Index: /trunk/.checkstyle
===================================================================
--- /trunk/.checkstyle	(revision 16005)
+++ /trunk/.checkstyle	(revision 16006)
@@ -26,18 +26,11 @@
     <filter-data value="build"/>
     <filter-data value="build2"/>
-    <filter-data value="data"/>
-    <filter-data value="data_nodist"/>
     <filter-data value="dist"/>
-    <filter-data value="eclipse"/>
-    <filter-data value="images"/>
-    <filter-data value="images_nodist"/>
+    <filter-data value="ide"/>
     <filter-data value="javadoc"/>
-    <filter-data value="linux"/>
-    <filter-data value="macosx"/>
-    <filter-data value="netbeans"/>
+    <filter-data value="native"/>
+    <filter-data value="nodist"/>
     <filter-data value="patches"/>
     <filter-data value="resources"/>
-    <filter-data value="styles"/>
-    <filter-data value="styles_nodist"/>
     <filter-data value="test/build"/>
     <filter-data value="test/config"/>
@@ -46,5 +39,4 @@
     <filter-data value="test/report"/>
     <filter-data value="tools"/>
-    <filter-data value="windows"/>
   </filter>
 </fileset-config>
Index: /trunk/.classpath
===================================================================
--- /trunk/.classpath	(revision 16005)
+++ /trunk/.classpath	(revision 16006)
@@ -3,5 +3,4 @@
 	<classpathentry excluding="org/apache/commons/compress/PasswordRequiredException.java|org/apache/commons/compress/archivers/|org/apache/commons/compress/changes/|org/apache/commons/compress/compressors/CompressorException.java|org/apache/commons/compress/compressors/CompressorStreamFactory.java|org/apache/commons/compress/compressors/CompressorStreamProvider.java|org/apache/commons/compress/compressors/FileNameUtil.java|org/apache/commons/compress/compressors/brotli/|org/apache/commons/compress/compressors/bzip2/BZip2Utils.java|org/apache/commons/compress/compressors/deflate/|org/apache/commons/compress/compressors/gzip/|org/apache/commons/compress/compressors/lz4/|org/apache/commons/compress/compressors/lz77support/|org/apache/commons/compress/compressors/lzma/|org/apache/commons/compress/compressors/pack200/|org/apache/commons/compress/compressors/snappy/|org/apache/commons/compress/compressors/xz/XZUtils.java|org/apache/commons/compress/compressors/z/|org/apache/commons/compress/compressors/zstandard/|org/apache/commons/compress/parallel/|org/apache/commons/compress/utils/ArchiveUtils.java|org/apache/commons/jcs/JCS.java|org/apache/commons/jcs/access/GroupCacheAccess.java|org/apache/commons/jcs/access/PartitionedCacheAccess.java|org/apache/commons/jcs/access/behavior/IGroupCacheAccess.java|org/apache/commons/jcs/access/exception/InvalidGroupException.java|org/apache/commons/jcs/admin/servlet/|org/apache/commons/jcs/auxiliary/AbstractAuxiliaryCacheMonitor.java|org/apache/commons/jcs/auxiliary/disk/jdbc/|org/apache/commons/jcs/auxiliary/lateral/|org/apache/commons/jcs/auxiliary/remote/AbstractRemoteAuxiliaryCache.java|org/apache/commons/jcs/auxiliary/remote/AbstractRemoteCacheListener.java|org/apache/commons/jcs/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java|org/apache/commons/jcs/auxiliary/remote/RemoteCache.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheFactory.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheFailoverRunner.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheListener.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheManager.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheMonitor.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheNoWait.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheNoWaitFacade.java|org/apache/commons/jcs/auxiliary/remote/RemoteCacheRestore.java|org/apache/commons/jcs/auxiliary/remote/http/|org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheStartupServlet.java|org/apache/commons/jcs/auxiliary/remote/server/TimeoutConfigurableRMISocketFactory.java|org/apache/commons/jcs/engine/CacheAdaptor.java|org/apache/commons/jcs/engine/CacheGroup.java|org/apache/commons/jcs/engine/CacheWatchRepairable.java|org/apache/commons/jcs/engine/ZombieCacheService.java|org/apache/commons/jcs/engine/ZombieCacheServiceNonLocal.java|org/apache/commons/jcs/engine/ZombieCacheWatch.java|org/apache/commons/jcs/engine/logging/CacheEventLoggerDebugLogger.java|org/apache/commons/jcs/utils/access/|org/apache/commons/jcs/utils/discovery/|org/apache/commons/jcs/utils/net/|org/apache/commons/jcs/utils/props/|org/apache/commons/jcs/utils/servlet/|org/apache/commons/logging/impl/AvalonLogger.java|org/apache/commons/logging/impl/Jdk13LumberjackLogger.java|org/apache/commons/logging/impl/Log4JLogger.java|org/apache/commons/logging/impl/LogKitLogger.java|org/apache/commons/logging/impl/ServletContextCleaner.java|org/openstreetmap/gui/jmapviewer/Demo.java|org/openstreetmap/gui/jmapviewer/JMapViewerTree.java|org/openstreetmap/gui/jmapviewer/checkBoxTree/" kind="src" path="src"/>
 	<classpathentry kind="src" path="resources"/>
-	<classpathentry including="data/|images/|styles/" kind="src" path=""/>
 	<classpathentry kind="src" output="bintest" path="test/unit">
 		<attributes>
Index: /trunk/.pmd
===================================================================
--- /trunk/.pmd	(revision 16006)
+++ /trunk/.pmd	(revision 16006)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<pmd>
+    <useProjectRuleSet>true</useProjectRuleSet>
+    <ruleSetFile>tools\pmd\josm-ruleset.xml</ruleSetFile>
+    <includeDerivedFiles>false</includeDerivedFiles>
+    <violationsAsErrors>false</violationsAsErrors>
+    <fullBuildEnabled>false</fullBuildEnabled>
+</pmd>
Index: /trunk/.project
===================================================================
--- /trunk/.project	(revision 16005)
+++ /trunk/.project	(revision 16006)
@@ -36,4 +36,9 @@
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>net.sourceforge.pmd.eclipse.plugin.pmdBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
@@ -44,4 +49,5 @@
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
 		<nature>org.apache.ivyde.eclipse.ivynature</nature>
+		<nature>net.sourceforge.pmd.eclipse.plugin.pmdNature</nature>
 	</natures>
 </projectDescription>
Index: /trunk/.settings/org.eclipse.core.resources.prefs
===================================================================
--- /trunk/.settings/org.eclipse.core.resources.prefs	(revision 16005)
+++ /trunk/.settings/org.eclipse.core.resources.prefs	(revision 16006)
@@ -1,3 +1,3 @@
 eclipse.preferences.version=1
-encoding//windows/locale=ISO-8859-1
+encoding//native/windows/locale=ISO-8859-1
 encoding/<project>=UTF-8
Index: /trunk/README
===================================================================
--- /trunk/README	(revision 16005)
+++ /trunk/README	(revision 16006)
@@ -58,24 +58,18 @@
 - build.xml                 ant build file (standard way to create a JOSM binary)
 - CONTRIBUTION              list of major code contributors
-- data/                     data files that will be included in the JOSM jar file
-    - fonts/                font files used for map rendering
-    - gpx/                  different color gradients for gpx drawing
-    - projection/           projection files
-      - custom-epsg         list of projection definitions, auto-generated file created by ant task 'epsg'
-    - security/*.pem        certificates that we like to accept for TLS connections, but are missing in the
-                            default Java certificate store
-    - validator/            data files used by the JOSM validator
-      - *.cfg               files designed for the old tagchecker, still in use
-      - *.mapcss            default validation rules for the MapCSS-based tagchecker
-    - boundaries.osm        OSM file containing boundary data for the states of the earth, including
-                            data for right and left-hand traffic
-    - defaultpresets.xml    data file for the core tagging presets
-    - help-browser.css      CSS file for the help sites (HTML content is downloaded from the website
-                            on demand, but displayed inside the programm in a Java web browser component.)
-    - overpass-wizard.js    Javascript code to provide a wizard-GUI for creating Overpass requests
-                            (external library, see https://github.com/tyrasd/overpass-wizard)
-    - *.lang                translation data
-    - *.xsd                 xml schema files for validation of configuration files
-- data_nodist/              data files that are useful for development, but not distributed
+- gpl-2.0.txt, gpl-3.0.txt  full text of the GNU General Public License
+- ide                       IDE-specific files
+  - eclipse/                preconfigured Eclipse configuration files
+  - netbeans/               preconfigured Netbeans project
+- josm.jnlp                 Java Web Start launcher file (used on the website for the tested version)
+- josm-latest.jnlp          Java Web Start launcher file (used on the website for the latest version)
+- LICENSE                   the JOSM license terms
+- native/                   OS-specific files
+  - linux/                  files useful for Linux distributions, including Appdata files, .desktop
+                            files, Debian/Ubuntu scripts, man pages, icons, etc.
+  - macosx/                 files needed to create the MacOS X package
+  - windows/                files needed to create the Windows installer
+- nodist/                   files not included in JOSM binary
+  - data/                   data files that are useful for development, but not distributed
     - exif-direction-example.jpg
                             sample image, that contains direction information in the EXIF header
@@ -107,20 +101,34 @@
                             currently contains plugin descriptions in order to include translations
                             in the downloaded plugin list
-- gpl-2.0.txt, gpl-3.0.txt  full text of the GNU General Public License
-- images/                   images distributed with the JOSM binary
-    - icons                 images for the Potlatch 2 style
-    - presets               images for the main mappaint style and the internal presets
-- images_nodist/            images, which are not for distribution, but may be useful later (e.g. high
+  - images/                 images, which are not for distribution, but may be useful later (e.g. high
                             resolution and vector versions)
-- josm.jnlp                 Java Web Start launcher file (used on the website for the tested version)
-- josm-latest.jnlp          Java Web Start launcher file (used on the website for the latest version)
-- LICENSE                   the JOSM license terms
-- linux/                    files useful for Linux distributions, including Appdata files, .desktop
-                            files, Debian/Ubuntu scripts, man pages, icons, etc.
-- macosx/                   files needed to create the MacOS X package
-- netbeans/                 preconfigured Netbeans project
+  - styles/                 files needed for map style maintenance
+    - potlatch2/README      infos on how to update the Potlatch 2 style from upstream sources
 - patches/                  patches for external libraries used in JOSM (see below)
 - README                    this file
 - resources/                resource files that will be included in the JOSM jar file
+  - data/                   data files that will be included in the JOSM jar file
+    - fonts/                font files used for map rendering
+    - gpx/                  different color gradients for gpx drawing
+    - projection/           projection files
+      - custom-epsg         list of projection definitions, auto-generated file created by ant task 'epsg'
+    - security/*.pem        certificates that we like to accept for TLS connections, but are missing in the
+                            default Java certificate store
+    - validator/            data files used by the JOSM validator
+      - *.cfg               files designed for the old tagchecker, still in use
+      - *.mapcss            default validation rules for the MapCSS-based tagchecker
+    - boundaries.osm        OSM file containing boundary data for the states of the earth, including
+                            data for right and left-hand traffic
+    - defaultpresets.xml    data file for the core tagging presets
+    - help-browser.css      CSS file for the help sites (HTML content is downloaded from the website
+                            on demand, but displayed inside the programm in a Java web browser component.)
+    - overpass-wizard.js    Javascript code to provide a wizard-GUI for creating Overpass requests
+                            (external library, see https://github.com/tyrasd/overpass-wizard)
+    - *.lang                translation data
+    - *.xsd                 xml schema files for validation of configuration files
+  - images/                 images distributed with the JOSM binary
+    - icons                 images for the Potlatch 2 style
+    - presets               images for the main mappaint style and the internal presets
+  - styles/                 map styles included in JOSM
 - scripts/                  various scripts used by JOSM developers
   - BuildProjectionDefinitions.java
@@ -137,7 +145,4 @@
 - src/                      the source code of the application
 - start.html                HTML page to run the applet version of JOSM
-- styles/                   map styles included in JOSM
-- sytles_nodist/            files needed for map style maintenance
-    - potlatch2/README      infos on how to update the Potlatch 2 style from upstream sources
 - test/                     automated software tests
     - data/                 resources used for some tests
@@ -153,6 +158,5 @@
                             problems in source code); can be launched as an ant target in build.xml
     - error_prone_ant.jar   used to detect code errors during compilation
-    - spotbugs/             libs and config files for spotbugs (automatically detects common bugs and potential
-                            problems in source code); can be launched as an ant target in build.xml
+    - ivy/                  Apache Ivy binary, configuration file, and downloaded dependencies 
     - jacocoant.jar         used to include coverage data into JUnit test reports
     - japicc/               used to generate a compatibility report between optimized jar and normal one
@@ -160,6 +164,7 @@
                             (src/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSParser.jj)
     - proguard.jar          optimize final binary jar - see build.xml (not used in production so far)
+    - spotbugs/             libs and config files for spotbugs (automatically detects common bugs and potential
+                            problems in source code); can be launched as an ant target in build.xml
     - xmltask.jar           used to edit XML files from Ant for the OSX package
-- windows/                  files needed to create the Windows installer
 
 The 'patches' directory
Index: /trunk/build.xml
===================================================================
--- /trunk/build.xml	(revision 16005)
+++ /trunk/build.xml	(revision 16006)
@@ -51,5 +51,5 @@
         <property name="script-build.dir" location="${base.dir}/build2"/>
         <property name="checkstyle-build.dir" location="${base.dir}/build2"/>
-        <property name="epsg.output" location="${base.dir}/data/projection/custom-epsg"/>
+        <property name="epsg.output" location="${base.dir}/resources/data/projection/custom-epsg"/>
         <property name="error_prone_core.jar" location="${tools.dir}/error_prone_core.jar"/>
         <property name="error_prone_javac.jar" location="${tools.dir}/error_prone_javac.jar"/>
@@ -97,4 +97,5 @@
             </fileset>
             <pathelement path="${build.dir}"/>
+            <pathelement path="${base.dir}/resources"/>
             <pathelement path="${failureaccess.jar}"/>
             <pathelement path="${guava.jar}"/>
@@ -187,6 +188,6 @@
     -->
     <target name="check-schemas" unless="check-schemas.notRequired" depends="init-properties">
-        <schemavalidate file="data/defaultpresets.xml" >
-            <schema namespace="http://josm.openstreetmap.de/tagging-preset-1.0" file="data/tagging-preset.xsd" />
+        <schemavalidate file="resources/data/defaultpresets.xml" >
+            <schema namespace="http://josm.openstreetmap.de/tagging-preset-1.0" file="resources/data/tagging-preset.xsd" />
         </schemavalidate>
     </target>
@@ -215,7 +216,4 @@
             </manifest>
             <service type="java.text.spi.DecimalFormatSymbolsProvider" provider="org.openstreetmap.josm.tools.JosmDecimalFormatSymbolsProvider" />
-            <zipfileset dir="images" prefix="images"/>
-            <zipfileset dir="data" prefix="data"/>
-            <zipfileset dir="styles" prefix="styles"/>
             <zipfileset dir="${src.dir}/org/openstreetmap/gui/jmapviewer/images" prefix="org/openstreetmap/gui/jmapviewer/images"/>
         </jar>
@@ -494,5 +492,5 @@
         </sequential>
     </macrodef>
-    <target name="test-compile" depends="test-init,compile">
+    <target name="test-compile" depends="test-init,compile,epsg">
         <call-javac testfamily="unit">
             <cp-elements>
Index: /trunk/ide/eclipse/JOSM (Java 8).launch
===================================================================
--- /trunk/ide/eclipse/JOSM (Java 8).launch	(revision 16006)
+++ /trunk/ide/eclipse/JOSM (Java 8).launch	(revision 16006)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/JOSM/src/org/openstreetmap/josm/gui/MainApplication.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.openstreetmap.josm.gui.MainApplication"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--debug"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="JOSM"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea -Xverify:none"/>
+</launchConfiguration>
Index: /trunk/ide/eclipse/formatter.xml
===================================================================
--- /trunk/ide/eclipse/formatter.xml	(revision 16006)
+++ /trunk/ide/eclipse/formatter.xml	(revision 16006)
@@ -0,0 +1,295 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<profiles version="12">
+<profile kind="CodeFormatterProfile" name="josm" version="12">
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_ellipsis" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_imports" value="1"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.format_javadoc_comments" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.indentation.size" value="4"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.disabling_tag" value="@formatter:off"/>
+<setting id="org.eclipse.jdt.core.formatter.continuation_indentation" value="2"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_enum_constants" value="0"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_imports" value="1"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_after_package" value="1"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_binary_operator" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.indent_root_tags" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.enabling_tag" value="@formatter:on"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations" value="1"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column" value="false"/>
+<setting id="org.eclipse.jdt.core.compiler.problem.enumIdentifier" value="error"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_block" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.line_length" value="100"/>
+<setting id="org.eclipse.jdt.core.formatter.use_on_off_tags" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_method_declaration" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body" value="0"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_binary_expression" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_lambda_body" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.compact_else_if" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration" value="16"/>
+<setting id="org.eclipse.jdt.core.compiler.problem.assertIdentifier" value="error"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_binary_operator" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_unary_operator" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve" value="1"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_ellipsis" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.format_line_comments" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.align_type_members_on_columns" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_assignment" value="0"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration" value="0"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_conditional_expression" value="80"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_block_in_case" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.format_header" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while" value="insert"/>
+<setting id="org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode" value="enabled"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_method_declaration" value="0"/>
+<setting id="org.eclipse.jdt.core.formatter.join_wrapped_lines" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_resources_in_try" value="80"/>
+<setting id="org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column" value="false"/>
+<setting id="org.eclipse.jdt.core.compiler.source" value="1.8"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.tabulation.size" value="4"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.format_source_code" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_field" value="0"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer" value="2"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_method" value="1"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.compiler.codegen.targetPlatform" value="1.8"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_switch" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.format_html" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_compact_if" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_empty_lines" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_unary_operator" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation" value="0"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk" value="1"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_label" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_member_type" value="1"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.format_block_comments" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line" value="false"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_statements_compare_to_body" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.alignment_for_multiple_fields" value="16"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_array_initializer" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.wrap_before_binary_operator" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.compiler.compliance" value="1.8"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_enum_constant" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.brace_position_for_type_declaration" value="end_of_line"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_before_package" value="0"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.join_lines_in_comments" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional" value="insert"/>
+<setting id="org.eclipse.jdt.core.formatter.comment.indent_parameter_description" value="true"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.tabulation.char" value="space"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.blank_lines_between_import_groups" value="1"/>
+<setting id="org.eclipse.jdt.core.formatter.lineSplit" value="120"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation" value="do not insert"/>
+<setting id="org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch" value="insert"/>
+</profile>
+</profiles>
Index: /trunk/ide/netbeans/manifest.mf
===================================================================
--- /trunk/ide/netbeans/manifest.mf	(revision 16006)
+++ /trunk/ide/netbeans/manifest.mf	(revision 16006)
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0
+X-COMMENT: Main-Class will be added automatically by build
+
Index: /trunk/ide/netbeans/nbbuild.xml
===================================================================
--- /trunk/ide/netbeans/nbbuild.xml	(revision 16006)
+++ /trunk/ide/netbeans/nbbuild.xml	(revision 16006)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- You may freely edit this file. See commented blocks below for -->
+<!-- some examples of how to customize the build. -->
+<!-- (If you delete it and reopen the project it will be recreated.) -->
+<!-- By default, only the Clean and Build commands use this build script. -->
+<!-- Commands such as Run, Debug, and Test only use this build script if -->
+<!-- the Compile on Save feature is turned off for the project. -->
+<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
+<!-- in the project's Project Properties dialog box.-->
+<project name="josmnb" default="default" basedir=".">
+    <description>Builds, tests, and runs the project josm.</description>
+
+    <import file="nbproject/build-impl.xml" as="nbimpl"/>
+
+    <import file="../build.xml" as="josmbase"/> <!-- import the main JOSM ant file -->
+
+    <!--
+
+    There exist several targets which are by default empty and which can be
+    used for execution of your tasks. These targets are usually executed
+    before and after some main targets. They are:
+
+      -pre-init:                 called before initialization of project properties
+      -post-init:                called after initialization of project properties
+      -pre-compile:              called before javac compilation
+      -post-compile:             called after javac compilation
+      -pre-compile-single:       called before javac compilation of single file
+      -post-compile-single:      called after javac compilation of single file
+      -pre-compile-test:         called before javac compilation of JUnit tests
+      -post-compile-test:        called after javac compilation of JUnit tests
+      -pre-compile-test-single:  called before javac compilation of single JUnit test
+      -post-compile-test-single: called after javac compilation of single JUunit test
+      -pre-jar:                  called before JAR building
+      -post-jar:                 called after JAR building
+      -post-clean:               called after cleaning build products
+
+    (Targets beginning with '-' are not intended to be called on their own.)
+
+    Example of inserting an obfuscator after compilation could look like this:
+
+        <target name="-post-compile">
+            <obfuscate>
+                <fileset dir="${build.classes.dir}"/>
+            </obfuscate>
+        </target>
+
+    For list of available properties check the imported
+    nbproject/build-impl.xml file.
+
+
+    Another way to customize the build is by overriding existing main targets.
+    The targets of interest are:
+
+      -init-macrodef-javac:     defines macro for javac compilation
+      -init-macrodef-junit:     defines macro for junit execution
+      -init-macrodef-debug:     defines macro for class debugging
+      -init-macrodef-java:      defines macro for class execution
+      -do-jar:                  JAR building
+      run:                      execution of project
+      -javadoc-build:           Javadoc generation
+      test-report:              JUnit report generation
+
+    An example of overriding the target for project execution could look like this:
+
+        <target name="run" depends="josm-impl.jar">
+            <exec dir="bin" executable="launcher.exe">
+                <arg file="${dist.jar}"/>
+            </exec>
+        </target>
+
+    Notice that the overridden target depends on the jar target and not only on
+    the compile target as the regular run target does. Again, for a list of available
+    properties which you can use, check the target you are overriding in the
+    nbproject/build-impl.xml file.
+
+    -->
+
+    <!--
+      ** Copy resource file required on classpath.
+    -->
+    <target name="copy-josm-resources">
+        <copy file="../CONTRIBUTION" todir="${build.classes.dir}"/>
+        <copy file="../README" todir="${build.classes.dir}"/>
+        <copy file="../LICENSE" todir="${build.classes.dir}"/>
+        <copy file="../gpl-2.0.txt" todir="${build.classes.dir}" />
+        <copy file="../gpl-3.0.txt" todir="${build.classes.dir}" />
+        <copy todir="${build.classes.dir}/images"><fileset dir="../images"/></copy>
+        <copy todir="${build.classes.dir}/data"><fileset dir="../data"/></copy>
+        <copy todir="${build.classes.dir}/styles"><fileset dir="../styles"/></copy>
+        <copy todir="${build.classes.dir}/org/openstreetmap/gui/jmapviewer/images">
+            <fileset dir="../src/org/openstreetmap/gui/jmapviewer/images"/>
+        </copy>
+    </target>
+
+    <!--
+      ** Customize some properties used by the main JOSM ant file.
+    -->
+    <target name="set-josmbase-properties" depends="-init-project">
+        <property name="revision.dir" value="${build.classes.dir}"/>
+        <property name="proj-build.dir" location="${build.dir}/build2"/>
+        <property name="proj-classpath" location="${build.classes.dir}"/>
+    </target>
+
+    <!--
+      ** Make sure properties are loaded in the right order.
+      ** E.g. ${build.dir} is set both by Netbeans and by the main JOSM ant file.
+      ** Load the Netbeans properties first, which makes the values permanent.
+    -->
+    <target name="init-josmbase" depends="-init-project, set-josmbase-properties, josmbase.init-properties"/>
+
+    <target name="-pre-compile" depends="init-josmbase, josmbase.javacc"/>
+
+    <target name="-post-compile" depends="init-josmbase, josmbase.epsg, josmbase.create-revision, copy-josm-resources"/>
+
+</project>
Index: /trunk/ide/netbeans/nbproject/configs/local_preferences.properties
===================================================================
--- /trunk/ide/netbeans/nbproject/configs/local_preferences.properties	(revision 16006)
+++ /trunk/ide/netbeans/nbproject/configs/local_preferences.properties	(revision 16006)
@@ -0,0 +1,2 @@
+$label=local preferences
+run.jvmargs=-Djosm.home=.josm-local
Index: /trunk/ide/netbeans/nbproject/configs/unit-test.properties
===================================================================
--- /trunk/ide/netbeans/nbproject/configs/unit-test.properties	(revision 16006)
+++ /trunk/ide/netbeans/nbproject/configs/unit-test.properties	(revision 16006)
@@ -0,0 +1,1 @@
+run.jvmargs=-Djava.awt.headless=true
Index: /trunk/ide/netbeans/nbproject/genfiles.properties
===================================================================
--- /trunk/ide/netbeans/nbproject/genfiles.properties	(revision 16006)
+++ /trunk/ide/netbeans/nbproject/genfiles.properties	(revision 16006)
@@ -0,0 +1,8 @@
+nbbuild.xml.data.CRC32=34ed5462
+nbbuild.xml.script.CRC32=148a2ea3
+nbbuild.xml.stylesheet.CRC32=8064a381@1.75.2.48
+# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
+# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
+nbproject/build-impl.xml.data.CRC32=f36994fb
+nbproject/build-impl.xml.script.CRC32=5e13918b
+nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48
Index: /trunk/ide/netbeans/nbproject/private/config.properties
===================================================================
--- /trunk/ide/netbeans/nbproject/private/config.properties	(revision 16006)
+++ /trunk/ide/netbeans/nbproject/private/config.properties	(revision 16006)
@@ -0,0 +1,1 @@
+config=local_preferences
Index: /trunk/ide/netbeans/nbproject/private/configs/local_preferences.properties
===================================================================
--- /trunk/ide/netbeans/nbproject/private/configs/local_preferences.properties	(revision 16006)
+++ /trunk/ide/netbeans/nbproject/private/configs/local_preferences.properties	(revision 16006)
@@ -0,0 +1,1 @@
+work.dir=..
Index: /trunk/ide/netbeans/nbproject/private/configs/unit-test.properties
===================================================================
--- /trunk/ide/netbeans/nbproject/private/configs/unit-test.properties	(revision 16006)
+++ /trunk/ide/netbeans/nbproject/private/configs/unit-test.properties	(revision 16006)
@@ -0,0 +1,1 @@
+work.dir=..
Index: /trunk/ide/netbeans/nbproject/project.properties
===================================================================
--- /trunk/ide/netbeans/nbproject/project.properties	(revision 16006)
+++ /trunk/ide/netbeans/nbproject/project.properties	(revision 16006)
@@ -0,0 +1,106 @@
+annotation.processing.enabled=true
+annotation.processing.enabled.in.editor=false
+annotation.processing.processors.list=
+annotation.processing.run.all.processors=true
+annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
+application.homepage=https://josm.openstreetmap.de/
+application.title=josm
+application.vendor=
+build.classes.dir=${build.dir}/classes
+build.classes.excludes=**/*.java,**/*.form
+# This directory is removed when the project is cleaned:
+build.dir=build
+build.generated.dir=${build.dir}/generated
+build.generated.sources.dir=${build.dir}/generated-sources
+# Only compile against the classpath explicitly listed here:
+build.sysclasspath=ignore
+build.test.classes.dir=${build.dir}/test/classes
+build.test.results.dir=${build.dir}/test/results
+buildfile=nbbuild.xml
+# Uncomment to specify the preferred debugger connection transport:
+#debug.transport=dt_socket
+debug.classpath=\
+    ${run.classpath}
+debug.test.classpath=\
+    ${run.test.classpath}
+# Files in build.classes.dir which should be excluded from distribution jar
+dist.archive.excludes=
+# This directory is removed when the project is cleaned:
+dist.dir=dist
+dist.jar=${dist.dir}/josm.jar
+dist.javadoc.dir=${dist.dir}/javadoc
+endorsed.classpath=
+excludes=org/apache/commons/compress/compressors/CompressorException.java,org/apache/commons/compress/compressors/CompressorStreamFactory.java,org/apache/commons/compress/compressors/CompressorStreamProvider.java,org/apache/commons/compress/compressors/FileNameUtil.java,org/apache/commons/compress/compressors/brotli/**,org/apache/commons/compress/compressors/bzip2/BZip2Utils.java,org/apache/commons/compress/compressors/deflate/**,org/apache/commons/compress/compressors/gzip/**,org/apache/commons/compress/compressors/lz4/**,org/apache/commons/compress/compressors/lz77support/**,org/apache/commons/compress/compressors/lzma/**,org/apache/commons/compress/compressors/pack200/**,org/apache/commons/compress/compressors/snappy/**,org/apache/commons/compress/compressors/xz/XZUtils.java,org/apache/commons/compress/compressors/z/**,org/apache/commons/compress/compressors/zstandard/**,org/apache/commons/compress/utils/ArchiveUtils.java,org/apache/commons/jcs/JCS.java,org/apache/commons/jcs/access/GroupCacheAccess.java,org/apache/commons/jcs/access/PartitionedCacheAccess.java,org/apache/commons/jcs/access/behavior/IGroupCacheAccess.java,org/apache/commons/jcs/access/exception/InvalidGroupException.java,org/apache/commons/jcs/admin/servlet/**,org/apache/commons/jcs/auxiliary/AbstractAuxiliaryCacheMonitor.java,org/apache/commons/jcs/auxiliary/disk/jdbc/**,org/apache/commons/jcs/auxiliary/lateral/**,org/apache/commons/jcs/auxiliary/remote/AbstractRemoteAuxiliaryCache.java,org/apache/commons/jcs/auxiliary/remote/AbstractRemoteCacheListener.java,org/apache/commons/jcs/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java,org/apache/commons/jcs/auxiliary/remote/RemoteCache.java,org/apache/commons/jcs/auxiliary/remote/RemoteCacheFactory.java,org/apache/commons/jcs/auxiliary/remote/RemoteCacheFailoverRunner.java,org/apache/commons/jcs/auxiliary/remote/RemoteCacheListener.java,org/apache/commons/jcs/auxiliary/remote/RemoteCacheManager.java,org/apache/commons/jcs/auxiliary/remote/RemoteCacheMonitor.java,org/apache/commons/jcs/auxiliary/remote/RemoteCacheNoWait.java,org/apache/commons/jcs/auxiliary/remote/RemoteCacheNoWaitFacade.java,org/apache/commons/jcs/auxiliary/remote/RemoteCacheRestore.java,org/apache/commons/jcs/auxiliary/remote/http/**,org/apache/commons/jcs/auxiliary/remote/server/RemoteCacheStartupServlet.java,org/apache/commons/jcs/auxiliary/remote/server/TimeoutConfigurableRMISocketFactory.java,org/apache/commons/jcs/engine/CacheAdaptor.java,org/apache/commons/jcs/engine/CacheGroup.java,org/apache/commons/jcs/engine/CacheWatchRepairable.java,org/apache/commons/jcs/engine/ZombieCacheService.java,org/apache/commons/jcs/engine/ZombieCacheServiceNonLocal.java,org/apache/commons/jcs/engine/ZombieCacheWatch.java,org/apache/commons/jcs/engine/logging/CacheEventLoggerDebugLogger.java,org/apache/commons/jcs/utils/access/**,org/apache/commons/jcs/utils/discovery/**,org/apache/commons/jcs/utils/net/**,org/apache/commons/jcs/utils/props/**,org/apache/commons/jcs/utils/servlet/**,org/apache/commons/logging/impl/AvalonLogger.java,org/apache/commons/logging/impl/Jdk13LumberjackLogger.java,org/apache/commons/logging/impl/Log4JLogger.java,org/apache/commons/logging/impl/LogKitLogger.java,org/apache/commons/logging/impl/ServletContextCleaner.java,org/openstreetmap/gui/jmapviewer/Demo.java,org/openstreetmap/gui/jmapviewer/JMapViewerTree.java,org/openstreetmap/gui/jmapviewer/checkBoxTree/**,org/apache/commons/compress/archivers/**,org/apache/commons/compress/changes/**,org/apache/commons/compress/parallel/**,org/apache/commons/compress/PasswordRequiredException.java
+file.reference.commons-lang-3.8.1.jar=../tools/pmd/commons-lang-3.8.1.jar
+file.reference.commons-testing-2.1.0.jar=../test/lib/commons-testing/commons-testing-2.1.0.jar
+file.reference.core-src=../src
+file.reference.equalsverifier-3.1.2.jar=../test/lib/equalsverifier-3.1.2.jar
+file.reference.spotbugs.jar=../tools/spotbugs/spotbugs.jar
+file.reference.guava.jar=../tools/guava.jar
+file.reference.hamcrest-core-1.3.jar=../test/lib/junit/hamcrest-core-1.3.jar
+file.reference.jfcunit.jar=../test/lib/jfcunit.jar
+file.reference.jmockit.jar=../test/lib/jmockit.jar
+file.reference.junit-4.12.jar=../test/lib/junit/junit-4.12.jar
+file.reference.classgraph.jar=../test/lib/classgraph-4.6.32.jar
+file.reference.test-functional=../test/functional
+file.reference.test-performance=../test/performance
+file.reference.test-unit=../test/unit
+file.reference.system-rules-1.19.0.jar=../test/lib/system-rules-1.19.0.jar
+file.reference.wiremock-standalone-2.20.0.jar=../test/lib/wiremock-standalone-2.20.0.jar
+file.reference.awaitility-3.1.5.jar=../test/lib/awaitility-3.1.5.jar
+includes=**/*.java
+jar.compress=false
+javac.classpath=
+# Space-separated list of extra javac options
+javac.compilerargs=-Xlint:unchecked -Xlint:cast -Xlint:dep-ann -Xlint:divzero -Xlint:empty -Xlint:finally -Xlint:overrides -Xlint:static -Xlint:try  -Xlint:deprecation
+javac.deprecation=true
+javac.external.vm=false
+javac.processorpath=\
+    ${javac.classpath}
+javac.source=1.8
+javac.target=1.8
+javac.test.classpath=\
+    ${javac.classpath}:\
+    ${build.classes.dir}:\
+    ${file.reference.junit-4.12.jar}:\
+    ${file.reference.jmockit.jar}:\
+    ${file.reference.jfcunit.jar}:\
+    ${file.reference.equalsverifier-3.1.2.jar}:\
+    ${file.reference.hamcrest-core-1.3.jar}:\
+    ${file.reference.guava.jar}:\
+    ${file.reference.classgraph.jar}:\
+    ${file.reference.commons-lang-3.8.1.jar}:\
+    ${file.reference.system-rules-1.19.0.jar}:\
+    ${file.reference.wiremock-standalone-2.20.0.jar}:\
+    ${file.reference.awaitility-3.1.5.jar}:\
+    ${file.reference.spotbugs.jar}:\
+    ${file.reference.commons-testing-2.1.0.jar}
+javac.test.processorpath=\
+    ${javac.test.classpath}
+javadoc.additionalparam=
+javadoc.author=false
+javadoc.encoding=${source.encoding}
+javadoc.noindex=false
+javadoc.nonavbar=false
+javadoc.notree=false
+javadoc.private=false
+javadoc.splitindex=true
+javadoc.use=true
+javadoc.version=false
+javadoc.windowtitle=
+main.class=org.openstreetmap.josm.gui.MainApplication
+manifest.file=manifest.mf
+meta.inf.dir=${src.dir}/META-INF
+mkdist.disabled=false
+platform.active=default_platform
+run.classpath=\
+    ${javac.classpath}:\
+    ${build.classes.dir}
+run.test.classpath=\
+    ${javac.test.classpath}:\
+    ${build.test.classes.dir}
+source.encoding=UTF-8
+src.dir=${file.reference.core-src}
+test.functional.dir=${file.reference.test-functional}
+test.performance.dir=${file.reference.test-performance}
+test.unit.dir=${file.reference.test-unit}
Index: /trunk/ide/netbeans/nbproject/project.xml
===================================================================
--- /trunk/ide/netbeans/nbproject/project.xml	(revision 16006)
+++ /trunk/ide/netbeans/nbproject/project.xml	(revision 16006)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://www.netbeans.org/ns/project/1">
+    <type>org.netbeans.modules.java.j2seproject</type>
+    <configuration>
+        <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
+            <name>josm</name>
+            <source-roots>
+                <root id="src.dir"/>
+            </source-roots>
+            <test-roots>
+                <root id="test.unit.dir" name="Unit Tests"/>
+                <root id="test.functional.dir" name="Functional Tests"/>
+                <root id="test.performance.dir" name="Performance Tests"/>
+            </test-roots>
+        </data>
+    </configuration>
+</project>
Index: /trunk/native/linux/latest/DEBIAN/conffiles
===================================================================
--- /trunk/native/linux/latest/DEBIAN/conffiles	(revision 16006)
+++ /trunk/native/linux/latest/DEBIAN/conffiles	(revision 16006)
@@ -0,0 +1,1 @@
+/etc/default/josm-latest
Index: /trunk/native/linux/latest/DEBIAN/control
===================================================================
--- /trunk/native/linux/latest/DEBIAN/control	(revision 16006)
+++ /trunk/native/linux/latest/DEBIAN/control	(revision 16006)
@@ -0,0 +1,24 @@
+Package: josm-latest
+Version: 1.5.svn{{VERSION}}
+Section: utils
+Maintainer: josm developers <josm-dev@openstreetmap.org>
+Homepage: https://josm.openstreetmap.de
+Priority: extra
+Architecture: all
+Depends: openjdk-11-jre | java11-runtime | openjdk-8-jre | java8-runtime,
+         proj-data
+Recommends: openjfx
+Description: Editor for OpenStreetMap (daily development snapshot)
+ JOSM is an editor for OpenStreetMap (OSM) written in Java.
+  The current version supports stand alone GPX tracks, GPX track data
+  from OSM database and existing nodes, line segments and metadata tags
+  from the OSM database.
+ .
+  OpenStreetMap is a project aimed squarely at creating and providing
+  free geographic data such as street maps to anyone who wants them.
+  The project was started because most maps you think of as free actually
+  have legal or technical restrictions on their use, holding back people
+  from using them in creative, productive or unexpected ways.
+
+
+
Index: /trunk/native/linux/latest/DEBIAN/postinst
===================================================================
--- /trunk/native/linux/latest/DEBIAN/postinst	(revision 16006)
+++ /trunk/native/linux/latest/DEBIAN/postinst	(revision 16006)
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+# Automatically added by dh_installmenu
+if [ "$1" = "configure" ] && [ -x "$(which update-menus 2>/dev/null)" ]; then
+	update-menus
+fi
+# End automatically added section
Index: /trunk/native/linux/latest/DEBIAN/postrm
===================================================================
--- /trunk/native/linux/latest/DEBIAN/postrm	(revision 16006)
+++ /trunk/native/linux/latest/DEBIAN/postrm	(revision 16006)
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+# Automatically added by dh_installmenu
+if [ -x "$(which update-menus 2>/dev/null)" ]; then update-menus ; fi
+# End automatically added section
Index: /trunk/native/linux/latest/etc/default/josm-latest
===================================================================
--- /trunk/native/linux/latest/etc/default/josm-latest	(revision 16006)
+++ /trunk/native/linux/latest/etc/default/josm-latest	(revision 16006)
@@ -0,0 +1,9 @@
+# Options to pass to java when starting JOSM.
+# Uncomment the JAVA_OPTS lines to enable their use by /usr/bin/josm-latest
+
+# Increase usable memory
+#JAVA_OPTS="${JAVA_OPTS} -Xmx2048m"
+
+# Enable OpenGL pipeline (2D graphic accelerators)
+#JAVA_OPTS="${JAVA_OPTS} -Dsun.java2d.opengl=True"
+
Index: /trunk/native/linux/latest/usr/bin/josm-latest
===================================================================
--- /trunk/native/linux/latest/usr/bin/josm-latest	(revision 16006)
+++ /trunk/native/linux/latest/usr/bin/josm-latest	(revision 16006)
@@ -0,0 +1,74 @@
+#!/bin/bash
+# Simple wrapper script used to start JOSM in Debian
+set -e
+
+# First, the alternative (if known to work) or users preference as defined by $JAVA_HOME. Next, use OpenJDK.
+# Override to a specific one using $JAVACMD
+ALTERNATIVE_JDK=$(readlink -n -f /etc/alternatives/java)
+
+# Let's get the current architecture -- needed for multiarchified Java
+ARCH=$(dpkg --print-architecture 2> /dev/null || true)
+
+JAVA_CMDS="$JAVA_HOME/bin/java"
+
+# If OpenJDK is only available headless, do not try it
+if dpkg --get-selections "openjdk-*-jre" | grep install$ > /dev/null \
+|| dpkg --get-selections "openjdk-*-jre:$ARCH" | grep install$ > /dev/null ; then
+	# LTS versions in decreased order
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-11-openjdk/bin/java /usr/lib/jvm/java-11-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-8-openjdk/bin/java /usr/lib/jvm/java-8-openjdk-$ARCH/bin/java"
+	# Released versions in decreased order
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-14-openjdk/bin/java /usr/lib/jvm/java-14-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-13-openjdk/bin/java /usr/lib/jvm/java-13-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-12-openjdk/bin/java /usr/lib/jvm/java-12-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-10-openjdk/bin/java /usr/lib/jvm/java-10-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-9-openjdk/bin/java /usr/lib/jvm/java-9-openjdk-$ARCH/bin/java"
+	# Development version
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-15-openjdk/bin/java /usr/lib/jvm/java-15-openjdk-$ARCH/bin/java"
+fi
+# Undetermined version
+JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/default-java/bin/java /usr/bin/java"
+
+if [ -f /etc/default/josm-latest ]; then
+    . /etc/default/josm-latest
+fi
+
+JAVA_OPTS="-Djosm.restart=true -Djosm.dir.name=JOSM-latest -Djava.net.useSystemProxies=true $JAVA_OPTS"
+
+if [ -z "${JAVACMD}" ]; then
+    for jcmd in $JAVA_CMDS; do
+        if [ "z$ALTERNATIVE_JDK" = "z$(readlink -n -f "$jcmd")" ] && [ -z "${JAVACMD}" ]; then
+            JAVACMD="$jcmd"
+            break
+        fi
+    done
+fi
+
+if [ -z "${JAVACMD}" ]; then
+    for jcmd in $JAVA_CMDS; do
+        if [ -x "$jcmd" ] && [ -z "${JAVACMD}" ]; then
+            JAVACMD="$jcmd"
+            break
+        fi
+    done
+fi
+
+if [ "$JAVACMD" ]; then
+    echo "Using $JAVACMD to execute josm-latest." || true
+    if [[ "${JAVACMD}" =~ 'java-9' ]] || [[ "${JAVACMD}" =~ 'java-10' ]]; then
+        JAVA_OPTS="--add-modules java.activation,java.se.ee $JAVA_OPTS"
+    elif [[ "${JAVACMD}" =~ 'java-1' ]]; then
+        JAVA_OPTS="--add-modules java.scripting,java.sql $JAVA_OPTS"
+    fi
+    set +e
+    while true; do
+        $JAVACMD $JAVA_OPTS -jar /usr/share/josm-latest/josm-latest.jar "$@"
+        if [ "z$?" != "z9" ]; then
+            break
+        fi
+        echo ">> restarting josm..."
+    done
+else
+    echo "No valid JVM found to run JOSM." || true
+    exit 1
+fi
Index: /trunk/native/linux/latest/usr/share/applications/org.openstreetmap.josm-latest.desktop
===================================================================
--- /trunk/native/linux/latest/usr/share/applications/org.openstreetmap.josm-latest.desktop	(revision 16006)
+++ /trunk/native/linux/latest/usr/share/applications/org.openstreetmap.josm-latest.desktop	(revision 16006)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=JOSM (latest snapshot)
+GenericName=Java OpenStreetMap Editor (latest)
+Comment=Extensible off-line editor for OpenStreetMap (OSM)
+Icon=org.openstreetmap.josm-latest
+Exec=josm-latest %U
+Terminal=false
+MimeType=application/x-osm+xml;application/x-gpx+xml;application/geo+json;application/x-josm-session+xml;application/x-josm-session+zip;x-scheme-handler/geo;
+StartupNotify=true
+Categories=Education;Geoscience;Maps;
+StartupWMClass=org-openstreetmap-josm-MainApplication
+Keywords=OpenStreetMap;OSM;
Index: /trunk/native/linux/latest/usr/share/doc/josm-latest/copyright
===================================================================
--- /trunk/native/linux/latest/usr/share/doc/josm-latest/copyright	(revision 16006)
+++ /trunk/native/linux/latest/usr/share/doc/josm-latest/copyright	(revision 16006)
@@ -0,0 +1,4 @@
+Copyright (c) 2005-2020 JOSM developers <josm-dev@openstreetmap.org>
+
+License: GPL3+
+
Index: /trunk/native/linux/latest/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm-latest.svg
===================================================================
--- /trunk/native/linux/latest/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm-latest.svg	(revision 16006)
+++ /trunk/native/linux/latest/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm-latest.svg	(revision 16006)
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg version="1.1" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>JOSM Logotype 2019</title>
+ <defs>
+  <linearGradient id="linearGradient9147">
+   <stop stop-color="#ffd555" offset="0"/>
+   <stop stop-color="#ffcb27" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient3892" x1="716.07" x2="787.83" y1="454.99" y2="219.39" gradientTransform="matrix(.98704 .23824 -.9468 1.3017 230.53 -134.51)" gradientUnits="userSpaceOnUse">
+   <stop offset="0"/>
+   <stop stop-color="#3c3c3c" stop-opacity="0" offset="1"/>
+  </linearGradient>
+  <filter id="filter4005">
+   <feGaussianBlur stdDeviation="10"/>
+  </filter>
+  <linearGradient id="linearGradient4017" x1="455" x2="532.2" y1="690" y2="656.35" gradientTransform="matrix(1.0062 .23807 -.23807 1.0062 94.828 -143.1)" gradientUnits="userSpaceOnUse">
+   <stop stop-opacity=".36869" offset="0"/>
+   <stop stop-color="#3c3c3c" stop-opacity="0" offset="1"/>
+  </linearGradient>
+  <filter id="filter3987" x="-.033087" y="-.30881" width="1.0662" height="1.6176">
+   <feGaussianBlur stdDeviation="11.58046"/>
+  </filter>
+  <filter id="filter4629-1" color-interpolation-filters="sRGB">
+   <feGaussianBlur stdDeviation="0.5"/>
+  </filter>
+  <clipPath id="clipPath3411">
+   <path d="m1320 320c15 5 25 20 25 20 10 15 10 40 10 40 5 10 5 30 0 40 0 0 0 25-10 40 0 0-10 15-25 20h540l40-20 20-40v-40l-20-40-40-20z" fill="none" stroke="#000" stroke-width="1px"/>
+  </clipPath>
+  <clipPath id="clipPath3446">
+   <path d="m1320 320-200 80 200 80 60-20v-120z" fill="#dfc4b3"/>
+  </clipPath>
+  <clipPath>
+   <path d="m1478.6-6.6948v326.69h264.09v-326.69z" fill="#fff"/>
+  </clipPath>
+  <clipPath id="clipPath5203">
+   <rect x="80" y="140" width="800" height="800" fill="none" stroke="#515151" stroke-dasharray="8, 8" stroke-width="4" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath>
+   <rect x="80" y="140" width="800" height="800" fill="none" stroke="#515151" stroke-dasharray="8, 8" stroke-width="4" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath id="clipPath9081">
+   <rect transform="matrix(.98233 .18717 0 1 0 0)" x="255.85" y="-55.827" width="427.56" height="1040" fill="#fff" fill-opacity=".17172" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath id="clipPath9114">
+   <path d="m31.923 874.34 200.04 100.23 419.97-80.09 199.44 99.734v-840.06l-199.44-99.73-419.97 80.091-200.04-100.23z" fill="#ff4dcf" fill-opacity=".17172"/>
+  </clipPath>
+  <clipPath id="clipPath9126">
+   <path d="m24.202 100.97 225.77 18.969 9.9354 7.2365 4.9204 812.94-14.817 19.843-225.81 112.71z" fill="none" stroke="#515151" stroke-dasharray="7.37136328, 7.37136328" stroke-width="3.6857" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath id="clipPath9132">
+   <path d="m670.56 120.09 220.5-38.478-6.6071 882.19-213.89-3.6131-16.826-7.4582-3.1965-803.02z" fill="none" stroke="#515151" stroke-dasharray="8.19754535, 8.19754535" stroke-width="4.0988" style="paint-order:normal"/>
+  </clipPath>
+  <linearGradient id="linearGradient9261" x1="146.47" x2="826.26" y1="211.9" y2="900.62" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient9147"/>
+  <linearGradient id="linearGradient9439" x1="1240" x2="1240" y1="480" y2="320" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#ad7a4a" offset="0"/>
+   <stop stop-color="#edb096" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient1085" x1="215.46" x2="280.41" y1="753.18" y2="715.68" gradientTransform="translate(1555.5 -347.95)" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#e6b636" offset="0"/>
+   <stop stop-color="#f1cf09" offset=".5"/>
+   <stop stop-color="#f0d609" offset=".5625"/>
+   <stop stop-color="#f0b10a" offset=".625"/>
+   <stop stop-color="#f0ce0b" offset=".6875"/>
+   <stop stop-color="#f0aa0c" offset=".75"/>
+   <stop stop-color="#ffd900" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient1686" x1="1655.9" x2="1561.9" y1="655.03" y2="367.53" gradientTransform="translate(-73.236 -11.978)" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#1e427c" offset="0"/>
+   <stop stop-color="#5373a7" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient1141" x1="893.78" x2="1255.8" y1="-484.92" y2="1410.1" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#1e427c" offset="0"/>
+   <stop stop-color="#4471aa" offset="1"/>
+  </linearGradient>
+  <radialGradient id="radialGradient1164" cx="494" cy="556.57" r="1922" gradientTransform="matrix(1.0725 -.64308 .38446 .64115 -249.77 517.41)" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#e3e5fc" stop-opacity=".28283" offset="0"/>
+   <stop stop-color="#7ca4e5" stop-opacity="0" offset="1"/>
+  </radialGradient>
+  <clipPath id="clipPath1210">
+   <path d="m80 140v800h800v-800z" fill="url(#linearGradient1214)"/>
+  </clipPath>
+  <linearGradient id="linearGradient1214" x1="146.47" x2="826.26" y1="211.9" y2="900.62" gradientTransform="translate(-289.08 -8.1047)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient9147"/>
+ </defs>
+ <metadata>
+  <rdf:RDF>
+   <cc:Work rdf:about="">
+    <dc:format>image/svg+xml</dc:format>
+    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+    <dc:title>JOSM Logotype 2019</dc:title>
+    <dc:date>2019-08-05</dc:date>
+    <dc:creator>
+     <cc:Agent>
+      <dc:title>Diamond00744</dc:title>
+     </cc:Agent>
+    </dc:creator>
+    <dc:rights>
+     <cc:Agent>
+      <dc:title>Public Domain</dc:title>
+     </cc:Agent>
+    </dc:rights>
+   </cc:Work>
+  </rdf:RDF>
+ </metadata>
+ <g display="none">
+  <rect x="-2053.4" y="-1194.9" width="5871.8" height="3264" fill="url(#linearGradient1141)" style="paint-order:stroke fill markers"/>
+ </g>
+ <g display="none">
+  <rect x="-2552" y="-1640" width="6912" height="4221.1" fill="url(#radialGradient1164)" style="paint-order:stroke fill markers"/>
+ </g>
+ <g display="none" fill="none" stroke="#eaf4ff" stroke-dasharray="28, 28" stroke-opacity=".14646" stroke-width="7">
+  <path d="m-8.4853-1197.7c47.111 86.643 70.205 115.9 137.36 181.59 185.99 181.92 170.87 310.74 351.96 418.04 84.996 50.361 132.32 249.25 48.083 370.52-105.99 152.61-85.579 254.78-95.196 334.78"/>
+  <path d="m154.51-1201.7c33.581 25.249 46.873 65.448 76.368 89.338 124.18 100.58 92.794 127.5 180.24 253.47 16.291 23.469 134.24 144.69 157.4 161.82 120.45 89.119 143.9 309.39 59.397 438.41-151.39 231.13-107.72 267.5-117.97 357.75"/>
+  <path d="m613.77 882.62c-4.8013 5.6138-28.135 21.151-22.489 50.855 3.428 18.035-33.063 25.07-37.845 28.258-27.543 18.362-15.746-29.349-33.711-59.314"/>
+  <path d="m110 892c-47.659 68.525-79.01 140.02-116 214-37.539 75.079 81.241 233.52 74 248-24.76 49.52-22.686 106.74-36 160-14.026 56.104-46.616 112.54-68 166-28.498 71.245-113.33 166.65-148 236-16.131 32.263-65.92 50.861-86 86-24.257 42.45-45.633 96.042-76 134"/>
+  <path d="m178 2076c70.928-81.82 80-202.19 80-306 0-194.09-48.906-380.65-46-574 1.153-76.721 120.87-190.07 138-146 7.6446 19.665 65.662 16.765 62 46-4.3284 34.551 141.47-30.407 102 8-15.17 14.763 18.872 54.561 52 60 71.852 11.797 103.51-20.048 116-42 11.231-19.731 61.669 5.8195 72 6 127.7 2.2312 90.204-96.578 134-100 63.884-4.991 69.116 12.994 116.46 18.567 32.325 3.8047 66.516 87.759 71.47 116.16 10.159-65.215-6.9881-103.17-9.0036-108.92-6.7324-19.226-52.482-65.605-82.929-73.799-106.33-28.615-110.3-54.497-146-114"/>
+  <path d="m1075.9 1162.7c21 79-69.932 106.28-69.932 183.28"/>
+ </g>
+ <g display="none" shape-rendering="auto">
+  <path d="m364.01 1281.2c-21.552 0-33.852 4.0186-41.337 9.7764-3.7425 2.8789-6.0956 6.2209-7.3367 9.0856-1.2416 2.8646-1.4125 6.1813-1.4125 6.1813v109.56s0.17215 3.3167 1.4125 6.1813c1.2411 2.8646 3.5942 6.2067 7.3367 9.0856 7.4851 5.7577 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0187 41.337-9.7764 3.7425-2.8789 6.0956-6.221 7.3368-9.0856 1.2415-2.8646 1.4124-6.1813 1.4124-6.1813v-109.56s-0.17215-3.3167-1.4124-6.1813c-1.2412-2.8647-3.5943-6.2067-7.3368-9.0856-7.4851-5.7578-19.786-9.7764-41.337-9.7764zm122.09 0c-21.552 0-33.852 4.0186-41.337 9.7764-3.7424 2.8789-6.0956 6.2209-7.3368 9.0856-1.2415 2.8646-1.4124 6.1813-1.4124 6.1813v31.304c0 6.026 3.4641 10.09 6.6888 12.925 3.2249 2.835 6.9417 5.022 11.134 7.1718 8.3841 4.2997 18.721 8.2357 28.895 12.149 10.174 3.913 20.185 7.803 27.061 11.33 3.4382 1.7631 6.08 3.4892 7.3061 4.5672 0.3068 0.2707 0.21921 0.2013 0.3068 0.3056v28.675c-0.0593 0.1453-0.20029 0.5821-1.4246 1.5224-2.6906 2.0687-10.737 5.8759-29.88 5.8759-19.144 0-27.191-3.8075-29.879-5.8756-1.286-0.9893-1.4544-1.4937-1.4979-1.6019-1.4857-11.68-18.749-10.558-18.709 1.2167 0 0 0.17214 3.3167 1.4124 6.1813 1.2412 2.8646 3.5945 6.2067 7.3368 9.0856 7.4851 5.7577 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0187 41.337-9.7764 3.7425-2.8789 6.0956-6.221 7.3368-9.0856 1.2415-2.8646 1.4125-6.1813 1.4125-6.1813v-31.304c0-6.0261-3.4642-10.09-6.6889-12.925-3.2249-2.835-6.9417-5.022-11.134-7.1718-8.3842-4.2997-18.721-8.2357-28.895-12.149-10.174-3.913-20.185-7.803-27.061-11.33-3.4381-1.7631-6.08-3.4892-7.306-4.5672-0.30996-0.2708-0.21909-0.2012-0.30681-0.3055v-28.675c0.0593-0.1452 0.20029-0.5819 1.4247-1.5224 2.6906-2.0685 10.737-5.8758 29.88-5.8758 19.144 0 27.191 3.8074 29.88 5.8757 1.2859 0.9892 1.4544 1.4936 1.4978 1.6019 1.4857 11.68 18.749 10.558 18.709-1.2167 0 0-0.17227-3.3167-1.4125-6.1813-1.2412-2.8647-3.5943-6.2067-7.3368-9.0856-7.4851-5.7578-19.786-9.7764-41.337-9.7764zm-203.62 2.9959c-5.1842 0.078-9.3248 4.3414-9.2506 9.5257v124.64c-1.5583 1.5205-4.0301 3.7113-6.2608 3.7113h-31.304c-3.1304 0-7.8383-5.2092-7.8383-5.2092-6.8897-10.692-22.847-0.054-15.628 10.418 0 0 7.8138 13.573 23.466 13.573h31.304c15.652 0 23.466-13.573 23.466-13.573 1.0283-1.5426 1.5774-3.3552 1.5774-5.2092v-128.35c0.0757-5.2944-4.2375-9.605-9.532-9.5257zm378.64 0.1406c-3.2524 0.097-6.223 1.8718-7.8508 4.6895l-38.824 67.298-38.824-67.298c-4.8068-8.3135-17.517-4.9075-17.523 4.6956v134.61c-0.17846 12.7 18.962 12.7 18.782 0v-99.537l29.433 51.016c3.6159 6.2569 12.648 6.2569 16.264 0l29.433-51.016v99.537c-0.17846 12.7 18.962 12.7 18.783 0v-134.61c0-5.2958-4.3788-9.5431-9.6724-9.3851zm-297.11 15.646c19.144 0 27.191 3.8074 29.88 5.8757 1.2227 0.9405 1.3638 1.377 1.4246 1.5224v107.29c-0.0593 0.1452-0.20041 0.5819-1.4246 1.5224-2.6888 2.0681-10.736 5.8756-29.88 5.8756-19.144 0-27.191-3.8075-29.879-5.8756-1.2228-0.9405-1.3639-1.377-1.4247-1.5224v-107.29c0.0593-0.1453 0.20041-0.5819 1.4247-1.5224 2.6887-2.0683 10.736-5.8757 29.879-5.8757z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#182f51" fill-opacity=".4596" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  <path d="m361.31 1277.6c-21.552 0-33.852 4.0187-41.337 9.7764-3.7425 2.8789-6.0956 6.221-7.3368 9.0856-1.2415 2.8646-1.4124 6.1813-1.4124 6.1813v109.56s0.17214 3.3167 1.4124 6.1813c1.2412 2.8647 3.5943 6.2067 7.3368 9.0856 7.4851 5.7578 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0186 41.337-9.7764 3.7425-2.8789 6.0956-6.2209 7.3368-9.0856 1.2415-2.8646 1.4124-6.1813 1.4124-6.1813v-109.56s-0.17214-3.3167-1.4124-6.1813c-1.2412-2.8646-3.5943-6.2067-7.3368-9.0856-7.4851-5.7577-19.786-9.7764-41.337-9.7764zm122.09 0c-21.552 0-33.852 4.0187-41.337 9.7764-3.7424 2.8789-6.0956 6.221-7.3368 9.0856-1.2415 2.8646-1.4124 6.1813-1.4124 6.1813v31.304c0 6.0261 3.4641 10.09 6.6888 12.925 3.2249 2.835 6.9417 5.022 11.134 7.1718 8.3842 4.2997 18.721 8.2357 28.895 12.149 10.174 3.913 20.185 7.8032 27.061 11.33 3.4381 1.7631 6.08 3.4892 7.306 4.5672 0.30681 0.2708 0.21922 0.2013 0.30681 0.3056v28.675c-0.0593 0.1451-0.20029 0.5819-1.4246 1.5223-2.6906 2.0686-10.737 5.8759-29.88 5.8759-19.144 0-27.191-3.8074-29.88-5.8757-1.2859-0.9893-1.4543-1.4936-1.4978-1.6019-1.4857-11.68-18.749-10.558-18.709 1.2167 0 0 0.17215 3.3167 1.4124 6.1813 1.2412 2.8647 3.5945 6.2067 7.3368 9.0856 7.4851 5.7578 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0186 41.337-9.7764 3.7425-2.8789 6.0956-6.2209 7.3368-9.0856 1.2415-2.8646 1.4125-6.1813 1.4125-6.1813v-31.304c0-6.026-3.4642-10.09-6.6889-12.925-3.2249-2.835-6.9417-5.022-11.134-7.1718-8.3842-4.2997-18.721-8.2357-28.895-12.149-10.174-3.913-20.185-7.803-27.061-11.33-3.4382-1.7631-6.08-3.4892-7.306-4.5671-0.30997-0.2708-0.2191-0.2013-0.30681-0.3055v-28.675c0.0593-0.1453 0.20029-0.582 1.4247-1.5225 2.6904-2.0685 10.737-5.8757 29.88-5.8757 19.144 0 27.191 3.8073 29.879 5.8756 1.286 0.9892 1.4544 1.4937 1.4979 1.6019 1.4857 11.68 18.749 10.558 18.709-1.2167 0 0-0.17227-3.3167-1.4125-6.1813-1.2412-2.8646-3.5943-6.2067-7.3368-9.0856-7.4851-5.7577-19.786-9.7764-41.337-9.7764zm-203.62 2.9959c-5.1843 0.078-9.3248 4.3415-9.2506 9.5258v124.64c-1.5583 1.5206-4.0301 3.7114-6.2608 3.7114h-31.304c-3.1304 0-7.8383-5.2093-7.8383-5.2093-6.8897-10.692-22.847-0.054-15.628 10.418 0 0 7.8138 13.573 23.466 13.573h31.304c15.652 0 23.466-13.573 23.466-13.573 1.0284-1.5426 1.5774-3.3552 1.5774-5.2091v-128.35c0.0745-5.2945-4.2374-9.6051-9.5318-9.5258zm378.64 0.1406c-3.2524 0.097-6.223 1.8719-7.8508 4.6895l-38.824 67.298-38.824-67.298c-4.8068-8.3135-17.518-4.9075-17.523 4.6957v134.61c-0.17845 12.7 18.962 12.7 18.782 0v-99.538l29.433 51.016c3.6159 6.2569 12.648 6.2569 16.264 0l29.433-51.016v99.538c-0.17845 12.7 18.962 12.7 18.783 0v-134.61c0-5.2959-4.3788-9.5431-9.6724-9.3852zm-297.11 15.646c19.144 0 27.191 3.8073 29.88 5.8756 1.2227 0.9405 1.3638 1.377 1.4246 1.5224v107.29c-0.0593 0.1453-0.20042 0.5819-1.4246 1.5224-2.6888 2.0683-10.736 5.8757-29.88 5.8757-19.144 0-27.191-3.8074-29.879-5.8757-1.2228-0.9405-1.3639-1.377-1.4247-1.5224v-107.29c0.0593-0.1452 0.20041-0.5819 1.4247-1.5224 2.6887-2.0683 10.736-5.8756 29.879-5.8756z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#d6e3fa" fill-opacity=".93939" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none" shape-rendering="auto">
+  <path d="m1321.2 365.6c-36.24 0-56.924 6.7575-69.51 16.439-6.2931 4.841-10.25 10.461-12.337 15.278-2.0877 4.8169-2.3751 10.394-2.3751 10.394v184.24s0.2896 5.5773 2.3751 10.394c2.0872 4.8169 6.044 10.437 12.337 15.278 12.586 9.682 33.27 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.51-16.439 6.2931-4.841 10.25-10.461 12.337-15.278 2.0876-4.8169 2.3751-10.394 2.3751-10.394v-184.24s-0.2896-5.5773-2.3751-10.394c-2.0872-4.8169-6.044-10.437-12.337-15.278-12.586-9.682-33.27-16.439-69.51-16.439zm205.29 0c-36.24 0-56.924 6.7575-69.51 16.439-6.293 4.841-10.25 10.461-12.337 15.278-2.0877 4.8169-2.3751 10.394-2.3751 10.394v52.639c0 10.133 5.8251 16.967 11.247 21.734 5.423 4.7672 11.673 8.4446 18.722 12.06 14.098 7.2301 31.48 13.849 48.588 20.429 17.108 6.5799 33.941 13.121 45.504 19.051 5.7813 2.9648 10.224 5.8673 12.285 7.68 0.5159 0.45533 0.3685 0.33847 0.5159 0.51376v48.218c-0.1001 0.24424-0.337 0.97861-2.3957 2.56-4.5243 3.4783-18.054 9.8804-50.245 9.8804s-45.722-6.4023-50.244-9.8801c-2.1624-1.6635-2.4456-2.5116-2.5188-2.6936-2.4982-19.641-31.527-17.753-31.46 2.0459 0 0 0.2896 5.5773 2.3751 10.394 2.0872 4.8169 6.0441 10.437 12.337 15.278 12.586 9.682 33.271 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.51-16.439 6.2931-4.841 10.25-10.461 12.337-15.278 2.0876-4.8169 2.3751-10.394 2.3751-10.394v-52.639c0-10.133-5.8251-16.967-11.248-21.734-5.4228-4.7672-11.673-8.4446-18.722-12.06-14.098-7.2301-31.48-13.849-48.588-20.429-17.108-6.5799-33.941-13.121-45.504-19.051-5.7814-2.9648-10.224-5.8673-12.286-7.68-0.5211-0.45533-0.3684-0.33847-0.5158-0.51376v-48.218c0.1-0.24425 0.3368-0.97862 2.3956-2.56 4.5243-3.4783 18.054-9.8804 50.245-9.8804s45.722 6.4023 50.244 9.8801c2.1624 1.6634 2.4456 2.5116 2.5187 2.6936 2.4983 19.641 31.527 17.753 31.46-2.0459 0 0-0.2895-5.5773-2.3751-10.394-2.0872-4.8169-6.044-10.437-12.337-15.278-12.586-9.682-33.27-16.439-69.51-16.439zm-342.39 5.0377c-8.7175 0.13055-15.68 7.3003-15.555 16.018v209.58c-2.6203 2.5568-6.7768 6.2406-10.528 6.2406h-52.639c-5.2639 0-13.18-8.7595-13.18-8.7595-11.585-17.979-38.419-0.0905-26.278 17.519 0 0 13.139 22.824 39.459 22.824h52.639c26.319 0 39.459-22.824 39.459-22.824 1.7292-2.594 2.6526-5.6419 2.6526-8.7595v-215.82c0.1262-8.9028-7.1253-16.151-16.028-16.018zm636.7 0.23636c-5.4692 0.16422-10.464 3.1477-13.201 7.8857l-65.285 113.16-65.285-113.16c-8.0827-13.98-29.456-8.2522-29.466 7.8959v226.35c-0.3001 21.356 31.886 21.356 31.583 0v-167.38l49.493 85.785c6.0804 10.521 21.268 10.521 27.348 0l49.493-85.785v167.38c-0.3 21.356 31.886 21.356 31.584 0v-226.35c0-8.9051-7.3631-16.047-16.264-15.781zm-499.6 26.309c32.191 0 45.722 6.4023 50.244 9.8801 2.0561 1.5814 2.2934 2.3155 2.3956 2.56v180.41c-0.1 0.24424-0.3369 0.97861-2.3956 2.56-4.5212 3.4778-18.053 9.8801-50.244 9.8801-32.191 0-45.722-6.4023-50.244-9.8801-2.0561-1.5814-2.2934-2.3155-2.3957-2.56v-180.41c0.1001-0.24425 0.337-0.97862 2.3957-2.56 4.5212-3.4778 18.053-9.8801 50.244-9.8801z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#182f51" fill-opacity=".5303" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  <path d="m1316.7 359.51c-36.24 0-56.924 6.7575-69.51 16.439-6.2931 4.841-10.25 10.461-12.337 15.278-2.0876 4.8169-2.3751 10.394-2.3751 10.394v184.24s0.2896 5.5773 2.3751 10.394c2.0872 4.8169 6.044 10.437 12.337 15.278 12.586 9.682 33.27 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.51-16.439 6.2931-4.841 10.25-10.461 12.337-15.278 2.0877-4.8169 2.3751-10.394 2.3751-10.394v-184.24s-0.2896-5.5773-2.3751-10.394c-2.0872-4.8169-6.044-10.437-12.337-15.278-12.586-9.682-33.27-16.439-69.51-16.439zm205.29 0c-36.24 0-56.924 6.7575-69.51 16.439-6.293 4.841-10.25 10.461-12.337 15.278-2.0876 4.8169-2.3751 10.394-2.3751 10.394v52.639c0 10.133 5.8251 16.967 11.248 21.734 5.4229 4.7672 11.673 8.4446 18.722 12.06 14.098 7.2301 31.48 13.849 48.588 20.429 17.108 6.5799 33.941 13.121 45.504 19.051 5.7813 2.9648 10.224 5.8673 12.285 7.68 0.5159 0.45533 0.3685 0.33847 0.5159 0.51377v48.218c-0.1 0.24425-0.3369 0.97862-2.3956 2.56-4.5243 3.4783-18.054 9.8804-50.245 9.8804-32.191 0-45.722-6.4023-50.244-9.8801-2.1624-1.6634-2.4455-2.5116-2.5187-2.6936-2.4982-19.641-31.527-17.753-31.46 2.0459 0 0 0.2896 5.5773 2.3751 10.394 2.0872 4.8169 6.0441 10.437 12.337 15.278 12.586 9.682 33.271 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.511-16.439 6.293-4.841 10.25-10.461 12.337-15.278 2.0877-4.8169 2.3752-10.394 2.3752-10.394v-52.639c0-10.133-5.8252-16.967-11.248-21.734-5.4229-4.7672-11.673-8.4446-18.722-12.06-14.098-7.2301-31.48-13.849-48.588-20.429-17.108-6.5799-33.941-13.121-45.504-19.051-5.7814-2.9648-10.224-5.8673-12.286-7.68-0.5211-0.45533-0.3684-0.33847-0.5158-0.51376v-48.218c0.1001-0.24424 0.3369-0.97861 2.3957-2.56 4.5243-3.4783 18.054-9.8804 50.245-9.8804 32.191 0 45.722 6.4023 50.244 9.8801 2.1624 1.6635 2.4456 2.5116 2.5188 2.6936 2.4982 19.641 31.527 17.753 31.46-2.0459 0 0-0.2896-5.5773-2.3752-10.394-2.0872-4.8169-6.044-10.437-12.337-15.278-12.587-9.682-33.271-16.439-69.511-16.439zm-342.39 5.0377c-8.7176 0.13054-15.68 7.3003-15.555 16.018v209.58c-2.6203 2.5568-6.7768 6.2406-10.528 6.2406h-52.639c-5.264 0-13.18-8.7595-13.18-8.7595-11.585-17.979-38.419-0.0905-26.279 17.519 0 0 13.139 22.824 39.459 22.824h52.639c26.32 0 39.459-22.824 39.459-22.824 1.7292-2.594 2.6525-5.6418 2.6525-8.7595v-215.82c0.1263-8.9028-7.1253-16.151-16.028-16.018zm636.7 0.23635c-5.4692 0.16423-10.464 3.1477-13.201 7.8857l-65.285 113.16-65.285-113.16c-8.0827-13.98-29.456-8.2522-29.466 7.8959v226.35c-0.3001 21.356 31.886 21.356 31.584 0v-167.38l49.493 85.785c6.0803 10.521 21.268 10.521 27.348 0l49.493-85.785v167.38c-0.3 21.356 31.886 21.356 31.584 0v-226.35c0-8.9051-7.3632-16.047-16.264-15.781zm-499.6 26.309c32.191 0 45.722 6.4023 50.244 9.8801 2.0561 1.5814 2.2934 2.3155 2.3957 2.56v180.41c-0.1001 0.24425-0.337 0.97862-2.3957 2.56-4.5212 3.4778-18.053 9.8801-50.244 9.8801s-45.722-6.4023-50.244-9.8801c-2.0561-1.5814-2.2934-2.3155-2.3956-2.56v-180.41c0.1-0.24424 0.3369-0.97861 2.3956-2.56 4.5212-3.4778 18.053-9.8801 50.244-9.8801z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#bdd2f3" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none" shape-rendering="auto">
+  <path d="m1364.5 335.87c-44.454 0-69.825 8.289-85.264 20.165-7.7194 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v225.99s0.3552 6.8413 2.9134 12.75c2.5602 5.9086 7.4138 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.453 0 69.825-8.289 85.264-20.165 7.7194-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9134-12.75 2.9134-12.75v-225.99s-0.3552-6.8413-2.9134-12.75c-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.264-20.165zm251.82 0c-44.453 0-69.825 8.289-85.264 20.165-7.7193 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v64.569c0 12.43 7.1453 20.812 13.797 26.66 6.652 5.8476 14.318 10.359 22.965 14.793 17.294 8.8687 38.615 16.987 59.6 25.058 20.985 8.0712 41.634 16.095 55.818 23.369 7.0916 3.6368 12.541 7.197 15.07 9.4206 0.6328 0.55853 0.452 0.41518 0.6328 0.63021v59.147c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5497 4.2667-22.146 12.12-61.633 12.12-39.487 0-56.085-7.8533-61.631-12.119-2.6525-2.0405-2.9998-3.0808-3.0896-3.3041-3.0644-24.093-38.672-21.777-38.591 2.5096 0 0 0.3552 6.8413 2.9134 12.75 2.5602 5.9086 7.4139 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.454 0 69.825-8.289 85.265-20.165 7.7193-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9135-12.75 2.9135-12.75v-64.569c0-12.43-7.1454-20.812-13.797-26.66-6.6519-5.8476-14.318-10.359-22.965-14.793-17.294-8.8687-38.615-16.987-59.6-25.058-20.985-8.0712-41.634-16.095-55.818-23.369-7.0917-3.6368-12.541-7.197-15.07-9.4206-0.6392-0.55853-0.4519-0.41518-0.6327-0.6302v-59.147c0.1227-0.2996 0.4132-1.2004 2.9386-3.1402 5.5497-4.2667 22.146-12.12 61.633-12.12 39.487 0 56.085 7.8533 61.631 12.119 2.6525 2.0405 2.9999 3.0808 3.0896 3.3041 3.0645 24.093 38.672 21.777 38.591-2.5096 0 0-0.3552-6.8413-2.9135-12.75-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.265-20.165zm-419.99 6.1795c-10.693 0.16013-19.234 8.9549-19.081 19.648v257.08c-3.2142 3.1363-8.3127 7.655-12.914 7.655h-64.569c-6.457 0-16.168-10.745-16.168-10.745-14.211-22.054-47.126-0.11106-32.234 21.489 0 0 16.117 27.997 48.402 27.997h64.569c32.285 0 48.402-27.997 48.402-27.997 2.1211-3.1819 3.2537-6.9205 3.2537-10.745v-264.73c0.1549-10.921-8.7402-19.812-19.661-19.648zm781 0.28992c-6.7088 0.20145-12.836 3.8611-16.193 9.6729l-80.081 138.81-80.081-138.81c-9.9146-17.148-36.132-10.122-36.144 9.6854v277.65c-0.3681 26.196 39.112 26.196 38.742 0v-205.31l60.71 105.23c7.4584 12.906 26.088 12.906 33.546 0l60.71-105.23v205.31c-0.368 26.196 39.112 26.196 38.742 0v-277.65c0-10.923-9.032-19.684-19.951-19.358zm-612.83 32.272c39.487 0 56.085 7.8533 61.631 12.119 2.5221 1.9398 2.8132 2.8403 2.9386 3.1402v221.3c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5459 4.266-22.144 12.119-61.631 12.119-39.487 0-56.085-7.8533-61.631-12.119-2.5221-1.9398-2.8132-2.8403-2.9386-3.1402v-221.3c0.1227-0.2996 0.4133-1.2004 2.9386-3.1402 5.5459-4.266 22.144-12.119 61.631-12.119z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#182f51" fill-opacity=".075758" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  <path d="m1359 328.4c-44.454 0-69.825 8.289-85.264 20.165-7.7194 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v225.99s0.3552 6.8413 2.9134 12.75c2.5602 5.9086 7.4138 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.453 0 69.825-8.289 85.264-20.165 7.7194-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9134-12.75 2.9134-12.75v-225.99s-0.3552-6.8413-2.9134-12.75c-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.264-20.165zm251.82 0c-44.453 0-69.825 8.289-85.264 20.165-7.7193 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v64.569c0 12.43 7.1453 20.812 13.797 26.66 6.652 5.8476 14.318 10.359 22.965 14.793 17.294 8.8687 38.615 16.987 59.6 25.058 20.985 8.0712 41.634 16.095 55.818 23.369 7.0916 3.6368 12.541 7.197 15.07 9.4206 0.6328 0.55853 0.452 0.41518 0.6328 0.63021v59.147c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5497 4.2667-22.146 12.12-61.633 12.12-39.487 0-56.085-7.8533-61.631-12.119-2.6525-2.0405-2.9998-3.0808-3.0896-3.3041-3.0644-24.093-38.672-21.777-38.591 2.5096 0 0 0.3552 6.8413 2.9134 12.75 2.5602 5.9086 7.4139 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.454 0 69.825-8.289 85.265-20.165 7.7193-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9135-12.75 2.9135-12.75v-64.569c0-12.43-7.1454-20.812-13.797-26.66-6.6519-5.8476-14.318-10.359-22.965-14.793-17.294-8.8687-38.615-16.987-59.6-25.058-20.985-8.0712-41.634-16.095-55.818-23.369-7.0917-3.6368-12.541-7.197-15.07-9.4206-0.6392-0.55853-0.4519-0.41518-0.6327-0.6302v-59.147c0.1227-0.2996 0.4132-1.2004 2.9386-3.1402 5.5497-4.2667 22.146-12.12 61.633-12.12 39.487 0 56.085 7.8533 61.631 12.119 2.6525 2.0405 2.9999 3.0808 3.0896 3.3041 3.0645 24.093 38.672 21.777 38.591-2.5096 0 0-0.3552-6.8413-2.9135-12.75-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.265-20.165zm-419.99 6.1795c-10.693 0.16013-19.234 8.9549-19.081 19.648v257.08c-3.2142 3.1363-8.3127 7.655-12.914 7.655h-64.569c-6.457 0-16.168-10.745-16.168-10.745-14.211-22.054-47.126-0.11106-32.234 21.489 0 0 16.117 27.997 48.402 27.997h64.569c32.285 0 48.402-27.997 48.402-27.997 2.1211-3.1819 3.2537-6.9205 3.2537-10.745v-264.73c0.1549-10.921-8.7402-19.812-19.661-19.648zm781 0.28992c-6.7088 0.20145-12.836 3.8611-16.193 9.6729l-80.081 138.81-80.081-138.81c-9.9146-17.148-36.132-10.122-36.144 9.6854v277.65c-0.3681 26.196 39.112 26.196 38.742 0v-205.31l60.71 105.23c7.4584 12.906 26.088 12.906 33.546 0l60.71-105.23v205.31c-0.368 26.196 39.112 26.196 38.742 0v-277.65c0-10.923-9.032-19.684-19.951-19.358zm-612.83 32.272c39.487 0 56.085 7.8533 61.631 12.119 2.5221 1.9398 2.8132 2.8403 2.9386 3.1402v221.3c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5459 4.266-22.144 12.119-61.631 12.119-39.487 0-56.085-7.8533-61.631-12.119-2.5221-1.9398-2.8132-2.8403-2.9386-3.1402v-221.3c0.1227-0.2996 0.4133-1.2004 2.9386-3.1402 5.5459-4.266 22.144-12.119 61.631-12.119z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="url(#linearGradient1686)" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none">
+  <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="6">
+   <path d="m1085 185v30s0 15-15 15c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1100 220v-25s0-12 15-12 15 12 15 12v25s1 12-15 12c-15 0-15-12-15-12z" display="inline"/>
+   <path d="m1175 188s0-5-15-5-15 17-15 17c0 10 30 5 30 15 0 0 0 17-15 17s-15-7-15-7" display="inline"/>
+   <path d="m1190 230v-45l15 25 15-25v45" display="inline"/>
+   <path d="m1085 261v41s-2 3-5 3h-10c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1100 300v-35s0-5 15-5 15 5 15 5v35s1 5-15 5c-15 0-15-5-15-5z" display="inline"/>
+   <path d="m1190 304v-43l15 26 15-26v43" display="inline"/>
+   <path d="m1175 265s0-5-15-5-15 5-15 5v10c0 5 30 10 30 15v10s1 5-15 5c-15 0-15-5-15-5" display="inline"/>
+   <path d="m1085 331v41s-2 3-5 3h-10c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1098 370v-35s0-5 15-5 15 5 15 5v35s1 5-15 5c-15 0-15-5-15-5z" display="inline"/>
+   <path d="m1184 374v-43l15 26 15-26v43" display="inline"/>
+   <path d="m1171 335s0-5-15-5-15 5-15 5v10c0 5 30 10 30 15v10s1 5-15 5c-15 0-15-5-15-5" display="inline"/>
+   <path d="m1085 395v41s-2 3-5 3h-10c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1098 434v-35s0-5 13-5 13 5 13 5v35s0 5-13 5-13-5-13-5z" display="inline"/>
+   <path d="m1176 438v-43l15 26 15-26v43" display="inline"/>
+   <path d="m1163 399s0-5-13-5-13 5-13 5v10c0 5 26 10 26 15v10s0 5-13 5-13-5-13-5" display="inline"/>
+  </g>
+  <path d="m1110 452c-6.8846 0-10.814 1.2837-13.205 3.123-1.1955 0.91965-1.9472 1.9873-2.3437 2.9023-0.3966 0.91508-0.4512 1.9746-0.4512 1.9746v35s0.055 1.0595 0.4512 1.9746c0.3965 0.91508 1.1482 1.9827 2.3437 2.9023 2.3911 1.8393 6.3205 3.123 13.205 3.123s10.814-1.2837 13.205-3.123c1.1955-0.91965 1.9472-1.9873 2.3437-2.9023 0.3966-0.91508 0.4512-1.9746 0.4512-1.9746v-35s-0.055-1.0595-0.4512-1.9746c-0.3965-0.91508-1.1482-1.9827-2.3437-2.9023-2.3911-1.8393-6.3205-3.123-13.205-3.123zm39 0c-6.8846 0-10.814 1.2837-13.205 3.123-1.1955 0.91965-1.9472 1.9873-2.3437 2.9023-0.3966 0.91508-0.4512 1.9746-0.4512 1.9746v10c0 1.925 1.1066 3.2233 2.1367 4.1289 1.0302 0.90563 2.2175 1.6042 3.5567 2.291 2.6783 1.3735 5.9804 2.6309 9.2304 3.8809s6.4479 2.4927 8.6446 3.6191c1.0983 0.56324 1.9422 1.1146 2.3339 1.459 0.098 0.0865 0.07 0.0643 0.098 0.0976v9.1602c-0.019 0.0464-0.064 0.18591-0.4551 0.48633-0.8595 0.66079-3.4298 1.877-9.5452 1.877s-8.686-1.2163-9.5449-1.877c-0.4108-0.31601-0.4646-0.47713-0.4785-0.51172-0.4746-3.7313-5.9892-3.3726-5.9766 0.38867 0 0 0.055 1.0595 0.4512 1.9746 0.3965 0.91508 1.1482 1.9827 2.3437 2.9023 2.3911 1.8393 6.3205 3.123 13.205 3.123s10.814-1.2837 13.205-3.123c1.1955-0.91965 1.9472-1.9873 2.3437-2.9023 0.3966-0.91508 0.4512-1.9746 0.4512-1.9746v-10c0-1.925-1.1066-3.2233-2.1367-4.1289-1.0302-0.90563-2.2175-1.6042-3.5567-2.291-2.6783-1.3735-5.9804-2.6309-9.2304-3.8809s-6.4479-2.4927-8.6446-3.6191c-1.0983-0.56324-1.9422-1.1146-2.3339-1.459-0.099-0.0865-0.07-0.0643-0.098-0.0976v-9.1602c0.019-0.0464 0.064-0.18591 0.4551-0.48633 0.8595-0.66079 3.4298-1.877 9.5452-1.877s8.686 1.2163 9.5449 1.877c0.4108 0.31601 0.4646 0.47713 0.4785 0.51172 0.4746 3.7313 5.9892 3.3726 5.9766-0.38867 0 0-0.055-1.0595-0.4512-1.9746-0.3965-0.91508-1.1482-1.9827-2.3437-2.9023-2.3911-1.8393-6.3205-3.123-13.205-3.123zm-65.045 0.95703c-1.6561 0.0248-2.9788 1.3869-2.9551 3.043v39.814c-0.4978 0.48573-1.2874 1.1856-2 1.1856h-10c-1 0-2.5039-1.6641-2.5039-1.6641-2.2009-3.4156-7.2985-0.0172-4.9922 3.3281 0 0 2.4961 4.3359 7.4961 4.3359h10c5 0 7.4961-4.3359 7.4961-4.3359 0.3285-0.49279 0.5039-1.0718 0.5039-1.6641v-41c0.024-1.6913-1.3536-3.0683-3.0449-3.043zm120.96 0.0449c-1.039 0.0312-1.9879 0.59798-2.5079 1.4981l-12.402 21.498-12.402-21.498c-1.5355-2.6557-5.5959-1.5677-5.5977 1.5v43c-0.057 4.057 6.0574 4.057 6 0v-31.797l9.4023 16.297c1.1551 1.9987 4.0403 1.9987 5.1954 0l9.4023-16.297v31.797c-0.057 4.057 6.0574 4.057 6 0v-43c-5e-4 -1.6917-1.3988-3.0485-3.0898-2.998zm-94.91 4.9981c6.1154 0 8.686 1.2163 9.5449 1.877 0.3906 0.30042 0.4357 0.43989 0.4551 0.48633v34.273c-0.019 0.0464-0.064 0.18591-0.4551 0.48633-0.8589 0.66069-3.4295 1.877-9.5449 1.877s-8.686-1.2163-9.5449-1.877c-0.3906-0.30042-0.4357-0.43989-0.4551-0.48633v-34.273c0.019-0.0464 0.064-0.18591 0.4551-0.48633 0.8589-0.66069 3.4295-1.877 9.5449-1.877z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none">
+  <g id="g3773" transform="translate(-40,-320)">
+   <path d="m1320 320-126.92 50.767-31.082 21.733-42 7.5 41.772 3.2586 31.203 25.931 127.03 50.81 60-20v-120z" display="inline" fill="url(#linearGradient9439)"/>
+   <g clip-path="url(#clipPath3411)">
+    <path d="m1280 350v100h660v-100z" clip-path="none" display="inline" fill="#853909"/>
+    <path d="m1940 380v-40l-85-10h-480l-95 10v40z" clip-path="none" fill="#974613"/>
+    <path d="m1940 420v40l-85 10h-495l-80-10v-40z" clip-path="none" fill="#642b06"/>
+    <path d="m1280 320v20h660v-20z" clip-path="none" display="inline" fill="#b25c28"/>
+    <path d="m1280 460v20h660v-20z" clip-path="none" display="inline" fill="#4d2105"/>
+   </g>
+   <path d="m1780.1 386.07c-3.9797 0-6.2505 0.74145-7.6328 1.8047-0.691 0.53161-1.1262 1.1488-1.3554 1.6777-0.2288 0.52896-0.2618 1.1406-0.2618 1.1406v20.232s0.033 0.61361 0.2618 1.1426c0.2292 0.52897 0.6644 1.1461 1.3554 1.6777 1.3823 1.0632 3.6531 1.8047 7.6328 1.8047 3.9798 0 6.2506-0.74146 7.6328-1.8047 0.6911-0.53162 1.1263-1.1488 1.3555-1.6777 0.2288-0.52897 0.2598-1.1426 0.2598-1.1426v-20.232s-0.031-0.61167-0.2598-1.1406c-0.2292-0.52898-0.6643-1.1461-1.3555-1.6777-1.3821-1.0632-3.653-1.8047-7.6328-1.8047zm22.545 0c-3.9798 0-6.2526 0.74145-7.6348 1.8047-0.6911 0.53161-1.1243 1.1488-1.3535 1.6777-0.2297 0.52896-0.2617 1.1406-0.2617 1.1406v5.7812c0 1.1128 0.6388 1.8632 1.2343 2.3867 0.5955 0.52351 1.2826 0.92722 2.0567 1.3242 1.5483 0.79397 3.4572 1.5216 5.3359 2.2441s3.7282 1.4406 4.9981 2.0918c0.6349 0.32559 1.1212 0.64468 1.3476 0.84375 0.059 0.0496 0.043 0.0373 0.059 0.0566v5.2949c-0.011 0.0268-0.038 0.10759-0.2637 0.28125-0.4968 0.38198-1.9824 1.084-5.5175 1.084s-5.0212-0.70207-5.5176-1.084c-0.2374-0.18268-0.2674-0.27688-0.2774-0.29688-0.2731-2.1586-3.465-1.9512-3.455 0.22461 0 0 0.033 0.61361 0.2617 1.1426 0.2292 0.52897 0.6625 1.1461 1.3535 1.6777 1.3822 1.0632 3.6551 1.8047 7.6348 1.8047s6.2506-0.74146 7.6328-1.8047c0.691-0.53162 1.1261-1.1488 1.3554-1.6777 0.2298-0.52897 0.2598-1.1426 0.2598-1.1426v-5.7793c0-1.1128-0.639-1.8632-1.2344-2.3867-0.5956-0.52351-1.2825-0.92919-2.0566-1.3262-1.5483-0.79398-3.4572-1.5196-5.3359-2.2422-1.8787-0.7226-3.7263-1.4406-4.9961-2.0918-0.6349-0.32558-1.1232-0.64468-1.3496-0.84375-0.057-0.0496-0.041-0.0373-0.057-0.0566v-5.2949c0.011-0.0268 0.038-0.10759 0.2637-0.28125 0.4968-0.38198 1.9825-1.0859 5.5176-1.0859s5.021 0.70402 5.5175 1.0859c0.2374 0.18267 0.2654 0.27492 0.2754 0.29492 0.2721 2.1597 3.4651 1.9522 3.4551-0.22461 0 0-0.031-0.61167-0.2598-1.1406-0.2293-0.52898-0.6644-1.1461-1.3554-1.6777-1.3822-1.0632-3.6531-1.8047-7.6328-1.8047zm-37.602 0.55274c-0.9572 0.015-1.721 0.80261-1.707 1.7598v23.014c-0.2878 0.28077-0.7444 0.68555-1.1563 0.68555h-5.7812c-0.5781 0-1.4473-0.96094-1.4473-0.96094-1.2643-2.0118-4.2562-0.0165-2.8848 1.9238 0 0 1.4418 2.5059 4.3321 2.5059h5.7812c2.8903 0 4.332-2.5059 4.332-2.5059 0.1907-0.28495 0.2926-0.62003 0.293-0.96289v-23.699c0.014-0.97858-0.7832-1.7753-1.7617-1.7598zm52.719 0.0234c-0.9047-0.0348-1.8222 0.62738-1.8222 1.7363v24.855c-0.01 2.3208 3.4787 2.3208 3.4687 0v-18.381l5.4336 9.4219c0.6675 1.1561 2.3363 1.1561 3.0039 0l5.4356-9.4219v18.381c-0.01 2.3208 3.4787 2.3208 3.4687 0v-24.855c4e-4 -0.97885-0.8087-1.7642-1.7871-1.7344-0.6007 0.0185-1.149 0.34656-1.4492 0.86718l-7.1699 12.426-7.168-12.426c-0.3327-0.5762-0.8712-0.84826-1.4141-0.86914zm-37.662 2.8906c3.5351 0 5.0211 0.70403 5.5176 1.0859 0.2257 0.17367 0.2527 0.25445 0.2637 0.28125v19.812c-0.011 0.0268-0.038 0.10759-0.2637 0.28125-0.4965 0.38192-1.9825 1.084-5.5176 1.084s-5.0209-0.70206-5.5175-1.084c-0.2257-0.17366-0.2527-0.25445-0.2637-0.28125v-19.812c0.011-0.0268 0.038-0.10758 0.2637-0.28125 0.4966-0.38191 1.9824-1.0859 5.5175-1.0859z" display="inline" fill="#120e02" fill-opacity=".84343" filter="url(#filter4629-1)" style="paint-order:normal"/>
+   <path d="m1115 400 65-40c30 15 30 65 0 80z" clip-path="url(#clipPath3446)" fill="#3d3d3d"/>
+   <path d="m1779.5 385.19c-3.9797 0-6.2511 0.74208-7.6334 1.8053-0.691 0.53161-1.1255 1.1488-1.3548 1.6777-0.2292 0.52896-0.2608 1.1414-0.2608 1.1414v20.232s0.032 0.61248 0.2608 1.1414c0.2293 0.52897 0.6638 1.1461 1.3548 1.6777 1.3823 1.0632 3.6537 1.8053 7.6334 1.8053 3.9798 0 6.2512-0.74208 7.6334-1.8053 0.6911-0.53162 1.1256-1.1488 1.3548-1.6777s0.2609-1.1414 0.2609-1.1414v-20.232s-0.032-0.61248-0.2609-1.1414c-0.2292-0.52898-0.6637-1.1461-1.3548-1.6777-1.3822-1.0632-3.6536-1.8053-7.6334-1.8053zm22.544 0c-3.9798 0-6.2512 0.74208-7.6334 1.8053-0.6911 0.53161-1.1256 1.1488-1.3548 1.6777-0.2292 0.52896-0.2609 1.1414-0.2609 1.1414v5.7806c0 1.1128 0.6397 1.8633 1.2352 2.3868 0.5955 0.52351 1.2819 0.92735 2.056 1.3244 1.5483 0.79397 3.4571 1.5208 5.3358 2.2434s3.7272 1.4409 4.9971 2.0921c0.6349 0.32559 1.1227 0.64432 1.3491 0.84339 0.057 0.05 0.041 0.0371 0.057 0.0564v5.2951c-0.011 0.0268-0.037 0.10747-0.2631 0.28113-0.4968 0.38198-1.9826 1.085-5.5177 1.085s-5.0211-0.70308-5.5175-1.085c-0.2376-0.18268-0.2686-0.27582-0.2767-0.29581a1.7344 1.7344 0 0 0-3.4548 0.22467s0.032 0.61248 0.2608 1.1414c0.2292 0.52897 0.6638 1.1461 1.3548 1.6777 1.3822 1.0632 3.6537 1.8053 7.6334 1.8053s6.2512-0.74208 7.6334-1.8053c0.691-0.53162 1.1255-1.1488 1.3548-1.6777s0.2608-1.1414 0.2608-1.1414v-5.7806c0-1.1128-0.6397-1.8632-1.2351-2.3868-0.5956-0.52351-1.2819-0.92736-2.056-1.3244-1.5483-0.79398-3.4571-1.5208-5.3358-2.2434-1.8787-0.72259-3.7273-1.4409-4.9971-2.0921-0.6349-0.32558-1.1227-0.64432-1.3491-0.84339-0.058-0.05-0.041-0.0371-0.057-0.0564v-5.2951c0.011-0.0268 0.037-0.10747 0.2631-0.28113 0.4968-0.38198 1.9826-1.085 5.5177-1.085s5.0211 0.70308 5.5176 1.085c0.2374 0.18267 0.2685 0.27581 0.2765 0.29581a1.7344 1.7344 0 0 0 3.4549-0.22468s-0.032-0.61248-0.2608-1.1414c-0.2293-0.52898-0.6638-1.1461-1.3548-1.6777-1.3822-1.0632-3.6537-1.8053-7.6334-1.8053zm-37.6 0.55322a1.7344 1.7344 0 0 0-1.7082 1.759v23.015c-0.2878 0.28077-0.7442 0.68532-1.1561 0.68532h-5.7806c-0.5781 0-1.4474-0.96193-1.4474-0.96193a1.7344 1.7344 0 1 0-2.8858 1.9239s1.4429 2.5064 4.3332 2.5064h5.7806c2.8903 0 4.3332-2.5064 4.3332-2.5064a1.7344 1.7344 0 0 0 0.2913-0.96193v-23.701a1.7344 1.7344 0 0 0-1.7602-1.759zm69.92 0.026a1.7344 1.7344 0 0 0-1.4498 0.86597l-7.1693 12.427-7.1693-12.427a1.7344 1.7344 0 0 0-3.2358 0.8671v24.857a1.7344 1.7344 0 1 0 3.4684 0v-18.381l5.4351 9.4206a1.7344 1.7344 0 0 0 3.0033 0l5.4351-9.4206v18.381a1.7344 1.7344 0 1 0 3.4684 0v-24.857a1.7344 1.7344 0 0 0-1.7861-1.7331zm-54.864 2.8892c3.5351 0 5.0211 0.70308 5.5176 1.085 0.2258 0.17367 0.2518 0.25429 0.2631 0.28114v19.812c-0.011 0.0268-0.037 0.10747-0.2631 0.28113-0.4965 0.38192-1.9825 1.085-5.5176 1.085s-5.021-0.70307-5.5176-1.085c-0.2257-0.17366-0.2518-0.25429-0.263-0.28113v-19.812c0.011-0.0268 0.037-0.10747 0.263-0.28114 0.4966-0.38191 1.9825-1.085 5.5176-1.085z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="url(#linearGradient1085)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" stroke="#000" stroke-opacity=".13433" stroke-width=".5" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  </g>
+ </g>
+ <g display="none">
+  <g id="g8930" clip-path="url(#clipPath1210)">
+   <path d="m80 140v800h800v-800h-533.33z" display="inline" fill="url(#linearGradient9261)"/>
+   <path d="m531.5 222.5 15 92 35 55.5 70 68 12.5 59.5 38 206.5 49 69 58.257-28.161s-2.1864-22.553-4.9461-33.497c-3.0728-12.186-6.5571-24.564-12.837-35.45-6.7681-11.733-19.666-19.213-26.147-31.107-8.2251-15.095-7.3774-33.969-15.183-49.285-6.7183-13.182-20.046-22.257-26.644-35.5-9.1263-18.319-13.796-38.786-17-59-4.6213-29.153 5.0205-60.094-3-88.5-8.4371-29.882-24.655-58.45-46-81-19.069-20.145-50.438-25.333-70-45-11.836-11.9-20.345-27.092-27-42.5-11.185-25.894-20.895-82-20.895-82l-12.105-4.0005zm-191.75 616.43s63.309 0.96432 94.581 5.3432c23.45 3.2836 46.793 8.2605 69.296 15.627 18.808 6.1569 34.679 22.427 54.426 23.716 16.721 1.0915 35.08-3.6281 48.304-13.919 11.784-9.1705 18.18-24.415 22.596-38.679 4.4046-14.228 5.7993-29.902 3.201-44.569-4.0062-22.613-28.243-62.841-28.243-62.841l107.44 79.811-16 127.22-41.559 11.355-93.244 1-218.56-23.598z" fill="#fff3aa"/>
+   <path d="m550.71 133.99-61.414 0.70711c-10 20-29.293 64.072-29.293 105.3 0 110 43.061 102.8 70 170 26.924 67.167 25.747 148.73 40 220 10 50 26.769 121.42 70 145 12.415 6.772 40 65 40 95 0 31.181-14.254 51.281-32.71 74l235.71-2 3-83c-10-80-136-189-170.28-233.28-48.427-62.554-31.486-96.719-45.719-170.72-16.322-84.86-90.308-90.354-110-155-33.636-110.42-9.2929-126.01-9.2929-166.01zm-187.79 696.02c-47.495-5.0249-87.293 15.056-126.93 33.75-22.567 10.642-36.972-11.182-77.421 79.236l408.48 1c-25.217-26.943-59.673-69.761-113.61-77.117-44.093-6.0127-19.929-29.401-90.515-36.868z" fill="#316ed9"/>
+   <path d="m410.16 136.5c-10 20-34.115 55.17-59.539 71.06-24.626 15.391-90.258 24.027-128.91 19.938-45.235-4.7851-54.207-16.326-147.71-2.5097l3-88.988z" fill="#009d00"/>
+  </g>
+ </g>
+ <g display="none">
+  <g id="g5199" clip-path="url(#clipPath5203)">
+   <rect transform="rotate(-5.9986)" x="-125.68" y="332" width="266.73" height="297.25" fill="#8c133f" style="paint-order:normal"/>
+   <rect transform="rotate(-5.9986)" x="211.04" y="436.22" width="108.51" height="193.02" ry="0" display="inline" fill="#33757c" style="paint-order:normal"/>
+   <path d="m-23.249 725.65 457.48-48.083" display="inline" fill="none" stroke="#234868" stroke-opacity=".87879" stroke-width="50"/>
+   <path d="m19.638 942.35 165.96-238.66" display="inline" fill="none" stroke="#234868" stroke-opacity=".87879" stroke-width="40"/>
+   <path d="m220.71 694.29c5.1944 19.388-6.3115 39.315-25.699 44.51-19.388 5.1944-39.315-6.3116-44.51-25.699-5.1944-19.388 6.3115-39.315 25.699-44.51 19.388-5.1944 39.315 6.3115 44.51 25.699z" display="inline" fill="#fff" stroke="#0d4474" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".87879" stroke-width="8" style="paint-order:stroke fill markers"/>
+   <path d="m469.34 668.16c5.1944 19.388-6.3116 39.315-25.699 44.51-19.388 5.1944-39.315-6.3116-44.51-25.699-5.1944-19.388 6.3116-39.315 25.699-44.51 19.388-5.1944 39.315 6.3116 44.51 25.699z" display="inline" fill="#fff" stroke="#0d4474" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".87879" stroke-width="8" style="paint-order:stroke fill markers"/>
+  </g>
+ </g>
+ <g display="none">
+  <g id="g8961" transform="matrix(1.0501 0 0 1.0501 -44.07 -27.074)">
+   <use width="100%" height="100%" display="inline" xlink:href="#g8930"/>
+   <use width="100%" height="100%" display="inline" xlink:href="#g5199"/>
+  </g>
+ </g>
+ <g>
+  <path transform="matrix(1.1752 0 0 1.1752 -3.5969 -179.75)" d="m42.5 875 157 82.5 339.5-49.5 167.42 58.282-159.72-193.81-349.3 31.287z" filter="url(#filter3987)"/>
+ </g>
+ <g>
+  <use transform="matrix(.93735 .46871 0 .98421 13.567 -378.78)" width="100%" height="100%" clip-path="url(#clipPath9132)" xlink:href="#g8961"/>
+  <use transform="matrix(.93735 .46968 0 .98421 -5.5112 -103.04)" width="100%" height="100%" clip-path="url(#clipPath9126)" xlink:href="#g8961"/>
+  <use transform="matrix(.98421 -.18753 0 .98421 -18.576 61.421)" width="100%" height="100%" clip-path="url(#clipPath9081)" xlink:href="#g8961"/>
+ </g>
+ <g>
+  <path transform="matrix(.98421 0 0 .98421 .50408 .023626)" d="m31.074 33.33-0.32002 842.49 201.21 100.42v-843.52zm620.77 20.744v843.93l202.14 98.428-1.3149-843.29z" clip-path="url(#clipPath9114)" fill="#fff" fill-opacity=".40909"/>
+ </g>
+ <g>
+  <path transform="matrix(1.0219 .16971 -.15751 1.02 2.6685 -114.58)" d="m572.1 580.75-95.569 102.6 204.98-117.81 25.757-36.294 161.97-75.173-34.804-178.53-170.78 127.79z" fill="url(#linearGradient3892)" filter="url(#filter4005)"/>
+  <path d="m382.15 663.32 195.91-58.147-3.4364-48.982z" fill="url(#linearGradient4017)"/>
+ </g>
+ <g>
+  <use transform="matrix(.69887 -.76199 .76199 .69887 -433.6 1430.4)" width="100%" height="100%" xlink:href="#g3773"/>
+ </g>
+</svg>
Index: /trunk/native/linux/latest/usr/share/man/man1/josm-latest.1
===================================================================
--- /trunk/native/linux/latest/usr/share/man/man1/josm-latest.1	(revision 16006)
+++ /trunk/native/linux/latest/usr/share/man/man1/josm-latest.1	(revision 16006)
@@ -0,0 +1,136 @@
+.TH JOSM 1 "July 21, 2016"
+.\" Please adjust this date whenever revising the manpage.
+.SH NAME
+josm \- Java OpenStreetMap Editor
+.SH SYNOPSIS
+.B josm-latest
+.SH DESCRIPTION
+.B JOSM 
+is an editor for OpenStreetMap written in Java 8. 
+.PP
+.B OpenStreetMap 
+is a project aimed squarely at creating and providing free geographic data such as street maps to anyone
+who wants them. It allows you to view, edit and use geographical data in a collaborative way from 
+anywhere on earth.
+The project was started because most maps you think of as free actually have legal or technical 
+restrictions on their use, holding back people from using them in creative, productive or unexpected
+ways.
+.SH OPTIONS
+.TP
+.B \-h, \-?, \-\-help
+Show help
+.TP
+.B \-\-geometry=<width>x<height>(+|-)x(+|-)y
+Standard X geometry argument
+.TP
+.B [\-\-download=]minlat,minlon,maxlat,maxlon
+Download the bounding box
+.TP
+.B [\-\-download=]<url>
+Download the location at the url (with lat=x&lon=y&zoom=z)
+.TP
+.B [\-\-download=]<filename>
+Open file (any file type that can be opened with File/Open)
+.TP
+.B \-\-downloadgps=minlat,minlon,maxlat,maxlon
+Download the bounding box as raw gps
+.TP
+.B \-\-selection=<searchstring>
+Select with the given search
+.TP
+.B \-\-[no\-]maximize
+Do [not] launch in maximized mode
+.TP
+.B \-\-reset\-preferences
+Reset the preferences to the default
+.TP
+.B \-\-load\-preferences=<url\-to\-xml>
+Change preferences according to the XML file
+.TP
+.B \-\-set=<key>=<value>
+Set preference key to value
+.TP
+.B \-\-language=<language>
+Set the language
+.TP
+.B \-\-version
+Display the JOSM version
+.TP
+.B \-\-debug
+Print debugging messages to console
+.TP
+.B \-\-offline=<osm_api|josm_website|all>
+Disable access to the given resource(s), separated by comma
+.SH FILES
+JOSM files are saved according to the XDG Base Directory Specification:
+.TP
+.B $HOME/.config/JOSM-latest
+Preferences
+.TP
+.B $HOME/.local/share/JOSM-latest
+User data
+.TP
+.B $HOME/.cache/JOSM-latest
+Cache
+.TP
+If the directory $HOME/.josm-latest exists, all files are stored there.
+.SH JAVA PROPERTIES
+The following options can be set by using Java system properties (i.e. \-Dkey=value
+passed to java, or specified inside JAVA_OPTS).
+.TP
+.B josm.pref=<path>
+Set the JOSM preferences directory.
+.TP
+.B josm.userdata=<path>
+Set the JOSM user data directory.
+.TP
+.B josm.cache=<path>
+Set the JOSM cache directory.
+.TP
+.B josm.home=<homedir>
+Relocate all 3 directories to homedir. Cache directory will be in <homedir>/cache.
+.TP
+.B josm.name=<JOSM-latest>
+Change the JOSM directory name.
+.SH ENVIRONMENT
+.IP JAVA_HOME
+Specify an alternate Java environment.
+.IP JAVA_OPTS
+Specify Java options.
+For example, to use a HTTP proxy server with this program, set this environment variable
+to something like
+.I JAVA_OPTS="-Dhttp.proxyHost=yourProxyURL"
+before starting josm.
+.SH AUTHOR
+JOSM was originally designed and coded by Immanuel Scholz,
+and is now maintained by the OpenStreetMap community.
+.PP
+The current JOSM maintainer is Dirk Stöcker.
+A lot of administration work is done by Paul Hartmann and Vincent Privat.
+.PP
+Major code contributions from (in alphabetical order):
+.PP
+Stefan Breunig
+David Earl
+Gabriel Ebner
+Dave Hansen
+Paul Hartmann
+Karl Guggisberg
+Matthias Julius
+Alexei Kasatkin
+Jiri Klement
+Ulf Lamping
+Simon Legner
+Raphael Mack
+Upliner Mikhalych
+Vincent Privat
+Frederik Ramm
+Dirk Stöcker
+.PP
+Many minor contributions and patches by others; see SVN history
+at https://josm.openstreetmap.de/svn/ for details. Use
+"josm-dev AT openstreetmap.org" to contact still active authors.
+The logo has been designed by Ilya Palikov.
+.PP
+This manual page was initially written by Andreas Putzo <andreas@putzo.net>,
+for the Debian project (but may be used by others).
Index: /trunk/native/linux/latest/usr/share/metainfo/org.openstreetmap.josm-latest.appdata.xml
===================================================================
--- /trunk/native/linux/latest/usr/share/metainfo/org.openstreetmap.josm-latest.appdata.xml	(revision 16006)
+++ /trunk/native/linux/latest/usr/share/metainfo/org.openstreetmap.josm-latest.appdata.xml	(revision 16006)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>org.openstreetmap.josm-latest</id>
+  <metadata_license>CC-BY-SA-3.0</metadata_license>
+  <project_license>GPL-2.0+</project_license>
+  <developer_name>JOSM developers</developer_name>
+  <name>JOSM</name>
+  <summary>Java OpenStreetMap Editor</summary>
+  <description>
+    <p>
+    JOSM is an extensible off-line editor for ​OpenStreetMap (OSM) written in ​Java.
+    </p>
+    <p>
+    It supports loading stand-alone GPX tracks and GPX track data from the OSM database as well as loading and 
+    editing existing nodes, ways, metadata tags and relations from the OSM database.
+    </p>
+  </description>
+  <categories>
+    <category>Education</category>
+    <category>Geoscience</category>
+    <category>Maps</category>
+  </categories>
+  <content_rating type="oars-1.1"/>
+  <launchable type="desktop-id">org.openstreetmap.josm-latest.desktop</launchable>
+  <screenshots>
+    <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/linux/josm-screenshot.png</screenshot>
+  </screenshots>
+  <url type="homepage">https://josm.openstreetmap.de</url>
+  <updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
+</component>
Index: /trunk/native/linux/latest/usr/share/mime/packages/josm-latest.xml
===================================================================
--- /trunk/native/linux/latest/usr/share/mime/packages/josm-latest.xml	(revision 16006)
+++ /trunk/native/linux/latest/usr/share/mime/packages/josm-latest.xml	(revision 16006)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+        <mime-type type="application/x-osm+xml">
+                <sub-class-of type="application/xml"/>
+                <comment>OSM XML file</comment>
+                <glob pattern="*.osm"/>
+        </mime-type>
+        <mime-type type="application/x-josm-session+xml">
+                <sub-class-of type="application/xml"/>
+                <comment>JOSM session file</comment>
+                <glob pattern="*.jos"/>
+        </mime-type>
+        <mime-type type="application/x-josm-session+zip">
+                <sub-class-of type="application/zip"/>
+                <comment>JOSM session archive</comment>
+                <glob pattern="*.joz"/>
+        </mime-type>
+</mime-info>
Index: /trunk/native/linux/tested/DEBIAN/conffiles
===================================================================
--- /trunk/native/linux/tested/DEBIAN/conffiles	(revision 16006)
+++ /trunk/native/linux/tested/DEBIAN/conffiles	(revision 16006)
@@ -0,0 +1,1 @@
+/etc/default/josm
Index: /trunk/native/linux/tested/DEBIAN/control
===================================================================
--- /trunk/native/linux/tested/DEBIAN/control	(revision 16006)
+++ /trunk/native/linux/tested/DEBIAN/control	(revision 16006)
@@ -0,0 +1,26 @@
+Package: josm
+Version: 1.5.svn{{VERSION}}
+Section: utils
+Maintainer: josm developers <josm-dev@openstreetmap.org>
+Homepage: https://josm.openstreetmap.de
+Priority: extra
+Architecture: all
+Depends: openjdk-11-jre | java11-runtime | openjdk-8-jre | java8-runtime,
+         proj-data
+Recommends: openjfx
+Conflicts: josm-plugins
+Replaces: josm-plugins
+Description: Editor for OpenStreetMap
+ JOSM is an editor for OpenStreetMap (OSM) written in Java.
+  The current version supports stand alone GPX tracks, GPX track data
+  from OSM database and existing nodes, line segments and metadata tags
+  from the OSM database.
+ .
+  OpenStreetMap is a project aimed squarely at creating and providing
+  free geographic data such as street maps to anyone who wants them.
+  The project was started because most maps you think of as free actually
+  have legal or technical restrictions on their use, holding back people
+  from using them in creative, productive or unexpected ways.
+
+
+
Index: /trunk/native/linux/tested/DEBIAN/postinst
===================================================================
--- /trunk/native/linux/tested/DEBIAN/postinst	(revision 16006)
+++ /trunk/native/linux/tested/DEBIAN/postinst	(revision 16006)
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+# Automatically added by dh_installmenu
+if [ "$1" = "configure" ] && [ -x "$(which update-menus 2>/dev/null)" ]; then
+	update-menus
+fi
+# End automatically added section
Index: /trunk/native/linux/tested/DEBIAN/postrm
===================================================================
--- /trunk/native/linux/tested/DEBIAN/postrm	(revision 16006)
+++ /trunk/native/linux/tested/DEBIAN/postrm	(revision 16006)
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+# Automatically added by dh_installmenu
+if [ -x "$(which update-menus 2>/dev/null)" ]; then update-menus ; fi
+# End automatically added section
Index: /trunk/native/linux/tested/etc/default/josm
===================================================================
--- /trunk/native/linux/tested/etc/default/josm	(revision 16006)
+++ /trunk/native/linux/tested/etc/default/josm	(revision 16006)
@@ -0,0 +1,9 @@
+# Options to pass to java when starting JOSM.
+# Uncomment the JAVA_OPTS lines to enable their use by /usr/bin/josm
+
+# Increase usable memory
+#JAVA_OPTS="${JAVA_OPTS} -Xmx2048m"
+
+# Enable OpenGL pipeline (2D graphic accelerators)
+#JAVA_OPTS="${JAVA_OPTS} -Dsun.java2d.opengl=True"
+
Index: /trunk/native/linux/tested/usr/bin/josm
===================================================================
--- /trunk/native/linux/tested/usr/bin/josm	(revision 16006)
+++ /trunk/native/linux/tested/usr/bin/josm	(revision 16006)
@@ -0,0 +1,74 @@
+#!/bin/bash
+# Simple wrapper script used to start JOSM in Debian
+set -e
+
+# First, the alternative (if known to work) or users preference as defined by $JAVA_HOME. Next, use OpenJDK.
+# Override to a specific one using $JAVACMD
+ALTERNATIVE_JDK=$(readlink -n -f /etc/alternatives/java)
+
+# Let's get the current architecture -- needed for multiarchified Java
+ARCH=$(dpkg --print-architecture 2> /dev/null || true)
+
+JAVA_CMDS="$JAVA_HOME/bin/java"
+
+# If OpenJDK is only available headless, do not try it
+if dpkg --get-selections "openjdk-*-jre" | grep install$ > /dev/null \
+|| dpkg --get-selections "openjdk-*-jre:$ARCH" | grep install$ > /dev/null ; then
+	# LTS versions in decreased order
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-11-openjdk/bin/java /usr/lib/jvm/java-11-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-8-openjdk/bin/java /usr/lib/jvm/java-8-openjdk-$ARCH/bin/java"
+	# Released versions in decreased order
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-14-openjdk/bin/java /usr/lib/jvm/java-14-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-13-openjdk/bin/java /usr/lib/jvm/java-13-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-12-openjdk/bin/java /usr/lib/jvm/java-12-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-10-openjdk/bin/java /usr/lib/jvm/java-10-openjdk-$ARCH/bin/java"
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-9-openjdk/bin/java /usr/lib/jvm/java-9-openjdk-$ARCH/bin/java"
+	# Development version
+	JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/java-15-openjdk/bin/java /usr/lib/jvm/java-15-openjdk-$ARCH/bin/java"
+fi
+# Undetermined version
+JAVA_CMDS="${JAVA_CMDS} /usr/lib/jvm/default-java/bin/java /usr/bin/java"
+
+if [ -f /etc/default/josm ]; then
+    . /etc/default/josm
+fi
+
+JAVA_OPTS="-Djosm.restart=true -Djava.net.useSystemProxies=true $JAVA_OPTS"
+
+if [ -z "${JAVACMD}" ]; then
+    for jcmd in $JAVA_CMDS; do
+        if [ "z$ALTERNATIVE_JDK" = "z$(readlink -n -f "$jcmd")" ] && [ -z "${JAVACMD}" ]; then
+            JAVACMD="$jcmd"
+            break
+        fi
+    done
+fi
+
+if [ -z "${JAVACMD}" ]; then
+    for jcmd in $JAVA_CMDS; do
+        if [ -x "$jcmd" ] && [ -z "${JAVACMD}" ]; then
+            JAVACMD="$jcmd"
+            break
+        fi
+    done
+fi
+
+if [ "$JAVACMD" ]; then
+    echo "Using $JAVACMD to execute josm." || true
+    if [[ "${JAVACMD}" =~ 'java-9' ]] || [[ "${JAVACMD}" =~ 'java-10' ]]; then
+        JAVA_OPTS="--add-modules java.activation,java.se.ee $JAVA_OPTS"
+    elif [[ "${JAVACMD}" =~ 'java-1' ]]; then
+        JAVA_OPTS="--add-modules java.scripting,java.sql $JAVA_OPTS"
+    fi
+    set +e
+    while true; do
+        $JAVACMD $JAVA_OPTS -jar /usr/share/josm/josm.jar "$@"
+        if [ "z$?" != "z9" ]; then
+            break
+        fi
+        echo ">> restarting josm..."
+    done
+else
+    echo "No valid JVM found to run JOSM." || true
+    exit 1
+fi
Index: /trunk/native/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop
===================================================================
--- /trunk/native/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop	(revision 16006)
+++ /trunk/native/linux/tested/usr/share/applications/org.openstreetmap.josm.desktop	(revision 16006)
@@ -0,0 +1,14 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=JOSM
+GenericName=Java OpenStreetMap Editor
+Comment=Extensible off-line editor for OpenStreetMap (OSM)
+Icon=org.openstreetmap.josm
+Exec=josm %U
+Terminal=false
+MimeType=application/x-osm+xml;application/x-gpx+xml;application/geo+json;application/x-josm-session+xml;application/x-josm-session+zip;x-scheme-handler/geo;
+StartupNotify=true
+Categories=Education;Geoscience;Maps;
+StartupWMClass=org-openstreetmap-josm-MainApplication
+Keywords=OpenStreetMap;OSM;
Index: /trunk/native/linux/tested/usr/share/doc/josm/copyright
===================================================================
--- /trunk/native/linux/tested/usr/share/doc/josm/copyright	(revision 16006)
+++ /trunk/native/linux/tested/usr/share/doc/josm/copyright	(revision 16006)
@@ -0,0 +1,4 @@
+Copyright (c) 2005-2020 JOSM developers <josm-dev@openstreetmap.org>
+
+License: GPL3+
+
Index: /trunk/native/linux/tested/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm.svg
===================================================================
--- /trunk/native/linux/tested/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm.svg	(revision 16006)
+++ /trunk/native/linux/tested/usr/share/icons/hicolor/scalable/apps/org.openstreetmap.josm.svg	(revision 16006)
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg version="1.1" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>JOSM Logotype 2019</title>
+ <defs>
+  <linearGradient id="linearGradient9147">
+   <stop stop-color="#ffd555" offset="0"/>
+   <stop stop-color="#ffcb27" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient3892" x1="716.07" x2="787.83" y1="454.99" y2="219.39" gradientTransform="matrix(.98704 .23824 -.9468 1.3017 230.53 -134.51)" gradientUnits="userSpaceOnUse">
+   <stop offset="0"/>
+   <stop stop-color="#3c3c3c" stop-opacity="0" offset="1"/>
+  </linearGradient>
+  <filter id="filter4005">
+   <feGaussianBlur stdDeviation="10"/>
+  </filter>
+  <linearGradient id="linearGradient4017" x1="455" x2="532.2" y1="690" y2="656.35" gradientTransform="matrix(1.0062 .23807 -.23807 1.0062 94.828 -143.1)" gradientUnits="userSpaceOnUse">
+   <stop stop-opacity=".36869" offset="0"/>
+   <stop stop-color="#3c3c3c" stop-opacity="0" offset="1"/>
+  </linearGradient>
+  <filter id="filter3987" x="-.033087" y="-.30881" width="1.0662" height="1.6176">
+   <feGaussianBlur stdDeviation="11.58046"/>
+  </filter>
+  <filter id="filter4629-1" color-interpolation-filters="sRGB">
+   <feGaussianBlur stdDeviation="0.5"/>
+  </filter>
+  <clipPath id="clipPath3411">
+   <path d="m1320 320c15 5 25 20 25 20 10 15 10 40 10 40 5 10 5 30 0 40 0 0 0 25-10 40 0 0-10 15-25 20h540l40-20 20-40v-40l-20-40-40-20z" fill="none" stroke="#000" stroke-width="1px"/>
+  </clipPath>
+  <clipPath id="clipPath3446">
+   <path d="m1320 320-200 80 200 80 60-20v-120z" fill="#dfc4b3"/>
+  </clipPath>
+  <clipPath>
+   <path d="m1478.6-6.6948v326.69h264.09v-326.69z" fill="#fff"/>
+  </clipPath>
+  <clipPath id="clipPath5203">
+   <rect x="80" y="140" width="800" height="800" fill="none" stroke="#515151" stroke-dasharray="8, 8" stroke-width="4" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath>
+   <rect x="80" y="140" width="800" height="800" fill="none" stroke="#515151" stroke-dasharray="8, 8" stroke-width="4" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath id="clipPath9081">
+   <rect transform="matrix(.98233 .18717 0 1 0 0)" x="255.85" y="-55.827" width="427.56" height="1040" fill="#fff" fill-opacity=".17172" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath id="clipPath9114">
+   <path d="m31.923 874.34 200.04 100.23 419.97-80.09 199.44 99.734v-840.06l-199.44-99.73-419.97 80.091-200.04-100.23z" fill="#ff4dcf" fill-opacity=".17172"/>
+  </clipPath>
+  <clipPath id="clipPath9126">
+   <path d="m24.202 100.97 225.77 18.969 9.9354 7.2365 4.9204 812.94-14.817 19.843-225.81 112.71z" fill="none" stroke="#515151" stroke-dasharray="7.37136328, 7.37136328" stroke-width="3.6857" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath id="clipPath9132">
+   <path d="m670.56 120.09 220.5-38.478-6.6071 882.19-213.89-3.6131-16.826-7.4582-3.1965-803.02z" fill="none" stroke="#515151" stroke-dasharray="8.19754535, 8.19754535" stroke-width="4.0988" style="paint-order:normal"/>
+  </clipPath>
+  <linearGradient id="linearGradient9261" x1="146.47" x2="826.26" y1="211.9" y2="900.62" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient9147"/>
+  <linearGradient id="linearGradient9439" x1="1240" x2="1240" y1="480" y2="320" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#ad7a4a" offset="0"/>
+   <stop stop-color="#edb096" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient1085" x1="215.46" x2="280.41" y1="753.18" y2="715.68" gradientTransform="translate(1555.5 -347.95)" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#e6b636" offset="0"/>
+   <stop stop-color="#f1cf09" offset=".5"/>
+   <stop stop-color="#f0d609" offset=".5625"/>
+   <stop stop-color="#f0b10a" offset=".625"/>
+   <stop stop-color="#f0ce0b" offset=".6875"/>
+   <stop stop-color="#f0aa0c" offset=".75"/>
+   <stop stop-color="#ffd900" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient1686" x1="1655.9" x2="1561.9" y1="655.03" y2="367.53" gradientTransform="translate(-73.236 -11.978)" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#1e427c" offset="0"/>
+   <stop stop-color="#5373a7" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient1141" x1="893.78" x2="1255.8" y1="-484.92" y2="1410.1" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#1e427c" offset="0"/>
+   <stop stop-color="#4471aa" offset="1"/>
+  </linearGradient>
+  <radialGradient id="radialGradient1164" cx="494" cy="556.57" r="1922" gradientTransform="matrix(1.0725 -.64308 .38446 .64115 -249.77 517.41)" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#e3e5fc" stop-opacity=".28283" offset="0"/>
+   <stop stop-color="#7ca4e5" stop-opacity="0" offset="1"/>
+  </radialGradient>
+  <clipPath id="clipPath1210">
+   <path d="m80 140v800h800v-800z" fill="url(#linearGradient1214)"/>
+  </clipPath>
+  <linearGradient id="linearGradient1214" x1="146.47" x2="826.26" y1="211.9" y2="900.62" gradientTransform="translate(-289.08 -8.1047)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient9147"/>
+ </defs>
+ <metadata>
+  <rdf:RDF>
+   <cc:Work rdf:about="">
+    <dc:format>image/svg+xml</dc:format>
+    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+    <dc:title>JOSM Logotype 2019</dc:title>
+    <dc:date>2019-08-05</dc:date>
+    <dc:creator>
+     <cc:Agent>
+      <dc:title>Diamond00744</dc:title>
+     </cc:Agent>
+    </dc:creator>
+    <dc:rights>
+     <cc:Agent>
+      <dc:title>Public Domain</dc:title>
+     </cc:Agent>
+    </dc:rights>
+   </cc:Work>
+  </rdf:RDF>
+ </metadata>
+ <g display="none">
+  <rect x="-2053.4" y="-1194.9" width="5871.8" height="3264" fill="url(#linearGradient1141)" style="paint-order:stroke fill markers"/>
+ </g>
+ <g display="none">
+  <rect x="-2552" y="-1640" width="6912" height="4221.1" fill="url(#radialGradient1164)" style="paint-order:stroke fill markers"/>
+ </g>
+ <g display="none" fill="none" stroke="#eaf4ff" stroke-dasharray="28, 28" stroke-opacity=".14646" stroke-width="7">
+  <path d="m-8.4853-1197.7c47.111 86.643 70.205 115.9 137.36 181.59 185.99 181.92 170.87 310.74 351.96 418.04 84.996 50.361 132.32 249.25 48.083 370.52-105.99 152.61-85.579 254.78-95.196 334.78"/>
+  <path d="m154.51-1201.7c33.581 25.249 46.873 65.448 76.368 89.338 124.18 100.58 92.794 127.5 180.24 253.47 16.291 23.469 134.24 144.69 157.4 161.82 120.45 89.119 143.9 309.39 59.397 438.41-151.39 231.13-107.72 267.5-117.97 357.75"/>
+  <path d="m613.77 882.62c-4.8013 5.6138-28.135 21.151-22.489 50.855 3.428 18.035-33.063 25.07-37.845 28.258-27.543 18.362-15.746-29.349-33.711-59.314"/>
+  <path d="m110 892c-47.659 68.525-79.01 140.02-116 214-37.539 75.079 81.241 233.52 74 248-24.76 49.52-22.686 106.74-36 160-14.026 56.104-46.616 112.54-68 166-28.498 71.245-113.33 166.65-148 236-16.131 32.263-65.92 50.861-86 86-24.257 42.45-45.633 96.042-76 134"/>
+  <path d="m178 2076c70.928-81.82 80-202.19 80-306 0-194.09-48.906-380.65-46-574 1.153-76.721 120.87-190.07 138-146 7.6446 19.665 65.662 16.765 62 46-4.3284 34.551 141.47-30.407 102 8-15.17 14.763 18.872 54.561 52 60 71.852 11.797 103.51-20.048 116-42 11.231-19.731 61.669 5.8195 72 6 127.7 2.2312 90.204-96.578 134-100 63.884-4.991 69.116 12.994 116.46 18.567 32.325 3.8047 66.516 87.759 71.47 116.16 10.159-65.215-6.9881-103.17-9.0036-108.92-6.7324-19.226-52.482-65.605-82.929-73.799-106.33-28.615-110.3-54.497-146-114"/>
+  <path d="m1075.9 1162.7c21 79-69.932 106.28-69.932 183.28"/>
+ </g>
+ <g display="none" shape-rendering="auto">
+  <path d="m364.01 1281.2c-21.552 0-33.852 4.0186-41.337 9.7764-3.7425 2.8789-6.0956 6.2209-7.3367 9.0856-1.2416 2.8646-1.4125 6.1813-1.4125 6.1813v109.56s0.17215 3.3167 1.4125 6.1813c1.2411 2.8646 3.5942 6.2067 7.3367 9.0856 7.4851 5.7577 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0187 41.337-9.7764 3.7425-2.8789 6.0956-6.221 7.3368-9.0856 1.2415-2.8646 1.4124-6.1813 1.4124-6.1813v-109.56s-0.17215-3.3167-1.4124-6.1813c-1.2412-2.8647-3.5943-6.2067-7.3368-9.0856-7.4851-5.7578-19.786-9.7764-41.337-9.7764zm122.09 0c-21.552 0-33.852 4.0186-41.337 9.7764-3.7424 2.8789-6.0956 6.2209-7.3368 9.0856-1.2415 2.8646-1.4124 6.1813-1.4124 6.1813v31.304c0 6.026 3.4641 10.09 6.6888 12.925 3.2249 2.835 6.9417 5.022 11.134 7.1718 8.3841 4.2997 18.721 8.2357 28.895 12.149 10.174 3.913 20.185 7.803 27.061 11.33 3.4382 1.7631 6.08 3.4892 7.3061 4.5672 0.3068 0.2707 0.21921 0.2013 0.3068 0.3056v28.675c-0.0593 0.1453-0.20029 0.5821-1.4246 1.5224-2.6906 2.0687-10.737 5.8759-29.88 5.8759-19.144 0-27.191-3.8075-29.879-5.8756-1.286-0.9893-1.4544-1.4937-1.4979-1.6019-1.4857-11.68-18.749-10.558-18.709 1.2167 0 0 0.17214 3.3167 1.4124 6.1813 1.2412 2.8646 3.5945 6.2067 7.3368 9.0856 7.4851 5.7577 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0187 41.337-9.7764 3.7425-2.8789 6.0956-6.221 7.3368-9.0856 1.2415-2.8646 1.4125-6.1813 1.4125-6.1813v-31.304c0-6.0261-3.4642-10.09-6.6889-12.925-3.2249-2.835-6.9417-5.022-11.134-7.1718-8.3842-4.2997-18.721-8.2357-28.895-12.149-10.174-3.913-20.185-7.803-27.061-11.33-3.4381-1.7631-6.08-3.4892-7.306-4.5672-0.30996-0.2708-0.21909-0.2012-0.30681-0.3055v-28.675c0.0593-0.1452 0.20029-0.5819 1.4247-1.5224 2.6906-2.0685 10.737-5.8758 29.88-5.8758 19.144 0 27.191 3.8074 29.88 5.8757 1.2859 0.9892 1.4544 1.4936 1.4978 1.6019 1.4857 11.68 18.749 10.558 18.709-1.2167 0 0-0.17227-3.3167-1.4125-6.1813-1.2412-2.8647-3.5943-6.2067-7.3368-9.0856-7.4851-5.7578-19.786-9.7764-41.337-9.7764zm-203.62 2.9959c-5.1842 0.078-9.3248 4.3414-9.2506 9.5257v124.64c-1.5583 1.5205-4.0301 3.7113-6.2608 3.7113h-31.304c-3.1304 0-7.8383-5.2092-7.8383-5.2092-6.8897-10.692-22.847-0.054-15.628 10.418 0 0 7.8138 13.573 23.466 13.573h31.304c15.652 0 23.466-13.573 23.466-13.573 1.0283-1.5426 1.5774-3.3552 1.5774-5.2092v-128.35c0.0757-5.2944-4.2375-9.605-9.532-9.5257zm378.64 0.1406c-3.2524 0.097-6.223 1.8718-7.8508 4.6895l-38.824 67.298-38.824-67.298c-4.8068-8.3135-17.517-4.9075-17.523 4.6956v134.61c-0.17846 12.7 18.962 12.7 18.782 0v-99.537l29.433 51.016c3.6159 6.2569 12.648 6.2569 16.264 0l29.433-51.016v99.537c-0.17846 12.7 18.962 12.7 18.783 0v-134.61c0-5.2958-4.3788-9.5431-9.6724-9.3851zm-297.11 15.646c19.144 0 27.191 3.8074 29.88 5.8757 1.2227 0.9405 1.3638 1.377 1.4246 1.5224v107.29c-0.0593 0.1452-0.20041 0.5819-1.4246 1.5224-2.6888 2.0681-10.736 5.8756-29.88 5.8756-19.144 0-27.191-3.8075-29.879-5.8756-1.2228-0.9405-1.3639-1.377-1.4247-1.5224v-107.29c0.0593-0.1453 0.20041-0.5819 1.4247-1.5224 2.6887-2.0683 10.736-5.8757 29.879-5.8757z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#182f51" fill-opacity=".4596" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  <path d="m361.31 1277.6c-21.552 0-33.852 4.0187-41.337 9.7764-3.7425 2.8789-6.0956 6.221-7.3368 9.0856-1.2415 2.8646-1.4124 6.1813-1.4124 6.1813v109.56s0.17214 3.3167 1.4124 6.1813c1.2412 2.8647 3.5943 6.2067 7.3368 9.0856 7.4851 5.7578 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0186 41.337-9.7764 3.7425-2.8789 6.0956-6.2209 7.3368-9.0856 1.2415-2.8646 1.4124-6.1813 1.4124-6.1813v-109.56s-0.17214-3.3167-1.4124-6.1813c-1.2412-2.8646-3.5943-6.2067-7.3368-9.0856-7.4851-5.7577-19.786-9.7764-41.337-9.7764zm122.09 0c-21.552 0-33.852 4.0187-41.337 9.7764-3.7424 2.8789-6.0956 6.221-7.3368 9.0856-1.2415 2.8646-1.4124 6.1813-1.4124 6.1813v31.304c0 6.0261 3.4641 10.09 6.6888 12.925 3.2249 2.835 6.9417 5.022 11.134 7.1718 8.3842 4.2997 18.721 8.2357 28.895 12.149 10.174 3.913 20.185 7.8032 27.061 11.33 3.4381 1.7631 6.08 3.4892 7.306 4.5672 0.30681 0.2708 0.21922 0.2013 0.30681 0.3056v28.675c-0.0593 0.1451-0.20029 0.5819-1.4246 1.5223-2.6906 2.0686-10.737 5.8759-29.88 5.8759-19.144 0-27.191-3.8074-29.88-5.8757-1.2859-0.9893-1.4543-1.4936-1.4978-1.6019-1.4857-11.68-18.749-10.558-18.709 1.2167 0 0 0.17215 3.3167 1.4124 6.1813 1.2412 2.8647 3.5945 6.2067 7.3368 9.0856 7.4851 5.7578 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0186 41.337-9.7764 3.7425-2.8789 6.0956-6.2209 7.3368-9.0856 1.2415-2.8646 1.4125-6.1813 1.4125-6.1813v-31.304c0-6.026-3.4642-10.09-6.6889-12.925-3.2249-2.835-6.9417-5.022-11.134-7.1718-8.3842-4.2997-18.721-8.2357-28.895-12.149-10.174-3.913-20.185-7.803-27.061-11.33-3.4382-1.7631-6.08-3.4892-7.306-4.5671-0.30997-0.2708-0.2191-0.2013-0.30681-0.3055v-28.675c0.0593-0.1453 0.20029-0.582 1.4247-1.5225 2.6904-2.0685 10.737-5.8757 29.88-5.8757 19.144 0 27.191 3.8073 29.879 5.8756 1.286 0.9892 1.4544 1.4937 1.4979 1.6019 1.4857 11.68 18.749 10.558 18.709-1.2167 0 0-0.17227-3.3167-1.4125-6.1813-1.2412-2.8646-3.5943-6.2067-7.3368-9.0856-7.4851-5.7577-19.786-9.7764-41.337-9.7764zm-203.62 2.9959c-5.1843 0.078-9.3248 4.3415-9.2506 9.5258v124.64c-1.5583 1.5206-4.0301 3.7114-6.2608 3.7114h-31.304c-3.1304 0-7.8383-5.2093-7.8383-5.2093-6.8897-10.692-22.847-0.054-15.628 10.418 0 0 7.8138 13.573 23.466 13.573h31.304c15.652 0 23.466-13.573 23.466-13.573 1.0284-1.5426 1.5774-3.3552 1.5774-5.2091v-128.35c0.0745-5.2945-4.2374-9.6051-9.5318-9.5258zm378.64 0.1406c-3.2524 0.097-6.223 1.8719-7.8508 4.6895l-38.824 67.298-38.824-67.298c-4.8068-8.3135-17.518-4.9075-17.523 4.6957v134.61c-0.17845 12.7 18.962 12.7 18.782 0v-99.538l29.433 51.016c3.6159 6.2569 12.648 6.2569 16.264 0l29.433-51.016v99.538c-0.17845 12.7 18.962 12.7 18.783 0v-134.61c0-5.2959-4.3788-9.5431-9.6724-9.3852zm-297.11 15.646c19.144 0 27.191 3.8073 29.88 5.8756 1.2227 0.9405 1.3638 1.377 1.4246 1.5224v107.29c-0.0593 0.1453-0.20042 0.5819-1.4246 1.5224-2.6888 2.0683-10.736 5.8757-29.88 5.8757-19.144 0-27.191-3.8074-29.879-5.8757-1.2228-0.9405-1.3639-1.377-1.4247-1.5224v-107.29c0.0593-0.1452 0.20041-0.5819 1.4247-1.5224 2.6887-2.0683 10.736-5.8756 29.879-5.8756z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#d6e3fa" fill-opacity=".93939" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none" shape-rendering="auto">
+  <path d="m1321.2 365.6c-36.24 0-56.924 6.7575-69.51 16.439-6.2931 4.841-10.25 10.461-12.337 15.278-2.0877 4.8169-2.3751 10.394-2.3751 10.394v184.24s0.2896 5.5773 2.3751 10.394c2.0872 4.8169 6.044 10.437 12.337 15.278 12.586 9.682 33.27 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.51-16.439 6.2931-4.841 10.25-10.461 12.337-15.278 2.0876-4.8169 2.3751-10.394 2.3751-10.394v-184.24s-0.2896-5.5773-2.3751-10.394c-2.0872-4.8169-6.044-10.437-12.337-15.278-12.586-9.682-33.27-16.439-69.51-16.439zm205.29 0c-36.24 0-56.924 6.7575-69.51 16.439-6.293 4.841-10.25 10.461-12.337 15.278-2.0877 4.8169-2.3751 10.394-2.3751 10.394v52.639c0 10.133 5.8251 16.967 11.247 21.734 5.423 4.7672 11.673 8.4446 18.722 12.06 14.098 7.2301 31.48 13.849 48.588 20.429 17.108 6.5799 33.941 13.121 45.504 19.051 5.7813 2.9648 10.224 5.8673 12.285 7.68 0.5159 0.45533 0.3685 0.33847 0.5159 0.51376v48.218c-0.1001 0.24424-0.337 0.97861-2.3957 2.56-4.5243 3.4783-18.054 9.8804-50.245 9.8804s-45.722-6.4023-50.244-9.8801c-2.1624-1.6635-2.4456-2.5116-2.5188-2.6936-2.4982-19.641-31.527-17.753-31.46 2.0459 0 0 0.2896 5.5773 2.3751 10.394 2.0872 4.8169 6.0441 10.437 12.337 15.278 12.586 9.682 33.271 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.51-16.439 6.2931-4.841 10.25-10.461 12.337-15.278 2.0876-4.8169 2.3751-10.394 2.3751-10.394v-52.639c0-10.133-5.8251-16.967-11.248-21.734-5.4228-4.7672-11.673-8.4446-18.722-12.06-14.098-7.2301-31.48-13.849-48.588-20.429-17.108-6.5799-33.941-13.121-45.504-19.051-5.7814-2.9648-10.224-5.8673-12.286-7.68-0.5211-0.45533-0.3684-0.33847-0.5158-0.51376v-48.218c0.1-0.24425 0.3368-0.97862 2.3956-2.56 4.5243-3.4783 18.054-9.8804 50.245-9.8804s45.722 6.4023 50.244 9.8801c2.1624 1.6634 2.4456 2.5116 2.5187 2.6936 2.4983 19.641 31.527 17.753 31.46-2.0459 0 0-0.2895-5.5773-2.3751-10.394-2.0872-4.8169-6.044-10.437-12.337-15.278-12.586-9.682-33.27-16.439-69.51-16.439zm-342.39 5.0377c-8.7175 0.13055-15.68 7.3003-15.555 16.018v209.58c-2.6203 2.5568-6.7768 6.2406-10.528 6.2406h-52.639c-5.2639 0-13.18-8.7595-13.18-8.7595-11.585-17.979-38.419-0.0905-26.278 17.519 0 0 13.139 22.824 39.459 22.824h52.639c26.319 0 39.459-22.824 39.459-22.824 1.7292-2.594 2.6526-5.6419 2.6526-8.7595v-215.82c0.1262-8.9028-7.1253-16.151-16.028-16.018zm636.7 0.23636c-5.4692 0.16422-10.464 3.1477-13.201 7.8857l-65.285 113.16-65.285-113.16c-8.0827-13.98-29.456-8.2522-29.466 7.8959v226.35c-0.3001 21.356 31.886 21.356 31.583 0v-167.38l49.493 85.785c6.0804 10.521 21.268 10.521 27.348 0l49.493-85.785v167.38c-0.3 21.356 31.886 21.356 31.584 0v-226.35c0-8.9051-7.3631-16.047-16.264-15.781zm-499.6 26.309c32.191 0 45.722 6.4023 50.244 9.8801 2.0561 1.5814 2.2934 2.3155 2.3956 2.56v180.41c-0.1 0.24424-0.3369 0.97861-2.3956 2.56-4.5212 3.4778-18.053 9.8801-50.244 9.8801-32.191 0-45.722-6.4023-50.244-9.8801-2.0561-1.5814-2.2934-2.3155-2.3957-2.56v-180.41c0.1001-0.24425 0.337-0.97862 2.3957-2.56 4.5212-3.4778 18.053-9.8801 50.244-9.8801z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#182f51" fill-opacity=".5303" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  <path d="m1316.7 359.51c-36.24 0-56.924 6.7575-69.51 16.439-6.2931 4.841-10.25 10.461-12.337 15.278-2.0876 4.8169-2.3751 10.394-2.3751 10.394v184.24s0.2896 5.5773 2.3751 10.394c2.0872 4.8169 6.044 10.437 12.337 15.278 12.586 9.682 33.27 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.51-16.439 6.2931-4.841 10.25-10.461 12.337-15.278 2.0877-4.8169 2.3751-10.394 2.3751-10.394v-184.24s-0.2896-5.5773-2.3751-10.394c-2.0872-4.8169-6.044-10.437-12.337-15.278-12.586-9.682-33.27-16.439-69.51-16.439zm205.29 0c-36.24 0-56.924 6.7575-69.51 16.439-6.293 4.841-10.25 10.461-12.337 15.278-2.0876 4.8169-2.3751 10.394-2.3751 10.394v52.639c0 10.133 5.8251 16.967 11.248 21.734 5.4229 4.7672 11.673 8.4446 18.722 12.06 14.098 7.2301 31.48 13.849 48.588 20.429 17.108 6.5799 33.941 13.121 45.504 19.051 5.7813 2.9648 10.224 5.8673 12.285 7.68 0.5159 0.45533 0.3685 0.33847 0.5159 0.51377v48.218c-0.1 0.24425-0.3369 0.97862-2.3956 2.56-4.5243 3.4783-18.054 9.8804-50.245 9.8804-32.191 0-45.722-6.4023-50.244-9.8801-2.1624-1.6634-2.4455-2.5116-2.5187-2.6936-2.4982-19.641-31.527-17.753-31.46 2.0459 0 0 0.2896 5.5773 2.3751 10.394 2.0872 4.8169 6.0441 10.437 12.337 15.278 12.586 9.682 33.271 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.511-16.439 6.293-4.841 10.25-10.461 12.337-15.278 2.0877-4.8169 2.3752-10.394 2.3752-10.394v-52.639c0-10.133-5.8252-16.967-11.248-21.734-5.4229-4.7672-11.673-8.4446-18.722-12.06-14.098-7.2301-31.48-13.849-48.588-20.429-17.108-6.5799-33.941-13.121-45.504-19.051-5.7814-2.9648-10.224-5.8673-12.286-7.68-0.5211-0.45533-0.3684-0.33847-0.5158-0.51376v-48.218c0.1001-0.24424 0.3369-0.97861 2.3957-2.56 4.5243-3.4783 18.054-9.8804 50.245-9.8804 32.191 0 45.722 6.4023 50.244 9.8801 2.1624 1.6635 2.4456 2.5116 2.5188 2.6936 2.4982 19.641 31.527 17.753 31.46-2.0459 0 0-0.2896-5.5773-2.3752-10.394-2.0872-4.8169-6.044-10.437-12.337-15.278-12.587-9.682-33.271-16.439-69.511-16.439zm-342.39 5.0377c-8.7176 0.13054-15.68 7.3003-15.555 16.018v209.58c-2.6203 2.5568-6.7768 6.2406-10.528 6.2406h-52.639c-5.264 0-13.18-8.7595-13.18-8.7595-11.585-17.979-38.419-0.0905-26.279 17.519 0 0 13.139 22.824 39.459 22.824h52.639c26.32 0 39.459-22.824 39.459-22.824 1.7292-2.594 2.6525-5.6418 2.6525-8.7595v-215.82c0.1263-8.9028-7.1253-16.151-16.028-16.018zm636.7 0.23635c-5.4692 0.16423-10.464 3.1477-13.201 7.8857l-65.285 113.16-65.285-113.16c-8.0827-13.98-29.456-8.2522-29.466 7.8959v226.35c-0.3001 21.356 31.886 21.356 31.584 0v-167.38l49.493 85.785c6.0803 10.521 21.268 10.521 27.348 0l49.493-85.785v167.38c-0.3 21.356 31.886 21.356 31.584 0v-226.35c0-8.9051-7.3632-16.047-16.264-15.781zm-499.6 26.309c32.191 0 45.722 6.4023 50.244 9.8801 2.0561 1.5814 2.2934 2.3155 2.3957 2.56v180.41c-0.1001 0.24425-0.337 0.97862-2.3957 2.56-4.5212 3.4778-18.053 9.8801-50.244 9.8801s-45.722-6.4023-50.244-9.8801c-2.0561-1.5814-2.2934-2.3155-2.3956-2.56v-180.41c0.1-0.24424 0.3369-0.97861 2.3956-2.56 4.5212-3.4778 18.053-9.8801 50.244-9.8801z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#bdd2f3" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none" shape-rendering="auto">
+  <path d="m1364.5 335.87c-44.454 0-69.825 8.289-85.264 20.165-7.7194 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v225.99s0.3552 6.8413 2.9134 12.75c2.5602 5.9086 7.4138 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.453 0 69.825-8.289 85.264-20.165 7.7194-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9134-12.75 2.9134-12.75v-225.99s-0.3552-6.8413-2.9134-12.75c-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.264-20.165zm251.82 0c-44.453 0-69.825 8.289-85.264 20.165-7.7193 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v64.569c0 12.43 7.1453 20.812 13.797 26.66 6.652 5.8476 14.318 10.359 22.965 14.793 17.294 8.8687 38.615 16.987 59.6 25.058 20.985 8.0712 41.634 16.095 55.818 23.369 7.0916 3.6368 12.541 7.197 15.07 9.4206 0.6328 0.55853 0.452 0.41518 0.6328 0.63021v59.147c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5497 4.2667-22.146 12.12-61.633 12.12-39.487 0-56.085-7.8533-61.631-12.119-2.6525-2.0405-2.9998-3.0808-3.0896-3.3041-3.0644-24.093-38.672-21.777-38.591 2.5096 0 0 0.3552 6.8413 2.9134 12.75 2.5602 5.9086 7.4139 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.454 0 69.825-8.289 85.265-20.165 7.7193-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9135-12.75 2.9135-12.75v-64.569c0-12.43-7.1454-20.812-13.797-26.66-6.6519-5.8476-14.318-10.359-22.965-14.793-17.294-8.8687-38.615-16.987-59.6-25.058-20.985-8.0712-41.634-16.095-55.818-23.369-7.0917-3.6368-12.541-7.197-15.07-9.4206-0.6392-0.55853-0.4519-0.41518-0.6327-0.6302v-59.147c0.1227-0.2996 0.4132-1.2004 2.9386-3.1402 5.5497-4.2667 22.146-12.12 61.633-12.12 39.487 0 56.085 7.8533 61.631 12.119 2.6525 2.0405 2.9999 3.0808 3.0896 3.3041 3.0645 24.093 38.672 21.777 38.591-2.5096 0 0-0.3552-6.8413-2.9135-12.75-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.265-20.165zm-419.99 6.1795c-10.693 0.16013-19.234 8.9549-19.081 19.648v257.08c-3.2142 3.1363-8.3127 7.655-12.914 7.655h-64.569c-6.457 0-16.168-10.745-16.168-10.745-14.211-22.054-47.126-0.11106-32.234 21.489 0 0 16.117 27.997 48.402 27.997h64.569c32.285 0 48.402-27.997 48.402-27.997 2.1211-3.1819 3.2537-6.9205 3.2537-10.745v-264.73c0.1549-10.921-8.7402-19.812-19.661-19.648zm781 0.28992c-6.7088 0.20145-12.836 3.8611-16.193 9.6729l-80.081 138.81-80.081-138.81c-9.9146-17.148-36.132-10.122-36.144 9.6854v277.65c-0.3681 26.196 39.112 26.196 38.742 0v-205.31l60.71 105.23c7.4584 12.906 26.088 12.906 33.546 0l60.71-105.23v205.31c-0.368 26.196 39.112 26.196 38.742 0v-277.65c0-10.923-9.032-19.684-19.951-19.358zm-612.83 32.272c39.487 0 56.085 7.8533 61.631 12.119 2.5221 1.9398 2.8132 2.8403 2.9386 3.1402v221.3c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5459 4.266-22.144 12.119-61.631 12.119-39.487 0-56.085-7.8533-61.631-12.119-2.5221-1.9398-2.8132-2.8403-2.9386-3.1402v-221.3c0.1227-0.2996 0.4133-1.2004 2.9386-3.1402 5.5459-4.266 22.144-12.119 61.631-12.119z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#182f51" fill-opacity=".075758" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  <path d="m1359 328.4c-44.454 0-69.825 8.289-85.264 20.165-7.7194 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v225.99s0.3552 6.8413 2.9134 12.75c2.5602 5.9086 7.4138 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.453 0 69.825-8.289 85.264-20.165 7.7194-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9134-12.75 2.9134-12.75v-225.99s-0.3552-6.8413-2.9134-12.75c-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.264-20.165zm251.82 0c-44.453 0-69.825 8.289-85.264 20.165-7.7193 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v64.569c0 12.43 7.1453 20.812 13.797 26.66 6.652 5.8476 14.318 10.359 22.965 14.793 17.294 8.8687 38.615 16.987 59.6 25.058 20.985 8.0712 41.634 16.095 55.818 23.369 7.0916 3.6368 12.541 7.197 15.07 9.4206 0.6328 0.55853 0.452 0.41518 0.6328 0.63021v59.147c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5497 4.2667-22.146 12.12-61.633 12.12-39.487 0-56.085-7.8533-61.631-12.119-2.6525-2.0405-2.9998-3.0808-3.0896-3.3041-3.0644-24.093-38.672-21.777-38.591 2.5096 0 0 0.3552 6.8413 2.9134 12.75 2.5602 5.9086 7.4139 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.454 0 69.825-8.289 85.265-20.165 7.7193-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9135-12.75 2.9135-12.75v-64.569c0-12.43-7.1454-20.812-13.797-26.66-6.6519-5.8476-14.318-10.359-22.965-14.793-17.294-8.8687-38.615-16.987-59.6-25.058-20.985-8.0712-41.634-16.095-55.818-23.369-7.0917-3.6368-12.541-7.197-15.07-9.4206-0.6392-0.55853-0.4519-0.41518-0.6327-0.6302v-59.147c0.1227-0.2996 0.4132-1.2004 2.9386-3.1402 5.5497-4.2667 22.146-12.12 61.633-12.12 39.487 0 56.085 7.8533 61.631 12.119 2.6525 2.0405 2.9999 3.0808 3.0896 3.3041 3.0645 24.093 38.672 21.777 38.591-2.5096 0 0-0.3552-6.8413-2.9135-12.75-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.265-20.165zm-419.99 6.1795c-10.693 0.16013-19.234 8.9549-19.081 19.648v257.08c-3.2142 3.1363-8.3127 7.655-12.914 7.655h-64.569c-6.457 0-16.168-10.745-16.168-10.745-14.211-22.054-47.126-0.11106-32.234 21.489 0 0 16.117 27.997 48.402 27.997h64.569c32.285 0 48.402-27.997 48.402-27.997 2.1211-3.1819 3.2537-6.9205 3.2537-10.745v-264.73c0.1549-10.921-8.7402-19.812-19.661-19.648zm781 0.28992c-6.7088 0.20145-12.836 3.8611-16.193 9.6729l-80.081 138.81-80.081-138.81c-9.9146-17.148-36.132-10.122-36.144 9.6854v277.65c-0.3681 26.196 39.112 26.196 38.742 0v-205.31l60.71 105.23c7.4584 12.906 26.088 12.906 33.546 0l60.71-105.23v205.31c-0.368 26.196 39.112 26.196 38.742 0v-277.65c0-10.923-9.032-19.684-19.951-19.358zm-612.83 32.272c39.487 0 56.085 7.8533 61.631 12.119 2.5221 1.9398 2.8132 2.8403 2.9386 3.1402v221.3c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5459 4.266-22.144 12.119-61.631 12.119-39.487 0-56.085-7.8533-61.631-12.119-2.5221-1.9398-2.8132-2.8403-2.9386-3.1402v-221.3c0.1227-0.2996 0.4133-1.2004 2.9386-3.1402 5.5459-4.266 22.144-12.119 61.631-12.119z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="url(#linearGradient1686)" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none">
+  <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="6">
+   <path d="m1085 185v30s0 15-15 15c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1100 220v-25s0-12 15-12 15 12 15 12v25s1 12-15 12c-15 0-15-12-15-12z" display="inline"/>
+   <path d="m1175 188s0-5-15-5-15 17-15 17c0 10 30 5 30 15 0 0 0 17-15 17s-15-7-15-7" display="inline"/>
+   <path d="m1190 230v-45l15 25 15-25v45" display="inline"/>
+   <path d="m1085 261v41s-2 3-5 3h-10c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1100 300v-35s0-5 15-5 15 5 15 5v35s1 5-15 5c-15 0-15-5-15-5z" display="inline"/>
+   <path d="m1190 304v-43l15 26 15-26v43" display="inline"/>
+   <path d="m1175 265s0-5-15-5-15 5-15 5v10c0 5 30 10 30 15v10s1 5-15 5c-15 0-15-5-15-5" display="inline"/>
+   <path d="m1085 331v41s-2 3-5 3h-10c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1098 370v-35s0-5 15-5 15 5 15 5v35s1 5-15 5c-15 0-15-5-15-5z" display="inline"/>
+   <path d="m1184 374v-43l15 26 15-26v43" display="inline"/>
+   <path d="m1171 335s0-5-15-5-15 5-15 5v10c0 5 30 10 30 15v10s1 5-15 5c-15 0-15-5-15-5" display="inline"/>
+   <path d="m1085 395v41s-2 3-5 3h-10c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1098 434v-35s0-5 13-5 13 5 13 5v35s0 5-13 5-13-5-13-5z" display="inline"/>
+   <path d="m1176 438v-43l15 26 15-26v43" display="inline"/>
+   <path d="m1163 399s0-5-13-5-13 5-13 5v10c0 5 26 10 26 15v10s0 5-13 5-13-5-13-5" display="inline"/>
+  </g>
+  <path d="m1110 452c-6.8846 0-10.814 1.2837-13.205 3.123-1.1955 0.91965-1.9472 1.9873-2.3437 2.9023-0.3966 0.91508-0.4512 1.9746-0.4512 1.9746v35s0.055 1.0595 0.4512 1.9746c0.3965 0.91508 1.1482 1.9827 2.3437 2.9023 2.3911 1.8393 6.3205 3.123 13.205 3.123s10.814-1.2837 13.205-3.123c1.1955-0.91965 1.9472-1.9873 2.3437-2.9023 0.3966-0.91508 0.4512-1.9746 0.4512-1.9746v-35s-0.055-1.0595-0.4512-1.9746c-0.3965-0.91508-1.1482-1.9827-2.3437-2.9023-2.3911-1.8393-6.3205-3.123-13.205-3.123zm39 0c-6.8846 0-10.814 1.2837-13.205 3.123-1.1955 0.91965-1.9472 1.9873-2.3437 2.9023-0.3966 0.91508-0.4512 1.9746-0.4512 1.9746v10c0 1.925 1.1066 3.2233 2.1367 4.1289 1.0302 0.90563 2.2175 1.6042 3.5567 2.291 2.6783 1.3735 5.9804 2.6309 9.2304 3.8809s6.4479 2.4927 8.6446 3.6191c1.0983 0.56324 1.9422 1.1146 2.3339 1.459 0.098 0.0865 0.07 0.0643 0.098 0.0976v9.1602c-0.019 0.0464-0.064 0.18591-0.4551 0.48633-0.8595 0.66079-3.4298 1.877-9.5452 1.877s-8.686-1.2163-9.5449-1.877c-0.4108-0.31601-0.4646-0.47713-0.4785-0.51172-0.4746-3.7313-5.9892-3.3726-5.9766 0.38867 0 0 0.055 1.0595 0.4512 1.9746 0.3965 0.91508 1.1482 1.9827 2.3437 2.9023 2.3911 1.8393 6.3205 3.123 13.205 3.123s10.814-1.2837 13.205-3.123c1.1955-0.91965 1.9472-1.9873 2.3437-2.9023 0.3966-0.91508 0.4512-1.9746 0.4512-1.9746v-10c0-1.925-1.1066-3.2233-2.1367-4.1289-1.0302-0.90563-2.2175-1.6042-3.5567-2.291-2.6783-1.3735-5.9804-2.6309-9.2304-3.8809s-6.4479-2.4927-8.6446-3.6191c-1.0983-0.56324-1.9422-1.1146-2.3339-1.459-0.099-0.0865-0.07-0.0643-0.098-0.0976v-9.1602c0.019-0.0464 0.064-0.18591 0.4551-0.48633 0.8595-0.66079 3.4298-1.877 9.5452-1.877s8.686 1.2163 9.5449 1.877c0.4108 0.31601 0.4646 0.47713 0.4785 0.51172 0.4746 3.7313 5.9892 3.3726 5.9766-0.38867 0 0-0.055-1.0595-0.4512-1.9746-0.3965-0.91508-1.1482-1.9827-2.3437-2.9023-2.3911-1.8393-6.3205-3.123-13.205-3.123zm-65.045 0.95703c-1.6561 0.0248-2.9788 1.3869-2.9551 3.043v39.814c-0.4978 0.48573-1.2874 1.1856-2 1.1856h-10c-1 0-2.5039-1.6641-2.5039-1.6641-2.2009-3.4156-7.2985-0.0172-4.9922 3.3281 0 0 2.4961 4.3359 7.4961 4.3359h10c5 0 7.4961-4.3359 7.4961-4.3359 0.3285-0.49279 0.5039-1.0718 0.5039-1.6641v-41c0.024-1.6913-1.3536-3.0683-3.0449-3.043zm120.96 0.0449c-1.039 0.0312-1.9879 0.59798-2.5079 1.4981l-12.402 21.498-12.402-21.498c-1.5355-2.6557-5.5959-1.5677-5.5977 1.5v43c-0.057 4.057 6.0574 4.057 6 0v-31.797l9.4023 16.297c1.1551 1.9987 4.0403 1.9987 5.1954 0l9.4023-16.297v31.797c-0.057 4.057 6.0574 4.057 6 0v-43c-5e-4 -1.6917-1.3988-3.0485-3.0898-2.998zm-94.91 4.9981c6.1154 0 8.686 1.2163 9.5449 1.877 0.3906 0.30042 0.4357 0.43989 0.4551 0.48633v34.273c-0.019 0.0464-0.064 0.18591-0.4551 0.48633-0.8589 0.66069-3.4295 1.877-9.5449 1.877s-8.686-1.2163-9.5449-1.877c-0.3906-0.30042-0.4357-0.43989-0.4551-0.48633v-34.273c0.019-0.0464 0.064-0.18591 0.4551-0.48633 0.8589-0.66069 3.4295-1.877 9.5449-1.877z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none">
+  <g id="g3773" transform="translate(-40,-320)">
+   <path d="m1320 320-126.92 50.767-31.082 21.733-42 7.5 41.772 3.2586 31.203 25.931 127.03 50.81 60-20v-120z" display="inline" fill="url(#linearGradient9439)"/>
+   <g clip-path="url(#clipPath3411)">
+    <path d="m1280 350v100h660v-100z" clip-path="none" display="inline" fill="#853909"/>
+    <path d="m1940 380v-40l-85-10h-480l-95 10v40z" clip-path="none" fill="#974613"/>
+    <path d="m1940 420v40l-85 10h-495l-80-10v-40z" clip-path="none" fill="#642b06"/>
+    <path d="m1280 320v20h660v-20z" clip-path="none" display="inline" fill="#b25c28"/>
+    <path d="m1280 460v20h660v-20z" clip-path="none" display="inline" fill="#4d2105"/>
+   </g>
+   <path d="m1780.1 386.07c-3.9797 0-6.2505 0.74145-7.6328 1.8047-0.691 0.53161-1.1262 1.1488-1.3554 1.6777-0.2288 0.52896-0.2618 1.1406-0.2618 1.1406v20.232s0.033 0.61361 0.2618 1.1426c0.2292 0.52897 0.6644 1.1461 1.3554 1.6777 1.3823 1.0632 3.6531 1.8047 7.6328 1.8047 3.9798 0 6.2506-0.74146 7.6328-1.8047 0.6911-0.53162 1.1263-1.1488 1.3555-1.6777 0.2288-0.52897 0.2598-1.1426 0.2598-1.1426v-20.232s-0.031-0.61167-0.2598-1.1406c-0.2292-0.52898-0.6643-1.1461-1.3555-1.6777-1.3821-1.0632-3.653-1.8047-7.6328-1.8047zm22.545 0c-3.9798 0-6.2526 0.74145-7.6348 1.8047-0.6911 0.53161-1.1243 1.1488-1.3535 1.6777-0.2297 0.52896-0.2617 1.1406-0.2617 1.1406v5.7812c0 1.1128 0.6388 1.8632 1.2343 2.3867 0.5955 0.52351 1.2826 0.92722 2.0567 1.3242 1.5483 0.79397 3.4572 1.5216 5.3359 2.2441s3.7282 1.4406 4.9981 2.0918c0.6349 0.32559 1.1212 0.64468 1.3476 0.84375 0.059 0.0496 0.043 0.0373 0.059 0.0566v5.2949c-0.011 0.0268-0.038 0.10759-0.2637 0.28125-0.4968 0.38198-1.9824 1.084-5.5175 1.084s-5.0212-0.70207-5.5176-1.084c-0.2374-0.18268-0.2674-0.27688-0.2774-0.29688-0.2731-2.1586-3.465-1.9512-3.455 0.22461 0 0 0.033 0.61361 0.2617 1.1426 0.2292 0.52897 0.6625 1.1461 1.3535 1.6777 1.3822 1.0632 3.6551 1.8047 7.6348 1.8047s6.2506-0.74146 7.6328-1.8047c0.691-0.53162 1.1261-1.1488 1.3554-1.6777 0.2298-0.52897 0.2598-1.1426 0.2598-1.1426v-5.7793c0-1.1128-0.639-1.8632-1.2344-2.3867-0.5956-0.52351-1.2825-0.92919-2.0566-1.3262-1.5483-0.79398-3.4572-1.5196-5.3359-2.2422-1.8787-0.7226-3.7263-1.4406-4.9961-2.0918-0.6349-0.32558-1.1232-0.64468-1.3496-0.84375-0.057-0.0496-0.041-0.0373-0.057-0.0566v-5.2949c0.011-0.0268 0.038-0.10759 0.2637-0.28125 0.4968-0.38198 1.9825-1.0859 5.5176-1.0859s5.021 0.70402 5.5175 1.0859c0.2374 0.18267 0.2654 0.27492 0.2754 0.29492 0.2721 2.1597 3.4651 1.9522 3.4551-0.22461 0 0-0.031-0.61167-0.2598-1.1406-0.2293-0.52898-0.6644-1.1461-1.3554-1.6777-1.3822-1.0632-3.6531-1.8047-7.6328-1.8047zm-37.602 0.55274c-0.9572 0.015-1.721 0.80261-1.707 1.7598v23.014c-0.2878 0.28077-0.7444 0.68555-1.1563 0.68555h-5.7812c-0.5781 0-1.4473-0.96094-1.4473-0.96094-1.2643-2.0118-4.2562-0.0165-2.8848 1.9238 0 0 1.4418 2.5059 4.3321 2.5059h5.7812c2.8903 0 4.332-2.5059 4.332-2.5059 0.1907-0.28495 0.2926-0.62003 0.293-0.96289v-23.699c0.014-0.97858-0.7832-1.7753-1.7617-1.7598zm52.719 0.0234c-0.9047-0.0348-1.8222 0.62738-1.8222 1.7363v24.855c-0.01 2.3208 3.4787 2.3208 3.4687 0v-18.381l5.4336 9.4219c0.6675 1.1561 2.3363 1.1561 3.0039 0l5.4356-9.4219v18.381c-0.01 2.3208 3.4787 2.3208 3.4687 0v-24.855c4e-4 -0.97885-0.8087-1.7642-1.7871-1.7344-0.6007 0.0185-1.149 0.34656-1.4492 0.86718l-7.1699 12.426-7.168-12.426c-0.3327-0.5762-0.8712-0.84826-1.4141-0.86914zm-37.662 2.8906c3.5351 0 5.0211 0.70403 5.5176 1.0859 0.2257 0.17367 0.2527 0.25445 0.2637 0.28125v19.812c-0.011 0.0268-0.038 0.10759-0.2637 0.28125-0.4965 0.38192-1.9825 1.084-5.5176 1.084s-5.0209-0.70206-5.5175-1.084c-0.2257-0.17366-0.2527-0.25445-0.2637-0.28125v-19.812c0.011-0.0268 0.038-0.10758 0.2637-0.28125 0.4966-0.38191 1.9824-1.0859 5.5175-1.0859z" display="inline" fill="#120e02" fill-opacity=".84343" filter="url(#filter4629-1)" style="paint-order:normal"/>
+   <path d="m1115 400 65-40c30 15 30 65 0 80z" clip-path="url(#clipPath3446)" fill="#3d3d3d"/>
+   <path d="m1779.5 385.19c-3.9797 0-6.2511 0.74208-7.6334 1.8053-0.691 0.53161-1.1255 1.1488-1.3548 1.6777-0.2292 0.52896-0.2608 1.1414-0.2608 1.1414v20.232s0.032 0.61248 0.2608 1.1414c0.2293 0.52897 0.6638 1.1461 1.3548 1.6777 1.3823 1.0632 3.6537 1.8053 7.6334 1.8053 3.9798 0 6.2512-0.74208 7.6334-1.8053 0.6911-0.53162 1.1256-1.1488 1.3548-1.6777s0.2609-1.1414 0.2609-1.1414v-20.232s-0.032-0.61248-0.2609-1.1414c-0.2292-0.52898-0.6637-1.1461-1.3548-1.6777-1.3822-1.0632-3.6536-1.8053-7.6334-1.8053zm22.544 0c-3.9798 0-6.2512 0.74208-7.6334 1.8053-0.6911 0.53161-1.1256 1.1488-1.3548 1.6777-0.2292 0.52896-0.2609 1.1414-0.2609 1.1414v5.7806c0 1.1128 0.6397 1.8633 1.2352 2.3868 0.5955 0.52351 1.2819 0.92735 2.056 1.3244 1.5483 0.79397 3.4571 1.5208 5.3358 2.2434s3.7272 1.4409 4.9971 2.0921c0.6349 0.32559 1.1227 0.64432 1.3491 0.84339 0.057 0.05 0.041 0.0371 0.057 0.0564v5.2951c-0.011 0.0268-0.037 0.10747-0.2631 0.28113-0.4968 0.38198-1.9826 1.085-5.5177 1.085s-5.0211-0.70308-5.5175-1.085c-0.2376-0.18268-0.2686-0.27582-0.2767-0.29581a1.7344 1.7344 0 0 0-3.4548 0.22467s0.032 0.61248 0.2608 1.1414c0.2292 0.52897 0.6638 1.1461 1.3548 1.6777 1.3822 1.0632 3.6537 1.8053 7.6334 1.8053s6.2512-0.74208 7.6334-1.8053c0.691-0.53162 1.1255-1.1488 1.3548-1.6777s0.2608-1.1414 0.2608-1.1414v-5.7806c0-1.1128-0.6397-1.8632-1.2351-2.3868-0.5956-0.52351-1.2819-0.92736-2.056-1.3244-1.5483-0.79398-3.4571-1.5208-5.3358-2.2434-1.8787-0.72259-3.7273-1.4409-4.9971-2.0921-0.6349-0.32558-1.1227-0.64432-1.3491-0.84339-0.058-0.05-0.041-0.0371-0.057-0.0564v-5.2951c0.011-0.0268 0.037-0.10747 0.2631-0.28113 0.4968-0.38198 1.9826-1.085 5.5177-1.085s5.0211 0.70308 5.5176 1.085c0.2374 0.18267 0.2685 0.27581 0.2765 0.29581a1.7344 1.7344 0 0 0 3.4549-0.22468s-0.032-0.61248-0.2608-1.1414c-0.2293-0.52898-0.6638-1.1461-1.3548-1.6777-1.3822-1.0632-3.6537-1.8053-7.6334-1.8053zm-37.6 0.55322a1.7344 1.7344 0 0 0-1.7082 1.759v23.015c-0.2878 0.28077-0.7442 0.68532-1.1561 0.68532h-5.7806c-0.5781 0-1.4474-0.96193-1.4474-0.96193a1.7344 1.7344 0 1 0-2.8858 1.9239s1.4429 2.5064 4.3332 2.5064h5.7806c2.8903 0 4.3332-2.5064 4.3332-2.5064a1.7344 1.7344 0 0 0 0.2913-0.96193v-23.701a1.7344 1.7344 0 0 0-1.7602-1.759zm69.92 0.026a1.7344 1.7344 0 0 0-1.4498 0.86597l-7.1693 12.427-7.1693-12.427a1.7344 1.7344 0 0 0-3.2358 0.8671v24.857a1.7344 1.7344 0 1 0 3.4684 0v-18.381l5.4351 9.4206a1.7344 1.7344 0 0 0 3.0033 0l5.4351-9.4206v18.381a1.7344 1.7344 0 1 0 3.4684 0v-24.857a1.7344 1.7344 0 0 0-1.7861-1.7331zm-54.864 2.8892c3.5351 0 5.0211 0.70308 5.5176 1.085 0.2258 0.17367 0.2518 0.25429 0.2631 0.28114v19.812c-0.011 0.0268-0.037 0.10747-0.2631 0.28113-0.4965 0.38192-1.9825 1.085-5.5176 1.085s-5.021-0.70307-5.5176-1.085c-0.2257-0.17366-0.2518-0.25429-0.263-0.28113v-19.812c0.011-0.0268 0.037-0.10747 0.263-0.28114 0.4966-0.38191 1.9825-1.085 5.5176-1.085z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="url(#linearGradient1085)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" stroke="#000" stroke-opacity=".13433" stroke-width=".5" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  </g>
+ </g>
+ <g display="none">
+  <g id="g8930" clip-path="url(#clipPath1210)">
+   <path d="m80 140v800h800v-800h-533.33z" display="inline" fill="url(#linearGradient9261)"/>
+   <path d="m531.5 222.5 15 92 35 55.5 70 68 12.5 59.5 38 206.5 49 69 58.257-28.161s-2.1864-22.553-4.9461-33.497c-3.0728-12.186-6.5571-24.564-12.837-35.45-6.7681-11.733-19.666-19.213-26.147-31.107-8.2251-15.095-7.3774-33.969-15.183-49.285-6.7183-13.182-20.046-22.257-26.644-35.5-9.1263-18.319-13.796-38.786-17-59-4.6213-29.153 5.0205-60.094-3-88.5-8.4371-29.882-24.655-58.45-46-81-19.069-20.145-50.438-25.333-70-45-11.836-11.9-20.345-27.092-27-42.5-11.185-25.894-20.895-82-20.895-82l-12.105-4.0005zm-191.75 616.43s63.309 0.96432 94.581 5.3432c23.45 3.2836 46.793 8.2605 69.296 15.627 18.808 6.1569 34.679 22.427 54.426 23.716 16.721 1.0915 35.08-3.6281 48.304-13.919 11.784-9.1705 18.18-24.415 22.596-38.679 4.4046-14.228 5.7993-29.902 3.201-44.569-4.0062-22.613-28.243-62.841-28.243-62.841l107.44 79.811-16 127.22-41.559 11.355-93.244 1-218.56-23.598z" fill="#fff3aa"/>
+   <path d="m550.71 133.99-61.414 0.70711c-10 20-29.293 64.072-29.293 105.3 0 110 43.061 102.8 70 170 26.924 67.167 25.747 148.73 40 220 10 50 26.769 121.42 70 145 12.415 6.772 40 65 40 95 0 31.181-14.254 51.281-32.71 74l235.71-2 3-83c-10-80-136-189-170.28-233.28-48.427-62.554-31.486-96.719-45.719-170.72-16.322-84.86-90.308-90.354-110-155-33.636-110.42-9.2929-126.01-9.2929-166.01zm-187.79 696.02c-47.495-5.0249-87.293 15.056-126.93 33.75-22.567 10.642-36.972-11.182-77.421 79.236l408.48 1c-25.217-26.943-59.673-69.761-113.61-77.117-44.093-6.0127-19.929-29.401-90.515-36.868z" fill="#316ed9"/>
+   <path d="m410.16 136.5c-10 20-34.115 55.17-59.539 71.06-24.626 15.391-90.258 24.027-128.91 19.938-45.235-4.7851-54.207-16.326-147.71-2.5097l3-88.988z" fill="#009d00"/>
+  </g>
+ </g>
+ <g display="none">
+  <g id="g5199" clip-path="url(#clipPath5203)">
+   <rect transform="rotate(-5.9986)" x="-125.68" y="332" width="266.73" height="297.25" fill="#8c133f" style="paint-order:normal"/>
+   <rect transform="rotate(-5.9986)" x="211.04" y="436.22" width="108.51" height="193.02" ry="0" display="inline" fill="#33757c" style="paint-order:normal"/>
+   <path d="m-23.249 725.65 457.48-48.083" display="inline" fill="none" stroke="#234868" stroke-opacity=".87879" stroke-width="50"/>
+   <path d="m19.638 942.35 165.96-238.66" display="inline" fill="none" stroke="#234868" stroke-opacity=".87879" stroke-width="40"/>
+   <path d="m220.71 694.29c5.1944 19.388-6.3115 39.315-25.699 44.51-19.388 5.1944-39.315-6.3116-44.51-25.699-5.1944-19.388 6.3115-39.315 25.699-44.51 19.388-5.1944 39.315 6.3115 44.51 25.699z" display="inline" fill="#fff" stroke="#0d4474" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".87879" stroke-width="8" style="paint-order:stroke fill markers"/>
+   <path d="m469.34 668.16c5.1944 19.388-6.3116 39.315-25.699 44.51-19.388 5.1944-39.315-6.3116-44.51-25.699-5.1944-19.388 6.3116-39.315 25.699-44.51 19.388-5.1944 39.315 6.3116 44.51 25.699z" display="inline" fill="#fff" stroke="#0d4474" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".87879" stroke-width="8" style="paint-order:stroke fill markers"/>
+  </g>
+ </g>
+ <g display="none">
+  <g id="g8961" transform="matrix(1.0501 0 0 1.0501 -44.07 -27.074)">
+   <use width="100%" height="100%" display="inline" xlink:href="#g8930"/>
+   <use width="100%" height="100%" display="inline" xlink:href="#g5199"/>
+  </g>
+ </g>
+ <g>
+  <path transform="matrix(1.1752 0 0 1.1752 -3.5969 -179.75)" d="m42.5 875 157 82.5 339.5-49.5 167.42 58.282-159.72-193.81-349.3 31.287z" filter="url(#filter3987)"/>
+ </g>
+ <g>
+  <use transform="matrix(.93735 .46871 0 .98421 13.567 -378.78)" width="100%" height="100%" clip-path="url(#clipPath9132)" xlink:href="#g8961"/>
+  <use transform="matrix(.93735 .46968 0 .98421 -5.5112 -103.04)" width="100%" height="100%" clip-path="url(#clipPath9126)" xlink:href="#g8961"/>
+  <use transform="matrix(.98421 -.18753 0 .98421 -18.576 61.421)" width="100%" height="100%" clip-path="url(#clipPath9081)" xlink:href="#g8961"/>
+ </g>
+ <g>
+  <path transform="matrix(.98421 0 0 .98421 .50408 .023626)" d="m31.074 33.33-0.32002 842.49 201.21 100.42v-843.52zm620.77 20.744v843.93l202.14 98.428-1.3149-843.29z" clip-path="url(#clipPath9114)" fill="#fff" fill-opacity=".40909"/>
+ </g>
+ <g>
+  <path transform="matrix(1.0219 .16971 -.15751 1.02 2.6685 -114.58)" d="m572.1 580.75-95.569 102.6 204.98-117.81 25.757-36.294 161.97-75.173-34.804-178.53-170.78 127.79z" fill="url(#linearGradient3892)" filter="url(#filter4005)"/>
+  <path d="m382.15 663.32 195.91-58.147-3.4364-48.982z" fill="url(#linearGradient4017)"/>
+ </g>
+ <g>
+  <use transform="matrix(.69887 -.76199 .76199 .69887 -433.6 1430.4)" width="100%" height="100%" xlink:href="#g3773"/>
+ </g>
+</svg>
Index: /trunk/native/linux/tested/usr/share/man/man1/josm.1
===================================================================
--- /trunk/native/linux/tested/usr/share/man/man1/josm.1	(revision 16006)
+++ /trunk/native/linux/tested/usr/share/man/man1/josm.1	(revision 16006)
@@ -0,0 +1,136 @@
+.TH JOSM 1 "July 21, 2016"
+.\" Please adjust this date whenever revising the manpage.
+.SH NAME
+josm \- Java OpenStreetMap Editor
+.SH SYNOPSIS
+.B josm
+.SH DESCRIPTION
+.B JOSM 
+is an editor for OpenStreetMap written in Java 8. 
+.PP
+.B OpenStreetMap 
+is a project aimed squarely at creating and providing free geographic data such as street maps to anyone
+who wants them. It allows you to view, edit and use geographical data in a collaborative way from 
+anywhere on earth.
+The project was started because most maps you think of as free actually have legal or technical 
+restrictions on their use, holding back people from using them in creative, productive or unexpected
+ways.
+.SH OPTIONS
+.TP
+.B \-h, \-?, \-\-help
+Show help
+.TP
+.B \-\-geometry=<width>x<height>(+|-)x(+|-)y
+Standard X geometry argument
+.TP
+.B [\-\-download=]minlat,minlon,maxlat,maxlon
+Download the bounding box
+.TP
+.B [\-\-download=]<url>
+Download the location at the url (with lat=x&lon=y&zoom=z)
+.TP
+.B [\-\-download=]<filename>
+Open file (any file type that can be opened with File/Open)
+.TP
+.B \-\-downloadgps=minlat,minlon,maxlat,maxlon
+Download the bounding box as raw gps
+.TP
+.B \-\-selection=<searchstring>
+Select with the given search
+.TP
+.B \-\-[no\-]maximize
+Do [not] launch in maximized mode
+.TP
+.B \-\-reset\-preferences
+Reset the preferences to the default
+.TP
+.B \-\-load\-preferences=<url\-to\-xml>
+Change preferences according to the XML file
+.TP
+.B \-\-set=<key>=<value>
+Set preference key to value
+.TP
+.B \-\-language=<language>
+Set the language
+.TP
+.B \-\-version
+Display the JOSM version
+.TP
+.B \-\-debug
+Print debugging messages to console
+.TP
+.B \-\-offline=<osm_api|josm_website|all>
+Disable access to the given resource(s), separated by comma
+.SH FILES
+JOSM files are saved according to the XDG Base Directory Specification:
+.TP
+.B $HOME/.config/JOSM
+Preferences
+.TP
+.B $HOME/.local/share/JOSM
+User data
+.TP
+.B $HOME/.cache/JOSM
+Cache
+.TP
+If the directory $HOME/.josm exists, all files are stored there.
+.SH JAVA PROPERTIES
+The following options can be set by using Java system properties (i.e. \-Dkey=value
+passed to java, or specified inside JAVA_OPTS).
+.TP
+.B josm.pref=<path>
+Set the JOSM preferences directory.
+.TP
+.B josm.userdata=<path>
+Set the JOSM user data directory.
+.TP
+.B josm.cache=<path>
+Set the JOSM cache directory.
+.TP
+.B josm.home=<homedir>
+Relocate all 3 directories to homedir. Cache directory will be in <homedir>/cache.
+.TP
+.B josm.name=<JOSM>
+Change the JOSM directory name.
+.SH ENVIRONMENT
+.IP JAVA_HOME
+Specify an alternate Java environment.
+.IP JAVA_OPTS
+Specify Java options.
+For example, to use a HTTP proxy server with this program, set this environment variable
+to something like
+.I JAVA_OPTS="-Dhttp.proxyHost=yourProxyURL"
+before starting josm.
+.SH AUTHOR
+JOSM was originally designed and coded by Immanuel Scholz,
+and is now maintained by the OpenStreetMap community.
+.PP
+The current JOSM maintainer is Dirk Stöcker.
+A lot of administration work is done by Paul Hartmann and Vincent Privat.
+.PP
+Major code contributions from (in alphabetical order):
+.PP
+Stefan Breunig
+David Earl
+Gabriel Ebner
+Dave Hansen
+Paul Hartmann
+Karl Guggisberg
+Matthias Julius
+Alexei Kasatkin
+Jiri Klement
+Ulf Lamping
+Simon Legner
+Raphael Mack
+Upliner Mikhalych
+Vincent Privat
+Frederik Ramm
+Dirk Stöcker
+.PP
+Many minor contributions and patches by others; see SVN history
+at https://josm.openstreetmap.de/svn/ for details. Use
+"josm-dev AT openstreetmap.org" to contact still active authors.
+The logo has been designed by Ilya Palikov.
+.PP
+This manual page was initially written by Andreas Putzo <andreas@putzo.net>,
+for the Debian project (but may be used by others).
Index: /trunk/native/linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml
===================================================================
--- /trunk/native/linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml	(revision 16006)
+++ /trunk/native/linux/tested/usr/share/metainfo/org.openstreetmap.josm.appdata.xml	(revision 16006)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+  <id>org.openstreetmap.josm</id>
+  <metadata_license>CC-BY-SA-3.0</metadata_license>
+  <project_license>GPL-2.0+</project_license>
+  <developer_name>JOSM developers</developer_name>
+  <name>JOSM</name>
+  <summary>Java OpenStreetMap Editor</summary>
+  <description>
+    <p>
+    JOSM is an extensible off-line editor for ​OpenStreetMap (OSM) written in ​Java.
+    </p>
+    <p>
+    It supports loading stand-alone GPX tracks and GPX track data from the OSM database as well as loading and 
+    editing existing nodes, ways, metadata tags and relations from the OSM database.
+    </p>
+  </description>
+  <categories>
+    <category>Education</category>
+    <category>Geoscience</category>
+    <category>Maps</category>
+  </categories>
+  <content_rating type="oars-1.1"/>
+  <launchable type="desktop-id">org.openstreetmap.josm.desktop</launchable>
+  <screenshots>
+    <screenshot type="default" width="1024" height="576">https://josm.openstreetmap.de/svn/trunk/linux/josm-screenshot.png</screenshot>
+  </screenshots>
+  <url type="homepage">https://josm.openstreetmap.de</url>
+  <updatecontact>josm-dev_at_openstreetmap.org</updatecontact>
+</component>
Index: /trunk/native/linux/tested/usr/share/mime/packages/josm.xml
===================================================================
--- /trunk/native/linux/tested/usr/share/mime/packages/josm.xml	(revision 16006)
+++ /trunk/native/linux/tested/usr/share/mime/packages/josm.xml	(revision 16006)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
+        <mime-type type="application/x-osm+xml">
+                <sub-class-of type="application/xml"/>
+                <comment>OSM XML file</comment>
+                <glob pattern="*.osm"/>
+        </mime-type>
+        <mime-type type="application/x-josm-session+xml">
+                <sub-class-of type="application/xml"/>
+                <comment>JOSM session file</comment>
+                <glob pattern="*.jos"/>
+        </mime-type>
+        <mime-type type="application/x-josm-session+zip">
+                <sub-class-of type="application/zip"/>
+                <comment>JOSM session archive</comment>
+                <glob pattern="*.joz"/>
+        </mime-type>
+</mime-info>
Index: /trunk/native/macosx/JOSM.app/Contents/Info.plist_template.xml
===================================================================
--- /trunk/native/macosx/JOSM.app/Contents/Info.plist_template.xml	(revision 16006)
+++ /trunk/native/macosx/JOSM.app/Contents/Info.plist_template.xml	(revision 16006)
@@ -0,0 +1,265 @@
+<key>NSSupportsAutomaticGraphicsSwitching</key>
+<true/>
+<key>CFBundleAllowMixedLocalizations</key>
+<string>true</string>
+<key>UTExportedTypeDeclarations</key>
+<array>
+    <!-- Export JOSM file format UTI (*.osm) -->
+    <dict>
+        <key>UTTypeIdentifier</key>
+        <string>org.openstreetmap.josm.osm</string>
+        <key>UTTypeDescription</key>
+        <string>JOSM File</string>
+        <key>UTTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>UTTypeReferenceURL</key>
+        <string>http://wiki.openstreetmap.org/wiki/JOSM_file_format</string>
+        <key>UTTypeConformsTo</key>
+        <array>
+            <string>public.xml</string>
+        </array>
+        <key>UTTypeTagSpecification</key>
+        <dict>
+            <key>com.apple.ostype</key>
+            <string>JOSM</string>
+            <key>public.filename-extension</key>
+            <array>
+                <string>osm</string>
+            </array>
+            <key>public.mime-type</key>
+            <string>application/x-osm+xml</string>
+        </dict>
+    </dict>
+    <!-- Export JOSM session file format UTI (*.jos) -->
+    <dict>
+        <key>UTTypeIdentifier</key>
+        <string>org.openstreetmap.josm.jos</string>
+        <key>UTTypeDescription</key>
+        <string>JOS File</string>
+        <key>UTTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>UTTypeConformsTo</key>
+        <array>
+            <string>public.xml</string>
+        </array>
+        <key>UTTypeTagSpecification</key>
+        <dict>
+            <key>com.apple.ostype</key>
+            <string>JOSM</string>
+            <key>public.filename-extension</key>
+            <array>
+                <string>jos</string>
+            </array>
+            <key>public.mime-type</key>
+            <string>application/x-josm-session+xml</string>
+        </dict>
+    </dict>
+    <!-- Export JOSM session file format UTI (*.joz) -->
+    <dict>
+        <key>UTTypeIdentifier</key>
+        <string>org.openstreetmap.josm.joz</string>
+        <key>UTTypeDescription</key>
+        <string>JOZ File</string>
+        <key>UTTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>UTTypeConformsTo</key>
+        <array>
+            <string>com.pkware.zip-archive</string>
+        </array>
+        <key>UTTypeTagSpecification</key>
+        <dict>
+            <key>com.apple.ostype</key>
+            <string>JOSM</string>
+            <key>public.filename-extension</key>
+            <array>
+                <string>joz</string>
+            </array>
+            <key>public.mime-type</key>
+            <string>application/x-josm-session+zip</string>
+        </dict>
+    </dict>
+    <!-- Export GeoJSON file format UTI (*.geojson) -->
+    <dict>
+        <key>UTTypeIdentifier</key>
+        <string>public.geojson</string>
+        <key>UTTypeDescription</key>
+        <string>GeoJSON File</string>
+        <key>UTTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>UTTypeConformsTo</key>
+        <array>
+            <string>public.json</string>
+        </array>
+        <key>UTTypeTagSpecification</key>
+        <dict>
+            <key>com.apple.ostype</key>
+            <string>GeoJSON</string>
+            <key>public.filename-extension</key>
+            <array>
+                <string>geojson</string>
+            </array>
+        </dict>
+    </dict>
+</array>
+<key>UTImportedTypeDeclarations</key>
+<array>
+    <!-- Import GPX file format "standard" UTI (*.gpx) -->
+    <dict>
+        <key>UTTypeIdentifier</key>
+        <string>com.topografix.gpx</string>
+        <key>UTTypeReferenceURL</key>
+        <string>http://www.topografix.com/GPX/1/1/</string>
+        <key>UTTypeDescription</key>
+        <string>GPS Exchange Format (GPX)</string>
+        <key>UTTypeConformsTo</key>
+        <array>
+            <string>public.xml</string>
+        </array>
+        <key>UTTypeTagSpecification</key>
+        <dict>
+            <key>public.filename-extension</key>
+            <array>
+                <string>gpx</string>
+            </array>
+            <key>public.mime-type</key>
+            <string>application/gpx+xml</string>
+        </dict>
+    </dict>
+    <!-- Import GPX file format Apple UTI (*.gpx) -->
+    <dict>
+        <key>UTTypeIdentifier</key>
+        <string>com.apple.dt.document.gpx</string>
+        <key>UTTypeReferenceURL</key>
+        <string>http://www.topografix.com/GPX/1/1/</string>
+        <key>UTTypeDescription</key>
+        <string>GPX File</string>
+        <key>UTTypeConformsTo</key>
+        <array>
+            <string>public.xml</string>
+        </array>
+        <key>UTTypeTagSpecification</key>
+        <dict>
+            <key>public.filename-extension</key>
+            <array>
+                <string>gpx</string>
+            </array>
+            <key>public.mime-type</key>
+            <string>application/gpx+xml</string>
+        </dict>
+    </dict>
+</array>
+<key>CFBundleDocumentTypes</key>
+<array>
+    <!-- Registers opening *.osm files -->
+    <dict>
+        <key>CFBundleTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>CFBundleTypeName</key>
+        <string>OSM Files</string>
+        <key>CFBundleTypeRole</key>
+        <string>Editor</string>
+        <key>LSHandlerRank</key>
+        <string>Owner</string>
+        <key>LSItemContentTypes</key>
+        <array>
+            <string>org.openstreetmap.josm.osm</string>
+        </array>
+        <key>NSExportableTypes</key>
+        <array>
+            <string>org.openstreetmap.josm.osm</string>
+            <string>com.topografix.gpx</string>
+            <string>com.pkware.zip-archive</string>
+            <string>org.gnu.gnu-zip-archive</string>
+            <string>public.archive.bzip2</string>
+        </array>
+    </dict>
+    <!-- Registers opening *.jos files -->
+    <dict>
+        <key>CFBundleTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>CFBundleTypeName</key>
+        <string>JOS Files</string>
+        <key>CFBundleTypeRole</key>
+        <string>Editor</string>
+        <key>LSHandlerRank</key>
+        <string>Owner</string>
+        <key>LSItemContentTypes</key>
+        <array>
+            <string>org.openstreetmap.josm.jos</string>
+        </array>
+    </dict>
+    <!-- Registers opening *.joz files -->
+    <dict>
+        <key>CFBundleTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>CFBundleTypeName</key>
+        <string>JOZ Files</string>
+        <key>CFBundleTypeRole</key>
+        <string>Editor</string>
+        <key>LSHandlerRank</key>
+        <string>Owner</string>
+        <key>LSItemContentTypes</key>
+        <array>
+            <string>org.openstreetmap.josm.joz</string>
+        </array>
+    </dict>
+    <!-- Registers opening *.geojson files -->
+    <dict>
+        <key>CFBundleTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>CFBundleTypeName</key>
+        <string>GeoJSON Files</string>
+        <key>CFBundleTypeRole</key>
+        <string>Editor</string>
+        <key>LSHandlerRank</key>
+        <string>Owner</string>
+        <key>LSItemContentTypes</key>
+        <array>
+            <string>public.geojson</string>
+        </array>
+    </dict>
+    <!-- Registers opening *.gpx files -->
+    <dict>
+        <key>CFBundleTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>CFBundleTypeName</key>
+        <string>GPX Files</string>
+        <key>CFBundleTypeRole</key>
+        <string>Editor</string>
+        <key>LSHandlerRank</key>
+        <string>Alternate</string>
+        <key>LSItemContentTypes</key>
+        <array>
+            <string>com.topografix.gpx</string>
+            <string>com.apple.dt.document.gpx</string>
+        </array>
+        <key>NSExportableTypes</key>
+        <array>
+            <string>org.openstreetmap.josm.osm</string>
+        </array>
+    </dict>
+    <!-- Registers opening *.osm.zip, *.osm.gz, *.osm.bz2 files -->
+    <dict>
+        <key>CFBundleTypeIconFile</key>
+        <string>JOSM.icns</string>
+        <key>CFBundleTypeName</key>
+        <string>OSM Compressed Files</string>
+        <key>CFBundleTypeRole</key>
+        <string>Editor</string>
+        <key>LSHandlerRank</key>
+        <string>Alternate</string>
+        <key>LSItemContentTypes</key>
+        <array>
+            <string>com.pkware.zip-archive</string>
+            <string>org.gnu.gnu-zip-archive</string>
+            <string>public.archive.bzip2</string>
+        </array>
+        <key>NSExportableTypes</key>
+        <array>
+            <string>org.openstreetmap.josm.osm</string>
+            <string>com.pkware.zip-archive</string>
+            <string>org.gnu.gnu-zip-archive</string>
+            <string>public.archive.bzip2</string>
+        </array>
+    </dict>
+</array>
Index: /trunk/native/windows/README.txt
===================================================================
--- /trunk/native/windows/README.txt	(revision 16006)
+++ /trunk/native/windows/README.txt	(revision 16006)
@@ -0,0 +1,66 @@
+This is the Win32 installer generator for JOSM, to create a Windows 
+like installer. This should ease installation and provides a reasonable set of 
+default preferences for Windows users.
+
+Currently only josm and a small assortment of josm plugins is included in the 
+installer.
+
+As other osm related applications like osmarender and mapnik have a lot more
+UNIX related dependencies that will make them complicated to install, only JOSM
+is currently installed "the easy way".
+
+
+install
+-------
+simply execute josm-setup-latest.exe
+
+uninstall
+---------
+use "control panel / software" to uninstall
+
+
+current state of the art
+------------------------
+The installer will currently add:
+- josm into "C:\Program Files\JOSM" (or the corresponding international dir)
+- josm icons to the desktop and quick launch bar
+- josm file associations to .osm and .gpx files
+- some assorted plugins (more to follow?)
+- default preferences to the current user profile (if not already existing)
+
+When the installed josm.exe is executed, it should ask the user to download 
+Java runtime if it's not already installed.
+
+build the installer
+-------------------
+1.) You will need to download and install the following on your machine:
+- cygwin bash and wget
+- launch4j - http://launch4j.sourceforge.net/ (currently 3.6, older 2.x will NOT work!)
+- NSIS - http://nsis.sourceforge.net/ (any recent version should do)
+
+2.) Edit the two absolute paths in the file josm-setup-unix.sh (in the calls 
+to launch4jc and makensis)
+
+3.) Start a cygwin shell and call ./josm-setup-unix.sh
+
+how the installer is build
+--------------------------
+First, wget will download the required files (e.g. the josm plugins) into the 
+downloads subdir. Then jaunch4j wraps the josm.jar into a josm.exe, which 
+makes registration of file extensions a lot easier. Then NSIS is called to 
+create the actual josm-setup-latest.exe.
+
+known issues
+------------
+- absolute paths in josm-setup-unix.sh
+- josm should support "global settings" instead of only the personal profile
+- install all josm plugins by default and only enable them according to user wishes?
+
+build the installer under Linux / Debian
+----------------------------------------
+It's possible to build the installer under Linux. Beside the things mentioned above, 
+the NSIS Debian package currently has an incomplete System.dll (in the plugins directory).
+This dll needs to be replaced by the System.dll included in the NSIS zip package, e.g. from
+http://nsis.sourceforge.net/Development_Files.
+More details can be found in the following NSIS forum thread:
+http://forums.winamp.com/showthread.php?s=bb7fa5bf8173e31c05e083340ca2c242&postid=2211132 
Index: /trunk/native/windows/josm-setup-unix.sh
===================================================================
--- /trunk/native/windows/josm-setup-unix.sh	(revision 16006)
+++ /trunk/native/windows/josm-setup-unix.sh	(revision 16006)
@@ -0,0 +1,136 @@
+#!/bin/bash
+
+# Creates an josm-setup-xy.exe File
+#
+# for working on a debian-unix system install the nsis package with
+# apt-get install nsis
+# replace the  /usr/share/nsis/Plugins/System.dll with the Version from the nsis .zip File
+# The one coming with the debian package is missing the Call:: Function
+# See also /usr/share/doc/nsis/README.Debian 
+#
+# Then download launch4j from http://launch4j.sourceforge.net/ 
+# wget http://softlayer-ams.dl.sourceforge.net/project/launch4j/launch4j-3/3.5/launch4j-3.5-linux.tgz
+# and unpack it to /usr/share/launch4j
+#
+# On Debian/Ubuntu 64bits, follow then this procedure
+# http://sourceforge.net/p/launch4j/feature-requests/74/#2051
+# if you get this error: launch4j: net.sf.launch4j.ExecException: java.io.IOException: 
+#   Cannot run program "/usr/share/launch4j/bin/windres": error=2, No such file or directory
+
+## settings ##
+
+# trying to find launch4j
+if [ -s "/cygdrive/c/Program Files (x86)/Launch4j/launch4jc.exe" ]; then
+    # Windows under cygwin or MobaXterm
+    LAUNCH4J="/cygdrive/c/Program Files (x86)/Launch4j/launch4jc.exe"
+elif [ -s /usr/share/launch4j/launch4j.jar ]; then
+    # as described above
+    LAUNCH4J="java -jar /usr/share/launch4j/launch4j.jar"
+elif [ -s ../launch4j/launch4j.jar ]; then
+    LAUNCH4J="java -jar ../launch4j/launch4j.jar"
+elif [ -s $HOME/launch4j/launch4j.jar ]; then
+    LAUNCH4J="java -jar $HOME/launch4j/launch4j.jar"
+else
+    # launch4j installed locally under this nsis folder
+    LAUNCH4J="java -jar ./launch4j/launch4j.jar"
+fi
+echo Using launch4j: $LAUNCH4J
+
+# trying to find makensis
+if [ -s "/cygdrive/c/Program Files (x86)/NSIS/makensis.exe" ]; then
+    # Windows under cygwin or MobaXterm
+    MAKENSIS="/cygdrive/c/Program Files (x86)/NSIS/makensis.exe"
+else
+    # UNIX like
+    MAKENSIS=/usr/bin/makensis
+fi
+echo Using NSIS: $MAKENSIS
+
+if [ -n "$2" ]; then
+  # 2 arguments: for Ant build.xml and Jenkins CI
+  export VERSION=$1
+  export JOSM_BUILD="no"
+  export JOSM_FILE=$2
+elif [ -n "$1" ]; then
+  # 1 argument: for official JOSM server
+  export VERSION=$1
+  export JOSM_BUILD="no"
+  export JOSM_FILE="/home/josm/www/download/josm-tested.jar"
+else
+  # no argument: for everyone else
+  svncorerevision=`svnversion -n ..`
+  #svnpluginsrevision=`svnversion -n ../../plugins`
+  #svnrevision="$svncorerevision-$svnpluginsrevision"
+
+  #export VERSION=custom-${svnrevision}
+  export VERSION=`echo ${svncorerevision} | sed -e 's/M//g' -e 's/S//g' -e 's/P//g'`
+  export JOSM_BUILD="yes"
+  export JOSM_FILE="..\dist\josm-custom.jar"
+fi
+
+echo "Creating Windows Installer for josm-$VERSION"
+
+echo 
+echo "##################################################################"
+echo "### Build the Complete josm + Plugin Stuff"
+if [ "x$JOSM_BUILD" == "xyes" ]; then
+    (
+	echo "Build the Complete josm Stuff"
+	
+	echo "Compile Josm"
+	cd ../core
+	ant -q clean
+	ant -q compile || exit -1
+	cd ..
+	
+	echo "Compile Josm Plugins"
+	cd plugins
+	ant -q clean
+	ant -q dist || exit -1
+	) || exit -1
+fi
+
+/bin/cp $JOSM_FILE josm-tested.jar
+
+function build_exe {
+
+	export TARGET=$1	# josm / josm64. Used in file name of launcher and installer
+	
+	/bin/rm -f "launch4j_${TARGET}.xml"
+	/bin/sed -e "s/%TARGET%/$1/" -e "s/%RTBITS%/$2/" -e "s/%INIHEAP%/$3/" -e "s/%MAXHEAP%/$4/" -e "s/%VERSION%/$VERSION/" "launch4j.xml" > "launch4j_${TARGET}.xml"
+	
+	echo 
+	echo "##################################################################"
+	echo "### convert jar to ${TARGET}.exe with launch4j"
+	# (an exe file makes attaching to file extensions a lot easier)
+	# launch4j - http://launch4j.sourceforge.net/
+	# delete old exe file first
+	/bin/rm -f ${TARGET}*.exe
+	$LAUNCH4J "launch4j_${TARGET}.xml"
+	# comment previous line and uncomment next one on Windows
+	#"$LAUNCH4J" "launch4j_${TARGET}.xml"
+
+	if ! [ -s ${TARGET}.exe ]; then
+		echo "NO ${TARGET}.exe File Created"
+		exit -1
+	fi
+
+	/bin/rm -f "launch4j_${TARGET}.xml"
+
+	echo 
+	echo "##################################################################"
+	echo "### create the ${TARGET}-installer-${VERSION}.exe with makensis"
+	# NSIS - http://nsis.sourceforge.net/Main_Page
+	# apt-get install nsis
+	"$MAKENSIS" -V2 -DVERSION=$VERSION -DDEST=$TARGET josm.nsi
+
+	# keep the intermediate file, for debugging
+	/bin/rm -f ${TARGET}-intermediate.exe 2>/dev/null >/dev/null
+	/bin/mv ${TARGET}.exe ${TARGET}-intermediate.exe 2>/dev/null >/dev/null
+}
+
+build_exe "josm" "64\/32" 256 2048
+# 64-bit binary generation commented until possible with launch4j / nsis
+# build_exe "josm64"  "64" 256 2048
+
+/bin/rm -f josm-tested.jar 2>/dev/null >/dev/null
Index: /trunk/native/windows/josm.nsi
===================================================================
--- /trunk/native/windows/josm.nsi	(revision 16006)
+++ /trunk/native/windows/josm.nsi	(revision 16006)
@@ -0,0 +1,479 @@
+;
+; josm.nsi
+;
+
+; Set the compression mechanism first.
+SetCompressor /SOLID lzma
+
+; Load StdUtils plugin (ANSI until we switch to Unicode installer with NSIS 3)
+!addplugindir plugins/stdutils/Plugins/ANSI
+!addincludedir plugins/stdutils/Include
+
+!include "StdUtils.nsh"
+
+; make sure the installer will get elevated rights on UAC-enabled system (Vista+)
+RequestExecutionLevel admin
+
+; Used to refresh the display of file association
+!define SHCNE_ASSOCCHANGED 0x08000000
+!define SHCNF_IDLIST 0
+
+; Used to add associations between file extensions and JOSM
+!define OSM_ASSOC "josm-file"
+
+; ============================================================================
+; Header configuration
+; ============================================================================
+; The name of the installer
+Name "JOSM ${VERSION}"
+
+; The file to write
+OutFile "${DEST}-setup-${VERSION}.exe"
+
+XPStyle on
+
+Var /GLOBAL plugins
+
+; ============================================================================
+; Modern UI
+; ============================================================================
+
+!include "MUI2.nsh"
+
+; Icon of installer and uninstaller
+!define MUI_ICON "logo.ico"
+!define MUI_UNICON "logo.ico"
+
+!define MUI_COMPONENTSPAGE_SMALLDESC
+!define MUI_FINISHPAGE_NOAUTOCLOSE
+!define MUI_UNFINISHPAGE_NOAUTOCLOSE
+!define MUI_WELCOMEFINISHPAGE_BITMAP "josm-nsis-brand.bmp"
+!define MUI_WELCOMEPAGE_TEXT $(JOSM_WELCOME_TEXT) 
+
+!define MUI_FINISHPAGE_RUN
+!define MUI_FINISHPAGE_RUN_FUNCTION LaunchJOSM
+
+; Function used to Launch JOSM in user (non-elevated) mode
+Function LaunchJOSM
+  ${StdUtils.ExecShellAsUser} $0 "$INSTDIR\${DEST}.exe" "open" ""
+FunctionEnd
+
+; ============================================================================
+; MUI Pages
+; ============================================================================
+
+!insertmacro MUI_PAGE_WELCOME
+!insertmacro MUI_PAGE_LICENSE "..\LICENSE"
+!insertmacro MUI_PAGE_COMPONENTS
+!insertmacro MUI_PAGE_DIRECTORY
+!insertmacro MUI_PAGE_INSTFILES
+!insertmacro MUI_PAGE_FINISH
+
+!insertmacro MUI_UNPAGE_WELCOME
+!insertmacro MUI_UNPAGE_CONFIRM
+!insertmacro MUI_UNPAGE_COMPONENTS
+!insertmacro MUI_UNPAGE_INSTFILES
+!insertmacro MUI_UNPAGE_FINISH
+
+; ============================================================================
+; MUI Languages
+; ============================================================================
+
+  ;Remember the installer language
+  !define MUI_LANGDLL_REGISTRY_ROOT "HKLM" 
+  !define MUI_LANGDLL_REGISTRY_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" 
+  !define MUI_LANGDLL_REGISTRY_VALUENAME "Installer Language"
+  
+  ;; English goes first because its the default. The rest are
+  ;; in alphabetical order (at least the strings actually displayed
+  ;; will be).
+
+  !insertmacro MUI_LANGUAGE "English"
+  !insertmacro MUI_LANGUAGE "French"
+  !insertmacro MUI_LANGUAGE "German"
+
+;--------------------------------
+;Translations
+
+  !define JOSM_DEFAULT_LANGFILE "locale\english.nsh"
+
+  !include "langmacros.nsh"
+  
+  !insertmacro JOSM_MACRO_INCLUDE_LANGFILE "ENGLISH" "locale\english.nsh"
+  !insertmacro JOSM_MACRO_INCLUDE_LANGFILE "FRENCH" "locale\french.nsh"
+  !insertmacro JOSM_MACRO_INCLUDE_LANGFILE "GERMAN" "locale\german.nsh"
+
+; Uninstall stuff
+!define MUI_UNCONFIRMPAGE_TEXT_TOP ${un.JOSM_UNCONFIRMPAGE_TEXT_TOP}
+
+; ============================================================================
+; Installation types
+; ============================================================================
+
+InstType "$(JOSM_FULL_INSTALL)"
+
+InstType "un.$(un.JOSM_DEFAULT_UNINSTALL)"
+InstType "un.$(un.JOSM_FULL_UNINSTALL)"
+
+; ============================================================================
+; Section macros
+; ============================================================================
+!include "Sections.nsh"
+
+; ========= Macro to unselect and disable a section =========
+
+!macro DisableSection SECTION
+
+  Push $0
+    SectionGetFlags "${SECTION}" $0
+    IntOp $0 $0 & ${SECTION_OFF}
+    IntOp $0 $0 | ${SF_RO}
+    SectionSetFlags "${SECTION}" $0
+  Pop $0
+
+!macroend
+
+; ========= Macro to enable (unreadonly) a section =========
+!define SECTION_ENABLE   0xFFFFFFEF
+!macro EnableSection SECTION
+
+  Push $0
+    SectionGetFlags "${SECTION}" $0
+    IntOp $0 $0 & ${SECTION_ENABLE}
+    SectionSetFlags "${SECTION}" $0
+  Pop $0
+
+!macroend
+
+; ============================================================================
+; Command Line
+; ============================================================================
+!include "FileFunc.nsh"
+
+; ============================================================================
+; Directory selection page configuration
+; ============================================================================
+; The text to prompt the user to enter a directory
+DirText $(JOSM_DIR_TEXT)
+
+; The default installation directory
+InstallDir $PROGRAMFILES\JOSM\
+
+; See if this is an upgrade; if so, use the old InstallDir as default
+InstallDirRegKey HKEY_LOCAL_MACHINE SOFTWARE\JOSM "InstallDir"
+
+
+; ============================================================================
+; Install page configuration
+; ============================================================================
+ShowInstDetails show
+ShowUninstDetails show
+
+; ============================================================================
+; Functions and macros
+; ============================================================================
+
+; update file extension icons
+!macro UpdateIcons
+	Push $R0
+  	Push $R1
+  	Push $R2
+
+	!define UPDATEICONS_UNIQUE ${__LINE__}
+
+	IfFileExists "$SYSDIR\shell32.dll" UpdateIcons.next1_${UPDATEICONS_UNIQUE} UpdateIcons.error1_${UPDATEICONS_UNIQUE}
+UpdateIcons.next1_${UPDATEICONS_UNIQUE}:
+	GetDllVersion "$SYSDIR\shell32.dll" $R0 $R1
+	IntOp $R2 $R0 / 0x00010000
+	IntCmp $R2 4 UpdateIcons.next2_${UPDATEICONS_UNIQUE} UpdateIcons.error2_${UPDATEICONS_UNIQUE}
+UpdateIcons.next2_${UPDATEICONS_UNIQUE}:
+	System::Call 'shell32.dll::SHChangeNotify(i, i, i, i) v (${SHCNE_ASSOCCHANGED}, ${SHCNF_IDLIST}, 0, 0)'
+	Goto UpdateIcons.quit_${UPDATEICONS_UNIQUE}
+
+UpdateIcons.error1_${UPDATEICONS_UNIQUE}:
+	MessageBox MB_OK|MB_ICONSTOP $(JOSM_UPDATEICONS_ERROR1)
+	Goto UpdateIcons.quit_${UPDATEICONS_UNIQUE}
+UpdateIcons.error2_${UPDATEICONS_UNIQUE}:
+	MessageBox MB_OK|MB_ICONINFORMATION $(JOSM_UPDATEICONS_ERROR2)
+	Goto UpdateIcons.quit_${UPDATEICONS_UNIQUE}
+UpdateIcons.quit_${UPDATEICONS_UNIQUE}:
+	!undef UPDATEICONS_UNIQUE
+	Pop $R2
+	Pop $R1
+  	Pop $R0
+
+!macroend
+
+; associate a file extension to an icon
+Function Associate
+	; $R0 should contain the prefix to associate to JOSM
+	Push $R1
+
+	ReadRegStr $R1 HKCR $R0 ""
+	StrCmp $R1 "" Associate.doRegister
+	Goto Associate.end
+Associate.doRegister:
+	;The extension is not associated to any program, we can do the link
+	WriteRegStr HKCR $R0 "" ${OSM_ASSOC}
+Associate.end:
+	pop $R1
+FunctionEnd
+
+; disassociate a file extension from an icon
+Function un.unlink
+	; $R0 should contain the prefix to unlink
+	Push $R1
+
+	ReadRegStr $R1 HKCR $R0 ""
+	StrCmp $R1 ${OSM_ASSOC} un.unlink.doUnlink
+	Goto un.unlink.end
+un.unlink.doUnlink:
+	; The extension is associated with JOSM so, we must destroy this!
+	DeleteRegKey HKCR $R0
+un.unlink.end:
+	pop $R1
+FunctionEnd
+
+Function .onInit
+  !insertmacro MUI_LANGDLL_DISPLAY
+FunctionEnd
+
+Function un.onInit
+  !insertmacro MUI_UNGETLANGUAGE
+FunctionEnd
+
+; ============================================================================
+; Installation execution commands
+; ============================================================================
+
+Section "-Required"
+;-------------------------------------------
+
+;
+; Install for every user
+;
+SectionIn 1 2 RO
+SetShellVarContext current
+
+SetOutPath $INSTDIR
+
+; Write the uninstall keys for Windows
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" "DisplayVersion" "${VERSION}"
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" "DisplayName" "JOSM ${VERSION}"
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" "UninstallString" '"$INSTDIR\uninstall.exe"'
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" "Publisher" "OpenStreetMap JOSM team"
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" "HelpLink" "mailto:josm-dev@openstreetmap.org."
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" "URLInfoAbout" "https://josm.openstreetmap.de"
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" "URLUpdateInfo" "https://josm.openstreetmap.de"
+WriteRegDWORD HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" "NoModify" 1
+WriteRegDWORD HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM" "NoRepair" 1
+WriteUninstaller "uninstall.exe"
+
+; Write an entry for ShellExecute
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\App Paths\${DEST}.exe" "" '$INSTDIR\${DEST}.exe'
+WriteRegStr HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\App Paths\${DEST}.exe" "Path" '$INSTDIR'
+
+SectionEnd ; "Required"
+
+
+Section $(JOSM_SEC_JOSM) SecJosm
+;-------------------------------------------
+SectionIn 1
+SetOutPath $INSTDIR
+File "${DEST}.exe"
+File "josm-tested.jar"
+
+; XXX - should be provided/done by josm.jar itself and not here!
+SetShellVarContext current
+SetOutPath "$APPDATA\JOSM"
+
+SectionEnd
+
+SectionGroup $(JOSM_SEC_PLUGINS_GROUP) SecPluginsGroup
+
+Section $(JOSM_SEC_IMAGERY_OFFSET_DB_PLUGIN) SecImageryOffsetDbPlugin
+;-------------------------------------------
+SectionIn 1 2
+SetShellVarContext current
+SetOutPath $APPDATA\JOSM\plugins
+File "../../dist/imagery_offset_db.jar"
+StrCpy $plugins "$plugins<entry value='imagery_offset_db'/>"
+SectionEnd
+
+Section $(JOSM_SEC_TURNRESTRICTIONS_PLUGIN) SecTurnrestrictionsPlugin
+;-------------------------------------------
+SectionIn 1 2
+SetShellVarContext current
+SetOutPath $APPDATA\JOSM\plugins
+File "../../dist/turnrestrictions.jar"
+StrCpy $plugins "$plugins<entry value='turnrestrictions'/>"
+SectionEnd
+
+SectionGroupEnd	; "Plugins"
+
+Section $(JOSM_SEC_STARTMENU) SecStartMenu
+;-------------------------------------------
+SectionIn 1 2
+; To quote "http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwue/html/ch11d.asp":
+; "Do not include Readme, Help, or Uninstall entries on the Programs menu."
+CreateShortCut "$SMPROGRAMS\JOSM.lnk" "$INSTDIR\${DEST}.exe" "" "$INSTDIR\${DEST}.exe" 0 "" "" $(JOSM_LINK_TEXT)
+SectionEnd
+
+Section $(JOSM_SEC_DESKTOP_ICON) SecDesktopIcon
+;-------------------------------------------
+; Create desktop icon
+; Desktop icon for a program should not be installed as default!
+CreateShortCut "$DESKTOP\JOSM.lnk" "$INSTDIR\${DEST}.exe" "" "$INSTDIR\${DEST}.exe" 0 "" "" $(JOSM_LINK_TEXT)
+SectionEnd
+
+Section $(JOSM_SEC_QUICKLAUNCH_ICON) SecQuickLaunchIcon
+;-------------------------------------------
+; Create quick launch icon. Does not really exist as of Windows 7/8 but still advanced users use it.
+; Only disable it by default, see #10241
+CreateShortCut "$QUICKLAUNCH\JOSM.lnk" "$INSTDIR\${DEST}.exe" "" "$INSTDIR\${DEST}.exe" 0 "" "" $(JOSM_LINK_TEXT)
+SectionEnd
+
+Section $(JOSM_SEC_FILE_EXTENSIONS) SecFileExtensions
+;-------------------------------------------
+SectionIn 1 2
+; Create File Extensions
+WriteRegStr HKCR ${OSM_ASSOC} "" "OpenStreetMap data"
+WriteRegStr HKCR "${OSM_ASSOC}\Shell\open\command" "" '"$INSTDIR\${DEST}.exe" "%1"'
+WriteRegStr HKCR "${OSM_ASSOC}\DefaultIcon" "" '"$INSTDIR\${DEST}.exe",0'
+push $R0
+	StrCpy $R0 ".osm"
+  	Call Associate
+	StrCpy $R0 ".geojson"
+  	Call Associate
+	StrCpy $R0 ".gpx"
+  	Call Associate
+	StrCpy $R0 ".jos"
+  	Call Associate
+	StrCpy $R0 ".joz"
+  	Call Associate
+; if somethings added here, add it also to the uninstall section
+pop $R0
+!insertmacro UpdateIcons
+SectionEnd
+
+Section "-PluginSetting"
+;-------------------------------------------
+SectionIn 1 2
+;MessageBox MB_OK "PluginSetting!" IDOK 0
+; XXX - should better be handled inside JOSM (recent plugin manager is going in the right direction)
+SetShellVarContext current
+!include LogicLib.nsh
+IfFileExists "$APPDATA\JOSM\preferences" settings_exists
+IfFileExists "$APPDATA\JOSM\preferences.xml" settings_exists
+FileOpen $R0 "$APPDATA\JOSM\preferences.xml" w
+FileWrite $R0 "<?xml version='1.0' encoding='UTF-8'?><preferences xmlns='http://josm.openstreetmap.de/preferences-1.0' version='4660'><list key='plugins'>$plugins</list></preferences>"
+FileClose $R0
+settings_exists:
+SectionEnd
+
+Section "un.$(un.JOSM_SEC_UNINSTALL)" un.SecUinstall
+;-------------------------------------------
+
+;
+; UnInstall for every user
+;
+SectionIn 1 2
+SetShellVarContext current
+
+ClearErrors
+Delete "$INSTDIR\josm-tested.jar"
+IfErrors 0 NoJOSMErrorMsg
+	MessageBox MB_OK $(un.JOSM_IN_USE_ERROR) IDOK 0 ;skipped if josm.jar removed
+	Abort $(un.JOSM_IN_USE_ERROR)
+NoJOSMErrorMsg:
+Delete "$INSTDIR\${DEST}.exe"
+Delete "$INSTDIR\imageformats\qjpeg4.dll"
+RMDir "$INSTDIR\imageformats"
+Delete "$INSTDIR\mingwm10.dll"
+Delete "$INSTDIR\QtCore4.dll"
+Delete "$INSTDIR\QtGui4.dll"
+Delete "$INSTDIR\QtNetwork4.dll"
+Delete "$INSTDIR\QtWebKit4.dll"
+Delete "$INSTDIR\webkit-image.exe"
+Delete "$INSTDIR\uninstall.exe"
+
+DeleteRegKey HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\Uninstall\JOSM"
+DeleteRegKey HKEY_LOCAL_MACHINE "Software\${DEST}.exe"
+DeleteRegKey HKEY_LOCAL_MACHINE "Software\Microsoft\Windows\CurrentVersion\App Paths\${DEST}.exe"
+
+; Remove Language preference info
+DeleteRegKey HKCU "Software/JOSM" ;${MUI_LANGDLL_REGISTRY_ROOT} ${MUI_LANGDLL_REGISTRY_KEY}
+
+push $R0
+	StrCpy $R0 ".osm"
+  	Call un.unlink
+	StrCpy $R0 ".geojson"
+  	Call un.unlink
+	StrCpy $R0 ".gpx"
+  	Call un.unlink
+	StrCpy $R0 ".jos"
+  	Call un.unlink
+	StrCpy $R0 ".joz"
+  	Call un.unlink
+pop $R0
+
+DeleteRegKey HKCR ${OSM_ASSOC}
+DeleteRegKey HKCR "${OSM_ASSOC}\Shell\open\command"
+DeleteRegKey HKCR "${OSM_ASSOC}\DefaultIcon"
+!insertmacro UpdateIcons
+
+Delete "$SMPROGRAMS\josm.lnk"
+Delete "$DESKTOP\josm.lnk"
+Delete "$QUICKLAUNCH\josm.lnk"
+
+RMDir "$INSTDIR"
+
+SectionEnd ; "Uninstall"
+
+Section /o "un.$(un.JOSM_SEC_PERSONAL_SETTINGS)" un.SecPersonalSettings
+;-------------------------------------------
+SectionIn 2
+SetShellVarContext current
+Delete "$APPDATA\JOSM\plugins\turnrestrictions\*.*"
+RMDir "$APPDATA\JOSM\plugins\turnrestrictions"
+Delete "$APPDATA\JOSM\plugins\*.*"
+RMDir "$APPDATA\JOSM\plugins"
+
+Delete "$APPDATA\JOSM\motd.html"
+Delete "$APPDATA\JOSM\preferences.xml"
+RMDir "$APPDATA\JOSM"
+SectionEnd
+
+Section "-Un.Finally"
+;-------------------------------------------
+SectionIn 1 2
+; this test must be done after all other things uninstalled (e.g. Global Settings)
+IfSilent NoFinalErrorMsg
+IfFileExists "$INSTDIR" 0 NoFinalErrorMsg
+    MessageBox MB_OK $(un.JOSM_INSTDIR_ERROR) IDOK 0 ; skipped if dir doesn't exist
+NoFinalErrorMsg:
+SectionEnd
+
+; ============================================================================
+; PLEASE MAKE SURE, THAT THE DESCRIPTIVE TEXT FITS INTO THE DESCRIPTION FIELD!
+; ============================================================================
+!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecJosm} $(JOSM_SECDESC_JOSM)
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecPluginsGroup} $(JOSM_SECDESC_PLUGINS_GROUP)
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecImageryOffsetDbPlugin} $(JOSM_SECDESC_IMAGERY_OFFSET_DB_PLUGIN)
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecTurnrestrictionsPlugin} $(JOSM_SECDESC_TURNRESTRICTIONS_PLUGIN)
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecStartMenu} $(JOSM_SECDESC_STARTMENU)
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} $(JOSM_SECDESC_DESKTOP_ICON)
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecQuickLaunchIcon} $(JOSM_SECDESC_QUICKLAUNCH_ICON) 
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecFileExtensions} $(JOSM_SECDESC_FILE_EXTENSIONS)
+!insertmacro MUI_FUNCTION_DESCRIPTION_END
+
+!insertmacro MUI_UNFUNCTION_DESCRIPTION_BEGIN
+  !insertmacro MUI_DESCRIPTION_TEXT ${un.SecUinstall} $(un.JOSM_SECDESC_UNINSTALL)
+  !insertmacro MUI_DESCRIPTION_TEXT ${un.SecPersonalSettings} $(un.JOSM_SECDESC_PERSONAL_SETTINGS)
+!insertmacro MUI_UNFUNCTION_DESCRIPTION_END
+
+; ============================================================================
+; Callback functions
+; ============================================================================
+
Index: /trunk/native/windows/langmacros.nsh
===================================================================
--- /trunk/native/windows/langmacros.nsh	(revision 16006)
+++ /trunk/native/windows/langmacros.nsh	(revision 16006)
@@ -0,0 +1,84 @@
+;;
+;; Windows JOSM NSIS installer language macros
+;;
+
+!macro JOSM_MACRO_DEFAULT_STRING LABEL VALUE
+  !ifndef "${LABEL}"
+    !define "${LABEL}" "${VALUE}"
+    !ifdef INSERT_DEFAULT
+      !warning "${LANG} lang file mising ${LABEL}, using default.."
+    !endif
+  !endif
+!macroend
+
+!macro JOSM_MACRO_LANGSTRING_INSERT LABEL LANG
+  LangString "${LABEL}" "${LANG_${LANG}}" "${${LABEL}}"
+  !undef "${LABEL}"
+!macroend
+
+!macro JOSM_MACRO_LANGUAGEFILE_BEGIN LANG
+  !define CUR_LANG "${LANG}"
+!macroend
+
+!macro JOSM_MACRO_LANGUAGEFILE_END
+  !define INSERT_DEFAULT
+  !include "${JOSM_DEFAULT_LANGFILE}"
+  !undef INSERT_DEFAULT
+
+  ; JOSM Language file Version 2
+  ; String labels should match those from the default language file.
+  
+  
+  
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_WELCOME_TEXT				${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_DIR_TEXT					${CUR_LANG}
+
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_FULL_INSTALL				${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SEC_JOSM 					${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SEC_PLUGINS_GROUP 			${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SEC_IMAGERY_OFFSET_DB_PLUGIN	${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SEC_TURNRESTRICTIONS_PLUGIN    ${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SEC_STARTMENU 				${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SEC_DESKTOP_ICON 			${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SEC_QUICKLAUNCH_ICON 		${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SEC_FILE_EXTENSIONS 		${CUR_LANG}
+  
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SECDESC_JOSM				${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SECDESC_PLUGINS_GROUP		${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SECDESC_IMAGERY_OFFSET_DB_PLUGIN	${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SECDESC_TURNRESTRICTIONS_PLUGIN	${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SECDESC_STARTMENU			${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SECDESC_DESKTOP_ICON		${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SECDESC_QUICKLAUNCH_ICON	${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_SECDESC_FILE_EXTENSIONS	${CUR_LANG}
+
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_UPDATEICONS_ERROR1			${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_UPDATEICONS_ERROR2			${CUR_LANG}
+  
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT JOSM_LINK_TEXT					${CUR_LANG}
+  
+  
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_UNCONFIRMPAGE_TEXT_TOP		${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_DEFAULT_UNINSTALL			${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_FULL_UNINSTALL				${CUR_LANG}
+  
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_IN_USE_ERROR				${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_INSTDIR_ERROR				${CUR_LANG}
+    
+	
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_SEC_UNINSTALL				${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_SEC_PERSONAL_SETTINGS		${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_SEC_PLUGINS					${CUR_LANG}
+  
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_SECDESC_UNINSTALL			${CUR_LANG}
+  !insertmacro JOSM_MACRO_LANGSTRING_INSERT un.JOSM_SECDESC_PERSONAL_SETTINGS	${CUR_LANG}
+  
+
+  !undef CUR_LANG
+!macroend
+
+!macro JOSM_MACRO_INCLUDE_LANGFILE LANG FILE
+  !insertmacro JOSM_MACRO_LANGUAGEFILE_BEGIN "${LANG}"
+  !include "${FILE}"
+  !insertmacro JOSM_MACRO_LANGUAGEFILE_END
+!macroend
Index: /trunk/native/windows/launch4j.xml
===================================================================
--- /trunk/native/windows/launch4j.xml	(revision 16006)
+++ /trunk/native/windows/launch4j.xml	(revision 16006)
@@ -0,0 +1,35 @@
+<launch4jConfig>
+  <headerType>gui</headerType>
+  <outfile>%TARGET%.exe</outfile>
+  <jar>josm-tested.jar</jar>
+  <dontWrapJar>true</dontWrapJar>
+  <errTitle></errTitle>
+  <downloadUrl>https://java.com/download</downloadUrl>
+  <supportUrl></supportUrl>
+  <cmdLine></cmdLine>
+  <chdir></chdir>
+  <priority>normal</priority>
+  <stayAlive>true</stayAlive>
+  <icon>logo.ico</icon>
+  <jre>
+    <path></path>
+    <minVersion>1.8.0</minVersion>
+    <maxVersion></maxVersion>
+    <jdkPreference>preferJre</jdkPreference>
+    <runtimeBits>%RTBITS%</runtimeBits>
+    <initialHeapSize>%INIHEAP%</initialHeapSize>
+    <maxHeapSize>%MAXHEAP%</maxHeapSize>
+  </jre>
+  <versionInfo>
+    <fileVersion>1.5.0.%VERSION%</fileVersion>
+    <txtFileVersion>%VERSION%</txtFileVersion>
+    <fileDescription>Java OpenStreetMap Editor</fileDescription>
+    <copyright>GNU General Public License v2 or later</copyright>
+    <productVersion>1.5.0.%VERSION%</productVersion>
+    <txtProductVersion>%VERSION%</txtProductVersion>
+    <productName>JOSM</productName>
+    <companyName>OpenStreetMap</companyName>
+    <internalName>%TARGET%</internalName>
+    <originalFilename>%TARGET%.exe</originalFilename>
+  </versionInfo>
+</launch4jConfig>
Index: /trunk/native/windows/locale/english.nsh
===================================================================
--- /trunk/native/windows/locale/english.nsh	(revision 16006)
+++ /trunk/native/windows/locale/english.nsh	(revision 16006)
@@ -0,0 +1,51 @@
+;;
+;;  english.nsh
+;;
+;;  Default language strings for the Windows JOSM NSIS installer.
+;;  Windows Code page: 1252
+;;
+;;  Note: If translating this file, replace "!insertmacro JOSM_MACRO_DEFAULT_STRING"
+;;  with "!define".
+
+; Make sure to update the JOSM_MACRO_LANGUAGEFILE_END macro in
+; langmacros.nsh when updating this file
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_WELCOME_TEXT "This wizard will guide you through the installation of the Java OpenStreetMap Editor (JOSM).$\r$\n$\r$\nBefore starting the installation, make sure any JOSM applications are not running.$\r$\n$\r$\nClick 'Next' to continue."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_DIR_TEXT "Choose a directory in which to install JOSM."
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_FULL_INSTALL "JOSM (full install)"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_JOSM "JOSM"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_PLUGINS_GROUP "Plugins"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_IMAGERY_OFFSET_DB_PLUGIN  "ImageryOffsetDatabase"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_TURNRESTRICTIONS_PLUGIN  "TurnRestrictions"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_STARTMENU  "Start Menu Entry"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_DESKTOP_ICON  "Desktop Icon"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_QUICKLAUNCH_ICON  "Quick Launch Icon"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_FILE_EXTENSIONS  "File Extensions"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_JOSM "JOSM is the Java OpenStreetMap editor for .osm files."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_PLUGINS_GROUP "An assortment of useful JOSM plugins."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_IMAGERY_OFFSET_DB_PLUGIN  "Database of imagery offsets: share and aquire imagery offsets with one button."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_TURNRESTRICTIONS_PLUGIN  "Allows to enter and maintain information about turn restrictions."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_STARTMENU  "Add a JOSM start menu entry."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_DESKTOP_ICON  "Add a JOSM desktop icon."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_QUICKLAUNCH_ICON  "Add a JOSM icon to the quick launch bar."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_FILE_EXTENSIONS  "Add JOSM file extensions for .osm and .gpx files."
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_UPDATEICONS_ERROR1 "Can't find 'shell32.dll' library. Impossible to update icons"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_UPDATEICONS_ERROR2 "You should install the free 'Microsoft Layer for Unicode' to update JOSM file icons"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_LINK_TEXT "Java OpenStreetMap - Editor"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_UNCONFIRMPAGE_TEXT_TOP "The following Java OpenStreetMap editor (JOSM) installation will be uninstalled. Click 'Next' to continue."
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_DEFAULT_UNINSTALL "Default (keep Personal Settings and plugins)"
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_FULL_UNINSTALL "All (remove all)"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_IN_USE_ERROR "Please note: josm could not be removed, it's probably in use!"
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_INSTDIR_ERROR "Please note: The directory $INSTDIR could not be removed!"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SEC_UNINSTALL "JOSM" 
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SEC_PERSONAL_SETTINGS "Personal settings" 
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SEC_PLUGINS "Personal plugins" 
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SECDESC_UNINSTALL "Uninstall JOSM."
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SECDESC_PERSONAL_SETTINGS  "Uninstall personal settings from your profile: $PROFILE."
Index: /trunk/native/windows/locale/french.nsh
===================================================================
--- /trunk/native/windows/locale/french.nsh	(revision 16006)
+++ /trunk/native/windows/locale/french.nsh	(revision 16006)
@@ -0,0 +1,51 @@
+;;
+;;  french.nsh
+;;
+;;  French language strings for the Windows JOSM NSIS installer.
+;;  Windows Code page: 1252
+;;
+;;  Author: Vincent Privat <vprivat@openstreetmap.fr>, 2011.
+;;
+
+; Make sure to update the JOSM_MACRO_LANGUAGEFILE_END macro in
+; langmacros.nsh when updating this file
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_WELCOME_TEXT "Cet assistant va vous guider à travers l'installation de l'éditeur Java OpenStreetMap (JOSM).$\r$\n$\r$\nAvant de lancer l'installation, assurez-vous que JOSM n'est pas déjà en cours d'exécution.$\r$\n$\r$\nVeuillez cliquer sur 'Suivant' pour continuer."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_DIR_TEXT "Veuillez choisir un dossier où installer JOSM."
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_FULL_INSTALL "JOSM (installation complète)"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_JOSM "JOSM"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_PLUGINS_GROUP "Greffons"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_IMAGERY_OFFSET_DB_PLUGIN  "ImageryOffsetDatabase"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_TURNRESTRICTIONS_PLUGIN  "TurnRestrictions"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_STARTMENU  "Entrée dans le menu Démarrer"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_DESKTOP_ICON  "Icône sur le Bureau"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_QUICKLAUNCH_ICON  "Icône dans la barre de lancement rapide"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_FILE_EXTENSIONS  "Extensions de fichier"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_JOSM "JOSM est l'éditeur Java OpenStreetMap pour les fichiers .osm."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_PLUGINS_GROUP "Une sélection de greffons utiles pour JOSM."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_IMAGERY_OFFSET_DB_PLUGIN  "Base de données de décalages d'imagerie: partager et acquérir des décalages d'imagerie avec un seul bouton."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_TURNRESTRICTIONS_PLUGIN  "Permet de saisir et de maintenir des informations sur les restrictions de tourner."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_STARTMENU  "Ajoute une entrée JOSM au menu démarrer."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_DESKTOP_ICON  "Ajoute une icône JOSM au Bureau."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_QUICKLAUNCH_ICON  "Ajoute une icône JOSM à la barre de lancement rapide."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_FILE_EXTENSIONS  "Associe JOSM aux extensions de fichier .osm et .gpx."
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_UPDATEICONS_ERROR1 "La bibliothèque 'shell32.dll' est introuvable. Impossible de mettre à jour les icônes"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_UPDATEICONS_ERROR2 "Vous devriez installer le complément gratuit 'Microsoft Layer for Unicode' pour mettre à jour les fichiers d'icônes de JOSM"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_LINK_TEXT "Éditeur Java OpenStreetMap"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_UNCONFIRMPAGE_TEXT_TOP "L'installation suivante de l'éditeur Java OpenStreetMap (JOSM) va être désinstallée. Veuillez cliquer sur 'Suivant' pour continuer."
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_DEFAULT_UNINSTALL "Défaut (conserve les paramètres personnels et les greffons)"
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_FULL_UNINSTALL "Tout (supprime l'intégralité des fichiers)"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_IN_USE_ERROR "Attention: JOSM n'a pas pu être retiré, il est probablement en utilisation !"
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_INSTDIR_ERROR "Attention: Le dossier $INSTDIR n'a pas pu être supprimé !"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SEC_UNINSTALL "JOSM" 
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SEC_PERSONAL_SETTINGS "Paramètres personnels" 
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SEC_PLUGINS "Greffons personnels" 
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SECDESC_UNINSTALL "Désinstaller JOSM."
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SECDESC_PERSONAL_SETTINGS  "Désinstaller les paramètres personnels de votre profil: $PROFILE."
Index: /trunk/native/windows/locale/german.nsh
===================================================================
--- /trunk/native/windows/locale/german.nsh	(revision 16006)
+++ /trunk/native/windows/locale/german.nsh	(revision 16006)
@@ -0,0 +1,51 @@
+;;
+;;  german.nsh
+;;
+;;  German language strings for the Windows JOSM NSIS installer.
+;;  Windows Code page: 1252
+;;
+;;  Author: Bjoern Voigt <bjoern@cs.tu-berlin.de>, 2003.
+;;  Version 2
+
+; Make sure to update the JOSM_MACRO_LANGUAGEFILE_END macro in
+; langmacros.nsh when updating this file
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_WELCOME_TEXT "Diese Installationshilfe wird Sie durch den Installationsvorgang des JAVA OpenStreetMap Editors (JOSM) führen.$\r$\n$\r$\nBevor Sie die Installation starten, stellen Sie bitte sicher das JOSM nicht bereits läuft.$\r$\n$\r$\nAuf 'Weiter' klicken um fortzufahren."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_DIR_TEXT "Bitte das Verzeichnis auswählen, in das JOSM installiert werden soll."
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_FULL_INSTALL "JOSM (Komplettinstallation)"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_JOSM "JOSM"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_PLUGINS_GROUP "Plugins"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_IMAGERY_OFFSET_DB_PLUGIN  "ImageryOffsetDatabase"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_TURNRESTRICTIONS_PLUGIN  "TurnRestrictions"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_STARTMENU  "Startmenü Eintrag"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_DESKTOP_ICON  "Desktop Icon"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_QUICKLAUNCH_ICON  "Schnellstartleiste Icon"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SEC_FILE_EXTENSIONS  "Dateiendungen"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_JOSM "JOSM ist der JAVA OpenStreetMap Editor für .osm Dateien."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_PLUGINS_GROUP "Eine Auswahl an nützlichen JOSM Plugins."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_IMAGERY_OFFSET_DB_PLUGIN  "Datenbank der Bildversätze: Teilen und übernehmen Sie Bildversätze mit nur einer Schaltfläche."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_TURNRESTRICTIONS_PLUGIN  "Erleichtert die Eingabe und Pflege von Informationen zu Abbiegebeschränkungen."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_STARTMENU  "Fügt JOSM zum Startmenü hinzu."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_DESKTOP_ICON  "Fügt ein JOSM Icon zum Desktop hinzu."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_QUICKLAUNCH_ICON  "Fügt ein JOSM Icon zur Schnellstartleiste (Quick Launch) hinzu."
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_SECDESC_FILE_EXTENSIONS  "Fügt JOSM Dateiendungen für .osm and .gpx Dateien hinzu."
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_UPDATEICONS_ERROR1 "Kann die Bibliothek 'shell32.dll' nicht finden. Das Update der Icons ist nicht möglich"
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_UPDATEICONS_ERROR2 "Sie sollten die kostenlose 'Microsoft Layer for Unicode' installieren um die Icons updaten zu können"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING JOSM_LINK_TEXT "JAVA OpenStreetMap - Editor"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_UNCONFIRMPAGE_TEXT_TOP "Die folgende JAVA OpenStreetMap editor (JOSM) Installation wird deinstalliert. Auf 'Weiter' klicken um fortzufahren."
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_DEFAULT_UNINSTALL "Default (persönliche Einstellungen und Plugins behalten)"
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_FULL_UNINSTALL "Alles (alles entfernen)"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_IN_USE_ERROR "Achtung: josm konnte nicht entfernt werden, möglicherweise wird es noch benutzt!"
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_INSTDIR_ERROR "Achtung: Das Verzeichnis $INSTDIR konnte nicht entfernt werden!"
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SEC_UNINSTALL "JOSM" 
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SEC_PERSONAL_SETTINGS "Persönliche Einstellungen" 
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SEC_PLUGINS "Persönliche Plugins" 
+
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SECDESC_UNINSTALL "Deinstalliere JOSM."
+!insertmacro JOSM_MACRO_DEFAULT_STRING un.JOSM_SECDESC_PERSONAL_SETTINGS  "Deinstalliere persönliche Einstellungen von Ihrem Profil: $PROFILE."
Index: /trunk/native/windows/plugins/stdutils/BUILD_TAG.txt
===================================================================
--- /trunk/native/windows/plugins/stdutils/BUILD_TAG.txt	(revision 16006)
+++ /trunk/native/windows/plugins/stdutils/BUILD_TAG.txt	(revision 16006)
@@ -0,0 +1,4 @@
+StdUtils plug-in for NSIS 
+Copyright (C) 2004-2017 LoRd_MuldeR <MuldeR2@GMX.de> 
+ 
+Built on 12.12.2017, at 13:37:20,09. 
Index: /trunk/native/windows/plugins/stdutils/Include/StdUtils.nsh
===================================================================
--- /trunk/native/windows/plugins/stdutils/Include/StdUtils.nsh	(revision 16006)
+++ /trunk/native/windows/plugins/stdutils/Include/StdUtils.nsh	(revision 16006)
@@ -0,0 +1,451 @@
+#################################################################################
+# StdUtils plug-in for NSIS
+# Copyright (C) 2004-2017 LoRd_MuldeR <MuldeR2@GMX.de>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library 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
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+#
+# http://www.gnu.org/licenses/lgpl-2.1.txt
+#################################################################################
+
+# DEVELOPER NOTES:
+# - Please see "https://github.com/lordmulder/stdutils/" for news and updates!
+# - Please see "Docs\StdUtils\StdUtils.html" for detailed function descriptions!
+# - Please see "Examples\StdUtils\StdUtilsTest.nsi" for usage examples!
+
+#################################################################################
+# FUNCTION DECLARTIONS
+#################################################################################
+
+!ifndef ___STDUTILS__NSH___
+!define ___STDUTILS__NSH___
+
+!define StdUtils.Time             '!insertmacro _StdUtils_Time'          #time(), as in C standard library
+!define StdUtils.GetMinutes       '!insertmacro _StdUtils_GetMinutes'    #GetSystemTimeAsFileTime(), returns the number of minutes
+!define StdUtils.GetHours         '!insertmacro _StdUtils_GetHours'      #GetSystemTimeAsFileTime(), returns the number of hours
+!define StdUtils.GetDays          '!insertmacro _StdUtils_GetDays'       #GetSystemTimeAsFileTime(), returns the number of days
+!define StdUtils.Rand             '!insertmacro _StdUtils_Rand'          #rand(), as in C standard library
+!define StdUtils.RandMax          '!insertmacro _StdUtils_RandMax'       #rand(), as in C standard library, with maximum value
+!define StdUtils.RandMinMax       '!insertmacro _StdUtils_RandMinMax'    #rand(), as in C standard library, with minimum/maximum value
+!define StdUtils.RandList         '!insertmacro _StdUtils_RandList'      #rand(), as in C standard library, with list support
+!define StdUtils.FormatStr        '!insertmacro _StdUtils_FormatStr'     #sprintf(), as in C standard library, one '%d' placeholder
+!define StdUtils.FormatStr2       '!insertmacro _StdUtils_FormatStr2'    #sprintf(), as in C standard library, two '%d' placeholders
+!define StdUtils.FormatStr3       '!insertmacro _StdUtils_FormatStr3'    #sprintf(), as in C standard library, three '%d' placeholders
+!define StdUtils.ScanStr          '!insertmacro _StdUtils_ScanStr'       #sscanf(), as in C standard library, one '%d' placeholder
+!define StdUtils.ScanStr2         '!insertmacro _StdUtils_ScanStr2'      #sscanf(), as in C standard library, two '%d' placeholders
+!define StdUtils.ScanStr3         '!insertmacro _StdUtils_ScanStr3'      #sscanf(), as in C standard library, three '%d' placeholders
+!define StdUtils.TrimStr          '!insertmacro _StdUtils_TrimStr'       #Remove whitspaces from string, left and right
+!define StdUtils.TrimStrLeft      '!insertmacro _StdUtils_TrimStrLeft'   #Remove whitspaces from string, left side only
+!define StdUtils.TrimStrRight     '!insertmacro _StdUtils_TrimStrRight'  #Remove whitspaces from string, right side only
+!define StdUtils.RevStr           '!insertmacro _StdUtils_RevStr'        #Reverse a string, e.g. "reverse me" <-> "em esrever"
+!define StdUtils.ValidFileName    '!insertmacro _StdUtils_ValidFileName' #Test whether string is a valid file name - no paths allowed
+!define StdUtils.ValidPathSpec    '!insertmacro _StdUtils_ValidPathSpec' #Test whether string is a valid full(!) path specification
+!define StdUtils.SHFileMove       '!insertmacro _StdUtils_SHFileMove'    #SHFileOperation(), using the FO_MOVE operation
+!define StdUtils.SHFileCopy       '!insertmacro _StdUtils_SHFileCopy'    #SHFileOperation(), using the FO_COPY operation
+!define StdUtils.AppendToFile     '!insertmacro _StdUtils_AppendToFile'  #Append contents of an existing file to another file
+!define StdUtils.ExecShellAsUser  '!insertmacro _StdUtils_ExecShlUser'   #ShellExecute() as NON-elevated user from elevated installer
+!define StdUtils.InvokeShellVerb  '!insertmacro _StdUtils_InvkeShlVrb'   #Invokes a "shell verb", e.g. for pinning items to the taskbar
+!define StdUtils.ExecShellWaitEx  '!insertmacro _StdUtils_ExecShlWaitEx' #ShellExecuteEx(), returns the handle of the new process
+!define StdUtils.WaitForProcEx    '!insertmacro _StdUtils_WaitForProcEx' #WaitForSingleObject(), e.g. to wait for a running process
+!define StdUtils.GetParameter     '!insertmacro _StdUtils_GetParameter'  #Get the value of a specific command-line option
+!define StdUtils.TestParameter    '!insertmacro _StdUtils_TestParameter' #Test whether a specific command-line option has been set
+!define StdUtils.ParameterCnt     '!insertmacro _StdUtils_ParameterCnt'  #Get number of command-line tokens, similar to argc in main()
+!define StdUtils.ParameterStr     '!insertmacro _StdUtils_ParameterStr'  #Get the n-th command-line token, similar to argv[i] in main()
+!define StdUtils.GetAllParameters '!insertmacro _StdUtils_GetAllParams'  #Get complete command-line, but without executable name
+!define StdUtils.GetRealOSVersion '!insertmacro _StdUtils_GetRealOSVer'  #Get the *real* Windows version number, even on Windows 8.1+
+!define StdUtils.GetRealOSBuildNo '!insertmacro _StdUtils_GetRealOSBld'  #Get the *real* Windows build number, even on Windows 8.1+
+!define StdUtils.GetRealOSName    '!insertmacro _StdUtils_GetRealOSStr'  #Get the *real* Windows version, as a "friendly" name
+!define StdUtils.GetOSEdition     '!insertmacro _StdUtils_GetOSEdition'  #Get the Windows edition, i.e. "workstation" or "server"
+!define StdUtils.GetOSReleaseId   '!insertmacro _StdUtils_GetOSRelIdNo'  #Get the Windows release identifier (on Windows 10)
+!define StdUtils.VerifyOSVersion  '!insertmacro _StdUtils_VrfyRealOSVer' #Compare *real* operating system to an expected version number
+!define StdUtils.VerifyOSBuildNo  '!insertmacro _StdUtils_VrfyRealOSBld' #Compare *real* operating system to an expected build number
+!define StdUtils.HashText         '!insertmacro _StdUtils_HashText'      #Compute hash from text string (CRC32, MD5, SHA1/2/3, BLAKE2)
+!define StdUtils.HashFile         '!insertmacro _StdUtils_HashFile'      #Compute hash from file (CRC32, MD5, SHA1/2/3, BLAKE2)
+!define StdUtils.NormalizePath    '!insertmacro _StdUtils_NormalizePath' #Simplifies the path to produce a direct, well-formed path
+!define StdUtils.GetParentPath    '!insertmacro _StdUtils_GetParentPath' #Get parent path by removing the last component from the path
+!define StdUtils.SplitPath        '!insertmacro _StdUtils_SplitPath'     #Split the components of the given path
+!define StdUtils.GetDrivePart     '!insertmacro _StdUtils_GetDrivePart'  #Get drive component of path
+!define StdUtils.GetDirectoryPart '!insertmacro _StdUtils_GetDirPart'    #Get directory component of path
+!define StdUtils.GetFileNamePart  '!insertmacro _StdUtils_GetFNamePart'  #Get file name component of path
+!define StdUtils.GetExtensionPart '!insertmacro _StdUtils_GetExtnPart'   #Get file extension component of path
+!define StdUtils.TimerCreate      '!insertmacro _StdUtils_TimerCreate'   #Create a new event-timer that will be triggered periodically
+!define StdUtils.TimerDestroy     '!insertmacro _StdUtils_TimerDestroy'  #Destroy a running timer created with TimerCreate()
+!define StdUtils.GetLibVersion    '!insertmacro _StdUtils_GetLibVersion' #Get the current StdUtils library version (for debugging)
+!define StdUtils.SetVerbose       '!insertmacro _StdUtils_SetVerbose'    #Enable or disable "verbose" mode (for debugging)
+
+
+#################################################################################
+# MACRO DEFINITIONS
+#################################################################################
+
+!macro _StdUtils_Time out
+	StdUtils::Time /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetMinutes out
+	StdUtils::GetMinutes /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetHours out
+	StdUtils::GetHours /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetDays out
+	StdUtils::GetDays /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_Rand out
+	StdUtils::Rand /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_RandMax out max
+	push ${max}
+	StdUtils::RandMax /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_RandMinMax out min max
+	push ${min}
+	push ${max}
+	StdUtils::RandMinMax /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_RandList count max
+	push ${max}
+	push ${count}
+	StdUtils::RandList /NOUNLOAD
+!macroend
+
+!macro _StdUtils_FormatStr out format val
+	push '${format}'
+	push ${val}
+	StdUtils::FormatStr /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_FormatStr2 out format val1 val2
+	push '${format}'
+	push ${val1}
+	push ${val2}
+	StdUtils::FormatStr2 /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_FormatStr3 out format val1 val2 val3
+	push '${format}'
+	push ${val1}
+	push ${val2}
+	push ${val3}
+	StdUtils::FormatStr3 /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_ScanStr out format input default
+	push '${format}'
+	push '${input}'
+	push ${default}
+	StdUtils::ScanStr /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_ScanStr2 out1 out2 format input default1 default2
+	push '${format}'
+	push '${input}'
+	push ${default1}
+	push ${default2}
+	StdUtils::ScanStr2 /NOUNLOAD
+	pop ${out1}
+	pop ${out2}
+!macroend
+
+!macro _StdUtils_ScanStr3 out1 out2 out3 format input default1 default2 default3
+	push '${format}'
+	push '${input}'
+	push ${default1}
+	push ${default2}
+	push ${default3}
+	StdUtils::ScanStr3 /NOUNLOAD
+	pop ${out1}
+	pop ${out2}
+	pop ${out3}
+!macroend
+
+!macro _StdUtils_TrimStr var
+	push ${var}
+	StdUtils::TrimStr /NOUNLOAD
+	pop ${var}
+!macroend
+
+!macro _StdUtils_TrimStrLeft var
+	push ${var}
+	StdUtils::TrimStrLeft /NOUNLOAD
+	pop ${var}
+!macroend
+
+!macro _StdUtils_TrimStrRight var
+	push ${var}
+	StdUtils::TrimStrRight /NOUNLOAD
+	pop ${var}
+!macroend
+
+!macro _StdUtils_RevStr var
+	push ${var}
+	StdUtils::RevStr /NOUNLOAD
+	pop ${var}
+!macroend
+
+!macro _StdUtils_ValidFileName out test
+	push '${test}'
+	StdUtils::ValidFileName /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_ValidPathSpec out test
+	push '${test}'
+	StdUtils::ValidPathSpec /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_SHFileMove out from to hwnd
+	push '${from}'
+	push '${to}'
+	push ${hwnd}
+	StdUtils::SHFileMove /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_SHFileCopy out from to hwnd
+	push '${from}'
+	push '${to}'
+	push ${hwnd}
+	StdUtils::SHFileCopy /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_AppendToFile out from dest offset maxlen
+	push '${from}'
+	push '${dest}'
+	push ${offset}
+	push ${maxlen}
+	StdUtils::AppendToFile /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_ExecShlUser out file verb args
+	push '${file}'
+	push '${verb}'
+	push '${args}'
+	StdUtils::ExecShellAsUser /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_InvkeShlVrb out path file verb_id
+	push "${path}"
+	push "${file}"
+	push ${verb_id}
+	StdUtils::InvokeShellVerb /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_ExecShlWaitEx out_res out_val file verb args
+	push '${file}'
+	push '${verb}'
+	push '${args}'
+	StdUtils::ExecShellWaitEx /NOUNLOAD
+	pop ${out_res}
+	pop ${out_val}
+!macroend
+
+!macro _StdUtils_WaitForProcEx out handle
+	push '${handle}'
+	StdUtils::WaitForProcEx /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetParameter out name default
+	push '${name}'
+	push '${default}'
+	StdUtils::GetParameter /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_TestParameter out name
+	push '${name}'
+	StdUtils::TestParameter /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_ParameterCnt out
+	StdUtils::ParameterCnt /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_ParameterStr out index
+	push ${index}
+	StdUtils::ParameterStr /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetAllParams out truncate
+	push '${truncate}'
+	StdUtils::GetAllParameters /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetRealOSVer out_major out_minor out_spack
+	StdUtils::GetRealOsVersion /NOUNLOAD
+	pop ${out_major}
+	pop ${out_minor}
+	pop ${out_spack}
+!macroend
+
+!macro _StdUtils_GetRealOSBld out
+	StdUtils::GetRealOsBuildNo /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetRealOSStr out
+	StdUtils::GetRealOsName /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_VrfyRealOSVer out major minor spack
+	push '${major}'
+	push '${minor}'
+	push '${spack}'
+	StdUtils::VerifyRealOsVersion /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_VrfyRealOSBld out build
+	push '${build}'
+	StdUtils::VerifyRealOsBuildNo /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetOSEdition out
+	StdUtils::GetOsEdition /NOUNLOAD
+	pop ${out}
+!macroend
+
+
+!macro _StdUtils_GetOSRelIdNo out
+	StdUtils::GetOsReleaseId /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_HashText out type text
+	push '${type}'
+	push '${text}'
+	StdUtils::HashText /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_HashFile out type file
+	push '${type}'
+	push '${file}'
+	StdUtils::HashFile /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_NormalizePath out path
+	push '${path}'
+	StdUtils::NormalizePath /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetParentPath out path
+	push '${path}'
+	StdUtils::GetParentPath /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_SplitPath out_drive out_dir out_fname out_ext path
+	push '${path}'
+	StdUtils::SplitPath /NOUNLOAD
+	pop ${out_drive}
+	pop ${out_dir}
+	pop ${out_fname}
+	pop ${out_ext}
+!macroend
+
+!macro _StdUtils_GetDrivePart out path
+	push '${path}'
+	StdUtils::GetDrivePart /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetDirPart out path
+	push '${path}'
+	StdUtils::GetDirectoryPart /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetFNamePart out path
+	push '${path}'
+	StdUtils::GetFileNamePart /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetExtnPart out path
+	push '${path}'
+	StdUtils::GetExtensionPart /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_TimerCreate out callback interval
+	GetFunctionAddress ${out} ${callback}
+	push ${out}
+	push ${interval}
+	StdUtils::TimerCreate /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_TimerDestroy out timer_id
+	push ${timer_id}
+	StdUtils::TimerDestroy /NOUNLOAD
+	pop ${out}
+!macroend
+
+!macro _StdUtils_GetLibVersion out_ver out_tst
+	StdUtils::GetLibVersion /NOUNLOAD
+	pop ${out_ver}
+	pop ${out_tst}
+!macroend
+
+!macro _StdUtils_SetVerbose on
+	!if "${on}" != "0"
+		StdUtils::EnableVerboseMode /NOUNLOAD
+	!else
+		StdUtils::DisableVerboseMode /NOUNLOAD
+	!endif
+!macroend
+
+
+#################################################################################
+# MAGIC NUMBERS
+#################################################################################
+
+!define StdUtils.Const.ShellVerb.PinToTaskbar     0
+!define StdUtils.Const.ShellVerb.UnpinFromTaskbar 1
+!define StdUtils.Const.ShellVerb.PinToStart       2
+!define StdUtils.Const.ShellVerb.UnpinFromStart   3
+
+!endif # !___STDUTILS__NSH___
Index: /trunk/native/windows/plugins/stdutils/LGPL.txt
===================================================================
--- /trunk/native/windows/plugins/stdutils/LGPL.txt	(revision 16006)
+++ /trunk/native/windows/plugins/stdutils/LGPL.txt	(revision 16006)
@@ -0,0 +1,511 @@
+                  GNU LESSER GENERAL PUBLIC LICENSE
+                       Version 2.1, February 1999
+
+ Copyright (C) 1991, 1999 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.
+
+[This is the first released version of the Lesser GPL.  It also counts
+ as the successor of the GNU Library Public License, version 2, hence
+ the version number 2.1.]
+
+                            Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+Licenses are intended to guarantee your freedom to share and change
+free software--to make sure the software is free for all its users.
+
+  This license, the Lesser General Public License, applies to some
+specially designated software packages--typically libraries--of the
+Free Software Foundation and other authors who decide to use it.  You
+can use it too, but we suggest you first think carefully about whether
+this license or the ordinary General Public License is the better
+strategy to use in any particular case, based on the explanations below.
+
+  When we speak of free software, we are referring to freedom of use,
+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 and use pieces of
+it in new free programs; and that you are informed that you can do
+these things.
+
+  To protect your rights, we need to make restrictions that forbid
+distributors to deny you these rights or to ask you to surrender these
+rights.  These restrictions translate to certain responsibilities for
+you if you distribute copies of the library or if you modify it.
+
+  For example, if you distribute copies of the library, whether gratis
+or for a fee, you must give the recipients all the rights that we gave
+you.  You must make sure that they, too, receive or can get the source
+code.  If you link other code with the library, you must provide
+complete object files to the recipients, so that they can relink them
+with the library after making changes to the library and recompiling
+it.  And you must show them these terms so they know their rights.
+
+  We protect your rights with a two-step method: (1) we copyright the
+library, and (2) we offer you this license, which gives you legal
+permission to copy, distribute and/or modify the library.
+
+  To protect each distributor, we want to make it very clear that
+there is no warranty for the free library.  Also, if the library is
+modified by someone else and passed on, the recipients should know
+that what they have is not the original version, so that the original
+author's reputation will not be affected by problems that might be
+introduced by others.
+
+
+  Finally, software patents pose a constant threat to the existence of
+any free program.  We wish to make sure that a company cannot
+effectively restrict the users of a free program by obtaining a
+restrictive license from a patent holder.  Therefore, we insist that
+any patent license obtained for a version of the library must be
+consistent with the full freedom of use specified in this license.
+
+  Most GNU software, including some libraries, is covered by the
+ordinary GNU General Public License.  This license, the GNU Lesser
+General Public License, applies to certain designated libraries, and
+is quite different from the ordinary General Public License.  We use
+this license for certain libraries in order to permit linking those
+libraries into non-free programs.
+
+  When a program is linked with a library, whether statically or using
+a shared library, the combination of the two is legally speaking a
+combined work, a derivative of the original library.  The ordinary
+General Public License therefore permits such linking only if the
+entire combination fits its criteria of freedom.  The Lesser General
+Public License permits more lax criteria for linking other code with
+the library.
+
+  We call this license the "Lesser" General Public License because it
+does Less to protect the user's freedom than the ordinary General
+Public License.  It also provides other free software developers Less
+of an advantage over competing non-free programs.  These disadvantages
+are the reason we use the ordinary General Public License for many
+libraries.  However, the Lesser license provides advantages in certain
+special circumstances.
+
+  For example, on rare occasions, there may be a special need to
+encourage the widest possible use of a certain library, so that it becomes
+a de-facto standard.  To achieve this, non-free programs must be
+allowed to use the library.  A more frequent case is that a free
+library does the same job as widely used non-free libraries.  In this
+case, there is little to gain by limiting the free library to free
+software only, so we use the Lesser General Public License.
+
+  In other cases, permission to use a particular library in non-free
+programs enables a greater number of people to use a large body of
+free software.  For example, permission to use the GNU C Library in
+non-free programs enables many more people to use the whole GNU
+operating system, as well as its variant, the GNU/Linux operating
+system.
+
+  Although the Lesser General Public License is Less protective of the
+users' freedom, it does ensure that the user of a program that is
+linked with the Library has the freedom and the wherewithal to run
+that program using a modified version of the Library.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.  Pay close attention to the difference between a
+"work based on the library" and a "work that uses the library".  The
+former contains code derived from the library, whereas the latter must
+be combined with the library in order to run.
+
+
+                  GNU LESSER GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License Agreement applies to any software library or other
+program which contains a notice placed by the copyright holder or
+other authorized party saying it may be distributed under the terms of
+this Lesser General Public License (also called "this License").
+Each licensee is addressed as "you".
+
+  A "library" means a collection of software functions and/or data
+prepared so as to be conveniently linked with application programs
+(which use some of those functions and data) to form executables.
+
+  The "Library", below, refers to any such software library or work
+which has been distributed under these terms.  A "work based on the
+Library" means either the Library or any derivative work under
+copyright law: that is to say, a work containing the Library or a
+portion of it, either verbatim or with modifications and/or translated
+straightforwardly into another language.  (Hereinafter, translation is
+included without limitation in the term "modification".)
+
+  "Source code" for a work means the preferred form of the work for
+making modifications to it.  For a library, 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 library.
+
+  Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running a program using the Library is not restricted, and output from
+such a program is covered only if its contents constitute a work based
+on the Library (independent of the use of the Library in a tool for
+writing it).  Whether that is true depends on what the Library does
+and what the program that uses the Library does.
+
+  1. You may copy and distribute verbatim copies of the Library's
+complete 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 distribute a copy of this License along with the
+Library.
+
+  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 Library or any portion
+of it, thus forming a work based on the Library, 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) The modified work must itself be a software library.
+
+    b) You must cause the files modified to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    c) You must cause the whole of the work to be licensed at no
+    charge to all third parties under the terms of this License.
+
+    d) If a facility in the modified Library refers to a function or a
+    table of data to be supplied by an application program that uses
+    the facility, other than as an argument passed when the facility
+    is invoked, then you must make a good faith effort to ensure that,
+    in the event an application does not supply such function or
+    table, the facility still operates, and performs whatever part of
+    its purpose remains meaningful.
+
+    (For example, a function in a library to compute square roots has
+    a purpose that is entirely well-defined independent of the
+    application.  Therefore, Subsection 2d requires that any
+    application-supplied function or table used by this function must
+    be optional: if the application does not supply it, the square
+    root function must still compute square roots.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Library,
+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 Library, 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 Library.
+
+In addition, mere aggregation of another work not based on the Library
+with the Library (or with a work based on the Library) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may opt to apply the terms of the ordinary GNU General Public
+License instead of this License to a given copy of the Library.  To do
+this, you must alter all the notices that refer to this License, so
+that they refer to the ordinary GNU General Public License, version 2,
+instead of to this License.  (If a newer version than version 2 of the
+ordinary GNU General Public License has appeared, then you can specify
+that version instead if you wish.)  Do not make any other change in
+these notices.
+
+
+  Once this change is made in a given copy, it is irreversible for
+that copy, so the ordinary GNU General Public License applies to all
+subsequent copies and derivative works made from that copy.
+
+  This option is useful when you wish to copy part of the code of
+the Library into a program that is not a library.
+
+  4. You may copy and distribute the Library (or a portion or
+derivative of it, under Section 2) in object code or executable form
+under the terms of Sections 1 and 2 above provided that you 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.
+
+  If distribution of 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 satisfies the requirement to
+distribute the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  5. A program that contains no derivative of any portion of the
+Library, but is designed to work with the Library by being compiled or
+linked with it, is called a "work that uses the Library".  Such a
+work, in isolation, is not a derivative work of the Library, and
+therefore falls outside the scope of this License.
+
+  However, linking a "work that uses the Library" with the Library
+creates an executable that is a derivative of the Library (because it
+contains portions of the Library), rather than a "work that uses the
+library".  The executable is therefore covered by this License.
+Section 6 states terms for distribution of such executables.
+
+  When a "work that uses the Library" uses material from a header file
+that is part of the Library, the object code for the work may be a
+derivative work of the Library even though the source code is not.
+Whether this is true is especially significant if the work can be
+linked without the Library, or if the work is itself a library.  The
+threshold for this to be true is not precisely defined by law.
+
+  If such an object file uses only numerical parameters, data
+structure layouts and accessors, and small macros and small inline
+functions (ten lines or less in length), then the use of the object
+file is unrestricted, regardless of whether it is legally a derivative
+work.  (Executables containing this object code plus portions of the
+Library will still fall under Section 6.)
+
+  Otherwise, if the work is a derivative of the Library, you may
+distribute the object code for the work under the terms of Section 6.
+Any executables containing that work also fall under Section 6,
+whether or not they are linked directly with the Library itself.
+
+
+  6. As an exception to the Sections above, you may also combine or
+link a "work that uses the Library" with the Library to produce a
+work containing portions of the Library, and distribute that work
+under terms of your choice, provided that the terms permit
+modification of the work for the customer's own use and reverse
+engineering for debugging such modifications.
+
+  You must give prominent notice with each copy of the work that the
+Library is used in it and that the Library and its use are covered by
+this License.  You must supply a copy of this License.  If the work
+during execution displays copyright notices, you must include the
+copyright notice for the Library among them, as well as a reference
+directing the user to the copy of this License.  Also, you must do one
+of these things:
+
+    a) Accompany the work with the complete corresponding
+    machine-readable source code for the Library including whatever
+    changes were used in the work (which must be distributed under
+    Sections 1 and 2 above); and, if the work is an executable linked
+    with the Library, with the complete machine-readable "work that
+    uses the Library", as object code and/or source code, so that the
+    user can modify the Library and then relink to produce a modified
+    executable containing the modified Library.  (It is understood
+    that the user who changes the contents of definitions files in the
+    Library will not necessarily be able to recompile the application
+    to use the modified definitions.)
+
+    b) Use a suitable shared library mechanism for linking with the
+    Library.  A suitable mechanism is one that (1) uses at run time a
+    copy of the library already present on the user's computer system,
+    rather than copying library functions into the executable, and (2)
+    will operate properly with a modified version of the library, if
+    the user installs one, as long as the modified version is
+    interface-compatible with the version that the work was made with.
+
+    c) Accompany the work with a written offer, valid for at
+    least three years, to give the same user the materials
+    specified in Subsection 6a, above, for a charge no more
+    than the cost of performing this distribution.
+
+    d) If distribution of the work is made by offering access to copy
+    from a designated place, offer equivalent access to copy the above
+    specified materials from the same place.
+
+    e) Verify that the user has already received a copy of these
+    materials or that you have already sent this user a copy.
+
+  For an executable, the required form of the "work that uses the
+Library" must include any data and utility programs needed for
+reproducing the executable from it.  However, as a special exception,
+the materials to be 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.
+
+  It may happen that this requirement contradicts the license
+restrictions of other proprietary libraries that do not normally
+accompany the operating system.  Such a contradiction means you cannot
+use both them and the Library together in an executable that you
+distribute.
+
+
+  7. You may place library facilities that are a work based on the
+Library side-by-side in a single library together with other library
+facilities not covered by this License, and distribute such a combined
+library, provided that the separate distribution of the work based on
+the Library and of the other library facilities is otherwise
+permitted, and provided that you do these two things:
+
+    a) Accompany the combined library with a copy of the same work
+    based on the Library, uncombined with any other library
+    facilities.  This must be distributed under the terms of the
+    Sections above.
+
+    b) Give prominent notice with the combined library of the fact
+    that part of it is a work based on the Library, and explaining
+    where to find the accompanying uncombined form of the same work.
+
+  8. You may not copy, modify, sublicense, link with, or distribute
+the Library except as expressly provided under this License.  Any
+attempt otherwise to copy, modify, sublicense, link with, or
+distribute the Library 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.
+
+  9. 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 Library or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Library (or any work based on the
+Library), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Library or works based on it.
+
+  10. Each time you redistribute the Library (or any work based on the
+Library), the recipient automatically receives a license from the
+original licensor to copy, distribute, link with or modify the Library
+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 with
+this License.
+
+
+  11. 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 Library at all.  For example, if a patent
+license would not permit royalty-free redistribution of the Library 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 Library.
+
+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.
+
+  12. If the distribution and/or use of the Library is restricted in
+certain countries either by patents or by copyrighted interfaces, the
+original copyright holder who places the Library 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.
+
+  13. The Free Software Foundation may publish revised and/or new
+versions of the Lesser 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 Library
+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 Library does not specify a
+license version number, you may choose any version ever published by
+the Free Software Foundation.
+
+
+  14. If you wish to incorporate parts of the Library into other free
+programs whose distribution conditions are incompatible with these,
+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
+
+  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
+WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
+EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
+OTHER PARTIES PROVIDE THE LIBRARY "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
+LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
+THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
+
+  16. 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 LIBRARY 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
+LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), 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 Libraries
+
+  If you develop a new library, and you want it to be of the greatest
+possible use to the public, we recommend making it free software that
+everyone can redistribute and change.  You can do so by permitting
+redistribution under these terms (or, alternatively, under the terms of the
+ordinary General Public License).
+
+  To apply these terms, attach the following notices to the library.  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 library's name and a brief idea of what it does.>
+    Copyright (C) <year>  <name of author>
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library 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
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; 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.
+
+You should also get your employer (if you work as a programmer) or your
+school, if any, to sign a "copyright disclaimer" for the library, if
+necessary.  Here is a sample; alter the names:
+
+  Yoyodyne, Inc., hereby disclaims all copyright interest in the
+  library `Frob' (a library for tweaking knobs) written by James Random Hacker.
+
+  <signature of Ty Coon>, 1 April 1990
+  Ty Coon, President of Vice
+
+That's all there is to it!
Index: /trunk/native/windows/plugins/stdutils/LGPL_CLARIFICATION.txt
===================================================================
--- /trunk/native/windows/plugins/stdutils/LGPL_CLARIFICATION.txt	(revision 16006)
+++ /trunk/native/windows/plugins/stdutils/LGPL_CLARIFICATION.txt	(revision 16006)
@@ -0,0 +1,31 @@
+StdUtils plug-in LGPL Clarification
+===================================
+
+The author of the StdUtils plug-in Library for NSIS adds the following clarification to the GNU Lesser General Public License version 2.1:
+
+Installer programs created with NSIS (Nullsoft Scriptable Install System) that incorporate and use the StdUtils plug-in Library, strictly through the NSIS plug-in interface, and that contain/distribute *verbatim* copies of the StdUtils plug-in Library are considered a "work that uses the Library"; they do NOT(!) represent a derivative of the Library.
+
+This means that if you incorporate a *verbatim* (unmodified) copy of the provided StdUtils plug-in DLL into your NSIS-based installer, then you still *are* allowed to distribute that installer under the license of your choice, including (but not limited to) "proprietary" licenses.
+
+
+Rationalization
+---------------
+
+Technically, incorporating a plug-in DLL into your NSIS-based installer is NO(!) different from storing the plug-in DLL in an, e.g., ZIP archive. The plug-in DLL therefore will NOT(!) be linked "statically" to the actual installer program (i.e. the NSIS "exehead"), but instead resides in the "data" (archive) section of the installer file as a payload.
+
+The plug-in DLL will be extracted from the installer file and will be called/linked by the installer program (i.e. the NSIS "exehead") at runtime, in the form of a separate DLL file. The calling application consequently does NOT(!) need to be distributed under the GNU Lesser General Public License; it *may* be distributed under a proprietary license.
+
+
+Limitations
+-----------
+
+Even though the StdUtils plug-in Library *may* be incorporated into "proprietary" installer programs, the plug-in DLL itself will still be distributed under the terms of the General Public License version 2.1, which means that all restrictions of the General Public License version 2.1 must still be adhered to!
+
+In particular this means that:
+
+(a) If you make any modifications to the StdUtils plug-in Library, either by modifying the provided DLL file directly or by recompiling the DLL file from a *modified* version of the original source codes, then you MUST(!) ship your *modified* source codes alongside with the installer and share them under the same license terms as the original library.
+
+(b) If you include any code of the StdUtils plug-in Library directly into your software, rather than making your software call the StdUtils plug-in Library at runtime (as a separate DLL file), then your software becomes derivative of the Library and therefore your software as a whole MUST(!) be distributed under the General Public License version 2.1.
+
+
+LoRd_MudeR <mulder2@gmx.de>
Index: /trunk/native/windows/plugins/stdutils/ReadMe.txt
===================================================================
--- /trunk/native/windows/plugins/stdutils/ReadMe.txt	(revision 16006)
+++ /trunk/native/windows/plugins/stdutils/ReadMe.txt	(revision 16006)
@@ -0,0 +1,30 @@
+
+ StdUtils plug-in for NSIS
+ Copyright (C) 2004-2017 LoRd_MuldeR <mulder2@gmx.de>
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library 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
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
+ http://www.gnu.org/licenses/lgpl-2.1.txt
+
+ ----
+
+ The author of the StdUtils plug-in Library for NSIS adds the
+ following clarification to the GNU Lesser General Public License
+ version 2.1: Installer programs (executables) created with NSIS
+ (Nullsoft Scriptable Install System) that make use of the StdUtils
+ plug-in Library (strictly through the NSIS plug-in interface) and
+ that contain/distribute verbatim copies of the StdUtils plug-in
+ Library are considered a "work that uses the Library"; they do NOT
+ represent a derivative of the Library.
Index: /trunk/nodist/data/2094047.gpx
===================================================================
--- /trunk/nodist/data/2094047.gpx	(revision 16006)
+++ /trunk/nodist/data/2094047.gpx	(revision 16006)
@@ -0,0 +1,1592 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
+<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="MapSource 6.16.3" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
+
+  <metadata>
+    <link href="http://www.garmin.com">
+      <text>Garmin International</text>
+    </link>
+    <time>2016-01-09T19:37:38Z</time>
+    <bounds maxlat="47.201499743387103" maxlon="8.798418799415231" minlat="47.18490038998425" minlon="8.77192972227931"/>
+  </metadata>
+
+  <wpt lat="47.192017380148172" lon="8.795854020863771">
+    <ele>480</ele>
+    <time>2016-01-09T19:29:38Z</time>
+    <name>Schranke</name>
+    <cmt>Pfad</cmt>
+    <desc>Pfad</desc>
+    <sym>Toll Booth</sym>
+    <extensions>
+      <gpxx:WaypointExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
+        <gpxx:DisplayMode>SymbolAndName</gpxx:DisplayMode>
+      </gpxx:WaypointExtension>
+    </extensions>
+  </wpt>
+
+  <trk>
+    <name>2016-01-03 20:40:14</name>
+    <extensions>
+      <gpxx:TrackExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
+        <gpxx:DisplayColor>Black</gpxx:DisplayColor>
+      </gpxx:TrackExtension>
+    </extensions>
+    <trkseg>
+      <trkpt lat="47.19286847859621" lon="8.79732714034617">
+        <ele>471.86000000000001</ele>
+        <speed>12.399</speed>
+        <time>2016-01-03T11:59:58Z</time>
+      </trkpt>
+      <trkpt lat="47.192921955138445" lon="8.797342479228973">
+        <ele>471.43000000000001</ele>
+        <time>2016-01-03T11:59:59Z</time>
+      </trkpt>
+      <trkpt lat="47.192975012585521" lon="8.797344239428639">
+        <ele>470.69</ele>
+        <time>2016-01-03T12:00:00Z</time>
+      </trkpt>
+      <trkpt lat="47.193027399480343" lon="8.797332588583231">
+        <ele>470.94</ele>
+        <time>2016-01-03T12:00:01Z</time>
+      </trkpt>
+      <trkpt lat="47.193073416128755" lon="8.797307442873716">
+        <ele>471.5</ele>
+        <time>2016-01-03T12:00:02Z</time>
+      </trkpt>
+      <trkpt lat="47.193113481625915" lon="8.797272993251681">
+        <ele>471.67000000000002</ele>
+        <time>2016-01-03T12:00:03Z</time>
+      </trkpt>
+      <trkpt lat="47.193135609850287" lon="8.797232424840331">
+        <ele>471.58999999999997</ele>
+        <time>2016-01-03T12:00:04Z</time>
+      </trkpt>
+      <trkpt lat="47.193336607888341" lon="8.796738646924496">
+        <ele>472.44999999999999</ele>
+        <time>2016-01-03T12:00:15Z</time>
+      </trkpt>
+      <trkpt lat="47.193504832684994" lon="8.796404711902142">
+        <ele>472.54000000000002</ele>
+        <time>2016-01-03T12:00:22Z</time>
+      </trkpt>
+      <trkpt lat="47.19353936612606" lon="8.79635970108211">
+        <ele>472.45999999999998</ele>
+        <time>2016-01-03T12:00:23Z</time>
+      </trkpt>
+      <trkpt lat="47.193818986415863" lon="8.796017384156585">
+        <ele>471.38</ele>
+        <time>2016-01-03T12:00:30Z</time>
+      </trkpt>
+      <trkpt lat="47.193866763263941" lon="8.795985281467438">
+        <ele>471.26999999999998</ele>
+        <time>2016-01-03T12:00:31Z</time>
+      </trkpt>
+      <trkpt lat="47.193917976692319" lon="8.795968098565936">
+        <ele>471.36000000000001</ele>
+        <time>2016-01-03T12:00:32Z</time>
+      </trkpt>
+      <trkpt lat="47.194744180887938" lon="8.795836586505175">
+        <ele>473.19999999999999</ele>
+        <time>2016-01-03T12:00:50Z</time>
+      </trkpt>
+      <trkpt lat="47.195586981251836" lon="8.795750420540571">
+        <ele>475.06</ele>
+        <time>2016-01-03T12:01:09Z</time>
+      </trkpt>
+      <trkpt lat="47.19563358463347" lon="8.795769028365612">
+        <ele>474.75</ele>
+        <time>2016-01-03T12:01:10Z</time>
+      </trkpt>
+      <trkpt lat="47.195677170529962" lon="8.795795682817698">
+        <ele>474.62</ele>
+        <time>2016-01-03T12:01:11Z</time>
+      </trkpt>
+      <trkpt lat="47.195715978741646" lon="8.795830467715859">
+        <ele>474.74000000000001</ele>
+        <time>2016-01-03T12:01:12Z</time>
+      </trkpt>
+      <trkpt lat="47.195750931277871" lon="8.795875981450081">
+        <ele>474.06</ele>
+        <time>2016-01-03T12:01:13Z</time>
+      </trkpt>
+      <trkpt lat="47.195781692862511" lon="8.795927111059427">
+        <ele>474</ele>
+        <time>2016-01-03T12:01:14Z</time>
+      </trkpt>
+      <trkpt lat="47.195808347314596" lon="8.795980839058757">
+        <ele>474.58999999999997</ele>
+        <time>2016-01-03T12:01:15Z</time>
+      </trkpt>
+      <trkpt lat="47.195833241567016" lon="8.796036075800657">
+        <ele>474.81999999999999</ele>
+        <time>2016-01-03T12:01:16Z</time>
+      </trkpt>
+      <trkpt lat="47.196286031976342" lon="8.797110635787249">
+        <ele>476.29000000000002</ele>
+        <time>2016-01-03T12:01:35Z</time>
+      </trkpt>
+      <trkpt lat="47.196589959785342" lon="8.797826115041971">
+        <ele>478.48000000000002</ele>
+        <time>2016-01-03T12:01:50Z</time>
+      </trkpt>
+      <trkpt lat="47.197033865377307" lon="8.798356018960476">
+        <ele>481.02999999999997</ele>
+        <time>2016-01-03T12:02:06Z</time>
+      </trkpt>
+      <trkpt lat="47.197236875072122" lon="8.798418799415231">
+        <ele>480</ele>
+        <time>2016-01-03T12:02:12Z</time>
+      </trkpt>
+      <trkpt lat="47.197278868407011" lon="8.79838845692575">
+        <ele>479.58999999999997</ele>
+        <time>2016-01-03T12:02:13Z</time>
+      </trkpt>
+      <trkpt lat="47.197315413504839" lon="8.798339758068323">
+        <ele>478.99000000000001</ele>
+        <time>2016-01-03T12:02:14Z</time>
+      </trkpt>
+      <trkpt lat="47.197333350777626" lon="8.798282761126757">
+        <ele>479.58999999999997</ele>
+        <time>2016-01-03T12:02:15Z</time>
+      </trkpt>
+      <trkpt lat="47.19734919257462" lon="8.798161642625928">
+        <ele>481.18000000000001</ele>
+        <time>2016-01-03T12:02:18Z</time>
+      </trkpt>
+      <trkpt lat="47.197348270565271" lon="8.798118894919753">
+        <ele>481.88</ele>
+        <time>2016-01-03T12:02:20Z</time>
+      </trkpt>
+      <trkpt lat="47.197305858135223" lon="8.798028873279691">
+        <ele>483.11000000000001</ele>
+        <time>2016-01-03T12:02:24Z</time>
+      </trkpt>
+      <trkpt lat="47.197276437655091" lon="8.797974558547139">
+        <ele>484.49000000000001</ele>
+        <time>2016-01-03T12:02:27Z</time>
+      </trkpt>
+      <trkpt lat="47.197201587259769" lon="8.797768447548151">
+        <ele>486.88</ele>
+        <time>2016-01-03T12:02:35Z</time>
+      </trkpt>
+      <trkpt lat="47.197086336091161" lon="8.797464016824961">
+        <ele>488.05000000000001</ele>
+        <time>2016-01-03T12:02:48Z</time>
+      </trkpt>
+      <trkpt lat="47.197070075199008" lon="8.79741758108139">
+        <ele>487.76999999999998</ele>
+        <time>2016-01-03T12:02:51Z</time>
+      </trkpt>
+      <trkpt lat="47.197029171511531" lon="8.797250529751182">
+        <ele>488.95999999999998</ele>
+        <time>2016-01-03T12:02:57Z</time>
+      </trkpt>
+      <trkpt lat="47.196998996660113" lon="8.797172158956528">
+        <ele>488.36000000000001</ele>
+        <time>2016-01-03T12:03:01Z</time>
+      </trkpt>
+      <trkpt lat="47.196912243962288" lon="8.796978034079075">
+        <ele>488.35000000000002</ele>
+        <time>2016-01-03T12:03:09Z</time>
+      </trkpt>
+      <trkpt lat="47.196905454620719" lon="8.796931263059378">
+        <ele>487.19</ele>
+        <time>2016-01-03T12:03:10Z</time>
+      </trkpt>
+      <trkpt lat="47.196905957534909" lon="8.796886671334505">
+        <ele>487.63999999999999</ele>
+        <time>2016-01-03T12:03:11Z</time>
+      </trkpt>
+      <trkpt lat="47.196905119344592" lon="8.796837385743856">
+        <ele>487.55000000000001</ele>
+        <time>2016-01-03T12:03:12Z</time>
+      </trkpt>
+      <trkpt lat="47.196905622258782" lon="8.796793716028333">
+        <ele>488.39999999999998</ele>
+        <time>2016-01-03T12:03:13Z</time>
+      </trkpt>
+      <trkpt lat="47.196887601166964" lon="8.796751135960221">
+        <ele>489.18000000000001</ele>
+        <time>2016-01-03T12:03:15Z</time>
+      </trkpt>
+      <trkpt lat="47.196889277547598" lon="8.796689361333847">
+        <ele>490.73000000000002</ele>
+        <time>2016-01-03T12:03:18Z</time>
+      </trkpt>
+      <trkpt lat="47.196868155151606" lon="8.796474533155561">
+        <ele>491.24000000000001</ele>
+        <time>2016-01-03T12:03:33Z</time>
+      </trkpt>
+      <trkpt lat="47.19686932861805" lon="8.796442430466414">
+        <ele>490.25</ele>
+        <time>2016-01-03T12:03:34Z</time>
+      </trkpt>
+      <trkpt lat="47.196868490427732" lon="8.796406639739871">
+        <ele>490.00999999999999</ele>
+        <time>2016-01-03T12:03:35Z</time>
+      </trkpt>
+      <trkpt lat="47.196873016655445" lon="8.796368166804314">
+        <ele>489.54000000000002</ele>
+        <time>2016-01-03T12:03:36Z</time>
+      </trkpt>
+      <trkpt lat="47.196879051625729" lon="8.796329610049725">
+        <ele>489.66000000000003</ele>
+        <time>2016-01-03T12:03:37Z</time>
+      </trkpt>
+      <trkpt lat="47.196886762976646" lon="8.796280743554235">
+        <ele>489.06</ele>
+        <time>2016-01-03T12:03:38Z</time>
+      </trkpt>
+      <trkpt lat="47.196957757696509" lon="8.795829126611352">
+        <ele>490.08999999999997</ele>
+        <time>2016-01-03T12:03:48Z</time>
+      </trkpt>
+      <trkpt lat="47.196992877870798" lon="8.795709516853094">
+        <ele>489.41000000000003</ele>
+        <time>2016-01-03T12:03:52Z</time>
+      </trkpt>
+      <trkpt lat="47.196985501796007" lon="8.795667607337236">
+        <ele>489.17000000000002</ele>
+        <time>2016-01-03T12:03:53Z</time>
+      </trkpt>
+      <trkpt lat="47.196976449340582" lon="8.795624608173966">
+        <ele>488.87</ele>
+        <time>2016-01-03T12:03:54Z</time>
+      </trkpt>
+      <trkpt lat="47.196968905627728" lon="8.795590326189995">
+        <ele>489.37</ele>
+        <time>2016-01-03T12:03:55Z</time>
+      </trkpt>
+      <trkpt lat="47.196966642513871" lon="8.795558391138911">
+        <ele>488.94999999999999</ele>
+        <time>2016-01-03T12:03:56Z</time>
+      </trkpt>
+      <trkpt lat="47.196952560916543" lon="8.795536765828729">
+        <ele>488.93000000000001</ele>
+        <time>2016-01-03T12:03:57Z</time>
+      </trkpt>
+      <trkpt lat="47.196956500411034" lon="8.795507680624723">
+        <ele>488.88999999999999</ele>
+        <time>2016-01-03T12:03:58Z</time>
+      </trkpt>
+      <trkpt lat="47.196958595886827" lon="8.79548110999167">
+        <ele>488.86000000000001</ele>
+        <time>2016-01-03T12:03:59Z</time>
+      </trkpt>
+      <trkpt lat="47.196969073265791" lon="8.795452527701855">
+        <ele>489.19999999999999</ele>
+        <time>2016-01-03T12:04:00Z</time>
+      </trkpt>
+      <trkpt lat="47.196979885920882" lon="8.79541271366179">
+        <ele>489.29000000000002</ele>
+        <speed>7.38</speed>
+        <time>2016-01-03T12:04:01Z</time>
+      </trkpt>
+      <trkpt lat="47.196987261995673" lon="8.795355297625065">
+        <ele>488.95999999999998</ele>
+        <time>2016-01-03T12:04:02Z</time>
+      </trkpt>
+      <trkpt lat="47.196989608928561" lon="8.795302575454116">
+        <ele>489.10000000000002</ele>
+        <time>2016-01-03T12:04:03Z</time>
+      </trkpt>
+      <trkpt lat="47.196909813210368" lon="8.79494265653193">
+        <ele>492.19</ele>
+        <time>2016-01-03T12:04:14Z</time>
+      </trkpt>
+      <trkpt lat="47.196966223418713" lon="8.794532027095556">
+        <ele>492.12</ele>
+        <time>2016-01-03T12:04:25Z</time>
+      </trkpt>
+      <trkpt lat="47.196977371349931" lon="8.794502858072519">
+        <ele>493.06999999999999</ele>
+        <time>2016-01-03T12:04:26Z</time>
+      </trkpt>
+      <trkpt lat="47.196992123499513" lon="8.794450974091888">
+        <ele>492.58999999999997</ele>
+        <time>2016-01-03T12:04:27Z</time>
+      </trkpt>
+      <trkpt lat="47.196994051337242" lon="8.794399006292224">
+        <ele>492.38999999999999</ele>
+        <time>2016-01-03T12:04:28Z</time>
+      </trkpt>
+      <trkpt lat="47.196988603100181" lon="8.794350139796734">
+        <ele>492.94</ele>
+        <time>2016-01-03T12:04:29Z</time>
+      </trkpt>
+      <trkpt lat="47.196982149034739" lon="8.794298926368356">
+        <ele>492.47000000000003</ele>
+        <time>2016-01-03T12:04:30Z</time>
+      </trkpt>
+      <trkpt lat="47.196977371349931" lon="8.794246790930629">
+        <ele>492.50999999999999</ele>
+        <time>2016-01-03T12:04:31Z</time>
+      </trkpt>
+      <trkpt lat="47.196982065215707" lon="8.794189291074872">
+        <ele>492.73000000000002</ele>
+        <time>2016-01-03T12:04:32Z</time>
+      </trkpt>
+      <trkpt lat="47.196985417976975" lon="8.794133719056845">
+        <ele>492.63</ele>
+        <time>2016-01-03T12:04:33Z</time>
+      </trkpt>
+      <trkpt lat="47.196987681090832" lon="8.794077644124627">
+        <ele>493</ele>
+        <time>2016-01-03T12:04:34Z</time>
+      </trkpt>
+      <trkpt lat="47.196991369128227" lon="8.794022323563695">
+        <ele>493.00999999999999</ele>
+        <time>2016-01-03T12:04:35Z</time>
+      </trkpt>
+      <trkpt lat="47.196987848728895" lon="8.793976558372378">
+        <ele>493.19999999999999</ele>
+        <time>2016-01-03T12:04:36Z</time>
+      </trkpt>
+      <trkpt lat="47.196985501796007" lon="8.793926937505603">
+        <ele>493.18000000000001</ele>
+        <time>2016-01-03T12:04:37Z</time>
+      </trkpt>
+      <trkpt lat="47.196980556473136" lon="8.793885698541999">
+        <ele>493</ele>
+        <time>2016-01-03T12:04:38Z</time>
+      </trkpt>
+      <trkpt lat="47.196983071044087" lon="8.793837334960699">
+        <ele>493.20999999999998</ele>
+        <time>2016-01-03T12:04:39Z</time>
+      </trkpt>
+      <trkpt lat="47.196992291137576" lon="8.793786959722638">
+        <ele>493.11000000000001</ele>
+        <time>2016-01-03T12:04:40Z</time>
+      </trkpt>
+      <trkpt lat="47.196995476260781" lon="8.793743625283241">
+        <ele>493.30000000000001</ele>
+        <time>2016-01-03T12:04:41Z</time>
+      </trkpt>
+      <trkpt lat="47.197002684697509" lon="8.793694507330656">
+        <ele>493.50999999999999</ele>
+        <time>2016-01-03T12:04:42Z</time>
+      </trkpt>
+      <trkpt lat="47.197005115449429" lon="8.793357806280255">
+        <ele>493</ele>
+        <time>2016-01-03T12:04:50Z</time>
+      </trkpt>
+      <trkpt lat="47.197021627798676" lon="8.793316148221493">
+        <ele>492.37</ele>
+        <time>2016-01-03T12:04:51Z</time>
+      </trkpt>
+      <trkpt lat="47.197044594213367" lon="8.793262336403132">
+        <ele>492.30000000000001</ele>
+        <time>2016-01-03T12:04:52Z</time>
+      </trkpt>
+      <trkpt lat="47.197069069370627" lon="8.793201064690948">
+        <ele>492.04000000000002</ele>
+        <time>2016-01-03T12:04:53Z</time>
+      </trkpt>
+      <trkpt lat="47.197089856490493" lon="8.793123783543706">
+        <ele>491.37</ele>
+        <time>2016-01-03T12:04:54Z</time>
+      </trkpt>
+      <trkpt lat="47.197109134867787" lon="8.793046250939369">
+        <ele>491.06999999999999</ele>
+        <time>2016-01-03T12:04:55Z</time>
+      </trkpt>
+      <trkpt lat="47.197131179273129" lon="8.792974585667253">
+        <ele>490.39999999999998</ele>
+        <time>2016-01-03T12:04:56Z</time>
+      </trkpt>
+      <trkpt lat="47.197186248376966" lon="8.792809881269932">
+        <ele>489.75</ele>
+        <time>2016-01-03T12:04:58Z</time>
+      </trkpt>
+      <trkpt lat="47.197207538411021" lon="8.79271550104022">
+        <ele>489.87</ele>
+        <time>2016-01-03T12:04:59Z</time>
+      </trkpt>
+      <trkpt lat="47.197222961112857" lon="8.792620282620192">
+        <ele>488.95999999999998</ele>
+        <time>2016-01-03T12:05:00Z</time>
+      </trkpt>
+      <trkpt lat="47.197339301928878" lon="8.792043440043926">
+        <ele>485.85000000000002</ele>
+        <time>2016-01-03T12:05:06Z</time>
+      </trkpt>
+      <trkpt lat="47.197452206164598" lon="8.791516218334436">
+        <ele>482.81</ele>
+        <time>2016-01-03T12:05:11Z</time>
+      </trkpt>
+      <trkpt lat="47.197455475106835" lon="8.79138101823628">
+        <ele>481.99000000000001</ele>
+        <time>2016-01-03T12:05:12Z</time>
+      </trkpt>
+      <trkpt lat="47.197490092366934" lon="8.79095789976418">
+        <ele>478.92000000000002</ele>
+        <time>2016-01-03T12:05:15Z</time>
+      </trkpt>
+      <trkpt lat="47.197532253339887" lon="8.790533943101764">
+        <ele>475.89999999999998</ele>
+        <time>2016-01-03T12:05:18Z</time>
+      </trkpt>
+      <trkpt lat="47.197628645226359" lon="8.789889458566904">
+        <ele>474.38</ele>
+        <time>2016-01-03T12:05:23Z</time>
+      </trkpt>
+      <trkpt lat="47.197637446224689" lon="8.789792899042368">
+        <ele>474.35000000000002</ele>
+        <time>2016-01-03T12:05:24Z</time>
+      </trkpt>
+      <trkpt lat="47.1976438164711" lon="8.789720982313156">
+        <ele>474.12</ele>
+        <time>2016-01-03T12:05:25Z</time>
+      </trkpt>
+      <trkpt lat="47.197648594155908" lon="8.789367768913508">
+        <ele>472.52999999999997</ele>
+        <time>2016-01-03T12:05:33Z</time>
+      </trkpt>
+      <trkpt lat="47.197656137868762" lon="8.789310688152909">
+        <ele>472.75</ele>
+        <time>2016-01-03T12:05:34Z</time>
+      </trkpt>
+      <trkpt lat="47.197690336033702" lon="8.789105415344238">
+        <ele>472.19</ele>
+        <time>2016-01-03T12:05:37Z</time>
+      </trkpt>
+      <trkpt lat="47.197700729593635" lon="8.789032660424709">
+        <ele>471.92000000000002</ele>
+        <time>2016-01-03T12:05:38Z</time>
+      </trkpt>
+      <trkpt lat="47.197715900838375" lon="8.78876687027514">
+        <ele>471.98000000000002</ele>
+        <time>2016-01-03T12:05:41Z</time>
+      </trkpt>
+      <trkpt lat="47.197754625231028" lon="8.788432851433754">
+        <ele>473.49000000000001</ele>
+        <time>2016-01-03T12:05:47Z</time>
+      </trkpt>
+      <trkpt lat="47.197777507826686" lon="8.788416003808379">
+        <ele>473.44999999999999</ele>
+        <time>2016-01-03T12:05:48Z</time>
+      </trkpt>
+      <trkpt lat="47.197800641879439" lon="8.788405358791351">
+        <ele>473.45999999999998</ele>
+        <time>2016-01-03T12:05:49Z</time>
+      </trkpt>
+      <trkpt lat="47.197963669896126" lon="8.788386499509215">
+        <ele>470.27999999999997</ele>
+        <time>2016-01-03T12:05:53Z</time>
+      </trkpt>
+      <trkpt lat="47.198130888864398" lon="8.788295891135931">
+        <ele>467.20999999999998</ele>
+        <time>2016-01-03T12:05:57Z</time>
+      </trkpt>
+      <trkpt lat="47.19813633710146" lon="8.788262866437435">
+        <ele>466.89999999999998</ele>
+        <time>2016-01-03T12:05:58Z</time>
+      </trkpt>
+      <trkpt lat="47.198126614093781" lon="8.788229255005717">
+        <ele>466.76999999999998</ele>
+        <time>2016-01-03T12:05:59Z</time>
+      </trkpt>
+      <trkpt lat="47.198103060945868" lon="8.788186172023416">
+        <ele>466.25</ele>
+        <time>2016-01-03T12:06:00Z</time>
+      </trkpt>
+      <trkpt lat="47.198083698749542" lon="8.788127414882183">
+        <ele>465.23000000000002</ele>
+        <time>2016-01-03T12:06:01Z</time>
+      </trkpt>
+      <trkpt lat="47.198078166693449" lon="8.788059940561652">
+        <ele>464.12</ele>
+        <time>2016-01-03T12:06:02Z</time>
+      </trkpt>
+      <trkpt lat="47.198088811710477" lon="8.787991376593709">
+        <ele>463.68000000000001</ele>
+        <time>2016-01-03T12:06:03Z</time>
+      </trkpt>
+      <trkpt lat="47.19811093993485" lon="8.787914346903563">
+        <ele>462.5</ele>
+        <time>2016-01-03T12:06:04Z</time>
+      </trkpt>
+      <trkpt lat="47.19815100543201" lon="8.78783798776567">
+        <ele>462.45999999999998</ele>
+        <time>2016-01-03T12:06:05Z</time>
+      </trkpt>
+      <trkpt lat="47.198194926604629" lon="8.787756934762001">
+        <ele>461.56999999999999</ele>
+        <time>2016-01-03T12:06:06Z</time>
+      </trkpt>
+      <trkpt lat="47.198286037892103" lon="8.787589464336634">
+        <ele>461.14999999999998</ele>
+        <time>2016-01-03T12:06:08Z</time>
+      </trkpt>
+      <trkpt lat="47.19831814058125" lon="8.7874944973737">
+        <ele>460.19</ele>
+        <time>2016-01-03T12:06:09Z</time>
+      </trkpt>
+      <trkpt lat="47.198330964893103" lon="8.787389053031802">
+        <ele>459.83999999999997</ele>
+        <time>2016-01-03T12:06:10Z</time>
+      </trkpt>
+      <trkpt lat="47.198331551626325" lon="8.787284530699253">
+        <ele>460.49000000000001</ele>
+        <time>2016-01-03T12:06:11Z</time>
+      </trkpt>
+      <trkpt lat="47.198325265198946" lon="8.787185624241829">
+        <ele>460.23000000000002</ele>
+        <time>2016-01-03T12:06:12Z</time>
+      </trkpt>
+      <trkpt lat="47.198242451995611" lon="8.78635254688561">
+        <ele>460.56999999999999</ele>
+        <time>2016-01-03T12:06:22Z</time>
+      </trkpt>
+      <trkpt lat="47.198192747309804" lon="8.785861451178789">
+        <ele>457.79000000000002</ele>
+        <time>2016-01-03T12:06:27Z</time>
+      </trkpt>
+      <trkpt lat="47.198192495852709" lon="8.78536943346262">
+        <ele>454.66000000000003</ele>
+        <time>2016-01-03T12:06:31Z</time>
+      </trkpt>
+      <trkpt lat="47.198174810037017" lon="8.784985039383173">
+        <ele>453.24000000000001</ele>
+        <time>2016-01-03T12:06:34Z</time>
+      </trkpt>
+      <trkpt lat="47.198160560801625" lon="8.784750597551465">
+        <ele>450.20999999999998</ele>
+        <time>2016-01-03T12:06:36Z</time>
+      </trkpt>
+      <trkpt lat="47.198155196383595" lon="8.784640291705728">
+        <ele>450.24000000000001</ele>
+        <time>2016-01-03T12:06:37Z</time>
+      </trkpt>
+      <trkpt lat="47.198156453669071" lon="8.784529399126768">
+        <ele>448.61000000000001</ele>
+        <time>2016-01-03T12:06:38Z</time>
+      </trkpt>
+      <trkpt lat="47.198163997381926" lon="8.784421188756824">
+        <ele>447.69</ele>
+        <time>2016-01-03T12:06:39Z</time>
+      </trkpt>
+      <trkpt lat="47.198176067322493" lon="8.784317336976528">
+        <ele>447.02999999999997</ele>
+        <time>2016-01-03T12:06:40Z</time>
+      </trkpt>
+      <trkpt lat="47.198192328214645" lon="8.784221196547151">
+        <ele>445.79000000000002</ele>
+        <time>2016-01-03T12:06:41Z</time>
+      </trkpt>
+      <trkpt lat="47.198209259659052" lon="8.784135701134801">
+        <ele>444.92000000000002</ele>
+        <time>2016-01-03T12:06:42Z</time>
+      </trkpt>
+      <trkpt lat="47.198231890797615" lon="8.784063197672367">
+        <ele>444.45999999999998</ele>
+        <time>2016-01-03T12:06:43Z</time>
+      </trkpt>
+      <trkpt lat="47.198262820020318" lon="8.78400712274015">
+        <ele>443.93000000000001</ele>
+        <time>2016-01-03T12:06:44Z</time>
+      </trkpt>
+      <trkpt lat="47.19830397516489" lon="8.783963955938816">
+        <ele>443.87</ele>
+        <time>2016-01-03T12:06:45Z</time>
+      </trkpt>
+      <trkpt lat="47.198458202183247" lon="8.783821295946837">
+        <ele>441.69999999999999</ele>
+        <time>2016-01-03T12:06:48Z</time>
+      </trkpt>
+      <trkpt lat="47.1985072363168" lon="8.783753989264369">
+        <ele>442.23000000000002</ele>
+        <time>2016-01-03T12:06:49Z</time>
+      </trkpt>
+      <trkpt lat="47.19855316914618" lon="8.783676540479064">
+        <ele>441.95999999999998</ele>
+        <time>2016-01-03T12:06:50Z</time>
+      </trkpt>
+      <trkpt lat="47.198689877986908" lon="8.783424664288759">
+        <ele>440.14999999999998</ele>
+        <time>2016-01-03T12:06:53Z</time>
+      </trkpt>
+      <trkpt lat="47.198787024244666" lon="8.783246632665396">
+        <ele>438.99000000000001</ele>
+        <time>2016-01-03T12:06:55Z</time>
+      </trkpt>
+      <trkpt lat="47.19909748993814" lon="8.782679932191968">
+        <ele>435.69</ele>
+        <time>2016-01-03T12:07:01Z</time>
+      </trkpt>
+      <trkpt lat="47.199148284271359" lon="8.782580774277449">
+        <ele>435.45999999999998</ele>
+        <time>2016-01-03T12:07:02Z</time>
+      </trkpt>
+      <trkpt lat="47.199404938146472" lon="8.782066041603684">
+        <ele>431.98000000000002</ele>
+        <time>2016-01-03T12:07:07Z</time>
+      </trkpt>
+      <trkpt lat="47.199485991150141" lon="8.781830258667469">
+        <ele>431.12</ele>
+        <time>2016-01-03T12:07:09Z</time>
+      </trkpt>
+      <trkpt lat="47.1996418107301" lon="8.781351484358311">
+        <ele>427.87</ele>
+        <time>2016-01-03T12:07:13Z</time>
+      </trkpt>
+      <trkpt lat="47.199689168483019" lon="8.781257439404726">
+        <ele>427.97000000000003</ele>
+        <time>2016-01-03T12:07:14Z</time>
+      </trkpt>
+      <trkpt lat="47.199740214273334" lon="8.78118091262877">
+        <ele>427.36000000000001</ele>
+        <time>2016-01-03T12:07:15Z</time>
+      </trkpt>
+      <trkpt lat="47.199787823483348" lon="8.781111678108573">
+        <ele>426.97000000000003</ele>
+        <time>2016-01-03T12:07:16Z</time>
+      </trkpt>
+      <trkpt lat="47.199824703857303" lon="8.781037917360663">
+        <ele>426.38</ele>
+        <time>2016-01-03T12:07:17Z</time>
+      </trkpt>
+      <trkpt lat="47.199841467663646" lon="8.780954517424107">
+        <ele>426.74000000000001</ele>
+        <time>2016-01-03T12:07:18Z</time>
+      </trkpt>
+      <trkpt lat="47.199842557311058" lon="8.780868854373694">
+        <ele>426.91000000000003</ele>
+        <time>2016-01-03T12:07:19Z</time>
+      </trkpt>
+      <trkpt lat="47.199838701635599" lon="8.780791657045484">
+        <ele>427.19</ele>
+        <time>2016-01-03T12:07:20Z</time>
+      </trkpt>
+      <trkpt lat="47.199839036911726" lon="8.780646901577711">
+        <ele>427.38999999999999</ele>
+        <time>2016-01-03T12:07:22Z</time>
+      </trkpt>
+      <trkpt lat="47.199851861223578" lon="8.780574817210436">
+        <ele>426.94</ele>
+        <time>2016-01-03T12:07:23Z</time>
+      </trkpt>
+      <trkpt lat="47.199871055781841" lon="8.780505582690239">
+        <ele>426.48000000000002</ele>
+        <time>2016-01-03T12:07:24Z</time>
+      </trkpt>
+      <trkpt lat="47.200363827869296" lon="8.779247710481286">
+        <ele>423.64999999999998</ele>
+        <time>2016-01-03T12:07:41Z</time>
+      </trkpt>
+      <trkpt lat="47.200817875564098" lon="8.778209611773491">
+        <ele>422.06999999999999</ele>
+        <time>2016-01-03T12:07:55Z</time>
+      </trkpt>
+      <trkpt lat="47.201091544702649" lon="8.777585159987211">
+        <ele>421.18000000000001</ele>
+        <time>2016-01-03T12:08:06Z</time>
+      </trkpt>
+      <trkpt lat="47.201127419248223" lon="8.777348203584552">
+        <ele>419.81999999999999</ele>
+        <time>2016-01-03T12:08:10Z</time>
+      </trkpt>
+      <trkpt lat="47.201350377872586" lon="8.776617804542184">
+        <ele>418.05000000000001</ele>
+        <time>2016-01-03T12:08:20Z</time>
+      </trkpt>
+      <trkpt lat="47.201379965990782" lon="8.776486292481422">
+        <ele>417.81</ele>
+        <time>2016-01-03T12:08:22Z</time>
+      </trkpt>
+      <trkpt lat="47.201369823887944" lon="8.776425942778587">
+        <ele>418.02999999999997</ele>
+        <time>2016-01-03T12:08:23Z</time>
+      </trkpt>
+      <trkpt lat="47.201347779482603" lon="8.77637087367475">
+        <ele>418.06</ele>
+        <time>2016-01-03T12:08:24Z</time>
+      </trkpt>
+      <trkpt lat="47.201291872188449" lon="8.776263920590282">
+        <ele>418.32999999999998</ele>
+        <time>2016-01-03T12:08:26Z</time>
+      </trkpt>
+      <trkpt lat="47.201229929924011" lon="8.776174485683441">
+        <ele>418.72000000000003</ele>
+        <time>2016-01-03T12:08:28Z</time>
+      </trkpt>
+      <trkpt lat="47.201203946024179" lon="8.776124026626349">
+        <ele>418.20999999999998</ele>
+        <time>2016-01-03T12:08:29Z</time>
+      </trkpt>
+      <trkpt lat="47.201192546635866" lon="8.776061497628689">
+        <ele>418.70999999999998</ele>
+        <time>2016-01-03T12:08:30Z</time>
+      </trkpt>
+      <trkpt lat="47.201194642111659" lon="8.77599410712719">
+        <ele>418.79000000000002</ele>
+        <time>2016-01-03T12:08:31Z</time>
+      </trkpt>
+      <trkpt lat="47.201202772557735" lon="8.775926465168595">
+        <ele>419.05000000000001</ele>
+        <time>2016-01-03T12:08:32Z</time>
+      </trkpt>
+      <trkpt lat="47.201270749792457" lon="8.775376528501511">
+        <ele>420.47000000000003</ele>
+        <time>2016-01-03T12:08:40Z</time>
+      </trkpt>
+      <trkpt lat="47.201291369274259" lon="8.77517418935895">
+        <ele>420.68000000000001</ele>
+        <time>2016-01-03T12:08:43Z</time>
+      </trkpt>
+      <trkpt lat="47.201323304325342" lon="8.774973526597023">
+        <ele>421.39999999999998</ele>
+        <time>2016-01-03T12:08:46Z</time>
+      </trkpt>
+      <trkpt lat="47.201389018446207" lon="8.774476982653141">
+        <ele>421.52999999999997</ele>
+        <time>2016-01-03T12:08:53Z</time>
+      </trkpt>
+      <trkpt lat="47.201492534950376" lon="8.773281471803784">
+        <ele>423.57999999999998</ele>
+        <time>2016-01-03T12:09:10Z</time>
+      </trkpt>
+      <trkpt lat="47.201487841084599" lon="8.772208672016859">
+        <ele>423</ele>
+        <time>2016-01-03T12:09:26Z</time>
+      </trkpt>
+      <trkpt lat="47.201499743387103" lon="8.772082105278969">
+        <ele>423.07999999999998</ele>
+        <time>2016-01-03T12:09:28Z</time>
+      </trkpt>
+      <trkpt lat="47.201489685103297" lon="8.772034915164113">
+        <ele>423.02999999999997</ele>
+        <time>2016-01-03T12:09:29Z</time>
+      </trkpt>
+      <trkpt lat="47.201443249359727" lon="8.77200884744525">
+        <ele>422.26999999999998</ele>
+        <time>2016-01-03T12:09:31Z</time>
+      </trkpt>
+      <trkpt lat="47.201405949890614" lon="8.772033825516701">
+        <ele>421.35000000000002</ele>
+        <time>2016-01-03T12:09:42Z</time>
+      </trkpt>
+      <trkpt lat="47.201326573267579" lon="8.771982276812196">
+        <ele>421.75</ele>
+        <time>2016-01-03T12:10:04Z</time>
+      </trkpt>
+      <trkpt lat="47.201268151402473" lon="8.77192972227931">
+        <ele>421.48000000000002</ele>
+        <time>2016-01-03T12:10:23Z</time>
+      </trkpt>
+    </trkseg>
+  </trk>
+
+  <trk>
+    <name>Schotterstrasse durch Wald</name>
+    <extensions>
+      <gpxx:TrackExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
+        <gpxx:DisplayColor>Blue</gpxx:DisplayColor>
+      </gpxx:TrackExtension>
+    </extensions>
+    <trkseg>
+      <trkpt lat="47.186606526374817" lon="8.796921372413635">
+        <ele>624.7421875</ele>
+      </trkpt>
+      <trkpt lat="47.186644077301025" lon="8.796824812889099">
+        <ele>626.015625</ele>
+      </trkpt>
+      <trkpt lat="47.186697721481323" lon="8.796712160110474">
+        <ele>627.0625</ele>
+      </trkpt>
+      <trkpt lat="47.186762094497681" lon="8.796610236167908">
+        <ele>627.3671875</ele>
+      </trkpt>
+      <trkpt lat="47.186837196350098" lon="8.796519041061401">
+        <ele>626.90234375</ele>
+      </trkpt>
+      <trkpt lat="47.186912298202515" lon="8.796401023864746">
+        <ele>626.11328125</ele>
+      </trkpt>
+      <trkpt lat="47.186987400054932" lon="8.796277642250061">
+        <ele>625.33203125</ele>
+      </trkpt>
+      <trkpt lat="47.187078595161438" lon="8.796148896217346">
+        <ele>623.90625</ele>
+      </trkpt>
+      <trkpt lat="47.187105417251587" lon="8.796095252037048">
+        <ele>623.66796875</ele>
+      </trkpt>
+      <trkpt lat="47.187126874923706" lon="8.796030879020691">
+        <ele>623.71484375</ele>
+      </trkpt>
+      <trkpt lat="47.187132239341736" lon="8.795977234840393">
+        <ele>623.75</ele>
+      </trkpt>
+      <trkpt lat="47.187132239341736" lon="8.795923590660095">
+        <ele>623.9375</ele>
+      </trkpt>
+      <trkpt lat="47.187132239341736" lon="8.795859217643738">
+        <ele>624.1640625</ele>
+      </trkpt>
+      <trkpt lat="47.187110781669617" lon="8.795735836029053">
+        <ele>625.234375</ele>
+      </trkpt>
+      <trkpt lat="47.187100052833557" lon="8.795607089996338">
+        <ele>626</ele>
+      </trkpt>
+      <trkpt lat="47.187094688415527" lon="8.795521259307861">
+        <ele>626.3515625</ele>
+      </trkpt>
+      <trkpt lat="47.187105417251587" lon="8.795440793037415">
+        <ele>626.14453125</ele>
+      </trkpt>
+      <trkpt lat="47.187126874923706" lon="8.795360326766968">
+        <ele>625.6640625</ele>
+      </trkpt>
+      <trkpt lat="47.187164425849915" lon="8.795285224914551">
+        <ele>624.7890625</ele>
+      </trkpt>
+      <trkpt lat="47.187234163284302" lon="8.795183300971985">
+        <ele>623.23046875</ele>
+      </trkpt>
+      <trkpt lat="47.187293171882629" lon="8.795086741447449">
+        <ele>622.09375</ele>
+      </trkpt>
+      <trkpt lat="47.187362909317017" lon="8.794984817504883">
+        <ele>620.9765625</ele>
+      </trkpt>
+      <trkpt lat="47.187416553497314" lon="8.794904351234436">
+        <ele>620.23828125</ele>
+      </trkpt>
+      <trkpt lat="47.187464833259583" lon="8.794845342636108">
+        <ele>619.42578125</ele>
+      </trkpt>
+      <trkpt lat="47.18752384185791" lon="8.79479706287384">
+        <ele>617.7734375</ele>
+      </trkpt>
+      <trkpt lat="47.187561392784119" lon="8.794743418693543">
+        <ele>616.8671875</ele>
+      </trkpt>
+      <trkpt lat="47.187593579292297" lon="8.794695138931274">
+        <ele>616.09765625</ele>
+      </trkpt>
+      <trkpt lat="47.187609672546387" lon="8.794630765914917">
+        <ele>615.87890625</ele>
+      </trkpt>
+      <trkpt lat="47.187620401382446" lon="8.7945556640625">
+        <ele>615.3984375</ele>
+      </trkpt>
+      <trkpt lat="47.187636494636536" lon="8.794485926628113">
+        <ele>614.76953125</ele>
+      </trkpt>
+      <trkpt lat="47.187674045562744" lon="8.794400095939636">
+        <ele>613.47265625</ele>
+      </trkpt>
+      <trkpt lat="47.187695503234863" lon="8.79430890083313">
+        <ele>612.72265625</ele>
+      </trkpt>
+      <trkpt lat="47.187700867652893" lon="8.794185519218445">
+        <ele>612.4609375</ele>
+      </trkpt>
+      <trkpt lat="47.187700867652893" lon="8.794078230857849">
+        <ele>611.85546875</ele>
+      </trkpt>
+      <trkpt lat="47.187684774398804" lon="8.793997764587402">
+        <ele>611.90625</ele>
+      </trkpt>
+      <trkpt lat="47.187663316726685" lon="8.793933391571045">
+        <ele>612.27734375</ele>
+      </trkpt>
+      <trkpt lat="47.187615036964417" lon="8.793869018554688">
+        <ele>613.66796875</ele>
+      </trkpt>
+      <trkpt lat="47.187582850456238" lon="8.79381537437439">
+        <ele>614.62890625</ele>
+      </trkpt>
+      <trkpt lat="47.187566757202148" lon="8.793767094612122">
+        <ele>615.0703125</ele>
+      </trkpt>
+      <trkpt lat="47.187572121620178" lon="8.793713450431824">
+        <ele>614.72265625</ele>
+      </trkpt>
+      <trkpt lat="47.187588214874268" lon="8.793681263923645">
+        <ele>614.26171875</ele>
+      </trkpt>
+      <trkpt lat="47.187641859054565" lon="8.793681263923645">
+        <ele>612.06640625</ele>
+      </trkpt>
+      <trkpt lat="47.187700867652893" lon="8.793708086013794">
+        <ele>609.6875</ele>
+      </trkpt>
+      <trkpt lat="47.18778133392334" lon="8.793751001358032">
+        <ele>606.83984375</ele>
+      </trkpt>
+      <trkpt lat="47.187851071357727" lon="8.79380464553833">
+        <ele>604.671875</ele>
+      </trkpt>
+      <trkpt lat="47.187920808792114" lon="8.793842196464539">
+        <ele>602.52734375</ele>
+      </trkpt>
+      <trkpt lat="47.188001275062561" lon="8.793911933898926">
+        <ele>600.78515625</ele>
+      </trkpt>
+      <trkpt lat="47.188113927841187" lon="8.794013857841492">
+        <ele>598.078125</ele>
+      </trkpt>
+      <trkpt lat="47.188151478767395" lon="8.79406213760376">
+        <ele>597.1953125</ele>
+      </trkpt>
+      <trkpt lat="47.188189029693604" lon="8.794153332710266">
+        <ele>596.5234375</ele>
+      </trkpt>
+      <trkpt lat="47.188215851783752" lon="8.794239163398743">
+        <ele>595.74609375</ele>
+      </trkpt>
+      <trkpt lat="47.188242673873901" lon="8.794351816177368">
+        <ele>594.82421875</ele>
+      </trkpt>
+      <trkpt lat="47.188264131546021" lon="8.794426918029785">
+        <ele>594.10546875</ele>
+      </trkpt>
+      <trkpt lat="47.188290953636169" lon="8.794475197792053">
+        <ele>593.2109375</ele>
+      </trkpt>
+      <trkpt lat="47.188307046890259" lon="8.794523477554321">
+        <ele>592.6875</ele>
+      </trkpt>
+      <trkpt lat="47.188312411308289" lon="8.794614672660828">
+        <ele>592.5390625</ele>
+      </trkpt>
+      <trkpt lat="47.188307046890259" lon="8.79479706287384">
+        <ele>592.7578125</ele>
+      </trkpt>
+      <trkpt lat="47.188307046890259" lon="8.794888257980347">
+        <ele>592.77734375</ele>
+      </trkpt>
+      <trkpt lat="47.188312411308289" lon="8.794941902160645">
+        <ele>592.63671875</ele>
+      </trkpt>
+      <trkpt lat="47.188333868980408" lon="8.794995546340942">
+        <ele>592.06640625</ele>
+      </trkpt>
+      <trkpt lat="47.188366055488586" lon="8.7950599193573">
+        <ele>591.2578125</ele>
+      </trkpt>
+      <trkpt lat="47.188403606414795" lon="8.795113563537598">
+        <ele>590.46875</ele>
+      </trkpt>
+      <trkpt lat="47.188435792922974" lon="8.795167207717896">
+        <ele>589.7578125</ele>
+      </trkpt>
+      <trkpt lat="47.188451886177063" lon="8.795226216316223">
+        <ele>589.359375</ele>
+      </trkpt>
+      <trkpt lat="47.188462615013123" lon="8.795290589332581">
+        <ele>589.05859375</ele>
+      </trkpt>
+      <trkpt lat="47.188451886177063" lon="8.795354962348938">
+        <ele>589.21875</ele>
+      </trkpt>
+      <trkpt lat="47.188430428504944" lon="8.795451521873474">
+        <ele>589.59375</ele>
+      </trkpt>
+      <trkpt lat="47.188408970832825" lon="8.7955641746521">
+        <ele>589.98046875</ele>
+      </trkpt>
+      <trkpt lat="47.188403606414795" lon="8.795655369758606">
+        <ele>589.51953125</ele>
+      </trkpt>
+      <trkpt lat="47.188408970832825" lon="8.795746564865112">
+        <ele>588.796875</ele>
+      </trkpt>
+      <trkpt lat="47.188435792922974" lon="8.795859217643738">
+        <ele>587.4375</ele>
+      </trkpt>
+      <trkpt lat="47.188478708267212" lon="8.795971870422363">
+        <ele>585.70703125</ele>
+      </trkpt>
+      <trkpt lat="47.188505530357361" lon="8.79605233669281">
+        <ele>584.48046875</ele>
+      </trkpt>
+      <trkpt lat="47.18852162361145" lon="8.796132802963257">
+        <ele>583.328125</ele>
+      </trkpt>
+      <trkpt lat="47.18852162361145" lon="8.796197175979614">
+        <ele>582.69921875</ele>
+      </trkpt>
+      <trkpt lat="47.18851625919342" lon="8.796283006668091">
+        <ele>581.96875</ele>
+      </trkpt>
+      <trkpt lat="47.188500165939331" lon="8.796379566192627">
+        <ele>581.3359375</ele>
+      </trkpt>
+      <trkpt lat="47.188489437103271" lon="8.796465396881104">
+        <ele>580.6796875</ele>
+      </trkpt>
+      <trkpt lat="47.188489437103271" lon="8.796524405479431">
+        <ele>580.33984375</ele>
+      </trkpt>
+      <trkpt lat="47.188500165939331" lon="8.796578049659729">
+        <ele>580.0234375</ele>
+      </trkpt>
+      <trkpt lat="47.18852162361145" lon="8.796631693840027">
+        <ele>579.5078125</ele>
+      </trkpt>
+      <trkpt lat="47.188548445701599" lon="8.796685338020325">
+        <ele>578.890625</ele>
+      </trkpt>
+      <trkpt lat="47.188569903373718" lon="8.796749711036682">
+        <ele>578.34375</ele>
+      </trkpt>
+      <trkpt lat="47.188580632209778" lon="8.796819448471069">
+        <ele>577.984375</ele>
+      </trkpt>
+      <trkpt lat="47.188575267791748" lon="8.796899914741516">
+        <ele>577.90234375</ele>
+      </trkpt>
+      <trkpt lat="47.188585996627808" lon="8.796991109848023">
+        <ele>577.50390625</ele>
+      </trkpt>
+      <trkpt lat="47.188596725463867" lon="8.79704475402832">
+        <ele>577.20703125</ele>
+      </trkpt>
+      <trkpt lat="47.188623547554016" lon="8.797119855880737">
+        <ele>576.6171875</ele>
+      </trkpt>
+      <trkpt lat="47.188666462898254" lon="8.797189593315125">
+        <ele>575.82421875</ele>
+      </trkpt>
+      <trkpt lat="47.188709378242493" lon="8.797211050987244">
+        <ele>575.125</ele>
+      </trkpt>
+      <trkpt lat="47.188714742660522" lon="8.797157406806946">
+        <ele>575.0546875</ele>
+      </trkpt>
+      <trkpt lat="47.188725471496582" lon="8.79705548286438">
+        <ele>574.89453125</ele>
+      </trkpt>
+      <trkpt lat="47.188736200332642" lon="8.796937465667725">
+        <ele>574.75</ele>
+      </trkpt>
+      <trkpt lat="47.188757658004761" lon="8.79681408405304">
+        <ele>574.6484375</ele>
+      </trkpt>
+      <trkpt lat="47.188795208930969" lon="8.796685338020325">
+        <ele>574.26953125</ele>
+      </trkpt>
+      <trkpt lat="47.188838124275208" lon="8.796588778495789">
+        <ele>573.72265625</ele>
+      </trkpt>
+      <trkpt lat="47.188907861709595" lon="8.796438574790955">
+        <ele>572.4296875</ele>
+      </trkpt>
+      <trkpt lat="47.18901515007019" lon="8.796240091323853">
+        <ele>570.828125</ele>
+      </trkpt>
+      <trkpt lat="47.189063429832458" lon="8.796154260635376">
+        <ele>570.1015625</ele>
+      </trkpt>
+      <trkpt lat="47.189154624938965" lon="8.795987963676453">
+        <ele>568.7734375</ele>
+      </trkpt>
+      <trkpt lat="47.189218997955322" lon="8.795869946479797">
+        <ele>567.8125</ele>
+      </trkpt>
+      <trkpt lat="47.189261913299561" lon="8.795778751373291">
+        <ele>567.25390625</ele>
+      </trkpt>
+      <trkpt lat="47.18928337097168" lon="8.795714378356934">
+        <ele>567.09765625</ele>
+      </trkpt>
+      <trkpt lat="47.189294099807739" lon="8.795660734176636">
+        <ele>567.1640625</ele>
+      </trkpt>
+      <trkpt lat="47.189299464225769" lon="8.795580267906189">
+        <ele>567.546875</ele>
+      </trkpt>
+      <trkpt lat="47.189299464225769" lon="8.795451521873474">
+        <ele>567.86328125</ele>
+      </trkpt>
+      <trkpt lat="47.189294099807739" lon="8.7953120470047">
+        <ele>568.2890625</ele>
+      </trkpt>
+      <trkpt lat="47.189294099807739" lon="8.795210123062134">
+        <ele>568.49609375</ele>
+      </trkpt>
+      <trkpt lat="47.189304828643799" lon="8.795135021209717">
+        <ele>568.33203125</ele>
+      </trkpt>
+      <trkpt lat="47.189342379570007" lon="8.794904351234436">
+        <ele>566.84765625</ele>
+      </trkpt>
+      <trkpt lat="47.189347743988037" lon="8.794845342636108">
+        <ele>566.609375</ele>
+      </trkpt>
+      <trkpt lat="47.189337015151978" lon="8.794738054275513">
+        <ele>566.94140625</ele>
+      </trkpt>
+      <trkpt lat="47.189337015151978" lon="8.794657588005066">
+        <ele>566.88671875</ele>
+      </trkpt>
+      <trkpt lat="47.189353108406067" lon="8.794577121734619">
+        <ele>566.27734375</ele>
+      </trkpt>
+      <trkpt lat="47.189374566078186" lon="8.794502019882202">
+        <ele>565.48046875</ele>
+      </trkpt>
+      <trkpt lat="47.189428210258484" lon="8.794384002685547">
+        <ele>563.5</ele>
+      </trkpt>
+      <trkpt lat="47.189455032348633" lon="8.7943035364151">
+        <ele>562.51953125</ele>
+      </trkpt>
+      <trkpt lat="47.189471125602722" lon="8.794206976890564">
+        <ele>561.9453125</ele>
+      </trkpt>
+      <trkpt lat="47.189481854438782" lon="8.794072866439819">
+        <ele>561.85546875</ele>
+      </trkpt>
+      <trkpt lat="47.189497947692871" lon="8.793911933898926">
+        <ele>561.7578125</ele>
+      </trkpt>
+      <trkpt lat="47.189508676528931" lon="8.793788552284241">
+        <ele>561.765625</ele>
+      </trkpt>
+      <trkpt lat="47.18952476978302" lon="8.793686628341675">
+        <ele>561.453125</ele>
+      </trkpt>
+      <trkpt lat="47.189551591873169" lon="8.79356861114502">
+        <ele>560.6015625</ele>
+      </trkpt>
+      <trkpt lat="47.189583778381348" lon="8.793466687202454">
+        <ele>559.65234375</ele>
+      </trkpt>
+      <trkpt lat="47.189615964889526" lon="8.793386220932007">
+        <ele>558.7578125</ele>
+      </trkpt>
+      <trkpt lat="47.189658880233765" lon="8.793278932571411">
+        <ele>557.66015625</ele>
+      </trkpt>
+      <trkpt lat="47.189712524414063" lon="8.793187737464905">
+        <ele>556.35546875</ele>
+      </trkpt>
+      <trkpt lat="47.189760804176331" lon="8.793118000030518">
+        <ele>555.2265625</ele>
+      </trkpt>
+      <trkpt lat="47.189830541610718" lon="8.79304826259613">
+        <ele>553.53125</ele>
+      </trkpt>
+      <trkpt lat="47.189921736717224" lon="8.792962431907654">
+        <ele>551.265625</ele>
+      </trkpt>
+      <trkpt lat="47.189975380897522" lon="8.792903423309326">
+        <ele>549.92578125</ele>
+      </trkpt>
+      <trkpt lat="47.190007567405701" lon="8.792855143547058">
+        <ele>549.140625</ele>
+      </trkpt>
+      <trkpt lat="47.19003438949585" lon="8.792780041694641">
+        <ele>548.48828125</ele>
+      </trkpt>
+      <trkpt lat="47.190045118331909" lon="8.792726397514343">
+        <ele>548.0078125</ele>
+      </trkpt>
+      <trkpt lat="47.190055847167969" lon="8.792635202407837">
+        <ele>547.39453125</ele>
+      </trkpt>
+      <trkpt lat="47.190055847167969" lon="8.79256546497345">
+        <ele>547.15234375</ele>
+      </trkpt>
+      <trkpt lat="47.190050482749939" lon="8.792501091957092">
+        <ele>547.08203125</ele>
+      </trkpt>
+      <trkpt lat="47.19001829624176" lon="8.792366981506348">
+        <ele>547.55078125</ele>
+      </trkpt>
+      <trkpt lat="47.189943194389343" lon="8.792104125022888">
+        <ele>548.69921875</ele>
+      </trkpt>
+      <trkpt lat="47.189932465553284" lon="8.792034387588501">
+        <ele>548.76953125</ele>
+      </trkpt>
+      <trkpt lat="47.189932465553284" lon="8.791970014572144">
+        <ele>548.51953125</ele>
+      </trkpt>
+      <trkpt lat="47.189943194389343" lon="8.791900277137756">
+        <ele>547.88671875</ele>
+      </trkpt>
+      <trkpt lat="47.189970016479492" lon="8.791830539703369">
+        <ele>546.7265625</ele>
+      </trkpt>
+      <trkpt lat="47.190002202987671" lon="8.791755437850952">
+        <ele>545.3984375</ele>
+      </trkpt>
+      <trkpt lat="47.190039753913879" lon="8.791680335998535">
+        <ele>543.87890625</ele>
+      </trkpt>
+      <trkpt lat="47.190120220184326" lon="8.791535496711731">
+        <ele>540.6484375</ele>
+      </trkpt>
+      <trkpt lat="47.190232872962952" lon="8.791294097900391">
+        <ele>536.4296875</ele>
+      </trkpt>
+      <trkpt lat="47.190254330635071" lon="8.791224360466003">
+        <ele>536.046875</ele>
+      </trkpt>
+      <trkpt lat="47.19027042388916" lon="8.791149258613586">
+        <ele>535.765625</ele>
+      </trkpt>
+      <trkpt lat="47.19027578830719" lon="8.791015148162842">
+        <ele>535.71875</ele>
+      </trkpt>
+      <trkpt lat="47.19027578830719" lon="8.790768384933472">
+        <ele>535.55859375</ele>
+      </trkpt>
+      <trkpt lat="47.19026505947113" lon="8.790435791015625">
+        <ele>535.359375</ele>
+      </trkpt>
+      <trkpt lat="47.190259695053101" lon="8.790162205696106">
+        <ele>534.5234375</ele>
+      </trkpt>
+      <trkpt lat="47.190259695053101" lon="8.789920806884766">
+        <ele>534.2578125</ele>
+      </trkpt>
+      <trkpt lat="47.190254330635071" lon="8.789674043655396">
+        <ele>535.1328125</ele>
+      </trkpt>
+      <trkpt lat="47.190254330635071" lon="8.78955602645874">
+        <ele>535.46875</ele>
+      </trkpt>
+      <trkpt lat="47.190254330635071" lon="8.789491653442383">
+        <ele>535.04296875</ele>
+      </trkpt>
+      <trkpt lat="47.19027042388916" lon="8.789438009262085">
+        <ele>534.04296875</ele>
+      </trkpt>
+      <trkpt lat="47.190307974815369" lon="8.789384365081787">
+        <ele>532.234375</ele>
+      </trkpt>
+      <trkpt lat="47.190356254577637" lon="8.789357542991638">
+        <ele>530.2109375</ele>
+      </trkpt>
+      <trkpt lat="47.190393805503845" lon="8.789357542991638">
+        <ele>528.7890625</ele>
+      </trkpt>
+      <trkpt lat="47.190425992012024" lon="8.789373636245728">
+        <ele>527.69140625</ele>
+      </trkpt>
+      <trkpt lat="47.190458178520203" lon="8.789411187171936">
+        <ele>526.76171875</ele>
+      </trkpt>
+      <trkpt lat="47.190485000610352" lon="8.789459466934204">
+        <ele>526.1171875</ele>
+      </trkpt>
+      <trkpt lat="47.190506458282471" lon="8.789529204368591">
+        <ele>525.83984375</ele>
+      </trkpt>
+      <trkpt lat="47.19052255153656" lon="8.789609670639038">
+        <ele>525.51171875</ele>
+      </trkpt>
+      <trkpt lat="47.19053328037262" lon="8.789727687835693">
+        <ele>525.34375</ele>
+      </trkpt>
+      <trkpt lat="47.190544009208679" lon="8.789829611778259">
+        <ele>525.18359375</ele>
+      </trkpt>
+      <trkpt lat="47.190586924552917" lon="8.790022730827332">
+        <ele>524.3515625</ele>
+      </trkpt>
+      <trkpt lat="47.190635204315186" lon="8.790242671966553">
+        <ele>524.41015625</ele>
+      </trkpt>
+      <trkpt lat="47.190672755241394" lon="8.790398240089417">
+        <ele>524.47265625</ele>
+      </trkpt>
+      <trkpt lat="47.190726399421692" lon="8.790548443794251">
+        <ele>524.02734375</ele>
+      </trkpt>
+      <trkpt lat="47.19078004360199" lon="8.790677189826965">
+        <ele>523.09375</ele>
+      </trkpt>
+      <trkpt lat="47.190833687782288" lon="8.79082202911377">
+        <ele>521.92578125</ele>
+      </trkpt>
+      <trkpt lat="47.190876603126526" lon="8.790961503982544">
+        <ele>520.87109375</ele>
+      </trkpt>
+      <trkpt lat="47.190908789634705" lon="8.791095614433289">
+        <ele>520.51953125</ele>
+      </trkpt>
+      <trkpt lat="47.190935611724854" lon="8.791192173957825">
+        <ele>520.2578125</ele>
+      </trkpt>
+      <trkpt lat="47.190973162651062" lon="8.791267275810242">
+        <ele>519.6640625</ele>
+      </trkpt>
+      <trkpt lat="47.19103217124939" lon="8.791337013244629">
+        <ele>518.5703125</ele>
+      </trkpt>
+      <trkpt lat="47.191112637519836" lon="8.791401386260986">
+        <ele>517.04296875</ele>
+      </trkpt>
+      <trkpt lat="47.19128429889679" lon="8.791524767875671">
+        <ele>513.03125</ele>
+      </trkpt>
+      <trkpt lat="47.191407680511475" lon="8.791610598564148">
+        <ele>510.19921875</ele>
+      </trkpt>
+      <trkpt lat="47.191488146781921" lon="8.791669607162476">
+        <ele>508.5</ele>
+      </trkpt>
+      <trkpt lat="47.1915203332901" lon="8.791696429252625">
+        <ele>507.8828125</ele>
+      </trkpt>
+      <trkpt lat="47.191579341888428" lon="8.791739344596863">
+        <ele>506.71875</ele>
+      </trkpt>
+      <trkpt lat="47.191627621650696" lon="8.79179835319519">
+        <ele>506.03125</ele>
+      </trkpt>
+      <trkpt lat="47.191659808158875" lon="8.791851997375488">
+        <ele>505.5390625</ele>
+      </trkpt>
+      <trkpt lat="47.191686630249023" lon="8.791916370391846">
+        <ele>504.96875</ele>
+      </trkpt>
+      <trkpt lat="47.191718816757202" lon="8.792018294334412">
+        <ele>504.28125</ele>
+      </trkpt>
+      <trkpt lat="47.191751003265381" lon="8.792141675949097">
+        <ele>503.6640625</ele>
+      </trkpt>
+      <trkpt lat="47.191799283027649" lon="8.79229724407196">
+        <ele>502.578125</ele>
+      </trkpt>
+      <trkpt lat="47.191842198371887" lon="8.792458176612854">
+        <ele>500.921875</ele>
+      </trkpt>
+      <trkpt lat="47.191869020462036" lon="8.79257082939148">
+        <ele>499.85546875</ele>
+      </trkpt>
+      <trkpt lat="47.191879749298096" lon="8.792662024497986">
+        <ele>499.40234375</ele>
+      </trkpt>
+      <trkpt lat="47.191890478134155" lon="8.792763948440552">
+        <ele>498.96875</ele>
+      </trkpt>
+      <trkpt lat="47.191895842552185" lon="8.792887330055237">
+        <ele>497.8828125</ele>
+      </trkpt>
+      <trkpt lat="47.191895842552185" lon="8.79306435585022">
+        <ele>496.2265625</ele>
+      </trkpt>
+      <trkpt lat="47.191901206970215" lon="8.793182373046875">
+        <ele>494.9609375</ele>
+      </trkpt>
+      <trkpt lat="47.191906571388245" lon="8.793257474899292">
+        <ele>494.13671875</ele>
+      </trkpt>
+      <trkpt lat="47.191928029060364" lon="8.793343305587769">
+        <ele>493.6015625</ele>
+      </trkpt>
+      <trkpt lat="47.191960215568542" lon="8.793472051620483">
+        <ele>492.828125</ele>
+      </trkpt>
+      <trkpt lat="47.19199282117188" lon="8.793616723269224">
+        <ele>492.1015625</ele>
+      </trkpt>
+      <trkpt lat="47.192008495330811" lon="8.793686628341675">
+        <ele>491.76953125</ele>
+      </trkpt>
+      <trkpt lat="47.192040681838989" lon="8.793852925300598">
+        <ele>490.83984375</ele>
+      </trkpt>
+      <trkpt lat="47.192062139511108" lon="8.793992400169373">
+        <ele>490.23828125</ele>
+      </trkpt>
+      <trkpt lat="47.192072868347168" lon="8.7940514087677">
+        <ele>489.96484375</ele>
+      </trkpt>
+      <trkpt lat="47.192083597183228" lon="8.794147968292236">
+        <ele>489.703125</ele>
+      </trkpt>
+      <trkpt lat="47.192121148109436" lon="8.795000910758972">
+        <ele>484.7109375</ele>
+      </trkpt>
+      <trkpt lat="47.192137241363525" lon="8.79530131816864">
+        <ele>482.328125</ele>
+      </trkpt>
+      <trkpt lat="47.192137241363525" lon="8.795451521873474">
+        <ele>481.04296875</ele>
+      </trkpt>
+      <trkpt lat="47.192137241363525" lon="8.795537352561951">
+        <ele>480.3046875</ele>
+      </trkpt>
+      <trkpt lat="47.192126512527466" lon="8.795607089996338">
+        <ele>479.70703125</ele>
+      </trkpt>
+      <trkpt lat="47.192110419273376" lon="8.795682191848755">
+        <ele>478.984375</ele>
+      </trkpt>
+      <trkpt lat="47.192088961601257" lon="8.795746564865112">
+        <ele>478.4609375</ele>
+      </trkpt>
+      <trkpt lat="47.192035317420959" lon="8.795832395553589">
+        <ele>479.1015625</ele>
+      </trkpt>
+      <trkpt lat="47.191981673240662" lon="8.795896768569946">
+        <ele>480.359375</ele>
+      </trkpt>
+      <trkpt lat="47.191949486732483" lon="8.795934319496155">
+        <ele>481.19140625</ele>
+      </trkpt>
+      <trkpt lat="47.191906571388245" lon="8.795993328094482">
+        <ele>482.2890625</ele>
+      </trkpt>
+      <trkpt lat="47.191869020462036" lon="8.79606306552887">
+        <ele>483.28125</ele>
+      </trkpt>
+      <trkpt lat="47.191847562789917" lon="8.796138167381287">
+        <ele>483.69921875</ele>
+      </trkpt>
+      <trkpt lat="47.191842198371887" lon="8.796213269233704">
+        <ele>483.4609375</ele>
+      </trkpt>
+      <trkpt lat="47.191842198371887" lon="8.796283006668091">
+        <ele>483.0390625</ele>
+      </trkpt>
+      <trkpt lat="47.191858291625977" lon="8.796374201774597">
+        <ele>481.9140625</ele>
+      </trkpt>
+      <trkpt lat="47.191885113716125" lon="8.796454668045044">
+        <ele>480.515625</ele>
+      </trkpt>
+      <trkpt lat="47.191917300224304" lon="8.796513676643372">
+        <ele>479.16796875</ele>
+      </trkpt>
+      <trkpt lat="47.191987037658691" lon="8.796631693840027">
+        <ele>476.74609375</ele>
+      </trkpt>
+      <trkpt lat="47.192067503929138" lon="8.796760439872742">
+        <ele>474.3515625</ele>
+      </trkpt>
+      <trkpt lat="47.192131876945496" lon="8.796835541725159">
+        <ele>473.28515625</ele>
+      </trkpt>
+      <trkpt lat="47.192190885543823" lon="8.796894550323486">
+        <ele>472.39453125</ele>
+      </trkpt>
+      <trkpt lat="47.192255258560181" lon="8.796948194503784">
+        <ele>471.3671875</ele>
+      </trkpt>
+      <trkpt lat="47.192346453666687" lon="8.797001838684082">
+        <ele>470.0390625</ele>
+      </trkpt>
+      <trkpt lat="47.192426919937134" lon="8.79704475402832">
+        <ele>468.76171875</ele>
+      </trkpt>
+      <trkpt lat="47.192507386207581" lon="8.797082304954529">
+        <ele>467.3671875</ele>
+      </trkpt>
+      <trkpt lat="47.192555665969849" lon="8.797114491462708">
+        <ele>466.60546875</ele>
+      </trkpt>
+      <trkpt lat="47.192727327346802" lon="8.797253966331482">
+        <ele>464.65625</ele>
+      </trkpt>
+      <trkpt lat="47.192807793617249" lon="8.79730761051178">
+        <ele>463.62109375</ele>
+      </trkpt>
+      <trkpt lat="47.192866047844291" lon="8.797338372096419">
+        <ele>462.84375</ele>
+      </trkpt>
+      <trkpt lat="47.192865964025259" lon="8.797338204458356">
+        <ele>462.84765625</ele>
+      </trkpt>
+    </trkseg>
+  </trk>
+
+  <trk>
+    <name>Trampelpfad durch Wald</name>
+    <extensions>
+      <gpxx:TrackExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
+        <gpxx:DisplayColor>Magenta</gpxx:DisplayColor>
+      </gpxx:TrackExtension>
+    </extensions>
+    <trkseg>
+      <trkpt lat="47.185614863410592" lon="8.796475538983941">
+        <ele>647.81640625</ele>
+      </trkpt>
+      <trkpt lat="47.185668759047985" lon="8.796514933928847">
+        <ele>646.87109375</ele>
+      </trkpt>
+      <trkpt lat="47.185717290267348" lon="8.796522812917829">
+        <ele>646.1953125</ele>
+      </trkpt>
+      <trkpt lat="47.185757691040635" lon="8.796562207862735">
+        <ele>645.5859375</ele>
+      </trkpt>
+      <trkpt lat="47.185803540050983" lon="8.796577882021666">
+        <ele>644.8203125</ele>
+      </trkpt>
+      <trkpt lat="47.185914013534784" lon="8.796581821516156">
+        <ele>642.9765625</ele>
+      </trkpt>
+      <trkpt lat="47.185962544754148" lon="8.796625155955553">
+        <ele>641.796875</ele>
+      </trkpt>
+      <trkpt lat="47.186081148684025" lon="8.796644853428006">
+        <ele>639.4296875</ele>
+      </trkpt>
+      <trkpt lat="47.186186257749796" lon="8.7967315223068">
+        <ele>636.4921875</ele>
+      </trkpt>
+      <trkpt lat="47.186264377087355" lon="8.796790530905128">
+        <ele>634.1328125</ele>
+      </trkpt>
+      <trkpt lat="47.186399158090353" lon="8.796892957761884">
+        <ele>629.55859375</ele>
+      </trkpt>
+      <trkpt lat="47.186458418145776" lon="8.796928413212299">
+        <ele>627.55078125</ele>
+      </trkpt>
+      <trkpt lat="47.186606610193849" lon="8.796955989673734">
+        <ele>624.0234375</ele>
+      </trkpt>
+    </trkseg>
+  </trk>
+
+  <trk>
+    <name>über Wiese am Waldrand</name>
+    <extensions>
+      <gpxx:TrackExtension xmlns:gpxx="http://www.garmin.com/xmlschemas/GpxExtensions/v3">
+        <gpxx:DisplayColor>Red</gpxx:DisplayColor>
+      </gpxx:TrackExtension>
+    </extensions>
+    <trkseg>
+      <trkpt lat="47.18490038998425" lon="8.796944171190262">
+        <ele>663.90234375</ele>
+      </trkpt>
+      <trkpt lat="47.184951603412628" lon="8.796790530905128">
+        <ele>662.74609375</ele>
+      </trkpt>
+      <trkpt lat="47.184956967830658" lon="8.796640913933516">
+        <ele>662.1328125</ele>
+      </trkpt>
+      <trkpt lat="47.184981275349855" lon="8.796550389379263">
+        <ele>661.39453125</ele>
+      </trkpt>
+      <trkpt lat="47.185110608115792" lon="8.796479478478432">
+        <ele>658.98828125</ele>
+      </trkpt>
+      <trkpt lat="47.185218399390578" lon="8.796408567577601">
+        <ele>657.47265625</ele>
+      </trkpt>
+      <trkpt lat="47.185361227020621" lon="8.796420386061072">
+        <ele>654.22265625</ele>
+      </trkpt>
+      <trkpt lat="47.185536408796906" lon="8.796440083533526">
+        <ele>650.0703125</ele>
+      </trkpt>
+      <trkpt lat="47.185609163716435" lon="8.796475538983941">
+        <ele>647.890625</ele>
+      </trkpt>
+    </trkseg>
+  </trk>
+
+</gpx>
Index: /trunk/nodist/data/Join_Areas_Tests.osm
===================================================================
--- /trunk/nodist/data/Join_Areas_Tests.osm	(revision 16006)
+++ /trunk/nodist/data/Join_Areas_Tests.osm	(revision 16006)
@@ -0,0 +1,1815 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <bounds minlat='49.12' minlon='8.978' maxlat='49.666' maxlon='9.02' origin='JOSM' />
+  <node id='-53428' action='modify' visible='true' lat='49.57492636307' lon='8.97962635202' />
+  <node id='-53430' action='modify' visible='true' lat='49.57231627432' lon='8.988974722' />
+  <node id='-53432' action='modify' visible='true' lat='49.57652602589' lon='8.99098721832' />
+  <node id='-53434' action='modify' visible='true' lat='49.57879914075' lon='8.98215820223' />
+  <node id='-53436' action='modify' visible='true' lat='49.57367109094' lon='8.97842986264' />
+  <node id='-53438' action='modify' visible='true' lat='49.57095901379' lon='8.99189351315' />
+  <node id='-53440' action='modify' visible='true' lat='49.57697248133' lon='8.99486209394' />
+  <node id='-53442' action='modify' visible='true' lat='49.57978062744' lon='8.98136326706'>
+    <tag k='name' v='join two multipolygons' />
+  </node>
+  <node id='-53444' action='modify' visible='true' lat='49.57471587721' lon='8.98832552964' />
+  <node id='-53446' action='modify' visible='true' lat='49.5729056614' lon='8.99812833427' />
+  <node id='-53448' action='modify' visible='true' lat='49.57450539045' lon='8.99910212281' />
+  <node id='-53450' action='modify' visible='true' lat='49.57947263593' lon='8.99501221095' />
+  <node id='-53452' action='modify' visible='true' lat='49.57812563627' lon='8.98975375283' />
+  <node id='-53454' action='modify' visible='true' lat='49.57349504136' lon='8.98657271027' />
+  <node id='-53456' action='modify' visible='true' lat='49.5712637797' lon='9.00085494218' />
+  <node id='-53458' action='modify' visible='true' lat='49.57724164754' lon='9.0012444576' />
+  <node id='-53460' action='modify' visible='true' lat='49.58140888281' lon='8.99533680713' />
+  <node id='-53462' action='modify' visible='true' lat='49.57900960899' lon='8.98871504506' />
+  <node id='-53464' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.58654844761' lon='8.98191058922' />
+  <node id='-53466' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.58659590061' lon='8.97966577373' />
+  <node id='-53468' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.59078239402' lon='8.97986111614' />
+  <node id='-53470' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.59068752791' lon='8.98168069868' />
+  <node id='-53472' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.59349189817' lon='8.98247086702'>
+    <tag k='name' v='Invalid shape - should split into 3 individual shapes' />
+  </node>
+  <node id='-53474' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.59361897337' lon='8.98568759321' />
+  <node id='-53476' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.58663029202' lon='8.9849063741' />
+  <node id='-53478' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.58612382692' lon='8.99037490787' />
+  <node id='-53480' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.59047925489' lon='8.9905311517' />
+  <node id='-53482' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true' lat='49.59299360655' lon='8.99942885892' />
+  <node id='-53484' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true' lat='49.59290775951' lon='8.99538692087' />
+  <node id='-53486' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true' lat='49.59063794877' lon='8.99862811805' />
+  <node id='-53488' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true' lat='49.59395593569' lon='8.99930885211' />
+  <node id='-53490' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true' lat='49.587810793' lon='9.00095637433' />
+  <node id='-53492' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true' lat='49.5906301595' lon='9.00207840382' />
+  <node id='-53494' action='modify' timestamp='2010-08-22T07:13:40Z' visible='true' lat='49.59681339016' lon='9.0095791678'>
+    <tag k='name' v='Insane self-overlapping test. Should result in may small polygons no multipolygon' />
+  </node>
+  <node id='-53496' action='modify' timestamp='2010-09-01T07:34:34Z' visible='true' lat='49.59190240293' lon='9.00051199489' />
+  <node id='-53498' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true' lat='49.58930802123' lon='9.00065417039' />
+  <node id='-53500' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true' lat='49.59060773974' lon='9.00527193749' />
+  <node id='-53502' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true' lat='49.59534182025' lon='8.99947500179'>
+    <tag k='name' v='Illegal multipolygon - convert to single polygon' />
+  </node>
+  <node id='-53504' action='modify' timestamp='2010-09-01T07:34:34Z' visible='true' lat='49.59410169848' lon='9.00194866927' />
+  <node id='-53506' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60780984108' lon='8.99788931659' />
+  <node id='-53508' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60618838737' lon='8.99437757745' />
+  <node id='-53510' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60506857523' lon='8.99399171674' />
+  <node id='-53512' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60409007754' lon='9.00454416837' />
+  <node id='-53514' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60523165627' lon='9.00236321653' />
+  <node id='-53516' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60578612772' lon='8.99618944514' />
+  <node id='-53518' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60676459136' lon='8.99914211841' />
+  <node id='-53520' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60492723789' lon='8.99899112944' />
+  <node id='-53522' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60822137863' lon='8.99966219155' />
+  <node id='-53524' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60774303537' lon='9.00179281373' />
+  <node id='-53526' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60288323668' lon='9.0009539861' />
+  <node id='-53528' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60285061895' lon='9.00259808826' />
+  <node id='-53530' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60869971719' lon='9.00350402211' />
+  <node id='-53532' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60878668734' lon='8.99882336391'>
+    <tag k='name' v='Tricky islands' />
+  </node>
+  <node id='-53534' timestamp='2010-09-01T07:44:52Z' visible='true' lat='49.60631884925' lon='8.99828651423' />
+  <node id='-53536' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63257633019' lon='9.00188478164' />
+  <node id='-53538' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66555735068' lon='8.9800180307'>
+    <tag k='name' v='Multipolygon' />
+  </node>
+  <node id='-53540' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66293444373' lon='8.97990426838' />
+  <node id='-53542' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66309431358' lon='8.98771163351' />
+  <node id='-53544' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66550322539' lon='8.98748170973' />
+  <node id='-53546' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66114081239' lon='8.98075455155' />
+  <node id='-53548' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66414787715' lon='8.9816766207' />
+  <node id='-53550' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6619359976' lon='8.9836680511' />
+  <node id='-53552' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6642306293' lon='8.98589695412' />
+  <node id='-53554' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66122094281' lon='8.98759394496' />
+  <node id='-53556' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66524627295' lon='8.99667374404'>
+    <tag k='name' v='No Additional Inner Nodes' />
+  </node>
+  <node id='-53558' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66260897028' lon='8.99699520566' />
+  <node id='-53560' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6624782267' lon='9.00640590294' />
+  <node id='-53562' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66509579743' lon='9.00649293877' />
+  <node id='-53564' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66367385256' lon='9.00187283666' />
+  <node id='-53566' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66356462958' lon='9.00378601832' />
+  <node id='-53568' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65938132851' lon='9.00299805085' />
+  <node id='-53570' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65814379574' lon='9.00132136583' />
+  <node id='-53572' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66102960777' lon='9.00410218756' />
+  <node id='-53574' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65966007593' lon='8.99575692721'>
+    <tag k='name' v='With Inner Nodes, resolve tag conflicts beforehand' />
+  </node>
+  <node id='-53576' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6547061447' lon='9.00096709657' />
+  <node id='-53578' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65821544884' lon='8.99810190949' />
+  <node id='-53580' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65482452934' lon='8.99800181534' />
+  <node id='-53582' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65622420969' lon='8.99963051896' />
+  <node id='-53584' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65633459943' lon='8.99596685443' />
+  <node id='-53586' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66476730666' lon='9.00358600531' />
+  <node id='-53588' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65595437351' lon='9.00267009093' />
+  <node id='-53590' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66298227684' lon='9.00757434226' />
+  <node id='-53592' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65289771396' lon='8.99539819458'>
+    <tag k='name' v='Overlapping Itself' />
+  </node>
+  <node id='-53594' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64759565942' lon='8.99560106004' />
+  <node id='-53596' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65729455134' lon='9.00552388022' />
+  <node id='-53598' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65131105392' lon='9.00298658643' />
+  <node id='-53600' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6593238883' lon='9.00052935158' />
+  <node id='-53602' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65151745641' lon='8.9979920578' />
+  <node id='-53604' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64804289784' lon='9.00394298553' />
+  <node id='-53606' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64965980248' lon='9.00303971971' />
+  <node id='-53608' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64752685314' lon='8.99921412331' />
+  <node id='-53610' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64862774189' lon='8.99756699153' />
+  <node id='-53612' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65012324238' lon='8.98422363499' />
+  <node id='-53614' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65347823641' lon='9.0037304524' />
+  <node id='-53616' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64965980248' lon='8.99730132511' />
+  <node id='-53618' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64870298821' lon='8.99108732453' />
+  <node id='-53620' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64984110963' lon='8.9895847184' />
+  <node id='-53622' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64837612802' lon='8.98266969437' />
+  <node id='-53624' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65267519582' lon='8.98253135474'>
+    <tag k='name' v='Joining an two areas with self-overlap' />
+  </node>
+  <node id='-53626' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64821655132' lon='8.98661861974' />
+  <node id='-53628' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65263419499' lon='8.99201587447' />
+  <node id='-53630' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65180728142' lon='8.98635078159' />
+  <node id='-53632' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6515436588' lon='8.9898947594' />
+  <node id='-53634' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66425800852' lon='8.99483419625' />
+  <node id='-53636' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66111564855' lon='8.99483707787' />
+  <node id='-53638' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66157526588' lon='9.00241741507' />
+  <node id='-53640' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6491048799' lon='8.98434746262' />
+  <node id='-53642' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66439890568' lon='9.00025336285' />
+  <node id='-53644' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66336086872' lon='9.00017252058' />
+  <node id='-53646' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66163205845' lon='8.99618258334' />
+  <node id='-53648' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66327697326' lon='8.9960374519' />
+  <node id='-53650' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65366266055' lon='8.98376518175' />
+  <node id='-53652' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65093842995' lon='8.98362536208' />
+  <node id='-53654' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65083240952' lon='8.98100975104' />
+  <node id='-53656' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65365641835' lon='8.980925219' />
+  <node id='-53658' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65918199609' lon='8.97945358408'>
+    <tag k='name' v='Intersection already have nodes added' />
+  </node>
+  <node id='-53660' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6568757978' lon='8.9795583644' />
+  <node id='-53662' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65684188231' lon='8.98490216077' />
+  <node id='-53664' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65918199609' lon='8.98474499029' />
+  <node id='-53666' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6568757978' lon='8.98081572825' />
+  <node id='-53668' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65809673992' lon='8.98081572825' />
+  <node id='-53670' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65792716646' lon='8.98338284612' />
+  <node id='-53672' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65701145955' lon='8.98306850515' />
+  <node id='-53674' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65545132662' lon='8.98102528889' />
+  <node id='-53676' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6555850196' lon='8.9884370266' />
+  <node id='-53678' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65931567881' lon='8.98686532179'>
+    <tag k='name' v='SOME Intersection already have nodes added' />
+  </node>
+  <node id='-53680' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65700948687' lon='8.98697010211' />
+  <node id='-53682' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65823042563' lon='8.98822746596' />
+  <node id='-53684' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65931567881' lon='8.992156728' />
+  <node id='-53686' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65697557147' lon='8.99231389848' />
+  <node id='-53688' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65806085263' lon='8.99079458382' />
+  <node id='-53690' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65700948687' lon='8.98822746596' />
+  <node id='-53692' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66022148898' lon='8.97713728966' />
+  <node id='-53694' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66019710028' lon='9.0215193305' />
+  <node id='-53696' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66824309941' lon='8.99379608099' />
+  <node id='-53698' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66532586921' lon='9.01062901662'>
+    <tag k='name' v='Member of some (i.e. not multigon) relation' />
+  </node>
+  <node id='-53700' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65418064466' lon='9.02166564057' />
+  <node id='-53702' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66084008723' lon='9.01744447038' />
+  <node id='-53704' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66089950427' lon='9.01065196427' />
+  <node id='-53706' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66770174614' lon='9.00878856821' />
+  <node id='-53708' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.58144205088' lon='8.99343787966' />
+  <node id='-53710' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65414222709' lon='8.97793106762' />
+  <node id='-53712' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.5826833577' lon='9.00815487769' />
+  <node id='-53714' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66149367061' lon='9.01682488367' />
+  <node id='-53716' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66156794089' lon='9.01464485637' />
+  <node id='-53718' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66575660135' lon='9.01755920866' />
+  <node id='-53720' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66526645758' lon='9.01673309305' />
+  <node id='-53722' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66223636834' lon='9.01170755644' />
+  <node id='-53724' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66210268358' lon='9.01751331334' />
+  <node id='-53726' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66392967677' lon='9.01471369934' />
+  <node id='-53728' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66398909003' lon='9.01179934706' />
+  <node id='-53730' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65656190983' lon='9.01171261759' />
+  <node id='-53732' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65825541574' lon='9.01471876049' />
+  <node id='-53734' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65507724377' lon='9.01627416679' />
+  <node id='-53736' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65831483593' lon='9.01180440821' />
+  <node id='-53738' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6595415035' lon='9.01022525525'>
+    <tag k='name' v='One Area already part of multipolygon (as outer)' />
+  </node>
+  <node id='-53740' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65948208481' lon='9.01632933168' />
+  <node id='-53742' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6657268958' lon='9.01868364379' />
+  <node id='-53744' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66467233731' lon='9.0187295391' />
+  <node id='-53746' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65046750443' lon='9.01556653387' />
+  <node id='-53748' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65046750443' lon='9.01265367344' />
+  <node id='-53750' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65777838791' lon='9.01859068073' />
+  <node id='-53752' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65995069058' lon='9.01852254364' />
+  <node id='-53754' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65998377059' lon='9.01566078603' />
+  <node id='-53756' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65777838791' lon='9.0156778203' />
+  <node id='-53758' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65511461231' lon='9.0102482029' />
+  <node id='-53760' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65649630974' lon='9.01456121513' />
+  <node id='-53762' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64979082513' lon='9.01099422972' />
+  <node id='-53764' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64907390167' lon='9.01024116622' />
+  <node id='-53766' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6497252159' lon='9.01384282727' />
+  <node id='-53768' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65264013345' lon='9.01549839679' />
+  <node id='-53770' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65267321842' lon='9.01263663917' />
+  <node id='-53772' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65344191626' lon='9.016322295' />
+  <node id='-53774' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65148456665' lon='9.01400037263' />
+  <node id='-53776' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64903652849' lon='9.01626713011' />
+  <node id='-53778' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64474487638' lon='9.01331314878' />
+  <node id='-53780' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64329477395' lon='9.00982115695' />
+  <node id='-53782' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64633804683' lon='9.01604442113' />
+  <node id='-53784' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64409950604' lon='9.01508967043' />
+  <node id='-53786' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6469895306' lon='8.97763933323' />
+  <node id='-53788' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64702795382' lon='9.02137390618' />
+  <node id='-53790' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65154399511' lon='9.01108602035' />
+  <node id='-53792' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65350134233' lon='9.01021821857'>
+    <tag k='name' v='One Area already part of multipolygon (as inner)' />
+  </node>
+  <node id='-53794' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64442618533' lon='9.0185072368' />
+  <node id='-53796' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64634787644' lon='9.01859251804' />
+  <node id='-53798' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64637732705' lon='9.01759188476' />
+  <node id='-53800' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64446300005' lon='9.01759188476' />
+  <node id='-53802' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64427939674' lon='8.99701844323' />
+  <node id='-53804' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64510851669' lon='9.00501200093' />
+  <node id='-53806' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64579713322' lon='9.0017253295' />
+  <node id='-53808' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64357060089' lon='9.00542423969' />
+  <node id='-53810' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64569440378' lon='9.01213134865' />
+  <node id='-53812' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6464527014' lon='9.00974135513'>
+    <tag k='name' v='Both part of other relations' />
+  </node>
+  <node id='-53814' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64566131407' lon='9.0150385896' />
+  <node id='-53816' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64477854294' lon='9.01086500064' />
+  <node id='-53818' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64365164385' lon='9.01333753675' />
+  <node id='-53820' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64333102751' lon='9.01593240208' />
+  <node id='-53822' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64364363066' lon='9.01083006419' />
+  <node id='-53824' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64409950604' lon='9.01217681' />
+  <node id='-53826' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64421544851' lon='8.98760121032' />
+  <node id='-53828' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64509437229' lon='8.98563214518' />
+  <node id='-53830' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64512070291' lon='8.99019122975' />
+  <node id='-53832' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64400653204' lon='8.98552774109' />
+  <node id='-53834' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64362715513' lon='8.98379559046' />
+  <node id='-53836' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64383591382' lon='8.9888730759' />
+  <node id='-53838' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6462475212' lon='8.99020907852' />
+  <node id='-53840' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64561767902' lon='8.98711158236' />
+  <node id='-53842' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64587028284' lon='9.00057328894' />
+  <node id='-53844' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64453344139' lon='9.00173847222' />
+  <node id='-53846' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64620102923' lon='8.99528505265' />
+  <node id='-53848' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64554939497' lon='8.99751296069' />
+  <node id='-53850' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64390917555' lon='9.00236900727' />
+  <node id='-53852' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64358327294' lon='8.99642607886' />
+  <node id='-53854' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64506481587' lon='8.99952863204' />
+  <node id='-53856' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64660348406' lon='9.00780415039' />
+  <node id='-53858' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.67180165589' lon='9.01927619791'>
+    <tag k='name' v='out of bounds' />
+  </node>
+  <node id='-53860' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66726589111' lon='9.01880897518' />
+  <node id='-53862' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64294039576' lon='8.98264180269' />
+  <node id='-53864' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64654691825' lon='8.98241839216' />
+  <node id='-53866' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6465677851' lon='8.99259699933' />
+  <node id='-53868' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64305580575' lon='8.99286902049' />
+  <node id='-53870' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66722269132' lon='9.02635128492' />
+  <node id='-53872' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.67193124295' lon='9.0260175544' />
+  <node id='-53874' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6690370496' lon='9.02288048752' />
+  <node id='-53876' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66484664363' lon='9.02334771025' />
+  <node id='-53878' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64619224515' lon='8.98406167398' />
+  <node id='-53880' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64560080131' lon='8.98840750252' />
+  <node id='-53882' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66476023971' lon='9.02968859012' />
+  <node id='-53884' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6687778597' lon='9.02855390635' />
+  <node id='-53886' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64226790264' lon='9.02047968291' />
+  <node id='-53888' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64222947567' lon='8.97674510996' />
+  <node id='-53890' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63766059241' lon='8.98542637143' />
+  <node id='-53892' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64113713627' lon='8.99764014461' />
+  <node id='-53894' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63620969615' lon='8.9842675849' />
+  <node id='-53896' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63831098015' lon='8.98600576469' />
+  <node id='-53898' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63833608786' lon='9.00196547626' />
+  <node id='-53900' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63866179944' lon='9.00106017429' />
+  <node id='-53902' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63670749727' lon='8.99690249115' />
+  <node id='-53904' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63672921217' lon='9.00149606042' />
+  <node id='-53906' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64166284076' lon='8.99037052727' />
+  <node id='-53908' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64038715981' lon='8.98484697817' />
+  <node id='-53910' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63635979087' lon='8.99203145463' />
+  <node id='-53912' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63665997893' lon='8.97982556989' />
+  <node id='-53914' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64158780163' lon='8.98446071599' />
+  <node id='-53916' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63671001009' lon='8.98569675495' />
+  <node id='-53918' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63933657394' lon='8.98561950252' />
+  <node id='-53920' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64153777547' lon='8.9805208418' />
+  <node id='-53922' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63919649619' lon='9.00002109427' />
+  <node id='-53924' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63655427055' lon='9.00368510516' />
+  <node id='-53926' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63888900844' lon='9.00317008893' />
+  <node id='-53928' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63766439679' lon='9.00832282635' />
+  <node id='-53930' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63680387049' lon='9.00563444161' />
+  <node id='-53932' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64135304304' lon='9.00804262533' />
+  <node id='-53934' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64139769072' lon='9.00203253566' />
+  <node id='-53936' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63970283979' lon='9.00294611051' />
+  <node id='-53938' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64150503264' lon='9.00556142733' />
+  <node id='-53940' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64035546455' lon='9.00055722874' />
+  <node id='-53942' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63983876223' lon='8.99976340032' />
+  <node id='-53944' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64096343253' lon='9.00230077329' />
+  <node id='-53946' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64035546455' lon='9.00163017923' />
+  <node id='-53948' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64165036102' lon='9.01137554203' />
+  <node id='-53950' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6399451077' lon='9.01153775491' />
+  <node id='-53952' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63989778321' lon='9.01301762122' />
+  <node id='-53954' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63851559946' lon='9.01192392888' />
+  <node id='-53956' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63931004998' lon='9.01499487965' />
+  <node id='-53958' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63656290879' lon='9.01184224654' />
+  <node id='-53960' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63849599254' lon='9.01304151666' />
+  <node id='-53962' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63929746549' lon='9.01307504374' />
+  <node id='-53964' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63932787365' lon='9.01134176037' />
+  <node id='-53966' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63623416742' lon='9.01121234795' />
+  <node id='-53968' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63846974351' lon='9.01495972809' />
+  <node id='-53970' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63928563993' lon='9.0163862672' />
+  <node id='-53972' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6361456965' lon='9.01625492081' />
+  <node id='-53974' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63649727862' lon='9.01558299248' />
+  <node id='-53976' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64173715249' lon='9.01288893804' />
+  <node id='-53978' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6399366273' lon='9.0149455147' />
+  <node id='-53980' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64179212327' lon='9.01448885084' />
+  <node id='-53982' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63845737051' lon='9.01566498432' />
+  <node id='-53984' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63150287991' lon='8.98484389981' />
+  <node id='-53986' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63276591352' lon='8.98818684394' />
+  <node id='-53988' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63332524651' lon='8.98250383893' />
+  <node id='-53990' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6310337448' lon='8.98478818408' />
+  <node id='-53992' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63087135082' lon='8.98793612313' />
+  <node id='-53994' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63222461741' lon='8.98487175768' />
+  <node id='-53996' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63191788028' lon='8.9889111485' />
+  <node id='-53998' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63282112168' lon='8.98487375291' />
+  <node id='-54000' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6298969756' lon='8.98233669172' />
+  <node id='-54002' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63336133229' lon='8.98489961555' />
+  <node id='-54004' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63146679275' lon='8.98801969673' />
+  <node id='-54006' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63204418404' lon='8.9881311282' />
+  <node id='-54008' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.62973457783' lon='8.98879971703' />
+  <node id='-54010' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.62984284307' lon='8.98476032621' />
+  <node id='-54012' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63323503195' lon='8.98905043784' />
+  <node id='-54014' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63471529132' lon='8.97720935168' />
+  <node id='-54016' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63475372422' lon='9.02094392463' />
+  <node id='-54018' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.62789803393' lon='8.97712594139' />
+  <node id='-54020' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.62793647221' lon='9.02086051434' />
+  <node id='-54022' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63337473099' lon='9.00093461092' />
+  <node id='-54024' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63150802161' lon='8.99713804423' />
+  <node id='-54026' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63161006769' lon='9.00307941731' />
+  <node id='-54028' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6297111409' lon='8.99927701303' />
+  <node id='-54030' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63246699538' lon='8.99911635415' />
+  <node id='-54032' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63257633019' lon='9.00188478164' />
+  <node id='-54034' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63394263014' lon='9.01103614502' />
+  <node id='-54036' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63397051736' lon='9.01077566199' />
+  <node id='-54038' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63376409639' lon='9.01030107328' />
+  <node id='-54040' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63394262769' lon='9.01103637528' />
+  <node id='-54042' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6338937522' lon='9.01096351502' />
+  <node id='-54044' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63385621217' lon='9.01089347373' />
+  <node id='-54046' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63394377111' lon='9.01092861349' />
+  <node id='-54048' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6336500932' lon='9.01041866294' />
+  <node id='-54050' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63393763129' lon='9.01091533061' />
+  <node id='-54052' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63394598937' lon='9.01071953717' />
+  <node id='-54054' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63394512707' lon='9.01080081904' />
+  <node id='-54056' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63397651972' lon='9.01099922529' />
+  <node id='-54058' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63393264308' lon='9.0110471794' />
+  <node id='-54060' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63394511727' lon='9.01080174009' />
+  <node id='-54062' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63429762375' lon='9.00991361317'>
+    <tag k='name' v='two nodes are overlapping, but not identical' />
+  </node>
+  <node id='-54064' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62627905323' lon='8.98141400251'>
+    <tag k='name' v='Self-intersecting area' />
+  </node>
+  <node id='-54066' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62213994271' lon='8.98809841021' />
+  <node id='-54068' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62498429235' lon='8.99252191531' />
+  <node id='-54070' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62725540752' lon='8.98888481112' />
+  <node id='-54072' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62216116982' lon='8.98095526864' />
+  <node id='-54074' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62551493621' lon='8.98813117692' />
+  <node id='-54076' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62485693696' lon='8.99075251327' />
+  <node id='-54078' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62341355263' lon='8.9880001101' />
+  <node id='-54080' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62323026099' lon='8.99638795637' />
+  <node id='-54082' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62620189918' lon='8.99683849856'>
+    <tag k='name' v='Two touching areas, should NOT be combined into one' />
+  </node>
+  <node id='-54084' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62628149414' lon='9.00220404641' />
+  <node id='-54086' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.624530375' lon='9.00113912851' />
+  <node id='-54088' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62468957025' lon='9.00490729952' />
+  <node id='-54090' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62251385681' lon='9.00486634114' />
+  <node id='-54092' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62208931603' lon='9.00208117127' />
+  <node id='-54094' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62673252978' lon='9.01150159879'>
+    <tag k='name' v='Touching areas, should not be combined where only touching' />
+  </node>
+  <node id='-54096' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62681212387' lon='9.01424581029' />
+  <node id='-54098' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62559166684' lon='9.01318089239' />
+  <node id='-54100' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62479570013' lon='9.01531072818' />
+  <node id='-54102' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62360172567' lon='9.01354951782' />
+  <node id='-54104' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62283225997' lon='9.0150649779' />
+  <node id='-54106' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62121368899' lon='9.01498306114' />
+  <node id='-54108' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62089527526' lon='9.01146064041' />
+  <node id='-54110' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62691824913' lon='9.01825973158' />
+  <node id='-54112' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62131982644' lon='9.01789110616' />
+  <node id='-54114' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62365479183' lon='9.01604797903' />
+  <node id='-54116' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.62577739053' lon='9.01608893741' />
+  <node id='-54118' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.61978061682' lon='8.97691963091' />
+  <node id='-54120' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.61981906151' lon='9.02065420386' />
+  <node id='-54122' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.618083355' lon='8.97962592186'>
+    <tag k='name' v='Inner touchin aras, should create three inner parts' />
+  </node>
+  <node id='-54124' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61813642716' lon='8.9829025923' />
+  <node id='-54126' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61654423714' lon='8.9829025923' />
+  <node id='-54128' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61537659806' lon='8.98159192412' />
+  <node id='-54130' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61468661637' lon='8.98314834258' />
+  <node id='-54132' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61395947124' lon='8.9819212295' />
+  <node id='-54134' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61333316236' lon='8.98302546744' />
+  <node id='-54136' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61142233977' lon='8.98314834258' />
+  <node id='-54138' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61158157785' lon='8.97921633805' />
+  <node id='-54140' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61824257132' lon='8.98839101529' />
+  <node id='-54142' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61460700247' lon='8.98843197367' />
+  <node id='-54144' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61553009112' lon='8.98397013153' />
+  <node id='-54146' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61511052965' lon='8.98468842906' />
+  <node id='-54148' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.6144934614' lon='8.98645718376' />
+  <node id='-54150' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61138603342' lon='8.9887986331' />
+  <node id='-54152' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.61406286451' lon='8.98391246213' />
+  <node id='-54154' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.6141036273' lon='8.98496099667' />
+  <node id='-54156' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.61022835848' lon='8.97569170936' />
+  <node id='-54158' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.61026681071' lon='9.02106461754' />
+  <node id='-54160' action='modify' timestamp='2010-06-07T04:01:23Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61900557203' lon='8.99600505858' />
+  <node id='-54162' action='modify' timestamp='2010-06-07T04:01:46Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61923120912' lon='8.99629515858' />
+  <node id='-54164' action='modify' timestamp='2010-06-07T04:01:18Z' uid='213040' user='jf01' visible='true' version='2' lat='49.618294243' lon='8.99553268622' />
+  <node id='-54166' action='modify' timestamp='2010-06-07T04:01:31Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61933991164' lon='8.99550275858' />
+  <node id='-54168' action='modify' timestamp='2010-06-07T04:01:24Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61906924632' lon='8.99571475858' />
+  <node id='-54170' action='modify' timestamp='2010-06-07T04:01:20Z' uid='213040' user='jf01' visible='true' version='2' lat='49.6185874067' lon='8.99543048824' />
+  <node id='-54172' action='modify' timestamp='2010-06-07T04:01:53Z' uid='213040' user='jf01' visible='true' version='1' lat='49.6191072327' lon='8.99568665858' />
+  <node id='-54174' action='modify' timestamp='2010-06-08T02:49:37Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61883398866' lon='8.99651785858' />
+  <node id='-54176' action='modify' timestamp='2010-06-07T04:43:01Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61836068595' lon='8.99542222069' />
+  <node id='-54178' action='modify' timestamp='2010-06-07T04:01:37Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61859496211' lon='8.99528045858' />
+  <node id='-54180' action='modify' timestamp='2010-06-07T04:01:38Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61903016895' lon='8.99523125858' />
+  <node id='-54182' action='modify' timestamp='2010-06-07T04:19:46Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61917110535' lon='8.99570345858' />
+  <node id='-54184' action='modify' timestamp='2010-06-07T04:01:32Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61937056422' lon='8.9961630253' />
+  <node id='-54186' action='modify' timestamp='2010-06-08T02:48:00Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61844133051' lon='8.99576525858' />
+  <node id='-54188' action='modify' timestamp='2010-06-07T04:09:41Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61929349648' lon='8.99528033355' />
+  <node id='-54190' action='modify' timestamp='2010-06-07T04:43:09Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61884529531' lon='8.99504125858' />
+  <node id='-54192' action='modify' timestamp='2010-06-07T04:01:31Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61925590522' lon='8.99535035858' />
+  <node id='-54194' action='modify' timestamp='2010-06-07T04:01:49Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61890252843' lon='8.99508605465' />
+  <node id='-54196' action='modify' timestamp='2010-06-07T04:19:52Z' uid='213040' user='jf01' visible='true' version='3' lat='49.61895548556' lon='8.99555285858' />
+  <node id='-54198' action='modify' timestamp='2010-06-07T04:01:42Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61925292979' lon='8.99634085858' />
+  <node id='-54200' action='modify' timestamp='2010-06-07T04:01:35Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61914254118' lon='8.99632435858' />
+  <node id='-54202' action='modify' timestamp='2010-06-07T04:01:24Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61894606335' lon='8.99581165858' />
+  <node id='-54204' action='modify' timestamp='2010-06-08T02:34:42Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61828702523' lon='8.99549791549' />
+  <node id='-54206' action='modify' timestamp='2010-06-07T04:01:35Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61934179608' lon='8.99558845858' />
+  <node id='-54208' action='modify' timestamp='2010-06-07T04:01:21Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61908957564' lon='8.99571084591' />
+  <node id='-54210' action='modify' timestamp='2010-06-07T04:01:36Z' uid='213040' user='jf01' visible='true' version='1' lat='49.6185323788' lon='8.99550115858' />
+  <node id='-54212' action='modify' timestamp='2010-06-07T04:01:51Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61911492548' lon='8.99565984433' />
+  <node id='-54214' action='modify' timestamp='2010-06-07T04:01:19Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61856213315' lon='8.99577055858' />
+  <node id='-54216' action='modify' timestamp='2010-06-07T04:01:25Z' uid='213040' user='jf01' visible='true' version='2' lat='49.6185398813' lon='8.99574197148' />
+  <node id='-54218' action='modify' timestamp='2010-06-07T04:02:03Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61916932009' lon='8.99504965858' />
+  <node id='-54220' action='modify' timestamp='2010-06-07T04:01:41Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61858801943' lon='8.99525145858' />
+  <node id='-54222' action='modify' timestamp='2010-06-07T04:01:24Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61892166479' lon='8.99528315858' />
+  <node id='-54224' action='modify' timestamp='2010-06-07T04:19:47Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61918102346' lon='8.99572645858' />
+  <node id='-54226' action='modify' timestamp='2010-06-07T04:01:24Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61938870876' lon='8.99615419928' />
+  <node id='-54228' action='modify' timestamp='2010-06-07T04:19:52Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61915107076' lon='8.99585735858' />
+  <node id='-54230' action='modify' timestamp='2010-06-08T02:47:58Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61839620309' lon='8.99579625858' />
+  <node id='-54232' action='modify' timestamp='2010-06-07T04:01:20Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61930221534' lon='8.99532603368' />
+  <node id='-54234' action='modify' timestamp='2010-06-07T04:01:46Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61889825804' lon='8.99500935858' />
+  <node id='-54236' action='modify' timestamp='2010-06-07T04:01:34Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61926267645' lon='8.99538470439' />
+  <node id='-54238' action='modify' timestamp='2008-01-02T17:01:25Z' uid='5748' user='fatbozz' visible='true' version='2' lat='49.61895637819' lon='8.99508675858' />
+  <node id='-54240' action='modify' timestamp='2010-06-07T04:19:51Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61899287684' lon='8.99570235858' />
+  <node id='-54242' action='modify' timestamp='2010-06-07T04:01:22Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61871526883' lon='8.99528035858' />
+  <node id='-54244' action='modify' timestamp='2010-06-07T04:01:34Z' uid='213040' user='jf01' visible='true' version='1' lat='49.618931087' lon='8.99582345858' />
+  <node id='-54246' action='modify' timestamp='2010-06-07T04:01:40Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61903750836' lon='8.99649785858' />
+  <node id='-54248' action='modify' timestamp='2010-06-07T04:01:30Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61827668046' lon='8.99546050345' />
+  <node id='-54250' action='modify' timestamp='2010-06-07T04:01:27Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61929121371' lon='8.99563995858' />
+  <node id='-54252' action='modify' timestamp='2010-06-07T04:01:38Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61874165102' lon='8.99597355858' />
+  <node id='-54254' action='modify' timestamp='2010-06-07T04:19:45Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61912320086' lon='8.99546235858' />
+  <node id='-54256' action='modify' timestamp='2010-06-07T04:01:45Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61855007332' lon='8.99578062116' />
+  <node id='-54258' action='modify' timestamp='2010-06-07T04:19:49Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61911060486' lon='8.99563315858' />
+  <node id='-54260' action='modify' timestamp='2010-06-07T04:01:29Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61852011761' lon='8.99569801073' />
+  <node id='-54262' action='modify' timestamp='2010-06-07T04:01:32Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61926324463' lon='8.99492385858' />
+  <node id='-54264' action='modify' timestamp='2010-06-07T04:09:42Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61872984846' lon='8.99512045858' />
+  <node id='-54266' action='modify' timestamp='2010-06-07T04:01:23Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61892979764' lon='8.99531455858' />
+  <node id='-54268' action='modify' timestamp='2010-06-07T04:19:50Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61912082051' lon='8.99580675858' />
+  <node id='-54270' action='modify' timestamp='2010-06-08T02:40:40Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61939929556' lon='8.99619433997' />
+  <node id='-54272' action='modify' timestamp='2010-06-07T04:19:45Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61912171314' lon='8.99592365858' />
+  <node id='-54274' action='modify' timestamp='2010-06-07T04:01:19Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61834700924' lon='8.99583045858' />
+  <node id='-54276' action='modify' timestamp='2010-06-07T04:01:50Z' uid='213040' user='jf01' visible='true' version='2' lat='49.6183261518' lon='8.99569720207' />
+  <node id='-54278' action='modify' timestamp='2010-06-07T04:01:37Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61923234497' lon='8.9954437001' />
+  <node id='-54280' action='modify' timestamp='2010-09-01T07:18:37Z' visible='true' version='1' lat='49.61864960048' lon='8.99535796686' />
+  <node id='-54282' action='modify' timestamp='2010-06-07T04:01:38Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61904008707' lon='8.99567795858' />
+  <node id='-54284' action='modify' timestamp='2010-06-07T04:01:30Z' uid='213040' user='jf01' visible='true' version='2' lat='49.6188495401' lon='8.99544388067' />
+  <node id='-54286' action='modify' timestamp='2010-06-07T04:01:44Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61893614523' lon='8.99656535858' />
+  <node id='-54288' action='modify' timestamp='2010-06-07T04:01:32Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61833207874' lon='8.99545066378' />
+  <node id='-54290' action='modify' timestamp='2010-06-07T04:01:27Z' uid='213040' user='jf01' visible='true' version='2' lat='49.6192660217' lon='8.99559395858' />
+  <node id='-54292' action='modify' timestamp='2010-06-07T04:01:42Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61911546473' lon='8.99546475858' />
+  <node id='-54294' action='modify' timestamp='2010-06-07T04:01:52Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61881673114' lon='8.99613645858' />
+  <node id='-54296' action='modify' timestamp='2010-06-07T04:01:45Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61914700433' lon='8.99560795858' />
+  <node id='-54298' action='modify' timestamp='2010-06-07T04:01:48Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61917695704' lon='8.99617745858' />
+  <node id='-54300' action='modify' timestamp='2010-06-07T04:01:25Z' uid='213040' user='jf01' visible='true' version='2' lat='49.6184798128' lon='8.99568915858' />
+  <node id='-54302' action='modify' timestamp='2010-06-07T04:01:52Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61927034596' lon='8.99510919171' />
+  <node id='-54304' action='modify' timestamp='2010-06-07T04:09:47Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61876634712' lon='8.99509155858' />
+  <node id='-54306' action='modify' timestamp='2010-06-07T04:01:18Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61890073757' lon='8.99532835858' />
+  <node id='-54308' action='modify' timestamp='2010-06-07T04:01:34Z' uid='213040' user='jf01' visible='true' version='2' lat='49.6194078612' lon='8.99623548725' />
+  <node id='-54310' action='modify' timestamp='2010-06-07T04:01:26Z' uid='213040' user='jf01' visible='true' version='1' lat='49.6189405092' lon='8.99538395858' />
+  <node id='-54312' action='modify' timestamp='2010-06-07T04:01:28Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61910332471' lon='8.99601418899' />
+  <node id='-54314' action='modify' timestamp='2010-06-08T02:35:19Z' uid='213040' user='jf01' visible='true' version='3' lat='49.61833539405' lon='8.99575962627' />
+  <node id='-54316' action='modify' timestamp='2010-09-01T07:18:37Z' visible='true' version='1' lat='49.61830307542' lon='8.99556640235' />
+  <node id='-54318' action='modify' timestamp='2010-06-07T04:01:42Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61927061095' lon='8.99547508231' />
+  <node id='-54320' action='modify' timestamp='2010-06-07T04:19:51Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61905456751' lon='8.99570235858' />
+  <node id='-54322' action='modify' timestamp='2010-09-01T07:18:37Z' visible='true' version='1' lat='49.61860357699' lon='8.99541314809' />
+  <node id='-54324' action='modify' timestamp='2010-06-07T04:01:27Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61880542449' lon='8.99524095858' />
+  <node id='-54326' action='modify' timestamp='2010-06-07T04:01:47Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61887693409' lon='8.99663505858' />
+  <node id='-54328' action='modify' timestamp='2010-06-07T04:43:05Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61833584575' lon='8.99543671891' />
+  <node id='-54330' action='modify' timestamp='2010-06-07T04:43:15Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61841795744' lon='8.99538726378' />
+  <node id='-54332' action='modify' timestamp='2010-06-07T04:01:51Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61908921396' lon='8.99547298349' />
+  <node id='-54334' action='modify' timestamp='2010-06-07T04:01:48Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61911893607' lon='8.99612175858' />
+  <node id='-54336' action='modify' timestamp='2010-06-07T04:01:21Z' uid='213040' user='jf01' visible='true' version='2' lat='49.6192013556' lon='8.99624545858' />
+  <node id='-54338' action='modify' timestamp='2010-06-07T04:01:19Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61919104076' lon='8.99567445858' />
+  <node id='-54340' action='modify' timestamp='2010-06-07T04:01:28Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61845226506' lon='8.99572465245' />
+  <node id='-54342' action='modify' timestamp='2010-06-07T04:09:52Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61927947312' lon='8.9951796668' />
+  <node id='-54344' action='modify' timestamp='2010-06-07T04:01:43Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61881256553' lon='8.99505115858' />
+  <node id='-54346' action='modify' timestamp='2010-06-07T04:01:44Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61891392866' lon='8.99539015858' />
+  <node id='-54348' action='modify' timestamp='2010-06-07T04:01:47Z' uid='213040' user='jf01' visible='true' version='1' lat='49.61897790049' lon='8.99553955858' />
+  <node id='-54350' action='modify' timestamp='2010-06-07T04:01:37Z' uid='213040' user='jf01' visible='true' version='2' lat='49.61936490934' lon='8.99625998009' />
+  <node id='-54352' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true' lat='49.61919862186' lon='9.01044194355' />
+  <node id='-54354' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true' lat='49.61943613046' lon='9.0105124888'>
+    <tag k='name' v='Point very close to line, fails if integers used for intersetion testing' />
+  </node>
+  <node id='-54356' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true' lat='49.61910167334' lon='9.01064184508' />
+  <node id='-54358' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true' lat='49.61921124617' lon='9.01076845231' />
+  <node id='-54360' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true' lat='49.61914709415' lon='9.01069441685' />
+  <node id='-54362' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true' lat='49.61930819447' lon='9.01056855078' />
+  <node id='-54364' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true' lat='49.61930744075' lon='9.01036379209' />
+  <node id='-54366' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true' lat='49.61927578428' lon='9.01084311357' />
+  <node id='-54368' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.6089326871' lon='8.98030809059' />
+  <node id='-54370' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60936383386' lon='8.98007309059'>
+    <tag k='name' v='Part of outer way within bounds of outer shell, may get discarded' />
+  </node>
+  <node id='-54372' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60902961939' lon='8.98028609059' />
+  <node id='-54374' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60879839549' lon='8.98043809059' />
+  <node id='-54376' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60923454655' lon='8.97998984187' />
+  <node id='-54378' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60893874537' lon='8.98039409059' />
+  <node id='-54380' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60879334694' lon='8.98033209059' />
+  <node id='-54382' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60922498494' lon='8.97982455261' />
+  <node id='-54384' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60897408526' lon='8.98039109059' />
+  <node id='-54386' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60897812411' lon='8.98013709059' />
+  <node id='-54388' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60876608473' lon='8.97989409059' />
+  <node id='-54390' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60896196873' lon='8.98017109059' />
+  <node id='-54392' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60897770931' lon='8.98016627431' />
+  <node id='-54394' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60876204588' lon='8.97987409059' />
+  <node id='-54396' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60895490075' lon='8.98016809059' />
+  <node id='-54398' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60891754143' lon='8.98001109059' />
+  <node id='-54400' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60906825701' lon='8.9801496049' />
+  <node id='-54402' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60860036702' lon='8.97990113017' />
+  <node id='-54404' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60895389104' lon='8.98014109059' />
+  <node id='-54406' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.6089417745' lon='8.98003109059' />
+  <node id='-54408' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60903066949' lon='8.9799489379' />
+  <node id='-54410' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60921439657' lon='8.98009309059' />
+  <node id='-54412' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60861203441' lon='8.9800577912' />
+  <node id='-54414' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60937191155' lon='8.98023109059' />
+  <node id='-54416' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60901447372' lon='8.98002109059' />
+  <node id='-54418' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60863583197' lon='8.98046309059' />
+  <node id='-54420' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true' lat='49.60920792391' lon='8.97999306787' />
+  <node id='-54422' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.63892778415' lon='9.01672759547'>
+    <tag k='name' v='Adjacent areas' />
+  </node>
+  <node id='-54424' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.63894475998' lon='9.01830039728' />
+  <node id='-54426' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.63756969835' lon='9.01830039728' />
+  <node id='-54428' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.63644924905' lon='9.01830039728' />
+  <node id='-54430' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.63641529564' lon='9.01691108901' />
+  <node id='-54432' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.63755272204' lon='9.01966349219' />
+  <node id='-54434' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.63522691132' lon='9.01966349219' />
+  <node id='-54436' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.63520993419' lon='9.01832661065' />
+  <node id='-54438' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60703277143' lon='9.01357257782'>
+    <tag k='name' v='Overlapping from inside' />
+  </node>
+  <node id='-54440' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60717742573' lon='9.01872923793' />
+  <node id='-54442' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60423913402' lon='9.01855516481' />
+  <node id='-54444' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60436654329' lon='9.01286604575' />
+  <node id='-54446' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60430158097' lon='9.01521470676' />
+  <node id='-54448' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60596690162' lon='9.01563481388' />
+  <node id='-54450' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60585641083' lon='9.01872267254' />
+  <node id='-54452' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.601887119' lon='9.01203662015' />
+  <node id='-54454' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.603267435' lon='9.01642735854' />
+  <node id='-54456' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60088902001' lon='9.01940912864' />
+  <node id='-54458' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.59842553932' lon='9.01501839025' />
+  <node id='-54460' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60216318533' lon='9.01590309127' />
+  <node id='-54462' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60076160165' lon='9.01754142649' />
+  <node id='-54464' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60035810797' lon='9.01475625661' />
+  <node id='-54466' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.5974232485' lon='8.97494644052' />
+  <node id='-54468' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.59746171082' lon='9.02031934869' />
+  <node id='-54470' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60881409905' lon='9.01306705274' />
+  <node id='-54472' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60891194022' lon='9.01461049559' />
+  <node id='-54474' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60899890999' lon='9.01613716188' />
+  <node id='-54476' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.6077487047' lon='9.01549965288' />
+  <node id='-54478' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60773783321' lon='9.01410719901' />
+  <node id='-54480' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60899890999' lon='9.01752961575' />
+  <node id='-54482' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true' lat='49.60780306212' lon='9.01670756467' />
+  <node id='-54484' action='modify' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59368056587' lon='9.01054647611' />
+  <node id='-54486' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59594467857' lon='9.01646625288' />
+  <node id='-54488' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59361437829' lon='9.01940189034' />
+  <node id='-54490' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59078753324' lon='9.01284988789' />
+  <node id='-54492' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59278702597' lon='9.01095661445' />
+  <node id='-54494' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59466233775' lon='9.01606207091' />
+  <node id='-54496' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59377984707' lon='9.01806170802' />
+  <node id='-54498' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59169765733' lon='9.01350934268' />
+  <node id='-54500' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59262155382' lon='9.01263716053' />
+  <node id='-54502' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59401426022' lon='9.01595570723' />
+  <node id='-54504' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59382121418' lon='9.0163598892' />
+  <node id='-54506' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59251123874' lon='9.01344552447' />
+  <node id='-54508' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59229060783' lon='9.01367952456' />
+  <node id='-54510' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59377322833' lon='9.01692148941' />
+  <node id='-54512' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.5943291994' lon='9.01594124177' />
+  <node id='-54514' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59266126718' lon='9.0117751893' />
+  <node id='-54516' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59127569282' lon='9.0130141134' />
+  <node id='-54518' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59367615337' lon='9.01859607913' />
+  <node id='-54520' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59537934968' lon='9.01628160553' />
+  <node id='-54522' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59286424611' lon='9.00969216307' />
+  <node id='-54524' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.58999598727' lon='9.01155735649' />
+  <node id='-54526' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59619121507' lon='9.01267374964' />
+  <node id='-54528' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59618239052' lon='9.0179153516' />
+  <node id='-54530' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.58923090589' lon='9.01563916893' />
+  <node id='-54532' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.58987904698' lon='9.01210789488' />
+  <node id='-54534' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59589117943' lon='9.01342680447' />
+  <node id='-54536' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59567056382' lon='9.01659644202' />
+  <node id='-54538' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59018242922' lon='9.01491589593' />
+  <node id='-54540' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59045822961' lon='9.01346934994' />
+  <node id='-54542' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59538100431' lon='9.01442662302' />
+  <node id='-54544' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59535342712' lon='9.01572425987' />
+  <node id='-54546' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59078918803' lon='9.01451171396' />
+  <node id='-54548' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59094087655' lon='9.01397989558' />
+  <node id='-54550' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59511902041' lon='9.01508607781' />
+  <node id='-54552' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59511902041' lon='9.01476698679' />
+  <node id='-54554' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59074781835' lon='9.01378844096' />
+  <node id='-54556' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59049959954' lon='9.01466062311' />
+  <node id='-54558' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59546373577' lon='9.0160433509' />
+  <node id='-54560' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59557404417' lon='9.01385225917' />
+  <node id='-54562' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59029274956' lon='9.01283116788' />
+  <node id='-54564' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.58983767653' lon='9.01529880517' />
+  <node id='-54566' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59578087175' lon='9.01721335134' />
+  <node id='-54568' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59605664049' lon='9.0130226225' />
+  <node id='-54570' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.58925848653' lon='9.01168244018' />
+  <node id='-54572' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.58859654669' lon='9.01697935125' />
+  <node id='-54574' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59073402845' lon='9.0179153516' />
+  <node id='-54576' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59207163067' lon='9.00893825733' />
+  <node id='-54578' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59583602562' lon='9.00951262118' />
+  <node id='-54580' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.5953947929' lon='9.01946826127' />
+  <node id='-54582' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.5927473127' lon='9.01876626101' />
+  <node id='-54584' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.5936711893' lon='9.01087407624' />
+  <node id='-54586' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59465020362' lon='9.01095916718' />
+  <node id='-54588' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59434684917' lon='9.01821316989' />
+  <node id='-54590' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59346435278' lon='9.01785153339' />
+  <node id='-54592' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59383665789' lon='9.0127248042' />
+  <node id='-54594' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59422274908' lon='9.01280989514' />
+  <node id='-54596' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59380907983' lon='9.01759626057' />
+  <node id='-54598' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59418138231' lon='9.01759626057' />
+  <node id='-54600' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59440200466' lon='9.01178880385' />
+  <node id='-54602' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59387802495' lon='9.01166116744' />
+  <node id='-54604' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59322993699' lon='9.01806426075' />
+  <node id='-54606' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59466399241' lon='9.01880880648' />
+  <node id='-54608' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59517417503' lon='9.01038480333' />
+  <node id='-54610' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59277489136' lon='9.0100657123' />
+  <node id='-54612' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59236120983' lon='9.01806426075' />
+  <node id='-54614' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59193373523' lon='9.01800044254' />
+  <node id='-54616' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59247152525' lon='9.01025716691' />
+  <node id='-54618' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59219573624' lon='9.01036353059' />
+  <node id='-54620' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59154762592' lon='9.01783026066' />
+  <node id='-54622' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.5911063544' lon='9.0175537151' />
+  <node id='-54624' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.5911063544' lon='9.0190002611' />
+  <node id='-54626' action='modify' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59554977635' lon='9.01988861052' />
+  <node id='-54628' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59619452427' lon='9.00919353015' />
+  <node id='-54630' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59152004657' lon='9.00842771168' />
+  <node id='-54632' action='modify' timestamp='2010-09-01T08:01:00Z' visible='true' lat='49.59121281152' lon='9.01029630875' />
+  <way id='-54634' action='modify' visible='true'>
+    <nd ref='-53434' />
+    <nd ref='-53432' />
+    <nd ref='-53430' />
+    <nd ref='-53428' />
+    <nd ref='-53434' />
+  </way>
+  <way id='-54636' action='modify' visible='true'>
+    <nd ref='-53442' />
+    <nd ref='-53440' />
+    <nd ref='-53438' />
+    <nd ref='-53436' />
+    <nd ref='-53442' />
+    <tag k='building' v='yes' />
+  </way>
+  <way id='-54638' action='modify' visible='true'>
+    <nd ref='-53452' />
+    <nd ref='-53450' />
+    <nd ref='-53448' />
+    <nd ref='-53446' />
+    <nd ref='-53444' />
+    <nd ref='-53452' />
+  </way>
+  <way id='-54640' action='modify' visible='true'>
+    <nd ref='-53462' />
+    <nd ref='-53460' />
+    <nd ref='-53458' />
+    <nd ref='-53456' />
+    <nd ref='-53454' />
+    <nd ref='-53462' />
+    <tag k='building' v='yes' />
+  </way>
+  <way id='-54642' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true'>
+    <nd ref='-53470' />
+    <nd ref='-53480' />
+    <nd ref='-53478' />
+    <nd ref='-53476' />
+    <nd ref='-53474' />
+    <nd ref='-53472' />
+    <nd ref='-53470' />
+    <nd ref='-53468' />
+    <nd ref='-53466' />
+    <nd ref='-53464' />
+    <nd ref='-53470' />
+    <tag k='building' v='yes' />
+  </way>
+  <way id='-54644' action='modify' timestamp='2010-08-22T06:58:34Z' visible='true'>
+    <nd ref='-53504' />
+    <nd ref='-53502' />
+    <nd ref='-53484' />
+    <nd ref='-53490' />
+    <nd ref='-53500' />
+    <nd ref='-53504' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-54646' action='modify' timestamp='2010-09-01T07:34:34Z' visible='true'>
+    <nd ref='-53504' />
+    <nd ref='-53488' />
+    <nd ref='-53482' />
+    <nd ref='-53496' />
+    <nd ref='-53504' />
+  </way>
+  <way id='-54648' action='modify' timestamp='2010-09-01T07:34:34Z' visible='true'>
+    <nd ref='-53496' />
+    <nd ref='-53492' />
+    <nd ref='-53498' />
+    <nd ref='-53486' />
+    <nd ref='-53496' />
+  </way>
+  <way id='-54650' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true'>
+    <nd ref='-53506' />
+    <nd ref='-53518' />
+    <nd ref='-53516' />
+    <nd ref='-53514' />
+    <nd ref='-53512' />
+    <nd ref='-53510' />
+    <nd ref='-53508' />
+    <nd ref='-53506' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='i2' />
+  </way>
+  <way id='-54652' action='modify' timestamp='2010-09-01T07:44:52Z' visible='true'>
+    <nd ref='-53534' />
+    <nd ref='-53532' />
+    <nd ref='-53530' />
+    <nd ref='-53528' />
+    <nd ref='-53526' />
+    <nd ref='-53524' />
+    <nd ref='-53522' />
+    <nd ref='-53520' />
+    <nd ref='-53534' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='i2' />
+  </way>
+  <way id='-54654' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53878' />
+    <nd ref='-53838' />
+    <nd ref='-53830' />
+    <nd ref='-53828' />
+    <nd ref='-53832' />
+    <nd ref='-53826' />
+    <nd ref='-53840' />
+    <nd ref='-53880' />
+    <nd ref='-53836' />
+    <nd ref='-53834' />
+    <nd ref='-53878' />
+    <tag k='name' v='Thing in the Middle' />
+  </way>
+  <way id='-54656' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53864' />
+    <nd ref='-53862' />
+    <nd ref='-53868' />
+    <nd ref='-53866' />
+    <nd ref='-53864' />
+    <tag k='amenity' v='parking' />
+    <tag k='name' v='Outer blob' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54658' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53770' />
+    <nd ref='-53748' />
+    <nd ref='-53746' />
+    <nd ref='-53768' />
+    <nd ref='-53770' />
+  </way>
+  <way id='-54660' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53592' />
+    <nd ref='-53614' />
+    <nd ref='-53604' />
+    <nd ref='-53610' />
+    <nd ref='-53616' />
+    <nd ref='-53606' />
+    <nd ref='-53598' />
+    <nd ref='-53602' />
+    <nd ref='-53608' />
+    <nd ref='-53594' />
+    <nd ref='-53592' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54662' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53852' />
+    <nd ref='-53846' />
+    <nd ref='-53856' />
+    <nd ref='-53808' />
+    <nd ref='-53852' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54664' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53754' />
+    <nd ref='-53756' />
+    <nd ref='-53750' />
+    <nd ref='-53752' />
+    <nd ref='-53754' />
+  </way>
+  <way id='-54666' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53676' />
+    <nd ref='-53690' />
+    <nd ref='-53682' />
+    <nd ref='-53688' />
+    <nd ref='-53676' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='b2' />
+  </way>
+  <way id='-54668' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53556' />
+    <nd ref='-53558' />
+    <nd ref='-53560' />
+    <nd ref='-53562' />
+    <nd ref='-53556' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='a2' />
+  </way>
+  <way id='-54670' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53734' />
+    <nd ref='-53740' />
+    <nd ref='-53738' />
+    <nd ref='-53758' />
+    <nd ref='-53734' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54672' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53932' />
+    <nd ref='-53938' />
+    <nd ref='-53934' />
+    <nd ref='-53944' />
+    <nd ref='-53946' />
+    <nd ref='-53936' />
+    <nd ref='-53926' />
+    <nd ref='-53898' />
+    <nd ref='-53904' />
+    <nd ref='-53924' />
+    <nd ref='-53930' />
+    <nd ref='-53928' />
+    <nd ref='-53932' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='e2' />
+  </way>
+  <way id='-54674' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53658' />
+    <nd ref='-53660' />
+    <nd ref='-53666' />
+    <nd ref='-53672' />
+    <nd ref='-53662' />
+    <nd ref='-53664' />
+    <nd ref='-53658' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='b1' />
+  </way>
+  <way id='-54676' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53698' />
+    <nd ref='-53704' />
+    <nd ref='-53702' />
+    <nd ref='-53724' />
+    <nd ref='-53722' />
+    <nd ref='-53728' />
+    <nd ref='-53726' />
+    <nd ref='-53716' />
+    <nd ref='-53714' />
+    <nd ref='-53720' />
+    <nd ref='-53698' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54678' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53624' />
+    <nd ref='-53628' />
+    <nd ref='-53618' />
+    <nd ref='-53640' />
+    <nd ref='-53612' />
+    <nd ref='-53620' />
+    <nd ref='-53632' />
+    <nd ref='-53630' />
+    <nd ref='-53626' />
+    <nd ref='-53622' />
+    <nd ref='-53624' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54680' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53760' />
+    <nd ref='-53730' />
+    <nd ref='-53736' />
+    <nd ref='-53732' />
+    <nd ref='-53760' />
+  </way>
+  <way id='-54682' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53776' />
+    <nd ref='-53772' />
+    <nd ref='-53792' />
+    <nd ref='-53764' />
+    <nd ref='-53776' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54684' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53692' />
+    <nd ref='-53694' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54686' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53586' />
+    <nd ref='-53566' />
+    <nd ref='-53590' />
+    <tag k='highway' v='footway' />
+  </way>
+  <way id='-54688' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53786' />
+    <nd ref='-53788' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54690' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53920' />
+    <nd ref='-53914' />
+    <nd ref='-53908' />
+    <nd ref='-53918' />
+    <nd ref='-53896' />
+    <nd ref='-53890' />
+    <nd ref='-53916' />
+    <nd ref='-53894' />
+    <nd ref='-53912' />
+    <nd ref='-53920' />
+    <tag k='amenity' v='parking' />
+    <tag k='test' v='e1' />
+  </way>
+  <way id='-54692' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53656' />
+    <nd ref='-53654' />
+    <nd ref='-53652' />
+    <nd ref='-53650' />
+    <nd ref='-53656' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54694' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53718' />
+    <nd ref='-53742' />
+    <nd ref='-53744' />
+  </way>
+  <way id='-54696' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53952' />
+    <nd ref='-53978' />
+    <nd ref='-53980' />
+    <nd ref='-53976' />
+    <nd ref='-53952' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='e3' />
+  </way>
+  <way id='-54698' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53580' />
+    <nd ref='-53578' />
+    <nd ref='-53570' />
+    <nd ref='-53576' />
+    <nd ref='-53580' />
+    <tag k='landuse' v='basin' />
+  </way>
+  <way id='-54700' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53906' />
+    <nd ref='-53914' />
+    <nd ref='-53908' />
+    <nd ref='-53918' />
+    <nd ref='-53896' />
+    <nd ref='-53890' />
+    <nd ref='-53916' />
+    <nd ref='-53894' />
+    <nd ref='-53910' />
+    <nd ref='-53906' />
+    <tag k='amenity' v='parking' />
+    <tag k='test' v='e1' />
+  </way>
+  <way id='-54702' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53546' />
+    <nd ref='-53548' />
+    <nd ref='-53550' />
+    <nd ref='-53552' />
+    <nd ref='-53554' />
+    <nd ref='-53546' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='a1' />
+  </way>
+  <way id='-54704' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53968' />
+    <nd ref='-53956' />
+    <nd ref='-53962' />
+    <nd ref='-53960' />
+    <nd ref='-53968' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='e4' />
+  </way>
+  <way id='-54706' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53892' />
+    <nd ref='-53902' />
+    <nd ref='-53904' />
+    <nd ref='-53898' />
+    <nd ref='-53900' />
+    <nd ref='-53922' />
+    <nd ref='-53942' />
+    <nd ref='-53940' />
+    <nd ref='-53946' />
+    <nd ref='-53944' />
+    <nd ref='-53934' />
+    <nd ref='-53892' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='e2' />
+  </way>
+  <way id='-54708' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53710' />
+    <nd ref='-53700' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54710' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53842' />
+    <nd ref='-53844' />
+    <nd ref='-53802' />
+    <nd ref='-53848' />
+    <nd ref='-53842' />
+  </way>
+  <way id='-54712' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53796' />
+    <nd ref='-53794' />
+    <nd ref='-53800' />
+    <nd ref='-53798' />
+    <nd ref='-53796' />
+  </way>
+  <way id='-54714' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53766' />
+    <nd ref='-53762' />
+    <nd ref='-53790' />
+    <nd ref='-53774' />
+    <nd ref='-53766' />
+  </way>
+  <way id='-54716' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53810' />
+    <nd ref='-53824' />
+    <nd ref='-53784' />
+    <nd ref='-53814' />
+    <nd ref='-53810' />
+  </way>
+  <way id='-54718' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53600' />
+    <nd ref='-53570' />
+    <nd ref='-53596' />
+    <tag k='highway' v='footway' />
+  </way>
+  <way id='-54720' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53956' />
+    <nd ref='-53970' />
+    <nd ref='-53972' />
+    <nd ref='-53966' />
+    <nd ref='-53964' />
+    <nd ref='-53962' />
+    <nd ref='-53960' />
+    <nd ref='-53954' />
+    <nd ref='-53958' />
+    <nd ref='-53974' />
+    <nd ref='-53982' />
+    <nd ref='-53968' />
+    <nd ref='-53956' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='e4' />
+  </way>
+  <way id='-54722' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53858' />
+    <nd ref='-53860' />
+    <nd ref='-53870' />
+    <nd ref='-53872' />
+    <nd ref='-53858' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54724' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53948' />
+    <nd ref='-53950' />
+    <nd ref='-53952' />
+    <nd ref='-53976' />
+    <nd ref='-53948' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='e3' />
+  </way>
+  <way id='-54726' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53874' />
+    <nd ref='-53876' />
+    <nd ref='-53882' />
+    <nd ref='-53884' />
+    <nd ref='-53874' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54728' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53854' />
+    <nd ref='-53806' />
+    <nd ref='-53804' />
+    <nd ref='-53850' />
+    <nd ref='-53854' />
+  </way>
+  <way id='-54730' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53818' />
+    <nd ref='-53822' />
+    <nd ref='-53816' />
+    <nd ref='-53778' />
+    <nd ref='-53818' />
+  </way>
+  <way id='-54732' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53572' />
+    <nd ref='-53636' />
+    <nd ref='-53634' />
+    <nd ref='-53642' />
+    <nd ref='-53644' />
+    <nd ref='-53648' />
+    <nd ref='-53646' />
+    <nd ref='-53638' />
+    <nd ref='-53564' />
+    <nd ref='-53566' />
+    <nd ref='-53572' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='a2' />
+  </way>
+  <way id='-54734' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53888' />
+    <nd ref='-53886' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54736' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53588' />
+    <nd ref='-53568' />
+    <nd ref='-53574' />
+    <nd ref='-53584' />
+    <nd ref='-53582' />
+    <nd ref='-53588' />
+    <tag k='landuse' v='retail' />
+  </way>
+  <way id='-54738' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53678' />
+    <nd ref='-53680' />
+    <nd ref='-53690' />
+    <nd ref='-53686' />
+    <nd ref='-53684' />
+    <nd ref='-53678' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='b2' />
+  </way>
+  <way id='-54740' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53706' />
+    <nd ref='-53712' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54742' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53696' />
+    <nd ref='-53708' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54744' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53820' />
+    <nd ref='-53782' />
+    <nd ref='-53812' />
+    <nd ref='-53780' />
+    <nd ref='-53820' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+  </way>
+  <way id='-54746' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53674' />
+    <nd ref='-53666' />
+    <nd ref='-53668' />
+    <nd ref='-53670' />
+    <nd ref='-53672' />
+    <nd ref='-53674' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='b1' />
+  </way>
+  <way id='-54748' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53538' />
+    <nd ref='-53540' />
+    <nd ref='-53542' />
+    <nd ref='-53544' />
+    <nd ref='-53538' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='a1' />
+  </way>
+  <way id='-54750' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54002' />
+    <nd ref='-54012' />
+    <nd ref='-53996' />
+    <nd ref='-54008' />
+    <nd ref='-54010' />
+    <nd ref='-53990' />
+    <nd ref='-53992' />
+    <nd ref='-54004' />
+    <nd ref='-53984' />
+    <nd ref='-53994' />
+    <nd ref='-54006' />
+    <nd ref='-53986' />
+    <nd ref='-53998' />
+    <nd ref='-54002' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='f1' />
+  </way>
+  <way id='-54752' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-53988' />
+    <nd ref='-54000' />
+    <nd ref='-54010' />
+    <nd ref='-53990' />
+    <nd ref='-53984' />
+    <nd ref='-53994' />
+    <nd ref='-53998' />
+    <nd ref='-54002' />
+    <nd ref='-53988' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='f1' />
+  </way>
+  <way id='-54754' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54014' />
+    <nd ref='-54016' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54756' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54018' />
+    <nd ref='-54020' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54758' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54032' />
+    <nd ref='-54026' />
+    <nd ref='-54028' />
+    <nd ref='-54024' />
+    <nd ref='-54030' />
+    <nd ref='-54032' />
+    <tag k='building' v='yes' />
+    <tag k='name' v='A' />
+    <tag k='test' v='f2' />
+  </way>
+  <way id='-54760' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54030' />
+    <nd ref='-54022' />
+    <nd ref='-53536' />
+    <nd ref='-54030' />
+    <tag k='building' v='yes' />
+    <tag k='name' v='A' />
+    <tag k='test' v='f2' />
+  </way>
+  <way id='-54762' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54034' />
+    <nd ref='-54058' />
+    <nd ref='-54042' />
+    <nd ref='-54050' />
+    <nd ref='-54046' />
+    <nd ref='-54034' />
+    <tag k='building' v='yes' />
+    <tag k='name' v='B' />
+    <tag k='test' v='f4' />
+  </way>
+  <way id='-54764' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54046' />
+    <nd ref='-54056' />
+    <nd ref='-54040' />
+    <nd ref='-54046' />
+    <tag k='building' v='yes' />
+    <tag k='name' v='B' />
+    <tag k='test' v='f4' />
+  </way>
+  <way id='-54766' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54060' />
+    <nd ref='-54044' />
+    <nd ref='-54048' />
+    <nd ref='-54038' />
+    <nd ref='-54052' />
+    <nd ref='-54060' />
+    <tag k='building' v='yes' />
+    <tag k='name' v='A' />
+  </way>
+  <way id='-54768' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54052' />
+    <nd ref='-54036' />
+    <nd ref='-54054' />
+    <nd ref='-54052' />
+    <tag k='building' v='yes' />
+    <tag k='name' v='A' />
+  </way>
+  <way id='-54770' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54064' />
+    <nd ref='-54066' />
+    <nd ref='-54068' />
+    <nd ref='-54070' />
+    <nd ref='-54072' />
+    <nd ref='-54074' />
+    <nd ref='-54076' />
+    <nd ref='-54078' />
+    <nd ref='-54064' />
+    <tag k='building' v='yes' />
+  </way>
+  <way id='-54772' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54080' />
+    <nd ref='-54082' />
+    <nd ref='-54084' />
+    <nd ref='-54086' />
+    <nd ref='-54080' />
+    <tag k='building' v='yes' />
+  </way>
+  <way id='-54774' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54086' />
+    <nd ref='-54088' />
+    <nd ref='-54090' />
+    <nd ref='-54092' />
+    <nd ref='-54086' />
+    <tag k='building' v='yes' />
+  </way>
+  <way id='-54776' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54094' />
+    <nd ref='-54096' />
+    <nd ref='-54098' />
+    <nd ref='-54100' />
+    <nd ref='-54102' />
+    <nd ref='-54104' />
+    <nd ref='-54106' />
+    <nd ref='-54108' />
+    <nd ref='-54094' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='g3' />
+  </way>
+  <way id='-54778' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54096' />
+    <nd ref='-54110' />
+    <nd ref='-54112' />
+    <nd ref='-54106' />
+    <nd ref='-54104' />
+    <nd ref='-54114' />
+    <nd ref='-54100' />
+    <nd ref='-54116' />
+    <nd ref='-54096' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='g3' />
+  </way>
+  <way id='-54780' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54118' />
+    <nd ref='-54120' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54782' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54122' />
+    <nd ref='-54124' />
+    <nd ref='-54126' />
+    <nd ref='-54128' />
+    <nd ref='-54130' />
+    <nd ref='-54132' />
+    <nd ref='-54134' />
+    <nd ref='-54136' />
+    <nd ref='-54138' />
+    <nd ref='-54122' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='h1' />
+  </way>
+  <way id='-54784' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54124' />
+    <nd ref='-54140' />
+    <nd ref='-54142' />
+    <nd ref='-54148' />
+    <nd ref='-54146' />
+    <nd ref='-54130' />
+    <nd ref='-54144' />
+    <nd ref='-54126' />
+    <nd ref='-54124' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='h1' />
+  </way>
+  <way id='-54786' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54148' />
+    <nd ref='-54142' />
+    <nd ref='-54150' />
+    <nd ref='-54136' />
+    <nd ref='-54134' />
+    <nd ref='-54152' />
+    <nd ref='-54130' />
+    <nd ref='-54154' />
+    <nd ref='-54148' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='h1' />
+  </way>
+  <way id='-54788' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54156' />
+    <nd ref='-54158' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54790' action='modify' timestamp='2010-06-08T05:21:33Z' uid='213040' user='jf01' visible='true' version='7'>
+    <nd ref='-54218' />
+    <nd ref='-54262' />
+    <nd ref='-54302' />
+    <nd ref='-54342' />
+    <nd ref='-54188' />
+    <nd ref='-54232' />
+    <nd ref='-54192' />
+    <nd ref='-54236' />
+    <nd ref='-54278' />
+    <nd ref='-54318' />
+    <nd ref='-54166' />
+    <nd ref='-54206' />
+    <nd ref='-54250' />
+    <nd ref='-54290' />
+    <nd ref='-54254' />
+    <nd ref='-54292' />
+    <nd ref='-54332' />
+    <nd ref='-54180' />
+    <nd ref='-54222' />
+    <nd ref='-54266' />
+    <nd ref='-54306' />
+    <nd ref='-54346' />
+    <nd ref='-54310' />
+    <nd ref='-54348' />
+    <nd ref='-54196' />
+    <nd ref='-54240' />
+    <nd ref='-54282' />
+    <nd ref='-54320' />
+    <nd ref='-54168' />
+    <nd ref='-54208' />
+    <nd ref='-54172' />
+    <nd ref='-54212' />
+    <nd ref='-54258' />
+    <nd ref='-54296' />
+    <nd ref='-54292' />
+    <nd ref='-54254' />
+    <nd ref='-54290' />
+    <nd ref='-54338' />
+    <nd ref='-54182' />
+    <nd ref='-54224' />
+    <nd ref='-54268' />
+    <nd ref='-54228' />
+    <nd ref='-54272' />
+    <nd ref='-54312' />
+    <nd ref='-54160' />
+    <nd ref='-54202' />
+    <nd ref='-54244' />
+    <nd ref='-54284' />
+    <nd ref='-54324' />
+    <nd ref='-54242' />
+    <nd ref='-54280' />
+    <nd ref='-54322' />
+    <nd ref='-54170' />
+    <nd ref='-54210' />
+    <nd ref='-54252' />
+    <nd ref='-54294' />
+    <nd ref='-54160' />
+    <nd ref='-54312' />
+    <nd ref='-54334' />
+    <nd ref='-54298' />
+    <nd ref='-54336' />
+    <nd ref='-54184' />
+    <nd ref='-54226' />
+    <nd ref='-54270' />
+    <nd ref='-54308' />
+    <nd ref='-54350' />
+    <nd ref='-54198' />
+    <nd ref='-54162' />
+    <nd ref='-54200' />
+    <nd ref='-54246' />
+    <nd ref='-54286' />
+    <nd ref='-54326' />
+    <nd ref='-54174' />
+    <nd ref='-54214' />
+    <nd ref='-54256' />
+    <nd ref='-54216' />
+    <nd ref='-54260' />
+    <nd ref='-54300' />
+    <nd ref='-54340' />
+    <nd ref='-54186' />
+    <nd ref='-54230' />
+    <nd ref='-54274' />
+    <nd ref='-54314' />
+    <nd ref='-54276' />
+    <nd ref='-54316' />
+    <nd ref='-54164' />
+    <nd ref='-54204' />
+    <nd ref='-54248' />
+    <nd ref='-54288' />
+    <nd ref='-54328' />
+    <nd ref='-54176' />
+    <nd ref='-54330' />
+    <nd ref='-54178' />
+    <nd ref='-54220' />
+    <nd ref='-54264' />
+    <nd ref='-54304' />
+    <nd ref='-54344' />
+    <nd ref='-54190' />
+    <nd ref='-54234' />
+    <nd ref='-54194' />
+    <nd ref='-54238' />
+    <nd ref='-54218' />
+    <tag k='area' v='yes' />
+    <tag k='highway' v='residential' />
+    <tag k='source' v='cuzk:km' />
+    <tag k='test' v='h2' />
+  </way>
+  <way id='-54792' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true'>
+    <nd ref='-54356' />
+    <nd ref='-54352' />
+    <nd ref='-54362' />
+    <nd ref='-54358' />
+    <nd ref='-54356' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='h3' />
+  </way>
+  <way id='-54794' action='modify' timestamp='2010-09-01T07:19:58Z' visible='true'>
+    <nd ref='-54364' />
+    <nd ref='-54354' />
+    <nd ref='-54366' />
+    <nd ref='-54360' />
+    <nd ref='-54364' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='h3' />
+  </way>
+  <way id='-54796' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true'>
+    <nd ref='-54404' />
+    <nd ref='-54396' />
+    <nd ref='-54390' />
+    <nd ref='-54384' />
+    <nd ref='-54378' />
+    <nd ref='-54368' />
+    <nd ref='-54380' />
+    <nd ref='-54374' />
+    <nd ref='-54418' />
+    <nd ref='-54412' />
+    <nd ref='-54408' />
+    <nd ref='-54400' />
+    <nd ref='-54392' />
+    <nd ref='-54386' />
+    <nd ref='-54404' />
+    <tag k='building' v='yes' />
+    <tag k='source' v='cuzk:km' />
+    <tag k='test' v='i1' />
+  </way>
+  <way id='-54798' action='modify' timestamp='2010-09-01T07:22:22Z' visible='true'>
+    <nd ref='-54372' />
+    <nd ref='-54416' />
+    <nd ref='-54406' />
+    <nd ref='-54398' />
+    <nd ref='-54412' />
+    <nd ref='-54402' />
+    <nd ref='-54394' />
+    <nd ref='-54388' />
+    <nd ref='-54382' />
+    <nd ref='-54376' />
+    <nd ref='-54420' />
+    <nd ref='-54410' />
+    <nd ref='-54370' />
+    <nd ref='-54414' />
+    <nd ref='-54372' />
+    <tag k='building' v='yes' />
+    <tag k='source' v='cuzk:km' />
+    <tag k='test' v='i1' />
+  </way>
+  <way id='-54800' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54422' />
+    <nd ref='-54424' />
+    <nd ref='-54426' />
+    <nd ref='-54428' />
+    <nd ref='-54430' />
+    <nd ref='-54422' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='e5' />
+  </way>
+  <way id='-54802' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54426' />
+    <nd ref='-54432' />
+    <nd ref='-54434' />
+    <nd ref='-54436' />
+    <nd ref='-54428' />
+    <nd ref='-54426' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='e5' />
+  </way>
+  <way id='-54804' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54438' />
+    <nd ref='-54440' />
+    <nd ref='-54450' />
+    <nd ref='-54442' />
+    <nd ref='-54446' />
+    <nd ref='-54444' />
+    <nd ref='-54438' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='i4' />
+  </way>
+  <way id='-54806' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54442' />
+    <nd ref='-54446' />
+    <nd ref='-54448' />
+    <nd ref='-54450' />
+    <nd ref='-54442' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='i4' />
+  </way>
+  <way id='-54808' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54452' />
+    <nd ref='-54454' />
+    <nd ref='-54456' />
+    <nd ref='-54458' />
+    <nd ref='-54452' />
+    <tag k='building' v='yes' />
+  </way>
+  <way id='-54810' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54452' />
+    <nd ref='-54460' />
+    <nd ref='-54462' />
+    <nd ref='-54464' />
+    <nd ref='-54452' />
+    <tag k='building' v='yes' />
+  </way>
+  <way id='-54812' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-54466' />
+    <nd ref='-54468' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-54814' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54470' />
+    <nd ref='-54472' />
+    <nd ref='-54474' />
+    <nd ref='-54476' />
+    <nd ref='-54478' />
+    <nd ref='-54470' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='i3' />
+  </way>
+  <way id='-54816' action='modify' timestamp='2010-09-01T07:31:33Z' visible='true'>
+    <nd ref='-54472' />
+    <nd ref='-54474' />
+    <nd ref='-54480' />
+    <nd ref='-54482' />
+    <nd ref='-54476' />
+    <nd ref='-54472' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='i3' />
+  </way>
+  <way id='-54818' action='modify' timestamp='2010-09-01T08:01:00Z' visible='true'>
+    <nd ref='-54484' />
+    <nd ref='-54486' />
+    <nd ref='-54488' />
+    <nd ref='-54490' />
+    <nd ref='-54492' />
+    <nd ref='-54494' />
+    <nd ref='-54496' />
+    <nd ref='-54498' />
+    <nd ref='-54500' />
+    <nd ref='-54502' />
+    <nd ref='-54504' />
+    <nd ref='-54506' />
+    <nd ref='-54508' />
+    <nd ref='-54510' />
+    <nd ref='-54512' />
+    <nd ref='-54514' />
+    <nd ref='-54516' />
+    <nd ref='-54518' />
+    <nd ref='-54520' />
+    <nd ref='-54522' />
+    <nd ref='-54524' />
+    <nd ref='-54526' />
+    <nd ref='-54528' />
+    <nd ref='-54530' />
+    <nd ref='-54532' />
+    <nd ref='-54534' />
+    <nd ref='-54536' />
+    <nd ref='-54538' />
+    <nd ref='-54540' />
+    <nd ref='-54542' />
+    <nd ref='-54544' />
+    <nd ref='-54546' />
+    <nd ref='-54548' />
+    <nd ref='-54550' />
+    <nd ref='-54552' />
+    <nd ref='-54554' />
+    <nd ref='-54556' />
+    <nd ref='-54558' />
+    <nd ref='-54560' />
+    <nd ref='-54562' />
+    <nd ref='-54564' />
+    <nd ref='-54566' />
+    <nd ref='-54568' />
+    <nd ref='-54570' />
+    <nd ref='-54572' />
+    <nd ref='-54574' />
+    <nd ref='-54576' />
+    <nd ref='-54578' />
+    <nd ref='-54580' />
+    <nd ref='-54582' />
+    <nd ref='-54584' />
+    <nd ref='-54586' />
+    <nd ref='-54588' />
+    <nd ref='-54590' />
+    <nd ref='-54592' />
+    <nd ref='-54594' />
+    <nd ref='-54596' />
+    <nd ref='-54598' />
+    <nd ref='-54600' />
+    <nd ref='-54602' />
+    <nd ref='-54604' />
+    <nd ref='-54606' />
+    <nd ref='-54608' />
+    <nd ref='-54610' />
+    <nd ref='-54612' />
+    <nd ref='-54614' />
+    <nd ref='-54616' />
+    <nd ref='-54618' />
+    <nd ref='-54620' />
+    <nd ref='-54622' />
+    <nd ref='-54624' />
+    <nd ref='-54626' />
+    <nd ref='-54628' />
+    <nd ref='-54630' />
+    <nd ref='-54632' />
+    <nd ref='-54484' />
+    <tag k='building' v='yes' />
+  </way>
+  <relation id='-54820' visible='true'>
+    <member type='way' ref='-54640' role='outer' />
+    <member type='way' ref='-54638' role='inner' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-54822' action='modify' visible='true'>
+    <member type='way' ref='-54634' role='inner' />
+    <member type='way' ref='-54636' role='outer' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-54824' timestamp='2010-09-01T07:44:52Z' visible='true'>
+    <member type='way' ref='-54644' role='outer' />
+    <member type='way' ref='-54646' role='inner' />
+    <member type='way' ref='-54648' role='inner' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-54826' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <member type='way' ref='-54654' role='inner' />
+    <member type='way' ref='-54656' role='outer' />
+    <tag k='name' v='6.' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-54828' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <member type='way' ref='-54710' role='inner' />
+    <member type='way' ref='-54728' role='inner' />
+    <member type='way' ref='-54662' role='outer' />
+    <tag k='name' v='5.' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-54830' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <member type='way' ref='-54730' role='inner' />
+    <member type='way' ref='-54744' role='outer' />
+    <tag k='name' v='4. a' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-54832' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <member type='way' ref='-54680' role='inner' />
+    <member type='way' ref='-54670' role='outer' />
+    <tag k='name' v='2.' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-54834' timestamp='2010-09-01T07:08:32Z' visible='true'>
+  </relation>
+  <relation id='-54836' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <member type='way' ref='-54712' role='' />
+    <member type='way' ref='-54716' role='' />
+    <tag k='name ' v='4. b' />
+  </relation>
+  <relation id='-54838' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <member type='way' ref='-54714' role='inner' />
+    <member type='way' ref='-54682' role='outer' />
+    <tag k='name' v='3.' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-54840' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <member type='way' ref='-54676' role='area' />
+    <member type='node' ref='-53722' role='node in area' />
+    <member type='node' ref='-53726' role='node in area' />
+    <member type='way' ref='-54694' role='some other way' />
+    <member type='node' ref='-53716' role='to be deleted node in area' />
+    <tag k='name' v='1.' />
+  </relation>
+</osm>
Index: /trunk/nodist/data/Join_Areas_Tests_joined.osm
===================================================================
--- /trunk/nodist/data/Join_Areas_Tests_joined.osm	(revision 16006)
+++ /trunk/nodist/data/Join_Areas_Tests_joined.osm	(revision 16006)
@@ -0,0 +1,932 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <bounds minlat='49.12' minlon='8.978' maxlat='49.666' maxlon='9.02' origin='JOSM' />
+  <node id='-52382' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66022148898' lon='8.97713728966' />
+  <node id='-52384' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66019710028' lon='9.0215193305' />
+  <node id='-52386' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66824309941' lon='8.99379608099' />
+  <node id='-52388' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65418064466' lon='9.02166564057' />
+  <node id='-52390' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.66770174614' lon='9.00878856821' />
+  <node id='-52392' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.58144205088' lon='8.99343787966' />
+  <node id='-52394' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.65414222709' lon='8.97793106762' />
+  <node id='-52396' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.5826833577' lon='9.00815487769' />
+  <node id='-52398' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.6469895306' lon='8.97763933323' />
+  <node id='-52400' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64702795382' lon='9.02137390618' />
+  <node id='-52402' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64226790264' lon='9.02047968291' />
+  <node id='-52404' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.64222947567' lon='8.97674510996' />
+  <node id='-52406' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63471529132' lon='8.97720935168' />
+  <node id='-52408' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.63475372422' lon='9.02094392463' />
+  <node id='-52410' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.62789803393' lon='8.97712594139' />
+  <node id='-52412' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.62793647221' lon='9.02086051434' />
+  <node id='-52414' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.61978061682' lon='8.97691963091' />
+  <node id='-52416' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.61981906151' lon='9.02065420386' />
+  <node id='-52418' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.61022835848' lon='8.97569170936' />
+  <node id='-52420' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.61026681071' lon='9.02106461754' />
+  <node id='-52422' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.5974232485' lon='8.97494644052' />
+  <node id='-52424' action='modify' timestamp='2010-09-01T07:08:32Z' visible='true' lat='49.59746171082' lon='9.02031934869' />
+  <node id='-52426' action='modify' visible='true' lat='49.66555735068' lon='8.9800180307'>
+    <tag k='name' v='Multipolygon' />
+  </node>
+  <node id='-52428' action='modify' visible='true' lat='49.66293444373' lon='8.97990426838' />
+  <node id='-52430' action='modify' visible='true' lat='49.66309431358' lon='8.98771163351' />
+  <node id='-52432' action='modify' visible='true' lat='49.66550322539' lon='8.98748170973' />
+  <node id='-52434' action='modify' visible='true' lat='49.66114081239' lon='8.98075455155' />
+  <node id='-52436' action='modify' visible='true' lat='49.6619359976' lon='8.9836680511' />
+  <node id='-52438' action='modify' visible='true' lat='49.66122094281' lon='8.98759394496' />
+  <node id='-52440' action='modify' visible='true' lat='49.66296329789' lon='8.98131338128' />
+  <node id='-52442' action='modify' visible='true' lat='49.662992045' lon='8.98271726699' />
+  <node id='-52444' action='modify' visible='true' lat='49.66303334017' lon='8.98473394767' />
+  <node id='-52446' action='modify' visible='true' lat='49.66307054898' lon='8.98655106979' />
+  <node id='-52448' action='modify' visible='true' lat='49.65701145955' lon='8.98306850515' />
+  <node id='-52450' action='modify' visible='true' lat='49.65545132662' lon='8.98102528889' />
+  <node id='-52452' action='modify' visible='true' lat='49.6568757978' lon='8.98081572825' />
+  <node id='-52454' action='modify' visible='true' lat='49.6568757978' lon='8.9795583644' />
+  <node id='-52456' action='modify' visible='true' lat='49.65918199609' lon='8.97945358408'>
+    <tag k='name' v='Intersection already have nodes added' />
+  </node>
+  <node id='-52458' action='modify' visible='true' lat='49.65918199609' lon='8.98474499029' />
+  <node id='-52460' action='modify' visible='true' lat='49.65684188231' lon='8.98490216077' />
+  <node id='-52462' action='modify' visible='true' lat='49.6555850196' lon='8.9884370266' />
+  <node id='-52464' action='modify' visible='true' lat='49.65700948687' lon='8.98822746596' />
+  <node id='-52466' action='modify' visible='true' lat='49.65700948687' lon='8.98697010211' />
+  <node id='-52468' action='modify' visible='true' lat='49.65931567881' lon='8.98686532179'>
+    <tag k='name' v='SOME Intersection already have nodes added' />
+  </node>
+  <node id='-52470' action='modify' visible='true' lat='49.65931567881' lon='8.992156728' />
+  <node id='-52472' action='modify' visible='true' lat='49.65697557147' lon='8.99231389848' />
+  <node id='-52474' action='modify' visible='true' lat='49.65699659204' lon='8.98978115053' />
+  <node id='-52476' action='modify' visible='true' lat='49.64158780163' lon='8.98446071599' />
+  <node id='-52478' action='modify' visible='true' lat='49.64166284076' lon='8.99037052727' />
+  <node id='-52480' action='modify' visible='true' lat='49.63635979087' lon='8.99203145463' />
+  <node id='-52482' action='modify' visible='true' lat='49.63620969615' lon='8.9842675849' />
+  <node id='-52484' action='modify' visible='true' lat='49.63665997893' lon='8.97982556989' />
+  <node id='-52486' action='modify' visible='true' lat='49.64153777547' lon='8.9805208418' />
+  <node id='-52488' action='modify' visible='true' lat='49.63833608786' lon='9.00196547626' />
+  <node id='-52490' action='modify' visible='true' lat='49.63866179944' lon='9.00106017429' />
+  <node id='-52492' action='modify' visible='true' lat='49.63919649619' lon='9.00002109427' />
+  <node id='-52494' action='modify' visible='true' lat='49.63983876223' lon='8.99976340032' />
+  <node id='-52496' action='modify' visible='true' lat='49.64035546455' lon='9.00055722874' />
+  <node id='-52498' action='modify' visible='true' lat='49.64035546455' lon='9.00163017923' />
+  <node id='-52500' action='modify' visible='true' lat='49.63970283979' lon='9.00294611051' />
+  <node id='-52502' action='modify' visible='true' lat='49.63888900844' lon='9.00317008893' />
+  <node id='-52504' action='modify' visible='true' lat='49.64113713627' lon='8.99764014461' />
+  <node id='-52506' action='modify' visible='true' lat='49.63670749727' lon='8.99690249115' />
+  <node id='-52508' action='modify' visible='true' lat='49.63672921217' lon='9.00149606042' />
+  <node id='-52510' action='modify' visible='true' lat='49.63655427055' lon='9.00368510516' />
+  <node id='-52512' action='modify' visible='true' lat='49.63680387049' lon='9.00563444161' />
+  <node id='-52514' action='modify' visible='true' lat='49.63766439679' lon='9.00832282635' />
+  <node id='-52516' action='modify' visible='true' lat='49.64135304304' lon='9.00804262533' />
+  <node id='-52518' action='modify' visible='true' lat='49.64150503264' lon='9.00556142733' />
+  <node id='-52520' action='modify' visible='true' lat='49.64139769072' lon='9.00203253566' />
+  <node id='-52522' action='modify' visible='true' lat='49.64165036102' lon='9.01137554203' />
+  <node id='-52524' action='modify' visible='true' lat='49.6399451077' lon='9.01153775491' />
+  <node id='-52526' action='modify' visible='true' lat='49.63989778321' lon='9.01301762122' />
+  <node id='-52528' action='modify' visible='true' lat='49.6399366273' lon='9.0149455147' />
+  <node id='-52530' action='modify' visible='true' lat='49.64179212327' lon='9.01448885084' />
+  <node id='-52532' action='modify' visible='true' lat='49.64173715249' lon='9.01288893804' />
+  <node id='-52534' action='modify' visible='true' lat='49.63846974351' lon='9.01495972809' />
+  <node id='-52536' action='modify' visible='true' lat='49.63849599254' lon='9.01304151666' />
+  <node id='-52538' action='modify' visible='true' lat='49.63851559946' lon='9.01192392888' />
+  <node id='-52540' action='modify' visible='true' lat='49.63656290879' lon='9.01184224654' />
+  <node id='-52542' action='modify' visible='true' lat='49.63649727862' lon='9.01558299248' />
+  <node id='-52544' action='modify' visible='true' lat='49.63845737051' lon='9.01566498432' />
+  <node id='-52546' action='modify' visible='true' lat='49.63929746549' lon='9.01307504374' />
+  <node id='-52548' action='modify' visible='true' lat='49.63931004998' lon='9.01499487965' />
+  <node id='-52550' action='modify' visible='true' lat='49.63928563993' lon='9.0163862672' />
+  <node id='-52552' action='modify' visible='true' lat='49.6361456965' lon='9.01625492081' />
+  <node id='-52554' action='modify' visible='true' lat='49.63623416742' lon='9.01121234795' />
+  <node id='-52556' action='modify' visible='true' lat='49.63932787365' lon='9.01134176037' />
+  <node id='-52558' action='modify' visible='true' lat='49.63756969835' lon='9.01830039728' />
+  <node id='-52560' action='modify' visible='true' lat='49.63755272204' lon='9.01966349219' />
+  <node id='-52562' action='modify' visible='true' lat='49.63522691132' lon='9.01966349219' />
+  <node id='-52564' action='modify' visible='true' lat='49.63520993419' lon='9.01832661065' />
+  <node id='-52566' action='modify' visible='true' lat='49.63644924905' lon='9.01830039728' />
+  <node id='-52568' action='modify' visible='true' lat='49.63641529564' lon='9.01691108901' />
+  <node id='-52570' action='modify' visible='true' lat='49.63892778415' lon='9.01672759547'>
+    <tag k='name' v='Adjacent areas' />
+  </node>
+  <node id='-52572' action='modify' visible='true' lat='49.63894475998' lon='9.01830039728' />
+  <node id='-52574' action='modify' visible='true' lat='49.63150287991' lon='8.98484389981' />
+  <node id='-52576' action='modify' visible='true' lat='49.6310337448' lon='8.98478818408' />
+  <node id='-52578' action='modify' visible='true' lat='49.63087135082' lon='8.98793612313' />
+  <node id='-52580' action='modify' visible='true' lat='49.63146679275' lon='8.98801969673' />
+  <node id='-52582' action='modify' visible='true' lat='49.63222461741' lon='8.98487175768' />
+  <node id='-52584' action='modify' visible='true' lat='49.63204418404' lon='8.9881311282' />
+  <node id='-52586' action='modify' visible='true' lat='49.63276591352' lon='8.98818684394' />
+  <node id='-52588' action='modify' visible='true' lat='49.63282112168' lon='8.98487375291' />
+  <node id='-52590' action='modify' visible='true' lat='49.62984284307' lon='8.98476032621' />
+  <node id='-52592' action='modify' visible='true' lat='49.6298969756' lon='8.98233669172' />
+  <node id='-52594' action='modify' visible='true' lat='49.63332524651' lon='8.98250383893' />
+  <node id='-52596' action='modify' visible='true' lat='49.63336133229' lon='8.98489961555' />
+  <node id='-52598' action='modify' visible='true' lat='49.63323503195' lon='8.98905043784' />
+  <node id='-52600' action='modify' visible='true' lat='49.63191788028' lon='8.9889111485' />
+  <node id='-52602' action='modify' visible='true' lat='49.62973457783' lon='8.98879971703' />
+  <node id='-52604' action='modify' visible='true' lat='49.63257633019' lon='9.00188478164' />
+  <node id='-52606' action='modify' visible='true' lat='49.63161006769' lon='9.00307941731' />
+  <node id='-52608' action='modify' visible='true' lat='49.6297111409' lon='8.99927701303' />
+  <node id='-52610' action='modify' visible='true' lat='49.63150802161' lon='8.99713804423' />
+  <node id='-52612' action='modify' visible='true' lat='49.63246699538' lon='8.99911635415' />
+  <node id='-52614' action='modify' visible='true' lat='49.63337473099' lon='9.00093461092' />
+  <node id='-52616' action='modify' visible='true' lat='49.63394263014' lon='9.01103614502' />
+  <node id='-52618' action='modify' visible='true' lat='49.63393264308' lon='9.0110471794' />
+  <node id='-52620' action='modify' visible='true' lat='49.6338937522' lon='9.01096351502' />
+  <node id='-52622' action='modify' visible='true' lat='49.63393763129' lon='9.01091533061' />
+  <node id='-52624' action='modify' visible='true' lat='49.63394377111' lon='9.01092861349' />
+  <node id='-52626' action='modify' visible='true' lat='49.63397651972' lon='9.01099922529' />
+  <node id='-52628' action='modify' visible='true' lat='49.63394262769' lon='9.01103637528' />
+  <node id='-52630' action='modify' visible='true' lat='49.62283225997' lon='9.0150649779' />
+  <node id='-52632' action='modify' visible='true' lat='49.62365479183' lon='9.01604797903' />
+  <node id='-52634' action='modify' visible='true' lat='49.62479570013' lon='9.01531072818' />
+  <node id='-52636' action='modify' visible='true' lat='49.62360172567' lon='9.01354951782' />
+  <node id='-52638' action='modify' visible='true' lat='49.62577739053' lon='9.01608893741' />
+  <node id='-52640' action='modify' visible='true' lat='49.62681212387' lon='9.01424581029' />
+  <node id='-52642' action='modify' visible='true' lat='49.62559166684' lon='9.01318089239' />
+  <node id='-52644' action='modify' visible='true' lat='49.62691824913' lon='9.01825973158' />
+  <node id='-52646' action='modify' visible='true' lat='49.62131982644' lon='9.01789110616' />
+  <node id='-52648' action='modify' visible='true' lat='49.62121368899' lon='9.01498306114' />
+  <node id='-52650' action='modify' visible='true' lat='49.62089527526' lon='9.01146064041' />
+  <node id='-52652' action='modify' visible='true' lat='49.62673252978' lon='9.01150159879'>
+    <tag k='name' v='Touching areas, should not be combined where only touching' />
+  </node>
+  <node id='-52654' action='modify' visible='true' lat='49.6144934614' lon='8.98645718376' />
+  <node id='-52656' action='modify' visible='true' lat='49.61511052965' lon='8.98468842906' />
+  <node id='-52658' action='modify' visible='true' lat='49.61468661637' lon='8.98314834258' />
+  <node id='-52660' action='modify' visible='true' lat='49.6141036273' lon='8.98496099667' />
+  <node id='-52662' action='modify' visible='true' lat='49.61395947124' lon='8.9819212295' />
+  <node id='-52664' action='modify' visible='true' lat='49.61333316236' lon='8.98302546744' />
+  <node id='-52666' action='modify' visible='true' lat='49.61406286451' lon='8.98391246213' />
+  <node id='-52668' action='modify' visible='true' lat='49.61553009112' lon='8.98397013153' />
+  <node id='-52670' action='modify' visible='true' lat='49.61654423714' lon='8.9829025923' />
+  <node id='-52672' action='modify' visible='true' lat='49.61537659806' lon='8.98159192412' />
+  <node id='-52674' action='modify' visible='true' lat='49.61142233977' lon='8.98314834258' />
+  <node id='-52676' action='modify' visible='true' lat='49.61158157785' lon='8.97921633805' />
+  <node id='-52678' action='modify' visible='true' lat='49.618083355' lon='8.97962592186'>
+    <tag k='name' v='Inner touchin aras, should create three inner parts' />
+  </node>
+  <node id='-52680' action='modify' visible='true' lat='49.61813642716' lon='8.9829025923' />
+  <node id='-52682' action='modify' visible='true' lat='49.61824257132' lon='8.98839101529' />
+  <node id='-52684' action='modify' visible='true' lat='49.61460700247' lon='8.98843197367' />
+  <node id='-52686' action='modify' visible='true' lat='49.61138603342' lon='8.9887986331' />
+  <node id='-52688' action='modify' visible='true' lat='49.61924407049' lon='9.01049445778' />
+  <node id='-52690' action='modify' visible='true' lat='49.61930744075' lon='9.01036379209' />
+  <node id='-52692' action='modify' visible='true' lat='49.61943613046' lon='9.0105124888'>
+    <tag k='name' v='Point very close to line, fails if integers used for intersetion testing' />
+  </node>
+  <node id='-52694' action='modify' visible='true' lat='49.61927578428' lon='9.01084311357' />
+  <node id='-52696' action='modify' visible='true' lat='49.61914709415' lon='9.01069441685' />
+  <node id='-52698' action='modify' visible='true' lat='49.61914712206' lon='9.01069435931' />
+  <node id='-52700' action='modify' visible='true' lat='49.61910167334' lon='9.01064184508' />
+  <node id='-52702' action='modify' visible='true' lat='49.61919862186' lon='9.01044194355' />
+  <node id='-52704' action='modify' visible='true' lat='49.60902961939' lon='8.98028609059' />
+  <node id='-52706' action='modify' visible='true' lat='49.60902230228' lon='8.98015806496' />
+  <node id='-52708' action='modify' visible='true' lat='49.60897770931' lon='8.98016627431' />
+  <node id='-52710' action='modify' visible='true' lat='49.60897812411' lon='8.98013709059' />
+  <node id='-52712' action='modify' visible='true' lat='49.60895389104' lon='8.98014109059' />
+  <node id='-52714' action='modify' visible='true' lat='49.60895490075' lon='8.98016809059' />
+  <node id='-52716' action='modify' visible='true' lat='49.60896196873' lon='8.98017109059' />
+  <node id='-52718' action='modify' visible='true' lat='49.60897408526' lon='8.98039109059' />
+  <node id='-52720' action='modify' visible='true' lat='49.60893874537' lon='8.98039409059' />
+  <node id='-52722' action='modify' visible='true' lat='49.6089326871' lon='8.98030809059' />
+  <node id='-52724' action='modify' visible='true' lat='49.60879334694' lon='8.98033209059' />
+  <node id='-52726' action='modify' visible='true' lat='49.60879839549' lon='8.98043809059' />
+  <node id='-52728' action='modify' visible='true' lat='49.60863583197' lon='8.98046309059' />
+  <node id='-52730' action='modify' visible='true' lat='49.60861203441' lon='8.9800577912' />
+  <node id='-52732' action='modify' visible='true' lat='49.60860036702' lon='8.97990113017' />
+  <node id='-52734' action='modify' visible='true' lat='49.60876204588' lon='8.97987409059' />
+  <node id='-52736' action='modify' visible='true' lat='49.60876608473' lon='8.97989409059' />
+  <node id='-52738' action='modify' visible='true' lat='49.60922498494' lon='8.97982455261' />
+  <node id='-52740' action='modify' visible='true' lat='49.60923454655' lon='8.97998984187' />
+  <node id='-52742' action='modify' visible='true' lat='49.60920792391' lon='8.97999306787' />
+  <node id='-52744' action='modify' visible='true' lat='49.60921439657' lon='8.98009309059' />
+  <node id='-52746' action='modify' visible='true' lat='49.60936383386' lon='8.98007309059'>
+    <tag k='name' v='Part of outer way within bounds of outer shell, may get discarded' />
+  </node>
+  <node id='-52748' action='modify' visible='true' lat='49.60937191155' lon='8.98023109059' />
+  <node id='-52750' action='modify' visible='true' lat='49.606493663' lon='8.99832454205' />
+  <node id='-52752' action='modify' visible='true' lat='49.60578612772' lon='8.99618944514' />
+  <node id='-52754' action='modify' visible='true' lat='49.6055634372' lon='8.99866900485' />
+  <node id='-52756' action='modify' visible='true' lat='49.60631884925' lon='8.99828651423' />
+  <node id='-52758' action='modify' visible='true' lat='49.60532044064' lon='9.00137465028' />
+  <node id='-52760' action='modify' visible='true' lat='49.60774303537' lon='9.00179281373' />
+  <node id='-52762' action='modify' visible='true' lat='49.60822137863' lon='8.99966219155' />
+  <node id='-52764' action='modify' visible='true' lat='49.60552359645' lon='8.99911261258' />
+  <node id='-52766' action='modify' visible='true' lat='49.60425043002' lon='9.00281488721' />
+  <node id='-52768' action='modify' visible='true' lat='49.60285061895' lon='9.00259808826' />
+  <node id='-52770' action='modify' visible='true' lat='49.60288323668' lon='9.0009539861' />
+  <node id='-52772' action='modify' visible='true' lat='49.60439873171' lon='9.0012155598' />
+  <node id='-52774' action='modify' visible='true' lat='49.60506857523' lon='8.99399171674' />
+  <node id='-52776' action='modify' visible='true' lat='49.60618838737' lon='8.99437757745' />
+  <node id='-52778' action='modify' visible='true' lat='49.60780984108' lon='8.99788931659' />
+  <node id='-52780' action='modify' visible='true' lat='49.60730031752' lon='8.99850001806' />
+  <node id='-52782' action='modify' visible='true' lat='49.60878668734' lon='8.99882336391'>
+    <tag k='name' v='Tricky islands' />
+  </node>
+  <node id='-52784' action='modify' visible='true' lat='49.60869971719' lon='9.00350402211' />
+  <node id='-52786' action='modify' visible='true' lat='49.60493938688' lon='9.00292159327' />
+  <node id='-52788' action='modify' visible='true' lat='49.60409007754' lon='9.00454416837' />
+  <node id='-52790' action='modify' visible='true' lat='49.60881409905' lon='9.01306705274' />
+  <node id='-52792' action='modify' visible='true' lat='49.60891194022' lon='9.01461049559' />
+  <node id='-52794' action='modify' visible='true' lat='49.60899890999' lon='9.01613716188' />
+  <node id='-52796' action='modify' visible='true' lat='49.60899890999' lon='9.01752961575' />
+  <node id='-52798' action='modify' visible='true' lat='49.60780306212' lon='9.01670756467' />
+  <node id='-52800' action='modify' visible='true' lat='49.6077487047' lon='9.01549965288' />
+  <node id='-52802' action='modify' visible='true' lat='49.60773783321' lon='9.01410719901' />
+  <node id='-52804' action='modify' visible='true' lat='49.60430158097' lon='9.01521470676' />
+  <node id='-52806' action='modify' visible='true' lat='49.60436654329' lon='9.01286604575' />
+  <node id='-52808' action='modify' visible='true' lat='49.60703277143' lon='9.01357257782'>
+    <tag k='name' v='Overlapping from inside' />
+  </node>
+  <node id='-52810' action='modify' visible='true' lat='49.60717742573' lon='9.01872923793' />
+  <node id='-52812' action='modify' visible='true' lat='49.60585641083' lon='9.01872267254' />
+  <node id='-52814' action='modify' visible='true' lat='49.60423913402' lon='9.01855516481' />
+  <node id='-52816' action='modify' visible='true' lat='49.61911546473' lon='8.99546475858' />
+  <node id='-52818' action='modify' visible='true' lat='49.61908921396' lon='8.99547298349' />
+  <node id='-52820' action='modify' visible='true' lat='49.61903016895' lon='8.99523125858' />
+  <node id='-52822' action='modify' visible='true' lat='49.61892166479' lon='8.99528315858' />
+  <node id='-52824' action='modify' visible='true' lat='49.61892979764' lon='8.99531455858' />
+  <node id='-52826' action='modify' visible='true' lat='49.61890073757' lon='8.99532835858' />
+  <node id='-52828' action='modify' visible='true' lat='49.61891392866' lon='8.99539015858' />
+  <node id='-52830' action='modify' visible='true' lat='49.6189405092' lon='8.99538395858' />
+  <node id='-52832' action='modify' visible='true' lat='49.61897790049' lon='8.99553955858' />
+  <node id='-52834' action='modify' visible='true' lat='49.61895548556' lon='8.99555285858' />
+  <node id='-52836' action='modify' visible='true' lat='49.61899287684' lon='8.99570235858' />
+  <node id='-52838' action='modify' visible='true' lat='49.61904008707' lon='8.99567795858' />
+  <node id='-52840' action='modify' visible='true' lat='49.61905456751' lon='8.99570235858' />
+  <node id='-52842' action='modify' visible='true' lat='49.61906924632' lon='8.99571475858' />
+  <node id='-52844' action='modify' visible='true' lat='49.61908957564' lon='8.99571084591' />
+  <node id='-52846' action='modify' visible='true' lat='49.6191072327' lon='8.99568665858' />
+  <node id='-52848' action='modify' visible='true' lat='49.61911492548' lon='8.99565984433' />
+  <node id='-52850' action='modify' visible='true' lat='49.61911060486' lon='8.99563315858' />
+  <node id='-52852' action='modify' visible='true' lat='49.61914700433' lon='8.99560795858' />
+  <node id='-52854' action='modify' visible='true' lat='49.61900557203' lon='8.99600505858' />
+  <node id='-52856' action='modify' visible='true' lat='49.61894606335' lon='8.99581165858' />
+  <node id='-52858' action='modify' visible='true' lat='49.618931087' lon='8.99582345858' />
+  <node id='-52860' action='modify' visible='true' lat='49.6188495401' lon='8.99544388067' />
+  <node id='-52862' action='modify' visible='true' lat='49.61880542449' lon='8.99524095858' />
+  <node id='-52864' action='modify' visible='true' lat='49.61871526883' lon='8.99528035858' />
+  <node id='-52866' action='modify' visible='true' lat='49.61864960048' lon='8.99535796686' />
+  <node id='-52868' action='modify' visible='true' lat='49.61860357699' lon='8.99541314809' />
+  <node id='-52870' action='modify' visible='true' lat='49.6185874067' lon='8.99543048824' />
+  <node id='-52872' action='modify' visible='true' lat='49.6185323788' lon='8.99550115858' />
+  <node id='-52874' action='modify' visible='true' lat='49.61874165102' lon='8.99597355858' />
+  <node id='-52876' action='modify' visible='true' lat='49.61881673114' lon='8.99613645858' />
+  <node id='-52878' action='modify' visible='true' lat='49.6192660217' lon='8.99559395858' />
+  <node id='-52880' action='modify' visible='true' lat='49.61919104076' lon='8.99567445858' />
+  <node id='-52882' action='modify' visible='true' lat='49.61917110535' lon='8.99570345858' />
+  <node id='-52884' action='modify' visible='true' lat='49.61918102346' lon='8.99572645858' />
+  <node id='-52886' action='modify' visible='true' lat='49.61912082051' lon='8.99580675858' />
+  <node id='-52888' action='modify' visible='true' lat='49.61915107076' lon='8.99585735858' />
+  <node id='-52890' action='modify' visible='true' lat='49.61912171314' lon='8.99592365858' />
+  <node id='-52892' action='modify' visible='true' lat='49.61910332471' lon='8.99601418899' />
+  <node id='-52894' action='modify' visible='true' lat='49.61911893607' lon='8.99612175858' />
+  <node id='-52896' action='modify' visible='true' lat='49.61917695704' lon='8.99617745858' />
+  <node id='-52898' action='modify' visible='true' lat='49.6192013556' lon='8.99624545858' />
+  <node id='-52900' action='modify' visible='true' lat='49.61937056422' lon='8.9961630253' />
+  <node id='-52902' action='modify' visible='true' lat='49.61938870876' lon='8.99615419928' />
+  <node id='-52904' action='modify' visible='true' lat='49.61939929556' lon='8.99619433997' />
+  <node id='-52906' action='modify' visible='true' lat='49.6194078612' lon='8.99623548725' />
+  <node id='-52908' action='modify' visible='true' lat='49.61936490934' lon='8.99625998009' />
+  <node id='-52910' action='modify' visible='true' lat='49.61925292979' lon='8.99634085858' />
+  <node id='-52912' action='modify' visible='true' lat='49.61923120912' lon='8.99629515858' />
+  <node id='-52914' action='modify' visible='true' lat='49.61914254118' lon='8.99632435858' />
+  <node id='-52916' action='modify' visible='true' lat='49.61903750836' lon='8.99649785858' />
+  <node id='-52918' action='modify' visible='true' lat='49.61893614523' lon='8.99656535858' />
+  <node id='-52920' action='modify' visible='true' lat='49.61887693409' lon='8.99663505858' />
+  <node id='-52922' action='modify' visible='true' lat='49.61883398866' lon='8.99651785858' />
+  <node id='-52924' action='modify' visible='true' lat='49.61856213315' lon='8.99577055858' />
+  <node id='-52926' action='modify' visible='true' lat='49.61855007332' lon='8.99578062116' />
+  <node id='-52928' action='modify' visible='true' lat='49.6185398813' lon='8.99574197148' />
+  <node id='-52930' action='modify' visible='true' lat='49.61852011761' lon='8.99569801073' />
+  <node id='-52932' action='modify' visible='true' lat='49.6184798128' lon='8.99568915858' />
+  <node id='-52934' action='modify' visible='true' lat='49.61845226506' lon='8.99572465245' />
+  <node id='-52936' action='modify' visible='true' lat='49.61844133051' lon='8.99576525858' />
+  <node id='-52938' action='modify' visible='true' lat='49.61839620309' lon='8.99579625858' />
+  <node id='-52940' action='modify' visible='true' lat='49.61834700924' lon='8.99583045858' />
+  <node id='-52942' action='modify' visible='true' lat='49.61833539405' lon='8.99575962627' />
+  <node id='-52944' action='modify' visible='true' lat='49.6183261518' lon='8.99569720207' />
+  <node id='-52946' action='modify' visible='true' lat='49.61830307542' lon='8.99556640235' />
+  <node id='-52948' action='modify' visible='true' lat='49.618294243' lon='8.99553268622' />
+  <node id='-52950' action='modify' visible='true' lat='49.61828702523' lon='8.99549791549' />
+  <node id='-52952' action='modify' visible='true' lat='49.61827668046' lon='8.99546050345' />
+  <node id='-52954' action='modify' visible='true' lat='49.61833207874' lon='8.99545066378' />
+  <node id='-52956' action='modify' visible='true' lat='49.61833584575' lon='8.99543671891' />
+  <node id='-52958' action='modify' visible='true' lat='49.61836068595' lon='8.99542222069' />
+  <node id='-52960' action='modify' visible='true' lat='49.61841795744' lon='8.99538726378' />
+  <node id='-52962' action='modify' visible='true' lat='49.61859496211' lon='8.99528045858' />
+  <node id='-52964' action='modify' visible='true' lat='49.61858801943' lon='8.99525145858' />
+  <node id='-52966' action='modify' visible='true' lat='49.61872984846' lon='8.99512045858' />
+  <node id='-52968' action='modify' visible='true' lat='49.61876634712' lon='8.99509155858' />
+  <node id='-52970' action='modify' visible='true' lat='49.61881256553' lon='8.99505115858' />
+  <node id='-52972' action='modify' visible='true' lat='49.61884529531' lon='8.99504125858' />
+  <node id='-52974' action='modify' visible='true' lat='49.61889825804' lon='8.99500935858' />
+  <node id='-52976' action='modify' visible='true' lat='49.61890252843' lon='8.99508605465' />
+  <node id='-52978' action='modify' visible='true' lat='49.61895637819' lon='8.99508675858' />
+  <node id='-52980' action='modify' visible='true' lat='49.61916932009' lon='8.99504965858' />
+  <node id='-52982' action='modify' visible='true' lat='49.61926324463' lon='8.99492385858' />
+  <node id='-52984' action='modify' visible='true' lat='49.61927034596' lon='8.99510919171' />
+  <node id='-52986' action='modify' visible='true' lat='49.61927947312' lon='8.9951796668' />
+  <node id='-52988' action='modify' visible='true' lat='49.61929349648' lon='8.99528033355' />
+  <node id='-52990' action='modify' visible='true' lat='49.61930221534' lon='8.99532603368' />
+  <node id='-52992' action='modify' visible='true' lat='49.61925590522' lon='8.99535035858' />
+  <node id='-52994' action='modify' visible='true' lat='49.61926267645' lon='8.99538470439' />
+  <node id='-52996' action='modify' visible='true' lat='49.61923234497' lon='8.9954437001' />
+  <node id='-52998' action='modify' visible='true' lat='49.61927061095' lon='8.99547508231' />
+  <node id='-53000' action='modify' visible='true' lat='49.61933991164' lon='8.99550275858' />
+  <node id='-53002' action='modify' visible='true' lat='49.61934179608' lon='8.99558845858' />
+  <node id='-53004' action='modify' visible='true' lat='49.61929121371' lon='8.99563995858' />
+  <node id='-55060' action='modify' visible='true' lat='49.66253710674' lon='9.0021678225' />
+  <node id='-55061' action='modify' visible='true' lat='49.66260897028' lon='8.99699520566' />
+  <node id='-55062' action='modify' visible='true' lat='49.66329470912' lon='8.99691162242' />
+  <node id='-55063' action='modify' visible='true' lat='49.66327697326' lon='8.9960374519' />
+  <node id='-55064' action='modify' visible='true' lat='49.66163205845' lon='8.99618258334' />
+  <node id='-55065' action='modify' visible='true' lat='49.66157526588' lon='9.00241741507' />
+  <node id='-55066' action='modify' visible='true' lat='49.66430880741' lon='8.99678801399' />
+  <node id='-55067' action='modify' visible='true' lat='49.66524627295' lon='8.99667374404'>
+    <tag k='name' v='No Additional Inner Nodes' />
+  </node>
+  <node id='-55068' action='modify' visible='true' lat='49.66509579743' lon='9.00649293877' />
+  <node id='-55069' action='modify' visible='true' lat='49.6624782267' lon='9.00640590294' />
+  <node id='-55070' action='modify' visible='true' lat='49.66251280242' lon='9.00391720475' />
+  <node id='-55071' action='modify' visible='true' lat='49.66102960777' lon='9.00410218756' />
+  <node id='-55072' action='modify' visible='true' lat='49.66111564855' lon='8.99483707787' />
+  <node id='-55073' action='modify' visible='true' lat='49.66425800852' lon='8.99483419625' />
+  <way id='-53006' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52382' />
+    <nd ref='-52384' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53008' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52398' />
+    <nd ref='-52400' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53010' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52394' />
+    <nd ref='-52388' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53012' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52404' />
+    <nd ref='-52402' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53014' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52390' />
+    <nd ref='-52396' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53016' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52386' />
+    <nd ref='-52392' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53018' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52406' />
+    <nd ref='-52408' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53020' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52410' />
+    <nd ref='-52412' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53022' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52414' />
+    <nd ref='-52416' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53024' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52418' />
+    <nd ref='-52420' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53026' timestamp='2010-09-01T07:08:32Z' visible='true'>
+    <nd ref='-52422' />
+    <nd ref='-52424' />
+    <tag k='highway' v='motorway' />
+    <tag k='lanes' v='5' />
+  </way>
+  <way id='-53028' action='modify' visible='true'>
+    <nd ref='-52440' />
+    <nd ref='-52428' />
+    <nd ref='-52426' />
+    <nd ref='-52432' />
+    <nd ref='-52430' />
+    <nd ref='-52446' />
+    <nd ref='-52438' />
+    <nd ref='-52434' />
+    <nd ref='-52440' />
+  </way>
+  <way id='-53030' action='modify' visible='true'>
+    <nd ref='-52444' />
+    <nd ref='-52442' />
+    <nd ref='-52436' />
+    <nd ref='-52444' />
+  </way>
+  <way id='-53032' action='modify' visible='true'>
+    <nd ref='-52448' />
+    <nd ref='-52450' />
+    <nd ref='-52452' />
+    <nd ref='-52454' />
+    <nd ref='-52456' />
+    <nd ref='-52458' />
+    <nd ref='-52460' />
+    <nd ref='-52448' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='b1' />
+  </way>
+  <way id='-53034' action='modify' visible='true'>
+    <nd ref='-52462' />
+    <nd ref='-52464' />
+    <nd ref='-52466' />
+    <nd ref='-52468' />
+    <nd ref='-52470' />
+    <nd ref='-52472' />
+    <nd ref='-52474' />
+    <nd ref='-52462' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='b2' />
+  </way>
+  <way id='-53036' action='modify' visible='true'>
+    <nd ref='-52476' />
+    <nd ref='-52478' />
+    <nd ref='-52480' />
+    <nd ref='-52482' />
+    <nd ref='-52484' />
+    <nd ref='-52486' />
+    <nd ref='-52476' />
+    <tag k='amenity' v='parking' />
+    <tag k='test' v='e1' />
+  </way>
+  <way id='-53038' action='modify' visible='true'>
+    <nd ref='-52488' />
+    <nd ref='-52490' />
+    <nd ref='-52492' />
+    <nd ref='-52494' />
+    <nd ref='-52496' />
+    <nd ref='-52498' />
+    <nd ref='-52500' />
+    <nd ref='-52502' />
+    <nd ref='-52488' />
+  </way>
+  <way id='-53040' action='modify' visible='true'>
+    <nd ref='-52504' />
+    <nd ref='-52506' />
+    <nd ref='-52508' />
+    <nd ref='-52510' />
+    <nd ref='-52512' />
+    <nd ref='-52514' />
+    <nd ref='-52516' />
+    <nd ref='-52518' />
+    <nd ref='-52520' />
+    <nd ref='-52504' />
+  </way>
+  <way id='-53042' action='modify' visible='true'>
+    <nd ref='-52522' />
+    <nd ref='-52524' />
+    <nd ref='-52526' />
+    <nd ref='-52528' />
+    <nd ref='-52530' />
+    <nd ref='-52532' />
+    <nd ref='-52522' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='e3' />
+  </way>
+  <way id='-53044' action='modify' visible='true'>
+    <nd ref='-52534' />
+    <nd ref='-52536' />
+    <nd ref='-52538' />
+    <nd ref='-52540' />
+    <nd ref='-52542' />
+    <nd ref='-52544' />
+    <nd ref='-52534' />
+  </way>
+  <way id='-53046' action='modify' visible='true'>
+    <nd ref='-52546' />
+    <nd ref='-52548' />
+    <nd ref='-52550' />
+    <nd ref='-52552' />
+    <nd ref='-52554' />
+    <nd ref='-52556' />
+    <nd ref='-52546' />
+  </way>
+  <way id='-53048' action='modify' visible='true'>
+    <nd ref='-52558' />
+    <nd ref='-52560' />
+    <nd ref='-52562' />
+    <nd ref='-52564' />
+    <nd ref='-52566' />
+    <nd ref='-52568' />
+    <nd ref='-52570' />
+    <nd ref='-52572' />
+    <nd ref='-52558' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='e5' />
+  </way>
+  <way id='-53050' action='modify' visible='true'>
+    <nd ref='-52574' />
+    <nd ref='-52576' />
+    <nd ref='-52578' />
+    <nd ref='-52580' />
+    <nd ref='-52574' />
+  </way>
+  <way id='-53052' action='modify' visible='true'>
+    <nd ref='-52582' />
+    <nd ref='-52584' />
+    <nd ref='-52586' />
+    <nd ref='-52588' />
+    <nd ref='-52582' />
+  </way>
+  <way id='-53054' action='modify' visible='true'>
+    <nd ref='-52590' />
+    <nd ref='-52592' />
+    <nd ref='-52594' />
+    <nd ref='-52596' />
+    <nd ref='-52598' />
+    <nd ref='-52600' />
+    <nd ref='-52602' />
+    <nd ref='-52590' />
+  </way>
+  <way id='-53056' action='modify' visible='true'>
+    <nd ref='-52604' />
+    <nd ref='-52606' />
+    <nd ref='-52608' />
+    <nd ref='-52610' />
+    <nd ref='-52612' />
+    <nd ref='-52614' />
+    <nd ref='-52604' />
+    <tag k='building' v='yes' />
+    <tag k='name' v='A' />
+    <tag k='test' v='f2' />
+  </way>
+  <way id='-53058' action='modify' visible='true'>
+    <nd ref='-52616' />
+    <nd ref='-52618' />
+    <nd ref='-52620' />
+    <nd ref='-52622' />
+    <nd ref='-52624' />
+    <nd ref='-52626' />
+    <nd ref='-52628' />
+    <nd ref='-52616' />
+    <tag k='building' v='yes' />
+    <tag k='name' v='B' />
+    <tag k='test' v='f4' />
+  </way>
+  <way id='-53060' action='modify' visible='true'>
+    <nd ref='-52630' />
+    <nd ref='-52632' />
+    <nd ref='-52634' />
+    <nd ref='-52636' />
+    <nd ref='-52630' />
+  </way>
+  <way id='-53062' action='modify' visible='true'>
+    <nd ref='-52634' />
+    <nd ref='-52638' />
+    <nd ref='-52640' />
+    <nd ref='-52642' />
+    <nd ref='-52634' />
+  </way>
+  <way id='-53064' action='modify' visible='true'>
+    <nd ref='-52640' />
+    <nd ref='-52644' />
+    <nd ref='-52646' />
+    <nd ref='-52648' />
+    <nd ref='-52650' />
+    <nd ref='-52652' />
+    <nd ref='-52640' />
+  </way>
+  <way id='-53066' action='modify' visible='true'>
+    <nd ref='-52654' />
+    <nd ref='-52656' />
+    <nd ref='-52658' />
+    <nd ref='-52660' />
+    <nd ref='-52654' />
+  </way>
+  <way id='-53068' action='modify' visible='true'>
+    <nd ref='-52658' />
+    <nd ref='-52662' />
+    <nd ref='-52664' />
+    <nd ref='-52666' />
+    <nd ref='-52658' />
+  </way>
+  <way id='-53070' action='modify' visible='true'>
+    <nd ref='-52658' />
+    <nd ref='-52668' />
+    <nd ref='-52670' />
+    <nd ref='-52672' />
+    <nd ref='-52658' />
+  </way>
+  <way id='-53072' action='modify' visible='true'>
+    <nd ref='-52674' />
+    <nd ref='-52676' />
+    <nd ref='-52678' />
+    <nd ref='-52680' />
+    <nd ref='-52682' />
+    <nd ref='-52684' />
+    <nd ref='-52686' />
+    <nd ref='-52674' />
+  </way>
+  <way id='-53074' action='modify' visible='true'>
+    <nd ref='-52688' />
+    <nd ref='-52690' />
+    <nd ref='-52692' />
+    <nd ref='-52694' />
+    <nd ref='-52696' />
+    <nd ref='-52698' />
+    <nd ref='-52700' />
+    <nd ref='-52702' />
+    <nd ref='-52688' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='h3' />
+  </way>
+  <way id='-53076' action='modify' visible='true'>
+    <nd ref='-52704' />
+    <nd ref='-52706' />
+    <nd ref='-52708' />
+    <nd ref='-52710' />
+    <nd ref='-52712' />
+    <nd ref='-52714' />
+    <nd ref='-52716' />
+    <nd ref='-52718' />
+    <nd ref='-52720' />
+    <nd ref='-52722' />
+    <nd ref='-52724' />
+    <nd ref='-52726' />
+    <nd ref='-52728' />
+    <nd ref='-52730' />
+    <nd ref='-52732' />
+    <nd ref='-52734' />
+    <nd ref='-52736' />
+    <nd ref='-52738' />
+    <nd ref='-52740' />
+    <nd ref='-52742' />
+    <nd ref='-52744' />
+    <nd ref='-52746' />
+    <nd ref='-52748' />
+    <nd ref='-52704' />
+    <tag k='building' v='yes' />
+    <tag k='source' v='cuzk:km' />
+    <tag k='test' v='i1' />
+  </way>
+  <way id='-53078' action='modify' visible='true'>
+    <nd ref='-52750' />
+    <nd ref='-52752' />
+    <nd ref='-52754' />
+    <nd ref='-52756' />
+    <nd ref='-52750' />
+  </way>
+  <way id='-53080' action='modify' visible='true'>
+    <nd ref='-52758' />
+    <nd ref='-52760' />
+    <nd ref='-52762' />
+    <nd ref='-52764' />
+    <nd ref='-52758' />
+  </way>
+  <way id='-53082' action='modify' visible='true'>
+    <nd ref='-52766' />
+    <nd ref='-52768' />
+    <nd ref='-52770' />
+    <nd ref='-52772' />
+    <nd ref='-52774' />
+    <nd ref='-52776' />
+    <nd ref='-52778' />
+    <nd ref='-52780' />
+    <nd ref='-52782' />
+    <nd ref='-52784' />
+    <nd ref='-52786' />
+    <nd ref='-52788' />
+    <nd ref='-52766' />
+  </way>
+  <way id='-53084' action='modify' visible='true'>
+    <nd ref='-52790' />
+    <nd ref='-52792' />
+    <nd ref='-52794' />
+    <nd ref='-52796' />
+    <nd ref='-52798' />
+    <nd ref='-52800' />
+    <nd ref='-52802' />
+    <nd ref='-52790' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='i3' />
+  </way>
+  <way id='-53086' action='modify' visible='true'>
+    <nd ref='-52804' />
+    <nd ref='-52806' />
+    <nd ref='-52808' />
+    <nd ref='-52810' />
+    <nd ref='-52812' />
+    <nd ref='-52814' />
+    <nd ref='-52804' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='i4' />
+  </way>
+  <way id='-53088' action='modify' visible='true'>
+    <nd ref='-52816' />
+    <nd ref='-52818' />
+    <nd ref='-52820' />
+    <nd ref='-52822' />
+    <nd ref='-52824' />
+    <nd ref='-52826' />
+    <nd ref='-52828' />
+    <nd ref='-52830' />
+    <nd ref='-52832' />
+    <nd ref='-52834' />
+    <nd ref='-52836' />
+    <nd ref='-52838' />
+    <nd ref='-52840' />
+    <nd ref='-52842' />
+    <nd ref='-52844' />
+    <nd ref='-52846' />
+    <nd ref='-52848' />
+    <nd ref='-52850' />
+    <nd ref='-52852' />
+    <nd ref='-52816' />
+  </way>
+  <way id='-53090' action='modify' visible='true'>
+    <nd ref='-52854' />
+    <nd ref='-52856' />
+    <nd ref='-52858' />
+    <nd ref='-52860' />
+    <nd ref='-52862' />
+    <nd ref='-52864' />
+    <nd ref='-52866' />
+    <nd ref='-52868' />
+    <nd ref='-52870' />
+    <nd ref='-52872' />
+    <nd ref='-52874' />
+    <nd ref='-52876' />
+    <nd ref='-52854' />
+  </way>
+  <way id='-53092' action='modify' visible='true'>
+    <nd ref='-52878' />
+    <nd ref='-52880' />
+    <nd ref='-52882' />
+    <nd ref='-52884' />
+    <nd ref='-52886' />
+    <nd ref='-52888' />
+    <nd ref='-52890' />
+    <nd ref='-52892' />
+    <nd ref='-52894' />
+    <nd ref='-52896' />
+    <nd ref='-52898' />
+    <nd ref='-52900' />
+    <nd ref='-52902' />
+    <nd ref='-52904' />
+    <nd ref='-52906' />
+    <nd ref='-52908' />
+    <nd ref='-52910' />
+    <nd ref='-52912' />
+    <nd ref='-52914' />
+    <nd ref='-52916' />
+    <nd ref='-52918' />
+    <nd ref='-52920' />
+    <nd ref='-52922' />
+    <nd ref='-52924' />
+    <nd ref='-52926' />
+    <nd ref='-52928' />
+    <nd ref='-52930' />
+    <nd ref='-52932' />
+    <nd ref='-52934' />
+    <nd ref='-52936' />
+    <nd ref='-52938' />
+    <nd ref='-52940' />
+    <nd ref='-52942' />
+    <nd ref='-52944' />
+    <nd ref='-52946' />
+    <nd ref='-52948' />
+    <nd ref='-52950' />
+    <nd ref='-52952' />
+    <nd ref='-52954' />
+    <nd ref='-52956' />
+    <nd ref='-52958' />
+    <nd ref='-52960' />
+    <nd ref='-52962' />
+    <nd ref='-52964' />
+    <nd ref='-52966' />
+    <nd ref='-52968' />
+    <nd ref='-52970' />
+    <nd ref='-52972' />
+    <nd ref='-52974' />
+    <nd ref='-52976' />
+    <nd ref='-52978' />
+    <nd ref='-52980' />
+    <nd ref='-52982' />
+    <nd ref='-52984' />
+    <nd ref='-52986' />
+    <nd ref='-52988' />
+    <nd ref='-52990' />
+    <nd ref='-52992' />
+    <nd ref='-52994' />
+    <nd ref='-52996' />
+    <nd ref='-52998' />
+    <nd ref='-53000' />
+    <nd ref='-53002' />
+    <nd ref='-53004' />
+    <nd ref='-52878' />
+    <tag k='source' v='cuzk:km' />
+  </way>
+  <way id='-55058' action='modify' visible='true'>
+    <nd ref='-55060' />
+    <nd ref='-55061' />
+    <nd ref='-55062' />
+    <nd ref='-55063' />
+    <nd ref='-55064' />
+    <nd ref='-55065' />
+    <nd ref='-55060' />
+  </way>
+  <way id='-55059' action='modify' visible='true'>
+    <nd ref='-55066' />
+    <nd ref='-55067' />
+    <nd ref='-55068' />
+    <nd ref='-55069' />
+    <nd ref='-55070' />
+    <nd ref='-55071' />
+    <nd ref='-55072' />
+    <nd ref='-55073' />
+    <nd ref='-55066' />
+  </way>
+  <relation id='-53094' action='modify' visible='true'>
+    <member type='way' ref='-53030' role='inner' />
+    <member type='way' ref='-53028' role='outer' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='a1' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-53096' action='modify' visible='true'>
+    <member type='way' ref='-53038' role='inner' />
+    <member type='way' ref='-53040' role='outer' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='e2' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-53098' action='modify' visible='true'>
+    <member type='way' ref='-53044' role='inner' />
+    <member type='way' ref='-53046' role='outer' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='e4' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-53100' action='modify' visible='true'>
+    <member type='way' ref='-53050' role='inner' />
+    <member type='way' ref='-53052' role='inner' />
+    <member type='way' ref='-53054' role='outer' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='f1' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-53102' action='modify' visible='true'>
+    <member type='way' ref='-53060' role='inner' />
+    <member type='way' ref='-53062' role='inner' />
+    <member type='way' ref='-53064' role='outer' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='g3' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-53104' action='modify' visible='true'>
+    <member type='way' ref='-53066' role='inner' />
+    <member type='way' ref='-53068' role='inner' />
+    <member type='way' ref='-53070' role='inner' />
+    <member type='way' ref='-53072' role='outer' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='h1' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-53106' action='modify' visible='true'>
+    <member type='way' ref='-53078' role='inner' />
+    <member type='way' ref='-53080' role='inner' />
+    <member type='way' ref='-53082' role='outer' />
+    <tag k='building' v='yes' />
+    <tag k='test' v='i2' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-53108' action='modify' visible='true'>
+    <member type='way' ref='-53088' role='inner' />
+    <member type='way' ref='-53090' role='inner' />
+    <member type='way' ref='-53092' role='outer' />
+    <tag k='highway' v='residential' />
+    <tag k='test' v='h2' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-55057' action='modify' visible='true'>
+    <member type='way' ref='-55058' role='inner' />
+    <member type='way' ref='-55059' role='outer' />
+    <tag k='amenity' v='parking' />
+    <tag k='parking' v='surface' />
+    <tag k='test' v='a2' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+</osm>
Index: /trunk/nodist/data/UnconnectedWaysTest.osm
===================================================================
--- /trunk/nodist/data/UnconnectedWaysTest.osm	(revision 16006)
+++ /trunk/nodist/data/UnconnectedWaysTest.osm	(revision 16006)
@@ -0,0 +1,33 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <node id='-222' visible='true' lat='34.56990542224688' lon='-6.811381227813049' />
+  <node id='-221' visible='true' lat='34.569663967347694' lon='-6.811562128191087' />
+  <node id='-220' visible='true' lat='34.56981334217753' lon='-6.811764873147308' />
+  <node id='-219' visible='true' lat='34.569940990748705' lon='-6.8114046823157315' />
+  <node id='-218' visible='true' lat='34.56991845793937' lon='-6.81141750053251' />
+  <node id='-217' visible='true' lat='34.56975622907155' lon='-6.811807241057648' />
+  <node id='-216' visible='true' lat='34.56991204337294' lon='-6.811693873591789' />
+  <node id='-215' visible='true' lat='34.56993168009912' lon='-6.811454292115847' />
+  <way id='-226' visible='true'>
+    <nd ref='-220' />
+    <nd ref='-217' />
+    <tag k='highway' v='service' />
+  </way>
+  <way id='-225' visible='true'>
+    <nd ref='-221' />
+    <nd ref='-218' />
+    <nd ref='-219' />
+    <tag k='highway' v='service' />
+  </way>
+  <way id='-224' visible='true'>
+    <nd ref='-216' />
+    <nd ref='-220' />
+    <tag k='highway' v='service' />
+  </way>
+  <way id='-223' visible='true'>
+    <nd ref='-215' />
+    <nd ref='-218' />
+    <nd ref='-222' />
+    <tag k='highway' v='service' />
+  </way>
+</osm>
Index: /trunk/nodist/data/amenity-in-amenity.osm
===================================================================
--- /trunk/nodist/data/amenity-in-amenity.osm	(revision 16006)
+++ /trunk/nodist/data/amenity-in-amenity.osm	(revision 16006)
@@ -0,0 +1,38 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <node id='-3879' action='modify' visible='true' lat='-22.69072960433' lon='-48.5607904595' />
+  <node id='-3877' action='modify' visible='true' lat='-22.69078106744' lon='-48.56082153115' />
+  <node id='-3875' action='modify' visible='true' lat='-22.6907376271' lon='-48.56085907164' />
+  <node id='-3871' action='modify' visible='true' lat='-22.69070289438' lon='-48.56081834975' />
+  <node id='-3863' visible='true' lat='-22.69071631095' lon='-48.56081028236' />
+  <node id='-3862' visible='true' lat='-22.69074204865' lon='-48.56081115962' />
+  <node id='-3861' visible='true' lat='-22.69071809155' lon='-48.56082765213' />
+  <node id='-3860' visible='true' lat='-22.69074528609' lon='-48.56083782836' />
+  <node id='123' version='3' lat='-22.69073023197' lon='-48.56082133585'>
+    <tag k='amenity' v='hospital' />
+  </node>
+  <way id='-3880' action='modify' visible='true'>
+    <nd ref='-3877' />
+    <nd ref='-3879' />
+    <nd ref='-3871' />
+  </way>
+  <way id='-3876' action='modify' visible='true'>
+    <nd ref='-3871' />
+    <nd ref='-3875' />
+    <nd ref='-3877' />
+  </way>
+  <way id='123' version='3' visible='true'>
+    <nd ref='-3861' />
+    <nd ref='-3860' />
+    <nd ref='-3862' />
+    <nd ref='-3863' />
+    <nd ref='-3861' />
+    <tag k='amenity' v='hospital' />
+  </way>
+  <relation id='123' version='3' action='modify' visible='true'>
+    <member type='way' ref='-3876' role='outer' />
+    <member type='way' ref='-3880' role='outer' />
+    <tag k='amenity' v='hospital' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+</osm>
Index: /trunk/nodist/data/btnmeatrack_2016-01-25.nmea
===================================================================
--- /trunk/nodist/data/btnmeatrack_2016-01-25.nmea	(revision 16006)
+++ /trunk/nodist/data/btnmeatrack_2016-01-25.nmea	(revision 16006)
@@ -0,0 +1,99 @@
+$GPGGA,050509.200,4659.2842,N,00124.0315,W,1,16,0.7,38.9,M,49.0,M,,0000*78
+$GPRMC,050509.200,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*74
+$GPGGA,050509.400,4659.2842,N,00124.0315,W,1,16,0.7,38.9,M,49.0,M,,0000*7E
+$GPRMC,050509.400,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*72
+$GPGGA,050509.600,4659.2842,N,00124.0315,W,1,16,0.7,38.9,M,49.0,M,,0000*7C
+$GPGLL,4659.2842,N,00124.0315,W,050509.600,A,A*46
+$GPGSA,A,3,01,03,08,11,10,14,22,27,32,28,18,,1.2,0.7,0.9*36
+$GLGSA,A,3,82,83,67,66,68,,,,,,,,1.2,0.7,0.9*2D
+$GPRMC,050509.600,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*70
+$GPVTG,000.0,T,,M,000.0,N,000.0,K,A*0D
+$GPZDA,050509.600,25,01,2016,00,00*5A
+$GPGGA,050509.800,4659.2842,N,00124.0315,W,1,16,0.7,38.9,M,49.0,M,,0000*72
+$GPRMC,050509.800,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7E
+$GPGGA,050510.000,4659.2842,N,00124.0315,W,1,16,0.7,38.9,M,49.0,M,,0000*72
+$GPRMC,050510.000,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7E
+$GPGGA,050510.200,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*71
+$GPRMC,050510.200,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7C
+$GPGGA,050510.400,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*77
+$GPRMC,050510.400,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7A
+$GPGGA,050510.600,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*75
+$GPGLL,4659.2842,N,00124.0315,W,050510.600,A,A*4E
+$GPGSA,A,3,01,03,08,11,10,14,22,27,32,28,18,,1.1,0.7,0.9*35
+$GLGSA,A,3,82,83,67,66,68,74,,,,,,,1.1,0.7,0.9*2D
+$GPGSV,3,1,11,08,84,167,51,22,69,107,48,11,51,284,49,27,51,132,50*7D
+$GPGSV,3,2,11,32,40,192,49,10,39,054,45,01,38,269,48,14,21,099,45*7D
+$GPGSV,3,3,11,28,16,324,40,03,09,211,45,18,09,045,40*49
+$GLGSV,2,1,06,83,63,338,51,67,53,060,47,68,48,161,50,82,44,094,50*63
+$GLGSV,2,2,06,74,21,308,43,66,09,025,39*6B
+$GPRMC,050510.600,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*78
+$GPVTG,000.0,T,,M,000.0,N,000.0,K,A*0D
+$GPZDA,050510.600,25,01,2016,00,00*52
+$GPGGA,050510.800,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*7B
+$GPRMC,050510.800,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*76
+$GPGGA,050511.000,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*72
+$GPRMC,050511.000,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7F
+$GPGGA,050511.200,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*70
+$GPRMC,050511.200,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7D
+$GPGGA,050511.400,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*76
+$GPRMC,050511.400,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7B
+$GPGGA,050511.600,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*74
+$GPGLL,4659.2842,N,00124.0315,W,050511.600,A,A*4F
+$GPGSA,A,3,01,03,08,11,10,14,22,27,32,28,18,,1.1,0.7,0.9*35
+$GLGSA,A,3,82,83,67,66,68,74,,,,,,,1.1,0.7,0.9*2D
+$GPRMC,050511.600,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*79
+$GPVTG,000.0,T,,M,000.0,N,000.0,K,A*0D
+$GPZDA,050511.600,25,01,2016,00,00*53
+$GPGGA,050511.800,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*7A
+$GPRMC,050511.800,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*77
+$GPGGA,050512.000,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*71
+$GPRMC,050512.000,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7C
+$GPGGA,050512.200,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*73
+$GPRMC,050512.200,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7E
+$GPGGA,050512.400,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*75
+$GPRMC,050512.400,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*78
+$GPGGA,050512.600,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*77
+$GPGLL,4659.2842,N,00124.0315,W,050512.600,A,A*4C
+$GPGSA,A,3,01,03,08,11,10,14,22,27,32,28,18,,1.1,0.7,0.9*35
+$GLGSA,A,3,82,83,67,66,68,74,,,,,,,1.1,0.7,0.9*2D
+$GPRMC,050512.600,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7A
+$GPVTG,000.0,T,,M,000.0,N,000.0,K,A*0D
+$GPZDA,050512.600,25,01,2016,00,00*50
+$GPGGA,050512.800,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*79
+$GPRMC,050512.800,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*74
+$GPGGA,050513.000,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*70
+$GPRMC,050513.000,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7D
+$GPGGA,050513.200,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*72
+$GPRMC,050513.200,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7F
+$GPGGA,050513.400,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*74
+$GPRMC,050513.400,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*79
+$GPGGA,050513.600,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*76
+$GPGLL,4659.2842,N,00124.0315,W,050513.600,A,A*4D
+$GPGSA,A,3,01,03,08,11,10,14,22,27,32,28,18,,1.1,0.7,0.9*35
+$GLGSA,A,3,82,83,67,66,68,74,,,,,,,1.1,0.7,0.9*2D
+$GPGSV,3,1,11,08,84,167,52,22,69,107,48,11,51,284,49,27,51,132,50*7E
+$GPGSV,3,2,11,32,40,192,49,10,39,054,45,01,38,269,48,14,21,099,45*7D
+$GPGSV,3,3,11,28,16,324,40,03,09,211,45,18,09,045,40*49
+$GLGSV,2,1,06,83,63,338,51,67,53,060,46,68,48,161,50,82,44,094,50*62
+$GLGSV,2,2,06,74,21,308,43,66,09,025,40*65
+$GPRMC,050513.600,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7B
+$GPVTG,000.0,T,,M,000.0,N,000.0,K,A*0D
+$GPZDA,050513.600,25,01,2016,00,00*51
+$GPGGA,050513.800,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*78
+$GPRMC,050513.800,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*75
+$GPGGA,050514.000,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*77
+$GPRMC,050514.000,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7A
+$GPGGA,050514.200,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*75
+$GPRMC,050514.200,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*78
+$GPGGA,050514.400,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*73
+$GPRMC,050514.400,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7E
+$GPGGA,050514.600,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*71
+$GPGLL,4659.2842,N,00124.0315,W,050514.600,A,A*4A
+$GPGSA,A,3,01,03,08,11,10,14,22,27,32,28,18,,1.1,0.7,0.9*35
+$GLGSA,A,3,82,83,67,66,68,74,,,,,,,1.1,0.7,0.9*2D
+$GPRMC,050514.600,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*7C
+$GPVTG,000.0,T,,M,000.0,N,000.0,K,A*0D
+$GPZDA,050514.600,25,01,2016,00,00*56
+$GPGGA,050514.800,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*7F
+$GPRMC,050514.800,A,4659.2842,N,00124.0315,W,000.0,000.0,250116,,,A*72
+$GPGGA,050515.000,4659.2842,N,00124.0315,W,1,17,0.7,38.9,M,49.0,M,,0000*76
Index: /trunk/nodist/data/coastlines.osm
===================================================================
--- /trunk/nodist/data/coastlines.osm	(revision 16006)
+++ /trunk/nodist/data/coastlines.osm	(revision 16006)
@@ -0,0 +1,790 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <bounds minlat='-22.95' minlon='-42.5951367' maxlat='-22.93' maxlon='-42.5878312' origin='JOSM' />
+  <node id='-11' action='modify' visible='true' lat='-22.93228268641' lon='-42.59325100232'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-13' action='modify' visible='true' lat='-22.93220124728' lon='-42.59296747156'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-15' action='modify' visible='true' lat='-22.93227880836' lon='-42.59272183847'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-17' action='modify' visible='true' lat='-22.9325114913' lon='-42.59257866948'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-19' action='modify' visible='true' lat='-22.93260585706' lon='-42.59263481418'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-21' action='modify' visible='true' lat='-22.9326368814' lon='-42.59299554391'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-23' action='modify' visible='true' lat='-22.93253863762' lon='-42.59334223747'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-25' action='modify' visible='true' lat='-22.9308985405' lon='-42.59187037746' />
+  <node id='-27' action='modify' visible='true' lat='-22.93081710054' lon='-42.5915868467' />
+  <node id='-29' action='modify' visible='true' lat='-22.9308946624' lon='-42.59134121361' />
+  <node id='-31' action='modify' visible='true' lat='-22.93112734774' lon='-42.59119804461' />
+  <node id='-33' action='modify' visible='true' lat='-22.93122171444' lon='-42.59125418932' />
+  <node id='-35' action='modify' visible='true' lat='-22.93125273911' lon='-42.59161491905' />
+  <node id='-37' action='modify' visible='true' lat='-22.93115449432' lon='-42.59196161261' />
+  <node id='-39' action='modify' visible='true' lat='-22.93437682152' lon='-42.59388858684' />
+  <node id='-41' action='modify' visible='true' lat='-22.93405647565' lon='-42.59357855396' />
+  <node id='-43' action='modify' visible='true' lat='-22.93405647565' lon='-42.59282237623' />
+  <node id='-45' action='modify' visible='true' lat='-22.93453003015' lon='-42.59264089357' />
+  <node id='-47' action='modify' visible='true' lat='-22.93489912293' lon='-42.59262577001' />
+  <node id='-49' action='modify' visible='true' lat='-22.93485733889' lon='-42.59340463308' />
+  <node id='-51' action='modify' visible='true' lat='-22.93392299504' lon='-42.59215803098' />
+  <node id='-53' action='modify' visible='true' lat='-22.93417130306' lon='-42.59193715049' />
+  <node id='-55' action='modify' visible='true' lat='-22.93655746253' lon='-42.59421578323' />
+  <node id='-57' action='modify' visible='true' lat='-22.93613266275' lon='-42.59367685707' />
+  <node id='-59' action='modify' visible='true' lat='-22.93602820357' lon='-42.59291311755' />
+  <node id='-61' action='modify' visible='true' lat='-22.93602820357' lon='-42.5918620305' />
+  <node id='-63' action='modify' visible='true' lat='-22.93698922489' lon='-42.59042529279' />
+  <node id='-65' action='modify' visible='true' lat='-22.93614659062' lon='-42.59114366165' />
+  <node id='-67' action='modify' visible='true' lat='-22.93633461691' lon='-42.59205863671' />
+  <node id='-69' action='modify' visible='true' lat='-22.93765648073' lon='-42.59314422735' />
+  <node id='-71' action='modify' visible='true' lat='-22.93721775257' lon='-42.59208556876' />
+  <node id='-73' action='modify' visible='true' lat='-22.93738488727' lon='-42.59068662705' />
+  <node id='-75' action='modify' visible='true' lat='-22.93786539841' lon='-42.59008924113' />
+  <node id='-77' action='modify' visible='true' lat='-22.93822055771' lon='-42.59129157481' />
+  <node id='-79' action='modify' visible='true' lat='-22.9322620129' lon='-42.59221337032'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-81' action='modify' visible='true' lat='-22.93218057377' lon='-42.59192983956'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-83' action='modify' visible='true' lat='-22.93225813485' lon='-42.59168420647'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-85' action='modify' visible='true' lat='-22.93249081784' lon='-42.59154103748'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-87' action='modify' visible='true' lat='-22.93258518361' lon='-42.59159718218'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-89' action='modify' visible='true' lat='-22.93261620795' lon='-42.59195791191'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-91' action='modify' visible='true' lat='-22.93251796416' lon='-42.59230460547'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-93' action='modify' visible='true' lat='-22.93090875615' lon='-42.59310227407' />
+  <node id='-95' action='modify' visible='true' lat='-22.93116470997' lon='-42.59319350922' />
+  <node id='-97' action='modify' visible='true' lat='-22.93126295473' lon='-42.59284681566' />
+  <node id='-99' action='modify' visible='true' lat='-22.93123193008' lon='-42.59248608593' />
+  <node id='-101' action='modify' visible='true' lat='-22.93113756337' lon='-42.59242994122' />
+  <node id='-103' action='modify' visible='true' lat='-22.93090487805' lon='-42.59257311022' />
+  <node id='-105' action='modify' visible='true' lat='-22.93082731619' lon='-42.59281874331' />
+  <node id='-107' action='modify' visible='true' lat='-22.93261583737' lon='-42.59101907303'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-109' action='modify' visible='true' lat='-22.93251759357' lon='-42.59136576659'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-111' action='modify' visible='true' lat='-22.93226164231' lon='-42.59127453144'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-113' action='modify' visible='true' lat='-22.93218020319' lon='-42.59099100068'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-115' action='modify' visible='true' lat='-22.93225776426' lon='-42.59074536759'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-117' action='modify' visible='true' lat='-22.93249044726' lon='-42.5906021986'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-119' action='modify' visible='true' lat='-22.93258481303' lon='-42.5906583433'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-121' action='modify' visible='true' lat='-22.93025580711' lon='-42.59369056365' />
+  <node id='-123' action='modify' visible='true' lat='-22.93026515875' lon='-42.59085759197' />
+  <node id='-125' action='modify' visible='true' lat='-22.93196512453' lon='-42.59086420786' />
+  <node id='-127' action='modify' visible='true' lat='-22.93195577301' lon='-42.59369717955' />
+  <node id='-129' action='modify' visible='true' lat='-22.93097091507' lon='-42.58900954097' />
+  <node id='-131' action='modify' visible='true' lat='-22.93031798639' lon='-42.58740258288' />
+  <node id='-133' action='modify' visible='true' lat='-22.9315286225' lon='-42.58902726477' />
+  <node id='-135' action='modify' visible='true' lat='-22.93188228944' lon='-42.58779250653' />
+  <node id='-137' action='modify' visible='true' lat='-22.93187684841' lon='-42.58742030668' />
+  <node id='-139' action='modify' visible='true' lat='-22.93617822615' lon='-42.58744883097' />
+  <node id='-141' action='modify' visible='true' lat='-22.93663525678' lon='-42.58854770672' />
+  <node id='-143' action='modify' visible='true' lat='-22.93795193164' lon='-42.5883350211' />
+  <node id='-145' action='modify' visible='true' lat='-22.93795193164' lon='-42.58711798666' />
+  <node id='-147' action='modify' visible='true' lat='-22.93668966509' lon='-42.58731885642' />
+  <node id='-149' action='modify' visible='true' lat='-22.9324334361' lon='-42.59600068174'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-151' action='modify' visible='true' lat='-22.9342254466' lon='-42.59800962863' />
+  <node id='-153' action='modify' visible='true' lat='-22.93390510037' lon='-42.59769959575' />
+  <node id='-155' action='modify' visible='true' lat='-22.93390510037' lon='-42.59694341802' />
+  <node id='-157' action='modify' visible='true' lat='-22.93437865539' lon='-42.59676193536' />
+  <node id='-159' action='modify' visible='true' lat='-22.93474774859' lon='-42.5967468118' />
+  <node id='-161' action='modify' visible='true' lat='-22.9347059645' lon='-42.59752567487' />
+  <node id='-163' action='modify' visible='true' lat='-22.93377161961' lon='-42.59627907277' />
+  <node id='-165' action='modify' visible='true' lat='-22.9340199279' lon='-42.59605819228' />
+  <node id='-167' action='modify' visible='true' lat='-22.93617810233' lon='-42.59954161766' />
+  <node id='-169' action='modify' visible='true' lat='-22.93575330135' lon='-42.59893667547' />
+  <node id='-171' action='modify' visible='true' lat='-22.93564884189' lon='-42.59817293595' />
+  <node id='-173' action='modify' visible='true' lat='-22.93564884189' lon='-42.5971218489' />
+  <node id='-175' action='modify' visible='true' lat='-22.9366098659' lon='-42.59568511119' />
+  <node id='-177' action='modify' visible='true' lat='-22.93576722926' lon='-42.59640348005' />
+  <node id='-179' action='modify' visible='true' lat='-22.93595525609' lon='-42.59731845511' />
+  <node id='-181' action='modify' visible='true' lat='-22.93726192454' lon='-42.598882662' />
+  <node id='-183' action='modify' visible='true' lat='-22.93682319509' lon='-42.59782400341' />
+  <node id='-185' action='modify' visible='true' lat='-22.93699033028' lon='-42.5964250617' />
+  <node id='-187' action='modify' visible='true' lat='-22.93747084282' lon='-42.59582767578' />
+  <node id='-189' action='modify' visible='true' lat='-22.93782600315' lon='-42.59703000946' />
+  <node id='-191' action='modify' visible='true' lat='-22.94034396875' lon='-42.59932184915' />
+  <node id='-193' action='modify' visible='true' lat='-22.93977226185' lon='-42.59979522209' />
+  <node id='-195' action='modify' visible='true' lat='-22.93884391255' lon='-42.59811556712' />
+  <node id='-197' action='modify' visible='true' lat='-22.93886094129' lon='-42.59699566966' />
+  <node id='-199' action='modify' visible='true' lat='-22.93924396283' lon='-42.5963755829' />
+  <node id='-201' action='modify' visible='true' lat='-22.94007267843' lon='-42.59543789073' />
+  <node id='-203' action='modify' visible='true' lat='-22.93211063561' lon='-42.59755570876'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-205' action='modify' visible='true' lat='-22.93202919639' lon='-42.597272178'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-207' action='modify' visible='true' lat='-22.93210675757' lon='-42.59702654491'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-209' action='modify' visible='true' lat='-22.93213130914' lon='-42.59859334076'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-211' action='modify' visible='true' lat='-22.93233944081' lon='-42.59688337592'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-213' action='modify' visible='true' lat='-22.93204986993' lon='-42.59830981'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-215' action='modify' visible='true' lat='-22.93243380668' lon='-42.59693952062'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-217' action='modify' visible='true' lat='-22.93212743109' lon='-42.59806417691'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-219' action='modify' visible='true' lat='-22.93246483106' lon='-42.59730025035'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-221' action='modify' visible='true' lat='-22.9323601143' lon='-42.59792100792'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-223' action='modify' visible='true' lat='-22.93236658716' lon='-42.59764694391'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-225' action='modify' visible='true' lat='-22.93245448015' lon='-42.59797715262'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-227' action='modify' visible='true' lat='-22.93248550452' lon='-42.59833788235'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-229' action='modify' visible='true' lat='-22.93238726065' lon='-42.59868457591'>
+    <tag k='josm_error_codes' v='1001' />
+  </node>
+  <node id='-231' action='modify' visible='true' lat='-22.94125413118' lon='-42.59808265149' />
+  <node id='-233' action='modify' visible='true' lat='-22.93246446048' lon='-42.59636141147'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-235' action='modify' visible='true' lat='-22.93236621657' lon='-42.59670810503'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-237' action='modify' visible='true' lat='-22.93211026502' lon='-42.59661686988'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-239' action='modify' visible='true' lat='-22.93202882581' lon='-42.59633333912'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-241' action='modify' visible='true' lat='-22.93210638697' lon='-42.59608770603'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-243' action='modify' visible='true' lat='-22.93233907023' lon='-42.59594453704'>
+    <tag k='josm_error_codes' v='904' />
+  </node>
+  <node id='-245' action='modify' visible='true' lat='-22.93000020899' lon='-42.59857866731' />
+  <node id='-247' action='modify' visible='true' lat='-22.93065315927' lon='-42.59799037773' />
+  <node id='-249' action='modify' visible='true' lat='-22.93000956066' lon='-42.59574569563' />
+  <node id='-251' action='modify' visible='true' lat='-22.93090911357' lon='-42.59808161288' />
+  <node id='-253' action='modify' visible='true' lat='-22.93170952965' lon='-42.59575231152' />
+  <node id='-255' action='modify' visible='true' lat='-22.93100735852' lon='-42.59773491932' />
+  <node id='-257' action='modify' visible='true' lat='-22.9317001781' lon='-42.59858528321' />
+  <node id='-259' action='modify' visible='true' lat='-22.9306429436' lon='-42.59675848112' />
+  <node id='-261' action='modify' visible='true' lat='-22.9309763338' lon='-42.59737418959' />
+  <node id='-263' action='modify' visible='true' lat='-22.93056150348' lon='-42.59647495036' />
+  <node id='-265' action='modify' visible='true' lat='-22.93088196692' lon='-42.59731804488' />
+  <node id='-267' action='modify' visible='true' lat='-22.93064928117' lon='-42.59746121388' />
+  <node id='-269' action='modify' visible='true' lat='-22.93063906549' lon='-42.59622931727' />
+  <node id='-271' action='modify' visible='true' lat='-22.93087175126' lon='-42.59608614827' />
+  <node id='-273' action='modify' visible='true' lat='-22.93057171916' lon='-42.59770684697' />
+  <node id='-275' action='modify' visible='true' lat='-22.93096611816' lon='-42.59614229298' />
+  <node id='-277' action='modify' visible='true' lat='-22.93099714287' lon='-42.59650302271' />
+  <node id='-279' action='modify' visible='true' lat='-22.93089889791' lon='-42.59684971627' />
+  <node id='-281' action='modify' visible='true' lat='-22.94135559003' lon='-42.59225407414' />
+  <node id='-283' action='modify' visible='true' lat='-22.93934542319' lon='-42.59054700555' />
+  <node id='-285' action='modify' visible='true' lat='-22.94017413817' lon='-42.58960931338' />
+  <node id='-287' action='modify' visible='true' lat='-22.94044542828' lon='-42.59349327181' />
+  <node id='-289' action='modify' visible='true' lat='-22.93987372182' lon='-42.59396664474' />
+  <node id='-291' action='modify' visible='true' lat='-22.93894537321' lon='-42.59228698978' />
+  <node id='-293' action='modify' visible='true' lat='-22.93896240194' lon='-42.59116709231' />
+  <node id='-295' action='modify' visible='true' lat='-22.93300138853' lon='-42.59817225915' />
+  <node id='-297' action='modify' visible='true' lat='-22.93274302673' lon='-42.59849287024' />
+  <node id='-299' action='modify' visible='true' lat='-22.93301984292' lon='-42.59876004615' />
+  <node id='-301' action='modify' visible='true' lat='-22.93333971871' lon='-42.59848619084' />
+  <node id='-303' action='modify' visible='true' lat='-22.93278608706' lon='-42.59793180083' />
+  <node id='-305' action='modify' visible='true' lat='-22.93301369146' lon='-42.59763122793' />
+  <node id='-307' action='modify' visible='true' lat='-22.93330281001' lon='-42.5977180601' />
+  <node id='-309' action='modify' visible='true' lat='-22.93299677493' lon='-42.59698666606' />
+  <node id='-311' action='modify' visible='true' lat='-22.93275686755' lon='-42.5971436319' />
+  <node id='-313' action='modify' visible='true' lat='-22.93299985066' lon='-42.59746424299' />
+  <node id='-315' action='modify' visible='true' lat='-22.93326743916' lon='-42.59729057865' />
+  <node id='-317' action='modify' visible='true' lat='-22.93279992788' lon='-42.59658924189' />
+  <node id='-319' action='modify' visible='true' lat='-22.93321822752' lon='-42.5968597575' />
+  <node id='-321' action='modify' visible='true' lat='-22.93309827408' lon='-42.59653246701' />
+  <node id='-323' action='modify' visible='true' lat='-22.93317362946' lon='-42.59609496646' />
+  <node id='-325' action='modify' visible='true' lat='-22.9329983128' lon='-42.59595469911' />
+  <node id='-327' action='modify' visible='true' lat='-22.93279223854' lon='-42.59614172225' />
+  <node id='-329' action='modify' visible='true' lat='-22.93289373784' lon='-42.59637884087' />
+  <node id='-331' action='modify' visible='true' lat='-22.93283222312' lon='-42.59572425989' />
+  <node id='-333' action='modify' visible='true' lat='-22.93314594789' lon='-42.59581109206' />
+  <node id='-335' action='modify' visible='true' lat='-22.93305367598' lon='-42.59563074832' />
+  <node id='-337' action='modify' visible='true' lat='-22.93301061573' lon='-42.59139768003' />
+  <node id='-339' action='modify' visible='true' lat='-22.93294910106' lon='-42.59074309906' />
+  <node id='-341' action='modify' visible='true' lat='-22.93326282556' lon='-42.59082993123' />
+  <node id='-343' action='modify' visible='true' lat='-22.93317055373' lon='-42.59064958749' />
+  <node id='-345' action='modify' visible='true' lat='-22.93311826632' lon='-42.59319109832' />
+  <node id='-347' action='modify' visible='true' lat='-22.93285990475' lon='-42.59351170941' />
+  <node id='-349' action='modify' visible='true' lat='-22.9331367207' lon='-42.59377888531' />
+  <node id='-351' action='modify' visible='true' lat='-22.93345659622' lon='-42.59350503001' />
+  <node id='-353' action='modify' visible='true' lat='-22.93290296504' lon='-42.59295064' />
+  <node id='-355' action='modify' visible='true' lat='-22.93313056924' lon='-42.5926500671' />
+  <node id='-357' action='modify' visible='true' lat='-22.93341968754' lon='-42.59273689927' />
+  <node id='-359' action='modify' visible='true' lat='-22.93311365273' lon='-42.59200550522' />
+  <node id='-361' action='modify' visible='true' lat='-22.93287374556' lon='-42.59216247107' />
+  <node id='-363' action='modify' visible='true' lat='-22.93311672846' lon='-42.59248308216' />
+  <node id='-365' action='modify' visible='true' lat='-22.93338431672' lon='-42.59230941782' />
+  <node id='-367' action='modify' visible='true' lat='-22.93291680585' lon='-42.59160808106' />
+  <node id='-369' action='modify' visible='true' lat='-22.93333510513' lon='-42.59187859667' />
+  <node id='-371' action='modify' visible='true' lat='-22.9332905071' lon='-42.59111380563' />
+  <node id='-373' action='modify' visible='true' lat='-22.93311519059' lon='-42.59097353828' />
+  <node id='-375' action='modify' visible='true' lat='-22.93321515179' lon='-42.59155130618' />
+  <node id='-377' action='modify' visible='true' lat='-22.93290911651' lon='-42.59116056142' />
+  <way id='-379' action='modify' visible='true'>
+    <nd ref='-11' />
+    <nd ref='-13' />
+    <nd ref='-15' />
+    <nd ref='-17' />
+    <nd ref='-19' />
+    <nd ref='-21' />
+    <nd ref='-23' />
+    <nd ref='-11' />
+    <tag k='josm_error_codes' v='1001' />
+    <tag k='name' v='01- inside - land on left side' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-381' action='modify' visible='true'>
+    <nd ref='-25' />
+    <nd ref='-37' />
+    <nd ref='-35' />
+    <nd ref='-33' />
+    <nd ref='-31' />
+    <nd ref='-29' />
+    <nd ref='-27' />
+    <nd ref='-25' />
+    <tag k='description' v='good' />
+    <tag k='josm_error_codes' v='none' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-383' action='modify' visible='true'>
+    <nd ref='-39' />
+    <nd ref='-49' />
+    <nd ref='-47' />
+    <nd ref='-45' />
+    <nd ref='-43' />
+    <nd ref='-41' />
+    <nd ref='-39' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='01-inside-closed-connected-to-unclosed-in-2-nodes' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-385' action='modify' visible='true'>
+    <nd ref='-47' />
+    <nd ref='-53' />
+    <nd ref='-51' />
+    <nd ref='-43' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='02-inside-closed-connected-to-unclosed-in-2-nodes' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-387' action='modify' visible='true'>
+    <nd ref='-61' />
+    <nd ref='-59' />
+    <nd ref='-57' />
+    <nd ref='-55' />
+    <tag k='josm_error_codes' v='901,903' />
+    <tag k='name' v='inside-left-unconnected' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-389' action='modify' visible='true'>
+    <nd ref='-63' />
+    <nd ref='-65' />
+    <nd ref='-61' />
+    <tag k='josm_error_codes' v='901,903' />
+    <tag k='name' v='inside-right-unconnected' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-391' action='modify' visible='true'>
+    <nd ref='-65' />
+    <nd ref='-67' />
+    <nd ref='-57' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='inside-unclosed-connected-to-unclosed' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-393' action='modify' visible='true'>
+    <nd ref='-69' />
+    <nd ref='-71' />
+    <nd ref='-73' />
+    <nd ref='-75' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='inside-bad-unordered1-2' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-395' action='modify' visible='true'>
+    <nd ref='-69' />
+    <nd ref='-77' />
+    <nd ref='-75' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='inside-bad-unordered2-2' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-397' action='modify' visible='true'>
+    <nd ref='-81' />
+    <nd ref='-83' />
+    <nd ref='-85' />
+    <nd ref='-87' />
+    <nd ref='-89' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart2' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-399' action='modify' visible='true'>
+    <nd ref='-97' />
+    <nd ref='-99' />
+    <nd ref='-101' />
+    <nd ref='-103' />
+    <nd ref='-105' />
+    <tag k='description' v='goodpart2' />
+    <tag k='josm_error_codes' v='none' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-401' action='modify' visible='true'>
+    <nd ref='-89' />
+    <nd ref='-91' />
+    <nd ref='-79' />
+    <nd ref='-81' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart1' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-403' action='modify' visible='true'>
+    <nd ref='-105' />
+    <nd ref='-93' />
+    <nd ref='-95' />
+    <nd ref='-97' />
+    <tag k='description' v='goodpart1' />
+    <tag k='josm_error_codes' v='none' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-405' action='modify' visible='true'>
+    <nd ref='-107' />
+    <nd ref='-109' />
+    <nd ref='-111' />
+    <nd ref='-113' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart1' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-407' action='modify' visible='true'>
+    <nd ref='-113' />
+    <nd ref='-115' />
+    <nd ref='-117' />
+    <nd ref='-119' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart2' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-409' action='modify' visible='true'>
+    <nd ref='-119' />
+    <nd ref='-107' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart3' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-411' action='modify' visible='true'>
+    <nd ref='-121' />
+    <nd ref='-123' />
+    <nd ref='-125' />
+    <nd ref='-127' />
+    <nd ref='-121' />
+    <tag k='barrier' v='fence' />
+    <tag k='name' v='good' />
+  </way>
+  <way id='-413' action='modify' visible='true'>
+    <nd ref='-137' />
+    <nd ref='-135' />
+    <nd ref='-133' />
+    <nd ref='-129' />
+    <nd ref='-131' />
+    <tag k='josm_error_codes' v='none' />
+    <tag k='name' v='partly outside-okay' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-415' action='modify' visible='true'>
+    <nd ref='-139' />
+    <nd ref='-141' />
+    <nd ref='-143' />
+    <nd ref='-145' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='partly outside' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-417' action='modify' visible='true'>
+    <nd ref='-147' />
+    <nd ref='-145' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='fully outside' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-419' action='modify' visible='true'>
+    <nd ref='-209' />
+    <nd ref='-213' />
+    <nd ref='-217' />
+    <nd ref='-221' />
+    <nd ref='-225' />
+    <nd ref='-227' />
+    <nd ref='-229' />
+    <nd ref='-209' />
+    <tag k='josm_error_codes' v='1001' />
+    <tag k='name' v='01- outside - land on left side' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-421' action='modify' visible='true'>
+    <nd ref='-151' />
+    <nd ref='-161' />
+    <nd ref='-159' />
+    <nd ref='-157' />
+    <nd ref='-155' />
+    <nd ref='-153' />
+    <nd ref='-151' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='01-outside-closed-connected-to-unclosed-in-2-nodes' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-423' action='modify' visible='true'>
+    <nd ref='-159' />
+    <nd ref='-165' />
+    <nd ref='-163' />
+    <nd ref='-155' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='02-outside-closed-connected-to-unclosed-in-2-nodes' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-425' action='modify' visible='true'>
+    <nd ref='-173' />
+    <nd ref='-171' />
+    <nd ref='-169' />
+    <nd ref='-167' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='outside-left-unconnected' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-427' action='modify' visible='true'>
+    <nd ref='-175' />
+    <nd ref='-177' />
+    <nd ref='-173' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='outside-right-unconnected' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-429' action='modify' visible='true'>
+    <nd ref='-177' />
+    <nd ref='-179' />
+    <nd ref='-169' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='outside-unclosed-connected-to-unclosed' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-431' action='modify' visible='true'>
+    <nd ref='-181' />
+    <nd ref='-183' />
+    <nd ref='-185' />
+    <nd ref='-187' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='outside-bad-unordered1-2' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-433' action='modify' visible='true'>
+    <nd ref='-181' />
+    <nd ref='-189' />
+    <nd ref='-187' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='outside-bad-unordered2-2' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-435' action='modify' visible='true'>
+    <nd ref='-191' />
+    <nd ref='-193' />
+    <nd ref='-195' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='outside-left-connected-to-reversed' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-437' action='modify' visible='true'>
+    <nd ref='-197' />
+    <nd ref='-199' />
+    <nd ref='-201' />
+    <nd ref='-231' />
+    <nd ref='-191' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='outside-right--connected-to-reversed' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-439' action='modify' visible='true'>
+    <nd ref='-197' />
+    <nd ref='-195' />
+    <tag k='josm_error_codes' v='902' />
+    <tag k='name' v='outside-reversed-part' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-441' action='modify' visible='true'>
+    <nd ref='-205' />
+    <nd ref='-207' />
+    <nd ref='-211' />
+    <nd ref='-215' />
+    <nd ref='-219' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart2' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-443' action='modify' visible='true'>
+    <nd ref='-219' />
+    <nd ref='-223' />
+    <nd ref='-203' />
+    <nd ref='-205' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart1' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-445' action='modify' visible='true'>
+    <nd ref='-233' />
+    <nd ref='-235' />
+    <nd ref='-237' />
+    <nd ref='-239' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart1' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-447' action='modify' visible='true'>
+    <nd ref='-239' />
+    <nd ref='-241' />
+    <nd ref='-243' />
+    <nd ref='-149' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart2' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-449' action='modify' visible='true'>
+    <nd ref='-149' />
+    <nd ref='-233' />
+    <tag k='josm_error_codes' v='904' />
+    <tag k='name' v='badpart3' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-451' action='modify' visible='true'>
+    <nd ref='-259' />
+    <nd ref='-279' />
+    <nd ref='-277' />
+    <nd ref='-275' />
+    <nd ref='-271' />
+    <nd ref='-269' />
+    <nd ref='-263' />
+    <nd ref='-259' />
+    <tag k='description' v='good' />
+    <tag k='josm_error_codes' v='none' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-453' action='modify' visible='true'>
+    <nd ref='-255' />
+    <nd ref='-261' />
+    <nd ref='-265' />
+    <nd ref='-267' />
+    <nd ref='-273' />
+    <tag k='description' v='goodpart2' />
+    <tag k='josm_error_codes' v='none' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-455' action='modify' visible='true'>
+    <nd ref='-273' />
+    <nd ref='-247' />
+    <nd ref='-251' />
+    <nd ref='-255' />
+    <tag k='description' v='goodpart1' />
+    <tag k='josm_error_codes' v='none' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-457' action='modify' visible='true'>
+    <nd ref='-245' />
+    <nd ref='-249' />
+    <nd ref='-253' />
+    <nd ref='-257' />
+    <nd ref='-245' />
+    <tag k='barrier' v='fence' />
+    <tag k='name' v='good' />
+  </way>
+  <way id='-459' action='modify' visible='true'>
+    <nd ref='-287' />
+    <nd ref='-289' />
+    <nd ref='-291' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='inside-left-connected-to-reversed' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-461' action='modify' visible='true'>
+    <nd ref='-293' />
+    <nd ref='-283' />
+    <nd ref='-285' />
+    <nd ref='-281' />
+    <nd ref='-287' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='inside-right--connected-to-reversed' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-463' action='modify' visible='true'>
+    <nd ref='-293' />
+    <nd ref='-291' />
+    <tag k='josm_error_codes' v='902' />
+    <tag k='name' v='inside-reversed-part' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-465' action='modify' visible='true'>
+    <nd ref='-295' />
+    <nd ref='-297' />
+    <nd ref='-299' />
+    <nd ref='-301' />
+    <nd ref='-295' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='01outside--connected at start node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-467' action='modify' visible='true'>
+    <nd ref='-295' />
+    <nd ref='-307' />
+    <nd ref='-305' />
+    <nd ref='-303' />
+    <nd ref='-295' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='01outside--connected at start node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-469' action='modify' visible='true'>
+    <nd ref='-309' />
+    <nd ref='-311' />
+    <nd ref='-313' />
+    <nd ref='-315' />
+    <nd ref='-309' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='02outside.-connected at start node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-471' action='modify' visible='true'>
+    <nd ref='-317' />
+    <nd ref='-309' />
+    <nd ref='-319' />
+    <nd ref='-321' />
+    <nd ref='-317' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='02-outside-connected at 2nd node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-473' action='modify' visible='true'>
+    <nd ref='-323' />
+    <nd ref='-325' />
+    <nd ref='-327' />
+    <nd ref='-329' />
+    <nd ref='-323' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='03-outside-connected at 2nd node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-475' action='modify' visible='true'>
+    <nd ref='-331' />
+    <nd ref='-325' />
+    <nd ref='-333' />
+    <nd ref='-335' />
+    <nd ref='-331' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='03-outside-connected at 2nd node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-477' action='modify' visible='true'>
+    <nd ref='-339' />
+    <nd ref='-373' />
+    <nd ref='-341' />
+    <nd ref='-343' />
+    <nd ref='-339' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='03-inside-connected at 2nd node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-479' action='modify' visible='true'>
+    <nd ref='-345' />
+    <nd ref='-347' />
+    <nd ref='-349' />
+    <nd ref='-351' />
+    <nd ref='-345' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='01-inside-connected at start node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-481' action='modify' visible='true'>
+    <nd ref='-345' />
+    <nd ref='-357' />
+    <nd ref='-355' />
+    <nd ref='-353' />
+    <nd ref='-345' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='01-inside-connected at start node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-483' action='modify' visible='true'>
+    <nd ref='-359' />
+    <nd ref='-361' />
+    <nd ref='-363' />
+    <nd ref='-365' />
+    <nd ref='-359' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='02-inside-connected at start node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-485' action='modify' visible='true'>
+    <nd ref='-367' />
+    <nd ref='-359' />
+    <nd ref='-369' />
+    <nd ref='-375' />
+    <nd ref='-367' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='02-inside-connected at 2nd node' />
+    <tag k='natural' v='coastline' />
+  </way>
+  <way id='-487' action='modify' visible='true'>
+    <nd ref='-371' />
+    <nd ref='-373' />
+    <nd ref='-377' />
+    <nd ref='-337' />
+    <nd ref='-371' />
+    <tag k='josm_error_codes' v='901' />
+    <tag k='name' v='03-inside-connected at 2nd node' />
+    <tag k='natural' v='coastline' />
+  </way>
+</osm>
Index: /trunk/nodist/data/direction-arrows.osm
===================================================================
--- /trunk/nodist/data/direction-arrows.osm	(revision 16006)
+++ /trunk/nodist/data/direction-arrows.osm	(revision 16006)
@@ -0,0 +1,262 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <node id='-143' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.475690243509891' lon='-1.2195572267440005' />
+  <node id='-142' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47632497840996246' lon='-1.2224245764530357' />
+  <node id='-5' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4796378646700545' lon='-1.222848109646454' />
+  <node id='-4' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47900313007595446' lon='-1.2199807599374182' />
+  <node id='-153' action='modify' visible='true' lat='0.482563806671386' lon='-1.2257447604743539'>
+    <tag k='name' v='incline=*' />
+  </node>
+  <node id='-155' action='modify' visible='true' lat='0.47978683624152463' lon='-1.2262574500177505'>
+    <tag k='name' v='waterway=*' />
+  </node>
+  <node id='-27' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47771177330651926' lon='-1.214837040993729' />
+  <node id='-145' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4743988861191877' lon='-1.214413507800311' />
+  <node id='-144' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47597477985158776' lon='-1.2165585480406587' />
+  <node id='-13' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4770456414460069' lon='-1.2128480891895201' />
+  <node id='-7' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4764109066122975' lon='-1.2099807394804853' />
+  <node id='-115' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4758746474626959' lon='-1.2128519107331583' />
+  <node id='-116' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47523991252119446' lon='-1.2099845610241233' />
+  <node id='-129' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47457713024767473' lon='-1.2099662409177727' />
+  <node id='-128' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47521186525006476' lon='-1.2128335906268075' />
+  <node id='-96' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4764633314455231' lon='-1.2128409733562326' />
+  <node id='-97' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4758285965581824' lon='-1.2099736236471972' />
+  <node id='-164' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4777931685305473' lon='-1.2103856619794333' />
+  <node id='-26' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4792876662805732' lon='-1.2169820812340761' />
+  <node id='-19' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48036950894773345' lon='-1.2131904879318611' />
+  <node id='-14' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4791657020375284' lon='-1.2102793618913894' />
+  <node id='-12' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4798004366165714' lon='-1.213146711600425' />
+  <node id='-10' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47936268863731496' lon='-1.213146711600425' />
+  <node id='-8' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47973477442147744' lon='-1.2103231382228252' />
+  <node id='-3' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47872795401769974' lon='-1.2102793618913894' />
+  <node id='-2' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4782245437603482' lon='-1.210323138222825' />
+  <node id='-1' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47885927842657205' lon='-1.2131904879318611' />
+  <node id='-163' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47842790323667117' lon='-1.2132530116884697' />
+  <node id='-17' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4813140315130982' lon='-1.2101234506227323' />
+  <node id='-6' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4819487658925252' lon='-1.2129908003317675' />
+  <node id='-9' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48203631545746745' lon='-1.210167226954168' />
+  <node id='-18' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48267104976957914' lon='-1.213034576663203' />
+  <node id='-15' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4822989641455303' lon='-1.2129689121660499' />
+  <node id='-11' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48166422979871726' lon='-1.2101015624570148' />
+  <node id='-32' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4751195493564001' lon='-1.2048370205367955' />
+  <node id='-118' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4739485550463909' lon='-1.2048408420804337' />
+  <node id='-131' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47328577264919125' lon='-1.2048225219740827' />
+  <node id='-130' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4748616666352207' lon='-1.2069675622144307' />
+  <node id='-99' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4745372391933516' lon='-1.2048299047035078' />
+  <node id='-36' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47669544292428195' lon='-1.2069820607771429' />
+  <node id='-24' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4774365971965075' lon='-1.2051356429477' />
+  <node id='-21' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47693318684453173' lon='-1.2051794192791356' />
+  <node id='-22' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4778743452986904' lon='-1.2051356429477' />
+  <node id='-117' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47552444888146495' lon='-1.2069858823207813' />
+  <node id='-98' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4761131328941895' lon='-1.2069749449438552' />
+  <node id='-166' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47650181153371984' lon='-1.205241943035744' />
+  <node id='-29' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4800226751795712' lon='-1.204979731679043' />
+  <node id='-34' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4803728735314377' lon='-1.2049578435133252' />
+  <node id='-30' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4800193105956951' lon='-1.2073244595194834' />
+  <node id='-25' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47850907999728337' lon='-1.207324459519483' />
+  <node id='-23' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4784434177898294' lon='-1.2051794192791356' />
+  <node id='-33' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.479450238235392' lon='-1.2072806831880476' />
+  <node id='-35' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4790124902337393' lon='-1.2072806831880474' />
+  <node id='-165' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47807770478535566' lon='-1.2073869832760913' />
+  <node id='-37' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48136874999641444' lon='-1.2036554976531113' />
+  <node id='-44' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48171894827922374' lon='-1.2036336094873938' />
+  <node id='-45' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4820910339349863' lon='-1.2036992739845465' />
+  <node id='-38' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4819487658925157' lon='-1.2071028837536724' />
+  <node id='-40' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.482320851535727' lon='-1.2071685482508254' />
+  <node id='-42' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4822551893648863' lon='-1.204979731679043' />
+  <node id='-43' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4807449592606228' lon='-1.2050235080104783' />
+  <node id='-39' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4828461488797523' lon='-1.205089172507632' />
+  <node id='-41' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4815985676215157' lon='-1.20712477191939' />
+  <node id='-51' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4807340155630004' lon='-1.2007881479440765' />
+  <node id='-47' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48136874999640183' lon='-1.1977675810750161' />
+  <node id='-48' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4810842138783876' lon='-1.2007662597783586' />
+  <node id='-46' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48174083567128484' lon='-1.1978332455721696' />
+  <node id='-49' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48101855169561025' lon='-1.1977894692407338' />
+  <node id='-50' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48145629956880753' lon='-1.200831924275512' />
+  <node id='-54' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.47960857628212794' lon='-1.1959762749469767' />
+  <node id='-53' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4797928575014292' lon='-1.1956225408346692' />
+  <node id='-55' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4824972674572115' lon='-1.1959611311835499' />
+  <node id='-52' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4801649432621869' lon='-1.195688205331822' />
+  <node id='-60' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48479412617580425' lon='-1.2101234506227323' />
+  <node id='-65' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48477223879355674' lon='-1.2131002411603569' />
+  <node id='-62' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4841375046778457' lon='-1.2102328914513212' />
+  <node id='-63' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48542886022998155' lon='-1.2129908003317675' />
+  <node id='-57' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48354654527531427' lon='-1.210123450622732' />
+  <node id='-64' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4841812794463481' lon='-1.2129908003317675' />
+  <node id='-151' action='modify' visible='true' lat='0.48452904659867874' lon='-1.2258729328602032'>
+    <tag k='name' v='oneway=*' />
+  </node>
+  <node id='-173' action='modify' visible='true' lat='0.48769559035287136' lon='-1.2200224068971082'>
+    <tag k='name' v='no arrows' />
+  </node>
+  <node id='-175' action='modify' visible='true' lat='0.48769559035287136' lon='-1.2107085468587395'>
+    <tag k='name' v='normal arrows' />
+  </node>
+  <node id='-56' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48507866213848755' lon='-1.20712477191939' />
+  <node id='-58' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48442204066808775' lon='-1.2072342127479787' />
+  <node id='-67' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48442335747002924' lon='-1.2039721998362745' />
+  <node id='-66' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48407315932651057' lon='-1.1981061714238967' />
+  <node id='-68' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4837886233216322' lon='-1.201104850127239' />
+  <node id='-59' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.4838310812903243' lon='-1.2071247719193896' />
+  <node id='-61' timestamp='2010-01-24T10:28:01Z' visible='true' lat='0.48350277050269397' lon='-1.204979731679043' />
+  <node id='-179' action='modify' visible='true' lat='0.48756742260896846' lon='-1.2021637211354654'>
+    <tag k='name' v='reversed arrows' />
+  </node>
+  <way id='-69' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-65' />
+    <nd ref='-62' />
+    <nd ref='-58' />
+    <nd ref='-39' />
+    <tag k='highway' v='residential' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-70' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-64' />
+    <nd ref='-57' />
+    <nd ref='-59' />
+    <nd ref='-42' />
+    <tag k='highway' v='residential' />
+    <tag k='oneway' v='1' />
+  </way>
+  <way id='-71' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-67' />
+    <nd ref='-68' />
+    <nd ref='-66' />
+    <nd ref='-55' />
+    <tag k='highway' v='residential' />
+    <tag k='oneway' v='-1' />
+  </way>
+  <way id='-76' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-18' />
+    <nd ref='-9' />
+    <nd ref='-40' />
+    <nd ref='-43' />
+    <tag k='highway' v='residential' />
+    <tag k='incline' v='up' />
+  </way>
+  <way id='-78' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-15' />
+    <nd ref='-11' />
+    <nd ref='-38' />
+    <nd ref='-34' />
+    <tag k='highway' v='residential' />
+    <tag k='incline' v='22%' />
+  </way>
+  <way id='-79' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-6' />
+    <nd ref='-17' />
+    <nd ref='-41' />
+    <nd ref='-29' />
+    <tag k='highway' v='residential' />
+    <tag k='incline' v='5°' />
+  </way>
+  <way id='-73' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-13' />
+    <nd ref='-7' />
+    <nd ref='-36' />
+    <nd ref='-32' />
+    <tag k='aerialway' v='gondola' />
+  </way>
+  <way id='-81' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-19' />
+    <nd ref='-8' />
+    <nd ref='-30' />
+    <nd ref='-23' />
+    <tag k='waterway' v='stream' />
+  </way>
+  <way id='-77' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-12' />
+    <nd ref='-14' />
+    <nd ref='-33' />
+    <nd ref='-22' />
+    <tag k='waterway' v='river' />
+  </way>
+  <way id='-82' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-10' />
+    <nd ref='-3' />
+    <nd ref='-35' />
+    <nd ref='-24' />
+    <tag k='waterway' v='canal' />
+  </way>
+  <way id='-80' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-1' />
+    <nd ref='-2' />
+    <nd ref='-25' />
+    <nd ref='-21' />
+    <tag k='waterway' v='drain' />
+  </way>
+  <way id='-114' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-115' />
+    <nd ref='-116' />
+    <nd ref='-117' />
+    <nd ref='-118' />
+    <tag k='piste:type' v='sled' />
+  </way>
+  <way id='-127' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-128' />
+    <nd ref='-129' />
+    <nd ref='-130' />
+    <nd ref='-131' />
+    <tag k='man_made' v='piste:halfpipe' />
+  </way>
+  <way id='-95' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-96' />
+    <nd ref='-97' />
+    <nd ref='-98' />
+    <nd ref='-99' />
+    <tag k='piste:type' v='downhill' />
+  </way>
+  <way id='-162' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-163' />
+    <nd ref='-164' />
+    <nd ref='-165' />
+    <nd ref='-166' />
+    <tag k='waterway' v='rapids' />
+  </way>
+  <way id='-84' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-5' />
+    <nd ref='-4' />
+    <nd ref='-26' />
+    <nd ref='-27' />
+    <tag k='waterway' v='riverbank' />
+  </way>
+  <way id='-141' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-142' />
+    <nd ref='-143' />
+    <nd ref='-144' />
+    <nd ref='-145' />
+    <tag k='piste:type' v='nordic' />
+  </way>
+  <way id='-83' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-37' />
+    <nd ref='-51' />
+    <nd ref='-49' />
+    <nd ref='-54' />
+    <tag k='highway' v='residential' />
+    <tag k='incline' v='-5°' />
+  </way>
+  <way id='-74' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-44' />
+    <nd ref='-48' />
+    <nd ref='-47' />
+    <nd ref='-53' />
+    <tag k='highway' v='residential' />
+    <tag k='incline' v='-22%' />
+  </way>
+  <way id='-72' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-45' />
+    <nd ref='-50' />
+    <nd ref='-46' />
+    <nd ref='-52' />
+    <tag k='highway' v='residential' />
+    <tag k='incline' v='down' />
+  </way>
+  <way id='-85' action='modify' timestamp='2010-01-24T10:28:01Z' visible='true'>
+    <nd ref='-63' />
+    <nd ref='-60' />
+    <nd ref='-56' />
+    <nd ref='-61' />
+    <tag k='highway' v='residential' />
+    <tag k='oneway' v='true' />
+  </way>
+</osm>
Index: /trunk/nodist/data/filterTests.osm
===================================================================
--- /trunk/nodist/data/filterTests.osm	(revision 16006)
+++ /trunk/nodist/data/filterTests.osm	(revision 16006)
@@ -0,0 +1,279 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <node id='3738203' timestamp='2009-07-01T02:47:18Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888' lat='51.298034488388204' lon='11.433050190818848'>
+    <tag k='operator' v='enviaM' />
+    <tag k='power' v='cable_distribution_cabinet' />
+    <tag k='ref' v='35' />
+    <tag k='source:RESULT1' v='h' />
+    <tag k='source:RESULT2' v='d' />
+    <tag k='source:RESULT3' v='v' />
+  </node>
+  <node id='3738204' timestamp='2009-07-03T02:19:19Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888' lat='51.297681393255424' lon='11.431771777709612'>
+    <tag k='source:RESULT1' v='v' />
+    <tag k='source:RESULT2' v='v' />
+    <tag k='source:RESULT3' v='h' />
+  </node>
+  <node id='3738205' timestamp='2009-07-01T02:47:19Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888' lat='51.29777160009883' lon='11.433037897753023'>
+    <tag k='source:RESULT1' v='h' />
+    <tag k='source:RESULT2' v='d' />
+    <tag k='source:RESULT3' v='v' />
+  </node>
+  <node id='3738206' timestamp='2009-07-01T02:47:19Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888' lat='51.297852759255456' lon='11.433075645388865'>
+    <tag k='source:RESULT1' v='v' />
+    <tag k='source:RESULT2' v='v' />
+    <tag k='source:RESULT3' v='v' />
+  </node>
+  <node id='3738207' timestamp='2009-12-29T21:13:35Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888' lat='51.29788162453165' lon='11.432579272876024'>
+    <tag k='natural' v='tree' />
+    <tag k='source:RESULT1' v='v' />
+    <tag k='source:RESULT2' v='d' />
+    <tag k='source:RESULT3' v='h' />
+  </node>
+  <node id='3738208' timestamp='2008-12-05T19:31:02Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888' lat='51.29800309852317' lon='11.433896841792528'>
+    <tag k='source:RESULT1' v='v' />
+    <tag k='source:RESULT2' v='v' />
+    <tag k='source:RESULT3' v='h' />
+  </node>
+  <node id='3738209' timestamp='2009-07-01T02:47:20Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888' lat='51.297687546215265' lon='11.433031050752408'>
+    <tag k='highway' v='turning_circle' />
+    <tag k='source:RESULT1' v='v' />
+    <tag k='source:RESULT2' v='v' />
+    <tag k='source:RESULT3' v='d' />
+  </node>
+  <node id='3738210' timestamp='2009-12-29T21:13:35Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888' lat='51.29779804076176' lon='11.432409758274341'>
+    <tag k='natural' v='tree' />
+    <tag k='source:RESULT1' v='v' />
+    <tag k='source:RESULT2' v='v' />
+    <tag k='source:RESULT3' v='h' />
+  </node>
+  <node id='3738211' timestamp='2009-07-03T02:19:19Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888' lat='51.29801439844809' lon='11.433988341792528'>
+    <tag k='source:RESULT1' v='v' />
+    <tag k='source:RESULT2' v='v' />
+    <tag k='source:RESULT3' v='h' />
+  </node>
+  <node id='3738212' timestamp='2010-06-29T13:42:17Z' visible='true' version='2' changeset='4888' lat='51.29794829265898' lon='11.433062264158298'>
+    <tag k='natural' v='tree' />
+    <tag k='source:RESULT1' v='v' />
+    <tag k='source:RESULT2' v='d' />
+    <tag k='source:RESULT3' v='v' />
+  </node>
+  <node id='3738213' visible='true' version='2' changeset='4889' lat='51.296979868329316' lon='11.43367415544202'>
+    <tag k='name' v='Great Lake' />
+    <tag k='natural' v='water' />
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='d' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738214' visible='true' version='2' changeset='4889' lat='51.29733323879322' lon='11.433716158964817'>
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738215' visible='true' version='2' changeset='4889' lat='51.297197143733946' lon='11.43362833341716'>
+    <tag k='highway' v='turning_circle' />
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738216' visible='true' version='2' changeset='4889' lat='51.29713028987274' lon='11.4320245625468'>
+    <tag k='natural' v='water' />
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='d' />
+    <tag k='source:RESULT14' v='d' />
+  </node>
+  <node id='3738217' visible='true' version='2' changeset='4889' lat='51.29696793009042' lon='11.432039836555083'>
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738218' visible='true' version='2' changeset='4889' lat='51.297180430277756' lon='11.432158210119328'>
+    <tag k='highway' v='turning_circle' />
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738219' visible='true' version='2' changeset='4889' lat='51.29715177862449' lon='11.431730537887237'>
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738220' visible='true' version='2' changeset='4889' lat='51.297299811973936' lon='11.432941003044146'>
+    <tag k='natural' v='water' />
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='d' />
+    <tag k='source:RESULT14' v='d' />
+  </node>
+  <node id='3738221' timestamp='2010-06-29T18:09:35Z' visible='true' version='1' changeset='4888' lat='51.29770551640994' lon='11.433165989186241'>
+    <tag k='highway' v='bus_stop' />
+    <tag k='source:RESULT2' v='v' />
+    <tag k='source:RESULT3' v='h' />
+  </node>
+  <node id='3738222' visible='true' version='2' changeset='4889' lat='51.2973881542292' lon='11.431974922019855'>
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='h' />
+    <tag k='source:RESULT13' v='h' />
+    <tag k='source:RESULT14' v='h' />
+  </node>
+  <node id='3738223' visible='true' version='2' changeset='4889' lat='51.297180430277706' lon='11.432318587206364'>
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738224' visible='true' version='2' changeset='4889' lat='51.29708731233921' lon='11.43379634750834'>
+    <tag k='highway' v='turning_circle' />
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738225' visible='true' version='2' changeset='4889' lat='51.29725444696593' lon='11.43226512817735'>
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='h' />
+    <tag k='source:RESULT13' v='h' />
+    <tag k='source:RESULT14' v='h' />
+  </node>
+  <node id='3738226' visible='true' version='2' changeset='4889' lat='51.297285486186695' lon='11.433284668230646'>
+    <tag k='highway' v='turning_circle' />
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738227' visible='true' version='2' changeset='4889' lat='51.29677214253027' lon='11.433555781877784'>
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738228' visible='true' version='2' changeset='4889' lat='51.29709686290569' lon='11.433433589811468'>
+    <tag k='natural' v='water' />
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='d' />
+    <tag k='source:RESULT14' v='d' />
+  </node>
+  <node id='3738229' visible='true' version='2' changeset='4889' lat='51.297263997497694' lon='11.433868899047706'>
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738230' visible='true' version='2' changeset='4889' lat='51.29747410869284' lon='11.433781073500048'>
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='h' />
+    <tag k='source:RESULT13' v='h' />
+    <tag k='source:RESULT14' v='h' />
+  </node>
+  <node id='3738231' visible='true' version='2' changeset='4889' lat='51.297001357151395' lon='11.433212116691283'>
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738232' visible='true' version='2' changeset='4889' lat='51.29720430664181' lon='11.432501875305828'>
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+  </node>
+  <node id='3738233' visible='true' version='1' changeset='4889' lat='51.2979658606353' lon='11.431133018682964'>
+    <tag k='name' v='Test 1-3' />
+  </node>
+  <node id='3738234' visible='true' version='1' changeset='4889' lat='51.29723286275695' lon='11.431190296214046'>
+    <tag k='name' v='Test 11-14' />
+  </node>
+  <node id='3738235' visible='true' version='1' changeset='4889' lat='51.29686516560205' lon='11.433363023893177'>
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+    <tag k='tourism' v='viewpoint' />
+  </node>
+  <way id='101639' timestamp='2009-12-03T01:32:37Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888'>
+    <nd ref='3738204' />
+    <nd ref='3738210' />
+    <nd ref='3738206' />
+    <nd ref='3738208' />
+    <nd ref='3738211' />
+    <tag k='footway' v='both' />
+    <tag k='highway' v='residential' />
+    <tag k='lit' v='yes' />
+    <tag k='name' v='Karl-Marx-Straße' />
+    <tag k='postal_code' v='06571' />
+    <tag k='source:RESULT1' v='v' />
+    <tag k='source:RESULT2' v='v' />
+    <tag k='source:RESULT3' v='h' />
+    <tag k='surface' v='asphalt' />
+    <tag k='width' v='6' />
+  </way>
+  <way id='101640' timestamp='2009-07-01T02:47:55Z' uid='60345' user='Mirko Küster' visible='true' version='2' changeset='4888'>
+    <nd ref='3738203' />
+    <nd ref='3738212' />
+    <nd ref='3738206' />
+    <nd ref='3738205' />
+    <nd ref='3738209' />
+    <tag k='cables' v='4' />
+    <tag k='location' v='underground' />
+    <tag k='operator' v='enviaM' />
+    <tag k='power' v='cable' />
+    <tag k='source:RESULT1' v='h' />
+    <tag k='source:RESULT2' v='d' />
+    <tag k='source:RESULT3' v='v' />
+  </way>
+  <way id='101641' visible='true' version='3' changeset='4889'>
+    <nd ref='3738219' />
+    <nd ref='3738216' />
+    <nd ref='3738218' />
+    <nd ref='3738223' />
+    <nd ref='3738231' />
+    <nd ref='3738235' />
+    <nd ref='3738227' />
+    <tag k='highway' v='residential' />
+    <tag k='source:RESULT11' v='v' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+    <tag k='source:RESULT15' v='v' />
+  </way>
+  <way id='101642' visible='true' version='2' changeset='4889'>
+    <nd ref='3738222' />
+    <nd ref='3738225' />
+    <nd ref='3738223' />
+    <nd ref='3738231' />
+    <nd ref='3738228' />
+    <nd ref='3738215' />
+    <nd ref='3738214' />
+    <nd ref='3738230' />
+    <tag k='landuse' v='meadow' />
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='h' />
+    <tag k='source:RESULT13' v='h' />
+    <tag k='source:RESULT14' v='h' />
+    <tag k='source:RESULT15' v='h' />
+  </way>
+  <way id='101643' visible='true' version='2' changeset='4889'>
+    <nd ref='3738217' />
+    <nd ref='3738223' />
+    <nd ref='3738232' />
+    <nd ref='3738220' />
+    <nd ref='3738226' />
+    <nd ref='3738214' />
+    <nd ref='3738229' />
+    <tag k='name' v='Great Canal' />
+    <tag k='source:RESULT11' v='h' />
+    <tag k='source:RESULT12' v='v' />
+    <tag k='source:RESULT13' v='v' />
+    <tag k='source:RESULT14' v='v' />
+    <tag k='source:RESULT15' v='d' />
+    <tag k='waterway' v='canal' />
+  </way>
+</osm>
Index: /trunk/nodist/data/multipolygon.osm
===================================================================
--- /trunk/nodist/data/multipolygon.osm	(revision 16006)
+++ /trunk/nodist/data/multipolygon.osm	(revision 16006)
@@ -0,0 +1,4517 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <node id='-39123' action='modify' lat='66.09267376427' lon='-118.0002241242'>
+    <tag k='name' v='05 - One Inner outside' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39125' action='modify' lat='65.04423563625' lon='-114.61665761297' />
+  <node id='-39127' action='modify' lat='63.80790507881' lon='-102.56727776263' />
+  <node id='-39129' action='modify' lat='62.64049779128' lon='-102.339930973' />
+  <node id='-39131' action='modify' lat='62.47285423733' lon='-107.52343777654' />
+  <node id='-39133' action='modify' lat='63.78782857319' lon='-107.29609098691' />
+  <node id='-39135' action='modify' lat='63.78782857319' lon='-112.84335265386' />
+  <node id='-39137' action='modify' lat='62.74479609855' lon='-112.61600586423' />
+  <node id='-39139' action='modify' lat='62.38867776834' lon='-115.88979963489' />
+  <node id='-39141' action='modify' lat='63.58627579028' lon='-116.79918679341' />
+  <node id='-39143' action='modify' lat='61.68513020888' lon='-118.890777258' />
+  <node id='-39145' action='modify' lat='61.38171392194' lon='-110.70629283135' />
+  <node id='-39147' action='modify' lat='64.69667351165' lon='-110.47894604172' />
+  <node id='-39149' action='modify' lat='64.65777746673' lon='-118.890777258' />
+  <node id='-39151' lat='84.38184067515' lon='-105.97638096981' />
+  <node id='-39153' lat='84.38184067515' lon='-103.92987095674' />
+  <node id='-39155' lat='84.21729678561' lon='-99.252133784' />
+  <node id='-39157' lat='84.16551761012' lon='-101.85899772922' />
+  <node id='-39159' lat='84.09074488605' lon='-104.68513060442' />
+  <node id='-39161' lat='84.10076948834' lon='-106.95090954746' />
+  <node id='-39163' lat='84.10577543299' lon='-108.87560348832' />
+  <node id='-39165' lat='84.33393588886' lon='-108.9243299172' />
+  <node id='-39167' lat='84.7038081601' lon='-109.65522635044' />
+  <node id='-39169' lat='84.52779475539' lon='-108.55888170058' />
+  <node id='-39171' lat='84.53476036959' lon='-106.73164061749' />
+  <node id='-39173' lat='84.68804298492' lon='-105.05057882104' />
+  <node id='-39175' lat='84.52547091769' lon='-103.41824345347' />
+  <node id='-39177' lat='84.54171714407' lon='-100.81137950825' />
+  <node id='-39179' lat='84.77750355125' lon='-101.88336094367' />
+  <node id='-39181' action='modify' lat='84.85673267916' lon='-103.07715845129' />
+  <node id='-39183' lat='84.84798897358' lon='-106.65855097416' />
+  <node id='-39185' lat='84.82606479833' lon='-109.28977813382' />
+  <node id='-39187' action='modify' lat='52.05692224302' lon='-135.22969979693' />
+  <node id='-39189' action='modify' lat='52.12741683711' lon='-137.13436099777' />
+  <node id='-39191' action='modify' lat='52.67302385447' lon='-137.0906168964' />
+  <node id='-39193' action='modify' lat='52.61863594318' lon='-135.20818630445' />
+  <node id='-39195' action='modify' lat='52.88989964765' lon='-133.72913369649' />
+  <node id='-39197' action='modify' lat='53.61389832704' lon='-133.59467436849' />
+  <node id='-39199' action='modify' lat='54.06348139717' lon='-135.92530272043' />
+  <node id='-39201' action='modify' lat='53.95813121211' lon='-137.44917510439' />
+  <node id='-39203' action='modify' lat='55.10237632489' lon='-135.79084339243' />
+  <node id='-39205' action='modify' lat='54.56026006112' lon='-132.69827884851' />
+  <node id='-39207' action='modify' lat='52.59141661886' lon='-131.53296467254' />
+  <node id='-39209' action='modify' lat='51.18070460765' lon='-132.87755795251' />
+  <node id='-39211' action='modify' lat='50.87061176571' lon='-136.50795980841' />
+  <node id='-39213' action='modify' lat='51.23686237317' lon='-138.92822771235' />
+  <node id='-39215' action='modify' lat='52.99793253216' lon='-138.88340793635' />
+  <node id='-39217' action='modify' lat='54.40403022415' lon='-138.79376838435' />
+  <node id='-39219' lat='69.91843826375' lon='-104.53018971293' />
+  <node id='-39221' lat='71.54767324743' lon='-104.61686373965' />
+  <node id='-39223' lat='70.97693872936' lon='-96.25282016115' />
+  <node id='-39225' lat='69.75411633542' lon='-96.98954938827' />
+  <node id='-39227' lat='65.0598813906' lon='-127.14907801813' />
+  <node id='-39229' lat='63.36937388522' lon='-127.01472796601' />
+  <node id='-39231' lat='65.10175503578' lon='-126.33193523536' />
+  <node id='-39233' lat='64.93854255626' lon='-124.3663755687' />
+  <node id='-39235' lat='63.09612828777' lon='-125.92336384397' />
+  <node id='-39237' lat='63.38449381522' lon='-126.59695451626' />
+  <node id='-39239' lat='64.65641975615' lon='-123.27317103499' />
+  <node id='-39241' lat='63.03610647917' lon='-124.02405899754' />
+  <node id='-39243' action='modify' lat='60.77013622218' lon='-158.9223644701' />
+  <node id='-39245' action='modify' lat='66.27142148051' lon='-145.8337055607'>
+    <tag k='name' v='03 - Inner/Outer share way' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39247' lat='64.3235288499' lon='-124.80807437019' />
+  <node id='-39249' lat='64.71779704992' lon='-126.22151053499' />
+  <node id='-39251' lat='63.71892744391' lon='-126.23255300502' />
+  <node id='-39253' lat='63.85549788112' lon='-125.77981173349' />
+  <node id='-39255' action='modify' lat='66.15190859709' lon='-130.6444018411'>
+    <tag k='name' v='04 - Mixed geometry' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39257' lat='64.2071951086' lon='-125.3841438428' />
+  <node id='-39259' lat='64.77108217745' lon='-128.28140638637' />
+  <node id='-39261' action='modify' lat='62.10398709413' lon='-126.16736929664' />
+  <node id='-39263' lat='63.69338359397' lon='-126.72134193983' />
+  <node id='-39265' lat='63.79198027672' lon='-128.53213102957' />
+  <node id='-39267' action='modify' lat='63.07080255952' lon='-128.53609598015' />
+  <node id='-39269' action='modify' lat='62.99067085156' lon='-127.18719445322' />
+  <node id='-39271' action='modify' lat='62.18382096619' lon='-128.73487451469' />
+  <node id='-39273' action='modify' lat='63.07047213673' lon='-123.45988224766' />
+  <node id='-39275' action='modify' lat='63.57522431057' lon='-125.62816636739' />
+  <node id='-39277' action='modify' lat='63.41651403147' lon='-128.81749433186' />
+  <node id='-39279' action='modify' lat='62.249225836' lon='-128.00991750638' />
+  <node id='-39281' action='modify' lat='63.08605531886' lon='-126.72951703138' />
+  <node id='-39283' action='modify' lat='62.71383044665' lon='-129.06227445392' />
+  <node id='-39285' action='modify' lat='62.74129184078' lon='-129.89590019035' />
+  <node id='-39287' action='modify' lat='62.45480763784' lon='-127.36258727781' />
+  <node id='-39289' action='modify' lat='65.28401483531' lon='-122.92006715173' />
+  <node id='-39291' action='modify' lat='61.20881521295' lon='-130.5899424448' />
+  <node id='-39293' action='modify' lat='62.74597543799' lon='-127.75267469698' />
+  <node id='-39295' action='modify' lat='63.36151696042' lon='-141.59223764877' />
+  <node id='-39297' action='modify' lat='65.23253770331' lon='-138.09488691437' />
+  <node id='-39299' action='modify' lat='63.05488060669' lon='-127.08516151663' />
+  <node id='-39301' action='modify' lat='61.69873907241' lon='-128.96663556761' />
+  <node id='-39303' action='modify' lat='61.59522194244' lon='-123.98761277415' />
+  <node id='-39305' action='modify' lat='61.21397834854' lon='-122.90742473994' />
+  <node id='-39307' action='modify' lat='65.27953167708' lon='-130.60258485658' />
+  <node id='-39309' action='modify' lat='62.86828196387' lon='-126.13483750568' />
+  <node id='-39311' lat='72.43184818959' lon='-102.36333904492' />
+  <node id='-39313' action='modify' lat='73.36201070016' lon='-105.26691894005'>
+    <tag k='name' v='06 - No outer way' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39315' action='modify' lat='61.50255737402' lon='-141.88988451978' />
+  <node id='-39317' action='modify' lat='61.00152531448' lon='-138.09488691437' />
+  <node id='-39319' action='modify' lat='61.10956241697' lon='-144.41988292339' />
+  <node id='-39321' action='modify' lat='63.39486080513' lon='-144.12223605237' />
+  <node id='-39323' action='modify' lat='62.44648312667' lon='-145.90811727845' />
+  <node id='-39325' action='modify' lat='62.48088445873' lon='-140.40165016471' />
+  <node id='-39327' action='modify' lat='60.80645196305' lon='-153.71354422738' />
+  <node id='-39329' action='modify' lat='62.29495419742' lon='-156.02030747773' />
+  <node id='-39331' action='modify' lat='62.20456220868' lon='-134.52312446221' />
+  <node id='-39333' action='modify' lat='64.98196812657' lon='-142.03870795529' />
+  <node id='-39335' action='modify' lat='64.47370079862' lon='-135.63930022851' />
+  <node id='-39337' action='modify' lat='64.79248642628' lon='-144.7175297944' />
+  <node id='-39339' action='modify' lat='63.18108919361' lon='-157.21089496178' />
+  <node id='-39341' action='modify' lat='64.81177695456' lon='-157.6573652683' />
+  <node id='-39343' action='modify' lat='62.28251102613' lon='-126.4057224868' />
+  <node id='-39345' action='modify' lat='62.53041455079' lon='-125.51511619213' />
+  <node id='-39347' action='modify' lat='64.62109101969' lon='-160.33618710741' />
+  <node id='-39349' action='modify' lat='64.30028365442' lon='-151.25795754152' />
+  <node id='-39351' action='modify' lat='62.26033880529' lon='-161.52677459146' />
+  <node id='-39353' action='modify' lat='62.63892574406' lon='-161.37795115596' />
+  <node id='-39355' action='modify' lat='61.31056622859' lon='-157.50854183279' />
+  <node id='-39357' action='modify' lat='62.01691446739' lon='-150.14178177522' />
+  <node id='-39359' action='modify' lat='63.21464223578' lon='-159.74089336539' />
+  <node id='-39361' action='modify' lat='65.06394188795' lon='-153.71354422738' />
+  <node id='-39363' lat='62.31224697426' lon='-170.3817690041' />
+  <node id='-39365' lat='63.26489891311' lon='-168.89353464903' />
+  <node id='-39367' action='modify' lat='66.10947453925' lon='-161.45236287371'>
+    <tag k='name' v='02 - Inner/Outer intersect' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39369' action='modify' lat='60.9151524139' lon='-160.0385402364' />
+  <node id='-39371' lat='63.23140417547' lon='-174.40000176277' />
+  <node id='-39373' lat='61.92950227612' lon='-172.91176740771' />
+  <node id='-39375' lat='64.12223212715' lon='-170.08412213308' />
+  <node id='-39377' lat='64.15469035351' lon='-172.61412053669' />
+  <node id='-39379' lat='60.82459440022' lon='-169.34000495555' />
+  <node id='-39381' lat='62.0343668566' lon='-165.7682425034' />
+  <node id='-39383' lat='62.65602049688' lon='-177.00441188413' />
+  <node id='-39385' lat='60.78829923837' lon='-174.54882519828' />
+  <node id='-39387' lat='64.82760686712' lon='-173.28382599647' />
+  <node id='-39389' lat='64.6370328696' lon='-175.96264783559' />
+  <node id='-39391' lat='64.31641342748' lon='-166.8844182697' />
+  <node id='-39393' lat='65.07962350466' lon='-169.34000495555' />
+  <node id='-39395' action='modify' lat='70.44895780929' lon='-116.30220261175' />
+  <node id='-39397' action='modify' lat='68.93912335716' lon='-116.50947203545' />
+  <node id='-39399' action='modify' lat='67.50117546794' lon='-177.3764704729'>
+    <tag k='name' v='07 : Geometry Errors' />
+    <tag k='place' v='city' />
+  </node>
+  <node id='-39401' action='modify' lat='66.12453808242' lon='-177.07882360189'>
+    <tag k='name' v='01 - Inner/Outer reversed' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39403' action='modify' lat='71.48952017038' lon='-116.46801815071' />
+  <node id='-39405' action='modify' lat='71.95749708632' lon='-110.6230204023' />
+  <node id='-39407' action='modify' lat='72.69982173726' lon='-108.59178005001' />
+  <node id='-39409' action='modify' lat='71.95749708632' lon='-108.30160285682' />
+  <node id='-39411' action='modify' lat='73.35322798783' lon='-118.45780461826'>
+    <tag k='name' v='05 - Wrong roles' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39413' action='modify' lat='69.71467329833' lon='-118.62362015722' />
+  <node id='-39415' action='modify' lat='69.02832364847' lon='-113.48333844939' />
+  <node id='-39417' action='modify' lat='70.91518934466' lon='-119.28688231307' />
+  <node id='-39419' action='modify' lat='72.30095375657' lon='-112.44699133088' />
+  <node id='-39421' action='modify' lat='71.06372464788' lon='-110.6230204023' />
+  <node id='-39423' action='modify' lat='72.13638274928' lon='-118.66507404196' />
+  <node id='-39425' action='modify' lat='70.04265822364' lon='-114.68550110687' />
+  <node id='-39427' action='modify' lat='69.17618955101' lon='-109.00631889741' />
+  <node id='-39429' action='modify' lat='70.43053936508' lon='-130.27566114045' />
+  <node id='-39431' action='modify' lat='72.92034178265' lon='-118.20908130982' />
+  <node id='-39433' action='modify' lat='70.01434085679' lon='-110.87174371074' />
+  <node id='-39435' action='modify' lat='68.91934482259' lon='-130.48293056416' />
+  <node id='-39437' action='modify' lat='73.33746095457' lon='-132.43126314696'>
+    <tag k='name' v='04 - Mismatching way styles' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39439' action='modify' lat='71.04586372115' lon='-124.596478931' />
+  <node id='-39441' action='modify' lat='71.94045035606' lon='-124.596478931' />
+  <node id='-39443' action='modify' lat='71.94045035606' lon='-122.27506138553' />
+  <node id='-39445' action='modify' lat='72.90417681323' lon='-132.18253983852' />
+  <node id='-39447' action='modify' lat='71.47204659833' lon='-130.44147667942' />
+  <node id='-39449' action='modify' lat='72.11949948305' lon='-132.63853257066' />
+  <node id='-39451' action='modify' lat='69.99552954615' lon='-124.84520223944' />
+  <node id='-39453' action='modify' lat='72.68345440579' lon='-122.56523857871' />
+  <node id='-39455' action='modify' lat='70.8971935237' lon='-133.26034084177' />
+  <node id='-39457' action='modify' lat='69.15662368452' lon='-122.97977742612' />
+  <node id='-39459' action='modify' lat='70.02387247736' lon='-128.65895963557' />
+  <node id='-39461' action='modify' lat='69.69559173698' lon='-132.59707868592' />
+  <node id='-39463' action='modify' lat='72.28422101936' lon='-126.42044985958' />
+  <node id='-39465' action='modify' lat='69.00862509439' lon='-127.4567969781' />
+  <node id='-39467' lat='70.8455390399' lon='-138.38730822509' />
+  <node id='-39469' lat='69.7845531272' lon='-138.63603153353' />
+  <node id='-39471' lat='72.09654238936' lon='-140.21127915367' />
+  <node id='-39473' lat='71.74925197228' lon='-138.38730822509' />
+  <node id='-39475' lat='71.27606365776' lon='-144.2323059735' />
+  <node id='-39477' lat='72.49987199534' lon='-136.3560678728' />
+  <node id='-39479' lat='69.81318256346' lon='-142.44978892966' />
+  <node id='-39481' lat='70.22396597947' lon='-144.06649043454' />
+  <node id='-39483' lat='68.78770571777' lon='-141.24762627218' />
+  <node id='-39485' lat='68.69752919392' lon='-144.27375985824' />
+  <node id='-39487' lat='71.74925197228' lon='-136.06589067961' />
+  <node id='-39489' lat='68.93719121012' lon='-136.7706067202' />
+  <node id='-39491' lat='71.9301334599' lon='-146.42936186475' />
+  <node id='-39493' lat='72.72286295991' lon='-145.97336913261' />
+  <node id='-39495' lat='69.48158661705' lon='-146.38790798001' />
+  <node id='-39497' lat='70.695356899' lon='-147.05117013586' />
+  <node id='-39499' action='modify' lat='71.68453816087' lon='-173.46889497701' />
+  <node id='-39501' action='modify' lat='77.88521869203' lon='-177.77160268092'>
+    <tag k='name' v='01 - Different way styles' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39503' action='modify' lat='73.16060825581' lon='-146.22209244105'>
+    <tag k='name' v='03 - Mismatching way styles' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39505' action='modify' lat='73.30134799947' lon='-161.3430823569'>
+    <tag k='name' v='02 - Unclosed inner ways' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39507' action='modify' lat='72.10991143242' lon='-171.0241746907' />
+  <node id='-39509' action='modify' lat='70.23364509468' lon='-174.69125512016' />
+  <node id='-39511' action='modify' lat='73.3434440219' lon='-176.9892921893'>
+    <tag k='name' v='01 - Unclosed outer way' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-39513' action='modify' lat='71.73057719026' lon='-167.5037774784' />
+  <node id='-39515' action='modify' lat='71.51476806273' lon='-175.22909358315' />
+  <node id='-39517' action='modify' lat='72.37830346081' lon='-165.10795159782' />
+  <node id='-39519' action='modify' lat='70.85248621349' lon='-169.01950405592' />
+  <node id='-39521' action='modify' lat='72.65737554294' lon='-174.98462155452' />
+  <node id='-39523' action='modify' lat='70.85248621349' lon='-165.49910684363' />
+  <node id='-39525' action='modify' lat='69.35563351712' lon='-176.79371456639' />
+  <node id='-39527' action='modify' lat='72.90343692125' lon='-168.57945440438' />
+  <node id='-39529' action='modify' lat='69.64670691398' lon='-167.65046069558' />
+  <node id='-39531' action='modify' lat='72.36349559647' lon='-176.9892921893' />
+  <node id='-39533' action='modify' lat='73.85422060455' lon='-177.72270827519'>
+    <tag k='name' v='06 : Errors' />
+    <tag k='place' v='city' />
+  </node>
+  <node id='-39535' action='modify' lat='68.90275126357' lon='-171.36643553078' />
+  <node id='-39537' action='modify' lat='71.01221564303' lon='-177.47823624656' />
+  <node id='-39539' action='modify' lat='76.01130347783' lon='-169.21508167882' />
+  <node id='-39541' action='modify' lat='75.83290913347' lon='-173.51778938273' />
+  <node id='-39543' action='modify' lat='75.15953726819' lon='-174.34899428008' />
+  <node id='-39545' action='modify' lat='75.49392544285' lon='-169.80181454754' />
+  <node id='-39547' action='modify' lat='76.034922449' lon='-177.13597540648' />
+  <node id='-39549' action='modify' lat='76.07027763566' lon='-174.25120546863' />
+  <node id='-39551' action='modify' lat='75.60374140374' lon='-175.18019917743' />
+  <node id='-39553' action='modify' lat='76.45343849772' lon='-176.69592575494' />
+  <node id='-39555' action='modify' lat='76.65805692827' lon='-170.73080825634' />
+  <node id='-39557' action='modify' lat='76.33843413195' lon='-169.1661872731' />
+  <node id='-39559' action='modify' lat='76.49917378365' lon='-173.86005022282' />
+  <node id='-39561' action='modify' lat='76.82625169949' lon='-172.53990126821' />
+  <node id='-39563' lat='69.25195424659' lon='-155.08459842394' />
+  <node id='-39565' lat='69.286569194' lon='-159.38730612785' />
+  <node id='-39567' action='modify' lat='76.55612982869' lon='-168.13940475285' />
+  <node id='-39569' lat='69.83295026952' lon='-153.17771660061' />
+  <node id='-39571' lat='70.31615615723' lon='-157.08926905871' />
+  <node id='-39573' lat='70.283191496' lon='-152.39540610899' />
+  <node id='-39575' lat='71.40594285594' lon='-158.26273479614' />
+  <node id='-39577' lat='70.20054777918' lon='-160.609666271' />
+  <node id='-39579' lat='70.83644231378' lon='-156.45364178427' />
+  <node id='-39581' lat='70.85248621349' lon='-153.7155550636' />
+  <node id='-39583' lat='71.8070606086' lon='-152.00425086318' />
+  <node id='-39585' lat='72.28927538581' lon='-154.30228793232' />
+  <node id='-39587' lat='72.27439510416' lon='-158.11605157896' />
+  <node id='-39589' lat='72.04973387422' lon='-159.77846137366' />
+  <node id='-39591' lat='70.3819267584' lon='-162.66323131151' />
+  <node id='-39593' lat='69.07804862739' lon='-162.51654809433' />
+  <node id='-39595' lat='68.61935697236' lon='-159.28951731639' />
+  <node id='-39597' lat='68.72605267125' lon='-153.27550541206' />
+  <node id='-39599' lat='69.5102238414' lon='-150.43962987994' />
+  <node id='-39601' lat='71.23368223169' lon='-149.95068582268' />
+  <node id='-39603' lat='72.77359391816' lon='-151.95535645745' />
+  <node id='-39605' lat='72.8458465393' lon='-154.6445487724' />
+  <node id='-39607' lat='72.78806801257' lon='-159.6806725622' />
+  <node id='-39609' lat='72.52572142611' lon='-161.88092081988' />
+  <node id='-39611' action='modify' lat='79.83971464702' lon='-126.19978620394' />
+  <node id='-39613' action='modify' lat='79.84349382943' lon='-127.18545471111' />
+  <node id='-39615' action='modify' lat='79.90767448908' lon='-127.47320024855' />
+  <node id='-39617' action='modify' lat='79.40795979777' lon='-127.48155273895' />
+  <node id='-39619' action='modify' lat='79.71421805662' lon='-127.16402713487' />
+  <node id='-39621' action='modify' lat='79.62646871883' lon='-126.08403768771' />
+  <node id='-39623' action='modify' lat='79.71421805662' lon='-126.41406196637' />
+  <node id='-39625' action='modify' lat='79.98625273905' lon='-127.86917301571' />
+  <node id='-39627' action='modify' lat='81.61905594232' lon='-127.76370089427' />
+  <node id='-39629' action='modify' lat='81.80877389699' lon='-125.64031619352' />
+  <node id='-39631' action='modify' lat='81.83475145573' lon='-127.57732487686' />
+  <node id='-39633' action='modify' lat='81.47648220612' lon='-124.60584648959' />
+  <node id='-39635' action='modify' lat='81.85958224443' lon='-125.11744037667' />
+  <node id='-39637' action='modify' lat='81.42967594399' lon='-127.58567736725' />
+  <node id='-39639' action='modify' lat='81.98165765986' lon='-124.66641215783' />
+  <node id='-39641' action='modify' lat='81.60681581657' lon='-126.18816231601' />
+  <node id='-39643' action='modify' lat='80.5587765526' lon='-120.99279646263' />
+  <node id='-39645' action='modify' lat='78.74479561045' lon='-120.97866765299' />
+  <node id='-39647' action='modify' lat='82.29150600278' lon='-121.03246450566' />
+  <node id='-39649' action='modify' lat='80.80751521807' lon='-121.01833569602' />
+  <node id='-39651' action='modify' lat='81.89843812879' lon='-127.97329764402' />
+  <node id='-39653' action='modify' lat='81.27854226326' lon='-127.92484510942' />
+  <node id='-39655' action='modify' lat='81.78152659992' lon='-129.83872022597' />
+  <node id='-39657' action='modify' lat='81.72069994122' lon='-128.84544326675' />
+  <node id='-39659' action='modify' lat='79.28604822522' lon='-146.91539921858' />
+  <node id='-39661' action='modify' lat='79.71394988608' lon='-147.0907546648' />
+  <node id='-39663' action='modify' lat='79.40736867421' lon='-163.26135653539' />
+  <node id='-39665' action='modify' lat='79.86113942777' lon='-151.46388242458' />
+  <node id='-39667' action='modify' lat='79.7609151016' lon='-134.3803123254' />
+  <node id='-39669' action='modify' lat='79.84196671554' lon='-157.46889172021' />
+  <node id='-39671' action='modify' lat='79.46487314663' lon='-177.68465940397' />
+  <node id='-39673' action='modify' lat='79.76011060156' lon='-167.54813993007' />
+  <node id='-39675' action='modify' lat='75.640165577' lon='-177.47823624656' />
+  <node id='-39677' action='modify' lat='76.30374642868' lon='-178.16275792673' />
+  <node id='-39679' action='modify' lat='74.65025792291' lon='-172.93105651402' />
+  <node id='-39681' action='modify' lat='74.93243752247' lon='-176.2558761034' />
+  <node id='-39683' action='modify' lat='77.23227583396' lon='-171.31754112505' />
+  <node id='-39685' action='modify' lat='77.18898132598' lon='-169.01950405592' />
+  <node id='-39687' action='modify' lat='76.92616700583' lon='-176.30477050913' />
+  <node id='-39689' action='modify' lat='77.17813516274' lon='-173.51778938273' />
+  <node id='-39691' action='modify' lat='78.3087340673' lon='-177.86939149237'>
+    <tag k='name' v='05 : Other tests' />
+    <tag k='place' v='city' />
+  </node>
+  <node id='-39693' action='modify' lat='77.52077279881' lon='-168.2371935643' />
+  <node id='-39695' action='modify' lat='77.1060509475' lon='-178.07362749962' />
+  <node id='-39697' action='modify' lat='77.64855983093' lon='-172.53480810095' />
+  <node id='-39699' action='modify' lat='75.60374140374' lon='-167.45488307268' />
+  <node id='-39701' action='modify' lat='74.80480763859' lon='-169.1661872731' />
+  <node id='-39703' action='modify' lat='76.88185245484' lon='-166.72146698678' />
+  <node id='-39705' action='modify' lat='75.92832838658' lon='-164.66790194628' />
+  <node id='-39707' action='modify' lat='81.67794609819' lon='-127.26815176317' />
+  <node id='-39709' action='modify' lat='81.78273187428' lon='-127.28957933942' />
+  <node id='-39711' action='modify' lat='81.49929108196' lon='-125.21110444386' />
+  <node id='-39713' action='modify' lat='81.97658708064' lon='-128.82121699945' />
+  <node id='-39715' action='modify' lat='79.49382963215' lon='-125.10697981556' />
+  <node id='-39717' action='modify' lat='79.84200681346' lon='-129.73459559767' />
+  <node id='-39719' action='modify' lat='81.77966872327' lon='-126.30391083225' />
+  <node id='-39721' action='modify' lat='81.67794609819' lon='-126.51818659467' />
+  <node id='-39723' action='modify' lat='79.76696302293' lon='-128.74131863845' />
+  <node id='-39725' action='modify' lat='79.2215515504' lon='-127.82072048112' />
+  <node id='-39727' action='modify' lat='79.87562365189' lon='-125.53619156522' />
+  <node id='-39729' action='modify' lat='79.64156835945' lon='-127.65957626597' />
+  <node id='-39731' action='modify' lat='79.46569457655' lon='-124.50172186128' />
+  <node id='-39733' action='modify' lat='80.08267936605' lon='-128.71709237115' />
+  <node id='-39735' action='modify' lat='80.08893603348' lon='-124.56228752953' />
+  <node id='-39737' action='modify' lat='79.93831096389' lon='-125.01331574837' />
+  <node id='-39739' action='modify' lat='79.26579011165' lon='-161.85790304495' />
+  <node id='-39741' action='modify' lat='79.71776172592' lon='-132.91462315387' />
+  <node id='-39743' action='modify' lat='79.54356180066' lon='-139.02406415302' />
+  <node id='-39745' action='modify' lat='80.15137152898' lon='-153.57673331499' />
+  <node id='-39747' action='modify' lat='80.14960409546' lon='-160.98045429971' />
+  <node id='-39749' action='modify' lat='79.52719040042' lon='-162.41834213746' />
+  <node id='-39751' action='modify' lat='79.32080324038' lon='-143.55472706625' />
+  <node id='-39753' action='modify' lat='79.68370953609' lon='-143.55472706625' />
+  <node id='-39755' action='modify' lat='79.26438458362' lon='-144.33210622562' />
+  <node id='-39757' action='modify' lat='79.86706789324' lon='-149.65730347581' />
+  <node id='-39759' action='modify' lat='79.82981963469' lon='-157.82453620546' />
+  <node id='-39761' action='modify' lat='79.54211915609' lon='-167.9180158623' />
+  <node id='-39763' action='modify' lat='79.46390300838' lon='-143.49399431942' />
+  <node id='-39765' action='modify' lat='80.15137152898' lon='-145.89467246204' />
+  <node id='-39767' action='modify' lat='79.79046099517' lon='-168.5194919237' />
+  <node id='-39769' action='modify' lat='79.68467806003' lon='-148.93822575048' />
+  <node id='-39771' action='modify' lat='79.93725275548' lon='-143.89483044848' />
+  <node id='-39773' action='modify' lat='79.14057744144' lon='-145.48836043706' />
+  <node id='-39775' action='modify' lat='79.79621013119' lon='-143.20247713466' />
+  <node id='-39777' action='modify' lat='79.20838301445' lon='-135.42204181922' />
+  <node id='-39779' action='modify' lat='79.97064559457' lon='-159.5568690207' />
+  <node id='-39781' action='modify' lat='79.48468737205' lon='-149.09515574106' />
+  <node id='-39783' action='modify' lat='79.13693420968' lon='-153.5688516625' />
+  <node id='-39785' action='modify' lat='79.29375895123' lon='-141.41693437797' />
+  <node id='-39787' action='modify' lat='79.76707249325' lon='-166.27290704537' />
+  <node id='-39789' action='modify' lat='80.35320830083' lon='-177.18326803805'>
+    <tag k='name' v='04 : Basic test with different tagged inner and outer ways and no area tagging inside relation' />
+    <tag k='place' v='city' />
+  </node>
+  <node id='-39791' action='modify' lat='79.89196812782' lon='-148.76283292589' />
+  <node id='-39793' action='modify' lat='80.05702853475' lon='-148.55595281182' />
+  <node id='-39795' action='modify' lat='79.45864946681' lon='-156.90674398547' />
+  <node id='-39797' action='modify' lat='79.29609206885' lon='-169.78959227378' />
+  <node id='-39799' action='modify' lat='79.92182907007' lon='-168.4067024968' />
+  <node id='-39801' action='modify' lat='79.45282090706' lon='-132.10304319938' />
+  <node id='-39803' action='modify' lat='79.28698730927' lon='-138.93903830746' />
+  <node id='-39805' action='modify' lat='80.02179230628' lon='-139.10908999857' />
+  <node id='-39807' action='modify' lat='79.28444301564' lon='-168.86451850387' />
+  <node id='-39809' action='modify' lat='79.61565065081' lon='-172.33155153945' />
+  <node id='-39811' action='modify' lat='79.75445353597' lon='-136.34263997654' />
+  <node id='-39813' action='modify' lat='79.8446594292' lon='-147.71047597835' />
+  <node id='-39815' action='modify' lat='79.26890889592' lon='-142.13358079052' />
+  <node id='-39817' action='modify' lat='79.73480801025' lon='-150.68046114141' />
+  <node id='-39819' action='modify' lat='79.96057154901' lon='-140.97965860082' />
+  <node id='-39821' action='modify' lat='79.59753021729' lon='-169.08121084194' />
+  <node id='-39823' action='modify' lat='79.70755561504' lon='-160.63527487919' />
+  <node id='-39825' action='modify' lat='79.26853149858' lon='-176.44630941141' />
+  <node id='-39827' action='modify' lat='79.39501637713' lon='-135.08287407704' />
+  <node id='-39829' action='modify' lat='79.97400855467' lon='-135.47049435381' />
+  <node id='-39831' action='modify' lat='79.519341828' lon='-157.37711249821' />
+  <node id='-39833' action='modify' lat='79.48082595492' lon='-169.33385090722' />
+  <node id='-39835' action='modify' lat='79.58283971524' lon='-134.67102753298' />
+  <node id='-39837' action='modify' lat='80.01126343003' lon='-142.75305480814' />
+  <node id='-39839' action='modify' lat='79.54523149321' lon='-149.56552425381' />
+  <node id='-39841' action='modify' lat='80.15644460419' lon='-138.09252110483' />
+  <node id='-39843' action='modify' lat='79.17573711194' lon='-174.60285914797' />
+  <node id='-39845' action='modify' lat='79.73298538804' lon='-152.82368663478' />
+  <node id='-39847' action='modify' lat='79.82958809603' lon='-137.33591693577' />
+  <node id='-39849' action='modify' lat='79.74660073589' lon='-139.88646915795' />
+  <node id='-39851' action='modify' lat='80.01968741026' lon='-141.36834818051' />
+  <node id='-39853' action='modify' lat='80.02179230628' lon='-144.81796820023' />
+  <node id='-39855' action='modify' lat='79.86101099496' lon='-146.38766869209' />
+  <node id='-39857' action='modify' lat='79.45379548038' lon='-174.05546167447' />
+  <node id='-39859' action='modify' lat='79.53474031576' lon='-141.4047878286' />
+  <node id='-39861' action='modify' lat='79.84344034957' lon='-140.51808972494' />
+  <node id='-39863' action='modify' lat='79.44166927999' lon='-142.5222703702' />
+  <node id='-39865' action='modify' lat='79.42830678405' lon='-145.06089918754' />
+  <node id='-39867' action='modify' lat='78.72915713524' lon='-178.35339820543' />
+  <node id='-39869' action='modify' lat='79.29796573111' lon='-166.32052474459' />
+  <node id='-39871' action='modify' lat='79.59114256541' lon='-165.05026878342' />
+  <node id='-39873' action='modify' lat='79.71845517009' lon='-144.38069242308' />
+  <node id='-39875' action='modify' lat='79.66356692539' lon='-135.60373882395' />
+  <node id='-39877' action='modify' lat='80.03239312839' lon='-156.36754105622' />
+  <node id='-39879' action='modify' lat='79.55193194241' lon='-148.15480446731' />
+  <node id='-39881' action='modify' lat='79.15851584883' lon='-164.17656454069' />
+  <node id='-39883' action='modify' lat='79.7781262395' lon='-135.28879734908' />
+  <node id='-39885' action='modify' lat='79.51417815774' lon='-164.16625433915' />
+  <node id='-39887' action='modify' lat='79.13693420968' lon='-145.88679080955' />
+  <node id='-39889' action='modify' lat='79.13498680889' lon='-160.97257264722' />
+  <node id='-39891' action='modify' lat='79.63355911232' lon='-143.09315819037' />
+  <node id='-39893' action='modify' lat='79.86483705882' lon='-144.40498552182' />
+  <node id='-39895' action='modify' lat='80.07681614012' lon='-132.16360886763' />
+  <node id='-39897' action='modify' lat='79.3264955328' lon='-151.89442201204' />
+  <node id='-39899' action='modify' lat='79.5158230381' lon='-151.66266095912' />
+  <node id='-39901' action='modify' lat='79.554578317' lon='-144.02844249149' />
+  <node id='-39903' action='modify' lat='79.14252385221' lon='-138.08463945234' />
+  <node id='-39905' action='modify' lat='79.53600098332' lon='-175.52508016007' />
+  <node id='-39907' action='modify' lat='79.30007043888' lon='-159.70601025644' />
+  <node id='-39909' action='modify' lat='80.54563336746' lon='-178.36752701507' />
+  <node id='-39911' action='modify' lat='79.85495051409' lon='-150.01294796106' />
+  <node id='-39913' action='modify' lat='79.72229816219' lon='-151.99006089835' />
+  <node id='-39915' action='modify' lat='79.74227561531' lon='-142.07284804369' />
+  <node id='-39917' action='modify' lat='79.99958725227' lon='-175.7550670795' />
+  <node id='-39919' action='modify' lat='79.57831688801' lon='-161.62641197171' />
+  <node id='-39921' action='modify' lat='80.0705518983' lon='-136.31841370925' />
+  <node id='-39923' action='modify' lat='79.99543206157' lon='-151.74528077629' />
+  <node id='-39925' action='modify' lat='79.6619345592' lon='-141.48981367416' />
+  <node id='-39927' action='modify' lat='79.25952416523' lon='-154.72698746299' />
+  <node id='-39929' action='modify' lat='79.74660073589' lon='-141.06468444638' />
+  <node id='-39931' action='modify' lat='81.81323907192' lon='-135.6604937763' />
+  <node id='-39933' action='modify' lat='81.89732792899' lon='-132.35360829011' />
+  <node id='-39935' action='modify' lat='81.3395835783' lon='-135.27287349953' />
+  <node id='-39937' action='modify' lat='81.63364481341' lon='-136.53263939903' />
+  <node id='-39939' action='modify' lat='81.69510657329' lon='-137.52591635825' />
+  <node id='-39941' action='modify' lat='81.89220437641' lon='-136.50841313173' />
+  <node id='-39943' action='modify' lat='81.38687817127' lon='-132.29304262187' />
+  <node id='-39945' action='modify' lat='81.18687353494' lon='-135.6120412417' />
+  <node id='-39947' action='modify' lat='82.12337440602' lon='-177.37326746054'>
+    <tag k='name' v='03 : Basic test with untagged outer ways and area tagging inside relation - inner ways have different tagging' />
+    <tag k='place' v='city' />
+  </node>
+  <node id='-39949' action='modify' lat='81.55929430854' lon='-135.79373824644' />
+  <node id='-39951' action='modify' lat='80.79468171913' lon='-178.54339762791' />
+  <node id='-39953' action='modify' lat='82.28073052156' lon='-178.55752643755' />
+  <node id='-39955' action='modify' lat='81.65300987577' lon='-135.47879677156' />
+  <node id='-39957' action='modify' lat='81.60362921533' lon='-133.10462257635' />
+  <node id='-39959' action='modify' lat='81.49325180684' lon='-134.86102695546' />
+  <node id='-39961' action='modify' lat='81.63893061362' lon='-134.57031174788' />
+  <node id='-39963' action='modify' lat='80.1546780721' lon='-145.49624208955' />
+  <node id='-39965' action='modify' lat='79.54132446141' lon='-150.93770395081' />
+  <node id='-39967' action='modify' lat='79.554578317' lon='-144.78152855214' />
+  <node id='-39969' action='modify' lat='78.88238213527' lon='-176.21987739993' />
+  <node id='-39971' action='modify' lat='79.60013552531' lon='-170.87768032915' />
+  <node id='-39973' action='modify' lat='79.83589497066' lon='-154.19925693649' />
+  <node id='-39975' action='modify' lat='80.14960409546' lon='-153.29839344676' />
+  <node id='-39977' action='modify' lat='79.11534928154' lon='-172.33609820816' />
+  <node id='-39979' action='modify' lat='79.394919817' lon='-167.80067549007' />
+  <node id='-39981' action='modify' lat='79.95633575005' lon='-139.80144331239' />
+  <node id='-39983' action='modify' lat='79.65103002886' lon='-139.20626239349' />
+  <node id='-39985' action='modify' lat='79.40823168604' lon='-144.5143044661' />
+  <node id='-39987' action='modify' lat='79.13498680889' lon='-153.29051179427' />
+  <node id='-39989' action='modify' lat='79.71003628314' lon='-163.58218802873' />
+  <node id='-39991' action='modify' lat='79.89397197439' lon='-163.77705892929' />
+  <node id='-39993' action='modify' lat='79.08982033209' lon='-170.31784976206' />
+  <node id='-39995' action='modify' lat='81.85232312455' lon='-139.29908942106' />
+  <node id='-39997' action='modify' lat='81.80224828956' lon='-141.1696580233' />
+  <node id='-39999' action='modify' lat='81.55795890623' lon='-141.67981309664' />
+  <node id='-40001' action='modify' lat='81.54903812423' lon='-139.39626181598' />
+  <node id='-40003' action='modify' lat='81.62722090793' lon='-140.07646858043' />
+  <node id='-40005' action='modify' lat='81.79878360736' lon='-139.99144273487' />
+  <node id='-40007' action='modify' lat='81.70643776724' lon='-140.70808914742' />
+  <node id='-40009' action='modify' lat='81.62722090793' lon='-141.25468386886' />
+  <node id='-40011' action='modify' lat='81.27886160826' lon='-143.74472648873' />
+  <node id='-40013' action='modify' lat='81.35039622819' lon='-144.70430388859' />
+  <node id='-40015' action='modify' lat='81.47013064162' lon='-144.97152797462' />
+  <node id='-40017' action='modify' lat='81.47013064162' lon='-144.21844191398' />
+  <node id='-40019' action='modify' lat='81.37775423133' lon='-142.71226979269' />
+  <node id='-40021' action='modify' lat='81.85060147419' lon='-141.55834760299' />
+  <node id='-40023' action='modify' lat='81.5347454041' lon='-143.28315761285' />
+  <node id='-40025' action='modify' lat='81.39594517325' lon='-143.68399374191' />
+  <node id='-40027' action='modify' lat='81.95830588974' lon='-146.08467188453' />
+  <node id='-40029' action='modify' lat='81.95686035339' lon='-153.48839286925' />
+  <node id='-40031' action='modify' lat='81.12840746681' lon='-146.07679023204' />
+  <node id='-40033' action='modify' lat='81.12681388988' lon='-153.48051121676' />
+  <node id='-40035' action='modify' lat='81.95830588974' lon='-153.76673273747' />
+  <node id='-40037' action='modify' lat='81.12840746681' lon='-153.75885108498' />
+  <node id='-40039' action='modify' lat='81.12681388988' lon='-161.1625720697' />
+  <node id='-40041' action='modify' lat='81.95686035339' lon='-161.17045372219' />
+  <node id='-40043' action='modify' lat='81.46111773487' lon='-139.2140635755' />
+  <node id='-40045' action='modify' lat='81.25119224783' lon='-139.12903772994' />
+  <node id='-40047' action='modify' lat='81.2567330794' lon='-141.60693380045' />
+  <node id='-40049' action='modify' lat='81.45390060406' lon='-141.59478725109' />
+  <node id='-40051' action='modify' lat='81.96245501442' lon='-138.28252052732' />
+  <node id='-40053' action='modify' lat='81.13298151594' lon='-138.27463887483' />
+  <node id='-40055' action='modify' lat='81.13138875406' lon='-145.67835985955' />
+  <node id='-40057' action='modify' lat='81.961010219' lon='-145.68624151204' />
+  <node id='-40059' action='modify' lat='81.41295009451' lon='-149.28515516355' />
+  <node id='-40061' action='modify' lat='81.8811434991' lon='-148.7459522343' />
+  <node id='-40063' action='modify' lat='81.25042384964' lon='-147.10539864107' />
+  <node id='-40065' action='modify' lat='81.60734026119' lon='-152.18006032083' />
+  <node id='-40067' action='modify' lat='81.72091555999' lon='-151.65388184706' />
+  <node id='-40069' action='modify' lat='81.61757393594' lon='-150.87046056389' />
+  <node id='-40071' action='modify' lat='81.45928730134' lon='-151.12770337329' />
+  <node id='-40073' action='modify' lat='81.43842367746' lon='-151.8526603816' />
+  <node id='-40075' action='modify' lat='81.70026562981' lon='-154.38925635898' />
+  <node id='-40077' action='modify' lat='81.4624837584' lon='-149.75552367629' />
+  <node id='-40079' action='modify' lat='81.28351918819' lon='-152.08442143452' />
+  <node id='-40081' action='modify' lat='81.72576499741' lon='-149.84730289829' />
+  <node id='-40083' action='modify' lat='81.71585306223' lon='-150.20294738354' />
+  <node id='-40085' action='modify' lat='81.61608294494' lon='-153.01368605727' />
+  <node id='-40087' action='modify' lat='81.8307622477' lon='-151.93528019877' />
+  <node id='-40089' action='modify' lat='81.72081050281' lon='-146.57766811457' />
+  <node id='-40091' action='modify' lat='81.2326976349' lon='-144.52210564811' />
+  <node id='-40093' action='modify' lat='81.2363996582' lon='-142.323580213' />
+  <node id='-40095' action='modify' lat='81.7239401944' lon='-144.5949849443' />
+  <node id='-40097' action='modify' lat='81.36682135033' lon='-145.25089861002' />
+  <node id='-40099' action='modify' lat='81.66780294294' lon='-143.39247655714' />
+  <node id='-40101' action='modify' lat='81.78317453204' lon='-144.08482987096' />
+  <node id='-40103' action='modify' lat='81.60419649008' lon='-144.57069184557' />
+  <node id='-40105' action='modify' lat='81.57577243416' lon='-143.74472648873' />
+  <node id='-40107' action='modify' lat='81.57656475304' lon='-149.12822517297' />
+  <node id='-40109' action='modify' lat='81.74613302894' lon='-148.95283234838' />
+  <node id='-40111' action='modify' lat='81.60051092106' lon='-147.28075408728' />
+  <node id='-40113' action='modify' lat='81.46796557658' lon='-148.3448038898' />
+  <node id='-40115' action='modify' lat='81.85232312455' lon='-145.00796762272' />
+  <node id='-40117' action='modify' lat='81.70743497496' lon='-147.90047540083' />
+  <node id='-40119' action='modify' lat='81.62368277458' lon='-142.26284746617' />
+  <node id='-40121' action='modify' lat='81.84371125866' lon='-142.94305423063' />
+  <node id='-40123' action='modify' lat='81.74777213511' lon='-163.96705835178' />
+  <node id='-40125' action='modify' lat='81.48955162267' lon='-161.8164113942' />
+  <node id='-40127' action='modify' lat='81.33950457338' lon='-167.99067491256' />
+  <node id='-40129' action='modify' lat='81.24911039852' lon='-169.05451792636' />
+  <node id='-40131' action='modify' lat='81.25864212596' lon='-169.97959169626' />
+  <node id='-40133' action='modify' lat='81.40979085431' lon='-169.5238503297' />
+  <node id='-40135' action='modify' lat='81.63827250374' lon='-167.73813935255' />
+  <node id='-40137' action='modify' lat='81.45993746485' lon='-168.10801528478' />
+  <node id='-40139' action='modify' lat='81.66310002363' lon='-168.70949134618' />
+  <node id='-40141' action='modify' lat='81.50527023782' lon='-169.27121026442' />
+  <node id='-40143' action='modify' lat='81.26017522673' lon='-166.51052416707' />
+  <node id='-40145' action='modify' lat='81.6439675717' lon='-166.46290646785' />
+  <node id='-40147' action='modify' lat='81.50740165385' lon='-171.06767975164' />
+  <node id='-40149' action='modify' lat='81.08985324339' lon='-170.50784918454' />
+  <node id='-40151' action='modify' lat='81.38767553649' lon='-174.24546109695' />
+  <node id='-40153' action='modify' lat='81.77055850423' lon='-168.59670191928' />
+  <node id='-40155' action='modify' lat='81.22872058228' lon='-154.91698688547' />
+  <node id='-40157' action='modify' lat='81.39164690922' lon='-157.09674340795' />
+  <node id='-40159' action='modify' lat='81.70523233309' lon='-157.6588911427' />
+  <node id='-40161' action='modify' lat='81.86099379056' lon='-156.55754047871' />
+  <node id='-40163' action='modify' lat='81.69529597343' lon='-158.01453562794' />
+  <node id='-40165' action='modify' lat='81.44130254181' lon='-157.5671119207' />
+  <node id='-40167' action='modify' lat='81.26189737572' lon='-159.89600967893' />
+  <node id='-40169' action='modify' lat='81.59528004231' lon='-160.82527430167' />
+  <node id='-40171' action='modify' lat='81.81048834987' lon='-159.74686844318' />
+  <node id='-40173' action='modify' lat='81.44772375693' lon='-162.60834155994' />
+  <node id='-40175' action='modify' lat='81.43707793247' lon='-164.35625376164' />
+  <node id='-40177' action='modify' lat='81.34969012182' lon='-163.45135595787' />
+  <node id='-40179' action='modify' lat='81.23384771067' lon='-162.04790246743' />
+  <node id='-40181' action='modify' lat='81.59730937251' lon='-163.77218745122' />
+  <node id='-40183' action='modify' lat='81.50004445422' lon='-165.2402682059' />
+  <node id='-40185' action='modify' lat='81.14606781667' lon='-164.36656396318' />
+  <node id='-40187' action='modify' lat='83.45215396002' lon='-125.71235275994' />
+  <node id='-40189' action='modify' lat='83.55046103408' lon='-125.26132454109' />
+  <node id='-40191' action='modify' lat='83.54637781094' lon='-129.41612938271' />
+  <node id='-40193' action='modify' lat='83.14360981688' lon='-125.20075887285' />
+  <node id='-40195' action='modify' lat='83.25844318334' lon='-128.35861327754' />
+  <node id='-40197' action='modify' lat='83.41123656079' lon='-126.23522857678' />
+  <node id='-40199' action='modify' lat='82.98417029623' lon='-128.51975749269' />
+  <node id='-40201' action='modify' lat='83.34030593947' lon='-129.44035565001' />
+  <node id='-40203' action='modify' lat='83.30587300395' lon='-127.86306414644' />
+  <node id='-40205' action='modify' lat='83.24858489292' lon='-126.78307469927' />
+  <node id='-40207' action='modify' lat='83.30587300395' lon='-127.11309897794' />
+  <node id='-40209' action='modify' lat='83.48344508802' lon='-128.56821002728' />
+  <node id='-40211' action='modify' lat='83.38779692886' lon='-126.89882321551' />
+  <node id='-40213' action='modify' lat='83.39026382859' lon='-127.88449172268' />
+  <node id='-40215' action='modify' lat='83.43215713768' lon='-128.17223726012' />
+  <node id='-40217' action='modify' lat='83.10590895228' lon='-128.18058975051' />
+  <node id='-40219' action='modify' lat='81.45493199742' lon='-175.71507958255' />
+  <node id='-40221' action='modify' lat='81.52009459791' lon='-172.52155096193' />
+  <node id='-40223' action='modify' lat='81.16015990118' lon='-174.79285857045' />
+  <node id='-40225' action='modify' lat='81.23609085277' lon='-176.6363088339' />
+  <node id='-40227' action='modify' lat='81.39673890512' lon='-177.87465882646' />
+  <node id='-40229' action='modify' lat='81.83416092859' lon='-175.94506650199' />
+  <node id='-40231' action='modify' lat='81.11074421528' lon='-172.52609763064' />
+  <node id='-40233' action='modify' lat='80.92009041249' lon='-176.40987682241' />
+  <node id='-40235' lat='84.65309669041' lon='-127.00294784381' />
+  <node id='-40237' lat='84.58679768494' lon='-127.21722360624' />
+  <node id='-40239' action='modify' lat='83.1619813032' lon='-125.80601682712' />
+  <node id='-40241' action='modify' lat='83.3892931648' lon='-130.43363260923' />
+  <node id='-40243' action='modify' lat='84.47034503611' lon='-125.91014145543' />
+  <node id='-40245' action='modify' lat='84.78142691435' lon='-129.52025401102' />
+  <node id='-40247' lat='84.58679768494' lon='-127.96718877474' />
+  <node id='-40249' lat='84.65509306184' lon='-127.98861635098' />
+  <node id='-40251' lat='83.85702549835' lon='-121.69183347419' />
+  <node id='-40253' lat='82.67271394279' lon='-121.67770466455' />
+  <node id='-40255' lat='84.98662034448' lon='-121.73150151723' />
+  <node id='-40257' lat='84.01927526275' lon='-121.71737270759' />
+  <node id='-40259' action='modify' lat='84.73049998441' lon='-128.67233465559' />
+  <node id='-40261' action='modify' lat='84.32643287435' lon='-128.62388212099' />
+  <node id='-40263' action='modify' lat='84.65430753945' lon='-130.53775723754' />
+  <node id='-40265' action='modify' lat='84.61466363995' lon='-129.54448027832' />
+  <node id='-40267' action='modify' lat='84.67206545512' lon='-126.33935320509' />
+  <node id='-40269' action='modify' lat='84.54841302979' lon='-128.46273790584' />
+  <node id='-40271' action='modify' lat='84.45547642007' lon='-125.30488350115' />
+  <node id='-40273' action='modify' lat='84.68899551796' lon='-128.27636188842' />
+  <node id='-40275' action='modify' lat='84.42496362664' lon='-128.28471437882' />
+  <node id='-40277' action='modify' lat='84.70517791398' lon='-125.81647738824' />
+  <node id='-40279' action='modify' lat='84.54043469634' lon='-126.88719932758' />
+  <node id='-40281' action='modify' lat='84.7847311356' lon='-125.3654491694' />
+  <node id='-40283' action='modify' lat='83.42190518233' lon='-149.46186993746' />
+  <node id='-40285' action='modify' lat='83.52963734531' lon='-149.25498982338' />
+  <node id='-40287' action='modify' lat='83.34037740212' lon='-166.97194405694' />
+  <node id='-40289' action='modify' lat='83.72291011287' lon='-177.88230504962'>
+    <tag k='name' v='02 : Basic test with tagged inner and outer ways and no area tagging inside relation (very old style - no longer supported)' />
+    <tag k='place' v='city' />
+  </node>
+  <node id='-40291' action='modify' lat='83.44139608276' lon='-169.10573950836' />
+  <node id='-40293' action='modify' lat='83.1352034737' lon='-132.80208021095' />
+  <node id='-40295' action='modify' lat='83.13900946185' lon='-157.60578099704' />
+  <node id='-40297' action='modify' lat='83.03285344102' lon='-170.48862928534' />
+  <node id='-40299' action='modify' lat='83.30569793284' lon='-147.78979167637' />
+  <node id='-40301' action='modify' lat='83.0262939077' lon='-147.61443623015' />
+  <node id='-40303' action='modify' lat='83.40178206211' lon='-152.16291943615' />
+  <node id='-40305' action='modify' lat='83.10552293757' lon='-163.96039354695' />
+  <node id='-40307' action='modify' lat='83.38926699048' lon='-158.16792873178' />
+  <node id='-40309' action='modify' lat='83.33635782241' lon='-135.07934933697' />
+  <node id='-40311' action='modify' lat='83.33583263864' lon='-168.24717694164' />
+  <node id='-40313' action='modify' lat='83.14307343654' lon='-178.38369641554' />
+  <node id='-40315' action='modify' lat='83.01214538975' lon='-145.03114323719' />
+  <node id='-40317' action='modify' lat='83.40565185052' lon='-150.35634048738' />
+  <node id='-40319' action='modify' lat='83.38133781952' lon='-158.52357321703' />
+  <node id='-40321' action='modify' lat='83.19351203996' lon='-168.61705287387' />
+  <node id='-40323' action='modify' lat='83.14243995156' lon='-144.19303133099' />
+  <node id='-40325' action='modify' lat='83.5912064382' lon='-146.59370947361' />
+  <node id='-40327' action='modify' lat='83.35564534414' lon='-169.21852893526' />
+  <node id='-40329' action='modify' lat='83.286588005' lon='-149.63726276205' />
+  <node id='-40331' action='modify' lat='82.93128141216' lon='-146.18739744863' />
+  <node id='-40333' action='modify' lat='83.45146326279' lon='-144.59386746004' />
+  <node id='-40335' action='modify' lat='82.97556943927' lon='-136.12107883078' />
+  <node id='-40337' action='modify' lat='83.35939831332' lon='-143.90151414622' />
+  <node id='-40339' action='modify' lat='83.15601168887' lon='-149.79419275263' />
+  <node id='-40341' action='modify' lat='83.47325860271' lon='-160.25590603226' />
+  <node id='-40343' action='modify' lat='83.03132971088' lon='-142.11597138953' />
+  <node id='-40345' action='modify' lat='82.92890171042' lon='-154.26788867407' />
+  <node id='-40347' action='modify' lat='83.40169822775' lon='-147.08670570365' />
+  <node id='-40349' action='modify' lat='83.13583986125' lon='-174.75449868604' />
+  <node id='-40351' action='modify' lat='83.50526678883' lon='-142.06738519207' />
+  <node id='-40353' action='modify' lat='83.50664056319' lon='-145.5170052118' />
+  <node id='-40355' action='modify' lat='83.1279215213' lon='-143.22130738177' />
+  <node id='-40357' action='modify' lat='83.11919578413' lon='-145.75993619911' />
+  <node id='-40359' action='modify' lat='83.18869410288' lon='-142.10382484017' />
+  <node id='-40361' action='modify' lat='83.39022891912' lon='-141.21712673651' />
+  <node id='-40363' action='modify' lat='83.30818643128' lon='-133.61366016543' />
+  <node id='-40365' action='modify' lat='83.01306334847' lon='-162.55694005652' />
+  <node id='-40367' action='modify' lat='83.5912064382' lon='-154.27577032656' />
+  <node id='-40369' action='modify' lat='83.19445399591' lon='-139.72310116458' />
+  <node id='-40371' action='modify' lat='83.18376443029' lon='-163.11737914902' />
+  <node id='-40373' action='modify' lat='83.59005304145' lon='-161.67949131128' />
+  <node id='-40375' action='modify' lat='83.28595570156' lon='-144.25376407782' />
+  <node id='-40377' action='modify' lat='83.04899179492' lon='-144.25376407782' />
+  <node id='-40379' action='modify' lat='83.09745660868' lon='-135.78191108861' />
+  <node id='-40381' action='modify' lat='83.47545355442' lon='-136.16953136538' />
+  <node id='-40383' action='modify' lat='83.17863971499' lon='-158.07614950978' />
+  <node id='-40385' action='modify' lat='83.15349028723' lon='-170.03288791879' />
+  <node id='-40387' action='modify' lat='83.46668339101' lon='-141.67869561239' />
+  <node id='-40389' action='modify' lat='83.22969107337' lon='-169.78024785351' />
+  <node id='-40391' action='modify' lat='83.30152351638' lon='-161.33431189075' />
+  <node id='-40393' action='modify' lat='83.01485376106' lon='-177.14534642298' />
+  <node id='-40395' action='modify' lat='83.3181248692' lon='-153.52272364635' />
+  <node id='-40397' action='modify' lat='82.95424673143' lon='-175.30189615953' />
+  <node id='-40399' action='modify' lat='83.32701323827' lon='-140.58550616951' />
+  <node id='-40401' action='modify' lat='83.38118667869' lon='-138.03495394733' />
+  <node id='-40403' action='modify' lat='83.4997687968' lon='-143.45209181971' />
+  <node id='-40405' action='modify' lat='83.22009951832' lon='-135.37006454454' />
+  <node id='-40407' action='modify' lat='83.59451703009' lon='-138.7915581164' />
+  <node id='-40409' action='modify' lat='83.19554419832' lon='-150.26456126538' />
+  <node id='-40411' action='modify' lat='83.21714649957' lon='-162.32544898328' />
+  <node id='-40413' action='modify' lat='83.5384631256' lon='-137.01745072081' />
+  <node id='-40415' action='modify' lat='83.32418972561' lon='-142.77188505526' />
+  <node id='-40417' action='modify' lat='83.49214815936' lon='-176.45410409107' />
+  <node id='-40419' action='modify' lat='83.00897101221' lon='-155.42602447455' />
+  <node id='-40421' action='modify' lat='83.32701323827' lon='-141.76372145794' />
+  <node id='-40423' action='modify' lat='83.48943619122' lon='-152.44431778786' />
+  <node id='-40425' action='modify' lat='83.27173970309' lon='-142.18885068573' />
+  <node id='-40427' action='modify' lat='83.39102468401' lon='-148.40951298992' />
+  <node id='-40429' action='modify' lat='83.33213965226' lon='-137.04167698811' />
+  <node id='-40431' action='modify' lat='83.31931471945' lon='-151.37949815298' />
+  <node id='-40433' action='modify' lat='83.01510024067' lon='-142.83261780208' />
+  <node id='-40435' action='modify' lat='83.50664056319' lon='-139.80812701014' />
+  <node id='-40437' action='modify' lat='83.02690721668' lon='-139.63807531903' />
+  <node id='-40439' action='modify' lat='83.24152188265' lon='-173.03058855102' />
+  <node id='-40441' action='modify' lat='83.02524555571' lon='-169.56355551544' />
+  <node id='-40443' action='modify' lat='83.34759329363' lon='-135.98783436065' />
+  <node id='-40445' action='modify' lat='83.1752680829' lon='-164.86529135072' />
+  <node id='-40447' action='modify' lat='82.92890171042' lon='-146.58582782112' />
+  <node id='-40449' action='modify' lat='82.92762969543' lon='-161.67160965878' />
+  <node id='-40451' action='modify' lat='83.25321410332' lon='-143.79219520194' />
+  <node id='-40453' action='modify' lat='83.40419568231' lon='-145.10402253338' />
+  <node id='-40455' action='modify' lat='83.54255133517' lon='-132.86264587919' />
+  <node id='-40457' action='modify' lat='83.05270926001' lon='-152.59345902361' />
+  <node id='-40459' action='modify' lat='83.20164704535' lon='-144.72747950306' />
+  <node id='-40461' action='modify' lat='83.1763421136' lon='-152.36169797068' />
+  <node id='-40463' action='modify' lat='83.18951724497' lon='-176.22411717163' />
+  <node id='-40465' action='modify' lat='82.9325527737' lon='-138.78367646391' />
+  <node id='-40467' action='modify' lat='83.84845140469' lon='-179.06656402663' />
+  <node id='-40469' action='modify' lat='83.03545165735' lon='-160.40504726801' />
+  <node id='-40471' action='modify' lat='83.31114795969' lon='-152.68909790992' />
+  <node id='-40473' action='modify' lat='83.39774224508' lon='-150.71198497262' />
+  <node id='-40475' action='modify' lat='83.26462047218' lon='-139.90529940506' />
+  <node id='-40477' action='modify' lat='83.10608650031' lon='-145.21334147767' />
+  <node id='-40479' action='modify' lat='83.09739355237' lon='-168.49971250164' />
+  <node id='-40481' action='modify' lat='83.46391871712' lon='-140.50048032396' />
+  <node id='-40483' action='modify' lat='83.42321315369' lon='-164.47609594086' />
+  <node id='-40485' action='modify' lat='82.89812691891' lon='-171.01688677363' />
+  <node id='-40487' action='modify' lat='82.92762969543' lon='-153.98954880584' />
+  <node id='-40489' action='modify' lat='83.30314299106' lon='-164.2812250403' />
+  <node id='-40491' action='modify' lat='83.03407710414' lon='-167.01956175616' />
+  <node id='-40493' action='modify' lat='82.662495144' lon='-179.05243521699' />
+  <node id='-40495' action='modify' lat='83.30863913425' lon='-145.07972943465' />
+  <node id='-40497' action='modify' lat='83.22552053641' lon='-165.74930579498' />
+  <node id='-40499' action='modify' lat='83.51355922156' lon='-157.06657806779' />
+  <node id='-40501' action='modify' lat='83.27280541846' lon='-136.30277583552' />
+  <node id='-40503' action='modify' lat='82.94299837733' lon='-164.87560155226' />
+  <node id='-40505' action='modify' lat='83.19991914612' lon='-148.85384147888' />
+  <node id='-40507' action='modify' lat='83.23139208791' lon='-171.57671734072' />
+  <node id='-40509' action='modify' lat='83.38530358782' lon='-154.89829394806' />
+  <node id='-40511' action='modify' lat='83.59005304145' lon='-153.99743045833' />
+  <node id='-40513' action='modify' lat='82.91480260456' lon='-173.03513521972' />
+  <node id='-40515' action='modify' lat='83.59336422667' lon='-146.19527910112' />
+  <node id='-40517' action='modify' lat='83.1929931539' lon='-151.63674096238' />
+  <node id='-40519' action='modify' lat='83.20164704535' lon='-145.4805655637' />
+  <node id='-40521' action='modify' lat='82.76261163377' lon='-176.9189144115' />
+  <node id='-40523' action='modify' lat='84.53835760069' lon='-133.80365958792' />
+  <node id='-40525' action='modify' lat='84.57054443599' lon='-136.17783378313' />
+  <node id='-40527' action='modify' lat='84.56136754365' lon='-135.26934875945' />
+  <node id='-40529' action='modify' lat='84.46640818714' lon='-135.56006396703' />
+  <node id='-40531' action='modify' lat='84.50945864101' lon='-136.492775258' />
+  <node id='-40533' action='modify' lat='84.87707549361' lon='-178.0723044721'>
+    <tag k='name' v='01 : Basic test with untagged ways and area tagging inside relation' />
+    <tag k='place' v='city' />
+  </node>
+  <node id='-40535' action='modify' lat='84.97960003985' lon='-179.25656344912' />
+  <node id='-40537' lat='84.01090490447' lon='-179.24243463948' />
+  <node id='-40539' action='modify' lat='84.5979825858' lon='-138.22495336982' />
+  <node id='-40541' action='modify' lat='84.72643754493' lon='-137.2074501433' />
+  <node id='-40543' action='modify' lat='84.39706300749' lon='-132.99207963343' />
+  <node id='-40545' action='modify' lat='84.26666441013' lon='-136.31107825327' />
+  <node id='-40547' action='modify' lat='84.67497551599' lon='-136.35953078786' />
+  <node id='-40549' action='modify' lat='84.72977648579' lon='-133.05264530168' />
+  <node id='-40551' action='modify' lat='84.36622977997' lon='-135.9719105111' />
+  <node id='-40553' action='modify' lat='84.55792222356' lon='-137.2316764106' />
+  <node id='-40555' action='modify' lat='84.22854202921' lon='-146.7758272436' />
+  <node id='-40557' action='modify' lat='84.2275029245' lon='-154.17954822832' />
+  <node id='-40559' action='modify' lat='84.76951395634' lon='-146.7837088961' />
+  <node id='-40561' action='modify' lat='84.76857196443' lon='-154.18742988081' />
+  <node id='-40563' action='modify' lat='84.2275029245' lon='-161.86160908127' />
+  <node id='-40565' action='modify' lat='84.76857196443' lon='-161.86949073376' />
+  <node id='-40567' action='modify' lat='84.76951395634' lon='-154.46576974904' />
+  <node id='-40569' action='modify' lat='84.22854202921' lon='-154.45788809655' />
+  <node id='-40571' action='modify' lat='84.30860097092' lon='-139.82807474151' />
+  <node id='-40573' action='modify' lat='84.44546050816' lon='-139.91310058707' />
+  <node id='-40575' action='modify' lat='84.44075570848' lon='-142.29382426265' />
+  <node id='-40577' action='modify' lat='84.31221356126' lon='-142.30597081202' />
+  <node id='-40579' action='modify' lat='84.23152456774' lon='-138.97367588639' />
+  <node id='-40581' action='modify' lat='84.77221775147' lon='-138.98155753889' />
+  <node id='-40583' action='modify' lat='84.77127624515' lon='-146.3852785236' />
+  <node id='-40585' action='modify' lat='84.23048599819' lon='-146.37739687111' />
+  <node id='-40587' action='modify' lat='84.70044712535' lon='-139.99812643262' />
+  <node id='-40589' action='modify' lat='84.66781254446' lon='-141.86869503487' />
+  <node id='-40591' action='modify' lat='84.50858816685' lon='-142.37885010821' />
+  <node id='-40593' action='modify' lat='84.50277318532' lon='-140.09529882754' />
+  <node id='-40595' action='modify' lat='84.55373506076' lon='-140.775505592' />
+  <node id='-40597' action='modify' lat='84.66555451146' lon='-140.69047974644' />
+  <node id='-40599' action='modify' lat='84.60536798516' lon='-141.40712615899' />
+  <node id='-40601' action='modify' lat='84.55373506076' lon='-141.95372088043' />
+  <node id='-40603' action='modify' lat='84.37327907451' lon='-145.40334090015' />
+  <node id='-40605' action='modify' lat='84.3266410815' lon='-144.4437635003' />
+  <node id='-40607' action='modify' lat='84.45133592643' lon='-144.91747892554' />
+  <node id='-40609' action='modify' lat='84.45133592643' lon='-145.67056498619' />
+  <node id='-40611' action='modify' lat='84.69932511742' lon='-142.25738461456' />
+  <node id='-40613' action='modify' lat='84.3911148341' lon='-143.41130680425' />
+  <node id='-40615' action='modify' lat='84.40297402058' lon='-144.38303075347' />
+  <node id='-40617' action='modify' lat='84.49345644372' lon='-143.98219462442' />
+  <node id='-40619' action='modify' lat='84.61677552577' lon='-145.29402195587' />
+  <node id='-40621' action='modify' lat='84.3839873029' lon='-145.94993562159' />
+  <node id='-40623' action='modify' lat='84.29654247802' lon='-145.22114265967' />
+  <node id='-40625' action='modify' lat='84.29895621202' lon='-143.02261722457' />
+  <node id='-40627' action='modify' lat='84.538727363' lon='-145.26972885714' />
+  <node id='-40629' action='modify' lat='84.52019973949' lon='-144.4437635003' />
+  <node id='-40631' action='modify' lat='84.58018648575' lon='-144.09151356871' />
+  <node id='-40633' action='modify' lat='84.65538155829' lon='-144.78386688253' />
+  <node id='-40635' action='modify' lat='84.6060179382' lon='-148.5995124124' />
+  <node id='-40637' action='modify' lat='84.70044712535' lon='-145.70700463428' />
+  <node id='-40639' action='modify' lat='84.69483471648' lon='-143.64209124219' />
+  <node id='-40641' action='modify' lat='84.55142886327' lon='-142.96188447774' />
+  <node id='-40643' action='modify' lat='84.63123991989' lon='-149.65186935994' />
+  <node id='-40645' action='modify' lat='84.52071620119' lon='-149.82726218453' />
+  <node id='-40647' action='modify' lat='84.44992454713' lon='-149.04384090136' />
+  <node id='-40649' action='modify' lat='84.53632502426' lon='-147.97979109885' />
+  <node id='-40651' action='modify' lat='84.61480417302' lon='-152.35291885863' />
+  <node id='-40653' action='modify' lat='84.54744703529' lon='-151.56949757546' />
+  <node id='-40655' action='modify' lat='84.4442672631' lon='-151.82674038486' />
+  <node id='-40657' action='modify' lat='84.43066631668' lon='-152.55169739317' />
+  <node id='-40659' action='modify' lat='84.41405985922' lon='-149.98419217511' />
+  <node id='-40661' action='modify' lat='84.71922929874' lon='-149.44498924587' />
+  <node id='-40663' action='modify' lat='84.3080999785' lon='-147.80443565263' />
+  <node id='-40665' action='modify' lat='84.54077654022' lon='-152.8790973324' />
+  <node id='-40667' action='modify' lat='84.54647518341' lon='-153.71272306883' />
+  <node id='-40669' action='modify' lat='84.61150460126' lon='-150.90198439511' />
+  <node id='-40671' action='modify' lat='84.61473570028' lon='-147.27670512614' />
+  <node id='-40673' action='modify' lat='84.68639569674' lon='-152.63431721034' />
+  <node id='-40675' action='modify' lat='84.44635100696' lon='-150.45456068786' />
+  <node id='-40677' action='modify' lat='84.60134514218' lon='-155.08829337054' />
+  <node id='-40679' action='modify' lat='84.61796486755' lon='-150.54633990986' />
+  <node id='-40681' action='modify' lat='84.32967773334' lon='-152.78345844609' />
+  <node id='-40683' action='modify' lat='84.6045823151' lon='-158.35792815426' />
+  <node id='-40685' action='modify' lat='84.70609781966' lon='-157.25657749027' />
+  <node id='-40687' action='modify' lat='84.29394941613' lon='-155.61602389704' />
+  <node id='-40689' action='modify' lat='84.40017187615' lon='-157.79578041952' />
+  <node id='-40691' action='modify' lat='84.31558063892' lon='-160.5950466905' />
+  <node id='-40693' action='modify' lat='84.53291540583' lon='-161.52431131324' />
+  <node id='-40695' action='modify' lat='84.59810603275' lon='-158.71357263951' />
+  <node id='-40697' action='modify' lat='84.43254305415' lon='-158.26614893227' />
+  <node id='-40699' action='modify' lat='84.43672904257' lon='-163.30737857151' />
+  <node id='-40701' action='modify' lat='84.67318280601' lon='-160.44590545475' />
+  <node id='-40703' action='modify' lat='84.37281873105' lon='-164.15039296944' />
+  <node id='-40705' action='modify' lat='84.42978902141' lon='-165.0552907732' />
+  <node id='-40707' action='modify' lat='84.5342381759' lon='-164.47122446279' />
+  <node id='-40709' action='modify' lat='84.29729233276' lon='-162.746939479' />
+  <node id='-40711' action='modify' lat='84.24005751663' lon='-165.06560097474' />
+  <node id='-40713' action='modify' lat='84.47083613897' lon='-165.93930521747' />
+  <node id='-40715' action='modify' lat='84.6323082139' lon='-164.66609536334' />
+  <node id='-40717' action='modify' lat='84.46399612294' lon='-162.51544840577' />
+  <node id='-40719' action='modify' lat='84.36617827259' lon='-168.68971192412' />
+  <node id='-40721' action='modify' lat='84.30724361315' lon='-169.75355493792' />
+  <node id='-40723' action='modify' lat='84.31345824508' lon='-170.67862870783' />
+  <node id='-40725' action='modify' lat='84.41200029991' lon='-170.22288734127' />
+  <node id='-40727' action='modify' lat='84.56093858393' lon='-168.43717636412' />
+  <node id='-40729' action='modify' lat='84.44469109971' lon='-168.80705229635' />
+  <node id='-40731' action='modify' lat='84.47424267736' lon='-169.97024727599' />
+  <node id='-40733' action='modify' lat='84.57712115699' lon='-169.40852835775' />
+  <node id='-40735' action='modify' lat='84.56465065431' lon='-167.16194347942' />
+  <node id='-40737' action='modify' lat='84.31445781378' lon='-167.20956117864' />
+  <node id='-40739' action='modify' lat='84.20340207319' lon='-171.20688619611' />
+  <node id='-40741' action='modify' lat='84.47563208249' lon='-171.7667167632' />
+  <node id='-40743' action='modify' lat='84.6471591898' lon='-169.29573893085' />
+  <node id='-40745' action='modify' lat='84.39758283213' lon='-174.94449810852' />
+  <node id='-40747' action='modify' lat='84.24924619163' lon='-175.49189558202' />
+  <node id='-40749' action='modify' lat='84.29875486991' lon='-177.33534584546' />
+  <node id='-40751' action='modify' lat='84.44142806853' lon='-176.41411659412' />
+  <node id='-40753' action='modify' lat='84.48390618' lon='-173.2205879735' />
+  <node id='-40755' action='modify' lat='84.21702449104' lon='-173.22513464221' />
+  <node id='-40757' action='modify' lat='84.09269616852' lon='-177.10891383398' />
+  <node id='-40759' action='modify' lat='84.40349147298' lon='-178.57369583802' />
+  <node id='-40761' action='modify' lat='84.68861066385' lon='-176.64410351355' />
+  <node id='-40763' action='modify' lat='65.93240484498' lon='-98.6503040787'>
+    <tag k='name' v='06 - Intersecting inner ways' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-40765' action='modify' lat='64.48851150811' lon='-99.5408572125' />
+  <node id='-40767' action='modify' lat='61.19231708039' lon='-91.35637278585' />
+  <node id='-40769' action='modify' lat='63.97400264704' lon='-96.70110247961' />
+  <node id='-40771' action='modify' lat='64.52765005033' lon='-91.12902599622' />
+  <node id='-40773' action='modify' lat='63.28268617977' lon='-94.23273793825' />
+  <node id='-40775' action='modify' lat='63.07753515089' lon='-98.1885720778' />
+  <node id='-40777' action='modify' lat='62.83421284713' lon='-91.7449424657' />
+  <node id='-40779' action='modify' lat='61.4975725629' lon='-99.5408572125' />
+  <node id='-40781' action='modify' lat='62.66766478326' lon='-96.92844926924' />
+  <node id='-40783' action='modify' lat='62.22110319587' lon='-94.00539114862' />
+  <node id='-40785' action='modify' lat='64.87738252723' lon='-95.26673756747' />
+  <node id='-40787' action='modify' lat='61.85869173102' lon='-97.27918491928' />
+  <node id='-40789' action='modify' lat='63.9939465304' lon='-91.97228925533' />
+  <node id='-40791' action='modify' lat='62.20045242582' lon='-81.11872343215' />
+  <node id='-40793' action='modify' lat='65.91433473935' lon='-85.76363636223'>
+    <tag k='name' v='07 - Intersecting outer ways' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-40795' action='modify' lat='61.83779343215' lon='-84.39251720281' />
+  <node id='-40797' action='modify' lat='63.9745183534' lon='-79.08562153886' />
+  <node id='-40799' action='modify' lat='63.95456061052' lon='-83.81443476314' />
+  <node id='-40801' action='modify' lat='63.2627651989' lon='-81.34607022178' />
+  <node id='-40803' action='modify' lat='63.05747259675' lon='-85.30190436133' />
+  <node id='-40805' action='modify' lat='62.81398271192' lon='-78.85827474923' />
+  <node id='-40807' action='modify' lat='62.64732015335' lon='-84.04178155277' />
+  <node id='-40809' action='modify' lat='72.17063382185' lon='-84.33333191426' />
+  <node id='-40811' action='modify' lat='71.37029196644' lon='-89.7847753771' />
+  <node id='-40813' action='modify' lat='69.85694615626' lon='-89.00599773955' />
+  <node id='-40815' action='modify' lat='69.07659042615' lon='-81.05134044174' />
+  <node id='-40817' action='modify' lat='71.54717751086' lon='-79.66066608897' />
+  <node id='-40819' action='modify' lat='71.80946955034' lon='-87.39281549035' />
+  <node id='-40821' action='modify' lat='73.34100318402' lon='-89.95165629943'>
+    <tag k='name' v='08 - One outer way with empty role' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-40823' action='modify' lat='65.83495073162' lon='-72.80015413913'>
+    <tag k='name' v='08 - Intersecting outer ways with no node in intersecting area' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-40825' action='modify' lat='64.26933590216' lon='-71.70600879116' />
+  <node id='-40827' action='modify' lat='63.78209336318' lon='-60.8587488396' />
+  <node id='-40829' action='modify' lat='61.799001291' lon='-71.59475484294' />
+  <node id='-40831' action='modify' lat='64.89013744617' lon='-67.25585086231' />
+  <node id='-40833' action='modify' lat='63.36120986852' lon='-72.92980222159' />
+  <node id='-40835' action='modify' lat='61.93015754259' lon='-65.03077189789' />
+  <node id='-40837' action='modify' lat='61.40876808095' lon='-55.6915193101' />
+  <node id='-40839' action='modify' lat='64.79837058367' lon='-51.41739966507' />
+  <node id='-40841' action='modify' lat='65.85650785516' lon='-54.8009661763'>
+    <tag k='name' v='09 - Intersecting inner ways with no node in intersecting area' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-40843' action='modify' lat='64.40835815347' lon='-55.6915193101' />
+  <node id='-40845' action='modify' lat='61.10264293584' lon='-47.50703488345' />
+  <node id='-40847' action='modify' lat='64.44761140786' lon='-47.27968809382' />
+  <node id='-40849' action='modify' lat='62.76590403258' lon='-53.40473430878' />
+  <node id='-40851' action='modify' lat='62.46527044878' lon='-49.8446079657' />
+  <node id='-40853' action='modify' lat='62.75953924274' lon='-48.48174709999' />
+  <node id='-40855' action='modify' lat='63.29566473164' lon='-48.50956058705' />
+  <node id='-40857' action='modify' lat='63.74213033948' lon='-49.60819332573' />
+  <node id='-40859' action='modify' lat='63.9474892777' lon='-53.73849615344' />
+  <node id='-40861' action='modify' lat='64.21494498929' lon='-51.6524846243' />
+  <node id='-40863' action='modify' lat='63.9352710778' lon='-50.56775862914' />
+  <node id='-40865' action='modify' lat='62.01510838279' lon='-51.76373857252' />
+  <node id='-40867' action='modify' lat='55.23175207223' lon='-173.98165232322' />
+  <node id='-40869' action='modify' lat='54.06917867212' lon='-176.41260426012' />
+  <node id='-40871' action='modify' lat='53.08778562971' lon='-174.30577924814' />
+  <node id='-40873' action='modify' lat='53.16648021657' lon='-172.92788786123' />
+  <node id='-40875' action='modify' lat='50.70843757615' lon='-174.98644579047' />
+  <node id='-40877' action='modify' lat='51.88386753919' lon='-176.73673118504' />
+  <node id='-40879' action='modify' lat='52.49981278685' lon='-171.97206538872' />
+  <node id='-40881' action='modify' lat='72.10105663655' lon='-67.39546535007' />
+  <node id='-40883' action='modify' lat='71.29770051781' lon='-72.84690881291' />
+  <node id='-40885' action='modify' lat='69.77869452269' lon='-72.06813117536' />
+  <node id='-40887' action='modify' lat='68.99544132407' lon='-64.11347387755' />
+  <node id='-40889' action='modify' lat='71.47525104658' lon='-62.72279952478' />
+  <node id='-40891' action='modify' lat='71.73853041517' lon='-70.45494892616' />
+  <node id='-40893' action='modify' lat='73.27585828252' lon='-73.01378973524'>
+    <tag k='name' v='09 - Duplicate members with same role' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-40895' action='modify' lat='70.92996746705' lon='-69.93233604343' />
+  <node id='-40897' action='modify' lat='71.34839143503' lon='-68.60295343817' />
+  <node id='-40899' action='modify' lat='71.14595107023' lon='-67.83331087724' />
+  <node id='-40901' action='modify' lat='70.6305477264' lon='-67.72835961893' />
+  <node id='-40903' action='modify' lat='70.1966464088' lon='-68.95279096587' />
+  <node id='-40905' action='modify' lat='70.37366608636' lon='-70.56204359328' />
+  <node id='-40907' action='modify' lat='70.94139418786' lon='-65.62933445274' />
+  <node id='-40909' action='modify' lat='70.64214703366' lon='-64.19500058918' />
+  <node id='-40911' action='modify' lat='70.00613655385' lon='-64.36991935303' />
+  <node id='-40913' action='modify' lat='69.66850803623' lon='-66.74881454137' />
+  <node id='-40915' action='modify' lat='69.1144279474' lon='-68.60295343817' />
+  <node id='-40917' action='modify' lat='70.24400097566' lon='-62.58574796176' />
+  <node id='-40919' action='modify' lat='53.61870343447' lon='-173.5460126401' />
+  <node id='-40921' action='modify' lat='65.76815123439' lon='-28.58789695971'>
+    <tag k='name' v='11 - inner and outer intersect at shared nodes' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-40923' action='modify' lat='62.94352805788' lon='-39.71883199076' />
+  <node id='-40925' action='modify' lat='63.26273010128' lon='-40.59974603895' />
+  <node id='-40927' action='modify' lat='63.32167359484' lon='-39.22185465204' />
+  <node id='-40929' action='modify' lat='61.47447600072' lon='-41.28041258128' />
+  <node id='-40931' action='modify' lat='62.35938757424' lon='-43.03069797585' />
+  <node id='-40933' action='modify' lat='62.82192816031' lon='-38.26603217953' />
+  <node id='-40935' action='modify' lat='65.84970371745' lon='-40.77851399049'>
+    <tag k='name' v='10 - Outer ways intersect at shared nodes' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-40937' action='modify' lat='64.86418319988' lon='-40.27561911403' />
+  <node id='-40939' action='modify' lat='63.99691638774' lon='-42.70657105093' />
+  <node id='-40941' action='modify' lat='55.2666335001' lon='-167.20812223005' />
+  <node id='-40943' action='modify' lat='53.82126037053' lon='-168.957323508' />
+  <node id='-40945' action='modify' lat='52.96395614482' lon='-165.45892095209' />
+  <node id='-40947' action='modify' lat='51.97136961319' lon='-168.52601360385' />
+  <node id='-40949' action='modify' lat='50.72934081181' lon='-164.7161094505' />
+  <node id='-40951' action='modify' lat='51.97136961319' lon='-164.1523610573' />
+  <node id='-40953' action='modify' lat='55.11688366169' lon='-156.92205329772' />
+  <node id='-40955' action='modify' lat='55.14481105781' lon='-160.42848566707' />
+  <node id='-40957' action='modify' lat='53.34540631989' lon='-160.47139573572' />
+  <node id='-40959' action='modify' lat='50.92230042446' lon='-157.0192958189' />
+  <node id='-40961' action='modify' lat='53.31279353371' lon='-156.96504358982' />
+  <node id='-40963' action='modify' lat='54.46705066614' lon='-156.93775592817' />
+  <node id='-40965' action='modify' lat='54.46764339395' lon='-158.74292389487' />
+  <node id='-40967' action='modify' lat='53.3470882688' lon='-158.40221053515' />
+  <node id='-40969' action='modify' lat='52.02191052859' lon='-158.91328057473' />
+  <node id='-40971' action='modify' lat='50.9530836002' lon='-160.52572818825' />
+  <node id='-40973' action='modify' lat='55.178194651' lon='-150.57469899032' />
+  <node id='-40975' action='modify' lat='53.86710577831' lon='-153.38724370814' />
+  <node id='-40977' action='modify' lat='51.89193991832' lon='-153.34113641769' />
+  <node id='-40979' action='modify' lat='50.09293802161' lon='-152.05013228492' />
+  <node id='-40981' action='modify' lat='49.61732072555' lon='-148.17711988661' />
+  <node id='-40983' action='modify' lat='50.35841770701' lon='-145.18014600696' />
+  <node id='-40985' action='modify' lat='52.76540849286' lon='-145.08793142605' />
+  <node id='-40987' action='modify' lat='53.7854633445' lon='-146.28672097791' />
+  <node id='-40989' action='modify' lat='54.62145265452' lon='-148.22322717706' />
+  <node id='-40991' action='modify' lat='53.64903882553' lon='-150.29805524758' />
+  <node id='-40993' action='modify' lat='52.51359664282' lon='-152.09623957537' />
+  <node id='-40995' action='modify' lat='51.34803864501' lon='-151.12798647579' />
+  <node id='-40997' action='modify' lat='50.94309026189' lon='-148.31544175797' />
+  <node id='-40999' action='modify' lat='51.63511507213' lon='-146.65557930155' />
+  <node id='-41001' action='modify' lat='52.82116993965' lon='-147.20886678703' />
+  <node id='-41003' action='modify' lat='53.45730041835' lon='-148.26933446752' />
+  <node id='-41005' action='modify' lat='52.90467813668' lon='-149.74476776211' />
+  <node id='-41007' action='modify' lat='52.70957554831' lon='-148.77651466253' />
+  <node id='-41009' action='modify' lat='52.09953535023' lon='-150.65538674862' />
+  <node id='-41011' action='modify' lat='51.7155298019' lon='-149.46812401938' />
+  <node id='-41013' action='modify' lat='65.13306957312' lon='-14.86703226355' />
+  <node id='-41015' action='modify' lat='61.19833173915' lon='-14.82658163813' />
+  <node id='-41017' action='modify' lat='61.20952302679' lon='-9.81146675242' />
+  <node id='-41019' action='modify' lat='62.56338164971' lon='-9.82477921511' />
+  <node id='-41021' action='modify' lat='62.56994287316' lon='-6.75064397055' />
+  <node id='-41023' action='modify' lat='63.9817943351' lon='-9.85610693012' />
+  <node id='-41025' action='modify' lat='65.14280507662' lon='-9.86863097862' />
+  <node id='-41027' action='modify' lat='63.26663310577' lon='-13.23277396568' />
+  <node id='-41029' action='modify' lat='62.23399769011' lon='-13.22232473647' />
+  <node id='-41031' action='modify' lat='62.23756292785' lon='-11.57025305713' />
+  <node id='-41033' action='modify' lat='63.27007572162' lon='-11.58070228634' />
+  <node id='-41035' action='modify' lat='63.98807465949' lon='-6.76525808478' />
+  <node id='-41037' action='modify' lat='60.84365733139' lon='-6.73376649923' />
+  <node id='-41039' action='modify' lat='60.85068258644' lon='-3.62076550047' />
+  <node id='-41041' action='modify' lat='63.99439856949' lon='-3.65225708602' />
+  <node id='-41043' action='modify' lat='65.70409981491' lon='-14.48156862892'>
+    <tag k='name' v='12 - Multipolygon ways share segment(s)' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-41045' action='modify' lat='65.16231726611' lon='-28.07792975277' />
+  <node id='-41047' action='modify' lat='63.49380015204' lon='-26.18569859478' />
+  <node id='-41049' action='modify' lat='61.82622643315' lon='-28.80261228409' />
+  <node id='-41051' action='modify' lat='61.87270685249' lon='-23.61494906084' />
+  <node id='-41053' action='modify' lat='65.1597165862' lon='-24.24667085292' />
+  <node id='-41055' action='modify' lat='63.84755577931' lon='-25.44506727924' />
+  <node id='-41057' action='modify' lat='63.89868022393' lon='-26.53712159541' />
+  <node id='-41059' action='modify' lat='63.72172092904' lon='-27.93282887758' />
+  <node id='-41061' action='modify' lat='65.86111417807' lon='0.92947644235'>
+    <tag k='name' v='13 - Inner ways intersect at shared nodes' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-41063' action='modify' lat='65.11684249917' lon='0.74062074563' />
+  <node id='-41065' action='modify' lat='65.1763742' lon='10.56111697502' />
+  <node id='-41067' action='modify' lat='60.51132017692' lon='10.70275874756' />
+  <node id='-41069' action='modify' lat='60.6041514164' lon='0.74062074563' />
+  <node id='-41071' action='modify' lat='64.24875258405' lon='2.81803340954' />
+  <node id='-41073' action='modify' lat='64.26925776446' lon='8.62534608365' />
+  <node id='-41075' action='modify' lat='62.79665454745' lon='7.72828152424' />
+  <node id='-41077' action='modify' lat='62.31796688078' lon='6.07579417795' />
+  <node id='-41079' action='modify' lat='62.77506279797' lon='2.86524733372' />
+  <node id='-41081' action='modify' lat='63.26116185987' lon='4.51160939557' />
+  <node id='-41083' action='modify' lat='63.32345373875' lon='8.04389956253' />
+  <node id='-41085' action='modify' lat='62.31796688078' lon='9.47519671889' />
+  <node id='-41087' action='modify' lat='61.56290753976' lon='5.17872961853' />
+  <node id='-41089' action='modify' lat='57.95746773964' lon='-177.05964504126'>
+    <tag k='name' v='08 : Geometry special cases considered okay' />
+    <tag k='place' v='city' />
+  </node>
+  <node id='-41091' action='modify' lat='64.81478719846' lon='-36.08339320779' />
+  <node id='-41093' action='modify' lat='63.94593288963' lon='-38.51434514469' />
+  <node id='-41095' action='modify' lat='63.21041184538' lon='-36.40752013271' />
+  <node id='-41097' action='modify' lat='63.26946218368' lon='-35.0296287458' />
+  <node id='-41099' action='modify' lat='61.41894315952' lon='-37.08818667504' />
+  <node id='-41101' action='modify' lat='62.30543887523' lon='-38.83847206961' />
+  <node id='-41103' action='modify' lat='63.35034806703' lon='-35.62928148483' />
+  <node id='-41105' action='modify' lat='62.76881264658' lon='-34.07380627329' />
+  <node id='-41107' action='modify' lat='64.71369034824' lon='-32.0759739495' />
+  <node id='-41109' action='modify' lat='63.8415890853' lon='-34.5069258864' />
+  <node id='-41111' action='modify' lat='63.10333818898' lon='-32.40010087442' />
+  <node id='-41113' action='modify' lat='62.78237716704' lon='-31.51918682623' />
+  <node id='-41115' action='modify' lat='63.16260704078' lon='-31.02220948751' />
+  <node id='-41117' action='modify' lat='61.30529568541' lon='-33.08076741675' />
+  <node id='-41119' action='modify' lat='62.19503084661' lon='-34.83105281132' />
+  <node id='-41121' action='modify' lat='63.24379242442' lon='-31.62186222654' />
+  <node id='-41123' action='modify' lat='62.6601085108' lon='-30.066387015' />
+  <node id='-41125' action='modify' lat='64.77523845512' lon='17.68683603963' />
+  <node id='-41127' action='modify' lat='60.69120947929' lon='17.56105249267' />
+  <node id='-41129' action='modify' lat='60.63455553722' lon='25.77097859836' />
+  <node id='-41131' action='modify' lat='64.72591420074' lon='25.89676214532' />
+  <node id='-41133' action='modify' lat='64.74777094933' lon='22.26059777155' />
+  <node id='-41135' action='modify' lat='62.92133004411' lon='17.62756886245' />
+  <node id='-41137' action='modify' lat='60.66579673819' lon='21.24549055202' />
+  <node id='-41139' action='modify' lat='62.38819783668' lon='25.82277633003' />
+  <node id='-41141' action='modify' lat='55.53394747074' lon='-120.56122875396' />
+  <node id='-41143' action='modify' lat='53.11842695442' lon='-125.19425766306' />
+  <node id='-41145' action='modify' lat='50.15655510052' lon='-121.57633597349' />
+  <node id='-41147' action='modify' lat='52.41618754081' lon='-116.99905019548' />
+  <node id='-41149' action='modify' lat='50.18984978156' lon='-125.26083591935' />
+  <node id='-41151' action='modify' lat='50.11575899596' lon='-117.05090981366' />
+  <node id='-41153' action='modify' lat='55.50500584784' lon='-116.9251262667' />
+  <node id='-41155' action='modify' lat='55.57043819227' lon='-125.13505237239' />
+  <node id='-41157' action='modify' lat='64.66182803154' lon='31.44612614553' />
+  <node id='-41159' action='modify' lat='62.80015304646' lon='31.38692085486' />
+  <node id='-41161' action='modify' lat='60.56095162049' lon='31.32034259857' />
+  <node id='-41163' action='modify' lat='60.53539110607' lon='35.00484254443' />
+  <node id='-41165' action='modify' lat='60.50406845505' lon='39.53026870426' />
+  <node id='-41167' action='modify' lat='62.26482191014' lon='39.58212832243' />
+  <node id='-41169' action='modify' lat='64.61229667084' lon='39.65605225122' />
+  <node id='-41171' action='modify' lat='64.6342060461' lon='36.01994976396' />
+  <node id='-41173' action='modify' lat='65.82812021593' lon='18.40799356223'>
+    <tag k='name' v='14 - Inner way shares all nodes with outer' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-41175' action='modify' lat='65.6694665824' lon='31.54104077253'>
+    <tag k='name' v='15 - Inner way shares all nodes with outer, but roles are wrong' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-41177' action='modify' lat='62.28148282884' lon='43.51273423923' />
+  <node id='-41179' action='modify' lat='60.43342421875' lon='47.73671927372' />
+  <node id='-41181' action='modify' lat='62.28148282884' lon='51.53218408731' />
+  <node id='-41183' action='modify' lat='64.71117895426' lon='48.96106276197' />
+  <node id='-41185' action='modify' lat='64.67192425983' lon='43.20664836717' />
+  <node id='-41187' action='modify' lat='64.61949613628' lon='46.45115861105' />
+  <node id='-41189' action='modify' lat='63.64473303091' lon='45.25742371' />
+  <node id='-41191' action='modify' lat='63.6311415328' lon='42.96177966951' />
+  <node id='-41193' action='modify' lat='65.63638643246' lon='43.51273423923'>
+    <tag k='name' v='16 - shared way segment between outer ways, roles say inner' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-41195' action='modify' lat='64.79483208221' lon='56.55958515442' />
+  <node id='-41197' action='modify' lat='63.3245936731' lon='56.49473588823' />
+  <node id='-41199' action='modify' lat='63.30184772462' lon='59.12035199988' />
+  <node id='-41201' action='modify' lat='64.77325513287' lon='59.18520126606' />
+  <node id='-41203' action='modify' lat='64.16847163429' lon='58.3080299699' />
+  <node id='-41205' action='modify' lat='64.45305560126' lon='57.49348157213' />
+  <node id='-41207' action='modify' lat='63.93974968748' lon='57.06797121509' />
+  <node id='-41209' action='modify' lat='63.67142613499' lon='58.12566838831' />
+  <node id='-41211' action='modify' lat='64.79150214664' lon='65.08512833209' />
+  <node id='-41213' action='modify' lat='64.75217268253' lon='73.72814378412' />
+  <node id='-41215' action='modify' lat='59.92014372796' lon='73.61675781447' />
+  <node id='-41217' action='modify' lat='59.96635993777' lon='64.97374236244' />
+  <node id='-41219' action='modify' lat='63.09307711026' lon='68.72890554376' />
+  <node id='-41221' action='modify' lat='63.26792632987' lon='71.51917805001' />
+  <node id='-41223' action='modify' lat='62.75794543896' lon='72.10048482214' />
+  <node id='-41225' action='modify' lat='61.65580665653' lon='70.74410235383' />
+  <node id='-41227' action='modify' lat='61.93056246077' lon='67.76006092353' />
+  <node id='-41229' action='modify' lat='64.05874289036' lon='67.10124658178' />
+  <node id='-41231' action='modify' lat='62.68690176892' lon='66.44243224003' />
+  <node id='-41233' action='modify' lat='63.8297539987' lon='68.79501829959' />
+  <node id='-41235' action='modify' lat='62.75845937115' lon='70.96144764291' />
+  <node id='-41237' action='modify' lat='37.47906371678' lon='-174.88780203531' />
+  <node id='-41239' action='modify' lat='37.40580129127' lon='-166.24478658328' />
+  <node id='-41241' action='modify' lat='28.67550045403' lon='-166.35617255293' />
+  <node id='-41243' action='modify' lat='28.7564260428' lon='-174.99918800496' />
+  <node id='-41245' action='modify' lat='34.94315121152' lon='-173.83451180322' />
+  <node id='-41247' action='modify' lat='33.42465159659' lon='-170.8919473369' />
+  <node id='-41249' action='modify' lat='30.33052167783' lon='-170.54099928129' />
+  <node id='-41251' action='modify' lat='31.90204071368' lon='-172.80866364065' />
+  <node id='-41253' action='modify' lat='34.63275815218' lon='-169.08321505027' />
+  <node id='-41255' action='modify' lat='35.29645261202' lon='-170.86495133262' />
+  <node id='-41257' action='modify' lat='31.11953383748' lon='-171.21589938824' />
+  <node id='-41259' action='modify' lat='31.92495619519' lon='-169.00222703743' />
+  <node id='-41261' action='modify' lat='35.71400302277' lon='-172.59269560643' />
+  <node id='-41263' action='modify' lat='37.5543210064' lon='-160.16466107943' />
+  <node id='-41265' action='modify' lat='37.52833726298' lon='-157.09521013224' />
+  <node id='-41267' action='modify' lat='34.53263406418' lon='-157.13476736454' />
+  <node id='-41269' action='modify' lat='34.55962567596' lon='-160.20421831173' />
+  <node id='-41271' action='modify' lat='36.77652722783' lon='-159.49509647756' />
+  <node id='-41273' action='modify' lat='37.13119594498' lon='-158.55460871823' />
+  <node id='-41275' action='modify' lat='36.10495027519' lon='-158.52290688365' />
+  <node id='-41277' action='modify' lat='35.25518402302' lon='-158.69198333476' />
+  <node id='-41279' action='modify' lat='35.35866737221' lon='-157.73036101905' />
+  <node id='-41281' action='modify' lat='36.73419482831' lon='-157.66695734988' />
+  <node id='-41283' action='modify' lat='36.20733603303' lon='-157.37107356043' />
+  <node id='-41285' action='modify' lat='36.17322230265' lon='-159.73814387604' />
+  <node id='-41287' action='modify' lat='35.62538589668' lon='-159.43169280839' />
+  <node id='-41289' action='modify' lat='62.6354753947' lon='56.65452097263' />
+  <node id='-41291' action='modify' lat='61.04939559167' lon='56.58967170644' />
+  <node id='-41293' action='modify' lat='61.0248704434' lon='59.21528781809' />
+  <node id='-41295' action='modify' lat='62.61218663684' lon='59.28013708427' />
+  <node id='-41297' action='modify' lat='61.44753669903' lon='58.30691062399' />
+  <node id='-41299' action='modify' lat='61.98327749942' lon='58.48927220558' />
+  <node id='-41301' action='modify' lat='62.29009964277' lon='57.67472380782' />
+  <node id='-41303' action='modify' lat='61.73672633348' lon='57.24921345077' />
+  <node id='-41305' action='modify' lat='63.44451923116' lon='80.06408499289' />
+  <node id='-41307' action='modify' lat='63.44451923116' lon='84.89214877969' />
+  <node id='-41309' action='modify' lat='60.68770458514' lon='84.75518243113' />
+  <node id='-41311' action='modify' lat='60.70446385733' lon='80.23529292859' />
+  <node id='-41313' action='modify' lat='61.05439615788' lon='82.42675450558' />
+  <node id='-41315' action='modify' lat='64.7031127106' lon='78.37184436684' />
+  <node id='-41317' action='modify' lat='64.7297033332' lon='86.0296645242' />
+  <node id='-41319' action='modify' lat='59.55088171421' lon='85.90514712327' />
+  <node id='-41321' action='modify' lat='59.80234571004' lon='78.24732696591' />
+  <node id='-41323' action='modify' lat='30.5069665394' lon='-159.6529321522' />
+  <node id='-41325' action='modify' lat='31.12408873264' lon='-157.59231290424' />
+  <node id='-41327' action='modify' lat='31.08789736765' lon='-159.95938321984' />
+  <node id='-41329' action='modify' lat='32.55467831799' lon='-160.38590042324' />
+  <node id='-41331' action='modify' lat='32.52705299754' lon='-157.31644947604' />
+  <node id='-41333' action='modify' lat='31.72823582899' lon='-159.71633582136' />
+  <node id='-41335' action='modify' lat='32.10496210195' lon='-158.77584806204' />
+  <node id='-41337' action='modify' lat='29.34973163531' lon='-157.35600670835' />
+  <node id='-41339' action='modify' lat='29.37829135706' lon='-160.42545765554' />
+  <node id='-41341' action='modify' lat='30.22432059422' lon='-157.95160036285' />
+  <node id='-41343' action='modify' lat='31.68328483413' lon='-157.88819669368' />
+  <node id='-41345' action='modify' lat='31.01547327974' lon='-158.74414622745' />
+  <node id='-41347' action='modify' lat='30.11469030137' lon='-158.91322267857' />
+  <node id='-41349' action='modify' lat='45.06131044458' lon='-177.60152284264'>
+    <tag k='name' v='09 : Geometry problem cases not yet handled' />
+    <tag k='place' v='city' />
+  </node>
+  <node id='-41351' action='modify' lat='65.59346391621' lon='56.42131979695'>
+    <tag k='name' v='17 - two equal innner rings formed by different ways' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-41353' action='modify' lat='65.65533209253' lon='64.90164974619'>
+    <tag k='name' v='18 - inner ways intersect at shared nodes' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-41355' action='modify' lat='65.6788621611' lon='78.3788071066'>
+    <tag k='name' v='19 - inner ways intersect at shared nodes' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-41357' action='modify' lat='55.43587277922' lon='-107.4517281217' />
+  <node id='-41359' action='modify' lat='55.48521997784' lon='-104.14435388843' />
+  <node id='-41361' action='modify' lat='54.10554202053' lon='-101.79437745954' />
+  <node id='-41363' action='modify' lat='52.49329987529' lon='-101.62030513147' />
+  <node id='-41365' action='modify' lat='50.73715155578' lon='-103.88324539633' />
+  <node id='-41367' action='modify' lat='50.34997937786' lon='-108.27857168001' />
+  <node id='-41369' action='modify' lat='52.06731506858' lon='-109.62763222253' />
+  <node id='-41371' action='modify' lat='54.66306772538' lon='-109.54059605849' />
+  <node id='-41373' action='modify' lat='54.08001977985' lon='-107.62580044976' />
+  <node id='-41375' action='modify' lat='52.54626028532' lon='-108.235053598' />
+  <node id='-41377' action='modify' lat='51.55612819004' lon='-107.10358346556' />
+  <node id='-41379' action='modify' lat='51.7989921404' lon='-104.53601662658' />
+  <node id='-41381' action='modify' lat='52.83640249846' lon='-104.40546238053' />
+  <node id='-41383' action='modify' lat='52.54626028532' lon='-105.53693251296' />
+  <node id='-41385' action='modify' lat='52.78379273775' lon='-107.06006538355' />
+  <node id='-41387' action='modify' lat='53.90092414033' lon='-106.27673990725' />
+  <node id='-41389' action='modify' lat='53.92655640164' lon='-105.01471552877' />
+  <node id='-41391' action='modify' lat='54.68823007245' lon='-105.01471552877' />
+  <node id='-41393' action='modify' lat='65.73064455582' lon='89.16499511719'>
+    <tag k='name' v='20 - ring from multiple ways self intersects' />
+    <tag k='natural' v='peak' />
+  </node>
+  <node id='-41395' action='modify' lat='64.69912422304' lon='94.30659667969' />
+  <node id='-41397' action='modify' lat='64.6803367282' lon='89.51655761719' />
+  <node id='-41399' action='modify' lat='62.59336105827' lon='93.03218261719' />
+  <node id='-41401' action='modify' lat='62.247486741' lon='89.56050292969' />
+  <node id='-41403' action='modify' lat='60.60856332781' lon='90.26362792969' />
+  <node id='-41405' action='modify' lat='60.75918096875' lon='95.49312011719' />
+  <node id='-41407' action='modify' lat='62.81503887115' lon='89.91206542969' />
+  <node id='-41409' action='modify' lat='62.39866575469' lon='91.07301428051' />
+  <node id='-41411' action='modify' lat='63.48108778418' lon='91.56821703038' />
+  <way id='-41413' action='modify'>
+    <nd ref='-39133' />
+    <nd ref='-39131' />
+    <nd ref='-39129' />
+    <nd ref='-39127' />
+    <nd ref='-39133' />
+  </way>
+  <way id='-41415' action='modify'>
+    <nd ref='-39141' />
+    <nd ref='-39139' />
+    <nd ref='-39137' />
+    <nd ref='-39135' />
+    <nd ref='-39141' />
+  </way>
+  <way id='-41417' action='modify'>
+    <nd ref='-39149' />
+    <nd ref='-39125' />
+    <nd ref='-39147' />
+    <nd ref='-39145' />
+    <nd ref='-39143' />
+    <nd ref='-39149' />
+  </way>
+  <way id='-41419' action='modify'>
+    <nd ref='-39169' />
+    <nd ref='-39165' />
+    <nd ref='-39163' />
+    <nd ref='-39161' />
+    <nd ref='-39159' />
+    <nd ref='-39157' />
+    <nd ref='-39155' />
+    <nd ref='-39177' />
+    <nd ref='-39175' />
+    <nd ref='-39153' />
+    <nd ref='-39151' />
+    <nd ref='-39171' />
+    <nd ref='-39169' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41421' action='modify'>
+    <nd ref='-39185' />
+    <nd ref='-39183' />
+    <nd ref='-39181' />
+    <nd ref='-39179' />
+    <nd ref='-39177' />
+    <nd ref='-39175' />
+    <nd ref='-39173' />
+    <nd ref='-39171' />
+    <nd ref='-39169' />
+    <nd ref='-39167' />
+    <nd ref='-39185' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41423' action='modify'>
+    <nd ref='-39191' />
+    <nd ref='-39189' />
+    <nd ref='-39187' />
+    <nd ref='-39193' />
+    <nd ref='-39191' />
+    <tag k='natural' v='beach' />
+  </way>
+  <way id='-41425' action='modify'>
+    <nd ref='-39201' />
+    <nd ref='-39199' />
+    <nd ref='-39197' />
+    <nd ref='-39195' />
+    <nd ref='-39193' />
+    <nd ref='-39191' />
+    <nd ref='-39201' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41427' action='modify'>
+    <nd ref='-39217' />
+    <nd ref='-39215' />
+    <nd ref='-39213' />
+    <nd ref='-39211' />
+    <nd ref='-39209' />
+    <nd ref='-39207' />
+    <nd ref='-39205' />
+    <nd ref='-39203' />
+    <nd ref='-39217' />
+  </way>
+  <way id='-41429' action='modify'>
+    <nd ref='-40377' />
+    <nd ref='-40477' />
+    <tag k='name' v='way #9' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41431' action='modify'>
+    <nd ref='-40023' />
+    <nd ref='-40025' />
+    <nd ref='-40019' />
+    <nd ref='-40023' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #11' />
+  </way>
+  <way id='-41433' action='modify'>
+    <nd ref='-40057' />
+    <nd ref='-40055' />
+    <nd ref='-40053' />
+    <nd ref='-40051' />
+    <nd ref='-40057' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41435' action='modify'>
+    <nd ref='-39955' />
+    <nd ref='-39961' />
+    <nd ref='-39959' />
+    <nd ref='-39949' />
+    <nd ref='-39955' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41437' action='modify'>
+    <nd ref='-40443' />
+    <nd ref='-40309' />
+    <nd ref='-40405' />
+    <nd ref='-40501' />
+    <nd ref='-40443' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41439' action='modify'>
+    <nd ref='-40499' />
+    <nd ref='-40307' />
+    <nd ref='-40295' />
+    <nd ref='-40419' />
+    <nd ref='-40509' />
+    <nd ref='-40499' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41441' action='modify'>
+    <nd ref='-40099' />
+    <nd ref='-40105' />
+    <nd ref='-40103' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #6' />
+  </way>
+  <way id='-41443' action='modify'>
+    <nd ref='-40661' />
+    <nd ref='-40679' />
+    <nd ref='-40659' />
+    <nd ref='-40663' />
+    <nd ref='-40671' />
+    <nd ref='-40661' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #4' />
+  </way>
+  <way id='-41445' action='modify'>
+    <nd ref='-40535' />
+    <nd ref='-40537' />
+    <nd ref='-40257' />
+    <nd ref='-40255' />
+    <nd ref='-40535' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41447' action='modify'>
+    <nd ref='-39917' />
+    <nd ref='-39671' />
+    <nd ref='-39969' />
+    <nd ref='-39977' />
+    <nd ref='-39809' />
+    <nd ref='-39917' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41449' action='modify'>
+    <nd ref='-39775' />
+    <nd ref='-39753' />
+    <nd ref='-39873' />
+    <tag k='name' v='way #6' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41451' action='modify'>
+    <nd ref='-40013' />
+    <nd ref='-40015' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #10' />
+  </way>
+  <way id='-41453' action='modify'>
+    <nd ref='-40575' />
+    <nd ref='-40577' />
+    <nd ref='-40571' />
+    <nd ref='-40573' />
+    <nd ref='-40575' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #20' />
+  </way>
+  <way id='-41455' action='modify'>
+    <nd ref='-40707' />
+    <nd ref='-40705' />
+    <nd ref='-40703' />
+    <nd ref='-40699' />
+    <nd ref='-40707' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41457' action='modify'>
+    <nd ref='-39877' />
+    <nd ref='-39669' />
+    <nd ref='-39795' />
+    <nd ref='-39927' />
+    <nd ref='-39973' />
+    <nd ref='-39877' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41459' action='modify'>
+    <nd ref='-40191' />
+    <nd ref='-40241' />
+    <nd ref='-40199' />
+    <nd ref='-40193' />
+    <nd ref='-40189' />
+    <nd ref='-40191' />
+    <tag k='name' v='way #1' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41461' action='modify'>
+    <nd ref='-40701' />
+    <nd ref='-40693' />
+    <nd ref='-40691' />
+    <nd ref='-40697' />
+    <nd ref='-40695' />
+    <nd ref='-40701' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41463' action='modify'>
+    <nd ref='-40665' />
+    <nd ref='-40651' />
+    <nd ref='-40653' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41465' action='modify'>
+    <nd ref='-40259' />
+    <nd ref='-40265' />
+    <nd ref='-40275' />
+    <nd ref='-40243' />
+    <nd ref='-40277' />
+    <nd ref='-40259' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41467' action='modify'>
+    <nd ref='-39997' />
+    <nd ref='-40007' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #19' />
+  </way>
+  <way id='-41469' action='modify'>
+    <nd ref='-40041' />
+    <nd ref='-40039' />
+    <nd ref='-40037' />
+    <nd ref='-40035' />
+    <nd ref='-40041' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41471' action='modify'>
+    <nd ref='-40351' />
+    <nd ref='-40425' />
+    <tag k='name' v='way #15' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41473' action='modify'>
+    <nd ref='-40385' />
+    <nd ref='-40297' />
+    <nd ref='-40441' />
+    <nd ref='-40479' />
+    <nd ref='-40385' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41475' action='modify'>
+    <nd ref='-39981' />
+    <nd ref='-39819' />
+    <tag k='name' v='way #16' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41477' action='modify'>
+    <nd ref='-39755' />
+    <nd ref='-39865' />
+    <nd ref='-39853' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #4' />
+  </way>
+  <way id='-41479' action='modify'>
+    <nd ref='-40153' />
+    <nd ref='-40147' />
+    <nd ref='-40149' />
+    <nd ref='-40143' />
+    <nd ref='-40145' />
+    <nd ref='-40153' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41481' action='modify'>
+    <nd ref='-40641' />
+    <nd ref='-40625' />
+    <nd ref='-40623' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41483' action='modify'>
+    <nd ref='-40425' />
+    <nd ref='-40475' />
+    <tag k='name' v='way #14' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41485' action='modify'>
+    <nd ref='-39931' />
+    <nd ref='-39937' />
+    <nd ref='-39935' />
+    <nd ref='-39957' />
+    <nd ref='-39931' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41487' action='modify'>
+    <nd ref='-40403' />
+    <nd ref='-40415' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41489' action='modify'>
+    <nd ref='-40685' />
+    <nd ref='-40683' />
+    <nd ref='-40689' />
+    <nd ref='-40687' />
+    <nd ref='-40677' />
+    <nd ref='-40685' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41491' action='modify'>
+    <nd ref='-40283' />
+    <nd ref='-40329' />
+    <nd ref='-40505' />
+    <nd ref='-40299' />
+    <nd ref='-40427' />
+    <nd ref='-40283' />
+    <tag k='name' v='way #5' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41493' action='modify'>
+    <nd ref='-39779' />
+    <nd ref='-39823' />
+    <nd ref='-39907' />
+    <nd ref='-39831' />
+    <nd ref='-39759' />
+    <nd ref='-39779' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41495' action='modify'>
+    <nd ref='-40337' />
+    <nd ref='-40375' />
+    <nd ref='-40495' />
+    <tag k='name' v='way #6' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41497' action='modify'>
+    <nd ref='-40733' />
+    <nd ref='-40731' />
+    <nd ref='-40729' />
+    <nd ref='-40727' />
+    <nd ref='-40733' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41499' action='modify'>
+    <nd ref='-40005' />
+    <nd ref='-40003' />
+    <nd ref='-40009' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #17' />
+  </way>
+  <way id='-41501' action='modify'>
+    <nd ref='-39837' />
+    <nd ref='-39915' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41503' action='modify'>
+    <nd ref='-40481' />
+    <nd ref='-40387' />
+    <tag k='name' v='way #16' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41505' action='modify'>
+    <nd ref='-40215' />
+    <nd ref='-40197' />
+    <nd ref='-40205' />
+    <nd ref='-40195' />
+    <nd ref='-40215' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41507' action='modify'>
+    <nd ref='-40361' />
+    <nd ref='-40421' />
+    <tag k='name' v='way #18' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41509' action='modify'>
+    <nd ref='-39709' />
+    <nd ref='-39707' />
+    <nd ref='-39721' />
+    <nd ref='-39719' />
+    <nd ref='-39709' />
+    <tag k='name' v='way #4' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41511' action='modify'>
+    <nd ref='-40589' />
+    <nd ref='-40599' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #19' />
+  </way>
+  <way id='-41513' action='modify'>
+    <nd ref='-39613' />
+    <nd ref='-39619' />
+    <nd ref='-39623' />
+    <nd ref='-39611' />
+    <nd ref='-39613' />
+    <tag k='name' v='way #4' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41515' action='modify'>
+    <nd ref='-39919' />
+    <nd ref='-39991' />
+    <nd ref='-39871' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41517' action='modify'>
+    <nd ref='-39853' />
+    <nd ref='-39837' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41519' action='modify'>
+    <nd ref='-40373' />
+    <nd ref='-40449' />
+    <nd ref='-40345' />
+    <nd ref='-40367' />
+    <nd ref='-40373' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41521' action='modify'>
+    <nd ref='-39793' />
+    <nd ref='-39757' />
+    <nd ref='-39781' />
+    <nd ref='-39659' />
+    <nd ref='-39855' />
+    <nd ref='-39793' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #4' />
+  </way>
+  <way id='-41523' action='modify'>
+    <nd ref='-39985' />
+    <nd ref='-39967' />
+    <tag k='name' v='way #10' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41525' action='modify'>
+    <nd ref='-40639' />
+    <nd ref='-40641' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41527' action='modify'>
+    <nd ref='-40109' />
+    <nd ref='-40107' />
+    <nd ref='-40113' />
+    <nd ref='-40111' />
+    <nd ref='-40117' />
+    <nd ref='-40109' />
+    <tag k='name' v='way #5' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41529' action='modify'>
+    <nd ref='-40017' />
+    <nd ref='-40011' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #8' />
+  </way>
+  <way id='-41531' action='modify'>
+    <nd ref='-40511' />
+    <nd ref='-40487' />
+    <nd ref='-40447' />
+    <nd ref='-40325' />
+    <nd ref='-40511' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41533' action='modify'>
+    <nd ref='-40547' />
+    <nd ref='-40553' />
+    <nd ref='-40551' />
+    <nd ref='-40523' />
+    <nd ref='-40547' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41535' action='modify'>
+    <nd ref='-39695' />
+    <nd ref='-39697' />
+    <nd ref='-39693' />
+    <nd ref='-39703' />
+    <nd ref='-39705' />
+    <nd ref='-39699' />
+    <nd ref='-39701' />
+    <nd ref='-39679' />
+    <nd ref='-39681' />
+    <nd ref='-39675' />
+    <nd ref='-39677' />
+    <nd ref='-39695' />
+  </way>
+  <way id='-41537' action='modify'>
+    <nd ref='-40623' />
+    <nd ref='-40621' />
+    <nd ref='-40637' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #4' />
+  </way>
+  <way id='-41539' action='modify'>
+    <nd ref='-40423' />
+    <nd ref='-40395' />
+    <nd ref='-40457' />
+    <nd ref='-40409' />
+    <nd ref='-40473' />
+    <nd ref='-40423' />
+    <tag k='name' v='way #1' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41541' action='modify'>
+    <nd ref='-40717' />
+    <nd ref='-40715' />
+    <nd ref='-40713' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41543' action='modify'>
+    <nd ref='-39915' />
+    <nd ref='-39815' />
+    <nd ref='-39755' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41545' action='modify'>
+    <nd ref='-39799' />
+    <nd ref='-39971' />
+    <nd ref='-39993' />
+    <nd ref='-39869' />
+    <nd ref='-39787' />
+    <nd ref='-39799' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41547' action='modify'>
+    <nd ref='-40673' />
+    <nd ref='-40667' />
+    <nd ref='-40681' />
+    <nd ref='-40675' />
+    <nd ref='-40669' />
+    <nd ref='-40673' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41549' action='modify'>
+    <nd ref='-40609' />
+    <nd ref='-40607' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #7' />
+  </way>
+  <way id='-41551' action='modify'>
+    <nd ref='-39925' />
+    <nd ref='-39983' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #14' />
+  </way>
+  <way id='-41553' action='modify'>
+    <nd ref='-39531' />
+    <nd ref='-39537' />
+    <nd ref='-39525' />
+    <nd ref='-39535' />
+    <nd ref='-39529' />
+    <nd ref='-39523' />
+    <nd ref='-39517' />
+    <nd ref='-39527' />
+    <nd ref='-39521' />
+  </way>
+  <way id='-41555' action='modify'>
+    <nd ref='-40713' />
+    <nd ref='-40711' />
+    <nd ref='-40709' />
+    <nd ref='-40717' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41557' action='modify'>
+    <nd ref='-40565' />
+    <nd ref='-40563' />
+    <nd ref='-40569' />
+    <nd ref='-40567' />
+    <nd ref='-40565' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41559' action='modify'>
+    <nd ref='-40061' />
+    <nd ref='-40081' />
+    <nd ref='-40059' />
+    <nd ref='-40063' />
+    <nd ref='-40089' />
+    <nd ref='-40061' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #4' />
+  </way>
+  <way id='-41561' action='modify'>
+    <nd ref='-39277' />
+    <nd ref='-39275' />
+    <nd ref='-39281' />
+    <nd ref='-39229' />
+    <nd ref='-39299' />
+    <nd ref='-39277' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41563' action='modify'>
+    <nd ref='-40011' />
+    <nd ref='-40013' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #9' />
+  </way>
+  <way id='-41565' action='modify'>
+    <nd ref='-40209' />
+    <nd ref='-40201' />
+    <nd ref='-40217' />
+    <nd ref='-40239' />
+    <nd ref='-40187' />
+    <nd ref='-40209' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41567' action='modify'>
+    <nd ref='-40387' />
+    <nd ref='-40361' />
+    <tag k='name' v='way #19' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41569' action='modify'>
+    <nd ref='-40459' />
+    <nd ref='-40377' />
+    <tag k='name' v='way #8' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41571' action='modify'>
+    <nd ref='-40665' />
+    <nd ref='-40657' />
+    <nd ref='-40655' />
+    <nd ref='-40653' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41573' action='modify'>
+    <nd ref='-40627' />
+    <nd ref='-40619' />
+    <nd ref='-40633' />
+    <nd ref='-40631' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #5' />
+  </way>
+  <way id='-41575' action='modify'>
+    <nd ref='-39833' />
+    <nd ref='-39797' />
+    <nd ref='-39807' />
+    <nd ref='-39979' />
+    <nd ref='-39833' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41577' action='modify'>
+    <nd ref='-39589' />
+    <nd ref='-39587' />
+    <nd ref='-39585' />
+    <nd ref='-39583' />
+    <nd ref='-39581' />
+    <nd ref='-39579' />
+    <nd ref='-39575' />
+  </way>
+  <way id='-41579' action='modify'>
+    <nd ref='-40229' />
+    <nd ref='-40227' />
+    <nd ref='-40233' />
+    <nd ref='-40231' />
+    <nd ref='-40221' />
+    <nd ref='-40229' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41581' action='modify'>
+    <nd ref='-39713' />
+    <nd ref='-39655' />
+    <nd ref='-39653' />
+    <nd ref='-39633' />
+    <nd ref='-39639' />
+    <nd ref='-39713' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41583' action='modify'>
+    <nd ref='-40435' />
+    <nd ref='-40351' />
+    <tag k='name' v='way #12' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41585' action='modify'>
+    <nd ref='-40463' />
+    <nd ref='-40393' />
+    <nd ref='-40397' />
+    <nd ref='-40349' />
+    <nd ref='-40463' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41587' action='modify'>
+    <nd ref='-40121' />
+    <nd ref='-40119' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41589' action='modify'>
+    <nd ref='-40273' />
+    <nd ref='-40267' />
+    <nd ref='-40279' />
+    <nd ref='-40269' />
+    <nd ref='-40273' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41591' action='modify'>
+    <nd ref='-40475' />
+    <nd ref='-40435' />
+    <tag k='name' v='way #13' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41593' action='modify'>
+    <nd ref='-40091' />
+    <nd ref='-40097' />
+    <nd ref='-40115' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #4' />
+  </way>
+  <way id='-41595' action='modify'>
+    <nd ref='-39515' />
+    <nd ref='-39509' />
+    <nd ref='-39519' />
+    <nd ref='-39513' />
+    <nd ref='-39507' />
+    <nd ref='-39499' />
+    <nd ref='-39515' />
+  </way>
+  <way id='-41597' action='modify'>
+    <nd ref='-39733' />
+    <nd ref='-39717' />
+    <nd ref='-39725' />
+    <nd ref='-39731' />
+    <nd ref='-39735' />
+    <nd ref='-39733' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41599' action='modify'>
+    <nd ref='-40611' />
+    <nd ref='-40591' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #15' />
+  </way>
+  <way id='-41601' action='modify'>
+    <nd ref='-40471' />
+    <nd ref='-40303' />
+    <nd ref='-40431' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41603' action='modify'>
+    <nd ref='-40125' />
+    <nd ref='-40123' />
+    <nd ref='-40183' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41605' action='modify'>
+    <nd ref='-40451' />
+    <nd ref='-40323' />
+    <nd ref='-40355' />
+    <nd ref='-40451' />
+    <tag k='name' v='way #11' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41607' action='modify'>
+    <nd ref='-40245' />
+    <nd ref='-40263' />
+    <nd ref='-40261' />
+    <nd ref='-40271' />
+    <nd ref='-40281' />
+    <nd ref='-40245' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41609' action='modify'>
+    <nd ref='-39909' />
+    <nd ref='-39867' />
+    <nd ref='-39645' />
+    <nd ref='-39643' />
+    <nd ref='-39909' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41611' action='modify'>
+    <nd ref='-39651' />
+    <nd ref='-39657' />
+    <nd ref='-39637' />
+    <nd ref='-39711' />
+    <nd ref='-39635' />
+    <nd ref='-39651' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41613' action='modify'>
+    <nd ref='-39347' />
+    <nd ref='-39341' />
+    <nd ref='-39361' />
+    <nd ref='-39349' />
+    <nd ref='-39357' />
+    <nd ref='-39327' />
+    <nd ref='-39243' />
+    <nd ref='-39353' />
+    <nd ref='-39347' />
+  </way>
+  <way id='-41615' action='modify'>
+    <nd ref='-40519' />
+    <nd ref='-40459' />
+    <tag k='name' v='way #7' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41617' action='modify'>
+    <nd ref='-39307' />
+    <nd ref='-39291' />
+    <nd ref='-39305' />
+    <nd ref='-39289' />
+    <nd ref='-39307' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41619' action='modify'>
+    <nd ref='-40161' />
+    <nd ref='-40159' />
+    <nd ref='-40157' />
+    <nd ref='-40155' />
+    <nd ref='-40075' />
+    <nd ref='-40161' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41621' action='modify'>
+    <nd ref='-39337' />
+    <nd ref='-39333' />
+    <nd ref='-39297' />
+    <nd ref='-39335' />
+    <nd ref='-39331' />
+    <nd ref='-39317' />
+    <nd ref='-39319' />
+    <nd ref='-39323' />
+    <nd ref='-39337' />
+  </way>
+  <way id='-41623' action='modify'>
+    <nd ref='-39861' />
+    <nd ref='-39929' />
+    <tag k='name' v='way #18' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41625' action='modify'>
+    <nd ref='-40583' />
+    <nd ref='-40585' />
+    <nd ref='-40579' />
+    <nd ref='-40581' />
+    <nd ref='-40583' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41627' action='modify'>
+    <nd ref='-40561' />
+    <nd ref='-40557' />
+    <nd ref='-40555' />
+    <nd ref='-40559' />
+    <nd ref='-40561' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41629' action='modify'>
+    <nd ref='-39577' />
+    <nd ref='-39571' />
+    <nd ref='-39573' />
+    <nd ref='-39569' />
+    <nd ref='-39563' />
+    <nd ref='-39565' />
+  </way>
+  <way id='-41631' action='modify'>
+    <nd ref='-40599' />
+    <nd ref='-40601' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #18' />
+  </way>
+  <way id='-41633' action='modify'>
+    <nd ref='-39275' />
+    <nd ref='-39281' />
+    <nd ref='-39261' />
+    <nd ref='-39303' />
+    <nd ref='-39273' />
+    <nd ref='-39275' />
+    <tag k='landuse' v='quarry' />
+  </way>
+  <way id='-41635' action='modify'>
+    <nd ref='-39805' />
+    <nd ref='-39851' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #12' />
+  </way>
+  <way id='-41637' action='modify'>
+    <nd ref='-40607' />
+    <nd ref='-40605' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #8' />
+  </way>
+  <way id='-41639' action='modify'>
+    <nd ref='-39791' />
+    <nd ref='-39769' />
+    <nd ref='-39879' />
+    <nd ref='-39661' />
+    <nd ref='-39813' />
+    <nd ref='-39791' />
+    <tag k='name' v='way #5' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41641' action='modify'>
+    <nd ref='-39269' />
+    <nd ref='-39287' />
+    <nd ref='-39343' />
+    <nd ref='-39345' />
+    <nd ref='-39309' />
+    <nd ref='-39269' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41643' action='modify'>
+    <nd ref='-40515' />
+    <nd ref='-40331' />
+    <nd ref='-40465' />
+    <nd ref='-40407' />
+    <nd ref='-40515' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41645' action='modify'>
+    <nd ref='-40481' />
+    <nd ref='-40399' />
+    <nd ref='-40421' />
+    <tag k='name' v='way #17' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41647' action='modify'>
+    <nd ref='-40597' />
+    <nd ref='-40589' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #16' />
+  </way>
+  <way id='-41649' action='modify'>
+    <nd ref='-40219' />
+    <nd ref='-40225' />
+    <nd ref='-40223' />
+    <nd ref='-40151' />
+    <nd ref='-40219' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41651' action='modify'>
+    <nd ref='-39227' />
+    <nd ref='-39249' />
+    <nd ref='-39247' />
+    <nd ref='-39253' />
+    <nd ref='-39251' />
+    <nd ref='-39237' />
+    <nd ref='-39235' />
+    <nd ref='-39241' />
+    <nd ref='-39239' />
+    <nd ref='-39233' />
+    <nd ref='-39231' />
+    <nd ref='-39227' />
+    <tag k='landuse' v='quarry' />
+  </way>
+  <way id='-41653' action='modify'>
+    <nd ref='-39615' />
+    <nd ref='-39727' />
+    <nd ref='-39621' />
+    <nd ref='-39729' />
+    <nd ref='-39615' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41655' action='modify'>
+    <nd ref='-40285' />
+    <nd ref='-40317' />
+    <nd ref='-40339' />
+    <nd ref='-40301' />
+    <nd ref='-40347' />
+    <nd ref='-40285' />
+    <tag k='name' v='way #4' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41657' action='modify'>
+    <nd ref='-39871' />
+    <nd ref='-39881' />
+    <nd ref='-39739' />
+    <nd ref='-39919' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41659' action='modify'>
+    <nd ref='-39277' />
+    <nd ref='-39285' />
+    <nd ref='-39301' />
+    <nd ref='-39261' />
+    <nd ref='-39299' />
+    <nd ref='-39277' />
+    <tag k='landuse' v='quarry' />
+  </way>
+  <way id='-41661' action='modify'>
+    <nd ref='-40327' />
+    <nd ref='-40389' />
+    <nd ref='-40321' />
+    <nd ref='-40311' />
+    <nd ref='-40327' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41663' action='modify'>
+    <nd ref='-39259' />
+    <nd ref='-39265' />
+    <nd ref='-39263' />
+    <nd ref='-39257' />
+    <nd ref='-39259' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41665' action='modify'>
+    <nd ref='-40021' />
+    <nd ref='-39999' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #15' />
+  </way>
+  <way id='-41667' action='modify'>
+    <nd ref='-40411' />
+    <nd ref='-40483' />
+    <nd ref='-40497' />
+    <tag k='name' v='way #1' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41669' action='modify'>
+    <nd ref='-40171' />
+    <nd ref='-40169' />
+    <nd ref='-40167' />
+    <nd ref='-40165' />
+    <nd ref='-40163' />
+    <nd ref='-40171' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41671' action='modify'>
+    <nd ref='-40291' />
+    <nd ref='-40507' />
+    <nd ref='-40485' />
+    <nd ref='-40491' />
+    <nd ref='-40287' />
+    <nd ref='-40291' />
+    <tag k='name' v='way #1' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41673' action='modify'>
+    <nd ref='-40495' />
+    <nd ref='-40453' />
+    <nd ref='-40333' />
+    <nd ref='-40337' />
+    <tag k='name' v='way #5' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41675' action='modify'>
+    <nd ref='-40597' />
+    <nd ref='-40595' />
+    <nd ref='-40601' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #17' />
+  </way>
+  <way id='-41677' action='modify'>
+    <nd ref='-40115' />
+    <nd ref='-40121' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41679' action='modify'>
+    <nd ref='-39819' />
+    <nd ref='-39861' />
+    <tag k='name' v='way #19' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41681' action='modify'>
+    <nd ref='-40139' />
+    <nd ref='-40141' />
+    <nd ref='-40137' />
+    <nd ref='-40135' />
+    <nd ref='-40139' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41683' action='modify'>
+    <nd ref='-39369' />
+    <nd ref='-39351' />
+    <nd ref='-39359' />
+    <nd ref='-39339' />
+    <nd ref='-39329' />
+    <nd ref='-39355' />
+    <nd ref='-39369' />
+  </way>
+  <way id='-41685' action='modify'>
+    <nd ref='-39859' />
+    <nd ref='-39785' />
+    <nd ref='-39803' />
+    <nd ref='-39743' />
+    <nd ref='-39859' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #20' />
+  </way>
+  <way id='-41687' action='modify'>
+    <nd ref='-39921' />
+    <nd ref='-39847' />
+    <nd ref='-39777' />
+    <nd ref='-39801' />
+    <nd ref='-39895' />
+    <nd ref='-39921' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41689' action='modify'>
+    <nd ref='-40541' />
+    <nd ref='-40539' />
+    <nd ref='-40545' />
+    <nd ref='-40543' />
+    <nd ref='-40549' />
+    <nd ref='-40541' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41691' action='modify'>
+    <nd ref='-39373' />
+    <nd ref='-39371' />
+    <nd ref='-39377' />
+    <nd ref='-39375' />
+    <nd ref='-39365' />
+    <nd ref='-39363' />
+    <nd ref='-39373' />
+  </way>
+  <way id='-41693' action='modify'>
+    <nd ref='-39941' />
+    <nd ref='-39939' />
+    <nd ref='-39945' />
+    <nd ref='-39943' />
+    <nd ref='-39933' />
+    <nd ref='-39941' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41695' action='modify'>
+    <nd ref='-39449' />
+    <nd ref='-39455' />
+    <nd ref='-39461' />
+  </way>
+  <way id='-41697' action='modify'>
+    <nd ref='-39975' />
+    <nd ref='-39987' />
+    <nd ref='-39887' />
+    <nd ref='-39765' />
+    <nd ref='-39975' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41699' action='modify'>
+    <nd ref='-40525' />
+    <nd ref='-40527' />
+    <nd ref='-40529' />
+    <nd ref='-40531' />
+    <nd ref='-40525' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41701' action='modify'>
+    <nd ref='-39995' />
+    <nd ref='-40021' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #12' />
+  </way>
+  <way id='-41703' action='modify'>
+    <nd ref='-39981' />
+    <nd ref='-39849' />
+    <nd ref='-39929' />
+    <tag k='name' v='way #17' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41705' action='modify'>
+    <nd ref='-40587' />
+    <nd ref='-40611' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #12' />
+  </way>
+  <way id='-41707' action='modify'>
+    <nd ref='-39551' />
+    <nd ref='-39541' />
+    <nd ref='-39539' />
+    <nd ref='-39545' />
+    <tag k='railway' v='rail' />
+  </way>
+  <way id='-41709' action='modify'>
+    <nd ref='-39545' />
+    <nd ref='-39543' />
+    <nd ref='-39551' />
+    <tag k='highway' v='track' />
+    <tag k='tracktype' v='grade1' />
+  </way>
+  <way id='-41711' action='modify'>
+    <nd ref='-39913' />
+    <nd ref='-39899' />
+    <nd ref='-39965' />
+    <nd ref='-39817' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41713' action='modify'>
+    <nd ref='-39271' />
+    <nd ref='-39283' />
+    <nd ref='-39267' />
+    <nd ref='-39293' />
+    <nd ref='-39279' />
+    <nd ref='-39271' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41715' action='modify'>
+    <nd ref='-39747' />
+    <nd ref='-39889' />
+    <nd ref='-39783' />
+    <nd ref='-39745' />
+    <nd ref='-39747' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41717' action='modify'>
+    <nd ref='-40415' />
+    <nd ref='-40433' />
+    <nd ref='-40315' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41719' action='modify'>
+    <nd ref='-40133' />
+    <nd ref='-40131' />
+    <nd ref='-40129' />
+    <nd ref='-40127' />
+    <nd ref='-40133' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41721' action='modify'>
+    <nd ref='-39319' />
+    <nd ref='-39323' />
+    <nd ref='-39321' />
+    <nd ref='-39295' />
+    <nd ref='-39325' />
+    <nd ref='-39315' />
+    <nd ref='-39319' />
+  </way>
+  <way id='-41723' action='modify'>
+    <nd ref='-40637' />
+    <nd ref='-40639' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41725' action='modify'>
+    <nd ref='-40181' />
+    <nd ref='-40175' />
+    <nd ref='-40177' />
+    <nd ref='-40173' />
+    <nd ref='-40181' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41727' action='modify'>
+    <nd ref='-40489' />
+    <nd ref='-40445' />
+    <nd ref='-40305' />
+    <nd ref='-40371' />
+    <nd ref='-40489' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41729' action='modify'>
+    <nd ref='-39389' />
+    <nd ref='-39387' />
+    <nd ref='-39393' />
+    <nd ref='-39391' />
+    <nd ref='-39381' />
+    <nd ref='-39379' />
+    <nd ref='-39385' />
+    <nd ref='-39383' />
+    <nd ref='-39389' />
+  </way>
+  <way id='-41731' action='modify'>
+    <nd ref='-40001' />
+    <nd ref='-39995' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #13' />
+  </way>
+  <way id='-41733' action='modify'>
+    <nd ref='-40631' />
+    <nd ref='-40629' />
+    <nd ref='-40627' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #6' />
+  </way>
+  <way id='-41735' action='modify'>
+    <nd ref='-40087' />
+    <nd ref='-40085' />
+    <nd ref='-40079' />
+    <nd ref='-40077' />
+    <nd ref='-40083' />
+    <nd ref='-40087' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41737' action='modify'>
+    <nd ref='-39431' />
+    <nd ref='-39423' />
+    <nd ref='-39417' />
+    <nd ref='-39413' />
+    <nd ref='-39397' />
+    <nd ref='-39415' />
+    <nd ref='-39427' />
+    <nd ref='-39409' />
+    <nd ref='-39407' />
+    <nd ref='-39431' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41739' action='modify'>
+    <nd ref='-40359' />
+    <nd ref='-40343' />
+    <nd ref='-40437' />
+    <nd ref='-40369' />
+    <nd ref='-40359' />
+    <tag k='name' v='way #20' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41741' action='modify'>
+    <nd ref='-39905' />
+    <nd ref='-39825' />
+    <nd ref='-39843' />
+    <nd ref='-39857' />
+    <nd ref='-39905' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41743' action='modify'>
+    <nd ref='-40603' />
+    <nd ref='-40609' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #10' />
+  </way>
+  <way id='-41745' action='modify'>
+    <nd ref='-40593' />
+    <nd ref='-40587' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #13' />
+  </way>
+  <way id='-41747' action='modify'>
+    <nd ref='-39443' />
+    <nd ref='-39453' />
+    <nd ref='-39445' />
+    <nd ref='-39449' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41749' action='modify'>
+    <nd ref='-39989' />
+    <nd ref='-39885' />
+    <nd ref='-39663' />
+    <nd ref='-39749' />
+    <nd ref='-39989' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41751' action='modify'>
+    <nd ref='-39547' />
+    <nd ref='-39553' />
+    <nd ref='-39687' />
+    <nd ref='-39689' />
+    <nd ref='-39683' />
+    <nd ref='-39685' />
+    <nd ref='-39567' />
+    <tag k='highway' v='service' />
+  </way>
+  <way id='-41753' action='modify'>
+    <nd ref='-39923' />
+    <nd ref='-39845' />
+    <nd ref='-39897' />
+    <nd ref='-39839' />
+    <nd ref='-39911' />
+    <nd ref='-39923' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41755' action='modify'>
+    <nd ref='-39475' />
+    <nd ref='-39481' />
+    <nd ref='-39479' />
+    <nd ref='-39469' />
+    <nd ref='-39467' />
+    <nd ref='-39473' />
+    <nd ref='-39471' />
+    <nd ref='-39475' />
+  </way>
+  <way id='-41757' action='modify'>
+    <nd ref='-40183' />
+    <nd ref='-40185' />
+    <nd ref='-40179' />
+    <nd ref='-40125' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41759' action='modify'>
+    <nd ref='-40605' />
+    <nd ref='-40603' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #9' />
+  </way>
+  <way id='-41761' action='modify'>
+    <nd ref='-40471' />
+    <nd ref='-40461' />
+    <nd ref='-40517' />
+    <nd ref='-40431' />
+    <tag k='name' v='way #3' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41763' action='modify'>
+    <nd ref='-40049' />
+    <nd ref='-40047' />
+    <nd ref='-40045' />
+    <nd ref='-40043' />
+    <nd ref='-40049' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #20' />
+  </way>
+  <way id='-41765' action='modify'>
+    <nd ref='-39913' />
+    <nd ref='-39665' />
+    <nd ref='-39817' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41767' action='modify'>
+    <nd ref='-40249' />
+    <nd ref='-40247' />
+    <nd ref='-40237' />
+    <nd ref='-40235' />
+    <nd ref='-40249' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #4' />
+  </way>
+  <way id='-41769' action='modify'>
+    <nd ref='-39883' />
+    <nd ref='-39667' />
+    <nd ref='-39835' />
+    <nd ref='-39875' />
+    <nd ref='-39883' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41771' action='modify'>
+    <nd ref='-39447' />
+    <nd ref='-39429' />
+    <nd ref='-39459' />
+    <nd ref='-39451' />
+    <nd ref='-39439' />
+    <nd ref='-39441' />
+    <nd ref='-39463' />
+    <nd ref='-39447' />
+  </way>
+  <way id='-41773' action='modify'>
+    <nd ref='-40743' />
+    <nd ref='-40741' />
+    <nd ref='-40739' />
+    <nd ref='-40737' />
+    <nd ref='-40735' />
+    <nd ref='-40743' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41775' action='modify'>
+    <nd ref='-39901' />
+    <nd ref='-39751' />
+    <tag k='name' v='way #8' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41777' action='modify'>
+    <nd ref='-39465' />
+    <nd ref='-39457' />
+    <nd ref='-39443' />
+    <tag k='landuse' v='landfill' />
+  </way>
+  <way id='-41779' action='modify'>
+    <nd ref='-40725' />
+    <nd ref='-40723' />
+    <nd ref='-40721' />
+    <nd ref='-40719' />
+    <nd ref='-40725' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41781' action='modify'>
+    <nd ref='-39609' />
+    <nd ref='-39607' />
+    <nd ref='-39605' />
+    <nd ref='-39603' />
+    <nd ref='-39601' />
+    <nd ref='-39599' />
+    <nd ref='-39597' />
+    <nd ref='-39595' />
+    <nd ref='-39593' />
+    <nd ref='-39591' />
+    <nd ref='-39609' />
+  </way>
+  <way id='-41783' action='modify'>
+    <nd ref='-40065' />
+    <nd ref='-40073' />
+    <nd ref='-40071' />
+    <nd ref='-40069' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41785'>
+    <nd ref='-39461' />
+    <nd ref='-39435' />
+    <nd ref='-39465' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41787' action='modify'>
+    <nd ref='-39751' />
+    <nd ref='-39985' />
+    <tag k='name' v='way #9' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41789' action='modify'>
+    <nd ref='-40591' />
+    <nd ref='-40593' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #14' />
+  </way>
+  <way id='-41791' action='modify'>
+    <nd ref='-39493' />
+    <nd ref='-39491' />
+    <nd ref='-39497' />
+    <nd ref='-39495' />
+    <nd ref='-39485' />
+    <nd ref='-39483' />
+    <nd ref='-39489' />
+    <nd ref='-39487' />
+    <nd ref='-39477' />
+    <nd ref='-39493' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41793' action='modify'>
+    <nd ref='-39567' />
+    <nd ref='-39557' />
+    <nd ref='-39555' />
+    <nd ref='-39561' />
+    <nd ref='-39559' />
+    <nd ref='-39549' />
+    <nd ref='-39547' />
+    <tag k='highway' v='secondary' />
+    <tag k='name' v='highway 1' />
+    <tag k='ref' v='1' />
+  </way>
+  <way id='-41795' action='modify'>
+    <nd ref='-40005' />
+    <nd ref='-39997' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #16' />
+  </way>
+  <way id='-41797' action='modify'>
+    <nd ref='-39403' />
+    <nd ref='-39395' />
+    <nd ref='-39425' />
+    <nd ref='-39433' />
+    <nd ref='-39421' />
+    <nd ref='-39405' />
+    <nd ref='-39419' />
+    <nd ref='-39403' />
+  </way>
+  <way id='-41799' action='modify'>
+    <nd ref='-39311' />
+    <nd ref='-39221' />
+    <nd ref='-39219' />
+    <nd ref='-39225' />
+    <nd ref='-39223' />
+    <nd ref='-39311' />
+  </way>
+  <way id='-41801' action='modify'>
+    <nd ref='-40381' />
+    <nd ref='-40429' />
+    <nd ref='-40379' />
+    <nd ref='-40363' />
+    <nd ref='-40381' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41803' action='modify'>
+    <nd ref='-40467' />
+    <nd ref='-40493' />
+    <nd ref='-40253' />
+    <nd ref='-40251' />
+    <nd ref='-40467' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41805' action='modify'>
+    <nd ref='-40065' />
+    <nd ref='-40067' />
+    <nd ref='-40069' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41807' action='modify'>
+    <nd ref='-40353' />
+    <nd ref='-40403' />
+    <tag k='name' v='way #1' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41809' action='modify'>
+    <nd ref='-40417' />
+    <nd ref='-40313' />
+    <nd ref='-40521' />
+    <nd ref='-40513' />
+    <nd ref='-40439' />
+    <nd ref='-40417' />
+    <tag k='name' v='way #1' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41811' action='modify'>
+    <nd ref='-40103' />
+    <nd ref='-40095' />
+    <nd ref='-40101' />
+    <nd ref='-40099' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #5' />
+  </way>
+  <way id='-41813' action='modify'>
+    <nd ref='-40029' />
+    <nd ref='-40033' />
+    <nd ref='-40031' />
+    <nd ref='-40027' />
+    <nd ref='-40029' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41815' action='modify'>
+    <nd ref='-40497' />
+    <nd ref='-40503' />
+    <nd ref='-40365' />
+    <nd ref='-40411' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41817' action='modify'>
+    <nd ref='-40617' />
+    <nd ref='-40615' />
+    <nd ref='-40613' />
+    <nd ref='-40617' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #11' />
+  </way>
+  <way id='-41819' action='modify'>
+    <nd ref='-40341' />
+    <nd ref='-40391' />
+    <nd ref='-40469' />
+    <nd ref='-40383' />
+    <nd ref='-40319' />
+    <nd ref='-40341' />
+    <tag k='name' v='way #1' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41821' action='modify'>
+    <nd ref='-39953' />
+    <nd ref='-39951' />
+    <nd ref='-39649' />
+    <nd ref='-39647' />
+    <nd ref='-39953' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41823' action='modify'>
+    <nd ref='-40643' />
+    <nd ref='-40645' />
+    <nd ref='-40647' />
+    <nd ref='-40649' />
+    <nd ref='-40635' />
+    <nd ref='-40643' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #5' />
+  </way>
+  <way id='-41825' action='modify'>
+    <nd ref='-40315' />
+    <nd ref='-40357' />
+    <nd ref='-40353' />
+    <tag k='name' v='way #4' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41827' action='modify'>
+    <nd ref='-40761' />
+    <nd ref='-40759' />
+    <nd ref='-40757' />
+    <nd ref='-40755' />
+    <nd ref='-40753' />
+    <nd ref='-40761' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #1' />
+  </way>
+  <way id='-41829' action='modify'>
+    <nd ref='-39851' />
+    <nd ref='-39925' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #15' />
+  </way>
+  <way id='-41831' action='modify'>
+    <nd ref='-39963' />
+    <nd ref='-39773' />
+    <nd ref='-39903' />
+    <nd ref='-39841' />
+    <nd ref='-39963' />
+    <tag k='barrier' v='wall' />
+  </way>
+  <way id='-41833' action='modify'>
+    <nd ref='-39625' />
+    <nd ref='-39723' />
+    <nd ref='-39617' />
+    <nd ref='-39715' />
+    <nd ref='-39737' />
+    <nd ref='-39625' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41835' action='modify'>
+    <nd ref='-40119' />
+    <nd ref='-40093' />
+    <nd ref='-40091' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41837' action='modify'>
+    <nd ref='-40477' />
+    <nd ref='-40519' />
+    <tag k='name' v='way #10' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41839' action='modify'>
+    <nd ref='-39967' />
+    <nd ref='-39901' />
+    <tag k='name' v='way #7' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41841' action='modify'>
+    <nd ref='-40413' />
+    <nd ref='-40401' />
+    <nd ref='-40335' />
+    <nd ref='-40293' />
+    <nd ref='-40455' />
+    <nd ref='-40413' />
+    <tag k='name' v='way #1' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41843' action='modify'>
+    <nd ref='-40007' />
+    <nd ref='-40009' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #18' />
+  </way>
+  <way id='-41845' action='modify'>
+    <nd ref='-39829' />
+    <nd ref='-39811' />
+    <nd ref='-39827' />
+    <nd ref='-39741' />
+    <nd ref='-39829' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41847' action='modify'>
+    <nd ref='-39999' />
+    <nd ref='-40001' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #14' />
+  </way>
+  <way id='-41849' action='modify'>
+    <nd ref='-40015' />
+    <nd ref='-40017' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #7' />
+  </way>
+  <way id='-41851' action='modify'>
+    <nd ref='-39767' />
+    <nd ref='-39821' />
+    <nd ref='-39761' />
+    <nd ref='-39673' />
+    <nd ref='-39767' />
+    <tag k='name' v='way #2' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41853' action='modify'>
+    <nd ref='-40751' />
+    <nd ref='-40749' />
+    <nd ref='-40747' />
+    <nd ref='-40745' />
+    <nd ref='-40751' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #2' />
+  </way>
+  <way id='-41855' action='modify'>
+    <nd ref='-39631' />
+    <nd ref='-39629' />
+    <nd ref='-39641' />
+    <nd ref='-39627' />
+    <nd ref='-39631' />
+    <tag k='description' v='no warning' />
+    <tag k='name' v='way #3' />
+  </way>
+  <way id='-41857' action='modify'>
+    <nd ref='-39983' />
+    <nd ref='-39805' />
+    <tag k='landuse' v='quarry' />
+    <tag k='name' v='way #13' />
+  </way>
+  <way id='-41859' action='modify'>
+    <nd ref='-39873' />
+    <nd ref='-39893' />
+    <nd ref='-39771' />
+    <nd ref='-39775' />
+    <tag k='name' v='way #5' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41861' action='modify'>
+    <nd ref='-40213' />
+    <nd ref='-40203' />
+    <nd ref='-40207' />
+    <nd ref='-40211' />
+    <nd ref='-40213' />
+    <tag k='name' v='way #4' />
+    <tag k='natural' v='wood' />
+  </way>
+  <way id='-41863' action='modify'>
+    <nd ref='-39891' />
+    <nd ref='-39763' />
+    <nd ref='-39863' />
+    <nd ref='-39891' />
+    <tag k='name' v='way #11' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-41865'>
+    <nd ref='-40769' />
+    <nd ref='-40781' />
+    <nd ref='-40777' />
+    <nd ref='-40789' />
+    <nd ref='-40769' />
+  </way>
+  <way id='-41867'>
+    <nd ref='-40765' />
+    <nd ref='-40785' />
+    <nd ref='-40771' />
+    <nd ref='-40767' />
+    <nd ref='-40779' />
+    <nd ref='-40765' />
+  </way>
+  <way id='-41869'>
+    <nd ref='-40775' />
+    <nd ref='-40787' />
+    <nd ref='-40783' />
+    <nd ref='-40773' />
+    <nd ref='-40775' />
+  </way>
+  <way id='-41871'>
+    <nd ref='-40799' />
+    <nd ref='-40807' />
+    <nd ref='-40805' />
+    <nd ref='-40797' />
+    <nd ref='-40799' />
+  </way>
+  <way id='-41873'>
+    <nd ref='-40803' />
+    <nd ref='-40795' />
+    <nd ref='-40791' />
+    <nd ref='-40801' />
+    <nd ref='-40803' />
+  </way>
+  <way id='-41875' action='modify'>
+    <nd ref='-40809' />
+    <nd ref='-40819' />
+    <nd ref='-40811' />
+    <nd ref='-40813' />
+    <nd ref='-40815' />
+  </way>
+  <way id='-41877' action='modify'>
+    <nd ref='-40809' />
+    <nd ref='-40817' />
+    <nd ref='-40815' />
+  </way>
+  <way id='-41879' action='modify'>
+    <nd ref='-40825' />
+    <nd ref='-40827' />
+    <nd ref='-40829' />
+    <nd ref='-40825' />
+  </way>
+  <way id='-41881' action='modify'>
+    <nd ref='-40831' />
+    <nd ref='-40833' />
+    <nd ref='-40835' />
+    <nd ref='-40831' />
+  </way>
+  <way id='-41883' action='modify'>
+    <nd ref='-40843' />
+    <nd ref='-40839' />
+    <nd ref='-40847' />
+    <nd ref='-40845' />
+    <nd ref='-40837' />
+    <nd ref='-40843' />
+  </way>
+  <way id='-41885' action='modify'>
+    <nd ref='-40849' />
+    <nd ref='-40851' />
+    <nd ref='-40853' />
+    <nd ref='-40855' />
+    <nd ref='-40857' />
+    <nd ref='-40849' />
+  </way>
+  <way id='-41887' action='modify'>
+    <nd ref='-40859' />
+    <nd ref='-40861' />
+    <nd ref='-40863' />
+    <nd ref='-40865' />
+    <nd ref='-40859' />
+  </way>
+  <way id='-41889' action='modify'>
+    <nd ref='-40867' />
+    <nd ref='-40869' />
+    <nd ref='-40871' />
+    <nd ref='-40919' />
+    <nd ref='-40873' />
+    <nd ref='-40867' />
+  </way>
+  <way id='-41891' action='modify'>
+    <nd ref='-40875' />
+    <nd ref='-40877' />
+    <nd ref='-40871' />
+    <nd ref='-40873' />
+    <nd ref='-40879' />
+    <nd ref='-40875' />
+  </way>
+  <way id='-41893' action='modify'>
+    <nd ref='-40881' />
+    <nd ref='-40891' />
+    <nd ref='-40883' />
+    <nd ref='-40885' />
+    <nd ref='-40915' />
+    <nd ref='-40887' />
+  </way>
+  <way id='-41895' action='modify'>
+    <nd ref='-40881' />
+    <nd ref='-40889' />
+    <nd ref='-40917' />
+    <nd ref='-40887' />
+  </way>
+  <way id='-41897' action='modify'>
+    <nd ref='-40895' />
+    <nd ref='-40897' />
+    <nd ref='-40899' />
+    <nd ref='-40901' />
+    <nd ref='-40903' />
+    <nd ref='-40905' />
+    <nd ref='-40895' />
+  </way>
+  <way id='-41899' action='modify'>
+    <nd ref='-40907' />
+    <nd ref='-40909' />
+    <nd ref='-40911' />
+    <nd ref='-40913' />
+    <nd ref='-40907' />
+  </way>
+  <way id='-41901' action='modify'>
+    <nd ref='-40937' />
+    <nd ref='-40939' />
+    <nd ref='-40925' />
+    <nd ref='-40923' />
+    <nd ref='-40927' />
+    <nd ref='-40937' />
+  </way>
+  <way id='-41903' action='modify'>
+    <nd ref='-40929' />
+    <nd ref='-40931' />
+    <nd ref='-40925' />
+    <nd ref='-40927' />
+    <nd ref='-40933' />
+    <nd ref='-40929' />
+  </way>
+  <way id='-41905' action='modify'>
+    <nd ref='-40941' />
+    <nd ref='-40943' />
+    <nd ref='-40945' />
+    <nd ref='-40941' />
+  </way>
+  <way id='-41907' action='modify'>
+    <nd ref='-40945' />
+    <nd ref='-40947' />
+    <nd ref='-40949' />
+    <nd ref='-40951' />
+    <nd ref='-40945' />
+  </way>
+  <way id='-41909' action='modify'>
+    <nd ref='-40953' />
+    <nd ref='-40955' />
+    <nd ref='-40957' />
+    <nd ref='-40971' />
+    <nd ref='-40959' />
+    <nd ref='-40961' />
+    <nd ref='-40963' />
+    <nd ref='-40953' />
+  </way>
+  <way id='-41911' action='modify'>
+    <nd ref='-40965' />
+    <nd ref='-40963' />
+    <nd ref='-40967' />
+    <nd ref='-40961' />
+    <nd ref='-40969' />
+    <nd ref='-40957' />
+    <nd ref='-40965' />
+  </way>
+  <way id='-41913' action='modify'>
+    <nd ref='-40973' />
+    <nd ref='-40975' />
+    <nd ref='-40977' />
+    <nd ref='-40979' />
+    <nd ref='-40981' />
+    <nd ref='-40983' />
+    <nd ref='-40985' />
+    <nd ref='-40987' />
+    <nd ref='-40989' />
+    <nd ref='-40973' />
+  </way>
+  <way id='-41915' action='modify'>
+    <nd ref='-40991' />
+    <nd ref='-40993' />
+    <nd ref='-40995' />
+    <nd ref='-40997' />
+    <nd ref='-40999' />
+    <nd ref='-41001' />
+    <nd ref='-41003' />
+    <nd ref='-40991' />
+  </way>
+  <way id='-41917' action='modify'>
+    <nd ref='-40995' />
+    <nd ref='-41009' />
+    <nd ref='-40993' />
+    <nd ref='-41005' />
+    <nd ref='-41003' />
+    <nd ref='-41007' />
+    <nd ref='-40999' />
+    <nd ref='-41011' />
+    <nd ref='-40995' />
+  </way>
+  <way id='-41919' action='modify'>
+    <nd ref='-41013' />
+    <nd ref='-41015' />
+    <nd ref='-41017' />
+    <nd ref='-41019' />
+    <nd ref='-41021' />
+    <nd ref='-41035' />
+    <nd ref='-41023' />
+    <nd ref='-41025' />
+    <nd ref='-41013' />
+  </way>
+  <way id='-41921' action='modify'>
+    <nd ref='-41027' />
+    <nd ref='-41029' />
+    <nd ref='-41031' />
+    <nd ref='-41033' />
+    <nd ref='-41027' />
+  </way>
+  <way id='-41923' action='modify'>
+    <nd ref='-41035' />
+    <nd ref='-41021' />
+    <nd ref='-41037' />
+    <nd ref='-41039' />
+    <nd ref='-41041' />
+    <nd ref='-41035' />
+  </way>
+  <way id='-41925' action='modify'>
+    <nd ref='-41045' />
+    <nd ref='-41057' />
+    <nd ref='-41047' />
+    <nd ref='-41049' />
+    <nd ref='-41051' />
+    <nd ref='-41053' />
+    <nd ref='-41045' />
+  </way>
+  <way id='-41927' action='modify'>
+    <nd ref='-41055' />
+    <nd ref='-41057' />
+    <nd ref='-41059' />
+    <nd ref='-41047' />
+    <nd ref='-41055' />
+  </way>
+  <way id='-41929' action='modify'>
+    <nd ref='-41063' />
+    <nd ref='-41065' />
+    <nd ref='-41067' />
+    <nd ref='-41069' />
+    <nd ref='-41063' />
+  </way>
+  <way id='-41931' action='modify'>
+    <nd ref='-41071' />
+    <nd ref='-41073' />
+    <nd ref='-41083' />
+    <nd ref='-41075' />
+    <nd ref='-41077' />
+    <nd ref='-41081' />
+    <nd ref='-41071' />
+  </way>
+  <way id='-41933' action='modify'>
+    <nd ref='-41079' />
+    <nd ref='-41081' />
+    <nd ref='-41083' />
+    <nd ref='-41085' />
+    <nd ref='-41087' />
+    <nd ref='-41079' />
+  </way>
+  <way id='-41935' action='modify'>
+    <nd ref='-41091' />
+    <nd ref='-41093' />
+    <nd ref='-41095' />
+    <nd ref='-41097' />
+    <nd ref='-41091' />
+  </way>
+  <way id='-41937' action='modify'>
+    <nd ref='-41099' />
+    <nd ref='-41101' />
+    <nd ref='-41095' />
+    <nd ref='-41103' />
+    <nd ref='-41097' />
+    <nd ref='-41105' />
+    <nd ref='-41099' />
+  </way>
+  <way id='-41939' action='modify'>
+    <nd ref='-41107' />
+    <nd ref='-41109' />
+    <nd ref='-41111' />
+    <nd ref='-41113' />
+    <nd ref='-41115' />
+    <nd ref='-41107' />
+  </way>
+  <way id='-41941' action='modify'>
+    <nd ref='-41117' />
+    <nd ref='-41119' />
+    <nd ref='-41111' />
+    <nd ref='-41121' />
+    <nd ref='-41115' />
+    <nd ref='-41123' />
+    <nd ref='-41117' />
+  </way>
+  <way id='-41943' action='modify'>
+    <nd ref='-41125' />
+    <nd ref='-41135' />
+    <nd ref='-41127' />
+    <nd ref='-41137' />
+    <nd ref='-41129' />
+    <nd ref='-41139' />
+    <nd ref='-41131' />
+    <nd ref='-41133' />
+    <nd ref='-41125' />
+  </way>
+  <way id='-41945' action='modify'>
+    <nd ref='-41133' />
+    <nd ref='-41125' />
+    <nd ref='-41135' />
+    <nd ref='-41137' />
+    <nd ref='-41139' />
+    <nd ref='-41133' />
+  </way>
+  <way id='-41947' action='modify'>
+    <nd ref='-41141' />
+    <nd ref='-41143' />
+    <nd ref='-41145' />
+    <nd ref='-41147' />
+    <nd ref='-41141' />
+  </way>
+  <way id='-41949' action='modify'>
+    <nd ref='-41155' />
+    <nd ref='-41143' />
+    <nd ref='-41149' />
+    <nd ref='-41145' />
+    <nd ref='-41151' />
+    <nd ref='-41147' />
+    <nd ref='-41153' />
+    <nd ref='-41141' />
+    <nd ref='-41155' />
+  </way>
+  <way id='-41951' action='modify'>
+    <nd ref='-41157' />
+    <nd ref='-41159' />
+    <nd ref='-41161' />
+    <nd ref='-41163' />
+    <nd ref='-41165' />
+    <nd ref='-41167' />
+    <nd ref='-41169' />
+    <nd ref='-41171' />
+    <nd ref='-41157' />
+  </way>
+  <way id='-41953' action='modify'>
+    <nd ref='-41171' />
+    <nd ref='-41159' />
+    <nd ref='-41163' />
+    <nd ref='-41167' />
+    <nd ref='-41171' />
+  </way>
+  <way id='-41955' action='modify'>
+    <nd ref='-41177' />
+    <nd ref='-41179' />
+    <nd ref='-41181' />
+    <nd ref='-41177' />
+  </way>
+  <way id='-41957' action='modify'>
+    <nd ref='-41181' />
+    <nd ref='-41183' />
+    <nd ref='-41177' />
+    <nd ref='-41181' />
+  </way>
+  <way id='-41959' action='modify'>
+    <nd ref='-41185' />
+    <nd ref='-41187' />
+    <nd ref='-41189' />
+    <nd ref='-41191' />
+    <nd ref='-41185' />
+  </way>
+  <way id='-41961' action='modify'>
+    <nd ref='-41195' />
+    <nd ref='-41197' />
+    <nd ref='-41199' />
+    <nd ref='-41201' />
+    <nd ref='-41195' />
+  </way>
+  <way id='-41963' action='modify'>
+    <nd ref='-41205' />
+    <nd ref='-41207' />
+    <nd ref='-41209' />
+  </way>
+  <way id='-41965' action='modify'>
+    <nd ref='-41205' />
+    <nd ref='-41203' />
+    <nd ref='-41209' />
+  </way>
+  <way id='-41967' action='modify'>
+    <nd ref='-41209' />
+    <nd ref='-41203' />
+    <nd ref='-41205' />
+  </way>
+  <way id='-41969' action='modify'>
+    <nd ref='-41209' />
+    <nd ref='-41207' />
+    <nd ref='-41205' />
+  </way>
+  <way id='-41971' action='modify'>
+    <nd ref='-41211' />
+    <nd ref='-41213' />
+    <nd ref='-41215' />
+    <nd ref='-41217' />
+    <nd ref='-41211' />
+  </way>
+  <way id='-41973' action='modify'>
+    <nd ref='-41219' />
+    <nd ref='-41221' />
+    <nd ref='-41235' />
+    <nd ref='-41223' />
+    <nd ref='-41225' />
+    <nd ref='-41227' />
+    <nd ref='-41219' />
+  </way>
+  <way id='-41975' action='modify'>
+    <nd ref='-41229' />
+    <nd ref='-41231' />
+    <nd ref='-41219' />
+    <nd ref='-41225' />
+  </way>
+  <way id='-41977' action='modify'>
+    <nd ref='-41229' />
+    <nd ref='-41233' />
+    <nd ref='-41219' />
+    <nd ref='-41235' />
+    <nd ref='-41225' />
+  </way>
+  <way id='-41979' action='modify'>
+    <nd ref='-41237' />
+    <nd ref='-41239' />
+    <nd ref='-41241' />
+    <nd ref='-41243' />
+    <nd ref='-41237' />
+  </way>
+  <way id='-41981' action='modify'>
+    <nd ref='-41245' />
+    <nd ref='-41247' />
+    <nd ref='-41249' />
+  </way>
+  <way id='-41983' action='modify'>
+    <nd ref='-41251' />
+    <nd ref='-41247' />
+    <nd ref='-41253' />
+  </way>
+  <way id='-41985' action='modify'>
+    <nd ref='-41251' />
+    <nd ref='-41257' />
+    <nd ref='-41247' />
+    <nd ref='-41255' />
+    <nd ref='-41253' />
+  </way>
+  <way id='-41987' action='modify'>
+    <nd ref='-41245' />
+    <nd ref='-41261' />
+    <nd ref='-41247' />
+    <nd ref='-41259' />
+    <nd ref='-41249' />
+  </way>
+  <way id='-41989' action='modify'>
+    <nd ref='-41263' />
+    <nd ref='-41265' />
+    <nd ref='-41267' />
+    <nd ref='-41269' />
+    <nd ref='-41263' />
+  </way>
+  <way id='-41991' action='modify'>
+    <nd ref='-41275' />
+    <nd ref='-41271' />
+    <nd ref='-41273' />
+    <nd ref='-41275' />
+    <nd ref='-41277' />
+    <nd ref='-41279' />
+    <nd ref='-41275' />
+  </way>
+  <way id='-41993' action='modify'>
+    <nd ref='-41275' />
+    <nd ref='-41281' />
+    <nd ref='-41283' />
+    <nd ref='-41275' />
+    <nd ref='-41285' />
+    <nd ref='-41287' />
+    <nd ref='-41275' />
+  </way>
+  <way id='-41995' action='modify'>
+    <nd ref='-41289' />
+    <nd ref='-41291' />
+    <nd ref='-41293' />
+    <nd ref='-41295' />
+    <nd ref='-41289' />
+  </way>
+  <way id='-41997' action='modify'>
+    <nd ref='-41299' />
+    <nd ref='-41297' />
+    <nd ref='-41303' />
+  </way>
+  <way id='-41999' action='modify'>
+    <nd ref='-41299' />
+    <nd ref='-41301' />
+    <nd ref='-41303' />
+  </way>
+  <way id='-42001' action='modify'>
+    <nd ref='-41301' />
+    <nd ref='-41299' />
+    <nd ref='-41297' />
+  </way>
+  <way id='-42003' action='modify'>
+    <nd ref='-41301' />
+    <nd ref='-41303' />
+    <nd ref='-41297' />
+  </way>
+  <way id='-42005' action='modify'>
+    <nd ref='-41313' />
+    <nd ref='-41311' />
+    <nd ref='-41305' />
+    <nd ref='-41307' />
+    <nd ref='-41309' />
+  </way>
+  <way id='-42007' action='modify'>
+    <nd ref='-41309' />
+    <nd ref='-41311' />
+    <nd ref='-41313' />
+  </way>
+  <way id='-42009' action='modify'>
+    <nd ref='-41315' />
+    <nd ref='-41317' />
+    <nd ref='-41319' />
+    <nd ref='-41321' />
+    <nd ref='-41315' />
+  </way>
+  <way id='-42011' action='modify'>
+    <nd ref='-41343' />
+    <nd ref='-41325' />
+    <nd ref='-41345' />
+    <nd ref='-41327' />
+    <nd ref='-41323' />
+    <nd ref='-41345' />
+    <nd ref='-41343' />
+  </way>
+  <way id='-42013' action='modify'>
+    <nd ref='-41329' />
+    <nd ref='-41331' />
+    <nd ref='-41337' />
+    <nd ref='-41339' />
+    <nd ref='-41329' />
+  </way>
+  <way id='-42015' action='modify'>
+    <nd ref='-41345' />
+    <nd ref='-41333' />
+    <nd ref='-41335' />
+    <nd ref='-41345' />
+    <nd ref='-41347' />
+    <nd ref='-41341' />
+    <nd ref='-41345' />
+  </way>
+  <way id='-42017' action='modify'>
+    <nd ref='-41357' />
+    <nd ref='-41359' />
+    <nd ref='-41361' />
+    <nd ref='-41363' />
+    <nd ref='-41365' />
+    <nd ref='-41367' />
+    <nd ref='-41369' />
+    <nd ref='-41371' />
+    <nd ref='-41357' />
+  </way>
+  <way id='-42019' action='modify'>
+    <nd ref='-41373' />
+    <nd ref='-41375' />
+    <nd ref='-41377' />
+    <nd ref='-41379' />
+    <nd ref='-41381' />
+    <nd ref='-41383' />
+    <nd ref='-41385' />
+    <nd ref='-41387' />
+    <nd ref='-41389' />
+    <nd ref='-41391' />
+    <nd ref='-41373' />
+    <tag k='natural' v='scrub' />
+  </way>
+  <way id='-42021' action='modify'>
+    <nd ref='-41389' />
+    <nd ref='-41381' />
+    <nd ref='-41383' />
+    <nd ref='-41385' />
+    <nd ref='-41387' />
+    <nd ref='-41389' />
+    <tag k='natural' v='water' />
+  </way>
+  <way id='-42023' action='modify'>
+    <nd ref='-41395' />
+    <nd ref='-41397' />
+    <nd ref='-41411' />
+    <nd ref='-41399' />
+    <nd ref='-41409' />
+    <nd ref='-41401' />
+    <nd ref='-41403' />
+    <nd ref='-41405' />
+  </way>
+  <way id='-42025' action='modify'>
+    <nd ref='-41405' />
+    <nd ref='-41409' />
+    <nd ref='-41407' />
+    <nd ref='-41411' />
+    <nd ref='-41395' />
+  </way>
+  <relation id='-42027' action='modify'>
+    <member type='way' ref='-41415' role='inner' />
+    <member type='way' ref='-41417' role='outer' />
+    <member type='way' ref='-41413' role='inner' />
+    <tag k='josm_error_codes' v='1602,1605' />
+    <tag k='name' v='07/05 - one inner outside' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42029' action='modify'>
+    <member type='way' ref='-41419' role='outer' />
+    <member type='way' ref='-41421' role='outer' />
+    <tag k='name' v='old style' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42031' action='modify'>
+    <member type='way' ref='-41425' role='inner' />
+    <member type='way' ref='-41427' role='outer' />
+    <member type='way' ref='-41423' role='inner' />
+    <tag k='josm_error_codes' v='1617' />
+    <tag k='landuse' v='forest' />
+    <tag k='name' v='08/05 touching inner' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42033' action='modify'>
+    <member type='way' ref='-41533' role='inner' />
+    <member type='way' ref='-41689' role='outer' />
+    <member type='way' ref='-41699' role='outer' />
+    <tag k='name' v='Example 7 (01)' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42035' action='modify'>
+    <member type='way' ref='-41799' role='inner' />
+    <tag k='josm_error_codes' v='1602,1605' />
+    <tag k='name' v='06/06 - No outer way' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42037' action='modify'>
+    <member type='way' ref='-41585' role='inner' />
+    <member type='way' ref='-41809' role='outer' />
+    <tag k='name' v='Example 1 (02)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42039' action='modify'>
+    <member type='way' ref='-41629' role='inner' />
+    <member type='way' ref='-41781' role='outer' />
+    <member type='way' ref='-41577' role='inner' />
+    <tag k='josm_error_codes' v='1603' />
+    <tag k='name' v='06/02 - Unclosed inner ways' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42041' action='modify'>
+    <member type='way' ref='-41815' role='outer' />
+    <member type='way' ref='-41667' role='outer' />
+    <member type='way' ref='-41727' role='inner' />
+    <tag k='name' v='Example 3 (02)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42043' action='modify'>
+    <member type='way' ref='-41805' role='inner' />
+    <member type='way' ref='-41783' role='inner' />
+    <member type='way' ref='-41527' role='inner' />
+    <member type='way' ref='-41735' role='outer' />
+    <member type='way' ref='-41559' role='outer' />
+    <tag k='name' v='Example 5 (03)' />
+    <tag k='natural' v='glacier' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42045' action='modify'>
+    <member type='way' ref='-41853' role='inner' />
+    <member type='way' ref='-41827' role='outer' />
+    <tag k='name' v='Example 1 (01)' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42047' action='modify'>
+    <member type='way' ref='-41811' role='outer' />
+    <member type='way' ref='-41467' role='outer' />
+    <member type='way' ref='-41441' role='outer' />
+    <member type='way' ref='-41499' role='outer' />
+    <member type='way' ref='-41843' role='outer' />
+    <member type='way' ref='-41431' role='outer' />
+    <member type='way' ref='-41795' role='outer' />
+    <member type='way' ref='-41563' role='outer' />
+    <member type='way' ref='-41451' role='outer' />
+    <member type='way' ref='-41529' role='outer' />
+    <member type='way' ref='-41849' role='outer' />
+    <tag k='name' v='Example 6 (03) Inner' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42049' action='modify'>
+    <member type='way' ref='-41455' role='inner' />
+    <member type='way' ref='-41541' role='outer' />
+    <member type='way' ref='-41555' role='outer' />
+    <tag k='name' v='Example 3 (01)' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42051' action='modify'>
+    <member type='way' ref='-41851' role='inner' />
+    <member type='way' ref='-41575' role='inner' />
+    <member type='way' ref='-41545' role='outer' />
+    <tag k='name' v='Example 2 (04)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42053' action='modify'>
+    <member type='way' ref='-41601' role='inner' />
+    <member type='way' ref='-41491' role='inner' />
+    <member type='way' ref='-41539' role='outer' />
+    <member type='way' ref='-41761' role='inner' />
+    <member type='way' ref='-41655' role='outer' />
+    <tag k='name' v='Example 5 (02)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42055' action='modify'>
+    <member type='way' ref='-41661' role='inner' />
+    <member type='way' ref='-41473' role='inner' />
+    <member type='way' ref='-41671' role='outer' />
+    <tag k='name' v='Example 2 (02)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42057' action='modify'>
+    <member type='way' ref='-41805' role='outer' />
+    <member type='way' ref='-41783' role='outer' />
+    <tag k='name' v='Example 5 (03) Inner' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42059' action='modify'>
+    <member type='way' ref='-41649' role='inner' />
+    <member type='way' ref='-41579' role='outer' />
+    <tag k='name' v='Example 1 (03)' />
+    <tag k='natural' v='glacier' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42061' action='modify'>
+    <member type='way' ref='-41583' role='outer' />
+    <member type='way' ref='-41807' role='outer' />
+    <member type='way' ref='-41591' role='outer' />
+    <member type='way' ref='-41483' role='outer' />
+    <member type='way' ref='-41471' role='outer' />
+    <member type='way' ref='-41739' role='outer' />
+    <member type='way' ref='-41487' role='outer' />
+    <member type='way' ref='-41717' role='outer' />
+    <member type='way' ref='-41825' role='outer' />
+    <member type='way' ref='-41837' role='inner' />
+    <member type='way' ref='-41615' role='inner' />
+    <member type='way' ref='-41503' role='inner' />
+    <member type='way' ref='-41673' role='inner' />
+    <member type='way' ref='-41569' role='inner' />
+    <member type='way' ref='-41507' role='inner' />
+    <member type='way' ref='-41605' role='inner' />
+    <member type='way' ref='-41645' role='inner' />
+    <member type='way' ref='-41429' role='inner' />
+    <member type='way' ref='-41567' role='inner' />
+    <member type='way' ref='-41495' role='inner' />
+    <tag k='name' v='Example 6 (02)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42063' action='modify'>
+    <member type='way' ref='-41663' role='inner' />
+    <member type='way' ref='-41713' role='inner' />
+    <member type='way' ref='-41641' role='inner' />
+    <member type='way' ref='-41561' role='inner' />
+    <member type='way' ref='-41633' role='outer' />
+    <member type='way' ref='-41659' role='outer' />
+    <member type='way' ref='-41651' role='outer' />
+    <tag k='josm_error_codes' v='1606,1617' />
+    <tag k='name' v='07/04 - Mixed Geometry' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42065' action='modify'>
+    <member type='way' ref='-41721' role='inner' />
+    <member type='way' ref='-41621' role='outer' />
+    <tag k='josm_error_codes' v='1606,1617' />
+    <tag k='name' v='07/03 - inner/outer share way' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42067' action='modify'>
+    <member type='way' ref='-41743' role='inner' />
+    <member type='way' ref='-41817' role='inner' />
+    <member type='way' ref='-41647' role='inner' />
+    <member type='way' ref='-41675' role='inner' />
+    <member type='way' ref='-41631' role='inner' />
+    <member type='way' ref='-41511' role='inner' />
+    <member type='way' ref='-41573' role='inner' />
+    <member type='way' ref='-41733' role='inner' />
+    <member type='way' ref='-41549' role='inner' />
+    <member type='way' ref='-41637' role='inner' />
+    <member type='way' ref='-41759' role='inner' />
+    <member type='way' ref='-41705' role='outer' />
+    <member type='way' ref='-41723' role='outer' />
+    <member type='way' ref='-41745' role='outer' />
+    <member type='way' ref='-41789' role='outer' />
+    <member type='way' ref='-41599' role='outer' />
+    <member type='way' ref='-41453' role='outer' />
+    <member type='way' ref='-41525' role='outer' />
+    <member type='way' ref='-41481' role='outer' />
+    <member type='way' ref='-41537' role='outer' />
+    <tag k='name' v='Example 6 (01)' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42069' action='modify'>
+    <member type='way' ref='-41683' role='inner' />
+    <member type='way' ref='-41613' role='outer' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/02 - Inner/outer intersect' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42071' action='modify'>
+    <member type='way' ref='-41463' role='inner' />
+    <member type='way' ref='-41571' role='inner' />
+    <member type='way' ref='-41823' role='inner' />
+    <member type='way' ref='-41547' role='outer' />
+    <member type='way' ref='-41443' role='outer' />
+    <tag k='name' v='Example 5 (01)' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42073' action='modify'>
+    <member type='way' ref='-41681' role='inner' />
+    <member type='way' ref='-41719' role='inner' />
+    <member type='way' ref='-41479' role='outer' />
+    <tag k='name' v='Example 2 (03)' />
+    <tag k='natural' v='glacier' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42075' action='modify'>
+    <member type='way' ref='-41845' role='outer' />
+    <member type='way' ref='-41769' role='inner' />
+    <tag k='name' v='Example 7 (04) Inner' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42077' action='modify'>
+    <member type='way' ref='-41729' role='inner' />
+    <member type='way' ref='-41691' role='outer' />
+    <tag k='josm_error_codes' v='1602,1605' />
+    <tag k='name' v='07/01 - Inner/Outer reversed' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42079' action='modify'>
+    <member type='way' ref='-41741' role='inner' />
+    <member type='way' ref='-41447' role='outer' />
+    <tag k='name' v='Example 1 (04)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42081' action='modify'>
+    <member type='way' ref='-41765' role='inner' />
+    <member type='way' ref='-41711' role='inner' />
+    <member type='way' ref='-41639' role='inner' />
+    <member type='way' ref='-41753' role='outer' />
+    <member type='way' ref='-41521' role='outer' />
+    <tag k='name' v='Example 5 (04)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42083' action='modify'>
+    <member type='way' ref='-41611' role='inner' />
+    <member type='way' ref='-41509' role='inner' />
+    <member type='way' ref='-41581' role='outer' />
+    <member type='way' ref='-41855' role='outer' />
+    <tag k='name' v='Example 8 (03)' />
+    <tag k='natural' v='glacier' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42085' action='modify'>
+    <member type='way' ref='-41797' role='inner' />
+    <member type='node' ref='-39421' role='' />
+    <member type='node' ref='-39403' role='inner' />
+    <member type='node' ref='-39409' role='outer' />
+    <member type='way' ref='-41737' role='' />
+    <member type='relation' ref='-42089' role='' />
+    <tag k='josm_error_codes' v='1601,1602' />
+    <tag k='name' v='06/05 - wrong roles' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42087' action='modify'>
+    <member type='way' ref='-41461' role='outer' />
+    <member type='way' ref='-41489' role='outer' />
+    <tag k='name' v='Example 4 (01)' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42089' action='modify'>
+    <tag k='description' v='Relation is empty' />
+    <tag k='josm_error_codes' v='1708' />
+    <tag k='name' v='06/07 - Empty' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42091' action='modify'>
+    <member type='way' ref='-41449' role='outer' />
+    <member type='way' ref='-41859' role='outer' />
+    <member type='way' ref='-41523' role='outer' />
+    <member type='way' ref='-41475' role='outer' />
+    <member type='way' ref='-41623' role='outer' />
+    <member type='way' ref='-41703' role='outer' />
+    <member type='way' ref='-41775' role='outer' />
+    <member type='way' ref='-41863' role='outer' />
+    <member type='way' ref='-41679' role='outer' />
+    <member type='way' ref='-41787' role='outer' />
+    <member type='way' ref='-41839' role='outer' />
+    <tag k='name' v='Example 6 (04) Inner' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42093' action='modify'>
+    <member type='way' ref='-41497' role='inner' />
+    <member type='way' ref='-41779' role='inner' />
+    <member type='way' ref='-41773' role='outer' />
+    <tag k='name' v='Example 2 (01)' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42095' action='modify'>
+    <member type='way' ref='-41653' role='inner' />
+    <member type='way' ref='-41833' role='outer' />
+    <tag k='name' v='Example 8 (04) Inner' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42097' action='modify'>
+    <member type='way' ref='-41523' role='inner' />
+    <member type='way' ref='-41863' role='inner' />
+    <member type='way' ref='-41475' role='inner' />
+    <member type='way' ref='-41703' role='inner' />
+    <member type='way' ref='-41623' role='inner' />
+    <member type='way' ref='-41679' role='inner' />
+    <member type='way' ref='-41859' role='inner' />
+    <member type='way' ref='-41449' role='inner' />
+    <member type='way' ref='-41839' role='inner' />
+    <member type='way' ref='-41775' role='inner' />
+    <member type='way' ref='-41787' role='inner' />
+    <member type='way' ref='-41635' role='outer' />
+    <member type='way' ref='-41517' role='outer' />
+    <member type='way' ref='-41857' role='outer' />
+    <member type='way' ref='-41551' role='outer' />
+    <member type='way' ref='-41829' role='outer' />
+    <member type='way' ref='-41685' role='outer' />
+    <member type='way' ref='-41501' role='outer' />
+    <member type='way' ref='-41543' role='outer' />
+    <member type='way' ref='-41477' role='outer' />
+    <tag k='name' v='Example 6 (04)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42099' action='modify'>
+    <member type='way' ref='-41845' role='inner' />
+    <member type='way' ref='-41687' role='outer' />
+    <member type='way' ref='-41769' role='outer' />
+    <tag k='name' v='Example 7 (04)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42101' action='modify'>
+    <member type='way' ref='-41819' role='outer' />
+    <member type='way' ref='-41439' role='outer' />
+    <tag k='name' v='Example 4 (02)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42103' action='modify'>
+    <member type='way' ref='-41451' role='inner' />
+    <member type='way' ref='-41431' role='inner' />
+    <member type='way' ref='-41795' role='inner' />
+    <member type='way' ref='-41499' role='inner' />
+    <member type='way' ref='-41843' role='inner' />
+    <member type='way' ref='-41467' role='inner' />
+    <member type='way' ref='-41811' role='inner' />
+    <member type='way' ref='-41441' role='inner' />
+    <member type='way' ref='-41849' role='inner' />
+    <member type='way' ref='-41529' role='inner' />
+    <member type='way' ref='-41563' role='inner' />
+    <member type='way' ref='-41701' role='outer' />
+    <member type='way' ref='-41677' role='outer' />
+    <member type='way' ref='-41731' role='outer' />
+    <member type='way' ref='-41847' role='outer' />
+    <member type='way' ref='-41665' role='outer' />
+    <member type='way' ref='-41763' role='outer' />
+    <member type='way' ref='-41587' role='outer' />
+    <member type='way' ref='-41835' role='outer' />
+    <member type='way' ref='-41593' role='outer' />
+    <tag k='name' v='Example 6 (03)' />
+    <tag k='natural' v='glacier' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42105' action='modify'>
+    <member type='way' ref='-41841' role='outer' />
+    <member type='way' ref='-41801' role='inner' />
+    <member type='way' ref='-41437' role='outer' />
+    <tag k='name' v='Example 7 (02)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42107' action='modify'>
+    <member type='way' ref='-41771' role='inner' />
+    <member type='way' ref='-41695' role='outer' />
+    <member type='way' ref='-41785' role='outer' />
+    <member type='way' ref='-41747' role='outer' />
+    <member type='way' ref='-41777' role='outer' />
+    <tag k='comment' v='For this test the display style depends on the order of ways and is unpredictable' />
+    <tag k='josm_error_codes' v='1607' />
+    <tag k='name' v='06/04 - Mismatching way styles' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42109' action='modify'>
+    <member type='way' ref='-41707' role='inner' />
+    <member type='way' ref='-41709' role='inner' />
+    <member type='way' ref='-41793' role='inner' />
+    <member type='way' ref='-41751' role='inner' />
+    <member type='way' ref='-41535' role='outer' />
+    <tag k='name' v='05/01 - Different way styles' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42111' action='modify'>
+    <member type='way' ref='-41711' role='outer' />
+    <member type='way' ref='-41765' role='outer' />
+    <tag k='name' v='Example 5 (04) inner' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42113' action='modify'>
+    <member type='way' ref='-41595' role='inner' />
+    <member type='way' ref='-41553' role='outer' />
+    <tag k='josm_error_codes' v='1603' />
+    <tag k='name' v='06/01 - Unclosed outer' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42115' action='modify'>
+    <member type='way' ref='-41755' role='inner' />
+    <member type='way' ref='-41791' role='outer' />
+    <tag k='josm_error_codes' v='1607' />
+    <tag k='name' v='06/03 - Mismatching way styles' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42117' action='modify'>
+    <member type='way' ref='-41493' role='outer' />
+    <member type='way' ref='-41457' role='outer' />
+    <tag k='name' v='Example 4 (04)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42119' action='modify'>
+    <member type='way' ref='-41435' role='inner' />
+    <member type='way' ref='-41485' role='outer' />
+    <tag k='name' v='Example 7 (03) Inner' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42121' action='modify'>
+    <member type='way' ref='-41725' role='inner' />
+    <member type='way' ref='-41603' role='outer' />
+    <member type='way' ref='-41757' role='outer' />
+    <tag k='name' v='Example 3 (03)' />
+    <tag k='natural' v='glacier' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42123' action='modify'>
+    <member type='way' ref='-41861' role='inner' />
+    <member type='way' ref='-41565' role='inner' />
+    <member type='way' ref='-41505' role='outer' />
+    <member type='way' ref='-41459' role='outer' />
+    <tag k='name' v='Example 8 (02)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42125' action='modify'>
+    <member type='way' ref='-41485' role='inner' />
+    <member type='way' ref='-41693' role='outer' />
+    <member type='way' ref='-41435' role='outer' />
+    <tag k='name' v='Example 7 (03)' />
+    <tag k='natural' v='glacier' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42127' action='modify'>
+    <member type='way' ref='-41465' role='inner' />
+    <member type='way' ref='-41767' role='inner' />
+    <member type='way' ref='-41607' role='outer' />
+    <member type='way' ref='-41589' role='outer' />
+    <tag k='name' v='Example 8 (01)' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42129' action='modify'>
+    <member type='way' ref='-41749' role='inner' />
+    <member type='way' ref='-41515' role='outer' />
+    <member type='way' ref='-41657' role='outer' />
+    <tag k='name' v='Example 3 (04)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42131' action='modify'>
+    <member type='way' ref='-41855' role='inner' />
+    <member type='way' ref='-41611' role='outer' />
+    <tag k='name' v='Example 8 (03) Inner' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42133' action='modify'>
+    <member type='way' ref='-41833' role='inner' />
+    <member type='way' ref='-41513' role='inner' />
+    <member type='way' ref='-41597' role='outer' />
+    <member type='way' ref='-41653' role='outer' />
+    <tag k='name' v='Example 8 (04)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42135' action='modify'>
+    <member type='way' ref='-41669' role='outer' />
+    <member type='way' ref='-41619' role='outer' />
+    <tag k='name' v='Example 4 (03)' />
+    <tag k='natural' v='glacier' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42137' action='modify'>
+    <member type='way' ref='-41867' role='outer' />
+    <member type='way' ref='-41865' role='inner' />
+    <member type='way' ref='-41869' role='inner' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/06 - intersecting inner ways' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42139' action='modify'>
+    <member type='way' ref='-41873' role='outer' />
+    <member type='way' ref='-41871' role='outer' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/07 - intersecting outer ways' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42141' action='modify'>
+    <member type='way' ref='-41875' role='outer' />
+    <member type='way' ref='-41877' role='' />
+    <tag k='josm_error_codes' v='1602' />
+    <tag k='landuse' v='farmland' />
+    <tag k='name' v='06/08 - One outer way with empty role' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42143' action='modify'>
+    <member type='way' ref='-41879' role='outer' />
+    <member type='way' ref='-41881' role='outer' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/08 - intersecting outer ways with no node in intersection area' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42145' action='modify'>
+    <member type='way' ref='-41883' role='outer' />
+    <member type='way' ref='-41885' role='inner' />
+    <member type='way' ref='-41887' role='inner' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/09 - intersecting inner ways with no node in intersection area' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42147' action='modify'>
+    <member type='way' ref='-41889' role='outer' />
+    <member type='way' ref='-41891' role='outer' />
+    <tag k='josm_error_codes' v='1617' />
+    <tag k='name' v='08/01 - Outer ways share nodes but do not cross' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42149' action='modify'>
+    <member type='way' ref='-41927' role='inner' />
+    <member type='way' ref='-41925' role='outer' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/11 - inner and outer intersect at shared nodes' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42151' action='modify'>
+    <member type='way' ref='-41893' role='outer' />
+    <member type='way' ref='-41895' role='outer' />
+    <member type='way' ref='-41893' role='outer' />
+    <member type='way' ref='-41895' role='outer' />
+    <member type='way' ref='-41899' role='inner' />
+    <member type='way' ref='-41897' role='inner' />
+    <tag k='josm_error_codes' v='1614' />
+    <tag k='landuse' v='farmland' />
+    <tag k='name' v='06/09 - Duplicate outer members with same role' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42153' action='modify'>
+    <member type='way' ref='-41901' role='outer' />
+    <member type='way' ref='-41903' role='outer' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/10 a - outer ways intersect at shared nodes' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42155' action='modify'>
+    <member type='way' ref='-41907' role='outer' />
+    <member type='way' ref='-41905' role='outer' />
+    <tag k='josm_error_codes' v='1617' />
+    <tag k='name' v='08/02 -touching outer (single node)' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42157' action='modify'>
+    <member type='way' ref='-41909' role='outer' />
+    <member type='way' ref='-41911' role='inner' />
+    <tag k='building' v='yes' />
+    <tag k='josm_error_codes' v='1617' />
+    <tag k='name' v='08/03 - inner shares multiple nodes with outer' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42159' action='modify'>
+    <member type='way' ref='-41917' role='outer' />
+    <member type='way' ref='-41913' role='outer' />
+    <member type='way' ref='-41915' role='inner' />
+    <tag k='josm_error_codes' v='1617' />
+    <tag k='landuse' v='grass' />
+    <tag k='name' v='08/04 - nested outer shares nodes with inner' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42161' action='modify'>
+    <member type='way' ref='-41923' role='outer' />
+    <member type='way' ref='-41919' role='outer' />
+    <member type='way' ref='-41921' role='inner' />
+    <tag k='amenity' v='library' />
+    <tag k='josm_error_codes' v='1606,1617' />
+    <tag k='name' v='07/12 Multipolygon ways share segment(s)' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42163' action='modify'>
+    <member type='way' ref='-41929' role='outer' />
+    <member type='way' ref='-41933' role='inner' />
+    <member type='way' ref='-41931' role='inner' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/13 - inner ways intersect at shared nodes' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42165' action='modify'>
+    <member type='way' ref='-41937' role='outer' />
+    <member type='way' ref='-41935' role='outer' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/10 b - outer ways intersect at shared nodes' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42167' action='modify'>
+    <member type='way' ref='-41939' role='outer' />
+    <member type='way' ref='-41941' role='outer' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/10 c - outer ways intersect at shared nodes' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42169' action='modify'>
+    <member type='way' ref='-41943' role='outer' />
+    <member type='way' ref='-41945' role='inner' />
+    <tag k='josm_error_codes' v='1606,1617' />
+    <tag k='name' v='07/14 inner way shares all nodes with outer' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42171' action='modify'>
+    <member type='way' ref='-41949' role='outer' />
+    <member type='way' ref='-41947' role='inner' />
+    <tag k='josm_error_codes' v='1617' />
+    <tag k='landuse' v='grass' />
+    <tag k='name' v='08/06 - Inner way shares all nodes with outer' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42173' action='modify'>
+    <member type='way' ref='-41951' role='inner' />
+    <member type='way' ref='-41953' role='outer' />
+    <tag k='josm_error_codes' v='1602,1605,1617' />
+    <tag k='name' v='07/15 inner way shares all nodes with outer, but roles are wrong' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42175' action='modify'>
+    <member type='way' ref='-41957' role='inner' />
+    <member type='way' ref='-41955' role='inner' />
+    <member type='way' ref='-41959' role='outer' />
+    <tag k='josm_error_codes' v='1602,1605,1617' />
+    <tag k='name' v='07/16 - shared way segment between outer ways, roles say inner' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42177' action='modify'>
+    <member type='way' ref='-41961' role='outer' />
+    <member type='way' ref='-41963' role='inner' />
+    <member type='way' ref='-41965' role='inner' />
+    <member type='way' ref='-41967' role='inner' />
+    <member type='way' ref='-41969' role='inner' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/17a- duplicate inner erase each other' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42179' action='modify'>
+    <member type='way' ref='-41971' role='outer' />
+    <member type='way' ref='-41975' role='inner' />
+    <member type='way' ref='-41977' role='inner' />
+    <member type='way' ref='-41973' role='inner' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/18 - inner ways intersect at shared node' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42181' action='modify'>
+    <member type='way' ref='-41979' role='outer' />
+    <member type='way' ref='-41981' role='inner' />
+    <member type='way' ref='-41987' role='inner' />
+    <member type='way' ref='-41985' role='inner' />
+    <member type='way' ref='-41983' role='inner' />
+    <tag k='name' v='09/01 - 4 inner open ways intersecting at the same node' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42183' action='modify'>
+    <member type='way' ref='-41989' role='outer' />
+    <member type='way' ref='-41993' role='inner' />
+    <member type='way' ref='-41991' role='inner' />
+    <tag k='name' v='09/02a - 2 inner 8-shaped ways intersecting at the same node' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42185' action='modify'>
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42187' action='modify'>
+    <member type='way' ref='-41995' role='outer' />
+    <member type='way' ref='-41997' role='inner' />
+    <member type='way' ref='-41999' role='inner' />
+    <member type='way' ref='-42001' role='inner' />
+    <member type='way' ref='-42003' role='inner' />
+    <tag k='josm_error_codes' v='1616' />
+    <tag k='name' v='07/17b- duplicate inner erase each other' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42189' action='modify'>
+    <member type='way' ref='-42009' role='outer' />
+    <member type='way' ref='-42005' role='inner' />
+    <member type='way' ref='-42007' role='inner' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/19 - spike formed by combination of inner ways' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42191' action='modify'>
+    <member type='way' ref='-42013' role='outer' />
+    <member type='way' ref='-42015' role='inner' />
+    <member type='way' ref='-42011' role='inner' />
+    <tag k='name' v='09/02b - 2 inner 8-shaped ways intersecting at the same node' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42193' action='modify'>
+    <member type='way' ref='-42019' role='inner' />
+    <member type='way' ref='-42021' role='inner' />
+    <member type='way' ref='-42017' role='outer' />
+    <tag k='josm_error_codes' v='1617' />
+    <tag k='landuse' v='farmland' />
+    <tag k='name' v='08/07 - u-shape inner filled with other inner, sharing all nodes with it' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42195' action='modify'>
+    <member type='way' ref='-42023' role='outer' />
+    <member type='way' ref='-42025' role='outer' />
+    <tag k='josm_error_codes' v='1606' />
+    <tag k='name' v='07/20 - ring from multiple ways self intersects' />
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-42197' action='modify'>
+    <tag k='natural' v='water' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+</osm>
Index: /trunk/nodist/data/munich.gpx
===================================================================
--- /trunk/nodist/data/munich.gpx	(revision 16006)
+++ /trunk/nodist/data/munich.gpx	(revision 16006)
@@ -0,0 +1,41363 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gpx xmlns="http://www.topografix.com/GPX/1/0" xmlns:osm="http://www.openstreetmap.org" version="1.0" creator="JOSM Beta">
+  <trk>
+    <name>86739</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129010&#xA;      &#xA;      &#xA;        129011&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20506286621094" lon="11.456117630004883">
+        <name>129010</name>
+      </trkpt>
+      <trkpt lat="48.20536804199219" lon="11.458573341369629">
+        <name>129011</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87588</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129858&#xA;      &#xA;      &#xA;        129859&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15699768066406" lon="11.424952507019043">
+        <name>129858</name>
+      </trkpt>
+      <trkpt lat="48.1568717956543" lon="11.424266815185547">
+        <name>129859</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90135</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132314&#xA;      &#xA;      &#xA;        132315&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23284912109375" lon="11.441305160522461">
+        <name>132314</name>
+      </trkpt>
+      <trkpt lat="48.23427200317383" lon="11.444162368774414">
+        <name>132315</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105559</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147111&#xA;      &#xA;      &#xA;        147112&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1252555847168" lon="11.444718360900879">
+        <name>147111</name>
+      </trkpt>
+      <trkpt lat="48.125064849853516" lon="11.442891120910645">
+        <name>147112</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89994</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132183&#xA;      &#xA;      &#xA;        132184&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206912994384766" lon="11.385563850402832">
+        <name>132183</name>
+      </trkpt>
+      <trkpt lat="48.2070426940918" lon="11.382288932800293">
+        <name>132184</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87730</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129985&#xA;      &#xA;      &#xA;        129986&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16291427612305" lon="11.441009521484375">
+        <name>129985</name>
+      </trkpt>
+      <trkpt lat="48.16281509399414" lon="11.43921947479248">
+        <name>129986</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86740</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129007&#xA;      &#xA;      &#xA;        129008&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20488739013672" lon="11.456193923950195">
+        <name>129007</name>
+      </trkpt>
+      <trkpt lat="48.2051887512207" lon="11.458612442016602">
+        <name>129008</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90136</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132315&#xA;      &#xA;      &#xA;        132316&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23427200317383" lon="11.444162368774414">
+        <name>132315</name>
+      </trkpt>
+      <trkpt lat="48.2356071472168" lon="11.446189880371094">
+        <name>132316</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105560</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147112&#xA;      &#xA;      &#xA;        147113&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.125064849853516" lon="11.442891120910645">
+        <name>147112</name>
+      </trkpt>
+      <trkpt lat="48.125160217285156" lon="11.441462516784668">
+        <name>147113</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89995</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132184&#xA;      &#xA;      &#xA;        132185&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2070426940918" lon="11.382288932800293">
+        <name>132184</name>
+      </trkpt>
+      <trkpt lat="48.20742416381836" lon="11.382231712341309">
+        <name>132185</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87731</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129986&#xA;      &#xA;      &#xA;        129983&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16281509399414" lon="11.43921947479248">
+        <name>129986</name>
+      </trkpt>
+      <trkpt lat="48.16288757324219" lon="11.437276840209961">
+        <name>129983</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85892</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128215&#xA;      &#xA;      &#xA;        128216&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197452545166016" lon="11.354342460632324">
+        <name>128215</name>
+      </trkpt>
+      <trkpt lat="48.196815490722656" lon="11.356856346130371">
+        <name>128216</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86741</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129008&#xA;      &#xA;      &#xA;        129013&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2051887512207" lon="11.458612442016602">
+        <name>129008</name>
+      </trkpt>
+      <trkpt lat="48.20819854736328" lon="11.461540222167969">
+        <name>129013</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90137</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132316&#xA;      &#xA;      &#xA;        132317&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2356071472168" lon="11.446189880371094">
+        <name>132316</name>
+      </trkpt>
+      <trkpt lat="48.23741149902344" lon="11.448446273803711">
+        <name>132317</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105561</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147113&#xA;      &#xA;      &#xA;        147114&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.125160217285156" lon="11.441462516784668">
+        <name>147113</name>
+      </trkpt>
+      <trkpt lat="48.12552261352539" lon="11.439862251281738">
+        <name>147114</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89996</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132185&#xA;      &#xA;      &#xA;        132186&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20742416381836" lon="11.382231712341309">
+        <name>132185</name>
+      </trkpt>
+      <trkpt lat="48.20787811279297" lon="11.381831169128418">
+        <name>132186</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87732</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129981&#xA;      &#xA;      &#xA;        129993&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161468505859375" lon="11.43708610534668">
+        <name>129981</name>
+      </trkpt>
+      <trkpt lat="48.161746978759766" lon="11.436477661132812">
+        <name>129993</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85893</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128216&#xA;      &#xA;      &#xA;        128217&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.196815490722656" lon="11.356856346130371">
+        <name>128216</name>
+      </trkpt>
+      <trkpt lat="48.19658279418945" lon="11.358247756958008">
+        <name>128217</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86742</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129011&#xA;      &#xA;      &#xA;        129012&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20536804199219" lon="11.458573341369629">
+        <name>129011</name>
+      </trkpt>
+      <trkpt lat="48.208370208740234" lon="11.461411476135254">
+        <name>129012</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87591</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129861&#xA;      &#xA;      &#xA;        128282&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15625" lon="11.421810150146484">
+        <name>129861</name>
+      </trkpt>
+      <trkpt lat="48.155765533447266" lon="11.4202299118042">
+        <name>128282</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90138</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132317&#xA;      &#xA;      &#xA;        132318&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23741149902344" lon="11.448446273803711">
+        <name>132317</name>
+      </trkpt>
+      <trkpt lat="48.239315032958984" lon="11.450504302978516">
+        <name>132318</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105562</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147114&#xA;      &#xA;      &#xA;        147115&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12552261352539" lon="11.439862251281738">
+        <name>147114</name>
+      </trkpt>
+      <trkpt lat="48.126399993896484" lon="11.437920570373535">
+        <name>147115</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87733</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129993&#xA;      &#xA;      &#xA;        129992&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161746978759766" lon="11.436477661132812">
+        <name>129993</name>
+      </trkpt>
+      <trkpt lat="48.161808013916016" lon="11.436019897460938">
+        <name>129992</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89997</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132186&#xA;      &#xA;      &#xA;        132187&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20787811279297" lon="11.381831169128418">
+        <name>132186</name>
+      </trkpt>
+      <trkpt lat="48.20823287963867" lon="11.381088256835938">
+        <name>132187</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105138</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146679&#xA;      &#xA;      &#xA;        146687&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19567108154297" lon="11.682172775268555">
+        <name>146679</name>
+      </trkpt>
+      <trkpt lat="48.19449234008789" lon="11.686943054199219">
+        <name>146687</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85894</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128217&#xA;      &#xA;      &#xA;        128218&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19658279418945" lon="11.358247756958008">
+        <name>128217</name>
+      </trkpt>
+      <trkpt lat="48.196380615234375" lon="11.359848022460938">
+        <name>128218</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86743</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129012&#xA;      &#xA;      &#xA;        129014&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.208370208740234" lon="11.461411476135254">
+        <name>129012</name>
+      </trkpt>
+      <trkpt lat="48.20899963378906" lon="11.463811874389648">
+        <name>129014</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90139</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132318&#xA;      &#xA;      &#xA;        132319&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.239315032958984" lon="11.450504302978516">
+        <name>132318</name>
+      </trkpt>
+      <trkpt lat="48.24026870727539" lon="11.451703071594238">
+        <name>132319</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105563</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147115&#xA;      &#xA;      &#xA;        147116&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.126399993896484" lon="11.437920570373535">
+        <name>147115</name>
+      </trkpt>
+      <trkpt lat="48.126976013183594" lon="11.43697738647461">
+        <name>147116</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87734</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129992&#xA;      &#xA;      &#xA;        129991&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161808013916016" lon="11.436019897460938">
+        <name>129992</name>
+      </trkpt>
+      <trkpt lat="48.16197204589844" lon="11.435981750488281">
+        <name>129991</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89998</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132187&#xA;      &#xA;      &#xA;        132188&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20823287963867" lon="11.381088256835938">
+        <name>132187</name>
+      </trkpt>
+      <trkpt lat="48.20854949951172" lon="11.380002975463867">
+        <name>132188</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105139</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146687&#xA;      &#xA;      &#xA;        146688&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19449234008789" lon="11.686943054199219">
+        <name>146687</name>
+      </trkpt>
+      <trkpt lat="48.19340515136719" lon="11.692255973815918">
+        <name>146688</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85895</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128218&#xA;      &#xA;      &#xA;        128219&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.196380615234375" lon="11.359848022460938">
+        <name>128218</name>
+      </trkpt>
+      <trkpt lat="48.195831298828125" lon="11.361104011535645">
+        <name>128219</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86744</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129014&#xA;      &#xA;      &#xA;        129015&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20899963378906" lon="11.463811874389648">
+        <name>129014</name>
+      </trkpt>
+      <trkpt lat="48.20960998535156" lon="11.466525077819824">
+        <name>129015</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90140</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132319&#xA;      &#xA;      &#xA;        132320&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24026870727539" lon="11.451703071594238">
+        <name>132319</name>
+      </trkpt>
+      <trkpt lat="48.24140930175781" lon="11.453845977783203">
+        <name>132320</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105564</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147116&#xA;      &#xA;      &#xA;        147117&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.126976013183594" lon="11.43697738647461">
+        <name>147116</name>
+      </trkpt>
+      <trkpt lat="48.12785339355469" lon="11.435206413269043">
+        <name>147117</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87735</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129991&#xA;      &#xA;      &#xA;        129990&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16197204589844" lon="11.435981750488281">
+        <name>129991</name>
+      </trkpt>
+      <trkpt lat="48.16217803955078" lon="11.436266899108887">
+        <name>129990</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89999</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132188&#xA;      &#xA;      &#xA;        132189&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20854949951172" lon="11.380002975463867">
+        <name>132188</name>
+      </trkpt>
+      <trkpt lat="48.208839416503906" lon="11.379411697387695">
+        <name>132189</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105140</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146688&#xA;      &#xA;      &#xA;        146691&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19340515136719" lon="11.692255973815918">
+        <name>146688</name>
+      </trkpt>
+      <trkpt lat="48.192588806152344" lon="11.696626663208008">
+        <name>146691</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85896</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128219&#xA;      &#xA;      &#xA;        128220&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.195831298828125" lon="11.361104011535645">
+        <name>128219</name>
+      </trkpt>
+      <trkpt lat="48.19512939453125" lon="11.363696098327637">
+        <name>128220</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86745</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129015&#xA;      &#xA;      &#xA;        129016&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20960998535156" lon="11.466525077819824">
+        <name>129015</name>
+      </trkpt>
+      <trkpt lat="48.2098388671875" lon="11.468038558959961">
+        <name>129016</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90141</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132320&#xA;      &#xA;      &#xA;        132321&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24140930175781" lon="11.453845977783203">
+        <name>132320</name>
+      </trkpt>
+      <trkpt lat="48.24211120605469" lon="11.456016540527344">
+        <name>132321</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105565</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147117&#xA;      &#xA;      &#xA;        147119&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12785339355469" lon="11.435206413269043">
+        <name>147117</name>
+      </trkpt>
+      <trkpt lat="48.12855529785156" lon="11.433406829833984">
+        <name>147119</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87736</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129990&#xA;      &#xA;      &#xA;        129989&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16217803955078" lon="11.436266899108887">
+        <name>129990</name>
+      </trkpt>
+      <trkpt lat="48.163551330566406" lon="11.436266899108887">
+        <name>129989</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90000</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132189&#xA;      &#xA;      &#xA;        132190&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.208839416503906" lon="11.379411697387695">
+        <name>132189</name>
+      </trkpt>
+      <trkpt lat="48.20924758911133" lon="11.378993034362793">
+        <name>132190</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105141</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146691&#xA;      &#xA;      &#xA;        146694&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.192588806152344" lon="11.696626663208008">
+        <name>146691</name>
+      </trkpt>
+      <trkpt lat="48.1915397644043" lon="11.70136833190918">
+        <name>146694</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85897</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128220&#xA;      &#xA;      &#xA;        128221&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19512939453125" lon="11.363696098327637">
+        <name>128220</name>
+      </trkpt>
+      <trkpt lat="48.194393157958984" lon="11.365962028503418">
+        <name>128221</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86746</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129016&#xA;      &#xA;      &#xA;        129017&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2098388671875" lon="11.468038558959961">
+        <name>129016</name>
+      </trkpt>
+      <trkpt lat="48.20991134643555" lon="11.47098159790039">
+        <name>129017</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87595</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129864&#xA;      &#xA;      &#xA;        129865&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155853271484375" lon="11.42308235168457">
+        <name>129864</name>
+      </trkpt>
+      <trkpt lat="48.15622329711914" lon="11.42282772064209">
+        <name>129865</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90142</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132321&#xA;      &#xA;      &#xA;        132322&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24211120605469" lon="11.456016540527344">
+        <name>132321</name>
+      </trkpt>
+      <trkpt lat="48.24245071411133" lon="11.458816528320312">
+        <name>132322</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105566</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147119&#xA;      &#xA;      &#xA;        147121&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12855529785156" lon="11.433406829833984">
+        <name>147119</name>
+      </trkpt>
+      <trkpt lat="48.12887954711914" lon="11.43274974822998">
+        <name>147121</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87737</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129989&#xA;      &#xA;      &#xA;        129984&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163551330566406" lon="11.436266899108887">
+        <name>129989</name>
+      </trkpt>
+      <trkpt lat="48.16349792480469" lon="11.437353134155273">
+        <name>129984</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90001</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132190&#xA;      &#xA;      &#xA;        132191&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20924758911133" lon="11.378993034362793">
+        <name>132190</name>
+      </trkpt>
+      <trkpt lat="48.210811614990234" lon="11.377774238586426">
+        <name>132191</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105000</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130114&#xA;      &#xA;      &#xA;        146550&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20856475830078" lon="11.390711784362793">
+        <name>130114</name>
+      </trkpt>
+      <trkpt lat="48.20722198486328" lon="11.393383979797363">
+        <name>146550</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105142</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146694&#xA;      &#xA;      &#xA;        146697&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1915397644043" lon="11.70136833190918">
+        <name>146694</name>
+      </trkpt>
+      <trkpt lat="48.19039535522461" lon="11.705796241760254">
+        <name>146697</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85898</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128221&#xA;      &#xA;      &#xA;        128222&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.194393157958984" lon="11.365962028503418">
+        <name>128221</name>
+      </trkpt>
+      <trkpt lat="48.193843841552734" lon="11.36777114868164">
+        <name>128222</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86747</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129013&#xA;      &#xA;      &#xA;        129018&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20819854736328" lon="11.461540222167969">
+        <name>129013</name>
+      </trkpt>
+      <trkpt lat="48.20880889892578" lon="11.4639253616333">
+        <name>129018</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90143</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132322&#xA;      &#xA;      &#xA;        132323&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24245071411133" lon="11.458816528320312">
+        <name>132322</name>
+      </trkpt>
+      <trkpt lat="48.242431640625" lon="11.462272644042969">
+        <name>132323</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105567</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147121&#xA;      &#xA;      &#xA;        147122&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12887954711914" lon="11.43274974822998">
+        <name>147121</name>
+      </trkpt>
+      <trkpt lat="48.12916564941406" lon="11.432292938232422">
+        <name>147122</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87738</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129994&#xA;      &#xA;      &#xA;        129989&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163719177246094" lon="11.435429573059082">
+        <name>129994</name>
+      </trkpt>
+      <trkpt lat="48.163551330566406" lon="11.436266899108887">
+        <name>129989</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90002</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132191&#xA;      &#xA;      &#xA;        132192&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.210811614990234" lon="11.377774238586426">
+        <name>132191</name>
+      </trkpt>
+      <trkpt lat="48.211204528808594" lon="11.37743091583252">
+        <name>132192</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105001</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146550&#xA;      &#xA;      &#xA;        146551&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20722198486328" lon="11.393383979797363">
+        <name>146550</name>
+      </trkpt>
+      <trkpt lat="48.206764221191406" lon="11.395126342773438">
+        <name>146551</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85899</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128222&#xA;      &#xA;      &#xA;        128223&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193843841552734" lon="11.36777114868164">
+        <name>128222</name>
+      </trkpt>
+      <trkpt lat="48.193443298339844" lon="11.369275093078613">
+        <name>128223</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86748</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129018&#xA;      &#xA;      &#xA;        129019&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20880889892578" lon="11.4639253616333">
+        <name>129018</name>
+      </trkpt>
+      <trkpt lat="48.20945739746094" lon="11.466724395751953">
+        <name>129019</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87597</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129863&#xA;      &#xA;      &#xA;        129869&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15543746948242" lon="11.423273086547852">
+        <name>129863</name>
+      </trkpt>
+      <trkpt lat="48.1557502746582" lon="11.423044204711914">
+        <name>129869</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90144</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132323&#xA;      &#xA;      &#xA;        132324&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.242431640625" lon="11.462272644042969">
+        <name>132323</name>
+      </trkpt>
+      <trkpt lat="48.24235534667969" lon="11.466129302978516">
+        <name>132324</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105568</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147122&#xA;      &#xA;      &#xA;        147123&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12916564941406" lon="11.432292938232422">
+        <name>147122</name>
+      </trkpt>
+      <trkpt lat="48.12941360473633" lon="11.431607246398926">
+        <name>147123</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87739</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129994&#xA;      &#xA;      &#xA;        129996&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163719177246094" lon="11.435429573059082">
+        <name>129994</name>
+      </trkpt>
+      <trkpt lat="48.164146423339844" lon="11.435867309570312">
+        <name>129996</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90003</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132192&#xA;      &#xA;      &#xA;        132193&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.211204528808594" lon="11.37743091583252">
+        <name>132192</name>
+      </trkpt>
+      <trkpt lat="48.21168518066406" lon="11.376859664916992">
+        <name>132193</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85900</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128223&#xA;      &#xA;      &#xA;        128224&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193443298339844" lon="11.369275093078613">
+        <name>128223</name>
+      </trkpt>
+      <trkpt lat="48.19287109375" lon="11.371485710144043">
+        <name>128224</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86749</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129019&#xA;      &#xA;      &#xA;        129020&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20945739746094" lon="11.466724395751953">
+        <name>129019</name>
+      </trkpt>
+      <trkpt lat="48.209625244140625" lon="11.468353271484375">
+        <name>129020</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87598</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129869&#xA;      &#xA;      &#xA;        129864&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557502746582" lon="11.423044204711914">
+        <name>129869</name>
+      </trkpt>
+      <trkpt lat="48.155853271484375" lon="11.42308235168457">
+        <name>129864</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90145</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132324&#xA;      &#xA;      &#xA;        132325&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24235534667969" lon="11.466129302978516">
+        <name>132324</name>
+      </trkpt>
+      <trkpt lat="48.242488861083984" lon="11.468157768249512">
+        <name>132325</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105569</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147123&#xA;      &#xA;      &#xA;        147124&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12941360473633" lon="11.431607246398926">
+        <name>147123</name>
+      </trkpt>
+      <trkpt lat="48.12947463989258" lon="11.43083667755127">
+        <name>147124</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87740</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129996&#xA;      &#xA;      &#xA;        129997&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.164146423339844" lon="11.435867309570312">
+        <name>129996</name>
+      </trkpt>
+      <trkpt lat="48.16454315185547" lon="11.436134338378906">
+        <name>129997</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90004</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132193&#xA;      &#xA;      &#xA;        132194&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21168518066406" lon="11.376859664916992">
+        <name>132193</name>
+      </trkpt>
+      <trkpt lat="48.2124137878418" lon="11.37592601776123">
+        <name>132194</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87882</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130107&#xA;      &#xA;      &#xA;        130108&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.231201171875" lon="11.35247802734375">
+        <name>130107</name>
+      </trkpt>
+      <trkpt lat="48.229549407958984" lon="11.355305671691895">
+        <name>130108</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85901</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128224&#xA;      &#xA;      &#xA;        128225&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19287109375" lon="11.371485710144043">
+        <name>128224</name>
+      </trkpt>
+      <trkpt lat="48.19234085083008" lon="11.373237609863281">
+        <name>128225</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86750</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129020&#xA;      &#xA;      &#xA;        129021&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209625244140625" lon="11.468353271484375">
+        <name>129020</name>
+      </trkpt>
+      <trkpt lat="48.20966339111328" lon="11.47098159790039">
+        <name>129021</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87599</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129869&#xA;      &#xA;      &#xA;        129864&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557502746582" lon="11.423044204711914">
+        <name>129869</name>
+      </trkpt>
+      <trkpt lat="48.155853271484375" lon="11.42308235168457">
+        <name>129864</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90146</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132325&#xA;      &#xA;      &#xA;        132326&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.242488861083984" lon="11.468157768249512">
+        <name>132325</name>
+      </trkpt>
+      <trkpt lat="48.242977142333984" lon="11.470528602600098">
+        <name>132326</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105570</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147124&#xA;      &#xA;      &#xA;        147125&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12947463989258" lon="11.43083667755127">
+        <name>147124</name>
+      </trkpt>
+      <trkpt lat="48.12955093383789" lon="11.430464744567871">
+        <name>147125</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87741</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129997&#xA;      &#xA;      &#xA;        129998&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16454315185547" lon="11.436134338378906">
+        <name>129997</name>
+      </trkpt>
+      <trkpt lat="48.164642333984375" lon="11.436400413513184">
+        <name>129998</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90005</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132194&#xA;      &#xA;      &#xA;        132195&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2124137878418" lon="11.37592601776123">
+        <name>132194</name>
+      </trkpt>
+      <trkpt lat="48.213287353515625" lon="11.374726295471191">
+        <name>132195</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105004</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146551&#xA;      &#xA;      &#xA;        146552&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206764221191406" lon="11.395126342773438">
+        <name>146551</name>
+      </trkpt>
+      <trkpt lat="48.206459045410156" lon="11.397440910339355">
+        <name>146552</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87883</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130108&#xA;      &#xA;      &#xA;        130109&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.229549407958984" lon="11.355305671691895">
+        <name>130108</name>
+      </trkpt>
+      <trkpt lat="48.22617721557617" lon="11.360904693603516">
+        <name>130109</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85902</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128225&#xA;      &#xA;      &#xA;        128226&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19234085083008" lon="11.373237609863281">
+        <name>128225</name>
+      </trkpt>
+      <trkpt lat="48.19114303588867" lon="11.375065803527832">
+        <name>128226</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86751</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129021&#xA;      &#xA;      &#xA;        129022&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20966339111328" lon="11.47098159790039">
+        <name>129021</name>
+      </trkpt>
+      <trkpt lat="48.209686279296875" lon="11.475935935974121">
+        <name>129022</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87600</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128288&#xA;      &#xA;      &#xA;        129868&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155555725097656" lon="11.42264175415039">
+        <name>128288</name>
+      </trkpt>
+      <trkpt lat="48.155643463134766" lon="11.422701835632324">
+        <name>129868</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90147</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132326&#xA;      &#xA;      &#xA;        132327&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.242977142333984" lon="11.470528602600098">
+        <name>132326</name>
+      </trkpt>
+      <trkpt lat="48.24374008178711" lon="11.472557067871094">
+        <name>132327</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105571</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147125&#xA;      &#xA;      &#xA;        147126&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12955093383789" lon="11.430464744567871">
+        <name>147125</name>
+      </trkpt>
+      <trkpt lat="48.13019561767578" lon="11.428665161132812">
+        <name>147126</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87742</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129998&#xA;      &#xA;      &#xA;        129999&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.164642333984375" lon="11.436400413513184">
+        <name>129998</name>
+      </trkpt>
+      <trkpt lat="48.1647834777832" lon="11.438780784606934">
+        <name>129999</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90006</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132195&#xA;      &#xA;      &#xA;        132196&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.213287353515625" lon="11.374726295471191">
+        <name>132195</name>
+      </trkpt>
+      <trkpt lat="48.21403884887695" lon="11.373507499694824">
+        <name>132196</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87884</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130109&#xA;      &#xA;      &#xA;        130110&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22617721557617" lon="11.360904693603516">
+        <name>130109</name>
+      </trkpt>
+      <trkpt lat="48.22203063964844" lon="11.367988586425781">
+        <name>130110</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85903</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128226&#xA;      &#xA;      &#xA;        128227&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19114303588867" lon="11.375065803527832">
+        <name>128226</name>
+      </trkpt>
+      <trkpt lat="48.18982696533203" lon="11.377103805541992">
+        <name>128227</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86752</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129022&#xA;      &#xA;      &#xA;        129024&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209686279296875" lon="11.475935935974121">
+        <name>129022</name>
+      </trkpt>
+      <trkpt lat="48.209571838378906" lon="11.478721618652344">
+        <name>129024</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87601</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128289&#xA;      &#xA;      &#xA;        129868&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15562057495117" lon="11.422557830810547">
+        <name>128289</name>
+      </trkpt>
+      <trkpt lat="48.155643463134766" lon="11.422701835632324">
+        <name>129868</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90148</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132327&#xA;      &#xA;      &#xA;        132328&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24374008178711" lon="11.472557067871094">
+        <name>132327</name>
+      </trkpt>
+      <trkpt lat="48.244598388671875" lon="11.474013328552246">
+        <name>132328</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105572</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147126&#xA;      &#xA;      &#xA;        147127&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13019561767578" lon="11.428665161132812">
+        <name>147126</name>
+      </trkpt>
+      <trkpt lat="48.13046646118164" lon="11.42849349975586">
+        <name>147127</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87743</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129999&#xA;      &#xA;      &#xA;        130000&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1647834777832" lon="11.438780784606934">
+        <name>129999</name>
+      </trkpt>
+      <trkpt lat="48.1644287109375" lon="11.439676284790039">
+        <name>130000</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90007</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132196&#xA;      &#xA;      &#xA;        132197&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21403884887695" lon="11.373507499694824">
+        <name>132196</name>
+      </trkpt>
+      <trkpt lat="48.21506881713867" lon="11.371984481811523">
+        <name>132197</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105006</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146552&#xA;      &#xA;      &#xA;        146553&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206459045410156" lon="11.397440910339355">
+        <name>146552</name>
+      </trkpt>
+      <trkpt lat="48.20621109008789" lon="11.400668144226074">
+        <name>146553</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87885</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130110&#xA;      &#xA;      &#xA;        130111&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22203063964844" lon="11.367988586425781">
+        <name>130110</name>
+      </trkpt>
+      <trkpt lat="48.21829605102539" lon="11.374273300170898">
+        <name>130111</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85904</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128227&#xA;      &#xA;      &#xA;        128228&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18982696533203" lon="11.377103805541992">
+        <name>128227</name>
+      </trkpt>
+      <trkpt lat="48.18793487548828" lon="11.380284309387207">
+        <name>128228</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86753</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129024&#xA;      &#xA;      &#xA;        129025&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209571838378906" lon="11.478721618652344">
+        <name>129024</name>
+      </trkpt>
+      <trkpt lat="48.20926284790039" lon="11.481378555297852">
+        <name>129025</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87602</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129868&#xA;      &#xA;      &#xA;        129869&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155643463134766" lon="11.422701835632324">
+        <name>129868</name>
+      </trkpt>
+      <trkpt lat="48.1557502746582" lon="11.423044204711914">
+        <name>129869</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90149</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132328&#xA;      &#xA;      &#xA;        132329&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244598388671875" lon="11.474013328552246">
+        <name>132328</name>
+      </trkpt>
+      <trkpt lat="48.24520492553711" lon="11.474727630615234">
+        <name>132329</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105573</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147127&#xA;      &#xA;      &#xA;        147128&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13046646118164" lon="11.42849349975586">
+        <name>147127</name>
+      </trkpt>
+      <trkpt lat="48.131263732910156" lon="11.428522109985352">
+        <name>147128</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87744</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130000&#xA;      &#xA;      &#xA;        129988&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1644287109375" lon="11.439676284790039">
+        <name>130000</name>
+      </trkpt>
+      <trkpt lat="48.163551330566406" lon="11.439733505249023">
+        <name>129988</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90008</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132197&#xA;      &#xA;      &#xA;        132198&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21506881713867" lon="11.371984481811523">
+        <name>132197</name>
+      </trkpt>
+      <trkpt lat="48.2154426574707" lon="11.371563911437988">
+        <name>132198</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87886</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130111&#xA;      &#xA;      &#xA;        130112&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21829605102539" lon="11.374273300170898">
+        <name>130111</name>
+      </trkpt>
+      <trkpt lat="48.21529006958008" lon="11.379414558410645">
+        <name>130112</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85905</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128228&#xA;      &#xA;      &#xA;        128229&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18793487548828" lon="11.380284309387207">
+        <name>128228</name>
+      </trkpt>
+      <trkpt lat="48.186790466308594" lon="11.382305145263672">
+        <name>128229</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86754</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129025&#xA;      &#xA;      &#xA;        129026&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20926284790039" lon="11.481378555297852">
+        <name>129025</name>
+      </trkpt>
+      <trkpt lat="48.20903396606445" lon="11.483692169189453">
+        <name>129026</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87603</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129868&#xA;      &#xA;      &#xA;        129866&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155643463134766" lon="11.422701835632324">
+        <name>129868</name>
+      </trkpt>
+      <trkpt lat="48.15615463256836" lon="11.422321319580078">
+        <name>129866</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90150</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132328&#xA;      &#xA;      &#xA;        132330&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244598388671875" lon="11.474013328552246">
+        <name>132328</name>
+      </trkpt>
+      <trkpt lat="48.245033264160156" lon="11.47492790222168">
+        <name>132330</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105574</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147128&#xA;      &#xA;      &#xA;        147129&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.131263732910156" lon="11.428522109985352">
+        <name>147128</name>
+      </trkpt>
+      <trkpt lat="48.13139724731445" lon="11.4284086227417">
+        <name>147129</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87745</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129994&#xA;      &#xA;      &#xA;        129995&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163719177246094" lon="11.435429573059082">
+        <name>129994</name>
+      </trkpt>
+      <trkpt lat="48.16404724121094" lon="11.434248924255371">
+        <name>129995</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90009</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132198&#xA;      &#xA;      &#xA;        132199&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2154426574707" lon="11.371563911437988">
+        <name>132198</name>
+      </trkpt>
+      <trkpt lat="48.21577072143555" lon="11.371126174926758">
+        <name>132199</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87887</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130112&#xA;      &#xA;      &#xA;        130113&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21529006958008" lon="11.379414558410645">
+        <name>130112</name>
+      </trkpt>
+      <trkpt lat="48.211578369140625" lon="11.385669708251953">
+        <name>130113</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86755</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129017&#xA;      &#xA;      &#xA;        129023&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20991134643555" lon="11.47098159790039">
+        <name>129017</name>
+      </trkpt>
+      <trkpt lat="48.209930419921875" lon="11.475778579711914">
+        <name>129023</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90151</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132329&#xA;      &#xA;      &#xA;        132330&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24520492553711" lon="11.474727630615234">
+        <name>132329</name>
+      </trkpt>
+      <trkpt lat="48.245033264160156" lon="11.47492790222168">
+        <name>132330</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105575</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147129&#xA;      &#xA;      &#xA;        147130&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13139724731445" lon="11.4284086227417">
+        <name>147129</name>
+      </trkpt>
+      <trkpt lat="48.1318359375" lon="11.427037239074707">
+        <name>147130</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87746</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129995&#xA;      &#xA;      &#xA;        129832&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16404724121094" lon="11.434248924255371">
+        <name>129995</name>
+      </trkpt>
+      <trkpt lat="48.16414260864258" lon="11.433693885803223">
+        <name>129832</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90010</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132199&#xA;      &#xA;      &#xA;        132200&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21577072143555" lon="11.371126174926758">
+        <name>132199</name>
+      </trkpt>
+      <trkpt lat="48.21609115600586" lon="11.370402336120605">
+        <name>132200</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105009</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146553&#xA;      &#xA;      &#xA;        146557&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20621109008789" lon="11.400668144226074">
+        <name>146553</name>
+      </trkpt>
+      <trkpt lat="48.20600509643555" lon="11.404182434082031">
+        <name>146557</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87888</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130113&#xA;      &#xA;      &#xA;        130114&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.211578369140625" lon="11.385669708251953">
+        <name>130113</name>
+      </trkpt>
+      <trkpt lat="48.20856475830078" lon="11.390711784362793">
+        <name>130114</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86756</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129023&#xA;      &#xA;      &#xA;        129027&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209930419921875" lon="11.475778579711914">
+        <name>129023</name>
+      </trkpt>
+      <trkpt lat="48.20979690551758" lon="11.478750228881836">
+        <name>129027</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90152</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132330&#xA;      &#xA;      &#xA;        132331&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.245033264160156" lon="11.47492790222168">
+        <name>132330</name>
+      </trkpt>
+      <trkpt lat="48.244842529296875" lon="11.47567081451416">
+        <name>132331</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105576</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147130&#xA;      &#xA;      &#xA;        147131&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1318359375" lon="11.427037239074707">
+        <name>147130</name>
+      </trkpt>
+      <trkpt lat="48.13248825073242" lon="11.425494194030762">
+        <name>147131</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87747</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129856&#xA;      &#xA;      &#xA;        130001&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15774154663086" lon="11.425199508666992">
+        <name>129856</name>
+      </trkpt>
+      <trkpt lat="48.15787124633789" lon="11.425211906433105">
+        <name>130001</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90011</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132200&#xA;      &#xA;      &#xA;        132201&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21609115600586" lon="11.370402336120605">
+        <name>132200</name>
+      </trkpt>
+      <trkpt lat="48.216670989990234" lon="11.36941146850586">
+        <name>132201</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87889</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130114&#xA;      &#xA;      &#xA;        130115&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20856475830078" lon="11.390711784362793">
+        <name>130114</name>
+      </trkpt>
+      <trkpt lat="48.20582580566406" lon="11.39538288116455">
+        <name>130115</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85908</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128231&#xA;      &#xA;      &#xA;        128232&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1844367980957" lon="11.386801719665527">
+        <name>128231</name>
+      </trkpt>
+      <trkpt lat="48.18360900878906" lon="11.388019561767578">
+        <name>128232</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86757</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129027&#xA;      &#xA;      &#xA;        129028&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20979690551758" lon="11.478750228881836">
+        <name>129027</name>
+      </trkpt>
+      <trkpt lat="48.20951461791992" lon="11.481093406677246">
+        <name>129028</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90153</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132331&#xA;      &#xA;      &#xA;        132333&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244842529296875" lon="11.47567081451416">
+        <name>132331</name>
+      </trkpt>
+      <trkpt lat="48.2448844909668" lon="11.476212501525879">
+        <name>132333</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105577</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147131&#xA;      &#xA;      &#xA;        147132&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13248825073242" lon="11.425494194030762">
+        <name>147131</name>
+      </trkpt>
+      <trkpt lat="48.13288497924805" lon="11.424598693847656">
+        <name>147132</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87748</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130001&#xA;      &#xA;      &#xA;        129854&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15787124633789" lon="11.425211906433105">
+        <name>130001</name>
+      </trkpt>
+      <trkpt lat="48.157962799072266" lon="11.425047874450684">
+        <name>129854</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90012</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132201&#xA;      &#xA;      &#xA;        132202&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.216670989990234" lon="11.36941146850586">
+        <name>132201</name>
+      </trkpt>
+      <trkpt lat="48.217498779296875" lon="11.368268966674805">
+        <name>132202</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105153</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146697&#xA;      &#xA;      &#xA;        146704&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19039535522461" lon="11.705796241760254">
+        <name>146697</name>
+      </trkpt>
+      <trkpt lat="48.18891525268555" lon="11.710309982299805">
+        <name>146704</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87890</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130115&#xA;      &#xA;      &#xA;        130116&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20582580566406" lon="11.39538288116455">
+        <name>130115</name>
+      </trkpt>
+      <trkpt lat="48.20228576660156" lon="11.400910377502441">
+        <name>130116</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85909</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128232&#xA;      &#xA;      &#xA;        128233&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18360900878906" lon="11.388019561767578">
+        <name>128232</name>
+      </trkpt>
+      <trkpt lat="48.18272018432617" lon="11.388762474060059">
+        <name>128233</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86758</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129028&#xA;      &#xA;      &#xA;        129029&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20951461791992" lon="11.481093406677246">
+        <name>129028</name>
+      </trkpt>
+      <trkpt lat="48.209285736083984" lon="11.48303508758545">
+        <name>129029</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90154</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132333&#xA;      &#xA;      &#xA;        132332&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2448844909668" lon="11.476212501525879">
+        <name>132333</name>
+      </trkpt>
+      <trkpt lat="48.2448844909668" lon="11.4764986038208">
+        <name>132332</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105578</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147132&#xA;      &#xA;      &#xA;        147133&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13288497924805" lon="11.424598693847656">
+        <name>147132</name>
+      </trkpt>
+      <trkpt lat="48.133026123046875" lon="11.424561500549316">
+        <name>147133</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87749</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129857&#xA;      &#xA;      &#xA;        130002&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15715026855469" lon="11.425485610961914">
+        <name>129857</name>
+      </trkpt>
+      <trkpt lat="48.157466888427734" lon="11.427210807800293">
+        <name>130002</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90013</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132202&#xA;      &#xA;      &#xA;        132203&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.217498779296875" lon="11.368268966674805">
+        <name>132202</name>
+      </trkpt>
+      <trkpt lat="48.21792984008789" lon="11.367925643920898">
+        <name>132203</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105012</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146557&#xA;      &#xA;      &#xA;        146562&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20600509643555" lon="11.404182434082031">
+        <name>146557</name>
+      </trkpt>
+      <trkpt lat="48.20566177368164" lon="11.410266876220703">
+        <name>146562</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87891</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130116&#xA;      &#xA;      &#xA;        130117&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20228576660156" lon="11.400910377502441">
+        <name>130116</name>
+      </trkpt>
+      <trkpt lat="48.19928741455078" lon="11.405449867248535">
+        <name>130117</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85910</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128233&#xA;      &#xA;      &#xA;        128234&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18272018432617" lon="11.388762474060059">
+        <name>128233</name>
+      </trkpt>
+      <trkpt lat="48.18208694458008" lon="11.389562606811523">
+        <name>128234</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86759</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129026&#xA;      &#xA;      &#xA;        129030&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20903396606445" lon="11.483692169189453">
+        <name>129026</name>
+      </trkpt>
+      <trkpt lat="48.20897674560547" lon="11.486090660095215">
+        <name>129030</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90155</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132332&#xA;      &#xA;      &#xA;        132334&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2448844909668" lon="11.4764986038208">
+        <name>132332</name>
+      </trkpt>
+      <trkpt lat="48.24520492553711" lon="11.4764986038208">
+        <name>132334</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105579</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147133&#xA;      &#xA;      &#xA;        147134&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.133026123046875" lon="11.424561500549316">
+        <name>147133</name>
+      </trkpt>
+      <trkpt lat="48.133216857910156" lon="11.424808502197266">
+        <name>147134</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87750</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130002&#xA;      &#xA;      &#xA;        130003&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157466888427734" lon="11.427210807800293">
+        <name>130002</name>
+      </trkpt>
+      <trkpt lat="48.157657623291016" lon="11.42873477935791">
+        <name>130003</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90014</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132203&#xA;      &#xA;      &#xA;        132204&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21792984008789" lon="11.367925643920898">
+        <name>132203</name>
+      </trkpt>
+      <trkpt lat="48.21843338012695" lon="11.367830276489258">
+        <name>132204</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105013</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146562&#xA;      &#xA;      &#xA;        146565&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20566177368164" lon="11.410266876220703">
+        <name>146562</name>
+      </trkpt>
+      <trkpt lat="48.205257415771484" lon="11.417179107666016">
+        <name>146565</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105155</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146704&#xA;      &#xA;      &#xA;        146705&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18891525268555" lon="11.710309982299805">
+        <name>146704</name>
+      </trkpt>
+      <trkpt lat="48.18745040893555" lon="11.714194297790527">
+        <name>146705</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87892</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130117&#xA;      &#xA;      &#xA;        130118&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19928741455078" lon="11.405449867248535">
+        <name>130117</name>
+      </trkpt>
+      <trkpt lat="48.19568634033203" lon="11.41089153289795">
+        <name>130118</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85911</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128234&#xA;      &#xA;      &#xA;        128235&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18208694458008" lon="11.389562606811523">
+        <name>128234</name>
+      </trkpt>
+      <trkpt lat="48.180641174316406" lon="11.392782211303711">
+        <name>128235</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86760</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129030&#xA;      &#xA;      &#xA;        129031&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20897674560547" lon="11.486090660095215">
+        <name>129030</name>
+      </trkpt>
+      <trkpt lat="48.209205627441406" lon="11.489204406738281">
+        <name>129031</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90156</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132334&#xA;      &#xA;      &#xA;        132333&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24520492553711" lon="11.4764986038208">
+        <name>132334</name>
+      </trkpt>
+      <trkpt lat="48.2448844909668" lon="11.476212501525879">
+        <name>132333</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105580</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147134&#xA;      &#xA;      &#xA;        147135&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.133216857910156" lon="11.424808502197266">
+        <name>147134</name>
+      </trkpt>
+      <trkpt lat="48.133419036865234" lon="11.424808502197266">
+        <name>147135</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87751</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130003&#xA;      &#xA;      &#xA;        130005&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157657623291016" lon="11.42873477935791">
+        <name>130003</name>
+      </trkpt>
+      <trkpt lat="48.157081604003906" lon="11.428582191467285">
+        <name>130005</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90015</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132204&#xA;      &#xA;      &#xA;        132205&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21843338012695" lon="11.367830276489258">
+        <name>132204</name>
+      </trkpt>
+      <trkpt lat="48.21870422363281" lon="11.367658615112305">
+        <name>132205</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87893</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130118&#xA;      &#xA;      &#xA;        130119&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19568634033203" lon="11.41089153289795">
+        <name>130118</name>
+      </trkpt>
+      <trkpt lat="48.19208908081055" lon="11.416290283203125">
+        <name>130119</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85912</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128235&#xA;      &#xA;      &#xA;        128236&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.180641174316406" lon="11.392782211303711">
+        <name>128235</name>
+      </trkpt>
+      <trkpt lat="48.179840087890625" lon="11.395505905151367">
+        <name>128236</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86761</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129031&#xA;      &#xA;      &#xA;        129032&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209205627441406" lon="11.489204406738281">
+        <name>129031</name>
+      </trkpt>
+      <trkpt lat="48.209739685058594" lon="11.492204666137695">
+        <name>129032</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90157</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132334&#xA;      &#xA;      &#xA;        132335&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24520492553711" lon="11.4764986038208">
+        <name>132334</name>
+      </trkpt>
+      <trkpt lat="48.24600601196289" lon="11.476527214050293">
+        <name>132335</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105581</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147135&#xA;      &#xA;      &#xA;        147136&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.133419036865234" lon="11.424808502197266">
+        <name>147135</name>
+      </trkpt>
+      <trkpt lat="48.13386535644531" lon="11.424636840820312">
+        <name>147136</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87752</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130003&#xA;      &#xA;      &#xA;        130004&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157657623291016" lon="11.42873477935791">
+        <name>130003</name>
+      </trkpt>
+      <trkpt lat="48.15778350830078" lon="11.430315971374512">
+        <name>130004</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90016</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132205&#xA;      &#xA;      &#xA;        132206&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21870422363281" lon="11.367658615112305">
+        <name>132205</name>
+      </trkpt>
+      <trkpt lat="48.21900939941406" lon="11.367182731628418">
+        <name>132206</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105157</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146705&#xA;      &#xA;      &#xA;        146706&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18745040893555" lon="11.714194297790527">
+        <name>146705</name>
+      </trkpt>
+      <trkpt lat="48.18577575683594" lon="11.717822074890137">
+        <name>146706</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87894</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130119&#xA;      &#xA;      &#xA;        130120&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19208908081055" lon="11.416290283203125">
+        <name>130119</name>
+      </trkpt>
+      <trkpt lat="48.189022064208984" lon="11.420875549316406">
+        <name>130120</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85913</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128236&#xA;      &#xA;      &#xA;        128237&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179840087890625" lon="11.395505905151367">
+        <name>128236</name>
+      </trkpt>
+      <trkpt lat="48.1796875" lon="11.398838996887207">
+        <name>128237</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86762</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129032&#xA;      &#xA;      &#xA;        129033&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209739685058594" lon="11.492204666137695">
+        <name>129032</name>
+      </trkpt>
+      <trkpt lat="48.21046829223633" lon="11.49468994140625">
+        <name>129033</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90158</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132335&#xA;      &#xA;      &#xA;        132336&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24600601196289" lon="11.476527214050293">
+        <name>132335</name>
+      </trkpt>
+      <trkpt lat="48.24713134765625" lon="11.476212501525879">
+        <name>132336</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105582</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147136&#xA;      &#xA;      &#xA;        147137&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13386535644531" lon="11.424636840820312">
+        <name>147136</name>
+      </trkpt>
+      <trkpt lat="48.1344108581543" lon="11.424732208251953">
+        <name>147137</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87753</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130004&#xA;      &#xA;      &#xA;        130006&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15778350830078" lon="11.430315971374512">
+        <name>130004</name>
+      </trkpt>
+      <trkpt lat="48.1559944152832" lon="11.430524826049805">
+        <name>130006</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90017</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132206&#xA;      &#xA;      &#xA;        132207&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21900939941406" lon="11.367182731628418">
+        <name>132206</name>
+      </trkpt>
+      <trkpt lat="48.22047805786133" lon="11.364363670349121">
+        <name>132207</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105158</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146706&#xA;      &#xA;      &#xA;        146707&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18577575683594" lon="11.717822074890137">
+        <name>146706</name>
+      </trkpt>
+      <trkpt lat="48.18379211425781" lon="11.72150707244873">
+        <name>146707</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87895</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130120&#xA;      &#xA;      &#xA;        130121&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.189022064208984" lon="11.420875549316406">
+        <name>130120</name>
+      </trkpt>
+      <trkpt lat="48.18502426147461" lon="11.426959037780762">
+        <name>130121</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85914</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128237&#xA;      &#xA;      &#xA;        128238&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1796875" lon="11.398838996887207">
+        <name>128237</name>
+      </trkpt>
+      <trkpt lat="48.17930221557617" lon="11.398858070373535">
+        <name>128238</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86763</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129033&#xA;      &#xA;      &#xA;        129034&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21046829223633" lon="11.49468994140625">
+        <name>129033</name>
+      </trkpt>
+      <trkpt lat="48.21126174926758" lon="11.49671745300293">
+        <name>129034</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90159</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132336&#xA;      &#xA;      &#xA;        132337&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24713134765625" lon="11.476212501525879">
+        <name>132336</name>
+      </trkpt>
+      <trkpt lat="48.24871063232422" lon="11.475098609924316">
+        <name>132337</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105583</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147137&#xA;      &#xA;      &#xA;        147138&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1344108581543" lon="11.424732208251953">
+        <name>147137</name>
+      </trkpt>
+      <trkpt lat="48.13496780395508" lon="11.425169944763184">
+        <name>147138</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87754</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130006&#xA;      &#xA;      &#xA;        130007&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1559944152832" lon="11.430524826049805">
+        <name>130006</name>
+      </trkpt>
+      <trkpt lat="48.155853271484375" lon="11.429533958435059">
+        <name>130007</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90018</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132207&#xA;      &#xA;      &#xA;        132208&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22047805786133" lon="11.364363670349121">
+        <name>132207</name>
+      </trkpt>
+      <trkpt lat="48.22175216674805" lon="11.361953735351562">
+        <name>132208</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85915</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128238&#xA;      &#xA;      &#xA;        128239&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17930221557617" lon="11.398858070373535">
+        <name>128238</name>
+      </trkpt>
+      <trkpt lat="48.179073333740234" lon="11.398971557617188">
+        <name>128239</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86764</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129029&#xA;      &#xA;      &#xA;        129035&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209285736083984" lon="11.48303508758545">
+        <name>129029</name>
+      </trkpt>
+      <trkpt lat="48.209190368652344" lon="11.486063003540039">
+        <name>129035</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90160</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132337&#xA;      &#xA;      &#xA;        132338&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24871063232422" lon="11.475098609924316">
+        <name>132337</name>
+      </trkpt>
+      <trkpt lat="48.25078582763672" lon="11.473670959472656">
+        <name>132338</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105584</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147138&#xA;      &#xA;      &#xA;        147139&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13496780395508" lon="11.425169944763184">
+        <name>147138</name>
+      </trkpt>
+      <trkpt lat="48.13529968261719" lon="11.425589561462402">
+        <name>147139</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87755</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130006&#xA;      &#xA;      &#xA;        130008&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1559944152832" lon="11.430524826049805">
+        <name>130006</name>
+      </trkpt>
+      <trkpt lat="48.156185150146484" lon="11.432143211364746">
+        <name>130008</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90019</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132208&#xA;      &#xA;      &#xA;        132209&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22175216674805" lon="11.361953735351562">
+        <name>132208</name>
+      </trkpt>
+      <trkpt lat="48.22293472290039" lon="11.359668731689453">
+        <name>132209</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105160</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146707&#xA;      &#xA;      &#xA;        146710&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18379211425781" lon="11.72150707244873">
+        <name>146707</name>
+      </trkpt>
+      <trkpt lat="48.18158721923828" lon="11.725021362304688">
+        <name>146710</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87897</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129950&#xA;      &#xA;      &#xA;        130122&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18100357055664" lon="11.433415412902832">
+        <name>129950</name>
+      </trkpt>
+      <trkpt lat="48.181976318359375" lon="11.431831359863281">
+        <name>130122</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85916</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128239&#xA;      &#xA;      &#xA;        128240&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179073333740234" lon="11.398971557617188">
+        <name>128239</name>
+      </trkpt>
+      <trkpt lat="48.17836380004883" lon="11.400629043579102">
+        <name>128240</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86765</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129035&#xA;      &#xA;      &#xA;        129036&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209190368652344" lon="11.486063003540039">
+        <name>129035</name>
+      </trkpt>
+      <trkpt lat="48.20945739746094" lon="11.489090919494629">
+        <name>129036</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90161</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132338&#xA;      &#xA;      &#xA;        132339&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25078582763672" lon="11.473670959472656">
+        <name>132338</name>
+      </trkpt>
+      <trkpt lat="48.25321578979492" lon="11.472185134887695">
+        <name>132339</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105585</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147139&#xA;      &#xA;      &#xA;        147140&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13529968261719" lon="11.425589561462402">
+        <name>147139</name>
+      </trkpt>
+      <trkpt lat="48.1359748840332" lon="11.424484252929688">
+        <name>147140</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87756</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130008&#xA;      &#xA;      &#xA;        130017&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156185150146484" lon="11.432143211364746">
+        <name>130008</name>
+      </trkpt>
+      <trkpt lat="48.15703201293945" lon="11.431781768798828">
+        <name>130017</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90020</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132209&#xA;      &#xA;      &#xA;        132210&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22293472290039" lon="11.359668731689453">
+        <name>132209</name>
+      </trkpt>
+      <trkpt lat="48.223392486572266" lon="11.359068870544434">
+        <name>132210</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87898</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130122&#xA;      &#xA;      &#xA;        129948&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181976318359375" lon="11.431831359863281">
+        <name>130122</name>
+      </trkpt>
+      <trkpt lat="48.18239212036133" lon="11.431615829467773">
+        <name>129948</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85917</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128240&#xA;      &#xA;      &#xA;        128241&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17836380004883" lon="11.400629043579102">
+        <name>128240</name>
+      </trkpt>
+      <trkpt lat="48.178401947021484" lon="11.401885986328125">
+        <name>128241</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86766</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129036&#xA;      &#xA;      &#xA;        129037&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20945739746094" lon="11.489090919494629">
+        <name>129036</name>
+      </trkpt>
+      <trkpt lat="48.2099494934082" lon="11.491890907287598">
+        <name>129037</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90162</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132339&#xA;      &#xA;      &#xA;        132340&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25321578979492" lon="11.472185134887695">
+        <name>132339</name>
+      </trkpt>
+      <trkpt lat="48.255062103271484" lon="11.470985412597656">
+        <name>132340</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105586</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147140&#xA;      &#xA;      &#xA;        147141&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1359748840332" lon="11.424484252929688">
+        <name>147140</name>
+      </trkpt>
+      <trkpt lat="48.13662338256836" lon="11.425398826599121">
+        <name>147141</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87757</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130008&#xA;      &#xA;      &#xA;        130009&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156185150146484" lon="11.432143211364746">
+        <name>130008</name>
+      </trkpt>
+      <trkpt lat="48.155662536621094" lon="11.432219505310059">
+        <name>130009</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90021</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132210&#xA;      &#xA;      &#xA;        132211&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223392486572266" lon="11.359068870544434">
+        <name>132210</name>
+      </trkpt>
+      <trkpt lat="48.22386932373047" lon="11.358469009399414">
+        <name>132211</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87899</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130122&#xA;      &#xA;      &#xA;        130123&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181976318359375" lon="11.431831359863281">
+        <name>130122</name>
+      </trkpt>
+      <trkpt lat="48.18325424194336" lon="11.429717063903809">
+        <name>130123</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85918</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128241&#xA;      &#xA;      &#xA;        128242&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.178401947021484" lon="11.401885986328125">
+        <name>128241</name>
+      </trkpt>
+      <trkpt lat="48.17850112915039" lon="11.402514457702637">
+        <name>128242</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86767</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129037&#xA;      &#xA;      &#xA;        129038&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2099494934082" lon="11.491890907287598">
+        <name>129037</name>
+      </trkpt>
+      <trkpt lat="48.210693359375" lon="11.494518280029297">
+        <name>129038</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90163</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132340&#xA;      &#xA;      &#xA;        132341&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.255062103271484" lon="11.470985412597656">
+        <name>132340</name>
+      </trkpt>
+      <trkpt lat="48.2557258605957" lon="11.470643043518066">
+        <name>132341</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105587</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147141&#xA;      &#xA;      &#xA;        147142&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13662338256836" lon="11.425398826599121">
+        <name>147141</name>
+      </trkpt>
+      <trkpt lat="48.137001037597656" lon="11.426217079162598">
+        <name>147142</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87758</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130009&#xA;      &#xA;      &#xA;        130010&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155662536621094" lon="11.432219505310059">
+        <name>130009</name>
+      </trkpt>
+      <trkpt lat="48.155521392822266" lon="11.43220043182373">
+        <name>130010</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90022</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132211&#xA;      &#xA;      &#xA;        132212&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22386932373047" lon="11.358469009399414">
+        <name>132211</name>
+      </trkpt>
+      <trkpt lat="48.22364044189453" lon="11.357954978942871">
+        <name>132212</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87900</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130123&#xA;      &#xA;      &#xA;        130121&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18325424194336" lon="11.429717063903809">
+        <name>130123</name>
+      </trkpt>
+      <trkpt lat="48.18502426147461" lon="11.426959037780762">
+        <name>130121</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85919</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128238&#xA;      &#xA;      &#xA;        128245&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17930221557617" lon="11.398858070373535">
+        <name>128238</name>
+      </trkpt>
+      <trkpt lat="48.179378509521484" lon="11.40104866027832">
+        <name>128245</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86768</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129038&#xA;      &#xA;      &#xA;        129039&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.210693359375" lon="11.494518280029297">
+        <name>129038</name>
+      </trkpt>
+      <trkpt lat="48.2114372253418" lon="11.496403694152832">
+        <name>129039</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90164</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132341&#xA;      &#xA;      &#xA;        132342&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2557258605957" lon="11.470643043518066">
+        <name>132341</name>
+      </trkpt>
+      <trkpt lat="48.25606918334961" lon="11.47104263305664">
+        <name>132342</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105588</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147142&#xA;      &#xA;      &#xA;        147143&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.137001037597656" lon="11.426217079162598">
+        <name>147142</name>
+      </trkpt>
+      <trkpt lat="48.13723373413086" lon="11.426979064941406">
+        <name>147143</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87759</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130010&#xA;      &#xA;      &#xA;        130011&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155521392822266" lon="11.43220043182373">
+        <name>130010</name>
+      </trkpt>
+      <trkpt lat="48.15536880493164" lon="11.431000709533691">
+        <name>130011</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90023</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132212&#xA;      &#xA;      &#xA;        132213&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22364044189453" lon="11.357954978942871">
+        <name>132212</name>
+      </trkpt>
+      <trkpt lat="48.222999572753906" lon="11.356821060180664">
+        <name>132213</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105022</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146565&#xA;      &#xA;      &#xA;        146573&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.205257415771484" lon="11.417179107666016">
+        <name>146565</name>
+      </trkpt>
+      <trkpt lat="48.204864501953125" lon="11.42429256439209">
+        <name>146573</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85920</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128245&#xA;      &#xA;      &#xA;        128244&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179378509521484" lon="11.40104866027832">
+        <name>128245</name>
+      </trkpt>
+      <trkpt lat="48.17925262451172" lon="11.401580810546875">
+        <name>128244</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86769</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129034&#xA;      &#xA;      &#xA;        129040&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21126174926758" lon="11.49671745300293">
+        <name>129034</name>
+      </trkpt>
+      <trkpt lat="48.21223449707031" lon="11.498602867126465">
+        <name>129040</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90165</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132342&#xA;      &#xA;      &#xA;        132343&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25606918334961" lon="11.47104263305664">
+        <name>132342</name>
+      </trkpt>
+      <trkpt lat="48.25597381591797" lon="11.472413063049316">
+        <name>132343</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87901</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128959&#xA;      &#xA;      &#xA;        130126&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17397689819336" lon="11.426778793334961">
+        <name>128959</name>
+      </trkpt>
+      <trkpt lat="48.1741828918457" lon="11.426032066345215">
+        <name>130126</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105589</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147143&#xA;      &#xA;      &#xA;        147144&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13723373413086" lon="11.426979064941406">
+        <name>147143</name>
+      </trkpt>
+      <trkpt lat="48.13910675048828" lon="11.425970077514648">
+        <name>147144</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87760</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130011&#xA;      &#xA;      &#xA;        130012&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15536880493164" lon="11.431000709533691">
+        <name>130011</name>
+      </trkpt>
+      <trkpt lat="48.155242919921875" lon="11.430867195129395">
+        <name>130012</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90024</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132213&#xA;      &#xA;      &#xA;        132214&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.222999572753906" lon="11.356821060180664">
+        <name>132213</name>
+      </trkpt>
+      <trkpt lat="48.222469329833984" lon="11.35586929321289">
+        <name>132214</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85921</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128244&#xA;      &#xA;      &#xA;        128243&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17925262451172" lon="11.401580810546875">
+        <name>128244</name>
+      </trkpt>
+      <trkpt lat="48.178855895996094" lon="11.402247428894043">
+        <name>128243</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86770</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129040&#xA;      &#xA;      &#xA;        129041&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21223449707031" lon="11.498602867126465">
+        <name>129040</name>
+      </trkpt>
+      <trkpt lat="48.21390914916992" lon="11.501259803771973">
+        <name>129041</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90166</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132343&#xA;      &#xA;      &#xA;        132344&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25597381591797" lon="11.472413063049316">
+        <name>132343</name>
+      </trkpt>
+      <trkpt lat="48.255897521972656" lon="11.473898887634277">
+        <name>132344</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87902</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130126&#xA;      &#xA;      &#xA;        130125&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1741828918457" lon="11.426032066345215">
+        <name>130126</name>
+      </trkpt>
+      <trkpt lat="48.17450714111328" lon="11.425860404968262">
+        <name>130125</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105590</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147144&#xA;      &#xA;      &#xA;        147145&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13910675048828" lon="11.425970077514648">
+        <name>147144</name>
+      </trkpt>
+      <trkpt lat="48.140869140625" lon="11.424903869628906">
+        <name>147145</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87761</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130012&#xA;      &#xA;      &#xA;        130013&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155242919921875" lon="11.430867195129395">
+        <name>130012</name>
+      </trkpt>
+      <trkpt lat="48.154937744140625" lon="11.430867195129395">
+        <name>130013</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90025</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132214&#xA;      &#xA;      &#xA;        132215&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.222469329833984" lon="11.35586929321289">
+        <name>132214</name>
+      </trkpt>
+      <trkpt lat="48.22206115722656" lon="11.35512638092041">
+        <name>132215</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105024</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146573&#xA;      &#xA;      &#xA;        146574&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204864501953125" lon="11.42429256439209">
+        <name>146573</name>
+      </trkpt>
+      <trkpt lat="48.20453643798828" lon="11.429862022399902">
+        <name>146574</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85922</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128243&#xA;      &#xA;      &#xA;        128242&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.178855895996094" lon="11.402247428894043">
+        <name>128243</name>
+      </trkpt>
+      <trkpt lat="48.17850112915039" lon="11.402514457702637">
+        <name>128242</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86771</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129041&#xA;      &#xA;      &#xA;        129042&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21390914916992" lon="11.501259803771973">
+        <name>129041</name>
+      </trkpt>
+      <trkpt lat="48.215721130371094" lon="11.504316329956055">
+        <name>129042</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90167</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132344&#xA;      &#xA;      &#xA;        132345&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.255897521972656" lon="11.473898887634277">
+        <name>132344</name>
+      </trkpt>
+      <trkpt lat="48.255916595458984" lon="11.474270820617676">
+        <name>132345</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87903</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130125&#xA;      &#xA;      &#xA;        130124&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17450714111328" lon="11.425860404968262">
+        <name>130125</name>
+      </trkpt>
+      <trkpt lat="48.175479888916016" lon="11.427002906799316">
+        <name>130124</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105591</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147145&#xA;      &#xA;      &#xA;        147146&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.140869140625" lon="11.424903869628906">
+        <name>147145</name>
+      </trkpt>
+      <trkpt lat="48.14219284057617" lon="11.424046516418457">
+        <name>147146</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87762</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130013&#xA;      &#xA;      &#xA;        130014&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.154937744140625" lon="11.430867195129395">
+        <name>130013</name>
+      </trkpt>
+      <trkpt lat="48.15498352050781" lon="11.43012523651123">
+        <name>130014</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90026</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132215&#xA;      &#xA;      &#xA;        132216&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22206115722656" lon="11.35512638092041">
+        <name>132215</name>
+      </trkpt>
+      <trkpt lat="48.222251892089844" lon="11.354974746704102">
+        <name>132216</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105167</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146710&#xA;      &#xA;      &#xA;        146716&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18158721923828" lon="11.725021362304688">
+        <name>146710</name>
+      </trkpt>
+      <trkpt lat="48.179595947265625" lon="11.727705955505371">
+        <name>146716</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85923</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128242&#xA;      &#xA;      &#xA;        128246&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17850112915039" lon="11.402514457702637">
+        <name>128242</name>
+      </trkpt>
+      <trkpt lat="48.17849349975586" lon="11.404114723205566">
+        <name>128246</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86772</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129042&#xA;      &#xA;      &#xA;        129043&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215721130371094" lon="11.504316329956055">
+        <name>129042</name>
+      </trkpt>
+      <trkpt lat="48.21751022338867" lon="11.507829666137695">
+        <name>129043</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90168</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132345&#xA;      &#xA;      &#xA;        132346&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.255916595458984" lon="11.474270820617676">
+        <name>132345</name>
+      </trkpt>
+      <trkpt lat="48.255821228027344" lon="11.474470138549805">
+        <name>132346</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87904</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130124&#xA;      &#xA;      &#xA;        128961&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.175479888916016" lon="11.427002906799316">
+        <name>130124</name>
+      </trkpt>
+      <trkpt lat="48.17674255371094" lon="11.428302764892578">
+        <name>128961</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105592</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147146&#xA;      &#xA;      &#xA;        132140&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14219284057617" lon="11.424046516418457">
+        <name>147146</name>
+      </trkpt>
+      <trkpt lat="48.14286422729492" lon="11.423746109008789">
+        <name>132140</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87763</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130013&#xA;      &#xA;      &#xA;        130015&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.154937744140625" lon="11.430867195129395">
+        <name>130013</name>
+      </trkpt>
+      <trkpt lat="48.15481948852539" lon="11.432182312011719">
+        <name>130015</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90027</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132216&#xA;      &#xA;      &#xA;        132217&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.222251892089844" lon="11.354974746704102">
+        <name>132216</name>
+      </trkpt>
+      <trkpt lat="48.22220230102539" lon="11.354650497436523">
+        <name>132217</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105026</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146574&#xA;      &#xA;      &#xA;        146578&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20453643798828" lon="11.429862022399902">
+        <name>146574</name>
+      </trkpt>
+      <trkpt lat="48.2041130065918" lon="11.436518669128418">
+        <name>146578</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105168</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146716&#xA;      &#xA;      &#xA;        146717&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179595947265625" lon="11.727705955505371">
+        <name>146716</name>
+      </trkpt>
+      <trkpt lat="48.17734909057617" lon="11.730448722839355">
+        <name>146717</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85924</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128246&#xA;      &#xA;      &#xA;        128247&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17849349975586" lon="11.404114723205566">
+        <name>128246</name>
+      </trkpt>
+      <trkpt lat="48.17707443237305" lon="11.406723976135254">
+        <name>128247</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86773</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129039&#xA;      &#xA;      &#xA;        129044&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2114372253418" lon="11.496403694152832">
+        <name>129039</name>
+      </trkpt>
+      <trkpt lat="48.21244430541992" lon="11.498373985290527">
+        <name>129044</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90169</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132346&#xA;      &#xA;      &#xA;        132347&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.255821228027344" lon="11.474470138549805">
+        <name>132346</name>
+      </trkpt>
+      <trkpt lat="48.25597381591797" lon="11.47467041015625">
+        <name>132347</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87905</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130125&#xA;      &#xA;      &#xA;        128958&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17450714111328" lon="11.425860404968262">
+        <name>130125</name>
+      </trkpt>
+      <trkpt lat="48.17410659790039" lon="11.425445556640625">
+        <name>128958</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87764</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130015&#xA;      &#xA;      &#xA;        130010&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15481948852539" lon="11.432182312011719">
+        <name>130015</name>
+      </trkpt>
+      <trkpt lat="48.155521392822266" lon="11.43220043182373">
+        <name>130010</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105169</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146717&#xA;      &#xA;      &#xA;        146718&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17734909057617" lon="11.730448722839355">
+        <name>146717</name>
+      </trkpt>
+      <trkpt lat="48.17458724975586" lon="11.733591079711914">
+        <name>146718</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85925</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128247&#xA;      &#xA;      &#xA;        128248&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17707443237305" lon="11.406723976135254">
+        <name>128247</name>
+      </trkpt>
+      <trkpt lat="48.17649841308594" lon="11.407581329345703">
+        <name>128248</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86774</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129044&#xA;      &#xA;      &#xA;        129045&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21244430541992" lon="11.498373985290527">
+        <name>129044</name>
+      </trkpt>
+      <trkpt lat="48.21406555175781" lon="11.500916481018066">
+        <name>129045</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90170</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132347&#xA;      &#xA;      &#xA;        132348&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25597381591797" lon="11.47467041015625">
+        <name>132347</name>
+      </trkpt>
+      <trkpt lat="48.25620651245117" lon="11.474527359008789">
+        <name>132348</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87906</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129837&#xA;      &#xA;      &#xA;        130129&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1616325378418" lon="11.429903030395508">
+        <name>129837</name>
+      </trkpt>
+      <trkpt lat="48.161285400390625" lon="11.429211616516113">
+        <name>130129</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87765</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130015&#xA;      &#xA;      &#xA;        130016&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15481948852539" lon="11.432182312011719">
+        <name>130015</name>
+      </trkpt>
+      <trkpt lat="48.154693603515625" lon="11.433305740356445">
+        <name>130016</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90029</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132218&#xA;      &#xA;      &#xA;        132219&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22201156616211" lon="11.354669570922852">
+        <name>132218</name>
+      </trkpt>
+      <trkpt lat="48.221961975097656" lon="11.354917526245117">
+        <name>132219</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85926</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128248&#xA;      &#xA;      &#xA;        128249&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17649841308594" lon="11.407581329345703">
+        <name>128248</name>
+      </trkpt>
+      <trkpt lat="48.1758918762207" lon="11.40815258026123">
+        <name>128249</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86775</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129045&#xA;      &#xA;      &#xA;        129046&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21406555175781" lon="11.500916481018066">
+        <name>129045</name>
+      </trkpt>
+      <trkpt lat="48.2159309387207" lon="11.504087448120117">
+        <name>129046</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90171</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132348&#xA;      &#xA;      &#xA;        132349&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25620651245117" lon="11.474527359008789">
+        <name>132348</name>
+      </trkpt>
+      <trkpt lat="48.25768280029297" lon="11.474699020385742">
+        <name>132349</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87907</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130129&#xA;      &#xA;      &#xA;        130128&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161285400390625" lon="11.429211616516113">
+        <name>130129</name>
+      </trkpt>
+      <trkpt lat="48.160919189453125" lon="11.428182601928711">
+        <name>130128</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87766</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130016&#xA;      &#xA;      &#xA;        130023&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.154693603515625" lon="11.433305740356445">
+        <name>130016</name>
+      </trkpt>
+      <trkpt lat="48.15459060668945" lon="11.43441104888916">
+        <name>130023</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90030</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132219&#xA;      &#xA;      &#xA;        132215&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.221961975097656" lon="11.354917526245117">
+        <name>132219</name>
+      </trkpt>
+      <trkpt lat="48.22206115722656" lon="11.35512638092041">
+        <name>132215</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85927</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128249&#xA;      &#xA;      &#xA;        128250&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1758918762207" lon="11.40815258026123">
+        <name>128249</name>
+      </trkpt>
+      <trkpt lat="48.17540740966797" lon="11.408267974853516">
+        <name>128250</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86776</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129046&#xA;      &#xA;      &#xA;        129047&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2159309387207" lon="11.504087448120117">
+        <name>129046</name>
+      </trkpt>
+      <trkpt lat="48.21770095825195" lon="11.507600784301758">
+        <name>129047</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90172</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132349&#xA;      &#xA;      &#xA;        132350&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25768280029297" lon="11.474699020385742">
+        <name>132349</name>
+      </trkpt>
+      <trkpt lat="48.259647369384766" lon="11.475641250610352">
+        <name>132350</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87908</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130128&#xA;      &#xA;      &#xA;        130127&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160919189453125" lon="11.428182601928711">
+        <name>130128</name>
+      </trkpt>
+      <trkpt lat="48.160640716552734" lon="11.427249908447266">
+        <name>130127</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87767</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130023&#xA;      &#xA;      &#xA;        130024&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15459060668945" lon="11.43441104888916">
+        <name>130023</name>
+      </trkpt>
+      <trkpt lat="48.15464782714844" lon="11.435458183288574">
+        <name>130024</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105030</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146578&#xA;      &#xA;      &#xA;        146581&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2041130065918" lon="11.436518669128418">
+        <name>146578</name>
+      </trkpt>
+      <trkpt lat="48.204078674316406" lon="11.438546180725098">
+        <name>146581</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85928</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128250&#xA;      &#xA;      &#xA;        128251&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17540740966797" lon="11.408267974853516">
+        <name>128250</name>
+      </trkpt>
+      <trkpt lat="48.17402267456055" lon="11.407696723937988">
+        <name>128251</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86777</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129043&#xA;      &#xA;      &#xA;        129048&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21751022338867" lon="11.507829666137695">
+        <name>129043</name>
+      </trkpt>
+      <trkpt lat="48.2188606262207" lon="11.51082992553711">
+        <name>129048</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90173</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132350&#xA;      &#xA;      &#xA;        132351&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.259647369384766" lon="11.475641250610352">
+        <name>132350</name>
+      </trkpt>
+      <trkpt lat="48.26178741455078" lon="11.476641654968262">
+        <name>132351</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87909</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130127&#xA;      &#xA;      &#xA;        129842&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160640716552734" lon="11.427249908447266">
+        <name>130127</name>
+      </trkpt>
+      <trkpt lat="48.16069412231445" lon="11.426705360412598">
+        <name>129842</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87768</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130024&#xA;      &#xA;      &#xA;        130025&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15464782714844" lon="11.435458183288574">
+        <name>130024</name>
+      </trkpt>
+      <trkpt lat="48.15492248535156" lon="11.435439109802246">
+        <name>130025</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85929</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128251&#xA;      &#xA;      &#xA;        128252&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17402267456055" lon="11.407696723937988">
+        <name>128251</name>
+      </trkpt>
+      <trkpt lat="48.17267990112305" lon="11.407049179077148">
+        <name>128252</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86778</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129048&#xA;      &#xA;      &#xA;        129049&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2188606262207" lon="11.51082992553711">
+        <name>129048</name>
+      </trkpt>
+      <trkpt lat="48.220272064208984" lon="11.514314651489258">
+        <name>129049</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90174</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132351&#xA;      &#xA;      &#xA;        132352&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26178741455078" lon="11.476641654968262">
+        <name>132351</name>
+      </trkpt>
+      <trkpt lat="48.26192092895508" lon="11.476813316345215">
+        <name>132352</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87769</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130025&#xA;      &#xA;      &#xA;        130026&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15492248535156" lon="11.435439109802246">
+        <name>130025</name>
+      </trkpt>
+      <trkpt lat="48.15497589111328" lon="11.43635368347168">
+        <name>130026</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105032</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146581&#xA;      &#xA;      &#xA;        146584&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204078674316406" lon="11.438546180725098">
+        <name>146581</name>
+      </trkpt>
+      <trkpt lat="48.20415496826172" lon="11.440888404846191">
+        <name>146584</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85930</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128252&#xA;      &#xA;      &#xA;        128253&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17267990112305" lon="11.407049179077148">
+        <name>128252</name>
+      </trkpt>
+      <trkpt lat="48.17221450805664" lon="11.406915664672852">
+        <name>128253</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86779</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129049&#xA;      &#xA;      &#xA;        129050&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.220272064208984" lon="11.514314651489258">
+        <name>129049</name>
+      </trkpt>
+      <trkpt lat="48.221527099609375" lon="11.517942428588867">
+        <name>129050</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90175</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132352&#xA;      &#xA;      &#xA;        132353&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26192092895508" lon="11.476813316345215">
+        <name>132352</name>
+      </trkpt>
+      <trkpt lat="48.26201629638672" lon="11.476641654968262">
+        <name>132353</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86638</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128914&#xA;      &#xA;      &#xA;        128913&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15797424316406" lon="11.413873672485352">
+        <name>128914</name>
+      </trkpt>
+      <trkpt lat="48.1573486328125" lon="11.414244651794434">
+        <name>128913</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87770</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130026&#xA;      &#xA;      &#xA;        130027&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15497589111328" lon="11.43635368347168">
+        <name>130026</name>
+      </trkpt>
+      <trkpt lat="48.154911041259766" lon="11.436753273010254">
+        <name>130027</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85931</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128253&#xA;      &#xA;      &#xA;        128254&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17221450805664" lon="11.406915664672852">
+        <name>128253</name>
+      </trkpt>
+      <trkpt lat="48.170616149902344" lon="11.4077730178833">
+        <name>128254</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86780</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129047&#xA;      &#xA;      &#xA;        129051&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21770095825195" lon="11.507600784301758">
+        <name>129047</name>
+      </trkpt>
+      <trkpt lat="48.21907424926758" lon="11.51057243347168">
+        <name>129051</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90176</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132353&#xA;      &#xA;      &#xA;        132354&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26201629638672" lon="11.476641654968262">
+        <name>132353</name>
+      </trkpt>
+      <trkpt lat="48.261959075927734" lon="11.476384162902832">
+        <name>132354</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86639</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128913&#xA;      &#xA;      &#xA;        128912&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1573486328125" lon="11.414244651794434">
+        <name>128913</name>
+      </trkpt>
+      <trkpt lat="48.157100677490234" lon="11.414644241333008">
+        <name>128912</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87771</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130027&#xA;      &#xA;      &#xA;        130028&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.154911041259766" lon="11.436753273010254">
+        <name>130027</name>
+      </trkpt>
+      <trkpt lat="48.15473175048828" lon="11.436982154846191">
+        <name>130028</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85932</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128254&#xA;      &#xA;      &#xA;        128255&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.170616149902344" lon="11.4077730178833">
+        <name>128254</name>
+      </trkpt>
+      <trkpt lat="48.16976547241211" lon="11.408915519714355">
+        <name>128255</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86781</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129051&#xA;      &#xA;      &#xA;        129052&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21907424926758" lon="11.51057243347168">
+        <name>129051</name>
+      </trkpt>
+      <trkpt lat="48.22052001953125" lon="11.514142990112305">
+        <name>129052</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90177</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132354&#xA;      &#xA;      &#xA;        132364&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.261959075927734" lon="11.476384162902832">
+        <name>132354</name>
+      </trkpt>
+      <trkpt lat="48.26213073730469" lon="11.475298881530762">
+        <name>132364</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86640</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128912&#xA;      &#xA;      &#xA;        128911&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157100677490234" lon="11.414644241333008">
+        <name>128912</name>
+      </trkpt>
+      <trkpt lat="48.156982421875" lon="11.41515827178955">
+        <name>128911</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87772</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130028&#xA;      &#xA;      &#xA;        130029&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15473175048828" lon="11.436982154846191">
+        <name>130028</name>
+      </trkpt>
+      <trkpt lat="48.15450668334961" lon="11.436943054199219">
+        <name>130029</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105177</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146718&#xA;      &#xA;      &#xA;        146726&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17458724975586" lon="11.733591079711914">
+        <name>146718</name>
+      </trkpt>
+      <trkpt lat="48.17152404785156" lon="11.73678970336914">
+        <name>146726</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85933</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128255&#xA;      &#xA;      &#xA;        128256&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16976547241211" lon="11.408915519714355">
+        <name>128255</name>
+      </trkpt>
+      <trkpt lat="48.1685791015625" lon="11.410266876220703">
+        <name>128256</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86782</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129052&#xA;      &#xA;      &#xA;        129053&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22052001953125" lon="11.514142990112305">
+        <name>129052</name>
+      </trkpt>
+      <trkpt lat="48.22179412841797" lon="11.517857551574707">
+        <name>129053</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90178</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132364&#xA;      &#xA;      &#xA;        132363&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26213073730469" lon="11.475298881530762">
+        <name>132364</name>
+      </trkpt>
+      <trkpt lat="48.26237869262695" lon="11.473928451538086">
+        <name>132363</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86641</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128911&#xA;      &#xA;      &#xA;        128910&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156982421875" lon="11.41515827178955">
+        <name>128911</name>
+      </trkpt>
+      <trkpt lat="48.1568717956543" lon="11.415644645690918">
+        <name>128910</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105036</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146584&#xA;      &#xA;      &#xA;        146587&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20415496826172" lon="11.440888404846191">
+        <name>146584</name>
+      </trkpt>
+      <trkpt lat="48.204288482666016" lon="11.4422025680542">
+        <name>146587</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87773</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130029&#xA;      &#xA;      &#xA;        130030&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15450668334961" lon="11.436943054199219">
+        <name>130029</name>
+      </trkpt>
+      <trkpt lat="48.15450668334961" lon="11.4371337890625">
+        <name>130030</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105178</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146726&#xA;      &#xA;      &#xA;        146727&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17152404785156" lon="11.73678970336914">
+        <name>146726</name>
+      </trkpt>
+      <trkpt lat="48.16843795776367" lon="11.739703178405762">
+        <name>146727</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85934</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128256&#xA;      &#xA;      &#xA;        128257&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1685791015625" lon="11.410266876220703">
+        <name>128256</name>
+      </trkpt>
+      <trkpt lat="48.16736602783203" lon="11.411163330078125">
+        <name>128257</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86783</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129050&#xA;      &#xA;      &#xA;        129054&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.221527099609375" lon="11.517942428588867">
+        <name>129050</name>
+      </trkpt>
+      <trkpt lat="48.22261047363281" lon="11.521598815917969">
+        <name>129054</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90179</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132363&#xA;      &#xA;      &#xA;        132362&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26237869262695" lon="11.473928451538086">
+        <name>132363</name>
+      </trkpt>
+      <trkpt lat="48.26258850097656" lon="11.472442626953125">
+        <name>132362</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86642</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128910&#xA;      &#xA;      &#xA;        128276&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1568717956543" lon="11.415644645690918">
+        <name>128910</name>
+      </trkpt>
+      <trkpt lat="48.15665054321289" lon="11.416059494018555">
+        <name>128276</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105037</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146587&#xA;      &#xA;      &#xA;        146586&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204288482666016" lon="11.4422025680542">
+        <name>146587</name>
+      </trkpt>
+      <trkpt lat="48.20442199707031" lon="11.443488121032715">
+        <name>146586</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96830</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132329&#xA;      &#xA;      &#xA;        138494&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24520492553711" lon="11.474727630615234">
+        <name>132329</name>
+      </trkpt>
+      <trkpt lat="48.24631118774414" lon="11.475956916809082">
+        <name>138494</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87774</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130030&#xA;      &#xA;      &#xA;        130028&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15450668334961" lon="11.4371337890625">
+        <name>130030</name>
+      </trkpt>
+      <trkpt lat="48.15473175048828" lon="11.436982154846191">
+        <name>130028</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105179</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146727&#xA;      &#xA;      &#xA;        146729&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16843795776367" lon="11.739703178405762">
+        <name>146727</name>
+      </trkpt>
+      <trkpt lat="48.16543197631836" lon="11.742560386657715">
+        <name>146729</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85935</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128257&#xA;      &#xA;      &#xA;        128258&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16736602783203" lon="11.411163330078125">
+        <name>128257</name>
+      </trkpt>
+      <trkpt lat="48.166194915771484" lon="11.412018775939941">
+        <name>128258</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86784</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129054&#xA;      &#xA;      &#xA;        129055&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22261047363281" lon="11.521598815917969">
+        <name>129054</name>
+      </trkpt>
+      <trkpt lat="48.223655700683594" lon="11.525911331176758">
+        <name>129055</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90180</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132362&#xA;      &#xA;      &#xA;        132361&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26258850097656" lon="11.472442626953125">
+        <name>132362</name>
+      </trkpt>
+      <trkpt lat="48.262760162353516" lon="11.470842361450195">
+        <name>132361</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105038</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146586&#xA;      &#xA;      &#xA;        129001&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20442199707031" lon="11.443488121032715">
+        <name>146586</name>
+      </trkpt>
+      <trkpt lat="48.204429626464844" lon="11.445259094238281">
+        <name>129001</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86643</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128267&#xA;      &#xA;      &#xA;        128916&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16178512573242" lon="11.414077758789062">
+        <name>128267</name>
+      </trkpt>
+      <trkpt lat="48.1619873046875" lon="11.413928985595703">
+        <name>128916</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87775</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130025&#xA;      &#xA;      &#xA;        130020&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15492248535156" lon="11.435439109802246">
+        <name>130025</name>
+      </trkpt>
+      <trkpt lat="48.15591812133789" lon="11.435287475585938">
+        <name>130020</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86785</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129055&#xA;      &#xA;      &#xA;        129056&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223655700683594" lon="11.525911331176758">
+        <name>129055</name>
+      </trkpt>
+      <trkpt lat="48.224586486816406" lon="11.530768394470215">
+        <name>129056</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90181</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132361&#xA;      &#xA;      &#xA;        132360&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.262760162353516" lon="11.470842361450195">
+        <name>132361</name>
+      </trkpt>
+      <trkpt lat="48.262760162353516" lon="11.46955680847168">
+        <name>132360</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85936</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128258&#xA;      &#xA;      &#xA;        128259&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.166194915771484" lon="11.412018775939941">
+        <name>128258</name>
+      </trkpt>
+      <trkpt lat="48.16596603393555" lon="11.41179084777832">
+        <name>128259</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86644</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128916&#xA;      &#xA;      &#xA;        128917&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1619873046875" lon="11.413928985595703">
+        <name>128916</name>
+      </trkpt>
+      <trkpt lat="48.162132263183594" lon="11.41381549835205">
+        <name>128917</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87776</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130020&#xA;      &#xA;      &#xA;        130021&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15591812133789" lon="11.435287475585938">
+        <name>130020</name>
+      </trkpt>
+      <trkpt lat="48.155826568603516" lon="11.4338960647583">
+        <name>130021</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86786</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129053&#xA;      &#xA;      &#xA;        129057&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22179412841797" lon="11.517857551574707">
+        <name>129053</name>
+      </trkpt>
+      <trkpt lat="48.22285842895508" lon="11.521598815917969">
+        <name>129057</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90182</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132360&#xA;      &#xA;      &#xA;        132359&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.262760162353516" lon="11.46955680847168">
+        <name>132360</name>
+      </trkpt>
+      <trkpt lat="48.26260757446289" lon="11.469271659851074">
+        <name>132359</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85937</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128259&#xA;      &#xA;      &#xA;        128260&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16596603393555" lon="11.41179084777832">
+        <name>128259</name>
+      </trkpt>
+      <trkpt lat="48.165382385253906" lon="11.411848068237305">
+        <name>128260</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86645</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128917&#xA;      &#xA;      &#xA;        128265&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.162132263183594" lon="11.41381549835205">
+        <name>128917</name>
+      </trkpt>
+      <trkpt lat="48.16254806518555" lon="11.413848876953125">
+        <name>128265</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87777</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130021&#xA;      &#xA;      &#xA;        130022&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155826568603516" lon="11.4338960647583">
+        <name>130021</name>
+      </trkpt>
+      <trkpt lat="48.1557731628418" lon="11.43345832824707">
+        <name>130022</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90183</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132359&#xA;      &#xA;      &#xA;        132358&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26260757446289" lon="11.469271659851074">
+        <name>132359</name>
+      </trkpt>
+      <trkpt lat="48.26184844970703" lon="11.469328880310059">
+        <name>132358</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85938</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128260&#xA;      &#xA;      &#xA;        128261&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.165382385253906" lon="11.411848068237305">
+        <name>128260</name>
+      </trkpt>
+      <trkpt lat="48.165409088134766" lon="11.412210464477539">
+        <name>128261</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86787</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129057&#xA;      &#xA;      &#xA;        129058&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22285842895508" lon="11.521598815917969">
+        <name>129057</name>
+      </trkpt>
+      <trkpt lat="48.22390365600586" lon="11.525740623474121">
+        <name>129058</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86646</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128267&#xA;      &#xA;      &#xA;        128918&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16178512573242" lon="11.414077758789062">
+        <name>128267</name>
+      </trkpt>
+      <trkpt lat="48.16201400756836" lon="11.414069175720215">
+        <name>128918</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96834</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138494&#xA;      &#xA;      &#xA;        138495&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24631118774414" lon="11.475956916809082">
+        <name>138494</name>
+      </trkpt>
+      <trkpt lat="48.247642517089844" lon="11.477270126342773">
+        <name>138495</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87778</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130022&#xA;      &#xA;      &#xA;        130009&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557731628418" lon="11.43345832824707">
+        <name>130022</name>
+      </trkpt>
+      <trkpt lat="48.155662536621094" lon="11.432219505310059">
+        <name>130009</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105183</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146732&#xA;      &#xA;      &#xA;        146729&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160892486572266" lon="11.74661636352539">
+        <name>146732</name>
+      </trkpt>
+      <trkpt lat="48.16543197631836" lon="11.742560386657715">
+        <name>146729</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90184</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132358&#xA;      &#xA;      &#xA;        132357&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26184844970703" lon="11.469328880310059">
+        <name>132358</name>
+      </trkpt>
+      <trkpt lat="48.25956726074219" lon="11.46955680847168">
+        <name>132357</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85939</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128261&#xA;      &#xA;      &#xA;        128262&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.165409088134766" lon="11.412210464477539">
+        <name>128261</name>
+      </trkpt>
+      <trkpt lat="48.165409088134766" lon="11.4125337600708">
+        <name>128262</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86788</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129058&#xA;      &#xA;      &#xA;        129059&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22390365600586" lon="11.525740623474121">
+        <name>129058</name>
+      </trkpt>
+      <trkpt lat="48.224857330322266" lon="11.530540466308594">
+        <name>129059</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86647</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128918&#xA;      &#xA;      &#xA;        128916&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16201400756836" lon="11.414069175720215">
+        <name>128918</name>
+      </trkpt>
+      <trkpt lat="48.1619873046875" lon="11.413928985595703">
+        <name>128916</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87779</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130022&#xA;      &#xA;      &#xA;        130016&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557731628418" lon="11.43345832824707">
+        <name>130022</name>
+      </trkpt>
+      <trkpt lat="48.154693603515625" lon="11.433305740356445">
+        <name>130016</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90185</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132357&#xA;      &#xA;      &#xA;        132356&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25956726074219" lon="11.46955680847168">
+        <name>132357</name>
+      </trkpt>
+      <trkpt lat="48.2574348449707" lon="11.469785690307617">
+        <name>132356</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85940</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128262&#xA;      &#xA;      &#xA;        128263&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.165409088134766" lon="11.4125337600708">
+        <name>128262</name>
+      </trkpt>
+      <trkpt lat="48.164371490478516" lon="11.41325855255127">
+        <name>128263</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86789</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129056&#xA;      &#xA;      &#xA;        129060&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.224586486816406" lon="11.530768394470215">
+        <name>129056</name>
+      </trkpt>
+      <trkpt lat="48.22489547729492" lon="11.532710075378418">
+        <name>129060</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86648</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128918&#xA;      &#xA;      &#xA;        128919&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16201400756836" lon="11.414069175720215">
+        <name>128918</name>
+      </trkpt>
+      <trkpt lat="48.162410736083984" lon="11.414386749267578">
+        <name>128919</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96836</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138495&#xA;      &#xA;      &#xA;        138500&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.247642517089844" lon="11.477270126342773">
+        <name>138495</name>
+      </trkpt>
+      <trkpt lat="48.248687744140625" lon="11.478499412536621">
+        <name>138500</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87780</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130017&#xA;      &#xA;      &#xA;        130031&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15703201293945" lon="11.431781768798828">
+        <name>130017</name>
+      </trkpt>
+      <trkpt lat="48.157081604003906" lon="11.433610916137695">
+        <name>130031</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90186</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132356&#xA;      &#xA;      &#xA;        132355&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2574348449707" lon="11.469785690307617">
+        <name>132356</name>
+      </trkpt>
+      <trkpt lat="48.25676727294922" lon="11.470014572143555">
+        <name>132355</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85941</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128263&#xA;      &#xA;      &#xA;        128264&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.164371490478516" lon="11.41325855255127">
+        <name>128263</name>
+      </trkpt>
+      <trkpt lat="48.163360595703125" lon="11.4137544631958">
+        <name>128264</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86790</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129060&#xA;      &#xA;      &#xA;        129061&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22489547729492" lon="11.532710075378418">
+        <name>129060</name>
+      </trkpt>
+      <trkpt lat="48.22493362426758" lon="11.533967018127441">
+        <name>129061</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86649</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128919&#xA;      &#xA;      &#xA;        128920&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.162410736083984" lon="11.414386749267578">
+        <name>128919</name>
+      </trkpt>
+      <trkpt lat="48.163089752197266" lon="11.41486930847168">
+        <name>128920</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96837</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138500&#xA;      &#xA;      &#xA;        138503&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.248687744140625" lon="11.478499412536621">
+        <name>138500</name>
+      </trkpt>
+      <trkpt lat="48.24971389770508" lon="11.480213165283203">
+        <name>138503</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87781</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130031&#xA;      &#xA;      &#xA;        130021&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157081604003906" lon="11.433610916137695">
+        <name>130031</name>
+      </trkpt>
+      <trkpt lat="48.155826568603516" lon="11.4338960647583">
+        <name>130021</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90187</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132355&#xA;      &#xA;      &#xA;        132341&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25676727294922" lon="11.470014572143555">
+        <name>132355</name>
+      </trkpt>
+      <trkpt lat="48.2557258605957" lon="11.470643043518066">
+        <name>132341</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85942</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128264&#xA;      &#xA;      &#xA;        128265&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163360595703125" lon="11.4137544631958">
+        <name>128264</name>
+      </trkpt>
+      <trkpt lat="48.16254806518555" lon="11.413848876953125">
+        <name>128265</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86791</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129061&#xA;      &#xA;      &#xA;        129062&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22493362426758" lon="11.533967018127441">
+        <name>129061</name>
+      </trkpt>
+      <trkpt lat="48.22478103637695" lon="11.535195350646973">
+        <name>129062</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86650</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128920&#xA;      &#xA;      &#xA;        128921&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163089752197266" lon="11.41486930847168">
+        <name>128920</name>
+      </trkpt>
+      <trkpt lat="48.16351318359375" lon="11.415148735046387">
+        <name>128921</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87782</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130020&#xA;      &#xA;      &#xA;        130019&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15591812133789" lon="11.435287475585938">
+        <name>130020</name>
+      </trkpt>
+      <trkpt lat="48.15719985961914" lon="11.435076713562012">
+        <name>130019</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105187</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146732&#xA;      &#xA;      &#xA;        146736&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160892486572266" lon="11.74661636352539">
+        <name>146732</name>
+      </trkpt>
+      <trkpt lat="48.15791320800781" lon="11.749157905578613">
+        <name>146736</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86792</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129062&#xA;      &#xA;      &#xA;        129063&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22478103637695" lon="11.535195350646973">
+        <name>129062</name>
+      </trkpt>
+      <trkpt lat="48.22428894042969" lon="11.536967277526855">
+        <name>129063</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86651</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128921&#xA;      &#xA;      &#xA;        128922&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16351318359375" lon="11.415148735046387">
+        <name>128921</name>
+      </trkpt>
+      <trkpt lat="48.16387176513672" lon="11.415186882019043">
+        <name>128922</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87783</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130019&#xA;      &#xA;      &#xA;        130018&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15719985961914" lon="11.435076713562012">
+        <name>130019</name>
+      </trkpt>
+      <trkpt lat="48.15801239013672" lon="11.433935165405273">
+        <name>130018</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105188</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146736&#xA;      &#xA;      &#xA;        146737&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15791320800781" lon="11.749157905578613">
+        <name>146736</name>
+      </trkpt>
+      <trkpt lat="48.15407943725586" lon="11.75218677520752">
+        <name>146737</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86793</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129063&#xA;      &#xA;      &#xA;        129064&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22428894042969" lon="11.536967277526855">
+        <name>129063</name>
+      </trkpt>
+      <trkpt lat="48.22418975830078" lon="11.538480758666992">
+        <name>129064</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86652</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128922&#xA;      &#xA;      &#xA;        128923&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16387176513672" lon="11.415186882019043">
+        <name>128922</name>
+      </trkpt>
+      <trkpt lat="48.16447830200195" lon="11.414944648742676">
+        <name>128923</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96840</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138503&#xA;      &#xA;      &#xA;        138504&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24971389770508" lon="11.480213165283203">
+        <name>138503</name>
+      </trkpt>
+      <trkpt lat="48.250606536865234" lon="11.48232650756836">
+        <name>138504</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87784</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130018&#xA;      &#xA;      &#xA;        130004&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15801239013672" lon="11.433935165405273">
+        <name>130018</name>
+      </trkpt>
+      <trkpt lat="48.15778350830078" lon="11.430315971374512">
+        <name>130004</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105189</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146737&#xA;      &#xA;      &#xA;        146738&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15407943725586" lon="11.75218677520752">
+        <name>146737</name>
+      </trkpt>
+      <trkpt lat="48.15127182006836" lon="11.754128456115723">
+        <name>146738</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85945</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128267&#xA;      &#xA;      &#xA;        128268&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16178512573242" lon="11.414077758789062">
+        <name>128267</name>
+      </trkpt>
+      <trkpt lat="48.16078186035156" lon="11.414229393005371">
+        <name>128268</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86794</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129064&#xA;      &#xA;      &#xA;        129065&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22418975830078" lon="11.538480758666992">
+        <name>129064</name>
+      </trkpt>
+      <trkpt lat="48.22443771362305" lon="11.539909362792969">
+        <name>129065</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86653</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128923&#xA;      &#xA;      &#xA;        128924&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16447830200195" lon="11.414944648742676">
+        <name>128923</name>
+      </trkpt>
+      <trkpt lat="48.16474533081055" lon="11.414895057678223">
+        <name>128924</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87785</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129861&#xA;      &#xA;      &#xA;        130032&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15625" lon="11.421810150146484">
+        <name>129861</name>
+      </trkpt>
+      <trkpt lat="48.15654754638672" lon="11.422792434692383">
+        <name>130032</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105190</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146738&#xA;      &#xA;      &#xA;        146739&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15127182006836" lon="11.754128456115723">
+        <name>146738</name>
+      </trkpt>
+      <trkpt lat="48.14774703979492" lon="11.75610065460205">
+        <name>146739</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85946</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128268&#xA;      &#xA;      &#xA;        128269&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16078186035156" lon="11.414229393005371">
+        <name>128268</name>
+      </trkpt>
+      <trkpt lat="48.16022491455078" lon="11.414629936218262">
+        <name>128269</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86795</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129065&#xA;      &#xA;      &#xA;        129066&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22443771362305" lon="11.539909362792969">
+        <name>129065</name>
+      </trkpt>
+      <trkpt lat="48.22504806518555" lon="11.541051864624023">
+        <name>129066</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86654</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128924&#xA;      &#xA;      &#xA;        128925&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16474533081055" lon="11.414895057678223">
+        <name>128924</name>
+      </trkpt>
+      <trkpt lat="48.16510772705078" lon="11.414983749389648">
+        <name>128925</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87786</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130032&#xA;      &#xA;      &#xA;        129859&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15654754638672" lon="11.422792434692383">
+        <name>130032</name>
+      </trkpt>
+      <trkpt lat="48.1568717956543" lon="11.424266815185547">
+        <name>129859</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105191</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146739&#xA;      &#xA;      &#xA;        146740&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14774703979492" lon="11.75610065460205">
+        <name>146739</name>
+      </trkpt>
+      <trkpt lat="48.14534378051758" lon="11.757185935974121">
+        <name>146740</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85947</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128269&#xA;      &#xA;      &#xA;        128270&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16022491455078" lon="11.414629936218262">
+        <name>128269</name>
+      </trkpt>
+      <trkpt lat="48.15998077392578" lon="11.415048599243164">
+        <name>128270</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86796</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129066&#xA;      &#xA;      &#xA;        129067&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22504806518555" lon="11.541051864624023">
+        <name>129066</name>
+      </trkpt>
+      <trkpt lat="48.225921630859375" lon="11.541851997375488">
+        <name>129067</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86655</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128925&#xA;      &#xA;      &#xA;        128926&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16510772705078" lon="11.414983749389648">
+        <name>128925</name>
+      </trkpt>
+      <trkpt lat="48.16567611694336" lon="11.415567398071289">
+        <name>128926</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87787</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129851&#xA;      &#xA;      &#xA;        130039&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15902328491211" lon="11.4244384765625">
+        <name>129851</name>
+      </trkpt>
+      <trkpt lat="48.1588249206543" lon="11.424487113952637">
+        <name>130039</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105192</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146740&#xA;      &#xA;      &#xA;        146741&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14534378051758" lon="11.757185935974121">
+        <name>146740</name>
+      </trkpt>
+      <trkpt lat="48.142581939697266" lon="11.758014678955078">
+        <name>146741</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85948</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128270&#xA;      &#xA;      &#xA;        128271&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15998077392578" lon="11.415048599243164">
+        <name>128270</name>
+      </trkpt>
+      <trkpt lat="48.15922927856445" lon="11.415238380432129">
+        <name>128271</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86797</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129067&#xA;      &#xA;      &#xA;        129068&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.225921630859375" lon="11.541851997375488">
+        <name>129067</name>
+      </trkpt>
+      <trkpt lat="48.22712326049805" lon="11.542451858520508">
+        <name>129068</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105051</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146602&#xA;      &#xA;      &#xA;        129071&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2260856628418" lon="11.539873123168945">
+        <name>146602</name>
+      </trkpt>
+      <trkpt lat="48.22574996948242" lon="11.536452293395996">
+        <name>129071</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87788</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130039&#xA;      &#xA;      &#xA;        129853&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1588249206543" lon="11.424487113952637">
+        <name>130039</name>
+      </trkpt>
+      <trkpt lat="48.15824508666992" lon="11.42487621307373">
+        <name>129853</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86656</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128926&#xA;      &#xA;      &#xA;        128927&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16567611694336" lon="11.415567398071289">
+        <name>128926</name>
+      </trkpt>
+      <trkpt lat="48.16618728637695" lon="11.415833473205566">
+        <name>128927</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105193</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146741&#xA;      &#xA;      &#xA;        146742&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.142581939697266" lon="11.758014678955078">
+        <name>146741</name>
+      </trkpt>
+      <trkpt lat="48.14021682739258" lon="11.758528709411621">
+        <name>146742</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85949</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128271&#xA;      &#xA;      &#xA;        128272&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15922927856445" lon="11.415238380432129">
+        <name>128271</name>
+      </trkpt>
+      <trkpt lat="48.15910339355469" lon="11.415334701538086">
+        <name>128272</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86798</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129059&#xA;      &#xA;      &#xA;        129069&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.224857330322266" lon="11.530540466308594">
+        <name>129059</name>
+      </trkpt>
+      <trkpt lat="48.225215911865234" lon="11.532767295837402">
+        <name>129069</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87647</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129911&#xA;      &#xA;      &#xA;        129912&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23150634765625" lon="11.35140323638916">
+        <name>129911</name>
+      </trkpt>
+      <trkpt lat="48.22893524169922" lon="11.355859756469727">
+        <name>129912</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87789</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130039&#xA;      &#xA;      &#xA;        130038&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1588249206543" lon="11.424487113952637">
+        <name>130039</name>
+      </trkpt>
+      <trkpt lat="48.158226013183594" lon="11.421916007995605">
+        <name>130038</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86657</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128927&#xA;      &#xA;      &#xA;        128928&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16618728637695" lon="11.415833473205566">
+        <name>128927</name>
+      </trkpt>
+      <trkpt lat="48.16657638549805" lon="11.41580867767334">
+        <name>128928</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86799</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129069&#xA;      &#xA;      &#xA;        129070&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.225215911865234" lon="11.532767295837402">
+        <name>129069</name>
+      </trkpt>
+      <trkpt lat="48.225502014160156" lon="11.534652709960938">
+        <name>129070</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87648</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129912&#xA;      &#xA;      &#xA;        129913&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22893524169922" lon="11.355859756469727">
+        <name>129912</name>
+      </trkpt>
+      <trkpt lat="48.22579574584961" lon="11.361201286315918">
+        <name>129913</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87790</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130038&#xA;      &#xA;      &#xA;        130037&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158226013183594" lon="11.421916007995605">
+        <name>130038</name>
+      </trkpt>
+      <trkpt lat="48.15766525268555" lon="11.419611930847168">
+        <name>130037</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86658</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128928&#xA;      &#xA;      &#xA;        128929&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16657638549805" lon="11.41580867767334">
+        <name>128928</name>
+      </trkpt>
+      <trkpt lat="48.16694259643555" lon="11.415630340576172">
+        <name>128929</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86800</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129070&#xA;      &#xA;      &#xA;        129071&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.225502014160156" lon="11.534652709960938">
+        <name>129070</name>
+      </trkpt>
+      <trkpt lat="48.22574996948242" lon="11.536452293395996">
+        <name>129071</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87649</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129913&#xA;      &#xA;      &#xA;        129914&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22579574584961" lon="11.361201286315918">
+        <name>129913</name>
+      </trkpt>
+      <trkpt lat="48.22277069091797" lon="11.366313934326172">
+        <name>129914</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87791</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130038&#xA;      &#xA;      &#xA;        130033&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158226013183594" lon="11.421916007995605">
+        <name>130038</name>
+      </trkpt>
+      <trkpt lat="48.157161712646484" lon="11.422430038452148">
+        <name>130033</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86659</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128929&#xA;      &#xA;      &#xA;        128930&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16694259643555" lon="11.415630340576172">
+        <name>128929</name>
+      </trkpt>
+      <trkpt lat="48.16719436645508" lon="11.41550350189209">
+        <name>128930</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85952</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128274&#xA;      &#xA;      &#xA;        128275&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15804672241211" lon="11.415238380432129">
+        <name>128274</name>
+      </trkpt>
+      <trkpt lat="48.1573371887207" lon="11.415735244750977">
+        <name>128275</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86801</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129071&#xA;      &#xA;      &#xA;        129072&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22574996948242" lon="11.536452293395996">
+        <name>129071</name>
+      </trkpt>
+      <trkpt lat="48.22603988647461" lon="11.538566589355469">
+        <name>129072</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87650</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129914&#xA;      &#xA;      &#xA;        129915&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22277069091797" lon="11.366313934326172">
+        <name>129914</name>
+      </trkpt>
+      <trkpt lat="48.21953582763672" lon="11.371770858764648">
+        <name>129915</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96848</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138504&#xA;      &#xA;      &#xA;        138515&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.250606536865234" lon="11.48232650756836">
+        <name>138504</name>
+      </trkpt>
+      <trkpt lat="48.25114440917969" lon="11.48441219329834">
+        <name>138515</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87792</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130033&#xA;      &#xA;      &#xA;        130032&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157161712646484" lon="11.422430038452148">
+        <name>130033</name>
+      </trkpt>
+      <trkpt lat="48.15654754638672" lon="11.422792434692383">
+        <name>130032</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86660</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128930&#xA;      &#xA;      &#xA;        128931&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16719436645508" lon="11.41550350189209">
+        <name>128930</name>
+      </trkpt>
+      <trkpt lat="48.16734313964844" lon="11.415529251098633">
+        <name>128931</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85953</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128275&#xA;      &#xA;      &#xA;        128276&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1573371887207" lon="11.415735244750977">
+        <name>128275</name>
+      </trkpt>
+      <trkpt lat="48.15665054321289" lon="11.416059494018555">
+        <name>128276</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86802</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129072&#xA;      &#xA;      &#xA;        129073&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22603988647461" lon="11.538566589355469">
+        <name>129072</name>
+      </trkpt>
+      <trkpt lat="48.22649383544922" lon="11.540166854858398">
+        <name>129073</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87651</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129915&#xA;      &#xA;      &#xA;        129916&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21953582763672" lon="11.371770858764648">
+        <name>129915</name>
+      </trkpt>
+      <trkpt lat="48.21617126464844" lon="11.377541542053223">
+        <name>129916</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96849</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138515&#xA;      &#xA;      &#xA;        138516&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25114440917969" lon="11.48441219329834">
+        <name>138515</name>
+      </trkpt>
+      <trkpt lat="48.25156021118164" lon="11.487468719482422">
+        <name>138516</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87793</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130033&#xA;      &#xA;      &#xA;        130034&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157161712646484" lon="11.422430038452148">
+        <name>130033</name>
+      </trkpt>
+      <trkpt lat="48.15665054321289" lon="11.420639991760254">
+        <name>130034</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86661</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128931&#xA;      &#xA;      &#xA;        128932&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16734313964844" lon="11.415529251098633">
+        <name>128931</name>
+      </trkpt>
+      <trkpt lat="48.16770553588867" lon="11.416025161743164">
+        <name>128932</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105198</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146742&#xA;      &#xA;      &#xA;        146754&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14021682739258" lon="11.758528709411621">
+        <name>146742</name>
+      </trkpt>
+      <trkpt lat="48.13761901855469" lon="11.758956909179688">
+        <name>146754</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85954</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128276&#xA;      &#xA;      &#xA;        128277&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15665054321289" lon="11.416059494018555">
+        <name>128276</name>
+      </trkpt>
+      <trkpt lat="48.15625" lon="11.41647720336914">
+        <name>128277</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86803</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129073&#xA;      &#xA;      &#xA;        129074&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22649383544922" lon="11.540166854858398">
+        <name>129073</name>
+      </trkpt>
+      <trkpt lat="48.22732925415039" lon="11.541537284851074">
+        <name>129074</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87652</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129916&#xA;      &#xA;      &#xA;        129917&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21617126464844" lon="11.377541542053223">
+        <name>129916</name>
+      </trkpt>
+      <trkpt lat="48.21318054199219" lon="11.382625579833984">
+        <name>129917</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105057</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146602&#xA;      &#xA;      &#xA;        146606&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2260856628418" lon="11.539873123168945">
+        <name>146602</name>
+      </trkpt>
+      <trkpt lat="48.22639846801758" lon="11.543713569641113">
+        <name>146606</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96850</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138516&#xA;      &#xA;      &#xA;        138517&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25156021118164" lon="11.487468719482422">
+        <name>138516</name>
+      </trkpt>
+      <trkpt lat="48.251827239990234" lon="11.49038314819336">
+        <name>138517</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87794</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130034&#xA;      &#xA;      &#xA;        130035&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15665054321289" lon="11.420639991760254">
+        <name>130034</name>
+      </trkpt>
+      <trkpt lat="48.15665054321289" lon="11.420392036437988">
+        <name>130035</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86662</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128932&#xA;      &#xA;      &#xA;        128933&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16770553588867" lon="11.416025161743164">
+        <name>128932</name>
+      </trkpt>
+      <trkpt lat="48.16789245605469" lon="11.416291236877441">
+        <name>128933</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86804</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129068&#xA;      &#xA;      &#xA;        129075&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22712326049805" lon="11.542451858520508">
+        <name>129068</name>
+      </trkpt>
+      <trkpt lat="48.228553771972656" lon="11.542908668518066">
+        <name>129075</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87653</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129917&#xA;      &#xA;      &#xA;        129918&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21318054199219" lon="11.382625579833984">
+        <name>129917</name>
+      </trkpt>
+      <trkpt lat="48.20954513549805" lon="11.38876724243164">
+        <name>129918</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105058</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146606&#xA;      &#xA;      &#xA;        146607&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22639846801758" lon="11.543713569641113">
+        <name>146606</name>
+      </trkpt>
+      <trkpt lat="48.22660827636719" lon="11.547627449035645">
+        <name>146607</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96851</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138517&#xA;      &#xA;      &#xA;        138518&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.251827239990234" lon="11.49038314819336">
+        <name>138517</name>
+      </trkpt>
+      <trkpt lat="48.25215148925781" lon="11.49281120300293">
+        <name>138518</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87795</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130035&#xA;      &#xA;      &#xA;        130036&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15665054321289" lon="11.420392036437988">
+        <name>130035</name>
+      </trkpt>
+      <trkpt lat="48.156776428222656" lon="11.42016315460205">
+        <name>130036</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86663</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128933&#xA;      &#xA;      &#xA;        128934&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16789245605469" lon="11.416291236877441">
+        <name>128933</name>
+      </trkpt>
+      <trkpt lat="48.16802978515625" lon="11.416316986083984">
+        <name>128934</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86805</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129075&#xA;      &#xA;      &#xA;        129076&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.228553771972656" lon="11.542908668518066">
+        <name>129075</name>
+      </trkpt>
+      <trkpt lat="48.2298698425293" lon="11.542994499206543">
+        <name>129076</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87654</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129918&#xA;      &#xA;      &#xA;        129919&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20954513549805" lon="11.38876724243164">
+        <name>129918</name>
+      </trkpt>
+      <trkpt lat="48.207340240478516" lon="11.392509460449219">
+        <name>129919</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96852</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138518&#xA;      &#xA;      &#xA;        138519&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25215148925781" lon="11.49281120300293">
+        <name>138518</name>
+      </trkpt>
+      <trkpt lat="48.252685546875" lon="11.495067596435547">
+        <name>138519</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87796</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130036&#xA;      &#xA;      &#xA;        130037&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156776428222656" lon="11.42016315460205">
+        <name>130036</name>
+      </trkpt>
+      <trkpt lat="48.15766525268555" lon="11.419611930847168">
+        <name>130037</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86664</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128934&#xA;      &#xA;      &#xA;        128935&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16802978515625" lon="11.416316986083984">
+        <name>128934</name>
+      </trkpt>
+      <trkpt lat="48.16826629638672" lon="11.41601276397705">
+        <name>128935</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105201</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146754&#xA;      &#xA;      &#xA;        146755&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13761901855469" lon="11.758956909179688">
+        <name>146754</name>
+      </trkpt>
+      <trkpt lat="48.13386535644531" lon="11.759300231933594">
+        <name>146755</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85957</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128279&#xA;      &#xA;      &#xA;        128280&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557731628418" lon="11.418363571166992">
+        <name>128279</name>
+      </trkpt>
+      <trkpt lat="48.155609130859375" lon="11.419143676757812">
+        <name>128280</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86806</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129076&#xA;      &#xA;      &#xA;        129077&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2298698425293" lon="11.542994499206543">
+        <name>129076</name>
+      </trkpt>
+      <trkpt lat="48.23091125488281" lon="11.542795181274414">
+        <name>129077</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87655</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129919&#xA;      &#xA;      &#xA;        129920&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.207340240478516" lon="11.392509460449219">
+        <name>129919</name>
+      </trkpt>
+      <trkpt lat="48.20571517944336" lon="11.395195007324219">
+        <name>129920</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105060</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146607&#xA;      &#xA;      &#xA;        146608&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22660827636719" lon="11.547627449035645">
+        <name>146607</name>
+      </trkpt>
+      <trkpt lat="48.226741790771484" lon="11.552311897277832">
+        <name>146608</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87797</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130037&#xA;      &#xA;      &#xA;        130040&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15766525268555" lon="11.419611930847168">
+        <name>130037</name>
+      </trkpt>
+      <trkpt lat="48.15742874145508" lon="11.41877269744873">
+        <name>130040</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86665</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128935&#xA;      &#xA;      &#xA;        128936&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16826629638672" lon="11.41601276397705">
+        <name>128935</name>
+      </trkpt>
+      <trkpt lat="48.16837692260742" lon="11.415733337402344">
+        <name>128936</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85958</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128280&#xA;      &#xA;      &#xA;        128281&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155609130859375" lon="11.419143676757812">
+        <name>128280</name>
+      </trkpt>
+      <trkpt lat="48.155609130859375" lon="11.419639587402344">
+        <name>128281</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86807</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129077&#xA;      &#xA;      &#xA;        129078&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23091125488281" lon="11.542795181274414">
+        <name>129077</name>
+      </trkpt>
+      <trkpt lat="48.23218536376953" lon="11.542280197143555">
+        <name>129078</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87656</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129920&#xA;      &#xA;      &#xA;        129921&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20571517944336" lon="11.395195007324219">
+        <name>129920</name>
+      </trkpt>
+      <trkpt lat="48.2041015625" lon="11.39770793914795">
+        <name>129921</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96854</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138519&#xA;      &#xA;      &#xA;        138520&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252685546875" lon="11.495067596435547">
+        <name>138519</name>
+      </trkpt>
+      <trkpt lat="48.25344467163086" lon="11.497037887573242">
+        <name>138520</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87798</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130040&#xA;      &#xA;      &#xA;        130041&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15742874145508" lon="11.41877269744873">
+        <name>130040</name>
+      </trkpt>
+      <trkpt lat="48.158077239990234" lon="11.41846752166748">
+        <name>130041</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86666</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128936&#xA;      &#xA;      &#xA;        128937&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16837692260742" lon="11.415733337402344">
+        <name>128936</name>
+      </trkpt>
+      <trkpt lat="48.16828918457031" lon="11.415287971496582">
+        <name>128937</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85959</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128281&#xA;      &#xA;      &#xA;        128282&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155609130859375" lon="11.419639587402344">
+        <name>128281</name>
+      </trkpt>
+      <trkpt lat="48.155765533447266" lon="11.4202299118042">
+        <name>128282</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86808</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129078&#xA;      &#xA;      &#xA;        129079&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23218536376953" lon="11.542280197143555">
+        <name>129078</name>
+      </trkpt>
+      <trkpt lat="48.23326873779297" lon="11.541594505310059">
+        <name>129079</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87657</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129921&#xA;      &#xA;      &#xA;        129922&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2041015625" lon="11.39770793914795">
+        <name>129921</name>
+      </trkpt>
+      <trkpt lat="48.2025032043457" lon="11.400165557861328">
+        <name>129922</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87799</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130041&#xA;      &#xA;      &#xA;        130042&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158077239990234" lon="11.41846752166748">
+        <name>130041</name>
+      </trkpt>
+      <trkpt lat="48.15846633911133" lon="11.41837215423584">
+        <name>130042</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86667</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128937&#xA;      &#xA;      &#xA;        128938&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16828918457031" lon="11.415287971496582">
+        <name>128937</name>
+      </trkpt>
+      <trkpt lat="48.16832733154297" lon="11.415098190307617">
+        <name>128938</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105487</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147038&#xA;      &#xA;      &#xA;        147039&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.09323501586914" lon="11.589033126831055">
+        <name>147038</name>
+      </trkpt>
+      <trkpt lat="48.09632873535156" lon="11.587119102478027">
+        <name>147039</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85960</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128282&#xA;      &#xA;      &#xA;        128283&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155765533447266" lon="11.4202299118042">
+        <name>128282</name>
+      </trkpt>
+      <trkpt lat="48.155521392822266" lon="11.420629501342773">
+        <name>128283</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86809</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129084&#xA;      &#xA;      &#xA;        129083&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23321533203125" lon="11.541280746459961">
+        <name>129084</name>
+      </trkpt>
+      <trkpt lat="48.23203659057617" lon="11.542080879211426">
+        <name>129083</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87658</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129922&#xA;      &#xA;      &#xA;        129923&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2025032043457" lon="11.400165557861328">
+        <name>129922</name>
+      </trkpt>
+      <trkpt lat="48.20044708251953" lon="11.403279304504395">
+        <name>129923</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96856</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138520&#xA;      &#xA;      &#xA;        138522&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25344467163086" lon="11.497037887573242">
+        <name>138520</name>
+      </trkpt>
+      <trkpt lat="48.2540168762207" lon="11.498437881469727">
+        <name>138522</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87800</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130042&#xA;      &#xA;      &#xA;        130043&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15846633911133" lon="11.41837215423584">
+        <name>130042</name>
+      </trkpt>
+      <trkpt lat="48.159603118896484" lon="11.417915344238281">
+        <name>130043</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86668</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128938&#xA;      &#xA;      &#xA;        128939&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16832733154297" lon="11.415098190307617">
+        <name>128938</name>
+      </trkpt>
+      <trkpt lat="48.16895294189453" lon="11.414844512939453">
+        <name>128939</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105488</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147039&#xA;      &#xA;      &#xA;        147040&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.09632873535156" lon="11.587119102478027">
+        <name>147039</name>
+      </trkpt>
+      <trkpt lat="48.0991096496582" lon="11.585604667663574">
+        <name>147040</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85961</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128283&#xA;      &#xA;      &#xA;        128284&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155521392822266" lon="11.420629501342773">
+        <name>128283</name>
+      </trkpt>
+      <trkpt lat="48.1554069519043" lon="11.421238899230957">
+        <name>128284</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86810</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129083&#xA;      &#xA;      &#xA;        129082&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23203659057617" lon="11.542080879211426">
+        <name>129083</name>
+      </trkpt>
+      <trkpt lat="48.230796813964844" lon="11.542594909667969">
+        <name>129082</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87659</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129923&#xA;      &#xA;      &#xA;        129924&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20044708251953" lon="11.403279304504395">
+        <name>129923</name>
+      </trkpt>
+      <trkpt lat="48.19804763793945" lon="11.406907081604004">
+        <name>129924</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87801</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130043&#xA;      &#xA;      &#xA;        130044&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.159603118896484" lon="11.417915344238281">
+        <name>130043</name>
+      </trkpt>
+      <trkpt lat="48.16012191772461" lon="11.42037296295166">
+        <name>130044</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86669</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128939&#xA;      &#xA;      &#xA;        128940&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16895294189453" lon="11.414844512939453">
+        <name>128939</name>
+      </trkpt>
+      <trkpt lat="48.16910171508789" lon="11.414806365966797">
+        <name>128940</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105489</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147040&#xA;      &#xA;      &#xA;        147041&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0991096496582" lon="11.585604667663574">
+        <name>147040</name>
+      </trkpt>
+      <trkpt lat="48.10231399536133" lon="11.583576202392578">
+        <name>147041</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105206</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146755&#xA;      &#xA;      &#xA;        146756&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13386535644531" lon="11.759300231933594">
+        <name>146755</name>
+      </trkpt>
+      <trkpt lat="48.131019592285156" lon="11.759414672851562">
+        <name>146756</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85962</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128284&#xA;      &#xA;      &#xA;        128285&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1554069519043" lon="11.421238899230957">
+        <name>128284</name>
+      </trkpt>
+      <trkpt lat="48.155391693115234" lon="11.421829223632812">
+        <name>128285</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86811</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129082&#xA;      &#xA;      &#xA;        129081&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.230796813964844" lon="11.542594909667969">
+        <name>129082</name>
+      </trkpt>
+      <trkpt lat="48.22978973388672" lon="11.542709350585938">
+        <name>129081</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87660</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129924&#xA;      &#xA;      &#xA;        129925&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19804763793945" lon="11.406907081604004">
+        <name>129924</name>
+      </trkpt>
+      <trkpt lat="48.19572830200195" lon="11.410449028015137">
+        <name>129925</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105065</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146608&#xA;      &#xA;      &#xA;        146614&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.226741790771484" lon="11.552311897277832">
+        <name>146608</name>
+      </trkpt>
+      <trkpt lat="48.22685623168945" lon="11.558568000793457">
+        <name>146614</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96858</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138522&#xA;      &#xA;      &#xA;        138523&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2540168762207" lon="11.498437881469727">
+        <name>138522</name>
+      </trkpt>
+      <trkpt lat="48.254188537597656" lon="11.499837875366211">
+        <name>138523</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87802</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130044&#xA;      &#xA;      &#xA;        130045&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16012191772461" lon="11.42037296295166">
+        <name>130044</name>
+      </trkpt>
+      <trkpt lat="48.16059112548828" lon="11.420144081115723">
+        <name>130045</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86670</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128940&#xA;      &#xA;      &#xA;        128941&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16910171508789" lon="11.414806365966797">
+        <name>128940</name>
+      </trkpt>
+      <trkpt lat="48.17017364501953" lon="11.415186882019043">
+        <name>128941</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105490</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147041&#xA;      &#xA;      &#xA;        147042&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10231399536133" lon="11.583576202392578">
+        <name>147041</name>
+      </trkpt>
+      <trkpt lat="48.10460662841797" lon="11.582091331481934">
+        <name>147042</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105207</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146756&#xA;      &#xA;      &#xA;        146757&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.131019592285156" lon="11.759414672851562">
+        <name>146756</name>
+      </trkpt>
+      <trkpt lat="48.12696075439453" lon="11.759300231933594">
+        <name>146757</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85963</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128285&#xA;      &#xA;      &#xA;        128286&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155391693115234" lon="11.421829223632812">
+        <name>128285</name>
+      </trkpt>
+      <trkpt lat="48.155582427978516" lon="11.422438621520996">
+        <name>128286</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86812</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129081&#xA;      &#xA;      &#xA;        129080&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22978973388672" lon="11.542709350585938">
+        <name>129081</name>
+      </trkpt>
+      <trkpt lat="48.22850036621094" lon="11.542451858520508">
+        <name>129080</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87661</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129925&#xA;      &#xA;      &#xA;        129926&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19572830200195" lon="11.410449028015137">
+        <name>129925</name>
+      </trkpt>
+      <trkpt lat="48.19427490234375" lon="11.41264820098877">
+        <name>129926</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105066</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146614&#xA;      &#xA;      &#xA;        146615&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22685623168945" lon="11.558568000793457">
+        <name>146614</name>
+      </trkpt>
+      <trkpt lat="48.226966857910156" lon="11.563253402709961">
+        <name>146615</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87803</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130045&#xA;      &#xA;      &#xA;        130046&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16059112548828" lon="11.420144081115723">
+        <name>130045</name>
+      </trkpt>
+      <trkpt lat="48.16008758544922" lon="11.417743682861328">
+        <name>130046</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86671</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128941&#xA;      &#xA;      &#xA;        128942&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17017364501953" lon="11.415186882019043">
+        <name>128941</name>
+      </trkpt>
+      <trkpt lat="48.171024322509766" lon="11.41575813293457">
+        <name>128942</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105491</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147042&#xA;      &#xA;      &#xA;        147043&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10460662841797" lon="11.582091331481934">
+        <name>147042</name>
+      </trkpt>
+      <trkpt lat="48.10552215576172" lon="11.581433296203613">
+        <name>147043</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105208</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146757&#xA;      &#xA;      &#xA;        146768&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12696075439453" lon="11.759300231933594">
+        <name>146757</name>
+      </trkpt>
+      <trkpt lat="48.12382888793945" lon="11.758956909179688">
+        <name>146768</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85964</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128286&#xA;      &#xA;      &#xA;        128287&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155582427978516" lon="11.422438621520996">
+        <name>128286</name>
+      </trkpt>
+      <trkpt lat="48.1555061340332" lon="11.422523498535156">
+        <name>128287</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86813</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129080&#xA;      &#xA;      &#xA;        129074&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22850036621094" lon="11.542451858520508">
+        <name>129080</name>
+      </trkpt>
+      <trkpt lat="48.22732925415039" lon="11.541537284851074">
+        <name>129074</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87662</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129926&#xA;      &#xA;      &#xA;        129927&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19427490234375" lon="11.41264820098877">
+        <name>129926</name>
+      </trkpt>
+      <trkpt lat="48.19248580932617" lon="11.41533374786377">
+        <name>129927</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105067</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146615&#xA;      &#xA;      &#xA;        146616&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.226966857910156" lon="11.563253402709961">
+        <name>146615</name>
+      </trkpt>
+      <trkpt lat="48.22706604003906" lon="11.566394805908203">
+        <name>146616</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96860</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138523&#xA;      &#xA;      &#xA;        138526&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.254188537597656" lon="11.499837875366211">
+        <name>138523</name>
+      </trkpt>
+      <trkpt lat="48.253936767578125" lon="11.503922462463379">
+        <name>138526</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87804</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130046&#xA;      &#xA;      &#xA;        130043&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16008758544922" lon="11.417743682861328">
+        <name>130046</name>
+      </trkpt>
+      <trkpt lat="48.159603118896484" lon="11.417915344238281">
+        <name>130043</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86672</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128942&#xA;      &#xA;      &#xA;        128943&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.171024322509766" lon="11.41575813293457">
+        <name>128942</name>
+      </trkpt>
+      <trkpt lat="48.171478271484375" lon="11.416101455688477">
+        <name>128943</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105492</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147043&#xA;      &#xA;      &#xA;        147044&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10552215576172" lon="11.581433296203613">
+        <name>147043</name>
+      </trkpt>
+      <trkpt lat="48.10664367675781" lon="11.580348014831543">
+        <name>147044</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85965</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128287&#xA;      &#xA;      &#xA;        128288&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1555061340332" lon="11.422523498535156">
+        <name>128287</name>
+      </trkpt>
+      <trkpt lat="48.155555725097656" lon="11.42264175415039">
+        <name>128288</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86814</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129079&#xA;      &#xA;      &#xA;        129085&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23326873779297" lon="11.541594505310059">
+        <name>129079</name>
+      </trkpt>
+      <trkpt lat="48.23569107055664" lon="11.539652824401855">
+        <name>129085</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87663</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129927&#xA;      &#xA;      &#xA;        129928&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19248580932617" lon="11.41533374786377">
+        <name>129927</name>
+      </trkpt>
+      <trkpt lat="48.19073486328125" lon="11.417933464050293">
+        <name>129928</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105068</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146616&#xA;      &#xA;      &#xA;        146617&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22706604003906" lon="11.566394805908203">
+        <name>146616</name>
+      </trkpt>
+      <trkpt lat="48.22727584838867" lon="11.57025146484375">
+        <name>146617</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96861</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138526&#xA;      &#xA;      &#xA;        138528&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.253936767578125" lon="11.503922462463379">
+        <name>138526</name>
+      </trkpt>
+      <trkpt lat="48.25371170043945" lon="11.507694244384766">
+        <name>138528</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87805</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130046&#xA;      &#xA;      &#xA;        130047&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16008758544922" lon="11.417743682861328">
+        <name>130046</name>
+      </trkpt>
+      <trkpt lat="48.1600341796875" lon="11.417057991027832">
+        <name>130047</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86673</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128943&#xA;      &#xA;      &#xA;        128944&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.171478271484375" lon="11.416101455688477">
+        <name>128943</name>
+      </trkpt>
+      <trkpt lat="48.17170715332031" lon="11.41641902923584">
+        <name>128944</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105493</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147044&#xA;      &#xA;      &#xA;        147045&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10664367675781" lon="11.580348014831543">
+        <name>147044</name>
+      </trkpt>
+      <trkpt lat="48.10773468017578" lon="11.579633712768555">
+        <name>147045</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85966</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128288&#xA;      &#xA;      &#xA;        128289&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155555725097656" lon="11.42264175415039">
+        <name>128288</name>
+      </trkpt>
+      <trkpt lat="48.15562057495117" lon="11.422557830810547">
+        <name>128289</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86815</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129085&#xA;      &#xA;      &#xA;        129086&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23569107055664" lon="11.539652824401855">
+        <name>129085</name>
+      </trkpt>
+      <trkpt lat="48.23826217651367" lon="11.537595748901367">
+        <name>129086</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87664</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129928&#xA;      &#xA;      &#xA;        129929&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19073486328125" lon="11.417933464050293">
+        <name>129928</name>
+      </trkpt>
+      <trkpt lat="48.189117431640625" lon="11.420389175415039">
+        <name>129929</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105069</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146617&#xA;      &#xA;      &#xA;        146618&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22727584838867" lon="11.57025146484375">
+        <name>146617</name>
+      </trkpt>
+      <trkpt lat="48.227638244628906" lon="11.574878692626953">
+        <name>146618</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87806</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130047&#xA;      &#xA;      &#xA;        130048&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1600341796875" lon="11.417057991027832">
+        <name>130047</name>
+      </trkpt>
+      <trkpt lat="48.16006088256836" lon="11.415363311767578">
+        <name>130048</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86674</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128944&#xA;      &#xA;      &#xA;        128945&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17170715332031" lon="11.41641902923584">
+        <name>128944</name>
+      </trkpt>
+      <trkpt lat="48.1717643737793" lon="11.416621208190918">
+        <name>128945</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105494</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147045&#xA;      &#xA;      &#xA;        147046&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10773468017578" lon="11.579633712768555">
+        <name>147045</name>
+      </trkpt>
+      <trkpt lat="48.10979461669922" lon="11.578605651855469">
+        <name>147046</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105211</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146768&#xA;      &#xA;      &#xA;        146769&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12382888793945" lon="11.758956909179688">
+        <name>146768</name>
+      </trkpt>
+      <trkpt lat="48.120094299316406" lon="11.758414268493652">
+        <name>146769</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85967</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128289&#xA;      &#xA;      &#xA;        128286&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15562057495117" lon="11.422557830810547">
+        <name>128289</name>
+      </trkpt>
+      <trkpt lat="48.155582427978516" lon="11.422438621520996">
+        <name>128286</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86816</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129087&#xA;      &#xA;      &#xA;        129088&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23812484741211" lon="11.537338256835938">
+        <name>129087</name>
+      </trkpt>
+      <trkpt lat="48.23550033569336" lon="11.53945255279541">
+        <name>129088</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87665</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129929&#xA;      &#xA;      &#xA;        129930&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.189117431640625" lon="11.420389175415039">
+        <name>129929</name>
+      </trkpt>
+      <trkpt lat="48.18769073486328" lon="11.422589302062988">
+        <name>129930</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105070</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146618&#xA;      &#xA;      &#xA;        146619&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.227638244628906" lon="11.574878692626953">
+        <name>146618</name>
+      </trkpt>
+      <trkpt lat="48.22801208496094" lon="11.578678131103516">
+        <name>146619</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96863</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138528&#xA;      &#xA;      &#xA;        138533&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25371170043945" lon="11.507694244384766">
+        <name>138528</name>
+      </trkpt>
+      <trkpt lat="48.2534294128418" lon="11.512406349182129">
+        <name>138533</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87807</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130048&#xA;      &#xA;      &#xA;        128270&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16006088256836" lon="11.415363311767578">
+        <name>130048</name>
+      </trkpt>
+      <trkpt lat="48.15998077392578" lon="11.415048599243164">
+        <name>128270</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86675</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128945&#xA;      &#xA;      &#xA;        128946&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1717643737793" lon="11.416621208190918">
+        <name>128945</name>
+      </trkpt>
+      <trkpt lat="48.17185592651367" lon="11.41676139831543">
+        <name>128946</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105495</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147046&#xA;      &#xA;      &#xA;        147047&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10979461669922" lon="11.578605651855469">
+        <name>147046</name>
+      </trkpt>
+      <trkpt lat="48.11067199707031" lon="11.577862739562988">
+        <name>147047</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86817</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129088&#xA;      &#xA;      &#xA;        129084&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23550033569336" lon="11.53945255279541">
+        <name>129088</name>
+      </trkpt>
+      <trkpt lat="48.23321533203125" lon="11.541280746459961">
+        <name>129084</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87666</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129930&#xA;      &#xA;      &#xA;        129931&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18769073486328" lon="11.422589302062988">
+        <name>129930</name>
+      </trkpt>
+      <trkpt lat="48.18608474731445" lon="11.425017356872559">
+        <name>129931</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105071</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146619&#xA;      &#xA;      &#xA;        146620&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22801208496094" lon="11.578678131103516">
+        <name>146619</name>
+      </trkpt>
+      <trkpt lat="48.22845458984375" lon="11.58316421508789">
+        <name>146620</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87808</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130045&#xA;      &#xA;      &#xA;        129848&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16059112548828" lon="11.420144081115723">
+        <name>130045</name>
+      </trkpt>
+      <trkpt lat="48.16140365600586" lon="11.423238754272461">
+        <name>129848</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86676</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128946&#xA;      &#xA;      &#xA;        128947&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17185592651367" lon="11.41676139831543">
+        <name>128946</name>
+      </trkpt>
+      <trkpt lat="48.171939849853516" lon="11.417180061340332">
+        <name>128947</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105496</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147047&#xA;      &#xA;      &#xA;        147048&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11067199707031" lon="11.577862739562988">
+        <name>147047</name>
+      </trkpt>
+      <trkpt lat="48.11137390136719" lon="11.576720237731934">
+        <name>147048</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86818</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129086&#xA;      &#xA;      &#xA;        129089&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23826217651367" lon="11.537595748901367">
+        <name>129086</name>
+      </trkpt>
+      <trkpt lat="48.24143600463867" lon="11.535510063171387">
+        <name>129089</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87667</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129931&#xA;      &#xA;      &#xA;        129932&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18608474731445" lon="11.425017356872559">
+        <name>129931</name>
+      </trkpt>
+      <trkpt lat="48.18460464477539" lon="11.427245140075684">
+        <name>129932</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105072</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146620&#xA;      &#xA;      &#xA;        146621&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22845458984375" lon="11.58316421508789">
+        <name>146620</name>
+      </trkpt>
+      <trkpt lat="48.22868347167969" lon="11.58687686920166">
+        <name>146621</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96865</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138533&#xA;      &#xA;      &#xA;        138536&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2534294128418" lon="11.512406349182129">
+        <name>138533</name>
+      </trkpt>
+      <trkpt lat="48.25312042236328" lon="11.517091751098633">
+        <name>138536</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87809</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128269&#xA;      &#xA;      &#xA;        130049&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16022491455078" lon="11.414629936218262">
+        <name>128269</name>
+      </trkpt>
+      <trkpt lat="48.15990447998047" lon="11.41465950012207">
+        <name>130049</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86677</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128947&#xA;      &#xA;      &#xA;        128948&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.171939849853516" lon="11.417180061340332">
+        <name>128947</name>
+      </trkpt>
+      <trkpt lat="48.172203063964844" lon="11.417598724365234">
+        <name>128948</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105497</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147048&#xA;      &#xA;      &#xA;        147049&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11137390136719" lon="11.576720237731934">
+        <name>147048</name>
+      </trkpt>
+      <trkpt lat="48.111663818359375" lon="11.574806213378906">
+        <name>147049</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86819</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129087&#xA;      &#xA;      &#xA;        129090&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23812484741211" lon="11.537338256835938">
+        <name>129087</name>
+      </trkpt>
+      <trkpt lat="48.241397857666016" lon="11.535138130187988">
+        <name>129090</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87668</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129932&#xA;      &#xA;      &#xA;        129933&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18460464477539" lon="11.427245140075684">
+        <name>129932</name>
+      </trkpt>
+      <trkpt lat="48.183345794677734" lon="11.429159164428711">
+        <name>129933</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105073</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146621&#xA;      &#xA;      &#xA;        146622&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22868347167969" lon="11.58687686920166">
+        <name>146621</name>
+      </trkpt>
+      <trkpt lat="48.22883605957031" lon="11.589791297912598">
+        <name>146622</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87810</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130049&#xA;      &#xA;      &#xA;        128270&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15990447998047" lon="11.41465950012207">
+        <name>130049</name>
+      </trkpt>
+      <trkpt lat="48.15998077392578" lon="11.415048599243164">
+        <name>128270</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86678</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128948&#xA;      &#xA;      &#xA;        128949&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.172203063964844" lon="11.417598724365234">
+        <name>128948</name>
+      </trkpt>
+      <trkpt lat="48.172969818115234" lon="11.418627738952637">
+        <name>128949</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105498</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147049&#xA;      &#xA;      &#xA;        147050&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111663818359375" lon="11.574806213378906">
+        <name>147049</name>
+      </trkpt>
+      <trkpt lat="48.111854553222656" lon="11.573321342468262">
+        <name>147050</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86820</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129089&#xA;      &#xA;      &#xA;        129091&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24143600463867" lon="11.535510063171387">
+        <name>129089</name>
+      </trkpt>
+      <trkpt lat="48.244693756103516" lon="11.533967971801758">
+        <name>129091</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87669</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129933&#xA;      &#xA;      &#xA;        129934&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.183345794677734" lon="11.429159164428711">
+        <name>129933</name>
+      </trkpt>
+      <trkpt lat="48.182682037353516" lon="11.430130004882812">
+        <name>129934</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89933</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130070&#xA;      &#xA;      &#xA;        132125&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15591812133789" lon="11.417476654052734">
+        <name>130070</name>
+      </trkpt>
+      <trkpt lat="48.155338287353516" lon="11.417689323425293">
+        <name>132125</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105074</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146622&#xA;      &#xA;      &#xA;        146623&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22883605957031" lon="11.589791297912598">
+        <name>146622</name>
+      </trkpt>
+      <trkpt lat="48.228912353515625" lon="11.593419075012207">
+        <name>146623</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87811</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130049&#xA;      &#xA;      &#xA;        130050&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15990447998047" lon="11.41465950012207">
+        <name>130049</name>
+      </trkpt>
+      <trkpt lat="48.1593132019043" lon="11.414639472961426">
+        <name>130050</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86679</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128949&#xA;      &#xA;      &#xA;        128950&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.172969818115234" lon="11.418627738952637">
+        <name>128949</name>
+      </trkpt>
+      <trkpt lat="48.173851013183594" lon="11.419872283935547">
+        <name>128950</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105499</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147050&#xA;      &#xA;      &#xA;        147051&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111854553222656" lon="11.573321342468262">
+        <name>147050</name>
+      </trkpt>
+      <trkpt lat="48.111793518066406" lon="11.571435928344727">
+        <name>147051</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86821</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129091&#xA;      &#xA;      &#xA;        129092&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244693756103516" lon="11.533967971801758">
+        <name>129091</name>
+      </trkpt>
+      <trkpt lat="48.247257232666016" lon="11.533167839050293">
+        <name>129092</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87670</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128965&#xA;      &#xA;      &#xA;        129935&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17868423461914" lon="11.42976188659668">
+        <name>128965</name>
+      </trkpt>
+      <trkpt lat="48.179805755615234" lon="11.430930137634277">
+        <name>129935</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89934</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132125&#xA;      &#xA;      &#xA;        132126&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155338287353516" lon="11.417689323425293">
+        <name>132125</name>
+      </trkpt>
+      <trkpt lat="48.15467834472656" lon="11.418012619018555">
+        <name>132126</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105075</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146623&#xA;      &#xA;      &#xA;        146624&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.228912353515625" lon="11.593419075012207">
+        <name>146623</name>
+      </trkpt>
+      <trkpt lat="48.22888946533203" lon="11.596275329589844">
+        <name>146624</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96868</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138536&#xA;      &#xA;      &#xA;        138537&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25312042236328" lon="11.517091751098633">
+        <name>138536</name>
+      </trkpt>
+      <trkpt lat="48.252838134765625" lon="11.521404266357422">
+        <name>138537</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87812</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130050&#xA;      &#xA;      &#xA;        130051&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1593132019043" lon="11.414639472961426">
+        <name>130050</name>
+      </trkpt>
+      <trkpt lat="48.158939361572266" lon="11.41490650177002">
+        <name>130051</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86680</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128950&#xA;      &#xA;      &#xA;        128951&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173851013183594" lon="11.419872283935547">
+        <name>128950</name>
+      </trkpt>
+      <trkpt lat="48.174095153808594" lon="11.420430183410645">
+        <name>128951</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105500</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147051&#xA;      &#xA;      &#xA;        147052&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111793518066406" lon="11.571435928344727">
+        <name>147051</name>
+      </trkpt>
+      <trkpt lat="48.111854553222656" lon="11.570521354675293">
+        <name>147052</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86822</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129094&#xA;      &#xA;      &#xA;        129093&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.247169494628906" lon="11.532854080200195">
+        <name>129094</name>
+      </trkpt>
+      <trkpt lat="48.244537353515625" lon="11.533624649047852">
+        <name>129093</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87671</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129935&#xA;      &#xA;      &#xA;        129936&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179805755615234" lon="11.430930137634277">
+        <name>129935</name>
+      </trkpt>
+      <trkpt lat="48.1802978515625" lon="11.43144416809082">
+        <name>129936</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89935</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132126&#xA;      &#xA;      &#xA;        132127&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15467834472656" lon="11.418012619018555">
+        <name>132126</name>
+      </trkpt>
+      <trkpt lat="48.1536865234375" lon="11.418755531311035">
+        <name>132127</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105076</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146624&#xA;      &#xA;      &#xA;        146626&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22888946533203" lon="11.596275329589844">
+        <name>146624</name>
+      </trkpt>
+      <trkpt lat="48.22858810424805" lon="11.60107421875">
+        <name>146626</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87813</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128272&#xA;      &#xA;      &#xA;        130053&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15910339355469" lon="11.415334701538086">
+        <name>128272</name>
+      </trkpt>
+      <trkpt lat="48.15884017944336" lon="11.415287017822266">
+        <name>130053</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86681</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128951&#xA;      &#xA;      &#xA;        128952&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.174095153808594" lon="11.420430183410645">
+        <name>128951</name>
+      </trkpt>
+      <trkpt lat="48.17430114746094" lon="11.420811653137207">
+        <name>128952</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105501</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147052&#xA;      &#xA;      &#xA;        147053&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111854553222656" lon="11.570521354675293">
+        <name>147052</name>
+      </trkpt>
+      <trkpt lat="48.11228942871094" lon="11.568950653076172">
+        <name>147053</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86823</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129093&#xA;      &#xA;      &#xA;        129090&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244537353515625" lon="11.533624649047852">
+        <name>129093</name>
+      </trkpt>
+      <trkpt lat="48.241397857666016" lon="11.535138130187988">
+        <name>129090</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87672</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129936&#xA;      &#xA;      &#xA;        129937&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1802978515625" lon="11.43144416809082">
+        <name>129936</name>
+      </trkpt>
+      <trkpt lat="48.181915283203125" lon="11.432844161987305">
+        <name>129937</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89936</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132127&#xA;      &#xA;      &#xA;        132128&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1536865234375" lon="11.418755531311035">
+        <name>132127</name>
+      </trkpt>
+      <trkpt lat="48.153141021728516" lon="11.419193267822266">
+        <name>132128</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87814</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130053&#xA;      &#xA;      &#xA;        130052&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15884017944336" lon="11.415287017822266">
+        <name>130053</name>
+      </trkpt>
+      <trkpt lat="48.158329010009766" lon="11.415116310119629">
+        <name>130052</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86682</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128952&#xA;      &#xA;      &#xA;        128953&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17430114746094" lon="11.420811653137207">
+        <name>128952</name>
+      </trkpt>
+      <trkpt lat="48.174461364746094" lon="11.420989036560059">
+        <name>128953</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105502</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147053&#xA;      &#xA;      &#xA;        147054&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11228942871094" lon="11.568950653076172">
+        <name>147053</name>
+      </trkpt>
+      <trkpt lat="48.112693786621094" lon="11.567808151245117">
+        <name>147054</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86824</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129092&#xA;      &#xA;      &#xA;        129095&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.247257232666016" lon="11.533167839050293">
+        <name>129092</name>
+      </trkpt>
+      <trkpt lat="48.25026321411133" lon="11.532824516296387">
+        <name>129095</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87673</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129937&#xA;      &#xA;      &#xA;        128968&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181915283203125" lon="11.432844161987305">
+        <name>129937</name>
+      </trkpt>
+      <trkpt lat="48.18305206298828" lon="11.433813095092773">
+        <name>128968</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89937</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132128&#xA;      &#xA;      &#xA;        132129&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.153141021728516" lon="11.419193267822266">
+        <name>132128</name>
+      </trkpt>
+      <trkpt lat="48.15254211425781" lon="11.419535636901855">
+        <name>132129</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96871</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138537&#xA;      &#xA;      &#xA;        138538&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252838134765625" lon="11.521404266357422">
+        <name>138537</name>
+      </trkpt>
+      <trkpt lat="48.252662658691406" lon="11.524460792541504">
+        <name>138538</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87815</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130053&#xA;      &#xA;      &#xA;        130051&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15884017944336" lon="11.415287017822266">
+        <name>130053</name>
+      </trkpt>
+      <trkpt lat="48.158939361572266" lon="11.41490650177002">
+        <name>130051</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86683</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128953&#xA;      &#xA;      &#xA;        128954&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.174461364746094" lon="11.420989036560059">
+        <name>128953</name>
+      </trkpt>
+      <trkpt lat="48.1744499206543" lon="11.421674728393555">
+        <name>128954</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105503</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147054&#xA;      &#xA;      &#xA;        147055&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.112693786621094" lon="11.567808151245117">
+        <name>147054</name>
+      </trkpt>
+      <trkpt lat="48.11292266845703" lon="11.566207885742188">
+        <name>147055</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105220</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146769&#xA;      &#xA;      &#xA;        146770&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.120094299316406" lon="11.758414268493652">
+        <name>146769</name>
+      </trkpt>
+      <trkpt lat="48.11668014526367" lon="11.757728576660156">
+        <name>146770</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86825</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129094&#xA;      &#xA;      &#xA;        129096&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.247169494628906" lon="11.532854080200195">
+        <name>129094</name>
+      </trkpt>
+      <trkpt lat="48.250244140625" lon="11.532453536987305">
+        <name>129096</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87674</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129934&#xA;      &#xA;      &#xA;        129938&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.182682037353516" lon="11.430130004882812">
+        <name>129934</name>
+      </trkpt>
+      <trkpt lat="48.182090759277344" lon="11.43061637878418">
+        <name>129938</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89938</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132129&#xA;      &#xA;      &#xA;        132130&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15254211425781" lon="11.419535636901855">
+        <name>132129</name>
+      </trkpt>
+      <trkpt lat="48.151954650878906" lon="11.419822692871094">
+        <name>132130</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96872</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138538&#xA;      &#xA;      &#xA;        138539&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252662658691406" lon="11.524460792541504">
+        <name>138538</name>
+      </trkpt>
+      <trkpt lat="48.252628326416016" lon="11.52791690826416">
+        <name>138539</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87816</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130052&#xA;      &#xA;      &#xA;        128274&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158329010009766" lon="11.415116310119629">
+        <name>130052</name>
+      </trkpt>
+      <trkpt lat="48.15804672241211" lon="11.415238380432129">
+        <name>128274</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86684</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128954&#xA;      &#xA;      &#xA;        128955&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1744499206543" lon="11.421674728393555">
+        <name>128954</name>
+      </trkpt>
+      <trkpt lat="48.17435073852539" lon="11.422626495361328">
+        <name>128955</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105504</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147055&#xA;      &#xA;      &#xA;        147056&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11292266845703" lon="11.566207885742188">
+        <name>147055</name>
+      </trkpt>
+      <trkpt lat="48.11301803588867" lon="11.564323425292969">
+        <name>147056</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105221</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146770&#xA;      &#xA;      &#xA;        146771&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11668014526367" lon="11.757728576660156">
+        <name>146770</name>
+      </trkpt>
+      <trkpt lat="48.11343765258789" lon="11.7568998336792">
+        <name>146771</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86826</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129095&#xA;      &#xA;      &#xA;        129097&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25026321411133" lon="11.532824516296387">
+        <name>129095</name>
+      </trkpt>
+      <trkpt lat="48.25324630737305" lon="11.532938957214355">
+        <name>129097</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87675</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129938&#xA;      &#xA;      &#xA;        129939&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.182090759277344" lon="11.43061637878418">
+        <name>129938</name>
+      </trkpt>
+      <trkpt lat="48.18155288696289" lon="11.43061637878418">
+        <name>129939</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89939</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132130&#xA;      &#xA;      &#xA;        132131&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.151954650878906" lon="11.419822692871094">
+        <name>132130</name>
+      </trkpt>
+      <trkpt lat="48.15016174316406" lon="11.42050838470459">
+        <name>132131</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96873</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138539&#xA;      &#xA;      &#xA;        138540&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252628326416016" lon="11.52791690826416">
+        <name>138539</name>
+      </trkpt>
+      <trkpt lat="48.25257110595703" lon="11.529831886291504">
+        <name>138540</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87817</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130052&#xA;      &#xA;      &#xA;        128914&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158329010009766" lon="11.415116310119629">
+        <name>130052</name>
+      </trkpt>
+      <trkpt lat="48.15797424316406" lon="11.413873672485352">
+        <name>128914</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86685</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128955&#xA;      &#xA;      &#xA;        128956&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17435073852539" lon="11.422626495361328">
+        <name>128955</name>
+      </trkpt>
+      <trkpt lat="48.17431640625" lon="11.423211097717285">
+        <name>128956</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105505</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147056&#xA;      &#xA;      &#xA;        147057&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11301803588867" lon="11.564323425292969">
+        <name>147056</name>
+      </trkpt>
+      <trkpt lat="48.11289978027344" lon="11.562723159790039">
+        <name>147057</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105222</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146771&#xA;      &#xA;      &#xA;        146772&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11343765258789" lon="11.7568998336792">
+        <name>146771</name>
+      </trkpt>
+      <trkpt lat="48.11088180541992" lon="11.756157875061035">
+        <name>146772</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87676</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129939&#xA;      &#xA;      &#xA;        129940&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18155288696289" lon="11.43061637878418">
+        <name>129939</name>
+      </trkpt>
+      <trkpt lat="48.181175231933594" lon="11.430559158325195">
+        <name>129940</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89940</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132131&#xA;      &#xA;      &#xA;        132132&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15016174316406" lon="11.42050838470459">
+        <name>132131</name>
+      </trkpt>
+      <trkpt lat="48.14902114868164" lon="11.420907974243164">
+        <name>132132</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87818</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128268&#xA;      &#xA;      &#xA;        130054&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16078186035156" lon="11.414229393005371">
+        <name>128268</name>
+      </trkpt>
+      <trkpt lat="48.16055679321289" lon="11.413077354431152">
+        <name>130054</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86686</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128956&#xA;      &#xA;      &#xA;        128957&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17431640625" lon="11.423211097717285">
+        <name>128956</name>
+      </trkpt>
+      <trkpt lat="48.174217224121094" lon="11.424162864685059">
+        <name>128957</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96874</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138540&#xA;      &#xA;      &#xA;        138541&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25257110595703" lon="11.529831886291504">
+        <name>138540</name>
+      </trkpt>
+      <trkpt lat="48.252437591552734" lon="11.532059669494629">
+        <name>138541</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105506</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147057&#xA;      &#xA;      &#xA;        147058&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11289978027344" lon="11.562723159790039">
+        <name>147057</name>
+      </trkpt>
+      <trkpt lat="48.11261749267578" lon="11.560724258422852">
+        <name>147058</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105223</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146772&#xA;      &#xA;      &#xA;        146773&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11088180541992" lon="11.756157875061035">
+        <name>146772</name>
+      </trkpt>
+      <trkpt lat="48.107391357421875" lon="11.754786491394043">
+        <name>146773</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86828</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129099&#xA;      &#xA;      &#xA;        129100&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.256141662597656" lon="11.5331392288208">
+        <name>129099</name>
+      </trkpt>
+      <trkpt lat="48.25318908691406" lon="11.532567977905273">
+        <name>129100</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87677</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129940&#xA;      &#xA;      &#xA;        129941&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181175231933594" lon="11.430559158325195">
+        <name>129940</name>
+      </trkpt>
+      <trkpt lat="48.1807975769043" lon="11.430644035339355">
+        <name>129941</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89941</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132132&#xA;      &#xA;      &#xA;        132133&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14902114868164" lon="11.420907974243164">
+        <name>132132</name>
+      </trkpt>
+      <trkpt lat="48.14790725708008" lon="11.421308517456055">
+        <name>132133</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87819</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130054&#xA;      &#xA;      &#xA;        130055&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16055679321289" lon="11.413077354431152">
+        <name>130054</name>
+      </trkpt>
+      <trkpt lat="48.16055679321289" lon="11.412753105163574">
+        <name>130055</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86687</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128957&#xA;      &#xA;      &#xA;        128958&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.174217224121094" lon="11.424162864685059">
+        <name>128957</name>
+      </trkpt>
+      <trkpt lat="48.17410659790039" lon="11.425445556640625">
+        <name>128958</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96875</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138541&#xA;      &#xA;      &#xA;        138542&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252437591552734" lon="11.532059669494629">
+        <name>138541</name>
+      </trkpt>
+      <trkpt lat="48.252323150634766" lon="11.533859252929688">
+        <name>138542</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105507</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147058&#xA;      &#xA;      &#xA;        147059&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11261749267578" lon="11.560724258422852">
+        <name>147058</name>
+      </trkpt>
+      <trkpt lat="48.11234664916992" lon="11.558324813842773">
+        <name>147059</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105224</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146773&#xA;      &#xA;      &#xA;        146774&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.107391357421875" lon="11.754786491394043">
+        <name>146773</name>
+      </trkpt>
+      <trkpt lat="48.10439682006836" lon="11.753558158874512">
+        <name>146774</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86829</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129100&#xA;      &#xA;      &#xA;        129096&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25318908691406" lon="11.532567977905273">
+        <name>129100</name>
+      </trkpt>
+      <trkpt lat="48.250244140625" lon="11.532453536987305">
+        <name>129096</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87678</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129941&#xA;      &#xA;      &#xA;        129942&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1807975769043" lon="11.430644035339355">
+        <name>129941</name>
+      </trkpt>
+      <trkpt lat="48.1802978515625" lon="11.430959701538086">
+        <name>129942</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89942</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132133&#xA;      &#xA;      &#xA;        132134&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14790725708008" lon="11.421308517456055">
+        <name>132133</name>
+      </trkpt>
+      <trkpt lat="48.14714050292969" lon="11.421631813049316">
+        <name>132134</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87820</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130055&#xA;      &#xA;      &#xA;        130056&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16055679321289" lon="11.412753105163574">
+        <name>130055</name>
+      </trkpt>
+      <trkpt lat="48.1593132019043" lon="11.413077354431152">
+        <name>130056</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86688</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128958&#xA;      &#xA;      &#xA;        128959&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17410659790039" lon="11.425445556640625">
+        <name>128958</name>
+      </trkpt>
+      <trkpt lat="48.17397689819336" lon="11.426778793334961">
+        <name>128959</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96876</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138542&#xA;      &#xA;      &#xA;        138543&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252323150634766" lon="11.533859252929688">
+        <name>138542</name>
+      </trkpt>
+      <trkpt lat="48.25226593017578" lon="11.534402847290039">
+        <name>138543</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105508</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147059&#xA;      &#xA;      &#xA;        147060&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11234664916992" lon="11.558324813842773">
+        <name>147059</name>
+      </trkpt>
+      <trkpt lat="48.11223602294922" lon="11.55681037902832">
+        <name>147060</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105225</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146774&#xA;      &#xA;      &#xA;        146775&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10439682006836" lon="11.753558158874512">
+        <name>146774</name>
+      </trkpt>
+      <trkpt lat="48.10102081298828" lon="11.75184440612793">
+        <name>146775</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87679</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129942&#xA;      &#xA;      &#xA;        129935&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1802978515625" lon="11.430959701538086">
+        <name>129942</name>
+      </trkpt>
+      <trkpt lat="48.179805755615234" lon="11.430930137634277">
+        <name>129935</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89943</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132134&#xA;      &#xA;      &#xA;        132135&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14714050292969" lon="11.421631813049316">
+        <name>132134</name>
+      </trkpt>
+      <trkpt lat="48.146888732910156" lon="11.421669960021973">
+        <name>132135</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105084</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146626&#xA;      &#xA;      &#xA;        146633&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22858810424805" lon="11.60107421875">
+        <name>146626</name>
+      </trkpt>
+      <trkpt lat="48.228111267089844" lon="11.605473518371582">
+        <name>146633</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87821</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130056&#xA;      &#xA;      &#xA;        130050&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1593132019043" lon="11.413077354431152">
+        <name>130056</name>
+      </trkpt>
+      <trkpt lat="48.1593132019043" lon="11.414639472961426">
+        <name>130050</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96877</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138543&#xA;      &#xA;      &#xA;        138544&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25226593017578" lon="11.534402847290039">
+        <name>138543</name>
+      </trkpt>
+      <trkpt lat="48.25270462036133" lon="11.534516334533691">
+        <name>138544</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105509</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147060&#xA;      &#xA;      &#xA;        147061&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11223602294922" lon="11.55681037902832">
+        <name>147060</name>
+      </trkpt>
+      <trkpt lat="48.11228942871094" lon="11.554667472839355">
+        <name>147061</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105226</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146775&#xA;      &#xA;      &#xA;        146776&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10102081298828" lon="11.75184440612793">
+        <name>146775</name>
+      </trkpt>
+      <trkpt lat="48.097740173339844" lon="11.750015258789062">
+        <name>146776</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86831</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129101&#xA;      &#xA;      &#xA;        129102&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.259613037109375" lon="11.534852981567383">
+        <name>129101</name>
+      </trkpt>
+      <trkpt lat="48.26298141479492" lon="11.536539077758789">
+        <name>129102</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87680</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128964&#xA;      &#xA;      &#xA;        129943&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1785774230957" lon="11.43030834197998">
+        <name>128964</name>
+      </trkpt>
+      <trkpt lat="48.180545806884766" lon="11.432272911071777">
+        <name>129943</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89944</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132135&#xA;      &#xA;      &#xA;        132136&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.146888732910156" lon="11.421669960021973">
+        <name>132135</name>
+      </trkpt>
+      <trkpt lat="48.146366119384766" lon="11.421955108642578">
+        <name>132136</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105085</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146633&#xA;      &#xA;      &#xA;        146634&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.228111267089844" lon="11.605473518371582">
+        <name>146633</name>
+      </trkpt>
+      <trkpt lat="48.227447509765625" lon="11.609843254089355">
+        <name>146634</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87822</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130056&#xA;      &#xA;      &#xA;        130057&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1593132019043" lon="11.413077354431152">
+        <name>130056</name>
+      </trkpt>
+      <trkpt lat="48.158321380615234" lon="11.413191795349121">
+        <name>130057</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96878</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138544&#xA;      &#xA;      &#xA;        138545&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25270462036133" lon="11.534516334533691">
+        <name>138544</name>
+      </trkpt>
+      <trkpt lat="48.253047943115234" lon="11.534402847290039">
+        <name>138545</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105510</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147061&#xA;      &#xA;      &#xA;        147062&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11228942871094" lon="11.554667472839355">
+        <name>147061</name>
+      </trkpt>
+      <trkpt lat="48.1119499206543" lon="11.545069694519043">
+        <name>147062</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105227</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146776&#xA;      &#xA;      &#xA;        146777&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.097740173339844" lon="11.750015258789062">
+        <name>146776</name>
+      </trkpt>
+      <trkpt lat="48.09516143798828" lon="11.748444557189941">
+        <name>146777</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86832</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129103&#xA;      &#xA;      &#xA;        129104&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.263057708740234" lon="11.53628158569336">
+        <name>129103</name>
+      </trkpt>
+      <trkpt lat="48.2596321105957" lon="11.534453392028809">
+        <name>129104</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87681</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129943&#xA;      &#xA;      &#xA;        129944&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.180545806884766" lon="11.432272911071777">
+        <name>129943</name>
+      </trkpt>
+      <trkpt lat="48.181480407714844" lon="11.43312931060791">
+        <name>129944</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89945</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132136&#xA;      &#xA;      &#xA;        132137&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.146366119384766" lon="11.421955108642578">
+        <name>132136</name>
+      </trkpt>
+      <trkpt lat="48.14573287963867" lon="11.422355651855469">
+        <name>132137</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105086</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146634&#xA;      &#xA;      &#xA;        146635&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.227447509765625" lon="11.609843254089355">
+        <name>146634</name>
+      </trkpt>
+      <trkpt lat="48.22670364379883" lon="11.613443374633789">
+        <name>146635</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87823</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130057&#xA;      &#xA;      &#xA;        130059&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158321380615234" lon="11.413191795349121">
+        <name>130057</name>
+      </trkpt>
+      <trkpt lat="48.15803909301758" lon="11.41309642791748">
+        <name>130059</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86691</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128957&#xA;      &#xA;      &#xA;        128962&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.174217224121094" lon="11.424162864685059">
+        <name>128957</name>
+      </trkpt>
+      <trkpt lat="48.1751594543457" lon="11.425369262695312">
+        <name>128962</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96879</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138545&#xA;      &#xA;      &#xA;        138546&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.253047943115234" lon="11.534402847290039">
+        <name>138545</name>
+      </trkpt>
+      <trkpt lat="48.2534065246582" lon="11.53363037109375">
+        <name>138546</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105511</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147062&#xA;      &#xA;      &#xA;        147063&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1119499206543" lon="11.545069694519043">
+        <name>147062</name>
+      </trkpt>
+      <trkpt lat="48.11146926879883" lon="11.5432710647583">
+        <name>147063</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105228</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146777&#xA;      &#xA;      &#xA;        146778&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.09516143798828" lon="11.748444557189941">
+        <name>146777</name>
+      </trkpt>
+      <trkpt lat="48.09287643432617" lon="11.746931076049805">
+        <name>146778</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86833</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129104&#xA;      &#xA;      &#xA;        129099&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2596321105957" lon="11.534453392028809">
+        <name>129104</name>
+      </trkpt>
+      <trkpt lat="48.256141662597656" lon="11.5331392288208">
+        <name>129099</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87682</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129944&#xA;      &#xA;      &#xA;        128969&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181480407714844" lon="11.43312931060791">
+        <name>129944</name>
+      </trkpt>
+      <trkpt lat="48.18302536010742" lon="11.434365272521973">
+        <name>128969</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89946</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132137&#xA;      &#xA;      &#xA;        132138&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14573287963867" lon="11.422355651855469">
+        <name>132137</name>
+      </trkpt>
+      <trkpt lat="48.14500045776367" lon="11.422831535339355">
+        <name>132138</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87824</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130059&#xA;      &#xA;      &#xA;        130058&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15803909301758" lon="11.41309642791748">
+        <name>130059</name>
+      </trkpt>
+      <trkpt lat="48.15815353393555" lon="11.413496017456055">
+        <name>130058</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86692</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128962&#xA;      &#xA;      &#xA;        128963&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1751594543457" lon="11.425369262695312">
+        <name>128962</name>
+      </trkpt>
+      <trkpt lat="48.176368713378906" lon="11.427108764648438">
+        <name>128963</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96880</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129097&#xA;      &#xA;      &#xA;        138548&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25324630737305" lon="11.532938957214355">
+        <name>129097</name>
+      </trkpt>
+      <trkpt lat="48.25407028198242" lon="11.533059120178223">
+        <name>138548</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105512</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147063&#xA;      &#xA;      &#xA;        147064&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11146926879883" lon="11.5432710647583">
+        <name>147063</name>
+      </trkpt>
+      <trkpt lat="48.111148834228516" lon="11.542670249938965">
+        <name>147064</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86834</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129102&#xA;      &#xA;      &#xA;        129105&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26298141479492" lon="11.536539077758789">
+        <name>129102</name>
+      </trkpt>
+      <trkpt lat="48.26625061035156" lon="11.538652420043945">
+        <name>129105</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87683</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129944&#xA;      &#xA;      &#xA;        129954&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181480407714844" lon="11.43312931060791">
+        <name>129944</name>
+      </trkpt>
+      <trkpt lat="48.181819915771484" lon="11.433615684509277">
+        <name>129954</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89947</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132138&#xA;      &#xA;      &#xA;        132139&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14500045776367" lon="11.422831535339355">
+        <name>132138</name>
+      </trkpt>
+      <trkpt lat="48.14375305175781" lon="11.423383712768555">
+        <name>132139</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87825</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130058&#xA;      &#xA;      &#xA;        130057&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15815353393555" lon="11.413496017456055">
+        <name>130058</name>
+      </trkpt>
+      <trkpt lat="48.158321380615234" lon="11.413191795349121">
+        <name>130057</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86693</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128963&#xA;      &#xA;      &#xA;        128965&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.176368713378906" lon="11.427108764648438">
+        <name>128963</name>
+      </trkpt>
+      <trkpt lat="48.17868423461914" lon="11.42976188659668">
+        <name>128965</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96881</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138549&#xA;      &#xA;      &#xA;        138547&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25407028198242" lon="11.533059120178223">
+        <name>138548</name>
+      </trkpt>
+      <trkpt lat="48.25620651245117" lon="11.53354549407959">
+        <name>138547</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105513</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147064&#xA;      &#xA;      &#xA;        147065&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111148834228516" lon="11.542670249938965">
+        <name>147064</name>
+      </trkpt>
+      <trkpt lat="48.11083984375" lon="11.541899681091309">
+        <name>147065</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86835</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129105&#xA;      &#xA;      &#xA;        129106&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26625061035156" lon="11.538652420043945">
+        <name>129105</name>
+      </trkpt>
+      <trkpt lat="48.26946258544922" lon="11.540938377380371">
+        <name>129106</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87684</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129954&#xA;      &#xA;      &#xA;        129953&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181819915771484" lon="11.433615684509277">
+        <name>129954</name>
+      </trkpt>
+      <trkpt lat="48.181785583496094" lon="11.434329986572266">
+        <name>129953</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89948</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132137&#xA;      &#xA;      &#xA;        132153&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14573287963867" lon="11.422355651855469">
+        <name>132137</name>
+      </trkpt>
+      <trkpt lat="48.14543151855469" lon="11.421003341674805">
+        <name>132153</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87826</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130058&#xA;      &#xA;      &#xA;        128914&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15815353393555" lon="11.413496017456055">
+        <name>130058</name>
+      </trkpt>
+      <trkpt lat="48.15797424316406" lon="11.413873672485352">
+        <name>128914</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86694</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128961&#xA;      &#xA;      &#xA;        128964&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17674255371094" lon="11.428302764892578">
+        <name>128961</name>
+      </trkpt>
+      <trkpt lat="48.1785774230957" lon="11.43030834197998">
+        <name>128964</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87543</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128959&#xA;      &#xA;      &#xA;        129814&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17397689819336" lon="11.426778793334961">
+        <name>128959</name>
+      </trkpt>
+      <trkpt lat="48.173858642578125" lon="11.428360939025879">
+        <name>129814</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96882</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138547&#xA;      &#xA;      &#xA;        129101&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25620651245117" lon="11.53354549407959">
+        <name>138547</name>
+      </trkpt>
+      <trkpt lat="48.259613037109375" lon="11.534852981567383">
+        <name>129101</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105514</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147065&#xA;      &#xA;      &#xA;        147066&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11083984375" lon="11.541899681091309">
+        <name>147065</name>
+      </trkpt>
+      <trkpt lat="48.11063003540039" lon="11.540756225585938">
+        <name>147066</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86836</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129107&#xA;      &#xA;      &#xA;        129108&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26957702636719" lon="11.540679931640625">
+        <name>129107</name>
+      </trkpt>
+      <trkpt lat="48.26639938354492" lon="11.538366317749023">
+        <name>129108</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87685</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129953&#xA;      &#xA;      &#xA;        129952&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181785583496094" lon="11.434329986572266">
+        <name>129953</name>
+      </trkpt>
+      <trkpt lat="48.18134689331055" lon="11.434615135192871">
+        <name>129952</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89949</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132153&#xA;      &#xA;      &#xA;        132152&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14543151855469" lon="11.421003341674805">
+        <name>132153</name>
+      </trkpt>
+      <trkpt lat="48.14508819580078" lon="11.420185089111328">
+        <name>132152</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87827</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128277&#xA;      &#xA;      &#xA;        130071&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15625" lon="11.41647720336914">
+        <name>128277</name>
+      </trkpt>
+      <trkpt lat="48.15609359741211" lon="11.416790962219238">
+        <name>130071</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87544</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129814&#xA;      &#xA;      &#xA;        129815&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173858642578125" lon="11.428360939025879">
+        <name>129814</name>
+      </trkpt>
+      <trkpt lat="48.173858642578125" lon="11.429275512695312">
+        <name>129815</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96883</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138549&#xA;      &#xA;      &#xA;        138550&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25407028198242" lon="11.533059120178223">
+        <name>138548</name>
+      </trkpt>
+      <trkpt lat="48.25366973876953" lon="11.533230781555176">
+        <name>138550</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105515</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147066&#xA;      &#xA;      &#xA;        147067&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11063003540039" lon="11.540756225585938">
+        <name>147066</name>
+      </trkpt>
+      <trkpt lat="48.11061096191406" lon="11.53869915008545">
+        <name>147067</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86837</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129108&#xA;      &#xA;      &#xA;        129103&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26639938354492" lon="11.538366317749023">
+        <name>129108</name>
+      </trkpt>
+      <trkpt lat="48.263057708740234" lon="11.53628158569336">
+        <name>129103</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87686</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129952&#xA;      &#xA;      &#xA;        129951&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18134689331055" lon="11.434615135192871">
+        <name>129952</name>
+      </trkpt>
+      <trkpt lat="48.18092727661133" lon="11.434215545654297">
+        <name>129951</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89950</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132152&#xA;      &#xA;      &#xA;        132151&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14508819580078" lon="11.420185089111328">
+        <name>132152</name>
+      </trkpt>
+      <trkpt lat="48.14470672607422" lon="11.419593811035156">
+        <name>132151</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87828</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130071&#xA;      &#xA;      &#xA;        130069&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15609359741211" lon="11.416790962219238">
+        <name>130071</name>
+      </trkpt>
+      <trkpt lat="48.15608596801758" lon="11.416333198547363">
+        <name>130069</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87545</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129815&#xA;      &#xA;      &#xA;        129816&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173858642578125" lon="11.429275512695312">
+        <name>129815</name>
+      </trkpt>
+      <trkpt lat="48.173858642578125" lon="11.4298095703125">
+        <name>129816</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96884</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138550&#xA;      &#xA;      &#xA;        138546&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25366973876953" lon="11.533230781555176">
+        <name>138550</name>
+      </trkpt>
+      <trkpt lat="48.2534065246582" lon="11.53363037109375">
+        <name>138546</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105516</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147067&#xA;      &#xA;      &#xA;        147068&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11061096191406" lon="11.53869915008545">
+        <name>147067</name>
+      </trkpt>
+      <trkpt lat="48.110595703125" lon="11.5352144241333">
+        <name>147068</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86838</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129106&#xA;      &#xA;      &#xA;        129109&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26946258544922" lon="11.540938377380371">
+        <name>129106</name>
+      </trkpt>
+      <trkpt lat="48.27292251586914" lon="11.543965339660645">
+        <name>129109</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87687</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129951&#xA;      &#xA;      &#xA;        129950&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18092727661133" lon="11.434215545654297">
+        <name>129951</name>
+      </trkpt>
+      <trkpt lat="48.18100357055664" lon="11.433415412902832">
+        <name>129950</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89951</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132151&#xA;      &#xA;      &#xA;        132150&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14470672607422" lon="11.419593811035156">
+        <name>132151</name>
+      </trkpt>
+      <trkpt lat="48.14417266845703" lon="11.418928146362305">
+        <name>132150</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87829</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130069&#xA;      &#xA;      &#xA;        128277&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15608596801758" lon="11.416333198547363">
+        <name>130069</name>
+      </trkpt>
+      <trkpt lat="48.15625" lon="11.41647720336914">
+        <name>128277</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87546</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129816&#xA;      &#xA;      &#xA;        129817&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173858642578125" lon="11.4298095703125">
+        <name>129816</name>
+      </trkpt>
+      <trkpt lat="48.17356491088867" lon="11.42984676361084">
+        <name>129817</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105517</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147068&#xA;      &#xA;      &#xA;        147069&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.110595703125" lon="11.5352144241333">
+        <name>147068</name>
+      </trkpt>
+      <trkpt lat="48.110538482666016" lon="11.533586502075195">
+        <name>147069</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89952</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132150&#xA;      &#xA;      &#xA;        132149&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14417266845703" lon="11.418928146362305">
+        <name>132150</name>
+      </trkpt>
+      <trkpt lat="48.143917083740234" lon="11.418279647827148">
+        <name>132149</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105093</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146635&#xA;      &#xA;      &#xA;        146642&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22670364379883" lon="11.613443374633789">
+        <name>146635</name>
+      </trkpt>
+      <trkpt lat="48.22565841674805" lon="11.617555618286133">
+        <name>146642</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87830</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130071&#xA;      &#xA;      &#xA;        130070&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15609359741211" lon="11.416790962219238">
+        <name>130071</name>
+      </trkpt>
+      <trkpt lat="48.15591812133789" lon="11.417476654052734">
+        <name>130070</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87547</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129817&#xA;      &#xA;      &#xA;        129818&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17356491088867" lon="11.42984676361084">
+        <name>129817</name>
+      </trkpt>
+      <trkpt lat="48.173336029052734" lon="11.430018424987793">
+        <name>129818</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105518</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147069&#xA;      &#xA;      &#xA;        147070&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.110538482666016" lon="11.533586502075195">
+        <name>147069</name>
+      </trkpt>
+      <trkpt lat="48.110382080078125" lon="11.531702041625977">
+        <name>147070</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89953</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132149&#xA;      &#xA;      &#xA;        132148&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.143917083740234" lon="11.418279647827148">
+        <name>132149</name>
+      </trkpt>
+      <trkpt lat="48.14376449584961" lon="11.41757583618164">
+        <name>132148</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105094</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146642&#xA;      &#xA;      &#xA;        146643&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22565841674805" lon="11.617555618286133">
+        <name>146642</name>
+      </trkpt>
+      <trkpt lat="48.224327087402344" lon="11.621726989746094">
+        <name>146643</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87831</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130070&#xA;      &#xA;      &#xA;        128279&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15591812133789" lon="11.417476654052734">
+        <name>130070</name>
+      </trkpt>
+      <trkpt lat="48.1557731628418" lon="11.418363571166992">
+        <name>128279</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86699</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128968&#xA;      &#xA;      &#xA;        128970&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18305206298828" lon="11.433813095092773">
+        <name>128968</name>
+      </trkpt>
+      <trkpt lat="48.183956146240234" lon="11.43463134765625">
+        <name>128970</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87548</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129818&#xA;      &#xA;      &#xA;        129819&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173336029052734" lon="11.430018424987793">
+        <name>129818</name>
+      </trkpt>
+      <trkpt lat="48.17258834838867" lon="11.43079948425293">
+        <name>129819</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105519</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147070&#xA;      &#xA;      &#xA;        147071&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.110382080078125" lon="11.531702041625977">
+        <name>147070</name>
+      </trkpt>
+      <trkpt lat="48.11006546020508" lon="11.529173851013184">
+        <name>147071</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86841</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129112&#xA;      &#xA;      &#xA;        129107&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2730712890625" lon="11.543594360351562">
+        <name>129112</name>
+      </trkpt>
+      <trkpt lat="48.26957702636719" lon="11.540679931640625">
+        <name>129107</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87690</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129948&#xA;      &#xA;      &#xA;        129947&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18239212036133" lon="11.431615829467773">
+        <name>129948</name>
+      </trkpt>
+      <trkpt lat="48.18279266357422" lon="11.431987762451172">
+        <name>129947</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89954</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132148&#xA;      &#xA;      &#xA;        132143&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14376449584961" lon="11.41757583618164">
+        <name>132148</name>
+      </trkpt>
+      <trkpt lat="48.14329528808594" lon="11.417670249938965">
+        <name>132143</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105095</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146643&#xA;      &#xA;      &#xA;        146644&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.224327087402344" lon="11.621726989746094">
+        <name>146643</name>
+      </trkpt>
+      <trkpt lat="48.22251510620117" lon="11.626355171203613">
+        <name>146644</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87832</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130069&#xA;      &#xA;      &#xA;        130068&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15608596801758" lon="11.416333198547363">
+        <name>130069</name>
+      </trkpt>
+      <trkpt lat="48.1559944152832" lon="11.415895462036133">
+        <name>130068</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86700</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128969&#xA;      &#xA;      &#xA;        128971&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18302536010742" lon="11.434365272521973">
+        <name>128969</name>
+      </trkpt>
+      <trkpt lat="48.184043884277344" lon="11.435145378112793">
+        <name>128971</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87549</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129819&#xA;      &#xA;      &#xA;        129820&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17258834838867" lon="11.43079948425293">
+        <name>129819</name>
+      </trkpt>
+      <trkpt lat="48.171966552734375" lon="11.431618690490723">
+        <name>129820</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105520</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147071&#xA;      &#xA;      &#xA;        147072&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11006546020508" lon="11.529173851013184">
+        <name>147071</name>
+      </trkpt>
+      <trkpt lat="48.109954833984375" lon="11.527202606201172">
+        <name>147072</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87691</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129947&#xA;      &#xA;      &#xA;        129946&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18279266357422" lon="11.431987762451172">
+        <name>129947</name>
+      </trkpt>
+      <trkpt lat="48.18275451660156" lon="11.43270206451416">
+        <name>129946</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89955</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132143&#xA;      &#xA;      &#xA;        132142&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14329528808594" lon="11.417670249938965">
+        <name>132143</name>
+      </trkpt>
+      <trkpt lat="48.14206314086914" lon="11.417994499206543">
+        <name>132142</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87833</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130068&#xA;      &#xA;      &#xA;        130067&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1559944152832" lon="11.415895462036133">
+        <name>130068</name>
+      </trkpt>
+      <trkpt lat="48.15609359741211" lon="11.41463851928711">
+        <name>130067</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86701</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128970&#xA;      &#xA;      &#xA;        128972&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.183956146240234" lon="11.43463134765625">
+        <name>128970</name>
+      </trkpt>
+      <trkpt lat="48.18587112426758" lon="11.435945510864258">
+        <name>128972</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87550</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129820&#xA;      &#xA;      &#xA;        129821&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.171966552734375" lon="11.431618690490723">
+        <name>129820</name>
+      </trkpt>
+      <trkpt lat="48.17143630981445" lon="11.43259048461914">
+        <name>129821</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105521</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147072&#xA;      &#xA;      &#xA;        147073&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.109954833984375" lon="11.527202606201172">
+        <name>147072</name>
+      </trkpt>
+      <trkpt lat="48.109981536865234" lon="11.520133018493652">
+        <name>147073</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87692</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129946&#xA;      &#xA;      &#xA;        129945&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18275451660156" lon="11.43270206451416">
+        <name>129946</name>
+      </trkpt>
+      <trkpt lat="48.182373046875" lon="11.433072090148926">
+        <name>129945</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89956</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132142&#xA;      &#xA;      &#xA;        132141&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14206314086914" lon="11.417994499206543">
+        <name>132142</name>
+      </trkpt>
+      <trkpt lat="48.1424674987793" lon="11.420888900756836">
+        <name>132141</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87834</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130067&#xA;      &#xA;      &#xA;        130066&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15609359741211" lon="11.41463851928711">
+        <name>130067</name>
+      </trkpt>
+      <trkpt lat="48.15623474121094" lon="11.413535118103027">
+        <name>130066</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86702</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128971&#xA;      &#xA;      &#xA;        128973&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.184043884277344" lon="11.435145378112793">
+        <name>128971</name>
+      </trkpt>
+      <trkpt lat="48.185516357421875" lon="11.436097145080566">
+        <name>128973</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87551</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129821&#xA;      &#xA;      &#xA;        129822&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17143630981445" lon="11.43259048461914">
+        <name>129821</name>
+      </trkpt>
+      <trkpt lat="48.17089080810547" lon="11.433656692504883">
+        <name>129822</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105522</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147073&#xA;      &#xA;      &#xA;        147074&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.109981536865234" lon="11.520133018493652">
+        <name>147073</name>
+      </trkpt>
+      <trkpt lat="48.11006546020508" lon="11.519404411315918">
+        <name>147074</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87693</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129945&#xA;      &#xA;      &#xA;        129937&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.182373046875" lon="11.433072090148926">
+        <name>129945</name>
+      </trkpt>
+      <trkpt lat="48.181915283203125" lon="11.432844161987305">
+        <name>129937</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89957</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132141&#xA;      &#xA;      &#xA;        132140&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1424674987793" lon="11.420888900756836">
+        <name>132141</name>
+      </trkpt>
+      <trkpt lat="48.14286422729492" lon="11.423746109008789">
+        <name>132140</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86703</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128972&#xA;      &#xA;      &#xA;        128974&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18587112426758" lon="11.435945510864258">
+        <name>128972</name>
+      </trkpt>
+      <trkpt lat="48.18747329711914" lon="11.436745643615723">
+        <name>128974</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87552</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129822&#xA;      &#xA;      &#xA;        129823&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17089080810547" lon="11.433656692504883">
+        <name>129822</name>
+      </trkpt>
+      <trkpt lat="48.1702766418457" lon="11.435046195983887">
+        <name>129823</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87835</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130066&#xA;      &#xA;      &#xA;        130064&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15623474121094" lon="11.413535118103027">
+        <name>130066</name>
+      </trkpt>
+      <trkpt lat="48.15641403198242" lon="11.411934852600098">
+        <name>130064</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105523</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147074&#xA;      &#xA;      &#xA;        147075&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11006546020508" lon="11.519404411315918">
+        <name>147074</name>
+      </trkpt>
+      <trkpt lat="48.11186599731445" lon="11.517218589782715">
+        <name>147075</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87694</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129824&#xA;      &#xA;      &#xA;        129955&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.169593811035156" lon="11.436208724975586">
+        <name>129824</name>
+      </trkpt>
+      <trkpt lat="48.169002532958984" lon="11.43704891204834">
+        <name>129955</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89958</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132140&#xA;      &#xA;      &#xA;        132139&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14286422729492" lon="11.423746109008789">
+        <name>132140</name>
+      </trkpt>
+      <trkpt lat="48.14375305175781" lon="11.423383712768555">
+        <name>132139</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105099</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146644&#xA;      &#xA;      &#xA;        146652&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22251510620117" lon="11.626355171203613">
+        <name>146644</name>
+      </trkpt>
+      <trkpt lat="48.220001220703125" lon="11.631725311279297">
+        <name>146652</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86704</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128973&#xA;      &#xA;      &#xA;        128975&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.185516357421875" lon="11.436097145080566">
+        <name>128973</name>
+      </trkpt>
+      <trkpt lat="48.187320709228516" lon="11.436917304992676">
+        <name>128975</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87553</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129823&#xA;      &#xA;      &#xA;        129824&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1702766418457" lon="11.435046195983887">
+        <name>129823</name>
+      </trkpt>
+      <trkpt lat="48.169593811035156" lon="11.436208724975586">
+        <name>129824</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87836</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130064&#xA;      &#xA;      &#xA;        130063&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15641403198242" lon="11.411934852600098">
+        <name>130064</name>
+      </trkpt>
+      <trkpt lat="48.15658950805664" lon="11.4102201461792">
+        <name>130063</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105524</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147075&#xA;      &#xA;      &#xA;        147076&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11186599731445" lon="11.517218589782715">
+        <name>147075</name>
+      </trkpt>
+      <trkpt lat="48.1124382019043" lon="11.516919136047363">
+        <name>147076</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87695</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129955&#xA;      &#xA;      &#xA;        129956&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.169002532958984" lon="11.43704891204834">
+        <name>129955</name>
+      </trkpt>
+      <trkpt lat="48.16832733154297" lon="11.437868118286133">
+        <name>129956</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89959</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132143&#xA;      &#xA;      &#xA;        132144&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14329528808594" lon="11.417670249938965">
+        <name>132143</name>
+      </trkpt>
+      <trkpt lat="48.143333435058594" lon="11.418928146362305">
+        <name>132144</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86705</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128974&#xA;      &#xA;      &#xA;        128976&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18747329711914" lon="11.436745643615723">
+        <name>128974</name>
+      </trkpt>
+      <trkpt lat="48.18870544433594" lon="11.437164306640625">
+        <name>128976</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87554</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129824&#xA;      &#xA;      &#xA;        129825&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.169593811035156" lon="11.436208724975586">
+        <name>129824</name>
+      </trkpt>
+      <trkpt lat="48.16865158081055" lon="11.434913635253906">
+        <name>129825</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87837</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130064&#xA;      &#xA;      &#xA;        130065&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15641403198242" lon="11.411934852600098">
+        <name>130064</name>
+      </trkpt>
+      <trkpt lat="48.156654357910156" lon="11.411763191223145">
+        <name>130065</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105525</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147076&#xA;      &#xA;      &#xA;        147077&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1124382019043" lon="11.516919136047363">
+        <name>147076</name>
+      </trkpt>
+      <trkpt lat="48.11389923095703" lon="11.516790390014648">
+        <name>147077</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87696</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129956&#xA;      &#xA;      &#xA;        129957&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16832733154297" lon="11.437868118286133">
+        <name>129956</name>
+      </trkpt>
+      <trkpt lat="48.168113708496094" lon="11.438267707824707">
+        <name>129957</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89960</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132144&#xA;      &#xA;      &#xA;        132145&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.143333435058594" lon="11.418928146362305">
+        <name>132144</name>
+      </trkpt>
+      <trkpt lat="48.14338302612305" lon="11.419879913330078">
+        <name>132145</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86706</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128975&#xA;      &#xA;      &#xA;        128977&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.187320709228516" lon="11.436917304992676">
+        <name>128975</name>
+      </trkpt>
+      <trkpt lat="48.188995361328125" lon="11.437488555908203">
+        <name>128977</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87555</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129825&#xA;      &#xA;      &#xA;        129826&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16865158081055" lon="11.434913635253906">
+        <name>129825</name>
+      </trkpt>
+      <trkpt lat="48.16740798950195" lon="11.433294296264648">
+        <name>129826</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87838</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130065&#xA;      &#xA;      &#xA;        130061&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156654357910156" lon="11.411763191223145">
+        <name>130065</name>
+      </trkpt>
+      <trkpt lat="48.15736389160156" lon="11.411820411682129">
+        <name>130061</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105526</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147077&#xA;      &#xA;      &#xA;        147078&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11389923095703" lon="11.516790390014648">
+        <name>147077</name>
+      </trkpt>
+      <trkpt lat="48.11650466918945" lon="11.516704559326172">
+        <name>147078</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87697</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129957&#xA;      &#xA;      &#xA;        129958&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.168113708496094" lon="11.438267707824707">
+        <name>129957</name>
+      </trkpt>
+      <trkpt lat="48.167694091796875" lon="11.439696311950684">
+        <name>129958</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89961</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132145&#xA;      &#xA;      &#xA;        132146&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14338302612305" lon="11.419879913330078">
+        <name>132145</name>
+      </trkpt>
+      <trkpt lat="48.14345932006836" lon="11.420699119567871">
+        <name>132146</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105102</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146652&#xA;      &#xA;      &#xA;        146653&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.220001220703125" lon="11.631725311279297">
+        <name>146652</name>
+      </trkpt>
+      <trkpt lat="48.216957092285156" lon="11.637124061584473">
+        <name>146653</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86707</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128976&#xA;      &#xA;      &#xA;        128978&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18870544433594" lon="11.437164306640625">
+        <name>128976</name>
+      </trkpt>
+      <trkpt lat="48.190494537353516" lon="11.437545776367188">
+        <name>128978</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87556</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129826&#xA;      &#xA;      &#xA;        129827&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16740798950195" lon="11.433294296264648">
+        <name>129826</name>
+      </trkpt>
+      <trkpt lat="48.16685104370117" lon="11.432703971862793">
+        <name>129827</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87839</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130061&#xA;      &#xA;      &#xA;        130062&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15736389160156" lon="11.411820411682129">
+        <name>130061</name>
+      </trkpt>
+      <trkpt lat="48.157100677490234" lon="11.411153793334961">
+        <name>130062</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105527</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147078&#xA;      &#xA;      &#xA;        147079&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11650466918945" lon="11.516704559326172">
+        <name>147078</name>
+      </trkpt>
+      <trkpt lat="48.11770248413086" lon="11.516919136047363">
+        <name>147079</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87698</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129958&#xA;      &#xA;      &#xA;        129959&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.167694091796875" lon="11.439696311950684">
+        <name>129958</name>
+      </trkpt>
+      <trkpt lat="48.167537689208984" lon="11.440686225891113">
+        <name>129959</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89962</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132146&#xA;      &#xA;      &#xA;        132147&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14345932006836" lon="11.420699119567871">
+        <name>132146</name>
+      </trkpt>
+      <trkpt lat="48.14353561401367" lon="11.421175003051758">
+        <name>132147</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86708</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128977&#xA;      &#xA;      &#xA;        128979&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.188995361328125" lon="11.437488555908203">
+        <name>128977</name>
+      </trkpt>
+      <trkpt lat="48.19072341918945" lon="11.43775463104248">
+        <name>128979</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87557</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129827&#xA;      &#xA;      &#xA;        129828&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16685104370117" lon="11.432703971862793">
+        <name>129827</name>
+      </trkpt>
+      <trkpt lat="48.16635513305664" lon="11.432494163513184">
+        <name>129828</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87840</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130062&#xA;      &#xA;      &#xA;        130063&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157100677490234" lon="11.411153793334961">
+        <name>130062</name>
+      </trkpt>
+      <trkpt lat="48.15658950805664" lon="11.4102201461792">
+        <name>130063</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105528</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147079&#xA;      &#xA;      &#xA;        147080&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11770248413086" lon="11.516919136047363">
+        <name>147079</name>
+      </trkpt>
+      <trkpt lat="48.119537353515625" lon="11.517646789550781">
+        <name>147080</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87699</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129959&#xA;      &#xA;      &#xA;        129960&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.167537689208984" lon="11.440686225891113">
+        <name>129959</name>
+      </trkpt>
+      <trkpt lat="48.167388916015625" lon="11.441143035888672">
+        <name>129960</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89963</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128229&#xA;      &#xA;      &#xA;        132159&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.186790466308594" lon="11.382305145263672">
+        <name>128229</name>
+      </trkpt>
+      <trkpt lat="48.18618392944336" lon="11.383527755737305">
+        <name>132159</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86709</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128978&#xA;      &#xA;      &#xA;        128980&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.190494537353516" lon="11.437545776367188">
+        <name>128978</name>
+      </trkpt>
+      <trkpt lat="48.192291259765625" lon="11.437602996826172">
+        <name>128980</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87558</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129828&#xA;      &#xA;      &#xA;        129829&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16635513305664" lon="11.432494163513184">
+        <name>129828</name>
+      </trkpt>
+      <trkpt lat="48.16580581665039" lon="11.432646751403809">
+        <name>129829</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87841</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130061&#xA;      &#xA;      &#xA;        130060&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15736389160156" lon="11.411820411682129">
+        <name>130061</name>
+      </trkpt>
+      <trkpt lat="48.15772247314453" lon="11.412315368652344">
+        <name>130060</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105529</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147080&#xA;      &#xA;      &#xA;        147081&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.119537353515625" lon="11.517646789550781">
+        <name>147080</name>
+      </trkpt>
+      <trkpt lat="48.12205505371094" lon="11.518889427185059">
+        <name>147081</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87700</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129960&#xA;      &#xA;      &#xA;        129961&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.167388916015625" lon="11.441143035888672">
+        <name>129960</name>
+      </trkpt>
+      <trkpt lat="48.16704559326172" lon="11.441410064697266">
+        <name>129961</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89964</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132159&#xA;      &#xA;      &#xA;        132160&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18618392944336" lon="11.383527755737305">
+        <name>132159</name>
+      </trkpt>
+      <trkpt lat="48.18551254272461" lon="11.384899139404297">
+        <name>132160</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105105</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146653&#xA;      &#xA;      &#xA;        146654&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.216957092285156" lon="11.637124061584473">
+        <name>146653</name>
+      </trkpt>
+      <trkpt lat="48.21350860595703" lon="11.642379760742188">
+        <name>146654</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86710</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128979&#xA;      &#xA;      &#xA;        128981&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19072341918945" lon="11.43775463104248">
+        <name>128979</name>
+      </trkpt>
+      <trkpt lat="48.192481994628906" lon="11.437773704528809">
+        <name>128981</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87559</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129829&#xA;      &#xA;      &#xA;        129830&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16580581665039" lon="11.432646751403809">
+        <name>129829</name>
+      </trkpt>
+      <trkpt lat="48.165191650390625" lon="11.433122634887695">
+        <name>129830</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87842</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130060&#xA;      &#xA;      &#xA;        130059&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15772247314453" lon="11.412315368652344">
+        <name>130060</name>
+      </trkpt>
+      <trkpt lat="48.15803909301758" lon="11.41309642791748">
+        <name>130059</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105530</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147081&#xA;      &#xA;      &#xA;        147082&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12205505371094" lon="11.518889427185059">
+        <name>147081</name>
+      </trkpt>
+      <trkpt lat="48.1226806640625" lon="11.519332885742188">
+        <name>147082</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87701</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129961&#xA;      &#xA;      &#xA;        129962&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16704559326172" lon="11.441410064697266">
+        <name>129961</name>
+      </trkpt>
+      <trkpt lat="48.166259765625" lon="11.441752433776855">
+        <name>129962</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89965</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132160&#xA;      &#xA;      &#xA;        128231&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18551254272461" lon="11.384899139404297">
+        <name>132160</name>
+      </trkpt>
+      <trkpt lat="48.1844367980957" lon="11.386801719665527">
+        <name>128231</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105106</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146654&#xA;      &#xA;      &#xA;        146657&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21350860595703" lon="11.642379760742188">
+        <name>146654</name>
+      </trkpt>
+      <trkpt lat="48.21014404296875" lon="11.64717960357666">
+        <name>146657</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86711</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128980&#xA;      &#xA;      &#xA;        128982&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.192291259765625" lon="11.437602996826172">
+        <name>128980</name>
+      </trkpt>
+      <trkpt lat="48.193756103515625" lon="11.437374114990234">
+        <name>128982</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87560</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129830&#xA;      &#xA;      &#xA;        129831&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.165191650390625" lon="11.433122634887695">
+        <name>129830</name>
+      </trkpt>
+      <trkpt lat="48.16447067260742" lon="11.433636665344238">
+        <name>129831</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105531</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147082&#xA;      &#xA;      &#xA;        147083&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1226806640625" lon="11.519332885742188">
+        <name>147082</name>
+      </trkpt>
+      <trkpt lat="48.123046875" lon="11.519389152526855">
+        <name>147083</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87702</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129962&#xA;      &#xA;      &#xA;        129963&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.166259765625" lon="11.441752433776855">
+        <name>129962</name>
+      </trkpt>
+      <trkpt lat="48.16554641723633" lon="11.442113876342773">
+        <name>129963</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89966</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132159&#xA;      &#xA;      &#xA;        132154&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18618392944336" lon="11.383527755737305">
+        <name>132159</name>
+      </trkpt>
+      <trkpt lat="48.187095642089844" lon="11.384841918945312">
+        <name>132154</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86712</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128981&#xA;      &#xA;      &#xA;        128983&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.192481994628906" lon="11.437773704528809">
+        <name>128981</name>
+      </trkpt>
+      <trkpt lat="48.19364547729492" lon="11.437621116638184">
+        <name>128983</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87561</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129831&#xA;      &#xA;      &#xA;        129832&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16447067260742" lon="11.433636665344238">
+        <name>129831</name>
+      </trkpt>
+      <trkpt lat="48.16414260864258" lon="11.433693885803223">
+        <name>129832</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105532</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147083&#xA;      &#xA;      &#xA;        147084&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.123046875" lon="11.519389152526855">
+        <name>147083</name>
+      </trkpt>
+      <trkpt lat="48.12335205078125" lon="11.519131660461426">
+        <name>147084</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87703</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129963&#xA;      &#xA;      &#xA;        129964&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16554641723633" lon="11.442113876342773">
+        <name>129963</name>
+      </trkpt>
+      <trkpt lat="48.16469955444336" lon="11.442723274230957">
+        <name>129964</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89967</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132154&#xA;      &#xA;      &#xA;        132155&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.187095642089844" lon="11.384841918945312">
+        <name>132154</name>
+      </trkpt>
+      <trkpt lat="48.188392639160156" lon="11.386641502380371">
+        <name>132155</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86713</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128982&#xA;      &#xA;      &#xA;        128984&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193756103515625" lon="11.437374114990234">
+        <name>128982</name>
+      </trkpt>
+      <trkpt lat="48.19585037231445" lon="11.436840057373047">
+        <name>128984</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87562</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129832&#xA;      &#xA;      &#xA;        129833&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16414260864258" lon="11.433693885803223">
+        <name>129832</name>
+      </trkpt>
+      <trkpt lat="48.163822174072266" lon="11.433523178100586">
+        <name>129833</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105533</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147084&#xA;      &#xA;      &#xA;        147085&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12335205078125" lon="11.519131660461426">
+        <name>147084</name>
+      </trkpt>
+      <trkpt lat="48.12358093261719" lon="11.518388748168945">
+        <name>147085</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89968</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132155&#xA;      &#xA;      &#xA;        132156&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.188392639160156" lon="11.386641502380371">
+        <name>132155</name>
+      </trkpt>
+      <trkpt lat="48.188961029052734" lon="11.38735580444336">
+        <name>132156</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87704</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129964&#xA;      &#xA;      &#xA;        129965&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16469955444336" lon="11.442723274230957">
+        <name>129964</name>
+      </trkpt>
+      <trkpt lat="48.163856506347656" lon="11.443180084228516">
+        <name>129965</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86714</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128983&#xA;      &#xA;      &#xA;        128985&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19364547729492" lon="11.437621116638184">
+        <name>128983</name>
+      </trkpt>
+      <trkpt lat="48.19567108154297" lon="11.437126159667969">
+        <name>128985</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87563</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129833&#xA;      &#xA;      &#xA;        129834&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163822174072266" lon="11.433523178100586">
+        <name>129833</name>
+      </trkpt>
+      <trkpt lat="48.16340255737305" lon="11.433084487915039">
+        <name>129834</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105534</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147085&#xA;      &#xA;      &#xA;        147086&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12358093261719" lon="11.518388748168945">
+        <name>147085</name>
+      </trkpt>
+      <trkpt lat="48.12434005737305" lon="11.514275550842285">
+        <name>147086</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89969</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132156&#xA;      &#xA;      &#xA;        132157&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.188961029052734" lon="11.38735580444336">
+        <name>132156</name>
+      </trkpt>
+      <trkpt lat="48.18940353393555" lon="11.387755393981934">
+        <name>132157</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87705</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129965&#xA;      &#xA;      &#xA;        129966&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163856506347656" lon="11.443180084228516">
+        <name>129965</name>
+      </trkpt>
+      <trkpt lat="48.16322326660156" lon="11.44354248046875">
+        <name>129966</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86715</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128984&#xA;      &#xA;      &#xA;        128986&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19585037231445" lon="11.436840057373047">
+        <name>128984</name>
+      </trkpt>
+      <trkpt lat="48.197635650634766" lon="11.436440467834473">
+        <name>128986</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87564</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129834&#xA;      &#xA;      &#xA;        129835&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16340255737305" lon="11.433084487915039">
+        <name>129834</name>
+      </trkpt>
+      <trkpt lat="48.16285705566406" lon="11.432228088378906">
+        <name>129835</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90111</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132290&#xA;      &#xA;      &#xA;        132291&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23653793334961" lon="11.35439395904541">
+        <name>132290</name>
+      </trkpt>
+      <trkpt lat="48.2373161315918" lon="11.356379508972168">
+        <name>132291</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105535</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147086&#xA;      &#xA;      &#xA;        147087&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12434005737305" lon="11.514275550842285">
+        <name>147086</name>
+      </trkpt>
+      <trkpt lat="48.124759674072266" lon="11.511476516723633">
+        <name>147087</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89970</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132157&#xA;      &#xA;      &#xA;        132158&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18940353393555" lon="11.387755393981934">
+        <name>132157</name>
+      </trkpt>
+      <trkpt lat="48.19060134887695" lon="11.388355255126953">
+        <name>132158</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87706</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129966&#xA;      &#xA;      &#xA;        129967&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16322326660156" lon="11.44354248046875">
+        <name>129966</name>
+      </trkpt>
+      <trkpt lat="48.16211700439453" lon="11.444266319274902">
+        <name>129967</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86716</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128985&#xA;      &#xA;      &#xA;        128987&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19567108154297" lon="11.437126159667969">
+        <name>128985</name>
+      </trkpt>
+      <trkpt lat="48.19767761230469" lon="11.43670654296875">
+        <name>128987</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87565</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129835&#xA;      &#xA;      &#xA;        129836&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16285705566406" lon="11.432228088378906">
+        <name>129835</name>
+      </trkpt>
+      <trkpt lat="48.16215896606445" lon="11.43102741241455">
+        <name>129836</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90112</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132291&#xA;      &#xA;      &#xA;        132292&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2373161315918" lon="11.356379508972168">
+        <name>132291</name>
+      </trkpt>
+      <trkpt lat="48.23818588256836" lon="11.359378814697266">
+        <name>132292</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105536</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147087&#xA;      &#xA;      &#xA;        147088&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.124759674072266" lon="11.511476516723633">
+        <name>147087</name>
+      </trkpt>
+      <trkpt lat="48.12519836425781" lon="11.508905410766602">
+        <name>147088</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89971</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132158&#xA;      &#xA;      &#xA;        132161&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19060134887695" lon="11.388355255126953">
+        <name>132158</name>
+      </trkpt>
+      <trkpt lat="48.191253662109375" lon="11.38853645324707">
+        <name>132161</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87707</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129967&#xA;      &#xA;      &#xA;        129968&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16211700439453" lon="11.444266319274902">
+        <name>129967</name>
+      </trkpt>
+      <trkpt lat="48.161888122558594" lon="11.443370819091797">
+        <name>129968</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86717</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128987&#xA;      &#xA;      &#xA;        128988&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19767761230469" lon="11.43670654296875">
+        <name>128987</name>
+      </trkpt>
+      <trkpt lat="48.199134826660156" lon="11.436782836914062">
+        <name>128988</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87566</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129836&#xA;      &#xA;      &#xA;        129837&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16215896606445" lon="11.43102741241455">
+        <name>129836</name>
+      </trkpt>
+      <trkpt lat="48.1616325378418" lon="11.429903030395508">
+        <name>129837</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90113</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132292&#xA;      &#xA;      &#xA;        132293&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23818588256836" lon="11.359378814697266">
+        <name>132292</name>
+      </trkpt>
+      <trkpt lat="48.2391242980957" lon="11.363492012023926">
+        <name>132293</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105537</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147088&#xA;      &#xA;      &#xA;        147089&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12519836425781" lon="11.508905410766602">
+        <name>147088</name>
+      </trkpt>
+      <trkpt lat="48.125675201416016" lon="11.505277633666992">
+        <name>147089</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89972</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132161&#xA;      &#xA;      &#xA;        132162&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.191253662109375" lon="11.38853645324707">
+        <name>132161</name>
+      </trkpt>
+      <trkpt lat="48.192012786865234" lon="11.388593673706055">
+        <name>132162</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87708</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129968&#xA;      &#xA;      &#xA;        129971&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161888122558594" lon="11.443370819091797">
+        <name>129968</name>
+      </trkpt>
+      <trkpt lat="48.16154479980469" lon="11.442514419555664">
+        <name>129971</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86718</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128988&#xA;      &#xA;      &#xA;        128989&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.199134826660156" lon="11.436782836914062">
+        <name>128988</name>
+      </trkpt>
+      <trkpt lat="48.200531005859375" lon="11.437392234802246">
+        <name>128989</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87567</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129837&#xA;      &#xA;      &#xA;        129838&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1616325378418" lon="11.429903030395508">
+        <name>129837</name>
+      </trkpt>
+      <trkpt lat="48.16147994995117" lon="11.429370880126953">
+        <name>129838</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90114</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132293&#xA;      &#xA;      &#xA;        132294&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2391242980957" lon="11.363492012023926">
+        <name>132293</name>
+      </trkpt>
+      <trkpt lat="48.2396354675293" lon="11.366806030273438">
+        <name>132294</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105538</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147089&#xA;      &#xA;      &#xA;        147090&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.125675201416016" lon="11.505277633666992">
+        <name>147089</name>
+      </trkpt>
+      <trkpt lat="48.12584686279297" lon="11.50187873840332">
+        <name>147090</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89973</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132162&#xA;      &#xA;      &#xA;        132163&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.192012786865234" lon="11.388593673706055">
+        <name>132162</name>
+      </trkpt>
+      <trkpt lat="48.19266891479492" lon="11.388726234436035">
+        <name>132163</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87709</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129971&#xA;      &#xA;      &#xA;        129972&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16154479980469" lon="11.442514419555664">
+        <name>129971</name>
+      </trkpt>
+      <trkpt lat="48.162025451660156" lon="11.442075729370117">
+        <name>129972</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105114</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146657&#xA;      &#xA;      &#xA;        146663&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21014404296875" lon="11.64717960357666">
+        <name>146657</name>
+      </trkpt>
+      <trkpt lat="48.20778274536133" lon="11.65080738067627">
+        <name>146663</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86719</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128989&#xA;      &#xA;      &#xA;        128990&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200531005859375" lon="11.437392234802246">
+        <name>128989</name>
+      </trkpt>
+      <trkpt lat="48.20178985595703" lon="11.438440322875977">
+        <name>128990</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87568</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129838&#xA;      &#xA;      &#xA;        129839&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16147994995117" lon="11.429370880126953">
+        <name>129838</name>
+      </trkpt>
+      <trkpt lat="48.161380767822266" lon="11.428799629211426">
+        <name>129839</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90115</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132294&#xA;      &#xA;      &#xA;        132295&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2396354675293" lon="11.366806030273438">
+        <name>132294</name>
+      </trkpt>
+      <trkpt lat="48.240013122558594" lon="11.369776725769043">
+        <name>132295</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105539</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147090&#xA;      &#xA;      &#xA;        147091&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12584686279297" lon="11.50187873840332">
+        <name>147090</name>
+      </trkpt>
+      <trkpt lat="48.12542724609375" lon="11.497964859008789">
+        <name>147091</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89974</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132163&#xA;      &#xA;      &#xA;        132164&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19266891479492" lon="11.388726234436035">
+        <name>132163</name>
+      </trkpt>
+      <trkpt lat="48.19442367553711" lon="11.38927936553955">
+        <name>132164</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87710</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129972&#xA;      &#xA;      &#xA;        129973&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.162025451660156" lon="11.442075729370117">
+        <name>129972</name>
+      </trkpt>
+      <trkpt lat="48.16244888305664" lon="11.441847801208496">
+        <name>129973</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105115</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146663&#xA;      &#xA;      &#xA;        146664&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20778274536133" lon="11.65080738067627">
+        <name>146663</name>
+      </trkpt>
+      <trkpt lat="48.20498275756836" lon="11.65574836730957">
+        <name>146664</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86720</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128986&#xA;      &#xA;      &#xA;        128991&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197635650634766" lon="11.436440467834473">
+        <name>128986</name>
+      </trkpt>
+      <trkpt lat="48.199188232421875" lon="11.436497688293457">
+        <name>128991</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87569</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129839&#xA;      &#xA;      &#xA;        129840&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161380767822266" lon="11.428799629211426">
+        <name>129839</name>
+      </trkpt>
+      <trkpt lat="48.16111373901367" lon="11.42811393737793">
+        <name>129840</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90116</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132295&#xA;      &#xA;      &#xA;        132296&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.240013122558594" lon="11.369776725769043">
+        <name>132295</name>
+      </trkpt>
+      <trkpt lat="48.240264892578125" lon="11.373205184936523">
+        <name>132296</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105540</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147091&#xA;      &#xA;      &#xA;        147092&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12542724609375" lon="11.497964859008789">
+        <name>147091</name>
+      </trkpt>
+      <trkpt lat="48.12466812133789" lon="11.494766235351562">
+        <name>147092</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89975</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132164&#xA;      &#xA;      &#xA;        132165&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19442367553711" lon="11.38927936553955">
+        <name>132164</name>
+      </trkpt>
+      <trkpt lat="48.19516372680664" lon="11.3895263671875">
+        <name>132165</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87711</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129973&#xA;      &#xA;      &#xA;        129970&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16244888305664" lon="11.441847801208496">
+        <name>129973</name>
+      </trkpt>
+      <trkpt lat="48.16300582885742" lon="11.4417142868042">
+        <name>129970</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105116</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146664&#xA;      &#xA;      &#xA;        146665&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20498275756836" lon="11.65574836730957">
+        <name>146664</name>
+      </trkpt>
+      <trkpt lat="48.20323181152344" lon="11.659547805786133">
+        <name>146665</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86721</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128991&#xA;      &#xA;      &#xA;        128992&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.199188232421875" lon="11.436497688293457">
+        <name>128991</name>
+      </trkpt>
+      <trkpt lat="48.20064926147461" lon="11.437145233154297">
+        <name>128992</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87570</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129840&#xA;      &#xA;      &#xA;        129841&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16111373901367" lon="11.42811393737793">
+        <name>129840</name>
+      </trkpt>
+      <trkpt lat="48.16082000732422" lon="11.427447319030762">
+        <name>129841</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90117</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132296&#xA;      &#xA;      &#xA;        132297&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.240264892578125" lon="11.373205184936523">
+        <name>132296</name>
+      </trkpt>
+      <trkpt lat="48.240264892578125" lon="11.377461433410645">
+        <name>132297</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105541</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147092&#xA;      &#xA;      &#xA;        147093&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12466812133789" lon="11.494766235351562">
+        <name>147092</name>
+      </trkpt>
+      <trkpt lat="48.12397766113281" lon="11.491280555725098">
+        <name>147093</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89976</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132165&#xA;      &#xA;      &#xA;        132166&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19516372680664" lon="11.3895263671875">
+        <name>132165</name>
+      </trkpt>
+      <trkpt lat="48.19721984863281" lon="11.389925956726074">
+        <name>132166</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87712</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129970&#xA;      &#xA;      &#xA;        129969&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16300582885742" lon="11.4417142868042">
+        <name>129970</name>
+      </trkpt>
+      <trkpt lat="48.16310501098633" lon="11.4426851272583">
+        <name>129969</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87571</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129841&#xA;      &#xA;      &#xA;        129842&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16082000732422" lon="11.427447319030762">
+        <name>129841</name>
+      </trkpt>
+      <trkpt lat="48.16069412231445" lon="11.426705360412598">
+        <name>129842</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90118</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132297&#xA;      &#xA;      &#xA;        132298&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.240264892578125" lon="11.377461433410645">
+        <name>132297</name>
+      </trkpt>
+      <trkpt lat="48.240013122558594" lon="11.380974769592285">
+        <name>132298</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86722</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128992&#xA;      &#xA;      &#xA;        128993&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20064926147461" lon="11.437145233154297">
+        <name>128992</name>
+      </trkpt>
+      <trkpt lat="48.20195770263672" lon="11.438268661499023">
+        <name>128993</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105542</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147093&#xA;      &#xA;      &#xA;        147094&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12397766113281" lon="11.491280555725098">
+        <name>147093</name>
+      </trkpt>
+      <trkpt lat="48.12375259399414" lon="11.487624168395996">
+        <name>147094</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89977</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132166&#xA;      &#xA;      &#xA;        132167&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19721984863281" lon="11.389925956726074">
+        <name>132166</name>
+      </trkpt>
+      <trkpt lat="48.19827651977539" lon="11.390192985534668">
+        <name>132167</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87713</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129969&#xA;      &#xA;      &#xA;        129966&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16310501098633" lon="11.4426851272583">
+        <name>129969</name>
+      </trkpt>
+      <trkpt lat="48.16322326660156" lon="11.44354248046875">
+        <name>129966</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87572</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129842&#xA;      &#xA;      &#xA;        129843&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16069412231445" lon="11.426705360412598">
+        <name>129842</name>
+      </trkpt>
+      <trkpt lat="48.16080856323242" lon="11.426152229309082">
+        <name>129843</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90119</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132298&#xA;      &#xA;      &#xA;        132299&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.240013122558594" lon="11.380974769592285">
+        <name>132298</name>
+      </trkpt>
+      <trkpt lat="48.239463806152344" lon="11.384860038757324">
+        <name>132299</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86723</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128990&#xA;      &#xA;      &#xA;        128994&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20178985595703" lon="11.438440322875977">
+        <name>128990</name>
+      </trkpt>
+      <trkpt lat="48.202857971191406" lon="11.439945220947266">
+        <name>128994</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105543</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147094&#xA;      &#xA;      &#xA;        147095&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12375259399414" lon="11.487624168395996">
+        <name>147094</name>
+      </trkpt>
+      <trkpt lat="48.123634338378906" lon="11.479598045349121">
+        <name>147095</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89978</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132167&#xA;      &#xA;      &#xA;        132168&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19827651977539" lon="11.390192985534668">
+        <name>132167</name>
+      </trkpt>
+      <trkpt lat="48.19978332519531" lon="11.390555381774902">
+        <name>132168</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87714</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129969&#xA;      &#xA;      &#xA;        129974&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16310501098633" lon="11.4426851272583">
+        <name>129969</name>
+      </trkpt>
+      <trkpt lat="48.162471771240234" lon="11.442952156066895">
+        <name>129974</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90120</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132299&#xA;      &#xA;      &#xA;        132300&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.239463806152344" lon="11.384860038757324">
+        <name>132299</name>
+      </trkpt>
+      <trkpt lat="48.23891067504883" lon="11.387601852416992">
+        <name>132300</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86724</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128994&#xA;      &#xA;      &#xA;        128995&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.202857971191406" lon="11.439945220947266">
+        <name>128994</name>
+      </trkpt>
+      <trkpt lat="48.20366668701172" lon="11.441774368286133">
+        <name>128995</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87573</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129843&#xA;      &#xA;      &#xA;        129844&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16080856323242" lon="11.426152229309082">
+        <name>129843</name>
+      </trkpt>
+      <trkpt lat="48.16131591796875" lon="11.425256729125977">
+        <name>129844</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105544</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147095&#xA;      &#xA;      &#xA;        147096&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.123634338378906" lon="11.479598045349121">
+        <name>147095</name>
+      </trkpt>
+      <trkpt lat="48.12358093261719" lon="11.474769592285156">
+        <name>147096</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89979</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132168&#xA;      &#xA;      &#xA;        132169&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19978332519531" lon="11.390555381774902">
+        <name>132168</name>
+      </trkpt>
+      <trkpt lat="48.20077133178711" lon="11.390555381774902">
+        <name>132169</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87715</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129974&#xA;      &#xA;      &#xA;        129968&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.162471771240234" lon="11.442952156066895">
+        <name>129974</name>
+      </trkpt>
+      <trkpt lat="48.161888122558594" lon="11.443370819091797">
+        <name>129968</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105120</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146665&#xA;      &#xA;      &#xA;        146675&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20323181152344" lon="11.659547805786133">
+        <name>146665</name>
+      </trkpt>
+      <trkpt lat="48.20144271850586" lon="11.663862228393555">
+        <name>146675</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90121</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132300&#xA;      &#xA;      &#xA;        132301&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23891067504883" lon="11.387601852416992">
+        <name>132300</name>
+      </trkpt>
+      <trkpt lat="48.237770080566406" lon="11.391716003417969">
+        <name>132301</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86725</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128995&#xA;      &#xA;      &#xA;        128996&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20366668701172" lon="11.441774368286133">
+        <name>128995</name>
+      </trkpt>
+      <trkpt lat="48.2041130065918" lon="11.443658828735352">
+        <name>128996</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87574</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129844&#xA;      &#xA;      &#xA;        129845&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16131591796875" lon="11.425256729125977">
+        <name>129844</name>
+      </trkpt>
+      <trkpt lat="48.16156005859375" lon="11.424762725830078">
+        <name>129845</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105545</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147096&#xA;      &#xA;      &#xA;        147097&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12358093261719" lon="11.474769592285156">
+        <name>147096</name>
+      </trkpt>
+      <trkpt lat="48.123714447021484" lon="11.470142364501953">
+        <name>147097</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89980</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132169&#xA;      &#xA;      &#xA;        132170&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20077133178711" lon="11.390555381774902">
+        <name>132169</name>
+      </trkpt>
+      <trkpt lat="48.2012939453125" lon="11.390402793884277">
+        <name>132170</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87716</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129971&#xA;      &#xA;      &#xA;        129975&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16154479980469" lon="11.442514419555664">
+        <name>129971</name>
+      </trkpt>
+      <trkpt lat="48.161048889160156" lon="11.44163703918457">
+        <name>129975</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90122</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132301&#xA;      &#xA;      &#xA;        132302&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.237770080566406" lon="11.391716003417969">
+        <name>132301</name>
+      </trkpt>
+      <trkpt lat="48.2369384765625" lon="11.394429206848145">
+        <name>132302</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86726</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128996&#xA;      &#xA;      &#xA;        128997&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2041130065918" lon="11.443658828735352">
+        <name>128996</name>
+      </trkpt>
+      <trkpt lat="48.20431137084961" lon="11.445525169372559">
+        <name>128997</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87575</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129845&#xA;      &#xA;      &#xA;        129846&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16156005859375" lon="11.424762725830078">
+        <name>129845</name>
+      </trkpt>
+      <trkpt lat="48.161624908447266" lon="11.424362182617188">
+        <name>129846</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105546</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147097&#xA;      &#xA;      &#xA;        147098&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.123714447021484" lon="11.470142364501953">
+        <name>147097</name>
+      </trkpt>
+      <trkpt lat="48.12397766113281" lon="11.462172508239746">
+        <name>147098</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89981</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132170&#xA;      &#xA;      &#xA;        132171&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2012939453125" lon="11.390402793884277">
+        <name>132170</name>
+      </trkpt>
+      <trkpt lat="48.20193862915039" lon="11.389888763427734">
+        <name>132171</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87717</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129975&#xA;      &#xA;      &#xA;        129976&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161048889160156" lon="11.44163703918457">
+        <name>129975</name>
+      </trkpt>
+      <trkpt lat="48.16059112548828" lon="11.440990447998047">
+        <name>129976</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105122</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146675&#xA;      &#xA;      &#xA;        146676&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20144271850586" lon="11.663862228393555">
+        <name>146675</name>
+      </trkpt>
+      <trkpt lat="48.19957733154297" lon="11.66911792755127">
+        <name>146676</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90123</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132302&#xA;      &#xA;      &#xA;        132303&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2369384765625" lon="11.394429206848145">
+        <name>132302</name>
+      </trkpt>
+      <trkpt lat="48.2354736328125" lon="11.398770332336426">
+        <name>132303</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86727</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128993&#xA;      &#xA;      &#xA;        128998&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20195770263672" lon="11.438268661499023">
+        <name>128993</name>
+      </trkpt>
+      <trkpt lat="48.20302200317383" lon="11.439850807189941">
+        <name>128998</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87576</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129846&#xA;      &#xA;      &#xA;        129847&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161624908447266" lon="11.424362182617188">
+        <name>129846</name>
+      </trkpt>
+      <trkpt lat="48.16154479980469" lon="11.423810005187988">
+        <name>129847</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105547</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147098&#xA;      &#xA;      &#xA;        147099&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12397766113281" lon="11.462172508239746">
+        <name>147098</name>
+      </trkpt>
+      <trkpt lat="48.12434005737305" lon="11.457630157470703">
+        <name>147099</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89982</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132171&#xA;      &#xA;      &#xA;        132172&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20193862915039" lon="11.389888763427734">
+        <name>132171</name>
+      </trkpt>
+      <trkpt lat="48.20269012451172" lon="11.389164924621582">
+        <name>132172</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87718</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129976&#xA;      &#xA;      &#xA;        129977&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16059112548828" lon="11.440990447998047">
+        <name>129976</name>
+      </trkpt>
+      <trkpt lat="48.16019821166992" lon="11.440552711486816">
+        <name>129977</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90124</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132303&#xA;      &#xA;      &#xA;        132304&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2354736328125" lon="11.398770332336426">
+        <name>132303</name>
+      </trkpt>
+      <trkpt lat="48.23393249511719" lon="11.403369903564453">
+        <name>132304</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86728</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128998&#xA;      &#xA;      &#xA;        128999&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20302200317383" lon="11.439850807189941">
+        <name>128998</name>
+      </trkpt>
+      <trkpt lat="48.2038459777832" lon="11.441754341125488">
+        <name>128999</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87577</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129847&#xA;      &#xA;      &#xA;        129848&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16154479980469" lon="11.423810005187988">
+        <name>129847</name>
+      </trkpt>
+      <trkpt lat="48.16140365600586" lon="11.423238754272461">
+        <name>129848</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105548</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147099&#xA;      &#xA;      &#xA;        147100&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12434005737305" lon="11.457630157470703">
+        <name>147099</name>
+      </trkpt>
+      <trkpt lat="48.12485885620117" lon="11.453230857849121">
+        <name>147100</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89983</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132172&#xA;      &#xA;      &#xA;        132173&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20269012451172" lon="11.389164924621582">
+        <name>132172</name>
+      </trkpt>
+      <trkpt lat="48.20299530029297" lon="11.390631675720215">
+        <name>132173</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87719</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129977&#xA;      &#xA;      &#xA;        129978&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16019821166992" lon="11.440552711486816">
+        <name>129977</name>
+      </trkpt>
+      <trkpt lat="48.160160064697266" lon="11.440266609191895">
+        <name>129978</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90125</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132304&#xA;      &#xA;      &#xA;        132305&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23393249511719" lon="11.403369903564453">
+        <name>132304</name>
+      </trkpt>
+      <trkpt lat="48.23289108276367" lon="11.406712532043457">
+        <name>132305</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86729</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128999&#xA;      &#xA;      &#xA;        129000&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2038459777832" lon="11.441754341125488">
+        <name>128999</name>
+      </trkpt>
+      <trkpt lat="48.20424270629883" lon="11.443469047546387">
+        <name>129000</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87578</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129848&#xA;      &#xA;      &#xA;        129849&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16140365600586" lon="11.423238754272461">
+        <name>129848</name>
+      </trkpt>
+      <trkpt lat="48.1607780456543" lon="11.423638343811035">
+        <name>129849</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105549</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147100&#xA;      &#xA;      &#xA;        147101&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12485885620117" lon="11.453230857849121">
+        <name>147100</name>
+      </trkpt>
+      <trkpt lat="48.12556457519531" lon="11.450488090515137">
+        <name>147101</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89984</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132173&#xA;      &#xA;      &#xA;        132174&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20299530029297" lon="11.390631675720215">
+        <name>132173</name>
+      </trkpt>
+      <trkpt lat="48.20321273803711" lon="11.391849517822266">
+        <name>132174</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87720</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129978&#xA;      &#xA;      &#xA;        129979&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160160064697266" lon="11.440266609191895">
+        <name>129978</name>
+      </trkpt>
+      <trkpt lat="48.16059112548828" lon="11.439332962036133">
+        <name>129979</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90126</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132305&#xA;      &#xA;      &#xA;        132306&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23289108276367" lon="11.406712532043457">
+        <name>132305</name>
+      </trkpt>
+      <trkpt lat="48.231895446777344" lon="11.410367965698242">
+        <name>132306</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86730</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129000&#xA;      &#xA;      &#xA;        129001&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20424270629883" lon="11.443469047546387">
+        <name>129000</name>
+      </trkpt>
+      <trkpt lat="48.204429626464844" lon="11.445259094238281">
+        <name>129001</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87579</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129849&#xA;      &#xA;      &#xA;        129850&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1607780456543" lon="11.423638343811035">
+        <name>129849</name>
+      </trkpt>
+      <trkpt lat="48.15984344482422" lon="11.42409610748291">
+        <name>129850</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105550</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147101&#xA;      &#xA;      &#xA;        147102&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12556457519531" lon="11.450488090515137">
+        <name>147101</name>
+      </trkpt>
+      <trkpt lat="48.12554168701172" lon="11.450003623962402">
+        <name>147102</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89985</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132174&#xA;      &#xA;      &#xA;        132175&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20321273803711" lon="11.391849517822266">
+        <name>132174</name>
+      </trkpt>
+      <trkpt lat="48.2035026550293" lon="11.393126487731934">
+        <name>132175</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87721</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129979&#xA;      &#xA;      &#xA;        129980&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16059112548828" lon="11.439332962036133">
+        <name>129979</name>
+      </trkpt>
+      <trkpt lat="48.1610107421875" lon="11.438190460205078">
+        <name>129980</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90127</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132306&#xA;      &#xA;      &#xA;        132307&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.231895446777344" lon="11.410367965698242">
+        <name>132306</name>
+      </trkpt>
+      <trkpt lat="48.23114013671875" lon="11.414167404174805">
+        <name>132307</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86731</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128997&#xA;      &#xA;      &#xA;        129002&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20431137084961" lon="11.445525169372559">
+        <name>128997</name>
+      </trkpt>
+      <trkpt lat="48.204376220703125" lon="11.448440551757812">
+        <name>129002</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87580</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129850&#xA;      &#xA;      &#xA;        129851&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15984344482422" lon="11.42409610748291">
+        <name>129850</name>
+      </trkpt>
+      <trkpt lat="48.15902328491211" lon="11.4244384765625">
+        <name>129851</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105551</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147102&#xA;      &#xA;      &#xA;        147103&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12554168701172" lon="11.450003623962402">
+        <name>147102</name>
+      </trkpt>
+      <trkpt lat="48.12527847290039" lon="11.449774742126465">
+        <name>147103</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89986</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132175&#xA;      &#xA;      &#xA;        132176&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2035026550293" lon="11.393126487731934">
+        <name>132175</name>
+      </trkpt>
+      <trkpt lat="48.20368957519531" lon="11.393887519836426">
+        <name>132176</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87722</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129980&#xA;      &#xA;      &#xA;        129981&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1610107421875" lon="11.438190460205078">
+        <name>129980</name>
+      </trkpt>
+      <trkpt lat="48.161468505859375" lon="11.43708610534668">
+        <name>129981</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86732</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129002&#xA;      &#xA;      &#xA;        129003&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204376220703125" lon="11.448440551757812">
+        <name>129002</name>
+      </trkpt>
+      <trkpt lat="48.204437255859375" lon="11.451411247253418">
+        <name>129003</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90128</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132307&#xA;      &#xA;      &#xA;        132308&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23114013671875" lon="11.414167404174805">
+        <name>132307</name>
+      </trkpt>
+      <trkpt lat="48.23054885864258" lon="11.41833782196045">
+        <name>132308</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105552</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147103&#xA;      &#xA;      &#xA;        147104&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12527847290039" lon="11.449774742126465">
+        <name>147103</name>
+      </trkpt>
+      <trkpt lat="48.12443542480469" lon="11.449603080749512">
+        <name>147104</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89987</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132176&#xA;      &#xA;      &#xA;        132177&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20368957519531" lon="11.393887519836426">
+        <name>132176</name>
+      </trkpt>
+      <trkpt lat="48.204376220703125" lon="11.39306926727295">
+        <name>132177</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87723</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129981&#xA;      &#xA;      &#xA;        129982&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161468505859375" lon="11.43708610534668">
+        <name>129981</name>
+      </trkpt>
+      <trkpt lat="48.16179656982422" lon="11.437276840209961">
+        <name>129982</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105128</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146676&#xA;      &#xA;      &#xA;        146677&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19957733154297" lon="11.66911792755127">
+        <name>146676</name>
+      </trkpt>
+      <trkpt lat="48.19807052612305" lon="11.673717498779297">
+        <name>146677</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86733</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129001&#xA;      &#xA;      &#xA;        129004&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204429626464844" lon="11.445259094238281">
+        <name>129001</name>
+      </trkpt>
+      <trkpt lat="48.204532623291016" lon="11.448458671569824">
+        <name>129004</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90129</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132308&#xA;      &#xA;      &#xA;        132309&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23054885864258" lon="11.41833782196045">
+        <name>132308</name>
+      </trkpt>
+      <trkpt lat="48.23027801513672" lon="11.421852111816406">
+        <name>132309</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105553</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147104&#xA;      &#xA;      &#xA;        147105&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12443542480469" lon="11.449603080749512">
+        <name>147104</name>
+      </trkpt>
+      <trkpt lat="48.12415313720703" lon="11.449317932128906">
+        <name>147105</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89988</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132177&#xA;      &#xA;      &#xA;        132178&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204376220703125" lon="11.39306926727295">
+        <name>132177</name>
+      </trkpt>
+      <trkpt lat="48.20583724975586" lon="11.391183853149414">
+        <name>132178</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87724</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129982&#xA;      &#xA;      &#xA;        129983&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16179656982422" lon="11.437276840209961">
+        <name>129982</name>
+      </trkpt>
+      <trkpt lat="48.16288757324219" lon="11.437276840209961">
+        <name>129983</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105129</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146677&#xA;      &#xA;      &#xA;        146678&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19807052612305" lon="11.673717498779297">
+        <name>146677</name>
+      </trkpt>
+      <trkpt lat="48.196720123291016" lon="11.6783447265625">
+        <name>146678</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86734</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129004&#xA;      &#xA;      &#xA;        129005&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204532623291016" lon="11.448458671569824">
+        <name>129004</name>
+      </trkpt>
+      <trkpt lat="48.20460510253906" lon="11.451411247253418">
+        <name>129005</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87583</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129853&#xA;      &#xA;      &#xA;        129854&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15824508666992" lon="11.42487621307373">
+        <name>129853</name>
+      </trkpt>
+      <trkpt lat="48.157962799072266" lon="11.425047874450684">
+        <name>129854</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90130</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132309&#xA;      &#xA;      &#xA;        132310&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23027801513672" lon="11.421852111816406">
+        <name>132309</name>
+      </trkpt>
+      <trkpt lat="48.23014450073242" lon="11.42579460144043">
+        <name>132310</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105554</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147106&#xA;      &#xA;      &#xA;        147107&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12407684326172" lon="11.448719024658203">
+        <name>147106</name>
+      </trkpt>
+      <trkpt lat="48.12417221069336" lon="11.447118759155273">
+        <name>147107</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89989</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132178&#xA;      &#xA;      &#xA;        132179&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20583724975586" lon="11.391183853149414">
+        <name>132178</name>
+      </trkpt>
+      <trkpt lat="48.20607376098633" lon="11.39091682434082">
+        <name>132179</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87725</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129983&#xA;      &#xA;      &#xA;        129984&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16288757324219" lon="11.437276840209961">
+        <name>129983</name>
+      </trkpt>
+      <trkpt lat="48.16349792480469" lon="11.437353134155273">
+        <name>129984</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105130</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146678&#xA;      &#xA;      &#xA;        146679&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.196720123291016" lon="11.6783447265625">
+        <name>146678</name>
+      </trkpt>
+      <trkpt lat="48.19567108154297" lon="11.682172775268555">
+        <name>146679</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86735</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129003&#xA;      &#xA;      &#xA;        129006&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204437255859375" lon="11.451411247253418">
+        <name>129003</name>
+      </trkpt>
+      <trkpt lat="48.20454406738281" lon="11.453527450561523">
+        <name>129006</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87584</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129854&#xA;      &#xA;      &#xA;        129855&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157962799072266" lon="11.425047874450684">
+        <name>129854</name>
+      </trkpt>
+      <trkpt lat="48.157814025878906" lon="11.425047874450684">
+        <name>129855</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90131</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132310&#xA;      &#xA;      &#xA;        132311&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23014450073242" lon="11.42579460144043">
+        <name>132310</name>
+      </trkpt>
+      <trkpt lat="48.2303352355957" lon="11.43065071105957">
+        <name>132311</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105555</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147107&#xA;      &#xA;      &#xA;        147108&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12417221069336" lon="11.447118759155273">
+        <name>147107</name>
+      </trkpt>
+      <trkpt lat="48.1251220703125" lon="11.447375297546387">
+        <name>147108</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89990</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132179&#xA;      &#xA;      &#xA;        132180&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20607376098633" lon="11.39091682434082">
+        <name>132179</name>
+      </trkpt>
+      <trkpt lat="48.20629119873047" lon="11.390746116638184">
+        <name>132180</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87726</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129984&#xA;      &#xA;      &#xA;        129988&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16349792480469" lon="11.437353134155273">
+        <name>129984</name>
+      </trkpt>
+      <trkpt lat="48.163551330566406" lon="11.439733505249023">
+        <name>129988</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86736</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129006&#xA;      &#xA;      &#xA;        129007&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20454406738281" lon="11.453527450561523">
+        <name>129006</name>
+      </trkpt>
+      <trkpt lat="48.20488739013672" lon="11.456193923950195">
+        <name>129007</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87585</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129855&#xA;      &#xA;      &#xA;        129856&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157814025878906" lon="11.425047874450684">
+        <name>129855</name>
+      </trkpt>
+      <trkpt lat="48.15774154663086" lon="11.425199508666992">
+        <name>129856</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90132</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132311&#xA;      &#xA;      &#xA;        132312&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2303352355957" lon="11.43065071105957">
+        <name>132311</name>
+      </trkpt>
+      <trkpt lat="48.23075485229492" lon="11.434049606323242">
+        <name>132312</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105556</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147108&#xA;      &#xA;      &#xA;        147109&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1251220703125" lon="11.447375297546387">
+        <name>147108</name>
+      </trkpt>
+      <trkpt lat="48.12527847290039" lon="11.447260856628418">
+        <name>147109</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89991</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132180&#xA;      &#xA;      &#xA;        132181&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20629119873047" lon="11.390746116638184">
+        <name>132180</name>
+      </trkpt>
+      <trkpt lat="48.20662307739258" lon="11.390746116638184">
+        <name>132181</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87727</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129988&#xA;      &#xA;      &#xA;        129987&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163551330566406" lon="11.439733505249023">
+        <name>129988</name>
+      </trkpt>
+      <trkpt lat="48.16362380981445" lon="11.440876007080078">
+        <name>129987</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86737</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129005&#xA;      &#xA;      &#xA;        129009&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20460510253906" lon="11.451411247253418">
+        <name>129005</name>
+      </trkpt>
+      <trkpt lat="48.204708099365234" lon="11.453545570373535">
+        <name>129009</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87586</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129856&#xA;      &#xA;      &#xA;        129857&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15774154663086" lon="11.425199508666992">
+        <name>129856</name>
+      </trkpt>
+      <trkpt lat="48.15715026855469" lon="11.425485610961914">
+        <name>129857</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90133</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132312&#xA;      &#xA;      &#xA;        132313&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23075485229492" lon="11.434049606323242">
+        <name>132312</name>
+      </trkpt>
+      <trkpt lat="48.23159408569336" lon="11.437734603881836">
+        <name>132313</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105557</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147109&#xA;      &#xA;      &#xA;        147110&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12527847290039" lon="11.447260856628418">
+        <name>147109</name>
+      </trkpt>
+      <trkpt lat="48.125370025634766" lon="11.4467191696167">
+        <name>147110</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89992</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132181&#xA;      &#xA;      &#xA;        132182&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20662307739258" lon="11.390746116638184">
+        <name>132181</name>
+      </trkpt>
+      <trkpt lat="48.206851959228516" lon="11.38701343536377">
+        <name>132182</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87728</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129987&#xA;      &#xA;      &#xA;        129965&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16362380981445" lon="11.440876007080078">
+        <name>129987</name>
+      </trkpt>
+      <trkpt lat="48.163856506347656" lon="11.443180084228516">
+        <name>129965</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86738</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129009&#xA;      &#xA;      &#xA;        129010&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204708099365234" lon="11.453545570373535">
+        <name>129009</name>
+      </trkpt>
+      <trkpt lat="48.20506286621094" lon="11.456117630004883">
+        <name>129010</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87587</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129857&#xA;      &#xA;      &#xA;        129858&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15715026855469" lon="11.425485610961914">
+        <name>129857</name>
+      </trkpt>
+      <trkpt lat="48.15699768066406" lon="11.424952507019043">
+        <name>129858</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90134</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132313&#xA;      &#xA;      &#xA;        132314&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23159408569336" lon="11.437734603881836">
+        <name>132313</name>
+      </trkpt>
+      <trkpt lat="48.23284912109375" lon="11.441305160522461">
+        <name>132314</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105558</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147110&#xA;      &#xA;      &#xA;        147111&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.125370025634766" lon="11.4467191696167">
+        <name>147110</name>
+      </trkpt>
+      <trkpt lat="48.1252555847168" lon="11.444718360900879">
+        <name>147111</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89993</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132182&#xA;      &#xA;      &#xA;        132183&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206851959228516" lon="11.38701343536377">
+        <name>132182</name>
+      </trkpt>
+      <trkpt lat="48.206912994384766" lon="11.385563850402832">
+        <name>132183</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87729</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129987&#xA;      &#xA;      &#xA;        129985&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16362380981445" lon="11.440876007080078">
+        <name>129987</name>
+      </trkpt>
+      <trkpt lat="48.16291427612305" lon="11.441009521484375">
+        <name>129985</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105502</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147053&#xA;      &#xA;      &#xA;        147054&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11228942871094" lon="11.568950653076172">
+        <name>147053</name>
+      </trkpt>
+      <trkpt lat="48.112693786621094" lon="11.567808151245117">
+        <name>147054</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87788</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130039&#xA;      &#xA;      &#xA;        129853&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1588249206543" lon="11.424487113952637">
+        <name>130039</name>
+      </trkpt>
+      <trkpt lat="48.15824508666992" lon="11.42487621307373">
+        <name>129853</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86746</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129016&#xA;      &#xA;      &#xA;        129017&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2098388671875" lon="11.468038558959961">
+        <name>129016</name>
+      </trkpt>
+      <trkpt lat="48.20991134643555" lon="11.47098159790039">
+        <name>129017</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90133</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132312&#xA;      &#xA;      &#xA;        132313&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23075485229492" lon="11.434049606323242">
+        <name>132312</name>
+      </trkpt>
+      <trkpt lat="48.23159408569336" lon="11.437734603881836">
+        <name>132313</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96906</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138571&#xA;      &#xA;      &#xA;        138572&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31795883178711" lon="11.62561321258545">
+        <name>138571</name>
+      </trkpt>
+      <trkpt lat="48.31841278076172" lon="11.626470565795898">
+        <name>138572</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85965</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128287&#xA;      &#xA;      &#xA;        128288&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1555061340332" lon="11.422523498535156">
+        <name>128287</name>
+      </trkpt>
+      <trkpt lat="48.155555725097656" lon="11.42264175415039">
+        <name>128288</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105503</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147054&#xA;      &#xA;      &#xA;        147055&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.112693786621094" lon="11.567808151245117">
+        <name>147054</name>
+      </trkpt>
+      <trkpt lat="48.11292266845703" lon="11.566207885742188">
+        <name>147055</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87789</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130039&#xA;      &#xA;      &#xA;        130038&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1588249206543" lon="11.424487113952637">
+        <name>130039</name>
+      </trkpt>
+      <trkpt lat="48.158226013183594" lon="11.421916007995605">
+        <name>130038</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86747</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129013&#xA;      &#xA;      &#xA;        129018&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20819854736328" lon="11.461540222167969">
+        <name>129013</name>
+      </trkpt>
+      <trkpt lat="48.20880889892578" lon="11.4639253616333">
+        <name>129018</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90134</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132313&#xA;      &#xA;      &#xA;        132314&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23159408569336" lon="11.437734603881836">
+        <name>132313</name>
+      </trkpt>
+      <trkpt lat="48.23284912109375" lon="11.441305160522461">
+        <name>132314</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96907</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138572&#xA;      &#xA;      &#xA;        138573&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31841278076172" lon="11.626470565795898">
+        <name>138572</name>
+      </trkpt>
+      <trkpt lat="48.31913757324219" lon="11.6273832321167">
+        <name>138573</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105243</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146797&#xA;      &#xA;      &#xA;        146800&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.07872009277344" lon="11.734161376953125">
+        <name>146797</name>
+      </trkpt>
+      <trkpt lat="48.07621765136719" lon="11.731133460998535">
+        <name>146800</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85966</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128288&#xA;      &#xA;      &#xA;        128289&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155555725097656" lon="11.42264175415039">
+        <name>128288</name>
+      </trkpt>
+      <trkpt lat="48.15562057495117" lon="11.422557830810547">
+        <name>128289</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105504</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147055&#xA;      &#xA;      &#xA;        147056&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11292266845703" lon="11.566207885742188">
+        <name>147055</name>
+      </trkpt>
+      <trkpt lat="48.11301803588867" lon="11.564323425292969">
+        <name>147056</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87790</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130038&#xA;      &#xA;      &#xA;        130037&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158226013183594" lon="11.421916007995605">
+        <name>130038</name>
+      </trkpt>
+      <trkpt lat="48.15766525268555" lon="11.419611930847168">
+        <name>130037</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86748</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129018&#xA;      &#xA;      &#xA;        129019&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20880889892578" lon="11.4639253616333">
+        <name>129018</name>
+      </trkpt>
+      <trkpt lat="48.20945739746094" lon="11.466724395751953">
+        <name>129019</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96908</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138573&#xA;      &#xA;      &#xA;        138574&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31913757324219" lon="11.6273832321167">
+        <name>138573</name>
+      </trkpt>
+      <trkpt lat="48.31965255737305" lon="11.628297805786133">
+        <name>138574</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85967</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128289&#xA;      &#xA;      &#xA;        128286&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15562057495117" lon="11.422557830810547">
+        <name>128289</name>
+      </trkpt>
+      <trkpt lat="48.155582427978516" lon="11.422438621520996">
+        <name>128286</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90135</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132314&#xA;      &#xA;      &#xA;        132315&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23284912109375" lon="11.441305160522461">
+        <name>132314</name>
+      </trkpt>
+      <trkpt lat="48.23427200317383" lon="11.444162368774414">
+        <name>132315</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105505</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147056&#xA;      &#xA;      &#xA;        147057&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11301803588867" lon="11.564323425292969">
+        <name>147056</name>
+      </trkpt>
+      <trkpt lat="48.11289978027344" lon="11.562723159790039">
+        <name>147057</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87791</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130038&#xA;      &#xA;      &#xA;        130033&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158226013183594" lon="11.421916007995605">
+        <name>130038</name>
+      </trkpt>
+      <trkpt lat="48.157161712646484" lon="11.422430038452148">
+        <name>130033</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86749</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129019&#xA;      &#xA;      &#xA;        129020&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20945739746094" lon="11.466724395751953">
+        <name>129019</name>
+      </trkpt>
+      <trkpt lat="48.209625244140625" lon="11.468353271484375">
+        <name>129020</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96909</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138574&#xA;      &#xA;      &#xA;        138575&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31965255737305" lon="11.628297805786133">
+        <name>138574</name>
+      </trkpt>
+      <trkpt lat="48.32056427001953" lon="11.630183219909668">
+        <name>138575</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85968</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127357&#xA;      &#xA;      &#xA;        128290&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20293426513672" lon="11.301790237426758">
+        <name>127357</name>
+      </trkpt>
+      <trkpt lat="48.202476501464844" lon="11.301801681518555">
+        <name>128290</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90136</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132315&#xA;      &#xA;      &#xA;        132316&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23427200317383" lon="11.444162368774414">
+        <name>132315</name>
+      </trkpt>
+      <trkpt lat="48.2356071472168" lon="11.446189880371094">
+        <name>132316</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105506</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147057&#xA;      &#xA;      &#xA;        147058&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11289978027344" lon="11.562723159790039">
+        <name>147057</name>
+      </trkpt>
+      <trkpt lat="48.11261749267578" lon="11.560724258422852">
+        <name>147058</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87792</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130033&#xA;      &#xA;      &#xA;        130032&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157161712646484" lon="11.422430038452148">
+        <name>130033</name>
+      </trkpt>
+      <trkpt lat="48.15654754638672" lon="11.422792434692383">
+        <name>130032</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86750</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129020&#xA;      &#xA;      &#xA;        129021&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209625244140625" lon="11.468353271484375">
+        <name>129020</name>
+      </trkpt>
+      <trkpt lat="48.20966339111328" lon="11.47098159790039">
+        <name>129021</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96910</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138575&#xA;      &#xA;      &#xA;        138576&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32056427001953" lon="11.630183219909668">
+        <name>138575</name>
+      </trkpt>
+      <trkpt lat="48.32084655761719" lon="11.630840301513672">
+        <name>138576</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85969</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128290&#xA;      &#xA;      &#xA;        128291&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.202476501464844" lon="11.301801681518555">
+        <name>128290</name>
+      </trkpt>
+      <trkpt lat="48.20134735107422" lon="11.300172805786133">
+        <name>128291</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90137</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132316&#xA;      &#xA;      &#xA;        132317&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2356071472168" lon="11.446189880371094">
+        <name>132316</name>
+      </trkpt>
+      <trkpt lat="48.23741149902344" lon="11.448446273803711">
+        <name>132317</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105507</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147058&#xA;      &#xA;      &#xA;        147059&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11261749267578" lon="11.560724258422852">
+        <name>147058</name>
+      </trkpt>
+      <trkpt lat="48.11234664916992" lon="11.558324813842773">
+        <name>147059</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87793</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130033&#xA;      &#xA;      &#xA;        130034&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157161712646484" lon="11.422430038452148">
+        <name>130033</name>
+      </trkpt>
+      <trkpt lat="48.15665054321289" lon="11.420639991760254">
+        <name>130034</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86751</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129021&#xA;      &#xA;      &#xA;        129022&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20966339111328" lon="11.47098159790039">
+        <name>129021</name>
+      </trkpt>
+      <trkpt lat="48.209686279296875" lon="11.475935935974121">
+        <name>129022</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96911</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138576&#xA;      &#xA;      &#xA;        138577&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32084655761719" lon="11.630840301513672">
+        <name>138576</name>
+      </trkpt>
+      <trkpt lat="48.3208122253418" lon="11.631697654724121">
+        <name>138577</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85970</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127358&#xA;      &#xA;      &#xA;        128290&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2028923034668" lon="11.302361488342285">
+        <name>127358</name>
+      </trkpt>
+      <trkpt lat="48.202476501464844" lon="11.301801681518555">
+        <name>128290</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90138</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132317&#xA;      &#xA;      &#xA;        132318&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23741149902344" lon="11.448446273803711">
+        <name>132317</name>
+      </trkpt>
+      <trkpt lat="48.239315032958984" lon="11.450504302978516">
+        <name>132318</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105508</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147059&#xA;      &#xA;      &#xA;        147060&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11234664916992" lon="11.558324813842773">
+        <name>147059</name>
+      </trkpt>
+      <trkpt lat="48.11223602294922" lon="11.55681037902832">
+        <name>147060</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87794</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130034&#xA;      &#xA;      &#xA;        130035&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15665054321289" lon="11.420639991760254">
+        <name>130034</name>
+      </trkpt>
+      <trkpt lat="48.15665054321289" lon="11.420392036437988">
+        <name>130035</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86752</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129022&#xA;      &#xA;      &#xA;        129024&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209686279296875" lon="11.475935935974121">
+        <name>129022</name>
+      </trkpt>
+      <trkpt lat="48.209571838378906" lon="11.478721618652344">
+        <name>129024</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96912</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138577&#xA;      &#xA;      &#xA;        138578&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3208122253418" lon="11.631697654724121">
+        <name>138577</name>
+      </trkpt>
+      <trkpt lat="48.32024002075195" lon="11.632183074951172">
+        <name>138578</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90139</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132318&#xA;      &#xA;      &#xA;        132319&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.239315032958984" lon="11.450504302978516">
+        <name>132318</name>
+      </trkpt>
+      <trkpt lat="48.24026870727539" lon="11.451703071594238">
+        <name>132319</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105509</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147060&#xA;      &#xA;      &#xA;        147061&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11223602294922" lon="11.55681037902832">
+        <name>147060</name>
+      </trkpt>
+      <trkpt lat="48.11228942871094" lon="11.554667472839355">
+        <name>147061</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87795</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130035&#xA;      &#xA;      &#xA;        130036&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15665054321289" lon="11.420392036437988">
+        <name>130035</name>
+      </trkpt>
+      <trkpt lat="48.156776428222656" lon="11.42016315460205">
+        <name>130036</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86753</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129024&#xA;      &#xA;      &#xA;        129025&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209571838378906" lon="11.478721618652344">
+        <name>129024</name>
+      </trkpt>
+      <trkpt lat="48.20926284790039" lon="11.481378555297852">
+        <name>129025</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96913</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138578&#xA;      &#xA;      &#xA;        138579&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32024002075195" lon="11.632183074951172">
+        <name>138578</name>
+      </trkpt>
+      <trkpt lat="48.319366455078125" lon="11.632040023803711">
+        <name>138579</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90140</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132319&#xA;      &#xA;      &#xA;        132320&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24026870727539" lon="11.451703071594238">
+        <name>132319</name>
+      </trkpt>
+      <trkpt lat="48.24140930175781" lon="11.453845977783203">
+        <name>132320</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105510</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147061&#xA;      &#xA;      &#xA;        147062&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11228942871094" lon="11.554667472839355">
+        <name>147061</name>
+      </trkpt>
+      <trkpt lat="48.1119499206543" lon="11.545069694519043">
+        <name>147062</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87796</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130036&#xA;      &#xA;      &#xA;        130037&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156776428222656" lon="11.42016315460205">
+        <name>130036</name>
+      </trkpt>
+      <trkpt lat="48.15766525268555" lon="11.419611930847168">
+        <name>130037</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86754</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129025&#xA;      &#xA;      &#xA;        129026&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20926284790039" lon="11.481378555297852">
+        <name>129025</name>
+      </trkpt>
+      <trkpt lat="48.20903396606445" lon="11.483692169189453">
+        <name>129026</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96914</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138579&#xA;      &#xA;      &#xA;        138580&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.319366455078125" lon="11.632040023803711">
+        <name>138579</name>
+      </trkpt>
+      <trkpt lat="48.318115234375" lon="11.632383346557617">
+        <name>138580</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85973</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128293&#xA;      &#xA;      &#xA;        128294&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19818878173828" lon="11.296602249145508">
+        <name>128293</name>
+      </trkpt>
+      <trkpt lat="48.196895599365234" lon="11.295431137084961">
+        <name>128294</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84931</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127287&#xA;      &#xA;      &#xA;        127288&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.217811584472656" lon="11.328259468078613">
+        <name>127287</name>
+      </trkpt>
+      <trkpt lat="48.217864990234375" lon="11.328107833862305">
+        <name>127288</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90141</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132320&#xA;      &#xA;      &#xA;        132321&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24140930175781" lon="11.453845977783203">
+        <name>132320</name>
+      </trkpt>
+      <trkpt lat="48.24211120605469" lon="11.456016540527344">
+        <name>132321</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105511</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147062&#xA;      &#xA;      &#xA;        147063&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1119499206543" lon="11.545069694519043">
+        <name>147062</name>
+      </trkpt>
+      <trkpt lat="48.11146926879883" lon="11.5432710647583">
+        <name>147063</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87797</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130037&#xA;      &#xA;      &#xA;        130040&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15766525268555" lon="11.419611930847168">
+        <name>130037</name>
+      </trkpt>
+      <trkpt lat="48.15742874145508" lon="11.41877269744873">
+        <name>130040</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86755</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129017&#xA;      &#xA;      &#xA;        129023&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20991134643555" lon="11.47098159790039">
+        <name>129017</name>
+      </trkpt>
+      <trkpt lat="48.209930419921875" lon="11.475778579711914">
+        <name>129023</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96915</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138580&#xA;      &#xA;      &#xA;        138581&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.318115234375" lon="11.632383346557617">
+        <name>138580</name>
+      </trkpt>
+      <trkpt lat="48.31605911254883" lon="11.63364028930664">
+        <name>138581</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105251</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146800&#xA;      &#xA;      &#xA;        146802&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.07621765136719" lon="11.731133460998535">
+        <name>146800</name>
+      </trkpt>
+      <trkpt lat="48.07337951660156" lon="11.727334022521973">
+        <name>146802</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85974</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128294&#xA;      &#xA;      &#xA;        128295&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.196895599365234" lon="11.295431137084961">
+        <name>128294</name>
+      </trkpt>
+      <trkpt lat="48.19609451293945" lon="11.294516563415527">
+        <name>128295</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84932</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127283&#xA;      &#xA;      &#xA;        127288&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.217735290527344" lon="11.328062057495117">
+        <name>127283</name>
+      </trkpt>
+      <trkpt lat="48.217864990234375" lon="11.328107833862305">
+        <name>127288</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90142</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132321&#xA;      &#xA;      &#xA;        132322&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24211120605469" lon="11.456016540527344">
+        <name>132321</name>
+      </trkpt>
+      <trkpt lat="48.24245071411133" lon="11.458816528320312">
+        <name>132322</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105512</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147063&#xA;      &#xA;      &#xA;        147064&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11146926879883" lon="11.5432710647583">
+        <name>147063</name>
+      </trkpt>
+      <trkpt lat="48.111148834228516" lon="11.542670249938965">
+        <name>147064</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87798</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130040&#xA;      &#xA;      &#xA;        130041&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15742874145508" lon="11.41877269744873">
+        <name>130040</name>
+      </trkpt>
+      <trkpt lat="48.158077239990234" lon="11.41846752166748">
+        <name>130041</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86756</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129023&#xA;      &#xA;      &#xA;        129027&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209930419921875" lon="11.475778579711914">
+        <name>129023</name>
+      </trkpt>
+      <trkpt lat="48.20979690551758" lon="11.478750228881836">
+        <name>129027</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96916</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138581&#xA;      &#xA;      &#xA;        138582&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31605911254883" lon="11.63364028930664">
+        <name>138581</name>
+      </trkpt>
+      <trkpt lat="48.31345748901367" lon="11.635152816772461">
+        <name>138582</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105252</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146802&#xA;      &#xA;      &#xA;        146803&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.07337951660156" lon="11.727334022521973">
+        <name>146802</name>
+      </trkpt>
+      <trkpt lat="48.0706672668457" lon="11.723506927490234">
+        <name>146803</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85975</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128295&#xA;      &#xA;      &#xA;        128296&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19609451293945" lon="11.294516563415527">
+        <name>128295</name>
+      </trkpt>
+      <trkpt lat="48.195220947265625" lon="11.293146133422852">
+        <name>128296</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84933</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127283&#xA;      &#xA;      &#xA;        127289&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.217735290527344" lon="11.328062057495117">
+        <name>127283</name>
+      </trkpt>
+      <trkpt lat="48.21772766113281" lon="11.32823371887207">
+        <name>127289</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90143</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132322&#xA;      &#xA;      &#xA;        132323&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24245071411133" lon="11.458816528320312">
+        <name>132322</name>
+      </trkpt>
+      <trkpt lat="48.242431640625" lon="11.462272644042969">
+        <name>132323</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105513</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147064&#xA;      &#xA;      &#xA;        147065&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111148834228516" lon="11.542670249938965">
+        <name>147064</name>
+      </trkpt>
+      <trkpt lat="48.11083984375" lon="11.541899681091309">
+        <name>147065</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87799</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130041&#xA;      &#xA;      &#xA;        130042&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158077239990234" lon="11.41846752166748">
+        <name>130041</name>
+      </trkpt>
+      <trkpt lat="48.15846633911133" lon="11.41837215423584">
+        <name>130042</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86757</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129027&#xA;      &#xA;      &#xA;        129028&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20979690551758" lon="11.478750228881836">
+        <name>129027</name>
+      </trkpt>
+      <trkpt lat="48.20951461791992" lon="11.481093406677246">
+        <name>129028</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96917</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138582&#xA;      &#xA;      &#xA;        138583&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31345748901367" lon="11.635152816772461">
+        <name>138582</name>
+      </trkpt>
+      <trkpt lat="48.31057357788086" lon="11.637066841125488">
+        <name>138583</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85976</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128296&#xA;      &#xA;      &#xA;        128297&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.195220947265625" lon="11.293146133422852">
+        <name>128296</name>
+      </trkpt>
+      <trkpt lat="48.19451904296875" lon="11.291545867919922">
+        <name>128297</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84934</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127289&#xA;      &#xA;      &#xA;        127287&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21772766113281" lon="11.32823371887207">
+        <name>127289</name>
+      </trkpt>
+      <trkpt lat="48.217811584472656" lon="11.328259468078613">
+        <name>127287</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90144</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132323&#xA;      &#xA;      &#xA;        132324&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.242431640625" lon="11.462272644042969">
+        <name>132323</name>
+      </trkpt>
+      <trkpt lat="48.24235534667969" lon="11.466129302978516">
+        <name>132324</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105514</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147065&#xA;      &#xA;      &#xA;        147066&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11083984375" lon="11.541899681091309">
+        <name>147065</name>
+      </trkpt>
+      <trkpt lat="48.11063003540039" lon="11.540756225585938">
+        <name>147066</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87800</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130042&#xA;      &#xA;      &#xA;        130043&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15846633911133" lon="11.41837215423584">
+        <name>130042</name>
+      </trkpt>
+      <trkpt lat="48.159603118896484" lon="11.417915344238281">
+        <name>130043</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86758</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129028&#xA;      &#xA;      &#xA;        129029&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20951461791992" lon="11.481093406677246">
+        <name>129028</name>
+      </trkpt>
+      <trkpt lat="48.209285736083984" lon="11.48303508758545">
+        <name>129029</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96918</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138583&#xA;      &#xA;      &#xA;        138584&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31057357788086" lon="11.637066841125488">
+        <name>138583</name>
+      </trkpt>
+      <trkpt lat="48.30855178833008" lon="11.638410568237305">
+        <name>138584</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85977</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128297&#xA;      &#xA;      &#xA;        128298&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19451904296875" lon="11.291545867919922">
+        <name>128297</name>
+      </trkpt>
+      <trkpt lat="48.19400405883789" lon="11.289803504943848">
+        <name>128298</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84935</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127283&#xA;      &#xA;      &#xA;        127290&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.217735290527344" lon="11.328062057495117">
+        <name>127283</name>
+      </trkpt>
+      <trkpt lat="48.21672821044922" lon="11.325291633605957">
+        <name>127290</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90145</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132324&#xA;      &#xA;      &#xA;        132325&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24235534667969" lon="11.466129302978516">
+        <name>132324</name>
+      </trkpt>
+      <trkpt lat="48.242488861083984" lon="11.468157768249512">
+        <name>132325</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105515</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147066&#xA;      &#xA;      &#xA;        147067&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11063003540039" lon="11.540756225585938">
+        <name>147066</name>
+      </trkpt>
+      <trkpt lat="48.11061096191406" lon="11.53869915008545">
+        <name>147067</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87801</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130043&#xA;      &#xA;      &#xA;        130044&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.159603118896484" lon="11.417915344238281">
+        <name>130043</name>
+      </trkpt>
+      <trkpt lat="48.16012191772461" lon="11.42037296295166">
+        <name>130044</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86759</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129026&#xA;      &#xA;      &#xA;        129030&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20903396606445" lon="11.483692169189453">
+        <name>129026</name>
+      </trkpt>
+      <trkpt lat="48.20897674560547" lon="11.486090660095215">
+        <name>129030</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96919</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138584&#xA;      &#xA;      &#xA;        138585&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30855178833008" lon="11.638410568237305">
+        <name>138584</name>
+      </trkpt>
+      <trkpt lat="48.307376861572266" lon="11.639181137084961">
+        <name>138585</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85978</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128298&#xA;      &#xA;      &#xA;        128299&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19400405883789" lon="11.289803504943848">
+        <name>128298</name>
+      </trkpt>
+      <trkpt lat="48.193599700927734" lon="11.287604331970215">
+        <name>128299</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84936</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127290&#xA;      &#xA;      &#xA;        127291&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21672821044922" lon="11.325291633605957">
+        <name>127290</name>
+      </trkpt>
+      <trkpt lat="48.216129302978516" lon="11.32386302947998">
+        <name>127291</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90146</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132325&#xA;      &#xA;      &#xA;        132326&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.242488861083984" lon="11.468157768249512">
+        <name>132325</name>
+      </trkpt>
+      <trkpt lat="48.242977142333984" lon="11.470528602600098">
+        <name>132326</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105516</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147067&#xA;      &#xA;      &#xA;        147068&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11061096191406" lon="11.53869915008545">
+        <name>147067</name>
+      </trkpt>
+      <trkpt lat="48.110595703125" lon="11.5352144241333">
+        <name>147068</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87802</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130044&#xA;      &#xA;      &#xA;        130045&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16012191772461" lon="11.42037296295166">
+        <name>130044</name>
+      </trkpt>
+      <trkpt lat="48.16059112548828" lon="11.420144081115723">
+        <name>130045</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86760</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129030&#xA;      &#xA;      &#xA;        129031&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20897674560547" lon="11.486090660095215">
+        <name>129030</name>
+      </trkpt>
+      <trkpt lat="48.209205627441406" lon="11.489204406738281">
+        <name>129031</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96920</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138585&#xA;      &#xA;      &#xA;        138586&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.307376861572266" lon="11.639181137084961">
+        <name>138585</name>
+      </trkpt>
+      <trkpt lat="48.30490493774414" lon="11.641324043273926">
+        <name>138586</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105256</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146803&#xA;      &#xA;      &#xA;        146810&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0706672668457" lon="11.723506927490234">
+        <name>146803</name>
+      </trkpt>
+      <trkpt lat="48.0682487487793" lon="11.719535827636719">
+        <name>146810</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85979</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128299&#xA;      &#xA;      &#xA;        128300&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193599700927734" lon="11.287604331970215">
+        <name>128299</name>
+      </trkpt>
+      <trkpt lat="48.19340896606445" lon="11.285318374633789">
+        <name>128300</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84937</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127291&#xA;      &#xA;      &#xA;        127292&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.216129302978516" lon="11.32386302947998">
+        <name>127291</name>
+      </trkpt>
+      <trkpt lat="48.21546936035156" lon="11.32281494140625">
+        <name>127292</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90147</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132326&#xA;      &#xA;      &#xA;        132327&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.242977142333984" lon="11.470528602600098">
+        <name>132326</name>
+      </trkpt>
+      <trkpt lat="48.24374008178711" lon="11.472557067871094">
+        <name>132327</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105517</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147068&#xA;      &#xA;      &#xA;        147069&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.110595703125" lon="11.5352144241333">
+        <name>147068</name>
+      </trkpt>
+      <trkpt lat="48.110538482666016" lon="11.533586502075195">
+        <name>147069</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87803</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130045&#xA;      &#xA;      &#xA;        130046&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16059112548828" lon="11.420144081115723">
+        <name>130045</name>
+      </trkpt>
+      <trkpt lat="48.16008758544922" lon="11.417743682861328">
+        <name>130046</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86761</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129031&#xA;      &#xA;      &#xA;        129032&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209205627441406" lon="11.489204406738281">
+        <name>129031</name>
+      </trkpt>
+      <trkpt lat="48.209739685058594" lon="11.492204666137695">
+        <name>129032</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96921</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138586&#xA;      &#xA;      &#xA;        138587&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30490493774414" lon="11.641324043273926">
+        <name>138586</name>
+      </trkpt>
+      <trkpt lat="48.30608367919922" lon="11.643922805786133">
+        <name>138587</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87543</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128959&#xA;      &#xA;      &#xA;        129814&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17397689819336" lon="11.426778793334961">
+        <name>128959</name>
+      </trkpt>
+      <trkpt lat="48.173858642578125" lon="11.428360939025879">
+        <name>129814</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85980</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128300&#xA;      &#xA;      &#xA;        128301&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19340896606445" lon="11.285318374633789">
+        <name>128300</name>
+      </trkpt>
+      <trkpt lat="48.19329833984375" lon="11.282690048217773">
+        <name>128301</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90148</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132327&#xA;      &#xA;      &#xA;        132328&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24374008178711" lon="11.472557067871094">
+        <name>132327</name>
+      </trkpt>
+      <trkpt lat="48.244598388671875" lon="11.474013328552246">
+        <name>132328</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105518</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147069&#xA;      &#xA;      &#xA;        147070&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.110538482666016" lon="11.533586502075195">
+        <name>147069</name>
+      </trkpt>
+      <trkpt lat="48.110382080078125" lon="11.531702041625977">
+        <name>147070</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87804</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130046&#xA;      &#xA;      &#xA;        130043&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16008758544922" lon="11.417743682861328">
+        <name>130046</name>
+      </trkpt>
+      <trkpt lat="48.159603118896484" lon="11.417915344238281">
+        <name>130043</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86762</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129032&#xA;      &#xA;      &#xA;        129033&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209739685058594" lon="11.492204666137695">
+        <name>129032</name>
+      </trkpt>
+      <trkpt lat="48.21046829223633" lon="11.49468994140625">
+        <name>129033</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96922</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138587&#xA;      &#xA;      &#xA;        138588&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30608367919922" lon="11.643922805786133">
+        <name>138587</name>
+      </trkpt>
+      <trkpt lat="48.30683898925781" lon="11.64583683013916">
+        <name>138588</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87544</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129814&#xA;      &#xA;      &#xA;        129815&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173858642578125" lon="11.428360939025879">
+        <name>129814</name>
+      </trkpt>
+      <trkpt lat="48.173858642578125" lon="11.429275512695312">
+        <name>129815</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85981</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128301&#xA;      &#xA;      &#xA;        128302&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19329833984375" lon="11.282690048217773">
+        <name>128301</name>
+      </trkpt>
+      <trkpt lat="48.193145751953125" lon="11.280890464782715">
+        <name>128302</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90149</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132328&#xA;      &#xA;      &#xA;        132329&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244598388671875" lon="11.474013328552246">
+        <name>132328</name>
+      </trkpt>
+      <trkpt lat="48.24520492553711" lon="11.474727630615234">
+        <name>132329</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105519</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147070&#xA;      &#xA;      &#xA;        147071&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.110382080078125" lon="11.531702041625977">
+        <name>147070</name>
+      </trkpt>
+      <trkpt lat="48.11006546020508" lon="11.529173851013184">
+        <name>147071</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87805</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130046&#xA;      &#xA;      &#xA;        130047&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16008758544922" lon="11.417743682861328">
+        <name>130046</name>
+      </trkpt>
+      <trkpt lat="48.1600341796875" lon="11.417057991027832">
+        <name>130047</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86763</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129033&#xA;      &#xA;      &#xA;        129034&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21046829223633" lon="11.49468994140625">
+        <name>129033</name>
+      </trkpt>
+      <trkpt lat="48.21126174926758" lon="11.49671745300293">
+        <name>129034</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96923</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138588&#xA;      &#xA;      &#xA;        138589&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30683898925781" lon="11.64583683013916">
+        <name>138588</name>
+      </trkpt>
+      <trkpt lat="48.30826950073242" lon="11.649323463439941">
+        <name>138589</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105259</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146810&#xA;      &#xA;      &#xA;        146811&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0682487487793" lon="11.719535827636719">
+        <name>146810</name>
+      </trkpt>
+      <trkpt lat="48.065921783447266" lon="11.715365409851074">
+        <name>146811</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87545</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129815&#xA;      &#xA;      &#xA;        129816&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173858642578125" lon="11.429275512695312">
+        <name>129815</name>
+      </trkpt>
+      <trkpt lat="48.173858642578125" lon="11.4298095703125">
+        <name>129816</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85982</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128302&#xA;      &#xA;      &#xA;        128303&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193145751953125" lon="11.280890464782715">
+        <name>128302</name>
+      </trkpt>
+      <trkpt lat="48.19266891479492" lon="11.278377532958984">
+        <name>128303</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90150</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132328&#xA;      &#xA;      &#xA;        132330&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244598388671875" lon="11.474013328552246">
+        <name>132328</name>
+      </trkpt>
+      <trkpt lat="48.245033264160156" lon="11.47492790222168">
+        <name>132330</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105520</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147071&#xA;      &#xA;      &#xA;        147072&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11006546020508" lon="11.529173851013184">
+        <name>147071</name>
+      </trkpt>
+      <trkpt lat="48.109954833984375" lon="11.527202606201172">
+        <name>147072</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87806</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130047&#xA;      &#xA;      &#xA;        130048&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1600341796875" lon="11.417057991027832">
+        <name>130047</name>
+      </trkpt>
+      <trkpt lat="48.16006088256836" lon="11.415363311767578">
+        <name>130048</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86764</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129029&#xA;      &#xA;      &#xA;        129035&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209285736083984" lon="11.48303508758545">
+        <name>129029</name>
+      </trkpt>
+      <trkpt lat="48.209190368652344" lon="11.486063003540039">
+        <name>129035</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96924</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138589&#xA;      &#xA;      &#xA;        138590&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30826950073242" lon="11.649323463439941">
+        <name>138589</name>
+      </trkpt>
+      <trkpt lat="48.30959701538086" lon="11.652636528015137">
+        <name>138590</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87546</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129816&#xA;      &#xA;      &#xA;        129817&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173858642578125" lon="11.4298095703125">
+        <name>129816</name>
+      </trkpt>
+      <trkpt lat="48.17356491088867" lon="11.42984676361084">
+        <name>129817</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85983</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128303&#xA;      &#xA;      &#xA;        128304&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19266891479492" lon="11.278377532958984">
+        <name>128303</name>
+      </trkpt>
+      <trkpt lat="48.19223403930664" lon="11.276606559753418">
+        <name>128304</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90151</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132329&#xA;      &#xA;      &#xA;        132330&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24520492553711" lon="11.474727630615234">
+        <name>132329</name>
+      </trkpt>
+      <trkpt lat="48.245033264160156" lon="11.47492790222168">
+        <name>132330</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105521</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147072&#xA;      &#xA;      &#xA;        147073&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.109954833984375" lon="11.527202606201172">
+        <name>147072</name>
+      </trkpt>
+      <trkpt lat="48.109981536865234" lon="11.520133018493652">
+        <name>147073</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87807</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130048&#xA;      &#xA;      &#xA;        128270&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16006088256836" lon="11.415363311767578">
+        <name>130048</name>
+      </trkpt>
+      <trkpt lat="48.15998077392578" lon="11.415048599243164">
+        <name>128270</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86765</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129035&#xA;      &#xA;      &#xA;        129036&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209190368652344" lon="11.486063003540039">
+        <name>129035</name>
+      </trkpt>
+      <trkpt lat="48.20945739746094" lon="11.489090919494629">
+        <name>129036</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105000</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130114&#xA;      &#xA;      &#xA;        146550&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20856475830078" lon="11.390711784362793">
+        <name>130114</name>
+      </trkpt>
+      <trkpt lat="48.20722198486328" lon="11.393383979797363">
+        <name>146550</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96925</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138590&#xA;      &#xA;      &#xA;        138591&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30959701538086" lon="11.652636528015137">
+        <name>138590</name>
+      </trkpt>
+      <trkpt lat="48.31013107299805" lon="11.654122352600098">
+        <name>138591</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105261</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146811&#xA;      &#xA;      &#xA;        146812&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.065921783447266" lon="11.715365409851074">
+        <name>146811</name>
+      </trkpt>
+      <trkpt lat="48.0638427734375" lon="11.711166381835938">
+        <name>146812</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87547</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129817&#xA;      &#xA;      &#xA;        129818&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17356491088867" lon="11.42984676361084">
+        <name>129817</name>
+      </trkpt>
+      <trkpt lat="48.173336029052734" lon="11.430018424987793">
+        <name>129818</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85984</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128304&#xA;      &#xA;      &#xA;        128305&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19223403930664" lon="11.276606559753418">
+        <name>128304</name>
+      </trkpt>
+      <trkpt lat="48.19164276123047" lon="11.274662971496582">
+        <name>128305</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84942</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127296&#xA;      &#xA;      &#xA;        127297&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21146011352539" lon="11.317453384399414">
+        <name>127296</name>
+      </trkpt>
+      <trkpt lat="48.20945739746094" lon="11.31554889678955">
+        <name>127297</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90152</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132330&#xA;      &#xA;      &#xA;        132331&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.245033264160156" lon="11.47492790222168">
+        <name>132330</name>
+      </trkpt>
+      <trkpt lat="48.244842529296875" lon="11.47567081451416">
+        <name>132331</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105522</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147073&#xA;      &#xA;      &#xA;        147074&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.109981536865234" lon="11.520133018493652">
+        <name>147073</name>
+      </trkpt>
+      <trkpt lat="48.11006546020508" lon="11.519404411315918">
+        <name>147074</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87808</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130045&#xA;      &#xA;      &#xA;        129848&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16059112548828" lon="11.420144081115723">
+        <name>130045</name>
+      </trkpt>
+      <trkpt lat="48.16140365600586" lon="11.423238754272461">
+        <name>129848</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86766</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129036&#xA;      &#xA;      &#xA;        129037&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20945739746094" lon="11.489090919494629">
+        <name>129036</name>
+      </trkpt>
+      <trkpt lat="48.2099494934082" lon="11.491890907287598">
+        <name>129037</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105001</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146550&#xA;      &#xA;      &#xA;        146551&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20722198486328" lon="11.393383979797363">
+        <name>146550</name>
+      </trkpt>
+      <trkpt lat="48.206764221191406" lon="11.395126342773438">
+        <name>146551</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96926</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138591&#xA;      &#xA;      &#xA;        138592&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31013107299805" lon="11.654122352600098">
+        <name>138591</name>
+      </trkpt>
+      <trkpt lat="48.31098175048828" lon="11.657292366027832">
+        <name>138592</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87548</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129818&#xA;      &#xA;      &#xA;        129819&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173336029052734" lon="11.430018424987793">
+        <name>129818</name>
+      </trkpt>
+      <trkpt lat="48.17258834838867" lon="11.43079948425293">
+        <name>129819</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85985</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128305&#xA;      &#xA;      &#xA;        128306&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19164276123047" lon="11.274662971496582">
+        <name>128305</name>
+      </trkpt>
+      <trkpt lat="48.190921783447266" lon="11.272363662719727">
+        <name>128306</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84943</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127297&#xA;      &#xA;      &#xA;        127298&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20945739746094" lon="11.31554889678955">
+        <name>127297</name>
+      </trkpt>
+      <trkpt lat="48.20848846435547" lon="11.314520835876465">
+        <name>127298</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90153</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132331&#xA;      &#xA;      &#xA;        132333&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244842529296875" lon="11.47567081451416">
+        <name>132331</name>
+      </trkpt>
+      <trkpt lat="48.2448844909668" lon="11.476212501525879">
+        <name>132333</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105523</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147074&#xA;      &#xA;      &#xA;        147075&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11006546020508" lon="11.519404411315918">
+        <name>147074</name>
+      </trkpt>
+      <trkpt lat="48.11186599731445" lon="11.517218589782715">
+        <name>147075</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87809</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128269&#xA;      &#xA;      &#xA;        130049&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16022491455078" lon="11.414629936218262">
+        <name>128269</name>
+      </trkpt>
+      <trkpt lat="48.15990447998047" lon="11.41465950012207">
+        <name>130049</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86767</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129037&#xA;      &#xA;      &#xA;        129038&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2099494934082" lon="11.491890907287598">
+        <name>129037</name>
+      </trkpt>
+      <trkpt lat="48.210693359375" lon="11.494518280029297">
+        <name>129038</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87549</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129819&#xA;      &#xA;      &#xA;        129820&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17258834838867" lon="11.43079948425293">
+        <name>129819</name>
+      </trkpt>
+      <trkpt lat="48.171966552734375" lon="11.431618690490723">
+        <name>129820</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85986</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128306&#xA;      &#xA;      &#xA;        128307&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.190921783447266" lon="11.272363662719727">
+        <name>128306</name>
+      </trkpt>
+      <trkpt lat="48.19017791748047" lon="11.269234657287598">
+        <name>128307</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84944</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127298&#xA;      &#xA;      &#xA;        127299&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20848846435547" lon="11.314520835876465">
+        <name>127298</name>
+      </trkpt>
+      <trkpt lat="48.20761489868164" lon="11.313986778259277">
+        <name>127299</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90154</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132333&#xA;      &#xA;      &#xA;        132332&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2448844909668" lon="11.476212501525879">
+        <name>132333</name>
+      </trkpt>
+      <trkpt lat="48.2448844909668" lon="11.4764986038208">
+        <name>132332</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96927</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138592&#xA;      &#xA;      &#xA;        138593&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31098175048828" lon="11.657292366027832">
+        <name>138592</name>
+      </trkpt>
+      <trkpt lat="48.312068939208984" lon="11.661005973815918">
+        <name>138593</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105524</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147075&#xA;      &#xA;      &#xA;        147076&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11186599731445" lon="11.517218589782715">
+        <name>147075</name>
+      </trkpt>
+      <trkpt lat="48.1124382019043" lon="11.516919136047363">
+        <name>147076</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87810</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130049&#xA;      &#xA;      &#xA;        128270&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15990447998047" lon="11.41465950012207">
+        <name>130049</name>
+      </trkpt>
+      <trkpt lat="48.15998077392578" lon="11.415048599243164">
+        <name>128270</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86768</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129038&#xA;      &#xA;      &#xA;        129039&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.210693359375" lon="11.494518280029297">
+        <name>129038</name>
+      </trkpt>
+      <trkpt lat="48.2114372253418" lon="11.496403694152832">
+        <name>129039</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87550</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129820&#xA;      &#xA;      &#xA;        129821&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.171966552734375" lon="11.431618690490723">
+        <name>129820</name>
+      </trkpt>
+      <trkpt lat="48.17143630981445" lon="11.43259048461914">
+        <name>129821</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84945</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127299&#xA;      &#xA;      &#xA;        127300&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20761489868164" lon="11.313986778259277">
+        <name>127299</name>
+      </trkpt>
+      <trkpt lat="48.20536422729492" lon="11.313263893127441">
+        <name>127300</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90155</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132332&#xA;      &#xA;      &#xA;        132334&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2448844909668" lon="11.4764986038208">
+        <name>132332</name>
+      </trkpt>
+      <trkpt lat="48.24520492553711" lon="11.4764986038208">
+        <name>132334</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96928</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138593&#xA;      &#xA;      &#xA;        138594&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.312068939208984" lon="11.661005973815918">
+        <name>138593</name>
+      </trkpt>
+      <trkpt lat="48.31303405761719" lon="11.66480541229248">
+        <name>138594</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105525</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147076&#xA;      &#xA;      &#xA;        147077&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1124382019043" lon="11.516919136047363">
+        <name>147076</name>
+      </trkpt>
+      <trkpt lat="48.11389923095703" lon="11.516790390014648">
+        <name>147077</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87811</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130049&#xA;      &#xA;      &#xA;        130050&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15990447998047" lon="11.41465950012207">
+        <name>130049</name>
+      </trkpt>
+      <trkpt lat="48.1593132019043" lon="11.414639472961426">
+        <name>130050</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86769</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129034&#xA;      &#xA;      &#xA;        129040&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21126174926758" lon="11.49671745300293">
+        <name>129034</name>
+      </trkpt>
+      <trkpt lat="48.21223449707031" lon="11.498602867126465">
+        <name>129040</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105004</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146551&#xA;      &#xA;      &#xA;        146552&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206764221191406" lon="11.395126342773438">
+        <name>146551</name>
+      </trkpt>
+      <trkpt lat="48.206459045410156" lon="11.397440910339355">
+        <name>146552</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87551</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129821&#xA;      &#xA;      &#xA;        129822&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17143630981445" lon="11.43259048461914">
+        <name>129821</name>
+      </trkpt>
+      <trkpt lat="48.17089080810547" lon="11.433656692504883">
+        <name>129822</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84946</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127300&#xA;      &#xA;      &#xA;        127301&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20536422729492" lon="11.313263893127441">
+        <name>127300</name>
+      </trkpt>
+      <trkpt lat="48.20404052734375" lon="11.312748908996582">
+        <name>127301</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90156</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132334&#xA;      &#xA;      &#xA;        132333&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24520492553711" lon="11.4764986038208">
+        <name>132334</name>
+      </trkpt>
+      <trkpt lat="48.2448844909668" lon="11.476212501525879">
+        <name>132333</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96929</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138594&#xA;      &#xA;      &#xA;        138595&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31303405761719" lon="11.66480541229248">
+        <name>138594</name>
+      </trkpt>
+      <trkpt lat="48.31349182128906" lon="11.667860984802246">
+        <name>138595</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105526</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147077&#xA;      &#xA;      &#xA;        147078&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11389923095703" lon="11.516790390014648">
+        <name>147077</name>
+      </trkpt>
+      <trkpt lat="48.11650466918945" lon="11.516704559326172">
+        <name>147078</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87812</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130050&#xA;      &#xA;      &#xA;        130051&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1593132019043" lon="11.414639472961426">
+        <name>130050</name>
+      </trkpt>
+      <trkpt lat="48.158939361572266" lon="11.41490650177002">
+        <name>130051</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86770</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129040&#xA;      &#xA;      &#xA;        129041&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21223449707031" lon="11.498602867126465">
+        <name>129040</name>
+      </trkpt>
+      <trkpt lat="48.21390914916992" lon="11.501259803771973">
+        <name>129041</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105266</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146812&#xA;      &#xA;      &#xA;        146817&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0638427734375" lon="11.711166381835938">
+        <name>146812</name>
+      </trkpt>
+      <trkpt lat="48.06153106689453" lon="11.706281661987305">
+        <name>146817</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87552</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129822&#xA;      &#xA;      &#xA;        129823&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17089080810547" lon="11.433656692504883">
+        <name>129822</name>
+      </trkpt>
+      <trkpt lat="48.1702766418457" lon="11.435046195983887">
+        <name>129823</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85989</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128309&#xA;      &#xA;      &#xA;        128310&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18912124633789" lon="11.262249946594238">
+        <name>128309</name>
+      </trkpt>
+      <trkpt lat="48.18880081176758" lon="11.259252548217773">
+        <name>128310</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84947</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127301&#xA;      &#xA;      &#xA;        127302&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20404052734375" lon="11.312748908996582">
+        <name>127301</name>
+      </trkpt>
+      <trkpt lat="48.20242691040039" lon="11.31120777130127">
+        <name>127302</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90157</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132334&#xA;      &#xA;      &#xA;        132335&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24520492553711" lon="11.4764986038208">
+        <name>132334</name>
+      </trkpt>
+      <trkpt lat="48.24600601196289" lon="11.476527214050293">
+        <name>132335</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96930</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138595&#xA;      &#xA;      &#xA;        138596&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31349182128906" lon="11.667860984802246">
+        <name>138595</name>
+      </trkpt>
+      <trkpt lat="48.31381607055664" lon="11.670489311218262">
+        <name>138596</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105527</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147078&#xA;      &#xA;      &#xA;        147079&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11650466918945" lon="11.516704559326172">
+        <name>147078</name>
+      </trkpt>
+      <trkpt lat="48.11770248413086" lon="11.516919136047363">
+        <name>147079</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87813</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128272&#xA;      &#xA;      &#xA;        130053&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15910339355469" lon="11.415334701538086">
+        <name>128272</name>
+      </trkpt>
+      <trkpt lat="48.15884017944336" lon="11.415287017822266">
+        <name>130053</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86771</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129041&#xA;      &#xA;      &#xA;        129042&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21390914916992" lon="11.501259803771973">
+        <name>129041</name>
+      </trkpt>
+      <trkpt lat="48.215721130371094" lon="11.504316329956055">
+        <name>129042</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105006</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146552&#xA;      &#xA;      &#xA;        146553&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206459045410156" lon="11.397440910339355">
+        <name>146552</name>
+      </trkpt>
+      <trkpt lat="48.20621109008789" lon="11.400668144226074">
+        <name>146553</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105267</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146817&#xA;      &#xA;      &#xA;        146818&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.06153106689453" lon="11.706281661987305">
+        <name>146817</name>
+      </trkpt>
+      <trkpt lat="48.05862808227539" lon="11.700197219848633">
+        <name>146818</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87553</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129823&#xA;      &#xA;      &#xA;        129824&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1702766418457" lon="11.435046195983887">
+        <name>129823</name>
+      </trkpt>
+      <trkpt lat="48.169593811035156" lon="11.436208724975586">
+        <name>129824</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85990</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128310&#xA;      &#xA;      &#xA;        128311&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18880081176758" lon="11.259252548217773">
+        <name>128310</name>
+      </trkpt>
+      <trkpt lat="48.1884651184082" lon="11.25625228881836">
+        <name>128311</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84948</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127302&#xA;      &#xA;      &#xA;        127303&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20242691040039" lon="11.31120777130127">
+        <name>127302</name>
+      </trkpt>
+      <trkpt lat="48.20135498046875" lon="11.310006141662598">
+        <name>127303</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90158</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132335&#xA;      &#xA;      &#xA;        132336&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24600601196289" lon="11.476527214050293">
+        <name>132335</name>
+      </trkpt>
+      <trkpt lat="48.24713134765625" lon="11.476212501525879">
+        <name>132336</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96931</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138596&#xA;      &#xA;      &#xA;        138597&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31381607055664" lon="11.670489311218262">
+        <name>138596</name>
+      </trkpt>
+      <trkpt lat="48.314022064208984" lon="11.672003746032715">
+        <name>138597</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105528</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147079&#xA;      &#xA;      &#xA;        147080&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11770248413086" lon="11.516919136047363">
+        <name>147079</name>
+      </trkpt>
+      <trkpt lat="48.119537353515625" lon="11.517646789550781">
+        <name>147080</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87814</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130053&#xA;      &#xA;      &#xA;        130052&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15884017944336" lon="11.415287017822266">
+        <name>130053</name>
+      </trkpt>
+      <trkpt lat="48.158329010009766" lon="11.415116310119629">
+        <name>130052</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86772</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129042&#xA;      &#xA;      &#xA;        129043&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215721130371094" lon="11.504316329956055">
+        <name>129042</name>
+      </trkpt>
+      <trkpt lat="48.21751022338867" lon="11.507829666137695">
+        <name>129043</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87554</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129824&#xA;      &#xA;      &#xA;        129825&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.169593811035156" lon="11.436208724975586">
+        <name>129824</name>
+      </trkpt>
+      <trkpt lat="48.16865158081055" lon="11.434913635253906">
+        <name>129825</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85991</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128311&#xA;      &#xA;      &#xA;        128312&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1884651184082" lon="11.25625228881836">
+        <name>128311</name>
+      </trkpt>
+      <trkpt lat="48.18806076049805" lon="11.253682136535645">
+        <name>128312</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90159</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132336&#xA;      &#xA;      &#xA;        132337&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24713134765625" lon="11.476212501525879">
+        <name>132336</name>
+      </trkpt>
+      <trkpt lat="48.24871063232422" lon="11.475098609924316">
+        <name>132337</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96932</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138597&#xA;      &#xA;      &#xA;        138598&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.314022064208984" lon="11.672003746032715">
+        <name>138597</name>
+      </trkpt>
+      <trkpt lat="48.31400680541992" lon="11.672346115112305">
+        <name>138598</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105529</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147080&#xA;      &#xA;      &#xA;        147081&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.119537353515625" lon="11.517646789550781">
+        <name>147080</name>
+      </trkpt>
+      <trkpt lat="48.12205505371094" lon="11.518889427185059">
+        <name>147081</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87815</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130053&#xA;      &#xA;      &#xA;        130051&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15884017944336" lon="11.415287017822266">
+        <name>130053</name>
+      </trkpt>
+      <trkpt lat="48.158939361572266" lon="11.41490650177002">
+        <name>130051</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86773</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129039&#xA;      &#xA;      &#xA;        129044&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2114372253418" lon="11.496403694152832">
+        <name>129039</name>
+      </trkpt>
+      <trkpt lat="48.21244430541992" lon="11.498373985290527">
+        <name>129044</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87555</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129825&#xA;      &#xA;      &#xA;        129826&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16865158081055" lon="11.434913635253906">
+        <name>129825</name>
+      </trkpt>
+      <trkpt lat="48.16740798950195" lon="11.433294296264648">
+        <name>129826</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85992</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128312&#xA;      &#xA;      &#xA;        128313&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18806076049805" lon="11.253682136535645">
+        <name>128312</name>
+      </trkpt>
+      <trkpt lat="48.18743133544922" lon="11.25119686126709">
+        <name>128313</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90160</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132337&#xA;      &#xA;      &#xA;        132338&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24871063232422" lon="11.475098609924316">
+        <name>132337</name>
+      </trkpt>
+      <trkpt lat="48.25078582763672" lon="11.473670959472656">
+        <name>132338</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96933</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138598&#xA;      &#xA;      &#xA;        138599&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31400680541992" lon="11.672346115112305">
+        <name>138598</name>
+      </trkpt>
+      <trkpt lat="48.31394958496094" lon="11.672545433044434">
+        <name>138599</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105530</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147081&#xA;      &#xA;      &#xA;        147082&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12205505371094" lon="11.518889427185059">
+        <name>147081</name>
+      </trkpt>
+      <trkpt lat="48.1226806640625" lon="11.519332885742188">
+        <name>147082</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87816</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130052&#xA;      &#xA;      &#xA;        128274&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158329010009766" lon="11.415116310119629">
+        <name>130052</name>
+      </trkpt>
+      <trkpt lat="48.15804672241211" lon="11.415238380432129">
+        <name>128274</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86774</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129044&#xA;      &#xA;      &#xA;        129045&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21244430541992" lon="11.498373985290527">
+        <name>129044</name>
+      </trkpt>
+      <trkpt lat="48.21406555175781" lon="11.500916481018066">
+        <name>129045</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105009</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146553&#xA;      &#xA;      &#xA;        146557&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20621109008789" lon="11.400668144226074">
+        <name>146553</name>
+      </trkpt>
+      <trkpt lat="48.20600509643555" lon="11.404182434082031">
+        <name>146557</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87556</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129826&#xA;      &#xA;      &#xA;        129827&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16740798950195" lon="11.433294296264648">
+        <name>129826</name>
+      </trkpt>
+      <trkpt lat="48.16685104370117" lon="11.432703971862793">
+        <name>129827</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85993</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128313&#xA;      &#xA;      &#xA;        128314&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18743133544922" lon="11.25119686126709">
+        <name>128313</name>
+      </trkpt>
+      <trkpt lat="48.18686294555664" lon="11.24944019317627">
+        <name>128314</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90161</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132338&#xA;      &#xA;      &#xA;        132339&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25078582763672" lon="11.473670959472656">
+        <name>132338</name>
+      </trkpt>
+      <trkpt lat="48.25321578979492" lon="11.472185134887695">
+        <name>132339</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96934</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138599&#xA;      &#xA;      &#xA;        138600&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31394958496094" lon="11.672545433044434">
+        <name>138599</name>
+      </trkpt>
+      <trkpt lat="48.314022064208984" lon="11.672774314880371">
+        <name>138600</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105531</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147082&#xA;      &#xA;      &#xA;        147083&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1226806640625" lon="11.519332885742188">
+        <name>147082</name>
+      </trkpt>
+      <trkpt lat="48.123046875" lon="11.519389152526855">
+        <name>147083</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87817</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130052&#xA;      &#xA;      &#xA;        128914&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158329010009766" lon="11.415116310119629">
+        <name>130052</name>
+      </trkpt>
+      <trkpt lat="48.15797424316406" lon="11.413873672485352">
+        <name>128914</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86775</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129045&#xA;      &#xA;      &#xA;        129046&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21406555175781" lon="11.500916481018066">
+        <name>129045</name>
+      </trkpt>
+      <trkpt lat="48.2159309387207" lon="11.504087448120117">
+        <name>129046</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87557</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129827&#xA;      &#xA;      &#xA;        129828&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16685104370117" lon="11.432703971862793">
+        <name>129827</name>
+      </trkpt>
+      <trkpt lat="48.16635513305664" lon="11.432494163513184">
+        <name>129828</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85994</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128314&#xA;      &#xA;      &#xA;        128315&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18686294555664" lon="11.24944019317627">
+        <name>128314</name>
+      </trkpt>
+      <trkpt lat="48.18620300292969" lon="11.247596740722656">
+        <name>128315</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96414</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138066&#xA;      &#xA;      &#xA;        138096&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.275150299072266" lon="11.281842231750488">
+        <name>138066</name>
+      </trkpt>
+      <trkpt lat="48.27621841430664" lon="11.279842376708984">
+        <name>138096</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90162</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132339&#xA;      &#xA;      &#xA;        132340&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25321578979492" lon="11.472185134887695">
+        <name>132339</name>
+      </trkpt>
+      <trkpt lat="48.255062103271484" lon="11.470985412597656">
+        <name>132340</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96935</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138600&#xA;      &#xA;      &#xA;        138601&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.314022064208984" lon="11.672774314880371">
+        <name>138600</name>
+      </trkpt>
+      <trkpt lat="48.31417465209961" lon="11.672746658325195">
+        <name>138601</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105532</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147083&#xA;      &#xA;      &#xA;        147084&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.123046875" lon="11.519389152526855">
+        <name>147083</name>
+      </trkpt>
+      <trkpt lat="48.12335205078125" lon="11.519131660461426">
+        <name>147084</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87818</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128268&#xA;      &#xA;      &#xA;        130054&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16078186035156" lon="11.414229393005371">
+        <name>128268</name>
+      </trkpt>
+      <trkpt lat="48.16055679321289" lon="11.413077354431152">
+        <name>130054</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86776</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129046&#xA;      &#xA;      &#xA;        129047&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2159309387207" lon="11.504087448120117">
+        <name>129046</name>
+      </trkpt>
+      <trkpt lat="48.21770095825195" lon="11.507600784301758">
+        <name>129047</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87558</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129828&#xA;      &#xA;      &#xA;        129829&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16635513305664" lon="11.432494163513184">
+        <name>129828</name>
+      </trkpt>
+      <trkpt lat="48.16580581665039" lon="11.432646751403809">
+        <name>129829</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85995</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128315&#xA;      &#xA;      &#xA;        128316&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18620300292969" lon="11.247596740722656">
+        <name>128315</name>
+      </trkpt>
+      <trkpt lat="48.18574905395508" lon="11.24596881866455">
+        <name>128316</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96415</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138096&#xA;      &#xA;      &#xA;        138097&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.27621841430664" lon="11.279842376708984">
+        <name>138096</name>
+      </trkpt>
+      <trkpt lat="48.27760696411133" lon="11.276969909667969">
+        <name>138097</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90163</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132340&#xA;      &#xA;      &#xA;        132341&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.255062103271484" lon="11.470985412597656">
+        <name>132340</name>
+      </trkpt>
+      <trkpt lat="48.2557258605957" lon="11.470643043518066">
+        <name>132341</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96936</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138601&#xA;      &#xA;      &#xA;        138602&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31417465209961" lon="11.672746658325195">
+        <name>138601</name>
+      </trkpt>
+      <trkpt lat="48.31423568725586" lon="11.67248821258545">
+        <name>138602</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105533</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147084&#xA;      &#xA;      &#xA;        147085&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12335205078125" lon="11.519131660461426">
+        <name>147084</name>
+      </trkpt>
+      <trkpt lat="48.12358093261719" lon="11.518388748168945">
+        <name>147085</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87819</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130054&#xA;      &#xA;      &#xA;        130055&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16055679321289" lon="11.413077354431152">
+        <name>130054</name>
+      </trkpt>
+      <trkpt lat="48.16055679321289" lon="11.412753105163574">
+        <name>130055</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86777</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129043&#xA;      &#xA;      &#xA;        129048&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21751022338867" lon="11.507829666137695">
+        <name>129043</name>
+      </trkpt>
+      <trkpt lat="48.2188606262207" lon="11.51082992553711">
+        <name>129048</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105012</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146557&#xA;      &#xA;      &#xA;        146562&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20600509643555" lon="11.404182434082031">
+        <name>146557</name>
+      </trkpt>
+      <trkpt lat="48.20566177368164" lon="11.410266876220703">
+        <name>146562</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87559</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129829&#xA;      &#xA;      &#xA;        129830&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16580581665039" lon="11.432646751403809">
+        <name>129829</name>
+      </trkpt>
+      <trkpt lat="48.165191650390625" lon="11.433122634887695">
+        <name>129830</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85996</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128316&#xA;      &#xA;      &#xA;        128317&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18574905395508" lon="11.24596881866455">
+        <name>128316</name>
+      </trkpt>
+      <trkpt lat="48.185604095458984" lon="11.245283126831055">
+        <name>128317</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96416</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138097&#xA;      &#xA;      &#xA;        138098&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.27760696411133" lon="11.276969909667969">
+        <name>138097</name>
+      </trkpt>
+      <trkpt lat="48.280029296875" lon="11.27165699005127">
+        <name>138098</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90164</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132341&#xA;      &#xA;      &#xA;        132342&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2557258605957" lon="11.470643043518066">
+        <name>132341</name>
+      </trkpt>
+      <trkpt lat="48.25606918334961" lon="11.47104263305664">
+        <name>132342</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96937</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138602&#xA;      &#xA;      &#xA;        138603&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31423568725586" lon="11.67248821258545">
+        <name>138602</name>
+      </trkpt>
+      <trkpt lat="48.31414031982422" lon="11.672317504882812">
+        <name>138603</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105534</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147085&#xA;      &#xA;      &#xA;        147086&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12358093261719" lon="11.518388748168945">
+        <name>147085</name>
+      </trkpt>
+      <trkpt lat="48.12434005737305" lon="11.514275550842285">
+        <name>147086</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87820</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130055&#xA;      &#xA;      &#xA;        130056&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16055679321289" lon="11.412753105163574">
+        <name>130055</name>
+      </trkpt>
+      <trkpt lat="48.1593132019043" lon="11.413077354431152">
+        <name>130056</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86778</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129048&#xA;      &#xA;      &#xA;        129049&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2188606262207" lon="11.51082992553711">
+        <name>129048</name>
+      </trkpt>
+      <trkpt lat="48.220272064208984" lon="11.514314651489258">
+        <name>129049</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105013</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146562&#xA;      &#xA;      &#xA;        146565&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20566177368164" lon="11.410266876220703">
+        <name>146562</name>
+      </trkpt>
+      <trkpt lat="48.205257415771484" lon="11.417179107666016">
+        <name>146565</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87560</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129830&#xA;      &#xA;      &#xA;        129831&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.165191650390625" lon="11.433122634887695">
+        <name>129830</name>
+      </trkpt>
+      <trkpt lat="48.16447067260742" lon="11.433636665344238">
+        <name>129831</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85997</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128317&#xA;      &#xA;      &#xA;        128318&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.185604095458984" lon="11.245283126831055">
+        <name>128317</name>
+      </trkpt>
+      <trkpt lat="48.18580627441406" lon="11.244917869567871">
+        <name>128318</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90165</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132342&#xA;      &#xA;      &#xA;        132343&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25606918334961" lon="11.47104263305664">
+        <name>132342</name>
+      </trkpt>
+      <trkpt lat="48.25597381591797" lon="11.472413063049316">
+        <name>132343</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96938</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138603&#xA;      &#xA;      &#xA;        138597&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31414031982422" lon="11.672317504882812">
+        <name>138603</name>
+      </trkpt>
+      <trkpt lat="48.314022064208984" lon="11.672003746032715">
+        <name>138597</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105535</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147086&#xA;      &#xA;      &#xA;        147087&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12434005737305" lon="11.514275550842285">
+        <name>147086</name>
+      </trkpt>
+      <trkpt lat="48.124759674072266" lon="11.511476516723633">
+        <name>147087</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87821</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130056&#xA;      &#xA;      &#xA;        130050&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1593132019043" lon="11.413077354431152">
+        <name>130056</name>
+      </trkpt>
+      <trkpt lat="48.1593132019043" lon="11.414639472961426">
+        <name>130050</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86779</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129049&#xA;      &#xA;      &#xA;        129050&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.220272064208984" lon="11.514314651489258">
+        <name>129049</name>
+      </trkpt>
+      <trkpt lat="48.221527099609375" lon="11.517942428588867">
+        <name>129050</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105275</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146818&#xA;      &#xA;      &#xA;        146831&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.05862808227539" lon="11.700197219848633">
+        <name>146818</name>
+      </trkpt>
+      <trkpt lat="48.05681228637695" lon="11.696884155273438">
+        <name>146831</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87561</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129831&#xA;      &#xA;      &#xA;        129832&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16447067260742" lon="11.433636665344238">
+        <name>129831</name>
+      </trkpt>
+      <trkpt lat="48.16414260864258" lon="11.433693885803223">
+        <name>129832</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96418</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138098&#xA;      &#xA;      &#xA;        138099&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.280029296875" lon="11.27165699005127">
+        <name>138098</name>
+      </trkpt>
+      <trkpt lat="48.282569885253906" lon="11.26634407043457">
+        <name>138099</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90166</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132343&#xA;      &#xA;      &#xA;        132344&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25597381591797" lon="11.472413063049316">
+        <name>132343</name>
+      </trkpt>
+      <trkpt lat="48.255897521972656" lon="11.473898887634277">
+        <name>132344</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96939</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138600&#xA;      &#xA;      &#xA;        138604&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.314022064208984" lon="11.672774314880371">
+        <name>138600</name>
+      </trkpt>
+      <trkpt lat="48.31415939331055" lon="11.673116683959961">
+        <name>138604</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105536</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147087&#xA;      &#xA;      &#xA;        147088&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.124759674072266" lon="11.511476516723633">
+        <name>147087</name>
+      </trkpt>
+      <trkpt lat="48.12519836425781" lon="11.508905410766602">
+        <name>147088</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87822</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130056&#xA;      &#xA;      &#xA;        130057&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1593132019043" lon="11.413077354431152">
+        <name>130056</name>
+      </trkpt>
+      <trkpt lat="48.158321380615234" lon="11.413191795349121">
+        <name>130057</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86780</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129047&#xA;      &#xA;      &#xA;        129051&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21770095825195" lon="11.507600784301758">
+        <name>129047</name>
+      </trkpt>
+      <trkpt lat="48.21907424926758" lon="11.51057243347168">
+        <name>129051</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87562</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129832&#xA;      &#xA;      &#xA;        129833&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16414260864258" lon="11.433693885803223">
+        <name>129832</name>
+      </trkpt>
+      <trkpt lat="48.163822174072266" lon="11.433523178100586">
+        <name>129833</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85999</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128318&#xA;      &#xA;      &#xA;        128320&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18580627441406" lon="11.244917869567871">
+        <name>128318</name>
+      </trkpt>
+      <trkpt lat="48.18644332885742" lon="11.244860649108887">
+        <name>128320</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90167</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132344&#xA;      &#xA;      &#xA;        132345&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.255897521972656" lon="11.473898887634277">
+        <name>132344</name>
+      </trkpt>
+      <trkpt lat="48.255916595458984" lon="11.474270820617676">
+        <name>132345</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96940</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138604&#xA;      &#xA;      &#xA;        138601&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31415939331055" lon="11.673116683959961">
+        <name>138604</name>
+      </trkpt>
+      <trkpt lat="48.31417465209961" lon="11.672746658325195">
+        <name>138601</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105537</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147088&#xA;      &#xA;      &#xA;        147089&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12519836425781" lon="11.508905410766602">
+        <name>147088</name>
+      </trkpt>
+      <trkpt lat="48.125675201416016" lon="11.505277633666992">
+        <name>147089</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87823</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130057&#xA;      &#xA;      &#xA;        130059&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.158321380615234" lon="11.413191795349121">
+        <name>130057</name>
+      </trkpt>
+      <trkpt lat="48.15803909301758" lon="11.41309642791748">
+        <name>130059</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86781</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129051&#xA;      &#xA;      &#xA;        129052&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21907424926758" lon="11.51057243347168">
+        <name>129051</name>
+      </trkpt>
+      <trkpt lat="48.22052001953125" lon="11.514142990112305">
+        <name>129052</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87563</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129833&#xA;      &#xA;      &#xA;        129834&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163822174072266" lon="11.433523178100586">
+        <name>129833</name>
+      </trkpt>
+      <trkpt lat="48.16340255737305" lon="11.433084487915039">
+        <name>129834</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86000</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128320&#xA;      &#xA;      &#xA;        128321&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18644332885742" lon="11.244860649108887">
+        <name>128320</name>
+      </trkpt>
+      <trkpt lat="48.18645095825195" lon="11.247146606445312">
+        <name>128321</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90168</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132345&#xA;      &#xA;      &#xA;        132346&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.255916595458984" lon="11.474270820617676">
+        <name>132345</name>
+      </trkpt>
+      <trkpt lat="48.255821228027344" lon="11.474470138549805">
+        <name>132346</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96941</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138604&#xA;      &#xA;      &#xA;        138605&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31415939331055" lon="11.673116683959961">
+        <name>138604</name>
+      </trkpt>
+      <trkpt lat="48.31443786621094" lon="11.675107955932617">
+        <name>138605</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105538</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147089&#xA;      &#xA;      &#xA;        147090&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.125675201416016" lon="11.505277633666992">
+        <name>147089</name>
+      </trkpt>
+      <trkpt lat="48.12584686279297" lon="11.50187873840332">
+        <name>147090</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87824</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130059&#xA;      &#xA;      &#xA;        130058&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15803909301758" lon="11.41309642791748">
+        <name>130059</name>
+      </trkpt>
+      <trkpt lat="48.15815353393555" lon="11.413496017456055">
+        <name>130058</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86782</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129052&#xA;      &#xA;      &#xA;        129053&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22052001953125" lon="11.514142990112305">
+        <name>129052</name>
+      </trkpt>
+      <trkpt lat="48.22179412841797" lon="11.517857551574707">
+        <name>129053</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87564</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129834&#xA;      &#xA;      &#xA;        129835&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16340255737305" lon="11.433084487915039">
+        <name>129834</name>
+      </trkpt>
+      <trkpt lat="48.16285705566406" lon="11.432228088378906">
+        <name>129835</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86001</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128321&#xA;      &#xA;      &#xA;        128322&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18645095825195" lon="11.247146606445312">
+        <name>128321</name>
+      </trkpt>
+      <trkpt lat="48.18653106689453" lon="11.247737884521484">
+        <name>128322</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90169</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132346&#xA;      &#xA;      &#xA;        132347&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.255821228027344" lon="11.474470138549805">
+        <name>132346</name>
+      </trkpt>
+      <trkpt lat="48.25597381591797" lon="11.47467041015625">
+        <name>132347</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96942</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138605&#xA;      &#xA;      &#xA;        138606&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31443786621094" lon="11.675107955932617">
+        <name>138605</name>
+      </trkpt>
+      <trkpt lat="48.31465530395508" lon="11.677125930786133">
+        <name>138606</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105278</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146831&#xA;      &#xA;      &#xA;        146832&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.05681228637695" lon="11.696884155273438">
+        <name>146831</name>
+      </trkpt>
+      <trkpt lat="48.054691314697266" lon="11.693770408630371">
+        <name>146832</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105539</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147090&#xA;      &#xA;      &#xA;        147091&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12584686279297" lon="11.50187873840332">
+        <name>147090</name>
+      </trkpt>
+      <trkpt lat="48.12542724609375" lon="11.497964859008789">
+        <name>147091</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87825</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130058&#xA;      &#xA;      &#xA;        130057&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15815353393555" lon="11.413496017456055">
+        <name>130058</name>
+      </trkpt>
+      <trkpt lat="48.158321380615234" lon="11.413191795349121">
+        <name>130057</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86783</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129050&#xA;      &#xA;      &#xA;        129054&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.221527099609375" lon="11.517942428588867">
+        <name>129050</name>
+      </trkpt>
+      <trkpt lat="48.22261047363281" lon="11.521598815917969">
+        <name>129054</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87565</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129835&#xA;      &#xA;      &#xA;        129836&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16285705566406" lon="11.432228088378906">
+        <name>129835</name>
+      </trkpt>
+      <trkpt lat="48.16215896606445" lon="11.43102741241455">
+        <name>129836</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86002</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128322&#xA;      &#xA;      &#xA;        128323&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18653106689453" lon="11.247737884521484">
+        <name>128322</name>
+      </trkpt>
+      <trkpt lat="48.18674087524414" lon="11.248404502868652">
+        <name>128323</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90170</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132347&#xA;      &#xA;      &#xA;        132348&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25597381591797" lon="11.47467041015625">
+        <name>132347</name>
+      </trkpt>
+      <trkpt lat="48.25620651245117" lon="11.474527359008789">
+        <name>132348</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96943</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138606&#xA;      &#xA;      &#xA;        138607&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31465530395508" lon="11.677125930786133">
+        <name>138606</name>
+      </trkpt>
+      <trkpt lat="48.31483840942383" lon="11.679973602294922">
+        <name>138607</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>110750</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147160&#xA;      &#xA;      &#xA;        152259&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.011783599853516" lon="11.666950225830078">
+        <name>147160</name>
+      </trkpt>
+      <trkpt lat="48.00653839111328" lon="11.67048168182373">
+        <name>152259</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105540</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147091&#xA;      &#xA;      &#xA;        147092&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12542724609375" lon="11.497964859008789">
+        <name>147091</name>
+      </trkpt>
+      <trkpt lat="48.12466812133789" lon="11.494766235351562">
+        <name>147092</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87826</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130058&#xA;      &#xA;      &#xA;        128914&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15815353393555" lon="11.413496017456055">
+        <name>130058</name>
+      </trkpt>
+      <trkpt lat="48.15797424316406" lon="11.413873672485352">
+        <name>128914</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86784</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129054&#xA;      &#xA;      &#xA;        129055&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22261047363281" lon="11.521598815917969">
+        <name>129054</name>
+      </trkpt>
+      <trkpt lat="48.223655700683594" lon="11.525911331176758">
+        <name>129055</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87566</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129836&#xA;      &#xA;      &#xA;        129837&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16215896606445" lon="11.43102741241455">
+        <name>129836</name>
+      </trkpt>
+      <trkpt lat="48.1616325378418" lon="11.429903030395508">
+        <name>129837</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86003</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128323&#xA;      &#xA;      &#xA;        128324&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18674087524414" lon="11.248404502868652">
+        <name>128323</name>
+      </trkpt>
+      <trkpt lat="48.18707275390625" lon="11.248994827270508">
+        <name>128324</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84961</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127313&#xA;      &#xA;      &#xA;        127314&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19998550415039" lon="11.306253433227539">
+        <name>127313</name>
+      </trkpt>
+      <trkpt lat="48.19981002807617" lon="11.3050537109375">
+        <name>127314</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90171</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132348&#xA;      &#xA;      &#xA;        132349&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25620651245117" lon="11.474527359008789">
+        <name>132348</name>
+      </trkpt>
+      <trkpt lat="48.25768280029297" lon="11.474699020385742">
+        <name>132349</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96944</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138607&#xA;      &#xA;      &#xA;        138608&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31483840942383" lon="11.679973602294922">
+        <name>138607</name>
+      </trkpt>
+      <trkpt lat="48.31502914428711" lon="11.683744430541992">
+        <name>138608</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>110751</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        152259&#xA;      &#xA;      &#xA;        152260&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.00653839111328" lon="11.67048168182373">
+        <name>152259</name>
+      </trkpt>
+      <trkpt lat="48.001434326171875" lon="11.673995971679688">
+        <name>152260</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105541</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147092&#xA;      &#xA;      &#xA;        147093&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12466812133789" lon="11.494766235351562">
+        <name>147092</name>
+      </trkpt>
+      <trkpt lat="48.12397766113281" lon="11.491280555725098">
+        <name>147093</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87827</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128277&#xA;      &#xA;      &#xA;        130071&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15625" lon="11.41647720336914">
+        <name>128277</name>
+      </trkpt>
+      <trkpt lat="48.15609359741211" lon="11.416790962219238">
+        <name>130071</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86785</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129055&#xA;      &#xA;      &#xA;        129056&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223655700683594" lon="11.525911331176758">
+        <name>129055</name>
+      </trkpt>
+      <trkpt lat="48.224586486816406" lon="11.530768394470215">
+        <name>129056</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87567</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129837&#xA;      &#xA;      &#xA;        129838&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1616325378418" lon="11.429903030395508">
+        <name>129837</name>
+      </trkpt>
+      <trkpt lat="48.16147994995117" lon="11.429370880126953">
+        <name>129838</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86004</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128324&#xA;      &#xA;      &#xA;        128325&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18707275390625" lon="11.248994827270508">
+        <name>128324</name>
+      </trkpt>
+      <trkpt lat="48.187191009521484" lon="11.249338150024414">
+        <name>128325</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90172</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132349&#xA;      &#xA;      &#xA;        132350&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25768280029297" lon="11.474699020385742">
+        <name>132349</name>
+      </trkpt>
+      <trkpt lat="48.259647369384766" lon="11.475641250610352">
+        <name>132350</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96945</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138608&#xA;      &#xA;      &#xA;        138609&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31502914428711" lon="11.683744430541992">
+        <name>138608</name>
+      </trkpt>
+      <trkpt lat="48.31521987915039" lon="11.687200546264648">
+        <name>138609</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105281</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146832&#xA;      &#xA;      &#xA;        146833&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.054691314697266" lon="11.693770408630371">
+        <name>146832</name>
+      </trkpt>
+      <trkpt lat="48.052398681640625" lon="11.69119930267334">
+        <name>146833</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>110752</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        152261&#xA;      &#xA;      &#xA;        152262&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.00137710571289" lon="11.673782348632812">
+        <name>152261</name>
+      </trkpt>
+      <trkpt lat="48.00645065307617" lon="11.670310974121094">
+        <name>152262</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105542</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147093&#xA;      &#xA;      &#xA;        147094&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12397766113281" lon="11.491280555725098">
+        <name>147093</name>
+      </trkpt>
+      <trkpt lat="48.12375259399414" lon="11.487624168395996">
+        <name>147094</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87828</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130071&#xA;      &#xA;      &#xA;        130069&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15609359741211" lon="11.416790962219238">
+        <name>130071</name>
+      </trkpt>
+      <trkpt lat="48.15608596801758" lon="11.416333198547363">
+        <name>130069</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86786</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129053&#xA;      &#xA;      &#xA;        129057&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22179412841797" lon="11.517857551574707">
+        <name>129053</name>
+      </trkpt>
+      <trkpt lat="48.22285842895508" lon="11.521598815917969">
+        <name>129057</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87568</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129838&#xA;      &#xA;      &#xA;        129839&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16147994995117" lon="11.429370880126953">
+        <name>129838</name>
+      </trkpt>
+      <trkpt lat="48.161380767822266" lon="11.428799629211426">
+        <name>129839</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86005</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128325&#xA;      &#xA;      &#xA;        128326&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.187191009521484" lon="11.249338150024414">
+        <name>128325</name>
+      </trkpt>
+      <trkpt lat="48.187225341796875" lon="11.249547004699707">
+        <name>128326</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90173</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132350&#xA;      &#xA;      &#xA;        132351&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.259647369384766" lon="11.475641250610352">
+        <name>132350</name>
+      </trkpt>
+      <trkpt lat="48.26178741455078" lon="11.476641654968262">
+        <name>132351</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96946</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138609&#xA;      &#xA;      &#xA;        138610&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31521987915039" lon="11.687200546264648">
+        <name>138609</name>
+      </trkpt>
+      <trkpt lat="48.31541061401367" lon="11.687943458557129">
+        <name>138610</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>110753</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        152262&#xA;      &#xA;      &#xA;        147159&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.00645065307617" lon="11.670310974121094">
+        <name>152262</name>
+      </trkpt>
+      <trkpt lat="48.0117073059082" lon="11.666635513305664">
+        <name>147159</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105543</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147094&#xA;      &#xA;      &#xA;        147095&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12375259399414" lon="11.487624168395996">
+        <name>147094</name>
+      </trkpt>
+      <trkpt lat="48.123634338378906" lon="11.479598045349121">
+        <name>147095</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87829</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130069&#xA;      &#xA;      &#xA;        128277&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15608596801758" lon="11.416333198547363">
+        <name>130069</name>
+      </trkpt>
+      <trkpt lat="48.15625" lon="11.41647720336914">
+        <name>128277</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86787</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129057&#xA;      &#xA;      &#xA;        129058&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22285842895508" lon="11.521598815917969">
+        <name>129057</name>
+      </trkpt>
+      <trkpt lat="48.22390365600586" lon="11.525740623474121">
+        <name>129058</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105022</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146565&#xA;      &#xA;      &#xA;        146573&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.205257415771484" lon="11.417179107666016">
+        <name>146565</name>
+      </trkpt>
+      <trkpt lat="48.204864501953125" lon="11.42429256439209">
+        <name>146573</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87569</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129839&#xA;      &#xA;      &#xA;        129840&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161380767822266" lon="11.428799629211426">
+        <name>129839</name>
+      </trkpt>
+      <trkpt lat="48.16111373901367" lon="11.42811393737793">
+        <name>129840</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86006</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128326&#xA;      &#xA;      &#xA;        128327&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.187225341796875" lon="11.249547004699707">
+        <name>128326</name>
+      </trkpt>
+      <trkpt lat="48.18748474121094" lon="11.249566078186035">
+        <name>128327</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90174</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132351&#xA;      &#xA;      &#xA;        132352&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26178741455078" lon="11.476641654968262">
+        <name>132351</name>
+      </trkpt>
+      <trkpt lat="48.26192092895508" lon="11.476813316345215">
+        <name>132352</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96947</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138610&#xA;      &#xA;      &#xA;        138611&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31541061401367" lon="11.687943458557129">
+        <name>138610</name>
+      </trkpt>
+      <trkpt lat="48.31569290161133" lon="11.688819885253906">
+        <name>138611</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105544</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147095&#xA;      &#xA;      &#xA;        147096&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.123634338378906" lon="11.479598045349121">
+        <name>147095</name>
+      </trkpt>
+      <trkpt lat="48.12358093261719" lon="11.474769592285156">
+        <name>147096</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87830</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130071&#xA;      &#xA;      &#xA;        130070&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15609359741211" lon="11.416790962219238">
+        <name>130071</name>
+      </trkpt>
+      <trkpt lat="48.15591812133789" lon="11.417476654052734">
+        <name>130070</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86788</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129058&#xA;      &#xA;      &#xA;        129059&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22390365600586" lon="11.525740623474121">
+        <name>129058</name>
+      </trkpt>
+      <trkpt lat="48.224857330322266" lon="11.530540466308594">
+        <name>129059</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87570</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129840&#xA;      &#xA;      &#xA;        129841&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16111373901367" lon="11.42811393737793">
+        <name>129840</name>
+      </trkpt>
+      <trkpt lat="48.16082000732422" lon="11.427447319030762">
+        <name>129841</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86007</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128327&#xA;      &#xA;      &#xA;        128328&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18748474121094" lon="11.249566078186035">
+        <name>128327</name>
+      </trkpt>
+      <trkpt lat="48.18776321411133" lon="11.249470710754395">
+        <name>128328</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90175</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132352&#xA;      &#xA;      &#xA;        132353&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26192092895508" lon="11.476813316345215">
+        <name>132352</name>
+      </trkpt>
+      <trkpt lat="48.26201629638672" lon="11.476641654968262">
+        <name>132353</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96948</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138611&#xA;      &#xA;      &#xA;        138612&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31569290161133" lon="11.688819885253906">
+        <name>138611</name>
+      </trkpt>
+      <trkpt lat="48.31578063964844" lon="11.689504623413086">
+        <name>138612</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105545</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147096&#xA;      &#xA;      &#xA;        147097&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12358093261719" lon="11.474769592285156">
+        <name>147096</name>
+      </trkpt>
+      <trkpt lat="48.123714447021484" lon="11.470142364501953">
+        <name>147097</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87831</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130070&#xA;      &#xA;      &#xA;        128279&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15591812133789" lon="11.417476654052734">
+        <name>130070</name>
+      </trkpt>
+      <trkpt lat="48.1557731628418" lon="11.418363571166992">
+        <name>128279</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86789</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129056&#xA;      &#xA;      &#xA;        129060&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.224586486816406" lon="11.530768394470215">
+        <name>129056</name>
+      </trkpt>
+      <trkpt lat="48.22489547729492" lon="11.532710075378418">
+        <name>129060</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105024</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146573&#xA;      &#xA;      &#xA;        146574&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204864501953125" lon="11.42429256439209">
+        <name>146573</name>
+      </trkpt>
+      <trkpt lat="48.20453643798828" lon="11.429862022399902">
+        <name>146574</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87571</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129841&#xA;      &#xA;      &#xA;        129842&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16082000732422" lon="11.427447319030762">
+        <name>129841</name>
+      </trkpt>
+      <trkpt lat="48.16069412231445" lon="11.426705360412598">
+        <name>129842</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86008</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128328&#xA;      &#xA;      &#xA;        128329&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18776321411133" lon="11.249470710754395">
+        <name>128328</name>
+      </trkpt>
+      <trkpt lat="48.19082260131836" lon="11.2492036819458">
+        <name>128329</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96428</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138099&#xA;      &#xA;      &#xA;        138108&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.282569885253906" lon="11.26634407043457">
+        <name>138099</name>
+      </trkpt>
+      <trkpt lat="48.28470230102539" lon="11.261801719665527">
+        <name>138108</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90176</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132353&#xA;      &#xA;      &#xA;        132354&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26201629638672" lon="11.476641654968262">
+        <name>132353</name>
+      </trkpt>
+      <trkpt lat="48.261959075927734" lon="11.476384162902832">
+        <name>132354</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96949</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138612&#xA;      &#xA;      &#xA;        138613&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31578063964844" lon="11.689504623413086">
+        <name>138612</name>
+      </trkpt>
+      <trkpt lat="48.31571578979492" lon="11.690056800842285">
+        <name>138613</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105546</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147097&#xA;      &#xA;      &#xA;        147098&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.123714447021484" lon="11.470142364501953">
+        <name>147097</name>
+      </trkpt>
+      <trkpt lat="48.12397766113281" lon="11.462172508239746">
+        <name>147098</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87832</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130069&#xA;      &#xA;      &#xA;        130068&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15608596801758" lon="11.416333198547363">
+        <name>130069</name>
+      </trkpt>
+      <trkpt lat="48.1559944152832" lon="11.415895462036133">
+        <name>130068</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86790</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129060&#xA;      &#xA;      &#xA;        129061&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22489547729492" lon="11.532710075378418">
+        <name>129060</name>
+      </trkpt>
+      <trkpt lat="48.22493362426758" lon="11.533967018127441">
+        <name>129061</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87572</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129842&#xA;      &#xA;      &#xA;        129843&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16069412231445" lon="11.426705360412598">
+        <name>129842</name>
+      </trkpt>
+      <trkpt lat="48.16080856323242" lon="11.426152229309082">
+        <name>129843</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86009</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128329&#xA;      &#xA;      &#xA;        128330&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19082260131836" lon="11.2492036819458">
+        <name>128329</name>
+      </trkpt>
+      <trkpt lat="48.19188690185547" lon="11.249032974243164">
+        <name>128330</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90177</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132354&#xA;      &#xA;      &#xA;        132364&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.261959075927734" lon="11.476384162902832">
+        <name>132354</name>
+      </trkpt>
+      <trkpt lat="48.26213073730469" lon="11.475298881530762">
+        <name>132364</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96950</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138613&#xA;      &#xA;      &#xA;        138615&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31571578979492" lon="11.690056800842285">
+        <name>138613</name>
+      </trkpt>
+      <trkpt lat="48.316226959228516" lon="11.690285682678223">
+        <name>138615</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105547</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147098&#xA;      &#xA;      &#xA;        147099&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12397766113281" lon="11.462172508239746">
+        <name>147098</name>
+      </trkpt>
+      <trkpt lat="48.12434005737305" lon="11.457630157470703">
+        <name>147099</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87833</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130068&#xA;      &#xA;      &#xA;        130067&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1559944152832" lon="11.415895462036133">
+        <name>130068</name>
+      </trkpt>
+      <trkpt lat="48.15609359741211" lon="11.41463851928711">
+        <name>130067</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86791</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129061&#xA;      &#xA;      &#xA;        129062&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22493362426758" lon="11.533967018127441">
+        <name>129061</name>
+      </trkpt>
+      <trkpt lat="48.22478103637695" lon="11.535195350646973">
+        <name>129062</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105026</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146574&#xA;      &#xA;      &#xA;        146578&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20453643798828" lon="11.429862022399902">
+        <name>146574</name>
+      </trkpt>
+      <trkpt lat="48.2041130065918" lon="11.436518669128418">
+        <name>146578</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87573</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129843&#xA;      &#xA;      &#xA;        129844&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16080856323242" lon="11.426152229309082">
+        <name>129843</name>
+      </trkpt>
+      <trkpt lat="48.16131591796875" lon="11.425256729125977">
+        <name>129844</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86010</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128330&#xA;      &#xA;      &#xA;        128331&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19188690185547" lon="11.249032974243164">
+        <name>128330</name>
+      </trkpt>
+      <trkpt lat="48.19243621826172" lon="11.248899459838867">
+        <name>128331</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96430</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138108&#xA;      &#xA;      &#xA;        138109&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.28470230102539" lon="11.261801719665527">
+        <name>138108</name>
+      </trkpt>
+      <trkpt lat="48.286869049072266" lon="11.257174491882324">
+        <name>138109</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90178</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132364&#xA;      &#xA;      &#xA;        132363&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26213073730469" lon="11.475298881530762">
+        <name>132364</name>
+      </trkpt>
+      <trkpt lat="48.26237869262695" lon="11.473928451538086">
+        <name>132363</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96951</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138615&#xA;      &#xA;      &#xA;        138616&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.316226959228516" lon="11.690285682678223">
+        <name>138615</name>
+      </trkpt>
+      <trkpt lat="48.31699752807617" lon="11.690704345703125">
+        <name>138616</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105548</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147099&#xA;      &#xA;      &#xA;        147100&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12434005737305" lon="11.457630157470703">
+        <name>147099</name>
+      </trkpt>
+      <trkpt lat="48.12485885620117" lon="11.453230857849121">
+        <name>147100</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87834</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130067&#xA;      &#xA;      &#xA;        130066&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15609359741211" lon="11.41463851928711">
+        <name>130067</name>
+      </trkpt>
+      <trkpt lat="48.15623474121094" lon="11.413535118103027">
+        <name>130066</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86792</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129062&#xA;      &#xA;      &#xA;        129063&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22478103637695" lon="11.535195350646973">
+        <name>129062</name>
+      </trkpt>
+      <trkpt lat="48.22428894042969" lon="11.536967277526855">
+        <name>129063</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87574</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129844&#xA;      &#xA;      &#xA;        129845&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16131591796875" lon="11.425256729125977">
+        <name>129844</name>
+      </trkpt>
+      <trkpt lat="48.16156005859375" lon="11.424762725830078">
+        <name>129845</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86011</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128331&#xA;      &#xA;      &#xA;        128332&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19243621826172" lon="11.248899459838867">
+        <name>128331</name>
+      </trkpt>
+      <trkpt lat="48.192893981933594" lon="11.248727798461914">
+        <name>128332</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90179</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132363&#xA;      &#xA;      &#xA;        132362&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26237869262695" lon="11.473928451538086">
+        <name>132363</name>
+      </trkpt>
+      <trkpt lat="48.26258850097656" lon="11.472442626953125">
+        <name>132362</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96952</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138612&#xA;      &#xA;      &#xA;        138614&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31578063964844" lon="11.689504623413086">
+        <name>138612</name>
+      </trkpt>
+      <trkpt lat="48.31592559814453" lon="11.689943313598633">
+        <name>138614</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105288</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146833&#xA;      &#xA;      &#xA;        146851&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.052398681640625" lon="11.69119930267334">
+        <name>146833</name>
+      </trkpt>
+      <trkpt lat="48.05009078979492" lon="11.68899917602539">
+        <name>146851</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105549</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147100&#xA;      &#xA;      &#xA;        147101&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12485885620117" lon="11.453230857849121">
+        <name>147100</name>
+      </trkpt>
+      <trkpt lat="48.12556457519531" lon="11.450488090515137">
+        <name>147101</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87835</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130066&#xA;      &#xA;      &#xA;        130064&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15623474121094" lon="11.413535118103027">
+        <name>130066</name>
+      </trkpt>
+      <trkpt lat="48.15641403198242" lon="11.411934852600098">
+        <name>130064</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86793</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129063&#xA;      &#xA;      &#xA;        129064&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22428894042969" lon="11.536967277526855">
+        <name>129063</name>
+      </trkpt>
+      <trkpt lat="48.22418975830078" lon="11.538480758666992">
+        <name>129064</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87575</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129845&#xA;      &#xA;      &#xA;        129846&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16156005859375" lon="11.424762725830078">
+        <name>129845</name>
+      </trkpt>
+      <trkpt lat="48.161624908447266" lon="11.424362182617188">
+        <name>129846</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86012</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128332&#xA;      &#xA;      &#xA;        128333&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.192893981933594" lon="11.248727798461914">
+        <name>128332</name>
+      </trkpt>
+      <trkpt lat="48.19307327270508" lon="11.248823165893555">
+        <name>128333</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90180</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132362&#xA;      &#xA;      &#xA;        132361&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26258850097656" lon="11.472442626953125">
+        <name>132362</name>
+      </trkpt>
+      <trkpt lat="48.262760162353516" lon="11.470842361450195">
+        <name>132361</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96953</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138614&#xA;      &#xA;      &#xA;        138615&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31592559814453" lon="11.689943313598633">
+        <name>138614</name>
+      </trkpt>
+      <trkpt lat="48.316226959228516" lon="11.690285682678223">
+        <name>138615</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105550</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147101&#xA;      &#xA;      &#xA;        147102&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12556457519531" lon="11.450488090515137">
+        <name>147101</name>
+      </trkpt>
+      <trkpt lat="48.12554168701172" lon="11.450003623962402">
+        <name>147102</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87836</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130064&#xA;      &#xA;      &#xA;        130063&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15641403198242" lon="11.411934852600098">
+        <name>130064</name>
+      </trkpt>
+      <trkpt lat="48.15658950805664" lon="11.4102201461792">
+        <name>130063</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86794</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129064&#xA;      &#xA;      &#xA;        129065&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22418975830078" lon="11.538480758666992">
+        <name>129064</name>
+      </trkpt>
+      <trkpt lat="48.22443771362305" lon="11.539909362792969">
+        <name>129065</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87576</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129846&#xA;      &#xA;      &#xA;        129847&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161624908447266" lon="11.424362182617188">
+        <name>129846</name>
+      </trkpt>
+      <trkpt lat="48.16154479980469" lon="11.423810005187988">
+        <name>129847</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86013</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128333&#xA;      &#xA;      &#xA;        128334&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19307327270508" lon="11.248823165893555">
+        <name>128333</name>
+      </trkpt>
+      <trkpt lat="48.193172454833984" lon="11.24867057800293">
+        <name>128334</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96433</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138109&#xA;      &#xA;      &#xA;        138110&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.286869049072266" lon="11.257174491882324">
+        <name>138109</name>
+      </trkpt>
+      <trkpt lat="48.287498474121094" lon="11.255803108215332">
+        <name>138110</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90181</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132361&#xA;      &#xA;      &#xA;        132360&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.262760162353516" lon="11.470842361450195">
+        <name>132361</name>
+      </trkpt>
+      <trkpt lat="48.262760162353516" lon="11.46955680847168">
+        <name>132360</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96954</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138616&#xA;      &#xA;      &#xA;        138617&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31699752807617" lon="11.690704345703125">
+        <name>138616</name>
+      </trkpt>
+      <trkpt lat="48.31739044189453" lon="11.688705444335938">
+        <name>138617</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105551</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147102&#xA;      &#xA;      &#xA;        147103&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12554168701172" lon="11.450003623962402">
+        <name>147102</name>
+      </trkpt>
+      <trkpt lat="48.12527847290039" lon="11.449774742126465">
+        <name>147103</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87837</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130064&#xA;      &#xA;      &#xA;        130065&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15641403198242" lon="11.411934852600098">
+        <name>130064</name>
+      </trkpt>
+      <trkpt lat="48.156654357910156" lon="11.411763191223145">
+        <name>130065</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86795</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129065&#xA;      &#xA;      &#xA;        129066&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22443771362305" lon="11.539909362792969">
+        <name>129065</name>
+      </trkpt>
+      <trkpt lat="48.22504806518555" lon="11.541051864624023">
+        <name>129066</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105030</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146578&#xA;      &#xA;      &#xA;        146581&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2041130065918" lon="11.436518669128418">
+        <name>146578</name>
+      </trkpt>
+      <trkpt lat="48.204078674316406" lon="11.438546180725098">
+        <name>146581</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87577</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129847&#xA;      &#xA;      &#xA;        129848&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16154479980469" lon="11.423810005187988">
+        <name>129847</name>
+      </trkpt>
+      <trkpt lat="48.16140365600586" lon="11.423238754272461">
+        <name>129848</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86014</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128333&#xA;      &#xA;      &#xA;        128335&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19307327270508" lon="11.248823165893555">
+        <name>128333</name>
+      </trkpt>
+      <trkpt lat="48.19309616088867" lon="11.249394416809082">
+        <name>128335</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90182</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132360&#xA;      &#xA;      &#xA;        132359&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.262760162353516" lon="11.46955680847168">
+        <name>132360</name>
+      </trkpt>
+      <trkpt lat="48.26260757446289" lon="11.469271659851074">
+        <name>132359</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96955</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138617&#xA;      &#xA;      &#xA;        138618&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31739044189453" lon="11.688705444335938">
+        <name>138617</name>
+      </trkpt>
+      <trkpt lat="48.31834411621094" lon="11.68860912322998">
+        <name>138618</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105291</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146851&#xA;      &#xA;      &#xA;        146853&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.05009078979492" lon="11.68899917602539">
+        <name>146851</name>
+      </trkpt>
+      <trkpt lat="48.04619216918945" lon="11.685856819152832">
+        <name>146853</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105552</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147103&#xA;      &#xA;      &#xA;        147104&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12527847290039" lon="11.449774742126465">
+        <name>147103</name>
+      </trkpt>
+      <trkpt lat="48.12443542480469" lon="11.449603080749512">
+        <name>147104</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87838</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130065&#xA;      &#xA;      &#xA;        130061&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156654357910156" lon="11.411763191223145">
+        <name>130065</name>
+      </trkpt>
+      <trkpt lat="48.15736389160156" lon="11.411820411682129">
+        <name>130061</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86796</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129066&#xA;      &#xA;      &#xA;        129067&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22504806518555" lon="11.541051864624023">
+        <name>129066</name>
+      </trkpt>
+      <trkpt lat="48.225921630859375" lon="11.541851997375488">
+        <name>129067</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87578</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129848&#xA;      &#xA;      &#xA;        129849&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16140365600586" lon="11.423238754272461">
+        <name>129848</name>
+      </trkpt>
+      <trkpt lat="48.1607780456543" lon="11.423638343811035">
+        <name>129849</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86015</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128334&#xA;      &#xA;      &#xA;        128336&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193172454833984" lon="11.24867057800293">
+        <name>128334</name>
+      </trkpt>
+      <trkpt lat="48.1929817199707" lon="11.248347282409668">
+        <name>128336</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90183</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132359&#xA;      &#xA;      &#xA;        132358&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26260757446289" lon="11.469271659851074">
+        <name>132359</name>
+      </trkpt>
+      <trkpt lat="48.26184844970703" lon="11.469328880310059">
+        <name>132358</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96956</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138561&#xA;      &#xA;      &#xA;        138619&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.317012786865234" lon="11.620813369750977">
+        <name>138561</name>
+      </trkpt>
+      <trkpt lat="48.319087982177734" lon="11.619702339172363">
+        <name>138619</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105553</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147104&#xA;      &#xA;      &#xA;        147105&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12443542480469" lon="11.449603080749512">
+        <name>147104</name>
+      </trkpt>
+      <trkpt lat="48.12415313720703" lon="11.449317932128906">
+        <name>147105</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87839</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130061&#xA;      &#xA;      &#xA;        130062&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15736389160156" lon="11.411820411682129">
+        <name>130061</name>
+      </trkpt>
+      <trkpt lat="48.157100677490234" lon="11.411153793334961">
+        <name>130062</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86797</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129067&#xA;      &#xA;      &#xA;        129068&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.225921630859375" lon="11.541851997375488">
+        <name>129067</name>
+      </trkpt>
+      <trkpt lat="48.22712326049805" lon="11.542451858520508">
+        <name>129068</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105032</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146581&#xA;      &#xA;      &#xA;        146584&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204078674316406" lon="11.438546180725098">
+        <name>146581</name>
+      </trkpt>
+      <trkpt lat="48.20415496826172" lon="11.440888404846191">
+        <name>146584</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87579</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129849&#xA;      &#xA;      &#xA;        129850&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1607780456543" lon="11.423638343811035">
+        <name>129849</name>
+      </trkpt>
+      <trkpt lat="48.15984344482422" lon="11.42409610748291">
+        <name>129850</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86016</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128336&#xA;      &#xA;      &#xA;        128332&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1929817199707" lon="11.248347282409668">
+        <name>128336</name>
+      </trkpt>
+      <trkpt lat="48.192893981933594" lon="11.248727798461914">
+        <name>128332</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96436</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138110&#xA;      &#xA;      &#xA;        138111&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.287498474121094" lon="11.255803108215332">
+        <name>138110</name>
+      </trkpt>
+      <trkpt lat="48.288150787353516" lon="11.254003524780273">
+        <name>138111</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90184</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132358&#xA;      &#xA;      &#xA;        132357&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26184844970703" lon="11.469328880310059">
+        <name>132358</name>
+      </trkpt>
+      <trkpt lat="48.25956726074219" lon="11.46955680847168">
+        <name>132357</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96957</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138619&#xA;      &#xA;      &#xA;        138621&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.319087982177734" lon="11.619702339172363">
+        <name>138619</name>
+      </trkpt>
+      <trkpt lat="48.32093048095703" lon="11.618559837341309">
+        <name>138621</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105554</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147106&#xA;      &#xA;      &#xA;        147107&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12407684326172" lon="11.448719024658203">
+        <name>147106</name>
+      </trkpt>
+      <trkpt lat="48.12417221069336" lon="11.447118759155273">
+        <name>147107</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87840</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130062&#xA;      &#xA;      &#xA;        130063&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157100677490234" lon="11.411153793334961">
+        <name>130062</name>
+      </trkpt>
+      <trkpt lat="48.15658950805664" lon="11.4102201461792">
+        <name>130063</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86798</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129059&#xA;      &#xA;      &#xA;        129069&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.224857330322266" lon="11.530540466308594">
+        <name>129059</name>
+      </trkpt>
+      <trkpt lat="48.225215911865234" lon="11.532767295837402">
+        <name>129069</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87580</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129850&#xA;      &#xA;      &#xA;        129851&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15984344482422" lon="11.42409610748291">
+        <name>129850</name>
+      </trkpt>
+      <trkpt lat="48.15902328491211" lon="11.4244384765625">
+        <name>129851</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86017</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128335&#xA;      &#xA;      &#xA;        128337&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19309616088867" lon="11.249394416809082">
+        <name>128335</name>
+      </trkpt>
+      <trkpt lat="48.19402313232422" lon="11.249375343322754">
+        <name>128337</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90185</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132357&#xA;      &#xA;      &#xA;        132356&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25956726074219" lon="11.46955680847168">
+        <name>132357</name>
+      </trkpt>
+      <trkpt lat="48.2574348449707" lon="11.469785690307617">
+        <name>132356</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96958</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138622&#xA;      &#xA;      &#xA;        138620&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3209114074707" lon="11.617987632751465">
+        <name>138622</name>
+      </trkpt>
+      <trkpt lat="48.318973541259766" lon="11.61904525756836">
+        <name>138620</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105555</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147107&#xA;      &#xA;      &#xA;        147108&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12417221069336" lon="11.447118759155273">
+        <name>147107</name>
+      </trkpt>
+      <trkpt lat="48.1251220703125" lon="11.447375297546387">
+        <name>147108</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87841</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130061&#xA;      &#xA;      &#xA;        130060&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15736389160156" lon="11.411820411682129">
+        <name>130061</name>
+      </trkpt>
+      <trkpt lat="48.15772247314453" lon="11.412315368652344">
+        <name>130060</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86799</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129069&#xA;      &#xA;      &#xA;        129070&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.225215911865234" lon="11.532767295837402">
+        <name>129069</name>
+      </trkpt>
+      <trkpt lat="48.225502014160156" lon="11.534652709960938">
+        <name>129070</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86018</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128334&#xA;      &#xA;      &#xA;        128338&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193172454833984" lon="11.24867057800293">
+        <name>128334</name>
+      </trkpt>
+      <trkpt lat="48.19343948364258" lon="11.248480796813965">
+        <name>128338</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96438</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138111&#xA;      &#xA;      &#xA;        138112&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.288150787353516" lon="11.254003524780273">
+        <name>138111</name>
+      </trkpt>
+      <trkpt lat="48.28883361816406" lon="11.251646995544434">
+        <name>138112</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90186</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132356&#xA;      &#xA;      &#xA;        132355&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2574348449707" lon="11.469785690307617">
+        <name>132356</name>
+      </trkpt>
+      <trkpt lat="48.25676727294922" lon="11.470014572143555">
+        <name>132355</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96959</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138620&#xA;      &#xA;      &#xA;        138562&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.318973541259766" lon="11.61904525756836">
+        <name>138620</name>
+      </trkpt>
+      <trkpt lat="48.31689453125" lon="11.620243072509766">
+        <name>138562</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105556</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147108&#xA;      &#xA;      &#xA;        147109&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1251220703125" lon="11.447375297546387">
+        <name>147108</name>
+      </trkpt>
+      <trkpt lat="48.12527847290039" lon="11.447260856628418">
+        <name>147109</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87842</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130060&#xA;      &#xA;      &#xA;        130059&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15772247314453" lon="11.412315368652344">
+        <name>130060</name>
+      </trkpt>
+      <trkpt lat="48.15803909301758" lon="11.41309642791748">
+        <name>130059</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86800</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129070&#xA;      &#xA;      &#xA;        129071&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.225502014160156" lon="11.534652709960938">
+        <name>129070</name>
+      </trkpt>
+      <trkpt lat="48.22574996948242" lon="11.536452293395996">
+        <name>129071</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86019</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128338&#xA;      &#xA;      &#xA;        128339&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19343948364258" lon="11.248480796813965">
+        <name>128338</name>
+      </trkpt>
+      <trkpt lat="48.19393539428711" lon="11.248213768005371">
+        <name>128339</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96439</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138112&#xA;      &#xA;      &#xA;        138116&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.28883361816406" lon="11.251646995544434">
+        <name>138112</name>
+      </trkpt>
+      <trkpt lat="48.29003143310547" lon="11.247833251953125">
+        <name>138116</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90187</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132355&#xA;      &#xA;      &#xA;        132341&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25676727294922" lon="11.470014572143555">
+        <name>132355</name>
+      </trkpt>
+      <trkpt lat="48.2557258605957" lon="11.470643043518066">
+        <name>132341</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96960</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138621&#xA;      &#xA;      &#xA;        138623&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32093048095703" lon="11.618559837341309">
+        <name>138621</name>
+      </trkpt>
+      <trkpt lat="48.323020935058594" lon="11.617244720458984">
+        <name>138623</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105557</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147109&#xA;      &#xA;      &#xA;        147110&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12527847290039" lon="11.447260856628418">
+        <name>147109</name>
+      </trkpt>
+      <trkpt lat="48.125370025634766" lon="11.4467191696167">
+        <name>147110</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87843</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128293&#xA;      &#xA;      &#xA;        130081&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19818878173828" lon="11.296602249145508">
+        <name>128293</name>
+      </trkpt>
+      <trkpt lat="48.19988250732422" lon="11.298314094543457">
+        <name>130081</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86801</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129071&#xA;      &#xA;      &#xA;        129072&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22574996948242" lon="11.536452293395996">
+        <name>129071</name>
+      </trkpt>
+      <trkpt lat="48.22603988647461" lon="11.538566589355469">
+        <name>129072</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105036</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146584&#xA;      &#xA;      &#xA;        146587&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20415496826172" lon="11.440888404846191">
+        <name>146584</name>
+      </trkpt>
+      <trkpt lat="48.204288482666016" lon="11.4422025680542">
+        <name>146587</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87583</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129853&#xA;      &#xA;      &#xA;        129854&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15824508666992" lon="11.42487621307373">
+        <name>129853</name>
+      </trkpt>
+      <trkpt lat="48.157962799072266" lon="11.425047874450684">
+        <name>129854</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86020</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128339&#xA;      &#xA;      &#xA;        128340&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19393539428711" lon="11.248213768005371">
+        <name>128339</name>
+      </trkpt>
+      <trkpt lat="48.194480895996094" lon="11.247814178466797">
+        <name>128340</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96440</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138116&#xA;      &#xA;      &#xA;        138120&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29003143310547" lon="11.247833251953125">
+        <name>138116</name>
+      </trkpt>
+      <trkpt lat="48.29226303100586" lon="11.240337371826172">
+        <name>138120</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96961</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138623&#xA;      &#xA;      &#xA;        138624&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.323020935058594" lon="11.617244720458984">
+        <name>138623</name>
+      </trkpt>
+      <trkpt lat="48.32594299316406" lon="11.615589141845703">
+        <name>138624</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105558</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147110&#xA;      &#xA;      &#xA;        147111&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.125370025634766" lon="11.4467191696167">
+        <name>147110</name>
+      </trkpt>
+      <trkpt lat="48.1252555847168" lon="11.444718360900879">
+        <name>147111</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87844</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130081&#xA;      &#xA;      &#xA;        130082&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19988250732422" lon="11.298314094543457">
+        <name>130081</name>
+      </trkpt>
+      <trkpt lat="48.20075988769531" lon="11.299342155456543">
+        <name>130082</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86802</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129072&#xA;      &#xA;      &#xA;        129073&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22603988647461" lon="11.538566589355469">
+        <name>129072</name>
+      </trkpt>
+      <trkpt lat="48.22649383544922" lon="11.540166854858398">
+        <name>129073</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105037</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146587&#xA;      &#xA;      &#xA;        146586&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204288482666016" lon="11.4422025680542">
+        <name>146587</name>
+      </trkpt>
+      <trkpt lat="48.20442199707031" lon="11.443488121032715">
+        <name>146586</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87584</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129854&#xA;      &#xA;      &#xA;        129855&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157962799072266" lon="11.425047874450684">
+        <name>129854</name>
+      </trkpt>
+      <trkpt lat="48.157814025878906" lon="11.425047874450684">
+        <name>129855</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86021</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128340&#xA;      &#xA;      &#xA;        128341&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.194480895996094" lon="11.247814178466797">
+        <name>128340</name>
+      </trkpt>
+      <trkpt lat="48.19523239135742" lon="11.246994972229004">
+        <name>128341</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96441</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138120&#xA;      &#xA;      &#xA;        138121&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29226303100586" lon="11.240337371826172">
+        <name>138120</name>
+      </trkpt>
+      <trkpt lat="48.29417037963867" lon="11.23399543762207">
+        <name>138121</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96962</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138625&#xA;      &#xA;      &#xA;        138626&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32604217529297" lon="11.615274429321289">
+        <name>138625</name>
+      </trkpt>
+      <trkpt lat="48.32297897338867" lon="11.616902351379395">
+        <name>138626</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105559</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147111&#xA;      &#xA;      &#xA;        147112&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1252555847168" lon="11.444718360900879">
+        <name>147111</name>
+      </trkpt>
+      <trkpt lat="48.125064849853516" lon="11.442891120910645">
+        <name>147112</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87845</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130082&#xA;      &#xA;      &#xA;        128291&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20075988769531" lon="11.299342155456543">
+        <name>130082</name>
+      </trkpt>
+      <trkpt lat="48.20134735107422" lon="11.300172805786133">
+        <name>128291</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86803</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129073&#xA;      &#xA;      &#xA;        129074&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22649383544922" lon="11.540166854858398">
+        <name>129073</name>
+      </trkpt>
+      <trkpt lat="48.22732925415039" lon="11.541537284851074">
+        <name>129074</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105038</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146586&#xA;      &#xA;      &#xA;        129001&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20442199707031" lon="11.443488121032715">
+        <name>146586</name>
+      </trkpt>
+      <trkpt lat="48.204429626464844" lon="11.445259094238281">
+        <name>129001</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87585</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129855&#xA;      &#xA;      &#xA;        129856&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157814025878906" lon="11.425047874450684">
+        <name>129855</name>
+      </trkpt>
+      <trkpt lat="48.15774154663086" lon="11.425199508666992">
+        <name>129856</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86022</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128341&#xA;      &#xA;      &#xA;        128342&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19523239135742" lon="11.246994972229004">
+        <name>128341</name>
+      </trkpt>
+      <trkpt lat="48.195796966552734" lon="11.24621295928955">
+        <name>128342</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96442</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138121&#xA;      &#xA;      &#xA;        138122&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29417037963867" lon="11.23399543762207">
+        <name>138121</name>
+      </trkpt>
+      <trkpt lat="48.295536041259766" lon="11.229496002197266">
+        <name>138122</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96963</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138626&#xA;      &#xA;      &#xA;        138622&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32297897338867" lon="11.616902351379395">
+        <name>138626</name>
+      </trkpt>
+      <trkpt lat="48.3209114074707" lon="11.617987632751465">
+        <name>138622</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105560</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147112&#xA;      &#xA;      &#xA;        147113&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.125064849853516" lon="11.442891120910645">
+        <name>147112</name>
+      </trkpt>
+      <trkpt lat="48.125160217285156" lon="11.441462516784668">
+        <name>147113</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87846</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127340&#xA;      &#xA;      &#xA;        130078&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20207977294922" lon="11.300470352172852">
+        <name>127340</name>
+      </trkpt>
+      <trkpt lat="48.20100784301758" lon="11.300942420959473">
+        <name>130078</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86804</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129068&#xA;      &#xA;      &#xA;        129075&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22712326049805" lon="11.542451858520508">
+        <name>129068</name>
+      </trkpt>
+      <trkpt lat="48.228553771972656" lon="11.542908668518066">
+        <name>129075</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87586</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129856&#xA;      &#xA;      &#xA;        129857&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15774154663086" lon="11.425199508666992">
+        <name>129856</name>
+      </trkpt>
+      <trkpt lat="48.15715026855469" lon="11.425485610961914">
+        <name>129857</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86023</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128342&#xA;      &#xA;      &#xA;        128343&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.195796966552734" lon="11.24621295928955">
+        <name>128342</name>
+      </trkpt>
+      <trkpt lat="48.19757080078125" lon="11.243413925170898">
+        <name>128343</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96443</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138122&#xA;      &#xA;      &#xA;        138123&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.295536041259766" lon="11.229496002197266">
+        <name>138122</name>
+      </trkpt>
+      <trkpt lat="48.296932220458984" lon="11.225640296936035">
+        <name>138123</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96964</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138624&#xA;      &#xA;      &#xA;        138627&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32594299316406" lon="11.615589141845703">
+        <name>138624</name>
+      </trkpt>
+      <trkpt lat="48.3292350769043" lon="11.613931655883789">
+        <name>138627</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105561</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147113&#xA;      &#xA;      &#xA;        147114&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.125160217285156" lon="11.441462516784668">
+        <name>147113</name>
+      </trkpt>
+      <trkpt lat="48.12552261352539" lon="11.439862251281738">
+        <name>147114</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87847</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130078&#xA;      &#xA;      &#xA;        130079&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20100784301758" lon="11.300942420959473">
+        <name>130078</name>
+      </trkpt>
+      <trkpt lat="48.200531005859375" lon="11.301056861877441">
+        <name>130079</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86805</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129075&#xA;      &#xA;      &#xA;        129076&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.228553771972656" lon="11.542908668518066">
+        <name>129075</name>
+      </trkpt>
+      <trkpt lat="48.2298698425293" lon="11.542994499206543">
+        <name>129076</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87587</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129857&#xA;      &#xA;      &#xA;        129858&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15715026855469" lon="11.425485610961914">
+        <name>129857</name>
+      </trkpt>
+      <trkpt lat="48.15699768066406" lon="11.424952507019043">
+        <name>129858</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86024</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128343&#xA;      &#xA;      &#xA;        128344&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19757080078125" lon="11.243413925170898">
+        <name>128343</name>
+      </trkpt>
+      <trkpt lat="48.19951629638672" lon="11.240423202514648">
+        <name>128344</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96444</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138123&#xA;      &#xA;      &#xA;        138124&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.296932220458984" lon="11.225640296936035">
+        <name>138123</name>
+      </trkpt>
+      <trkpt lat="48.29841995239258" lon="11.222168922424316">
+        <name>138124</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96965</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138627&#xA;      &#xA;      &#xA;        138628&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3292350769043" lon="11.613931655883789">
+        <name>138627</name>
+      </trkpt>
+      <trkpt lat="48.33278274536133" lon="11.61190414428711">
+        <name>138628</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105562</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147114&#xA;      &#xA;      &#xA;        147115&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12552261352539" lon="11.439862251281738">
+        <name>147114</name>
+      </trkpt>
+      <trkpt lat="48.126399993896484" lon="11.437920570373535">
+        <name>147115</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87848</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130079&#xA;      &#xA;      &#xA;        127333&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200531005859375" lon="11.301056861877441">
+        <name>130079</name>
+      </trkpt>
+      <trkpt lat="48.19929885864258" lon="11.301359176635742">
+        <name>127333</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86806</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129076&#xA;      &#xA;      &#xA;        129077&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2298698425293" lon="11.542994499206543">
+        <name>129076</name>
+      </trkpt>
+      <trkpt lat="48.23091125488281" lon="11.542795181274414">
+        <name>129077</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86025</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128344&#xA;      &#xA;      &#xA;        128345&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19951629638672" lon="11.240423202514648">
+        <name>128344</name>
+      </trkpt>
+      <trkpt lat="48.20021438598633" lon="11.239452362060547">
+        <name>128345</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96445</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138124&#xA;      &#xA;      &#xA;        138125&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29841995239258" lon="11.222168922424316">
+        <name>138124</name>
+      </trkpt>
+      <trkpt lat="48.2999267578125" lon="11.219169616699219">
+        <name>138125</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96966</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138629&#xA;      &#xA;      &#xA;        138630&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33274841308594" lon="11.611645698547363">
+        <name>138629</name>
+      </trkpt>
+      <trkpt lat="48.3292350769043" lon="11.613616943359375">
+        <name>138630</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105302</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146853&#xA;      &#xA;      &#xA;        146855&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.04619216918945" lon="11.685856819152832">
+        <name>146853</name>
+      </trkpt>
+      <trkpt lat="48.043113708496094" lon="11.683457374572754">
+        <name>146855</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87588</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129858&#xA;      &#xA;      &#xA;        129859&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15699768066406" lon="11.424952507019043">
+        <name>129858</name>
+      </trkpt>
+      <trkpt lat="48.1568717956543" lon="11.424266815185547">
+        <name>129859</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105563</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147115&#xA;      &#xA;      &#xA;        147116&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.126399993896484" lon="11.437920570373535">
+        <name>147115</name>
+      </trkpt>
+      <trkpt lat="48.126976013183594" lon="11.43697738647461">
+        <name>147116</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87849</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130081&#xA;      &#xA;      &#xA;        130076&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19988250732422" lon="11.298314094543457">
+        <name>130081</name>
+      </trkpt>
+      <trkpt lat="48.20016860961914" lon="11.298885345458984">
+        <name>130076</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89933</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130070&#xA;      &#xA;      &#xA;        132125&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15591812133789" lon="11.417476654052734">
+        <name>130070</name>
+      </trkpt>
+      <trkpt lat="48.155338287353516" lon="11.417689323425293">
+        <name>132125</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86807</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129077&#xA;      &#xA;      &#xA;        129078&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23091125488281" lon="11.542795181274414">
+        <name>129077</name>
+      </trkpt>
+      <trkpt lat="48.23218536376953" lon="11.542280197143555">
+        <name>129078</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86026</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128345&#xA;      &#xA;      &#xA;        128346&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20021438598633" lon="11.239452362060547">
+        <name>128345</name>
+      </trkpt>
+      <trkpt lat="48.20093536376953" lon="11.238710403442383">
+        <name>128346</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96446</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138125&#xA;      &#xA;      &#xA;        138126&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2999267578125" lon="11.219169616699219">
+        <name>138125</name>
+      </trkpt>
+      <trkpt lat="48.30181121826172" lon="11.21595573425293">
+        <name>138126</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96967</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138630&#xA;      &#xA;      &#xA;        138625&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3292350769043" lon="11.613616943359375">
+        <name>138630</name>
+      </trkpt>
+      <trkpt lat="48.32604217529297" lon="11.615274429321289">
+        <name>138625</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105303</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146855&#xA;      &#xA;      &#xA;        146856&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.043113708496094" lon="11.683457374572754">
+        <name>146855</name>
+      </trkpt>
+      <trkpt lat="48.03994369506836" lon="11.68051528930664">
+        <name>146856</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105564</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147116&#xA;      &#xA;      &#xA;        147117&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.126976013183594" lon="11.43697738647461">
+        <name>147116</name>
+      </trkpt>
+      <trkpt lat="48.12785339355469" lon="11.435206413269043">
+        <name>147117</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87850</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130076&#xA;      &#xA;      &#xA;        130077&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20016860961914" lon="11.298885345458984">
+        <name>130076</name>
+      </trkpt>
+      <trkpt lat="48.20030212402344" lon="11.299656867980957">
+        <name>130077</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89934</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132125&#xA;      &#xA;      &#xA;        132126&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155338287353516" lon="11.417689323425293">
+        <name>132125</name>
+      </trkpt>
+      <trkpt lat="48.15467834472656" lon="11.418012619018555">
+        <name>132126</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86808</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129078&#xA;      &#xA;      &#xA;        129079&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23218536376953" lon="11.542280197143555">
+        <name>129078</name>
+      </trkpt>
+      <trkpt lat="48.23326873779297" lon="11.541594505310059">
+        <name>129079</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86027</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128346&#xA;      &#xA;      &#xA;        128347&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20093536376953" lon="11.238710403442383">
+        <name>128346</name>
+      </trkpt>
+      <trkpt lat="48.202003479003906" lon="11.238004684448242">
+        <name>128347</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96447</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138126&#xA;      &#xA;      &#xA;        138129&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30181121826172" lon="11.21595573425293">
+        <name>138126</name>
+      </trkpt>
+      <trkpt lat="48.304744720458984" lon="11.211669921875">
+        <name>138129</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96968</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138628&#xA;      &#xA;      &#xA;        138631&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33278274536133" lon="11.61190414428711">
+        <name>138628</name>
+      </trkpt>
+      <trkpt lat="48.336181640625" lon="11.609932899475098">
+        <name>138631</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105565</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147117&#xA;      &#xA;      &#xA;        147119&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12785339355469" lon="11.435206413269043">
+        <name>147117</name>
+      </trkpt>
+      <trkpt lat="48.12855529785156" lon="11.433406829833984">
+        <name>147119</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87851</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130077&#xA;      &#xA;      &#xA;        130079&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20030212402344" lon="11.299656867980957">
+        <name>130077</name>
+      </trkpt>
+      <trkpt lat="48.200531005859375" lon="11.301056861877441">
+        <name>130079</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89935</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132126&#xA;      &#xA;      &#xA;        132127&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15467834472656" lon="11.418012619018555">
+        <name>132126</name>
+      </trkpt>
+      <trkpt lat="48.1536865234375" lon="11.418755531311035">
+        <name>132127</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86809</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129084&#xA;      &#xA;      &#xA;        129083&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23321533203125" lon="11.541280746459961">
+        <name>129084</name>
+      </trkpt>
+      <trkpt lat="48.23203659057617" lon="11.542080879211426">
+        <name>129083</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86028</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128347&#xA;      &#xA;      &#xA;        128348&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.202003479003906" lon="11.238004684448242">
+        <name>128347</name>
+      </trkpt>
+      <trkpt lat="48.20294189453125" lon="11.237719535827637">
+        <name>128348</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96448</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138129&#xA;      &#xA;      &#xA;        138131&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.304744720458984" lon="11.211669921875">
+        <name>138129</name>
+      </trkpt>
+      <trkpt lat="48.30753707885742" lon="11.20755672454834">
+        <name>138131</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96969</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138631&#xA;      &#xA;      &#xA;        138632&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.336181640625" lon="11.609932899475098">
+        <name>138631</name>
+      </trkpt>
+      <trkpt lat="48.33926010131836" lon="11.608189582824707">
+        <name>138632</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87591</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129861&#xA;      &#xA;      &#xA;        128282&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15625" lon="11.421810150146484">
+        <name>129861</name>
+      </trkpt>
+      <trkpt lat="48.155765533447266" lon="11.4202299118042">
+        <name>128282</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105566</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147119&#xA;      &#xA;      &#xA;        147121&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12855529785156" lon="11.433406829833984">
+        <name>147119</name>
+      </trkpt>
+      <trkpt lat="48.12887954711914" lon="11.43274974822998">
+        <name>147121</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87852</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130077&#xA;      &#xA;      &#xA;        130080&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20030212402344" lon="11.299656867980957">
+        <name>130077</name>
+      </trkpt>
+      <trkpt lat="48.200435638427734" lon="11.299285888671875">
+        <name>130080</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89936</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132127&#xA;      &#xA;      &#xA;        132128&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1536865234375" lon="11.418755531311035">
+        <name>132127</name>
+      </trkpt>
+      <trkpt lat="48.153141021728516" lon="11.419193267822266">
+        <name>132128</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86810</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129083&#xA;      &#xA;      &#xA;        129082&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23203659057617" lon="11.542080879211426">
+        <name>129083</name>
+      </trkpt>
+      <trkpt lat="48.230796813964844" lon="11.542594909667969">
+        <name>129082</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86029</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128348&#xA;      &#xA;      &#xA;        128349&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20294189453125" lon="11.237719535827637">
+        <name>128348</name>
+      </trkpt>
+      <trkpt lat="48.203948974609375" lon="11.237662315368652">
+        <name>128349</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96970</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138633&#xA;      &#xA;      &#xA;        138634&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.339447021484375" lon="11.607789993286133">
+        <name>138633</name>
+      </trkpt>
+      <trkpt lat="48.33603286743164" lon="11.609761238098145">
+        <name>138634</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105306</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146856&#xA;      &#xA;      &#xA;        146864&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03994369506836" lon="11.68051528930664">
+        <name>146856</name>
+      </trkpt>
+      <trkpt lat="48.038185119628906" lon="11.678544044494629">
+        <name>146864</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105567</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147121&#xA;      &#xA;      &#xA;        147122&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12887954711914" lon="11.43274974822998">
+        <name>147121</name>
+      </trkpt>
+      <trkpt lat="48.12916564941406" lon="11.432292938232422">
+        <name>147122</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87853</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130080&#xA;      &#xA;      &#xA;        130082&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200435638427734" lon="11.299285888671875">
+        <name>130080</name>
+      </trkpt>
+      <trkpt lat="48.20075988769531" lon="11.299342155456543">
+        <name>130082</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89937</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132128&#xA;      &#xA;      &#xA;        132129&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.153141021728516" lon="11.419193267822266">
+        <name>132128</name>
+      </trkpt>
+      <trkpt lat="48.15254211425781" lon="11.419535636901855">
+        <name>132129</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86811</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129082&#xA;      &#xA;      &#xA;        129081&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.230796813964844" lon="11.542594909667969">
+        <name>129082</name>
+      </trkpt>
+      <trkpt lat="48.22978973388672" lon="11.542709350585938">
+        <name>129081</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86030</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128349&#xA;      &#xA;      &#xA;        128350&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.203948974609375" lon="11.237662315368652">
+        <name>128349</name>
+      </trkpt>
+      <trkpt lat="48.20558166503906" lon="11.237890243530273">
+        <name>128350</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96450</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138131&#xA;      &#xA;      &#xA;        138136&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30753707885742" lon="11.20755672454834">
+        <name>138131</name>
+      </trkpt>
+      <trkpt lat="48.31004333496094" lon="11.203957557678223">
+        <name>138136</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96971</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138634&#xA;      &#xA;      &#xA;        138629&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33603286743164" lon="11.609761238098145">
+        <name>138634</name>
+      </trkpt>
+      <trkpt lat="48.33274841308594" lon="11.611645698547363">
+        <name>138629</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105568</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147122&#xA;      &#xA;      &#xA;        147123&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12916564941406" lon="11.432292938232422">
+        <name>147122</name>
+      </trkpt>
+      <trkpt lat="48.12941360473633" lon="11.431607246398926">
+        <name>147123</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87854</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127421&#xA;      &#xA;      &#xA;        130083&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22435760498047" lon="11.333263397216797">
+        <name>127421</name>
+      </trkpt>
+      <trkpt lat="48.22392272949219" lon="11.33389949798584">
+        <name>130083</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89938</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132129&#xA;      &#xA;      &#xA;        132130&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15254211425781" lon="11.419535636901855">
+        <name>132129</name>
+      </trkpt>
+      <trkpt lat="48.151954650878906" lon="11.419822692871094">
+        <name>132130</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86812</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129081&#xA;      &#xA;      &#xA;        129080&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22978973388672" lon="11.542709350585938">
+        <name>129081</name>
+      </trkpt>
+      <trkpt lat="48.22850036621094" lon="11.542451858520508">
+        <name>129080</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86031</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128350&#xA;      &#xA;      &#xA;        128351&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20558166503906" lon="11.237890243530273">
+        <name>128350</name>
+      </trkpt>
+      <trkpt lat="48.209747314453125" lon="11.238471984863281">
+        <name>128351</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105308</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146864&#xA;      &#xA;      &#xA;        146866&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.038185119628906" lon="11.678544044494629">
+        <name>146864</name>
+      </trkpt>
+      <trkpt lat="48.03583526611328" lon="11.675544738769531">
+        <name>146866</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105569</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147123&#xA;      &#xA;      &#xA;        147124&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12941360473633" lon="11.431607246398926">
+        <name>147123</name>
+      </trkpt>
+      <trkpt lat="48.12947463989258" lon="11.43083667755127">
+        <name>147124</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87855</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130083&#xA;      &#xA;      &#xA;        130084&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22392272949219" lon="11.33389949798584">
+        <name>130083</name>
+      </trkpt>
+      <trkpt lat="48.22356414794922" lon="11.334908485412598">
+        <name>130084</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89939</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132130&#xA;      &#xA;      &#xA;        132131&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.151954650878906" lon="11.419822692871094">
+        <name>132130</name>
+      </trkpt>
+      <trkpt lat="48.15016174316406" lon="11.42050838470459">
+        <name>132131</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86813</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129080&#xA;      &#xA;      &#xA;        129074&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22850036621094" lon="11.542451858520508">
+        <name>129080</name>
+      </trkpt>
+      <trkpt lat="48.22732925415039" lon="11.541537284851074">
+        <name>129074</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87595</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129864&#xA;      &#xA;      &#xA;        129865&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155853271484375" lon="11.42308235168457">
+        <name>129864</name>
+      </trkpt>
+      <trkpt lat="48.15622329711914" lon="11.42282772064209">
+        <name>129865</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86032</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128351&#xA;      &#xA;      &#xA;        128352&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209747314453125" lon="11.238471984863281">
+        <name>128351</name>
+      </trkpt>
+      <trkpt lat="48.21080017089844" lon="11.238614082336426">
+        <name>128352</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105570</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147124&#xA;      &#xA;      &#xA;        147125&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12947463989258" lon="11.43083667755127">
+        <name>147124</name>
+      </trkpt>
+      <trkpt lat="48.12955093383789" lon="11.430464744567871">
+        <name>147125</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87856</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130084&#xA;      &#xA;      &#xA;        127441&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22356414794922" lon="11.334908485412598">
+        <name>130084</name>
+      </trkpt>
+      <trkpt lat="48.22355651855469" lon="11.335321426391602">
+        <name>127441</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89940</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132131&#xA;      &#xA;      &#xA;        132132&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15016174316406" lon="11.42050838470459">
+        <name>132131</name>
+      </trkpt>
+      <trkpt lat="48.14902114868164" lon="11.420907974243164">
+        <name>132132</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86814</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129079&#xA;      &#xA;      &#xA;        129085&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23326873779297" lon="11.541594505310059">
+        <name>129079</name>
+      </trkpt>
+      <trkpt lat="48.23569107055664" lon="11.539652824401855">
+        <name>129085</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86033</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128352&#xA;      &#xA;      &#xA;        128353&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21080017089844" lon="11.238614082336426">
+        <name>128352</name>
+      </trkpt>
+      <trkpt lat="48.21095657348633" lon="11.238823890686035">
+        <name>128353</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105571</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147125&#xA;      &#xA;      &#xA;        147126&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12955093383789" lon="11.430464744567871">
+        <name>147125</name>
+      </trkpt>
+      <trkpt lat="48.13019561767578" lon="11.428665161132812">
+        <name>147126</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87857</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130084&#xA;      &#xA;      &#xA;        130085&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22356414794922" lon="11.334908485412598">
+        <name>130084</name>
+      </trkpt>
+      <trkpt lat="48.223323822021484" lon="11.334794998168945">
+        <name>130085</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89941</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132132&#xA;      &#xA;      &#xA;        132133&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14902114868164" lon="11.420907974243164">
+        <name>132132</name>
+      </trkpt>
+      <trkpt lat="48.14790725708008" lon="11.421308517456055">
+        <name>132133</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86815</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129085&#xA;      &#xA;      &#xA;        129086&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23569107055664" lon="11.539652824401855">
+        <name>129085</name>
+      </trkpt>
+      <trkpt lat="48.23826217651367" lon="11.537595748901367">
+        <name>129086</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105311</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146866&#xA;      &#xA;      &#xA;        146868&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03583526611328" lon="11.675544738769531">
+        <name>146866</name>
+      </trkpt>
+      <trkpt lat="48.033294677734375" lon="11.671517372131348">
+        <name>146868</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87597</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129863&#xA;      &#xA;      &#xA;        129869&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15543746948242" lon="11.423273086547852">
+        <name>129863</name>
+      </trkpt>
+      <trkpt lat="48.1557502746582" lon="11.423044204711914">
+        <name>129869</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86034</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128353&#xA;      &#xA;      &#xA;        128354&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21095657348633" lon="11.238823890686035">
+        <name>128353</name>
+      </trkpt>
+      <trkpt lat="48.21115493774414" lon="11.238690376281738">
+        <name>128354</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105572</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147126&#xA;      &#xA;      &#xA;        147127&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13019561767578" lon="11.428665161132812">
+        <name>147126</name>
+      </trkpt>
+      <trkpt lat="48.13046646118164" lon="11.42849349975586">
+        <name>147127</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87858</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130085&#xA;      &#xA;      &#xA;        130086&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223323822021484" lon="11.334794998168945">
+        <name>130085</name>
+      </trkpt>
+      <trkpt lat="48.22309494018555" lon="11.334261894226074">
+        <name>130086</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89942</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132133&#xA;      &#xA;      &#xA;        132134&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14790725708008" lon="11.421308517456055">
+        <name>132133</name>
+      </trkpt>
+      <trkpt lat="48.14714050292969" lon="11.421631813049316">
+        <name>132134</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86816</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129087&#xA;      &#xA;      &#xA;        129088&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23812484741211" lon="11.537338256835938">
+        <name>129087</name>
+      </trkpt>
+      <trkpt lat="48.23550033569336" lon="11.53945255279541">
+        <name>129088</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105051</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146602&#xA;      &#xA;      &#xA;        129071&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2260856628418" lon="11.539873123168945">
+        <name>146602</name>
+      </trkpt>
+      <trkpt lat="48.22574996948242" lon="11.536452293395996">
+        <name>129071</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87598</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129869&#xA;      &#xA;      &#xA;        129864&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557502746582" lon="11.423044204711914">
+        <name>129869</name>
+      </trkpt>
+      <trkpt lat="48.155853271484375" lon="11.42308235168457">
+        <name>129864</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86035</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128354&#xA;      &#xA;      &#xA;        128355&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21115493774414" lon="11.238690376281738">
+        <name>128354</name>
+      </trkpt>
+      <trkpt lat="48.211029052734375" lon="11.238327980041504">
+        <name>128355</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105573</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147127&#xA;      &#xA;      &#xA;        147128&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13046646118164" lon="11.42849349975586">
+        <name>147127</name>
+      </trkpt>
+      <trkpt lat="48.131263732910156" lon="11.428522109985352">
+        <name>147128</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87859</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130086&#xA;      &#xA;      &#xA;        130087&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22309494018555" lon="11.334261894226074">
+        <name>130086</name>
+      </trkpt>
+      <trkpt lat="48.22285842895508" lon="11.333271026611328">
+        <name>130087</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89943</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132134&#xA;      &#xA;      &#xA;        132135&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14714050292969" lon="11.421631813049316">
+        <name>132134</name>
+      </trkpt>
+      <trkpt lat="48.146888732910156" lon="11.421669960021973">
+        <name>132135</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86817</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129088&#xA;      &#xA;      &#xA;        129084&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23550033569336" lon="11.53945255279541">
+        <name>129088</name>
+      </trkpt>
+      <trkpt lat="48.23321533203125" lon="11.541280746459961">
+        <name>129084</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87599</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129869&#xA;      &#xA;      &#xA;        129864&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557502746582" lon="11.423044204711914">
+        <name>129869</name>
+      </trkpt>
+      <trkpt lat="48.155853271484375" lon="11.42308235168457">
+        <name>129864</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86036</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128355&#xA;      &#xA;      &#xA;        128352&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.211029052734375" lon="11.238327980041504">
+        <name>128355</name>
+      </trkpt>
+      <trkpt lat="48.21080017089844" lon="11.238614082336426">
+        <name>128352</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105574</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147128&#xA;      &#xA;      &#xA;        147129&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.131263732910156" lon="11.428522109985352">
+        <name>147128</name>
+      </trkpt>
+      <trkpt lat="48.13139724731445" lon="11.4284086227417">
+        <name>147129</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87860</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130087&#xA;      &#xA;      &#xA;        130088&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22285842895508" lon="11.333271026611328">
+        <name>130087</name>
+      </trkpt>
+      <trkpt lat="48.222591400146484" lon="11.332795143127441">
+        <name>130088</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89944</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132135&#xA;      &#xA;      &#xA;        132136&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.146888732910156" lon="11.421669960021973">
+        <name>132135</name>
+      </trkpt>
+      <trkpt lat="48.146366119384766" lon="11.421955108642578">
+        <name>132136</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86818</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129086&#xA;      &#xA;      &#xA;        129089&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23826217651367" lon="11.537595748901367">
+        <name>129086</name>
+      </trkpt>
+      <trkpt lat="48.24143600463867" lon="11.535510063171387">
+        <name>129089</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87600</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128288&#xA;      &#xA;      &#xA;        129868&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155555725097656" lon="11.42264175415039">
+        <name>128288</name>
+      </trkpt>
+      <trkpt lat="48.155643463134766" lon="11.422701835632324">
+        <name>129868</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86037</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128354&#xA;      &#xA;      &#xA;        128356&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21115493774414" lon="11.238690376281738">
+        <name>128354</name>
+      </trkpt>
+      <trkpt lat="48.211849212646484" lon="11.238747596740723">
+        <name>128356</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105575</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147129&#xA;      &#xA;      &#xA;        147130&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13139724731445" lon="11.4284086227417">
+        <name>147129</name>
+      </trkpt>
+      <trkpt lat="48.1318359375" lon="11.427037239074707">
+        <name>147130</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87861</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130088&#xA;      &#xA;      &#xA;        130089&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.222591400146484" lon="11.332795143127441">
+        <name>130088</name>
+      </trkpt>
+      <trkpt lat="48.22214126586914" lon="11.3317289352417">
+        <name>130089</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89945</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132136&#xA;      &#xA;      &#xA;        132137&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.146366119384766" lon="11.421955108642578">
+        <name>132136</name>
+      </trkpt>
+      <trkpt lat="48.14573287963867" lon="11.422355651855469">
+        <name>132137</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86819</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129087&#xA;      &#xA;      &#xA;        129090&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23812484741211" lon="11.537338256835938">
+        <name>129087</name>
+      </trkpt>
+      <trkpt lat="48.241397857666016" lon="11.535138130187988">
+        <name>129090</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87601</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128289&#xA;      &#xA;      &#xA;        129868&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15562057495117" lon="11.422557830810547">
+        <name>128289</name>
+      </trkpt>
+      <trkpt lat="48.155643463134766" lon="11.422701835632324">
+        <name>129868</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86038</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128356&#xA;      &#xA;      &#xA;        128357&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.211849212646484" lon="11.238747596740723">
+        <name>128356</name>
+      </trkpt>
+      <trkpt lat="48.213409423828125" lon="11.238956451416016">
+        <name>128357</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105576</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147130&#xA;      &#xA;      &#xA;        147131&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1318359375" lon="11.427037239074707">
+        <name>147130</name>
+      </trkpt>
+      <trkpt lat="48.13248825073242" lon="11.425494194030762">
+        <name>147131</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87862</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130089&#xA;      &#xA;      &#xA;        130090&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22214126586914" lon="11.3317289352417">
+        <name>130089</name>
+      </trkpt>
+      <trkpt lat="48.22149658203125" lon="11.329957962036133">
+        <name>130090</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89946</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132137&#xA;      &#xA;      &#xA;        132138&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14573287963867" lon="11.422355651855469">
+        <name>132137</name>
+      </trkpt>
+      <trkpt lat="48.14500045776367" lon="11.422831535339355">
+        <name>132138</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86820</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129089&#xA;      &#xA;      &#xA;        129091&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24143600463867" lon="11.535510063171387">
+        <name>129089</name>
+      </trkpt>
+      <trkpt lat="48.244693756103516" lon="11.533967971801758">
+        <name>129091</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>84997</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127340&#xA;      &#xA;      &#xA;        127349&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20207977294922" lon="11.300470352172852">
+        <name>127340</name>
+      </trkpt>
+      <trkpt lat="48.203460693359375" lon="11.299504280090332">
+        <name>127349</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105316</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146868&#xA;      &#xA;      &#xA;        146869&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.033294677734375" lon="11.671517372131348">
+        <name>146868</name>
+      </trkpt>
+      <trkpt lat="48.03167724609375" lon="11.668488502502441">
+        <name>146869</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87602</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129868&#xA;      &#xA;      &#xA;        129869&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155643463134766" lon="11.422701835632324">
+        <name>129868</name>
+      </trkpt>
+      <trkpt lat="48.1557502746582" lon="11.423044204711914">
+        <name>129869</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86039</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128357&#xA;      &#xA;      &#xA;        128358&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.213409423828125" lon="11.238956451416016">
+        <name>128357</name>
+      </trkpt>
+      <trkpt lat="48.21419906616211" lon="11.239148139953613">
+        <name>128358</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105577</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147131&#xA;      &#xA;      &#xA;        147132&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13248825073242" lon="11.425494194030762">
+        <name>147131</name>
+      </trkpt>
+      <trkpt lat="48.13288497924805" lon="11.424598693847656">
+        <name>147132</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87863</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127415&#xA;      &#xA;      &#xA;        130091&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22488784790039" lon="11.334197044372559">
+        <name>127415</name>
+      </trkpt>
+      <trkpt lat="48.225128173828125" lon="11.334737777709961">
+        <name>130091</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89947</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132138&#xA;      &#xA;      &#xA;        132139&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14500045776367" lon="11.422831535339355">
+        <name>132138</name>
+      </trkpt>
+      <trkpt lat="48.14375305175781" lon="11.423383712768555">
+        <name>132139</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86821</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129091&#xA;      &#xA;      &#xA;        129092&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244693756103516" lon="11.533967971801758">
+        <name>129091</name>
+      </trkpt>
+      <trkpt lat="48.247257232666016" lon="11.533167839050293">
+        <name>129092</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105317</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146869&#xA;      &#xA;      &#xA;        146870&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03167724609375" lon="11.668488502502441">
+        <name>146869</name>
+      </trkpt>
+      <trkpt lat="48.029781341552734" lon="11.664346694946289">
+        <name>146870</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87603</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129868&#xA;      &#xA;      &#xA;        129866&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155643463134766" lon="11.422701835632324">
+        <name>129868</name>
+      </trkpt>
+      <trkpt lat="48.15615463256836" lon="11.422321319580078">
+        <name>129866</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86040</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128358&#xA;      &#xA;      &#xA;        128359&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21419906616211" lon="11.239148139953613">
+        <name>128358</name>
+      </trkpt>
+      <trkpt lat="48.21501159667969" lon="11.239585876464844">
+        <name>128359</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105578</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147132&#xA;      &#xA;      &#xA;        147133&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13288497924805" lon="11.424598693847656">
+        <name>147132</name>
+      </trkpt>
+      <trkpt lat="48.133026123046875" lon="11.424561500549316">
+        <name>147133</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87864</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130091&#xA;      &#xA;      &#xA;        127414&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.225128173828125" lon="11.334737777709961">
+        <name>130091</name>
+      </trkpt>
+      <trkpt lat="48.22465896606445" lon="11.334139823913574">
+        <name>127414</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89948</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132137&#xA;      &#xA;      &#xA;        132153&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14573287963867" lon="11.422355651855469">
+        <name>132137</name>
+      </trkpt>
+      <trkpt lat="48.14543151855469" lon="11.421003341674805">
+        <name>132153</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86822</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129094&#xA;      &#xA;      &#xA;        129093&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.247169494628906" lon="11.532854080200195">
+        <name>129094</name>
+      </trkpt>
+      <trkpt lat="48.244537353515625" lon="11.533624649047852">
+        <name>129093</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105057</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146602&#xA;      &#xA;      &#xA;        146606&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2260856628418" lon="11.539873123168945">
+        <name>146602</name>
+      </trkpt>
+      <trkpt lat="48.22639846801758" lon="11.543713569641113">
+        <name>146606</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96461</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138136&#xA;      &#xA;      &#xA;        138141&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31004333496094" lon="11.203957557678223">
+        <name>138136</name>
+      </trkpt>
+      <trkpt lat="48.31278610229492" lon="11.199844360351562">
+        <name>138141</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105318</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146870&#xA;      &#xA;      &#xA;        146871&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.029781341552734" lon="11.664346694946289">
+        <name>146870</name>
+      </trkpt>
+      <trkpt lat="48.027679443359375" lon="11.658404350280762">
+        <name>146871</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86041</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128359&#xA;      &#xA;      &#xA;        128360&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21501159667969" lon="11.239585876464844">
+        <name>128359</name>
+      </trkpt>
+      <trkpt lat="48.21591567993164" lon="11.240405082702637">
+        <name>128360</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105579</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147133&#xA;      &#xA;      &#xA;        147134&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.133026123046875" lon="11.424561500549316">
+        <name>147133</name>
+      </trkpt>
+      <trkpt lat="48.133216857910156" lon="11.424808502197266">
+        <name>147134</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87865</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130091&#xA;      &#xA;      &#xA;        130092&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.225128173828125" lon="11.334737777709961">
+        <name>130091</name>
+      </trkpt>
+      <trkpt lat="48.22615432739258" lon="11.336394309997559">
+        <name>130092</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89949</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132153&#xA;      &#xA;      &#xA;        132152&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14543151855469" lon="11.421003341674805">
+        <name>132153</name>
+      </trkpt>
+      <trkpt lat="48.14508819580078" lon="11.420185089111328">
+        <name>132152</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86823</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129093&#xA;      &#xA;      &#xA;        129090&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.244537353515625" lon="11.533624649047852">
+        <name>129093</name>
+      </trkpt>
+      <trkpt lat="48.241397857666016" lon="11.535138130187988">
+        <name>129090</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105058</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146606&#xA;      &#xA;      &#xA;        146607&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22639846801758" lon="11.543713569641113">
+        <name>146606</name>
+      </trkpt>
+      <trkpt lat="48.22660827636719" lon="11.547627449035645">
+        <name>146607</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96462</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138141&#xA;      &#xA;      &#xA;        138143&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31278610229492" lon="11.199844360351562">
+        <name>138141</name>
+      </trkpt>
+      <trkpt lat="48.31501007080078" lon="11.196331024169922">
+        <name>138143</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85000</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127349&#xA;      &#xA;      &#xA;        127350&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.203460693359375" lon="11.299504280090332">
+        <name>127349</name>
+      </trkpt>
+      <trkpt lat="48.203651428222656" lon="11.299872398376465">
+        <name>127350</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86042</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128360&#xA;      &#xA;      &#xA;        128361&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21591567993164" lon="11.240405082702637">
+        <name>128360</name>
+      </trkpt>
+      <trkpt lat="48.216712951660156" lon="11.241509437561035">
+        <name>128361</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105580</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147134&#xA;      &#xA;      &#xA;        147135&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.133216857910156" lon="11.424808502197266">
+        <name>147134</name>
+      </trkpt>
+      <trkpt lat="48.133419036865234" lon="11.424808502197266">
+        <name>147135</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87866</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130092&#xA;      &#xA;      &#xA;        130093&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22615432739258" lon="11.336394309997559">
+        <name>130092</name>
+      </trkpt>
+      <trkpt lat="48.227508544921875" lon="11.338822364807129">
+        <name>130093</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89950</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132152&#xA;      &#xA;      &#xA;        132151&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14508819580078" lon="11.420185089111328">
+        <name>132152</name>
+      </trkpt>
+      <trkpt lat="48.14470672607422" lon="11.419593811035156">
+        <name>132151</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86824</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129092&#xA;      &#xA;      &#xA;        129095&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.247257232666016" lon="11.533167839050293">
+        <name>129092</name>
+      </trkpt>
+      <trkpt lat="48.25026321411133" lon="11.532824516296387">
+        <name>129095</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96463</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138143&#xA;      &#xA;      &#xA;        138148&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31501007080078" lon="11.196331024169922">
+        <name>138143</name>
+      </trkpt>
+      <trkpt lat="48.316890716552734" lon="11.193074226379395">
+        <name>138148</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86043</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128361&#xA;      &#xA;      &#xA;        128362&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.216712951660156" lon="11.241509437561035">
+        <name>128361</name>
+      </trkpt>
+      <trkpt lat="48.2172737121582" lon="11.24308967590332">
+        <name>128362</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105581</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147135&#xA;      &#xA;      &#xA;        147136&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.133419036865234" lon="11.424808502197266">
+        <name>147135</name>
+      </trkpt>
+      <trkpt lat="48.13386535644531" lon="11.424636840820312">
+        <name>147136</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87867</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130093&#xA;      &#xA;      &#xA;        130094&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.227508544921875" lon="11.338822364807129">
+        <name>130093</name>
+      </trkpt>
+      <trkpt lat="48.228668212890625" lon="11.340964317321777">
+        <name>130094</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89951</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132151&#xA;      &#xA;      &#xA;        132150&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14470672607422" lon="11.419593811035156">
+        <name>132151</name>
+      </trkpt>
+      <trkpt lat="48.14417266845703" lon="11.418928146362305">
+        <name>132150</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86825</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129094&#xA;      &#xA;      &#xA;        129096&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.247169494628906" lon="11.532854080200195">
+        <name>129094</name>
+      </trkpt>
+      <trkpt lat="48.250244140625" lon="11.532453536987305">
+        <name>129096</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105060</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146607&#xA;      &#xA;      &#xA;        146608&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22660827636719" lon="11.547627449035645">
+        <name>146607</name>
+      </trkpt>
+      <trkpt lat="48.226741790771484" lon="11.552311897277832">
+        <name>146608</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96464</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138148&#xA;      &#xA;      &#xA;        138149&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.316890716552734" lon="11.193074226379395">
+        <name>138148</name>
+      </trkpt>
+      <trkpt lat="48.31874084472656" lon="11.189688682556152">
+        <name>138149</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85002</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127350&#xA;      &#xA;      &#xA;        127353&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.203651428222656" lon="11.299872398376465">
+        <name>127350</name>
+      </trkpt>
+      <trkpt lat="48.20361328125" lon="11.300317764282227">
+        <name>127353</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86044</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128362&#xA;      &#xA;      &#xA;        128363&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2172737121582" lon="11.24308967590332">
+        <name>128362</name>
+      </trkpt>
+      <trkpt lat="48.21764373779297" lon="11.245223045349121">
+        <name>128363</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105582</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147136&#xA;      &#xA;      &#xA;        147137&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13386535644531" lon="11.424636840820312">
+        <name>147136</name>
+      </trkpt>
+      <trkpt lat="48.1344108581543" lon="11.424732208251953">
+        <name>147137</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87868</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130094&#xA;      &#xA;      &#xA;        130095&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.228668212890625" lon="11.340964317321777">
+        <name>130094</name>
+      </trkpt>
+      <trkpt lat="48.22981262207031" lon="11.343421936035156">
+        <name>130095</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89952</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132150&#xA;      &#xA;      &#xA;        132149&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14417266845703" lon="11.418928146362305">
+        <name>132150</name>
+      </trkpt>
+      <trkpt lat="48.143917083740234" lon="11.418279647827148">
+        <name>132149</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86826</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129095&#xA;      &#xA;      &#xA;        129097&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25026321411133" lon="11.532824516296387">
+        <name>129095</name>
+      </trkpt>
+      <trkpt lat="48.25324630737305" lon="11.532938957214355">
+        <name>129097</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85003</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127353&#xA;      &#xA;      &#xA;        127357&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20361328125" lon="11.300317764282227">
+        <name>127353</name>
+      </trkpt>
+      <trkpt lat="48.20293426513672" lon="11.301790237426758">
+        <name>127357</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86045</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128363&#xA;      &#xA;      &#xA;        128364&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21764373779297" lon="11.245223045349121">
+        <name>128363</name>
+      </trkpt>
+      <trkpt lat="48.21786880493164" lon="11.247032165527344">
+        <name>128364</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105583</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147137&#xA;      &#xA;      &#xA;        147138&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1344108581543" lon="11.424732208251953">
+        <name>147137</name>
+      </trkpt>
+      <trkpt lat="48.13496780395508" lon="11.425169944763184">
+        <name>147138</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87869</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130095&#xA;      &#xA;      &#xA;        130096&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22981262207031" lon="11.343421936035156">
+        <name>130095</name>
+      </trkpt>
+      <trkpt lat="48.23087692260742" lon="11.345593452453613">
+        <name>130096</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89953</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132149&#xA;      &#xA;      &#xA;        132148&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.143917083740234" lon="11.418279647827148">
+        <name>132149</name>
+      </trkpt>
+      <trkpt lat="48.14376449584961" lon="11.41757583618164">
+        <name>132148</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86046</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128364&#xA;      &#xA;      &#xA;        128365&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21786880493164" lon="11.247032165527344">
+        <name>128364</name>
+      </trkpt>
+      <trkpt lat="48.218231201171875" lon="11.248766899108887">
+        <name>128365</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105584</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147138&#xA;      &#xA;      &#xA;        147139&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13496780395508" lon="11.425169944763184">
+        <name>147138</name>
+      </trkpt>
+      <trkpt lat="48.13529968261719" lon="11.425589561462402">
+        <name>147139</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87870</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130096&#xA;      &#xA;      &#xA;        129902&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23087692260742" lon="11.345593452453613">
+        <name>130096</name>
+      </trkpt>
+      <trkpt lat="48.23162078857422" lon="11.346946716308594">
+        <name>129902</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89954</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132148&#xA;      &#xA;      &#xA;        132143&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14376449584961" lon="11.41757583618164">
+        <name>132148</name>
+      </trkpt>
+      <trkpt lat="48.14329528808594" lon="11.417670249938965">
+        <name>132143</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86828</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129099&#xA;      &#xA;      &#xA;        129100&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.256141662597656" lon="11.5331392288208">
+        <name>129099</name>
+      </trkpt>
+      <trkpt lat="48.25318908691406" lon="11.532567977905273">
+        <name>129100</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96467</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138149&#xA;      &#xA;      &#xA;        138150&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31874084472656" lon="11.189688682556152">
+        <name>138149</name>
+      </trkpt>
+      <trkpt lat="48.32048034667969" lon="11.186389923095703">
+        <name>138150</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86047</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128365&#xA;      &#xA;      &#xA;        128366&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.218231201171875" lon="11.248766899108887">
+        <name>128365</name>
+      </trkpt>
+      <trkpt lat="48.21851348876953" lon="11.2503662109375">
+        <name>128366</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105585</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147139&#xA;      &#xA;      &#xA;        147140&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13529968261719" lon="11.425589561462402">
+        <name>147139</name>
+      </trkpt>
+      <trkpt lat="48.1359748840332" lon="11.424484252929688">
+        <name>147140</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89955</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132143&#xA;      &#xA;      &#xA;        132142&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14329528808594" lon="11.417670249938965">
+        <name>132143</name>
+      </trkpt>
+      <trkpt lat="48.14206314086914" lon="11.417994499206543">
+        <name>132142</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86829</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129100&#xA;      &#xA;      &#xA;        129096&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25318908691406" lon="11.532567977905273">
+        <name>129100</name>
+      </trkpt>
+      <trkpt lat="48.250244140625" lon="11.532453536987305">
+        <name>129096</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87871</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129903&#xA;      &#xA;      &#xA;        130097&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.232173919677734" lon="11.347433090209961">
+        <name>129903</name>
+      </trkpt>
+      <trkpt lat="48.23280334472656" lon="11.347821235656738">
+        <name>130097</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85006</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127357&#xA;      &#xA;      &#xA;        127358&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20293426513672" lon="11.301790237426758">
+        <name>127357</name>
+      </trkpt>
+      <trkpt lat="48.2028923034668" lon="11.302361488342285">
+        <name>127358</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86048</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128366&#xA;      &#xA;      &#xA;        128367&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21851348876953" lon="11.2503662109375">
+        <name>128366</name>
+      </trkpt>
+      <trkpt lat="48.21885681152344" lon="11.252157211303711">
+        <name>128367</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105586</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147140&#xA;      &#xA;      &#xA;        147141&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1359748840332" lon="11.424484252929688">
+        <name>147140</name>
+      </trkpt>
+      <trkpt lat="48.13662338256836" lon="11.425398826599121">
+        <name>147141</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89956</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132142&#xA;      &#xA;      &#xA;        132141&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14206314086914" lon="11.417994499206543">
+        <name>132142</name>
+      </trkpt>
+      <trkpt lat="48.1424674987793" lon="11.420888900756836">
+        <name>132141</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105065</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146608&#xA;      &#xA;      &#xA;        146614&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.226741790771484" lon="11.552311897277832">
+        <name>146608</name>
+      </trkpt>
+      <trkpt lat="48.22685623168945" lon="11.558568000793457">
+        <name>146614</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87872</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130097&#xA;      &#xA;      &#xA;        130098&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23280334472656" lon="11.347821235656738">
+        <name>130097</name>
+      </trkpt>
+      <trkpt lat="48.23329544067383" lon="11.348307609558105">
+        <name>130098</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86049</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128367&#xA;      &#xA;      &#xA;        128368&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21885681152344" lon="11.252157211303711">
+        <name>128367</name>
+      </trkpt>
+      <trkpt lat="48.218955993652344" lon="11.252594947814941">
+        <name>128368</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105587</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147141&#xA;      &#xA;      &#xA;        147142&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13662338256836" lon="11.425398826599121">
+        <name>147141</name>
+      </trkpt>
+      <trkpt lat="48.137001037597656" lon="11.426217079162598">
+        <name>147142</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89957</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132141&#xA;      &#xA;      &#xA;        132140&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1424674987793" lon="11.420888900756836">
+        <name>132141</name>
+      </trkpt>
+      <trkpt lat="48.14286422729492" lon="11.423746109008789">
+        <name>132140</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86831</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129101&#xA;      &#xA;      &#xA;        129102&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.259613037109375" lon="11.534852981567383">
+        <name>129101</name>
+      </trkpt>
+      <trkpt lat="48.26298141479492" lon="11.536539077758789">
+        <name>129102</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105066</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146614&#xA;      &#xA;      &#xA;        146615&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22685623168945" lon="11.558568000793457">
+        <name>146614</name>
+      </trkpt>
+      <trkpt lat="48.226966857910156" lon="11.563253402709961">
+        <name>146615</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87873</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130098&#xA;      &#xA;      &#xA;        130099&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23329544067383" lon="11.348307609558105">
+        <name>130098</name>
+      </trkpt>
+      <trkpt lat="48.23386764526367" lon="11.348992347717285">
+        <name>130099</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96470</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138150&#xA;      &#xA;      &#xA;        138151&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32048034667969" lon="11.186389923095703">
+        <name>138150</name>
+      </trkpt>
+      <trkpt lat="48.322330474853516" lon="11.18244743347168">
+        <name>138151</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105327</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146871&#xA;      &#xA;      &#xA;        146880&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.027679443359375" lon="11.658404350280762">
+        <name>146871</name>
+      </trkpt>
+      <trkpt lat="48.026668548583984" lon="11.654777526855469">
+        <name>146880</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86050</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128368&#xA;      &#xA;      &#xA;        128369&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.218955993652344" lon="11.252594947814941">
+        <name>128368</name>
+      </trkpt>
+      <trkpt lat="48.21889114379883" lon="11.252975463867188">
+        <name>128369</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105588</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147142&#xA;      &#xA;      &#xA;        147143&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.137001037597656" lon="11.426217079162598">
+        <name>147142</name>
+      </trkpt>
+      <trkpt lat="48.13723373413086" lon="11.426979064941406">
+        <name>147143</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89958</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132140&#xA;      &#xA;      &#xA;        132139&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14286422729492" lon="11.423746109008789">
+        <name>132140</name>
+      </trkpt>
+      <trkpt lat="48.14375305175781" lon="11.423383712768555">
+        <name>132139</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86832</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129103&#xA;      &#xA;      &#xA;        129104&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.263057708740234" lon="11.53628158569336">
+        <name>129103</name>
+      </trkpt>
+      <trkpt lat="48.2596321105957" lon="11.534453392028809">
+        <name>129104</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105067</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146615&#xA;      &#xA;      &#xA;        146616&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.226966857910156" lon="11.563253402709961">
+        <name>146615</name>
+      </trkpt>
+      <trkpt lat="48.22706604003906" lon="11.566394805908203">
+        <name>146616</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87874</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130099&#xA;      &#xA;      &#xA;        130100&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23386764526367" lon="11.348992347717285">
+        <name>130099</name>
+      </trkpt>
+      <trkpt lat="48.23419189453125" lon="11.34939193725586">
+        <name>130100</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105328</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146880&#xA;      &#xA;      &#xA;        146881&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.026668548583984" lon="11.654777526855469">
+        <name>146880</name>
+      </trkpt>
+      <trkpt lat="48.026268005371094" lon="11.652892112731934">
+        <name>146881</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86051</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128369&#xA;      &#xA;      &#xA;        128370&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21889114379883" lon="11.252975463867188">
+        <name>128369</name>
+      </trkpt>
+      <trkpt lat="48.2186164855957" lon="11.253129005432129">
+        <name>128370</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105589</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147143&#xA;      &#xA;      &#xA;        147144&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13723373413086" lon="11.426979064941406">
+        <name>147143</name>
+      </trkpt>
+      <trkpt lat="48.13910675048828" lon="11.425970077514648">
+        <name>147144</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89959</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132143&#xA;      &#xA;      &#xA;        132144&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14329528808594" lon="11.417670249938965">
+        <name>132143</name>
+      </trkpt>
+      <trkpt lat="48.143333435058594" lon="11.418928146362305">
+        <name>132144</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86833</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129104&#xA;      &#xA;      &#xA;        129099&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2596321105957" lon="11.534453392028809">
+        <name>129104</name>
+      </trkpt>
+      <trkpt lat="48.256141662597656" lon="11.5331392288208">
+        <name>129099</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105068</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146616&#xA;      &#xA;      &#xA;        146617&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22706604003906" lon="11.566394805908203">
+        <name>146616</name>
+      </trkpt>
+      <trkpt lat="48.22727584838867" lon="11.57025146484375">
+        <name>146617</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87875</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130100&#xA;      &#xA;      &#xA;        130101&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23419189453125" lon="11.34939193725586">
+        <name>130100</name>
+      </trkpt>
+      <trkpt lat="48.23466491699219" lon="11.348821640014648">
+        <name>130101</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96472</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138151&#xA;      &#xA;      &#xA;        138152&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.322330474853516" lon="11.18244743347168">
+        <name>138151</name>
+      </trkpt>
+      <trkpt lat="48.32469940185547" lon="11.177306175231934">
+        <name>138152</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105329</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146881&#xA;      &#xA;      &#xA;        146882&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.026268005371094" lon="11.652892112731934">
+        <name>146881</name>
+      </trkpt>
+      <trkpt lat="48.02611541748047" lon="11.651406288146973">
+        <name>146882</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86052</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128370&#xA;      &#xA;      &#xA;        128371&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2186164855957" lon="11.253129005432129">
+        <name>128370</name>
+      </trkpt>
+      <trkpt lat="48.21745681762695" lon="11.253204345703125">
+        <name>128371</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105590</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147144&#xA;      &#xA;      &#xA;        147145&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13910675048828" lon="11.425970077514648">
+        <name>147144</name>
+      </trkpt>
+      <trkpt lat="48.140869140625" lon="11.424903869628906">
+        <name>147145</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89960</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132144&#xA;      &#xA;      &#xA;        132145&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.143333435058594" lon="11.418928146362305">
+        <name>132144</name>
+      </trkpt>
+      <trkpt lat="48.14338302612305" lon="11.419879913330078">
+        <name>132145</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86834</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129102&#xA;      &#xA;      &#xA;        129105&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26298141479492" lon="11.536539077758789">
+        <name>129102</name>
+      </trkpt>
+      <trkpt lat="48.26625061035156" lon="11.538652420043945">
+        <name>129105</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105069</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146617&#xA;      &#xA;      &#xA;        146618&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22727584838867" lon="11.57025146484375">
+        <name>146617</name>
+      </trkpt>
+      <trkpt lat="48.227638244628906" lon="11.574878692626953">
+        <name>146618</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87876</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130101&#xA;      &#xA;      &#xA;        130102&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23466491699219" lon="11.348821640014648">
+        <name>130101</name>
+      </trkpt>
+      <trkpt lat="48.23483657836914" lon="11.348307609558105">
+        <name>130102</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105330</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146882&#xA;      &#xA;      &#xA;        146883&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02611541748047" lon="11.651406288146973">
+        <name>146882</name>
+      </trkpt>
+      <trkpt lat="48.026248931884766" lon="11.649493217468262">
+        <name>146883</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86053</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128371&#xA;      &#xA;      &#xA;        128372&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21745681762695" lon="11.253204345703125">
+        <name>128371</name>
+      </trkpt>
+      <trkpt lat="48.216915130615234" lon="11.253318786621094">
+        <name>128372</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105591</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147145&#xA;      &#xA;      &#xA;        147146&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.140869140625" lon="11.424903869628906">
+        <name>147145</name>
+      </trkpt>
+      <trkpt lat="48.14219284057617" lon="11.424046516418457">
+        <name>147146</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89961</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132145&#xA;      &#xA;      &#xA;        132146&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14338302612305" lon="11.419879913330078">
+        <name>132145</name>
+      </trkpt>
+      <trkpt lat="48.14345932006836" lon="11.420699119567871">
+        <name>132146</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86835</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129105&#xA;      &#xA;      &#xA;        129106&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26625061035156" lon="11.538652420043945">
+        <name>129105</name>
+      </trkpt>
+      <trkpt lat="48.26946258544922" lon="11.540938377380371">
+        <name>129106</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105070</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146618&#xA;      &#xA;      &#xA;        146619&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.227638244628906" lon="11.574878692626953">
+        <name>146618</name>
+      </trkpt>
+      <trkpt lat="48.22801208496094" lon="11.578678131103516">
+        <name>146619</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87877</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130102&#xA;      &#xA;      &#xA;        130103&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23483657836914" lon="11.348307609558105">
+        <name>130102</name>
+      </trkpt>
+      <trkpt lat="48.23466491699219" lon="11.34770679473877">
+        <name>130103</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85012</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127358&#xA;      &#xA;      &#xA;        127364&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2028923034668" lon="11.302361488342285">
+        <name>127358</name>
+      </trkpt>
+      <trkpt lat="48.20546340942383" lon="11.306921005249023">
+        <name>127364</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105331</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146883&#xA;      &#xA;      &#xA;        146884&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.026248931884766" lon="11.649493217468262">
+        <name>146883</name>
+      </trkpt>
+      <trkpt lat="48.02659606933594" lon="11.647636413574219">
+        <name>146884</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86054</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128372&#xA;      &#xA;      &#xA;        128373&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.216915130615234" lon="11.253318786621094">
+        <name>128372</name>
+      </trkpt>
+      <trkpt lat="48.215667724609375" lon="11.25348949432373">
+        <name>128373</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105592</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147146&#xA;      &#xA;      &#xA;        132140&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14219284057617" lon="11.424046516418457">
+        <name>147146</name>
+      </trkpt>
+      <trkpt lat="48.14286422729492" lon="11.423746109008789">
+        <name>132140</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89962</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132146&#xA;      &#xA;      &#xA;        132147&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14345932006836" lon="11.420699119567871">
+        <name>132146</name>
+      </trkpt>
+      <trkpt lat="48.14353561401367" lon="11.421175003051758">
+        <name>132147</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86836</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129107&#xA;      &#xA;      &#xA;        129108&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26957702636719" lon="11.540679931640625">
+        <name>129107</name>
+      </trkpt>
+      <trkpt lat="48.26639938354492" lon="11.538366317749023">
+        <name>129108</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105071</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146619&#xA;      &#xA;      &#xA;        146620&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22801208496094" lon="11.578678131103516">
+        <name>146619</name>
+      </trkpt>
+      <trkpt lat="48.22845458984375" lon="11.58316421508789">
+        <name>146620</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87878</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130103&#xA;      &#xA;      &#xA;        130104&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23466491699219" lon="11.34770679473877">
+        <name>130103</name>
+      </trkpt>
+      <trkpt lat="48.23419189453125" lon="11.347564697265625">
+        <name>130104</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98038</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127296&#xA;      &#xA;      &#xA;        139652&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21146011352539" lon="11.317453384399414">
+        <name>127296</name>
+      </trkpt>
+      <trkpt lat="48.212623596191406" lon="11.31899642944336">
+        <name>139652</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105332</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146884&#xA;      &#xA;      &#xA;        146885&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02659606933594" lon="11.647636413574219">
+        <name>146884</name>
+      </trkpt>
+      <trkpt lat="48.02689743041992" lon="11.645721435546875">
+        <name>146885</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86055</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128373&#xA;      &#xA;      &#xA;        128374&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215667724609375" lon="11.25348949432373">
+        <name>128373</name>
+      </trkpt>
+      <trkpt lat="48.21546936035156" lon="11.253661155700684">
+        <name>128374</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105593</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146890&#xA;      &#xA;      &#xA;        147157&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02590560913086" lon="11.65372085571289">
+        <name>146890</name>
+      </trkpt>
+      <trkpt lat="48.02501678466797" lon="11.655895233154297">
+        <name>147157</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89963</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128229&#xA;      &#xA;      &#xA;        132159&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.186790466308594" lon="11.382305145263672">
+        <name>128229</name>
+      </trkpt>
+      <trkpt lat="48.18618392944336" lon="11.383527755737305">
+        <name>132159</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86837</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129108&#xA;      &#xA;      &#xA;        129103&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26639938354492" lon="11.538366317749023">
+        <name>129108</name>
+      </trkpt>
+      <trkpt lat="48.263057708740234" lon="11.53628158569336">
+        <name>129103</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105072</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146620&#xA;      &#xA;      &#xA;        146621&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22845458984375" lon="11.58316421508789">
+        <name>146620</name>
+      </trkpt>
+      <trkpt lat="48.22868347167969" lon="11.58687686920166">
+        <name>146621</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87879</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130104&#xA;      &#xA;      &#xA;        130105&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23419189453125" lon="11.347564697265625">
+        <name>130104</name>
+      </trkpt>
+      <trkpt lat="48.2337760925293" lon="11.348164558410645">
+        <name>130105</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98039</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139652&#xA;      &#xA;      &#xA;        127294&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.212623596191406" lon="11.31899642944336">
+        <name>139652</name>
+      </trkpt>
+      <trkpt lat="48.21293640136719" lon="11.31939697265625">
+        <name>127294</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96476</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138152&#xA;      &#xA;      &#xA;        138153&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32469940185547" lon="11.177306175231934">
+        <name>138152</name>
+      </trkpt>
+      <trkpt lat="48.326454162597656" lon="11.173705101013184">
+        <name>138153</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105333</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146885&#xA;      &#xA;      &#xA;        146886&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02689743041992" lon="11.645721435546875">
+        <name>146885</name>
+      </trkpt>
+      <trkpt lat="48.02703094482422" lon="11.64423656463623">
+        <name>146886</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86056</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128374&#xA;      &#xA;      &#xA;        128375&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21546936035156" lon="11.253661155700684">
+        <name>128374</name>
+      </trkpt>
+      <trkpt lat="48.2154426574707" lon="11.25404167175293">
+        <name>128375</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105594</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147157&#xA;      &#xA;      &#xA;        147156&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02501678466797" lon="11.655895233154297">
+        <name>147157</name>
+      </trkpt>
+      <trkpt lat="48.023895263671875" lon="11.657694816589355">
+        <name>147156</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89964</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132159&#xA;      &#xA;      &#xA;        132160&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18618392944336" lon="11.383527755737305">
+        <name>132159</name>
+      </trkpt>
+      <trkpt lat="48.18551254272461" lon="11.384899139404297">
+        <name>132160</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86838</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129106&#xA;      &#xA;      &#xA;        129109&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26946258544922" lon="11.540938377380371">
+        <name>129106</name>
+      </trkpt>
+      <trkpt lat="48.27292251586914" lon="11.543965339660645">
+        <name>129109</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105073</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146621&#xA;      &#xA;      &#xA;        146622&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22868347167969" lon="11.58687686920166">
+        <name>146621</name>
+      </trkpt>
+      <trkpt lat="48.22883605957031" lon="11.589791297912598">
+        <name>146622</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87880</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130105&#xA;      &#xA;      &#xA;        130106&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2337760925293" lon="11.348164558410645">
+        <name>130105</name>
+      </trkpt>
+      <trkpt lat="48.23276138305664" lon="11.349878311157227">
+        <name>130106</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98040</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139652&#xA;      &#xA;      &#xA;        139653&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.212623596191406" lon="11.31899642944336">
+        <name>139652</name>
+      </trkpt>
+      <trkpt lat="48.21437454223633" lon="11.316967964172363">
+        <name>139653</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105334</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146898&#xA;      &#xA;      &#xA;        146886&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0270881652832" lon="11.641551971435547">
+        <name>146898</name>
+      </trkpt>
+      <trkpt lat="48.02703094482422" lon="11.64423656463623">
+        <name>146886</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86057</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128375&#xA;      &#xA;      &#xA;        128376&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2154426574707" lon="11.25404167175293">
+        <name>128375</name>
+      </trkpt>
+      <trkpt lat="48.215518951416016" lon="11.254537582397461">
+        <name>128376</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105595</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147156&#xA;      &#xA;      &#xA;        147155&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.023895263671875" lon="11.657694816589355">
+        <name>147156</name>
+      </trkpt>
+      <trkpt lat="48.02220153808594" lon="11.659537315368652">
+        <name>147155</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89965</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132160&#xA;      &#xA;      &#xA;        128231&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18551254272461" lon="11.384899139404297">
+        <name>132160</name>
+      </trkpt>
+      <trkpt lat="48.1844367980957" lon="11.386801719665527">
+        <name>128231</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86839</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129109&#xA;      &#xA;      &#xA;        129110&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.27292251586914" lon="11.543965339660645">
+        <name>129109</name>
+      </trkpt>
+      <trkpt lat="48.276268005371094" lon="11.547165870666504">
+        <name>129110</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105074</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146622&#xA;      &#xA;      &#xA;        146623&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22883605957031" lon="11.589791297912598">
+        <name>146622</name>
+      </trkpt>
+      <trkpt lat="48.228912353515625" lon="11.593419075012207">
+        <name>146623</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87881</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130106&#xA;      &#xA;      &#xA;        130107&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23276138305664" lon="11.349878311157227">
+        <name>130106</name>
+      </trkpt>
+      <trkpt lat="48.231201171875" lon="11.35247802734375">
+        <name>130107</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98041</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139653&#xA;      &#xA;      &#xA;        139654&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21437454223633" lon="11.316967964172363">
+        <name>139653</name>
+      </trkpt>
+      <trkpt lat="48.21460723876953" lon="11.316797256469727">
+        <name>139654</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105335</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146886&#xA;      &#xA;      &#xA;        146887&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02703094482422" lon="11.64423656463623">
+        <name>146886</name>
+      </trkpt>
+      <trkpt lat="48.026973724365234" lon="11.647066116333008">
+        <name>146887</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87621</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127287&#xA;      &#xA;      &#xA;        129890&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.217811584472656" lon="11.328259468078613">
+        <name>127287</name>
+      </trkpt>
+      <trkpt lat="48.21840286254883" lon="11.329521179199219">
+        <name>129890</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86058</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128376&#xA;      &#xA;      &#xA;        128377&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215518951416016" lon="11.254537582397461">
+        <name>128376</name>
+      </trkpt>
+      <trkpt lat="48.21550750732422" lon="11.255070686340332">
+        <name>128377</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105596</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147155&#xA;      &#xA;      &#xA;        147154&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02220153808594" lon="11.659537315368652">
+        <name>147155</name>
+      </trkpt>
+      <trkpt lat="48.02051544189453" lon="11.660652160644531">
+        <name>147154</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89966</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132159&#xA;      &#xA;      &#xA;        132154&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18618392944336" lon="11.383527755737305">
+        <name>132159</name>
+      </trkpt>
+      <trkpt lat="48.187095642089844" lon="11.384841918945312">
+        <name>132154</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86840</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129111&#xA;      &#xA;      &#xA;        129112&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.27643966674805" lon="11.54685115814209">
+        <name>129111</name>
+      </trkpt>
+      <trkpt lat="48.2730712890625" lon="11.543594360351562">
+        <name>129112</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105075</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146623&#xA;      &#xA;      &#xA;        146624&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.228912353515625" lon="11.593419075012207">
+        <name>146623</name>
+      </trkpt>
+      <trkpt lat="48.22888946533203" lon="11.596275329589844">
+        <name>146624</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87882</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130107&#xA;      &#xA;      &#xA;        130108&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.231201171875" lon="11.35247802734375">
+        <name>130107</name>
+      </trkpt>
+      <trkpt lat="48.229549407958984" lon="11.355305671691895">
+        <name>130108</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98042</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139654&#xA;      &#xA;      &#xA;        139655&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21460723876953" lon="11.316797256469727">
+        <name>139654</name>
+      </trkpt>
+      <trkpt lat="48.21493148803711" lon="11.316854476928711">
+        <name>139655</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105336</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146887&#xA;      &#xA;      &#xA;        146888&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.026973724365234" lon="11.647066116333008">
+        <name>146887</name>
+      </trkpt>
+      <trkpt lat="48.02678680419922" lon="11.649494171142578">
+        <name>146888</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87622</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129890&#xA;      &#xA;      &#xA;        129889&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21840286254883" lon="11.329521179199219">
+        <name>129890</name>
+      </trkpt>
+      <trkpt lat="48.2203483581543" lon="11.332749366760254">
+        <name>129889</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86059</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128377&#xA;      &#xA;      &#xA;        128378&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21550750732422" lon="11.255070686340332">
+        <name>128377</name>
+      </trkpt>
+      <trkpt lat="48.215415954589844" lon="11.255699157714844">
+        <name>128378</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105597</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147154&#xA;      &#xA;      &#xA;        147153&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02051544189453" lon="11.660652160644531">
+        <name>147154</name>
+      </trkpt>
+      <trkpt lat="48.01897048950195" lon="11.66159439086914">
+        <name>147153</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89967</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132154&#xA;      &#xA;      &#xA;        132155&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.187095642089844" lon="11.384841918945312">
+        <name>132154</name>
+      </trkpt>
+      <trkpt lat="48.188392639160156" lon="11.386641502380371">
+        <name>132155</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86841</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129112&#xA;      &#xA;      &#xA;        129107&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2730712890625" lon="11.543594360351562">
+        <name>129112</name>
+      </trkpt>
+      <trkpt lat="48.26957702636719" lon="11.540679931640625">
+        <name>129107</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105076</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146624&#xA;      &#xA;      &#xA;        146626&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22888946533203" lon="11.596275329589844">
+        <name>146624</name>
+      </trkpt>
+      <trkpt lat="48.22858810424805" lon="11.60107421875">
+        <name>146626</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87883</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130108&#xA;      &#xA;      &#xA;        130109&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.229549407958984" lon="11.355305671691895">
+        <name>130108</name>
+      </trkpt>
+      <trkpt lat="48.22617721557617" lon="11.360904693603516">
+        <name>130109</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98043</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139655&#xA;      &#xA;      &#xA;        139656&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21493148803711" lon="11.316854476928711">
+        <name>139655</name>
+      </trkpt>
+      <trkpt lat="48.215232849121094" lon="11.317139625549316">
+        <name>139656</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96480</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138153&#xA;      &#xA;      &#xA;        138157&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.326454162597656" lon="11.173705101013184">
+        <name>138153</name>
+      </trkpt>
+      <trkpt lat="48.327392578125" lon="11.172033309936523">
+        <name>138157</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85018</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127364&#xA;      &#xA;      &#xA;        127370&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20546340942383" lon="11.306921005249023">
+        <name>127364</name>
+      </trkpt>
+      <trkpt lat="48.2071647644043" lon="11.30920696258545">
+        <name>127370</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105337</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146888&#xA;      &#xA;      &#xA;        146889&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02678680419922" lon="11.649494171142578">
+        <name>146888</name>
+      </trkpt>
+      <trkpt lat="48.02638244628906" lon="11.651978492736816">
+        <name>146889</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87623</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129889&#xA;      &#xA;      &#xA;        127458&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2203483581543" lon="11.332749366760254">
+        <name>129889</name>
+      </trkpt>
+      <trkpt lat="48.22129440307617" lon="11.3343505859375">
+        <name>127458</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86060</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128378&#xA;      &#xA;      &#xA;        128379&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215415954589844" lon="11.255699157714844">
+        <name>128378</name>
+      </trkpt>
+      <trkpt lat="48.21536636352539" lon="11.25638484954834">
+        <name>128379</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105598</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147153&#xA;      &#xA;      &#xA;        147152&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.01897048950195" lon="11.66159439086914">
+        <name>147153</name>
+      </trkpt>
+      <trkpt lat="48.01750564575195" lon="11.662622451782227">
+        <name>147152</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89968</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132155&#xA;      &#xA;      &#xA;        132156&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.188392639160156" lon="11.386641502380371">
+        <name>132155</name>
+      </trkpt>
+      <trkpt lat="48.188961029052734" lon="11.38735580444336">
+        <name>132156</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86842</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129110&#xA;      &#xA;      &#xA;        129113&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.276268005371094" lon="11.547165870666504">
+        <name>129110</name>
+      </trkpt>
+      <trkpt lat="48.279632568359375" lon="11.550821304321289">
+        <name>129113</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87884</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130109&#xA;      &#xA;      &#xA;        130110&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22617721557617" lon="11.360904693603516">
+        <name>130109</name>
+      </trkpt>
+      <trkpt lat="48.22203063964844" lon="11.367988586425781">
+        <name>130110</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98044</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139656&#xA;      &#xA;      &#xA;        139657&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215232849121094" lon="11.317139625549316">
+        <name>139656</name>
+      </trkpt>
+      <trkpt lat="48.215938568115234" lon="11.317939758300781">
+        <name>139657</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85019</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127370&#xA;      &#xA;      &#xA;        127371&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2071647644043" lon="11.30920696258545">
+        <name>127370</name>
+      </trkpt>
+      <trkpt lat="48.20932388305664" lon="11.311186790466309">
+        <name>127371</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105338</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146889&#xA;      &#xA;      &#xA;        146890&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02638244628906" lon="11.651978492736816">
+        <name>146889</name>
+      </trkpt>
+      <trkpt lat="48.02590560913086" lon="11.65372085571289">
+        <name>146890</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86061</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128379&#xA;      &#xA;      &#xA;        128380&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21536636352539" lon="11.25638484954834">
+        <name>128379</name>
+      </trkpt>
+      <trkpt lat="48.2154426574707" lon="11.25705337524414">
+        <name>128380</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105599</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147151&#xA;      &#xA;      &#xA;        147150&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0175895690918" lon="11.663436889648438">
+        <name>147151</name>
+      </trkpt>
+      <trkpt lat="48.019798278808594" lon="11.66253662109375">
+        <name>147150</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89969</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132156&#xA;      &#xA;      &#xA;        132157&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.188961029052734" lon="11.38735580444336">
+        <name>132156</name>
+      </trkpt>
+      <trkpt lat="48.18940353393555" lon="11.387755393981934">
+        <name>132157</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86843</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129113&#xA;      &#xA;      &#xA;        129114&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.279632568359375" lon="11.550821304321289">
+        <name>129113</name>
+      </trkpt>
+      <trkpt lat="48.28236770629883" lon="11.55424976348877">
+        <name>129114</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87885</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130110&#xA;      &#xA;      &#xA;        130111&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22203063964844" lon="11.367988586425781">
+        <name>130110</name>
+      </trkpt>
+      <trkpt lat="48.21829605102539" lon="11.374273300170898">
+        <name>130111</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98045</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139657&#xA;      &#xA;      &#xA;        139658&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215938568115234" lon="11.317939758300781">
+        <name>139657</name>
+      </trkpt>
+      <trkpt lat="48.21718978881836" lon="11.318853378295898">
+        <name>139658</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105339</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146891&#xA;      &#xA;      &#xA;        146892&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02619171142578" lon="11.654206275939941">
+        <name>146891</name>
+      </trkpt>
+      <trkpt lat="48.02651596069336" lon="11.652835845947266">
+        <name>146892</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86062</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128380&#xA;      &#xA;      &#xA;        128381&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2154426574707" lon="11.25705337524414">
+        <name>128380</name>
+      </trkpt>
+      <trkpt lat="48.2154541015625" lon="11.25739574432373">
+        <name>128381</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105600</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147150&#xA;      &#xA;      &#xA;        147149&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.019798278808594" lon="11.66253662109375">
+        <name>147150</name>
+      </trkpt>
+      <trkpt lat="48.02223205566406" lon="11.661123275756836">
+        <name>147149</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89970</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132157&#xA;      &#xA;      &#xA;        132158&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18940353393555" lon="11.387755393981934">
+        <name>132157</name>
+      </trkpt>
+      <trkpt lat="48.19060134887695" lon="11.388355255126953">
+        <name>132158</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86844</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129115&#xA;      &#xA;      &#xA;        129116&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.28236770629883" lon="11.553877830505371">
+        <name>129115</name>
+      </trkpt>
+      <trkpt lat="48.27971267700195" lon="11.550450325012207">
+        <name>129116</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87886</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130111&#xA;      &#xA;      &#xA;        130112&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21829605102539" lon="11.374273300170898">
+        <name>130111</name>
+      </trkpt>
+      <trkpt lat="48.21529006958008" lon="11.379414558410645">
+        <name>130112</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98046</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139658&#xA;      &#xA;      &#xA;        139659&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21718978881836" lon="11.318853378295898">
+        <name>139658</name>
+      </trkpt>
+      <trkpt lat="48.21686935424805" lon="11.319938659667969">
+        <name>139659</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85021</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127371&#xA;      &#xA;      &#xA;        127373&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20932388305664" lon="11.311186790466309">
+        <name>127371</name>
+      </trkpt>
+      <trkpt lat="48.211936950683594" lon="11.312653541564941">
+        <name>127373</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105340</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146892&#xA;      &#xA;      &#xA;        146893&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02651596069336" lon="11.652835845947266">
+        <name>146892</name>
+      </trkpt>
+      <trkpt lat="48.026878356933594" lon="11.650921821594238">
+        <name>146893</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86063</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128381&#xA;      &#xA;      &#xA;        128382&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2154541015625" lon="11.25739574432373">
+        <name>128381</name>
+      </trkpt>
+      <trkpt lat="48.215633392333984" lon="11.258176803588867">
+        <name>128382</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105601</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147149&#xA;      &#xA;      &#xA;        147148&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02223205566406" lon="11.661123275756836">
+        <name>147149</name>
+      </trkpt>
+      <trkpt lat="48.02381134033203" lon="11.65949535369873">
+        <name>147148</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89971</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132158&#xA;      &#xA;      &#xA;        132161&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19060134887695" lon="11.388355255126953">
+        <name>132158</name>
+      </trkpt>
+      <trkpt lat="48.191253662109375" lon="11.38853645324707">
+        <name>132161</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86845</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129116&#xA;      &#xA;      &#xA;        129111&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.27971267700195" lon="11.550450325012207">
+        <name>129116</name>
+      </trkpt>
+      <trkpt lat="48.27643966674805" lon="11.54685115814209">
+        <name>129111</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87887</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130112&#xA;      &#xA;      &#xA;        130113&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21529006958008" lon="11.379414558410645">
+        <name>130112</name>
+      </trkpt>
+      <trkpt lat="48.211578369140625" lon="11.385669708251953">
+        <name>130113</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98047</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139659&#xA;      &#xA;      &#xA;        139660&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21686935424805" lon="11.319938659667969">
+        <name>139659</name>
+      </trkpt>
+      <trkpt lat="48.21609115600586" lon="11.319396018981934">
+        <name>139660</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96484</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138157&#xA;      &#xA;      &#xA;        138162&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.327392578125" lon="11.172033309936523">
+        <name>138157</name>
+      </trkpt>
+      <trkpt lat="48.3287353515625" lon="11.169634819030762">
+        <name>138162</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105341</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146893&#xA;      &#xA;      &#xA;        146894&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.026878356933594" lon="11.650921821594238">
+        <name>146893</name>
+      </trkpt>
+      <trkpt lat="48.02714538574219" lon="11.648694038391113">
+        <name>146894</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86064</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128382&#xA;      &#xA;      &#xA;        128383&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215633392333984" lon="11.258176803588867">
+        <name>128382</name>
+      </trkpt>
+      <trkpt lat="48.2157096862793" lon="11.258596420288086">
+        <name>128383</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105602</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147148&#xA;      &#xA;      &#xA;        147147&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02381134033203" lon="11.65949535369873">
+        <name>147148</name>
+      </trkpt>
+      <trkpt lat="48.02521896362305" lon="11.657052040100098">
+        <name>147147</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89972</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132161&#xA;      &#xA;      &#xA;        132162&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.191253662109375" lon="11.38853645324707">
+        <name>132161</name>
+      </trkpt>
+      <trkpt lat="48.192012786865234" lon="11.388593673706055">
+        <name>132162</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86846</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129114&#xA;      &#xA;      &#xA;        129117&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.28236770629883" lon="11.55424976348877">
+        <name>129114</name>
+      </trkpt>
+      <trkpt lat="48.28472900390625" lon="11.557591438293457">
+        <name>129117</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87888</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130113&#xA;      &#xA;      &#xA;        130114&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.211578369140625" lon="11.385669708251953">
+        <name>130113</name>
+      </trkpt>
+      <trkpt lat="48.20856475830078" lon="11.390711784362793">
+        <name>130114</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98048</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139660&#xA;      &#xA;      &#xA;        139661&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21609115600586" lon="11.319396018981934">
+        <name>139660</name>
+      </trkpt>
+      <trkpt lat="48.21580505371094" lon="11.319138526916504">
+        <name>139661</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85023</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127373&#xA;      &#xA;      &#xA;        127378&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.211936950683594" lon="11.312653541564941">
+        <name>127373</name>
+      </trkpt>
+      <trkpt lat="48.21452331542969" lon="11.313453674316406">
+        <name>127378</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105342</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146894&#xA;      &#xA;      &#xA;        146895&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02714538574219" lon="11.648694038391113">
+        <name>146894</name>
+      </trkpt>
+      <trkpt lat="48.02728271484375" lon="11.646408081054688">
+        <name>146895</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87628</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129889&#xA;      &#xA;      &#xA;        129895&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2203483581543" lon="11.332749366760254">
+        <name>129889</name>
+      </trkpt>
+      <trkpt lat="48.22116470336914" lon="11.33200740814209">
+        <name>129895</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86065</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128383&#xA;      &#xA;      &#xA;        128384&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2157096862793" lon="11.258596420288086">
+        <name>128383</name>
+      </trkpt>
+      <trkpt lat="48.21574783325195" lon="11.258919715881348">
+        <name>128384</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105603</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147147&#xA;      &#xA;      &#xA;        146891&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02521896362305" lon="11.657052040100098">
+        <name>147147</name>
+      </trkpt>
+      <trkpt lat="48.02619171142578" lon="11.654206275939941">
+        <name>146891</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89973</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132162&#xA;      &#xA;      &#xA;        132163&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.192012786865234" lon="11.388593673706055">
+        <name>132162</name>
+      </trkpt>
+      <trkpt lat="48.19266891479492" lon="11.388726234436035">
+        <name>132163</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86847</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129117&#xA;      &#xA;      &#xA;        129118&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.28472900390625" lon="11.557591438293457">
+        <name>129117</name>
+      </trkpt>
+      <trkpt lat="48.28696823120117" lon="11.561077117919922">
+        <name>129118</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87889</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130114&#xA;      &#xA;      &#xA;        130115&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20856475830078" lon="11.390711784362793">
+        <name>130114</name>
+      </trkpt>
+      <trkpt lat="48.20582580566406" lon="11.39538288116455">
+        <name>130115</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98049</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139661&#xA;      &#xA;      &#xA;        139662&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21580505371094" lon="11.319138526916504">
+        <name>139661</name>
+      </trkpt>
+      <trkpt lat="48.21488952636719" lon="11.317996978759766">
+        <name>139662</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105343</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146895&#xA;      &#xA;      &#xA;        146896&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02728271484375" lon="11.646408081054688">
+        <name>146895</name>
+      </trkpt>
+      <trkpt lat="48.02739334106445" lon="11.64415168762207">
+        <name>146896</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86066</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128384&#xA;      &#xA;      &#xA;        128385&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21574783325195" lon="11.258919715881348">
+        <name>128384</name>
+      </trkpt>
+      <trkpt lat="48.21589660644531" lon="11.259110450744629">
+        <name>128385</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105604</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147151&#xA;      &#xA;      &#xA;        147162&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0175895690918" lon="11.663436889648438">
+        <name>147151</name>
+      </trkpt>
+      <trkpt lat="48.01570129394531" lon="11.664408683776855">
+        <name>147162</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89974</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132163&#xA;      &#xA;      &#xA;        132164&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19266891479492" lon="11.388726234436035">
+        <name>132163</name>
+      </trkpt>
+      <trkpt lat="48.19442367553711" lon="11.38927936553955">
+        <name>132164</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86848</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129118&#xA;      &#xA;      &#xA;        129119&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.28696823120117" lon="11.561077117919922">
+        <name>129118</name>
+      </trkpt>
+      <trkpt lat="48.28983688354492" lon="11.566190719604492">
+        <name>129119</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87890</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130115&#xA;      &#xA;      &#xA;        130116&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20582580566406" lon="11.39538288116455">
+        <name>130115</name>
+      </trkpt>
+      <trkpt lat="48.20228576660156" lon="11.400910377502441">
+        <name>130116</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98050</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139662&#xA;      &#xA;      &#xA;        139656&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21488952636719" lon="11.317996978759766">
+        <name>139662</name>
+      </trkpt>
+      <trkpt lat="48.215232849121094" lon="11.317139625549316">
+        <name>139656</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96487</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138162&#xA;      &#xA;      &#xA;        138165&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3287353515625" lon="11.169634819030762">
+        <name>138162</name>
+      </trkpt>
+      <trkpt lat="48.33007049560547" lon="11.16732120513916">
+        <name>138165</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105344</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146896&#xA;      &#xA;      &#xA;        146897&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02739334106445" lon="11.64415168762207">
+        <name>146896</name>
+      </trkpt>
+      <trkpt lat="48.02741241455078" lon="11.641551971435547">
+        <name>146897</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86067</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128385&#xA;      &#xA;      &#xA;        128386&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21589660644531" lon="11.259110450744629">
+        <name>128385</name>
+      </trkpt>
+      <trkpt lat="48.21614074707031" lon="11.259167671203613">
+        <name>128386</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105605</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147162&#xA;      &#xA;      &#xA;        147161&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.01570129394531" lon="11.664408683776855">
+        <name>147162</name>
+      </trkpt>
+      <trkpt lat="48.013999938964844" lon="11.665436744689941">
+        <name>147161</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89975</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132164&#xA;      &#xA;      &#xA;        132165&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19442367553711" lon="11.38927936553955">
+        <name>132164</name>
+      </trkpt>
+      <trkpt lat="48.19516372680664" lon="11.3895263671875">
+        <name>132165</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86849</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129120&#xA;      &#xA;      &#xA;        129121&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29001235961914" lon="11.566019058227539">
+        <name>129120</name>
+      </trkpt>
+      <trkpt lat="48.2871208190918" lon="11.560934066772461">
+        <name>129121</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105084</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146626&#xA;      &#xA;      &#xA;        146633&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22858810424805" lon="11.60107421875">
+        <name>146626</name>
+      </trkpt>
+      <trkpt lat="48.228111267089844" lon="11.605473518371582">
+        <name>146633</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87891</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130116&#xA;      &#xA;      &#xA;        130117&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20228576660156" lon="11.400910377502441">
+        <name>130116</name>
+      </trkpt>
+      <trkpt lat="48.19928741455078" lon="11.405449867248535">
+        <name>130117</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98051</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127294&#xA;      &#xA;      &#xA;        139670&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21293640136719" lon="11.31939697265625">
+        <name>127294</name>
+      </trkpt>
+      <trkpt lat="48.213958740234375" lon="11.320767402648926">
+        <name>139670</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96488</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138165&#xA;      &#xA;      &#xA;        138168&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33007049560547" lon="11.16732120513916">
+        <name>138165</name>
+      </trkpt>
+      <trkpt lat="48.33161163330078" lon="11.165135383605957">
+        <name>138168</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87631</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127414&#xA;      &#xA;      &#xA;        129896&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22465896606445" lon="11.334139823913574">
+        <name>127414</name>
+      </trkpt>
+      <trkpt lat="48.22550582885742" lon="11.3356351852417">
+        <name>129896</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86068</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128386&#xA;      &#xA;      &#xA;        128387&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21614074707031" lon="11.259167671203613">
+        <name>128386</name>
+      </trkpt>
+      <trkpt lat="48.21702575683594" lon="11.259053230285645">
+        <name>128387</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105606</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147161&#xA;      &#xA;      &#xA;        147160&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.013999938964844" lon="11.665436744689941">
+        <name>147161</name>
+      </trkpt>
+      <trkpt lat="48.011783599853516" lon="11.666950225830078">
+        <name>147160</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89976</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132165&#xA;      &#xA;      &#xA;        132166&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19516372680664" lon="11.3895263671875">
+        <name>132165</name>
+      </trkpt>
+      <trkpt lat="48.19721984863281" lon="11.389925956726074">
+        <name>132166</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86850</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129121&#xA;      &#xA;      &#xA;        129122&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2871208190918" lon="11.560934066772461">
+        <name>129121</name>
+      </trkpt>
+      <trkpt lat="48.28478240966797" lon="11.557249069213867">
+        <name>129122</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105085</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146633&#xA;      &#xA;      &#xA;        146634&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.228111267089844" lon="11.605473518371582">
+        <name>146633</name>
+      </trkpt>
+      <trkpt lat="48.227447509765625" lon="11.609843254089355">
+        <name>146634</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87892</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130117&#xA;      &#xA;      &#xA;        130118&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19928741455078" lon="11.405449867248535">
+        <name>130117</name>
+      </trkpt>
+      <trkpt lat="48.19568634033203" lon="11.41089153289795">
+        <name>130118</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98052</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139670&#xA;      &#xA;      &#xA;        127292&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.213958740234375" lon="11.320767402648926">
+        <name>139670</name>
+      </trkpt>
+      <trkpt lat="48.21546936035156" lon="11.32281494140625">
+        <name>127292</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96489</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138168&#xA;      &#xA;      &#xA;        138171&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33161163330078" lon="11.165135383605957">
+        <name>138168</name>
+      </trkpt>
+      <trkpt lat="48.333343505859375" lon="11.163164138793945">
+        <name>138171</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87632</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129896&#xA;      &#xA;      &#xA;        129897&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22550582885742" lon="11.3356351852417">
+        <name>129896</name>
+      </trkpt>
+      <trkpt lat="48.226688385009766" lon="11.337635040283203">
+        <name>129897</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86069</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128387&#xA;      &#xA;      &#xA;        128388&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21702575683594" lon="11.259053230285645">
+        <name>128387</name>
+      </trkpt>
+      <trkpt lat="48.21718978881836" lon="11.259071350097656">
+        <name>128388</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105607</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147152&#xA;      &#xA;      &#xA;        147158&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.01750564575195" lon="11.662622451782227">
+        <name>147152</name>
+      </trkpt>
+      <trkpt lat="48.015167236328125" lon="11.664264678955078">
+        <name>147158</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89977</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132166&#xA;      &#xA;      &#xA;        132167&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19721984863281" lon="11.389925956726074">
+        <name>132166</name>
+      </trkpt>
+      <trkpt lat="48.19827651977539" lon="11.390192985534668">
+        <name>132167</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86851</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129122&#xA;      &#xA;      &#xA;        129115&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.28478240966797" lon="11.557249069213867">
+        <name>129122</name>
+      </trkpt>
+      <trkpt lat="48.28236770629883" lon="11.553877830505371">
+        <name>129115</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105086</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146634&#xA;      &#xA;      &#xA;        146635&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.227447509765625" lon="11.609843254089355">
+        <name>146634</name>
+      </trkpt>
+      <trkpt lat="48.22670364379883" lon="11.613443374633789">
+        <name>146635</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87893</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130118&#xA;      &#xA;      &#xA;        130119&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19568634033203" lon="11.41089153289795">
+        <name>130118</name>
+      </trkpt>
+      <trkpt lat="48.19208908081055" lon="11.416290283203125">
+        <name>130119</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98053</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139658&#xA;      &#xA;      &#xA;        139663&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21718978881836" lon="11.318853378295898">
+        <name>139658</name>
+      </trkpt>
+      <trkpt lat="48.21781921386719" lon="11.319310188293457">
+        <name>139663</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87633</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129897&#xA;      &#xA;      &#xA;        129898&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.226688385009766" lon="11.337635040283203">
+        <name>129897</name>
+      </trkpt>
+      <trkpt lat="48.227962493896484" lon="11.340005874633789">
+        <name>129898</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86070</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128388&#xA;      &#xA;      &#xA;        128389&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21718978881836" lon="11.259071350097656">
+        <name>128388</name>
+      </trkpt>
+      <trkpt lat="48.21724319458008" lon="11.259282112121582">
+        <name>128389</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105608</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147158&#xA;      &#xA;      &#xA;        147159&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.015167236328125" lon="11.664264678955078">
+        <name>147158</name>
+      </trkpt>
+      <trkpt lat="48.0117073059082" lon="11.666635513305664">
+        <name>147159</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89978</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132167&#xA;      &#xA;      &#xA;        132168&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19827651977539" lon="11.390192985534668">
+        <name>132167</name>
+      </trkpt>
+      <trkpt lat="48.19978332519531" lon="11.390555381774902">
+        <name>132168</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86852</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129119&#xA;      &#xA;      &#xA;        129123&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.28983688354492" lon="11.566190719604492">
+        <name>129119</name>
+      </trkpt>
+      <trkpt lat="48.29194641113281" lon="11.570531845092773">
+        <name>129123</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87894</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130119&#xA;      &#xA;      &#xA;        130120&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19208908081055" lon="11.416290283203125">
+        <name>130119</name>
+      </trkpt>
+      <trkpt lat="48.189022064208984" lon="11.420875549316406">
+        <name>130120</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98054</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139663&#xA;      &#xA;      &#xA;        139664&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21781921386719" lon="11.319310188293457">
+        <name>139663</name>
+      </trkpt>
+      <trkpt lat="48.21831512451172" lon="11.319938659667969">
+        <name>139664</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87634</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129898&#xA;      &#xA;      &#xA;        129899&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.227962493896484" lon="11.340005874633789">
+        <name>129898</name>
+      </trkpt>
+      <trkpt lat="48.229026794433594" lon="11.342147827148438">
+        <name>129899</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86071</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128389&#xA;      &#xA;      &#xA;        128390&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21724319458008" lon="11.259282112121582">
+        <name>128389</name>
+      </trkpt>
+      <trkpt lat="48.21726608276367" lon="11.260309219360352">
+        <name>128390</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89979</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132168&#xA;      &#xA;      &#xA;        132169&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19978332519531" lon="11.390555381774902">
+        <name>132168</name>
+      </trkpt>
+      <trkpt lat="48.20077133178711" lon="11.390555381774902">
+        <name>132169</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86853</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129123&#xA;      &#xA;      &#xA;        129124&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29194641113281" lon="11.570531845092773">
+        <name>129123</name>
+      </trkpt>
+      <trkpt lat="48.29402160644531" lon="11.574816703796387">
+        <name>129124</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87895</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130120&#xA;      &#xA;      &#xA;        130121&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.189022064208984" lon="11.420875549316406">
+        <name>130120</name>
+      </trkpt>
+      <trkpt lat="48.18502426147461" lon="11.426959037780762">
+        <name>130121</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98055</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139664&#xA;      &#xA;      &#xA;        139665&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21831512451172" lon="11.319938659667969">
+        <name>139664</name>
+      </trkpt>
+      <trkpt lat="48.21871566772461" lon="11.320624351501465">
+        <name>139665</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87635</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129899&#xA;      &#xA;      &#xA;        129900&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.229026794433594" lon="11.342147827148438">
+        <name>129899</name>
+      </trkpt>
+      <trkpt lat="48.23025131225586" lon="11.344776153564453">
+        <name>129900</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86072</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128390&#xA;      &#xA;      &#xA;        128391&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21726608276367" lon="11.260309219360352">
+        <name>128390</name>
+      </trkpt>
+      <trkpt lat="48.21723175048828" lon="11.262709617614746">
+        <name>128391</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89980</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132169&#xA;      &#xA;      &#xA;        132170&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20077133178711" lon="11.390555381774902">
+        <name>132169</name>
+      </trkpt>
+      <trkpt lat="48.2012939453125" lon="11.390402793884277">
+        <name>132170</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86854</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129124&#xA;      &#xA;      &#xA;        129125&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29402160644531" lon="11.574816703796387">
+        <name>129124</name>
+      </trkpt>
+      <trkpt lat="48.295597076416016" lon="11.578102111816406">
+        <name>129125</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98056</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139665&#xA;      &#xA;      &#xA;        139666&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21871566772461" lon="11.320624351501465">
+        <name>139665</name>
+      </trkpt>
+      <trkpt lat="48.21876907348633" lon="11.320881843566895">
+        <name>139666</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96493</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138171&#xA;      &#xA;      &#xA;        138172&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.333343505859375" lon="11.163164138793945">
+        <name>138171</name>
+      </trkpt>
+      <trkpt lat="48.335227966308594" lon="11.161407470703125">
+        <name>138172</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87636</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129900&#xA;      &#xA;      &#xA;        129901&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23025131225586" lon="11.344776153564453">
+        <name>129900</name>
+      </trkpt>
+      <trkpt lat="48.23116683959961" lon="11.346376419067383">
+        <name>129901</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86073</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128391&#xA;      &#xA;      &#xA;        128392&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21723175048828" lon="11.262709617614746">
+        <name>128391</name>
+      </trkpt>
+      <trkpt lat="48.21718215942383" lon="11.263642311096191">
+        <name>128392</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89981</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132170&#xA;      &#xA;      &#xA;        132171&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2012939453125" lon="11.390402793884277">
+        <name>132170</name>
+      </trkpt>
+      <trkpt lat="48.20193862915039" lon="11.389888763427734">
+        <name>132171</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86855</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129128&#xA;      &#xA;      &#xA;        129127&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29582595825195" lon="11.577901840209961">
+        <name>129128</name>
+      </trkpt>
+      <trkpt lat="48.294212341308594" lon="11.57458782196045">
+        <name>129127</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87897</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129950&#xA;      &#xA;      &#xA;        130122&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18100357055664" lon="11.433415412902832">
+        <name>129950</name>
+      </trkpt>
+      <trkpt lat="48.181976318359375" lon="11.431831359863281">
+        <name>130122</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98057</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139666&#xA;      &#xA;      &#xA;        139667&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21876907348633" lon="11.320881843566895">
+        <name>139666</name>
+      </trkpt>
+      <trkpt lat="48.21875" lon="11.321195602416992">
+        <name>139667</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85032</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127378&#xA;      &#xA;      &#xA;        127384&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21452331542969" lon="11.313453674316406">
+        <name>127378</name>
+      </trkpt>
+      <trkpt lat="48.216041564941406" lon="11.314178466796875">
+        <name>127384</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87637</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129901&#xA;      &#xA;      &#xA;        129902&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23116683959961" lon="11.346376419067383">
+        <name>129901</name>
+      </trkpt>
+      <trkpt lat="48.23162078857422" lon="11.346946716308594">
+        <name>129902</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86074</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128392&#xA;      &#xA;      &#xA;        128393&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21718215942383" lon="11.263642311096191">
+        <name>128392</name>
+      </trkpt>
+      <trkpt lat="48.217063903808594" lon="11.264881134033203">
+        <name>128393</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89982</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132171&#xA;      &#xA;      &#xA;        132172&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20193862915039" lon="11.389888763427734">
+        <name>132171</name>
+      </trkpt>
+      <trkpt lat="48.20269012451172" lon="11.389164924621582">
+        <name>132172</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86856</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129127&#xA;      &#xA;      &#xA;        129126&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.294212341308594" lon="11.57458782196045">
+        <name>129127</name>
+      </trkpt>
+      <trkpt lat="48.29216003417969" lon="11.570331573486328">
+        <name>129126</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87898</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130122&#xA;      &#xA;      &#xA;        129948&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181976318359375" lon="11.431831359863281">
+        <name>130122</name>
+      </trkpt>
+      <trkpt lat="48.18239212036133" lon="11.431615829467773">
+        <name>129948</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98058</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139667&#xA;      &#xA;      &#xA;        139668&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21875" lon="11.321195602416992">
+        <name>139667</name>
+      </trkpt>
+      <trkpt lat="48.21659851074219" lon="11.320967674255371">
+        <name>139668</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105352</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146897&#xA;      &#xA;      &#xA;        146909&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02741241455078" lon="11.641551971435547">
+        <name>146897</name>
+      </trkpt>
+      <trkpt lat="48.027435302734375" lon="11.638237953186035">
+        <name>146909</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87638</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129902&#xA;      &#xA;      &#xA;        129903&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23162078857422" lon="11.346946716308594">
+        <name>129902</name>
+      </trkpt>
+      <trkpt lat="48.232173919677734" lon="11.347433090209961">
+        <name>129903</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86075</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128393&#xA;      &#xA;      &#xA;        128394&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.217063903808594" lon="11.264881134033203">
+        <name>128393</name>
+      </trkpt>
+      <trkpt lat="48.217041015625" lon="11.265851974487305">
+        <name>128394</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89983</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132172&#xA;      &#xA;      &#xA;        132173&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20269012451172" lon="11.389164924621582">
+        <name>132172</name>
+      </trkpt>
+      <trkpt lat="48.20299530029297" lon="11.390631675720215">
+        <name>132173</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86857</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129126&#xA;      &#xA;      &#xA;        129120&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29216003417969" lon="11.570331573486328">
+        <name>129126</name>
+      </trkpt>
+      <trkpt lat="48.29001235961914" lon="11.566019058227539">
+        <name>129120</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87899</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130122&#xA;      &#xA;      &#xA;        130123&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181976318359375" lon="11.431831359863281">
+        <name>130122</name>
+      </trkpt>
+      <trkpt lat="48.18325424194336" lon="11.429717063903809">
+        <name>130123</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96496</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138172&#xA;      &#xA;      &#xA;        138178&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.335227966308594" lon="11.161407470703125">
+        <name>138172</name>
+      </trkpt>
+      <trkpt lat="48.337562561035156" lon="11.159178733825684">
+        <name>138178</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85034</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127384&#xA;      &#xA;      &#xA;        127386&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.216041564941406" lon="11.314178466796875">
+        <name>127384</name>
+      </trkpt>
+      <trkpt lat="48.21751022338867" lon="11.315340042114258">
+        <name>127386</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87639</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129903&#xA;      &#xA;      &#xA;        129904&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.232173919677734" lon="11.347433090209961">
+        <name>129903</name>
+      </trkpt>
+      <trkpt lat="48.23230743408203" lon="11.347689628601074">
+        <name>129904</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86076</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128394&#xA;      &#xA;      &#xA;        128395&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.217041015625" lon="11.265851974487305">
+        <name>128394</name>
+      </trkpt>
+      <trkpt lat="48.21644592285156" lon="11.269070625305176">
+        <name>128395</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98059</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139668&#xA;      &#xA;      &#xA;        139669&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21659851074219" lon="11.320967674255371">
+        <name>139668</name>
+      </trkpt>
+      <trkpt lat="48.2141227722168" lon="11.320653915405273">
+        <name>139669</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89984</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132173&#xA;      &#xA;      &#xA;        132174&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20299530029297" lon="11.390631675720215">
+        <name>132173</name>
+      </trkpt>
+      <trkpt lat="48.20321273803711" lon="11.391849517822266">
+        <name>132174</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86858</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129125&#xA;      &#xA;      &#xA;        129129&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.295597076416016" lon="11.578102111816406">
+        <name>129125</name>
+      </trkpt>
+      <trkpt lat="48.297691345214844" lon="11.582358360290527">
+        <name>129129</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105093</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146635&#xA;      &#xA;      &#xA;        146642&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22670364379883" lon="11.613443374633789">
+        <name>146635</name>
+      </trkpt>
+      <trkpt lat="48.22565841674805" lon="11.617555618286133">
+        <name>146642</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87900</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130123&#xA;      &#xA;      &#xA;        130121&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18325424194336" lon="11.429717063903809">
+        <name>130123</name>
+      </trkpt>
+      <trkpt lat="48.18502426147461" lon="11.426959037780762">
+        <name>130121</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105354</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146909&#xA;      &#xA;      &#xA;        146910&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.027435302734375" lon="11.638237953186035">
+        <name>146909</name>
+      </trkpt>
+      <trkpt lat="48.027587890625" lon="11.634724617004395">
+        <name>146910</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87640</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129904&#xA;      &#xA;      &#xA;        129905&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23230743408203" lon="11.347689628601074">
+        <name>129904</name>
+      </trkpt>
+      <trkpt lat="48.23223114013672" lon="11.348061561584473">
+        <name>129905</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86077</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128395&#xA;      &#xA;      &#xA;        128396&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21644592285156" lon="11.269070625305176">
+        <name>128395</name>
+      </trkpt>
+      <trkpt lat="48.21604919433594" lon="11.270651817321777">
+        <name>128396</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>98060</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139669&#xA;      &#xA;      &#xA;        139670&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2141227722168" lon="11.320653915405273">
+        <name>139669</name>
+      </trkpt>
+      <trkpt lat="48.213958740234375" lon="11.320767402648926">
+        <name>139670</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89985</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132174&#xA;      &#xA;      &#xA;        132175&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20321273803711" lon="11.391849517822266">
+        <name>132174</name>
+      </trkpt>
+      <trkpt lat="48.2035026550293" lon="11.393126487731934">
+        <name>132175</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86859</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129129&#xA;      &#xA;      &#xA;        129130&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.297691345214844" lon="11.582358360290527">
+        <name>129129</name>
+      </trkpt>
+      <trkpt lat="48.29995346069336" lon="11.587042808532715">
+        <name>129130</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105094</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146642&#xA;      &#xA;      &#xA;        146643&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22565841674805" lon="11.617555618286133">
+        <name>146642</name>
+      </trkpt>
+      <trkpt lat="48.224327087402344" lon="11.621726989746094">
+        <name>146643</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87901</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128959&#xA;      &#xA;      &#xA;        130126&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17397689819336" lon="11.426778793334961">
+        <name>128959</name>
+      </trkpt>
+      <trkpt lat="48.1741828918457" lon="11.426032066345215">
+        <name>130126</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87641</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129905&#xA;      &#xA;      &#xA;        129906&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23223114013672" lon="11.348061561584473">
+        <name>129905</name>
+      </trkpt>
+      <trkpt lat="48.231849670410156" lon="11.34871768951416">
+        <name>129906</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86078</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128396&#xA;      &#xA;      &#xA;        128397&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21604919433594" lon="11.270651817321777">
+        <name>128396</name>
+      </trkpt>
+      <trkpt lat="48.21511459350586" lon="11.273643493652344">
+        <name>128397</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89986</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132175&#xA;      &#xA;      &#xA;        132176&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2035026550293" lon="11.393126487731934">
+        <name>132175</name>
+      </trkpt>
+      <trkpt lat="48.20368957519531" lon="11.393887519836426">
+        <name>132176</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86860</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129130&#xA;      &#xA;      &#xA;        129131&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.29995346069336" lon="11.587042808532715">
+        <name>129130</name>
+      </trkpt>
+      <trkpt lat="48.30187225341797" lon="11.590984344482422">
+        <name>129131</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105095</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146643&#xA;      &#xA;      &#xA;        146644&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.224327087402344" lon="11.621726989746094">
+        <name>146643</name>
+      </trkpt>
+      <trkpt lat="48.22251510620117" lon="11.626355171203613">
+        <name>146644</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87902</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130126&#xA;      &#xA;      &#xA;        130125&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1741828918457" lon="11.426032066345215">
+        <name>130126</name>
+      </trkpt>
+      <trkpt lat="48.17450714111328" lon="11.425860404968262">
+        <name>130125</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105356</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146910&#xA;      &#xA;      &#xA;        146911&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.027587890625" lon="11.634724617004395">
+        <name>146910</name>
+      </trkpt>
+      <trkpt lat="48.02791213989258" lon="11.631124496459961">
+        <name>146911</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87642</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129906&#xA;      &#xA;      &#xA;        129907&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.231849670410156" lon="11.34871768951416">
+        <name>129906</name>
+      </trkpt>
+      <trkpt lat="48.23173522949219" lon="11.349175453186035">
+        <name>129907</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86079</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128397&#xA;      &#xA;      &#xA;        128398&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21511459350586" lon="11.273643493652344">
+        <name>128397</name>
+      </trkpt>
+      <trkpt lat="48.21454620361328" lon="11.276005744934082">
+        <name>128398</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89987</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132176&#xA;      &#xA;      &#xA;        132177&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20368957519531" lon="11.393887519836426">
+        <name>132176</name>
+      </trkpt>
+      <trkpt lat="48.204376220703125" lon="11.39306926727295">
+        <name>132177</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86861</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129134&#xA;      &#xA;      &#xA;        129133&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.302024841308594" lon="11.590842247009277">
+        <name>129134</name>
+      </trkpt>
+      <trkpt lat="48.300086975097656" lon="11.586813926696777">
+        <name>129133</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87903</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130125&#xA;      &#xA;      &#xA;        130124&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17450714111328" lon="11.425860404968262">
+        <name>130125</name>
+      </trkpt>
+      <trkpt lat="48.175479888916016" lon="11.427002906799316">
+        <name>130124</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105357</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146911&#xA;      &#xA;      &#xA;        146912&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02791213989258" lon="11.631124496459961">
+        <name>146911</name>
+      </trkpt>
+      <trkpt lat="48.02838897705078" lon="11.627668380737305">
+        <name>146912</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96500</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138178&#xA;      &#xA;      &#xA;        138180&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.337562561035156" lon="11.159178733825684">
+        <name>138178</name>
+      </trkpt>
+      <trkpt lat="48.3392448425293" lon="11.15725040435791">
+        <name>138180</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87643</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129907&#xA;      &#xA;      &#xA;        129908&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23173522949219" lon="11.349175453186035">
+        <name>129907</name>
+      </trkpt>
+      <trkpt lat="48.23183059692383" lon="11.349861145019531">
+        <name>129908</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86080</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128398&#xA;      &#xA;      &#xA;        128399&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21454620361328" lon="11.276005744934082">
+        <name>128398</name>
+      </trkpt>
+      <trkpt lat="48.21413803100586" lon="11.277814865112305">
+        <name>128399</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89988</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132177&#xA;      &#xA;      &#xA;        132178&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204376220703125" lon="11.39306926727295">
+        <name>132177</name>
+      </trkpt>
+      <trkpt lat="48.20583724975586" lon="11.391183853149414">
+        <name>132178</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86862</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129133&#xA;      &#xA;      &#xA;        129132&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.300086975097656" lon="11.586813926696777">
+        <name>129133</name>
+      </trkpt>
+      <trkpt lat="48.297767639160156" lon="11.582015037536621">
+        <name>129132</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87904</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130124&#xA;      &#xA;      &#xA;        128961&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.175479888916016" lon="11.427002906799316">
+        <name>130124</name>
+      </trkpt>
+      <trkpt lat="48.17674255371094" lon="11.428302764892578">
+        <name>128961</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105358</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146913&#xA;      &#xA;      &#xA;        146914&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0281982421875" lon="11.627553939819336">
+        <name>146913</name>
+      </trkpt>
+      <trkpt lat="48.027679443359375" lon="11.6310396194458">
+        <name>146914</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87644</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129908&#xA;      &#xA;      &#xA;        129909&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23183059692383" lon="11.349861145019531">
+        <name>129908</name>
+      </trkpt>
+      <trkpt lat="48.23188781738281" lon="11.350345611572266">
+        <name>129909</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86081</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128399&#xA;      &#xA;      &#xA;        128400&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21413803100586" lon="11.277814865112305">
+        <name>128399</name>
+      </trkpt>
+      <trkpt lat="48.21360397338867" lon="11.27918529510498">
+        <name>128400</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89989</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132178&#xA;      &#xA;      &#xA;        132179&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20583724975586" lon="11.391183853149414">
+        <name>132178</name>
+      </trkpt>
+      <trkpt lat="48.20607376098633" lon="11.39091682434082">
+        <name>132179</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86863</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129132&#xA;      &#xA;      &#xA;        129128&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.297767639160156" lon="11.582015037536621">
+        <name>129132</name>
+      </trkpt>
+      <trkpt lat="48.29582595825195" lon="11.577901840209961">
+        <name>129128</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85821</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127313&#xA;      &#xA;      &#xA;        128150&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19998550415039" lon="11.306253433227539">
+        <name>127313</name>
+      </trkpt>
+      <trkpt lat="48.200374603271484" lon="11.307809829711914">
+        <name>128150</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87905</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130125&#xA;      &#xA;      &#xA;        128958&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17450714111328" lon="11.425860404968262">
+        <name>130125</name>
+      </trkpt>
+      <trkpt lat="48.17410659790039" lon="11.425445556640625">
+        <name>128958</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105359</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146914&#xA;      &#xA;      &#xA;        146915&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.027679443359375" lon="11.6310396194458">
+        <name>146914</name>
+      </trkpt>
+      <trkpt lat="48.02733612060547" lon="11.634695053100586">
+        <name>146915</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87645</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129909&#xA;      &#xA;      &#xA;        129910&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23188781738281" lon="11.350345611572266">
+        <name>129909</name>
+      </trkpt>
+      <trkpt lat="48.2318115234375" lon="11.35080337524414">
+        <name>129910</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86082</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128400&#xA;      &#xA;      &#xA;        128401&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21360397338867" lon="11.27918529510498">
+        <name>128400</name>
+      </trkpt>
+      <trkpt lat="48.212833404541016" lon="11.28040599822998">
+        <name>128401</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89990</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132179&#xA;      &#xA;      &#xA;        132180&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20607376098633" lon="11.39091682434082">
+        <name>132179</name>
+      </trkpt>
+      <trkpt lat="48.20629119873047" lon="11.390746116638184">
+        <name>132180</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86864</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129131&#xA;      &#xA;      &#xA;        129135&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30187225341797" lon="11.590984344482422">
+        <name>129131</name>
+      </trkpt>
+      <trkpt lat="48.3042106628418" lon="11.595841407775879">
+        <name>129135</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105099</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146644&#xA;      &#xA;      &#xA;        146652&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22251510620117" lon="11.626355171203613">
+        <name>146644</name>
+      </trkpt>
+      <trkpt lat="48.220001220703125" lon="11.631725311279297">
+        <name>146652</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85822</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128150&#xA;      &#xA;      &#xA;        128149&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200374603271484" lon="11.307809829711914">
+        <name>128150</name>
+      </trkpt>
+      <trkpt lat="48.200706481933594" lon="11.308629035949707">
+        <name>128149</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87906</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129837&#xA;      &#xA;      &#xA;        130129&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1616325378418" lon="11.429903030395508">
+        <name>129837</name>
+      </trkpt>
+      <trkpt lat="48.161285400390625" lon="11.429211616516113">
+        <name>130129</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105360</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146915&#xA;      &#xA;      &#xA;        146916&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02733612060547" lon="11.634695053100586">
+        <name>146915</name>
+      </trkpt>
+      <trkpt lat="48.02714538574219" lon="11.63818073272705">
+        <name>146916</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87646</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129910&#xA;      &#xA;      &#xA;        129911&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2318115234375" lon="11.35080337524414">
+        <name>129910</name>
+      </trkpt>
+      <trkpt lat="48.23150634765625" lon="11.35140323638916">
+        <name>129911</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86083</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128401&#xA;      &#xA;      &#xA;        128402&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.212833404541016" lon="11.28040599822998">
+        <name>128401</name>
+      </trkpt>
+      <trkpt lat="48.2115478515625" lon="11.281566619873047">
+        <name>128402</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96503</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138180&#xA;      &#xA;      &#xA;        138183&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3392448425293" lon="11.15725040435791">
+        <name>138180</name>
+      </trkpt>
+      <trkpt lat="48.34083938598633" lon="11.154935836791992">
+        <name>138183</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85041</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127386&#xA;      &#xA;      &#xA;        127393&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21751022338867" lon="11.315340042114258">
+        <name>127386</name>
+      </trkpt>
+      <trkpt lat="48.218849182128906" lon="11.316901206970215">
+        <name>127393</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89991</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132180&#xA;      &#xA;      &#xA;        132181&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20629119873047" lon="11.390746116638184">
+        <name>132180</name>
+      </trkpt>
+      <trkpt lat="48.20662307739258" lon="11.390746116638184">
+        <name>132181</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86865</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129135&#xA;      &#xA;      &#xA;        129136&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3042106628418" lon="11.595841407775879">
+        <name>129135</name>
+      </trkpt>
+      <trkpt lat="48.30646896362305" lon="11.600525856018066">
+        <name>129136</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85823</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128149&#xA;      &#xA;      &#xA;        127303&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200706481933594" lon="11.308629035949707">
+        <name>128149</name>
+      </trkpt>
+      <trkpt lat="48.20135498046875" lon="11.310006141662598">
+        <name>127303</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87907</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130129&#xA;      &#xA;      &#xA;        130128&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161285400390625" lon="11.429211616516113">
+        <name>130129</name>
+      </trkpt>
+      <trkpt lat="48.160919189453125" lon="11.428182601928711">
+        <name>130128</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105361</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146916&#xA;      &#xA;      &#xA;        146898&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.02714538574219" lon="11.63818073272705">
+        <name>146916</name>
+      </trkpt>
+      <trkpt lat="48.0270881652832" lon="11.641551971435547">
+        <name>146898</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87647</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129911&#xA;      &#xA;      &#xA;        129912&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23150634765625" lon="11.35140323638916">
+        <name>129911</name>
+      </trkpt>
+      <trkpt lat="48.22893524169922" lon="11.355859756469727">
+        <name>129912</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86084</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128402&#xA;      &#xA;      &#xA;        128403&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2115478515625" lon="11.281566619873047">
+        <name>128402</name>
+      </trkpt>
+      <trkpt lat="48.210819244384766" lon="11.282329559326172">
+        <name>128403</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85042</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127393&#xA;      &#xA;      &#xA;        127394&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.218849182128906" lon="11.316901206970215">
+        <name>127393</name>
+      </trkpt>
+      <trkpt lat="48.2201042175293" lon="11.31918716430664">
+        <name>127394</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89992</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132181&#xA;      &#xA;      &#xA;        132182&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20662307739258" lon="11.390746116638184">
+        <name>132181</name>
+      </trkpt>
+      <trkpt lat="48.206851959228516" lon="11.38701343536377">
+        <name>132182</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86866</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129136&#xA;      &#xA;      &#xA;        129137&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30646896362305" lon="11.600525856018066">
+        <name>129136</name>
+      </trkpt>
+      <trkpt lat="48.30804443359375" lon="11.603811264038086">
+        <name>129137</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85824</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128149&#xA;      &#xA;      &#xA;        128151&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200706481933594" lon="11.308629035949707">
+        <name>128149</name>
+      </trkpt>
+      <trkpt lat="48.200286865234375" lon="11.308934211730957">
+        <name>128151</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87908</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130128&#xA;      &#xA;      &#xA;        130127&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160919189453125" lon="11.428182601928711">
+        <name>130128</name>
+      </trkpt>
+      <trkpt lat="48.160640716552734" lon="11.427249908447266">
+        <name>130127</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87648</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129912&#xA;      &#xA;      &#xA;        129913&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22893524169922" lon="11.355859756469727">
+        <name>129912</name>
+      </trkpt>
+      <trkpt lat="48.22579574584961" lon="11.361201286315918">
+        <name>129913</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86085</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128403&#xA;      &#xA;      &#xA;        128404&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.210819244384766" lon="11.282329559326172">
+        <name>128403</name>
+      </trkpt>
+      <trkpt lat="48.210079193115234" lon="11.283623695373535">
+        <name>128404</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96505</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138183&#xA;      &#xA;      &#xA;        138185&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34083938598633" lon="11.154935836791992">
+        <name>138183</name>
+      </trkpt>
+      <trkpt lat="48.34214782714844" lon="11.152365684509277">
+        <name>138185</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85043</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127394&#xA;      &#xA;      &#xA;        127395&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2201042175293" lon="11.31918716430664">
+        <name>127394</name>
+      </trkpt>
+      <trkpt lat="48.22093200683594" lon="11.321510314941406">
+        <name>127395</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89993</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132182&#xA;      &#xA;      &#xA;        132183&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206851959228516" lon="11.38701343536377">
+        <name>132182</name>
+      </trkpt>
+      <trkpt lat="48.206912994384766" lon="11.385563850402832">
+        <name>132183</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86867</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129138&#xA;      &#xA;      &#xA;        129139&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.308143615722656" lon="11.603610038757324">
+        <name>129138</name>
+      </trkpt>
+      <trkpt lat="48.306583404541016" lon="11.600296974182129">
+        <name>129139</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105102</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146652&#xA;      &#xA;      &#xA;        146653&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.220001220703125" lon="11.631725311279297">
+        <name>146652</name>
+      </trkpt>
+      <trkpt lat="48.216957092285156" lon="11.637124061584473">
+        <name>146653</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85825</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128151&#xA;      &#xA;      &#xA;        128152&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200286865234375" lon="11.308934211730957">
+        <name>128151</name>
+      </trkpt>
+      <trkpt lat="48.19999313354492" lon="11.308819770812988">
+        <name>128152</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87909</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130127&#xA;      &#xA;      &#xA;        129842&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160640716552734" lon="11.427249908447266">
+        <name>130127</name>
+      </trkpt>
+      <trkpt lat="48.16069412231445" lon="11.426705360412598">
+        <name>129842</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87649</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129913&#xA;      &#xA;      &#xA;        129914&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22579574584961" lon="11.361201286315918">
+        <name>129913</name>
+      </trkpt>
+      <trkpt lat="48.22277069091797" lon="11.366313934326172">
+        <name>129914</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86086</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128404&#xA;      &#xA;      &#xA;        128405&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.210079193115234" lon="11.283623695373535">
+        <name>128404</name>
+      </trkpt>
+      <trkpt lat="48.209590911865234" lon="11.28472900390625">
+        <name>128405</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86868</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129139&#xA;      &#xA;      &#xA;        129140&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.306583404541016" lon="11.600296974182129">
+        <name>129139</name>
+      </trkpt>
+      <trkpt lat="48.30434036254883" lon="11.595612525939941">
+        <name>129140</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85826</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128152&#xA;      &#xA;      &#xA;        128153&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19999313354492" lon="11.308819770812988">
+        <name>128152</name>
+      </trkpt>
+      <trkpt lat="48.19977569580078" lon="11.308914184570312">
+        <name>128153</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87910</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128307&#xA;      &#xA;      &#xA;        130133&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19017791748047" lon="11.269234657287598">
+        <name>128307</name>
+      </trkpt>
+      <trkpt lat="48.18998336791992" lon="11.268189430236816">
+        <name>130133</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89994</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132183&#xA;      &#xA;      &#xA;        132184&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206912994384766" lon="11.385563850402832">
+        <name>132183</name>
+      </trkpt>
+      <trkpt lat="48.2070426940918" lon="11.382288932800293">
+        <name>132184</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87650</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129914&#xA;      &#xA;      &#xA;        129915&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22277069091797" lon="11.366313934326172">
+        <name>129914</name>
+      </trkpt>
+      <trkpt lat="48.21953582763672" lon="11.371770858764648">
+        <name>129915</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86087</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128405&#xA;      &#xA;      &#xA;        128406&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209590911865234" lon="11.28472900390625">
+        <name>128405</name>
+      </trkpt>
+      <trkpt lat="48.208839416503906" lon="11.285796165466309">
+        <name>128406</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86869</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129140&#xA;      &#xA;      &#xA;        129134&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30434036254883" lon="11.595612525939941">
+        <name>129140</name>
+      </trkpt>
+      <trkpt lat="48.302024841308594" lon="11.590842247009277">
+        <name>129134</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85827</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128153&#xA;      &#xA;      &#xA;        128154&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19977569580078" lon="11.308914184570312">
+        <name>128153</name>
+      </trkpt>
+      <trkpt lat="48.199283599853516" lon="11.309504508972168">
+        <name>128154</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87911</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130133&#xA;      &#xA;      &#xA;        130131&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18998336791992" lon="11.268189430236816">
+        <name>130133</name>
+      </trkpt>
+      <trkpt lat="48.1895751953125" lon="11.265751838684082">
+        <name>130131</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89995</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132184&#xA;      &#xA;      &#xA;        132185&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2070426940918" lon="11.382288932800293">
+        <name>132184</name>
+      </trkpt>
+      <trkpt lat="48.20742416381836" lon="11.382231712341309">
+        <name>132185</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87651</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129915&#xA;      &#xA;      &#xA;        129916&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21953582763672" lon="11.371770858764648">
+        <name>129915</name>
+      </trkpt>
+      <trkpt lat="48.21617126464844" lon="11.377541542053223">
+        <name>129916</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86088</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128406&#xA;      &#xA;      &#xA;        128407&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.208839416503906" lon="11.285796165466309">
+        <name>128406</name>
+      </trkpt>
+      <trkpt lat="48.207889556884766" lon="11.28672981262207">
+        <name>128407</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86870</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129137&#xA;      &#xA;      &#xA;        129141&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.30804443359375" lon="11.603811264038086">
+        <name>129137</name>
+      </trkpt>
+      <trkpt lat="48.31064987182617" lon="11.609210014343262">
+        <name>129141</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105105</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146653&#xA;      &#xA;      &#xA;        146654&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.216957092285156" lon="11.637124061584473">
+        <name>146653</name>
+      </trkpt>
+      <trkpt lat="48.21350860595703" lon="11.642379760742188">
+        <name>146654</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85828</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128154&#xA;      &#xA;      &#xA;        128155&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.199283599853516" lon="11.309504508972168">
+        <name>128154</name>
+      </trkpt>
+      <trkpt lat="48.19835662841797" lon="11.310286521911621">
+        <name>128155</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87912</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130131&#xA;      &#xA;      &#xA;        130132&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1895751953125" lon="11.265751838684082">
+        <name>130131</name>
+      </trkpt>
+      <trkpt lat="48.18934631347656" lon="11.264227867126465">
+        <name>130132</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89996</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132185&#xA;      &#xA;      &#xA;        132186&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20742416381836" lon="11.382231712341309">
+        <name>132185</name>
+      </trkpt>
+      <trkpt lat="48.20787811279297" lon="11.381831169128418">
+        <name>132186</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87652</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129916&#xA;      &#xA;      &#xA;        129917&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21617126464844" lon="11.377541542053223">
+        <name>129916</name>
+      </trkpt>
+      <trkpt lat="48.21318054199219" lon="11.382625579833984">
+        <name>129917</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86089</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128407&#xA;      &#xA;      &#xA;        128408&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.207889556884766" lon="11.28672981262207">
+        <name>128407</name>
+      </trkpt>
+      <trkpt lat="48.2074089050293" lon="11.287471771240234">
+        <name>128408</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86871</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129141&#xA;      &#xA;      &#xA;        129142&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31064987182617" lon="11.609210014343262">
+        <name>129141</name>
+      </trkpt>
+      <trkpt lat="48.31338882446289" lon="11.614866256713867">
+        <name>129142</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105106</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146654&#xA;      &#xA;      &#xA;        146657&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21350860595703" lon="11.642379760742188">
+        <name>146654</name>
+      </trkpt>
+      <trkpt lat="48.21014404296875" lon="11.64717960357666">
+        <name>146657</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85829</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128155&#xA;      &#xA;      &#xA;        128156&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19835662841797" lon="11.310286521911621">
+        <name>128155</name>
+      </trkpt>
+      <trkpt lat="48.197872161865234" lon="11.311123847961426">
+        <name>128156</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87913</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130132&#xA;      &#xA;      &#xA;        130130&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18934631347656" lon="11.264227867126465">
+        <name>130132</name>
+      </trkpt>
+      <trkpt lat="48.18939971923828" lon="11.263713836669922">
+        <name>130130</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89997</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132186&#xA;      &#xA;      &#xA;        132187&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20787811279297" lon="11.381831169128418">
+        <name>132186</name>
+      </trkpt>
+      <trkpt lat="48.20823287963867" lon="11.381088256835938">
+        <name>132187</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87653</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129917&#xA;      &#xA;      &#xA;        129918&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21318054199219" lon="11.382625579833984">
+        <name>129917</name>
+      </trkpt>
+      <trkpt lat="48.20954513549805" lon="11.38876724243164">
+        <name>129918</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86090</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128408&#xA;      &#xA;      &#xA;        128409&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2074089050293" lon="11.287471771240234">
+        <name>128408</name>
+      </trkpt>
+      <trkpt lat="48.20695114135742" lon="11.288461685180664">
+        <name>128409</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86872</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129143&#xA;      &#xA;      &#xA;        129144&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31355667114258" lon="11.61478042602539">
+        <name>129143</name>
+      </trkpt>
+      <trkpt lat="48.310855865478516" lon="11.609152793884277">
+        <name>129144</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85830</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128156&#xA;      &#xA;      &#xA;        128157&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197872161865234" lon="11.311123847961426">
+        <name>128156</name>
+      </trkpt>
+      <trkpt lat="48.197689056396484" lon="11.311543464660645">
+        <name>128157</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87914</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130132&#xA;      &#xA;      &#xA;        128309&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18934631347656" lon="11.264227867126465">
+        <name>130132</name>
+      </trkpt>
+      <trkpt lat="48.18912124633789" lon="11.262249946594238">
+        <name>128309</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89998</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132187&#xA;      &#xA;      &#xA;        132188&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20823287963867" lon="11.381088256835938">
+        <name>132187</name>
+      </trkpt>
+      <trkpt lat="48.20854949951172" lon="11.380002975463867">
+        <name>132188</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87654</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129918&#xA;      &#xA;      &#xA;        129919&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20954513549805" lon="11.38876724243164">
+        <name>129918</name>
+      </trkpt>
+      <trkpt lat="48.207340240478516" lon="11.392509460449219">
+        <name>129919</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86091</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128409&#xA;      &#xA;      &#xA;        128410&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20695114135742" lon="11.288461685180664">
+        <name>128409</name>
+      </trkpt>
+      <trkpt lat="48.206668853759766" lon="11.289644241333008">
+        <name>128410</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85049</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127395&#xA;      &#xA;      &#xA;        127401&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22093200683594" lon="11.321510314941406">
+        <name>127395</name>
+      </trkpt>
+      <trkpt lat="48.22138595581055" lon="11.324006080627441">
+        <name>127401</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86873</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129144&#xA;      &#xA;      &#xA;        129138&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.310855865478516" lon="11.609152793884277">
+        <name>129144</name>
+      </trkpt>
+      <trkpt lat="48.308143615722656" lon="11.603610038757324">
+        <name>129138</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85831</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128157&#xA;      &#xA;      &#xA;        128158&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197689056396484" lon="11.311543464660645">
+        <name>128157</name>
+      </trkpt>
+      <trkpt lat="48.19739532470703" lon="11.31182861328125">
+        <name>128158</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87915</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130133&#xA;      &#xA;      &#xA;        130138&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18998336791992" lon="11.268189430236816">
+        <name>130133</name>
+      </trkpt>
+      <trkpt lat="48.1895637512207" lon="11.2682466506958">
+        <name>130138</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>89999</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132188&#xA;      &#xA;      &#xA;        132189&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20854949951172" lon="11.380002975463867">
+        <name>132188</name>
+      </trkpt>
+      <trkpt lat="48.208839416503906" lon="11.379411697387695">
+        <name>132189</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87655</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129919&#xA;      &#xA;      &#xA;        129920&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.207340240478516" lon="11.392509460449219">
+        <name>129919</name>
+      </trkpt>
+      <trkpt lat="48.20571517944336" lon="11.395195007324219">
+        <name>129920</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96512</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138185&#xA;      &#xA;      &#xA;        138190&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34214782714844" lon="11.152365684509277">
+        <name>138185</name>
+      </trkpt>
+      <trkpt lat="48.34397506713867" lon="11.148510932922363">
+        <name>138190</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86874</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129142&#xA;      &#xA;      &#xA;        129145&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31338882446289" lon="11.614866256713867">
+        <name>129142</name>
+      </trkpt>
+      <trkpt lat="48.316009521484375" lon="11.620292663574219">
+        <name>129145</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85832</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128158&#xA;      &#xA;      &#xA;        128159&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19739532470703" lon="11.31182861328125">
+        <name>128158</name>
+      </trkpt>
+      <trkpt lat="48.19801712036133" lon="11.313657760620117">
+        <name>128159</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87916</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130138&#xA;      &#xA;      &#xA;        130139&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1895637512207" lon="11.2682466506958">
+        <name>130138</name>
+      </trkpt>
+      <trkpt lat="48.1893196105957" lon="11.268074989318848">
+        <name>130139</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90000</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132189&#xA;      &#xA;      &#xA;        132190&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.208839416503906" lon="11.379411697387695">
+        <name>132189</name>
+      </trkpt>
+      <trkpt lat="48.20924758911133" lon="11.378993034362793">
+        <name>132190</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87656</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129920&#xA;      &#xA;      &#xA;        129921&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20571517944336" lon="11.395195007324219">
+        <name>129920</name>
+      </trkpt>
+      <trkpt lat="48.2041015625" lon="11.39770793914795">
+        <name>129921</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96513</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138190&#xA;      &#xA;      &#xA;        138191&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34397506713867" lon="11.148510932922363">
+        <name>138190</name>
+      </trkpt>
+      <trkpt lat="48.34568405151367" lon="11.144953727722168">
+        <name>138191</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86875</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129145&#xA;      &#xA;      &#xA;        129146&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.316009521484375" lon="11.620292663574219">
+        <name>129145</name>
+      </trkpt>
+      <trkpt lat="48.3184814453125" lon="11.625492095947266">
+        <name>129146</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85833</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128159&#xA;      &#xA;      &#xA;        128160&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19801712036133" lon="11.313657760620117">
+        <name>128159</name>
+      </trkpt>
+      <trkpt lat="48.198699951171875" lon="11.315277099609375">
+        <name>128160</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87917</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130139&#xA;      &#xA;      &#xA;        130140&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1893196105957" lon="11.268074989318848">
+        <name>130139</name>
+      </trkpt>
+      <trkpt lat="48.18906784057617" lon="11.267255783081055">
+        <name>130140</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90001</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132190&#xA;      &#xA;      &#xA;        132191&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20924758911133" lon="11.378993034362793">
+        <name>132190</name>
+      </trkpt>
+      <trkpt lat="48.210811614990234" lon="11.377774238586426">
+        <name>132191</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87657</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129921&#xA;      &#xA;      &#xA;        129922&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2041015625" lon="11.39770793914795">
+        <name>129921</name>
+      </trkpt>
+      <trkpt lat="48.2025032043457" lon="11.400165557861328">
+        <name>129922</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86094</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128412&#xA;      &#xA;      &#xA;        128413&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.205360412597656" lon="11.296099662780762">
+        <name>128412</name>
+      </trkpt>
+      <trkpt lat="48.204994201660156" lon="11.297147750854492">
+        <name>128413</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96514</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138191&#xA;      &#xA;      &#xA;        138193&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34568405151367" lon="11.144953727722168">
+        <name>138191</name>
+      </trkpt>
+      <trkpt lat="48.34733200073242" lon="11.141311645507812" />
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86876</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129146&#xA;      &#xA;      &#xA;        129147&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3184814453125" lon="11.625492095947266">
+        <name>129146</name>
+      </trkpt>
+      <trkpt lat="48.32040023803711" lon="11.629520416259766">
+        <name>129147</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85834</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128160&#xA;      &#xA;      &#xA;        128161&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198699951171875" lon="11.315277099609375">
+        <name>128160</name>
+      </trkpt>
+      <trkpt lat="48.198917388916016" lon="11.31651496887207">
+        <name>128161</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87918</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130140&#xA;      &#xA;      &#xA;        130141&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18906784057617" lon="11.267255783081055">
+        <name>130140</name>
+      </trkpt>
+      <trkpt lat="48.18881607055664" lon="11.266361236572266">
+        <name>130141</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90002</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132191&#xA;      &#xA;      &#xA;        132192&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.210811614990234" lon="11.377774238586426">
+        <name>132191</name>
+      </trkpt>
+      <trkpt lat="48.211204528808594" lon="11.37743091583252">
+        <name>132192</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87658</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129922&#xA;      &#xA;      &#xA;        129923&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2025032043457" lon="11.400165557861328">
+        <name>129922</name>
+      </trkpt>
+      <trkpt lat="48.20044708251953" lon="11.403279304504395">
+        <name>129923</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86095</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128413&#xA;      &#xA;      &#xA;        128414&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204994201660156" lon="11.297147750854492">
+        <name>128413</name>
+      </trkpt>
+      <trkpt lat="48.204345703125" lon="11.298385620117188">
+        <name>128414</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96515</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138193&#xA;      &#xA;      &#xA;        138194&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34733200073242" lon="11.141311645507812" />
+      <trkpt lat="48.348472595214844" lon="11.139169692993164">
+        <name>138194</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85053</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127401&#xA;      &#xA;      &#xA;        127404&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22138595581055" lon="11.324006080627441">
+        <name>127401</name>
+      </trkpt>
+      <trkpt lat="48.22174072265625" lon="11.326957702636719">
+        <name>127404</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86877</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129148&#xA;      &#xA;      &#xA;        129149&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32051467895508" lon="11.629263877868652">
+        <name>129148</name>
+      </trkpt>
+      <trkpt lat="48.31857681274414" lon="11.625178337097168">
+        <name>129149</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85835</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128161&#xA;      &#xA;      &#xA;        128162&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198917388916016" lon="11.31651496887207">
+        <name>128161</name>
+      </trkpt>
+      <trkpt lat="48.19892883300781" lon="11.317886352539062">
+        <name>128162</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87919</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130141&#xA;      &#xA;      &#xA;        130142&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18881607055664" lon="11.266361236572266">
+        <name>130141</name>
+      </trkpt>
+      <trkpt lat="48.18865966796875" lon="11.265789031982422">
+        <name>130142</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90003</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132192&#xA;      &#xA;      &#xA;        132193&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.211204528808594" lon="11.37743091583252">
+        <name>132192</name>
+      </trkpt>
+      <trkpt lat="48.21168518066406" lon="11.376859664916992">
+        <name>132193</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87659</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129923&#xA;      &#xA;      &#xA;        129924&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20044708251953" lon="11.403279304504395">
+        <name>129923</name>
+      </trkpt>
+      <trkpt lat="48.19804763793945" lon="11.406907081604004">
+        <name>129924</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86096</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128414&#xA;      &#xA;      &#xA;        127349&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204345703125" lon="11.298385620117188">
+        <name>128414</name>
+      </trkpt>
+      <trkpt lat="48.203460693359375" lon="11.299504280090332">
+        <name>127349</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96516</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138194&#xA;      &#xA;      &#xA;        138195&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.348472595214844" lon="11.139169692993164">
+        <name>138194</name>
+      </trkpt>
+      <trkpt lat="48.34998321533203" lon="11.136898040771484">
+        <name>138195</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86878</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129149&#xA;      &#xA;      &#xA;        129150&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31857681274414" lon="11.625178337097168">
+        <name>129149</name>
+      </trkpt>
+      <trkpt lat="48.3160514831543" lon="11.620007514953613">
+        <name>129150</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85836</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128162&#xA;      &#xA;      &#xA;        128163&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19892883300781" lon="11.317886352539062">
+        <name>128162</name>
+      </trkpt>
+      <trkpt lat="48.199249267578125" lon="11.318780899047852">
+        <name>128163</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87920</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130142&#xA;      &#xA;      &#xA;        130143&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18865966796875" lon="11.265789031982422">
+        <name>130142</name>
+      </trkpt>
+      <trkpt lat="48.18832015991211" lon="11.264970779418945">
+        <name>130143</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90004</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132193&#xA;      &#xA;      &#xA;        132194&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21168518066406" lon="11.376859664916992">
+        <name>132193</name>
+      </trkpt>
+      <trkpt lat="48.2124137878418" lon="11.37592601776123">
+        <name>132194</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87660</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129924&#xA;      &#xA;      &#xA;        129925&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19804763793945" lon="11.406907081604004">
+        <name>129924</name>
+      </trkpt>
+      <trkpt lat="48.19572830200195" lon="11.410449028015137">
+        <name>129925</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96517</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138195&#xA;      &#xA;      &#xA;        138196&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34998321533203" lon="11.136898040771484">
+        <name>138195</name>
+      </trkpt>
+      <trkpt lat="48.3516960144043" lon="11.13475513458252">
+        <name>138196</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86879</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129150&#xA;      &#xA;      &#xA;        129143&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3160514831543" lon="11.620007514953613">
+        <name>129150</name>
+      </trkpt>
+      <trkpt lat="48.31355667114258" lon="11.61478042602539">
+        <name>129143</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105114</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146657&#xA;      &#xA;      &#xA;        146663&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21014404296875" lon="11.64717960357666">
+        <name>146657</name>
+      </trkpt>
+      <trkpt lat="48.20778274536133" lon="11.65080738067627">
+        <name>146663</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85837</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128163&#xA;      &#xA;      &#xA;        128164&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.199249267578125" lon="11.318780899047852">
+        <name>128163</name>
+      </trkpt>
+      <trkpt lat="48.20064163208008" lon="11.32066822052002">
+        <name>128164</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87921</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130143&#xA;      &#xA;      &#xA;        130144&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18832015991211" lon="11.264970779418945">
+        <name>130143</name>
+      </trkpt>
+      <trkpt lat="48.18815612792969" lon="11.264437675476074">
+        <name>130144</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90005</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132194&#xA;      &#xA;      &#xA;        132195&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2124137878418" lon="11.37592601776123">
+        <name>132194</name>
+      </trkpt>
+      <trkpt lat="48.213287353515625" lon="11.374726295471191">
+        <name>132195</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105375</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146933&#xA;      &#xA;      &#xA;        146932&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03113555908203" lon="11.615699768066406">
+        <name>146933</name>
+      </trkpt>
+      <trkpt lat="48.0298957824707" lon="11.619613647460938">
+        <name>146932</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87661</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129925&#xA;      &#xA;      &#xA;        129926&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19572830200195" lon="11.410449028015137">
+        <name>129925</name>
+      </trkpt>
+      <trkpt lat="48.19427490234375" lon="11.41264820098877">
+        <name>129926</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86880</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129147&#xA;      &#xA;      &#xA;        129151&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32040023803711" lon="11.629520416259766">
+        <name>129147</name>
+      </trkpt>
+      <trkpt lat="48.322574615478516" lon="11.633947372436523">
+        <name>129151</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105115</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146663&#xA;      &#xA;      &#xA;        146664&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20778274536133" lon="11.65080738067627">
+        <name>146663</name>
+      </trkpt>
+      <trkpt lat="48.20498275756836" lon="11.65574836730957">
+        <name>146664</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85838</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128164&#xA;      &#xA;      &#xA;        128165&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20064163208008" lon="11.32066822052002">
+        <name>128164</name>
+      </trkpt>
+      <trkpt lat="48.20155334472656" lon="11.321828842163086">
+        <name>128165</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87922</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130144&#xA;      &#xA;      &#xA;        130145&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18815612792969" lon="11.264437675476074">
+        <name>130144</name>
+      </trkpt>
+      <trkpt lat="48.187950134277344" lon="11.263389587402344">
+        <name>130145</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90006</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132195&#xA;      &#xA;      &#xA;        132196&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.213287353515625" lon="11.374726295471191">
+        <name>132195</name>
+      </trkpt>
+      <trkpt lat="48.21403884887695" lon="11.373507499694824">
+        <name>132196</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105376</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146932&#xA;      &#xA;      &#xA;        146931&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0298957824707" lon="11.619613647460938">
+        <name>146932</name>
+      </trkpt>
+      <trkpt lat="48.028865814208984" lon="11.623984336853027">
+        <name>146931</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87662</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129926&#xA;      &#xA;      &#xA;        129927&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19427490234375" lon="11.41264820098877">
+        <name>129926</name>
+      </trkpt>
+      <trkpt lat="48.19248580932617" lon="11.41533374786377">
+        <name>129927</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105116</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146664&#xA;      &#xA;      &#xA;        146665&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20498275756836" lon="11.65574836730957">
+        <name>146664</name>
+      </trkpt>
+      <trkpt lat="48.20323181152344" lon="11.659547805786133">
+        <name>146665</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85839</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128165&#xA;      &#xA;      &#xA;        128166&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20155334472656" lon="11.321828842163086">
+        <name>128165</name>
+      </trkpt>
+      <trkpt lat="48.20244598388672" lon="11.3229341506958">
+        <name>128166</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87923</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130145&#xA;      &#xA;      &#xA;        130146&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.187950134277344" lon="11.263389587402344">
+        <name>130145</name>
+      </trkpt>
+      <trkpt lat="48.187774658203125" lon="11.262151718139648">
+        <name>130146</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90007</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132196&#xA;      &#xA;      &#xA;        132197&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21403884887695" lon="11.373507499694824">
+        <name>132196</name>
+      </trkpt>
+      <trkpt lat="48.21506881713867" lon="11.371984481811523">
+        <name>132197</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86881</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129151&#xA;      &#xA;      &#xA;        129152&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.322574615478516" lon="11.633947372436523">
+        <name>129151</name>
+      </trkpt>
+      <trkpt lat="48.324378967285156" lon="11.637947082519531">
+        <name>129152</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105377</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146931&#xA;      &#xA;      &#xA;        146913&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.028865814208984" lon="11.623984336853027">
+        <name>146931</name>
+      </trkpt>
+      <trkpt lat="48.0281982421875" lon="11.627553939819336">
+        <name>146913</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87663</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129927&#xA;      &#xA;      &#xA;        129928&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19248580932617" lon="11.41533374786377">
+        <name>129927</name>
+      </trkpt>
+      <trkpt lat="48.19073486328125" lon="11.417933464050293">
+        <name>129928</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85840</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128166&#xA;      &#xA;      &#xA;        128167&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20244598388672" lon="11.3229341506958">
+        <name>128166</name>
+      </trkpt>
+      <trkpt lat="48.20305252075195" lon="11.323829650878906">
+        <name>128167</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87924</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130146&#xA;      &#xA;      &#xA;        130147&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.187774658203125" lon="11.262151718139648">
+        <name>130146</name>
+      </trkpt>
+      <trkpt lat="48.1876106262207" lon="11.261618614196777">
+        <name>130147</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90008</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132197&#xA;      &#xA;      &#xA;        132198&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21506881713867" lon="11.371984481811523">
+        <name>132197</name>
+      </trkpt>
+      <trkpt lat="48.2154426574707" lon="11.371563911437988">
+        <name>132198</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86882</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129152&#xA;      &#xA;      &#xA;        129153&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.324378967285156" lon="11.637947082519531">
+        <name>129152</name>
+      </trkpt>
+      <trkpt lat="48.325897216796875" lon="11.641746520996094">
+        <name>129153</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87664</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129928&#xA;      &#xA;      &#xA;        129929&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19073486328125" lon="11.417933464050293">
+        <name>129928</name>
+      </trkpt>
+      <trkpt lat="48.189117431640625" lon="11.420389175415039">
+        <name>129929</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85841</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128167&#xA;      &#xA;      &#xA;        128168&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20305252075195" lon="11.323829650878906">
+        <name>128167</name>
+      </trkpt>
+      <trkpt lat="48.2030029296875" lon="11.324077606201172">
+        <name>128168</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87925</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130147&#xA;      &#xA;      &#xA;        130148&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1876106262207" lon="11.261618614196777">
+        <name>130147</name>
+      </trkpt>
+      <trkpt lat="48.187156677246094" lon="11.260856628417969">
+        <name>130148</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90009</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132198&#xA;      &#xA;      &#xA;        132199&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2154426574707" lon="11.371563911437988">
+        <name>132198</name>
+      </trkpt>
+      <trkpt lat="48.21577072143555" lon="11.371126174926758">
+        <name>132199</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86883</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129154&#xA;      &#xA;      &#xA;        129155&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32606887817383" lon="11.641717910766602">
+        <name>129154</name>
+      </trkpt>
+      <trkpt lat="48.324607849121094" lon="11.6380033493042">
+        <name>129155</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87665</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129929&#xA;      &#xA;      &#xA;        129930&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.189117431640625" lon="11.420389175415039">
+        <name>129929</name>
+      </trkpt>
+      <trkpt lat="48.18769073486328" lon="11.422589302062988">
+        <name>129930</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85060</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127404&#xA;      &#xA;      &#xA;        127412&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22174072265625" lon="11.326957702636719">
+        <name>127404</name>
+      </trkpt>
+      <trkpt lat="48.2223014831543" lon="11.329416275024414">
+        <name>127412</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87926</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130148&#xA;      &#xA;      &#xA;        130149&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.187156677246094" lon="11.260856628417969">
+        <name>130148</name>
+      </trkpt>
+      <trkpt lat="48.18678283691406" lon="11.260514259338379">
+        <name>130149</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90010</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132199&#xA;      &#xA;      &#xA;        132200&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21577072143555" lon="11.371126174926758">
+        <name>132199</name>
+      </trkpt>
+      <trkpt lat="48.21609115600586" lon="11.370402336120605">
+        <name>132200</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86884</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129155&#xA;      &#xA;      &#xA;        129156&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.324607849121094" lon="11.6380033493042">
+        <name>129155</name>
+      </trkpt>
+      <trkpt lat="48.32279968261719" lon="11.633976936340332">
+        <name>129156</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87666</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129930&#xA;      &#xA;      &#xA;        129931&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18769073486328" lon="11.422589302062988">
+        <name>129930</name>
+      </trkpt>
+      <trkpt lat="48.18608474731445" lon="11.425017356872559">
+        <name>129931</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85061</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127412&#xA;      &#xA;      &#xA;        127413&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2223014831543" lon="11.329416275024414">
+        <name>127412</name>
+      </trkpt>
+      <trkpt lat="48.223350524902344" lon="11.331987380981445">
+        <name>127413</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105120</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146665&#xA;      &#xA;      &#xA;        146675&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20323181152344" lon="11.659547805786133">
+        <name>146665</name>
+      </trkpt>
+      <trkpt lat="48.20144271850586" lon="11.663862228393555">
+        <name>146675</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87927</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130149&#xA;      &#xA;      &#xA;        130150&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18678283691406" lon="11.260514259338379">
+        <name>130149</name>
+      </trkpt>
+      <trkpt lat="48.18574142456055" lon="11.259047508239746">
+        <name>130150</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90011</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132200&#xA;      &#xA;      &#xA;        132201&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21609115600586" lon="11.370402336120605">
+        <name>132200</name>
+      </trkpt>
+      <trkpt lat="48.216670989990234" lon="11.36941146850586">
+        <name>132201</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86885</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129156&#xA;      &#xA;      &#xA;        129148&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32279968261719" lon="11.633976936340332">
+        <name>129156</name>
+      </trkpt>
+      <trkpt lat="48.32051467895508" lon="11.629263877868652">
+        <name>129148</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87667</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129931&#xA;      &#xA;      &#xA;        129932&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18608474731445" lon="11.425017356872559">
+        <name>129931</name>
+      </trkpt>
+      <trkpt lat="48.18460464477539" lon="11.427245140075684">
+        <name>129932</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85844</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128168&#xA;      &#xA;      &#xA;        128170&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2030029296875" lon="11.324077606201172">
+        <name>128168</name>
+      </trkpt>
+      <trkpt lat="48.20318603515625" lon="11.324152946472168">
+        <name>128170</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87928</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130130&#xA;      &#xA;      &#xA;        130134&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18939971923828" lon="11.263713836669922">
+        <name>130130</name>
+      </trkpt>
+      <trkpt lat="48.18965148925781" lon="11.263504028320312">
+        <name>130134</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90012</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132201&#xA;      &#xA;      &#xA;        132202&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.216670989990234" lon="11.36941146850586">
+        <name>132201</name>
+      </trkpt>
+      <trkpt lat="48.217498779296875" lon="11.368268966674805">
+        <name>132202</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86886</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129153&#xA;      &#xA;      &#xA;        129157&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.325897216796875" lon="11.641746520996094">
+        <name>129153</name>
+      </trkpt>
+      <trkpt lat="48.327674865722656" lon="11.647058486938477">
+        <name>129157</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87668</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129932&#xA;      &#xA;      &#xA;        129933&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18460464477539" lon="11.427245140075684">
+        <name>129932</name>
+      </trkpt>
+      <trkpt lat="48.183345794677734" lon="11.429159164428711">
+        <name>129933</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105122</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146675&#xA;      &#xA;      &#xA;        146676&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20144271850586" lon="11.663862228393555">
+        <name>146675</name>
+      </trkpt>
+      <trkpt lat="48.19957733154297" lon="11.66911792755127">
+        <name>146676</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85845</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128170&#xA;      &#xA;      &#xA;        128171&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20318603515625" lon="11.324152946472168">
+        <name>128170</name>
+      </trkpt>
+      <trkpt lat="48.20320129394531" lon="11.323911666870117">
+        <name>128171</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87929</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130134&#xA;      &#xA;      &#xA;        130135&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18965148925781" lon="11.263504028320312">
+        <name>130134</name>
+      </trkpt>
+      <trkpt lat="48.18996047973633" lon="11.263809204101562">
+        <name>130135</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90013</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132202&#xA;      &#xA;      &#xA;        132203&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.217498779296875" lon="11.368268966674805">
+        <name>132202</name>
+      </trkpt>
+      <trkpt lat="48.21792984008789" lon="11.367925643920898">
+        <name>132203</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86887</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129157&#xA;      &#xA;      &#xA;        129158&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.327674865722656" lon="11.647058486938477">
+        <name>129157</name>
+      </trkpt>
+      <trkpt lat="48.32912063598633" lon="11.652200698852539">
+        <name>129158</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87669</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129933&#xA;      &#xA;      &#xA;        129934&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.183345794677734" lon="11.429159164428711">
+        <name>129933</name>
+      </trkpt>
+      <trkpt lat="48.182682037353516" lon="11.430130004882812">
+        <name>129934</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85064</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127413&#xA;      &#xA;      &#xA;        127414&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223350524902344" lon="11.331987380981445">
+        <name>127413</name>
+      </trkpt>
+      <trkpt lat="48.22465896606445" lon="11.334139823913574">
+        <name>127414</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85846</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128171&#xA;      &#xA;      &#xA;        128167&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20320129394531" lon="11.323911666870117">
+        <name>128171</name>
+      </trkpt>
+      <trkpt lat="48.20305252075195" lon="11.323829650878906">
+        <name>128167</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87930</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130135&#xA;      &#xA;      &#xA;        130136&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18996047973633" lon="11.263809204101562">
+        <name>130135</name>
+      </trkpt>
+      <trkpt lat="48.1901969909668" lon="11.26481819152832">
+        <name>130136</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90014</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132203&#xA;      &#xA;      &#xA;        132204&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21792984008789" lon="11.367925643920898">
+        <name>132203</name>
+      </trkpt>
+      <trkpt lat="48.21843338012695" lon="11.367830276489258">
+        <name>132204</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86888</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129159&#xA;      &#xA;      &#xA;        129160&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32927322387695" lon="11.65185832977295">
+        <name>129159</name>
+      </trkpt>
+      <trkpt lat="48.32782745361328" lon="11.646973609924316">
+        <name>129160</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87670</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128965&#xA;      &#xA;      &#xA;        129935&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17868423461914" lon="11.42976188659668">
+        <name>128965</name>
+      </trkpt>
+      <trkpt lat="48.179805755615234" lon="11.430930137634277">
+        <name>129935</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85847</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128170&#xA;      &#xA;      &#xA;        128172&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20318603515625" lon="11.324152946472168">
+        <name>128170</name>
+      </trkpt>
+      <trkpt lat="48.203590393066406" lon="11.324623107910156">
+        <name>128172</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87931</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130136&#xA;      &#xA;      &#xA;        130137&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1901969909668" lon="11.26481819152832">
+        <name>130136</name>
+      </trkpt>
+      <trkpt lat="48.190364837646484" lon="11.26571273803711">
+        <name>130137</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90015</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132204&#xA;      &#xA;      &#xA;        132205&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21843338012695" lon="11.367830276489258">
+        <name>132204</name>
+      </trkpt>
+      <trkpt lat="48.21870422363281" lon="11.367658615112305">
+        <name>132205</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86889</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129160&#xA;      &#xA;      &#xA;        129154&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32782745361328" lon="11.646973609924316">
+        <name>129160</name>
+      </trkpt>
+      <trkpt lat="48.32606887817383" lon="11.641717910766602">
+        <name>129154</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87671</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129935&#xA;      &#xA;      &#xA;        129936&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179805755615234" lon="11.430930137634277">
+        <name>129935</name>
+      </trkpt>
+      <trkpt lat="48.1802978515625" lon="11.43144416809082">
+        <name>129936</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85848</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128172&#xA;      &#xA;      &#xA;        128173&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.203590393066406" lon="11.324623107910156">
+        <name>128172</name>
+      </trkpt>
+      <trkpt lat="48.204139709472656" lon="11.325079917907715">
+        <name>128173</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87932</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130137&#xA;      &#xA;      &#xA;        130151&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.190364837646484" lon="11.26571273803711">
+        <name>130137</name>
+      </trkpt>
+      <trkpt lat="48.19172668457031" lon="11.264799118041992">
+        <name>130151</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90016</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132205&#xA;      &#xA;      &#xA;        132206&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21870422363281" lon="11.367658615112305">
+        <name>132205</name>
+      </trkpt>
+      <trkpt lat="48.21900939941406" lon="11.367182731628418">
+        <name>132206</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86890</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129158&#xA;      &#xA;      &#xA;        129161&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.32912063598633" lon="11.652200698852539">
+        <name>129158</name>
+      </trkpt>
+      <trkpt lat="48.33015060424805" lon="11.65662956237793">
+        <name>129161</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87672</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129936&#xA;      &#xA;      &#xA;        129937&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1802978515625" lon="11.43144416809082">
+        <name>129936</name>
+      </trkpt>
+      <trkpt lat="48.181915283203125" lon="11.432844161987305">
+        <name>129937</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85849</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128173&#xA;      &#xA;      &#xA;        128174&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204139709472656" lon="11.325079917907715">
+        <name>128173</name>
+      </trkpt>
+      <trkpt lat="48.20479202270508" lon="11.325371742248535">
+        <name>128174</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87933</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130151&#xA;      &#xA;      &#xA;        130152&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19172668457031" lon="11.264799118041992">
+        <name>130151</name>
+      </trkpt>
+      <trkpt lat="48.193153381347656" lon="11.26382827758789">
+        <name>130152</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90017</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132206&#xA;      &#xA;      &#xA;        132207&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21900939941406" lon="11.367182731628418">
+        <name>132206</name>
+      </trkpt>
+      <trkpt lat="48.22047805786133" lon="11.364363670349121">
+        <name>132207</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86891</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129161&#xA;      &#xA;      &#xA;        129162&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33015060424805" lon="11.65662956237793">
+        <name>129161</name>
+      </trkpt>
+      <trkpt lat="48.33121109008789" lon="11.662342071533203">
+        <name>129162</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105387</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146933&#xA;      &#xA;      &#xA;        146940&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03113555908203" lon="11.615699768066406">
+        <name>146933</name>
+      </trkpt>
+      <trkpt lat="48.03242111206055" lon="11.612329483032227">
+        <name>146940</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87673</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129937&#xA;      &#xA;      &#xA;        128968&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181915283203125" lon="11.432844161987305">
+        <name>129937</name>
+      </trkpt>
+      <trkpt lat="48.18305206298828" lon="11.433813095092773">
+        <name>128968</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85850</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128174&#xA;      &#xA;      &#xA;        128175&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20479202270508" lon="11.325371742248535">
+        <name>128174</name>
+      </trkpt>
+      <trkpt lat="48.20512390136719" lon="11.325587272644043">
+        <name>128175</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87934</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130152&#xA;      &#xA;      &#xA;        130153&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193153381347656" lon="11.26382827758789">
+        <name>130152</name>
+      </trkpt>
+      <trkpt lat="48.193572998046875" lon="11.26352310180664">
+        <name>130153</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90018</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132207&#xA;      &#xA;      &#xA;        132208&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22047805786133" lon="11.364363670349121">
+        <name>132207</name>
+      </trkpt>
+      <trkpt lat="48.22175216674805" lon="11.361953735351562">
+        <name>132208</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86892</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129163&#xA;      &#xA;      &#xA;        129164&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3314208984375" lon="11.662171363830566">
+        <name>129163</name>
+      </trkpt>
+      <trkpt lat="48.33035659790039" lon="11.656457901000977">
+        <name>129164</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87674</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129934&#xA;      &#xA;      &#xA;        129938&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.182682037353516" lon="11.430130004882812">
+        <name>129934</name>
+      </trkpt>
+      <trkpt lat="48.182090759277344" lon="11.43061637878418">
+        <name>129938</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85069</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127414&#xA;      &#xA;      &#xA;        127415&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22465896606445" lon="11.334139823913574">
+        <name>127414</name>
+      </trkpt>
+      <trkpt lat="48.22488784790039" lon="11.334197044372559">
+        <name>127415</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105128</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146676&#xA;      &#xA;      &#xA;        146677&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19957733154297" lon="11.66911792755127">
+        <name>146676</name>
+      </trkpt>
+      <trkpt lat="48.19807052612305" lon="11.673717498779297">
+        <name>146677</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85851</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128175&#xA;      &#xA;      &#xA;        128176&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20512390136719" lon="11.325587272644043">
+        <name>128175</name>
+      </trkpt>
+      <trkpt lat="48.205440521240234" lon="11.325904846191406">
+        <name>128176</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87935</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130153&#xA;      &#xA;      &#xA;        130154&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193572998046875" lon="11.26352310180664">
+        <name>130153</name>
+      </trkpt>
+      <trkpt lat="48.19398880004883" lon="11.263199806213379">
+        <name>130154</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90019</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132208&#xA;      &#xA;      &#xA;        132209&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22175216674805" lon="11.361953735351562">
+        <name>132208</name>
+      </trkpt>
+      <trkpt lat="48.22293472290039" lon="11.359668731689453">
+        <name>132209</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86893</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129164&#xA;      &#xA;      &#xA;        129159&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33035659790039" lon="11.656457901000977">
+        <name>129164</name>
+      </trkpt>
+      <trkpt lat="48.32927322387695" lon="11.65185832977295">
+        <name>129159</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105389</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146940&#xA;      &#xA;      &#xA;        146941&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03242111206055" lon="11.612329483032227">
+        <name>146940</name>
+      </trkpt>
+      <trkpt lat="48.0339469909668" lon="11.608901023864746">
+        <name>146941</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87675</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129938&#xA;      &#xA;      &#xA;        129939&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.182090759277344" lon="11.43061637878418">
+        <name>129938</name>
+      </trkpt>
+      <trkpt lat="48.18155288696289" lon="11.43061637878418">
+        <name>129939</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105129</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146677&#xA;      &#xA;      &#xA;        146678&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19807052612305" lon="11.673717498779297">
+        <name>146677</name>
+      </trkpt>
+      <trkpt lat="48.196720123291016" lon="11.6783447265625">
+        <name>146678</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87936</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130154&#xA;      &#xA;      &#xA;        130155&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19398880004883" lon="11.263199806213379">
+        <name>130154</name>
+      </trkpt>
+      <trkpt lat="48.19478988647461" lon="11.263179779052734">
+        <name>130155</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90020</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132209&#xA;      &#xA;      &#xA;        132210&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22293472290039" lon="11.359668731689453">
+        <name>132209</name>
+      </trkpt>
+      <trkpt lat="48.223392486572266" lon="11.359068870544434">
+        <name>132210</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86894</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129162&#xA;      &#xA;      &#xA;        129165&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33121109008789" lon="11.662342071533203">
+        <name>129162</name>
+      </trkpt>
+      <trkpt lat="48.33191680908203" lon="11.667369842529297">
+        <name>129165</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87676</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129939&#xA;      &#xA;      &#xA;        129940&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18155288696289" lon="11.43061637878418">
+        <name>129939</name>
+      </trkpt>
+      <trkpt lat="48.181175231933594" lon="11.430559158325195">
+        <name>129940</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105130</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146678&#xA;      &#xA;      &#xA;        146679&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.196720123291016" lon="11.6783447265625">
+        <name>146678</name>
+      </trkpt>
+      <trkpt lat="48.19567108154297" lon="11.682172775268555">
+        <name>146679</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87937</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130155&#xA;      &#xA;      &#xA;        130156&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19478988647461" lon="11.263179779052734">
+        <name>130155</name>
+      </trkpt>
+      <trkpt lat="48.1944465637207" lon="11.26144790649414">
+        <name>130156</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90021</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132210&#xA;      &#xA;      &#xA;        132211&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223392486572266" lon="11.359068870544434">
+        <name>132210</name>
+      </trkpt>
+      <trkpt lat="48.22386932373047" lon="11.358469009399414">
+        <name>132211</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86895</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129165&#xA;      &#xA;      &#xA;        129166&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33191680908203" lon="11.667369842529297">
+        <name>129165</name>
+      </trkpt>
+      <trkpt lat="48.3324089050293" lon="11.67239761352539">
+        <name>129166</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105391</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146941&#xA;      &#xA;      &#xA;        146942&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0339469909668" lon="11.608901023864746">
+        <name>146941</name>
+      </trkpt>
+      <trkpt lat="48.03491973876953" lon="11.606958389282227">
+        <name>146942</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87677</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129940&#xA;      &#xA;      &#xA;        129941&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181175231933594" lon="11.430559158325195">
+        <name>129940</name>
+      </trkpt>
+      <trkpt lat="48.1807975769043" lon="11.430644035339355">
+        <name>129941</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85854</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128178&#xA;      &#xA;      &#xA;        128179&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20518493652344" lon="11.326984405517578">
+        <name>128178</name>
+      </trkpt>
+      <trkpt lat="48.204078674316406" lon="11.328584671020508">
+        <name>128179</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87938</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130156&#xA;      &#xA;      &#xA;        130157&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1944465637207" lon="11.26144790649414">
+        <name>130156</name>
+      </trkpt>
+      <trkpt lat="48.19432067871094" lon="11.260476112365723">
+        <name>130157</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90022</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132211&#xA;      &#xA;      &#xA;        132212&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22386932373047" lon="11.358469009399414">
+        <name>132211</name>
+      </trkpt>
+      <trkpt lat="48.22364044189453" lon="11.357954978942871">
+        <name>132212</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86896</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129166&#xA;      &#xA;      &#xA;        129167&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3324089050293" lon="11.67239761352539">
+        <name>129166</name>
+      </trkpt>
+      <trkpt lat="48.3326416015625" lon="11.676711082458496">
+        <name>129167</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87678</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129941&#xA;      &#xA;      &#xA;        129942&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1807975769043" lon="11.430644035339355">
+        <name>129941</name>
+      </trkpt>
+      <trkpt lat="48.1802978515625" lon="11.430959701538086">
+        <name>129942</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85855</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128179&#xA;      &#xA;      &#xA;        128180&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204078674316406" lon="11.328584671020508">
+        <name>128179</name>
+      </trkpt>
+      <trkpt lat="48.2032470703125" lon="11.329904556274414">
+        <name>128180</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87939</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130157&#xA;      &#xA;      &#xA;        130158&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19432067871094" lon="11.260476112365723">
+        <name>130157</name>
+      </trkpt>
+      <trkpt lat="48.19428253173828" lon="11.259542465209961">
+        <name>130158</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90023</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132212&#xA;      &#xA;      &#xA;        132213&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22364044189453" lon="11.357954978942871">
+        <name>132212</name>
+      </trkpt>
+      <trkpt lat="48.222999572753906" lon="11.356821060180664">
+        <name>132213</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86897</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129168&#xA;      &#xA;      &#xA;        129169&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33285140991211" lon="11.676796913146973">
+        <name>129168</name>
+      </trkpt>
+      <trkpt lat="48.332618713378906" lon="11.672340393066406">
+        <name>129169</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105393</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146942&#xA;      &#xA;      &#xA;        146943&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03491973876953" lon="11.606958389282227">
+        <name>146942</name>
+      </trkpt>
+      <trkpt lat="48.035133361816406" lon="11.60612964630127">
+        <name>146943</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87679</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129942&#xA;      &#xA;      &#xA;        129935&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1802978515625" lon="11.430959701538086">
+        <name>129942</name>
+      </trkpt>
+      <trkpt lat="48.179805755615234" lon="11.430930137634277">
+        <name>129935</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85074</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127415&#xA;      &#xA;      &#xA;        127416&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22488784790039" lon="11.334197044372559">
+        <name>127415</name>
+      </trkpt>
+      <trkpt lat="48.22509002685547" lon="11.333587646484375">
+        <name>127416</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85856</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128180&#xA;      &#xA;      &#xA;        128181&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2032470703125" lon="11.329904556274414">
+        <name>128180</name>
+      </trkpt>
+      <trkpt lat="48.202396392822266" lon="11.330984115600586">
+        <name>128181</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87940</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130158&#xA;      &#xA;      &#xA;        130159&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19428253173828" lon="11.259542465209961">
+        <name>130158</name>
+      </trkpt>
+      <trkpt lat="48.194305419921875" lon="11.258018493652344">
+        <name>130159</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90024</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132213&#xA;      &#xA;      &#xA;        132214&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.222999572753906" lon="11.356821060180664">
+        <name>132213</name>
+      </trkpt>
+      <trkpt lat="48.222469329833984" lon="11.35586929321289">
+        <name>132214</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86898</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129169&#xA;      &#xA;      &#xA;        129170&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.332618713378906" lon="11.672340393066406">
+        <name>129169</name>
+      </trkpt>
+      <trkpt lat="48.33216857910156" lon="11.667455673217773">
+        <name>129170</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87680</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128964&#xA;      &#xA;      &#xA;        129943&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1785774230957" lon="11.43030834197998">
+        <name>128964</name>
+      </trkpt>
+      <trkpt lat="48.180545806884766" lon="11.432272911071777">
+        <name>129943</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86638</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128914&#xA;      &#xA;      &#xA;        128913&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15797424316406" lon="11.413873672485352">
+        <name>128914</name>
+      </trkpt>
+      <trkpt lat="48.1573486328125" lon="11.414244651794434">
+        <name>128913</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85075</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127416&#xA;      &#xA;      &#xA;        127418&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22509002685547" lon="11.333587646484375">
+        <name>127416</name>
+      </trkpt>
+      <trkpt lat="48.22480010986328" lon="11.33303451538086">
+        <name>127418</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85857</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128181&#xA;      &#xA;      &#xA;        128182&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.202396392822266" lon="11.330984115600586">
+        <name>128181</name>
+      </trkpt>
+      <trkpt lat="48.201602935791016" lon="11.332076072692871">
+        <name>128182</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87941</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130159&#xA;      &#xA;      &#xA;        130160&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.194305419921875" lon="11.258018493652344">
+        <name>130159</name>
+      </trkpt>
+      <trkpt lat="48.194393157958984" lon="11.256341934204102">
+        <name>130160</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90025</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132214&#xA;      &#xA;      &#xA;        132215&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.222469329833984" lon="11.35586929321289">
+        <name>132214</name>
+      </trkpt>
+      <trkpt lat="48.22206115722656" lon="11.35512638092041">
+        <name>132215</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86899</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129170&#xA;      &#xA;      &#xA;        129163&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33216857910156" lon="11.667455673217773">
+        <name>129170</name>
+      </trkpt>
+      <trkpt lat="48.3314208984375" lon="11.662171363830566">
+        <name>129163</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105395</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146943&#xA;      &#xA;      &#xA;        146944&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.035133361816406" lon="11.60612964630127">
+        <name>146943</name>
+      </trkpt>
+      <trkpt lat="48.035037994384766" lon="11.605672836303711">
+        <name>146944</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87681</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129943&#xA;      &#xA;      &#xA;        129944&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.180545806884766" lon="11.432272911071777">
+        <name>129943</name>
+      </trkpt>
+      <trkpt lat="48.181480407714844" lon="11.43312931060791">
+        <name>129944</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86639</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128913&#xA;      &#xA;      &#xA;        128912&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1573486328125" lon="11.414244651794434">
+        <name>128913</name>
+      </trkpt>
+      <trkpt lat="48.157100677490234" lon="11.414644241333008">
+        <name>128912</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85076</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127418&#xA;      &#xA;      &#xA;        127421&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22480010986328" lon="11.33303451538086">
+        <name>127418</name>
+      </trkpt>
+      <trkpt lat="48.22435760498047" lon="11.333263397216797">
+        <name>127421</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85858</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128182&#xA;      &#xA;      &#xA;        128183&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.201602935791016" lon="11.332076072692871">
+        <name>128182</name>
+      </trkpt>
+      <trkpt lat="48.20127868652344" lon="11.333345413208008">
+        <name>128183</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87942</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130160&#xA;      &#xA;      &#xA;        130161&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.194393157958984" lon="11.256341934204102">
+        <name>130160</name>
+      </trkpt>
+      <trkpt lat="48.19242858886719" lon="11.256152153015137">
+        <name>130161</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90026</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132215&#xA;      &#xA;      &#xA;        132216&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22206115722656" lon="11.35512638092041">
+        <name>132215</name>
+      </trkpt>
+      <trkpt lat="48.222251892089844" lon="11.354974746704102">
+        <name>132216</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86900</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129167&#xA;      &#xA;      &#xA;        129171&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3326416015625" lon="11.676711082458496">
+        <name>129167</name>
+      </trkpt>
+      <trkpt lat="48.33273696899414" lon="11.682480812072754">
+        <name>129171</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87682</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129944&#xA;      &#xA;      &#xA;        128969&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181480407714844" lon="11.43312931060791">
+        <name>129944</name>
+      </trkpt>
+      <trkpt lat="48.18302536010742" lon="11.434365272521973">
+        <name>128969</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86640</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128912&#xA;      &#xA;      &#xA;        128911&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157100677490234" lon="11.414644241333008">
+        <name>128912</name>
+      </trkpt>
+      <trkpt lat="48.156982421875" lon="11.41515827178955">
+        <name>128911</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85859</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128183&#xA;      &#xA;      &#xA;        128184&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20127868652344" lon="11.333345413208008">
+        <name>128183</name>
+      </trkpt>
+      <trkpt lat="48.20101547241211" lon="11.334437370300293">
+        <name>128184</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87943</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130161&#xA;      &#xA;      &#xA;        130162&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19242858886719" lon="11.256152153015137">
+        <name>130161</name>
+      </trkpt>
+      <trkpt lat="48.19112014770508" lon="11.25601863861084">
+        <name>130162</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90027</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132216&#xA;      &#xA;      &#xA;        132217&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.222251892089844" lon="11.354974746704102">
+        <name>132216</name>
+      </trkpt>
+      <trkpt lat="48.22220230102539" lon="11.354650497436523">
+        <name>132217</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86901</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129171&#xA;      &#xA;      &#xA;        129172&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33273696899414" lon="11.682480812072754">
+        <name>129171</name>
+      </trkpt>
+      <trkpt lat="48.33277130126953" lon="11.687766075134277">
+        <name>129172</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87683</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129944&#xA;      &#xA;      &#xA;        129954&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181480407714844" lon="11.43312931060791">
+        <name>129944</name>
+      </trkpt>
+      <trkpt lat="48.181819915771484" lon="11.433615684509277">
+        <name>129954</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86641</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128911&#xA;      &#xA;      &#xA;        128910&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156982421875" lon="11.41515827178955">
+        <name>128911</name>
+      </trkpt>
+      <trkpt lat="48.1568717956543" lon="11.415644645690918">
+        <name>128910</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85860</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128184&#xA;      &#xA;      &#xA;        128185&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20101547241211" lon="11.334437370300293">
+        <name>128184</name>
+      </trkpt>
+      <trkpt lat="48.20057678222656" lon="11.335325241088867">
+        <name>128185</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87944</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130162&#xA;      &#xA;      &#xA;        130163&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19112014770508" lon="11.25601863861084">
+        <name>130162</name>
+      </trkpt>
+      <trkpt lat="48.1894416809082" lon="11.25571346282959">
+        <name>130163</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90028</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132217&#xA;      &#xA;      &#xA;        132218&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22220230102539" lon="11.354650497436523">
+        <name>132217</name>
+      </trkpt>
+      <trkpt lat="48.22201156616211" lon="11.354669570922852">
+        <name>132218</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86902</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129173&#xA;      &#xA;      &#xA;        129174&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33296203613281" lon="11.687651634216309">
+        <name>129173</name>
+      </trkpt>
+      <trkpt lat="48.33294677734375" lon="11.68222427368164">
+        <name>129174</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105398</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146944&#xA;      &#xA;      &#xA;        146948&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.035037994384766" lon="11.605672836303711">
+        <name>146944</name>
+      </trkpt>
+      <trkpt lat="48.03465270996094" lon="11.605530738830566">
+        <name>146948</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87684</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129954&#xA;      &#xA;      &#xA;        129953&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181819915771484" lon="11.433615684509277">
+        <name>129954</name>
+      </trkpt>
+      <trkpt lat="48.181785583496094" lon="11.434329986572266">
+        <name>129953</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86642</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128910&#xA;      &#xA;      &#xA;        128276&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1568717956543" lon="11.415644645690918">
+        <name>128910</name>
+      </trkpt>
+      <trkpt lat="48.15665054321289" lon="11.416059494018555">
+        <name>128276</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85861</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128185&#xA;      &#xA;      &#xA;        128186&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20057678222656" lon="11.335325241088867">
+        <name>128185</name>
+      </trkpt>
+      <trkpt lat="48.200096130371094" lon="11.336074829101562">
+        <name>128186</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87945</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130160&#xA;      &#xA;      &#xA;        130164&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.194393157958984" lon="11.256341934204102">
+        <name>130160</name>
+      </trkpt>
+      <trkpt lat="48.19438552856445" lon="11.255942344665527">
+        <name>130164</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90029</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132218&#xA;      &#xA;      &#xA;        132219&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22201156616211" lon="11.354669570922852">
+        <name>132218</name>
+      </trkpt>
+      <trkpt lat="48.221961975097656" lon="11.354917526245117">
+        <name>132219</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86903</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129174&#xA;      &#xA;      &#xA;        129168&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33294677734375" lon="11.68222427368164">
+        <name>129174</name>
+      </trkpt>
+      <trkpt lat="48.33285140991211" lon="11.676796913146973">
+        <name>129168</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105138</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146679&#xA;      &#xA;      &#xA;        146687&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19567108154297" lon="11.682172775268555">
+        <name>146679</name>
+      </trkpt>
+      <trkpt lat="48.19449234008789" lon="11.686943054199219">
+        <name>146687</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87685</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129953&#xA;      &#xA;      &#xA;        129952&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.181785583496094" lon="11.434329986572266">
+        <name>129953</name>
+      </trkpt>
+      <trkpt lat="48.18134689331055" lon="11.434615135192871">
+        <name>129952</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86643</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128267&#xA;      &#xA;      &#xA;        128916&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16178512573242" lon="11.414077758789062">
+        <name>128267</name>
+      </trkpt>
+      <trkpt lat="48.1619873046875" lon="11.413928985595703">
+        <name>128916</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96542</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138196&#xA;      &#xA;      &#xA;        138219&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3516960144043" lon="11.13475513458252">
+        <name>138196</name>
+      </trkpt>
+      <trkpt lat="48.353546142578125" lon="11.132997512817383">
+        <name>138219</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85862</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128186&#xA;      &#xA;      &#xA;        128187&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200096130371094" lon="11.336074829101562">
+        <name>128186</name>
+      </trkpt>
+      <trkpt lat="48.1995735168457" lon="11.335199356079102">
+        <name>128187</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87946</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130164&#xA;      &#xA;      &#xA;        130165&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19438552856445" lon="11.255942344665527">
+        <name>130164</name>
+      </trkpt>
+      <trkpt lat="48.19426727294922" lon="11.255295753479004">
+        <name>130165</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90030</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132219&#xA;      &#xA;      &#xA;        132215&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.221961975097656" lon="11.354917526245117">
+        <name>132219</name>
+      </trkpt>
+      <trkpt lat="48.22206115722656" lon="11.35512638092041">
+        <name>132215</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86904</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129172&#xA;      &#xA;      &#xA;        129175&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33277130126953" lon="11.687766075134277">
+        <name>129172</name>
+      </trkpt>
+      <trkpt lat="48.33290481567383" lon="11.691679000854492">
+        <name>129175</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105139</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146687&#xA;      &#xA;      &#xA;        146688&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19449234008789" lon="11.686943054199219">
+        <name>146687</name>
+      </trkpt>
+      <trkpt lat="48.19340515136719" lon="11.692255973815918">
+        <name>146688</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105400</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146948&#xA;      &#xA;      &#xA;        146952&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03465270996094" lon="11.605530738830566">
+        <name>146948</name>
+      </trkpt>
+      <trkpt lat="48.033870697021484" lon="11.606073379516602">
+        <name>146952</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87686</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129952&#xA;      &#xA;      &#xA;        129951&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18134689331055" lon="11.434615135192871">
+        <name>129952</name>
+      </trkpt>
+      <trkpt lat="48.18092727661133" lon="11.434215545654297">
+        <name>129951</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86644</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128916&#xA;      &#xA;      &#xA;        128917&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1619873046875" lon="11.413928985595703">
+        <name>128916</name>
+      </trkpt>
+      <trkpt lat="48.162132263183594" lon="11.41381549835205">
+        <name>128917</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96543</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138219&#xA;      &#xA;      &#xA;        138220&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.353546142578125" lon="11.132997512817383">
+        <name>138219</name>
+      </trkpt>
+      <trkpt lat="48.355567932128906" lon="11.131326675415039">
+        <name>138220</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85863</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128187&#xA;      &#xA;      &#xA;        128188&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1995735168457" lon="11.335199356079102">
+        <name>128187</name>
+      </trkpt>
+      <trkpt lat="48.198787689208984" lon="11.33371353149414">
+        <name>128188</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87947</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130165&#xA;      &#xA;      &#xA;        130166&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19426727294922" lon="11.255295753479004">
+        <name>130165</name>
+      </trkpt>
+      <trkpt lat="48.193572998046875" lon="11.253390312194824">
+        <name>130166</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90031</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132218&#xA;      &#xA;      &#xA;        132220&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22201156616211" lon="11.354669570922852">
+        <name>132218</name>
+      </trkpt>
+      <trkpt lat="48.22182083129883" lon="11.354326248168945">
+        <name>132220</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86905</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129175&#xA;      &#xA;      &#xA;        129176&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33290481567383" lon="11.691679000854492">
+        <name>129175</name>
+      </trkpt>
+      <trkpt lat="48.333343505859375" lon="11.695992469787598">
+        <name>129176</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105140</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146688&#xA;      &#xA;      &#xA;        146691&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19340515136719" lon="11.692255973815918">
+        <name>146688</name>
+      </trkpt>
+      <trkpt lat="48.192588806152344" lon="11.696626663208008">
+        <name>146691</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87687</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129951&#xA;      &#xA;      &#xA;        129950&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18092727661133" lon="11.434215545654297">
+        <name>129951</name>
+      </trkpt>
+      <trkpt lat="48.18100357055664" lon="11.433415412902832">
+        <name>129950</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86645</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128917&#xA;      &#xA;      &#xA;        128265&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.162132263183594" lon="11.41381549835205">
+        <name>128917</name>
+      </trkpt>
+      <trkpt lat="48.16254806518555" lon="11.413848876953125">
+        <name>128265</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96544</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138220&#xA;      &#xA;      &#xA;        138221&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.355567932128906" lon="11.131326675415039">
+        <name>138220</name>
+      </trkpt>
+      <trkpt lat="48.358497619628906" lon="11.129013061523438">
+        <name>138221</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85864</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128188&#xA;      &#xA;      &#xA;        128189&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198787689208984" lon="11.33371353149414">
+        <name>128188</name>
+      </trkpt>
+      <trkpt lat="48.1982421875" lon="11.332571029663086">
+        <name>128189</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87948</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130163&#xA;      &#xA;      &#xA;        130167&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1894416809082" lon="11.25571346282959">
+        <name>130163</name>
+      </trkpt>
+      <trkpt lat="48.18781661987305" lon="11.25537109375">
+        <name>130167</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90032</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132220&#xA;      &#xA;      &#xA;        132221&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22182083129883" lon="11.354326248168945">
+        <name>132220</name>
+      </trkpt>
+      <trkpt lat="48.22159194946289" lon="11.354117393493652">
+        <name>132221</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86906</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129176&#xA;      &#xA;      &#xA;        129177&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.333343505859375" lon="11.695992469787598">
+        <name>129176</name>
+      </trkpt>
+      <trkpt lat="48.33404541015625" lon="11.699763298034668">
+        <name>129177</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105141</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146691&#xA;      &#xA;      &#xA;        146694&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.192588806152344" lon="11.696626663208008">
+        <name>146691</name>
+      </trkpt>
+      <trkpt lat="48.1915397644043" lon="11.70136833190918">
+        <name>146694</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86646</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128267&#xA;      &#xA;      &#xA;        128918&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16178512573242" lon="11.414077758789062">
+        <name>128267</name>
+      </trkpt>
+      <trkpt lat="48.16201400756836" lon="11.414069175720215">
+        <name>128918</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96545</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138221&#xA;      &#xA;      &#xA;        138222&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.358497619628906" lon="11.129013061523438">
+        <name>138221</name>
+      </trkpt>
+      <trkpt lat="48.359439849853516" lon="11.12811279296875">
+        <name>138222</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85865</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128189&#xA;      &#xA;      &#xA;        128190&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1982421875" lon="11.332571029663086">
+        <name>128189</name>
+      </trkpt>
+      <trkpt lat="48.198123931884766" lon="11.332056045532227">
+        <name>128190</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87949</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130167&#xA;      &#xA;      &#xA;        130168&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18781661987305" lon="11.25537109375">
+        <name>130167</name>
+      </trkpt>
+      <trkpt lat="48.1865234375" lon="11.255066871643066">
+        <name>130168</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90033</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132221&#xA;      &#xA;      &#xA;        132222&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22159194946289" lon="11.354117393493652">
+        <name>132221</name>
+      </trkpt>
+      <trkpt lat="48.221187591552734" lon="11.353812217712402">
+        <name>132222</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86907</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129177&#xA;      &#xA;      &#xA;        129178&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33404541015625" lon="11.699763298034668">
+        <name>129177</name>
+      </trkpt>
+      <trkpt lat="48.334861755371094" lon="11.70256233215332">
+        <name>129178</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105142</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146694&#xA;      &#xA;      &#xA;        146697&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1915397644043" lon="11.70136833190918">
+        <name>146694</name>
+      </trkpt>
+      <trkpt lat="48.19039535522461" lon="11.705796241760254">
+        <name>146697</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105403</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146952&#xA;      &#xA;      &#xA;        146957&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.033870697021484" lon="11.606073379516602">
+        <name>146952</name>
+      </trkpt>
+      <trkpt lat="48.03379440307617" lon="11.605844497680664">
+        <name>146957</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86647</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128918&#xA;      &#xA;      &#xA;        128916&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16201400756836" lon="11.414069175720215">
+        <name>128918</name>
+      </trkpt>
+      <trkpt lat="48.1619873046875" lon="11.413928985595703">
+        <name>128916</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96546</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138222&#xA;      &#xA;      &#xA;        138223&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.359439849853516" lon="11.12811279296875">
+        <name>138222</name>
+      </trkpt>
+      <trkpt lat="48.36180114746094" lon="11.125199317932129">
+        <name>138223</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85866</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128190&#xA;      &#xA;      &#xA;        128191&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198123931884766" lon="11.332056045532227">
+        <name>128190</name>
+      </trkpt>
+      <trkpt lat="48.19816207885742" lon="11.331256866455078">
+        <name>128191</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87950</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130150&#xA;      &#xA;      &#xA;        130174&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18574142456055" lon="11.259047508239746">
+        <name>130150</name>
+      </trkpt>
+      <trkpt lat="48.18512725830078" lon="11.258247375488281">
+        <name>130174</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90034</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132222&#xA;      &#xA;      &#xA;        132223&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.221187591552734" lon="11.353812217712402">
+        <name>132222</name>
+      </trkpt>
+      <trkpt lat="48.220218658447266" lon="11.352365493774414">
+        <name>132223</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86908</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129179&#xA;      &#xA;      &#xA;        129180&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.334957122802734" lon="11.702305793762207">
+        <name>129179</name>
+      </trkpt>
+      <trkpt lat="48.33415985107422" lon="11.699419975280762">
+        <name>129180</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87690</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129948&#xA;      &#xA;      &#xA;        129947&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18239212036133" lon="11.431615829467773">
+        <name>129948</name>
+      </trkpt>
+      <trkpt lat="48.18279266357422" lon="11.431987762451172">
+        <name>129947</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86648</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128918&#xA;      &#xA;      &#xA;        128919&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16201400756836" lon="11.414069175720215">
+        <name>128918</name>
+      </trkpt>
+      <trkpt lat="48.162410736083984" lon="11.414386749267578">
+        <name>128919</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85867</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128191&#xA;      &#xA;      &#xA;        128192&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19816207885742" lon="11.331256866455078">
+        <name>128191</name>
+      </trkpt>
+      <trkpt lat="48.19854736328125" lon="11.330418586730957">
+        <name>128192</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87951</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130174&#xA;      &#xA;      &#xA;        130173&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18512725830078" lon="11.258247375488281">
+        <name>130174</name>
+      </trkpt>
+      <trkpt lat="48.18465805053711" lon="11.257332801818848">
+        <name>130173</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90035</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132223&#xA;      &#xA;      &#xA;        132224&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.220218658447266" lon="11.352365493774414">
+        <name>132223</name>
+      </trkpt>
+      <trkpt lat="48.21889114379883" lon="11.350327491760254">
+        <name>132224</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86909</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129180&#xA;      &#xA;      &#xA;        129181&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33415985107422" lon="11.699419975280762">
+        <name>129180</name>
+      </trkpt>
+      <trkpt lat="48.33357238769531" lon="11.695849418640137">
+        <name>129181</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105405</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146957&#xA;      &#xA;      &#xA;        146963&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03379440307617" lon="11.605844497680664">
+        <name>146957</name>
+      </trkpt>
+      <trkpt lat="48.03348922729492" lon="11.60458755493164">
+        <name>146963</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87691</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129947&#xA;      &#xA;      &#xA;        129946&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18279266357422" lon="11.431987762451172">
+        <name>129947</name>
+      </trkpt>
+      <trkpt lat="48.18275451660156" lon="11.43270206451416">
+        <name>129946</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86649</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128919&#xA;      &#xA;      &#xA;        128920&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.162410736083984" lon="11.414386749267578">
+        <name>128919</name>
+      </trkpt>
+      <trkpt lat="48.163089752197266" lon="11.41486930847168">
+        <name>128920</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85868</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128192&#xA;      &#xA;      &#xA;        128193&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19854736328125" lon="11.330418586730957">
+        <name>128192</name>
+      </trkpt>
+      <trkpt lat="48.1988639831543" lon="11.329712867736816">
+        <name>128193</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87952</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130173&#xA;      &#xA;      &#xA;        130172&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18465805053711" lon="11.257332801818848">
+        <name>130173</name>
+      </trkpt>
+      <trkpt lat="48.18404769897461" lon="11.256094932556152">
+        <name>130172</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90036</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132224&#xA;      &#xA;      &#xA;        132225&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21889114379883" lon="11.350327491760254">
+        <name>132224</name>
+      </trkpt>
+      <trkpt lat="48.21759796142578" lon="11.348555564880371">
+        <name>132225</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86910</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129181&#xA;      &#xA;      &#xA;        129182&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33357238769531" lon="11.695849418640137">
+        <name>129181</name>
+      </trkpt>
+      <trkpt lat="48.333133697509766" lon="11.691621780395508">
+        <name>129182</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105406</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146963&#xA;      &#xA;      &#xA;        146964&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03348922729492" lon="11.60458755493164">
+        <name>146963</name>
+      </trkpt>
+      <trkpt lat="48.033164978027344" lon="11.602959632873535">
+        <name>146964</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87692</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129946&#xA;      &#xA;      &#xA;        129945&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18275451660156" lon="11.43270206451416">
+        <name>129946</name>
+      </trkpt>
+      <trkpt lat="48.182373046875" lon="11.433072090148926">
+        <name>129945</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86650</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128920&#xA;      &#xA;      &#xA;        128921&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163089752197266" lon="11.41486930847168">
+        <name>128920</name>
+      </trkpt>
+      <trkpt lat="48.16351318359375" lon="11.415148735046387">
+        <name>128921</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85869</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128193&#xA;      &#xA;      &#xA;        128194&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1988639831543" lon="11.329712867736816">
+        <name>128193</name>
+      </trkpt>
+      <trkpt lat="48.19894027709961" lon="11.329065322875977">
+        <name>128194</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87953</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130172&#xA;      &#xA;      &#xA;        130171&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18404769897461" lon="11.256094932556152">
+        <name>130172</name>
+      </trkpt>
+      <trkpt lat="48.18381881713867" lon="11.25567626953125">
+        <name>130171</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90037</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132225&#xA;      &#xA;      &#xA;        132226&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21759796142578" lon="11.348555564880371">
+        <name>132225</name>
+      </trkpt>
+      <trkpt lat="48.21681213378906" lon="11.3474702835083">
+        <name>132226</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86911</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129182&#xA;      &#xA;      &#xA;        129173&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.333133697509766" lon="11.691621780395508">
+        <name>129182</name>
+      </trkpt>
+      <trkpt lat="48.33296203613281" lon="11.687651634216309">
+        <name>129173</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87693</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129945&#xA;      &#xA;      &#xA;        129937&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.182373046875" lon="11.433072090148926">
+        <name>129945</name>
+      </trkpt>
+      <trkpt lat="48.181915283203125" lon="11.432844161987305">
+        <name>129937</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86651</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128921&#xA;      &#xA;      &#xA;        128922&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16351318359375" lon="11.415148735046387">
+        <name>128921</name>
+      </trkpt>
+      <trkpt lat="48.16387176513672" lon="11.415186882019043">
+        <name>128922</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85870</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128194&#xA;      &#xA;      &#xA;        128195&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19894027709961" lon="11.329065322875977">
+        <name>128194</name>
+      </trkpt>
+      <trkpt lat="48.198787689208984" lon="11.328208923339844">
+        <name>128195</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87954</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130171&#xA;      &#xA;      &#xA;        130170&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18381881713867" lon="11.25567626953125">
+        <name>130171</name>
+      </trkpt>
+      <trkpt lat="48.183677673339844" lon="11.255504608154297">
+        <name>130170</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90038</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132226&#xA;      &#xA;      &#xA;        132227&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21681213378906" lon="11.3474702835083">
+        <name>132226</name>
+      </trkpt>
+      <trkpt lat="48.21639633178711" lon="11.34703254699707">
+        <name>132227</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86912</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129178&#xA;      &#xA;      &#xA;        129183&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.334861755371094" lon="11.70256233215332">
+        <name>129178</name>
+      </trkpt>
+      <trkpt lat="48.33586883544922" lon="11.70524787902832">
+        <name>129183</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105408</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146964&#xA;      &#xA;      &#xA;        146965&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.033164978027344" lon="11.602959632873535">
+        <name>146964</name>
+      </trkpt>
+      <trkpt lat="48.03299331665039" lon="11.601244926452637">
+        <name>146965</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87694</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129824&#xA;      &#xA;      &#xA;        129955&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.169593811035156" lon="11.436208724975586">
+        <name>129824</name>
+      </trkpt>
+      <trkpt lat="48.169002532958984" lon="11.43704891204834">
+        <name>129955</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86652</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128922&#xA;      &#xA;      &#xA;        128923&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16387176513672" lon="11.415186882019043">
+        <name>128922</name>
+      </trkpt>
+      <trkpt lat="48.16447830200195" lon="11.414944648742676">
+        <name>128923</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85871</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128195&#xA;      &#xA;      &#xA;        128196&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198787689208984" lon="11.328208923339844">
+        <name>128195</name>
+      </trkpt>
+      <trkpt lat="48.198394775390625" lon="11.326932907104492">
+        <name>128196</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87955</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130170&#xA;      &#xA;      &#xA;        130169&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.183677673339844" lon="11.255504608154297">
+        <name>130170</name>
+      </trkpt>
+      <trkpt lat="48.1837043762207" lon="11.25516128540039">
+        <name>130169</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90039</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132227&#xA;      &#xA;      &#xA;        132228&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21639633178711" lon="11.34703254699707">
+        <name>132227</name>
+      </trkpt>
+      <trkpt lat="48.215999603271484" lon="11.34659481048584">
+        <name>132228</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86913</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129183&#xA;      &#xA;      &#xA;        129184&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33586883544922" lon="11.70524787902832">
+        <name>129183</name>
+      </trkpt>
+      <trkpt lat="48.337257385253906" lon="11.70801830291748">
+        <name>129184</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105409</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146957&#xA;      &#xA;      &#xA;        146961&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03379440307617" lon="11.605844497680664">
+        <name>146957</name>
+      </trkpt>
+      <trkpt lat="48.0345573425293" lon="11.605387687683105">
+        <name>146961</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87695</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129955&#xA;      &#xA;      &#xA;        129956&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.169002532958984" lon="11.43704891204834">
+        <name>129955</name>
+      </trkpt>
+      <trkpt lat="48.16832733154297" lon="11.437868118286133">
+        <name>129956</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86653</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128923&#xA;      &#xA;      &#xA;        128924&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16447830200195" lon="11.414944648742676">
+        <name>128923</name>
+      </trkpt>
+      <trkpt lat="48.16474533081055" lon="11.414895057678223">
+        <name>128924</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85090</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127441&#xA;      &#xA;      &#xA;        127442&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22355651855469" lon="11.335321426391602">
+        <name>127441</name>
+      </trkpt>
+      <trkpt lat="48.223758697509766" lon="11.336921691894531">
+        <name>127442</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85872</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128196&#xA;      &#xA;      &#xA;        128197&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198394775390625" lon="11.326932907104492">
+        <name>128196</name>
+      </trkpt>
+      <trkpt lat="48.197784423828125" lon="11.325408935546875">
+        <name>128197</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87956</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130169&#xA;      &#xA;      &#xA;        130168&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1837043762207" lon="11.25516128540039">
+        <name>130169</name>
+      </trkpt>
+      <trkpt lat="48.1865234375" lon="11.255066871643066">
+        <name>130168</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90040</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132228&#xA;      &#xA;      &#xA;        132229&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215999603271484" lon="11.34659481048584">
+        <name>132228</name>
+      </trkpt>
+      <trkpt lat="48.21564483642578" lon="11.345985412597656">
+        <name>132229</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86914</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129184&#xA;      &#xA;      &#xA;        129185&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.337257385253906" lon="11.70801830291748">
+        <name>129184</name>
+      </trkpt>
+      <trkpt lat="48.33890914916992" lon="11.71056079864502">
+        <name>129185</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87696</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129956&#xA;      &#xA;      &#xA;        129957&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16832733154297" lon="11.437868118286133">
+        <name>129956</name>
+      </trkpt>
+      <trkpt lat="48.168113708496094" lon="11.438267707824707">
+        <name>129957</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86654</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128924&#xA;      &#xA;      &#xA;        128925&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16474533081055" lon="11.414895057678223">
+        <name>128924</name>
+      </trkpt>
+      <trkpt lat="48.16510772705078" lon="11.414983749389648">
+        <name>128925</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85091</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127442&#xA;      &#xA;      &#xA;        127443&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223758697509766" lon="11.336921691894531">
+        <name>127442</name>
+      </trkpt>
+      <trkpt lat="48.22374725341797" lon="11.337759017944336">
+        <name>127443</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85873</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128197&#xA;      &#xA;      &#xA;        128198&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197784423828125" lon="11.325408935546875">
+        <name>128197</name>
+      </trkpt>
+      <trkpt lat="48.19750213623047" lon="11.324666023254395">
+        <name>128198</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87957</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130166&#xA;      &#xA;      &#xA;        130175&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193572998046875" lon="11.253390312194824">
+        <name>130166</name>
+      </trkpt>
+      <trkpt lat="48.1932258605957" lon="11.25243854522705">
+        <name>130175</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90041</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132229&#xA;      &#xA;      &#xA;        132230&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21564483642578" lon="11.345985412597656">
+        <name>132229</name>
+      </trkpt>
+      <trkpt lat="48.21474075317383" lon="11.343413352966309">
+        <name>132230</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86915</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129185&#xA;      &#xA;      &#xA;        129186&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33890914916992" lon="11.71056079864502">
+        <name>129185</name>
+      </trkpt>
+      <trkpt lat="48.340938568115234" lon="11.712960243225098">
+        <name>129186</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105411</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146961&#xA;      &#xA;      &#xA;        146962&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0345573425293" lon="11.605387687683105">
+        <name>146961</name>
+      </trkpt>
+      <trkpt lat="48.03549575805664" lon="11.605101585388184">
+        <name>146962</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87697</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129957&#xA;      &#xA;      &#xA;        129958&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.168113708496094" lon="11.438267707824707">
+        <name>129957</name>
+      </trkpt>
+      <trkpt lat="48.167694091796875" lon="11.439696311950684">
+        <name>129958</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86655</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128925&#xA;      &#xA;      &#xA;        128926&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16510772705078" lon="11.414983749389648">
+        <name>128925</name>
+      </trkpt>
+      <trkpt lat="48.16567611694336" lon="11.415567398071289">
+        <name>128926</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85874</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128198&#xA;      &#xA;      &#xA;        128199&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19750213623047" lon="11.324666023254395">
+        <name>128198</name>
+      </trkpt>
+      <trkpt lat="48.197898864746094" lon="11.324438095092773">
+        <name>128199</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87958</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130175&#xA;      &#xA;      &#xA;        130176&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1932258605957" lon="11.25243854522705">
+        <name>130175</name>
+      </trkpt>
+      <trkpt lat="48.19313430786133" lon="11.251923561096191">
+        <name>130176</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90042</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132230&#xA;      &#xA;      &#xA;        132231&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21474075317383" lon="11.343413352966309">
+        <name>132230</name>
+      </trkpt>
+      <trkpt lat="48.214290618896484" lon="11.342212677001953">
+        <name>132231</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86916</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129187&#xA;      &#xA;      &#xA;        129188&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34110641479492" lon="11.712817192077637">
+        <name>129187</name>
+      </trkpt>
+      <trkpt lat="48.33900451660156" lon="11.710304260253906">
+        <name>129188</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87698</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129958&#xA;      &#xA;      &#xA;        129959&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.167694091796875" lon="11.439696311950684">
+        <name>129958</name>
+      </trkpt>
+      <trkpt lat="48.167537689208984" lon="11.440686225891113">
+        <name>129959</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86656</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128926&#xA;      &#xA;      &#xA;        128927&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16567611694336" lon="11.415567398071289">
+        <name>128926</name>
+      </trkpt>
+      <trkpt lat="48.16618728637695" lon="11.415833473205566">
+        <name>128927</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85875</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128199&#xA;      &#xA;      &#xA;        128200&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197898864746094" lon="11.324438095092773">
+        <name>128199</name>
+      </trkpt>
+      <trkpt lat="48.198585510253906" lon="11.324191093444824">
+        <name>128200</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87959</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130176&#xA;      &#xA;      &#xA;        130177&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19313430786133" lon="11.251923561096191">
+        <name>130176</name>
+      </trkpt>
+      <trkpt lat="48.193111419677734" lon="11.25129508972168">
+        <name>130177</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90043</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132231&#xA;      &#xA;      &#xA;        132232&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.214290618896484" lon="11.342212677001953">
+        <name>132231</name>
+      </trkpt>
+      <trkpt lat="48.213443756103516" lon="11.339832305908203">
+        <name>132232</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86917</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129188&#xA;      &#xA;      &#xA;        129189&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33900451660156" lon="11.710304260253906">
+        <name>129188</name>
+      </trkpt>
+      <trkpt lat="48.337276458740234" lon="11.707618713378906">
+        <name>129189</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87699</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129959&#xA;      &#xA;      &#xA;        129960&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.167537689208984" lon="11.440686225891113">
+        <name>129959</name>
+      </trkpt>
+      <trkpt lat="48.167388916015625" lon="11.441143035888672">
+        <name>129960</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86657</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128927&#xA;      &#xA;      &#xA;        128928&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16618728637695" lon="11.415833473205566">
+        <name>128927</name>
+      </trkpt>
+      <trkpt lat="48.16657638549805" lon="11.41580867767334">
+        <name>128928</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85876</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128200&#xA;      &#xA;      &#xA;        128201&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198585510253906" lon="11.324191093444824">
+        <name>128200</name>
+      </trkpt>
+      <trkpt lat="48.19974136352539" lon="11.323980331420898">
+        <name>128201</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87960</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130177&#xA;      &#xA;      &#xA;        128335&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193111419677734" lon="11.25129508972168">
+        <name>130177</name>
+      </trkpt>
+      <trkpt lat="48.19309616088867" lon="11.249394416809082">
+        <name>128335</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90044</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132232&#xA;      &#xA;      &#xA;        132233&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.213443756103516" lon="11.339832305908203">
+        <name>132232</name>
+      </trkpt>
+      <trkpt lat="48.212188720703125" lon="11.336804389953613">
+        <name>132233</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86918</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129189&#xA;      &#xA;      &#xA;        129190&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.337276458740234" lon="11.707618713378906">
+        <name>129189</name>
+      </trkpt>
+      <trkpt lat="48.336002349853516" lon="11.705047607421875">
+        <name>129190</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105153</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146697&#xA;      &#xA;      &#xA;        146704&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19039535522461" lon="11.705796241760254">
+        <name>146697</name>
+      </trkpt>
+      <trkpt lat="48.18891525268555" lon="11.710309982299805">
+        <name>146704</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105414</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146942&#xA;      &#xA;      &#xA;        146969&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03491973876953" lon="11.606958389282227">
+        <name>146942</name>
+      </trkpt>
+      <trkpt lat="48.03570556640625" lon="11.60558795928955">
+        <name>146969</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87700</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129960&#xA;      &#xA;      &#xA;        129961&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.167388916015625" lon="11.441143035888672">
+        <name>129960</name>
+      </trkpt>
+      <trkpt lat="48.16704559326172" lon="11.441410064697266">
+        <name>129961</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86658</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128928&#xA;      &#xA;      &#xA;        128929&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16657638549805" lon="11.41580867767334">
+        <name>128928</name>
+      </trkpt>
+      <trkpt lat="48.16694259643555" lon="11.415630340576172">
+        <name>128929</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96557</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138223&#xA;      &#xA;      &#xA;        138239&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36180114746094" lon="11.125199317932129">
+        <name>138223</name>
+      </trkpt>
+      <trkpt lat="48.363826751708984" lon="11.121858596801758">
+        <name>138239</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85877</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128201&#xA;      &#xA;      &#xA;        128202&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19974136352539" lon="11.323980331420898">
+        <name>128201</name>
+      </trkpt>
+      <trkpt lat="48.200462341308594" lon="11.323943138122559">
+        <name>128202</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87961</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128337&#xA;      &#xA;      &#xA;        130178&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19402313232422" lon="11.249375343322754">
+        <name>128337</name>
+      </trkpt>
+      <trkpt lat="48.19490051269531" lon="11.249314308166504">
+        <name>130178</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90045</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132233&#xA;      &#xA;      &#xA;        132234&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.212188720703125" lon="11.336804389953613">
+        <name>132233</name>
+      </trkpt>
+      <trkpt lat="48.21128845214844" lon="11.33463191986084">
+        <name>132234</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86919</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129190&#xA;      &#xA;      &#xA;        129179&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.336002349853516" lon="11.705047607421875">
+        <name>129190</name>
+      </trkpt>
+      <trkpt lat="48.334957122802734" lon="11.702305793762207">
+        <name>129179</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87701</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129961&#xA;      &#xA;      &#xA;        129962&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16704559326172" lon="11.441410064697266">
+        <name>129961</name>
+      </trkpt>
+      <trkpt lat="48.166259765625" lon="11.441752433776855">
+        <name>129962</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86659</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128929&#xA;      &#xA;      &#xA;        128930&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16694259643555" lon="11.415630340576172">
+        <name>128929</name>
+      </trkpt>
+      <trkpt lat="48.16719436645508" lon="11.41550350189209">
+        <name>128930</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85878</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128202&#xA;      &#xA;      &#xA;        128203&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200462341308594" lon="11.323943138122559">
+        <name>128202</name>
+      </trkpt>
+      <trkpt lat="48.20153045654297" lon="11.324000358581543">
+        <name>128203</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87962</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130178&#xA;      &#xA;      &#xA;        130179&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19490051269531" lon="11.249314308166504">
+        <name>130178</name>
+      </trkpt>
+      <trkpt lat="48.19618225097656" lon="11.249199867248535">
+        <name>130179</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90046</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132234&#xA;      &#xA;      &#xA;        132235&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21128845214844" lon="11.33463191986084">
+        <name>132234</name>
+      </trkpt>
+      <trkpt lat="48.210693359375" lon="11.333736419677734">
+        <name>132235</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86920</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129186&#xA;      &#xA;      &#xA;        129191&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.340938568115234" lon="11.712960243225098">
+        <name>129186</name>
+      </trkpt>
+      <trkpt lat="48.34357833862305" lon="11.71581745147705">
+        <name>129191</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105155</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146704&#xA;      &#xA;      &#xA;        146705&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18891525268555" lon="11.710309982299805">
+        <name>146704</name>
+      </trkpt>
+      <trkpt lat="48.18745040893555" lon="11.714194297790527">
+        <name>146705</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87702</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129962&#xA;      &#xA;      &#xA;        129963&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.166259765625" lon="11.441752433776855">
+        <name>129962</name>
+      </trkpt>
+      <trkpt lat="48.16554641723633" lon="11.442113876342773">
+        <name>129963</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86660</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128930&#xA;      &#xA;      &#xA;        128931&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16719436645508" lon="11.41550350189209">
+        <name>128930</name>
+      </trkpt>
+      <trkpt lat="48.16734313964844" lon="11.415529251098633">
+        <name>128931</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85097</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127443&#xA;      &#xA;      &#xA;        127447&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22374725341797" lon="11.337759017944336">
+        <name>127443</name>
+      </trkpt>
+      <trkpt lat="48.22380447387695" lon="11.338057518005371">
+        <name>127447</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85879</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128203&#xA;      &#xA;      &#xA;        128168&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20153045654297" lon="11.324000358581543">
+        <name>128203</name>
+      </trkpt>
+      <trkpt lat="48.2030029296875" lon="11.324077606201172">
+        <name>128168</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87963</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130179&#xA;      &#xA;      &#xA;        130180&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19618225097656" lon="11.249199867248535">
+        <name>130179</name>
+      </trkpt>
+      <trkpt lat="48.19613265991211" lon="11.251256942749023">
+        <name>130180</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90047</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132235&#xA;      &#xA;      &#xA;        132236&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.210693359375" lon="11.333736419677734">
+        <name>132235</name>
+      </trkpt>
+      <trkpt lat="48.2100830078125" lon="11.332765579223633">
+        <name>132236</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86921</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129191&#xA;      &#xA;      &#xA;        129192&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34357833862305" lon="11.71581745147705">
+        <name>129191</name>
+      </trkpt>
+      <trkpt lat="48.34551239013672" lon="11.718416213989258">
+        <name>129192</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87703</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129963&#xA;      &#xA;      &#xA;        129964&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16554641723633" lon="11.442113876342773">
+        <name>129963</name>
+      </trkpt>
+      <trkpt lat="48.16469955444336" lon="11.442723274230957">
+        <name>129964</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86661</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128931&#xA;      &#xA;      &#xA;        128932&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16734313964844" lon="11.415529251098633">
+        <name>128931</name>
+      </trkpt>
+      <trkpt lat="48.16770553588867" lon="11.416025161743164">
+        <name>128932</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85098</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127443&#xA;      &#xA;      &#xA;        127448&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.22374725341797" lon="11.337759017944336">
+        <name>127443</name>
+      </trkpt>
+      <trkpt lat="48.223575592041016" lon="11.337943077087402">
+        <name>127448</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85880</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128186&#xA;      &#xA;      &#xA;        128204&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200096130371094" lon="11.336074829101562">
+        <name>128186</name>
+      </trkpt>
+      <trkpt lat="48.1994514465332" lon="11.337180137634277">
+        <name>128204</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87964</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130180&#xA;      &#xA;      &#xA;        130181&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19613265991211" lon="11.251256942749023">
+        <name>130180</name>
+      </trkpt>
+      <trkpt lat="48.19563674926758" lon="11.251428604125977">
+        <name>130181</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90048</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132236&#xA;      &#xA;      &#xA;        132237&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2100830078125" lon="11.332765579223633">
+        <name>132236</name>
+      </trkpt>
+      <trkpt lat="48.208839416503906" lon="11.330536842346191">
+        <name>132237</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86922</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129192&#xA;      &#xA;      &#xA;        129193&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34551239013672" lon="11.718416213989258">
+        <name>129192</name>
+      </trkpt>
+      <trkpt lat="48.347320556640625" lon="11.721844673156738">
+        <name>129193</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105157</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146705&#xA;      &#xA;      &#xA;        146706&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18745040893555" lon="11.714194297790527">
+        <name>146705</name>
+      </trkpt>
+      <trkpt lat="48.18577575683594" lon="11.717822074890137">
+        <name>146706</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105418</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146965&#xA;      &#xA;      &#xA;        146975&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03299331665039" lon="11.601244926452637">
+        <name>146965</name>
+      </trkpt>
+      <trkpt lat="48.03310775756836" lon="11.598875045776367">
+        <name>146975</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87704</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129964&#xA;      &#xA;      &#xA;        129965&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16469955444336" lon="11.442723274230957">
+        <name>129964</name>
+      </trkpt>
+      <trkpt lat="48.163856506347656" lon="11.443180084228516">
+        <name>129965</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86662</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128932&#xA;      &#xA;      &#xA;        128933&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16770553588867" lon="11.416025161743164">
+        <name>128932</name>
+      </trkpt>
+      <trkpt lat="48.16789245605469" lon="11.416291236877441">
+        <name>128933</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96561</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138239&#xA;      &#xA;      &#xA;        138240&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.363826751708984" lon="11.121858596801758">
+        <name>138239</name>
+      </trkpt>
+      <trkpt lat="48.365360260009766" lon="11.118515968322754">
+        <name>138240</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85099</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127448&#xA;      &#xA;      &#xA;        127447&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223575592041016" lon="11.337943077087402">
+        <name>127448</name>
+      </trkpt>
+      <trkpt lat="48.22380447387695" lon="11.338057518005371">
+        <name>127447</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85881</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128204&#xA;      &#xA;      &#xA;        128205&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1994514465332" lon="11.337180137634277">
+        <name>128204</name>
+      </trkpt>
+      <trkpt lat="48.1988525390625" lon="11.33858871459961">
+        <name>128205</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87965</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130181&#xA;      &#xA;      &#xA;        130182&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19563674926758" lon="11.251428604125977">
+        <name>130181</name>
+      </trkpt>
+      <trkpt lat="48.193973541259766" lon="11.251352310180664">
+        <name>130182</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96301</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130105&#xA;      &#xA;      &#xA;        137994&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2337760925293" lon="11.348164558410645">
+        <name>130105</name>
+      </trkpt>
+      <trkpt lat="48.23537826538086" lon="11.345257759094238">
+        <name>137994</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90049</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132237&#xA;      &#xA;      &#xA;        132238&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.208839416503906" lon="11.330536842346191">
+        <name>132237</name>
+      </trkpt>
+      <trkpt lat="48.20827102661133" lon="11.329584121704102">
+        <name>132238</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86923</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129194&#xA;      &#xA;      &#xA;        129195&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34750747680664" lon="11.721731185913086">
+        <name>129194</name>
+      </trkpt>
+      <trkpt lat="48.345645904541016" lon="11.718188285827637">
+        <name>129195</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105158</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146706&#xA;      &#xA;      &#xA;        146707&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18577575683594" lon="11.717822074890137">
+        <name>146706</name>
+      </trkpt>
+      <trkpt lat="48.18379211425781" lon="11.72150707244873">
+        <name>146707</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87705</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129965&#xA;      &#xA;      &#xA;        129966&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163856506347656" lon="11.443180084228516">
+        <name>129965</name>
+      </trkpt>
+      <trkpt lat="48.16322326660156" lon="11.44354248046875">
+        <name>129966</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86663</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128933&#xA;      &#xA;      &#xA;        128934&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16789245605469" lon="11.416291236877441">
+        <name>128933</name>
+      </trkpt>
+      <trkpt lat="48.16802978515625" lon="11.416316986083984">
+        <name>128934</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96562</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138240&#xA;      &#xA;      &#xA;        138241&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.365360260009766" lon="11.118515968322754">
+        <name>138240</name>
+      </trkpt>
+      <trkpt lat="48.3663330078125" lon="11.115601539611816">
+        <name>138241</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85100</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127448&#xA;      &#xA;      &#xA;        127451&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223575592041016" lon="11.337943077087402">
+        <name>127448</name>
+      </trkpt>
+      <trkpt lat="48.223243713378906" lon="11.337599754333496">
+        <name>127451</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85882</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128205&#xA;      &#xA;      &#xA;        128206&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1988525390625" lon="11.33858871459961">
+        <name>128205</name>
+      </trkpt>
+      <trkpt lat="48.198699951171875" lon="11.339750289916992">
+        <name>128206</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87966</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130182&#xA;      &#xA;      &#xA;        130177&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193973541259766" lon="11.251352310180664">
+        <name>130182</name>
+      </trkpt>
+      <trkpt lat="48.193111419677734" lon="11.25129508972168">
+        <name>130177</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90050</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132238&#xA;      &#xA;      &#xA;        132239&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20827102661133" lon="11.329584121704102">
+        <name>132238</name>
+      </trkpt>
+      <trkpt lat="48.20790481567383" lon="11.328593254089355">
+        <name>132239</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86924</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129195&#xA;      &#xA;      &#xA;        129196&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.345645904541016" lon="11.718188285827637">
+        <name>129195</name>
+      </trkpt>
+      <trkpt lat="48.343650817871094" lon="11.715560913085938">
+        <name>129196</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105420</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146975&#xA;      &#xA;      &#xA;        146976&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03310775756836" lon="11.598875045776367">
+        <name>146975</name>
+      </trkpt>
+      <trkpt lat="48.03362274169922" lon="11.596617698669434">
+        <name>146976</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87706</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129966&#xA;      &#xA;      &#xA;        129967&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16322326660156" lon="11.44354248046875">
+        <name>129966</name>
+      </trkpt>
+      <trkpt lat="48.16211700439453" lon="11.444266319274902">
+        <name>129967</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86664</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128934&#xA;      &#xA;      &#xA;        128935&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16802978515625" lon="11.416316986083984">
+        <name>128934</name>
+      </trkpt>
+      <trkpt lat="48.16826629638672" lon="11.41601276397705">
+        <name>128935</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85883</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128206&#xA;      &#xA;      &#xA;        128207&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198699951171875" lon="11.339750289916992">
+        <name>128206</name>
+      </trkpt>
+      <trkpt lat="48.19883728027344" lon="11.340951919555664">
+        <name>128207</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96303</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        137994&#xA;      &#xA;      &#xA;        138002&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23537826538086" lon="11.345257759094238">
+        <name>137994</name>
+      </trkpt>
+      <trkpt lat="48.2379150390625" lon="11.340600967407227">
+        <name>138002</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90051</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132239&#xA;      &#xA;      &#xA;        132240&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20790481567383" lon="11.328593254089355">
+        <name>132239</name>
+      </trkpt>
+      <trkpt lat="48.20862579345703" lon="11.328327178955078">
+        <name>132240</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86925</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129196&#xA;      &#xA;      &#xA;        129187&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.343650817871094" lon="11.715560913085938">
+        <name>129196</name>
+      </trkpt>
+      <trkpt lat="48.34110641479492" lon="11.712817192077637">
+        <name>129187</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105160</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146707&#xA;      &#xA;      &#xA;        146710&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18379211425781" lon="11.72150707244873">
+        <name>146707</name>
+      </trkpt>
+      <trkpt lat="48.18158721923828" lon="11.725021362304688">
+        <name>146710</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105421</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146976&#xA;      &#xA;      &#xA;        146977&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03362274169922" lon="11.596617698669434">
+        <name>146976</name>
+      </trkpt>
+      <trkpt lat="48.03430938720703" lon="11.594161987304688">
+        <name>146977</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87707</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129967&#xA;      &#xA;      &#xA;        129968&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16211700439453" lon="11.444266319274902">
+        <name>129967</name>
+      </trkpt>
+      <trkpt lat="48.161888122558594" lon="11.443370819091797">
+        <name>129968</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86665</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128935&#xA;      &#xA;      &#xA;        128936&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16826629638672" lon="11.41601276397705">
+        <name>128935</name>
+      </trkpt>
+      <trkpt lat="48.16837692260742" lon="11.415733337402344">
+        <name>128936</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85884</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128207&#xA;      &#xA;      &#xA;        128208&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19883728027344" lon="11.340951919555664">
+        <name>128207</name>
+      </trkpt>
+      <trkpt lat="48.199119567871094" lon="11.342361450195312">
+        <name>128208</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90052</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132240&#xA;      &#xA;      &#xA;        132241&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20862579345703" lon="11.328327178955078">
+        <name>132240</name>
+      </trkpt>
+      <trkpt lat="48.208919525146484" lon="11.328898429870605">
+        <name>132241</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86926</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129193&#xA;      &#xA;      &#xA;        129197&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.347320556640625" lon="11.721844673156738">
+        <name>129193</name>
+      </trkpt>
+      <trkpt lat="48.348876953125" lon="11.725072860717773">
+        <name>129197</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87708</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129968&#xA;      &#xA;      &#xA;        129971&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161888122558594" lon="11.443370819091797">
+        <name>129968</name>
+      </trkpt>
+      <trkpt lat="48.16154479980469" lon="11.442514419555664">
+        <name>129971</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86666</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128936&#xA;      &#xA;      &#xA;        128937&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16837692260742" lon="11.415733337402344">
+        <name>128936</name>
+      </trkpt>
+      <trkpt lat="48.16828918457031" lon="11.415287971496582">
+        <name>128937</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96565</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138241&#xA;      &#xA;      &#xA;        138242&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3663330078125" lon="11.115601539611816">
+        <name>138241</name>
+      </trkpt>
+      <trkpt lat="48.367069244384766" lon="11.112517356872559">
+        <name>138242</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85885</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128208&#xA;      &#xA;      &#xA;        128209&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.199119567871094" lon="11.342361450195312">
+        <name>128208</name>
+      </trkpt>
+      <trkpt lat="48.199119567871094" lon="11.34367561340332">
+        <name>128209</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96305</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138002&#xA;      &#xA;      &#xA;        138006&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2379150390625" lon="11.340600967407227">
+        <name>138002</name>
+      </trkpt>
+      <trkpt lat="48.239967346191406" lon="11.336487770080566">
+        <name>138006</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90053</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132241&#xA;      &#xA;      &#xA;        132242&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.208919525146484" lon="11.328898429870605">
+        <name>132241</name>
+      </trkpt>
+      <trkpt lat="48.20918655395508" lon="11.32899284362793">
+        <name>132242</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86927</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129197&#xA;      &#xA;      &#xA;        129198&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.348876953125" lon="11.725072860717773">
+        <name>129197</name>
+      </trkpt>
+      <trkpt lat="48.35033416748047" lon="11.727243423461914">
+        <name>129198</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87709</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129971&#xA;      &#xA;      &#xA;        129972&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16154479980469" lon="11.442514419555664">
+        <name>129971</name>
+      </trkpt>
+      <trkpt lat="48.162025451660156" lon="11.442075729370117">
+        <name>129972</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86667</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128937&#xA;      &#xA;      &#xA;        128938&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16828918457031" lon="11.415287971496582">
+        <name>128937</name>
+      </trkpt>
+      <trkpt lat="48.16832733154297" lon="11.415098190307617">
+        <name>128938</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85886</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128209&#xA;      &#xA;      &#xA;        128210&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.199119567871094" lon="11.34367561340332">
+        <name>128209</name>
+      </trkpt>
+      <trkpt lat="48.19881057739258" lon="11.344990730285645">
+        <name>128210</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90054</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132242&#xA;      &#xA;      &#xA;        132243&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20918655395508" lon="11.32899284362793">
+        <name>132242</name>
+      </trkpt>
+      <trkpt lat="48.20968246459961" lon="11.329107284545898">
+        <name>132243</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86928</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129198&#xA;      &#xA;      &#xA;        129199&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.35033416748047" lon="11.727243423461914">
+        <name>129198</name>
+      </trkpt>
+      <trkpt lat="48.352806091308594" lon="11.729585647583008">
+        <name>129199</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87710</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129972&#xA;      &#xA;      &#xA;        129973&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.162025451660156" lon="11.442075729370117">
+        <name>129972</name>
+      </trkpt>
+      <trkpt lat="48.16244888305664" lon="11.441847801208496">
+        <name>129973</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86668</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128938&#xA;      &#xA;      &#xA;        128939&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16832733154297" lon="11.415098190307617">
+        <name>128938</name>
+      </trkpt>
+      <trkpt lat="48.16895294189453" lon="11.414844512939453">
+        <name>128939</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85887</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128210&#xA;      &#xA;      &#xA;        128211&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19881057739258" lon="11.344990730285645">
+        <name>128210</name>
+      </trkpt>
+      <trkpt lat="48.197872161865234" lon="11.346990585327148">
+        <name>128211</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90055</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132243&#xA;      &#xA;      &#xA;        132244&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20968246459961" lon="11.329107284545898">
+        <name>132243</name>
+      </trkpt>
+      <trkpt lat="48.209983825683594" lon="11.329641342163086">
+        <name>132244</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86929</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129200&#xA;      &#xA;      &#xA;        129201&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.352783203125" lon="11.72921371459961">
+        <name>129200</name>
+      </trkpt>
+      <trkpt lat="48.35029983520508" lon="11.726785659790039">
+        <name>129201</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87711</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129973&#xA;      &#xA;      &#xA;        129970&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16244888305664" lon="11.441847801208496">
+        <name>129973</name>
+      </trkpt>
+      <trkpt lat="48.16300582885742" lon="11.4417142868042">
+        <name>129970</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86669</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128939&#xA;      &#xA;      &#xA;        128940&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16895294189453" lon="11.414844512939453">
+        <name>128939</name>
+      </trkpt>
+      <trkpt lat="48.16910171508789" lon="11.414806365966797">
+        <name>128940</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96568</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138242&#xA;      &#xA;      &#xA;        138243&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.367069244384766" lon="11.112517356872559">
+        <name>138242</name>
+      </trkpt>
+      <trkpt lat="48.36792755126953" lon="11.109174728393555">
+        <name>138243</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85888</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128211&#xA;      &#xA;      &#xA;        128212&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197872161865234" lon="11.346990585327148">
+        <name>128211</name>
+      </trkpt>
+      <trkpt lat="48.197479248046875" lon="11.348742485046387">
+        <name>128212</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90056</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132244&#xA;      &#xA;      &#xA;        132246&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.209983825683594" lon="11.329641342163086">
+        <name>132244</name>
+      </trkpt>
+      <trkpt lat="48.21037673950195" lon="11.330535888671875">
+        <name>132246</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86930</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129201&#xA;      &#xA;      &#xA;        129202&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.35029983520508" lon="11.726785659790039">
+        <name>129201</name>
+      </trkpt>
+      <trkpt lat="48.34891128540039" lon="11.724672317504883">
+        <name>129202</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87712</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129970&#xA;      &#xA;      &#xA;        129969&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16300582885742" lon="11.4417142868042">
+        <name>129970</name>
+      </trkpt>
+      <trkpt lat="48.16310501098633" lon="11.4426851272583">
+        <name>129969</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86670</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128940&#xA;      &#xA;      &#xA;        128941&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16910171508789" lon="11.414806365966797">
+        <name>128940</name>
+      </trkpt>
+      <trkpt lat="48.17017364501953" lon="11.415186882019043">
+        <name>128941</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85107</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        127451&#xA;      &#xA;      &#xA;        127458&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.223243713378906" lon="11.337599754333496">
+        <name>127451</name>
+      </trkpt>
+      <trkpt lat="48.22129440307617" lon="11.3343505859375">
+        <name>127458</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85889</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128212&#xA;      &#xA;      &#xA;        128213&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197479248046875" lon="11.348742485046387">
+        <name>128212</name>
+      </trkpt>
+      <trkpt lat="48.19769287109375" lon="11.35159969329834">
+        <name>128213</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96309</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138006&#xA;      &#xA;      &#xA;        138009&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.239967346191406" lon="11.336487770080566">
+        <name>138006</name>
+      </trkpt>
+      <trkpt lat="48.242061614990234" lon="11.332230567932129">
+        <name>138009</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90057</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128176&#xA;      &#xA;      &#xA;        132255&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.205440521240234" lon="11.325904846191406">
+        <name>128176</name>
+      </trkpt>
+      <trkpt lat="48.2056770324707" lon="11.326091766357422">
+        <name>132255</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86931</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129202&#xA;      &#xA;      &#xA;        129194&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34891128540039" lon="11.724672317504883">
+        <name>129202</name>
+      </trkpt>
+      <trkpt lat="48.34750747680664" lon="11.721731185913086">
+        <name>129194</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96830</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132329&#xA;      &#xA;      &#xA;        138494&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24520492553711" lon="11.474727630615234">
+        <name>132329</name>
+      </trkpt>
+      <trkpt lat="48.24631118774414" lon="11.475956916809082">
+        <name>138494</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87713</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129969&#xA;      &#xA;      &#xA;        129966&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16310501098633" lon="11.4426851272583">
+        <name>129969</name>
+      </trkpt>
+      <trkpt lat="48.16322326660156" lon="11.44354248046875">
+        <name>129966</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86671</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128941&#xA;      &#xA;      &#xA;        128942&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17017364501953" lon="11.415186882019043">
+        <name>128941</name>
+      </trkpt>
+      <trkpt lat="48.171024322509766" lon="11.41575813293457">
+        <name>128942</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96570</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138243&#xA;      &#xA;      &#xA;        138244&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36792755126953" lon="11.109174728393555">
+        <name>138243</name>
+      </trkpt>
+      <trkpt lat="48.36863708496094" lon="11.106646537780762">
+        <name>138244</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90058</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132255&#xA;      &#xA;      &#xA;        132254&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2056770324707" lon="11.326091766357422">
+        <name>132255</name>
+      </trkpt>
+      <trkpt lat="48.20643615722656" lon="11.326740264892578">
+        <name>132254</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86932</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129199&#xA;      &#xA;      &#xA;        129203&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.352806091308594" lon="11.729585647583008">
+        <name>129199</name>
+      </trkpt>
+      <trkpt lat="48.3552131652832" lon="11.731014251708984">
+        <name>129203</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105167</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146710&#xA;      &#xA;      &#xA;        146716&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18158721923828" lon="11.725021362304688">
+        <name>146710</name>
+      </trkpt>
+      <trkpt lat="48.179595947265625" lon="11.727705955505371">
+        <name>146716</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85890</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128213&#xA;      &#xA;      &#xA;        128214&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19769287109375" lon="11.35159969329834">
+        <name>128213</name>
+      </trkpt>
+      <trkpt lat="48.197669982910156" lon="11.353066444396973">
+        <name>128214</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87714</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129969&#xA;      &#xA;      &#xA;        129974&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16310501098633" lon="11.4426851272583">
+        <name>129969</name>
+      </trkpt>
+      <trkpt lat="48.162471771240234" lon="11.442952156066895">
+        <name>129974</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86672</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128942&#xA;      &#xA;      &#xA;        128943&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.171024322509766" lon="11.41575813293457">
+        <name>128942</name>
+      </trkpt>
+      <trkpt lat="48.171478271484375" lon="11.416101455688477">
+        <name>128943</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90059</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132254&#xA;      &#xA;      &#xA;        132252&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20643615722656" lon="11.326740264892578">
+        <name>132254</name>
+      </trkpt>
+      <trkpt lat="48.20700454711914" lon="11.327171325683594">
+        <name>132252</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86933</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129203&#xA;      &#xA;      &#xA;        129204&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3552131652832" lon="11.731014251708984">
+        <name>129203</name>
+      </trkpt>
+      <trkpt lat="48.35768127441406" lon="11.732471466064453">
+        <name>129204</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105168</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146716&#xA;      &#xA;      &#xA;        146717&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179595947265625" lon="11.727705955505371">
+        <name>146716</name>
+      </trkpt>
+      <trkpt lat="48.17734909057617" lon="11.730448722839355">
+        <name>146717</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85891</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128214&#xA;      &#xA;      &#xA;        128215&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197669982910156" lon="11.353066444396973">
+        <name>128214</name>
+      </trkpt>
+      <trkpt lat="48.197452545166016" lon="11.354342460632324">
+        <name>128215</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87715</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129974&#xA;      &#xA;      &#xA;        129968&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.162471771240234" lon="11.442952156066895">
+        <name>129974</name>
+      </trkpt>
+      <trkpt lat="48.161888122558594" lon="11.443370819091797">
+        <name>129968</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86673</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128943&#xA;      &#xA;      &#xA;        128944&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.171478271484375" lon="11.416101455688477">
+        <name>128943</name>
+      </trkpt>
+      <trkpt lat="48.17170715332031" lon="11.41641902923584">
+        <name>128944</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90060</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132252&#xA;      &#xA;      &#xA;        132251&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20700454711914" lon="11.327171325683594">
+        <name>132252</name>
+      </trkpt>
+      <trkpt lat="48.20708084106445" lon="11.327362060546875">
+        <name>132251</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86934</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129204&#xA;      &#xA;      &#xA;        129205&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.35768127441406" lon="11.732471466064453">
+        <name>129204</name>
+      </trkpt>
+      <trkpt lat="48.35955810546875" lon="11.733698844909668">
+        <name>129205</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105169</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146717&#xA;      &#xA;      &#xA;        146718&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17734909057617" lon="11.730448722839355">
+        <name>146717</name>
+      </trkpt>
+      <trkpt lat="48.17458724975586" lon="11.733591079711914">
+        <name>146718</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85892</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128215&#xA;      &#xA;      &#xA;        128216&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197452545166016" lon="11.354342460632324">
+        <name>128215</name>
+      </trkpt>
+      <trkpt lat="48.196815490722656" lon="11.356856346130371">
+        <name>128216</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87716</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129971&#xA;      &#xA;      &#xA;        129975&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16154479980469" lon="11.442514419555664">
+        <name>129971</name>
+      </trkpt>
+      <trkpt lat="48.161048889160156" lon="11.44163703918457">
+        <name>129975</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86674</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128944&#xA;      &#xA;      &#xA;        128945&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17170715332031" lon="11.41641902923584">
+        <name>128944</name>
+      </trkpt>
+      <trkpt lat="48.1717643737793" lon="11.416621208190918">
+        <name>128945</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96573</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138244&#xA;      &#xA;      &#xA;        138247&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36863708496094" lon="11.106646537780762">
+        <name>138244</name>
+      </trkpt>
+      <trkpt lat="48.369598388671875" lon="11.104031562805176">
+        <name>138247</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90061</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132251&#xA;      &#xA;      &#xA;        132250&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20708084106445" lon="11.327362060546875">
+        <name>132251</name>
+      </trkpt>
+      <trkpt lat="48.207210540771484" lon="11.327374458312988">
+        <name>132250</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86935</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129206&#xA;      &#xA;      &#xA;        129207&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.35946273803711" lon="11.733356475830078">
+        <name>129206</name>
+      </trkpt>
+      <trkpt lat="48.35768127441406" lon="11.732156753540039">
+        <name>129207</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96834</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138494&#xA;      &#xA;      &#xA;        138495&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24631118774414" lon="11.475956916809082">
+        <name>138494</name>
+      </trkpt>
+      <trkpt lat="48.247642517089844" lon="11.477270126342773">
+        <name>138495</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85893</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128216&#xA;      &#xA;      &#xA;        128217&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.196815490722656" lon="11.356856346130371">
+        <name>128216</name>
+      </trkpt>
+      <trkpt lat="48.19658279418945" lon="11.358247756958008">
+        <name>128217</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87717</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129975&#xA;      &#xA;      &#xA;        129976&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161048889160156" lon="11.44163703918457">
+        <name>129975</name>
+      </trkpt>
+      <trkpt lat="48.16059112548828" lon="11.440990447998047">
+        <name>129976</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86675</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128945&#xA;      &#xA;      &#xA;        128946&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1717643737793" lon="11.416621208190918">
+        <name>128945</name>
+      </trkpt>
+      <trkpt lat="48.17185592651367" lon="11.41676139831543">
+        <name>128946</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96574</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138247&#xA;      &#xA;      &#xA;        138248&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.369598388671875" lon="11.104031562805176">
+        <name>138247</name>
+      </trkpt>
+      <trkpt lat="48.370628356933594" lon="11.101846694946289">
+        <name>138248</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90062</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132250&#xA;      &#xA;      &#xA;        132249&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.207210540771484" lon="11.327374458312988">
+        <name>132250</name>
+      </trkpt>
+      <trkpt lat="48.207275390625" lon="11.327197074890137">
+        <name>132249</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86936</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129207&#xA;      &#xA;      &#xA;        129208&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.35768127441406" lon="11.732156753540039">
+        <name>129207</name>
+      </trkpt>
+      <trkpt lat="48.3552131652832" lon="11.730671882629395">
+        <name>129208</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85894</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128217&#xA;      &#xA;      &#xA;        128218&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19658279418945" lon="11.358247756958008">
+        <name>128217</name>
+      </trkpt>
+      <trkpt lat="48.196380615234375" lon="11.359848022460938">
+        <name>128218</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87718</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129976&#xA;      &#xA;      &#xA;        129977&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16059112548828" lon="11.440990447998047">
+        <name>129976</name>
+      </trkpt>
+      <trkpt lat="48.16019821166992" lon="11.440552711486816">
+        <name>129977</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86676</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128946&#xA;      &#xA;      &#xA;        128947&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17185592651367" lon="11.41676139831543">
+        <name>128946</name>
+      </trkpt>
+      <trkpt lat="48.171939849853516" lon="11.417180061340332">
+        <name>128947</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96575</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138248&#xA;      &#xA;      &#xA;        138249&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.370628356933594" lon="11.101846694946289">
+        <name>138248</name>
+      </trkpt>
+      <trkpt lat="48.37324523925781" lon="11.097604751586914">
+        <name>138249</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90063</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132249&#xA;      &#xA;      &#xA;        132253&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.207275390625" lon="11.327197074890137">
+        <name>132249</name>
+      </trkpt>
+      <trkpt lat="48.20714569091797" lon="11.326993942260742">
+        <name>132253</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86937</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129208&#xA;      &#xA;      &#xA;        129200&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3552131652832" lon="11.730671882629395">
+        <name>129208</name>
+      </trkpt>
+      <trkpt lat="48.352783203125" lon="11.72921371459961">
+        <name>129200</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96836</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138495&#xA;      &#xA;      &#xA;        138500&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.247642517089844" lon="11.477270126342773">
+        <name>138495</name>
+      </trkpt>
+      <trkpt lat="48.248687744140625" lon="11.478499412536621">
+        <name>138500</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85895</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128218&#xA;      &#xA;      &#xA;        128219&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.196380615234375" lon="11.359848022460938">
+        <name>128218</name>
+      </trkpt>
+      <trkpt lat="48.195831298828125" lon="11.361104011535645">
+        <name>128219</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87719</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129977&#xA;      &#xA;      &#xA;        129978&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16019821166992" lon="11.440552711486816">
+        <name>129977</name>
+      </trkpt>
+      <trkpt lat="48.160160064697266" lon="11.440266609191895">
+        <name>129978</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86677</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128947&#xA;      &#xA;      &#xA;        128948&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.171939849853516" lon="11.417180061340332">
+        <name>128947</name>
+      </trkpt>
+      <trkpt lat="48.172203063964844" lon="11.417598724365234">
+        <name>128948</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96576</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138249&#xA;      &#xA;      &#xA;        138250&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.37324523925781" lon="11.097604751586914">
+        <name>138249</name>
+      </trkpt>
+      <trkpt lat="48.376060485839844" lon="11.093191146850586">
+        <name>138250</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90064</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132253&#xA;      &#xA;      &#xA;        132252&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20714569091797" lon="11.326993942260742">
+        <name>132253</name>
+      </trkpt>
+      <trkpt lat="48.20700454711914" lon="11.327171325683594">
+        <name>132252</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86938</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129205&#xA;      &#xA;      &#xA;        129209&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.35955810546875" lon="11.733698844909668">
+        <name>129205</name>
+      </trkpt>
+      <trkpt lat="48.363182067871094" lon="11.736441612243652">
+        <name>129209</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96837</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138500&#xA;      &#xA;      &#xA;        138503&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.248687744140625" lon="11.478499412536621">
+        <name>138500</name>
+      </trkpt>
+      <trkpt lat="48.24971389770508" lon="11.480213165283203">
+        <name>138503</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85896</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128219&#xA;      &#xA;      &#xA;        128220&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.195831298828125" lon="11.361104011535645">
+        <name>128219</name>
+      </trkpt>
+      <trkpt lat="48.19512939453125" lon="11.363696098327637">
+        <name>128220</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87720</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129978&#xA;      &#xA;      &#xA;        129979&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160160064697266" lon="11.440266609191895">
+        <name>129978</name>
+      </trkpt>
+      <trkpt lat="48.16059112548828" lon="11.439332962036133">
+        <name>129979</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86678</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128948&#xA;      &#xA;      &#xA;        128949&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.172203063964844" lon="11.417598724365234">
+        <name>128948</name>
+      </trkpt>
+      <trkpt lat="48.172969818115234" lon="11.418627738952637">
+        <name>128949</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96577</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138250&#xA;      &#xA;      &#xA;        138251&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.376060485839844" lon="11.093191146850586">
+        <name>138250</name>
+      </trkpt>
+      <trkpt lat="48.378822326660156" lon="11.088906288146973">
+        <name>138251</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90065</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132250&#xA;      &#xA;      &#xA;        132248&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.207210540771484" lon="11.327374458312988">
+        <name>132250</name>
+      </trkpt>
+      <trkpt lat="48.207401275634766" lon="11.327451705932617">
+        <name>132248</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86939</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129209&#xA;      &#xA;      &#xA;        129210&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.363182067871094" lon="11.736441612243652">
+        <name>129209</name>
+      </trkpt>
+      <trkpt lat="48.36629867553711" lon="11.739269256591797">
+        <name>129210</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85897</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128220&#xA;      &#xA;      &#xA;        128221&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19512939453125" lon="11.363696098327637">
+        <name>128220</name>
+      </trkpt>
+      <trkpt lat="48.194393157958984" lon="11.365962028503418">
+        <name>128221</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87721</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129979&#xA;      &#xA;      &#xA;        129980&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16059112548828" lon="11.439332962036133">
+        <name>129979</name>
+      </trkpt>
+      <trkpt lat="48.1610107421875" lon="11.438190460205078">
+        <name>129980</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86679</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128949&#xA;      &#xA;      &#xA;        128950&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.172969818115234" lon="11.418627738952637">
+        <name>128949</name>
+      </trkpt>
+      <trkpt lat="48.173851013183594" lon="11.419872283935547">
+        <name>128950</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90066</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132249&#xA;      &#xA;      &#xA;        132248&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.207275390625" lon="11.327197074890137">
+        <name>132249</name>
+      </trkpt>
+      <trkpt lat="48.207401275634766" lon="11.327451705932617">
+        <name>132248</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86940</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129211&#xA;      &#xA;      &#xA;        129212&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.366390228271484" lon="11.739041328430176">
+        <name>129211</name>
+      </trkpt>
+      <trkpt lat="48.36326217651367" lon="11.736241340637207">
+        <name>129212</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85898</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128221&#xA;      &#xA;      &#xA;        128222&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.194393157958984" lon="11.365962028503418">
+        <name>128221</name>
+      </trkpt>
+      <trkpt lat="48.193843841552734" lon="11.36777114868164">
+        <name>128222</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87722</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129980&#xA;      &#xA;      &#xA;        129981&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1610107421875" lon="11.438190460205078">
+        <name>129980</name>
+      </trkpt>
+      <trkpt lat="48.161468505859375" lon="11.43708610534668">
+        <name>129981</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86680</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128950&#xA;      &#xA;      &#xA;        128951&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.173851013183594" lon="11.419872283935547">
+        <name>128950</name>
+      </trkpt>
+      <trkpt lat="48.174095153808594" lon="11.420430183410645">
+        <name>128951</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90067</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132248&#xA;      &#xA;      &#xA;        132247&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.207401275634766" lon="11.327451705932617">
+        <name>132248</name>
+      </trkpt>
+      <trkpt lat="48.207698822021484" lon="11.327946662902832">
+        <name>132247</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86941</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129212&#xA;      &#xA;      &#xA;        129206&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36326217651367" lon="11.736241340637207">
+        <name>129212</name>
+      </trkpt>
+      <trkpt lat="48.35946273803711" lon="11.733356475830078">
+        <name>129206</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96840</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138503&#xA;      &#xA;      &#xA;        138504&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24971389770508" lon="11.480213165283203">
+        <name>138503</name>
+      </trkpt>
+      <trkpt lat="48.250606536865234" lon="11.48232650756836">
+        <name>138504</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85899</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128222&#xA;      &#xA;      &#xA;        128223&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193843841552734" lon="11.36777114868164">
+        <name>128222</name>
+      </trkpt>
+      <trkpt lat="48.193443298339844" lon="11.369275093078613">
+        <name>128223</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87723</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129981&#xA;      &#xA;      &#xA;        129982&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161468505859375" lon="11.43708610534668">
+        <name>129981</name>
+      </trkpt>
+      <trkpt lat="48.16179656982422" lon="11.437276840209961">
+        <name>129982</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86681</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128951&#xA;      &#xA;      &#xA;        128952&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.174095153808594" lon="11.420430183410645">
+        <name>128951</name>
+      </trkpt>
+      <trkpt lat="48.17430114746094" lon="11.420811653137207">
+        <name>128952</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96320</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138009&#xA;      &#xA;      &#xA;        138012&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.242061614990234" lon="11.332230567932129">
+        <name>138009</name>
+      </trkpt>
+      <trkpt lat="48.24435806274414" lon="11.327432632446289">
+        <name>138012</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90068</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132247&#xA;      &#xA;      &#xA;        132239&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.207698822021484" lon="11.327946662902832">
+        <name>132247</name>
+      </trkpt>
+      <trkpt lat="48.20790481567383" lon="11.328593254089355">
+        <name>132239</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86942</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129210&#xA;      &#xA;      &#xA;        129213&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36629867553711" lon="11.739269256591797">
+        <name>129210</name>
+      </trkpt>
+      <trkpt lat="48.36904525756836" lon="11.742125511169434">
+        <name>129213</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105177</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146718&#xA;      &#xA;      &#xA;        146726&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17458724975586" lon="11.733591079711914">
+        <name>146718</name>
+      </trkpt>
+      <trkpt lat="48.17152404785156" lon="11.73678970336914">
+        <name>146726</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85900</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128223&#xA;      &#xA;      &#xA;        128224&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193443298339844" lon="11.369275093078613">
+        <name>128223</name>
+      </trkpt>
+      <trkpt lat="48.19287109375" lon="11.371485710144043">
+        <name>128224</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87724</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129982&#xA;      &#xA;      &#xA;        129983&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16179656982422" lon="11.437276840209961">
+        <name>129982</name>
+      </trkpt>
+      <trkpt lat="48.16288757324219" lon="11.437276840209961">
+        <name>129983</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86682</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128952&#xA;      &#xA;      &#xA;        128953&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17430114746094" lon="11.420811653137207">
+        <name>128952</name>
+      </trkpt>
+      <trkpt lat="48.174461364746094" lon="11.420989036560059">
+        <name>128953</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96321</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138012&#xA;      &#xA;      &#xA;        138013&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24435806274414" lon="11.327432632446289">
+        <name>138012</name>
+      </trkpt>
+      <trkpt lat="48.24637222290039" lon="11.323319435119629">
+        <name>138013</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90069</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132255&#xA;      &#xA;      &#xA;        128178&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2056770324707" lon="11.326091766357422">
+        <name>132255</name>
+      </trkpt>
+      <trkpt lat="48.20518493652344" lon="11.326984405517578">
+        <name>128178</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86943</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129213&#xA;      &#xA;      &#xA;        129214&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36904525756836" lon="11.742125511169434">
+        <name>129213</name>
+      </trkpt>
+      <trkpt lat="48.37189483642578" lon="11.745525360107422">
+        <name>129214</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105178</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146726&#xA;      &#xA;      &#xA;        146727&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17152404785156" lon="11.73678970336914">
+        <name>146726</name>
+      </trkpt>
+      <trkpt lat="48.16843795776367" lon="11.739703178405762">
+        <name>146727</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85901</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128224&#xA;      &#xA;      &#xA;        128225&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19287109375" lon="11.371485710144043">
+        <name>128224</name>
+      </trkpt>
+      <trkpt lat="48.19234085083008" lon="11.373237609863281">
+        <name>128225</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87725</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129983&#xA;      &#xA;      &#xA;        129984&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16288757324219" lon="11.437276840209961">
+        <name>129983</name>
+      </trkpt>
+      <trkpt lat="48.16349792480469" lon="11.437353134155273">
+        <name>129984</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86683</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128953&#xA;      &#xA;      &#xA;        128954&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.174461364746094" lon="11.420989036560059">
+        <name>128953</name>
+      </trkpt>
+      <trkpt lat="48.1744499206543" lon="11.421674728393555">
+        <name>128954</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96322</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138013&#xA;      &#xA;      &#xA;        138014&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24637222290039" lon="11.323319435119629">
+        <name>138013</name>
+      </trkpt>
+      <trkpt lat="48.24833679199219" lon="11.319319725036621">
+        <name>138014</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90070</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128158&#xA;      &#xA;      &#xA;        132256&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19739532470703" lon="11.31182861328125">
+        <name>128158</name>
+      </trkpt>
+      <trkpt lat="48.19674301147461" lon="11.309815406799316">
+        <name>132256</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86944</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129215&#xA;      &#xA;      &#xA;        129216&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3719367980957" lon="11.745268821716309">
+        <name>129215</name>
+      </trkpt>
+      <trkpt lat="48.36908721923828" lon="11.74186897277832">
+        <name>129216</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105179</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146727&#xA;      &#xA;      &#xA;        146729&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16843795776367" lon="11.739703178405762">
+        <name>146727</name>
+      </trkpt>
+      <trkpt lat="48.16543197631836" lon="11.742560386657715">
+        <name>146729</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85902</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128225&#xA;      &#xA;      &#xA;        128226&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19234085083008" lon="11.373237609863281">
+        <name>128225</name>
+      </trkpt>
+      <trkpt lat="48.19114303588867" lon="11.375065803527832">
+        <name>128226</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87726</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129984&#xA;      &#xA;      &#xA;        129988&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16349792480469" lon="11.437353134155273">
+        <name>129984</name>
+      </trkpt>
+      <trkpt lat="48.163551330566406" lon="11.439733505249023">
+        <name>129988</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86684</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128954&#xA;      &#xA;      &#xA;        128955&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1744499206543" lon="11.421674728393555">
+        <name>128954</name>
+      </trkpt>
+      <trkpt lat="48.17435073852539" lon="11.422626495361328">
+        <name>128955</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96323</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138014&#xA;      &#xA;      &#xA;        138019&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.24833679199219" lon="11.319319725036621">
+        <name>138014</name>
+      </trkpt>
+      <trkpt lat="48.25025177001953" lon="11.31540584564209">
+        <name>138019</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90071</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132256&#xA;      &#xA;      &#xA;        132257&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19674301147461" lon="11.309815406799316">
+        <name>132256</name>
+      </trkpt>
+      <trkpt lat="48.19643783569336" lon="11.308073043823242">
+        <name>132257</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86945</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129216&#xA;      &#xA;      &#xA;        129211&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36908721923828" lon="11.74186897277832">
+        <name>129216</name>
+      </trkpt>
+      <trkpt lat="48.366390228271484" lon="11.739041328430176">
+        <name>129211</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85903</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128226&#xA;      &#xA;      &#xA;        128227&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19114303588867" lon="11.375065803527832">
+        <name>128226</name>
+      </trkpt>
+      <trkpt lat="48.18982696533203" lon="11.377103805541992">
+        <name>128227</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87727</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129988&#xA;      &#xA;      &#xA;        129987&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163551330566406" lon="11.439733505249023">
+        <name>129988</name>
+      </trkpt>
+      <trkpt lat="48.16362380981445" lon="11.440876007080078">
+        <name>129987</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86685</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128955&#xA;      &#xA;      &#xA;        128956&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17435073852539" lon="11.422626495361328">
+        <name>128955</name>
+      </trkpt>
+      <trkpt lat="48.17431640625" lon="11.423211097717285">
+        <name>128956</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90072</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132257&#xA;      &#xA;      &#xA;        132258&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19643783569336" lon="11.308073043823242">
+        <name>132257</name>
+      </trkpt>
+      <trkpt lat="48.19647979736328" lon="11.30595874786377">
+        <name>132258</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86946</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129214&#xA;      &#xA;      &#xA;        129217&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.37189483642578" lon="11.745525360107422">
+        <name>129214</name>
+      </trkpt>
+      <trkpt lat="48.374454498291016" lon="11.749067306518555">
+        <name>129217</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85904</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128227&#xA;      &#xA;      &#xA;        128228&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18982696533203" lon="11.377103805541992">
+        <name>128227</name>
+      </trkpt>
+      <trkpt lat="48.18793487548828" lon="11.380284309387207">
+        <name>128228</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87728</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129987&#xA;      &#xA;      &#xA;        129965&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16362380981445" lon="11.440876007080078">
+        <name>129987</name>
+      </trkpt>
+      <trkpt lat="48.163856506347656" lon="11.443180084228516">
+        <name>129965</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86686</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128956&#xA;      &#xA;      &#xA;        128957&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17431640625" lon="11.423211097717285">
+        <name>128956</name>
+      </trkpt>
+      <trkpt lat="48.174217224121094" lon="11.424162864685059">
+        <name>128957</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96325</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138019&#xA;      &#xA;      &#xA;        138020&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25025177001953" lon="11.31540584564209">
+        <name>138019</name>
+      </trkpt>
+      <trkpt lat="48.252193450927734" lon="11.311464309692383">
+        <name>138020</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90073</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132258&#xA;      &#xA;      &#xA;        132259&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19647979736328" lon="11.30595874786377">
+        <name>132258</name>
+      </trkpt>
+      <trkpt lat="48.196990966796875" lon="11.304101943969727">
+        <name>132259</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86947</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129217&#xA;      &#xA;      &#xA;        129218&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.374454498291016" lon="11.749067306518555">
+        <name>129217</name>
+      </trkpt>
+      <trkpt lat="48.37686538696289" lon="11.752809524536133">
+        <name>129218</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85905</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128228&#xA;      &#xA;      &#xA;        128229&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18793487548828" lon="11.380284309387207">
+        <name>128228</name>
+      </trkpt>
+      <trkpt lat="48.186790466308594" lon="11.382305145263672">
+        <name>128229</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87729</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129987&#xA;      &#xA;      &#xA;        129985&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16362380981445" lon="11.440876007080078">
+        <name>129987</name>
+      </trkpt>
+      <trkpt lat="48.16291427612305" lon="11.441009521484375">
+        <name>129985</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86687</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128957&#xA;      &#xA;      &#xA;        128958&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.174217224121094" lon="11.424162864685059">
+        <name>128957</name>
+      </trkpt>
+      <trkpt lat="48.17410659790039" lon="11.425445556640625">
+        <name>128958</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90074</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132259&#xA;      &#xA;      &#xA;        132260&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.196990966796875" lon="11.304101943969727">
+        <name>132259</name>
+      </trkpt>
+      <trkpt lat="48.19778823852539" lon="11.302645683288574">
+        <name>132260</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86948</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129218&#xA;      &#xA;      &#xA;        129219&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.37686538696289" lon="11.752809524536133">
+        <name>129218</name>
+      </trkpt>
+      <trkpt lat="48.37912368774414" lon="11.756837844848633">
+        <name>129219</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105183</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146732&#xA;      &#xA;      &#xA;        146729&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160892486572266" lon="11.74661636352539">
+        <name>146732</name>
+      </trkpt>
+      <trkpt lat="48.16543197631836" lon="11.742560386657715">
+        <name>146729</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86688</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128958&#xA;      &#xA;      &#xA;        128959&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17410659790039" lon="11.425445556640625">
+        <name>128958</name>
+      </trkpt>
+      <trkpt lat="48.17397689819336" lon="11.426778793334961">
+        <name>128959</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96587</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138251&#xA;      &#xA;      &#xA;        138261&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.378822326660156" lon="11.088906288146973">
+        <name>138251</name>
+      </trkpt>
+      <trkpt lat="48.38204574584961" lon="11.083934783935547">
+        <name>138261</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87730</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129985&#xA;      &#xA;      &#xA;        129986&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16291427612305" lon="11.441009521484375">
+        <name>129985</name>
+      </trkpt>
+      <trkpt lat="48.16281509399414" lon="11.43921947479248">
+        <name>129986</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96327</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138020&#xA;      &#xA;      &#xA;        138021&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252193450927734" lon="11.311464309692383">
+        <name>138020</name>
+      </trkpt>
+      <trkpt lat="48.25426483154297" lon="11.30717945098877">
+        <name>138021</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86949</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129220&#xA;      &#xA;      &#xA;        129221&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.379241943359375" lon="11.756551742553711">
+        <name>129220</name>
+      </trkpt>
+      <trkpt lat="48.37690353393555" lon="11.752409934997559">
+        <name>129221</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96848</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138504&#xA;      &#xA;      &#xA;        138515&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.250606536865234" lon="11.48232650756836">
+        <name>138504</name>
+      </trkpt>
+      <trkpt lat="48.25114440917969" lon="11.48441219329834">
+        <name>138515</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87731</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129986&#xA;      &#xA;      &#xA;        129983&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16281509399414" lon="11.43921947479248">
+        <name>129986</name>
+      </trkpt>
+      <trkpt lat="48.16288757324219" lon="11.437276840209961">
+        <name>129983</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90076</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132260&#xA;      &#xA;      &#xA;        132261&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19778823852539" lon="11.302645683288574">
+        <name>132260</name>
+      </trkpt>
+      <trkpt lat="48.198822021484375" lon="11.301636695861816">
+        <name>132261</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86950</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129221&#xA;      &#xA;      &#xA;        129222&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.37690353393555" lon="11.752409934997559">
+        <name>129221</name>
+      </trkpt>
+      <trkpt lat="48.37458801269531" lon="11.748895645141602">
+        <name>129222</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96849</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138515&#xA;      &#xA;      &#xA;        138516&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25114440917969" lon="11.48441219329834">
+        <name>138515</name>
+      </trkpt>
+      <trkpt lat="48.25156021118164" lon="11.487468719482422">
+        <name>138516</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85908</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128231&#xA;      &#xA;      &#xA;        128232&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1844367980957" lon="11.386801719665527">
+        <name>128231</name>
+      </trkpt>
+      <trkpt lat="48.18360900878906" lon="11.388019561767578">
+        <name>128232</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87732</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129981&#xA;      &#xA;      &#xA;        129993&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161468505859375" lon="11.43708610534668">
+        <name>129981</name>
+      </trkpt>
+      <trkpt lat="48.161746978759766" lon="11.436477661132812">
+        <name>129993</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90077</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132261&#xA;      &#xA;      &#xA;        127333&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198822021484375" lon="11.301636695861816">
+        <name>132261</name>
+      </trkpt>
+      <trkpt lat="48.19929885864258" lon="11.301359176635742">
+        <name>127333</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86951</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129222&#xA;      &#xA;      &#xA;        129215&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.37458801269531" lon="11.748895645141602">
+        <name>129222</name>
+      </trkpt>
+      <trkpt lat="48.3719367980957" lon="11.745268821716309">
+        <name>129215</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96850</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138516&#xA;      &#xA;      &#xA;        138517&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25156021118164" lon="11.487468719482422">
+        <name>138516</name>
+      </trkpt>
+      <trkpt lat="48.251827239990234" lon="11.49038314819336">
+        <name>138517</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85909</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128232&#xA;      &#xA;      &#xA;        128233&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18360900878906" lon="11.388019561767578">
+        <name>128232</name>
+      </trkpt>
+      <trkpt lat="48.18272018432617" lon="11.388762474060059">
+        <name>128233</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86691</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128957&#xA;      &#xA;      &#xA;        128962&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.174217224121094" lon="11.424162864685059">
+        <name>128957</name>
+      </trkpt>
+      <trkpt lat="48.1751594543457" lon="11.425369262695312">
+        <name>128962</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87733</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129993&#xA;      &#xA;      &#xA;        129992&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161746978759766" lon="11.436477661132812">
+        <name>129993</name>
+      </trkpt>
+      <trkpt lat="48.161808013916016" lon="11.436019897460938">
+        <name>129992</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90078</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132261&#xA;      &#xA;      &#xA;        127314&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.198822021484375" lon="11.301636695861816">
+        <name>132261</name>
+      </trkpt>
+      <trkpt lat="48.19981002807617" lon="11.3050537109375">
+        <name>127314</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86952</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129219&#xA;      &#xA;      &#xA;        129223&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.37912368774414" lon="11.756837844848633">
+        <name>129219</name>
+      </trkpt>
+      <trkpt lat="48.3812141418457" lon="11.761007308959961">
+        <name>129223</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96851</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138517&#xA;      &#xA;      &#xA;        138518&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.251827239990234" lon="11.49038314819336">
+        <name>138517</name>
+      </trkpt>
+      <trkpt lat="48.25215148925781" lon="11.49281120300293">
+        <name>138518</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105187</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146732&#xA;      &#xA;      &#xA;        146736&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.160892486572266" lon="11.74661636352539">
+        <name>146732</name>
+      </trkpt>
+      <trkpt lat="48.15791320800781" lon="11.749157905578613">
+        <name>146736</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85910</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128233&#xA;      &#xA;      &#xA;        128234&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18272018432617" lon="11.388762474060059">
+        <name>128233</name>
+      </trkpt>
+      <trkpt lat="48.18208694458008" lon="11.389562606811523">
+        <name>128234</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105448</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146977&#xA;      &#xA;      &#xA;        147004&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03430938720703" lon="11.594161987304688">
+        <name>146977</name>
+      </trkpt>
+      <trkpt lat="48.03479766845703" lon="11.591423034667969">
+        <name>147004</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86692</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128962&#xA;      &#xA;      &#xA;        128963&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1751594543457" lon="11.425369262695312">
+        <name>128962</name>
+      </trkpt>
+      <trkpt lat="48.176368713378906" lon="11.427108764648438">
+        <name>128963</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87734</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129992&#xA;      &#xA;      &#xA;        129991&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.161808013916016" lon="11.436019897460938">
+        <name>129992</name>
+      </trkpt>
+      <trkpt lat="48.16197204589844" lon="11.435981750488281">
+        <name>129991</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90079</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128412&#xA;      &#xA;      &#xA;        132263&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.205360412597656" lon="11.296099662780762">
+        <name>128412</name>
+      </trkpt>
+      <trkpt lat="48.205867767333984" lon="11.294151306152344">
+        <name>132263</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86953</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129223&#xA;      &#xA;      &#xA;        129224&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3812141418457" lon="11.761007308959961">
+        <name>129223</name>
+      </trkpt>
+      <trkpt lat="48.38325881958008" lon="11.76580810546875">
+        <name>129224</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96852</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138518&#xA;      &#xA;      &#xA;        138519&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25215148925781" lon="11.49281120300293">
+        <name>138518</name>
+      </trkpt>
+      <trkpt lat="48.252685546875" lon="11.495067596435547">
+        <name>138519</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105188</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146736&#xA;      &#xA;      &#xA;        146737&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15791320800781" lon="11.749157905578613">
+        <name>146736</name>
+      </trkpt>
+      <trkpt lat="48.15407943725586" lon="11.75218677520752">
+        <name>146737</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85911</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128234&#xA;      &#xA;      &#xA;        128235&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18208694458008" lon="11.389562606811523">
+        <name>128234</name>
+      </trkpt>
+      <trkpt lat="48.180641174316406" lon="11.392782211303711">
+        <name>128235</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105449</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147004&#xA;      &#xA;      &#xA;        147005&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03479766845703" lon="11.591423034667969">
+        <name>147004</name>
+      </trkpt>
+      <trkpt lat="48.03504180908203" lon="11.588909149169922">
+        <name>147005</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86693</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128963&#xA;      &#xA;      &#xA;        128965&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.176368713378906" lon="11.427108764648438">
+        <name>128963</name>
+      </trkpt>
+      <trkpt lat="48.17868423461914" lon="11.42976188659668">
+        <name>128965</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87735</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129991&#xA;      &#xA;      &#xA;        129990&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16197204589844" lon="11.435981750488281">
+        <name>129991</name>
+      </trkpt>
+      <trkpt lat="48.16217803955078" lon="11.436266899108887">
+        <name>129990</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90080</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132263&#xA;      &#xA;      &#xA;        132262&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.205867767333984" lon="11.294151306152344">
+        <name>132263</name>
+      </trkpt>
+      <trkpt lat="48.20594024658203" lon="11.293770790100098">
+        <name>132262</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105189</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146737&#xA;      &#xA;      &#xA;        146738&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15407943725586" lon="11.75218677520752">
+        <name>146737</name>
+      </trkpt>
+      <trkpt lat="48.15127182006836" lon="11.754128456115723">
+        <name>146738</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85912</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128235&#xA;      &#xA;      &#xA;        128236&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.180641174316406" lon="11.392782211303711">
+        <name>128235</name>
+      </trkpt>
+      <trkpt lat="48.179840087890625" lon="11.395505905151367">
+        <name>128236</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105450</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147005&#xA;      &#xA;      &#xA;        147006&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03504180908203" lon="11.588909149169922">
+        <name>147005</name>
+      </trkpt>
+      <trkpt lat="48.03508758544922" lon="11.587623596191406">
+        <name>147006</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86694</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128961&#xA;      &#xA;      &#xA;        128964&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17674255371094" lon="11.428302764892578">
+        <name>128961</name>
+      </trkpt>
+      <trkpt lat="48.1785774230957" lon="11.43030834197998">
+        <name>128964</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87736</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129990&#xA;      &#xA;      &#xA;        129989&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16217803955078" lon="11.436266899108887">
+        <name>129990</name>
+      </trkpt>
+      <trkpt lat="48.163551330566406" lon="11.436266899108887">
+        <name>129989</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90081</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132262&#xA;      &#xA;      &#xA;        128410&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20594024658203" lon="11.293770790100098">
+        <name>132262</name>
+      </trkpt>
+      <trkpt lat="48.206668853759766" lon="11.289644241333008">
+        <name>128410</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96854</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138519&#xA;      &#xA;      &#xA;        138520&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252685546875" lon="11.495067596435547">
+        <name>138519</name>
+      </trkpt>
+      <trkpt lat="48.25344467163086" lon="11.497037887573242">
+        <name>138520</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105190</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146738&#xA;      &#xA;      &#xA;        146739&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15127182006836" lon="11.754128456115723">
+        <name>146738</name>
+      </trkpt>
+      <trkpt lat="48.14774703979492" lon="11.75610065460205">
+        <name>146739</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85913</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128236&#xA;      &#xA;      &#xA;        128237&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179840087890625" lon="11.395505905151367">
+        <name>128236</name>
+      </trkpt>
+      <trkpt lat="48.1796875" lon="11.398838996887207">
+        <name>128237</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105451</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147006&#xA;      &#xA;      &#xA;        147007&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03508758544922" lon="11.587623596191406">
+        <name>147006</name>
+      </trkpt>
+      <trkpt lat="48.03508758544922" lon="11.586734771728516">
+        <name>147007</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87737</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129989&#xA;      &#xA;      &#xA;        129984&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163551330566406" lon="11.436266899108887">
+        <name>129989</name>
+      </trkpt>
+      <trkpt lat="48.16349792480469" lon="11.437353134155273">
+        <name>129984</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90082</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132262&#xA;      &#xA;      &#xA;        132264&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20594024658203" lon="11.293770790100098">
+        <name>132262</name>
+      </trkpt>
+      <trkpt lat="48.20610809326172" lon="11.29384708404541">
+        <name>132264</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86956</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129227&#xA;      &#xA;      &#xA;        129228&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.383392333984375" lon="11.765522003173828">
+        <name>129227</name>
+      </trkpt>
+      <trkpt lat="48.381248474121094" lon="11.760522842407227">
+        <name>129228</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105191</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146739&#xA;      &#xA;      &#xA;        146740&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14774703979492" lon="11.75610065460205">
+        <name>146739</name>
+      </trkpt>
+      <trkpt lat="48.14534378051758" lon="11.757185935974121">
+        <name>146740</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85914</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128237&#xA;      &#xA;      &#xA;        128238&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1796875" lon="11.398838996887207">
+        <name>128237</name>
+      </trkpt>
+      <trkpt lat="48.17930221557617" lon="11.398858070373535">
+        <name>128238</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105452</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147007&#xA;      &#xA;      &#xA;        147008&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03508758544922" lon="11.586734771728516">
+        <name>147007</name>
+      </trkpt>
+      <trkpt lat="48.03512191772461" lon="11.586442947387695">
+        <name>147008</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87738</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129994&#xA;      &#xA;      &#xA;        129989&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163719177246094" lon="11.435429573059082">
+        <name>129994</name>
+      </trkpt>
+      <trkpt lat="48.163551330566406" lon="11.436266899108887">
+        <name>129989</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90083</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132264&#xA;      &#xA;      &#xA;        132265&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20610809326172" lon="11.29384708404541">
+        <name>132264</name>
+      </trkpt>
+      <trkpt lat="48.206390380859375" lon="11.293675422668457">
+        <name>132265</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86957</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129228&#xA;      &#xA;      &#xA;        129220&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.381248474121094" lon="11.760522842407227">
+        <name>129228</name>
+      </trkpt>
+      <trkpt lat="48.379241943359375" lon="11.756551742553711">
+        <name>129220</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96856</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138520&#xA;      &#xA;      &#xA;        138522&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25344467163086" lon="11.497037887573242">
+        <name>138520</name>
+      </trkpt>
+      <trkpt lat="48.2540168762207" lon="11.498437881469727">
+        <name>138522</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105192</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146740&#xA;      &#xA;      &#xA;        146741&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14534378051758" lon="11.757185935974121">
+        <name>146740</name>
+      </trkpt>
+      <trkpt lat="48.142581939697266" lon="11.758014678955078">
+        <name>146741</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85915</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128238&#xA;      &#xA;      &#xA;        128239&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17930221557617" lon="11.398858070373535">
+        <name>128238</name>
+      </trkpt>
+      <trkpt lat="48.179073333740234" lon="11.398971557617188">
+        <name>128239</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105453</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147008&#xA;      &#xA;      &#xA;        147013&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03512191772461" lon="11.586442947387695">
+        <name>147008</name>
+      </trkpt>
+      <trkpt lat="48.03520584106445" lon="11.586200714111328">
+        <name>147013</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87739</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129994&#xA;      &#xA;      &#xA;        129996&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163719177246094" lon="11.435429573059082">
+        <name>129994</name>
+      </trkpt>
+      <trkpt lat="48.164146423339844" lon="11.435867309570312">
+        <name>129996</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90084</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132265&#xA;      &#xA;      &#xA;        132266&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206390380859375" lon="11.293675422668457">
+        <name>132265</name>
+      </trkpt>
+      <trkpt lat="48.206783294677734" lon="11.293007850646973">
+        <name>132266</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105193</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146741&#xA;      &#xA;      &#xA;        146742&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.142581939697266" lon="11.758014678955078">
+        <name>146741</name>
+      </trkpt>
+      <trkpt lat="48.14021682739258" lon="11.758528709411621">
+        <name>146742</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85916</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128239&#xA;      &#xA;      &#xA;        128240&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179073333740234" lon="11.398971557617188">
+        <name>128239</name>
+      </trkpt>
+      <trkpt lat="48.17836380004883" lon="11.400629043579102">
+        <name>128240</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105454</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147013&#xA;      &#xA;      &#xA;        147012&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03520584106445" lon="11.586200714111328">
+        <name>147013</name>
+      </trkpt>
+      <trkpt lat="48.035072326660156" lon="11.585986137390137">
+        <name>147012</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87740</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129996&#xA;      &#xA;      &#xA;        129997&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.164146423339844" lon="11.435867309570312">
+        <name>129996</name>
+      </trkpt>
+      <trkpt lat="48.16454315185547" lon="11.436134338378906">
+        <name>129997</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90085</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132263&#xA;      &#xA;      &#xA;        132264&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.205867767333984" lon="11.294151306152344">
+        <name>132263</name>
+      </trkpt>
+      <trkpt lat="48.20610809326172" lon="11.29384708404541">
+        <name>132264</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96858</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138522&#xA;      &#xA;      &#xA;        138523&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2540168762207" lon="11.498437881469727">
+        <name>138522</name>
+      </trkpt>
+      <trkpt lat="48.254188537597656" lon="11.499837875366211">
+        <name>138523</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85917</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128240&#xA;      &#xA;      &#xA;        128241&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17836380004883" lon="11.400629043579102">
+        <name>128240</name>
+      </trkpt>
+      <trkpt lat="48.178401947021484" lon="11.401885986328125">
+        <name>128241</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105455</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147012&#xA;      &#xA;      &#xA;        147011&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.035072326660156" lon="11.585986137390137">
+        <name>147012</name>
+      </trkpt>
+      <trkpt lat="48.03492736816406" lon="11.586137771606445">
+        <name>147011</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86699</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128968&#xA;      &#xA;      &#xA;        128970&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18305206298828" lon="11.433813095092773">
+        <name>128968</name>
+      </trkpt>
+      <trkpt lat="48.183956146240234" lon="11.43463134765625">
+        <name>128970</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87741</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129997&#xA;      &#xA;      &#xA;        129998&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16454315185547" lon="11.436134338378906">
+        <name>129997</name>
+      </trkpt>
+      <trkpt lat="48.164642333984375" lon="11.436400413513184">
+        <name>129998</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90086</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132266&#xA;      &#xA;      &#xA;        132267&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.206783294677734" lon="11.293007850646973">
+        <name>132266</name>
+      </trkpt>
+      <trkpt lat="48.20726013183594" lon="11.293370246887207">
+        <name>132267</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85918</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128241&#xA;      &#xA;      &#xA;        128242&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.178401947021484" lon="11.401885986328125">
+        <name>128241</name>
+      </trkpt>
+      <trkpt lat="48.17850112915039" lon="11.402514457702637">
+        <name>128242</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105456</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147011&#xA;      &#xA;      &#xA;        147010&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03492736816406" lon="11.586137771606445">
+        <name>147011</name>
+      </trkpt>
+      <trkpt lat="48.03492736816406" lon="11.586302757263184">
+        <name>147010</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86700</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128969&#xA;      &#xA;      &#xA;        128971&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18302536010742" lon="11.434365272521973">
+        <name>128969</name>
+      </trkpt>
+      <trkpt lat="48.184043884277344" lon="11.435145378112793">
+        <name>128971</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87742</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129998&#xA;      &#xA;      &#xA;        129999&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.164642333984375" lon="11.436400413513184">
+        <name>129998</name>
+      </trkpt>
+      <trkpt lat="48.1647834777832" lon="11.438780784606934">
+        <name>129999</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90087</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132267&#xA;      &#xA;      &#xA;        132268&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20726013183594" lon="11.293370246887207">
+        <name>132267</name>
+      </trkpt>
+      <trkpt lat="48.20848846435547" lon="11.29462718963623">
+        <name>132268</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96860</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138523&#xA;      &#xA;      &#xA;        138526&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.254188537597656" lon="11.499837875366211">
+        <name>138523</name>
+      </trkpt>
+      <trkpt lat="48.253936767578125" lon="11.503922462463379">
+        <name>138526</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85919</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128238&#xA;      &#xA;      &#xA;        128245&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17930221557617" lon="11.398858070373535">
+        <name>128238</name>
+      </trkpt>
+      <trkpt lat="48.179378509521484" lon="11.40104866027832">
+        <name>128245</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105457</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147010&#xA;      &#xA;      &#xA;        147009&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03492736816406" lon="11.586302757263184">
+        <name>147010</name>
+      </trkpt>
+      <trkpt lat="48.035030364990234" lon="11.586403846740723">
+        <name>147009</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86701</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128970&#xA;      &#xA;      &#xA;        128972&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.183956146240234" lon="11.43463134765625">
+        <name>128970</name>
+      </trkpt>
+      <trkpt lat="48.18587112426758" lon="11.435945510864258">
+        <name>128972</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87743</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129999&#xA;      &#xA;      &#xA;        130000&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1647834777832" lon="11.438780784606934">
+        <name>129999</name>
+      </trkpt>
+      <trkpt lat="48.1644287109375" lon="11.439676284790039">
+        <name>130000</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90088</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132268&#xA;      &#xA;      &#xA;        132269&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20848846435547" lon="11.29462718963623">
+        <name>132268</name>
+      </trkpt>
+      <trkpt lat="48.21006393432617" lon="11.296036720275879">
+        <name>132269</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96861</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138526&#xA;      &#xA;      &#xA;        138528&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.253936767578125" lon="11.503922462463379">
+        <name>138526</name>
+      </trkpt>
+      <trkpt lat="48.25371170043945" lon="11.507694244384766">
+        <name>138528</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85920</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128245&#xA;      &#xA;      &#xA;        128244&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.179378509521484" lon="11.40104866027832">
+        <name>128245</name>
+      </trkpt>
+      <trkpt lat="48.17925262451172" lon="11.401580810546875">
+        <name>128244</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105458</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147009&#xA;      &#xA;      &#xA;        147008&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.035030364990234" lon="11.586403846740723">
+        <name>147009</name>
+      </trkpt>
+      <trkpt lat="48.03512191772461" lon="11.586442947387695">
+        <name>147008</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86702</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128971&#xA;      &#xA;      &#xA;        128973&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.184043884277344" lon="11.435145378112793">
+        <name>128971</name>
+      </trkpt>
+      <trkpt lat="48.185516357421875" lon="11.436097145080566">
+        <name>128973</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87744</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130000&#xA;      &#xA;      &#xA;        129988&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1644287109375" lon="11.439676284790039">
+        <name>130000</name>
+      </trkpt>
+      <trkpt lat="48.163551330566406" lon="11.439733505249023">
+        <name>129988</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90089</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132269&#xA;      &#xA;      &#xA;        132270&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21006393432617" lon="11.296036720275879">
+        <name>132269</name>
+      </trkpt>
+      <trkpt lat="48.21098327636719" lon="11.296647071838379">
+        <name>132270</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105198</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146742&#xA;      &#xA;      &#xA;        146754&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.14021682739258" lon="11.758528709411621">
+        <name>146742</name>
+      </trkpt>
+      <trkpt lat="48.13761901855469" lon="11.758956909179688">
+        <name>146754</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85921</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128244&#xA;      &#xA;      &#xA;        128243&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17925262451172" lon="11.401580810546875">
+        <name>128244</name>
+      </trkpt>
+      <trkpt lat="48.178855895996094" lon="11.402247428894043">
+        <name>128243</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105459</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147009&#xA;      &#xA;      &#xA;        147007&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.035030364990234" lon="11.586403846740723">
+        <name>147009</name>
+      </trkpt>
+      <trkpt lat="48.03508758544922" lon="11.586734771728516">
+        <name>147007</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86703</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128972&#xA;      &#xA;      &#xA;        128974&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18587112426758" lon="11.435945510864258">
+        <name>128972</name>
+      </trkpt>
+      <trkpt lat="48.18747329711914" lon="11.436745643615723">
+        <name>128974</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87745</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129994&#xA;      &#xA;      &#xA;        129995&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163719177246094" lon="11.435429573059082">
+        <name>129994</name>
+      </trkpt>
+      <trkpt lat="48.16404724121094" lon="11.434248924255371">
+        <name>129995</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96342</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138021&#xA;      &#xA;      &#xA;        138033&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25426483154297" lon="11.30717945098877">
+        <name>138021</name>
+      </trkpt>
+      <trkpt lat="48.25551986694336" lon="11.304695129394531">
+        <name>138033</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90090</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132270&#xA;      &#xA;      &#xA;        132271&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21098327636719" lon="11.296647071838379">
+        <name>132270</name>
+      </trkpt>
+      <trkpt lat="48.212066650390625" lon="11.297504425048828">
+        <name>132271</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96863</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138528&#xA;      &#xA;      &#xA;        138533&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25371170043945" lon="11.507694244384766">
+        <name>138528</name>
+      </trkpt>
+      <trkpt lat="48.2534294128418" lon="11.512406349182129">
+        <name>138533</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85922</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128243&#xA;      &#xA;      &#xA;        128242&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.178855895996094" lon="11.402247428894043">
+        <name>128243</name>
+      </trkpt>
+      <trkpt lat="48.17850112915039" lon="11.402514457702637">
+        <name>128242</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105460</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147010&#xA;      &#xA;      &#xA;        147014&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03492736816406" lon="11.586302757263184">
+        <name>147010</name>
+      </trkpt>
+      <trkpt lat="48.034767150878906" lon="11.586189270019531">
+        <name>147014</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86704</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128973&#xA;      &#xA;      &#xA;        128975&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.185516357421875" lon="11.436097145080566">
+        <name>128973</name>
+      </trkpt>
+      <trkpt lat="48.187320709228516" lon="11.436917304992676">
+        <name>128975</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87746</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129995&#xA;      &#xA;      &#xA;        129832&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16404724121094" lon="11.434248924255371">
+        <name>129995</name>
+      </trkpt>
+      <trkpt lat="48.16414260864258" lon="11.433693885803223">
+        <name>129832</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90091</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132271&#xA;      &#xA;      &#xA;        132272&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.212066650390625" lon="11.297504425048828">
+        <name>132271</name>
+      </trkpt>
+      <trkpt lat="48.2110595703125" lon="11.300627708435059">
+        <name>132272</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85923</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128242&#xA;      &#xA;      &#xA;        128246&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17850112915039" lon="11.402514457702637">
+        <name>128242</name>
+      </trkpt>
+      <trkpt lat="48.17849349975586" lon="11.404114723205566">
+        <name>128246</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105461</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147011&#xA;      &#xA;      &#xA;        147014&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03492736816406" lon="11.586137771606445">
+        <name>147011</name>
+      </trkpt>
+      <trkpt lat="48.034767150878906" lon="11.586189270019531">
+        <name>147014</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86705</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128974&#xA;      &#xA;      &#xA;        128976&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18747329711914" lon="11.436745643615723">
+        <name>128974</name>
+      </trkpt>
+      <trkpt lat="48.18870544433594" lon="11.437164306640625">
+        <name>128976</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87747</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129856&#xA;      &#xA;      &#xA;        130001&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15774154663086" lon="11.425199508666992">
+        <name>129856</name>
+      </trkpt>
+      <trkpt lat="48.15787124633789" lon="11.425211906433105">
+        <name>130001</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90092</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132272&#xA;      &#xA;      &#xA;        132273&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2110595703125" lon="11.300627708435059">
+        <name>132272</name>
+      </trkpt>
+      <trkpt lat="48.21050262451172" lon="11.301427841186523">
+        <name>132273</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96865</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138533&#xA;      &#xA;      &#xA;        138536&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2534294128418" lon="11.512406349182129">
+        <name>138533</name>
+      </trkpt>
+      <trkpt lat="48.25312042236328" lon="11.517091751098633">
+        <name>138536</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105201</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146754&#xA;      &#xA;      &#xA;        146755&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13761901855469" lon="11.758956909179688">
+        <name>146754</name>
+      </trkpt>
+      <trkpt lat="48.13386535644531" lon="11.759300231933594">
+        <name>146755</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85924</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128246&#xA;      &#xA;      &#xA;        128247&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17849349975586" lon="11.404114723205566">
+        <name>128246</name>
+      </trkpt>
+      <trkpt lat="48.17707443237305" lon="11.406723976135254">
+        <name>128247</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105462</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147014&#xA;      &#xA;      &#xA;        147015&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.034767150878906" lon="11.586189270019531">
+        <name>147014</name>
+      </trkpt>
+      <trkpt lat="48.034393310546875" lon="11.586200714111328">
+        <name>147015</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86706</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128975&#xA;      &#xA;      &#xA;        128977&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.187320709228516" lon="11.436917304992676">
+        <name>128975</name>
+      </trkpt>
+      <trkpt lat="48.188995361328125" lon="11.437488555908203">
+        <name>128977</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87748</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130001&#xA;      &#xA;      &#xA;        129854&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15787124633789" lon="11.425211906433105">
+        <name>130001</name>
+      </trkpt>
+      <trkpt lat="48.157962799072266" lon="11.425047874450684">
+        <name>129854</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90093</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132273&#xA;      &#xA;      &#xA;        132274&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21050262451172" lon="11.301427841186523">
+        <name>132273</name>
+      </trkpt>
+      <trkpt lat="48.21040344238281" lon="11.301998138427734">
+        <name>132274</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85925</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128247&#xA;      &#xA;      &#xA;        128248&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17707443237305" lon="11.406723976135254">
+        <name>128247</name>
+      </trkpt>
+      <trkpt lat="48.17649841308594" lon="11.407581329345703">
+        <name>128248</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105463</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147015&#xA;      &#xA;      &#xA;        147016&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.034393310546875" lon="11.586200714111328">
+        <name>147015</name>
+      </trkpt>
+      <trkpt lat="48.03435134887695" lon="11.586569786071777">
+        <name>147016</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86707</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128976&#xA;      &#xA;      &#xA;        128978&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.18870544433594" lon="11.437164306640625">
+        <name>128976</name>
+      </trkpt>
+      <trkpt lat="48.190494537353516" lon="11.437545776367188">
+        <name>128978</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87749</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129857&#xA;      &#xA;      &#xA;        130002&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15715026855469" lon="11.425485610961914">
+        <name>129857</name>
+      </trkpt>
+      <trkpt lat="48.157466888427734" lon="11.427210807800293">
+        <name>130002</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96346</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138033&#xA;      &#xA;      &#xA;        138036&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25551986694336" lon="11.304695129394531">
+        <name>138033</name>
+      </trkpt>
+      <trkpt lat="48.257041931152344" lon="11.302123069763184">
+        <name>138036</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90094</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132274&#xA;      &#xA;      &#xA;        132275&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21040344238281" lon="11.301998138427734">
+        <name>132274</name>
+      </trkpt>
+      <trkpt lat="48.21066665649414" lon="11.30255126953125">
+        <name>132275</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85926</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128248&#xA;      &#xA;      &#xA;        128249&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17649841308594" lon="11.407581329345703">
+        <name>128248</name>
+      </trkpt>
+      <trkpt lat="48.1758918762207" lon="11.40815258026123">
+        <name>128249</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105464</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147016&#xA;      &#xA;      &#xA;        147017&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03435134887695" lon="11.586569786071777">
+        <name>147016</name>
+      </trkpt>
+      <trkpt lat="48.03437423706055" lon="11.58753490447998">
+        <name>147017</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86708</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128977&#xA;      &#xA;      &#xA;        128979&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.188995361328125" lon="11.437488555908203">
+        <name>128977</name>
+      </trkpt>
+      <trkpt lat="48.19072341918945" lon="11.43775463104248">
+        <name>128979</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87750</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130002&#xA;      &#xA;      &#xA;        130003&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157466888427734" lon="11.427210807800293">
+        <name>130002</name>
+      </trkpt>
+      <trkpt lat="48.157657623291016" lon="11.42873477935791">
+        <name>130003</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96347</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138036&#xA;      &#xA;      &#xA;        138037&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.257041931152344" lon="11.302123069763184">
+        <name>138036</name>
+      </trkpt>
+      <trkpt lat="48.2586784362793" lon="11.300095558166504">
+        <name>138037</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90095</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132275&#xA;      &#xA;      &#xA;        132276&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21066665649414" lon="11.30255126953125">
+        <name>132275</name>
+      </trkpt>
+      <trkpt lat="48.21100997924805" lon="11.30268383026123">
+        <name>132276</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96868</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138536&#xA;      &#xA;      &#xA;        138537&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25312042236328" lon="11.517091751098633">
+        <name>138536</name>
+      </trkpt>
+      <trkpt lat="48.252838134765625" lon="11.521404266357422">
+        <name>138537</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85927</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128249&#xA;      &#xA;      &#xA;        128250&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1758918762207" lon="11.40815258026123">
+        <name>128249</name>
+      </trkpt>
+      <trkpt lat="48.17540740966797" lon="11.408267974853516">
+        <name>128250</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105465</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146969&#xA;      &#xA;      &#xA;        147018&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03570556640625" lon="11.60558795928955">
+        <name>146969</name>
+      </trkpt>
+      <trkpt lat="48.0364990234375" lon="11.604201316833496">
+        <name>147018</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86709</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128978&#xA;      &#xA;      &#xA;        128980&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.190494537353516" lon="11.437545776367188">
+        <name>128978</name>
+      </trkpt>
+      <trkpt lat="48.192291259765625" lon="11.437602996826172">
+        <name>128980</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87751</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130003&#xA;      &#xA;      &#xA;        130005&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157657623291016" lon="11.42873477935791">
+        <name>130003</name>
+      </trkpt>
+      <trkpt lat="48.157081604003906" lon="11.428582191467285">
+        <name>130005</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96348</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138037&#xA;      &#xA;      &#xA;        138038&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2586784362793" lon="11.300095558166504">
+        <name>138037</name>
+      </trkpt>
+      <trkpt lat="48.26054382324219" lon="11.298067092895508">
+        <name>138038</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90096</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132276&#xA;      &#xA;      &#xA;        132277&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21100997924805" lon="11.30268383026123">
+        <name>132276</name>
+      </trkpt>
+      <trkpt lat="48.21312713623047" lon="11.302837371826172">
+        <name>132277</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85928</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128250&#xA;      &#xA;      &#xA;        128251&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17540740966797" lon="11.408267974853516">
+        <name>128250</name>
+      </trkpt>
+      <trkpt lat="48.17402267456055" lon="11.407696723937988">
+        <name>128251</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105466</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146962&#xA;      &#xA;      &#xA;        147018&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.03549575805664" lon="11.605101585388184">
+        <name>146962</name>
+      </trkpt>
+      <trkpt lat="48.0364990234375" lon="11.604201316833496">
+        <name>147018</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86710</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128979&#xA;      &#xA;      &#xA;        128981&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19072341918945" lon="11.43775463104248">
+        <name>128979</name>
+      </trkpt>
+      <trkpt lat="48.192481994628906" lon="11.437773704528809">
+        <name>128981</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87752</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130003&#xA;      &#xA;      &#xA;        130004&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157657623291016" lon="11.42873477935791">
+        <name>130003</name>
+      </trkpt>
+      <trkpt lat="48.15778350830078" lon="11.430315971374512">
+        <name>130004</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96349</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138038&#xA;      &#xA;      &#xA;        138054&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26054382324219" lon="11.298067092895508">
+        <name>138038</name>
+      </trkpt>
+      <trkpt lat="48.26300811767578" lon="11.295467376708984">
+        <name>138054</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90097</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132277&#xA;      &#xA;      &#xA;        132278&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21312713623047" lon="11.302837371826172">
+        <name>132277</name>
+      </trkpt>
+      <trkpt lat="48.214439392089844" lon="11.302931785583496">
+        <name>132278</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105206</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146755&#xA;      &#xA;      &#xA;        146756&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.13386535644531" lon="11.759300231933594">
+        <name>146755</name>
+      </trkpt>
+      <trkpt lat="48.131019592285156" lon="11.759414672851562">
+        <name>146756</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85929</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128251&#xA;      &#xA;      &#xA;        128252&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17402267456055" lon="11.407696723937988">
+        <name>128251</name>
+      </trkpt>
+      <trkpt lat="48.17267990112305" lon="11.407049179077148">
+        <name>128252</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105467</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147018&#xA;      &#xA;      &#xA;        147019&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0364990234375" lon="11.604201316833496">
+        <name>147018</name>
+      </trkpt>
+      <trkpt lat="48.037872314453125" lon="11.602315902709961">
+        <name>147019</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86711</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128980&#xA;      &#xA;      &#xA;        128982&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.192291259765625" lon="11.437602996826172">
+        <name>128980</name>
+      </trkpt>
+      <trkpt lat="48.193756103515625" lon="11.437374114990234">
+        <name>128982</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87753</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130004&#xA;      &#xA;      &#xA;        130006&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15778350830078" lon="11.430315971374512">
+        <name>130004</name>
+      </trkpt>
+      <trkpt lat="48.1559944152832" lon="11.430524826049805">
+        <name>130006</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97652</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138632&#xA;      &#xA;      &#xA;        139253&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.33926010131836" lon="11.608189582824707">
+        <name>138632</name>
+      </trkpt>
+      <trkpt lat="48.34334945678711" lon="11.605855941772461">
+        <name>139253</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96350</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138054&#xA;      &#xA;      &#xA;        138056&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26300811767578" lon="11.295467376708984">
+        <name>138054</name>
+      </trkpt>
+      <trkpt lat="48.265480041503906" lon="11.292839050292969">
+        <name>138056</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90098</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132278&#xA;      &#xA;      &#xA;        132279&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.214439392089844" lon="11.302931785583496">
+        <name>132278</name>
+      </trkpt>
+      <trkpt lat="48.21506118774414" lon="11.302741050720215">
+        <name>132279</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96871</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138537&#xA;      &#xA;      &#xA;        138538&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252838134765625" lon="11.521404266357422">
+        <name>138537</name>
+      </trkpt>
+      <trkpt lat="48.252662658691406" lon="11.524460792541504">
+        <name>138538</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105207</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146756&#xA;      &#xA;      &#xA;        146757&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.131019592285156" lon="11.759414672851562">
+        <name>146756</name>
+      </trkpt>
+      <trkpt lat="48.12696075439453" lon="11.759300231933594">
+        <name>146757</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85930</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128252&#xA;      &#xA;      &#xA;        128253&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17267990112305" lon="11.407049179077148">
+        <name>128252</name>
+      </trkpt>
+      <trkpt lat="48.17221450805664" lon="11.406915664672852">
+        <name>128253</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105468</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147019&#xA;      &#xA;      &#xA;        147020&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.037872314453125" lon="11.602315902709961">
+        <name>147019</name>
+      </trkpt>
+      <trkpt lat="48.039955139160156" lon="11.600201606750488">
+        <name>147020</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86712</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128981&#xA;      &#xA;      &#xA;        128983&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.192481994628906" lon="11.437773704528809">
+        <name>128981</name>
+      </trkpt>
+      <trkpt lat="48.19364547729492" lon="11.437621116638184">
+        <name>128983</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87754</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130006&#xA;      &#xA;      &#xA;        130007&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1559944152832" lon="11.430524826049805">
+        <name>130006</name>
+      </trkpt>
+      <trkpt lat="48.155853271484375" lon="11.429533958435059">
+        <name>130007</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97653</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139253&#xA;      &#xA;      &#xA;        139254&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34334945678711" lon="11.605855941772461">
+        <name>139253</name>
+      </trkpt>
+      <trkpt lat="48.347679138183594" lon="11.60328483581543">
+        <name>139254</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96351</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138056&#xA;      &#xA;      &#xA;        138057&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.265480041503906" lon="11.292839050292969">
+        <name>138056</name>
+      </trkpt>
+      <trkpt lat="48.26829528808594" lon="11.289868354797363">
+        <name>138057</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90099</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132279&#xA;      &#xA;      &#xA;        132280&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21506118774414" lon="11.302741050720215">
+        <name>132279</name>
+      </trkpt>
+      <trkpt lat="48.21487045288086" lon="11.301732063293457">
+        <name>132280</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96872</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138538&#xA;      &#xA;      &#xA;        138539&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252662658691406" lon="11.524460792541504">
+        <name>138538</name>
+      </trkpt>
+      <trkpt lat="48.252628326416016" lon="11.52791690826416">
+        <name>138539</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105208</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146757&#xA;      &#xA;      &#xA;        146768&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12696075439453" lon="11.759300231933594">
+        <name>146757</name>
+      </trkpt>
+      <trkpt lat="48.12382888793945" lon="11.758956909179688">
+        <name>146768</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85931</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128253&#xA;      &#xA;      &#xA;        128254&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.17221450805664" lon="11.406915664672852">
+        <name>128253</name>
+      </trkpt>
+      <trkpt lat="48.170616149902344" lon="11.4077730178833">
+        <name>128254</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105469</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147020&#xA;      &#xA;      &#xA;        147021&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.039955139160156" lon="11.600201606750488">
+        <name>147020</name>
+      </trkpt>
+      <trkpt lat="48.042266845703125" lon="11.598430633544922">
+        <name>147021</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86713</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128982&#xA;      &#xA;      &#xA;        128984&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.193756103515625" lon="11.437374114990234">
+        <name>128982</name>
+      </trkpt>
+      <trkpt lat="48.19585037231445" lon="11.436840057373047">
+        <name>128984</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87755</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130006&#xA;      &#xA;      &#xA;        130008&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1559944152832" lon="11.430524826049805">
+        <name>130006</name>
+      </trkpt>
+      <trkpt lat="48.156185150146484" lon="11.432143211364746">
+        <name>130008</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97654</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139255&#xA;      &#xA;      &#xA;        139256&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.34762191772461" lon="11.602985382080078">
+        <name>139255</name>
+      </trkpt>
+      <trkpt lat="48.343406677246094" lon="11.60555648803711">
+        <name>139256</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90100</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132280&#xA;      &#xA;      &#xA;        132281&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21487045288086" lon="11.301732063293457">
+        <name>132280</name>
+      </trkpt>
+      <trkpt lat="48.2148551940918" lon="11.300760269165039">
+        <name>132281</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96873</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138539&#xA;      &#xA;      &#xA;        138540&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252628326416016" lon="11.52791690826416">
+        <name>138539</name>
+      </trkpt>
+      <trkpt lat="48.25257110595703" lon="11.529831886291504">
+        <name>138540</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85932</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128254&#xA;      &#xA;      &#xA;        128255&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.170616149902344" lon="11.4077730178833">
+        <name>128254</name>
+      </trkpt>
+      <trkpt lat="48.16976547241211" lon="11.408915519714355">
+        <name>128255</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105470</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147021&#xA;      &#xA;      &#xA;        147022&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.042266845703125" lon="11.598430633544922">
+        <name>147021</name>
+      </trkpt>
+      <trkpt lat="48.04499816894531" lon="11.59705924987793">
+        <name>147022</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86714</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128983&#xA;      &#xA;      &#xA;        128985&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19364547729492" lon="11.437621116638184">
+        <name>128983</name>
+      </trkpt>
+      <trkpt lat="48.19567108154297" lon="11.437126159667969">
+        <name>128985</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87756</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130008&#xA;      &#xA;      &#xA;        130017&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156185150146484" lon="11.432143211364746">
+        <name>130008</name>
+      </trkpt>
+      <trkpt lat="48.15703201293945" lon="11.431781768798828">
+        <name>130017</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97655</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139256&#xA;      &#xA;      &#xA;        138633&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.343406677246094" lon="11.60555648803711">
+        <name>139256</name>
+      </trkpt>
+      <trkpt lat="48.339447021484375" lon="11.607789993286133">
+        <name>138633</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90101</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132281&#xA;      &#xA;      &#xA;        132282&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2148551940918" lon="11.300760269165039">
+        <name>132281</name>
+      </trkpt>
+      <trkpt lat="48.214935302734375" lon="11.299294471740723">
+        <name>132282</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96874</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138540&#xA;      &#xA;      &#xA;        138541&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25257110595703" lon="11.529831886291504">
+        <name>138540</name>
+      </trkpt>
+      <trkpt lat="48.252437591552734" lon="11.532059669494629">
+        <name>138541</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85933</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128255&#xA;      &#xA;      &#xA;        128256&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16976547241211" lon="11.408915519714355">
+        <name>128255</name>
+      </trkpt>
+      <trkpt lat="48.1685791015625" lon="11.410266876220703">
+        <name>128256</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105471</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147022&#xA;      &#xA;      &#xA;        147023&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.04499816894531" lon="11.59705924987793">
+        <name>147022</name>
+      </trkpt>
+      <trkpt lat="48.04776382446289" lon="11.596087455749512">
+        <name>147023</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86715</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128984&#xA;      &#xA;      &#xA;        128986&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19585037231445" lon="11.436840057373047">
+        <name>128984</name>
+      </trkpt>
+      <trkpt lat="48.197635650634766" lon="11.436440467834473">
+        <name>128986</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87757</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130008&#xA;      &#xA;      &#xA;        130009&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.156185150146484" lon="11.432143211364746">
+        <name>130008</name>
+      </trkpt>
+      <trkpt lat="48.155662536621094" lon="11.432219505310059">
+        <name>130009</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97656</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139254&#xA;      &#xA;      &#xA;        139257&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.347679138183594" lon="11.60328483581543">
+        <name>139254</name>
+      </trkpt>
+      <trkpt lat="48.352149963378906" lon="11.600584983825684">
+        <name>139257</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90102</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132282&#xA;      &#xA;      &#xA;        132283&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.214935302734375" lon="11.299294471740723">
+        <name>132282</name>
+      </trkpt>
+      <trkpt lat="48.214969635009766" lon="11.297504425048828">
+        <name>132283</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96875</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138541&#xA;      &#xA;      &#xA;        138542&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252437591552734" lon="11.532059669494629">
+        <name>138541</name>
+      </trkpt>
+      <trkpt lat="48.252323150634766" lon="11.533859252929688">
+        <name>138542</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105211</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146768&#xA;      &#xA;      &#xA;        146769&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.12382888793945" lon="11.758956909179688">
+        <name>146768</name>
+      </trkpt>
+      <trkpt lat="48.120094299316406" lon="11.758414268493652">
+        <name>146769</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85934</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128256&#xA;      &#xA;      &#xA;        128257&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1685791015625" lon="11.410266876220703">
+        <name>128256</name>
+      </trkpt>
+      <trkpt lat="48.16736602783203" lon="11.411163330078125">
+        <name>128257</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105472</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147023&#xA;      &#xA;      &#xA;        147024&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.04776382446289" lon="11.596087455749512">
+        <name>147023</name>
+      </trkpt>
+      <trkpt lat="48.050838470458984" lon="11.595316886901855">
+        <name>147024</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86716</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128985&#xA;      &#xA;      &#xA;        128987&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19567108154297" lon="11.437126159667969">
+        <name>128985</name>
+      </trkpt>
+      <trkpt lat="48.19767761230469" lon="11.43670654296875">
+        <name>128987</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87758</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130009&#xA;      &#xA;      &#xA;        130010&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155662536621094" lon="11.432219505310059">
+        <name>130009</name>
+      </trkpt>
+      <trkpt lat="48.155521392822266" lon="11.43220043182373">
+        <name>130010</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97657</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139257&#xA;      &#xA;      &#xA;        139258&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.352149963378906" lon="11.600584983825684">
+        <name>139257</name>
+      </trkpt>
+      <trkpt lat="48.357669830322266" lon="11.597329139709473">
+        <name>139258</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90103</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132283&#xA;      &#xA;      &#xA;        132284&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.214969635009766" lon="11.297504425048828">
+        <name>132283</name>
+      </trkpt>
+      <trkpt lat="48.21534729003906" lon="11.297447204589844">
+        <name>132284</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96876</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138542&#xA;      &#xA;      &#xA;        138543&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.252323150634766" lon="11.533859252929688">
+        <name>138542</name>
+      </trkpt>
+      <trkpt lat="48.25226593017578" lon="11.534402847290039">
+        <name>138543</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85935</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128257&#xA;      &#xA;      &#xA;        128258&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16736602783203" lon="11.411163330078125">
+        <name>128257</name>
+      </trkpt>
+      <trkpt lat="48.166194915771484" lon="11.412018775939941">
+        <name>128258</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105473</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147024&#xA;      &#xA;      &#xA;        147025&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.050838470458984" lon="11.595316886901855">
+        <name>147024</name>
+      </trkpt>
+      <trkpt lat="48.05364990234375" lon="11.594917297363281">
+        <name>147025</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86717</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128987&#xA;      &#xA;      &#xA;        128988&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.19767761230469" lon="11.43670654296875">
+        <name>128987</name>
+      </trkpt>
+      <trkpt lat="48.199134826660156" lon="11.436782836914062">
+        <name>128988</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87759</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130010&#xA;      &#xA;      &#xA;        130011&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155521392822266" lon="11.43220043182373">
+        <name>130010</name>
+      </trkpt>
+      <trkpt lat="48.15536880493164" lon="11.431000709533691">
+        <name>130011</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97658</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139259&#xA;      &#xA;      &#xA;        139260&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3575325012207" lon="11.597029685974121">
+        <name>139259</name>
+      </trkpt>
+      <trkpt lat="48.35186004638672" lon="11.600414276123047">
+        <name>139260</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90104</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132284&#xA;      &#xA;      &#xA;        132285&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21534729003906" lon="11.297447204589844">
+        <name>132284</name>
+      </trkpt>
+      <trkpt lat="48.215614318847656" lon="11.298247337341309">
+        <name>132285</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96877</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138543&#xA;      &#xA;      &#xA;        138544&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25226593017578" lon="11.534402847290039">
+        <name>138543</name>
+      </trkpt>
+      <trkpt lat="48.25270462036133" lon="11.534516334533691">
+        <name>138544</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85936</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128258&#xA;      &#xA;      &#xA;        128259&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.166194915771484" lon="11.412018775939941">
+        <name>128258</name>
+      </trkpt>
+      <trkpt lat="48.16596603393555" lon="11.41179084777832">
+        <name>128259</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105474</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147025&#xA;      &#xA;      &#xA;        147026&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.05364990234375" lon="11.594917297363281">
+        <name>147025</name>
+      </trkpt>
+      <trkpt lat="48.05580520629883" lon="11.594745635986328">
+        <name>147026</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86718</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128988&#xA;      &#xA;      &#xA;        128989&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.199134826660156" lon="11.436782836914062">
+        <name>128988</name>
+      </trkpt>
+      <trkpt lat="48.200531005859375" lon="11.437392234802246">
+        <name>128989</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87760</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130011&#xA;      &#xA;      &#xA;        130012&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15536880493164" lon="11.431000709533691">
+        <name>130011</name>
+      </trkpt>
+      <trkpt lat="48.155242919921875" lon="11.430867195129395">
+        <name>130012</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97659</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139260&#xA;      &#xA;      &#xA;        139255&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.35186004638672" lon="11.600414276123047">
+        <name>139260</name>
+      </trkpt>
+      <trkpt lat="48.34762191772461" lon="11.602985382080078">
+        <name>139255</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90105</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132285&#xA;      &#xA;      &#xA;        132286&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.215614318847656" lon="11.298247337341309">
+        <name>132285</name>
+      </trkpt>
+      <trkpt lat="48.21683120727539" lon="11.298018455505371">
+        <name>132286</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96878</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138544&#xA;      &#xA;      &#xA;        138545&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25270462036133" lon="11.534516334533691">
+        <name>138544</name>
+      </trkpt>
+      <trkpt lat="48.253047943115234" lon="11.534402847290039">
+        <name>138545</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85937</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128259&#xA;      &#xA;      &#xA;        128260&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16596603393555" lon="11.41179084777832">
+        <name>128259</name>
+      </trkpt>
+      <trkpt lat="48.165382385253906" lon="11.411848068237305">
+        <name>128260</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105475</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147026&#xA;      &#xA;      &#xA;        147027&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.05580520629883" lon="11.594745635986328">
+        <name>147026</name>
+      </trkpt>
+      <trkpt lat="48.058780670166016" lon="11.594860076904297">
+        <name>147027</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86719</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128989&#xA;      &#xA;      &#xA;        128990&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.200531005859375" lon="11.437392234802246">
+        <name>128989</name>
+      </trkpt>
+      <trkpt lat="48.20178985595703" lon="11.438440322875977">
+        <name>128990</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87761</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130012&#xA;      &#xA;      &#xA;        130013&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155242919921875" lon="11.430867195129395">
+        <name>130012</name>
+      </trkpt>
+      <trkpt lat="48.154937744140625" lon="11.430867195129395">
+        <name>130013</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97660</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139258&#xA;      &#xA;      &#xA;        139261&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.357669830322266" lon="11.597329139709473">
+        <name>139258</name>
+      </trkpt>
+      <trkpt lat="48.36014938354492" lon="11.596000671386719">
+        <name>139261</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90106</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132286&#xA;      &#xA;      &#xA;        132287&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21683120727539" lon="11.298018455505371">
+        <name>132286</name>
+      </trkpt>
+      <trkpt lat="48.21670150756836" lon="11.297123908996582">
+        <name>132287</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96879</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138545&#xA;      &#xA;      &#xA;        138546&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.253047943115234" lon="11.534402847290039">
+        <name>138545</name>
+      </trkpt>
+      <trkpt lat="48.2534065246582" lon="11.53363037109375">
+        <name>138546</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85938</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128260&#xA;      &#xA;      &#xA;        128261&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.165382385253906" lon="11.411848068237305">
+        <name>128260</name>
+      </trkpt>
+      <trkpt lat="48.165409088134766" lon="11.412210464477539">
+        <name>128261</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105476</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147027&#xA;      &#xA;      &#xA;        147028&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.058780670166016" lon="11.594860076904297">
+        <name>147027</name>
+      </trkpt>
+      <trkpt lat="48.06252670288086" lon="11.59537410736084">
+        <name>147028</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86720</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128986&#xA;      &#xA;      &#xA;        128991&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.197635650634766" lon="11.436440467834473">
+        <name>128986</name>
+      </trkpt>
+      <trkpt lat="48.199188232421875" lon="11.436497688293457">
+        <name>128991</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87762</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130013&#xA;      &#xA;      &#xA;        130014&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.154937744140625" lon="11.430867195129395">
+        <name>130013</name>
+      </trkpt>
+      <trkpt lat="48.15498352050781" lon="11.43012523651123">
+        <name>130014</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97661</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139261&#xA;      &#xA;      &#xA;        139262&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36014938354492" lon="11.596000671386719">
+        <name>139261</name>
+      </trkpt>
+      <trkpt lat="48.36279296875" lon="11.595230102539062">
+        <name>139262</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90107</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132287&#xA;      &#xA;      &#xA;        132284&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.21670150756836" lon="11.297123908996582">
+        <name>132287</name>
+      </trkpt>
+      <trkpt lat="48.21534729003906" lon="11.297447204589844">
+        <name>132284</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96880</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129097&#xA;      &#xA;      &#xA;        138548&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25324630737305" lon="11.532938957214355">
+        <name>129097</name>
+      </trkpt>
+      <trkpt lat="48.25407028198242" lon="11.533059120178223">
+        <name>138548</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85939</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128261&#xA;      &#xA;      &#xA;        128262&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.165409088134766" lon="11.412210464477539">
+        <name>128261</name>
+      </trkpt>
+      <trkpt lat="48.165409088134766" lon="11.4125337600708">
+        <name>128262</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105477</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147028&#xA;      &#xA;      &#xA;        147029&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.06252670288086" lon="11.59537410736084">
+        <name>147028</name>
+      </trkpt>
+      <trkpt lat="48.06533432006836" lon="11.596059799194336">
+        <name>147029</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86721</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128991&#xA;      &#xA;      &#xA;        128992&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.199188232421875" lon="11.436497688293457">
+        <name>128991</name>
+      </trkpt>
+      <trkpt lat="48.20064926147461" lon="11.437145233154297">
+        <name>128992</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87763</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130013&#xA;      &#xA;      &#xA;        130015&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.154937744140625" lon="11.430867195129395">
+        <name>130013</name>
+      </trkpt>
+      <trkpt lat="48.15481948852539" lon="11.432182312011719">
+        <name>130015</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97662</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139262&#xA;      &#xA;      &#xA;        139263&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36279296875" lon="11.595230102539062">
+        <name>139262</name>
+      </trkpt>
+      <trkpt lat="48.3676643371582" lon="11.5954008102417">
+        <name>139263</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90108</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130100&#xA;      &#xA;      &#xA;        132288&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23419189453125" lon="11.34939193725586">
+        <name>130100</name>
+      </trkpt>
+      <trkpt lat="48.23488235473633" lon="11.350836753845215">
+        <name>132288</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96881</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138549&#xA;      &#xA;      &#xA;        138547&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25407028198242" lon="11.533059120178223">
+        <name>138548</name>
+      </trkpt>
+      <trkpt lat="48.25620651245117" lon="11.53354549407959">
+        <name>138547</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85940</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128262&#xA;      &#xA;      &#xA;        128263&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.165409088134766" lon="11.4125337600708">
+        <name>128262</name>
+      </trkpt>
+      <trkpt lat="48.164371490478516" lon="11.41325855255127">
+        <name>128263</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105478</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147029&#xA;      &#xA;      &#xA;        147030&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.06533432006836" lon="11.596059799194336">
+        <name>147029</name>
+      </trkpt>
+      <trkpt lat="48.06890869140625" lon="11.597116470336914">
+        <name>147030</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86722</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128992&#xA;      &#xA;      &#xA;        128993&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20064926147461" lon="11.437145233154297">
+        <name>128992</name>
+      </trkpt>
+      <trkpt lat="48.20195770263672" lon="11.438268661499023">
+        <name>128993</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87764</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130015&#xA;      &#xA;      &#xA;        130010&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15481948852539" lon="11.432182312011719">
+        <name>130015</name>
+      </trkpt>
+      <trkpt lat="48.155521392822266" lon="11.43220043182373">
+        <name>130010</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97663</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139264&#xA;      &#xA;      &#xA;        139265&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3676643371582" lon="11.59514331817627">
+        <name>139264</name>
+      </trkpt>
+      <trkpt lat="48.36279296875" lon="11.594929695129395">
+        <name>139265</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90109</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132288&#xA;      &#xA;      &#xA;        132289&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23488235473633" lon="11.350836753845215">
+        <name>132288</name>
+      </trkpt>
+      <trkpt lat="48.235652923583984" lon="11.35237979888916">
+        <name>132289</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96882</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138547&#xA;      &#xA;      &#xA;        129101&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25620651245117" lon="11.53354549407959">
+        <name>138547</name>
+      </trkpt>
+      <trkpt lat="48.259613037109375" lon="11.534852981567383">
+        <name>129101</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85941</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128263&#xA;      &#xA;      &#xA;        128264&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.164371490478516" lon="11.41325855255127">
+        <name>128263</name>
+      </trkpt>
+      <trkpt lat="48.163360595703125" lon="11.4137544631958">
+        <name>128264</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105479</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147030&#xA;      &#xA;      &#xA;        147031&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.06890869140625" lon="11.597116470336914">
+        <name>147030</name>
+      </trkpt>
+      <trkpt lat="48.07133483886719" lon="11.597687721252441">
+        <name>147031</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86723</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128990&#xA;      &#xA;      &#xA;        128994&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20178985595703" lon="11.438440322875977">
+        <name>128990</name>
+      </trkpt>
+      <trkpt lat="48.202857971191406" lon="11.439945220947266">
+        <name>128994</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87765</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130015&#xA;      &#xA;      &#xA;        130016&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15481948852539" lon="11.432182312011719">
+        <name>130015</name>
+      </trkpt>
+      <trkpt lat="48.154693603515625" lon="11.433305740356445">
+        <name>130016</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97664</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139265&#xA;      &#xA;      &#xA;        139266&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36279296875" lon="11.594929695129395">
+        <name>139265</name>
+      </trkpt>
+      <trkpt lat="48.36006164550781" lon="11.595701217651367">
+        <name>139266</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90110</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132289&#xA;      &#xA;      &#xA;        132290&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.235652923583984" lon="11.35237979888916">
+        <name>132289</name>
+      </trkpt>
+      <trkpt lat="48.23653793334961" lon="11.35439395904541">
+        <name>132290</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96883</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138549&#xA;      &#xA;      &#xA;        138550&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25407028198242" lon="11.533059120178223">
+        <name>138548</name>
+      </trkpt>
+      <trkpt lat="48.25366973876953" lon="11.533230781555176">
+        <name>138550</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85942</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128264&#xA;      &#xA;      &#xA;        128265&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.163360595703125" lon="11.4137544631958">
+        <name>128264</name>
+      </trkpt>
+      <trkpt lat="48.16254806518555" lon="11.413848876953125">
+        <name>128265</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105480</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147031&#xA;      &#xA;      &#xA;        147032&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.07133483886719" lon="11.597687721252441">
+        <name>147031</name>
+      </trkpt>
+      <trkpt lat="48.07368469238281" lon="11.597944259643555">
+        <name>147032</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86724</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128994&#xA;      &#xA;      &#xA;        128995&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.202857971191406" lon="11.439945220947266">
+        <name>128994</name>
+      </trkpt>
+      <trkpt lat="48.20366668701172" lon="11.441774368286133">
+        <name>128995</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87766</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130016&#xA;      &#xA;      &#xA;        130023&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.154693603515625" lon="11.433305740356445">
+        <name>130016</name>
+      </trkpt>
+      <trkpt lat="48.15459060668945" lon="11.43441104888916">
+        <name>130023</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97665</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139266&#xA;      &#xA;      &#xA;        139259&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.36006164550781" lon="11.595701217651367">
+        <name>139266</name>
+      </trkpt>
+      <trkpt lat="48.3575325012207" lon="11.597029685974121">
+        <name>139259</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90111</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132290&#xA;      &#xA;      &#xA;        132291&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23653793334961" lon="11.35439395904541">
+        <name>132290</name>
+      </trkpt>
+      <trkpt lat="48.2373161315918" lon="11.356379508972168">
+        <name>132291</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96884</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138550&#xA;      &#xA;      &#xA;        138546&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.25366973876953" lon="11.533230781555176">
+        <name>138550</name>
+      </trkpt>
+      <trkpt lat="48.2534065246582" lon="11.53363037109375">
+        <name>138546</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105220</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146769&#xA;      &#xA;      &#xA;        146770&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.120094299316406" lon="11.758414268493652">
+        <name>146769</name>
+      </trkpt>
+      <trkpt lat="48.11668014526367" lon="11.757728576660156">
+        <name>146770</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105481</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147032&#xA;      &#xA;      &#xA;        147033&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.07368469238281" lon="11.597944259643555">
+        <name>147032</name>
+      </trkpt>
+      <trkpt lat="48.07614517211914" lon="11.597772598266602">
+        <name>147033</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86725</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128995&#xA;      &#xA;      &#xA;        128996&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20366668701172" lon="11.441774368286133">
+        <name>128995</name>
+      </trkpt>
+      <trkpt lat="48.2041130065918" lon="11.443658828735352">
+        <name>128996</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87767</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130023&#xA;      &#xA;      &#xA;        130024&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15459060668945" lon="11.43441104888916">
+        <name>130023</name>
+      </trkpt>
+      <trkpt lat="48.15464782714844" lon="11.435458183288574">
+        <name>130024</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97666</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139263&#xA;      &#xA;      &#xA;        139267&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3676643371582" lon="11.5954008102417">
+        <name>139263</name>
+      </trkpt>
+      <trkpt lat="48.373756408691406" lon="11.596129417419434">
+        <name>139267</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90112</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132291&#xA;      &#xA;      &#xA;        132292&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2373161315918" lon="11.356379508972168">
+        <name>132291</name>
+      </trkpt>
+      <trkpt lat="48.23818588256836" lon="11.359378814697266">
+        <name>132292</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96885</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129141&#xA;      &#xA;      &#xA;        138551&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31064987182617" lon="11.609210014343262">
+        <name>129141</name>
+      </trkpt>
+      <trkpt lat="48.31340026855469" lon="11.615214347839355">
+        <name>138551</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105221</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146770&#xA;      &#xA;      &#xA;        146771&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11668014526367" lon="11.757728576660156">
+        <name>146770</name>
+      </trkpt>
+      <trkpt lat="48.11343765258789" lon="11.7568998336792">
+        <name>146771</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105482</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147033&#xA;      &#xA;      &#xA;        147034&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.07614517211914" lon="11.597772598266602">
+        <name>147033</name>
+      </trkpt>
+      <trkpt lat="48.07892608642578" lon="11.597173690795898">
+        <name>147034</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86726</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128996&#xA;      &#xA;      &#xA;        128997&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2041130065918" lon="11.443658828735352">
+        <name>128996</name>
+      </trkpt>
+      <trkpt lat="48.20431137084961" lon="11.445525169372559">
+        <name>128997</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87768</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130024&#xA;      &#xA;      &#xA;        130025&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15464782714844" lon="11.435458183288574">
+        <name>130024</name>
+      </trkpt>
+      <trkpt lat="48.15492248535156" lon="11.435439109802246">
+        <name>130025</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97667</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139268&#xA;      &#xA;      &#xA;        139264&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.373756408691406" lon="11.595786094665527">
+        <name>139268</name>
+      </trkpt>
+      <trkpt lat="48.3676643371582" lon="11.59514331817627">
+        <name>139264</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90113</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132292&#xA;      &#xA;      &#xA;        132293&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23818588256836" lon="11.359378814697266">
+        <name>132292</name>
+      </trkpt>
+      <trkpt lat="48.2391242980957" lon="11.363492012023926">
+        <name>132293</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96886</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138551&#xA;      &#xA;      &#xA;        138552&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31340026855469" lon="11.615214347839355">
+        <name>138551</name>
+      </trkpt>
+      <trkpt lat="48.31473159790039" lon="11.61795711517334">
+        <name>138552</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105222</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146771&#xA;      &#xA;      &#xA;        146772&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11343765258789" lon="11.7568998336792">
+        <name>146771</name>
+      </trkpt>
+      <trkpt lat="48.11088180541992" lon="11.756157875061035">
+        <name>146772</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85945</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128267&#xA;      &#xA;      &#xA;        128268&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16178512573242" lon="11.414077758789062">
+        <name>128267</name>
+      </trkpt>
+      <trkpt lat="48.16078186035156" lon="11.414229393005371">
+        <name>128268</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105483</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147034&#xA;      &#xA;      &#xA;        147035&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.07892608642578" lon="11.597173690795898">
+        <name>147034</name>
+      </trkpt>
+      <trkpt lat="48.08163833618164" lon="11.596002578735352">
+        <name>147035</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86727</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128993&#xA;      &#xA;      &#xA;        128998&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20195770263672" lon="11.438268661499023">
+        <name>128993</name>
+      </trkpt>
+      <trkpt lat="48.20302200317383" lon="11.439850807189941">
+        <name>128998</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87769</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130025&#xA;      &#xA;      &#xA;        130026&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15492248535156" lon="11.435439109802246">
+        <name>130025</name>
+      </trkpt>
+      <trkpt lat="48.15497589111328" lon="11.43635368347168">
+        <name>130026</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97668</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139267&#xA;      &#xA;      &#xA;        139269&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.373756408691406" lon="11.596129417419434">
+        <name>139267</name>
+      </trkpt>
+      <trkpt lat="48.379051208496094" lon="11.596686363220215">
+        <name>139269</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90114</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132293&#xA;      &#xA;      &#xA;        132294&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2391242980957" lon="11.363492012023926">
+        <name>132293</name>
+      </trkpt>
+      <trkpt lat="48.2396354675293" lon="11.366806030273438">
+        <name>132294</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96887</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138552&#xA;      &#xA;      &#xA;        138553&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31473159790039" lon="11.61795711517334">
+        <name>138552</name>
+      </trkpt>
+      <trkpt lat="48.31557083129883" lon="11.619699478149414">
+        <name>138553</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105223</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146772&#xA;      &#xA;      &#xA;        146773&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11088180541992" lon="11.756157875061035">
+        <name>146772</name>
+      </trkpt>
+      <trkpt lat="48.107391357421875" lon="11.754786491394043">
+        <name>146773</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85946</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128268&#xA;      &#xA;      &#xA;        128269&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16078186035156" lon="11.414229393005371">
+        <name>128268</name>
+      </trkpt>
+      <trkpt lat="48.16022491455078" lon="11.414629936218262">
+        <name>128269</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105484</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147035&#xA;      &#xA;      &#xA;        147036&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.08163833618164" lon="11.596002578735352">
+        <name>147035</name>
+      </trkpt>
+      <trkpt lat="48.08509063720703" lon="11.59403133392334">
+        <name>147036</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86728</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128998&#xA;      &#xA;      &#xA;        128999&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20302200317383" lon="11.439850807189941">
+        <name>128998</name>
+      </trkpt>
+      <trkpt lat="48.2038459777832" lon="11.441754341125488">
+        <name>128999</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87770</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130026&#xA;      &#xA;      &#xA;        130027&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15497589111328" lon="11.43635368347168">
+        <name>130026</name>
+      </trkpt>
+      <trkpt lat="48.154911041259766" lon="11.436753273010254">
+        <name>130027</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97669</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139269&#xA;      &#xA;      &#xA;        139270&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.379051208496094" lon="11.596686363220215">
+        <name>139269</name>
+      </trkpt>
+      <trkpt lat="48.38302993774414" lon="11.59715747833252">
+        <name>139270</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90115</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132294&#xA;      &#xA;      &#xA;        132295&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2396354675293" lon="11.366806030273438">
+        <name>132294</name>
+      </trkpt>
+      <trkpt lat="48.240013122558594" lon="11.369776725769043">
+        <name>132295</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96888</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138553&#xA;      &#xA;      &#xA;        138554&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31557083129883" lon="11.619699478149414">
+        <name>138553</name>
+      </trkpt>
+      <trkpt lat="48.316444396972656" lon="11.621499061584473">
+        <name>138554</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105224</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146773&#xA;      &#xA;      &#xA;        146774&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.107391357421875" lon="11.754786491394043">
+        <name>146773</name>
+      </trkpt>
+      <trkpt lat="48.10439682006836" lon="11.753558158874512">
+        <name>146774</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85947</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128269&#xA;      &#xA;      &#xA;        128270&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.16022491455078" lon="11.414629936218262">
+        <name>128269</name>
+      </trkpt>
+      <trkpt lat="48.15998077392578" lon="11.415048599243164">
+        <name>128270</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105485</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147036&#xA;      &#xA;      &#xA;        147037&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.08509063720703" lon="11.59403133392334">
+        <name>147036</name>
+      </trkpt>
+      <trkpt lat="48.089500427246094" lon="11.591374397277832">
+        <name>147037</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86729</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128999&#xA;      &#xA;      &#xA;        129000&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2038459777832" lon="11.441754341125488">
+        <name>128999</name>
+      </trkpt>
+      <trkpt lat="48.20424270629883" lon="11.443469047546387">
+        <name>129000</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87771</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130027&#xA;      &#xA;      &#xA;        130028&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.154911041259766" lon="11.436753273010254">
+        <name>130027</name>
+      </trkpt>
+      <trkpt lat="48.15473175048828" lon="11.436982154846191">
+        <name>130028</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97670</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139271&#xA;      &#xA;      &#xA;        139272&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.38302993774414" lon="11.59681510925293">
+        <name>139271</name>
+      </trkpt>
+      <trkpt lat="48.378910064697266" lon="11.596301078796387">
+        <name>139272</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90116</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132295&#xA;      &#xA;      &#xA;        132296&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.240013122558594" lon="11.369776725769043">
+        <name>132295</name>
+      </trkpt>
+      <trkpt lat="48.240264892578125" lon="11.373205184936523">
+        <name>132296</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96889</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138554&#xA;      &#xA;      &#xA;        138555&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.316444396972656" lon="11.621499061584473">
+        <name>138554</name>
+      </trkpt>
+      <trkpt lat="48.31668472290039" lon="11.622385025024414">
+        <name>138555</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105225</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146774&#xA;      &#xA;      &#xA;        146775&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10439682006836" lon="11.753558158874512">
+        <name>146774</name>
+      </trkpt>
+      <trkpt lat="48.10102081298828" lon="11.75184440612793">
+        <name>146775</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85948</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128270&#xA;      &#xA;      &#xA;        128271&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15998077392578" lon="11.415048599243164">
+        <name>128270</name>
+      </trkpt>
+      <trkpt lat="48.15922927856445" lon="11.415238380432129">
+        <name>128271</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96368</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138057&#xA;      &#xA;      &#xA;        138063&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.26829528808594" lon="11.289868354797363">
+        <name>138057</name>
+      </trkpt>
+      <trkpt lat="48.27043533325195" lon="11.287697792053223">
+        <name>138063</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105486</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147037&#xA;      &#xA;      &#xA;        147038&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.089500427246094" lon="11.591374397277832">
+        <name>147037</name>
+      </trkpt>
+      <trkpt lat="48.09323501586914" lon="11.589033126831055">
+        <name>147038</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86730</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129000&#xA;      &#xA;      &#xA;        129001&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20424270629883" lon="11.443469047546387">
+        <name>129000</name>
+      </trkpt>
+      <trkpt lat="48.204429626464844" lon="11.445259094238281">
+        <name>129001</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87772</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130028&#xA;      &#xA;      &#xA;        130029&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15473175048828" lon="11.436982154846191">
+        <name>130028</name>
+      </trkpt>
+      <trkpt lat="48.15450668334961" lon="11.436943054199219">
+        <name>130029</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>97671</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        139272&#xA;      &#xA;      &#xA;        139268&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.378910064697266" lon="11.596301078796387">
+        <name>139272</name>
+      </trkpt>
+      <trkpt lat="48.373756408691406" lon="11.595786094665527">
+        <name>139268</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90117</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132296&#xA;      &#xA;      &#xA;        132297&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.240264892578125" lon="11.373205184936523">
+        <name>132296</name>
+      </trkpt>
+      <trkpt lat="48.240264892578125" lon="11.377461433410645">
+        <name>132297</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96890</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138555&#xA;      &#xA;      &#xA;        138556&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31668472290039" lon="11.622385025024414">
+        <name>138555</name>
+      </trkpt>
+      <trkpt lat="48.316444396972656" lon="11.623127937316895">
+        <name>138556</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105226</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146775&#xA;      &#xA;      &#xA;        146776&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10102081298828" lon="11.75184440612793">
+        <name>146775</name>
+      </trkpt>
+      <trkpt lat="48.097740173339844" lon="11.750015258789062">
+        <name>146776</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85949</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128271&#xA;      &#xA;      &#xA;        128272&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15922927856445" lon="11.415238380432129">
+        <name>128271</name>
+      </trkpt>
+      <trkpt lat="48.15910339355469" lon="11.415334701538086">
+        <name>128272</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105487</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147038&#xA;      &#xA;      &#xA;        147039&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.09323501586914" lon="11.589033126831055">
+        <name>147038</name>
+      </trkpt>
+      <trkpt lat="48.09632873535156" lon="11.587119102478027">
+        <name>147039</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86731</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128997&#xA;      &#xA;      &#xA;        129002&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20431137084961" lon="11.445525169372559">
+        <name>128997</name>
+      </trkpt>
+      <trkpt lat="48.204376220703125" lon="11.448440551757812">
+        <name>129002</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87773</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130029&#xA;      &#xA;      &#xA;        130030&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15450668334961" lon="11.436943054199219">
+        <name>130029</name>
+      </trkpt>
+      <trkpt lat="48.15450668334961" lon="11.4371337890625">
+        <name>130030</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90118</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132297&#xA;      &#xA;      &#xA;        132298&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.240264892578125" lon="11.377461433410645">
+        <name>132297</name>
+      </trkpt>
+      <trkpt lat="48.240013122558594" lon="11.380974769592285">
+        <name>132298</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96891</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138556&#xA;      &#xA;      &#xA;        138557&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.316444396972656" lon="11.623127937316895">
+        <name>138556</name>
+      </trkpt>
+      <trkpt lat="48.3159294128418" lon="11.623242378234863">
+        <name>138557</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105227</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146776&#xA;      &#xA;      &#xA;        146777&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.097740173339844" lon="11.750015258789062">
+        <name>146776</name>
+      </trkpt>
+      <trkpt lat="48.09516143798828" lon="11.748444557189941">
+        <name>146777</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96370</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138063&#xA;      &#xA;      &#xA;        138064&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.27043533325195" lon="11.287697792053223">
+        <name>138063</name>
+      </trkpt>
+      <trkpt lat="48.272605895996094" lon="11.285411834716797">
+        <name>138064</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105488</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147039&#xA;      &#xA;      &#xA;        147040&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.09632873535156" lon="11.587119102478027">
+        <name>147039</name>
+      </trkpt>
+      <trkpt lat="48.0991096496582" lon="11.585604667663574">
+        <name>147040</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86732</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129002&#xA;      &#xA;      &#xA;        129003&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204376220703125" lon="11.448440551757812">
+        <name>129002</name>
+      </trkpt>
+      <trkpt lat="48.204437255859375" lon="11.451411247253418">
+        <name>129003</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87774</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130030&#xA;      &#xA;      &#xA;        130028&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15450668334961" lon="11.4371337890625">
+        <name>130030</name>
+      </trkpt>
+      <trkpt lat="48.15473175048828" lon="11.436982154846191">
+        <name>130028</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90119</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132298&#xA;      &#xA;      &#xA;        132299&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.240013122558594" lon="11.380974769592285">
+        <name>132298</name>
+      </trkpt>
+      <trkpt lat="48.239463806152344" lon="11.384860038757324">
+        <name>132299</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96892</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138557&#xA;      &#xA;      &#xA;        138558&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3159294128418" lon="11.623242378234863">
+        <name>138557</name>
+      </trkpt>
+      <trkpt lat="48.31558609008789" lon="11.622842788696289">
+        <name>138558</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105228</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146777&#xA;      &#xA;      &#xA;        146778&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.09516143798828" lon="11.748444557189941">
+        <name>146777</name>
+      </trkpt>
+      <trkpt lat="48.09287643432617" lon="11.746931076049805">
+        <name>146778</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96371</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138064&#xA;      &#xA;      &#xA;        138065&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.272605895996094" lon="11.285411834716797">
+        <name>138064</name>
+      </trkpt>
+      <trkpt lat="48.27395248413086" lon="11.283726692199707">
+        <name>138065</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105489</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147040&#xA;      &#xA;      &#xA;        147041&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.0991096496582" lon="11.585604667663574">
+        <name>147040</name>
+      </trkpt>
+      <trkpt lat="48.10231399536133" lon="11.583576202392578">
+        <name>147041</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86733</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129001&#xA;      &#xA;      &#xA;        129004&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204429626464844" lon="11.445259094238281">
+        <name>129001</name>
+      </trkpt>
+      <trkpt lat="48.204532623291016" lon="11.448458671569824">
+        <name>129004</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87775</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130025&#xA;      &#xA;      &#xA;        130020&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15492248535156" lon="11.435439109802246">
+        <name>130025</name>
+      </trkpt>
+      <trkpt lat="48.15591812133789" lon="11.435287475585938">
+        <name>130020</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90120</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132299&#xA;      &#xA;      &#xA;        132300&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.239463806152344" lon="11.384860038757324">
+        <name>132299</name>
+      </trkpt>
+      <trkpt lat="48.23891067504883" lon="11.387601852416992">
+        <name>132300</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96893</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138558&#xA;      &#xA;      &#xA;        138559&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31558609008789" lon="11.622842788696289">
+        <name>138558</name>
+      </trkpt>
+      <trkpt lat="48.31550979614258" lon="11.622157096862793">
+        <name>138559</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105229</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146778&#xA;      &#xA;      &#xA;        146783&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.09287643432617" lon="11.746931076049805">
+        <name>146778</name>
+      </trkpt>
+      <trkpt lat="48.09009552001953" lon="11.744902610778809">
+        <name>146783</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85952</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128274&#xA;      &#xA;      &#xA;        128275&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15804672241211" lon="11.415238380432129">
+        <name>128274</name>
+      </trkpt>
+      <trkpt lat="48.1573371887207" lon="11.415735244750977">
+        <name>128275</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96372</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138065&#xA;      &#xA;      &#xA;        138066&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.27395248413086" lon="11.283726692199707">
+        <name>138065</name>
+      </trkpt>
+      <trkpt lat="48.275150299072266" lon="11.281842231750488">
+        <name>138066</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105490</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147041&#xA;      &#xA;      &#xA;        147042&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10231399536133" lon="11.583576202392578">
+        <name>147041</name>
+      </trkpt>
+      <trkpt lat="48.10460662841797" lon="11.582091331481934">
+        <name>147042</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86734</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129004&#xA;      &#xA;      &#xA;        129005&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204532623291016" lon="11.448458671569824">
+        <name>129004</name>
+      </trkpt>
+      <trkpt lat="48.20460510253906" lon="11.451411247253418">
+        <name>129005</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87776</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130020&#xA;      &#xA;      &#xA;        130021&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15591812133789" lon="11.435287475585938">
+        <name>130020</name>
+      </trkpt>
+      <trkpt lat="48.155826568603516" lon="11.4338960647583">
+        <name>130021</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90121</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132300&#xA;      &#xA;      &#xA;        132301&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23891067504883" lon="11.387601852416992">
+        <name>132300</name>
+      </trkpt>
+      <trkpt lat="48.237770080566406" lon="11.391716003417969">
+        <name>132301</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96894</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138559&#xA;      &#xA;      &#xA;        138560&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31550979614258" lon="11.622157096862793">
+        <name>138559</name>
+      </trkpt>
+      <trkpt lat="48.3157958984375" lon="11.621613502502441">
+        <name>138560</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105230</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146783&#xA;      &#xA;      &#xA;        146785&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.09009552001953" lon="11.744902610778809">
+        <name>146783</name>
+      </trkpt>
+      <trkpt lat="48.08650207519531" lon="11.742046356201172">
+        <name>146785</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85953</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128275&#xA;      &#xA;      &#xA;        128276&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1573371887207" lon="11.415735244750977">
+        <name>128275</name>
+      </trkpt>
+      <trkpt lat="48.15665054321289" lon="11.416059494018555">
+        <name>128276</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105491</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147042&#xA;      &#xA;      &#xA;        147043&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10460662841797" lon="11.582091331481934">
+        <name>147042</name>
+      </trkpt>
+      <trkpt lat="48.10552215576172" lon="11.581433296203613">
+        <name>147043</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86735</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129003&#xA;      &#xA;      &#xA;        129006&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204437255859375" lon="11.451411247253418">
+        <name>129003</name>
+      </trkpt>
+      <trkpt lat="48.20454406738281" lon="11.453527450561523">
+        <name>129006</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87777</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130021&#xA;      &#xA;      &#xA;        130022&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155826568603516" lon="11.4338960647583">
+        <name>130021</name>
+      </trkpt>
+      <trkpt lat="48.1557731628418" lon="11.43345832824707">
+        <name>130022</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90122</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132301&#xA;      &#xA;      &#xA;        132302&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.237770080566406" lon="11.391716003417969">
+        <name>132301</name>
+      </trkpt>
+      <trkpt lat="48.2369384765625" lon="11.394429206848145">
+        <name>132302</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96895</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138560&#xA;      &#xA;      &#xA;        138561&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.3157958984375" lon="11.621613502502441">
+        <name>138560</name>
+      </trkpt>
+      <trkpt lat="48.317012786865234" lon="11.620813369750977">
+        <name>138561</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85954</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128276&#xA;      &#xA;      &#xA;        128277&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15665054321289" lon="11.416059494018555">
+        <name>128276</name>
+      </trkpt>
+      <trkpt lat="48.15625" lon="11.41647720336914">
+        <name>128277</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105492</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147043&#xA;      &#xA;      &#xA;        147044&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10552215576172" lon="11.581433296203613">
+        <name>147043</name>
+      </trkpt>
+      <trkpt lat="48.10664367675781" lon="11.580348014831543">
+        <name>147044</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86736</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129006&#xA;      &#xA;      &#xA;        129007&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20454406738281" lon="11.453527450561523">
+        <name>129006</name>
+      </trkpt>
+      <trkpt lat="48.20488739013672" lon="11.456193923950195">
+        <name>129007</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87778</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130022&#xA;      &#xA;      &#xA;        130009&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557731628418" lon="11.43345832824707">
+        <name>130022</name>
+      </trkpt>
+      <trkpt lat="48.155662536621094" lon="11.432219505310059">
+        <name>130009</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90123</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132302&#xA;      &#xA;      &#xA;        132303&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2369384765625" lon="11.394429206848145">
+        <name>132302</name>
+      </trkpt>
+      <trkpt lat="48.2354736328125" lon="11.398770332336426">
+        <name>132303</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96896</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138562&#xA;      &#xA;      &#xA;        138563&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31689453125" lon="11.620243072509766">
+        <name>138562</name>
+      </trkpt>
+      <trkpt lat="48.31547546386719" lon="11.62098503112793">
+        <name>138563</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105493</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147044&#xA;      &#xA;      &#xA;        147045&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10664367675781" lon="11.580348014831543">
+        <name>147044</name>
+      </trkpt>
+      <trkpt lat="48.10773468017578" lon="11.579633712768555">
+        <name>147045</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86737</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129005&#xA;      &#xA;      &#xA;        129009&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20460510253906" lon="11.451411247253418">
+        <name>129005</name>
+      </trkpt>
+      <trkpt lat="48.204708099365234" lon="11.453545570373535">
+        <name>129009</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87779</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130022&#xA;      &#xA;      &#xA;        130016&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557731628418" lon="11.43345832824707">
+        <name>130022</name>
+      </trkpt>
+      <trkpt lat="48.154693603515625" lon="11.433305740356445">
+        <name>130016</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90124</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132303&#xA;      &#xA;      &#xA;        132304&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2354736328125" lon="11.398770332336426">
+        <name>132303</name>
+      </trkpt>
+      <trkpt lat="48.23393249511719" lon="11.403369903564453">
+        <name>132304</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96897</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138563&#xA;      &#xA;      &#xA;        138564&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31547546386719" lon="11.62098503112793">
+        <name>138563</name>
+      </trkpt>
+      <trkpt lat="48.31473159790039" lon="11.621156692504883">
+        <name>138564</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105494</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147045&#xA;      &#xA;      &#xA;        147046&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10773468017578" lon="11.579633712768555">
+        <name>147045</name>
+      </trkpt>
+      <trkpt lat="48.10979461669922" lon="11.578605651855469">
+        <name>147046</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86738</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129009&#xA;      &#xA;      &#xA;        129010&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.204708099365234" lon="11.453545570373535">
+        <name>129009</name>
+      </trkpt>
+      <trkpt lat="48.20506286621094" lon="11.456117630004883">
+        <name>129010</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87780</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130017&#xA;      &#xA;      &#xA;        130031&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15703201293945" lon="11.431781768798828">
+        <name>130017</name>
+      </trkpt>
+      <trkpt lat="48.157081604003906" lon="11.433610916137695">
+        <name>130031</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90125</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132304&#xA;      &#xA;      &#xA;        132305&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23393249511719" lon="11.403369903564453">
+        <name>132304</name>
+      </trkpt>
+      <trkpt lat="48.23289108276367" lon="11.406712532043457">
+        <name>132305</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96898</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138564&#xA;      &#xA;      &#xA;        138565&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31473159790039" lon="11.621156692504883">
+        <name>138564</name>
+      </trkpt>
+      <trkpt lat="48.314388275146484" lon="11.62064266204834">
+        <name>138565</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85957</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128279&#xA;      &#xA;      &#xA;        128280&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1557731628418" lon="11.418363571166992">
+        <name>128279</name>
+      </trkpt>
+      <trkpt lat="48.155609130859375" lon="11.419143676757812">
+        <name>128280</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105495</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147046&#xA;      &#xA;      &#xA;        147047&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.10979461669922" lon="11.578605651855469">
+        <name>147046</name>
+      </trkpt>
+      <trkpt lat="48.11067199707031" lon="11.577862739562988">
+        <name>147047</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87781</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130031&#xA;      &#xA;      &#xA;        130021&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.157081604003906" lon="11.433610916137695">
+        <name>130031</name>
+      </trkpt>
+      <trkpt lat="48.155826568603516" lon="11.4338960647583">
+        <name>130021</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86739</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129010&#xA;      &#xA;      &#xA;        129011&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20506286621094" lon="11.456117630004883">
+        <name>129010</name>
+      </trkpt>
+      <trkpt lat="48.20536804199219" lon="11.458573341369629">
+        <name>129011</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90126</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132305&#xA;      &#xA;      &#xA;        132306&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23289108276367" lon="11.406712532043457">
+        <name>132305</name>
+      </trkpt>
+      <trkpt lat="48.231895446777344" lon="11.410367965698242">
+        <name>132306</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96899</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138565&#xA;      &#xA;      &#xA;        138566&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.314388275146484" lon="11.62064266204834">
+        <name>138565</name>
+      </trkpt>
+      <trkpt lat="48.31440734863281" lon="11.619786262512207">
+        <name>138566</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85958</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128280&#xA;      &#xA;      &#xA;        128281&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155609130859375" lon="11.419143676757812">
+        <name>128280</name>
+      </trkpt>
+      <trkpt lat="48.155609130859375" lon="11.419639587402344">
+        <name>128281</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105496</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147047&#xA;      &#xA;      &#xA;        147048&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11067199707031" lon="11.577862739562988">
+        <name>147047</name>
+      </trkpt>
+      <trkpt lat="48.11137390136719" lon="11.576720237731934">
+        <name>147048</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87782</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130020&#xA;      &#xA;      &#xA;        130019&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15591812133789" lon="11.435287475585938">
+        <name>130020</name>
+      </trkpt>
+      <trkpt lat="48.15719985961914" lon="11.435076713562012">
+        <name>130019</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86740</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129007&#xA;      &#xA;      &#xA;        129008&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20488739013672" lon="11.456193923950195">
+        <name>129007</name>
+      </trkpt>
+      <trkpt lat="48.2051887512207" lon="11.458612442016602">
+        <name>129008</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90127</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132306&#xA;      &#xA;      &#xA;        132307&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.231895446777344" lon="11.410367965698242">
+        <name>132306</name>
+      </trkpt>
+      <trkpt lat="48.23114013671875" lon="11.414167404174805">
+        <name>132307</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96900</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138566&#xA;      &#xA;      &#xA;        138567&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31440734863281" lon="11.619786262512207">
+        <name>138566</name>
+      </trkpt>
+      <trkpt lat="48.314674377441406" lon="11.61921501159668">
+        <name>138567</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85959</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128281&#xA;      &#xA;      &#xA;        128282&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155609130859375" lon="11.419639587402344">
+        <name>128281</name>
+      </trkpt>
+      <trkpt lat="48.155765533447266" lon="11.4202299118042">
+        <name>128282</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105497</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147048&#xA;      &#xA;      &#xA;        147049&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.11137390136719" lon="11.576720237731934">
+        <name>147048</name>
+      </trkpt>
+      <trkpt lat="48.111663818359375" lon="11.574806213378906">
+        <name>147049</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87783</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130019&#xA;      &#xA;      &#xA;        130018&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15719985961914" lon="11.435076713562012">
+        <name>130019</name>
+      </trkpt>
+      <trkpt lat="48.15801239013672" lon="11.433935165405273">
+        <name>130018</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86741</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129008&#xA;      &#xA;      &#xA;        129013&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2051887512207" lon="11.458612442016602">
+        <name>129008</name>
+      </trkpt>
+      <trkpt lat="48.20819854736328" lon="11.461540222167969">
+        <name>129013</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90128</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132307&#xA;      &#xA;      &#xA;        132308&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23114013671875" lon="11.414167404174805">
+        <name>132307</name>
+      </trkpt>
+      <trkpt lat="48.23054885864258" lon="11.41833782196045">
+        <name>132308</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96901</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138567&#xA;      &#xA;      &#xA;        138568&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.314674377441406" lon="11.61921501159668">
+        <name>138567</name>
+      </trkpt>
+      <trkpt lat="48.31513214111328" lon="11.619071006774902">
+        <name>138568</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85960</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128282&#xA;      &#xA;      &#xA;        128283&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155765533447266" lon="11.4202299118042">
+        <name>128282</name>
+      </trkpt>
+      <trkpt lat="48.155521392822266" lon="11.420629501342773">
+        <name>128283</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105498</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147049&#xA;      &#xA;      &#xA;        147050&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111663818359375" lon="11.574806213378906">
+        <name>147049</name>
+      </trkpt>
+      <trkpt lat="48.111854553222656" lon="11.573321342468262">
+        <name>147050</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87784</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130018&#xA;      &#xA;      &#xA;        130004&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15801239013672" lon="11.433935165405273">
+        <name>130018</name>
+      </trkpt>
+      <trkpt lat="48.15778350830078" lon="11.430315971374512">
+        <name>130004</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86742</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129011&#xA;      &#xA;      &#xA;        129012&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20536804199219" lon="11.458573341369629">
+        <name>129011</name>
+      </trkpt>
+      <trkpt lat="48.208370208740234" lon="11.461411476135254">
+        <name>129012</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90129</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132308&#xA;      &#xA;      &#xA;        132309&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23054885864258" lon="11.41833782196045">
+        <name>132308</name>
+      </trkpt>
+      <trkpt lat="48.23027801513672" lon="11.421852111816406">
+        <name>132309</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96902</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138568&#xA;      &#xA;      &#xA;        138553&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.31513214111328" lon="11.619071006774902">
+        <name>138568</name>
+      </trkpt>
+      <trkpt lat="48.31557083129883" lon="11.619699478149414">
+        <name>138553</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85961</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128283&#xA;      &#xA;      &#xA;        128284&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155521392822266" lon="11.420629501342773">
+        <name>128283</name>
+      </trkpt>
+      <trkpt lat="48.1554069519043" lon="11.421238899230957">
+        <name>128284</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105499</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147050&#xA;      &#xA;      &#xA;        147051&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111854553222656" lon="11.573321342468262">
+        <name>147050</name>
+      </trkpt>
+      <trkpt lat="48.111793518066406" lon="11.571435928344727">
+        <name>147051</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87785</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129861&#xA;      &#xA;      &#xA;        130032&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15625" lon="11.421810150146484">
+        <name>129861</name>
+      </trkpt>
+      <trkpt lat="48.15654754638672" lon="11.422792434692383">
+        <name>130032</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86743</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129012&#xA;      &#xA;      &#xA;        129014&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.208370208740234" lon="11.461411476135254">
+        <name>129012</name>
+      </trkpt>
+      <trkpt lat="48.20899963378906" lon="11.463811874389648">
+        <name>129014</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90130</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132309&#xA;      &#xA;      &#xA;        132310&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23027801513672" lon="11.421852111816406">
+        <name>132309</name>
+      </trkpt>
+      <trkpt lat="48.23014450073242" lon="11.42579460144043">
+        <name>132310</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96903</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138554&#xA;      &#xA;      &#xA;        138569&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.316444396972656" lon="11.621499061584473">
+        <name>138554</name>
+      </trkpt>
+      <trkpt lat="48.317012786865234" lon="11.622756004333496">
+        <name>138569</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105239</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146785&#xA;      &#xA;      &#xA;        146790&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.08650207519531" lon="11.742046356201172">
+        <name>146785</name>
+      </trkpt>
+      <trkpt lat="48.08387756347656" lon="11.739588737487793">
+        <name>146790</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85962</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128284&#xA;      &#xA;      &#xA;        128285&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.1554069519043" lon="11.421238899230957">
+        <name>128284</name>
+      </trkpt>
+      <trkpt lat="48.155391693115234" lon="11.421829223632812">
+        <name>128285</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105500</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147051&#xA;      &#xA;      &#xA;        147052&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111793518066406" lon="11.571435928344727">
+        <name>147051</name>
+      </trkpt>
+      <trkpt lat="48.111854553222656" lon="11.570521354675293">
+        <name>147052</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87786</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        130032&#xA;      &#xA;      &#xA;        129859&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15654754638672" lon="11.422792434692383">
+        <name>130032</name>
+      </trkpt>
+      <trkpt lat="48.1568717956543" lon="11.424266815185547">
+        <name>129859</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86744</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129014&#xA;      &#xA;      &#xA;        129015&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20899963378906" lon="11.463811874389648">
+        <name>129014</name>
+      </trkpt>
+      <trkpt lat="48.20960998535156" lon="11.466525077819824">
+        <name>129015</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90131</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132310&#xA;      &#xA;      &#xA;        132311&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.23014450073242" lon="11.42579460144043">
+        <name>132310</name>
+      </trkpt>
+      <trkpt lat="48.2303352355957" lon="11.43065071105957">
+        <name>132311</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96904</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138569&#xA;      &#xA;      &#xA;        138570&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.317012786865234" lon="11.622756004333496">
+        <name>138569</name>
+      </trkpt>
+      <trkpt lat="48.317501068115234" lon="11.624070167541504">
+        <name>138570</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105240</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146790&#xA;      &#xA;      &#xA;        146791&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.08387756347656" lon="11.739588737487793">
+        <name>146790</name>
+      </trkpt>
+      <trkpt lat="48.08120346069336" lon="11.736961364746094">
+        <name>146791</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85963</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128285&#xA;      &#xA;      &#xA;        128286&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155391693115234" lon="11.421829223632812">
+        <name>128285</name>
+      </trkpt>
+      <trkpt lat="48.155582427978516" lon="11.422438621520996">
+        <name>128286</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105501</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        147052&#xA;      &#xA;      &#xA;        147053&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.111854553222656" lon="11.570521354675293">
+        <name>147052</name>
+      </trkpt>
+      <trkpt lat="48.11228942871094" lon="11.568950653076172">
+        <name>147053</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>87787</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129851&#xA;      &#xA;      &#xA;        130039&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.15902328491211" lon="11.4244384765625">
+        <name>129851</name>
+      </trkpt>
+      <trkpt lat="48.1588249206543" lon="11.424487113952637">
+        <name>130039</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>86745</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        129015&#xA;      &#xA;      &#xA;        129016&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.20960998535156" lon="11.466525077819824">
+        <name>129015</name>
+      </trkpt>
+      <trkpt lat="48.2098388671875" lon="11.468038558959961">
+        <name>129016</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>90132</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        132311&#xA;      &#xA;      &#xA;        132312&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.2303352355957" lon="11.43065071105957">
+        <name>132311</name>
+      </trkpt>
+      <trkpt lat="48.23075485229492" lon="11.434049606323242">
+        <name>132312</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>96905</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        138570&#xA;      &#xA;      &#xA;        138571&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.317501068115234" lon="11.624070167541504">
+        <name>138570</name>
+      </trkpt>
+      <trkpt lat="48.31795883178711" lon="11.62561321258545">
+        <name>138571</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>105241</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        146791&#xA;      &#xA;      &#xA;        146797&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.08120346069336" lon="11.736961364746094">
+        <name>146791</name>
+      </trkpt>
+      <trkpt lat="48.07872009277344" lon="11.734161376953125">
+        <name>146797</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <trk>
+    <name>85964</name>
+    <extensions>
+      <osm:property key="trkseg" value="&#xA;      &#xA;        128286&#xA;      &#xA;      &#xA;        128287&#xA;      &#xA;    " />
+    </extensions>
+    <trkseg>
+      <trkpt lat="48.155582427978516" lon="11.422438621520996">
+        <name>128286</name>
+      </trkpt>
+      <trkpt lat="48.1555061340332" lon="11.422523498535156">
+        <name>128287</name>
+      </trkpt>
+    </trkseg>
+  </trk>
+  <wpt lat="48.17121887207031" lon="11.717523574829102" />
+  <wpt lat="48.17500686645508" lon="11.753143310546875" />
+  <wpt lat="48.176429748535156" lon="11.752127647399902" />
+  <wpt lat="48.1754264831543" lon="11.754337310791016" />
+  <wpt lat="48.174217224121094" lon="11.424162864685059">
+    <name>128957</name>
+  </wpt>
+  <wpt lat="48.155643463134766" lon="11.422701835632324">
+    <name>129868</name>
+  </wpt>
+  <wpt lat="48.12916564941406" lon="11.432292938232422">
+    <name>147122</name>
+  </wpt>
+  <wpt lat="48.22261047363281" lon="11.521598815917969">
+    <name>129054</name>
+  </wpt>
+  <wpt lat="48.1593132019043" lon="11.414639472961426">
+    <name>130050</name>
+  </wpt>
+  <wpt lat="48.22390365600586" lon="11.525740623474121">
+    <name>129058</name>
+  </wpt>
+  <wpt lat="48.183956146240234" lon="11.43463134765625">
+    <name>128970</name>
+  </wpt>
+  <wpt lat="48.16300582885742" lon="11.4417142868042">
+    <name>129970</name>
+  </wpt>
+  <wpt lat="48.24871063232422" lon="11.475098609924316">
+    <name>132337</name>
+  </wpt>
+  <wpt lat="48.20454406738281" lon="11.453527450561523">
+    <name>129006</name>
+  </wpt>
+  <wpt lat="48.16322326660156" lon="11.44354248046875">
+    <name>129966</name>
+  </wpt>
+  <wpt lat="48.20269012451172" lon="11.389164924621582">
+    <name>132172</name>
+  </wpt>
+  <wpt lat="48.13386535644531" lon="11.759300231933594">
+    <name>146755</name>
+  </wpt>
+  <wpt lat="48.123714447021484" lon="11.470142364501953">
+    <name>147097</name>
+  </wpt>
+  <wpt lat="48.13019561767578" lon="11.428665161132812">
+    <name>147126</name>
+  </wpt>
+  <wpt lat="48.20945739746094" lon="11.489090919494629">
+    <name>129036</name>
+  </wpt>
+  <wpt lat="48.26178741455078" lon="11.476641654968262">
+    <name>132351</name>
+  </wpt>
+  <wpt lat="48.22712326049805" lon="11.542451858520508">
+    <name>129068</name>
+  </wpt>
+  <wpt lat="48.185516357421875" lon="11.436097145080566">
+    <name>128973</name>
+  </wpt>
+  <wpt lat="48.11137390136719" lon="11.576720237731934">
+    <name>147048</name>
+  </wpt>
+  <wpt lat="48.220001220703125" lon="11.631725311279297">
+    <name>146652</name>
+  </wpt>
+  <wpt lat="48.192291259765625" lon="11.437602996826172">
+    <name>128980</name>
+  </wpt>
+  <wpt lat="48.24143600463867" lon="11.535510063171387">
+    <name>129089</name>
+  </wpt>
+  <wpt lat="48.2356071472168" lon="11.446189880371094">
+    <name>132316</name>
+  </wpt>
+  <wpt lat="48.16069412231445" lon="11.426705360412598">
+    <name>129842</name>
+  </wpt>
+  <wpt lat="48.15254211425781" lon="11.419535636901855">
+    <name>132129</name>
+  </wpt>
+  <wpt lat="48.172203063964844" lon="11.417598724365234">
+    <name>128948</name>
+  </wpt>
+  <wpt lat="48.209930419921875" lon="11.475778579711914">
+    <name>129023</name>
+  </wpt>
+  <wpt lat="48.15998077392578" lon="11.415048599243164">
+    <name>128270</name>
+  </wpt>
+  <wpt lat="48.18870544433594" lon="11.437164306640625">
+    <name>128976</name>
+  </wpt>
+  <wpt lat="48.174095153808594" lon="11.420430183410645">
+    <name>128951</name>
+  </wpt>
+  <wpt lat="48.16770553588867" lon="11.416025161743164">
+    <name>128932</name>
+  </wpt>
+  <wpt lat="48.1344108581543" lon="11.424732208251953">
+    <name>147137</name>
+  </wpt>
+  <wpt lat="48.19039535522461" lon="11.705796241760254">
+    <name>146697</name>
+  </wpt>
+  <wpt lat="48.16217803955078" lon="11.436266899108887">
+    <name>129990</name>
+  </wpt>
+  <wpt lat="48.2540168762207" lon="11.498437881469727">
+    <name>138522</name>
+  </wpt>
+  <wpt lat="48.10460662841797" lon="11.582091331481934">
+    <name>147042</name>
+  </wpt>
+  <wpt lat="48.20044708251953" lon="11.403279304504395">
+    <name>129923</name>
+  </wpt>
+  <wpt lat="48.20600509643555" lon="11.404182434082031">
+    <name>146557</name>
+  </wpt>
+  <wpt lat="48.247642517089844" lon="11.477270126342773">
+    <name>138495</name>
+  </wpt>
+  <wpt lat="48.164371490478516" lon="11.41325855255127">
+    <name>128263</name>
+  </wpt>
+  <wpt lat="48.204376220703125" lon="11.448440551757812">
+    <name>129002</name>
+  </wpt>
+  <wpt lat="48.14508819580078" lon="11.420185089111328">
+    <name>132152</name>
+  </wpt>
+  <wpt lat="48.15498352050781" lon="11.43012523651123">
+    <name>130014</name>
+  </wpt>
+  <wpt lat="48.160160064697266" lon="11.440266609191895">
+    <name>129978</name>
+  </wpt>
+  <wpt lat="48.242977142333984" lon="11.470528602600098">
+    <name>132326</name>
+  </wpt>
+  <wpt lat="48.16454315185547" lon="11.436134338378906">
+    <name>129997</name>
+  </wpt>
+  <wpt lat="48.20899963378906" lon="11.463811874389648">
+    <name>129014</name>
+  </wpt>
+  <wpt lat="48.15715026855469" lon="11.425485610961914">
+    <name>129857</name>
+  </wpt>
+  <wpt lat="48.125160217285156" lon="11.441462516784668">
+    <name>147113</name>
+  </wpt>
+  <wpt lat="48.13248825073242" lon="11.425494194030762">
+    <name>147131</name>
+  </wpt>
+  <wpt lat="48.17925262451172" lon="11.401580810546875">
+    <name>128244</name>
+  </wpt>
+  <wpt lat="48.26237869262695" lon="11.473928451538086">
+    <name>132363</name>
+  </wpt>
+  <wpt lat="48.24235534667969" lon="11.466129302978516">
+    <name>132324</name>
+  </wpt>
+  <wpt lat="48.14338302612305" lon="11.419879913330078">
+    <name>132145</name>
+  </wpt>
+  <wpt lat="48.23075485229492" lon="11.434049606323242">
+    <name>132312</name>
+  </wpt>
+  <wpt lat="48.25321578979492" lon="11.472185134887695">
+    <name>132339</name>
+  </wpt>
+  <wpt lat="48.16082000732422" lon="11.427447319030762">
+    <name>129841</name>
+  </wpt>
+  <wpt lat="48.2098388671875" lon="11.468038558959961">
+    <name>129016</name>
+  </wpt>
+  <wpt lat="48.133026123046875" lon="11.424561500549316">
+    <name>147133</name>
+  </wpt>
+  <wpt lat="48.23091125488281" lon="11.542795181274414">
+    <name>129077</name>
+  </wpt>
+  <wpt lat="48.21751022338867" lon="11.507829666137695">
+    <name>129043</name>
+  </wpt>
+  <wpt lat="48.14573287963867" lon="11.422355651855469">
+    <name>132137</name>
+  </wpt>
+  <wpt lat="48.156185150146484" lon="11.432143211364746">
+    <name>130008</name>
+  </wpt>
+  <wpt lat="48.1619873046875" lon="11.413928985595703">
+    <name>128916</name>
+  </wpt>
+  <wpt lat="48.23569107055664" lon="11.539652824401855">
+    <name>129085</name>
+  </wpt>
+  <wpt lat="48.19287109375" lon="11.371485710144043">
+    <name>128224</name>
+  </wpt>
+  <wpt lat="48.20506286621094" lon="11.456117630004883">
+    <name>129010</name>
+  </wpt>
+  <wpt lat="48.11292266845703" lon="11.566207885742188">
+    <name>147055</name>
+  </wpt>
+  <wpt lat="48.14500045776367" lon="11.422831535339355">
+    <name>132138</name>
+  </wpt>
+  <wpt lat="48.110538482666016" lon="11.533586502075195">
+    <name>147069</name>
+  </wpt>
+  <wpt lat="48.2041130065918" lon="11.443658828735352">
+    <name>128996</name>
+  </wpt>
+  <wpt lat="48.244537353515625" lon="11.533624649047852">
+    <name>129093</name>
+  </wpt>
+  <wpt lat="48.12415313720703" lon="11.449317932128906">
+    <name>147105</name>
+  </wpt>
+  <wpt lat="48.12584686279297" lon="11.50187873840332">
+    <name>147090</name>
+  </wpt>
+  <wpt lat="48.15801239013672" lon="11.433935165405273">
+    <name>130018</name>
+  </wpt>
+  <wpt lat="48.161048889160156" lon="11.44163703918457">
+    <name>129975</name>
+  </wpt>
+  <wpt lat="48.18608474731445" lon="11.425017356872559">
+    <name>129931</name>
+  </wpt>
+  <wpt lat="48.155338287353516" lon="11.417689323425293">
+    <name>132125</name>
+  </wpt>
+  <wpt lat="48.16469955444336" lon="11.442723274230957">
+    <name>129964</name>
+  </wpt>
+  <wpt lat="48.11067199707031" lon="11.577862739562988">
+    <name>147047</name>
+  </wpt>
+  <wpt lat="48.160919189453125" lon="11.428182601928711">
+    <name>130128</name>
+  </wpt>
+  <wpt lat="48.211204528808594" lon="11.37743091583252">
+    <name>132192</name>
+  </wpt>
+  <wpt lat="48.25606918334961" lon="11.47104263305664">
+    <name>132342</name>
+  </wpt>
+  <wpt lat="48.2154426574707" lon="11.371563911437988">
+    <name>132198</name>
+  </wpt>
+  <wpt lat="48.20991134643555" lon="11.47098159790039">
+    <name>129017</name>
+  </wpt>
+  <wpt lat="48.222251892089844" lon="11.354974746704102">
+    <name>132216</name>
+  </wpt>
+  <wpt lat="48.252323150634766" lon="11.533859252929688">
+    <name>138542</name>
+  </wpt>
+  <wpt lat="48.21046829223633" lon="11.49468994140625">
+    <name>129033</name>
+  </wpt>
+  <wpt lat="48.1559944152832" lon="11.415895462036133">
+    <name>130068</name>
+  </wpt>
+  <wpt lat="48.18279266357422" lon="11.431987762451172">
+    <name>129947</name>
+  </wpt>
+  <wpt lat="48.23891067504883" lon="11.387601852416992">
+    <name>132300</name>
+  </wpt>
+  <wpt lat="48.21770095825195" lon="11.507600784301758">
+    <name>129047</name>
+  </wpt>
+  <wpt lat="48.17435073852539" lon="11.422626495361328">
+    <name>128955</name>
+  </wpt>
+  <wpt lat="48.209686279296875" lon="11.475935935974121">
+    <name>129022</name>
+  </wpt>
+  <wpt lat="48.16510772705078" lon="11.414983749389648">
+    <name>128925</name>
+  </wpt>
+  <wpt lat="48.13529968261719" lon="11.425589561462402">
+    <name>147139</name>
+  </wpt>
+  <wpt lat="48.12205505371094" lon="11.518889427185059">
+    <name>147081</name>
+  </wpt>
+  <wpt lat="48.25956726074219" lon="11.46955680847168">
+    <name>132357</name>
+  </wpt>
+  <wpt lat="48.15824508666992" lon="11.42487621307373">
+    <name>129853</name>
+  </wpt>
+  <wpt lat="48.2159309387207" lon="11.504087448120117">
+    <name>129046</name>
+  </wpt>
+  <wpt lat="48.22617721557617" lon="11.360904693603516">
+    <name>130109</name>
+  </wpt>
+  <wpt lat="48.16310501098633" lon="11.4426851272583">
+    <name>129969</name>
+  </wpt>
+  <wpt lat="48.253047943115234" lon="11.534402847290039">
+    <name>138545</name>
+  </wpt>
+  <wpt lat="48.20488739013672" lon="11.456193923950195">
+    <name>129007</name>
+  </wpt>
+  <wpt lat="48.21843338012695" lon="11.367830276489258">
+    <name>132204</name>
+  </wpt>
+  <wpt lat="48.240013122558594" lon="11.380974769592285">
+    <name>132298</name>
+  </wpt>
+  <wpt lat="48.161285400390625" lon="11.429211616516113">
+    <name>130129</name>
+  </wpt>
+  <wpt lat="48.262760162353516" lon="11.470842361450195">
+    <name>132361</name>
+  </wpt>
+  <wpt lat="48.163551330566406" lon="11.436266899108887">
+    <name>129989</name>
+  </wpt>
+  <wpt lat="48.239463806152344" lon="11.384860038757324">
+    <name>132299</name>
+  </wpt>
+  <wpt lat="48.16694259643555" lon="11.415630340576172">
+    <name>128929</name>
+  </wpt>
+  <wpt lat="48.11668014526367" lon="11.757728576660156">
+    <name>146770</name>
+  </wpt>
+  <wpt lat="48.161624908447266" lon="11.424362182617188">
+    <name>129846</name>
+  </wpt>
+  <wpt lat="48.26184844970703" lon="11.469328880310059">
+    <name>132358</name>
+  </wpt>
+  <wpt lat="48.1717643737793" lon="11.416621208190918">
+    <name>128945</name>
+  </wpt>
+  <wpt lat="48.189117431640625" lon="11.420389175415039">
+    <name>129929</name>
+  </wpt>
+  <wpt lat="48.2041015625" lon="11.39770793914795">
+    <name>129921</name>
+  </wpt>
+  <wpt lat="48.18379211425781" lon="11.72150707244873">
+    <name>146707</name>
+  </wpt>
+  <wpt lat="48.12485885620117" lon="11.453230857849121">
+    <name>147100</name>
+  </wpt>
+  <wpt lat="48.224327087402344" lon="11.621726989746094">
+    <name>146643</name>
+  </wpt>
+  <wpt lat="48.23150634765625" lon="11.35140323638916">
+    <name>129911</name>
+  </wpt>
+  <wpt lat="48.10773468017578" lon="11.579633712768555">
+    <name>147045</name>
+  </wpt>
+  <wpt lat="48.259647369384766" lon="11.475641250610352">
+    <name>132350</name>
+  </wpt>
+  <wpt lat="48.17430114746094" lon="11.420811653137207">
+    <name>128952</name>
+  </wpt>
+  <wpt lat="48.196815490722656" lon="11.356856346130371">
+    <name>128216</name>
+  </wpt>
+  <wpt lat="48.111854553222656" lon="11.573321342468262">
+    <name>147050</name>
+  </wpt>
+  <wpt lat="48.17397689819336" lon="11.426778793334961">
+    <name>128959</name>
+  </wpt>
+  <wpt lat="48.16154479980469" lon="11.442514419555664">
+    <name>129971</name>
+  </wpt>
+  <wpt lat="48.2070426940918" lon="11.382288932800293">
+    <name>132184</name>
+  </wpt>
+  <wpt lat="48.14774703979492" lon="11.75610065460205">
+    <name>146739</name>
+  </wpt>
+  <wpt lat="48.155853271484375" lon="11.429533958435059">
+    <name>130007</name>
+  </wpt>
+  <wpt lat="48.17185592651367" lon="11.41676139831543">
+    <name>128946</name>
+  </wpt>
+  <wpt lat="48.1124382019043" lon="11.516919136047363">
+    <name>147076</name>
+  </wpt>
+  <wpt lat="48.15665054321289" lon="11.420392036437988">
+    <name>130035</name>
+  </wpt>
+  <wpt lat="48.16387176513672" lon="11.415186882019043">
+    <name>128922</name>
+  </wpt>
+  <wpt lat="48.17836380004883" lon="11.400629043579102">
+    <name>128240</name>
+  </wpt>
+  <wpt lat="48.12855529785156" lon="11.433406829833984">
+    <name>147119</name>
+  </wpt>
+  <wpt lat="48.12434005737305" lon="11.457630157470703">
+    <name>147099</name>
+  </wpt>
+  <wpt lat="48.22727584838867" lon="11.57025146484375">
+    <name>146617</name>
+  </wpt>
+  <wpt lat="48.109954833984375" lon="11.527202606201172">
+    <name>147072</name>
+  </wpt>
+  <wpt lat="48.133419036865234" lon="11.424808502197266">
+    <name>147135</name>
+  </wpt>
+  <wpt lat="48.16254806518555" lon="11.413848876953125">
+    <name>128265</name>
+  </wpt>
+  <wpt lat="48.2534065246582" lon="11.53363037109375">
+    <name>138546</name>
+  </wpt>
+  <wpt lat="48.18460464477539" lon="11.427245140075684">
+    <name>129932</name>
+  </wpt>
+  <wpt lat="48.161468505859375" lon="11.43708610534668">
+    <name>129981</name>
+  </wpt>
+  <wpt lat="48.2038459777832" lon="11.441754341125488">
+    <name>128999</name>
+  </wpt>
+  <wpt lat="48.25597381591797" lon="11.472413063049316">
+    <name>132343</name>
+  </wpt>
+  <wpt lat="48.17356491088867" lon="11.42984676361084">
+    <name>129817</name>
+  </wpt>
+  <wpt lat="48.1559944152832" lon="11.430524826049805">
+    <name>130006</name>
+  </wpt>
+  <wpt lat="48.15481948852539" lon="11.432182312011719">
+    <name>130015</name>
+  </wpt>
+  <wpt lat="48.15591812133789" lon="11.417476654052734">
+    <name>130070</name>
+  </wpt>
+  <wpt lat="48.12554168701172" lon="11.450003623962402">
+    <name>147102</name>
+  </wpt>
+  <wpt lat="48.2354736328125" lon="11.398770332336426">
+    <name>132303</name>
+  </wpt>
+  <wpt lat="48.22428894042969" lon="11.536967277526855">
+    <name>129063</name>
+  </wpt>
+  <wpt lat="48.17500686645508" lon="11.753143310546875" />
+  <wpt lat="48.158077239990234" lon="11.41846752166748">
+    <name>130041</name>
+  </wpt>
+  <wpt lat="48.159603118896484" lon="11.417915344238281">
+    <name>130043</name>
+  </wpt>
+  <wpt lat="48.24026870727539" lon="11.451703071594238">
+    <name>132319</name>
+  </wpt>
+  <wpt lat="48.18577575683594" lon="11.717822074890137">
+    <name>146706</name>
+  </wpt>
+  <wpt lat="48.16404724121094" lon="11.434248924255371">
+    <name>129995</name>
+  </wpt>
+  <wpt lat="48.18158721923828" lon="11.725021362304688">
+    <name>146710</name>
+  </wpt>
+  <wpt lat="48.16197204589844" lon="11.435981750488281">
+    <name>129991</name>
+  </wpt>
+  <wpt lat="48.1741828918457" lon="11.426032066345215">
+    <name>130126</name>
+  </wpt>
+  <wpt lat="48.208839416503906" lon="11.379411697387695">
+    <name>132189</name>
+  </wpt>
+  <wpt lat="48.133216857910156" lon="11.424808502197266">
+    <name>147134</name>
+  </wpt>
+  <wpt lat="48.12955093383789" lon="11.430464744567871">
+    <name>147125</name>
+  </wpt>
+  <wpt lat="48.178855895996094" lon="11.402247428894043">
+    <name>128243</name>
+  </wpt>
+  <wpt lat="48.25371170043945" lon="11.507694244384766">
+    <name>138528</name>
+  </wpt>
+  <wpt lat="48.20880889892578" lon="11.4639253616333">
+    <name>129018</name>
+  </wpt>
+  <wpt lat="48.15473175048828" lon="11.436982154846191">
+    <name>130028</name>
+  </wpt>
+  <wpt lat="48.111793518066406" lon="11.571435928344727">
+    <name>147051</name>
+  </wpt>
+  <wpt lat="48.24520492553711" lon="11.474727630615234">
+    <name>132329</name>
+  </wpt>
+  <wpt lat="48.19234085083008" lon="11.373237609863281">
+    <name>128225</name>
+  </wpt>
+  <wpt lat="48.12527847290039" lon="11.447260856628418">
+    <name>147109</name>
+  </wpt>
+  <wpt lat="48.24374008178711" lon="11.472557067871094">
+    <name>132327</name>
+  </wpt>
+  <wpt lat="48.1119499206543" lon="11.545069694519043">
+    <name>147062</name>
+  </wpt>
+  <wpt lat="48.11770248413086" lon="11.516919136047363">
+    <name>147079</name>
+  </wpt>
+  <wpt lat="48.255897521972656" lon="11.473898887634277">
+    <name>132344</name>
+  </wpt>
+  <wpt lat="48.252662658691406" lon="11.524460792541504">
+    <name>138538</name>
+  </wpt>
+  <wpt lat="48.157466888427734" lon="11.427210807800293">
+    <name>130002</name>
+  </wpt>
+  <wpt lat="48.259613037109375" lon="11.534852981567383">
+    <name>129101</name>
+  </wpt>
+  <wpt lat="48.15797424316406" lon="11.413873672485352">
+    <name>128914</name>
+  </wpt>
+  <wpt lat="48.220272064208984" lon="11.514314651489258">
+    <name>129049</name>
+  </wpt>
+  <wpt lat="48.1758918762207" lon="11.40815258026123">
+    <name>128249</name>
+  </wpt>
+  <wpt lat="48.158939361572266" lon="11.41490650177002">
+    <name>130051</name>
+  </wpt>
+  <wpt lat="48.110382080078125" lon="11.531702041625977">
+    <name>147070</name>
+  </wpt>
+  <wpt lat="48.14534378051758" lon="11.757185935974121">
+    <name>146740</name>
+  </wpt>
+  <wpt lat="48.22179412841797" lon="11.517857551574707">
+    <name>129053</name>
+  </wpt>
+  <wpt lat="48.14417266845703" lon="11.418928146362305">
+    <name>132150</name>
+  </wpt>
+  <wpt lat="48.2051887512207" lon="11.458612442016602">
+    <name>129008</name>
+  </wpt>
+  <wpt lat="48.192588806152344" lon="11.696626663208008">
+    <name>146691</name>
+  </wpt>
+  <wpt lat="48.24245071411133" lon="11.458816528320312">
+    <name>132322</name>
+  </wpt>
+  <wpt lat="48.157814025878906" lon="11.425047874450684">
+    <name>129855</name>
+  </wpt>
+  <wpt lat="48.12466812133789" lon="11.494766235351562">
+    <name>147092</name>
+  </wpt>
+  <wpt lat="48.17849349975586" lon="11.404114723205566">
+    <name>128246</name>
+  </wpt>
+  <wpt lat="48.15450668334961" lon="11.436943054199219">
+    <name>130029</name>
+  </wpt>
+  <wpt lat="48.1359748840332" lon="11.424484252929688">
+    <name>147140</name>
+  </wpt>
+  <wpt lat="48.17410659790039" lon="11.425445556640625">
+    <name>128958</name>
+  </wpt>
+  <wpt lat="48.17221450805664" lon="11.406915664672852">
+    <name>128253</name>
+  </wpt>
+  <wpt lat="48.181175231933594" lon="11.430559158325195">
+    <name>129940</name>
+  </wpt>
+  <wpt lat="48.16740798950195" lon="11.433294296264648">
+    <name>129826</name>
+  </wpt>
+  <wpt lat="48.18305206298828" lon="11.433813095092773">
+    <name>128968</name>
+  </wpt>
+  <wpt lat="48.131263732910156" lon="11.428522109985352">
+    <name>147128</name>
+  </wpt>
+  <wpt lat="48.12335205078125" lon="11.519131660461426">
+    <name>147084</name>
+  </wpt>
+  <wpt lat="48.17152404785156" lon="11.73678970336914">
+    <name>146726</name>
+  </wpt>
+  <wpt lat="48.21403884887695" lon="11.373507499694824">
+    <name>132196</name>
+  </wpt>
+  <wpt lat="48.2534294128418" lon="11.512406349182129">
+    <name>138533</name>
+  </wpt>
+  <wpt lat="48.15016174316406" lon="11.42050838470459">
+    <name>132131</name>
+  </wpt>
+  <wpt lat="48.16843795776367" lon="11.739703178405762">
+    <name>146727</name>
+  </wpt>
+  <wpt lat="48.16244888305664" lon="11.441847801208496">
+    <name>129973</name>
+  </wpt>
+  <wpt lat="48.179805755615234" lon="11.430930137634277">
+    <name>129935</name>
+  </wpt>
+  <wpt lat="48.226966857910156" lon="11.563253402709961">
+    <name>146615</name>
+  </wpt>
+  <wpt lat="48.15492248535156" lon="11.435439109802246">
+    <name>130025</name>
+  </wpt>
+  <wpt lat="48.196720123291016" lon="11.6783447265625">
+    <name>146678</name>
+  </wpt>
+  <wpt lat="48.21506881713867" lon="11.371984481811523">
+    <name>132197</name>
+  </wpt>
+  <wpt lat="48.22670364379883" lon="11.613443374633789">
+    <name>146635</name>
+  </wpt>
+  <wpt lat="48.23218536376953" lon="11.542280197143555">
+    <name>129078</name>
+  </wpt>
+  <wpt lat="48.2396354675293" lon="11.366806030273438">
+    <name>132294</name>
+  </wpt>
+  <wpt lat="48.163719177246094" lon="11.435429573059082">
+    <name>129994</name>
+  </wpt>
+  <wpt lat="48.20854949951172" lon="11.380002975463867">
+    <name>132188</name>
+  </wpt>
+  <wpt lat="48.15772247314453" lon="11.412315368652344">
+    <name>130060</name>
+  </wpt>
+  <wpt lat="48.25078582763672" lon="11.473670959472656">
+    <name>132338</name>
+  </wpt>
+  <wpt lat="48.16211700439453" lon="11.444266319274902">
+    <name>129967</name>
+  </wpt>
+  <wpt lat="48.11063003540039" lon="11.540756225585938">
+    <name>147066</name>
+  </wpt>
+  <wpt lat="48.15803909301758" lon="11.41309642791748">
+    <name>130059</name>
+  </wpt>
+  <wpt lat="48.231895446777344" lon="11.410367965698242">
+    <name>132306</name>
+  </wpt>
+  <wpt lat="48.18155288696289" lon="11.43061637878418">
+    <name>129939</name>
+  </wpt>
+  <wpt lat="48.21907424926758" lon="11.51057243347168">
+    <name>129051</name>
+  </wpt>
+  <wpt lat="48.24600601196289" lon="11.476527214050293">
+    <name>132335</name>
+  </wpt>
+  <wpt lat="48.18587112426758" lon="11.435945510864258">
+    <name>128972</name>
+  </wpt>
+  <wpt lat="48.16543197631836" lon="11.742560386657715">
+    <name>146729</name>
+  </wpt>
+  <wpt lat="48.25620651245117" lon="11.53354549407959">
+    <name>138547</name>
+  </wpt>
+  <wpt lat="48.253936767578125" lon="11.503922462463379">
+    <name>138526</name>
+  </wpt>
+  <wpt lat="48.195831298828125" lon="11.361104011535645">
+    <name>128219</name>
+  </wpt>
+  <wpt lat="48.1647834777832" lon="11.438780784606934">
+    <name>129999</name>
+  </wpt>
+  <wpt lat="48.11228942871094" lon="11.568950653076172">
+    <name>147053</name>
+  </wpt>
+  <wpt lat="48.20662307739258" lon="11.390746116638184">
+    <name>132181</name>
+  </wpt>
+  <wpt lat="48.1557731628418" lon="11.43345832824707">
+    <name>130022</name>
+  </wpt>
+  <wpt lat="48.1807975769043" lon="11.430644035339355">
+    <name>129941</name>
+  </wpt>
+  <wpt lat="48.21223449707031" lon="11.498602867126465">
+    <name>129040</name>
+  </wpt>
+  <wpt lat="48.18275451660156" lon="11.43270206451416">
+    <name>129946</name>
+  </wpt>
+  <wpt lat="48.20064926147461" lon="11.437145233154297">
+    <name>128992</name>
+  </wpt>
+  <wpt lat="48.16201400756836" lon="11.414069175720215">
+    <name>128918</name>
+  </wpt>
+  <wpt lat="48.19957733154297" lon="11.66911792755127">
+    <name>146676</name>
+  </wpt>
+  <wpt lat="48.21390914916992" lon="11.501259803771973">
+    <name>129041</name>
+  </wpt>
+  <wpt lat="48.156982421875" lon="11.41515827178955">
+    <name>128911</name>
+  </wpt>
+  <wpt lat="48.16111373901367" lon="11.42811393737793">
+    <name>129840</name>
+  </wpt>
+  <wpt lat="48.164642333984375" lon="11.436400413513184">
+    <name>129998</name>
+  </wpt>
+  <wpt lat="48.204078674316406" lon="11.438546180725098">
+    <name>146581</name>
+  </wpt>
+  <wpt lat="48.21168518066406" lon="11.376859664916992">
+    <name>132193</name>
+  </wpt>
+  <wpt lat="48.19442367553711" lon="11.38927936553955">
+    <name>132164</name>
+  </wpt>
+  <wpt lat="48.19266891479492" lon="11.388726234436035">
+    <name>132163</name>
+  </wpt>
+  <wpt lat="48.182090759277344" lon="11.43061637878418">
+    <name>129938</name>
+  </wpt>
+  <wpt lat="48.143917083740234" lon="11.418279647827148">
+    <name>132149</name>
+  </wpt>
+  <wpt lat="48.20228576660156" lon="11.400910377502441">
+    <name>130116</name>
+  </wpt>
+  <wpt lat="48.14375305175781" lon="11.423383712768555">
+    <name>132139</name>
+  </wpt>
+  <wpt lat="48.210693359375" lon="11.494518280029297">
+    <name>129038</name>
+  </wpt>
+  <wpt lat="48.199188232421875" lon="11.436497688293457">
+    <name>128991</name>
+  </wpt>
+  <wpt lat="48.24211120605469" lon="11.456016540527344">
+    <name>132321</name>
+  </wpt>
+  <wpt lat="48.153141021728516" lon="11.419193267822266">
+    <name>132128</name>
+  </wpt>
+  <wpt lat="48.13139724731445" lon="11.4284086227417">
+    <name>147129</name>
+  </wpt>
+  <wpt lat="48.19364547729492" lon="11.437621116638184">
+    <name>128983</name>
+  </wpt>
+  <wpt lat="48.17850112915039" lon="11.402514457702637">
+    <name>128242</name>
+  </wpt>
+  <wpt lat="48.17450714111328" lon="11.425860404968262">
+    <name>130125</name>
+  </wpt>
+  <wpt lat="48.17674255371094" lon="11.428302764892578">
+    <name>128961</name>
+  </wpt>
+  <wpt lat="48.188961029052734" lon="11.38735580444336">
+    <name>132156</name>
+  </wpt>
+  <wpt lat="48.17540740966797" lon="11.408267974853516">
+    <name>128250</name>
+  </wpt>
+  <wpt lat="48.14353561401367" lon="11.421175003051758">
+    <name>132147</name>
+  </wpt>
+  <wpt lat="48.15703201293945" lon="11.431781768798828">
+    <name>130017</name>
+  </wpt>
+  <wpt lat="48.158329010009766" lon="11.415116310119629">
+    <name>130052</name>
+  </wpt>
+  <wpt lat="48.13910675048828" lon="11.425970077514648">
+    <name>147144</name>
+  </wpt>
+  <wpt lat="48.11650466918945" lon="11.516704559326172">
+    <name>147078</name>
+  </wpt>
+  <wpt lat="48.13723373413086" lon="11.426979064941406">
+    <name>147143</name>
+  </wpt>
+  <wpt lat="48.20431137084961" lon="11.445525169372559">
+    <name>128997</name>
+  </wpt>
+  <wpt lat="48.12382888793945" lon="11.758956909179688">
+    <name>146768</name>
+  </wpt>
+  <wpt lat="48.19568634033203" lon="11.41089153289795">
+    <name>130118</name>
+  </wpt>
+  <wpt lat="48.110595703125" lon="11.5352144241333">
+    <name>147068</name>
+  </wpt>
+  <wpt lat="48.23826217651367" lon="11.537595748901367">
+    <name>129086</name>
+  </wpt>
+  <wpt lat="48.14376449584961" lon="11.41757583618164">
+    <name>132148</name>
+  </wpt>
+  <wpt lat="48.228912353515625" lon="11.593419075012207">
+    <name>146623</name>
+  </wpt>
+  <wpt lat="48.15407943725586" lon="11.75218677520752">
+    <name>146737</name>
+  </wpt>
+  <wpt lat="48.22845458984375" lon="11.58316421508789">
+    <name>146620</name>
+  </wpt>
+  <wpt lat="48.193756103515625" lon="11.437374114990234">
+    <name>128982</name>
+  </wpt>
+  <wpt lat="48.22660827636719" lon="11.547627449035645">
+    <name>146607</name>
+  </wpt>
+  <wpt lat="48.19804763793945" lon="11.406907081604004">
+    <name>129924</name>
+  </wpt>
+  <wpt lat="48.16618728637695" lon="11.415833473205566">
+    <name>128927</name>
+  </wpt>
+  <wpt lat="48.15736389160156" lon="11.411820411682129">
+    <name>130061</name>
+  </wpt>
+  <wpt lat="48.158226013183594" lon="11.421916007995605">
+    <name>130038</name>
+  </wpt>
+  <wpt lat="48.19248580932617" lon="11.41533374786377">
+    <name>129927</name>
+  </wpt>
+  <wpt lat="48.181915283203125" lon="11.432844161987305">
+    <name>129937</name>
+  </wpt>
+  <wpt lat="48.1844367980957" lon="11.386801719665527">
+    <name>128231</name>
+  </wpt>
+  <wpt lat="48.1644287109375" lon="11.439676284790039">
+    <name>130000</name>
+  </wpt>
+  <wpt lat="48.240264892578125" lon="11.377461433410645">
+    <name>132297</name>
+  </wpt>
+  <wpt lat="48.209739685058594" lon="11.492204666137695">
+    <name>129032</name>
+  </wpt>
+  <wpt lat="48.1600341796875" lon="11.417057991027832">
+    <name>130047</name>
+  </wpt>
+  <wpt lat="48.16789245605469" lon="11.416291236877441">
+    <name>128933</name>
+  </wpt>
+  <wpt lat="48.26625061035156" lon="11.538652420043945">
+    <name>129105</name>
+  </wpt>
+  <wpt lat="48.18360900878906" lon="11.388019561767578">
+    <name>128232</name>
+  </wpt>
+  <wpt lat="48.21529006958008" lon="11.379414558410645">
+    <name>130112</name>
+  </wpt>
+  <wpt lat="48.192481994628906" lon="11.437773704528809">
+    <name>128981</name>
+  </wpt>
+  <wpt lat="48.10231399536133" lon="11.583576202392578">
+    <name>147041</name>
+  </wpt>
+  <wpt lat="48.16351318359375" lon="11.415148735046387">
+    <name>128921</name>
+  </wpt>
+  <wpt lat="48.19658279418945" lon="11.358247756958008">
+    <name>128217</name>
+  </wpt>
+  <wpt lat="48.15910339355469" lon="11.415334701538086">
+    <name>128272</name>
+  </wpt>
+  <wpt lat="48.188995361328125" lon="11.437488555908203">
+    <name>128977</name>
+  </wpt>
+  <wpt lat="48.1785774230957" lon="11.43030834197998">
+    <name>128964</name>
+  </wpt>
+  <wpt lat="48.229549407958984" lon="11.355305671691895">
+    <name>130108</name>
+  </wpt>
+  <wpt lat="48.14329528808594" lon="11.417670249938965">
+    <name>132143</name>
+  </wpt>
+  <wpt lat="48.24520492553711" lon="11.4764986038208">
+    <name>132334</name>
+  </wpt>
+  <wpt lat="48.15609359741211" lon="11.41463851928711">
+    <name>130067</name>
+  </wpt>
+  <wpt lat="48.163856506347656" lon="11.443180084228516">
+    <name>129965</name>
+  </wpt>
+  <wpt lat="48.244693756103516" lon="11.533967971801758">
+    <name>129091</name>
+  </wpt>
+  <wpt lat="48.204429626464844" lon="11.445259094238281">
+    <name>129001</name>
+  </wpt>
+  <wpt lat="48.252628326416016" lon="11.52791690826416">
+    <name>138539</name>
+  </wpt>
+  <wpt lat="48.20926284790039" lon="11.481378555297852">
+    <name>129025</name>
+  </wpt>
+  <wpt lat="48.12397766113281" lon="11.491280555725098">
+    <name>147093</name>
+  </wpt>
+  <wpt lat="48.171478271484375" lon="11.416101455688477">
+    <name>128943</name>
+  </wpt>
+  <wpt lat="48.10664367675781" lon="11.580348014831543">
+    <name>147044</name>
+  </wpt>
+  <wpt lat="48.11061096191406" lon="11.53869915008545">
+    <name>147067</name>
+  </wpt>
+  <wpt lat="48.21829605102539" lon="11.374273300170898">
+    <name>130111</name>
+  </wpt>
+  <wpt lat="48.16179656982422" lon="11.437276840209961">
+    <name>129982</name>
+  </wpt>
+  <wpt lat="48.20787811279297" lon="11.381831169128418">
+    <name>132186</name>
+  </wpt>
+  <wpt lat="48.2730712890625" lon="11.543594360351562">
+    <name>129112</name>
+  </wpt>
+  <wpt lat="48.146888732910156" lon="11.421669960021973">
+    <name>132135</name>
+  </wpt>
+  <wpt lat="48.15665054321289" lon="11.416059494018555">
+    <name>128276</name>
+  </wpt>
+  <wpt lat="48.22493362426758" lon="11.533967018127441">
+    <name>129061</name>
+  </wpt>
+  <wpt lat="48.22047805786133" lon="11.364363670349121">
+    <name>132207</name>
+  </wpt>
+  <wpt lat="48.171939849853516" lon="11.417180061340332">
+    <name>128947</name>
+  </wpt>
+  <wpt lat="48.18793487548828" lon="11.380284309387207">
+    <name>128228</name>
+  </wpt>
+  <wpt lat="48.23427200317383" lon="11.444162368774414">
+    <name>132315</name>
+  </wpt>
+  <wpt lat="48.16828918457031" lon="11.415287971496582">
+    <name>128937</name>
+  </wpt>
+  <wpt lat="48.21318054199219" lon="11.382625579833984">
+    <name>129917</name>
+  </wpt>
+  <wpt lat="48.20566177368164" lon="11.410266876220703">
+    <name>146562</name>
+  </wpt>
+  <wpt lat="48.13288497924805" lon="11.424598693847656">
+    <name>147132</name>
+  </wpt>
+  <wpt lat="48.2124137878418" lon="11.37592601776123">
+    <name>132194</name>
+  </wpt>
+  <wpt lat="48.15665054321289" lon="11.420639991760254">
+    <name>130034</name>
+  </wpt>
+  <wpt lat="48.171024322509766" lon="11.41575813293457">
+    <name>128942</name>
+  </wpt>
+  <wpt lat="48.15615463256836" lon="11.422321319580078">
+    <name>129866</name>
+  </wpt>
+  <wpt lat="48.18747329711914" lon="11.436745643615723">
+    <name>128974</name>
+  </wpt>
+  <wpt lat="48.161808013916016" lon="11.436019897460938">
+    <name>129992</name>
+  </wpt>
+  <wpt lat="48.20536804199219" lon="11.458573341369629">
+    <name>129011</name>
+  </wpt>
+  <wpt lat="48.20498275756836" lon="11.65574836730957">
+    <name>146664</name>
+  </wpt>
+  <wpt lat="48.22277069091797" lon="11.366313934326172">
+    <name>129914</name>
+  </wpt>
+  <wpt lat="48.23159408569336" lon="11.437734603881836">
+    <name>132313</name>
+  </wpt>
+  <wpt lat="48.19072341918945" lon="11.43775463104248">
+    <name>128979</name>
+  </wpt>
+  <wpt lat="48.11301803588867" lon="11.564323425292969">
+    <name>147056</name>
+  </wpt>
+  <wpt lat="48.111148834228516" lon="11.542670249938965">
+    <name>147064</name>
+  </wpt>
+  <wpt lat="48.16055679321289" lon="11.413077354431152">
+    <name>130054</name>
+  </wpt>
+  <wpt lat="48.263057708740234" lon="11.53628158569336">
+    <name>129103</name>
+  </wpt>
+  <wpt lat="48.174461364746094" lon="11.420989036560059">
+    <name>128953</name>
+  </wpt>
+  <wpt lat="48.20629119873047" lon="11.390746116638184">
+    <name>132180</name>
+  </wpt>
+  <wpt lat="48.22364044189453" lon="11.357954978942871">
+    <name>132212</name>
+  </wpt>
+  <wpt lat="48.255821228027344" lon="11.474470138549805">
+    <name>132346</name>
+  </wpt>
+  <wpt lat="48.11389923095703" lon="11.516790390014648">
+    <name>147077</name>
+  </wpt>
+  <wpt lat="48.137001037597656" lon="11.426217079162598">
+    <name>147142</name>
+  </wpt>
+  <wpt lat="48.14470672607422" lon="11.419593811035156">
+    <name>132151</name>
+  </wpt>
+  <wpt lat="48.20966339111328" lon="11.47098159790039">
+    <name>129021</name>
+  </wpt>
+  <wpt lat="48.16734313964844" lon="11.415529251098633">
+    <name>128931</name>
+  </wpt>
+  <wpt lat="48.18982696533203" lon="11.377103805541992">
+    <name>128227</name>
+  </wpt>
+  <wpt lat="48.15719985961914" lon="11.435076713562012">
+    <name>130019</name>
+  </wpt>
+  <wpt lat="48.16802978515625" lon="11.416316986083984">
+    <name>128934</name>
+  </wpt>
+  <wpt lat="48.187095642089844" lon="11.384841918945312">
+    <name>132154</name>
+  </wpt>
+  <wpt lat="48.15562057495117" lon="11.422557830810547">
+    <name>128289</name>
+  </wpt>
+  <wpt lat="48.25270462036133" lon="11.534516334533691">
+    <name>138544</name>
+  </wpt>
+  <wpt lat="48.24971389770508" lon="11.480213165283203">
+    <name>138503</name>
+  </wpt>
+  <wpt lat="48.209205627441406" lon="11.489204406738281">
+    <name>129031</name>
+  </wpt>
+  <wpt lat="48.1616325378418" lon="11.429903030395508">
+    <name>129837</name>
+  </wpt>
+  <wpt lat="48.16362380981445" lon="11.440876007080078">
+    <name>129987</name>
+  </wpt>
+  <wpt lat="48.20299530029297" lon="11.390631675720215">
+    <name>132173</name>
+  </wpt>
+  <wpt lat="48.217498779296875" lon="11.368268966674805">
+    <name>132202</name>
+  </wpt>
+  <wpt lat="48.155826568603516" lon="11.4338960647583">
+    <name>130021</name>
+  </wpt>
+  <wpt lat="48.2041130065918" lon="11.436518669128418">
+    <name>146578</name>
+  </wpt>
+  <wpt lat="48.11234664916992" lon="11.558324813842773">
+    <name>147059</name>
+  </wpt>
+  <wpt lat="48.20819854736328" lon="11.461540222167969">
+    <name>129013</name>
+  </wpt>
+  <wpt lat="48.193443298339844" lon="11.369275093078613">
+    <name>128223</name>
+  </wpt>
+  <wpt lat="48.155765533447266" lon="11.4202299118042">
+    <name>128282</name>
+  </wpt>
+  <wpt lat="48.20195770263672" lon="11.438268661499023">
+    <name>128993</name>
+  </wpt>
+  <wpt lat="48.23054885864258" lon="11.41833782196045">
+    <name>132308</name>
+  </wpt>
+  <wpt lat="48.11261749267578" lon="11.560724258422852">
+    <name>147058</name>
+  </wpt>
+  <wpt lat="48.227638244628906" lon="11.574878692626953">
+    <name>146618</name>
+  </wpt>
+  <wpt lat="48.15623474121094" lon="11.413535118103027">
+    <name>130066</name>
+  </wpt>
+  <wpt lat="48.157081604003906" lon="11.433610916137695">
+    <name>130031</name>
+  </wpt>
+  <wpt lat="48.125370025634766" lon="11.4467191696167">
+    <name>147110</name>
+  </wpt>
+  <wpt lat="48.140869140625" lon="11.424903869628906">
+    <name>147145</name>
+  </wpt>
+  <wpt lat="48.24713134765625" lon="11.476212501525879">
+    <name>132336</name>
+  </wpt>
+  <wpt lat="48.11006546020508" lon="11.529173851013184">
+    <name>147071</name>
+  </wpt>
+  <wpt lat="48.20897674560547" lon="11.486090660095215">
+    <name>129030</name>
+  </wpt>
+  <wpt lat="48.16554641723633" lon="11.442113876342773">
+    <name>129963</name>
+  </wpt>
+  <wpt lat="48.22052001953125" lon="11.514142990112305">
+    <name>129052</name>
+  </wpt>
+  <wpt lat="48.12443542480469" lon="11.449603080749512">
+    <name>147104</name>
+  </wpt>
+  <wpt lat="48.11289978027344" lon="11.562723159790039">
+    <name>147057</name>
+  </wpt>
+  <wpt lat="48.12552261352539" lon="11.439862251281738">
+    <name>147114</name>
+  </wpt>
+  <wpt lat="48.15804672241211" lon="11.415238380432129">
+    <name>128274</name>
+  </wpt>
+  <wpt lat="48.25597381591797" lon="11.47467041015625">
+    <name>132347</name>
+  </wpt>
+  <wpt lat="48.16340255737305" lon="11.433084487915039">
+    <name>129834</name>
+  </wpt>
+  <wpt lat="48.15815353393555" lon="11.413496017456055">
+    <name>130058</name>
+  </wpt>
+  <wpt lat="48.1554069519043" lon="11.421238899230957">
+    <name>128284</name>
+  </wpt>
+  <wpt lat="48.21609115600586" lon="11.370402336120605">
+    <name>132200</name>
+  </wpt>
+  <wpt lat="48.16832733154297" lon="11.415098190307617">
+    <name>128938</name>
+  </wpt>
+  <wpt lat="48.22293472290039" lon="11.359668731689453">
+    <name>132209</name>
+  </wpt>
+  <wpt lat="48.14219284057617" lon="11.424046516418457">
+    <name>147146</name>
+  </wpt>
+  <wpt lat="48.154693603515625" lon="11.433305740356445">
+    <name>130016</name>
+  </wpt>
+  <wpt lat="48.16154479980469" lon="11.423810005187988">
+    <name>129847</name>
+  </wpt>
+  <wpt lat="48.16019821166992" lon="11.440552711486816">
+    <name>129977</name>
+  </wpt>
+  <wpt lat="48.17017364501953" lon="11.415186882019043">
+    <name>128941</name>
+  </wpt>
+  <wpt lat="48.17458724975586" lon="11.733591079711914">
+    <name>146718</name>
+  </wpt>
+  <wpt lat="48.206459045410156" lon="11.397440910339355">
+    <name>146552</name>
+  </wpt>
+  <wpt lat="48.22478103637695" lon="11.535195350646973">
+    <name>129062</name>
+  </wpt>
+  <wpt lat="48.16078186035156" lon="11.414229393005371">
+    <name>128268</name>
+  </wpt>
+  <wpt lat="48.16140365600586" lon="11.423238754272461">
+    <name>129848</name>
+  </wpt>
+  <wpt lat="48.228111267089844" lon="11.605473518371582">
+    <name>146633</name>
+  </wpt>
+  <wpt lat="48.173858642578125" lon="11.429275512695312">
+    <name>129815</name>
+  </wpt>
+  <wpt lat="48.09323501586914" lon="11.589033126831055">
+    <name>147038</name>
+  </wpt>
+  <wpt lat="48.176368713378906" lon="11.427108764648438">
+    <name>128963</name>
+  </wpt>
+  <wpt lat="48.1607780456543" lon="11.423638343811035">
+    <name>129849</name>
+  </wpt>
+  <wpt lat="48.216957092285156" lon="11.637124061584473">
+    <name>146653</name>
+  </wpt>
+  <wpt lat="48.26201629638672" lon="11.476641654968262">
+    <name>132353</name>
+  </wpt>
+  <wpt lat="48.19567108154297" lon="11.437126159667969">
+    <name>128985</name>
+  </wpt>
+  <wpt lat="48.18618392944336" lon="11.383527755737305">
+    <name>132159</name>
+  </wpt>
+  <wpt lat="48.21350860595703" lon="11.642379760742188">
+    <name>146654</name>
+  </wpt>
+  <wpt lat="48.230796813964844" lon="11.542594909667969">
+    <name>129082</name>
+  </wpt>
+  <wpt lat="48.2035026550293" lon="11.393126487731934">
+    <name>132175</name>
+  </wpt>
+  <wpt lat="48.163089752197266" lon="11.41486930847168">
+    <name>128920</name>
+  </wpt>
+  <wpt lat="48.1568717956543" lon="11.415644645690918">
+    <name>128910</name>
+  </wpt>
+  <wpt lat="48.17868423461914" lon="11.42976188659668">
+    <name>128965</name>
+  </wpt>
+  <wpt lat="48.15787124633789" lon="11.425211906433105">
+    <name>130001</name>
+  </wpt>
+  <wpt lat="48.20960998535156" lon="11.466525077819824">
+    <name>129015</name>
+  </wpt>
+  <wpt lat="48.11186599731445" lon="11.517218589782715">
+    <name>147075</name>
+  </wpt>
+  <wpt lat="48.179595947265625" lon="11.727705955505371">
+    <name>146716</name>
+  </wpt>
+  <wpt lat="48.1557502746582" lon="11.423044204711914">
+    <name>129869</name>
+  </wpt>
+  <wpt lat="48.12434005737305" lon="11.514275550842285">
+    <name>147086</name>
+  </wpt>
+  <wpt lat="48.207340240478516" lon="11.392509460449219">
+    <name>129919</name>
+  </wpt>
+  <wpt lat="48.179378509521484" lon="11.40104866027832">
+    <name>128245</name>
+  </wpt>
+  <wpt lat="48.17930221557617" lon="11.398858070373535">
+    <name>128238</name>
+  </wpt>
+  <wpt lat="48.131019592285156" lon="11.759414672851562">
+    <name>146756</name>
+  </wpt>
+  <wpt lat="48.221527099609375" lon="11.517942428588867">
+    <name>129050</name>
+  </wpt>
+  <wpt lat="48.16865158081055" lon="11.434913635253906">
+    <name>129825</name>
+  </wpt>
+  <wpt lat="48.22386932373047" lon="11.358469009399414">
+    <name>132211</name>
+  </wpt>
+  <wpt lat="48.2574348449707" lon="11.469785690307617">
+    <name>132356</name>
+  </wpt>
+  <wpt lat="48.20945739746094" lon="11.466724395751953">
+    <name>129019</name>
+  </wpt>
+  <wpt lat="48.22888946533203" lon="11.596275329589844">
+    <name>146624</name>
+  </wpt>
+  <wpt lat="48.15902328491211" lon="11.4244384765625">
+    <name>129851</name>
+  </wpt>
+  <wpt lat="48.19572830200195" lon="11.410449028015137">
+    <name>129925</name>
+  </wpt>
+  <wpt lat="48.21577072143555" lon="11.371126174926758">
+    <name>132199</name>
+  </wpt>
+  <wpt lat="48.176429748535156" lon="11.752127647399902" />
+  <wpt lat="48.2303352355957" lon="11.43065071105957">
+    <name>132311</name>
+  </wpt>
+  <wpt lat="48.15922927856445" lon="11.415238380432129">
+    <name>128271</name>
+  </wpt>
+  <wpt lat="48.255062103271484" lon="11.470985412597656">
+    <name>132340</name>
+  </wpt>
+  <wpt lat="48.155582427978516" lon="11.422438621520996">
+    <name>128286</name>
+  </wpt>
+  <wpt lat="48.25114440917969" lon="11.48441219329834">
+    <name>138515</name>
+  </wpt>
+  <wpt lat="48.1252555847168" lon="11.444718360900879">
+    <name>147111</name>
+  </wpt>
+  <wpt lat="48.11228942871094" lon="11.554667472839355">
+    <name>147061</name>
+  </wpt>
+  <wpt lat="48.16291427612305" lon="11.441009521484375">
+    <name>129985</name>
+  </wpt>
+  <wpt lat="48.26260757446289" lon="11.469271659851074">
+    <name>132359</name>
+  </wpt>
+  <wpt lat="48.23812484741211" lon="11.537338256835938">
+    <name>129087</name>
+  </wpt>
+  <wpt lat="48.182373046875" lon="11.433072090148926">
+    <name>129945</name>
+  </wpt>
+  <wpt lat="48.22418975830078" lon="11.538480758666992">
+    <name>129064</name>
+  </wpt>
+  <wpt lat="48.18239212036133" lon="11.431615829467773">
+    <name>129948</name>
+  </wpt>
+  <wpt lat="48.16596603393555" lon="11.41179084777832">
+    <name>128259</name>
+  </wpt>
+  <wpt lat="48.16657638549805" lon="11.41580867767334">
+    <name>128928</name>
+  </wpt>
+  <wpt lat="48.213287353515625" lon="11.374726295471191">
+    <name>132195</name>
+  </wpt>
+  <wpt lat="48.155242919921875" lon="11.430867195129395">
+    <name>130012</name>
+  </wpt>
+  <wpt lat="48.17170715332031" lon="11.41641902923584">
+    <name>128944</name>
+  </wpt>
+  <wpt lat="48.182682037353516" lon="11.430130004882812">
+    <name>129934</name>
+  </wpt>
+  <wpt lat="48.23550033569336" lon="11.53945255279541">
+    <name>129088</name>
+  </wpt>
+  <wpt lat="48.20366668701172" lon="11.441774368286133">
+    <name>128995</name>
+  </wpt>
+  <wpt lat="48.16474533081055" lon="11.414895057678223">
+    <name>128924</name>
+  </wpt>
+  <wpt lat="48.226741790771484" lon="11.552311897277832">
+    <name>146608</name>
+  </wpt>
+  <wpt lat="48.19073486328125" lon="11.417933464050293">
+    <name>129928</name>
+  </wpt>
+  <wpt lat="48.15846633911133" lon="11.41837215423584">
+    <name>130042</name>
+  </wpt>
+  <wpt lat="48.225921630859375" lon="11.541851997375488">
+    <name>129067</name>
+  </wpt>
+  <wpt lat="48.165409088134766" lon="11.4125337600708">
+    <name>128262</name>
+  </wpt>
+  <wpt lat="48.172969818115234" lon="11.418627738952637">
+    <name>128949</name>
+  </wpt>
+  <wpt lat="48.19978332519531" lon="11.390555381774902">
+    <name>132168</name>
+  </wpt>
+  <wpt lat="48.154911041259766" lon="11.436753273010254">
+    <name>130027</name>
+  </wpt>
+  <wpt lat="48.231201171875" lon="11.35247802734375">
+    <name>130107</name>
+  </wpt>
+  <wpt lat="48.17258834838867" lon="11.43079948425293">
+    <name>129819</name>
+  </wpt>
+  <wpt lat="48.205257415771484" lon="11.417179107666016">
+    <name>146565</name>
+  </wpt>
+  <wpt lat="48.19516372680664" lon="11.3895263671875">
+    <name>132165</name>
+  </wpt>
+  <wpt lat="48.26258850097656" lon="11.472442626953125">
+    <name>132362</name>
+  </wpt>
+  <wpt lat="48.14286422729492" lon="11.423746109008789">
+    <name>132140</name>
+  </wpt>
+  <wpt lat="48.120094299316406" lon="11.758414268493652">
+    <name>146769</name>
+  </wpt>
+  <wpt lat="48.20954513549805" lon="11.38876724243164">
+    <name>129918</name>
+  </wpt>
+  <wpt lat="48.22706604003906" lon="11.566394805908203">
+    <name>146616</name>
+  </wpt>
+  <wpt lat="48.23326873779297" lon="11.541594505310059">
+    <name>129079</name>
+  </wpt>
+  <wpt lat="48.155391693115234" lon="11.421829223632812">
+    <name>128285</name>
+  </wpt>
+  <wpt lat="48.22893524169922" lon="11.355859756469727">
+    <name>129912</name>
+  </wpt>
+  <wpt lat="48.237770080566406" lon="11.391716003417969">
+    <name>132301</name>
+  </wpt>
+  <wpt lat="48.20571517944336" lon="11.395195007324219">
+    <name>129920</name>
+  </wpt>
+  <wpt lat="48.208370208740234" lon="11.461411476135254">
+    <name>129012</name>
+  </wpt>
+  <wpt lat="48.16147994995117" lon="11.429370880126953">
+    <name>129838</name>
+  </wpt>
+  <wpt lat="48.20453643798828" lon="11.429862022399902">
+    <name>146574</name>
+  </wpt>
+  <wpt lat="48.1802978515625" lon="11.430959701538086">
+    <name>129942</name>
+  </wpt>
+  <wpt lat="48.109981536865234" lon="11.520133018493652">
+    <name>147073</name>
+  </wpt>
+  <wpt lat="48.16580581665039" lon="11.432646751403809">
+    <name>129829</name>
+  </wpt>
+  <wpt lat="48.1588249206543" lon="11.424487113952637">
+    <name>130039</name>
+  </wpt>
+  <wpt lat="48.17143630981445" lon="11.43259048461914">
+    <name>129821</name>
+  </wpt>
+  <wpt lat="48.22868347167969" lon="11.58687686920166">
+    <name>146621</name>
+  </wpt>
+  <wpt lat="48.1424674987793" lon="11.420888900756836">
+    <name>132141</name>
+  </wpt>
+  <wpt lat="48.206851959228516" lon="11.38701343536377">
+    <name>132182</name>
+  </wpt>
+  <wpt lat="48.2188606262207" lon="11.51082992553711">
+    <name>129048</name>
+  </wpt>
+  <wpt lat="48.157161712646484" lon="11.422430038452148">
+    <name>130033</name>
+  </wpt>
+  <wpt lat="48.22850036621094" lon="11.542451858520508">
+    <name>129080</name>
+  </wpt>
+  <wpt lat="48.23653793334961" lon="11.35439395904541">
+    <name>132290</name>
+  </wpt>
+  <wpt lat="48.169002532958984" lon="11.43704891204834">
+    <name>129955</name>
+  </wpt>
+  <wpt lat="48.2114372253418" lon="11.496403694152832">
+    <name>129039</name>
+  </wpt>
+  <wpt lat="48.17089080810547" lon="11.433656692504883">
+    <name>129822</name>
+  </wpt>
+  <wpt lat="48.18769073486328" lon="11.422589302062988">
+    <name>129930</name>
+  </wpt>
+  <wpt lat="48.20722198486328" lon="11.393383979797363">
+    <name>146550</name>
+  </wpt>
+  <wpt lat="48.21792984008789" lon="11.367925643920898">
+    <name>132203</name>
+  </wpt>
+  <wpt lat="48.173858642578125" lon="11.428360939025879">
+    <name>129814</name>
+  </wpt>
+  <wpt lat="48.216670989990234" lon="11.36941146850586">
+    <name>132201</name>
+  </wpt>
+  <wpt lat="48.247169494628906" lon="11.532854080200195">
+    <name>129094</name>
+  </wpt>
+  <wpt lat="48.1751594543457" lon="11.425369262695312">
+    <name>128962</name>
+  </wpt>
+  <wpt lat="48.23393249511719" lon="11.403369903564453">
+    <name>132304</name>
+  </wpt>
+  <wpt lat="48.179840087890625" lon="11.395505905151367">
+    <name>128236</name>
+  </wpt>
+  <wpt lat="48.18502426147461" lon="11.426959037780762">
+    <name>130121</name>
+  </wpt>
+  <wpt lat="48.157657623291016" lon="11.42873477935791">
+    <name>130003</name>
+  </wpt>
+  <wpt lat="48.09632873535156" lon="11.587119102478027">
+    <name>147039</name>
+  </wpt>
+  <wpt lat="48.15464782714844" lon="11.435458183288574">
+    <name>130024</name>
+  </wpt>
+  <wpt lat="48.163551330566406" lon="11.439733505249023">
+    <name>129988</name>
+  </wpt>
+  <wpt lat="48.155662536621094" lon="11.432219505310059">
+    <name>130009</name>
+  </wpt>
+  <wpt lat="48.123634338378906" lon="11.479598045349121">
+    <name>147095</name>
+  </wpt>
+  <wpt lat="48.15778350830078" lon="11.430315971374512">
+    <name>130004</name>
+  </wpt>
+  <wpt lat="48.15742874145508" lon="11.41877269744873">
+    <name>130040</name>
+  </wpt>
+  <wpt lat="48.162025451660156" lon="11.442075729370117">
+    <name>129972</name>
+  </wpt>
+  <wpt lat="48.154937744140625" lon="11.430867195129395">
+    <name>130013</name>
+  </wpt>
+  <wpt lat="48.15658950805664" lon="11.4102201461792">
+    <name>130063</name>
+  </wpt>
+  <wpt lat="48.18134689331055" lon="11.434615135192871">
+    <name>129952</name>
+  </wpt>
+  <wpt lat="48.223392486572266" lon="11.359068870544434">
+    <name>132210</name>
+  </wpt>
+  <wpt lat="48.13761901855469" lon="11.758956909179688">
+    <name>146754</name>
+  </wpt>
+  <wpt lat="48.20583724975586" lon="11.391183853149414">
+    <name>132178</name>
+  </wpt>
+  <wpt lat="48.112693786621094" lon="11.567808151245117">
+    <name>147054</name>
+  </wpt>
+  <wpt lat="48.19208908081055" lon="11.416290283203125">
+    <name>130119</name>
+  </wpt>
+  <wpt lat="48.15536880493164" lon="11.431000709533691">
+    <name>130011</name>
+  </wpt>
+  <wpt lat="48.1796875" lon="11.398838996887207">
+    <name>128237</name>
+  </wpt>
+  <wpt lat="48.160892486572266" lon="11.74661636352539">
+    <name>146732</name>
+  </wpt>
+  <wpt lat="48.22639846801758" lon="11.543713569641113">
+    <name>146606</name>
+  </wpt>
+  <wpt lat="48.161380767822266" lon="11.428799629211426">
+    <name>129839</name>
+  </wpt>
+  <wpt lat="48.167388916015625" lon="11.441143035888672">
+    <name>129960</name>
+  </wpt>
+  <wpt lat="48.25226593017578" lon="11.534402847290039">
+    <name>138543</name>
+  </wpt>
+  <wpt lat="48.155521392822266" lon="11.420629501342773">
+    <name>128283</name>
+  </wpt>
+  <wpt lat="48.124759674072266" lon="11.511476516723633">
+    <name>147087</name>
+  </wpt>
+  <wpt lat="48.223655700683594" lon="11.525911331176758">
+    <name>129055</name>
+  </wpt>
+  <wpt lat="48.2099494934082" lon="11.491890907287598">
+    <name>129037</name>
+  </wpt>
+  <wpt lat="48.19721984863281" lon="11.389925956726074">
+    <name>132166</name>
+  </wpt>
+  <wpt lat="48.126976013183594" lon="11.43697738647461">
+    <name>147116</name>
+  </wpt>
+  <wpt lat="48.1802978515625" lon="11.43144416809082">
+    <name>129936</name>
+  </wpt>
+  <wpt lat="48.146366119384766" lon="11.421955108642578">
+    <name>132136</name>
+  </wpt>
+  <wpt lat="48.215721130371094" lon="11.504316329956055">
+    <name>129042</name>
+  </wpt>
+  <wpt lat="48.17707443237305" lon="11.406723976135254">
+    <name>128247</name>
+  </wpt>
+  <wpt lat="48.155609130859375" lon="11.419639587402344">
+    <name>128281</name>
+  </wpt>
+  <wpt lat="48.161746978759766" lon="11.436477661132812">
+    <name>129993</name>
+  </wpt>
+  <wpt lat="48.155521392822266" lon="11.43220043182373">
+    <name>130010</name>
+  </wpt>
+  <wpt lat="48.22565841674805" lon="11.617555618286133">
+    <name>146642</name>
+  </wpt>
+  <wpt lat="48.167537689208984" lon="11.440686225891113">
+    <name>129959</name>
+  </wpt>
+  <wpt lat="48.21406555175781" lon="11.500916481018066">
+    <name>129045</name>
+  </wpt>
+  <wpt lat="48.15625" lon="11.41647720336914">
+    <name>128277</name>
+  </wpt>
+  <wpt lat="48.20607376098633" lon="11.39091682434082">
+    <name>132179</name>
+  </wpt>
+  <wpt lat="48.21953582763672" lon="11.371770858764648">
+    <name>129915</name>
+  </wpt>
+  <wpt lat="48.25366973876953" lon="11.533230781555176">
+    <name>138550</name>
+  </wpt>
+  <wpt lat="48.16910171508789" lon="11.414806365966797">
+    <name>128940</name>
+  </wpt>
+  <wpt lat="48.245033264160156" lon="11.47492790222168">
+    <name>132330</name>
+  </wpt>
+  <wpt lat="48.204532623291016" lon="11.448458671569824">
+    <name>129004</name>
+  </wpt>
+  <wpt lat="48.15622329711914" lon="11.42282772064209">
+    <name>129865</name>
+  </wpt>
+  <wpt lat="48.23014450073242" lon="11.42579460144043">
+    <name>132310</name>
+  </wpt>
+  <wpt lat="48.2373161315918" lon="11.356379508972168">
+    <name>132291</name>
+  </wpt>
+  <wpt lat="48.16567611694336" lon="11.415567398071289">
+    <name>128926</name>
+  </wpt>
+  <wpt lat="48.26639938354492" lon="11.538366317749023">
+    <name>129108</name>
+  </wpt>
+  <wpt lat="48.15699768066406" lon="11.424952507019043">
+    <name>129858</name>
+  </wpt>
+  <wpt lat="48.18272018432617" lon="11.388762474060059">
+    <name>128233</name>
+  </wpt>
+  <wpt lat="48.22649383544922" lon="11.540166854858398">
+    <name>129073</name>
+  </wpt>
+  <wpt lat="48.22220230102539" lon="11.354650497436523">
+    <name>132217</name>
+  </wpt>
+  <wpt lat="48.1610107421875" lon="11.438190460205078">
+    <name>129980</name>
+  </wpt>
+  <wpt lat="48.14206314086914" lon="11.417994499206543">
+    <name>132142</name>
+  </wpt>
+  <wpt lat="48.199134826660156" lon="11.436782836914062">
+    <name>128988</name>
+  </wpt>
+  <wpt lat="48.17734909057617" lon="11.730448722839355">
+    <name>146717</name>
+  </wpt>
+  <wpt lat="48.239315032958984" lon="11.450504302978516">
+    <name>132318</name>
+  </wpt>
+  <wpt lat="48.23284912109375" lon="11.441305160522461">
+    <name>132314</name>
+  </wpt>
+  <wpt lat="48.20368957519531" lon="11.393887519836426">
+    <name>132176</name>
+  </wpt>
+  <wpt lat="48.157100677490234" lon="11.414644241333008">
+    <name>128912</name>
+  </wpt>
+  <wpt lat="48.155609130859375" lon="11.419143676757812">
+    <name>128280</name>
+  </wpt>
+  <wpt lat="48.126399993896484" lon="11.437920570373535">
+    <name>147115</name>
+  </wpt>
+  <wpt lat="48.250606536865234" lon="11.48232650756836">
+    <name>138504</name>
+  </wpt>
+  <wpt lat="48.12887954711914" lon="11.43274974822998">
+    <name>147121</name>
+  </wpt>
+  <wpt lat="48.123046875" lon="11.519389152526855">
+    <name>147083</name>
+  </wpt>
+  <wpt lat="48.12375259399414" lon="11.487624168395996">
+    <name>147094</name>
+  </wpt>
+  <wpt lat="48.244842529296875" lon="11.47567081451416">
+    <name>132331</name>
+  </wpt>
+  <wpt lat="48.21014404296875" lon="11.64717960357666">
+    <name>146657</name>
+  </wpt>
+  <wpt lat="48.209285736083984" lon="11.48303508758545">
+    <name>129029</name>
+  </wpt>
+  <wpt lat="48.165191650390625" lon="11.433122634887695">
+    <name>129830</name>
+  </wpt>
+  <wpt lat="48.16837692260742" lon="11.415733337402344">
+    <name>128936</name>
+  </wpt>
+  <wpt lat="48.14543151855469" lon="11.421003341674805">
+    <name>132153</name>
+  </wpt>
+  <wpt lat="48.204437255859375" lon="11.451411247253418">
+    <name>129003</name>
+  </wpt>
+  <wpt lat="48.204864501953125" lon="11.42429256439209">
+    <name>146573</name>
+  </wpt>
+  <wpt lat="48.21617126464844" lon="11.377541542053223">
+    <name>129916</name>
+  </wpt>
+  <wpt lat="48.155555725097656" lon="11.42264175415039">
+    <name>128288</name>
+  </wpt>
+  <wpt lat="48.25620651245117" lon="11.474527359008789">
+    <name>132348</name>
+  </wpt>
+  <wpt lat="48.15984344482422" lon="11.42409610748291">
+    <name>129850</name>
+  </wpt>
+  <wpt lat="48.16008758544922" lon="11.417743682861328">
+    <name>130046</name>
+  </wpt>
+  <wpt lat="48.256141662597656" lon="11.5331392288208">
+    <name>129099</name>
+  </wpt>
+  <wpt lat="48.19060134887695" lon="11.388355255126953">
+    <name>132158</name>
+  </wpt>
+  <wpt lat="48.1568717956543" lon="11.424266815185547">
+    <name>129859</name>
+  </wpt>
+  <wpt lat="48.19114303588867" lon="11.375065803527832">
+    <name>128226</name>
+  </wpt>
+  <wpt lat="48.12407684326172" lon="11.448719024658203">
+    <name>147106</name>
+  </wpt>
+  <wpt lat="48.20178985595703" lon="11.438440322875977">
+    <name>128990</name>
+  </wpt>
+  <wpt lat="48.2557258605957" lon="11.470643043518066">
+    <name>132341</name>
+  </wpt>
+  <wpt lat="48.157100677490234" lon="11.411153793334961">
+    <name>130062</name>
+  </wpt>
+  <wpt lat="48.14345932006836" lon="11.420699119567871">
+    <name>132146</name>
+  </wpt>
+  <wpt lat="48.16349792480469" lon="11.437353134155273">
+    <name>129984</name>
+  </wpt>
+  <wpt lat="48.157962799072266" lon="11.425047874450684">
+    <name>129854</name>
+  </wpt>
+  <wpt lat="48.16022491455078" lon="11.414629936218262">
+    <name>128269</name>
+  </wpt>
+  <wpt lat="48.20321273803711" lon="11.391849517822266">
+    <name>132174</name>
+  </wpt>
+  <wpt lat="48.240264892578125" lon="11.373205184936523">
+    <name>132296</name>
+  </wpt>
+  <wpt lat="48.27292251586914" lon="11.543965339660645">
+    <name>129109</name>
+  </wpt>
+  <wpt lat="48.20193862915039" lon="11.389888763427734">
+    <name>132171</name>
+  </wpt>
+  <wpt lat="48.180641174316406" lon="11.392782211303711">
+    <name>128235</name>
+  </wpt>
+  <wpt lat="48.166259765625" lon="11.441752433776855">
+    <name>129962</name>
+  </wpt>
+  <wpt lat="48.18208694458008" lon="11.389562606811523">
+    <name>128234</name>
+  </wpt>
+  <wpt lat="48.181819915771484" lon="11.433615684509277">
+    <name>129954</name>
+  </wpt>
+  <wpt lat="48.187320709228516" lon="11.436917304992676">
+    <name>128975</name>
+  </wpt>
+  <wpt lat="48.22175216674805" lon="11.361953735351562">
+    <name>132208</name>
+  </wpt>
+  <wpt lat="48.23203659057617" lon="11.542080879211426">
+    <name>129083</name>
+  </wpt>
+  <wpt lat="48.16006088256836" lon="11.415363311767578">
+    <name>130048</name>
+  </wpt>
+  <wpt lat="48.22883605957031" lon="11.589791297912598">
+    <name>146622</name>
+  </wpt>
+  <wpt lat="48.16285705566406" lon="11.432228088378906">
+    <name>129835</name>
+  </wpt>
+  <wpt lat="48.165409088134766" lon="11.412210464477539">
+    <name>128261</name>
+  </wpt>
+  <wpt lat="48.2369384765625" lon="11.394429206848145">
+    <name>132302</name>
+  </wpt>
+  <wpt lat="48.186790466308594" lon="11.382305145263672">
+    <name>128229</name>
+  </wpt>
+  <wpt lat="48.2596321105957" lon="11.534453392028809">
+    <name>129104</name>
+  </wpt>
+  <wpt lat="48.19427490234375" lon="11.41264820098877">
+    <name>129926</name>
+  </wpt>
+  <wpt lat="48.194393157958984" lon="11.365962028503418">
+    <name>128221</name>
+  </wpt>
+  <wpt lat="48.200531005859375" lon="11.437392234802246">
+    <name>128989</name>
+  </wpt>
+  <wpt lat="48.111854553222656" lon="11.570521354675293">
+    <name>147052</name>
+  </wpt>
+  <wpt lat="48.15791320800781" lon="11.749157905578613">
+    <name>146736</name>
+  </wpt>
+  <wpt lat="48.13662338256836" lon="11.425398826599121">
+    <name>147141</name>
+  </wpt>
+  <wpt lat="48.18302536010742" lon="11.434365272521973">
+    <name>128969</name>
+  </wpt>
+  <wpt lat="48.16131591796875" lon="11.425256729125977">
+    <name>129844</name>
+  </wpt>
+  <wpt lat="48.1318359375" lon="11.427037239074707">
+    <name>147130</name>
+  </wpt>
+  <wpt lat="48.173858642578125" lon="11.4298095703125">
+    <name>129816</name>
+  </wpt>
+  <wpt lat="48.225215911865234" lon="11.532767295837402">
+    <name>129069</name>
+  </wpt>
+  <wpt lat="48.171966552734375" lon="11.431618690490723">
+    <name>129820</name>
+  </wpt>
+  <wpt lat="48.16215896606445" lon="11.43102741241455">
+    <name>129836</name>
+  </wpt>
+  <wpt lat="48.1226806640625" lon="11.519332885742188">
+    <name>147082</name>
+  </wpt>
+  <wpt lat="48.163822174072266" lon="11.433523178100586">
+    <name>129833</name>
+  </wpt>
+  <wpt lat="48.163360595703125" lon="11.4137544631958">
+    <name>128264</name>
+  </wpt>
+  <wpt lat="48.25318908691406" lon="11.532567977905273">
+    <name>129100</name>
+  </wpt>
+  <wpt lat="48.228553771972656" lon="11.542908668518066">
+    <name>129075</name>
+  </wpt>
+  <wpt lat="48.17267990112305" lon="11.407049179077148">
+    <name>128252</name>
+  </wpt>
+  <wpt lat="48.2298698425293" lon="11.542994499206543">
+    <name>129076</name>
+  </wpt>
+  <wpt lat="48.09516143798828" lon="11.748444557189941">
+    <name>146777</name>
+  </wpt>
+  <wpt lat="48.173851013183594" lon="11.419872283935547">
+    <name>128950</name>
+  </wpt>
+  <wpt lat="48.23818588256836" lon="11.359378814697266">
+    <name>132292</name>
+  </wpt>
+  <wpt lat="48.12542724609375" lon="11.497964859008789">
+    <name>147091</name>
+  </wpt>
+  <wpt lat="48.11146926879883" lon="11.5432710647583">
+    <name>147063</name>
+  </wpt>
+  <wpt lat="48.209571838378906" lon="11.478721618652344">
+    <name>129024</name>
+  </wpt>
+  <wpt lat="48.15641403198242" lon="11.411934852600098">
+    <name>130064</name>
+  </wpt>
+  <wpt lat="48.22858810424805" lon="11.60107421875">
+    <name>146626</name>
+  </wpt>
+  <wpt lat="48.11343765258789" lon="11.7568998336792">
+    <name>146771</name>
+  </wpt>
+  <wpt lat="48.221961975097656" lon="11.354917526245117">
+    <name>132219</name>
+  </wpt>
+  <wpt lat="48.161888122558594" lon="11.443370819091797">
+    <name>129968</name>
+  </wpt>
+  <wpt lat="48.19585037231445" lon="11.436840057373047">
+    <name>128984</name>
+  </wpt>
+  <wpt lat="48.151954650878906" lon="11.419822692871094">
+    <name>132130</name>
+  </wpt>
+  <wpt lat="48.25344467163086" lon="11.497037887573242">
+    <name>138520</name>
+  </wpt>
+  <wpt lat="48.16059112548828" lon="11.420144081115723">
+    <name>130045</name>
+  </wpt>
+  <wpt lat="48.12527847290039" lon="11.449774742126465">
+    <name>147103</name>
+  </wpt>
+  <wpt lat="48.13046646118164" lon="11.42849349975586">
+    <name>147127</name>
+  </wpt>
+  <wpt lat="48.170616149902344" lon="11.4077730178833">
+    <name>128254</name>
+  </wpt>
+  <wpt lat="48.241397857666016" lon="11.535138130187988">
+    <name>129090</name>
+  </wpt>
+  <wpt lat="48.197452545166016" lon="11.354342460632324">
+    <name>128215</name>
+  </wpt>
+  <wpt lat="48.20442199707031" lon="11.443488121032715">
+    <name>146586</name>
+  </wpt>
+  <wpt lat="48.24631118774414" lon="11.475956916809082">
+    <name>138494</name>
+  </wpt>
+  <wpt lat="48.16832733154297" lon="11.437868118286133">
+    <name>129956</name>
+  </wpt>
+  <wpt lat="48.17402267456055" lon="11.407696723937988">
+    <name>128251</name>
+  </wpt>
+  <wpt lat="48.21870422363281" lon="11.367658615112305">
+    <name>132205</name>
+  </wpt>
+  <wpt lat="48.15459060668945" lon="11.43441104888916">
+    <name>130023</name>
+  </wpt>
+  <wpt lat="48.09287643432617" lon="11.746931076049805">
+    <name>146778</name>
+  </wpt>
+  <wpt lat="48.21126174926758" lon="11.49671745300293">
+    <name>129034</name>
+  </wpt>
+  <wpt lat="48.197635650634766" lon="11.436440467834473">
+    <name>128986</name>
+  </wpt>
+  <wpt lat="48.26946258544922" lon="11.540938377380371">
+    <name>129106</name>
+  </wpt>
+  <wpt lat="48.16826629638672" lon="11.41601276397705">
+    <name>128935</name>
+  </wpt>
+  <wpt lat="48.22732925415039" lon="11.541537284851074">
+    <name>129074</name>
+  </wpt>
+  <wpt lat="48.107391357421875" lon="11.754786491394043">
+    <name>146773</name>
+  </wpt>
+  <wpt lat="48.20823287963867" lon="11.381088256835938">
+    <name>132187</name>
+  </wpt>
+  <wpt lat="48.16719436645508" lon="11.41550350189209">
+    <name>128930</name>
+  </wpt>
+  <wpt lat="48.2391242980957" lon="11.363492012023926">
+    <name>132293</name>
+  </wpt>
+  <wpt lat="48.14021682739258" lon="11.758528709411621">
+    <name>146742</name>
+  </wpt>
+  <wpt lat="48.16976547241211" lon="11.408915519714355">
+    <name>128255</name>
+  </wpt>
+  <wpt lat="48.224857330322266" lon="11.530540466308594">
+    <name>129059</name>
+  </wpt>
+  <wpt lat="48.20924758911133" lon="11.378993034362793">
+    <name>132190</name>
+  </wpt>
+  <wpt lat="48.1754264831543" lon="11.754337310791016" />
+  <wpt lat="48.13496780395508" lon="11.425169944763184">
+    <name>147138</name>
+  </wpt>
+  <wpt lat="48.209625244140625" lon="11.468353271484375">
+    <name>129020</name>
+  </wpt>
+  <wpt lat="48.193843841552734" lon="11.36777114868164">
+    <name>128222</name>
+  </wpt>
+  <wpt lat="48.15608596801758" lon="11.416333198547363">
+    <name>130069</name>
+  </wpt>
+  <wpt lat="48.16012191772461" lon="11.42037296295166">
+    <name>130044</name>
+  </wpt>
+  <wpt lat="48.175479888916016" lon="11.427002906799316">
+    <name>130124</name>
+  </wpt>
+  <wpt lat="48.22978973388672" lon="11.542709350585938">
+    <name>129081</name>
+  </wpt>
+  <wpt lat="48.222999572753906" lon="11.356821060180664">
+    <name>132213</name>
+  </wpt>
+  <wpt lat="48.157081604003906" lon="11.428582191467285">
+    <name>130005</name>
+  </wpt>
+  <wpt lat="48.111663818359375" lon="11.574806213378906">
+    <name>147049</name>
+  </wpt>
+  <wpt lat="48.202857971191406" lon="11.439945220947266">
+    <name>128994</name>
+  </wpt>
+  <wpt lat="48.16080856323242" lon="11.426152229309082">
+    <name>129843</name>
+  </wpt>
+  <wpt lat="48.20302200317383" lon="11.439850807189941">
+    <name>128998</name>
+  </wpt>
+  <wpt lat="48.125675201416016" lon="11.505277633666992">
+    <name>147089</name>
+  </wpt>
+  <wpt lat="48.15497589111328" lon="11.43635368347168">
+    <name>130026</name>
+  </wpt>
+  <wpt lat="48.17649841308594" lon="11.407581329345703">
+    <name>128248</name>
+  </wpt>
+  <wpt lat="48.22574996948242" lon="11.536452293395996">
+    <name>129071</name>
+  </wpt>
+  <wpt lat="48.22504806518555" lon="11.541051864624023">
+    <name>129066</name>
+  </wpt>
+  <wpt lat="48.2012939453125" lon="11.390402793884277">
+    <name>132170</name>
+  </wpt>
+  <wpt lat="48.15543746948242" lon="11.423273086547852">
+    <name>129863</name>
+  </wpt>
+  <wpt lat="48.25156021118164" lon="11.487468719482422">
+    <name>138516</name>
+  </wpt>
+  <wpt lat="48.16895294189453" lon="11.414844512939453">
+    <name>128939</name>
+  </wpt>
+  <wpt lat="48.13386535644531" lon="11.424636840820312">
+    <name>147136</name>
+  </wpt>
+  <wpt lat="48.1915397644043" lon="11.70136833190918">
+    <name>146694</name>
+  </wpt>
+  <wpt lat="48.255916595458984" lon="11.474270820617676">
+    <name>132345</name>
+  </wpt>
+  <wpt lat="48.2448844909668" lon="11.4764986038208">
+    <name>132332</name>
+  </wpt>
+  <wpt lat="48.209190368652344" lon="11.486063003540039">
+    <name>129035</name>
+  </wpt>
+  <wpt lat="48.179073333740234" lon="11.398971557617188">
+    <name>128239</name>
+  </wpt>
+  <wpt lat="48.156654357910156" lon="11.411763191223145">
+    <name>130065</name>
+  </wpt>
+  <wpt lat="48.162132263183594" lon="11.41381549835205">
+    <name>128917</name>
+  </wpt>
+  <wpt lat="48.19449234008789" lon="11.686943054199219">
+    <name>146687</name>
+  </wpt>
+  <wpt lat="48.16156005859375" lon="11.424762725830078">
+    <name>129845</name>
+  </wpt>
+  <wpt lat="48.12785339355469" lon="11.435206413269043">
+    <name>147117</name>
+  </wpt>
+  <wpt lat="48.178401947021484" lon="11.401885986328125">
+    <name>128241</name>
+  </wpt>
+  <wpt lat="48.210811614990234" lon="11.377774238586426">
+    <name>132191</name>
+  </wpt>
+  <wpt lat="48.2448844909668" lon="11.476212501525879">
+    <name>132333</name>
+  </wpt>
+  <wpt lat="48.18891525268555" lon="11.710309982299805">
+    <name>146704</name>
+  </wpt>
+  <wpt lat="48.20582580566406" lon="11.39538288116455">
+    <name>130115</name>
+  </wpt>
+  <wpt lat="48.192012786865234" lon="11.388593673706055">
+    <name>132162</name>
+  </wpt>
+  <wpt lat="48.247257232666016" lon="11.533167839050293">
+    <name>129092</name>
+  </wpt>
+  <wpt lat="48.25257110595703" lon="11.529831886291504">
+    <name>138540</name>
+  </wpt>
+  <wpt lat="48.12417221069336" lon="11.447118759155273">
+    <name>147107</name>
+  </wpt>
+  <wpt lat="48.1536865234375" lon="11.418755531311035">
+    <name>132127</name>
+  </wpt>
+  <wpt lat="48.252685546875" lon="11.495067596435547">
+    <name>138519</name>
+  </wpt>
+  <wpt lat="48.097740173339844" lon="11.750015258789062">
+    <name>146776</name>
+  </wpt>
+  <wpt lat="48.20415496826172" lon="11.440888404846191">
+    <name>146584</name>
+  </wpt>
+  <wpt lat="48.16635513305664" lon="11.432494163513184">
+    <name>129828</name>
+  </wpt>
+  <wpt lat="48.16447830200195" lon="11.414944648742676">
+    <name>128923</name>
+  </wpt>
+  <wpt lat="48.10979461669922" lon="11.578605651855469">
+    <name>147046</name>
+  </wpt>
+  <wpt lat="48.242488861083984" lon="11.468157768249512">
+    <name>132325</name>
+  </wpt>
+  <wpt lat="48.191253662109375" lon="11.38853645324707">
+    <name>132161</name>
+  </wpt>
+  <wpt lat="48.15609359741211" lon="11.416790962219238">
+    <name>130071</name>
+  </wpt>
+  <wpt lat="48.189022064208984" lon="11.420875549316406">
+    <name>130120</name>
+  </wpt>
+  <wpt lat="48.25676727294922" lon="11.470014572143555">
+    <name>132355</name>
+  </wpt>
+  <wpt lat="48.10552215576172" lon="11.581433296203613">
+    <name>147043</name>
+  </wpt>
+  <wpt lat="48.11223602294922" lon="11.55681037902832">
+    <name>147060</name>
+  </wpt>
+  <wpt lat="48.1685791015625" lon="11.410266876220703">
+    <name>128256</name>
+  </wpt>
+  <wpt lat="48.25026321411133" lon="11.532824516296387">
+    <name>129095</name>
+  </wpt>
+  <wpt lat="48.143333435058594" lon="11.418928146362305">
+    <name>132144</name>
+  </wpt>
+  <wpt lat="48.22443771362305" lon="11.539909362792969">
+    <name>129065</name>
+  </wpt>
+  <wpt lat="48.19767761230469" lon="11.43670654296875">
+    <name>128987</name>
+  </wpt>
+  <wpt lat="48.1702766418457" lon="11.435046195983887">
+    <name>129823</name>
+  </wpt>
+  <wpt lat="48.23114013671875" lon="11.414167404174805">
+    <name>132307</name>
+  </wpt>
+  <wpt lat="48.12358093261719" lon="11.474769592285156">
+    <name>147096</name>
+  </wpt>
+  <wpt lat="48.1251220703125" lon="11.447375297546387">
+    <name>147108</name>
+  </wpt>
+  <wpt lat="48.19512939453125" lon="11.363696098327637">
+    <name>128220</name>
+  </wpt>
+  <wpt lat="48.12941360473633" lon="11.431607246398926">
+    <name>147123</name>
+  </wpt>
+  <wpt lat="48.22801208496094" lon="11.578678131103516">
+    <name>146619</name>
+  </wpt>
+  <wpt lat="48.14902114868164" lon="11.420907974243164">
+    <name>132132</name>
+  </wpt>
+  <wpt lat="48.26192092895508" lon="11.476813316345215">
+    <name>132352</name>
+  </wpt>
+  <wpt lat="48.24140930175781" lon="11.453845977783203">
+    <name>132320</name>
+  </wpt>
+  <wpt lat="48.11006546020508" lon="11.519404411315918">
+    <name>147074</name>
+  </wpt>
+  <wpt lat="48.20077133178711" lon="11.390555381774902">
+    <name>132169</name>
+  </wpt>
+  <wpt lat="48.165382385253906" lon="11.411848068237305">
+    <name>128260</name>
+  </wpt>
+  <wpt lat="48.23289108276367" lon="11.406712532043457">
+    <name>132305</name>
+  </wpt>
+  <wpt lat="48.204288482666016" lon="11.4422025680542">
+    <name>146587</name>
+  </wpt>
+  <wpt lat="48.16414260864258" lon="11.433693885803223">
+    <name>129832</name>
+  </wpt>
+  <wpt lat="48.11088180541992" lon="11.756157875061035">
+    <name>146772</name>
+  </wpt>
+  <wpt lat="48.20903396606445" lon="11.483692169189453">
+    <name>129026</name>
+  </wpt>
+  <wpt lat="48.173336029052734" lon="11.430018424987793">
+    <name>129818</name>
+  </wpt>
+  <wpt lat="48.19340515136719" lon="11.692255973815918">
+    <name>146688</name>
+  </wpt>
+  <wpt lat="48.15884017944336" lon="11.415287017822266">
+    <name>130053</name>
+  </wpt>
+  <wpt lat="48.1573371887207" lon="11.415735244750977">
+    <name>128275</name>
+  </wpt>
+  <wpt lat="48.204376220703125" lon="11.39306926727295">
+    <name>132177</name>
+  </wpt>
+  <wpt lat="48.222469329833984" lon="11.35586929321289">
+    <name>132214</name>
+  </wpt>
+  <wpt lat="48.227447509765625" lon="11.609843254089355">
+    <name>146634</name>
+  </wpt>
+  <wpt lat="48.158321380615234" lon="11.413191795349121">
+    <name>130057</name>
+  </wpt>
+  <wpt lat="48.2025032043457" lon="11.400165557861328">
+    <name>129922</name>
+  </wpt>
+  <wpt lat="48.15591812133789" lon="11.435287475585938">
+    <name>130020</name>
+  </wpt>
+  <wpt lat="48.12696075439453" lon="11.759300231933594">
+    <name>146757</name>
+  </wpt>
+  <wpt lat="48.18325424194336" lon="11.429717063903809">
+    <name>130123</name>
+  </wpt>
+  <wpt lat="48.16288757324219" lon="11.437276840209961">
+    <name>129983</name>
+  </wpt>
+  <wpt lat="48.23741149902344" lon="11.448446273803711">
+    <name>132317</name>
+  </wpt>
+  <wpt lat="48.12556457519531" lon="11.450488090515137">
+    <name>147101</name>
+  </wpt>
+  <wpt lat="48.224586486816406" lon="11.530768394470215">
+    <name>129056</name>
+  </wpt>
+  <wpt lat="48.162471771240234" lon="11.442952156066895">
+    <name>129974</name>
+  </wpt>
+  <wpt lat="48.18100357055664" lon="11.433415412902832">
+    <name>129950</name>
+  </wpt>
+  <wpt lat="48.125064849853516" lon="11.442891120910645">
+    <name>147112</name>
+  </wpt>
+  <wpt lat="48.156776428222656" lon="11.42016315460205">
+    <name>130036</name>
+  </wpt>
+  <wpt lat="48.21244430541992" lon="11.498373985290527">
+    <name>129044</name>
+  </wpt>
+  <wpt lat="48.183345794677734" lon="11.429159164428711">
+    <name>129933</name>
+  </wpt>
+  <wpt lat="48.14790725708008" lon="11.421308517456055">
+    <name>132133</name>
+  </wpt>
+  <wpt lat="48.206764221191406" lon="11.395126342773438">
+    <name>146551</name>
+  </wpt>
+  <wpt lat="48.225502014160156" lon="11.534652709960938">
+    <name>129070</name>
+  </wpt>
+  <wpt lat="48.2260856628418" lon="11.539873123168945">
+    <name>146602</name>
+  </wpt>
+  <wpt lat="48.12397766113281" lon="11.462172508239746">
+    <name>147098</name>
+  </wpt>
+  <wpt lat="48.1573486328125" lon="11.414244651794434">
+    <name>128913</name>
+  </wpt>
+  <wpt lat="48.25215148925781" lon="11.49281120300293">
+    <name>138518</name>
+  </wpt>
+  <wpt lat="48.26957702636719" lon="11.540679931640625">
+    <name>129107</name>
+  </wpt>
+  <wpt lat="48.22251510620117" lon="11.626355171203613">
+    <name>146644</name>
+  </wpt>
+  <wpt lat="48.23027801513672" lon="11.421852111816406">
+    <name>132309</name>
+  </wpt>
+  <wpt lat="48.204708099365234" lon="11.453545570373535">
+    <name>129009</name>
+  </wpt>
+  <wpt lat="48.160640716552734" lon="11.427249908447266">
+    <name>130127</name>
+  </wpt>
+  <wpt lat="48.20856475830078" lon="11.390711784362793">
+    <name>130114</name>
+  </wpt>
+  <wpt lat="48.18745040893555" lon="11.714194297790527">
+    <name>146705</name>
+  </wpt>
+  <wpt lat="48.155853271484375" lon="11.42308235168457">
+    <name>129864</name>
+  </wpt>
+  <wpt lat="48.15766525268555" lon="11.419611930847168">
+    <name>130037</name>
+  </wpt>
+  <wpt lat="48.184043884277344" lon="11.435145378112793">
+    <name>128971</name>
+  </wpt>
+  <wpt lat="48.20144271850586" lon="11.663862228393555">
+    <name>146675</name>
+  </wpt>
+  <wpt lat="48.17431640625" lon="11.423211097717285">
+    <name>128956</name>
+  </wpt>
+  <wpt lat="48.169593811035156" lon="11.436208724975586">
+    <name>129824</name>
+  </wpt>
+  <wpt lat="48.242431640625" lon="11.462272644042969">
+    <name>132323</name>
+  </wpt>
+  <wpt lat="48.14714050292969" lon="11.421631813049316">
+    <name>132134</name>
+  </wpt>
+  <wpt lat="48.15127182006836" lon="11.754128456115723">
+    <name>146738</name>
+  </wpt>
+  <wpt lat="48.250244140625" lon="11.532453536987305">
+    <name>129096</name>
+  </wpt>
+  <wpt lat="48.10102081298828" lon="11.75184440612793">
+    <name>146775</name>
+  </wpt>
+  <wpt lat="48.1557731628418" lon="11.418363571166992">
+    <name>128279</name>
+  </wpt>
+  <wpt lat="48.244598388671875" lon="11.474013328552246">
+    <name>132328</name>
+  </wpt>
+  <wpt lat="48.16704559326172" lon="11.441410064697266">
+    <name>129961</name>
+  </wpt>
+  <wpt lat="48.162410736083984" lon="11.414386749267578">
+    <name>128919</name>
+  </wpt>
+  <wpt lat="48.16281509399414" lon="11.43921947479248">
+    <name>129986</name>
+  </wpt>
+  <wpt lat="48.15654754638672" lon="11.422792434692383">
+    <name>130032</name>
+  </wpt>
+  <wpt lat="48.22201156616211" lon="11.354669570922852">
+    <name>132218</name>
+  </wpt>
+  <wpt lat="48.206912994384766" lon="11.385563850402832">
+    <name>132183</name>
+  </wpt>
+  <wpt lat="48.248687744140625" lon="11.478499412536621">
+    <name>138500</name>
+  </wpt>
+  <wpt lat="48.20979690551758" lon="11.478750228881836">
+    <name>129027</name>
+  </wpt>
+  <wpt lat="48.164146423339844" lon="11.435867309570312">
+    <name>129996</name>
+  </wpt>
+  <wpt lat="48.16059112548828" lon="11.439332962036133">
+    <name>129979</name>
+  </wpt>
+  <wpt lat="48.11083984375" lon="11.541899681091309">
+    <name>147065</name>
+  </wpt>
+  <wpt lat="48.22285842895508" lon="11.521598815917969">
+    <name>129057</name>
+  </wpt>
+  <wpt lat="48.16055679321289" lon="11.412753105163574">
+    <name>130055</name>
+  </wpt>
+  <wpt lat="48.10439682006836" lon="11.753558158874512">
+    <name>146774</name>
+  </wpt>
+  <wpt lat="48.19827651977539" lon="11.390192985534668">
+    <name>132167</name>
+  </wpt>
+  <wpt lat="48.211578369140625" lon="11.385669708251953">
+    <name>130113</name>
+  </wpt>
+  <wpt lat="48.25768280029297" lon="11.474699020385742">
+    <name>132349</name>
+  </wpt>
+  <wpt lat="48.168113708496094" lon="11.438267707824707">
+    <name>129957</name>
+  </wpt>
+  <wpt lat="48.21900939941406" lon="11.367182731628418">
+    <name>132206</name>
+  </wpt>
+  <wpt lat="48.15990447998047" lon="11.41465950012207">
+    <name>130049</name>
+  </wpt>
+  <wpt lat="48.15774154663086" lon="11.425199508666992">
+    <name>129856</name>
+  </wpt>
+  <wpt lat="48.1593132019043" lon="11.413077354431152">
+    <name>130056</name>
+  </wpt>
+  <wpt lat="48.16736602783203" lon="11.411163330078125">
+    <name>128257</name>
+  </wpt>
+  <wpt lat="48.252437591552734" lon="11.532059669494629">
+    <name>138541</name>
+  </wpt>
+  <wpt lat="48.18940353393555" lon="11.387755393981934">
+    <name>132157</name>
+  </wpt>
+  <wpt lat="48.251827239990234" lon="11.49038314819336">
+    <name>138517</name>
+  </wpt>
+  <wpt lat="48.181785583496094" lon="11.434329986572266">
+    <name>129953</name>
+  </wpt>
+  <wpt lat="48.19928741455078" lon="11.405449867248535">
+    <name>130117</name>
+  </wpt>
+  <wpt lat="48.0991096496582" lon="11.585604667663574">
+    <name>147040</name>
+  </wpt>
+  <wpt lat="48.25324630737305" lon="11.532938957214355">
+    <name>129097</name>
+  </wpt>
+  <wpt lat="48.20951461791992" lon="11.481093406677246">
+    <name>129028</name>
+  </wpt>
+  <wpt lat="48.12358093261719" lon="11.518388748168945">
+    <name>147085</name>
+  </wpt>
+  <wpt lat="48.22489547729492" lon="11.532710075378418">
+    <name>129060</name>
+  </wpt>
+  <wpt lat="48.12947463989258" lon="11.43083667755127">
+    <name>147124</name>
+  </wpt>
+  <wpt lat="48.26213073730469" lon="11.475298881530762">
+    <name>132364</name>
+  </wpt>
+  <wpt lat="48.180545806884766" lon="11.432272911071777">
+    <name>129943</name>
+  </wpt>
+  <wpt lat="48.20424270629883" lon="11.443469047546387">
+    <name>129000</name>
+  </wpt>
+  <wpt lat="48.22203063964844" lon="11.367988586425781">
+    <name>130110</name>
+  </wpt>
+  <wpt lat="48.181976318359375" lon="11.431831359863281">
+    <name>130122</name>
+  </wpt>
+  <wpt lat="48.19807052612305" lon="11.673717498779297">
+    <name>146677</name>
+  </wpt>
+  <wpt lat="48.22579574584961" lon="11.361201286315918">
+    <name>129913</name>
+  </wpt>
+  <wpt lat="48.22685623168945" lon="11.558568000793457">
+    <name>146614</name>
+  </wpt>
+  <wpt lat="48.254188537597656" lon="11.499837875366211">
+    <name>138523</name>
+  </wpt>
+  <wpt lat="48.26298141479492" lon="11.536539077758789">
+    <name>129102</name>
+  </wpt>
+  <wpt lat="48.16685104370117" lon="11.432703971862793">
+    <name>129827</name>
+  </wpt>
+  <wpt lat="48.190494537353516" lon="11.437545776367188">
+    <name>128978</name>
+  </wpt>
+  <wpt lat="48.262760162353516" lon="11.46955680847168">
+    <name>132360</name>
+  </wpt>
+  <wpt lat="48.119537353515625" lon="11.517646789550781">
+    <name>147080</name>
+  </wpt>
+  <wpt lat="48.12519836425781" lon="11.508905410766602">
+    <name>147088</name>
+  </wpt>
+  <wpt lat="48.261959075927734" lon="11.476384162902832">
+    <name>132354</name>
+  </wpt>
+  <wpt lat="48.18551254272461" lon="11.384899139404297">
+    <name>132160</name>
+  </wpt>
+  <wpt lat="48.1555061340332" lon="11.422523498535156">
+    <name>128287</name>
+  </wpt>
+  <wpt lat="48.196380615234375" lon="11.359848022460938">
+    <name>128218</name>
+  </wpt>
+  <wpt lat="48.16059112548828" lon="11.440990447998047">
+    <name>129976</name>
+  </wpt>
+  <wpt lat="48.22603988647461" lon="11.538566589355469">
+    <name>129072</name>
+  </wpt>
+  <wpt lat="48.18092727661133" lon="11.434215545654297">
+    <name>129951</name>
+  </wpt>
+  <wpt lat="48.23321533203125" lon="11.541280746459961">
+    <name>129084</name>
+  </wpt>
+  <wpt lat="48.15467834472656" lon="11.418012619018555">
+    <name>132126</name>
+  </wpt>
+  <wpt lat="48.20778274536133" lon="11.65080738067627">
+    <name>146663</name>
+  </wpt>
+  <wpt lat="48.22206115722656" lon="11.35512638092041">
+    <name>132215</name>
+  </wpt>
+  <wpt lat="48.15450668334961" lon="11.4371337890625">
+    <name>130030</name>
+  </wpt>
+  <wpt lat="48.16447067260742" lon="11.433636665344238">
+    <name>129831</name>
+  </wpt>
+  <wpt lat="48.15625" lon="11.421810150146484">
+    <name>129861</name>
+  </wpt>
+  <wpt lat="48.167694091796875" lon="11.439696311950684">
+    <name>129958</name>
+  </wpt>
+  <wpt lat="48.240013122558594" lon="11.369776725769043">
+    <name>132295</name>
+  </wpt>
+  <wpt lat="48.19567108154297" lon="11.682172775268555">
+    <name>146679</name>
+  </wpt>
+  <wpt lat="48.252838134765625" lon="11.521404266357422">
+    <name>138537</name>
+  </wpt>
+  <wpt lat="48.25312042236328" lon="11.517091751098633">
+    <name>138536</name>
+  </wpt>
+  <wpt lat="48.16178512573242" lon="11.414077758789062">
+    <name>128267</name>
+  </wpt>
+  <wpt lat="48.20621109008789" lon="11.400668144226074">
+    <name>146553</name>
+  </wpt>
+  <wpt lat="48.25407028198242" lon="11.533059120178223">
+    <name>138548</name>
+  </wpt>
+  <wpt lat="48.142581939697266" lon="11.758014678955078">
+    <name>146741</name>
+  </wpt>
+  <wpt lat="48.20323181152344" lon="11.659547805786133">
+    <name>146665</name>
+  </wpt>
+  <wpt lat="48.1744499206543" lon="11.421674728393555">
+    <name>128954</name>
+  </wpt>
+  <wpt lat="48.20460510253906" lon="11.451411247253418">
+    <name>129005</name>
+  </wpt>
+  <wpt lat="48.188392639160156" lon="11.386641502380371">
+    <name>132155</name>
+  </wpt>
+  <wpt lat="48.181480407714844" lon="11.43312931060791">
+    <name>129944</name>
+  </wpt>
+  <wpt lat="48.166194915771484" lon="11.412018775939941">
+    <name>128258</name>
+  </wpt>
+  <wpt lat="48.20742416381836" lon="11.382231712341309">
+    <name>132185</name>
+  </wpt>
+</gpx>
+
Index: /trunk/nodist/data/projection/epsg
===================================================================
--- /trunk/nodist/data/projection/epsg	(revision 16006)
+++ /trunk/nodist/data/projection/epsg	(revision 16006)
@@ -0,0 +1,11730 @@
+# HD1909
+<3819> +proj=longlat +ellps=bessel +towgs84=595.48,121.69,515.35,4.115,-2.9383,0.853,-3.408 +no_defs  <>
+# TWD67
+<3821> +proj=longlat +ellps=aust_SA +no_defs  <>
+# TWD97
+<3824> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# IGRS
+<3889> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# MGI 1901
+<3906> +proj=longlat +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +no_defs  <>
+# Unknown datum based upon the Airy 1830 ellipsoid
+<4001> +proj=longlat +ellps=airy +no_defs  <>
+# Unknown datum based upon the Airy Modified 1849 ellipsoid
+<4002> +proj=longlat +ellps=mod_airy +no_defs  <>
+# Unknown datum based upon the Australian National Spheroid
+<4003> +proj=longlat +ellps=aust_SA +no_defs  <>
+# Unknown datum based upon the Bessel 1841 ellipsoid
+<4004> +proj=longlat +ellps=bessel +no_defs  <>
+# Unknown datum based upon the Bessel Modified ellipsoid
+<4005> +proj=longlat +a=6377492.018 +b=6356173.508712696 +no_defs  <>
+# Unknown datum based upon the Bessel Namibia ellipsoid
+<4006> +proj=longlat +ellps=bess_nam +no_defs  <>
+# Unknown datum based upon the Clarke 1858 ellipsoid
+<4007> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +no_defs  <>
+# Unknown datum based upon the Clarke 1866 ellipsoid
+<4008> +proj=longlat +ellps=clrk66 +no_defs  <>
+# Unknown datum based upon the Clarke 1866 Michigan ellipsoid
+<4009> +proj=longlat +a=6378450.047548896 +b=6356826.621488444 +no_defs  <>
+# Unknown datum based upon the Clarke 1880 (Benoit) ellipsoid
+<4010> +proj=longlat +a=6378300.789 +b=6356566.435 +no_defs  <>
+# Unknown datum based upon the Clarke 1880 (IGN) ellipsoid
+<4011> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+# Unknown datum based upon the Clarke 1880 (RGS) ellipsoid
+<4012> +proj=longlat +ellps=clrk80 +no_defs  <>
+# Unknown datum based upon the Clarke 1880 (Arc) ellipsoid
+<4013> +proj=longlat +a=6378249.145 +b=6356514.966398753 +no_defs  <>
+# Unknown datum based upon the Clarke 1880 (SGA 1922) ellipsoid
+<4014> +proj=longlat +a=6378249.2 +b=6356514.996941779 +no_defs  <>
+# Unknown datum based upon the Everest 1830 (1937 Adjustment) ellipsoid
+<4015> +proj=longlat +a=6377276.345 +b=6356075.41314024 +no_defs  <>
+# Unknown datum based upon the Everest 1830 (1967 Definition) ellipsoid
+<4016> +proj=longlat +ellps=evrstSS +no_defs  <>
+# Unknown datum based upon the Everest 1830 Modified ellipsoid
+<4018> +proj=longlat +a=6377304.063 +b=6356103.038993155 +no_defs  <>
+# Unknown datum based upon the GRS 1980 ellipsoid
+<4019> +proj=longlat +ellps=GRS80 +no_defs  <>
+# Unknown datum based upon the Helmert 1906 ellipsoid
+<4020> +proj=longlat +ellps=helmert +no_defs  <>
+# Unknown datum based upon the Indonesian National Spheroid
+<4021> +proj=longlat +a=6378160 +b=6356774.50408554 +no_defs  <>
+# Unknown datum based upon the International 1924 ellipsoid
+<4022> +proj=longlat +ellps=intl +no_defs  <>
+# MOLDREF99
+<4023> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Unknown datum based upon the Krassowsky 1940 ellipsoid
+<4024> +proj=longlat +ellps=krass +no_defs  <>
+# Unknown datum based upon the NWL 9D ellipsoid
+<4025> +proj=longlat +ellps=WGS66 +no_defs  <>
+# Unknown datum based upon the Plessis 1817 ellipsoid
+<4027> +proj=longlat +a=6376523 +b=6355862.933255573 +no_defs  <>
+# Unknown datum based upon the Struve 1860 ellipsoid
+<4028> +proj=longlat +a=6378298.3 +b=6356657.142669561 +no_defs  <>
+# Unknown datum based upon the War Office ellipsoid
+<4029> +proj=longlat +a=6378300 +b=6356751.689189189 +no_defs  <>
+# Unknown datum based upon the WGS 84 ellipsoid
+<4030> +proj=longlat +ellps=WGS84 +no_defs  <>
+# Unknown datum based upon the GEM 10C ellipsoid
+<4031> +proj=longlat +ellps=WGS84 +no_defs  <>
+# Unknown datum based upon the OSU86F ellipsoid
+<4032> +proj=longlat +a=6378136.2 +b=6356751.516927429 +no_defs  <>
+# Unknown datum based upon the OSU91A ellipsoid
+<4033> +proj=longlat +a=6378136.3 +b=6356751.616592146 +no_defs  <>
+# Unknown datum based upon the Clarke 1880 ellipsoid
+<4034> +proj=longlat +a=6378249.144808011 +b=6356514.966204134 +no_defs  <>
+# Unknown datum based upon the Authalic Sphere
+<4035> +proj=longlat +a=6371000 +b=6371000 +no_defs  <>
+# Unknown datum based upon the GRS 1967 ellipsoid
+<4036> +proj=longlat +ellps=GRS67 +no_defs  <>
+# Unknown datum based upon the Average Terrestrial System 1977 ellipsoid
+<4041> +proj=longlat +a=6378135 +b=6356750.304921594 +no_defs  <>
+# Unknown datum based upon the Everest (1830 Definition) ellipsoid
+<4042> +proj=longlat +a=6377299.36559538 +b=6356098.359005156 +no_defs  <>
+# Unknown datum based upon the WGS 72 ellipsoid
+<4043> +proj=longlat +ellps=WGS72 +no_defs  <>
+# Unknown datum based upon the Everest 1830 (1962 Definition) ellipsoid
+<4044> +proj=longlat +a=6377301.243 +b=6356100.230165384 +no_defs  <>
+# Unknown datum based upon the Everest 1830 (1975 Definition) ellipsoid
+<4045> +proj=longlat +a=6377299.151 +b=6356098.145120132 +no_defs  <>
+# RGRDC 2005
+<4046> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Unspecified datum based upon the GRS 1980 Authalic Sphere
+<4047> +proj=longlat +a=6371007 +b=6371007 +no_defs  <>
+# Unspecified datum based upon the Clarke 1866 Authalic Sphere
+<4052> +proj=longlat +a=6370997 +b=6370997 +no_defs  <>
+# Unspecified datum based upon the International 1924 Authalic Sphere
+<4053> +proj=longlat +a=6371228 +b=6371228 +no_defs  <>
+# Unspecified datum based upon the Hughes 1980 ellipsoid
+<4054> +proj=longlat +a=6378273 +b=6356889.449 +no_defs  <>
+# Popular Visualisation CRS
+<4055> +proj=longlat +a=6378137 +b=6378137 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# SREF98
+<4075> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# REGCAN95
+<4081> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Greek
+<4120> +proj=longlat +ellps=bessel +no_defs  <>
+# GGRS87
+<4121> +proj=longlat +datum=GGRS87 +no_defs  <>
+# ATS77
+<4122> +proj=longlat +a=6378135 +b=6356750.304921594 +no_defs  <>
+# KKJ
+<4123> +proj=longlat +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +no_defs  <>
+# RT90
+<4124> +proj=longlat +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +no_defs  <>
+# Samboja
+<4125> +proj=longlat +ellps=bessel +towgs84=-404.78,685.68,45.47,0,0,0,0 +no_defs  <>
+# LKS94 (ETRS89)
+<4126> +proj=longlat +ellps=GRS80 +no_defs  <>
+# Tete
+<4127> +proj=longlat +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +no_defs  <>
+# Madzansua
+<4128> +proj=longlat +ellps=clrk66 +no_defs  <>
+# Observatario
+<4129> +proj=longlat +ellps=clrk66 +towgs84=-132,-110,-335,0,0,0,0 +no_defs  <>
+# Moznet
+<4130> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Indian 1960
+<4131> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=198,881,317,0,0,0,0 +no_defs  <>
+# FD58
+<4132> +proj=longlat +ellps=clrk80 +towgs84=-241.54,-163.64,396.06,0,0,0,0 +no_defs  <>
+# EST92
+<4133> +proj=longlat +ellps=GRS80 +towgs84=0.055,-0.541,-0.185,0.0183,-0.0003,-0.007,-0.014 +no_defs  <>
+# PSD93
+<4134> +proj=longlat +ellps=clrk80 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +no_defs  <>
+# Old Hawaiian
+<4135> +proj=longlat +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +no_defs  <>
+# St. Lawrence Island
+<4136> +proj=longlat +ellps=clrk66 +no_defs  <>
+# St. Paul Island
+<4137> +proj=longlat +ellps=clrk66 +no_defs  <>
+# St. George Island
+<4138> +proj=longlat +ellps=clrk66 +no_defs  <>
+# Puerto Rico
+<4139> +proj=longlat +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +no_defs  <>
+# NAD83(CSRS98)
+<4140> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Israel 1993
+<4141> +proj=longlat +ellps=GRS80 +towgs84=-48,55,52,0,0,0,0 +no_defs  <>
+# Locodjo 1965
+<4142> +proj=longlat +ellps=clrk80 +towgs84=-125,53,467,0,0,0,0 +no_defs  <>
+# Abidjan 1987
+<4143> +proj=longlat +ellps=clrk80 +towgs84=-124.76,53,466.79,0,0,0,0 +no_defs  <>
+# Kalianpur 1937
+<4144> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=214,804,268,0,0,0,0 +no_defs  <>
+# Kalianpur 1962
+<4145> +proj=longlat +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +no_defs  <>
+# Kalianpur 1975
+<4146> +proj=longlat +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +no_defs  <>
+# Hanoi 1972
+<4147> +proj=longlat +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +no_defs  <>
+# Hartebeesthoek94
+<4148> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# CH1903
+<4149> +proj=longlat +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +no_defs  <>
+# CH1903+
+<4150> +proj=longlat +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +no_defs  <>
+# CHTRF95
+<4151> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# NAD83(HARN)
+<4152> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Rassadiran
+<4153> +proj=longlat +ellps=intl +towgs84=-133.63,-157.5,-158.62,0,0,0,0 +no_defs  <>
+# ED50(ED77)
+<4154> +proj=longlat +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +no_defs  <>
+# Dabola 1981
+<4155> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-83,37,124,0,0,0,0 +no_defs  <>
+# S-JTSK
+<4156> +proj=longlat +ellps=bessel +towgs84=589,76,480,0,0,0,0 +no_defs  <>
+# Mount Dillon
+<4157> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +no_defs  <>
+# Naparima 1955
+<4158> +proj=longlat +ellps=intl +towgs84=-0.465,372.095,171.736,0,0,0,0 +no_defs  <>
+# ELD79
+<4159> +proj=longlat +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +no_defs  <>
+# Chos Malal 1914
+<4160> +proj=longlat +ellps=intl +no_defs  <>
+# Pampa del Castillo
+<4161> +proj=longlat +ellps=intl +towgs84=27.5,14,186.4,0,0,0,0 +no_defs  <>
+# Korean 1985
+<4162> +proj=longlat +ellps=bessel +no_defs  <>
+# Yemen NGN96
+<4163> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# South Yemen
+<4164> +proj=longlat +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +no_defs  <>
+# Bissau
+<4165> +proj=longlat +ellps=intl +towgs84=-173,253,27,0,0,0,0 +no_defs  <>
+# Korean 1995
+<4166> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# NZGD2000
+<4167> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Accra
+<4168> +proj=longlat +a=6378300 +b=6356751.689189189 +towgs84=-199,32,322,0,0,0,0 +no_defs  <>
+# American Samoa 1962
+<4169> +proj=longlat +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +no_defs  <>
+# SIRGAS 1995
+<4170> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# RGF93
+<4171> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# POSGAR
+<4172> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# IRENET95
+<4173> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Sierra Leone 1924
+<4174> +proj=longlat +a=6378300 +b=6356751.689189189 +no_defs  <>
+# Sierra Leone 1968
+<4175> +proj=longlat +ellps=clrk80 +towgs84=-88,4,101,0,0,0,0 +no_defs  <>
+# Australian Antarctic
+<4176> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Pulkovo 1942(83)
+<4178> +proj=longlat +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +no_defs  <>
+# Pulkovo 1942(58)
+<4179> +proj=longlat +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +no_defs  <>
+# EST97
+<4180> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Luxembourg 1930
+<4181> +proj=longlat +ellps=intl +towgs84=-189.6806,18.3463,-42.7695,-0.33746,-3.09264,2.53861,0.4598 +no_defs  <>
+# Azores Occidental 1939
+<4182> +proj=longlat +ellps=intl +towgs84=-425,-169,81,0,0,0,0 +no_defs  <>
+# Azores Central 1948
+<4183> +proj=longlat +ellps=intl +towgs84=-104,167,-38,0,0,0,0 +no_defs  <>
+# Azores Oriental 1940
+<4184> +proj=longlat +ellps=intl +towgs84=-203,141,53,0,0,0,0 +no_defs  <>
+# Madeira 1936
+<4185> +proj=longlat +ellps=intl +no_defs  <>
+# OSNI 1952
+<4188> +proj=longlat +ellps=airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +no_defs  <>
+# REGVEN
+<4189> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# POSGAR 98
+<4190> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Albanian 1987
+<4191> +proj=longlat +ellps=krass +towgs84=-44.183,-0.58,-38.489,2.3867,2.7072,-3.5196,-8.2703 +no_defs  <>
+# Douala 1948
+<4192> +proj=longlat +ellps=intl +towgs84=-206.1,-174.7,-87.7,0,0,0,0 +no_defs  <>
+# Manoca 1962
+<4193> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-70.9,-151.8,-41.4,0,0,0,0 +no_defs  <>
+# Qornoq 1927
+<4194> +proj=longlat +ellps=intl +towgs84=164,138,-189,0,0,0,0 +no_defs  <>
+# Scoresbysund 1952
+<4195> +proj=longlat +ellps=intl +towgs84=105,326,-102.5,0,0,0.814,-0.6 +no_defs  <>
+# Ammassalik 1958
+<4196> +proj=longlat +ellps=intl +towgs84=-45,417,-3.5,0,0,0.814,-0.6 +no_defs  <>
+# Garoua
+<4197> +proj=longlat +ellps=clrk80 +no_defs  <>
+# Kousseri
+<4198> +proj=longlat +ellps=clrk80 +no_defs  <>
+# Egypt 1930
+<4199> +proj=longlat +ellps=intl +no_defs  <>
+# Pulkovo 1995
+<4200> +proj=longlat +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +no_defs  <>
+# Adindan
+<4201> +proj=longlat +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +no_defs  <>
+# AGD66
+<4202> +proj=longlat +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +no_defs  <>
+# AGD84
+<4203> +proj=longlat +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +no_defs  <>
+# Ain el Abd
+<4204> +proj=longlat +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +no_defs  <>
+# Afgooye
+<4205> +proj=longlat +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +no_defs  <>
+# Agadez
+<4206> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+# Lisbon
+<4207> +proj=longlat +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +no_defs  <>
+# Aratu
+<4208> +proj=longlat +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +no_defs  <>
+# Arc 1950
+<4209> +proj=longlat +a=6378249.145 +b=6356514.966398753 +towgs84=-143,-90,-294,0,0,0,0 +no_defs  <>
+# Arc 1960
+<4210> +proj=longlat +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +no_defs  <>
+# Batavia
+<4211> +proj=longlat +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +no_defs  <>
+# Barbados 1938
+<4212> +proj=longlat +ellps=clrk80 +towgs84=31.95,300.99,419.19,0,0,0,0 +no_defs  <>
+# Beduaram
+<4213> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-106,-87,188,0,0,0,0 +no_defs  <>
+# Beijing 1954
+<4214> +proj=longlat +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +no_defs  <>
+# Belge 1950
+<4215> +proj=longlat +ellps=intl +no_defs  <>
+# Bermuda 1957
+<4216> +proj=longlat +ellps=clrk66 +towgs84=-73,213,296,0,0,0,0 +no_defs  <>
+# Bogota 1975
+<4218> +proj=longlat +ellps=intl +towgs84=307,304,-318,0,0,0,0 +no_defs  <>
+# Bukit Rimpah
+<4219> +proj=longlat +ellps=bessel +towgs84=-384,664,-48,0,0,0,0 +no_defs  <>
+# Camacupa
+<4220> +proj=longlat +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +no_defs  <>
+# Campo Inchauspe
+<4221> +proj=longlat +ellps=intl +towgs84=-148,136,90,0,0,0,0 +no_defs  <>
+# Cape
+<4222> +proj=longlat +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +no_defs  <>
+# Carthage
+<4223> +proj=longlat +datum=carthage +no_defs  <>
+# Chua
+<4224> +proj=longlat +ellps=intl +towgs84=-143.87,243.37,-33.52,0,0,0,0 +no_defs  <>
+# Corrego Alegre 1970-72
+<4225> +proj=longlat +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +no_defs  <>
+# Cote d'Ivoire
+<4226> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+# Deir ez Zor
+<4227> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-190.421,8.532,238.69,0,0,0,0 +no_defs  <>
+# Douala
+<4228> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+# Egypt 1907
+<4229> +proj=longlat +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +no_defs  <>
+# ED50
+<4230> +proj=longlat +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +no_defs  <>
+# ED87
+<4231> +proj=longlat +ellps=intl +towgs84=-83.11,-97.38,-117.22,0.005693,-0.044698,0.044285,0.1218 +no_defs  <>
+# Fahud
+<4232> +proj=longlat +ellps=clrk80 +towgs84=-333.102,-11.02,230.69,0,0,0.554,0.219 +no_defs  <>
+# Gandajika 1970
+<4233> +proj=longlat +ellps=intl +towgs84=-133,-321,50,0,0,0,0 +no_defs  <>
+# Garoua
+<4234> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+# Guyane Francaise
+<4235> +proj=longlat +ellps=intl +no_defs  <>
+# Hu Tzu Shan 1950
+<4236> +proj=longlat +ellps=intl +towgs84=-637,-549,-203,0,0,0,0 +no_defs  <>
+# HD72
+<4237> +proj=longlat +ellps=GRS67 +towgs84=52.17,-71.82,-14.9,0,0,0,0 +no_defs  <>
+# ID74
+<4238> +proj=longlat +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +no_defs  <>
+# Indian 1954
+<4239> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=217,823,299,0,0,0,0 +no_defs  <>
+# Indian 1975
+<4240> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=210,814,289,0,0,0,0 +no_defs  <>
+# Jamaica 1875
+<4241> +proj=longlat +a=6378249.144808011 +b=6356514.966204134 +no_defs  <>
+# JAD69
+<4242> +proj=longlat +ellps=clrk66 +towgs84=70,207,389.5,0,0,0,0 +no_defs  <>
+# Kalianpur 1880
+<4243> +proj=longlat +a=6377299.36559538 +b=6356098.359005156 +no_defs  <>
+# Kandawala
+<4244> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=-97,787,86,0,0,0,0 +no_defs  <>
+# Kertau 1968
+<4245> +proj=longlat +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +no_defs  <>
+# KOC
+<4246> +proj=longlat +ellps=clrk80 +towgs84=-294.7,-200.1,525.5,0,0,0,0 +no_defs  <>
+# La Canoa
+<4247> +proj=longlat +ellps=intl +towgs84=-273.5,110.6,-357.9,0,0,0,0 +no_defs  <>
+# PSAD56
+<4248> +proj=longlat +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +no_defs  <>
+# Lake
+<4249> +proj=longlat +ellps=intl +no_defs  <>
+# Leigon
+<4250> +proj=longlat +ellps=clrk80 +towgs84=-130,29,364,0,0,0,0 +no_defs  <>
+# Liberia 1964
+<4251> +proj=longlat +ellps=clrk80 +towgs84=-90,40,88,0,0,0,0 +no_defs  <>
+# Lome
+<4252> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+# Luzon 1911
+<4253> +proj=longlat +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +no_defs  <>
+# Hito XVIII 1963
+<4254> +proj=longlat +ellps=intl +towgs84=16,196,93,0,0,0,0 +no_defs  <>
+# Herat North
+<4255> +proj=longlat +ellps=intl +towgs84=-333,-222,114,0,0,0,0 +no_defs  <>
+# Mahe 1971
+<4256> +proj=longlat +ellps=clrk80 +towgs84=41,-220,-134,0,0,0,0 +no_defs  <>
+# Makassar
+<4257> +proj=longlat +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +no_defs  <>
+# ETRS89
+<4258> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Malongo 1987
+<4259> +proj=longlat +ellps=intl +towgs84=-254.1,-5.36,-100.29,0,0,0,0 +no_defs  <>
+# Manoca
+<4260> +proj=longlat +ellps=clrk80 +towgs84=-70.9,-151.8,-41.4,0,0,0,0 +no_defs  <>
+# Merchich
+<4261> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +no_defs  <>
+# Massawa
+<4262> +proj=longlat +ellps=bessel +towgs84=639,405,60,0,0,0,0 +no_defs  <>
+# Minna
+<4263> +proj=longlat +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +no_defs  <>
+# Mhast
+<4264> +proj=longlat +ellps=intl +towgs84=-252.95,-4.11,-96.38,0,0,0,0 +no_defs  <>
+# Monte Mario
+<4265> +proj=longlat +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +no_defs  <>
+# M'poraloko
+<4266> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-74,-130,42,0,0,0,0 +no_defs  <>
+# NAD27
+<4267> +proj=longlat +datum=NAD27 +no_defs  <>
+# NAD27 Michigan
+<4268> +proj=longlat +a=6378450.047548896 +b=6356826.621488444 +no_defs  <>
+# NAD83
+<4269> +proj=longlat +datum=NAD83 +no_defs  <>
+# Nahrwan 1967
+<4270> +proj=longlat +ellps=clrk80 +towgs84=-249,-156,381,0,0,0,0 +no_defs  <>
+# Naparima 1972
+<4271> +proj=longlat +ellps=intl +towgs84=-10,375,165,0,0,0,0 +no_defs  <>
+# NZGD49
+<4272> +proj=longlat +datum=nzgd49 +no_defs  <>
+# NGO 1948
+<4273> +proj=longlat +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +no_defs  <>
+# Datum 73
+<4274> +proj=longlat +ellps=intl +towgs84=-223.237,110.193,36.649,0,0,0,0 +no_defs  <>
+# NTF
+<4275> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +no_defs  <>
+# NSWC 9Z-2
+<4276> +proj=longlat +ellps=WGS66 +no_defs  <>
+# OSGB 1936
+<4277> +proj=longlat +datum=OSGB36 +no_defs  <>
+# OSGB70
+<4278> +proj=longlat +ellps=airy +no_defs  <>
+# OS(SN)80
+<4279> +proj=longlat +ellps=airy +no_defs  <>
+# Padang
+<4280> +proj=longlat +ellps=bessel +no_defs  <>
+# Palestine 1923
+<4281> +proj=longlat +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +no_defs  <>
+# Pointe Noire
+<4282> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-148,51,-291,0,0,0,0 +no_defs  <>
+# GDA94
+<4283> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Pulkovo 1942
+<4284> +proj=longlat +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +no_defs  <>
+# Qatar 1974
+<4285> +proj=longlat +ellps=intl +towgs84=-128.16,-282.42,21.93,0,0,0,0 +no_defs  <>
+# Qatar 1948
+<4286> +proj=longlat +ellps=helmert +no_defs  <>
+# Qornoq
+<4287> +proj=longlat +ellps=intl +towgs84=164,138,-189,0,0,0,0 +no_defs  <>
+# Loma Quintana
+<4288> +proj=longlat +ellps=intl +no_defs  <>
+# Amersfoort
+<4289> +proj=longlat +ellps=bessel +towgs84=565.2369,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812 +no_defs  <>
+# SAD69
+<4291> +proj=longlat +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +no_defs  <>
+# Sapper Hill 1943
+<4292> +proj=longlat +ellps=intl +towgs84=-355,21,72,0,0,0,0 +no_defs  <>
+# Schwarzeck
+<4293> +proj=longlat +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +no_defs  <>
+# Segora
+<4294> +proj=longlat +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +no_defs  <>
+# Serindung
+<4295> +proj=longlat +ellps=bessel +no_defs  <>
+# Sudan
+<4296> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+# Tananarive
+<4297> +proj=longlat +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +no_defs  <>
+# Timbalai 1948
+<4298> +proj=longlat +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +no_defs  <>
+# TM65
+<4299> +proj=longlat +datum=ire65 +no_defs  <>
+# TM75
+<4300> +proj=longlat +ellps=mod_airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +no_defs  <>
+# Tokyo
+<4301> +proj=longlat +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +no_defs  <>
+# Trinidad 1903
+<4302> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +towgs84=-61.702,284.488,472.052,0,0,0,0 +no_defs  <>
+# TC(1948)
+<4303> +proj=longlat +ellps=helmert +no_defs  <>
+# Voirol 1875
+<4304> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-73,-247,227,0,0,0,0 +no_defs  <>
+# Bern 1938
+<4306> +proj=longlat +ellps=bessel +no_defs  <>
+# Nord Sahara 1959
+<4307> +proj=longlat +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +no_defs  <>
+# RT38
+<4308> +proj=longlat +ellps=bessel +no_defs  <>
+# Yacare
+<4309> +proj=longlat +ellps=intl +towgs84=-155,171,37,0,0,0,0 +no_defs  <>
+# Yoff
+<4310> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-30,190,89,0,0,0,0 +no_defs  <>
+# Zanderij
+<4311> +proj=longlat +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +no_defs  <>
+# MGI
+<4312> +proj=longlat +datum=hermannskogel +no_defs  <>
+# Belge 1972
+<4313> +proj=longlat +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +no_defs  <>
+# DHDN
+<4314> +proj=longlat +datum=potsdam +no_defs  <>
+# Conakry 1905
+<4315> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-23,259,-9,0,0,0,0 +no_defs  <>
+# Dealul Piscului 1930
+<4316> +proj=longlat +ellps=intl +towgs84=103.25,-100.4,-307.19,0,0,0,0 +no_defs  <>
+# Dealul Piscului 1970
+<4317> +proj=longlat +ellps=krass +towgs84=28,-121,-77,0,0,0,0 +no_defs  <>
+# NGN
+<4318> +proj=longlat +ellps=WGS84 +towgs84=-3.2,-5.7,2.8,0,0,0,0 +no_defs  <>
+# KUDAMS
+<4319> +proj=longlat +ellps=GRS80 +towgs84=-20.8,11.3,2.4,0,0,0,0 +no_defs  <>
+# WGS 72
+<4322> +proj=longlat +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +no_defs  <>
+# WGS 72BE
+<4324> +proj=longlat +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +no_defs  <>
+# WGS 84
+<4326> +proj=longlat +datum=WGS84 +no_defs  <>
+# RGSPM06
+<4463> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# RGM04
+<4470> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Cadastre 1997
+<4475> +proj=longlat +ellps=intl +towgs84=-381.788,-57.501,-256.673,0,0,0,0 +no_defs  <>
+# Mexico ITRF92
+<4483> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# China Geodetic Coordinate System 2000
+<4490> +proj=longlat +ellps=GRS80 +no_defs  <>
+# New Beijing
+<4555> +proj=longlat +ellps=krass +no_defs  <>
+# RRAF 1991
+<4558> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Anguilla 1957
+<4600> +proj=longlat +ellps=clrk80 +no_defs  <>
+# Antigua 1943
+<4601> +proj=longlat +ellps=clrk80 +towgs84=-255,-15,71,0,0,0,0 +no_defs  <>
+# Dominica 1945
+<4602> +proj=longlat +ellps=clrk80 +towgs84=725,685,536,0,0,0,0 +no_defs  <>
+# Grenada 1953
+<4603> +proj=longlat +ellps=clrk80 +towgs84=72,213.7,93,0,0,0,0 +no_defs  <>
+# Montserrat 1958
+<4604> +proj=longlat +ellps=clrk80 +towgs84=174,359,365,0,0,0,0 +no_defs  <>
+# St. Kitts 1955
+<4605> +proj=longlat +ellps=clrk80 +towgs84=9,183,236,0,0,0,0 +no_defs  <>
+# St. Lucia 1955
+<4606> +proj=longlat +ellps=clrk80 +towgs84=-149,128,296,0,0,0,0 +no_defs  <>
+# St. Vincent 1945
+<4607> +proj=longlat +ellps=clrk80 +towgs84=195.671,332.517,274.607,0,0,0,0 +no_defs  <>
+# NAD27(76)
+<4608> +proj=longlat +ellps=clrk66 +no_defs  <>
+# NAD27(CGQ77)
+<4609> +proj=longlat +ellps=clrk66 +no_defs  <>
+# Xian 1980
+<4610> +proj=longlat +a=6378140 +b=6356755.288157528 +no_defs  <>
+# Hong Kong 1980
+<4611> +proj=longlat +ellps=intl +towgs84=-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246 +no_defs  <>
+# JGD2000
+<4612> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Segara
+<4613> +proj=longlat +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +no_defs  <>
+# QND95
+<4614> +proj=longlat +ellps=intl +towgs84=-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065 +no_defs  <>
+# Porto Santo
+<4615> +proj=longlat +ellps=intl +towgs84=-499,-249,314,0,0,0,0 +no_defs  <>
+# Selvagem Grande
+<4616> +proj=longlat +ellps=intl +towgs84=-289,-124,60,0,0,0,0 +no_defs  <>
+# NAD83(CSRS)
+<4617> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# SAD69
+<4618> +proj=longlat +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +no_defs  <>
+# SWEREF99
+<4619> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Point 58
+<4620> +proj=longlat +ellps=clrk80 +towgs84=-106,-129,165,0,0,0,0 +no_defs  <>
+# Fort Marigot
+<4621> +proj=longlat +ellps=intl +towgs84=137,248,-430,0,0,0,0 +no_defs  <>
+# Guadeloupe 1948
+<4622> +proj=longlat +ellps=intl +towgs84=-467,-16,-300,0,0,0,0 +no_defs  <>
+# CSG67
+<4623> +proj=longlat +ellps=intl +towgs84=-186,230,110,0,0,0,0 +no_defs  <>
+# RGFG95
+<4624> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Martinique 1938
+<4625> +proj=longlat +ellps=intl +towgs84=186,482,151,0,0,0,0 +no_defs  <>
+# Reunion 1947
+<4626> +proj=longlat +ellps=intl +towgs84=94,-948,-1262,0,0,0,0 +no_defs  <>
+# RGR92
+<4627> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Tahiti 52
+<4628> +proj=longlat +ellps=intl +towgs84=162,117,154,0,0,0,0 +no_defs  <>
+# Tahaa 54
+<4629> +proj=longlat +ellps=intl +towgs84=72.438,345.918,79.486,1.6045,0.8823,0.5565,1.3746 +no_defs  <>
+# IGN72 Nuku Hiva
+<4630> +proj=longlat +ellps=intl +towgs84=84,274,65,0,0,0,0 +no_defs  <>
+# K0 1949
+<4631> +proj=longlat +ellps=intl +towgs84=145,-187,103,0,0,0,0 +no_defs  <>
+# Combani 1950
+<4632> +proj=longlat +ellps=intl +towgs84=-382,-59,-262,0,0,0,0 +no_defs  <>
+# IGN56 Lifou
+<4633> +proj=longlat +ellps=intl +towgs84=335.47,222.58,-230.94,0,0,0,0 +no_defs  <>
+# IGN72 Grand Terre
+<4634> +proj=longlat +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +no_defs  <>
+# ST87 Ouvea
+<4635> +proj=longlat +ellps=intl +towgs84=-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798 +no_defs  <>
+# Petrels 1972
+<4636> +proj=longlat +ellps=intl +towgs84=365,194,166,0,0,0,0 +no_defs  <>
+# Perroud 1950
+<4637> +proj=longlat +ellps=intl +towgs84=325,154,172,0,0,0,0 +no_defs  <>
+# Saint Pierre et Miquelon 1950
+<4638> +proj=longlat +ellps=clrk66 +towgs84=11.363,424.148,373.13,0,0,0,0 +no_defs  <>
+# MOP78
+<4639> +proj=longlat +ellps=intl +towgs84=253,-132,-127,0,0,0,0 +no_defs  <>
+# RRAF 1991
+<4640> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# IGN53 Mare
+<4641> +proj=longlat +ellps=intl +towgs84=287.58,177.78,-135.41,0,0,0,0 +no_defs  <>
+# ST84 Ile des Pins
+<4642> +proj=longlat +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +no_defs  <>
+# ST71 Belep
+<4643> +proj=longlat +ellps=intl +towgs84=-480.26,-438.32,-643.429,16.3119,20.1721,-4.0349,-111.7002 +no_defs  <>
+# NEA74 Noumea
+<4644> +proj=longlat +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +no_defs  <>
+# RGNC 1991
+<4645> +proj=longlat +ellps=intl +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Grand Comoros
+<4646> +proj=longlat +ellps=intl +towgs84=-963,510,-359,0,0,0,0 +no_defs  <>
+# Reykjavik 1900
+<4657> +proj=longlat +a=6377019.27 +b=6355762.5391 +towgs84=-28,199,5,0,0,0,0 +no_defs  <>
+# Hjorsey 1955
+<4658> +proj=longlat +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +no_defs  <>
+# ISN93
+<4659> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Helle 1954
+<4660> +proj=longlat +ellps=intl +towgs84=982.6087,552.753,-540.873,6.6816266,-31.6114924,-19.84816,16.805 +no_defs  <>
+# LKS92
+<4661> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# IGN72 Grande Terre
+<4662> +proj=longlat +ellps=intl +towgs84=-11.64,-348.6,291.98,0,0,0,0 +no_defs  <>
+# Porto Santo 1995
+<4663> +proj=longlat +ellps=intl +towgs84=-502.862,-247.438,312.724,0,0,0,0 +no_defs  <>
+# Azores Oriental 1995
+<4664> +proj=longlat +ellps=intl +towgs84=-204.619,140.176,55.226,0,0,0,0 +no_defs  <>
+# Azores Central 1995
+<4665> +proj=longlat +ellps=intl +towgs84=-106.226,166.366,-37.893,0,0,0,0 +no_defs  <>
+# Lisbon 1890
+<4666> +proj=longlat +ellps=bessel +towgs84=508.088,-191.042,565.223,0,0,0,0 +no_defs  <>
+# IKBD-92
+<4667> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# ED79
+<4668> +proj=longlat +ellps=intl +towgs84=-86,-98,-119,0,0,0,0 +no_defs  <>
+# LKS94
+<4669> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# IGM95
+<4670> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Voirol 1879
+<4671> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+# Chatham Islands 1971
+<4672> +proj=longlat +ellps=intl +towgs84=175,-38,113,0,0,0,0 +no_defs  <>
+# Chatham Islands 1979
+<4673> +proj=longlat +ellps=intl +towgs84=174.05,-25.49,112.57,0,0,0.554,0.2263 +no_defs  <>
+# SIRGAS 2000
+<4674> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Guam 1963
+<4675> +proj=longlat +ellps=clrk66 +towgs84=-100,-248,259,0,0,0,0 +no_defs  <>
+# Vientiane 1982
+<4676> +proj=longlat +ellps=krass +no_defs  <>
+# Lao 1993
+<4677> +proj=longlat +ellps=krass +no_defs  <>
+# Lao 1997
+<4678> +proj=longlat +ellps=krass +towgs84=44.585,-131.212,-39.544,0,0,0,0 +no_defs  <>
+# Jouik 1961
+<4679> +proj=longlat +ellps=clrk80 +towgs84=-80.01,253.26,291.19,0,0,0,0 +no_defs  <>
+# Nouakchott 1965
+<4680> +proj=longlat +ellps=clrk80 +towgs84=124.5,-63.5,-281,0,0,0,0 +no_defs  <>
+# Mauritania 1999
+<4681> +proj=longlat +ellps=clrk80 +no_defs  <>
+# Gulshan 303
+<4682> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=283.7,735.9,261.1,0,0,0,0 +no_defs  <>
+# PRS92
+<4683> +proj=longlat +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +no_defs  <>
+# Gan 1970
+<4684> +proj=longlat +ellps=intl +towgs84=-133,-321,50,0,0,0,0 +no_defs  <>
+# Gandajika
+<4685> +proj=longlat +ellps=intl +no_defs  <>
+# MAGNA-SIRGAS
+<4686> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# RGPF
+<4687> +proj=longlat +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +no_defs  <>
+# Fatu Iva 72
+<4688> +proj=longlat +ellps=intl +towgs84=347.103,1078.125,2623.922,-33.8875,70.6773,-9.3943,186.074 +no_defs  <>
+# IGN63 Hiva Oa
+<4689> +proj=longlat +ellps=intl +towgs84=410.721,55.049,80.746,2.5779,2.3514,0.6664,17.3311 +no_defs  <>
+# Tahiti 79
+<4690> +proj=longlat +ellps=intl +towgs84=221.525,152.948,176.768,-2.3847,-1.3896,-0.877,11.4741 +no_defs  <>
+# Moorea 87
+<4691> +proj=longlat +ellps=intl +towgs84=215.525,149.593,176.229,-3.2624,-1.692,-1.1571,10.4773 +no_defs  <>
+# Maupiti 83
+<4692> +proj=longlat +ellps=intl +towgs84=217.037,86.959,23.956,0,0,0,0 +no_defs  <>
+# Nakhl-e Ghanem
+<4693> +proj=longlat +ellps=WGS84 +towgs84=0,-0.15,0.68,0,0,0,0 +no_defs  <>
+# POSGAR 94
+<4694> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Katanga 1955
+<4695> +proj=longlat +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +no_defs  <>
+# Kasai 1953
+<4696> +proj=longlat +ellps=clrk80 +no_defs  <>
+# IGC 1962 6th Parallel South
+<4697> +proj=longlat +ellps=clrk80 +no_defs  <>
+# IGN 1962 Kerguelen
+<4698> +proj=longlat +ellps=intl +towgs84=145,-187,103,0,0,0,0 +no_defs  <>
+# Le Pouce 1934
+<4699> +proj=longlat +ellps=clrk80 +towgs84=-770.1,158.4,-498.2,0,0,0,0 +no_defs  <>
+# IGN Astro 1960
+<4700> +proj=longlat +ellps=clrk80 +no_defs  <>
+# IGCB 1955
+<4701> +proj=longlat +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +no_defs  <>
+# Mauritania 1999
+<4702> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Mhast 1951
+<4703> +proj=longlat +ellps=clrk80 +no_defs  <>
+# Mhast (onshore)
+<4704> +proj=longlat +ellps=intl +no_defs  <>
+# Mhast (offshore)
+<4705> +proj=longlat +ellps=intl +no_defs  <>
+# Egypt Gulf of Suez S-650 TL
+<4706> +proj=longlat +ellps=helmert +towgs84=-146.21,112.63,4.05,0,0,0,0 +no_defs  <>
+# Tern Island 1961
+<4707> +proj=longlat +ellps=intl +towgs84=114,-116,-333,0,0,0,0 +no_defs  <>
+# Cocos Islands 1965
+<4708> +proj=longlat +ellps=aust_SA +towgs84=-491,-22,435,0,0,0,0 +no_defs  <>
+# Iwo Jima 1945
+<4709> +proj=longlat +ellps=intl +towgs84=145,75,-272,0,0,0,0 +no_defs  <>
+# Astro DOS 71
+<4710> +proj=longlat +ellps=intl +towgs84=-320,550,-494,0,0,0,0 +no_defs  <>
+# Marcus Island 1952
+<4711> +proj=longlat +ellps=intl +towgs84=124,-234,-25,0,0,0,0 +no_defs  <>
+# Ascension Island 1958
+<4712> +proj=longlat +ellps=intl +towgs84=-205,107,53,0,0,0,0 +no_defs  <>
+# Ayabelle Lighthouse
+<4713> +proj=longlat +ellps=clrk80 +towgs84=-77,-128,142,0,0,0,0 +no_defs  <>
+# Bellevue
+<4714> +proj=longlat +ellps=intl +towgs84=-127,-769,472,0,0,0,0 +no_defs  <>
+# Camp Area Astro
+<4715> +proj=longlat +ellps=intl +towgs84=-104,-129,239,0,0,0,0 +no_defs  <>
+# Phoenix Islands 1966
+<4716> +proj=longlat +ellps=intl +towgs84=298,-304,-375,0,0,0,0 +no_defs  <>
+# Cape Canaveral
+<4717> +proj=longlat +ellps=clrk66 +towgs84=-2,151,181,0,0,0,0 +no_defs  <>
+# Solomon 1968
+<4718> +proj=longlat +ellps=intl +towgs84=230,-199,-752,0,0,0,0 +no_defs  <>
+# Easter Island 1967
+<4719> +proj=longlat +ellps=intl +towgs84=211,147,111,0,0,0,0 +no_defs  <>
+# Fiji 1986
+<4720> +proj=longlat +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +no_defs  <>
+# Fiji 1956
+<4721> +proj=longlat +ellps=intl +towgs84=265.025,384.929,-194.046,0,0,0,0 +no_defs  <>
+# South Georgia 1968
+<4722> +proj=longlat +ellps=intl +towgs84=-794,119,-298,0,0,0,0 +no_defs  <>
+# GCGD59
+<4723> +proj=longlat +ellps=clrk66 +towgs84=-179.483,-69.379,-27.584,-7.862,8.163,6.042,-13.925 +no_defs  <>
+# Diego Garcia 1969
+<4724> +proj=longlat +ellps=intl +towgs84=208,-435,-229,0,0,0,0 +no_defs  <>
+# Johnston Island 1961
+<4725> +proj=longlat +ellps=intl +towgs84=189,-79,-202,0,0,0,0 +no_defs  <>
+# SIGD61
+<4726> +proj=longlat +ellps=clrk66 +towgs84=8.853,-52.644,180.304,-0.393,-2.323,2.96,-24.081 +no_defs  <>
+# Midway 1961
+<4727> +proj=longlat +ellps=intl +towgs84=403,-81,277,0,0,0,0 +no_defs  <>
+# Pico de las Nieves 1984
+<4728> +proj=longlat +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +no_defs  <>
+# Pitcairn 1967
+<4729> +proj=longlat +ellps=intl +towgs84=185,165,42,0,0,0,0 +no_defs  <>
+# Santo 1965
+<4730> +proj=longlat +ellps=intl +towgs84=170,42,84,0,0,0,0 +no_defs  <>
+# Viti Levu 1916
+<4731> +proj=longlat +ellps=clrk80 +towgs84=51,391,-36,0,0,0,0 +no_defs  <>
+# Marshall Islands 1960
+<4732> +proj=longlat +a=6378270 +b=6356794.343434343 +towgs84=102,52,-38,0,0,0,0 +no_defs  <>
+# Wake Island 1952
+<4733> +proj=longlat +ellps=intl +towgs84=276,-57,149,0,0,0,0 +no_defs  <>
+# Tristan 1968
+<4734> +proj=longlat +ellps=intl +towgs84=-632,438,-609,0,0,0,0 +no_defs  <>
+# Kusaie 1951
+<4735> +proj=longlat +ellps=intl +towgs84=647,1777,-1124,0,0,0,0 +no_defs  <>
+# Deception Island
+<4736> +proj=longlat +ellps=clrk80 +towgs84=260,12,-147,0,0,0,0 +no_defs  <>
+# Korea 2000
+<4737> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Hong Kong 1963
+<4738> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +no_defs  <>
+# Hong Kong 1963(67)
+<4739> +proj=longlat +ellps=intl +towgs84=-156,-271,-189,0,0,0,0 +no_defs  <>
+# PZ-90
+<4740> +proj=longlat +a=6378136 +b=6356751.361745712 +towgs84=0,0,1.5,0,0,0.076,0 +no_defs  <>
+# FD54
+<4741> +proj=longlat +ellps=intl +no_defs  <>
+# GDM2000
+<4742> +proj=longlat +ellps=GRS80 +no_defs  <>
+# Karbala 1979
+<4743> +proj=longlat +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +no_defs  <>
+# Nahrwan 1934
+<4744> +proj=longlat +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +no_defs  <>
+# RD/83
+<4745> +proj=longlat +ellps=bessel +no_defs  <>
+# PD/83
+<4746> +proj=longlat +ellps=bessel +no_defs  <>
+# GR96
+<4747> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Vanua Levu 1915
+<4748> +proj=longlat +a=6378306.3696 +b=6356571.996 +towgs84=51,391,-36,0,0,0,0 +no_defs  <>
+# RGNC91-93
+<4749> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# ST87 Ouvea
+<4750> +proj=longlat +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +no_defs  <>
+# Kertau (RSO)
+<4751> +proj=longlat +a=6377295.664 +b=6356094.667915204 +no_defs  <>
+# Viti Levu 1912
+<4752> +proj=longlat +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +no_defs  <>
+# fk89
+<4753> +proj=longlat +ellps=intl +no_defs  <>
+# LGD2006
+<4754> +proj=longlat +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +no_defs  <>
+# DGN95
+<4755> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# VN-2000
+<4756> +proj=longlat +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +no_defs  <>
+# SVY21
+<4757> +proj=longlat +ellps=WGS84 +no_defs  <>
+# JAD2001
+<4758> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# NAD83(NSRS2007)
+<4759> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# WGS 66
+<4760> +proj=longlat +ellps=WGS66 +no_defs  <>
+# HTRS96
+<4761> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# BDA2000
+<4762> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Pitcairn 2006
+<4763> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# RSRGD2000
+<4764> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Slovenia 1996
+<4765> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Bern 1898 (Bern)
+<4801> +proj=longlat +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +pm=bern +no_defs  <>
+# Bogota 1975 (Bogota)
+<4802> +proj=longlat +ellps=intl +towgs84=307,304,-318,0,0,0,0 +pm=bogota +no_defs  <>
+# Lisbon (Lisbon)
+<4803> +proj=longlat +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +pm=lisbon +no_defs  <>
+# Makassar (Jakarta)
+<4804> +proj=longlat +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +pm=jakarta +no_defs  <>
+# MGI (Ferro)
+<4805> +proj=longlat +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +no_defs  <>
+# Monte Mario (Rome)
+<4806> +proj=longlat +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +pm=rome +no_defs  <>
+# NTF (Paris)
+<4807> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +no_defs  <>
+# Padang (Jakarta)
+<4808> +proj=longlat +ellps=bessel +pm=jakarta +no_defs  <>
+# Belge 1950 (Brussels)
+<4809> +proj=longlat +ellps=intl +pm=brussels +no_defs  <>
+# Tananarive (Paris)
+<4810> +proj=longlat +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +pm=paris +no_defs  <>
+# Voirol 1875 (Paris)
+<4811> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-73,-247,227,0,0,0,0 +pm=paris +no_defs  <>
+# Batavia (Jakarta)
+<4813> +proj=longlat +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +pm=jakarta +no_defs  <>
+# RT38 (Stockholm)
+<4814> +proj=longlat +ellps=bessel +pm=stockholm +no_defs  <>
+# Greek (Athens)
+<4815> +proj=longlat +ellps=bessel +pm=athens +no_defs  <>
+# Carthage (Paris)
+<4816> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-263,6,431,0,0,0,0 +pm=paris +no_defs  <>
+# NGO 1948 (Oslo)
+<4817> +proj=longlat +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +no_defs  <>
+# S-JTSK (Ferro)
+<4818> +proj=longlat +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=ferro +no_defs  <>
+# Nord Sahara 1959 (Paris)
+<4819> +proj=longlat +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +pm=paris +no_defs  <>
+# Segara (Jakarta)
+<4820> +proj=longlat +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +pm=jakarta +no_defs  <>
+# Voirol 1879 (Paris)
+<4821> +proj=longlat +a=6378249.2 +b=6356515 +pm=paris +no_defs  <>
+# Sao Tome
+<4823> +proj=longlat +ellps=intl +no_defs  <>
+# Principe
+<4824> +proj=longlat +ellps=intl +no_defs  <>
+# ATF (Paris)
+<4901> +proj=longlat +a=6376523 +b=6355862.933255573 +pm=2.337208333333333 +no_defs  <>
+# NDG (Paris)
+<4902> +proj=longlat +a=6376523 +b=6355862.933255573 +pm=paris +no_defs  <>
+# Madrid 1870 (Madrid)
+<4903> +proj=longlat +a=6378298.3 +b=6356657.142669561 +pm=madrid +no_defs  <>
+# Lisbon 1890 (Lisbon)
+<4904> +proj=longlat +ellps=bessel +towgs84=508.088,-191.042,565.223,0,0,0,0 +pm=lisbon +no_defs  <>
+# PTRA08
+<5013> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Tokyo 1892
+<5132> +proj=longlat +ellps=bessel +no_defs  <>
+# S-JTSK/05
+<5228> +proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,4.9732,1.529,5.2484,3.5378 +no_defs  <>
+# S-JTSK/05 (Ferro)
+<5229> +proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,4.9732,1.529,5.2484,3.5378 +pm=ferro +no_defs  <>
+# SLD99
+<5233> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=-0.293,766.95,87.713,0.195704,1.695068,3.473016,-0.039338 +no_defs  <>
+# GDBD2009
+<5246> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# TUREF
+<5252> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# DRUKREF 03
+<5264> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# ISN2004
+<5324> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# POSGAR 2007
+<5340> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# MARGEN
+<5354> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# SIRGAS-Chile
+<5360> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# CR05
+<5365> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# MACARIO SOLIS
+<5371> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Peru96
+<5373> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# SIRGAS-ROU98
+<5381> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# SIRGAS_ES2007.8
+<5393> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Ocotepeque 1935
+<5451> +proj=longlat +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +no_defs  <>
+# Sibun Gorge 1922
+<5464> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +no_defs  <>
+# Panama-Colon 1911
+<5467> +proj=longlat +ellps=clrk66 +no_defs  <>
+# RGAF09
+<5489> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Corrego Alegre 1961
+<5524> +proj=longlat +ellps=intl +no_defs  <>
+# SAD69(96)
+<5527> +proj=longlat +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +no_defs  <>
+# PNG94
+<5546> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# UCS-2000
+<5561> +proj=longlat +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +no_defs  <>
+# FEH2010
+<5593> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# DB_REF
+<5681> +proj=longlat +ellps=bessel +no_defs  <>
+# TGD2005
+<5886> +proj=longlat +ellps=GRS80 +no_defs  <>
+# CIGD11
+<6135> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Nepal 1981
+<6207> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=293.17,726.18,245.36,0,0,0,0 +no_defs  <>
+# CGRS93
+<6311> +proj=longlat +ellps=WGS84 +towgs84=8.846,-4.394,-1.122,-0.00237,-0.146528,0.130428,0.783926 +no_defs  <>
+# NAD83(2011)
+<6318> +proj=longlat +ellps=GRS80 +no_defs  <>
+# NAD83(PA11)
+<6322> +proj=longlat +ellps=GRS80 +no_defs  <>
+# NAD83(MA11)
+<6325> +proj=longlat +ellps=GRS80 +no_defs  <>
+# Mexico ITRF2008
+<6365> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# JGD2011
+<6668> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RDN2008
+<6706> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# NAD83(CORS96)
+<6783> +proj=longlat +ellps=GRS80 +no_defs  <>
+# Aden 1925
+<6881> +proj=longlat +ellps=clrk80 +towgs84=-24,-203,268,0,0,0,0 +no_defs  <>
+# Bekaa Valley 1920
+<6882> +proj=longlat +ellps=clrk80 +towgs84=-183,-15,273,0,0,0,0 +no_defs  <>
+# Bioko
+<6883> +proj=longlat +ellps=intl +towgs84=-235,-110,393,0,0,0,0 +no_defs  <>
+# South East Island 1943
+<6892> +proj=longlat +ellps=clrk80 +towgs84=-43.685,-179.785,-267.721,0,0,0,0 +no_defs  <>
+# Gambia
+<6894> +proj=longlat +ellps=clrk80 +towgs84=-63,176,185,0,0,0,0 +no_defs  <>
+# IGD05
+<6980> +proj=longlat +ellps=GRS80 +no_defs  <>
+# IG05 Intermediate CRS
+<6983> +proj=longlat +ellps=GRS80 +no_defs  <>
+# IGD05/12
+<6987> +proj=longlat +ellps=GRS80 +no_defs  <>
+# IG05/12 Intermediate CRS
+<6990> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RGSPM06 (lon-lat)
+<7035> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RGR92 (lon-lat)
+<7037> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RGM04 (lon-lat)
+<7039> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RGFG95 (lon-lat)
+<7041> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RGTAAF07
+<7073> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RGF93 (lon-lat)
+<7084> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RGAF09 (lon-lat)
+<7086> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RGTAAF07 (lon-lat)
+<7088> +proj=longlat +ellps=GRS80 +no_defs  <>
+# RGTAAF07 (lon-lat)
+<7133> +proj=longlat +ellps=GRS80 +no_defs  <>
+# IGD05
+<7136> +proj=longlat +ellps=WGS84 +no_defs  <>
+# IGD05/12
+<7139> +proj=longlat +ellps=WGS84 +no_defs  <>
+# ONGD14
+<7373> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# GSK-2011
+<7683> +proj=longlat +a=6378136.5 +b=6356751.757955603 +no_defs  <>
+# Kyrg-06
+<7686> +proj=longlat +ellps=GRS80 +no_defs  <>
+# BGS2005
+<7798> +proj=longlat +ellps=GRS80 +no_defs  <>
+# GDA2020
+<7844> +proj=longlat +ellps=GRS80 +no_defs  <>
+# St. Helena Tritan
+<7881> +proj=longlat +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +no_defs  <>
+# SHGD2015
+<7886> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+# Gusterberg (Ferro)
+<8042> +proj=longlat +a=6376045 +b=6355477.112903226 +pm=ferro +no_defs  <>
+# St. Stephen (Ferro)
+<8043> +proj=longlat +a=6376045 +b=6355477.112903226 +pm=ferro +no_defs  <>
+# ISN2016
+<8086> +proj=longlat +ellps=GRS80 +no_defs  <>
+# NAD83(CSRS96)
+<8232> +proj=longlat +ellps=GRS80 +no_defs  <>
+# NAD83(CSRS)v2
+<8237> +proj=longlat +ellps=GRS80 +no_defs  <>
+# NAD83(CSRS)v3
+<8240> +proj=longlat +ellps=GRS80 +no_defs  <>
+# NAD83(CSRS)v4
+<8246> +proj=longlat +ellps=GRS80 +no_defs  <>
+# NAD83(CSRS)v5
+<8249> +proj=longlat +ellps=GRS80 +no_defs  <>
+# NAD83(CSRS)v6
+<8252> +proj=longlat +ellps=GRS80 +no_defs  <>
+# NAD83(CSRS)v7
+<8255> +proj=longlat +ellps=GRS80 +no_defs  <>
+# Anguilla 1957 / British West Indies Grid
+<2000> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +units=m +no_defs  <>
+# Antigua 1943 / British West Indies Grid
+<2001> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=-255,-15,71,0,0,0,0 +units=m +no_defs  <>
+# Dominica 1945 / British West Indies Grid
+<2002> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=725,685,536,0,0,0,0 +units=m +no_defs  <>
+# Grenada 1953 / British West Indies Grid
+<2003> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=72,213.7,93,0,0,0,0 +units=m +no_defs  <>
+# Montserrat 1958 / British West Indies Grid
+<2004> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=174,359,365,0,0,0,0 +units=m +no_defs  <>
+# St. Kitts 1955 / British West Indies Grid
+<2005> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=9,183,236,0,0,0,0 +units=m +no_defs  <>
+# St. Lucia 1955 / British West Indies Grid
+<2006> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=-149,128,296,0,0,0,0 +units=m +no_defs  <>
+# St. Vincent 45 / British West Indies Grid
+<2007> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=195.671,332.517,274.607,0,0,0,0 +units=m +no_defs  <>
+# NAD27(CGQ77) / SCoPQ zone 2 (deprecated)
+<2008> +proj=tmerc +lat_0=0 +lon_0=-55.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / SCoPQ zone 3
+<2009> +proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / SCoPQ zone 4
+<2010> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / SCoPQ zone 5
+<2011> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / SCoPQ zone 6
+<2012> +proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / SCoPQ zone 7
+<2013> +proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / SCoPQ zone 8
+<2014> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / SCoPQ zone 9
+<2015> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / SCoPQ zone 10
+<2016> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 8
+<2017> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 9
+<2018> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 10
+<2019> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 11
+<2020> +proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 12
+<2021> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 13
+<2022> +proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 14
+<2023> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 15
+<2024> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 16
+<2025> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / MTM zone 17
+<2026> +proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / UTM zone 15N
+<2027> +proj=utm +zone=15 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / UTM zone 16N
+<2028> +proj=utm +zone=16 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / UTM zone 17N
+<2029> +proj=utm +zone=17 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(76) / UTM zone 18N
+<2030> +proj=utm +zone=18 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / UTM zone 17N
+<2031> +proj=utm +zone=17 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / UTM zone 18N
+<2032> +proj=utm +zone=18 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / UTM zone 19N
+<2033> +proj=utm +zone=19 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / UTM zone 20N
+<2034> +proj=utm +zone=20 +ellps=clrk66 +units=m +no_defs  <>
+# NAD27(CGQ77) / UTM zone 21N
+<2035> +proj=utm +zone=21 +ellps=clrk66 +units=m +no_defs  <>
+# NAD83(CSRS98) / New Brunswick Stereo (deprecated)
+<2036> +proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=2500000 +y_0=7500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / UTM zone 19N (deprecated)
+<2037> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / UTM zone 20N (deprecated)
+<2038> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Israel 1993 / Israeli TM Grid
+<2039> +proj=tmerc +lat_0=31.73439361111111 +lon_0=35.20451694444445 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 +towgs84=-48,55,52,0,0,0,0 +units=m +no_defs  <>
+# Locodjo 1965 / UTM zone 30N
+<2040> +proj=utm +zone=30 +ellps=clrk80 +towgs84=-125,53,467,0,0,0,0 +units=m +no_defs  <>
+# Abidjan 1987 / UTM zone 30N
+<2041> +proj=utm +zone=30 +ellps=clrk80 +towgs84=-124.76,53,466.79,0,0,0,0 +units=m +no_defs  <>
+# Locodjo 1965 / UTM zone 29N
+<2042> +proj=utm +zone=29 +ellps=clrk80 +towgs84=-125,53,467,0,0,0,0 +units=m +no_defs  <>
+# Abidjan 1987 / UTM zone 29N
+<2043> +proj=utm +zone=29 +ellps=clrk80 +towgs84=-124.76,53,466.79,0,0,0,0 +units=m +no_defs  <>
+# Hanoi 1972 / Gauss-Kruger zone 18
+<2044> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +units=m +no_defs  <>
+# Hanoi 1972 / Gauss-Kruger zone 19
+<2045> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo15
+<2046> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo17
+<2047> +proj=tmerc +lat_0=0 +lon_0=17 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo19
+<2048> +proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo21
+<2049> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo23
+<2050> +proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo25
+<2051> +proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo27
+<2052> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo29
+<2053> +proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo31
+<2054> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Hartebeesthoek94 / Lo33
+<2055> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# CH1903+ / LV95
+<2056> +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=2600000 +y_0=1200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs  <>
+# Rassadiran / Nakhl e Taqi
+<2057> +proj=omerc +lat_0=27.51882880555555 +lonc=52.60353916666667 +alpha=0.5716611944444444 +k=0.999895934 +x_0=658377.437 +y_0=3044969.194 +gamma=0.5716611944444444 +ellps=intl +towgs84=-133.63,-157.5,-158.62,0,0,0,0 +units=m +no_defs  <>
+# ED50(ED77) / UTM zone 38N
+<2058> +proj=utm +zone=38 +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +units=m +no_defs  <>
+# ED50(ED77) / UTM zone 39N
+<2059> +proj=utm +zone=39 +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +units=m +no_defs  <>
+# ED50(ED77) / UTM zone 40N
+<2060> +proj=utm +zone=40 +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +units=m +no_defs  <>
+# ED50(ED77) / UTM zone 41N
+<2061> +proj=utm +zone=41 +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +units=m +no_defs  <>
+# Madrid 1870 (Madrid) / Spain
+<2062> +proj=lcc +lat_1=40 +lat_0=40 +lon_0=0 +k_0=0.9988085293 +x_0=600000 +y_0=600000 +a=6378298.3 +b=6356657.142669561 +pm=madrid +units=m +no_defs  <>
+# Dabola 1981 / UTM zone 28N (deprecated)
+<2063> +proj=utm +zone=28 +a=6378249.2 +b=6356515 +towgs84=-23,259,-9,0,0,0,0 +units=m +no_defs  <>
+# Dabola 1981 / UTM zone 29N (deprecated)
+<2064> +proj=utm +zone=29 +a=6378249.2 +b=6356515 +towgs84=-23,259,-9,0,0,0,0 +units=m +no_defs  <>
+# S-JTSK (Ferro) / Krovak
+<2065> +proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=570.8,85.7,462.8,4.998,1.587,5.261,3.56 +pm=ferro +units=m +no_defs  <>
+# Mount Dillon / Tobago Grid
+<2066> +proj=cass +lat_0=11.25217861111111 +lon_0=-60.68600888888889 +x_0=37718.66159325 +y_0=36209.91512952 +a=6378293.645208759 +b=6356617.987679838 +to_meter=0.201166195164 +no_defs  <>
+# Naparima 1955 / UTM zone 20N
+<2067> +proj=utm +zone=20 +ellps=intl +towgs84=-0.465,372.095,171.736,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / Libya zone 5
+<2068> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / Libya zone 6
+<2069> +proj=tmerc +lat_0=0 +lon_0=11 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / Libya zone 7
+<2070> +proj=tmerc +lat_0=0 +lon_0=13 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / Libya zone 8
+<2071> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / Libya zone 9
+<2072> +proj=tmerc +lat_0=0 +lon_0=17 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / Libya zone 10
+<2073> +proj=tmerc +lat_0=0 +lon_0=19 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / Libya zone 11
+<2074> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / Libya zone 12
+<2075> +proj=tmerc +lat_0=0 +lon_0=23 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / Libya zone 13
+<2076> +proj=tmerc +lat_0=0 +lon_0=25 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / UTM zone 32N
+<2077> +proj=utm +zone=32 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / UTM zone 33N
+<2078> +proj=utm +zone=33 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / UTM zone 34N
+<2079> +proj=utm +zone=34 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# ELD79 / UTM zone 35N
+<2080> +proj=utm +zone=35 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# Chos Malal 1914 / Argentina 2
+<2081> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +units=m +no_defs  <>
+# Pampa del Castillo / Argentina 2
+<2082> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=27.5,14,186.4,0,0,0,0 +units=m +no_defs  <>
+# Hito XVIII 1963 / Argentina 2
+<2083> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=16,196,93,0,0,0,0 +units=m +no_defs  <>
+# Hito XVIII 1963 / UTM zone 19S
+<2084> +proj=utm +zone=19 +south +ellps=intl +towgs84=16,196,93,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Cuba Norte (deprecated)
+<2085> +proj=lcc +lat_1=22.35 +lat_0=22.35 +lon_0=-81 +k_0=0.99993602 +x_0=500000 +y_0=280296.016 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / Cuba Sur (deprecated)
+<2086> +proj=lcc +lat_1=20.71666666666667 +lat_0=20.71666666666667 +lon_0=-76.83333333333333 +k_0=0.99994848 +x_0=500000 +y_0=229126.939 +datum=NAD27 +units=m +no_defs  <>
+# ELD79 / TM 12 NE
+<2087> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+# Carthage / TM 11 NE
+<2088> +proj=tmerc +lat_0=0 +lon_0=11 +k=0.9996 +x_0=500000 +y_0=0 +datum=carthage +units=m +no_defs  <>
+# Yemen NGN96 / UTM zone 38N
+<2089> +proj=utm +zone=38 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Yemen NGN96 / UTM zone 39N
+<2090> +proj=utm +zone=39 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# South Yemen / Gauss Kruger zone 8 (deprecated)
+<2091> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +units=m +no_defs  <>
+# South Yemen / Gauss Kruger zone 9 (deprecated)
+<2092> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +units=m +no_defs  <>
+# Hanoi 1972 / GK 106 NE
+<2093> +proj=tmerc +lat_0=0 +lon_0=106 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +units=m +no_defs  <>
+# WGS 72BE / TM 106 NE
+<2094> +proj=tmerc +lat_0=0 +lon_0=106 +k=0.9996 +x_0=500000 +y_0=0 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# Bissau / UTM zone 28N
+<2095> +proj=utm +zone=28 +ellps=intl +towgs84=-173,253,27,0,0,0,0 +units=m +no_defs  <>
+# Korean 1985 / East Belt
+<2096> +proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Korean 1985 / Central Belt
+<2097> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Korean 1985 / West Belt
+<2098> +proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Qatar 1948 / Qatar Grid
+<2099> +proj=cass +lat_0=25.38236111111111 +lon_0=50.76138888888889 +x_0=100000 +y_0=100000 +ellps=helmert +units=m +no_defs  <>
+# GGRS87 / Greek Grid
+<2100> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=0 +datum=GGRS87 +units=m +no_defs  <>
+# Lake / Maracaibo Grid M1
+<2101> +proj=lcc +lat_1=10.16666666666667 +lat_0=10.16666666666667 +lon_0=-71.60561777777777 +k_0=1 +x_0=0 +y_0=-52684.972 +ellps=intl +units=m +no_defs  <>
+# Lake / Maracaibo Grid
+<2102> +proj=lcc +lat_1=10.16666666666667 +lat_0=10.16666666666667 +lon_0=-71.60561777777777 +k_0=1 +x_0=200000 +y_0=147315.028 +ellps=intl +units=m +no_defs  <>
+# Lake / Maracaibo Grid M3
+<2103> +proj=lcc +lat_1=10.16666666666667 +lat_0=10.16666666666667 +lon_0=-71.60561777777777 +k_0=1 +x_0=500000 +y_0=447315.028 +ellps=intl +units=m +no_defs  <>
+# Lake / Maracaibo La Rosa Grid
+<2104> +proj=lcc +lat_1=10.16666666666667 +lat_0=10.16666666666667 +lon_0=-71.60561777777777 +k_0=1 +x_0=-17044 +y_0=-23139.97 +ellps=intl +units=m +no_defs  <>
+# NZGD2000 / Mount Eden 2000
+<2105> +proj=tmerc +lat_0=-36.87972222222222 +lon_0=174.7641666666667 +k=0.9999 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Bay of Plenty 2000
+<2106> +proj=tmerc +lat_0=-37.76111111111111 +lon_0=176.4661111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Poverty Bay 2000
+<2107> +proj=tmerc +lat_0=-38.62444444444444 +lon_0=177.8855555555556 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Hawkes Bay 2000
+<2108> +proj=tmerc +lat_0=-39.65083333333333 +lon_0=176.6736111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Taranaki 2000
+<2109> +proj=tmerc +lat_0=-39.13555555555556 +lon_0=174.2277777777778 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Tuhirangi 2000
+<2110> +proj=tmerc +lat_0=-39.51222222222222 +lon_0=175.64 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Wanganui 2000
+<2111> +proj=tmerc +lat_0=-40.24194444444444 +lon_0=175.4880555555555 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Wairarapa 2000
+<2112> +proj=tmerc +lat_0=-40.92527777777777 +lon_0=175.6472222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Wellington 2000
+<2113> +proj=tmerc +lat_0=-41.3011111111111 +lon_0=174.7763888888889 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Collingwood 2000
+<2114> +proj=tmerc +lat_0=-40.71472222222223 +lon_0=172.6719444444444 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Nelson 2000
+<2115> +proj=tmerc +lat_0=-41.27444444444444 +lon_0=173.2991666666667 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Karamea 2000
+<2116> +proj=tmerc +lat_0=-41.28972222222222 +lon_0=172.1088888888889 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Buller 2000
+<2117> +proj=tmerc +lat_0=-41.81055555555555 +lon_0=171.5811111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Grey 2000
+<2118> +proj=tmerc +lat_0=-42.33361111111111 +lon_0=171.5497222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Amuri 2000
+<2119> +proj=tmerc +lat_0=-42.68888888888888 +lon_0=173.01 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Marlborough 2000
+<2120> +proj=tmerc +lat_0=-41.54444444444444 +lon_0=173.8019444444444 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Hokitika 2000
+<2121> +proj=tmerc +lat_0=-42.88611111111111 +lon_0=170.9797222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Okarito 2000
+<2122> +proj=tmerc +lat_0=-43.11 +lon_0=170.2608333333333 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Jacksons Bay 2000
+<2123> +proj=tmerc +lat_0=-43.97777777777778 +lon_0=168.6061111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Mount Pleasant 2000
+<2124> +proj=tmerc +lat_0=-43.59055555555556 +lon_0=172.7269444444445 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Gawler 2000
+<2125> +proj=tmerc +lat_0=-43.74861111111111 +lon_0=171.3605555555555 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Timaru 2000
+<2126> +proj=tmerc +lat_0=-44.40194444444445 +lon_0=171.0572222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Lindis Peak 2000
+<2127> +proj=tmerc +lat_0=-44.735 +lon_0=169.4675 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Mount Nicholas 2000
+<2128> +proj=tmerc +lat_0=-45.13277777777778 +lon_0=168.3986111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Mount York 2000
+<2129> +proj=tmerc +lat_0=-45.56361111111111 +lon_0=167.7386111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Observation Point 2000
+<2130> +proj=tmerc +lat_0=-45.81611111111111 +lon_0=170.6283333333333 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / North Taieri 2000
+<2131> +proj=tmerc +lat_0=-45.86138888888889 +lon_0=170.2825 +k=0.99996 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Bluff 2000
+<2132> +proj=tmerc +lat_0=-46.6 +lon_0=168.3427777777778 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / UTM zone 58S
+<2133> +proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / UTM zone 59S
+<2134> +proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / UTM zone 60S
+<2135> +proj=utm +zone=60 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Accra / Ghana National Grid
+<2136> +proj=tmerc +lat_0=4.666666666666667 +lon_0=-1 +k=0.99975 +x_0=274319.7391633579 +y_0=0 +a=6378300 +b=6356751.689189189 +towgs84=-199,32,322,0,0,0,0 +to_meter=0.3047997101815088 +no_defs  <>
+# Accra / TM 1 NW
+<2137> +proj=tmerc +lat_0=0 +lon_0=-1 +k=0.9996 +x_0=500000 +y_0=0 +a=6378300 +b=6356751.689189189 +towgs84=-199,32,322,0,0,0,0 +units=m +no_defs  <>
+# NAD27(CGQ77) / Quebec Lambert
+<2138> +proj=lcc +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+# NAD83(CSRS98) / SCoPQ zone 2 (deprecated)
+<2139> +proj=tmerc +lat_0=0 +lon_0=-55.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / MTM zone 3 (deprecated)
+<2140> +proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / MTM zone 4 (deprecated)
+<2141> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / MTM zone 5 (deprecated)
+<2142> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / MTM zone 6 (deprecated)
+<2143> +proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / MTM zone 7 (deprecated)
+<2144> +proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / MTM zone 8 (deprecated)
+<2145> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / MTM zone 9 (deprecated)
+<2146> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / MTM zone 10 (deprecated)
+<2147> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / UTM zone 21N (deprecated)
+<2148> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / UTM zone 18N (deprecated)
+<2149> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / UTM zone 17N (deprecated)
+<2150> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / UTM zone 13N (deprecated)
+<2151> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / UTM zone 12N (deprecated)
+<2152> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS98) / UTM zone 11N (deprecated)
+<2153> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / Lambert-93
+<2154> +proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# American Samoa 1962 / American Samoa Lambert (deprecated)
+<2155> +proj=lcc +lat_1=-14.26666666666667 +lat_0=-14.26666666666667 +lon_0=170 +k_0=1 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / UTM zone 59S (deprecated)
+<2156> +proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# IRENET95 / Irish Transverse Mercator
+<2157> +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=0.99982 +x_0=600000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# IRENET95 / UTM zone 29N
+<2158> +proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Sierra Leone 1924 / New Colony Grid
+<2159> +proj=tmerc +lat_0=6.666666666666667 +lon_0=-12 +k=1 +x_0=152399.8550907544 +y_0=0 +a=6378300 +b=6356751.689189189 +to_meter=0.3047997101815088 +no_defs  <>
+# Sierra Leone 1924 / New War Office Grid
+<2160> +proj=tmerc +lat_0=6.666666666666667 +lon_0=-12 +k=1 +x_0=243839.7681452071 +y_0=182879.8261089053 +a=6378300 +b=6356751.689189189 +to_meter=0.3047997101815088 +no_defs  <>
+# Sierra Leone 1968 / UTM zone 28N
+<2161> +proj=utm +zone=28 +ellps=clrk80 +towgs84=-88,4,101,0,0,0,0 +units=m +no_defs  <>
+# Sierra Leone 1968 / UTM zone 29N
+<2162> +proj=utm +zone=29 +ellps=clrk80 +towgs84=-88,4,101,0,0,0,0 +units=m +no_defs  <>
+# US National Atlas Equal Area
+<2163> +proj=laea +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0 +a=6370997 +b=6370997 +units=m +no_defs  <>
+# Locodjo 1965 / TM 5 NW
+<2164> +proj=tmerc +lat_0=0 +lon_0=-5 +k=0.9996 +x_0=500000 +y_0=0 +ellps=clrk80 +towgs84=-125,53,467,0,0,0,0 +units=m +no_defs  <>
+# Abidjan 1987 / TM 5 NW
+<2165> +proj=tmerc +lat_0=0 +lon_0=-5 +k=0.9996 +x_0=500000 +y_0=0 +ellps=clrk80 +towgs84=-124.76,53,466.79,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / Gauss Kruger zone 3 (deprecated)
+<2166> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / Gauss Kruger zone 4 (deprecated)
+<2167> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / Gauss Kruger zone 5 (deprecated)
+<2168> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Luxembourg 1930 / Gauss
+<2169> +proj=tmerc +lat_0=49.83333333333334 +lon_0=6.166666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +towgs84=-189.6806,18.3463,-42.7695,-0.33746,-3.09264,2.53861,0.4598 +units=m +no_defs  <>
+# MGI / Slovenia Grid (deprecated)
+<2170> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# Pulkovo 1942(58) / Poland zone I (deprecated)
+<2171> +proj=sterea +lat_0=50.625 +lon_0=21.08333333333333 +k=0.9998 +x_0=4637000 +y_0=5647000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Poland zone II
+<2172> +proj=sterea +lat_0=53.00194444444445 +lon_0=21.50277777777778 +k=0.9998 +x_0=4603000 +y_0=5806000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Poland zone III
+<2173> +proj=sterea +lat_0=53.58333333333334 +lon_0=17.00833333333333 +k=0.9998 +x_0=3501000 +y_0=5999000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Poland zone IV
+<2174> +proj=sterea +lat_0=51.67083333333333 +lon_0=16.67222222222222 +k=0.9998 +x_0=3703000 +y_0=5627000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Poland zone V
+<2175> +proj=tmerc +lat_0=0 +lon_0=18.95833333333333 +k=0.999983 +x_0=237000 +y_0=-4700000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# ETRS89 / Poland CS2000 zone 5
+<2176> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.999923 +x_0=5500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Poland CS2000 zone 6
+<2177> +proj=tmerc +lat_0=0 +lon_0=18 +k=0.999923 +x_0=6500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Poland CS2000 zone 7
+<2178> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.999923 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Poland CS2000 zone 8
+<2179> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.999923 +x_0=8500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Poland CS92
+<2180> +proj=tmerc +lat_0=0 +lon_0=19 +k=0.9993 +x_0=500000 +y_0=-5300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Azores Occidental 1939 / UTM zone 25N
+<2188> +proj=utm +zone=25 +ellps=intl +towgs84=-425,-169,81,0,0,0,0 +units=m +no_defs  <>
+# Azores Central 1948 / UTM zone 26N
+<2189> +proj=utm +zone=26 +ellps=intl +towgs84=-104,167,-38,0,0,0,0 +units=m +no_defs  <>
+# Azores Oriental 1940 / UTM zone 26N
+<2190> +proj=utm +zone=26 +ellps=intl +towgs84=-203,141,53,0,0,0,0 +units=m +no_defs  <>
+# Madeira 1936 / UTM zone 28N (deprecated)
+<2191> +proj=utm +zone=28 +ellps=intl +units=m +no_defs  <>
+# ED50 / France EuroLambert (deprecated)
+<2192> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=2.337229166666667 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / New Zealand Transverse Mercator 2000
+<2193> +proj=tmerc +lat_0=0 +lon_0=173 +k=0.9996 +x_0=1600000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# American Samoa 1962 / American Samoa Lambert (deprecated)
+<2194> +proj=lcc +lat_1=-14.26666666666667 +lat_0=-14.26666666666667 +lon_0=-170 +k_0=1 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / UTM zone 2S
+<2195> +proj=utm +zone=2 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Kp2000 Jutland
+<2196> +proj=tmerc +lat_0=0 +lon_0=9.5 +k=0.99995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Kp2000 Zealand
+<2197> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.99995 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Kp2000 Bornholm
+<2198> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Albanian 1987 / Gauss Kruger zone 4 (deprecated)
+<2199> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=-44.183,-0.58,-38.489,2.3867,2.7072,-3.5196,-8.2703 +units=m +no_defs  <>
+# ATS77 / New Brunswick Stereographic (ATS77)
+<2200> +proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=300000 +y_0=800000 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+# REGVEN / UTM zone 18N
+<2201> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# REGVEN / UTM zone 19N
+<2202> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# REGVEN / UTM zone 20N
+<2203> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Tennessee
+<2204> +proj=lcc +lat_1=35.25 +lat_2=36.41666666666666 +lat_0=34.66666666666666 +lon_0=-86 +x_0=609601.2192024384 +y_0=30480.06096012192 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD83 / Kentucky North
+<2205> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# ED50 / 3-degree Gauss-Kruger zone 9
+<2206> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / 3-degree Gauss-Kruger zone 10
+<2207> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / 3-degree Gauss-Kruger zone 11
+<2208> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / 3-degree Gauss-Kruger zone 12
+<2209> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / 3-degree Gauss-Kruger zone 13
+<2210> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / 3-degree Gauss-Kruger zone 14
+<2211> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / 3-degree Gauss-Kruger zone 15
+<2212> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / TM 30 NE
+<2213> +proj=tmerc +lat_0=0 +lon_0=30 +k=0.9996 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Douala 1948 / AOF west (deprecated)
+<2214> +proj=tmerc +lat_0=0 +lon_0=10.5 +k=0.999 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=-206.1,-174.7,-87.7,0,0,0,0 +units=m +no_defs  <>
+# Manoca 1962 / UTM zone 32N
+<2215> +proj=utm +zone=32 +a=6378249.2 +b=6356515 +towgs84=-70.9,-151.8,-41.4,0,0,0,0 +units=m +no_defs  <>
+# Qornoq 1927 / UTM zone 22N
+<2216> +proj=utm +zone=22 +ellps=intl +towgs84=164,138,-189,0,0,0,0 +units=m +no_defs  <>
+# Qornoq 1927 / UTM zone 23N
+<2217> +proj=utm +zone=23 +ellps=intl +towgs84=164,138,-189,0,0,0,0 +units=m +no_defs  <>
+# Scoresbysund 1952 / Greenland zone 5 east
+# Unable to translate coordinate system EPSG:2218 into PROJ.4 format.
+#
+# ATS77 / UTM zone 19N
+<2219> +proj=utm +zone=19 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+# ATS77 / UTM zone 20N
+<2220> +proj=utm +zone=20 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+# Scoresbysund 1952 / Greenland zone 6 east
+# Unable to translate coordinate system EPSG:2221 into PROJ.4 format.
+#
+# NAD83 / Arizona East (ft)
+<2222> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Arizona Central (ft)
+<2223> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Arizona West (ft)
+<2224> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / California zone 1 (ftUS)
+<2225> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / California zone 2 (ftUS)
+<2226> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / California zone 3 (ftUS)
+<2227> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / California zone 4 (ftUS)
+<2228> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / California zone 5 (ftUS)
+<2229> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / California zone 6 (ftUS)
+<2230> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Colorado North (ftUS)
+<2231> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Colorado Central (ftUS)
+<2232> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Colorado South (ftUS)
+<2233> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Connecticut (ftUS)
+<2234> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096012192 +y_0=152400.3048006096 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Delaware (ftUS)
+<2235> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Florida East (ftUS)
+<2236> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Florida West (ftUS)
+<2237> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Florida North (ftUS)
+<2238> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Georgia East (ftUS)
+<2239> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Georgia West (ftUS)
+<2240> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Idaho East (ftUS)
+<2241> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Idaho Central (ftUS)
+<2242> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Idaho West (ftUS)
+<2243> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Indiana East (ftUS) (deprecated)
+<2244> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249364.9987299975 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Indiana West (ftUS) (deprecated)
+<2245> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249364.9987299975 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Kentucky North (ftUS)
+<2246> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Kentucky South (ftUS)
+<2247> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0001016001 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Maryland (ftUS)
+<2248> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Massachusetts Mainland (ftUS)
+<2249> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=750000 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Massachusetts Island (ftUS)
+<2250> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Michigan North (ft)
+<2251> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999968001 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Michigan Central (ft)
+<2252> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.999976001 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Michigan South (ft)
+<2253> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Mississippi East (ftUS)
+<2254> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Mississippi West (ftUS)
+<2255> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=699999.9998983998 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Montana (ft)
+<2256> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / New Mexico East (ftUS)
+<2257> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / New Mexico Central (ftUS)
+<2258> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / New Mexico West (ftUS)
+<2259> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / New York East (ftUS)
+<2260> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / New York Central (ftUS)
+<2261> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=249999.9998983998 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / New York West (ftUS)
+<2262> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / New York Long Island (ftUS)
+<2263> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / North Carolina (ftUS)
+<2264> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / North Dakota North (ft)
+<2265> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / North Dakota South (ft)
+<2266> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Oklahoma North (ftUS)
+<2267> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Oklahoma South (ftUS)
+<2268> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Oregon North (ft)
+<2269> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Oregon South (ft)
+<2270> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Pennsylvania North (ftUS)
+<2271> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Pennsylvania South (ftUS)
+<2272> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / South Carolina (ft)
+<2273> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Tennessee (ftUS)
+<2274> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Texas North (ftUS)
+<2275> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000.0001016002 +y_0=999999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Texas North Central (ftUS)
+<2276> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000.0001016 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Texas Central (ftUS)
+<2277> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=699999.9998983998 +y_0=3000000 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Texas South Central (ftUS)
+<2278> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=3999999.9998984 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Texas South (ftUS)
+<2279> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000.0000000001 +y_0=5000000.0001016 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Utah North (ft)
+<2280> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=999999.9999960001 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Utah Central (ft)
+<2281> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=1999999.999992 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Utah South (ft)
+<2282> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.0001504 +y_0=2999999.999988 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83 / Virginia North (ftUS)
+<2283> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=2000000.0001016 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Virginia South (ftUS)
+<2284> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=999999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Washington North (ftUS)
+<2285> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Washington South (ftUS)
+<2286> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Wisconsin North (ftUS)
+<2287> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Wisconsin Central (ftUS)
+<2288> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Wisconsin South (ftUS)
+<2289> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# ATS77 / Prince Edward Isl. Stereographic (ATS77)
+<2290> +proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=700000 +y_0=400000 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+# NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83) (deprecated)
+<2291> +proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=400000 +y_0=800000 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+# NAD83(CSRS98) / Prince Edward Isl. Stereographic (NAD83) (deprecated)
+<2292> +proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ATS77 / MTM Nova Scotia zone 4
+<2294> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=4500000 +y_0=0 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+# ATS77 / MTM Nova Scotia zone 5
+<2295> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=5500000 +y_0=0 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+# Ammassalik 1958 / Greenland zone 7 east
+# Unable to translate coordinate system EPSG:2296 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 1 east (deprecated)
+# Unable to translate coordinate system EPSG:2297 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 2 east (deprecated)
+# Unable to translate coordinate system EPSG:2298 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 2 west
+# Unable to translate coordinate system EPSG:2299 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 3 east (deprecated)
+# Unable to translate coordinate system EPSG:2300 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 3 west
+# Unable to translate coordinate system EPSG:2301 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 4 east (deprecated)
+# Unable to translate coordinate system EPSG:2302 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 4 west
+# Unable to translate coordinate system EPSG:2303 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 5 west
+# Unable to translate coordinate system EPSG:2304 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 6 west
+# Unable to translate coordinate system EPSG:2305 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 7 west
+# Unable to translate coordinate system EPSG:2306 into PROJ.4 format.
+#
+# Qornoq 1927 / Greenland zone 8 east
+# Unable to translate coordinate system EPSG:2307 into PROJ.4 format.
+#
+# Batavia / TM 109 SE
+<2308> +proj=tmerc +lat_0=0 +lon_0=109 +k=0.9996 +x_0=500000 +y_0=10000000 +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / TM 116 SE
+<2309> +proj=tmerc +lat_0=0 +lon_0=116 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / TM 132 SE
+<2310> +proj=tmerc +lat_0=0 +lon_0=132 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / TM 6 NE
+<2311> +proj=tmerc +lat_0=0 +lon_0=6 +k=0.9996 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# Garoua / UTM zone 33N
+<2312> +proj=utm +zone=33 +ellps=clrk80 +units=m +no_defs  <>
+# Kousseri / UTM zone 33N
+<2313> +proj=utm +zone=33 +ellps=clrk80 +units=m +no_defs  <>
+# Trinidad 1903 / Trinidad Grid (ftCla)
+<2314> +proj=cass +lat_0=10.44166666666667 +lon_0=-61.33333333333334 +x_0=86501.46392052001 +y_0=65379.0134283 +a=6378293.645208759 +b=6356617.987679838 +towgs84=-61.702,284.488,472.052,0,0,0,0 +to_meter=0.3047972654 +no_defs  <>
+# Campo Inchauspe / UTM zone 19S
+<2315> +proj=utm +zone=19 +south +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+# Campo Inchauspe / UTM zone 20S
+<2316> +proj=utm +zone=20 +south +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / ICN Regional
+<2317> +proj=lcc +lat_1=9 +lat_2=3 +lat_0=6 +lon_0=-66 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# Ain el Abd / Aramco Lambert
+<2318> +proj=lcc +lat_1=17 +lat_2=33 +lat_0=25.08951 +lon_0=48 +x_0=0 +y_0=0 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+# ED50 / TM27
+<2319> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / TM30
+<2320> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / TM33
+<2321> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / TM36
+<2322> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / TM39
+<2323> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / TM42
+<2324> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / TM45
+<2325> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# Hong Kong 1980 Grid System
+<2326> +proj=tmerc +lat_0=22.31213333333334 +lon_0=114.1785555555556 +k=1 +x_0=836694.05 +y_0=819069.8 +ellps=intl +towgs84=-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 13
+<2327> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 14
+<2328> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 15
+<2329> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 16
+<2330> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 17
+<2331> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 18
+<2332> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 19
+<2333> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 20
+<2334> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 21
+<2335> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 22
+<2336> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger zone 23
+<2337> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 75E
+<2338> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 81E
+<2339> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 87E
+<2340> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 93E
+<2341> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 99E
+<2342> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 105E
+<2343> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 111E
+<2344> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 117E
+<2345> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 123E
+<2346> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 129E
+<2347> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / Gauss-Kruger CM 135E
+<2348> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 25
+<2349> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 26
+<2350> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 27
+<2351> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 28
+<2352> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 29
+<2353> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 30
+<2354> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 31
+<2355> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 32
+<2356> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 33
+<2357> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 34
+<2358> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 35
+<2359> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 36
+<2360> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 37
+<2361> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 38
+<2362> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 39
+<2363> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 40
+<2364> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 41
+<2365> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 42
+<2366> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 43
+<2367> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 44
+<2368> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger zone 45
+<2369> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 75E
+<2370> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 78E
+<2371> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 81E
+<2372> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 84E
+<2373> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 87E
+<2374> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 90E
+<2375> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 93E
+<2376> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 96E
+<2377> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 99E
+<2378> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 102E
+<2379> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 105E
+<2380> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 108E
+<2381> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 111E
+<2382> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 114E
+<2383> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 117E
+<2384> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 120E
+<2385> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 123E
+<2386> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 126E
+<2387> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 129E
+<2388> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 132E
+<2389> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# Xian 1980 / 3-degree Gauss-Kruger CM 135E
+<2390> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+# KKJ / Finland zone 1
+<2391> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+# KKJ / Finland zone 2
+<2392> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+# KKJ / Finland Uniform Coordinate System
+<2393> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+# KKJ / Finland zone 4
+<2394> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=4500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+# South Yemen / Gauss-Kruger zone 8
+<2395> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +units=m +no_defs  <>
+# South Yemen / Gauss-Kruger zone 9
+<2396> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 3
+<2397> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=24.9,-126.4,-93.2,-0.063,-0.247,-0.041,1.01 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 4
+<2398> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=24.9,-126.4,-93.2,-0.063,-0.247,-0.041,1.01 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 5
+<2399> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=24.9,-126.4,-93.2,-0.063,-0.247,-0.041,1.01 +units=m +no_defs  <>
+# RT90 2.5 gon W (deprecated)
+<2400> +proj=tmerc +lat_0=0 +lon_0=15.80827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 25
+<2401> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 26
+<2402> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 27
+<2403> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 28
+<2404> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 29
+<2405> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 30
+<2406> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 31
+<2407> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 32
+<2408> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 33
+<2409> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 34
+<2410> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 35
+<2411> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 36
+<2412> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 37
+<2413> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 38
+<2414> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 39
+<2415> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 40
+<2416> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 41
+<2417> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 42
+<2418> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 43
+<2419> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 44
+<2420> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger zone 45
+<2421> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 75E
+<2422> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 78E
+<2423> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 81E
+<2424> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 84E
+<2425> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 87E
+<2426> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 90E
+<2427> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 93E
+<2428> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 96E
+<2429> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 99E
+<2430> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 102E
+<2431> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 105E
+<2432> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 108E
+<2433> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 111E
+<2434> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 114E
+<2435> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 117E
+<2436> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 120E
+<2437> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 123E
+<2438> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 126E
+<2439> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 129E
+<2440> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 132E
+<2441> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / 3-degree Gauss-Kruger CM 135E
+<2442> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS I
+<2443> +proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS II
+<2444> +proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS III
+<2445> +proj=tmerc +lat_0=36 +lon_0=132.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS IV
+<2446> +proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS V
+<2447> +proj=tmerc +lat_0=36 +lon_0=134.3333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS VI
+<2448> +proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS VII
+<2449> +proj=tmerc +lat_0=36 +lon_0=137.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS VIII
+<2450> +proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS IX
+<2451> +proj=tmerc +lat_0=36 +lon_0=139.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS X
+<2452> +proj=tmerc +lat_0=40 +lon_0=140.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS XI
+<2453> +proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS XII
+<2454> +proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS XIII
+<2455> +proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS XIV
+<2456> +proj=tmerc +lat_0=26 +lon_0=142 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS XV
+<2457> +proj=tmerc +lat_0=26 +lon_0=127.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS XVI
+<2458> +proj=tmerc +lat_0=26 +lon_0=124 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS XVII
+<2459> +proj=tmerc +lat_0=26 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS XVIII
+<2460> +proj=tmerc +lat_0=20 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / Japan Plane Rectangular CS XIX
+<2461> +proj=tmerc +lat_0=26 +lon_0=154 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Albanian 1987 / Gauss-Kruger zone 4
+<2462> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=-44.183,-0.58,-38.489,2.3867,2.7072,-3.5196,-8.2703 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 21E
+<2463> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 27E
+<2464> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 33E
+<2465> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 39E
+<2466> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 45E
+<2467> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 51E
+<2468> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 57E
+<2469> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 63E
+<2470> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 69E
+<2471> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 75E
+<2472> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 81E
+<2473> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 87E
+<2474> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 93E
+<2475> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 99E
+<2476> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 105E
+<2477> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 111E
+<2478> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 117E
+<2479> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 123E
+<2480> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 129E
+<2481> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 135E
+<2482> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 141E
+<2483> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 147E
+<2484> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 153E
+<2485> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 159E
+<2486> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 165E
+<2487> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 171E
+<2488> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 177E
+<2489> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 177W
+<2490> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger CM 171W
+<2491> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 9E (deprecated)
+<2492> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 15E (deprecated)
+<2493> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 21E
+<2494> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 27E
+<2495> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 33E
+<2496> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 39E
+<2497> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 45E
+<2498> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 51E
+<2499> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 57E
+<2500> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 63E
+<2501> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 69E
+<2502> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 75E
+<2503> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 81E
+<2504> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 87E
+<2505> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 93E
+<2506> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 99E
+<2507> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 105E
+<2508> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 111E
+<2509> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 117E
+<2510> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 123E
+<2511> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 129E
+<2512> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 135E
+<2513> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 141E
+<2514> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 147E
+<2515> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 153E
+<2516> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 159E
+<2517> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 165E
+<2518> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 171E
+<2519> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 177E
+<2520> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 177W
+<2521> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger CM 171W
+<2522> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 7
+<2523> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 8
+<2524> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 9
+<2525> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 10
+<2526> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 11
+<2527> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 12
+<2528> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 13
+<2529> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 14
+<2530> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 15
+<2531> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 16
+<2532> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 17
+<2533> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 18
+<2534> +proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 19
+<2535> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 20
+<2536> +proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 21
+<2537> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 22
+<2538> +proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 23
+<2539> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 24
+<2540> +proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 25
+<2541> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 26
+<2542> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 27
+<2543> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 28
+<2544> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 29
+<2545> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 30
+<2546> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 31
+<2547> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 32
+<2548> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 33
+<2549> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Samboja / UTM zone 50S (deprecated)
+<2550> +proj=utm +zone=50 +south +ellps=bessel +towgs84=-404.78,685.68,45.47,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 34
+<2551> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 35
+<2552> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 36
+<2553> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 37
+<2554> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 38
+<2555> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 39
+<2556> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 40
+<2557> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 41
+<2558> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 42
+<2559> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 43
+<2560> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 44
+<2561> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 45
+<2562> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 46
+<2563> +proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=46500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 47
+<2564> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=47500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 48
+<2565> +proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=48500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 49
+<2566> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=49500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 50
+<2567> +proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=50500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 51
+<2568> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=51500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 52
+<2569> +proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=52500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 53
+<2570> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=53500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 54
+<2571> +proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=54500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 55
+<2572> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=55500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 56
+<2573> +proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=56500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 57
+<2574> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=57500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 58
+<2575> +proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=58500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 59
+<2576> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=59500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 60 (deprecated)
+<2577> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=60000000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 61
+<2578> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=61500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 62
+<2579> +proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=62500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 63
+<2580> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=63500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 64
+<2581> +proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=64500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 21E
+<2582> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 24E
+<2583> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 27E
+<2584> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 30E
+<2585> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 33E
+<2586> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 36E
+<2587> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 39E
+<2588> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 42E
+<2589> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 45E
+<2590> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 48E
+<2591> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 51E
+<2592> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 54E
+<2593> +proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 57E
+<2594> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 60E
+<2595> +proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 63E
+<2596> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 66E
+<2597> +proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 69E
+<2598> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 72E
+<2599> +proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Lietuvos Koordinoei Sistema 1994 (deprecated)
+<2600> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 75E
+<2601> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 78E
+<2602> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 81E
+<2603> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 84E
+<2604> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 87E
+<2605> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 90E
+<2606> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 93E
+<2607> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 96E
+<2608> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 99E
+<2609> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 102E
+<2610> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 105E
+<2611> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 108E
+<2612> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 111E
+<2613> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 114E
+<2614> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 117E
+<2615> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 120E
+<2616> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 123E
+<2617> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 126E
+<2618> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 129E
+<2619> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 132E
+<2620> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 135E
+<2621> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 138E
+<2622> +proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 141E
+<2623> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 144E
+<2624> +proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 147E
+<2625> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 150E
+<2626> +proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 153E
+<2627> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 156E
+<2628> +proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 159E
+<2629> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 162E
+<2630> +proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 165E
+<2631> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 168E
+<2632> +proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 171E
+<2633> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 174E
+<2634> +proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 177E
+<2635> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 180E
+<2636> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 177W
+<2637> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 174W
+<2638> +proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 171W
+<2639> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 168W
+<2640> +proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 7
+<2641> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 8
+<2642> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 9
+<2643> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 10
+<2644> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 11
+<2645> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 12
+<2646> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 13
+<2647> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 14
+<2648> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 15
+<2649> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 16
+<2650> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 17
+<2651> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 18
+<2652> +proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 19
+<2653> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 20
+<2654> +proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 21
+<2655> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 22
+<2656> +proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 23
+<2657> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 24
+<2658> +proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 25
+<2659> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 26
+<2660> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 27
+<2661> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 28
+<2662> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 29
+<2663> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 30
+<2664> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 31
+<2665> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 32
+<2666> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 33
+<2667> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 34
+<2668> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 35
+<2669> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 36
+<2670> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 37
+<2671> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 38
+<2672> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 39
+<2673> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 40
+<2674> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 41
+<2675> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 42
+<2676> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 43
+<2677> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 44
+<2678> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 45
+<2679> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 46
+<2680> +proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=46500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 47
+<2681> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=47500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 48
+<2682> +proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=48500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 49
+<2683> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=49500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 50
+<2684> +proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=50500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 51
+<2685> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=51500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 52
+<2686> +proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=52500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 53
+<2687> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=53500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 54
+<2688> +proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=54500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 55
+<2689> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=55500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 56
+<2690> +proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=56500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 57
+<2691> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=57500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 58
+<2692> +proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=58500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 59
+<2693> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=59500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 60 (deprecated)
+<2694> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=60000000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 61
+<2695> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=61500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 62
+<2696> +proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=62500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 63
+<2697> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=63500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 64
+<2698> +proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=64500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 21E
+<2699> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 24E
+<2700> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 27E
+<2701> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 30E
+<2702> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 33E
+<2703> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 36E
+<2704> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 39E
+<2705> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 42E
+<2706> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 45E
+<2707> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 48E
+<2708> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 51E
+<2709> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 54E
+<2710> +proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 57E
+<2711> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 60E
+<2712> +proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 63E
+<2713> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 66E
+<2714> +proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 69E
+<2715> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 72E
+<2716> +proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 75E
+<2717> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 78E
+<2718> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 81E
+<2719> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 84E
+<2720> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 87E
+<2721> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 90E
+<2722> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 93E
+<2723> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 96E
+<2724> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 99E
+<2725> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 102E
+<2726> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 105E
+<2727> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 108E
+<2728> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 111E
+<2729> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 114E
+<2730> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 117E
+<2731> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 120E
+<2732> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 123E
+<2733> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 126E
+<2734> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 129E
+<2735> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Tete / UTM zone 36S
+<2736> +proj=utm +zone=36 +south +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +units=m +no_defs  <>
+# Tete / UTM zone 37S
+<2737> +proj=utm +zone=37 +south +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 132E
+<2738> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 135E
+<2739> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 138E
+<2740> +proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 141E
+<2741> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 144E
+<2742> +proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 147E
+<2743> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 150E
+<2744> +proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 153E
+<2745> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 156E
+<2746> +proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 159E
+<2747> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 162E
+<2748> +proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 165E
+<2749> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 168E
+<2750> +proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 171E
+<2751> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 174E
+<2752> +proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 177E
+<2753> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 180E
+<2754> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 177W
+<2755> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 174W
+<2756> +proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 171W
+<2757> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 168W
+<2758> +proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# NAD83(HARN) / Alabama East
+<2759> +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Alabama West
+<2760> +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Arizona East
+<2761> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Arizona Central
+<2762> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Arizona West
+<2763> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Arkansas North
+<2764> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Arkansas South
+<2765> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / California zone 1
+<2766> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / California zone 2
+<2767> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / California zone 3
+<2768> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / California zone 4
+<2769> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / California zone 5
+<2770> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / California zone 6
+<2771> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Colorado North
+<2772> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Colorado Central
+<2773> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Colorado South
+<2774> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Connecticut
+<2775> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Delaware
+<2776> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Florida East
+<2777> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Florida West
+<2778> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Florida North
+<2779> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Georgia East
+<2780> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Georgia West
+<2781> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Hawaii zone 1
+<2782> +proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Hawaii zone 2
+<2783> +proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Hawaii zone 3
+<2784> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Hawaii zone 4
+<2785> +proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Hawaii zone 5
+<2786> +proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Idaho East
+<2787> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Idaho Central
+<2788> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Idaho West
+<2789> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Illinois East
+<2790> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Illinois West
+<2791> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Indiana East
+<2792> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Indiana West
+<2793> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Iowa North
+<2794> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Iowa South
+<2795> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Kansas North
+<2796> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Kansas South
+<2797> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Kentucky North
+<2798> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Kentucky South
+<2799> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Louisiana North
+<2800> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Louisiana South
+<2801> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Maine East
+<2802> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Maine West
+<2803> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Maryland
+<2804> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Massachusetts Mainland
+<2805> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Massachusetts Island
+<2806> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Michigan North
+<2807> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Michigan Central
+<2808> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Michigan South
+<2809> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Minnesota North
+<2810> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Minnesota Central
+<2811> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Minnesota South
+<2812> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Mississippi East
+<2813> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Mississippi West
+<2814> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Missouri East
+<2815> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Missouri Central
+<2816> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Missouri West
+<2817> +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Montana
+<2818> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Nebraska
+<2819> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Nevada East
+<2820> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Nevada Central
+<2821> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Nevada West
+<2822> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / New Hampshire
+<2823> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / New Jersey
+<2824> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / New Mexico East
+<2825> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / New Mexico Central
+<2826> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / New Mexico West
+<2827> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / New York East
+<2828> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / New York Central
+<2829> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / New York West
+<2830> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / New York Long Island
+<2831> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / North Dakota North
+<2832> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / North Dakota South
+<2833> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Ohio North
+<2834> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Ohio South
+<2835> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Oklahoma North
+<2836> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Oklahoma South
+<2837> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Oregon North
+<2838> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Oregon South
+<2839> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Rhode Island
+<2840> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / South Dakota North
+<2841> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / South Dakota South
+<2842> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Tennessee
+<2843> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Texas North
+<2844> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Texas North Central
+<2845> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Texas Central
+<2846> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=700000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Texas South Central
+<2847> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Texas South
+<2848> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Utah North
+<2849> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Utah Central
+<2850> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Utah South
+<2851> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Vermont
+<2852> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Virginia North
+<2853> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Virginia South
+<2854> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Washington North
+<2855> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Washington South
+<2856> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / West Virginia North
+<2857> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / West Virginia South
+<2858> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Wisconsin North
+<2859> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Wisconsin Central
+<2860> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Wisconsin South
+<2861> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Wyoming East
+<2862> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Wyoming East Central
+<2863> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Wyoming West Central
+<2864> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Wyoming West
+<2865> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Puerto Rico and Virgin Is.
+<2866> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Arizona East (ft)
+<2867> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Arizona Central (ft)
+<2868> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Arizona West (ft)
+<2869> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / California zone 1 (ftUS)
+<2870> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / California zone 2 (ftUS)
+<2871> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / California zone 3 (ftUS)
+<2872> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / California zone 4 (ftUS)
+<2873> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / California zone 5 (ftUS)
+<2874> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / California zone 6 (ftUS)
+<2875> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Colorado North (ftUS)
+<2876> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Colorado Central (ftUS)
+<2877> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Colorado South (ftUS)
+<2878> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Connecticut (ftUS)
+<2879> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096012192 +y_0=152400.3048006096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Delaware (ftUS)
+<2880> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Florida East (ftUS)
+<2881> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Florida West (ftUS)
+<2882> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Florida North (ftUS)
+<2883> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Georgia East (ftUS)
+<2884> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Georgia West (ftUS)
+<2885> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Idaho East (ftUS)
+<2886> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Idaho Central (ftUS)
+<2887> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Idaho West (ftUS)
+<2888> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Indiana East (ftUS) (deprecated)
+<2889> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249364.9987299975 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Indiana West (ftUS) (deprecated)
+<2890> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249364.9987299975 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Kentucky North (ftUS)
+<2891> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Kentucky South (ftUS)
+<2892> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0001016001 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Maryland (ftUS)
+<2893> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Massachusetts Mainland (ftUS)
+<2894> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Massachusetts Island (ftUS)
+<2895> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Michigan North (ft)
+<2896> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999968001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Michigan Central (ft)
+<2897> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.999976001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Michigan South (ft)
+<2898> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Mississippi East (ftUS)
+<2899> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Mississippi West (ftUS)
+<2900> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Montana (ft)
+<2901> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / New Mexico East (ftUS)
+<2902> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / New Mexico Central (ftUS)
+<2903> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / New Mexico West (ftUS)
+<2904> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / New York East (ftUS)
+<2905> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / New York Central (ftUS)
+<2906> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=249999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / New York West (ftUS)
+<2907> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / New York Long Island (ftUS)
+<2908> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / North Dakota North (ft)
+<2909> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / North Dakota South (ft)
+<2910> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Oklahoma North (ftUS)
+<2911> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Oklahoma South (ftUS)
+<2912> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Oregon North (ft)
+<2913> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Oregon South (ft)
+<2914> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Tennessee (ftUS)
+<2915> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Texas North (ftUS)
+<2916> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000.0001016002 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Texas North Central (ftUS)
+<2917> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Texas Central (ftUS)
+<2918> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=699999.9998983998 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Texas South Central (ftUS)
+<2919> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Texas South (ftUS)
+<2920> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000.0000000001 +y_0=5000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Utah North (ft)
+<2921> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=999999.9999960001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Utah Central (ft)
+<2922> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=1999999.999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Utah South (ft)
+<2923> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.0001504 +y_0=2999999.999988 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Virginia North (ftUS)
+<2924> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Virginia South (ftUS)
+<2925> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Washington North (ftUS)
+<2926> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Washington South (ftUS)
+<2927> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Wisconsin North (ftUS)
+<2928> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Wisconsin Central (ftUS)
+<2929> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Wisconsin South (ftUS)
+<2930> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# Beduaram / TM 13 NE
+<2931> +proj=tmerc +lat_0=0 +lon_0=13 +k=0.9996 +x_0=500000 +y_0=0 +a=6378249.2 +b=6356515 +towgs84=-106,-87,188,0,0,0,0 +units=m +no_defs  <>
+# QND95 / Qatar National Grid
+<2932> +proj=tmerc +lat_0=24.45 +lon_0=51.21666666666667 +k=0.99999 +x_0=200000 +y_0=300000 +ellps=intl +towgs84=-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065 +units=m +no_defs  <>
+# Segara / UTM zone 50S
+<2933> +proj=utm +zone=50 +south +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +units=m +no_defs  <>
+# Segara (Jakarta) / NEIEZ (deprecated)
+<2934> +proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +pm=jakarta +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone A1
+<2935> +proj=tmerc +lat_0=0.1166666666666667 +lon_0=41.53333333333333 +k=1 +x_0=1300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone A2
+<2936> +proj=tmerc +lat_0=0.1166666666666667 +lon_0=44.53333333333333 +k=1 +x_0=2300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone A3
+<2937> +proj=tmerc +lat_0=0.1166666666666667 +lon_0=47.53333333333333 +k=1 +x_0=3300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone A4
+<2938> +proj=tmerc +lat_0=0.1166666666666667 +lon_0=50.53333333333333 +k=1 +x_0=4300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone K2
+<2939> +proj=tmerc +lat_0=0.1333333333333333 +lon_0=50.76666666666667 +k=1 +x_0=2300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone K3
+<2940> +proj=tmerc +lat_0=0.1333333333333333 +lon_0=53.76666666666667 +k=1 +x_0=3300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone K4
+<2941> +proj=tmerc +lat_0=0.1333333333333333 +lon_0=56.76666666666667 +k=1 +x_0=4300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Porto Santo / UTM zone 28N
+<2942> +proj=utm +zone=28 +ellps=intl +towgs84=-499,-249,314,0,0,0,0 +units=m +no_defs  <>
+# Selvagem Grande / UTM zone 28N
+<2943> +proj=utm +zone=28 +ellps=intl +towgs84=-289,-124,60,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / SCoPQ zone 2 (deprecated)
+<2944> +proj=tmerc +lat_0=0 +lon_0=-55.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 3
+<2945> +proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 4
+<2946> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 5
+<2947> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 6
+<2948> +proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 7
+<2949> +proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 8
+<2950> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 9
+<2951> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 10
+<2952> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / New Brunswick Stereographic
+<2953> +proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=2500000 +y_0=7500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / Prince Edward Isl. Stereographic (NAD83)
+<2954> +proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 11N
+<2955> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 12N
+<2956> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 13N
+<2957> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 17N
+<2958> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 18N
+<2959> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 19N
+<2960> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 20N
+<2961> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 21N
+<2962> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Lisbon 1890 (Lisbon) / Portugal Bonne
+# Unable to translate coordinate system EPSG:2963 into PROJ.4 format.
+#
+# NAD27 / Alaska Albers
+<2964> +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD83 / Indiana East (ftUS)
+<2965> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Indiana West (ftUS)
+<2966> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Indiana East (ftUS)
+<2967> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Indiana West (ftUS)
+<2968> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# Fort Marigot / UTM zone 20N
+<2969> +proj=utm +zone=20 +ellps=intl +towgs84=137,248,-430,0,0,0,0 +units=m +no_defs  <>
+# Guadeloupe 1948 / UTM zone 20N
+<2970> +proj=utm +zone=20 +ellps=intl +towgs84=-467,-16,-300,0,0,0,0 +units=m +no_defs  <>
+# CSG67 / UTM zone 22N
+<2971> +proj=utm +zone=22 +ellps=intl +towgs84=-186,230,110,0,0,0,0 +units=m +no_defs  <>
+# RGFG95 / UTM zone 22N
+<2972> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Martinique 1938 / UTM zone 20N
+<2973> +proj=utm +zone=20 +ellps=intl +towgs84=186,482,151,0,0,0,0 +units=m +no_defs  <>
+# RGR92 / UTM zone 40S
+<2975> +proj=utm +zone=40 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Tahiti 52 / UTM zone 6S
+<2976> +proj=utm +zone=6 +south +ellps=intl +towgs84=162,117,154,0,0,0,0 +units=m +no_defs  <>
+# Tahaa 54 / UTM zone 5S
+<2977> +proj=utm +zone=5 +south +ellps=intl +towgs84=72.438,345.918,79.486,1.6045,0.8823,0.5565,1.3746 +units=m +no_defs  <>
+# IGN72 Nuku Hiva / UTM zone 7S
+<2978> +proj=utm +zone=7 +south +ellps=intl +towgs84=84,274,65,0,0,0,0 +units=m +no_defs  <>
+# K0 1949 / UTM zone 42S (deprecated)
+<2979> +proj=utm +zone=42 +south +ellps=intl +towgs84=145,-187,103,0,0,0,0 +units=m +no_defs  <>
+# Combani 1950 / UTM zone 38S
+<2980> +proj=utm +zone=38 +south +ellps=intl +towgs84=-382,-59,-262,0,0,0,0 +units=m +no_defs  <>
+# IGN56 Lifou / UTM zone 58S
+<2981> +proj=utm +zone=58 +south +ellps=intl +towgs84=335.47,222.58,-230.94,0,0,0,0 +units=m +no_defs  <>
+# IGN72 Grand Terre / UTM zone 58S (deprecated)
+<2982> +proj=utm +zone=58 +south +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +units=m +no_defs  <>
+# ST87 Ouvea / UTM zone 58S (deprecated)
+<2983> +proj=utm +zone=58 +south +ellps=intl +towgs84=-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798 +units=m +no_defs  <>
+# RGNC 1991 / Lambert New Caledonia (deprecated)
+<2984> +proj=lcc +lat_1=-20.66666666666667 +lat_2=-22.33333333333333 +lat_0=-21.5 +lon_0=166 +x_0=400000 +y_0=300000 +ellps=intl +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Petrels 1972 / Terre Adelie Polar Stereographic
+# Unable to translate coordinate system EPSG:2985 into PROJ.4 format.
+#
+# Perroud 1950 / Terre Adelie Polar Stereographic
+# Unable to translate coordinate system EPSG:2986 into PROJ.4 format.
+#
+# Saint Pierre et Miquelon 1950 / UTM zone 21N
+<2987> +proj=utm +zone=21 +ellps=clrk66 +towgs84=11.363,424.148,373.13,0,0,0,0 +units=m +no_defs  <>
+# MOP78 / UTM zone 1S
+<2988> +proj=utm +zone=1 +south +ellps=intl +towgs84=253,-132,-127,0,0,0,0 +units=m +no_defs  <>
+# RRAF 1991 / UTM zone 20N (deprecated)
+<2989> +proj=utm +zone=20 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Reunion 1947 / TM Reunion (deprecated)
+<2990> +proj=tmerc +lat_0=-21.11666666666667 +lon_0=55.53333333333333 +k=1 +x_0=50000 +y_0=160000 +ellps=intl +towgs84=94,-948,-1262,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Oregon LCC (m)
+<2991> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Oregon GIC Lambert (ft)
+<2992> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+# NAD83(HARN) / Oregon LCC (m)
+<2993> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Oregon GIC Lambert (ft)
+<2994> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# IGN53 Mare / UTM zone 58S
+<2995> +proj=utm +zone=58 +south +ellps=intl +towgs84=287.58,177.78,-135.41,0,0,0,0 +units=m +no_defs  <>
+# ST84 Ile des Pins / UTM zone 58S
+<2996> +proj=utm +zone=58 +south +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +units=m +no_defs  <>
+# ST71 Belep / UTM zone 58S
+<2997> +proj=utm +zone=58 +south +ellps=intl +towgs84=-480.26,-438.32,-643.429,16.3119,20.1721,-4.0349,-111.7002 +units=m +no_defs  <>
+# NEA74 Noumea / UTM zone 58S
+<2998> +proj=utm +zone=58 +south +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +units=m +no_defs  <>
+# Grand Comoros / UTM zone 38S
+<2999> +proj=utm +zone=38 +south +ellps=intl +towgs84=-963,510,-359,0,0,0,0 +units=m +no_defs  <>
+# Segara / NEIEZ
+<3000> +proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +units=m +no_defs  <>
+# Batavia / NEIEZ
+<3001> +proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs  <>
+# Makassar / NEIEZ
+<3002> +proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +units=m +no_defs  <>
+# Monte Mario / Italy zone 1
+<3003> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +units=m +no_defs  <>
+# Monte Mario / Italy zone 2
+<3004> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=2520000 +y_0=0 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +units=m +no_defs  <>
+# NAD83 / BC Albers
+<3005> +proj=aea +lat_1=50 +lat_2=58.5 +lat_0=45 +lon_0=-126 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# SWEREF99 TM
+<3006> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 12 00
+<3007> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 13 30
+<3008> +proj=tmerc +lat_0=0 +lon_0=13.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 15 00
+<3009> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 16 30
+<3010> +proj=tmerc +lat_0=0 +lon_0=16.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 18 00
+<3011> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 14 15
+<3012> +proj=tmerc +lat_0=0 +lon_0=14.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 15 45
+<3013> +proj=tmerc +lat_0=0 +lon_0=15.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 17 15
+<3014> +proj=tmerc +lat_0=0 +lon_0=17.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 18 45
+<3015> +proj=tmerc +lat_0=0 +lon_0=18.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 20 15
+<3016> +proj=tmerc +lat_0=0 +lon_0=20.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 21 45
+<3017> +proj=tmerc +lat_0=0 +lon_0=21.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 23 15
+<3018> +proj=tmerc +lat_0=0 +lon_0=23.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RT90 7.5 gon V
+<3019> +proj=tmerc +lat_0=0 +lon_0=11.30827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+# RT90 5 gon V
+<3020> +proj=tmerc +lat_0=0 +lon_0=13.55827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+# RT90 2.5 gon V
+<3021> +proj=tmerc +lat_0=0 +lon_0=15.80827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+# RT90 0 gon
+<3022> +proj=tmerc +lat_0=0 +lon_0=18.05827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+# RT90 2.5 gon O
+<3023> +proj=tmerc +lat_0=0 +lon_0=20.30827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+# RT90 5 gon O
+<3024> +proj=tmerc +lat_0=0 +lon_0=22.55827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+# RT38 7.5 gon V
+<3025> +proj=tmerc +lat_0=0 +lon_0=11.30827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# RT38 5 gon V
+<3026> +proj=tmerc +lat_0=0 +lon_0=13.55827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# RT38 2.5 gon V
+<3027> +proj=tmerc +lat_0=0 +lon_0=15.80827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# RT38 0 gon
+<3028> +proj=tmerc +lat_0=0 +lon_0=18.05827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# RT38 2.5 gon O
+<3029> +proj=tmerc +lat_0=0 +lon_0=20.30827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# RT38 5 gon O
+<3030> +proj=tmerc +lat_0=0 +lon_0=22.55827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# WGS 84 / Antarctic Polar Stereographic
+<3031> +proj=stere +lat_0=-90 +lat_ts=-71 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Australian Antarctic Polar Stereographic
+<3032> +proj=stere +lat_0=-90 +lat_ts=-71 +lon_0=70 +k=1 +x_0=6000000 +y_0=6000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Australian Antarctic Lambert
+<3033> +proj=lcc +lat_1=-68.5 +lat_2=-74.5 +lat_0=-50 +lon_0=70 +x_0=6000000 +y_0=6000000 +datum=WGS84 +units=m +no_defs  <>
+# ETRS89 / LCC Europe
+<3034> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / LAEA Europe
+<3035> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Moznet / UTM zone 36S
+<3036> +proj=utm +zone=36 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Moznet / UTM zone 37S
+<3037> +proj=utm +zone=37 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / TM26 (deprecated)
+<3038> +proj=utm +zone=26 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / TM27 (deprecated)
+<3039> +proj=utm +zone=27 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 28N (N-E)
+<3040> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 29N (N-E)
+<3041> +proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 30N (N-E)
+<3042> +proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 31N (N-E)
+<3043> +proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 32N (N-E)
+<3044> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 33N (N-E)
+<3045> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 34N (N-E)
+<3046> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 35N (N-E)
+<3047> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 36N (N-E)
+<3048> +proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 37N (N-E)
+<3049> +proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / TM38 (deprecated)
+<3050> +proj=utm +zone=38 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / TM39 (deprecated)
+<3051> +proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Reykjavik 1900 / Lambert 1900
+# Unable to translate coordinate system EPSG:3052 into PROJ.4 format.
+#
+# Hjorsey 1955 / Lambert 1955
+# Unable to translate coordinate system EPSG:3053 into PROJ.4 format.
+#
+# Hjorsey 1955 / UTM zone 26N
+<3054> +proj=utm +zone=26 +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +units=m +no_defs  <>
+# Hjorsey 1955 / UTM zone 27N
+<3055> +proj=utm +zone=27 +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +units=m +no_defs  <>
+# Hjorsey 1955 / UTM zone 28N
+<3056> +proj=utm +zone=28 +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +units=m +no_defs  <>
+# ISN93 / Lambert 1993
+<3057> +proj=lcc +lat_1=64.25 +lat_2=65.75 +lat_0=65 +lon_0=-19 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Helle 1954 / Jan Mayen Grid
+<3058> +proj=tmerc +lat_0=0 +lon_0=-8.5 +k=1 +x_0=50000 +y_0=-7800000 +ellps=intl +towgs84=982.6087,552.753,-540.873,6.6816266,-31.6114924,-19.84816,16.805 +units=m +no_defs  <>
+# LKS92 / Latvia TM
+<3059> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=-6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# IGN72 Grande Terre / UTM zone 58S
+<3060> +proj=utm +zone=58 +south +ellps=intl +towgs84=-11.64,-348.6,291.98,0,0,0,0 +units=m +no_defs  <>
+# Porto Santo 1995 / UTM zone 28N
+<3061> +proj=utm +zone=28 +ellps=intl +towgs84=-502.862,-247.438,312.724,0,0,0,0 +units=m +no_defs  <>
+# Azores Oriental 1995 / UTM zone 26N
+<3062> +proj=utm +zone=26 +ellps=intl +towgs84=-204.619,140.176,55.226,0,0,0,0 +units=m +no_defs  <>
+# Azores Central 1995 / UTM zone 26N
+<3063> +proj=utm +zone=26 +ellps=intl +towgs84=-106.226,166.366,-37.893,0,0,0,0 +units=m +no_defs  <>
+# IGM95 / UTM zone 32N
+<3064> +proj=utm +zone=32 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# IGM95 / UTM zone 33N
+<3065> +proj=utm +zone=33 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ED50 / Jordan TM
+<3066> +proj=tmerc +lat_0=0 +lon_0=37 +k=0.9998 +x_0=500000 +y_0=-3000000 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / TM35FIN(E,N)
+<3067> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DHDN / Soldner Berlin
+<3068> +proj=cass +lat_0=52.41864827777778 +lon_0=13.62720366666667 +x_0=40000 +y_0=10000 +datum=potsdam +units=m +no_defs  <>
+# NAD27 / Wisconsin Transverse Mercator
+<3069> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=500000 +y_0=-4500000 +datum=NAD27 +units=m +no_defs  <>
+# NAD83 / Wisconsin Transverse Mercator
+<3070> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Wisconsin Transverse Mercator
+<3071> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Maine CS2000 East
+<3072> +proj=tmerc +lat_0=43.83333333333334 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Maine CS2000 Central (deprecated)
+<3073> +proj=tmerc +lat_0=43 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Maine CS2000 West
+<3074> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Maine CS2000 East
+<3075> +proj=tmerc +lat_0=43.83333333333334 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Maine CS2000 Central (deprecated)
+<3076> +proj=tmerc +lat_0=43 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Maine CS2000 West
+<3077> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Michigan Oblique Mercator
+<3078> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Michigan Oblique Mercator
+<3079> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Shackleford
+<3080> +proj=lcc +lat_1=27.41666666666667 +lat_2=34.91666666666666 +lat_0=31.16666666666667 +lon_0=-100 +x_0=914400 +y_0=914400 +datum=NAD27 +units=ft +no_defs  <>
+# NAD83 / Texas State Mapping System
+<3081> +proj=lcc +lat_1=27.41666666666667 +lat_2=34.91666666666666 +lat_0=31.16666666666667 +lon_0=-100 +x_0=1000000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Texas Centric Lambert Conformal
+<3082> +proj=lcc +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=5000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Texas Centric Albers Equal Area
+<3083> +proj=aea +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=6000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Texas Centric Lambert Conformal
+<3084> +proj=lcc +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Texas Centric Albers Equal Area
+<3085> +proj=aea +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Florida GDL Albers
+<3086> +proj=aea +lat_1=24 +lat_2=31.5 +lat_0=24 +lon_0=-84 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Florida GDL Albers
+<3087> +proj=aea +lat_1=24 +lat_2=31.5 +lat_0=24 +lon_0=-84 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Kentucky Single Zone
+<3088> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Kentucky Single Zone (ftUS)
+<3089> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=999999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Kentucky Single Zone
+<3090> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Kentucky Single Zone (ftUS)
+<3091> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# Tokyo / UTM zone 51N
+<3092> +proj=utm +zone=51 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / UTM zone 52N
+<3093> +proj=utm +zone=52 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / UTM zone 53N
+<3094> +proj=utm +zone=53 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / UTM zone 54N
+<3095> +proj=utm +zone=54 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / UTM zone 55N
+<3096> +proj=utm +zone=55 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / UTM zone 51N
+<3097> +proj=utm +zone=51 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / UTM zone 52N
+<3098> +proj=utm +zone=52 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / UTM zone 53N
+<3099> +proj=utm +zone=53 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / UTM zone 54N
+<3100> +proj=utm +zone=54 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JGD2000 / UTM zone 55N
+<3101> +proj=utm +zone=55 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# American Samoa 1962 / American Samoa Lambert
+<3102> +proj=lcc +lat_1=-14.26666666666667 +lat_0=-14.26666666666667 +lon_0=-170 +k_0=1 +x_0=152400.3048006096 +y_0=95169.31165862332 +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +units=us-ft +no_defs  <>
+# Mauritania 1999 / UTM zone 28N (deprecated)
+<3103> +proj=utm +zone=28 +ellps=clrk80 +units=m +no_defs  <>
+# Mauritania 1999 / UTM zone 29N (deprecated)
+<3104> +proj=utm +zone=29 +ellps=clrk80 +units=m +no_defs  <>
+# Mauritania 1999 / UTM zone 30N (deprecated)
+<3105> +proj=utm +zone=30 +ellps=clrk80 +units=m +no_defs  <>
+# Gulshan 303 / Bangladesh Transverse Mercator
+<3106> +proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=0 +a=6377276.345 +b=6356075.41314024 +towgs84=283.7,735.9,261.1,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / SA Lambert
+<3107> +proj=lcc +lat_1=-28 +lat_2=-36 +lat_0=-32 +lon_0=135 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Guernsey Grid
+<3108> +proj=tmerc +lat_0=49.5 +lon_0=-2.416666666666667 +k=0.999997 +x_0=47000 +y_0=50000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Jersey Transverse Mercator
+<3109> +proj=tmerc +lat_0=49.225 +lon_0=-2.135 +k=0.9999999000000001 +x_0=40000 +y_0=70000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# AGD66 / Vicgrid66
+<3110> +proj=lcc +lat_1=-36 +lat_2=-38 +lat_0=-37 +lon_0=145 +x_0=2500000 +y_0=4500000 +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# GDA94 / Vicgrid
+<3111> +proj=lcc +lat_1=-36 +lat_2=-38 +lat_0=-37 +lon_0=145 +x_0=2500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / Geoscience Australia Lambert
+<3112> +proj=lcc +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=134 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / BCSG02
+<3113> +proj=tmerc +lat_0=-28 +lon_0=153 +k=0.99999 +x_0=50000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# MAGNA-SIRGAS / Colombia Far West zone
+<3114> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-80.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# MAGNA-SIRGAS / Colombia West zone
+<3115> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-77.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# MAGNA-SIRGAS / Colombia Bogota zone
+<3116> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-74.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# MAGNA-SIRGAS / Colombia East Central zone
+<3117> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-71.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# MAGNA-SIRGAS / Colombia East zone
+<3118> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-68.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Douala 1948 / AEF west
+<3119> +proj=tmerc +lat_0=0 +lon_0=10.5 +k=0.999 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=-206.1,-174.7,-87.7,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Poland zone I
+<3120> +proj=sterea +lat_0=50.625 +lon_0=21.08333333333333 +k=0.9998 +x_0=4637000 +y_0=5467000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# PRS92 / Philippines zone 1
+<3121> +proj=tmerc +lat_0=0 +lon_0=117 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+# PRS92 / Philippines zone 2
+<3122> +proj=tmerc +lat_0=0 +lon_0=119 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+# PRS92 / Philippines zone 3
+<3123> +proj=tmerc +lat_0=0 +lon_0=121 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+# PRS92 / Philippines zone 4
+<3124> +proj=tmerc +lat_0=0 +lon_0=123 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+# PRS92 / Philippines zone 5
+<3125> +proj=tmerc +lat_0=0 +lon_0=125 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK19FIN
+<3126> +proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK20FIN
+<3127> +proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK21FIN
+<3128> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK22FIN
+<3129> +proj=tmerc +lat_0=0 +lon_0=22 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK23FIN
+<3130> +proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK24FIN
+<3131> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK25FIN
+<3132> +proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK26FIN
+<3133> +proj=tmerc +lat_0=0 +lon_0=26 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK27FIN
+<3134> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK28FIN
+<3135> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK29FIN
+<3136> +proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK30FIN
+<3137> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / ETRS-GK31FIN
+<3138> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Vanua Levu 1915 / Vanua Levu Grid
+# Unable to translate coordinate system EPSG:3139 into PROJ.4 format.
+#
+# Viti Levu 1912 / Viti Levu Grid
+<3140> +proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272 +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +units=link +no_defs  <>
+# Fiji 1956 / UTM zone 60S
+<3141> +proj=utm +zone=60 +south +ellps=intl +towgs84=265.025,384.929,-194.046,0,0,0,0 +units=m +no_defs  <>
+# Fiji 1956 / UTM zone 1S
+<3142> +proj=utm +zone=1 +south +ellps=intl +towgs84=265.025,384.929,-194.046,0,0,0,0 +units=m +no_defs  <>
+# Fiji 1986 / Fiji Map Grid (deprecated)
+<3143> +proj=tmerc +lat_0=-17 +lon_0=178.75 +k=0.99985 +x_0=2000000 +y_0=4000000 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# FD54 / Faroe Lambert
+# Unable to translate coordinate system EPSG:3144 into PROJ.4 format.
+#
+# ETRS89 / Faroe Lambert
+# Unable to translate coordinate system EPSG:3145 into PROJ.4 format.
+#
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 6 (deprecated)
+<3146> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger CM 18E (deprecated)
+<3147> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Indian 1960 / UTM zone 48N
+<3148> +proj=utm +zone=48 +a=6377276.345 +b=6356075.41314024 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs  <>
+# Indian 1960 / UTM zone 49N
+<3149> +proj=utm +zone=49 +a=6377276.345 +b=6356075.41314024 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 6 (deprecated)
+<3150> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger CM 18E (deprecated)
+<3151> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# ST74
+<3152> +proj=tmerc +lat_0=0 +lon_0=18.05779 +k=0.99999425 +x_0=100178.1808 +y_0=-6500614.7836 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / BC Albers
+<3153> +proj=aea +lat_1=50 +lat_2=58.5 +lat_0=45 +lon_0=-126 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 7N
+<3154> +proj=utm +zone=7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 8N
+<3155> +proj=utm +zone=8 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 9N
+<3156> +proj=utm +zone=9 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 10N
+<3157> +proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 14N
+<3158> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 15N
+<3159> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 16N
+<3160> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Ontario MNR Lambert
+<3161> +proj=lcc +lat_1=44.5 +lat_2=53.5 +lat_0=0 +lon_0=-85 +x_0=930000 +y_0=6430000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / Ontario MNR Lambert
+<3162> +proj=lcc +lat_1=44.5 +lat_2=53.5 +lat_0=0 +lon_0=-85 +x_0=930000 +y_0=6430000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGNC91-93 / Lambert New Caledonia
+<3163> +proj=lcc +lat_1=-20.66666666666667 +lat_2=-22.33333333333333 +lat_0=-21.5 +lon_0=166 +x_0=400000 +y_0=300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ST87 Ouvea / UTM zone 58S
+<3164> +proj=utm +zone=58 +south +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +units=m +no_defs  <>
+# NEA74 Noumea / Noumea Lambert
+<3165> +proj=lcc +lat_1=-22.24469175 +lat_2=-22.29469175 +lat_0=-22.26969175 +lon_0=166.44242575 +x_0=0.66 +y_0=1.02 +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +units=m +no_defs  <>
+# NEA74 Noumea / Noumea Lambert 2
+<3166> +proj=lcc +lat_1=-22.24472222222222 +lat_2=-22.29472222222222 +lat_0=-22.26972222222222 +lon_0=166.4425 +x_0=8.313000000000001 +y_0=-2.354 +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +units=m +no_defs  <>
+# Kertau (RSO) / RSO Malaya (ch)
+<3167> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257905 +k=0.99984 +x_0=40000 +y_0=0 +no_uoff +gamma=323.1301023611111 +a=6377295.664 +b=6356094.667915204 +to_meter=20.116756 +no_defs  <>
+# Kertau (RSO) / RSO Malaya (m)
+<3168> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257905 +k=0.99984 +x_0=804670.24 +y_0=0 +no_uoff +gamma=323.1301023611111 +a=6377295.664 +b=6356094.667915204 +units=m +no_defs  <>
+# RGNC91-93 / UTM zone 57S
+<3169> +proj=utm +zone=57 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGNC91-93 / UTM zone 58S
+<3170> +proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGNC91-93 / UTM zone 59S
+<3171> +proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# IGN53 Mare / UTM zone 59S
+<3172> +proj=utm +zone=59 +south +ellps=intl +towgs84=287.58,177.78,-135.41,0,0,0,0 +units=m +no_defs  <>
+# fk89 / Faroe Lambert FK89
+# Unable to translate coordinate system EPSG:3173 into PROJ.4 format.
+#
+# NAD83 / Great Lakes Albers
+<3174> +proj=aea +lat_1=42.122774 +lat_2=49.01518 +lat_0=45.568977 +lon_0=-84.455955 +x_0=1000000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Great Lakes and St Lawrence Albers
+<3175> +proj=aea +lat_1=42.122774 +lat_2=49.01518 +lat_0=45.568977 +lon_0=-83.248627 +x_0=1000000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+# Indian 1960 / TM 106 NE
+<3176> +proj=tmerc +lat_0=0 +lon_0=106 +k=0.9996 +x_0=500000 +y_0=0 +a=6377276.345 +b=6356075.41314024 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM
+<3177> +proj=tmerc +lat_0=0 +lon_0=17 +k=0.9965000000000001 +x_0=1000000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 18N
+<3178> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 19N
+<3179> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 20N
+<3180> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 21N
+<3181> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 22N
+<3182> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 23N
+<3183> +proj=utm +zone=23 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 24N
+<3184> +proj=utm +zone=24 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 25N
+<3185> +proj=utm +zone=25 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 26N
+<3186> +proj=utm +zone=26 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 27N
+<3187> +proj=utm +zone=27 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 28N
+<3188> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / UTM zone 29N
+<3189> +proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM zone 5
+<3190> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM zone 6
+<3191> +proj=tmerc +lat_0=0 +lon_0=11 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM zone 7
+<3192> +proj=tmerc +lat_0=0 +lon_0=13 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM zone 8
+<3193> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM zone 9
+<3194> +proj=tmerc +lat_0=0 +lon_0=17 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM zone 10
+<3195> +proj=tmerc +lat_0=0 +lon_0=19 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM zone 11
+<3196> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM zone 12
+<3197> +proj=tmerc +lat_0=0 +lon_0=23 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / Libya TM zone 13
+<3198> +proj=tmerc +lat_0=0 +lon_0=25 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / UTM zone 32N
+<3199> +proj=utm +zone=32 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# FD58 / Iraq zone
+<3200> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=45 +k_0=0.9987864078000001 +x_0=1500000 +y_0=1166200 +ellps=clrk80 +towgs84=-241.54,-163.64,396.06,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / UTM zone 33N
+<3201> +proj=utm +zone=33 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / UTM zone 34N
+<3202> +proj=utm +zone=34 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# LGD2006 / UTM zone 35N
+<3203> +proj=utm +zone=35 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SP19-20
+<3204> +proj=lcc +lat_1=-60.66666666666666 +lat_2=-63.33333333333334 +lat_0=-90 +lon_0=-66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SP21-22
+<3205> +proj=lcc +lat_1=-60.66666666666666 +lat_2=-63.33333333333334 +lat_0=-90 +lon_0=-54 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SP23-24
+<3206> +proj=lcc +lat_1=-60.66666666666666 +lat_2=-63.33333333333334 +lat_0=-90 +lon_0=-42 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ01-02
+<3207> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=-174 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ19-20
+<3208> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=-66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ21-22
+<3209> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=-54 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ37-38
+<3210> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=42 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ39-40
+<3211> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=54 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ41-42
+<3212> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ43-44
+<3213> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=78 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ45-46
+<3214> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ47-48
+<3215> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=102 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ49-50
+<3216> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=114 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ51-52
+<3217> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=126 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ53-54
+<3218> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=138 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ55-56
+<3219> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SQ57-58
+<3220> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=162 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR13-14
+<3221> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-102 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR15-16
+<3222> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR17-18
+<3223> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-78 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR19-20
+<3224> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR27-28
+<3225> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-18 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR29-30
+<3226> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-6 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR31-32
+<3227> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=6 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR33-34
+<3228> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=18 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR35-36
+<3229> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=30 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR37-38
+<3230> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=42 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR39-40
+<3231> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=54 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR41-42
+<3232> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR43-44
+<3233> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=78 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR45-46
+<3234> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR47-48
+<3235> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=102 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR49-50
+<3236> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=114 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR51-52
+<3237> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=126 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR53-54
+<3238> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=138 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR55-56
+<3239> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR57-58
+<3240> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=162 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SR59-60
+<3241> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=174 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS04-06
+<3242> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-153 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS07-09
+<3243> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-135 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS10-12
+<3244> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-117 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS13-15
+<3245> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-99 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS16-18
+<3246> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-81 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS19-21
+<3247> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-63 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS25-27
+<3248> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-27 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS28-30
+<3249> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-9 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS31-33
+<3250> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=9 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS34-36
+<3251> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=27 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS37-39
+<3252> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=45 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS40-42
+<3253> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=63 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS43-45
+<3254> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=81 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS46-48
+<3255> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=99 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS49-51
+<3256> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=117 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS52-54
+<3257> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=135 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS55-57
+<3258> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=153 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SS58-60
+<3259> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=171 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST01-04
+<3260> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-168 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST05-08
+<3261> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-144 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST09-12
+<3262> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-120 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST13-16
+<3263> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-96 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST17-20
+<3264> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-72 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST21-24
+<3265> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-48 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST25-28
+<3266> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-24 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST29-32
+<3267> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST33-36
+<3268> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=24 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST37-40
+<3269> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=48 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST41-44
+<3270> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=72 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST45-48
+<3271> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=96 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST49-52
+<3272> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=120 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST53-56
+<3273> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=144 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW ST57-60
+<3274> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=168 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU01-05
+<3275> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-165 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU06-10
+<3276> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-135 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU11-15
+<3277> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-105 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU16-20
+<3278> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-75 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU21-25
+<3279> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-45 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU26-30
+<3280> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-15 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU31-35
+<3281> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=15 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU36-40
+<3282> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=45 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU41-45
+<3283> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=75 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU46-50
+<3284> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=105 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU51-55
+<3285> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=135 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SU56-60
+<3286> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=165 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SV01-10
+<3287> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-150 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SV11-20
+<3288> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-90 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SV21-30
+<3289> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-30 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SV31-40
+<3290> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=30 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SV41-50
+<3291> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=90 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SV51-60
+<3292> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=150 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / SCAR IMW SW01-60
+<3293> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / USGS Transantarctic Mountains
+<3294> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-78 +lon_0=162 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# Guam 1963 / Yap Islands
+# Unable to translate coordinate system EPSG:3295 into PROJ.4 format.
+#
+# RGPF / UTM zone 5S
+<3296> +proj=utm +zone=5 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +units=m +no_defs  <>
+# RGPF / UTM zone 6S
+<3297> +proj=utm +zone=6 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +units=m +no_defs  <>
+# RGPF / UTM zone 7S
+<3298> +proj=utm +zone=7 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +units=m +no_defs  <>
+# RGPF / UTM zone 8S
+<3299> +proj=utm +zone=8 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +units=m +no_defs  <>
+# Estonian Coordinate System of 1992
+<3300> +proj=lcc +lat_1=59.33333333333334 +lat_2=58 +lat_0=57.51755393055556 +lon_0=24 +x_0=500000 +y_0=6375000 +ellps=GRS80 +towgs84=0.055,-0.541,-0.185,0.0183,-0.0003,-0.007,-0.014 +units=m +no_defs  <>
+# Estonian Coordinate System of 1997
+<3301> +proj=lcc +lat_1=59.33333333333334 +lat_2=58 +lat_0=57.51755393055556 +lon_0=24 +x_0=500000 +y_0=6375000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# IGN63 Hiva Oa / UTM zone 7S
+<3302> +proj=utm +zone=7 +south +ellps=intl +towgs84=410.721,55.049,80.746,2.5779,2.3514,0.6664,17.3311 +units=m +no_defs  <>
+# Fatu Iva 72 / UTM zone 7S
+<3303> +proj=utm +zone=7 +south +ellps=intl +towgs84=347.103,1078.125,2623.922,-33.8875,70.6773,-9.3943,186.074 +units=m +no_defs  <>
+# Tahiti 79 / UTM zone 6S
+<3304> +proj=utm +zone=6 +south +ellps=intl +towgs84=221.525,152.948,176.768,-2.3847,-1.3896,-0.877,11.4741 +units=m +no_defs  <>
+# Moorea 87 / UTM zone 6S
+<3305> +proj=utm +zone=6 +south +ellps=intl +towgs84=215.525,149.593,176.229,-3.2624,-1.692,-1.1571,10.4773 +units=m +no_defs  <>
+# Maupiti 83 / UTM zone 5S
+<3306> +proj=utm +zone=5 +south +ellps=intl +towgs84=217.037,86.959,23.956,0,0,0,0 +units=m +no_defs  <>
+# Nakhl-e Ghanem / UTM zone 39N
+<3307> +proj=utm +zone=39 +ellps=WGS84 +towgs84=0,-0.15,0.68,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / NSW Lambert
+<3308> +proj=lcc +lat_1=-30.75 +lat_2=-35.75 +lat_0=-33.25 +lon_0=147 +x_0=9300000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / California Albers
+<3309> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +datum=NAD27 +units=m +no_defs  <>
+# NAD83 / California Albers
+<3310> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / California Albers
+<3311> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# CSG67 / UTM zone 21N
+<3312> +proj=utm +zone=21 +ellps=intl +towgs84=-186,230,110,0,0,0,0 +units=m +no_defs  <>
+# RGFG95 / UTM zone 21N
+<3313> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Katanga 1955 / Katanga Lambert (deprecated)
+<3314> +proj=lcc +lat_1=-6.5 +lat_2=-11.5 +lat_0=0 +lon_0=26 +x_0=0 +y_0=0 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+# Katanga 1955 / Katanga TM (deprecated)
+<3315> +proj=tmerc +lat_0=-9 +lon_0=26 +k=0.9998 +x_0=0 +y_0=0 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+# Kasai 1953 / Congo TM zone 22
+<3316> +proj=tmerc +lat_0=0 +lon_0=22 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# Kasai 1953 / Congo TM zone 24
+<3317> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 12
+<3318> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 14
+<3319> +proj=tmerc +lat_0=0 +lon_0=14 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 16
+<3320> +proj=tmerc +lat_0=0 +lon_0=16 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 18
+<3321> +proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 20
+<3322> +proj=tmerc +lat_0=0 +lon_0=20 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 22
+<3323> +proj=tmerc +lat_0=0 +lon_0=22 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 24
+<3324> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 26
+<3325> +proj=tmerc +lat_0=0 +lon_0=26 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 28
+<3326> +proj=tmerc +lat_0=0 +lon_0=28 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# IGC 1962 / Congo TM zone 30
+<3327> +proj=tmerc +lat_0=0 +lon_0=30 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+# Pulkovo 1942(58) / GUGiK-80
+<3328> +proj=sterea +lat_0=52.16666666666666 +lon_0=19.16666666666667 +k=0.999714 +x_0=500000 +y_0=500000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 5
+<3329> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 6
+<3330> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 7
+<3331> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 8
+<3332> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Gauss-Kruger zone 3
+<3333> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Gauss-Kruger zone 4
+<3334> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Gauss-Kruger zone 5
+<3335> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# IGN 1962 Kerguelen / UTM zone 42S
+<3336> +proj=utm +zone=42 +south +ellps=intl +towgs84=145,-187,103,0,0,0,0 +units=m +no_defs  <>
+# Le Pouce 1934 / Mauritius Grid
+<3337> +proj=lcc +lat_1=-20.19506944444445 +lat_0=-20.19506944444445 +lon_0=57.52182777777778 +k_0=1 +x_0=1000000 +y_0=1000000 +ellps=clrk80 +towgs84=-770.1,158.4,-498.2,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Alaska Albers
+<3338> +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# IGCB 1955 / Congo TM zone 12
+<3339> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs  <>
+# IGCB 1955 / Congo TM zone 14
+<3340> +proj=tmerc +lat_0=0 +lon_0=14 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs  <>
+# IGCB 1955 / Congo TM zone 16
+<3341> +proj=tmerc +lat_0=0 +lon_0=16 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs  <>
+# IGCB 1955 / UTM zone 33S
+<3342> +proj=utm +zone=33 +south +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs  <>
+# Mauritania 1999 / UTM zone 28N
+<3343> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mauritania 1999 / UTM zone 29N
+<3344> +proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mauritania 1999 / UTM zone 30N
+<3345> +proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# LKS94 / Lithuania TM
+<3346> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Statistics Canada Lambert
+<3347> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=63.390675 +lon_0=-91.86666666666666 +x_0=6200000 +y_0=3000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / Statistics Canada Lambert
+<3348> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=63.390675 +lon_0=-91.86666666666666 +x_0=6200000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / PDC Mercator (deprecated)
+<3349> +proj=merc +lon_0=-150 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone C0
+<3350> +proj=tmerc +lat_0=0.1 +lon_0=21.95 +k=1 +x_0=250000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone C1
+<3351> +proj=tmerc +lat_0=0.1 +lon_0=24.95 +k=1 +x_0=1250000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone C2
+<3352> +proj=tmerc +lat_0=0.1 +lon_0=27.95 +k=1 +x_0=2250000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Mhast (onshore) / UTM zone 32S
+<3353> +proj=utm +zone=32 +south +ellps=intl +units=m +no_defs  <>
+# Mhast (offshore) / UTM zone 32S
+<3354> +proj=utm +zone=32 +south +ellps=intl +units=m +no_defs  <>
+# Egypt Gulf of Suez S-650 TL / Red Belt
+<3355> +proj=tmerc +lat_0=30 +lon_0=31 +k=1 +x_0=615000 +y_0=810000 +ellps=helmert +towgs84=-146.21,112.63,4.05,0,0,0,0 +units=m +no_defs  <>
+# Grand Cayman 1959 / UTM zone 17N (deprecated)
+<3356> +proj=utm +zone=17 +ellps=clrk66 +towgs84=-179.483,-69.379,-27.584,-7.862,8.163,6.042,-13.925 +units=m +no_defs  <>
+# Little Cayman 1961 / UTM zone 17N (deprecated)
+<3357> +proj=utm +zone=17 +ellps=clrk66 +towgs84=8.853,-52.644,180.304,-0.393,-2.323,2.96,-24.081 +units=m +no_defs  <>
+# NAD83(HARN) / North Carolina
+<3358> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.22 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / North Carolina (ftUS) (deprecated)
+<3359> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024385 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / South Carolina
+<3360> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / South Carolina (ft)
+<3361> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(HARN) / Pennsylvania North
+<3362> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Pennsylvania North (ftUS)
+<3363> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Pennsylvania South
+<3364> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Pennsylvania South (ftUS)
+<3365> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# Hong Kong 1963 Grid System (deprecated)
+<3366> +proj=cass +lat_0=22.31213333333334 +lon_0=114.1785555555556 +x_0=40243.57775604237 +y_0=19069.93351512578 +a=6378293.645208759 +b=6356617.987679838 +units=m +no_defs  <>
+# IGN Astro 1960 / UTM zone 28N
+<3367> +proj=utm +zone=28 +ellps=clrk80 +units=m +no_defs  <>
+# IGN Astro 1960 / UTM zone 29N
+<3368> +proj=utm +zone=29 +ellps=clrk80 +units=m +no_defs  <>
+# IGN Astro 1960 / UTM zone 30N
+<3369> +proj=utm +zone=30 +ellps=clrk80 +units=m +no_defs  <>
+# NAD27 / UTM zone 59N
+<3370> +proj=utm +zone=59 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 60N
+<3371> +proj=utm +zone=60 +datum=NAD27 +units=m +no_defs  <>
+# NAD83 / UTM zone 59N
+<3372> +proj=utm +zone=59 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 60N
+<3373> +proj=utm +zone=60 +datum=NAD83 +units=m +no_defs  <>
+# FD54 / UTM zone 29N
+<3374> +proj=utm +zone=29 +ellps=intl +units=m +no_defs  <>
+# GDM2000 / Peninsula RSO
+<3375> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257964666666 +k=0.99984 +x_0=804671 +y_0=0 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / East Malaysia BRSO
+<3376> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31580995 +k=0.99984 +x_0=0 +y_0=0 +no_uoff +gamma=53.13010236111111 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / Johor Grid
+<3377> +proj=cass +lat_0=2.121679744444445 +lon_0=103.4279362361111 +x_0=-14810.562 +y_0=8758.32 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / Sembilan and Melaka Grid
+<3378> +proj=cass +lat_0=2.682347636111111 +lon_0=101.9749050416667 +x_0=3673.785 +y_0=-4240.573 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / Pahang Grid
+<3379> +proj=cass +lat_0=3.769388088888889 +lon_0=102.3682989833333 +x_0=-7368.228 +y_0=6485.858 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / Selangor Grid
+<3380> +proj=cass +lat_0=3.68464905 +lon_0=101.3891079138889 +x_0=-34836.161 +y_0=56464.049 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / Terengganu Grid
+<3381> +proj=cass +lat_0=4.9762852 +lon_0=103.070275625 +x_0=19594.245 +y_0=3371.895 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / Pinang Grid
+<3382> +proj=cass +lat_0=5.421517541666667 +lon_0=100.3443769638889 +x_0=-23.414 +y_0=62.283 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / Kedah and Perlis Grid
+<3383> +proj=cass +lat_0=5.964672713888889 +lon_0=100.6363711111111 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / Perak Grid
+<3384> +proj=cass +lat_0=4.859063022222222 +lon_0=100.8154105861111 +x_0=-1.769 +y_0=133454.779 +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000 / Kelantan Grid
+<3385> +proj=cass +lat_0=5.972543658333334 +lon_0=102.2952416694444 +x_0=13227.851 +y_0=8739.894 +ellps=GRS80 +units=m +no_defs  <>
+# KKJ / Finland zone 0
+<3386> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+# KKJ / Finland zone 5
+<3387> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=5500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+# Pulkovo 1942 / Caspian Sea Mercator
+<3388> +proj=merc +lon_0=51 +lat_ts=42 +x_0=0 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / 3-degree Gauss-Kruger zone 60
+<3389> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=60500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1995 / 3-degree Gauss-Kruger zone 60
+<3390> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=60500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Karbala 1979 / UTM zone 37N
+<3391> +proj=utm +zone=37 +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs  <>
+# Karbala 1979 / UTM zone 38N
+<3392> +proj=utm +zone=38 +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs  <>
+# Karbala 1979 / UTM zone 39N
+<3393> +proj=utm +zone=39 +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs  <>
+# Nahrwan 1934 / Iraq zone
+<3394> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=45 +k_0=0.9987864078000001 +x_0=1500000 +y_0=1166200 +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / World Mercator
+<3395> +proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# PD/83 / 3-degree Gauss-Kruger zone 3
+<3396> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# PD/83 / 3-degree Gauss-Kruger zone 4
+<3397> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# RD/83 / 3-degree Gauss-Kruger zone 4
+<3398> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# RD/83 / 3-degree Gauss-Kruger zone 5
+<3399> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# NAD83 / Alberta 10-TM (Forest)
+<3400> +proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alberta 10-TM (Resource)
+<3401> +proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / Alberta 10-TM (Forest)
+<3402> +proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / Alberta 10-TM (Resource)
+<3403> +proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / North Carolina (ftUS)
+<3404> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# VN-2000 / UTM zone 48N
+<3405> +proj=utm +zone=48 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+# VN-2000 / UTM zone 49N
+<3406> +proj=utm +zone=49 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+# Hong Kong 1963 Grid System
+<3407> +proj=cass +lat_0=22.31213333333334 +lon_0=114.1785555555556 +x_0=40243.57775604237 +y_0=19069.93351512578 +a=6378293.645208759 +b=6356617.987679838 +to_meter=0.3047972654 +no_defs  <>
+# NSIDC EASE-Grid North
+<3408> +proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +a=6371228 +b=6371228 +units=m +no_defs  <>
+# NSIDC EASE-Grid South
+<3409> +proj=laea +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +a=6371228 +b=6371228 +units=m +no_defs  <>
+# NSIDC EASE-Grid Global
+<3410> +proj=cea +lon_0=0 +lat_ts=30 +x_0=0 +y_0=0 +a=6371228 +b=6371228 +units=m +no_defs  <>
+# NSIDC Sea Ice Polar Stereographic North
+<3411> +proj=stere +lat_0=90 +lat_ts=70 +lon_0=-45 +k=1 +x_0=0 +y_0=0 +a=6378273 +b=6356889.449 +units=m +no_defs  <>
+# NSIDC Sea Ice Polar Stereographic South
+<3412> +proj=stere +lat_0=-90 +lat_ts=-70 +lon_0=0 +k=1 +x_0=0 +y_0=0 +a=6378273 +b=6356889.449 +units=m +no_defs  <>
+# WGS 84 / NSIDC Sea Ice Polar Stereographic North
+<3413> +proj=stere +lat_0=90 +lat_ts=70 +lon_0=-45 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# SVY21 / Singapore TM
+<3414> +proj=tmerc +lat_0=1.366666666666667 +lon_0=103.8333333333333 +k=1 +x_0=28001.642 +y_0=38744.572 +ellps=WGS84 +units=m +no_defs  <>
+# WGS 72BE / South China Sea Lambert
+<3415> +proj=lcc +lat_1=18 +lat_2=24 +lat_0=21 +lon_0=114 +x_0=500000 +y_0=500000 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# ETRS89 / Austria Lambert
+<3416> +proj=lcc +lat_1=49 +lat_2=46 +lat_0=47.5 +lon_0=13.33333333333333 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Iowa North (ftUS)
+<3417> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=999999.9999898402 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Iowa South (ftUS)
+<3418> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Kansas North (ftUS)
+<3419> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=399999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Kansas South (ftUS)
+<3420> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=399999.99998984 +y_0=399999.99998984 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Nevada East (ftUS)
+<3421> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.000010163 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Nevada Central (ftUS)
+<3422> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Nevada West (ftUS)
+<3423> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000.0000101599 +y_0=3999999.99998984 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / New Jersey (ftUS)
+<3424> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Iowa North (ftUS)
+<3425> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Iowa South (ftUS)
+<3426> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Kansas North (ftUS)
+<3427> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Kansas South (ftUS)
+<3428> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Nevada East (ftUS)
+<3429> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.000010163 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Nevada Central (ftUS)
+<3430> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Nevada West (ftUS)
+<3431> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000.0000101599 +y_0=3999999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / New Jersey (ftUS)
+<3432> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83 / Arkansas North (ftUS)
+<3433> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=399999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Arkansas South (ftUS)
+<3434> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=399999.99998984 +y_0=399999.99998984 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Illinois East (ftUS)
+<3435> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Illinois West (ftUS)
+<3436> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=699999.9999898402 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / New Hampshire (ftUS)
+<3437> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Rhode Island (ftUS)
+<3438> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=99999.99998983997 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# PSD93 / UTM zone 39N
+<3439> +proj=utm +zone=39 +ellps=clrk80 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +units=m +no_defs  <>
+# PSD93 / UTM zone 40N
+<3440> +proj=utm +zone=40 +ellps=clrk80 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +units=m +no_defs  <>
+# NAD83(HARN) / Arkansas North (ftUS)
+<3441> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Arkansas South (ftUS)
+<3442> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Illinois East (ftUS)
+<3443> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Illinois West (ftUS)
+<3444> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=699999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / New Hampshire (ftUS)
+<3445> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Rhode Island (ftUS)
+<3446> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=99999.99998983997 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# ETRS89 / Belgian Lambert 2005
+<3447> +proj=lcc +lat_1=49.83333333333334 +lat_2=51.16666666666666 +lat_0=50.797815 +lon_0=4.359215833333333 +x_0=150328 +y_0=166262 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JAD2001 / Jamaica Metric Grid
+<3448> +proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=750000 +y_0=650000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JAD2001 / UTM zone 17N
+<3449> +proj=utm +zone=17 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# JAD2001 / UTM zone 18N
+<3450> +proj=utm +zone=18 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Louisiana North (ftUS)
+<3451> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=999999.9999898402 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Louisiana South (ftUS)
+<3452> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Louisiana Offshore (ftUS)
+<3453> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / South Dakota North (ftUS) (deprecated)
+<3454> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / South Dakota South (ftUS)
+<3455> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Louisiana North (ftUS)
+<3456> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Louisiana South (ftUS)
+<3457> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / South Dakota North (ftUS)
+<3458> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / South Dakota South (ftUS)
+<3459> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# Fiji 1986 / Fiji Map Grid
+<3460> +proj=tmerc +lat_0=-17 +lon_0=178.75 +k=0.99985 +x_0=2000000 +y_0=4000000 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# Dabola 1981 / UTM zone 28N
+<3461> +proj=utm +zone=28 +a=6378249.2 +b=6356515 +towgs84=-83,37,124,0,0,0,0 +units=m +no_defs  <>
+# Dabola 1981 / UTM zone 29N
+<3462> +proj=utm +zone=29 +a=6378249.2 +b=6356515 +towgs84=-83,37,124,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Maine CS2000 Central
+<3463> +proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Maine CS2000 Central
+<3464> +proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alabama East
+<3465> +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alabama West
+<3466> +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska Albers
+<3467> +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 1
+<3468> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 2
+<3469> +proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 3
+<3470> +proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 4
+<3471> +proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 5
+<3472> +proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 6
+<3473> +proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 7
+<3474> +proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 8
+<3475> +proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 9
+<3476> +proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Alaska zone 10
+<3477> +proj=lcc +lat_1=53.83333333333334 +lat_2=51.83333333333334 +lat_0=51 +lon_0=-176 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Arizona Central
+<3478> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Arizona Central (ft)
+<3479> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Arizona East
+<3480> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Arizona East (ft)
+<3481> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Arizona West
+<3482> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Arizona West (ft)
+<3483> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Arkansas North
+<3484> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Arkansas North (ftUS)
+<3485> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Arkansas South
+<3486> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Arkansas South (ftUS)
+<3487> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / California Albers
+<3488> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / California zone 1
+<3489> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / California zone 1 (ftUS)
+<3490> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / California zone 2
+<3491> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / California zone 2 (ftUS)
+<3492> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / California zone 3
+<3493> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / California zone 3 (ftUS)
+<3494> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / California zone 4
+<3495> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / California zone 4 (ftUS)
+<3496> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / California zone 5
+<3497> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / California zone 5 (ftUS)
+<3498> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / California zone 6
+<3499> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / California zone 6 (ftUS)
+<3500> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Colorado Central
+<3501> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Colorado Central (ftUS)
+<3502> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Colorado North
+<3503> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Colorado North (ftUS)
+<3504> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Colorado South
+<3505> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Colorado South (ftUS)
+<3506> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Connecticut
+<3507> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Connecticut (ftUS)
+<3508> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096012192 +y_0=152400.3048006096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Delaware
+<3509> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Delaware (ftUS)
+<3510> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Florida East
+<3511> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Florida East (ftUS)
+<3512> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Florida GDL Albers
+<3513> +proj=aea +lat_1=24 +lat_2=31.5 +lat_0=24 +lon_0=-84 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Florida North
+<3514> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Florida North (ftUS)
+<3515> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Florida West
+<3516> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Florida West (ftUS)
+<3517> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Georgia East
+<3518> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Georgia East (ftUS)
+<3519> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Georgia West
+<3520> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Georgia West (ftUS)
+<3521> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Idaho Central
+<3522> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Idaho Central (ftUS)
+<3523> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Idaho East
+<3524> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Idaho East (ftUS)
+<3525> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Idaho West
+<3526> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Idaho West (ftUS)
+<3527> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Illinois East
+<3528> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Illinois East (ftUS)
+<3529> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Illinois West
+<3530> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Illinois West (ftUS)
+<3531> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=699999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Indiana East
+<3532> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Indiana East (ftUS)
+<3533> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Indiana West
+<3534> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Indiana West (ftUS)
+<3535> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Iowa North
+<3536> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Iowa North (ftUS)
+<3537> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Iowa South
+<3538> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Iowa South (ftUS)
+<3539> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Kansas North
+<3540> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Kansas North (ftUS)
+<3541> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Kansas South
+<3542> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Kansas South (ftUS)
+<3543> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Kentucky North
+<3544> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Kentucky North (ftUS)
+<3545> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Kentucky Single Zone
+<3546> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Kentucky Single Zone (ftUS)
+<3547> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Kentucky South
+<3548> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Kentucky South (ftUS)
+<3549> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0001016001 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Louisiana North
+<3550> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Louisiana North (ftUS)
+<3551> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Louisiana South
+<3552> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Louisiana South (ftUS)
+<3553> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Maine CS2000 Central
+<3554> +proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Maine CS2000 East
+<3555> +proj=tmerc +lat_0=43.83333333333334 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Maine CS2000 West
+<3556> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Maine East
+<3557> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Maine West
+<3558> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Maryland
+<3559> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Utah North (ftUS)
+<3560> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=999999.9999898402 +datum=NAD83 +units=us-ft +no_defs  <>
+# Old Hawaiian / Hawaii zone 1
+<3561> +proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+# Old Hawaiian / Hawaii zone 2
+<3562> +proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666666667 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+# Old Hawaiian / Hawaii zone 3
+<3563> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+# Old Hawaiian / Hawaii zone 4
+<3564> +proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.99999 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+# Old Hawaiian / Hawaii zone 5
+<3565> +proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83 / Utah Central (ftUS)
+<3566> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=2000000.00001016 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Utah South (ftUS)
+<3567> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0=3000000 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Utah North (ftUS)
+<3568> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Utah Central (ftUS)
+<3569> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Utah South (ftUS)
+<3570> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# WGS 84 / North Pole LAEA Bering Sea
+<3571> +proj=laea +lat_0=90 +lon_0=180 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / North Pole LAEA Alaska
+<3572> +proj=laea +lat_0=90 +lon_0=-150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / North Pole LAEA Canada
+<3573> +proj=laea +lat_0=90 +lon_0=-100 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / North Pole LAEA Atlantic
+<3574> +proj=laea +lat_0=90 +lon_0=-40 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / North Pole LAEA Europe
+<3575> +proj=laea +lat_0=90 +lon_0=10 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / North Pole LAEA Russia
+<3576> +proj=laea +lat_0=90 +lon_0=90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# GDA94 / Australian Albers
+<3577> +proj=aea +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=132 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Yukon Albers
+<3578> +proj=aea +lat_1=61.66666666666666 +lat_2=68 +lat_0=59 +lon_0=-132.5 +x_0=500000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / Yukon Albers
+<3579> +proj=aea +lat_1=61.66666666666666 +lat_2=68 +lat_0=59 +lon_0=-132.5 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / NWT Lambert
+<3580> +proj=lcc +lat_1=62 +lat_2=70 +lat_0=0 +lon_0=-112 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / NWT Lambert
+<3581> +proj=lcc +lat_1=62 +lat_2=70 +lat_0=0 +lon_0=-112 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Maryland (ftUS)
+<3582> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Massachusetts Island
+<3583> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Massachusetts Island (ftUS)
+<3584> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Massachusetts Mainland
+<3585> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Massachusetts Mainland (ftUS)
+<3586> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Michigan Central
+<3587> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Michigan Central (ft)
+<3588> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.999976001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Michigan North
+<3589> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Michigan North (ft)
+<3590> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999968001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Michigan Oblique Mercator
+<3591> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Michigan South
+<3592> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Michigan South (ft)
+<3593> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Minnesota Central
+<3594> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Minnesota North
+<3595> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Minnesota South
+<3596> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Mississippi East
+<3597> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Mississippi East (ftUS)
+<3598> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Mississippi West
+<3599> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Mississippi West (ftUS)
+<3600> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Missouri Central
+<3601> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Missouri East
+<3602> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Missouri West
+<3603> +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Montana
+<3604> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Montana (ft)
+<3605> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Nebraska
+<3606> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Nevada Central
+<3607> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Nevada Central (ftUS)
+<3608> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Nevada East
+<3609> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Nevada East (ftUS)
+<3610> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.000010163 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Nevada West
+<3611> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Nevada West (ftUS)
+<3612> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000.0000101599 +y_0=3999999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / New Hampshire
+<3613> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / New Hampshire (ftUS)
+<3614> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / New Jersey
+<3615> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / New Jersey (ftUS)
+<3616> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / New Mexico Central
+<3617> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / New Mexico Central (ftUS)
+<3618> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / New Mexico East
+<3619> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / New Mexico East (ftUS)
+<3620> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / New Mexico West
+<3621> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / New Mexico West (ftUS)
+<3622> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / New York Central
+<3623> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / New York Central (ftUS)
+<3624> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=249999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / New York East
+<3625> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / New York East (ftUS)
+<3626> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / New York Long Island
+<3627> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / New York Long Island (ftUS)
+<3628> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / New York West
+<3629> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / New York West (ftUS)
+<3630> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / North Carolina
+<3631> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.22 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / North Carolina (ftUS)
+<3632> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / North Dakota North
+<3633> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / North Dakota North (ft)
+<3634> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / North Dakota South
+<3635> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / North Dakota South (ft)
+<3636> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Ohio North
+<3637> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Ohio South
+<3638> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Oklahoma North
+<3639> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Oklahoma North (ftUS)
+<3640> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Oklahoma South
+<3641> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Oklahoma South (ftUS)
+<3642> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Oregon LCC (m)
+<3643> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Oregon GIC Lambert (ft)
+<3644> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Oregon North
+<3645> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Oregon North (ft)
+<3646> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Oregon South
+<3647> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Oregon South (ft)
+<3648> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Pennsylvania North
+<3649> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Pennsylvania North (ftUS)
+<3650> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Pennsylvania South
+<3651> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Pennsylvania South (ftUS)
+<3652> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Rhode Island
+<3653> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Rhode Island (ftUS)
+<3654> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=99999.99998983997 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / South Carolina
+<3655> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / South Carolina (ft)
+<3656> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / South Dakota North
+<3657> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / South Dakota North (ftUS)
+<3658> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / South Dakota South
+<3659> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / South Dakota South (ftUS)
+<3660> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Tennessee
+<3661> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Tennessee (ftUS)
+<3662> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Texas Central
+<3663> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=700000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Texas Central (ftUS)
+<3664> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=699999.9998983998 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Texas Centric Albers Equal Area
+<3665> +proj=aea +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Texas Centric Lambert Conformal
+<3666> +proj=lcc +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Texas North
+<3667> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Texas North (ftUS)
+<3668> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000.0001016002 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Texas North Central
+<3669> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Texas North Central (ftUS)
+<3670> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Texas South
+<3671> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Texas South (ftUS)
+<3672> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000.0000000001 +y_0=5000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Texas South Central
+<3673> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Texas South Central (ftUS)
+<3674> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Utah Central
+<3675> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Utah Central (ft)
+<3676> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=1999999.999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Utah Central (ftUS)
+<3677> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Utah North
+<3678> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Utah North (ft)
+<3679> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=999999.9999960001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Utah North (ftUS)
+<3680> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Utah South
+<3681> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Utah South (ft)
+<3682> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.0001504 +y_0=2999999.999988 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(NSRS2007) / Utah South (ftUS)
+<3683> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Vermont
+<3684> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Virginia North
+<3685> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Virginia North (ftUS)
+<3686> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Virginia South
+<3687> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Virginia South (ftUS)
+<3688> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Washington North
+<3689> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Washington North (ftUS)
+<3690> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Washington South
+<3691> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Washington South (ftUS)
+<3692> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / West Virginia North
+<3693> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / West Virginia South
+<3694> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Wisconsin Central
+<3695> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Wisconsin Central (ftUS)
+<3696> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Wisconsin North
+<3697> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Wisconsin North (ftUS)
+<3698> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Wisconsin South
+<3699> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Wisconsin South (ftUS)
+<3700> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Wisconsin Transverse Mercator
+<3701> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Wyoming East
+<3702> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Wyoming East Central
+<3703> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Wyoming West Central
+<3704> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Wyoming West
+<3705> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 59N
+<3706> +proj=utm +zone=59 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 60N
+<3707> +proj=utm +zone=60 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 1N
+<3708> +proj=utm +zone=1 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 2N
+<3709> +proj=utm +zone=2 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 3N
+<3710> +proj=utm +zone=3 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 4N
+<3711> +proj=utm +zone=4 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 5N
+<3712> +proj=utm +zone=5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 6N
+<3713> +proj=utm +zone=6 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 7N
+<3714> +proj=utm +zone=7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 8N
+<3715> +proj=utm +zone=8 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 9N
+<3716> +proj=utm +zone=9 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 10N
+<3717> +proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 11N
+<3718> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 12N
+<3719> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 13N
+<3720> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 14N
+<3721> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 15N
+<3722> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 16N
+<3723> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 17N
+<3724> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 18N
+<3725> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / UTM zone 19N
+<3726> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Reunion 1947 / TM Reunion
+<3727> +proj=tmerc +lat_0=-21.11666666666667 +lon_0=55.53333333333333 +k=1 +x_0=160000 +y_0=50000 +ellps=intl +towgs84=94,-948,-1262,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Ohio North (ftUS)
+<3728> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Ohio South (ftUS)
+<3729> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Wyoming East (ftUS)
+<3730> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Wyoming East Central (ftUS)
+<3731> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Wyoming West Central (ftUS)
+<3732> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Wyoming West (ftUS)
+<3733> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83 / Ohio North (ftUS)
+<3734> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Ohio South (ftUS)
+<3735> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Wyoming East (ftUS)
+<3736> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Wyoming East Central (ftUS)
+<3737> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Wyoming West Central (ftUS)
+<3738> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Wyoming West (ftUS)
+<3739> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000.0000101599 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83(HARN) / UTM zone 10N
+<3740> +proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 11N
+<3741> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 12N
+<3742> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 13N
+<3743> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 14N
+<3744> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 15N
+<3745> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 16N
+<3746> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 17N
+<3747> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 18N
+<3748> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 19N
+<3749> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 4N
+<3750> +proj=utm +zone=4 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / UTM zone 5N
+<3751> +proj=utm +zone=5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / Mercator 41 (deprecated)
+<3752> +proj=merc +lon_0=100 +lat_ts=-41 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# NAD83(HARN) / Ohio North (ftUS)
+<3753> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Ohio South (ftUS)
+<3754> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Wyoming East (ftUS)
+<3755> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Wyoming East Central (ftUS)
+<3756> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Wyoming West Central (ftUS)
+<3757> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Wyoming West (ftUS)
+<3758> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83 / Hawaii zone 3 (ftUS)
+<3759> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Hawaii zone 3 (ftUS)
+<3760> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(CSRS) / UTM zone 22N
+<3761> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / South Georgia Lambert
+<3762> +proj=lcc +lat_1=-54 +lat_2=-54.75 +lat_0=-55 +lon_0=-37 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# ETRS89 / Portugal TM06
+<3763> +proj=tmerc +lat_0=39.66825833333333 +lon_0=-8.133108333333334 +k=1 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Chatham Island Circuit 2000
+<3764> +proj=tmerc +lat_0=-44 +lon_0=-176.5 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# HTRS96 / Croatia TM
+<3765> +proj=tmerc +lat_0=0 +lon_0=16.5 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# HTRS96 / Croatia LCC
+<3766> +proj=lcc +lat_1=45.91666666666666 +lat_2=43.08333333333334 +lat_0=0 +lon_0=16.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# HTRS96 / UTM zone 33N
+<3767> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# HTRS96 / UTM zone 34N
+<3768> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Bermuda 1957 / UTM zone 20N
+<3769> +proj=utm +zone=20 +ellps=clrk66 +towgs84=-73,213,296,0,0,0,0 +units=m +no_defs  <>
+# BDA2000 / Bermuda 2000 National Grid
+<3770> +proj=tmerc +lat_0=32 +lon_0=-64.75 +k=1 +x_0=550000 +y_0=100000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Alberta 3TM ref merid 111 W
+<3771> +proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / Alberta 3TM ref merid 114 W
+<3772> +proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / Alberta 3TM ref merid 117 W
+<3773> +proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / Alberta 3TM ref merid 120 W (deprecated)
+<3774> +proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD83 / Alberta 3TM ref merid 111 W
+<3775> +proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alberta 3TM ref merid 114 W
+<3776> +proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alberta 3TM ref merid 117 W
+<3777> +proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alberta 3TM ref merid 120 W (deprecated)
+<3778> +proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / Alberta 3TM ref merid 111 W
+<3779> +proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / Alberta 3TM ref merid 114 W
+<3780> +proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / Alberta 3TM ref merid 117 W
+<3781> +proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / Alberta 3TM ref merid 120 W (deprecated)
+<3782> +proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Pitcairn 2006 / Pitcairn TM 2006
+<3783> +proj=tmerc +lat_0=-25.06855261111111 +lon_0=-130.1129671111111 +k=1 +x_0=14200 +y_0=15500 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Pitcairn 1967 / UTM zone 9S
+<3784> +proj=utm +zone=9 +south +ellps=intl +towgs84=185,165,42,0,0,0,0 +units=m +no_defs  <>
+# Popular Visualisation CRS / Mercator (deprecated)
+<3785> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs <>
+# World Equidistant Cylindrical (Sphere) (deprecated)
+<3786> +proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +a=6371007 +b=6371007 +units=m +no_defs  <>
+# MGI / Slovene National Grid (deprecated)
+<3787> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +datum=hermannskogel +units=m +no_defs  <>
+# NZGD2000 / Auckland Islands TM 2000
+<3788> +proj=tmerc +lat_0=0 +lon_0=166 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Campbell Island TM 2000
+<3789> +proj=tmerc +lat_0=0 +lon_0=169 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Antipodes Islands TM 2000
+<3790> +proj=tmerc +lat_0=0 +lon_0=179 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Raoul Island TM 2000
+<3791> +proj=tmerc +lat_0=0 +lon_0=-178 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / Chatham Islands TM 2000
+<3793> +proj=tmerc +lat_0=0 +lon_0=-176.5 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Slovenia 1996 / Slovene National Grid
+<3794> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Cuba Norte
+<3795> +proj=lcc +lat_1=23 +lat_2=21.7 +lat_0=22.35 +lon_0=-81 +x_0=500000 +y_0=280296.016 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / Cuba Sur
+<3796> +proj=lcc +lat_1=21.3 +lat_2=20.13333333333333 +lat_0=20.71666666666667 +lon_0=-76.83333333333333 +x_0=500000 +y_0=229126.939 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / MTQ Lambert
+<3797> +proj=lcc +lat_1=50 +lat_2=46 +lat_0=44 +lon_0=-70 +x_0=800000 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD83 / MTQ Lambert
+<3798> +proj=lcc +lat_1=50 +lat_2=46 +lat_0=44 +lon_0=-70 +x_0=800000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / MTQ Lambert
+<3799> +proj=lcc +lat_1=50 +lat_2=46 +lat_0=44 +lon_0=-70 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Alberta 3TM ref merid 120 W
+<3800> +proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD83 / Alberta 3TM ref merid 120 W
+<3801> +proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / Alberta 3TM ref merid 120 W
+<3802> +proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Belgian Lambert 2008
+<3812> +proj=lcc +lat_1=49.83333333333334 +lat_2=51.16666666666666 +lat_0=50.797815 +lon_0=4.359215833333333 +x_0=649328 +y_0=665262 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Mississippi TM
+<3814> +proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Mississippi TM
+<3815> +proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Mississippi TM
+<3816> +proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TWD97 / TM2 zone 119
+<3825> +proj=tmerc +lat_0=0 +lon_0=119 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TWD97 / TM2 zone 121
+<3826> +proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TWD67 / TM2 zone 119
+<3827> +proj=tmerc +lat_0=0 +lon_0=119 +k=0.9999 +x_0=250000 +y_0=0 +ellps=aust_SA +units=m +no_defs  <>
+# TWD67 / TM2 zone 121
+<3828> +proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=aust_SA +units=m +no_defs  <>
+# Hu Tzu Shan 1950 / UTM zone 51N
+<3829> +proj=utm +zone=51 +ellps=intl +towgs84=-637,-549,-203,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / PDC Mercator
+<3832> +proj=merc +lon_0=150 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Gauss-Kruger zone 2
+<3833> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(83) / Gauss-Kruger zone 2
+<3834> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / Gauss-Kruger zone 3
+<3835> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / Gauss-Kruger zone 4
+<3836> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 3
+<3837> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 4
+<3838> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 9
+<3839> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 10
+<3840> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 6
+<3841> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 7 (deprecated)
+<3842> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 8 (deprecated)
+<3843> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Stereo70
+<3844> +proj=sterea +lat_0=46 +lon_0=25 +k=0.99975 +x_0=500000 +y_0=500000 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs  <>
+# SWEREF99 / RT90 7.5 gon V emulation
+<3845> +proj=tmerc +lat_0=0 +lon_0=11.30625 +k=1.000006 +x_0=1500025.141 +y_0=-667.282 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 / RT90 5 gon V emulation
+<3846> +proj=tmerc +lat_0=0 +lon_0=13.55626666666667 +k=1.0000058 +x_0=1500044.695 +y_0=-667.13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 / RT90 2.5 gon V emulation
+<3847> +proj=tmerc +lat_0=0 +lon_0=15.80628452944445 +k=1.00000561024 +x_0=1500064.274 +y_0=-667.711 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 / RT90 0 gon emulation
+<3848> +proj=tmerc +lat_0=0 +lon_0=18.0563 +k=1.0000054 +x_0=1500083.521 +y_0=-668.8440000000001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 / RT90 2.5 gon O emulation
+<3849> +proj=tmerc +lat_0=0 +lon_0=20.30631666666667 +k=1.0000052 +x_0=1500102.765 +y_0=-670.706 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SWEREF99 / RT90 5 gon O emulation
+<3850> +proj=tmerc +lat_0=0 +lon_0=22.55633333333333 +k=1.0000049 +x_0=1500121.846 +y_0=-672.557 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NZGD2000 / NZCS2000
+<3851> +proj=lcc +lat_1=-37.5 +lat_2=-44.5 +lat_0=-41 +lon_0=173 +x_0=3000000 +y_0=7000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RSRGD2000 / DGLC2000
+<3852> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=157 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# County ST74
+<3854> +proj=tmerc +lat_0=0 +lon_0=18.05787 +k=0.99999506 +x_0=100182.7406 +y_0=-6500620.1207 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / Pseudo-Mercator
+<3857> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs <>
+# ETRS89 / GK19FIN
+<3873> +proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=19500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK20FIN
+<3874> +proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=20500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK21FIN
+<3875> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=21500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK22FIN
+<3876> +proj=tmerc +lat_0=0 +lon_0=22 +k=1 +x_0=22500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK23FIN
+<3877> +proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=23500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK24FIN
+<3878> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=24500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK25FIN
+<3879> +proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=25500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK26FIN
+<3880> +proj=tmerc +lat_0=0 +lon_0=26 +k=1 +x_0=26500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK27FIN
+<3881> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=27500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK28FIN
+<3882> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=28500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK29FIN
+<3883> +proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=29500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK30FIN
+<3884> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=30500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / GK31FIN
+<3885> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=31500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# IGRS / UTM zone 37N
+<3890> +proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# IGRS / UTM zone 38N
+<3891> +proj=utm +zone=38 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# IGRS / UTM zone 39N
+<3892> +proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ED50 / Iraq National Grid
+<3893> +proj=tmerc +lat_0=29.02626833333333 +lon_0=46.5 +k=0.9994 +x_0=800000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# MGI 1901 / Balkans zone 5
+<3907> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=5500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+# MGI 1901 / Balkans zone 6
+<3908> +proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=6500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+# MGI 1901 / Balkans zone 7
+<3909> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=7500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+# MGI 1901 / Balkans zone 8
+<3910> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=8500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+# MGI 1901 / Slovenia Grid
+<3911> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+# MGI 1901 / Slovene National Grid
+<3912> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+# Puerto Rico / UTM zone 20N
+<3920> +proj=utm +zone=20 +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / CC42
+<3942> +proj=lcc +lat_1=41.25 +lat_2=42.75 +lat_0=42 +lon_0=3 +x_0=1700000 +y_0=1200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / CC43
+<3943> +proj=lcc +lat_1=42.25 +lat_2=43.75 +lat_0=43 +lon_0=3 +x_0=1700000 +y_0=2200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / CC44
+<3944> +proj=lcc +lat_1=43.25 +lat_2=44.75 +lat_0=44 +lon_0=3 +x_0=1700000 +y_0=3200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / CC45
+<3945> +proj=lcc +lat_1=44.25 +lat_2=45.75 +lat_0=45 +lon_0=3 +x_0=1700000 +y_0=4200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / CC46
+<3946> +proj=lcc +lat_1=45.25 +lat_2=46.75 +lat_0=46 +lon_0=3 +x_0=1700000 +y_0=5200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / CC47
+<3947> +proj=lcc +lat_1=46.25 +lat_2=47.75 +lat_0=47 +lon_0=3 +x_0=1700000 +y_0=6200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / CC48
+<3948> +proj=lcc +lat_1=47.25 +lat_2=48.75 +lat_0=48 +lon_0=3 +x_0=1700000 +y_0=7200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / CC49
+<3949> +proj=lcc +lat_1=48.25 +lat_2=49.75 +lat_0=49 +lon_0=3 +x_0=1700000 +y_0=8200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGF93 / CC50
+<3950> +proj=lcc +lat_1=49.25 +lat_2=50.75 +lat_0=50 +lon_0=3 +x_0=1700000 +y_0=9200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Virginia Lambert
+<3968> +proj=lcc +lat_1=37 +lat_2=39.5 +lat_0=36 +lon_0=-79.5 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Virginia Lambert
+<3969> +proj=lcc +lat_1=37 +lat_2=39.5 +lat_0=36 +lon_0=-79.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Virginia Lambert
+<3970> +proj=lcc +lat_1=37 +lat_2=39.5 +lat_0=36 +lon_0=-79.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / NSIDC EASE-Grid North (deprecated)
+<3973> +proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / NSIDC EASE-Grid South (deprecated)
+<3974> +proj=laea +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / NSIDC EASE-Grid Global (deprecated)
+<3975> +proj=cea +lon_0=0 +lat_ts=30 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / NSIDC Sea Ice Polar Stereographic South
+<3976> +proj=stere +lat_0=-90 +lat_ts=-70 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# NAD83 / Canada Atlas Lambert
+<3978> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / Canada Atlas Lambert
+<3979> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Katanga 1955 / Katanga Lambert (deprecated)
+<3985> +proj=lcc +lat_1=-6.5 +lat_2=-11.5 +lat_0=9 +lon_0=26 +x_0=500000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+# Katanga 1955 / Katanga Gauss zone A
+<3986> +proj=tmerc +lat_0=-9 +lon_0=30 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+# Katanga 1955 / Katanga Gauss zone B
+<3987> +proj=tmerc +lat_0=-9 +lon_0=28 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+# Katanga 1955 / Katanga Gauss zone C
+<3988> +proj=tmerc +lat_0=-9 +lon_0=26 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+# Katanga 1955 / Katanga Gauss zone D
+<3989> +proj=tmerc +lat_0=-9 +lon_0=24 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+# Puerto Rico State Plane CS of 1927
+<3991> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +units=us-ft +no_defs  <>
+# Puerto Rico / St. Croix
+<3992> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=152400.3048006096 +y_0=30480.06096012192 +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +units=us-ft +no_defs  <>
+# Guam 1963 / Guam SPCS
+# Unable to translate coordinate system EPSG:3993 into PROJ.4 format.
+#
+# WGS 84 / Mercator 41
+<3994> +proj=merc +lon_0=100 +lat_ts=-41 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Arctic Polar Stereographic
+<3995> +proj=stere +lat_0=90 +lat_ts=71 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / IBCAO Polar Stereographic
+<3996> +proj=stere +lat_0=90 +lat_ts=75 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Dubai Local TM
+<3997> +proj=tmerc +lat_0=0 +lon_0=55.33333333333334 +k=1 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# MOLDREF99 / Moldova TM
+<4026> +proj=tmerc +lat_0=0 +lon_0=28.4 +k=0.9999400000000001 +x_0=200000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / TMzn35N
+<4037> +proj=utm +zone=35 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / TMzn36N
+<4038> +proj=utm +zone=36 +datum=WGS84 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 12
+<4048> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 14
+<4049> +proj=tmerc +lat_0=0 +lon_0=14 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 16
+<4050> +proj=tmerc +lat_0=0 +lon_0=16 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 18
+<4051> +proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 20
+<4056> +proj=tmerc +lat_0=0 +lon_0=20 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 22
+<4057> +proj=tmerc +lat_0=0 +lon_0=22 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 24
+<4058> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 26
+<4059> +proj=tmerc +lat_0=0 +lon_0=26 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 28
+<4060> +proj=tmerc +lat_0=0 +lon_0=28 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / UTM zone 33S
+<4061> +proj=utm +zone=33 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / UTM zone 34S
+<4062> +proj=utm +zone=34 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGRDC 2005 / UTM zone 35S
+<4063> +proj=utm +zone=35 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Chua / UTM zone 23S
+<4071> +proj=utm +zone=23 +south +ellps=intl +towgs84=-143.87,243.37,-33.52,0,0,0,0 +units=m +no_defs  <>
+# REGCAN95 / UTM zone 27N
+<4082> +proj=utm +zone=27 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# REGCAN95 / UTM zone 28N
+<4083> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / World Equidistant Cylindrical
+<4087> +proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# World Equidistant Cylindrical (Sphere)
+<4088> +proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +a=6371007 +b=6371007 +units=m +no_defs  <>
+# ETRS89 / DKTM1
+<4093> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.99998 +x_0=200000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / DKTM2
+<4094> +proj=tmerc +lat_0=0 +lon_0=10 +k=0.99998 +x_0=400000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / DKTM3
+<4095> +proj=tmerc +lat_0=0 +lon_0=11.75 +k=0.99998 +x_0=600000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / DKTM4
+<4096> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=800000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / BLM 59N (ftUS)
+<4217> +proj=tmerc +lat_0=0 +lon_0=171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# Kertau 1968 / Johor Grid
+<4390> +proj=cass +lat_0=2.042583333333333 +lon_0=103.5627583333333 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / Sembilan and Melaka Grid
+<4391> +proj=cass +lat_0=2.712283333333334 +lon_0=101.9411666666667 +x_0=-242.005 +y_0=-948.547 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / Pahang Grid
+<4392> +proj=cass +lat_0=3.710972222222222 +lon_0=102.4361777777778 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / Selangor Grid
+<4393> +proj=cass +lat_0=3.680344444444444 +lon_0=101.5082444444444 +x_0=-21759.438 +y_0=55960.906 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / Terengganu Grid
+<4394> +proj=cass +lat_0=4.946141666666667 +lon_0=102.8952083333333 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / Pinang Grid
+<4395> +proj=cass +lat_0=5.421325 +lon_0=100.3458694444444 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / Kedah and Perlis Grid
+<4396> +proj=cass +lat_0=5.965147222222223 +lon_0=100.6375944444444 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / Perak Revised Grid
+<4397> +proj=cass +lat_0=4.859380555555555 +lon_0=100.8167666666667 +x_0=0 +y_0=133453.669 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / Kelantan Grid
+<4398> +proj=cass +lat_0=5.893922222222222 +lon_0=102.1772916666667 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / BLM 59N (ftUS)
+<4399> +proj=tmerc +lat_0=0 +lon_0=171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 60N (ftUS)
+<4400> +proj=tmerc +lat_0=0 +lon_0=177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 1N (ftUS)
+<4401> +proj=tmerc +lat_0=0 +lon_0=-177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 2N (ftUS)
+<4402> +proj=tmerc +lat_0=0 +lon_0=-171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 3N (ftUS)
+<4403> +proj=tmerc +lat_0=0 +lon_0=-165 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 4N (ftUS)
+<4404> +proj=tmerc +lat_0=0 +lon_0=-159 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 5N (ftUS)
+<4405> +proj=tmerc +lat_0=0 +lon_0=-153 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 6N (ftUS)
+<4406> +proj=tmerc +lat_0=0 +lon_0=-147 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 7N (ftUS)
+<4407> +proj=tmerc +lat_0=0 +lon_0=-141 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 8N (ftUS)
+<4408> +proj=tmerc +lat_0=0 +lon_0=-135 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 9N (ftUS)
+<4409> +proj=tmerc +lat_0=0 +lon_0=-129 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 10N (ftUS)
+<4410> +proj=tmerc +lat_0=0 +lon_0=-123 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 11N (ftUS)
+<4411> +proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 12N (ftUS)
+<4412> +proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 13N (ftUS)
+<4413> +proj=tmerc +lat_0=0 +lon_0=-105 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Guam Map Grid
+<4414> +proj=tmerc +lat_0=13.5 +lon_0=144.75 +k=1 +x_0=100000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Katanga 1955 / Katanga Lambert
+<4415> +proj=lcc +lat_1=-6.5 +lat_2=-11.5 +lat_0=-9 +lon_0=26 +x_0=500000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 7
+<4417> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / BLM 18N (ftUS)
+<4418> +proj=tmerc +lat_0=0 +lon_0=-75 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 19N (ftUS)
+<4419> +proj=tmerc +lat_0=0 +lon_0=-69 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD83 / BLM 60N (ftUS)
+<4420> +proj=tmerc +lat_0=0 +lon_0=177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 1N (ftUS)
+<4421> +proj=tmerc +lat_0=0 +lon_0=-177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 2N (ftUS)
+<4422> +proj=tmerc +lat_0=0 +lon_0=-171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 3N (ftUS)
+<4423> +proj=tmerc +lat_0=0 +lon_0=-165 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 4N (ftUS)
+<4424> +proj=tmerc +lat_0=0 +lon_0=-159 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 5N (ftUS)
+<4425> +proj=tmerc +lat_0=0 +lon_0=-153 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 6N (ftUS)
+<4426> +proj=tmerc +lat_0=0 +lon_0=-147 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 7N (ftUS)
+<4427> +proj=tmerc +lat_0=0 +lon_0=-141 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 8N (ftUS)
+<4428> +proj=tmerc +lat_0=0 +lon_0=-135 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 9N (ftUS)
+<4429> +proj=tmerc +lat_0=0 +lon_0=-129 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 10N (ftUS)
+<4430> +proj=tmerc +lat_0=0 +lon_0=-123 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 11N (ftUS)
+<4431> +proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 12N (ftUS)
+<4432> +proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 13N (ftUS)
+<4433> +proj=tmerc +lat_0=0 +lon_0=-105 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 8
+<4434> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Puerto Rico and Virgin Is.
+<4437> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / BLM 18N (ftUS)
+<4438> +proj=tmerc +lat_0=0 +lon_0=-75 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 19N (ftUS)
+<4439> +proj=tmerc +lat_0=0 +lon_0=-69 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD27 / Pennsylvania South
+<4455> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New York Long Island
+<4456> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.5 +lon_0=-74 +x_0=609601.2192024384 +y_0=30480.06096012192 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD83 / South Dakota North (ftUS)
+<4457> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# WGS 84 / Australian Centre for Remote Sensing Lambert
+<4462> +proj=lcc +lat_1=-18 +lat_2=-36 +lat_0=-27 +lon_0=132 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# RGSPM06 / UTM zone 21N
+<4467> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGM04 / UTM zone 38S
+<4471> +proj=utm +zone=38 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Cadastre 1997 / UTM zone 38S (deprecated)
+<4474> +proj=utm +zone=38 +south +ellps=intl +towgs84=-382,-59,-262,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF92 / UTM zone 11N
+<4484> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF92 / UTM zone 12N
+<4485> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF92 / UTM zone 13N
+<4486> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF92 / UTM zone 14N
+<4487> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF92 / UTM zone 15N
+<4488> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF92 / UTM zone 16N
+<4489> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 13
+<4491> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 14
+<4492> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 15
+<4493> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 16
+<4494> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 17
+<4495> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 18
+<4496> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 19
+<4497> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 20
+<4498> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 21
+<4499> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 22
+<4500> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger zone 23
+<4501> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 75E
+<4502> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 81E
+<4503> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 87E
+<4504> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 93E
+<4505> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 99E
+<4506> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 105E
+<4507> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 111E
+<4508> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 117E
+<4509> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 123E
+<4510> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 129E
+<4511> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / Gauss-Kruger CM 135E
+<4512> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 25
+<4513> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 26
+<4514> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 27
+<4515> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 28
+<4516> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 29
+<4517> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 30
+<4518> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 31
+<4519> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 32
+<4520> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 33
+<4521> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 34
+<4522> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 35
+<4523> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 36
+<4524> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 37
+<4525> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 38
+<4526> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 39
+<4527> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 40
+<4528> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 41
+<4529> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 42
+<4530> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 43
+<4531> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 44
+<4532> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger zone 45
+<4533> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 75E
+<4534> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 78E
+<4535> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 81E
+<4536> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 84E
+<4537> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 87E
+<4538> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 90E
+<4539> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 93E
+<4540> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 96E
+<4541> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 99E
+<4542> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 102E
+<4543> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 105E
+<4544> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 108E
+<4545> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 111E
+<4546> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 114E
+<4547> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 117E
+<4548> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 120E
+<4549> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 123E
+<4550> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 126E
+<4551> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 129E
+<4552> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 132E
+<4553> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# CGCS2000 / 3-degree Gauss-Kruger CM 135E
+<4554> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# RRAF 1991 / UTM zone 20N
+<4559> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 13
+<4568> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 14
+<4569> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 15
+<4570> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 16
+<4571> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 17
+<4572> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 18
+<4573> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 19
+<4574> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 20
+<4575> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 21
+<4576> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 22
+<4577> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger zone 23
+<4578> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 75E
+<4579> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 81E
+<4580> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 87E
+<4581> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 93E
+<4582> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 99E
+<4583> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 105E
+<4584> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 111E
+<4585> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 117E
+<4586> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 123E
+<4587> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 129E
+<4588> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / Gauss-Kruger CM 135E
+<4589> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# ETRS89 / UTM zone 32N (zE-N)
+<4647> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=32500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 25
+<4652> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 26
+<4653> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 27
+<4654> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 28
+<4655> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 29
+<4656> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 30
+<4766> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 31
+<4767> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 32
+<4768> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 33
+<4769> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 34
+<4770> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 35
+<4771> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 36
+<4772> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 37
+<4773> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 38
+<4774> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 39
+<4775> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 40
+<4776> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 41
+<4777> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 42
+<4778> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 43
+<4779> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 44
+<4780> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger zone 45
+<4781> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 75E
+<4782> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 78E
+<4783> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 81E
+<4784> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 84E
+<4785> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 87E
+<4786> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 90E
+<4787> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 93E
+<4788> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 96E
+<4789> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 99E
+<4790> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 102E
+<4791> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 105E
+<4792> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 108E
+<4793> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 111E
+<4794> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 114E
+<4795> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 117E
+<4796> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 120E
+<4797> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 123E
+<4798> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 126E
+<4799> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 129E
+<4800> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 132E
+<4812> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# New Beijing / 3-degree Gauss-Kruger CM 135E
+<4822> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+# WGS 84 / Cape Verde National
+<4826> +proj=lcc +lat_1=15 +lat_2=16.66666666666667 +lat_0=15.83333333333333 +lon_0=-24 +x_0=161587.83 +y_0=128511.202 +datum=WGS84 +units=m +no_defs  <>
+# ETRS89 / LCC Germany (N-E)
+<4839> +proj=lcc +lat_1=48.66666666666666 +lat_2=53.66666666666666 +lat_0=51 +lon_0=10.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 5 (deprecated)
+<4855> +proj=tmerc +lat_0=0 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 6 (deprecated)
+<4856> +proj=tmerc +lat_0=0 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 7 (deprecated)
+<4857> +proj=tmerc +lat_0=0 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 8 (deprecated)
+<4858> +proj=tmerc +lat_0=0 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 9 (deprecated)
+<4859> +proj=tmerc +lat_0=0 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 10 (deprecated)
+<4860> +proj=tmerc +lat_0=0 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 11 (deprecated)
+<4861> +proj=tmerc +lat_0=0 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 12 (deprecated)
+<4862> +proj=tmerc +lat_0=0 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 13 (deprecated)
+<4863> +proj=tmerc +lat_0=0 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 14 (deprecated)
+<4864> +proj=tmerc +lat_0=0 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 15 (deprecated)
+<4865> +proj=tmerc +lat_0=0 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 16 (deprecated)
+<4866> +proj=tmerc +lat_0=0 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 17 (deprecated)
+<4867> +proj=tmerc +lat_0=0 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 18 (deprecated)
+<4868> +proj=tmerc +lat_0=0 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 19 (deprecated)
+<4869> +proj=tmerc +lat_0=0 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 20 (deprecated)
+<4870> +proj=tmerc +lat_0=0 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 21 (deprecated)
+<4871> +proj=tmerc +lat_0=0 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 22 (deprecated)
+<4872> +proj=tmerc +lat_0=0 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 23 (deprecated)
+<4873> +proj=tmerc +lat_0=0 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 24 (deprecated)
+<4874> +proj=tmerc +lat_0=0 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 25 (deprecated)
+<4875> +proj=tmerc +lat_0=0 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 26 (deprecated)
+<4876> +proj=tmerc +lat_0=0 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 27 (deprecated)
+<4877> +proj=tmerc +lat_0=0 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 28 (deprecated)
+<4878> +proj=tmerc +lat_0=0 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 29 (deprecated)
+<4879> +proj=tmerc +lat_0=0 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 30 (deprecated)
+<4880> +proj=tmerc +lat_0=0 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# PTRA08 / UTM zone 25N
+<5014> +proj=utm +zone=25 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# PTRA08 / UTM zone 26N
+<5015> +proj=utm +zone=26 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# PTRA08 / UTM zone 28N
+<5016> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Lisbon 1890 / Portugal Bonne New
+# Unable to translate coordinate system EPSG:5017 into PROJ.4 format.
+#
+# Lisbon / Portuguese Grid New
+<5018> +proj=tmerc +lat_0=39.66666666666666 +lon_0=-8.131906111111112 +k=1 +x_0=0 +y_0=0 +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / UPS North (E,N)
+<5041> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UPS South (E,N)
+<5042> +proj=stere +lat_0=-90 +lat_ts=-90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+# ETRS89 / TM35FIN(N,E)
+<5048> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Conus Albers
+<5069> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD83 / Conus Albers
+<5070> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Conus Albers
+<5071> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Conus Albers
+<5072> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 5
+<5105> +proj=tmerc +lat_0=58 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 6
+<5106> +proj=tmerc +lat_0=58 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 7
+<5107> +proj=tmerc +lat_0=58 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 8
+<5108> +proj=tmerc +lat_0=58 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 9
+<5109> +proj=tmerc +lat_0=58 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 10
+<5110> +proj=tmerc +lat_0=58 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 11
+<5111> +proj=tmerc +lat_0=58 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 12
+<5112> +proj=tmerc +lat_0=58 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 13
+<5113> +proj=tmerc +lat_0=58 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 14
+<5114> +proj=tmerc +lat_0=58 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 15
+<5115> +proj=tmerc +lat_0=58 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 16
+<5116> +proj=tmerc +lat_0=58 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 17
+<5117> +proj=tmerc +lat_0=58 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 18
+<5118> +proj=tmerc +lat_0=58 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 19
+<5119> +proj=tmerc +lat_0=58 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 20
+<5120> +proj=tmerc +lat_0=58 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 21
+<5121> +proj=tmerc +lat_0=58 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 22
+<5122> +proj=tmerc +lat_0=58 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 23
+<5123> +proj=tmerc +lat_0=58 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 24
+<5124> +proj=tmerc +lat_0=58 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 25
+<5125> +proj=tmerc +lat_0=58 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 26
+<5126> +proj=tmerc +lat_0=58 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 27
+<5127> +proj=tmerc +lat_0=58 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 28
+<5128> +proj=tmerc +lat_0=58 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 29
+<5129> +proj=tmerc +lat_0=58 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / NTM zone 30
+<5130> +proj=tmerc +lat_0=58 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korean 1985 / East Sea Belt
+<5167> +proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Korean 1985 / Central Belt Jeju
+<5168> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=550000 +ellps=bessel +units=m +no_defs  <>
+# Tokyo 1892 / Korea West Belt
+<5169> +proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Tokyo 1892 / Korea Central Belt
+<5170> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Tokyo 1892 / Korea East Belt
+<5171> +proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Tokyo 1892 / Korea East Sea Belt
+<5172> +proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Korean 1985 / Modified West Belt
+<5173> +proj=tmerc +lat_0=38 +lon_0=125.0028902777778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Korean 1985 / Modified Central Belt
+<5174> +proj=tmerc +lat_0=38 +lon_0=127.0028902777778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Korean 1985 / Modified Central Belt Jeju
+<5175> +proj=tmerc +lat_0=38 +lon_0=127.0028902777778 +k=1 +x_0=200000 +y_0=550000 +ellps=bessel +units=m +no_defs  <>
+# Korean 1985 / Modified East Belt
+<5176> +proj=tmerc +lat_0=38 +lon_0=129.0028902777778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Korean 1985 / Modified East Sea Belt
+<5177> +proj=tmerc +lat_0=38 +lon_0=131.0028902777778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+# Korean 1985 / Unified CS
+<5178> +proj=tmerc +lat_0=38 +lon_0=127.5 +k=0.9996 +x_0=1000000 +y_0=2000000 +ellps=bessel +units=m +no_defs  <>
+# Korea 2000 / Unified CS
+<5179> +proj=tmerc +lat_0=38 +lon_0=127.5 +k=0.9996 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korea 2000 / West Belt
+<5180> +proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korea 2000 / Central Belt
+<5181> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korea 2000 / Central Belt Jeju
+<5182> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=550000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korea 2000 / East Belt
+<5183> +proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korea 2000 / East Sea Belt
+<5184> +proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korea 2000 / West Belt 2010
+<5185> +proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korea 2000 / Central Belt 2010
+<5186> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korea 2000 / East Belt 2010
+<5187> +proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Korea 2000 / East Sea Belt 2010
+<5188> +proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# S-JTSK (Ferro) / Krovak East North
+<5221> +proj=krovak +lat_0=49.5 +lon_0=42.5 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# WGS 84 / Gabon TM
+<5223> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=500000 +datum=WGS84 +units=m +no_defs  <>
+# S-JTSK/05 (Ferro) / Modified Krovak
+# Unable to translate coordinate system EPSG:5224 into PROJ.4 format.
+#
+# S-JTSK/05 (Ferro) / Modified Krovak East North
+# Unable to translate coordinate system EPSG:5225 into PROJ.4 format.
+#
+# Kandawala / Sri Lanka Grid
+<5234> +proj=tmerc +lat_0=7.000480277777778 +lon_0=80.77171111111112 +k=0.9999238418 +x_0=200000 +y_0=200000 +a=6377276.345 +b=6356075.41314024 +towgs84=-97,787,86,0,0,0,0 +units=m +no_defs  <>
+# SLD99 / Sri Lanka Grid 1999
+<5235> +proj=tmerc +lat_0=7.000471527777778 +lon_0=80.77171308333334 +k=0.9999238418 +x_0=500000 +y_0=500000 +a=6377276.345 +b=6356075.41314024 +towgs84=-0.293,766.95,87.713,0.195704,1.695068,3.473016,-0.039338 +units=m +no_defs  <>
+# ETRS89 / LCC Germany (E-N)
+<5243> +proj=lcc +lat_1=48.66666666666666 +lat_2=53.66666666666666 +lat_0=51 +lon_0=10.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDBD2009 / Brunei BRSO
+<5247> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31580995 +k=0.99984 +x_0=0 +y_0=0 +no_uoff +gamma=53.13010236111111 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / TM27
+<5253> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / TM30
+<5254> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / TM33
+<5255> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / TM36
+<5256> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / TM39
+<5257> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / TM42
+<5258> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / TM45
+<5259> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Bhutan National Grid
+<5266> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / 3-degree Gauss-Kruger zone 9
+<5269> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / 3-degree Gauss-Kruger zone 10
+<5270> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / 3-degree Gauss-Kruger zone 11
+<5271> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / 3-degree Gauss-Kruger zone 12
+<5272> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / 3-degree Gauss-Kruger zone 13
+<5273> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / 3-degree Gauss-Kruger zone 14
+<5274> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / 3-degree Gauss-Kruger zone 15
+<5275> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Bumthang TM
+<5292> +proj=tmerc +lat_0=0 +lon_0=90.73333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Chhukha TM
+<5293> +proj=tmerc +lat_0=0 +lon_0=89.55 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Dagana TM
+<5294> +proj=tmerc +lat_0=0 +lon_0=89.84999999999999 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Gasa TM
+<5295> +proj=tmerc +lat_0=0 +lon_0=90.03333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Ha TM
+<5296> +proj=tmerc +lat_0=0 +lon_0=90.15000000000001 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Lhuentse TM
+<5297> +proj=tmerc +lat_0=0 +lon_0=91.13333333333334 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Mongar TM
+<5298> +proj=tmerc +lat_0=0 +lon_0=91.23333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Paro TM
+<5299> +proj=tmerc +lat_0=0 +lon_0=89.34999999999999 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Pemagatshel TM
+<5300> +proj=tmerc +lat_0=0 +lon_0=91.34999999999999 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Punakha TM
+<5301> +proj=tmerc +lat_0=0 +lon_0=89.84999999999999 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Samdrup Jongkhar TM
+<5302> +proj=tmerc +lat_0=0 +lon_0=91.56666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Samtse TM
+<5303> +proj=tmerc +lat_0=0 +lon_0=89.06666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Sarpang TM
+<5304> +proj=tmerc +lat_0=0 +lon_0=90.26666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Thimphu TM
+<5305> +proj=tmerc +lat_0=0 +lon_0=89.55 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Trashigang TM
+<5306> +proj=tmerc +lat_0=0 +lon_0=91.75 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Trongsa TM
+<5307> +proj=tmerc +lat_0=0 +lon_0=90.5 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Tsirang TM
+<5308> +proj=tmerc +lat_0=0 +lon_0=90.16666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Wangdue Phodrang TM
+<5309> +proj=tmerc +lat_0=0 +lon_0=90.11666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Yangtse TM
+<5310> +proj=tmerc +lat_0=0 +lon_0=91.56666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DRUKREF 03 / Zhemgang TM
+<5311> +proj=tmerc +lat_0=0 +lon_0=90.86666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / Faroe TM
+<5316> +proj=tmerc +lat_0=0 +lon_0=-7 +k=0.999997 +x_0=200000 +y_0=-6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Teranet Ontario Lambert
+<5320> +proj=lcc +lat_1=44.5 +lat_2=54.5 +lat_0=0 +lon_0=-84 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / Teranet Ontario Lambert
+<5321> +proj=lcc +lat_1=44.5 +lat_2=54.5 +lat_0=0 +lon_0=-84 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ISN2004 / Lambert 2004
+<5325> +proj=lcc +lat_1=64.25 +lat_2=65.75 +lat_0=65 +lon_0=-19 +x_0=1700000 +y_0=300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Segara (Jakarta) / NEIEZ
+<5329> +proj=merc +lon_0=3.192280555555556 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +pm=jakarta +units=m +no_defs  <>
+# Batavia (Jakarta) / NEIEZ
+<5330> +proj=merc +lon_0=3.192280555555556 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +pm=jakarta +units=m +no_defs  <>
+# Makassar (Jakarta) / NEIEZ
+<5331> +proj=merc +lon_0=3.192280555555556 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +pm=jakarta +units=m +no_defs  <>
+# Aratu / UTM zone 25S
+<5337> +proj=utm +zone=25 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 2007 / Argentina 1
+<5343> +proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 2007 / Argentina 2
+<5344> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 2007 / Argentina 3
+<5345> +proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 2007 / Argentina 4
+<5346> +proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 2007 / Argentina 5
+<5347> +proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 2007 / Argentina 6
+<5348> +proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 2007 / Argentina 7
+<5349> +proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# MARGEN / UTM zone 20S
+<5355> +proj=utm +zone=20 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# MARGEN / UTM zone 19S
+<5356> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# MARGEN / UTM zone 21S
+<5357> +proj=utm +zone=21 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS-Chile / UTM zone 19S
+<5361> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS-Chile / UTM zone 18S
+<5362> +proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# CR05 / CRTM05
+<5367> +proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS-ROU98 / UTM zone 21S
+<5382> +proj=utm +zone=21 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS-ROU98 / UTM zone 22S
+<5383> +proj=utm +zone=22 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Peru96 / UTM zone 18S
+<5387> +proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Peru96 / UTM zone 17S (deprecated)
+<5388> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Peru96 / UTM zone 19S
+<5389> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 26S
+<5396> +proj=utm +zone=26 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Ocotepeque 1935 / Costa Rica Norte
+<5456> +proj=lcc +lat_1=10.46666666666667 +lat_0=10.46666666666667 +lon_0=-84.33333333333333 +k_0=0.99995696 +x_0=500000 +y_0=271820.522 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+# Ocotepeque 1935 / Costa Rica Sur
+<5457> +proj=lcc +lat_1=9 +lat_0=9 +lon_0=-83.66666666666667 +k_0=0.99995696 +x_0=500000 +y_0=327987.436 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+# Ocotepeque 1935 / Guatemala Norte (deprecated)
+<5458> +proj=lcc +lat_1=16.81666666666667 +lat_0=16.81666666666667 +lon_0=-90.33333333333333 +k_0=0.99992226 +x_0=500000 +y_0=292209.579 +datum=NAD27 +units=m +no_defs  <>
+# Ocotepeque 1935 / Guatemala Sur
+<5459> +proj=lcc +lat_1=14.9 +lat_0=14.9 +lon_0=-90.33333333333333 +k_0=0.99989906 +x_0=500000 +y_0=325992.681 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+# Ocotepeque 1935 / El Salvador Lambert
+<5460> +proj=lcc +lat_1=13.78333333333333 +lat_0=13.78333333333333 +lon_0=-89 +k_0=0.99996704 +x_0=500000 +y_0=295809.184 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+# Ocotepeque 1935 / Nicaragua Norte
+<5461> +proj=lcc +lat_1=13.86666666666667 +lat_0=13.86666666666667 +lon_0=-85.5 +k_0=0.99990314 +x_0=500000 +y_0=359891.816 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+# Ocotepeque 1935 / Nicaragua Sur
+<5462> +proj=lcc +lat_1=11.73333333333333 +lat_0=11.73333333333333 +lon_0=-85.5 +k_0=0.9999222800000001 +x_0=500000 +y_0=288876.327 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 17N
+<5463> +proj=utm +zone=17 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# Sibun Gorge 1922 / Colony Grid (deprecated)
+<5466> +proj=tmerc +lat_0=17.06124194444444 +lon_0=-88.6318575 +k=1 +x_0=66220.02833082761 +y_0=135779.5099885299 +a=6378293.645208759 +b=6356617.987679838 +units=m +no_defs  <>
+# Panama-Colon 1911 / Panama Lambert
+<5469> +proj=lcc +lat_1=8.416666666666666 +lat_0=8.416666666666666 +lon_0=-80 +k_0=0.99989909 +x_0=500000 +y_0=294865.303 +ellps=clrk66 +units=m +no_defs  <>
+# Panama-Colon 1911 / Panama Polyconic
+<5472> +proj=poly +lat_0=8.25 +lon_0=-81 +x_0=914391.7962 +y_0=999404.7217154861 +ellps=clrk66 +to_meter=0.9143917962 +no_defs  <>
+# RSRGD2000 / MSLC2000
+<5479> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-78 +lon_0=163 +x_0=7000000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RSRGD2000 / BCLC2000
+<5480> +proj=lcc +lat_1=-73.66666666666667 +lat_2=-75.33333333333333 +lat_0=-74.5 +lon_0=165 +x_0=5000000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RSRGD2000 / PCLC2000
+<5481> +proj=lcc +lat_1=-70.66666666666667 +lat_2=-72.33333333333333 +lat_0=-71.5 +lon_0=166 +x_0=3000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RSRGD2000 / RSPS2000
+<5482> +proj=stere +lat_0=-90 +lat_ts=-90 +lon_0=180 +k=0.994 +x_0=5000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RGAF09 / UTM zone 20N
+<5490> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# S-JTSK / Krovak
+<5513> +proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +units=m +no_defs  <>
+# S-JTSK / Krovak East North
+<5514> +proj=krovak +lat_0=49.5 +lon_0=24.83333333333333 +alpha=30.28813972222222 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=589,76,480,0,0,0,0 +units=m +no_defs  <>
+# S-JTSK/05 / Modified Krovak
+# Unable to translate coordinate system EPSG:5515 into PROJ.4 format.
+#
+# S-JTSK/05 / Modified Krovak East North
+# Unable to translate coordinate system EPSG:5516 into PROJ.4 format.
+#
+# CI1971 / Chatham Islands Map Grid
+<5518> +proj=tmerc +lat_0=-44 +lon_0=-176.5 +k=1 +x_0=350000 +y_0=650000 +ellps=intl +towgs84=175,-38,113,0,0,0,0 +units=m +no_defs  <>
+# CI1979 / Chatham Islands Map Grid
+<5519> +proj=tmerc +lat_0=-44 +lon_0=-176.5 +k=1 +x_0=350000 +y_0=650000 +ellps=intl +towgs84=174.05,-25.49,112.57,0,0,0.554,0.2263 +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 1
+<5520> +proj=tmerc +lat_0=0 +lon_0=3 +k=1 +x_0=1500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# WGS 84 / Gabon TM 2011
+<5523> +proj=tmerc +lat_0=0 +lon_0=11.5 +k=0.9996 +x_0=1500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+# SAD69(96) / Brazil Polyconic
+<5530> +proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+# SAD69(96) / UTM zone 21S
+<5531> +proj=utm +zone=21 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+# SAD69(96) / UTM zone 22S (deprecated)
+<5532> +proj=utm +zone=22 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69(96) / UTM zone 23S
+<5533> +proj=utm +zone=23 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+# SAD69(96) / UTM zone 24S
+<5534> +proj=utm +zone=24 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+# SAD69(96) / UTM zone 25S
+<5535> +proj=utm +zone=25 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+# Corrego Alegre 1961 / UTM zone 21S
+<5536> +proj=utm +zone=21 +south +ellps=intl +units=m +no_defs  <>
+# Corrego Alegre 1961 / UTM zone 22S
+<5537> +proj=utm +zone=22 +south +ellps=intl +units=m +no_defs  <>
+# Corrego Alegre 1961 / UTM zone 23S
+<5538> +proj=utm +zone=23 +south +ellps=intl +units=m +no_defs  <>
+# Corrego Alegre 1961 / UTM zone 24S
+<5539> +proj=utm +zone=24 +south +ellps=intl +units=m +no_defs  <>
+# PNG94 / PNGMG94 zone 54
+<5550> +proj=utm +zone=54 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# PNG94 / PNGMG94 zone 55
+<5551> +proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# PNG94 / PNGMG94 zone 56
+<5552> +proj=utm +zone=56 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Ocotepeque 1935 / Guatemala Norte
+<5559> +proj=lcc +lat_1=16.81666666666667 +lat_0=16.81666666666667 +lon_0=-90.33333333333333 +k_0=0.99992226 +x_0=500000 +y_0=292209.579 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+# UCS-2000 / Gauss-Kruger zone 4
+<5562> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Gauss-Kruger zone 5
+<5563> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Gauss-Kruger zone 6
+<5564> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Gauss-Kruger zone 7
+<5565> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Gauss-Kruger CM 21E
+<5566> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Gauss-Kruger CM 27E
+<5567> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Gauss-Kruger CM 33E
+<5568> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Gauss-Kruger CM 39E
+<5569> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger zone 7 (deprecated)
+<5570> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger zone 8 (deprecated)
+<5571> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger zone 9 (deprecated)
+<5572> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger zone 10 (deprecated)
+<5573> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger zone 11 (deprecated)
+<5574> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger zone 12 (deprecated)
+<5575> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger zone 13 (deprecated)
+<5576> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger CM 21E (deprecated)
+<5577> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger CM 24E (deprecated)
+<5578> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger CM 27E (deprecated)
+<5579> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger CM 30E (deprecated)
+<5580> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger CM 33E (deprecated)
+<5581> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger CM 36E (deprecated)
+<5582> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / 3-degree Gauss-Kruger CM 39E (deprecated)
+<5583> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# NAD27 / New Brunswick Stereographic (NAD27)
+<5588> +proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=304800 +y_0=304800 +datum=NAD27 +units=ft +no_defs  <>
+# Sibun Gorge 1922 / Colony Grid
+<5589> +proj=tmerc +lat_0=17.06124194444444 +lon_0=-88.6318575 +k=1 +x_0=66220.02833082761 +y_0=135779.5099885299 +a=6378293.645208759 +b=6356617.987679838 +to_meter=0.3047972654 +no_defs  <>
+# FEH2010 / Fehmarnbelt TM
+<5596> +proj=tmerc +lat_0=0 +lon_0=11.33333333333333 +k=1 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Michigan East
+<5623> +proj=tmerc +lat_0=41.5 +lon_0=-83.66666666666667 +k=0.999942857 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Michigan Old Central
+<5624> +proj=tmerc +lat_0=41.5 +lon_0=-85.75 +k=0.999909091 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Michigan West
+<5625> +proj=tmerc +lat_0=41.5 +lon_0=-88.75 +k=0.999909091 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# ED50 / TM 6 NE
+<5627> +proj=tmerc +lat_0=0 +lon_0=6 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# Moznet / UTM zone 38S
+<5629> +proj=utm +zone=38 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Gauss-Kruger zone 2 (E-N)
+<5631> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# PTRA08 / LCC Europe
+<5632> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# PTRA08 / LAEA Europe
+<5633> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# REGCAN95 / LCC Europe
+<5634> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# REGCAN95 / LAEA Europe
+<5635> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / LAEA Europe
+<5636> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TUREF / LCC Europe
+<5637> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ISN2004 / LAEA Europe
+<5638> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ISN2004 / LCC Europe
+<5639> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / Brazil Mercator
+<5641> +proj=merc +lon_0=-43 +lat_ts=-2 +x_0=5000000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ED50 / SPBA LCC
+<5643> +proj=lcc +lat_1=52.66666666666666 +lat_2=54.33333333333334 +lat_0=48 +lon_0=10 +x_0=815000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# RGR92 / UTM zone 39S
+<5644> +proj=utm +zone=39 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Vermont (ftUS)
+<5646> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# ETRS89 / UTM zone 31N (zE-N)
+<5649> +proj=tmerc +lat_0=0 +lon_0=3 +k=0.9996 +x_0=31500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 33N (zE-N)
+<5650> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 31N (N-zE)
+<5651> +proj=tmerc +lat_0=0 +lon_0=3 +k=0.9996 +x_0=31500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 32N (N-zE)
+<5652> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=32500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 33N (N-zE)
+<5653> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Vermont (ftUS)
+<5654> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Vermont (ftUS)
+<5655> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# Monte Mario / TM Emilia-Romagna
+<5659> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=500053 +y_0=-3999820 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +units=m +no_defs  <>
+# Pulkovo 1942(58) / Gauss-Kruger zone 3 (E-N)
+<5663> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(83) / Gauss-Kruger zone 2 (E-N)
+<5664> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / Gauss-Kruger zone 3 (E-N)
+<5665> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# PD/83 / 3-degree Gauss-Kruger zone 3 (E-N)
+<5666> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# PD/83 / 3-degree Gauss-Kruger zone 4 (E-N)
+<5667> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# RD/83 / 3-degree Gauss-Kruger zone 4 (E-N)
+<5668> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# RD/83 / 3-degree Gauss-Kruger zone 5 (E-N)
+<5669> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 3 (E-N)
+<5670> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 4 (E-N)
+<5671> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(58) / 3-degree Gauss-Kruger zone 5 (E-N)
+<5672> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 3 (E-N)
+<5673> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 4 (E-N)
+<5674> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942(83) / 3-degree Gauss-Kruger zone 5 (E-N)
+<5675> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 2 (E-N)
+<5676> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 3 (E-N)
+<5677> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 4 (E-N)
+<5678> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 5 (E-N)
+<5679> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 1 (E-N)
+<5680> +proj=tmerc +lat_0=0 +lon_0=3 +k=1 +x_0=1500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DB_REF / 3-degree Gauss-Kruger zone 2 (E-N)
+<5682> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# DB_REF / 3-degree Gauss-Kruger zone 3 (E-N)
+<5683> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# DB_REF / 3-degree Gauss-Kruger zone 4 (E-N)
+<5684> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# DB_REF / 3-degree Gauss-Kruger zone 5 (E-N)
+<5685> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# NZGD2000 / UTM zone 1S
+<5700> +proj=utm +zone=1 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# EPSG topocentric example A
+# Unable to translate coordinate system EPSG:5819 into PROJ.4 format.
+#
+# EPSG topocentric example B
+# Unable to translate coordinate system EPSG:5820 into PROJ.4 format.
+#
+# EPSG vertical perspective example
+# Unable to translate coordinate system EPSG:5821 into PROJ.4 format.
+#
+# AGD66 / ACT Standard Grid
+<5825> +proj=tmerc +lat_0=-35.31773627777778 +lon_0=149.0092948305555 +k=1.000086 +x_0=200000 +y_0=600000 +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# Yemen NGN96 / UTM zone 37N
+<5836> +proj=utm +zone=37 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Yemen NGN96 / UTM zone 40N
+<5837> +proj=utm +zone=40 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Peru96 / UTM zone 17S
+<5839> +proj=utm +zone=17 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / TM 12 SE
+<5842> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+# RGRDC 2005 / Congo TM zone 30
+<5844> +proj=tmerc +lat_0=0 +lon_0=30 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SAD69(96) / UTM zone 22S
+<5858> +proj=utm +zone=22 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+# SAD69(96) / UTM zone 18S
+<5875> +proj=utm +zone=18 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+# SAD69(96) / UTM zone 19S
+<5876> +proj=utm +zone=19 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+# SAD69(96) / UTM zone 20S
+<5877> +proj=utm +zone=20 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+# Cadastre 1997 / UTM zone 38S
+<5879> +proj=utm +zone=38 +south +ellps=intl +towgs84=-381.788,-57.501,-256.673,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / Brazil Polyconic
+<5880> +proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# TGD2005 / Tonga Map Grid
+<5887> +proj=tmerc +lat_0=0 +lon_0=-177 +k=0.9996 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +units=m +no_defs  <>
+# JAXA Snow Depth Polar Stereographic North
+<5890> +proj=stere +lat_0=90 +lat_ts=70 +lon_0=90 +k=1 +x_0=0 +y_0=0 +a=6378273 +b=6356889.449 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone A1
+<5921> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=-111 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone A2
+<5922> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=-39 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone A3
+<5923> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=33 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone A4
+<5924> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=105 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone A5
+<5925> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=177 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone B1
+<5926> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=-111 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone B2
+<5927> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=-39 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone B3
+<5928> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=33 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone B4
+<5929> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=105 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone B5
+<5930> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=177 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone C1
+<5931> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=-111 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone C2
+<5932> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=-39 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone C3
+<5933> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=33 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone C4
+<5934> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=105 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic Regional zone C5
+<5935> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=177 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Alaska Polar Stereographic
+<5936> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=-150 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Canada Polar Stereographic
+<5937> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=-100 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Greenland Polar Stereographic
+<5938> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=-33 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Norway Polar Stereographic
+<5939> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=18 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Russia Polar Stereographic
+<5940> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=105 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 1-25
+<6050> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=-30 +x_0=25500000 +y_0=1500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 2-18
+<6051> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-52 +x_0=18500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 2-20
+<6052> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-12 +x_0=20500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 3-29
+<6053> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-69 +x_0=29500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 3-31
+<6054> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-39 +x_0=31500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 3-33
+<6055> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-10 +x_0=33500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 4-20
+<6056> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-64 +x_0=20500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 4-22
+<6057> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-39 +x_0=22500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 4-24
+<6058> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-14 +x_0=24500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 5-41
+<6059> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-62 +x_0=41500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 5-43
+<6060> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-42 +x_0=43500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 5-45
+<6061> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-22 +x_0=45500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 6-26
+<6062> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-56 +x_0=26500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 6-28
+<6063> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-38 +x_0=28500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 6-30
+<6064> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-20 +x_0=30500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 7-11
+<6065> +proj=lcc +lat_1=67 +lat_2=63.66666666666666 +lat_0=65.35103930555555 +lon_0=-51 +x_0=11500000 +y_0=7500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 7-13
+<6066> +proj=lcc +lat_1=67 +lat_2=63.66666666666666 +lat_0=65.35103930555555 +lon_0=-34 +x_0=13500000 +y_0=7500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 8-20
+<6067> +proj=lcc +lat_1=63.66666666666666 +lat_2=60.33333333333334 +lat_0=62.01530688888889 +lon_0=-52 +x_0=20500000 +y_0=8500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GR96 / EPSG Arctic zone 8-22
+<6068> +proj=lcc +lat_1=63.66666666666666 +lat_2=60.33333333333334 +lat_0=62.01530688888889 +lon_0=-37 +x_0=22500000 +y_0=8500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / EPSG Arctic zone 2-22
+<6069> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=16 +x_0=22500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / EPSG Arctic zone 3-11
+<6070> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=21 +x_0=11500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / EPSG Arctic zone 4-26
+<6071> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=10 +x_0=26500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / EPSG Arctic zone 4-28
+<6072> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=34 +x_0=28500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / EPSG Arctic zone 5-11
+<6073> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=14 +x_0=11500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / EPSG Arctic zone 5-13
+<6074> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=34 +x_0=13500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 2-24
+<6075> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=53 +x_0=24500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 2-26
+<6076> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=93 +x_0=26500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 3-13
+<6077> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=52 +x_0=13500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 3-15
+<6078> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=83 +x_0=15500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 3-17
+<6079> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=114 +x_0=17500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 3-19
+<6080> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=145 +x_0=19500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 4-30
+<6081> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=58 +x_0=30500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 4-32
+<6082> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=82 +x_0=32500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 4-34
+<6083> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=106 +x_0=34500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 4-36
+<6084> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=130 +x_0=36500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 4-38
+<6085> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=154 +x_0=38500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 4-40
+<6086> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=179 +x_0=40500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 5-15
+<6087> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=54 +x_0=15500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 5-17
+<6088> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=74 +x_0=17500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 5-19
+<6089> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=95 +x_0=19500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 5-21
+<6090> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=116 +x_0=21500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 5-23
+<6091> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=137 +x_0=23500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 5-25
+<6092> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=158 +x_0=25500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 5-27
+<6093> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=179 +x_0=27500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+# NAD83(NSRS2007) / EPSG Arctic zone 5-29
+<6094> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-163 +x_0=29500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / EPSG Arctic zone 5-31
+<6095> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-147 +x_0=31500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / EPSG Arctic zone 6-14
+<6096> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-165 +x_0=14500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / EPSG Arctic zone 6-16
+<6097> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-147 +x_0=16500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 1-23
+<6098> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=-90 +x_0=23500000 +y_0=1500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 2-14
+<6099> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-115 +x_0=14500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 2-16
+<6100> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-75 +x_0=16500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 3-25
+<6101> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-129 +x_0=25500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 3-27
+<6102> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-99 +x_0=27500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 3-29
+<6103> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-69 +x_0=29500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 4-14
+<6104> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-129 +x_0=14500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 4-16
+<6105> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-104 +x_0=16500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 4-18
+<6106> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-79 +x_0=18500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 5-33
+<6107> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-131 +x_0=33500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 5-35
+<6108> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-111 +x_0=35500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 5-37
+<6109> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-91 +x_0=37500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 5-39
+<6110> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-71 +x_0=39500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 6-18
+<6111> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-132 +x_0=18500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 6-20
+<6112> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-113 +x_0=20500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 6-22
+<6113> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-94 +x_0=22500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / EPSG Arctic zone 6-24
+<6114> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-75 +x_0=24500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 1-27
+<6115> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=30 +x_0=27500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 1-29
+<6116> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=90 +x_0=29500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 1-31
+<6117> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=150 +x_0=31500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 1-21
+<6118> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=-150 +x_0=21500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 2-28
+<6119> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=133 +x_0=28500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 2-10
+<6120> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=166 +x_0=10500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 2-12
+<6121> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-154 +x_0=12500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 3-21
+<6122> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=176 +x_0=21500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 3-23
+<6123> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-153 +x_0=23500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / EPSG Arctic zone 4-12
+<6124> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-155 +x_0=12500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+# ETRS89 / EPSG Arctic zone 5-47
+<6125> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-5 +x_0=47500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Grand Cayman National Grid 1959
+<6128> +proj=utm +zone=17 +ellps=clrk66 +towgs84=-179.483,-69.379,-27.584,-7.862,8.163,6.042,-13.925 +units=ft +no_defs  <>
+# Sister Islands National Grid 1961
+<6129> +proj=utm +zone=17 +ellps=clrk66 +towgs84=8.853,-52.644,180.304,-0.393,-2.323,2.96,-24.081 +units=ft +no_defs  <>
+# Cayman Islands National Grid 2011 (deprecated)
+<6141> +proj=lcc +lat_1=19.33333333333333 +lat_2=19.7 +lat_0=19.33333333333333 +lon_0=80.56666666666666 +x_0=899160 +y_0=579120 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD27 / Michigan North (deprecated)
+# Unable to translate coordinate system EPSG:6200 into PROJ.4 format.
+#
+# NAD27 / Michigan Central
+# Unable to translate coordinate system EPSG:6201 into PROJ.4 format.
+#
+# NAD27 / Michigan South
+# Unable to translate coordinate system EPSG:6202 into PROJ.4 format.
+#
+# Macedonia State Coordinate System
+<6204> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 23N
+<6210> +proj=utm +zone=23 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 24N
+<6211> +proj=utm +zone=24 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# MAGNA-SIRGAS / Arauca urban grid
+# Unable to translate coordinate system EPSG:6244 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Armenia urban grid
+# Unable to translate coordinate system EPSG:6245 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Barranquilla urban grid
+# Unable to translate coordinate system EPSG:6246 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Bogota urban grid
+# Unable to translate coordinate system EPSG:6247 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Bucaramanga urban grid
+# Unable to translate coordinate system EPSG:6248 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Cali urban grid
+# Unable to translate coordinate system EPSG:6249 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Cartagena urban grid
+# Unable to translate coordinate system EPSG:6250 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Cucuta urban grid
+# Unable to translate coordinate system EPSG:6251 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Florencia urban grid
+# Unable to translate coordinate system EPSG:6252 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Ibague urban grid
+# Unable to translate coordinate system EPSG:6253 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Inirida urban grid
+# Unable to translate coordinate system EPSG:6254 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Leticia urban grid
+# Unable to translate coordinate system EPSG:6255 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Manizales urban grid
+# Unable to translate coordinate system EPSG:6256 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Medellin urban grid
+# Unable to translate coordinate system EPSG:6257 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Mitu urban grid
+# Unable to translate coordinate system EPSG:6258 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Mocoa urban grid
+# Unable to translate coordinate system EPSG:6259 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Monteria urban grid
+# Unable to translate coordinate system EPSG:6260 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Neiva urban grid
+# Unable to translate coordinate system EPSG:6261 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Pasto urban grid
+# Unable to translate coordinate system EPSG:6262 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Pereira urban grid
+# Unable to translate coordinate system EPSG:6263 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Popayan urban grid
+# Unable to translate coordinate system EPSG:6264 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Puerto Carreno urban grid
+# Unable to translate coordinate system EPSG:6265 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Quibdo urban grid
+# Unable to translate coordinate system EPSG:6266 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Riohacha urban grid
+# Unable to translate coordinate system EPSG:6267 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / San Andres urban grid
+# Unable to translate coordinate system EPSG:6268 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / San Jose del Guaviare urban grid
+# Unable to translate coordinate system EPSG:6269 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Santa Marta urban grid
+# Unable to translate coordinate system EPSG:6270 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Sucre urban grid
+# Unable to translate coordinate system EPSG:6271 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Tunja urban grid
+# Unable to translate coordinate system EPSG:6272 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Valledupar urban grid
+# Unable to translate coordinate system EPSG:6273 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Villavicencio urban grid
+# Unable to translate coordinate system EPSG:6274 into PROJ.4 format.
+#
+# MAGNA-SIRGAS / Yopal urban grid
+# Unable to translate coordinate system EPSG:6275 into PROJ.4 format.
+#
+# NAD83(CORS96) / Puerto Rico and Virgin Is.
+<6307> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +ellps=GRS80 +units=m +no_defs  <>
+# CGRS93 / Cyprus Local Transverse Mercator
+<6312> +proj=tmerc +lat_0=0 +lon_0=33 +k=0.99995 +x_0=200000 +y_0=-3500000 +ellps=WGS84 +towgs84=8.846,-4.394,-1.122,-0.00237,-0.146528,0.130428,0.783926 +units=m +no_defs  <>
+# Macedonia State Coordinate System zone 7
+<6316> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=7500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 59N
+<6328> +proj=utm +zone=59 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 60N
+<6329> +proj=utm +zone=60 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 1N
+<6330> +proj=utm +zone=1 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 2N
+<6331> +proj=utm +zone=2 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 3N
+<6332> +proj=utm +zone=3 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 4N
+<6333> +proj=utm +zone=4 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 5N
+<6334> +proj=utm +zone=5 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 6N
+<6335> +proj=utm +zone=6 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 7N
+<6336> +proj=utm +zone=7 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 8N
+<6337> +proj=utm +zone=8 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 9N
+<6338> +proj=utm +zone=9 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 10N
+<6339> +proj=utm +zone=10 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 11N
+<6340> +proj=utm +zone=11 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 12N
+<6341> +proj=utm +zone=12 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 13N
+<6342> +proj=utm +zone=13 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 14N
+<6343> +proj=utm +zone=14 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 15N
+<6344> +proj=utm +zone=15 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 16N
+<6345> +proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 17N
+<6346> +proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 18N
+<6347> +proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / UTM zone 19N
+<6348> +proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Conus Albers
+<6350> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / EPSG Arctic zone 5-29
+<6351> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-163 +x_0=29500000 +y_0=5500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / EPSG Arctic zone 5-31
+<6352> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-147 +x_0=31500000 +y_0=5500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / EPSG Arctic zone 6-14
+<6353> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-165 +x_0=14500000 +y_0=6500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / EPSG Arctic zone 6-16
+<6354> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-147 +x_0=16500000 +y_0=6500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alabama East
+<6355> +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alabama West
+<6356> +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# Mexico ITRF92 / LCC
+<6362> +proj=lcc +lat_1=17.5 +lat_2=29.5 +lat_0=12 +lon_0=-102 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF2008 / UTM zone 11N
+<6366> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF2008 / UTM zone 12N
+<6367> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF2008 / UTM zone 13N
+<6368> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF2008 / UTM zone 14N
+<6369> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF2008 / UTM zone 15N
+<6370> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF2008 / UTM zone 16N
+<6371> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Mexico ITRF2008 / LCC
+<6372> +proj=lcc +lat_1=17.5 +lat_2=29.5 +lat_0=12 +lon_0=-102 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# UCS-2000 / Ukraine TM zone 7
+<6381> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Ukraine TM zone 8
+<6382> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Ukraine TM zone 9
+<6383> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Ukraine TM zone 10
+<6384> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Ukraine TM zone 11
+<6385> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Ukraine TM zone 12
+<6386> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# UCS-2000 / Ukraine TM zone 13
+<6387> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+# Cayman Islands National Grid 2011
+<6391> +proj=lcc +lat_1=19.33333333333333 +lat_2=19.7 +lat_0=19.33333333333333 +lon_0=-80.56666666666666 +x_0=899160 +y_0=579120 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+# NAD83(2011) / Alaska Albers
+<6393> +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 1
+<6394> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 2
+<6395> +proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 3
+<6396> +proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 4
+<6397> +proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 5
+<6398> +proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 6
+<6399> +proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 7
+<6400> +proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 8
+<6401> +proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 9
+<6402> +proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Alaska zone 10
+<6403> +proj=lcc +lat_1=53.83333333333334 +lat_2=51.83333333333334 +lat_0=51 +lon_0=-176 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Arizona Central
+<6404> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Arizona Central (ft)
+<6405> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Arizona East
+<6406> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Arizona East (ft)
+<6407> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Arizona West
+<6408> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Arizona West (ft)
+<6409> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Arkansas North
+<6410> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Arkansas North (ftUS)
+<6411> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Arkansas South
+<6412> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=400000 +y_0=400000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Arkansas South (ftUS)
+<6413> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / California Albers
+<6414> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / California zone 1
+<6415> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / California zone 1 (ftUS)
+<6416> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / California zone 2
+<6417> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / California zone 2 (ftUS)
+<6418> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / California zone 3
+<6419> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / California zone 3 (ftUS)
+<6420> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / California zone 4
+<6421> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / California zone 4 (ftUS)
+<6422> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / California zone 5
+<6423> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / California zone 5 (ftUS)
+<6424> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / California zone 6
+<6425> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / California zone 6 (ftUS)
+<6426> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Colorado Central
+<6427> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Colorado Central (ftUS)
+<6428> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Colorado North
+<6429> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Colorado North (ftUS)
+<6430> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Colorado South
+<6431> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Colorado South (ftUS)
+<6432> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Connecticut
+<6433> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Connecticut (ftUS)
+<6434> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096012192 +y_0=152400.3048006096 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Delaware
+<6435> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Delaware (ftUS)
+<6436> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Florida East
+<6437> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Florida East (ftUS)
+<6438> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Florida GDL Albers
+<6439> +proj=aea +lat_1=24 +lat_2=31.5 +lat_0=24 +lon_0=-84 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Florida North
+<6440> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Florida North (ftUS)
+<6441> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Florida West
+<6442> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Florida West (ftUS)
+<6443> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Georgia East
+<6444> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Georgia East (ftUS)
+<6445> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Georgia West
+<6446> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Georgia West (ftUS)
+<6447> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Idaho Central
+<6448> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Idaho Central (ftUS)
+<6449> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Idaho East
+<6450> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Idaho East (ftUS)
+<6451> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Idaho West
+<6452> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Idaho West (ftUS)
+<6453> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Illinois East
+<6454> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Illinois East (ftUS)
+<6455> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Illinois West
+<6456> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Illinois West (ftUS)
+<6457> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=699999.9999898402 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Indiana East
+<6458> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Indiana East (ftUS)
+<6459> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Indiana West
+<6460> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Indiana West (ftUS)
+<6461> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Iowa North
+<6462> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Iowa North (ftUS)
+<6463> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=999999.9999898402 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Iowa South
+<6464> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Iowa South (ftUS)
+<6465> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Kansas North
+<6466> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Kansas North (ftUS)
+<6467> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Kansas South
+<6468> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=400000 +y_0=400000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Kansas South (ftUS)
+<6469> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Kentucky North
+<6470> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Kentucky North (ftUS)
+<6471> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Kentucky Single Zone
+<6472> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Kentucky Single Zone (ftUS)
+<6473> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=999999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Kentucky South
+<6474> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Kentucky South (ftUS)
+<6475> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0001016001 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Louisiana North
+<6476> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Louisiana North (ftUS)
+<6477> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Louisiana South
+<6478> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Louisiana South (ftUS)
+<6479> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Maine CS2000 Central
+<6480> +proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Maine CS2000 East
+<6481> +proj=tmerc +lat_0=43.83333333333334 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Maine CS2000 West
+<6482> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Maine East
+<6483> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Maine East (ftUS)
+<6484> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Maine West
+<6485> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Maine West (ftUS)
+<6486> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Maryland
+<6487> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Maryland (ftUS)
+<6488> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Massachusetts Island
+<6489> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Massachusetts Island (ftUS)
+<6490> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Massachusetts Mainland
+<6491> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Massachusetts Mainland (ftUS)
+<6492> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=750000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Michigan Central
+<6493> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Michigan Central (ft)
+<6494> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.999976001 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Michigan North
+<6495> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Michigan North (ft)
+<6496> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999968001 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Michigan Oblique Mercator
+<6497> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Michigan South
+<6498> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Michigan South (ft)
+<6499> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Minnesota Central
+<6500> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Minnesota Central (ftUS)
+<6501> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Minnesota North
+<6502> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Minnesota North (ftUS)
+<6503> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Minnesota South
+<6504> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Minnesota South (ftUS)
+<6505> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Mississippi East
+<6506> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Mississippi East (ftUS)
+<6507> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Mississippi TM
+<6508> +proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Mississippi West
+<6509> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Mississippi West (ftUS)
+<6510> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Missouri Central
+<6511> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Missouri East
+<6512> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Missouri West
+<6513> +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Montana
+<6514> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Montana (ft)
+<6515> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Nebraska
+<6516> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Nebraska (ftUS) (deprecated)
+<6517> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(2011) / Nevada Central
+<6518> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Nevada Central (ftUS)
+<6519> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Nevada East
+<6520> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Nevada East (ftUS)
+<6521> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.000010163 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Nevada West
+<6522> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Nevada West (ftUS)
+<6523> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000.0000101599 +y_0=3999999.99998984 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / New Hampshire
+<6524> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / New Hampshire (ftUS)
+<6525> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / New Jersey
+<6526> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / New Jersey (ftUS)
+<6527> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / New Mexico Central
+<6528> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / New Mexico Central (ftUS)
+<6529> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / New Mexico East
+<6530> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / New Mexico East (ftUS)
+<6531> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / New Mexico West
+<6532> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / New Mexico West (ftUS)
+<6533> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / New York Central
+<6534> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / New York Central (ftUS)
+<6535> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=249999.9998983998 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / New York East
+<6536> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / New York East (ftUS)
+<6537> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / New York Long Island
+<6538> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / New York Long Island (ftUS)
+<6539> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / New York West
+<6540> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / New York West (ftUS)
+<6541> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / North Carolina
+<6542> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.22 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / North Carolina (ftUS)
+<6543> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / North Dakota North
+<6544> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / North Dakota North (ft)
+<6545> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / North Dakota South
+<6546> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / North Dakota South (ft)
+<6547> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Ohio North
+<6548> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Ohio North (ftUS)
+<6549> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Ohio South
+<6550> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Ohio South (ftUS)
+<6551> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Oklahoma North
+<6552> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oklahoma North (ftUS)
+<6553> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Oklahoma South
+<6554> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oklahoma South (ftUS)
+<6555> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Oregon LCC (m)
+<6556> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon GIC Lambert (ft)
+<6557> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon North
+<6558> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon North (ft)
+<6559> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon South
+<6560> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon South (ft)
+<6561> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Pennsylvania North
+<6562> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Pennsylvania North (ftUS)
+<6563> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Pennsylvania South
+<6564> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Pennsylvania South (ftUS)
+<6565> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Puerto Rico and Virgin Is.
+<6566> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Rhode Island
+<6567> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Rhode Island (ftUS)
+<6568> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=99999.99998983997 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / South Carolina
+<6569> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / South Carolina (ft)
+<6570> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / South Dakota North
+<6571> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / South Dakota North (ftUS)
+<6572> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / South Dakota South
+<6573> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / South Dakota South (ftUS)
+<6574> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Tennessee
+<6575> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Tennessee (ftUS)
+<6576> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Texas Central
+<6577> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=700000 +y_0=3000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Texas Central (ftUS)
+<6578> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=699999.9998983998 +y_0=3000000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Texas Centric Albers Equal Area
+<6579> +proj=aea +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Texas Centric Lambert Conformal
+<6580> +proj=lcc +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Texas North
+<6581> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Texas North (ftUS)
+<6582> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000.0001016002 +y_0=999999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Texas North Central
+<6583> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Texas North Central (ftUS)
+<6584> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Texas South
+<6585> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000 +y_0=5000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Texas South (ftUS)
+<6586> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000.0000000001 +y_0=5000000.0001016 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Texas South Central
+<6587> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=4000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Texas South Central (ftUS)
+<6588> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Vermont
+<6589> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Vermont (ftUS)
+<6590> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Virginia Lambert
+<6591> +proj=lcc +lat_1=37 +lat_2=39.5 +lat_0=36 +lon_0=-79.5 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Virginia North
+<6592> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Virginia North (ftUS)
+<6593> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Virginia South
+<6594> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Virginia South (ftUS)
+<6595> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=999999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Washington North
+<6596> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Washington North (ftUS)
+<6597> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Washington South
+<6598> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Washington South (ftUS)
+<6599> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / West Virginia North
+<6600> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / West Virginia North (ftUS)
+<6601> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / West Virginia South
+<6602> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / West Virginia South (ftUS)
+<6603> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Wisconsin Central (deprecated)
+<6604> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(2011) / Wisconsin Central (ftUS)
+<6605> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Wisconsin North
+<6606> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Wisconsin North (ftUS)
+<6607> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Wisconsin South
+<6608> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Wisconsin South (ftUS)
+<6609> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Wisconsin Transverse Mercator
+<6610> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Wyoming East
+<6611> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Wyoming East (ftUS)
+<6612> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Wyoming East Central
+<6613> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Wyoming East Central (ftUS)
+<6614> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Wyoming West
+<6615> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Wyoming West (ftUS)
+<6616> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Wyoming West Central
+<6617> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Wyoming West Central (ftUS)
+<6618> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Utah Central
+<6619> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Utah North
+<6620> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Utah South
+<6621> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000 +y_0=3000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CSRS) / Quebec Lambert
+<6622> +proj=lcc +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Quebec Albers
+<6623> +proj=aea +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(CSRS) / Quebec Albers
+<6624> +proj=aea +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(2011) / Utah Central (ftUS)
+<6625> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Utah North (ftUS)
+<6626> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=999999.9999898402 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / Utah South (ftUS)
+<6627> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(PA11) / Hawaii zone 1
+<6628> +proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(PA11) / Hawaii zone 2
+<6629> +proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(PA11) / Hawaii zone 3
+<6630> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(PA11) / Hawaii zone 4
+<6631> +proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(PA11) / Hawaii zone 5
+<6632> +proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(PA11) / Hawaii zone 3 (ftUS)
+<6633> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(PA11) / UTM zone 4N
+<6634> +proj=utm +zone=4 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(PA11) / UTM zone 5N
+<6635> +proj=utm +zone=5 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(PA11) / UTM zone 2S
+<6636> +proj=utm +zone=2 +south +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(MA11) / Guam Map Grid
+<6637> +proj=tmerc +lat_0=13.5 +lon_0=144.75 +k=1 +x_0=100000 +y_0=200000 +ellps=GRS80 +units=m +no_defs  <>
+# Karbala 1979 / Iraq National Grid
+<6646> +proj=tmerc +lat_0=29.02626833333333 +lon_0=46.5 +k=0.9994 +x_0=800000 +y_0=0 +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS I
+<6669> +proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS II
+<6670> +proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS III
+<6671> +proj=tmerc +lat_0=36 +lon_0=132.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS IV
+<6672> +proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS V
+<6673> +proj=tmerc +lat_0=36 +lon_0=134.3333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS VI
+<6674> +proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS VII
+<6675> +proj=tmerc +lat_0=36 +lon_0=137.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS VIII
+<6676> +proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS IX
+<6677> +proj=tmerc +lat_0=36 +lon_0=139.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS X
+<6678> +proj=tmerc +lat_0=40 +lon_0=140.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS XI
+<6679> +proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS XII
+<6680> +proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS XIII
+<6681> +proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS XIV
+<6682> +proj=tmerc +lat_0=26 +lon_0=142 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS XV
+<6683> +proj=tmerc +lat_0=26 +lon_0=127.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS XVI
+<6684> +proj=tmerc +lat_0=26 +lon_0=124 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS XVII
+<6685> +proj=tmerc +lat_0=26 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS XVIII
+<6686> +proj=tmerc +lat_0=20 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / Japan Plane Rectangular CS XIX
+<6687> +proj=tmerc +lat_0=26 +lon_0=154 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / UTM zone 51N
+<6688> +proj=utm +zone=51 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / UTM zone 52N
+<6689> +proj=utm +zone=52 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / UTM zone 53N
+<6690> +proj=utm +zone=53 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / UTM zone 54N
+<6691> +proj=utm +zone=54 +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011 / UTM zone 55N
+<6692> +proj=utm +zone=55 +ellps=GRS80 +units=m +no_defs  <>
+# WGS 84 / TM 60 SW
+<6703> +proj=tmerc +lat_0=0 +lon_0=-60 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+# RDN2008 / UTM zone 32N (N-E)
+<6707> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RDN2008 / UTM zone 33N (N-E)
+<6708> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RDN2008 / UTM zone 34N (N-E)
+<6709> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / CIG92
+<6720> +proj=tmerc +lat_0=0 +lon_0=105.625 +k=1.000024 +x_0=50000 +y_0=1300000 +datum=WGS84 +units=m +no_defs  <>
+# GDA94 / CIG94
+<6721> +proj=tmerc +lat_0=0 +lon_0=105.625 +k=1.00002514 +x_0=50000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# WGS 84 / CKIG92
+<6722> +proj=tmerc +lat_0=0 +lon_0=96.875 +k=1 +x_0=50000 +y_0=1400000 +datum=WGS84 +units=m +no_defs  <>
+# GDA94 / CKIG94
+<6723> +proj=tmerc +lat_0=0 +lon_0=96.875 +k=0.99999387 +x_0=50000 +y_0=1500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 41 (deprecated)
+<6732> +proj=utm +zone=41 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 42 (deprecated)
+<6733> +proj=utm +zone=42 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 43 (deprecated)
+<6734> +proj=utm +zone=43 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 44 (deprecated)
+<6735> +proj=utm +zone=44 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 46
+<6736> +proj=utm +zone=46 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 47
+<6737> +proj=utm +zone=47 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 59
+<6738> +proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Baker zone (m)
+<6784> +proj=tmerc +lat_0=44.5 +lon_0=-117.8333333333333 +k=1.00016 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Baker zone (ft)
+<6785> +proj=tmerc +lat_0=44.5 +lon_0=-117.8333333333333 +k=1.00016 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Baker zone (m)
+<6786> +proj=tmerc +lat_0=44.5 +lon_0=-117.8333333333333 +k=1.00016 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Baker zone (ft)
+<6787> +proj=tmerc +lat_0=44.5 +lon_0=-117.8333333333333 +k=1.00016 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Bend-Klamath Falls zone (m)
+<6788> +proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Bend-Klamath Falls zone (ft)
+<6789> +proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Bend-Klamath Falls zone (m)
+<6790> +proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Bend-Klamath Falls zone (ft)
+<6791> +proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Bend-Redmond-Prineville zone (m)
+<6792> +proj=lcc +lat_1=44.66666666666666 +lat_0=44.66666666666666 +lon_0=-121.25 +k_0=1.00012 +x_0=80000 +y_0=130000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Bend-Redmond-Prineville zone (ft)
+<6793> +proj=lcc +lat_1=44.66666666666666 +lat_0=44.66666666666666 +lon_0=-121.25 +k_0=1.00012 +x_0=79999.99999968 +y_0=130000.00001472 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Bend-Redmond-Prineville zone (m)
+<6794> +proj=lcc +lat_1=44.66666666666666 +lat_0=44.66666666666666 +lon_0=-121.25 +k_0=1.00012 +x_0=80000 +y_0=130000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Bend-Redmond-Prineville zone (ft)
+<6795> +proj=lcc +lat_1=44.66666666666666 +lat_0=44.66666666666666 +lon_0=-121.25 +k_0=1.00012 +x_0=79999.99999968 +y_0=130000.00001472 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Bend-Burns zone (m)
+<6796> +proj=lcc +lat_1=43.66666666666666 +lat_0=43.66666666666666 +lon_0=-119.75 +k_0=1.0002 +x_0=120000 +y_0=60000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Bend-Burns zone (ft)
+<6797> +proj=lcc +lat_1=43.66666666666666 +lat_0=43.66666666666666 +lon_0=-119.75 +k_0=1.0002 +x_0=119999.99999952 +y_0=59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Bend-Burns zone (m)
+<6798> +proj=lcc +lat_1=43.66666666666666 +lat_0=43.66666666666666 +lon_0=-119.75 +k_0=1.0002 +x_0=120000 +y_0=60000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Bend-Burns zone (ft)
+<6799> +proj=lcc +lat_1=43.66666666666666 +lat_0=43.66666666666666 +lon_0=-119.75 +k_0=1.0002 +x_0=119999.99999952 +y_0=59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Canyonville-Grants Pass zone (m)
+<6800> +proj=tmerc +lat_0=42.5 +lon_0=-123.3333333333333 +k=1.00007 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Canyonville-Grants Pass zone (ft)
+<6801> +proj=tmerc +lat_0=42.5 +lon_0=-123.3333333333333 +k=1.00007 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Canyonville-Grants Pass zone (m)
+<6802> +proj=tmerc +lat_0=42.5 +lon_0=-123.3333333333333 +k=1.00007 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Canyonville-Grants Pass zone (ft)
+<6803> +proj=tmerc +lat_0=42.5 +lon_0=-123.3333333333333 +k=1.00007 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Columbia River East zone (m)
+<6804> +proj=lcc +lat_1=45.66666666666666 +lat_0=45.66666666666666 +lon_0=-120.5 +k_0=1.000008 +x_0=150000 +y_0=30000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Columbia River East zone (ft)
+<6805> +proj=lcc +lat_1=45.66666666666666 +lat_0=45.66666666666666 +lon_0=-120.5 +k_0=1.000008 +x_0=150000.00001464 +y_0=30000.00001512 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Columbia River East zone (m)
+<6806> +proj=lcc +lat_1=45.66666666666666 +lat_0=45.66666666666666 +lon_0=-120.5 +k_0=1.000008 +x_0=150000 +y_0=30000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Columbia River East zone (ft)
+<6807> +proj=lcc +lat_1=45.66666666666666 +lat_0=45.66666666666666 +lon_0=-120.5 +k_0=1.000008 +x_0=150000.00001464 +y_0=30000.00001512 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Columbia River West zone (m)
+<6808> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000 +y_0=-3000000 +no_uoff +gamma=295 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Columbia River West zone (ft)
+<6809> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988 +no_uoff +gamma=295 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Columbia River West zone (m)
+<6810> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000 +y_0=-3000000 +no_uoff +gamma=295 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Columbia River West zone (ft)
+<6811> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988 +no_uoff +gamma=295 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Cottage Grove-Canyonville zone (m)
+<6812> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-123.3333333333333 +k=1.000023 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Cottage Grove-Canyonville zone (ft)
+<6813> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-123.3333333333333 +k=1.000023 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Cottage Grove-Canyonville zone (m)
+<6814> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-123.3333333333333 +k=1.000023 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Cottage Grove-Canyonville zone (ft)
+<6815> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-123.3333333333333 +k=1.000023 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Dufur-Madras zone (m)
+<6816> +proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Dufur-Madras zone (ft)
+<6817> +proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Dufur-Madras zone (m)
+<6818> +proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Dufur-Madras zone (ft)
+<6819> +proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Eugene zone (m)
+<6820> +proj=tmerc +lat_0=43.75 +lon_0=-123.1666666666667 +k=1.000015 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Eugene zone (ft)
+<6821> +proj=tmerc +lat_0=43.75 +lon_0=-123.1666666666667 +k=1.000015 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Eugene zone (m)
+<6822> +proj=tmerc +lat_0=43.75 +lon_0=-123.1666666666667 +k=1.000015 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Eugene zone (ft)
+<6823> +proj=tmerc +lat_0=43.75 +lon_0=-123.1666666666667 +k=1.000015 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Grants Pass-Ashland zone (m)
+<6824> +proj=tmerc +lat_0=41.75 +lon_0=-123.3333333333333 +k=1.000043 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Grants Pass-Ashland zone (ft)
+<6825> +proj=tmerc +lat_0=41.75 +lon_0=-123.3333333333333 +k=1.000043 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Grants Pass-Ashland zone (m)
+<6826> +proj=tmerc +lat_0=41.75 +lon_0=-123.3333333333333 +k=1.000043 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Grants Pass-Ashland zone (ft)
+<6827> +proj=tmerc +lat_0=41.75 +lon_0=-123.3333333333333 +k=1.000043 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Gresham-Warm Springs zone (m)
+<6828> +proj=tmerc +lat_0=45 +lon_0=-122.3333333333333 +k=1.00005 +x_0=10000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Gresham-Warm Springs zone (ft)
+<6829> +proj=tmerc +lat_0=45 +lon_0=-122.3333333333333 +k=1.00005 +x_0=10000.0000152 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Gresham-Warm Springs zone (m)
+<6830> +proj=tmerc +lat_0=45 +lon_0=-122.3333333333333 +k=1.00005 +x_0=10000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Gresham-Warm Springs zone (ft)
+<6831> +proj=tmerc +lat_0=45 +lon_0=-122.3333333333333 +k=1.00005 +x_0=10000.0000152 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon La Grande zone (m)
+<6832> +proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon La Grande zone (ft)
+<6833> +proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon La Grande zone (m)
+<6834> +proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon La Grande zone (ft)
+<6835> +proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Ontario zone (m)
+<6836> +proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Ontario zone (ft)
+<6837> +proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Ontario zone (m)
+<6838> +proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Ontario zone (ft)
+<6839> +proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Coast zone (m)
+<6840> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-300000 +y_0=-4600000 +no_uoff +gamma=5 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Coast zone (ft)
+<6841> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-299999.9999988 +y_0=-4600000.00001208 +no_uoff +gamma=5 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Coast zone (m)
+<6842> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-300000 +y_0=-4600000 +no_uoff +gamma=5 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Coast zone (ft)
+<6843> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-299999.9999988 +y_0=-4600000.00001208 +no_uoff +gamma=5 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Pendleton zone (m)
+<6844> +proj=tmerc +lat_0=45.25 +lon_0=-119.1666666666667 +k=1.000045 +x_0=60000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Pendleton zone (ft)
+<6845> +proj=tmerc +lat_0=45.25 +lon_0=-119.1666666666667 +k=1.000045 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Pendleton zone (m)
+<6846> +proj=tmerc +lat_0=45.25 +lon_0=-119.1666666666667 +k=1.000045 +x_0=60000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Pendleton zone (ft)
+<6847> +proj=tmerc +lat_0=45.25 +lon_0=-119.1666666666667 +k=1.000045 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Pendleton-La Grande zone (m)
+<6848> +proj=tmerc +lat_0=45.08333333333334 +lon_0=-118.3333333333333 +k=1.000175 +x_0=30000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Pendleton-La Grande zone (ft)
+<6849> +proj=tmerc +lat_0=45.08333333333334 +lon_0=-118.3333333333333 +k=1.000175 +x_0=30000.00001512 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Pendleton-La Grande zone (m)
+<6850> +proj=tmerc +lat_0=45.08333333333334 +lon_0=-118.3333333333333 +k=1.000175 +x_0=30000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Pendleton-La Grande zone (ft)
+<6851> +proj=tmerc +lat_0=45.08333333333334 +lon_0=-118.3333333333333 +k=1.000175 +x_0=30000.00001512 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Portland zone (m)
+<6852> +proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=100000 +y_0=50000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Portland zone (ft)
+<6853> +proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=99999.99999960001 +y_0=50000.00001504 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Portland zone (m)
+<6854> +proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=100000 +y_0=50000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Portland zone (ft)
+<6855> +proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=99999.99999960001 +y_0=50000.00001504 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Salem zone (m)
+<6856> +proj=tmerc +lat_0=44.33333333333334 +lon_0=-123.0833333333333 +k=1.00001 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Salem zone (ft)
+<6857> +proj=tmerc +lat_0=44.33333333333334 +lon_0=-123.0833333333333 +k=1.00001 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Salem zone (m)
+<6858> +proj=tmerc +lat_0=44.33333333333334 +lon_0=-123.0833333333333 +k=1.00001 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Salem zone (ft)
+<6859> +proj=tmerc +lat_0=44.33333333333334 +lon_0=-123.0833333333333 +k=1.00001 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon Santiam Pass zone (m)
+<6860> +proj=tmerc +lat_0=44.08333333333334 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon Santiam Pass zone (ft)
+<6861> +proj=tmerc +lat_0=44.08333333333334 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Santiam Pass zone (m)
+<6862> +proj=tmerc +lat_0=44.08333333333334 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Santiam Pass zone (ft)
+<6863> +proj=tmerc +lat_0=44.08333333333334 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon LCC (m)
+<6867> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon GIC Lambert (ft)
+<6868> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# ETRS89 / Albania TM 2010
+<6870> +proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RDN2008 / Italy zone (N-E)
+<6875> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9985000000000001 +x_0=7000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RDN2008 / Zone 12 (N-E)
+<6876> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=3000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(2011) / Wisconsin Central
+<6879> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Nebraska (ftUS)
+<6880> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(CORS96) / Oregon North
+<6884> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon North (ft)
+<6885> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CORS96) / Oregon South
+<6886> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96) / Oregon South (ft)
+<6887> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# South East Island 1943 / UTM zone 40N
+<6915> +proj=utm +zone=40 +ellps=clrk80 +towgs84=-43.685,-179.785,-267.721,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Kansas LCC
+<6922> +proj=lcc +lat_1=39.5 +lat_2=37.5 +lat_0=36 +lon_0=-98.25 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Kansas LCC (ftUS)
+<6923> +proj=lcc +lat_1=39.5 +lat_2=37.5 +lat_0=36 +lon_0=-98.25 +x_0=399999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83(2011) / Kansas LCC
+<6924> +proj=lcc +lat_1=39.5 +lat_2=37.5 +lat_0=36 +lon_0=-98.25 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Kansas LCC (ftUS)
+<6925> +proj=lcc +lat_1=39.5 +lat_2=37.5 +lat_0=36 +lon_0=-98.25 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# WGS 84 / NSIDC EASE-Grid 2.0 North
+<6931> +proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / NSIDC EASE-Grid 2.0 South
+<6932> +proj=laea +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / NSIDC EASE-Grid 2.0 Global
+<6933> +proj=cea +lon_0=0 +lat_ts=30 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# VN-2000 / TM-3 zone 481
+<6956> +proj=tmerc +lat_0=0 +lon_0=102 +k=0.9999 +x_0=0 +y_0=500000 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+# VN-2000 / TM-3 zone 482
+<6957> +proj=tmerc +lat_0=0 +lon_0=105 +k=0.9999 +x_0=0 +y_0=500000 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+# VN-2000 / TM-3 zone 491
+<6958> +proj=tmerc +lat_0=0 +lon_0=108 +k=0.9999 +x_0=0 +y_0=500000 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+# VN-2000 / TM-3 Da Nang zone
+<6959> +proj=tmerc +lat_0=0 +lon_0=107.75 +k=0.9999 +x_0=0 +y_0=500000 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+# ETRS89 / Albania LCC 2010
+<6962> +proj=lcc +lat_1=39 +lat_2=43 +lat_0=41 +lon_0=20 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Michigan North
+# Unable to translate coordinate system EPSG:6966 into PROJ.4 format.
+#
+# Israeli Grid 05
+<6984> +proj=tmerc +lat_0=31.73439361111111 +lon_0=35.20451694444445 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 +units=m +no_defs  <>
+# Israeli Grid 05/12
+<6991> +proj=tmerc +lat_0=31.73439361111111 +lon_0=35.20451694444445 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / San Francisco CS13 (deprecated)
+<6996> +proj=tmerc +lat_0=37.75 +lon_0=-122.45 +k=1.000007 +x_0=48000 +y_0=24000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / San Francisco CS13 (ftUS) (deprecated)
+<6997> +proj=tmerc +lat_0=37.75 +lon_0=-122.45 +k=1.000007 +x_0=48000 +y_0=24000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# Nahrwan 1934 / UTM zone 37N
+<7005> +proj=utm +zone=37 +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs  <>
+# Nahrwan 1934 / UTM zone 38N
+<7006> +proj=utm +zone=38 +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs  <>
+# Nahrwan 1934 / UTM zone 39N
+<7007> +proj=utm +zone=39 +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs  <>
+# NAD83(2011) / IaRCS zone 1
+<7057> +proj=lcc +lat_1=43.2 +lat_0=43.2 +lon_0=-95.25 +k_0=1.000052 +x_0=3505207.010414021 +y_0=2926085.852171705 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 2
+<7058> +proj=lcc +lat_1=43.16666666666666 +lat_0=43.16666666666666 +lon_0=-92.75 +k_0=1.000043 +x_0=3810007.62001524 +y_0=2987045.974091948 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 3
+<7059> +proj=tmerc +lat_0=40.25 +lon_0=-91.2 +k=1.000035 +x_0=4114808.229616459 +y_0=2529845.05969012 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 4
+<7060> +proj=lcc +lat_1=42.53333333333333 +lat_0=42.53333333333333 +lon_0=-94.83333333333333 +k_0=1.000045 +x_0=4419608.839217679 +y_0=2621285.242570485 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 5
+<7061> +proj=lcc +lat_1=42.65 +lat_0=42.65 +lon_0=-92.25 +k_0=1.000032 +x_0=4724409.448818898 +y_0=2712725.425450851 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 6
+<7062> +proj=tmerc +lat_0=40.25 +lon_0=-95.73333333333333 +k=1.000039 +x_0=5029210.058420117 +y_0=2011684.023368047 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 7
+<7063> +proj=tmerc +lat_0=40.25 +lon_0=-94.63333333333334 +k=1.000045 +x_0=5334010.668021336 +y_0=2072644.145288291 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 8
+<7064> +proj=tmerc +lat_0=40.25 +lon_0=-93.71666666666667 +k=1.000033 +x_0=5638811.277622555 +y_0=2133604.267208535 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 9
+<7065> +proj=tmerc +lat_0=40.25 +lon_0=-92.81666666666666 +k=1.000027 +x_0=5943611.887223775 +y_0=2194564.389128779 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 10
+<7066> +proj=lcc +lat_1=41.83333333333334 +lat_0=41.83333333333334 +lon_0=-91.66666666666667 +k_0=1.00002 +x_0=6248412.496824994 +y_0=2438404.876809754 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 11
+<7067> +proj=tmerc +lat_0=40.25 +lon_0=-90.53333333333333 +k=1.000027 +x_0=6553213.106426213 +y_0=2316484.632969266 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 12
+<7068> +proj=lcc +lat_1=40.91666666666666 +lat_0=40.91666666666666 +lon_0=-93.75 +k_0=1.000037 +x_0=6858013.716027432 +y_0=1889763.779527559 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 13
+<7069> +proj=tmerc +lat_0=40.25 +lon_0=-91.91666666666667 +k=1.00002 +x_0=7162814.325628651 +y_0=1950723.901447803 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / IaRCS zone 14
+<7070> +proj=tmerc +lat_0=40.25 +lon_0=-91.25 +k=1.000018 +x_0=7467614.93522987 +y_0=1889763.779527559 +ellps=GRS80 +units=us-ft +no_defs  <>
+# RGTAAF07 / UTM zone 37S
+<7074> +proj=utm +zone=37 +south +ellps=GRS80 +units=m +no_defs  <>
+# RGTAAF07 / UTM zone 38S
+<7075> +proj=utm +zone=38 +south +ellps=GRS80 +units=m +no_defs  <>
+# RGTAAF07 / UTM zone 39S
+<7076> +proj=utm +zone=39 +south +ellps=GRS80 +units=m +no_defs  <>
+# RGTAAF07 / UTM zone 40S
+<7077> +proj=utm +zone=40 +south +ellps=GRS80 +units=m +no_defs  <>
+# RGTAAF07 / UTM zone 41S
+<7078> +proj=utm +zone=41 +south +ellps=GRS80 +units=m +no_defs  <>
+# RGTAAF07 / UTM zone 42S
+<7079> +proj=utm +zone=42 +south +ellps=GRS80 +units=m +no_defs  <>
+# RGTAAF07 / UTM zone 43S
+<7080> +proj=utm +zone=43 +south +ellps=GRS80 +units=m +no_defs  <>
+# RGTAAF07 / UTM zone 44S
+<7081> +proj=utm +zone=44 +south +ellps=GRS80 +units=m +no_defs  <>
+# RGTAAF07 / Terre Adelie Polar Stereographic
+# Unable to translate coordinate system EPSG:7082 into PROJ.4 format.
+#
+# NAD83(2011) / RMTCRS St Mary (m)
+<7109> +proj=tmerc +lat_0=48.5 +lon_0=-112.5 +k=1.00016 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS Blackfeet (m)
+<7110> +proj=tmerc +lat_0=48 +lon_0=-112.5 +k=1.00019 +x_0=100000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS Milk River (m)
+<7111> +proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-111 +k_0=1.000145 +x_0=150000 +y_0=200000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS Fort Belknap (m)
+<7112> +proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-108.5 +k_0=1.00012 +x_0=200000 +y_0=150000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS Fort Peck Assiniboine (m)
+<7113> +proj=lcc +lat_1=48.33333333333334 +lat_0=48.33333333333334 +lon_0=-105.5 +k_0=1.00012 +x_0=200000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS Fort Peck Sioux (m)
+<7114> +proj=lcc +lat_1=48.33333333333334 +lat_0=48.33333333333334 +lon_0=-105.5 +k_0=1.00009 +x_0=100000 +y_0=50000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS Crow (m)
+<7115> +proj=tmerc +lat_0=44.75 +lon_0=-107.75 +k=1.000148 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS Bobcat (m)
+<7116> +proj=lcc +lat_1=46.25 +lat_0=46.25 +lon_0=-111.25 +k_0=1.000185 +x_0=100000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS Billings (m)
+<7117> +proj=lcc +lat_1=45.78333333333333 +lat_0=45.78333333333333 +lon_0=-108.4166666666667 +k_0=1.0001515 +x_0=200000 +y_0=50000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS Wind River (m)
+<7118> +proj=tmerc +lat_0=42.66666666666666 +lon_0=-108.3333333333333 +k=1.00024 +x_0=100000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / RMTCRS St Mary (ft)
+<7119> +proj=tmerc +lat_0=48.5 +lon_0=-112.5 +k=1.00016 +x_0=150000.00001464 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / RMTCRS Blackfeet (ft)
+<7120> +proj=tmerc +lat_0=48 +lon_0=-112.5 +k=1.00019 +x_0=99999.99999960001 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / RMTCRS Milk River (ft)
+<7121> +proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-111 +k_0=1.000145 +x_0=150000.00001464 +y_0=199999.9999992 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / RMTCRS Fort Belknap (ft)
+<7122> +proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-108.5 +k_0=1.00012 +x_0=199999.9999992 +y_0=150000.00001464 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / RMTCRS Fort Peck Assiniboine (ft)
+<7123> +proj=lcc +lat_1=48.33333333333334 +lat_0=48.33333333333334 +lon_0=-105.5 +k_0=1.00012 +x_0=199999.9999992 +y_0=99999.99999960001 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / RMTCRS Fort Peck Sioux (ft)
+<7124> +proj=lcc +lat_1=48.33333333333334 +lat_0=48.33333333333334 +lon_0=-105.5 +k_0=1.00009 +x_0=99999.99999960001 +y_0=49999.99971024 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / RMTCRS Crow (ft)
+<7125> +proj=tmerc +lat_0=44.75 +lon_0=-107.75 +k=1.000148 +x_0=199999.9999992 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / RMTCRS Bobcat (ft)
+<7126> +proj=lcc +lat_1=46.25 +lat_0=46.25 +lon_0=-111.25 +k_0=1.000185 +x_0=99999.99999960001 +y_0=99999.99999960001 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / RMTCRS Billings (ft)
+<7127> +proj=lcc +lat_1=45.78333333333333 +lat_0=45.78333333333333 +lon_0=-108.4166666666667 +k_0=1.0001515 +x_0=199999.9999992 +y_0=50000.00001504 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / RMTCRS Wind River (ftUS)
+<7128> +proj=tmerc +lat_0=42.66666666666666 +lon_0=-108.3333333333333 +k=1.00024 +x_0=99999.99998983997 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / San Francisco CS13
+<7131> +proj=tmerc +lat_0=37.75 +lon_0=-122.45 +k=1.000007 +x_0=48000 +y_0=24000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / San Francisco CS13 (ftUS)
+<7132> +proj=tmerc +lat_0=37.75 +lon_0=-122.45 +k=1.000007 +x_0=48000 +y_0=24000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# Palestine 1923 / Palestine Grid modified
+<7142> +proj=tmerc +lat_0=31.73409694444445 +lon_0=35.21208055555556 +k=1 +x_0=170251.555 +y_0=126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Adams (m)
+<7257> +proj=tmerc +lat_0=40.55 +lon_0=-84.95 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Adams (ftUS)
+<7258> +proj=tmerc +lat_0=40.55 +lon_0=-84.95 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Allen (m)
+<7259> +proj=tmerc +lat_0=40.9 +lon_0=-85.05 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Allen (ftUS)
+<7260> +proj=tmerc +lat_0=40.9 +lon_0=-85.05 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Bartholomew (m)
+<7261> +proj=tmerc +lat_0=39 +lon_0=-85.84999999999999 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Bartholomew (ftUS)
+<7262> +proj=tmerc +lat_0=39 +lon_0=-85.84999999999999 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Benton (m)
+<7263> +proj=tmerc +lat_0=40.45 +lon_0=-87.3 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Benton (ftUS)
+<7264> +proj=tmerc +lat_0=40.45 +lon_0=-87.3 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Blackford-Delaware (m)
+<7265> +proj=tmerc +lat_0=40.05 +lon_0=-85.40000000000001 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Blackford-Delaware (ftUS)
+<7266> +proj=tmerc +lat_0=40.05 +lon_0=-85.40000000000001 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Boone-Hendricks (m)
+<7267> +proj=tmerc +lat_0=39.6 +lon_0=-86.5 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Boone-Hendricks (ftUS)
+<7268> +proj=tmerc +lat_0=39.6 +lon_0=-86.5 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Brown (m)
+<7269> +proj=tmerc +lat_0=39 +lon_0=-86.3 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Brown (ftUS)
+<7270> +proj=tmerc +lat_0=39 +lon_0=-86.3 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Carroll (m)
+<7271> +proj=tmerc +lat_0=40.4 +lon_0=-86.65000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Carroll (ftUS)
+<7272> +proj=tmerc +lat_0=40.4 +lon_0=-86.65000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Cass (m)
+<7273> +proj=tmerc +lat_0=40.55 +lon_0=-86.40000000000001 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Cass (ftUS)
+<7274> +proj=tmerc +lat_0=40.55 +lon_0=-86.40000000000001 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Clark-Floyd-Scott (m)
+<7275> +proj=tmerc +lat_0=38.15 +lon_0=-85.59999999999999 +k=1.000021 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Clark-Floyd-Scott (ftUS)
+<7276> +proj=tmerc +lat_0=38.15 +lon_0=-85.59999999999999 +k=1.000021 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Clay (m)
+<7277> +proj=tmerc +lat_0=39.15 +lon_0=-87.15000000000001 +k=1.000024 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Clay (ftUS)
+<7278> +proj=tmerc +lat_0=39.15 +lon_0=-87.15000000000001 +k=1.000024 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Clinton (m)
+<7279> +proj=tmerc +lat_0=40.15 +lon_0=-86.59999999999999 +k=1.000032 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Clinton (ftUS)
+<7280> +proj=tmerc +lat_0=40.15 +lon_0=-86.59999999999999 +k=1.000032 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Crawford-Lawrence-Orange (m)
+<7281> +proj=tmerc +lat_0=38.1 +lon_0=-86.5 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Crawford-Lawrence-Orange (ftUS)
+<7282> +proj=tmerc +lat_0=38.1 +lon_0=-86.5 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Daviess-Greene (m)
+<7283> +proj=tmerc +lat_0=38.45 +lon_0=-87.09999999999999 +k=1.000018 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Daviess-Greene (ftUS)
+<7284> +proj=tmerc +lat_0=38.45 +lon_0=-87.09999999999999 +k=1.000018 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Dearborn-Ohio-Switzerland (m)
+<7285> +proj=tmerc +lat_0=38.65 +lon_0=-84.90000000000001 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Dearborn-Ohio-Switzerland (ftUS)
+<7286> +proj=tmerc +lat_0=38.65 +lon_0=-84.90000000000001 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Decatur-Rush (m)
+<7287> +proj=tmerc +lat_0=39.1 +lon_0=-85.65000000000001 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Decatur-Rush (ftUS)
+<7288> +proj=tmerc +lat_0=39.1 +lon_0=-85.65000000000001 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS DeKalb (m)
+<7289> +proj=tmerc +lat_0=41.25 +lon_0=-84.95 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS DeKalb (ftUS)
+<7290> +proj=tmerc +lat_0=41.25 +lon_0=-84.95 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Dubois-Martin (m)
+<7291> +proj=tmerc +lat_0=38.2 +lon_0=-86.95 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Dubois-Martin (ftUS)
+<7292> +proj=tmerc +lat_0=38.2 +lon_0=-86.95 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Elkhart-Kosciusko-Wabash (m)
+<7293> +proj=tmerc +lat_0=40.65 +lon_0=-85.84999999999999 +k=1.000033 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Elkhart-Kosciusko-Wabash (ftUS)
+<7294> +proj=tmerc +lat_0=40.65 +lon_0=-85.84999999999999 +k=1.000033 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Fayette-Franklin-Union (m)
+<7295> +proj=tmerc +lat_0=39.25 +lon_0=-85.05 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Fayette-Franklin-Union (ftUS)
+<7296> +proj=tmerc +lat_0=39.25 +lon_0=-85.05 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Fountain-Warren (m)
+<7297> +proj=tmerc +lat_0=39.95 +lon_0=-87.3 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Fountain-Warren (ftUS)
+<7298> +proj=tmerc +lat_0=39.95 +lon_0=-87.3 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Fulton-Marshall-St. Joseph (m)
+<7299> +proj=tmerc +lat_0=40.9 +lon_0=-86.3 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Fulton-Marshall-St. Joseph (ftUS)
+<7300> +proj=tmerc +lat_0=40.9 +lon_0=-86.3 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Gibson (m)
+<7301> +proj=tmerc +lat_0=38.15 +lon_0=-87.65000000000001 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Gibson (ftUS)
+<7302> +proj=tmerc +lat_0=38.15 +lon_0=-87.65000000000001 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Grant (m)
+<7303> +proj=tmerc +lat_0=40.35 +lon_0=-85.7 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Grant (ftUS)
+<7304> +proj=tmerc +lat_0=40.35 +lon_0=-85.7 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Hamilton-Tipton (m)
+<7305> +proj=tmerc +lat_0=39.9 +lon_0=-86 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Hamilton-Tipton (ftUS)
+<7306> +proj=tmerc +lat_0=39.9 +lon_0=-86 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Hancock-Madison (m)
+<7307> +proj=tmerc +lat_0=39.65 +lon_0=-85.8 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Hancock-Madison (ftUS)
+<7308> +proj=tmerc +lat_0=39.65 +lon_0=-85.8 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Harrison-Washington (m)
+<7309> +proj=tmerc +lat_0=37.95 +lon_0=-86.15000000000001 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Harrison-Washington (ftUS)
+<7310> +proj=tmerc +lat_0=37.95 +lon_0=-86.15000000000001 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Henry (m)
+<7311> +proj=tmerc +lat_0=39.75 +lon_0=-85.45 +k=1.000043 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Henry (ftUS)
+<7312> +proj=tmerc +lat_0=39.75 +lon_0=-85.45 +k=1.000043 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Howard-Miami (m)
+<7313> +proj=tmerc +lat_0=40.35 +lon_0=-86.15000000000001 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Howard-Miami (ftUS)
+<7314> +proj=tmerc +lat_0=40.35 +lon_0=-86.15000000000001 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Huntington-Whitley (m)
+<7315> +proj=tmerc +lat_0=40.65 +lon_0=-85.5 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Huntington-Whitley (ftUS)
+<7316> +proj=tmerc +lat_0=40.65 +lon_0=-85.5 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Jackson (m)
+<7317> +proj=tmerc +lat_0=38.7 +lon_0=-85.95 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Jackson (ftUS)
+<7318> +proj=tmerc +lat_0=38.7 +lon_0=-85.95 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Jasper-Porter (m)
+<7319> +proj=tmerc +lat_0=40.7 +lon_0=-87.09999999999999 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Jasper-Porter (ftUS)
+<7320> +proj=tmerc +lat_0=40.7 +lon_0=-87.09999999999999 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Jay (m)
+<7321> +proj=tmerc +lat_0=40.3 +lon_0=-85 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Jay (ftUS)
+<7322> +proj=tmerc +lat_0=40.3 +lon_0=-85 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Jefferson (m)
+<7323> +proj=tmerc +lat_0=38.55 +lon_0=-85.34999999999999 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Jefferson (ftUS)
+<7324> +proj=tmerc +lat_0=38.55 +lon_0=-85.34999999999999 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Jennings (m)
+<7325> +proj=tmerc +lat_0=38.8 +lon_0=-85.8 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Jennings (ftUS)
+<7326> +proj=tmerc +lat_0=38.8 +lon_0=-85.8 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Johnson-Marion (m)
+<7327> +proj=tmerc +lat_0=39.3 +lon_0=-86.15000000000001 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Johnson-Marion (ftUS)
+<7328> +proj=tmerc +lat_0=39.3 +lon_0=-86.15000000000001 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Knox (m)
+<7329> +proj=tmerc +lat_0=38.4 +lon_0=-87.45 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Knox (ftUS)
+<7330> +proj=tmerc +lat_0=38.4 +lon_0=-87.45 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS LaGrange-Noble (m)
+<7331> +proj=tmerc +lat_0=41.25 +lon_0=-85.45 +k=1.000037 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS LaGrange-Noble (ftUS)
+<7332> +proj=tmerc +lat_0=41.25 +lon_0=-85.45 +k=1.000037 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Lake-Newton (m)
+<7333> +proj=tmerc +lat_0=40.7 +lon_0=-87.40000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Lake-Newton (ftUS)
+<7334> +proj=tmerc +lat_0=40.7 +lon_0=-87.40000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS LaPorte-Pulaski-Starke (m)
+<7335> +proj=tmerc +lat_0=40.9 +lon_0=-86.75 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS LaPorte-Pulaski-Starke (ftUS)
+<7336> +proj=tmerc +lat_0=40.9 +lon_0=-86.75 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Monroe-Morgan (m)
+<7337> +proj=tmerc +lat_0=38.95 +lon_0=-86.5 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Monroe-Morgan (ftUS)
+<7338> +proj=tmerc +lat_0=38.95 +lon_0=-86.5 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Montgomery-Putnam (m)
+<7339> +proj=tmerc +lat_0=39.45 +lon_0=-86.95 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Montgomery-Putnam (ftUS)
+<7340> +proj=tmerc +lat_0=39.45 +lon_0=-86.95 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Owen (m)
+<7341> +proj=tmerc +lat_0=39.15 +lon_0=-86.90000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Owen (ftUS)
+<7342> +proj=tmerc +lat_0=39.15 +lon_0=-86.90000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Parke-Vermillion (m)
+<7343> +proj=tmerc +lat_0=39.6 +lon_0=-87.34999999999999 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Parke-Vermillion (ftUS)
+<7344> +proj=tmerc +lat_0=39.6 +lon_0=-87.34999999999999 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Perry (m)
+<7345> +proj=tmerc +lat_0=37.8 +lon_0=-86.7 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Perry (ftUS)
+<7346> +proj=tmerc +lat_0=37.8 +lon_0=-86.7 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Pike-Warrick (m)
+<7347> +proj=tmerc +lat_0=37.85 +lon_0=-87.3 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Pike-Warrick (ftUS)
+<7348> +proj=tmerc +lat_0=37.85 +lon_0=-87.3 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Posey (m)
+<7349> +proj=tmerc +lat_0=37.75 +lon_0=-87.95 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Posey (ftUS)
+<7350> +proj=tmerc +lat_0=37.75 +lon_0=-87.95 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Randolph-Wayne (m)
+<7351> +proj=tmerc +lat_0=39.7 +lon_0=-85.05 +k=1.000044 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Randolph-Wayne (ftUS)
+<7352> +proj=tmerc +lat_0=39.7 +lon_0=-85.05 +k=1.000044 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Ripley (m)
+<7353> +proj=tmerc +lat_0=38.9 +lon_0=-85.3 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Ripley (ftUS)
+<7354> +proj=tmerc +lat_0=38.9 +lon_0=-85.3 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Shelby (m)
+<7355> +proj=tmerc +lat_0=39.3 +lon_0=-85.90000000000001 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Shelby (ftUS)
+<7356> +proj=tmerc +lat_0=39.3 +lon_0=-85.90000000000001 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Spencer (m)
+<7357> +proj=tmerc +lat_0=37.75 +lon_0=-87.05 +k=1.000014 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Spencer (ftUS)
+<7358> +proj=tmerc +lat_0=37.75 +lon_0=-87.05 +k=1.000014 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Steuben (m)
+<7359> +proj=tmerc +lat_0=41.5 +lon_0=-85 +k=1.000041 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Steuben (ftUS)
+<7360> +proj=tmerc +lat_0=41.5 +lon_0=-85 +k=1.000041 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Sullivan (m)
+<7361> +proj=tmerc +lat_0=38.9 +lon_0=-87.5 +k=1.000017 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Sullivan (ftUS)
+<7362> +proj=tmerc +lat_0=38.9 +lon_0=-87.5 +k=1.000017 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Tippecanoe-White (m)
+<7363> +proj=tmerc +lat_0=40.2 +lon_0=-86.90000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Tippecanoe-White (ftUS)
+<7364> +proj=tmerc +lat_0=40.2 +lon_0=-86.90000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Vanderburgh (m)
+<7365> +proj=tmerc +lat_0=37.8 +lon_0=-87.55 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Vanderburgh (ftUS)
+<7366> +proj=tmerc +lat_0=37.8 +lon_0=-87.55 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Vigo (m)
+<7367> +proj=tmerc +lat_0=39.25 +lon_0=-87.45 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Vigo (ftUS)
+<7368> +proj=tmerc +lat_0=39.25 +lon_0=-87.45 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / InGCS Wells (m)
+<7369> +proj=tmerc +lat_0=40.55 +lon_0=-85.25 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / InGCS Wells (ftUS)
+<7370> +proj=tmerc +lat_0=40.55 +lon_0=-85.25 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+# ONGD14 / UTM zone 39N
+<7374> +proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ONGD14 / UTM zone 40N
+<7375> +proj=utm +zone=40 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ONGD14 / UTM zone 41N
+<7376> +proj=utm +zone=41 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Adams and Juneau (m)
+<7528> +proj=tmerc +lat_0=43.36666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6942 +y_0=0.0037 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Ashland (m)
+<7529> +proj=tmerc +lat_0=45.70611111111111 +lon_0=-90.62222222222222 +k=1.0000495683 +x_0=172821.9461 +y_0=0.0017 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Barron (m)
+<7530> +proj=tmerc +lat_0=45.13333333333333 +lon_0=-91.84999999999999 +k=1.0000486665 +x_0=93150 +y_0=0.0029 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Bayfield (m)
+<7531> +proj=lcc +lat_1=46.66964837722222 +lat_0=46.66964837722222 +lon_0=-91.15277777777779 +k_0=1.0000331195 +x_0=228600.4575 +y_0=148551.4837 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Brown (m)
+<7532> +proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31600 +y_0=4600 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Buffalo (m)
+<7533> +proj=tmerc +lat_0=43.48138888888889 +lon_0=-91.79722222222222 +k=1.0000382778 +x_0=175260.3502 +y_0=0.0048 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Burnett (m)
+<7534> +proj=lcc +lat_1=45.89871486583333 +lat_0=45.89871486583333 +lon_0=-92.45777777777778 +k_0=1.0000383841 +x_0=64008.1276 +y_0=59445.9043 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (m)
+<7535> +proj=tmerc +lat_0=42.71944444444445 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Chippewa (m)
+<7536> +proj=lcc +lat_1=44.97785689861112 +lat_0=44.97785689861112 +lon_0=-91.29444444444444 +k_0=1.0000391127 +x_0=60045.72 +y_0=44091.4346 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Clark (m)
+<7537> +proj=tmerc +lat_0=43.6 +lon_0=-90.70833333333334 +k=1.0000463003 +x_0=199949.1989 +y_0=0.0086 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Columbia (m)
+<7538> +proj=lcc +lat_1=43.46254664583333 +lat_0=43.46254664583333 +lon_0=-89.39444444444445 +k_0=1.00003498 +x_0=169164.3381 +y_0=111569.6134 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Crawford (m)
+<7539> +proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6274 +y_0=53703.1201 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Dane (m)
+<7540> +proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.42222222222223 +k_0=1.0000384786 +x_0=247193.2944 +y_0=146591.9896 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Dodge and Jefferson (m)
+<7541> +proj=tmerc +lat_0=41.47222222222222 +lon_0=-88.77500000000001 +k=1.0000346418 +x_0=263347.7263 +y_0=0.0076 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Door (m)
+<7542> +proj=tmerc +lat_0=44.4 +lon_0=-87.27222222222223 +k=1.0000187521 +x_0=158801.1176 +y_0=0.0023 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Douglas (m)
+<7543> +proj=tmerc +lat_0=45.88333333333333 +lon_0=-91.91666666666667 +k=1.0000385418 +x_0=59131.3183 +y_0=0.0041 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Dunn (m)
+<7544> +proj=tmerc +lat_0=44.40833333333333 +lon_0=-91.89444444444445 +k=1.0000410324 +x_0=51816.104 +y_0=0.003 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Eau Claire (m)
+<7545> +proj=lcc +lat_1=44.87228112638889 +lat_0=44.87228112638889 +lon_0=-91.28888888888889 +k_0=1.000035079 +x_0=120091.4402 +y_0=91687.92389999999 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Florence (m)
+<7546> +proj=tmerc +lat_0=45.43888888888888 +lon_0=-88.14166666666668 +k=1.0000552095 +x_0=133502.6683 +y_0=0.0063 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Forest (m)
+<7547> +proj=tmerc +lat_0=44.00555555555555 +lon_0=-88.63333333333334 +k=1.0000673004 +x_0=275844.5533 +y_0=0.0157 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Grant (m)
+<7548> +proj=tmerc +lat_0=41.41111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.4841 +y_0=0.01 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Green and Lafayette (m)
+<7549> +proj=lcc +lat_1=42.63756227694444 +lat_0=42.63756227694444 +lon_0=-89.83888888888889 +k_0=1.0000390487 +x_0=170078.7403 +y_0=45830.2947 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Green Lake and Marquette (m)
+<7550> +proj=lcc +lat_1=43.80700011777778 +lat_0=43.80700011777778 +lon_0=-89.24166666666667 +k_0=1.0000344057 +x_0=150876.3018 +y_0=79170.7795 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Iowa (m)
+<7551> +proj=tmerc +lat_0=42.53888888888888 +lon_0=-90.16111111111111 +k=1.0000394961 +x_0=113081.0261 +y_0=0.0045 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Iron (m)
+<7552> +proj=tmerc +lat_0=45.43333333333333 +lon_0=-90.25555555555556 +k=1.0000677153 +x_0=220980.4419 +y_0=0.008500000000000001 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Jackson (m)
+<7553> +proj=tmerc +lat_0=44.25333512777778 +lon_0=-90.84429651944444 +k=1.0000353 +x_0=27000 +y_0=25000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (m)
+<7554> +proj=tmerc +lat_0=42.21666666666667 +lon_0=-87.89444444444445 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Kewaunee, Manitowoc and Sheboygan (m)
+<7555> +proj=tmerc +lat_0=43.26666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7614 +y_0=0.0012 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS La Crosse (m)
+<7556> +proj=tmerc +lat_0=43.45111111111111 +lon_0=-91.31666666666666 +k=1.0000319985 +x_0=130454.6598 +y_0=0.0033 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Langlade (m)
+<7557> +proj=lcc +lat_1=45.15423710527778 +lat_0=45.15423710527778 +lon_0=-89.03333333333333 +k_0=1.0000627024 +x_0=198425.197 +y_0=105279.7829 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Lincoln (m)
+<7558> +proj=tmerc +lat_0=44.84444444444445 +lon_0=-89.73333333333333 +k=1.0000599003 +x_0=116129.0323 +y_0=0.0058 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Marathon (m)
+<7559> +proj=lcc +lat_1=44.90090442361111 +lat_0=44.90090442361111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493 +y_0=55049.2669 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Marinette (m)
+<7560> +proj=tmerc +lat_0=44.69166666666666 +lon_0=-87.71111111111111 +k=1.0000234982 +x_0=238658.8794 +y_0=0.0032 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Menominee (m)
+<7561> +proj=tmerc +lat_0=44.71666666666667 +lon_0=-88.41666666666667 +k=1.0000362499 +x_0=105461.0121 +y_0=0.0029 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Monroe (m)
+<7562> +proj=lcc +lat_1=44.00007392861111 +lat_0=44.00007392861111 +lon_0=-90.64166666666668 +k_0=1.0000434122 +x_0=204521.209 +y_0=121923.9861 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Oconto (m)
+<7563> +proj=tmerc +lat_0=44.39722222222222 +lon_0=-87.90833333333335 +k=1.0000236869 +x_0=182880.3676 +y_0=0.0033 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Oneida (m)
+<7564> +proj=lcc +lat_1=45.70422377027778 +lat_0=45.70422377027778 +lon_0=-89.54444444444444 +k_0=1.0000686968 +x_0=70104.1401 +y_0=57588.0346 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Pepin and Pierce (m)
+<7565> +proj=lcc +lat_1=44.63614887194444 +lat_0=44.63614887194444 +lon_0=-92.22777777777777 +k_0=1.0000362977 +x_0=167640.3354 +y_0=86033.0876 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Polk (m)
+<7566> +proj=tmerc +lat_0=44.66111111111111 +lon_0=-92.63333333333334 +k=1.0000433849 +x_0=141732.2823 +y_0=0.0059 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Portage (m)
+<7567> +proj=lcc +lat_1=44.41682397527777 +lat_0=44.41682397527777 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.1128 +y_0=50022.1874 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Price (m)
+<7568> +proj=tmerc +lat_0=44.55555555555555 +lon_0=-90.48888888888889 +k=1.0000649554 +x_0=227990.8546 +y_0=0.0109 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Richland (m)
+<7569> +proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.43055555555556 +k_0=1.0000375653 +x_0=202387.6048 +y_0=134255.4253 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Rock (m)
+<7570> +proj=tmerc +lat_0=41.94444444444444 +lon_0=-89.07222222222222 +k=1.0000337311 +x_0=146304.2926 +y_0=0.0068 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Rusk (m)
+<7571> +proj=tmerc +lat_0=43.91944444444444 +lon_0=-91.06666666666666 +k=1.0000495976 +x_0=250546.1013 +y_0=0.0234 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Sauk (m)
+<7572> +proj=tmerc +lat_0=42.81944444444445 +lon_0=-89.90000000000001 +k=1.0000373868 +x_0=185623.5716 +y_0=0.0051 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Sawyer (m)
+<7573> +proj=lcc +lat_1=45.90009913138888 +lat_0=45.90009913138888 +lon_0=-91.11666666666666 +k_0=1.0000573461 +x_0=216713.2336 +y_0=120734.1631 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Shawano (m)
+<7574> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-88.60555555555555 +k=1.000032144 +x_0=262433.3253 +y_0=0.009599999999999999 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS St. Croix (m)
+<7575> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-92.63333333333334 +k=1.0000381803 +x_0=165506.7302 +y_0=0.0103 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Taylor (m)
+<7576> +proj=lcc +lat_1=45.17782208583333 +lat_0=45.17782208583333 +lon_0=-90.48333333333333 +k_0=1.0000597566 +x_0=187147.5744 +y_0=107746.7522 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Trempealeau (m)
+<7577> +proj=tmerc +lat_0=43.16111111111111 +lon_0=-91.36666666666666 +k=1.0000361538 +x_0=256946.9138 +y_0=0.0041 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Vernon (m)
+<7578> +proj=lcc +lat_1=43.57503293972223 +lat_0=43.57503293972223 +lon_0=-90.78333333333333 +k_0=1.0000408158 +x_0=222504.4451 +y_0=47532.0602 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Vilas (m)
+<7579> +proj=lcc +lat_1=46.07784409055556 +lat_0=46.07784409055556 +lon_0=-89.48888888888889 +k_0=1.0000730142 +x_0=134417.0689 +y_0=50337.1092 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Walworth (m)
+<7580> +proj=lcc +lat_1=42.66946209694444 +lat_0=42.66946209694444 +lon_0=-88.54166666666667 +k_0=1.0000367192 +x_0=232562.8651 +y_0=111088.2224 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Washburn (m)
+<7581> +proj=lcc +lat_1=45.96121983333334 +lat_0=45.96121983333334 +lon_0=-91.78333333333333 +k_0=1.0000475376 +x_0=234086.8682 +y_0=188358.6058 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Washington (m)
+<7582> +proj=tmerc +lat_0=42.91805555555555 +lon_0=-88.06388888888888 +k=1.00003738 +x_0=120091.4415 +y_0=0.003 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Waukesha (m)
+<7583> +proj=tmerc +lat_0=42.56944444444445 +lon_0=-88.22499999999999 +k=1.0000346179 +x_0=208788.418 +y_0=0.0034 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Waupaca (m)
+<7584> +proj=tmerc +lat_0=43.42027777777778 +lon_0=-88.81666666666666 +k=1.0000333645 +x_0=185013.9709 +y_0=0.007 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Waushara (m)
+<7585> +proj=lcc +lat_1=44.11394404583334 +lat_0=44.11394404583334 +lon_0=-89.24166666666667 +k_0=1.0000392096 +x_0=120091.4402 +y_0=45069.7587 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Wood (m)
+<7586> +proj=lcc +lat_1=44.36259546944444 +lat_0=44.36259546944444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6173 +y_0=134589.754 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / WISCRS Adams and Juneau (ftUS)
+<7587> +proj=tmerc +lat_0=43.36666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6941325883 +y_0=0.00365760731521463 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Ashland (ftUS)
+<7588> +proj=tmerc +lat_0=45.70611111111111 +lon_0=-90.62222222222222 +k=1.0000495683 +x_0=172821.945948692 +y_0=0.001828803657607315 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Barron (ftUS)
+<7589> +proj=tmerc +lat_0=45.13333333333333 +lon_0=-91.84999999999999 +k=1.0000486665 +x_0=93150 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Bayfield (ftUS)
+<7590> +proj=lcc +lat_1=46.66964837722222 +lat_0=46.66964837722222 +lon_0=-91.15277777777779 +k_0=1.0000331195 +x_0=228600.4575057151 +y_0=148551.4835661671 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Brown (ftUS)
+<7591> +proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31599.99989839979 +y_0=4599.999898399797 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Buffalo (ftUS)
+<7592> +proj=tmerc +lat_0=43.48138888888889 +lon_0=-91.79722222222222 +k=1.0000382778 +x_0=175260.3502159004 +y_0=0.004876809753619507 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Burnett (ftUS)
+<7593> +proj=lcc +lat_1=45.89871486583333 +lat_0=45.89871486583333 +lon_0=-92.45777777777778 +k_0=1.0000383841 +x_0=64008.12771145543 +y_0=59445.90419100838 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (ftUS)
+<7594> +proj=tmerc +lat_0=42.71944444444445 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8892049784 +y_0=0.004876809753619507 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Chippewa (ftUS)
+<7595> +proj=lcc +lat_1=44.97785689861112 +lat_0=44.97785689861112 +lon_0=-91.29444444444444 +k_0=1.0000391127 +x_0=60045.72009144018 +y_0=44091.43449326898 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Clark (ftUS)
+<7596> +proj=tmerc +lat_0=43.6 +lon_0=-90.70833333333334 +k=1.0000463003 +x_0=199949.198983998 +y_0=0.008534417068834137 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Columbia (ftUS)
+<7597> +proj=lcc +lat_1=43.46254664583333 +lat_0=43.46254664583333 +lon_0=-89.39444444444445 +k_0=1.00003498 +x_0=169164.338023876 +y_0=111569.613512827 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Crawford (ftUS)
+<7598> +proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6273812548 +y_0=53703.12024384048 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Dane (ftUS)
+<7599> +proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.42222222222223 +k_0=1.0000384786 +x_0=247193.2943865888 +y_0=146591.9896367793 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Dodge and Jefferson (ftUS)
+<7600> +proj=tmerc +lat_0=41.47222222222222 +lon_0=-88.77500000000001 +k=1.0000346418 +x_0=263347.7263906528 +y_0=0.00762001524003048 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Door (ftUS)
+<7601> +proj=tmerc +lat_0=44.4 +lon_0=-87.27222222222223 +k=1.0000187521 +x_0=158801.1176022352 +y_0=0.002438404876809754 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Douglas (ftUS)
+<7602> +proj=tmerc +lat_0=45.88333333333333 +lon_0=-91.91666666666667 +k=1.0000385418 +x_0=59131.31826263652 +y_0=0.003962407924815849 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Dunn (ftUS)
+<7603> +proj=tmerc +lat_0=44.40833333333333 +lon_0=-91.89444444444445 +k=1.0000410324 +x_0=51816.10393700787 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Eau Claire (ftUS)
+<7604> +proj=lcc +lat_1=44.87228112638889 +lat_0=44.87228112638889 +lon_0=-91.28888888888889 +k_0=1.000035079 +x_0=120091.4401828804 +y_0=91687.92390144781 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Florence (ftUS)
+<7605> +proj=tmerc +lat_0=45.43888888888888 +lon_0=-88.14166666666668 +k=1.0000552095 +x_0=133502.6682245364 +y_0=0.006400812801625603 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Forest (ftUS)
+<7606> +proj=tmerc +lat_0=44.00555555555555 +lon_0=-88.63333333333334 +k=1.0000673004 +x_0=275844.5532131065 +y_0=0.0158496316992634 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Grant (ftUS)
+<7607> +proj=tmerc +lat_0=41.41111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.484023368 +y_0=0.01005842011684023 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Green and Lafayette (ftUS)
+<7608> +proj=lcc +lat_1=42.63756227694444 +lat_0=42.63756227694444 +lon_0=-89.83888888888889 +k_0=1.0000390487 +x_0=170078.7401574803 +y_0=45830.29484378968 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Green Lake and Marquette (ftUS)
+<7609> +proj=lcc +lat_1=43.80700011777778 +lat_0=43.80700011777778 +lon_0=-89.24166666666667 +k_0=1.0000344057 +x_0=150876.3017526035 +y_0=79170.77937515875 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Iowa (ftUS)
+<7610> +proj=tmerc +lat_0=42.53888888888888 +lon_0=-90.16111111111111 +k=1.0000394961 +x_0=113081.0261620523 +y_0=0.004572009144018288 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Iron (ftUS)
+<7611> +proj=tmerc +lat_0=45.43333333333333 +lon_0=-90.25555555555556 +k=1.0000677153 +x_0=220980.4419608839 +y_0=0.008534417068834137 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Jackson (ftUS)
+<7612> +proj=tmerc +lat_0=44.25333512777778 +lon_0=-90.84429651944444 +k=1.0000353 +x_0=27000 +y_0=24999.99989839979 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (ftUS)
+<7613> +proj=tmerc +lat_0=42.21666666666667 +lon_0=-87.89444444444445 +k=1.0000260649 +x_0=185928.3727711455 +y_0=0.0009144018288036576 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Kewaunee, Manitowoc and Sheboygan (ftUS)
+<7614> +proj=tmerc +lat_0=43.26666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.76154432308 +y_0=0.001219202438404877 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS La Crosse (ftUS)
+<7615> +proj=tmerc +lat_0=43.45111111111111 +lon_0=-91.31666666666666 +k=1.0000319985 +x_0=130454.6596901194 +y_0=0.003352806705613411 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Langlade (ftUS)
+<7616> +proj=lcc +lat_1=45.15423710527778 +lat_0=45.15423710527778 +lon_0=-89.03333333333333 +k_0=1.0000627024 +x_0=198425.1968503937 +y_0=105279.7828803657 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Lincoln (ftUS)
+<7617> +proj=tmerc +lat_0=44.84444444444445 +lon_0=-89.73333333333333 +k=1.0000599003 +x_0=116129.0322580645 +y_0=0.005791211582423164 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Marathon (ftUS)
+<7618> +proj=lcc +lat_1=44.90090442361111 +lat_0=44.90090442361111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493522987 +y_0=55049.26695453391 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Marinette (ftUS)
+<7619> +proj=tmerc +lat_0=44.69166666666666 +lon_0=-87.71111111111111 +k=1.0000234982 +x_0=238658.8794513589 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Menominee (ftUS)
+<7620> +proj=tmerc +lat_0=44.71666666666667 +lon_0=-88.41666666666667 +k=1.0000362499 +x_0=105461.0121412243 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Monroe (ftUS)
+<7621> +proj=lcc +lat_1=44.00007392861111 +lat_0=44.00007392861111 +lon_0=-90.64166666666668 +k_0=1.0000434122 +x_0=204521.2090424181 +y_0=121923.9861823724 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Oconto (ftUS)
+<7622> +proj=tmerc +lat_0=44.39722222222222 +lon_0=-87.90833333333335 +k=1.0000236869 +x_0=182880.3675895352 +y_0=0.003352806705613411 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Oneida (ftUS)
+<7623> +proj=lcc +lat_1=45.70422377027778 +lat_0=45.70422377027778 +lon_0=-89.54444444444444 +k_0=1.0000686968 +x_0=70104.14020828041 +y_0=57588.03474726949 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Pepin and Pierce (ftUS)
+<7624> +proj=lcc +lat_1=44.63614887194444 +lat_0=44.63614887194444 +lon_0=-92.22777777777777 +k_0=1.0000362977 +x_0=167640.3352806706 +y_0=86033.08773177546 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Polk (ftUS)
+<7625> +proj=tmerc +lat_0=44.66111111111111 +lon_0=-92.63333333333334 +k=1.0000433849 +x_0=141732.2822453645 +y_0=0.005791211582423164 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Portage (ftUS)
+<7626> +proj=lcc +lat_1=44.41682397527777 +lat_0=44.41682397527777 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.11277622555 +y_0=50022.1874523749 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Price (ftUS)
+<7627> +proj=tmerc +lat_0=44.55555555555555 +lon_0=-90.48888888888889 +k=1.0000649554 +x_0=227990.8544577089 +y_0=0.01097282194564389 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Richland (ftUS)
+<7628> +proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.43055555555556 +k_0=1.0000375653 +x_0=202387.6047752095 +y_0=134255.4254508509 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Rock (ftUS)
+<7629> +proj=tmerc +lat_0=41.94444444444444 +lon_0=-89.07222222222222 +k=1.0000337311 +x_0=146304.2926085852 +y_0=0.006705613411226822 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Rusk (ftUS)
+<7630> +proj=tmerc +lat_0=43.91944444444444 +lon_0=-91.06666666666666 +k=1.0000495976 +x_0=250546.1013970028 +y_0=0.02346964693929388 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Sauk (ftUS)
+<7631> +proj=tmerc +lat_0=42.81944444444445 +lon_0=-89.90000000000001 +k=1.0000373868 +x_0=185623.5715519431 +y_0=0.005181610363220727 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Sawyer (ftUS)
+<7632> +proj=lcc +lat_1=45.90009913138888 +lat_0=45.90009913138888 +lon_0=-91.11666666666666 +k_0=1.0000573461 +x_0=216713.2337312675 +y_0=120734.1631699263 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Shawano (ftUS)
+<7633> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-88.60555555555555 +k=1.000032144 +x_0=262433.3251714504 +y_0=0.009448818897637795 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS St. Croix (ftUS)
+<7634> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-92.63333333333334 +k=1.0000381803 +x_0=165506.7300990602 +y_0=0.01036322072644145 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Taylor (ftUS)
+<7635> +proj=lcc +lat_1=45.17782208583333 +lat_0=45.17782208583333 +lon_0=-90.48333333333333 +k_0=1.0000597566 +x_0=187147.5742951486 +y_0=107746.7521463043 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Trempealeau (ftUS)
+<7636> +proj=tmerc +lat_0=43.16111111111111 +lon_0=-91.36666666666666 +k=1.0000361538 +x_0=256946.9138938278 +y_0=0.003962407924815849 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Vernon (ftUS)
+<7637> +proj=lcc +lat_1=43.57503293972223 +lat_0=43.57503293972223 +lon_0=-90.78333333333333 +k_0=1.0000408158 +x_0=222504.44500889 +y_0=47532.0603505207 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Vilas (ftUS)
+<7638> +proj=lcc +lat_1=46.07784409055556 +lat_0=46.07784409055556 +lon_0=-89.48888888888889 +k_0=1.0000730142 +x_0=134417.0688341377 +y_0=50337.10927101854 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Walworth (ftUS)
+<7639> +proj=lcc +lat_1=42.66946209694444 +lat_0=42.66946209694444 +lon_0=-88.54166666666667 +k_0=1.0000367192 +x_0=232562.8651257302 +y_0=111088.2224028448 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Washburn (ftUS)
+<7640> +proj=lcc +lat_1=45.96121983333334 +lat_0=45.96121983333334 +lon_0=-91.78333333333333 +k_0=1.0000475376 +x_0=234086.8681737363 +y_0=188358.6059436119 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Washington (ftUS)
+<7641> +proj=tmerc +lat_0=42.91805555555555 +lon_0=-88.06388888888888 +k=1.00003738 +x_0=120091.4414020828 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Waukesha (ftUS)
+<7642> +proj=tmerc +lat_0=42.56944444444445 +lon_0=-88.22499999999999 +k=1.0000346179 +x_0=208788.4178816358 +y_0=0.003352806705613411 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Waupaca (ftUS)
+<7643> +proj=tmerc +lat_0=43.42027777777778 +lon_0=-88.81666666666666 +k=1.0000333645 +x_0=185013.9709423419 +y_0=0.007010414020828041 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Waushara (ftUS)
+<7644> +proj=lcc +lat_1=44.11394404583334 +lat_0=44.11394404583334 +lon_0=-89.24166666666667 +k_0=1.0000392096 +x_0=120091.4401828804 +y_0=45069.7588011176 +ellps=GRS80 +units=us-ft +no_defs  <>
+# NAD83(2011) / WISCRS Wood (ftUS)
+<7645> +proj=lcc +lat_1=44.36259546944444 +lat_0=44.36259546944444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6172720346 +y_0=134589.7539243078 +ellps=GRS80 +units=us-ft +no_defs  <>
+# Kyrg-06 / zone 1
+<7692> +proj=tmerc +lat_0=0 +lon_0=68.51666666666667 +k=1 +x_0=1300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+# Kyrg-06 / zone 2
+<7693> +proj=tmerc +lat_0=0 +lon_0=71.51666666666667 +k=1 +x_0=2300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+# Kyrg-06 / zone 3
+<7694> +proj=tmerc +lat_0=0 +lon_0=74.51666666666667 +k=1 +x_0=3300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+# Kyrg-06 / zone 4
+<7695> +proj=tmerc +lat_0=0 +lon_0=77.51666666666667 +k=1 +x_0=4300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+# Kyrg-06 / zone 5
+<7696> +proj=tmerc +lat_0=0 +lon_0=80.51666666666667 +k=1 +x_0=5300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+# WGS 84 / India NSF LCC
+<7755> +proj=lcc +lat_1=12.472955 +lat_2=35.17280444444444 +lat_0=24 +lon_0=80 +x_0=4000000 +y_0=4000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Andhra Pradesh
+<7756> +proj=lcc +lat_1=13.75 +lat_2=18.75 +lat_0=16.25543298 +lon_0=80.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Arunachal Pradesh
+<7757> +proj=lcc +lat_1=27 +lat_2=29 +lat_0=28.00157897 +lon_0=94.5 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Assam
+<7758> +proj=lcc +lat_1=24.66666666666667 +lat_2=27.33333333333333 +lat_0=26.00257703 +lon_0=92.75 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Bihar
+<7759> +proj=lcc +lat_1=24.625 +lat_2=27.125 +lat_0=25.87725247 +lon_0=85.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Delhi
+<7760> +proj=lcc +lat_1=28.375 +lat_2=28.875 +lat_0=28.62510126 +lon_0=77 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Gujarat
+<7761> +proj=lcc +lat_1=20.79166666666667 +lat_2=23.95833333333333 +lat_0=22.37807121 +lon_0=71.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Haryana
+<7762> +proj=lcc +lat_1=28.08333333333333 +lat_2=30.41666666666667 +lat_0=29.25226266 +lon_0=76 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Himachal Pradesh
+<7763> +proj=lcc +lat_1=30.75 +lat_2=32.75 +lat_0=31.75183497 +lon_0=77.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Jammu and Kashmir
+<7764> +proj=lcc +lat_1=33.08333333333334 +lat_2=36.41666666666666 +lat_0=34.75570874 +lon_0=76.5 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Jharkhand
+<7765> +proj=lcc +lat_1=22.54166666666667 +lat_2=24.70833333333333 +lat_0=23.62652682 +lon_0=85.625 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Madhya Pradesh
+<7766> +proj=lcc +lat_1=22 +lat_2=26 +lat_0=24.00529821 +lon_0=78.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Maharashtra
+<7767> +proj=lcc +lat_1=16.625 +lat_2=21.125 +lat_0=18.88015774 +lon_0=76.75 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Manipur
+<7768> +proj=lcc +lat_1=24.08333333333333 +lat_2=25.41666666666667 +lat_0=24.75060911 +lon_0=94 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Meghalaya
+<7769> +proj=lcc +lat_1=25.20833333333333 +lat_2=26.04166666666667 +lat_0=25.62524747 +lon_0=91.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Nagaland
+<7770> +proj=lcc +lat_1=25.375 +lat_2=26.875 +lat_0=26.12581974 +lon_0=94.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / India Northeast
+<7771> +proj=lcc +lat_1=23.04166666666667 +lat_2=28.20833333333333 +lat_0=25.63452135 +lon_0=93.5 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Orissa
+<7772> +proj=lcc +lat_1=18.58333333333333 +lat_2=21.91666666666667 +lat_0=20.25305174 +lon_0=84.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Punjab
+<7773> +proj=lcc +lat_1=30 +lat_2=32 +lat_0=31.00178226 +lon_0=75.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Rajasthan
+<7774> +proj=lcc +lat_1=24.29166666666667 +lat_2=29.45833333333333 +lat_0=26.88505546 +lon_0=73.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Uttar Pradesh
+<7775> +proj=lcc +lat_1=24.875 +lat_2=29.375 +lat_0=27.13270823 +lon_0=80.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Uttaranchal
+<7776> +proj=lcc +lat_1=29 +lat_2=31 +lat_0=30.0017132 +lon_0=79.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Andaman and Nicobar
+<7777> +proj=tmerc +lat_0=10.25 +lon_0=93.25 +k=0.9999428 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Chhattisgarh
+<7778> +proj=tmerc +lat_0=21 +lon_0=82.25 +k=0.9998332 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Goa
+<7779> +proj=tmerc +lat_0=15.375 +lon_0=74 +k=0.9999913 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Karnataka
+<7780> +proj=tmerc +lat_0=15.125 +lon_0=76.375 +k=0.9998011999999999 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Kerala
+<7781> +proj=tmerc +lat_0=10.5 +lon_0=76 +k=0.9999177 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Lakshadweep
+<7782> +proj=tmerc +lat_0=10 +lon_0=73.125 +k=0.9999536 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Mizoram
+<7783> +proj=tmerc +lat_0=23.125 +lon_0=92.75 +k=0.9999821 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Sikkim
+<7784> +proj=tmerc +lat_0=27.625 +lon_0=88.5 +k=0.9999926 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Tamil Nadu
+<7785> +proj=tmerc +lat_0=10.875 +lon_0=78.375 +k=0.9997942 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Tripura
+<7786> +proj=tmerc +lat_0=23.75 +lon_0=91.75 +k=0.9999822 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / West Bengal
+<7787> +proj=tmerc +lat_0=24.375 +lon_0=87.875 +k=0.9998584 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+# RDN2008 / UTM zone 32N
+<7791> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RDN2008 / UTM zone 33N
+<7792> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RDN2008 / UTM zone 34N
+<7793> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RDN2008 / Italy zone (E-N)
+<7794> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9985000000000001 +x_0=7000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# RDN2008 / Zone 12 (E-N)
+<7795> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=3000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# BGS2005 / UTM zone 34N (N-E)
+<7799> +proj=utm +zone=34 +ellps=GRS80 +units=m +no_defs  <>
+# BGS2005 / UTM zone 35N (N-E)
+<7800> +proj=utm +zone=35 +ellps=GRS80 +units=m +no_defs  <>
+# BGS2005 / CCS2005
+<7801> +proj=lcc +lat_1=42 +lat_2=43.33333333333334 +lat_0=42.66787568333333 +lon_0=25.5 +x_0=500000 +y_0=4725824.3591 +ellps=GRS80 +units=m +no_defs  <>
+# BGS2005 / UTM zone 34N
+<7803> +proj=utm +zone=34 +ellps=GRS80 +units=m +no_defs  <>
+# BGS2005 / UTM zone 35N
+<7804> +proj=utm +zone=34 +ellps=GRS80 +units=m +no_defs  <>
+# BGS2005 / UTM zone 36N
+<7805> +proj=utm +zone=36 +ellps=GRS80 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone X1
+<7825> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=23.5 +k=1 +x_0=1300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone X2
+<7826> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=26.5 +k=1 +x_0=2300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone X3
+<7827> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=29.5 +k=1 +x_0=3300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone X4
+<7828> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=32.5 +k=1 +x_0=4300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone X5
+<7829> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=35.5 +k=1 +x_0=5300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone X6
+<7830> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=38.5 +k=1 +x_0=6300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / CS63 zone X7
+<7831> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=41.5 +k=1 +x_0=7300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# GDA2020 / GA LCC
+<7845> +proj=lcc +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=134 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 46
+<7846> +proj=utm +zone=46 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 47
+<7847> +proj=utm +zone=47 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 48
+<7848> +proj=utm +zone=48 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 49
+<7849> +proj=utm +zone=49 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 50
+<7850> +proj=utm +zone=50 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 51
+<7851> +proj=utm +zone=51 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 52
+<7852> +proj=utm +zone=52 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 53
+<7853> +proj=utm +zone=53 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 54
+<7854> +proj=utm +zone=54 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 55
+<7855> +proj=utm +zone=55 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 56
+<7856> +proj=utm +zone=56 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 57
+<7857> +proj=utm +zone=57 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 58
+<7858> +proj=utm +zone=58 +south +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MGA zone 59
+<7859> +proj=utm +zone=59 +south +ellps=GRS80 +units=m +no_defs  <>
+# Astro DOS 71 / SHLG71
+<7877> +proj=tmerc +lat_0=-15.96666666666667 +lon_0=-5.716666666666667 +k=1 +x_0=300000 +y_0=2000000 +ellps=intl +towgs84=-320,550,-494,0,0,0,0 +units=m +no_defs  <>
+# Astro DOS 71 / UTM zone 30S
+<7878> +proj=utm +zone=30 +south +ellps=intl +towgs84=-320,550,-494,0,0,0,0 +units=m +no_defs  <>
+# St. Helena Tritan / SHLG(Tritan)
+<7882> +proj=tmerc +lat_0=-15.96666666666667 +lon_0=-5.716666666666667 +k=1 +x_0=299483.737 +y_0=2000527.879 +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +units=m +no_defs  <>
+# St. Helena Tritan / UTM zone 30S
+<7883> +proj=utm +zone=30 +south +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +units=m +no_defs  <>
+# SHMG2015
+<7887> +proj=utm +zone=30 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA2020 / Vicgrid
+<7899> +proj=lcc +lat_1=-36 +lat_2=-38 +lat_0=-37 +lon_0=145 +x_0=2500000 +y_0=2500000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD27 / MTM zone 10
+<7991> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# Malongo 1987 / UTM zone 33S
+<7992> +proj=utm +zone=33 +south +ellps=intl +towgs84=-254.1,-5.36,-100.29,0,0,0,0 +units=m +no_defs  <>
+# GDA2020 / ALB2020
+<8013> +proj=tmerc +lat_0=0 +lon_0=117.8833333333333 +k=1.0000044 +x_0=50000 +y_0=4100000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / BIO2020
+<8014> +proj=tmerc +lat_0=0 +lon_0=115.25 +k=1.0000022 +x_0=60000 +y_0=2700000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / BRO2020
+<8015> +proj=tmerc +lat_0=0 +lon_0=122.3333333333333 +k=1.00000298 +x_0=50000 +y_0=2300000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / BCG2020
+<8016> +proj=tmerc +lat_0=0 +lon_0=115.4333333333333 +k=0.99999592 +x_0=50000 +y_0=4000000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / CARN2020
+<8017> +proj=tmerc +lat_0=0 +lon_0=113.6666666666667 +k=0.99999796 +x_0=50000 +y_0=3050000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / CIG2020
+<8018> +proj=tmerc +lat_0=0 +lon_0=105.625 +k=1.00002514 +x_0=50000 +y_0=1400000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / CKIG2020
+<8019> +proj=tmerc +lat_0=0 +lon_0=96.875 +k=0.99999387 +x_0=50000 +y_0=1600000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / COL2020
+<8020> +proj=tmerc +lat_0=0 +lon_0=115.9333333333333 +k=1.000019 +x_0=40000 +y_0=4100000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / ESP2020
+<8021> +proj=tmerc +lat_0=0 +lon_0=121.8833333333333 +k=1.0000055 +x_0=50000 +y_0=4050000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / EXM2020
+<8022> +proj=tmerc +lat_0=0 +lon_0=114.0666666666667 +k=1.00000236 +x_0=50000 +y_0=2750000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / GCG2020
+<8023> +proj=tmerc +lat_0=0 +lon_0=114.5833333333333 +k=1.00000628 +x_0=50000 +y_0=3450000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / GOLD2020
+<8024> +proj=tmerc +lat_0=0 +lon_0=121.5 +k=1.00004949 +x_0=60000 +y_0=3800000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / JCG2020
+<8025> +proj=tmerc +lat_0=0 +lon_0=114.9833333333333 +k=1.00000314 +x_0=50000 +y_0=3650000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / KALB2020
+<8026> +proj=tmerc +lat_0=0 +lon_0=114.3152777777778 +k=1.000014 +x_0=55000 +y_0=3700000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / KAR2020
+<8027> +proj=tmerc +lat_0=0 +lon_0=116.9333333333333 +k=0.9999989 +x_0=50000 +y_0=2550000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / KUN2020
+<8028> +proj=tmerc +lat_0=0 +lon_0=128.75 +k=1.0000165 +x_0=50000 +y_0=2100000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / LCG2020
+<8029> +proj=tmerc +lat_0=0 +lon_0=115.3666666666667 +k=1.00000157 +x_0=50000 +y_0=3750000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / MRCG2020
+<8030> +proj=tmerc +lat_0=0 +lon_0=115.1666666666667 +k=1.0000055 +x_0=50000 +y_0=4050000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / PCG2020
+<8031> +proj=tmerc +lat_0=0 +lon_0=115.8166666666667 +k=0.9999990600000001 +x_0=50000 +y_0=3900000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / PHG2020
+<8032> +proj=tmerc +lat_0=0 +lon_0=118.6 +k=1.00000135 +x_0=50000 +y_0=2500000 +ellps=GRS80 +units=m +no_defs  <>
+# WGS 84 / TM Zone 20N (ftUS)
+<8035> +proj=utm +zone=20 +datum=WGS84 +units=us-ft +no_defs  <>
+# WGS 84 / TM Zone 21N (ftUS)
+<8036> +proj=utm +zone=21 +datum=WGS84 +units=us-ft +no_defs  <>
+# Gusterberg Grid (Ferro)
+<8044> +proj=cass +lat_0=48.03846388888888 +lon_0=31.80418055555556 +x_0=0 +y_0=0 +a=6376045 +b=6355477.112903226 +pm=ferro +units=m +no_defs  <>
+# St. Stephen Grid (Ferro)
+<8045> +proj=cass +lat_0=48.20876111111112 +lon_0=34.04092222222222 +x_0=0 +y_0=0 +a=6376045 +b=6355477.112903226 +pm=ferro +units=m +no_defs  <>
+# GDA2020 / NSW Lambert
+<8058> +proj=lcc +lat_1=-30.75 +lat_2=-35.75 +lat_0=-33.25 +lon_0=147 +x_0=9300000 +y_0=4500000 +ellps=GRS80 +units=m +no_defs  <>
+# GDA2020 / SA Lambert
+<8059> +proj=lcc +lat_1=-28 +lat_2=-36 +lat_0=-32 +lon_0=135 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / PCCS zone 1 (ft)
+<8065> +proj=omerc +lat_0=32.25 +lonc=-111.4 +alpha=45 +k=1.00011 +x_0=48768 +y_0=243840 +gamma=45 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / PCCS zone 2 (ft)
+<8066> +proj=tmerc +lat_0=31.25 +lon_0=-112.1666666666667 +k=1.00009 +x_0=548640 +y_0=304800 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / PCCS zone 3 (ft)
+<8067> +proj=tmerc +lat_0=31.5 +lon_0=-113.1666666666667 +k=1.000055 +x_0=182880 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / PCCS zone 4 (ft)
+<8068> +proj=lcc +lat_1=30.5 +lat_0=30.5 +lon_0=-110.75 +k_0=0.9998 +x_0=9144 +y_0=-188976 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(CSRS)v6 / MTM Nova Scotia zone 4
+<8082> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=24500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CSRS)v6 / MTM Nova Scotia zone 5
+<8083> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=25500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# ISN2016 / Lambert 2016
+<8088> +proj=lcc +lat_1=64.25 +lat_2=65.75 +lat_0=65 +lon_0=-19 +x_0=2700000 +y_0=300000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Florence (m)
+<8090> +proj=tmerc +lat_0=45.43888888888888 +lon_0=-88.14166666666668 +k=1.0000552095 +x_0=133502.6683 +y_0=0.0063 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Florence (ftUS)
+<8091> +proj=tmerc +lat_0=45.43888888888888 +lon_0=-88.14166666666668 +k=1.0000552095 +x_0=133502.6682245364 +y_0=0.006400812801625603 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Eau Claire (m)
+<8092> +proj=lcc +lat_1=44.87228112638889 +lat_0=44.87228112638889 +lon_0=-91.28888888888889 +k_0=1.000035079 +x_0=120091.4402 +y_0=91687.92389999999 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Eau Claire (ftUS)
+<8093> +proj=lcc +lat_1=44.87228112638889 +lat_0=44.87228112638889 +lon_0=-91.28888888888889 +k_0=1.000035079 +x_0=120091.4401828804 +y_0=91687.92390144781 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Wood (m)
+<8095> +proj=lcc +lat_1=44.36259546944444 +lat_0=44.36259546944444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6173 +y_0=134589.754 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Wood (ftUS)
+<8096> +proj=lcc +lat_1=44.36259546944444 +lat_0=44.36259546944444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6172720346 +y_0=134589.7539243078 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Waushara (m)
+<8097> +proj=lcc +lat_1=44.11394404583334 +lat_0=44.11394404583334 +lon_0=-89.24166666666667 +k_0=1.0000392096 +x_0=120091.4402 +y_0=45069.7587 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Waushara (ftUS)
+<8098> +proj=lcc +lat_1=44.11394404583334 +lat_0=44.11394404583334 +lon_0=-89.24166666666667 +k_0=1.0000392096 +x_0=120091.4401828804 +y_0=45069.7588011176 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Waupaca (m)
+<8099> +proj=tmerc +lat_0=43.42027777777778 +lon_0=-88.81666666666666 +k=1.0000333645 +x_0=185013.9709 +y_0=0.007 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Waupaca (ftUS)
+<8100> +proj=tmerc +lat_0=43.42027777777778 +lon_0=-88.81666666666666 +k=1.0000333645 +x_0=185013.9709423419 +y_0=0.007010414020828041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Waukesha (m)
+<8101> +proj=tmerc +lat_0=42.56944444444445 +lon_0=-88.22499999999999 +k=1.0000346179 +x_0=208788.418 +y_0=0.0034 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Waukesha (ftUS)
+<8102> +proj=tmerc +lat_0=42.56944444444445 +lon_0=-88.22499999999999 +k=1.0000346179 +x_0=208788.4178816358 +y_0=0.003352806705613411 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Washington (m)
+<8103> +proj=tmerc +lat_0=42.91805555555555 +lon_0=-88.06388888888888 +k=1.00003738 +x_0=120091.4415 +y_0=0.003 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Washington (ftUS)
+<8104> +proj=tmerc +lat_0=42.91805555555555 +lon_0=-88.06388888888888 +k=1.00003738 +x_0=120091.4414020828 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Washburn (m)
+<8105> +proj=lcc +lat_1=45.96121983333334 +lat_0=45.96121983333334 +lon_0=-91.78333333333333 +k_0=1.0000475376 +x_0=234086.8682 +y_0=188358.6058 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Washburn (ftUS)
+<8106> +proj=lcc +lat_1=45.96121983333334 +lat_0=45.96121983333334 +lon_0=-91.78333333333333 +k_0=1.0000475376 +x_0=234086.8681737363 +y_0=188358.6059436119 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Walworth (m)
+<8107> +proj=lcc +lat_1=42.66946209694444 +lat_0=42.66946209694444 +lon_0=-88.54166666666667 +k_0=1.0000367192 +x_0=232562.8651 +y_0=111088.2224 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Walworth (ftUS)
+<8108> +proj=lcc +lat_1=42.66946209694444 +lat_0=42.66946209694444 +lon_0=-88.54166666666667 +k_0=1.0000367192 +x_0=232562.8651257302 +y_0=111088.2224028448 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Vilas (m)
+<8109> +proj=lcc +lat_1=46.07784409055556 +lat_0=46.07784409055556 +lon_0=-89.48888888888889 +k_0=1.0000730142 +x_0=134417.0689 +y_0=50337.1092 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Vilas (ftUS)
+<8110> +proj=lcc +lat_1=46.07784409055556 +lat_0=46.07784409055556 +lon_0=-89.48888888888889 +k_0=1.0000730142 +x_0=134417.0688341377 +y_0=50337.10927101854 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Vernon (m)
+<8111> +proj=lcc +lat_1=43.57503293972223 +lat_0=43.57503293972223 +lon_0=-90.78333333333333 +k_0=1.0000408158 +x_0=222504.4451 +y_0=47532.0602 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Vernon (ftUS)
+<8112> +proj=lcc +lat_1=43.57503293972223 +lat_0=43.57503293972223 +lon_0=-90.78333333333333 +k_0=1.0000408158 +x_0=222504.44500889 +y_0=47532.0603505207 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Trempealeau (m)
+<8113> +proj=tmerc +lat_0=43.16111111111111 +lon_0=-91.36666666666666 +k=1.0000361538 +x_0=256946.9138 +y_0=0.0041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Trempealeau (ftUS)
+<8114> +proj=tmerc +lat_0=43.16111111111111 +lon_0=-91.36666666666666 +k=1.0000361538 +x_0=256946.9138938278 +y_0=0.003962407924815849 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Taylor (m)
+<8115> +proj=lcc +lat_1=45.17782208583333 +lat_0=45.17782208583333 +lon_0=-90.48333333333333 +k_0=1.0000597566 +x_0=187147.5744 +y_0=107746.7522 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Taylor (ftUS)
+<8116> +proj=lcc +lat_1=45.17782208583333 +lat_0=45.17782208583333 +lon_0=-90.48333333333333 +k_0=1.0000597566 +x_0=187147.5742951486 +y_0=107746.7521463043 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS St. Croix (m)
+<8117> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-92.63333333333334 +k=1.0000381803 +x_0=165506.7302 +y_0=0.0103 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS St. Croix (ftUS)
+<8118> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-92.63333333333334 +k=1.0000381803 +x_0=165506.7300990602 +y_0=0.01036322072644145 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Shawano (m)
+<8119> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-88.60555555555555 +k=1.000032144 +x_0=262433.3253 +y_0=0.009599999999999999 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Shawano (ftUS)
+<8120> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-88.60555555555555 +k=1.000032144 +x_0=262433.3251714504 +y_0=0.009448818897637795 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Sawyer (m)
+<8121> +proj=lcc +lat_1=45.90009913138888 +lat_0=45.90009913138888 +lon_0=-91.11666666666666 +k_0=1.0000573461 +x_0=216713.2336 +y_0=120734.1631 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Sawyer (ftUS)
+<8122> +proj=lcc +lat_1=45.90009913138888 +lat_0=45.90009913138888 +lon_0=-91.11666666666666 +k_0=1.0000573461 +x_0=216713.2337312675 +y_0=120734.1631699263 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Sauk (m)
+<8123> +proj=tmerc +lat_0=42.81944444444445 +lon_0=-89.90000000000001 +k=1.0000373868 +x_0=185623.5716 +y_0=0.0051 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Sauk (ftUS)
+<8124> +proj=tmerc +lat_0=42.81944444444445 +lon_0=-89.90000000000001 +k=1.0000373868 +x_0=185623.5715519431 +y_0=0.005181610363220727 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Rusk (m)
+<8125> +proj=tmerc +lat_0=43.91944444444444 +lon_0=-91.06666666666666 +k=1.0000495976 +x_0=250546.1013 +y_0=0.0234 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Rusk (ftUS)
+<8126> +proj=tmerc +lat_0=43.91944444444444 +lon_0=-91.06666666666666 +k=1.0000495976 +x_0=250546.1013970028 +y_0=0.02346964693929388 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Rock (m)
+<8127> +proj=tmerc +lat_0=41.94444444444444 +lon_0=-89.07222222222222 +k=1.0000337311 +x_0=146304.2926 +y_0=0.0068 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Rock (ftUS)
+<8128> +proj=tmerc +lat_0=41.94444444444444 +lon_0=-89.07222222222222 +k=1.0000337311 +x_0=146304.2926085852 +y_0=0.006705613411226822 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Richland (m)
+<8129> +proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.43055555555556 +k_0=1.0000375653 +x_0=202387.6048 +y_0=134255.4253 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Richland (ftUS)
+<8130> +proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.43055555555556 +k_0=1.0000375653 +x_0=202387.6047752095 +y_0=134255.4254508509 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Price (m)
+<8131> +proj=tmerc +lat_0=44.55555555555555 +lon_0=-90.48888888888889 +k=1.0000649554 +x_0=227990.8546 +y_0=0.0109 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Price (ftUS)
+<8132> +proj=tmerc +lat_0=44.55555555555555 +lon_0=-90.48888888888889 +k=1.0000649554 +x_0=227990.8544577089 +y_0=0.01097282194564389 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Portage (m)
+<8133> +proj=lcc +lat_1=44.41682397527777 +lat_0=44.41682397527777 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.1128 +y_0=50022.1874 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Portage (ftUS)
+<8134> +proj=lcc +lat_1=44.41682397527777 +lat_0=44.41682397527777 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.11277622555 +y_0=50022.1874523749 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Polk (m)
+<8135> +proj=tmerc +lat_0=44.66111111111111 +lon_0=-92.63333333333334 +k=1.0000433849 +x_0=141732.2823 +y_0=0.0059 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Polk (ftUS)
+<8136> +proj=tmerc +lat_0=44.66111111111111 +lon_0=-92.63333333333334 +k=1.0000433849 +x_0=141732.2822453645 +y_0=0.005791211582423164 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Pepin and Pierce (m)
+<8137> +proj=lcc +lat_1=44.63614887194444 +lat_0=44.63614887194444 +lon_0=-92.22777777777777 +k_0=1.0000362977 +x_0=167640.3354 +y_0=86033.0876 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Pepin and Pierce (ftUS)
+<8138> +proj=lcc +lat_1=44.63614887194444 +lat_0=44.63614887194444 +lon_0=-92.22777777777777 +k_0=1.0000362977 +x_0=167640.3352806706 +y_0=86033.08773177546 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Oneida (m)
+<8139> +proj=lcc +lat_1=45.70422377027778 +lat_0=45.70422377027778 +lon_0=-89.54444444444444 +k_0=1.0000686968 +x_0=70104.1401 +y_0=57588.0346 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Oneida (ftUS)
+<8140> +proj=lcc +lat_1=45.70422377027778 +lat_0=45.70422377027778 +lon_0=-89.54444444444444 +k_0=1.0000686968 +x_0=70104.14020828041 +y_0=57588.03474726949 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Oconto (m)
+<8141> +proj=tmerc +lat_0=44.39722222222222 +lon_0=-87.90833333333335 +k=1.0000236869 +x_0=182880.3676 +y_0=0.0033 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Oconto (ftUS)
+<8142> +proj=tmerc +lat_0=44.39722222222222 +lon_0=-87.90833333333335 +k=1.0000236869 +x_0=182880.3675895352 +y_0=0.003352806705613411 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Monroe (m)
+<8143> +proj=lcc +lat_1=44.00007392861111 +lat_0=44.00007392861111 +lon_0=-90.64166666666668 +k_0=1.0000434122 +x_0=204521.209 +y_0=121923.9861 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Monroe (ftUS)
+<8144> +proj=lcc +lat_1=44.00007392861111 +lat_0=44.00007392861111 +lon_0=-90.64166666666668 +k_0=1.0000434122 +x_0=204521.2090424181 +y_0=121923.9861823724 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Menominee (m)
+<8145> +proj=tmerc +lat_0=44.71666666666667 +lon_0=-88.41666666666667 +k=1.0000362499 +x_0=105461.0121 +y_0=0.0029 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Menominee (ftUS)
+<8146> +proj=tmerc +lat_0=44.71666666666667 +lon_0=-88.41666666666667 +k=1.0000362499 +x_0=105461.0121412243 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Marinette (m)
+<8147> +proj=tmerc +lat_0=44.69166666666666 +lon_0=-87.71111111111111 +k=1.0000234982 +x_0=238658.8794 +y_0=0.0032 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Marinette (ftUS)
+<8148> +proj=tmerc +lat_0=44.69166666666666 +lon_0=-87.71111111111111 +k=1.0000234982 +x_0=238658.8794513589 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Marathon (m)
+<8149> +proj=lcc +lat_1=44.90090442361111 +lat_0=44.90090442361111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493 +y_0=55049.2669 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Marathon (ftUS)
+<8150> +proj=lcc +lat_1=44.90090442361111 +lat_0=44.90090442361111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493522987 +y_0=55049.26695453391 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Lincoln (m)
+<8151> +proj=tmerc +lat_0=44.84444444444445 +lon_0=-89.73333333333333 +k=1.0000599003 +x_0=116129.0323 +y_0=0.0058 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Lincoln (ftUS)
+<8152> +proj=tmerc +lat_0=44.84444444444445 +lon_0=-89.73333333333333 +k=1.0000599003 +x_0=116129.0322580645 +y_0=0.005791211582423164 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Langlade (m)
+<8153> +proj=lcc +lat_1=45.15423710527778 +lat_0=45.15423710527778 +lon_0=-89.03333333333333 +k_0=1.0000627024 +x_0=198425.197 +y_0=105279.7829 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Langlade (ftUS)
+<8154> +proj=lcc +lat_1=45.15423710527778 +lat_0=45.15423710527778 +lon_0=-89.03333333333333 +k_0=1.0000627024 +x_0=198425.1968503937 +y_0=105279.7828803657 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS La Crosse (m)
+<8155> +proj=tmerc +lat_0=43.45111111111111 +lon_0=-91.31666666666666 +k=1.0000319985 +x_0=130454.6598 +y_0=0.0033 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS La Crosse (ftUS)
+<8156> +proj=tmerc +lat_0=43.45111111111111 +lon_0=-91.31666666666666 +k=1.0000319985 +x_0=130454.6596901194 +y_0=0.003352806705613411 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Kewaunee, Manitowoc and Sheboygan (m)
+<8157> +proj=tmerc +lat_0=43.26666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7614 +y_0=0.0012 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Kewaunee, Manitowoc and Sheboygan (ftUS)
+<8158> +proj=tmerc +lat_0=43.26666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.76154432308 +y_0=0.001219202438404877 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (m)
+<8159> +proj=tmerc +lat_0=42.21666666666667 +lon_0=-87.89444444444445 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Kenosha, Milwaukee, Ozaukee and Racine (ftUS)
+<8160> +proj=tmerc +lat_0=42.21666666666667 +lon_0=-87.89444444444445 +k=1.0000260649 +x_0=185928.3727711455 +y_0=0.0009144018288036576 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Jackson (m)
+<8161> +proj=tmerc +lat_0=44.25333512777778 +lon_0=-90.84429651944444 +k=1.0000353 +x_0=27000 +y_0=25000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Jackson (ftUS)
+<8162> +proj=tmerc +lat_0=44.25333512777778 +lon_0=-90.84429651944444 +k=1.0000353 +x_0=27000 +y_0=24999.99989839979 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Iron (m)
+<8163> +proj=tmerc +lat_0=45.43333333333333 +lon_0=-90.25555555555556 +k=1.0000677153 +x_0=220980.4419 +y_0=0.008500000000000001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Iron (ftUS)
+<8164> +proj=tmerc +lat_0=45.43333333333333 +lon_0=-90.25555555555556 +k=1.0000677153 +x_0=220980.4419608839 +y_0=0.008534417068834137 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Iowa (m)
+<8165> +proj=tmerc +lat_0=42.53888888888888 +lon_0=-90.16111111111111 +k=1.0000394961 +x_0=113081.0261 +y_0=0.0045 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Iowa (ftUS)
+<8166> +proj=tmerc +lat_0=42.53888888888888 +lon_0=-90.16111111111111 +k=1.0000394961 +x_0=113081.0261620523 +y_0=0.004572009144018288 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Green Lake and Marquette (m)
+<8167> +proj=lcc +lat_1=43.80700011777778 +lat_0=43.80700011777778 +lon_0=-89.24166666666667 +k_0=1.0000344057 +x_0=150876.3018 +y_0=79170.7795 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Green Lake and Marquette (ftUS)
+<8168> +proj=lcc +lat_1=43.80700011777778 +lat_0=43.80700011777778 +lon_0=-89.24166666666667 +k_0=1.0000344057 +x_0=150876.3017526035 +y_0=79170.77937515875 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Green and Lafayette (m)
+<8169> +proj=lcc +lat_1=42.63756227694444 +lat_0=42.63756227694444 +lon_0=-89.83888888888889 +k_0=1.0000390487 +x_0=170078.7403 +y_0=45830.2947 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Green and Lafayette (ftUS)
+<8170> +proj=lcc +lat_1=42.63756227694444 +lat_0=42.63756227694444 +lon_0=-89.83888888888889 +k_0=1.0000390487 +x_0=170078.7401574803 +y_0=45830.29484378968 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Grant (m)
+<8171> +proj=tmerc +lat_0=41.41111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.4841 +y_0=0.01 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Grant (ftUS)
+<8172> +proj=tmerc +lat_0=41.41111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.484023368 +y_0=0.01005842011684023 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Forest (m)
+<8173> +proj=tmerc +lat_0=44.00555555555555 +lon_0=-88.63333333333334 +k=1.0000673004 +x_0=275844.5533 +y_0=0.0157 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Forest (ftUS)
+<8177> +proj=tmerc +lat_0=44.00555555555555 +lon_0=-88.63333333333334 +k=1.0000673004 +x_0=275844.5532131065 +y_0=0.0158496316992634 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Dunn (m)
+<8179> +proj=tmerc +lat_0=44.40833333333333 +lon_0=-91.89444444444445 +k=1.0000410324 +x_0=51816.104 +y_0=0.003 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Dunn (ftUS)
+<8180> +proj=tmerc +lat_0=44.40833333333333 +lon_0=-91.89444444444445 +k=1.0000410324 +x_0=51816.10393700787 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Douglas (m)
+<8181> +proj=tmerc +lat_0=45.88333333333333 +lon_0=-91.91666666666667 +k=1.0000385418 +x_0=59131.3183 +y_0=0.0041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Douglas (ftUS)
+<8182> +proj=tmerc +lat_0=45.88333333333333 +lon_0=-91.91666666666667 +k=1.0000385418 +x_0=59131.31826263652 +y_0=0.003962407924815849 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Door (m)
+<8184> +proj=tmerc +lat_0=44.4 +lon_0=-87.27222222222223 +k=1.0000187521 +x_0=158801.1176 +y_0=0.0023 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Door (ftUS)
+<8185> +proj=tmerc +lat_0=44.4 +lon_0=-87.27222222222223 +k=1.0000187521 +x_0=158801.1176022352 +y_0=0.002438404876809754 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Dodge and Jefferson (m)
+<8187> +proj=tmerc +lat_0=41.47222222222222 +lon_0=-88.77500000000001 +k=1.0000346418 +x_0=263347.7263 +y_0=0.0076 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Dodge and Jefferson (ftUS)
+<8189> +proj=tmerc +lat_0=41.47222222222222 +lon_0=-88.77500000000001 +k=1.0000346418 +x_0=263347.7263906528 +y_0=0.00762001524003048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Dane (m)
+<8191> +proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.42222222222223 +k_0=1.0000384786 +x_0=247193.2944 +y_0=146591.9896 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Dane (ftUS)
+<8193> +proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.42222222222223 +k_0=1.0000384786 +x_0=247193.2943865888 +y_0=146591.9896367793 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Crawford (m)
+<8196> +proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6274 +y_0=53703.1201 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Crawford (ftUS)
+<8197> +proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6273812548 +y_0=53703.12024384048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Columbia (m)
+<8198> +proj=lcc +lat_1=43.46254664583333 +lat_0=43.46254664583333 +lon_0=-89.39444444444445 +k_0=1.00003498 +x_0=169164.3381 +y_0=111569.6134 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Columbia (ftUS)
+<8200> +proj=lcc +lat_1=43.46254664583333 +lat_0=43.46254664583333 +lon_0=-89.39444444444445 +k_0=1.00003498 +x_0=169164.338023876 +y_0=111569.613512827 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Clark (m)
+<8201> +proj=tmerc +lat_0=43.6 +lon_0=-90.70833333333334 +k=1.0000463003 +x_0=199949.1989 +y_0=0.0086 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Clark (ftUS)
+<8202> +proj=tmerc +lat_0=43.6 +lon_0=-90.70833333333334 +k=1.0000463003 +x_0=199949.198983998 +y_0=0.008534417068834137 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Chippewa (m)
+<8203> +proj=lcc +lat_1=44.97785689861112 +lat_0=44.97785689861112 +lon_0=-91.29444444444444 +k_0=1.0000391127 +x_0=60045.72 +y_0=44091.4346 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Chippewa (ftUS)
+<8204> +proj=lcc +lat_1=44.97785689861112 +lat_0=44.97785689861112 +lon_0=-91.29444444444444 +k_0=1.0000391127 +x_0=60045.72009144018 +y_0=44091.43449326898 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (m)
+<8205> +proj=tmerc +lat_0=42.71944444444445 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Calumet, Fond du Lac, Outagamie and Winnebago (ftUS)
+<8206> +proj=tmerc +lat_0=42.71944444444445 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8892049784 +y_0=0.004876809753619507 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Burnett (m)
+<8207> +proj=lcc +lat_1=45.89871486583333 +lat_0=45.89871486583333 +lon_0=-92.45777777777778 +k_0=1.0000383841 +x_0=64008.1276 +y_0=59445.9043 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Burnett (ftUS)
+<8208> +proj=lcc +lat_1=45.89871486583333 +lat_0=45.89871486583333 +lon_0=-92.45777777777778 +k_0=1.0000383841 +x_0=64008.12771145543 +y_0=59445.90419100838 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Buffalo (m)
+<8209> +proj=tmerc +lat_0=43.48138888888889 +lon_0=-91.79722222222222 +k=1.0000382778 +x_0=175260.3502 +y_0=0.0048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Buffalo (ftUS)
+<8210> +proj=tmerc +lat_0=43.48138888888889 +lon_0=-91.79722222222222 +k=1.0000382778 +x_0=175260.3502159004 +y_0=0.004876809753619507 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Brown (m)
+<8212> +proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31600 +y_0=4600 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Brown (ftUS)
+<8213> +proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31599.99989839979 +y_0=4599.999898399797 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Bayfield (m)
+<8214> +proj=lcc +lat_1=46.66964837722222 +lat_0=46.66964837722222 +lon_0=-91.15277777777779 +k_0=1.0000331195 +x_0=228600.4575 +y_0=148551.4837 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Bayfield (ftUS)
+<8216> +proj=lcc +lat_1=46.66964837722222 +lat_0=46.66964837722222 +lon_0=-91.15277777777779 +k_0=1.0000331195 +x_0=228600.4575057151 +y_0=148551.4835661671 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Barron (m)
+<8218> +proj=tmerc +lat_0=45.13333333333333 +lon_0=-91.84999999999999 +k=1.0000486665 +x_0=93150 +y_0=0.0029 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Barron (ftUS)
+<8220> +proj=tmerc +lat_0=45.13333333333333 +lon_0=-91.84999999999999 +k=1.0000486665 +x_0=93150 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Ashland (m)
+<8222> +proj=tmerc +lat_0=45.70611111111111 +lon_0=-90.62222222222222 +k=1.0000495683 +x_0=172821.9461 +y_0=0.0017 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Ashland (ftUS)
+<8224> +proj=tmerc +lat_0=45.70611111111111 +lon_0=-90.62222222222222 +k=1.0000495683 +x_0=172821.945948692 +y_0=0.001828803657607315 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / WISCRS Adams and Juneau (m)
+<8225> +proj=tmerc +lat_0=43.36666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6942 +y_0=0.0037 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / WISCRS Adams and Juneau (ftUS)
+<8226> +proj=tmerc +lat_0=43.36666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6941325883 +y_0=0.00365760731521463 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(2011) / Oregon Burns-Harper zone (m)
+<8311> +proj=tmerc +lat_0=43.5 +lon_0=-117.6666666666667 +k=1.00014 +x_0=90000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Burns-Harper zone (ft)
+<8312> +proj=tmerc +lat_0=43.5 +lon_0=-117.6666666666667 +k=1.00014 +x_0=90000.00001488 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Canyon City-Burns zone (m)
+<8313> +proj=tmerc +lat_0=43.5 +lon_0=-119 +k=1.00022 +x_0=20000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Canyon City-Burns zone (ft)
+<8314> +proj=tmerc +lat_0=43.5 +lon_0=-119 +k=1.00022 +x_0=19999.99999992 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Coast Range North zone (m)
+<8315> +proj=lcc +lat_1=45.58333333333334 +lat_0=45.58333333333334 +lon_0=-123.4166666666667 +k_0=1.000045 +x_0=30000 +y_0=20000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Coast Range North zone (ft)
+<8316> +proj=lcc +lat_1=45.58333333333334 +lat_0=45.58333333333334 +lon_0=-123.4166666666667 +k_0=1.000045 +x_0=30000.00001512 +y_0=19999.99999992 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Dayville-Prairie City zone (m)
+<8317> +proj=tmerc +lat_0=44.25 +lon_0=-119.6333333333333 +k=1.00012 +x_0=20000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Dayville-Prairie City zone (ft)
+<8318> +proj=tmerc +lat_0=44.25 +lon_0=-119.6333333333333 +k=1.00012 +x_0=19999.99999992 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Denio-Burns zone (m)
+<8319> +proj=tmerc +lat_0=41.75 +lon_0=-118.4166666666667 +k=1.00019 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Denio-Burns zone (ft)
+<8320> +proj=tmerc +lat_0=41.75 +lon_0=-118.4166666666667 +k=1.00019 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Halfway zone (m)
+<8321> +proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-117.25 +k_0=1.000085 +x_0=40000 +y_0=70000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Halfway zone (ft)
+<8322> +proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-117.25 +k_0=1.000085 +x_0=39999.99999984 +y_0=70000.00001495999 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Medford-Diamond Lake zone (m)
+<8323> +proj=lcc +lat_1=42 +lat_0=42 +lon_0=-122.25 +k_0=1.00004 +x_0=60000 +y_0=-60000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Medford-Diamond Lake zone (ft)
+<8324> +proj=lcc +lat_1=42 +lat_0=42 +lon_0=-122.25 +k_0=1.00004 +x_0=59999.99999976 +y_0=-59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Mitchell zone (m)
+<8325> +proj=lcc +lat_1=47 +lat_0=47 +lon_0=-120.25 +k_0=0.99927 +x_0=30000 +y_0=290000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Mitchell zone (ft)
+<8326> +proj=lcc +lat_1=47 +lat_0=47 +lon_0=-120.25 +k_0=0.99927 +x_0=30000.00001512 +y_0=290000.00001408 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon North Central zone (m)
+<8327> +proj=lcc +lat_1=46.16666666666666 +lat_0=46.16666666666666 +lon_0=-120.5 +k_0=1 +x_0=100000 +y_0=140000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon North Central zone (ft)
+<8328> +proj=lcc +lat_1=46.16666666666666 +lat_0=46.16666666666666 +lon_0=-120.5 +k_0=1 +x_0=99999.99999960001 +y_0=139999.99999944 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Ochoco Summit zone (m)
+<8329> +proj=lcc +lat_1=43.5 +lat_0=43.5 +lon_0=-120.5 +k_0=1.00006 +x_0=40000 +y_0=-80000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Ochoco Summit zone (ft)
+<8330> +proj=lcc +lat_1=43.5 +lat_0=43.5 +lon_0=-120.5 +k_0=1.00006 +x_0=39999.99999984 +y_0=-79999.99999968 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Owyhee zone (m)
+<8331> +proj=tmerc +lat_0=41.75 +lon_0=-117.5833333333333 +k=1.00018 +x_0=70000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Owyhee zone (ft)
+<8332> +proj=tmerc +lat_0=41.75 +lon_0=-117.5833333333333 +k=1.00018 +x_0=70000.00001495999 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Pilot Rock-Ukiah zone (m)
+<8333> +proj=lcc +lat_1=46.16666666666666 +lat_0=46.16666666666666 +lon_0=-119 +k_0=1.000025 +x_0=50000 +y_0=130000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Pilot Rock-Ukiah zone (ft)
+<8334> +proj=lcc +lat_1=46.16666666666666 +lat_0=46.16666666666666 +lon_0=-119 +k_0=1.000025 +x_0=50000.00001504 +y_0=130000.00001472 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Prairie City-Brogan zone (m)
+<8335> +proj=lcc +lat_1=44 +lat_0=44 +lon_0=-118 +k_0=1.00017 +x_0=60000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Prairie City-Brogan zone (ft)
+<8336> +proj=lcc +lat_1=44 +lat_0=44 +lon_0=-118 +k_0=1.00017 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Riley-Lakeview zone (m)
+<8337> +proj=tmerc +lat_0=41.75 +lon_0=-120.3333333333333 +k=1.000215 +x_0=70000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Riley-Lakeview zone (ft)
+<8338> +proj=tmerc +lat_0=41.75 +lon_0=-120.3333333333333 +k=1.000215 +x_0=70000.00001495999 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Siskiyou Pass zone (m)
+<8339> +proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-122.5833333333333 +k_0=1.00015 +x_0=10000 +y_0=60000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Siskiyou Pass zone (ft)
+<8340> +proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-122.5833333333333 +k_0=1.00015 +x_0=10000.0000152 +y_0=59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Ukiah-Fox zone (m)
+<8341> +proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-119 +k_0=1.00014 +x_0=30000 +y_0=90000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Ukiah-Fox zone (ft)
+<8342> +proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-119 +k_0=1.00014 +x_0=30000.00001512 +y_0=90000.00001488 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Wallowa zone (m)
+<8343> +proj=tmerc +lat_0=45.25 +lon_0=-117.5 +k=1.000195 +x_0=60000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Wallowa zone (ft)
+<8344> +proj=tmerc +lat_0=45.25 +lon_0=-117.5 +k=1.000195 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Warner Highway zone (m)
+<8345> +proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-120 +k_0=1.000245 +x_0=40000 +y_0=60000 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Warner Highway zone (ft)
+<8346> +proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-120 +k_0=1.000245 +x_0=39999.99999984 +y_0=59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+# NAD83(2011) / Oregon Willamette Pass zone (m)
+<8347> +proj=tmerc +lat_0=43 +lon_0=-122 +k=1.000223 +x_0=20000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(2011) / Oregon Willamette Pass zone (ft)
+<8348> +proj=tmerc +lat_0=43 +lon_0=-122 +k=1.000223 +x_0=19999.99999992 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 4
+<20004> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 5
+<20005> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 6
+<20006> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 7
+<20007> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 8
+<20008> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 9
+<20009> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 10
+<20010> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 11
+<20011> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 12
+<20012> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 13
+<20013> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 14
+<20014> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 15
+<20015> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 16
+<20016> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 17
+<20017> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 18
+<20018> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 19
+<20019> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 20
+<20020> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 21
+<20021> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 22
+<20022> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 23
+<20023> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 24
+<20024> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 25
+<20025> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 26
+<20026> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 27
+<20027> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 28
+<20028> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 29
+<20029> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 30
+<20030> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 31
+<20031> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger zone 32
+<20032> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 4N (deprecated)
+<20064> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 5N (deprecated)
+<20065> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 6N (deprecated)
+<20066> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 7N (deprecated)
+<20067> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 8N (deprecated)
+<20068> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 9N (deprecated)
+<20069> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 10N (deprecated)
+<20070> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 11N (deprecated)
+<20071> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 12N (deprecated)
+<20072> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 13N (deprecated)
+<20073> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 14N (deprecated)
+<20074> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 15N (deprecated)
+<20075> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 16N (deprecated)
+<20076> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 17N (deprecated)
+<20077> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 18N (deprecated)
+<20078> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 19N (deprecated)
+<20079> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 20N (deprecated)
+<20080> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 21N (deprecated)
+<20081> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 22N (deprecated)
+<20082> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 23N (deprecated)
+<20083> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 24N (deprecated)
+<20084> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 25N (deprecated)
+<20085> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 26N (deprecated)
+<20086> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 27N (deprecated)
+<20087> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 28N (deprecated)
+<20088> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 29N (deprecated)
+<20089> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 30N (deprecated)
+<20090> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 31N (deprecated)
+<20091> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Pulkovo 1995 / Gauss-Kruger 32N (deprecated)
+<20092> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+# Adindan / UTM zone 35N
+<20135> +proj=utm +zone=35 +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs  <>
+# Adindan / UTM zone 36N
+<20136> +proj=utm +zone=36 +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs  <>
+# Adindan / UTM zone 37N
+<20137> +proj=utm +zone=37 +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs  <>
+# Adindan / UTM zone 38N
+<20138> +proj=utm +zone=38 +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs  <>
+# AGD66 / AMG zone 48 (deprecated)
+<20248> +proj=utm +zone=48 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 49
+<20249> +proj=utm +zone=49 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 50
+<20250> +proj=utm +zone=50 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 51
+<20251> +proj=utm +zone=51 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 52
+<20252> +proj=utm +zone=52 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 53
+<20253> +proj=utm +zone=53 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 54
+<20254> +proj=utm +zone=54 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 55
+<20255> +proj=utm +zone=55 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 56
+<20256> +proj=utm +zone=56 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 57
+<20257> +proj=utm +zone=57 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD66 / AMG zone 58
+<20258> +proj=utm +zone=58 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+# AGD84 / AMG zone 48 (deprecated)
+<20348> +proj=utm +zone=48 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 49
+<20349> +proj=utm +zone=49 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 50
+<20350> +proj=utm +zone=50 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 51
+<20351> +proj=utm +zone=51 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 52
+<20352> +proj=utm +zone=52 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 53
+<20353> +proj=utm +zone=53 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 54
+<20354> +proj=utm +zone=54 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 55
+<20355> +proj=utm +zone=55 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 56
+<20356> +proj=utm +zone=56 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 57 (deprecated)
+<20357> +proj=utm +zone=57 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# AGD84 / AMG zone 58 (deprecated)
+<20358> +proj=utm +zone=58 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+# Ain el Abd / UTM zone 36N
+<20436> +proj=utm +zone=36 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+# Ain el Abd / UTM zone 37N
+<20437> +proj=utm +zone=37 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+# Ain el Abd / UTM zone 38N
+<20438> +proj=utm +zone=38 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+# Ain el Abd / UTM zone 39N
+<20439> +proj=utm +zone=39 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+# Ain el Abd / UTM zone 40N
+<20440> +proj=utm +zone=40 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+# Ain el Abd / Bahrain Grid
+<20499> +proj=utm +zone=39 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+# Afgooye / UTM zone 38N
+<20538> +proj=utm +zone=38 +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +units=m +no_defs  <>
+# Afgooye / UTM zone 39N
+<20539> +proj=utm +zone=39 +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +units=m +no_defs  <>
+# Lisbon (Lisbon) / Portuguese National Grid
+<20790> +proj=tmerc +lat_0=39.66666666666666 +lon_0=1 +k=1 +x_0=200000 +y_0=300000 +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +pm=lisbon +units=m +no_defs  <>
+# Lisbon (Lisbon) / Portuguese Grid
+<20791> +proj=tmerc +lat_0=39.66666666666666 +lon_0=1 +k=1 +x_0=0 +y_0=0 +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +pm=lisbon +units=m +no_defs  <>
+# Aratu / UTM zone 22S
+<20822> +proj=utm +zone=22 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs  <>
+# Aratu / UTM zone 23S
+<20823> +proj=utm +zone=23 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs  <>
+# Aratu / UTM zone 24S
+<20824> +proj=utm +zone=24 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs  <>
+# Arc 1950 / UTM zone 34S
+<20934> +proj=utm +zone=34 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-143,-90,-294,0,0,0,0 +units=m +no_defs  <>
+# Arc 1950 / UTM zone 35S
+<20935> +proj=utm +zone=35 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-143,-90,-294,0,0,0,0 +units=m +no_defs  <>
+# Arc 1950 / UTM zone 36S
+<20936> +proj=utm +zone=36 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-143,-90,-294,0,0,0,0 +units=m +no_defs  <>
+# Arc 1960 / UTM zone 35S
+<21035> +proj=utm +zone=35 +south +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+# Arc 1960 / UTM zone 36S
+<21036> +proj=utm +zone=36 +south +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+# Arc 1960 / UTM zone 37S
+<21037> +proj=utm +zone=37 +south +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+# Arc 1960 / UTM zone 35N
+<21095> +proj=utm +zone=35 +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+# Arc 1960 / UTM zone 36N
+<21096> +proj=utm +zone=36 +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+# Arc 1960 / UTM zone 37N
+<21097> +proj=utm +zone=37 +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+# Batavia (Jakarta) / NEIEZ (deprecated)
+<21100> +proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +pm=jakarta +units=m +no_defs  <>
+# Batavia / UTM zone 48S
+<21148> +proj=utm +zone=48 +south +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs  <>
+# Batavia / UTM zone 49S
+<21149> +proj=utm +zone=49 +south +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs  <>
+# Batavia / UTM zone 50S
+<21150> +proj=utm +zone=50 +south +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs  <>
+# Barbados 1938 / British West Indies Grid
+<21291> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=31.95,300.99,419.19,0,0,0,0 +units=m +no_defs  <>
+# Barbados 1938 / Barbados National Grid
+<21292> +proj=tmerc +lat_0=13.17638888888889 +lon_0=-59.55972222222222 +k=0.9999986 +x_0=30000 +y_0=75000 +ellps=clrk80 +towgs84=31.95,300.99,419.19,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 13
+<21413> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 14
+<21414> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 15
+<21415> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 16
+<21416> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 17
+<21417> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 18
+<21418> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 19
+<21419> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 20
+<21420> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 21
+<21421> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 22
+<21422> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger zone 23
+<21423> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 75E
+<21453> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 81E
+<21454> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 87E
+<21455> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 93E
+<21456> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 99E
+<21457> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 105E
+<21458> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 111E
+<21459> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 117E
+<21460> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 123E
+<21461> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 129E
+<21462> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger CM 135E
+<21463> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 13N (deprecated)
+<21473> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 14N (deprecated)
+<21474> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 15N (deprecated)
+<21475> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 16N (deprecated)
+<21476> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 17N (deprecated)
+<21477> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 18N (deprecated)
+<21478> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 19N (deprecated)
+<21479> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 20N (deprecated)
+<21480> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 21N (deprecated)
+<21481> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 22N (deprecated)
+<21482> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Beijing 1954 / Gauss-Kruger 23N (deprecated)
+<21483> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+# Belge 1950 (Brussels) / Belge Lambert 50
+<21500> +proj=lcc +lat_1=49.83333333333334 +lat_2=51.16666666666666 +lat_0=90 +lon_0=0 +x_0=150000 +y_0=5400000 +ellps=intl +pm=brussels +units=m +no_defs  <>
+# Bern 1898 (Bern) / LV03C
+<21780> +proj=somerc +lat_0=46.95240555555556 +lon_0=0 +k_0=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +pm=bern +units=m +no_defs  <>
+# CH1903 / LV03
+<21781> +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=600000 +y_0=200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs  <>
+# CH1903 / LV03C-G
+<21782> +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / UTM zone 17N (deprecated)
+<21817> +proj=utm +zone=17 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / UTM zone 18N
+<21818> +proj=utm +zone=18 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / Colombia West zone (deprecated)
+<21891> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-77.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / Colombia Bogota zone (deprecated)
+<21892> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-74.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / Colombia East Central zone (deprecated)
+<21893> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-71.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / Colombia East (deprecated)
+<21894> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-68.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / Colombia West zone
+<21896> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-77.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / Colombia Bogota zone
+<21897> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-74.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / Colombia East Central zone
+<21898> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-71.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Bogota 1975 / Colombia East
+<21899> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-68.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+# Camacupa / UTM zone 32S
+<22032> +proj=utm +zone=32 +south +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs  <>
+# Camacupa / UTM zone 33S
+<22033> +proj=utm +zone=33 +south +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs  <>
+# Camacupa / TM 11.30 SE
+<22091> +proj=tmerc +lat_0=0 +lon_0=11.5 +k=0.9996 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs  <>
+# Camacupa / TM 12 SE
+<22092> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 98 / Argentina 1
+<22171> +proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 98 / Argentina 2
+<22172> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 98 / Argentina 3
+<22173> +proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 98 / Argentina 4
+<22174> +proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 98 / Argentina 5
+<22175> +proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 98 / Argentina 6
+<22176> +proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 98 / Argentina 7
+<22177> +proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 94 / Argentina 1
+<22181> +proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 94 / Argentina 2
+<22182> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 94 / Argentina 3
+<22183> +proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 94 / Argentina 4
+<22184> +proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 94 / Argentina 5
+<22185> +proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 94 / Argentina 6
+<22186> +proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# POSGAR 94 / Argentina 7
+<22187> +proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Campo Inchauspe / Argentina 1
+<22191> +proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+# Campo Inchauspe / Argentina 2
+<22192> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+# Campo Inchauspe / Argentina 3
+<22193> +proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+# Campo Inchauspe / Argentina 4
+<22194> +proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+# Campo Inchauspe / Argentina 5
+<22195> +proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+# Campo Inchauspe / Argentina 6
+<22196> +proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+# Campo Inchauspe / Argentina 7
+<22197> +proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+# Cape / UTM zone 34S
+<22234> +proj=utm +zone=34 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / UTM zone 35S
+<22235> +proj=utm +zone=35 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / UTM zone 36S (deprecated)
+<22236> +proj=utm +zone=36 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo15
+<22275> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo17
+<22277> +proj=tmerc +lat_0=0 +lon_0=17 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo19
+<22279> +proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo21
+<22281> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo23
+<22283> +proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo25
+<22285> +proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo27
+<22287> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo29
+<22289> +proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo31
+<22291> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Cape / Lo33
+<22293> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+# Carthage (Paris) / Tunisia Mining Grid
+# Unable to translate coordinate system EPSG:22300 into PROJ.4 format.
+#
+# Carthage / UTM zone 32N
+<22332> +proj=utm +zone=32 +datum=carthage +units=m +no_defs  <>
+# Carthage / Nord Tunisie
+<22391> +proj=lcc +lat_1=36 +lat_0=36 +lon_0=9.9 +k_0=0.999625544 +x_0=500000 +y_0=300000 +datum=carthage +units=m +no_defs  <>
+# Carthage / Sud Tunisie
+<22392> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=9.9 +k_0=0.999625769 +x_0=500000 +y_0=300000 +datum=carthage +units=m +no_defs  <>
+# Corrego Alegre 1970-72 / UTM zone 21S
+<22521> +proj=utm +zone=21 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+# Corrego Alegre 1970-72 / UTM zone 22S
+<22522> +proj=utm +zone=22 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+# Corrego Alegre 1970-72 / UTM zone 23S
+<22523> +proj=utm +zone=23 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+# Corrego Alegre 1970-72 / UTM zone 24S
+<22524> +proj=utm +zone=24 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+# Corrego Alegre 1970-72 / UTM zone 25S
+<22525> +proj=utm +zone=25 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+# Deir ez Zor / Levant Zone
+<22700> +proj=lcc +lat_1=34.65 +lat_0=34.65 +lon_0=37.35 +k_0=0.9996256 +x_0=300000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=-190.421,8.532,238.69,0,0,0,0 +units=m +no_defs  <>
+# Deir ez Zor / Syria Lambert
+<22770> +proj=lcc +lat_1=34.65 +lat_0=34.65 +lon_0=37.35 +k_0=0.9996256 +x_0=300000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=-190.421,8.532,238.69,0,0,0,0 +units=m +no_defs  <>
+# Deir ez Zor / Levant Stereographic
+<22780> +proj=sterea +lat_0=34.2 +lon_0=39.15 +k=0.9995341 +x_0=0 +y_0=0 +a=6378249.2 +b=6356515 +towgs84=-190.421,8.532,238.69,0,0,0,0 +units=m +no_defs  <>
+# Douala / UTM zone 32N (deprecated)
+<22832> +proj=utm +zone=32 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+# Egypt 1907 / Blue Belt
+<22991> +proj=tmerc +lat_0=30 +lon_0=35 +k=1 +x_0=300000 +y_0=1100000 +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +units=m +no_defs  <>
+# Egypt 1907 / Red Belt
+<22992> +proj=tmerc +lat_0=30 +lon_0=31 +k=1 +x_0=615000 +y_0=810000 +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +units=m +no_defs  <>
+# Egypt 1907 / Purple Belt
+<22993> +proj=tmerc +lat_0=30 +lon_0=27 +k=1 +x_0=700000 +y_0=200000 +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +units=m +no_defs  <>
+# Egypt 1907 / Extended Purple Belt
+<22994> +proj=tmerc +lat_0=30 +lon_0=27 +k=1 +x_0=700000 +y_0=1200000 +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 28N
+<23028> +proj=utm +zone=28 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 29N
+<23029> +proj=utm +zone=29 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 30N
+<23030> +proj=utm +zone=30 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 31N
+<23031> +proj=utm +zone=31 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 32N
+<23032> +proj=utm +zone=32 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 33N
+<23033> +proj=utm +zone=33 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 34N
+<23034> +proj=utm +zone=34 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 35N
+<23035> +proj=utm +zone=35 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 36N
+<23036> +proj=utm +zone=36 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 37N
+<23037> +proj=utm +zone=37 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / UTM zone 38N
+<23038> +proj=utm +zone=38 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / TM 0 N
+<23090> +proj=tmerc +lat_0=0 +lon_0=0 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# ED50 / TM 5 NE
+<23095> +proj=tmerc +lat_0=0 +lon_0=5 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+# Fahud / UTM zone 39N
+<23239> +proj=utm +zone=39 +ellps=clrk80 +towgs84=-333.102,-11.02,230.69,0,0,0.554,0.219 +units=m +no_defs  <>
+# Fahud / UTM zone 40N
+<23240> +proj=utm +zone=40 +ellps=clrk80 +towgs84=-333.102,-11.02,230.69,0,0,0.554,0.219 +units=m +no_defs  <>
+# Garoua / UTM zone 33N (deprecated)
+<23433> +proj=utm +zone=33 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+# HD72 / EOV
+<23700> +proj=somerc +lat_0=47.14439372222222 +lon_0=19.04857177777778 +k_0=0.99993 +x_0=650000 +y_0=200000 +ellps=GRS67 +towgs84=52.17,-71.82,-14.9,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 46.2
+<23830> +proj=tmerc +lat_0=0 +lon_0=94.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 47.1
+<23831> +proj=tmerc +lat_0=0 +lon_0=97.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 47.2
+<23832> +proj=tmerc +lat_0=0 +lon_0=100.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 48.1
+<23833> +proj=tmerc +lat_0=0 +lon_0=103.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 48.2
+<23834> +proj=tmerc +lat_0=0 +lon_0=106.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 49.1
+<23835> +proj=tmerc +lat_0=0 +lon_0=109.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 49.2
+<23836> +proj=tmerc +lat_0=0 +lon_0=112.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 50.1
+<23837> +proj=tmerc +lat_0=0 +lon_0=115.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 50.2
+<23838> +proj=tmerc +lat_0=0 +lon_0=118.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 51.1
+<23839> +proj=tmerc +lat_0=0 +lon_0=121.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 51.2
+<23840> +proj=tmerc +lat_0=0 +lon_0=124.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 52.1
+<23841> +proj=tmerc +lat_0=0 +lon_0=127.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 52.2
+<23842> +proj=tmerc +lat_0=0 +lon_0=130.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 53.1
+<23843> +proj=tmerc +lat_0=0 +lon_0=133.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 53.2
+<23844> +proj=tmerc +lat_0=0 +lon_0=136.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / Indonesia TM-3 zone 54.1
+<23845> +proj=tmerc +lat_0=0 +lon_0=139.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 46N
+<23846> +proj=utm +zone=46 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 47N
+<23847> +proj=utm +zone=47 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 48N
+<23848> +proj=utm +zone=48 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 49N
+<23849> +proj=utm +zone=49 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 50N
+<23850> +proj=utm +zone=50 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 51N
+<23851> +proj=utm +zone=51 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 52N
+<23852> +proj=utm +zone=52 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 53N (deprecated)
+<23853> +proj=utm +zone=53 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 46N
+<23866> +proj=utm +zone=46 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 47N
+<23867> +proj=utm +zone=47 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 48N
+<23868> +proj=utm +zone=48 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 49N
+<23869> +proj=utm +zone=49 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 50N
+<23870> +proj=utm +zone=50 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 51N
+<23871> +proj=utm +zone=51 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 52N
+<23872> +proj=utm +zone=52 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 47S
+<23877> +proj=utm +zone=47 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 48S
+<23878> +proj=utm +zone=48 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 49S
+<23879> +proj=utm +zone=49 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 50S
+<23880> +proj=utm +zone=50 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 51S
+<23881> +proj=utm +zone=51 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 52S
+<23882> +proj=utm +zone=52 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 53S
+<23883> +proj=utm +zone=53 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# DGN95 / UTM zone 54S
+<23884> +proj=utm +zone=54 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 46S (deprecated)
+<23886> +proj=utm +zone=46 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 47S
+<23887> +proj=utm +zone=47 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 48S
+<23888> +proj=utm +zone=48 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 49S
+<23889> +proj=utm +zone=49 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 50S
+<23890> +proj=utm +zone=50 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 51S
+<23891> +proj=utm +zone=51 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 52S
+<23892> +proj=utm +zone=52 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 53S
+<23893> +proj=utm +zone=53 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# ID74 / UTM zone 54S
+<23894> +proj=utm +zone=54 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+# Indian 1954 / UTM zone 46N
+<23946> +proj=utm +zone=46 +a=6377276.345 +b=6356075.41314024 +towgs84=217,823,299,0,0,0,0 +units=m +no_defs  <>
+# Indian 1954 / UTM zone 47N
+<23947> +proj=utm +zone=47 +a=6377276.345 +b=6356075.41314024 +towgs84=217,823,299,0,0,0,0 +units=m +no_defs  <>
+# Indian 1954 / UTM zone 48N
+<23948> +proj=utm +zone=48 +a=6377276.345 +b=6356075.41314024 +towgs84=217,823,299,0,0,0,0 +units=m +no_defs  <>
+# Indian 1975 / UTM zone 47N
+<24047> +proj=utm +zone=47 +a=6377276.345 +b=6356075.41314024 +towgs84=210,814,289,0,0,0,0 +units=m +no_defs  <>
+# Indian 1975 / UTM zone 48N
+<24048> +proj=utm +zone=48 +a=6377276.345 +b=6356075.41314024 +towgs84=210,814,289,0,0,0,0 +units=m +no_defs  <>
+# Jamaica 1875 / Jamaica (Old Grid)
+<24100> +proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=167638.49597 +y_0=121918.90616 +a=6378249.144808011 +b=6356514.966204134 +to_meter=0.3047972654 +no_defs  <>
+# JAD69 / Jamaica National Grid
+<24200> +proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=250000 +y_0=150000 +ellps=clrk66 +towgs84=70,207,389.5,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1937 / UTM zone 45N
+<24305> +proj=utm +zone=45 +a=6377276.345 +b=6356075.41314024 +towgs84=214,804,268,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1937 / UTM zone 46N
+<24306> +proj=utm +zone=46 +a=6377276.345 +b=6356075.41314024 +towgs84=214,804,268,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1962 / UTM zone 41N
+<24311> +proj=utm +zone=41 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1962 / UTM zone 42N
+<24312> +proj=utm +zone=42 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1962 / UTM zone 43N
+<24313> +proj=utm +zone=43 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / UTM zone 42N
+<24342> +proj=utm +zone=42 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / UTM zone 43N
+<24343> +proj=utm +zone=43 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / UTM zone 44N
+<24344> +proj=utm +zone=44 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / UTM zone 45N
+<24345> +proj=utm +zone=45 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / UTM zone 46N
+<24346> +proj=utm +zone=46 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / UTM zone 47N
+<24347> +proj=utm +zone=47 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1880 / India zone 0
+<24370> +proj=lcc +lat_1=39.5 +lat_0=39.5 +lon_0=68 +k_0=0.99846154 +x_0=2153865.73916853 +y_0=2368292.194628102 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+# Kalianpur 1880 / India zone I
+<24371> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+# Kalianpur 1880 / India zone IIa
+<24372> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=74 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+# Kalianpur 1880 / India zone IIIa
+<24373> +proj=lcc +lat_1=19 +lat_0=19 +lon_0=80 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+# Kalianpur 1880 / India zone IVa
+<24374> +proj=lcc +lat_1=12 +lat_0=12 +lon_0=80 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+# Kalianpur 1937 / India zone IIb
+<24375> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=90 +k_0=0.99878641 +x_0=2743185.69 +y_0=914395.23 +a=6377276.345 +b=6356075.41314024 +towgs84=214,804,268,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1962 / India zone I
+<24376> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743196.4 +y_0=914398.8 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1962 / India zone IIa
+<24377> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=74 +k_0=0.99878641 +x_0=2743196.4 +y_0=914398.8 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / India zone I
+<24378> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / India zone IIa
+<24379> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=74 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / India zone IIb
+<24380> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=90 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1975 / India zone IIIa
+<24381> +proj=lcc +lat_1=19 +lat_0=19 +lon_0=80 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kalianpur 1880 / India zone IIb
+<24382> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=90 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+# Kalianpur 1975 / India zone IVa
+<24383> +proj=lcc +lat_1=12 +lat_0=12 +lon_0=80 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / Singapore Grid
+<24500> +proj=cass +lat_0=1.287646666666667 +lon_0=103.8530022222222 +x_0=30000 +y_0=30000 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / UTM zone 47N
+<24547> +proj=utm +zone=47 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau 1968 / UTM zone 48N
+<24548> +proj=utm +zone=48 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+# Kertau / R.S.O. Malaya (ch) (deprecated)
+<24571> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257905 +k=0.99984 +x_0=804671.2997750348 +y_0=0 +no_uoff +gamma=323.1301023611111 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +to_meter=20.11678249437587 +no_defs  <>
+# KOC Lambert
+<24600> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=45 +k_0=0.9987864078000001 +x_0=1500000 +y_0=1166200 +ellps=clrk80 +towgs84=-294.7,-200.1,525.5,0,0,0,0 +units=m +no_defs  <>
+# La Canoa / UTM zone 18N
+<24718> +proj=utm +zone=18 +ellps=intl +towgs84=-273.5,110.6,-357.9,0,0,0,0 +units=m +no_defs  <>
+# La Canoa / UTM zone 19N
+<24719> +proj=utm +zone=19 +ellps=intl +towgs84=-273.5,110.6,-357.9,0,0,0,0 +units=m +no_defs  <>
+# La Canoa / UTM zone 20N
+<24720> +proj=utm +zone=20 +ellps=intl +towgs84=-273.5,110.6,-357.9,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 17N
+<24817> +proj=utm +zone=17 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 18N
+<24818> +proj=utm +zone=18 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 19N
+<24819> +proj=utm +zone=19 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 20N
+<24820> +proj=utm +zone=20 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 21N
+<24821> +proj=utm +zone=21 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 17S
+<24877> +proj=utm +zone=17 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 18S
+<24878> +proj=utm +zone=18 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 19S
+<24879> +proj=utm +zone=19 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 20S
+<24880> +proj=utm +zone=20 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 21S
+<24881> +proj=utm +zone=21 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / UTM zone 22S
+<24882> +proj=utm +zone=22 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / Peru west zone
+<24891> +proj=tmerc +lat_0=-6 +lon_0=-80.5 +k=0.99983008 +x_0=222000 +y_0=1426834.743 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / Peru central zone
+<24892> +proj=tmerc +lat_0=-9.5 +lon_0=-76 +k=0.99932994 +x_0=720000 +y_0=1039979.159 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# PSAD56 / Peru east zone
+<24893> +proj=tmerc +lat_0=-9.5 +lon_0=-70.5 +k=0.99952992 +x_0=1324000 +y_0=1040084.558 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+# Leigon / Ghana Metre Grid
+<25000> +proj=tmerc +lat_0=4.666666666666667 +lon_0=-1 +k=0.99975 +x_0=274319.51 +y_0=0 +ellps=clrk80 +towgs84=-130,29,364,0,0,0,0 +units=m +no_defs  <>
+# Lome / UTM zone 31N
+<25231> +proj=utm +zone=31 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+# Luzon 1911 / Philippines zone I
+<25391> +proj=tmerc +lat_0=0 +lon_0=117 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+# Luzon 1911 / Philippines zone II
+<25392> +proj=tmerc +lat_0=0 +lon_0=119 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+# Luzon 1911 / Philippines zone III
+<25393> +proj=tmerc +lat_0=0 +lon_0=121 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+# Luzon 1911 / Philippines zone IV
+<25394> +proj=tmerc +lat_0=0 +lon_0=123 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+# Luzon 1911 / Philippines zone V
+<25395> +proj=tmerc +lat_0=0 +lon_0=125 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+# Makassar (Jakarta) / NEIEZ (deprecated)
+<25700> +proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +pm=jakarta +units=m +no_defs  <>
+# ETRS89 / UTM zone 28N
+<25828> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 29N
+<25829> +proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 30N
+<25830> +proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 31N
+<25831> +proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 32N
+<25832> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 33N
+<25833> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 34N
+<25834> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 35N
+<25835> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 36N
+<25836> +proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 37N
+<25837> +proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / UTM zone 38N (deprecated)
+<25838> +proj=utm +zone=38 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# ETRS89 / TM Baltic93
+<25884> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Malongo 1987 / UTM zone 32S
+<25932> +proj=utm +zone=32 +south +ellps=intl +towgs84=-254.1,-5.36,-100.29,0,0,0,0 +units=m +no_defs  <>
+# Merchich / Nord Maroc
+<26191> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=-5.4 +k_0=0.999625769 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs  <>
+# Merchich / Sud Maroc
+<26192> +proj=lcc +lat_1=29.7 +lat_0=29.7 +lon_0=-5.4 +k_0=0.9996155960000001 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs  <>
+# Merchich / Sahara (deprecated)
+<26193> +proj=lcc +lat_1=26.1 +lat_0=26.1 +lon_0=-5.4 +k_0=0.9996 +x_0=1200000 +y_0=400000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs  <>
+# Merchich / Sahara Nord
+<26194> +proj=lcc +lat_1=26.1 +lat_0=26.1 +lon_0=-5.4 +k_0=0.999616304 +x_0=1200000 +y_0=400000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs  <>
+# Merchich / Sahara Sud
+<26195> +proj=lcc +lat_1=22.5 +lat_0=22.5 +lon_0=-5.4 +k_0=0.999616437 +x_0=1500000 +y_0=400000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs  <>
+# Massawa / UTM zone 37N
+<26237> +proj=utm +zone=37 +ellps=bessel +towgs84=639,405,60,0,0,0,0 +units=m +no_defs  <>
+# Minna / UTM zone 31N
+<26331> +proj=utm +zone=31 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+# Minna / UTM zone 32N
+<26332> +proj=utm +zone=32 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+# Minna / Nigeria West Belt
+<26391> +proj=tmerc +lat_0=4 +lon_0=4.5 +k=0.99975 +x_0=230738.26 +y_0=0 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+# Minna / Nigeria Mid Belt
+<26392> +proj=tmerc +lat_0=4 +lon_0=8.5 +k=0.99975 +x_0=670553.98 +y_0=0 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+# Minna / Nigeria East Belt
+<26393> +proj=tmerc +lat_0=4 +lon_0=12.5 +k=0.99975 +x_0=1110369.7 +y_0=0 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+# Mhast / UTM zone 32S (deprecated)
+<26432> +proj=utm +zone=32 +south +ellps=intl +towgs84=-252.95,-4.11,-96.38,0,0,0,0 +units=m +no_defs  <>
+# Monte Mario (Rome) / Italy zone 1 (deprecated)
+<26591> +proj=tmerc +lat_0=0 +lon_0=-3.45233333333333 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +pm=rome +units=m +no_defs  <>
+# Monte Mario (Rome) / Italy zone 2 (deprecated)
+<26592> +proj=tmerc +lat_0=0 +lon_0=2.54766666666666 +k=0.9996 +x_0=2520000 +y_0=0 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +pm=rome +units=m +no_defs  <>
+# M'poraloko / UTM zone 32N
+<26632> +proj=utm +zone=32 +a=6378249.2 +b=6356515 +towgs84=-74,-130,42,0,0,0,0 +units=m +no_defs  <>
+# M'poraloko / UTM zone 32S
+<26692> +proj=utm +zone=32 +south +a=6378249.2 +b=6356515 +towgs84=-74,-130,42,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / UTM zone 1N
+<26701> +proj=utm +zone=1 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 2N
+<26702> +proj=utm +zone=2 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 3N
+<26703> +proj=utm +zone=3 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 4N
+<26704> +proj=utm +zone=4 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 5N
+<26705> +proj=utm +zone=5 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 6N
+<26706> +proj=utm +zone=6 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 7N
+<26707> +proj=utm +zone=7 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 8N
+<26708> +proj=utm +zone=8 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 9N
+<26709> +proj=utm +zone=9 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 10N
+<26710> +proj=utm +zone=10 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 11N
+<26711> +proj=utm +zone=11 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 12N
+<26712> +proj=utm +zone=12 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 13N
+<26713> +proj=utm +zone=13 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 14N
+<26714> +proj=utm +zone=14 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 15N
+<26715> +proj=utm +zone=15 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 16N
+<26716> +proj=utm +zone=16 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 17N
+<26717> +proj=utm +zone=17 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 18N
+<26718> +proj=utm +zone=18 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 19N
+<26719> +proj=utm +zone=19 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 20N
+<26720> +proj=utm +zone=20 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 21N
+<26721> +proj=utm +zone=21 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / UTM zone 22N
+<26722> +proj=utm +zone=22 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / Alabama East
+<26729> +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alabama West
+<26730> +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 1
+<26731> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000.001016002 +y_0=-5000000.001016002 +no_uoff +gamma=323.1301023611111 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 2
+<26732> +proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 3
+<26733> +proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 4
+<26734> +proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 5
+<26735> +proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 6
+<26736> +proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 7
+<26737> +proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=213360.4267208534 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 8
+<26738> +proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 9
+<26739> +proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=182880.3657607315 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Alaska zone 10
+<26740> +proj=lcc +lat_1=53.83333333333334 +lat_2=51.83333333333334 +lat_0=51 +lon_0=-176 +x_0=914401.8288036576 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / California zone I
+<26741> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / California zone II
+<26742> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / California zone III
+<26743> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / California zone IV
+<26744> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / California zone V
+<26745> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / California zone VI
+<26746> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / California zone VII (deprecated)
+<26747> +proj=lcc +lat_1=34.41666666666666 +lat_2=33.86666666666667 +lat_0=34.13333333333333 +lon_0=-118.3333333333333 +x_0=1276106.450596901 +y_0=127079.524511049 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Arizona East
+<26748> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Arizona Central
+<26749> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Arizona West
+<26750> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Arkansas North
+<26751> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Arkansas South
+<26752> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Colorado North
+<26753> +proj=lcc +lat_1=39.71666666666667 +lat_2=40.78333333333333 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Colorado Central
+<26754> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Colorado South
+<26755> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Connecticut
+<26756> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=182880.3657607315 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Delaware
+<26757> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Florida East
+<26758> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Florida West
+<26759> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Florida North
+<26760> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Georgia East
+<26766> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Georgia West
+<26767> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Idaho East
+<26768> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Idaho Central
+<26769> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Idaho West
+<26770> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Illinois East
+<26771> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Illinois West
+<26772> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Indiana East
+<26773> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Indiana West
+<26774> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Iowa North
+<26775> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Iowa South
+<26776> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Kansas North
+<26777> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Kansas South
+<26778> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Kentucky North
+<26779> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Kentucky South
+<26780> +proj=lcc +lat_1=36.73333333333333 +lat_2=37.93333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Louisiana North
+<26781> +proj=lcc +lat_1=31.16666666666667 +lat_2=32.66666666666666 +lat_0=30.66666666666667 +lon_0=-92.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Louisiana South
+<26782> +proj=lcc +lat_1=29.3 +lat_2=30.7 +lat_0=28.66666666666667 +lon_0=-91.33333333333333 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Maine East
+<26783> +proj=tmerc +lat_0=43.83333333333334 +lon_0=-68.5 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Maine West
+<26784> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Maryland
+<26785> +proj=lcc +lat_1=38.3 +lat_2=39.45 +lat_0=37.83333333333334 +lon_0=-77 +x_0=243840.4876809754 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Massachusetts Mainland
+<26786> +proj=lcc +lat_1=41.71666666666667 +lat_2=42.68333333333333 +lat_0=41 +lon_0=-71.5 +x_0=182880.3657607315 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Massachusetts Island
+<26787> +proj=lcc +lat_1=41.28333333333333 +lat_2=41.48333333333333 +lat_0=41 +lon_0=-70.5 +x_0=60960.12192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Minnesota North
+<26791> +proj=lcc +lat_1=47.03333333333333 +lat_2=48.63333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Minnesota Central
+<26792> +proj=lcc +lat_1=45.61666666666667 +lat_2=47.05 +lat_0=45 +lon_0=-94.25 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Minnesota South
+<26793> +proj=lcc +lat_1=43.78333333333333 +lat_2=45.21666666666667 +lat_0=43 +lon_0=-94 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Mississippi East
+<26794> +proj=tmerc +lat_0=29.66666666666667 +lon_0=-88.83333333333333 +k=0.99996 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Mississippi West
+<26795> +proj=tmerc +lat_0=30.5 +lon_0=-90.33333333333333 +k=0.999941177 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Missouri East
+<26796> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Missouri Central
+<26797> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Missouri West
+<26798> +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / California zone VII
+<26799> +proj=lcc +lat_1=34.41666666666666 +lat_2=33.86666666666667 +lat_0=34.13333333333333 +lon_0=-118.3333333333333 +x_0=1276106.450596901 +y_0=1268253.006858014 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD Michigan / Michigan East (deprecated)
+<26801> +proj=tmerc +lat_0=41.5 +lon_0=-83.66666666666667 +k=0.999942857 +x_0=152400.3048006096 +y_0=0 +a=6378450.047548896 +b=6356826.621488444 +units=us-ft +no_defs  <>
+# NAD Michigan / Michigan Old Central (deprecated)
+<26802> +proj=tmerc +lat_0=41.5 +lon_0=-85.75 +k=0.999909091 +x_0=152400.3048006096 +y_0=0 +a=6378450.047548896 +b=6356826.621488444 +units=us-ft +no_defs  <>
+# NAD Michigan / Michigan West (deprecated)
+<26803> +proj=tmerc +lat_0=41.5 +lon_0=-88.75 +k=0.999909091 +x_0=152400.3048006096 +y_0=0 +a=6378450.047548896 +b=6356826.621488444 +units=us-ft +no_defs  <>
+# NAD Michigan / Michigan North (deprecated)
+<26811> +proj=lcc +lat_1=45.48333333333333 +lat_2=47.08333333333334 +lat_0=44.78333333333333 +lon_0=-87 +x_0=609601.2192024384 +y_0=0 +a=6378450.047548896 +b=6356826.621488444 +units=us-ft +no_defs  <>
+# NAD Michigan / Michigan Central (deprecated)
+<26812> +proj=lcc +lat_1=44.18333333333333 +lat_2=45.7 +lat_0=43.31666666666667 +lon_0=-84.33333333333333 +x_0=609601.2192024384 +y_0=0 +a=6378450.047548896 +b=6356826.621488444 +units=us-ft +no_defs  <>
+# NAD Michigan / Michigan South (deprecated)
+<26813> +proj=lcc +lat_1=42.1 +lat_2=43.66666666666666 +lat_0=41.5 +lon_0=-84.33333333333333 +x_0=609601.2192024384 +y_0=0 +a=6378450.047548896 +b=6356826.621488444 +units=us-ft +no_defs  <>
+# NAD83 / Maine East (ftUS) (deprecated)
+<26814> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Maine West (ftUS) (deprecated)
+<26815> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Minnesota North (ftUS) (deprecated)
+<26819> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101601 +y_0=99999.99998984 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Minnesota Central (ftUS) (deprecated)
+<26820> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101601 +y_0=99999.99998984 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Minnesota South (ftUS) (deprecated)
+<26821> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101601 +y_0=99999.99998984 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Nebraska (ftUS) (deprecated)
+<26822> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.0000101601 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / West Virginia North (ftUS) (deprecated)
+<26823> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=1968500 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / West Virginia South (ftUS) (deprecated)
+<26824> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=1968500 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83(HARN) / Maine East (ftUS) (deprecated)
+<26825> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Maine West (ftUS) (deprecated)
+<26826> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Minnesota North (ftUS) (deprecated)
+<26830> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101601 +y_0=99999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Minnesota Central (ftUS) (deprecated)
+<26831> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101601 +y_0=99999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Minnesota South (ftUS) (deprecated)
+<26832> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101601 +y_0=99999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / Nebraska (ftUS) (deprecated)
+<26833> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.0000101601 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / West Virginia North (ftUS) (deprecated)
+<26834> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=1968500 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(HARN) / West Virginia South (ftUS) (deprecated)
+<26835> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=1968500 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Maine East (ftUS) (deprecated)
+<26836> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Maine West (ftUS) (deprecated)
+<26837> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Minnesota North (ftUS) (deprecated)
+<26841> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101601 +y_0=99999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Minnesota Central (ftUS) (deprecated)
+<26842> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101601 +y_0=99999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Minnesota South (ftUS) (deprecated)
+<26843> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101601 +y_0=99999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / Nebraska (ftUS) (deprecated)
+<26844> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.0000101601 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / West Virginia North (ftUS) (deprecated)
+<26845> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=1968500 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(NSRS2007) / West Virginia South (ftUS) (deprecated)
+<26846> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=1968500 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / Maine East (ftUS)
+<26847> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Maine West (ftUS)
+<26848> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Minnesota North (ftUS)
+<26849> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101599 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Minnesota Central (ftUS)
+<26850> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101599 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Minnesota South (ftUS)
+<26851> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101599 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / Nebraska (ftUS)
+<26852> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / West Virginia North (ftUS)
+<26853> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / West Virginia South (ftUS)
+<26854> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Maine East (ftUS)
+<26855> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Maine West (ftUS)
+<26856> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Minnesota North (ftUS)
+<26857> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Minnesota Central (ftUS)
+<26858> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Minnesota South (ftUS)
+<26859> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / Nebraska (ftUS)
+<26860> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / West Virginia North (ftUS)
+<26861> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(HARN) / West Virginia South (ftUS)
+<26862> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Maine East (ftUS)
+<26863> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Maine West (ftUS)
+<26864> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Minnesota North (ftUS)
+<26865> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Minnesota Central (ftUS)
+<26866> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Minnesota South (ftUS)
+<26867> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / Nebraska (ftUS)
+<26868> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / West Virginia North (ftUS)
+<26869> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(NSRS2007) / West Virginia South (ftUS)
+<26870> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+# NAD83(CSRS) / MTM zone 11
+<26891> +proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 12
+<26892> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 13
+<26893> +proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 14
+<26894> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 15
+<26895> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 16
+<26896> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 17
+<26897> +proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 1
+<26898> +proj=tmerc +lat_0=0 +lon_0=-53 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83(CSRS) / MTM zone 2
+<26899> +proj=tmerc +lat_0=0 +lon_0=-56 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD83 / UTM zone 1N
+<26901> +proj=utm +zone=1 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 2N
+<26902> +proj=utm +zone=2 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 3N
+<26903> +proj=utm +zone=3 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 4N
+<26904> +proj=utm +zone=4 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 5N
+<26905> +proj=utm +zone=5 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 6N
+<26906> +proj=utm +zone=6 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 7N
+<26907> +proj=utm +zone=7 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 8N
+<26908> +proj=utm +zone=8 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 9N
+<26909> +proj=utm +zone=9 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 10N
+<26910> +proj=utm +zone=10 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 11N
+<26911> +proj=utm +zone=11 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 12N
+<26912> +proj=utm +zone=12 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 13N
+<26913> +proj=utm +zone=13 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 14N
+<26914> +proj=utm +zone=14 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 15N
+<26915> +proj=utm +zone=15 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 16N
+<26916> +proj=utm +zone=16 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 17N
+<26917> +proj=utm +zone=17 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 18N
+<26918> +proj=utm +zone=18 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 19N
+<26919> +proj=utm +zone=19 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 20N
+<26920> +proj=utm +zone=20 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 21N
+<26921> +proj=utm +zone=21 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 22N
+<26922> +proj=utm +zone=22 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / UTM zone 23N
+<26923> +proj=utm +zone=23 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alabama East
+<26929> +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alabama West
+<26930> +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 1
+<26931> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 2
+<26932> +proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 3
+<26933> +proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 4
+<26934> +proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 5
+<26935> +proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 6
+<26936> +proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 7
+<26937> +proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 8
+<26938> +proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 9
+<26939> +proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Alaska zone 10
+<26940> +proj=lcc +lat_1=53.83333333333334 +lat_2=51.83333333333334 +lat_0=51 +lon_0=-176 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / California zone 1
+<26941> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / California zone 2
+<26942> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / California zone 3
+<26943> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / California zone 4
+<26944> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / California zone 5
+<26945> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / California zone 6
+<26946> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Arizona East
+<26948> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Arizona Central
+<26949> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Arizona West
+<26950> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Arkansas North
+<26951> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Arkansas South
+<26952> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=400000 +y_0=400000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Colorado North
+<26953> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Colorado Central
+<26954> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Colorado South
+<26955> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Connecticut
+<26956> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096 +y_0=152400.3048 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Delaware
+<26957> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Florida East
+<26958> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Florida West
+<26959> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Florida North
+<26960> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Hawaii zone 1
+<26961> +proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Hawaii zone 2
+<26962> +proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Hawaii zone 3
+<26963> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Hawaii zone 4
+<26964> +proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Hawaii zone 5
+<26965> +proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Georgia East
+<26966> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Georgia West
+<26967> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=700000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Idaho East
+<26968> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Idaho Central
+<26969> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Idaho West
+<26970> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Illinois East
+<26971> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Illinois West
+<26972> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Indiana East
+<26973> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Indiana West
+<26974> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Iowa North
+<26975> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Iowa South
+<26976> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Kansas North
+<26977> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Kansas South
+<26978> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=400000 +y_0=400000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Kentucky North (deprecated)
+<26979> +proj=lcc +lat_1=37.96666666666667 +lat_2=37.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Kentucky South
+<26980> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Louisiana North
+<26981> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Louisiana South
+<26982> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Maine East
+<26983> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Maine West
+<26984> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Maryland
+<26985> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Massachusetts Mainland
+<26986> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Massachusetts Island
+<26987> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Michigan North
+<26988> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Michigan Central
+<26989> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Michigan South
+<26990> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Minnesota North
+<26991> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Minnesota Central
+<26992> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Minnesota South
+<26993> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Mississippi East
+<26994> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Mississippi West
+<26995> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=700000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Missouri East
+<26996> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Missouri Central
+<26997> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Missouri West
+<26998> +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# Nahrwan 1967 / UTM zone 37N (deprecated)
+<27037> +proj=utm +zone=37 +ellps=clrk80 +towgs84=-249,-156,381,0,0,0,0 +units=m +no_defs  <>
+# Nahrwan 1967 / UTM zone 38N (deprecated)
+<27038> +proj=utm +zone=38 +ellps=clrk80 +towgs84=-249,-156,381,0,0,0,0 +units=m +no_defs  <>
+# Nahrwan 1967 / UTM zone 39N
+<27039> +proj=utm +zone=39 +ellps=clrk80 +towgs84=-249,-156,381,0,0,0,0 +units=m +no_defs  <>
+# Nahrwan 1967 / UTM zone 40N
+<27040> +proj=utm +zone=40 +ellps=clrk80 +towgs84=-249,-156,381,0,0,0,0 +units=m +no_defs  <>
+# Naparima 1972 / UTM zone 20N
+<27120> +proj=utm +zone=20 +ellps=intl +towgs84=-10,375,165,0,0,0,0 +units=m +no_defs  <>
+# NZGD49 / New Zealand Map Grid
+<27200> +proj=nzmg +lat_0=-41 +lon_0=173 +x_0=2510000 +y_0=6023150 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Mount Eden Circuit
+<27205> +proj=tmerc +lat_0=-36.87986527777778 +lon_0=174.7643393611111 +k=0.9999 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Bay of Plenty Circuit
+<27206> +proj=tmerc +lat_0=-37.76124980555556 +lon_0=176.46619725 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Poverty Bay Circuit
+<27207> +proj=tmerc +lat_0=-38.62470277777778 +lon_0=177.8856362777778 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Hawkes Bay Circuit
+<27208> +proj=tmerc +lat_0=-39.65092930555556 +lon_0=176.6736805277778 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Taranaki Circuit
+<27209> +proj=tmerc +lat_0=-39.13575830555556 +lon_0=174.22801175 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Tuhirangi Circuit
+<27210> +proj=tmerc +lat_0=-39.51247038888889 +lon_0=175.6400368055556 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Wanganui Circuit
+<27211> +proj=tmerc +lat_0=-40.24194713888889 +lon_0=175.4880996111111 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Wairarapa Circuit
+<27212> +proj=tmerc +lat_0=-40.92553263888889 +lon_0=175.6473496666667 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Wellington Circuit
+<27213> +proj=tmerc +lat_0=-41.30131963888888 +lon_0=174.7766231111111 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Collingwood Circuit
+<27214> +proj=tmerc +lat_0=-40.71475905555556 +lon_0=172.6720465 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Nelson Circuit
+<27215> +proj=tmerc +lat_0=-41.27454472222222 +lon_0=173.2993168055555 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Karamea Circuit
+<27216> +proj=tmerc +lat_0=-41.28991152777778 +lon_0=172.1090281944444 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Buller Circuit
+<27217> +proj=tmerc +lat_0=-41.81080286111111 +lon_0=171.5812600555556 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Grey Circuit
+<27218> +proj=tmerc +lat_0=-42.33369427777778 +lon_0=171.5497713055556 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Amuri Circuit
+<27219> +proj=tmerc +lat_0=-42.68911658333333 +lon_0=173.0101333888889 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Marlborough Circuit
+<27220> +proj=tmerc +lat_0=-41.54448666666666 +lon_0=173.8020741111111 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Hokitika Circuit
+<27221> +proj=tmerc +lat_0=-42.88632236111111 +lon_0=170.9799935 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Okarito Circuit
+<27222> +proj=tmerc +lat_0=-43.11012813888889 +lon_0=170.2609258333333 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Jacksons Bay Circuit
+<27223> +proj=tmerc +lat_0=-43.97780288888889 +lon_0=168.606267 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Mount Pleasant Circuit
+<27224> +proj=tmerc +lat_0=-43.59063758333333 +lon_0=172.7271935833333 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Gawler Circuit
+<27225> +proj=tmerc +lat_0=-43.74871155555556 +lon_0=171.3607484722222 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Timaru Circuit
+<27226> +proj=tmerc +lat_0=-44.40222036111111 +lon_0=171.0572508333333 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Lindis Peak Circuit
+<27227> +proj=tmerc +lat_0=-44.73526797222222 +lon_0=169.4677550833333 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Mount Nicholas Circuit
+<27228> +proj=tmerc +lat_0=-45.13290258333333 +lon_0=168.3986411944444 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Mount York Circuit
+<27229> +proj=tmerc +lat_0=-45.56372616666666 +lon_0=167.7388617777778 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Observation Point Circuit
+<27230> +proj=tmerc +lat_0=-45.81619661111111 +lon_0=170.6285951666667 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / North Taieri Circuit
+<27231> +proj=tmerc +lat_0=-45.86151336111111 +lon_0=170.2825891111111 +k=0.99996 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / Bluff Circuit
+<27232> +proj=tmerc +lat_0=-46.60000961111111 +lon_0=168.342872 +k=1 +x_0=300002.66 +y_0=699999.58 +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / UTM zone 58S
+<27258> +proj=utm +zone=58 +south +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / UTM zone 59S
+<27259> +proj=utm +zone=59 +south +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / UTM zone 60S
+<27260> +proj=utm +zone=60 +south +datum=nzgd49 +units=m +no_defs  <>
+# NZGD49 / North Island Grid
+<27291> +proj=tmerc +lat_0=-39 +lon_0=175.5 +k=1 +x_0=274319.5243848086 +y_0=365759.3658464114 +datum=nzgd49 +to_meter=0.9143984146160287 +no_defs  <>
+# NZGD49 / South Island Grid
+<27292> +proj=tmerc +lat_0=-44 +lon_0=171.5 +k=1 +x_0=457199.2073080143 +y_0=457199.2073080143 +datum=nzgd49 +to_meter=0.9143984146160287 +no_defs  <>
+# NGO 1948 (Oslo) / NGO zone I
+<27391> +proj=tmerc +lat_0=58 +lon_0=-4.666666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+# NGO 1948 (Oslo) / NGO zone II
+<27392> +proj=tmerc +lat_0=58 +lon_0=-2.333333333333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+# NGO 1948 (Oslo) / NGO zone III
+<27393> +proj=tmerc +lat_0=58 +lon_0=0 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+# NGO 1948 (Oslo) / NGO zone IV
+<27394> +proj=tmerc +lat_0=58 +lon_0=2.5 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+# NGO 1948 (Oslo) / NGO zone V
+<27395> +proj=tmerc +lat_0=58 +lon_0=6.166666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+# NGO 1948 (Oslo) / NGO zone VI
+<27396> +proj=tmerc +lat_0=58 +lon_0=10.16666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+# NGO 1948 (Oslo) / NGO zone VII
+<27397> +proj=tmerc +lat_0=58 +lon_0=14.16666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+# NGO 1948 (Oslo) / NGO zone VIII
+<27398> +proj=tmerc +lat_0=58 +lon_0=18.33333333333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+# Datum 73 / UTM zone 29N
+<27429> +proj=utm +zone=29 +ellps=intl +towgs84=-223.237,110.193,36.649,0,0,0,0 +units=m +no_defs  <>
+# Datum 73 / Modified Portuguese Grid (deprecated)
+<27492> +proj=tmerc +lat_0=39.66666666666666 +lon_0=-8.131906111111112 +k=1 +x_0=180.598 +y_0=-86.98999999999999 +ellps=intl +towgs84=-223.237,110.193,36.649,0,0,0,0 +units=m +no_defs  <>
+# Datum 73 / Modified Portuguese Grid
+<27493> +proj=tmerc +lat_0=39.66666666666666 +lon_0=-8.131906111111112 +k=1 +x_0=180.598 +y_0=-86.98999999999999 +ellps=intl +towgs84=-223.237,110.193,36.649,0,0,0,0 +units=m +no_defs  <>
+# ATF (Paris) / Nord de Guerre
+<27500> +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=5.399999999999999 +k_0=0.99950908 +x_0=500000 +y_0=300000 +a=6376523 +b=6355862.933255573 +pm=2.337208333333333 +units=m +no_defs  <>
+# NTF (Paris) / Lambert Nord France
+<27561> +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Lambert Centre France
+<27562> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Lambert Sud France
+<27563> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Lambert Corse
+<27564> +proj=lcc +lat_1=42.16500000000001 +lat_0=42.16500000000001 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=185861.369 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Lambert zone I
+<27571> +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Lambert zone II
+<27572> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Lambert zone III
+<27573> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Lambert zone IV
+<27574> +proj=lcc +lat_1=42.16500000000001 +lat_0=42.16500000000001 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / France I (deprecated)
+<27581> +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / France II (deprecated)
+<27582> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / France III (deprecated)
+<27583> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / France IV (deprecated)
+<27584> +proj=lcc +lat_1=42.16500000000001 +lat_0=42.16500000000001 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Nord France (deprecated)
+<27591> +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Centre France (deprecated)
+<27592> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Sud France (deprecated)
+<27593> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# NTF (Paris) / Corse (deprecated)
+<27594> +proj=lcc +lat_1=42.16500000000001 +lat_0=42.16500000000001 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=185861.369 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# OSGB 1936 / British National Grid
+<27700> +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +datum=OSGB36 +units=m +no_defs  <>
+# Palestine 1923 / Palestine Grid
+<28191> +proj=cass +lat_0=31.73409694444445 +lon_0=35.21208055555556 +x_0=170251.555 +y_0=126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs  <>
+# Palestine 1923 / Palestine Belt
+<28192> +proj=tmerc +lat_0=31.73409694444445 +lon_0=35.21208055555556 +k=1 +x_0=170251.555 +y_0=1126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs  <>
+# Palestine 1923 / Israeli CS Grid
+<28193> +proj=cass +lat_0=31.73409694444445 +lon_0=35.21208055555556 +x_0=170251.555 +y_0=1126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs  <>
+# Pointe Noire / UTM zone 32S
+<28232> +proj=utm +zone=32 +south +a=6378249.2 +b=6356515 +towgs84=-148,51,-291,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 48
+<28348> +proj=utm +zone=48 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 49
+<28349> +proj=utm +zone=49 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 50
+<28350> +proj=utm +zone=50 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 51
+<28351> +proj=utm +zone=51 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 52
+<28352> +proj=utm +zone=52 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 53
+<28353> +proj=utm +zone=53 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 54
+<28354> +proj=utm +zone=54 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 55
+<28355> +proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 56
+<28356> +proj=utm +zone=56 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 57
+<28357> +proj=utm +zone=57 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# GDA94 / MGA zone 58
+<28358> +proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 2 (deprecated)
+<28402> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 3 (deprecated)
+<28403> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 4
+<28404> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 5
+<28405> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 6
+<28406> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 7
+<28407> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 8
+<28408> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 9
+<28409> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 10
+<28410> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 11
+<28411> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 12
+<28412> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 13
+<28413> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 14
+<28414> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 15
+<28415> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 16
+<28416> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 17
+<28417> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 18
+<28418> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 19
+<28419> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 20
+<28420> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 21
+<28421> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 22
+<28422> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 23
+<28423> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 24
+<28424> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 25
+<28425> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 26
+<28426> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 27
+<28427> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 28
+<28428> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 29
+<28429> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 30
+<28430> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 31
+<28431> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger zone 32
+<28432> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 2N (deprecated)
+<28462> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 3N (deprecated)
+<28463> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 4N (deprecated)
+<28464> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 5N (deprecated)
+<28465> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 6N (deprecated)
+<28466> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 7N (deprecated)
+<28467> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 8N (deprecated)
+<28468> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 9N (deprecated)
+<28469> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 10N (deprecated)
+<28470> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 11N (deprecated)
+<28471> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 12N (deprecated)
+<28472> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 13N (deprecated)
+<28473> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 14N (deprecated)
+<28474> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 15N (deprecated)
+<28475> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 16N (deprecated)
+<28476> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 17N (deprecated)
+<28477> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 18N (deprecated)
+<28478> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 19N (deprecated)
+<28479> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 20N (deprecated)
+<28480> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 21N (deprecated)
+<28481> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 22N (deprecated)
+<28482> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 23N (deprecated)
+<28483> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 24N (deprecated)
+<28484> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 25N (deprecated)
+<28485> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 26N (deprecated)
+<28486> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 27N (deprecated)
+<28487> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 28N (deprecated)
+<28488> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 29N (deprecated)
+<28489> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 30N (deprecated)
+<28490> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 31N (deprecated)
+<28491> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Pulkovo 1942 / Gauss-Kruger 32N (deprecated)
+<28492> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+# Qatar 1974 / Qatar National Grid
+<28600> +proj=tmerc +lat_0=24.45 +lon_0=51.21666666666667 +k=0.99999 +x_0=200000 +y_0=300000 +ellps=intl +towgs84=-128.16,-282.42,21.93,0,0,0,0 +units=m +no_defs  <>
+# Amersfoort / RD Old
+<28991> +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=0 +y_0=0 +ellps=bessel +towgs84=565.2369,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812 +units=m +no_defs  <>
+# Amersfoort / RD New
+<28992> +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +towgs84=565.2369,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812 +units=m +no_defs  <>
+# SAD69 / Brazil Polyconic (deprecated)
+<29100> +proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / Brazil Polyconic
+<29101> +proj=poly +lat_0=0 +lon_0=-54 +x_0=5000000 +y_0=10000000 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 18N (deprecated)
+<29118> +proj=utm +zone=18 +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 19N (deprecated)
+<29119> +proj=utm +zone=19 +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 20N (deprecated)
+<29120> +proj=utm +zone=20 +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 21N (deprecated)
+<29121> +proj=utm +zone=21 +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 22N (deprecated)
+<29122> +proj=utm +zone=22 +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 18N
+<29168> +proj=utm +zone=18 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 19N
+<29169> +proj=utm +zone=19 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 20N
+<29170> +proj=utm +zone=20 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 21N
+<29171> +proj=utm +zone=21 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 22N
+<29172> +proj=utm +zone=22 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 17S (deprecated)
+<29177> +proj=utm +zone=17 +south +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 18S (deprecated)
+<29178> +proj=utm +zone=18 +south +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 19S (deprecated)
+<29179> +proj=utm +zone=19 +south +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 20S (deprecated)
+<29180> +proj=utm +zone=20 +south +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 21S (deprecated)
+<29181> +proj=utm +zone=21 +south +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 22S (deprecated)
+<29182> +proj=utm +zone=22 +south +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 23S (deprecated)
+<29183> +proj=utm +zone=23 +south +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 24S (deprecated)
+<29184> +proj=utm +zone=24 +south +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 25S (deprecated)
+<29185> +proj=utm +zone=25 +south +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 17S
+<29187> +proj=utm +zone=17 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 18S
+<29188> +proj=utm +zone=18 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 19S
+<29189> +proj=utm +zone=19 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 20S
+<29190> +proj=utm +zone=20 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 21S
+<29191> +proj=utm +zone=21 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 22S
+<29192> +proj=utm +zone=22 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 23S
+<29193> +proj=utm +zone=23 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 24S
+<29194> +proj=utm +zone=24 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# SAD69 / UTM zone 25S
+<29195> +proj=utm +zone=25 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+# Sapper Hill 1943 / UTM zone 20S
+<29220> +proj=utm +zone=20 +south +ellps=intl +towgs84=-355,21,72,0,0,0,0 +units=m +no_defs  <>
+# Sapper Hill 1943 / UTM zone 21S
+<29221> +proj=utm +zone=21 +south +ellps=intl +towgs84=-355,21,72,0,0,0,0 +units=m +no_defs  <>
+# Schwarzeck / UTM zone 33S
+<29333> +proj=utm +zone=33 +south +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +units=m +no_defs  <>
+# Schwarzeck / Lo22/11
+<29371> +proj=tmerc +lat_0=-22 +lon_0=11 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+# Schwarzeck / Lo22/13
+<29373> +proj=tmerc +lat_0=-22 +lon_0=13 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+# Schwarzeck / Lo22/15
+<29375> +proj=tmerc +lat_0=-22 +lon_0=15 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+# Schwarzeck / Lo22/17
+<29377> +proj=tmerc +lat_0=-22 +lon_0=17 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+# Schwarzeck / Lo22/19
+<29379> +proj=tmerc +lat_0=-22 +lon_0=19 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+# Schwarzeck / Lo22/21
+<29381> +proj=tmerc +lat_0=-22 +lon_0=21 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+# Schwarzeck / Lo22/23
+<29383> +proj=tmerc +lat_0=-22 +lon_0=23 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+# Schwarzeck / Lo22/25
+<29385> +proj=tmerc +lat_0=-22 +lon_0=25 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+# Sudan / UTM zone 35N (deprecated)
+<29635> +proj=utm +zone=35 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+# Sudan / UTM zone 36N (deprecated)
+<29636> +proj=utm +zone=36 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+# Tananarive (Paris) / Laborde Grid (deprecated)
+<29700> +proj=omerc +lat_0=-18.9 +lonc=44.10000000000001 +alpha=18.9 +k=0.9995000000000001 +x_0=400000 +y_0=800000 +gamma=18.9 +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# Tananarive (Paris) / Laborde Grid
+# Unable to translate coordinate system EPSG:29701 into PROJ.4 format.
+#
+# Tananarive (Paris) / Laborde Grid approximation
+<29702> +proj=omerc +lat_0=-18.9 +lonc=44.10000000000001 +alpha=18.9 +k=0.9995000000000001 +x_0=400000 +y_0=800000 +gamma=18.9 +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +pm=paris +units=m +no_defs  <>
+# Tananarive / UTM zone 38S
+<29738> +proj=utm +zone=38 +south +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +units=m +no_defs  <>
+# Tananarive / UTM zone 39S
+<29739> +proj=utm +zone=39 +south +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +units=m +no_defs  <>
+# Timbalai 1948 / UTM zone 49N
+<29849> +proj=utm +zone=49 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs  <>
+# Timbalai 1948 / UTM zone 50N
+<29850> +proj=utm +zone=50 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs  <>
+# Timbalai 1948 / RSO Borneo (ch)
+<29871> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.8714630401 +y_0=442857.653094361 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=20.11676512155263 +no_defs  <>
+# Timbalai 1948 / RSO Borneo (ftSe)
+<29872> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.8727431979 +y_0=442857.6545573985 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=0.3047994715386762 +no_defs  <>
+# Timbalai 1948 / RSO Borneo (m)
+<29873> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.87 +y_0=442857.65 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs  <>
+# TM65 / Irish National Grid (deprecated)
+<29900> +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1.000035 +x_0=200000 +y_0=250000 +datum=ire65 +units=m +no_defs  <>
+# OSNI 1952 / Irish National Grid
+<29901> +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1 +x_0=200000 +y_0=250000 +ellps=airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +units=m +no_defs  <>
+# TM65 / Irish Grid
+<29902> +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1.000035 +x_0=200000 +y_0=250000 +datum=ire65 +units=m +no_defs  <>
+# TM75 / Irish Grid
+<29903> +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1.000035 +x_0=200000 +y_0=250000 +ellps=mod_airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS I
+<30161> +proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS II
+<30162> +proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS III
+<30163> +proj=tmerc +lat_0=36 +lon_0=132.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS IV
+<30164> +proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS V
+<30165> +proj=tmerc +lat_0=36 +lon_0=134.3333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS VI
+<30166> +proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS VII
+<30167> +proj=tmerc +lat_0=36 +lon_0=137.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS VIII
+<30168> +proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS IX
+<30169> +proj=tmerc +lat_0=36 +lon_0=139.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS X
+<30170> +proj=tmerc +lat_0=40 +lon_0=140.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS XI
+<30171> +proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS XII
+<30172> +proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS XIII
+<30173> +proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS XIV
+<30174> +proj=tmerc +lat_0=26 +lon_0=142 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS XV
+<30175> +proj=tmerc +lat_0=26 +lon_0=127.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS XVI
+<30176> +proj=tmerc +lat_0=26 +lon_0=124 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS XVII
+<30177> +proj=tmerc +lat_0=26 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS XVIII
+<30178> +proj=tmerc +lat_0=20 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Tokyo / Japan Plane Rectangular CS XIX
+<30179> +proj=tmerc +lat_0=26 +lon_0=154 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+# Trinidad 1903 / Trinidad Grid
+<30200> +proj=cass +lat_0=10.44166666666667 +lon_0=-61.33333333333334 +x_0=86501.46392051999 +y_0=65379.0134283 +a=6378293.645208759 +b=6356617.987679838 +towgs84=-61.702,284.488,472.052,0,0,0,0 +to_meter=0.201166195164 +no_defs  <>
+# TC(1948) / UTM zone 39N
+<30339> +proj=utm +zone=39 +ellps=helmert +units=m +no_defs  <>
+# TC(1948) / UTM zone 40N
+<30340> +proj=utm +zone=40 +ellps=helmert +units=m +no_defs  <>
+# Voirol 1875 / Nord Algerie (ancienne)
+<30491> +proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=-73,-247,227,0,0,0,0 +units=m +no_defs  <>
+# Voirol 1875 / Sud Algerie (ancienne)
+<30492> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=-73,-247,227,0,0,0,0 +units=m +no_defs  <>
+# Voirol 1879 / Nord Algerie (ancienne)
+<30493> +proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+# Voirol 1879 / Sud Algerie (ancienne)
+<30494> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+# Nord Sahara 1959 / UTM zone 29N
+<30729> +proj=utm +zone=29 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+# Nord Sahara 1959 / UTM zone 30N
+<30730> +proj=utm +zone=30 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+# Nord Sahara 1959 / UTM zone 31N
+<30731> +proj=utm +zone=31 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+# Nord Sahara 1959 / UTM zone 32N
+<30732> +proj=utm +zone=32 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+# Nord Sahara 1959 / Nord Algerie
+<30791> +proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500135 +y_0=300090 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+# Nord Sahara 1959 / Sud Algerie
+<30792> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500135 +y_0=300090 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+# RT38 2.5 gon W (deprecated)
+<30800> +proj=tmerc +lat_0=0 +lon_0=15.80827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+# Yoff / UTM zone 28N
+<31028> +proj=utm +zone=28 +a=6378249.2 +b=6356515 +towgs84=-30,190,89,0,0,0,0 +units=m +no_defs  <>
+# Zanderij / UTM zone 21N
+<31121> +proj=utm +zone=21 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs  <>
+# Zanderij / TM 54 NW
+<31154> +proj=tmerc +lat_0=0 +lon_0=-54 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs  <>
+# Zanderij / Suriname Old TM
+<31170> +proj=tmerc +lat_0=0 +lon_0=-55.68333333333333 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs  <>
+# Zanderij / Suriname TM
+<31171> +proj=tmerc +lat_0=0 +lon_0=-55.68333333333333 +k=0.9999 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs  <>
+# MGI (Ferro) / Austria GK West Zone
+<31251> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +pm=ferro +units=m +no_defs  <>
+# MGI (Ferro) / Austria GK Central Zone
+<31252> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +pm=ferro +units=m +no_defs  <>
+# MGI (Ferro) / Austria GK East Zone
+<31253> +proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +pm=ferro +units=m +no_defs  <>
+# MGI / Austria GK West
+<31254> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Austria GK Central
+<31255> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Austria GK East
+<31256> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Austria GK M28
+<31257> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=150000 +y_0=-5000000 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Austria GK M31
+<31258> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=-5000000 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Austria GK M34
+<31259> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=750000 +y_0=-5000000 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / 3-degree Gauss zone 5 (deprecated)
+<31265> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / 3-degree Gauss zone 6 (deprecated)
+<31266> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / 3-degree Gauss zone 7 (deprecated)
+<31267> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / 3-degree Gauss zone 8 (deprecated)
+<31268> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Balkans zone 5 (deprecated)
+<31275> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=5500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Balkans zone 6 (deprecated)
+<31276> +proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=6500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Balkans zone 7 (deprecated)
+<31277> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=7500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Balkans zone 8 (deprecated)
+<31278> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=7500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Balkans zone 8 (deprecated)
+<31279> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=8500000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI (Ferro) / Austria West Zone
+<31281> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# MGI (Ferro) / Austria Central Zone
+<31282> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# MGI (Ferro) / Austria East Zone
+<31283> +proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# MGI / Austria M28
+<31284> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=150000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Austria M31
+<31285> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Austria M34
+<31286> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=750000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Austria Lambert
+<31287> +proj=lcc +lat_1=49 +lat_2=46 +lat_0=47.5 +lon_0=13.33333333333333 +x_0=400000 +y_0=400000 +datum=hermannskogel +units=m +no_defs  <>
+# MGI (Ferro) / M28
+<31288> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=150000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# MGI (Ferro) / M31
+<31289> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=450000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# MGI (Ferro) / M34
+<31290> +proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=750000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# MGI (Ferro) / Austria West Zone (deprecated)
+<31291> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# MGI (Ferro) / Austria Central Zone (deprecated)
+<31292> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# MGI (Ferro) / Austria East Zone (deprecated)
+<31293> +proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+# MGI / M28 (deprecated)
+<31294> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=150000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / M31 (deprecated)
+<31295> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / M34 (deprecated)
+<31296> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=750000 +y_0=0 +datum=hermannskogel +units=m +no_defs  <>
+# MGI / Austria Lambert (deprecated)
+<31297> +proj=lcc +lat_1=49 +lat_2=46 +lat_0=47.5 +lon_0=13.33333333333333 +x_0=400000 +y_0=400000 +datum=hermannskogel +units=m +no_defs  <>
+# Belge 1972 / Belge Lambert 72
+<31300> +proj=lcc +lat_1=49.83333333333334 +lat_2=51.16666666666666 +lat_0=90 +lon_0=4.356939722222222 +x_0=150000.01256 +y_0=5400088.4378 +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +units=m +no_defs  <>
+# Belge 1972 / Belgian Lambert 72
+<31370> +proj=lcc +lat_1=51.16666723333333 +lat_2=49.8333339 +lat_0=90 +lon_0=4.367486666666666 +x_0=150000.013 +y_0=5400088.438 +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +units=m +no_defs  <>
+# DHDN / 3-degree Gauss zone 1 (deprecated)
+<31461> +proj=tmerc +lat_0=0 +lon_0=3 +k=1 +x_0=1500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss zone 2 (deprecated)
+<31462> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss zone 3 (deprecated)
+<31463> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss zone 4 (deprecated)
+<31464> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss zone 5 (deprecated)
+<31465> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 2
+<31466> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 3
+<31467> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 4
+<31468> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# DHDN / 3-degree Gauss-Kruger zone 5
+<31469> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+# Conakry 1905 / UTM zone 28N
+<31528> +proj=utm +zone=28 +a=6378249.2 +b=6356515 +towgs84=-23,259,-9,0,0,0,0 +units=m +no_defs  <>
+# Conakry 1905 / UTM zone 29N
+<31529> +proj=utm +zone=29 +a=6378249.2 +b=6356515 +towgs84=-23,259,-9,0,0,0,0 +units=m +no_defs  <>
+# Dealul Piscului 1930 / Stereo 33
+<31600> +proj=sterea +lat_0=45.9 +lon_0=25.39246588888889 +k=0.9996667 +x_0=500000 +y_0=500000 +ellps=intl +towgs84=103.25,-100.4,-307.19,0,0,0,0 +units=m +no_defs  <>
+# Dealul Piscului 1970/ Stereo 70 (deprecated)
+<31700> +proj=sterea +lat_0=46 +lon_0=25 +k=0.99975 +x_0=500000 +y_0=500000 +ellps=krass +towgs84=28,-121,-77,0,0,0,0 +units=m +no_defs  <>
+# NGN / UTM zone 38N
+<31838> +proj=utm +zone=38 +ellps=WGS84 +towgs84=-3.2,-5.7,2.8,0,0,0,0 +units=m +no_defs  <>
+# NGN / UTM zone 39N
+<31839> +proj=utm +zone=39 +ellps=WGS84 +towgs84=-3.2,-5.7,2.8,0,0,0,0 +units=m +no_defs  <>
+# KUDAMS / KTM (deprecated)
+<31900> +proj=tmerc +lat_0=0 +lon_0=48 +k=0.9996 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=-20.8,11.3,2.4,0,0,0,0 +units=m +no_defs  <>
+# KUDAMS / KTM
+<31901> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=-20.8,11.3,2.4,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 11N
+<31965> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 12N
+<31966> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 13N
+<31967> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 14N
+<31968> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 15N
+<31969> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 16N
+<31970> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 17N
+<31971> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 18N
+<31972> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 19N
+<31973> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 20N
+<31974> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 21N
+<31975> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 22N
+<31976> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 17S
+<31977> +proj=utm +zone=17 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 18S
+<31978> +proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 19S
+<31979> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 20S
+<31980> +proj=utm +zone=20 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 21S
+<31981> +proj=utm +zone=21 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 22S
+<31982> +proj=utm +zone=22 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 23S
+<31983> +proj=utm +zone=23 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 24S
+<31984> +proj=utm +zone=24 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 2000 / UTM zone 25S
+<31985> +proj=utm +zone=25 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 17N
+<31986> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 18N
+<31987> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 19N
+<31988> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 20N
+<31989> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 21N
+<31990> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 22N
+<31991> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 17S
+<31992> +proj=utm +zone=17 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 18S
+<31993> +proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 19S
+<31994> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 20S
+<31995> +proj=utm +zone=20 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 21S
+<31996> +proj=utm +zone=21 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 22S
+<31997> +proj=utm +zone=22 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 23S
+<31998> +proj=utm +zone=23 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 24S
+<31999> +proj=utm +zone=24 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# SIRGAS 1995 / UTM zone 25S
+<32000> +proj=utm +zone=25 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+# NAD27 / Montana North
+<32001> +proj=lcc +lat_1=48.71666666666667 +lat_2=47.85 +lat_0=47 +lon_0=-109.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Montana Central
+<32002> +proj=lcc +lat_1=47.88333333333333 +lat_2=46.45 +lat_0=45.83333333333334 +lon_0=-109.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Montana South
+<32003> +proj=lcc +lat_1=46.4 +lat_2=44.86666666666667 +lat_0=44 +lon_0=-109.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Nebraska North
+<32005> +proj=lcc +lat_1=41.85 +lat_2=42.81666666666667 +lat_0=41.33333333333334 +lon_0=-100 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Nebraska South
+<32006> +proj=lcc +lat_1=40.28333333333333 +lat_2=41.71666666666667 +lat_0=39.66666666666666 +lon_0=-99.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Nevada East
+<32007> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Nevada Central
+<32008> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Nevada West
+<32009> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New Hampshire
+<32010> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New Jersey
+<32011> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.66666666666667 +k=0.9999749999999999 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New Mexico East
+<32012> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New Mexico Central
+<32013> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New Mexico West
+<32014> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New York East
+<32015> +proj=tmerc +lat_0=40 +lon_0=-74.33333333333333 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New York Central
+<32016> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New York West
+<32017> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / New York Long Island (deprecated)
+<32018> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.5 +lon_0=-74 +x_0=304800.6096012192 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / North Carolina
+<32019> +proj=lcc +lat_1=34.33333333333334 +lat_2=36.16666666666666 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / North Dakota North
+<32020> +proj=lcc +lat_1=47.43333333333333 +lat_2=48.73333333333333 +lat_0=47 +lon_0=-100.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / North Dakota South
+<32021> +proj=lcc +lat_1=46.18333333333333 +lat_2=47.48333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Ohio North
+<32022> +proj=lcc +lat_1=40.43333333333333 +lat_2=41.7 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Ohio South
+<32023> +proj=lcc +lat_1=38.73333333333333 +lat_2=40.03333333333333 +lat_0=38 +lon_0=-82.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Oklahoma North
+<32024> +proj=lcc +lat_1=35.56666666666667 +lat_2=36.76666666666667 +lat_0=35 +lon_0=-98 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Oklahoma South
+<32025> +proj=lcc +lat_1=33.93333333333333 +lat_2=35.23333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Oregon North
+<32026> +proj=lcc +lat_1=44.33333333333334 +lat_2=46 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Oregon South
+<32027> +proj=lcc +lat_1=42.33333333333334 +lat_2=44 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Pennsylvania North
+<32028> +proj=lcc +lat_1=40.88333333333333 +lat_2=41.95 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Pennsylvania South (deprecated)
+<32029> +proj=lcc +lat_1=39.93333333333333 +lat_2=40.8 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Rhode Island
+<32030> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.9999938 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / South Carolina North
+<32031> +proj=lcc +lat_1=33.76666666666667 +lat_2=34.96666666666667 +lat_0=33 +lon_0=-81 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / South Carolina South
+<32033> +proj=lcc +lat_1=32.33333333333334 +lat_2=33.66666666666666 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / South Dakota North
+<32034> +proj=lcc +lat_1=44.41666666666666 +lat_2=45.68333333333333 +lat_0=43.83333333333334 +lon_0=-100 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / South Dakota South
+<32035> +proj=lcc +lat_1=42.83333333333334 +lat_2=44.4 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Tennessee (deprecated)
+<32036> +proj=lcc +lat_1=35.25 +lat_2=36.41666666666666 +lat_0=34.66666666666666 +lon_0=-86 +x_0=30480.06096012192 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Texas North
+<32037> +proj=lcc +lat_1=34.65 +lat_2=36.18333333333333 +lat_0=34 +lon_0=-101.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Texas North Central
+<32038> +proj=lcc +lat_1=32.13333333333333 +lat_2=33.96666666666667 +lat_0=31.66666666666667 +lon_0=-97.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Texas Central
+<32039> +proj=lcc +lat_1=30.11666666666667 +lat_2=31.88333333333333 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Texas South Central
+<32040> +proj=lcc +lat_1=28.38333333333333 +lat_2=30.28333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Texas South
+<32041> +proj=lcc +lat_1=26.16666666666667 +lat_2=27.83333333333333 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Utah North
+<32042> +proj=lcc +lat_1=40.71666666666667 +lat_2=41.78333333333333 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Utah Central
+<32043> +proj=lcc +lat_1=39.01666666666667 +lat_2=40.65 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Utah South
+<32044> +proj=lcc +lat_1=37.21666666666667 +lat_2=38.35 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Vermont
+<32045> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Virginia North
+<32046> +proj=lcc +lat_1=38.03333333333333 +lat_2=39.2 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Virginia South
+<32047> +proj=lcc +lat_1=36.76666666666667 +lat_2=37.96666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Washington North
+<32048> +proj=lcc +lat_1=47.5 +lat_2=48.73333333333333 +lat_0=47 +lon_0=-120.8333333333333 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Washington South
+<32049> +proj=lcc +lat_1=45.83333333333334 +lat_2=47.33333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / West Virginia North
+<32050> +proj=lcc +lat_1=39 +lat_2=40.25 +lat_0=38.5 +lon_0=-79.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / West Virginia South
+<32051> +proj=lcc +lat_1=37.48333333333333 +lat_2=38.88333333333333 +lat_0=37 +lon_0=-81 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Wisconsin North
+<32052> +proj=lcc +lat_1=45.56666666666667 +lat_2=46.76666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Wisconsin Central
+<32053> +proj=lcc +lat_1=44.25 +lat_2=45.5 +lat_0=43.83333333333334 +lon_0=-90 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Wisconsin South
+<32054> +proj=lcc +lat_1=42.73333333333333 +lat_2=44.06666666666667 +lat_0=42 +lon_0=-90 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Wyoming East
+<32055> +proj=tmerc +lat_0=40.66666666666666 +lon_0=-105.1666666666667 +k=0.999941177 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Wyoming East Central
+<32056> +proj=tmerc +lat_0=40.66666666666666 +lon_0=-107.3333333333333 +k=0.999941177 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Wyoming West Central
+<32057> +proj=tmerc +lat_0=40.66666666666666 +lon_0=-108.75 +k=0.999941177 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Wyoming West
+<32058> +proj=tmerc +lat_0=40.66666666666666 +lon_0=-110.0833333333333 +k=0.999941177 +x_0=152400.3048006096 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / Guatemala Norte (deprecated)
+<32061> +proj=lcc +lat_1=16.81666666666667 +lat_0=16.81666666666667 +lon_0=-90.33333333333333 +k_0=0.99992226 +x_0=500000 +y_0=292209.579 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / Guatemala Sur (deprecated)
+<32062> +proj=lcc +lat_1=14.9 +lat_0=14.9 +lon_0=-90.33333333333333 +k_0=0.99989906 +x_0=500000 +y_0=325992.681 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / BLM 14N (ftUS)
+<32064> +proj=tmerc +lat_0=0 +lon_0=-99 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 15N (ftUS)
+<32065> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 16N (ftUS)
+<32066> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 17N (ftUS)
+<32067> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 14N (feet) (deprecated)
+<32074> +proj=tmerc +lat_0=0 +lon_0=-99 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 15N (feet) (deprecated)
+<32075> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 16N (feet) (deprecated)
+<32076> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / BLM 17N (feet) (deprecated)
+<32077> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD27 / MTM zone 1
+<32081> +proj=tmerc +lat_0=0 +lon_0=-53 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / MTM zone 2
+<32082> +proj=tmerc +lat_0=0 +lon_0=-56 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / MTM zone 3
+<32083> +proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / MTM zone 4
+<32084> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / MTM zone 5
+<32085> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / MTM zone 6
+<32086> +proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / Quebec Lambert
+<32098> +proj=lcc +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +datum=NAD27 +units=m +no_defs  <>
+# NAD27 / Louisiana Offshore
+<32099> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-91.33333333333333 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +no_defs  <>
+# NAD83 / Montana
+<32100> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Nebraska
+<32104> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Nevada East
+<32107> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Nevada Central
+<32108> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Nevada West
+<32109> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / New Hampshire
+<32110> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / New Jersey
+<32111> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / New Mexico East
+<32112> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / New Mexico Central
+<32113> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / New Mexico West
+<32114> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / New York East
+<32115> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / New York Central
+<32116> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=250000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / New York West
+<32117> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / New York Long Island
+<32118> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / North Carolina
+<32119> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.22 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / North Dakota North
+<32120> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / North Dakota South
+<32121> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Ohio North
+<32122> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Ohio South
+<32123> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Oklahoma North
+<32124> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Oklahoma South
+<32125> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Oregon North
+<32126> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Oregon South
+<32127> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Pennsylvania North
+<32128> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Pennsylvania South
+<32129> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Rhode Island
+<32130> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / South Carolina
+<32133> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / South Dakota North
+<32134> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / South Dakota South
+<32135> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Tennessee
+<32136> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Texas North
+<32137> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Texas North Central
+<32138> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Texas Central
+<32139> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=700000 +y_0=3000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Texas South Central
+<32140> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=4000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Texas South
+<32141> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000 +y_0=5000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Utah North
+<32142> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Utah Central
+<32143> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=2000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Utah South
+<32144> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000 +y_0=3000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Vermont
+<32145> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Virginia North
+<32146> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000 +y_0=2000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Virginia South
+<32147> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Washington North
+<32148> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Washington South
+<32149> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / West Virginia North
+<32150> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / West Virginia South
+<32151> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Wisconsin North
+<32152> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Wisconsin Central
+<32153> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Wisconsin South
+<32154> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Wyoming East
+<32155> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Wyoming East Central
+<32156> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Wyoming West Central
+<32157> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Wyoming West
+<32158> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Puerto Rico & Virgin Is.
+<32161> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / BLM 14N (ftUS)
+<32164> +proj=tmerc +lat_0=0 +lon_0=-99 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 15N (ftUS)
+<32165> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 16N (ftUS)
+<32166> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / BLM 17N (ftUS)
+<32167> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+# NAD83 / SCoPQ zone 2 (deprecated)
+<32180> +proj=tmerc +lat_0=0 +lon_0=-55.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 1
+<32181> +proj=tmerc +lat_0=0 +lon_0=-53 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 2
+<32182> +proj=tmerc +lat_0=0 +lon_0=-56 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 3
+<32183> +proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 4
+<32184> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 5
+<32185> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 6
+<32186> +proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 7
+<32187> +proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 8
+<32188> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 9
+<32189> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 10
+<32190> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 11
+<32191> +proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 12
+<32192> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 13
+<32193> +proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 14
+<32194> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 15
+<32195> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 16
+<32196> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / MTM zone 17
+<32197> +proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Quebec Lambert
+<32198> +proj=lcc +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# NAD83 / Louisiana Offshore
+<32199> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+# WGS 72 / UTM zone 1N
+<32201> +proj=utm +zone=1 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 2N
+<32202> +proj=utm +zone=2 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 3N
+<32203> +proj=utm +zone=3 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 4N
+<32204> +proj=utm +zone=4 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 5N
+<32205> +proj=utm +zone=5 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 6N
+<32206> +proj=utm +zone=6 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 7N
+<32207> +proj=utm +zone=7 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 8N
+<32208> +proj=utm +zone=8 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 9N
+<32209> +proj=utm +zone=9 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 10N
+<32210> +proj=utm +zone=10 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 11N
+<32211> +proj=utm +zone=11 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 12N
+<32212> +proj=utm +zone=12 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 13N
+<32213> +proj=utm +zone=13 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 14N
+<32214> +proj=utm +zone=14 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 15N
+<32215> +proj=utm +zone=15 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 16N
+<32216> +proj=utm +zone=16 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 17N
+<32217> +proj=utm +zone=17 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 18N
+<32218> +proj=utm +zone=18 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 19N
+<32219> +proj=utm +zone=19 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 20N
+<32220> +proj=utm +zone=20 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 21N
+<32221> +proj=utm +zone=21 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 22N
+<32222> +proj=utm +zone=22 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 23N
+<32223> +proj=utm +zone=23 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 24N
+<32224> +proj=utm +zone=24 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 25N
+<32225> +proj=utm +zone=25 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 26N
+<32226> +proj=utm +zone=26 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 27N
+<32227> +proj=utm +zone=27 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 28N
+<32228> +proj=utm +zone=28 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 29N
+<32229> +proj=utm +zone=29 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 30N
+<32230> +proj=utm +zone=30 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 31N
+<32231> +proj=utm +zone=31 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 32N
+<32232> +proj=utm +zone=32 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 33N
+<32233> +proj=utm +zone=33 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 34N
+<32234> +proj=utm +zone=34 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 35N
+<32235> +proj=utm +zone=35 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 36N
+<32236> +proj=utm +zone=36 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 37N
+<32237> +proj=utm +zone=37 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 38N
+<32238> +proj=utm +zone=38 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 39N
+<32239> +proj=utm +zone=39 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 40N
+<32240> +proj=utm +zone=40 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 41N
+<32241> +proj=utm +zone=41 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 42N
+<32242> +proj=utm +zone=42 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 43N
+<32243> +proj=utm +zone=43 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 44N
+<32244> +proj=utm +zone=44 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 45N
+<32245> +proj=utm +zone=45 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 46N
+<32246> +proj=utm +zone=46 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 47N
+<32247> +proj=utm +zone=47 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 48N
+<32248> +proj=utm +zone=48 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 49N
+<32249> +proj=utm +zone=49 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 50N
+<32250> +proj=utm +zone=50 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 51N
+<32251> +proj=utm +zone=51 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 52N
+<32252> +proj=utm +zone=52 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 53N
+<32253> +proj=utm +zone=53 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 54N
+<32254> +proj=utm +zone=54 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 55N
+<32255> +proj=utm +zone=55 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 56N
+<32256> +proj=utm +zone=56 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 57N
+<32257> +proj=utm +zone=57 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 58N
+<32258> +proj=utm +zone=58 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 59N
+<32259> +proj=utm +zone=59 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 60N
+<32260> +proj=utm +zone=60 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 1S
+<32301> +proj=utm +zone=1 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 2S
+<32302> +proj=utm +zone=2 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 3S
+<32303> +proj=utm +zone=3 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 4S
+<32304> +proj=utm +zone=4 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 5S
+<32305> +proj=utm +zone=5 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 6S
+<32306> +proj=utm +zone=6 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 7S
+<32307> +proj=utm +zone=7 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 8S
+<32308> +proj=utm +zone=8 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 9S
+<32309> +proj=utm +zone=9 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 10S
+<32310> +proj=utm +zone=10 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 11S
+<32311> +proj=utm +zone=11 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 12S
+<32312> +proj=utm +zone=12 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 13S
+<32313> +proj=utm +zone=13 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 14S
+<32314> +proj=utm +zone=14 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 15S
+<32315> +proj=utm +zone=15 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 16S
+<32316> +proj=utm +zone=16 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 17S
+<32317> +proj=utm +zone=17 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 18S
+<32318> +proj=utm +zone=18 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 19S
+<32319> +proj=utm +zone=19 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 20S
+<32320> +proj=utm +zone=20 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 21S
+<32321> +proj=utm +zone=21 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 22S
+<32322> +proj=utm +zone=22 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 23S
+<32323> +proj=utm +zone=23 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 24S
+<32324> +proj=utm +zone=24 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 25S
+<32325> +proj=utm +zone=25 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 26S
+<32326> +proj=utm +zone=26 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 27S
+<32327> +proj=utm +zone=27 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 28S
+<32328> +proj=utm +zone=28 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 29S
+<32329> +proj=utm +zone=29 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 30S
+<32330> +proj=utm +zone=30 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 31S
+<32331> +proj=utm +zone=31 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 32S
+<32332> +proj=utm +zone=32 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 33S
+<32333> +proj=utm +zone=33 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 34S
+<32334> +proj=utm +zone=34 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 35S
+<32335> +proj=utm +zone=35 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 36S
+<32336> +proj=utm +zone=36 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 37S
+<32337> +proj=utm +zone=37 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 38S
+<32338> +proj=utm +zone=38 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 39S
+<32339> +proj=utm +zone=39 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 40S
+<32340> +proj=utm +zone=40 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 41S
+<32341> +proj=utm +zone=41 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 42S
+<32342> +proj=utm +zone=42 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 43S
+<32343> +proj=utm +zone=43 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 44S
+<32344> +proj=utm +zone=44 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 45S
+<32345> +proj=utm +zone=45 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 46S
+<32346> +proj=utm +zone=46 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 47S
+<32347> +proj=utm +zone=47 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 48S
+<32348> +proj=utm +zone=48 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 49S
+<32349> +proj=utm +zone=49 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 50S
+<32350> +proj=utm +zone=50 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 51S
+<32351> +proj=utm +zone=51 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 52S
+<32352> +proj=utm +zone=52 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 53S
+<32353> +proj=utm +zone=53 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 54S
+<32354> +proj=utm +zone=54 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 55S
+<32355> +proj=utm +zone=55 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 56S
+<32356> +proj=utm +zone=56 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 57S
+<32357> +proj=utm +zone=57 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 58S
+<32358> +proj=utm +zone=58 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 59S
+<32359> +proj=utm +zone=59 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72 / UTM zone 60S
+<32360> +proj=utm +zone=60 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 1N
+<32401> +proj=utm +zone=1 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 2N
+<32402> +proj=utm +zone=2 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 3N
+<32403> +proj=utm +zone=3 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 4N
+<32404> +proj=utm +zone=4 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 5N
+<32405> +proj=utm +zone=5 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 6N
+<32406> +proj=utm +zone=6 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 7N
+<32407> +proj=utm +zone=7 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 8N
+<32408> +proj=utm +zone=8 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 9N
+<32409> +proj=utm +zone=9 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 10N
+<32410> +proj=utm +zone=10 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 11N
+<32411> +proj=utm +zone=11 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 12N
+<32412> +proj=utm +zone=12 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 13N
+<32413> +proj=utm +zone=13 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 14N
+<32414> +proj=utm +zone=14 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 15N
+<32415> +proj=utm +zone=15 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 16N
+<32416> +proj=utm +zone=16 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 17N
+<32417> +proj=utm +zone=17 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 18N
+<32418> +proj=utm +zone=18 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 19N
+<32419> +proj=utm +zone=19 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 20N
+<32420> +proj=utm +zone=20 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 21N
+<32421> +proj=utm +zone=21 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 22N
+<32422> +proj=utm +zone=22 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 23N
+<32423> +proj=utm +zone=23 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 24N
+<32424> +proj=utm +zone=24 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 25N
+<32425> +proj=utm +zone=25 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 26N
+<32426> +proj=utm +zone=26 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 27N
+<32427> +proj=utm +zone=27 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 28N
+<32428> +proj=utm +zone=28 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 29N
+<32429> +proj=utm +zone=29 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 30N
+<32430> +proj=utm +zone=30 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 31N
+<32431> +proj=utm +zone=31 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 32N
+<32432> +proj=utm +zone=32 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 33N
+<32433> +proj=utm +zone=33 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 34N
+<32434> +proj=utm +zone=34 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 35N
+<32435> +proj=utm +zone=35 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 36N
+<32436> +proj=utm +zone=36 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 37N
+<32437> +proj=utm +zone=37 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 38N
+<32438> +proj=utm +zone=38 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 39N
+<32439> +proj=utm +zone=39 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 40N
+<32440> +proj=utm +zone=40 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 41N
+<32441> +proj=utm +zone=41 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 42N
+<32442> +proj=utm +zone=42 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 43N
+<32443> +proj=utm +zone=43 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 44N
+<32444> +proj=utm +zone=44 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 45N
+<32445> +proj=utm +zone=45 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 46N
+<32446> +proj=utm +zone=46 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 47N
+<32447> +proj=utm +zone=47 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 48N
+<32448> +proj=utm +zone=48 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 49N
+<32449> +proj=utm +zone=49 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 50N
+<32450> +proj=utm +zone=50 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 51N
+<32451> +proj=utm +zone=51 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 52N
+<32452> +proj=utm +zone=52 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 53N
+<32453> +proj=utm +zone=53 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 54N
+<32454> +proj=utm +zone=54 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 55N
+<32455> +proj=utm +zone=55 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 56N
+<32456> +proj=utm +zone=56 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 57N
+<32457> +proj=utm +zone=57 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 58N
+<32458> +proj=utm +zone=58 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 59N
+<32459> +proj=utm +zone=59 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 60N
+<32460> +proj=utm +zone=60 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 1S
+<32501> +proj=utm +zone=1 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 2S
+<32502> +proj=utm +zone=2 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 3S
+<32503> +proj=utm +zone=3 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 4S
+<32504> +proj=utm +zone=4 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 5S
+<32505> +proj=utm +zone=5 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 6S
+<32506> +proj=utm +zone=6 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 7S
+<32507> +proj=utm +zone=7 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 8S
+<32508> +proj=utm +zone=8 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 9S
+<32509> +proj=utm +zone=9 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 10S
+<32510> +proj=utm +zone=10 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 11S
+<32511> +proj=utm +zone=11 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 12S
+<32512> +proj=utm +zone=12 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 13S
+<32513> +proj=utm +zone=13 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 14S
+<32514> +proj=utm +zone=14 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 15S
+<32515> +proj=utm +zone=15 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 16S
+<32516> +proj=utm +zone=16 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 17S
+<32517> +proj=utm +zone=17 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 18S
+<32518> +proj=utm +zone=18 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 19S
+<32519> +proj=utm +zone=19 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 20S
+<32520> +proj=utm +zone=20 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 21S
+<32521> +proj=utm +zone=21 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 22S
+<32522> +proj=utm +zone=22 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 23S
+<32523> +proj=utm +zone=23 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 24S
+<32524> +proj=utm +zone=24 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 25S
+<32525> +proj=utm +zone=25 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 26S
+<32526> +proj=utm +zone=26 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 27S
+<32527> +proj=utm +zone=27 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 28S
+<32528> +proj=utm +zone=28 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 29S
+<32529> +proj=utm +zone=29 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 30S
+<32530> +proj=utm +zone=30 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 31S
+<32531> +proj=utm +zone=31 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 32S
+<32532> +proj=utm +zone=32 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 33S
+<32533> +proj=utm +zone=33 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 34S
+<32534> +proj=utm +zone=34 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 35S
+<32535> +proj=utm +zone=35 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 36S
+<32536> +proj=utm +zone=36 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 37S
+<32537> +proj=utm +zone=37 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 38S
+<32538> +proj=utm +zone=38 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 39S
+<32539> +proj=utm +zone=39 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 40S
+<32540> +proj=utm +zone=40 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 41S
+<32541> +proj=utm +zone=41 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 42S
+<32542> +proj=utm +zone=42 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 43S
+<32543> +proj=utm +zone=43 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 44S
+<32544> +proj=utm +zone=44 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 45S
+<32545> +proj=utm +zone=45 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 46S
+<32546> +proj=utm +zone=46 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 47S
+<32547> +proj=utm +zone=47 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 48S
+<32548> +proj=utm +zone=48 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 49S
+<32549> +proj=utm +zone=49 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 50S
+<32550> +proj=utm +zone=50 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 51S
+<32551> +proj=utm +zone=51 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 52S
+<32552> +proj=utm +zone=52 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 53S
+<32553> +proj=utm +zone=53 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 54S
+<32554> +proj=utm +zone=54 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 55S
+<32555> +proj=utm +zone=55 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 56S
+<32556> +proj=utm +zone=56 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 57S
+<32557> +proj=utm +zone=57 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 58S
+<32558> +proj=utm +zone=58 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 59S
+<32559> +proj=utm +zone=59 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 72BE / UTM zone 60S
+<32560> +proj=utm +zone=60 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+# WGS 84 / UTM grid system (northern hemisphere)
+# Unable to translate coordinate system EPSG:32600 into PROJ.4 format.
+#
+# WGS 84 / UTM zone 1N
+<32601> +proj=utm +zone=1 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 2N
+<32602> +proj=utm +zone=2 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 3N
+<32603> +proj=utm +zone=3 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 4N
+<32604> +proj=utm +zone=4 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 5N
+<32605> +proj=utm +zone=5 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 6N
+<32606> +proj=utm +zone=6 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 7N
+<32607> +proj=utm +zone=7 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 8N
+<32608> +proj=utm +zone=8 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 9N
+<32609> +proj=utm +zone=9 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 10N
+<32610> +proj=utm +zone=10 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 11N
+<32611> +proj=utm +zone=11 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 12N
+<32612> +proj=utm +zone=12 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 13N
+<32613> +proj=utm +zone=13 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 14N
+<32614> +proj=utm +zone=14 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 15N
+<32615> +proj=utm +zone=15 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 16N
+<32616> +proj=utm +zone=16 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 17N
+<32617> +proj=utm +zone=17 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 18N
+<32618> +proj=utm +zone=18 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 19N
+<32619> +proj=utm +zone=19 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 20N
+<32620> +proj=utm +zone=20 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 21N
+<32621> +proj=utm +zone=21 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 22N
+<32622> +proj=utm +zone=22 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 23N
+<32623> +proj=utm +zone=23 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 24N
+<32624> +proj=utm +zone=24 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 25N
+<32625> +proj=utm +zone=25 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 26N
+<32626> +proj=utm +zone=26 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 27N
+<32627> +proj=utm +zone=27 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 28N
+<32628> +proj=utm +zone=28 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 29N
+<32629> +proj=utm +zone=29 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 30N
+<32630> +proj=utm +zone=30 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 31N
+<32631> +proj=utm +zone=31 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 32N
+<32632> +proj=utm +zone=32 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 33N
+<32633> +proj=utm +zone=33 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 34N
+<32634> +proj=utm +zone=34 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 35N
+<32635> +proj=utm +zone=35 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 36N
+<32636> +proj=utm +zone=36 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 37N
+<32637> +proj=utm +zone=37 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 38N
+<32638> +proj=utm +zone=38 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 39N
+<32639> +proj=utm +zone=39 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 40N
+<32640> +proj=utm +zone=40 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 41N
+<32641> +proj=utm +zone=41 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 42N
+<32642> +proj=utm +zone=42 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 43N
+<32643> +proj=utm +zone=43 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 44N
+<32644> +proj=utm +zone=44 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 45N
+<32645> +proj=utm +zone=45 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 46N
+<32646> +proj=utm +zone=46 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 47N
+<32647> +proj=utm +zone=47 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 48N
+<32648> +proj=utm +zone=48 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 49N
+<32649> +proj=utm +zone=49 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 50N
+<32650> +proj=utm +zone=50 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 51N
+<32651> +proj=utm +zone=51 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 52N
+<32652> +proj=utm +zone=52 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 53N
+<32653> +proj=utm +zone=53 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 54N
+<32654> +proj=utm +zone=54 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 55N
+<32655> +proj=utm +zone=55 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 56N
+<32656> +proj=utm +zone=56 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 57N
+<32657> +proj=utm +zone=57 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 58N
+<32658> +proj=utm +zone=58 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 59N
+<32659> +proj=utm +zone=59 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 60N
+<32660> +proj=utm +zone=60 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UPS North (N,E)
+<32661> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / Plate Carree (deprecated)
+<32662> +proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / World Equidistant Cylindrical (deprecated)
+<32663> +proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / BLM 14N (ftUS)
+<32664> +proj=tmerc +lat_0=0 +lon_0=-99 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs  <>
+# WGS 84 / BLM 15N (ftUS)
+<32665> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs  <>
+# WGS 84 / BLM 16N (ftUS)
+<32666> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs  <>
+# WGS 84 / BLM 17N (ftUS)
+<32667> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs  <>
+# WGS 84 / UTM grid system (southern hemisphere)
+# Unable to translate coordinate system EPSG:32700 into PROJ.4 format.
+#
+# WGS 84 / UTM zone 1S
+<32701> +proj=utm +zone=1 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 2S
+<32702> +proj=utm +zone=2 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 3S
+<32703> +proj=utm +zone=3 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 4S
+<32704> +proj=utm +zone=4 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 5S
+<32705> +proj=utm +zone=5 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 6S
+<32706> +proj=utm +zone=6 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 7S
+<32707> +proj=utm +zone=7 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 8S
+<32708> +proj=utm +zone=8 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 9S
+<32709> +proj=utm +zone=9 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 10S
+<32710> +proj=utm +zone=10 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 11S
+<32711> +proj=utm +zone=11 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 12S
+<32712> +proj=utm +zone=12 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 13S
+<32713> +proj=utm +zone=13 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 14S
+<32714> +proj=utm +zone=14 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 15S
+<32715> +proj=utm +zone=15 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 16S
+<32716> +proj=utm +zone=16 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 17S
+<32717> +proj=utm +zone=17 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 18S
+<32718> +proj=utm +zone=18 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 19S
+<32719> +proj=utm +zone=19 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 20S
+<32720> +proj=utm +zone=20 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 21S
+<32721> +proj=utm +zone=21 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 22S
+<32722> +proj=utm +zone=22 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 23S
+<32723> +proj=utm +zone=23 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 24S
+<32724> +proj=utm +zone=24 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 25S
+<32725> +proj=utm +zone=25 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 26S
+<32726> +proj=utm +zone=26 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 27S
+<32727> +proj=utm +zone=27 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 28S
+<32728> +proj=utm +zone=28 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 29S
+<32729> +proj=utm +zone=29 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 30S
+<32730> +proj=utm +zone=30 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 31S
+<32731> +proj=utm +zone=31 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 32S
+<32732> +proj=utm +zone=32 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 33S
+<32733> +proj=utm +zone=33 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 34S
+<32734> +proj=utm +zone=34 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 35S
+<32735> +proj=utm +zone=35 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 36S
+<32736> +proj=utm +zone=36 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 37S
+<32737> +proj=utm +zone=37 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 38S
+<32738> +proj=utm +zone=38 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 39S
+<32739> +proj=utm +zone=39 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 40S
+<32740> +proj=utm +zone=40 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 41S
+<32741> +proj=utm +zone=41 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 42S
+<32742> +proj=utm +zone=42 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 43S
+<32743> +proj=utm +zone=43 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 44S
+<32744> +proj=utm +zone=44 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 45S
+<32745> +proj=utm +zone=45 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 46S
+<32746> +proj=utm +zone=46 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 47S
+<32747> +proj=utm +zone=47 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 48S
+<32748> +proj=utm +zone=48 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 49S
+<32749> +proj=utm +zone=49 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 50S
+<32750> +proj=utm +zone=50 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 51S
+<32751> +proj=utm +zone=51 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 52S
+<32752> +proj=utm +zone=52 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 53S
+<32753> +proj=utm +zone=53 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 54S
+<32754> +proj=utm +zone=54 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 55S
+<32755> +proj=utm +zone=55 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 56S
+<32756> +proj=utm +zone=56 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 57S
+<32757> +proj=utm +zone=57 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 58S
+<32758> +proj=utm +zone=58 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 59S
+<32759> +proj=utm +zone=59 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UTM zone 60S
+<32760> +proj=utm +zone=60 +south +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / UPS South (N,E)
+<32761> +proj=stere +lat_0=-90 +lat_ts=-90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+# WGS 84 / TM 36 SE
+<32766> +proj=tmerc +lat_0=0 +lon_0=36 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+# TWD97
+<3822> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# IGRS
+<3887> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# MOLDREF99
+<4000> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGRDC 2005
+<4039> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# SREF98
+<4073> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# REGCAN95
+<4079> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# WGS 84 (geocentric)
+<4328> +proj=geocent +datum=WGS84 +units=m +no_defs  <>
+# ITRF88 (geocentric)
+<4330> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF89 (geocentric)
+<4331> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF90 (geocentric)
+<4332> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF91 (geocentric)
+<4333> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF92 (geocentric)
+<4334> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF93 (geocentric)
+<4335> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF94 (geocentric)
+<4336> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF96 (geocentric)
+<4337> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF97 (geocentric)
+<4338> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Australian Antarctic (geocentric)
+<4340> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# EST97 (geocentric)
+<4342> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# CHTRF95 (geocentric)
+<4344> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRS89 (geocentric)
+<4346> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# GDA94 (geocentric)
+<4348> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Hartebeesthoek94 (geocentric)
+<4350> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# IRENET95 (geocentric)
+<4352> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# JGD2000 (geocentric)
+<4354> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# LKS94 (ETRS89) (geocentric)
+<4356> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Moznet (geocentric)
+<4358> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# NAD83(CSRS) (geocentric)
+<4360> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(HARN) (geocentric)
+<4362> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NZGD2000 (geocentric)
+<4364> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# POSGAR 98 (geocentric)
+<4366> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# REGVEN (geocentric)
+<4368> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGF93 (geocentric)
+<4370> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGFG95 (geocentric)
+<4372> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGR92 (geocentric)
+<4374> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# SIRGAS (geocentric)
+<4376> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# SWEREF99 (geocentric)
+<4378> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Yemen NGN96 (geocentric)
+<4380> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# RGNC 1991 (geocentric)
+<4382> +proj=geocent +ellps=intl +units=m +no_defs  <>
+# RRAF 1991 (geocentric)
+<4384> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# ITRF2000 (geocentric)
+<4385> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ISN93 (geocentric)
+<4387> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# LKS92 (geocentric)
+<4389> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGSPM06
+<4465> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGM04
+<4468> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Cadastre 1997
+<4473> +proj=geocent +ellps=intl +units=m +no_defs  <>
+# China Geodetic Coordinate System 2000
+<4479> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Mexico ITRF92
+<4481> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RRAF 1991
+<4556> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Slovenia 1996
+<4882> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RSRGD2000
+<4884> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# BDA2000
+<4886> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# HTRS96
+<4888> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# WGS 66
+<4890> +proj=geocent +ellps=WGS66 +units=m +no_defs  <>
+# NAD83(NSRS2007)
+<4892> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# JAD2001
+<4894> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# ITRF2005
+<4896> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# DGN95
+<4897> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# LGD2006
+<4899> +proj=geocent +ellps=intl +units=m +no_defs  <>
+# RGNC91-93
+<4906> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# GR96
+<4908> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF88
+<4910> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF89
+<4911> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF90
+<4912> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF91
+<4913> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF92
+<4914> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF93
+<4915> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF94
+<4916> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF96
+<4917> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF97
+<4918> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF2000
+<4919> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# GDM2000
+<4920> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# PZ-90
+<4922> +proj=geocent +a=6378136 +b=6356751.361745712 +units=m +no_defs  <>
+# Mauritania 1999
+<4924> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Korea 2000
+<4926> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# POSGAR 94
+<4928> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# Australian Antarctic
+<4930> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# CHTRF95
+<4932> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# EST97
+<4934> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRS89
+<4936> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# GDA94
+<4938> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Hartebeesthoek94
+<4940> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# IRENET95
+<4942> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ISN93
+<4944> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# JGD2000
+<4946> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# LKS92
+<4948> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# LKS94
+<4950> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Moznet
+<4952> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# NAD83(CSRS)
+<4954> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(HARN)
+<4956> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NZGD2000
+<4958> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# POSGAR 98
+<4960> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# REGVEN
+<4962> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGF93
+<4964> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGFG95
+<4966> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGNC 1991
+<4968> +proj=geocent +ellps=intl +units=m +no_defs  <>
+# RGR92
+<4970> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RRAF 1991
+<4972> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# SIRGAS 1995
+<4974> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# SWEREF99
+<4976> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# WGS 84
+<4978> +proj=geocent +datum=WGS84 +units=m +no_defs  <>
+# Yemen NGN96
+<4980> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# IGM95
+<4982> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# WGS 72
+<4984> +proj=geocent +ellps=WGS72 +units=m +no_defs  <>
+# WGS 72BE
+<4986> +proj=geocent +ellps=WGS72 +units=m +no_defs  <>
+# SIRGAS 2000
+<4988> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Lao 1993
+<4990> +proj=geocent +ellps=krass +units=m +no_defs  <>
+# Lao 1997
+<4992> +proj=geocent +ellps=krass +units=m +no_defs  <>
+# PRS92
+<4994> +proj=geocent +ellps=clrk66 +units=m +no_defs  <>
+# MAGNA-SIRGAS
+<4996> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGPF
+<4998> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# PTRA08
+<5011> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# GDBD2009
+<5244> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# TUREF
+<5250> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# DRUKREF 03
+<5262> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ISN2004
+<5322> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF2008
+<5332> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# POSGAR 2007
+<5341> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# MARGEN
+<5352> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# SIRGAS-Chile
+<5358> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# CR05
+<5363> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# MACARIO SOLIS
+<5368> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Peru96
+<5369> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# SIRGAS-ROU98
+<5379> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# SIRGAS_ES2007.8
+<5391> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGAF09
+<5487> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# PNG94
+<5544> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# UCS-2000
+<5558> +proj=geocent +ellps=krass +units=m +no_defs  <>
+# FEH2010
+<5591> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# DB_REF
+<5828> +proj=geocent +ellps=bessel +units=m +no_defs  <>
+# TGD2005
+<5884> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# CIGD11
+<6133> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# CGRS93
+<6309> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# NAD83(2011)
+<6317> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(PA11)
+<6320> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(MA11)
+<6323> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# Mexico ITRF2008
+<6363> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# JGD2011
+<6666> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RDN2008
+<6704> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CORS96)
+<6781> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# IGS08
+<6934> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# IGD05
+<6978> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# IG05 Intermediate CRS
+<6981> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# IGD05/12
+<6985> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# IG05/12 Intermediate CRS
+<6988> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# RGTAAF07
+<7071> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# IGD05
+<7134> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# IGD05/12
+<7137> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# ONGD14
+<7371> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# WGS 84 (G730)
+<7656> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# WGS 84 (G873)
+<7658> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# WGS 84 (G1150)
+<7660> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# WGS 84 (G1674)
+<7662> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# WGS 84 (G1762)
+<7664> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# PZ-90.02
+<7677> +proj=geocent +a=6378136 +b=6356751.361745712 +units=m +no_defs  <>
+# PZ-90.11
+<7679> +proj=geocent +a=6378136 +b=6356751.361745712 +units=m +no_defs  <>
+# GSK-2011
+<7681> +proj=geocent +a=6378136.5 +b=6356751.757955603 +units=m +no_defs  <>
+# Kyrg-06
+<7684> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ITRF2014
+<7789> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# BGS2005
+<7796> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# WGS 84 (Transit)
+<7815> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# GDA2020
+<7842> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# St. Helena Tritan
+<7879> +proj=geocent +ellps=WGS84 +units=m +no_defs  <>
+# SHGD2015
+<7884> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRF89
+<7914> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRF90
+<7916> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRF91
+<7918> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRF92
+<7920> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRF93
+<7922> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRF94
+<7924> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRF96
+<7926> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRF97
+<7928> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ETRF2000
+<7930> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# ISN2016
+<8084> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# IGS14
+<8227> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CSRS96)
+<8230> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CSRS)v2
+<8233> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CSRS)v3
+<8238> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CSRS)v4
+<8242> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CSRS)v5
+<8247> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CSRS)v6
+<8250> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# NAD83(CSRS)v7
+<8253> +proj=geocent +ellps=GRS80 +units=m +no_defs  <>
+# KKJ / Finland Uniform Coordinate System + N60 height
+<3901> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +vunits=m +no_defs  <>
+# ETRS89 / TM35FIN(N,E) + N60 height
+<3902> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / TM35FIN(N,E) + N2000 height
+<3903> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / DKTM1 + DVR90 height
+<4097> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.99998 +x_0=200000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / DKTM2 + DVR90 height
+<4098> +proj=tmerc +lat_0=0 +lon_0=10 +k=0.99998 +x_0=400000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / DKTM3 + DVR90 height
+<4099> +proj=tmerc +lat_0=0 +lon_0=11.75 +k=0.99998 +x_0=600000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / DKTM4 + DVR90 height
+<4100> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=800000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / Faroe TM + FVR09 height
+<5318> +proj=tmerc +lat_0=0 +lon_0=-7 +k=0.999997 +x_0=200000 +y_0=-6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83 + NAVD88 height
+<5498> +proj=longlat +datum=NAD83 +geoidgrids=g2012a_conus.gtx,g2012a_alaska.gtx,g2012a_guam.gtx,g2012a_hawaii.gtx,g2012a_puertorico.gtx,g2012a_samoa.gtx +vunits=m +no_defs  <>
+# NAD83(HARN) + NAVD88 height
+<5499> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +geoidgrids=g2012a_conus.gtx,g2012a_alaska.gtx,g2012a_guam.gtx,g2012a_hawaii.gtx,g2012a_puertorico.gtx,g2012a_samoa.gtx +vunits=m +no_defs  <>
+# NAD83(NSRS2007) + NAVD88 height
+<5500> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +geoidgrids=g2012a_conus.gtx,g2012a_alaska.gtx,g2012a_guam.gtx,g2012a_hawaii.gtx,g2012a_puertorico.gtx,g2012a_samoa.gtx +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 31N + DHHN92 height
+<5554> +proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 32N + DHHN92 height
+<5555> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 33N + DHHN92 height
+<5556> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# FEH2010 / Fehmarnbelt TM + FCSVR10 height
+<5598> +proj=tmerc +lat_0=0 +lon_0=11.33333333333333 +k=1 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 + RH2000 height
+<5628> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+# RGF93 / Lambert-93 + NGF-IGN69 height
+<5698> +proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# RGF93 / Lambert-93 + NGF-IGN78 height
+<5699> +proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NTF (Paris) / Lambert zone I + NGF-IGN69 height
+<5707> +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# NTF (Paris) / Lambert zone IV + NGF-IGN78 height
+<5708> +proj=lcc +lat_1=42.16500000000001 +lat_0=42.16500000000001 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# DB_REF / 3-degree Gauss-Kruger zone 2 (E-N) + DHHN92 height
+<5832> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs  <>
+# DB_REF / 3-degree Gauss-Kruger zone 3 (E-N) + DHHN92 height
+<5833> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs  <>
+# DB_REF / 3-degree Gauss-Kruger zone 4 (E-N) + DHHN92 height
+<5834> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs  <>
+# DB_REF / 3-degree Gauss-Kruger zone 5 (E-N) + DHHN92 height
+<5835> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs  <>
+# SWEREF99 TM + RH2000 height
+<5845> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 12 00 + RH2000 height
+<5846> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 13 30 + RH2000 height
+<5847> +proj=tmerc +lat_0=0 +lon_0=13.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 15 00 + RH2000 height
+<5848> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 16 30 + RH2000 height
+<5849> +proj=tmerc +lat_0=0 +lon_0=16.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 18 00 + RH2000 height
+<5850> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 14 15 + RH2000 height
+<5851> +proj=tmerc +lat_0=0 +lon_0=14.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 15 45 + RH2000 height
+<5852> +proj=tmerc +lat_0=0 +lon_0=15.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 17 15 + RH2000 height
+<5853> +proj=tmerc +lat_0=0 +lon_0=17.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 18 45 + RH2000 height
+<5854> +proj=tmerc +lat_0=0 +lon_0=18.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 20 15 + RH2000 height
+<5855> +proj=tmerc +lat_0=0 +lon_0=20.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 21 45 + RH2000 height
+<5856> +proj=tmerc +lat_0=0 +lon_0=21.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SWEREF99 23 15 + RH2000 height
+<5857> +proj=tmerc +lat_0=0 +lon_0=23.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 + NN2000 height
+<5942> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 5 + NN2000 height
+<5945> +proj=tmerc +lat_0=58 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 6 + NN2000 height
+<5946> +proj=tmerc +lat_0=58 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 7 + NN2000 height
+<5947> +proj=tmerc +lat_0=58 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 8 + NN2000 height
+<5948> +proj=tmerc +lat_0=58 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 9 + NN2000 height
+<5949> +proj=tmerc +lat_0=58 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 10 + NN2000 height
+<5950> +proj=tmerc +lat_0=58 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 11 + NN2000 height
+<5951> +proj=tmerc +lat_0=58 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 12 + NN2000 height
+<5952> +proj=tmerc +lat_0=58 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 13 + NN2000 height
+<5953> +proj=tmerc +lat_0=58 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 14 + NN2000 height
+<5954> +proj=tmerc +lat_0=58 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 15 + NN2000 height
+<5955> +proj=tmerc +lat_0=58 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 16 + NN2000 height
+<5956> +proj=tmerc +lat_0=58 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 17 + NN2000 height
+<5957> +proj=tmerc +lat_0=58 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 18 + NN2000 height
+<5958> +proj=tmerc +lat_0=58 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 19 + NN2000 height
+<5959> +proj=tmerc +lat_0=58 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 20 + NN2000 height
+<5960> +proj=tmerc +lat_0=58 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 21 + NN2000 height
+<5961> +proj=tmerc +lat_0=58 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 22 + NN2000 height
+<5962> +proj=tmerc +lat_0=58 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 23 + NN2000 height
+<5963> +proj=tmerc +lat_0=58 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 24 + NN2000 height
+<5964> +proj=tmerc +lat_0=58 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 25 + NN2000 height
+<5965> +proj=tmerc +lat_0=58 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 26 + NN2000 height
+<5966> +proj=tmerc +lat_0=58 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 27 + NN2000 height
+<5967> +proj=tmerc +lat_0=58 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 28 + NN2000 height
+<5968> +proj=tmerc +lat_0=58 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 29 + NN2000 height
+<5969> +proj=tmerc +lat_0=58 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 30 + NN2000 height
+<5970> +proj=tmerc +lat_0=58 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 31 + NN2000 height
+<5971> +proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 32 + NN2000 height
+<5972> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 33 + NN2000 height
+<5973> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 34 + NN2000 height
+<5974> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 35 + NN2000 height
+<5975> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 36 + NN2000 height
+<5976> +proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 + NN54 height
+<6144> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 5 + NN54 height
+<6145> +proj=tmerc +lat_0=58 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 6 + NN54 height
+<6146> +proj=tmerc +lat_0=58 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 7 + NN54 height
+<6147> +proj=tmerc +lat_0=58 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 8 + NN54 height
+<6148> +proj=tmerc +lat_0=58 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 9 + NN54 height
+<6149> +proj=tmerc +lat_0=58 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 10 + NN54 height
+<6150> +proj=tmerc +lat_0=58 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 11 + NN54 height
+<6151> +proj=tmerc +lat_0=58 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 12 + NN54 height
+<6152> +proj=tmerc +lat_0=58 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 13 + NN54 height
+<6153> +proj=tmerc +lat_0=58 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 14 + NN54 height
+<6154> +proj=tmerc +lat_0=58 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 15 + NN54 height
+<6155> +proj=tmerc +lat_0=58 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 16 + NN54 height
+<6156> +proj=tmerc +lat_0=58 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 17 + NN54 height
+<6157> +proj=tmerc +lat_0=58 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 18 + NN54 height
+<6158> +proj=tmerc +lat_0=58 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 19 + NN54 height
+<6159> +proj=tmerc +lat_0=58 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 20 + NN54 height
+<6160> +proj=tmerc +lat_0=58 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 21 + NN54 height
+<6161> +proj=tmerc +lat_0=58 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 22 + NN54 height
+<6162> +proj=tmerc +lat_0=58 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 23 + NN54 height
+<6163> +proj=tmerc +lat_0=58 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 24 + NN54 height
+<6164> +proj=tmerc +lat_0=58 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 25 + NN54 height
+<6165> +proj=tmerc +lat_0=58 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 26 + NN54 height
+<6166> +proj=tmerc +lat_0=58 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 27 + NN54 height
+<6167> +proj=tmerc +lat_0=58 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 28 + NN54 height
+<6168> +proj=tmerc +lat_0=58 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 29 + NN54 height
+<6169> +proj=tmerc +lat_0=58 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / NTM zone 30 + NN54 height
+<6170> +proj=tmerc +lat_0=58 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 31 + NN54 height
+<6171> +proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 32 + NN54 height
+<6172> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 33 + NN54 height
+<6173> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 34 + NN54 height
+<6174> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 35 + NN54 height
+<6175> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 36 + NN54 height
+<6176> +proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# Belge 1972 / Belgian Lambert 72 + Ostend height
+<6190> +proj=lcc +lat_1=51.16666723333333 +lat_2=49.8333339 +lat_0=90 +lon_0=4.367486666666666 +x_0=150000.013 +y_0=5400088.438 +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +units=m +vunits=m +no_defs  <>
+# NAD83(2011) + NAVD88 height
+<6349> +proj=longlat +ellps=GRS80 +geoidgrids=g2012a_conus.gtx,g2012a_alaska.gtx,g2012a_guam.gtx,g2012a_hawaii.gtx,g2012a_puertorico.gtx,g2012a_samoa.gtx +vunits=m +no_defs  <>
+# NAD83(CSRS) + CGVD2013 height
+<6649> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 7N + CGVD2013 height
+<6650> +proj=utm +zone=7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 8N + CGVD2013 height
+<6651> +proj=utm +zone=8 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 9N + CGVD2013 height
+<6652> +proj=utm +zone=9 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 10N + CGVD2013 height
+<6653> +proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 11N + CGVD2013 height
+<6654> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 12N + CGVD2013 height
+<6655> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 13N + CGVD2013 height
+<6656> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 14N + CGVD2013 height
+<6657> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 15N + CGVD2013 height
+<6658> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 16N + CGVD2013 height
+<6659> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 17N + CGVD2013 height
+<6660> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 18N + CGVD2013 height
+<6661> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 19N + CGVD2013 height
+<6662> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 20N + CGVD2013 height
+<6663> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 21N + CGVD2013 height
+<6664> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NAD83(CSRS) / UTM zone 22N + CGVD2013 height
+<6665> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# JGD2000 + JGD2000 (vertical) height
+<6696> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+# JGD2011 + JGD2011 (vertical) height
+<6697> +proj=longlat +ellps=GRS80 +vunits=m +no_defs  <>
+# Tokyo + JSLD72 height
+<6700> +proj=longlat +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +vunits=m +no_defs  <>
+# WGS 84 / Pseudo-Mercator +  EGM2008 geoid height
+<6871> +proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +geoidgrids=egm08_25.gtx +vunits=m +no_defs  <>
+# WGS 84 / World Mercator +  EGM2008 height
+<6893> +proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +geoidgrids=egm08_25.gtx +vunits=m +no_defs  <>
+# SVY21 + SHD height
+<6917> +proj=longlat +ellps=WGS84 +vunits=m +no_defs  <>
+# SVY21 / Singapore TM + SHD height
+<6927> +proj=tmerc +lat_0=1.366666666666667 +lon_0=103.8333333333333 +k=1 +x_0=28001.642 +y_0=38744.572 +ellps=WGS84 +units=m +vunits=m +no_defs  <>
+# NTF (Paris) + NGF IGN69 height
+<7400> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +vunits=m +no_defs  <>
+# NTF (Paris) / France II + NGF Lallemand
+<7401> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# NTF (Paris) / France II + NGF IGN69
+<7402> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# NTF (Paris) / France III + NGF IGN69
+<7403> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# RT90 + RH70 height
+<7404> +proj=longlat +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +vunits=m +no_defs  <>
+# OSGB 1936 / British National Grid + ODN height
+<7405> +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +datum=OSGB36 +units=m +vunits=m +no_defs  <>
+# NAD27 + NGVD29 height
+<7406> +proj=longlat +datum=NAD27 +vunits=us-ft +no_defs  <>
+# NAD27 / Texas North + NGVD29 height
+<7407> +proj=lcc +lat_1=34.65 +lat_2=36.18333333333333 +lat_0=34 +lon_0=-101.5 +x_0=609601.2192024384 +y_0=0 +datum=NAD27 +units=us-ft +vunits=us-ft +no_defs  <>
+# RD/NAP
+<7408> +proj=longlat +ellps=bessel +towgs84=565.2369,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812 +vunits=m +no_defs  <>
+# ETRS89 + EVRF2000 height
+<7409> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+# PSHD93
+<7410> +proj=longlat +ellps=clrk80 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +vunits=m +no_defs  <>
+# NTF (Paris) / Lambert zone II + NGF Lallemand height
+<7411> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# NTF (Paris) / Lambert zone II + NGF IGN69
+<7412> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# NTF (Paris) / Lambert zone III + NGF IGN69
+<7413> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# Tokyo + JSLD69 height
+<7414> +proj=longlat +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +vunits=m +no_defs  <>
+# Amersfoort / RD New + NAP height
+<7415> +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +towgs84=565.2369,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 32N + DVR90 height
+<7416> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / UTM zone 33N + DVR90 height
+<7417> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / Kp2000 Jutland + DVR90 height
+<7418> +proj=tmerc +lat_0=0 +lon_0=9.5 +k=0.99995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / Kp2000 Zealand + DVR90 height
+<7419> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.99995 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# ETRS89 / Kp2000 Bornholm + DVR90 height
+<7420> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# NTF (Paris) / Lambert zone II + NGF-IGN69 height
+<7421> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# NTF (Paris) / Lambert zone III + NGF-IGN69 height
+<7422> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+# ETRS89 + EVRF2007 height
+<7423> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+# Astro DOS 71 / UTM zone 30S + Jamestown 1971 height
+<7954> +proj=utm +zone=30 +south +ellps=intl +towgs84=-320,550,-494,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# St. Helena Tritan / UTM zone 30S +  Tritan 2011 height
+<7955> +proj=utm +zone=30 +south +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# SHMG2015 +  SHVD2015 height
+<7956> +proj=utm +zone=30 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+# GR96 + GVR2000 height
+<8349> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+# GR96 + GVR2016 height
+<8350> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
Index: /trunk/nodist/data/projection/esri
===================================================================
--- /trunk/nodist/data/projection/esri	(revision 16006)
+++ /trunk/nodist/data/projection/esri	(revision 16006)
@@ -0,0 +1,6562 @@
+# ------------------------------------------------------------------------- #
+#  Copyright 1999-2018 Esri Inc.                                            #
+#                                                                           #
+#  Licensed under the Apache License, Version 2.0 (the "License");          #
+#  you may not use this file except in compliance with the License.         #
+#  You may obtain a copy of the License at                                  #
+#                                                                           #
+#      http://www.apache.org/licenses/LICENSE-2.0                           #
+#                                                                           #
+#  Unless required by applicable law or agreed to in writing, software      #
+#  distributed under the License is distributed on an "AS IS" BASIS,        #
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
+#  See the License for the specific language governing permissions and      #
+#  limitations under the License.                                           #
+# ------------------------------------------------------------------------- #
+
+# ---------------------------------------------------------
+# Esri coordinate system entries generated by ArcGIS 10.6.1
+#
+# Includes entries for authority "Esri" only
+# Includes CODECHANGE entries
+# Includes DISCONTINUED entries
+# ---------------------------------------------------------
+
+# -------- geographic coordinate systems
+
+# GCS_Voirol_Unifie_1960 [Voirol Unifie 1960]
+# area: (lat: 42.42, 48.88) - (lon: 130.5, 133.5) [China - 130.5~E to 133.5~E]
+<4305> +proj=lonlat +a=6378249.145 +rf=293.465 +no_defs <>
+
+# GCS_Voirol_Unifie_1960_Paris [Voirol Unifie 1960 (Paris)]
+# area: (lat: 42.42, 48.88) - (lon: 130.5, 133.5) [China - 130.5~E to 133.5~E]
+<4812> +proj=lonlat +a=6378249.145 +rf=293.465 +pm=paris +no_defs <>
+
+# GCS_Fischer_1960 [Fischer 1960]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<37002> +proj=lonlat +ellps=fschr60 +no_defs <>
+
+# GCS_Fischer_1968 [Fischer 1968]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<37003> +proj=lonlat +ellps=fschr68 +no_defs <>
+
+# GCS_Fischer_Modified [Fischer modified]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<37004> +proj=lonlat +ellps=fschr60m +no_defs <>
+
+# GCS_Hough_1960 [Hough 1960]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<37005> +proj=lonlat +ellps=hough +no_defs <>
+
+# GCS_Everest_Modified_1969 [Everest modified 1969]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<37006> +proj=lonlat +ellps=evrst69 +no_defs <>
+
+# GCS_Walbeck [Walbeck]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<37007> +proj=lonlat +ellps=walbeck +no_defs <>
+
+# GCS_Sphere_ARC_INFO [Authalic sphere (ARC/INFO)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<37008> +proj=lonlat +ellps=sphere +no_defs <>
+
+# GCS_Everest_Bangladesh [Everest - Bangladesh]
+# area: (lat: 18.56, 26.64) - (lon: 88.01, 92.67) [Bangladesh]
+<37202> +proj=lonlat +ellps=evrst30 +no_defs <>
+
+# GCS_Everest_India_Nepal [Everest - India and Nepal]
+# area: (lat: 3.87, 35.51) - (lon: 65.6, 97.42) [India]
+<37203> +proj=lonlat +ellps=evrst56 +no_defs <>
+
+# GCS_Oman [Oman]
+# area: (lat: 14.33, 26.74) - (lon: 51.99, 63.38) [Oman]
+<37206> +proj=lonlat +a=6378249.145 +rf=293.465 +no_defs <>
+
+# GCS_South_Asia_Singapore [South Asia Singapore]
+# area: (lat: 1.13, 1.47) - (lon: 103.59, 104.07) [Singapore]
+<37207> +proj=lonlat +ellps=fschr60m +towgs84=7.0,-10.0,-26.0 +no_defs <>
+
+# GCS_DOS_1968 [DOS 1968]
+# area: (lat: -8.86, -7.52) - (lon: 156.44, 158.2) [Solomon Islands - New Georgia - Ghizo (Gizo)]
+<37218> +proj=lonlat +ellps=intl +towgs84=230.0,-199.0,-752.0 +no_defs <>
+
+# GCS_GUX_1 [GUX 1 Astro]
+# area: (lat: -9.98, -9.2) - (lon: 159.55, 160.88) [Solomon Islands - Guadalcanal Island]
+<37221> +proj=lonlat +ellps=intl +towgs84=252.0,-209.0,-751.0 +no_defs <>
+
+# GCS_Carthage_Grad [Carthage (grads)]
+# area: (lat: 30.23, 38.41) - (lon: 7.49, 13.67) [Tunisia]
+<37225> +proj=lonlat +datum=carthage +no_defs <>
+
+# GCS_Fort_Thomas_1955 [Fort Thomas 1955]
+# area: (lat: 16.34, 17.67) - (lon: -63.63, -62.2) [St Kitts and Nevis]
+<37240> +proj=lonlat +a=6378249.145 +rf=293.465 +towgs84=-7.0,215.0,225.0 +no_defs <>
+
+# GCS_Graciosa_Base_SW_1948 [Graciosa Base SW 1948]
+# area: (lat: 38.32, 39.14) - (lon: -28.9, -26.97) [Portugal - Azores C - onshore]
+<37241> +proj=lonlat +ellps=intl +towgs84=-105.679,166.1,-37.322 +no_defs <>
+
+# GCS_LC5_1961 [L.C. 5 Astro 1961]
+# area: (lat: 19.66, 19.78) - (lon: -79.92, -79.69) [Cayman Islands - Cayman Brac]
+<37243> +proj=lonlat +ellps=clrk66 +towgs84=42.0,124.0,147.0 +no_defs <>
+
+# GCS_Observatorio_Meteorologico_1939 [Observ. Meteorologico 1939]
+# area: (lat: 39.3, 39.77) - (lon: -31.34, -31.02) [Portugal - Azores W - onshore]
+<37245> +proj=lonlat +ellps=intl +towgs84=-487.978,-226.275,102.787,-0.743,1.677,2.087,1.485 +no_defs <>
+
+# GCS_Sao_Braz [Sao Braz]
+# area: (lat: 36.87, 37.96) - (lon: -25.92, -24.62) [Portugal - Azores E - onshore]
+<37249> +proj=lonlat +ellps=intl +towgs84=-269.089,186.247,155.667,2.005,3.606,-0.366,0.097 +no_defs <>
+
+# GCS_S42_Hungary [S-42 Hungary]
+# area: (lat: 45.74, 48.58) - (lon: 16.11, 22.9) [Hungary]
+<37257> +proj=lonlat +ellps=krass +no_defs <>
+
+# GCS_Alaskan_Islands [Alaskan Islands]
+# area: (lat: 51.3, 71.4) - (lon: 172.42, -129.99) [USA - Alaska]
+<37260> +proj=lonlat +ellps=clrk66 +no_defs <>
+
+# GCS_Assumed_Geographic_1 [NAD27 for shapefiles w/o a PRJ]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [Not specified]
+# DISCONTINUED
+<104000> +proj=lonlat +datum=NAD27 +no_defs <>
+
+# GCS_Kyrg-06 [Kyrg-06]
+# area: (lat: 39.19, 43.22) - (lon: 69.24, 80.29) [Kyrgyzstan]
+<104009> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_IGS08 [IGS08]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World (by country)]
+<104010> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# WGS_1984_(G730) [World Geodetic System 1984 (G730)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104011> +proj=lonlat +ellps=WGS84 +no_defs <>
+
+# WGS_1984_(G873) [World Geodetic System 1984 (G873)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104012> +proj=lonlat +ellps=WGS84 +no_defs <>
+
+# WGS_1984_(G1150) [World Geodetic System 1984 (G1150)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104013> +proj=lonlat +ellps=WGS84 +no_defs <>
+
+# WGS_1984_(G1674) [World Geodetic System 1984 (G1674)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104014> +proj=lonlat +ellps=WGS84 +no_defs <>
+
+# WGS_1984_(G1762) [World Geodetic System 1984 (G1762)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104015> +proj=lonlat +ellps=WGS84 +no_defs <>
+
+# WGS_1984_(Transit) [World Geodetic System 1984 (Transit)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104016> +proj=lonlat +ellps=WGS84 +no_defs <>
+
+# PZ-90.02 [Parametry Zemli 1990.02]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104017> +proj=lonlat +a=6378136.0 +rf=298.257839303 +no_defs <>
+
+# PZ-90.11 [Parametry Zemli 1990.11]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104018> +proj=lonlat +a=6378136.0 +rf=298.257839303 +no_defs <>
+
+# ITRF2014 [ITRF2014]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104019> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# IGS14 [IGS14]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104021> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_International_1967 [International 1967]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [Not specified]
+# DISCONTINUED
+<104023> +proj=lonlat +ellps=aust_SA +no_defs <>
+
+# GCS_Sphere_GRS_1980_Mean_Radius [GRS 1980 Mean Radius Sphere]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [Not specified]
+<104047> +proj=lonlat +a=6371008.7714 +rf=0.0 +no_defs <>
+
+# GCS_Xrail84 [Xrail84]
+# area: (lat: 51.2, 51.8) - (lon: -0.7, 0.6) [UK - London]
+<104050> +proj=lonlat +ellps=WGS84 +towgs84=-19.01545797641788,-115.1184254649785,97.28750774701817,-3.577777246269048,3.484485006141433,2.767585559700101,-18.60812913101473 +no_defs <>
+
+# GCS_Estonia_1937 [Estonia 1937]
+# area: (lat: 57.52, 60.0) - (lon: 20.37, 28.2) [Estonia]
+<104101> +proj=lonlat +ellps=bessel +towgs84=374.0,150.0,588.0 +no_defs <>
+
+# GCS_Hermannskogel [Hermannskogel]
+# area: (lat: 40.85, 49.02) - (lon: 9.53, 23.04) [Europe - Austria and former Yugoslavia onshore]
+<104102> +proj=lonlat +ellps=bessel +towgs84=682.0,-203.0,480.0 +no_defs <>
+
+# GCS_Sierra_Leone_1960 [Sierra Leone 1960]
+# area: (lat: 4.22, 10.0) - (lon: -16.57, -10.26) [Sierra Leone]
+<104103> +proj=lonlat +a=6378249.145 +rf=293.465 +no_defs <>
+
+# GCS_Datum_Lisboa_Bessel [Datum Lisboa Bessel]
+# area: (lat: 29.24, 43.07) - (lon: -35.58, -6.19) [Portugal]
+<104105> +proj=lonlat +ellps=bessel +towgs84=631.392,-66.551,481.442,1.09,-4.445,-4.487,-4.43 +no_defs <>
+
+# GCS_Datum_Lisboa_Hayford [Datum Lisboa Hayford]
+# area: (lat: 29.24, 43.07) - (lon: -35.58, -6.19) [Portugal]
+<104106> +proj=lonlat +ellps=intl +nadgrids=DLX_ETRS89_geo.gsb +no_defs <>
+
+# GCS_Pohnpei [Pohnpei - Fed. States Micronesia]
+# area: (lat: -1.19, 13.43) - (lon: 135.27, 165.68) [Micronesia]
+<104109> +proj=lonlat +ellps=clrk66 +towgs84=-89.121,-348.182,260.871 +no_defs <>
+
+# GCS_Bab_South [Bab South Astro - Bablethuap Island Republic of Palau]
+# area: (lat: 1.64, 11.45) - (lon: 129.48, 136.98) [Palau]
+<104112> +proj=lonlat +ellps=clrk66 +no_defs <>
+
+# GCS_Majuro [Majuro - Republic of Marshall Isls.]
+# area: (lat: 1.77, 17.88) - (lon: 157.47, 175.52) [Marshall Islands]
+<104113> +proj=lonlat +ellps=clrk66 +no_defs <>
+
+# GCS_ITRF_1988 [IERS Terrestrial Reference Frame 1988]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104115> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ITRF_1989 [IERS Terrestrial Reference Frame 1989]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104116> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ITRF_1990 [IERS Terrestrial Reference Frame 1990]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104117> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ITRF_1991 [IERS Terrestrial Reference Frame 1991]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104118> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ITRF_1992 [IERS Terrestrial Reference Frame 1992]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104119> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ITRF_1993 [IERS Terrestrial Reference Frame 1993]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104120> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ITRF_1994 [IERS Terrestrial Reference Frame 1994]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104121> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ITRF_1996 [IERS Terrestrial Reference Frame 1996]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104122> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ITRF_1997 [IERS Terrestrial Reference Frame 1997]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104123> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ITRF_2000 [IERS Terrestrial Reference Frame 2000]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104124> +proj=lonlat +ellps=GRS80 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# GCS_Observatorio_Meteorologico_1965 [Observatorio Meteorologico 1965]
+# area: (lat: 22.06, 22.23) - (lon: 113.52, 113.68) [China - Macao]
+<104126> +proj=lonlat +ellps=intl +towgs84=-148.6316136424543,-339.4243075977868,-157.37624440126,32.88902440860026,-76.95816925503756,-32.63512216135734,8.204956320811974 +no_defs <>
+
+# GCS_Roma_1940 [Roma 1940]
+# area: (lat: 34.76, 47.1) - (lon: 5.93, 18.99) [Italy - including San Marino and Vatican]
+<104127> +proj=lonlat +ellps=intl +no_defs <>
+
+# GCS_Sphere_EMEP [EMEP]
+# area: (lat: 24.6, 84.17) - (lon: -35.58, 44.83) [Europe - LCC & LAEA]
+<104128> +proj=lonlat +a=6370000.0 +rf=0.0 +no_defs <>
+
+# GCS_EUREF_FIN [EUREF - Finland]
+# area: (lat: 58.84, 70.09) - (lon: 19.08, 31.59) [Finland]
+<104129> +proj=lonlat +ellps=GRS80 +towgs84=0.0,0.0,0.0,-0.0,-0.0,-0.0,0.0 +no_defs <>
+
+# GCS_Jordan [Jordan]
+# area: (lat: 29.18, 33.38) - (lon: 34.88, 39.31) [Jordan]
+<104130> +proj=lonlat +ellps=intl +towgs84=-86.0,-98.0,-119.0 +no_defs <>
+
+# GCS_D48 [D48 - Slovenia]
+# area: (lat: 45.42, 46.88) - (lon: 13.38, 16.61) [Slovenia]
+<104131> +proj=lonlat +ellps=bessel +towgs84=426.62,142.62,460.09,4.98,4.49,-12.42,-17.1 +no_defs <>
+
+# GCS_MONREF_1997 [MONREF 1997 (Mongolian 1997)]
+# area: (lat: 41.58, 52.15) - (lon: 87.76, 119.94) [Mongolia]
+<104134> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_MSK_1942 [MSK 1942 (Mongolian Pulkovo 1942)]
+# area: (lat: 41.58, 52.15) - (lon: 87.76, 119.94) [Mongolia]
+<104135> +proj=lonlat +ellps=krass +towgs84=-78.04484474492369,-204.5198973313767,-77.44723022350631,-1.773687750274378,3.319782766651632,-1.042636259684,4.951082173132448 +no_defs <>
+
+# GCS_Old_Hawaiian_Intl_1924 [Old Hawaiian on Intl 1924 spheroid (NGS)]
+# area: (lat: 18.87, 22.29) - (lon: -160.3, -154.74) [USA - Hawaii - onshore]
+<104138> +proj=lonlat +ellps=intl +towgs84=201.0,-228.0,-346.0 +no_defs <>
+
+# GCS_Voirol_1875_Grad [Voirol 1875 (grads)]
+# area: (lat: 31.99, 37.14) - (lon: -2.95, 9.09) [Algeria - north of 32~N]
+<104139> +proj=lonlat +ellps=clrk80ign +towgs84=-73.0,-247.0,227.0 +no_defs <>
+
+# GCS_Voirol_1879_Grad [Voirol 1879 (grads)]
+# area: (lat: 31.99, 37.14) - (lon: -2.95, 9.09) [Algeria - north of 32~N]
+<104140> +proj=lonlat +ellps=clrk80ign +no_defs <>
+
+# ETRF90 [ETRF90]
+# area: (lat: 32.88, 84.17) - (lon: -16.1, 40.18) [Europe - ETRS89]
+<104179> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# ETRF91 [ETRF91]
+# area: (lat: 32.88, 84.17) - (lon: -16.1, 40.18) [Europe - ETRS89]
+<104180> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# ETRF92 [ETRF92]
+# area: (lat: 32.88, 84.17) - (lon: -16.1, 40.18) [Europe - ETRS89]
+<104181> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# ETRF93 [ETRF93]
+# area: (lat: 32.88, 84.17) - (lon: -16.1, 40.18) [Europe - ETRS89]
+<104182> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# ETRF94 [ETRF94]
+# area: (lat: 32.88, 84.17) - (lon: -16.1, 40.18) [Europe - ETRS89]
+<104183> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# ETRF96 [ETRF96]
+# area: (lat: 32.88, 84.17) - (lon: -16.1, 40.18) [Europe - ETRS89]
+<104184> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# ETRF97 [ETRF97]
+# area: (lat: 32.88, 84.17) - (lon: -16.1, 40.18) [Europe - ETRS89]
+<104185> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# ETRF2000 [ETRF2000]
+# area: (lat: 32.88, 84.17) - (lon: -16.1, 40.18) [Europe - ETRS89]
+<104186> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_MACAO_2008 [Macao 2008 (ITRF 2005)]
+# area: (lat: 22.06, 22.23) - (lon: 113.52, 113.68) [China - Macao]
+<104248> +proj=lonlat +ellps=intl +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# GCS_ITRF_2008 [ITRF 2008]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World (by country)]
+<104257> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_ETRF_1989 [European Terrestrial Ref.Frame 1989]
+# area: (lat: 32.88, 84.17) - (lon: -16.1, 40.18) [Europe - ETRS89]
+<104258> +proj=lonlat +ellps=WGS84 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# GCS_NAD_1983_PACP00 [NAD 1983 PACP00]
+# area: (lat: -17.56, 31.8) - (lon: 157.47, -151.27) [Pacific - US interests Pacific plate]
+<104259> +proj=lonlat +ellps=GRS80 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs <>
+
+# GCS_NAD_1983_MARP00 [NAD 1983 MARP00]
+# area: (lat: 1.64, 23.9) - (lon: 129.48, 149.55) [Pacific - US interests Mariana plate]
+<104260> +proj=lonlat +ellps=GRS80 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs <>
+
+# GCS_Merchich_Degree [Merchich (degrees)]
+# area: (lat: 27.66, 35.97) - (lon: -13.24, -1.01) [Morocco - onshore]
+<104261> +proj=lonlat +ellps=clrk80ign +towgs84=31.0,146.0,47.0 +no_defs <>
+
+# GCS_Voirol_Unifie_1960_Degree [Voirol Unifie 1960 (degrees)]
+# area: (lat: 41.68, 60.0) - (lon: -139.05, -52.62) [Canada - south of 60~N]
+<104305> +proj=lonlat +a=6378249.145 +rf=293.465 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Anoka [NAD 1983 HARN Adj. Minnesota Anoka]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104700> +proj=lonlat +a=6378418.941 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Becker [NAD 1983 HARN Adj. Minnesota Becker]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104701> +proj=lonlat +a=6378586.581 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Beltrami_North [NAD 1983 HARN Adj. Minnesota Beltrami North]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104702> +proj=lonlat +a=6378505.809 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Beltrami_South [NAD 1983 HARN Adj. Minnesota Beltrami South]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104703> +proj=lonlat +a=6378544.823 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Benton [NAD 1983 HARN Adj. Minnesota Benton]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104704> +proj=lonlat +a=6378490.569 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Big_Stone [NAD 1983 HARN Adj. Minnesota Big Stone]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104705> +proj=lonlat +a=6378470.757 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Blue_Earth [NAD 1983 HARN Adj. Minnesota Blue Earth]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104706> +proj=lonlat +a=6378403.701 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Brown [NAD 1983 HARN Adj. Minnesota Brown]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104707> +proj=lonlat +a=6378434.181 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Carlton [NAD 1983 HARN Adj. Minnesota Carlton]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104708> +proj=lonlat +a=6378454.907 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Carver [NAD 1983 HARN Adj. Minnesota Carver]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104709> +proj=lonlat +a=6378400.653 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Cass_North [NAD 1983 HARN Adj. Minnesota Cass North]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104710> +proj=lonlat +a=6378567.378 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Cass_South [NAD 1983 HARN Adj. Minnesota Cass South]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104711> +proj=lonlat +a=6378546.957 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Chippewa [NAD 1983 HARN Adj. Minnesota Chippewa]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104712> +proj=lonlat +a=6378476.853 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Chisago [NAD 1983 HARN Adj. Minnesota Chisago]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104713> +proj=lonlat +a=6378411.321 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Cook_North [NAD 1983 HARN Adj. Minnesota Cook North]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104714> +proj=lonlat +a=6378647.541 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Cook_South [NAD 1983 HARN Adj. Minnesota Cook South]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104715> +proj=lonlat +a=6378647.541 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Cottonwood [NAD 1983 HARN Adj. Minnesota Cottonwood]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104716> +proj=lonlat +a=6378514.953 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Crow_Wing [NAD 1983 HARN Adj. Minnesota Crow Wing]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104717> +proj=lonlat +a=6378546.957 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Dakota [NAD 1983 HARN Adj. Minnesota Dakota]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104718> +proj=lonlat +a=6378421.989 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Dodge [NAD 1983 HARN Adj. Minnesota Dodge]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104719> +proj=lonlat +a=6378481.425 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Douglas [NAD 1983 HARN Adj. Minnesota Douglas]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104720> +proj=lonlat +a=6378518.001 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Faribault [NAD 1983 HARN Adj. Minnesota Faribault]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104721> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Fillmore [NAD 1983 HARN Adj. Minnesota Fillmore]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104722> +proj=lonlat +a=6378464.661 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Freeborn [NAD 1983 HARN Adj. Minnesota Freeborn]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104723> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Goodhue [NAD 1983 HARN Adj. Minnesota Goodhue]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104724> +proj=lonlat +a=6378434.181 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Grant [NAD 1983 HARN Adj. Minnesota Grant]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104725> +proj=lonlat +a=6378518.001 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Hennepin [NAD 1983 HARN Adj. Minnesota Hennepin]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104726> +proj=lonlat +a=6378418.941 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Houston [NAD 1983 HARN Adj. Minnesota Houston]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104727> +proj=lonlat +a=6378436.619 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Isanti [NAD 1983 HARN Adj. Minnesota Isanti]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104728> +proj=lonlat +a=6378411.321 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Itasca_North [NAD 1983 HARN Adj. Minnesota Itasca North]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104729> +proj=lonlat +a=6378574.389 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Itasca_South [NAD 1983 HARN Adj. Minnesota Itasca South]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104730> +proj=lonlat +a=6378574.389 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Jackson [NAD 1983 HARN Adj. Minnesota Jackson]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104731> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Kanabec [NAD 1983 HARN Adj. Minnesota Kanabec]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104732> +proj=lonlat +a=6378472.281 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Kandiyohi [NAD 1983 HARN Adj. Minnesota Kandiyohi]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104733> +proj=lonlat +a=6378498.189 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Kittson [NAD 1983 HARN Adj. Minnesota Kittson]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104734> +proj=lonlat +a=6378449.421 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Koochiching [NAD 1983 HARN Adj. Minnesota Koochiching]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104735> +proj=lonlat +a=6378525.621 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Lac_Qui_Parle [NAD 1983 HARN Adj. Minnesota Lac Qui Parle]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104736> +proj=lonlat +a=6378476.853 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Lake_of_the_Woods_North [NAD 1983 HARN Adj. Minnesota Lake of the Woods North]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104737> +proj=lonlat +a=6378466.185 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Lake_of_the_Woods_South [NAD 1983 HARN Adj. Minnesota Lake of the Woods South]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104738> +proj=lonlat +a=6378496.665 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Le_Sueur [NAD 1983 HARN Adj. Minnesota Le Sueur]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104739> +proj=lonlat +a=6378434.181 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Lincoln [NAD 1983 HARN Adj. Minnesota Lincoln]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104740> +proj=lonlat +a=6378643.579 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Lyon [NAD 1983 HARN Adj. Minnesota Lyon]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104741> +proj=lonlat +a=6378559.758 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_McLeod [NAD 1983 HARN Adj. Minnesota McLeod]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104742> +proj=lonlat +a=6378414.369 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Mahnomen [NAD 1983 HARN Adj. Minnesota Mahnomen]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104743> +proj=lonlat +a=6378586.581 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Marshall [NAD 1983 HARN Adj. Minnesota Marshall]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104744> +proj=lonlat +a=6378441.801 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Martin [NAD 1983 HARN Adj. Minnesota Martin]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104745> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Meeker [NAD 1983 HARN Adj. Minnesota Meeker]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104746> +proj=lonlat +a=6378498.189 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Morrison [NAD 1983 HARN Adj. Minnesota Morrison]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104747> +proj=lonlat +a=6378502.761 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Mower [NAD 1983 HARN Adj. Minnesota Mower]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104748> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Murray [NAD 1983 HARN Adj. Minnesota Murray]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104749> +proj=lonlat +a=6378617.061 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Nicollet [NAD 1983 HARN Adj. Minnesota Nicollet]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104750> +proj=lonlat +a=6378403.701 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Nobles [NAD 1983 HARN Adj. Minnesota Nobles]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104751> +proj=lonlat +a=6378624.681 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Norman [NAD 1983 HARN Adj. Minnesota Norman]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104752> +proj=lonlat +a=6378468.623 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Olmsted [NAD 1983 HARN Adj. Minnesota Olmsted]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104753> +proj=lonlat +a=6378481.425 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Ottertail [NAD 1983 HARN Adj. Minnesota Ottertail]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104754> +proj=lonlat +a=6378525.621 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Pennington [NAD 1983 HARN Adj. Minnesota Pennington]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104755> +proj=lonlat +a=6378445.763 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Pine [NAD 1983 HARN Adj. Minnesota Pine]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104756> +proj=lonlat +a=6378472.281 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Pipestone [NAD 1983 HARN Adj. Minnesota Pipestone]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104757> +proj=lonlat +a=6378670.401 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Polk [NAD 1983 HARN Adj. Minnesota Polk]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104758> +proj=lonlat +a=6378445.763 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Pope [NAD 1983 HARN Adj. Minnesota Pope]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104759> +proj=lonlat +a=6378502.761 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Ramsey [NAD 1983 HARN Adj. Minnesota Ramsey]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104760> +proj=lonlat +a=6378418.941 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Red_Lake [NAD 1983 HARN Adj. Minnesota Red Lake]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104761> +proj=lonlat +a=6378445.763 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Redwood [NAD 1983 HARN Adj. Minnesota Redwood]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104762> +proj=lonlat +a=6378438.753 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Renville [NAD 1983 HARN Adj. Minnesota Renville]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104763> +proj=lonlat +a=6378414.369 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Rice [NAD 1983 HARN Adj. Minnesota Rice]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104764> +proj=lonlat +a=6378434.181 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Rock [NAD 1983 HARN Adj. Minnesota Rock]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104765> +proj=lonlat +a=6378624.681 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Roseau [NAD 1983 HARN Adj. Minnesota Roseau]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104766> +proj=lonlat +a=6378449.421 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_St_Louis_North [NAD 1983 HARN Adj. Minnesota St Louis North]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104767> +proj=lonlat +a=6378543.909 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_St_Louis_Central [NAD 1983 HARN Adj. Minnesota St Louis Central]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104768> +proj=lonlat +a=6378605.783 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_St_Louis_South [NAD 1983 HARN Adj. Minnesota St Louis South]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104769> +proj=lonlat +a=6378540.861 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Scott [NAD 1983 HARN Adj. Minnesota Scott]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104770> +proj=lonlat +a=6378421.989 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Sherburne [NAD 1983 HARN Adj. Minnesota Sherburne]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104771> +proj=lonlat +a=6378443.325 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Sibley [NAD 1983 HARN Adj. Minnesota Sibley]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104772> +proj=lonlat +a=6378414.369 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Stearns [NAD 1983 HARN Adj. Minnesota Stearns]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104773> +proj=lonlat +a=6378502.761 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Steele [NAD 1983 HARN Adj. Minnesota Steele]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104774> +proj=lonlat +a=6378481.425 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Stevens [NAD 1983 HARN Adj. Minnesota Stevens]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104775> +proj=lonlat +a=6378502.761 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Swift [NAD 1983 HARN Adj. Minnesota Swift]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104776> +proj=lonlat +a=6378470.757 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Todd [NAD 1983 HARN Adj. Minnesota Todd]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104777> +proj=lonlat +a=6378548.481 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Traverse [NAD 1983 HARN Adj. Minnesota Traverse]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104778> +proj=lonlat +a=6378463.746 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Wabasha [NAD 1983 HARN Adj. Minnesota Wabasha]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104779> +proj=lonlat +a=6378426.561 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Wadena [NAD 1983 HARN Adj. Minnesota Wadena]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104780> +proj=lonlat +a=6378546.957 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Waseca [NAD 1983 HARN Adj. Minnesota Waseca]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104781> +proj=lonlat +a=6378481.425 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Watonwan [NAD 1983 HARN Adj. Minnesota Watonwan]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104782> +proj=lonlat +a=6378514.953 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Winona [NAD 1983 HARN Adj. Minnesota Winona]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104783> +proj=lonlat +a=6378453.688 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Wright [NAD 1983 HARN Adj. Minnesota Wright]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104784> +proj=lonlat +a=6378443.325 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_Yellow_Medicine [NAD 1983 HARN Adj. Minnesota Yellow Medicine]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104785> +proj=lonlat +a=6378530.193 +rf=298.2572221008827 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_MN_St_Louis [NAD 1983 HARN Adj. Minnesota St. Louis]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<104786> +proj=lonlat +a=6378523.0 +rf=298.2752724 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Adams [NAD 1983 HARN Adj. Wisconsin Adams]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104800> +proj=lonlat +a=6378376.271 +rf=298.268410995005 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Ashland [NAD 1983 HARN Adj. Wisconsin Ashland]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104801> +proj=lonlat +a=6378471.92 +rf=298.272883775229 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Barron [NAD 1983 HARN Adj. Wisconsin Barron]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104802> +proj=lonlat +a=6378472.931 +rf=298.272931052052 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Bayfield [NAD 1983 HARN Adj. Wisconsin Bayfield]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104803> +proj=lonlat +a=6378411.351 +rf=298.270051421254 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Brown [NAD 1983 HARN Adj. Wisconsin Brown]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104804> +proj=lonlat +a=6378137.0 +rf=298.257222100225 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Buffalo [NAD 1983 HARN Adj. Wisconsin Buffalo]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104805> +proj=lonlat +a=6378380.991 +rf=298.268631713702 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Burnett [NAD 1983 HARN Adj. Wisconsin Burnett]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104806> +proj=lonlat +a=6378414.96 +rf=298.270220186885 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Calumet [NAD 1983 HARN Adj. Wisconsin Calumet]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104807> +proj=lonlat +a=6378345.09 +rf=298.266952895494 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Chippewa [NAD 1983 HARN Adj. Wisconsin Chippewa]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<104808> +proj=lonlat +a=6378412.542 +rf=298.270107115315 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Clark [NAD 1983 HARN Adj. Wisconsin Clark]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104809> +proj=lonlat +a=6378470.401 +rf=298.272812743089 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Columbia [NAD 1983 HARN Adj. Wisconsin Columbia]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104810> +proj=lonlat +a=6378376.331 +rf=298.268413800752 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Crawford [NAD 1983 HARN Adj. Wisconsin Crawford]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104811> +proj=lonlat +a=6378379.031 +rf=298.268540059328 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Dane [NAD 1983 HARN Adj. Wisconsin Dane]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104812> +proj=lonlat +a=6378407.621 +rf=298.269876997368 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Dodge [NAD 1983 HARN Adj. Wisconsin Dodge]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104813> +proj=lonlat +a=6378376.811 +rf=298.268436246721 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Door [NAD 1983 HARN Adj. Wisconsin Door]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104814> +proj=lonlat +a=6378313.92 +rf=298.26549531037 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Douglas [NAD 1983 HARN Adj. Wisconsin Douglas]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104815> +proj=lonlat +a=6378414.93 +rf=298.270218784012 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Dunn [NAD 1983 HARN Adj. Wisconsin Dunn]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104816> +proj=lonlat +a=6378413.021 +rf=298.270129514522 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_EauClaire [NAD 1983 HARN Adj. Wisconsin EauClaire]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104817> +proj=lonlat +a=6378380.381 +rf=298.268603188617 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Florence [NAD 1983 HARN Adj. Wisconsin Florence]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104818> +proj=lonlat +a=6378530.851 +rf=298.275639532334 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_FondduLac [NAD 1983 HARN Adj. Wisconsin FondduLac]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104819> +proj=lonlat +a=6378345.09 +rf=298.266952895494 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Forest [NAD 1983 HARN Adj. Wisconsin Forest]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104820> +proj=lonlat +a=6378591.521 +rf=298.278476609315 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Grant [NAD 1983 HARN Adj. Wisconsin Grant]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104821> +proj=lonlat +a=6378378.881 +rf=298.268533044963 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Green [NAD 1983 HARN Adj. Wisconsin Green]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104822> +proj=lonlat +a=6378408.481 +rf=298.269917213063 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_GreenLake [NAD 1983 HARN Adj. Wisconsin GreenLake]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104823> +proj=lonlat +a=6378375.601 +rf=298.268379664173 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Iowa [NAD 1983 HARN Adj. Wisconsin Iowa]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104824> +proj=lonlat +a=6378408.041 +rf=298.269896637591 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Iron [NAD 1983 HARN Adj. Wisconsin Iron]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104825> +proj=lonlat +a=6378655.071 +rf=298.281448362111 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Jackson [NAD 1983 HARN Adj. Wisconsin Jackson]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104826> +proj=lonlat +a=6378409.151 +rf=298.269948543895 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Jefferson [NAD 1983 HARN Adj. Wisconsin Jefferson]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104827> +proj=lonlat +a=6378376.811 +rf=298.268436246721 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Juneau [NAD 1983 HARN Adj. Wisconsin Juneau]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104828> +proj=lonlat +a=6378376.271 +rf=298.268410995005 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Kenosha [NAD 1983 HARN Adj. Wisconsin Kenosha]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104829> +proj=lonlat +a=6378315.7 +rf=298.265578547505 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Kewaunee [NAD 1983 HARN Adj. Wisconsin Kewaunee]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104830> +proj=lonlat +a=6378285.86 +rf=298.264183156421 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_LaCrosse [NAD 1983 HARN Adj. Wisconsin LaCrosse]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104831> +proj=lonlat +a=6378379.301 +rf=298.268552685186 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Lafayette [NAD 1983 HARN Adj. Wisconsin Lafayette]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104832> +proj=lonlat +a=6378408.481 +rf=298.269917213063 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Langlade [NAD 1983 HARN Adj. Wisconsin Langlade]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104833> +proj=lonlat +a=6378560.121 +rf=298.277008268831 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Lincoln [NAD 1983 HARN Adj. Wisconsin Lincoln]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104834> +proj=lonlat +a=6378531.821 +rf=298.275684891897 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Manitowoc [NAD 1983 HARN Adj. Wisconsin Manitowoc]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104835> +proj=lonlat +a=6378285.86 +rf=298.264183156421 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Marathon [NAD 1983 HARN Adj. Wisconsin Marathon]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104836> +proj=lonlat +a=6378500.6 +rf=298.274224921888 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Marinette [NAD 1983 HARN Adj. Wisconsin Marinette]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104837> +proj=lonlat +a=6378376.041 +rf=298.268400239645 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Marquette [NAD 1983 HARN Adj. Wisconsin Marquette]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104838> +proj=lonlat +a=6378375.601 +rf=298.268379664173 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Menominee [NAD 1983 HARN Adj. Wisconsin Menominee]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104839> +proj=lonlat +a=6378406.601 +rf=298.269829299684 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Milwaukee [NAD 1983 HARN Adj. Wisconsin Milwaukee]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104840> +proj=lonlat +a=6378315.7 +rf=298.265578547505 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Monroe [NAD 1983 HARN Adj. Wisconsin Monroe]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104841> +proj=lonlat +a=6378438.991 +rf=298.27134393498 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Oconto [NAD 1983 HARN Adj. Wisconsin Oconto]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104842> +proj=lonlat +a=6378345.42 +rf=298.266968327098 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Oneida [NAD 1983 HARN Adj. Wisconsin Oneida]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104843> +proj=lonlat +a=6378593.86 +rf=298.278585986653 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Outagamie [NAD 1983 HARN Adj. Wisconsin Outagamie]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104844> +proj=lonlat +a=6378345.09 +rf=298.266952895494 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Ozaukee [NAD 1983 HARN Adj. Wisconsin Ozaukee]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104845> +proj=lonlat +a=6378315.7 +rf=298.265578547505 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Pepin [NAD 1983 HARN Adj. Wisconsin Pepin]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104846> +proj=lonlat +a=6378381.271 +rf=298.268644807185 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Pierce [NAD 1983 HARN Adj. Wisconsin Pierce]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104847> +proj=lonlat +a=6378381.271 +rf=298.268644807185 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Polk [NAD 1983 HARN Adj. Wisconsin Polk]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104848> +proj=lonlat +a=6378413.671 +rf=298.270159910105 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Portage [NAD 1983 HARN Adj. Wisconsin Portage]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104849> +proj=lonlat +a=6378344.377 +rf=298.266919538913 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Price [NAD 1983 HARN Adj. Wisconsin Price]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104850> +proj=lonlat +a=6378563.891 +rf=298.277184563214 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Racine [NAD 1983 HARN Adj. Wisconsin Racine]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104851> +proj=lonlat +a=6378315.7 +rf=298.265578547505 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Richland [NAD 1983 HARN Adj. Wisconsin Richland]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104852> +proj=lonlat +a=6378408.091 +rf=298.269898975713 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Rock [NAD 1983 HARN Adj. Wisconsin Rock]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104853> +proj=lonlat +a=6378377.671 +rf=298.268476462415 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Rusk [NAD 1983 HARN Adj. Wisconsin Rusk]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104854> +proj=lonlat +a=6378472.751 +rf=298.272922634813 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_StCroix [NAD 1983 HARN Adj. Wisconsin StCroix]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104855> +proj=lonlat +a=6378412.511 +rf=298.270105665679 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Sauk [NAD 1983 HARN Adj. Wisconsin Sauk]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104856> +proj=lonlat +a=6378407.281 +rf=298.26986109814 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Sawyer [NAD 1983 HARN Adj. Wisconsin Sawyer]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104857> +proj=lonlat +a=6378534.451 +rf=298.275807877103 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Shawano [NAD 1983 HARN Adj. Wisconsin Shawano]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104858> +proj=lonlat +a=6378406.051 +rf=298.269803580344 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Sheboygan [NAD 1983 HARN Adj. Wisconsin Sheboygan]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104859> +proj=lonlat +a=6378285.86 +rf=298.264183156421 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Taylor [NAD 1983 HARN Adj. Wisconsin Taylor]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104860> +proj=lonlat +a=6378532.921 +rf=298.275736330576 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Trempealeau [NAD 1983 HARN Adj. Wisconsin Trempealeau]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104861> +proj=lonlat +a=6378380.091 +rf=298.26858962751 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Vernon [NAD 1983 HARN Adj. Wisconsin Vernon]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104862> +proj=lonlat +a=6378408.941 +rf=298.269938723784 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Vilas [NAD 1983 HARN Adj. Wisconsin Vilas]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104863> +proj=lonlat +a=6378624.171 +rf=298.280003402845 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Walworth [NAD 1983 HARN Adj. Wisconsin Walworth]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104864> +proj=lonlat +a=6378377.411 +rf=298.268464304182 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Washburn [NAD 1983 HARN Adj. Wisconsin Washburn]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104865> +proj=lonlat +a=6378474.591 +rf=298.273008677695 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Washington [NAD 1983 HARN Adj. Wisconsin Washington]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104866> +proj=lonlat +a=6378407.141 +rf=298.269854551399 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Waukesha [NAD 1983 HARN Adj. Wisconsin Waukesha]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104867> +proj=lonlat +a=6378376.871 +rf=298.268439052467 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Waupaca [NAD 1983 HARN Adj. Wisconsin Waupaca]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104868> +proj=lonlat +a=6378375.251 +rf=298.268363297321 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Waushara [NAD 1983 HARN Adj. Wisconsin Waushara]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104869> +proj=lonlat +a=6378405.971 +rf=298.269799839349 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Winnebago [NAD 1983 HARN Adj. Wisconsin Winnebago]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104870> +proj=lonlat +a=6378345.09 +rf=298.266952895494 +no_defs <>
+
+# GCS_NAD_1983_HARN_Adj_WI_Wood [NAD 1983 HARN Adj. Wisconsin Wood]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<104871> +proj=lonlat +a=6378437.651 +rf=298.271281273316 +no_defs <>
+
+# GCS_ITRF_2005 [ITRF 2005]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104896> +proj=lonlat +ellps=GRS80 +no_defs <>
+
+# GCS_Mercury_2000 [Mercury]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104900> +proj=lonlat +a=2439700.0 +rf=0.0 +no_defs <>
+
+# GCS_Venus_1985 [Venus 1985]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104901> +proj=lonlat +a=6051000.0 +rf=0.0 +no_defs <>
+
+# GCS_Venus_2000 [Venus 2000]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104902> +proj=lonlat +a=6051800.0 +rf=0.0 +no_defs <>
+
+# GCS_Moon_2000 [The Moon]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104903> +proj=lonlat +a=1737400.0 +rf=0.0 +no_defs <>
+
+# GCS_Mars_1979 [Mars 1979]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104904> +proj=lonlat +a=3393400.0 +rf=192.0430107526882 +no_defs <>
+
+# GCS_Mars_2000 [Mars 2000]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104905> +proj=lonlat +a=3396190.0 +rf=169.8944472236118 +no_defs <>
+
+# GCS_Deimos_2000 [Mars - Deimos]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104906> +proj=lonlat +a=6200.0 +rf=0.0 +no_defs <>
+
+# GCS_Phobos_2000 [Mars - Phobos]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104907> +proj=lonlat +a=11100.0 +rf=0.0 +no_defs <>
+
+# GCS_Jupiter_2000 [Jupiter]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104908> +proj=lonlat +a=71492000.0 +rf=15.41440275981026 +no_defs <>
+
+# GCS_Adrastea_2000 [Jupiter - Adrastea]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104909> +proj=lonlat +a=8200.0 +rf=0.0 +no_defs <>
+
+# GCS_Amalthea_2000 [Jupiter - Amalthea]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104910> +proj=lonlat +a=83500.0 +rf=0.0 +no_defs <>
+
+# GCS_Ananke_2000 [Jupiter - Ananke]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104911> +proj=lonlat +a=10000.0 +rf=0.0 +no_defs <>
+
+# GCS_Callisto_2000 [Jupiter - Callisto]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104912> +proj=lonlat +a=2409300.0 +rf=0.0 +no_defs <>
+
+# GCS_Carme_2000 [Jupiter - Carme]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104913> +proj=lonlat +a=15000.0 +rf=0.0 +no_defs <>
+
+# GCS_Elara_2000 [Jupiter - Elara]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104914> +proj=lonlat +a=40000.0 +rf=0.0 +no_defs <>
+
+# GCS_Europa_2000 [Jupiter - Europa]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104915> +proj=lonlat +a=1562090.0 +rf=0.0 +no_defs <>
+
+# GCS_Ganymede_2000 [Jupiter - Ganymede]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104916> +proj=lonlat +a=2632345.0 +rf=0.0 +no_defs <>
+
+# GCS_Himalia_2000 [Jupiter - Himalia]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104917> +proj=lonlat +a=85000.0 +rf=0.0 +no_defs <>
+
+# GCS_Io_2000 [Jupiter - Io]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104918> +proj=lonlat +a=1821460.0 +rf=0.0 +no_defs <>
+
+# GCS_Leda_2000 [Jupiter - Leda]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104919> +proj=lonlat +a=5000.0 +rf=0.0 +no_defs <>
+
+# GCS_Lysithea_2000 [Jupiter - Lysithea]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104920> +proj=lonlat +a=12000.0 +rf=0.0 +no_defs <>
+
+# GCS_Metis_2000 [Jupiter - Metis]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104921> +proj=lonlat +a=30000.0 +rf=3.0 +no_defs <>
+
+# GCS_Pasiphae_2000 [Jupiter - Pasiphae]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104922> +proj=lonlat +a=18000.0 +rf=0.0 +no_defs <>
+
+# GCS_Sinope_2000 [Jupiter - Sinope]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104923> +proj=lonlat +a=14000.0 +rf=0.0 +no_defs <>
+
+# GCS_Thebe_2000 [Jupiter - Thebe]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104924> +proj=lonlat +a=49300.0 +rf=0.0 +no_defs <>
+
+# GCS_Saturn_2000 [Saturn]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104925> +proj=lonlat +a=60268000.0 +rf=10.2079945799458 +no_defs <>
+
+# GCS_Atlas_2000 [Saturn - Atlas]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104926> +proj=lonlat +a=16000.0 +rf=0.0 +no_defs <>
+
+# GCS_Calypso_2000 [Saturn - Calypso]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104927> +proj=lonlat +a=9500.0 +rf=0.0 +no_defs <>
+
+# GCS_Dione_2000 [Saturn - Dione]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104928> +proj=lonlat +a=560000.0 +rf=0.0 +no_defs <>
+
+# GCS_Enceladus_2000 [Saturn - Enceladus]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104929> +proj=lonlat +a=249400.0 +rf=0.0 +no_defs <>
+
+# GCS_Epimetheus_2000 [Saturn - Epimetheus]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104930> +proj=lonlat +a=59500.0 +rf=0.0 +no_defs <>
+
+# GCS_Helene_2000 [Saturn - Helene]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104931> +proj=lonlat +a=16000.0 +rf=0.0 +no_defs <>
+
+# GCS_Hyperion_2000 [Saturn - Hyperion]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104932> +proj=lonlat +a=133000.0 +rf=0.0 +no_defs <>
+
+# GCS_Iapetus_2000 [Saturn - Iapetus]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104933> +proj=lonlat +a=718000.0 +rf=0.0 +no_defs <>
+
+# GCS_Janus_2000 [Saturn - Janus]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104934> +proj=lonlat +a=88800.0 +rf=0.0 +no_defs <>
+
+# GCS_Mimas_2000 [Saturn - Mimas]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104935> +proj=lonlat +a=198630.0 +rf=0.0 +no_defs <>
+
+# GCS_Pan_2000 [Saturn - Pan]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104936> +proj=lonlat +a=10000.0 +rf=0.0 +no_defs <>
+
+# GCS_Pandora_2000 [Saturn - Pandora]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104937> +proj=lonlat +a=41900.0 +rf=0.0 +no_defs <>
+
+# GCS_Phoebe_2000 [Saturn - Phoebe]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104938> +proj=lonlat +a=110000.0 +rf=0.0 +no_defs <>
+
+# GCS_Prometheus_2000 [Saturn - Prometheus]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104939> +proj=lonlat +a=50100.0 +rf=0.0 +no_defs <>
+
+# GCS_Rhea_2000 [Saturn - Rhea]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104940> +proj=lonlat +a=764000.0 +rf=0.0 +no_defs <>
+
+# GCS_Telesto_2000 [Saturn - Telesto]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104941> +proj=lonlat +a=11000.0 +rf=0.0 +no_defs <>
+
+# GCS_Tethys_2000 [Saturn - Tethys]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104942> +proj=lonlat +a=529800.0 +rf=0.0 +no_defs <>
+
+# GCS_Titan_2000 [Saturn - Titan]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104943> +proj=lonlat +a=2575000.0 +rf=0.0 +no_defs <>
+
+# GCS_Uranus_2000 [Uranus]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104944> +proj=lonlat +a=25559000.0 +rf=43.61604095563141 +no_defs <>
+
+# GCS_Ariel_2000 [Uranus - Ariel]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104945> +proj=lonlat +a=578900.0 +rf=0.0 +no_defs <>
+
+# GCS_Belinda_2000 [Uranus - Belinda]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104946> +proj=lonlat +a=33000.0 +rf=0.0 +no_defs <>
+
+# GCS_Bianca_2000 [Uranus - Bianca]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104947> +proj=lonlat +a=21000.0 +rf=0.0 +no_defs <>
+
+# GCS_Cordelia_2000 [Uranus - Cordelia]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104948> +proj=lonlat +a=13000.0 +rf=0.0 +no_defs <>
+
+# GCS_Cressida_2000 [Uranus - Cressida]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104949> +proj=lonlat +a=31000.0 +rf=0.0 +no_defs <>
+
+# GCS_Desdemona_2000 [Uranus - Desdemona]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104950> +proj=lonlat +a=27000.0 +rf=0.0 +no_defs <>
+
+# GCS_Juliet_2000 [Uranus - Juliet]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104951> +proj=lonlat +a=42000.0 +rf=0.0 +no_defs <>
+
+# GCS_Miranda_2000 [Uranus - Miranda]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104952> +proj=lonlat +a=235800.0 +rf=0.0 +no_defs <>
+
+# GCS_Oberon_2000 [Uranus - Oberon]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104953> +proj=lonlat +a=761400.0 +rf=0.0 +no_defs <>
+
+# GCS_Ophelia_2000 [Uranus - Ophelia]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104954> +proj=lonlat +a=15000.0 +rf=0.0 +no_defs <>
+
+# GCS_Portia_2000 [Uranus - Portia]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104955> +proj=lonlat +a=54000.0 +rf=0.0 +no_defs <>
+
+# GCS_Puck_2000 [Uranus - Puck]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104956> +proj=lonlat +a=77000.0 +rf=0.0 +no_defs <>
+
+# GCS_Rosalind_2000 [Uranus - Rosalind]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104957> +proj=lonlat +a=27000.0 +rf=0.0 +no_defs <>
+
+# GCS_Titania_2000 [Uranus - Titania]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104958> +proj=lonlat +a=788900.0 +rf=0.0 +no_defs <>
+
+# GCS_Umbriel_2000 [Uranus - Umbriel]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104959> +proj=lonlat +a=584700.0 +rf=0.0 +no_defs <>
+
+# GCS_Neptune_2000 [Neptune]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104960> +proj=lonlat +a=24764000.0 +rf=58.54373522458629 +no_defs <>
+
+# GCS_Despina_2000 [Neptune - Despina]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104961> +proj=lonlat +a=74000.0 +rf=0.0 +no_defs <>
+
+# GCS_Galatea_2000 [Neptune - Galatea]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104962> +proj=lonlat +a=79000.0 +rf=0.0 +no_defs <>
+
+# GCS_Larissa_2000 [Neptune - Larissa]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104963> +proj=lonlat +a=104000.0 +rf=6.933333333333334 +no_defs <>
+
+# GCS_Naiad_2000 [Neptune - Naiad]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104964> +proj=lonlat +a=29000.0 +rf=0.0 +no_defs <>
+
+# GCS_Nereid_2000 [Neptune - Nereid]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104965> +proj=lonlat +a=170000.0 +rf=0.0 +no_defs <>
+
+# GCS_Proteus_2000 [Neptune - Proteus]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104966> +proj=lonlat +a=208000.0 +rf=0.0 +no_defs <>
+
+# GCS_Thalassa_2000 [Neptune - Thalassa]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104967> +proj=lonlat +a=40000.0 +rf=0.0 +no_defs <>
+
+# GCS_Triton_2000 [Neptune - Triton]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104968> +proj=lonlat +a=1352600.0 +rf=0.0 +no_defs <>
+
+# GCS_Pluto_2000 [Pluto]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104969> +proj=lonlat +a=1195000.0 +rf=0.0 +no_defs <>
+
+# GCS_Charon_2000 [Pluto - Charon]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104970> +proj=lonlat +a=593000.0 +rf=0.0 +no_defs <>
+
+# Mars_2000_(Sphere) [Mars 2000 (Sphere)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104971> +proj=lonlat +a=3396190.0 +rf=0.0 +no_defs <>
+
+# 1_Ceres_2015 [1 Ceres 2015]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104972> +proj=lonlat +a=470000.0 +rf=0.0 +no_defs <>
+
+# 4_Vesta_2015 [4 Vesta 2015]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104973> +proj=lonlat +a=255000.0 +rf=0.0 +no_defs <>
+
+# Mercury_2015 [Mercury 2015]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<104974> +proj=lonlat +a=2439400.0 +rf=0.0 +no_defs <>
+
+# -------- projected coordinate systems
+
+# ED_1950_Turkey_9 [ED 1950 Turkey Zone 9]
+# area: (lat: 36.5, 42.11) - (lon: 25.62, 28.5) [Turkey - west of 28.5~E onshore]
+# DEPRECATED: new code = 102550
+<2181> +proj=tmerc +ellps=intl +x_0=9500000.0 +y_0=0.0 +lon_0=27dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_10 [ED 1950 Turkey Zone 10]
+# area: (lat: 36.06, 41.46) - (lon: 28.5, 31.5) [Turkey - 28.5~E to 31.5~E onshore]
+# DEPRECATED: new code = 102551
+<2182> +proj=tmerc +ellps=intl +x_0=10500000.0 +y_0=0.0 +lon_0=30dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_11 [ED 1950 Turkey Zone 11]
+# area: (lat: 35.97, 42.07) - (lon: 31.5, 34.5) [Turkey - 31.5~E to 34.5~E onshore]
+# DEPRECATED: new code = 102552
+<2183> +proj=tmerc +ellps=intl +x_0=11500000.0 +y_0=0.0 +lon_0=33dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_12 [ED 1950 Turkey Zone 12]
+# area: (lat: 35.81, 42.15) - (lon: 34.5, 37.5) [Turkey - 34.5~E to 37.5~E onshore]
+# DEPRECATED: new code = 102553
+<2184> +proj=tmerc +ellps=intl +x_0=12500000.0 +y_0=0.0 +lon_0=36dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_13 [ED 1950 Turkey Zone 13]
+# area: (lat: 36.66, 41.19) - (lon: 37.5, 40.5) [Turkey - 37.5~E to 40.5~E onshore]
+# DEPRECATED: new code = 102554
+<2185> +proj=tmerc +ellps=intl +x_0=13500000.0 +y_0=0.0 +lon_0=39dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_14 [ED 1950 Turkey Zone 14]
+# area: (lat: 37.02, 41.6) - (lon: 40.5, 43.5) [Turkey - 40.5~E to 43.5~E onshore]
+# DEPRECATED: new code = 102555
+<2186> +proj=tmerc +ellps=intl +x_0=14500000.0 +y_0=0.0 +lon_0=42dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_15 [ED 1950 Turkey Zone 15]
+# area: (lat: 36.97, 41.02) - (lon: 43.5, 44.83) [Turkey - east of 43.5~E]
+# DEPRECATED: new code = 102556
+<2187> +proj=tmerc +ellps=intl +x_0=15500000.0 +y_0=0.0 +lon_0=45dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# Pulkovo_1995_GK_Zone_2 [Pulkovo 1995 GK Zone 2]
+# area: (lat: 50.21, 54.18) - (lon: 9.93, 12.0) [Europe - 6~E to 12~E and Pulkovo by country]
+<20002> +proj=tmerc +ellps=krass +x_0=2500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Pulkovo_1995_GK_Zone_3 [Pulkovo 1995 GK Zone 3]
+# area: (lat: 45.78, 54.89) - (lon: 12.0, 18.0) [Europe - 12~E to 18~E onshore and S-42(58) by country]
+<20003> +proj=tmerc +ellps=krass +x_0=3500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Pulkovo_1995_GK_Zone_2N [Pulkovo 1995 GK Zone 2N]
+# area: (lat: 50.21, 54.18) - (lon: 9.93, 12.0) [Europe - 6~E to 12~E and Pulkovo by country]
+<20062> +proj=tmerc +ellps=krass +x_0=500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Pulkovo_1995_GK_Zone_3N [Pulkovo 1995 GK Zone 3N]
+# area: (lat: 45.78, 54.89) - (lon: 12.0, 18.0) [Europe - 12~E to 18~E onshore and S-42(58) by country]
+<20063> +proj=tmerc +ellps=krass +x_0=500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# La_Canoa_UTM_Zone_21N [La Canoa UTM Zone 21N]
+# area: (lat: 7.6, 10.0) - (lon: -61.0, -58.0) [Venezuela - east of 60~W, N hemisphere]
+<24721> +proj=utm +ellps=intl +zone=21 +towgs84=-273.5,110.6,-357.9 +no_defs <>
+
+# NAD_1927_StatePlane_Hawaii_1_FIPS_5101 [NAD 1927 SPCS Zone Hawaii 1]
+# area: (lat: 18.87, 20.33) - (lon: -156.1, -154.74) [USA - Hawaii - island of Hawaii - onshore]
+# DISCONTINUED
+<26761> +proj=tmerc +datum=NAD27 +units=us-ft +x_0=152400.3048006096 +y_0=0.0 +lon_0=155d30'W +lat_0=18d50'N +k_0=0.9999666666666667 +no_defs <>
+
+# NAD_1927_StatePlane_Hawaii_2_FIPS_5102 [NAD 1927 SPCS Zone Hawaii 2]
+# area: (lat: 20.45, 21.26) - (lon: -157.36, -155.93) [USA - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore]
+# DISCONTINUED
+<26762> +proj=tmerc +datum=NAD27 +units=us-ft +x_0=152400.3048006096 +y_0=0.0 +lon_0=156d40'W +lat_0=20d20'N +k_0=0.9999666666666667 +no_defs <>
+
+# NAD_1927_StatePlane_Hawaii_3_FIPS_5103 [NAD 1927 SPCS Zone Hawaii 3]
+# area: (lat: 21.2, 21.75) - (lon: -158.33, -157.61) [USA - Hawaii - Oahu - onshore]
+# DISCONTINUED
+<26763> +proj=tmerc +datum=NAD27 +units=us-ft +x_0=152400.3048006096 +y_0=0.0 +lon_0=158dW +lat_0=21d10'N +k_0=0.99999 +no_defs <>
+
+# NAD_1927_StatePlane_Hawaii_4_FIPS_5104 [NAD 1927 SPCS Zone Hawaii 4]
+# area: (lat: 21.81, 22.29) - (lon: -159.85, -159.23) [USA - Hawaii - Kauai - onshore]
+# DISCONTINUED
+<26764> +proj=tmerc +datum=NAD27 +units=us-ft +x_0=152400.3048006096 +y_0=0.0 +lon_0=159d30'W +lat_0=21d50'N +k_0=0.99999 +no_defs <>
+
+# NAD_1927_StatePlane_Hawaii_5_FIPS_5105 [NAD 1927 SPCS Zone Hawaii 5]
+# area: (lat: 21.73, 22.07) - (lon: -160.3, -159.99) [USA - Hawaii - Niihau - onshore]
+# DISCONTINUED
+<26765> +proj=tmerc +datum=NAD27 +units=us-ft +x_0=152400.3048006096 +y_0=0.0 +lon_0=160d10'W +lat_0=21d40'N +k_0=1.0 +no_defs <>
+
+# NAD_1927_StatePlane_Michigan_North_FIPS_2111 [NAD 1927 SPCS Zone Michigan North]
+# area: (lat: 45.08, 48.32) - (lon: -90.42, -83.44) [USA - Michigan - SPCS - N]
+<26788> +proj=lcc +datum=NAD27 +units=us-ft +x_0=609601.2192024385 +y_0=0.0 +lon_0=87dW +lat_0=44d47'N +lat_1=45d29'N +lat_2=47d5'N +nadgrids=conus +no_defs <>
+
+# NAD_1927_StatePlane_Michigan_Central_FIPS_2112 [NAD 1927 SPCS Zone Michigan Central]
+# area: (lat: 43.8, 45.92) - (lon: -87.06, -82.27) [USA - Michigan - SPCS - C]
+<26789> +proj=lcc +datum=NAD27 +units=us-ft +x_0=609601.2192024385 +y_0=0.0 +lon_0=84d20'W +lat_0=43d19'N +lat_1=44d11'N +lat_2=45d42'N +nadgrids=conus +no_defs <>
+
+# NAD_1927_StatePlane_Michigan_South_FIPS_2113 [NAD 1927 SPCS Zone Michigan South]
+# area: (lat: 41.69, 44.22) - (lon: -87.2, -82.13) [USA - Michigan - SPCS - S]
+<26790> +proj=lcc +datum=NAD27 +units=us-ft +x_0=609601.2192024385 +y_0=0.0 +lon_0=84d20'W +lat_0=41d30'N +lat_1=42d6'N +lat_2=43d40'N +nadgrids=conus +no_defs <>
+
+# Nord_Algerie [Nord Algerie]
+# area: (lat: 34.64, 37.14) - (lon: -2.22, 8.64) [Algeria - north of 34~39'N]
+<30591> +proj=lcc +a=6378249.145 +rf=293.465 +x_0=500135.0 +y_0=300090.0 +lon_0=3dE +lat_0=40dN +lat_1=40dN +k_0=0.999625544 +towgs84=-123.0,-206.0,219.0 +no_defs <>
+
+# Sud_Algerie [Sud Algerie]
+# area: (lat: 31.49, 34.66) - (lon: -3.85, 9.22) [Algeria - 31~30'N to 34~39'N]
+<30592> +proj=lcc +a=6378249.145 +rf=293.465 +x_0=500135.0 +y_0=300090.0 +lon_0=3dE +lat_0=37dN +lat_1=37dN +k_0=0.999625769 +towgs84=-123.0,-206.0,219.0 +no_defs <>
+
+# Germany_Zone_1 [Germany Zone 1]
+# area: (lat: 55.24, 55.92) - (lon: 3.34, 4.5) [Germany - offshore North Sea west of 4.5~E]
+<31491> +proj=tmerc +ellps=bessel +x_0=1500000.0 +y_0=0.0 +lon_0=3dE +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Germany_Zone_2 [Germany Zone 2]
+# area: (lat: 49.11, 53.81) - (lon: 5.86, 7.5) [Germany - West Germany - west of 7.5~E]
+<31492> +proj=tmerc +ellps=bessel +x_0=2500000.0 +y_0=0.0 +lon_0=6dE +lat_0=0dN +k_0=1.0 +nadgrids=BETA2007.gsb +no_defs <>
+
+# Germany_Zone_3 [Germany Zone 3]
+# area: (lat: 47.27, 55.09) - (lon: 7.5, 10.51) [Germany - West-Germany - 7.5~E to 10.5~E]
+<31493> +proj=tmerc +ellps=bessel +x_0=3500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=1.0 +nadgrids=BETA2007.gsb +no_defs <>
+
+# Germany_Zone_4 [Germany Zone 4]
+# area: (lat: 47.39, 54.59) - (lon: 10.5, 13.51) [Germany - West Germany - 10.5~E to 13.5~E]
+<31494> +proj=tmerc +ellps=bessel +x_0=4500000.0 +y_0=0.0 +lon_0=12dE +lat_0=0dN +k_0=1.0 +nadgrids=BETA2007.gsb +no_defs <>
+
+# Germany_Zone_5 [Germany Zone 5]
+# area: (lat: 48.51, 48.98) - (lon: 13.5, 13.84) [Germany - West Germany - east of 13.5~E]
+<31495> +proj=tmerc +ellps=bessel +x_0=5500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=1.0 +towgs84=597.1,71.4,412.1,0.894,0.068,-1.563,7.58 +no_defs <>
+
+# NAD_1927_StatePlane_Puerto_Rico_FIPS_5201 [NAD 1927 SPCS Zone Puerto Rico]
+# area: (lat: 14.92, 21.86) - (lon: -68.49, -65.04) [Puerto Rico]
+<32059> +proj=lcc +datum=NAD27 +units=us-ft +x_0=152400.3048006096 +y_0=0.0 +lon_0=66d26'W +lat_0=17d50'N +lat_1=18d2'N +lat_2=18d26'N +towgs84=-3.0,142.0,183.0 +no_defs <>
+
+# NAD_1927_StatePlane_Virgin_Islands_St_Croix_FIPS_5202 [NAD 1927 SPCS Zone St. Croix]
+# area: (lat: 16.22, 21.83) - (lon: -66.05, -63.88) [Virgin Islands, US]
+<32060> +proj=lcc +datum=NAD27 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=66d26'W +lat_0=17d50'N +lat_1=18d2'N +lat_2=18d26'N +towgs84=-3.0,142.0,183.0 +no_defs <>
+
+# Sphere_Equidistant_Cylindrical [Equidistant Cyl.]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53002> +proj=eqc +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=60dN +no_defs <>
+
+# Sphere_Miller_Cylindrical [Miller Cylindrical]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53003> +proj=mill +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Mercator [Mercator]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53004> +proj=merc +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=0dN +no_defs <>
+
+# Sphere_Sinusoidal [Sinusoidal]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53008> +proj=sinu +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Mollweide [Mollweide]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53009> +proj=moll +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Eckert_VI [Eckert VI]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53010> +proj=eck6 +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Eckert_V [Eckert V]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53011> +proj=eck5 +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Eckert_IV [Eckert IV]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53012> +proj=eck4 +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Eckert_III [Eckert III]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53013> +proj=eck3 +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Eckert_II [Eckert II]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53014> +proj=eck2 +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Eckert_I [Eckert I]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53015> +proj=eck1 +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Gall_Stereographic [Gall Stereographic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53016> +proj=gall +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Winkel_I [Winkel I]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53018> +proj=wink1 +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=50d27'35.19450788332279"N +no_defs <>
+
+# Sphere_Winkel_II [Winkel II]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53019> +proj=wink2 +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_1=50d27'35.19450788332279"N +no_defs <>
+
+# Sphere_Polyconic [Polyconic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53021> +proj=poly +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +no_defs <>
+
+# Sphere_Quartic_Authalic [Quartic Authalic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53022> +proj=qua_aut +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Loximuthal [Loximuthal]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53023> +proj=loxim +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_1=40dN +no_defs <>
+
+# Sphere_Bonne [Bonne]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53024> +proj=bonne +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_1=60dN +no_defs <>
+
+# Sphere_Hotine [Hotine]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53025> +proj=omerc +ellps=sphere +x_0=0.0 +y_0=0.0 +k_0=1.0 +lat_0=40dN +lat_1=0dN +lat_2=60dN +lon_1=0dE +lon_2=60dE +no_uoff +no_defs <>
+
+# Sphere_Stereographic [Stereographic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53026> +proj=stere +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Sphere_Equidistant_Conic [Equidistant Conic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53027> +proj=eqdc +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +lat_1=60dN +lat_2=60dN +no_defs <>
+
+# Sphere_Cassini [Cassini]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53028> +proj=cass +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Sphere_Van_der_Grinten_I [Van der Grinten I]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53029> +proj=vandg +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Robinson [Robinson]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53030> +proj=robin +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Two_Point_Equidistant [Two-Point Equidistant]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53031> +proj=tpeqd +ellps=sphere +x_0=0.0 +y_0=0.0 +lat_1=0dN +lat_2=60dN +lon_1=0dE +lon_2=60dE +no_defs <>
+
+# Sphere_Azimuthal_Equidistant [Azimuthal Equidistant]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53032> +proj=aeqd +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +no_defs <>
+
+# Sphere_Cylindrical_Equal_Area [Cylindrical Equal Area]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53034> +proj=cea +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=0dN +no_defs <>
+
+# Sphere_Winkel_Tripel_NGS [Winkel Tripel (NGS version)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53042> +proj=wintri +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_1=50d28'1.2"N +no_defs <>
+
+# Sphere_Aitoff [Aitoff]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53043> +proj=aitoff +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Flat_Polar_Quartic [Flat Polar Quartic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53045> +proj=mbtfpq +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Craster_Parabolic [Craster Parabolic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53046> +proj=crast +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Times [Times]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53048> +proj=times +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Vertical_Perspective [Vertical Near-Side Perspective (Geosynchronous Orbit)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53049> +proj=nsper +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +h=35800000.0 +no_defs <>
+
+# Sphere_Wagner_IV [Wagner IV]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53074> +proj=wag4 +a=6371007.0 +rf=0.0 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +no_defs <>
+
+# Sphere_Wagner_V [Wagner V]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53075> +proj=wag5 +a=6371008.7714 +rf=0.0 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Wagner_VII [Wagner VII]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53076> +proj=wag7 +a=6371007.0 +rf=0.0 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +no_defs <>
+
+# Sphere_Natural_Earth [Natural Earth]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53077> +proj=natearth +a=6371008.7714 +rf=0.0 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Natural_Earth_II [Natural Earth II]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53078> +proj=natearth2 +a=6371008.7714 +rf=0.0 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Patterson [Patterson]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53079> +proj=patterson +a=6371008.7714 +rf=0.0 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# Sphere_Compact_Miller [Compact Miller]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<53080> +proj=comill +a=6371008.7714 +rf=0.0 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Equidistant_Cylindrical [Equidistant Cyl.]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54002> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=60dN +no_defs <>
+
+# World_Miller_Cylindrical [Miller Cylindrical]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54003> +proj=mill +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Mercator [Mercator]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54004> +proj=merc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=0dN +no_defs <>
+
+# World_Sinusoidal [Sinusoidal]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54008> +proj=sinu +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Mollweide [Mollweide]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54009> +proj=moll +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Eckert_VI [Eckert VI]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54010> +proj=eck6 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Eckert_V [Eckert V]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54011> +proj=eck5 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Eckert_IV [Eckert IV]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54012> +proj=eck4 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Eckert_III [Eckert III]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54013> +proj=eck3 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Eckert_II [Eckert II]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54014> +proj=eck2 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Eckert_I [Eckert I]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54015> +proj=eck1 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Gall_Stereographic [Gall Stereographic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54016> +proj=gall +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Winkel_I [Winkel I]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54018> +proj=wink1 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=50d27'35.19450788332279"N +no_defs <>
+
+# World_Winkel_II [Winkel II]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54019> +proj=wink2 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_1=50d27'35.19450788332279"N +no_defs <>
+
+# World_Polyconic [Polyconic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54021> +proj=poly +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +no_defs <>
+
+# World_Quartic_Authalic [Quartic Authalic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54022> +proj=qua_aut +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Loximuthal [Loximuthal]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54023> +proj=loxim +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_1=40dN +no_defs <>
+
+# World_Bonne [Bonne]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54024> +proj=bonne +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_1=60dN +no_defs <>
+
+# World_Hotine [Hotine]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54025> +proj=omerc +datum=WGS84 +x_0=0.0 +y_0=0.0 +k_0=1.0 +lat_0=40dN +lat_1=0dN +lat_2=60dN +lon_1=0dE +lon_2=60dE +no_uoff +no_defs <>
+
+# World_Stereographic [Stereographic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54026> +proj=stere +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# World_Equidistant_Conic [Equidistant Conic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54027> +proj=eqdc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +lat_1=60dN +lat_2=60dN +no_defs <>
+
+# World_Cassini [Cassini]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54028> +proj=cass +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# World_Van_der_Grinten_I [Van der Grinten I]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54029> +proj=vandg +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Robinson [Robinson]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54030> +proj=robin +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Two_Point_Equidistant [Two-Point Equidistant]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54031> +proj=tpeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lat_1=0dN +lat_2=60dN +lon_1=0dE +lon_2=60dE +no_defs <>
+
+# World_Azimuthal_Equidistant [Azimuthal Equidistant]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54032> +proj=aeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +no_defs <>
+
+# World_Cylindrical_Equal_Area [Cylindrical Equal Area]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54034> +proj=cea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=0dN +no_defs <>
+
+# World_Winkel_Tripel_NGS [Winkel Tripel (NGS version)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54042> +proj=wintri +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_1=50d28'1.2"N +no_defs <>
+
+# World_Aitoff [Aitoff]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54043> +proj=aitoff +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Flat_Polar_Quartic [Flat Polar Quartic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54045> +proj=mbtfpq +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Craster_Parabolic [Craster Parabolic]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54046> +proj=crast +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Times [Times]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54048> +proj=times +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Vertical_Perspective [Vertical Near-Side Perspective (Geosynchronous Orbit)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54049> +proj=nsper +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +h=35800000.0 +no_defs <>
+
+# World_Cube [Cube]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54051> +proj=qsc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Goode_Homolosine_Land [Goode Homolosine - Land]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54052> +proj=igh +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Goode_Homolosine_Ocean [Goode Homolosine - Ocean]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54053> +proj=igh +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=160dW +no_defs <>
+
+# World_Wagner_IV [Wagner IV]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54074> +proj=wag4 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +no_defs <>
+
+# World_Wagner_V [Wagner V]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54075> +proj=wag5 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Wagner_VII [Wagner VII]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54076> +proj=wag7 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +no_defs <>
+
+# World_Natural_Earth [Natural Earth]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54077> +proj=natearth +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Natural_Earth_II [Natural Earth II]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54078> +proj=natearth2 +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Patterson [Patterson]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54079> +proj=patterson +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# World_Compact_Miller [Compact Miller]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<54080> +proj=comill +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +no_defs <>
+
+# NAD_1927_StatePlane_Guam_FIPS_5400 [NAD 1927 SPCS Zone Guam]
+# area: (lat: 10.95, 15.91) - (lon: 141.19, 148.18) [Guam]
+<65061> +proj=poly +datum=NAD27 +units=us-ft +x_0=50000.0 +y_0=50000.0 +lon_0=144d44'55.50254"E +lat_0=13d28'20.87887"N +no_defs <>
+
+# American_Samoa_1962_StatePlane_American_Samoa_FIPS_5300 [American Samoa 1962 SPCS American Samoa]
+# area: (lat: -17.56, -10.02) - (lon: -173.75, -165.2) [American Samoa]
+<65062> +proj=lcc +ellps=clrk66 +units=us-ft +x_0=152400.3048006096 +y_0=95169.31165862334 +lon_0=170dW +lat_0=14d16'S +lat_1=14d16'S +k_0=1.0 +towgs84=-115.0,118.0,426.0 +no_defs <>
+
+# NAD_1983_StatePlane_Guam_FIPS_5400 [NAD 1983 SPCS Zone Guam]
+# area: (lat: 10.95, 15.91) - (lon: 141.19, 148.18) [Guam]
+<65161> +proj=poly +datum=NAD83 +x_0=50000.0 +y_0=50000.0 +lon_0=144d44'55.50254"E +lat_0=13d28'20.87887"N +no_defs <>
+
+# Canada_Albers_Equal_Area_Conic [NAD 1983 Albers Canada]
+# area: (lat: 40.04, 86.46) - (lon: -141.01, -47.74) [Canada]
+<102001> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=40dN +lat_1=50dN +lat_2=70dN +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Canada_Lambert_Conformal_Conic [NAD 1983 Lambert Canada]
+# area: (lat: 40.04, 86.46) - (lon: -141.01, -47.74) [Canada]
+<102002> +proj=lcc +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=40dN +lat_1=50dN +lat_2=70dN +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# USA_Contiguous_Albers_Equal_Area_Conic [NAD 1983 Albers contiguous USA]
+# area: (lat: 24.41, 49.38) - (lon: -124.79, -66.91) [USA - CONUS - onshore]
+<102003> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=37d30'N +lat_1=29d30'N +lat_2=45d30'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# USA_Contiguous_Lambert_Conformal_Conic [NAD 1983 Lambert contiguous USA]
+# area: (lat: 24.41, 49.38) - (lon: -124.79, -66.91) [USA - CONUS - onshore]
+<102004> +proj=lcc +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=39dN +lat_1=33dN +lat_2=45dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# USA_Contiguous_Equidistant_Conic [NAD 1983 Equidistant Conic contiguous USA]
+# area: (lat: 24.41, 49.38) - (lon: -124.79, -66.91) [USA - CONUS - onshore]
+<102005> +proj=eqdc +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=39dN +lat_1=33dN +lat_2=45dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# Hawaii_Albers_Equal_Area_Conic [NAD 1983 Albers Hawaii]
+# area: (lat: 18.87, 22.29) - (lon: -160.3, -154.74) [USA - Hawaii - onshore]
+<102007> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=157dW +lat_0=13dN +lat_1=8dN +lat_2=18dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# North_America_Albers_Equal_Area_Conic [NAD 1983 Albers North America]
+# area: (lat: 23.81, 86.46) - (lon: -172.54, -47.74) [North America - Canada and USA (CONUS, Alaska mainland)]
+<102008> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=40dN +lat_1=20dN +lat_2=60dN +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# North_America_Lambert_Conformal_Conic [NAD 1983 Lambert North America]
+# area: (lat: 23.81, 86.46) - (lon: -172.54, -47.74) [North America - Canada and USA (CONUS, Alaska mainland)]
+<102009> +proj=lcc +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=40dN +lat_1=20dN +lat_2=60dN +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# North_America_Equidistant_Conic [NAD 1983 Equidistant Conic North America]
+# area: (lat: 23.81, 86.46) - (lon: -172.54, -47.74) [North America - Canada and USA (CONUS, Alaska mainland)]
+<102010> +proj=eqdc +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=40dN +lat_1=20dN +lat_2=60dN +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Africa_Sinusoidal [WGS 1984 Sinusoidal Africa]
+# area: (lat: -35.0, 39.0) - (lon: -25.0, 55.0) [Africa]
+<102011> +proj=sinu +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=15dE +no_defs <>
+
+# Asia_Lambert_Conformal_Conic [WGS 1984 Lambert Asia]
+# area: (lat: -10.0, 85.0) - (lon: 25.0, 185.0) [Asia]
+<102012> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=105dE +lat_0=0dN +lat_1=30dN +lat_2=62dN +no_defs <>
+
+# Europe_Albers_Equal_Area_Conic [ED 1950 Albers Europe]
+# area: (lat: 34.0, 85.0) - (lon: -30.0, 50.0) [Europe]
+<102013> +proj=aea +ellps=intl +x_0=0.0 +y_0=0.0 +lon_0=10dE +lat_0=30dN +lat_1=43dN +lat_2=62dN +towgs84=-87.0,-98.0,-121.0 +no_defs <>
+
+# Europe_Lambert_Conformal_Conic [ED 1950 Lambert Europe]
+# area: (lat: 34.0, 85.0) - (lon: -30.0, 50.0) [Europe]
+<102014> +proj=lcc +ellps=intl +x_0=0.0 +y_0=0.0 +lon_0=10dE +lat_0=30dN +lat_1=43dN +lat_2=62dN +towgs84=-87.0,-98.0,-121.0 +no_defs <>
+
+# South_America_Lambert_Conformal_Conic [SAD 1969 Lambert South America]
+# area: (lat: -60.0, 15.0) - (lon: -90.0, -30.0) [South America]
+<102015> +proj=lcc +ellps=aust_SA +x_0=0.0 +y_0=0.0 +lon_0=60dW +lat_0=32dS +lat_1=5dS +lat_2=42dS +towgs84=-57.0,1.0,-41.0 +no_defs <>
+
+# North_Pole_Azimuthal_Equidistant [WGS 1984 Azimuthal Equidistant North Pole]
+# area: (lat: 0.0, 90.0) - (lon: -180.0, 180.0) [World - north of 0~N]
+<102016> +proj=aeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +no_defs <>
+
+# North_Pole_Lambert_Azimuthal_Equal_Area [WGS 1984 Lambert Azimuthal EqArea North Pole]
+# area: (lat: 0.0, 90.0) - (lon: -180.0, 180.0) [World - north of 0~N]
+<102017> +proj=laea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +no_defs <>
+
+# North_Pole_Stereographic [WGS 1984 Stereographic North Pole]
+# area: (lat: 0.0, 90.0) - (lon: -180.0, 180.0) [World - north of 0~N]
+<102018> +proj=stere +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +k_0=1.0 +no_defs <>
+
+# South_Pole_Azimuthal_Equidistant [WGS 1984 Azimuthal Equidistant South Pole]
+# area: (lat: -90.0, 0.0) - (lon: -180.0, 180.0) [World - south of 0~N]
+<102019> +proj=aeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +no_defs <>
+
+# South_Pole_Lambert_Azimuthal_Equal_Area [WGS 1984 Lambert Azimuthal EqArea South Pole]
+# area: (lat: -90.0, 0.0) - (lon: -180.0, 180.0) [World - south of 0~N]
+<102020> +proj=laea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +no_defs <>
+
+# South_Pole_Stereographic [WGS 1984 Stereographic South Pole]
+# area: (lat: -90.0, 0.0) - (lon: -180.0, 180.0) [World - south of 0~N]
+<102021> +proj=stere +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +k_0=1.0 +no_defs <>
+
+# Africa_Albers_Equal_Area_Conic [WGS 1984 Albers for Africa]
+# area: (lat: -35.0, 39.0) - (lon: -25.0, 55.0) [Africa]
+<102022> +proj=aea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=25dE +lat_0=0dN +lat_1=20dN +lat_2=23dS +no_defs <>
+
+# Africa_Equidistant_Conic [WGS 1984 Equidistant Conic for Africa]
+# area: (lat: -35.0, 39.0) - (lon: -25.0, 55.0) [Africa]
+<102023> +proj=eqdc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=25dE +lat_0=0dN +lat_1=20dN +lat_2=23dS +no_defs <>
+
+# Africa_Lambert_Conformal_Conic [WGS 1984 Lambert for Africa]
+# area: (lat: -35.0, 39.0) - (lon: -25.0, 55.0) [Africa]
+<102024> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=25dE +lat_0=0dN +lat_1=20dN +lat_2=23dS +no_defs <>
+
+# Asia_North_Albers_Equal_Area_Conic [WGS 1984 Albers for Northern Asia]
+# area: (lat: 10.0, 85.0) - (lon: 25.0, 185.0) [Asia - North]
+<102025> +proj=aea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=95dE +lat_0=30dN +lat_1=15dN +lat_2=65dN +no_defs <>
+
+# Asia_North_Equidistant_Conic [WGS 1984 Equidistant Conic for Northern Asia]
+# area: (lat: 10.0, 85.0) - (lon: 25.0, 185.0) [Asia - North]
+<102026> +proj=eqdc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=95dE +lat_0=30dN +lat_1=15dN +lat_2=65dN +no_defs <>
+
+# Asia_North_Lambert_Conformal_Conic [WGS 1984 Lambert for Northern Asia]
+# area: (lat: 10.0, 85.0) - (lon: 25.0, 185.0) [Asia - North]
+<102027> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=95dE +lat_0=30dN +lat_1=15dN +lat_2=65dN +no_defs <>
+
+# Asia_South_Albers_Equal_Area_Conic [WGS 1984 Albers for Southern Asia]
+# area: (lat: -10.0, 30.0) - (lon: 25.0, 165.0) [Asia - South]
+<102028> +proj=aea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=125dE +lat_0=15dS +lat_1=7dN +lat_2=32dS +no_defs <>
+
+# Asia_South_Equidistant_Conic [WGS 1984 Equidistant Conic for Southern Asia]
+# area: (lat: -10.0, 30.0) - (lon: 25.0, 165.0) [Asia - South]
+<102029> +proj=eqdc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=125dE +lat_0=15dS +lat_1=7dN +lat_2=32dS +no_defs <>
+
+# Asia_South_Lambert_Conformal_Conic [WGS 1984 Lambert for Southern Asia]
+# area: (lat: -10.0, 30.0) - (lon: 25.0, 165.0) [Asia - South]
+<102030> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=125dE +lat_0=15dS +lat_1=7dN +lat_2=32dS +no_defs <>
+
+# Europe_Equidistant_Conic [ED 1950 Equidistant Conic Europe]
+# area: (lat: 34.0, 85.0) - (lon: -30.0, 50.0) [Europe]
+<102031> +proj=eqdc +ellps=intl +x_0=0.0 +y_0=0.0 +lon_0=10dE +lat_0=30dN +lat_1=43dN +lat_2=62dN +towgs84=-87.0,-98.0,-121.0 +no_defs <>
+
+# South_America_Equidistant_Conic [SAD 1969 Equidistant Conic South America]
+# area: (lat: -60.0, 15.0) - (lon: -90.0, -30.0) [South America]
+<102032> +proj=eqdc +ellps=aust_SA +x_0=0.0 +y_0=0.0 +lon_0=60dW +lat_0=32dS +lat_1=5dS +lat_2=42dS +towgs84=-57.0,1.0,-41.0 +no_defs <>
+
+# South_America_Albers_Equal_Area_Conic [SAD 1969 Albers South America]
+# area: (lat: -60.0, 15.0) - (lon: -90.0, -30.0) [South America]
+<102033> +proj=aea +ellps=aust_SA +x_0=0.0 +y_0=0.0 +lon_0=60dW +lat_0=32dS +lat_1=5dS +lat_2=42dS +towgs84=-57.0,1.0,-41.0 +no_defs <>
+
+# North_Pole_Gnomonic [WGS 1984 Gnomonic North Pole]
+# area: (lat: 0.0, 90.0) - (lon: -180.0, 180.0) [World - north of 0~N]
+<102034> +proj=gnom +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +no_defs <>
+
+# North_Pole_Orthographic [WGS 1984 Orthographic North Pole]
+# area: (lat: 0.0, 90.0) - (lon: -180.0, 180.0) [World - north of 0~N]
+<102035> +proj=ortho +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +no_defs <>
+
+# South_Pole_Gnomonic [WGS 1984 Gnomonic South Pole]
+# area: (lat: -90.0, 0.0) - (lon: -180.0, 180.0) [World - south of 0~N]
+<102036> +proj=gnom +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +no_defs <>
+
+# South_Pole_Orthographic [WGS 1984 Orthographic South Pole]
+# area: (lat: -90.0, 0.0) - (lon: -180.0, 180.0) [World - south of 0~N]
+<102037> +proj=ortho +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +no_defs <>
+
+# The_World_From_Space [The World from Space (center in MA)]
+# area: (lat: -90.0, 90.0) - (lon: -180.0, 180.0) [World]
+<102038> +proj=ortho +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=72d32'2.399804088781821e-07"W +lat_0=42d31'59."N +no_defs <>
+
+# USA_Contiguous_Albers_Equal_Area_Conic_USGS_version [NAD 1983 USGS Contiguous USA Albers]
+# area: (lat: 24.41, 49.38) - (lon: -124.79, -66.91) [USA - CONUS - onshore]
+<102039> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=23dN +lat_1=29d30'N +lat_2=45d30'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# COB_NAD83_2007 [NAD 1983 HARN State Plane Washington N Bellevue (FtUS)]
+# area: (lat: 47.5, 47.69) - (lon: -122.26, -122.06) [USA - Washington - Bellevue]
+<102041> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0701041404 +y_0=0.07315214630429262 +lon_0=120d50'W +lat_0=47dN +lat_1=47d30'N +lat_2=48d44'N +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_USFS_R9_Albers [NAD 1983 USFS R9 Albers]
+# area: (lat: 35.9, 49.5) - (lon: -97.3, -66.8) [USA - USFS - Eastern Region]
+<102042> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=82d15'W +lat_0=35dN +lat_1=38d15'N +lat_2=47d15'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_20N [NAD 1983 CORS96 UTM Zone 20N]
+# area: (lat: 14.92, 21.86) - (lon: -68.49, -63.88) [Caribbean - Puerto Rico and US Virgin Islands]
+<102043> +proj=utm +ellps=GRS80 +zone=20 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_NSRS2007_UTM_Zone_20N [NAD 1983 CORS96 UTM Zone 20N]
+# area: (lat: 14.92, 21.86) - (lon: -68.49, -63.88) [Caribbean - Puerto Rico and US Virgin Islands]
+<102044> +proj=utm +ellps=GRS80 +zone=20 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# NAD_1983_2011_UTM_Zone_20N [NAD 1983 2011 UTM Zone 20N]
+# area: (lat: 14.92, 21.86) - (lon: -68.49, -63.88) [Caribbean - Puerto Rico and US Virgin Islands]
+<102045> +proj=utm +ellps=GRS80 +zone=20 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# D48_Slovenia_TM [D48 Slovenia TM]
+# area: (lat: 45.42, 46.88) - (lon: 13.38, 16.61) [Slovenia]
+<102060> +proj=tmerc +ellps=bessel +x_0=500000.0 +y_0=-5000000.0 +lon_0=15dE +lat_0=0dN +k_0=0.9999 +towgs84=426.62,142.62,460.09,4.98,4.49,-12.42,-17.1 +no_defs <>
+
+# Everest_Modified_1969_RSO_Malaya_Meters [Everest Modified 1969 RSO Malaya Meters]
+# area: (lat: 1.21, 6.72) - (lon: 99.59, 104.6) [Malaysia - West Malaysia - onshore]
+<102061> +proj=omerc +ellps=evrst69 +x_0=804670.24 +y_0=0.0 +k_0=0.99984 +lonc=102d15'E +lat_0=4dN +alpha=-36.97420943711801 +gamma=-36.86989764584402 +no_uoff +no_defs <>
+
+# Kertau_RSO_Malaya_Meters [Kertau RSO Malaya Meters]
+# area: (lat: 1.21, 6.72) - (lon: 99.59, 104.6) [Malaysia - West Malaysia - onshore]
+<102062> +proj=omerc +ellps=evrst48 +x_0=804671.299775 +y_0=0.0 +k_0=0.99984 +lonc=102d15'E +lat_0=4dN +alpha=-36.97420943711801 +gamma=-36.86989764584402 +no_uoff +towgs84=-11.0,851.0,5.0 +no_defs <>
+
+# Kandawala_Ceylon_Belt_Meters [Kandawala Ceylon Belt Meters]
+# area: (lat: 2.58, 11.45) - (lon: 77.02, 85.24) [Sri Lanka]
+<102063> +proj=tmerc +ellps=evrst30 +x_0=160933.56048 +y_0=160933.56048 +lon_0=80d46'18.16"E +lat_0=7d0'1.729"N +k_0=1.0 +towgs84=-97.0,787.0,86.0 +no_defs <>
+
+# Kandawala_Ceylon_Belt_Indian_Yards_1937 [Kandawala Ceylon Belt Indian Yards 1937]
+# area: (lat: 2.58, 11.45) - (lon: 77.02, 85.24) [Sri Lanka]
+<102064> +proj=tmerc +ellps=evrst30 +units=ind-yd +x_0=160933.56048 +y_0=160933.56048 +lon_0=80d46'18.16"E +lat_0=7d0'1.729"N +k_0=1.0 +towgs84=-97.0,787.0,86.0 +no_defs <>
+
+# EMEP_50_Kilometer_Grid [EMEP 50 Kilometer Grid]
+# area: (lat: 34.0, 85.0) - (lon: -30.0, 50.0) [Europe]
+<102068> +proj=stere +a=6370000.0 +rf=0.0 +to_meter=50000.0 +x_0=400000.0 +y_0=5500000.0 +lon_0=32dW +lat_0=90dN +lat_ts=60dN +k_0=1.0 +no_defs <>
+
+# EMEP_150_Kilometer_Grid [EMEP 150 kilometer Grid]
+# area: (lat: 34.0, 85.0) - (lon: -30.0, 50.0) [Europe]
+<102069> +proj=stere +a=6370000.0 +rf=0.0 +to_meter=150000.0 +x_0=450000.0 +y_0=5550000.0 +lon_0=32dW +lat_0=90dN +lat_ts=60dN +k_0=1.0 +no_defs <>
+
+# Guernsey_Grid [Isle of Guernsey]
+# area: (lat: 49.11, 50.16) - (lon: -3.73, -2.02) [Channel Islands - Guernsey, Alderney, Sark]
+<102070> +proj=tmerc +datum=WGS84 +x_0=47000.0 +y_0=50000.0 +lon_0=2d25'W +lat_0=49d30'N +k_0=0.999997 +no_defs <>
+
+# AGD_1966_ACT_Grid_AGC_Zone [AGD 1966 ACT Grid AGC Zone]
+# area: (lat: -35.93, -35.12) - (lon: 148.76, 149.4) [Australia - Australian Capital Territory]
+<102071> +proj=tmerc +ellps=aust_SA +x_0=200000.0 +y_0=4510193.4939 +lon_0=149d0'33.4614"E +lat_0=0dN +k_0=1.000086 +nadgrids=A66_National_13_09_01.gsb +no_defs <>
+
+# AGD_1966_ISG_54_2 [AGD 1966 NSW ISG Zone 54 / 2]
+# area: (lat: -48.19, -9.08) - (lon: 138.0, 144.01) [Australia - 138~E to 144~E]
+<102072> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=141dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs <>
+
+# AGD_1966_ISG_54_3 [AGD 1966 NSW ISG Zone 54 / 3]
+# area: (lat: -48.19, -9.08) - (lon: 138.0, 144.01) [Australia - 138~E to 144~E]
+<102073> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=143dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs <>
+
+# AGD_1966_ISG_55_1 [AGD 1966 NSW ISG Zone 55 / 1]
+# area: (lat: -50.89, -9.23) - (lon: 144.0, 150.01) [Australia - 144~E to 150~E]
+<102074> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=145dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs <>
+
+# AGD_1966_ISG_55_2 [AGD 1966 NSW ISG Zone 55 / 2]
+# area: (lat: -50.89, -9.23) - (lon: 144.0, 150.01) [Australia - 144~E to 150~E]
+<102075> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=147dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs <>
+
+# AGD_1966_ISG_55_3 [AGD 1966 NSW ISG Zone 55 / 3]
+# area: (lat: -50.89, -9.23) - (lon: 144.0, 150.01) [Australia - 144~E to 150~E]
+<102076> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=149dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs <>
+
+# AGD_1966_ISG_56_1 [AGD 1966 NSW ISG Zone 56 / 1]
+# area: (lat: -58.96, -13.87) - (lon: 150.0, 156.0) [Australia - 150~E to 156~E]
+<102077> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=151dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs <>
+
+# AGD_1966_ISG_56_2 [AGD 1966 NSW ISG Zone 56 / 2]
+# area: (lat: -58.96, -13.87) - (lon: 150.0, 156.0) [Australia - 150~E to 156~E]
+<102078> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=153dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs <>
+
+# AGD_1966_ISG_56_3 [AGD 1966 NSW ISG Zone 56 / 3]
+# area: (lat: -58.96, -13.87) - (lon: 150.0, 156.0) [Australia - 150~E to 156~E]
+<102079> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=155dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs <>
+
+# Roma_1940_Gauss_Boaga_Est [Roma 1940 Gauss Boaga Est]
+# area: (lat: 34.76, 47.1) - (lon: 12.0, 18.99) [Italy - east of 12~E]
+<102093> +proj=tmerc +ellps=intl +x_0=2520000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.9996 +no_defs <>
+
+# Roma_1940_Gauss_Boaga_Ovest [Roma 1940 Gauss Boaga Ovest]
+# area: (lat: 36.53, 47.04) - (lon: 5.94, 12.0) [Italy - west of 12~E]
+<102094> +proj=tmerc +ellps=intl +x_0=1500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=0.9996 +no_defs <>
+
+# Bab_South_Palau_Azimuthal_Equidistant [Bab South Palau Azi Equidist]
+# area: (lat: 1.64, 11.45) - (lon: 129.48, 136.98) [Palau]
+<102096> +proj=aeqd +ellps=clrk66 +x_0=50000.0 +y_0=150000.0 +lon_0=134d27'1.6015"E +lat_0=7d21'4.3996"N +no_defs <>
+
+# ETRS_1989_UTM_Zone_26N [ETRS 1989 UTM Zone 26N]
+# area: (lat: 25.1, 65.8) - (lon: -30.0, -24.0) [Europe - 30~W to 24~W]
+<102097> +proj=utm +ellps=GRS80 +zone=26 +no_defs <>
+
+# ETRS_1989_UTM_Zone_27N [ETRS 1989 UTM Zone 27N]
+# area: (lat: 27.6, 66.5) - (lon: -24.0, -18.0) [Europe - 24~W to 18~W]
+<102098> +proj=utm +ellps=GRS80 +zone=27 +no_defs <>
+
+# ETRS_1989_UTM_Zone_39N [ETRS 1989 UTM Zone 39N]
+# area: (lat: 36.0, 75.0) - (lon: 48.0, 54.0) [Europe - 48~E to 54~E]
+<102099> +proj=utm +ellps=GRS80 +zone=39 +no_defs <>
+
+# NGO_1948_Norway_Zone_1 [NGO 1948 Norway zone 1]
+# area: (lat: 57.93, 63.06) - (lon: 4.68, 7.23) [Norway - zone I]
+<102101> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=6d3'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Norway_Zone_2 [NGO 1948 Norway zone 2]
+# area: (lat: 57.95, 63.87) - (lon: 7.22, 9.56) [Norway - zone II]
+<102102> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=8d23'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Norway_Zone_3 [NGO 1948 Norway zone 3]
+# area: (lat: 58.84, 65.76) - (lon: 9.55, 11.98) [Norway - zone III]
+<102103> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=10d43'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Norway_Zone_4 [NGO 1948 Norway zone 4]
+# area: (lat: 59.88, 69.06) - (lon: 11.97, 15.06) [Norway - zone IV]
+<102104> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=13d13'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Norway_Zone_5 [NGO 1948 Norway zone 5]
+# area: (lat: 66.15, 70.19) - (lon: 15.05, 18.89) [Norway - zone V]
+<102105> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=16d53'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Norway_Zone_6 [NGO 1948 Norway zone 6]
+# area: (lat: 68.33, 70.81) - (lon: 18.88, 22.89) [Norway - zone VI]
+<102106> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=20d53'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Norway_Zone_7 [NGO 1948 Norway zone 7]
+# area: (lat: 68.58, 71.21) - (lon: 22.88, 26.98) [Norway - zone VII]
+<102107> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=24d53'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Norway_Zone_8 [NGO 1948 Norway zone 8]
+# area: (lat: 69.02, 71.17) - (lon: 26.97, 31.22) [Norway - zone VIII]
+<102108> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=29d3'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# ETRS_1989_Slovenia_TM [ETRS 1989 Slovenia TM]
+# area: (lat: 45.42, 46.88) - (lon: 13.38, 16.61) [Slovenia]
+<102109> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=-5000000.0 +lon_0=15dE +lat_0=0dN +k_0=0.9999 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# Old_Hawaiian_UTM_Zone_4N [Old Hawaiian UTM zone 4N]
+# area: (lat: 19.51, 22.29) - (lon: -160.3, -155.99) [USA - 162~W to 156~W  onshore - HI]
+<102114> +proj=utm +ellps=clrk66 +zone=4 +nadgrids=hawaii +no_defs <>
+
+# Old_Hawaiian_UTM_Zone_5N [Old Hawaiian UTM zone 5N]
+# area: (lat: 18.87, 20.86) - (lon: -156.0, -154.74) [USA - 156~W to 150~W onshore - HI]
+<102115> +proj=utm +ellps=clrk66 +zone=5 +nadgrids=hawaii +no_defs <>
+
+# American_Samoa_1962_UTM_Zone_2S [American Samoa 1962 UTM zone 2S]
+# area: (lat: -17.56, -10.02) - (lon: -173.75, -165.2) [American Samoa]
+<102116> +proj=utm +ellps=clrk66 +zone=2 +south +towgs84=-115.0,118.0,426.0 +no_defs <>
+
+# NAD_1927_Alaska_Albers_Meters [NAD 1927 Alaska Albers (Meters)]
+# area: (lat: 51.3, 71.4) - (lon: 172.42, -129.99) [USA - Alaska]
+<102117> +proj=aea +datum=NAD27 +x_0=0.0 +y_0=0.0 +lon_0=154dW +lat_0=50dN +lat_1=55dN +lat_2=65dN +towgs84=-5.0,135.0,172.0 +no_defs <>
+
+# NAD_1927_Georgia_Statewide_Albers [NAD 1927 Georgia Statewide Albers]
+# area: (lat: 30.36, 35.01) - (lon: -85.61, -80.77) [USA - Georgia]
+<102118> +proj=aea +datum=NAD27 +units=us-ft +x_0=0.0 +y_0=0.0 +lon_0=83d30'W +lat_0=23dN +lat_1=29d30'N +lat_2=45d30'N +nadgrids=conus +no_defs <>
+
+# NAD_1927_Michigan_GeoRef_Feet_US [NAD 1927 Michigan GeoRef (US Survey Feet)]
+# area: (lat: 41.69, 48.32) - (lon: -90.42, -82.13) [USA - Michigan]
+<102120> +proj=omerc +datum=NAD27 +units=us-ft +x_0=2546731.495961392 +y_0=-4354009.816002033 +k_0=0.9996 +lonc=86dW +lat_0=45d18'33.0"N +alpha=337.25556 +no_uoff +nadgrids=conus +no_defs <>
+
+# NAD_1983_Michigan_GeoRef_Feet_US [NAD 1983 Michigan GeoRef (US Survey Feet)]
+# area: (lat: 41.69, 48.32) - (lon: -90.42, -82.13) [USA - Michigan]
+<102121> +proj=omerc +datum=NAD83 +units=us-ft +x_0=2546731.495961392 +y_0=-4354009.816002033 +k_0=0.9996 +lonc=86dW +lat_0=45d18'33.0"N +alpha=337.25556 +no_uoff +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1927_Michigan_GeoRef_Meters [NAD 1927 Michigan GeoRef (Meters)]
+# area: (lat: 41.69, 48.32) - (lon: -90.42, -82.13) [USA - Michigan]
+<102122> +proj=omerc +datum=NAD27 +x_0=2546731.496 +y_0=-4354009.816 +k_0=0.9996 +lonc=86dW +lat_0=45d18'33.0"N +alpha=337.25556 +no_uoff +nadgrids=conus +no_defs <>
+
+# NGO_1948_UTM_Zone_32N [NGO 1948 UTM zone 32N]
+# area: (lat: 0.0, 84.0) - (lon: 6.0, 12.0) [World - N hemisphere - 6~E to 12~E - by country]
+<102132> +proj=utm +a=6377492.018 +rf=299.1528128 +zone=32 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_UTM_Zone_33N [NGO 1948 UTM zone 33N]
+# area: (lat: 0.0, 84.0) - (lon: 12.0, 18.0) [World - N hemisphere - 12~E to 18~E - by country]
+<102133> +proj=utm +a=6377492.018 +rf=299.1528128 +zone=33 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_UTM_Zone_34N [NGO 1948 UTM zone 34N]
+# area: (lat: 0.0, 84.0) - (lon: 18.0, 24.0) [World - N hemisphere - 18~E to 24~E - by country]
+<102134> +proj=utm +a=6377492.018 +rf=299.1528128 +zone=34 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_UTM_Zone_35N [NGO 1948 UTM zone 35N]
+# area: (lat: 0.0, 84.0) - (lon: 24.0, 30.0) [World - N hemisphere - 24~E to 30~E - by country]
+<102135> +proj=utm +a=6377492.018 +rf=299.1528128 +zone=35 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Baerum_Kommune [NGO 1948 Baerum Kommune]
+# area: (lat: 59.8254, 60.0366) - (lon: 10.3371, 10.6725) [Norway - Baerum Kommune]
+<102136> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=19999.32 +y_0=-202977.79 +lon_0=10d43'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Bergenhalvoen [NGO 1948 Bergenhalvoen]
+# area: (lat: 60.1651, 60.5437) - (lon: 5.1374, 5.6993) [Norway - Bergenhalvoen Kommune]
+<102137> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=100000.0 +y_0=-200000.0 +lon_0=6d3'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Oslo_Kommune [NGO 1948 Oslo Kommune]
+# area: (lat: 59.81, 60.14) - (lon: 10.48, 10.97) [Norway - Oslo Kommune]
+<102138> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=-212979.18 +lon_0=10d43'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# Hong_Kong_1980_UTM_Zone_49N [Hong Kong 1980 UTM Zone 49N]
+# area: (lat: 22.13, 22.58) - (lon: 113.76, 114.51) [China - Hong Kong]
+<102141> +proj=utm +ellps=intl +zone=49 +towgs84=-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246 +no_defs <>
+
+# Hong_Kong_1980_UTM_Zone_50N [Hong Kong 1980 UTM Zone 50N]
+# area: (lat: 22.13, 22.58) - (lon: 113.76, 114.51) [China - Hong Kong]
+<102142> +proj=utm +ellps=intl +zone=50 +towgs84=-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246 +no_defs <>
+
+# QND_1995_UTM_39N [QND 1995 UTM Zone 39N]
+# area: (lat: 24.55, 27.05) - (lon: 50.55, 53.04) [Qatar]
+<102143> +proj=utm +ellps=intl +zone=39 +towgs84=-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065 +no_defs <>
+
+# Merchich_Degree_UTM_Zone_28N [Merchich (degrees) UTM Zone 28N]
+# area: (lat: 18.98, 27.67) - (lon: -20.68, -8.66) [Western Sahara]
+<102144> +proj=utm +ellps=clrk80ign +zone=28 +towgs84=31.0,146.0,47.0 +no_defs <>
+
+# JGD_2000_UTM_Zone_56N [JGD 2000 UTM Zone 56N]
+# area: (lat: 0.0, 84.0) - (lon: 150.0, 156.0) [World - N hemisphere - 150~E to 156~E]
+<102150> +proj=utm +ellps=GRS80 +zone=56 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Tokyo_UTM_Zone_56N [Tokyo UTM Zone 56N]
+# area: (lat: 0.0, 84.0) - (lon: 150.0, 156.0) [World - N hemisphere - 150~E to 156~E]
+<102156> +proj=utm +ellps=bessel +zone=56 +towgs84=-146.414,507.337,680.507 +no_defs <>
+
+# ETRS_1989_Kosovo_Grid [ETRS 1989 Kosovo Grid]
+# area: (lat: 41.85, 46.19) - (lon: 18.81, 23.01) [Serbia]
+<102157> +proj=tmerc +ellps=GRS80 +x_0=7500000.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=0.9999 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# Jordan_JTM [Jordan Transverse Mercator]
+# area: (lat: 29.18, 33.38) - (lon: 34.88, 39.31) [Jordan]
+<102158> +proj=tmerc +ellps=intl +x_0=500000.0 +y_0=-3000000.0 +lon_0=37dE +lat_0=0dN +k_0=0.9998 +towgs84=-86.0,-98.0,-119.0 +no_defs <>
+
+# Observatorio_Meteorologico_1965_Macau_Grid [Observ Meterologico 1965 Macau Grid]
+# area: (lat: 22.06, 22.23) - (lon: 113.52, 113.68) [China - Macao]
+<102159> +proj=tmerc +ellps=intl +x_0=20000.0 +y_0=20000.0 +lon_0=113d32'11.29"E +lat_0=22d12'44.63"N +k_0=1.0 +towgs84=-148.6316136424543,-339.4243075977868,-157.37624440126,32.88902440860026,-76.95816925503756,-32.63512216135734,8.204956320811974 +no_defs <>
+
+# Datum_73_Hayford_Gauss_IGeoE [Datum 73 Hayford Gauss IGeoE]
+# area: (lat: 29.24, 43.07) - (lon: -35.58, -6.19) [Portugal]
+<102160> +proj=tmerc +ellps=intl +x_0=200180.598 +y_0=299913.01 +lon_0=8d7'54.862"W +lat_0=39d40'N +k_0=1.0 +nadgrids=D73_ETRS89_geo.gsb +no_defs <>
+
+# Datum_73_Hayford_Gauss_IPCC [Datum 73 Hayford Gauss IPCC]
+# area: (lat: 29.24, 43.07) - (lon: -35.58, -6.19) [Portugal]
+<102161> +proj=tmerc +ellps=intl +x_0=180.598 +y_0=-86.99 +lon_0=8d7'54.862"W +lat_0=39d40'N +k_0=1.0 +nadgrids=D73_ETRS89_geo.gsb +no_defs <>
+
+# Graciosa_Base_SW_1948_UTM_Zone_26N [Graciosa Base SW 1948 UTM Zone 26N]
+# area: (lat: 38.32, 39.14) - (lon: -28.9, -26.97) [Portugal - Azores C - onshore]
+<102162> +proj=utm +ellps=intl +zone=26 +towgs84=-105.679,166.1,-37.322 +no_defs <>
+
+# Lisboa_Bessel_Bonne [Lisboa Bessel Bonne]
+# area: (lat: 29.24, 43.07) - (lon: -35.58, -6.19) [Portugal]
+<102163> +proj=bonne +ellps=bessel +x_0=0.0 +y_0=0.0 +lon_0=8d7'54.862"W +lat_1=39d40'N +towgs84=631.392,-66.551,481.442,1.09,-4.445,-4.487,-4.43 +no_defs <>
+
+# Lisboa_Hayford_Gauss_IGeoE [Lisboa Hayford Gauss IGeoE]
+# area: (lat: 29.24, 43.07) - (lon: -35.58, -6.19) [Portugal]
+<102164> +proj=tmerc +ellps=intl +x_0=200000.0 +y_0=300000.0 +lon_0=8d7'54.862"W +lat_0=39d40'N +k_0=1.0 +nadgrids=DLX_ETRS89_geo.gsb +no_defs <>
+
+# Lisboa_Hayford_Gauss_IPCC [Lisboa Hayford Gauss IPCC]
+# area: (lat: 29.24, 43.07) - (lon: -35.58, -6.19) [Portugal]
+<102165> +proj=tmerc +ellps=intl +x_0=0.0 +y_0=0.0 +lon_0=8d7'54.862"W +lat_0=39d40'N +k_0=1.0 +nadgrids=DLX_ETRS89_geo.gsb +no_defs <>
+
+# Observatorio_Meteorologico_1939_UTM_Zone_25N [Observ Meteorologico 1939 UTM Zone 25N]
+# area: (lat: 39.3, 39.77) - (lon: -31.34, -31.02) [Portugal - Azores W - onshore]
+<102166> +proj=utm +ellps=intl +zone=25 +towgs84=-487.978,-226.275,102.787,-0.743,1.677,2.087,1.485 +no_defs <>
+
+# Sao_Braz_UTM_Zone_26N [Sao Braz UTM Zone 26N]
+# area: (lat: 36.87, 37.96) - (lon: -25.92, -24.62) [Portugal - Azores E - onshore]
+<102168> +proj=utm +ellps=intl +zone=26 +towgs84=-269.089,186.247,155.667,2.005,3.606,-0.366,0.097 +no_defs <>
+
+# ETRS_1989_UWPP_1992 [ETRS 1989 Poland 1992]
+# area: (lat: 49.0, 55.93) - (lon: 14.14, 24.15) [Poland]
+<102173> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=-5300000.0 +lon_0=19dE +lat_0=0dN +k_0=0.9993 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRS_1989_UWPP_2000_PAS_5 [ETRS 1989 Poland zone 5]
+# area: (lat: 50.26, 55.35) - (lon: 14.14, 16.5) [Poland - west of 16.5~E]
+<102174> +proj=tmerc +ellps=GRS80 +x_0=5500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRS_1989_UWPP_2000_PAS_6 [ETRS 1989 Poland zone 6]
+# area: (lat: 49.39, 55.93) - (lon: 16.5, 19.5) [Poland - 16.5~E to 19.5~E]
+<102175> +proj=tmerc +ellps=GRS80 +x_0=6500000.0 +y_0=0.0 +lon_0=18dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRS_1989_UWPP_2000_PAS_7 [ETRS 1989 Poland zone 7]
+# area: (lat: 49.09, 54.55) - (lon: 19.5, 22.5) [Poland - 19.5~E to 22.5~E]
+<102176> +proj=tmerc +ellps=GRS80 +x_0=7500000.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRS_1989_UWPP_2000_PAS_8 [ETRS 1989 Poland zone 8]
+# area: (lat: 49.0, 54.41) - (lon: 22.5, 24.15) [Poland - east of 22.5~E]
+<102177> +proj=tmerc +ellps=GRS80 +x_0=8500000.0 +y_0=0.0 +lon_0=24dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# NAD_1927_10TM_AEP_Forest [NAD 1927 10TM AEP Forest]
+# area: (lat: 48.99, 60.0) - (lon: -120.0, -109.98) [Canada - Alberta]
+<102178> +proj=tmerc +datum=NAD27 +x_0=500000.0 +y_0=0.0 +lon_0=115dW +lat_0=0dN +k_0=0.9992 +nadgrids=conus +no_defs <>
+
+# NAD_1927_10TM_AEP_Resource [NAD 1927 10TM AEP Resource]
+# area: (lat: 48.99, 60.0) - (lon: -120.0, -109.98) [Canada - Alberta]
+<102179> +proj=tmerc +datum=NAD27 +x_0=0.0 +y_0=0.0 +lon_0=115dW +lat_0=0dN +k_0=0.9992 +nadgrids=conus +no_defs <>
+
+# Nord_Maroc_Degree [Merchich (degrees) Nord Maroc]
+# area: (lat: 31.49, 35.97) - (lon: -9.85, -1.01) [Morocco - north of 31.5~N]
+<102191> +proj=lcc +ellps=clrk80ign +x_0=500000.0 +y_0=300000.0 +lon_0=5d24'W +lat_0=33d18'N +lat_1=33d18'N +k_0=0.999625769 +towgs84=31.0,146.0,47.0 +no_defs <>
+
+# Sud_Maroc_Degree [Merchich (degrees) Sud Maroc]
+# area: (lat: 27.66, 31.51) - (lon: -13.24, -3.59) [Morocco - south of 31.5~N]
+<102192> +proj=lcc +ellps=clrk80ign +x_0=500000.0 +y_0=300000.0 +lon_0=5d24'W +lat_0=29d42'N +lat_1=29d42'N +k_0=0.999615596 +towgs84=31.0,146.0,47.0 +no_defs <>
+
+# Sahara_Degree [Merchich (degrees) Sahara]
+# area: (lat: 21.06, 27.9) - (lon: -17.0, -8.67) [Morocco - south of 27.9~N]
+<102193> +proj=lcc +ellps=clrk80ign +x_0=1200000.0 +y_0=400000.0 +lon_0=5d24'W +lat_0=26d6'N +lat_1=26d6'N +k_0=0.9996 +towgs84=31.0,146.0,47.0 +no_defs <>
+
+# UWPP_1992 [ETRF 1989 Poland 1992]
+# area: (lat: 49.0, 55.93) - (lon: 14.14, 24.15) [Poland]
+<102194> +proj=tmerc +ellps=WGS84 +x_0=500000.0 +y_0=-5300000.0 +lon_0=19dE +lat_0=0dN +k_0=0.9993 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# UWPP_2000_PAS_5 [ETRF 1989 Poland zone 5]
+# area: (lat: 50.26, 55.35) - (lon: 14.14, 16.5) [Poland - west of 16.5~E]
+<102195> +proj=tmerc +ellps=WGS84 +x_0=5500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# UWPP_2000_PAS_6 [ETRF 1989 Poland zone 6]
+# area: (lat: 49.39, 55.93) - (lon: 16.5, 19.5) [Poland - 16.5~E to 19.5~E]
+<102196> +proj=tmerc +ellps=WGS84 +x_0=6500000.0 +y_0=0.0 +lon_0=18dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# UWPP_2000_PAS_7 [ETRF 1989 Poland zone 7]
+# area: (lat: 49.09, 54.55) - (lon: 19.5, 22.5) [Poland - 19.5~E to 22.5~E]
+<102197> +proj=tmerc +ellps=WGS84 +x_0=7500000.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# UWPP_2000_PAS_8 [ETRF 1989 Poland zone 8]
+# area: (lat: 49.0, 54.41) - (lon: 22.5, 24.15) [Poland - east of 22.5~E]
+<102198> +proj=tmerc +ellps=WGS84 +x_0=8500000.0 +y_0=0.0 +lon_0=24dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# Ain_el_Abd_1970_Aramco_Lambert_2 [Ain el Abd 1970 Aramco Lambert 2]
+# area: (lat: 15.61, 32.16) - (lon: 34.51, 55.67) [Saudi Arabia - onshore]
+<102204> +proj=lcc +ellps=intl +x_0=1000000.0 +y_0=3000000.0 +lon_0=45dE +lat_0=24dN +lat_1=21dN +lat_2=27dN +towgs84=-143.0,-236.0,7.0 +no_defs <>
+
+# NAD_1983_WyLAM [NAD 1983 WyLAM]
+# area: (lat: 40.99, 45.01) - (lon: -111.06, -104.05) [USA - Wyoming]
+<102212> +proj=lcc +datum=NAD83 +x_0=500000.0 +y_0=200000.0 +lon_0=107d30'W +lat_0=41dN +lat_1=41dN +lat_2=45dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_UTM_Zone_58N [NAD 1983 UTM Zone 58N]
+# area: (lat: 0.0, 84.0) - (lon: 168.0, 174.0) [World - N hemisphere - 168~E to 174~E - by country]
+<102213> +proj=utm +datum=NAD83 +zone=58 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# WGS_1984_Canada_Atlas_LCC [WGS 1984 Canada Atlas LCC]
+# area: (lat: 40.04, 86.46) - (lon: -141.01, -47.74) [Canada]
+<102215> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=-8000000.0 +lon_0=95dW +lat_0=0dN +lat_1=49dN +lat_2=77dN +no_defs <>
+
+# GDA_1994_Perth_Coastal_Grid_1994 [GDA 1994 Perth Coastal Grid 1994]
+# area: (lat: -33.41666666666666, -31.33333333333333) - (lon: 115.4416666666667, 116.0833333333333) [Australia - Perth Coast]
+<102216> +proj=tmerc +ellps=GRS80 +x_0=50000.0 +y_0=3800000.0 +lon_0=115d49'E +lat_0=0dN +k_0=0.99999906 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# NAD_1983_NSRS2007_Wisconsin_TM_US_Ft [NAD 1983 NSRS2007 Wisconsin Transverse Mercator - US Ft]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<102217> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=520000.0 +y_0=-4480000.0 +lon_0=90dW +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# NAD_1983_USFS_R6_Albers [NAD 1983 USFS R6 Albers]
+# area: (lat: 41.98, 49.05) - (lon: -124.79, -116.47) [USA - Oregon and Washington]
+<102218> +proj=aea +datum=NAD83 +x_0=600000.0 +y_0=0.0 +lon_0=120dW +lat_0=34dN +lat_1=43dN +lat_2=48dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_Wisconsin_TM_US_Ft [NAD 1983 Wisconsin Transverse Mercator - US Ft]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<102219> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=520000.0 +y_0=-4480000.0 +lon_0=90dW +lat_0=0dN +k_0=0.9996 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_HARN_Wisconsin_TM_US_Ft [NAD 1983 HARN Wisconsin Transverse Mercator - US Ft]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<102220> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=520000.0 +y_0=-4480000.0 +lon_0=90dW +lat_0=0dN +k_0=0.9996 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# Ocotepeque_1935_Costa_Rica_Lambert_Norte [Costa Rica Norte]
+# area: (lat: 2.15, 11.77) - (lon: -90.45, -81.43) [Costa Rica]
+<102221> +proj=lcc +ellps=clrk66 +x_0=500000.0 +y_0=271820.522 +lon_0=84d20'W +lat_0=10d28'N +lat_1=9d56'N +lat_2=11dN +towgs84=205.0,96.0,-98.0 +no_defs <>
+
+# Ocotepeque_1935_Costa_Rica_Lambert_Sur [Costa Rica Sur]
+# area: (lat: 2.15, 11.77) - (lon: -90.45, -81.43) [Costa Rica]
+<102222> +proj=lcc +ellps=clrk66 +x_0=500000.0 +y_0=327987.436 +lon_0=83d40'W +lat_0=9dN +lat_1=8d28'N +lat_2=9d32'N +towgs84=205.0,96.0,-98.0 +no_defs <>
+
+# WGS_1984_Costa_Rica_TM_90 [Costa Rica TM 90]
+# area: (lat: 2.15, 11.77) - (lon: -90.45, -81.43) [Costa Rica]
+<102223> +proj=tmerc +datum=WGS84 +x_0=500000.0 +y_0=0.0 +lon_0=84dW +lat_0=0dN +k_0=0.9996 +no_defs <>
+
+# MONREF_1997_UTM_Zone_46N [MONREF 1997 UTM Zone 46 N]
+# area: (lat: 41.58, 52.15) - (lon: 87.76, 96) [Mongolia 46N]
+<102224> +proj=utm +ellps=GRS80 +zone=46 +no_defs <>
+
+# MONREF_1997_UTM_Zone_47N [MONREF 1997 UTM Zone 47 N]
+# area: (lat: 41.58, 52.15) - (lon: 96, 102) [Mongolia 47N]
+<102225> +proj=utm +ellps=GRS80 +zone=47 +no_defs <>
+
+# MONREF_1997_UTM_Zone_48N [MONREF 1997 UTM Zone 48 N]
+# area: (lat: 41.58, 52.15) - (lon: 102, 108) [Mongolia 48N]
+<102226> +proj=utm +ellps=GRS80 +zone=48 +no_defs <>
+
+# MONREF_1997_UTM_Zone_49N [MONREF 1997 UTM Zone 49 N]
+# area: (lat: 41.58, 52.15) - (lon: 108, 114) [Mongolia 49N]
+<102227> +proj=utm +ellps=GRS80 +zone=49 +no_defs <>
+
+# MONREF_1997_UTM_Zone_50N [MONREF 1997 UTM Zone 50 N]
+# area: (lat: 41.58, 52.15) - (lon: 114, 119.94) [Mongolia 50N]
+<102228> +proj=utm +ellps=GRS80 +zone=50 +no_defs <>
+
+# Colombia_West_West_Zone [Colombia West West Zone]
+# area: (lat: 1.23, 2.48) - (lon: -79.1, -78.58) [Colombia - west of 78~35'W]
+<102231> +proj=tmerc +ellps=intl +x_0=1000000.0 +y_0=1000000.0 +lon_0=80d4'51.3"W +lat_0=4d35'56.57"N +k_0=1.0 +towgs84=-305.356,222.004,-30.023,9.690493859925834,-1.031968196225391,19.75739417682781,6.325747 +no_defs <>
+
+# Bogota_Ciudad_Bogota [Bogota Ciudad Bogota]
+# area: (lat: -4.23, 7.1) - (lon: -74.4, -66.87) [Colombia region 8]
+<102232> +proj=tmerc +ellps=intl +x_0=92334.879 +y_0=109320.965 +lon_0=74d9'W +lat_0=4d41'N +k_0=1.000399787532524 +towgs84=221.899,274.136,-397.554,-2.808445910362777,0.4485085889126799,2.810172346791065,-2.199943 +no_defs <>
+
+# MAGNA_Ciudad_Bogota [MAGNA Ciudad Bogota]
+# area: (lat: -4.23, 7.1) - (lon: -74.4, -66.87) [Colombia region 8]
+<102233> +proj=tmerc +ellps=GRS80 +x_0=92334.879 +y_0=109320.965 +lon_0=74d8'47.73"W +lat_0=4d40'49.75"N +k_0=1.000399803265436 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Pohnpei_Az_Eq_1971 [Pohnpei Azim Equidist 1971]
+# area: (lat: -1.19, 13.43) - (lon: 135.27, 165.68) [Micronesia]
+<102237> +proj=aeqd +ellps=clrk66 +x_0=80122.82 +y_0=80747.24 +lon_0=158d12'33.4772"E +lat_0=6d57'54.2725"N +towgs84=-89.121,-348.182,260.871 +no_defs <>
+
+# Saipan_Az_Eq_1969 [Saipan Azim Equidistant 1969]
+# area: (lat: 12.38, 23.9) - (lon: 141.33, 149.55) [Northern Mariana Islands]
+<102238> +proj=aeqd +ellps=clrk66 +x_0=50000.0 +y_0=50000.0 +lon_0=145d42'40.633"E +lat_0=15d10'3.206"N +towgs84=59.935,118.4,-10.871 +no_defs <>
+
+# Guam_Geodetic_Triangulation_Network_1963 [Guam 1963 TNet]
+# area: (lat: 10.95, 15.91) - (lon: 141.19, 148.18) [Guam]
+<102239> +proj=aeqd +ellps=clrk66 +x_0=50000.0 +y_0=50000.0 +lon_0=144d44'55.50254"E +lat_0=13d28'20.87887"N +towgs84=59.935,118.4,-10.871 +no_defs <>
+
+# Guam_Geodetic_Network_1993 [Guam 1993 Net]
+# area: (lat: 10.95, 15.91) - (lon: 141.19, 148.18) [Guam]
+<102240> +proj=tmerc +ellps=GRS80 +x_0=100000.0 +y_0=200000.0 +lon_0=144d45'E +lat_0=13d30'N +k_0=1.0 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs <>
+
+# NAD_1983_CORS96_Alaska_Albers [NAD 1983 (CORS96) Alaska Albers]
+# area: (lat: 51.3, 71.4) - (lon: 172.42, -129.99) [USA - Alaska]
+<102247> +proj=aea +ellps=GRS80 +x_0=0.0 +y_0=0.0 +lon_0=154dW +lat_0=50dN +lat_1=55dN +lat_2=65dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# Nepal_Nagarkot_TM [Nepal Nagarkot TM]
+# area: (lat: 26.34, 30.43) - (lon: 80.06, 88.21) [Nepal]
+<102306> +proj=tmerc +ellps=evrst30 +x_0=500000.0 +y_0=0.0 +lon_0=84dE +lat_0=0dN +k_0=0.9999 +towgs84=293.17,726.18,245.36 +no_defs <>
+
+# CGRS_1993_LTM [CGRS 1993 LTM]
+# area: (lat: 34.59, 35.74) - (lon: 32.2, 34.65) [Cyprus - onshore]
+<102319> +proj=tmerc +ellps=WGS84 +x_0=200000.0 +y_0=-3500000.0 +lon_0=33dE +lat_0=0dN +k_0=0.99995 +towgs84=8.846,-4.394,-1.122,-0.00237,-0.146528,0.130428,0.783926 +no_defs <>
+
+# ETRS_1989_UTM_Zone_32N_7stellen [ETRS 1989 UTM Zone 32N 7Stellen]
+# area: (lat: 47.27, 55.9) - (lon: 5.5, 12.0) [Germany - west of 12~E]
+<102328> +proj=tmerc +ellps=GRS80 +x_0=2500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRS_1989_UTM_Zone_32N_8stellen [ETRS 1989 UTM Zone 32N 8Stellen]
+# area: (lat: 47.27, 55.9) - (lon: 12.0, 15.03) [Germany - east of 12~E]
+<102329> +proj=tmerc +ellps=GRS80 +x_0=32500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRS_1989_UTM_Zone_33N_7stellen [ETRS 1989 UTM Zone 33N 7Stellen]
+# area: (lat: 47.27, 55.9) - (lon: 5.5, 12.0) [Germany - west of 12~E]
+<102359> +proj=tmerc +ellps=GRS80 +x_0=3500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRS_1989_UTM_Zone_33N_8stellen [ETRS 1989 UTM Zone 33N 8Stellen]
+# area: (lat: 47.27, 55.9) - (lon: 12.0, 15.03) [Germany - east of 12~E]
+<102360> +proj=tmerc +ellps=GRS80 +x_0=33500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_59N [NAD 1983 (CORS96) UTM zone 59N]
+# area: (lat: 49.01, 56.28) - (lon: 167.65, 174.01) [USA - west of 174~E - AK, OCS]
+<102364> +proj=utm +ellps=GRS80 +zone=59 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_60N [NAD 1983 (CORS96) UTM zone 60N]
+# area: (lat: 47.92, 56.67) - (lon: 174.0, 180.0) [USA - 174~E to 180~E - AK, OCS]
+<102365> +proj=utm +ellps=GRS80 +zone=60 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_1_FIPS_5001 [NAD 1983 (CORS96) SPCS Alaska Zone 1]
+# area: (lat: 54.61, 60.35) - (lon: -141.0, -129.99) [USA - Alaska - Panhandle]
+<102366> +proj=omerc +ellps=GRS80 +x_0=5000000.0 +y_0=-5000000.0 +k_0=0.9999 +lonc=133d40'W +lat_0=57dN +alpha=-36.86989764583333 +no_uoff +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_2_FIPS_5002 [NAD 1983 (CORS96) SPCS Alaska Zone 2]
+# area: (lat: 59.72, 70.16) - (lon: -144.01, -140.98) [USA - Alaska - 144~W to 141~W]
+<102367> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=142dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_3_FIPS_5003 [NAD 1983 (CORS96) SPCS Alaska Zone 3]
+# area: (lat: 59.72, 70.38) - (lon: -148.0, -144.0) [USA - Alaska - 148~W to 144~W]
+<102368> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=146dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_4_FIPS_5004 [NAD 1983 (CORS96) SPCS Alaska Zone 4]
+# area: (lat: 59.11, 70.63) - (lon: -152.01, -147.99) [USA - Alaska - 152~W to 148~W]
+<102369> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=150dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_5_FIPS_5005 [NAD 1983 (CORS96) SPCS Alaska Zone 5]
+# area: (lat: 55.72, 71.28) - (lon: -156.0, -151.86) [USA - Alaska - 156~W to 152~W]
+<102370> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=154dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_6_FIPS_5006 [NAD 1983 (CORS96) SPCS Alaska Zone 6]
+# area: (lat: 54.89, 71.4) - (lon: -160.0, -155.99) [USA - Alaska - 160~W to 156~W]
+<102371> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=158dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_7_FIPS_5007 [NAD 1983 (CORS96) SPCS Alaska Zone 7]
+# area: (lat: 54.32, 70.74) - (lon: -164.01, -160.0) [USA - Alaska - 164~W to 160~W]
+<102372> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=162dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_8_FIPS_5008 [NAD 1983 (CORS96) SPCS Alaska Zone 8]
+# area: (lat: 54.34, 69.05) - (lon: -168.26, -164.0) [USA - Alaska - north of 54.5~N; 168~W to 164~W]
+<102373> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=166dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_9_FIPS_5009 [NAD 1983 (CORS96) SPCS Alaska Zone 9]
+# area: (lat: 56.49, 65.82) - (lon: -173.16, -168.0) [USA - Alaska - north of 54.5~N; west of 168~W]
+<102374> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=170dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alaska_10_FIPS_5010 [NAD 1983 (CORS96) SPCS Alaska Zone 10]
+# area: (lat: 51.3, 54.34) - (lon: 172.42, -164.84) [USA - Alaska - Aleutian Islands]
+<102375> +proj=lcc +ellps=GRS80 +x_0=1000000.0 +y_0=0.0 +lon_0=176dW +lat_0=51dN +lat_1=51d50'N +lat_2=53d50'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_Fargo_Ground_Coordinate_System [NAD 1983 Fargo Ground Coordinate System (US Feet)]
+# area: (lat: 46.7, 47.0) - (lon: -96.93, -96.75) [USA - North Dakota - Fargo]
+<102389> +proj=omerc +datum=NAD83 +units=us-ft +x_0=874578.0838201678 +y_0=-5077268.777891797 +k_0=1.000038773618 +lonc=96d53'19.91"W +lat_0=46d59'29.89"N +alpha=2.63389226 +gamma=0.0 +no_uoff +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_HARN_Fargo_Ground_Coordinate_System [NAD 1983 HARN Fargo Ground Coordinate System (US Feet)]
+# area: (lat: 46.7, 47.0) - (lon: -96.93, -96.75) [USA - North Dakota - Fargo]
+<102390> +proj=omerc +ellps=GRS80 +units=us-ft +x_0=874578.0838201678 +y_0=-5077268.777891797 +k_0=1.000038773618 +lonc=96d53'19.91"W +lat_0=46d59'29.89"N +alpha=2.63389226 +gamma=0.0 +no_uoff +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_2011_Fargo_Ground_Coordinate_System [NAD 1983 (2011) Fargo Ground Coordinate System (US Feet)]
+# area: (lat: 46.7, 47.0) - (lon: -96.93, -96.75) [USA - North Dakota - Fargo]
+<102391> +proj=omerc +ellps=GRS80 +units=us-ft +x_0=874578.0838201678 +y_0=-5077268.777891797 +k_0=1.000038773618 +lonc=96d53'19.91"W +lat_0=46d59'29.89"N +alpha=2.63389226 +gamma=0.0 +no_uoff +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_4_FIPS_5004_Feet [NAD 1983 2011 SPCS Alaska Zone 4 (US Feet)]
+# area: (lat: 59.11, 70.63) - (lon: -152.01, -147.99) [USA - Alaska - 152~W to 148~W]
+<102392> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=150dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_5_FIPS_5005_Feet [NAD 1983 2011 SPCS Alaska Zone 5 (US Feet)]
+# area: (lat: 55.72, 71.28) - (lon: -156.0, -151.86) [USA - Alaska - 156~W to 152~W]
+<102393> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=154dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_6_FIPS_5006_Feet [NAD 1983 2011 SPCS Alaska Zone 6 (US Feet)]
+# area: (lat: 54.89, 71.4) - (lon: -160.0, -155.99) [USA - Alaska - 160~W to 156~W]
+<102394> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=158dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_7_FIPS_5007_Feet [NAD 1983 2011 SPCS Alaska Zone 7 (US Feet)]
+# area: (lat: 54.32, 70.74) - (lon: -164.01, -160.0) [USA - Alaska - 164~W to 160~W]
+<102395> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=162dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_8_FIPS_5008_Feet [NAD 1983 2011 SPCS Alaska Zone 8 (US Feet)]
+# area: (lat: 54.34, 69.05) - (lon: -168.26, -164.0) [USA - Alaska - north of 54.5~N; 168~W to 164~W]
+<102396> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=166dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_9_FIPS_5009_Feet [NAD 1983 2011 SPCS Alaska Zone 9 (US Feet)]
+# area: (lat: 56.49, 65.82) - (lon: -173.16, -168.0) [USA - Alaska - north of 54.5~N; west of 168~W]
+<102397> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=170dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_10_FIPS_5010_Feet [NAD 1983 2011 SPCS Alaska Zone 10 (US Feet)]
+# area: (lat: 51.3, 54.34) - (lon: 172.42, -164.84) [USA - Alaska - Aleutian Islands]
+<102398> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1000000.0 +y_0=0.0 +lon_0=176dW +lat_0=51dN +lat_1=51d50'N +lat_2=53d50'N +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_Albers_BLM_MT_ND_SD [NAD 1983 Albers BLM Montana, North Dakota, South Dakota]
+# area: (lat: 44.3, 49.1) - (lon: -116.1, -96.3) [USA - Montana, North Dakota, and South Dakota]
+<102399> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=106dW +lat_0=42d30'N +lat_1=43d30'N +lat_2=48dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# London_Survey_Grid [London Survey Grid]
+# area: (lat: 51.2, 51.8) - (lon: -0.7, 0.6) [UK - London]
+<102400> +proj=tmerc +ellps=WGS84 +x_0=78250.0 +y_0=-2800.0 +lon_0=0d9'30.0"W +lat_0=51d10'N +k_0=0.9999999 +towgs84=-19.01545797641788,-115.1184254649785,97.28750774701817,-3.577777246269048,3.484485006141433,2.767585559700101,-18.60812913101473 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_1N [NAD 1983 (CORS96) UTM zone 1N]
+# area: (lat: 47.88, 63.21) - (lon: -180.0, -173.99) [USA - 180~W to 174~W - AK, OCS]
+<102401> +proj=utm +ellps=GRS80 +zone=1 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_2N [NAD 1983 (CORS96) UTM zone 2N]
+# area: (lat: 48.66, 73.05) - (lon: -174.0, -167.99) [USA - 174~W to 168~W - AK, OCS]
+<102402> +proj=utm +ellps=GRS80 +zone=2 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_3N [NAD 1983 (CORS96) UTM zone 3N]
+# area: (lat: 49.52, 74.29) - (lon: -168.0, -161.99) [USA - 168~W to 162~W - AK, OCS]
+<102403> +proj=utm +ellps=GRS80 +zone=3 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_4N [NAD 1983 (CORS96) UTM zone 4N]
+# area: (lat: 49.52, 74.29) - (lon: -168.0, -161.99) [USA - 168~W to 162~W - AK, OCS]
+<102404> +proj=utm +ellps=GRS80 +zone=4 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_5N [NAD 1983 (CORS96) UTM zone 5N]
+# area: (lat: 52.15, 74.71) - (lon: -156.0, -149.99) [USA - 156~W to 150~W - AK, OCS]
+<102405> +proj=utm +ellps=GRS80 +zone=5 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_6N [NAD 1983 (CORS96) UTM zone 6N]
+# area: (lat: 54.05, 74.13) - (lon: -150.0, -143.99) [USA - 150~W to 144~W - AK, OCS]
+<102406> +proj=utm +ellps=GRS80 +zone=6 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_7N [NAD 1983 (CORS96) UTM zone 7N]
+# area: (lat: 53.47, 73.59) - (lon: -144.0, -137.99) [USA - 144~W to 138~W]
+<102407> +proj=utm +ellps=GRS80 +zone=7 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_8N [NAD 1983 (CORS96) UTM zone 8N]
+# area: (lat: 53.6, 73.04) - (lon: -138.0, -131.99) [USA - 138~W to 132~W]
+<102408> +proj=utm +ellps=GRS80 +zone=8 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_9N [NAD 1983 (CORS96) UTM zone 9N]
+# area: (lat: 35.38, 56.84) - (lon: -132.0, -126.0) [USA - 132~W to 126~W]
+<102409> +proj=utm +ellps=GRS80 +zone=9 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_10N [NAD 1983 (CORS96) UTM zone 10N]
+# area: (lat: 30.54, 49.09) - (lon: -126.0, -119.99) [USA - 126~W to 120~W]
+<102410> +proj=utm +ellps=GRS80 +zone=10 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_11N [NAD 1983 (CORS96) UTM zone 11N]
+# area: (lat: 30.88, 49.01) - (lon: -120.0, -114.0) [USA - 120~W to 114~W]
+<102411> +proj=utm +ellps=GRS80 +zone=11 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_12N [NAD 1983 (CORS96) UTM zone 12N]
+# area: (lat: 31.33, 49.01) - (lon: -114.0, -108.0) [USA - 114~W to 108~W]
+<102412> +proj=utm +ellps=GRS80 +zone=12 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_13N [NAD 1983 (CORS96) UTM zone 13N]
+# area: (lat: 28.98, 49.01) - (lon: -108.0, -102.0) [USA - 108~W to 102~W]
+<102413> +proj=utm +ellps=GRS80 +zone=13 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_14N [NAD 1983 (CORS96) UTM zone 14N]
+# area: (lat: 25.83, 49.01) - (lon: -102.0, -96.0) [USA - 102~W to 96~W]
+<102414> +proj=utm +ellps=GRS80 +zone=14 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_15N [NAD 1983 (CORS96) UTM zone 15N]
+# area: (lat: 25.61, 49.38) - (lon: -96.01, -90.0) [USA - 96~W to 90~W]
+<102415> +proj=utm +ellps=GRS80 +zone=15 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_16N [NAD 1983 (CORS96) UTM zone 16N]
+# area: (lat: 23.97, 48.32) - (lon: -90.0, -84.0) [USA - 90~W to 84~W]
+<102416> +proj=utm +ellps=GRS80 +zone=16 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_17N [NAD 1983 (CORS96) UTM zone 17N]
+# area: (lat: 23.81, 46.13) - (lon: -84.0, -78.0) [USA - 84~W to 78~W]
+<102417> +proj=utm +ellps=GRS80 +zone=17 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_18N [NAD 1983 (CORS96) UTM zone 18N]
+# area: (lat: 28.28, 45.03) - (lon: -78.0, -72.0) [USA - 78~W to 72~W]
+<102418> +proj=utm +ellps=GRS80 +zone=18 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_UTM_Zone_19N [NAD 1983 (CORS96) UTM zone 19N]
+# area: (lat: 33.61, 47.47) - (lon: -72.0, -65.99) [USA - 72~W to 66~W]
+<102419> +proj=utm +ellps=GRS80 +zone=19 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# WGS_1984_ARC_System_Zone_01 [WGS84 ARC System Zone 1]
+# area: (lat: 0.0, 32.0) - (lon: -180.0, 180.0) [ARC System - Zone 1]
+<102421> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=22d56'52.503792"N +no_defs <>
+
+# WGS_1984_ARC_System_Zone_02 [WGS84 ARC System Zone 2]
+# area: (lat: 32.0, 48.0) - (lon: -180.0, 180.0) [ARC System - Zone 2]
+<102422> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=41d7'36.556572"N +no_defs <>
+
+# WGS_1984_ARC_System_Zone_03 [WGS84 ARC System Zone 3]
+# area: (lat: 48.0, 56.0) - (lon: -180.0, 180.0) [ARC System - Zone 3]
+<102423> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=52d17'18.957228"N +no_defs <>
+
+# WGS_1984_ARC_System_Zone_04 [WGS84 ARC System Zone 4]
+# area: (lat: 56.0, 64.0) - (lon: -180.0, 180.0) [ARC System - Zone 4]
+<102424> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=60d19'25.64191199998959"N +no_defs <>
+
+# WGS_1984_ARC_System_Zone_05 [WGS84 ARC System Zone 5]
+# area: (lat: 64.0, 68.0) - (lon: -180.0, 180.0) [ARC System - Zone 5]
+<102425> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=66d5'39.183648"N +no_defs <>
+
+# WGS_1984_ARC_System_Zone_06 [WGS84 ARC System Zone 6]
+# area: (lat: 68.0, 72.0) - (lon: -180.0, 180.0) [ARC System - Zone 6]
+<102426> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=70d6'32.26532400001588"N +no_defs <>
+
+# WGS_1984_ARC_System_Zone_07 [WGS84 ARC System Zone 7]
+# area: (lat: 72.0, 76.0) - (lon: -180.0, 180.0) [ARC System - Zone 7]
+<102427> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=74d7'56.28522"N +no_defs <>
+
+# WGS_1984_ARC_System_Zone_08 [WGS84 ARC System Zone 8]
+# area: (lat: 76.0, 80.0) - (lon: -180.0, 180.0) [ARC System - Zone 8]
+<102428> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=78d10'22.215"N +no_defs <>
+
+# WGS_1984_ARC_System_Zone_09 [WGS84 ARC System Zone 9]
+# area: (lat: 80.0, 90.0) - (lon: -180.0, 180.0) [ARC System - Zone 9]
+<102429> +proj=aeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +no_defs <>
+
+# WGS_1984_ARC_System_Zone_10 [WGS84 ARC System Zone 10]
+# area: (lat: -32.0, 0.0) - (lon: -180.0, 180.0) [ARC System - Zone 10]
+<102430> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=22d56'52.503792"S +no_defs <>
+
+# WGS_1984_ARC_System_Zone_11 [WGS84 ARC System Zone 11]
+# area: (lat: -48.0, -32.0) - (lon: -180.0, 180.0) [ARC System - Zone 11]
+<102431> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=41d7'36.556572"S +no_defs <>
+
+# WGS_1984_ARC_System_Zone_12 [WGS84 ARC System Zone 12]
+# area: (lat: -56.0, -48.0) - (lon: -180.0, 180.0) [ARC System - Zone 12]
+<102432> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=52d17'18.957228"S +no_defs <>
+
+# WGS_1984_ARC_System_Zone_13 [WGS84 ARC System Zone 13]
+# area: (lat: -64.0, -56.0) - (lon: -180.0, 180.0) [ARC System - Zone 13]
+<102433> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=60d19'25.64191199998959"S +no_defs <>
+
+# WGS_1984_ARC_System_Zone_14 [WGS84 ARC System Zone 14]
+# area: (lat: -68.0, -64.0) - (lon: -180.0, 180.0) [ARC System - Zone 14]
+<102434> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=66d5'39.183648"S +no_defs <>
+
+# WGS_1984_ARC_System_Zone_15 [WGS84 ARC System Zone 15]
+# area: (lat: -72.0, -68.0) - (lon: -180.0, 180.0) [ARC System - Zone 15]
+<102435> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=70d6'32.26532400001588"S +no_defs <>
+
+# WGS_1984_ARC_System_Zone_16 [WGS84 ARC System Zone 16]
+# area: (lat: -76.0, -72.0) - (lon: -180.0, 180.0) [ARC System - Zone 16]
+<102436> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=74d7'56.28522"S +no_defs <>
+
+# WGS_1984_ARC_System_Zone_17 [WGS84 ARC System Zone 17]
+# area: (lat: -80.0, -76.0) - (lon: -180.0, 180.0) [ARC System - Zone 17]
+<102437> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=78d10'22.215"S +no_defs <>
+
+# WGS_1984_ARC_System_Zone_18 [WGS84 ARC System Zone 18]
+# area: (lat: -90.0, -80.0) - (lon: -180.0, 180.0) [ARC System - Zone 18]
+<102438> +proj=aeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +no_defs <>
+
+# LKS_1992_Latvia_TM_0 [LKS 1992 Latvia TM with FN = 0]
+# area: (lat: 55.67, 58.09) - (lon: 19.06, 28.24) [Latvia]
+<102440> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=24dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_1_FIPS_5001_Feet [NAD 1983 2011 SPCS Alaska Zone 1 (US Feet)]
+# area: (lat: 54.61, 60.35) - (lon: -141.0, -129.99) [USA - Alaska - Panhandle]
+<102445> +proj=omerc +ellps=GRS80 +units=us-ft +x_0=5000000.0 +y_0=-5000000.0 +k_0=0.9999 +lonc=133d40'W +lat_0=57dN +alpha=-36.86989764583333 +no_uoff +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_2_FIPS_5002_Feet [NAD 1983 2011 SPCS Alaska Zone 2 (US Feet)]
+# area: (lat: 59.72, 70.16) - (lon: -144.01, -140.98) [USA - Alaska - 144~W to 141~W]
+<102446> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=142dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Alaska_3_FIPS_5003_Feet [NAD 1983 2011 SPCS Alaska Zone 3 (US Feet)]
+# area: (lat: 59.72, 70.38) - (lon: -148.0, -144.0) [USA - Alaska - 148~W to 144~W]
+<102447> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=146dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# Macao_2008_Macao_Grid [Macao 2008 Macao Grid]
+# area: (lat: 22.1, 22.22) - (lon: 113.52, 113.6) [Macao]
+<102448> +proj=tmerc +ellps=intl +x_0=20000.0 +y_0=20000.0 +lon_0=113d32'11.29"E +lat_0=22d12'44.63"N +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# NAD_1983_MA11_UTM_Zone_55N [NAD 1983 (MA11) UTM zone 55N]
+# area: (lat: 1.64, 23.9) - (lon: 129.48, 149.55) [Pacific - US interests Mariana plate]
+<102449> +proj=utm +ellps=GRS80 +zone=55 +towgs84=-0.9080000577088126,2.016099879080818,0.5653003284202045,0.02897100045102103,0.01041999874601433,0.008928001463544895,-0.001100000091014408 +no_defs <>
+
+# NGO_1948_Oslo_Baerum_Kommune [NGO 1948 (Oslo) Baerum Kommune]
+# area: (lat: 59.8254, 60.0366) - (lon: 10.3371, 10.6725) [Norway - Baerum Kommune]
+<102450> +proj=tmerc +a=6377492.018 +rf=299.1528128 +pm=oslo +x_0=19999.32 +y_0=-202977.79 +lon_0=0dE +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Oslo_Bergenhalvoen [NGO 1948 (Oslo) Bergenhalvoen]
+# area: (lat: 60.1651, 60.5437) - (lon: 5.1374, 5.6993) [Norway - Bergenhalvoen Kommune]
+<102451> +proj=tmerc +a=6377492.018 +rf=299.1528128 +pm=oslo +x_0=100000.0 +y_0=-200000.0 +lon_0=4d40'W +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# NGO_1948_Oslo_Oslo_Kommune [NGO 1948 (Oslo) Oslo Kommune]
+# area: (lat: 59.81, 60.14) - (lon: 10.48, 10.97) [Norway - Oslo Kommune]
+<102452> +proj=tmerc +a=6377492.018 +rf=299.1528128 +pm=oslo +x_0=0.0 +y_0=-212979.18 +lon_0=0dE +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs <>
+
+# Luzon_1911_UTM_Zone_50N [Luzon 1911 UTM Zone 50N]
+# area: (lat: 3.0, 22.0) - (lon: 114.0, 120.0) [Philippines - West of 120~E, N hemisphere]
+<102453> +proj=utm +ellps=clrk66 +zone=50 +towgs84=-133.0,-77.0,-51.0 +no_defs <>
+
+# Luzon_1911_UTM_Zone_51N [Luzon 1911 UTM Zone 51N]
+# area: (lat: 3.0, 24.0) - (lon: 120.0, 126.0) [Philippines - 120~E to 126~E, N hemisphere]
+<102454> +proj=utm +ellps=clrk66 +zone=51 +towgs84=-133.0,-77.0,-51.0 +no_defs <>
+
+# Luzon_1911_UTM_Zone_52N [Luzon 1911 UTM Zone 52N]
+# area: (lat: 4.0, 20.0) - (lon: 126.0, 132.0) [Philippines - East of 126~E, N hemisphere]
+<102455> +proj=utm +ellps=clrk66 +zone=52 +towgs84=-133.0,-79.0,-72.0 +no_defs <>
+
+# PRS_1992_UTM_Zone_50N [PRS 1992 UTM Zone 50N]
+# area: (lat: 3.0, 22.0) - (lon: 114.0, 120.0) [Philippines - West of 120~E, N hemisphere]
+<102456> +proj=utm +ellps=clrk66 +zone=50 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +no_defs <>
+
+# PRS_1992_UTM_Zone_51N [PRS 1992 UTM Zone 51N]
+# area: (lat: 3.0, 24.0) - (lon: 120.0, 126.0) [Philippines - 120~E to 126~E, N hemisphere]
+<102457> +proj=utm +ellps=clrk66 +zone=51 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +no_defs <>
+
+# PRS_1992_UTM_Zone_52N [PRS 1992 UTM Zone 52N]
+# area: (lat: 4.0, 20.0) - (lon: 126.0, 132.0) [Philippines - East of 126~E, N hemisphere]
+<102458> +proj=utm +ellps=clrk66 +zone=52 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +no_defs <>
+
+# NAD_1983_Idaho-Ada_County [NAD 1983 Idaho - Ada County]
+# area: (lat: 43.0, 43.85) - (lon: -116.6, -115.94) [Idaho - Ada County]
+<102459> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=800143.9664 +y_0=0.0 +lon_0=115d45'W +lat_0=41d40'N +k_0=1.00011328 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_HARN_StatePlane_Hawaii_1_FIPS_5101_Feet [NAD 1983 HARN SPCS Hawaii Zone 1 (US Feet)]
+# area: (lat: 18.87, 20.33) - (lon: -156.1, -154.74) [USA - Hawaii - island of Hawaii - onshore]
+<102461> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=155d30'W +lat_0=18d50'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_HARN_StatePlane_Hawaii_2_FIPS_5102_Feet [NAD 1983 HARN SPCS Hawaii Zone 2 (US Feet)]
+# area: (lat: 20.45, 21.26) - (lon: -157.36, -155.93) [USA - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore]
+<102462> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=156d40'W +lat_0=20d20'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_HARN_StatePlane_Hawaii_4_FIPS_5104_Feet [NAD 1983 HARN SPCS Hawaii Zone 4 (US Feet)]
+# area: (lat: 21.81, 22.29) - (lon: -159.85, -159.23) [USA - Hawaii - Kauai - onshore]
+<102464> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=159d30'W +lat_0=21d50'N +k_0=0.99999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_HARN_StatePlane_Hawaii_5_FIPS_5105_Feet [NAD 1983 HARN SPCS Hawaii Zone 5 (US Feet)]
+# area: (lat: 21.73, 22.07) - (lon: -160.3, -159.99) [USA - Hawaii - Niihau - onshore]
+<102465> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=160d10'W +lat_0=21d40'N +k_0=1.0 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# Cape_Lo15 [Cape Lo15]
+# area: (lat: -23.15, -22.68) - (lon: 14.35, 14.6) [Namibia - Walvis Bay]
+<102470> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=-1.0 +no_defs <>
+
+# Cape_Lo17 [Cape Lo17]
+# area: (lat: -33.1, -28.03) - (lon: 16.45, 18.0) [South Africa - west of 18~E]
+<102471> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=17dE +lat_0=0dN +k_0=-1.0 +towgs84=-136.0,-108.0,-292.0 +no_defs <>
+
+# Cape_Lo19 [Cape Lo19]
+# area: (lat: -34.88, -28.38) - (lon: 17.99, 20.0) [South Africa - 18~E to 20~E]
+<102472> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=19dE +lat_0=0dN +k_0=-1.0 +towgs84=-136.0,-108.0,-292.0 +no_defs <>
+
+# Cape_Lo21 [Cape Lo21]
+# area: (lat: -34.88, -24.76) - (lon: 19.99, 22.01) [South Africa - 20~E to 22~E]
+<102473> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=-1.0 +towgs84=-136.0,-108.0,-292.0 +no_defs <>
+
+# Cape_Lo23 [Cape Lo23]
+# area: (lat: -34.26, -25.26) - (lon: 22.0, 24.01) [South Africa - 22~E to 24~E]
+<102474> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=23dE +lat_0=0dN +k_0=-1.0 +towgs84=-136.0,-108.0,-292.0 +no_defs <>
+
+# Cape_Lo25 [Cape Lo25]
+# area: (lat: -34.26, -24.71) - (lon: 24.0, 26.01) [South Africa - 24~E to 26~E]
+<102475> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=25dE +lat_0=0dN +k_0=-1.0 +towgs84=-136.0,-108.0,-292.0 +no_defs <>
+
+# Cape_Lo27 [Cape Lo27]
+# area: (lat: -33.83, -22.92) - (lon: 26.0, 28.0) [South Africa - 26~E to 28~E]
+<102476> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=27dE +lat_0=0dN +k_0=-1.0 +towgs84=-136.0,-108.0,-292.0 +no_defs <>
+
+# Cape_Lo29 [Cape Lo29]
+# area: (lat: -33.03, -22.13) - (lon: 27.99, 30.0) [South Africa - 28~E to 30~E]
+<102477> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=29dE +lat_0=0dN +k_0=-1.0 +towgs84=-136.0,-108.0,-292.0 +no_defs <>
+
+# Cape_Lo31 [Cape Lo31]
+# area: (lat: -31.38, -22.22) - (lon: 29.99, 32.02) [South Africa - 30~E to 32~E]
+<102478> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=31dE +lat_0=0dN +k_0=-1.0 +towgs84=-136.0,-108.0,-292.0 +no_defs <>
+
+# Cape_Lo33 [Cape Lo33]
+# area: (lat: -28.94, -26.8) - (lon: 31.95, 32.95) [South Africa - east of 32~E]
+<102479> +proj=tmerc +a=6378249.145 +rf=293.466307656 +x_0=0.0 +y_0=0.0 +lon_0=33dE +lat_0=0dN +k_0=-1.0 +towgs84=-136.0,-108.0,-292.0 +no_defs <>
+
+# Hartebeesthoek94_Lo15 [Hartebeesthoek94 Lo15]
+# area: (lat: -23.15, -22.68) - (lon: 14.35, 14.6) [Namibia - Walvis Bay]
+<102480> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo17 [Hartebeesthoek94 Lo17]
+# area: (lat: -33.1, -28.03) - (lon: 16.45, 18.0) [South Africa - west of 18~E]
+<102481> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=17dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo19 [Hartebeesthoek94 Lo19]
+# area: (lat: -34.88, -28.38) - (lon: 17.99, 20.0) [South Africa - 18~E to 20~E]
+<102482> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=19dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo21 [Hartebeesthoek94 Lo21]
+# area: (lat: -34.88, -24.76) - (lon: 19.99, 22.01) [South Africa - 20~E to 22~E]
+<102483> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo23 [Hartebeesthoek94 Lo23]
+# area: (lat: -34.26, -25.26) - (lon: 22.0, 24.01) [South Africa - 22~E to 24~E]
+<102484> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=23dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo25 [Hartebeesthoek94 Lo25]
+# area: (lat: -34.26, -24.71) - (lon: 24.0, 26.01) [South Africa - 24~E to 26~E]
+<102485> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=25dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo27 [Hartebeesthoek94 Lo27]
+# area: (lat: -33.83, -22.92) - (lon: 26.0, 28.0) [South Africa - 26~E to 28~E]
+<102486> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=27dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo29 [Hartebeesthoek94 Lo29]
+# area: (lat: -33.03, -22.13) - (lon: 27.99, 30.0) [South Africa - 28~E to 30~E]
+<102487> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=29dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo31 [Hartebeesthoek94 Lo31]
+# area: (lat: -31.38, -22.22) - (lon: 29.99, 32.02) [South Africa - 30~E to 32~E]
+<102488> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=31dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo33 [Hartebeesthoek94 Lo33]
+# area: (lat: -28.94, -26.8) - (lon: 31.95, 32.95) [South Africa - east of 32~E]
+<102489> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=33dE +lat_0=0dN +k_0=-1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Nord_Algerie_Ancienne_Degree [Voirol 1875 (degrees) Nord Algerie Ancienne]
+# area: (lat: 18.97, 38.8) - (lon: -8.67, 11.99) [Algeria]
+<102491> +proj=lcc +ellps=clrk80ign +x_0=500000.0 +y_0=300000.0 +lon_0=2d42'E +lat_0=36dN +lat_1=36dN +k_0=0.999625544 +towgs84=-73.0,-247.0,227.0 +no_defs <>
+
+# Sud_Algerie_Ancienne_Degree [Voirol 1875 (degrees) Sud Algerie Ancienne]
+# area: (lat: 18.97, 38.8) - (lon: -8.67, 11.99) [Algeria]
+<102492> +proj=lcc +ellps=clrk80ign +x_0=500000.0 +y_0=300000.0 +lon_0=2d42'E +lat_0=33d18'N +lat_1=33d18'N +k_0=0.999625769 +towgs84=-73.0,-247.0,227.0 +no_defs <>
+
+# GOES-16_East_ABI_Fixed_Grid_ITRF2000 [GOES-16 East ABI Fixed Grid ITRF2000]
+# area: (lat: -81.3282, 81.3282) - (lon: -156.2995, 6.2995) [GOES-16 East Full disk]
+<102497> +proj=geos +ellps=GRS80 +x_0=0.0 +y_0=0.0 +h=35786023.0 +lon_0=75dW +sweep=y +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# NAD_1983_PA11_StatePlane_Hawaii_1_FIPS_5101_Feet [NAD 1983 PA11 SPCS Hawaii Zone 1 (US Feet)]
+# area: (lat: 18.87, 20.33) - (lon: -156.1, -154.74) [USA - Hawaii - island of Hawaii - onshore]
+<102525> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=155d30'W +lat_0=18d50'N +k_0=0.9999666666666667 +towgs84=-0.9079999885953388,2.016099909815326,0.5653003298198094,0.02774100017709245,0.01346899963525713,0.002712001811474928,-0.001100000091014408 +no_defs <>
+
+# NAD_1983_PA11_StatePlane_Hawaii_2_FIPS_5102_Feet [NAD 1983 PA11 SPCS Hawaii Zone 2 (US Feet)]
+# area: (lat: 20.45, 21.26) - (lon: -157.36, -155.93) [USA - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore]
+<102526> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=156d40'W +lat_0=20d20'N +k_0=0.9999666666666667 +towgs84=-0.9079999885953388,2.016099909815326,0.5653003298198094,0.02774100017709245,0.01346899963525713,0.002712001811474928,-0.001100000091014408 +no_defs <>
+
+# NAD_1983_PA11_StatePlane_Hawaii_4_FIPS_5104_Feet [NAD 1983 PA11 SPCS Hawaii Zone 4 (US Feet)]
+# area: (lat: 21.81, 22.29) - (lon: -159.85, -159.23) [USA - Hawaii - Kauai - onshore]
+<102528> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=159d30'W +lat_0=21d50'N +k_0=0.99999 +towgs84=-0.9079999885953388,2.016099909815326,0.5653003298198094,0.02774100017709245,0.01346899963525713,0.002712001811474928,-0.001100000091014408 +no_defs <>
+
+# NAD_1983_PA11_StatePlane_Hawaii_5_FIPS_5105_Feet [NAD 1983 PA11 SPCS Hawaii Zone 5 (US Feet)]
+# area: (lat: 21.73, 22.07) - (lon: -160.3, -159.99) [USA - Hawaii - Niihau - onshore]
+<102529> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=160d10'W +lat_0=21d40'N +k_0=1.0 +towgs84=-0.9079999885953388,2.016099909815326,0.5653003298198094,0.02774100017709245,0.01346899963525713,0.002712001811474928,-0.001100000091014408 +no_defs <>
+
+# ED_1950_Turkey_9 [ED 1950 Turkey Zone 9]
+# area: (lat: 36.5, 42.11) - (lon: 25.62, 28.5) [Turkey - west of 28.5~E onshore]
+<102550> +proj=tmerc +ellps=intl +x_0=9500000.0 +y_0=0.0 +lon_0=27dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_10 [ED 1950 Turkey Zone 10]
+# area: (lat: 36.06, 41.46) - (lon: 28.5, 31.5) [Turkey - 28.5~E to 31.5~E onshore]
+<102551> +proj=tmerc +ellps=intl +x_0=10500000.0 +y_0=0.0 +lon_0=30dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_11 [ED 1950 Turkey Zone 11]
+# area: (lat: 35.97, 42.07) - (lon: 31.5, 34.5) [Turkey - 31.5~E to 34.5~E onshore]
+<102552> +proj=tmerc +ellps=intl +x_0=11500000.0 +y_0=0.0 +lon_0=33dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_12 [ED 1950 Turkey Zone 12]
+# area: (lat: 35.81, 42.15) - (lon: 34.5, 37.5) [Turkey - 34.5~E to 37.5~E onshore]
+<102553> +proj=tmerc +ellps=intl +x_0=12500000.0 +y_0=0.0 +lon_0=36dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_13 [ED 1950 Turkey Zone 13]
+# area: (lat: 36.66, 41.19) - (lon: 37.5, 40.5) [Turkey - 37.5~E to 40.5~E onshore]
+<102554> +proj=tmerc +ellps=intl +x_0=13500000.0 +y_0=0.0 +lon_0=39dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_14 [ED 1950 Turkey Zone 14]
+# area: (lat: 37.02, 41.6) - (lon: 40.5, 43.5) [Turkey - 40.5~E to 43.5~E onshore]
+<102555> +proj=tmerc +ellps=intl +x_0=14500000.0 +y_0=0.0 +lon_0=42dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# ED_1950_Turkey_15 [ED 1950 Turkey Zone 15]
+# area: (lat: 36.97, 41.02) - (lon: 43.5, 44.83) [Turkey - east of 43.5~E]
+<102556> +proj=tmerc +ellps=intl +x_0=15500000.0 +y_0=0.0 +lon_0=45dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs <>
+
+# Kyrg-06_TM_Zone_1 [Kyrg-06 TM Zone 1]
+# area: (lat: 39.4, 40.3) - (lon: 67.0166667, 70.0166667) [Kyrgyz Republic - 67~01'E to 70~01'E]
+<102557> +proj=tmerc +ellps=GRS80 +x_0=1300000.0 +y_0=14743.5 +lon_0=68d31'E +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Kyrg-06_TM_Zone_2 [Kyrg-06 TM Zone 2]
+# area: (lat: 39.1333333, 42.9) - (lon: 70.0166667, 73.0166667) [Kyrgyz Republic - 70~01'E to 73~01'E]
+<102558> +proj=tmerc +ellps=GRS80 +x_0=2300000.0 +y_0=14743.5 +lon_0=71d31'E +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Kyrg-06_TM_Zone_3 [Kyrg-06 TM Zone 3]
+# area: (lat: 39.25, 43.3333333) - (lon: 73.0166667, 76.0166667) [Kyrgyz Republic - 73~01'E to 76~01'E]
+<102559> +proj=tmerc +ellps=GRS80 +x_0=3300000.0 +y_0=14743.5 +lon_0=74d31'E +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Kyrg-06_TM_Zone_4 [Kyrg-06 TM Zone 4]
+# area: (lat: 40.1666667, 43.0) - (lon: 76.0166667, 79.0166667) [Kyrgyz Republic - 76~01'E to 79~01'E]
+<102560> +proj=tmerc +ellps=GRS80 +x_0=4300000.0 +y_0=14743.5 +lon_0=77d31'E +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Kyrg-06_TM_Zone_5 [Kyrg-06 TM Zone 5]
+# area: (lat: 41.5, 43.0) - (lon: 79.0166667, 82.0166667) [Kyrgyz Republic - 79~01'E to 82~01'E]
+<102561> +proj=tmerc +ellps=GRS80 +x_0=5300000.0 +y_0=14743.5 +lon_0=80d31'E +lat_0=0dN +k_0=1.0 +no_defs <>
+
+# Hartebeesthoek94_Lo19_(E-N) [Hartebeesthoek94 Lo19 (E-N)]
+# area: (lat: -34.88, -28.38) - (lon: 17.99, 20.0) [South Africa - 18~E to 20~E]
+<102562> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=19dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo21_(E-N) [Hartebeesthoek94 Lo21 (E-N)]
+# area: (lat: -34.88, -24.76) - (lon: 19.99, 22.01) [South Africa - 20~E to 22~E]
+<102563> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo23_(E-N) [Hartebeesthoek94 Lo23 (E-N)]
+# area: (lat: -34.26, -25.26) - (lon: 22.0, 24.01) [South Africa - 22~E to 24~E]
+<102564> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=23dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo25_(E-N) [Hartebeesthoek94 Lo25 (E-N)]
+# area: (lat: -34.26, -24.71) - (lon: 24.0, 26.01) [South Africa - 24~E to 26~E]
+<102565> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=25dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo27_(E-N) [Hartebeesthoek94 Lo27 (E-N)]
+# area: (lat: -33.83, -22.92) - (lon: 26.0, 28.0) [South Africa - 26~E to 28~E]
+<102566> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=27dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo29_(E-N) [Hartebeesthoek94 Lo29 (E-N)]
+# area: (lat: -33.03, -22.13) - (lon: 27.99, 30.0) [South Africa - 28~E to 30~E]
+<102567> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=29dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# Hartebeesthoek94_Lo31_(E-N) [Hartebeesthoek94 Lo31 (E-N)]
+# area: (lat: -31.38, -22.22) - (lon: 29.99, 32.02) [South Africa - 30~E to 32~E]
+<102568> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=31dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs <>
+
+# NTF_France_I_degrees [NTF France I (degrees)]
+# area: (lat: 48.14, 51.14) - (lon: -4.87, 8.23) [France - mainland north of 48.15~N]
+<102581> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=1200000.0 +lon_0=2d20'14.025"E +lat_0=49d30'N +lat_1=49d30'N +k_0=0.999877341 +towgs84=-168.0,-60.0,320.0 +no_defs <>
+
+# NTF_France_II_degrees [NTF France II (degrees)]
+# area: (lat: 42.33, 51.14) - (lon: -4.87, 8.23) [France - mainland 45.45~N to 48.15~N. Also all mainland.]
+<102582> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=2200000.0 +lon_0=2d20'14.025"E +lat_0=46d48'N +lat_1=46d48'N +k_0=0.99987742 +towgs84=-168.0,-60.0,320.0 +no_defs <>
+
+# NTF_France_III_degrees [NTF France III (degrees)]
+# area: (lat: 42.33, 45.45) - (lon: -1.79, 7.71) [France - mainland south of 45.45~N]
+<102583> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=3200000.0 +lon_0=2d20'14.025"E +lat_0=44d6'N +lat_1=44d6'N +k_0=0.999877499 +towgs84=-168.0,-60.0,320.0 +no_defs <>
+
+# NTF_France_IV_degrees [NTF France IV (degrees)]
+# area: (lat: 41.31, 43.07) - (lon: 8.5, 9.63) [France - Corsica onshore]
+<102584> +proj=lcc +ellps=clrk80ign +x_0=234.358 +y_0=4185861.369 +lon_0=2d20'14.025"E +lat_0=42d9'54.0"N +lat_1=42d9'54.0"N +k_0=0.99994471 +towgs84=-168.0,-60.0,320.0 +no_defs <>
+
+# NTF_Lambert_Zone_I [NTF (Greenwich) Lambert Zone I (degrees)]
+# area: (lat: 48.14, 51.14) - (lon: -4.87, 8.23) [France - mainland north of 48.15~N]
+<102585> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=1200000.0 +lon_0=2d20'14.025"E +lat_0=49d30'N +lat_1=49d30'N +k_0=0.999877341 +towgs84=-168.0,-60.0,320.0 +no_defs <>
+
+# NTF_Lambert_Zone_II [NTF (Greenwich) Lambert Zone II (degrees)]
+# area: (lat: 42.33, 51.14) - (lon: -4.87, 8.23) [France - mainland 45.45~N to 48.15~N. Also all mainland.]
+<102586> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=2200000.0 +lon_0=2d20'14.025"E +lat_0=46d48'N +lat_1=46d48'N +k_0=0.99987742 +towgs84=-168.0,-60.0,320.0 +no_defs <>
+
+# NTF_Lambert_Zone_III [NTF (Greenwich) Lambert Zone III (degrees)]
+# area: (lat: 42.33, 45.45) - (lon: -1.79, 7.71) [France - mainland south of 45.45~N]
+<102587> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=3200000.0 +lon_0=2d20'14.025"E +lat_0=44d6'N +lat_1=44d6'N +k_0=0.999877499 +towgs84=-168.0,-60.0,320.0 +no_defs <>
+
+# NTF_Lambert_Zone_IV [NTF (Greenwich) Lambert Zone IV (degrees)]
+# area: (lat: 41.31, 43.07) - (lon: 8.5, 9.63) [France - Corsica onshore]
+<102588> +proj=lcc +ellps=clrk80ign +x_0=234.358 +y_0=4185861.369 +lon_0=2d20'14.025"E +lat_0=42d9'54.0"N +lat_1=42d9'54.0"N +k_0=0.99994471 +towgs84=-168.0,-60.0,320.0 +no_defs <>
+
+# Panhandle_Energy_Albers [Panhandle Energy Albers]
+# area: (lat: 20.0, 50.0) - (lon: -125.0, -65.0) [USA - Contiguous US]
+<102589> +proj=aea +datum=NAD83 +units=us-ft +x_0=0.0 +y_0=0.0 +lon_0=86dW +lat_0=25dN +lat_1=31dN +lat_2=41dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# Tananarive_1925_Laborde_Grid [Tananarive 1925 Laborde Grid (Greenwich, degrees)]
+# area: (lat: -25.64, -11.89) - (lon: 43.18, 50.56) [Madagascar - onshore]
+<102590> +proj=labrd +ellps=intl +x_0=400000.0 +y_0=800000.0 +lon_0=46d26'14.025"E +lat_0=18d54'S +k_0=0.9995 +azi=18.9 +towgs84=-198.383,-240.517,-107.909 +no_defs <>
+
+# Nord_Algerie_Degree [Voirol Unifie (degrees) Nord Algerie]
+# area: (lat: 18.97, 38.8) - (lon: -8.67, 11.99) [Algeria]
+<102591> +proj=lcc +a=6378249.145 +rf=293.465 +x_0=500135.0 +y_0=300090.0 +lon_0=2d42'E +lat_0=36dN +lat_1=36dN +k_0=0.999625544 +towgs84=-123.0,-206.0,219.0 +no_defs <>
+
+# Sud_Algerie_Degree [Voirol Unifie (degrees) Sud Algerie]
+# area: (lat: 18.97, 38.8) - (lon: -8.67, 11.99) [Algeria]
+<102592> +proj=lcc +a=6378249.145 +rf=293.465 +x_0=500135.0 +y_0=300090.0 +lon_0=2d42'E +lat_0=33d18'N +lat_1=33d18'N +k_0=0.999625769 +towgs84=-123.0,-206.0,219.0 +no_defs <>
+
+# JGD_2011_UTM_Zone_56N [JGD 2011 UTM Zone 56N]
+# area: (lat: 0.0, 84.0) - (lon: 150.0, 156.0) [World - N hemisphere - 150~E to 156~E]
+<102598> +proj=utm +ellps=GRS80 +zone=56 +no_defs <>
+
+# WGS_1984_California_Teale_Albers_FtUS [WGS 1984 California (Teale) Albers (USFt)]
+# area: (lat: 32.53, 42.01) - (lon: -124.45, -114.12) [USA - California]
+<102599> +proj=aea +datum=WGS84 +units=us-ft +x_0=0.0 +y_0=-1219202.438404877 +lon_0=120dW +lat_0=0dN +lat_1=34dN +lat_2=40d30'N +no_defs <>
+
+# NAD_1983_California_Teale_Albers_FtUS [NAD 1983 California (Teale) Albers (USFt)]
+# area: (lat: 32.53, 42.01) - (lon: -124.45, -114.12) [USA - California]
+<102600> +proj=aea +datum=NAD83 +units=us-ft +x_0=0.0 +y_0=-1219202.438404877 +lon_0=120dW +lat_0=0dN +lat_1=34dN +lat_2=40d30'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_Georgia_Statewide_Lambert [NAD 1983 Georgia Statewide Lambert]
+# area: (lat: 30.36, 35.01) - (lon: -85.61, -80.77) [USA - Georgia]
+<102604> +proj=lcc +datum=NAD83 +units=us-ft +x_0=0.0 +y_0=0.0 +lon_0=83d30'W +lat_0=0dN +lat_1=31d25'N +lat_2=34d17'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_Idaho_TM [NAD 1983 Idaho Transverse Mercator]
+# area: (lat: 41.98, 49.02) - (lon: -117.3, -111.0) [USA - Idaho]
+<102605> +proj=tmerc +datum=NAD83 +x_0=2500000.0 +y_0=1200000.0 +lon_0=114dW +lat_0=42dN +k_0=0.9996 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alabama_East_FIPS_0101_Feet [NAD 1983 SPCS Alabama East (Feet)]
+# area: (lat: 30.99, 35.0) - (lon: -86.79, -84.89) [USA - Alabama - SPCS - E]
+<102629> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=85d50'W +lat_0=30d30'N +k_0=0.99996 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alabama_West_FIPS_0102_Feet [NAD 1983 SPCS Alabama West (Feet)]
+# area: (lat: 30.14, 35.02) - (lon: -88.48, -86.3) [USA - Alabama - SPCS - W]
+<102630> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=87d30'W +lat_0=30dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_1_FIPS_5001_Feet [NAD 1983 SPCS Alaska 1 (Feet)]
+# area: (lat: 54.61, 60.35) - (lon: -141.0, -129.99) [USA - Alaska - Panhandle]
+<102631> +proj=omerc +datum=NAD83 +units=us-ft +x_0=5000000.0 +y_0=-5000000.0 +k_0=0.9999 +lonc=133d40'W +lat_0=57dN +alpha=-36.86989764583333 +no_uoff +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_2_FIPS_5002_Feet [NAD 1983 SPCS Alaska 2 (Feet)]
+# area: (lat: 59.72, 70.16) - (lon: -144.01, -140.98) [USA - Alaska - 144~W to 141~W]
+<102632> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=142dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_3_FIPS_5003_Feet [NAD 1983 SPCS Alaska 3 (Feet)]
+# area: (lat: 59.72, 70.38) - (lon: -148.0, -144.0) [USA - Alaska - 148~W to 144~W]
+<102633> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=146dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_4_FIPS_5004_Feet [NAD 1983 SPCS Alaska 4 (Feet)]
+# area: (lat: 59.11, 70.63) - (lon: -152.01, -147.99) [USA - Alaska - 152~W to 148~W]
+<102634> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=150dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_5_FIPS_5005_Feet [NAD 1983 SPCS Alaska 5 (Feet)]
+# area: (lat: 55.72, 71.28) - (lon: -156.0, -151.86) [USA - Alaska - 156~W to 152~W]
+<102635> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=154dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_6_FIPS_5006_Feet [NAD 1983 SPCS Alaska 6 (Feet)]
+# area: (lat: 54.89, 71.4) - (lon: -160.0, -155.99) [USA - Alaska - 160~W to 156~W]
+<102636> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=158dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_7_FIPS_5007_Feet [NAD 1983 SPCS Alaska 7 (Feet)]
+# area: (lat: 54.32, 70.74) - (lon: -164.01, -160.0) [USA - Alaska - 164~W to 160~W]
+<102637> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=162dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_8_FIPS_5008_Feet [NAD 1983 SPCS Alaska 8 (Feet)]
+# area: (lat: 54.34, 69.05) - (lon: -168.26, -164.0) [USA - Alaska - north of 54.5~N; 168~W to 164~W]
+<102638> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=166dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_9_FIPS_5009_Feet [NAD 1983 SPCS Alaska 9 (Feet)]
+# area: (lat: 56.49, 65.82) - (lon: -173.16, -168.0) [USA - Alaska - north of 54.5~N; west of 168~W]
+<102639> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=170dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Alaska_10_FIPS_5010_Feet [NAD 1983 SPCS Alaska 10 (Feet)]
+# area: (lat: 51.3, 54.34) - (lon: 172.42, -164.84) [USA - Alaska - Aleutian Islands]
+<102640> +proj=lcc +datum=NAD83 +units=us-ft +x_0=1000000.0 +y_0=0.0 +lon_0=176dW +lat_0=51dN +lat_1=51d50'N +lat_2=53d50'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Arizona_East_FIPS_0201_Feet [NAD 1983 SPCS Arizona East (Feet)]
+# area: (lat: 31.33, 37.01) - (lon: -111.71, -109.04) [USA - Arizona - SPCS - E]
+<102648> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=213360.0 +y_0=0.0 +lon_0=110d10'W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Arizona_Central_FIPS_0202_Feet [NAD 1983 SPCS Arizona Central (Feet)]
+# area: (lat: 31.33, 37.01) - (lon: -113.35, -110.44) [USA - Arizona - SPCS - C]
+<102649> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=213360.0 +y_0=0.0 +lon_0=111d55'W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Arizona_West_FIPS_0203_Feet [NAD 1983 SPCS Arizona West (Feet)]
+# area: (lat: 32.05, 37.0) - (lon: -114.81, -112.52) [USA - Arizona - SPCS - W]
+<102650> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=213360.0 +y_0=0.0 +lon_0=113d45'W +lat_0=31dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Hawaii_1_FIPS_5101_Feet [NAD 1983 SPCS Hawaii Zone 1 (Feet)]
+# area: (lat: 18.87, 20.33) - (lon: -156.1, -154.74) [USA - Hawaii - island of Hawaii - onshore]
+<102661> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=155d30'W +lat_0=18d50'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Hawaii_2_FIPS_5102_Feet [NAD 1983 SPCS Hawaii Zone 2 (Feet)]
+# area: (lat: 20.45, 21.26) - (lon: -157.36, -155.93) [USA - Hawaii - Maui; Kahoolawe; Lanai; Molokai - onshore]
+<102662> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=156d40'W +lat_0=20d20'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Hawaii_4_FIPS_5104_Feet [NAD 1983 SPCS Hawaii Zone 4 (Feet)]
+# area: (lat: 21.81, 22.29) - (lon: -159.85, -159.23) [USA - Hawaii - Kauai - onshore]
+<102664> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=159d30'W +lat_0=21d50'N +k_0=0.99999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Hawaii_5_FIPS_5105_Feet [NAD 1983 SPCS Hawaii Zone 5 (Feet)]
+# area: (lat: 21.73, 22.07) - (lon: -160.3, -159.99) [USA - Hawaii - Niihau - onshore]
+<102665> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=160d10'W +lat_0=21d40'N +k_0=1.0 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Michigan_North_FIPS_2111_Feet [NAD 1983 SPCS Michigan North (Feet)]
+# area: (lat: 45.08, 48.32) - (lon: -90.42, -83.44) [USA - Michigan - SPCS - N]
+<102688> +proj=lcc +datum=NAD83 +units=us-ft +x_0=8000000.0 +y_0=0.0 +lon_0=87dW +lat_0=44d47'N +lat_1=45d29'N +lat_2=47d5'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Michigan_Central_FIPS_2112_Feet [NAD 1983 SPCS Michigan Central (Feet)]
+# area: (lat: 43.8, 45.92) - (lon: -87.06, -82.27) [USA - Michigan - SPCS - C]
+<102689> +proj=lcc +datum=NAD83 +units=us-ft +x_0=6000000.0 +y_0=0.0 +lon_0=84d22'W +lat_0=43d19'N +lat_1=44d11'N +lat_2=45d42'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Michigan_South_FIPS_2113_Feet [NAD 1983 SPCS Michigan South (Feet)]
+# area: (lat: 41.69, 44.22) - (lon: -87.2, -82.13) [USA - Michigan - SPCS - S]
+<102690> +proj=lcc +datum=NAD83 +units=us-ft +x_0=4000000.0 +y_0=0.0 +lon_0=84d22'W +lat_0=41d30'N +lat_1=42d6'N +lat_2=43d40'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Missouri_East_FIPS_2401_Feet [NAD 1983 SPCS Missouri East (Feet)]
+# area: (lat: 35.98, 40.61) - (lon: -91.97, -89.1) [USA - Missouri - SPCS - E]
+<102696> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=250000.0 +y_0=0.0 +lon_0=90d30'W +lat_0=35d50'N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Missouri_Central_FIPS_2402_Feet [NAD 1983 SPCS Missouri Central (Feet)]
+# area: (lat: 36.48, 40.61) - (lon: -93.79, -91.41) [USA - Missouri - SPCS - C]
+<102697> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=92d30'W +lat_0=35d50'N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Missouri_West_FIPS_2403_Feet [NAD 1983 SPCS Missouri West (Feet)]
+# area: (lat: 36.48, 40.59) - (lon: -95.77, -93.48) [USA - Missouri - SPCS - W]
+<102698> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=850000.0 +y_0=0.0 +lon_0=94d30'W +lat_0=36d10'N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1927_StatePlane_California_V_Ventura [NAD 1927 StatePlane California V Ventura]
+# area: (lat: 32.76, 35.81) - (lon: -121.43, -114.12) [USA - California - SPCS27 - 5]
+<102699> +proj=lcc +datum=NAD27 +units=us-ft +x_0=124358.6487172974 +y_0=-81076.96215392432 +lon_0=118dW +lat_0=33d30'N +lat_1=34d2'N +lat_2=35d28'N +nadgrids=conus +no_defs <>
+
+# NAD_1983_StatePlane_Montana_FIPS_2500_Feet [NAD 1983 SPCS Montana (Feet)]
+# area: (lat: 44.35, 49.01) - (lon: -116.07, -104.04) [USA - Montana]
+<102700> +proj=lcc +datum=NAD83 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=109d30'W +lat_0=44d15'N +lat_1=45dN +lat_2=49dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_PACP00_UTM_Zone_4N [NAD 1983 PACP00 UTM Zone 4N]
+# area: (lat: 19.51, 22.29) - (lon: -160.3, -155.99) [USA - 162~W to 156~W  onshore - HI]
+<102701> +proj=utm +ellps=GRS80 +zone=4 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs <>
+
+# NAD_1983_PACP00_UTM_Zone_5N [NAD 1983 PACP00 UTM Zone 5N]
+# area: (lat: 18.87, 20.86) - (lon: -156.0, -154.74) [USA - 156~W to 150~W onshore - HI]
+<102702> +proj=utm +ellps=GRS80 +zone=5 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs <>
+
+# NAD_1983_PACP00_UTM_Zone_2S [NAD 1983 PACP00 UTM Zone 2S]
+# area: (lat: -14.59, -14.11) - (lon: -170.88, -168.09) [American Samoa - 2 main island groups and Rose Island]
+<102703> +proj=utm +ellps=GRS80 +zone=2 +south +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs <>
+
+# NAD_1983_Nebraska_Lancaster_County_FtUS [NAD 1983 Nebraska Lancaster County USFt]
+# area: (lat: 40.5, 41.07) - (lon: -96.93, -96.43) [US - Nebraska - Lancaster County]
+<102705> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=50000.0 +y_0=0.0 +lon_0=96d41'17.0"W +lat_0=40d15'N +k_0=1.000054615 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_North_Dakota_North_FIPS_3301_Feet [NAD 1983 SPCS North Dakota N (Feet)]
+# area: (lat: 47.15, 49.01) - (lon: -104.07, -96.83) [USA - North Dakota - SPCS - N]
+<102720> +proj=lcc +datum=NAD83 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=100d30'W +lat_0=47dN +lat_1=47d26'N +lat_2=48d44'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_North_Dakota_South_FIPS_3302_Feet [NAD 1983 SPCS North Dakota S (Feet)]
+# area: (lat: 45.93, 47.83) - (lon: -104.05, -96.55) [USA - North Dakota - SPCS - S]
+<102721> +proj=lcc +datum=NAD83 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=100d30'W +lat_0=45d40'N +lat_1=46d11'N +lat_2=47d29'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Oregon_North_FIPS_3601_Feet [NAD 1983 SPCS Oregon North (Feet)]
+# area: (lat: 43.95, 46.26) - (lon: -124.17, -116.47) [USA - Oregon - SPCS - N]
+<102726> +proj=lcc +datum=NAD83 +units=us-ft +x_0=2500000.0 +y_0=0.0 +lon_0=120d30'W +lat_0=43d40'N +lat_1=44d20'N +lat_2=46dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Oregon_South_FIPS_3602_Feet [NAD 1983 SPCS Oregon South (Feet)]
+# area: (lat: 41.98, 44.56) - (lon: -124.6, -116.9) [USA - Oregon - SPCS - S]
+<102727> +proj=lcc +datum=NAD83 +units=us-ft +x_0=1500000.0 +y_0=0.0 +lon_0=120d30'W +lat_0=41d40'N +lat_1=42d20'N +lat_2=44dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_South_Carolina_FIPS_3900_Feet [NAD 1983 SPCS South Carolina (Feet)]
+# area: (lat: 32.05, 35.21) - (lon: -83.36, -78.52) [USA - South Carolina]
+<102733> +proj=lcc +datum=NAD83 +units=us-ft +x_0=609600.0 +y_0=0.0 +lon_0=81dW +lat_0=31d50'N +lat_1=32d30'N +lat_2=34d50'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Puerto_Rico_Virgin_Islands_FIPS_5200_Feet [NAD 1983 SPCS PR & St. Croix (Feet)]
+# area: (lat: 14.92, 21.86) - (lon: -68.49, -63.88) [Caribbean - Puerto Rico and US Virgin Islands]
+<102761> +proj=lcc +datum=NAD83 +units=us-ft +x_0=200000.0 +y_0=200000.0 +lon_0=66d26'W +lat_0=17d50'N +lat_1=18d2'N +lat_2=18d26'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_StatePlane_Guam_FIPS_5400_Feet [NAD 1983 SPCS Guam (Feet)]
+# area: (lat: 10.95, 15.91) - (lon: 141.19, 148.18) [Guam]
+<102766> +proj=poly +datum=NAD83 +units=us-ft +x_0=50000.0 +y_0=50000.0 +lon_0=144d44'55.50254"E +lat_0=13d28'20.87887"N +no_defs <>
+
+# OSGB36_Highways_England_A1H1 [OSGB 1936 Highways England A1H1]
+# area: (lat: 50.1068, 50.4249) - (lon: -5.5482, -5.3991) [UK - Highways England - A1]
+<102799> +proj=tmerc +datum=OSGB36 +x_0=261910.5587 +y_0=70975.76209 +lon_0=2dW +lat_0=49dN +k_0=0.99926 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A2H1 [OSGB 1936 Highways England A2H1]
+# area: (lat: 50.1106, 50.4286) - (lon: -5.4217, -5.2734) [UK - Highways England - A2]
+<102800> +proj=tmerc +datum=OSGB36 +x_0=252927.2844 +y_0=70979.59363 +lon_0=2dW +lat_0=49dN +k_0=0.999314 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A3H1 [OSGB 1936 Highways England A3H1]
+# area: (lat: 50.1142, 50.4321) - (lon: -5.2952, -5.1477) [UK - Highways England - A3]
+<102801> +proj=tmerc +datum=OSGB36 +x_0=243942.3084 +y_0=70983.21269 +lon_0=2dW +lat_0=49dN +k_0=0.999365 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A3H2 [OSGB 1936 Highways England A3H2]
+# area: (lat: 50.1142, 50.4321) - (lon: -5.2952, -5.1477) [UK - Highways England - A3]
+<102802> +proj=tmerc +datum=OSGB36 +x_0=243948.4072 +y_0=70984.98734 +lon_0=2dW +lat_0=49dN +k_0=0.99939 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A4H1 [OSGB 1936 Highways England A4H1]
+# area: (lat: 50.2075, 50.5253) - (lon: -5.1747, -5.0277) [UK - Highways England - A4]
+<102803> +proj=tmerc +datum=OSGB36 +x_0=234956.1813 +y_0=70986.76115 +lon_0=2dW +lat_0=49dN +k_0=0.999415 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A5H1 [OSGB 1936 Highways England A5H1]
+# area: (lat: 50.2109, 50.5289) - (lon: -5.0479, -4.8877) [UK - Highways England - A5]
+<102804> +proj=tmerc +datum=OSGB36 +x_0=225969.1556 +y_0=70990.30995 +lon_0=2dW +lat_0=49dN +k_0=0.999465 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A5H2 [OSGB 1936 Highways England A5H2]
+# area: (lat: 50.2109, 50.5289) - (lon: -5.0479, -4.8877) [UK - Highways England - A5]
+<102805> +proj=tmerc +datum=OSGB36 +x_0=225974.8051 +y_0=70992.08478 +lon_0=2dW +lat_0=49dN +k_0=0.99949 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A6H1 [OSGB 1936 Highways England A6H1]
+# area: (lat: 50.2144, 50.5323) - (lon: -4.907, -4.7477) [UK - Highways England - A6]
+<102806> +proj=tmerc +datum=OSGB36 +x_0=215981.5338 +y_0=70993.93011 +lon_0=2dW +lat_0=49dN +k_0=0.999516 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A6H2 [OSGB 1936 Highways England A6H2]
+# area: (lat: 50.2144, 50.5323) - (lon: -4.907, -4.7477) [UK - Highways England - A6]
+<102807> +proj=tmerc +datum=OSGB36 +x_0=215986.9336 +y_0=70995.70502 +lon_0=2dW +lat_0=49dN +k_0=0.999541 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A7H1 [OSGB 1936 Highways England A7H1]
+# area: (lat: 50.3975, 50.5356) - (lon: -4.766, -4.6175) [UK - Highways England - A7]
+<102808> +proj=tmerc +datum=OSGB36 +x_0=205992.2754 +y_0=70997.33764 +lon_0=2dW +lat_0=49dN +k_0=0.999564 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A7H2 [OSGB 1936 Highways England A7H2]
+# area: (lat: 50.3975, 50.5356) - (lon: -4.766, -4.6175) [UK - Highways England - A7]
+<102809> +proj=tmerc +datum=OSGB36 +x_0=205997.4254 +y_0=70999.11264 +lon_0=2dW +lat_0=49dN +k_0=0.999589 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A8H1 [OSGB 1936 Highways England A8H1]
+# area: (lat: 50.221, 50.7996) - (lon: -4.6397, -4.4536) [UK - Highways England - A8]
+<102810> +proj=tmerc +datum=OSGB36 +x_0=196002.254 +y_0=71000.81651 +lon_0=2dW +lat_0=49dN +k_0=0.999613 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A8H2 [OSGB 1936 Highways England A8H2]
+# area: (lat: 50.221, 50.7996) - (lon: -4.6397, -4.4536) [UK - Highways England - A8]
+<102811> +proj=tmerc +datum=OSGB36 +x_0=196007.1543 +y_0=71002.5916 +lon_0=2dW +lat_0=49dN +k_0=0.999638 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A9H1 [OSGB 1936 Highways England A9H1]
+# area: (lat: 50.2244, 50.8031) - (lon: -4.4837, -4.2855) [UK - Highways England - A9]
+<102812> +proj=tmerc +datum=OSGB36 +x_0=185011.1931 +y_0=71004.29572 +lon_0=2dW +lat_0=49dN +k_0=0.999662 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A9H2 [OSGB 1936 Highways England A9H2]
+# area: (lat: 50.2244, 50.8031) - (lon: -4.4837, -4.2855) [UK - Highways England - A9]
+<102813> +proj=tmerc +datum=OSGB36 +x_0=185015.8185 +y_0=71006.07089 +lon_0=2dW +lat_0=49dN +k_0=0.999687 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A10H1 [OSGB 1936 Highways England A10H1]
+# area: (lat: 50.2278, 50.8069) - (lon: -4.3136, -4.0893) [UK - Highways England - A10]
+<102814> +proj=tmerc +datum=OSGB36 +x_0=173019.2914 +y_0=71007.91729 +lon_0=2dW +lat_0=49dN +k_0=0.999713 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A10H2 [OSGB 1936 Highways England A10H2]
+# area: (lat: 50.2278, 50.8069) - (lon: -4.3136, -4.0893) [UK - Highways England - A10]
+<102815> +proj=tmerc +datum=OSGB36 +x_0=173023.6171 +y_0=71009.69256 +lon_0=2dW +lat_0=49dN +k_0=0.999738 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A11H1 [OSGB 1936 Highways England A11H1]
+# area: (lat: 50.2315, 50.8105) - (lon: -4.115, -3.8791) [UK - Highways England - A11]
+<102816> +proj=tmerc +datum=OSGB36 +x_0=159026.3186 +y_0=71011.75231 +lon_0=2dW +lat_0=49dN +k_0=0.999767 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A11H2 [OSGB 1936 Highways England A11H2]
+# area: (lat: 50.2315, 50.8105) - (lon: -4.115, -3.8791) [UK - Highways England - A11]
+<102817> +proj=tmerc +datum=OSGB36 +x_0=159030.2944 +y_0=71013.52767 +lon_0=2dW +lat_0=49dN +k_0=0.999792 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A11H3 [OSGB 1936 Highways England A11H3]
+# area: (lat: 50.2315, 50.8105) - (lon: -4.115, -3.8791) [UK - Highways England - A11]
+<102818> +proj=tmerc +datum=OSGB36 +x_0=159034.2704 +y_0=71015.30312 +lon_0=2dW +lat_0=49dN +k_0=0.999817 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A12H1 [OSGB 1936 Highways England A12H1]
+# area: (lat: 50.2351, 50.814) - (lon: -3.9022, -3.6549) [UK - Highways England - A12]
+<102819> +proj=tmerc +datum=OSGB36 +x_0=144031.0383 +y_0=71015.30362 +lon_0=2dW +lat_0=49dN +k_0=0.999817 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A12H2 [OSGB 1936 Highways England A12H2]
+# area: (lat: 50.2351, 50.814) - (lon: -3.9022, -3.6549) [UK - Highways England - A12]
+<102820> +proj=tmerc +datum=OSGB36 +x_0=144034.6392 +y_0=71017.07907 +lon_0=2dW +lat_0=49dN +k_0=0.999842 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A12H3 [OSGB 1936 Highways England A12H3]
+# area: (lat: 50.2351, 50.814) - (lon: -3.9022, -3.6549) [UK - Highways England - A12]
+<102821> +proj=tmerc +datum=OSGB36 +x_0=144038.2403 +y_0=71018.8546 +lon_0=2dW +lat_0=49dN +k_0=0.999867 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A13H1 [OSGB 1936 Highways England A13H1]
+# area: (lat: 50.4183, 50.8981) - (lon: -3.6781, -3.4219) [UK - Highways England - A13]
+<102822> +proj=tmerc +datum=OSGB36 +x_0=128033.7365 +y_0=71018.71321 +lon_0=2dW +lat_0=49dN +k_0=0.999865 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A13H2 [OSGB 1936 Highways England A13H2]
+# area: (lat: 50.4183, 50.8981) - (lon: -3.6781, -3.4219) [UK - Highways England - A13]
+<102823> +proj=tmerc +datum=OSGB36 +x_0=128036.9375 +y_0=71020.48874 +lon_0=2dW +lat_0=49dN +k_0=0.99989 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A14H1 [OSGB 1936 Highways England A14H1]
+# area: (lat: 50.585, 51.1984) - (lon: -4.4468, -3.1023) [UK - Highways England - A14]
+<102824> +proj=tmerc +datum=OSGB36 +x_0=111034.6979 +y_0=71022.19417 +lon_0=2dW +lat_0=49dN +k_0=0.999914 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A14H2 [OSGB 1936 Highways England A14H2]
+# area: (lat: 50.585, 51.1984) - (lon: -4.4468, -3.1023) [UK - Highways England - A14]
+<102825> +proj=tmerc +datum=OSGB36 +x_0=111037.4739 +y_0=71023.96979 +lon_0=2dW +lat_0=49dN +k_0=0.999939 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A15H1 [OSGB 1936 Highways England A15H1]
+# area: (lat: 50.6049, 52.0473) - (lon: -3.1375, -2.6218) [UK - Highways England - A15]
+<102826> +proj=tmerc +datum=OSGB36 +x_0=88032.17537 +y_0=71025.95967 +lon_0=2dW +lat_0=49dN +k_0=0.999967 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A15H2 [OSGB 1936 Highways England A15H2]
+# area: (lat: 50.6049, 52.0473) - (lon: -3.1375, -2.6218) [UK - Highways England - A15]
+<102827> +proj=tmerc +datum=OSGB36 +x_0=88034.37626 +y_0=71027.73539 +lon_0=2dW +lat_0=49dN +k_0=0.999992 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A16H1 [OSGB 1936 Highways England A16H1]
+# area: (lat: 50.6084, 52.048) - (lon: -2.6417, -1.5041) [UK - Highways England - A16]
+<102828> +proj=tmerc +datum=OSGB36 +x_0=54022.17583 +y_0=71029.15712 +lon_0=2dW +lat_0=49dN +k_0=1.000012 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A16H2 [OSGB 1936 Highways England A16H2]
+# area: (lat: 50.6084, 52.048) - (lon: -2.6417, -1.5041) [UK - Highways England - A16]
+<102829> +proj=tmerc +datum=OSGB36 +x_0=54023.52644 +y_0=71030.93291 +lon_0=2dW +lat_0=49dN +k_0=1.000037 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A17H1 [OSGB 1936 Highways England A17H1]
+# area: (lat: 50.777, 52.048) - (lon: -1.5177, -1.0083) [UK - Highways England - A17]
+<102830> +proj=tmerc +datum=OSGB36 +x_0=-24009.11135 +y_0=71026.9544 +lon_0=2dW +lat_0=49dN +k_0=0.999981 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A17H2 [OSGB 1936 Highways England A17H2]
+# area: (lat: 50.777, 52.048) - (lon: -1.5177, -1.0083) [UK - Highways England - A17]
+<102831> +proj=tmerc +datum=OSGB36 +x_0=-24009.7116 +y_0=71028.73014 +lon_0=2dW +lat_0=49dN +k_0=1.000006 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A18H1 [OSGB 1936 Highways England A18H1]
+# area: (lat: 50.7727, 52.0448) - (lon: -1.0355, -0.571) [UK - Highways England - A18]
+<102832> +proj=tmerc +datum=OSGB36 +x_0=-58018.94296 +y_0=71023.18879 +lon_0=2dW +lat_0=49dN +k_0=0.999928 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A18H2 [OSGB 1936 Highways England A18H2]
+# area: (lat: 50.7727, 52.0448) - (lon: -1.0355, -0.571) [UK - Highways England - A18]
+<102833> +proj=tmerc +datum=OSGB36 +x_0=-58020.39349 +y_0=71024.96444 +lon_0=2dW +lat_0=49dN +k_0=0.999953 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A19H1 [OSGB 1936 Highways England A19H1]
+# area: (lat: 50.7696, 52.0404) - (lon: -0.6101, -0.3232) [UK - Highways England - A19]
+<102834> +proj=tmerc +datum=OSGB36 +x_0=-88023.98625 +y_0=71019.35254 +lon_0=2dW +lat_0=49dN +k_0=0.999874 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A19H2 [OSGB 1936 Highways England A19H2]
+# area: (lat: 50.7696, 52.0404) - (lon: -0.6101, -0.3232) [UK - Highways England - A19]
+<102835> +proj=tmerc +datum=OSGB36 +x_0=-88026.18693 +y_0=71021.12809 +lon_0=2dW +lat_0=49dN +k_0=0.999899 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A20H1 [OSGB 1936 Highways England A20H1]
+# area: (lat: 50.7659, 52.0371) - (lon: -0.369, -0.0755) [UK - Highways England - A20]
+<102836> +proj=tmerc +datum=OSGB36 +x_0=-105023.5775 +y_0=71015.94289 +lon_0=2dW +lat_0=49dN +k_0=0.999826 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A20H2 [OSGB 1936 Highways England A20H2]
+# area: (lat: 50.7659, 52.0371) - (lon: -0.369, -0.0755) [UK - Highways England - A20]
+<102837> +proj=tmerc +datum=OSGB36 +x_0=-105026.2032 +y_0=71017.71836 +lon_0=2dW +lat_0=49dN +k_0=0.999851 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A21H1 [OSGB 1936 Highways England A21H1]
+# area: (lat: 50.7618, 52.0333) - (lon: -0.128, 0.1722) [UK - Highways England - A21]
+<102838> +proj=tmerc +datum=OSGB36 +x_0=-122020.6823 +y_0=71012.0364 +lon_0=2dW +lat_0=49dN +k_0=0.999771 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A21H2 [OSGB 1936 Highways England A21H2]
+# area: (lat: 50.7618, 52.0333) - (lon: -0.128, 0.1722) [UK - Highways England - A21]
+<102839> +proj=tmerc +datum=OSGB36 +x_0=-122023.7329 +y_0=71013.81177 +lon_0=2dW +lat_0=49dN +k_0=0.999796 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A22H1 [OSGB 1936 Highways England A22H1]
+# area: (lat: 50.7572, 52.029) - (lon: 0.1129, 0.4198) [UK - Highways England - A22]
+<102840> +proj=tmerc +datum=OSGB36 +x_0=-139014.8049 +y_0=71007.56222 +lon_0=2dW +lat_0=49dN +k_0=0.999708 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A22H2 [OSGB 1936 Highways England A22H2]
+# area: (lat: 50.7572, 52.029) - (lon: 0.1129, 0.4198) [UK - Highways England - A22]
+<102841> +proj=tmerc +datum=OSGB36 +x_0=-139018.2804 +y_0=71009.33748 +lon_0=2dW +lat_0=49dN +k_0=0.999733 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A23H1 [OSGB 1936 Highways England A23H1]
+# area: (lat: 50.7546, 52.0242) - (lon: 0.3537, 0.5509) [UK - Highways England - A23]
+<102842> +proj=tmerc +datum=OSGB36 +x_0=-156008.5024 +y_0=71003.86967 +lon_0=2dW +lat_0=49dN +k_0=0.999656 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A23H2 [OSGB 1936 Highways England A23H2]
+# area: (lat: 50.7546, 52.0242) - (lon: 0.3537, 0.5509) [UK - Highways England - A23]
+<102843> +proj=tmerc +datum=OSGB36 +x_0=-156012.4027 +y_0=71005.64484 +lon_0=2dW +lat_0=49dN +k_0=0.999681 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A24H1 [OSGB 1936 Highways England A24H1]
+# area: (lat: 50.7511, 52.0214) - (lon: 0.4812, 0.711) [UK - Highways England - A24]
+<102844> +proj=tmerc +datum=OSGB36 +x_0=-165001.8975 +y_0=71000.81651 +lon_0=2dW +lat_0=49dN +k_0=0.999613 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A24H2 [OSGB 1936 Highways England A24H2]
+# area: (lat: 50.7511, 52.0214) - (lon: 0.4812, 0.711) [UK - Highways England - A24]
+<102845> +proj=tmerc +datum=OSGB36 +x_0=-165006.0227 +y_0=71002.5916 +lon_0=2dW +lat_0=49dN +k_0=0.999638 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A25H1 [OSGB 1936 Highways England A25H1]
+# area: (lat: 50.7478, 52.0178) - (lon: 0.637, 0.8566) [UK - Highways England - A25]
+<102846> +proj=tmerc +datum=OSGB36 +x_0=-175993.5763 +y_0=70997.40864 +lon_0=2dW +lat_0=49dN +k_0=0.999565 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A25H2 [OSGB 1936 Highways England A25H2]
+# area: (lat: 50.7478, 52.0178) - (lon: 0.637, 0.8566) [UK - Highways England - A25]
+<102847> +proj=tmerc +datum=OSGB36 +x_0=-175997.9763 +y_0=70999.18364 +lon_0=2dW +lat_0=49dN +k_0=0.99959 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A26H1 [OSGB 1936 Highways England A26H1]
+# area: (lat: 50.7444, 52.0144) - (lon: 0.7786, 1.0021) [UK - Highways England - A26]
+<102848> +proj=tmerc +datum=OSGB36 +x_0=-185984.2846 +y_0=70994.00109 +lon_0=2dW +lat_0=49dN +k_0=0.999517 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A26H2 [OSGB 1936 Highways England A26H2]
+# area: (lat: 50.7444, 52.0144) - (lon: 0.7786, 1.0021) [UK - Highways England - A26]
+<102849> +proj=tmerc +datum=OSGB36 +x_0=-185988.9343 +y_0=70995.77601 +lon_0=2dW +lat_0=49dN +k_0=0.999542 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A27H1 [OSGB 1936 Highways England A27H1]
+# area: (lat: 50.9293, 52.0108) - (lon: 0.932, 1.1476) [UK - Highways England - A27]
+<102850> +proj=tmerc +datum=OSGB36 +x_0=-195973.6419 +y_0=70990.45191 +lon_0=2dW +lat_0=49dN +k_0=0.999467 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A27H2 [OSGB 1936 Highways England A27H2]
+# area: (lat: 50.9293, 52.0108) - (lon: 0.932, 1.1476) [UK - Highways England - A27]
+<102851> +proj=tmerc +datum=OSGB36 +x_0=-195978.5414 +y_0=70992.22674 +lon_0=2dW +lat_0=49dN +k_0=0.999492 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A28H1 [OSGB 1936 Highways England A28H1]
+# area: (lat: 50.9259, 52.007) - (lon: 1.0741, 1.2785) [UK - Highways England - A28]
+<102852> +proj=tmerc +datum=OSGB36 +x_0=-205961.7946 +y_0=70986.83212 +lon_0=2dW +lat_0=49dN +k_0=0.999416 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A28H2 [OSGB 1936 Highways England A28H2]
+# area: (lat: 50.9259, 52.007) - (lon: 1.0741, 1.2785) [UK - Highways England - A28]
+<102853> +proj=tmerc +datum=OSGB36 +x_0=-205966.9438 +y_0=70988.60686 +lon_0=2dW +lat_0=49dN +k_0=0.999441 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A29H1 [OSGB 1936 Highways England A29H1]
+# area: (lat: 50.9223, 52.0034) - (lon: 1.202, 1.4094) [UK - Highways England - A29]
+<102854> +proj=tmerc +datum=OSGB36 +x_0=-214949.3801 +y_0=70983.28366 +lon_0=2dW +lat_0=49dN +k_0=0.999366 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_A30H1 [OSGB 1936 Highways England A30H1]
+# area: (lat: 50.9186, 51.9997) - (lon: 1.3299, 1.5403) [UK - Highways England - A30]
+<102855> +proj=tmerc +datum=OSGB36 +x_0=-223935.6193 +y_0=70979.59363 +lon_0=2dW +lat_0=49dN +k_0=0.999314 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B15H1 [OSGB 1936 Highways England B15H1]
+# area: (lat: 52.0434, 53.9351) - (lon: -3.1882, -2.6416) [UK - Highways England - B15]
+<102856> +proj=tmerc +datum=OSGB36 +x_0=88032.17537 +y_0=111040.5848 +lon_0=2dW +lat_0=49dN +k_0=0.999967 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B15H2 [OSGB 1936 Highways England B15H2]
+# area: (lat: 52.0434, 53.9351) - (lon: -3.1882, -2.6416) [UK - Highways England - B15]
+<102857> +proj=tmerc +datum=OSGB36 +x_0=88034.37626 +y_0=111043.361 +lon_0=2dW +lat_0=49dN +k_0=0.999992 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B15H3 [OSGB 1936 Highways England B15H3]
+# area: (lat: 52.0434, 53.9351) - (lon: -3.1882, -2.6416) [UK - Highways England - B15]
+<102858> +proj=tmerc +datum=OSGB36 +x_0=88036.57726 +y_0=111046.1372 +lon_0=2dW +lat_0=49dN +k_0=1.000017 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B16H1 [OSGB 1936 Highways England B16H1]
+# area: (lat: 52.0472, 53.9359) - (lon: -2.6703, -1.482) [UK - Highways England - B16]
+<102859> +proj=tmerc +datum=OSGB36 +x_0=54022.17583 +y_0=111045.5837 +lon_0=2dW +lat_0=49dN +k_0=1.000012 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B16H2 [OSGB 1936 Highways England B16H2]
+# area: (lat: 52.0472, 53.9359) - (lon: -2.6703, -1.482) [UK - Highways England - B16]
+<102860> +proj=tmerc +datum=OSGB36 +x_0=54023.52644 +y_0=111048.3599 +lon_0=2dW +lat_0=49dN +k_0=1.000037 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B16H3 [OSGB 1936 Highways England B16H3]
+# area: (lat: 52.0472, 53.9359) - (lon: -2.6703, -1.482) [UK - Highways England - B16]
+<102861> +proj=tmerc +datum=OSGB36 +x_0=54024.87711 +y_0=111051.1363 +lon_0=2dW +lat_0=49dN +k_0=1.000062 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B16H4 [OSGB 1936 Highways England B16H4]
+# area: (lat: 52.0472, 53.9359) - (lon: -2.6703, -1.482) [UK - Highways England - B16]
+<102862> +proj=tmerc +datum=OSGB36 +x_0=54026.22785 +y_0=111053.9128 +lon_0=2dW +lat_0=49dN +k_0=1.000087 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B17H1 [OSGB 1936 Highways England B17H1]
+# area: (lat: 52.0447, 53.9359) - (lon: -1.5042, -0.9641) [UK - Highways England - B17]
+<102863> +proj=tmerc +datum=OSGB36 +x_0=-24009.11135 +y_0=111042.14 +lon_0=2dW +lat_0=49dN +k_0=0.999981 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B17H2 [OSGB 1936 Highways England B17H2]
+# area: (lat: 52.0447, 53.9359) - (lon: -1.5042, -0.9641) [UK - Highways England - B17]
+<102864> +proj=tmerc +datum=OSGB36 +x_0=-24009.7116 +y_0=111044.9161 +lon_0=2dW +lat_0=49dN +k_0=1.000006 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B18H1 [OSGB 1936 Highways England B18H1]
+# area: (lat: 52.0403, 53.9325) - (lon: -1.0084, -0.5073) [UK - Highways England - B18]
+<102865> +proj=tmerc +datum=OSGB36 +x_0=-58018.94296 +y_0=111036.2529 +lon_0=2dW +lat_0=49dN +k_0=0.999928 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B18H2 [OSGB 1936 Highways England B18H2]
+# area: (lat: 52.0403, 53.9325) - (lon: -1.0084, -0.5073) [UK - Highways England - B18]
+<102866> +proj=tmerc +datum=OSGB36 +x_0=-58020.39349 +y_0=111039.0289 +lon_0=2dW +lat_0=49dN +k_0=0.999953 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B19H1 [OSGB 1936 Highways England B19H1]
+# area: (lat: 52.037, 53.9277) - (lon: -0.5711, -0.2485) [UK - Highways England - B19]
+<102867> +proj=tmerc +datum=OSGB36 +x_0=-88023.98625 +y_0=111030.2554 +lon_0=2dW +lat_0=49dN +k_0=0.999874 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B20H1 [OSGB 1936 Highways England B20H1]
+# area: (lat: 52.0332, 53.9242) - (lon: -0.3233, 0.0103) [UK - Highways England - B20]
+<102868> +proj=tmerc +datum=OSGB36 +x_0=-105023.5775 +y_0=111024.9248 +lon_0=2dW +lat_0=49dN +k_0=0.999826 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B21H1 [OSGB 1936 Highways England B21H1]
+# area: (lat: 52.0289, 52.8061) - (lon: -0.0756, 0.2105) [UK - Highways England - B21]
+<102869> +proj=tmerc +datum=OSGB36 +x_0=-122020.6823 +y_0=111018.8175 +lon_0=2dW +lat_0=49dN +k_0=0.999771 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B22H1 [OSGB 1936 Highways England B22H1]
+# area: (lat: 52.0241, 52.8017) - (lon: 0.1721, 0.4625) [UK - Highways England - B22]
+<102870> +proj=tmerc +datum=OSGB36 +x_0=-139014.9439 +y_0=111011.9337 +lon_0=2dW +lat_0=49dN +k_0=0.999709 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B23H1 [OSGB 1936 Highways England B23H1]
+# area: (lat: 52.0213, 52.7967) - (lon: 0.4197, 0.5958) [UK - Highways England - B23]
+<102871> +proj=tmerc +datum=OSGB36 +x_0=-156008.5024 +y_0=111006.0498 +lon_0=2dW +lat_0=49dN +k_0=0.999656 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B24H1 [OSGB 1936 Highways England B24H1]
+# area: (lat: 52.0177, 52.7939) - (lon: 0.5508, 0.7588) [UK - Highways England - B24]
+<102872> +proj=tmerc +datum=OSGB36 +x_0=-165002.0625 +y_0=111001.3875 +lon_0=2dW +lat_0=49dN +k_0=0.999614 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B25H1 [OSGB 1936 Highways England B25H1]
+# area: (lat: 52.0143, 52.7902) - (lon: 0.7109, 0.9069) [UK - Highways England - B25]
+<102873> +proj=tmerc +datum=OSGB36 +x_0=-175993.5763 +y_0=110995.9487 +lon_0=2dW +lat_0=49dN +k_0=0.999565 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B26H1 [OSGB 1936 Highways England B26H1]
+# area: (lat: 52.0107, 52.7866) - (lon: 0.8565, 1.055) [UK - Highways England - B26]
+<102874> +proj=tmerc +datum=OSGB36 +x_0=-185984.2846 +y_0=110990.6214 +lon_0=2dW +lat_0=49dN +k_0=0.999517 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B27H1 [OSGB 1936 Highways England B27H1]
+# area: (lat: 52.0069, 52.7829) - (lon: 1.002, 1.2031) [UK - Highways England - B27]
+<102875> +proj=tmerc +datum=OSGB36 +x_0=-195973.6419 +y_0=110985.0727 +lon_0=2dW +lat_0=49dN +k_0=0.999467 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B28H1 [OSGB 1936 Highways England B28H1]
+# area: (lat: 52.0033, 52.779) - (lon: 1.1475, 1.3363) [UK - Highways England - B28]
+<102876> +proj=tmerc +datum=OSGB36 +x_0=-205961.7946 +y_0=110979.4136 +lon_0=2dW +lat_0=49dN +k_0=0.999416 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B29H1 [OSGB 1936 Highways England B29H1]
+# area: (lat: 51.9996, 52.7753) - (lon: 1.2784, 1.4695) [UK - Highways England - B29]
+<102877> +proj=tmerc +datum=OSGB36 +x_0=-214949.595 +y_0=110973.9769 +lon_0=2dW +lat_0=49dN +k_0=0.999367 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B30H1 [OSGB 1936 Highways England B30H1]
+# area: (lat: 51.9957, 52.7715) - (lon: 1.4093, 1.6026) [UK - Highways England - B30]
+<102878> +proj=tmerc +datum=OSGB36 +x_0=-223935.8432 +y_0=110968.208 +lon_0=2dW +lat_0=49dN +k_0=0.999315 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B31H1 [OSGB 1936 Highways England B31H1]
+# area: (lat: 52.3416, 52.7675) - (lon: 1.5681, 1.7357) [UK - Highways England - B31]
+<102879> +proj=tmerc +datum=OSGB36 +x_0=-232920.6915 +y_0=110962.2179 +lon_0=2dW +lat_0=49dN +k_0=0.999261 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_B32H1 [OSGB 1936 Highways England B32H1]
+# area: (lat: 52.3374, 52.7634) - (lon: 1.6999, 1.8688) [UK - Highways England - B32]
+<102880> +proj=tmerc +datum=OSGB36 +x_0=-241904.3281 +y_0=110956.1174 +lon_0=2dW +lat_0=49dN +k_0=0.999206 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C13H1 [OSGB 1936 Highways England C13H1]
+# area: (lat: 54.3636, 54.7717) - (lon: -3.8344, -3.5547) [UK - Highways England - C13]
+<102881> +proj=tmerc +datum=OSGB36 +x_0=128033.8646 +y_0=126033.3354 +lon_0=2dW +lat_0=49dN +k_0=0.999866 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C14H1 [OSGB 1936 Highways England C14H1]
+# area: (lat: 54.0079, 54.7758) - (lon: -3.5703, -3.1904) [UK - Highways England - C14]
+<102882> +proj=tmerc +datum=OSGB36 +x_0=111034.6979 +y_0=126039.3868 +lon_0=2dW +lat_0=49dN +k_0=0.999914 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C14H2 [OSGB 1936 Highways England C14H2]
+# area: (lat: 54.0079, 54.7758) - (lon: -3.5703, -3.1904) [UK - Highways England - C14]
+<102883> +proj=tmerc +datum=OSGB36 +x_0=111037.4739 +y_0=126042.5379 +lon_0=2dW +lat_0=49dN +k_0=0.999939 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C14H3 [OSGB 1936 Highways England C14H3]
+# area: (lat: 54.0079, 54.7758) - (lon: -3.5703, -3.1904) [UK - Highways England - C14]
+<102884> +proj=tmerc +datum=OSGB36 +x_0=111040.25 +y_0=126045.6892 +lon_0=2dW +lat_0=49dN +k_0=0.999964 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C14H4 [OSGB 1936 Highways England C14H4]
+# area: (lat: 54.0079, 54.7758) - (lon: -3.5703, -3.1904) [UK - Highways England - C14]
+<102885> +proj=tmerc +datum=OSGB36 +x_0=111043.0263 +y_0=126048.8406 +lon_0=2dW +lat_0=49dN +k_0=0.999989 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C15H1 [OSGB 1936 Highways England C15H1]
+# area: (lat: 53.931, 55.1394) - (lon: -3.2237, -2.6702) [UK - Highways England - C15]
+<102886> +proj=tmerc +datum=OSGB36 +x_0=88032.17537 +y_0=126046.0693 +lon_0=2dW +lat_0=49dN +k_0=0.999967 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C15H2 [OSGB 1936 Highways England C15H2]
+# area: (lat: 53.931, 55.1394) - (lon: -3.2237, -2.6702) [UK - Highways England - C15]
+<102887> +proj=tmerc +datum=OSGB36 +x_0=88034.37626 +y_0=126049.2206 +lon_0=2dW +lat_0=49dN +k_0=0.999992 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C15H3 [OSGB 1936 Highways England C15H3]
+# area: (lat: 53.931, 55.1394) - (lon: -3.2237, -2.6702) [UK - Highways England - C15]
+<102888> +proj=tmerc +datum=OSGB36 +x_0=88036.57726 +y_0=126052.372 +lon_0=2dW +lat_0=49dN +k_0=1.000017 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C15H4 [OSGB 1936 Highways England C15H4]
+# area: (lat: 53.931, 55.1394) - (lon: -3.2237, -2.6702) [UK - Highways England - C15]
+<102889> +proj=tmerc +datum=OSGB36 +x_0=88038.77836 +y_0=126055.5236 +lon_0=2dW +lat_0=49dN +k_0=1.000042 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C15H5 [OSGB 1936 Highways England C15H5]
+# area: (lat: 53.931, 55.1394) - (lon: -3.2237, -2.6702) [UK - Highways England - C15]
+<102890> +proj=tmerc +datum=OSGB36 +x_0=88040.97958 +y_0=126058.6753 +lon_0=2dW +lat_0=49dN +k_0=1.000067 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C16H1 [OSGB 1936 Highways England C16H1]
+# area: (lat: 53.935, 55.8321) - (lon: -2.7026, -1.4571) [UK - Highways England - C16]
+<102891> +proj=tmerc +datum=OSGB36 +x_0=54022.17583 +y_0=126051.7436 +lon_0=2dW +lat_0=49dN +k_0=1.000012 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C16H2 [OSGB 1936 Highways England C16H2]
+# area: (lat: 53.935, 55.8321) - (lon: -2.7026, -1.4571) [UK - Highways England - C16]
+<102892> +proj=tmerc +datum=OSGB36 +x_0=54023.52644 +y_0=126054.895 +lon_0=2dW +lat_0=49dN +k_0=1.000037 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C16H3 [OSGB 1936 Highways England C16H3]
+# area: (lat: 53.935, 55.8321) - (lon: -2.7026, -1.4571) [UK - Highways England - C16]
+<102893> +proj=tmerc +datum=OSGB36 +x_0=54024.87711 +y_0=126058.0466 +lon_0=2dW +lat_0=49dN +k_0=1.000062 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C16H4 [OSGB 1936 Highways England C16H4]
+# area: (lat: 53.935, 55.8321) - (lon: -2.7026, -1.4571) [UK - Highways England - C16]
+<102894> +proj=tmerc +datum=OSGB36 +x_0=54026.22785 +y_0=126061.1983 +lon_0=2dW +lat_0=49dN +k_0=1.000087 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C17H1 [OSGB 1936 Highways England C17H1]
+# area: (lat: 53.9324, 55.5176) - (lon: -1.4821, -0.923) [UK - Highways England - C17]
+<102895> +proj=tmerc +datum=OSGB36 +x_0=-24009.11135 +y_0=126047.8346 +lon_0=2dW +lat_0=49dN +k_0=0.999981 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C17H2 [OSGB 1936 Highways England C17H2]
+# area: (lat: 53.9324, 55.5176) - (lon: -1.4821, -0.923) [UK - Highways England - C17]
+<102896> +proj=tmerc +datum=OSGB36 +x_0=-24009.7116 +y_0=126050.9859 +lon_0=2dW +lat_0=49dN +k_0=1.000006 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C18H1 [OSGB 1936 Highways England C18H1]
+# area: (lat: 53.9276, 54.3908) - (lon: -0.9642, -0.4907) [UK - Highways England - C18]
+<102897> +proj=tmerc +datum=OSGB36 +x_0=-58018.94296 +y_0=126041.1519 +lon_0=2dW +lat_0=49dN +k_0=0.999928 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C18H2 [OSGB 1936 Highways England C18H2]
+# area: (lat: 53.9276, 54.3908) - (lon: -0.9642, -0.4907) [UK - Highways England - C18]
+<102898> +proj=tmerc +datum=OSGB36 +x_0=-58020.39349 +y_0=126044.3031 +lon_0=2dW +lat_0=49dN +k_0=0.999953 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C19H1 [OSGB 1936 Highways England C19H1]
+# area: (lat: 53.9241, 54.3859) - (lon: -0.5074, -0.229) [UK - Highways England - C19]
+<102899> +proj=tmerc +datum=OSGB36 +x_0=-88023.98625 +y_0=126034.3439 +lon_0=2dW +lat_0=49dN +k_0=0.999874 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# OSGB36_Highways_England_C19H2 [OSGB 1936 Highways England C19H2]
+# area: (lat: 53.9241, 54.3859) - (lon: -0.5074, -0.229) [UK - Highways England - C19]
+<102900> +proj=tmerc +datum=OSGB36 +x_0=-88026.18693 +y_0=126037.4949 +lon_0=2dW +lat_0=49dN +k_0=0.999899 +nadgrids=OSTN02_NTv2.gsb +no_defs <>
+
+# NAD_1983_2011_Wisconsin_TM_US_Ft [NAD 1983 2011 Wisconsin Transverse Mercator - US Ft]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<102974> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=520000.0 +y_0=-4480000.0 +lon_0=90dW +lat_0=0dN +k_0=0.9996 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Utah_North_FIPS_4301_Ft_Intl [NAD 1983 2011 SPCS Utah North (Intl Feet)]
+# area: (lat: 40.55, 42.01) - (lon: -114.04, -109.04) [USA - Utah - SPCS - N]
+<103166> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=1000000.0 +lon_0=111d30'W +lat_0=40d20'N +lat_1=40d43'N +lat_2=41d47'N +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Utah_Central_FIPS_4302_Ft_Intl [NAD 1983 2011 SPCS Utah Central (Intl Feet)]
+# area: (lat: 38.49, 41.08) - (lon: -114.05, -109.04) [USA - Utah - SPCS - C]
+<103167> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=2000000.0 +lon_0=111d30'W +lat_0=38d20'N +lat_1=39d1'N +lat_2=40d39'N +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_2011_StatePlane_Utah_South_FIPS_4303_Ft_Intl [NAD 1983 2011 SPCS Utah South (Intl Feet)]
+# area: (lat: 36.99, 38.58) - (lon: -114.05, -109.04) [USA - Utah - SPCS - S]
+<103168> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=3000000.0 +lon_0=111d30'W +lat_0=36d40'N +lat_1=37d13'N +lat_2=38d21'N +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alabama_East_FIPS_0101 [NAD 1983 (CORS96) SPCS Alabama East]
+# area: (lat: 30.99, 35.0) - (lon: -86.79, -84.89) [USA - Alabama - SPCS - E]
+<103220> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=85d50'W +lat_0=30d30'N +k_0=0.99996 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Alabama_West_FIPS_0102 [NAD 1983 (CORS96) SPCS Alabama West]
+# area: (lat: 30.14, 35.02) - (lon: -88.48, -86.3) [USA - Alabama - SPCS - W]
+<103221> +proj=tmerc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=87d30'W +lat_0=30dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arizona_East_FIPS_0201 [NAD 1983 (CORS96) SPCS Arizona East]
+# area: (lat: 31.33, 37.01) - (lon: -111.71, -109.04) [USA - Arizona - SPCS - E]
+<103222> +proj=tmerc +ellps=GRS80 +x_0=213360.0 +y_0=0.0 +lon_0=110d10'W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arizona_Central_FIPS_0202 [NAD 1983 (CORS96) SPCS Arizona Central]
+# area: (lat: 31.33, 37.01) - (lon: -113.35, -110.44) [USA - Arizona - SPCS - C]
+<103223> +proj=tmerc +ellps=GRS80 +x_0=213360.0 +y_0=0.0 +lon_0=111d55'W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arizona_West_FIPS_0203 [NAD 1983 (CORS96) SPCS Arizona West]
+# area: (lat: 32.05, 37.0) - (lon: -114.81, -112.52) [USA - Arizona - SPCS - W]
+<103224> +proj=tmerc +ellps=GRS80 +x_0=213360.0 +y_0=0.0 +lon_0=113d45'W +lat_0=31dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arizona_East_FIPS_0201_Ft_Intl [NAD 1983 (CORS96) SPCS Arizona East (Intl Feet)]
+# area: (lat: 31.33, 37.01) - (lon: -111.71, -109.04) [USA - Arizona - SPCS - E]
+<103225> +proj=tmerc +ellps=GRS80 +units=ft +x_0=213360.0 +y_0=0.0 +lon_0=110d10'W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arizona_Central_FIPS_0202_Ft_Intl [NAD 1983 (CORS96) SPCS Arizona Central (Intl Feet)]
+# area: (lat: 31.33, 37.01) - (lon: -113.35, -110.44) [USA - Arizona - SPCS - C]
+<103226> +proj=tmerc +ellps=GRS80 +units=ft +x_0=213360.0 +y_0=0.0 +lon_0=111d55'W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arizona_West_FIPS_0203_Ft_Intl [NAD 1983 (CORS96) SPCS Arizona West (Intl Feet)]
+# area: (lat: 32.05, 37.0) - (lon: -114.81, -112.52) [USA - Arizona - SPCS - W]
+<103227> +proj=tmerc +ellps=GRS80 +units=ft +x_0=213360.0 +y_0=0.0 +lon_0=113d45'W +lat_0=31dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arkansas_North_FIPS_0301 [NAD 1983 (CORS96) Zone Arkansas North]
+# area: (lat: 34.67, 36.5) - (lon: -94.62, -89.64) [USA - Arkansas - SPCS - N]
+<103228> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=0.0 +lon_0=92dW +lat_0=34d20'N +lat_1=34d56'N +lat_2=36d14'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arkansas_South_FIPS_0302 [NAD 1983 (CORS96) Zone Arkansas South]
+# area: (lat: 33.01, 35.1) - (lon: -94.48, -90.4) [USA - Arkansas - SPCS - S]
+<103229> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=400000.0 +lon_0=92dW +lat_0=32d40'N +lat_1=33d18'N +lat_2=34d46'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arkansas_North_FIPS_0301_Ft_US [NAD 1983 (CORS96) SPCS Arkansas North (US Feet)]
+# area: (lat: 34.67, 36.5) - (lon: -94.62, -89.64) [USA - Arkansas - SPCS - N]
+<103230> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=0.0 +lon_0=92dW +lat_0=34d20'N +lat_1=34d56'N +lat_2=36d14'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Arkansas_South_FIPS_0302_Ft_US [NAD 1983 (CORS96) SPCS Arkansas South (US Feet)]
+# area: (lat: 33.01, 35.1) - (lon: -94.48, -90.4) [USA - Arkansas - SPCS - S]
+<103231> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=400000.0 +lon_0=92dW +lat_0=32d40'N +lat_1=33d18'N +lat_2=34d46'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_I_FIPS_0401 [NAD 1983 (CORS96) SPCS California I]
+# area: (lat: 39.59, 42.01) - (lon: -124.45, -119.99) [USA - California - SPCS - 1]
+<103232> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=122dW +lat_0=39d20'N +lat_1=40dN +lat_2=41d40'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_II_FIPS_0402 [NAD 1983 (CORS96) SPCS California II]
+# area: (lat: 38.02, 40.16) - (lon: -124.06, -119.54) [USA - California - SPCS - 2]
+<103233> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=122dW +lat_0=37d40'N +lat_1=38d20'N +lat_2=39d50'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_III_FIPS_0403 [NAD 1983 (CORS96) SPCS California III]
+# area: (lat: 36.73, 38.71) - (lon: -123.02, -117.83) [USA - California - SPCS - 3]
+<103234> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=120d30'W +lat_0=36d30'N +lat_1=37d4'N +lat_2=38d26'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_IV_FIPS_0404 [NAD 1983 (CORS96) SPCS California IV]
+# area: (lat: 35.78, 37.58) - (lon: -122.01, -115.62) [USA - California - SPCS - 4]
+<103235> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=119dW +lat_0=35d20'N +lat_1=36dN +lat_2=37d15'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_V_FIPS_0405 [NAD 1983 (CORS96) SPCS California V]
+# area: (lat: 32.76, 35.81) - (lon: -121.42, -114.12) [USA - California - SPCS83 - 5]
+<103236> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=118dW +lat_0=33d30'N +lat_1=34d2'N +lat_2=35d28'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_VI_FIPS_0406 [NAD 1983 (CORS96) SPCS California VI]
+# area: (lat: 32.53, 34.08) - (lon: -118.15, -114.42) [USA - California - SPCS - 6]
+<103237> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=116d15'W +lat_0=32d10'N +lat_1=32d47'N +lat_2=33d53'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_I_FIPS_0401_Ft_US [NAD 1983 (CORS96) SPCS California I (US Feet)]
+# area: (lat: 39.59, 42.01) - (lon: -124.45, -119.99) [USA - California - SPCS - 1]
+<103238> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=122dW +lat_0=39d20'N +lat_1=40dN +lat_2=41d40'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_II_FIPS_0402_Ft_US [NAD 1983 (CORS96) SPCS California II (US Feet)]
+# area: (lat: 38.02, 40.16) - (lon: -124.06, -119.54) [USA - California - SPCS - 2]
+<103239> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=122dW +lat_0=37d40'N +lat_1=38d20'N +lat_2=39d50'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_III_FIPS_0403_Ft_US [NAD 1983 (CORS96) SPCS California III (US Feet)]
+# area: (lat: 36.73, 38.71) - (lon: -123.02, -117.83) [USA - California - SPCS - 3]
+<103240> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=120d30'W +lat_0=36d30'N +lat_1=37d4'N +lat_2=38d26'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_IV_FIPS_0404_Ft_US [NAD 1983 (CORS96) SPCS California IV (US Feet)]
+# area: (lat: 35.78, 37.58) - (lon: -122.01, -115.62) [USA - California - SPCS - 4]
+<103241> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=119dW +lat_0=35d20'N +lat_1=36dN +lat_2=37d15'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_V_FIPS_0405_Ft_US [NAD 1983 (CORS96) SPCS California V (US Feet)]
+# area: (lat: 32.76, 35.81) - (lon: -121.42, -114.12) [USA - California - SPCS83 - 5]
+<103242> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=118dW +lat_0=33d30'N +lat_1=34d2'N +lat_2=35d28'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_California_VI_FIPS_0406_Ft_US [NAD 1983 (CORS96) SPCS California VI (US Feet)]
+# area: (lat: 32.53, 34.08) - (lon: -118.15, -114.42) [USA - California - SPCS - 6]
+<103243> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=116d15'W +lat_0=32d10'N +lat_1=32d47'N +lat_2=33d53'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Colorado_North_FIPS_0501 [NAD 1983 (CORS96) SPCS Colorado North]
+# area: (lat: 39.56, 41.01) - (lon: -109.06, -102.04) [USA - Colorado - SPCS - N]
+<103244> +proj=lcc +ellps=GRS80 +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'W +lat_0=39d20'N +lat_1=39d43'N +lat_2=40d47'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Colorado_Central_FIPS_0502 [NAD 1983 (CORS96) SPCS Colorado Central]
+# area: (lat: 38.14, 40.09) - (lon: -109.06, -102.04) [USA - Colorado - SPCS - C]
+<103245> +proj=lcc +ellps=GRS80 +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'W +lat_0=37d50'N +lat_1=38d27'N +lat_2=39d45'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Colorado_South_FIPS_0503 [NAD 1983 (CORS96) SPCS Colorado South]
+# area: (lat: 36.98, 38.68) - (lon: -109.06, -102.03) [USA - Colorado - SPCS - S]
+<103246> +proj=lcc +ellps=GRS80 +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'W +lat_0=36d40'N +lat_1=37d14'N +lat_2=38d26'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Colorado_North_FIPS_0501_Ft_US [NAD 1983 (CORS96) SPCS Colorado North (US Feet)]
+# area: (lat: 39.56, 41.01) - (lon: -109.06, -102.04) [USA - Colorado - SPCS - N]
+<103247> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'W +lat_0=39d20'N +lat_1=39d43'N +lat_2=40d47'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Colorado_Central_FIPS_0502_Ft_US [NAD 1983 (CORS96) SPCS Colorado Central (US Feet)]
+# area: (lat: 38.14, 40.09) - (lon: -109.06, -102.04) [USA - Colorado - SPCS - C]
+<103248> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'W +lat_0=37d50'N +lat_1=38d27'N +lat_2=39d45'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Colorado_South_FIPS_0503_Ft_US [NAD 1983 (CORS96) SPCS Colorado South (US Feet)]
+# area: (lat: 36.98, 38.68) - (lon: -109.06, -102.03) [USA - Colorado - SPCS - S]
+<103249> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'W +lat_0=36d40'N +lat_1=37d14'N +lat_2=38d26'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Connecticut_FIPS_0600 [NAD 1983 (CORS96) SPCS Connecticut]
+# area: (lat: 40.98, 42.05) - (lon: -73.73, -71.78) [USA - Connecticut]
+<103250> +proj=lcc +ellps=GRS80 +x_0=304800.6096 +y_0=152400.3048 +lon_0=72d45'W +lat_0=40d50'N +lat_1=41d12'N +lat_2=41d52'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Connecticut_FIPS_0600_Ft_US [NAD 1983 (CORS96) SPCS Connecticut (US Feet)]
+# area: (lat: 40.98, 42.05) - (lon: -73.73, -71.78) [USA - Connecticut]
+<103251> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=304800.6096 +y_0=152400.3048 +lon_0=72d45'W +lat_0=40d50'N +lat_1=41d12'N +lat_2=41d52'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Delaware_FIPS_0700 [NAD 1983 (CORS96) SPCS Delaware]
+# area: (lat: 38.44, 39.85) - (lon: -75.8, -74.97) [USA - Delaware]
+<103252> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=75d25'W +lat_0=38dN +k_0=0.999995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Delaware_FIPS_0700_Ft_US [NAD 1983 (CORS96) SPCS Delaware (US Feet)]
+# area: (lat: 38.44, 39.85) - (lon: -75.8, -74.97) [USA - Delaware]
+<103253> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=75d25'W +lat_0=38dN +k_0=0.999995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Florida_East_FIPS_0901 [NAD 1983 (CORS96) SPCS Florida East]
+# area: (lat: 24.41, 30.83) - (lon: -82.33, -79.97) [USA - Florida - SPCS - E]
+<103254> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=81dW +lat_0=24d20'N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Florida_West_FIPS_0902 [NAD 1983 (CORS96) SPCS Florida West]
+# area: (lat: 26.27, 29.6) - (lon: -83.34, -81.13) [USA - Florida - SPCS - W]
+<103255> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=82dW +lat_0=24d20'N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Florida_North_FIPS_0903 [NAD 1983 (CORS96) SPCS Florida North]
+# area: (lat: 29.21, 31.01) - (lon: -87.63, -82.04) [USA - Florida - SPCS - N]
+<103256> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=84d30'W +lat_0=29dN +lat_1=29d35'N +lat_2=30d45'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Florida_East_FIPS_0901_Ft_US [NAD 1983 (CORS96) SPCS Florida East (US Feet)]
+# area: (lat: 24.41, 30.83) - (lon: -82.33, -79.97) [USA - Florida - SPCS - E]
+<103257> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=81dW +lat_0=24d20'N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Florida_West_FIPS_0902_Ft_US [NAD 1983 (CORS96) SPCS Florida West (US Feet)]
+# area: (lat: 26.27, 29.6) - (lon: -83.34, -81.13) [USA - Florida - SPCS - W]
+<103258> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=82dW +lat_0=24d20'N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Florida_North_FIPS_0903_Ft_US [NAD 1983 (CORS96) SPCS Florida North (US Feet)]
+# area: (lat: 29.21, 31.01) - (lon: -87.63, -82.04) [USA - Florida - SPCS - N]
+<103259> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=84d30'W +lat_0=29dN +lat_1=29d35'N +lat_2=30d45'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Georgia_East_FIPS_1001 [NAD 1983 (CORS96) SPCS Georgia East]
+# area: (lat: 30.36, 34.68) - (lon: -83.47, -80.77) [USA - Georgia - SPCS - E]
+<103260> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=82d10'W +lat_0=30dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Georgia_West_FIPS_1002 [NAD 1983 (CORS96) SPCS Georgia West]
+# area: (lat: 30.62, 35.01) - (lon: -85.61, -82.99) [USA - Georgia - SPCS - W]
+<103261> +proj=tmerc +ellps=GRS80 +x_0=700000.0 +y_0=0.0 +lon_0=84d10'W +lat_0=30dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Georgia_East_FIPS_1001_Ft_US [NAD 1983 (CORS96) SPCS Georgia East (US Feet)]
+# area: (lat: 30.36, 34.68) - (lon: -83.47, -80.77) [USA - Georgia - SPCS - E]
+<103262> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=82d10'W +lat_0=30dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Georgia_West_FIPS_1002_Ft_US [NAD 1983 (CORS96) SPCS Georgia West (US Feet)]
+# area: (lat: 30.62, 35.01) - (lon: -85.61, -82.99) [USA - Georgia - SPCS - W]
+<103263> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=700000.0 +y_0=0.0 +lon_0=84d10'W +lat_0=30dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Idaho_East_FIPS_1101 [NAD 1983 (CORS96) SPCS Idaho East]
+# area: (lat: 41.99, 44.75) - (lon: -113.24, -111.04) [USA - Idaho - SPCS - E]
+<103264> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=112d10'W +lat_0=41d40'N +k_0=0.9999473684210526 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Idaho_Central_FIPS_1102 [NAD 1983 (CORS96) SPCS Idaho Central]
+# area: (lat: 41.99, 45.7) - (lon: -115.3, -112.68) [USA - Idaho - SPCS - C]
+<103265> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=114dW +lat_0=41d40'N +k_0=0.9999473684210526 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Idaho_West_FIPS_1103 [NAD 1983 (CORS96) SPCS Idaho West]
+# area: (lat: 41.99, 49.01) - (lon: -117.24, -114.32) [USA - Idaho - SPCS - W]
+<103266> +proj=tmerc +ellps=GRS80 +x_0=800000.0 +y_0=0.0 +lon_0=115d45'W +lat_0=41d40'N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Idaho_East_FIPS_1101_Ft_US [NAD 1983 (CORS96) SPCS Idaho East (US Feet)]
+# area: (lat: 41.99, 44.75) - (lon: -113.24, -111.04) [USA - Idaho - SPCS - E]
+<103267> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=112d10'W +lat_0=41d40'N +k_0=0.9999473684210526 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Idaho_Central_FIPS_1102_Ft_US [NAD 1983 (CORS96) SPCS Idaho Central (US Feet)]
+# area: (lat: 41.99, 45.7) - (lon: -115.3, -112.68) [USA - Idaho - SPCS - C]
+<103268> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=114dW +lat_0=41d40'N +k_0=0.9999473684210526 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Idaho_West_FIPS_1103_Ft_US [NAD 1983 (CORS96) SPCS Idaho West (US Feet)]
+# area: (lat: 41.99, 49.01) - (lon: -117.24, -114.32) [USA - Idaho - SPCS - W]
+<103269> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=0.0 +lon_0=115d45'W +lat_0=41d40'N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Illinois_East_FIPS_1201 [NAD 1983 (CORS96) SPCS Illinois East]
+# area: (lat: 37.06, 42.5) - (lon: -89.28, -87.02) [USA - Illinois - SPCS - E]
+<103270> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=88d20'W +lat_0=36d40'N +k_0=0.999975 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Illinois_West_FIPS_1202 [NAD 1983 (CORS96) SPCS Illinois West]
+# area: (lat: 36.98, 42.51) - (lon: -91.52, -88.93) [USA - Illinois - SPCS - W]
+<103271> +proj=tmerc +ellps=GRS80 +x_0=700000.0 +y_0=0.0 +lon_0=90d10'W +lat_0=36d40'N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Illinois_East_FIPS_1201_Ft_US [NAD 1983 (CORS96) SPCS Illinois East (US Feet)]
+# area: (lat: 37.06, 42.5) - (lon: -89.28, -87.02) [USA - Illinois - SPCS - E]
+<103272> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=88d20'W +lat_0=36d40'N +k_0=0.999975 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Illinois_West_FIPS_1202_Ft_US [NAD 1983 (CORS96) SPCS Illinois West (US Feet)]
+# area: (lat: 36.98, 42.51) - (lon: -91.52, -88.93) [USA - Illinois - SPCS - W]
+<103273> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=700000.0 +y_0=0.0 +lon_0=90d10'W +lat_0=36d40'N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Indiana_East_FIPS_1301 [NAD 1983 (CORS96) SPCS Indiana East]
+# area: (lat: 37.95, 41.77) - (lon: -86.59, -84.78) [USA - Indiana - SPCS - E]
+<103274> +proj=tmerc +ellps=GRS80 +x_0=100000.0 +y_0=250000.0 +lon_0=85d40'W +lat_0=37d30'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Indiana_West_FIPS_1302 [NAD 1983 (CORS96) SPCS Indiana West]
+# area: (lat: 37.77, 41.77) - (lon: -88.06, -86.24) [USA - Indiana - SPCS - W]
+<103275> +proj=tmerc +ellps=GRS80 +x_0=900000.0 +y_0=250000.0 +lon_0=87d5'W +lat_0=37d30'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Indiana_East_FIPS_1301_Ft_US [NAD 1983 (CORS96) SPCS Indiana East (US Feet)]
+# area: (lat: 37.95, 41.77) - (lon: -86.59, -84.78) [USA - Indiana - SPCS - E]
+<103276> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=100000.0 +y_0=250000.0 +lon_0=85d40'W +lat_0=37d30'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Indiana_West_FIPS_1302_Ft_US [NAD 1983 (CORS96) SPCS Indiana West (US Feet)]
+# area: (lat: 37.77, 41.77) - (lon: -88.06, -86.24) [USA - Indiana - SPCS - W]
+<103277> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=900000.0 +y_0=250000.0 +lon_0=87d5'W +lat_0=37d30'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Iowa_North_FIPS_1401 [NAD 1983 (CORS96) SPCS Iowa North]
+# area: (lat: 41.85, 43.51) - (lon: -96.65, -90.15) [USA - Iowa - SPCS - N]
+<103278> +proj=lcc +ellps=GRS80 +x_0=1500000.0 +y_0=1000000.0 +lon_0=93d30'W +lat_0=41d30'N +lat_1=42d4'N +lat_2=43d16'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Iowa_South_FIPS_1402 [NAD 1983 (CORS96) SPCS Iowa South]
+# area: (lat: 40.37, 42.04) - (lon: -96.14, -90.14) [USA - Iowa - SPCS - S]
+<103279> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=93d30'W +lat_0=40dN +lat_1=40d37'N +lat_2=41d47'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Iowa_North_FIPS_1401_Ft_US [NAD 1983 (CORS96) SPCS Iowa North (US Feet)]
+# area: (lat: 41.85, 43.51) - (lon: -96.65, -90.15) [USA - Iowa - SPCS - N]
+<103280> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1500000.0 +y_0=1000000.0 +lon_0=93d30'W +lat_0=41d30'N +lat_1=42d4'N +lat_2=43d16'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Iowa_South_FIPS_1402_Ft_US [NAD 1983 (CORS96) SPCS Iowa South (US Feet)]
+# area: (lat: 40.37, 42.04) - (lon: -96.14, -90.14) [USA - Iowa - SPCS - S]
+<103281> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=93d30'W +lat_0=40dN +lat_1=40d37'N +lat_2=41d47'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kansas_North_FIPS_1501 [NAD 1983 (CORS96) SPCS Kansas North]
+# area: (lat: 38.51, 40.01) - (lon: -102.06, -94.6) [USA - Kansas - SPCS - N]
+<103282> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=0.0 +lon_0=98dW +lat_0=38d20'N +lat_1=38d43'N +lat_2=39d47'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kansas_South_FIPS_1502 [NAD 1983 (CORS96) SPCS Kansas South]
+# area: (lat: 36.98, 38.87) - (lon: -102.05, -94.61) [USA - Kansas - SPCS - S]
+<103283> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=400000.0 +lon_0=98d30'W +lat_0=36d40'N +lat_1=37d16'N +lat_2=38d34'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kansas_North_FIPS_1501_Ft_US [NAD 1983 (CORS96) SPCS Kansas North (US Feet)]
+# area: (lat: 38.51, 40.01) - (lon: -102.06, -94.6) [USA - Kansas - SPCS - N]
+<103284> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=0.0 +lon_0=98dW +lat_0=38d20'N +lat_1=38d43'N +lat_2=39d47'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kansas_South_FIPS_1502_Ft_US [NAD 1983 (CORS96) SPCS Kansas South (US Feet)]
+# area: (lat: 36.98, 38.87) - (lon: -102.05, -94.61) [USA - Kansas - SPCS - S]
+<103285> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=400000.0 +lon_0=98d30'W +lat_0=36d40'N +lat_1=37d16'N +lat_2=38d34'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kentucky_North_FIPS_1601 [NAD 1983 (CORS96) SPCS Kentucky North]
+# area: (lat: 37.71, 39.15) - (lon: -85.96, -82.47) [USA - Kentucky - SPCS - N]
+<103286> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=84d15'W +lat_0=37d30'N +lat_1=37d58'N +lat_2=38d58'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kentucky_North_FIPS_1601_Ft_US [NAD 1983 (CORS96) SPCS Kentucky North (US Feet)]
+# area: (lat: 37.71, 39.15) - (lon: -85.96, -82.47) [USA - Kentucky - SPCS - N]
+<103287> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=84d15'W +lat_0=37d30'N +lat_1=37d58'N +lat_2=38d58'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kentucky_FIPS_1600 [NAD 1983 (CORS96) SPCS Kentucky (one zone)]
+# area: (lat: 36.49, 39.15) - (lon: -89.57, -81.95) [USA - Kentucky]
+<103288> +proj=lcc +ellps=GRS80 +x_0=1500000.0 +y_0=1000000.0 +lon_0=85d45'W +lat_0=36d20'N +lat_1=37d5'N +lat_2=38d40'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kentucky_FIPS_1600_Ft_US [NAD 1983 (CORS96) SPCS Kentucky (one zone) US Feet]
+# area: (lat: 36.49, 39.15) - (lon: -89.57, -81.95) [USA - Kentucky]
+<103289> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1500000.0 +y_0=1000000.0 +lon_0=85d45'W +lat_0=36d20'N +lat_1=37d5'N +lat_2=38d40'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kentucky_South_FIPS_1602 [NAD 1983 (CORS96) SPCS Kentucky South]
+# area: (lat: 36.49, 38.17) - (lon: -89.57, -81.95) [USA - Kentucky - SPCS - S]
+<103290> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=500000.0 +lon_0=85d45'W +lat_0=36d20'N +lat_1=36d44'N +lat_2=37d56'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Kentucky_South_FIPS_1602_Ft_US [NAD 1983 (CORS96) SPCS Kentucky South (US Feet)]
+# area: (lat: 36.49, 38.17) - (lon: -89.57, -81.95) [USA - Kentucky - SPCS - S]
+<103291> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=500000.0 +lon_0=85d45'W +lat_0=36d20'N +lat_1=36d44'N +lat_2=37d56'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Louisiana_North_FIPS_1701 [NAD 1983 (CORS96) SPCS Louisiana North]
+# area: (lat: 30.85, 33.03) - (lon: -94.05, -90.86) [USA - Louisiana - SPCS - N]
+<103292> +proj=lcc +ellps=GRS80 +x_0=1000000.0 +y_0=0.0 +lon_0=92d30'W +lat_0=30d30'N +lat_1=31d10'N +lat_2=32d40'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Louisiana_South_FIPS_1702 [NAD 1983 (CORS96) SPCS Louisiana South]
+# area: (lat: 28.85, 31.07) - (lon: -93.94, -88.75) [USA - Louisiana - SPCS83 - S]
+<103293> +proj=lcc +ellps=GRS80 +x_0=1000000.0 +y_0=0.0 +lon_0=91d20'W +lat_0=28d30'N +lat_1=29d18'N +lat_2=30d42'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Louisiana_North_FIPS_1701_Ft_US [NAD 1983 (CORS96) SPCS Louisiana North (US Feet)]
+# area: (lat: 30.85, 33.03) - (lon: -94.05, -90.86) [USA - Louisiana - SPCS - N]
+<103294> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1000000.0 +y_0=0.0 +lon_0=92d30'W +lat_0=30d30'N +lat_1=31d10'N +lat_2=32d40'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Louisiana_South_FIPS_1702_Ft_US [NAD 1983 (CORS96) SPCS Louisiana South (US Feet)]
+# area: (lat: 28.85, 31.07) - (lon: -93.94, -88.75) [USA - Louisiana - SPCS83 - S]
+<103295> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1000000.0 +y_0=0.0 +lon_0=91d20'W +lat_0=28d30'N +lat_1=29d18'N +lat_2=30d42'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Maine_East_FIPS_1801 [NAD 1983 (CORS96) SPCS Maine East]
+# area: (lat: 43.88, 47.47) - (lon: -70.03, -66.91) [USA - Maine - SPCS - E]
+<103296> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=68d30'W +lat_0=43d40'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Maine_West_FIPS_1802 [NAD 1983 (CORS96) SPCS Maine West]
+# area: (lat: 43.04, 46.58) - (lon: -71.09, -69.26) [USA - Maine - SPCS - W]
+<103297> +proj=tmerc +ellps=GRS80 +x_0=900000.0 +y_0=0.0 +lon_0=70d10'W +lat_0=42d50'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Maine_East_FIPS_1801_Ft_US [NAD 1983 (CORS96) SPCS Maine East (US Feet)]
+# area: (lat: 43.88, 47.47) - (lon: -70.03, -66.91) [USA - Maine - SPCS - E]
+<103298> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=68d30'W +lat_0=43d40'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Maine_West_FIPS_1802_Ft_US [NAD 1983 (CORS96) SPCS Maine West (US Feet)]
+# area: (lat: 43.04, 46.58) - (lon: -71.09, -69.26) [USA - Maine - SPCS - W]
+<103299> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=900000.0 +y_0=0.0 +lon_0=70d10'W +lat_0=42d50'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Adams_County_Meters [NAD 1983 HARN Wisconsin CRS Adams (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103300> +proj=tmerc +ellps=GRS80 +x_0=147218.6942 +y_0=0.0037 +lon_0=90dW +lat_0=43d22'N +k_0=1.0000365285 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Ashland_County_Meters [NAD 1983 HARN Wisconsin CRS Ashland (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103301> +proj=tmerc +ellps=GRS80 +x_0=172821.9461 +y_0=0.0017 +lon_0=90d37'20.0"W +lat_0=45d42'22.0"N +k_0=1.0000495683 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Barron_County_Meters [NAD 1983 HARN Wisconsin CRS Barron (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103302> +proj=tmerc +ellps=GRS80 +x_0=93150.0 +y_0=0.0029 +lon_0=91d51'W +lat_0=45d8'N +k_0=1.0000486665 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Bayfield_County_Meters [NAD 1983 HARN Wisconsin CRS Bayfield (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103303> +proj=lcc +ellps=GRS80 +x_0=228600.4575 +y_0=148551.4837 +lon_0=91d9'10.0"W +lat_0=46d40'10.73415799997974"N +lat_1=46d40'10.73415799997974"N +k_0=1.0000331195 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Brown_County_Meters [NAD 1983 HARN Wisconsin CRS Brown (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103304> +proj=tmerc +ellps=GRS80 +x_0=31600.0 +y_0=4600.0 +lon_0=88dW +lat_0=43dN +k_0=1.00002 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Buffalo_County_Meters [NAD 1983 HARN Wisconsin CRS Buffalo (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103305> +proj=tmerc +ellps=GRS80 +x_0=175260.3502 +y_0=0.0048 +lon_0=91d47'50.0"W +lat_0=43d28'53.0"N +k_0=1.0000382778 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Burnett_County_Meters [NAD 1983 HARN Wisconsin CRS Burnett (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103306> +proj=lcc +ellps=GRS80 +x_0=64008.1276 +y_0=59445.9043 +lon_0=92d27'28.0"W +lat_0=45d53'55.373517"N +lat_1=45d53'55.373517"N +k_0=1.0000383841 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Calumet_County_Meters [NAD 1983 HARN Wisconsin CRS Calumet (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103307> +proj=tmerc +ellps=GRS80 +x_0=244754.8893 +y_0=0.0049 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Chippewa_County_Meters [NAD 1983 HARN Wisconsin CRS Chippewa (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103308> +proj=lcc +ellps=GRS80 +x_0=60045.72 +y_0=44091.4346 +lon_0=91d17'40.0"W +lat_0=44d58'40.28483500001528"N +lat_1=44d58'40.28483500001528"N +k_0=1.0000391127 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Clark_County_Meters [NAD 1983 HARN Wisconsin CRS Clark (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103309> +proj=tmerc +ellps=GRS80 +x_0=199949.1989 +y_0=0.0086 +lon_0=90d42'30.0"W +lat_0=43d36'N +k_0=1.0000463003 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Columbia_County_Meters [NAD 1983 HARN Wisconsin CRS Columbia (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103310> +proj=lcc +ellps=GRS80 +x_0=169164.3381 +y_0=111569.6134 +lon_0=89d23'40.0"W +lat_0=43d27'45.167925"N +lat_1=43d27'45.167925"N +k_0=1.00003498 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Crawford_County_Meters [NAD 1983 HARN Wisconsin CRS Crawford (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103311> +proj=lcc +ellps=GRS80 +x_0=113690.6274 +y_0=53703.1201 +lon_0=90d56'20.0"W +lat_0=43d12'0.2001780000102826"N +lat_1=43d12'0.2001780000102826"N +k_0=1.0000349151 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Dane_County_Meters [NAD 1983 HARN Wisconsin CRS Dane (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103312> +proj=lcc +ellps=GRS80 +x_0=247193.2944 +y_0=146591.9896 +lon_0=89d25'20.0"W +lat_0=43d4'10.257735"N +lat_1=43d4'10.257735"N +k_0=1.0000384786 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Dodge_County_Meters [NAD 1983 HARN Wisconsin CRS Dodge (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103313> +proj=tmerc +ellps=GRS80 +x_0=263347.7263 +y_0=0.0076 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=1.0000346418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Door_County_Meters [NAD 1983 HARN Wisconsin CRS Door (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103314> +proj=tmerc +ellps=GRS80 +x_0=158801.1176 +y_0=0.0023 +lon_0=87d16'20.0"W +lat_0=44d24'N +k_0=1.0000187521 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Douglas_County_Meters [NAD 1983 HARN Wisconsin CRS Douglas (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103315> +proj=tmerc +ellps=GRS80 +x_0=59131.3183 +y_0=0.0041 +lon_0=91d55'W +lat_0=45d53'N +k_0=1.0000385418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Dunn_County_Meters [NAD 1983 HARN Wisconsin CRS Dunn (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103316> +proj=tmerc +ellps=GRS80 +x_0=51816.104 +y_0=0.003 +lon_0=91d53'40.0"W +lat_0=44d24'30.0"N +k_0=1.0000410324 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_EauClaire_County_Meters [NAD 1983 HARN Wisconsin CRS EauClaire (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103317> +proj=lcc +ellps=GRS80 +x_0=120091.4402 +y_0=91687.9239 +lon_0=91d17'20.0"W +lat_0=44d52'20.212055"N +lat_1=44d52'20.212055"N +k_0=1.000035079 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Florence_County_Meters [NAD 1983 HARN Wisconsin CRS Florence (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103318> +proj=tmerc +ellps=GRS80 +x_0=133502.6683 +y_0=0.0063 +lon_0=88d8'30.0"W +lat_0=45d26'20.0"N +k_0=1.0000552095 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Fond_du_Lac_County_Meters [NAD 1983 HARN Wisconsin CRS Fond du Lac (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103319> +proj=tmerc +ellps=GRS80 +x_0=244754.8893 +y_0=0.0049 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Forest_County_Meters [NAD 1983 HARN Wisconsin CRS Forest (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103320> +proj=tmerc +ellps=GRS80 +x_0=275844.5533 +y_0=0.0157 +lon_0=88d38'W +lat_0=44d0'20.0"N +k_0=1.0000673004 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Grant_County_Meters [NAD 1983 HARN Wisconsin CRS Grant (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103321> +proj=tmerc +ellps=GRS80 +x_0=242316.4841 +y_0=0.01 +lon_0=90d48'W +lat_0=41d24'40.0"N +k_0=1.0000349452 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Green_County_Meters [NAD 1983 HARN Wisconsin CRS Green (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103322> +proj=lcc +ellps=GRS80 +x_0=170078.7403 +y_0=45830.2947 +lon_0=89d50'20.0"W +lat_0=42d38'15.224197"N +lat_1=42d38'15.224197"N +k_0=1.0000390487 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_GreenLake_County_Meters [NAD 1983 HARN Wisconsin CRS GreenLake (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103323> +proj=lcc +ellps=GRS80 +x_0=150876.3018 +y_0=79170.7795 +lon_0=89d14'30.0"W +lat_0=43d48'25.200424"N +lat_1=43d48'25.200424"N +k_0=1.0000344057 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Iowa_County_Meters [NAD 1983 HARN Wisconsin CRS Iowa (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103324> +proj=tmerc +ellps=GRS80 +x_0=113081.0261 +y_0=0.0045 +lon_0=90d9'40.0"W +lat_0=42d32'20.0"N +k_0=1.0000394961 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Iron_County_Meters [NAD 1983 HARN Wisconsin CRS Iron (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103325> +proj=tmerc +ellps=GRS80 +x_0=220980.4419 +y_0=0.0085 +lon_0=90d15'20.0"W +lat_0=45d26'N +k_0=1.0000677153 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Jackson_County_Meters [NAD 1983 HARN Wisconsin CRS Jackson (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103326> +proj=tmerc +ellps=GRS80 +x_0=27000.0 +y_0=25000.0 +lon_0=90d50'39.46747"W +lat_0=44d15'12.00646"N +k_0=1.0000353 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Jefferson_County_Meters [NAD 1983 HARN Wisconsin CRS Jefferson (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103327> +proj=tmerc +ellps=GRS80 +x_0=263347.7263 +y_0=0.0076 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=1.0000346418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Juneau_County_Meters [NAD 1983 HARN Wisconsin CRS Juneau (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103328> +proj=tmerc +ellps=GRS80 +x_0=147218.6942 +y_0=0.0037 +lon_0=90dW +lat_0=43d22'N +k_0=1.0000365285 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Kenosha_County_Meters [NAD 1983 HARN Wisconsin CRS Kenosha (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103329> +proj=tmerc +ellps=GRS80 +x_0=185928.3728 +y_0=0.0009 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Kewaunee_County_Meters [NAD 1983 HARN Wisconsin CRS Kewaunee (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103330> +proj=tmerc +ellps=GRS80 +x_0=79857.7614 +y_0=0.0012 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_LaCrosse_County_Meters [NAD 1983 HARN Wisconsin CRS LaCrosse (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103331> +proj=tmerc +ellps=GRS80 +x_0=130454.6598 +y_0=0.0033 +lon_0=91d19'W +lat_0=43d27'4.0"N +k_0=1.0000319985 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Lafayette_County_Meters [NAD 1983 HARN Wisconsin CRS Lafayette (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103332> +proj=lcc +ellps=GRS80 +x_0=170078.7403 +y_0=45830.2947 +lon_0=89d50'20.0"W +lat_0=42d38'15.224197"N +lat_1=42d38'15.224197"N +k_0=1.0000390487 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Langlade_County_Meters [NAD 1983 HARN Wisconsin CRS Langlade (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103333> +proj=lcc +ellps=GRS80 +x_0=198425.197 +y_0=105279.7829 +lon_0=89d2'W +lat_0=45d9'15.253579"N +lat_1=45d9'15.253579"N +k_0=1.0000627024 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Lincoln_County_Meters [NAD 1983 HARN Wisconsin CRS Lincoln (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103334> +proj=tmerc +ellps=GRS80 +x_0=116129.0323 +y_0=0.0058 +lon_0=89d44'W +lat_0=44d50'40.0"N +k_0=1.0000599003 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Manitowoc_County_Meters [NAD 1983 HARN Wisconsin CRS Manitowoc (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103335> +proj=tmerc +ellps=GRS80 +x_0=79857.7614 +y_0=0.0012 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Marathon_County_Meters [NAD 1983 HARN Wisconsin CRS Marathon (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103336> +proj=lcc +ellps=GRS80 +x_0=74676.1493 +y_0=55049.2669 +lon_0=89d46'12.0"W +lat_0=44d54'3.255925"N +lat_1=44d54'3.255925"N +k_0=1.000053289 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Marinette_County_Meters [NAD 1983 HARN Wisconsin CRS Marinette (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103337> +proj=tmerc +ellps=GRS80 +x_0=238658.8794 +y_0=0.0032 +lon_0=87d42'40.0"W +lat_0=44d41'30.0"N +k_0=1.0000234982 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Marquette_County_Meters [NAD 1983 HARN Wisconsin CRS Marquette (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103338> +proj=lcc +ellps=GRS80 +x_0=150876.3018 +y_0=79170.7795 +lon_0=89d14'30.0"W +lat_0=43d48'25.200424"N +lat_1=43d48'25.200424"N +k_0=1.0000344057 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Menominee_County_Meters [NAD 1983 HARN Wisconsin CRS Menominee (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103339> +proj=tmerc +ellps=GRS80 +x_0=105461.0121 +y_0=0.0029 +lon_0=88d25'W +lat_0=44d43'N +k_0=1.0000362499 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Milwaukee_County_Meters [NAD 1983 HARN Wisconsin CRS Milwaukee (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103340> +proj=tmerc +ellps=GRS80 +x_0=185928.3728 +y_0=0.0009 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Monroe_County_Meters [NAD 1983 HARN Wisconsin CRS Monroe (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103341> +proj=lcc +ellps=GRS80 +x_0=204521.209 +y_0=121923.9861 +lon_0=90d38'30.0"W +lat_0=44d0'0.266143"N +lat_1=44d0'0.266143"N +k_0=1.0000434122 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Oconto_County_Meters [NAD 1983 HARN Wisconsin CRS Oconto (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103342> +proj=tmerc +ellps=GRS80 +x_0=182880.3676 +y_0=0.0033 +lon_0=87d54'30.0"W +lat_0=44d23'50.0"N +k_0=1.0000236869 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Oneida_County_Meters [NAD 1983 HARN Wisconsin CRS Oneida (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103343> +proj=lcc +ellps=GRS80 +x_0=70104.1401 +y_0=57588.0346 +lon_0=89d32'40.0"W +lat_0=45d42'15.205573"N +lat_1=45d42'15.205573"N +k_0=1.0000686968 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Outagamie_County_Meters [NAD 1983 HARN Wisconsin CRS Outagamie (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103344> +proj=tmerc +ellps=GRS80 +x_0=244754.8893 +y_0=0.0049 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Ozaukee_County_Meters [NAD 1983 HARN Wisconsin CRS Ozaukee (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103345> +proj=tmerc +ellps=GRS80 +x_0=185928.3728 +y_0=0.0009 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Pepin_County_Meters [NAD 1983 HARN Wisconsin CRS Pepin (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103346> +proj=lcc +ellps=GRS80 +x_0=167640.3354 +y_0=86033.0876 +lon_0=92d13'40.0"W +lat_0=44d38'10.135939"N +lat_1=44d38'10.135939"N +k_0=1.0000362977 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Pierce_County_Meters [NAD 1983 HARN Wisconsin CRS Pierce (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103347> +proj=lcc +ellps=GRS80 +x_0=167640.3354 +y_0=86033.0876 +lon_0=92d13'40.0"W +lat_0=44d38'10.135939"N +lat_1=44d38'10.135939"N +k_0=1.0000362977 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Polk_County_Meters [NAD 1983 HARN Wisconsin CRS Polk (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103348> +proj=tmerc +ellps=GRS80 +x_0=141732.2823 +y_0=0.0059 +lon_0=92d38'W +lat_0=44d39'40.0"N +k_0=1.0000433849 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Portage_County_Meters [NAD 1983 HARN Wisconsin CRS Portage (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103349> +proj=lcc +ellps=GRS80 +x_0=56388.1128 +y_0=50022.1874 +lon_0=89d30'W +lat_0=44d25'0.5663109999801463"N +lat_1=44d25'0.5663109999801463"N +k_0=1.000039936 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Price_County_Meters [NAD 1983 HARN Wisconsin CRS Price (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103350> +proj=tmerc +ellps=GRS80 +x_0=227990.8546 +y_0=0.0109 +lon_0=90d29'20.0"W +lat_0=44d33'20.0"N +k_0=1.0000649554 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Racine_County_Meters [NAD 1983 HARN Wisconsin CRS Racine (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103351> +proj=tmerc +ellps=GRS80 +x_0=185928.3728 +y_0=0.0009 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Richland_County_Meters [NAD 1983 HARN Wisconsin CRS Richland (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103352> +proj=lcc +ellps=GRS80 +x_0=202387.6048 +y_0=134255.4253 +lon_0=90d25'50.0"W +lat_0=43d19'20.326539"N +lat_1=43d19'20.326539"N +k_0=1.0000375653 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Rock_County_Meters [NAD 1983 HARN Wisconsin CRS Rock (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103353> +proj=tmerc +ellps=GRS80 +x_0=146304.2926 +y_0=0.0068 +lon_0=89d4'20.0"W +lat_0=41d56'40.0"N +k_0=1.0000337311 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Rusk_County_Meters [NAD 1983 HARN Wisconsin CRS Rusk (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103354> +proj=tmerc +ellps=GRS80 +x_0=250546.1013 +y_0=0.0234 +lon_0=91d4'W +lat_0=43d55'10.0"N +k_0=1.0000495976 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Sauk_County_Meters [NAD 1983 HARN Wisconsin CRS Sauk (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103355> +proj=tmerc +ellps=GRS80 +x_0=185623.5716 +y_0=0.0051 +lon_0=89d54'W +lat_0=42d49'10.0"N +k_0=1.0000373868 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Sawyer_County_Meters [NAD 1983 HARN Wisconsin CRS Sawyer (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103356> +proj=lcc +ellps=GRS80 +x_0=216713.2336 +y_0=120734.1631 +lon_0=91d7'W +lat_0=45d54'0.3568729999847164"N +lat_1=45d54'0.3568729999847164"N +k_0=1.0000573461 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Shawano_County_Meters [NAD 1983 HARN Wisconsin CRS Shawano (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103357> +proj=tmerc +ellps=GRS80 +x_0=262433.3253 +y_0=0.0096 +lon_0=88d36'20.0"W +lat_0=44d2'10.0"N +k_0=1.000032144 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Sheboygan_County_Meters [NAD 1983 HARN Wisconsin CRS Sheboygan (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103358> +proj=tmerc +ellps=GRS80 +x_0=79857.7614 +y_0=0.0012 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_St_Croix_County_Meters [NAD 1983 HARN Wisconsin CRS St Croix (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103359> +proj=tmerc +ellps=GRS80 +x_0=165506.7302 +y_0=0.0103 +lon_0=92d38'W +lat_0=44d2'10.0"N +k_0=1.0000381803 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Taylor_County_Meters [NAD 1983 HARN Wisconsin CRS Taylor (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103360> +proj=lcc +ellps=GRS80 +x_0=187147.5744 +y_0=107746.7522 +lon_0=90d29'W +lat_0=45d10'40.159509"N +lat_1=45d10'40.159509"N +k_0=1.0000597566 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Trempealeau_County_Meters [NAD 1983 HARN Wisconsin CRS Trempealeau (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103361> +proj=tmerc +ellps=GRS80 +x_0=256946.9138 +y_0=0.0041 +lon_0=91d22'W +lat_0=43d9'40.0"N +k_0=1.0000361538 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Vernon_County_Meters [NAD 1983 HARN Wisconsin CRS Vernon (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103362> +proj=lcc +ellps=GRS80 +x_0=222504.4451 +y_0=47532.0602 +lon_0=90d47'W +lat_0=43d34'30.11858300001848"N +lat_1=43d34'30.11858300001848"N +k_0=1.0000408158 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Vilas_County_Meters [NAD 1983 HARN Wisconsin CRS Vilas (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103363> +proj=lcc +ellps=GRS80 +x_0=134417.0689 +y_0=50337.1092 +lon_0=89d29'20.0"W +lat_0=46d4'40.23872600001027"N +lat_1=46d4'40.23872600001027"N +k_0=1.0000730142 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Walworth_County_Meters [NAD 1983 HARN Wisconsin CRS Walworth (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103364> +proj=lcc +ellps=GRS80 +x_0=232562.8651 +y_0=111088.2224 +lon_0=88d32'30.0"W +lat_0=42d40'10.063549"N +lat_1=42d40'10.063549"N +k_0=1.0000367192 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Washburn_County_Meters [NAD 1983 HARN Wisconsin CRS Washburn (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103365> +proj=lcc +ellps=GRS80 +x_0=234086.8682 +y_0=188358.6058 +lon_0=91d47'W +lat_0=45d57'40.3914"N +lat_1=45d57'40.3914"N +k_0=1.0000475376 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Washington_County_Meters [NAD 1983 HARN Wisconsin CRS Washington (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103366> +proj=tmerc +ellps=GRS80 +x_0=120091.4415 +y_0=0.003 +lon_0=88d3'50.0"W +lat_0=42d55'5.0"N +k_0=1.00003738 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Waukesha_County_Meters [NAD 1983 HARN Wisconsin CRS Waukesha (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103367> +proj=tmerc +ellps=GRS80 +x_0=208788.418 +y_0=0.0034 +lon_0=88d13'30.0"W +lat_0=42d34'10.0"N +k_0=1.0000346179 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Waupaca_County_Meters [NAD 1983 HARN Wisconsin CRS Waupaca (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103368> +proj=tmerc +ellps=GRS80 +x_0=185013.9709 +y_0=0.007 +lon_0=88d49'W +lat_0=43d25'13.0"N +k_0=1.0000333645 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Waushara_County_Meters [NAD 1983 HARN Wisconsin CRS Waushara (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103369> +proj=lcc +ellps=GRS80 +x_0=120091.4402 +y_0=45069.7587 +lon_0=89d14'30.0"W +lat_0=44d6'50.198565"N +lat_1=44d6'50.198565"N +k_0=1.0000392096 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Winnebago_County_Meters [NAD 1983 HARN Wisconsin CRS Winnebago (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103370> +proj=tmerc +ellps=GRS80 +x_0=244754.8893 +y_0=0.0049 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Wood_County_Meters [NAD 1983 HARN Wisconsin CRS Wood (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103371> +proj=lcc +ellps=GRS80 +x_0=208483.6173 +y_0=134589.754 +lon_0=90dW +lat_0=44d21'45.34369"N +lat_1=44d21'45.34369"N +k_0=1.0000421209 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_CORS96_Maine_2000_East_Zone [NAD 1983 (CORS96) Maine 2000 East Zone]
+# area: (lat: 44.18, 47.37) - (lon: -68.58, -66.91) [USA - Maine - CS2000 - E]
+<103372> +proj=tmerc +ellps=GRS80 +x_0=700000.0 +y_0=0.0 +lon_0=67d52'30.0"W +lat_0=43d50'N +k_0=0.99998 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_Maine_2000_Central_Zone [NAD 1983 (CORS96) Maine 2000 Central Zone]
+# area: (lat: 43.75, 47.47) - (lon: -70.03, -68.33) [USA - Maine - CS2000 - C]
+<103373> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=69d7'30.0"W +lat_0=43d30'N +k_0=0.99998 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_Maine_2000_West_Zone [NAD 1983 (CORS96) Maine 2000 West Zone]
+# area: (lat: 43.07, 46.58) - (lon: -71.09, -69.61) [USA - Maine - CS2000 - W]
+<103374> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=70d22'30.0"W +lat_0=42d50'N +k_0=0.99998 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Maryland_FIPS_1900 [NAD 1983 (CORS96) SPCS Maryland]
+# area: (lat: 37.97, 39.73) - (lon: -79.49, -74.97) [USA - Maryland]
+<103375> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=0.0 +lon_0=77dW +lat_0=37d40'N +lat_1=38d18'N +lat_2=39d27'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Maryland_FIPS_1900_Ft_US [NAD 1983 (CORS96) SPCS Maryland (US Feet)]
+# area: (lat: 37.97, 39.73) - (lon: -79.49, -74.97) [USA - Maryland]
+<103376> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=0.0 +lon_0=77dW +lat_0=37d40'N +lat_1=38d18'N +lat_2=39d27'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Massachusetts_Mainland_FIPS_2001 [NAD 1983 (CORS96) SPCS Mass. Mainland]
+# area: (lat: 41.46, 42.89) - (lon: -73.5, -69.86) [USA - Massachusetts - SPCS - mainland]
+<103377> +proj=lcc +ellps=GRS80 +x_0=200000.0 +y_0=750000.0 +lon_0=71d30'W +lat_0=41dN +lat_1=41d43'N +lat_2=42d41'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Massachusetts_Island_FIPS_2002 [NAD 1983 (CORS96) SPCS Mass. Island]
+# area: (lat: 41.19, 41.51) - (lon: -70.91, -69.89) [USA - Massachusetts - SPCS - islands]
+<103378> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=70d30'W +lat_0=41dN +lat_1=41d17'N +lat_2=41d29'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Massachusetts_Mnld_FIPS_2001_FtUS [NAD 1983 (CORS96) SPCS Mass. Mainland (US Feet)]
+# area: (lat: 41.46, 42.89) - (lon: -73.5, -69.86) [USA - Massachusetts - SPCS - mainland]
+<103379> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=750000.0 +lon_0=71d30'W +lat_0=41dN +lat_1=41d43'N +lat_2=42d41'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Massachusetts_Isl_FIPS_2002_FtUS [NAD 1983 (CORS96) SPCS Mass. Island (US Feet)]
+# area: (lat: 41.19, 41.51) - (lon: -70.91, -69.89) [USA - Massachusetts - SPCS - islands]
+<103380> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=70d30'W +lat_0=41dN +lat_1=41d17'N +lat_2=41d29'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Michigan_North_FIPS_2111 [NAD 1983 (CORS96) SPCS Michigan North]
+# area: (lat: 45.08, 48.32) - (lon: -90.42, -83.44) [USA - Michigan - SPCS - N]
+<103381> +proj=lcc +ellps=GRS80 +x_0=8000000.0 +y_0=0.0 +lon_0=87dW +lat_0=44d47'N +lat_1=45d29'N +lat_2=47d5'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Michigan_Central_FIPS_2112 [NAD 1983 (CORS96) SPCS Michigan Central]
+# area: (lat: 43.8, 45.92) - (lon: -87.06, -82.27) [USA - Michigan - SPCS - C]
+<103382> +proj=lcc +ellps=GRS80 +x_0=6000000.0 +y_0=0.0 +lon_0=84d22'W +lat_0=43d19'N +lat_1=44d11'N +lat_2=45d42'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Michigan_South_FIPS_2113 [NAD 1983 (CORS96) SPCS Michigan South]
+# area: (lat: 41.69, 44.22) - (lon: -87.2, -82.13) [USA - Michigan - SPCS - S]
+<103383> +proj=lcc +ellps=GRS80 +x_0=4000000.0 +y_0=0.0 +lon_0=84d22'W +lat_0=41d30'N +lat_1=42d6'N +lat_2=43d40'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Michigan_North_FIPS_2111_Ft_Intl [NAD 1983 (CORS96) SPCS Michigan North (Intl Feet)]
+# area: (lat: 45.08, 48.32) - (lon: -90.42, -83.44) [USA - Michigan - SPCS - N]
+<103384> +proj=lcc +ellps=GRS80 +units=ft +x_0=8000000.0 +y_0=0.0 +lon_0=87dW +lat_0=44d47'N +lat_1=45d29'N +lat_2=47d5'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Michigan_Central_FIPS_2112_Ft_Intl [NAD 1983 (CORS96) SPCS Michigan Central (Intl Feet)]
+# area: (lat: 43.8, 45.92) - (lon: -87.06, -82.27) [USA - Michigan - SPCS - C]
+<103385> +proj=lcc +ellps=GRS80 +units=ft +x_0=6000000.0 +y_0=0.0 +lon_0=84d22'W +lat_0=43d19'N +lat_1=44d11'N +lat_2=45d42'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Michigan_South_FIPS_2113_Ft_Intl [NAD 1983 (CORS96) SPCS Michigan South (Intl Feet)]
+# area: (lat: 41.69, 44.22) - (lon: -87.2, -82.13) [USA - Michigan - SPCS - S]
+<103386> +proj=lcc +ellps=GRS80 +units=ft +x_0=4000000.0 +y_0=0.0 +lon_0=84d22'W +lat_0=41d30'N +lat_1=42d6'N +lat_2=43d40'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Minnesota_North_FIPS_2201 [NAD 1983 (CORS96) SPCS Minnesota North]
+# area: (lat: 46.64, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota - SPCS - N]
+<103387> +proj=lcc +ellps=GRS80 +x_0=800000.0 +y_0=100000.0 +lon_0=93d6'W +lat_0=46d30'N +lat_1=47d2'N +lat_2=48d38'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Minnesota_Central_FIPS_2202 [NAD 1983 (CORS96) SPCS Minnesota Central]
+# area: (lat: 45.28, 47.48) - (lon: -96.86, -92.29) [USA - Minnesota - SPCS - C]
+<103388> +proj=lcc +ellps=GRS80 +x_0=800000.0 +y_0=100000.0 +lon_0=94d15'W +lat_0=45dN +lat_1=45d37'N +lat_2=47d3'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Minnesota_South_FIPS_2203 [NAD 1983 (CORS96) SPCS Minnesota South]
+# area: (lat: 43.49, 45.59) - (lon: -96.85, -91.21) [USA - Minnesota - SPCS - S]
+<103389> +proj=lcc +ellps=GRS80 +x_0=800000.0 +y_0=100000.0 +lon_0=94dW +lat_0=43dN +lat_1=43d47'N +lat_2=45d13'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Minnesota_North_FIPS_2201_Ft_US [NAD 1983 (CORS96) SPCS Minnesota North (US Feet)]
+# area: (lat: 46.64, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota - SPCS - N]
+<103390> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=100000.0 +lon_0=93d6'W +lat_0=46d30'N +lat_1=47d2'N +lat_2=48d38'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Minnesota_Central_FIPS_2202_Ft_US [NAD 1983 (CORS96) SPCS Minnesota Central (US Feet)]
+# area: (lat: 45.28, 47.48) - (lon: -96.86, -92.29) [USA - Minnesota - SPCS - C]
+<103391> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=100000.0 +lon_0=94d15'W +lat_0=45dN +lat_1=45d37'N +lat_2=47d3'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Minnesota_South_FIPS_2203_Ft_US [NAD 1983 (CORS96) SPCS Minnesota South (US Feet)]
+# area: (lat: 43.49, 45.59) - (lon: -96.85, -91.21) [USA - Minnesota - SPCS - S]
+<103392> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=100000.0 +lon_0=94dW +lat_0=43dN +lat_1=43d47'N +lat_2=45d13'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Mississippi_East_FIPS_2301 [NAD 1983 (CORS96) SPCS Mississippi East]
+# area: (lat: 30.01, 35.01) - (lon: -89.97, -88.09) [USA - Mississippi - SPCS - E]
+<103393> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=88d50'W +lat_0=29d30'N +k_0=0.99995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Mississippi_West_FIPS_2302 [NAD 1983 (CORS96) SPCS Mississippi West]
+# area: (lat: 31.0, 35.01) - (lon: -91.65, -89.37) [USA - Mississippi - SPCS - W]
+<103394> +proj=tmerc +ellps=GRS80 +x_0=700000.0 +y_0=0.0 +lon_0=90d20'W +lat_0=29d30'N +k_0=0.99995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Mississippi_East_FIPS_2301_Ft_US [NAD 1983 (CORS96) SPCS Mississippi East (US Feet)]
+# area: (lat: 30.01, 35.01) - (lon: -89.97, -88.09) [USA - Mississippi - SPCS - E]
+<103395> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=88d50'W +lat_0=29d30'N +k_0=0.99995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Mississippi_West_FIPS_2302_Ft_US [NAD 1983 (CORS96) SPCS Mississippi West (US Feet)]
+# area: (lat: 31.0, 35.01) - (lon: -91.65, -89.37) [USA - Mississippi - SPCS - W]
+<103396> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=700000.0 +y_0=0.0 +lon_0=90d20'W +lat_0=29d30'N +k_0=0.99995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Missouri_East_FIPS_2401 [NAD 1983 (CORS96) SPCS Missouri East]
+# area: (lat: 35.98, 40.61) - (lon: -91.97, -89.1) [USA - Missouri - SPCS - E]
+<103397> +proj=tmerc +ellps=GRS80 +x_0=250000.0 +y_0=0.0 +lon_0=90d30'W +lat_0=35d50'N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Missouri_Central_FIPS_2402 [NAD 1983 (CORS96) SPCS Missouri Central]
+# area: (lat: 36.48, 40.61) - (lon: -93.79, -91.41) [USA - Missouri - SPCS - C]
+<103398> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=92d30'W +lat_0=35d50'N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Missouri_West_FIPS_2403 [NAD 1983 (CORS96) SPCS Missouri West]
+# area: (lat: 36.48, 40.59) - (lon: -95.77, -93.48) [USA - Missouri - SPCS - W]
+<103399> +proj=tmerc +ellps=GRS80 +x_0=850000.0 +y_0=0.0 +lon_0=94d30'W +lat_0=36d10'N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Adams_County_Feet [NAD 1983 HARN Wisconsin CRS Adams (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103400> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=147218.6941325883 +y_0=0.003657607315214631 +lon_0=90dW +lat_0=43d22'N +k_0=1.0000365285 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Ashland_County_Feet [NAD 1983 HARN Wisconsin CRS Ashland (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103401> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=172821.9459486919 +y_0=0.001828803657607316 +lon_0=90d37'20.0"W +lat_0=45d42'22.0"N +k_0=1.0000495683 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Barron_County_Feet [NAD 1983 HARN Wisconsin CRS Barron (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103402> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=93150.0 +y_0=0.003048006096012192 +lon_0=91d51'W +lat_0=45d8'N +k_0=1.0000486665 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Bayfield_County_Feet [NAD 1983 HARN Wisconsin CRS Bayfield (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103403> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=228600.4575057151 +y_0=148551.4835661672 +lon_0=91d9'10.0"W +lat_0=46d40'10.73415799997974"N +lat_1=46d40'10.73415799997974"N +k_0=1.0000331195 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Brown_County_Feet [NAD 1983 HARN Wisconsin CRS Brown (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103404> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=31599.9998983998 +y_0=4599.999898399798 +lon_0=88dW +lat_0=43dN +k_0=1.00002 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Buffalo_County_Feet [NAD 1983 HARN Wisconsin CRS Buffalo (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103405> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=175260.3502159 +y_0=0.004876809753619508 +lon_0=91d47'50.0"W +lat_0=43d28'53.0"N +k_0=1.0000382778 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Burnett_County_Feet [NAD 1983 HARN Wisconsin CRS Burnett (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103406> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=64008.12771145543 +y_0=59445.90419100839 +lon_0=92d27'28.0"W +lat_0=45d53'55.373517"N +lat_1=45d53'55.373517"N +k_0=1.0000383841 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Calumet_County_Feet [NAD 1983 HARN Wisconsin CRS Calumet (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103407> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=244754.8892049784 +y_0=0.004876809753619508 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Chippewa_County_Feet [NAD 1983 HARN Wisconsin CRS Chippewa (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103408> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=60045.72009144019 +y_0=44091.43449326899 +lon_0=91d17'40.0"W +lat_0=44d58'40.28483500001528"N +lat_1=44d58'40.28483500001528"N +k_0=1.0000391127 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Clark_County_Feet [NAD 1983 HARN Wisconsin CRS Clark (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103409> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=199949.198983998 +y_0=0.008534417068834139 +lon_0=90d42'30.0"W +lat_0=43d36'N +k_0=1.0000463003 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Columbia_County_Feet [NAD 1983 HARN Wisconsin CRS Columbia (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103410> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=169164.338023876 +y_0=111569.613512827 +lon_0=89d23'40.0"W +lat_0=43d27'45.167925"N +lat_1=43d27'45.167925"N +k_0=1.00003498 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Crawford_County_Feet [NAD 1983 HARN Wisconsin CRS Crawford (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103411> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=113690.6273812548 +y_0=53703.12024384049 +lon_0=90d56'20.0"W +lat_0=43d12'0.2001780000102826"N +lat_1=43d12'0.2001780000102826"N +k_0=1.0000349151 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Dane_County_Feet [NAD 1983 HARN Wisconsin CRS Dane (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103412> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=247193.2943865888 +y_0=146591.9896367793 +lon_0=89d25'20.0"W +lat_0=43d4'10.257735"N +lat_1=43d4'10.257735"N +k_0=1.0000384786 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Dodge_County_Feet [NAD 1983 HARN Wisconsin CRS Dodge (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103413> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=263347.7263906528 +y_0=0.007620015240030482 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=1.0000346418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Door_County_Feet [NAD 1983 HARN Wisconsin CRS Door (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103414> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=158801.1176022352 +y_0=0.002438404876809754 +lon_0=87d16'20.0"W +lat_0=44d24'N +k_0=1.0000187521 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Douglas_County_Feet [NAD 1983 HARN Wisconsin CRS Douglas (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103415> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=59131.31826263653 +y_0=0.00396240792481585 +lon_0=91d55'W +lat_0=45d53'N +k_0=1.0000385418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Dunn_County_Feet [NAD 1983 HARN Wisconsin CRS Dunn (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103416> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=51816.10393700788 +y_0=0.003048006096012192 +lon_0=91d53'40.0"W +lat_0=44d24'30.0"N +k_0=1.0000410324 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_EauClaire_County_Feet [NAD 1983 HARN Wisconsin CRS EauClaire (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103417> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=120091.4401828804 +y_0=91687.92390144782 +lon_0=91d17'20.0"W +lat_0=44d52'20.212055"N +lat_1=44d52'20.212055"N +k_0=1.000035079 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Florence_County_Feet [NAD 1983 HARN Wisconsin CRS Florence (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103418> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=133502.6682245365 +y_0=0.006400812801625604 +lon_0=88d8'30.0"W +lat_0=45d26'20.0"N +k_0=1.0000552095 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Fond_du_Lac_County_Feet [NAD 1983 HARN Wisconsin CRS Fond du Lac (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103419> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=244754.8892049784 +y_0=0.004876809753619508 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Forest_County_Feet [NAD 1983 HARN Wisconsin CRS Forest (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103420> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=275844.5532131065 +y_0=0.0158496316992634 +lon_0=88d38'W +lat_0=44d0'20.0"N +k_0=1.0000673004 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Grant_County_Feet [NAD 1983 HARN Wisconsin CRS Grant (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103421> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=242316.4840233681 +y_0=0.01005842011684024 +lon_0=90d48'W +lat_0=41d24'40.0"N +k_0=1.0000349452 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Green_County_Feet [NAD 1983 HARN Wisconsin CRS Green (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103422> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=170078.7401574803 +y_0=45830.2948437897 +lon_0=89d50'20.0"W +lat_0=42d38'15.224197"N +lat_1=42d38'15.224197"N +k_0=1.0000390487 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_GreenLake_County_Feet [NAD 1983 HARN Wisconsin CRS GreenLake (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103423> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=150876.3017526035 +y_0=79170.77937515876 +lon_0=89d14'30.0"W +lat_0=43d48'25.200424"N +lat_1=43d48'25.200424"N +k_0=1.0000344057 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Iowa_County_Feet [NAD 1983 HARN Wisconsin CRS Iowa (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103424> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=113081.0261620523 +y_0=0.004572009144018289 +lon_0=90d9'40.0"W +lat_0=42d32'20.0"N +k_0=1.0000394961 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Iron_County_Feet [NAD 1983 HARN Wisconsin CRS Iron (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103425> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=220980.4419608839 +y_0=0.008534417068834139 +lon_0=90d15'20.0"W +lat_0=45d26'N +k_0=1.0000677153 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Jackson_County_Feet [NAD 1983 HARN Wisconsin CRS Jackson (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103426> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=27000.0 +y_0=24999.9998983998 +lon_0=90d50'39.46747"W +lat_0=44d15'12.00646"N +k_0=1.0000353 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Jefferson_County_Feet [NAD 1983 HARN Wisconsin CRS Jefferson (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103427> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=263347.7263906528 +y_0=0.007620015240030482 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=1.0000346418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Juneau_County_Feet [NAD 1983 HARN Wisconsin CRS Juneau (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103428> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=147218.6941325883 +y_0=0.003657607315214631 +lon_0=90dW +lat_0=43d22'N +k_0=1.0000365285 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Kenosha_County_Feet [NAD 1983 HARN Wisconsin CRS Kenosha (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103429> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185928.3727711456 +y_0=0.0009144018288036578 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Kewaunee_County_Feet [NAD 1983 HARN Wisconsin CRS Kewaunee (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103430> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=79857.76154432309 +y_0=0.001219202438404877 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_LaCrosse_County_Feet [NAD 1983 HARN Wisconsin CRS LaCrosse (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103431> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=130454.6596901194 +y_0=0.003352806705613411 +lon_0=91d19'W +lat_0=43d27'4.0"N +k_0=1.0000319985 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Lafayette_County_Feet [NAD 1983 HARN Wisconsin CRS Lafayette (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103432> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=170078.7401574803 +y_0=45830.2948437897 +lon_0=89d50'20.0"W +lat_0=42d38'15.224197"N +lat_1=42d38'15.224197"N +k_0=1.0000390487 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Langlade_County_Feet [NAD 1983 HARN Wisconsin CRS Langlade (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103433> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=198425.1968503937 +y_0=105279.7828803658 +lon_0=89d2'W +lat_0=45d9'15.253579"N +lat_1=45d9'15.253579"N +k_0=1.0000627024 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Lincoln_County_Feet [NAD 1983 HARN Wisconsin CRS Lincoln (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103434> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=116129.0322580645 +y_0=0.005791211582423165 +lon_0=89d44'W +lat_0=44d50'40.0"N +k_0=1.0000599003 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Manitowoc_County_Feet [NAD 1983 HARN Wisconsin CRS Manitowoc (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103435> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=79857.76154432309 +y_0=0.001219202438404877 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Marathon_County_Feet [NAD 1983 HARN Wisconsin CRS Marathon (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103436> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=74676.14935229871 +y_0=55049.26695453392 +lon_0=89d46'12.0"W +lat_0=44d54'3.255925"N +lat_1=44d54'3.255925"N +k_0=1.000053289 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Marinette_County_Feet [NAD 1983 HARN Wisconsin CRS Marinette (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103437> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=238658.8794513589 +y_0=0.003048006096012192 +lon_0=87d42'40.0"W +lat_0=44d41'30.0"N +k_0=1.0000234982 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Marquette_County_Feet [NAD 1983 HARN Wisconsin CRS Marquette (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103438> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=150876.3017526035 +y_0=79170.77937515876 +lon_0=89d14'30.0"W +lat_0=43d48'25.200424"N +lat_1=43d48'25.200424"N +k_0=1.0000344057 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Menominee_County_Feet [NAD 1983 HARN Wisconsin CRS Menominee (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103439> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=105461.0121412243 +y_0=0.003048006096012192 +lon_0=88d25'W +lat_0=44d43'N +k_0=1.0000362499 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Milwaukee_County_Feet [NAD 1983 HARN Wisconsin CRS Milwaukee (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103440> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185928.3727711456 +y_0=0.0009144018288036578 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Monroe_County_Feet [NAD 1983 HARN Wisconsin CRS Monroe (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103441> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=204521.2090424181 +y_0=121923.9861823724 +lon_0=90d38'30.0"W +lat_0=44d0'0.266143"N +lat_1=44d0'0.266143"N +k_0=1.0000434122 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Oconto_County_Feet [NAD 1983 HARN Wisconsin CRS Oconto (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103442> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=182880.3675895352 +y_0=0.003352806705613411 +lon_0=87d54'30.0"W +lat_0=44d23'50.0"N +k_0=1.0000236869 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Oneida_County_Feet [NAD 1983 HARN Wisconsin CRS Oneida (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103443> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=70104.14020828043 +y_0=57588.03474726951 +lon_0=89d32'40.0"W +lat_0=45d42'15.205573"N +lat_1=45d42'15.205573"N +k_0=1.0000686968 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Outagamie_County_Feet [NAD 1983 HARN Wisconsin CRS Outagamie (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103444> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=244754.8892049784 +y_0=0.004876809753619508 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Ozaukee_County_Feet [NAD 1983 HARN Wisconsin CRS Ozaukee (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103445> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185928.3727711456 +y_0=0.0009144018288036578 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Pepin_County_Feet [NAD 1983 HARN Wisconsin CRS Pepin (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103446> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=167640.3352806706 +y_0=86033.08773177548 +lon_0=92d13'40.0"W +lat_0=44d38'10.135939"N +lat_1=44d38'10.135939"N +k_0=1.0000362977 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Pierce_County_Feet [NAD 1983 HARN Wisconsin CRS Pierce (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103447> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=167640.3352806706 +y_0=86033.08773177548 +lon_0=92d13'40.0"W +lat_0=44d38'10.135939"N +lat_1=44d38'10.135939"N +k_0=1.0000362977 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Polk_County_Feet [NAD 1983 HARN Wisconsin CRS Polk (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103448> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=141732.2822453645 +y_0=0.005791211582423165 +lon_0=92d38'W +lat_0=44d39'40.0"N +k_0=1.0000433849 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Portage_County_Feet [NAD 1983 HARN Wisconsin CRS Portage (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103449> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=56388.11277622556 +y_0=50022.18745237491 +lon_0=89d30'W +lat_0=44d25'0.5663109999801463"N +lat_1=44d25'0.5663109999801463"N +k_0=1.000039936 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Price_County_Feet [NAD 1983 HARN Wisconsin CRS Price (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103450> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=227990.8544577089 +y_0=0.01097282194564389 +lon_0=90d29'20.0"W +lat_0=44d33'20.0"N +k_0=1.0000649554 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Racine_County_Feet [NAD 1983 HARN Wisconsin CRS Racine (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103451> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185928.3727711456 +y_0=0.0009144018288036578 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Richland_County_Feet [NAD 1983 HARN Wisconsin CRS Richland (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103452> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=202387.6047752096 +y_0=134255.4254508509 +lon_0=90d25'50.0"W +lat_0=43d19'20.326539"N +lat_1=43d19'20.326539"N +k_0=1.0000375653 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Rock_County_Feet [NAD 1983 HARN Wisconsin CRS Rock (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103453> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=146304.2926085852 +y_0=0.006705613411226823 +lon_0=89d4'20.0"W +lat_0=41d56'40.0"N +k_0=1.0000337311 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Rusk_County_Feet [NAD 1983 HARN Wisconsin CRS Rusk (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103454> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=250546.1013970028 +y_0=0.02346964693929388 +lon_0=91d4'W +lat_0=43d55'10.0"N +k_0=1.0000495976 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Sauk_County_Feet [NAD 1983 HARN Wisconsin CRS Sauk (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103455> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185623.5715519431 +y_0=0.005181610363220727 +lon_0=89d54'W +lat_0=42d49'10.0"N +k_0=1.0000373868 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Sawyer_County_Feet [NAD 1983 HARN Wisconsin CRS Sawyer (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103456> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=216713.2337312675 +y_0=120734.1631699264 +lon_0=91d7'W +lat_0=45d54'0.3568729999847164"N +lat_1=45d54'0.3568729999847164"N +k_0=1.0000573461 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Shawano_County_Feet [NAD 1983 HARN Wisconsin CRS Shawano (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103457> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=262433.3251714504 +y_0=0.009448818897637797 +lon_0=88d36'20.0"W +lat_0=44d2'10.0"N +k_0=1.000032144 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Sheboygan_County_Feet [NAD 1983 HARN Wisconsin CRS Sheboygan (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103458> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=79857.76154432309 +y_0=0.001219202438404877 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_St_Croix_County_Feet [NAD 1983 HARN Wisconsin CRS St Croix (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103459> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=165506.7300990602 +y_0=0.01036322072644145 +lon_0=92d38'W +lat_0=44d2'10.0"N +k_0=1.0000381803 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Taylor_County_Feet [NAD 1983 HARN Wisconsin CRS Taylor (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103460> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=187147.5742951486 +y_0=107746.7521463043 +lon_0=90d29'W +lat_0=45d10'40.159509"N +lat_1=45d10'40.159509"N +k_0=1.0000597566 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Trempealeau_County_Feet [NAD 1983 HARN Wisconsin CRS Trempealeau (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103461> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=256946.9138938278 +y_0=0.00396240792481585 +lon_0=91d22'W +lat_0=43d9'40.0"N +k_0=1.0000361538 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Vernon_County_Feet [NAD 1983 HARN Wisconsin CRS Vernon (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103462> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=222504.44500889 +y_0=47532.06035052071 +lon_0=90d47'W +lat_0=43d34'30.11858300001848"N +lat_1=43d34'30.11858300001848"N +k_0=1.0000408158 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Vilas_County_Feet [NAD 1983 HARN Wisconsin CRS Vilas (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103463> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=134417.0688341377 +y_0=50337.10927101855 +lon_0=89d29'20.0"W +lat_0=46d4'40.23872600001027"N +lat_1=46d4'40.23872600001027"N +k_0=1.0000730142 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Walworth_County_Feet [NAD 1983 HARN Wisconsin CRS Walworth (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103464> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=232562.8651257303 +y_0=111088.2224028448 +lon_0=88d32'30.0"W +lat_0=42d40'10.063549"N +lat_1=42d40'10.063549"N +k_0=1.0000367192 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Washburn_County_Feet [NAD 1983 HARN Wisconsin CRS Washburn (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103465> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=234086.8681737364 +y_0=188358.6059436119 +lon_0=91d47'W +lat_0=45d57'40.3914"N +lat_1=45d57'40.3914"N +k_0=1.0000475376 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Washington_County_Feet [NAD 1983 HARN Wisconsin CRS Washington (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103466> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=120091.4414020828 +y_0=0.003048006096012192 +lon_0=88d3'50.0"W +lat_0=42d55'5.0"N +k_0=1.00003738 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Waukesha_County_Feet [NAD 1983 HARN Wisconsin CRS Waukesha (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103467> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=208788.4178816358 +y_0=0.003352806705613411 +lon_0=88d13'30.0"W +lat_0=42d34'10.0"N +k_0=1.0000346179 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Waupaca_County_Feet [NAD 1983 HARN Wisconsin CRS Waupaca (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103468> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185013.9709423419 +y_0=0.007010414020828043 +lon_0=88d49'W +lat_0=43d25'13.0"N +k_0=1.0000333645 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Waushara_County_Feet [NAD 1983 HARN Wisconsin CRS Waushara (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103469> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=120091.4401828804 +y_0=45069.7588011176 +lon_0=89d14'30.0"W +lat_0=44d6'50.198565"N +lat_1=44d6'50.198565"N +k_0=1.0000392096 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Winnebago_County_Feet [NAD 1983 HARN Wisconsin CRS Winnebago (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103470> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=244754.8892049784 +y_0=0.004876809753619508 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_WISCRS_Wood_County_Feet [NAD 1983 HARN Wisconsin CRS Wood (US feet)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103471> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=208483.6172720346 +y_0=134589.7539243078 +lon_0=90dW +lat_0=44d21'45.34369"N +lat_1=44d21'45.34369"N +k_0=1.0000421209 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Montana_FIPS_2500 [NAD 1983 (CORS96) SPCS Montana]
+# area: (lat: 44.35, 49.01) - (lon: -116.07, -104.04) [USA - Montana]
+<103472> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=109d30'W +lat_0=44d15'N +lat_1=45dN +lat_2=49dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Montana_FIPS_2500_Ft_Intl [NAD 1983 (CORS96) SPCS Montana (Intl Feet)]
+# area: (lat: 44.35, 49.01) - (lon: -116.07, -104.04) [USA - Montana]
+<103473> +proj=lcc +ellps=GRS80 +units=ft +x_0=600000.0 +y_0=0.0 +lon_0=109d30'W +lat_0=44d15'N +lat_1=45dN +lat_2=49dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Nebraska_FIPS_2600 [NAD 1983 (CORS96) SPCS Nebraska]
+# area: (lat: 39.99, 43.01) - (lon: -104.06, -95.3) [USA - Nebraska]
+<103474> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=100dW +lat_0=39d50'N +lat_1=40dN +lat_2=43dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Nebraska_FIPS_2600_Ft_US [NAD 1983 (CORS96) SPCS Nebraska (US Feet)]
+# area: (lat: 39.99, 43.01) - (lon: -104.06, -95.3) [USA - Nebraska]
+<103475> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=100dW +lat_0=39d50'N +lat_1=40dN +lat_2=43dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Nevada_East_FIPS_2701 [NAD 1983 (CORS96) SPCS Nevada East]
+# area: (lat: 34.99, 42.0) - (lon: -117.01, -114.03) [USA - Nevada - SPCS - E]
+<103476> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=8000000.0 +lon_0=115d35'W +lat_0=34d45'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Nevada_Central_FIPS_2702 [NAD 1983 (CORS96) SPCS Nevada Central]
+# area: (lat: 36.0, 41.0) - (lon: -118.19, -114.99) [USA - Nevada - SPCS - C]
+<103477> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=6000000.0 +lon_0=116d40'W +lat_0=34d45'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Nevada_West_FIPS_2703 [NAD 1983 (CORS96) SPCS Nevada West]
+# area: (lat: 36.95, 42.0) - (lon: -120.0, -116.99) [USA - Nevada - SPCS - W]
+<103478> +proj=tmerc +ellps=GRS80 +x_0=800000.0 +y_0=4000000.0 +lon_0=118d35'W +lat_0=34d45'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Nevada_East_FIPS_2701_Ft_US [NAD 1983 (CORS96) SPCS Nevada East (US Feet)]
+# area: (lat: 34.99, 42.0) - (lon: -117.01, -114.03) [USA - Nevada - SPCS - E]
+<103479> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=8000000.0 +lon_0=115d35'W +lat_0=34d45'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Nevada_Central_FIPS_2702_Ft_US [NAD 1983 (CORS96) SPCS Nevada Central (US Feet)]
+# area: (lat: 36.0, 41.0) - (lon: -118.19, -114.99) [USA - Nevada - SPCS - C]
+<103480> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=6000000.0 +lon_0=116d40'W +lat_0=34d45'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Nevada_West_FIPS_2703_Ft_US [NAD 1983 (CORS96) SPCS Nevada West (US Feet)]
+# area: (lat: 36.95, 42.0) - (lon: -120.0, -116.99) [USA - Nevada - SPCS - W]
+<103481> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=4000000.0 +lon_0=118d35'W +lat_0=34d45'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Hampshire_FIPS_2800 [NAD 1983 (CORS96) SPCS New Hampshire]
+# area: (lat: 42.69, 45.31) - (lon: -72.56, -70.63) [USA - New Hampshire]
+<103482> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=71d40'W +lat_0=42d30'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Hampshire_FIPS_2800_Ft_US [NAD 1983 (CORS96) SPCS New Hampshire (US Feet)]
+# area: (lat: 42.69, 45.31) - (lon: -72.56, -70.63) [USA - New Hampshire]
+<103483> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=71d40'W +lat_0=42d30'N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Jersey_FIPS_2900 [NAD 1983 (CORS96) SPCS New Jersey]
+# area: (lat: 38.87, 41.36) - (lon: -75.6, -73.88) [USA - New Jersey]
+<103484> +proj=tmerc +ellps=GRS80 +x_0=150000.0 +y_0=0.0 +lon_0=74d30'W +lat_0=38d50'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Jersey_FIPS_2900_Ft_US [NAD 1983 (CORS96) SPCS New Jersey (US Feet)]
+# area: (lat: 38.87, 41.36) - (lon: -75.6, -73.88) [USA - New Jersey]
+<103485> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=150000.0 +y_0=0.0 +lon_0=74d30'W +lat_0=38d50'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Mexico_East_FIPS_3001 [NAD 1983 (CORS96) SPCS New Mexico East]
+# area: (lat: 32.0, 37.0) - (lon: -105.72, -102.99) [USA - New Mexico - SPCS - E]
+<103486> +proj=tmerc +ellps=GRS80 +x_0=165000.0 +y_0=0.0 +lon_0=104d20'W +lat_0=31dN +k_0=0.9999090909090909 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Mexico_Central_FIPS_3002 [NAD 1983 (CORS96) SPCS New Mexico Cent.]
+# area: (lat: 31.78, 37.0) - (lon: -107.73, -104.84) [USA - New Mexico - SPCS83 - C]
+<103487> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=106d15'W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Mexico_West_FIPS_3003 [NAD 1983 (CORS96) SPCS New Mexico West]
+# area: (lat: 31.33, 37.0) - (lon: -109.06, -106.32) [USA - New Mexico - SPCS83 - W]
+<103488> +proj=tmerc +ellps=GRS80 +x_0=830000.0 +y_0=0.0 +lon_0=107d50'W +lat_0=31dN +k_0=0.9999166666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Mexico_East_FIPS_3001_Ft_US [NAD 1983 (CORS96) SPCS New Mexico East (US Feet)]
+# area: (lat: 32.0, 37.0) - (lon: -105.72, -102.99) [USA - New Mexico - SPCS - E]
+<103489> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=165000.0 +y_0=0.0 +lon_0=104d20'W +lat_0=31dN +k_0=0.9999090909090909 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Mexico_Central_FIPS_3002_Ft_US [NAD 1983 (CORS96) SPCS New Mexico Cent. (US Feet)]
+# area: (lat: 31.78, 37.0) - (lon: -107.73, -104.84) [USA - New Mexico - SPCS83 - C]
+<103490> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=106d15'W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_Mexico_West_FIPS_3003_Ft_US [NAD 1983 (CORS96) SPCS New Mexico West (US Feet)]
+# area: (lat: 31.33, 37.0) - (lon: -109.06, -106.32) [USA - New Mexico - SPCS83 - W]
+<103491> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=830000.0 +y_0=0.0 +lon_0=107d50'W +lat_0=31dN +k_0=0.9999166666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_York_East_FIPS_3101 [NAD 1983 (CORS96) SPCS New York East]
+# area: (lat: 40.88, 45.02) - (lon: -75.87, -73.23) [USA - New York - SPCS - E]
+<103492> +proj=tmerc +ellps=GRS80 +x_0=150000.0 +y_0=0.0 +lon_0=74d30'W +lat_0=38d50'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_York_Central_FIPS_3102 [NAD 1983 (CORS96) SPCS New York Central]
+# area: (lat: 41.99, 44.41) - (lon: -77.75, -75.04) [USA - New York - SPCS - C]
+<103493> +proj=tmerc +ellps=GRS80 +x_0=250000.0 +y_0=0.0 +lon_0=76d35'W +lat_0=40dN +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_York_West_FIPS_3103 [NAD 1983 (CORS96) SPCS New York West]
+# area: (lat: 41.99, 43.64) - (lon: -79.77, -77.36) [USA - New York - SPCS - W]
+<103494> +proj=tmerc +ellps=GRS80 +x_0=350000.0 +y_0=0.0 +lon_0=78d35'W +lat_0=40dN +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_York_Long_Island_FIPS_3104 [NAD 1983 (CORS96) SPCS NY Long Island]
+# area: (lat: 40.47, 41.3) - (lon: -74.26, -71.8) [USA - New York - SPCS - Long island]
+<103495> +proj=lcc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=74dW +lat_0=40d10'N +lat_1=40d40'N +lat_2=41d2'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_York_East_FIPS_3101_Ft_US [NAD 1983 (CORS96) SPCS New York East (US Feet)]
+# area: (lat: 40.88, 45.02) - (lon: -75.87, -73.23) [USA - New York - SPCS - E]
+<103496> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=150000.0 +y_0=0.0 +lon_0=74d30'W +lat_0=38d50'N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_York_Central_FIPS_3102_Ft_US [NAD 1983 (CORS96) SPCS New York Central (US Feet)]
+# area: (lat: 41.99, 44.41) - (lon: -77.75, -75.04) [USA - New York - SPCS - C]
+<103497> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=250000.0 +y_0=0.0 +lon_0=76d35'W +lat_0=40dN +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_York_West_FIPS_3103_Ft_US [NAD 1983 (CORS96) SPCS New York West (US Feet)]
+# area: (lat: 41.99, 43.64) - (lon: -79.77, -77.36) [USA - New York - SPCS - W]
+<103498> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=350000.0 +y_0=0.0 +lon_0=78d35'W +lat_0=40dN +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_New_York_Long_Isl_FIPS_3104_Ft_US [NAD 1983 (CORS96) SPCS NY Long Island (US Feet)]
+# area: (lat: 40.47, 41.3) - (lon: -74.26, -71.8) [USA - New York - SPCS - Long island]
+<103499> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=74dW +lat_0=40d10'N +lat_1=40d40'N +lat_2=41d2'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_North_Carolina_FIPS_3200 [NAD 1983 (CORS96) SPCS North Carolina]
+# area: (lat: 33.83, 36.59) - (lon: -84.33, -75.38) [USA - North Carolina]
+<103500> +proj=lcc +ellps=GRS80 +x_0=609601.2192024384 +y_0=0.0 +lon_0=79dW +lat_0=33d45'N +lat_1=34d20'N +lat_2=36d10'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_North_Carolina_FIPS_3200_Ft_US [NAD 1983 (CORS96) SPCS North Carolina (US Feet)]
+# area: (lat: 33.83, 36.59) - (lon: -84.33, -75.38) [USA - North Carolina]
+<103501> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=609601.2192024385 +y_0=0.0 +lon_0=79dW +lat_0=33d45'N +lat_1=34d20'N +lat_2=36d10'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_North_Dakota_North_FIPS_3301 [NAD 1983 (CORS96) SPCS North Dakota N]
+# area: (lat: 47.15, 49.01) - (lon: -104.07, -96.83) [USA - North Dakota - SPCS - N]
+<103502> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=100d30'W +lat_0=47dN +lat_1=47d26'N +lat_2=48d44'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_North_Dakota_South_FIPS_3302 [NAD 1983 (CORS96) SPCS North Dakota S]
+# area: (lat: 45.93, 47.83) - (lon: -104.05, -96.55) [USA - North Dakota - SPCS - S]
+<103503> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=100d30'W +lat_0=45d40'N +lat_1=46d11'N +lat_2=47d29'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_North_Dakota_North_FIPS_3301_FtI [NAD 1983 (CORS96) SPCS North Dakota North (Intl Feet)]
+# area: (lat: 47.15, 49.01) - (lon: -104.07, -96.83) [USA - North Dakota - SPCS - N]
+<103504> +proj=lcc +ellps=GRS80 +units=ft +x_0=600000.0 +y_0=0.0 +lon_0=100d30'W +lat_0=47dN +lat_1=47d26'N +lat_2=48d44'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_North_Dakota_South_FIPS_3302_FtI [NAD 1983 (CORS96) SPCS North Dakota South (Intl Feet)]
+# area: (lat: 45.93, 47.83) - (lon: -104.05, -96.55) [USA - North Dakota - SPCS - S]
+<103505> +proj=lcc +ellps=GRS80 +units=ft +x_0=600000.0 +y_0=0.0 +lon_0=100d30'W +lat_0=45d40'N +lat_1=46d11'N +lat_2=47d29'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Ohio_North_FIPS_3401 [NAD 1983 (CORS96) SPCS Ohio North]
+# area: (lat: 40.1, 42.33) - (lon: -84.81, -80.51) [USA - Ohio - SPCS - N]
+<103506> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=82d30'W +lat_0=39d40'N +lat_1=40d26'N +lat_2=41d42'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Ohio_South_FIPS_3402 [NAD 1983 (CORS96) SPCS Ohio South]
+# area: (lat: 38.4, 40.36) - (lon: -84.83, -80.7) [USA - Ohio - SPCS - S]
+<103507> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=82d30'W +lat_0=38dN +lat_1=38d44'N +lat_2=40d2'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Ohio_North_FIPS_3401_Ft_US [NAD 1983 (CORS96) SPCS Ohio North (US Feet)]
+# area: (lat: 40.1, 42.33) - (lon: -84.81, -80.51) [USA - Ohio - SPCS - N]
+<103508> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=82d30'W +lat_0=39d40'N +lat_1=40d26'N +lat_2=41d42'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Ohio_South_FIPS_3402_Ft_US [NAD 1983 (CORS96) SPCS Ohio South (US Feet)]
+# area: (lat: 38.4, 40.36) - (lon: -84.83, -80.7) [USA - Ohio - SPCS - S]
+<103509> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=82d30'W +lat_0=38dN +lat_1=38d44'N +lat_2=40d2'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Oklahoma_North_FIPS_3501 [NAD 1983 (CORS96) SPCS Oklahoma North]
+# area: (lat: 35.27, 37.01) - (lon: -103.0, -94.42) [USA - Oklahoma - SPCS - N]
+<103510> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=98dW +lat_0=35dN +lat_1=35d34'N +lat_2=36d46'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Oklahoma_South_FIPS_3502 [NAD 1983 (CORS96) SPCS Oklahoma South]
+# area: (lat: 33.62, 35.57) - (lon: -100.0, -94.42) [USA - Oklahoma - SPCS - S]
+<103511> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=98dW +lat_0=33d20'N +lat_1=33d56'N +lat_2=35d14'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Oklahoma_North_FIPS_3501_Ft_US [NAD 1983 (CORS96) SPCS Oklahoma North (US Feet)]
+# area: (lat: 35.27, 37.01) - (lon: -103.0, -94.42) [USA - Oklahoma - SPCS - N]
+<103512> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=98dW +lat_0=35dN +lat_1=35d34'N +lat_2=36d46'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Oklahoma_South_FIPS_3502_Ft_US [NAD 1983 (CORS96) SPCS Oklahoma South (US Feet)]
+# area: (lat: 33.62, 35.57) - (lon: -100.0, -94.42) [USA - Oklahoma - SPCS - S]
+<103513> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=98dW +lat_0=33d20'N +lat_1=33d56'N +lat_2=35d14'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Pennsylvania_North_FIPS_3701 [NAD 1983 (CORS96) SPCS Pennsylvania North]
+# area: (lat: 40.6, 42.53) - (lon: -80.53, -74.7) [USA - Pennsylvania - SPCS - N]
+<103514> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=77d45'W +lat_0=40d10'N +lat_1=40d53'N +lat_2=41d57'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Pennsylvania_North_FIPS_3701_Ft_US [NAD 1983 (CORS96) SPCS Pennsylvania North (US Feet)]
+# area: (lat: 40.6, 42.53) - (lon: -80.53, -74.7) [USA - Pennsylvania - SPCS - N]
+<103515> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=77d45'W +lat_0=40d10'N +lat_1=40d53'N +lat_2=41d57'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Pennsylvania_South_FIPS_3702 [NAD 1983 (CORS96) SPCS Pennsylvania South]
+# area: (lat: 39.71, 41.18) - (lon: -80.53, -74.72) [USA - Pennsylvania - SPCS - S]
+<103516> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=77d45'W +lat_0=39d20'N +lat_1=39d56'N +lat_2=40d58'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Pennsylvania_South_FIPS_3702_Ft_US [NAD 1983 (CORS96) SPCS Pennsylvania South (US Feet)]
+# area: (lat: 39.71, 41.18) - (lon: -80.53, -74.72) [USA - Pennsylvania - SPCS - S]
+<103517> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=77d45'W +lat_0=39d20'N +lat_1=39d56'N +lat_2=40d58'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Rhode_Island_FIPS_3800 [NAD 1983 (CORS96) SPCS Rhode Island]
+# area: (lat: 41.13, 42.02) - (lon: -71.85, -71.08) [USA - Rhode Island]
+<103518> +proj=tmerc +ellps=GRS80 +x_0=100000.0 +y_0=0.0 +lon_0=71d30'W +lat_0=41d5'N +k_0=0.99999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Rhode_Island_FIPS_3800_Ft_US [NAD 1983 (CORS96) SPCS Rhode Island (US Feet)]
+# area: (lat: 41.13, 42.02) - (lon: -71.85, -71.08) [USA - Rhode Island]
+<103519> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=100000.0 +y_0=0.0 +lon_0=71d30'W +lat_0=41d5'N +k_0=0.99999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_South_Carolina_FIPS_3900 [NAD 1983 (CORS96) SPCS South Carolina]
+# area: (lat: 32.05, 35.21) - (lon: -83.36, -78.52) [USA - South Carolina]
+<103520> +proj=lcc +ellps=GRS80 +x_0=609600.0 +y_0=0.0 +lon_0=81dW +lat_0=31d50'N +lat_1=32d30'N +lat_2=34d50'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_South_Carolina_FIPS_3900_Ft_Intl [NAD 1983 (CORS96) SPCS South Carolina (Intl Feet)]
+# area: (lat: 32.05, 35.21) - (lon: -83.36, -78.52) [USA - South Carolina]
+<103521> +proj=lcc +ellps=GRS80 +units=ft +x_0=609600.0 +y_0=0.0 +lon_0=81dW +lat_0=31d50'N +lat_1=32d30'N +lat_2=34d50'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_South_Dakota_North_FIPS_4001 [NAD 1983 (CORS96) SPCS South Dakota N]
+# area: (lat: 44.14, 45.95) - (lon: -104.07, -96.45) [USA - South Dakota - SPCS - N]
+<103522> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=100dW +lat_0=43d50'N +lat_1=44d25'N +lat_2=45d41'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_South_Dakota_South_FIPS_4002 [NAD 1983 (CORS96) SPCS South Dakota S]
+# area: (lat: 42.48, 44.79) - (lon: -104.06, -96.43) [USA - South Dakota - SPCS - S]
+<103523> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=100d20'W +lat_0=42d20'N +lat_1=42d50'N +lat_2=44d24'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_South_Dakota_North_FIPS_4001_Ft_US [NAD 1983 (CORS96) SPCS South Dakota N (US Feet)]
+# area: (lat: 44.14, 45.95) - (lon: -104.07, -96.45) [USA - South Dakota - SPCS - N]
+<103524> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=100dW +lat_0=43d50'N +lat_1=44d25'N +lat_2=45d41'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_South_Dakota_South_FIPS_4002_Ft_US [NAD 1983 (CORS96) SPCS South Dakota S (US Feet)]
+# area: (lat: 42.48, 44.79) - (lon: -104.06, -96.43) [USA - South Dakota - SPCS - S]
+<103525> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=100d20'W +lat_0=42d20'N +lat_1=42d50'N +lat_2=44d24'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Tennessee_FIPS_4100 [NAD 1983 (CORS96) SPCS Tennessee]
+# area: (lat: 34.98, 36.68) - (lon: -90.31, -81.65) [USA - Tennessee]
+<103526> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=86dW +lat_0=34d20'N +lat_1=35d15'N +lat_2=36d25'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Tennessee_FIPS_4100_Ft_US [NAD 1983 (CORS96) SPCS Tennessee (US Feet)]
+# area: (lat: 34.98, 36.68) - (lon: -90.31, -81.65) [USA - Tennessee]
+<103527> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=86dW +lat_0=34d20'N +lat_1=35d15'N +lat_2=36d25'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# ETRF_1989_UTM_Zone_28N [ETRF 1989 UTM Zone 28N]
+# area: (lat: 34.93, 72.44) - (lon: -16.1, -11.99) [Europe - 18~W to 12~W and ETRS89 by country]
+# DISCONTINUED
+<103528> +proj=utm +ellps=WGS84 +zone=28 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_29N [ETRF 1989 UTM Zone 29N]
+# area: (lat: 34.91, 74.13) - (lon: -12.0, -6.0) [Europe - 12~W to 6~W and ETRS89 by country]
+# DISCONTINUED
+<103529> +proj=utm +ellps=WGS84 +zone=29 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_30N [ETRF 1989 UTM Zone 30N]
+# area: (lat: 35.26, 80.53) - (lon: -6.0, 0.0) [Europe - 6~W to 0~W and ETRS89 by country]
+# DISCONTINUED
+<103530> +proj=utm +ellps=WGS84 +zone=30 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_31N [ETRF 1989 UTM Zone 31N]
+# area: (lat: 37.0, 82.41) - (lon: 0.0, 6.01) [Europe - 0~E to 6~E and ETRS89 by country]
+# DISCONTINUED
+<103531> +proj=utm +ellps=WGS84 +zone=31 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_32N [ETRF 1989 UTM Zone 32N]
+# area: (lat: 38.76, 83.92) - (lon: 6.0, 12.0) [Europe - 6~E to 12~E and ETRS89 by country]
+# DISCONTINUED
+<103532> +proj=utm +ellps=WGS84 +zone=32 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_33N [ETRF 1989 UTM Zone 33N]
+# area: (lat: 46.4, 84.01) - (lon: 12.0, 18.01) [Europe - 12~E to 18~E and ETRS89 by country]
+# DISCONTINUED
+<103533> +proj=utm +ellps=WGS84 +zone=33 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_34N [ETRS 1989 UTM Zone 34N]
+# area: (lat: 58.84, 84.0) - (lon: 18.0, 24.0) [Europe - 18~E to 24~E and ETRS89 by country]
+# DISCONTINUED
+<103534> +proj=utm +ellps=WGS84 +zone=34 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_35N [ETRF 1989 UTM Zone 35N]
+# area: (lat: 59.64, 84.01) - (lon: 24.0, 30.0) [Europe - 24~E to 30~E and ETRS89 by country]
+# DISCONTINUED
+<103535> +proj=utm +ellps=WGS84 +zone=35 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_36N [ETRF 1989 UTM Zone 36N]
+# area: (lat: 61.73, 83.89) - (lon: 30.0, 36.01) [Europe - 30~E to 36~E and ETRS89 by country]
+# DISCONTINUED
+<103536> +proj=utm +ellps=WGS84 +zone=36 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_37N [ETRF 1989 UTM Zone 37N]
+# area: (lat: 71.27, 79.09) - (lon: 36.0, 39.65) [Europe - 36~E to 42~E and ETRS89 by country]
+# DISCONTINUED
+<103537> +proj=utm +ellps=WGS84 +zone=37 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# ETRF_1989_UTM_Zone_38N [ETRF 1989 UTM Zone 38N]
+# area: (lat: 37.0, 41.65) - (lon: 42.0, 48.0) [Europe - 42~E to 48~E and ETRS89 by country]
+# DISCONTINUED
+<103538> +proj=utm +ellps=WGS84 +zone=38 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_North_FIPS_4201 [NAD 1983 (CORS96) SPCS Texas North]
+# area: (lat: 34.3, 36.5) - (lon: -103.03, -99.99) [USA - Texas - SPCS - N]
+<103539> +proj=lcc +ellps=GRS80 +x_0=200000.0 +y_0=1000000.0 +lon_0=101d30'W +lat_0=34dN +lat_1=34d39'N +lat_2=36d11'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_North_Central_FIPS_4202 [NAD 1983 (CORS96) SPCS Texas North Cent.]
+# area: (lat: 31.72, 34.58) - (lon: -103.07, -94.0) [USA - Texas - SPCS - NC]
+<103540> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=2000000.0 +lon_0=98d30'W +lat_0=31d40'N +lat_1=32d8'N +lat_2=33d58'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_Central_FIPS_4203 [NAD 1983 (CORS96) SPCS Texas Central]
+# area: (lat: 29.78, 32.27) - (lon: -106.66, -93.5) [USA - Texas - SPCS - C]
+<103541> +proj=lcc +ellps=GRS80 +x_0=700000.0 +y_0=3000000.0 +lon_0=100d20'W +lat_0=29d40'N +lat_1=30d7'N +lat_2=31d53'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_South_Central_FIPS_4204 [NAD 1983 (CORS96) SPCS Texas South Cent.]
+# area: (lat: 27.78, 30.67) - (lon: -105.0, -93.76) [USA - Texas - SPCS83 - SC]
+<103542> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=4000000.0 +lon_0=99dW +lat_0=27d50'N +lat_1=28d23'N +lat_2=30d17'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_South_FIPS_4205 [NAD 1983 (CORS96) SPCS Texas South]
+# area: (lat: 25.83, 28.21) - (lon: -100.2, -96.85) [USA - Texas - SPCS83 - S]
+<103543> +proj=lcc +ellps=GRS80 +x_0=300000.0 +y_0=5000000.0 +lon_0=98d30'W +lat_0=25d40'N +lat_1=26d10'N +lat_2=27d50'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_North_FIPS_4201_Ft_US [NAD 1983 (CORS96) SPCS Texas North (US Feet)]
+# area: (lat: 34.3, 36.5) - (lon: -103.03, -99.99) [USA - Texas - SPCS - N]
+<103544> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=1000000.0 +lon_0=101d30'W +lat_0=34dN +lat_1=34d39'N +lat_2=36d11'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_North_Central_FIPS_4202_FtUS [NAD 1983 (CORS96) SPCS Texas North Cent.(US Feet)]
+# area: (lat: 31.72, 34.58) - (lon: -103.07, -94.0) [USA - Texas - SPCS - NC]
+<103545> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=2000000.0 +lon_0=98d30'W +lat_0=31d40'N +lat_1=32d8'N +lat_2=33d58'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_Central_FIPS_4203_Ft_US [NAD 1983 (CORS96) SPCS Texas Central (US Feet)]
+# area: (lat: 29.78, 32.27) - (lon: -106.66, -93.5) [USA - Texas - SPCS - C]
+<103546> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=700000.0 +y_0=3000000.0 +lon_0=100d20'W +lat_0=29d40'N +lat_1=30d7'N +lat_2=31d53'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_South_Central_FIPS_4204_FtUS [NAD 1983 (CORS96) SPCS Texas South Cent. (US Feet)]
+# area: (lat: 27.78, 30.67) - (lon: -105.0, -93.76) [USA - Texas - SPCS83 - SC]
+<103547> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=4000000.0 +lon_0=99dW +lat_0=27d50'N +lat_1=28d23'N +lat_2=30d17'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Texas_South_FIPS_4205_Ft_US [NAD 1983 (CORS96) SPCS Texas South (US Feet)]
+# area: (lat: 25.83, 28.21) - (lon: -100.2, -96.85) [USA - Texas - SPCS83 - S]
+<103548> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=5000000.0 +lon_0=98d30'W +lat_0=25d40'N +lat_1=26d10'N +lat_2=27d50'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Utah_North_FIPS_4301 [NAD 1983 (CORS96) SPCS Utah North]
+# area: (lat: 40.55, 42.01) - (lon: -114.04, -109.04) [USA - Utah - SPCS - N]
+<103549> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=1000000.0 +lon_0=111d30'W +lat_0=40d20'N +lat_1=40d43'N +lat_2=41d47'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Utah_Central_FIPS_4302 [NAD 1983 (CORS96) SPCS Utah Central]
+# area: (lat: 38.49, 41.08) - (lon: -114.05, -109.04) [USA - Utah - SPCS - C]
+<103550> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=2000000.0 +lon_0=111d30'W +lat_0=38d20'N +lat_1=39d1'N +lat_2=40d39'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Utah_South_FIPS_4303 [NAD 1983 (CORS96) SPCS Utah South]
+# area: (lat: 36.99, 38.58) - (lon: -114.05, -109.04) [USA - Utah - SPCS - S]
+<103551> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=3000000.0 +lon_0=111d30'W +lat_0=36d40'N +lat_1=37d13'N +lat_2=38d21'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Utah_North_FIPS_4301_Ft_Intl [NAD 1983 (CORS96) SPCS Utah North (Intl Feet)]
+# area: (lat: 40.55, 42.01) - (lon: -114.04, -109.04) [USA - Utah - SPCS - N]
+<103552> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=1000000.0 +lon_0=111d30'W +lat_0=40d20'N +lat_1=40d43'N +lat_2=41d47'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Utah_Central_FIPS_4302_Ft_Intl [NAD 1983 (CORS96) SPCS Utah Central (Intl Feet)]
+# area: (lat: 38.49, 41.08) - (lon: -114.05, -109.04) [USA - Utah - SPCS - C]
+<103553> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=2000000.0 +lon_0=111d30'W +lat_0=38d20'N +lat_1=39d1'N +lat_2=40d39'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Utah_South_FIPS_4303_Ft_Intl [NAD 1983 (CORS96) SPCS Utah South (Intl Feet)]
+# area: (lat: 36.99, 38.58) - (lon: -114.05, -109.04) [USA - Utah - SPCS - S]
+<103554> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=3000000.0 +lon_0=111d30'W +lat_0=36d40'N +lat_1=37d13'N +lat_2=38d21'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Utah_North_FIPS_4301_Ft_US [NAD 1983 (CORS96) SPCS Utah North (US Feet)]
+# area: (lat: 40.55, 42.01) - (lon: -114.04, -109.04) [USA - Utah - SPCS - N]
+<103555> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=1000000.0 +lon_0=111d30'W +lat_0=40d20'N +lat_1=40d43'N +lat_2=41d47'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Utah_Central_FIPS_4302_Ft_US [NAD 1983 (CORS96) SPCS Utah Central (US Feet)]
+# area: (lat: 38.49, 41.08) - (lon: -114.05, -109.04) [USA - Utah - SPCS - C]
+<103556> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=2000000.0 +lon_0=111d30'W +lat_0=38d20'N +lat_1=39d1'N +lat_2=40d39'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Utah_South_FIPS_4303_Ft_US [NAD 1983 (CORS96) SPCS Utah South (US Feet)]
+# area: (lat: 36.99, 38.58) - (lon: -114.05, -109.04) [USA - Utah - SPCS - S]
+<103557> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=3000000.0 +lon_0=111d30'W +lat_0=36d40'N +lat_1=37d13'N +lat_2=38d21'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Vermont_FIPS_4400 [NAD 1983 (CORS96) SPCS Vermont]
+# area: (lat: 42.72, 45.03) - (lon: -73.44, -71.5) [USA - Vermont]
+<103558> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=72d30'W +lat_0=42d30'N +k_0=0.9999642857142857 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Virginia_North_FIPS_4501 [NAD 1983 (CORS96) SPCS Virginia North]
+# area: (lat: 37.77, 39.46) - (lon: -80.06, -76.51) [USA - Virginia - SPCS - N]
+<103559> +proj=lcc +ellps=GRS80 +x_0=3500000.0 +y_0=2000000.0 +lon_0=78d30'W +lat_0=37d40'N +lat_1=38d2'N +lat_2=39d12'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Virginia_South_FIPS_4502 [NAD 1983 (CORS96) SPCS Virginia South]
+# area: (lat: 36.54, 38.28) - (lon: -83.68, -75.31) [USA - Virginia - SPCS - S]
+<103560> +proj=lcc +ellps=GRS80 +x_0=3500000.0 +y_0=1000000.0 +lon_0=78d30'W +lat_0=36d20'N +lat_1=36d46'N +lat_2=37d58'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Virginia_North_FIPS_4501_Ft_US [NAD 1983 (CORS96) SPCS Virginia North (US Feet)]
+# area: (lat: 37.77, 39.46) - (lon: -80.06, -76.51) [USA - Virginia - SPCS - N]
+<103561> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=3500000.0 +y_0=2000000.0 +lon_0=78d30'W +lat_0=37d40'N +lat_1=38d2'N +lat_2=39d12'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Virginia_South_FIPS_4502_Ft_US [NAD 1983 (CORS96) SPCS Virginia South (US Feet)]
+# area: (lat: 36.54, 38.28) - (lon: -83.68, -75.31) [USA - Virginia - SPCS - S]
+<103562> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=3500000.0 +y_0=1000000.0 +lon_0=78d30'W +lat_0=36d20'N +lat_1=36d46'N +lat_2=37d58'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Washington_North_FIPS_4601 [NAD 1983 (CORS96) SPCS Washington North]
+# area: (lat: 47.08, 49.05) - (lon: -124.79, -117.02) [USA - Washington - SPCS83 - N]
+<103563> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=120d50'W +lat_0=47dN +lat_1=47d30'N +lat_2=48d44'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Washington_South_FIPS_4602 [NAD 1983 (CORS96) SPCS Washington South]
+# area: (lat: 45.54, 47.61) - (lon: -124.4, -116.91) [USA - Washington - SPCS83 - S]
+<103564> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=120d30'W +lat_0=45d20'N +lat_1=45d50'N +lat_2=47d20'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Washington_North_FIPS_4601_Ft_US [NAD 1983 (CORS96) SPCS Washington North (US Feet)]
+# area: (lat: 47.08, 49.05) - (lon: -124.79, -117.02) [USA - Washington - SPCS83 - N]
+<103565> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=120d50'W +lat_0=47dN +lat_1=47d30'N +lat_2=48d44'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Washington_South_FIPS_4602_Ft_US [NAD 1983 (CORS96) SPCS Washington South (US Feet)]
+# area: (lat: 45.54, 47.61) - (lon: -124.4, -116.91) [USA - Washington - SPCS83 - S]
+<103566> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=120d30'W +lat_0=45d20'N +lat_1=45d50'N +lat_2=47d20'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_West_Virginia_North_FIPS_4701 [NAD 1983 (CORS96) SPCS West Virginia N]
+# area: (lat: 38.76, 40.64) - (lon: -81.76, -77.72) [USA - West Virginia - SPCS - N]
+<103567> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=79d30'W +lat_0=38d30'N +lat_1=39dN +lat_2=40d15'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_West_Virginia_South_FIPS_4702 [NAD 1983 (CORS96) SPCS West Virginia S]
+# area: (lat: 37.2, 39.17) - (lon: -82.65, -79.05) [USA - West Virginia - SPCS - S]
+<103568> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=81dW +lat_0=37dN +lat_1=37d29'N +lat_2=38d53'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_West_Virginia_North_FIPS_4701_FtUS [NAD 1983 (CORS96) SPCS West Virginia N (US Feet)]
+# area: (lat: 38.76, 40.64) - (lon: -81.76, -77.72) [USA - West Virginia - SPCS - N]
+<103569> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=79d30'W +lat_0=38d30'N +lat_1=39dN +lat_2=40d15'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_West_Virginia_South_FIPS_4702_FtUS [NAD 1983 (CORS96) SPCS West Virginia S (US Feet)]
+# area: (lat: 37.2, 39.17) - (lon: -82.65, -79.05) [USA - West Virginia - SPCS - S]
+<103570> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=81dW +lat_0=37dN +lat_1=37d29'N +lat_2=38d53'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wisconsin_North_FIPS_4801 [NAD 1983 (CORS96) SPCS Wisconsin North]
+# area: (lat: 45.37, 47.31) - (lon: -92.89, -88.05) [USA - Wisconsin - SPCS - N]
+<103571> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=45d10'N +lat_1=45d34'N +lat_2=46d46'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wisconsin_Central_FIPS_4802 [NAD 1983 (CORS96) SPCS Wisconsin Central]
+# area: (lat: 43.98, 45.8) - (lon: -92.89, -86.25) [USA - Wisconsin - SPCS - C]
+<103572> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=43d50'N +lat_1=44d15'N +lat_2=45d30'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wisconsin_South_FIPS_4803 [NAD 1983 (CORS96) SPCS Wisconsin South]
+# area: (lat: 42.48, 44.33) - (lon: -91.43, -86.95) [USA - Wisconsin - SPCS - S]
+<103573> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=42dN +lat_1=42d44'N +lat_2=44d4'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wisconsin_North_FIPS_4801_Ft_US [NAD 1983 (CORS96) SPCS Wisconsin North (US Feet)]
+# area: (lat: 45.37, 47.31) - (lon: -92.89, -88.05) [USA - Wisconsin - SPCS - N]
+<103574> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=45d10'N +lat_1=45d34'N +lat_2=46d46'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wisconsin_Central_FIPS_4802_Ft_US [NAD 1983 (CORS96) SPCS Wisconsin Central (US Feet)]
+# area: (lat: 43.98, 45.8) - (lon: -92.89, -86.25) [USA - Wisconsin - SPCS - C]
+<103575> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=43d50'N +lat_1=44d15'N +lat_2=45d30'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wisconsin_South_FIPS_4803_Ft_US [NAD 1983 (CORS96) SPCS Wisconsin South (US Feet)]
+# area: (lat: 42.48, 44.33) - (lon: -91.43, -86.95) [USA - Wisconsin - SPCS - S]
+<103576> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=42dN +lat_1=42d44'N +lat_2=44d4'N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wyoming_East_FIPS_4901 [NAD 1983 (CORS96) SPCS Wyoming I East]
+# area: (lat: 40.99, 45.01) - (lon: -106.33, -104.05) [USA - Wyoming - SPCS - E]
+<103577> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=105d10'W +lat_0=40d30'N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wyoming_East_Central_FIPS_4902 [NAD 1983 (CORS96) SPCS Wyoming II EC]
+# area: (lat: 40.99, 45.01) - (lon: -108.63, -106.0) [USA - Wyoming - SPCS - EC]
+<103578> +proj=tmerc +ellps=GRS80 +x_0=400000.0 +y_0=100000.0 +lon_0=107d20'W +lat_0=40d30'N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wyoming_West_Central_FIPS_4903 [NAD 1983 (CORS96) SPCS Wyoming III WC]
+# area: (lat: 40.99, 45.01) - (lon: -111.06, -107.5) [USA - Wyoming - SPCS - WC]
+<103579> +proj=tmerc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=108d45'W +lat_0=40d30'N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wyoming_West_FIPS_4904 [NAD 1983 (CORS96) SPCS Wyoming IV West]
+# area: (lat: 40.99, 44.67) - (lon: -111.06, -109.04) [USA - Wyoming - SPCS - W]
+<103580> +proj=tmerc +ellps=GRS80 +x_0=800000.0 +y_0=100000.0 +lon_0=110d5'W +lat_0=40d30'N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wyoming_East_FIPS_4901_Ft_US [NAD 1983 (CORS96) SPCS Wyoming I East (US Feet)]
+# area: (lat: 40.99, 45.01) - (lon: -106.33, -104.05) [USA - Wyoming - SPCS - E]
+<103581> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=105d10'W +lat_0=40d30'N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wyoming_E_Central_FIPS_4902_Ft_US [NAD 1983 (CORS96) SPCS Wyoming II EC (US Feet)]
+# area: (lat: 40.99, 45.01) - (lon: -108.63, -106.0) [USA - Wyoming - SPCS - EC]
+<103582> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=100000.0 +lon_0=107d20'W +lat_0=40d30'N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wyoming_W_Central_FIPS_4903_Ft_US [NAD 1983 (CORS96) SPCS Wyoming III WC (US Feet)]
+# area: (lat: 40.99, 45.01) - (lon: -111.06, -107.5) [USA - Wyoming - SPCS - WC]
+<103583> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=108d45'W +lat_0=40d30'N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# ETRF_1989_TM_Baltic_1993 [ETRF89 TM Baltic 1993]
+# area: (lat: 53.89, 60.0) - (lon: 19.02, 28.24) [Europe - Estonia; Latvia; Lithuania]
+# DISCONTINUED
+<103584> +proj=tmerc +ellps=WGS84 +x_0=500000.0 +y_0=0.0 +lon_0=24dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs <>
+
+# NAD_1983_CORS96_StatePlane_Wyoming_West_FIPS_4904_Ft_US [NAD 1983 (CORS96) SPCS Wyoming IV West (US Feet)]
+# area: (lat: 40.99, 44.67) - (lon: -111.06, -109.04) [USA - Wyoming - SPCS - W]
+<103585> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=100000.0 +lon_0=110d5'W +lat_0=40d30'N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Aitkin_Meters [NAD 1983 HARN Adj. Minnesota Aitkin (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103600> +proj=tmerc +ellps=GRS80 +x_0=152409.319685395 +y_0=30481.86393707899 +lon_0=93d25'57.0"W +lat_0=46d9'15.0"N +k_0=1.000059152669 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Clay_Meters [NAD 1983 HARN Adj. Minnesota Clay (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103601> +proj=tmerc +ellps=GRS80 +x_0=152407.2112565913 +y_0=30481.44225131827 +lon_0=96d42'W +lat_0=46d37'48.0"N +k_0=1.000045317862 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Clearwater_Meters [NAD 1983 HARN Adj. Minnesota Clearwater (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103602> +proj=tmerc +ellps=GRS80 +x_0=152411.3546854458 +y_0=30482.27093708916 +lon_0=95d22'33.0"W +lat_0=47d9'6.0"N +k_0=1.000072505661 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Hubbard_Meters [NAD 1983 HARN Adj. Minnesota Hubbard (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103603> +proj=tmerc +ellps=GRS80 +x_0=152411.2096003556 +y_0=30482.24192007113 +lon_0=94d55'14.0"W +lat_0=46d48'13.0"N +k_0=1.000071553661 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lake_Meters [NAD 1983 HARN Adj. Minnesota Lake (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103604> +proj=tmerc +ellps=GRS80 +x_0=152411.8635439675 +y_0=30482.3727087935 +lon_0=91d24'33.0"W +lat_0=47d4'N +k_0=1.000075844621 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Mille_Lacs_Meters [NAD 1983 HARN Adj. Minnesota Mille Lacs (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103605> +proj=tmerc +ellps=GRS80 +x_0=152408.5566885446 +y_0=30481.71133770892 +lon_0=93d37'14.0"W +lat_0=45d33'32.0"N +k_0=1.000054146138 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Washington_Meters [NAD 1983 HARN Adj. Minnesota Washington (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103606> +proj=tmerc +ellps=GRS80 +x_0=152406.3759409195 +y_0=30481.2751881839 +lon_0=92d50'W +lat_0=44d44'45.0"N +k_0=1.000039836799 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Wilkin_Meters [NAD 1983 HARN Adj. Minnesota Wilkin (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103607> +proj=tmerc +ellps=GRS80 +x_0=152407.7573379731 +y_0=30481.55146759462 +lon_0=96d31'28.0"W +lat_0=46d1'18.0"N +k_0=1.000048901066 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Anoka_Meters [NAD 1983 HARN Adj. Minnesota Anoka (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103608> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d16'W +lat_0=45d2'7.0"N +lat_1=45d4'N +lat_2=45d22'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Becker_Meters [NAD 1983 HARN Adj. Minnesota Becker (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103609> +proj=lcc +a=6378586.581 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d41'W +lat_0=46d43'4.0"N +lat_1=46d47'N +lat_2=47d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Beltrami_North_Meters [NAD 1983 HARN Adj. Minnesota Beltrami North (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103610> +proj=lcc +a=6378505.809 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d1'W +lat_0=48d1'12.0"N +lat_1=48d7'N +lat_2=48d28'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Beltrami_South_Meters [NAD 1983 HARN Adj. Minnesota Beltrami South (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103611> +proj=lcc +a=6378544.823 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d51'W +lat_0=47d24'45.0"N +lat_1=47d30'N +lat_2=47d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Benton_Meters [NAD 1983 HARN Adj. Minnesota Benton (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103612> +proj=lcc +a=6378490.569 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d3'W +lat_0=45d33'33.0"N +lat_1=45d35'N +lat_2=45d47'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Big_Stone_Meters [NAD 1983 HARN Adj. Minnesota Big Stone (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103613> +proj=lcc +a=6378470.757 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'W +lat_0=45d9'8.0"N +lat_1=45d13'N +lat_2=45d32'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Blue_Earth_Meters [NAD 1983 HARN Adj. Minnesota Blue Earth (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103614> +proj=lcc +a=6378403.701 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d16'W +lat_0=43d50'53.0"N +lat_1=43d56'N +lat_2=44d22'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Brown_Meters [NAD 1983 HARN Adj. Minnesota Brown (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103615> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d44'W +lat_0=44d6'29.0"N +lat_1=44d10'N +lat_2=44d28'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Carlton_Meters [NAD 1983 HARN Adj. Minnesota Carlton (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103616> +proj=lcc +a=6378454.907 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d41'W +lat_0=46d25'2.0"N +lat_1=46d28'N +lat_2=46d44'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Carver_Meters [NAD 1983 HARN Adj. Minnesota Carver (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103617> +proj=lcc +a=6378400.653 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d46'W +lat_0=44d38'23.0"N +lat_1=44d41'N +lat_2=44d54'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cass_North_Meters [NAD 1983 HARN Adj. Minnesota Cass North (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103618> +proj=lcc +a=6378567.378 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d13'W +lat_0=46d48'13.0"N +lat_1=46d55'N +lat_2=47d19'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cass_South_Meters [NAD 1983 HARN Adj. Minnesota Cass South (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103619> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'W +lat_0=46d9'23.0"N +lat_1=46d16'N +lat_2=46d44'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Chippewa_Meters [NAD 1983 HARN Adj. Minnesota Chippewa (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103620> +proj=lcc +a=6378476.853 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'W +lat_0=44d45'10.0"N +lat_1=44d50'N +lat_2=45d12'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Chisago_Meters [NAD 1983 HARN Adj. Minnesota Chisago (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103621> +proj=lcc +a=6378411.321 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d5'W +lat_0=45d17'47.0"N +lat_1=45d20'N +lat_2=45d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cook_North_Meters [NAD 1983 HARN Adj. Minnesota Cook North (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103622> +proj=lcc +a=6378647.541 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=90d15'W +lat_0=47d53'N +lat_1=47d56'N +lat_2=48d10'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cook_South_Meters [NAD 1983 HARN Adj. Minnesota Cook South (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103623> +proj=lcc +a=6378647.541 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=90d15'W +lat_0=47d26'20.0"N +lat_1=47d33'N +lat_2=47d49'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cottonwood_Meters [NAD 1983 HARN Adj. Minnesota Cottonwood (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103624> +proj=lcc +a=6378514.953 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d55'W +lat_0=43d50'53.0"N +lat_1=43d54'N +lat_2=44d10'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Crow_Wing_Meters [NAD 1983 HARN Adj. Minnesota Crow Wing (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103625> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'W +lat_0=46d9'23.0"N +lat_1=46d16'N +lat_2=46d44'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Dakota_Meters [NAD 1983 HARN Adj. Minnesota Dakota (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103626> +proj=lcc +a=6378421.989 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d19'W +lat_0=44d28'19.0"N +lat_1=44d31'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Dodge_Meters [NAD 1983 HARN Adj. Minnesota Dodge (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103627> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'W +lat_0=43d50'2.0"N +lat_1=43d53'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Douglas_Meters [NAD 1983 HARN Adj. Minnesota Douglas (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103628> +proj=lcc +a=6378518.001 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'W +lat_0=45d45'32.0"N +lat_1=45d48'N +lat_2=46d3'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Faribault_Meters [NAD 1983 HARN Adj. Minnesota Faribault (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103629> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Fillmore_Meters [NAD 1983 HARN Adj. Minnesota Fillmore (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103630> +proj=lcc +a=6378464.661 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d5'W +lat_0=43d30'N +lat_1=43d33'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Freeborn_Meters [NAD 1983 HARN Adj. Minnesota Freeborn (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103631> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Goodhue_Meters [NAD 1983 HARN Adj. Minnesota Goodhue (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103632> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'W +lat_0=44d11'41.0"N +lat_1=44d18'N +lat_2=44d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Grant_Meters [NAD 1983 HARN Adj. Minnesota Grant (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103633> +proj=lcc +a=6378518.001 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'W +lat_0=45d45'32.0"N +lat_1=45d48'N +lat_2=46d3'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Hennepin_Meters [NAD 1983 HARN Adj. Minnesota Hennepin (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103634> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d23'W +lat_0=44d47'28.0"N +lat_1=44d53'N +lat_2=45d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Houston_Meters [NAD 1983 HARN Adj. Minnesota Houston (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103635> +proj=lcc +a=6378436.619 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=91d28'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Isanti_Meters [NAD 1983 HARN Adj. Minnesota Isanti (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103636> +proj=lcc +a=6378411.321 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d5'W +lat_0=45d17'47.0"N +lat_1=45d20'N +lat_2=45d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Itasca_North_Meters [NAD 1983 HARN Adj. Minnesota Itasca North (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103637> +proj=lcc +a=6378574.389 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d44'W +lat_0=47d30'N +lat_1=47d34'N +lat_2=47d49'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Itasca_South_Meters [NAD 1983 HARN Adj. Minnesota Itasca South (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103638> +proj=lcc +a=6378574.389 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d44'W +lat_0=47d1'35.0"N +lat_1=47d5'N +lat_2=47d25'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Jackson_Meters [NAD 1983 HARN Adj. Minnesota Jackson (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103639> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Kanabec_Meters [NAD 1983 HARN Adj. Minnesota Kanabec (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103640> +proj=lcc +a=6378472.281 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d54'W +lat_0=45d43'48.0"N +lat_1=45d49'N +lat_2=46d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Kandiyohi_Meters [NAD 1983 HARN Adj. Minnesota Kandiyohi (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103641> +proj=lcc +a=6378498.189 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d45'W +lat_0=44d53'29.0"N +lat_1=44d58'N +lat_2=45d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Kittson_Meters [NAD 1983 HARN Adj. Minnesota Kittson (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103642> +proj=lcc +a=6378449.421 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d9'W +lat_0=48d32'38.0"N +lat_1=48d36'N +lat_2=48d56'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Koochiching_Meters [NAD 1983 HARN Adj. Minnesota Koochiching (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103643> +proj=lcc +a=6378525.621 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d45'W +lat_0=47d50'45.0"N +lat_1=48dN +lat_2=48d37'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lac_Qui_Parle_Meters [NAD 1983 HARN Adj. Minnesota Lac Qui Parle (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103644> +proj=lcc +a=6378476.853 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'W +lat_0=44d45'10.0"N +lat_1=44d50'N +lat_2=45d12'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lake_of_the_Woods_North_Meters [NAD 1983 HARN Adj. Minnesota Lake of the Woods North (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103645> +proj=lcc +a=6378466.185 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d59'W +lat_0=49d9'N +lat_1=49d11'N +lat_2=49d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lake_of_the_Woods_South_Meters [NAD 1983 HARN Adj. Minnesota Lake of the Woods South (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103646> +proj=lcc +a=6378496.665 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d53'W +lat_0=48d21'58.0"N +lat_1=48d27'N +lat_2=48d53'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Le_Sueur_Meters [NAD 1983 HARN Adj. Minnesota Le Sueur (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103647> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'W +lat_0=44d11'41.0"N +lat_1=44d18'N +lat_2=44d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lincoln_Meters [NAD 1983 HARN Adj. Minnesota Lincoln (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103648> +proj=lcc +a=6378643.579 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d16'W +lat_0=44d11'48.0"N +lat_1=44d17'N +lat_2=44d37'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lyon_Meters [NAD 1983 HARN Adj. Minnesota Lyon (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103649> +proj=lcc +a=6378559.758 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'W +lat_0=44d11'44.0"N +lat_1=44d15'N +lat_2=44d35'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_McLeod_Meters [NAD 1983 HARN Adj. Minnesota McLeod (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103650> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'W +lat_0=44d27'22.0"N +lat_1=44d32'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Mahnomen_Meters [NAD 1983 HARN Adj. Minnesota Mahnomen (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103651> +proj=lcc +a=6378586.581 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d49'W +lat_0=47d9'6.0"N +lat_1=47d12'N +lat_2=47d27'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Marshall_Meters [NAD 1983 HARN Adj. Minnesota Marshall (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103652> +proj=lcc +a=6378441.801 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d23'W +lat_0=48d10'23.0"N +lat_1=48d14'N +lat_2=48d29'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Martin_Meters [NAD 1983 HARN Adj. Minnesota Martin (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103653> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Meeker_Meters [NAD 1983 HARN Adj. Minnesota Meeker (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103654> +proj=lcc +a=6378498.189 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d45'W +lat_0=44d53'29.0"N +lat_1=44d58'N +lat_2=45d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Morrison_Meters [NAD 1983 HARN Adj. Minnesota Morrison (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103655> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d12'W +lat_0=45d46'26.0"N +lat_1=45d51'N +lat_2=46d16'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Mower_Meters [NAD 1983 HARN Adj. Minnesota Mower (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103656> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Murray_Meters [NAD 1983 HARN Adj. Minnesota Murray (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103657> +proj=lcc +a=6378617.061 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d46'W +lat_0=43d50'53.0"N +lat_1=43d55'N +lat_2=44d10'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Nicollet_Meters [NAD 1983 HARN Adj. Minnesota Nicollet (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103658> +proj=lcc +a=6378403.701 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d16'W +lat_0=43d50'53.0"N +lat_1=43d56'N +lat_2=44d22'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Nobles_Meters [NAD 1983 HARN Adj. Minnesota Nobles (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103659> +proj=lcc +a=6378624.681 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Norman_Meters [NAD 1983 HARN Adj. Minnesota Norman (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103660> +proj=lcc +a=6378468.623 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d27'W +lat_0=47d9'2.0"N +lat_1=47d12'N +lat_2=47d27'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Olmsted_Meters [NAD 1983 HARN Adj. Minnesota Olmsted (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103661> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'W +lat_0=43d50'2.0"N +lat_1=43d53'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Ottertail_Meters [NAD 1983 HARN Adj. Minnesota Ottertail (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103662> +proj=lcc +a=6378525.621 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d43'W +lat_0=46d6'23.0"N +lat_1=46d11'N +lat_2=46d39'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Pennington_Meters [NAD 1983 HARN Adj. Minnesota Pennington (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103663> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'W +lat_0=47d29'56.0"N +lat_1=47d36'N +lat_2=48d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Pine_Meters [NAD 1983 HARN Adj. Minnesota Pine (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103664> +proj=lcc +a=6378472.281 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d54'W +lat_0=45d43'48.0"N +lat_1=45d49'N +lat_2=46d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Pipestone_Meters [NAD 1983 HARN Adj. Minnesota Pipestone (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103665> +proj=lcc +a=6378670.401 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d15'W +lat_0=43d50'57.0"N +lat_1=43d53'N +lat_2=44d9'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Polk_Meters [NAD 1983 HARN Adj. Minnesota Polk (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103666> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'W +lat_0=47d29'56.0"N +lat_1=47d36'N +lat_2=48d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Pope_Meters [NAD 1983 HARN Adj. Minnesota Pope (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103667> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'W +lat_0=45d16'58.0"N +lat_1=45d21'N +lat_2=45d42'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Ramsey_Meters [NAD 1983 HARN Adj. Minnesota Ramsey (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103668> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d23'W +lat_0=44d47'28.0"N +lat_1=44d53'N +lat_2=45d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Red_Lake_Meters [NAD 1983 HARN Adj. Minnesota Red Lake (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103669> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'W +lat_0=47d29'56.0"N +lat_1=47d36'N +lat_2=48d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Redwood_Meters [NAD 1983 HARN Adj. Minnesota Redwood (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103670> +proj=lcc +a=6378438.753 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d14'W +lat_0=44d11'41.0"N +lat_1=44d16'N +lat_2=44d34'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Renville_Meters [NAD 1983 HARN Adj. Minnesota Renville (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103671> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'W +lat_0=44d27'22.0"N +lat_1=44d32'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Rice_Meters [NAD 1983 HARN Adj. Minnesota Rice (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103672> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'W +lat_0=44d11'41.0"N +lat_1=44d18'N +lat_2=44d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Rock_Meters [NAD 1983 HARN Adj. Minnesota Rock (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103673> +proj=lcc +a=6378624.681 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Roseau_Meters [NAD 1983 HARN Adj. Minnesota Roseau (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103674> +proj=lcc +a=6378449.421 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d9'W +lat_0=48d32'38.0"N +lat_1=48d36'N +lat_2=48d56'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_St_Louis_North_Meters [NAD 1983 HARN Adj. Minnesota St Louis North (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103675> +proj=lcc +a=6378543.909 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'W +lat_0=47d50'N +lat_1=47d59'N +lat_2=48d32'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_St_Louis_Central_Meters [NAD 1983 HARN Adj. Minnesota St Louis Central (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103676> +proj=lcc +a=6378605.783 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'W +lat_0=47d15'N +lat_1=47d20'N +lat_2=47d45'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_St_Louis_South_Meters [NAD 1983 HARN Adj. Minnesota St Louis South (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103677> +proj=lcc +a=6378540.861 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'W +lat_0=46d39'N +lat_1=46d47'N +lat_2=47d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Scott_Meters [NAD 1983 HARN Adj. Minnesota Scott (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103678> +proj=lcc +a=6378421.989 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d19'W +lat_0=44d28'19.0"N +lat_1=44d31'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Sherburne_Meters [NAD 1983 HARN Adj. Minnesota Sherburne (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103679> +proj=lcc +a=6378443.325 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d53'W +lat_0=44d58'39.0"N +lat_1=45d2'N +lat_2=45d28'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Sibley_Meters [NAD 1983 HARN Adj. Minnesota Sibley (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103680> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'W +lat_0=44d27'22.0"N +lat_1=44d32'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Stearns_Meters [NAD 1983 HARN Adj. Minnesota Stearns (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103681> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'W +lat_0=45d16'58.0"N +lat_1=45d21'N +lat_2=45d42'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Steele_Meters [NAD 1983 HARN Adj. Minnesota Steele (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103682> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'W +lat_0=43d50'2.0"N +lat_1=43d53'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Stevens_Meters [NAD 1983 HARN Adj. Minnesota Stevens (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103683> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'W +lat_0=45d16'58.0"N +lat_1=45d21'N +lat_2=45d42'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Swift_Meters [NAD 1983 HARN Adj. Minnesota Swift (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103684> +proj=lcc +a=6378470.757 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'W +lat_0=45d9'8.0"N +lat_1=45d13'N +lat_2=45d32'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Todd_Meters [NAD 1983 HARN Adj. Minnesota Todd (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103685> +proj=lcc +a=6378548.481 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d54'W +lat_0=45d46'24.0"N +lat_1=45d52'N +lat_2=46d17'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Traverse_Meters [NAD 1983 HARN Adj. Minnesota Traverse (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103686> +proj=lcc +a=6378463.746 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d33'W +lat_0=45d35'8.0"N +lat_1=45d38'N +lat_2=45d58'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Wabasha_Meters [NAD 1983 HARN Adj. Minnesota Wabasha (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103687> +proj=lcc +a=6378426.561 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d16'W +lat_0=44d6'25.0"N +lat_1=44d9'N +lat_2=44d25'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Wadena_Meters [NAD 1983 HARN Adj. Minnesota Wadena (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103688> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'W +lat_0=46d9'23.0"N +lat_1=46d16'N +lat_2=46d44'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Waseca_Meters [NAD 1983 HARN Adj. Minnesota Waseca (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103689> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'W +lat_0=43d50'2.0"N +lat_1=43d53'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Watonwan_Meters [NAD 1983 HARN Adj. Minnesota Watonwan (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103690> +proj=lcc +a=6378514.953 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d55'W +lat_0=43d50'53.0"N +lat_1=43d54'N +lat_2=44d10'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Winona_Meters [NAD 1983 HARN Adj. Minnesota Winona (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103691> +proj=lcc +a=6378453.688 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=91d37'W +lat_0=43d50'50.0"N +lat_1=43d54'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Wright_Meters [NAD 1983 HARN Adj. Minnesota Wright (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103692> +proj=lcc +a=6378443.325 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d53'W +lat_0=44d58'39.0"N +lat_1=45d2'N +lat_2=45d28'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Yellow_Medicine_Meters [NAD 1983 HARN Adj. Minnesota Yellow Medicine (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103693> +proj=lcc +a=6378530.193 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d54'W +lat_0=44d32'30.0"N +lat_1=44d40'N +lat_2=44d57'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_St_Louis_CS96_Meters [NAD 1983 HARN Adj. Minnesota St Louis CS96 (meter)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103694> +proj=tmerc +a=6378523.0 +rf=298.2752724 +x_0=1450000.0 +y_0=1000000.0 +lon_0=92d27'W +lat_0=46d37'N +k_0=0.99998529 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_St_Louis_CS96_Feet [NAD 1983 HARN Adj. Minnesota St Louis CS96 (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103695> +proj=tmerc +a=6378523.0 +rf=298.2752724 +units=us-ft +x_0=1449999.999999898 +y_0=999999.9999998986 +lon_0=92d27'W +lat_0=46d37'N +k_0=0.99998529 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Aitkin_Feet [NAD 1983 HARN Adj. Minnesota Aitkin (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103700> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152409.319685395 +y_0=30481.863937079 +lon_0=93d25'57.0"W +lat_0=46d9'15.0"N +k_0=1.000059152669 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Clay_Feet [NAD 1983 HARN Adj. Minnesota Clay (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103701> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152407.2112565913 +y_0=30481.44225131827 +lon_0=96d42'W +lat_0=46d37'48.0"N +k_0=1.000045317862 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Clearwater_Feet [NAD 1983 HARN Adj. Minnesota Clearwater (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103702> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152411.3546854458 +y_0=30482.27093708916 +lon_0=95d22'33.0"W +lat_0=47d9'6.0"N +k_0=1.000072505661 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Hubbard_Feet [NAD 1983 HARN Adj. Minnesota Hubbard (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103703> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152411.2096003556 +y_0=30482.24192007113 +lon_0=94d55'14.0"W +lat_0=46d48'13.0"N +k_0=1.000071553661 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lake_Feet [NAD 1983 HARN Adj. Minnesota Lake (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103704> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152411.8635439675 +y_0=30482.3727087935 +lon_0=91d24'33.0"W +lat_0=47d4'N +k_0=1.000075844621 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Mille_Lacs_Feet [NAD 1983 HARN Adj. Minnesota Mille Lacs (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103705> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152408.5566885446 +y_0=30481.71133770892 +lon_0=93d37'14.0"W +lat_0=45d33'32.0"N +k_0=1.000054146138 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Washington_Feet [NAD 1983 HARN Adj. Minnesota Washington (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103706> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152406.3759409195 +y_0=30481.2751881839 +lon_0=92d50'W +lat_0=44d44'45.0"N +k_0=1.000039836799 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Wilkin_Feet [NAD 1983 HARN Adj. Minnesota Wilkin (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103707> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152407.7573379731 +y_0=30481.55146759462 +lon_0=96d31'28.0"W +lat_0=46d1'18.0"N +k_0=1.000048901066 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Anoka_Feet [NAD 1983 HARN Adj. Minnesota Anoka (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103708> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d16'W +lat_0=45d2'7.0"N +lat_1=45d4'N +lat_2=45d22'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Becker_Feet [NAD 1983 HARN Adj. Minnesota Becker (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103709> +proj=lcc +a=6378586.581 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d41'W +lat_0=46d43'4.0"N +lat_1=46d47'N +lat_2=47d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Beltrami_North_Feet [NAD 1983 HARN Adj. Minnesota Beltrami North (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103710> +proj=lcc +a=6378505.809 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d1'W +lat_0=48d1'12.0"N +lat_1=48d7'N +lat_2=48d28'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Beltrami_South_Feet [NAD 1983 HARN Adj. Minnesota Beltrami South (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103711> +proj=lcc +a=6378544.823 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d51'W +lat_0=47d24'45.0"N +lat_1=47d30'N +lat_2=47d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Benton_Feet [NAD 1983 HARN Adj. Minnesota Benton (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103712> +proj=lcc +a=6378490.569 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d3'W +lat_0=45d33'33.0"N +lat_1=45d35'N +lat_2=45d47'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Big_Stone_Feet [NAD 1983 HARN Adj. Minnesota Big Stone (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103713> +proj=lcc +a=6378470.757 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'W +lat_0=45d9'8.0"N +lat_1=45d13'N +lat_2=45d32'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Blue_Earth_Feet [NAD 1983 HARN Adj. Minnesota Blue Earth (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103714> +proj=lcc +a=6378403.701 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d16'W +lat_0=43d50'53.0"N +lat_1=43d56'N +lat_2=44d22'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Brown_Feet [NAD 1983 HARN Adj. Minnesota Brown (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103715> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d44'W +lat_0=44d6'29.0"N +lat_1=44d10'N +lat_2=44d28'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Carlton_Feet [NAD 1983 HARN Adj. Minnesota Carlton (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103716> +proj=lcc +a=6378454.907 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d41'W +lat_0=46d25'2.0"N +lat_1=46d28'N +lat_2=46d44'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Carver_Feet [NAD 1983 HARN Adj. Minnesota Carver (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103717> +proj=lcc +a=6378400.653 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d46'W +lat_0=44d38'23.0"N +lat_1=44d41'N +lat_2=44d54'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cass_North_Feet [NAD 1983 HARN Adj. Minnesota Cass North (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103718> +proj=lcc +a=6378567.378 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d13'W +lat_0=46d48'13.0"N +lat_1=46d55'N +lat_2=47d19'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cass_South_Feet [NAD 1983 HARN Adj. Minnesota Cass South (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103719> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'W +lat_0=46d9'23.0"N +lat_1=46d16'N +lat_2=46d44'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Chippewa_Feet [NAD 1983 HARN Adj. Minnesota Chippewa (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103720> +proj=lcc +a=6378476.853 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'W +lat_0=44d45'10.0"N +lat_1=44d50'N +lat_2=45d12'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Chisago_Feet [NAD 1983 HARN Adj. Minnesota Chisago (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103721> +proj=lcc +a=6378411.321 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d5'W +lat_0=45d17'47.0"N +lat_1=45d20'N +lat_2=45d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cook_North_Feet [NAD 1983 HARN Adj. Minnesota Cook North (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103722> +proj=lcc +a=6378647.541 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=90d15'W +lat_0=47d53'N +lat_1=47d56'N +lat_2=48d10'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cook_South_Feet [NAD 1983 HARN Adj. Minnesota Cook South (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103723> +proj=lcc +a=6378647.541 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=90d15'W +lat_0=47d26'20.0"N +lat_1=47d33'N +lat_2=47d49'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Cottonwood_Feet [NAD 1983 HARN Adj. Minnesota Cottonwood (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103724> +proj=lcc +a=6378514.953 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d55'W +lat_0=43d50'53.0"N +lat_1=43d54'N +lat_2=44d10'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Crow_Wing_Feet [NAD 1983 HARN Adj. Minnesota Crow Wing (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103725> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'W +lat_0=46d9'23.0"N +lat_1=46d16'N +lat_2=46d44'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Dakota_Feet [NAD 1983 HARN Adj. Minnesota Dakota (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103726> +proj=lcc +a=6378421.989 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d19'W +lat_0=44d28'19.0"N +lat_1=44d31'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Dodge_Feet [NAD 1983 HARN Adj. Minnesota Dodge (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103727> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'W +lat_0=43d50'2.0"N +lat_1=43d53'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Douglas_Feet [NAD 1983 HARN Adj. Minnesota Douglas (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103728> +proj=lcc +a=6378518.001 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'W +lat_0=45d45'32.0"N +lat_1=45d48'N +lat_2=46d3'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Faribault_Feet [NAD 1983 HARN Adj. Minnesota Faribault (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103729> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Fillmore_Feet [NAD 1983 HARN Adj. Minnesota Fillmore (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103730> +proj=lcc +a=6378464.661 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d5'W +lat_0=43d30'N +lat_1=43d33'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Freeborn_Feet [NAD 1983 HARN Adj. Minnesota Freeborn (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103731> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Goodhue_Feet [NAD 1983 HARN Adj. Minnesota Goodhue (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103732> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'W +lat_0=44d11'41.0"N +lat_1=44d18'N +lat_2=44d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Grant_Feet [NAD 1983 HARN Adj. Minnesota Grant (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103733> +proj=lcc +a=6378518.001 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'W +lat_0=45d45'32.0"N +lat_1=45d48'N +lat_2=46d3'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Hennepin_Feet [NAD 1983 HARN Adj. Minnesota Hennepin (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103734> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d23'W +lat_0=44d47'28.0"N +lat_1=44d53'N +lat_2=45d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Houston_Feet [NAD 1983 HARN Adj. Minnesota Houston (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103735> +proj=lcc +a=6378436.619 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=91d28'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Isanti_Feet [NAD 1983 HARN Adj. Minnesota Isanti (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103736> +proj=lcc +a=6378411.321 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d5'W +lat_0=45d17'47.0"N +lat_1=45d20'N +lat_2=45d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Itasca_North_Feet [NAD 1983 HARN Adj. Minnesota Itasca North (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103737> +proj=lcc +a=6378574.389 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d44'W +lat_0=47d30'N +lat_1=47d34'N +lat_2=47d49'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Itasca_South_Feet [NAD 1983 HARN Adj. Minnesota Itasca South (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103738> +proj=lcc +a=6378574.389 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d44'W +lat_0=47d1'35.0"N +lat_1=47d5'N +lat_2=47d25'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Jackson_Feet [NAD 1983 HARN Adj. Minnesota Jackson (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103739> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Kanabec_Feet [NAD 1983 HARN Adj. Minnesota Kanabec (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103740> +proj=lcc +a=6378472.281 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d54'W +lat_0=45d43'48.0"N +lat_1=45d49'N +lat_2=46d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Kandiyohi_Feet [NAD 1983 HARN Adj. Minnesota Kandiyohi (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103741> +proj=lcc +a=6378498.189 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d45'W +lat_0=44d53'29.0"N +lat_1=44d58'N +lat_2=45d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Kittson_Feet [NAD 1983 HARN Adj. Minnesota Kittson (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103742> +proj=lcc +a=6378449.421 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d9'W +lat_0=48d32'38.0"N +lat_1=48d36'N +lat_2=48d56'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Koochiching_Feet [NAD 1983 HARN Adj. Minnesota Koochiching (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103743> +proj=lcc +a=6378525.621 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d45'W +lat_0=47d50'45.0"N +lat_1=48dN +lat_2=48d37'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lac_Qui_Parle_Feet [NAD 1983 HARN Adj. Minnesota Lac Qui Parle (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103744> +proj=lcc +a=6378476.853 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'W +lat_0=44d45'10.0"N +lat_1=44d50'N +lat_2=45d12'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lake_of_the_Woods_North_Feet [NAD 1983 HARN Adj. Minnesota Lake of the Woods North (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103745> +proj=lcc +a=6378466.185 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d59'W +lat_0=49d9'N +lat_1=49d11'N +lat_2=49d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lake_of_the_Woods_South_Feet [NAD 1983 HARN Adj. Minnesota Lake of the Woods South (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103746> +proj=lcc +a=6378496.665 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d53'W +lat_0=48d21'58.0"N +lat_1=48d27'N +lat_2=48d53'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Le_Sueur_Feet [NAD 1983 HARN Adj. Minnesota Le Sueur (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103747> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'W +lat_0=44d11'41.0"N +lat_1=44d18'N +lat_2=44d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lincoln_Feet [NAD 1983 HARN Adj. Minnesota Lincoln (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103748> +proj=lcc +a=6378643.579 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d16'W +lat_0=44d11'48.0"N +lat_1=44d17'N +lat_2=44d37'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Lyon_Feet [NAD 1983 HARN Adj. Minnesota Lyon (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103749> +proj=lcc +a=6378559.758 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'W +lat_0=44d11'44.0"N +lat_1=44d15'N +lat_2=44d35'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_McLeod_Feet [NAD 1983 HARN Adj. Minnesota McLeod (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103750> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'W +lat_0=44d27'22.0"N +lat_1=44d32'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Mahnomen_Feet [NAD 1983 HARN Adj. Minnesota Mahnomen (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103751> +proj=lcc +a=6378586.581 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d49'W +lat_0=47d9'6.0"N +lat_1=47d12'N +lat_2=47d27'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Marshall_Feet [NAD 1983 HARN Adj. Minnesota Marshall (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103752> +proj=lcc +a=6378441.801 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d23'W +lat_0=48d10'23.0"N +lat_1=48d14'N +lat_2=48d29'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Martin_Feet [NAD 1983 HARN Adj. Minnesota Martin (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103753> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Meeker_Feet [NAD 1983 HARN Adj. Minnesota Meeker (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103754> +proj=lcc +a=6378498.189 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d45'W +lat_0=44d53'29.0"N +lat_1=44d58'N +lat_2=45d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Morrison_Feet [NAD 1983 HARN Adj. Minnesota Morrison (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103755> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d12'W +lat_0=45d46'26.0"N +lat_1=45d51'N +lat_2=46d16'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Mower_Feet [NAD 1983 HARN Adj. Minnesota Mower (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103756> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Murray_Feet [NAD 1983 HARN Adj. Minnesota Murray (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103757> +proj=lcc +a=6378617.061 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d46'W +lat_0=43d50'53.0"N +lat_1=43d55'N +lat_2=44d10'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Nicollet_Feet [NAD 1983 HARN Adj. Minnesota Nicollet (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103758> +proj=lcc +a=6378403.701 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d16'W +lat_0=43d50'53.0"N +lat_1=43d56'N +lat_2=44d22'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Nobles_Feet [NAD 1983 HARN Adj. Minnesota Nobles (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103759> +proj=lcc +a=6378624.681 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Norman_Feet [NAD 1983 HARN Adj. Minnesota Norman (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103760> +proj=lcc +a=6378468.623 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d27'W +lat_0=47d9'2.0"N +lat_1=47d12'N +lat_2=47d27'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Olmsted_Feet [NAD 1983 HARN Adj. Minnesota Olmsted (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103761> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'W +lat_0=43d50'2.0"N +lat_1=43d53'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Ottertail_Feet [NAD 1983 HARN Adj. Minnesota Ottertail (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103762> +proj=lcc +a=6378525.621 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d43'W +lat_0=46d6'23.0"N +lat_1=46d11'N +lat_2=46d39'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Pennington_Feet [NAD 1983 HARN Adj. Minnesota Pennington (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103763> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'W +lat_0=47d29'56.0"N +lat_1=47d36'N +lat_2=48d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Pine_Feet [NAD 1983 HARN Adj. Minnesota Pine (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103764> +proj=lcc +a=6378472.281 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d54'W +lat_0=45d43'48.0"N +lat_1=45d49'N +lat_2=46d20'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Pipestone_Feet [NAD 1983 HARN Adj. Minnesota Pipestone (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103765> +proj=lcc +a=6378670.401 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d15'W +lat_0=43d50'57.0"N +lat_1=43d53'N +lat_2=44d9'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Polk_Feet [NAD 1983 HARN Adj. Minnesota Polk (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103766> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'W +lat_0=47d29'56.0"N +lat_1=47d36'N +lat_2=48d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Pope_Feet [NAD 1983 HARN Adj. Minnesota Pope (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103767> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'W +lat_0=45d16'58.0"N +lat_1=45d21'N +lat_2=45d42'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Ramsey_Feet [NAD 1983 HARN Adj. Minnesota Ramsey (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103768> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d23'W +lat_0=44d47'28.0"N +lat_1=44d53'N +lat_2=45d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Red_Lake_Feet [NAD 1983 HARN Adj. Minnesota Red Lake (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103769> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'W +lat_0=47d29'56.0"N +lat_1=47d36'N +lat_2=48d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Redwood_Feet [NAD 1983 HARN Adj. Minnesota Redwood (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103770> +proj=lcc +a=6378438.753 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d14'W +lat_0=44d11'41.0"N +lat_1=44d16'N +lat_2=44d34'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Renville_Feet [NAD 1983 HARN Adj. Minnesota Renville (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103771> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'W +lat_0=44d27'22.0"N +lat_1=44d32'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Rice_Feet [NAD 1983 HARN Adj. Minnesota Rice (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103772> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'W +lat_0=44d11'41.0"N +lat_1=44d18'N +lat_2=44d40'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Rock_Feet [NAD 1983 HARN Adj. Minnesota Rock (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103773> +proj=lcc +a=6378624.681 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d57'W +lat_0=43d30'N +lat_1=43d34'N +lat_2=43d48'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Roseau_Feet [NAD 1983 HARN Adj. Minnesota Roseau (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103774> +proj=lcc +a=6378449.421 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d9'W +lat_0=48d32'38.0"N +lat_1=48d36'N +lat_2=48d56'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_St_Louis_North_Feet [NAD 1983 HARN Adj. Minnesota St Louis North (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103775> +proj=lcc +a=6378543.909 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'W +lat_0=47d50'N +lat_1=47d59'N +lat_2=48d32'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_St_Louis_Central_Feet [NAD 1983 HARN Adj. Minnesota St Louis Central (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103776> +proj=lcc +a=6378605.783 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'W +lat_0=47d15'N +lat_1=47d20'N +lat_2=47d45'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_St_Louis_South_Feet [NAD 1983 HARN Adj. Minnesota St Louis South (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103777> +proj=lcc +a=6378540.861 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'W +lat_0=46d39'N +lat_1=46d47'N +lat_2=47d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Scott_Feet [NAD 1983 HARN Adj. Minnesota Scott (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103778> +proj=lcc +a=6378421.989 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d19'W +lat_0=44d28'19.0"N +lat_1=44d31'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Sherburne_Feet [NAD 1983 HARN Adj. Minnesota Sherburne (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103779> +proj=lcc +a=6378443.325 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d53'W +lat_0=44d58'39.0"N +lat_1=45d2'N +lat_2=45d28'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Sibley_Feet [NAD 1983 HARN Adj. Minnesota Sibley (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103780> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'W +lat_0=44d27'22.0"N +lat_1=44d32'N +lat_2=44d55'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Stearns_Feet [NAD 1983 HARN Adj. Minnesota Stearns (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103781> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'W +lat_0=45d16'58.0"N +lat_1=45d21'N +lat_2=45d42'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Steele_Feet [NAD 1983 HARN Adj. Minnesota Steele (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103782> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'W +lat_0=43d50'2.0"N +lat_1=43d53'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Stevens_Feet [NAD 1983 HARN Adj. Minnesota Stevens (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103783> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'W +lat_0=45d16'58.0"N +lat_1=45d21'N +lat_2=45d42'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Swift_Feet [NAD 1983 HARN Adj. Minnesota Swift (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103784> +proj=lcc +a=6378470.757 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'W +lat_0=45d9'8.0"N +lat_1=45d13'N +lat_2=45d32'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Todd_Feet [NAD 1983 HARN Adj. Minnesota Todd (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103785> +proj=lcc +a=6378548.481 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d54'W +lat_0=45d46'24.0"N +lat_1=45d52'N +lat_2=46d17'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Traverse_Feet [NAD 1983 HARN Adj. Minnesota Traverse (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103786> +proj=lcc +a=6378463.746 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d33'W +lat_0=45d35'8.0"N +lat_1=45d38'N +lat_2=45d58'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Wabasha_Feet [NAD 1983 HARN Adj. Minnesota Wabasha (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103787> +proj=lcc +a=6378426.561 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d16'W +lat_0=44d6'25.0"N +lat_1=44d9'N +lat_2=44d25'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Wadena_Feet [NAD 1983 HARN Adj. Minnesota Wadena (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103788> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'W +lat_0=46d9'23.0"N +lat_1=46d16'N +lat_2=46d44'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Waseca_Feet [NAD 1983 HARN Adj. Minnesota Waseca (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103789> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'W +lat_0=43d50'2.0"N +lat_1=43d53'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Watonwan_Feet [NAD 1983 HARN Adj. Minnesota Watonwan (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103790> +proj=lcc +a=6378514.953 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d55'W +lat_0=43d50'53.0"N +lat_1=43d54'N +lat_2=44d10'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Winona_Feet [NAD 1983 HARN Adj. Minnesota Winona (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103791> +proj=lcc +a=6378453.688 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=91d37'W +lat_0=43d50'50.0"N +lat_1=43d54'N +lat_2=44d8'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Wright_Feet [NAD 1983 HARN Adj. Minnesota Wright (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103792> +proj=lcc +a=6378443.325 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d53'W +lat_0=44d58'39.0"N +lat_1=45d2'N +lat_2=45d28'N +no_defs <>
+
+# NAD_1983_HARN_Adj_MN_Yellow_Medicine_Feet [NAD 1983 HARN Adj. Minnesota Yellow Medicine (US foot)]
+# area: (lat: 43.49, 49.38) - (lon: -97.22, -89.49) [USA - Minnesota]
+<103793> +proj=lcc +a=6378530.193 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d54'W +lat_0=44d32'30.0"N +lat_1=44d40'N +lat_2=44d57'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Adams_Meters [NAD 1983 HARN Adj. Wisconsin Adams (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103800> +proj=tmerc +a=6378376.271 +rf=298.268410995005 +x_0=147218.6944373889 +y_0=0.0 +lon_0=90dW +lat_0=43d22'N +k_0=0.999999 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Ashland_Meters [NAD 1983 HARN Adj. Wisconsin Ashland (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103801> +proj=tmerc +a=6378471.92 +rf=298.272883775229 +x_0=172821.9456438913 +y_0=0.0 +lon_0=90d37'20.0"W +lat_0=45d42'22.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Barron_Meters [NAD 1983 HARN Adj. Wisconsin Barron (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103802> +proj=tmerc +a=6378472.931 +rf=298.272931052052 +x_0=93150.0 +y_0=0.0 +lon_0=91d51'W +lat_0=45d8'N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Brown_Meters [NAD 1983 HARN Adj. Wisconsin Brown (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103803> +proj=tmerc +a=6378137.0 +rf=298.257222100225 +x_0=31599.99998984 +y_0=4599.98983997968 +lon_0=88dW +lat_0=43dN +k_0=1.00002 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Buffalo_Meters [NAD 1983 HARN Adj. Wisconsin Buffalo (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103804> +proj=tmerc +a=6378380.991 +rf=298.268631713702 +x_0=175260.3505207011 +y_0=0.0 +lon_0=91d47'50.0"W +lat_0=43d28'53.0"N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Calumet_Meters [NAD 1983 HARN Adj. Wisconsin Calumet (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103805> +proj=tmerc +a=6378345.09 +rf=298.266952895494 +x_0=244754.8895097791 +y_0=0.0 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Clark_Meters [NAD 1983 HARN Adj. Wisconsin Clark (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103806> +proj=tmerc +a=6378470.401 +rf=298.272812743089 +x_0=199949.1998984 +y_0=0.0 +lon_0=90d42'30.0"W +lat_0=43d36'N +k_0=0.999994 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Dodge_Meters [NAD 1983 HARN Adj. Wisconsin Dodge (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103807> +proj=tmerc +a=6378376.811 +rf=298.268436246721 +x_0=263347.7266954534 +y_0=0.0 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Door_Meters [NAD 1983 HARN Adj. Wisconsin Door (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103808> +proj=tmerc +a=6378313.92 +rf=298.26549531037 +x_0=158801.1176022352 +y_0=0.0 +lon_0=87d16'20.0"W +lat_0=44d24'N +k_0=0.999991 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Douglas_Meters [NAD 1983 HARN Adj. Wisconsin Douglas (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103809> +proj=tmerc +a=6378414.93 +rf=298.270218784012 +x_0=59131.31826263653 +y_0=0.0 +lon_0=91d55'W +lat_0=45d53'N +k_0=0.999995 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Dunn_Meters [NAD 1983 HARN Adj. Wisconsin Dunn (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103810> +proj=tmerc +a=6378413.021 +rf=298.270129514522 +x_0=51816.10363220727 +y_0=0.0 +lon_0=91d53'40.0"W +lat_0=44d24'30.0"N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Florence_Meters [NAD 1983 HARN Adj. Wisconsin Florence (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103811> +proj=tmerc +a=6378530.851 +rf=298.275639532334 +x_0=133502.667005334 +y_0=0.0 +lon_0=88d8'30.0"W +lat_0=45d26'20.0"N +k_0=0.999993 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Fond_du_Lac_Meters [NAD 1983 HARN Adj. Wisconsin Fond du Lac (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103812> +proj=tmerc +a=6378345.09 +rf=298.266952895494 +x_0=244754.8895097791 +y_0=0.0 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Forest_Meters [NAD 1983 HARN Adj. Wisconsin Forest (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103813> +proj=tmerc +a=6378591.521 +rf=298.278476609315 +x_0=275844.5516891034 +y_0=0.0 +lon_0=88d38'W +lat_0=44d0'20.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Grant_Meters [NAD 1983 HARN Adj. Wisconsin Grant (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103814> +proj=tmerc +a=6378378.881 +rf=298.268533044963 +x_0=242316.4846329693 +y_0=0.0 +lon_0=90d48'W +lat_0=41d24'40.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Iowa_Meters [NAD 1983 HARN Adj. Wisconsin Iowa (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103815> +proj=tmerc +a=6378408.041 +rf=298.269896637591 +x_0=113081.0261620523 +y_0=0.0 +lon_0=90d9'40.0"W +lat_0=42d32'20.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Iron_Meters [NAD 1983 HARN Adj. Wisconsin Iron (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103816> +proj=tmerc +a=6378655.071 +rf=298.281448362111 +x_0=220980.4419608839 +y_0=0.0 +lon_0=90d15'20.0"W +lat_0=45d26'N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Jefferson_Meters [NAD 1983 HARN Adj. Wisconsin Jefferson (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103817> +proj=tmerc +a=6378376.811 +rf=298.268436246721 +x_0=263347.7266954534 +y_0=0.0 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Juneau_Meters [NAD 1983 HARN Adj. Wisconsin Juneau (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103818> +proj=tmerc +a=6378376.271 +rf=298.268410995005 +x_0=147218.6944373889 +y_0=0.0 +lon_0=90dW +lat_0=43d22'N +k_0=0.999999 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Kenosha_Meters [NAD 1983 HARN Adj. Wisconsin Kenosha (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103819> +proj=tmerc +a=6378315.7 +rf=298.265578547505 +x_0=185928.3718567437 +y_0=0.0 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Kewaunee_Meters [NAD 1983 HARN Adj. Wisconsin Kewaunee (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103820> +proj=tmerc +a=6378285.86 +rf=298.264183156421 +x_0=79857.75971551944 +y_0=0.0 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_LaCrosse_Meters [NAD 1983 HARN Adj. Wisconsin LaCrosse (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103821> +proj=tmerc +a=6378379.301 +rf=298.268552685186 +x_0=130454.6609093218 +y_0=0.0 +lon_0=91d19'W +lat_0=43d27'4.0"N +k_0=0.999994 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Lincoln_Meters [NAD 1983 HARN Adj. Wisconsin Lincoln (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103822> +proj=tmerc +a=6378531.821 +rf=298.275684891897 +x_0=116129.0322580645 +y_0=0.0 +lon_0=89d44'W +lat_0=44d50'40.0"N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Manitowoc_Meters [NAD 1983 HARN Adj. Wisconsin Manitowoc (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103823> +proj=tmerc +a=6378285.86 +rf=298.264183156421 +x_0=79857.75971551944 +y_0=0.0 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Marinette_Meters [NAD 1983 HARN Adj. Wisconsin Marinette (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103824> +proj=tmerc +a=6378376.041 +rf=298.268400239645 +x_0=238658.8773177547 +y_0=0.0 +lon_0=87d42'40.0"W +lat_0=44d41'30.0"N +k_0=0.999986 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Menominee_Meters [NAD 1983 HARN Adj. Wisconsin Menominee (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103825> +proj=tmerc +a=6378406.601 +rf=298.269829299684 +x_0=105461.0109220219 +y_0=0.0 +lon_0=88d25'W +lat_0=44d43'N +k_0=0.999994 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Milwaukee_Meters [NAD 1983 HARN Adj. Wisconsin Milwaukee (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103826> +proj=tmerc +a=6378315.7 +rf=298.265578547505 +x_0=185928.3718567437 +y_0=0.0 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Oconto_Meters [NAD 1983 HARN Adj. Wisconsin Oconto (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103827> +proj=tmerc +a=6378345.42 +rf=298.266968327098 +x_0=182880.3657607315 +y_0=0.0 +lon_0=87d54'30.0"W +lat_0=44d23'50.0"N +k_0=0.999991 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Outagamie_Meters [NAD 1983 HARN Adj. Wisconsin Outagamie (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103828> +proj=tmerc +a=6378345.09 +rf=298.266952895494 +x_0=244754.8895097791 +y_0=0.0 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Ozaukee_Meters [NAD 1983 HARN Adj. Wisconsin Ozaukee (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103829> +proj=tmerc +a=6378315.7 +rf=298.265578547505 +x_0=185928.3718567437 +y_0=0.0 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Polk_Meters [NAD 1983 HARN Adj. Wisconsin Polk (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103830> +proj=tmerc +a=6378413.671 +rf=298.270159910105 +x_0=141732.283464567 +y_0=0.0 +lon_0=92d38'W +lat_0=44d39'40.0"N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Price_Meters [NAD 1983 HARN Adj. Wisconsin Price (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103831> +proj=tmerc +a=6378563.891 +rf=298.277184563214 +x_0=227990.855981712 +y_0=0.0 +lon_0=90d29'20.0"W +lat_0=44d33'20.0"N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Racine_Meters [NAD 1983 HARN Adj. Wisconsin Racine (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103832> +proj=tmerc +a=6378315.7 +rf=298.265578547505 +x_0=185928.3718567437 +y_0=0.0 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Rock_Meters [NAD 1983 HARN Adj. Wisconsin Rock (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103833> +proj=tmerc +a=6378377.671 +rf=298.268476462415 +x_0=146304.2926085852 +y_0=0.0 +lon_0=89d4'20.0"W +lat_0=41d56'40.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Rusk_Meters [NAD 1983 HARN Adj. Wisconsin Rusk (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103834> +proj=tmerc +a=6378472.751 +rf=298.272922634813 +x_0=250546.1010922022 +y_0=0.0 +lon_0=91d4'W +lat_0=43d55'10.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_St_Croix_Meters [NAD 1983 HARN Adj. Wisconsin St Croix (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103835> +proj=tmerc +a=6378412.511 +rf=298.270105665679 +x_0=165506.731013462 +y_0=0.0 +lon_0=92d38'W +lat_0=44d2'10.0"N +k_0=0.999995 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Sauk_Meters [NAD 1983 HARN Adj. Wisconsin Sauk (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103836> +proj=tmerc +a=6378407.281 +rf=298.26986109814 +x_0=185623.5712471425 +y_0=0.0 +lon_0=89d54'W +lat_0=42d49'10.0"N +k_0=0.999995 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Shawano_Meters [NAD 1983 HARN Adj. Wisconsin Shawano (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103837> +proj=tmerc +a=6378406.051 +rf=298.269803580344 +x_0=262433.3248666498 +y_0=0.0 +lon_0=88d36'20.0"W +lat_0=44d2'10.0"N +k_0=0.99999 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Sheboygan_Meters [NAD 1983 HARN Adj. Wisconsin Sheboygan (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103838> +proj=tmerc +a=6378285.86 +rf=298.264183156421 +x_0=79857.75971551944 +y_0=0.0 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Trempealeau_Meters [NAD 1983 HARN Adj. Wisconsin Trempealeau (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103839> +proj=tmerc +a=6378380.091 +rf=298.26858962751 +x_0=256946.9138938278 +y_0=0.0 +lon_0=91d22'W +lat_0=43d9'40.0"N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Washington_Meters [NAD 1983 HARN Adj. Wisconsin Washington (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103840> +proj=tmerc +a=6378407.141 +rf=298.269854551399 +x_0=120091.4401828804 +y_0=0.0 +lon_0=88d3'50.0"W +lat_0=42d55'5.0"N +k_0=0.999995 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Waukesha_Meters [NAD 1983 HARN Adj. Wisconsin Waukesha (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103841> +proj=tmerc +a=6378376.871 +rf=298.268439052467 +x_0=208788.4175768352 +y_0=0.0 +lon_0=88d13'30.0"W +lat_0=42d34'10.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Waupaca_Meters [NAD 1983 HARN Adj. Wisconsin Waupaca (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103842> +proj=tmerc +a=6378375.251 +rf=298.268363297321 +x_0=185013.9700279401 +y_0=0.0 +lon_0=88d49'W +lat_0=43d25'13.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Winnebago_Meters [NAD 1983 HARN Adj. Wisconsin Winnebago (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103843> +proj=tmerc +a=6378345.09 +rf=298.266952895494 +x_0=244754.8895097791 +y_0=0.0 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Bayfield_Meters [NAD 1983 HARN Adj. Wisconsin Bayfield (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103844> +proj=lcc +a=6378411.351 +rf=298.270051421254 +x_0=228600.4572009144 +y_0=0.0 +lon_0=91d9'10.0"W +lat_0=45d20'N +lat_1=46d24'50.0"N +lat_2=46d55'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Burnett_Meters [NAD 1983 HARN Adj. Wisconsin Burnett (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103845> +proj=lcc +a=6378414.96 +rf=298.270220186885 +x_0=64008.12801625604 +y_0=0.0 +lon_0=92d27'28.0"W +lat_0=45d21'50.0"N +lat_1=45d42'50.0"N +lat_2=46d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Chippewa_Meters [NAD 1983 HARN Adj. Wisconsin Chippewa (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103846> +proj=lcc +a=6378412.542 +rf=298.270107115315 +x_0=60045.72009144019 +y_0=0.0 +lon_0=91d17'40.0"W +lat_0=44d34'52.0"N +lat_1=44d48'50.0"N +lat_2=45d8'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Columbia_Meters [NAD 1983 HARN Adj. Wisconsin Columbia (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103847> +proj=lcc +a=6378376.331 +rf=298.268413800752 +x_0=169164.3383286767 +y_0=0.0 +lon_0=89d23'40.0"W +lat_0=42d27'30.0"N +lat_1=43d20'N +lat_2=43d35'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Crawford_Meters [NAD 1983 HARN Adj. Wisconsin Crawford (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103848> +proj=lcc +a=6378379.031 +rf=298.268540059328 +x_0=113690.6273812548 +y_0=0.0 +lon_0=90d56'20.0"W +lat_0=42d43'N +lat_1=43d3'30.0"N +lat_2=43d20'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Dane_Meters [NAD 1983 HARN Adj. Wisconsin Dane (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103849> +proj=lcc +a=6378407.621 +rf=298.269876997368 +x_0=247193.2943865888 +y_0=0.0 +lon_0=89d25'20.0"W +lat_0=41d45'N +lat_1=42d54'30.0"N +lat_2=43d13'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_EauClaire_Meters [NAD 1983 HARN Adj. Wisconsin EauClaire (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103850> +proj=lcc +a=6378380.381 +rf=298.268603188617 +x_0=120091.4401828804 +y_0=0.0 +lon_0=91d17'20.0"W +lat_0=44d2'50.0"N +lat_1=44d43'50.0"N +lat_2=45d0'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Green_Meters [NAD 1983 HARN Adj. Wisconsin Green (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103851> +proj=lcc +a=6378408.481 +rf=298.269917213063 +x_0=170078.7401574803 +y_0=0.0 +lon_0=89d50'20.0"W +lat_0=42d13'30.0"N +lat_1=42d29'10.0"N +lat_2=42d47'20.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_GreenLake_Meters [NAD 1983 HARN Adj. Wisconsin GreenLake (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103852> +proj=lcc +a=6378375.601 +rf=298.268379664173 +x_0=150876.3017526035 +y_0=0.0 +lon_0=89d14'30.0"W +lat_0=43d5'40.0"N +lat_1=43d40'N +lat_2=43d56'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Jackson_Meters [NAD 1983 HARN Adj. Wisconsin Jackson (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103853> +proj=lcc +a=6378409.151 +rf=298.269948543895 +x_0=125882.6517653035 +y_0=0.0 +lon_0=90d44'20.0"W +lat_0=43d47'40.0"N +lat_1=44d9'50.0"N +lat_2=44d25'10.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Lafayette_Meters [NAD 1983 HARN Adj. Wisconsin Lafayette (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103854> +proj=lcc +a=6378408.481 +rf=298.269917213063 +x_0=170078.7401574803 +y_0=0.0 +lon_0=89d50'20.0"W +lat_0=42d13'30.0"N +lat_1=42d29'10.0"N +lat_2=42d47'20.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Langlade_Meters [NAD 1983 HARN Adj. Wisconsin Langlade (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103855> +proj=lcc +a=6378560.121 +rf=298.277008268831 +x_0=198425.1968503937 +y_0=0.0 +lon_0=89d2'W +lat_0=44d12'25.0"N +lat_1=45dN +lat_2=45d18'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Marathon_Meters [NAD 1983 HARN Adj. Wisconsin Marathon (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103856> +proj=lcc +a=6378500.6 +rf=298.274224921888 +x_0=74676.14935229871 +y_0=0.0 +lon_0=89d46'12.0"W +lat_0=44d24'20.0"N +lat_1=44d44'43.0"N +lat_2=45d3'23.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Marquette_Meters [NAD 1983 HARN Adj. Wisconsin Marquette (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103857> +proj=lcc +a=6378375.601 +rf=298.268379664173 +x_0=150876.3017526035 +y_0=0.0 +lon_0=89d14'30.0"W +lat_0=43d5'40.0"N +lat_1=43d40'N +lat_2=43d56'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Monroe_Meters [NAD 1983 HARN Adj. Wisconsin Monroe (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103858> +proj=lcc +a=6378438.991 +rf=298.27134393498 +x_0=204521.2090424181 +y_0=0.0 +lon_0=90d38'30.0"W +lat_0=42d54'10.0"N +lat_1=43d50'20.0"N +lat_2=44d9'40.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Oneida_Meters [NAD 1983 HARN Adj. Wisconsin Oneida (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103859> +proj=lcc +a=6378593.86 +rf=298.278585986653 +x_0=70104.14020828043 +y_0=0.0 +lon_0=89d32'40.0"W +lat_0=45d11'10.0"N +lat_1=45d34'N +lat_2=45d50'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Pepin_Meters [NAD 1983 HARN Adj. Wisconsin Pepin (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103860> +proj=lcc +a=6378381.271 +rf=298.268644807185 +x_0=167640.3352806706 +y_0=0.0 +lon_0=92d13'40.0"W +lat_0=43d51'43.0"N +lat_1=44d31'20.0"N +lat_2=44d45'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Pierce_Meters [NAD 1983 HARN Adj. Wisconsin Pierce (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103861> +proj=lcc +a=6378381.271 +rf=298.268644807185 +x_0=167640.3352806706 +y_0=0.0 +lon_0=92d13'40.0"W +lat_0=43d51'43.0"N +lat_1=44d31'20.0"N +lat_2=44d45'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Portage_Meters [NAD 1983 HARN Adj. Wisconsin Portage (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103862> +proj=lcc +a=6378344.377 +rf=298.266919538913 +x_0=56388.11277622556 +y_0=0.0 +lon_0=89d30'W +lat_0=43d58'N +lat_1=44d11'N +lat_2=44d39'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Richland_Meters [NAD 1983 HARN Adj. Wisconsin Richland (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103863> +proj=lcc +a=6378408.091 +rf=298.269898975713 +x_0=202387.6047752096 +y_0=0.0 +lon_0=90d25'50.0"W +lat_0=42d6'50.0"N +lat_1=43d8'30.0"N +lat_2=43d30'10.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Sawyer_Meters [NAD 1983 HARN Adj. Wisconsin Sawyer (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103864> +proj=lcc +a=6378534.451 +rf=298.275807877103 +x_0=216713.2334264669 +y_0=0.0 +lon_0=91d7'W +lat_0=44d48'50.0"N +lat_1=45d43'10.0"N +lat_2=46d4'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Taylor_Meters [NAD 1983 HARN Adj. Wisconsin Taylor (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103865> +proj=lcc +a=6378532.921 +rf=298.275736330576 +x_0=187147.5742951486 +y_0=0.0 +lon_0=90d29'W +lat_0=44d12'30.0"N +lat_1=45d3'20.0"N +lat_2=45d18'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Vernon_Meters [NAD 1983 HARN Adj. Wisconsin Vernon (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103866> +proj=lcc +a=6378408.941 +rf=298.269938723784 +x_0=222504.44500889 +y_0=0.0 +lon_0=90d47'W +lat_0=43d8'50.0"N +lat_1=43d28'N +lat_2=43d41'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Vilas_Meters [NAD 1983 HARN Adj. Wisconsin Vilas (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103867> +proj=lcc +a=6378624.171 +rf=298.280003402845 +x_0=134417.0688341377 +y_0=0.0 +lon_0=89d29'20.0"W +lat_0=45d37'30.0"N +lat_1=45d55'50.0"N +lat_2=46d13'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Walworth_Meters [NAD 1983 HARN Adj. Wisconsin Walworth (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103868> +proj=lcc +a=6378377.411 +rf=298.268464304182 +x_0=232562.8651257303 +y_0=0.0 +lon_0=88d32'30.0"W +lat_0=41d40'10.0"N +lat_1=42d35'20.0"N +lat_2=42d45'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Washburn_Meters [NAD 1983 HARN Adj. Wisconsin Washburn (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103869> +proj=lcc +a=6378474.591 +rf=298.273008677695 +x_0=234086.8681737364 +y_0=0.0 +lon_0=91d47'W +lat_0=44d16'N +lat_1=45d46'20.0"N +lat_2=46d9'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Waushara_Meters [NAD 1983 HARN Adj. Wisconsin Waushara (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103870> +proj=lcc +a=6378405.971 +rf=298.269799839349 +x_0=120091.4401828804 +y_0=0.0 +lon_0=89d14'30.0"W +lat_0=43d42'30.0"N +lat_1=43d58'30.0"N +lat_2=44d15'10.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Wood_Meters [NAD 1983 HARN Adj. Wisconsin Wood (meters)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103871> +proj=lcc +a=6378437.651 +rf=298.271281273316 +x_0=208483.616967234 +y_0=0.0 +lon_0=90dW +lat_0=43d9'5.0"N +lat_1=44d10'50.0"N +lat_2=44d32'40.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Adams_Feet [NAD 1983 HARN Adj. Wisconsin Adams (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103900> +proj=tmerc +a=6378376.271 +rf=298.268410995005 +units=us-ft +x_0=147218.6944373889 +y_0=0.0 +lon_0=90dW +lat_0=43d22'N +k_0=0.999999 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Ashland_Feet [NAD 1983 HARN Adj. Wisconsin Ashland (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103901> +proj=tmerc +a=6378471.92 +rf=298.272883775229 +units=us-ft +x_0=172821.9456438913 +y_0=0.0 +lon_0=90d37'20.0"W +lat_0=45d42'22.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Barron_Feet [NAD 1983 HARN Adj. Wisconsin Barron (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103902> +proj=tmerc +a=6378472.931 +rf=298.272931052052 +units=us-ft +x_0=93150.0 +y_0=0.0 +lon_0=91d51'W +lat_0=45d8'N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Brown_Feet [NAD 1983 HARN Adj. Wisconsin Brown (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103903> +proj=tmerc +a=6378137.0 +rf=298.257222100225 +units=us-ft +x_0=31599.99998984 +y_0=4599.98983997968 +lon_0=88dW +lat_0=43dN +k_0=1.00002 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Buffalo_Feet [NAD 1983 HARN Adj. Wisconsin Buffalo (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103904> +proj=tmerc +a=6378380.991 +rf=298.268631713702 +units=us-ft +x_0=175260.3505207011 +y_0=0.0 +lon_0=91d47'50.0"W +lat_0=43d28'53.0"N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Calumet_Feet [NAD 1983 HARN Adj. Wisconsin Calumet (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103905> +proj=tmerc +a=6378345.09 +rf=298.266952895494 +units=us-ft +x_0=244754.8895097791 +y_0=0.0 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Clark_Feet [NAD 1983 HARN Adj. Wisconsin Clark (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103906> +proj=tmerc +a=6378470.401 +rf=298.272812743089 +units=us-ft +x_0=199949.1998984 +y_0=0.0 +lon_0=90d42'30.0"W +lat_0=43d36'N +k_0=0.999994 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Dodge_Feet [NAD 1983 HARN Adj. Wisconsin Dodge (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103907> +proj=tmerc +a=6378376.811 +rf=298.268436246721 +units=us-ft +x_0=263347.7266954534 +y_0=0.0 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Door_Feet [NAD 1983 HARN Adj. Wisconsin Door (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103908> +proj=tmerc +a=6378313.92 +rf=298.26549531037 +units=us-ft +x_0=158801.1176022352 +y_0=0.0 +lon_0=87d16'20.0"W +lat_0=44d24'N +k_0=0.999991 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Douglas_Feet [NAD 1983 HARN Adj. Wisconsin Douglas (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103909> +proj=tmerc +a=6378414.93 +rf=298.270218784012 +units=us-ft +x_0=59131.31826263653 +y_0=0.0 +lon_0=91d55'W +lat_0=45d53'N +k_0=0.999995 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Dunn_Feet [NAD 1983 HARN Adj. Wisconsin Dunn (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103910> +proj=tmerc +a=6378413.021 +rf=298.270129514522 +units=us-ft +x_0=51816.10363220727 +y_0=0.0 +lon_0=91d53'40.0"W +lat_0=44d24'30.0"N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Florence_Feet [NAD 1983 HARN Adj. Wisconsin Florence (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103911> +proj=tmerc +a=6378530.851 +rf=298.275639532334 +units=us-ft +x_0=133502.667005334 +y_0=0.0 +lon_0=88d8'30.0"W +lat_0=45d26'20.0"N +k_0=0.999993 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Fond_du_Lac_Feet [NAD 1983 HARN Adj. Wisconsin Fond du Lac (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103912> +proj=tmerc +a=6378345.09 +rf=298.266952895494 +units=us-ft +x_0=244754.8895097791 +y_0=0.0 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Forest_Feet [NAD 1983 HARN Adj. Wisconsin Forest (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103913> +proj=tmerc +a=6378591.521 +rf=298.278476609315 +units=us-ft +x_0=275844.5516891034 +y_0=0.0 +lon_0=88d38'W +lat_0=44d0'20.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Grant_Feet [NAD 1983 HARN Adj. Wisconsin Grant (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103914> +proj=tmerc +a=6378378.881 +rf=298.268533044963 +units=us-ft +x_0=242316.4846329693 +y_0=0.0 +lon_0=90d48'W +lat_0=41d24'40.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Iowa_Feet [NAD 1983 HARN Adj. Wisconsin Iowa (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103915> +proj=tmerc +a=6378408.041 +rf=298.269896637591 +units=us-ft +x_0=113081.0261620523 +y_0=0.0 +lon_0=90d9'40.0"W +lat_0=42d32'20.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Iron_Feet [NAD 1983 HARN Adj. Wisconsin Iron (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103916> +proj=tmerc +a=6378655.071 +rf=298.281448362111 +units=us-ft +x_0=220980.4419608839 +y_0=0.0 +lon_0=90d15'20.0"W +lat_0=45d26'N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Jefferson_Feet [NAD 1983 HARN Adj. Wisconsin Jefferson (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103917> +proj=tmerc +a=6378376.811 +rf=298.268436246721 +units=us-ft +x_0=263347.7266954534 +y_0=0.0 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Juneau_Feet [NAD 1983 HARN Adj. Wisconsin Juneau (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103918> +proj=tmerc +a=6378376.271 +rf=298.268410995005 +units=us-ft +x_0=147218.6944373889 +y_0=0.0 +lon_0=90dW +lat_0=43d22'N +k_0=0.999999 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Kenosha_Feet [NAD 1983 HARN Adj. Wisconsin Kenosha (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103919> +proj=tmerc +a=6378315.7 +rf=298.265578547505 +units=us-ft +x_0=185928.3718567437 +y_0=0.0 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Kewaunee_Feet [NAD 1983 HARN Adj. Wisconsin Kewaunee (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103920> +proj=tmerc +a=6378285.86 +rf=298.264183156421 +units=us-ft +x_0=79857.75971551944 +y_0=0.0 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_LaCrosse_Feet [NAD 1983 HARN Adj. Wisconsin LaCrosse (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103921> +proj=tmerc +a=6378379.301 +rf=298.268552685186 +units=us-ft +x_0=130454.6609093218 +y_0=0.0 +lon_0=91d19'W +lat_0=43d27'4.0"N +k_0=0.999994 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Lincoln_Feet [NAD 1983 HARN Adj. Wisconsin Lincoln (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103922> +proj=tmerc +a=6378531.821 +rf=298.275684891897 +units=us-ft +x_0=116129.0322580645 +y_0=0.0 +lon_0=89d44'W +lat_0=44d50'40.0"N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Manitowoc_Feet [NAD 1983 HARN Adj. Wisconsin Manitowoc (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103923> +proj=tmerc +a=6378285.86 +rf=298.264183156421 +units=us-ft +x_0=79857.75971551944 +y_0=0.0 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Marinette_Feet [NAD 1983 HARN Adj. Wisconsin Marinette (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103924> +proj=tmerc +a=6378376.041 +rf=298.268400239645 +units=us-ft +x_0=238658.8773177547 +y_0=0.0 +lon_0=87d42'40.0"W +lat_0=44d41'30.0"N +k_0=0.999986 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Menominee_Feet [NAD 1983 HARN Adj. Wisconsin Menominee (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103925> +proj=tmerc +a=6378406.601 +rf=298.269829299684 +units=us-ft +x_0=105461.0109220219 +y_0=0.0 +lon_0=88d25'W +lat_0=44d43'N +k_0=0.999994 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Milwaukee_Feet [NAD 1983 HARN Adj. Wisconsin Milwaukee (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103926> +proj=tmerc +a=6378315.7 +rf=298.265578547505 +units=us-ft +x_0=185928.3718567437 +y_0=0.0 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Oconto_Feet [NAD 1983 HARN Adj. Wisconsin Oconto (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103927> +proj=tmerc +a=6378345.42 +rf=298.266968327098 +units=us-ft +x_0=182880.3657607315 +y_0=0.0 +lon_0=87d54'30.0"W +lat_0=44d23'50.0"N +k_0=0.999991 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Outagamie_Feet [NAD 1983 HARN Adj. Wisconsin Outagamie (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103928> +proj=tmerc +a=6378345.09 +rf=298.266952895494 +units=us-ft +x_0=244754.8895097791 +y_0=0.0 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Ozaukee_Feet [NAD 1983 HARN Adj. Wisconsin Ozaukee (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103929> +proj=tmerc +a=6378315.7 +rf=298.265578547505 +units=us-ft +x_0=185928.3718567437 +y_0=0.0 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Polk_Feet [NAD 1983 HARN Adj. Wisconsin Polk (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103930> +proj=tmerc +a=6378413.671 +rf=298.270159910105 +units=us-ft +x_0=141732.2834645669 +y_0=0.0 +lon_0=92d38'W +lat_0=44d39'40.0"N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Price_Feet [NAD 1983 HARN Adj. Wisconsin Price (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103931> +proj=tmerc +a=6378563.891 +rf=298.277184563214 +units=us-ft +x_0=227990.855981712 +y_0=0.0 +lon_0=90d29'20.0"W +lat_0=44d33'20.0"N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Racine_Feet [NAD 1983 HARN Adj. Wisconsin Racine (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103932> +proj=tmerc +a=6378315.7 +rf=298.265578547505 +units=us-ft +x_0=185928.3718567437 +y_0=0.0 +lon_0=87d53'40.0"W +lat_0=42d13'N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Rock_Feet [NAD 1983 HARN Adj. Wisconsin Rock (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103933> +proj=tmerc +a=6378377.671 +rf=298.268476462415 +units=us-ft +x_0=146304.2926085852 +y_0=0.0 +lon_0=89d4'20.0"W +lat_0=41d56'40.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Rusk_Feet [NAD 1983 HARN Adj. Wisconsin Rusk (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103934> +proj=tmerc +a=6378472.751 +rf=298.272922634813 +units=us-ft +x_0=250546.1010922022 +y_0=0.0 +lon_0=91d4'W +lat_0=43d55'10.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_St_Croix_Feet [NAD 1983 HARN Adj. Wisconsin St Croix (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103935> +proj=tmerc +a=6378412.511 +rf=298.270105665679 +units=us-ft +x_0=165506.731013462 +y_0=0.0 +lon_0=92d38'W +lat_0=44d2'10.0"N +k_0=0.999995 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Sauk_Feet [NAD 1983 HARN Adj. Wisconsin Sauk (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103936> +proj=tmerc +a=6378407.281 +rf=298.26986109814 +units=us-ft +x_0=185623.5712471425 +y_0=0.0 +lon_0=89d54'W +lat_0=42d49'10.0"N +k_0=0.999995 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Shawano_Feet [NAD 1983 HARN Adj. Wisconsin Shawano (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103937> +proj=tmerc +a=6378406.051 +rf=298.269803580344 +units=us-ft +x_0=262433.3248666498 +y_0=0.0 +lon_0=88d36'20.0"W +lat_0=44d2'10.0"N +k_0=0.99999 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Sheboygan_Feet [NAD 1983 HARN Adj. Wisconsin Sheboygan (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103938> +proj=tmerc +a=6378285.86 +rf=298.264183156421 +units=us-ft +x_0=79857.75971551944 +y_0=0.0 +lon_0=87d33'W +lat_0=43d16'N +k_0=1.0 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Trempealeau_Feet [NAD 1983 HARN Adj. Wisconsin Trempealeau (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103939> +proj=tmerc +a=6378380.091 +rf=298.26858962751 +units=us-ft +x_0=256946.9138938278 +y_0=0.0 +lon_0=91d22'W +lat_0=43d9'40.0"N +k_0=0.999998 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Washington_Feet [NAD 1983 HARN Adj. Wisconsin Washington (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103940> +proj=tmerc +a=6378407.141 +rf=298.269854551399 +units=us-ft +x_0=120091.4401828804 +y_0=0.0 +lon_0=88d3'50.0"W +lat_0=42d55'5.0"N +k_0=0.999995 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Waukesha_Feet [NAD 1983 HARN Adj. Wisconsin Waukesha (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103941> +proj=tmerc +a=6378376.871 +rf=298.268439052467 +units=us-ft +x_0=208788.4175768352 +y_0=0.0 +lon_0=88d13'30.0"W +lat_0=42d34'10.0"N +k_0=0.999997 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Waupaca_Feet [NAD 1983 HARN Adj. Wisconsin Waupaca (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103942> +proj=tmerc +a=6378375.251 +rf=298.268363297321 +units=us-ft +x_0=185013.9700279401 +y_0=0.0 +lon_0=88d49'W +lat_0=43d25'13.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Winnebago_Feet [NAD 1983 HARN Adj. Wisconsin Winnebago (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103943> +proj=tmerc +a=6378345.09 +rf=298.266952895494 +units=us-ft +x_0=244754.8895097791 +y_0=0.0 +lon_0=88d30'W +lat_0=42d43'10.0"N +k_0=0.999996 +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Bayfield_Feet [NAD 1983 HARN Adj. Wisconsin Bayfield (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103944> +proj=lcc +a=6378411.351 +rf=298.270051421254 +units=us-ft +x_0=228600.4572009144 +y_0=0.0 +lon_0=91d9'10.0"W +lat_0=45d20'N +lat_1=46d24'50.0"N +lat_2=46d55'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Burnett_Feet [NAD 1983 HARN Adj. Wisconsin Burnett (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103945> +proj=lcc +a=6378414.96 +rf=298.270220186885 +units=us-ft +x_0=64008.12801625604 +y_0=0.0 +lon_0=92d27'28.0"W +lat_0=45d21'50.0"N +lat_1=45d42'50.0"N +lat_2=46d5'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Chippewa_Feet [NAD 1983 HARN Adj. Wisconsin Chippewa (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+<103946> +proj=lcc +a=6378412.542 +rf=298.270107115315 +units=us-ft +x_0=60045.72009144019 +y_0=0.0 +lon_0=91d17'40.0"W +lat_0=44d34'52.0"N +lat_1=44d48'50.0"N +lat_2=45d8'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Columbia_Feet [NAD 1983 HARN Adj. Wisconsin Columbia (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103947> +proj=lcc +a=6378376.331 +rf=298.268413800752 +units=us-ft +x_0=169164.3383286767 +y_0=0.0 +lon_0=89d23'40.0"W +lat_0=42d27'30.0"N +lat_1=43d20'N +lat_2=43d35'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Crawford_Feet [NAD 1983 HARN Adj. Wisconsin Crawford (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103948> +proj=lcc +a=6378379.031 +rf=298.268540059328 +units=us-ft +x_0=113690.6273812548 +y_0=0.0 +lon_0=90d56'20.0"W +lat_0=42d43'N +lat_1=43d3'30.0"N +lat_2=43d20'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Dane_Feet [NAD 1983 HARN Adj. Wisconsin Dane (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103949> +proj=lcc +a=6378407.621 +rf=298.269876997368 +units=us-ft +x_0=247193.2943865888 +y_0=0.0 +lon_0=89d25'20.0"W +lat_0=41d45'N +lat_1=42d54'30.0"N +lat_2=43d13'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_EauClaire_Feet [NAD 1983 HARN Adj. Wisconsin EauClaire (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103950> +proj=lcc +a=6378380.381 +rf=298.268603188617 +units=us-ft +x_0=120091.4401828804 +y_0=0.0 +lon_0=91d17'20.0"W +lat_0=44d2'50.0"N +lat_1=44d43'50.0"N +lat_2=45d0'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Green_Feet [NAD 1983 HARN Adj. Wisconsin Green (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103951> +proj=lcc +a=6378408.481 +rf=298.269917213063 +units=us-ft +x_0=170078.7401574803 +y_0=0.0 +lon_0=89d50'20.0"W +lat_0=42d13'30.0"N +lat_1=42d29'10.0"N +lat_2=42d47'20.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_GreenLake_Feet [NAD 1983 HARN Adj. Wisconsin GreenLake (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103952> +proj=lcc +a=6378375.601 +rf=298.268379664173 +units=us-ft +x_0=150876.3017526035 +y_0=0.0 +lon_0=89d14'30.0"W +lat_0=43d5'40.0"N +lat_1=43d40'N +lat_2=43d56'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Jackson_Feet [NAD 1983 HARN Adj. Wisconsin Jackson (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103953> +proj=lcc +a=6378409.151 +rf=298.269948543895 +units=us-ft +x_0=125882.6517653035 +y_0=0.0 +lon_0=90d44'20.0"W +lat_0=43d47'40.0"N +lat_1=44d9'50.0"N +lat_2=44d25'10.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Lafayette_Feet [NAD 1983 HARN Adj. Wisconsin Lafayette (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103954> +proj=lcc +a=6378408.481 +rf=298.269917213063 +units=us-ft +x_0=170078.7401574803 +y_0=0.0 +lon_0=89d50'20.0"W +lat_0=42d13'30.0"N +lat_1=42d29'10.0"N +lat_2=42d47'20.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Langlade_Feet [NAD 1983 HARN Adj. Wisconsin Langlade (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103955> +proj=lcc +a=6378560.121 +rf=298.277008268831 +units=us-ft +x_0=198425.1968503937 +y_0=0.0 +lon_0=89d2'W +lat_0=44d12'25.0"N +lat_1=45dN +lat_2=45d18'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Marathon_Feet [NAD 1983 HARN Adj. Wisconsin Marathon (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103956> +proj=lcc +a=6378500.6 +rf=298.274224921888 +units=us-ft +x_0=74676.14935229871 +y_0=0.0 +lon_0=89d46'12.0"W +lat_0=44d24'20.0"N +lat_1=44d44'43.0"N +lat_2=45d3'23.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Marquette_Feet [NAD 1983 HARN Adj. Wisconsin Marquette (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103957> +proj=lcc +a=6378375.601 +rf=298.268379664173 +units=us-ft +x_0=150876.3017526035 +y_0=0.0 +lon_0=89d14'30.0"W +lat_0=43d5'40.0"N +lat_1=43d40'N +lat_2=43d56'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Monroe_Feet [NAD 1983 HARN Adj. Wisconsin Monroe (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103958> +proj=lcc +a=6378438.991 +rf=298.27134393498 +units=us-ft +x_0=204521.2090424181 +y_0=0.0 +lon_0=90d38'30.0"W +lat_0=42d54'10.0"N +lat_1=43d50'20.0"N +lat_2=44d9'40.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Oneida_Feet [NAD 1983 HARN Adj. Wisconsin Oneida (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103959> +proj=lcc +a=6378593.86 +rf=298.278585986653 +units=us-ft +x_0=70104.14020828043 +y_0=0.0 +lon_0=89d32'40.0"W +lat_0=45d11'10.0"N +lat_1=45d34'N +lat_2=45d50'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Pepin_Feet [NAD 1983 HARN Adj. Wisconsin Pepin (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103960> +proj=lcc +a=6378381.271 +rf=298.268644807185 +units=us-ft +x_0=167640.3352806706 +y_0=0.0 +lon_0=92d13'40.0"W +lat_0=43d51'43.0"N +lat_1=44d31'20.0"N +lat_2=44d45'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Pierce_Feet [NAD 1983 HARN Adj. Wisconsin Pierce (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103961> +proj=lcc +a=6378381.271 +rf=298.268644807185 +units=us-ft +x_0=167640.3352806706 +y_0=0.0 +lon_0=92d13'40.0"W +lat_0=43d51'43.0"N +lat_1=44d31'20.0"N +lat_2=44d45'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Portage_Feet [NAD 1983 HARN Adj. Wisconsin Portage (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103962> +proj=lcc +a=6378344.377 +rf=298.266919538913 +units=us-ft +x_0=56388.11277622556 +y_0=0.0 +lon_0=89d30'W +lat_0=43d58'N +lat_1=44d11'N +lat_2=44d39'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Richland_Feet [NAD 1983 HARN Adj. Wisconsin Richland (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103963> +proj=lcc +a=6378408.091 +rf=298.269898975713 +units=us-ft +x_0=202387.6047752096 +y_0=0.0 +lon_0=90d25'50.0"W +lat_0=42d6'50.0"N +lat_1=43d8'30.0"N +lat_2=43d30'10.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Sawyer_Feet [NAD 1983 HARN Adj. Wisconsin Sawyer (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103964> +proj=lcc +a=6378534.451 +rf=298.275807877103 +units=us-ft +x_0=216713.2334264669 +y_0=0.0 +lon_0=91d7'W +lat_0=44d48'50.0"N +lat_1=45d43'10.0"N +lat_2=46d4'50.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Taylor_Feet [NAD 1983 HARN Adj. Wisconsin Taylor (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103965> +proj=lcc +a=6378532.921 +rf=298.275736330576 +units=us-ft +x_0=187147.5742951486 +y_0=0.0 +lon_0=90d29'W +lat_0=44d12'30.0"N +lat_1=45d3'20.0"N +lat_2=45d18'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Vernon_Feet [NAD 1983 HARN Adj. Wisconsin Vernon (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103966> +proj=lcc +a=6378408.941 +rf=298.269938723784 +units=us-ft +x_0=222504.44500889 +y_0=0.0 +lon_0=90d47'W +lat_0=43d8'50.0"N +lat_1=43d28'N +lat_2=43d41'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Vilas_Feet [NAD 1983 HARN Adj. Wisconsin Vilas (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103967> +proj=lcc +a=6378624.171 +rf=298.280003402845 +units=us-ft +x_0=134417.0688341377 +y_0=0.0 +lon_0=89d29'20.0"W +lat_0=45d37'30.0"N +lat_1=45d55'50.0"N +lat_2=46d13'30.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Walworth_Feet [NAD 1983 HARN Adj. Wisconsin Walworth (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103968> +proj=lcc +a=6378377.411 +rf=298.268464304182 +units=us-ft +x_0=232562.8651257303 +y_0=0.0 +lon_0=88d32'30.0"W +lat_0=41d40'10.0"N +lat_1=42d35'20.0"N +lat_2=42d45'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Washburn_Feet [NAD 1983 HARN Adj. Wisconsin Washburn (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103969> +proj=lcc +a=6378474.591 +rf=298.273008677695 +units=us-ft +x_0=234086.8681737364 +y_0=0.0 +lon_0=91d47'W +lat_0=44d16'N +lat_1=45d46'20.0"N +lat_2=46d9'N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Waushara_Feet [NAD 1983 HARN Adj. Wisconsin Waushara (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103970> +proj=lcc +a=6378405.971 +rf=298.269799839349 +units=us-ft +x_0=120091.4401828804 +y_0=0.0 +lon_0=89d14'30.0"W +lat_0=43d42'30.0"N +lat_1=43d58'30.0"N +lat_2=44d15'10.0"N +no_defs <>
+
+# NAD_1983_HARN_Adj_WI_Wood_Feet [NAD 1983 HARN Adj. Wisconsin Wood (US foot)]
+# area: (lat: 42.48, 47.31) - (lon: -92.89, -86.25) [USA - Wisconsin]
+# DISCONTINUED
+<103971> +proj=lcc +a=6378437.651 +rf=298.271281273316 +units=us-ft +x_0=208483.616967234 +y_0=0.0 +lon_0=90dW +lat_0=43d9'5.0"N +lat_1=44d10'50.0"N +lat_2=44d32'40.0"N +no_defs <>
Index: /trunk/nodist/data/projection/josm-epsg
===================================================================
--- /trunk/nodist/data/projection/josm-epsg	(revision 16006)
+++ /trunk/nodist/data/projection/josm-epsg	(revision 16006)
@@ -0,0 +1,480 @@
+# NAD27(76) / MTM zone 8
+<2017> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-75.5,40,-74,60  <>
+# NAD27(76) / MTM zone 9
+<2018> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-78.5,40,-74.5,60  <>
+# NAD27(76) / MTM zone 10
+<2019> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-81.5,40,-77.5,60  <>
+# NAD27(76) / MTM zone 11
+<2020> +proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-84,40,-80.5,60  <>
+# NAD27(76) / MTM zone 12
+<2021> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-83,40,-79,60  <>
+# NAD27(76) / MTM zone 13
+<2022> +proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-86,40,-82,60  <>
+# NAD27(76) / MTM zone 14
+<2023> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-89,40,-85,60  <>
+# NAD27(76) / MTM zone 15
+<2024> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-92,40,-88,60  <>
+# NAD27(76) / MTM zone 16
+<2025> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-95,40,-91,60  <>
+# NAD27(76) / MTM zone 17
+<2026> +proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-96,40,-94,60  <>
+# Lambert 93 (France)
+<2154> +proj=lcc +lat_0=46.5 +lat_1=44 +lat_2=49 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,41,10.2,51  <>
+# PUWG 2000 Zone 5 (Poland)
+<2176> +proj=tmerc +lon_0=15 +k_0=0.999923 +x_0=5500000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=13.5,49,16.5,54.84  <>
+# PUWG 2000 Zone 6 (Poland)
+<2177> +proj=tmerc +lon_0=18 +k_0=0.999923 +x_0=6500000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=16.5,49,19.5,54.84  <>
+# PUWG 2000 Zone 7 (Poland)
+<2178> +proj=tmerc +lon_0=21 +k_0=0.999923 +x_0=7500000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=19.5,49,22.5,54.84  <>
+# PUWG 2000 Zone 8 (Poland)
+<2179> +proj=tmerc +lon_0=24 +k_0=0.999923 +x_0=8500000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=22.5,49,25.5,54.84  <>
+# PUWG 1992 (Poland)
+<2180> +proj=tmerc +lon_0=19 +k_0=0.9993 +x_0=500000 +y_0=-5300000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=14.12,49,24.15,54.84  <>
+# UTM France (DOM) Fort Marigot
+<2969> +proj=utm +zone=20 +ellps=intl +towgs84=136.596,248.148,-429.789 +units=m +bounds=-63.25,17.6,-62.5,18.5  <>
+# UTM France (DOM) Sainte Anne
+<2970> +proj=utm +zone=20 +ellps=intl +towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984 +units=m +bounds=-61.9,15.8,-60.9,16.6  <>
+# UTM France (DOM) Guyane
+<2972> +proj=utm +zone=22 +ellps=GRS80 +nadgrids=null +units=m +bounds=-54,2.16,-49.62,9.06  <>
+# UTM France (DOM) Martinique
+<2973> +proj=utm +zone=20 +ellps=intl +towgs84=126.926,547.939,130.409,-2.7867,5.16124,-0.85844,13.82265 +units=m +bounds=-61.25,14.25,-60.725,15.025  <>
+# UTM France (DOM) Reunion
+<2975> +proj=utm +zone=40 +south +ellps=GRS80 +nadgrids=null +units=m +bounds=51,-25.92,58.27,-10.6  <>
+# Monte Mario / Italy zone 1
+<3003> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +units=m +bounds=5,36,13,48 <>
+# Monte Mario / Italy zone 2
+<3004> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=2520000 +y_0=0 +ellps=intl +units=m +bounds=11,34,24,48 <>
+# SWEREF99 TM
+<3006> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 12 00
+<3007> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 13 30
+<3008> +proj=tmerc +lat_0=0 +lon_0=13.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 15 00
+<3009> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 16 30
+<3010> +proj=tmerc +lat_0=0 +lon_0=16.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 18 00
+<3011> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 14 15
+<3012> +proj=tmerc +lat_0=0 +lon_0=14.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 15 45
+<3013> +proj=tmerc +lat_0=0 +lon_0=15.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 17 15
+<3014> +proj=tmerc +lat_0=0 +lon_0=17.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 18 45
+<3015> +proj=tmerc +lat_0=0 +lon_0=18.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 20 15
+<3016> +proj=tmerc +lat_0=0 +lon_0=20.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 21 45
+<3017> +proj=tmerc +lat_0=0 +lon_0=21.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# SWEREF99 23 15
+<3018> +proj=tmerc +lat_0=0 +lon_0=23.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+# LKS-92 (Latvia TM)
+<3059> +proj=tmerc +lon_0=24 +k_0=0.9996 +x_0=500000 +y_0=-6000000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=-18,54,30,60  <>
+# Lambert Zone (Estonia)
+<3301> +proj=lcc +lat_0=57.51755393055556 +lat_1=59.333333333333336 +lat_2=58 +lon_0=24 +x_0=500000 +y_0=6375000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=21.64,56.05,28.58,61.13  <>
+# Belgian Lambert 2008
+<3812> +proj=lcc +lat_0=50d47'52.134" +lat_1=49d50'0" +lat_2=51d10'0" +lon_0=4d21'33.177" +x_0=649328 +y_0=665262 +ellps=GRS80 +nadgrids=null +units=m +bounds=2.54,49.51,6.4,51.5  <>
+# WGS 84 / Pseudo-Mercator
+<3857> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +bounds=-180,-85.05112877980659,180,85.05112877980659 <>
+# Lambert CC9 (France) Zone 42
+<3942> +proj=lcc +lat_0=42 +lat_1=41.25 +lat_2=42.75 +lon_0=3 +x_0=1700000 +y_0=1200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,41,10.2,44.5  <>
+# Lambert CC9 (France) Zone 43
+<3943> +proj=lcc +lat_0=43 +lat_1=42.25 +lat_2=43.75 +lon_0=3 +x_0=1700000 +y_0=2200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,41,10.2,45.5  <>
+# Lambert CC9 (France) Zone 44
+<3944> +proj=lcc +lat_0=44 +lat_1=43.25 +lat_2=44.75 +lon_0=3 +x_0=1700000 +y_0=3200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,41.5,10.2,46.5  <>
+# Lambert CC9 (France) Zone 45
+<3945> +proj=lcc +lat_0=45 +lat_1=44.25 +lat_2=45.75 +lon_0=3 +x_0=1700000 +y_0=4200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,42.5,10.2,47.5  <>
+# Lambert CC9 (France) Zone 46
+<3946> +proj=lcc +lat_0=46 +lat_1=45.25 +lat_2=46.75 +lon_0=3 +x_0=1700000 +y_0=5200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,43.5,10.2,48.5  <>
+# Lambert CC9 (France) Zone 47
+<3947> +proj=lcc +lat_0=47 +lat_1=46.25 +lat_2=47.75 +lon_0=3 +x_0=1700000 +y_0=6200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,44.5,10.2,49.5  <>
+# Lambert CC9 (France) Zone 48
+<3948> +proj=lcc +lat_0=48 +lat_1=47.25 +lat_2=48.75 +lon_0=3 +x_0=1700000 +y_0=7200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,45.5,10.2,50.5  <>
+# Lambert CC9 (France) Zone 49
+<3949> +proj=lcc +lat_0=49 +lat_1=48.25 +lat_2=49.75 +lon_0=3 +x_0=1700000 +y_0=8200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,46.5,10.2,51.1  <>
+# Lambert CC9 (France) Zone 50
+<3950> +proj=lcc +lat_0=50 +lat_1=49.25 +lat_2=50.75 +lon_0=3 +x_0=1700000 +y_0=9200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,47.5,10.2,51.1  <>
+# ETRS89
+<4258> +proj=lonlat +ellps=GRS80 +nadgrids=null +axis=neu +bounds=-180,-90,180,90  <>
+# WGS 84
+<4326> +proj=lonlat +datum=WGS84 +axis=neu +bounds=-180,-90,180,90  <>
+# Swiss Grid (Switzerland)
+<21781> +proj=somerc +lat_0=46d57'8.66" +lon_0=7d26'22.5" +x_0=600000 +y_0=200000 +ellps=bessel +nadgrids=CHENYX06_etrs.gsb +towgs84=674.374,15.056,405.346 +units=m +bounds=5.7,45.7,10.6,47.9  <>
+# HD72 / EOV (Hungary)
+<23700> +proj=somerc +lat_0=47.14439372222222 +lon_0=19.04857177777778 +k_0=0.99993 +x_0=650000 +y_0=200000 +ellps=GRS67 +towgs84=52.17,-71.82,-14.9 +units=m +bounds=16.1200,45.7800,22.9100,48.6000  <>
+# ETRS89 / UTM zone 28N
+<25828> +proj=utm +zone=28 +ellps=GRS80 +nadgrids=null +units=m +bounds=-20,-5,-10,85 <>
+# ETRS89 / UTM zone 29N
+<25829> +proj=utm +zone=29 +ellps=GRS80 +nadgrids=null +units=m +bounds=-14,-5,-4,85  <>
+# ETRS89 / UTM zone 30N
+<25830> +proj=utm +zone=30 +ellps=GRS80 +nadgrids=null +units=m +bounds=-8,-5,2,85  <>
+# ETRS89 / UTM zone 31N
+<25831> +proj=utm +zone=31 +ellps=GRS80 +nadgrids=null +units=m +bounds=-2,-5,8,85  <>
+# ETRS89 / UTM zone 32N
+<25832> +proj=utm +zone=32 +ellps=GRS80 +nadgrids=null +units=m +bounds=4,-5,14,85  <>
+# ETRS89 / UTM zone 33N
+<25833> +proj=utm +zone=33 +ellps=GRS80 +nadgrids=null +units=m +bounds=10,-5,20,85  <>
+# ETRS89 / UTM zone 34N
+<25834> +proj=utm +zone=34 +ellps=GRS80 +nadgrids=null +units=m +bounds=16,-5,26,85  <>
+# ETRS89 / UTM zone 35N
+<25835> +proj=utm +zone=35 +ellps=GRS80 +nadgrids=null +units=m +bounds=22,-5,32,85  <>
+# ETRS89 / UTM zone 36N
+<25836> +proj=utm +zone=36 +ellps=GRS80 +nadgrids=null +units=m +bounds=28,-5,38,85  <>
+# ETRS89 / UTM zone 37N
+<25837> +proj=utm +zone=37 +ellps=GRS80 +nadgrids=null +units=m +bounds=34,-5,44,85  <>
+# ETRS89 / UTM zone 38N
+<25838> +proj=utm +zone=38 +ellps=GRS80 +nadgrids=null +units=m +bounds=40,-5,50,85  <>
+# Lambert 4 Zones France (Nord)
+<27561> +proj=lcc +lat_0=49.5 +lat_1=48d35'54.682" +lat_2=50d23'45.282" +lon_0=2d20'14.025" +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +nadgrids=ntf_r93.gsb +units=m +bounds=-4.416666666666665,46.65,9.18,51.300000000000004  <>
+# Lambert 4 Zones France (Centre)
+<27562> +proj=lcc +lat_0=46.8 +lat_1=45d53'56.108" +lat_2=47d41'45.652" +lon_0=2d20'14.025" +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +nadgrids=ntf_r93.gsb +units=m +bounds=-4.416666666666665,43.95,9.18,49.65  <>
+# Lambert 4 Zones France (South)
+<27563> +proj=lcc +lat_0=44.1 +lat_1=43d11'57.449" +lat_2=44d59'45.938" +lon_0=2d20'14.025" +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +nadgrids=ntf_r93.gsb +units=m +bounds=-4.416666666666665,41.49,9.18,46.95  <>
+# Lambert 4 Zones France (Corsica)
+<27564> +proj=lcc +lat_0=42.165 +lat_1=41d33'37.396" +lat_2=42d46'3.588" +lon_0=2d20'14.025" +x_0=234.358 +y_0=185861.369 +a=6378249.2 +b=6356515 +nadgrids=ntf_r93.gsb +units=m +bounds=-4.416666666666665,41.49,9.18,44.267667  <>
+# Rijksdriehoekscoördinaten (Netherlands)
+<28992> +proj=sterea +lat_0=52d9'22.178" +lon_0=5d23'15.5" +k_0=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +towgs84=565.4171,50.3319,465.5524,-0.398957,0.343988,-1.877402,4.0725 +units=m +bounds=3.1,50.56,7.6,53.63  <>
+# MGI / Austria GK West
+<31254> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+# MGI / Austria GK Central
+<31255> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+# MGI / Austria GK East
+<31256> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+# MGI / Austria GK M28
+<31257> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=150000 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+# MGI / Austria GK M31
+<31258> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+# MGI / Austria GK M34
+<31259> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=750000 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+# MGI / Austria M28
+<31284> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=150000 +y_0=0 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+# MGI / Austria M31
+<31285> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=0 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+# MGI / Austria M34
+<31286> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=750000 +y_0=0 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+# Belgian Lambert 1972
+<31370> +proj=lcc +lat_0=90 +lat_1=49d50'0.00204" +lat_2=51d10'0.00204" +lon_0=4d22'2.952" +x_0=150000.013 +y_0=5400088.438 +ellps=intl +towgs84=-99.06,53.32,-112.49,0.419,-0.83,1.885,-1.0 +units=m +bounds=2.54,49.51,6.4,51.5  <>
+# Gauß-Krüger Zone 2
+<31466> +proj=tmerc +lon_0=6 +x_0=2500000 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +axis=neu +bounds=3.5,-5,8.5,85  <>
+# Gauß-Krüger Zone 3
+<31467> +proj=tmerc +lon_0=9 +x_0=3500000 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +axis=neu +bounds=6.5,-5,11.5,85  <>
+# Gauß-Krüger Zone 4
+<31468> +proj=tmerc +lon_0=12 +x_0=4500000 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +axis=neu +bounds=9.5,-5,14.5,85  <>
+# Gauß-Krüger Zone 5
+<31469> +proj=tmerc +lon_0=15 +x_0=5500000 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +axis=neu +bounds=12.5,-5,17.5,85  <>
+# UTM zone 1N
+<32601> +proj=utm +zone=1 +datum=WGS84 +units=m +bounds=-182,-5,-172,85  <>
+# UTM zone 2N
+<32602> +proj=utm +zone=2 +datum=WGS84 +units=m +bounds=-176,-5,-166,85  <>
+# UTM zone 3N
+<32603> +proj=utm +zone=3 +datum=WGS84 +units=m +bounds=-170,-5,-160,85  <>
+# UTM zone 4N
+<32604> +proj=utm +zone=4 +datum=WGS84 +units=m +bounds=-164,-5,-154,85  <>
+# UTM zone 5N
+<32605> +proj=utm +zone=5 +datum=WGS84 +units=m +bounds=-158,-5,-148,85  <>
+# UTM zone 6N
+<32606> +proj=utm +zone=6 +datum=WGS84 +units=m +bounds=-152,-5,-142,85  <>
+# UTM zone 7N
+<32607> +proj=utm +zone=7 +datum=WGS84 +units=m +bounds=-146,-5,-136,85  <>
+# UTM zone 8N
+<32608> +proj=utm +zone=8 +datum=WGS84 +units=m +bounds=-140,-5,-130,85  <>
+# UTM zone 9N
+<32609> +proj=utm +zone=9 +datum=WGS84 +units=m +bounds=-134,-5,-124,85  <>
+# UTM zone 10N
+<32610> +proj=utm +zone=10 +datum=WGS84 +units=m +bounds=-128,-5,-118,85  <>
+# UTM zone 11N
+<32611> +proj=utm +zone=11 +datum=WGS84 +units=m +bounds=-122,-5,-112,85  <>
+# UTM zone 12N
+<32612> +proj=utm +zone=12 +datum=WGS84 +units=m +bounds=-116,-5,-106,85  <>
+# UTM zone 13N
+<32613> +proj=utm +zone=13 +datum=WGS84 +units=m +bounds=-110,-5,-100,85  <>
+# UTM zone 14N
+<32614> +proj=utm +zone=14 +datum=WGS84 +units=m +bounds=-104,-5,-94,85  <>
+# UTM zone 15N
+<32615> +proj=utm +zone=15 +datum=WGS84 +units=m +bounds=-98,-5,-88,85  <>
+# UTM zone 16N
+<32616> +proj=utm +zone=16 +datum=WGS84 +units=m +bounds=-92,-5,-82,85  <>
+# UTM zone 17N
+<32617> +proj=utm +zone=17 +datum=WGS84 +units=m +bounds=-86,-5,-76,85  <>
+# UTM zone 18N
+<32618> +proj=utm +zone=18 +datum=WGS84 +units=m +bounds=-80,-5,-70,85  <>
+# UTM zone 19N
+<32619> +proj=utm +zone=19 +datum=WGS84 +units=m +bounds=-74,-5,-64,85  <>
+# UTM zone 20N
+<32620> +proj=utm +zone=20 +datum=WGS84 +units=m +bounds=-68,-5,-58,85  <>
+# UTM zone 21N
+<32621> +proj=utm +zone=21 +datum=WGS84 +units=m +bounds=-62,-5,-52,85  <>
+# UTM zone 22N
+<32622> +proj=utm +zone=22 +datum=WGS84 +units=m +bounds=-56,-5,-46,85  <>
+# UTM zone 23N
+<32623> +proj=utm +zone=23 +datum=WGS84 +units=m +bounds=-50,-5,-40,85  <>
+# UTM zone 24N
+<32624> +proj=utm +zone=24 +datum=WGS84 +units=m +bounds=-44,-5,-34,85  <>
+# UTM zone 25N
+<32625> +proj=utm +zone=25 +datum=WGS84 +units=m +bounds=-38,-5,-28,85  <>
+# UTM zone 26N
+<32626> +proj=utm +zone=26 +datum=WGS84 +units=m +bounds=-32,-5,-22,85  <>
+# UTM zone 27N
+<32627> +proj=utm +zone=27 +datum=WGS84 +units=m +bounds=-26,-5,-16,85  <>
+# UTM zone 28N
+<32628> +proj=utm +zone=28 +datum=WGS84 +units=m +bounds=-20,-5,-10,85  <>
+# UTM zone 29N
+<32629> +proj=utm +zone=29 +datum=WGS84 +units=m +bounds=-14,-5,-4,85  <>
+# UTM zone 30N
+<32630> +proj=utm +zone=30 +datum=WGS84 +units=m +bounds=-8,-5,2,85  <>
+# UTM zone 31N
+<32631> +proj=utm +zone=31 +datum=WGS84 +units=m +bounds=-2,-5,8,85  <>
+# UTM zone 32N
+<32632> +proj=utm +zone=32 +datum=WGS84 +units=m +bounds=4,-5,14,85  <>
+# UTM zone 33N
+<32633> +proj=utm +zone=33 +datum=WGS84 +units=m +bounds=10,-5,20,85  <>
+# UTM zone 34N
+<32634> +proj=utm +zone=34 +datum=WGS84 +units=m +bounds=16,-5,26,85  <>
+# UTM zone 35N
+<32635> +proj=utm +zone=35 +datum=WGS84 +units=m +bounds=22,-5,32,85  <>
+# UTM zone 36N
+<32636> +proj=utm +zone=36 +datum=WGS84 +units=m +bounds=28,-5,38,85  <>
+# UTM zone 37N
+<32637> +proj=utm +zone=37 +datum=WGS84 +units=m +bounds=34,-5,44,85  <>
+# UTM zone 38N
+<32638> +proj=utm +zone=38 +datum=WGS84 +units=m +bounds=40,-5,50,85  <>
+# UTM zone 39N
+<32639> +proj=utm +zone=39 +datum=WGS84 +units=m +bounds=46,-5,56,85  <>
+# UTM zone 40N
+<32640> +proj=utm +zone=40 +datum=WGS84 +units=m +bounds=52,-5,62,85  <>
+# UTM zone 41N
+<32641> +proj=utm +zone=41 +datum=WGS84 +units=m +bounds=58,-5,68,85  <>
+# UTM zone 42N
+<32642> +proj=utm +zone=42 +datum=WGS84 +units=m +bounds=64,-5,74,85  <>
+# UTM zone 43N
+<32643> +proj=utm +zone=43 +datum=WGS84 +units=m +bounds=70,-5,80,85  <>
+# UTM zone 44N
+<32644> +proj=utm +zone=44 +datum=WGS84 +units=m +bounds=76,-5,86,85  <>
+# UTM zone 45N
+<32645> +proj=utm +zone=45 +datum=WGS84 +units=m +bounds=82,-5,92,85  <>
+# UTM zone 46N
+<32646> +proj=utm +zone=46 +datum=WGS84 +units=m +bounds=88,-5,98,85  <>
+# UTM zone 47N
+<32647> +proj=utm +zone=47 +datum=WGS84 +units=m +bounds=94,-5,104,85  <>
+# UTM zone 48N
+<32648> +proj=utm +zone=48 +datum=WGS84 +units=m +bounds=100,-5,110,85  <>
+# UTM zone 49N
+<32649> +proj=utm +zone=49 +datum=WGS84 +units=m +bounds=106,-5,116,85  <>
+# UTM zone 50N
+<32650> +proj=utm +zone=50 +datum=WGS84 +units=m +bounds=112,-5,122,85  <>
+# UTM zone 51N
+<32651> +proj=utm +zone=51 +datum=WGS84 +units=m +bounds=118,-5,128,85  <>
+# UTM zone 52N
+<32652> +proj=utm +zone=52 +datum=WGS84 +units=m +bounds=124,-5,134,85  <>
+# UTM zone 53N
+<32653> +proj=utm +zone=53 +datum=WGS84 +units=m +bounds=130,-5,140,85  <>
+# UTM zone 54N
+<32654> +proj=utm +zone=54 +datum=WGS84 +units=m +bounds=136,-5,146,85  <>
+# UTM zone 55N
+<32655> +proj=utm +zone=55 +datum=WGS84 +units=m +bounds=142,-5,152,85  <>
+# UTM zone 56N
+<32656> +proj=utm +zone=56 +datum=WGS84 +units=m +bounds=148,-5,158,85  <>
+# UTM zone 57N
+<32657> +proj=utm +zone=57 +datum=WGS84 +units=m +bounds=154,-5,164,85  <>
+# UTM zone 58N
+<32658> +proj=utm +zone=58 +datum=WGS84 +units=m +bounds=160,-5,170,85  <>
+# UTM zone 59N
+<32659> +proj=utm +zone=59 +datum=WGS84 +units=m +bounds=166,-5,176,85  <>
+# UTM zone 60N
+<32660> +proj=utm +zone=60 +datum=WGS84 +units=m +bounds=172,-5,182,85  <>
+# UTM zone 1S
+<32701> +proj=utm +zone=1 +south +datum=WGS84 +units=m +bounds=-182,-85,-172,5  <>
+# UTM zone 2S
+<32702> +proj=utm +zone=2 +south +datum=WGS84 +units=m +bounds=-176,-85,-166,5  <>
+# UTM zone 3S
+<32703> +proj=utm +zone=3 +south +datum=WGS84 +units=m +bounds=-170,-85,-160,5  <>
+# UTM zone 4S
+<32704> +proj=utm +zone=4 +south +datum=WGS84 +units=m +bounds=-164,-85,-154,5  <>
+# UTM zone 5S
+<32705> +proj=utm +zone=5 +south +datum=WGS84 +units=m +bounds=-158,-85,-148,5  <>
+# UTM zone 6S
+<32706> +proj=utm +zone=6 +south +datum=WGS84 +units=m +bounds=-152,-85,-142,5  <>
+# UTM zone 7S
+<32707> +proj=utm +zone=7 +south +datum=WGS84 +units=m +bounds=-146,-85,-136,5  <>
+# UTM zone 8S
+<32708> +proj=utm +zone=8 +south +datum=WGS84 +units=m +bounds=-140,-85,-130,5  <>
+# UTM zone 9S
+<32709> +proj=utm +zone=9 +south +datum=WGS84 +units=m +bounds=-134,-85,-124,5  <>
+# UTM zone 10S
+<32710> +proj=utm +zone=10 +south +datum=WGS84 +units=m +bounds=-128,-85,-118,5  <>
+# UTM zone 11S
+<32711> +proj=utm +zone=11 +south +datum=WGS84 +units=m +bounds=-122,-85,-112,5  <>
+# UTM zone 12S
+<32712> +proj=utm +zone=12 +south +datum=WGS84 +units=m +bounds=-116,-85,-106,5  <>
+# UTM zone 13S
+<32713> +proj=utm +zone=13 +south +datum=WGS84 +units=m +bounds=-110,-85,-100,5  <>
+# UTM zone 14S
+<32714> +proj=utm +zone=14 +south +datum=WGS84 +units=m +bounds=-104,-85,-94,5  <>
+# UTM zone 15S
+<32715> +proj=utm +zone=15 +south +datum=WGS84 +units=m +bounds=-98,-85,-88,5  <>
+# UTM zone 16S
+<32716> +proj=utm +zone=16 +south +datum=WGS84 +units=m +bounds=-92,-85,-82,5  <>
+# UTM zone 17S
+<32717> +proj=utm +zone=17 +south +datum=WGS84 +units=m +bounds=-86,-85,-76,5  <>
+# UTM zone 18S
+<32718> +proj=utm +zone=18 +south +datum=WGS84 +units=m +bounds=-80,-85,-70,5  <>
+# UTM zone 19S
+<32719> +proj=utm +zone=19 +south +datum=WGS84 +units=m +bounds=-74,-85,-64,5  <>
+# UTM zone 20S
+<32720> +proj=utm +zone=20 +south +datum=WGS84 +units=m +bounds=-68,-85,-58,5  <>
+# UTM zone 21S
+<32721> +proj=utm +zone=21 +south +datum=WGS84 +units=m +bounds=-62,-85,-52,5  <>
+# UTM zone 22S
+<32722> +proj=utm +zone=22 +south +datum=WGS84 +units=m +bounds=-56,-85,-46,5  <>
+# UTM zone 23S
+<32723> +proj=utm +zone=23 +south +datum=WGS84 +units=m +bounds=-50,-85,-40,5  <>
+# UTM zone 24S
+<32724> +proj=utm +zone=24 +south +datum=WGS84 +units=m +bounds=-44,-85,-34,5  <>
+# UTM zone 25S
+<32725> +proj=utm +zone=25 +south +datum=WGS84 +units=m +bounds=-38,-85,-28,5  <>
+# UTM zone 26S
+<32726> +proj=utm +zone=26 +south +datum=WGS84 +units=m +bounds=-32,-85,-22,5  <>
+# UTM zone 27S
+<32727> +proj=utm +zone=27 +south +datum=WGS84 +units=m +bounds=-26,-85,-16,5  <>
+# UTM zone 28S
+<32728> +proj=utm +zone=28 +south +datum=WGS84 +units=m +bounds=-20,-85,-10,5  <>
+# UTM zone 29S
+<32729> +proj=utm +zone=29 +south +datum=WGS84 +units=m +bounds=-14,-85,-4,5  <>
+# UTM zone 30S
+<32730> +proj=utm +zone=30 +south +datum=WGS84 +units=m +bounds=-8,-85,2,5  <>
+# UTM zone 31S
+<32731> +proj=utm +zone=31 +south +datum=WGS84 +units=m +bounds=-2,-85,8,5  <>
+# UTM zone 32S
+<32732> +proj=utm +zone=32 +south +datum=WGS84 +units=m +bounds=4,-85,14,5  <>
+# UTM zone 33S
+<32733> +proj=utm +zone=33 +south +datum=WGS84 +units=m +bounds=10,-85,20,5  <>
+# UTM zone 34S
+<32734> +proj=utm +zone=34 +south +datum=WGS84 +units=m +bounds=16,-85,26,5  <>
+# UTM zone 35S
+<32735> +proj=utm +zone=35 +south +datum=WGS84 +units=m +bounds=22,-85,32,5  <>
+# UTM zone 36S
+<32736> +proj=utm +zone=36 +south +datum=WGS84 +units=m +bounds=28,-85,38,5  <>
+# UTM zone 37S
+<32737> +proj=utm +zone=37 +south +datum=WGS84 +units=m +bounds=34,-85,44,5  <>
+# UTM zone 38S
+<32738> +proj=utm +zone=38 +south +datum=WGS84 +units=m +bounds=40,-85,50,5  <>
+# UTM zone 39S
+<32739> +proj=utm +zone=39 +south +datum=WGS84 +units=m +bounds=46,-85,56,5  <>
+# UTM zone 40S
+<32740> +proj=utm +zone=40 +south +datum=WGS84 +units=m +bounds=52,-85,62,5  <>
+# UTM zone 41S
+<32741> +proj=utm +zone=41 +south +datum=WGS84 +units=m +bounds=58,-85,68,5  <>
+# UTM zone 42S
+<32742> +proj=utm +zone=42 +south +datum=WGS84 +units=m +bounds=64,-85,74,5  <>
+# UTM zone 43S
+<32743> +proj=utm +zone=43 +south +datum=WGS84 +units=m +bounds=70,-85,80,5  <>
+# UTM zone 44S
+<32744> +proj=utm +zone=44 +south +datum=WGS84 +units=m +bounds=76,-85,86,5  <>
+# UTM zone 45S
+<32745> +proj=utm +zone=45 +south +datum=WGS84 +units=m +bounds=82,-85,92,5  <>
+# UTM zone 46S
+<32746> +proj=utm +zone=46 +south +datum=WGS84 +units=m +bounds=88,-85,98,5  <>
+# UTM zone 47S
+<32747> +proj=utm +zone=47 +south +datum=WGS84 +units=m +bounds=94,-85,104,5  <>
+# UTM zone 48S
+<32748> +proj=utm +zone=48 +south +datum=WGS84 +units=m +bounds=100,-85,110,5  <>
+# UTM zone 49S
+<32749> +proj=utm +zone=49 +south +datum=WGS84 +units=m +bounds=106,-85,116,5  <>
+# UTM zone 50S
+<32750> +proj=utm +zone=50 +south +datum=WGS84 +units=m +bounds=112,-85,122,5  <>
+# UTM zone 51S
+<32751> +proj=utm +zone=51 +south +datum=WGS84 +units=m +bounds=118,-85,128,5  <>
+# UTM zone 52S
+<32752> +proj=utm +zone=52 +south +datum=WGS84 +units=m +bounds=124,-85,134,5  <>
+# UTM zone 53S
+<32753> +proj=utm +zone=53 +south +datum=WGS84 +units=m +bounds=130,-85,140,5  <>
+# UTM zone 54S
+<32754> +proj=utm +zone=54 +south +datum=WGS84 +units=m +bounds=136,-85,146,5  <>
+# UTM zone 55S
+<32755> +proj=utm +zone=55 +south +datum=WGS84 +units=m +bounds=142,-85,152,5  <>
+# UTM zone 56S
+<32756> +proj=utm +zone=56 +south +datum=WGS84 +units=m +bounds=148,-85,158,5  <>
+# UTM zone 57S
+<32757> +proj=utm +zone=57 +south +datum=WGS84 +units=m +bounds=154,-85,164,5  <>
+# UTM zone 58S
+<32758> +proj=utm +zone=58 +south +datum=WGS84 +units=m +bounds=160,-85,170,5  <>
+# UTM zone 59S
+<32759> +proj=utm +zone=59 +south +datum=WGS84 +units=m +bounds=166,-85,176,5  <>
+# UTM zone 60S
+<32760> +proj=utm +zone=60 +south +datum=WGS84 +units=m +bounds=172,-85,182,5  <>
+# MONREF_1997_UTM_Zone_46N [MONREF 1997 UTM Zone 46 N]
+<102224> +proj=utm +ellps=GRS80 +zone=46 +no_defs +bounds=87.76,41.58,96,52.15 <>
+# MONREF_1997_UTM_Zone_47N [MONREF 1997 UTM Zone 47 N]
+<102225> +proj=utm +ellps=GRS80 +zone=47 +no_defs +bounds=96,41.58,102,52.15 <>
+# MONREF_1997_UTM_Zone_48N [MONREF 1997 UTM Zone 48 N]
+<102226> +proj=utm +ellps=GRS80 +zone=48 +no_defs +bounds=102,41.58,108,52.15 <>
+# MONREF_1997_UTM_Zone_49N [MONREF 1997 UTM Zone 49 N]
+<102227> +proj=utm +ellps=GRS80 +zone=49 +no_defs +bounds=108,41.58,114,52.15 <>
+# MONREF_1997_UTM_Zone_50N [MONREF 1997 UTM Zone 50 N]
+<102228> +proj=utm +ellps=GRS80 +zone=50 +no_defs +bounds=114,41.58,119.94,52.15 <>
+##
+## Following entries use Oblique Mercator projection.
+## There is no easy way to automatically generate reasonable bounds for this projection
+## so bounds have been added by hand. (Otherwise unchanged copy from epsg file.)
+##
+# NAD83(NSRS2007) / Michigan Oblique Mercator
+<3591> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +bounds=-91,41,-82,49 <>
+# GDBD2009 / Brunei BRSO
+<5247> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31580995 +k=0.99984 +x_0=0 +y_0=0 +no_uoff +gamma=53.13010236111111 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +bounds=112,4,116,7 <>
+# NAD83(NSRS2007) / Alaska zone 1
+<3468> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +bounds=-141,54,-129,61 <>
+# NAD83(2011) / Michigan Oblique Mercator
+<6497> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +ellps=GRS80 +units=m +no_defs +bounds=-91,41,-82,49 <>
+# Rassadiran / Nakhl e Taqi
+<2057> +proj=omerc +lat_0=27.51882880555555 +lonc=52.60353916666667 +alpha=0.5716611944444444 +k=0.999895934 +x_0=658377.437 +y_0=3044969.194 +gamma=0.5716611944444444 +ellps=intl +towgs84=-133.63,-157.5,-158.62,0,0,0,0 +units=m +no_defs +bounds=52,27,53,28 <>
+# GDM2000 / East Malaysia BRSO
+<3376> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31580995 +k=0.99984 +x_0=0 +y_0=0 +no_uoff +gamma=53.13010236111111 +ellps=GRS80 +units=m +no_defs +bounds=109,0,120,8 <>
+# GDM2000 / Peninsula RSO
+<3375> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257964666666 +k=0.99984 +x_0=804671 +y_0=0 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +units=m +no_defs +bounds=98,1,106,8 <>
+# NAD83(2011) / Alaska zone 1
+<6394> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +units=m +no_defs +bounds=-141,54,-129,61 <>
+# NAD83 / Alaska zone 1
+<26931> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +datum=NAD83 +units=m +no_defs +bounds=-141,54,-129,61 <>
+# Kertau (RSO) / RSO Malaya (ch)
+<3167> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257905 +k=0.99984 +x_0=40000 +y_0=0 +no_uoff +gamma=323.1301023611111 +a=6377295.664 +b=6356094.667915204 +to_meter=20.116756 +no_defs +bounds=99,1,105,7 <>
+# Kertau (RSO) / RSO Malaya (m)
+<3168> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257905 +k=0.99984 +x_0=804670.24 +y_0=0 +no_uoff +gamma=323.1301023611111 +a=6377295.664 +b=6356094.667915204 +units=m +no_defs +bounds=99,1,105,7 <>
+# NAD83(HARN) / Michigan Oblique Mercator
+<3079> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +bounds=-91,41,-82,49 <>
+# NAD83 / Michigan Oblique Mercator
+<3078> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +datum=NAD83 +units=m +no_defs +bounds=-91,41,-82,49 <>
+# Timbalai 1948 / RSO Borneo (m)
+<29873> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.87 +y_0=442857.65 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs +bounds=109,0,120,8 <>
+# Timbalai 1948 / RSO Borneo (ch)
+<29871> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.8714630401 +y_0=442857.653094361 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=20.11676512155263 +no_defs +bounds=109,0,120,8 <>
+# Timbalai 1948 / RSO Borneo (ft)
+<29872> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.8727431979 +y_0=442857.6545573985 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=0.3047994715386762 +no_defs +bounds=109,0,120,8 <>
+# NAD83(2011) / Oregon Coast zone (ft)
+<6843> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-299999.9999988 +y_0=-4600000.00001208 +no_uoff +gamma=5 +ellps=GRS80 +units=ft +no_defs +bounds=-125,41,-123,47 <>
+# NAD83(2011) / Oregon Coast zone (m)
+<6842> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-300000 +y_0=-4600000 +no_uoff +gamma=5 +ellps=GRS80 +units=m +no_defs +bounds=-125,41,-123,47 <>
+# NAD83(CORS96) / Oregon Coast zone (ft)
+<6841> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-299999.9999988 +y_0=-4600000.00001208 +no_uoff +gamma=5 +ellps=GRS80 +units=ft +no_defs +bounds=-125,41,-123,47 <>
+# NAD83(CORS96) / Oregon Coast zone (m)
+<6840> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-300000 +y_0=-4600000 +no_uoff +gamma=5 +ellps=GRS80 +units=m +no_defs +bounds=-125,41,-123,47 <>
+# Tananarive (Paris) / Laborde Grid approximation
+<29702> +proj=omerc +lat_0=-18.9 +lonc=44.10000000000001 +alpha=18.9 +k=0.9995000000000001 +x_0=400000 +y_0=800000 +gamma=18.9 +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +pm=paris +units=m +no_defs +bounds=43,-26,51,-11 <>
+# NAD83(CORS96) / Oregon Columbia River West zone (ft)
+<6809> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988 +no_uoff +gamma=295 +ellps=GRS80 +units=ft +no_defs +bounds=-125,45,-121,47 <>
+# NAD83(CORS96) / Oregon Columbia River West zone (m)
+<6808> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000 +y_0=-3000000 +no_uoff +gamma=295 +ellps=GRS80 +units=m +no_defs +bounds=-125,45,-121,47 <>
+# NAD83(2011) / Oregon Columbia River West zone (ft)
+<6811> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988 +no_uoff +gamma=295 +ellps=GRS80 +units=ft +no_defs +bounds=-125,45,-121,47 <>
+# NAD83(2011) / Oregon Columbia River West zone (m)
+<6810> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000 +y_0=-3000000 +no_uoff +gamma=295 +ellps=GRS80 +units=m +no_defs +bounds=-125,45,-121,47 <>
+# NAD83(2011) / PCCS zone 1 (ft)
+<8065> +proj=omerc +lat_0=32.25 +lonc=-111.4 +alpha=45 +k=1.00011 +x_0=48768 +y_0=243840 +gamma=45 +ellps=GRS80 +units=ft +no_defs +bounds=-112,31,-110,33 <>
+##
+## Following entries use Sinusoidal projection
+##
+# ESRI:53008 / Sphere Sinusoidal
+<53008> +proj=sinu +lon_0=0 +x_0=0 +y_0=0 +a=6371000 +b=6371000 +units=m +no_defs <>
+# ESRI:54008 / World Sinusoidal
+<54008> +proj=sinu +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs <>
Index: /trunk/nodist/data/projection/projection-reference-data
===================================================================
--- /trunk/nodist/data/projection/projection-reference-data	(revision 16006)
+++ /trunk/nodist/data/projection/projection-reference-data	(revision 16006)
@@ -0,0 +1,55215 @@
+<EPSG:2000> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +units=m +no_defs  <>
+    -65.72073387441722,88.58125429912346,389722.10018399,9838803.155011615
+    -68.40162567176624,16.92665621616051,-282809.585718079,1882229.41909779
+    -58.889720770407784,-75.26635481827063,488257.59399606,-8354595.728016884
+    -56.967587756991584,87.68599287884717,422656.097441589,9739512.76914914
+    -58.84924473302095,47.6244468484561,636709.630933816,5278530.281937508
+    -67.8557316304968,-34.822967592534646,-135785.21993477,-3868409.39041662
+    -59.601645751772864,-21.90634239643505,647756.408725468,-2423948.818745453
+    -66.72484255637686,-57.97860735664896,120702.53288835,-6435158.917208423
+<EPSG:2001> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=-255,-15,71,0,0,0,0 +units=m +no_defs  <>
+    -58.463947762013184,-37.59938233308987,712381.996748469,-4166867.257905625
+    -65.44763773958462,48.405514371417524,145123.426289565,5366487.496414297
+    -63.88820262269838,-69.43202007039508,326220.064382874,-7702814.060484434
+    -57.65045041216063,0.1236415884733475,884647.636151916,13633.324983045
+    -64.1692793603268,-52.971083038352035,254583.056565535,-5870652.372784758
+    -63.66513771891778,59.95566670697116,307248.198342267,6646861.505422675
+    -60.69342068053742,-58.29539771032216,476812.181379866,-6461656.343115876
+    -56.15852499540542,-55.968637043172976,764560.026493718,-6217353.596833942
+<EPSG:2002> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=725,685,536,0,0,0,0 +units=m +no_defs  <>
+    -55.824514672382534,-74.60706807235458,581665.857762952,-8288288.661682792
+    -64.36981280570936,46.462321614579,217089.888210892,5147106.296588813
+    -67.6802984265319,-36.36930290415117,-110670.306003029,-4039839.513661733
+    -67.14101262037505,81.34030581196475,312737.999687728,9033712.454078568
+    -60.94152120683029,73.22508689503798,433133.124352536,8124638.642188077
+    -57.56998724091933,-66.59151330441637,595256.623855142,-7392032.82371085
+    -64.85976901573656,-65.20201658583763,265266.60388021,-7233257.59151662
+    -63.86663686248943,-18.589236043625718,202100.835975337,-2056651.896914805
+<EPSG:2003> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=72,213.7,93,0,0,0,0 +units=m +no_defs  <>
+    -65.46413859636053,32.42031639129573,74082.362026816,3591833.250453735
+    -56.43525736184214,-24.272847756991112,965157.034179049,-2695537.105783792
+    -60.34455756731132,12.269129948756188,579869.332432262,1356630.057005541
+    -67.89767774806482,40.27188523272153,-101674.400379351,4474077.317283452
+    -64.19932958973826,64.61215734789118,294651.252785083,7166156.344886134
+    -68.57963948120094,-54.44068711153158,-26521.723206939,-6051855.314792846
+    -61.001293576075675,-48.44358730084837,473683.520318523,-5365529.639599869
+    -56.14679252620137,65.5241995423653,670090.17475504,7278544.307600547
+<EPSG:2004> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=174,359,365,0,0,0,0 +units=m +no_defs  <>
+    -59.916937584421504,55.87695067761885,529983.724837475,6193347.348261881
+    -64.58819674488187,2.04979538915309,111794.983543927,226405.633063473
+    -67.07429127673998,43.11648213808206,-13133.319631701,4785396.495211711
+    -58.84557160926118,-58.56450710962295,583113.156107956,-6495225.602321391
+    -61.46113734852797,-33.62411760567493,449651.130578951,-3720455.503528724
+    -60.12729332834861,-76.37407047440473,448908.238234124,-8476674.163164085
+    -57.58885385536209,15.150692252458938,873932.153321273,1679217.300496574
+    -62.57261343393395,30.76398786224523,344883.667462108,3402855.356180197
+<EPSG:2005> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=9,183,236,0,0,0,0 +units=m +no_defs  <>
+    -65.7633283129582,51.39046327031542,138125.929506814,5699159.247021438
+    -63.7512068631932,-21.14927258960074,218088.718720952,-2339636.044478547
+    -68.79219384320272,41.946364966040534,-163163.109497724,4665481.925654651
+    -56.8421462617727,-48.819365873300086,778399.352813667,-5419744.272977279
+    -68.5611927756318,54.69349517561551,-22645.551419174,6079617.021825866
+    -66.38159700524433,-86.97502327132123,374120.138243172,-9660020.097958682
+    -67.79832374768304,-56.69511031220871,45094.655598455,-6297861.601555059
+    -66.14548373637479,15.974756175750585,-43967.793812026,1770149.741749569
+<EPSG:2006> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=-149,128,296,0,0,0,0 +units=m +no_defs  <>
+    -60.60383636349671,65.43166219711708,464835.009132646,7256261.068264115
+    -63.943955094175124,-59.61765348792802,290423.162014786,-6609778.284489539
+    -62.38129274507132,-30.029191681838157,363312.556605176,-3321956.443836701
+    -56.839188954792945,-88.05169575224625,419630.875517512,-9780078.832250625
+    -68.03804394134666,26.042287358479484,-204618.255740868,2893795.792967105
+    -58.25857357329174,33.60744786284846,747227.713041646,3724235.291005291
+    -55.26949912735324,-13.249738792031508,1130624.030085544,-1474748.234014815
+    -57.27553485069279,-37.54365584335248,817482.412879764,-4165436.858015724
+<EPSG:2007> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=195.671,332.517,274.607,0,0,0,0 +units=m +no_defs  <>
+    -58.621896115673145,11.809127576113895,767822.770825645,1307251.748210471
+    -67.63350245409833,14.502061124623069,-208149.669095013,1610302.563018465
+    -58.57129617124054,61.80832102640119,580306.574909189,6856605.399727007
+    -59.40530958168915,-61.610405897482735,537256.153939782,-6832797.329743304
+    -67.36982321176876,47.08836806755221,-7814.119887284,5228168.897167605
+    -55.04792865379446,34.22631267222907,1040487.537528557,3808505.471293463
+    -55.02821013572776,-36.70550966202973,1022723.042319234,-4084664.85482598
+    -62.7559107765577,78.8964755263662,383422.013209946,8757345.223299876
+<EPSG:2009> +proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+    -58.524700138934136,76.52528722318061,304157.293864245,8496201.979407273
+    -53.73024224543015,-7.941231481363374,831251.441239658,-881041.586303101
+    -60.519396118850224,-22.151452076477142,96481.34360076,-2451567.154422641
+    -57.27296241580221,69.6953456979497,352334.193600177,7734520.695172435
+    -59.34539638211939,-24.867781154793462,219371.09035205,-2751240.707173776
+    -56.567798621634914,73.23786434150637,367010.240956082,8130296.053559899
+    -61.110705491796665,72.73286449732205,218300.282953246,8074820.619679456
+    -51.89438595412034,-3.9151716679609336,1039989.941090595,-435756.615717946
+<EPSG:2010> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+    -55.65116646903661,-81.0295221798388,406481.005728648,-9004205.647454571
+    -66.64352509214496,80.49429528565847,210057.768230684,8943508.958153611
+    -62.12459584542406,-3.75988074579692,235423.764218803,-415708.803740345
+    -64.57406599096791,82.98844041968792,262910.638247004,9218934.821217977
+    -54.860438500895405,45.58753984425513,822869.893544409,5071009.356360801
+    -66.76200498443322,25.03837338421627,-226673.686240414,2780218.11716161
+    -66.42936899837166,36.32793269223292,-137933.005079373,4032625.635888519
+    -65.96639363225447,74.76002344346963,173818.085944412,8304095.247842323
+<EPSG:2011> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+    -71.03608042075736,-34.06841501160011,-298993.372359933,-3790020.878536845
+    -57.811043795000934,-36.23860149997282,906446.598938108,-4032231.489095466
+    -66.11461725767737,-1.771809367648828,125139.095427461,-195963.348271761
+    -65.42828577078036,83.13026330456319,292399.883609756,9233756.524333693
+    -67.42749861673975,-40.529997519519846,56754.283915666,-4491839.80509492
+    -62.65387455833975,-2.7624662174515464,510089.846643959,-305569.480645703
+    -69.41883253584558,13.084196228218687,-229184.318944116,1451989.487468969
+    -66.15352600106695,8.441115164422797,122702.902415038,933671.280578947
+<EPSG:2012> +proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+    -62.219476089335444,-48.608156986723245,694111.483151041,-5398771.326601929
+    -61.11603240253047,-78.84018170868865,442519.562484132,-8762163.442062512
+    -61.94445461513743,55.068323584430516,659503.355981011,6118127.254695078
+    -62.54803773136073,36.792908693480356,746898.075147457,4084377.600119646
+    -64.68911708808736,-65.62755248475874,434244.161346197,-7283283.271108119
+    -66.57069167518135,-18.42965338904054,402972.365054937,-2038462.487183463
+    -68.00154581964307,25.54441948833417,254398.020612726,2826015.285982187
+    -69.13157188008674,53.595157907100656,196784.335672609,5941283.551198437
+<EPSG:2013> +proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+    -66.59031826007532,45.59830401352448,609814.841216709,5058156.349182676
+    -75.60634614969665,-29.808007421638543,-189131.413263686,-3309281.220447008
+    -67.5456367022409,61.24318762763414,463382.273896535,6795294.705040622
+    -66.52428136105274,23.14872243277854,712146.309423668,2566165.10263213
+    -66.22305633147617,28.903100030396146,722103.148731059,3205570.877149831
+    -69.55284109334191,-11.851024362089674,407999.708364254,-1310566.988033735
+    -71.41186856934887,12.33410869913817,205623.911859626,1363992.146160582
+    -71.4721535290638,-60.00765337802325,250570.976910092,-6654451.867059156
+<EPSG:2014> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+    -77.0535520691041,-6.626401586711722,-88366.798452928,-734030.844180092
+    -67.9294842744566,-14.959978492575303,904796.268012817,-1661840.822832892
+    -75.96525873595355,-2.791293927572781,30631.699983092,-308884.56825649
+    -79.45715947165131,-7.971319031348557,-353072.96700122,-886091.575460908
+    -79.92870896150306,-30.936645145978616,-310137.735548417,-3441206.136044465
+    -74.86170586524274,-78.8439138085146,275380.250543001,-8755387.376695264
+    -79.41774338377763,-0.8193006876032882,-355016.279781256,-91067.348482474
+    -79.02202388753886,-7.39958764567578,-305690.162779105,-821913.637557957
+<EPSG:2015> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+    -69.80957623222899,-85.85151542512425,358734.093635284,-9540703.641617728
+    -82.89761621000461,48.76536105119959,-165359.283595862,5422552.780268078
+    -79.93384835304744,-42.60384830382537,23014.561534957,-4723744.997064207
+    -80.59554863072005,0.9012303530167856,-151408.869193555,99893.437401389
+    -83.28374409400621,-30.458297427035696,-347402.851375756,-3390029.051937849
+    -78.50038394490157,-77.41866692266075,256150.445553653,-8596758.945649408
+    -72.47901507428007,-75.36592448175985,418156.032407222,-8370643.139557342
+    -77.42408612303953,-37.13029966916657,222691.347661328,-4110756.515411464
+<EPSG:2016> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+    -75.03520582888281,52.69183730042846,606582.939408357,5848885.890243092
+    -75.596678274034,-14.167107009569762,726437.414661479,-1570100.235599263
+    -84.40112600530777,13.69682376078859,-225907.620704598,1519942.064247339
+    -80.64958376378335,-11.47688929672286,179374.266480692,-1269262.07839451
+    -76.7600579559244,61.400340407290514,451142.846226125,6812293.177249401
+    -72.66128413765149,-2.8975428872025333,1066862.527847271,-322651.290645391
+    -73.38145881856587,-52.78508920415135,717380.389462887,-5867474.171775062
+    -76.94420232239464,11.760594707010796,583437.262373121,1301657.291419442
+<EPSG:2017> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-75.5,40,-74,60  <>
+    -74.4559131195369,52.024105309322714,239190.114538134,5765662.373999639
+    -74.7985995526207,40.343918346109305,194472.471952315,4467868.95016825
+    -74.86557759404778,53.275933246078516,213712.870115257,5905391.036501876
+    -74.9043093533901,46.36109498535397,196735.39258882,5136450.006615632
+    -74.39515192902851,42.37427915727804,231077.211853437,4692915.317127815
+    -74.96585661428536,40.08006939389451,179778.028340576,4438795.300320687
+    -75.0591690921578,46.54128700489717,185213.845336776,5156700.783763469
+    -74.61798376915961,46.108404598827576,218372.804467169,5108014.129619421
+<EPSG:2018> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-78.5,40,-74.5,60  <>
+    -75.12666734256611,55.66560633897082,391215.891429789,6171355.6736328
+    -77.55020053209775,45.68521103072638,222993.737106005,5060910.23373292
+    -77.07969346829917,42.93274252018084,257483.049224994,4754720.67688718
+    -77.228541081722,45.66345396017556,248027.640889897,5058214.000660582
+    -76.4595824811486,59.276073590372405,307104.244539822,6572558.156974357
+    -78.14347546447885,55.86466425276089,201912.724690819,6193882.607299983
+    -76.76549605117705,50.54980586378637,285984.291681129,5601258.953880696
+    -78.48019447204315,44.43506422454805,147151.809767166,4923363.866243894
+<EPSG:2019> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-81.5,40,-77.5,60  <>
+    -78.0406638759914,45.41631010044101,419019.557795839,5031526.738794216
+    -78.20754514006435,51.01480174295418,395490.824525089,5653743.493185142
+    -78.16814055630269,47.46481064015675,405206.392154128,5259037.810352911
+    -80.82523948403187,43.64225846348901,197878.171442135,4834228.379505724
+    -78.97161184587291,48.601887853747,343767.588338475,5384732.422161175
+    -77.87126844628085,55.286493959236296,408273.773521019,6129505.743362145
+    -79.19233722776548,54.409276537135554,324775.489198752,6030696.508360893
+    -80.6563075436122,54.936396094702644,230692.55711226,6089937.391418139
+<EPSG:2020> +proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-84,40,-80.5,60  <>
+    -82.47281112351102,45.71984699520749,306916.595914226,5064223.341995835
+    -83.12529824242135,50.58669532746691,260519.83248898,5605515.156906757
+    -83.47915440736351,57.90118770295406,246745.233836487,6419844.597186339
+    -81.77190826845984,59.47310576475366,346068.724407485,6594731.251439956
+    -83.86897595467472,53.15587999632846,213230.52830871,5892036.913709251
+    -82.4029693359733,52.69263679613529,311360.106461384,5839618.643542342
+    -82.16963236523992,52.93702793997511,327010.73865121,5866859.322461542
+    -82.7501777887373,49.570327049457866,286705.197406088,5492318.41427904
+<EPSG:2021> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-83,40,-79,60  <>
+    -80.21427173183707,55.247758041178265,354767.945680678,6124266.153140191
+    -82.10513521007454,52.91821154404952,230470.268958578,5865286.350592213
+    -80.84460600628304,54.93959292550336,314758.594978525,6089692.176857779
+    -82.89729493462936,55.86272618252093,186018.833359311,6194073.360835485
+    -79.37900612376917,43.76209987618631,435323.595791355,4847965.82130845
+    -80.70501179455853,47.12883748213492,327180.080001272,5220871.551364169
+    -80.57293626285812,50.788602867366514,334912.838460889,5627873.911474548
+    -79.78892366087751,45.023598480022606,400243.609913285,4987564.502516639
+<EPSG:2022> +proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-86,40,-82,60  <>
+    -83.48836252767543,54.69973036925419,337783.586711571,6063102.145462918
+    -84.6388325820413,50.12739330105959,259122.793301655,5554438.006345213
+    -84.45625213823782,48.4000931933413,271018.465414779,5362260.90918831
+    -82.19889828516501,58.21365796422167,410654.832011993,6455638.396821461
+    -82.06212725066752,45.00051469484656,457583.038843822,4986113.16274506
+    -84.62038738618173,55.022863476764954,265124.235493461,6099126.248573285
+    -82.57739413845464,52.23004101385645,401991.268504581,5789097.052088873
+    -84.71174231223087,45.73020111465013,249402.650098782,5065620.066579707
+<EPSG:2023> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-89,40,-85,60  <>
+    -85.07889543321565,44.439037632794275,457733.49084683,4923693.179707329
+    -87.09049828719759,46.65639525576776,297873.542296284,5168317.974262633
+    -87.95160749323624,53.42805011935444,241550.323015844,5921870.746638165
+    -85.83629172233326,40.713973701698755,403124.658193845,4508798.771630673
+    -88.5174841498913,55.85636732811894,209779.258068451,6192778.915793909
+    -86.73846050740006,48.58196739384213,324095.632696539,5382415.692938334
+    -85.91656875611885,55.23755022827336,373717.172324314,6123383.651632141
+    -87.31618099140364,42.642986374145885,278871.388832454,4722421.107070245
+<EPSG:2024> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-92,40,-88,60  <>
+    -89.86363469966744,47.353811485991294,315102.023534589,5245847.362010847
+    -88.06932608533172,49.021492367252065,445996.783952517,5433051.820845722
+    -91.05316981862711,51.336957037529174,231412.470541882,5689311.883409155
+    -91.39477806597293,53.492680620066736,212236.59032802,5929546.948473862
+    -91.86127640004938,45.67348593534406,159784.389366551,5060756.021924061
+    -90.11252861174617,46.54508832899556,296169.75495394,5155948.228189792
+    -90.36011492928074,42.81520240441884,275350.136551212,4741564.432413787
+    -90.9878228861701,46.89907402675941,229534.241642628,5195762.686221447
+<EPSG:2025> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-95,40,-91,60  <>
+    -91.96817820143285,57.33476708341222,366936.643097482,6356817.913629069
+    -92.91564144555377,43.23031647156607,311652.439344228,4787616.170385723
+    -94.49533719647172,47.98179488167962,193179.631088713,5316735.029661041
+    -91.78197687691666,49.98141625791587,392153.736517087,5538718.25304477
+    -92.38160583080474,50.8021780066103,348391.086913521,5629479.274406781
+    -91.58091137243491,48.93041663678643,408773.326330967,5422098.894135669
+    -92.21607314265185,49.42126425666836,361671.898024118,5476006.831347048
+    -91.5107969414549,42.51968697370385,427165.005681095,4709752.393761975
+<EPSG:2026> +proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=clrk66 +units=m +bounds=-96,40,-94,60  <>
+    -95.68216357852275,58.760010693858604,323193.517056913,6515118.718252406
+    -94.61090896174889,51.50695882572876,401235.998034224,5708612.215169198
+    -94.77836893247866,47.55353209932916,396741.502741567,5268764.252105071
+    -94.26615483898425,58.62307275429022,405526.930307013,6501124.205765071
+    -94.89886731003887,42.33232688281168,395547.435272212,4688454.899783144
+    -94.16773711640151,52.418938720803396,429444.509904485,5810740.199879318
+    -95.74251278694311,45.39380161620814,324961.083167607,5028021.559129964
+    -94.37790399313123,47.28503125605365,427502.751999012,5239468.69123241
+<EPSG:2027> +proj=utm +zone=15 +ellps=clrk66 +units=m +no_defs  <>
+    -87.72077114594603,-23.339824923171832,1040196.616378145,-2590868.348988512
+    -88.83493062035025,-44.80652968665847,829385.947486612,-4969686.162635902
+    -94.47154058450735,-47.300042697017716,388750.629437781,-5239339.009990401
+    -97.36785911455155,-17.19510485145433,35173.974660434,-1906268.574493357
+    -96.15669213505919,-86.30936628746214,477324.174542403,-9586440.06181676
+    -93.19709711067536,-17.67004999296293,479095.990377006,-1953574.623186217
+    -95.45527647879227,-24.331068165085313,250859.214229439,-2692926.923370797
+    -96.89905837105454,52.73119044796684,236755.548834506,5849283.622339007
+<EPSG:2028> +proj=utm +zone=16 +ellps=clrk66 +units=m +no_defs  <>
+    -89.44687915506155,-18.01246609869841,240917.294588515,-1993156.088109034
+    -89.49679166893233,34.46970923969948,270672.023063152,3816871.537767764
+    -82.30621723825656,-64.42269522359672,725959.205097648,-7152277.685894509
+    -91.28113644533839,88.98380779261808,491530.415571179,9884741.302876262
+    -84.83225474827742,42.492369623372724,678145.656692301,4706508.519227069
+    -87.55817819959859,-21.166836359454052,442052.316614438,-2340575.972381899
+    -93.15842431683187,-27.918952092539513,-106635.840496423,-3103356.200429067
+    -93.0327538215321,-46.58890173696611,37883.849911226,-5176968.734167001
+<EPSG:2029> +proj=utm +zone=17 +ellps=clrk66 +units=m +no_defs  <>
+    -75.06274937841258,-6.808175409536858,1157198.915759304,-756543.254128531
+    -86.97885337285676,-69.94195088358639,271452.73408826,-7770437.853804252
+    -77.99228778952035,11.735279361360398,827875.98538022,1298952.265711453
+    -78.54592581486634,-11.385632503205585,767817.308919102,-1259673.727097575
+    -83.14298966171626,81.58861948574807,465009.351405442,9059433.259740146
+    -79.96613726567095,10.503424575309921,613135.103136236,1161187.074546851
+    -77.56729531642846,62.90097498704671,674409.95951559,6979009.96430901
+    -86.37661186858881,-71.44332919933186,309240.911968424,-7935165.260168376
+<EPSG:2030> +proj=utm +zone=18 +ellps=clrk66 +units=m +no_defs  <>
+    -78.71894015270394,-78.82305292049013,419573.145740877,-8752650.89116773
+    -81.80118948813714,68.44690529869982,221636.73502467,7607899.342685872
+    -80.79330207714156,-85.16196213658709,445538.039970673,-9460456.714205239
+    -78.47907633520954,14.863423211307321,125530.743142387,1646038.113566738
+    -79.33232212810127,-33.49992743366722,97430.410262088,-3714928.387477682
+    -69.78274682947233,8.8932300727771,1074384.428580949,987037.296474099
+    -74.96880612993392,63.63620276203696,501545.628738641,7056279.432222146
+    -72.4416313491054,22.559428198671085,763095.116572321,2496858.950025169
+<EPSG:2031> +proj=utm +zone=17 +ellps=clrk66 +units=m +no_defs  <>
+    -87.4980903680947,-41.11668790809906,-45707.729506025,-4571894.972292835
+    -85.24464416724736,47.372360382808324,179561.415796791,5255066.784821187
+    -82.93837680123585,44.24742079043935,345234.324590511,4900964.506674682
+    -80.86590243322274,88.65068529134808,500352.5714454,9847230.667227566
+    -85.55584752838273,-70.39298194457969,329508.018454478,-7815913.950227805
+    -81.06110785256877,43.88075826306823,495090.78947518,4858414.817305812
+    -84.13367754485766,-39.60437537088132,230940.543182933,-4388332.084744976
+    -82.02071049524194,18.871793212445255,392482.205948936,2086826.443811663
+<EPSG:2032> +proj=utm +zone=18 +ellps=clrk66 +units=m +no_defs  <>
+    -79.83221225856074,35.98851744475431,64249.796146747,3993287.028685832
+    -76.47750543102758,33.344207342950625,362506.900604531,3690229.133956886
+    -80.9567846405218,59.04080896812698,158451.366142288,6559633.7586178
+    -81.35278906218181,-61.13601294399298,158235.77823604,-6794351.43882974
+    -81.15860733326173,76.93168833868862,344812.325328015,8547137.914798478
+    -73.13582553392658,44.677942641897715,647750.874679958,4948648.359924399
+    -72.87428899984148,26.696083868571307,711499.853698577,2954371.752532387
+    -73.22053158045028,-9.276052740567167,695470.245931889,-1025796.903294682
+<EPSG:2033> +proj=utm +zone=19 +ellps=clrk66 +units=m +no_defs  <>
+    -74.73553268049646,63.406951963464195,213807.556019984,7043558.159199606
+    -71.76530691033184,30.22282878036762,233833.659844961,3346530.829725274
+    -62.1445016914448,-30.136904337753798,1161087.480063001,-3353691.757145481
+    -63.30182966440998,-24.7768516457476,1076665.720574406,-2752126.472692612
+    -62.52573263333146,-1.0851598079817677,1221850.552754598,-120710.13950767
+    -65.17912488106654,29.209756153906582,871551.720106504,3237099.911076757
+    -71.74230494839651,34.54837647438346,248352.71081839,3826182.166404021
+    -66.08829636680557,70.059584030418,610794.301183734,7774989.768625882
+<EPSG:2034> +proj=utm +zone=20 +ellps=clrk66 +units=m +no_defs  <>
+    -59.64195293456062,-52.43508031297277,728264.505525577,-5814517.977871023
+    -64.17782383136722,-29.55140733877797,385887.753473401,-3269479.652336934
+    -63.20177407890735,-28.160661955726304,480190.163173069,-3114844.010876633
+    -67.77156408445968,2.6439202632739693,-31015.726981416,293237.828096935
+    -63.79550959446553,-68.33682214641638,467227.238408482,-7580447.462770354
+    -61.63697176913734,-78.03374141332854,531546.756226688,-8662362.287295189
+    -66.40513407667697,77.54917699983767,418085.192975461,8610293.669497224
+    -69.99736844441091,50.042082894626475,-839.860150781,5566586.713379751
+<EPSG:2035> +proj=utm +zone=21 +ellps=clrk66 +units=m +no_defs  <>
+    -53.13618169601462,0.9278485321916605,930223.185360559,102783.856223065
+    -50.70732290803209,65.0252652194452,796089.621284283,7225836.577000397
+    -58.58076996028743,-65.72540320051004,427486.727428723,-7290024.428913394
+    -55.787877739011144,-47.54636075760723,591210.939518025,-5266375.266997559
+    -51.22393845808023,45.644140365927655,950108.713116195,5070542.130122025
+    -61.95926097660853,42.92899879644844,95265.352175548,4764660.949000992
+    -58.740283998341994,50.20557193963131,375810.905343158,5562717.992672647
+    -50.45589456492776,14.982670079572415,1204943.916455614,1666748.356184924
+<EPSG:2039> +proj=tmerc +lat_0=31.73439361111111 +lon_0=35.20451694444445 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 +towgs84=-48,55,52,0,0,0,0 +units=m +no_defs  <>
+    34.83690781774085,-72.24388358123306,206939.162583975,-1.090496137505133E7
+    33.992388688641746,2.8590060215305755,84679.430015925,-2569360.881404282
+    37.62214261405509,41.36762187455335,421739.952465805,1698691.557358623
+    38.63539364695016,86.31011628497996,244104.171075068,6705106.777312486
+    33.71467535415239,1.3046770352851524,53631.53101816,-2741255.091817955
+    29.66638180692047,12.673337425745984,-382980.710493142,-1477585.361389688
+    39.01784357289094,34.21864711610226,570944.844752078,908959.3204123
+    33.702059118010354,32.04215748895784,77541.421912619,661973.223884806
+<EPSG:2040> +proj=utm +zone=30 +ellps=clrk80 +towgs84=-125,53,467,0,0,0,0 +units=m +no_defs  <>
+    -9.435982679492076,-51.43389455867486,52817.248463308,-5717971.731183926
+    -0.09957081358523467,84.55450820096092,530672.005574342,9390525.33493725
+    0.2588066294507314,28.664865313405443,818480.143883005,3174775.926233526
+    2.1304699610043496,-46.82465437312365,891210.838434218,-5198733.810740253
+    3.2704122856518794,65.59050024578116,788730.371719015,7288361.099606051
+    -5.268494325777777,-84.75179661221142,476795.57783779,-9412319.084829368
+    -9.391965208550634,-29.047216912049414,-122997.022148303,-3230524.839827899
+    -6.352830326413413,9.557791332083468,131809.489435418,1057847.070340188
+<EPSG:2041> +proj=utm +zone=30 +ellps=clrk80 +towgs84=-124.76,53,466.79,0,0,0,0 +units=m +no_defs  <>
+    0.4620534858749892,17.272991891767774,868119.624736281,1912607.590221518
+    1.8376248522597507,-55.73011533324816,803604.894337307,-6186825.320636642
+    -8.537829400324187,22.481422151765813,-70359.90250551,2496233.210149152
+    -5.104960783451577,52.19557844680557,356081.369852025,5784521.023990272
+    -5.590490646669996,-34.15758306968687,261153.452241969,-3783019.93090495
+    -9.644762819057004,-49.065114414544844,14767.530151917,-5456237.110079466
+    -2.694984261621924,69.81714616132862,511698.725574236,7745211.35374435
+    -5.461889509662666,-18.65320355053356,240251.835226873,-2064675.648450249
+<EPSG:2042> +proj=utm +zone=29 +ellps=clrk80 +towgs84=-125,53,467,0,0,0,0 +units=m +no_defs  <>
+    -10.163507643029057,71.49187078215988,458745.312848083,7932355.017915713
+    -6.482556861644017,-8.268199037758194,777285.18541745,-915283.770202594
+    -3.977488063888636,-17.984557349371045,1032249.416923253,-1996130.633613969
+    -4.425080206683454,52.839328876628684,808050.632293944,5863848.306350021
+    -8.091949357964271,68.04633801062081,537852.182478542,7547998.825259925
+    -15.807971193291221,17.486432818904873,-224217.272515777,1945883.896903735
+    -2.482276727585049,64.78601443345431,809360.815748502,7200229.810876046
+    -7.664754458336075,52.838149834327396,589911.159476785,5854741.153199354
+<EPSG:2043> +proj=utm +zone=29 +ellps=clrk80 +towgs84=-124.76,53,466.79,0,0,0,0 +units=m +no_defs  <>
+    -15.13149208203069,28.973785003861437,-98013.120427584,3220188.272035227
+    -12.816881251441469,71.01247281925444,361439.30152428,7882853.183397332
+    -15.073981208654654,-49.617395096809304,61386.891353908,-5514066.795023374
+    -15.395996627746962,-71.8551090879829,278047.616113582,-7984550.423517548
+    -4.583390287443681,76.91343050940782,611504.023980538,8541023.267580617
+    -12.457218939247415,-9.050798982082881,119808.758932482,-1002732.604863914
+    -10.957880682926032,-74.21558283480378,440536.164305562,-8237032.074255125
+    -12.561211462011375,1.3841811704720612,103552.1128718,152823.975924791
+<EPSG:2044> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +units=m +no_defs  <>
+    108.2469480659648,67.65317422154794,1.863772527378059E7,7510871.57194018
+    104.62204179540649,23.170041019593484,1.846125437927542E7,2563480.735486186
+    98.22181155575525,-16.702815535399537,1.777562204791045E7,-1859716.267536505
+    98.5425594433894,77.42889242908802,1.8343297767906576E7,8606763.859602932
+    102.4119303431952,-66.23293928345723,1.8383541691689156E7,-7351229.951153358
+    103.9604197626401,-80.33190179229874,1.848045705035506E7,-8922418.688712314
+    108.63463252643791,48.16572823898892,1.877030090565613E7,5343306.505368663
+    107.1925143634641,-8.396456830346636,1.874148328035861E7,-929113.077537236
+<EPSG:2045> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +units=m +no_defs  <>
+    116.08771258919984,-8.716645249546573,2.00605179795489E7,-967630.444772147
+    114.57497653966722,-57.646049107580524,1.971336987944157E7,-6397484.954089378
+    105.60996135113696,-85.37371515889689,1.9451457464770846E7,-9487587.120564332
+    109.18145884813781,-58.69250459974411,1.9394499519342065E7,-6509844.272300711
+    110.17819191840775,-21.286912727358597,1.9414662730473533E7,-2355013.172126594
+    105.86748619419947,-76.42286601942644,1.9365549055922974E7,-8491659.611688115
+    108.79878722927579,56.00771719639019,1.9362644974993687E7,6211671.912349095
+    112.52057446954777,-4.8928968881775745,1.9668621820751086E7,-541171.60632989
+<EPSG:2046> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    17.646954340379402,87.1365786705114,-14763.885342678,-9682482.162906956
+    9.42152096184006,-82.52318940042827,80950.221469234,9170809.212823467
+    17.00692611034648,52.54381986230362,-136148.049761457,-5825748.919428801
+    13.043736019233272,-3.6182434209859764,217381.308495972,400324.249712212
+    13.824288841421682,-19.93002383298716,123095.700460424,2205050.174598041
+    11.567159811964277,-8.623219882453498,378068.143069618,955277.948260005
+    9.541432782420367,27.453660151742127,540071.139541505,-3049783.09539883
+    19.82883844422218,-1.5416525591220847,-537991.203929507,171078.556054582
+<EPSG:2047> +proj=tmerc +lat_0=0 +lon_0=17 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    17.03904241626013,52.745221094170404,-2636.603302355,-5846268.30838794
+    11.727749640628408,-13.945613959938285,570432.554991968,1548666.601537915
+    21.04933932512489,28.510773313221733,-396587.646376458,-3161744.000625284
+    18.619426786771143,-42.561235622082975,-132986.854372377,4715249.580109519
+    21.04805761877535,60.53544372184237,-222126.15037854,-6720566.398419068
+    14.733650831886212,-87.3002203650949,11920.255010082,9700654.37660121
+    22.55951868992696,-15.174952768668646,-598255.960503818,1685963.183296265
+    17.006702015322627,-76.28016642132141,-177.509150165,8469835.560772229
+<EPSG:2048> +proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    23.67022266037707,-88.83933361298455,-10554.585943028,9872756.76724637
+    16.741980170764023,3.3152264188509832,251008.752846323,-366869.008783603
+    20.997093063534635,7.808314914039499,-220310.970725566,-863974.046104505
+    16.16962159156873,-56.47994572635248,174372.760290638,6265594.992962564
+    25.858389697802853,8.066050490070396,-757721.023893558,-898342.872761744
+    13.967900676076722,-17.133138169708843,536041.007221383,1901988.894824266
+    20.818345667701244,-55.267531058540335,-115581.125459505,6128520.942520438
+    13.86529366255293,10.437268874098706,562906.133799749,-1158799.337038696
+<EPSG:2049> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    25.598912109623093,-63.29353784897691,-230549.093499717,7029375.289397626
+    14.424591722211396,64.18149476032971,319221.388396666,-7136600.794284427
+    14.99664856593912,-29.149650253860813,584681.091670782,3240811.149008616
+    26.435668992443347,16.708914484827872,-580439.725711733,-1856026.586707985
+    20.96616693855139,-88.05360223549705,128.349674931,9784565.700238006
+    23.50452707179332,-41.6659556319191,-208591.504341941,4617566.349304555
+    27.982236654111556,19.911211483804053,-732481.637880128,-2217789.80070775
+    18.848021035423724,-39.58721334261885,184875.783837566,4385910.091039619
+<EPSG:2050> +proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    21.533571359119183,39.70229718134442,125768.663538321,-4397502.804005006
+    16.09784337901326,24.222615443706403,702227.206173281,-2697356.069214116
+    25.165515082180725,-60.997971509595715,-117163.255520249,6767204.32400864
+    22.089467535397123,-45.01187463123536,71777.776133862,4986667.419184519
+    22.054958531316608,-52.97552703747609,63482.54479819,5872314.87871547
+    21.655952313970506,15.432981304780071,144269.442373757,-1707349.680606328
+    29.658560553976848,-68.99181281381226,-266063.522945369,7670964.774485203
+    19.349393836943825,-2.881055057768947,406148.744086978,319224.286043952
+<EPSG:2051> +proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    30.67908197405098,-6.864626467353389,-628698.075814495,762820.809430926
+    30.301622633043124,-85.81678907693271,-43133.894992041,9536726.363867762
+    19.458832240743657,-30.86916861612867,530320.151444198,3429652.394821075
+    25.26078556516687,-80.98029948192466,-4566.149545757,8994613.452136742
+    26.642415302508134,21.589653680186842,-170100.022984093,-2389261.098416595
+    23.079651585819256,33.50598637229142,178444.528741273,-3710517.621720088
+    29.916048231196037,1.0466703879907016,-547837.972583394,-116165.071656393
+    20.47806113674687,-83.89495440382525,53658.842209638,9322201.479382306
+<EPSG:2052> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    27.142577408159188,-29.244280377515352,-13859.804503867,3236353.24414607
+    29.94106447366514,61.18698082161956,-158160.130601681,-6789886.819755383
+    31.77899609101602,31.616714800807927,-453689.279650647,-3509285.705800408
+    25.97754423080987,47.19816106755559,77475.60291643,-5229784.351650156
+    25.743301367420564,48.87002940734112,92192.930474965,-5415935.406194678
+    26.45445828417297,-23.962723377003613,55526.381693727,2651267.336301434
+    30.038339482973395,53.79549279859117,-200188.40451315,-5967438.4707376
+    28.599998626094504,79.24733798152397,-33333.966307049,-8801556.919046484
+<EPSG:2053> +proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    27.10965507909988,20.572007876716384,197121.836050264,-2276834.955944513
+    24.311978228595493,-47.78195006278597,351279.063970017,5304837.500616922
+    31.289261710350612,-68.95202287098427,-91775.364477723,7653784.727355586
+    25.855000449464267,83.82896556657326,37741.201405487,-9313755.296147387
+    34.045097090767634,44.62550162804604,-400379.733567965,-4955726.041414772
+    24.65186522595829,-84.11802575352526,49721.768363113,9346885.561032994
+    29.97369393949348,-20.23079287203592,-101748.658132543,2238215.337737015
+    35.49778617752524,-15.805360096493658,-697438.284850485,1758909.910581733
+<EPSG:2054> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    28.50191524404294,-9.775529738449833,274156.722810324,1082042.082530225
+    31.090020823727446,81.98130174971755,-1402.512291788,-9106385.379405702
+    33.39226575059085,7.329310301976335,-264219.073774635,-811181.41688295
+    24.86977102551841,11.783601729484047,669305.134343153,-1310478.934265403
+    37.80711404371169,9.813298752470843,-748420.902813824,-1092808.541260158
+    29.988258160928098,75.19446603614125,28869.664378617,-8348890.195337722
+    30.44181015033115,82.08578149979701,8583.824684776,-9118093.196731556
+    34.48191132589838,52.86094915132534,-234477.137989111,-5864828.744984053
+<EPSG:2055> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    38.32675881097413,41.21145000937463,-446818.007485976,-4577761.516483744
+    26.869548506115947,35.743341999427514,554867.557565553,-3974443.877493884
+    38.334402128685646,17.428676416995515,-567408.430874343,-1935677.233176389
+    38.554631455775755,35.48294517871186,-504334.041105957,-3942389.763154408
+    29.194058525949465,-42.19757371631502,314370.757699122,4680601.131528856
+    28.644019528261918,49.157670251453425,317683.428662015,-5456306.289781086
+    31.15868361097951,70.90841964946674,67235.032999437,-7871352.064651952
+    33.29003600866639,45.316662019521544,-22742.104886051,-5020177.497344757
+<EPSG:2056> +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=2600000 +y_0=1200000 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs  <>
+    4.184633524794158,24.395395755441854,2242877.209823684,-1361612.49283178
+    -30.628442960724605,30.164513921466295,-1037562.341334881,213078.455085577
+    -16.006189519180193,64.44666360951973,1432313.361795543,3363417.973692844
+    38.582611263006214,82.63055239178496,3129530.092642947,5594774.420152685
+    -2.5319698814860345,14.077504278770846,1327539.44365433,-2565762.392538243
+    0.784945394078008,30.623034012441494,1936494.078247148,-608249.926822182
+    25.38498671444333,74.69839721796511,3192004.20759532,4496923.296015276
+    -9.073760724790297,42.799634135507624,1256238.032357059,880062.936361756
+<EPSG:2057> +proj=omerc +lat_0=27.51882880555555 +lonc=52.60353916666667 +alpha=0.5716611944444444 +k=0.999895934 +x_0=658377.437 +y_0=3044969.194 +gamma=0.5716611944444444 +ellps=intl +towgs84=-133.63,-157.5,-158.62,0,0,0,0 +units=m +no_defs +bounds=52,27,53,28  <>
+    52.27606552693877,27.01752791934509,625872.008019969,2989589.439826262
+    52.690885906392545,27.56944499120568,666991.49497163,3050700.60339665
+    52.723940681616654,27.92435383596932,670216.834628315,3090028.499887364
+    52.43916082389391,27.180092394649403,642079.388515918,3007568.945868837
+    52.51846685232825,27.045851083614835,649927.415964455,2992688.077183048
+    52.201812128689966,27.29328552601261,618601.623899722,3020163.465421667
+    52.75336572096067,27.05619676160529,673228.952198853,2993840.282179377
+    52.46883236091338,27.135445083634618,645014.106596141,3002618.775943626
+<EPSG:2058> +proj=utm +zone=38 +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +units=m +no_defs  <>
+    43.58062110572477,-70.65028105092384,447524.758802827,-7839053.878485741
+    45.24194713996468,57.3869576017544,514555.366167396,6360653.882694354
+    43.625469153607526,-72.50964738796627,453903.009410625,-8046364.138907063
+    50.76617203253203,85.49607910239527,550480.200772651,9497796.992144044
+    49.59554220002054,0.9750158472587884,1011864.119843403,108284.241823268
+    38.35857002250398,43.10442454363425,-40480.993191087,4794043.644502264
+    39.02723213562832,66.01262501503746,229392.03936599,7334379.164321152
+    44.98399098747711,8.500463267258041,498248.626534707,939798.80276416
+<EPSG:2059> +proj=utm +zone=39 +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +units=m +no_defs  <>
+    54.65410827507365,11.58394418983049,898627.43858961,1283278.820036303
+    52.20590157699954,7.922396508034751,632917.120831801,876084.247119667
+    54.18297187776761,-20.24907537797425,832558.640431857,-2242116.210774449
+    57.18253640028873,-36.29920946102047,1055436.181936578,-4034831.846313084
+    46.95968406273791,-10.626413730331961,57714.727804844,-1177403.826259826
+    56.60765824380611,37.975867362527254,992681.09200009,4218179.402711709
+    47.02421127165694,18.60094606436101,80281.82191363,2061504.116672151
+    54.82729987512709,51.987171565840924,762764.530267675,5766701.314849491
+<EPSG:2060> +proj=utm +zone=40 +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +units=m +no_defs  <>
+    52.76350628008831,20.246282297313428,57197.396167775,2244588.516116142
+    55.08946468588471,-47.91292459008186,357214.835964316,-5308343.977210183
+    62.50902659428763,-51.97884381066751,878221.610090967,-5772999.819826567
+    61.875705109899805,-33.31342338182136,954055.43538323,-3696567.837669861
+    52.01739423788963,63.57460706926929,252755.780737566,7059410.373154451
+    57.21563300475547,-60.77546471312397,511719.12587433,-6737802.29578741
+    50.00552322427883,-66.91234870184294,194414.83902467,-7438825.290083475
+    56.55048306744263,-50.65167013900027,468194.774481411,-5611151.940370057
+<EPSG:2061> +proj=utm +zone=41 +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +units=m +no_defs  <>
+    67.1215088792639,21.59161401405173,926860.203230756,2393465.425176071
+    67.92549850786442,8.887905072686806,1042147.706586134,986241.656296835
+    62.73043933830249,78.65215506325242,494034.629664799,8731321.299439989
+    68.69779735889793,-29.500412154095315,1052712.835705879,-3276889.678794594
+    59.2777887506625,-18.29056469933367,106331.077472679,-2026219.277640514
+    66.52088239009234,-63.83366175368376,673132.817792021,-7083277.840732042
+    69.07546800834815,-48.5577401154154,948162.067815781,-5396098.54109855
+    60.79296180077364,79.92365492399153,456857.64181894,8874036.797065953
+<EPSG:2062> +proj=lcc +lat_1=40 +lat_0=40 +lon_0=0 +k_0=0.9988085293 +x_0=600000 +y_0=600000 +a=6378298.3 +b=6356657.142669561 +pm=madrid +units=m +no_defs  <>
+    -69.53564395678724,57.92386441748967,-3154643.832693486,4080423.801081743
+    -3.112215433986961,68.03768714473578,627984.376418974,3870328.843376073
+    48.418028343846444,-1.5043897897717393,7547518.573445963,-2296363.537617736
+    -10.716525221002726,81.86046938195769,420868.562342467,5935919.385097652
+    -35.57970627047297,58.51935380980305,-1328178.43616431,3045702.695904192
+    -57.715999861654055,53.609940386562954,-2861746.567325476,3208876.164548811
+    -77.36371215113185,77.46218920247908,-1611426.506690343,6166437.227671171
+    35.1442025341579,-10.729828077015334,6492288.019981696,-4455694.516178369
+<EPSG:2066> +proj=cass +lat_0=11.25217861111111 +lon_0=-60.68600888888889 +x_0=37718.66159325 +y_0=36209.91512952 +a=6378293.645208759 +b=6356617.987679838 +to_meter=0.201166195164 +no_defs  <>
+    -61.52916190746961,59.44764759180316,-50271.017830507,2.676687254171706E7
+    -60.66897640558286,73.94845012136676,190114.377434736,3.4804053773517534E7
+    -60.949317140403,57.45841113994791,108931.077238152,2.5664043673203837E7
+    -61.48697962239755,-68.16766520863851,22181.587912319,-4.36093727685401E7
+    -61.47684173873915,63.64244251828521,-7323.721788523,2.9090406269168705E7
+    -60.84761596596928,23.635087151759762,105526.169679408,6992510.01199164
+    -59.73849600379452,-70.47508374706827,363266.211497693,-4.488927655410947E7
+    -61.298989261099685,9.239493243055335,-147341.850764217,-926301.164065264
+<EPSG:2067> +proj=utm +zone=20 +ellps=intl +towgs84=-0.465,372.095,171.736,0,0,0,0 +units=m +no_defs  <>
+    -61.65883780954587,-40.656647323696724,613207.545558774,-4501589.815267288
+    -65.51123785924537,-54.33476648235975,336564.941655636,-6023723.565824389
+    -69.20509786327426,73.61166899641591,304728.603856857,8178771.668287703
+    -63.86476995322376,-11.226145689574196,405431.820160842,-1241276.121221935
+    -59.02895567671951,53.66475990220826,762161.514089621,5953396.898770786
+    -64.13611222270109,-34.37088711991317,395372.169517123,-3803964.07084509
+    -58.88218301293572,-69.48041295281993,660813.117848541,-7713366.027052328
+    -61.32109242906533,70.0936097582522,563625.215016412,7777086.667241142
+<EPSG:2068> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    4.528931736942891,83.52050728076915,143788.409132181,9279724.691635683
+    9.449876384783826,17.901691997535323,247746.359482693,1980143.381983877
+    2.8881959589272563,42.86876963520129,-299363.46211963,4766025.012026384
+    4.221697702421594,-36.75419387604154,-226722.661413717,-4079442.80184394
+    15.357770957999406,63.084368142746314,520893.173899192,7013180.653613272
+    3.563827254649612,-7.417650264162603,-400872.755991739,-823717.854975021
+    8.97404143842856,-32.94670067756415,197652.508459885,-3646412.878471393
+    11.623718368002868,-15.599649190570062,481523.800951422,-1726788.812277121
+<EPSG:2069> +proj=tmerc +lat_0=0 +lon_0=11 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    6.334136049890724,-73.95228209228083,56189.97956575,-8214918.980894811
+    10.499710443739527,-54.280748154813296,167491.574659092,-6016698.728686923
+    13.246073762645704,38.17093293022555,396887.407065168,4228630.296638109
+    9.27537357339661,62.405862867764654,110928.980216215,6922856.339069448
+    16.164172936328463,0.4928186898326743,775665.180344802,54865.295169696
+    17.56204180320858,76.34487035729589,372719.498417547,8486020.64412978
+    15.375686198611788,-62.21003179872845,427634.535395899,-6907394.217900367
+    17.96288964139704,-21.82951867667805,921174.497868001,-2430932.416360779
+<EPSG:2070> +proj=tmerc +lat_0=0 +lon_0=13 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    9.990641290887208,18.122659473010955,-118504.957028478,2007143.108469255
+    7.1768531299096745,80.78732903497792,96129.63604664,8977563.949540753
+    9.872052695707088,-54.7202747883301,-1443.985439748,-6069995.900651076
+    13.414580594206473,-37.16673629557665,236889.801233235,-4114636.25544455
+    19.006434521291474,60.253776886641816,532315.308075729,6697013.899306496
+    11.142364233561235,-61.51443776173197,101203.5194047,-6823593.768387518
+    12.680308927226843,16.269561003270525,165901.651611037,1799498.698051671
+    10.576553802931514,-42.17826314083818,-145.143907963,-4673784.37346755
+<EPSG:2071> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    17.337780394495663,-88.23687322555935,208096.916355921,-9804394.459910389
+    9.566386875734212,-46.785860791614205,-214775.469661391,-5197265.57871902
+    15.649614434608987,84.94543070158431,206457.43381983,9436692.774476115
+    11.98840662173075,-24.228436971197112,-105897.710120412,-2683532.454474724
+    18.753803712554415,52.72103646170288,453632.923456973,5849799.331035277
+    20.187713895237806,-60.82466906508873,482085.751274414,-6756484.068290881
+    18.63331676557351,-51.43954404468046,452644.857661021,-5706685.899856838
+    18.518766820985988,-50.25651211106372,450956.59076561,-5574748.80434039
+<EPSG:2072> +proj=tmerc +lat_0=0 +lon_0=17 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    18.010239752831033,-39.47645442275273,286979.286213879,-4371407.384521813
+    16.0577330199256,1.2799793802868322,95198.13004315,141693.055473108
+    13.606981807546418,-24.613902680417013,-143634.240528963,-2727164.281828911
+    12.93580827592616,-12.878512838441239,-241357.072829481,-1427497.950267935
+    16.59286800382339,40.177333791330454,165387.757549483,4449046.904309732
+    20.958819731495907,63.79305630516501,395089.277850335,7082314.341749615
+    15.643853612249938,74.16782769278058,158753.699610977,8233887.200745421
+    18.72170484474306,-49.318194363859945,325225.660931836,-5465888.690120146
+<EPSG:2073> +proj=tmerc +lat_0=0 +lon_0=19 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    17.484268228164872,47.71358705683835,86331.999596798,5287357.778208796
+    14.441247802224728,-66.82544898657146,-63.193011022,-7421535.886333388
+    17.221810467459328,66.80379483422533,121883.628565038,7413032.504301006
+    14.60455647051738,-8.464499170251386,-284367.282672345,-938534.379872849
+    22.190340376538323,-76.52944936475053,283006.105318298,-8499171.378532318
+    20.32887513186323,47.85589860665337,299488.628680197,5302921.325079081
+    18.09278819266052,46.424534532482085,130326.887495762,5143352.443377856
+    21.026891248108733,26.796542544895317,401601.745308202,2966584.542898974
+<EPSG:2074> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    24.191148139208206,27.095418601073163,516586.728707786,3002107.016770599
+    14.929497564511827,-34.66013706600808,-356726.497496086,-3853255.28715479
+    21.726737998840804,-67.8352884717959,230657.771001871,-7527007.158669433
+    25.365957998727666,32.46560367219368,610635.488522229,3601720.314403806
+    27.665295019050763,-59.17611324582699,580749.661320211,-6580710.330286788
+    16.560064606207998,-12.624482539252185,-282730.695877846,-1399996.888132643
+    21.13374556692976,-4.908841779586851,214884.008405274,-542609.44400498
+    21.379384755429317,-58.258027848172105,222321.989387881,-6459465.358197166
+<EPSG:2075> +proj=tmerc +lat_0=0 +lon_0=23 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    24.408862077621933,-78.46387271005166,231507.047980052,-8713249.232749462
+    29.189156728516494,12.52028505315161,873877.603072537,1392587.337981481
+    27.876723297851484,-29.030437631024633,675360.485579553,-3222072.268926071
+    19.861290511882743,74.5159254136384,106524.970848553,8274728.58746833
+    27.58178667998974,-9.203473871753815,704038.419072144,-1020747.331675264
+    28.207895263306384,-63.758259170488856,456845.206499255,-7082725.47242037
+    25.948117054084104,18.39166715645071,511652.117152352,2036838.781716817
+    29.520870211317238,-47.3774502893675,692372.278042818,-5269324.954596233
+<EPSG:2076> +proj=tmerc +lat_0=0 +lon_0=25 +k=0.9999 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    19.142898433957622,-72.40804882731959,2670.864114302,-8046571.984533372
+    24.96946007278216,-40.87867282494994,197466.800553486,-4526605.040854614
+    25.13911537592735,21.24093617915608,214480.026863563,2349704.787550801
+    24.215888906724295,22.951734105774577,119628.948248704,2539334.864397864
+    22.67279450100983,7.871382163724434,-56643.802805269,871219.756606526
+    28.239276768459064,62.735277515887674,365600.301666784,6962527.236605608
+    31.914988192075562,-11.788647527200155,955316.819027286,-1312790.182318558
+    31.01758797641362,7.175347625141967,865841.448256281,797915.485463218
+<EPSG:2077> +proj=utm +zone=32 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    14.707128133572573,-37.49919440949417,1004772.237801146,-4165538.312427244
+    11.413154443750992,-86.02131399417789,518769.090151654,-9554318.53396653
+    2.767389954757058,67.45412508710064,233772.894096043,7495596.958121822
+    4.0568213980395935,-28.283665428848927,14984.514972079,-3138481.659417891
+    14.506428305642167,-74.35351062848984,665637.491540279,-8259257.159883434
+    11.950280572655398,-44.228988339935746,735715.23465624,-4901521.583257488
+    11.656921067514812,-83.31648009569251,534592.536416891,-9252740.699220981
+    8.95903923476703,-39.96924245648931,496581.603048973,-4424309.691022046
+<EPSG:2078> +proj=utm +zone=33 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    20.21569201955381,-41.44030675192393,935870.734454774,-4600750.360055543
+    11.635878607305145,-70.86085076767705,377014.504185176,-7865379.729710107
+    8.71949018649663,88.63799346320482,483431.662635812,9846995.301818924
+    20.67009005889168,-84.19252192094736,564021.138375271,-9352891.4413924
+    19.805328280170585,-56.89341685979429,792685.577665428,-6315836.27618405
+    14.769522400761755,-12.02656571753009,474977.921066423,-1329376.416044695
+    18.42252844421685,-69.10843306572062,636217.765512582,-7670333.536232107
+    18.163405802359343,88.40298266664928,509903.98027353,9820115.901518613
+<EPSG:2079> +proj=utm +zone=34 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    14.696838580455804,18.363587399426024,-166929.257895316,2042183.376506598
+    22.659916062705967,-46.245117455447264,628016.876543137,-5122600.739720021
+    17.881708928324503,51.37245216780627,283022.211307188,5696049.415842635
+    22.133297547224835,-11.635150755007743,623594.216616143,-1286328.71985933
+    14.630205932525689,73.95144702313641,303837.37714976,8217296.857779494
+    15.53309931277315,33.185836549556456,-9884.444190042,3685418.826887428
+    22.76677675458382,14.912958656637443,690097.551886756,1649628.281274779
+    18.22562057506873,-13.938094507495592,200252.525671282,-1542507.188024471
+<EPSG:2080> +proj=utm +zone=35 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    22.039644262625604,-55.117696089790954,183783.944659155,-6119140.393108226
+    28.28825484498155,-51.30730755095961,589835.000453804,-5684782.755910599
+    22.559051304291636,28.90911255687213,66875.383944636,3206226.733068387
+    29.759713445124056,13.320151717650063,799021.657585622,1474372.708143911
+    20.13845424018332,-38.54240564013446,-98264.575913759,-4288329.54290276
+    32.31702501268038,-41.485269042796936,944002.398720778,-4606254.442681596
+    20.989956947550027,78.93171724981073,371449.694596243,8769153.4622374
+    33.244028770222734,10.937914228471769,1183572.510087795,1216372.739808234
+<EPSG:2081> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +units=m +no_defs  <>
+    -68.515440075679,18.851971455227442,2551067.80398781,1.2087666537611434E7
+    -75.99510701647523,-46.040178750142864,1958552.821871188,4877789.697988534
+    -64.3069865810522,-61.85834973614652,2746905.574688073,3132055.257288326
+    -70.3103188006535,56.96139179998701,2420285.500321611,1.6318808380071739E7
+    -70.8712287777242,-14.150182765462517,2297935.694084408,8436501.239556469
+    -62.58690517670016,-52.488849694248465,2935409.935560127,4165063.023040247
+    -74.70373984719443,69.64589739089357,2278768.704914648,1.774230492878601E7
+    -64.43842775936943,72.21118158550442,2655482.597050057,1.802409878891189E7
+<EPSG:2082> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=27.5,14,186.4,0,0,0,0 +units=m +no_defs  <>
+    -65.1312827639826,-43.54237510362512,2812655.519866536,5171721.53315913
+    -71.51267583550728,-54.452174067781485,2337005.405722169,3962810.368796309
+    -65.23228331414433,32.65248105416751,2853573.504308407,1.3622753420108056E7
+    -71.03470164075347,-31.737098538583858,2307135.366512927,6487494.875710661
+    -65.91727045923187,-70.3407866437181,2615720.441143499,2192028.416901536
+    -66.46587735438739,1.5903238165985414,2782062.265239338,1.0178131236559236E7
+    -62.86710649576077,58.69673544664738,2855259.60360863,1.6527577964558642E7
+    -69.64255954258411,21.23704417016897,2433263.970646747,1.2351662465417046E7
+<EPSG:2083> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=16,196,93,0,0,0,0 +units=m +no_defs  <>
+    -66.6630684045358,-33.21651531709766,2717798.787106355,6322971.64801597
+    -70.18285324998065,74.79611721839547,2465275.395271982,1.8306898290364034E7
+    -70.1346670946831,-47.43770133626331,2414324.167958071,4745630.395062543
+    -63.075685248503035,36.33267999470989,3032115.462086879,1.404105290143859E7
+    -73.08576665902827,55.04419336133776,2238806.519858249,1.6112094137870112E7
+    -67.16551440240676,-30.70867145757927,2675661.604694061,6602056.010205932
+    -63.32932201520113,-65.65408042798275,2760592.399418002,2706125.937828784
+    -64.57487862068763,81.158988124042,2575803.818877935,1.9019850700195257E7
+<EPSG:2084> +proj=utm +zone=19 +south +ellps=intl +towgs84=16,196,93,0,0,0,0 +units=m +no_defs  <>
+    -74.27065744085257,41.00754943678203,56597.917316711,1.4552977718547154E7
+    -70.02527148863862,-30.123293447716463,401149.188795894,6666989.858779276
+    -75.16826034127008,50.40900662926899,61764.191136148,1.5602321357382927E7
+    -67.75082090274252,-46.17140820408418,596342.472438521,4886024.410545713
+    -71.86220141296727,57.551088405553514,328646.03977309,1.6382371791642513E7
+    -64.16808875480223,73.47828836214356,653142.038644014,1.816011339952332E7
+    -73.1129391806092,-31.872393778818306,110738.229100422,6466204.633036239
+    -66.02720763742495,-27.43918636689194,793784.379241987,6961286.278290492
+<EPSG:2087> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +units=m +no_defs  <>
+    11.356628045795102,57.81694122816964,461850.1244875,6408707.193846418
+    7.70386657820487,-82.49827200107309,437507.584344302,-9162925.986581944
+    11.013342092676812,34.78264839604543,409799.269645162,3849578.287211523
+    10.50717443455928,83.69502471882296,481771.432475586,9294473.019946432
+    13.666592157103537,-50.70911160280733,617747.547221669,-5618806.451609794
+    15.81645240391465,-6.915380752521344,921993.381212282,-765950.810946023
+    9.212484173708038,12.701742929091168,197321.331276569,1405947.930602911
+    12.7819863110242,65.00955159292275,536934.628227693,7209940.548519678
+<EPSG:2088> +proj=tmerc +lat_0=0 +lon_0=11 +k=0.9996 +x_0=500000 +y_0=0 +datum=carthage +units=m +no_defs  <>
+    15.373727159402133,-47.979283093043584,826272.874673462,-5323391.998191781
+    15.332381115432126,23.455329232463797,942719.548975028,2600137.927571022
+    10.52599993000223,-14.057104438830521,448770.567085459,-1554474.544534054
+    14.517582760829505,-6.9284840204255715,888750.057212944,-767695.062168312
+    16.951171273549637,27.00868166917742,1090974.292702729,3000908.620160004
+    15.832576183206214,-59.49801274742221,773381.678069557,-6605461.955710506
+    9.201045293312067,-62.364771291923105,406866.40958219,-6916087.917656126
+    5.560472072985323,-81.15930953603495,406757.549534011,-9015111.693743156
+<EPSG:2089> +proj=utm +zone=38 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    50.46301278989361,-50.16344285485827,890083.055972721,-5571103.059053902
+    40.63457711847793,81.05142035279235,424262.427764151,9001795.574881617
+    49.51699630252211,-57.85440092720687,767958.406518803,-6421450.836745269
+    39.38181018351711,-57.27503800120185,161454.603980627,-6361983.982292063
+    43.669858011359786,-26.97766427587736,367996.621388075,-2984656.537276249
+    48.820315068563715,-77.78458441792854,590175.210878336,-8637268.710122565
+    50.18638556422504,38.33749181053456,953399.734591805,4256009.962076401
+    50.82528668372901,-49.96271207085404,917679.635340551,-5550767.027097718
+<EPSG:2090> +proj=utm +zone=39 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    46.03784956906013,28.828013400933855,15562.880721721,3199062.450549361
+    54.32151565489437,73.11892907876069,607607.474672242,8116732.411051827
+    45.3809848435383,-4.094945248694316,-124668.705448188,-454814.88304483
+    45.51241497559811,28.856933745088597,-35664.976051245,3204539.868462494
+    57.68168639209406,29.50704953044348,1148355.247775514,3282838.317439697
+    57.00141140736919,0.786235039310256,1168976.578616716,87384.753813003
+    48.38374707152498,19.87708118622963,226040.769722992,2200006.893811054
+    49.151856269703416,69.55448692800056,427959.721257578,7717280.73543646
+<EPSG:2093> +proj=tmerc +lat_0=0 +lon_0=106 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +units=m +no_defs  <>
+    100.67747573218065,-59.031168118219696,194517.850611538,-6558313.607421831
+    106.2450305078751,31.616060341603955,523202.976890161,3499366.752114924
+    112.39085632866278,35.91847866957636,1077143.148320072,3995487.045332252
+    105.49697493502039,84.63767550731396,494702.818264043,9403135.336279886
+    103.45286087455544,-66.89775063348141,388404.142902065,-7425243.40152886
+    105.09639401848032,-29.215676506499896,412087.683237963,-3233464.832734391
+    109.39913424150922,7.905757224790477,874983.79990254,875823.474571128
+    109.12514143992507,50.94104913942738,719586.449275881,5650239.4941013
+<EPSG:2094> +proj=tmerc +lat_0=0 +lon_0=106 +k=0.9996 +x_0=500000 +y_0=0 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    108.00414394142612,-64.18912310096243,597340.569997055,-7119620.237324264
+    105.9014247693299,-18.52483759068552,489572.009354344,-2048257.127244978
+    106.70445660926156,-83.12072122572758,509417.059104179,-9229990.390128743
+    105.13273008206995,-66.6816183992339,461682.027957047,-7396153.426212866
+    108.6676634365948,63.31744940776852,633614.447019774,7023736.03818018
+    110.45852632345722,-68.2287230543802,684401.944967828,-7575030.546720404
+    106.60651507590153,-36.58327812335335,554238.437446065,-4048816.973551376
+    105.82875076084908,16.609463947399675,481710.209078588,1836358.231626863
+<EPSG:2095> +proj=utm +zone=28 +ellps=intl +towgs84=-173,253,27,0,0,0,0 +units=m +no_defs  <>
+    -8.286537770837771,51.23229868079949,968297.706132675,5697109.697192873
+    -11.679209673094798,27.77972541593853,827076.793826326,3077211.426913518
+    -8.791901099739663,-6.0943193830979965,1188056.383412671,-677630.122697006
+    -11.532059672729105,-14.72677053062354,873299.88928375,-1631012.955382456
+    -9.765254757084682,46.7136405616622,899867.064680698,5186666.69185123
+    -17.289439140053467,81.93603873021527,463953.95876777,9098464.25711822
+    -14.64599323907089,-25.436495754344207,535396.170921698,-2813362.305233242
+    -8.792048639944012,11.606130581820878,1177788.550400548,1290388.971177614
+<EPSG:2096> +proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    124.96886959570428,-22.257570424303026,-215704.732205044,-6174705.181688195
+    131.92788447961675,-22.12487629009101,502133.598481948,-6157376.892921003
+    128.1578058174064,44.811278988365956,133386.069126175,1256736.38580374
+    128.18589299641152,79.82284458741921,183937.434438296,5157426.392038974
+    132.39974290960612,71.33673193266682,321402.236670434,4213606.785706885
+    126.97023947083389,58.48456444899554,81626.006270484,2779287.695590867
+    128.45997150217025,27.26607411030524,146532.112923373,-690145.220757524
+    133.14252056800095,-7.766726413393343,657274.392853505,-4568084.88729718
+<EPSG:2097> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    125.87118522917163,-55.17996883126858,128096.617673446,-9824290.887104917
+    133.46049922061314,70.51461065476411,440184.319427887,4131259.740700456
+    120.0792157767703,-12.055930652942138,-555137.068401395,-5049781.085940282
+    131.1675005754659,35.19064246784177,579626.935081805,196243.300249003
+    124.17515400426505,64.37963627242442,63705.307346909,3437373.707825785
+    125.25047622015052,-24.614946848065372,22841.728736259,-6431340.435876037
+    126.9599728963295,36.83076710310321,196429.666998242,370246.783912329
+    122.56537358872554,-0.6259067142238024,-294070.57954305,-3776489.469067776
+<EPSG:2098> +proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    124.21416911554661,-81.73859060296188,187390.828973833,-1.278544985141758E7
+    130.53126753962505,-21.357834639468663,774298.857161432,-6079661.682458986
+    120.88709655745929,-26.179489058753404,-211315.434260369,-6610034.830804382
+    124.5684240835436,74.44371389722005,187077.156151617,4556924.300918658
+    120.79841210536493,-59.45043243811936,-38193.370178283,-1.0306761434887059E7
+    126.12016013887451,13.570371431328041,321229.593864753,-2206131.641754928
+    119.56552171577707,77.31053963070778,66881.597285043,4883015.584559275
+    125.46290432874974,-25.127301327649768,246676.797862397,-6487041.951320055
+<EPSG:2099> +proj=cass +lat_0=25.38236111111111 +lon_0=50.76138888888889 +x_0=100000 +y_0=100000 +ellps=helmert +units=m +no_defs  <>
+    50.3666787074535,-39.984999706407926,66286.584814996,-7136425.871669324
+    50.60693684777548,60.91375170105695,91620.268302243,4047522.525817866
+    50.43073173319871,-34.718783371915826,69711.767373988,-6551926.810902649
+    50.510912019616995,51.76973981678239,82709.494470718,3029372.897207081
+    49.96554572216911,79.11708770631202,83219.548697419,6078320.144375526
+    49.79160537076792,-86.80084547260843,93955.361762454,-1.2353232801693087E7
+    50.875038895663614,77.83217041949248,102675.217685114,5934747.365163458
+    49.7746716130189,-30.179554924656784,4967.436392583,-6048905.675290656
+<EPSG:2100> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=0 +datum=GGRS87 +units=m +no_defs  <>
+    24.584814896968368,18.478934163328915,561591.422040816,2042992.115929769
+    26.174344572315594,-18.44147323599647,729489.064332664,-2040594.254184434
+    26.208794484213023,33.39480404932978,705283.453771198,3696946.79899145
+    17.876536117348547,7.941544942755684,-176281.143452974,882575.147581762
+    21.796220437450295,-13.876517574192789,261691.451811755,-1535371.676350457
+    27.659957402708926,-59.92279286775975,704391.329832489,-6648460.887910413
+    30.24155507443097,79.61692279048694,625203.798072974,8845357.957232108
+    24.256517917890925,-63.89980382062315,512441.610989189,-7085846.27386004
+<EPSG:2101> +proj=lcc +lat_1=10.16666666666667 +lat_0=10.16666666666667 +lon_0=-71.60561777777777 +k_0=1 +x_0=0 +y_0=-52684.972 +ellps=intl +units=m +no_defs  <>
+    -142.18431356972275,-21.021047096656822,-8456354.033708904,-2757576.333812215
+    8.891298488391811,16.01941654206817,8572096.71350341,1664323.593563504
+    5.703322002677766,-9.49414722001488,8915304.885751387,-1203178.299896026
+    -64.50176787928639,10.382962538825112,777906.700866767,-20247.653373369
+    -22.95508589682632,67.28331153084575,4132759.037247263,8152076.948998194
+    -34.41956881438061,-17.58114389289323,4431170.814920819,-2991299.491390023
+    -84.63071577364767,47.86639028337707,-1245260.244615176,4502759.083363318
+    -59.96544859987041,-30.929913284084968,1453775.813826703,-5003505.514096688
+<EPSG:2102> +proj=lcc +lat_1=10.16666666666667 +lat_0=10.16666666666667 +lon_0=-71.60561777777777 +k_0=1 +x_0=200000 +y_0=147315.028 +ellps=intl +units=m +no_defs  <>
+    -92.61711592186106,-33.84363921579468,-2450819.282004478,-5175069.471230742
+    -139.72983962764175,24.735055557877573,-6871243.021063388,2522287.862626448
+    -24.853381139628226,59.35845995160372,4395971.010725405,6788547.984018665
+    -17.61417074163836,40.674088389430366,5500711.628699202,4145601.958271424
+    -8.163074502776993,44.64083712009041,6315492.214855609,4829266.124045184
+    -10.407841241621128,46.573207243508605,6051876.581448281,5048988.117990026
+    -141.73876487184546,-27.839518269707646,-8399008.434747268,-3458503.6239907
+    -92.3086238701376,58.38797736575101,-1674041.020080389,6376360.736508247
+<EPSG:2103> +proj=lcc +lat_1=10.16666666666667 +lat_0=10.16666666666667 +lon_0=-71.60561777777777 +k_0=1 +x_0=500000 +y_0=447315.028 +ellps=intl +units=m +no_defs  <>
+    -8.47867722036267,-12.93687296924638,7881761.072866279,-1458042.086684223
+    -151.67761153948905,26.60413779364056,-7735588.999473504,3313469.052591014
+    -141.2524852151837,8.376602404377536,-7116153.663720878,1069512.892710883
+    -51.31686096635383,1.5389718749988432,2781766.043019133,-439059.126889241
+    -127.01938531485516,-7.230717204043891,-5875074.764433524,-960731.213488995
+    -144.5793128181757,-20.530416749471907,-8224508.044927496,-2132777.396848542
+    -56.02286940161365,40.96730851244638,2034526.710391591,4078629.374932838
+    -145.67251958726732,-38.07567285999108,-8919830.342348082,-4544277.971182972
+<EPSG:2104> +proj=lcc +lat_1=10.16666666666667 +lat_0=10.16666666666667 +lon_0=-71.60561777777777 +k_0=1 +x_0=-17044 +y_0=-23139.97 +ellps=intl +units=m +no_defs  <>
+    -127.61253254373537,19.86516499524292,-5939151.71078234,1567371.466395455
+    3.646803985360094,-20.179115433620538,8964766.440606862,-2497361.99979709
+    -111.13698553711448,-20.251748382039032,-4767238.129870759,-3262841.611415982
+    -146.6019910009165,39.48278867317535,-7383491.52935994,4234747.981953056
+    -156.53450813028743,-2.6836150179142493,-9588999.979771096,-196644.293596088
+    2.691482948669119,63.828459889021374,6426553.584170054,7890539.666811386
+    -54.0768573064736,44.020736363756086,1687135.547672529,4021374.226173176
+    -13.40342748299176,34.929603778217924,5821688.663383714,3335392.979102757
+<EPSG:2105> +proj=tmerc +lat_0=-36.87972222222222 +lon_0=174.7641666666667 +k=0.9999 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    172.0977209888834,-56.63758761715503,236422.04876848,-1399354.253924068
+    173.29325133326233,6.445835116989514,237285.423815143,5595691.559116958
+    174.33582275609254,-13.616704278280096,353652.878003772,3376925.715490435
+    170.3081507453908,-30.054426280355543,-29884.050969572,1548557.88479061
+    178.45855563693172,67.27759966114516,559216.009130665,1.2352057730462417E7
+    168.92353258574937,-50.51824722095342,-14050.901349418,-731493.438863348
+    174.3894639999984,-59.65312721829523,378875.290610781,-1732071.372889687
+    173.84226504595378,27.04312576990523,308538.50291849,7875198.771762127
+<EPSG:2106> +proj=tmerc +lat_0=-37.76111111111111 +lon_0=176.4661111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    172.76088360933898,-83.02004070664456,349744.370140564,-4243015.947263665
+    177.89355917173427,50.34729744722972,501600.887600801,1.0561435037205853E7
+    173.51458213848676,64.71832905764225,259335.116271015,1.2164195286012124E7
+    178.24259076417292,-0.5748712375526139,597778.821489497,4917385.970918586
+    178.9832118103501,-40.85593826684866,612247.14326531,453356.986594321
+    169.50643964410924,70.42688967755137,140174.589562382,1.2812480226501634E7
+    172.36489238388003,61.68171823095156,182966.912798872,1.1829285639670024E7
+    175.84354385115816,-52.82260190019871,358031.667577308,-874077.640564241
+<EPSG:2107> +proj=tmerc +lat_0=-38.62444444444444 +lon_0=177.8855555555556 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    172.0479771025976,40.08845185569942,-97997.352879857,9532531.143177476
+    178.88842696162803,1.932279103714194,511581.801528218,5290506.953643152
+    175.78299437330412,69.2811427158162,316965.451432121,1.2767024912870176E7
+    177.96184984426534,-14.611195410467147,408220.128697171,3460841.87194789
+    174.26105390723674,-57.8415322549813,184789.044481087,-1342586.021223732
+    173.26180964761352,-76.63966285395023,280799.993957396,-3437836.387355811
+    177.2709411645799,-27.486597890536622,339260.610353524,2035113.561023116
+    173.23733191887575,-51.70818660813823,78779.483449761,-664298.802533697
+<EPSG:2108> +proj=tmerc +lat_0=-39.65083333333333 +lon_0=176.6736111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    177.93459673682554,-10.776043847815686,537923.448775186,3998783.447432143
+    171.41688899555325,-15.66922090753637,-164247.266563111,3450715.320050762
+    174.6211805988684,-29.951215245716334,201850.417624295,1874282.725720521
+    177.0952770988937,-8.455426862066332,446433.199188701,4255714.916604436
+    170.44789284226482,82.25810762020984,306508.791114853,1.4333094754034271E7
+    178.0602667040247,35.18456026382991,526304.544693682,9086709.823378436
+    173.59289898596418,18.5465901239003,74631.270131511,7245025.27746004
+    172.31145426454017,27.162402610130627,-32587.057575734,8203912.946350043
+<EPSG:2109> +proj=tmerc +lat_0=-39.13555555555556 +lon_0=174.2277777777778 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    178.49692172854478,-25.481091311013536,829529.212128966,2307312.286156695
+    179.7929878702461,84.05319726672266,464299.560058915,1.4474429089999808E7
+    175.64302308110584,68.91136015849031,456847.949804872,1.2781745501927624E7
+    171.27663522314822,-83.18270670058062,360890.990129498,-4107998.709413831
+    170.33060024491684,-67.72517723129664,235173.509333675,-2386867.585508464
+    175.96093551370294,-40.287908635066366,547381.299909575,670613.634341829
+    175.6794560540475,6.355946669824689,560630.251527897,5836611.315526545
+    167.60027510052302,-49.630089521911216,-78626.771376265,-387284.332765709
+<EPSG:2110> +proj=tmerc +lat_0=-39.51222222222222 +lon_0=175.64 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    177.82831612280006,-34.65923730106521,600609.370033539,1336402.253982616
+    175.51043325836997,68.33715835532445,394660.265799621,1.275886531989965E7
+    178.04784691231612,-55.48149075238579,552221.364071595,-978098.66070135
+    179.43879069291842,61.525406822080356,602058.504100971,1.2005303751518782E7
+    169.1262534136203,-26.063418832360497,-252659.417589467,2275163.715198824
+    169.62262141454454,59.27566381555542,57219.830145977,1.1764243515081776E7
+    179.6241390888706,74.30256063069663,520286.735007346,1.3428492079553625E7
+    177.37246660329623,64.75934170932038,482456.603887213,1.2361006745686533E7
+<EPSG:2111> +proj=tmerc +lat_0=-40.24194444444444 +lon_0=175.4880555555555 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    179.76358690595413,31.135844586941104,807928.835285376,8710308.332159534
+    170.72731119741024,13.45147386657068,-116051.993735983,6749048.005286061
+    170.53800846067767,-46.63378086285917,20981.269984028,77941.358932646
+    175.01221656629554,-42.88753761126588,361128.905514825,506057.701177538
+    168.67476207022585,37.26955433160248,-204696.524042555,9404651.020721529
+    168.65511579475444,70.61577226421372,147255.675133137,1.3108310807916239E7
+    170.25420965519044,4.136005595080093,-181928.654226393,5715658.64471209
+    174.19108906143927,5.024620365198928,256161.300793725,5812144.448306902
+<EPSG:2112> +proj=tmerc +lat_0=-40.92527777777777 +lon_0=175.6472222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    178.82012175930646,65.45496810865097,547083.332480427,1.2598047216327693E7
+    175.33304271770564,-10.441183851957248,365600.877048446,4177604.210603164
+    170.95170303849414,-71.64940424799045,235086.77997246,-2627151.434679601
+    172.76808013691846,-53.71499730197952,209934.704496055,-625770.193102843
+    179.66844639006624,-48.122729049718096,699346.237474361,-7626.457014972
+    176.5654492857964,-56.85269407680769,456021.994855345,-971610.828966513
+    170.3300433018516,25.00870243558677,-137230.665947491,8109852.098796524
+    169.45132573475055,7.769937614661714,-284728.986023679,6196503.144175858
+<EPSG:2113> +proj=tmerc +lat_0=-41.3011111111111 +lon_0=174.7763888888889 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    178.8058074606711,53.63737575524354,666458.058387278,1.1327119529314084E7
+    171.86820963170766,18.23867954586113,92319.374198878,7393858.512448903
+    173.48104775606387,84.5150839702037,386172.360412962,1.476352184542382E7
+    171.381820527699,76.90837656121974,314178.423220262,1.3916455488577265E7
+    169.44880660872042,75.07340671991616,246949.755097531,1.3716025999495327E7
+    174.14185147162183,-61.79326234636295,366526.655982118,-1480040.884444657
+    171.01247408549565,-23.870988512822933,16447.369351995,2727910.810867975
+    172.39824440736052,-26.100638818164235,162066.678709902,2483856.267750383
+<EPSG:2114> +proj=tmerc +lat_0=-40.71472222222223 +lon_0=172.6719444444444 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    170.26169028699576,-46.87044904365663,216246.56037419,113226.482129107
+    173.87027825837365,-38.72780633961437,504205.570330107,1019924.074752741
+    175.4260547794478,-69.78224589231493,506235.328925502,-2438191.603689984
+    174.73679110459008,-4.487926827782644,629206.93815669,4812310.142983966
+    174.61004683398784,-79.65521352753656,438861.41250183,-3538395.224541371
+    169.54635041916478,48.38147960531521,168489.644104752,1.0674461670516293E7
+    178.04538371157577,-31.220292319891485,912352.530144936,1841018.648985294
+    167.97408590187842,9.68623268705943,-116106.14875162,6383608.876612259
+<EPSG:2115> +proj=tmerc +lat_0=-41.27444444444444 +lon_0=173.2991666666667 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    167.5013747799904,79.91551433868352,286802.221779951,1.425240228169247E7
+    176.15858983663853,-66.20970134209054,528728.314702246,-1978110.657073631
+    178.39253679531964,-73.5548324775908,560832.309820481,-2801450.23083309
+    168.45966225045004,10.756096798939936,-129918.107708604,6564723.221146717
+    174.24770358436538,-81.87888298340009,414964.896951987,-3724017.493141996
+    178.08934494712815,86.52296377701308,432411.095214057,1.498601183463373E7
+    172.10812167620566,36.92837594002911,293881.591305627,9460277.241926065
+    170.17763484423656,-8.626061897106908,56253.952417911,4415754.078565421
+<EPSG:2116> +proj=tmerc +lat_0=-41.28972222222222 +lon_0=172.1088888888889 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    165.63790383923404,-86.96490141704082,361812.204313676,-4292373.55068254
+    176.20180211425225,-78.61305289940942,490175.086050095,-3360690.188932862
+    169.3683517411784,1.499448831745653,94911.587355322,5538740.774845055
+    171.10202987394283,-18.29004349177181,293539.869225027,3349370.764888966
+    169.3003043755401,-6.671905569139099,89331.223738785,4634089.167303327
+    175.93565847351277,58.54497735017543,622764.054618573,1.187108210826954E7
+    175.98024817096314,48.15628605006799,688003.936155373,1.0715807930336636E7
+    169.6326068152651,14.659634557407102,133185.135878132,6995537.885890762
+<EPSG:2117> +proj=tmerc +lat_0=-41.81055555555555 +lon_0=171.5811111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    173.49063295403556,37.66682705234099,568481.920929042,9602829.014725385
+    167.2095605124757,-4.701230687010437,-85480.510382738,4909227.949790688
+    173.8886933032284,-69.21494237201101,491406.229058314,-2252528.220313879
+    173.23462762923853,28.295872723282514,562209.057743078,8562935.62949334
+    172.78402481357517,80.70034454387454,421708.582256658,1.4394161825596701E7
+    165.23547299334825,-55.39113711630713,-1831.104853831,-728524.764845141
+    173.41862753945452,-54.867698471935675,517970.05255846,-653454.48456533
+    176.6945582825898,74.91246698440983,548460.373914809,1.3754163590406017E7
+<EPSG:2118> +proj=tmerc +lat_0=-42.33361111111111 +lon_0=171.5497222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    174.5479543888223,65.75189736610429,537413.583585565,1.2787146745751197E7
+    165.68206332008828,72.25288664050743,200575.652458715,1.3518777293871367E7
+    175.1389856969119,49.921867293234925,657723.025893932,1.102703020956036E7
+    173.6822894225719,-14.252308325162986,630183.190135609,3911377.110132235
+    177.41498423769545,-88.6691371125399,415189.030684351,-4365401.292125672
+    170.86865121580598,15.797111896237254,327027.403340764,7236003.428265862
+    169.71231626694373,76.35841486887097,351614.124004087,1.396801775680589E7
+    176.47566006342907,38.47780613097346,829955.415294784,9760744.133488761
+<EPSG:2119> +proj=tmerc +lat_0=-42.68888888888888 +lon_0=173.01 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    171.62787520547647,13.63590437526662,250438.476798916,7036646.937601743
+    174.0608227700822,-9.915670488857046,515247.240931769,4431449.283233358
+    170.64650316567486,-76.08889917494899,336561.216979135,-2921596.092597969
+    172.07497647830002,87.43713739546655,395330.310177655,1.5243908042593978E7
+    166.32551099421948,76.43343009818432,225248.276082906,1.4025025087157674E7
+    167.44936272781135,9.876915506933884,-210801.867204734,6625495.522640069
+    172.23434261547078,-4.586569450210348,313926.268986014,5020944.590204835
+    177.33854975933747,-58.080816674321625,655275.421877,-920316.021306879
+<EPSG:2120> +proj=tmerc +lat_0=-41.54444444444444 +lon_0=173.8019444444444 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    173.60904867971396,22.70479177785984,380181.066824967,7912897.362354754
+    175.11070811625493,2.724719457999072,545539.981265127,5702404.030731374
+    168.22582357656202,-62.419323100120565,112104.792978004,-1535056.455478051
+    177.3480463374455,64.91892016845384,567727.494426817,1.260804126209394E7
+    170.63489176206974,10.79461467881083,53477.925391526,6596581.418408412
+    177.74379128470343,-15.74473435526491,822730.999072937,3655692.243266785
+    172.6539067177214,26.421389475277763,285469.588791055,8325070.287893981
+    178.8622632363959,-11.450672471383868,952839.638098355,4129865.095182429
+<EPSG:2121> +proj=tmerc +lat_0=-42.88611111111111 +lon_0=170.9797222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    177.38069515745303,-60.50835306232109,751302.689708291,-1177751.232636153
+    165.83564647358332,62.66368660219513,136546.036198593,1.2511483128706122E7
+    165.13688618972947,-40.963450759315535,-91979.960752034,997077.303415894
+    166.90235493953693,-49.45370737927604,104409.582923179,61983.080954546
+    176.3064376995622,-25.108061439513627,937760.131779735,2761415.704285417
+    176.72736339935537,12.727118775353034,1025159.319681003,6964515.130210212
+    167.08793896424626,-30.028707933525958,24459.297935474,2220383.196627012
+    165.7932785026446,12.102015874061806,-165313.442785112,6893812.606746158
+<EPSG:2122> +proj=tmerc +lat_0=-43.11 +lon_0=170.2608333333333 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    176.09683985297102,-39.76912013393606,900191.394851634,1154719.603076656
+    173.72217461105896,41.484651250937475,689098.772276455,1.0175126513825351E7
+    171.37338977735635,-47.653408810420984,483579.010259747,294449.252607379
+    168.8957246730306,38.508594916729706,280929.389066937,9839776.19330494
+    170.686000380153,-80.84530861221818,407554.750926081,-3404616.79340123
+    164.09262168713778,31.118238201573533,-188895.393420577,9035445.382103186
+    174.8619746268488,48.214664602158905,741893.887755415,1.0927483485558048E7
+    176.19025269034276,1.8961896439732868,1060887.004892821,5785745.386118976
+<EPSG:2123> +proj=tmerc +lat_0=-43.97777777777778 +lon_0=168.6061111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    174.8329036677392,29.336349208627595,1005380.569937411,8934060.340007277
+    166.9165704686952,57.57650078955541,298922.068608738,1.2056727238092432E7
+    171.505715223696,-15.816432560360624,710752.832235943,3919878.642798383
+    168.82929524808895,-3.3576502598809412,424802.443250999,5300076.373425734
+    167.1275516551527,84.34406047546202,383726.40009813,1.5041814217437388E7
+    172.07859217955226,-64.57576117836157,566345.284644469,-1497242.279400658
+    163.18192889673347,-23.63243021859239,-154041.826127671,3046240.649293133
+    165.51453964284238,-53.656023405549426,195629.675557168,-280720.598133648
+<EPSG:2124> +proj=tmerc +lat_0=-43.59055555555556 +lon_0=172.7269444444445 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    168.25976690083382,-2.2199933008389507,-97419.283155571,5382102.025426599
+    171.16864557106112,-53.377258547268525,296298.018004192,-289407.625631456
+    167.8771635427482,-38.34620610383392,-24075.251382116,1371252.879902976
+    171.22392465214784,13.867510851624587,237513.570361274,7162527.827181717
+    172.06642714761676,48.52904511845895,351214.864260003,1.1005795435853446E7
+    169.25576454588273,80.54741194162153,336368.489041826,1.457649651549409E7
+    168.62227400426966,-75.65644560737844,286530.122211941,-2775821.046325359
+    165.82040896477224,-33.84588996679016,-239799.715711383,1860222.493871635
+<EPSG:2125> +proj=tmerc +lat_0=-43.74861111111111 +lon_0=171.3605555555555 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    168.54488646993028,-78.15238636079292,335464.524488956,-3034509.29446675
+    177.030741526968,-19.030339867656622,997690.497018811,3531198.39177162
+    171.2489600839297,17.038018338176386,388119.055801299,7530408.621096932
+    165.48998353817026,-29.399652335990893,-170328.043220025,2377949.022620752
+    168.48130627732033,-82.36521625597422,357293.403569128,-3504430.357967204
+    164.64814259422056,58.232892486383065,6059.448082251,1.212276671196298E7
+    168.66840165432512,56.744192085939375,235295.154610205,1.194055508023851E7
+    172.5541279870384,-26.91761840840457,518559.203874493,2666829.323104742
+<EPSG:2126> +proj=tmerc +lat_0=-44.40194444444445 +lon_0=171.0572222222222 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    177.54400447242642,-72.7519110702965,614389.633229846,-2369155.572011504
+    176.11349517517098,4.475106309823019,961882.929211446,6215264.92074388
+    169.99654068566318,7.671110914556834,282968.69417882,6566907.759313085
+    174.58906320197232,-38.00536539352865,710235.598248279,1504499.575766276
+    168.569683872808,-74.96017242849041,327938.337051803,-2605518.200447079
+    167.3692581650761,85.3057289643832,366312.384672466,1.5197221584011395E7
+    170.03339094207297,11.933691588256409,288469.41708794,7038440.262394242
+    164.420138148644,-85.41936467017226,340928.40108697,-3775276.785658143
+<EPSG:2127> +proj=tmerc +lat_0=-44.735 +lon_0=169.4675 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    174.3960535546799,-1.9469352413572665,949009.938165833,5539409.628769166
+    170.97722226914988,67.93939346295954,463298.748495778,1.3295390975526301E7
+    171.39262824569346,25.68707725261062,593270.061536785,8599070.12873245
+    169.95240001647113,30.36259721666896,446615.450956319,9115904.147039277
+    172.06872931614566,-87.80109428209033,411143.839468917,-4001120.09706893
+    172.01099122460582,-56.18958279526292,557898.006742268,-477089.487087478
+    163.0537575404996,81.42420315999081,293396.712677415,1.480557434281851E7
+    169.3711333315744,-70.80411690773352,396462.238908552,-2103201.346782432
+<EPSG:2128> +proj=tmerc +lat_0=-45.13277777777778 +lon_0=168.3986111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    169.00136654907072,-83.55677859301967,407554.562816848,-3482666.384130194
+    164.5140266521782,-1.2800633339308973,-32656.264724355,5657830.036921182
+    164.20720761115248,-59.14396241223465,160205.62963072,-766540.217424994
+    175.26111537272365,33.627263839712384,1037338.719352507,9543216.392900525
+    168.20163384790288,28.767798965470433,380763.992503098,8983249.882436583
+    165.14030357805115,71.15447546243536,282534.508552918,1.3700647024977954E7
+    172.8942854390679,21.298334745128585,866837.005460701,8162470.503059863
+    170.82714509202523,-39.92890483149561,607607.873628439,1375240.432051859
+<EPSG:2129> +proj=tmerc +lat_0=-45.56361111111111 +lon_0=167.7386111111111 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    172.1927354508548,-20.262100969259137,865693.802175638,3599922.593947838
+    173.00518157230673,10.631177455388723,977037.089417423,7028154.811839281
+    170.18394367779877,-39.7603537677204,609556.229965372,1441800.993452364
+    164.02282385333064,87.15773720384394,379434.584406545,1.5532753580063976E7
+    161.55899845805538,-58.793173982828336,43018.806534711,-688537.530373452
+    172.58843081900653,8.857580797808367,934095.219268059,6830567.988537362
+    172.62149118190678,15.895480111008439,923449.258237387,7611779.462734803
+    162.5581781779708,20.39928198456117,-141299.356898859,8112697.945507455
+<EPSG:2130> +proj=tmerc +lat_0=-45.81611111111111 +lon_0=170.6283333333333 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    166.19025917184433,-38.31535591522805,11777.727682589,1623811.965713783
+    175.81972185717885,54.731313213365155,734282.02246373,1.1955345202116597E7
+    168.73398070123108,-39.10842775374381,236143.630980156,1543396.499692643
+    176.660544629108,-75.16102757940098,572237.564862889,-2478038.128479853
+    169.00619496766006,-64.66045778427836,322511.32844228,-1298828.24500698
+    165.9984744158322,-34.99210395191093,-22850.542427578,1992119.903028706
+    163.9866590777122,-7.511514982383886,-334646.461980909,5039433.693837202
+    165.4463426414063,35.18231876233497,-72220.5022443,9782790.346538143
+<EPSG:2131> +proj=tmerc +lat_0=-45.86138888888889 +lon_0=170.2825 +k=0.99996 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    172.4523071972948,59.48519487711107,522932.193084366,1.2478937378918782E7
+    166.24157294070682,-71.90252634827209,259940.924955939,-2105154.356932249
+    168.70945518793943,24.32959387479842,240343.232473882,8573066.16823768
+    172.35124543499126,19.727603529433395,616886.097869182,8063922.121139167
+    176.22903332109257,44.84319566421982,870128.294188581,1.086503092058395E7
+    164.61871705876678,76.02707414206876,247503.574616775,1.4329042334400013E7
+    171.28076957918097,-61.822752918167986,452607.621382002,-976831.403726296
+    172.86479901917636,8.146201812765582,684660.538185538,6782170.552601549
+<EPSG:2132> +proj=tmerc +lat_0=-46.6 +lon_0=168.3427777777778 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    163.01631250140986,-41.46553819824141,-45054.621700736,1356785.512324074
+    172.893931257448,66.19083114434034,604953.152668433,1.3314351200581998E7
+    168.10042469101964,18.005852021026314,374334.384944041,7954426.651192483
+    165.83272845168318,51.14539850359705,224363.557700245,1.1634038317838872E7
+    167.51144265515674,-31.852492430989074,321317.796061448,2436982.997579609
+    167.3103762529656,7.845588968751102,286136.27848216,6830494.842074213
+    172.6050426102695,-1.274204730548007,874797.249466027,5821492.467404568
+    172.39224181588887,61.16420564150965,617877.242832583,1.2753320131764555E7
+<EPSG:2133> +proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    169.27755532856722,23.349100899259128,937515.619513288,1.2588647035846198E7
+    169.08405710328194,-37.08674036055308,863054.650521338,5887694.881317871
+    168.35338874687028,29.50181664499253,825126.051025975,1.3268273482082535E7
+    169.25202526759387,-38.43809526971125,871162.668242808,5737004.922927317
+    166.193332811114,88.71834163594713,502979.880982539,1.985489994771635E7
+    171.59296002023163,-20.910150951678176,1186744.888395392,7673650.916277688
+    166.75525064227563,73.56940622052835,555409.321021784,1.8164814617652364E7
+    159.43607120046877,-61.960459323041775,208455.168600809,3117716.280122989
+<EPSG:2134> +proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    173.53131671495427,-54.33778094775903,664563.377614466,3975941.320708472
+    166.76886145781916,-71.04293529019814,346699.74185298,2112458.312489446
+    173.3867695883593,-56.32539978616093,647588.025468759,3755144.525291732
+    174.5056778530232,-8.882173578025217,885677.679917488,9016350.840959841
+    168.63401313031233,42.20283331919046,304672.583097869,1.467500695205405E7
+    173.9276014588485,61.382760456982425,656396.078185997,1.6808930796502255E7
+    169.2951825578256,-88.28167941850602,494293.299745491,193798.90052717
+    171.71464366912846,-77.00091708294525,517944.00292085,1453015.456598261
+<EPSG:2135> +proj=utm +zone=60 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    178.1830634382071,15.16078957226597,627100.464969292,1.1676453374669056E7
+    174.7815477541511,17.549384882059755,264511.096827882,1.1941707535317155E7
+    173.02231572728078,57.48107262798379,261571.50544759,1.6377921867932014E7
+    173.1248497311729,38.140721169769435,160361.390808937,1.422852805493595E7
+    175.25646668119052,40.41251590350157,352068.269265333,1.44750034994561E7
+    171.63661251167687,-3.6407636337305576,-96484.859539427,9595804.031730028
+    170.17653424804925,45.78466561914081,-30367.494294038,1.5092811050153263E7
+    176.00105488104717,6.749728887626247,389602.270873641,1.074619552765406E7
+<EPSG:2136> +proj=tmerc +lat_0=4.666666666666667 +lon_0=-1 +k=0.99975 +x_0=274319.7391633579 +y_0=0 +a=6378300 +b=6356751.689189189 +towgs84=-199,32,322,0,0,0,0 +to_meter=0.3047997101815088 +no_defs  <>
+    -7.525381710981133,76.8422912872756,356847.696289713,2.632423862123166E7
+    -2.981971920371076,-40.80719595544276,351367.063265026,-1.6522380147201696E7
+    -5.019705423194014,43.706418379694156,-162858.209101917,1.4211627461283468E7
+    -2.484773241225496,-15.495423011189175,377311.227906763,-7316654.909222925
+    -6.17403163184557,60.621028807384164,-28644.187922327,2.0395815784949295E7
+    -3.1478474159790277,33.498236097596774,245181.724949566,1.0475629321797049E7
+    2.5848923414435987,29.85905047707128,2036439.131833401,9162997.853187863
+    -5.508204981548161,51.44890344397558,-127853.295878821,1.7041099918547366E7
+<EPSG:2137> +proj=tmerc +lat_0=0 +lon_0=-1 +k=0.9996 +x_0=500000 +y_0=0 +a=6378300 +b=6356751.689189189 +towgs84=-199,32,322,0,0,0,0 +units=m +no_defs  <>
+    -3.1496417859971455,5.467244046423275,261796.110431,604414.839820465
+    2.654880292955916,75.5037313101559,602039.225285025,8382817.398524853
+    1.662787864724823,27.323676572054765,763459.248512547,3024792.323030639
+    -1.7102575724977997,-0.8151973078069972,420944.022979081,-90432.168286449
+    5.170496441447929,63.15297028589441,810541.092453068,7017373.147673018
+    4.483238340579613,-44.627101310986625,934917.872487927,-4956364.195641763
+    0.6407041046730377,-74.53649201393559,548792.596253338,-8272586.608582389
+    -1.1218168399275452,12.440849402038467,486732.48649905,1374983.250874246
+<EPSG:2138> +proj=lcc +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +ellps=clrk66 +units=m +no_defs  <>
+    -143.12748737369913,70.16892529340114,-2451429.289065335,4336668.968678375
+    -104.401608517667,31.696704641009788,-3447654.542523765,-519283.414826045
+    -79.24159704183012,2.5519048932760136,-1646637.80244267,-5121113.892172758
+    -142.63328596955287,71.1268678053165,-2344885.924164239,4377009.777241026
+    -10.683575771291487,38.16337700596189,4643136.066332569,1327837.076433765
+    -113.22759783299423,88.14804243256611,-246856.423236018,5424072.588942589
+    -56.301396240576665,34.6938095826151,1157046.639147822,-955450.657221862
+    -116.00002688950296,57.77854413344515,-2612324.067349744,2426388.130753262
+<EPSG:2154> +proj=lcc +lat_0=46.5 +lat_1=44 +lat_2=49 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,41,10.2,51  <>
+    2.7567383014991123,46.67993540486267,681405.912699999,6620011.814170004
+    -3.1660621738156087,43.20169639963121,199024.781206575,6253178.977329271
+    2.319833252715471,48.04786318613817,649319.884903597,6772160.705819363
+    7.145221559486238,50.545713364790075,994146.396318617,7057555.398993339
+    8.441174147866441,44.96762996363686,1128669.425330666,6444599.095288325
+    9.7308236798499,42.95688736584471,1249071.354397991,6229805.657734644
+    -2.658655358060598,43.81303125209757,245041.599648283,6317866.205375463
+    7.595303737979739,50.47778136601631,1026490.289206709,7051767.462202895
+<EPSG:2157> +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=0.99982 +x_0=600000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -2.89723381860418,68.89486740693417,804899.733247026,2473642.344883815
+    -6.187511050617642,32.81335220518764,769719.882518652,-1546348.890283231
+    -10.26136820409464,-57.05082145100162,462798.338723527,-1.1505905717305642E7
+    -13.83421574776266,56.68266621679146,242739.559338508,1119467.72937947
+    -3.9022883426802153,-85.12652793878844,638842.708367101,-1.4636522092996713E7
+    -5.1860894119192125,11.670502835967568,906868.289235275,-3887270.359209443
+    -2.067192503901829,-44.04724609713102,1075412.973853685,-1.0074536306154018E7
+    -14.887406865291563,-48.52301349929231,91484.442513935,-1.0577766115357202E7
+<EPSG:2158> +proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -12.74734091015975,-84.60619142273474,460699.930741601,-9397047.885607904
+    -9.04586252628872,-25.414524559302052,495387.67344849,-2810849.538086542
+    -12.60812415689145,-37.42838441500131,180717.706032534,-4148510.792899678
+    -15.916811174740529,-16.688336715454327,-238963.581812923,-1857931.548427555
+    -8.023154033134597,-11.091277682715415,606686.257823099,-1226247.046848595
+    -14.980896449348245,59.801732848794416,164707.035345548,6644476.789554554
+    -7.132836406214656,-28.817859664545693,682196.896239924,-3189237.633218538
+    -10.516319446111929,78.00155486987205,464814.751342216,8658998.552116178
+<EPSG:2159> +proj=tmerc +lat_0=6.666666666666667 +lon_0=-12 +k=1 +x_0=152399.8550907544 +y_0=0 +a=6378300 +b=6356751.689189189 +to_meter=0.3047997101815088 +no_defs  <>
+    -13.389920422478605,-41.32405634644593,118200.617513772,-1.7436393108665276E7
+    -6.153158850656805,74.7995808516365,1060832.491444339,2.4855206811200842E7
+    -12.499907078316362,-59.43162873225204,406912.688132784,-2.4042055756093714E7
+    -12.372338431969592,3.057844984551096,364201.785603352,-1309239.162402687
+    -12.886033208093302,60.690812771657875,341182.697241053,1.9665940366783008E7
+    -8.120630464749338,-24.235151539352813,1793390.367707504,-1.1233400354826175E7
+    -8.9319590857416,-63.73727983256319,997032.8082861,-2.562789537332268E7
+    -16.123227185570002,-37.988789100059684,-688641.137127016,-1.624475528770121E7
+<EPSG:2160> +proj=tmerc +lat_0=6.666666666666667 +lon_0=-12 +k=1 +x_0=243839.7681452071 +y_0=182879.8261089053 +a=6378300 +b=6356751.689189189 +to_meter=0.3047997101815088 +no_defs  <>
+    -8.961450291021015,24.995343528644554,1806745.658037721,7265832.82847006
+    -8.083389085744294,50.633673100833704,1709008.425222371,1.6615222011079589E7
+    -7.710050130605447,17.471735304529233,2296146.535127332,4538408.594798685
+    -5.094677532908074,-32.59856409719884,2928987.726904824,-1.372570124282795E7
+    -15.570945691004653,13.566418411773995,-468802.438561106,3113099.547780755
+    -9.412639664664264,-39.83922135588293,1526652.990657753,-1.6302885159503086E7
+    -17.60748096196158,-88.86430251920213,759334.764437929,-3.421965184348689E7
+    -13.252701693965108,-41.38838747193709,456232.95948668,-1.6859260449165847E7
+<EPSG:2161> +proj=utm +zone=28 +ellps=clrk80 +towgs84=-88,4,101,0,0,0,0 +units=m +no_defs  <>
+    -11.597099844323601,49.25091161372552,747638.898676604,5460824.602814795
+    -14.767068870163582,-84.4826366627512,502519.151976459,-9381828.231847081
+    -14.357722927992318,-51.7826618764104,544322.933671039,-5737084.179844451
+    -8.577269999029687,85.81251646367687,552270.771651978,9533193.757425036
+    -8.004245971075513,-27.761794717133704,1190332.980660501,-3090602.342234292
+    -15.606019842298313,-87.32663851267826,496863.275077518,-9699336.656472716
+    -21.701918520987178,-68.98835893505697,232307.145848148,-7667640.618295997
+    -15.872440376857725,78.22133823766359,480138.930530227,8683064.32046826
+<EPSG:2162> +proj=utm +zone=29 +ellps=clrk80 +towgs84=-88,4,101,0,0,0,0 +units=m +no_defs  <>
+    -14.295164592640264,-4.63826236727661,-88126.476303047,-514984.226004845
+    -4.750601106168718,-4.591289975822818,971785.422351856,-508991.721789529
+    -3.5295096737617317,27.707798844436795,1039795.192302291,3076751.852231988
+    -10.715754846329151,67.52575928930023,426826.683346514,7490873.569536186
+    -12.237731307449778,-28.160992137317493,182052.286721213,-3119369.392422982
+    -12.544166659873648,-31.67957478466934,163994.461327299,-3510465.963134335
+    -13.30691478816209,-76.91002574941623,391219.886896262,-8540609.858747004
+    -5.994872717439343,31.090398554694417,786688.111822605,3443416.769637164
+<EPSG:2163> +proj=laea +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0 +a=6370997 +b=6370997 +units=m +no_defs  <>
+    -59.7217642564505,34.5273013471041,3532787.890865337,-289532.088392121
+    7.103484836913594,-80.41706128048385,2768511.600386545,-1.152936805432606E7
+    -81.23715712132054,-44.95360251747542,2077862.234110636,-8885646.433143664
+    -106.90388472965097,86.17464827748489,-54582.787282133,4483290.731191851
+    -45.28110866062701,-25.41375706285306,6436092.962370654,-5868870.101466513
+    -88.0466712384675,-68.96293472572233,873325.090384867,-1.0669296498362051E7
+    49.03584755149052,-12.106133403335733,8908749.397888107,7872690.923118648
+    -58.29867295548594,-28.2514695359758,4966100.080517285,-6777566.088132327
+<EPSG:2164> +proj=tmerc +lat_0=0 +lon_0=-5 +k=0.9996 +x_0=500000 +y_0=0 +ellps=clrk80 +towgs84=-125,53,467,0,0,0,0 +units=m +no_defs  <>
+    -6.785951770608016,-83.15081015554904,476185.880542674,-9233519.877684718
+    -6.973495732884365,27.034548115235552,304190.139291144,2991361.269058154
+    1.5148858188501269,23.167377000296412,1167800.764286683,2576586.923229279
+    -7.057149034719492,-0.36322973841123485,271004.688643452,-40640.870139765
+    -1.3309747469062359,-74.00692956615916,612717.182723859,-8216253.351951429
+    1.8701300360791713,22.19262279600244,1209373.516127716,2469820.555247775
+    -11.239485635261712,-41.552964433642934,-20469.423406828,-4619287.572534972
+    -3.3679020080503257,22.234897101246958,668165.289801973,2459289.753419112
+<EPSG:2165> +proj=tmerc +lat_0=0 +lon_0=-5 +k=0.9996 +x_0=500000 +y_0=0 +ellps=clrk80 +towgs84=-124.76,53,466.79,0,0,0,0 +units=m +no_defs  <>
+    -2.1510383063901806,76.29076723271683,575303.036339613,8469172.136357136
+    -2.945695266402417,-47.90561807871732,653463.674906441,-5308104.604737625
+    -4.78326546324614,-12.910614006982328,523469.016629144,-1427710.785886094
+    -6.817065382865438,65.94171142572802,417306.27667903,7314295.271454184
+    -0.5231085553682124,-56.887126661363865,772605.221281588,-6313916.044762216
+    -6.894371907903519,66.14291816748457,414468.3605758,7336818.945728122
+    -7.861037146770984,43.01902269179365,266818.422901032,4766511.325929556
+    -4.8518609015559235,79.46069637999807,502983.108326847,8821128.962331459
+<EPSG:2169> +proj=tmerc +lat_0=49.83333333333334 +lon_0=6.166666666666667 +k=1 +x_0=80000 +y_0=100000 +ellps=intl +towgs84=-189.6806,18.3463,-42.7695,-0.33746,-3.09264,2.53861,0.4598 +units=m +no_defs  <>
+    12.490041247930282,-66.54854625749992,360495.93817189,-1.2820806870840937E7
+    3.616983664557284,55.363238885031876,-81770.004688058,718207.044753975
+    2.349986323885982,86.51867955719692,54068.679587306,4191604.037656779
+    8.714625354954933,32.59317088411461,319120.801684836,-1811944.92629823
+    4.899097724360209,59.79363478873296,8735.918075987,1209343.151537129
+    12.696809547697772,-24.58062103055012,742289.240155721,-8157844.577871882
+    8.292485875188866,-48.334487957295835,237534.773637159,-1.0780345433324303E7
+    1.1886510250490252,32.556294279048444,-387894.733260785,-1807946.122418186
+<EPSG:2172> +proj=sterea +lat_0=53.00194444444445 +lon_0=21.50277777777778 +k=0.9998 +x_0=4603000 +y_0=5806000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    -26.657685618516005,-58.86785010791202,-4787547.194909716,-1.3333110312463257E7
+    -51.81086873570738,18.56355676679759,-3562113.659439933,5590293.341667847
+    -54.792309996443265,21.028606370669493,-3543168.876137054,6174300.510924768
+    61.68402229919235,-70.84323608117421,1.1440411778828066E7,-1.8832644785092093E7
+    56.48632266633007,66.41875926957232,6123682.250913435,7723952.149009692
+    46.91950882798295,-7.343478152024588,8376825.614650793,-1187401.737254648
+    -2.5914240227775878,3.290264782055786,1345323.735466616,286562.956604037
+    98.3888955417374,26.5543798182471,1.2117409718040127E7,6740042.975354878
+<EPSG:2173> +proj=sterea +lat_0=53.58333333333334 +lon_0=17.00833333333333 +k=0.9998 +x_0=3501000 +y_0=5999000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    -61.217934121320404,78.16831816145151,2084567.078030819,9858628.315369144
+    -40.580127894497906,2.4107704127915355,-4448397.868600181,2199195.535330036
+    -59.1784303098488,86.54192924336613,3087777.176355574,1.0096851213705543E7
+    -27.698782001614674,63.46521879279857,1395217.378323649,7843666.769496217
+    84.15878782229393,26.11090937785778,1.026356432990631E7,5852396.7368577
+    62.34587087270867,80.85941830004904,4277899.921237921,9406539.423487743
+    73.497449442988,-77.54478226918604,1.1599195047911093E7,-2.4168308443523265E7
+    -55.10298181595661,-80.73922265936702,-4865905.135195475,-2.7895486134195067E7
+<EPSG:2174> +proj=sterea +lat_0=51.67083333333333 +lon_0=16.67222222222222 +k=0.9998 +x_0=3703000 +y_0=5627000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    -21.548448480630945,1.5073758620330295,-1524031.09113964,582811.801450536
+    -14.36535597559186,21.105870462619563,252630.147562264,2743061.865095204
+    3.892596751294974,4.342606633091776,2012205.63593595,160412.363080942
+    65.40640811873095,80.29235077673385,4583204.34902867,9261258.316146558
+    -30.57226361185618,-42.124582986012136,-5128312.450128332,-7440372.322998419
+    51.272015085305355,34.11269014012741,6925475.14589012,4352879.74671595
+    76.61820355887048,-20.334684253694505,1.3849056911899E7,-1620209.354338448
+    -17.896222536832397,-29.33558023919668,-2236770.612191656,-4727846.881802244
+<EPSG:2175> +proj=tmerc +lat_0=0 +lon_0=18.95833333333333 +k=0.999983 +x_0=237000 +y_0=-4700000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    20.33506827587364,59.006878493427934,316234.612128093,1844278.257939942
+    18.916569620977175,-4.4492650175713635,232489.137382656,-5191904.965660826
+    19.07159544967819,-81.65648525103381,238992.18136694,-1.3770085913182331E7
+    21.027985914456746,11.847547809379861,462682.303842503,-3388869.64647123
+    17.737969909794177,69.65983913992906,189773.206341727,3031520.089867434
+    17.643127722079022,-32.66740035531529,113759.054511222,-8316552.371577429
+    20.1983024613588,-82.64537814230167,254883.977879237,-1.3880708133066792E7
+    16.81105244106913,42.738095851401766,61288.073272041,35909.413684358
+<EPSG:2176> +proj=tmerc +lon_0=15 +k_0=0.999923 +x_0=5500000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=13.5,49,16.5,54.84  <>
+    14.961845845876178,49.227370210300094,5454494.586566204,5497221.136232934
+    13.526356473372017,50.80081439967211,5630528.885034248,5396121.651901274
+    14.035592418207319,54.24408203706968,6013050.498746798,5437134.538436963
+    14.6990453105158,54.01787928582435,5987486.937369284,5480274.668056409
+    14.205451995215038,50.04352933643345,5545564.248735912,5443090.432589874
+    15.810072185434578,51.859755526815256,5747606.800973657,5555803.100509279
+    16.33129197942743,53.50468470146254,5931155.550134762,5588324.416662094
+    15.574294631793396,51.00074014396174,5651889.84949787,5540310.264278091
+<EPSG:2177> +proj=tmerc +lon_0=18 +k_0=0.999923 +x_0=6500000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=16.5,49,19.5,54.84  <>
+    18.519287670081376,51.08716507154841,5661475.087743774,6536381.539313618
+    19.20449548377298,51.54157447980098,5712585.697856935,6583556.844629203
+    17.17712090134419,51.37710943650117,5693922.839214316,6442710.151305209
+    17.768790680239196,52.58207775281944,5827689.362317997,6484328.995370245
+    19.327854440636706,49.291098012326906,5462429.275491358,6596585.284316005
+    19.450559564226747,49.840638337865904,5523705.80203336,6604332.428780519
+    17.07699514352399,53.81278679185507,5965014.498918355,6439207.469828371
+    16.88969694718541,54.661452881574576,6059642.817568361,6428357.118948969
+<EPSG:2178> +proj=tmerc +lon_0=21 +k_0=0.999923 +x_0=7500000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=19.5,49,22.5,54.84  <>
+    20.572477969538156,54.39042903737734,6028994.121501683,7472230.120659491
+    21.5850161172129,51.88169465462335,5749899.183797467,7540280.305087921
+    21.636362271123367,51.019609918160775,5654024.665822682,7544648.692057648
+    20.539730818093197,54.578210655046846,6049908.415028655,7470239.696619352
+    21.809033603434766,51.33928367860857,5689704.220138356,7556372.333960209
+    20.236111423342827,52.5954015956818,5829420.884569741,7448240.895526416
+    20.051056641264502,51.41397206892321,5698129.612749971,7433986.648434549
+    20.432849365967993,50.94810754410518,5646031.217271931,7460146.152066711
+<EPSG:2179> +proj=tmerc +lon_0=24 +k_0=0.999923 +x_0=8500000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=22.5,49,25.5,54.84  <>
+    24.865972068940714,49.0509013384141,5435231.149982848,8563294.922900757
+    25.07481462131526,50.83261161494223,5633581.164306709,8575713.917485518
+    23.9110255365853,53.25870120021436,5902960.028299384,8494062.725799643
+    23.2761502225821,52.41459192173455,5809274.923072172,8450752.117554665
+    23.91721845554824,51.68716428625379,5728098.225974515,8494275.624562753
+    23.741401353841272,53.289281682389,5906390.613794084,8482756.013642795
+    23.784803742771064,54.24694589073488,6012961.25453795,8485973.08094491
+    23.77862429627363,49.78657424883269,5516707.033457695,8484059.384457057
+<EPSG:2180> +proj=tmerc +lon_0=19 +k_0=0.9993 +x_0=500000 +y_0=-5300000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=14.12,49,24.15,54.84  <>
+    23.85575853257707,51.53769310654701,419087.248761632,836581.09727886
+    20.3992682533178,52.00472876105517,460759.068350414,596019.277020658
+    15.734480028997801,50.38073855783536,284386.430936352,267916.230055706
+    23.86764952628849,50.360610025976456,288384.229254525,846052.511175044
+    23.26503456612584,53.91013532530234,680158.987284998,780009.589708969
+    18.886894144576605,50.18252522487624,257262.788040278,491927.18917814
+    22.034814278124085,50.24706372054131,268836.345132653,716296.338199332
+    19.571135386445885,49.444159957937345,175345.870918338,541389.037473252
+<EPSG:2188> +proj=utm +zone=25 +ellps=intl +towgs84=-425,-169,81,0,0,0,0 +units=m +no_defs  <>
+    -32.12632273588703,-56.820876711909605,553700.784128511,-6297834.952014611
+    -39.69674736111041,-62.08916187663395,151090.218706934,-6902225.816235673
+    -32.03525027295072,77.5912493476003,523515.13767499,8612955.816396637
+    -28.45863990300671,-35.34439600340004,913177.090137053,-3920773.3150668
+    -26.188370828257614,7.766898863326716,1253150.883938456,864514.462627814
+    -26.811354009013762,61.4189830365664,830330.953323347,6825095.698277293
+    -30.243200370340865,-3.6293210976925536,806641.87380881,-401701.143515939
+    -35.46253352335819,-88.06267048123948,491081.131774842,-9781919.52876664
+<EPSG:2189> +proj=utm +zone=26 +ellps=intl +towgs84=-104,167,-38,0,0,0,0 +units=m +no_defs  <>
+    -30.26450682480504,-4.7481530536235965,137679.407167824,-525649.408881065
+    -31.211369015387824,-88.27871434980162,485787.199786956,-9806451.9525681
+    -33.106138129301726,-52.78318650228353,88265.483336688,-5865702.348745548
+    -23.407440205890033,69.47747146051705,640390.731303904,7711850.056206631
+    -27.466026760604237,-10.526552456417079,448907.144160746,-1163646.600026303
+    -26.413081830517026,11.607583229528444,563882.543784647,1283281.403354063
+    -33.09902130496673,78.04287476019746,359081.027717395,8670626.160042822
+    -32.42652763348024,24.10408738477993,-52154.098222545,2676518.076820615
+<EPSG:2190> +proj=utm +zone=26 +ellps=intl +towgs84=-203,141,53,0,0,0,0 +units=m +no_defs  <>
+    -30.343245143370584,64.20411046030583,337689.301796707,7124027.857580244
+    -27.44343147124273,-29.475788285168385,456975.464860018,-3260833.441046497
+    -28.39271247558931,85.02717912970994,486488.952482836,9442990.334004313
+    -24.907693778711142,30.89829633776084,699944.993135332,3420165.863041679
+    -26.60726233989462,-88.39086952141484,501197.864954613,-9818386.09418757
+    -22.615936554953034,-74.06055681226215,634242.992997988,-8223793.018323443
+    -29.442647785258874,18.314872055803065,241780.013864638,2026704.453662215
+    -25.102625255100435,9.613089122881433,708188.266491845,1063159.456891707
+<EPSG:2193> +proj=tmerc +lat_0=0 +lon_0=173 +k=0.9996 +x_0=1600000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    172.57059301757695,-79.66178093828641,1591397.233107354,1156132.495078616
+    174.6129456982783,-54.74819806939503,1703818.340943401,3932034.793663458
+    169.98674128924193,44.029242131476906,1358529.42244116,1.4879535940788068E7
+    168.2989194780414,-30.806834546219818,1150062.655167326,6582338.593546373
+    166.54292652945875,-36.65765046417873,1022556.930118965,5923630.62186449
+    172.55283814185063,53.04278681279996,1570020.560682471,1.5877123707863627E7
+    169.86616993395359,-41.27957426342093,1337539.727967506,5425468.871069122
+    177.22994082604131,-4.178737694583091,2069868.900995338,9536850.118140975
+<EPSG:2195> +proj=utm +zone=2 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -167.83154600056574,6.837727117038398,850253.166510278,1.0756964124161651E7
+    -172.64536863898016,19.28712263448125,327105.612184093,1.2133417570703559E7
+    -172.6660424410795,73.95896132850166,448619.309793355,1.8208177674116615E7
+    -169.99649902596633,-6.015071140723904,611059.422412979,9335027.511997351
+    -165.4145063377257,-0.889447034672159,1122444.069918368,9901217.192973293
+    -169.05975232147208,-28.88793636757272,689202.889019709,6802881.96006909
+    -169.03312315942776,49.49856766811797,642416.605162526,1.548474067763608E7
+    -173.27020764221356,80.41149404201119,457794.1258841,1.8928339985338658E7
+<EPSG:2196> +proj=tmerc +lat_0=0 +lon_0=9.5 +k=0.99995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    4.415180095731057,-43.052160278438826,-214286.900538148,-4780842.915117588
+    5.605653525555558,-44.666877506874926,-108818.486586324,-4955061.185032463
+    12.11691033162353,-11.681988398241458,485395.62177377,-1293161.445374711
+    6.823609055539512,-35.03343316877013,-44241.731502386,-3881384.185899345
+    16.269313699883032,-1.789577152676415,954920.571105594,-199269.584540371
+    7.637088719513554,27.83716464285456,16476.666322182,3081636.12597099
+    10.067941589062915,34.24711130047082,252314.440955596,3791028.532913738
+    5.944672512558339,84.69473887183955,163308.578611301,9410080.5048707
+<EPSG:2197> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.99995 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    7.482913679925566,60.59537612412251,252634.415102764,6728573.291409241
+    14.554612320261164,-22.77677719397154,762382.192985342,-2521956.89692583
+    11.318452472273476,63.385171482317844,465922.058986441,7031147.239037279
+    8.51927394235268,-4.337270887084031,113412.208752105,-480464.690441605
+    11.85416472496156,-40.97707194685824,487726.483043108,-4537810.38784495
+    18.36592512555425,41.594458418814156,1030860.70643881,4625984.089265829
+    9.111291787614935,43.996148408425455,268300.729743049,4877209.611288386
+    9.652244364993704,-49.478433395555754,329877.817255627,-5485212.364769431
+<EPSG:2198> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    12.814763535052048,-56.57510570517745,765701.422231141,-6274737.218705344
+    8.6792768921657,-60.72506581284533,555415.528298982,-6751462.783677427
+    8.848308881676614,-54.57096839532326,502389.883654863,-6066891.526322266
+    21.167289678069643,46.082040897916926,1376997.029186259,5123732.551527417
+    18.34565749216296,-56.65012282364613,1105181.022079544,-6285959.067364494
+    8.473433972067637,-48.99873114829367,422571.875948419,-5450049.707354761
+    10.992291491566398,45.428212480285794,586371.054301578,5040354.421458348
+    11.92634828045678,61.15479832534277,734544.808951761,6786631.472577438
+<EPSG:2200> +proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=300000 +y_0=800000 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+    -84.78034221674004,-20.27251357051837,-2453209.602308352,-7435569.804999812
+    -138.03508460737146,46.28817403386881,-4700812.754092477,3385581.410867502
+    -54.32794702277464,-47.151487075109735,2275834.862117038,-1.2720785132405186E7
+    -109.63061749326215,20.61167789202368,-4431142.375848601,-1059690.050391861
+    -25.323506102637793,-37.161557895136326,7162365.238043757,-1.0261071392734654E7
+    -71.30912905195738,24.435257395298507,-206084.371772814,-1665949.186745969
+    -93.89014987210558,60.471563843042446,-1200393.391025827,2658637.206162426
+    -150.2106207611648,-79.04524256492682,-7717997.523393868,-2.8313243616876457E7
+<EPSG:2201> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -75.12410582705311,-30.761122141550985,488122.670173443,-3403135.33583558
+    -81.54199216283953,23.789782143776577,-167454.164087738,2646368.965370529
+    -70.7308396542912,-51.53215923532546,796063.610506593,-5717648.841364464
+    -78.54744458951556,52.00587259440931,256535.476379528,5767634.444347407
+    -81.49910749991886,-22.029725244965604,-171745.63327006,-2450449.692780945
+    -75.29609234163746,65.62041473039966,486361.981763615,7277633.546017567
+    -77.98797934437471,-63.0067779710457,348726.630864268,-6989860.274175658
+    -76.88629446306123,81.22870569193157,467892.976825423,9019255.407306176
+<EPSG:2202> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.0453888354913,-23.71669134913921,903321.497119547,-2628465.28916192
+    -74.12586302156087,-87.3741985342316,473816.355066185,-9705968.906811161
+    -73.07238640358091,79.71248613301415,418872.57979622,8852333.207514988
+    -73.36954349562676,-15.18020024237731,30241.485993692,-1682954.22226042
+    -66.05458351480917,-31.408220853341255,780039.108605014,-3478597.66085718
+    -68.74816410205257,-56.11894025612048,515658.164023232,-6219346.012477632
+    -67.81521999453405,-13.18170006331816,628393.301748036,-1457532.138439762
+    -73.37289273269631,-37.90396776064813,115479.347359297,-4204184.60740032
+<EPSG:2203> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -66.59302696124028,86.23981844610395,473709.288347638,9578972.229479695
+    -63.87543007939817,10.503139377988674,404204.562237784,1161175.619107201
+    -57.90823503765135,74.89266070729474,647962.629746954,8317982.726070292
+    -56.426470732194204,-35.85950611563377,1093916.269389466,-3988375.209373561
+    -63.1933572055441,79.4620273932965,496052.248413186,8821547.394768862
+    -57.38135493216525,84.16554675486856,563667.419250997,9349683.131876508
+    -66.03300634009756,-64.19782091122495,352741.513931148,-7122568.373271534
+    -62.00689598312045,-71.27926756690167,535573.606683212,-7908835.880839515
+<EPSG:2205> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -32.11888354983495,16.84750539661963,6124475.626334907,-707520.861107739
+    -65.19917990807146,45.89328977110128,1980836.385886162,1088262.08738264
+    -108.91670008212631,69.94908124537267,-640198.932258099,3990079.741480832
+    -95.03213864391645,25.018779179207634,-614504.437544004,-1331717.823758883
+    -113.06365396014381,32.98506475385246,-2161194.913220913,-82111.886922714
+    -141.01367806474775,72.50766805327477,-1784410.882681721,4920209.499112641
+    -59.5946175069339,85.38725172096709,954225.997394593,6489173.336383162
+    -45.79143395954134,36.690896652927975,3839519.924160714,617699.998992573
+<EPSG:2206> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    21.36374828306389,-73.95376009255219,9326311.791308552,-8218509.954317362
+    33.446769793191145,-4.27870094496258,1.0217235729947863E7,-476031.275514585
+    25.80697877151719,17.490316063441668,9373333.5938451,1935122.455388981
+    24.775149044340928,48.08650098268498,9334298.956399327,5330626.193900174
+    20.728185546014796,-23.727350289006154,8859654.40968634,-2639174.371872067
+    28.47540165531607,82.56187754327624,9521377.827484842,9171688.046450071
+    22.2990862007002,67.93485718882388,9303054.210171076,7546303.518428325
+    28.84577910739396,-67.60006488101232,9578564.869968424,-7502545.580702513
+<EPSG:2207> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    27.43804504871419,51.66954235559919,1.0322811724632883E7,5729869.578450336
+    36.6190853471537,43.47690753549486,1.1035641026960496E7,4837220.251647607
+    30.159110723275532,84.04012451870929,1.050188658082783E7,9336505.106633477
+    35.879195169353224,-85.18748806435181,1.0555038803737508E7,-9467439.192981672
+    32.95487655198028,57.50525409802998,1.0677142346962642E7,6380221.293220969
+    30.88393363662317,9.210226722104338,1.0597185458242439E7,1018761.514981188
+    27.46407570718189,-59.63330924218223,1.03569915940146E7,-6616017.368040307
+    32.01710158485891,-7.228486119248757,1.0722861107079245E7,-799716.587280032
+<EPSG:2208> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    27.09949586245499,-85.43400167541841,1.1447659921459448E7,-9494847.07571045
+    26.483734568446568,17.45705626577309,1.080660488335631E7,1942910.155676292
+    37.393382101924686,-81.26509232215197,1.1574483794326577E7,-9029382.718848541
+    30.662139284348093,45.412478664863784,1.1317029068919543E7,5033625.878687881
+    38.48010325409727,30.41587863305641,1.2026969725755775E7,3379168.128302622
+    30.99875982532307,-67.98461670435519,1.1416293455418084E7,-7545619.925407364
+    36.24182325885884,-84.33724879941707,1.1535745100441555E7,-9370665.980825325
+    33.92478282642016,87.19577897957276,1.150508799698305E7,9688988.86830078
+<EPSG:2209> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    32.41943117409813,54.025946925034845,1.2265422247551408E7,5994922.741682185
+    31.152060176508336,1.1337317543263907,1.1959803854775373E7,125938.61743329
+    31.918603443800126,-14.815743545173518,1.206036237299947E7,-1642525.703811007
+    35.29943594620607,-59.39943078576939,1.2460229434743768E7,-6587435.69391121
+    30.879346116033915,-46.47478493761344,1.2106786123508438E7,-5161632.118143911
+    42.19926743072321,50.44849146021221,1.2940179319288561E7,5609308.701139633
+    38.3360417406324,36.62190370206173,1.2709006425663147E7,4057268.1766268
+    41.780536990305706,-35.98761005111536,1.3021594847346894E7,-3999635.997637095
+<EPSG:2210> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    32.919892220187315,78.64990578243197,1.336661833208185E7,8741529.411259271
+    43.471836144818035,64.71323103295725,1.3713104404556306E7,7187075.328449992
+    36.081134134924376,65.52935174903126,1.3365091336398484E7,7273673.680894136
+    42.13767012440879,-4.067329882522586,1.384861220634199E7,-450314.918953123
+    33.186623016564496,-65.38642970793973,1.3230033807846187E7,-7266974.636742097
+    41.55902271843836,27.597088079405466,1.3752712376813283E7,3056572.934083946
+    32.56470193485235,-50.69613807441265,1.304550911054011E7,-5638098.323288311
+    37.06161193378039,-39.59841886402104,1.3333518397061897E7,-4386725.474575588
+<EPSG:2211> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    37.486539117073484,19.41530541218421,1.4025584016687686E7,2154015.985821395
+    39.98274778983947,-15.833051535861387,1.4283877478797363E7,-1752124.21139442
+    42.19564972425735,27.822989846543507,1.4519290642505087E7,3079005.992420421
+    36.981762890187134,1.460036410424891,1.3940837589917323E7,162192.490319156
+    37.14272332302742,8.736455177507949,1.3964913042563349E7,969691.804364246
+    46.65805984303465,-36.57986600519089,1.491705253657411E7,-4059980.598254248
+    40.11284804664102,-70.18486349229988,1.4428596775543652E7,-7790813.902255701
+    43.72902682297738,71.03155933245182,1.4562758635866066E7,7885150.4088699
+<EPSG:2212> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    41.442571348160264,-84.12184657109252,1.5459339881482324E7,-9346854.534747042
+    43.390305711291845,4.0239755217783255,1.5321229656497385E7,445260.974760261
+    50.67051469211273,67.32969339270844,1.5743721409951556E7,7482446.195817295
+    44.77170561520968,-68.50757795901103,1.5490669357551586E7,-7602609.847254087
+    48.34664315384082,-58.92958985429607,1.5692705067318263E7,-6539705.090172375
+    46.530796355789064,20.585167463545318,1.5659617144295108E7,2278054.880406682
+    42.372202185633526,72.960314122579,1.5414049261789512E7,8101362.182238192
+    41.202523696259064,5.885735052058735,1.5079177484965798E7,652398.484022992
+<EPSG:2213> +proj=tmerc +lat_0=0 +lon_0=30 +k=0.9996 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    27.494593667404068,-47.01389079284602,309578.604655258,-5209754.245333568
+    26.644128183491837,33.02712694883952,186531.119364811,3659301.206750361
+    23.688696016680694,2.4723835800402156,-203068.262778601,274949.943493977
+    28.484756262552633,-9.177751288650214,333517.072308285,-1014855.139897101
+    27.521154487082004,70.56554893021519,407970.375281372,7830821.400987753
+    36.33550086034813,52.489196441599205,929951.212959722,5834340.016215897
+    34.328498206018764,-62.014747828093775,726484.697157673,-6883382.969241923
+    36.428167867699884,-81.8786962849996,601178.131793062,-9096913.127446424
+<EPSG:2215> +proj=utm +zone=32 +a=6378249.2 +b=6356515 +towgs84=-70.9,-151.8,-41.4,0,0,0,0 +units=m +no_defs  <>
+    4.761371132736678,-49.520417105650054,193407.242610998,-5493882.422865139
+    10.206533116770228,46.25391717650618,593132.471440482,5122965.272073352
+    5.405155645763075,-79.3477377349595,426004.121410714,-8810916.83707715
+    15.599037663333483,-45.738537968359175,1013480.89552101,-5086158.066660007
+    15.603448334476262,82.88146681186822,591298.404644355,9208288.88636966
+    6.831258159768277,-84.43514308688542,476665.001727981,-9376942.119517209
+    13.957485984768834,-76.86121987610208,625788.529473007,-8536438.03216621
+    14.874540662704089,-74.68921880981897,673021.95902981,-8297351.003019316
+<EPSG:2216> +proj=utm +zone=22 +ellps=intl +towgs84=164,138,-189,0,0,0,0 +units=m +no_defs  <>
+    -53.40359652482451,77.35742559646133,441075.554202275,8588185.745813167
+    -55.40262737591383,61.804061948410464,267834.640146975,6860538.75727572
+    -57.87833725500787,63.66839424620906,159866.622859904,7078707.17493904
+    -45.04552561331471,16.842485811010533,1135103.110820054,1871973.94026254
+    -57.128212337263044,-56.416993418729916,121968.258846816,-6269465.301325864
+    -53.75163126269244,-53.526581822907936,317388.134535415,-5934472.177818839
+    -51.40946503826088,-10.720583036272131,455010.328078619,-1184974.572694725
+    -51.20654469566609,-26.08198606693199,479128.59459531,-2884719.700154625
+<EPSG:2217> +proj=utm +zone=23 +ellps=intl +towgs84=164,138,-189,0,0,0,0 +units=m +no_defs  <>
+    -50.58473487500758,80.3837357815037,395792.230282945,8929763.518412653
+    -50.19894628907074,62.65509136616828,233555.322448562,6958247.350616978
+    -46.6000427417732,22.963613218961825,335748.223476433,2540665.420858345
+    -45.652992425086744,76.53499630659536,482813.709246524,8495323.789991008
+    -48.180889614089494,-30.927491277144405,195799.622460996,-3425884.047277774
+    -46.36188595852991,61.28619014195738,426794.854219664,6795771.763992813
+    -45.289215615677236,-58.746286980279265,483047.453865453,-6511986.025226194
+    -43.418860453330794,39.360266844491605,636008.896589634,4358270.412064155
+<EPSG:2219> +proj=utm +zone=19 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+    -68.76136192422904,56.11236861446861,514840.101660549,6218609.710392208
+    -66.3783244840707,-77.21239446497056,564756.221896855,-8571917.273903992
+    -66.42579340982908,29.423245618344197,749743.03506852,3257635.318506251
+    -70.30797929927408,-66.17003428384632,441034.294393996,-7339476.147006498
+    -74.01548366257,83.23503240568107,434121.680114406,9245558.692205532
+    -62.71216755060119,72.25588038434799,713539.180909288,8028644.790248076
+    -75.8592299808851,2.272753477812458,-264498.805172234,253030.164382171
+    -72.42418235298769,-13.492065714122347,129224.232875002,-1494139.180723153
+<EPSG:2220> +proj=utm +zone=20 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+    -61.83801515350449,-33.59426970447348,607817.116702642,-3717774.685345715
+    -65.42777390127684,-24.81827412919519,254607.119548868,-2747007.973037559
+    -61.376306898913285,46.95329841071242,623548.580311869,5201252.210954856
+    -63.90708198253041,-88.95740538275865,498157.308290995,-9881571.58447205
+    -59.54642155877703,-45.72681428353397,768727.532375729,-5069496.304942835
+    -60.712758970097525,-53.72047899345075,650918.148872953,-5954849.762796371
+    -56.91753033782819,-72.98660661124345,698335.767174557,-8109061.110404495
+    -57.87236837752533,61.973425654321005,768604.662060276,6881837.56299074
+<EPSG:2222> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -103.70387429337981,-52.07563678332562,2152848.833058617,-3.025443295847457E7
+    -115.7828927703021,55.78635679768831,-455181.773599734,9080759.120992066
+    -103.29999943166317,77.56458780462728,1240540.121048274,1.7032101634950306E7
+    -115.51587206184493,14.685660884676409,-1192451.906346539,-5904672.144279175
+    -112.9282526942352,-29.2919177772199,-180426.874841366,-2.189992686109192E7
+    -103.33473005604029,19.654437455338652,3054799.797813545,-4075773.928646692
+    -108.19596455386385,-72.32921332156208,919085.711266959,-3.759773080045358E7
+    -113.88982717280956,8.04078554122951,-647280.699842094,-8332314.433763086
+<EPSG:2223> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -109.36033977299911,-49.43604692178805,1308217.650110938,-2.923670684537953E7
+    -118.19607451570624,64.06278304786511,-304470.666105997,1.210833102531124E7
+    -113.48036259106351,-31.81055964610453,214255.386780177,-2.280902413975438E7
+    -114.56553908984569,80.7649008105632,544301.373737292,1.8176198424524624E7
+    -108.6682112697335,34.02298670828627,1684440.79524793,1115373.224963402
+    -106.56664611259033,-17.7710981178748,2563319.850267624,-1.7730288033786166E7
+    -107.31584858358754,-32.311219708023366,2122009.548576443,-2.301821196474765E7
+    -117.04043943785783,-5.412329833276189,-1165297.859556618,-1.322656280526673E7
+<EPSG:2224> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -107.23916152192004,-45.68374550320878,2363898.985076463,-2.7926523995521497E7
+    -113.56284700555891,-36.79587421550652,754796.986495998,-2.462056530248041E7
+    -113.75029506878967,79.95748984012107,699981.147948308,1.7877478924544826E7
+    -117.88656461358502,5.347906193913275,-805423.597173905,-9310633.561968563
+    -113.68714551024938,-46.07375723847195,715951.832194526,-2.800095609532254E7
+    -117.71222144346565,-61.451010375740104,6975.523529545,-3.363668501061057E7
+    -117.25837864121837,74.39471874133898,354442.433442672,1.5850359640352337E7
+    -113.25632926882938,23.85113534345828,864982.136851009,-2598533.728025689
+<EPSG:2225> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+    -115.31140970582703,-12.159803607139565,1.0094114126293048E7,-1.975461952389211E7
+    -126.75364981398684,56.56965910132767,5562529.453689757,8033251.453212603
+    -173.04533793746714,6.4512935758479735,-1.4050153227207007E7,-4853688.078650009
+    -61.618097926439376,-14.148357408097457,3.6705233672595136E7,-1.0157260001285696E7
+    -136.94206206586952,-3.543258943994065,-560244.905687451,-1.4926723520242272E7
+    -160.69135503581967,8.241562890678921,-9124919.382100454,-6753511.31202651
+    -98.85304513806389,-15.967113106483662,1.920696094850066E7,-2.0318367841979813E7
+    -129.63551160397154,50.34494264735808,4754867.184945651,5750222.510959545
+<EPSG:2226> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+    -121.41530459074383,-2.9766581036409896,6834692.852525636,-1.4483361024605136E7
+    -78.86895251006189,-3.086568257749228,2.5977761621365424E7,-9839373.119787315
+    -112.08905286450496,20.215166312483873,1.0129086475693297E7,-4629550.687995198
+    -39.05870907485621,53.953769788405154,2.2627464672408786E7,1.5531300368040018E7
+    -137.06609434076185,69.66048417619967,4258069.919747551,1.4184330433466561E7
+    -38.90628384331649,79.28444101257696,1.390985367305691E7,2.2290680794271458E7
+    -70.10038662928619,51.98000299270694,1.7940897176098727E7,1.0241359060215453E7
+    -40.12942300837372,68.05878667047233,1.8051618993098363E7,1.8850669782512166E7
+<EPSG:2227> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+    -80.96536456733567,9.134233708873936,2.2089708096192796E7,-5391664.172249971
+    -123.99605541431269,11.761162408638548,5186693.16707284,-7636466.564975083
+    -63.05502448137622,87.54977858876703,8855052.486357344,2.5898007436130483E7
+    -54.31018835833157,-18.820870594400283,3.980935915741388E7,-9742951.537621524
+    -160.0838619670413,12.8391254197766,-8373847.287149411,-4026817.299419871
+    -77.80357944488051,-6.59675299256784,2.6291197250786174E7,-1.1048964233789224E7
+    -65.74691467331817,33.04802981244412,2.2450203060685225E7,5167432.269582044
+    -167.08505157542294,68.73101976056289,-625063.073587857,1.592792271143081E7
+<EPSG:2228> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+    -108.92299855994082,71.42557652388416,8074238.287423008,1.593000036222626E7
+    -106.2857210614199,-19.807072496649578,1.3456741855168672E7,-2.1485694647667963E7
+    -120.42798730445318,57.84874684130186,6260703.635636766,1.0052911807022428E7
+    -58.54342117232045,76.85378373532087,1.346246857505408E7,2.0818075275571063E7
+    -57.027388885100564,-1.3442404587414032,3.240602925842534E7,-4038762.775026826
+    -70.82129459284734,-0.5059999875597825,2.7047499524197202E7,-7059197.658352582
+    -135.6370195049209,30.144990645231786,1296774.040400105,205063.720930879
+    -113.06467412510715,-8.949354219911836,9433967.21467613,-1.6124702320015544E7
+<EPSG:2229> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+    -140.05012007396834,27.047646912844705,-620307.562412663,76551.639085555
+    -70.06588868197984,32.82882976013469,2.0741770048823714E7,4842769.326819032
+    -109.76894053349243,49.66874309227647,8581362.154906966,7680011.221805171
+    -172.02751338763667,-18.72717130620943,-2.037778577929322E7,-1.2908780769175902E7
+    -136.6671106618673,45.1958335349195,1693123.561108817,6375588.018864479
+    -44.320511722590055,20.33328328523981,3.030726300793876E7,5915324.883800583
+    -60.390465664994665,15.651507699014267,2.676613654713029E7,983722.500919092
+    -67.67241997847464,42.52649662381637,1.9691873837169833E7,8293741.447827509
+<EPSG:2230> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000.0001016 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+    -134.57660998691648,-21.07782533806487,-3022635.513547838,-2.0054285487826273E7
+    -167.2961975716067,3.0703966203253863,-1.3818637722574016E7,-4336962.811593035
+    -95.87868946904473,48.866280902578296,1.1631149314389281E7,8295080.336898414
+    -163.67437849794484,40.71533953486458,-6244874.962272285,7723944.045724377
+    -177.63645128471876,-3.2601964633288247,-1.9002354955217574E7,-4372948.251432717
+    -62.59991426888401,3.1138116074070687,2.788187325303539E7,-3800495.560226875
+    -103.35616978506992,42.52428997804097,1.0075179917901073E7,5644046.031847771
+    -85.24254772198582,86.94258519835775,8353584.473959781,2.8064183593357835E7
+<EPSG:2231> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +datum=NAD83 +units=us-ft +no_defs  <>
+    -70.83210205692184,19.954719705495364,1.5301261048797213E7,-3759544.148089712
+    -120.8554574197749,25.489298545582464,-2199931.495447716,-3642439.557784792
+    -109.96531345887914,-9.00946143085544,740817.523204136,-1.874083430799701E7
+    -76.75428482889303,5.662147848867356,1.512323061257518E7,-9993078.356412522
+    -127.51024159594058,72.1608918612398,-23874.432129487,1.415406086809753E7
+    -113.5541571241298,32.30987612686322,491963.816013634,-1451636.31360731
+    -88.61388942046092,4.610769286116852,1.02898044298139E7,-1.1732028181395646E7
+    -111.58845071771934,21.47480399797128,825322.027706213,-5537745.40120232
+<EPSG:2232> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +datum=NAD83 +units=us-ft +no_defs  <>
+    -39.77292125835615,78.21665723374343,9517961.067003407,1.9863096299812227E7
+    -63.57962807276847,35.23100840233175,1.5106445203827187E7,2895473.821271595
+    -174.58357480774234,47.165917668818004,-1.2736360873557713E7,1.0700426067949658E7
+    -69.70320502271811,-13.646769096572006,2.133160328352258E7,-1.6847051799686838E7
+    -147.75227149594724,51.064760512303955,-6591541.826693457,8128601.677675384
+    -73.55805190054372,0.48674524697420907,1.706973867521617E7,-1.1110663487783307E7
+    -60.109348301598374,43.59096999141166,1.456724955615543E7,6050692.30987638
+    -109.18703720845572,51.01872194319717,2131604.392550007,5857435.62287404
+<EPSG:2233> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +datum=NAD83 +units=us-ft +no_defs  <>
+    -165.1207855064987,32.28624771509695,-1.4277637591592418E7,5111813.850400364
+    -44.922602601037994,13.003807639017154,2.4909280930067454E7,-508029.682658489
+    -117.39341336733472,56.17788839033814,440041.085345206,8404558.391866505
+    -132.92665244751632,16.58036595564372,-7092949.503665604,-4979653.372039018
+    -129.4030918562134,43.423157799534096,-3311824.658832314,4276518.410893493
+    -124.96724666804907,21.050221222337726,-3861664.023680369,-4044883.299933249
+    -88.20002210002446,-6.590631918659071,1.12384589331294E7,-1.5571742178779585E7
+    -81.06708890649239,30.326547658201015,1.0684396196532361E7,-303816.198089358
+<EPSG:2234> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096012192 +y_0=152400.3048006096 +datum=NAD83 +units=us-ft +no_defs  <>
+    11.137371832402636,-9.247931308679066,3.777722426999523E7,-747110.818109874
+    -70.90337459469742,50.452627821064894,1435758.33970295,4025919.474572707
+    -26.636014160476805,21.352167445892817,1.684311885728813E7,-2400797.378109086
+    -67.25400888191272,12.326250021377291,3206670.666140288,-1.0234039303331055E7
+    -128.87611176966752,39.33031258978276,-1.3794462606214708E7,4933318.123837742
+    -17.213639794572742,41.16883220000288,1.5259620904868187E7,5369091.35117417
+    -82.95957838708051,49.98356227155031,-1424214.737843103,3991385.030953911
+    -4.777099814874759,39.282854949861886,1.833025553966263E7,7125829.98932411
+<EPSG:2235> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -73.89612656119412,4.4320422898856435,1209911.725243775,-1.2195601139653103E7
+    -81.90412446392257,-68.37074101919772,-218343.964749564,-3.8742443897010274E7
+    -77.63140380537496,-43.63733858807061,69831.35973864,-2.9669771965325247E7
+    -81.42061087492625,-44.41918360205785,-912614.997556268,-3.000459987307422E7
+    -78.93481516837528,64.3680502283434,99036.796548478,9639331.94417761
+    -81.82927215000427,75.86681150305657,83549.920622164,1.3863675265900642E7
+    -77.48512070550807,-19.344113184328464,-57008.080261119,-2.0828455158920802E7
+    -71.55933634435918,-81.72045134557906,859554.617610677,-4.359161956694743E7
+<EPSG:2236> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -81.69871690373603,-43.1978883988348,469855.940452786,-2.4529840402445897E7
+    -82.08445520053482,-32.498595477561565,321811.142068849,-2.0634799297677517E7
+    -85.73865971380518,52.55613426642512,-397896.16667618,1.0312943976097815E7
+    -76.61297987015715,-5.581214950423345,2252299.391383776,-1.0862795454174109E7
+    -79.65835665850481,33.270680034209335,1066250.707482288,3252303.556076549
+    -75.22884151334446,63.60173138279856,1594797.567723718,1.435664211704746E7
+    -84.81403560008687,-0.30958862673038823,-737732.65094668,-8944724.642216776
+    -77.45887581497279,1.7704067201269709,1949596.914149781,-8188708.042290661
+<EPSG:2237> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -86.85365160037273,-28.793078235959108,-899445.194834534,-1.931717366041836E7
+    -83.96823018546044,55.83022238729359,251558.076003033,1.1479629894101676E7
+    -84.2466693225458,-21.437261608450058,-108039.092863002,-1.6617654120867074E7
+    -84.23877367311313,-19.526201908927874,-114852.312062116,-1.59231136921919E7
+    -84.81783596137085,-9.893194100685335,-358089.818302846,-1.2425612794372931E7
+    -80.41802299404353,-54.915550408411505,988972.525429522,-2.880790705487355E7
+    -76.19238219817495,-61.08598001203744,1683333.982933954,-3.110437715829306E7
+    -78.97843056929426,3.529060702213812,1758073.319573642,-7550180.619807074
+<EPSG:2238> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -136.9039514492443,-7.126184784009485,-2.0448545632011745E7,-8834872.913284311
+    -92.49746348022819,83.87692307119431,1201957.729728146,2.554395321368238E7
+    -71.95590017787202,43.30350214728562,5394599.272382235,5439527.163942257
+    -143.7589137374516,-8.918629185102805,-2.352832152737285E7,-8103360.933486233
+    -47.96816770156494,22.472116551465582,1.419982706104391E7,-404291.319484828
+    -123.10558159891501,52.715930823669716,-7191928.597062503,1.0442203945718791E7
+    -105.0202410042256,28.495749767839982,-4589905.878731671,408378.751903
+    -95.87842513200508,86.01067286814637,1090122.496014939,2.7681816090347033E7
+<EPSG:2239> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -82.67031849541176,73.53340481900071,603871.114644748,1.5888153825855223E7
+    -85.33508085389701,1.8948190638051443,-500852.141545891,-1.0203262608762665E7
+    -82.37291586318712,-68.81945954015258,628873.836913891,-3.5945852696897835E7
+    -76.03051181212253,-84.95093619596808,853665.149591904,-4.1863702679563284E7
+    -82.45132038740842,-4.990750306134913,552606.69127902,-1.2702059951858262E7
+    -75.55061140068727,69.14345401066362,1517454.572737978,1.432760323248118E7
+    -79.12736679739108,2.103647870914756,1765850.506269855,-1.0127488685955992E7
+    -79.42790287726862,73.89073895764616,934450.799177925,1.60251524124215E7
+<EPSG:2240> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -79.89724681914399,-63.51517334049102,2993375.014871968,-3.40287133994188E7
+    -89.80565806289827,-10.516631723048548,268600.439392615,-1.4725133237350281E7
+    -85.22130786352795,-12.967825556270583,1921185.065584407,-1.559716579397025E7
+    -85.91663450330721,-39.05203599941011,1799628.675979155,-2.5082257538063504E7
+    -82.79361957259638,46.63123272964651,2641509.550321417,6059272.644222412
+    -88.97408413310158,64.81641621569571,1548048.29130049,1.2726481959158637E7
+    -78.17915155006648,-67.92884743577454,3119489.685906247,-3.565981618374427E7
+    -79.66249094215202,-78.97091132021237,2611974.240060163,-3.967462790692782E7
+<EPSG:2241> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000.0001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -109.070441909622,46.46928940015789,1436315.033377995,1765970.795854545
+    -112.88970934668541,-8.170518873011659,394766.345313276,-1.8103326684291266E7
+    -109.67810762084538,-80.64353005524033,804359.92261445,-4.452702721196564E7
+    -116.78014381933204,12.088063885140627,-993203.099597543,-1.0739379286909096E7
+    -116.76538414978667,39.986110389476636,-632660.060813415,-578982.914334058
+    -107.65776643100904,72.9509231414109,1140021.135311452,1.1446823735373931E7
+    -110.48797607416913,-39.677308004819295,1128667.788842935,-2.9557639948177837E7
+    -111.90704290467954,3.486856921806975,750807.619046988,-1.3874071714668246E7
+<EPSG:2242> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -108.36956200184416,77.95861288117442,2070134.326580143,1.3283066796376914E7
+    -109.62862897686398,-68.78573921478937,2219368.604233487,-4.02025870504E7
+    -117.57110319637495,15.853712176079469,384842.31240057,-9375789.95623706
+    -115.86588276062805,-28.105010384185647,1038836.527668998,-2.5346710554851558E7
+    -113.15878724067737,-28.521313934321732,1910556.949355679,-2.5494400569826674E7
+    -119.6483500474701,-83.19578076971789,1395599.129170346,-4.547087663309483E7
+    -119.91420657341637,49.654421714827095,239797.447893259,2967743.176549834
+    -116.25859795777443,-7.458935725827601,822300.776406721,-1.7847006869090237E7
+<EPSG:2243> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -118.44037624852463,-34.242775943036904,1811487.010030203,-2.7584985327424403E7
+    -120.98852440623442,20.820779546196093,833873.502482367,-7553589.017209039
+    -114.05830624365305,13.719974464215511,3225030.01785311,-1.0158778933460314E7
+    -121.03114568444154,23.720125538063087,856279.558709206,-6496634.114879353
+    -122.31290907646063,-62.27766634844805,1508182.628275157,-3.78575407430886E7
+    -121.77858490087482,36.980841368566914,862897.058065508,-1650796.840155096
+    -117.70878358245322,-50.52497274082391,2169001.938187855,-3.3513736789684873E7
+    -119.67477000117147,6.792489111856284,1200258.256186198,-1.2668889842370106E7
+<EPSG:2246> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -19.20945097891098,9.155343788548471,2.5956812191473212E7,-1788136.866662473
+    -14.051464441010552,41.06066833177944,1.9196701090301294E7,8331371.443967884
+    -126.76502175461259,29.189781198165825,-1.1614563225033361E7,76552.956486469
+    -88.98410215001952,77.64167089194389,1104986.715142316,1.6315384214033743E7
+    -135.9997122216992,-4.602310769519747,-2.152747970390585E7,-1.0078279635708228E7
+    -1.1147886260347661,26.798231523096376,2.569515291542123E7,7736802.192034551
+    -107.30729402344689,-13.39421562602098,-1.021939645345167E7,-1.965841049581842E7
+    -25.615586541854384,31.645035937325424,1.8796668993300285E7,3516496.139980081
+<EPSG:2247> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0001016001 +y_0=500000.0001016001 +datum=NAD83 +units=us-ft +no_defs  <>
+    -137.13834000054658,61.14814307982462,-7927923.459172402,1.3651034655203562E7
+    -140.77798427893129,12.241046851364416,-1.8640041829329956E7,-1317204.364891551
+    -71.56893461781641,61.55764586127465,4380468.855670255,1.1354839578858016E7
+    -36.03504538616937,-0.8194549783668776,2.2905233259085592E7,-7137710.536918446
+    -37.99863840902526,-10.78232979981779,2.441914198403616E7,-1.1690677661702428E7
+    -138.44966012254844,83.34350957629664,-2333621.475610935,2.3102394316128515E7
+    -166.80411760505368,-13.726867248837694,-3.509500105056683E7,-2286134.061840576
+    -32.33765127835923,-8.887797602905751,2.6338753480889447E7,-9457509.074066214
+<EPSG:2248> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -64.76224469891052,64.14189984240637,3506037.54527965,1.0163189788902074E7
+    -92.34805519861892,56.81184032306663,-1922013.74842933,7373226.647198594
+    -6.622951110882411,31.42110432299763,2.1317224530395683E7,5836858.585472397
+    3.7629406138891,-3.5643800175540044,3.443371747486383E7,-690445.389530181
+    -69.45387892120709,-19.367841676686936,5527568.310059573,-2.444805956262595E7
+    -100.34115854596769,-7.764504131842681,-1.0023069734412955E7,-1.6933866510643806E7
+    -150.70496374187093,2.282434411774549,-2.770820209713305E7,-1342499.915932521
+    -15.446030215691422,56.167762136490424,1.3534653068723945E7,1.1136796919314642E7
+<EPSG:2249> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=750000 +datum=NAD83 +units=us-ft +no_defs  <>
+    -76.29311809074979,77.35312692003065,143841.789649346,1.6901980468107507E7
+    -98.08453065658306,18.99749061369168,-9086475.709538791,-4230843.210231505
+    -86.24102408239226,6.532791341279996,-5686438.630919236,-1.032465088976988E7
+    -65.7764548212474,29.56631739285801,2516608.717587294,-1674431.056649253
+    -92.75365425508299,70.59079894259436,-2354071.27792067,1.4179727400544878E7
+    -151.51808506019918,84.47120136586975,-3554506.691591816,2.2922124648933254E7
+    -153.04356140818015,88.99194473045813,-702849.77863714,2.504990441961201E7
+    -52.358944299163724,16.504966465170924,7945072.182795889,-5924149.43436927
+<EPSG:2250> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -114.45915576936407,3.407871145854809,-1.7093571487231955E7,-9788323.531598406
+    -106.62302939809342,47.941700972739596,-7018049.479401083,4367099.35150014
+    -147.21543727592606,45.81714791617239,-1.5516707882299326E7,9888917.529623173
+    -131.84502291869669,49.042280123170414,-1.2002179352607595E7,7981293.514674042
+    -4.9600916575599285,44.936447727064376,1.7071265285259657E7,7565033.157511174
+    -97.85335334537015,3.443736343176429,-1.0325950108443E7,-1.2723860923996655E7
+    -92.40487682760832,-16.59698662909654,-1.052287488138087E7,-2.31719576913382E7
+    -52.093351948188484,68.61989930491447,4459853.561234693,1.0848621974899169E7
+<EPSG:2251> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999968001 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -93.10932027082711,31.128433869467557,2.427404842524278E7,-4957240.471664336
+    -141.00594528735596,5.9528338895557305,3659178.689217825,-7270452.047588141
+    -120.17713467889018,67.3271728668207,2.1308314247106005E7,9485854.808136031
+    -117.5982611289412,66.31952855357991,2.152201848457075E7,8961917.63539169
+    -164.12653983953413,49.174010270599254,1.0553538275892474E7,9901475.180472195
+    -79.10631078190943,31.20649498526018,2.8790949355964337E7,-4877188.104137861
+    -160.33803242542825,60.963922778693785,1.4572123200490294E7,1.1793184066719117E7
+    -69.64882451900327,30.11727672567128,3.189287534973594E7,-4793592.593544603
+<EPSG:2252> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.999976001 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -83.54527926735021,35.694982264064826,1.993196595199236E7,-2788796.24216197
+    -45.931573207310464,56.878313975192086,2.7265209270000577E7,6812774.711301269
+    -18.882672132634752,44.477846474858545,3.497965606489351E7,6956248.916915157
+    -115.65540136925719,-3.474952829263266,4383701.04471267,-1.6084385146561885E7
+    -57.11568699505199,23.99454658749444,2.9175384992598243E7,-5582355.007686376
+    -35.96862012106695,56.8956338316227,2.901546116937106E7,7858268.445046288
+    -34.219324598906866,-11.966305331327597,4.586742456252229E7,-1.5215540697127745E7
+    -109.83167984273061,-3.6269905024328537,7102669.024595628,-1.715724327512152E7
+<EPSG:2253> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -163.2478759691011,12.436980520296885,-1.4377440729651622E7,2852722.592749835
+    -137.7005237157823,60.076643452725634,3543174.481395434,1.0024026281997036E7
+    -29.844921934511092,-15.924902229004005,4.200205086303498E7,-1.5111294999395164E7
+    -114.43348160933517,33.97940904868601,4097647.869554721,-1121964.540472482
+    -45.08570373481756,7.7569476241335416,2.936232458705289E7,-9174797.55272619
+    0.5441161719065235,87.5602638375665,1.5572971660121996E7,2.152459185644709E7
+    -54.482427338696525,6.307358583901834,2.5888247098493908E7,-1.137129153671155E7
+    -102.31158357351572,9.45436758229485,5639968.613233772,-1.1508738221522672E7
+<EPSG:2254> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -87.49499342967357,68.48095083540474,1164043.825166486,1.4223123963746637E7
+    -85.1673928025655,10.008243071094967,2303672.51698246,-7072087.548371154
+    -86.59400354255257,11.804760199112508,1785062.617561544,-6424292.868987492
+    -87.16082380574431,26.725666255139842,1530218.510691414,-1005075.620900644
+    -95.49526684930437,-59.754544432541145,-242948.028289044,-3.251220225644953E7
+    -93.6732596284805,-34.13540423881741,-480971.709761032,-2.31417450849267E7
+    -90.82762105392882,-54.05124925424753,555768.01895776,-3.0372928589104943E7
+    -87.82748483000746,-58.23391128979552,1178101.416765335,-3.1896195342008807E7
+<EPSG:2255> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=699999.9998983998 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -90.61174955864197,-46.328461134952995,2226248.855749246,-2.7548839111446407E7
+    -88.81225530271632,84.89511578801819,2346170.630183607,2.0232893700301126E7
+    -87.99048658008505,-2.047499288393851,3151893.437741853,-1.145374006027234E7
+    -93.02130923153338,5.044598636995104,1318349.337614098,-8878332.962404385
+    -92.11699995886211,-75.25113372789149,2130250.073779409,-3.81227601770236E7
+    -96.32408424770833,69.7659652885927,1538720.63850336,1.4728652921133112E7
+    -88.53104018483897,-74.09912334581901,2477449.027973205,-3.770115797551921E7
+    -93.96610767568629,52.32492974638731,1484160.326874742,8336268.289095007
+<EPSG:2256> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -98.84261309425406,81.02742233374536,2783424.531399452,1.4582954085916921E7
+    -41.44664431370083,16.66899185223334,2.5675837608591773E7,487663.304656437
+    -148.10960952609602,52.808366809731695,-6270434.460496585,5197323.993993503
+    -76.28850724347333,75.20636027041449,5540656.968434279,1.2621645357503023E7
+    -97.97534257826227,35.955065350431475,5425300.669075159,-2788755.713429566
+    -98.23095226275215,77.09651578761756,3093849.48564978,1.2767453031385355E7
+    -178.53245331732705,56.34858450622981,-1.0459075650557013E7,1.0289763225187683E7
+    -108.5584889754536,3.568895322488956,2410493.360849305,-1.6232945016192388E7
+<EPSG:2257> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -103.60066071636525,52.85913494260015,703229.248945805,7965865.548392941
+    -104.70721233721773,-16.81135842482155,410599.423674553,-1.7355482053329784E7
+    -101.19172877402924,-58.53800295945333,1141464.696096292,-3.2564102483809292E7
+    -106.51136020146917,-74.84955316442093,332851.276955217,-3.852097945297824E7
+    -102.87392151605931,-1.853941632025652,1074077.207827932,-1.1928157467877973E7
+    -105.1519454259646,37.68513481299233,304457.705220614,2433799.639413065
+    -97.5339664236285,-27.542120906011945,2747539.887544709,-2.13142401042694E7
+    -102.78271878911627,59.987231501516504,825275.545665018,1.0572148171738284E7
+<EPSG:2258> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -104.8337942315067,6.361215875179468,2154480.951059652,-8947066.072443722
+    -111.65125077033593,-14.942448522525822,-268229.658481659,-1.6700010266309604E7
+    -112.6603960788372,15.981925307505463,-614668.201287364,-5421727.650203923
+    -100.8427228414291,-53.06128118211101,2829159.115351135,-3.0594316672570568E7
+    -107.29385324080178,-3.894930969903939,1260071.579503373,-1.2668431763519721E7
+    -108.67619555025594,45.72556529663564,1020838.325067881,5371737.332102716
+    -101.85374184159322,-45.15371745625856,2774491.869080234,-2.769538462110961E7
+    -110.40965544086633,-33.82348360393299,376728.187773834,-2.3563371100521524E7
+<EPSG:2259> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -112.96793307602105,-40.088459883336526,1286213.914319296,-2.5860596324682467E7
+    -110.94802918298974,-45.312139092825156,1921829.112702803,-2.773821811961379E7
+    -103.23933185586522,-35.71970163722567,4087200.131698398,-2.426026781229332E7
+    -110.14219457124678,-67.69776371992813,2402254.877984687,-3.590563297346244E7
+    -110.47942976363863,64.92993600557588,2312597.304072633,1.238467492897697E7
+    -110.8004069301527,-63.91767056852096,2245536.678734496,-3.452801477976324E7
+    -113.81876889710709,-72.62003094122488,2069150.087977426,-3.773378800430204E7
+    -103.03920730112111,77.13531315283822,3113733.942990301,1.6859403799814794E7
+<EPSG:2260> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -69.27636164663701,78.60302281187813,869810.950060172,1.4546768179657381E7
+    -68.58657951862608,-57.60129186776201,1651087.449396158,-3.510892992880506E7
+    -74.78270466968422,12.134568162138734,391177.138377405,-9703783.512480322
+    -69.04892660507751,17.07894469323928,2397930.773081526,-7882476.354868376
+    -79.86994761171685,58.02403576672023,-548199.482516487,7041862.295111703
+    -77.98305045275364,40.5849212313033,-475315.585215636,657126.745007952
+    -76.13589369292484,46.00601968522761,76460.709138234,2618023.10327203
+    -72.90908973063377,-79.32591627742397,600071.085185744,-4.300848643980942E7
+<EPSG:2261> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=249999.9998983998 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -83.32715936331391,-86.76316635930134,681002.21319242,-4.616651006990231E7
+    -71.17505360574226,-25.616964477424546,2603942.840821291,-2.386672064412964E7
+    -72.26159902616484,-11.699931640964522,2367273.153310619,-1.8788260696227092E7
+    -71.54506108148466,46.56395387861181,2087417.015758312,2432887.747353134
+    -75.60256001997357,78.74409214543465,890344.314491387,1.4157752234223397E7
+    -80.14157759855763,29.157342274640044,-315882.46459375,-3928804.871041088
+    -69.82399345490863,-9.552226799182876,3260091.997477074,-1.802102490624646E7
+    -78.63914922964686,-32.45365184636419,186011.474166202,-2.6322281229982007E7
+<EPSG:2262> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -73.09348381813257,39.836177135555715,2690343.036399499,-12269.249432209
+    -75.44203013606915,18.90020754659541,2234451.124051128,-7663433.169689207
+    -82.56112816779279,-61.795741491811654,460244.752934217,-3.7038674635200754E7
+    -79.80499834827542,-81.93279019307103,1085479.565639921,-4.438919068773482E7
+    -82.64661029429841,-79.6528289581087,881107.238598128,-4.356263094873837E7
+    -73.40629145450981,-82.5306589096116,1394555.919946023,-4.461860120599102E7
+    -84.6484198654727,-41.710665841328705,-508016.987674817,-2.9744947593914498E7
+    -77.75897517923806,-28.265485286544795,1413653.031776041,-2.479389890015753E7
+<EPSG:2263> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -101.7228082072438,-18.71447388743311,-1.458900957376015E7,-2.3070364975333866E7
+    -138.9593910342339,-6.1462478307845725,-2.8213940395286694E7,-7393431.913984093
+    -111.19542242153909,-9.742821741954126,-1.7573424992199585E7,-1.6562219924064968E7
+    -16.75064966214009,57.55907413583421,1.1954457896962764E7,1.015863441206675E7
+    -79.03897525591721,70.88776443590069,258594.953534075,1.1882513329517951E7
+    -108.83548508981909,33.91744958009864,-9381135.488220936,-192699.839987197
+    -145.02185847430525,23.288131781922786,-2.128194767594227E7,3319597.5014052
+    -2.4665478567824266,4.902692538061963,2.877453211087274E7,-1623744.487342133
+<EPSG:2264> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -96.31444648311613,49.117808239196975,-2257068.279911704,6023615.286590382
+    -127.35615453524318,75.38587399367317,-4207920.658810767,1.846305661927597E7
+    -3.7587567458480464,-3.6073409942860053,3.2814788503490627E7,-2372009.385128217
+    -108.98824809526903,39.54416824396306,-6351849.336876536,3381978.039292255
+    -41.25363294856125,74.40132502351972,7113194.041749037,1.7390053433794104E7
+    -91.01108322728636,75.2651091177772,391525.735972528,1.695405287043851E7
+    -96.60309544455251,-2.986440328452428,-5858144.128259479,-1.36664640325693E7
+    -42.92610656645188,41.49408456812026,1.172455818172882E7,4610822.99001974
+<EPSG:2265> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -163.46460398692983,39.49466459135531,-1.405507285088059E7,4196250.327876318
+    -94.33257503829256,76.38027066939252,2601824.214045494,1.132525019576162E7
+    -66.34488019227187,32.96926936264978,1.2434825431959094E7,-2811217.438730461
+    -97.9270264352136,26.585296571222173,2864575.188494933,-7590133.077049399
+    -128.8495389098487,14.60968193682617,-9423065.87583233,-1.0313365956475042E7
+    -164.24238291274892,16.333382817031875,-2.0808932939937998E7,-1705885.729286721
+    -177.3572282098412,83.95140931039742,-1658049.216380517,1.687709415065968E7
+    -92.84627387646064,-1.36335210168801,5836253.957511076,-1.956644640659878E7
+<EPSG:2266> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -119.68070565351168,58.76297651053872,-1723543.640411622,5267484.528951342
+    -149.05894048744133,32.857674074029845,-1.2403896193710921E7,-124031.514873474
+    -104.92787520761415,88.16064784533388,1861377.07869747,1.8187918934001878E7
+    -148.26375207118346,0.6104808938584796,-1.9873739287827283E7,-1.129596213306555E7
+    -31.5398100595543,86.76481437356105,4177353.679126216,1.8252486975057963E7
+    -123.22300921808957,85.31198181585951,894923.14107392,1.6479129206268977E7
+    -133.4901386324978,-1.1253824530036471,-1.3967233656120524E7,-1.5601129479873318E7
+    -160.16076260367532,66.04722306596258,-6631998.060621331,1.1028293849388607E7
+<EPSG:2267> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -116.64683872059794,-7.9777017411656015,-6868312.922127786,-1.6360766259163396E7
+    -39.35747659637036,18.794263389681085,2.1884771271555208E7,220194.395110845
+    -161.27122903914974,54.63198002246665,-1.1252014011386957E7,1.1752445021850854E7
+    -148.5362325905825,-1.780886463456735,-1.963505237372848E7,-8603447.056747202
+    -66.72939900362805,38.018864305487824,1.0826444630349617E7,2538140.704843157
+    -136.120763263902,-7.441539346726987,-1.5647363676888471E7,-1.3452897289412465E7
+    -59.52955039307231,-1.7444936859001956,1.87277569379527E7,-1.0975803950090677E7
+    -132.5586533767497,8.100944017763897,-1.1709718987974796E7,-7707902.505510921
+<EPSG:2268> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -23.409584141882334,71.93015863221447,1.2369305857821258E7,1.9422539066836465E7
+    -132.80523577139317,27.951040428731233,-9118467.023389662,-32190.015319662
+    -51.2255804346257,24.69086136326972,1.7164514923160445E7,425272.887265887
+    -23.89522617106286,82.40771375014575,8269099.245194869,2.385530716932903E7
+    -148.72355762273952,67.92737139621528,-6382445.614935773,1.5641721680805145E7
+    -32.36020885368808,42.61420758391145,1.858572969257894E7,8991106.706713723
+    -102.08852348470181,51.18125951508,986864.008231086,6615135.459246018
+    -165.30353237605698,6.966097342578095,-2.3259930833596602E7,-1219263.539759149
+<EPSG:2269> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -92.08253623347818,80.47802757841738,1.0513328243543148E7,1.5085702330518644E7
+    -80.61566469054756,69.08917551058694,1.3789155710545488E7,1.1000662503423741E7
+    -136.47615554618267,31.768167227496726,3141645.696140499,-3872834.05751221
+    -112.64658107103855,38.151365806611274,1.0473028934629386E7,-1904940.857718799
+    -49.60337416284719,66.44182650942521,1.8091362055679314E7,1.3166904174796613E7
+    -168.1477733043869,31.69852230763626,-6138162.45438472,-45116.516505649
+    -43.78205257700591,50.84104402370173,2.3459843630285293E7,1.0462749686355695E7
+    -51.97806285237036,35.5892556222621,2.6459014711298574E7,5284702.21718669
+<EPSG:2270> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -75.49200730218483,-15.621490264700327,2.9304353096028317E7,-1.8027758038712524E7
+    -153.8254842683171,87.14084870213216,3690736.0075367,1.9960722036697328E7
+    -73.70434853525775,19.431993384042677,2.1466882483843215E7,-3574899.575434951
+    -178.27810738106507,49.251236751431236,-7883427.758267142,7370624.999227903
+    -66.91103055935363,69.84863248561585,1.2181740594821552E7,1.3134178686800065E7
+    -102.07671536814568,67.32650836474491,7802868.396738538,1.0000993818521399E7
+    -75.33301934795924,88.20598367489907,6106703.226773006,2.0907424792387847E7
+    -53.55420137933845,65.03453551178524,1.5051980047786355E7,1.3036665404968202E7
+<EPSG:2271> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -73.99072756026912,67.63971098390097,2566116.676706065,1.0450592094717884E7
+    -14.332275312923457,67.93517053439398,1.1093324606409885E7,1.4059657527934188E7
+    -77.21798186121623,62.812218093102715,2065162.208401056,8474514.920923306
+    -156.2486954914801,60.09388767086004,-1.126020191735807E7,1.3848967580270952E7
+    -96.08489450628049,62.66757739698832,-1350016.595599163,8769393.951519068
+    -134.05354966234265,75.57696671932085,-4238988.958161022,1.6046272966976702E7
+    -34.969253261689204,25.05278109284265,1.6090603551229956E7,-2015904.194906574
+    -131.82392043418582,68.20207237505971,-5944792.948374429,1.322707043692617E7
+<EPSG:2272> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    6.298848474578875,64.0821505412101,1.4725655519494908E7,1.5894771812400468E7
+    -36.6740993567613,29.175641304669618,1.4844313428903304E7,-672541.395280645
+    -51.43359325701162,59.80328086300361,7066762.961943369,8385122.288034079
+    -42.37031730492873,76.17421839836648,6000723.831014186,1.5463657335170938E7
+    -98.68499841310167,48.42022280403545,-3118741.823185802,3927880.25402478
+    -61.39319297183016,85.40544446229875,2897677.925984983,2.0024996030242905E7
+    -107.10239464062792,16.650979508641385,-8952211.829356432,-6653580.33557714
+    -41.124583351135314,69.4942515216904,7368437.433900248,1.27190447276676E7
+<EPSG:2273> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -128.96144603139896,-4.088131700718691,-1.8651710972939923E7,-9151916.522729537
+    -1.8186900854782095,-22.448958205847248,4.038737202967248E7,-7786124.258149945
+    -78.88519355618647,0.08474960302662993,2906929.737919183,-1.220718731086529E7
+    3.8481114853017857,-17.812697206140847,4.063595101195653E7,-3871590.342190072
+    -106.65731100577997,-16.378550061046127,-1.0786666788019797E7,-1.8335137939619955E7
+    -69.66215879468486,8.406756773290326,6478439.07373085,-8551328.96780763
+    -68.98168153231234,73.72814678546753,3756931.783061586,1.706697380782508E7
+    -119.34439684184261,39.94009676179529,-8569519.805718767,4938859.358754537
+<EPSG:2274> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -129.07308940614533,9.973110106830362,-1.4525954490823545E7,-5470182.910919433
+    -73.47205616747824,87.7607348206167,2517176.91855521,2.5293006903972145E7
+    -100.47119012914118,25.430400165374344,-2865814.133257977,-2899785.707747488
+    -6.693240158520695,-22.868915053133325,4.139170342006846E7,-7947930.966070169
+    -89.15824764212482,62.534846581057266,1360281.29237292,1.0714848500280723E7
+    -104.6570261603726,41.55257393630724,-3133008.249356925,3120133.460609688
+    -127.73765547870538,0.14988816821743356,-1.5734739523522997E7,-9407686.78073874
+    -60.750419352963576,50.756740438764425,7965593.02290956,6828997.353263194
+<EPSG:2275> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000.0001016002 +y_0=999999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+    -41.230600865222584,78.94116305911365,7061281.894578683,2.408125164604957E7
+    -94.95119067462613,66.47093885325481,1810210.344329683,1.5856438760859905E7
+    -100.25901862982018,60.612573525340274,906226.640398602,1.333270181837745E7
+    -34.42472137365502,30.804869547673356,2.0197042535114624E7,9012073.166396704
+    -121.07131947111569,-14.484896678808573,-9170195.31223219,-1.5734850789835608E7
+    -51.099205037962605,81.79647242943236,5244147.53549459,2.5046943703899413E7
+    -147.22231391827756,87.86881737785055,-1262778.373337129,2.9403927034220926E7
+    -65.47190935983092,46.93245063060443,9648817.819810696,9678474.290381774
+<EPSG:2276> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000.0001016 +datum=NAD83 +units=us-ft +no_defs  <>
+    -72.721248115312,-24.894968490543853,1.5863554485901985E7,-1.6231503383626968E7
+    -87.4357080005843,84.48287348943614,2873561.774841608,3.0690997980734408E7
+    -78.04272553759799,38.080000136044134,7842197.747935016,9471776.450841555
+    -130.9451235275917,71.35702884602736,-3136903.718773404,2.325084072687451E7
+    -30.02356676455304,9.870329915084845,2.6738251777795292E7,6792560.621765152
+    -54.2271376720291,20.102003905580787,1.7076471065094803E7,5551226.122180588
+    -70.20518566149482,55.173485361183424,8327910.670778601,1.6214938482592871E7
+    -68.70467085399459,45.32511348916616,9714653.731374264,1.2677136911831789E7
+<EPSG:2277> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=699999.9998983998 +y_0=3000000 +datum=NAD83 +units=us-ft +no_defs  <>
+    -106.75909726791791,-12.24322917726441,-710323.032173293,-6817986.829371827
+    -97.28407719788191,-6.339241806919613,3649781.790091985,-4175333.059011253
+    -176.6898934547953,5.144880483936689,-2.5939211225420926E7,1.0716044148081807E7
+    -167.37231096357078,-0.565419426450724,-2.4279693776761763E7,6552120.941283482
+    -118.91918657750327,71.43388978752002,-765526.288184776,2.7022238355141833E7
+    -130.97223173765383,1.7569260305835783,-1.0192819439429987E7,985890.502667582
+    -122.1543886380496,-14.446783455936544,-8062225.510167312,-6950025.160089374
+    -150.99253871104742,31.36697141778376,-1.2973135512192762E7,1.3999175475592846E7
+<EPSG:2278> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=3999999.9998984 +datum=NAD83 +units=us-ft +no_defs  <>
+    -39.86052288640005,22.2099095750039,2.1275067570784315E7,1.6061599798731009E7
+    -48.103107997820445,5.8122197267442886,2.1377315138837684E7,9184195.311207416
+    -148.9464380384002,-0.12534356266735003,-1.8088438665013492E7,6856741.276939417
+    -140.87452608085084,42.95285884835461,-9335224.92495754,2.0720757440471843E7
+    -42.04372904329276,-25.834824396750662,3.0384276348482158E7,-2729860.372516379
+    -152.6676779133957,61.735637269060575,-8964822.542463578,2.8800841845558103E7
+    -164.83041772946993,5.8953429645164235,-2.258094443194912E7,1.2023277452545598E7
+    -65.53152776410448,52.47947345059835,1.0034400748379959E7,2.35185201145637E7
+<EPSG:2279> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000.0000000001 +y_0=5000000.0001016 +datum=NAD83 +units=us-ft +no_defs  <>
+    -119.48826670373116,69.70365487651709,-2912000.192784714,3.476883566824006E7
+    -112.23707973119123,-3.6146693875181626,-4744370.48098851,5560329.728774646
+    -20.866111447186853,4.51562431505527,2.952749198393841E7,1.7586925475831762E7
+    -23.8635866927317,46.85441575716841,1.9776839495938264E7,2.999850937537428E7
+    -91.15140356733457,-27.97662306414639,4736881.56487372,-6392333.48310068
+    -24.6072025804539,-4.228045995340921,3.0267032046179917E7,1.3818882500817921E7
+    -150.2979991536766,39.470007611168896,-1.3586635854184093E7,2.4496050934261084E7
+    -112.06359653289947,-26.027247645180232,-5814448.429130387,-5033429.187799456
+<EPSG:2280> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=999999.9999960001 +datum=NAD83 +units=ft +no_defs  <>
+    -72.90245215950836,67.74173190431732,7570788.966365716,1.5047828552036082E7
+    -99.65847729500764,0.056019430434400164,7091832.795518577,-1.2246814286927383E7
+    -170.94179432261998,22.648978996463697,-1.7807642359567285E7,3657960.127383855
+    -40.86293187228907,1.681194032199425,3.0247981998984102E7,432817.534779353
+    -166.49413011561379,33.00984752301308,-1.4272678447270177E7,5815111.874765852
+    -170.52299383239796,21.03039111204715,-1.8082065030830353E7,3081965.271564499
+    -31.123062908088798,76.86859735394668,9382149.82191026,2.167490447978859E7
+    -52.83429041855281,64.65409487935726,1.1059788380230915E7,1.574430478060971E7
+<EPSG:2281> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=1999999.999992 +datum=NAD83 +units=ft +no_defs  <>
+    -46.64465347809525,2.124295244122692,2.802585652746026E7,2448988.609257559
+    -93.135586137366,52.82385289610527,5786674.219254399,1.2315453954963287E7
+    -107.52422438304592,11.411658273843042,3233657.722293365,-3594570.045755112
+    -122.1661177115916,41.03332671268921,-1295685.367867244,7720464.878329528
+    -112.55442701533097,82.3340620997104,1555057.123797036,2.4984469052473135E7
+    -61.324306211435314,15.922759830727664,1.975662154246826E7,3391885.733488624
+    -130.6959989143357,57.268940858265516,-2331206.700773712,1.4004397079422295E7
+    -107.76132217747879,79.47828082826999,2011357.067588909,2.335610132172967E7
+<EPSG:2282> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.0001504 +y_0=2999999.999988 +datum=NAD83 +units=ft +no_defs  <>
+    -129.03517684845298,72.48111324241562,-842622.637405139,2.4188162426592067E7
+    -111.62741369254749,17.34745365512577,1593268.426944675,2667796.116980381
+    -138.68972342268094,34.62271265711338,-6437057.607050651,1.0280581033449214E7
+    -164.4726792679909,7.946435515754036,-1.893589119493507E7,4921198.535703114
+    -32.141761801846286,38.5222046109679,2.1717520972108025E7,1.9587943757778544E7
+    -44.282696910210774,-13.43998581517266,3.3377953921016186E7,999764.201050591
+    -55.13545707119455,10.018579630470065,2.2897325630879372E7,6384837.64135033
+    -102.93923434624875,-14.854633927764416,6115419.051691332,-1.1472345876432918E7
+<EPSG:2283> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=2000000.0001016 +datum=NAD83 +units=us-ft +no_defs  <>
+    -105.76225048296521,21.023723662613868,1907047.870058119,1845221.295944982
+    -138.44123093043595,43.47692536003071,-3375145.731801419,1.371121754311188E7
+    -9.08715410096633,66.67309197541167,2.210905923166178E7,2.1869855102988094E7
+    -138.80513844709068,62.36871352230107,934686.348173691,1.9458832203182463E7
+    -125.15503427072142,-1.5053576593602607,-8946213.984308258,-3538969.679640665
+    -3.4909370855686177,63.458156752456084,2.3754057625687014E7,2.1619925094455462E7
+    -2.608164434089133,29.4866438852574,3.323425538016871E7,1.3111850913779665E7
+    -120.92682462359343,27.57166498778654,-2014907.147531174,6040540.91103759
+<EPSG:2284> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=999999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+    -144.74074403671582,22.23693744465644,-9817508.50265098,5888643.546755231
+    -160.84915252919063,85.44049206248319,6922731.011932687,2.726228133602317E7
+    -142.42404314446415,60.1044591780076,-352912.902042348,1.6369144990353316E7
+    -84.89511437350204,85.27488955916635,1.107100947894972E7,2.5020290537221253E7
+    -127.78023298556218,-16.067317507853485,-1.3347673290664958E7,-1.207385473161706E7
+    -116.29303547153374,15.837003380515029,-2328317.589947286,-1544633.89064126
+    -40.73055872098986,85.41965776216966,1.3808674951931607E7,2.5591855028538696E7
+    -20.286733883020474,-6.451049116160224,3.7453881272303514E7,-5546475.506416293
+<EPSG:2285> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -92.5257475413407,36.31882133190834,9956567.69101072,-2373924.653964355
+    -129.8908594617702,71.31027022380717,461661.742335678,9236351.273872022
+    -57.6116917181199,61.618889021171796,1.1757021706029812E7,9794399.714281775
+    -110.16495708227048,23.417152897604332,5516552.073617584,-8575997.016785847
+    -170.86077981037752,62.40889945852415,-6541560.025827029,8444042.93367316
+    -56.718494520687116,52.85942427515873,1.4269292811892923E7,7727892.786138748
+    -137.45833813939993,66.17507318142165,-948035.361232187,7410384.83571028
+    -114.20165629549605,45.722339870065916,3333488.659300966,-393156.192521941
+<EPSG:2286> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -39.70990929523535,-3.8837407090601257,3.625652497807229E7,-770340.458540022
+    -156.1403207084429,84.19409469767817,-300454.232312769,1.6289493361144852E7
+    -57.989004958670066,79.91911372784057,6372218.299526586,1.5623584475510718E7
+    -148.53144508569184,15.425629048492368,-9387554.20532848,-9425228.945258295
+    -84.94147645950864,65.90623528978517,7139094.85400727,8928915.596139329
+    -179.6588767391196,45.42407253041173,-1.2166705923091864E7,5468069.562496817
+    -91.25024542677755,12.96263248428652,1.3499596820489388E7,-1.0212202177419456E7
+    -45.90038194791239,4.375010411135875,3.1250482509003572E7,-1075698.561812962
+<EPSG:2287> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -18.824027838326344,64.6537665156763,1.2306488617359048E7,1.2219387890741153E7
+    -128.65099888852868,8.680299307196155,-1.4250580272059858E7,-1.0167610302137552E7
+    -11.379885523586836,-5.074470710190509,3.642024877630031E7,-2129729.056249923
+    -75.95075600243212,-6.926996432698478,9391409.659042018,-2.103766027529172E7
+    -85.85146227583216,48.75903089705061,2969739.686295992,1336671.096915465
+    -104.43581738834995,11.796132161039765,-4056935.479964874,-1.229768471167826E7
+    -135.31080505660532,32.987191118106004,-1.1513362200833842E7,-522964.854192511
+    -56.567626906663534,-13.05412756224948,2.060091678984911E7,-2.1131314244600426E7
+<EPSG:2288> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -65.40998899937833,75.90787178871253,4640369.203926783,1.2878278555474686E7
+    -10.583807287415993,73.0323391407133,1.0452803927747805E7,1.5714930271178748E7
+    -137.97310573178495,50.1575416607631,-8681918.0242875,5550110.061349081
+    -7.799695384098101,-12.65280426233476,4.0617509764617205E7,-2721584.645743412
+    -12.655796481015926,24.36396595095576,2.5327442751860134E7,4812935.665430568
+    -169.94808000661908,-6.720756666924002,-3.329990050014326E7,-1993546.705915247
+    -53.271463811487706,61.37999233788642,8494314.883171236,7999741.018086245
+    -118.74014044323222,66.79696367437352,-2472461.170696532,9410877.929402327
+<EPSG:2289> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -168.76753872295922,88.89539644544516,646976.729672281,2.1715640079959907E7
+    -172.81030794516195,33.96093583662818,-1.948847751332024E7,8683471.989408547
+    -159.1837857036073,76.53741831716263,-4757969.34625338,1.6515694281763807E7
+    -115.53441704557238,18.434214246991232,-7531902.877106649,-7378005.583030412
+    -119.64149474553801,62.183349759863255,-3309457.375855638,8454275.412483314
+    -67.12604233904072,9.316652288675478,1.1517726711249003E7,-1.1262814726243278E7
+    -122.65272317324121,41.51957119123247,-6750869.93282213,1554185.335089413
+    -154.3013768204234,26.253316366851962,-1.7887675727199476E7,2239892.780081326
+<EPSG:2290> +proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=700000 +y_0=400000 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+    -106.06350692425454,37.95483340663088,-3031633.89334002,365323.320294951
+    -20.56531311884595,-28.926603739903292,7647086.309866157,-8985592.772347
+    -18.643389535297615,26.092410389655583,5255791.392574344,-845842.31291926
+    -126.65719766530296,20.525400770134425,-6254546.730212197,-143003.211521664
+    13.82580007581646,81.29004324368458,1777797.227849941,5114969.334474084
+    -92.30746429947712,-79.54587057463425,-2253969.463574108,-2.5483338935380023E7
+    -9.571910668566176,-58.305070501391334,9872351.74897758,-1.7029278720271874E7
+    -66.30574927100004,-65.73154985305048,202610.066331211,-1.8787131680890612E7
+<EPSG:2294> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=4500000 +y_0=0 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+    -55.08177338658915,-56.84663392715233,4891283.373781206,-6320581.751504809
+    -62.78900972657582,-76.55426346213447,4466534.366719229,-8499946.897515621
+    -67.01195629302231,25.032244241846456,3943213.674225296,2780703.736389423
+    -68.3943847389631,-7.343153688133654,3737054.889320757,-817815.249319198
+    -55.145933167033405,33.41218972376792,5091451.922574849,3716196.365088213
+    -65.52975936627021,-76.71268640838709,4396656.674284902,-8520802.837341439
+    -57.248674607944054,6.172481763217448,4970907.933183896,684356.764390251
+    -66.61975691363759,74.34397192067175,4345909.492463876,8259521.103202204
+<EPSG:2295> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=5500000 +y_0=0 +a=6378135 +b=6356750.304921594 +units=m +no_defs  <>
+    -60.56960325281045,-84.26172242635535,5543853.751072313,-9361614.444683297
+    -69.89019798672297,-69.4108731532018,5288624.212195742,-7711802.258116197
+    -59.603076159110714,-68.66245855336685,5698729.823212062,-7626925.457190251
+    -68.15893553480674,-32.67874798100405,5156763.359799636,-3622680.141449878
+    -69.39696221670663,-12.732712376209832,4967655.491807094,-1413022.702706668
+    -59.45843838477839,-76.77136634396018,5628676.616368445,-8529329.322212473
+    -61.45608379720355,16.960312646859393,5824297.027604611,1878241.394311578
+    -66.65526622744053,11.766915345955724,5265058.48806085,1302071.23162337
+<EPSG:2309> +proj=tmerc +lat_0=0 +lon_0=116 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+    122.10068693783856,-29.68516385695378,1090817.778476011,6700485.555379631
+    115.8262957209265,-4.823170191136597,480739.022665805,9466879.694108726
+    115.21713297973811,-64.16560579894778,461935.800463903,2884297.653086466
+    109.88350210533666,-25.25373983840376,-116690.178146875,7192876.621426393
+    122.10956528735976,-5.839372949475859,1177604.544284649,9350865.288456146
+    112.07286453775122,24.17959844944336,100914.073203905,1.2679718802383248E7
+    117.12543796674332,76.84882434268084,528582.392594818,1.8530176600369837E7
+    122.00167805171805,5.172969874023309,1166342.426883445,1.0574939549217781E7
+<EPSG:2310> +proj=tmerc +lat_0=0 +lon_0=132 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+    126.84724529009225,-18.16159814255667,-45581.772410624,7984274.200859722
+    134.78997906653407,-5.360338853447772,809227.090130796,9406800.415783921
+    134.85095800948537,57.8896204416958,669005.796304945,1.6419984049312208E7
+    134.77938818362747,-20.90076271706188,789134.126142572,7686331.948999433
+    130.3800729156807,88.64417425933749,495721.085854743,1.9846648707157046E7
+    134.56837508586884,-9.684974153089968,781838.922998086,8928354.313732168
+    128.83324867131645,-31.80038920443768,200168.833304569,6477320.22753016
+    132.21087840604633,19.90680885443443,522071.974638718,1.2201182659149349E7
+<EPSG:2311> +proj=tmerc +lat_0=0 +lon_0=6 +k=0.9996 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    11.287206360898146,23.119385798052903,1041898.821772554,2566572.250586292
+    5.825456397342622,-40.543614736818206,485219.826259936,-4488110.612899341
+    8.734120108356063,-48.93870906083227,700215.365365681,-5424245.626719149
+    7.95610526045262,-2.5111899777557483,717500.287585586,-277726.449843683
+    9.318702497608783,-20.989134693878256,845078.195863101,-2324527.639727957
+    6.402072391865445,-40.26586725101767,534187.348364631,-4457344.093993195
+    3.7353891539703437,47.00096971009995,327837.845388391,5207760.857838777
+    0.11175544861819131,-79.52437408118604,380679.753316138,-8834534.167118352
+<EPSG:2312> +proj=utm +zone=33 +ellps=clrk80 +units=m +no_defs  <>
+    20.325454940886946,-82.25453948352508,580023.104337641,-9136770.612097729
+    16.244299996433796,-3.2602649180868895,638250.161966453,-360413.338818127
+    12.117701451845143,28.712073550873782,218416.961597559,3179239.323400062
+    14.69803267472957,-23.20596449604524,469100.174216685,-2566137.842873801
+    21.03200871318911,-38.16521864052022,1028656.230043341,-4241082.416989362
+    18.180835195790625,26.993923124213424,815709.25280477,2989501.72477474
+    9.346662920066343,59.815457510090766,183151.682887855,6644094.682825932
+    11.711206289585093,-23.5149632481355,164116.077923295,-2604160.208121547
+<EPSG:2313> +proj=utm +zone=33 +ellps=clrk80 +units=m +no_defs  <>
+    12.656989514801065,87.2167351260442,487300.14284963,9687356.678138455
+    19.649033861480795,16.099169101002673,997637.568386995,1785355.722485719
+    10.081554734369849,-81.52144795920026,419130.358218811,-9054679.826677829
+    20.63049741453885,-15.47998418532012,1104802.93469433,-1719214.469437309
+    21.42070135373281,-4.044931933022411,1214199.825378016,-449884.634015616
+    21.66465950433234,22.6658116201055,1185786.444403357,2521733.203627206
+    8.031228273534728,31.2956142185282,-163999.222172706,3483138.210932447
+    9.766055309593932,-8.57776231502767,-76718.234273935,-952022.05883576
+<EPSG:2314> +proj=cass +lat_0=10.44166666666667 +lon_0=-61.33333333333334 +x_0=86501.46392052001 +y_0=65379.0134283 +a=6378293.645208759 +b=6356617.987679838 +towgs84=-61.702,284.488,472.052,0,0,0,0 +to_meter=0.3047972654 +no_defs  <>
+    -61.78132839183654,27.45037058473818,138228.23915783,6390735.856778638
+    -61.35278540182846,-43.978413394337764,278409.715633076,-1.9556946971004814E7
+    -60.83511086592307,-7.992887386642437,463731.553839818,-6475128.104470938
+    -61.25719321240669,-65.59305205844277,295051.574758845,-2.7450134979223512E7
+    -61.94566933406542,10.140352274336351,63361.852146841,104012.123557658
+    -62.00751405315183,61.52655002734886,165833.931404198,1.8814815051408708E7
+    -61.97198226776459,86.28668529387582,268372.535499636,2.787986551135835E7
+    -61.83278296978297,-22.405198500923248,114815.317763548,-1.1707431819548754E7
+<EPSG:2315> +proj=utm +zone=19 +south +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+    -67.81802183434111,68.47478167487614,548486.493648188,1.759632468276978E7
+    -73.98351916887765,40.943621961991596,80526.740761187,1.45444553335163E7
+    -63.21472058223493,-79.5854553006658,616654.553182859,1158757.381021693
+    -70.57533391454574,32.82839733997362,352633.51999661,1.3633327685886405E7
+    -62.08711257904743,-20.861980052237428,1220513.839960138,7677487.290371558
+    -68.09405012007198,-68.23900377447264,537570.45884814,2430086.856243403
+    -73.67059746326575,35.09934183976438,74236.156290763,1.3894023124381332E7
+    -64.51679668017567,28.42895660923797,939386.026280113,1.3152870392329019E7
+<EPSG:2316> +proj=utm +zone=20 +south +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+    -64.85493353190488,-31.710049275273413,324298.240246731,6490094.955660742
+    -60.64252784848719,15.617008722589517,752839.461061044,1.1727902632221373E7
+    -68.36899053264894,21.699955637997974,-55883.487569959,1.2409207476466363E7
+    -68.7417400474442,-64.16967667449896,221222.939596815,2871370.052523687
+    -61.13940942213074,-50.415004938878155,632257.637087542,4413455.859247837
+    -60.99623107490577,54.278280660757446,630533.364802951,1.6016347138818674E7
+    -62.65619583176236,82.67904723858933,504961.338903101,1.918074881248734E7
+    -68.57044396542848,-85.5210419389443,451577.3770299,499616.088372482
+<EPSG:2317> +proj=lcc +lat_1=9 +lat_2=3 +lat_0=6 +lon_0=-66 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -7.437422925975625,33.2160518557001,7128655.512029313,4458324.950313559
+    -115.75795892513568,63.88893516482446,-3769355.699632082,9199953.128620688
+    -92.944140153639,3.865977473495171,-1989215.184258841,838165.807008396
+    -65.29535014112469,0.04205025058702461,1078947.735767077,341318.322963228
+    -3.5989797169027895,48.981883781300326,7282994.152109583,6649883.150167599
+    -57.48277519254417,20.65817565176377,1916381.905726946,2644982.368568967
+    -104.20656200592467,-12.270623128567223,-3363617.34506062,-899770.860233921
+    -134.21376627009704,34.313948871539594,-6116494.217301267,4711956.821850907
+<EPSG:2318> +proj=lcc +lat_1=17 +lat_2=33 +lat_0=25.08951 +lon_0=48 +x_0=0 +y_0=0 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+    131.27528579025653,63.283951267976704,5145020.243762557,6235066.265856874
+    5.28967168216063,-21.27648265005105,-5959737.605962398,-4724245.187186342
+    26.390154773705156,38.318464813371094,-1916106.354114767,1619592.020886994
+    21.747061325679745,7.575124072426803,-2982426.047795735,-1658313.954262781
+    78.52275073894438,-0.867940988582248,3682057.792313721,-2523182.16757416
+    83.13311137623829,43.487184618545726,2941283.373398671,2442672.361037075
+    13.741555430003586,8.618153101813817,-3844775.09770401,-1339743.535967427
+    23.590124446555627,-15.834033180627024,-3302149.472641763,-4581750.696131859
+<EPSG:2319> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    27.017233353140135,-64.57137831713773,500873.849667474,-7163639.475510039
+    22.29299023569849,32.42446133335301,57111.816217185,3598864.032815001
+    29.987089747518745,-65.00761980759624,640889.345554201,-7215606.043708976
+    32.13619208004755,26.780573764063305,1011240.597921406,2973827.279751549
+    20.132662769269913,12.236151330459393,-248822.359006721,1362900.395046784
+    20.95667913075861,36.453839463684375,-42002.233559911,4053101.835548732
+    22.037553871274746,49.314544726016095,139294.936190348,5476655.230604419
+    22.286120283987213,-84.3511654189235,448279.489958624,-9373339.446095701
+<EPSG:2320> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    35.46528268967381,34.28480762872039,1003543.712622255,3808979.844220775
+    34.517372333454944,-14.34540701223203,987791.661285811,-1591247.051563676
+    30.65454812942113,15.147493032828606,570392.213460744,1675564.733040577
+    34.50099797448988,9.790004853810217,994332.057567595,1086075.47866822
+    30.190070839009877,-72.21160958878647,506525.316909217,-8015869.315900804
+    36.16526709108315,-37.372773503751496,1046426.742917078,-4155748.958925868
+    36.055309933349626,-37.71862504987833,1034187.26688971,-4193556.91322145
+    31.789254368099492,8.34262146068697,697160.710675041,923129.397724376
+<EPSG:2321> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    36.47335523851724,-11.70655174918329,878919.851060635,-1296861.873879358
+    28.123896979542916,-80.77780639713653,412854.173436215,-8975808.397831634
+    31.931015687385518,10.964990435477333,383186.183029554,1212943.412536741
+    28.76538004839856,-69.79006084812718,336810.895944765,-7751327.945296536
+    35.26692749929134,-29.458238926746844,719976.4658054,-3262158.415983208
+    32.387160338491974,64.29439944788314,470363.693005643,7133003.571183068
+    29.382874402801054,0.5010367612894271,97116.223414684,55635.452505321
+    31.252567313444438,-2.6581462055223994,305685.223065312,-293947.041730934
+<EPSG:2322> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    35.77320834806271,52.70152642142722,484697.154384706,5841611.765017779
+    39.41146482922332,-50.347779605527734,742828.13508471,-5585126.793662671
+    37.33857510427497,35.20721584447034,621919.999219021,3898575.727091897
+    35.44507069563144,57.11856065586369,466411.3314622,6333437.391755927
+    39.059610091062034,38.88402010019273,765531.953910888,4310256.60991553
+    30.152552650887593,-72.50277323059134,303991.465238968,-8057898.270868841
+    31.88675174062746,-28.959056901571714,98884.548348216,-3211665.935036542
+    40.90827920591595,30.28135832418991,972558.179485987,3361693.615279873
+<EPSG:2323> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    33.26738509077794,61.4330249811359,194352.265818546,6827376.723487563
+    44.39546310842247,-35.91992905351501,987227.572528177,-3990115.42451059
+    34.43187208713965,-75.9303565967067,376119.037288878,-8435708.706853291
+    36.09657560361089,-82.98832572629203,460450.987648665,-9219998.53347791
+    37.70665904431701,-26.380468027119477,370944.881555673,-2919581.217667331
+    42.67746611811914,-33.07841177750634,843493.920016722,-3667432.731179649
+    34.871114608003985,-45.07500507936321,174887.208672859,-5001588.998335483
+    38.53772654403605,28.43032415413917,454732.552380184,3146384.389560455
+<EPSG:2324> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    45.30674853750428,53.43460359225324,719750.071034356,5928263.732640848
+    43.61810315104666,-79.38206411656759,533309.595154874,-8816747.121661095
+    42.51772731873079,-5.640610270057152,557372.511124904,-623643.522497248
+    35.970956606099676,32.62394910206713,-66241.311100483,3627311.568369682
+    39.42507286942893,19.927845655756485,230360.027676994,2206600.223451086
+    42.92934072595125,-14.222957062364202,600323.686724445,-1573126.118154819
+    46.79289587196922,75.6320115300928,632694.88796399,8403048.976245837
+    36.204614708806815,1.0463754710178392,-146139.314143836,116424.482278381
+<EPSG:2325> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    41.24621014089829,78.47648739263579,416315.189028264,8717906.32414948
+    47.469381286590526,13.928301685964144,766944.711073807,1541944.930597724
+    47.33653633538799,-70.83592102708037,585633.399181868,-7863996.335368874
+    45.79932975424256,-10.445032332320594,587528.518318798,-1155093.065883311
+    42.66699278038363,68.97281206429474,406567.349310617,7656352.165216081
+    51.32042848375944,60.20393090748246,850154.947204011,6693760.791144653
+    39.930863356167265,-23.470110194857625,-18354.017556114,-2605687.185746913
+    45.98717073073848,59.10478026772657,556572.029275749,6554941.201709313
+<EPSG:2326> +proj=tmerc +lat_0=22.31213333333334 +lon_0=114.1785555555556 +k=1 +x_0=836694.05 +y_0=819069.8 +ellps=intl +towgs84=-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246 +units=m +no_defs  <>
+    116.66815420925155,-57.614895569146476,985284.945403054,-8040404.979088358
+    113.7831495304014,-80.39384859442772,829131.765172759,-1.057852724993956E7
+    111.84495892137906,45.23761437500676,653179.08413888,3364866.914579637
+    115.22456883940497,-12.448354866043701,950210.444242741,-3026061.677743829
+    116.68626438017185,85.63875863832556,857663.824614064,7866153.328316126
+    107.2934909088275,-19.69048265970447,113219.730778237,-3841967.804232501
+    108.64816374989167,-9.02808903911432,227499.873843196,-2652134.292832389
+    112.72369060344825,31.75431199335428,698582.824619632,1866403.424127583
+<EPSG:2327> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    79.73459811863458,52.18406257488718,1.3823736165600838E7,5794404.033963962
+    73.54435044503013,-64.52854055866888,1.3430125715454882E7,-7159581.294449498
+    72.31093915402916,-16.170557936247533,1.3212333479940811E7,-1790398.933844552
+    76.46526646753789,83.7985698762428,1.3517676822746556E7,9309559.68327792
+    72.47592549616871,79.37033094336732,1.3448017835104752E7,8815962.097611982
+    72.13584385701854,-67.56527369629416,1.3378008753138553E7,-7500219.041346372
+    69.95939083921134,-18.718064941130947,1.2967827557429964E7,-2077987.554446436
+    75.85752954062016,57.351398420423635,1.3551620988689262E7,6359374.91747121
+<EPSG:2328> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    74.62870062555469,-61.87999314608821,1.4165227133551838E7,-6880000.831256664
+    76.04301655246202,-59.626483800828524,1.4220458915916823E7,-6622905.306973773
+    74.43166285526718,57.183877536238896,1.410315846687151E7,6359543.816189523
+    82.29755392540444,-75.93212150239435,1.453521841226389E7,-8431374.474322893
+    85.53722882475228,-22.407502168286968,1.4967522851694437E7,-2485992.135083131
+    75.85735701610398,-10.246970681148866,1.3935879926540818E7,-1137685.085092815
+    86.61277652331015,55.35486872809747,1.4855806083861046E7,6151096.054954614
+    77.9671395980596,5.424041496440054,1.41637297258625E7,600619.573210985
+<EPSG:2329> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    89.54710226820877,-25.950085229734576,1.5755170073267713E7,-2873788.981155362
+    92.31152987654959,-32.39132252974302,1.6000067100113828E7,-3597686.769466691
+    85.68595002380407,25.435994353838097,1.5367811052549599E7,2815004.388883472
+    85.9412731492881,22.080143747372603,1.5390730582012156E7,2443055.522216013
+    93.44168572017485,-16.312644716734567,1.6189632302970946E7,-1815163.502942205
+    86.46889868643584,-61.19695272912722,1.5471441748534977E7,-6787559.296575143
+    88.3990024510251,-61.90089214091975,1.5573539256463928E7,-6866681.125712311
+    83.06764781499989,80.41713583984387,1.5426942347351303E7,8934195.104338862
+<EPSG:2330> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    93.70348956092128,-63.83355651765707,1.653462706841359E7,-7081493.750680871
+    90.68052217230621,4.553051803524383,1.6242536266750243E7,503875.131414402
+    95.13145499453105,-86.8692682822454,1.6512998980168635E7,-9652531.341478182
+    97.43588471677866,-4.072081083036011,1.6993053495699514E7,-451632.63651981
+    94.14651829487384,88.00421086962868,1.6504459482489508E7,9779098.189440059
+    94.99661146456597,-53.94357003033768,1.6631098279218918E7,-5981484.880655907
+    98.39700987449922,49.44742958874767,1.689127000582316E7,5493411.613003942
+    88.76935613540034,18.570718716927075,1.6053090986089792E7,2059413.619408747
+<EPSG:2331> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    101.30464735532978,10.537800192296558,1.7752317564298596E7,1166269.659860165
+    95.7896857569924,56.61172203515852,1.7302915466882892E7,6281291.661423956
+    97.35795291068263,43.09168198115907,1.736630382405004E7,4774216.399588577
+    100.59238013371503,72.91345033032366,1.755223715548597E7,8094760.297047764
+    100.52479072404276,-63.120388188279435,1.757694176424266E7,-7002719.89868809
+    103.06828316425877,-56.87742429455699,1.7747966870403405E7,-6313644.824481642
+    102.36808239393905,87.16295443954715,1.7518609142424535E7,9685638.428199945
+    101.87943372824712,29.782698261411085,1.7778489080718983E7,3299504.656432111
+<EPSG:2332> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    101.9598258166958,-63.561214553226336,1.8348953365252845E7,-7054533.659924508
+    109.88932359488149,-43.91391015634567,1.889273922609753E7,-4875895.934171848
+    102.80753689705635,1.866224052135081,1.825600477056711E7,206509.286871975
+    108.10702625978315,-63.34785552325393,1.8655519985335063E7,-7030931.375597788
+    100.07103957927356,-46.8562266234503,1.812414827316367E7,-5203076.210375976
+    105.40764752019375,-74.30824354071969,1.8512311494363226E7,-8249773.265181663
+    99.00902499084172,35.16668873804797,1.7953869208526425E7,3909567.844554941
+    106.53263106282354,-83.19233163316325,1.8520288508759875E7,-9241900.014799945
+<EPSG:2333> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    107.05580886960135,26.94953505890993,1.910816136073404E7,2988158.684853717
+    115.34002060052184,43.060821461139426,1.985356362776719E7,4778630.974167602
+    110.74410509582574,33.473478331480905,1.9476214303461626E7,3705291.922990129
+    106.49432511536106,70.79334251571075,1.933463437072129E7,7863639.256252966
+    104.81479489585891,18.090045385558682,1.8844253607729707E7,2011970.088353598
+    107.64398980699221,23.818215091717036,1.9157909168316685E7,2639205.000876582
+    116.84682336155558,18.613256240531854,2.0117892236126654E7,2068948.013927506
+    116.0083925665916,-31.356686751247054,1.997681360743028E7,-3481384.194516914
+<EPSG:2334> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    120.30861593557245,20.79850028493135,2.0844602058197465E7,2304304.467408486
+    117.89636935208073,-26.087954258833605,2.0589677819458008E7,-2886888.747948635
+    113.8330788012956,36.68167885081088,2.02168945517017E7,4065863.888143718
+    111.17512249588945,-59.790041801156114,2.0173193019993853E7,-6645059.053144734
+    117.15292134505461,79.38395713098771,2.0503146300450556E7,8816362.123552017
+    114.52299917057434,-42.355225028236546,2.029591785793833E7,-4694069.364674823
+    116.23571920703921,-78.55864836364387,2.0483069178914253E7,-8724320.720164476
+    112.07030948015154,-28.54396204287425,2.0017237187109973E7,-3168666.737858619
+<EPSG:2335> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    124.20277718197487,-48.07371387597937,2.1589629078154527E7,-5327326.388096944
+    123.8606938893224,77.53832913076533,2.152074053334377E7,8610448.00118575
+    122.7922871408488,-70.45843840809064,2.1492242660610065E7,-7820143.277159024
+    121.55580784269966,33.0085703985154,2.1365042731254052E7,3654626.929714745
+    120.81172020003422,-26.11162099259129,2.128108895018764E7,-2891042.754513822
+    125.10480242805369,29.170556219708104,2.170477651759765E7,3230008.626498718
+    118.41764261086063,82.62548109185613,2.1434376670760468E7,9180930.406476552
+    127.16384956910984,22.897310595310202,2.192747499977074E7,2539217.431376026
+<EPSG:2336> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    135.5291208847521,-30.253153737502522,2.3129039930390645E7,-3366285.06131336
+    129.6927055179624,-66.08402602309793,2.2531348090418056E7,-7332385.420647631
+    133.07495609626582,27.40226253512408,2.290320765905324E7,3038811.35423607
+    133.43453869226957,57.2114878282938,2.276785545816814E7,6352189.573655798
+    125.64973387950315,70.88139818162921,2.2377537840247322E7,7870703.890679044
+    133.03511873408831,-28.83666495263025,2.2893969606426552E7,-3197865.847490383
+    123.10693267605185,-18.144423120089698,2.1875510781030767E7,-2016994.130632784
+    126.30829936175925,-61.83768062907657,2.2358238669137657E7,-6861781.04023221
+<EPSG:2337> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    134.73200759601968,3.582655857171787,2.3470225012927234E7,396159.293108583
+    136.16102772353838,-69.91977825812421,2.354450369986883E7,-7760458.215619923
+    141.0457392945203,-52.86368221326458,2.390696615833705E7,-5876597.409950403
+    131.57043037960082,48.46239703781774,2.3246380595750544E7,5375531.096563831
+    130.51217842440983,-64.35652554161469,2.3283344005093113E7,-7147257.627406478
+    133.47547122590123,28.81812312861267,2.3351182749473494E7,3190067.122057798
+    135.56028995194754,57.8710260600721,2.3533250376279023E7,6417058.683674509
+    133.0188592231859,-45.357475604601056,2.3344767961998966E7,-5026584.761059945
+<EPSG:2338> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    73.27695128370782,31.250372614749494,335861.43063571,3460015.769430887
+    80.62252881040546,23.13395132251243,1076509.754647762,2570511.000282745
+    72.6107290923887,-65.19961998240714,388147.668966512,-7235716.442149831
+    76.7516458823101,-24.392884754083425,677706.250551442,-2699928.337498281
+    71.84795643545809,-88.10962049541422,488392.209781316,-9791146.285654645
+    75.77839514919759,-27.736471318390578,576751.239867377,-3069482.283081338
+    71.59289609825626,-78.8243408579126,426291.629295148,-8756025.439209003
+    71.09482578731735,-31.476376193250424,128774.339511865,-3490405.520040223
+<EPSG:2339> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    82.7495620299585,-23.726407226086778,678414.336251494,-2626084.051377828
+    74.51540114223431,-47.614637460343744,12586.99184276,-5295997.63613564
+    78.76238423658813,14.458106964010241,258693.812151062,1600208.864860956
+    87.19832575097087,61.501028591862024,829729.262306914,6837024.377492299
+    81.30017760009659,64.0285558783041,514673.186668405,7103075.321997068
+    82.49357617810439,-29.48254634978384,644859.950586133,-3263685.539533334
+    82.50163712023219,-26.63967775148737,649527.303316395,-2948586.416479967
+    85.60980278768405,-78.81948984629096,599724.782302727,-8757271.036961151
+<EPSG:2340> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    88.89675139424189,82.69922703519401,526915.987672678,9187004.067477062
+    90.6519213229871,25.21628936715352,868173.844222147,2795018.168576292
+    88.0003112677748,54.39188794514192,564977.515632099,6030000.536832842
+    93.63629311660614,-13.10519499504673,1221089.886611424,-1458849.246329495
+    90.9811265067899,42.70941626592386,826171.914900507,4738133.807533466
+    82.7908608304468,3.993679382521364,32151.013446467,442804.088728632
+    81.35636822989893,-38.24048892711779,5740.893134492,-4249288.416525631
+    93.93987240932047,81.72082016659056,611348.609227798,9083981.930753658
+<EPSG:2341> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    95.32113429774168,-9.005895628539932,755290.065402768,-996712.599199932
+    96.3968313421387,43.78262898822058,773446.765825945,4855284.469545045
+    99.08883960090131,-24.570102697085176,1117556.080465038,-2732114.688857624
+    98.87747361656108,-4.2501371929327405,1153632.804205277,-472455.931109988
+    96.64261958269282,-78.34082969588944,582159.712823421,-8702449.578848658
+    97.88607509057415,55.160965482710424,811296.026902332,6126057.859964491
+    97.6201592748966,-31.331284652996622,939932.743179402,-3476941.878786884
+    93.16567227059575,16.528564997408196,517685.290902214,1828143.118338204
+<EPSG:2342> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    95.03956843066575,-55.00170173853838,246635.271049372,-6104600.502904093
+    92.3172776308211,36.14852461737317,-101824.126143837,4022782.646585563
+    97.11232379948113,82.61509164921483,472905.780218429,9177608.912344316
+    104.24296658566142,22.835265146780756,1038701.459673208,2535879.099926249
+    96.45268073464428,-37.739315198221846,275454.170190758,-4181621.83740229
+    95.55558531794,-20.543882578537264,140641.752227594,-2276373.062880692
+    94.5594576425144,-55.15104125515614,216998.090016289,-6123055.179455237
+    93.68430817554591,65.15946660005619,250956.823309189,7239616.04096943
+<EPSG:2343> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    111.61676472610756,-49.58819152287873,978263.358219941,-5516116.384144521
+    107.3902435674098,-86.04419723595325,518412.268317227,-9560521.148605814
+    103.2891155839615,-56.05732967092038,393417.157422563,-6216269.443856559
+    98.66470432895052,-49.04246933688162,36962.506618564,-5453722.635975565
+    98.58948201485195,-23.135970277312055,-157517.296777162,-2574090.619865933
+    98.32554433367743,-38.94731926389301,-78888.429767625,-4333906.31057019
+    99.40510267799769,-6.454831651645861,-119866.802409526,-717179.474585377
+    106.36704367747981,-69.56044503053747,553296.747639202,-7720543.747092265
+<EPSG:2344> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    105.08491146673651,47.79112877449958,56882.217333621,5312177.082461208
+    107.35341728171146,29.230253806560114,145344.988810502,3240307.554685079
+    116.50513773574747,-19.60741186567435,1078205.714633229,-2178248.747498437
+    117.80163801338219,55.674907140623276,927561.299394861,6193369.423220171
+    104.36348003857336,74.30220380801745,299874.496292737,8260229.21118471
+    113.42175686768238,10.586782389715793,765103.920456291,1171789.0322796
+    113.72513634780162,-82.25514007110732,541001.6551031,-9137935.215967897
+    110.09870504338996,71.1185391832278,467434.841745546,7894021.063076662
+<EPSG:2345> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    121.36024296023949,-76.46774993168582,613838.538621856,-8494993.321833031
+    122.28542664548716,19.426318884109918,1055698.888732558,2157402.155425469
+    110.02800212415389,7.983672831445531,-270489.284705862,889381.649132503
+    114.00638855938382,27.8477749388487,205053.727946375,3085175.295563411
+    113.0786889468335,-12.411378089240273,73312.668521022,-1375735.213831177
+    110.06610214734779,32.44169622196124,-152725.374023637,3612085.024273794
+    110.97033928439811,-30.09622019938751,-81754.757158324,-3346167.215832375
+    122.03473567129537,59.9295825582563,781354.622384088,6656938.909222892
+<EPSG:2346> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    129.36749754026263,42.81668646668629,1020834.806810036,4762070.036763581
+    119.00138465447654,-39.688247917601984,156943.089685763,-4402568.243501212
+    124.36260474798502,53.075911340339644,591318.626173204,5883939.215781231
+    123.47829762749862,-7.123393726536889,552836.223008813,-787732.447035255
+    128.34402616981586,-75.72708239955863,646941.737933184,-8414746.420999128
+    119.2054525043272,75.69265703952166,395350.938850002,8407616.324409477
+    123.65343683900011,-18.134990607472034,569150.620531888,-2006046.523863459
+    118.41184053190214,40.40699353968708,110468.147434125,4484844.747930615
+<EPSG:2347> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    127.58319614169984,-53.00292492780392,404888.767019649,-5875887.899068389
+    127.34967761119749,58.79379041790202,404586.774719879,6520877.180511458
+    122.70914116640795,84.6474584539217,434585.36822438,9407720.161703194
+    128.43881760256227,47.97914050105027,458104.734810936,5316263.131330671
+    135.0456695934964,50.43165504584999,929405.017012207,5606357.301955268
+    128.2590227555346,71.31354669597968,473493.481747126,7915699.435588402
+    132.12290855544344,-28.801889035936988,804952.819751462,-3191319.861152926
+    131.24815708579587,68.3134241747344,592730.896495617,7582535.63769614
+<EPSG:2348> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    139.20868359937361,82.39891703287054,562122.917819961,9155287.619833108
+    138.9959371232162,-31.711571553338352,878904.444519227,-3516824.089912372
+    132.9844734375813,-20.227037562160902,289351.681072184,-2238783.007335549
+    135.66517806970975,45.35830095004772,552119.288533863,5024981.865923332
+    131.69136207223224,35.77048649361551,200765.776919741,3965132.053392379
+    132.97009288554395,4.746967425577267,274754.809450967,525235.077122023
+    128.39233891156155,24.684888247169695,-169708.403778103,2747326.091605147
+    135.7688891795346,0.028131553456489655,585594.968447458,3110.909551398
+<EPSG:2349> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    72.68386631804219,44.015001465762055,2.5314276642417092E7,4878100.574662829
+    74.78013281141152,-78.26564214713845,2.549500626719392E7,-8691505.721164402
+    73.86778995785116,15.029730897670603,2.537824013555052E7,1662592.053572363
+    76.2182673717433,-30.3875674484986,2.5617091042553037E7,-3363708.790291698
+    72.3376028286483,-46.185697066781,2.5294455823707204E7,-5120176.339593109
+    71.94803492719454,-84.56069941709525,2.546770297170016E7,-9395307.93562565
+    77.98624847824044,-25.82167414841784,2.5799511193111707E7,-2860481.567800681
+    78.89334235371079,-35.2521629576822,2.5854414187932137E7,-3909526.783700962
+<EPSG:2350> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    82.75258731538887,46.06912350145191,2.6867677032729506E7,5114766.015118848
+    75.23272038013289,47.85308529227166,2.629291297053622E7,5305804.008567824
+    76.83149589138732,85.05830605497889,2.648875823942871E7,9450140.724149158
+    83.70066267413993,56.23939244309608,2.685325513150715E7,6249850.534429971
+    76.8106613706096,-40.33801544494889,2.639893909804786E7,-4467742.637946435
+    83.98658750633813,49.44224615983961,2.6934035672550954E7,5496070.811483542
+    77.26334302956516,-41.438778462855815,2.643843383049365E7,-4589567.300403352
+    77.61929967405435,77.85179571930715,2.649105302731572E7,8645321.222090814
+<EPSG:2351> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    86.790574476398,15.925589002612512,2.812092403029636E7,1770040.522369915
+    74.33578788933886,-23.24312229854911,2.6816930057240825E7,-2587188.55582971
+    79.61826838581146,-11.995959544049114,2.734951003571683E7,-1327015.326054133
+    77.88075286417707,20.58606882152951,2.717468299236208E7,2280365.606402543
+    85.43235148476704,-49.717729258176725,2.781958542354029E7,-5518892.493709965
+    79.74431155523796,-66.3174725649712,2.7443698477344915E7,-7358808.932483369
+    87.17811339144895,-15.968846564227704,2.816247053445934E7,-1776050.424164945
+    81.64067161616309,55.282606857867876,2.7540710271974195E7,6128881.794604792
+<EPSG:2352> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    87.60689665797817,8.321150360046587,2.8897572299714908E7,921983.14322323
+    81.11513102121478,-4.494011331375702,2.81797038653245E7,-497564.722555848
+    85.12521854032343,-41.93378029145308,2.8593322501753934E7,-4644896.273446367
+    87.01888364243734,15.094943767500965,2.8824669600607093E7,1671724.766086142
+    80.96150563033096,-77.17265308346971,2.8424696887380663E7,-8571419.230180338
+    83.87316617530576,-8.998835380799918,2.8486053547963515E7,-995124.346429451
+    80.94173221973102,21.4382976531968,2.8182856919908565E7,2374701.878508934
+    87.03436213986824,-32.70566854871584,2.8784564588476006E7,-3624181.607602814
+<EPSG:2353> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    91.42987297427628,-14.604153973712627,2.9977718734479222E7,-1619854.438423676
+    81.14920299767634,74.71686679906958,2.9328042820512872E7,8303816.656393805
+    93.15609484341759,-42.11873905966617,3.0009186863787577E7,-4683211.199378219
+    89.73146944609543,-74.80084801852938,2.957994198694362E7,-8306551.934289864
+    89.96208197284557,10.940674618284163,2.9823918236846298E7,1211494.516346353
+    81.18114389063375,-74.43595173128692,2.932591224095301E7,-8272509.133684149
+    92.54317705296613,87.90263886779104,2.9522623742627457E7,9768803.265640566
+    91.35228312781601,32.41947812745748,2.990954631635853E7,3596719.278181141
+<EPSG:2354> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    90.28836333013126,78.49939216878738,3.0506420784608234E7,8717609.955586327
+    94.58086691632147,73.8227426441799,3.0642386746462937E7,8201014.827516548
+    85.00246368390006,25.96661181892094,2.999912229427145E7,2882717.397192768
+    89.7290056302654,66.71771613842432,3.0488042369870424E7,7402903.042305976
+    86.3088486582515,-64.46433654457852,3.0322465877496623E7,-7156784.574624355
+    88.91489770159598,78.74521500443228,3.0476349574663747E7,8745259.920169877
+    87.59152051117707,-17.56280852571065,3.0244246717905406E7,-1944218.118098908
+    86.95446130612707,67.00642477192031,3.0367232422839075E7,7438323.083150264
+<EPSG:2355> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    95.49938459433788,0.24962430064339003,3.1778316603293233E7,27628.501063018
+    94.71789793447569,27.088317672495236,3.1670391492420767E7,2998581.079541418
+    98.31481135295441,-75.04812515143621,3.1652937046789985E7,-8339171.861546936
+    94.26392001848018,-15.897571959555847,3.1635361064319383E7,-1758718.56209608
+    95.04157349899306,-34.97827940937262,3.168643446707779E7,-3874089.614296281
+    92.74830429107399,74.08451784843541,3.1492292877644997E7,8224777.280285307
+    89.44032689506572,-8.196261917786671,3.1107515797843937E7,-908097.824137954
+    88.919168257093,-37.82115085514907,3.1140625639731113E7,-4195503.911991115
+<EPSG:2356> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    93.47298726019767,57.81959085376886,3.234984068235712E7,6413995.781077852
+    89.80816484213165,-9.020007035826708,3.181792358255195E7,-1003258.612458666
+    90.22449573508966,-59.17629380873623,3.2170015498623528E7,-6576611.44339109
+    97.62419943905257,-74.61199809901835,3.254812185201351E7,-8284291.737275048
+    91.27866815770649,6.454256514427897,3.1977151603528842E7,716131.003303679
+    96.56289589688959,-27.5788280383631,3.2555581809411652E7,-3051896.955339904
+    94.05508844246022,11.327709547823957,3.2287645619960822E7,1253424.633640269
+    92.36601670299854,-65.43130530236651,3.2331407918894053E7,-7264295.881237045
+<EPSG:2357> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    92.54532895330154,32.929845621984484,3.289578751702328E7,3663518.295303961
+    100.07543334232952,45.99328551360108,3.358331656797485E7,5095904.416152882
+    102.17749367033997,-78.08890007085377,3.357320574785648E7,-8673750.438077182
+    104.50873234024387,2.1970233139716413,3.411373167041374E7,244069.284886252
+    104.40121239254292,79.58520795965794,3.360889442191385E7,8843881.052029781
+    105.60609821435483,-53.19521280356384,3.394123509175858E7,-5916753.723969236
+    94.58464331281327,87.89869345636876,3.348193514703701E7,9767964.02233418
+    95.52795690458058,53.674299249063466,3.3270586275081825E7,5955270.822356921
+<EPSG:2358> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    97.05088662266586,70.52248401219421,3.43159278453199E7,7834776.149705163
+    101.60172652534224,22.538934805582713,3.445903037774464E7,2493534.591209175
+    95.44087646218331,-79.16243409585883,3.4362545755547546E7,-8799360.342550922
+    105.62029986743735,-80.34872352302719,3.456774339668154E7,-8926193.57927794
+    101.21830546780774,-47.70938705145404,3.444133904913644E7,-5286413.560951686
+    104.11321570871311,49.28539344533337,3.4653737302891634E7,5463518.87981391
+    106.09750803498883,-81.11679017832178,3.4570610329705454E7,-9012344.548686175
+    104.40811207657949,17.195145090372534,3.475622574902314E7,1903497.294483883
+<EPSG:2359> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    100.3447378296032,-69.4064623325112,3.53173371777582E7,-7709721.547111727
+    110.14217974411423,-11.010688257686297,3.606266159459367E7,-1222480.84285362
+    103.74295106458995,-26.833194579267186,3.537504213920239E7,-2969768.089718671
+    103.3121603546436,69.54099576693002,3.5434139013394706E7,7718687.208764071
+    107.32467603091713,32.35185054695289,3.571884890307955E7,3583247.334664793
+    105.97909909367812,84.1841113119265,3.551108072789946E7,9352487.06011504
+    98.44406721930888,47.17625020330479,3.500310679518975E7,5247738.123033512
+    108.35739031467826,12.19492846795032,3.5865555919545226E7,1350913.028553028
+<EPSG:2360> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    107.98585682985001,-55.839779321587045,3.64991139208139E7,-6190726.966034476
+    105.45833007118318,-85.51336078240595,3.647779994545106E7,-9501340.912480837
+    107.00800828885887,-27.031579201928082,3.640156453662225E7,-2991518.086360037
+    106.62415471105295,18.60364147838837,3.635478368184689E7,2058352.564712958
+    105.36149161379032,-40.93292631361004,3.62777723506858E7,-4536480.374976351
+    108.56543187059506,2.9459197108952395,3.6562862014427096E7,325761.912808984
+    112.70555295617304,61.11820176761404,3.675350686332584E7,6787790.604450725
+    103.40881037166305,-15.555615532519937,3.600705835774834E7,-1725774.707100459
+<EPSG:2361> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    107.79235596764093,-61.160338160711355,3.732736612457926E7,-6787597.914518938
+    116.25577326790014,-10.385354301085627,3.807630923556376E7,-1153253.968407941
+    111.64661107840382,-61.969756835832726,3.753391448031853E7,-6873732.600783565
+    116.5442788023512,80.26370205804258,3.7604561770341635E7,8919579.495821973
+    106.39130291907878,-73.3306040935777,3.7352514472465046E7,-8146306.238215489
+    105.2295757955294,34.176168944775114,3.6967669448486656E7,3798293.209894784
+    112.190755137601,10.503664428852346,3.763035645815583E7,1161812.388288197
+    117.7044792986413,22.79550291680836,3.8189500049962044E7,2537571.021158543
+<EPSG:2362> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    116.97961484369984,-79.9843745507459,3.855784999100974E7,-8884880.94756195
+    117.31213105388113,-71.46482960270995,3.8617508415765114E7,-7935638.425442366
+    114.36236304475725,-66.0561895001598,3.851641672221138E7,-7329155.625560647
+    111.83165750477484,-45.3148680711238,3.832997234980946E7,-5022227.543642096
+    108.09806269334545,26.028396185573513,3.790860614481326E7,2893379.246156846
+    119.66091039556898,-15.037620280247879,3.910959182022215E7,-1670984.789955879
+    116.44139814894626,80.40877066077041,3.8545417711479284E7,8931742.18115631
+    112.8511579331453,-18.061305331822922,3.837836732696627E7,-1998146.286662996
+<EPSG:2363> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    118.09223100938934,-69.93020456423947,3.954184605827668E7,-7761572.521265517
+    121.881261503197,70.69128966354751,3.968004047923992E7,7853352.213712428
+    119.93609417235476,38.78959491339509,3.9755119218591005E7,4299245.20434533
+    119.23685703958249,36.487981612110985,3.97004485870361E7,4042020.168717831
+    119.02315194850833,55.61155708767495,3.9627483688298024E7,6167175.034601947
+    116.61060504563932,42.08286126858971,3.946778017876568E7,4660916.172892856
+    120.20712193357899,17.06353866028347,3.984154657574935E7,1890146.856177608
+    114.54035298011436,71.39442054022709,3.941239911057566E7,7926343.235739825
+<EPSG:2364> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    118.94073287575057,-65.34574871049631,4.045067713885916E7,-7250306.218930191
+    113.959651495834,24.6785455224951,3.988790572048735E7,2743952.736250661
+    120.94840044320028,62.648528394333596,4.054863373227124E7,6949570.718021046
+    119.45547183054035,-2.0192330913367584,4.043941984497508E7,-223286.411999827
+    123.54836073953844,-16.817925597542782,4.087841606054566E7,-1863551.5966659
+    123.10076342098375,-71.79626453996433,4.060811645992711E7,-7972179.196725723
+    114.85100548548978,22.4958220366306,3.996966335216518E7,2497840.364528077
+    117.2688744839029,-88.90909008322845,4.049419440469463E7,-9880260.811657455
+<EPSG:2365> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    127.25399036291327,-82.51842601041199,4.1561808977807514E7,-9168647.185638247
+    126.50093312573935,75.38583404785217,4.1598586354914546E7,8372923.935822192
+    118.90147543636371,26.666345128660964,4.109179817967933E7,2957222.108590614
+    117.65092843766182,-19.739851563434897,4.093868742866231E7,-2192435.894147258
+    117.83674676768683,38.20977153942566,4.104764867419148E7,4243410.69058172
+    127.6988714307311,76.66595708956453,4.162089889819822E7,8517733.066216365
+    127.14656941660658,73.17345434388483,4.163393439014946E7,8127723.699803147
+    123.49579232620918,6.3794826089525145,4.155485255658535E7,705462.569175515
+<EPSG:2366> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    128.25825991059108,53.60927008705082,4.2649459044076204E7,5944801.572373105
+    131.16445266747914,-59.992511927748254,4.2788046422856905E7,-6664494.818760636
+    129.70117242664944,-41.102594996196316,4.281094529111471E7,-4558576.50572037
+    122.88243895039852,-20.970522430529456,4.217568232202789E7,-2322974.217282587
+    126.4423239197129,-6.528497520520375,4.2548922594410434E7,-721936.984340629
+    126.9434946018819,-11.036192844074492,4.26031040167077E7,-1220632.570845346
+    123.92719700978208,2.3711052131592396,4.2269402282941565E7,262357.493308885
+    121.07173294715912,27.8390678226947,4.201418794954798E7,3090381.62310815
+<EPSG:2367> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    128.8938055293212,-14.305009414558597,4.348854266917588E7,-1582095.456914496
+    122.68383827945617,5.028153047494484,4.279816502967414E7,559399.904749243
+    133.96023242968462,-77.34556186031048,4.3621214556795456E7,-8593898.190313458
+    134.27404274273815,-1.5122079914661413,4.408773594380373E7,-167927.168850835
+    126.79950849763794,86.8177646074875,4.348635965330255E7,9646798.973393476
+    131.5071548717466,19.516538173975746,4.376322396803191E7,2160772.266371967
+    124.54890633622682,60.488431814123516,4.325542582216356E7,6716768.929069128
+    128.2764525321431,73.72146964556026,4.347735322789748E7,8184379.442235882
+<EPSG:2368> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    125.88002781929822,10.199149235771614,4.382821611795607E7,1134253.917519513
+    126.44149953096498,74.7819971803857,4.4337289461777486E7,8310231.241114371
+    132.08361640484088,-8.409128904601516,4.450920873098375E7,-929901.514592441
+    137.26067617066727,31.140797139730893,4.500200770141963E7,3458525.277834399
+    134.30326304544522,26.581951647394675,4.472948683353901E7,2943376.58476494
+    130.18232952461503,60.834625782811884,4.4401148202786386E7,6748438.805020382
+    138.62741795944382,-67.95390057107916,4.477727496648558E7,-7555629.444464709
+    131.30062400223946,-76.61107352219797,4.448191510689965E7,-8506886.729170797
+<EPSG:2369> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    138.34004357523384,83.01148452090365,4.554536350670859E7,9222746.747029016
+    141.33499481314263,-37.31215197168365,4.606188027371759E7,-4150028.429172636
+    131.59688154848777,-69.75773655643934,4.5368598099731185E7,-7745619.990915471
+    130.74720608951887,33.885407125487134,4.510644188305297E7,3759104.705000194
+    130.19087835715058,44.60892160595856,4.511823882285208E7,4952751.704606158
+    139.27650671593966,38.682253977749156,4.58721859881089E7,4291922.388988942
+    138.01045028289897,-71.41380215864493,4.5607097130861305E7,-7929391.017997526
+    134.50777352928176,56.59556289124174,4.546976271159028E7,6274988.649515814
+<EPSG:2370> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    78.19564884286571,74.47815005364126,595452.403138543,8271260.352511804
+    68.52121067344646,70.76174230558303,262047.061465411,7866688.171061734
+    72.67853394342889,-14.74663980388236,249973.569603648,-1632246.516490343
+    76.51636207779694,-62.780598224267436,577409.227780432,-6964844.302496692
+    70.93632595817111,-4.620656898227793,48717.997084532,-512227.991258276
+    69.50223583456253,51.33760095244568,117006.227092984,5704014.573850165
+    72.44618320408263,-66.79632891085144,387697.20048,-7413944.695265141
+    78.31230965035076,69.9642561429084,626648.298360979,7768437.155369024
+<EPSG:2371> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    82.04360710677398,-57.69415283908708,741059.635200432,-6404416.24207898
+    79.12428193645621,-30.491438016988532,607942.748234761,-3375131.531800872
+    72.35730198226783,-34.982540146144785,-15508.404609032,-3887239.22872267
+    78.7215108594914,-53.072199002481355,548359.062044924,-5882901.340501474
+    74.36812404350296,20.206475092620295,120237.629341611,2239386.503234314
+    76.94811163151805,-10.447594328850258,384826.814864798,-1155555.182651921
+    74.90882327958582,82.93525677946394,457557.58921001,9214057.565738041
+    76.00957580026623,-43.489466932294164,338991.283152056,-4819025.82013448
+<EPSG:2372> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    76.72419745698296,-40.680355942535584,138471.166345442,-4513880.725518372
+    78.49319675494002,-23.205763199137877,243330.405788082,-2569539.537654671
+    76.33525959700329,59.95449879325963,239493.705058281,6658193.798802602
+    75.80020603823719,18.097437274725706,-50995.773105877,2009549.119468278
+    76.22164885171155,-68.01815264356154,300485.206053619,-7555631.337170054
+    87.21662838408713,-57.68749450572156,870491.72354045,-6413493.504371825
+    75.04221513186349,-78.2674382010865,364927.561539502,-8698579.475136789
+    87.39386589469117,-31.435029492478876,1108431.170546836,-3496960.068506758
+<EPSG:2373> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    77.29296097183888,-68.44905634048183,225405.182949171,-7610943.561932057
+    85.09502160816126,-79.19992644970198,522914.263443668,-8796025.133917117
+    89.89774715476878,-41.845465477538426,989909.124236615,-4651327.374305863
+    87.64445089838391,-82.18863091069969,555285.504136649,-9131284.133013153
+    81.33683518840212,38.4465086747509,267493.770717153,4260423.987221533
+    90.31483916423392,68.00080243184942,763702.236746394,7559467.033478554
+    79.68242927737278,-78.75421479351391,406047.363311149,-8749518.843117248
+    89.50034577785819,-9.054217362586115,1105607.484552296,-1005832.372546769
+<EPSG:2374> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    80.60658235511092,-53.367748927166126,74674.787140629,-5934626.878284354
+    90.62968361133727,-3.33913667637529,903643.373737365,-369972.441709424
+    83.87101540123139,-24.3868614053018,182474.368823081,-2701721.363854649
+    83.3636118715795,-86.62533254251856,476107.435387614,-9625801.743437644
+    86.21219672216819,-63.53571247160053,460813.800326616,-7048342.711639185
+    84.38376451182636,79.0642541875358,444588.515081216,8781904.057575513
+    93.92026724735761,55.144687290345075,940888.044463492,6135233.453298
+    93.30680858932854,-70.2669568515661,737381.216223567,-7811079.946382235
+<EPSG:2375> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    94.23384600358027,74.97524391793138,622467.365210526,8328550.661783518
+    92.45224838677908,-51.11179890073497,671717.140976822,-5667387.015815769
+    96.0885427106525,-45.21473897344761,978259.166523758,-5026881.169560785
+    85.47592407471865,31.423113722390255,69645.289484843,3486757.332223581
+    90.12610841068,42.27376540952321,510403.280128674,4682055.516225887
+    96.85248005344155,-43.21351848559601,1056901.943673356,-4809302.17610291
+    94.6646226299262,-52.79665657280242,814545.844005285,-5862202.331469125
+    93.731208637032,-3.503828726629564,914878.319524223,-388264.833934094
+<EPSG:2376> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    94.90260218705897,50.708752762200106,634387.853990005,5621415.568696748
+    89.88862867015223,-23.819305940458122,182866.077930267,-2638756.569096672
+    93.32695258874641,-82.31583678738255,504882.672229788,-9143760.881432097
+    86.86452098952878,-28.23356506311952,-102831.599012513,-3139634.10411892
+    90.53628908578806,-12.804638857515528,232442.422070136,-1417374.213061695
+    92.10282538530224,-2.7324928532987514,400235.642686861,-302183.097229996
+    87.16763379359446,-4.124751429895042,-148702.998894445,-458480.628151382
+    92.76091069718842,-9.67374970051489,473760.590428094,-1069779.063513976
+<EPSG:2377> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    99.19368136971303,3.853164105079273,854904.271919291,426732.683935218
+    98.53066576178897,35.722544729162266,728994.732691674,3957712.873988836
+    93.17247428146287,-81.7480678856775,454692.727493665,-9081449.607216798
+    95.33392583024325,24.31754203683944,432392.062685967,2690622.858432642
+    94.96841560294993,-21.229724612775783,392906.376051626,-2348861.86246661
+    89.23067221010386,-63.78778880226523,166729.41153407,-7093892.555227889
+    89.47256389600616,74.58537333499169,306616.131706116,8291294.88051992
+    94.04958670707599,-71.47533169681992,430820.586557721,-7934705.503713284
+<EPSG:2378> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    98.69269391925418,-22.292137530543613,468332.195423459,-2466182.887436737
+    100.09651701463704,-35.42788230389477,599577.223777056,-3922618.30140019
+    96.77888313648545,-34.77183656885682,296659.046360117,-3851531.041543888
+    92.1029497081509,-0.040553791638771486,-269649.899354091,-4517.117385738
+    101.10481524143039,57.807668519879115,625118.299494066,6411809.769942947
+    102.98968434562279,-29.3709114230129,887518.323281909,-3257006.376760557
+    103.24535092664742,-72.53435134390136,642167.700501732,-8056787.89528615
+    96.81770563743794,-28.700261393722336,286720.988908327,-3178000.93550883
+<EPSG:2379> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    105.31065417164774,-74.07177462832797,601406.210551862,-8226156.878287731
+    100.94228927830483,32.242022419923785,400314.513432009,3569182.621908167
+    100.97785866808954,41.243404777930635,414318.453593163,4568110.925953003
+    100.06992381296712,-5.2986747200014435,286016.753919653,-586247.065776997
+    98.28416369256583,58.31679851868617,282284.297261285,6472581.790073599
+    98.50351395766081,-45.95919023430085,228956.938104118,-5097500.921033071
+    104.95076057094688,84.76054496460208,530082.988085865,9417542.60443535
+    106.392547154487,-55.677198375306325,776244.634008842,-6181377.788182132
+<EPSG:2380> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    107.98436411604642,-29.731221560145123,788789.943601092,-3294052.884017968
+    111.8108530554101,-18.927706961106466,1218783.858748712,-2107571.00426987
+    111.7026956161464,-67.63614493144763,784251.291749741,-7520702.798719837
+    99.18621061550682,86.97534790714369,465794.584230214,9665872.490124905
+    105.12313563546758,-82.19944031362165,501866.582100058,-9130750.656020278
+    111.83236444474583,28.30821161636858,1171002.783727733,3151630.196006572
+    108.83408120241106,30.629229491660666,867713.235193985,3396144.062142215
+    98.22367891273586,53.49538471077594,50588.454868113,5951159.543312083
+<EPSG:2381> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    109.46749598052205,32.469028431584746,637964.269051019,3594813.735597013
+    102.90377927154645,-4.501785078338543,-66313.383156153,-499772.918025762
+    112.1863077231551,50.81395224188162,794990.046982229,5639750.911823177
+    103.77392767440075,28.425805625743223,85754.103799665,3152912.964530436
+    107.47093888823949,29.887067938692283,448894.769653152,3307713.825478264
+    103.97986380560316,-52.33073671989403,226001.105675376,-5807761.773010734
+    104.6692984840518,12.570897361334787,137872.87861534,1392533.155120761
+    113.7098371634204,-19.22103457519907,1101187.05895603,-2136021.114092303
+<EPSG:2382> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    107.4233103393106,-43.741427862815506,211875.819202366,-4851316.767677356
+    117.86233247630148,-34.1856118417491,1133153.799179092,-3805617.475569719
+    110.89446129332703,28.103362770972367,489628.929889079,3109902.387449943
+    104.1238226885398,33.04212738731286,-142924.413614254,3678518.984420949
+    114.40767151959092,-48.22420683065732,753178.346353668,-5348978.085639707
+    113.42618131590447,-86.9054787999883,514624.451511375,-9656643.495717632
+    110.73468752974972,-67.80016963658238,488808.626648595,-7523622.212788471
+    109.67314457418051,2.4389718636440847,352414.736324759,269762.040332536
+<EPSG:2383> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    111.52994683167194,33.958026769908756,271665.578892151,3761757.713797837
+    117.74345935170513,42.536539276179155,807548.675373228,4718034.476572994
+    117.6551754412855,88.28495071711956,512210.456702113,9810799.669309273
+    110.20923932355157,75.98729614978006,397564.148800989,8440435.785541516
+    119.49744114926297,53.47485657081404,864857.358389123,5941554.740602286
+    113.7733281117567,83.56070713014017,497160.714702768,9282775.949042687
+    109.97675854218885,15.59676978819904,68215.957761432,1729104.712978371
+    110.81660504907327,-16.44553398313478,159884.455488659,-1821624.213964211
+<EPSG:2384> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    123.80922818109646,-61.347648020940085,863932.47829196,-6823245.902074193
+    123.57670853601303,3.9626833123741108,1231982.084524636,441090.976598197
+    123.94522640732913,-68.42970055120789,784555.382759267,-7609878.07941485
+    118.85210692566348,-36.02668227028832,666945.637232535,-3990092.527463246
+    122.00718112828285,60.30600270474744,776636.964161142,6698679.750655038
+    120.58857586244362,69.34393770645133,641264.430576745,7699936.609125021
+    116.82349502539533,-4.036873289475395,480399.939552042,-446384.083315948
+    112.00081288675172,-20.854809804657776,-20765.377129974,-2315105.345702571
+<EPSG:2385> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    124.88990845078081,-18.586881629277087,1016629.001370642,-2062980.226947484
+    123.58802324690635,-11.964784836983313,891031.317611438,-1325730.22051646
+    124.79469462006003,49.02934389408796,850573.103989043,5443981.008890378
+    123.17689584172733,-8.464806145916342,849996.224417689,-937487.761261247
+    114.30210376623786,54.65385491785008,132436.472268521,6073628.428105732
+    115.03193632035308,-65.06584667390149,266394.894234974,-7227875.61177294
+    121.6078220531378,-6.195401135472537,677966.600277037,-685348.593616991
+    118.67581158063435,-13.232549647035142,356469.089068479,-1463818.509832697
+<EPSG:2386> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    126.41630924904022,-64.4537113064608,664388.965702611,-7154861.155330007
+    124.67633885261222,22.10542491952451,672992.009866644,2446427.92963885
+    125.2704913617848,-68.39934670838446,593298.789752166,-7592147.771029178
+    118.68847281476508,84.05504033372657,450169.991493139,9339843.618998116
+    127.12872498365905,-64.56402416706489,697835.498062852,-7169176.69082498
+    125.35363248843449,11.672334540602947,756689.081629472,1291905.477221976
+    125.06223962320499,-83.62918303835393,525552.702059732,-9290874.824568437
+    129.30404324968313,-0.06955924706983296,1203192.518737526,-7738.576828014
+<EPSG:2387> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    129.31328097475946,-29.65792944717861,820868.905466973,-3286790.527068798
+    129.22892802241572,-77.29792951285891,579249.859368036,-8585636.620977165
+    119.99980131840228,-36.86103923165252,-35334.069098984,-4097942.048539243
+    119.8097970264214,0.8879097190748411,-190361.167224422,98759.724861898
+    119.99640232994462,-35.729654510370416,-43466.202740866,-3972210.65501486
+    124.84750471466005,68.7120630026877,453288.130227544,7625747.871221478
+    128.845563272684,-61.422525786385236,651883.120240535,-6815892.987388384
+    119.11032473377209,-45.81540612596975,-35431.64275805,-5098710.993448661
+<EPSG:2388> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    125.11842144696381,-84.69658390614754,459958.346832766,-9410978.621218985
+    129.8614259179919,-64.09446995538443,542007.744128144,-7110672.821915377
+    135.69437985104054,-52.273511007225665,956687.304387805,-5814923.881943865
+    134.2153901082935,12.440822761409095,1067746.873797098,1381428.774371637
+    123.36831751136081,87.8167536664944,476075.464802411,9759291.911440497
+    122.34628610461887,37.40699262686431,-89435.376168392,4162525.944082706
+    133.56270354208667,44.13760833015712,865122.313818383,4899249.855169196
+    129.99478497946833,-85.76655271881123,508201.738546034,-9529199.320688963
+<EPSG:2389> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    127.09249328524538,62.32971823424765,245815.407847928,6923329.906881197
+    134.16847670102322,41.42912122432102,681262.323146053,4590503.069618806
+    136.1366440874766,81.9746138575675,564447.963280459,9107946.470337695
+    129.79652184091302,85.55663302418341,480937.568293852,9506048.387020199
+    132.87284902033502,42.268728242517625,572011.448368658,4681857.244028988
+    138.84468565923552,78.72575219605449,649118.454942048,8751613.55886952
+    129.23842844530174,32.128533517779175,239370.834108745,3559448.846413848
+    126.94470694746839,4.920652467940684,-61415.655556423,546239.878737584
+<EPSG:2390> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +a=6378140 +b=6356755.288157528 +units=m +no_defs  <>
+    137.3189808340847,-6.167738354420919,756732.491250801,-682578.342319038
+    137.07093997271005,-17.990891754907707,719373.139706035,-1991199.663944756
+    138.58849135088687,81.54246981441591,558908.930901159,9059209.1455907
+    130.59404705282125,-71.94574318210306,347654.594550675,-7991651.223125311
+    141.24626528042208,-23.527462757971108,1138735.714348514,-2616890.057662219
+    131.3362163450614,-36.2040766796621,170444.380318058,-4014417.657525301
+    136.70603980306356,14.721010850988975,683745.042914061,1628816.236501944
+    138.78120585119257,-10.556314968517427,914127.02882609,-1169895.348185638
+<EPSG:2391> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+    24.503714542054006,-20.741991433181312,1865118.46623369,-2298453.158780599
+    26.84558684243798,-11.79498562019134,2138169.637456601,-1311041.941934349
+    21.08378537996711,47.59902687941516,1506476.772043769,5273992.445957162
+    16.534830953263025,-26.223150961608482,1053533.482534907,-2909238.118383341
+    20.21767774397852,-49.35018917259506,1443119.595383161,-5468939.469298622
+    21.44970577397372,-81.82143143700934,1507053.422169642,-9088766.617471823
+    20.871905406444153,52.29718239260936,1491441.829879717,5796565.447974229
+    23.57668539315787,44.64577111311007,1704586.02669232,4948950.933760049
+<EPSG:2392> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+    25.68551078620341,-85.00172898121744,2516301.33650731,-9444171.377672968
+    23.42323435909772,77.2117623162057,2485924.6868703,8574048.686251773
+    22.565446674289813,-60.544808790255885,2421208.970328228,-6715752.27991971
+    26.307699975562354,51.99945575583112,2658652.760492726,5765934.694210191
+    25.047195309279594,-83.79960617520109,2512534.503101465,-9309783.219717624
+    24.97142805573641,-37.025060948330434,2586430.23988838,-4099770.365678694
+    25.31678318777394,-69.31606697189869,2551846.903173373,-7693399.318947835
+    29.579007250800636,55.73764383900695,2850417.751846685,6193600.087511769
+<EPSG:2393> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+    33.56875703447052,83.15883756630197,3587376.092862413,9242993.055887505
+    32.041246437699115,-57.214773362142246,3804386.192411475,-6355222.575535779
+    22.328085854315713,82.09255608285127,3428462.780617736,9121843.144018589
+    33.21485859825717,5.547741374888673,4190052.060760488,617147.173141355
+    30.928212088236606,46.5619392397725,3801344.322109915,5166175.420633767
+    32.838791058088894,-7.633103930943378,4145404.014454405,-848422.107684347
+    20.194875714713675,-48.27191264153314,2994915.173307891,-5371166.644217708
+    28.978312453433823,-40.699346022374044,3667183.079930048,-4509125.367044208
+<EPSG:2394> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=4500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+    27.688885225316533,39.168086304254246,4300399.214873412,4339825.71148192
+    29.836344069212345,73.88273291964595,4495090.257874336,8202369.784623962
+    35.727115013921534,19.81529284732845,5100914.530555433,2202204.481158765
+    28.334705778888043,-19.520669503180955,4325205.649498659,-2160141.910478015
+    30.96476916129246,87.60282019298009,4504665.438002448,9734386.606926968
+    24.691521497218186,23.692589737601466,3958159.162915733,2631456.885653272
+    29.891549203028248,-85.0598612282673,4498850.922338217,-9450435.880190445
+    30.352429589085403,-30.077150125170803,4533972.851089186,-3328743.691837188
+<EPSG:2395> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +units=m +no_defs  <>
+    40.1216658651326,-7.300288106670777,7960732.279082394,-810251.70791812
+    41.46365930907325,-21.87987918026404,8134401.416470635,-2424755.397049905
+    45.61527835394775,13.751764911984395,8566586.449939657,1520891.182950006
+    39.831990737361274,-65.32065493669938,8259380.078530064,-7256976.519899671
+    51.934926418669896,0.5249489787813673,9273903.22516501,58408.653996588
+    46.5662799028098,-77.34100041854595,8538372.040754816,-8588787.497426659
+    51.40065984903429,-79.56698249716563,8629239.435416346,-8843909.659398189
+    48.12681275953635,-73.68049022927579,8598112.694073785,-8182247.564732881
+<EPSG:2396> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +units=m +no_defs  <>
+    47.94726415799745,12.886570471394293,9168561.981577827,1427057.08328195
+    51.327973850431526,-67.3531540167691,9514126.086019764,-7473787.086460339
+    46.46753384107653,-86.56754354004708,9469749.292673135,-9619796.08169034
+    54.75124537456583,-84.77832176107275,9538132.267364126,-9420008.000798607
+    51.55108397716104,-57.24695513055872,9533295.839455966,-6347564.349778029
+    47.82064819345671,86.79287344920795,9480170.475386709,9644309.99008512
+    57.88241990403446,81.8824449409241,9608320.080231939,9101784.83163926
+    52.88494057152,63.28976410482113,9594586.401022945,7022024.020616236
+<EPSG:2397> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=24.9,-126.4,-93.2,-0.063,-0.247,-0.041,1.01 +units=m +no_defs  <>
+    7.329505627730182,85.4078334275195,3485189.690518727,9489444.45733819
+    15.209376543977184,32.97051649101432,4081079.074348492,3666787.266632555
+    15.019121929546108,25.20627850902106,4107464.507859649,2802651.567160676
+    2.497399997152073,4.280370574437768,2776709.59224624,476476.045301591
+    14.943782582651952,-22.939234797993066,4110556.839945573,-2550145.05065647
+    11.94545933932377,-54.90967104190589,3689024.736264532,-6091210.661173524
+    11.78672042994929,-54.15448906058284,3682178.90872324,-6006760.73511509
+    10.724094865132578,-86.55432628658366,3511704.340503731,-9617454.75912664
+<EPSG:2398> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=24.9,-126.4,-93.2,-0.063,-0.247,-0.041,1.01 +units=m +no_defs  <>
+    14.070204153180754,24.872792946366033,4709362.296049021,2753677.371577611
+    10.801375942004213,15.34296164327364,4371414.508252503,1697405.89763909
+    11.094640381539318,-59.34143327396509,4448612.234161702,-6581124.81022772
+    17.370324653192476,33.85594538116146,4997382.304845873,3760822.103165628
+    9.613018505870844,-66.51351930094162,4393953.68581392,-7382225.812695018
+    16.61874085510393,54.319638885324935,4800576.674940436,6031489.101158446
+    5.04311854830723,-47.0646693263875,3971738.482068092,-5238009.372847945
+    10.81668299894859,18.812340755146835,4375387.502621949,2081427.349460111
+<EPSG:2399> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=24.9,-126.4,-93.2,-0.063,-0.247,-0.041,1.01 +units=m +no_defs  <>
+    20.097819234780985,-37.957111102701184,5948302.659704939,-4215018.459851919
+    21.098958303599577,81.92587860913721,5595624.997490489,9105386.353016565
+    8.803231800107858,63.73069963216122,5194354.583919149,7084829.071054752
+    21.748046165724492,14.549721786127208,6228872.553229866,1620094.900492885
+    21.146608729875343,-88.0737946213314,5523165.091489227,-9788220.061046267
+    18.509764339207777,-10.84067456315394,5884140.379410461,-1200990.312561733
+    13.708471915031335,-1.9047354333167164,5356422.059449967,-210586.451095406
+    12.571506290307184,-13.405769118300412,5237034.907061661,-1483834.769698502
+<EPSG:2401> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    81.13450964435776,38.03234745428233,2.6038871982541684E7,4228945.70915514
+    79.6737031606712,77.1280571999209,2.5616212442640774E7,8569134.356847258
+    72.42192249987696,-87.2588415721603,2.54862883636219E7,-9696124.268496478
+    72.17091219023001,-82.85940588546654,2.5460792424498256E7,-9205411.798858164
+    77.5597306369871,83.36537102297427,2.553307603289186E7,9261708.186322067
+    81.84091903115055,-66.80432675354785,2.5800364324215204E7,-7428997.801314725
+    68.78126699495054,36.741098388732624,2.4944337437234577E7,4085909.343836425
+    74.58920441243077,-59.688953463144,2.5476917704807837E7,-6619437.411534573
+<EPSG:2402> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    76.16115350274715,-30.710629432403607,2.632388658216727E7,-3400248.422467525
+    75.40095414694098,83.28734311128673,2.6466127430033505E7,9253022.840338198
+    82.26792735054487,84.82010920200537,2.654304542667744E7,9425036.722390622
+    78.64034092479682,-17.288628206962443,2.6568130642884877E7,-1912273.067086673
+    81.92859182569525,50.91119084142619,2.6776305370567754E7,5649595.943227123
+    71.21585588876192,65.69247477810464,2.618879412701642E7,7305392.341150251
+    76.94780073187754,27.33332165755266,2.639591889463727E7,3025060.326971989
+    71.98242508602918,-83.79435875072218,2.642752374418204E7,-9312653.999281071
+<EPSG:2403> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    77.39714304738024,-29.606466728349766,2.715093049991996E7,-3281827.871749951
+    77.2770768431585,-24.880408234498518,2.712367469258558E7,-2757865.00505661
+    78.8766848990486,70.34109313780334,2.7420298650141537E7,7808446.345032374
+    74.25564401183476,-63.65867823538887,2.7166469428304937E7,-7079377.482846254
+    82.18867920702206,-85.82481328841472,2.7509705542840537E7,-9535738.923744176
+    85.15535780879024,42.617385974615445,2.7840988602185655E7,4728634.33980802
+    77.68684222769923,83.35192278559617,2.7457222785564136E7,9260698.538593048
+    87.37588036349663,-20.26287861200811,2.8167195910087626E7,-2254269.967819987
+<EPSG:2404> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    84.643754690422,77.21317466335464,2.851594291063259E7,8574095.908255348
+    87.89925874122174,35.461125140239886,2.8854066127042145E7,3932793.596022285
+    86.19405141169258,-21.181950889968277,2.8727911966564987E7,-2344707.482489397
+    80.57802440521635,-14.307654965786242,2.813064625154309E7,-1585022.678872359
+    79.92227912600451,-9.019064990421256,2.805131675050025E7,-999776.817152927
+    82.44903769123567,57.21577267214812,2.8406327995997664E7,6345034.495373512
+    81.90577943889957,-62.30443487876511,2.839140670587464E7,-6912563.186690239
+    89.13626188582516,72.13388761275604,2.8675788673235808E7,8014591.27992033
+<EPSG:2405> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    92.90299391263332,23.455014196183228,3.0103894761975244E7,2607399.404679946
+    93.81530866691703,-28.07827522448546,3.0170792781669367E7,-3125858.210877706
+    90.88042890391188,49.72447955777304,2.9779783518964157E7,5517465.143379642
+    86.10637494684157,-54.74028932902725,2.9442468296938453E7,-6068616.624601494
+    92.93121886607037,-77.81138902353004,2.9639648877754696E7,-8647828.766190752
+    89.16914556269622,-80.0697235146582,2.9541792549303196E7,-8893691.44159469
+    84.95330533025904,-40.526032651648094,2.9326590146435745E7,-4489867.244318827
+    91.20068585123595,69.64674498791248,2.9663034200955052E7,7735194.613719665
+<EPSG:2406> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    94.62668656197337,24.9435604167965,3.096761813074585E7,2767832.464187768
+    86.1317273002419,8.092890456717058,3.0073352088022962E7,897030.098531186
+    83.37302684460408,-78.54666562012349,3.0353353469634306E7,-8731172.794179287
+    83.0373844601369,36.445384871633706,2.9875341789771855E7,4057619.264933191
+    84.46191138415381,15.407607867434052,2.9904739039949056E7,1711820.022456125
+    95.02607287135675,34.06770946766342,3.0964198138262533E7,3782640.309692164
+    89.0443491453654,2.3580658102547147,3.0393718597071268E7,260859.705801003
+    87.15845496509303,-83.64963482996214,3.0464925171869926E7,-9293559.38679233
+<EPSG:2407> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    99.32970501527022,1.4572560498576195,3.220584044700972E7,162211.540481605
+    96.09333190371261,85.68981088781476,3.152596171258814E7,9521266.575755496
+    97.74585256683646,26.11882338635573,3.1975002453106683E7,2898727.298797466
+    90.36829829023846,-67.58729835832898,3.1388014199675772E7,-7502184.934670785
+    97.53671838405202,-41.038751483022715,3.1881539953798722E7,-4554718.952503075
+    90.3126026663625,-39.78004202050576,3.12697688292044E7,-4408475.510497421
+    89.9749272906267,45.71735967124934,3.12644900500516E7,5069156.98246942
+    98.04265892448412,-6.203565820500657,3.2058795080603205E7,-688556.789436382
+<EPSG:2408> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    94.27826608444485,-1.4020207003049023,3.230836638028584E7,-155014.730403736
+    96.72037872459265,-4.271373396966098,3.257997210407765E7,-472264.656615699
+    98.82837021311786,-26.073333895172155,3.2783064766867146E7,-2887938.512144158
+    93.17826322281496,45.07399811244622,3.2277803273317154E7,4997076.971964333
+    101.60257804939397,27.080111712909357,3.305620472245199E7,3008966.231592442
+    98.02284229533055,-75.95952332461697,3.255479449455362E7,-8434955.066108454
+    90.08784724602654,28.771094260470775,3.1922113549374755E7,3198333.631007286
+    99.16755322654299,73.3700431272402,3.2601181158829752E7,8147713.099822699
+<EPSG:2409> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    97.46424177325328,-11.32959480532459,3.3332323484200373E7,-1253276.161531116
+    101.08911511523783,-80.65947641004549,3.353785287629897E7,-8959447.024630342
+    100.54376267155722,49.339442243808946,3.361217874131135E7,5468554.2158507
+    97.42420282909328,18.062713512790694,3.3333150355449382E7,1998698.886170486
+    98.20783004107366,-26.199416035698377,3.3420813966157913E7,-2899076.636792257
+    101.23177676622102,-13.522059077033376,3.374164306549799E7,-1496477.64573456
+    104.9502021403411,60.47977150404472,3.3826888597513765E7,6722338.080817812
+    98.84764904878944,47.700895845658806,3.3488556747692104E7,5285213.354304811
+<EPSG:2410> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    107.57641736694528,-55.95215713566847,3.48481406210553E7,-6217224.252309978
+    105.34170535903492,13.324228588923944,3.4862212419354506E7,1476086.997084842
+    104.92773664402274,59.76350254246765,3.4664479374510236E7,6631378.327693216
+    97.08715369058314,-63.958429165209594,3.4259409185758606E7,-7104441.351933926
+    97.91817417124636,-64.45485287968987,3.430360641824653E7,-7156824.119226153
+    105.32137888578049,6.068623976753102,3.4867859034580514E7,672264.12813064
+    106.70359785301623,-81.5964221937879,3.457667648150208E7,-9066511.279978411
+    99.33445784996158,-14.019113183704732,3.421194664941125E7,-1551993.327418529
+<EPSG:2411> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    109.17963535310096,53.001051248906236,3.5780506902236074E7,5882943.109365779
+    102.01146109874,34.03848565401901,3.522396003155318E7,3772008.646843171
+    98.78880624139664,-32.015911279584714,3.491265277743009E7,-3560443.678085207
+    104.0050051088952,15.198391934080092,3.539305877700652E7,1681252.907197993
+    102.18270589386114,52.861016403706344,3.531024528240211E7,5862901.139969733
+    102.13921400785517,7.389023454558185,3.518401601789113E7,818172.23839157
+    102.54804350039583,-1.7456689872239508,3.522706868867407E7,-193120.935534321
+    107.80682104053008,-49.46040715948786,3.570344549189326E7,-5484544.041131753
+<EPSG:2412> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    112.81276226374692,-75.53332567077972,3.6634094779329374E7,-8391902.489919117
+    112.74931753837416,37.73603852334564,3.691871945800678E7,4188879.188188921
+    110.47099389103381,20.075139497777528,3.6758485850741215E7,2222661.983025264
+    114.22757661355003,-75.71895292767348,3.667122484678296E7,-8416194.739268634
+    101.3609592868815,16.29364859941822,3.578906546106483E7,1813798.752712007
+    112.6754801976522,80.2703737285675,3.658812173115983E7,8918894.512975862
+    102.32045102790055,46.367416132997874,3.606296975585264E7,5152662.338752481
+    102.75076951875812,56.529310091880745,3.6177123013376676E7,6279876.254460904
+<EPSG:2413> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    115.21641683270524,-55.26822947374614,3.7767901312845774E7,-6135134.34780801
+    109.03749434720845,35.94071827695656,3.7322871153935656E7,3980792.027137226
+    108.67988676783878,83.01042742051641,3.7468434563719496E7,9221964.791033331
+    112.22997284823623,-1.9767843684742417,3.763680815443792E7,-218549.332493715
+    117.62189951877743,-36.128298193159466,3.8096455721374445E7,-4020067.409705889
+    110.34441382213672,46.87651970929127,3.744998388464462E7,5193764.143514129
+    110.62867174091227,61.82037378485916,3.748038819217158E7,6856992.777170895
+    116.56484519473479,55.071093793242966,3.785525164033177E7,6119337.70925502
+<EPSG:2414> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    120.40139666258509,-16.488921315445396,3.918463271891103E7,-1834546.093409977
+    112.97627377942106,88.96919663766653,3.849789469408666E7,9886873.501372961
+    116.83298304882003,86.70253661633109,3.851814495690377E7,9634135.0566137
+    119.82014941825878,63.312407285864595,3.879141786607714E7,7036474.78878701
+    114.92580225446957,-69.81996851981872,3.853560918327168E7,-7749132.655908664
+    120.45600836128787,68.24677935096074,3.876666240450086E7,7587406.107022217
+    114.50201580888793,-32.575369067133224,3.854709053274896E7,-3605680.166704272
+    108.72682356129914,78.71346000742903,3.8384843638011456E7,8746710.577714462
+<EPSG:2415> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    113.76873835320194,-52.60648481808883,3.928106620396441E7,-5835669.435235688
+    115.72983775427834,51.19891023260743,3.941116549811299E7,5675017.285218887
+    121.89526985332016,-50.30373081063796,3.9848624223181166E7,-5586036.616073652
+    118.07663459935006,8.951887205686191,3.9618349927721016E7,990177.722423055
+    119.79995375296646,75.49721530997886,3.957821816570343E7,8384313.430495439
+    122.9639734254657,24.40531677374996,4.010559263593566E7,2713299.264030139
+    111.01918747794,33.31697555176068,3.894262625059893E7,3703967.368552878
+    119.35777642292663,-39.44474149346736,3.970291762700592E7,-4370452.24496169
+<EPSG:2416> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    122.99235485724634,-40.86547531364503,4.07522289133134E7,-4529868.936033037
+    126.71710089567163,6.1838156360543906,4.124503413737368E7,688597.290002596
+    116.16096727308933,82.24301557689105,4.044210621746085E7,9137558.587976592
+    122.15233642256747,44.36799834402123,4.0671496237633124E7,4917010.421550866
+    116.11911505743856,51.97426195883398,4.023330304844209E7,5767635.505507407
+    117.07587916590877,-3.361361256864285,4.017484143969525E7,-372086.846412472
+    124.87457482914635,-12.622680840361753,4.103012266351589E7,-1400817.931279718
+    118.51941081655984,-77.11570999449395,4.0463070118346475E7,-8563565.646906665
+<EPSG:2417> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    124.87517969527251,-56.22920365642695,4.161622736880779E7,-6235611.782472759
+    124.13347428721764,-17.780547338905677,4.162012379806824E7,-1966969.173020377
+    123.94237586915096,44.982683207278484,4.157425435870636E7,4983497.797424878
+    118.28037659328228,61.114538968461716,4.124563698671305E7,6787469.472248239
+    120.60167954472121,2.331002835507917,4.123309198245473E7,258058.699056523
+    121.81141984364277,-46.957291448491596,4.1409457865693636E7,-5203116.778768287
+    127.34383276339035,-46.80068164882151,4.183151442132073E7,-5194191.809390742
+    118.08062041913557,-42.31676094346643,4.109433133057702E7,-4698485.062719124
+<EPSG:2418> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    120.88976190013705,49.03394006552409,4.212632279512852E7,5446043.658537439
+    128.88950038392193,75.45893726077159,4.25809062791317E7,8380176.021460871
+    124.62676861103914,-72.04026928184027,4.245264474052391E7,-7997145.893001276
+    121.81789129410443,47.52563411450032,4.2185006975007236E7,5274215.748548441
+    121.2324725547041,35.046727759993715,4.206478189429624E7,3890243.656055492
+    128.09473538102426,-13.058713936262805,4.272716096677502E7,-1445059.318828683
+    121.6096923130465,-7.159583484877089,4.2014518245860256E7,-793943.080674482
+    122.48918954380721,71.854470692083,4.237790000540694E7,7979479.103164796
+<EPSG:2419> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    133.61424539097504,-9.960316227135706,4.400639726921232E7,-1104913.67111224
+    123.55229707016548,16.181370789705355,4.291660846443046E7,1797531.929850384
+    123.06225973287457,-18.800136385754115,4.287307951401338E7,-2089954.150125154
+    128.66372770846425,-8.631228941056023,4.346290245002147E7,-954395.767891068
+    124.32311871581518,48.521684388215846,4.3154483446308576E7,5387059.116777762
+    133.46672810336807,10.27706621779943,4.398968897816298E7,1139989.285453994
+    130.9089402810273,60.07786493086638,4.360617327013205E7,6664324.865993739
+    128.28458612392274,54.51527670132987,4.3453583190835476E7,6043552.287129479
+<EPSG:2420> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    131.77467237021028,80.72912127801163,4.4495854207709424E7,8966606.568054864
+    129.37574264743952,-71.68565333403643,4.4407857559807494E7,-7959046.423990844
+    131.73359179478314,-53.426028221166085,4.448219881168804E7,-5922017.876533605
+    127.88598580673555,63.84952104033471,4.4297627648307234E7,7089647.082955942
+    125.42092203627216,41.18592400296805,4.394777676920758E7,4582202.256013424
+    128.00331130441148,-15.422869418260106,4.407061738703895E7,-1709683.116663254
+    137.4615030376635,78.39727779729859,4.462241042393508E7,8711956.134579685
+    133.6877801359726,-39.784905570009485,4.464449099475549E7,-4406941.241750981
+<EPSG:2421> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    133.1045470513905,-4.96137926902135,4.52896485711348E7,-548832.427548953
+    128.00534839916256,-17.18801584255499,4.4754275659502685E7,-1914529.882225273
+    140.68877770075713,-58.82415517467882,4.582828679707223E7,-6537012.631307787
+    136.8953309980693,-35.18052723117878,4.5672554670258746E7,-3896196.494697324
+    130.77719616412793,21.032138737608307,4.506065450227272E7,2332525.147428156
+    141.5255288249187,36.59432271796713,4.6084185082654856E7,4071439.827311188
+    135.6425689838937,80.4403321106789,4.5511820025911815E7,8934422.16674824
+    137.1040270941198,54.42631979574932,4.563645113974962E7,6035462.113403823
+<EPSG:2422> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    72.73259753810584,67.27493790303885,402287.719542219,7466826.492333793
+    70.94374749106981,71.99015839672359,360118.28428822,7995768.701872337
+    77.67753405898091,-19.059729099306622,781958.61274249,-2110342.44848638
+    77.0000247907351,-86.46098201548695,513842.18323359,-9606939.073909441
+    72.5859770558833,-81.45103644430306,459986.477651046,-9048003.702212997
+    80.68748217387012,28.226065934762488,1058819.985528568,3136696.11503329
+    81.35869550667003,34.13807278424866,1086992.816360458,3797350.649547488
+    71.87455150290474,80.16020425423241,440430.908778207,8904654.991284993
+<EPSG:2423> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    71.30967435225217,17.67205272232654,-211110.646072231,1967397.633800489
+    76.36274403818909,-35.57957071020936,351639.527388318,-3940042.144042152
+    79.46244336587823,83.72801646738336,517890.264078106,9301699.29386529
+    73.67860417523801,-60.15351854832355,260142.571665588,-6678974.576570665
+    73.7040605677917,-48.46859470625913,182407.691978504,-5379381.549839088
+    75.02800156522048,-25.187751235754206,200394.819041745,-2790071.716285852
+    76.08882836364405,-84.74349048004606,480494.460343964,-9415193.601973636
+    83.1130702136613,63.05946138632311,758410.430161429,7005324.282508902
+<EPSG:2424> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    81.58571957249717,1.6063887161263182,565216.998592993,177716.169030866
+    83.3478547476778,88.4842389573983,506974.619072003,9832827.844385734
+    75.7637856765363,87.60432583055373,475626.705880934,9735520.953806765
+    82.40615071882858,49.085183925873565,602752.477441501,5440087.059196266
+    86.0633016948786,-23.25512923597384,1018629.505408142,-2581763.854051794
+    87.57200188492045,80.41364767714956,622020.04394604,8938253.37322444
+    84.55117838426659,-81.41902754400066,559182.929296867,-9045402.358505579
+    78.96309234447489,-67.18088074111127,411861.89043243,-7455928.654211635
+<EPSG:2425> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    86.64775206985477,25.446860832767157,766405.366414611,2818258.642188
+    78.16128602976228,-66.81102546512253,243674.04518508,-7425254.569630117
+    77.79897025411898,-33.46255543178231,-76877.952865923,-3721214.193988265
+    89.37008623985298,-37.35996474853178,975957.127201699,-4149929.541733717
+    79.48610952284214,-32.08058754000848,73678.525036499,-3559629.590939428
+    90.0674565190168,-84.82743325201717,561018.002024641,-9427459.100037795
+    77.45688916131225,32.46584281182906,-115664.760215962,3612481.274744079
+    89.1119316412021,-88.71282871147022,512841.240882606,-9858783.91592952
+<EPSG:2426> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    87.52979372641896,46.51642058130156,540679.569375506,5153659.205163272
+    85.60927929897824,-0.6525804479836808,345205.289816731,-72097.209287361
+    81.87751484956884,46.243743299693136,104991.390894112,5135983.990567035
+    88.91143302562539,28.43514135653585,687292.520909779,3148206.208977165
+    92.1150807720372,66.050731497496,731603.711848953,7337970.403651305
+    83.4439291187529,42.35711736381933,207038.873887144,4697471.852750724
+    87.31143404855047,25.976187885812735,531209.983141693,2874289.462292955
+    89.89737138155091,-75.90339712727496,578800.214134863,-8429685.285581354
+<EPSG:2427> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    94.40568806972603,-84.85839635896464,544072.871045944,-9429383.673865845
+    95.09976391578527,-71.27783713139782,682598.656926186,-7919213.680766976
+    91.01250028789114,33.406029500615816,594202.413897709,3698285.039335066
+    86.0274728545665,-43.75593658509563,180077.158284036,-4854297.818114474
+    94.16770443408737,-61.5154927350907,721753.274485673,-6829971.330345026
+    94.57860280489686,13.190856150188338,996814.394581808,1463432.15416146
+    95.72468187552096,52.34788081974196,889952.581956006,5817525.267114555
+    93.84291905574653,75.18036110622035,609707.384861659,8350642.016757447
+<EPSG:2428> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    94.07573693895297,-36.733385067450165,596096.256202616,-4067373.651358241
+    87.47625622770148,79.2365560235842,384965.451491315,8805362.234160446
+    96.00944290122116,87.99156942566935,511782.718002702,9777962.026479065
+    88.77174810600465,87.16425670707389,476664.353586687,9686109.09415994
+    89.2270783984728,75.76061596083457,396438.35126421,8415159.94600309
+    94.95573885549307,42.069202881099415,661868.192731888,4661211.669226739
+    87.1905633323397,-19.007219097467953,-112484.691189859,-2112511.800385062
+    93.95758435436993,-3.9791962652691666,606354.494488042,-439980.146052621
+<EPSG:2429> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    102.95810338186911,62.608603510853925,856788.969138106,6964048.313386527
+    101.21394092647911,-25.14625313884502,1026189.922800826,-2792354.123440261
+    91.99352281147253,-85.10356430247234,461833.825162453,-9456407.48976748
+    93.88733723652905,-16.892748143848394,274861.243362398,-1869552.198564567
+    89.77957296872508,45.693792904156226,15521.323487484,5080941.236405874
+    91.3055071955837,13.264288910308508,-9245.515845149,1471813.763487111
+    96.79728400690497,64.77549514808473,537926.290753676,7186565.358606047
+    93.63612447692257,87.98523842851458,490719.686342864,9777136.928325504
+<EPSG:2430> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    96.29590566859189,3.830615855190999,199532.209080038,424126.907451341
+    98.06387182446142,-80.7746342965276,483230.322157074,-8971760.4023453
+    97.83610340550707,83.6426615108646,485598.194634673,9292078.5559986
+    100.50934425550726,24.656141778039952,652791.214374404,2728861.304354411
+    97.21038268711821,-17.332674006914417,309736.81279563,-1917917.861653437
+    95.8081239666484,16.71977327054833,159456.225855757,1852091.81403988
+    96.82901383695928,75.78831946516269,440484.582261558,8416038.862482619
+    92.4956881012335,66.59904211077094,212034.309661456,7404677.937919429
+<EPSG:2431> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    97.79095489769716,-1.2912009822666874,31131.736839813,-143078.895029146
+    105.73123108296133,2.711451612470327,915171.146354462,300539.441792242
+    107.44147885823467,39.354876689076264,969129.754464205,4372092.513396709
+    106.27254084145193,2.1419542626578334,975709.477684087,237590.756082589
+    107.96789771670176,64.6162967379993,785225.780788293,7182016.513969823
+    106.9492354693725,69.0371669029523,697485.368799644,7669559.451734019
+    102.71999363966206,-38.649073428651015,562661.485465621,-4279705.285281605
+    97.98480087987289,51.10800723091151,218831.486350353,5671803.075142151
+<EPSG:2432> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    101.37505930749657,-26.229547719433043,137614.007293235,-2907244.506748032
+    110.67358263979645,32.873106154854895,1031300.981144665,3653030.310448205
+    101.3547922438444,-49.25713722213918,234648.076610952,-5464546.500391895
+    99.66009562075102,-56.70955167243047,173117.361532987,-6300251.210367721
+    101.10783964173388,72.67697348538837,370651.27930665,8071884.643085759
+    109.61248219287039,-75.74472754782803,626692.825632676,-8414987.497270755
+    98.32199797316859,-45.53868192946137,-21589.136895003,-5066473.207042357
+    110.10062411661278,53.18139808663966,840850.478941179,5906995.440903037
+<EPSG:2433> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    102.32984370001547,-71.62055293873016,300598.939980826,-7959126.366725178
+    101.6050602248264,47.03954576354624,14029.182858275,5231563.308368672
+    110.65205410193056,57.31669312987782,659742.105846546,6358320.343338628
+    107.92933081506817,-78.70909502262253,498422.037165748,-8740989.329807015
+    105.92809303966851,-73.02107767276493,432418.30202919,-8107211.586235165
+    106.49518566614258,-76.47573715122498,460671.227418329,-8492148.01578768
+    111.94608904730674,75.42466222037157,610784.03600778,8378050.981130731
+    114.05042980202333,-6.892655808162218,1169877.473879579,-766356.595468603
+<EPSG:2434> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    112.46601324466366,-63.25439026212506,573595.837028429,-7017530.525744691
+    107.79242247707533,42.05102552142537,234409.490117936,4662326.191635591
+    104.5732049374885,-55.43902658937115,93484.20178415,-6164847.112705508
+    111.45044255216571,81.63849162255752,507275.083398877,9068150.135983901
+    115.90517361773692,0.5563408478853376,1046644.213073451,61826.840290015
+    112.43309153196836,-38.724021735848126,624587.504874986,-4288757.275601621
+    106.1395987473762,73.88652022081834,349480.986772065,8208814.596500828
+    105.19322626894859,-75.66790509349941,339678.779780619,-8409345.553374056
+<EPSG:2435> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    107.57300829589401,19.834617636198928,-174403.87505152,2206993.97644893
+    107.7289181599888,-85.22077278535129,441707.769792769,-9471355.5837903
+    120.85915830157191,42.29473044768423,1065730.715759374,4707263.456127229
+    114.79412285598629,34.60173498360243,572795.309862564,3830746.678090997
+    108.64327021284174,57.8552504915113,182118.856071565,6427783.966441842
+    116.72010709376364,-80.00799688058406,552645.002714176,-8887257.817215543
+    117.65927985095783,14.997086528937444,893744.32999393,1661994.18430206
+    118.09747295308439,13.694707951377055,943530.383191042,1518399.542874519
+<EPSG:2436> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    110.84997667552173,-20.345054176415744,-143167.044941549,-2262508.524620801
+    121.27189597026202,-60.47331074854569,734794.702072784,-6714378.840523888
+    123.25375781369794,31.943561666241735,1091757.70066133,3552777.960087037
+    122.40402034090252,8.666683060355382,1095537.75465219,962703.261690723
+    113.04679529362394,-19.18692740471876,83909.632410394,-2126992.574171389
+    120.00897309840128,-13.82891981193103,825387.161157602,-1531372.970889213
+    121.601560476822,-22.06704999037443,975256.935480577,-2448316.956026216
+    123.05081987540777,47.20873183104973,958280.36246932,5248283.285829591
+<EPSG:2437> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    115.52901057554037,44.89850380765921,146792.462712659,4983443.885732832
+    115.83009515676063,16.90681426697823,55357.069166563,1874774.718801974
+    124.13159280451804,-71.0494454267554,649648.764592616,-7891148.297019609
+    120.18997626996497,-25.19068646214373,519084.96826209,-2787103.649274898
+    114.42738783483274,-28.012872941511915,-48619.227291264,-3112336.242801349
+    117.87880539782037,16.597430104932187,273540.868160627,1837023.143456852
+    119.15084107258514,49.50297357710991,438430.845582854,5485951.807745319
+    118.85781419108166,55.74245876672373,428201.330449111,6180514.543003838
+<EPSG:2438> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    127.4015804776702,17.411402971319347,967977.489638098,1931295.108539128
+    116.68655968531299,67.30604925064898,228391.23900879,7482338.236885453
+    119.71260082874215,39.05257129240201,215334.172052314,4329538.006563421
+    125.87797581837722,-62.05224007484078,650439.05914627,-6886050.357050129
+    123.75629704867967,-73.29131653718268,524209.079349338,-8136369.014744109
+    116.65544218440488,16.511547909352444,-178567.882008825,1837030.979854748
+    125.90677017067432,60.06483494449333,661773.85370382,6664890.541963489
+    124.26150514495073,-38.55071173059574,609899.448702042,-4269304.963934586
+<EPSG:2439> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    121.45910458790061,-6.5284438259077575,-2827.17942525,-724092.904359654
+    131.04310684618056,70.52975677603465,687415.370987298,7835904.029102974
+    130.82440579485169,-52.351540665730965,828557.137690644,-5813368.438813078
+    122.45275068048795,8.425895557800644,109039.789362534,933606.922007318
+    124.7730932423935,24.739059849295558,375800.103731677,2737771.074944691
+    130.5705385971376,-80.21499617712003,586589.755069217,-8912561.50957931
+    119.25143811494107,-22.52120171416803,-195519.338939261,-2507166.58936132
+    123.82488863086282,-71.70021276184204,423677.695983245,-7960035.149197533
+<EPSG:2440> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    130.3585915019768,82.34954637247944,520114.003432343,9147783.792430032
+    128.87229251844494,77.73338145313414,496884.99518255,8632109.82170976
+    127.67331672803638,-50.014265465793855,404825.845639412,-5543219.684815174
+    126.52896941936017,-21.12013865138738,243147.202771212,-2338290.457675674
+    134.16163668574427,8.404363159610085,1069115.624471724,933206.510466129
+    126.84534428920186,-68.2991496078961,410982.042565705,-7580781.756433628
+    132.7174246745594,-38.67471272167382,823464.676399263,-4288884.762349959
+    125.60812968357634,-59.43302256928575,307470.490376209,-6595773.229845366
+<EPSG:2441> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    125.92429491301652,-28.870586032493726,-93438.326671845,-3210073.406788019
+    131.16280889059982,32.2404527284441,421006.049091653,3568887.192520129
+    138.58493539135014,8.392306625798184,1226682.819952415,934234.598938547
+    128.98695513937614,-43.660913299015064,256863.221780066,-4840497.376443996
+    137.50424710696882,-1.3145499018485935,1113426.520970234,-145950.241800747
+    126.7850975136942,69.44118839470573,295660.154758564,7715394.744396471
+    128.81763839154405,14.112820045680778,156118.570189793,1563233.717527235
+    127.47749669461103,25.616456084151366,45370.898794625,2842178.587440785
+<EPSG:2442> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    128.39631442642292,-58.73410080267529,117815.681289701,-6531868.675308977
+    137.64425111463976,-7.651005002290788,791756.063110037,-846868.510248105
+    132.17530539601455,-88.72018141958344,492857.862335692,-9859238.703761501
+    138.70886698524615,83.91337753344015,543795.039786622,9323614.635555781
+    129.2250075171851,49.23961091443837,79473.521341781,5472405.187796515
+    128.46998206185864,71.8834366126732,273575.625030261,7991444.239482703
+    139.2978857689944,-77.29716729449481,605357.980813238,-8587240.577002317
+    128.38194849712207,-88.14712079327971,476053.778540849,-9796434.373167967
+<EPSG:2443> +proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    133.13708327513353,2.854657988968782,404611.059325389,-3336119.745127866
+    125.07719505572949,-30.272107212295587,-425737.748408521,-7010619.316265877
+    125.41353798734833,81.14515559226822,-70190.18537643,5362202.388411498
+    135.2512820229437,-77.08238845379844,143349.153399567,-1.2217936702639518E7
+    129.733140079246,-45.16938015375841,18326.28337255,-8655677.009869345
+    127.62857466494187,4.806885721004605,-207614.154755054,-3120621.307792731
+    134.77310825070805,49.678030287806905,380452.77468122,1865467.576284018
+    133.93330925854394,-16.825635750972424,472867.250711785,-5518510.286777578
+<EPSG:2444> +proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    136.00668023392353,87.09210827161215,28330.325374333,6025061.054566012
+    128.69451458302,65.50478860297287,-106676.234971536,3616465.114632238
+    135.53685934130345,31.29666964175074,432108.262996812,-179963.908653353
+    133.79011786533633,68.78563987648218,112675.39112162,3982925.794841272
+    128.47739617007844,-14.856349255545013,-271537.116599247,-5296846.73256774
+    126.77972742084145,-25.888917277950085,-423116.663740198,-6523436.43647357
+    127.20822207433423,18.88073204829837,-399719.806746906,-1559840.907921301
+    125.12597076146251,-82.21358273077931,-88723.729795757,-1.2788303446357735E7
+<EPSG:2445> +proj=tmerc +lat_0=36 +lon_0=132.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    134.28456724690662,9.901368138683338,232301.842138029,-2889569.675245832
+    127.0465538017741,28.647086391732458,-500895.886937033,-804558.234053823
+    127.4456742361076,59.53172458598175,-266971.606234911,2625586.877255582
+    133.34049623976554,74.62490477049752,34748.239187803,4299441.359768584
+    127.28905865632878,55.46165255050735,-308380.136528995,2173689.561961977
+    136.3954877636561,74.14764606686862,128877.454135789,4250413.089532043
+    128.37116759723176,37.847869836620504,-334082.993062127,211844.197598642
+    128.6987241996691,-12.273102464313226,-377457.051060407,-5344734.807325562
+<EPSG:2446> +proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    134.6820249649065,-77.79908233667524,27893.447976966,-1.2291203055755148E7
+    137.16941506692672,75.73758650494395,100881.009246901,4759176.755893497
+    136.87292499748366,63.49206924942439,167957.236258699,3394572.025397507
+    139.9208215066024,-27.236594425986006,636674.331011908,-6682299.277663864
+    137.05782967522333,52.17971895485374,243301.915195276,2136350.186977489
+    130.50432208382392,-37.23299648058697,-265840.615813635,-7778546.5552785
+    134.05243953547057,32.36911847903353,51986.681371481,-69822.867382655
+    136.30799450749566,71.9536153984846,97087.793950765,4336034.599656126
+<EPSG:2447> +proj=tmerc +lat_0=36 +lon_0=134.3333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    139.4895607363061,48.79251339092173,378749.707399847,1433706.525130244
+    138.49564119412696,49.746342343396776,299913.535566039,1535258.942554129
+    129.1220123597122,86.92365274690079,-31191.657110779,5673667.098875187
+    129.8303442262518,-86.85949722361457,-27523.103478179,-1.3636453504984811E7
+    130.28487705609052,-18.365941156830885,-428103.314196112,-6021197.369827487
+    138.65392397044397,-8.818287415931238,475703.277465035,-4962952.832361285
+    131.34536335008332,0.8947863330014201,-332697.529102642,-3886078.01204764
+    133.1817454945122,24.346117485324896,-116854.127532533,-1291304.443272566
+<EPSG:2448> +proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    142.40355175600624,-13.655064408743016,694044.690511159,-5504359.940217639
+    134.4265576108674,-86.09968636367023,-11951.371694593,-1.3550682189951694E7
+    137.66754973512894,-47.432595899848096,125785.800689974,-9241307.742094526
+    130.70947950699778,-42.10682748316051,-437609.218056527,-8661747.751527745
+    138.5573067288891,79.22208992295384,53386.502993191,4813427.225724583
+    142.65286515174026,-12.752185559943953,723850.671142983,-5404605.473215087
+    130.78139871304472,57.019964866270186,-316765.478577367,2348475.430855511
+    137.42332890799267,-79.52679666861206,28889.314302905,-1.281691653965968E7
+<EPSG:2449> +proj=tmerc +lat_0=36 +lon_0=137.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    139.2430696938662,11.450119839473828,226597.107533219,-2718198.743730268
+    144.15221337623422,-6.747674351961379,774079.027288423,-4736788.559893923
+    136.57988847762343,9.907575791998866,-64346.714343234,-2889564.958851957
+    137.71881846245105,-20.010736380476217,57772.069833724,-6198572.838201202
+    139.65499935723403,-7.709765713097028,274568.80935596,-4838412.344945004
+    134.17703812793565,23.265879877020794,-305966.279816139,-1408263.81825328
+    142.78139600818815,-81.22841468908305,95471.931924665,-1.301117842446138E7
+    138.80121476098367,-2.5222340413093747,181788.51540707,-4264126.373562703
+<EPSG:2450> +proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    143.4344841965981,-47.77176157983321,369777.851864042,-9289469.665297203
+    139.97152692524799,-44.94903106486226,116116.491381342,-8964979.874692632
+    135.4010194876062,86.5041666882477,-21093.474988812,5625971.346597829
+    140.83943803479727,14.259293972482368,252489.699035855,-2406997.595411317
+    133.66741907285964,-67.23402058194695,-208574.203591687,-1.1452967726142239E7
+    141.99348785139256,67.9032737689104,146632.842239868,3553340.27596857
+    142.5504198199477,-38.075162519739884,355430.845251749,-8208318.369848971
+    132.527204270619,-32.069500811911276,-564354.169230263,-7550001.359920051
+<EPSG:2451> +proj=tmerc +lat_0=36 +lon_0=139.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    137.64145397452,-56.54171024520071,-134812.002443424,-1.0255549668832611E7
+    138.86524015113912,13.512942319911758,-104797.472843065,-2490627.675147303
+    142.59945322020545,6.136027950002145,306257.090747604,-3305908.464385878
+    144.7971092767903,29.678390039003418,480733.503571489,-690682.551810112
+    132.99799097533545,-23.989244457212436,-696609.7713256,-6655924.262944658
+    133.0542382056821,-83.66084532329592,-83401.407049202,-1.3283073795573717E7
+    135.0437369342834,-52.9243813078434,-321987.018312308,-9861510.889671091
+    133.0257328533481,-74.99595304101692,-196384.467265126,-1.232208136350035E7
+<EPSG:2452> +proj=tmerc +lat_0=40 +lon_0=140.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    134.25123943402437,-46.28922406499573,-507106.097821836,-9577908.031105386
+    142.40761427791324,57.09942463290065,95402.753648991,1902367.274048771
+    137.06501604733643,-80.51877560672902,-69271.698285851,-1.3373506707480634E7
+    136.44634841896846,-83.75009766210157,-53285.584956529,-1.373410173034171E7
+    144.46699371840512,-43.12978461782789,295651.43456292,-9212160.263756128
+    143.046051377648,-52.766127283962,149332.385254415,-1.0279391585539803E7
+    140.96490935798113,-59.30451752518589,7494.738251286,-1.1005027473032173E7
+    140.03020129722242,-61.18086388638815,-43203.074409034,-1.121432013272865E7
+<EPSG:2453> +proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    141.01161025197996,1.4590013641038126,84748.796909065,-4712008.408531054
+    138.6861456263284,-83.10195977828931,-20973.098287599,-1.4104229690590426E7
+    146.68783764763563,-16.438865765970647,688702.886925344,-6702344.502262804
+    138.03357508261965,-9.657737778743368,-243290.735576573,-5942016.281917416
+    139.30722999189075,-33.601542075723046,-87494.959035041,-8592826.401738444
+    139.5653913934046,-82.37577209404215,-10143.404822954,-1.4022916010450695E7
+    136.34026332738156,-15.10425693718581,-420531.637811775,-6547436.459171966
+    142.9255997325356,-61.68573075279892,141596.214478522,-1.1717469957878063E7
+<EPSG:2454> +proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    139.02928592094077,-4.354415474766739,-357651.981435625,-5355546.303384045
+    144.81523190931966,-54.788000199414704,164989.243067266,-1.094937624728117E7
+    143.9824601776421,38.67496444568532,150751.01320627,-589917.735529551
+    137.67531727110676,52.83065920335244,-308212.544198249,991668.588821163
+    135.76342007314423,73.2327464604673,-208558.908221108,3266865.439239688
+    146.0045281390982,-6.653791629871591,415405.510137084,-5610611.480541242
+    149.13067116194551,-78.87279066191618,147953.71324393,-1.364046740983477E7
+    140.1733711785365,-84.50943715443373,-22185.427540835,-1.426151821608511E7
+<EPSG:2455> +proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    149.75750921468486,-39.31926157613639,475041.769491309,-9241339.207841413
+    140.04639830285518,49.95791134895083,-301566.739386838,670753.076157
+    138.13467796170772,-23.948865835565783,-623226.821307308,-7536230.576383835
+    147.80407053406867,62.895084276198986,180654.942131719,2107647.860313093
+    138.4229142773959,74.09534871153693,-178033.089843647,3360523.613373188
+    143.65138594916266,69.08676741957734,-23853.543778051,2793118.692575628
+    139.75824891103653,-72.45784749841903,-151028.436971237,-1.2921398818891224E7
+    148.07110980452416,-0.6167550201204648,425614.657901319,-4941678.375547894
+<EPSG:2456> +proj=tmerc +lat_0=26 +lon_0=142 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    140.43369446235727,26.348836129516215,-156345.1447839,39592.564525353
+    140.31101653596232,2.973910269841795,-187773.717951469,-2547595.215414766
+    137.68204544266322,-68.05781387119193,-179991.857853115,-1.043441747243201E7
+    147.16774248814932,16.826306529595897,551367.32389977,-1008436.435076919
+    135.23866895944127,-55.60104752617888,-425791.845615985,-9060844.27630834
+    146.3390750647531,62.66617003267814,222234.927684245,4081414.778720953
+    141.2589098828807,60.245099162529584,-41041.880293316,3804395.797559441
+    139.93303870118925,-8.388590283974409,-227672.463619873,-3804681.997123313
+<EPSG:2457> +proj=tmerc +lat_0=26 +lon_0=127.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    132.76142068957466,-36.4000676558451,472131.745258087,-6918964.118040932
+    132.36479176518571,-31.160381895342688,464043.265609584,-6335166.856740371
+    133.37232118289543,22.38970643917345,605414.72141937,-387994.788672568
+    123.30196019760551,47.69135370902745,-315086.439453642,2415578.550630364
+    128.53875367378194,-75.5676636669054,28906.719705537,-1.126626248840476E7
+    127.31437806776093,-3.3474778642129195,-20626.291282975,-3246660.991958064
+    126.10504210612861,-18.84105063909466,-147013.689188393,-4960990.352237918
+    122.11053386966,-42.14242698906227,-445545.66613458,-7557619.227205306
+<EPSG:2458> +proj=tmerc +lat_0=26 +lon_0=124 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    125.79770410888952,49.70266060920554,129664.487283193,2632229.136090116
+    119.86995183322145,67.3094822023094,-177733.451534065,4597488.066457969
+    126.9107891000311,-88.61414175085241,7858.930282506,-1.2722935795718031E7
+    126.56117149413801,26.210038831396034,255987.694134291,25795.85102551
+    122.48332673978388,-66.89723123055876,-66424.249885191,-1.029950627283819E7
+    124.16112469061221,-29.090030564471355,15684.63253413,-6095483.683580132
+    118.90925075175372,-78.26697685416278,-115459.802735086,-1.1572344736765604E7
+    121.43863098377517,-45.871382030086004,-198849.500190297,-7961020.115925634
+<EPSG:2459> +proj=tmerc +lat_0=26 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    130.17315908825108,-71.26479241863538,-29649.279787845,-1.0786051949235398E7
+    127.91774419400257,-37.038876328687735,-274226.181428811,-6981407.682862187
+    133.47405753867454,-26.341896164876367,246997.754134768,-5793336.125487033
+    134.96115201140253,-54.305871310189204,257756.363690579,-8903147.868658997
+    129.59668484616833,3.711750216937247,-155890.801218744,-2466034.472641787
+    133.781062839673,-3.8177637671123676,308994.271272426,-3299157.017646383
+    136.3867644999577,60.21959490477738,298334.23429632,3813509.593086778
+    124.8611242497986,37.149654344254316,-545588.214972759,1253850.871099252
+<EPSG:2460> +proj=tmerc +lat_0=20 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    142.1059794721582,9.890814491824571,670814.81794801,-1112319.051848477
+    131.82717896338167,54.16017572409595,-272481.436901031,3799048.865335234
+    135.20127496330835,-16.196357590122446,-85400.862538501,-4003504.029582746
+    138.41884598860997,-73.59932352563439,76236.251582806,-1.038347823814014E7
+    140.33532279400924,-79.25936891951574,90142.954248892,-1.1017060041100692E7
+    130.76816371771295,59.31294190057943,-297739.891841317,4376429.919219837
+    131.28744969613626,-15.254532655826324,-506677.60689123,-3904621.274775073
+    131.3201892252323,-27.257599963731295,-463685.954386882,-5236702.56784613
+<EPSG:2461> +proj=tmerc +lat_0=26 +lon_0=154 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    155.42068323901503,22.574450192332705,146100.645499878,-378689.447932889
+    159.80595285161772,3.9432357634839406,645834.537784394,-2438307.034115051
+    148.623703195782,30.000128843024157,-519069.622752553,455448.055376836
+    154.72548730801103,-34.84888168126335,66343.923374215,-6734229.081168024
+    157.40294078126365,19.122689770958345,358169.762366971,-758022.156889216
+    154.262295019323,-54.79562791512741,16868.844387046,-8950450.267122779
+    148.75836367513685,-41.09485966211309,-440413.245818539,-7440461.276945844
+    157.7464706896537,58.539589597947696,218104.440515129,3620273.303738285
+<EPSG:2462> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=-44.183,-0.58,-38.489,2.3867,2.7072,-3.5196,-8.2703 +units=m +no_defs  <>
+    27.32310626116405,-86.38036203677318,4544391.446184851,-9600202.613158844
+    22.84665002461767,-50.12216282990876,4632038.515066981,-5556058.423659256
+    21.62600716581258,-75.8092360138795,4517053.796219928,-8417400.598013565
+    14.5073543243149,-21.740059583036683,3827329.356305742,-2419101.263691568
+    15.590606315286937,44.22399964103474,4067879.321533059,4913098.696851812
+    22.49351428973602,-21.89754526774432,4654397.862608792,-2423147.614256916
+    23.413007645141327,32.49509712935895,4726938.91455405,3599443.28083328
+    21.15534686755259,-73.1523987472587,4504949.59388426,-8120772.126908968
+<EPSG:2463> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    24.108716958523146,-30.36532564793746,799049.577415505,-3364688.306806494
+    25.684070102354386,-53.200629607845336,813053.687146807,-5907232.82774964
+    25.223206991723025,-40.23013086235824,859612.792980162,-4463645.260104541
+    17.83115041622692,22.778573341557347,174601.479636396,2523612.985052474
+    16.13213857414432,57.28917464247954,206742.302044693,6362746.389412612
+    15.975734509733282,45.40565917665907,106790.816178175,5042450.406624873
+    27.611687169259852,29.365260771612043,1142834.579421983,3268105.28323232
+    22.246879018735303,-15.715156899329827,633784.7648228,-1738461.810404014
+<EPSG:2464> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    31.61679302164193,-38.14309806915002,904952.515321326,-4233451.924244819
+    30.179873623726003,47.63146497043269,739099.078765764,5282470.582869426
+    32.64521952006158,-48.903261611601735,913913.649302491,-5434265.111333825
+    20.326784498887655,-13.056130695460453,-225148.936663012,-1453430.004828054
+    31.948249527416657,34.490008102165305,954832.107203063,3829262.595145739
+    23.317257521160993,-66.68898028219152,337508.185725277,-7404530.850959174
+    25.783498180341866,7.865596151486997,365958.01577725,870072.698560048
+    20.160672716788934,76.21941914507082,318576.912318717,8473720.188525615
+<EPSG:2465> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    38.97205692542174,-40.345285314730425,1007678.318852084,-4485008.193623884
+    28.42006523547685,4.383118400103754,-8779.325017589,486312.5615605
+    32.80494063493197,-61.93769438955842,489879.33097588,-6870037.134067352
+    33.268765030354984,74.45301842753915,508166.133882383,8266018.744796599
+    34.38605728117605,2.4511241071193695,654290.43353272,271196.650754491
+    32.59817853633986,-75.12056415615146,488599.573878805,-8340506.914734908
+    39.96824371046964,-36.13787471807786,1127791.378469869,-4023386.811157056
+    26.529438301770092,88.73773329906655,484235.948822625,9861996.572382161
+<EPSG:2466> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    39.994048683385564,-49.009241742340485,572838.316911138,-5431123.107201511
+    39.91166766722115,36.93245902332744,581335.765978966,4089500.703755002
+    43.4957924581056,69.4372229674554,676279.352953962,7712774.749128522
+    32.3468675594193,-13.853786243704462,-220555.329008911,-1542151.898097114
+    32.76922958034812,-13.168322468305206,-176583.035386808,-1464669.683935896
+    36.03653545853033,24.641220971167243,199999.891826214,2729644.377752143
+    42.821852107110416,-75.69883520722931,605475.501490569,-8408411.808203408
+    32.85933858323952,-59.38449944474982,151435.678892696,-6601622.133524303
+<EPSG:2467> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    39.883568586115274,36.92073512834483,44042.439879153,4100055.356137227
+    40.684275741453085,-17.906367991010896,42450.904111397,-1985858.221432369
+    41.74868019669667,67.62668023747969,361997.865141968,7507960.137455258
+    45.92517932872579,-59.58925488848989,552371.473558734,-6608683.040665
+    43.807102188294024,-26.7218622632615,381408.821936703,-2957311.711748653
+    38.14757873673657,-72.86818566030547,275155.930149899,-8101927.070237839
+    50.17665162461891,41.797067251704476,930422.152409802,4642161.477796154
+    49.25777261820372,-43.52924124017902,844317.789840455,-4830305.428841433
+<EPSG:2468> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    49.43099601607175,7.5717943216495485,326928.212413905,837690.726912275
+    57.642507688527935,-81.229844642429,612976.118696844,-9029000.246035643
+    47.98629576326068,58.758946267685786,325713.912003636,6519820.103560591
+    56.80440300068325,27.50408399451159,1074188.293250437,3057030.131718385
+    57.294574800065845,41.4452693866846,1026244.190890394,4609277.570734336
+    54.60928707984364,36.86310694494669,822001.559791789,4087489.201298835
+    45.57397034952661,68.22036272990115,275578.392306788,7580423.092207066
+    54.78295856420509,19.674472977343697,897005.109296882,2180830.482245856
+<EPSG:2469> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    53.166869153896045,18.724529123869644,95589.841033697,2075606.078135329
+    57.71814376491672,31.8388167898907,568067.119074267,3524282.860066492
+    50.05327378374795,-82.8372900142647,403577.224172158,-9207840.77938282
+    58.654938276843524,-40.04481656789509,641323.223127413,-4435768.943525826
+    58.496455807565695,87.3160733678512,507917.482673755,9702365.645906415
+    52.54474994637685,47.845665250667196,166658.085274217,5310960.989090739
+    53.1647755614126,-53.37992776184161,244919.272303011,-5923736.501585253
+    54.831483416348036,-43.590313174892565,324963.359970986,-4830545.346646495
+<EPSG:2470> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    64.16566193613633,58.475188093626286,568090.241174649,6484863.405839613
+    63.90788009875913,-48.13421937633799,567654.239568395,-5333708.526685639
+    56.58314096889166,86.95976292193214,462147.106600333,9664581.098768005
+    63.956675827957326,-76.60440146165122,524830.851844564,-8506255.893552287
+    69.42719170285842,71.79720091722646,723879.56918014,7981500.927614766
+    57.807362727060216,-7.736575689926795,-73501.198184965,-858943.64325901
+    63.93929418293817,78.70662690207129,520622.461445134,8740955.339563653
+    59.89975201145836,-58.269204610949174,318166.611641738,-6465432.240176182
+<EPSG:2471> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    73.71369843159212,31.954646955172137,945918.135193392,3546612.736427712
+    65.78264326265929,-11.743659006854074,149188.508417569,-1300653.457331086
+    68.66299507858992,-54.000391702015165,477967.895742701,-5985974.925406164
+    73.78144342808916,72.67201036244813,658933.780566683,8073505.537346657
+    62.73691883558852,-1.9335206027530631,-198140.759546637,-215007.724594314
+    70.35476223127452,-9.597593327621794,648793.5706904,-1061557.985217964
+    69.74654934906138,47.62206877701993,556183.840460098,5276738.133368087
+    69.55527649661018,-59.02549296089808,531959.139689712,-6545614.185108959
+<EPSG:2472> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    71.55213859713353,22.58072676201982,145337.893548264,2502280.314845962
+    79.55439819161504,-46.059981633883446,852463.191080026,-5112792.760968148
+    70.2568505954606,-32.137430860734035,52301.816882984,-3566892.128076313
+    79.25404027461909,0.5916328111892426,974023.550520733,65682.984530972
+    81.41478029939574,-67.3509331955358,775429.540773083,-7487722.708451354
+    76.29744829028385,-37.56496527601029,614685.974742244,-4159936.942841912
+    71.06475339300803,-39.77597049683874,162860.731251947,-4412005.117467747
+    78.95374062707215,-85.62595644196462,533711.43783749,-9514616.554897074
+<EPSG:2473> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    77.90597651896023,-23.179651105278225,183146.875309033,-2567722.517118446
+    86.28639066939184,46.19245825886702,908094.728497166,5131135.472833351
+    85.34858744143673,-79.84209777961148,585620.867963507,-8870721.06219261
+    84.02779928320574,85.15215285147443,528610.761127764,9461299.980423959
+    75.02043554539158,73.6987925491982,312914.450618173,8191132.305434516
+    84.70802357358072,73.16159416725569,619912.100017448,8125511.653816158
+    81.98348883684712,73.61004732148052,531030.566493477,8172100.995110642
+    86.73777936075035,65.22816048993201,768122.741476098,7249023.542989508
+<EPSG:2474> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    90.00998541308208,61.93819052616766,658025.690728157,6873747.681813645
+    84.33275794000537,-73.30427036177083,414489.994930595,-8139577.278983102
+    87.26544517329548,-22.156442062643492,527407.988355468,-2451064.888470202
+    84.61061052321901,79.60771428406048,451907.145946957,8842364.05175801
+    86.65470810529412,24.461279840071455,465020.025748599,2706491.238024054
+    92.77699127703892,55.3104229171756,866641.681172969,6147051.550528801
+    89.35862321257802,-66.89117127402581,603354.258903296,-7424149.619025313
+    86.65340821848768,-77.52345624663965,491668.181850291,-8608659.795235181
+<EPSG:2475> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    87.34254955221317,-35.291670207974676,-14888.399022697,-3921590.207752338
+    89.59344752023425,20.438634424716696,144368.790156701,2264690.205152128
+    95.14299262819274,-73.20591901972068,569143.970042919,-8127928.726524331
+    88.87734902488513,-33.777467037499044,118024.293292684,-3746549.051177051
+    98.38030851432339,34.39538466506505,995019.365466143,3820729.589786783
+    96.40104851617127,51.49835526867963,736161.674319126,5713062.078354001
+    94.60088857142048,73.4649741607164,550886.438673373,8156330.254474083
+    98.72004339883773,77.0331073986211,643138.52673594,8560893.91145719
+<EPSG:2476> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    103.27831854025075,71.5654687061008,650949.056898003,7949027.755082186
+    102.67038225507666,19.558483682007576,885357.450314187,2167694.930383103
+    95.99251764556746,43.34325874482377,256132.304378796,4805299.770212805
+    102.6046389762629,-48.9363130965197,764074.776794785,-5428750.629495598
+    92.30356436070608,72.92950824309384,280920.502527532,8108145.10431064
+    98.78981268409473,-36.54697123002493,481180.765266377,-4046181.706145448
+    104.05906535303518,-54.55623789894996,827180.768419353,-6059558.919408687
+    103.29004722098131,-66.27115728538797,692602.245967081,-7359651.91464703
+<EPSG:2477> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    108.37062316275716,39.17230395664771,791294.316322433,4343101.85593905
+    107.51080595512524,-53.273988413973825,667474.107522034,-5908000.090456649
+    106.33176923557397,-17.971951836116034,641059.724786287,-1988298.804507303
+    101.36389576805581,81.68466253152258,441295.888502939,9075137.856759211
+    104.0281009146874,-56.67060646866749,440402.420196012,-6283607.714023519
+    101.17691579118011,37.598592937987334,162311.514069936,4169878.924148076
+    105.45870971270801,14.582525515891831,549414.882343659,1612920.237313991
+    108.8337360250026,15.215675928283233,912154.224674499,1686549.636869832
+<EPSG:2478> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    111.97458813030845,-79.12043401296982,520518.302626435,-8787108.574869119
+    113.62375172579075,-78.82508143366897,556747.019359417,-8755234.68014485
+    116.8399931696225,58.26038391903188,842531.813652025,6475193.168446523
+    106.60858197239574,14.051207135279924,25244.849002003,1558508.510963808
+    104.69140749745118,-49.34609436445417,41703.565165616,-5487234.907865764
+    105.2214085312388,-57.39363508016274,152753.851385082,-6378474.736890673
+    113.35735844989517,3.3152084193756366,762028.453143575,366972.915600627
+    111.78579355215155,-45.31701662396295,561588.537665315,-5020411.706710665
+<EPSG:2479> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    122.42188229913364,-18.94462790963894,1071707.390243978,-2104256.602927691
+    117.45556534549502,-23.022355575708687,546657.207942725,-2547004.350975899
+    114.99819659673803,-76.84661852741345,449098.637517368,-8533939.07037366
+    110.29161318527213,33.561048885333406,-123515.843358295,3735268.133139156
+    111.29522584558491,80.27539212041816,392510.219261935,8921208.36442523
+    118.18540961276423,47.01204152515922,590095.919740302,5209318.967166219
+    118.07715282663271,66.19664313983986,548489.657651788,7345225.871646694
+    116.28901785950265,-87.26173484524696,496168.388476588,-9696178.854098078
+<EPSG:2480> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    127.45804137298356,1.7603542423689333,996481.768601063,195326.11464585
+    128.01042548983867,81.6689039330621,580931.318545104,9075049.958879111
+    118.17557921914909,-3.7714687511529803,-36583.861953303,-418439.272007335
+    127.84885409537583,29.50905703616793,970367.362401009,3275578.744060911
+    116.54069949089177,-40.05880399168051,-51372.026981298,-4456038.770617661
+    127.47393615451702,-72.4990230742882,650055.071829704,-8053403.437177419
+    126.07581531489964,-15.546865311819715,830032.370325225,-1721794.912930405
+    119.17134948550195,26.303582367081916,117448.701505396,2916205.528129523
+<EPSG:2481> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    134.1533006457175,-1.2547886192748479,1074237.417427198,-139232.211160624
+    125.30179514071878,13.818581745230816,99843.218797086,1531438.413204202
+    125.12306861267166,30.230430560411136,126590.242188834,3352092.020892341
+    130.88464143918807,-69.15060296876258,574815.607646966,-7675368.892372455
+    132.87922260165686,-35.14715017286751,853520.455478885,-3897747.003905061
+    126.62285475198878,40.963123511254935,299813.471187213,4539262.797366668
+    133.21691920543265,54.585886222556894,772482.696230197,6059366.664073651
+    122.99210965096962,17.879313343026,-137716.225079968,1987990.776659376
+<EPSG:2482> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    128.9978762307153,36.247182662575284,-39854.476387097,4029792.23303498
+    131.72074545586173,48.655509829722064,258340.315996558,5396574.653296857
+    135.3349004588513,84.7756350198886,503330.354904343,9418521.545817684
+    132.39526846813675,-6.393753497234869,211657.05973782,-707662.807963887
+    130.9899234457692,-46.2604566113722,190755.378890168,-5132811.511558514
+    138.3208912045041,77.9191942676695,577503.854027203,8655069.962810228
+    141.90038814201694,-85.7461360726931,556958.044720766,-9530320.592129642
+    131.49339235264935,70.02673979201225,366253.826233147,7775867.625561186
+<EPSG:2483> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    144.39263431845697,78.56206886304932,575008.14294439,8726834.097131342
+    145.90708445589132,63.34374415688313,745459.478306087,7036171.364728052
+    137.2391730340867,-25.937822640867026,123015.298542657,-2875292.76494584
+    140.86637332459784,86.78463616861862,499076.310394406,9642902.63203058
+    146.39472123473058,0.4024135510626792,1101328.301710146,44777.863530506
+    141.55163318978106,19.41959244436265,557845.889534386,2148287.301070369
+    140.51416081988583,-40.83738193759186,458933.540431137,-4522577.056464192
+    141.29254466220235,20.421128342353725,530441.647762986,2259094.858586955
+<EPSG:2484> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    145.24607908526824,-29.131713489335432,329201.055415712,-3225079.285370819
+    140.20923232593836,58.012814783813525,98901.525520643,6452977.929696814
+    151.67832412857467,62.36628897918507,741935.990893719,6926589.216893452
+    151.080164387942,16.132959072447548,936641.717353027,1788766.019601073
+    145.42189432527292,53.70622875443948,395692.538919564,5954451.620942384
+    149.44146877819205,-3.982305272795145,771113.551990746,-440668.797720673
+    149.16796156303798,81.18565717514232,536996.811184147,9018304.902390756
+    147.15167230770913,29.326742828714373,514632.096006345,3245576.073715633
+<EPSG:2485> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    152.88860703491625,42.279591205819315,490703.032458709,4682784.478791493
+    158.31878017416145,-28.85636895717483,1019269.205683018,-3204949.232410441
+    154.6404583842948,-82.4470310341042,523974.213327132,-9158801.468078619
+    146.96842446586334,-56.391241413459305,127635.503980136,-6268463.051029438
+    155.22909509544667,-46.50499004891715,670987.984127185,-5154606.646052387
+    155.89939121414434,75.91902970543242,578637.368423301,8431540.825411111
+    159.17011400095916,-63.55503748092017,806247.776371414,-7065053.247462421
+    153.66011079614006,41.845483287149875,554714.364298338,4634770.856416728
+<EPSG:2486> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    159.01495286772249,20.602993178188015,501441.541223462,2279213.216046656
+    161.1656664296916,-83.5885145175808,526891.108780786,-9286459.715908123
+    154.70246957408833,-78.67315561360988,405700.692536283,-8740521.388108201
+    165.3472253275688,4.899284249253498,1205324.373958309,545180.532579312
+    158.09675312268624,28.408170003395355,411372.868090745,3144100.435096059
+    162.63461483867653,85.90790734608404,528836.217920063,9545927.756267644
+    161.20833136229675,12.577097768276417,739907.080094451,1392021.425228334
+    161.66579675477092,39.790588344543295,728235.198461452,4409771.827248964
+<EPSG:2487> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    169.86577872689503,44.77842593562545,885008.606890355,4971955.772560614
+    168.65991262485258,54.58781837061608,736432.859965373,6057611.272997222
+    158.14588987906697,-56.549984329135455,78709.978189648,-6290875.790323859
+    164.8692958100708,51.84846431635921,490870.619951694,5746594.326083655
+    163.70279874716337,54.07374102172051,414965.093431929,5995006.13590125
+    165.63793331084736,-30.84687783719054,560900.500188464,-3414130.883146987
+    166.69542613430485,-39.08836763406377,646569.682141275,-4329657.199767777
+    171.29147839399874,-81.46293619307592,603992.455560222,-9054243.10562379
+<EPSG:2488> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    164.35933035212452,-48.523238650831935,9466.189189588,-5397951.31449736
+    170.36585556048865,70.60221426029509,476357.825250232,7836409.302926415
+    164.20640807870353,-88.34666777891736,478031.958855512,-9818716.517635508
+    176.0299796880271,-42.8582251852482,911011.136191211,-4759252.272942446
+    176.58965062978854,-87.34478000775721,528751.915668095,-9706922.254901879
+    165.71276343739117,-17.50581102022545,-62278.97757323,-1944045.772215069
+    172.2408727099159,-40.211704864466554,605509.921556938,-4453759.53709184
+    176.87170258585382,4.700328507826654,1152463.171546745,522581.409883471
+<EPSG:2489> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    172.41721875228518,-1.16731439037747,-10735.387053998,-129411.560229611
+    175.49629150515202,50.36628314295655,392881.616948336,5582794.425609731
+    178.86999379895852,33.46773502331716,673709.445136447,3706302.671159036
+    173.973369616831,73.10062877999002,401664.795025176,8117566.712258797
+    171.0959977003347,-0.7713805915033447,-158486.421812256,-85671.834444467
+    172.24414645575678,80.30977774221117,410562.672003209,8923521.767091379
+    173.36368871902496,61.73952211930998,307778.110303094,6853402.421196284
+    173.31893977673198,70.99469910887342,366095.105856146,7884154.390310934
+<EPSG:2490> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -172.16894522798847,4.789036031346853,1036428.074906118,531537.607708441
+    -178.78421865589385,-31.53907976398014,330414.087145484,-3492105.57788416
+    -174.63389377207474,72.70220026272776,578405.854231833,8072182.445808382
+    -175.67143285466426,56.93781718804118,580737.829039258,6313912.87187441
+    -177.8334871530755,-1.0337056312816344,407090.991987398,-114233.625796357
+    -177.08909832386175,12.569842081826792,490181.782425066,1390224.124962619
+    -177.26721748964943,-2.235090567420528,470139.409775704,-247069.510150442
+    -177.46584592299948,-88.87678580283855,498847.945164558,-9876664.190291664
+<EPSG:2491> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -172.49681453117364,-25.970827182135793,349954.732964826,-2874434.309974534
+    -173.92561163589716,26.28853459851311,207596.084237926,2912229.327505103
+    -167.16392444111352,-24.205133657414777,889772.654915559,-2683335.772636863
+    -168.8443137154837,15.325573540783708,731403.934786855,1696272.622255991
+    -165.38972346034464,43.604078478275085,952863.494567915,4845292.173220496
+    -170.27344064339817,-70.82697280978245,526508.304537157,-7861507.783183635
+    -167.2074842609057,-1.5758617140898394,922202.356209528,-174556.181798242
+    -165.08570694794435,-45.94957930215832,958405.539014345,-5107548.408509217
+<EPSG:2494> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    16.832678513738003,-8.026113700335742,40325.876439543,-889798.266633644
+    20.3933040802498,30.791810909045054,442052.17773488,3408173.697590701
+    18.742212227181405,-84.23613363049836,474814.321957804,-9358809.262941478
+    14.104750566569923,-44.37218649132275,-49494.313746655,-4938359.924788411
+    15.164124319053414,-65.83168273995133,233704.653170519,-7316520.979711193
+    24.961485954712963,81.17092730209103,567997.863940728,9018357.991326878
+    22.87068574782252,31.97496916683494,676951.011562905,3540729.551173436
+    20.470898588268494,85.50964549192642,495515.648193136,9500603.135175632
+<EPSG:2495> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    20.251188106312938,56.81946813316918,88385.227584763,6320270.76401755
+    28.26116003055683,-35.65943324935543,614316.143213423,-3948454.463804064
+    29.924160956004926,1.984463096313874,825578.831174969,219811.802622564
+    25.096186070585595,-16.351853211977286,296663.29780387,-1809462.89459038
+    33.05905070672428,-6.560659304567864,1171449.370285523,-729456.283789705
+    28.366716533701315,33.9807478387652,626415.79356185,3762484.609554025
+    25.39717386729059,66.28281795882378,428168.078410183,7355426.939191409
+    33.408773872016816,51.09633149300322,948876.226743311,5682492.401977069
+<EPSG:2496> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    26.28952115771365,31.09348012630265,-140829.810598203,3460887.31649148
+    32.37486996369657,24.8882339288685,436946.015280085,2753924.296575759
+    31.14589191928511,-51.480937241883176,371309.417670719,-5707216.12690476
+    32.13521270791158,-5.754833840895969,404315.484734263,-636346.035710901
+    32.17582283961855,36.127956967799236,425922.872614933,4000164.832188506
+    31.383634903019622,-11.812087988927146,323934.588563417,-1306728.444391726
+    30.190236392483946,-88.27148237981677,490662.007073316,-9809233.400613066
+    34.90158467342478,53.798975661128196,625412.397950911,5965331.911315667
+<EPSG:2497> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    34.39847897041574,-61.29521845673136,253581.265729915,-6807088.042498429
+    44.13388894611862,61.99960176135332,768927.956864629,6887631.133616787
+    38.333578683779436,-71.7733814101231,476836.359242471,-7967006.879039467
+    41.83059858197217,-40.33336389950205,740657.407503761,-4470352.916656984
+    33.63064567489518,-68.758457813811,283154.021116364,-7639993.750368007
+    35.593405207581995,84.04022395888185,460646.014368046,9337593.864692122
+    36.808410844613746,-83.1591992539245,470965.67487224,-9238550.481982388
+    33.894191911046484,25.319286667474145,-14422.630039516,2811345.745150637
+<EPSG:2498> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    50.2748523197081,-12.035623595751758,1075211.276794745,-1336475.531241777
+    42.8681546000642,-19.148684942278777,275781.291061766,-2119420.581273756
+    51.48820263135621,-31.62197168860814,1116287.831460578,-3518215.213759936
+    41.92307887679275,6.954092576859708,159913.649553097,770179.964493416
+    46.373983605941156,-64.38378599937171,566404.244959973,-7143360.313075678
+    46.739224445469645,18.235097723683722,684064.992486327,2017969.385489066
+    44.62266519590018,-83.11992651876189,495057.588646647,-9233615.467562234
+    39.499600198891805,11.033063880515428,-101829.032120074,1225758.735148435
+<EPSG:2499> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    54.035926484641365,-76.44633847432802,579516.532415187,-8490459.12059195
+    55.27196193865603,60.80668382961238,732537.657832979,6751600.5372282
+    57.38026164341773,-83.99592517207526,574486.504371168,-9335545.428075256
+    44.8907994543378,54.269461767234674,102316.839842971,6033233.499297371
+    47.38008061411075,-87.90825256235556,485349.910660237,-9768860.29106437
+    47.57169598247829,-77.89852658511596,419870.453430911,-8652885.157203909
+    57.16283986453772,-67.89993217147297,758590.177614241,-7547621.668095551
+    52.84011863241688,58.94338488464837,606027.844442324,6537898.638995151
+<EPSG:2500> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    53.953434883148184,24.91660896650518,192226.310689102,2760349.921780862
+    51.12970744088983,1.666465877578304,-154283.261696253,185334.48082061
+    55.48751755594062,87.70247331997453,493333.43014677,9745507.639100784
+    57.467723958809295,66.49522924425355,520919.234288935,7378208.416786776
+    63.638114951050774,-27.69423802030478,1155684.927344349,-3082185.046977566
+    63.10325975848762,-65.22210328883628,785265.349952823,-7249898.470092667
+    57.699318292169465,-73.08611420587985,522799.319320183,-8113472.834073252
+    52.66867454132683,5.477686752840171,19646.66668223,607533.430400523
+<EPSG:2501> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    61.957897723434165,61.05248086684733,443790.865657581,6771849.032584858
+    62.91943973043799,5.197042695663868,491129.772157613,574760.477023236
+    64.13672800242453,-84.8694061364391,511426.934782462,-9429072.041255506
+    56.410944112671636,76.95972095414461,334387.541975585,8555048.451738643
+    69.65592961403851,-33.416314296316585,1119695.970220136,-3718721.779027999
+    57.35761910511259,43.48843477947531,43612.435446771,4832546.069385175
+    56.520864263130505,79.69102904552128,370855.230315937,8857896.415070234
+    58.60621556516968,-48.51973139494572,175514.680974509,-5385498.595267754
+<EPSG:2502> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    68.62428505652,32.18559840845333,464626.148604703,3562562.625573073
+    72.38015865527132,-53.96233291894368,721870.439003474,-5986967.658226266
+    67.3102905818126,-48.08960244337718,374172.066513965,-5329713.722620906
+    68.35282668283602,56.63908188225736,460357.792510119,6279963.575080958
+    75.68726991533296,-84.0988352463658,576682.886242594,-9347342.844426973
+    62.20009809637866,27.517882207585842,-172655.559766521,3063588.539351876
+    75.8695639682582,31.412011074011957,1154006.881304545,3497214.201358932
+    65.33113692016848,-47.74823248103846,224942.895257572,-5296899.324757195
+<EPSG:2503> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    70.8499403291091,-12.711241095133104,48940.871388387,-1409277.952898272
+    78.62879251751593,28.58829439765958,855147.023347961,3169088.908601625
+    76.0787459074479,14.172180490771225,616496.956113887,1567739.932168752
+    77.07393857500867,-65.3124955293926,596722.50067279,-7247739.800448435
+    71.39347389321563,-34.604627759227355,169143.287477318,-3836572.547925218
+    74.33487175096764,-79.0120765982855,485886.271044512,-8774916.969396679
+    81.99381191130225,75.90700098152661,689820.722900728,8439467.788186565
+    78.55667557606641,-18.012749295623777,876872.514801163,-1995927.054398037
+<EPSG:2504> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    82.93570058810937,-11.063136136921472,711558.83689063,-1224049.550792605
+    79.91279973580089,-37.02044745593897,403269.099873259,-4099254.955070627
+    76.12006883013501,-22.536319215360493,-2410.299320116,-2501316.954723767
+    87.03268572510623,-59.35274578775899,842901.816281887,-6597467.562395523
+    81.15054363216936,85.40186760543554,501402.261639503,9488430.619209727
+    86.05500040007315,30.035695761752535,987906.656935354,3334919.396603299
+    87.28027208932053,0.9052165681028015,1200459.981317777,100783.477607756
+    81.13220143140333,31.46436858545526,512593.73547831,3482527.265627753
+<EPSG:2505> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    93.28115454708168,-82.53272091678643,591013.852766146,-9172921.107807236
+    82.58432541967042,-32.273551222033184,83816.144285322,-3580677.422119613
+    84.2866909492028,7.251080686514911,200255.578945668,802799.749652493
+    87.48760088294738,59.19006438197806,527897.614843184,6563977.657860013
+    86.71254292694735,-31.506493048827622,472696.636379772,-3487083.877356398
+    86.83121231265056,-59.50356002133564,490449.850989619,-6598728.429917556
+    88.92576115958707,55.62149859923869,621342.088175762,6168140.031043273
+    83.10435189986457,64.33323955237006,311773.969109362,7142807.733890924
+<EPSG:2506> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    86.40497351855434,-81.07643742065319,385985.473258068,-9011830.92206437
+    86.38185360998554,9.167340597302172,-228932.632228821,1020563.945288272
+    92.68119069328189,70.73851864164433,488275.927997647,7851432.011585603
+    99.04822419746566,-75.25850625455068,671587.772762504,-8364544.586162386
+    94.44225530354387,-28.501993684054533,641197.803745733,-3154837.945241774
+    86.32536745672215,-87.30828507835953,465071.643261969,-9703375.712803831
+    88.1099815822294,21.10668181165194,-8514.4699165,2342780.98785523
+    91.0739388487309,-42.14045051361372,340761.708098157,-4668958.417805183
+<EPSG:2507> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    99.50125089414527,31.759032318426136,547473.624781485,3515293.663949783
+    96.60529286214982,-37.71025636781043,288799.935220767,-4177960.045772602
+    102.20158626158354,46.23261813403502,746948.490449616,5126964.837544102
+    95.99050658755445,-6.160245777976257,166732.118598044,-682047.780195498
+    95.82003896562809,79.9706941982748,438187.983388423,8883581.32017356
+    100.91454096019174,-83.57523865805626,523912.05222774,-9284795.654271485
+    101.13005051234909,58.088352354969714,625629.284898617,6443135.067156642
+    101.68457294606482,-45.527514901869914,709695.814163598,-5047006.569219124
+<EPSG:2508> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    104.24279362538948,63.776834758264414,462638.813035845,7075224.333347795
+    105.27043039775336,40.04456077474498,523051.696637351,4434554.907751405
+    101.01717198402659,10.778646871939841,64042.859397939,1194889.649261338
+    105.17267928624875,71.58059306011674,506080.515757313,7945362.6551349
+    107.44181925086458,-30.900964589812773,733438.882085092,-3422468.663531018
+    105.31166613847418,-30.215408673729108,529965.92606506,-3343951.598513768
+    105.45775545577824,-68.47150284703258,518721.584267462,-7598513.821397519
+    101.57893633951647,58.96901203324728,303234.874490945,6544282.076471074
+<EPSG:2509> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    110.04229544165045,-54.71702840665438,438230.817959135,-6066097.138306548
+    112.82869677810275,-7.249743568618797,701930.953480603,-802004.578886565
+    112.9358337039234,-24.705169632509026,695855.656927501,-2734697.402759523
+    113.88752381898729,34.9998253561004,763590.306777701,3878432.802997194
+    116.21715255797865,75.5154745106455,645518.353839756,8390919.537705855
+    108.36866970683037,-28.139642776106804,241404.687943199,-3116637.669065137
+    105.18047818559212,19.624638860494755,-111290.001062874,2181327.958650785
+    115.65864674153008,64.7261287210633,721835.342008898,7188993.25918334
+<EPSG:2510> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    118.48233682263476,-61.07105033198543,579959.462316474,-6774278.578130757
+    111.53817204859801,73.68858532242206,328885.199561377,8188428.482704677
+    122.12378050801979,-17.068599675411633,1045947.870057404,-1894998.14175495
+    122.48698131841073,-13.254971465877475,1095390.247924416,-1472390.534544879
+    122.97830305914701,78.99516630308048,627198.055300806,8779492.261196522
+    123.64804206964915,-66.03245086987172,800959.284911714,-7342411.065397048
+    111.78672325324574,83.48101627404438,433946.433785144,9276880.169594638
+    110.98364499122344,-21.227442149073326,-125495.194282195,-2360097.91031186
+<EPSG:2511> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    122.12514344374311,-46.779444769493615,433107.077697285,-5183043.266758363
+    123.07177666343009,47.49336921103958,505341.172341111,5262141.927559903
+    118.13863226700052,-71.11906495940968,324439.493681336,-7900874.069618122
+    121.11503679244495,-35.11200405574188,328065.250522815,-3888575.685467251
+    117.21126459395,-40.48483315143514,8972.645395582,-4499432.028179235
+    116.84877791226982,-43.512384237289034,2474.508816698,-4838005.591783936
+    119.7571878975886,6.17639193627204,140825.330860434,684143.570053353
+    127.1470503151108,-51.92843121659825,785129.997878611,-5763462.378553428
+<EPSG:2512> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    134.41304258344616,-78.8307058495258,616860.724728922,-8760023.594929798
+    134.44858283342523,38.43398801306195,975804.500143111,4269810.276644576
+    130.73679666047053,-71.63343174269751,561012.447369485,-7952104.019454764
+    123.38481964721194,-86.7705136058355,464642.926266002,-9643025.926769627
+    127.11967291886668,-60.348380676831205,396100.251848081,-6694341.418666422
+    127.67262049554716,54.922529963344346,414816.806788335,6089455.012053691
+    131.9223116674798,-9.545012886728045,820871.654870644,-1056812.994182205
+    125.46141379231986,79.86635697350243,430441.887658465,8872367.522725329
+<EPSG:2513> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    128.87055891157445,46.063149134449134,25674.606695448,5121459.228717657
+    129.87418199201701,-59.80498631429987,212379.7415639,-6643453.643092118
+    141.41608026062227,-31.96541479308423,1106960.107117579,-3555994.886398121
+    141.33585347381432,-51.05213720694682,943974.914629753,-5676977.988592632
+    128.7325353888343,-61.20846663110091,163360.381263193,-6804861.220045312
+    137.21655750003592,-16.734110317610742,736303.04366296,-1852126.923800957
+    139.04724287418213,62.76718025925439,706528.536111712,6968970.813314405
+    130.79231080430475,59.439656472489304,261267.024780836,6599243.748938038
+<EPSG:2514> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    147.3190779867409,-61.166872074479784,839638.717766735,-6800515.522637004
+    139.57604955050257,27.253699763858137,358862.355828873,3016610.363988629
+    140.15446161165207,-65.52194477042696,460779.898988081,-7269798.476526666
+    143.5073960876116,-59.0568525602735,643743.246609706,-6551688.893841862
+    147.26672710425436,-77.86431436425475,646757.795602192,-8654580.480642064
+    137.47749274518955,-40.707872599096135,202178.076480185,-4514059.177443407
+    143.60516050218186,21.886494345292363,769178.814525381,2423582.571174765
+    137.37521246674575,-62.860947302274226,315404.351654975,-6978077.018645513
+<EPSG:2515> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    140.31502441011605,-12.00779820026166,-229649.013713451,-1336762.655036894
+    146.21983877816353,-65.54325434134853,463823.203226978,-7272145.575403615
+    151.30597119205987,-87.8820558853751,517645.849929399,-9766149.085483583
+    153.4638041850397,-51.271900930677724,950760.142975342,-5702192.27381175
+    145.4551809128912,79.96923618562457,469848.624635159,8882165.730531052
+    149.055043612305,36.86534325440054,683133.303444818,4083605.996391014
+    153.19988671275817,-53.17056377439954,914254.750577471,-5911559.946131771
+    149.45156816606269,-58.980332441494305,640844.071023919,-6543059.138518671
+<EPSG:2516> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    156.52248849210548,-18.376794841624246,872300.445821446,-2036239.35592539
+    154.99254800334373,-20.102000482725003,708273.307888185,-2224846.122505715
+    154.11461443723832,-24.831616607475482,612538.976266563,-2747809.457895567
+    159.60786496259774,-87.7821833549427,528378.51443794,-9755982.677161561
+    151.05171602341184,-4.823402260827194,283697.911350276,-533596.754490985
+    146.6383921473923,8.869365315209208,-201281.863351789,986897.134352584
+    156.59872971633845,-0.6952560793104681,900705.805808598,-76959.529358041
+    157.06004118008707,63.95564566745051,698755.623100552,7101313.962129444
+<EPSG:2517> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    157.23123534063313,13.39223850180123,308246.799590177,1481867.441724347
+    162.93849557876726,-49.30136851387095,786273.13909017,-5470606.952976528
+    162.8072713398986,-11.087413853461328,916104.36598174,-1228735.108109322
+    154.61802520365273,53.26949225025672,207587.160066713,5913658.863192416
+    155.223438148344,-82.52287010928465,445017.994679709,-9168740.858959636
+    163.36313393575384,-11.139388023035792,976895.372115296,-1235335.953419436
+    154.83649266950437,80.41864875557081,422542.92908064,8934743.649033103
+    158.81883148717492,40.57212831362568,484519.110311485,4493154.729961567
+<EPSG:2518> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    163.7310399282363,27.064160172339555,373963.028640644,2995459.667481811
+    158.63403627206833,-50.208703379819596,45577.958252679,-5583498.057474603
+    160.72651600300026,-19.98401024161892,52266.252368513,-2216259.958878945
+    164.3454629940055,-65.67615938758298,469760.949355608,-7286933.625362519
+    171.0416510307191,9.358225775043039,1164685.673675384,1040663.576575286
+    162.6240576269343,84.04524717082,472347.318957917,9337546.500722768
+    169.35158931145753,-54.13736470883051,784191.634646072,-6009979.844371405
+    165.0350270131479,17.84920360612513,503559.134770255,1974374.139187479
+<EPSG:2519> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    174.75328298544906,-83.50331074117487,547258.822892069,-9278014.19332692
+    174.78696489440222,-63.69005738262219,687125.949795639,-7070908.075722896
+    174.46428788949459,78.10320136016239,579572.530157911,8675824.886653034
+    171.5069324675607,37.99977324025225,544370.807903668,4207690.791244589
+    172.78221634019363,59.182348723090286,601736.413037566,6564446.642596609
+    165.42979555104162,-69.31771043986983,280462.575251522,-7702924.970513815
+    166.6151993881067,72.31034975183087,351204.675612642,8032291.561656376
+    173.97691731603652,-46.25058795819819,729404.542335881,-5128258.174711062
+<EPSG:2520> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    174.7791021695269,6.589738205301842,254165.432106358,729312.902968235
+    178.46181182248247,-23.313278058051296,649371.04652353,-2579954.862338015
+    173.8981134812179,-34.67468818147376,215502.188463978,-3842877.472317579
+    176.43523182326678,-14.006130096665089,438821.076021487,-1549047.857605978
+    171.6044994180095,65.4445744543095,249794.070720872,7271746.700425829
+    172.06091612980916,-24.485850797448705,-1238.022876942,-2718039.5547391
+    175.86743042623655,52.25014917050342,422497.668100753,5791895.394007481
+    172.60372084626826,-83.27960728126205,442449.110391891,-9253690.667845689
+<EPSG:2521> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -176.5667669923621,5.166496190375938,547866.097575065,571391.459015092
+    -171.27853820461053,64.057662189193,778944.470997712,7118958.093813284
+    -172.85319671064096,-48.85590300337805,804116.837456488,-5421938.266130182
+    -173.39865769220452,20.1362591999917,876572.663594372,2231627.683807139
+    -171.56254517960465,4.657218888296853,1104051.471844007,517390.669905034
+    -175.08002958873752,23.32621171400264,696225.477407291,2582068.300445651
+    -173.67840383249802,60.97989818977109,679629.167495768,6767941.763834357
+    -175.0863711840747,-56.57581288242436,617453.978696806,-6274376.934025764
+<EPSG:2522> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -176.85693160141273,78.26282479292993,367004.543941423,8697985.849742902
+    -171.8880955915589,10.078568843837445,402479.611123434,1114764.970123023
+    -173.82653247714828,-39.94026289625297,258236.162005848,-4426747.587907741
+    -176.82801554228962,-47.0456093457122,57005.453636351,-5228873.720609495
+    -172.56913260289193,-12.161907464774089,329029.340885982,-1345442.347438426
+    -176.37634584787492,49.23701636462715,108393.936736613,5470051.651289097
+    -169.78840916331077,-52.00945049497055,583035.29244015,-5765146.35015814
+    -164.86698895791582,-63.45518117261517,805432.464363693,-7053864.642822929
+<EPSG:2523> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    24.34214838486293,-86.19843209089153,7524871.475929017,-9578200.509621553
+    15.781141040291832,-42.24718969404343,7069342.775057234,-4692295.031794153
+    17.537222848203804,62.50854502803975,7321781.886763184,6938532.822238339
+    26.580505076928006,-14.403667366782713,8102782.3323584,-1600256.497006468
+    14.271059129267272,-80.92102651652526,7381801.662816983,-8994958.069292989
+    17.948097331060378,-47.17943540962583,7268785.888440232,-5231720.522201254
+    26.185927142000693,-16.534907657478584,8054334.346545694,-1835924.013978941
+    25.76032797542589,-48.974348450047145,7848574.361765302,-5437714.368506988
+<EPSG:2524> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    23.086848914349613,49.12828836676047,8433480.487434205,5444425.514841136
+    18.953285562948096,-27.627512813206145,8001634.76434586,-3067315.921598548
+    26.236184357993274,-6.342669516554693,8747595.25908872,-701816.251533638
+    29.272570308824353,3.4651116800166193,9086821.942930326,384886.849560811
+    18.23337210305181,-49.82919321108071,8085321.571839466,-5537829.863068322
+    21.23997672807588,-40.33762966568728,8265572.648092424,-4470659.053043598
+    27.367688564767874,37.11940628473033,8799464.078595832,4115197.250015288
+    30.139399756849535,15.58815834740929,9159664.459497698,1733699.087709748
+<EPSG:2525> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    30.3764039984522,-7.614973428768565,9872891.751501605,-843445.376839663
+    28.32254974616067,60.17456811211852,9573534.39612017,6674383.835276805
+    31.291593261747956,-44.679089240614424,9840388.380320814,-4958237.423909673
+    20.599769090404543,56.41569439963527,9105414.10755696,6273372.582790758
+    30.03579609019912,43.76228196342913,9744587.445962025,4852011.744155673
+    24.81150059642318,38.45078207027977,9309069.801694492,4259924.400585066
+    24.325404584909165,63.11160616204961,9365146.55028632,7003763.565983251
+    27.4784237247083,-73.11641542598028,9515640.148703784,-8116840.045401763
+<EPSG:2526> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    26.344868711747647,-5.80136260659873,1.0095015961653862E7,-642726.536685863
+    36.02025883674278,50.813551062195444,1.0924265258266497E7,5648760.706750281
+    28.652441665953717,56.72936970649269,1.0417640103299595E7,6290708.201992054
+    27.12967881988627,-31.133865876702806,1.0226307249824908E7,-3449318.635598362
+    27.086697703677558,28.02824729751444,1.0213560705930144E7,3105108.405652071
+    29.462387100188828,-49.79486910377192,1.0461404728536434E7,-5518164.385968688
+    27.588388415403266,3.246421954243246,1.023199639191213E7,359388.085548783
+    23.63473404100013,32.129136130859365,9898943.922747301,3574090.699450275
+<EPSG:2527> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    26.834550916624888,20.660256869150345,1.0856704605959125E7,2297814.633178113
+    39.7054629364581,70.25223115980037,1.1752644457786072E7,7811162.799454805
+    28.929731966131317,66.37160624951335,1.1318114011676216E7,7370319.652088706
+    31.79867334412195,-14.325531100049645,1.1370496265034487E7,-1584624.370654535
+    37.854515427503806,-31.675391263949315,1.196069016523517E7,-3516070.772052225
+    37.26322688481386,-11.25770046615834,1.196601862232526E7,-1248281.801849399
+    31.813980288381735,-64.79879925317998,1.1443744931680981E7,-7189463.308998518
+    33.78457906769191,-33.41977809868287,1.1573081468430953E7,-3699535.198960492
+<EPSG:2528> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    35.43513960698254,25.07248542382655,1.2443118096938556E7,2774305.195931932
+    37.35366954625125,61.17209812786723,1.2572965164806712E7,6785532.280709943
+    39.28002584073587,-54.3582723563732,1.2713314784491993E7,-6030751.408505971
+    42.38394398033497,-45.86705258412464,1.2995788703350952E7,-5101143.978491101
+    37.945342407438545,13.806213154333307,1.2710480187394857E7,1527855.673353958
+    30.154151762481103,23.983244076327423,1.1904507163438667E7,2665915.913555573
+    38.0962682773897,-86.99993194518129,1.2512372466497594E7,-9667192.490522923
+    30.27929706488448,10.69029580292326,1.187327933445844E7,1188125.722236547
+<EPSG:2529> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    42.199471289873316,-35.55919396418753,1.3790226875710977E7,-3941298.335896504
+    45.329634014882274,56.504972178470496,1.388956451233663E7,6282858.75181132
+    45.39922637800741,77.51486722518058,1.3654331156151408E7,8616194.086168965
+    42.63067200523883,-73.06890620334072,1.3618112020241994E7,-8115028.55559007
+    38.599329085871965,-10.515653487254895,1.345623969051697E7,-1162838.022015077
+    41.444749223213634,22.201064647153643,1.375225208292464E7,2458196.254392188
+    41.87722690123725,59.46280240404357,1.366322966568535E7,6597854.618332903
+    40.52383119943661,-13.690070568890889,1.3664961289956868E7,-1514496.801670157
+<EPSG:2530> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    48.746866697023,9.185849250628621,1.5243230888101721E7,1022906.729737157
+    46.830145933878704,-69.81260507628764,1.4686043824437704E7,-7755460.370310832
+    38.08752335899872,-30.020984971829243,1.4122522066013936E7,-3328836.178762913
+    35.87028942783202,-46.56076569007665,1.4030130817669466E7,-5176676.273261437
+    42.81685054195616,-61.29967580816749,1.4543883378976228E7,-6799162.744330288
+    48.801158153740474,-78.187865733813,1.4655259131138932E7,-8691882.281978909
+    48.42121026054181,-87.1449533145349,1.4535762693748793E7,-9685151.57703322
+    48.213521358343336,-88.223420168012,1.4521587418800388E7,-9804779.105477404
+<EPSG:2531> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    46.96498018388605,15.053046005129275,1.571141298246056E7,1665892.626997646
+    47.282744566082116,63.73939335364108,1.5612832082948018E7,7072906.623071749
+    48.346446583914414,-45.550674362220505,1.5761412409512185E7,-5051557.751715292
+    44.46576762632677,75.16402212087377,1.5484842396676969E7,8345405.754585428
+    51.82536947290676,17.49180796468272,1.6226395670043739E7,1947874.882618769
+    50.80628662236224,-8.18808475891693,1.614096185337731E7,-910005.783739574
+    41.31373734468076,-9.533668073172421,1.509509961357359E7,-1056352.026741541
+    40.76510906162107,-83.75329407477746,1.5448684512576368E7,-9306225.105148258
+<EPSG:2532> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    50.02109796756626,40.69621784166904,1.6670927130650556E7,4508889.978154134
+    52.786308755579924,-38.230886421279955,1.691928003088766E7,-4243921.02984121
+    46.46895841237681,-58.108406230045944,1.640983386685545E7,-6444365.803678295
+    43.91986868365016,-16.2725083889663,1.6063651912154477E7,-1804079.216606831
+    42.09793498366491,-33.17160545523106,1.5949189862349622E7,-3687277.536154572
+    48.679086798948475,-3.5430395554487575,1.6575540624089325E7,-391714.940434464
+    42.94550553009761,32.342548933008786,1.6023999261104316E7,3591180.771374933
+    45.27789557669819,-15.878263426035716,1.620845519292923E7,-1757988.897181146
+<EPSG:2533> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    53.893820155387736,0.9116918889142056,1.782231880717681E7,101026.887591509
+    57.17945179859616,82.00493309855085,1.759592692868602E7,9114225.22121946
+    54.08352717120088,23.881381841390834,1.7814231039492536E7,2645661.962374636
+    51.982297645970014,-19.778732732150218,1.76030229137864E7,-2188092.248205033
+    46.63425552671914,35.19299743887113,1.7102359611689847E7,3904833.781808225
+    50.23882296581745,-15.705272530854174,1.741848778307832E7,-1737095.500409084
+    45.4425733498494,2.899392508696934,1.6881245683715485E7,322212.273142545
+    54.86098629551136,-33.08052116103241,1.786069036603259E7,-3668251.752305783
+<EPSG:2534> +proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    49.136066574845096,-28.000519094246577,1.8021324506316137E7,-3107982.428834591
+    56.82266265511494,85.95662123555343,1.85223306459097E7,9550974.27767116
+    51.61311687692678,-81.67464127522315,1.846150024833128E7,-9072973.205684505
+    50.591694815317354,-64.71255328029905,1.8337626605119176E7,-7183654.169997017
+    57.7152827171099,-71.51435736316961,1.8631545848547995E7,-7941992.222744843
+    48.700275720355776,46.14268843196774,1.809063787209027E7,5125699.051286942
+    56.0036461562516,4.643338121339923,1.8722440589626104E7,513847.170419836
+    58.66256387539339,-11.557473559393017,1.900917703301508E7,-1282204.977450099
+<EPSG:2535> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    52.08034521611898,40.228109133965035,1.908129197531364E7,4466562.102795034
+    59.680128883292355,-67.19295092716416,1.9616031526706565E7,-7458365.79551832
+    51.11003231898911,0.0714519857502296,1.884323788337644E7,8031.136536042
+    51.9884047361359,-64.22227410274064,1.925698941006887E7,-7134201.468524238
+    59.84224259117832,62.72620119394759,1.9645430264128592E7,6961139.858626783
+    58.38581321403065,-8.881606076394874,1.965251562087498E7,-982355.190896888
+    56.10540314880495,-69.27324603607107,1.9464731486991946E7,-7688162.792672403
+    56.4371228920284,-10.404776189183778,1.9438433733027015E7,-1150596.515266687
+<EPSG:2536> +proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    58.197215683392564,52.879638844332476,2.0378719033726584E7,5862815.593045662
+    58.78717965149479,-40.363911176265646,2.039704793260014E7,-4470581.207568568
+    63.927556098160906,-62.86564709661815,2.0699918556177896E7,-6979486.922611785
+    63.833956084348316,-59.65767564437202,2.071613670571676E7,-6622148.113169178
+    57.07105239008748,5.532654039920601,2.0175387600806963E7,612675.321549521
+    54.94027117264628,-65.67803540972598,2.0267639027647268E7,-7296284.877081804
+    55.53680596067261,83.56364063920074,2.0444272122241586E7,9285319.716576625
+    53.986609444333375,51.70074443247549,2.0084526022363104E7,5747257.322989893
+<EPSG:2537> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    61.81789095140439,31.851442514374497,2.138818503485974E7,3526062.188634584
+    69.68928827803654,51.5782185604923,2.1963546477306847E7,5737714.980030052
+    60.189313223983206,75.76294076314952,2.1422923563925825E7,8413991.50081454
+    61.67319777634445,82.8003225029151,2.1481521305549186E7,9198119.945525333
+    60.45306287884589,72.85139748189465,2.1416256036987975E7,8088976.35084323
+    63.13457848806039,-13.727374921222776,2.1514614612737723E7,-1518102.091519329
+    61.72332279064256,-62.76735215806122,2.143485996415007E7,-6963074.88997183
+    67.31139376567594,-22.33011208221184,2.1944526994195968E7,-2476634.874859612
+<EPSG:2538> +proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    65.93191263979287,-81.70866745087396,2.2498969258680705E7,-9075961.133443726
+    68.93856712512371,8.015396635968642,2.2824137080031145E7,887596.502962993
+    62.517305394149076,82.07618296485006,2.2446495105261456E7,9118647.61837409
+    66.57501872645283,-75.3571227383604,2.2516295967345774E7,-8366881.621836809
+    60.793057084600974,-12.083771499770435,2.193245945860112E7,-1341675.111233963
+    64.84406438926578,-51.299173225573774,2.2419434643672112E7,-5685953.109197161
+    68.30200775230301,-80.10615432728085,2.254423010670118E7,-8897883.891068986
+    68.80702689578091,36.87306566754988,2.2750364683981482E7,4086171.331462328
+<EPSG:2539> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    65.27083319239567,31.24254441361211,2.3144695183503304E7,3463938.301042437
+    66.23369627893187,51.40678405740161,2.3307597261970744E7,5701030.26359465
+    71.97954836908212,72.49408937025109,2.360011432042127E7,8049793.819859819
+    65.2875983435388,-13.479012412222389,2.3097840262708824E7,-1493659.145920814
+    71.43545203634392,-54.0875148505243,2.3659409019201424E7,-5998351.718928405
+    75.28738638213937,-34.202464398352745,2.407995879603258E7,-3803971.884217194
+    72.4083699489063,-77.05411993326744,2.3585287139851943E7,-8558710.717967933
+    64.34270373078847,18.067155156441657,2.300656876485887E7,2004722.709476803
+<EPSG:2540> +proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    73.38885216949379,-70.22481093293933,2.4552509129966035E7,-7794643.012757076
+    70.28922374480634,-64.14313278971206,2.4416769307712074E7,-7116898.47869588
+    73.71825133112642,75.69026549709741,2.4547489295502063E7,8404719.479398884
+    73.74411801161027,33.06927239523441,2.46629258540334E7,3661847.410593885
+    77.28963345102076,38.32298779417842,2.4962759125024937E7,4256673.994225585
+    67.11201632176949,-79.47779388044688,2.4400472079657305E7,-8831019.06130562
+    77.63597726536369,36.150025778518255,2.500749520218668E7,4017000.029959712
+    73.55738256704309,9.228686055233268,2.4671200043726847E7,1020996.443796355
+<EPSG:2541> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    71.9513328429029,-1.4192697533521397,2.516060135884459E7,-157074.00850681
+    76.02017139225191,-36.97644478720656,2.5590870398377564E7,-4094307.350685365
+    79.21947570960505,-56.70737425636917,2.5758384459288895E7,-6295235.996663159
+    74.25487532535962,21.91741241750212,2.5423051301596932E7,2424913.271445867
+    79.80536379401156,87.4322976043068,2.5524086240881097E7,9716220.500032006
+    69.41222057311201,38.07106990413206,2.50095477047939E7,4230221.698139274
+    71.12972072827193,-25.55225348680939,2.5110903010898385E7,-2832821.896422973
+    69.20949148780231,-40.35502144412184,2.5007989181344286E7,-4485007.464060611
+<EPSG:2542> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    71.94214557174499,-24.49401288886996,2.5885245007548973E7,-2723429.409873224
+    78.12788573470647,-40.5322049846681,2.6510862132532865E7,-4488559.165342952
+    81.68521121377451,-86.94113702783173,2.652199084166241E7,-9661043.758055942
+    78.22173706246988,60.24075436177725,2.651233215576874E7,6680958.030446447
+    81.10920210793071,27.965825312642465,2.680604110970241E7,3098613.613562359
+    72.26547256265906,41.10723955628512,2.601824164623928E7,4568418.584023796
+    78.77368786758196,-63.301733638428516,2.6538831723451912E7,-7022213.616419901
+    74.91616075609069,-69.88521933880331,2.6381666611803304E7,-7759145.837244327
+<EPSG:2543> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    74.00076967713329,76.00334908628727,2.7311419036874287E7,8450164.649649322
+    77.67307393294466,-31.95371749566211,2.7185408904925358E7,-3541475.942999255
+    84.46880728508926,-63.246808128813285,2.767425340018438E7,-7020566.487997985
+    79.71086776113184,28.701653293708034,2.7374053139493678E7,3176945.32512942
+    78.01287155246084,-50.65954348009837,2.7288816943066034E7,-5618409.731357892
+    84.87323753627173,-58.145776827720155,2.7728054189847015E7,-6454019.726857732
+    83.9345764591417,-14.937223281954815,2.781584592397942E7,-1654042.904744728
+    78.1179204290791,-44.39004548364826,2.7270374567910187E7,-4921134.620628321
+<EPSG:2544> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    82.6000960169706,-88.02638543309135,2.849464240604013E7,-9781617.633803396
+    79.72195649261316,42.44881935588751,2.814806258982967E7,4710417.220744137
+    86.034694685868,23.450950488630085,2.8707950627743665E7,2596012.839571314
+    88.71967311815203,-66.86684627429688,2.8706858012136284E7,-7427310.931716361
+    84.10451190178404,24.50313769430241,2.8510612344168067E7,2711084.86421018
+    82.89206208891345,82.65441559981545,2.848422583893177E7,9181737.421813149
+    88.72158800691618,62.26180007919328,2.8745155205677E7,6915088.155882919
+    90.60479828919779,-86.75021095350962,2.8541755666597355E7,-9641413.614727259
+<EPSG:2545> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    80.27586229201823,58.97815225307437,2.9113730089028355E7,6559731.004204494
+    83.6514802782953,-39.51809947079085,2.9212028039189056E7,-4381304.673416166
+    90.4033378348627,-22.502365617370046,2.985033565825107E7,-2493328.076541044
+    86.47389413732519,-47.18348228939895,2.9460129389766004E7,-5227710.839270382
+    89.6337574275721,61.83404538664013,2.963875543932045E7,6861280.178201204
+    88.04091068052244,39.094088375083544,2.9590069474321842E7,4329513.972073477
+    82.22373808106371,-39.56772477712493,2.9089487452496096E7,-4392369.60411402
+    90.43975741167117,10.939506218399373,2.9876216057884242E7,1211992.781271155
+<EPSG:2546> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    95.61866443182517,-43.703146197791476,3.0952928232871138E7,-4856134.109736239
+    85.19952571369357,72.20006225268816,3.0336325787682075E7,8021016.082969082
+    89.54235312836265,-19.151109244388238,3.045185311958934E7,-2118371.272768888
+    84.59079030467777,88.70418847780192,3.0486391373532772E7,9857905.857558155
+    96.40157292885037,63.09091410171388,3.0822999486176595E7,7014660.031826111
+    94.57068493731182,-39.70348504720351,3.0892069153201073E7,-4406530.03812786
+    89.68552047158465,23.810966064215435,3.0467959793231323E7,2634449.378719454
+    86.61540835937498,64.52449442583745,3.0337580269996136E7,7162689.167836949
+<EPSG:2547> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    96.23947703044774,-69.1915202381868,3.1628432752889495E7,-7682154.356420157
+    98.8460462619973,-84.51340206213541,3.1562329052185155E7,-9392344.60810398
+    93.66473396164294,-45.9819277841584,3.155150087229553E7,-5094221.043340367
+    95.44434886764581,71.43977350725137,3.158687011339849E7,7931400.019056271
+    88.36578969270228,10.871040577102647,3.0992799550051477E7,1206149.928282621
+    92.68186117270741,-44.51529859736248,3.147469576118567E7,-4931057.590748971
+    88.08186592450585,29.970685746981303,3.102503803368142E7,3327119.710394563
+    89.27993793240681,47.81187212388255,3.1221409735413257E7,5304255.732628366
+<EPSG:2548> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    99.41962148668374,50.16997488682932,3.274428021238452E7,5565389.550835813
+    100.61107728957555,-1.814869238276387,3.301358499009819E7,-201253.816238843
+    92.89511424722106,-53.642097269750764,3.2294664524323124E7,-5950503.059726892
+    90.5684596421831,55.526570594414295,3.2157170585688733E7,6169298.852426871
+    96.17327717206484,1.5675783700313133,3.251926584078568E7,173413.821462376
+    92.47618829000781,-55.584628880065495,3.227782045994852E7,-6167898.620756638
+    95.05332668337024,-31.164023273293992,3.2409723228951197E7,-3449462.438915304
+    93.86818748141626,-5.689078157026088,3.226377872368205E7,-629438.979785828
+<EPSG:2549> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    98.6561226418607,-52.728736701496274,3.347674598138669E7,-5844427.378228636
+    102.85555605784731,86.38371003192913,3.352715240448335E7,9598990.170879856
+    103.265015838597,-65.09720957138185,3.370033840462051E7,-7228906.114157038
+    97.43398814822936,0.49619560376494576,3.3325634236919723E7,54966.346702296
+    97.329686844868,-73.70337408491181,3.344765135064054E7,-8182932.948591263
+    97.5283776415759,-58.21429312090525,3.3413481171544667E7,-6456042.841617073
+    97.66243062793063,75.20475564468634,3.346186553882751E7,8350246.540620556
+    92.97382031299871,44.043922114396366,3.3016984402464412E7,4896436.743986338
+<EPSG:2551> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    107.81338537264168,64.44214865823139,3.477964526779979E7,7161983.891746383
+    100.17088191474312,20.95288692021606,3.4309717740032144E7,2319009.130618366
+    103.49800779653975,-52.50161110749785,3.460169492641325E7,-5820152.737053989
+    98.43568993970297,-43.57105446119144,3.421202479330997E7,-4832268.079463136
+    99.21770790016842,82.77171797492409,3.4460916782432586E7,9195618.808235561
+    106.66372877988451,78.21443379363981,3.4606272266751304E7,8690034.21576393
+    106.93213925775255,7.00249346043347,3.50455998458428E7,777275.497724697
+    105.29851589006476,49.279046079611135,3.473997123625577E7,5465933.641127686
+<EPSG:2552> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    110.09213433097507,4.387836444269595,3.606590354721512E7,487193.674748155
+    104.94316249862712,50.939408828321376,3.5495983582424924E7,5645380.625359387
+    106.54572447121755,46.44494291516284,3.561874852220408E7,5146742.110567815
+    99.42490111991864,-44.32263322946319,3.50552125340791E7,-4924744.038660468
+    111.67476985952523,51.60227271621861,3.596219709028072E7,5740265.302593473
+    100.02762236230106,60.8988300621873,3.523026520234711E7,6764484.686831932
+    109.62734715844572,-46.004474155078995,3.585837249156359E7,-5106936.504965697
+    102.51412649608864,-22.463245150070293,3.52440469815015E7,-2487135.140970696
+<EPSG:2553> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    108.5265502705061,43.3296570876754,3.654267252438546E7,4799518.19876003
+    102.67807909411066,30.91705826044719,3.599091369281311E7,3434000.839187167
+    109.33567461386792,-68.6189942223495,3.655432221061953E7,-7615487.446398398
+    108.62394154579853,37.14464215928217,3.655539758307192E7,4112791.060585538
+    111.34113313527389,-21.00745534610681,3.6847461014011554E7,-2327453.965964499
+    109.0328229975446,-42.45083979140457,3.658491815118546E7,-4702160.191647674
+    112.24036168347868,-79.80998476731321,3.658367629702833E7,-8866974.477785042
+    110.37373896862957,80.72133714829152,3.654271879627496E7,8966583.29434393
+<EPSG:2554> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    114.22054354387376,-19.67243591789277,3.783779524643897E7,-2179220.411495847
+    110.6723097553657,77.89620783026504,3.7492302764187574E7,8650292.104265168
+    115.6917769131026,-77.36593729888075,3.76144453956574E7,-8595618.83490177
+    106.25817061425927,83.96936107231119,3.744439961898836E7,9330718.548746256
+    117.48930044347492,86.31765293649957,3.7546432174301155E7,9593329.04633166
+    109.27052569478687,-40.29781732041928,3.735289800851037E7,-4463961.253144544
+    111.6412995505229,53.64313964208199,3.754237678353325E7,5946420.553916283
+    105.90756976515249,21.729146636553352,3.697260070340935E7,2412563.256792423
+<EPSG:2555> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    108.0340999834483,43.26093410191169,3.801550118861211E7,4809068.890362374
+    107.11744677853738,-12.106346916055003,3.774904590782458E7,-1348259.006581088
+    108.88856762529234,-31.23537502495735,3.801267397736688E7,-3468282.18841712
+    116.74163056952165,-88.03178690906265,3.851046719490171E7,-9782411.313614415
+    110.54569059473445,-32.44676345803298,3.817503584961901E7,-3596575.959984364
+    108.97108526116251,30.015209267381096,3.8014490611314885E7,3332528.408425584
+    110.35433668619393,-42.08690800671886,3.8198280471260294E7,-4667658.48802759
+    120.03964191210505,-67.61493487686039,3.875639188018237E7,-7515420.704407326
+<EPSG:2556> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    112.93063693361438,72.44428435543969,3.936299586386623E7,8046373.657731979
+    119.22234786902074,-81.23570921139105,3.9537754501682244E7,-9023860.97438
+    119.80000766240013,-47.46959498498936,3.9711012648751E7,-5263195.55085828
+    120.75221878934722,-87.31181865467605,3.951958879319677E7,-9702387.997150019
+    116.01550935391145,-7.964655683465807,3.939138302728261E7,-880792.75601997
+    123.10036700252617,26.642350980131752,4.010802020170633E7,2962609.294373135
+    115.92075250338532,-52.125576078957046,3.9426021036629215E7,-5777812.022215069
+    118.46117137012067,13.058784166765605,3.9658426513525784E7,1444738.113373822
+<EPSG:2557> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    125.69630954963644,11.35440370533631,4.112265663078211E7,1261845.885861893
+    118.4398568550442,84.3961897794544,4.048294326466269E7,9376334.401376525
+    120.10383616271405,-14.00295200584975,4.051114091216067E7,-1548595.541053537
+    122.03232012954783,-70.58019587897212,4.057536796107769E7,-7834958.434306775
+    122.02175711867038,54.52704644208444,4.063083136667542E7,6046497.552328843
+    118.6776527535066,52.2944450681689,4.040972530780383E7,5796967.547827984
+    123.30970045981358,-40.874672904740876,4.077893899793955E7,-4531865.301114355
+    119.0966081327527,-43.187530921426955,4.042648518874863E7,-4783886.166075985
+<EPSG:2558> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    122.24220064596204,-27.554456714574613,4.142507195819576E7,-3049222.84689111
+    116.38383193731907,-80.12936074440773,4.137352381163012E7,-8906798.658250472
+    117.50239968108629,-35.977928585845305,4.100385408777826E7,-3997031.27357159
+    127.25084360109183,-36.97695513203558,4.1878506087360315E7,-4102341.126401949
+    118.1693094638997,37.068387200540656,4.107018873518674E7,4115086.023837372
+    118.40104445109668,-69.91569288764718,4.132373931087785E7,-7766208.787255955
+    124.83764931552184,52.713347586383634,4.162411884029028E7,5844343.296394812
+    125.9982636596262,59.43132754961252,4.1670065784928754E7,6594586.652444186
+<EPSG:2559> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    130.20033556500562,-29.47086470433679,4.290750934873457E7,-3268746.482059777
+    130.52241993390098,69.68872559645453,4.267506590855679E7,7740774.133227489
+    119.4209014164262,3.8385399818936037,4.1767557051997654E7,427349.106489078
+    122.76259748408862,-59.08265146073286,4.231433453447004E7,-6556343.21318101
+    126.94500748563584,-16.413753481056716,4.260085104290606E7,-1815588.229172582
+    121.16629833905598,-43.24123557727228,4.2107279191176794E7,-4800821.860606479
+    125.5574251647221,-84.59378220318882,4.2495267891295396E7,-9398192.016447745
+    121.0054667278604,47.18871188997622,4.21214394928426E7,5240388.467425604
+<EPSG:2560> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    128.02445524495985,-5.305320926234941,4.339176361712669E7,-586658.555658671
+    126.23351127647037,-84.33401852348835,4.3469423349603765E7,-9369898.801635828
+    125.14400180352494,60.96498260142434,4.329114082517713E7,6767777.550058222
+    135.60093932986584,-78.9125371493798,4.364139752715914E7,-8771743.74420588
+    130.36469868537853,-9.25939317304453,4.364986786348165E7,-1024151.557773125
+    131.56503107859177,-33.58084953889945,4.373806426760396E7,-3720053.154924711
+    131.57779855541585,-37.76577409829435,4.3727058563381344E7,-4184568.403601653
+    134.00418128450306,64.69726517068557,4.373847633484216E7,7187050.110847934
+<EPSG:2561> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    135.3064915653807,66.24831749931664,4.464853346312872E7,7354495.202184193
+    129.30831745072996,-40.403279318286806,4.427138736256525E7,-4477732.954310545
+    127.85171540849981,82.16822870835514,4.443684786234374E7,9129562.983791191
+    133.53964173544898,11.456545360793527,4.466791746563526E7,1267485.185096067
+    134.07816000872256,40.98387891363683,4.467480277145552E7,4540915.067631246
+    131.94823116551976,12.33172581927954,4.449426942731596E7,1363850.937331415
+    138.27454896264342,-71.46920461548186,4.4722215277264684E7,-7944458.879453411
+    136.1230270278241,-56.30233533895352,4.475505742228484E7,-6249837.459308312
+<EPSG:2562> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    134.51967449830863,-25.354322154989973,4.5451541267445035E7,-2805323.59221709
+    132.48900323803963,86.28955068346033,4.5481778958354324E7,9587979.261763938
+    139.51553305584926,-35.29437831314307,4.591077111290637E7,-3916558.353798471
+    138.5599075253384,41.47815220460117,4.579726384050263E7,4599851.935099625
+    138.64284847305794,48.30977137940022,4.577010119016102E7,5359339.822072243
+    128.14101849399168,-33.07035686500255,4.485877878361238E7,-3681490.268007198
+    134.85394790386638,-38.802221838494255,4.548720520941422E7,-4296502.864970089
+    133.7016391165287,38.136604146707455,4.5386073631738394E7,4223513.664334848
+<EPSG:2563> +proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=46500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    139.89921441351515,29.895538590713073,4.668334855234704E7,3310111.569216895
+    137.1263184759219,85.07569626657474,4.6491539879972205E7,9452077.272748973
+    143.11571256178456,59.573237526749324,4.678884153622438E7,6617709.533034561
+    133.5584761636665,-42.70132950868274,4.613593781286172E7,-4739071.092111995
+    141.17740859917606,75.66831891009497,4.658770360438031E7,8403942.574867219
+    137.39458390236982,12.607999723257606,4.643410695500681E7,1394490.435272061
+    131.22959410972254,7.422060939306107,4.575078483398743E7,826545.725762733
+    144.36730158055832,13.38547170828987,4.719083842497046E7,1489340.106079673
+<EPSG:2564> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=47500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    144.67149480258433,-57.589120925631214,4.771941331913189E7,-6391445.477067213
+    142.54315679207676,-47.608351187471165,4.761591114726953E7,-5276000.022977797
+    146.14067545078737,-25.013365902670195,4.8019229145213716E7,-2777339.834638515
+    143.63275346700863,-1.6582694793804507,4.77929383519828E7,-183485.1573831
+    140.10588135137763,15.523579166995148,4.740395462003599E7,1717194.874642126
+    144.6612495594808,-53.58645376439614,4.774230277928614E7,-5946099.35863794
+    146.67354443774477,-70.42999976428985,4.7711809396987304E7,-7826862.854122699
+    146.05579865564914,31.95136587202863,4.797815049123137E7,3547706.430480173
+<EPSG:2565> +proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=48500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    143.3427136593202,-72.21611987355026,4.8477469930344045E7,-8016392.093943268
+    137.18998926309098,34.537712202844816,4.7874206429360926E7,3844515.558487711
+    148.8294431207874,66.82069951622037,4.8711932099044904E7,7422634.561583303
+    148.77890904863295,-64.33380701582188,4.873076727083295E7,-7145755.376401636
+    147.20354494830875,27.530646674720217,4.881643572714028E7,3050590.160578825
+    140.77858859824087,72.23061236569635,4.839016966813033E7,8020857.636784335
+    145.2026709173479,-28.513715618516116,4.8617611446376E7,-3155905.992606541
+    149.31241392145037,-77.46802299893041,4.8628454859819196E7,-8608303.946523782
+<EPSG:2566> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=49500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    149.2579097199624,-9.538544892578429,4.97478276993853E7,-1055556.144173226
+    149.17810264295116,46.21404084233146,4.966795037696216E7,5122247.923011611
+    152.11805452777486,79.23519793108417,4.9606523853407785E7,8804487.34202274
+    146.33887095675996,78.94924597875621,4.948574312222505E7,8767958.45725559
+    144.65533443959177,45.80842055968182,4.931763153788358E7,5077531.632156977
+    149.64853640592662,-87.43519402213629,4.951312114679588E7,-9715875.169926887
+    144.16118542320365,-0.07618647302770398,4.918372324022221E7,-8362.485364311
+    140.709020943832,-26.234114669168314,4.887050336935585E7,-2918029.106246335
+<EPSG:2567> +proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=50500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    145.14131315670753,-29.20217753180372,5.002705992234058E7,-3241423.484765673
+    151.27658458421507,-39.06433747893116,5.0610355663582325E7,-4326384.890779966
+    151.7508991681663,-54.78747583425629,5.061250559566722E7,-6074969.726144804
+    153.03216266777414,39.44620567273756,5.0760904235375464E7,4372501.158680251
+    152.3377655079957,-83.21516049495128,5.053072071991138E7,-9244868.156860042
+    154.99743875811157,-83.47395464918961,5.056324237011383E7,-9275892.942544268
+    151.96027081426664,83.33105406757898,5.052531336291848E7,9257618.604752582
+    152.71319811750308,-81.4700980176696,5.054481210860222E7,-9050412.270067237
+<EPSG:2568> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=51500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    159.82895452893072,-41.539249025039965,5.206988152162956E7,-4623014.641324213
+    150.95899081666477,-60.07185340122594,5.1386236421867035E7,-6663842.112901906
+    152.5179064909654,-30.765746387278128,5.145370571343794E7,-3405057.141536438
+    149.90851429604484,2.7785276016763447,5.115595086952389E7,307758.886258905
+    154.03531220853148,-6.909017685073735,5.1614284969551496E7,-764053.168356126
+    148.80296701507228,-6.887477974546357,5.1035588313857E7,-763588.228756961
+    154.43575200384532,30.72357123913821,5.163738684365141E7,3401281.814597137
+    158.84530838463476,17.134920806060222,5.2122757045814954E7,1904697.348252206
+<EPSG:2569> +proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=52500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    149.90447627947106,7.667968825306204,5.1826095994808264E7,852801.915244713
+    155.58563117796578,70.60536646574712,5.2484512997757286E7,7836647.920935676
+    156.07852478788058,-27.17694945433138,5.25076379251641E7,-3007192.59253276
+    159.0571884874333,53.901668851901945,5.2700789719769046E7,5979379.528573141
+    152.80216733776967,-82.5192300008007,5.245339536268541E7,-9167821.09124956
+    162.97384129105063,-42.60291103489532,5.307228830209893E7,-4742226.149268062
+    162.78474673675427,7.866173751816305,5.324977285805939E7,876023.111068008
+    154.4594812194753,4.271908716536075,5.232881806568986E7,472616.43075169
+<EPSG:2570> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=53500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    152.44907546927723,-85.76961761470535,5.344601138042086E7,-9532635.320588224
+    154.30741644979994,18.231039309487528,5.300308614926964E7,2023007.530879813
+    163.33343225806283,54.17649603583067,5.378274483962001E7,6014321.814333344
+    154.40895838647384,83.10430412916412,5.343837729315336E7,9234328.892078679
+    153.18032606995823,-38.74734416409505,5.299373135443468E7,-4306550.002187076
+    163.3683002641346,79.71772854371233,5.3586879232875474E7,8856970.89906497
+    157.54223485865612,-57.50765894152417,5.3412480091180414E7,-6377401.168917993
+    156.98443181770332,75.05959918293524,5.344185623256555E7,8334659.50651305
+<EPSG:2571> +proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=54500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    156.61652193346848,36.8785705765049,5.4019701999849945E7,4096681.022657943
+    163.7771961139678,-15.134509185022807,5.4690894566835314E7,-1674589.961618354
+    165.80491381716607,-38.38058411332945,5.4832373529711634E7,-4256581.178116019
+    156.46667199012643,-1.609534317426494,5.388315306733031E7,-178741.916355605
+    165.48493167112633,70.15002208194056,5.4631925532643855E7,7789584.244170791
+    164.73725175711604,-27.526443389512828,5.477032104820288E7,-3048911.008297238
+    158.5584799080659,-75.21261563321757,5.4401822753440954E7,-8353586.484898694
+    156.9600574882108,-57.95459619134421,5.420161503155367E7,-6437377.338789023
+<EPSG:2572> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=55500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    167.24418795798488,-82.15080333590599,5.553408589454865E7,-9126073.708230685
+    164.25453242409705,-35.80071063217696,5.54324629606705E7,-3963664.259523309
+    159.9868414449116,-0.8987846035446125,5.49411280446234E7,-99696.491966135
+    164.30034580641933,14.096196284040815,5.5424288895749204E7,1559181.308096974
+    162.8678192338865,3.2167453825639,5.526280638363297E7,356013.861994683
+    158.6780455734067,-32.37198948439302,5.4904361892057285E7,-3600707.90814657
+    164.43824421521384,-62.13797607318172,5.547055312755364E7,-6892472.886697097
+    166.70574775068317,49.51115042994297,5.562338311402438E7,5487963.830468578
+<EPSG:2573> +proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=56500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    167.21102416784177,46.20787376370404,5.643896337187722E7,5119589.443797535
+    162.1898426806903,21.37527828665938,5.58965150807246E7,2375890.752987168
+    166.12519862950356,18.46484247522514,5.630178989227996E7,2043543.276023967
+    169.64272119210628,-59.90773996439434,5.6591767001325935E7,-6644971.932649476
+    163.37019363641755,78.58451560395301,5.639762992187258E7,8731249.070548164
+    164.1848015709821,-73.47922584183365,5.637878526953067E7,-8161146.431184465
+    170.40273436317432,-32.55714640346805,5.672553433180724E7,-3606157.896215614
+    166.95634636343004,-2.0647988737029834,5.6383729794490576E7,-228284.42762104
+<EPSG:2574> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=57500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    164.75342325449367,47.88501043853873,5.703275265544888E7,5324667.517300926
+    170.87384936820212,-78.5994328968078,5.749707263364063E7,-8728862.136833785
+    166.390081800595,39.71392969067142,5.710446895615933E7,4408039.797263164
+    165.42122138517436,0.4244723545884739,5.687783273706854E7,47231.851847975
+    164.67538340528748,-51.331493261772295,5.7059231817706615E7,-5708009.606748294
+    167.88123435412626,80.08991686083971,5.743994367840133E7,8896897.92977277
+    169.03520974649894,-17.493724248462186,5.729113607760781E7,-1935977.499327347
+    175.30170105467744,-44.037530282810096,5.784466863752549E7,-4887002.282063987
+<EPSG:2575> +proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=58500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    178.56062518264775,-19.098722525480866,5.898015985556377E7,-2118817.045014014
+    170.00697036605214,34.25007540024956,5.813191922185221E7,3798723.531663892
+    174.33582710679173,33.004647913712176,5.853122404055575E7,3653412.00521247
+    175.87923002332388,58.743197887566225,5.8608653588637985E7,6515698.099242033
+    179.78884451289463,-8.252067116730942,5.9138677773073114E7,-917113.36772413
+    172.12748840581924,-1.8940669210422385,5.829146307486971E7,-209480.563734062
+    167.80897234974557,35.08252209775969,5.79348644923402E7,3901433.392880796
+    173.28247355022523,23.733983645834257,5.842667858212281E7,2626102.766794593
+<EPSG:2576> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=59500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    175.77540039313848,66.75917048290674,5.944590847763508E7,7408145.745124539
+    177.42408824866087,-28.736880062556907,5.954126554485875E7,-3180159.527773175
+    176.82875404118857,0.5888579457839569,5.9480772555999264E7,65183.736634173
+    174.57410997267314,46.37363738225628,5.9313196251517765E7,5140589.351992139
+    170.8876137774627,-16.59199295166475,5.884650617028926E7,-1845088.619041498
+    179.8913391483223,18.519169031890996,5.980524164010731E7,2050984.921548322
+    175.21018990432842,59.95623337855366,5.9399852373461716E7,6650665.688638395
+    178.82929709969363,31.9274687122294,5.9672845013504766E7,3535371.8789794
+<EPSG:2578> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=61500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -171.35199680649944,-70.52269721271287,6.170985778639345E7,-7837165.433396521
+    -174.29237720166358,-4.065293788824633,6.1800606435197756E7,-449964.995404031
+    -178.44728800651592,-60.56487669868618,6.142046990482902E7,-6717954.83730973
+    -178.1771207596706,-16.62162067287528,6.137422831902312E7,-1838762.141090185
+    -178.302456243371,79.81998830119483,6.147414556816878E7,8865466.982773902
+    -175.44100997739966,78.52219197030848,6.1534493456214294E7,8720736.135457141
+    -173.78698098848668,67.4902413850754,6.1637121304216154E7,7492717.906301684
+    -174.31811379001758,-8.639426294042863,6.1795122109944634E7,-956353.724373241
+<EPSG:2579> +proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=62500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -176.397005691262,60.24394170420035,6.2367095308242016E7,6683799.051826516
+    -170.72400588405026,-27.296999409639092,6.2824244909257576E7,-3024781.377696576
+    -168.1238252711699,21.754155939155737,6.310844537581556E7,2418275.096550728
+    -171.16125645661128,-14.536155981179789,6.280590507979257E7,-1609528.242072007
+    -173.65049650149217,-66.66425384784876,6.2515303611585684E7,-7397051.991644904
+    -179.76405330688632,11.42872211374349,6.186982568031593E7,1270273.789774735
+    -175.93580513628066,43.29906737383064,6.234275505109233E7,4797889.519413667
+    -169.52425265687032,28.508278384915798,6.293824262232851E7,3163063.725716743
+<EPSG:2580> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=63500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -176.54244435475596,82.1663789096001,6.341560748667676E7,9131248.018306147
+    -172.07430023991802,-82.16538898048744,6.348349967488646E7,-9127248.487770002
+    -169.2538401030043,-48.84479891028993,6.362800820715806E7,-5413887.106298844
+    -174.02652784246004,-17.917828539158975,6.317903217705428E7,-1984463.029157583
+    -170.91982965914863,-6.626518726436828,6.350869719042079E7,-732698.582216147
+    -174.37058718710998,77.9706365549174,6.342144007963417E7,8660965.982717348
+    -164.8982690854412,-19.00127672656977,6.414327029547652E7,-2112962.658338293
+    -170.55882319928045,-67.21397374312514,6.3518923654309176E7,-7458390.260737021
+<EPSG:2581> +proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=64500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -167.92668960140162,4.092683807917993,6.450797173392082E7,452631.891407473
+    -173.74446328199969,31.009167018797598,6.395082525466164E7,3446320.539148998
+    -172.62908896268382,56.66001917472781,6.4216081174928024E7,6291786.796243787
+    -167.05026550592666,-16.41991605930872,6.4601278470515355E7,-1816314.672395983
+    -165.77061918279603,12.071154787145048,6.4742613151429765E7,1336036.411356957
+    -172.15301853339693,11.114613443322568,6.404575679652107E7,1232411.797891632
+    -166.15015856047762,-15.240647670054898,6.469859422247034E7,-1686423.416269199
+    -172.28701804474073,87.95021977047614,6.448274278873009E7,9773824.825422948
+<EPSG:2582> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    25.069325945279516,16.982416007678978,933791.619172605,1882975.365617332
+    14.869225896274717,88.70484421335846,484695.459692304,9858284.891052885
+    25.800103251092196,-32.69906484097169,950448.563812119,-3629546.493828386
+    25.837035012272146,-0.2536682843216056,1039217.843946279,-28059.495836315
+    20.643837482919853,-35.31583159519159,467728.775016432,-3909664.903687809
+    14.833226267672128,60.00003581939367,156357.021859468,6670263.069301817
+    24.640812347257892,66.88731016111947,659606.950466749,7426591.066300133
+    17.027618366497606,86.46751460249956,472826.929553389,9608510.793143902
+<EPSG:2583> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    19.46824558981582,-51.19714754853951,183414.26158525,-5683797.648987099
+    24.356432250229943,82.98633870973975,505000.982111768,9218779.01946213
+    19.87575789369357,10.529569566421955,48315.863280509,1167509.209450663
+    19.498267229765606,2.6092301091506442,-1023.534031951,289508.059346463
+    24.86109663709123,-82.79612449440113,512191.438065418,-9197571.31817311
+    30.88908469839192,87.09961333689029,538983.356196595,9680492.12101709
+    23.94575566804708,22.16321889022801,494521.949126718,2451988.138934087
+    17.928822047732726,-85.79537375839007,450505.53179182,-9535080.03939575
+<EPSG:2584> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    27.90246342952645,72.42725358221065,530556.543982256,8040165.375022432
+    31.110708454188185,-60.203144346687864,727996.336292792,-6683830.892877822
+    30.58329950629195,20.162807702283345,874899.295486904,2234541.414211065
+    32.3463744336721,14.835924297597344,1076290.516300976,1647836.849528892
+    24.143592140060893,46.17346676069235,279551.271460666,5119458.447235999
+    27.43247607760533,-62.7955884664026,522189.074065622,-6965709.461868235
+    20.628040258677892,-16.83744578246936,-180179.79023173,-1873239.351583605
+    22.362472712463184,-84.70993964246034,452423.736833647,-9413140.29948334
+<EPSG:2585> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    25.110407315189015,21.511820906562804,-6962.634637357,2387801.518230048
+    31.858585766864806,-66.64428590262128,582365.733862564,-7395948.842799651
+    34.98991676666872,74.09255102628936,652689.390315493,8232171.036920933
+    33.716883462369466,-84.41514041226655,540501.259978702,-9379588.23320594
+    26.333681177284518,-75.82216706553764,399899.401125348,-8421887.133792754
+    29.782638631498294,69.33471903769674,491566.075762218,7694901.760629992
+    24.87713551943644,-8.714642220737744,-64355.027987573,-967439.616599118
+    25.128595921536693,63.49945230565308,257682.21203897,7053410.171152633
+<EPSG:2586> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    38.711019467327056,-88.17217077514232,520437.930256669,-9798921.275249697
+    32.69928011102394,75.76308610073812,491872.128491979,8412253.970838862
+    34.14471386979126,72.48583241563168,538593.406679614,8046826.307704439
+    34.37215224521691,24.163081528160873,639562.609552564,2674139.953918588
+    34.229078820633305,-33.01607407187488,614953.063809196,-3655156.292712056
+    32.57227653214394,63.17842778167858,478583.786788332,7008459.34487421
+    36.0964349355267,-11.278398502973033,838342.458531511,-1248971.710049578
+    28.33226677917242,1.016029373505333,-20005.56291499,112814.7953037
+<EPSG:2587> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    32.46737449807629,-21.974497662300024,135078.528252254,-2435124.966669295
+    38.240961579349744,9.413465553372319,746290.814898346,1041863.973885711
+    34.90159253142606,-82.2981488019523,483678.06855655,-9141997.947601303
+    36.47326911606496,6.3399112910992415,552468.736759301,701177.651029048
+    32.18961263598336,-27.19183102795597,122378.614622075,-3014572.952848443
+    34.873448895837846,-45.841573100075664,412589.495907552,-5079070.301374266
+    30.20599593324786,79.07880024614371,377728.896763431,8788476.719880542
+    32.66935095106847,-74.08228996089036,398160.125284844,-8227408.381711216
+<EPSG:2588> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    37.750366504708495,64.3062494452983,439646.239708118,7134691.545491152
+    45.91951518625,84.31939393045732,576445.404681554,9372195.460872494
+    32.12580152235107,-34.347523460103965,-132937.477699067,-3823648.523651889
+    38.85554071684631,-77.33145757721938,496574.496782551,-8587253.528120784
+    34.1862409464516,52.68757097973773,174705.827229151,5850838.163284976
+    41.62314467654708,-38.26942204064176,729675.081240319,-4240616.240277698
+    42.32113467957584,58.89840617683052,691512.87283491,6536204.888030322
+    32.88302258505272,-37.75749363908928,-39199.305854386,-4198203.367252863
+<EPSG:2589> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    40.41341155618423,-4.020228629735271,323885.184011618,-444625.536538881
+    40.08573429751969,74.94706632463527,444613.414372474,8322022.608590503
+    39.24508818948876,38.8328267905509,260877.236617669,4303650.550077869
+    44.943505359694306,-15.332854489695094,816298.231474768,-1697891.615462393
+    40.00326693889764,39.430948761102314,328183.543368816,4368347.83536587
+    43.43447492497415,-83.9861415974836,516895.617427133,-9330555.057404479
+    46.26781221117081,-63.21245213831014,714679.09319041,-7019210.198471963
+    38.22699730657551,-37.01629999553213,164254.394624462,-4104934.209222809
+<EPSG:2590> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    43.78909671727247,-54.61738198736723,421869.884296291,-6055292.919989482
+    39.94688738748091,45.66527997278126,106332.244961915,5071411.20043051
+    50.60639502570187,-36.25159426802895,1004224.955669496,-4028017.531194533
+    38.141413149131495,79.21102553734721,357053.441617356,8805560.200391917
+    43.80469086704588,-84.87298842685743,488176.905297423,-9429513.18008435
+    46.3794247839366,88.35420504494115,504548.361040474,9818289.67150002
+    49.895751251614115,-2.6072688458064306,1045191.051307191,-289273.132378731
+    44.27141475840411,-39.13359104367847,437095.150844477,-4333538.981070543
+<EPSG:2591> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    46.01871264818501,-49.86525006751974,357645.50935034,-5527709.768877326
+    48.948588185940785,86.4094189159816,506753.720266685,9601067.843505945
+    46.599034179951275,11.96544975183457,347486.755980966,1323740.12758243
+    47.03510295274681,-12.0125855020965,395005.672039909,-1328578.577733145
+    46.77563306038781,-74.31431614454712,463135.361497468,-8250812.092176381
+    44.8290990896504,13.923648484858504,157255.773376181,1542274.103963421
+    44.65021853827449,79.94197077119205,434813.578250454,8880626.85057238
+    53.88731104728814,-75.7429195859891,661762.624004334,-8417951.870920176
+<EPSG:2592> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    51.42561375416352,-77.78930259525389,510147.328322265,-8638379.29466472
+    50.68291414121702,-43.338085536500266,474369.609344987,-4800280.098086234
+    44.00527785845976,24.511005348992327,-209961.728806423,2730019.602019081
+    48.2412230502344,27.364416190195612,227094.079145541,3031120.038209108
+    57.04976884482935,-14.610615178747963,1152969.037551874,-1624541.901074949
+    57.937401759147065,-51.043704535089354,986375.006339773,-5679855.5252858
+    53.36341274776389,-78.41800266558363,553073.673897516,-8709606.957723398
+    52.74561817465906,12.057469875972544,690173.491229513,1334135.45493023
+<EPSG:2593> +proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    57.14333468262494,-71.19816596586284,613159.5381399,-7905604.322771664
+    59.90870586927599,76.35081542029553,655567.23036208,8485592.349139353
+    57.53930637477208,-40.15073765209314,801683.408426593,-4452219.696460977
+    60.23972419320714,-79.47425190852044,627158.604605111,-8833277.01746858
+    49.63371319534163,-23.069302222043618,52355.946898935,-2558829.235535341
+    59.85408377218592,37.72268771234404,1016421.813820672,4192967.48073489
+    47.726393988772244,-31.76293674166447,-94795.921970204,-3532684.175536301
+    58.16662507718594,73.93472016628485,628762.16027179,8212608.778102466
+<EPSG:2594> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    57.70940870692502,36.44636755813734,563682.697669638,4035383.939289768
+    58.769987404134696,6.768007214125731,695773.304817133,748844.899107848
+    52.03544481071038,22.16078026292695,-12454.238458898,2460078.578795583
+    57.02556929795453,-11.777251833645892,502857.17495838,-1302359.472381053
+    58.53928756900518,-73.08689591661445,550080.731342804,-8114069.963163818
+    57.253101075280796,-37.1558486758312,522554.482687163,-4113773.088432506
+    56.40249276077071,-35.7840886790668,446050.296833508,-3961685.03877107
+    55.655842673965054,34.73900360514426,376983.74671687,3846539.699720123
+<EPSG:2595> +proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    57.83581877620008,-55.59641518093425,363645.559477351,-6165718.447427103
+    57.79844357035587,43.10866481226725,320876.579544596,4777216.579466066
+    66.2466311935048,-4.848873441951596,1194331.550421237,-539296.220391788
+    61.915592780191425,66.99526631145011,583653.276485915,7435174.324672686
+    58.834613935967,-28.708738971298075,386188.640800889,-3177469.122067612
+    53.262214817115584,-60.95133610251358,135387.248079875,-6778823.668637147
+    60.24313591199469,-25.70651632089688,524467.040686954,-2844265.56046146
+    60.962206607392346,-1.5395992608115847,607144.746374196,-170178.432035227
+<EPSG:2596> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    59.06702437125999,-76.25108227429465,395755.118245146,-8470077.791871902
+    62.785892728165855,14.733458670840434,477007.776659157,1629590.181968579
+    62.71405101049914,-56.88450869817292,482631.697310587,-6307051.895963943
+    57.3464496859501,-25.78698959324508,-67558.867978224,-2865365.42691604
+    69.82496626622967,69.72742296058766,763633.315168317,7753374.387607764
+    60.37977680758995,38.96980970679155,272979.202753403,4318489.391806492
+    58.56702759950438,-7.5060847278221985,10307.716666044,-832419.316566173
+    58.99455579786317,19.57649077838238,79531.421813042,2170494.743697938
+<EPSG:2597> +proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    59.5364975536955,-4.833581092620392,-218432.415492227,-537820.856921182
+    68.11269298526253,-64.24489741461514,602519.059090489,-7128831.456877942
+    69.66887731592692,35.4858301181781,833070.739801427,3934754.423008731
+    63.99959106983048,43.788867211201904,339054.12770101,4852372.580927392
+    60.07432229932128,6.340576441790972,-156728.991210961,704979.529610671
+    62.4646333399265,46.0904018503748,226661.767869456,5112277.923224245
+    63.96362122011204,32.30140396352617,308255.02059082,3577167.583938024
+    64.43232540183035,68.14228073646626,434925.199855883,7562633.115294626
+<EPSG:2598> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    67.53270728015598,18.91514889703454,345467.27603935,2092994.129971532
+    74.61801626644224,73.05083827925495,682709.786191968,8118015.480083198
+    64.42704947791941,-34.41284834534188,79464.141851204,-3818879.451588764
+    74.08920254120912,-55.08421999139088,824904.561865592,-6118401.533119936
+    64.47855054863113,80.82481051654815,419637.816120368,8980424.864412943
+    67.38508724314495,-61.5676941398575,414241.440855465,-6829783.74352005
+    66.58182250544462,-32.47453444375554,272699.11691571,-3596974.033604239
+    62.366391563208005,47.473984229170014,116.462351928,5281376.868007221
+<EPSG:2599> +proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    77.08549089729152,32.94611261572746,975848.538729945,3658336.541585801
+    77.59793282036253,1.3023434808304302,1124037.472877451,144783.546969669
+    73.23803660026945,80.8294470946274,522107.409486062,8978038.015638022
+    73.14904462009208,-85.32122646962527,510522.187750551,-9479517.452245316
+    73.10116963051293,-87.58645009324263,505234.402971729,-9732471.563670773
+    73.41285474650277,83.09403971837011,519045.558337396,9230926.786764741
+    68.3648563077626,39.547207145179954,187555.754205587,4385632.72930322
+    66.80600456579764,-54.22176948992252,161397.488328877,-6023017.561759603
+<EPSG:2601> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    69.28374698683342,41.646253626096694,23748.05975731,4628220.503415197
+    72.01723836409887,-2.8353111712140304,168248.813975811,-313857.235726129
+    70.0485131387818,-21.938157872602346,-11954.342933378,-2435146.612388826
+    80.15413359645108,35.89362981501566,965578.458956614,3986093.575812757
+    80.98262060688751,-56.33386094967356,869831.262162843,-6261778.338548769
+    69.94795650166742,88.23773915004205,482738.668588343,9805940.134121168
+    81.19224321536693,-34.82689295173868,1066889.296138118,-3872843.782717313
+    76.38774850688117,69.57830885878246,554119.054653393,7722591.757150313
+<EPSG:2602> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    78.53538983231259,-73.81390779471722,516701.053472418,-8194617.485888084
+    83.52096592327169,-18.834107312027882,1082631.899166784,-2092300.258720504
+    72.14189118211176,-25.684428979579067,-88680.02979058,-2854863.13577551
+    83.31319475469914,0.02384929566740368,1092342.302216836,2731.080331721
+    75.63398432034843,-48.44660182344587,324996.243166396,-5370728.977031838
+    84.66047548481866,-68.37300184966864,773650.683684187,-7602265.022972108
+    84.38981174418677,-36.177055937200954,1075232.066703802,-4024088.625789333
+    74.12246357811655,-72.71108117365876,371439.008800248,-8075621.105949474
+<EPSG:2603> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    86.48050249320941,13.947562121993016,1093039.123441736,1549467.851356522
+    83.33151592440734,-17.561389640472044,747597.099981734,-1943871.296319938
+    78.1146462003465,49.66229087606766,291739.843778852,5507329.950062382
+    74.36783385440621,59.52738618739514,125111.410797642,6620193.996495686
+    78.42608722682216,-46.1813169053222,301289.328305599,-5119393.773676677
+    82.63512623554449,87.31718024688837,508602.514831953,9702471.348750575
+    80.56869631239677,-52.721647646100834,470879.106228973,-5843672.879129872
+    81.51607293328121,71.79109643662846,518053.942989365,7968930.389588027
+<EPSG:2604> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    83.76862573309909,41.00859636068893,480562.370639669,4541603.037804134
+    82.61734482407137,-84.11445211991891,484190.964175847,-9344812.607509803
+    85.1503681099471,-18.585689480814537,621438.896361921,-2056110.093486964
+    79.73435737290556,2.4847725723832923,25170.269068327,275602.803262533
+    79.58493010387278,43.091031430549606,140528.763595087,4782353.968187885
+    86.604566381491,86.59977544045546,517295.925896637,9622610.334291426
+    84.25424664034844,-76.28135395314273,506755.638282363,-8469973.501995744
+    84.90024470066857,41.358772260363935,575356.462635757,4580857.294273617
+<EPSG:2605> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    83.41111801434738,-17.838936905294076,119376.178717016,-1976723.694933267
+    89.419149482222,65.8801753535524,610364.485342078,7311635.013469784
+    90.05248415896175,-16.606682918048605,825850.274749073,-1839175.554883501
+    90.32418166394386,-31.13981741358878,817098.220624946,-3451152.484251204
+    88.0043753165936,-2.2730663814090093,611729.9194724,-251300.329228408
+    92.85739229792637,-22.197666660486476,1104767.419904992,-2467308.446807057
+    91.26579638357762,84.27040441891299,547562.08327021,9363817.0050147
+    89.30883289292075,0.7886221769937407,757068.667982629,87353.333007774
+<EPSG:2606> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    96.9195299601007,37.43857430101488,1112758.698837513,4167786.878270024
+    90.71948328768912,-22.895769454829434,573817.603052615,-2533088.795022762
+    93.99658224757604,-37.50587168490847,853446.371075205,-4160086.183470335
+    89.37877082144949,30.246972858684927,440216.22594347,3347710.810334395
+    86.58703484228526,-81.14269524702921,441349.429285303,-9014467.024337279
+    88.90675496227772,-61.9544538937261,442633.744358125,-6872293.201634241
+    94.30821987472433,-25.202560783225294,934459.498637663,-2795370.744567926
+    96.73603100565485,23.08469989627696,1191272.376327943,2569960.944418994
+<EPSG:2607> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    87.9409231764109,-43.369256879429635,89912.804346258,-4816118.383087989
+    99.74174259923228,83.62367388443081,583461.249568921,9294708.435095528
+    92.46327920605657,-0.7299423294092406,440247.764466827,-80635.587415387
+    87.15503411914857,-50.550684407603825,85872.364048429,-5618374.226964931
+    93.32429296262433,-16.383768587352648,534632.727694874,-1812052.701633808
+    90.50553149000524,-79.44093389594177,448964.432721938,-8823805.381219473
+    87.7362213399588,-61.84233715443462,222969.603759457,-6870545.892250176
+    89.11217715518384,74.54944707079747,384437.897205146,8280456.188805618
+<EPSG:2608> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    89.60107819124407,63.76046407888663,184621.171699019,7089000.110832765
+    102.06445940577467,-50.195402457566765,932874.773614042,-5580145.177140533
+    91.3125662959381,75.76646660208394,371435.963042549,8417618.413975667
+    102.79713022098028,46.751416673368425,1019275.612778082,5202135.62318603
+    97.82640238235373,-58.97197685289755,605038.445874673,-6540930.965560531
+    91.09399435743545,19.657577489043078,-14997.423053014,2181954.677793059
+    91.9522889079184,46.653453757735264,190178.842812408,5176727.26205918
+    99.83314840609002,72.63265362206269,627693.162001126,8066829.386310864
+<EPSG:2609> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    101.26652317645228,-19.999246189111332,737207.986714358,-2213802.555432241
+    101.63684346313285,35.17063435064422,740225.446367426,3896756.521136661
+    95.46057364019092,-33.670987117946034,171647.238509877,-3732712.954473009
+    93.23060517364027,50.225944477584704,88423.601388811,5581966.449246797
+    94.51359112536754,-88.4708161502887,486630.933477151,-9831713.791866755
+    100.2659122332962,-34.021270818131356,616900.643443564,-3766662.290531124
+    105.39925496042956,-23.097952928984114,1156519.363872107,-2569723.694005801
+    97.17928136571429,-35.610116786995064,334997.714950915,-3943729.533520244
+<EPSG:2610> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    97.93632435005667,-11.99225370227046,57068.684992997,-1329410.39195443
+    107.28150052741515,55.80350582546069,831010.995562216,6199348.260234457
+    104.11968783007356,73.61322906117806,566759.877268265,8173366.211083436
+    98.4148100201979,-28.06680242755303,147408.147179012,-3110955.41784466
+    101.17911635951799,1.6017942456797556,408621.484344058,177213.799589413
+    101.33901952209328,-52.91554490689512,455507.012209951,-5865366.042676161
+    105.60839629040902,-58.147438667801666,712409.901845137,-6453336.990991035
+    106.45975659201073,-4.09800383130225,995661.646506563,-454441.770844268
+<EPSG:2611> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    110.97457546186767,57.14637628101164,861370.578205616,6352093.929564346
+    99.7702775569024,53.38818212443664,152169.761076735,5930611.320110305
+    108.06296201531998,-57.47808267650886,683679.525637334,-6377244.845437187
+    105.78953161752843,-23.63743065380845,580520.714733405,-2615270.7157422
+    111.13520761211555,27.494940614542514,1106893.815372412,3057565.665528503
+    111.6157963641808,9.027279754651417,1228914.617443805,1004963.35253056
+    98.26401634637526,-8.823846351680743,-242710.728038199,-982403.63102842
+    105.21838378752172,-36.4927351149474,519527.164458057,-4040162.399474306
+<EPSG:2612> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    104.39452089699527,-40.414677683354306,193902.715211099,-4481748.238800479
+    107.05915993796181,3.504273305501613,395411.025042134,387615.347764395
+    101.87375491583747,-48.70297993942849,49132.621592549,-5414673.181100888
+    106.25177363031491,-10.032078688879395,308269.126704981,-1109830.210037377
+    112.65282874742171,-25.489304437609185,968105.224095471,-2828366.814879574
+    112.42049129318315,-33.01687670476599,913152.509341251,-3663235.531169588
+    104.74544209019123,19.755936647494707,158717.083156198,2188689.355650829
+    111.33672793362624,20.197680872224424,848848.039030071,2237821.7130201
+<EPSG:2613> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    116.40525449414075,35.737797508122824,989150.772844611,3969996.148063798
+    112.76816712155788,69.26520826584178,569855.32472241,7688042.742118577
+    113.64153837448852,-24.50759930351336,767724.131103901,-2713991.188328379
+    117.49862743854037,23.14833956426402,1166466.189020708,2575925.280704291
+    116.90620273272714,82.83124485151944,582157.012112637,9205531.797753742
+    109.4983273568476,17.55223441475097,340505.604077898,1942118.881204713
+    108.10737743454511,20.5031852984759,198125.425084136,2270805.09600977
+    117.37050801810227,-40.968967976697144,1036341.365367029,-4556648.928588738
+<EPSG:2614> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    117.43192683998438,76.02469174506263,592475.272962362,8444031.345538333
+    114.49217954902132,-87.09326812385189,502741.002752367,-9677343.865818309
+    118.0648074900462,79.05423519900842,586099.905747401,8782564.90415029
+    108.07216982691698,84.52593256824858,436922.678755867,9393840.359003698
+    111.13303638742457,29.363723129405344,221518.387819808,3253055.993956776
+    111.862828387235,-24.170265207044324,282729.0458714,-2675725.694837432
+    120.95954672556316,-15.773605890017492,1247258.126656111,-1756891.15362772
+    115.95521382987012,-8.089758167453951,715479.518422275,-895016.476655253
+<EPSG:2615> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    117.32040282363667,60.436710513556136,517595.188234922,6702803.030922038
+    120.02863605637845,-27.57366628635306,799078.06870579,-3054780.827403531
+    122.42203430590186,-34.76453395052104,996576.284010472,-3861819.124240742
+    122.94232312515582,35.87216728144523,1036886.413659699,3987755.246654023
+    123.2213769376179,-76.4206965048158,662784.38882954,-8494124.241278825
+    114.67720361862406,88.84742613268509,494749.042899465,9873365.678054541
+    122.20656908967196,-38.22025410602844,956017.74898268,-4244714.726394286
+    114.61687090933587,34.581643314171544,281267.867309264,3830814.055007627
+<EPSG:2616> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    119.93730335985649,-44.12802700813625,494907.46913445,-4887987.180880208
+    125.10803953838453,0.875124321380838,1069240.180080154,97229.219495891
+    116.37159898930628,16.570951470465815,112471.04983799,1836394.141688001
+    116.96361852692479,-41.46566848860541,246247.506934531,-4596677.484187851
+    125.43404601963553,5.823094462113517,1102628.577992473,646884.587640922
+    119.25572598303131,13.48832603247699,419344.472037315,1491925.22327428
+    117.10899909195868,-41.782416883425604,259575.08759919,-4631446.697185532
+    125.82389672911502,71.203609057184,709184.352210941,7913372.132329325
+<EPSG:2617> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    128.87637129176582,87.7257264338163,525951.858858041,9749311.07746909
+    119.71320578492997,0.40372332763033114,133841.765181759,44790.971389275
+    126.04164145857808,33.63981871033151,782158.404133691,3727914.009942375
+    126.04179564869466,44.71367654732529,740958.608336442,4957671.875635469
+    124.48158076451836,75.07147810981263,542562.5246926,8335478.981050643
+    128.77104363772798,67.47557725776929,746452.174518542,7498903.746833676
+    116.62647212605967,85.18139925614915,440273.50085627,9467113.330808772
+    121.61598121849067,-55.66273280600212,412819.736795658,-6171838.300150273
+<EPSG:2618> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    131.48209715500255,86.70869127541002,535044.761407232,9636063.646892447
+    131.57319733897987,5.663793385042865,1118269.286824276,629336.817221801
+    126.37076269919439,14.841636943212578,539818.947614144,1641566.978684823
+    121.34618145540824,-38.55318929487872,94140.160811047,-4279122.487485294
+    130.6546260422289,73.61333025748439,646434.013803115,8177914.814286908
+    131.7533620365099,6.537269546708103,1137284.987449899,726608.72188091
+    129.50389217329663,18.245958432825105,870661.505926174,2021821.415873253
+    127.64593251591629,-13.289292522308301,678281.269040025,-1470228.00090894
+<EPSG:2619> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    131.90154512696537,-25.62941610793387,791384.524058087,-2838901.588944483
+    122.91787572409422,21.666660926448472,-130464.531927352,2409340.577072197
+    129.1605230028307,65.91293582417686,507240.275836537,7313177.800679015
+    127.40378234432944,-6.358082266396593,323276.855083088,-703266.145350636
+    122.22671031397125,-81.36820243578782,386631.657444575,-9044574.354499875
+    130.9674341172477,59.348681920812965,611846.482324616,6583204.239765592
+    124.06159836923642,54.451064707596174,179723.278249764,6047405.806340204
+    130.97042367062016,39.608331652060855,669140.221154541,4387947.544873868
+<EPSG:2620> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    125.37531119230796,53.30542560248321,58580.675026795,5929155.027745488
+    134.07901211745053,41.7006961568251,672965.648161355,4620533.211510085
+    137.80066647457346,-45.589353201843075,952540.915540173,-5066788.411138183
+    138.41102448228094,87.02130307911082,537063.033429429,9671385.113470417
+    138.83834572920009,-80.83684671405913,621262.83967186,-8985771.167939406
+    138.7532931011537,-81.64640528859574,609250.236428167,-9075400.046466641
+    130.1504481197015,57.74558268432304,389781.153232843,6404494.02442005
+    137.42557794406977,-34.76309252490281,996877.874683275,-3861687.809607479
+<EPSG:2621> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    133.47855875081814,50.51518086794317,391998.814940695,5599308.355648253
+    133.0238926327361,-62.59102847560922,398374.934064657,-6944341.577737881
+    139.12801309680873,-63.11098425211459,708179.939494314,-7007437.167799545
+    140.59908734859752,76.32194407490456,647563.833975907,8481557.691987123
+    137.07338940095786,-42.590743265741935,670082.340519177,-4719289.801214508
+    133.41667017015834,-26.933814096942754,342632.918418501,-2981214.628198702
+    137.2327570638082,-77.42977581831533,554159.617656379,-8599228.099683411
+    129.92333104005635,-1.0801666285086924,-65885.626361518,-119837.877226936
+<EPSG:2622> +proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    143.52306213421753,-35.091758225032486,1003783.989240539,-3898702.930123645
+    139.4073573500586,-52.371276118286,595741.785461266,-5805556.912895232
+    138.37995614396883,80.99657601526013,506554.985422587,8996490.547979506
+    131.98876130237034,-21.394552412871548,-124298.387880324,-2378668.19305738
+    140.93860159363675,-70.11976236816534,611431.424215082,-7785040.154162926
+    142.75503245660633,38.9550668445508,912165.567237723,4324341.594650311
+    134.05002788911293,68.30572780630234,336990.5168496,7585251.57963739
+    144.5045069753847,43.4712513207827,1026268.007756617,4835729.985561647
+<EPSG:2623> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    134.83119793830295,-47.59057756530991,35977.832481532,-5291343.918041592
+    145.22820727538698,45.09426556913769,832723.825062742,5004183.19136753
+    134.70350154277472,-22.780292164092046,-147616.631879169,-2533955.378898394
+    146.37076922382667,-11.970833222559662,1085624.252997699,-1329493.746965584
+    145.4573414075886,72.34394499787763,650734.53567168,8036154.249059996
+    134.30517745748517,-42.4889683922746,-50639.652373243,-4727684.35125012
+    134.83841111276192,-12.187071046566828,-171858.439927125,-1355354.480423904
+    138.48454456392298,78.60150036851707,444403.720452265,8730237.127424221
+<EPSG:2624> +proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    140.09282600655084,8.65792601250537,69534.381350558,959701.096168382
+    141.67592180884074,64.60482851910402,388657.333316246,7169376.710432581
+    148.18078499030148,67.49938515720544,678401.316632554,7496123.485803359
+    137.84749066291474,30.929855316184998,-88673.993797791,3439546.797707058
+    145.08833287835978,15.058706164864049,616901.568436053,1665845.095389634
+    137.3983227495646,79.60011085220887,367083.447984508,8848081.080575254
+    138.55283118973176,37.79131921618615,19913.244815585,4198406.115481433
+    140.5278138337007,-13.294476830827492,123434.306011332,-1472845.947050188
+<EPSG:2625> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    153.5159883934036,75.7698856898011,678423.569278598,8422786.28466307
+    145.25361829663566,28.75895345859199,329302.428210921,3183874.146475057
+    146.8320091614516,-11.552349532238054,481544.141495596,-1277502.678095142
+    145.77202218214137,30.571553679477915,382073.412016035,3384185.747429491
+    144.18044635160854,87.26598728183933,484883.452164636,9697028.897479476
+    143.60862847366568,44.70344214486761,231104.82754788,4957652.795090657
+    153.06071845435224,-44.817347591191734,979269.71971715,-4982518.264377932
+    153.98645945411747,-11.114243591889334,1264877.671213636,-1238058.536193518
+<EPSG:2626> +proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    148.98237262860917,-1.857923782127699,386635.164688258,-205400.863243394
+    147.76319676754446,-26.143026707780933,276155.517261045,-2894551.067755911
+    145.55673149844907,51.39036158187946,190664.453068027,5704959.828713391
+    155.42051806367974,-60.59079345142406,796704.901531217,-6732146.695443117
+    150.17442231453316,68.41949427453181,507047.615741065,7592748.128454848
+    147.68109052566436,9.145538308517672,244918.829898977,1012241.087657481
+    153.76628223805278,88.34614711546985,512026.623291933,9817709.774398146
+    156.3397049646203,81.56110292307807,603599.094466866,9065209.029143598
+<EPSG:2627> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    152.91847272193053,42.773279333728254,493197.470611411,4737609.297372177
+    156.2386034105358,47.07311919240766,745840.598693253,5220539.766674021
+    150.47444793887473,-78.03716013738116,441428.496695612,-8667301.58157315
+    151.2337401653128,65.21959321761946,417247.652418511,7237049.976477209
+    153.76248682150282,62.12729368173689,539662.938659535,6891421.918172404
+    148.52473994059412,-23.087432133588408,41010.99681006,-2561202.383537313
+    157.6262630618221,-15.76811061278596,996061.95430501,-1749373.075147363
+    149.0695618705566,-65.4865088253502,317917.994888491,-7271287.695191411
+<EPSG:2628> +proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    152.09338452894048,74.07995407222575,380299.1555394,8228247.379143909
+    156.41315161781588,88.49889263960577,501093.250456847,9834387.663015397
+    157.62540338778007,-1.5151170714173219,680756.70952933,-167531.070698132
+    162.96376432878134,-52.048862335507245,977319.464382208,-5791704.304506667
+    159.71678600764375,25.283504274052817,874372.021893882,2802728.631729581
+    157.3570898496207,51.16208725327718,594798.47479822,5671069.409881405
+    149.01810331433825,53.27892051453523,34480.583226724,5928515.69176417
+    159.8088758329387,43.72365569363126,806785.28698738,4850249.941770864
+<EPSG:2629> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    152.05417569724736,-32.317287515115666,-154909.267258922,-3598281.823000952
+    158.80683946965112,-85.84083304500173,498306.196443148,-9537517.864775185
+    152.49257063961548,-3.158198169278265,-225025.44852563,-351424.764517443
+    164.56177056048077,-37.35587153104332,992812.972195497,-4150520.350350847
+    153.59758204804393,47.366124286184544,91841.132488381,5262204.994024938
+    165.58576247131788,19.025946281895074,1194388.599186322,2117670.779290358
+    157.42147128932316,-25.73534538944481,341446.525473385,-2848416.486538862
+    158.0976493239608,-7.152362476206278,400173.5560739,-790940.370895697
+<EPSG:2630> +proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    159.40976566647686,-23.859815836553977,235938.592547925,-2642131.065071047
+    168.0195969568655,-41.397339757504916,1003383.646553562,-4602209.431533579
+    158.3057317890622,-25.90201314342149,129516.093565427,-2871156.723738835
+    165.14286407515095,78.2729669547308,571177.012893081,8694315.437306354
+    159.05215005176385,-40.622432285645395,250402.476697097,-4502807.210274183
+    168.5132365782441,-69.19222927149896,757770.114648424,-7692640.055782633
+    160.37407663707364,5.832133477718898,319757.029577018,645240.593278166
+    157.5835782947194,45.685615742501795,155822.355513424,5070725.636174463
+<EPSG:2631> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    158.67425479396655,-17.893175547127626,-171607.989933492,-1990528.85650282
+    171.31640755433767,22.16830561398949,1152274.448319342,2466127.600766949
+    160.58860581835864,-10.430426907349386,16377.45131192,-1156778.12926632
+    162.86385598712533,36.86195119422244,309353.285311909,4083410.405887378
+    165.91530667011403,-77.59554538301275,521818.952554601,-8616933.356480073
+    162.45065509750935,-2.823268409830277,216298.552693517,-312426.141920767
+    160.66271763205336,23.921717075861338,57968.268638904,2653494.290595525
+    165.002740662356,54.49458897065949,500034.829379105,6041059.87696895
+<EPSG:2632> +proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    171.88063734934155,0.8912510780449168,932116.418081538,98848.660932547
+    162.09023358199073,-35.47092558854393,-36859.884440587,-3942916.995213583
+    172.9099498287976,-13.41721715652794,1032184.254692225,-1489115.05487486
+    168.04994980100983,-78.27380033565728,500993.1616663,-8692495.146646561
+    174.82251522810225,-47.72676449877849,1011557.980773557,-5310647.292209327
+    162.3266237942933,-47.540961967450514,72781.164359327,-5283020.71704069
+    174.21049257455059,48.833736957617646,955676.626840842,5429863.495166649
+    171.7763730156834,37.49650336629587,833855.107551162,4158411.370729171
+<EPSG:2633> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    170.67584068347958,66.89164948062452,485653.100650238,7422413.700101344
+    175.28868861059453,0.6148459362515695,977680.044079579,68249.305103317
+    166.29958292370014,-79.35549855014202,402990.823796377,-8817185.996844757
+    169.40626196481819,-49.810755262436075,385134.288369708,-5521035.024342132
+    173.54649993174812,-58.721819854817355,647370.413769658,-6514524.895604206
+    164.37694726841553,34.628795944734264,-107963.965119795,3853525.196431142
+    176.6211172929086,18.14870170560434,1095423.015524612,2016646.946132949
+    177.55967386805534,59.433392430333726,871730.727494777,6609411.196340373
+<EPSG:2634> +proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    173.60030563737385,-3.1151883027138325,455407.282503969,-344405.277095688
+    174.79107855911943,79.51585154891808,515934.333162888,8831307.347493475
+    175.62667029236147,26.25163840704718,662364.073852743,2905828.230344635
+    172.24654370819343,-27.371117443984893,326356.02597435,-3029946.333285075
+    171.42771497242114,2.458362660498196,213653.601922536,272182.258665291
+    177.2154286128438,81.09976593248635,555391.915215437,9009601.555664046
+    171.49547924518313,-11.76838775997885,226773.345751749,-1302626.986651396
+    168.46581593222083,-58.47896108435431,177196.793682215,-6497976.995392973
+<EPSG:2635> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    179.15504544521806,-76.3546257263521,556617.978803306,-8479291.521590538
+    172.15496007725093,7.4682879760554215,-35593.913103445,828875.135588067
+    175.03310170219012,-86.93414447694799,488110.42623782,-9659873.902674023
+    176.00006647818296,-83.79717063417996,487790.021668535,-9309409.776172807
+    171.7812580302728,-61.59989449138265,223018.213058541,-6843506.145760238
+    173.12306554532466,47.919589725412294,210097.730748904,5316879.746000894
+    171.3585754713973,33.54695348564407,-24427.845867589,3727805.400094733
+    172.20742150035616,83.65279180431085,440748.037496425,9295635.328090653
+<EPSG:2636> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    175.4196048000916,45.87182932853392,144219.538620135,5092169.919891222
+    176.38322865766625,62.523634318578274,313665.326724743,6940630.566311636
+    178.2700956879901,32.68019677730615,337580.033988724,3618710.675142857
+    176.32880947106062,-35.89425168598231,168310.153476572,-3980040.921109999
+    179.4131114045462,63.04153151606337,470150.337659416,6993273.758092918
+    176.94215834614042,-35.531963930050985,222462.890445918,-3937914.621513529
+    173.5999291837558,47.51088711177567,17822.916325081,5284054.697277042
+    178.4021809289513,-79.79493941999316,468241.23066008,-8862801.907988079
+<EPSG:2637> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -178.75945192508735,42.89584376021341,356126.530452232,4752770.009263133
+    -171.17529646261056,-64.996746990311,774367.376763482,-7223721.537491409
+    -178.4019747409857,23.70423742741015,356845.577471523,2623336.145750852
+    -178.05907427617473,17.70921402591314,387483.247784672,1959208.778721245
+    -174.06668994131547,-46.54424576145156,724826.710595192,-5160795.484585141
+    -177.1245005464036,50.26084436718568,490963.17283083,5569992.122510454
+    -174.08635311892573,49.10726886086715,712567.396199135,5445769.642406712
+    -171.00149543997404,9.296041514453606,1160030.619789473,1033674.972290262
+<EPSG:2638> +proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -176.04073506550233,71.15149121193255,426246.369359124,7898834.808061359
+    -172.89737543352717,-75.6601814996957,530347.198105571,-8401038.303415352
+    -169.5529789318258,57.394216735288325,767122.415177206,6372693.261046105
+    -174.57561633555144,-8.563832970631637,436462.365709489,-947003.142664728
+    -176.7205240131221,-58.9107490509837,343100.662275388,-6535988.31737351
+    -170.9348206514756,-15.039265631977685,829577.340417277,-1665582.708375646
+    -177.608377167038,41.994021810394685,200829.332178308,4657400.358353502
+    -169.4471295936566,-84.15072090675324,551626.966533741,-9350860.470429787
+<EPSG:2639> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -167.72108806698827,-36.11908545226252,795087.631312457,-4003751.413376446
+    -170.31687228898608,1.4071870753504925,575857.03789962,155682.956965636
+    -173.57349107447718,-41.44516050307298,284766.45962174,-4593238.236960297
+    -174.463648786172,42.72145054174504,216118.867339032,4737726.915262776
+    -166.73852602434027,50.432008278692905,802571.936447068,5597720.999638043
+    -175.98153424881568,-72.80291010408696,335558.327409556,-8088679.119990064
+    -164.91661604984662,-58.67360507673264,852497.077770404,-6522403.999766007
+    -175.67002566704485,-64.68642646471295,277107.508981397,-7184689.226518358
+<EPSG:2640> +proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -168.8844406071102,64.0529929532284,456649.252436003,7106213.499796526
+    -166.76451993537307,43.94017863748218,599030.853514846,4868052.46163707
+    -166.67940657333085,-1.0607985364154473,646830.040204172,-117260.256164873
+    -174.23808018914593,61.909929964077946,172372.945721573,6882793.939678273
+    -166.27363764209554,37.595999374446734,652301.561108374,4164186.467928095
+    -172.66246645817847,48.29597907013263,153935.784795923,5361997.206947103
+    -162.59494799921814,-49.97624638895977,887463.508936401,-5552281.452714751
+    -169.32954394711382,-24.609161142652454,365184.59746868,-2723397.821909951
+<EPSG:2641> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    26.12166226041386,44.971612310647345,7904157.309108349,4994695.126732561
+    20.059840764107847,-30.85407237365147,7410198.102866005,-3415149.95141072
+    16.527380656565764,6.87346946430597,7005294.518708697,762471.709054491
+    14.917650451154525,-72.55616333228532,7296846.594105299,-8064587.252940847
+    23.34601002610532,-46.22146912039126,7681133.647940589,-5123392.923285336
+    21.314784263179366,19.52196462547687,7533167.162394352,2159583.089515386
+    27.14659160135568,30.706361376432056,8089492.636207915,3414717.109270187
+    17.772428773145858,-6.37654705933889,7142852.611574093,-706157.922489672
+<EPSG:2642> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    28.578619796184114,-50.44994141139777,8825263.089847704,-5600941.922036626
+    27.352930166326352,-43.89168497773376,8769553.359170571,-4867258.794978399
+    27.322564785505477,67.33285221603677,8643018.094749503,7475430.23627387
+    18.933901361028674,-59.809167560609055,8215988.703509178,-6643726.513477792
+    19.569481130960714,-8.91293498132886,8012365.79520424,-988478.207160892
+    17.881751543735312,-64.06665839652783,8201807.657651736,-7121686.259042142
+    29.117858650710687,12.028819152471911,9058102.423409682,1335572.43269506
+    30.96631209596606,25.192670895986566,9203391.8769923,2805764.163053384
+<EPSG:2643> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    21.711165479719117,69.72809974074593,9295755.417748315,7747629.209693308
+    21.54507234429576,-72.91296351523418,9321375.514422672,-8102227.946644238
+    24.079799311005118,79.1954223423914,9439015.05747079,8796962.379725244
+    20.30856364088716,5.26439771007945,8756675.606899804,586208.629399962
+    24.048587805962597,14.702032547557351,9182136.830711052,1628197.422637414
+    28.032046152357935,-67.54765513337097,9544128.671643302,-7495860.209078969
+    25.299495752347838,-45.363374616615786,9366893.002741665,-5026737.077436411
+    33.07222114931498,15.779652467459812,1.0151819895113086E7,1754774.863178691
+<EPSG:2644> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    25.998836932314134,70.00835409971077,1.0347489488377267E7,7775043.16430208
+    29.999935566401078,-6.687087264692579,1.0500114473366963E7,-739379.901340293
+    25.42267961618397,-69.09964921476593,1.0317953593340704E7,-7675404.510677095
+    36.42368641222557,-87.81192160652108,1.0527462512431702E7,-9759224.866946466
+    36.85499805154139,-58.1457860003876,1.0903412190003484E7,-6468079.503109064
+    36.07322224804432,64.25187485519007,1.0794276269450612E7,7142110.452626787
+    29.037275878485545,-87.5274911237006,1.0495486659098687E7,-9725961.303640062
+    30.5929355441885,74.84067875029797,1.0517439043431086E7,8309362.102797596
+<EPSG:2645> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    32.5000151136542,-60.41154361372017,1.1472568698610922E7,-6700060.118476645
+    30.709273089847258,55.38096407954967,1.1354933334106158E7,6142140.615185498
+    37.57289409530348,-35.76285271478815,1.1913807360038102E7,-3968861.114529353
+    33.97819148693273,82.75518517605795,1.1513899707606483E7,9193041.342532534
+    31.952103930478046,36.59331241147743,1.140634866590304E7,4051994.956752637
+    28.9908279536301,-67.93969076422817,1.1332109691351525E7,-7544658.29600123
+    28.424796172823154,49.65902266676335,1.1169839732962677E7,5513090.915509019
+    26.890142202990017,29.14813150811959,1.0905033899819722E7,3241281.481521354
+<EPSG:2646> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    39.39947848770406,62.06564982277226,1.2677803486814998E7,6889011.857987962
+    42.568593183279916,-3.157180629022946,1.32318382375251E7,-351345.073449951
+    41.85547767694093,16.492419045873476,1.3126219551981442E7,1833333.497686938
+    32.87261380153183,64.43547610590994,1.234952281869774E7,7152216.357105501
+    34.6325878948417,55.82414244561218,1.2414417237837827E7,6189933.61969509
+    37.010575270449685,69.48598201643384,1.253965662883067E7,7712071.314585886
+    32.33546703991994,-18.315979575544034,1.2112502863395639E7,-2029793.472947725
+    33.17989711563355,48.948740076172186,1.229356501800071E7,5427865.23176652
+<EPSG:2647> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    38.490402259332164,50.19027966313399,1.3463723001348808E7,5562235.027171329
+    36.31970007127619,-3.8999537047668014,1.320231909550139E7,-431636.837991192
+    37.82211018069023,3.680742583717006,1.3369249665325854E7,407171.711211891
+    42.38180662311792,-76.31959296108937,1.3589390486468552E7,-8476861.925647244
+    39.13262595133068,-35.41283878871268,1.3512160099670347E7,-3920366.870535718
+    32.94456732370582,33.96287788452405,1.2940045724938836E7,3776211.522901365
+    36.0647298301218,-7.884468507637791,1.3176288735186996E7,-872938.339241598
+    35.68323193946366,69.59074738222711,1.337103384642603E7,7726929.106207356
+<EPSG:2648> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    39.80174472640639,-46.35516347823924,1.4330918278187064E7,-5137894.614131887
+    45.746043999081415,-7.8000784449643845,1.4913573522066668E7,-864301.947368867
+    42.95339073015933,68.08622055795053,1.4539834716763644E7,7555901.495391925
+    35.95154745666548,-52.02151257954897,1.4085093793714711E7,-5783026.263318383
+    40.13366350342085,-0.9402382777999208,1.42923395074894E7,-103940.845658961
+    45.407521814926945,-64.5809204228756,1.466332078079106E7,-7169026.23895188
+    35.043441905144164,56.57263088794241,1.407292629939216E7,6294104.759655058
+    44.767854984876514,47.97149078800956,1.4706768715168605E7,5319060.708139388
+<EPSG:2649> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    44.08195658576563,16.3250765354759,1.5402000471326748E7,1805925.195205169
+    50.206812618249586,54.63526364250916,1.5836175739646181E7,6069184.111048371
+    51.40103284862816,-40.158762316094865,1.6045648187219447E7,-4466819.3395087
+    48.45498230446392,-15.987651493305592,1.587012551728473E7,-1771283.008037921
+    49.36270142980957,36.25501848504494,1.589230824761599E7,4022769.858432383
+    46.4889252291033,77.26959163403558,1.5536746728870653E7,8580846.01799706
+    50.58336479233028,-51.8211438329644,1.5884951740187882E7,-5758191.981516832
+    47.41687552767135,-66.34303957270005,1.5608350644311637E7,-7363207.408987924
+<EPSG:2650> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    44.34995054393922,10.09973544655817,1.6099778551029766E7,1119210.07312404
+    43.095710131905385,69.74982953817016,1.6310759327455508E7,7748765.172840038
+    41.730910729979634,36.769055160254794,1.5940079486464383E7,4089350.220594423
+    49.244848483987916,-38.230963694233814,1.6609100572467687E7,-4233825.608515548
+    42.002030010797654,53.89430748339606,1.6106007126418807E7,5990928.901964977
+    45.96706032366468,14.835053145261256,1.6281251036786849E7,1641819.128619173
+    51.11569577731541,5.224697190265189,1.6845677729186777E7,578673.215508376
+    51.86049379275586,59.02496203770528,1.6721747151571615E7,6551940.11144446
+<EPSG:2651> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    57.22427113903529,-71.47449710740669,1.7720571700708617E7,-7944888.374894302
+    46.31035233226884,48.85087547794191,1.7155977433136187E7,5423740.818414582
+    57.12789932941315,81.2167139492716,1.7604416716398984E7,9026603.229021773
+    45.83740833524604,-5.044878245411198,1.6926839822199367E7,-560044.301594428
+    47.11935149564935,-51.569492708123406,1.7231076326212104E7,-5722565.026077821
+    57.65083696164126,-17.212102141032545,1.8208843853732847E7,-1915920.467792013
+    47.88357895604033,50.265810157931725,1.727791922916552E7,5575143.440238965
+    52.70659024410048,27.28335545420633,1.76690730552964E7,3020265.87779531
+<EPSG:2652> +proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    48.24139680495552,-47.50628568810543,1.8066328717500843E7,-5279599.981700538
+    58.318220526992064,-84.36958106507612,1.8547373180902112E7,-9374937.861873547
+    49.02344366903525,9.10488766647505,1.795237990944163E7,1010705.676189352
+    50.56403621438522,-83.43182112833234,1.845622414885237E7,-9269738.203859348
+    53.82922235116073,49.69823143524235,1.8487773651790548E7,5507373.637781938
+    54.93537204972242,33.72757637953457,1.858678372939306E7,3733917.894146981
+    59.549531610595224,46.3834196216049,1.8926966954294972E7,5153772.227559164
+    56.40615496094315,-82.28499230269134,1.8536163743257046E7,-9141104.069868267
+<EPSG:2653> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    52.87411877822318,-41.7146196668519,1.9156694029798273E7,-4628128.191307976
+    52.90511281345387,-11.003188759281585,1.9052214416015398E7,-1219799.390815363
+    60.6067957262036,4.921217750460855,1.9900386834324073E7,545337.833824079
+    50.02639371229759,-67.0237885342905,1.9196714973866124E7,-7454038.658065367
+    52.396756923249754,-22.832282171050068,1.9027209151538596E7,-2533276.276903862
+    50.15724895647935,-71.5136608574731,1.9258285767073046E7,-7951594.483099909
+    63.67872787540067,68.83352933572249,1.9768876300396677E7,7653555.485310826
+    58.38949480315661,18.000983545834615,1.9647253141389765E7,1991724.033702424
+<EPSG:2654> +proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    56.46092793980866,-48.98886825746654,2.0241084545630485E7,-5434392.178806142
+    65.19202349351075,39.918111575920335,2.0944086166824464E7,4433438.142515158
+    56.180853778178204,-25.116333100796993,2.0114716736040898E7,-2784328.320188784
+    64.69113267868794,30.356556594923006,2.0951333140484907E7,3369065.279951159
+    56.99453262660538,-64.72108042372466,2.0356862303090364E7,-7183636.755413179
+    57.8354008154607,15.267196222400983,2.026752308077925E7,1689792.933235201
+    56.55907149018989,62.811491860625864,2.032466155792893E7,6972127.687854184
+    62.709150905437696,-34.0264577615934,2.0750327904061314E7,-3769848.208301626
+<EPSG:2655> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    67.75735221038505,2.9125526884035366,2.202959328739002E7,323256.981438184
+    69.0063967023433,7.3789022572502745,2.2164390389252156E7,820527.866088957
+    63.823545804508086,35.000509646833024,2.1575258058536552E7,3875031.785727401
+    67.46005859126132,83.84585729271305,2.155343094724748E7,9316740.937528247
+    58.32362619015812,45.83234471255531,2.1136751334527295E7,5088166.366601923
+    69.38354548072384,-2.784432751985591,2.2211333508893747E7,-309738.01324993
+    66.31900012783946,80.55849014396932,2.1560854901622694E7,8949301.578734187
+    56.525471400491355,7.650506958368766,2.078422929250316E7,851483.177602769
+<EPSG:2656> +proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    68.32017778186867,-77.49840440353488,2.255615078100027E7,-8606966.145006467
+    67.19368619128606,-14.94796527526644,2.262849281110347E7,-1653498.195394756
+    70.31569150778301,57.25347352173276,2.276045874878816E7,6356455.806493248
+    65.55169979605239,-5.747331437891802,2.24504156808205E7,-635466.533338631
+    67.80972576727518,-54.086761758859176,2.2618496429457992E7,-5997053.9170745
+    72.38012331953925,8.526246765179366,2.320390574844494E7,948762.064722748
+    65.80395570121587,-44.463501767424084,2.2484471462686956E7,-4925293.073944123
+    65.27077013763085,2.902587682028397,2.241899540814272E7,321061.798163669
+<EPSG:2657> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    69.43549461320625,-6.985477394725592,2.3548187815942265E7,-772393.077771002
+    63.95515909793764,-17.213071084237612,2.2962893991310783E7,-1910819.775499686
+    62.79628236370766,79.6306032428273,2.337558936653047E7,8850584.294432463
+    65.53021192500391,-66.31577848173721,2.334453483492133E7,-7362355.599804282
+    68.58525438400576,34.325628853772244,2.3461897128772724E7,3799928.11865582
+    66.98166008150014,-80.31283748616727,2.3462145222169675E7,-8920757.664626451
+    71.17245927768455,85.8983128015746,2.3517421132375754E7,9544224.549909595
+    67.82801222894985,42.6051670182197,2.3403892024836976E7,4719588.156492066
+<EPSG:2658> +proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    77.80150270681594,69.15701262065127,2.4730230662370037E7,7685892.976545619
+    67.79788409239755,11.515959194152984,2.4041258416833144E7,1276981.482078418
+    69.1061129051222,48.23546086016589,2.4285099418064132E7,5348718.462868802
+    78.81756082634543,-64.06103859669639,2.483245029410669E7,-7124451.271906419
+    69.96843920777512,-79.98713846976476,2.4460620543477952E7,-8884415.566428687
+    77.56550550723361,-43.038414885849555,2.4953649528280813E7,-4781988.87513995
+    71.67272865623308,59.97915236411373,2.4481788577282656E7,6651848.788468248
+    72.55996626429493,-0.373834573438387,2.4562394457846493E7,-41256.859921458
+<EPSG:2659> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    68.67701573424284,61.616943782790656,2.5164965067571066E7,6850583.572276662
+    81.18283891660718,16.68047127503857,2.6160619153981566E7,1855279.785902995
+    80.28070943095511,74.19911891698601,2.5660428656841893E7,8244712.464774661
+    76.5249180077454,70.01638037425218,2.5558236443262693E7,7771583.984531294
+    73.65026930711379,-5.558900049889843,2.535049050980491E7,-614779.002787542
+    77.18787627874181,69.71026530297442,2.5584746567748774E7,7738222.928984717
+    69.56077400230322,-88.9635536488374,2.5489084383225176E7,-9886770.411525065
+    70.5247530748409,8.50154451193626,2.500682808957587E7,943052.30411113
+<EPSG:2660> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    82.7066019696045,77.32147055162474,2.661529514700121E7,8590747.664933199
+    78.45707509793803,-58.221942525852924,2.6526910102068126E7,-6456056.649615067
+    78.15348277331996,-59.37836486706095,2.6508773747926965E7,-6584793.759867091
+    71.93920911146809,-12.4042750191974,2.5839884535677556E7,-1379244.795756555
+    71.30027419434964,-9.577557543069375,2.5762965635763045E7,-1066241.248081625
+    81.94314594284339,-26.344873287796837,2.6893858324103042E7,-2920984.963739825
+    78.62091282883564,-67.03565061540652,2.6527094266794235E7,-7438447.015818613
+    75.7137382923743,-2.850047944724622,2.624578716692678E7,-315314.66874004
+<EPSG:2661> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    76.13329649168396,-48.08510938402275,2.7137502102801643E7,-5339304.847593288
+    75.15587871340541,70.13256178112056,2.7278590745559637E7,7794446.060955038
+    86.53005183528279,21.2694670118764,2.8074622677429833E7,2363062.944113225
+    78.50074910858427,61.83514034598957,2.7368402889528476E7,6861135.370597737
+    84.80206446584394,4.354144790987775,2.7922378111460574E7,482610.904628021
+    87.8103159380741,62.68602348559779,2.784836430170371E7,6971857.710340744
+    87.24963627645347,17.209572430378444,2.816588762037115E7,1914348.78835486
+    87.6476970194658,-1.5218383613812136,2.824147201101838E7,-169340.218940896
+<EPSG:2662> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    81.60982638648396,-86.56607253691938,2.8484051406995792E7,-9618787.108907491
+    87.26086258656395,57.488472588102184,2.8695556542560957E7,6379051.326732342
+    83.89466901776116,-56.74456071971625,2.8493590714433014E7,-6291429.972768403
+    86.60790629608904,-28.657191578930316,2.875502923588277E7,-3173980.305482632
+    81.82957089971576,69.35057078563887,2.8414597352906965E7,7698087.604931067
+    86.07260795743052,44.31218674704448,2.8665396915175516E7,4910653.908412703
+    79.5637699631432,49.61502239038333,2.817949709170017E7,5507538.39613828
+    81.16719566716618,-11.77121732573822,2.819116031155762E7,-1303251.081939382
+<EPSG:2663> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    92.3192815550942,66.65694901186058,2.9735088705963615E7,7406164.706167359
+    90.49993014946844,-81.46882144814242,2.9557985680851843E7,-9050921.53742145
+    81.10968955421589,-85.5721726701739,2.94493259446552E7,-9510042.823566217
+    80.08472721935368,61.67164895866719,2.9134278893709928E7,6859843.536856719
+    92.97491884038634,-70.75561851599976,2.971960374177147E7,-7864088.93838717
+    88.89611396778614,30.359849323675036,2.9682328275236767E7,3361591.882464198
+    85.49386438129476,-75.58208789162963,2.9458155114716545E7,-8392442.311971188
+    89.75312271757463,-2.07812619709442,2.980642079177296E7,-229973.012986029
+<EPSG:2664> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    93.61617358884209,-7.89629296574455,3.0899035479589306E7,-874829.654895083
+    93.275045830216,44.93471491798002,3.0758540528304815E7,4982960.769943253
+    83.06902056546225,68.69511519575494,3.0219381856578603E7,7639293.259082731
+    88.64746658561947,3.1891419017111815,3.03496754112179E7,352819.63496364
+    90.13887475142873,-4.066436022167096,3.0515441241399672E7,-449569.144713161
+    86.15343900726529,-40.982331241723465,3.0176266278416067E7,-4545674.260393864
+    94.32374966350075,-86.87118489195184,3.052635905403747E7,-9653522.635647636
+    88.21331127744344,50.24195536367802,3.037257240841385E7,5569334.749294936
+<EPSG:2665> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    95.89881688120094,-23.837862338975228,3.179542844160989E7,-2640269.586354914
+    90.30374979936614,47.038524854969154,3.1295102870135963E7,5215107.658617686
+    90.76648361291947,-8.98704986766414,3.1254352737403482E7,-994481.942509884
+    94.20595230910585,-11.326174756022212,3.1631671124702375E7,-1252733.702535323
+    99.39480583407102,67.05084888539815,3.177797063340188E7,7454365.10112953
+    96.07828090451417,32.83149504113548,3.178829052710731E7,3638320.270997153
+    89.63719814393531,34.518285926477105,3.1191180363603946E7,3826350.387089781
+    98.07118319831363,42.72207114158175,3.1915423404251937E7,4744385.077400475
+<EPSG:2666> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    95.92397057902512,-84.68118302026204,3.2499223090837333E7,-9407925.403498374
+    101.56035746408529,-6.245170028349918,3.311628392860959E7,-693759.082400413
+    93.7400368891301,-83.74006147973442,3.2472493355347224E7,-9303354.713568628
+    102.33572944051647,-31.50993448033794,3.310241635960411E7,-3504884.40318122
+    101.03708615067032,79.43205809094076,3.2603058219961468E7,8826216.283425448
+    97.83687588697468,-82.2499804550632,3.252767176130307E7,-9136842.028172357
+    89.13262588592782,-35.562427917400676,3.1876927645546276E7,-3958693.161553854
+    102.49236315767602,-71.92364866947327,3.2724557704429474E7,-7995704.452356873
+<EPSG:2667> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    93.2746783589058,-8.030391957212359,3.2867850978154268E7,-892351.583291663
+    98.60277789252805,15.808127934704984,3.3457443051960975E7,1748523.334632194
+    104.35278508692092,-21.271241249880234,3.405612082076007E7,-2362466.849381237
+    105.75691739814886,-58.307396744137534,3.389572176392928E7,-6485364.705942046
+    99.02488858588393,-79.64000070105237,3.3500502843419757E7,-8844949.066992985
+    99.60225411779219,10.82292453404716,3.3565858340739235E7,1197019.492371865
+    104.26677649824396,0.7000053891175355,3.4087081360530175E7,77814.574381068
+    103.08518861725162,50.03273089611477,3.379264786970366E7,5552534.752422597
+<EPSG:2668> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    96.19224536137354,-34.212929252338654,3.396444472177787E7,-3802495.400757027
+    99.87088936683102,-22.09156609475879,3.428024081371591E7,-2445391.752379982
+    106.87172173003145,-14.540784076249949,3.502560771752567E7,-1613713.777061087
+    104.15571789059528,-84.08750160432756,3.452479308728429E7,-9342082.468997182
+    101.53230140456942,-8.939594738870625,3.4448556598581456E7,-988517.601197495
+    95.21724028264252,-59.34697138050112,3.4114509965021916E7,-6600941.401104682
+    106.18831955807873,82.74962384535527,3.455898246782909E7,9194361.56738654
+    108.41106248826426,-63.982641172856574,3.4813496565222956E7,-7113669.688849525
+<EPSG:2669> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    110.48328561795692,21.121198757586754,3.607026875087623E7,2346417.856856717
+    104.04241031524852,79.95977177533845,3.548134492086984E7,8880837.286650602
+    105.80513586598235,-82.86022365077062,3.551116591109341E7,-9204631.304495808
+    110.18451305933901,-26.624010038407043,3.6016701638894334E7,-2956382.950053252
+    107.81570341942542,-10.573477706557753,3.580825723728306E7,-1170593.039105712
+    100.03213502576719,11.20402763795417,3.495680627618977E7,1243694.277549631
+    101.92230623311711,-37.656421335760335,3.522837314189641E7,-4173747.735571178
+    99.54057953089716,-55.45778148654134,3.5154786973948516E7,-6161707.416678371
+<EPSG:2670> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    108.7127842063055,-74.58997027307973,3.652113210418315E7,-8281291.418305077
+    108.03220476057889,87.90552529248117,3.650011414108758E7,9768065.348252235
+    111.45962571353897,-19.195874227140266,3.686399677623039E7,-2126882.178234038
+    102.97648716321636,34.90787242150286,3.6040677775881745E7,3875969.694077479
+    102.10933913510806,9.448908272655316,3.585198753836166E7,1050460.726672586
+    110.0030193451468,-47.93457686119003,3.66496438730209E7,-5313033.733641369
+    106.26641243881225,-72.0250891738773,3.6440252035076685E7,-7995774.87046432
+    105.49136966702214,63.64761542362885,3.637571034231382E7,7063049.393127262
+<EPSG:2671> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    106.39410360898549,62.07675002613817,3.725938703523343E7,6894075.837696307
+    109.7209537553829,-76.68780383487652,3.746708759974889E7,-8515698.14264967
+    114.17765293878092,-26.950635082568112,3.781560497115602E7,-2986048.608124458
+    104.01071727861208,26.270920267544767,3.680077798393168E7,2925852.696075718
+    114.76002965507318,-88.67303351621706,3.750969481193457E7,-9854107.136727216
+    111.63661367808444,62.7761119684053,3.753247940776551E7,6963630.708634121
+    106.35991702571921,-71.73776818046834,3.733775903839958E7,-7969096.653646681
+    104.88358746015496,-8.749033883148513,3.682573690807213E7,-972898.342018087
+<EPSG:2672> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    111.38687819823217,-64.11025392963735,3.837263160351144E7,-7114727.667365122
+    110.99913934701956,-64.70688839907832,3.835688951783927E7,-7182019.748968048
+    116.21657691858051,71.00234781035451,3.8580517109691575E7,7882323.500497466
+    119.66365893148145,-50.30706988492035,3.890331900135603E7,-5590308.942002121
+    120.31195477231579,80.73884314425808,3.8613201402371645E7,8973842.297826808
+    119.86763493451875,-84.6917005757312,3.8560496894996665E7,-9412191.492348677
+    119.38634251671465,-31.967100407418165,3.900945497804116E7,-3550828.431571077
+    117.64899730452117,44.75358322246231,3.878890877729737E7,4964093.964926424
+<EPSG:2673> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    122.21373185059815,-60.737708917347724,3.978418548442697E7,-6747524.096128025
+    112.21226930944913,-65.1263331692214,3.927532877521659E7,-7233919.49192627
+    111.73010443873923,50.76076718741882,3.912823314552369E7,5638778.2934039
+    118.28297599446742,-58.06704175081502,3.957568298100476E7,-6439427.824987079
+    119.75244839305272,-23.753828788544027,3.978062987408185E7,-2630659.133485448
+    112.45458331364617,-30.68677063858165,3.906421657475824E7,-3405002.585530713
+    111.37070328123697,67.32622570134527,3.925798057588125E7,7481757.549689488
+    112.12957971778546,-0.2430870330847199,3.895713363345522E7,-26895.297297728
+<EPSG:2674> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    116.50675499928808,-69.53166601577355,4.036363135373646E7,-7720614.802095144
+    120.59328803743918,32.39966496328536,4.055576952648966E7,3586389.029062539
+    118.81309721052112,29.535525610899683,4.038489935681863E7,3269279.471003719
+    115.11964316429291,88.73829772798587,4.048796738005061E7,9861597.742021054
+    113.62974094128192,-13.689694459912928,3.980956095220053E7,-1523040.952357194
+    124.97990101378302,-70.76967126031313,4.0682912925680175E7,-7862352.633311578
+    122.53229294301102,76.04330865751874,4.056813997706495E7,8444900.38077262
+    126.40160254238168,-55.76012388310764,4.090153660588274E7,-6200388.647052843
+<EPSG:2675> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    128.2946818650661,-32.74900430795773,4.199644590901895E7,-3637269.738997612
+    128.76810486505917,-44.90969873719249,4.195546525914678E7,-4991064.23695374
+    119.07066837619847,-1.7790312625110971,4.1062399541469865E7,-197099.881746425
+    119.95426545021468,-11.956225703502426,4.1168059189428814E7,-1323987.928302685
+    124.2535878683285,57.8965280174593,4.157428617798389E7,6420496.139795657
+    116.04043873906386,-1.1386909363904891,4.072344078091627E7,-126768.348902577
+    122.15395434376951,37.470006916228115,4.1425103899308614E7,4149070.202740807
+    124.1610961143612,-18.951211188537798,4.162224216082881E7,-2096588.659793894
+<EPSG:2676> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    124.34170093997467,39.80033898114439,4.2357916807704516E7,4408736.949449198
+    120.92018113608249,-25.6626312159621,4.198949200526192E7,-2849198.234223455
+    127.67250923995971,83.6195286581854,4.252069887392436E7,9289685.253239935
+    125.75354726535225,56.76489328443864,4.248486893677453E7,6293811.860847867
+    120.6897201057815,-4.857130930668674,4.191007176248355E7,-539323.507839247
+    125.71416595872691,19.510807615610062,4.246993611035726E7,2158310.55967209
+    127.42876417236003,58.39967170417532,4.2583480027974576E7,6476736.889078895
+    131.006663166181,-71.9485110459174,4.267299603427841E7,-7993575.320151472
+<EPSG:2677> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    135.24884123798893,-36.423042486944055,4.406066256214422E7,-4050614.496938107
+    125.7001136509771,30.852249696906995,4.318421344971217E7,3419327.581491312
+    130.35338354897422,-35.95263697093867,4.36220371066042E7,-3981067.224499546
+    124.19284960611486,34.53645254918328,4.3058453077401824E7,3833749.221691719
+    123.7590571505539,-36.92996655221975,4.30328138631286E7,-4101529.916280604
+    133.88906530783285,66.29510695541128,4.371917286205578E7,7364369.343402983
+    130.24507255681377,-65.91784289242463,4.3556647225939706E7,-7314225.744485694
+    122.45556971961001,31.80720431651673,4.287963951056521E7,3539263.934496221
+<EPSG:2678> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    134.52886769977013,-75.04206440060624,4.457280003032225E7,-8333198.675674295
+    128.466146951913,-79.7377904444778,4.442965838947952E7,-8858020.554473784
+    131.32072628433076,0.5475286316049477,4.4424311900762014E7,60628.392242031
+    137.38077510880078,-27.751871560551066,4.50308461880436E7,-3082502.134096811
+    127.75261747307994,-46.19094850405742,4.417205283857082E7,-5126037.43485503
+    134.54014614639453,69.7205169126106,4.4598201828387395E7,7739899.535000606
+    135.37083567432816,66.72569181259973,4.464856020242821E7,7407835.493122479
+    132.52904554470408,17.10374426074766,4.455623197725862E7,1891941.752424918
+<EPSG:2679> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    128.36562524070615,81.18179459075407,4.538657650040547E7,9023654.628335273
+    134.94156093665833,64.2576636150913,4.549708984015289E7,7128638.150510157
+    139.53028397372,-73.56274215908336,4.564294517714878E7,-8171961.541083306
+    132.62171769535377,-40.271383314196235,4.529762511368342E7,-4462320.472929245
+    137.07306516414428,43.323174303728024,4.5668074445216805E7,4800776.754787107
+    133.54051443221184,-9.867038476044215,4.533982234006167E7,-1091417.201070964
+    140.99817698287427,-79.22183427473678,4.5624987028506786E7,-8804716.796605175
+    131.2427384591739,69.21354194753721,4.535113373553235E7,7685866.834951355
+<EPSG:2680> +proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=46500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    138.26876889741982,-25.431087523912673,4.652695254717236E7,-2813764.522378781
+    135.8748615689269,-55.10816436234253,4.636429477051358E7,-6111306.231779608
+    134.29073442435072,60.41590183832196,4.629561707982214E7,6706227.89371027
+    138.55231002593916,53.42992935402759,4.65366276042141E7,5922674.406110061
+    143.51382845013032,-70.89940185812509,4.670113243014086E7,-7878490.386596918
+    131.09244279058012,-18.85963557431444,4.5770585668407366E7,-2100314.885447466
+    134.10911523368853,-85.28559341995255,4.6464227206158966E7,-9476665.712782098
+    132.8382569896597,-85.77986443126889,4.645754861009576E7,-9532567.433989253
+<EPSG:2681> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=47500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    140.33481674561367,-10.505950176748115,4.742709329767383E7,-1161815.917107283
+    145.78871877696164,46.13449287883725,4.7869943057119034E7,5122267.213890877
+    138.65822424397598,84.96013954935464,4.747694222396339E7,9439594.210191311
+    142.48771433651484,-48.53665643580647,4.760977618087737E7,-5379132.291745778
+    139.38673076542017,21.79459892000429,4.73330658053409E7,2412008.16940585
+    139.36436510626692,22.609355259419644,4.733172610125165E7,2502279.178787394
+    134.6233972674471,55.555995785588294,4.709780943404088E7,6177680.600104732
+    146.0917397236734,39.26666454147994,4.793944361520474E7,4360560.887238542
+<EPSG:2682> +proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=48500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    140.32546335735577,5.087493843829336,4.809218034622675E7,563803.780970338
+    142.40358692241037,19.281263899607225,4.83320827566861E7,2133655.902169646
+    140.58175902358332,88.23291667842352,4.848814203146268E7,9805018.907707866
+    150.31368706274048,-34.16140351951251,4.908253297126777E7,-3799576.392781632
+    139.2090688643445,0.28757585282384923,4.796595946547159E7,31992.642016471
+    149.41975026466233,-27.662116029053948,4.903511738675627E7,-3072707.85263311
+    143.78937385769055,58.850186680889806,4.8487748093086675E7,6526071.05726648
+    141.53538722972792,61.07791217473377,4.836690130699883E7,6776750.547552645
+<EPSG:2683> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=49500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    147.27409245253048,53.14141790540023,4.9518242711016335E7,5890469.761045346
+    142.8219459857149,73.32008364397896,4.936609459754904E7,8144193.300096916
+    151.26038903487424,68.23281063395982,4.967616846799177E7,7578014.036426262
+    149.76035625698822,80.25792704469637,4.955204991679159E7,8915254.731247073
+    144.16107709679235,40.15564210688228,4.925800886953857E7,4450756.33486991
+    147.02377550809706,-37.99468537008547,4.950198882085955E7,-4206859.440249134
+    149.77885274489591,45.33449169103602,4.9717724550789684E7,5025954.22588345
+    143.9278968562688,-24.392541189649975,4.918816146411232E7,-2702154.457430455
+<EPSG:2684> +proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=50500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    147.83142432208757,3.197980210193222,5.0258805309366E7,353955.338037487
+    152.0590970768319,-2.143606888887618,5.0729003562656984E7,-237102.164007699
+    147.6731195791407,16.410260517495317,5.0251295455350935E7,1816554.492491748
+    155.39365356938367,-21.683572335748437,5.105869167047969E7,-2408433.43485141
+    155.02471472896664,2.0102788526691455,5.1059624193611E7,223231.236737238
+    154.4137501748329,39.50152066581964,5.087960091541897E7,4383578.580576293
+    150.94687098416546,60.01351349169289,5.055270948583947E7,6656036.02206237
+    155.8097361826194,-79.83846071926979,5.06141891703461E7,-8872863.67861709
+<EPSG:2685> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=51500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    159.0612374079702,-30.704231753269895,5.2081073174684815E7,-3413862.565584219
+    157.00645844923233,60.69858634077673,5.17186299447503E7,6738665.520591606
+    153.74249353452905,72.47730624853747,5.1524854583628535E7,8045630.725665895
+    153.16033301961284,-54.53958890217735,5.151026987582941E7,-6045979.470358873
+    146.81471470323817,-79.30637979431646,5.1371942977086715E7,-8814541.641538959
+    152.6192197787591,-37.76340308700732,5.146633871266646E7,-4181262.60742922
+    146.71732001977153,85.87456147350801,5.144951175605141E7,9544033.741947824
+    153.47919115592205,-2.1488538601326894,5.155319739576526E7,-237536.933614699
+<EPSG:2686> +proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=52500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    160.89709930443146,-26.648856763943414,5.298781178298728E7,-2958033.787639216
+    160.41328905458545,56.70531214765947,5.277010346223501E7,6295892.863185196
+    158.09277304782856,-69.36263249327732,5.258222851155881E7,-7699317.150516776
+    157.8225157227201,-77.44480658220958,5.25441276475498E7,-8600593.691676056
+    159.81282957119447,18.803950465230216,5.290205229318945E7,2084373.287095087
+    162.4176908707949,-87.46727770418356,5.25315011115539E7,-9720935.983428732
+    161.55536467075382,-45.031385972535745,5.2937678473048225E7,-5003445.567749671
+    162.2251306328495,-21.276079212210604,5.314686924842597E7,-2366368.484587876
+<EPSG:2687> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=53500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    160.97104729577654,-63.3490056336632,5.359855975994079E7,-7028824.799691914
+    154.97278550315053,-51.003809040197595,5.3217248723471485E7,-5660226.141245676
+    157.86366864793246,-74.03838229250991,5.3464992834908165E7,-8219992.162828753
+    152.1177006187424,85.41398370435792,5.343857034719134E7,9493521.580538375
+    161.21621330676106,-63.47204406329689,5.361035544725905E7,-7042934.734598734
+    163.51191362867635,-75.30030030874235,5.362762578642568E7,-8365380.023466606
+    160.9875885020355,28.08321701181825,5.3695257783396766E7,3109351.670347152
+    155.15242054374914,-17.572553113534255,5.3091177277620904E7,-1947754.760177793
+<EPSG:2688> +proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=54500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    158.02515421678078,47.43353263099232,5.420004347588988E7,5263209.054487189
+    165.09848499561238,70.12745473141447,5.461743540390179E7,7786291.263428391
+    159.54054283141573,44.13854867672032,5.430307399584058E7,4892257.32962346
+    155.98017358937696,-38.86060061727426,5.397716768248707E7,-4320262.872759771
+    161.11087754981034,-59.74369123249504,5.444988457598832E7,-6625869.841747754
+    165.01465896534282,-48.10414333909116,5.472439060091484E7,-5334394.901530684
+    156.13081062465523,-1.266140971370362,5.384552560474957E7,-140664.399158823
+    167.43592720752457,87.7554576844831,5.45236265606715E7,9752498.42126062
+<EPSG:2689> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=55500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    165.61691735173375,-4.966330128345945,5.556829664627865E7,-549117.155292834
+    165.4769135199722,-36.66583024940803,5.554251347752283E7,-4059502.153367829
+    167.26203483275643,84.3232480854983,5.552486409515448E7,9368530.110600574
+    159.6597584536954,78.62913208267238,5.538245122202914E7,8737554.208544923
+    159.98115796220026,-25.040868286620437,5.499296542125551E7,-2779943.339656578
+    169.82692824999094,53.3756810762504,5.582101501758071E7,5927400.922469886
+    166.69050212294823,-14.299619284571506,5.568229406652004E7,-1582094.205061517
+    167.33904770878192,62.92854114588212,5.561867473156845E7,6982684.709297344
+<EPSG:2690> +proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=56500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    167.32940793159804,55.5694974614166,5.6457571040925175E7,6160945.326173064
+    164.9824184506417,-27.559482842888727,5.620177617618156E7,-3053215.579750434
+    164.5660364459641,-22.687029277791893,5.614685365515102E7,-2513910.013006495
+    162.07384274764252,49.097387702030204,5.606720231516052E7,5457506.5654413
+    166.46612726480384,-54.20209332293146,5.639977910051846E7,-6009510.882993193
+    170.99553399663364,49.22595357532143,5.671805576230164E7,5459185.092839389
+    163.889748716895,-65.16498694563577,5.630727096178627E7,-7236050.619553368
+    166.83270342337778,-79.03907786316785,5.647508981619609E7,-8778179.345405892
+<EPSG:2691> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=57500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    172.19711967538962,-61.353487652678915,5.756392379219994E7,-6805508.858064422
+    174.04011785470738,-56.46027929795191,5.768726344102968E7,-6263983.314640398
+    169.03496341967124,17.775577385048706,5.729146709273993E7,1967332.010609032
+    167.22861625100165,10.963640141634741,5.708737343446568E7,1215121.262325359
+    177.57389658303458,30.95042235318634,5.8128687068268634E7,3444186.843379951
+    167.63598846684198,-7.8082106655928385,5.712862840567325E7,-864850.357860025
+    174.2896900479422,-18.631452469954098,5.784716215593309E7,-2064004.727590901
+    176.15073470820408,-87.0351594184296,5.752959173721219E7,-9672265.960468123
+<EPSG:2692> +proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=58500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    177.73284785502545,71.05606908006573,5.863510336447521E7,7891098.919427583
+    168.87841732206874,-51.95476683666745,5.814787991266552E7,-5770732.798399021
+    176.10116235870268,-76.2426106829046,5.855566250571127E7,-8466725.79444951
+    176.32793088755892,-42.039771767200214,5.8692629751630284E7,-4658670.931484818
+    170.77440016988638,50.125264142074855,5.826923021769332E7,5559883.272061906
+    176.75616038881222,2.6942277560210215,5.8806467570889354E7,298346.172276956
+    168.8222069061699,18.441276903127644,5.795229028085785E7,2047766.150718055
+    169.8949473964041,40.74413269155369,5.815311197057423E7,4520388.254428495
+<EPSG:2693> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=59500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    177.17554737956317,69.94467504719319,5.9506590517517015E7,7762949.884324623
+    170.5489152681241,-28.785360345136915,5.886925548869553E7,-3202588.829285671
+    178.12430439095561,-46.802977316427516,5.9585693372985564E7,-5185968.080880634
+    177.44888987453342,57.810413570894156,5.9526552697122306E7,6410382.438554611
+    175.15283718368067,-16.257530483198565,5.9302379826368876E7,-1798976.588219206
+    170.58568752103392,15.640916503326068,5.881085698054314E7,1740438.000303775
+    175.69784510923387,-33.91478393813385,5.937944156594007E7,-3754951.73874543
+    178.27468866169232,-73.47143531807403,5.9540361466576144E7,-8156851.975649528
+<EPSG:2695> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=61500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -172.91145915415237,60.43066721690454,6.1724937924752206E7,6709184.532198238
+    -175.14126125734228,4.747948922439022,6.170611117714687E7,525378.855247031
+    -178.7515229929399,53.671757644478134,6.1384111243239924E7,5950943.613831022
+    -172.20799892149444,-48.67157255013125,6.185276056499402E7,-5404223.262353707
+    -175.95318399844058,44.25685863707844,6.1583463829857595E7,4903026.038707191
+    -178.30210968746343,32.13143697424381,6.1376994409965895E7,3557290.345122636
+    -176.67120671897104,-34.61584448451373,6.153001995527252E7,-3832013.272160244
+    -175.85030998229925,-77.79955216674728,6.152700013042723E7,-8639835.288696341
+<EPSG:2696> +proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=62500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -176.76071260226038,35.14483588681843,6.2248253255559646E7,3894279.408940108
+    -179.673048163803,68.56177993365856,6.2268650295455426E7,7619359.534462963
+    -174.19212977794467,8.103034372498016,6.2478687297657E7,896146.434655108
+    -177.49060683434996,50.293072889379374,6.225115427444224E7,5579417.177381352
+    -177.59756063343823,-8.399348541561622,6.210339395305592E7,-930571.829880758
+    -179.4326090991808,-88.34114654711459,6.248232733880099E7,-9817669.68281398
+    -172.9498025488136,-54.96182497632075,6.2567135730608515E7,-6093534.024912308
+    -171.53333173114183,-65.13484009378433,6.2615625185391895E7,-7228713.977767672
+<EPSG:2697> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=63500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -177.26632668964407,-26.328425142870977,6.2873471534579664E7,-2928427.824246665
+    -170.25883967274552,87.34099417053736,6.3503707043771036E7,9705164.476010421
+    -166.88077492564358,23.647594761857732,6.392038724181096E7,2622446.19048518
+    -176.48377372413114,64.9464563664711,6.324090019786298E7,7216762.634113104
+    -164.16149784690788,-78.77810428132103,6.364817178378491E7,-8757531.14591043
+    -175.37435408816197,-79.09095768502408,6.340749224506139E7,-8787235.122411741
+    -169.20096561315003,10.059107594512824,6.369710559462238E7,1113032.247020448
+    -164.32124507497517,-33.88292343064487,6.411827134241594E7,-3770817.403617981
+<EPSG:2698> +proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=64500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -173.99735176914942,-75.63290167538243,6.433394472213995E7,-8406130.884586984
+    -173.75601456855122,-52.03062755997426,6.410497356019821E7,-5782463.007891058
+    -164.81965958295578,9.500882071100818,6.484924854362706E7,1052350.108957212
+    -169.0606417047765,4.469398002826111,6.4382140801079795E7,494385.431491721
+    -165.63830952696844,-8.304721409984467,6.476010254872914E7,-919063.211283542
+    -167.18542392712374,-82.24063902054921,6.451214945327244E7,-9135580.706534073
+    -172.90046026560054,-57.17643059075274,6.420360458255611E7,-6350285.633480818
+    -161.26676454091188,-1.1475006123426397,6.525100834804293E7,-127691.323687587
+<EPSG:2699> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    27.829108190301714,7.531281371514538,1255574.536957053,838828.3008171
+    18.9926990345975,-69.559112062617,421870.653155143,-7721161.638942257
+    22.73699423411974,-72.16079734279387,559540.106212975,-8011018.99936759
+    17.755188696943527,38.28508553611762,216197.541026216,4244248.245896823
+    14.507867640498894,-14.618093941894188,-200658.507657124,-1626726.379408277
+    23.147803031713835,77.57819574225095,551714.74759294,8615828.756448636
+    22.075035965571793,67.2100604945735,546615.699111782,7458319.731143603
+    25.111321873249977,-64.01882445989571,701067.082204664,-7108501.280944468
+<EPSG:2700> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    20.682616865769887,-12.590273322775857,139469.843904367,-1394598.315622247
+    30.018627840390103,-30.646895911191145,1077562.093329379,-3407293.835304038
+    24.98189618339825,86.62727663226747,506581.051113628,9625451.633937335
+    22.010007444345316,-77.45744071363166,451874.479085443,-8602179.163591763
+    28.507918266445206,-3.885418295919891,1001321.512895262,-430895.61546521
+    29.710679192788582,61.42704234493374,804688.159951775,6826553.803849216
+    30.613860040828634,75.04679281307122,690333.677271955,8342914.164498181
+    20.371973926575787,-16.112098346454616,111792.151836391,-1785406.642898876
+<EPSG:2701> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    20.827900280730873,63.002575867011444,187750.877618041,7003807.158123584
+    21.015525029953043,-14.41566488849125,-146270.348184007,-1602700.242905668
+    30.98252959242501,-68.48231972605373,663117.188195911,-7605017.813294804
+    20.174378770329998,-13.368466233293987,-240831.873336074,-1488651.772511409
+    32.80001354278663,22.38515701491262,1098149.074756962,2488107.878823184
+    30.581776724399276,-21.73347818481895,870855.557414222,-2408534.745250921
+    30.497630685054546,-65.40331439156117,662575.021798577,-7260873.27786906
+    30.403375337523833,-40.00418379556682,790770.276447029,-4435535.10785104
+<EPSG:2702> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    31.009239617245726,-55.84334115775957,563347.368127501,-6191604.849029778
+    31.910284264760257,12.256035486035657,707995.109771243,1356237.210523557
+    33.67090422749641,-9.431218176943261,903545.355732962,-1044993.917630038
+    34.23308016116818,23.080189566531274,934128.980292983,2559812.24698569
+    32.424329630763005,27.010536620197,740769.837821293,2991214.421567998
+    36.6354124045169,-48.231933669773795,992955.300037868,-5365550.198783769
+    35.98804604383031,-74.69380073546955,676367.062041015,-8301730.644030101
+    25.818905953149454,-35.717025006561,121682.410707934,-3962189.537702515
+<EPSG:2703> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    34.17087607026083,87.91750613727945,504874.949510726,9769533.234870194
+    34.827088231911404,-48.41793708989851,635362.827485808,-5366512.616661672
+    33.802912079644514,-77.99225621172863,518776.980029965,-8661179.551099911
+    27.039572001180343,-55.312568126933,121891.624055863,-6148245.18733267
+    31.195966886314057,-67.24613848886207,422233.158543847,-7462984.517770082
+    28.354796494892675,-47.16728655222855,147950.572543532,-5236321.584354838
+    33.87547286471,-86.45548484887803,506168.185970362,-9606225.12963145
+    30.984826685333783,-84.8963091924201,480103.743647069,-9432384.196415288
+<EPSG:2704> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    32.92436139197152,-63.38214124003294,346348.351770747,-7034703.690245597
+    33.530925288441566,-88.29366734936845,491910.628576109,-9811664.98469934
+    41.34822714316453,77.76506474958165,626527.329927295,8641484.930829985
+    40.770927705961064,65.24123201866126,722990.885450288,7246774.023067495
+    29.86700257947963,-42.12252116231419,-7137.541558546,-4683472.497788697
+    36.241735497187996,1.4186439901661743,527018.22323631,156950.053875617
+    32.9502657278401,-13.440385316656034,169715.933946289,-1488409.604601193
+    34.0156160643383,-55.833729765229975,375782.113557442,-6191845.136111627
+<EPSG:2705> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    40.97379658821945,-30.32087238043019,689963.662692559,-3357289.826190375
+    45.93641574089807,-18.869562425522375,1232462.905466753,-2101553.776619018
+    45.2716802008383,-21.992619010926404,1148720.480064732,-2446255.16276797
+    42.819165906459745,-27.325410467883756,878255.646525378,-3029428.395661014
+    37.988620247796874,-39.89578529139075,413614.930447136,-4418419.670572809
+    33.90883183982973,-4.221038394431162,-65852.765290882,-468522.875309247
+    33.35775427656458,-21.622132814639045,-84748.485214716,-2402536.567950587
+    39.57289522597803,-47.98131422782857,542883.153056703,-5316497.987329229
+<EPSG:2706> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    48.20989168470023,7.602483416242379,1186665.290044277,845711.647390305
+    44.76788142115637,-55.16719385109946,676482.174534467,-6119342.074164053
+    38.16705741454293,-47.60508261015825,211913.913839422,-5281626.333310626
+    38.95492296052439,-7.989355121802248,164245.937042784,-884640.340034773
+    40.68424594161367,61.96355195941601,431089.523851189,6873663.334058485
+    44.44011587764696,73.71136653250579,576515.706215502,8184769.213739533
+    47.797831861255844,-84.12634541262901,566272.62161099,-9349352.754205141
+    43.80388028702281,51.89372999003996,624286.39829084,5753151.666899654
+<EPSG:2707> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    40.68378892064355,-42.873945706214386,147409.10665818,-4757734.175952599
+    46.9565987387049,24.68092892752719,698157.484024815,2732212.164044936
+    45.70424612090434,-33.70970665663529,565390.191595271,-3731638.914826521
+    51.0994003655766,23.948595743289502,1121770.313048777,2663150.457963397
+    47.04463481421584,68.99924920596698,581904.703583629,7658794.230267219
+    38.106047724661856,-37.07882747797358,-113316.618930215,-4127530.253777147
+    44.03009032704378,75.73558021494836,473422.42083418,8409354.80317526
+    50.25529777773008,-63.73475308081488,759478.255401673,-7080980.254795301
+<EPSG:2708> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    48.17158134896904,-24.975168768692015,517426.960074599,-2763253.548468212
+    41.86117356423664,33.238264272789806,-72483.099976385,3696112.350235152
+    44.35067840392292,18.645140742536483,114841.377024042,2066401.798532408
+    50.54052587056492,23.441866152941927,759766.347515779,2595851.02866349
+    42.35584488609942,42.81496203639037,38437.417363411,4757730.347322005
+    43.018827535642735,-83.90065801067546,441063.196629297,-9323356.429555884
+    45.64543112513092,-78.4441161397595,447440.945243399,-8712532.747269982
+    53.0987013559617,50.96697283550313,858176.154570464,5660887.112267382
+<EPSG:2709> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    55.54046867903944,-79.47015532119605,592681.461626772,-8829638.566533001
+    53.89696925858648,70.56734719953621,607676.926778891,7834922.432471544
+    46.32800095532955,-43.20882783569412,120399.04595202,-4796493.949639256
+    52.929268389195464,19.12019851992335,703118.168125214,2116177.955876785
+    47.87102964946695,-14.565527052082075,162755.479338046,-1613161.555106281
+    53.813949774937456,-3.1829891055174357,812991.975208894,-352306.895514813
+    57.565094244813935,40.769556019704794,1054551.281746538,4535856.946403031
+    57.50312807949141,30.225561716651114,1126803.418715418,3363154.553523831
+<EPSG:2710> +proj=tmerc +lat_0=0 +lon_0=54 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    51.627486826263905,-31.156857876522267,273847.065550554,-3450731.399499316
+    50.66053381634533,64.1306762833278,337509.74818722,7118761.84929133
+    60.26491271979185,-20.137791958951027,1156134.918794374,-2239932.516972456
+    52.89203727224496,-67.0928621984261,451951.335288991,-7445150.411571716
+    47.33699583431886,17.953017940066232,-207038.789339722,1998580.171382654
+    54.943939983887134,44.83812670227752,574729.695249734,4967467.062156269
+    60.22804276039281,31.669761552066404,1091224.391730708,3522224.476942942
+    56.49103047910105,36.45937661384605,723404.56674819,4039482.471512253
+<EPSG:2711> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    58.84174664187718,30.72518977097579,676499.587756322,3402034.677208481
+    55.13495983727714,-53.609066979208535,376649.129076418,-5943997.838118391
+    59.50710791053609,-56.926234882863675,652736.68255107,-6314481.323780105
+    53.59511302959959,37.684536752765695,199708.243556107,4178020.41109807
+    60.98645706344574,-11.043655778944597,936023.970530133,-1224125.554382883
+    58.67021448782045,23.95174386188971,670114.646987214,2651030.725727533
+    53.92763771005957,-68.77387998448019,375943.662164037,-7635317.046703365
+    55.11342260476403,13.194549272672475,295550.406857844,1460085.220684624
+<EPSG:2712> +proj=tmerc +lat_0=0 +lon_0=60 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    60.2011223551644,-60.368818388760175,511182.339533696,-6695168.205381462
+    54.06211067358622,-4.787860911780882,-159804.128183917,-532207.298219582
+    65.54525911247637,69.5867454924971,715771.531927924,7732735.618336225
+    58.09703828658658,87.35561908964067,490281.937476806,9706838.496879969
+    63.20692481521041,-15.315974601214862,844634.996746382,-1696424.480399387
+    61.33899247912126,-34.0744993087976,623683.334852283,-3772674.51610409
+    54.258543500034975,2.9323985635181344,-139294.900752179,325975.931836295
+    54.28017743490361,-86.05002720330738,456149.345680629,-9563032.005084679
+<EPSG:2713> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    66.01432530576554,-79.62709044417913,560670.326115285,-8845102.6446403
+    68.06765804436324,16.663227639783287,1041257.976722405,1849992.378873806
+    65.52198170920093,25.18177948011781,754347.882537185,2788649.172824688
+    60.824911788608816,4.158148652025389,258522.925054551,460206.547287496
+    59.59716919466393,53.41357445282276,273850.362723181,5926109.347776163
+    63.027209574944365,14.681918919376912,503008.013581948,1623874.837140643
+    69.1348001156668,-21.589804839150005,1136272.24802168,-2400871.634981543
+    64.08141329948366,-79.55733794862681,521970.330807055,-8835949.112397058
+<EPSG:2714> +proj=tmerc +lat_0=0 +lon_0=66 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    61.91929963892831,7.782652718501964,49598.083953283,862870.050166178
+    66.62486310925169,10.325688465899987,568513.032982882,1142025.811862571
+    60.278714872447836,-58.529162827131266,167009.019381609,-6504398.401479334
+    67.01052060144514,68.57930901606491,541275.252353254,7610894.949819827
+    68.62219646021524,-6.958022328432492,789936.911044389,-770138.863262286
+    61.1443575922066,51.29901926971502,161503.470434749,5696622.948138068
+    63.33999951643887,-41.004846588889286,276275.185103511,-4544465.507702255
+    65.93590722846034,63.96516649517221,496933.754177216,7096031.389961012
+<EPSG:2715> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    73.48888127829073,-23.644232623659178,958387.439537609,-2623019.86855543
+    72.44304055571602,17.706775088937277,865478.027671656,1961946.932981305
+    66.90345607378677,75.87258370059803,442935.115355852,8425405.893133743
+    73.42224925320953,25.723811142298004,944116.358892944,2853757.129007386
+    64.57766819190503,-82.65882473719071,437016.203523413,-9184495.195616553
+    72.07619995135232,26.936832004935837,805650.215195013,2984421.746871265
+    74.07050447845862,66.03229604069145,729800.233399775,7335792.131805905
+    70.40246985141658,-45.713494057209566,609267.500359923,-5065146.392720513
+<EPSG:2716> +proj=tmerc +lat_0=0 +lon_0=72 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    68.11465319827775,-37.65158686247697,157121.946597367,-4175870.731909944
+    75.36664280305166,-75.14011810512977,596431.678099582,-8345323.978854375
+    71.24028925962095,-64.92187111962261,464117.528242763,-7202827.14072938
+    73.22870169548901,-51.513194339554595,585358.132169804,-5709851.489189908
+    68.07471061312567,46.86403888066155,200779.144140217,5199678.348283735
+    70.45629089368863,39.29141119657001,366882.366720732,4352055.692702767
+    70.4326463225994,67.10701435178328,432001.041896499,7447197.665864253
+    70.99022487100594,76.92825161587379,474559.489105078,8542453.504274927
+<EPSG:2717> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    76.37993632883837,46.30709287452689,606355.24907554,5131203.439165575
+    79.37090106119851,34.813628447604515,900102.119940942,3862702.711083947
+    69.32163958120906,47.23370326758268,70125.231276331,5248950.2286165
+    81.32997618565874,46.38319296972452,986948.991567248,5158247.269281387
+    69.75604573186602,-5.022576500982851,-82280.354350936,-557637.384689572
+    75.15124197822632,-55.32217843427956,509656.272215367,-6133067.500727624
+    77.35484093925484,71.93830732053564,581558.696863165,7986885.86927402
+    75.80372575417341,-65.83272529189857,536787.66196699,-7304404.212781855
+<EPSG:2718> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    78.63285589463642,-43.49350102426546,551237.668173719,-4817679.733091002
+    77.7399627465853,65.91122592948574,488201.607955007,7313011.159176041
+    74.18419972330335,0.5667587973088217,74979.479639548,62890.722332205
+    81.99252761188873,35.38484542440462,862898.976364194,3924678.931713626
+    78.45438352989962,-0.0011229704090709447,550629.287116473,-42.612842758
+    82.54566957115247,-55.65622835914307,786073.833850244,-6179621.92112932
+    79.87555714879417,54.160798369443626,622558.023485882,6005490.416554195
+    80.35884817853034,-80.38324303032388,544050.165482154,-8928844.701998515
+<EPSG:2719> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    87.97041532416037,-79.72777190570066,638547.923058075,-8863057.789694326
+    77.01346084567673,-27.33832255704641,105361.059945922,-3031352.266135349
+    80.02945623785408,-61.31781350559272,448054.870458486,-6801261.635320485
+    84.12355725853268,-25.382677152414075,814481.410660891,-2812042.245748451
+    84.5040113512444,12.913533392766865,880516.735534222,1430823.267128712
+    83.21276418616755,68.11536605850344,592106.676559202,7560443.532628492
+    81.26807879053042,-84.27788844572692,503029.62471481,-9362896.45380203
+    86.40539703203031,-23.263005178425487,1053707.565033759,-2583918.970086077
+<EPSG:2720> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    80.3445213902659,-3.3350117584645886,93517.605386108,-369443.136890084
+    83.78745358106147,-21.79560890453233,478054.865449571,-2411101.634032568
+    77.18976019621964,-68.74491819472534,224875.470720262,-7644216.927761674
+    81.0208650549535,70.26767919372767,387773.386777534,7801633.139995849
+    82.41652023985337,70.6477711131102,441455.638389864,7842054.896647736
+    79.55641653620239,82.97656985408145,439411.629243526,9219906.501800729
+    89.962996561145,75.12217365449487,670740.272249099,8349208.852214502
+    79.09236598178283,62.12758487355734,244137.983768275,6900889.770732119
+<EPSG:2721> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    84.00089240469264,74.50277154801495,410582.29912497,8273734.452831863
+    83.95567111814249,-78.01123841872548,429437.63593992,-8664929.11510452
+    88.86087734636078,49.34671422219046,635240.417861747,5469901.265908033
+    92.9341054528659,17.554844790063754,1130962.068368983,1951664.995184913
+    90.63160489940483,-88.62379043511993,509766.954736173,-9848598.010045871
+    81.51083771257963,-25.316008484693725,-53220.736669723,-2812334.023877468
+    93.72936484120082,-64.77900394273263,819648.31640435,-7203677.875343502
+    88.3117837162857,2.952560816194506,645873.991795609,326646.548844034
+<EPSG:2722> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    85.9617917720628,-83.8023609149036,451370.027118722,-9311480.13971015
+    89.47700860604073,28.770260722245354,448948.939158054,3183981.463537624
+    92.06195384811642,-74.92978204344995,559880.704749918,-8320135.173202878
+    96.27337874169837,-79.88575569101106,622834.318370728,-8879018.224179238
+    95.55387149682068,-73.16143208734147,679438.540392277,-8130057.480136553
+    88.8836142976983,-50.981537734291685,421623.065786923,-5650568.898725023
+    83.07546422455322,-3.1585090118920505,-271531.712719188,-351748.505079861
+    85.55708748461608,-57.65002194712614,234851.002691971,-6400951.5524696
+<EPSG:2723> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    88.76352237668766,-81.61636781762745,431089.105597438,-9068167.127898715
+    93.2551996830705,87.52464175087806,501248.495887079,9725526.23137166
+    94.78383830136993,1.8325688237600275,698520.049903867,202815.292469747
+    94.80110384953721,64.64811500850362,586090.74538796,7173368.655778512
+    88.58659905718885,73.14299733232872,357226.863804818,8124982.322055838
+    86.42813134205663,11.775027634099814,-217717.601832794,1310700.559448889
+    91.33010843145924,78.89390117615667,464097.910391137,8762187.401512014
+    87.13196127041333,-58.822371230667,161282.398260567,-6537699.450257987
+<EPSG:2724> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    94.15961628458021,-77.18762956945565,454438.496535724,-8571853.033880824
+    98.21661380841464,-52.61821679054395,650127.282902281,-5834387.098925831
+    98.78669415834909,-38.12057357230099,744393.645313204,-4224477.603830108
+    101.64309849359131,77.19316815215657,639498.368831477,8578497.886971429
+    102.37338001414359,-7.9675871162784375,1204089.934098931,-886427.12422096
+    95.23130495046492,-56.90706645237676,453176.584420823,-6309780.36798535
+    96.36542453337587,34.24841209540939,533668.243590055,3791334.311750866
+    96.04557453032764,18.946297603465638,504806.989279018,2095794.113319264
+<EPSG:2725> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    102.00066368295796,41.492929051206914,750584.288148131,4599718.072982265
+    96.17210643925945,10.180746745780283,190007.164647132,1127275.966979525
+    101.00784333917682,8.369392219274687,721189.559659222,926146.704116339
+    98.454816378525,-10.14289543730871,440251.678835573,-1121625.704831311
+    99.95858952278036,79.09041307470685,520263.414559091,8783780.158779167
+    103.5025573039554,-7.77288972308223,997142.748436276,-862095.892462598
+    94.42205716568263,-38.917536461734024,102876.63454658,-4319254.046585801
+    92.43015977354085,3.292281725245715,-231754.65548762,366543.618089619
+<EPSG:2726> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    104.0017137663963,28.552535930002946,695892.403336216,3161373.858528374
+    99.54886843995317,87.74762905380487,489240.109747107,9750658.317240527
+    108.04077441175869,43.70425853836983,986939.155259473,4858782.103459026
+    97.57867074876596,-82.62442980590899,436663.754900851,-9180644.45325533
+    106.07761274994353,75.86332277147133,611126.61909226,8427175.621744417
+    95.34997742686288,-6.6372515931302445,-236977.078654567,-738817.781048761
+    99.99772304861585,-20.07061596289128,290520.901934051,-2221355.767697301
+    103.81686605942264,25.840597425350367,682156.088179715,2860498.163391896
+<EPSG:2727> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    111.60818492050439,5.794655796767216,1233473.244573287,645125.792770863
+    108.57820572430255,20.497735822475164,873425.639047953,2271624.867002857
+    99.64625813697914,18.34177401584455,-66561.614449007,2037227.4873107
+    100.5283838752469,71.34110909334504,340381.262504405,7924549.330265011
+    105.28777088277289,-4.625053831443623,531916.686598716,-511346.299444465
+    105.62960062989126,-12.425440982892155,568442.824073833,-1374144.576523422
+    109.26005762645929,47.15486621645957,823028.313724721,5233324.154770418
+    110.10582804593457,54.810529385954766,828120.545333867,6088142.186070093
+<EPSG:2728> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    106.671226195707,53.43102439457343,411663.969915792,5923455.678435563
+    110.02519040647292,-19.53632481825825,712557.903381181,-2162209.181244201
+    104.75650301013528,-37.18244518077517,211917.567243683,-4121614.76180045
+    113.63630190057675,36.45567178636168,1005467.115943575,4050962.493228985
+    103.15088268484043,47.01057210441468,131281.421814626,5219896.293395555
+    106.4537442016925,-37.46780313398203,363187.077078228,-4149477.528092293
+    109.94469318379416,-35.912121258839264,675526.578010206,-3977463.859935471
+    101.56638505814149,-74.78496375968916,311772.574316315,-8313138.036665838
+<EPSG:2729> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    115.1434608505927,-40.0358065097093,853671.138325575,-4441668.196702957
+    109.04611769515823,28.35089718284665,308391.869655434,3138943.764887932
+    108.93329015741186,40.202631311254066,324006.066819421,4454131.439253171
+    105.19960930338496,15.658259004807036,-122824.888791898,1740429.837777827
+    106.17840098475769,9.246819762261893,-30432.158179263,1026218.729177869
+    108.44434031149929,-73.94647238193745,421077.946731189,-8211033.792778556
+    112.19950242574389,-36.467473687888706,607485.576751385,-4038009.52730694
+    107.7033890792862,-51.994393736974935,273567.314085178,-5767799.610689812
+<EPSG:2730> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    117.50605677373092,-64.30284114801518,669602.93405028,-7138263.578574612
+    115.25971074525972,-37.2777112623149,611689.148843016,-4128002.463704644
+    117.74102762420384,-67.27676028811247,661216.729168102,-7470053.867113239
+    113.9613843876897,31.479233590431136,496296.327415743,3484170.713626752
+    115.75005644133569,-32.79614224144079,663900.955695949,-3631419.186585583
+    107.31720150486697,-27.89282585653121,-158864.569579742,-3104511.829061775
+    108.33594740255725,-14.112505512692593,-112531.737547077,-1568108.125880071
+    116.32553915872252,88.01408342866486,508967.801360884,9780375.543103565
+<EPSG:2731> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    115.13805529357519,-65.15338254246606,412634.598508291,-7229701.727817038
+    119.61800530265278,9.91333331369519,787163.81531002,1097476.141146914
+    115.99565579959612,-53.23058137831601,432890.801854664,-5900702.141438087
+    120.26242953649273,57.47287916745793,695658.225021236,6377320.321148585
+    122.71695349850856,-73.50341666730085,680985.257625469,-8168564.685623546
+    111.88315443535164,42.36599773220729,78413.527834762,4705047.320877334
+    110.94846891285437,73.59957088666872,309465.86977512,8180335.607732747
+    113.65167999177316,17.043088183285107,143324.306936909,1888205.229663712
+<EPSG:2732> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    115.33889828287343,81.73642738599767,425212.592921442,9082092.496109342
+    116.1628556261235,-78.22056182193732,412531.32797498,-8689335.562484339
+    114.35034703874324,35.0189311415501,-15959.038648982,3891378.445069091
+    120.69981481913193,4.079798098750416,577660.315321647,451242.243364185
+    120.90004930948082,-46.638685466718655,568867.96148457,-5167415.176503864
+    115.0519827425108,20.91305136898292,-15270.108863383,2321476.125092603
+    114.36285783050157,85.17784375090852,447111.553216925,9466009.422240926
+    115.79100206149963,78.95653592586112,409987.927260506,8771918.267333183
+<EPSG:2733> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    123.21509247307917,-64.95216610324721,510112.964367534,-7206000.67257583
+    128.2539992590019,-33.1230257048168,990549.010232709,-3678631.271729174
+    128.17893487824264,-79.09685461202439,609214.399509159,-8789164.488804933
+    122.62807547162296,-48.22937214892283,472314.445558481,-5343944.197262356
+    119.1949568925251,43.53453834983978,192372.44814639,4829202.861794497
+    124.92511482336144,-45.79845712093833,649613.858886142,-5075428.947855661
+    121.87454109035228,0.49513704930087954,374656.548179661,54841.511594018
+    121.43308015867704,44.121836431915796,374527.331226698,4888610.552064001
+<EPSG:2734> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    120.14194577408666,64.60300729766402,219799.541257339,7180080.325495627
+    132.35461472869596,47.179595863679,981546.819614263,5246897.754579865
+    119.21800912621619,-4.858636363961537,-254082.766662026,-540963.374268783
+    128.33899547672536,0.8227438787819921,760360.210800593,91132.17076046
+    121.49400882622105,34.860330016965506,87752.192325189,3868437.742682101
+    124.56299417413014,54.87039150877243,407688.053204573,6083800.911288246
+    132.737723673512,-2.3967606581088603,1251064.752290328,-266792.430828128
+    129.08368777426975,51.05536872435809,716127.480071783,5662826.455883335
+<EPSG:2735> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    124.01131399324302,25.6584972196068,-1354.005909672,2848538.006530949
+    125.96031235435674,-19.068603467257617,179889.30045537,-2111957.929452039
+    129.9286148298967,28.570207691453973,590789.782503825,3162056.163186149
+    126.25591932758587,41.581440087012766,271091.282319571,4608848.272831057
+    131.13652055609128,-76.8970626298374,554015.684798737,-8539697.715436941
+    126.51306877958669,14.51695421040472,231798.064845998,1607078.731713831
+    126.36632172645136,59.78847630758057,352064.400678273,6633497.968964788
+    127.68232741425201,-10.37727423180344,355621.517003154,-1147801.950029521
+<EPSG:2736> +proj=utm +zone=36 +south +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +units=m +no_defs  <>
+    36.97629869452363,32.18510513390052,874984.462194231,1.3568045011853732E7
+    28.75749756059325,-57.26152938969342,244223.860790909,3645749.665908832
+    31.038496513532287,87.99461836031782,492378.716763984,1.9774012268712632E7
+    38.978526392165584,-28.442847133845966,1086029.612773213,6839377.634413701
+    29.098185969641,-83.05883727897508,447435.501980394,775399.613064939
+    28.684340460348253,43.028442863783596,148432.80161308,1.4773124399438791E7
+    27.70762554692231,-15.905772091658392,-67153.86769345,8234529.059990631
+    27.937409637204325,32.64537256366866,24988.039098178,1.3623466644115318E7
+<EPSG:2737> +proj=utm +zone=37 +south +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +units=m +no_defs  <>
+    35.903825725633006,-30.889213639014677,204037.24403646,6578801.783694997
+    43.597037594043854,-81.4995464565405,575812.560976101,948236.442783924
+    38.22581807491244,76.28701428625996,479542.508512595,1.8467240313138872E7
+    39.514008189065336,40.210332485903905,543766.260040567,1.4451346387556113E7
+    42.630550465936366,-31.378973152352025,845350.916210555,6522929.550371245
+    41.654407004660605,44.57364716414014,710772.36221158,1.4939112860814482E7
+    43.24963038732075,-4.963111620936417,971569.82540324,9450130.745421754
+    33.215022220535126,83.26520538343294,424414.912229903,1.9249703437530145E7
+<EPSG:2738> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    128.2460519339459,-69.99687548079508,356632.732155879,-7773043.727784791
+    125.36917823798396,-74.71644439073597,305120.211030382,-8306186.924769522
+    125.40530213241476,58.46117730708235,115378.641347863,6501600.275754272
+    130.53058330488003,-21.22451061925794,347367.44428338,-2348565.552344294
+    136.56149198625775,-14.756624581866305,991524.455018938,-1636972.432173959
+    128.99493830796806,-29.143532832084695,207449.34400755,-3228843.937198
+    128.622969323201,75.74191377799656,407096.655942194,8412458.084003935
+    138.3172267410079,43.91862522568783,1007336.893634818,4884286.628265976
+<EPSG:2739> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    131.5415294947424,-74.83205410268177,398924.850556148,-8311150.081299381
+    135.36563818822452,-57.263269267229084,521986.403492262,-6349263.499523591
+    133.5777220271965,19.94745336530829,351023.116164444,2207256.576116854
+    138.9692880732261,66.97597004570628,673137.470594844,7437256.827048818
+    134.96765074671353,12.162884592832086,496400.03842371,1345182.967643193
+    139.70152174586573,-13.26712049046155,1009930.556145973,-1471992.81184188
+    138.25839083145152,-88.7735539961312,507710.472683881,-9865258.516541284
+    135.98581719539524,9.271667603201578,608242.027369643,1025527.754867879
+<EPSG:2740> +proj=tmerc +lat_0=0 +lon_0=138 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    134.25707067878642,9.640623330618794,88822.559976321,1068437.534526968
+    134.21482758117318,-28.8475361322891,130404.735393112,-3198197.452611425
+    137.70368849919132,61.79577644556542,484287.236271611,6854269.784372527
+    133.84998348251963,34.981089539475235,120868.321808794,3880445.613277004
+    144.42974533661095,80.47510888253422,618510.965650763,8944823.4915106
+    131.31381602189094,17.792861173869227,-210325.4306722,1980839.880378557
+    139.06071417844768,-40.94489635969057,589235.615878785,-4534942.199265009
+    142.46748055464317,63.9677526705928,718634.104900281,7103988.637068204
+<EPSG:2741> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    141.18124529902036,-10.953329780631591,519720.802311074,-1211230.877510038
+    143.97612136224814,-36.22620634121122,767519.835709842,-4014694.895729702
+    147.5626626769134,-53.96684370483904,930321.624549419,-6002168.062313801
+    144.607511321551,-68.54292680398324,647174.008770281,-7610762.926269331
+    139.5817118554533,-10.931912312588963,344857.639405065,-1209219.81910604
+    147.8119496545209,74.00881128653285,709047.517027709,8228340.651419654
+    135.5602032808365,-64.90445608665803,242612.689339602,-7211756.338784046
+    144.9762966936864,-55.460379644696744,751381.810569428,-6155651.191238903
+<EPSG:2742> +proj=tmerc +lat_0=0 +lon_0=144 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    144.0804554366637,41.808111937866954,506591.255369217,4630402.150298623
+    141.4791299174996,-40.55089445700371,286364.723516175,-4493707.294742995
+    140.0581379212701,-25.097909016346122,102083.69214694,-2782643.003325021
+    146.79393992562527,13.063480958917168,803035.622489667,1446487.524514604
+    137.16460364805152,48.21511513401532,-7926.533017729,5365058.905349074
+    147.8751017802114,-59.9478818562513,716399.333265331,-6654595.826023517
+    137.50229245219367,-53.39974782395732,67968.72453046,-5938782.187125806
+    143.38951456536222,-62.662976221973935,468615.196679715,-6950964.002808257
+<EPSG:2743> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    147.82851770463424,80.67229229960867,514900.163176599,8960392.842471316
+    146.49390109879738,74.23626293934274,484549.345401235,8241833.798886559
+    143.92992685725116,70.20658086527305,383870.677383043,7795028.278074544
+    145.48283597448307,-40.753383990825974,371774.927930686,-4514249.146784428
+    142.29618883215994,-59.814830257908696,236104.638825829,-6642804.277208777
+    146.58820383593053,71.37932839307169,485221.092233659,7922998.053062781
+    140.3366070972947,-62.65873732861944,158751.847488112,-6967997.576484479
+    146.01254174763983,-21.178300789086563,397351.175749713,-2343068.029794523
+<EPSG:2744> +proj=tmerc +lat_0=0 +lon_0=150 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    144.72069462364337,-6.960377780103556,-84303.443493612,-772866.504434245
+    156.8179917888059,55.057660753944276,935226.589872536,6125002.965572429
+    154.33448789335333,15.492201021376147,965371.340765126,1718246.356947787
+    145.21150093153236,74.68148367809738,358774.05103775,8297157.531205562
+    143.16718474274643,16.84765230321929,-229737.774851487,1876184.703412425
+    144.18269823340043,61.68957221766274,192275.361510083,6856181.465291413
+    149.56621203708335,-81.97577147256436,493135.19706997,-9105851.155964008
+    147.74908600585013,21.08125084329116,265948.73462019,2333811.076871306
+<EPSG:2745> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    153.18311256614533,-81.9332083575793,502763.85797022,-9101082.46121746
+    155.8663492902849,-76.99229878650007,571917.102714982,-8551138.33698839
+    156.25423371678798,-47.713113798659066,744075.551066489,-5291637.298283061
+    156.79710867991406,66.2138726048789,670770.121489586,7351955.971615369
+    147.87506492268486,-35.25209404241654,33269.074508554,-3914577.946592106
+    154.89729248419292,-8.145262757001632,709017.771114886,-901130.972940847
+    153.41802791837654,-60.29146454741105,523013.36475175,-6686623.027246048
+    146.5123846431278,-36.08655659465947,-84808.951548388,-4014647.583076461
+<EPSG:2746> +proj=tmerc +lat_0=0 +lon_0=156 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    160.58850252377735,-58.977861134154416,763656.609654627,-6549266.453963575
+    155.8499351576062,74.41436510971945,495386.977832619,8261668.127355087
+    161.1967549169413,88.12890257972796,518816.492713081,9793929.85655342
+    156.86268033722914,-74.34585597647582,525882.539428336,-8254160.375645186
+    162.6063755935092,-41.3698344753135,1052761.921092286,-4602728.826411098
+    162.54464603528112,46.923987991892005,998279.181276647,5219721.766553151
+    161.79535099909174,58.45990493515143,837917.385631674,6497185.971012034
+    159.2134620539885,-8.667502845235603,853729.740735957,-959896.612441762
+<EPSG:2747> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    163.38920042331338,53.86958826203147,788522.320941028,5980431.339547561
+    159.12903373687956,-35.743702430672954,511555.176180317,-3957073.057368639
+    165.14490049497766,42.608653717089254,1004194.055970502,4737683.777100876
+    157.40883791554774,18.274233502337168,331615.227628963,2022157.508842457
+    153.87850359881298,34.884411400502415,31477.266998872,3873854.679781703
+    154.86992650095505,62.30421776717412,285742.257195743,6917768.024301013
+    152.97341561564625,49.96214295512772,67602.04771519,5554165.695809792
+    160.1623490637825,58.84894060845545,566981.132081714,6526518.65773571
+<EPSG:2748> +proj=tmerc +lat_0=0 +lon_0=162 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    165.278347523402,29.55781471444621,817678.321034795,3275681.16810561
+    161.8271789713506,59.03711989210305,489958.7527781,6546916.304497396
+    163.21864643020143,82.15081493531179,518468.819024257,9125614.666860582
+    168.2672710352906,13.359492132955367,1180013.905335395,1486192.489913512
+    167.05182639113784,46.893787012721845,884830.325856538,5207942.941188267
+    168.28717390670914,-7.28208028697351,1195523.762864847,-810030.858721582
+    164.99893639655335,-76.6854629606739,576979.883126718,-8517108.907787755
+    162.2182047818718,-7.625401716460516,523956.418239596,-843154.250312163
+<EPSG:2749> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    165.59022584387282,-30.008820285068197,556821.472874349,-3321195.113274475
+    159.29164184277255,42.71839585501107,32229.071456453,4747369.665797574
+    164.00969833770083,-47.23660026983944,424890.677897669,-5234018.290749083
+    160.77185345712067,75.6668675135152,383083.816412246,8405660.4784955
+    160.823188036789,-61.2409541368427,275696.442721323,-6799538.090459281
+    166.07941140424725,28.04012891828158,606013.768766569,3103456.721360826
+    170.2545667125449,13.741497988360223,1068892.212582633,1526047.838251323
+    160.5242777848242,-75.89575636805128,378187.318733454,-8431605.64984339
+<EPSG:2750> +proj=tmerc +lat_0=0 +lon_0=168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    173.65066550909722,18.158979415281834,1098558.973831866,2017895.890574963
+    172.48640856324627,9.81290965053553,992519.777249736,1088543.880861072
+    164.04975803188364,-35.519698498566356,141458.851665802,-3939407.008566613
+    172.483350837696,-50.85893123641064,815490.27089743,-5645983.359889658
+    170.91163462574127,-59.62334335371407,664156.90653197,-6615739.902037704
+    164.64843617073169,14.615923638885405,138592.293753632,1619255.093749039
+    173.14921240909948,12.440974304616844,1060400.986939176,1381396.147380828
+    166.1636430808381,-54.77449097886534,381704.535136691,-6073688.602472932
+<EPSG:2751> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    176.28846615444922,83.39958272687923,567673.978707874,9268006.264880301
+    177.90359512178202,32.23978597493472,1151195.357927376,3589543.197954084
+    172.3733949193302,-52.27610832206314,593612.623421978,-5794968.676042257
+    164.30365323987056,-25.25982784923503,-175692.357732102,-2811688.474285198
+    173.64734794997491,-24.65287601897201,767933.760765099,-2730141.189701327
+    171.90023176774076,21.160101695345006,593371.492612801,2341168.043733755
+    176.39513637293314,74.29826084759975,662710.649044434,8256120.266599113
+    168.5716511501507,35.8086107953453,280372.82265692,3967136.907037108
+<EPSG:2752> +proj=tmerc +lat_0=0 +lon_0=174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    170.91742231894318,-60.723982994506756,331672.682360096,-6738728.298342399
+    176.3592858429397,-60.956992683123644,627682.154304048,-6763045.194648582
+    168.51957122478237,-65.6857944181393,248223.06352901,-7298839.305790104
+    168.68579545638661,-59.27767915007171,197097.948630439,-6585723.827462079
+    171.34080727903677,-68.30996213495237,390174.412691566,-7582885.542390253
+    176.6125143115684,16.840558582255426,778381.410698309,1864601.332691933
+    168.70188064702782,68.69167802379249,285150.857799878,7632414.895429073
+    176.3238158940531,-47.272559842227096,675709.171500756,-5240174.745591925
+<EPSG:2753> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    171.79234157400734,-79.9604219117173,398607.826130185,-8885362.732557856
+    179.49953469052335,-53.425126449601905,666015.831931823,-5924871.521332683
+    174.10784599489324,52.35130904559722,302819.714047248,5806497.513404142
+    177.2738843819943,74.2450536611218,508173.656208261,8242827.018638005
+    172.48605262237953,-2.1575282797685134,-2798.518613836,-239236.015537268
+    170.74736975379022,55.64695549545746,106483.632462907,6187131.297530674
+    176.61738307823472,25.116768235314353,461277.838786805,2779151.709943837
+    172.2539908984864,46.96357392938728,138686.640131787,5214265.412332796
+<EPSG:2754> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    177.42020142247597,-5.841997672946931,214065.508642788,-646579.655915035
+    179.79116031671592,-26.753965523749464,479091.805931734,-2960353.000060902
+    178.2487385092643,16.697394366222696,313057.792158694,1847741.608284754
+    175.22626986331971,-16.371228349125133,-10642.860891601,-1816673.472170134
+    174.47893012462941,-45.08273796831844,65165.90380045,-5009003.857699235
+    179.42982491012546,-86.35378159784236,495818.758655559,-9594865.86761272
+    175.62835636444973,63.85552965922275,284978.235828975,7091248.698668559
+    173.24420134718312,-67.85517643886894,216029.005622731,-7545328.079220842
+<EPSG:2755> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -178.0214077935472,21.88477605861192,394301.43388427,2421502.997308594
+    -170.34044390471794,-32.556413958772296,1125927.017394854,-3623170.19187258
+    -176.37456876481446,65.28517606522729,529056.206641517,7243421.666580977
+    -172.44297548088858,-50.863983205775,820631.77603335,-5646888.987314914
+    -178.05877270294357,-79.30226227305218,477918.250696399,-8807550.170065856
+    -177.65071276737,18.226433814104908,431037.043384819,2016272.625705098
+    -171.87476966311505,-73.58274681666835,661440.507115167,-8175793.56062751
+    -173.285332280924,-19.330207095519086,890433.447882484,-2142368.58177958
+<EPSG:2756> +proj=tmerc +lat_0=0 +lon_0=-174 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -172.83691872591422,-45.653833426612884,590522.897044829,-5058290.081446952
+    -173.41898174379477,61.71881711483232,530589.770816344,6845878.634856235
+    -177.16401655200195,73.97912310288737,402398.291231838,8215734.79562579
+    -167.89572015170097,-73.38199605403958,694500.373771862,-8156403.955723821
+    -167.59662441535374,-76.6545292422663,664622.713126258,-8520711.47624195
+    -169.50268216119946,34.930744720712795,910911.262006983,3876284.77841485
+    -170.89151142742497,44.97751042067034,745056.703846349,4987283.947479833
+    -167.6722007344606,-11.72990638027106,1190966.677024401,-1304927.823118471
+<EPSG:2757> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -165.14628132809625,22.122485039188163,1104575.995838334,2459140.480191949
+    -177.06514138255727,-55.15382420112149,113458.194190155,-6131220.509486029
+    -175.31886048573145,35.216141779571544,106513.00075229,3907262.161819353
+    -171.69169701843197,38.880055020437496,439842.670853429,4305550.529650695
+    -167.6010131983999,-0.7024224290970693,878437.893999765,-77727.251146823
+    -171.64533384353533,65.98272613900374,470544.483148434,7321219.111247513
+    -172.15173322475675,82.54191035038176,483170.517942174,9169320.100395532
+    -177.9703479683623,72.36173779651122,264508.245692349,8046317.316158189
+<EPSG:2758> +proj=tmerc +lat_0=0 +lon_0=-168 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -164.31998284557505,-62.19980405604753,691358.547253701,-6904723.961886902
+    -161.6299900830881,-86.14497243885802,547604.853692694,-9574201.462486984
+    -163.9846719976379,-31.847792486520007,880057.952128721,-3532003.932072988
+    -170.84601527855136,-33.88252647865248,236525.861688146,-3754277.274991109
+    -161.89395425981598,62.33018934813842,816003.850667861,6928828.327157732
+    -162.89561391118633,25.104892806788797,1015158.459645419,2787552.110390553
+    -163.82518362046906,-1.9388818671517498,964758.679742976,-214887.117397613
+    -165.77803263694352,14.037265157907285,739929.149838599,1553704.540866286
+<EPSG:2759> +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -85.44604623483012,-80.52858863537327,207117.2950991,-1.2319235643866424E7
+    -89.3413122079893,60.635743665983625,8092.459691886,3354352.605636198
+    -80.99381386798176,42.54156105331086,597565.237472215,1347564.027240076
+    -82.91509623567573,31.273377006655508,477950.525269566,89415.498999604
+    -83.94061981747855,81.26460346043746,232096.994723381,5651106.869731743
+    -79.8312643277616,-82.2681642833979,290024.768390919,-1.2518137074809391E7
+    -79.40521326065024,13.223741711013531,898015.995048641,-1904016.748412204
+    -84.21346296019183,62.050192059008,284728.982585621,3507900.739544145
+<EPSG:2760> +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.6742547174,-21.342683010345013,581925.526480801,-5680763.136571337
+    -85.85978754401002,-33.77831709036667,751921.030705221,-7059924.267276348
+    -81.6828620511659,-36.92499422474985,1118515.963915203,-7423651.28995705
+    -83.72553041546152,56.67013570496354,831326.66707523,2969240.2731283
+    -86.96680471284556,80.2926982093039,610040.048131888,5597382.289834783
+    -85.24869047951273,62.21958299006002,717089.944025816,3583086.339911705
+    -93.49485966060529,-3.846352617940653,-67022.494248507,-3747525.094091616
+    -91.96366079534806,31.643330367852187,176424.400346092,190844.997373116
+<EPSG:2761> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -116.94205631272273,12.63214644822061,-524226.697077651,-2024185.165924269
+    -115.45045741638631,74.34865685498994,54390.657473614,4829845.170412256
+    -114.31397455534882,87.40387255325587,192398.294790484,6281151.704631094
+    -110.95692018549545,-55.234095634156496,163088.8586125,-9553594.870005956
+    -108.28234122642901,54.39818297997252,335724.556989688,2600639.297798709
+    -115.88729921432645,-23.847261183092,-370007.911588102,-6080540.044417181
+    -113.60960666749975,67.73823435781506,67822.890912151,4089352.355147646
+    -109.38001679835521,-16.42745910582738,297371.075209545,-5247558.880158109
+<EPSG:2762> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -107.52015084752657,81.62419649937678,284811.544589581,5637681.620549801
+    -113.44667687069573,86.39341637576106,202612.432105829,6167689.510546728
+    -114.79949598045144,31.57621935470908,-60318.23298238,67488.721076277
+    -118.32098186011591,-71.6121428995047,-11812.734575396,-1.1390643954381948E7
+    -111.58511115314411,-63.149780538591386,230072.990741324,-1.0435053395761155E7
+    -108.6303900405143,36.35096280334153,508363.374604226,598470.396339906
+    -118.77369151970933,8.814275915175429,-542663.06843807,-2449062.594136892
+    -106.32011327111337,-60.82252126272466,517578.58807236,-1.0188661953619465E7
+<EPSG:2763> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -108.11581709074426,-60.12950434439729,526242.290948842,-1.011215846890006E7
+    -110.41438661831435,88.29273246415514,224452.897074676,6380197.963523753
+    -120.05070526129062,-4.888185190240634,-486852.184594578,-3974520.992815967
+    -115.56987051153556,82.29364014554594,186110.345339623,5710337.886441812
+    -115.08060524458537,-21.75398343890501,75723.255275648,-5837736.957835112
+    -113.78917722912476,-80.32364461030582,212624.613114198,-1.2351429442508072E7
+    -108.24837223589472,74.93784521907503,372788.595379194,4896097.503655594
+    -111.45158051595419,47.85090715432267,385357.98240796,1873309.457765179
+<EPSG:2764> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -104.01788317156165,6.805841377339799,-1090322.077830011,-3087232.152544092
+    -153.8973380801968,44.10777508730064,-4288847.448224069,2613013.791056778
+    -112.11391459812303,-8.205413712533584,-2490457.336073253,-4889859.704238027
+    -172.92557998418826,18.536819692591898,-7539143.808060908,1682440.374235064
+    -169.38362652573716,21.510020136022412,-7027428.660453775,1642601.837677806
+    -153.32955712776567,19.703248209033653,-5845043.974824926,367531.647278095
+    -123.54566712769659,29.7206366098072,-2615409.989350499,-25346.866396706
+    -17.30590269044714,30.863202915951533,6899160.233607048,2205188.575516885
+<EPSG:2765> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -76.31762311734802,-8.054091901541046,2617979.812370137,-4360368.375559282
+    -157.46582374429536,78.596965800606,-1816713.378473383,7024192.89146877
+    -40.562754442973926,6.937330246929484,6449685.523594348,-1004783.038708783
+    -74.9995980639802,-3.607075666959517,2700718.933552186,-3721942.279826415
+    -131.4463323419577,23.965395076574566,-3574544.269736864,205544.677774234
+    -65.73263571906053,41.29035522715267,2594074.378246696,1642221.037549472
+    -61.223310957296405,-17.460879360199478,5127300.5462064,-5242899.836309203
+    -41.96286025835647,73.60096883086864,2541495.717799151,5977918.756070715
+<EPSG:2766> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -147.54441834110008,16.894328764899733,-907757.308472536,-1633603.887786537
+    -39.6500015777865,70.03999682082403,5198745.712149892,5719485.575136907
+    -44.163593649603484,32.66149145366513,8440625.67327553,2821654.331159622
+    -68.1841393470408,-12.855423749914959,1.0202445776682481E7,-3575744.653303115
+    -69.1240642690808,52.4844531795262,5453409.560943455,3045828.591426901
+    -154.35097867054904,72.11244275578991,670961.779844173,4621877.132049195
+    -140.14909477537938,46.53792975927921,610813.657801308,1445758.213965573
+    -57.89354699734689,42.3167931496443,6826957.077309337,2680260.358993479
+<EPSG:2767> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -56.651641861413836,12.366365298181094,9196626.772149002,299168.823398684
+    -43.871064024942825,47.19260418449092,7272210.788722278,3978215.186937395
+    -108.97393783819061,65.12579633768144,2692216.206504173,3723565.28738899
+    -100.13142958785406,-4.751664864401068,5143112.268058949,-4288791.226992574
+    -131.53684536255287,72.25081539758337,1591631.07473734,4642671.549659999
+    -137.6942453322019,82.30233426942202,1605941.886033814,6260709.702804959
+    -96.53646101799795,52.61245490373163,3754386.585219495,2423189.594427789
+    -94.30267732573876,-15.73502005763632,6472109.716913281,-5696554.38310896
+<EPSG:2768> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -137.4212323333041,2.587878787931281,-226212.445190981,-3292113.684470715
+    -169.5353631800026,86.08671910986915,1191154.282042596,7485999.518389753
+    -161.24104117263252,5.444971041279334,-3064376.253967894,-2003098.252933924
+    -172.11640349448157,-19.17207301299428,-6204879.136324185,-4450431.355294434
+    -82.5850934204958,-17.464444973438216,8054763.842124975,-5232389.826962725
+    -58.375505004116775,61.68158246565986,5386145.019895345,4557098.784319
+    -46.296816265015764,-13.485620568728915,1.2474004549128128E7,-1432340.683426761
+    -161.12140905720298,10.909637250229288,-2762863.709966836,-1389147.920845947
+<EPSG:2769> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -37.40776906381885,9.551901675188631,1.0783992533294963E7,1510018.027605133
+    -174.79109814080257,-9.970365974232484,-5862945.914327104,-2744136.471968944
+    -104.0001796875331,12.897639145784062,3756288.67399394,-1920165.954111598
+    -75.68816354394902,73.49277554866102,3786275.991834995,5544594.529167528
+    -100.94426501880726,-22.428375151525934,5063519.127625329,-6869326.786199421
+    -93.7933232432914,87.32023379792452,2358052.890244952,7900490.136076284
+    -81.3346087848316,26.669397994594895,5707112.739402014,270499.401464546
+    -124.55126799931094,-6.73753393184786,1199802.431165385,-4595102.226827086
+<EPSG:2770> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.26783793895117,11.179325012180364,7952841.231780662,-444822.170217755
+    -141.91216951175136,78.26009763895985,1140918.527319578,6298916.338336733
+    -111.9531661362532,7.43708550950835,2741826.540747245,-2474783.497966948
+    -58.454115434995614,21.674219482565505,7954440.315486099,994584.275713428
+    -51.13321973171381,-17.11155628782192,1.1734348655176546E7,-2566289.941758283
+    -118.98074903812518,-16.475940065005354,1847132.85613969,-5825076.045813197
+    -122.1464912301218,-8.81499615183775,1402158.381979879,-4642548.870715625
+    -178.3172077362226,64.28706161165725,-1242382.592857291,5103098.901738473
+<EPSG:2771> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -42.081808023280445,2.2629899874617756,1.0690621014668709E7,252523.249507876
+    -55.56072962438094,74.14069457463714,4540245.139698695,6476256.413806034
+    -89.8576489861111,-10.981131526178427,5784518.398636326,-4294330.826154649
+    -86.56192708630178,36.20656830516612,4637074.142199274,1326243.296524371
+    -179.7765929762906,26.027591991445185,-4019549.574631903,1710151.05007582
+    -61.250718053551864,58.57167838879046,5421444.920910913,4462902.13410759
+    -91.46097163364746,14.868033448154392,4775853.917456482,-1118660.871893214
+    -105.40898325919028,28.59553077309001,3062013.164019565,158806.564713713
+<EPSG:2772> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -157.95360436620027,55.99049347724501,-2303216.858260788,3161091.15397803
+    -143.67540974088828,50.653825189347714,-1748764.941099041,2151759.36490078
+    -107.28727561784726,39.07395179855527,759722.703970575,277559.549671452
+    -104.41948478823129,3.4449742488755,1059324.351135504,-3941942.040018989
+    -145.61150704980466,18.23673873951556,-3474596.924499293,-1080957.733035583
+    -51.93565519844174,45.22478593884448,4885146.834823311,2197017.23460462
+    -166.83733797458305,-10.335329471073198,-7944218.273249105,-2745170.934055436
+    -159.28064547772786,58.614712576741894,-2199450.892832328,3462164.158699744
+<EPSG:2773> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -130.79554679944073,55.95706947537824,-722234.412210874,2578391.104811703
+    -52.71660764883545,10.284995360067299,7050776.417204796,-1041814.590290919
+    -88.64350374132641,64.45439514683287,1823585.084880572,3459918.771823076
+    -49.96547859911527,-9.93479358264611,8927929.021706006,-3130362.898175098
+    -129.0363127262609,4.206617015072414,-2148357.631317938,-3252551.527723216
+    -41.96080379199449,74.00037498698958,3261669.700484883,5513412.772121593
+    -20.53669873249993,5.137820427798669,1.0437347313015837E7,1278850.2066223
+    -39.99448201576132,2.531928096925011,8952996.279071702,-842245.749636574
+<EPSG:2774> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -139.88573791327764,8.544191664518312,-3261152.556070123,-2169192.201139192
+    -88.70622288477912,13.944797659920091,2871214.364847617,-2109830.04406825
+    -157.75584086167441,63.81180650329968,-1853381.101904751,4236470.123331595
+    -25.222419369501154,20.29086479327698,8637520.144326627,1999921.162683504
+    -41.12888855665477,1.0099796031524129,8910689.431816708,-1049037.394078336
+    -175.7738060907677,-18.993376147450302,-9756736.034358043,-2744851.581797581
+    -172.42195651984034,4.271829567140735,-7062046.573912654,-503379.718055344
+    -105.80103262738102,25.58114686937691,883492.872940409,-934179.126307986
+<EPSG:2775> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -103.7345318752183,36.10308875177381,-2437723.396851089,123476.439473365
+    -18.949987922813932,58.563224846185506,3387464.812279188,3147012.599553322
+    -102.21782472274924,54.80547966555686,-1608668.034697525,2049498.594712524
+    -0.13689282287120363,18.493125899948673,7627570.855922159,881769.320688939
+    -119.95360702592785,29.045626062549253,-4166648.450826658,86735.541551792
+    -79.42506911007898,87.78296047983845,235626.967360875,6547628.464525192
+    -67.9265208075225,65.15708829055873,555546.150266108,2953958.035061553
+    -154.41476273956457,57.223057037248196,-4106512.922295764,4253764.610664244
+<EPSG:2776> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -69.29977462637036,-55.810468126742585,583244.411680925,-1.0411855050584344E7
+    -78.10206980915102,67.66966719036463,86123.372711682,3303994.072135694
+    -80.58249268161802,16.797868459936637,-351297.325903104,-2342352.299626211
+    -73.0790783289992,48.60753439623011,372378.562496499,1181117.90471847
+    -73.36109061370131,59.27323208983273,317194.901030798,2367404.047236745
+    -76.53358771696628,-64.44449387408756,146219.360168579,-1.1357320793743663E7
+    -80.30635171379416,15.78090533919611,-324474.61015454,-2455989.895050449
+    -80.84491580854429,-79.33017439612944,87913.488435892,-1.302300361598578E7
+<EPSG:2777> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -82.61141985597575,-36.05822485457884,54817.928724891,-6685020.833550551
+    -82.2183985513452,5.200113202071151,64920.873612168,-2116939.55873012
+    -79.43665809158755,-32.084502035354205,347588.804086574,-6244133.946228139
+    -77.53459360937762,-25.570903717563795,548312.953281151,-5525731.558684384
+    -86.69235599831065,15.134073748805463,-412673.307400797,-1010359.314659753
+    -74.64308726258378,-39.74894648950678,744996.655912926,-7112821.302250199
+    -77.2749204961272,-17.06078517303166,596749.758039084,-4582761.45110946
+    -85.88501891233315,-55.31190859702216,-110032.051929673,-8834522.18926195
+<EPSG:2778> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -84.43572690824078,62.32501178557064,73762.878752048,4223072.549091112
+    -84.43262546703603,-76.61270664009872,137122.414752749,-1.1199806526629023E7
+    -79.18465552765599,-26.028843655321978,481850.635601228,-5574951.517960205
+    -87.14777767124728,5.763002265167231,-370895.506562606,-2052246.153100972
+    -83.65470453046915,-25.52657686001838,33671.543329692,-5517306.237713669
+    -88.7502748960011,-15.149081055902272,-526909.869750942,-4378665.314797726
+    -82.47961891281807,0.19507214631738634,146611.887102144,-2670481.047397635
+    -83.84276203225791,-14.270063400788999,1135.119818645,-4270971.743188655
+<EPSG:2779> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -11.106547011805446,68.88862787800983,4345558.93525458,6119403.855943302
+    -153.16446891178614,48.23684310363914,-4464422.472872831,3744047.913383256
+    -166.7831573970236,22.668966857532517,-7205530.125024731,2241856.749350857
+    -83.52242867222748,30.331507468297424,694001.531432643,147997.694719598
+    -19.523562847211537,-25.141529947990048,1.0394000202027528E7,-4172406.275882863
+    -27.389746977207892,65.56286508246916,3831664.367955901,5208358.187821028
+    -48.29989451886361,24.31734165523175,4231178.889651097,61441.2377342
+    -17.903932513327874,20.066425635681988,7276032.700851431,1011959.197328689
+<EPSG:2780> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -80.40034624087531,-36.53779340545726,358161.195850735,-7366046.91956294
+    -85.11162550329871,-44.800102164065116,-32984.207424576,-8286235.834497738
+    -84.35140915566399,-21.869733752577673,-25823.893121156,-5740519.925893956
+    -81.2970262502037,-20.625040403714223,290634.313000331,-5601358.897188254
+    -75.41391829028366,-12.135771569354247,936514.743531057,-4670906.785257463
+    -80.34270105414646,48.1378228721467,335735.087941204,2015046.890349794
+    -83.0662174977489,-86.03053545012442,193045.767908865,-1.287748758789792E7
+    -80.26144962009634,-80.14339286613762,236414.398948951,-1.222063900406582E7
+<EPSG:2781> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -80.5323311817452,65.70160475507916,866851.0906624,3973881.369634029
+    -85.338587188131,-48.431801784133945,613286.695155001,-8686349.856203154
+    -80.91992520051885,76.46878757293084,784784.495672927,5172597.3354605
+    -91.07978171622658,23.84709323361912,-5339.338860049,-664431.737778241
+    -78.67180274693538,-31.20422899518438,1223983.164389144,-6786095.832649457
+    -90.06809315789286,-51.84666750830914,293529.840079248,-9081976.368050747
+    -87.57074363119214,-46.71197703236131,439746.555543689,-8500122.774333293
+    -91.09036969288312,35.12571430773849,68457.465953312,590388.056989348
+<EPSG:2782> +proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -151.85489204424135,-56.22412570661899,726044.691937116,-8322440.472516787
+    -155.90467096598277,-10.636940270833762,455722.390904468,-3259446.564586209
+    -157.57423788838292,-80.2100883325576,460619.337739132,-1.0992154221833045E7
+    -158.93807440748293,-30.098112701515625,168511.257271215,-5419019.972860443
+    -154.2489116048965,48.40137992945745,592632.454575252,3280486.145762104
+    -160.89189209974643,48.64235845380057,102736.231527254,3320575.92841799
+    -158.49719114069163,-42.254925238012966,252671.284032911,-6767299.101650625
+    -153.50249633730505,61.38633918786991,606749.485774595,4726800.886646068
+<EPSG:2783> +proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -155.73907511684914,-88.36034658091785,502964.299495668,-1.206771691934133E7
+    -160.70316804308322,37.673485362351855,143834.728414955,1929599.419734398
+    -155.69083483964678,42.74949942245652,579890.396799331,2486002.291724146
+    -162.62571645619528,69.90220454431633,271701.180792327,5519780.157287324
+    -150.37580834284407,11.12543568504482,1188487.227599823,-1011578.31431995
+    -150.53821176792167,-63.40684607000571,805855.80610091,-9297339.090656944
+    -161.563458064999,-15.795418441356617,-25186.005897054,-4002259.608541721
+    -153.65232266814144,56.51587763928538,685520.701405101,4020673.658174568
+<EPSG:2784> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -159.5964909460499,-75.91317616500059,456612.772214205,-1.0770877383148964E7
+    -164.55430247653305,-54.667213141791244,77409.49265978,-8421385.074524429
+    -152.4928376193529,-45.14645346679923,933107.14229198,-7357455.315911564
+    -155.88380919651445,-42.12544380611383,674985.555071797,-7009198.374995907
+    -159.79028351255192,-59.56574630854516,398804.919857183,-8948496.95837841
+    -160.29788574002265,74.86730786994613,433029.094234948,5971833.784670266
+    -162.34669781999784,-7.910719293470635,20260.951758474,-3218783.528124758
+    -158.33710556412836,74.98477323258857,490247.460657199,5983675.986856156
+<EPSG:2785> +proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -165.21905126046454,81.6554864350604,407451.478878717,6659161.947164851
+    -158.86762983400612,-70.3940458511736,523690.913201598,-1.022830875262776E7
+    -156.3460974027413,-9.093076763733563,846871.741518351,-3422366.069143202
+    -155.03313460934652,44.73732408546621,853803.752070019,2550099.613286245
+    -160.26519963699056,29.505878848599593,425805.317170893,850230.814564788
+    -156.73249325258456,87.32230065481156,514435.23440382,7287814.852411106
+    -152.63080543076538,-47.17873023297248,1020597.664947007,-7665329.06553037
+    -165.3066644009627,-12.960563649113652,-131006.193714703,-3855844.520254301
+<EPSG:2786> +proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -156.07488110920875,-20.15242905498266,928059.154595349,-4631404.311564408
+    -163.77818967569908,38.693574196905615,185755.965892374,1893791.779033744
+    -165.8278748019426,20.311907374221477,-91989.457593724,-139819.353137057
+    -160.91920919084248,85.44317942696597,493322.396841603,7096159.721360953
+    -160.8503280039271,-6.570211473810559,424389.922702263,-3123471.019804554
+    -162.73495018493708,-9.929085003273713,218264.840739596,-3495991.563237171
+    -157.53430218090602,-88.44235542011877,507989.403852276,-1.2225061268697273E7
+    -154.05865201796004,-69.63032994725015,737029.466970802,-1.0136489740010122E7
+<EPSG:2787> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -113.68280511755023,65.63953028367587,130198.911279415,2668732.490907819
+    -107.50381168735383,26.65384832789117,664503.794122816,-1656758.10238231
+    -107.94049772404169,69.44295924407396,365560.399467504,3097782.172499948
+    -116.20739211988099,27.887218395668995,-198032.251005979,-1522017.740866858
+    -108.45056890439405,44.393000534373186,496068.671612028,309583.160501054
+    -107.1940652512929,-22.020945517460547,713845.90828419,-7058737.199421256
+    -109.29100978521565,-62.052256530431904,350377.909702771,-1.1500097713011643E7
+    -105.61669766896078,-37.387826012333825,780352.102680575,-8773897.941420972
+<EPSG:2788> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -118.52113482872967,20.760791235224488,28847.131531291,-2311300.032347312
+    -119.00429835215921,55.84423392692355,186677.278666247,1587858.131399679
+    -112.17572712392337,-54.17561902475063,619111.431214894,-1.062105587516957E7
+    -117.35878080846987,-68.0675663766508,360005.570489802,-1.2171199623744542E7
+    -114.69628765675586,-82.17074962827759,489407.381661936,-1.3741494427872939E7
+    -119.84378632287634,-61.99648778668403,194074.003244896,-1.1504340073892375E7
+    -108.8892451486312,-52.861441223695586,844077.391547586,-1.0485510532750782E7
+    -111.12214706183752,19.54165058022059,802104.381984552,-2450318.803529905
+<EPSG:2789> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -112.34315321871412,-84.28357850618204,837876.417129615,-1.3978299703926265E7
+    -113.43988576359261,16.48434048156554,1046697.245710016,-2789774.762359409
+    -114.55222629536051,-18.66261286004753,926366.943589676,-6678913.690904945
+    -116.03428894394632,63.40403782578562,785794.717600969,2418677.315672945
+    -114.47815932174501,-41.992298872778704,905379.571504073,-9265559.889259387
+    -119.2945367610685,83.47128570237936,755018.256383631,4659238.193681944
+    -122.19193213723653,-49.24512244105985,331127.696739789,-1.0090836215942878E7
+    -122.4867957950281,82.30108610567004,699431.567905916,4533046.248973593
+<EPSG:2790> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -84.10502762937838,-44.96937235574389,633558.33524668,-9049540.45485592
+    -93.25970682301438,-74.55842996319295,153687.431372926,-1.23429295540472E7
+    -91.08186554561091,72.18316170520646,206128.563538954,3955093.634378796
+    -90.00763520442017,-1.595755971782168,113667.366800441,-4235939.419033906
+    -92.85225434489003,-49.962201389201276,-24175.404326969,-9605719.222307062
+    -85.5773694997042,53.901968547599864,481122.946988024,1918958.270996924
+    -84.49335902519351,-81.91928336748803,360241.046786052,-1.316064849203421E7
+    -83.6873499530229,-32.47718822844801,736917.791433305,-7663621.151462466
+<EPSG:2791> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.71187584635165,18.687688696076037,958996.409161868,-1990525.471987779
+    -85.7509922789506,-5.1588825449324816,1190024.578828959,-4631402.711957443
+    -96.12058507613725,-66.17155207750986,431822.77614747,-1.141357891605952E7
+    -85.66797161121526,67.7990199719641,889622.518966747,3470640.216516136
+    -89.02108959180227,-26.23314953124502,814463.160302853,-6962280.939741608
+    -88.53166614526825,-78.52519424272437,736318.301762135,-1.277974640053899E7
+    -89.46830897761606,74.1686151139169,721272.574346385,4174502.902803824
+    -93.28233547083856,-21.30815551319401,376633.138227325,-6419534.670244427
+<EPSG:2792> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -85.28772042642464,71.24676600226093,113602.244475728,4005997.37294782
+    -91.37973061832383,73.6018643124095,-79841.082586701,4277363.420266382
+    -90.55955344304728,-26.339741799903926,-388793.310742511,-6825516.433685817
+    -91.69288230745522,-27.77158547727211,-494599.354396146,-6989495.464087919
+    -79.59638128937682,-54.453157606630725,493475.417613692,-9955005.140091902
+    -78.86711185806061,3.7419551811421172,857070.747055053,-3485165.36203071
+    -83.96929692712116,14.1033562694914,283309.056869664,-2341473.009704246
+    -92.23219242849302,-36.39688624074587,-489355.312742885,-7951399.145935786
+<EPSG:2793> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -85.2583877694664,62.60727773069405,993702.952985088,3043842.210777838
+    -80.83685737313964,-10.500251331400776,1585039.845864529,-5069837.75980652
+    -90.39567597996331,-85.42376668651299,870499.726234923,-1.3393236623903569E7
+    -81.05581474695796,-55.507990526694755,1280571.961656732,-1.0071966701508153E7
+    -80.93255443815583,76.34708477127671,1061847.883717842,4583610.223453001
+    -92.31401005858021,-13.310464705159362,332574.140664139,-5379848.043481962
+    -85.71096967800722,41.14664337806067,1015205.441352871,655751.111846924
+    -82.68661120070213,63.264123472442634,1120642.64367818,3123292.997725245
+<EPSG:2794> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -140.48985250242282,4.1133479312864125,-4575071.527074265,-1720379.924622667
+    -142.52512823140188,65.61870453982198,-853578.987918128,4466724.373607686
+    -88.08253553489399,36.57244907461598,1987205.104546616,467371.338599356
+    -19.007657167516868,-16.34105925474107,1.282629781640199E7,-1281329.201933533
+    -16.43426046199511,77.1654894604243,3682135.681393165,6368985.382627047
+    -100.89900343926041,61.37006495525638,1079765.170976719,3270523.13037148
+    -144.67088030872551,31.64532518151784,-3143366.697846707,1349059.773795221
+    -126.72908361068593,80.09583502215217,613986.168123961,5922911.10013133
+<EPSG:2795> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -50.15471052937235,8.7494594206878,5793763.291506249,-2299955.413685105
+    -93.33471754050731,-3.973935104471394,524348.001146807,-5384530.813653203
+    -148.14365208918053,67.32425355121227,-2007168.922160819,3977440.831006943
+    -35.21773372346286,31.326275352406427,5714456.398441953,847817.259907975
+    -119.74081346393514,86.80849683339518,154467.730552496,6318634.103258428
+    -126.68095481763754,87.70002305322376,151121.067326434,6559265.837496771
+    -33.36899328323105,0.48158725520575985,8263598.84011936,-1952748.536643229
+    -18.15025751097437,87.04670328331963,1341892.701046597,6713372.144156748
+<EPSG:2796> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -85.37878376987051,75.15095060360771,880189.034342974,4495287.160094939
+    -83.69302252330218,11.242327095298236,2136717.482700811,-2982635.154885364
+    -56.94836199320565,58.614045651223265,2860178.499444084,2868304.769539566
+    -32.14374550303276,31.924322142000406,6138293.460890399,1470522.036045953
+    -101.46035229136464,14.103234338265018,-8346.637055692,-2762762.078232994
+    -28.57109142882922,-0.3035688174886886,9098992.41552071,-1112297.863346065
+    -167.012740427872,87.49624422301429,-371197.973601224,7110249.719191013
+    -117.60689728212317,-3.1200853368108454,-2378295.065074414,-4712315.912337238
+<EPSG:2797> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -126.91611113952985,-1.394473489304083,-3467413.745291676,-3557361.929243523
+    -131.58712664373084,41.272404718391606,-2319014.931634465,1399085.180222009
+    -68.23604167141067,46.72068229983171,2701365.401755317,1897421.41352749
+    -80.78709671864209,-11.94461097933147,3125825.927635427,-5438336.157687105
+    -49.5035281198048,43.311338470835636,4211545.425663952,2163865.478176735
+    -23.243757145524143,60.61414262256183,4443615.373246319,4865244.065283872
+    -47.253001393238975,45.705418629615025,4229144.319107572,2486181.243452794
+    -96.08957275352783,83.78807472637446,454990.517659849,6609997.853491473
+<EPSG:2798> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -49.27094542418301,39.03506491503651,3456368.462960029,738612.82713649
+    -91.51110777053253,39.30040440511954,-125729.077049811,224530.355814054
+    -69.26749904218758,44.73940297327964,1688704.181854077,902274.686548603
+    -151.39255651772675,21.520578266640335,-6123004.264577829,729335.91456102
+    -13.745421091887238,78.67549921419068,2583782.076535768,5976801.825976771
+    -131.06469940454122,22.099949724160233,-4306405.816036103,-482341.4542083
+    -161.01428771313098,12.644596349471826,-7636869.406189055,754955.500913032
+    -96.15511905049277,42.27145847192956,-481569.308813383,593610.972769488
+<EPSG:2799> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -126.11483620917613,33.91042100872386,-3126616.790216837,1017737.481595286
+    -124.70114795408675,39.31621932747092,-2766553.306244766,1514196.803968301
+    -92.26480622478653,65.43613141236501,149016.952394674,3901318.000335565
+    -135.62997637997805,6.72138918710942,-5504497.246193554,-1312866.533166711
+    -45.64537582501819,-2.130634912345542,5888690.277200158,-2939369.103197146
+    -99.42537091070754,32.26325205896027,-788871.538700795,141269.717524791
+    -46.99823944045943,20.650160212278713,4585970.20770462,-413343.080895966
+    -50.74805085288706,65.3974606141628,2346149.163005124,4230156.921720456
+<EPSG:2800> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -123.88425952947847,65.66734066888796,-777241.030521715,4441414.979828656
+    -154.64698555810168,5.606765950154788,-6194854.960939041,-734051.344610171
+    -83.72151611867247,-5.342693248426944,2186507.071641023,-4209692.626354087
+    -65.47219335157627,77.70677694347668,2064501.52538113,6226389.649175747
+    -51.941581831947985,5.755575044005994,5841410.423644972,-1920659.15821896
+    -27.805426326014384,2.615631563293224,8662498.581152245,-867545.220546659
+    -123.10110735755576,-2.572230650163501,-2983089.9851485,-3323062.24362341
+    -58.02109207105465,18.976799031520727,4658052.707868794,-701307.232097915
+<EPSG:2801> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -112.61959823422374,48.263089945699505,-660595.268561314,2385390.869934451
+    -174.74283716523627,-8.648207802580078,-9419239.73897517,-470232.829076795
+    -16.841737820641725,-19.031139130525652,1.1401200017355707E7,-2458208.171840116
+    -97.31097622716057,2.940276012055577,261673.749434097,-2918853.929377198
+    -132.0031561038518,30.322871279608478,-2829489.593813322,888862.265985368
+    -7.844209510203456,69.28078953695211,5147999.407000051,6573522.430157516
+    -44.4631019923587,78.04680574789342,2875323.915214184,6895460.021399148
+    -169.17868661122682,85.60714423999663,-793186.909267715,9001234.404410698
+<EPSG:2802> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.17423639020339,73.43577772402554,310369.310007984,3315264.699259211
+    -66.37741473477995,-38.393030192455434,485423.754405991,-9089135.321220485
+    -63.6023342864006,-73.96270202462749,450917.001740817,-1.3052846261551809E7
+    -73.87483968888795,-85.3327704128851,251228.114415645,-1.4318311939927375E7
+    -70.32356017620802,-75.85261484689657,250239.362337591,-1.3258336669649148E7
+    -66.9495708531737,-65.14583231496454,372730.31093716,-1.2064071080828352E7
+    -61.9090103683275,-85.57976324845816,356607.419060077,-1.4346863165799482E7
+    -70.70760637514448,-28.922224044815593,84725.389686035,-8038637.656713624
+<EPSG:2803> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.79655090817806,38.389419104053516,1019700.141773169,-492575.772631488
+    -72.31091286645234,54.216685221604735,760135.599005799,1267911.265318288
+    -74.2244179422646,-51.22362312475778,616587.164125674,-1.0428650958779857E7
+    -76.55900098770591,-4.994779135535282,189653.85717972,-5299797.16911228
+    -70.87091601558771,54.356436866351686,854215.610678784,1281571.675472864
+    -70.25714537026262,84.53315407290074,899037.272816685,4647011.803679991
+    -71.3278532873595,83.49340664902599,885305.096939068,4531042.144935416
+    -66.41190777410667,88.14543392336637,913562.176934801,5050893.85521419
+<EPSG:2804> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -124.86232479541053,72.39983981093152,-1556187.80370567,4672866.091712896
+    -160.6662801062812,42.396065357832384,-5575102.235317832,3472722.511643154
+    -148.54697563642415,64.24911633208603,-3122132.501226138,4521830.957282877
+    -33.13036101892811,65.16773534666551,2652802.748590205,3734307.02765041
+    -26.80419074735073,-11.536763850799687,7842513.173421675,-4087265.01953751
+    -27.41153794079645,80.93135230250736,1727526.17881743,5856989.126513709
+    -135.84905485242373,-19.056633768321973,-8917113.449620767,-4337528.324184097
+    -141.69612906785056,33.230677166817195,-5163928.134510792,1565337.121291533
+<EPSG:2805> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    7.149245591057024,80.74866284311027,1993672.786531913,6567756.671182783
+    -29.381803926031665,-6.936313193680004,6435560.394501377,-3656865.34109848
+    -0.9830733291319689,62.363538261129406,3693295.704844016,4711876.29472035
+    -84.34761030456198,18.07645280743089,-1269647.460432795,-1755471.545630619
+    -26.983260840227672,62.07432909014065,2584364.946910841,3781694.871793287
+    -155.2388819056859,66.98527499563504,-3277553.69992443,5604057.798339669
+    12.604566541212307,87.84536251789277,904336.868019362,7461430.877527212
+    -80.33561256492743,16.520467335410522,-832146.553581866,-2000627.310895078
+<EPSG:2806> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -115.05059972891682,85.32714531597738,-228369.968770246,6002087.686377304
+    -105.84808778355375,83.5851208083679,-224702.031028226,5614766.202759423
+    -14.205099804147693,84.12997412757377,1541980.026591811,5920039.101054029
+    -10.728221290628738,78.3739821591569,2225001.875460251,5200494.055084628
+    -109.02552454813207,44.365882190952284,-2474868.320121936,1046352.935291882
+    -154.42367964173673,65.93510969660069,-3139684.47298444,4788768.241585269
+    -60.99550194288466,-7.969968941142421,1966263.382148842,-6024700.332216882
+    -80.32037938092625,87.5517051380044,390780.034844524,6332216.525888857
+<EPSG:2807> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -61.14671368527452,5.748636060244049,1.1511404307461087E7,-4106810.592397586
+    -28.69736310226591,50.3439770789016,1.1795344705425244E7,2080825.38296979
+    -124.76615846201955,21.622482970354305,3907651.409058078,-1654555.283911992
+    -147.82329332267324,13.786968112857146,1131796.29736566,-846320.079981423
+    -46.4986517789894,43.97214708815819,1.1112604147815723E7,722738.544690513
+    -9.511676938172656,59.29784070134524,1.1852821271715943E7,3677244.189035593
+    -45.984654563928586,44.82362786224435,1.1101720240719553E7,825305.805440358
+    -160.867298104564,11.67017557770242,-161023.280135318,212242.078398377
+<EPSG:2808> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -10.89004795441545,82.06935945837672,7425368.535060609,5464206.398172996
+    -125.3358371304206,6.983826323664431,724299.069876035,-2959142.094989425
+    -30.339817575331068,-4.869249747731562,1.3791530547182674E7,-3332076.247081085
+    -86.59449075950344,14.064169448639952,5725880.685897944,-3395728.471376649
+    -54.706783464113244,82.97934987494942,6594085.106689876,5030128.660020979
+    -118.1197812219246,65.87032856434924,4378572.680137501,2912930.013339059
+    -65.56059199341064,78.01595734204345,6557898.898640428,4218772.910279182
+    -137.31912302420028,57.75876754730808,2985513.084774178,2639731.666482605
+<EPSG:2809> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -51.42398293782158,-9.622727727470973,9155768.60052117,-5466234.66863469
+    -56.52515572727758,26.579893958577557,6827860.610405428,-1206299.129773086
+    -11.583497189412554,23.143963631573847,1.0928869152115902E7,1119850.470991999
+    -26.14093363845788,36.190294471101325,8861057.861894123,1160232.34644224
+    -68.2921316981135,77.60366349786142,4507487.635382587,4405495.040383408
+    -144.72831931108814,71.26084506972518,1664461.594956353,4351801.03780526
+    -32.26183589640681,79.29048548962888,5403490.322114823,5060555.125931863
+    -134.85954353353367,2.3202599159302615,-2623941.361024548,-2656675.503338019
+<EPSG:2810> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -74.43389516418131,27.097948022738386,2745378.936990149,-1864210.997116707
+    -34.21479188266855,64.56796258710338,3487353.359142141,3217333.261417403
+    -178.02431201348756,80.65413093474922,-834241.170763494,5200141.356532509
+    -96.06375377736757,85.45477823566146,758825.87861396,4961354.357794621
+    -16.43324224516411,18.960420477183575,8430368.814872997,1046656.172235083
+    -69.87267798457643,-0.10185420300660653,4263144.958376659,-5141472.978991493
+    -13.992084864972014,-5.501750601740229,1.1509846769046236E7,-493284.748860914
+    -32.76433927436284,59.04785748209912,3987588.100803555,2816039.245968855
+<EPSG:2811> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -46.40379022734666,59.5267652201175,3421846.086828642,2547265.815600455
+    -167.78423478811655,0.4952050025527708,-8570856.061735403,-665646.734474842
+    -15.001182898755928,69.07731281121555,3733987.516721203,4464646.178685894
+    -67.37718321513309,57.666614650747505,2406923.857213219,1793141.274460902
+    -146.42378488862724,77.55857104367038,-657459.984867992,4463348.019117314
+    -137.39320661922596,77.42970203492965,-443085.986994087,4294405.162109792
+    -45.12435285989088,43.57043545653683,4522862.655033968,1134077.979156698
+    -45.597504751837164,72.69697463236378,2546643.390560586,3869716.780261589
+<EPSG:2812> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -117.6972000704546,68.47303993587504,-268406.505685929,3185517.80929761
+    -156.28720977648268,80.47418618696969,-647731.195870355,5249981.988036267
+    -141.1304432622651,1.5118552714976943,-5576900.1206442,-3039304.295668771
+    -33.30835432729242,88.3033934317195,1222430.990753594,6306777.405172545
+    -138.84902420351204,61.80413741268826,-1568928.622324338,2891665.388711783
+    -174.83552291612062,30.40094748090948,-5950426.79784363,2326153.146281194
+    -59.65197402728322,2.3269044639818794,5524811.792867659,-3807457.983784048
+    -90.19451452567976,72.01325241933775,952984.014405244,3483366.709613869
+<EPSG:2813> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -85.68027503008783,-39.829007496064605,569933.436180841,-7679608.604497132
+    -83.87760986526038,-38.858195134086195,730245.535449346,-7578762.590147177
+    -84.82236946311022,8.100558317873805,742400.155245601,-2366613.076201564
+    -90.22191313690165,29.38475597578514,165202.24741599,-11971.787283455
+    -83.32478766034654,-88.19052083580004,319396.991381043,-1.3064827218544045E7
+    -92.75554116889461,-10.636416797466964,-129458.558517435,-4443432.385349311
+    -92.0357985732443,-83.27591580525157,258143.240818376,-1.2516186284474943E7
+    -83.29989680923971,59.166212160723944,616252.150065619,3309458.857960536
+<EPSG:2814> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.71795921247353,-73.83891239591733,812299.588084432,-1.1464866183457315E7
+    -93.94832597118103,15.302356886608194,311553.531494466,-1568928.069204173
+    -85.46577780749254,-41.651190153482766,1105512.716004725,-7888652.422151141
+    -92.20720880597128,27.62135907717058,515032.173503415,-206794.082928899
+    -96.32721682301113,-34.071287676350465,146368.933326357,-7052165.115647762
+    -85.2593112254874,13.793637475908412,1249265.919857305,-1733278.393943813
+    -85.96371302883658,23.384331121571847,1146982.673023764,-670780.613440444
+    -95.40022585385512,79.58943092366889,597874.978701156,5578772.731857197
+<EPSG:2815> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -97.06711892753324,-30.819858363324066,-378979.748154095,-7396078.914232672
+    -96.45827246563324,60.977868457910745,-72281.601533722,2810463.869087031
+    -95.3432416440213,-88.97272270501686,240313.625114561,-1.385376087758208E7
+    -96.51765553039907,53.86314306742224,-145656.969277524,2020306.422244964
+    -86.54868792862882,-83.44958142651645,300302.280409454,-1.3238246698424447E7
+    -94.98545486052058,71.12199802487453,88098.757739668,3932849.482189808
+    -85.4722825931049,47.22984984528827,630681.825790767,1277942.203125267
+    -95.50732323877094,-57.78285180866823,-47704.006474211,-1.0384472697413543E7
+<EPSG:2816> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.32275090378744,-20.018608827115358,1147278.753831109,-6193041.168470336
+    -90.0468168805043,24.67574605926214,748328.254222074,-1234610.553397208
+    -86.92599592522146,-29.131094600101022,1042855.283271675,-7203250.333132837
+    -90.99355814887342,29.602255435027487,645926.035083586,-690032.153512398
+    -95.7908089430307,30.941158009719658,185459.777728412,-537915.500722546
+    -86.12067110317705,-14.586295054723223,1188606.816790869,-5589575.593394919
+    -93.5504096314776,-35.10619794175761,404238.634144185,-7853405.713778345
+    -90.90882391671488,-37.56138762910596,640580.4994543,-8126513.607549309
+<EPSG:2817> +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -99.98470947108073,36.24327269006129,356802.58935122,22480.903760366
+    -101.07366014792944,-73.41656931259578,640894.831188376,-1.2165042750163779E7
+    -101.01857866758603,-60.95059660979098,497172.871855801,-1.0780965273411797E7
+    -99.0081698943725,23.340203365230067,388675.717404884,-1414538.006078558
+    -90.55934872045938,61.49846974550664,1059766.886955419,2823180.840543221
+    -98.71043678013201,54.028826933181165,574181.348102857,1993179.917083406
+    -98.35384197117635,73.01585401575562,724384.373505363,4105255.3281507
+    -99.88022290352536,-50.78767664195014,470734.106935275,-9645750.40628527
+<EPSG:2818> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -90.87933882847668,53.747200556656594,1824995.417425948,1203738.822634139
+    -86.03518972309828,52.22625875555012,2185315.176665122,1126572.294749563
+    -148.62415195707626,-12.826863082909721,-6018567.171873898,-5870376.503888097
+    -150.26508057296053,63.56256050307287,-1429918.294270773,2717524.921172856
+    -44.256592604280826,51.69090362735304,4619000.474663991,2605420.734286077
+    -66.20459585990491,13.294094872027092,5793782.535904055,-2159934.930844329
+    -134.8018515837356,0.7781463825511423,-3086104.847198605,-4752114.527698243
+    -142.68338955487926,47.08966798331224,-1843390.008254368,841003.243251596
+<EPSG:2819> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -79.71885205111634,19.847154733310994,2747823.461695582,-2004526.126670137
+    -103.17742282339195,71.11946873748516,362849.242970015,3671303.500738548
+    -68.16394945009039,66.87151252206901,2041558.039981011,3406002.357663054
+    -115.68047777709111,-14.870910511036474,-2116917.052079552,-6868986.504703375
+    -157.52345317552835,22.833686612254816,-5253900.34904665,68744.673909272
+    -87.5748501081701,77.65392895146357,902090.516217644,4622934.066295473
+    -72.15921514674591,34.22893135058152,3039845.852290637,-211339.051281691
+    -115.64342429578049,29.79092411813685,-1033882.587482554,-983258.801147221
+<EPSG:2820> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -120.04230169880506,-21.149607291680013,-263439.261264313,1807603.614879617
+    -114.3289424989723,-31.167304306753508,319582.516184906,703670.266931346
+    -122.03049399437239,17.446156854072328,-486013.571942204,6094624.146539461
+    -115.91819866871418,-65.38799954558739,184433.670459098,-3100388.868227981
+    -111.12499886361762,-62.295344002144134,431188.632165066,-2763598.343540318
+    -120.52932017977221,-51.60921877134346,-142498.694128483,-1577365.003774531
+    -122.35440433401888,-11.404475365340957,-540493.64051205,2883763.113369364
+    -109.72815542629486,-41.85236035263229,686270.382757362,-497857.01747215
+<EPSG:2821> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -118.24863836099694,28.327664783352972,344872.135052853,5288983.505646975
+    -117.40109551935011,47.31932210117654,444481.619288304,7396010.979010614
+    -117.26353847901464,-39.945871355744316,448995.528617189,-2269720.774261563
+    -109.91108951222063,24.585255106236275,1185223.868352022,4890226.586961638
+    -112.73485592616947,-28.237030841331517,886020.588219187,-977143.811845342
+    -110.50046646479474,-4.015755438898125,1185997.092296127,1706931.515050874
+    -115.32939396053469,-18.06212606712863,641570.462118134,155355.747082429
+    -115.22000863596388,48.24016637042206,607443.325261994,7499136.086000652
+<EPSG:2822> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -120.32037531941708,-71.13194388579662,737292.788145239,-7741854.325164964
+    -122.11314434063769,-21.806750163277073,434880.482657955,-2262816.152685316
+    -114.41160815908057,-52.279338240682264,1084627.406265341,-5648522.379318858
+    -120.3494620115113,-10.614745944770391,606728.40836938,-1020756.877087669
+    -116.73006202727983,-28.83787285329001,980860.698579261,-3038865.721861021
+    -114.63709791109135,-63.430149682596834,996905.741109833,-6888169.390813926
+    -117.78967584166611,-48.13027363100773,859071.595152706,-5179157.95216749
+    -115.67955412358141,-34.51725636715999,1066642.57054105,-3670961.430983735
+<EPSG:2823> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -70.19369346229686,33.951508356816774,436158.740955597,-947884.065691136
+    -72.47675693330868,-37.4257313549599,228298.280996203,-8850948.322319519
+    -65.21354307248474,-7.958985009132775,1012921.342491311,-5592682.085870255
+    -70.00782507558266,64.37306802678137,380076.375714838,2435231.984073328
+    -77.48634789989866,-73.996045627196,121099.298756044,-1.293037032863227E7
+    -78.02897288126985,11.456255710040836,-395533.025579373,-3432432.31390646
+    -68.59328714802487,42.84857604662366,551221.708558854,43305.218123942
+    -77.26606737325314,20.289160430749106,-285576.912526375,-2452771.625959917
+<EPSG:2824> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -75.27349486968512,-73.09632901414918,124889.867620307,-1.241339381388369E7
+    -76.47612166013255,86.15154703835668,135190.341911205,5271849.190947489
+    -79.73424419344799,-82.3605763544703,72396.394188254,-1.3450911627460288E7
+    -71.44014695617689,3.203704677357763,490220.321715067,-3944847.992214162
+    -69.93299206148252,78.15405919532247,254588.419120121,4382676.716325368
+    -72.63694799385425,27.901517943791788,333419.564007432,-1210956.535487768
+    -75.08636076306654,-50.91387072396166,108766.947678188,-9941675.250027165
+    -78.86379727019519,-32.67127433565527,-259441.790663089,-7923928.73856553
+<EPSG:2825> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -105.07229225875138,88.10267590834135,162267.649075621,6358512.023966105
+    -110.23262509825892,-14.249090746296574,-472570.913829254,-5014524.160835897
+    -99.61617132909572,-58.67413629499704,438510.500628543,-9946067.46430074
+    -98.23077718166059,-68.15957004614297,418089.750140589,-1.100618135549254E7
+    -104.69231796596395,-35.95413089350455,132616.766155653,-7410813.221946324
+    -108.81178038021608,-35.07196506882104,-243576.145917019,-7322072.527883871
+    -97.71851452199621,-83.49058112643681,248566.811865446,-1.2709551890820893E7
+    -102.36279182194832,2.3078462200466845,384206.385567417,-3175343.967161634
+<EPSG:2826> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -101.61777606194548,53.56296951479845,806805.140791813,2516036.200607538
+    -100.45578412034047,31.781142140302236,1049174.597201102,101257.285977721
+    -111.91592717861597,29.165072593834637,-51622.199051247,-190069.055434067
+    -103.410525092869,26.54582228286452,782996.921815278,-490481.908493325
+    -107.74568734741308,46.05708804432473,384270.376432917,1672377.660119163
+    -111.98199831324594,15.336835037516565,-116332.643538838,-1726366.327260018
+    -108.25114045212668,56.07943797075143,375421.527833122,2787960.463514711
+    -111.23770093097808,-50.70140766992316,147755.803813888,-9060816.168677863
+<EPSG:2827> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -101.16811970098004,-34.12720647698343,1445310.43996061,-7228278.642409227
+    -113.3444960181737,-52.8391375076775,458808.106028734,-9301165.344543006
+    -102.31498517123859,59.68434662677589,1140590.474582299,3200592.881038391
+    -108.45196645711997,31.701058608183885,771358.918030671,77890.119109621
+    -108.66503774922785,61.93509092869323,786331.955200344,3438715.924963942
+    -111.17490310462519,-54.977218484355674,616097.202867122,-9529985.212677097
+    -112.84764865816838,41.19389364050045,409321.711983782,1143178.108818759
+    -105.33861116202635,12.965797634255793,1100731.241191963,-1995557.875004007
+<EPSG:2828> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -67.69075565813709,2.9618694992905006,908710.634536614,-3969756.984305603
+    -73.01933331175763,83.82758210207842,167777.546569426,5012296.17157555
+    -69.41029219814612,17.94669687602061,689712.274651397,-2307287.452270132
+    -69.17469997904627,33.804995615882405,643320.993823417,-545137.24409608
+    -68.36570826209446,14.247813621869824,813050.908662608,-2715205.205738022
+    -72.95142677528122,9.19222612466659,320189.903559529,-3282794.96971044
+    -78.2513983757222,60.400630914646115,-56695.601137207,2404354.559476589
+    -80.72464970831243,-71.45566513384776,-70673.623203433,-1.2241547456541631E7
+<EPSG:2829> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -74.97701196456302,46.675831995203566,372898.721719537,742888.065239229
+    -82.98328359413259,-57.56954271533726,-132614.872165186,-1.0830260290543033E7
+    -70.20714355070515,23.715951166554717,901079.148709282,-1790975.856186967
+    -79.30795465838081,36.504655240103915,5900.926139375,-384509.5305781
+    -77.7529355280428,-23.663244470341198,130685.070012734,-7047568.414726688
+    -72.75224788339722,13.584702790653267,664870.937520529,-2923686.421479451
+    -77.67371533075524,25.14827577825932,140060.910374585,-1646502.226804696
+    -73.78774718928548,-27.081990181681356,527321.619391384,-7428861.762083596
+<EPSG:2830> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -84.09834619230347,39.6340009921704,-123560.365859609,-26071.822952292
+    -81.94165907304576,-42.691670353585785,74797.892584074,-9162896.279479904
+    -80.7700537742522,41.44028182226725,167255.427854537,162239.764837497
+    -82.29127221243114,20.008604847703623,-38188.6076261,-2211769.586567617
+    -72.46776038305471,-80.25140663575687,465436.156921522,-1.3347985033180581E7
+    -77.48589011886874,-82.69979491295824,365572.99303957,-1.3615447187692344E7
+    -72.84771760182642,-49.19931647733454,767879.731258443,-9896563.209276311
+    -72.74729095569685,46.65176357827099,796669.169397601,755529.775296688
+<EPSG:2831> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -30.405908395515922,-12.863301308185731,7095283.205034672,-5045469.426337391
+    -156.71601218029636,19.95083733340197,-7600456.964808016,1744202.708038024
+    5.082049194524757,67.90518193168309,3627318.498420314,4837243.565753127
+    -115.21284440523857,81.54789614340366,-717914.93474771,5461017.778362246
+    -152.17653667460834,-12.088661614902637,-1.0684028930531086E7,-1389741.324634467
+    -130.94432445144002,82.51927116304063,-954448.75635193,5812629.095567346
+    -76.47330343363772,49.289345935913516,118042.861911131,1019855.110625125
+    -135.8848457927893,49.09911647720925,-3897840.05364848,2543633.746715829
+<EPSG:2832> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -140.52507697218263,59.5590090488501,-1610422.627976915,1994604.031385955
+    -63.52675856252152,41.86992085794706,3569439.167637445,155645.32627831
+    -118.17875442363612,-2.8954357077500035,-2157623.677397053,-5941816.340755534
+    -45.66985043378932,84.77333076976595,1370733.308196584,4963847.127635838
+    -77.46742998676147,-8.511469222943616,4440505.734911817,-6596634.612072354
+    -38.137539557433854,38.211624115561946,5552466.155497962,1141537.862754909
+    -126.59656975915587,26.69079970078142,-2113796.625728278,-1841232.695179882
+    -37.98803412090865,26.66023646935038,6525032.619639947,237462.163128879
+<EPSG:2833> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -179.30739230232524,-1.4721986208139217,-9489130.075496415,-309913.891928368
+    -133.61674283427138,16.684550115760338,-3279761.342743222,-2528777.093155552
+    -40.0242953342256,41.54384024849864,5180746.698669056,1397014.143321907
+    -83.39757501656442,38.72885769397131,2089497.338569448,-610688.98283535
+    -131.5771586415396,13.573410553837089,-3205932.490179132,-2990712.478189911
+    -149.66756184153087,34.63203325437772,-3710163.952011283,159752.178045942
+    -88.55288084311476,10.8822489989054,2149258.211444147,-3985564.617978257
+    -124.64858343548664,53.64492669777289,-983536.621404008,1134494.679869975
+<EPSG:2834> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -119.11210765759239,76.80954863349906,-616260.435119462,4760387.623439413
+    -65.4581226705706,18.604606228520915,2518473.162924965,-2207393.325889557
+    -14.13984709535714,31.591549472493078,6520381.46187221,1546280.515431612
+    -92.43272968897887,56.80042715283574,-31440.263449541,1965053.643524582
+    -166.30914096153109,84.0297396032722,-849994.697117824,6472356.92677147
+    -72.27619014226605,-16.57262376240513,2336540.377775914,-7260285.632940398
+    -161.82192205549993,51.66178364976459,-4249829.05624868,3711398.24029936
+    -147.5643840899779,73.77274426085724,-1724123.532642663,4970706.599111269
+<EPSG:2835> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -75.84173366476442,54.67687130203787,1046245.456484457,1891961.651910701
+    -2.0398493323247635,42.884842853860654,6347619.621383494,3287424.109036766
+    -58.937136164069244,82.25979699128092,1185286.471271281,5741069.000742138
+    -126.06692214837179,35.55993298610995,-3206438.270724013,665442.292444059
+    -163.23104359662446,-5.337716617000151,-9717317.321349146,-354931.981160597
+    -55.19730919583385,23.649980958730794,3442219.424123057,-1178951.39630774
+    0.4231697129434622,41.53066465014063,6591840.523791675,3354473.292426494
+    -148.63278793446727,0.8908636647427031,-7662044.962367916,-1255132.883720508
+<EPSG:2836> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -120.97268639236646,14.624258070213642,-2019755.222239372,-1999960.263887266
+    -69.35012669504157,44.263855205584775,2877976.443693624,1370148.854628137
+    -71.80115269544977,21.87276834469189,3355146.510270977,-1096684.626921307
+    -19.260430580231258,-21.05152318069445,1.2350452994312286E7,-2299011.565227683
+    -93.44124327275321,42.28341289696846,978059.940691652,818681.379444413
+    -107.28744423868383,-22.82589966928999,-978710.480918668,-7588587.5652272
+    -99.49950303150054,14.745523467291449,427621.962120618,-2295694.608031113
+    -54.55265883111788,11.99434251035101,5571554.343531491,-1493462.204348658
+<EPSG:2837> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -160.34252469379817,27.31650497015535,-5230476.184214963,1190918.829437877
+    -98.68011781594619,32.87168366312975,536325.403942006,-50999.13632141
+    -126.2260711411871,47.59058300445693,-1553641.964728337,1899268.154525442
+    -39.77674786267326,44.71601929821219,5033444.45323285,2584969.914184115
+    -123.35008652637063,0.057392542222711285,-2707826.886068915,-3494044.247570385
+    -142.77966821340544,53.64646708347081,-2447253.212138301,2986852.467007683
+    -38.421822045287826,-12.456284929634098,8987244.063020274,-3121166.02706975
+    -123.614344018156,-13.3273582034264,-3216628.685897665,-5317096.909841359
+<EPSG:2838> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -176.26789591592805,-5.8935013086067585,-5620739.840070789,-3316189.246195898
+    -50.96999543718272,46.820229277502136,7176202.737515158,2496833.966863476
+    -63.720847182686256,88.29700892553024,2889321.891123473,6058015.39894525
+    -93.00024627834068,37.041125695458575,4922450.102521751,-322237.337418161
+    -66.84075314274224,72.21364870794885,4470825.031794734,4000013.311799749
+    -100.99913039306325,25.455231463892673,4550606.841465803,-1812280.883347436
+    -103.72643541570274,74.09701397617407,3108084.168563489,3630954.245445294
+    -69.31034219961329,13.379769825810985,8447789.966793146,-1578424.771065081
+<EPSG:2839> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -151.43591678115442,-4.43041982519331,-3079458.082977884,-4851852.015325913
+    -165.22556305424018,2.1116924143570905,-4473936.798877974,-3125538.542416011
+    -37.55082107368764,30.623855942135656,8367674.661306675,2473552.197559651
+    -41.79963674702887,25.039026263494357,8647340.812610028,1753391.561663414
+    -124.95784331093043,-8.645516388404417,790333.865741822,-6343330.116002351
+    -113.16682131128275,25.116855450573446,2273351.504601614,-1833098.144607032
+    -179.84403190041158,73.6323636464916,-587165.064711028,4541157.376725489
+    -160.1339569004357,60.24980070786815,-723283.117465443,2634503.671303686
+<EPSG:2840> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.84688386867926,11.249727871515873,828002.325323502,-3297443.98501782
+    -75.70470133600558,61.60117055800643,-123082.415300914,2289847.51610394
+    -75.44652100222461,-80.40696062388805,26602.879935855,-1.3482818701230234E7
+    -66.54168504511227,-56.22827189263766,407388.352357667,-1.0794807534238288E7
+    -78.13257705314649,-88.84675753956418,85123.25838374,-1.4423755229335012E7
+    -70.55659599662077,67.02049408583281,141114.97722743,2887105.131057153
+    -68.49189437195264,-8.395953552893374,431440.320661767,-5479507.812275436
+    -64.68875173342099,79.37494122483707,239947.95655608,4273678.771160036
+<EPSG:2841> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.59487045425203,75.45505577456515,1745207.935420642,3981910.042516497
+    -134.64619619103885,54.039179672408906,-1629967.382385172,1623799.685660204
+    -67.33701588551007,52.726477991135894,2767552.629352373,1434775.219960486
+    -136.1562395360984,73.56646959817688,-709265.754536128,3778418.279739351
+    -17.10825636601706,61.313118506741816,4478207.201761412,4151222.580770808
+    -174.04354580554872,28.842964424185432,-5895930.503976212,1510477.26470388
+    -146.76983540021234,10.11654447196793,-5121972.978827006,-2264826.397495429
+    -160.97737348803253,62.882695780716276,-2379717.753020236,3334432.549079041
+<EPSG:2842> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -101.5874143221238,73.00137337913716,550994.787937146,3600955.114907568
+    -18.42834275306882,9.57130417439614,9513437.83187131,947064.826482828
+    -84.61188142680108,-3.4994768462026276,2952844.154040238,-5434854.858954045
+    -105.67274870962702,-3.186956823077015,-200323.547122,-5585741.958727326
+    -80.55055813546217,85.44091176271982,907511.9455628,5579684.671419898
+    -131.1177619443656,64.71655312029237,-955334.969354849,2843934.313289705
+    -47.714492235426064,-9.360405282651534,8543973.49017063,-3968499.707227693
+    -135.08670557318044,10.830744277300784,-3677213.375291713,-2771992.521079167
+<EPSG:2843> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -24.88773282113334,86.30022947535748,1627752.23472392,7582440.117737664
+    -149.78488165430696,57.63569689898557,-3253390.763860984,3958054.764792556
+    -74.97490942149875,17.67967940236869,1823761.356053309,-1808507.288507301
+    -6.451662658534502,35.043140499719655,7085089.980150338,2869713.699008883
+    -48.20617058480194,13.320541158175466,4892998.763633698,-1549997.106193976
+    -135.2855228213961,88.65598502777243,131152.226001527,8157690.62104784
+    -54.58202493993488,33.92217040019709,3456967.496009286,416931.263458975
+    -142.63320835591463,82.23542619014621,-884853.4552314,6735671.708005651
+<EPSG:2844> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -132.54495771077364,-14.671890088595845,-4513053.676030718,-4376898.820172395
+    -155.91368094803107,83.11709236378672,-1153423.27106535,7929982.519608292
+    -160.3078426366858,73.64283469523843,-2202259.648012375,6584946.407763898
+    -33.03880922243158,63.30745167091717,3858522.387941978,5725057.017110441
+    -153.01014552703157,80.39241698134134,-1363717.052734743,7410901.410200852
+    -38.81554912037788,62.37554215212702,3665454.9234718,5422735.115147187
+    -171.31349935286642,60.33449770357185,-3762845.523418117,5489016.097169414
+    -90.38316732513492,84.83589546925714,445755.485103741,7959221.233043245
+<EPSG:2845> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -46.13474737344973,56.69894173395913,3993594.573061622,5729507.046171082
+    -77.4974458804492,35.584328395606285,2492517.648890581,2624392.292491142
+    -52.159979994677485,36.034716662313755,4647238.454670453,3392001.269838039
+    -172.26299595509775,67.19228298201693,-3099493.531601962,7591101.480047273
+    -48.34064553850811,29.594060045004376,5284510.730763614,2910121.386229594
+    -122.26158514488239,26.985166440468397,-1751217.215299143,1746988.366068161
+    -52.19012055031919,74.3284940207929,2584349.724797991,7758162.744449287
+    -121.2718645356383,10.793362944310324,-2052991.91450004,-82574.609412243
+<EPSG:2846> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=700000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -109.08270880618494,48.163898121272354,17474.38372328,5110702.190239225
+    -166.56229891175335,38.05630046194226,-4817279.707472357,5625192.20818788
+    -128.25665022489213,-1.6269974642809402,-2883525.612862816,-204420.540445395
+    -167.7373805638669,66.48373457610624,-2919755.07721078,8546293.849241752
+    -24.991746006737827,-25.622038429265157,1.1992926238201901E7,-272319.19977253
+    -160.42505197730566,9.59632167337999,-6009583.275041146,2582176.496640678
+    -54.71607383510411,-6.493005747838396,6707948.262152405,-49692.872024781
+    -156.33643492737102,24.76705496901353,-4758682.5453281,3859657.631820625
+<EPSG:2847> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -158.44164510149398,14.033534899711078,-5761045.886940724,4104919.015531156
+    -26.38373360962464,88.29361082362603,1695703.231478735,1.3991674121501433E7
+    -88.64169765845534,88.39946705213019,761445.158035836,1.3705475459967429E7
+    -40.755850484193076,82.38738132937758,2473024.554784575,1.2078784830738012E7
+    -125.28842738030988,75.69231407620921,-592651.995822645,1.0307349480183918E7
+    -41.931123532007405,70.3342569461223,3538115.984640756,9988112.748445887
+    -22.622103663772805,-30.36811328327851,1.2348332638668153E7,167607.393703228
+    -123.86116942176668,-1.0511706146334028,-2538484.108178528,982632.188037263
+<EPSG:2848> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -129.01269695477274,30.45502873811342,-2607067.710298204,5883997.701783823
+    -172.4270106540933,-13.142605021912079,-9286703.740767889,3223214.294802806
+    -167.1809677004128,-27.851233633592354,-9864585.685500138,876519.676737186
+    -114.13266210286135,71.87498552831826,-541192.606906109,1.0916337341097139E7
+    -69.04490647716582,31.417584756758515,3083437.148851613,5964110.527047858
+    -59.58819336133888,-23.819399846597264,6051068.797268384,-384825.465321301
+    -88.24091444796056,70.7968317130158,867796.867462916,1.0703140315759951E7
+    -20.30447048879563,54.91632393633185,5691294.865423812,1.0114444197267277E7
+<EPSG:2849> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -148.41802942392627,47.2177947146492,-2228136.972010151,2354518.090415641
+    -101.9166267839724,86.45151137900315,636882.178441418,7148717.526327727
+    -151.33849043065354,-7.795915867678255,-5423033.018814531,-3616508.552196393
+    -114.93216175733497,-7.767072362779366,-28291.018747194,-4983644.546449824
+    -91.04847421808515,46.162427227043054,2070892.359705804,1833971.924861062
+    -35.3109507418678,54.41502696057657,4962628.064485912,4671434.644572908
+    -178.17779501398982,27.05169377450659,-5660046.877834492,1997993.245477536
+    -41.86744158451097,72.8348773153762,3037359.477651873,5927062.303114788
+<EPSG:2850> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.83156661164672,23.715780577627,5125600.669097804,1564063.387357899
+    -99.63639886993167,35.114926699280446,1581785.889282843,1714167.178917635
+    -30.191730088501345,21.74457837407762,8146948.442397499,3865895.700612185
+    -172.00505452565872,58.310505533008104,-2981692.650438808,5485419.753582565
+    -84.24480140581551,80.4757256696283,1261354.66954595,7401507.580664645
+    -115.15262517164774,59.233840791084226,277416.471790536,4374748.497348029
+    -38.526766923187665,6.016706623375793,8957122.419705534,1865208.376936074
+    -35.75424430230251,-18.178364588242324,1.192295715589208E7,-276437.743311187
+<EPSG:2851> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -93.19587782439422,81.24141608609997,1014567.711451598,8766075.112756329
+    -126.24153750365292,3.201056665301735,-1429988.891039119,-780305.477556752
+    -162.60196954209752,39.87034689474917,-3660241.788894401,4521503.554648603
+    -129.99196271719174,0.5204447466426743,-1985047.106515858,-1041543.560362404
+    -113.28406910844929,46.09709475537126,360536.954076439,4051990.452093094
+    -155.55452333507677,53.3167607697719,-2444755.081879859,5579845.839372084
+    -81.46946331545844,2.5303556934119094,4408255.929366058,-387773.548242009
+    -26.704515190008664,29.925754703260473,7675439.733807794,5745807.481008737
+<EPSG:2852> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -74.04358169711823,88.69035855097889,496060.123670214,5148380.158163213
+    -79.35550815329282,-68.45988765231863,219492.242562174,-1.2319547720019279E7
+    -66.33568027190762,-24.843338597077945,1123836.809649175,-7469745.994020596
+    -68.21961141024629,-43.08650573059961,848546.54195112,-9488069.710188134
+    -74.96364079166467,-7.526168825656171,228024.003735797,-5539992.913258216
+    -79.26456965075681,-80.04664983886506,369706.906699544,-1.3604624160945676E7
+    -71.90892282525375,19.49362932236015,562048.530863778,-2550667.605655677
+    -74.31886575176333,8.25598384857085,299583.995734158,-3793620.908181149
+<EPSG:2853> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -4.258644611731853,34.60855322399614,9605427.856114924,4273045.964588599
+    -8.828217247160495,3.642949166510334,1.1828300937802115E7,1319025.093988898
+    -22.505210937035116,60.45450569368554,6650040.472087038,5592781.279235259
+    -157.72985237649033,73.72068991926844,646698.447330841,7658950.010392407
+    -15.329126635828715,-11.841483242826506,1.259675274595503E7,-963984.133205197
+    -92.866469615142,49.06003208184209,2435846.861419464,3355898.817076335
+    -158.15175502475356,44.09547179683245,-2133673.741095761,5324655.133065228
+    -7.286936734087504,26.422609034750927,1.005201037696755E7,3420207.030826177
+<EPSG:2854> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    4.9105353132878236,-8.699269633002384,1.4336651195198959E7,582952.168631374
+    -37.955995758010374,45.46130850311161,6606297.339274561,2694200.536546193
+    2.4610582996987205,55.11457439238161,8305981.694257743,5319099.915315451
+    -17.939751103793924,-18.875984529203514,1.2868767175593095E7,-3067078.128447287
+    -110.77655088713732,64.01445566188502,1732902.330330214,4511219.4145858
+    -75.0334968849909,19.201357447587604,3882084.655535694,-923947.666959508
+    -26.224068546394307,-21.00841438486117,1.1932410269638887E7,-4161854.898660817
+    -81.18393169105438,-22.079048109952694,3038624.746605959,-6747133.143063895
+<EPSG:2855> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -122.61279429975784,-6.186191034555468,207695.502300252,-6785308.134553598
+    -142.6791524327868,48.23681167078739,-1100980.958733231,366287.216401794
+    -172.62097834776282,5.288987156332411,-6293400.218698265,-2669291.917577809
+    -58.93592913029384,86.86433708421973,1079864.37925062,5295448.248223369
+    -70.84889395219477,72.77899993711286,2239426.594592608,3563366.826695588
+    -65.81796648751681,2.3481439990416035,7921881.817349163,-2696149.998177142
+    -179.7472499191011,64.8582526158526,-2157839.388555247,3088264.851139272
+    -39.552697396063365,66.4299327008964,3677680.771264826,4057037.638953585
+<EPSG:2856> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -172.43597000927244,83.0239161908074,-447568.379826122,4959094.277577087
+    -57.39890303296748,70.70268177890657,2839721.431506018,3911560.598287638
+    -124.252473260099,56.41071334210764,264784.78403952,1243470.418177957
+    -140.4995517587644,47.25683768057214,-997588.469660896,404689.279658566
+    -94.36342696793159,78.51475332065762,1224751.798010436,4077388.106849242
+    -178.1924770554103,-0.5963318683192131,-7414167.753745881,-2634187.057457741
+    -159.2027715706435,64.56519085870434,-1387667.062087587,2650674.410329947
+    -51.12987986024103,0.8731832948444964,9460967.59937447,-1231796.649009067
+<EPSG:2857> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -136.3501802071823,-4.636873470384247,-7147619.769149251,-2725728.902110728
+    -10.146707755180984,40.96724397120936,5876244.255389563,2418101.053242053
+    -58.9915261612569,41.40354731387445,2300782.587018512,517391.205623742
+    -81.28208207468784,37.13675827138807,441531.041481964,-149807.435090909
+    -73.58596139113588,40.29011112666962,1102519.659618252,215288.002567904
+    -138.85243314257409,40.40407354936689,-4079881.143694656,1816113.554888442
+    -143.58293480744555,59.419268407186806,-2974273.378483849,3707218.539652453
+    -116.97536839956582,18.774156525284013,-3481075.199059931,-1371344.522426905
+<EPSG:2858> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -101.68938551952911,83.97260193222266,144204.631322177,6243141.260315596
+    -81.12092121281124,0.34434796104540766,583549.399840059,-4357920.628341448
+    2.2493903868965504,85.32660442683755,1975807.960612533,7155176.718573956
+    -81.72829396837476,8.110348799387936,508860.506624289,-3347185.278285887
+    -129.7824084739486,4.0640792365484835,-5486565.109112622,-2224875.982021333
+    -50.34366492218098,77.13217159889263,1670715.736435387,5132803.034736138
+    -69.04444373588794,-17.438490086274363,2568401.563114885,-6923843.859133529
+    -111.38509442932065,-19.884303983381933,-4465553.773812201,-6642720.917326763
+<EPSG:2859> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -88.65689998860451,35.54330223978725,723774.717890132,-1073978.268398878
+    -34.545045896908476,81.95011806633727,1722398.166572518,4907477.374158305
+    -61.53641968080481,-13.577294275510107,5507875.916340575,-6858910.770956341
+    -148.8441690391072,85.34557004260239,-193128.007585841,5377817.635618596
+    -125.59549546613223,7.091997563126938,-4073350.767518796,-3475320.794755612
+    -139.08259433220402,69.41023902027801,-1404449.922280255,3425098.043137833
+    -117.22745254655692,26.133825142970736,-2223279.149003949,-1665802.933459238
+    -159.7242861625842,78.22951642909761,-1169192.824650273,4775964.139256834
+<EPSG:2860> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -7.257458911646808,8.95652818925906,9665632.014883162,950653.115893733
+    -103.39336434393279,-14.44257799006478,-1732731.787774741,-7482941.581210556
+    -29.80498814222176,58.2954845145359,3914303.671056333,2911514.139611701
+    -107.71052648744734,77.29319036767004,51059.476916481,4055066.264608886
+    -100.80933794346983,-8.653576888645894,-1154082.087856798,-6567495.670400944
+    -81.00761220570942,41.407772507741505,1351659.297380602,-227992.019721545
+    -172.859562522041,-0.9692414188110892,-9649673.027921705,242041.668969876
+    -144.63184552908265,31.95013575012394,-4299570.348369058,382714.076636723
+<EPSG:2861> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -125.65335930950025,55.75383034602633,-1626476.083075095,2024178.027553333
+    -149.19370437169383,-3.5059346016544346,-7562712.888003456,-2589062.977008255
+    -85.71129117729754,54.30034861653122,884541.631178482,1382688.581615687
+    -138.70542012339823,71.81130943573174,-1289293.92988868,4052157.082718843
+    -56.42207697011115,3.9250774539959643,5092093.995051799,-3635810.184413213
+    -78.6279103634744,31.074857144658203,1705673.163201463,-1146888.072225984
+    -73.00698083732217,32.22990607977234,2219426.606277403,-926182.861783539
+    -140.17854038026513,26.158073847399294,-4322117.644224583,-257373.421503151
+<EPSG:2862> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -99.47380324567527,-28.643240196994782,757064.076295938,-7667593.055605135
+    -106.43575586339702,51.241599381414375,111383.441378463,1194605.784210697
+    -111.87124956938904,7.713152975616254,-541239.812680946,-3626053.109749238
+    -106.40431755667012,63.538888535519305,138450.325072744,2563838.470271448
+    -111.14724366138053,84.8119478942649,139709.936514065,4940286.749775697
+    -106.19479639056016,63.35503476748727,148540.347783351,2543163.334407813
+    -99.9566391714338,44.141472561157514,616873.728795613,417686.377822192
+    -106.23699409630339,-73.45365481629122,165966.592457447,-1.2638912687034007E7
+<EPSG:2863> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -105.26626188601223,-84.50717951364771,422093.246613177,-1.3773048116415074E7
+    -113.01683866341767,38.63977413163401,-94977.162502748,-91163.619929277
+    -101.70915630366834,39.5550895797152,883489.943957656,10226.683102286
+    -109.27272099778098,-86.22238049600426,385732.116021445,-1.396444520545343E7
+    -109.59119885415178,43.76088735160101,218188.74851851,464661.578770323
+    -112.3112516050936,-0.14586021190423537,-154806.03301863,-4400957.288229058
+    -100.5085470935196,55.06460724392349,835660.663818232,1740585.730211869
+    -101.16779772787538,9.776806471624766,1077641.004875944,-3297458.721500645
+<EPSG:2864> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -110.81064579689836,1.1764738485362898,370622.579100948,-4354603.921203054
+    -112.12486023848638,24.56844410826163,258018.292202851,-1762496.569808279
+    -105.34191103041482,81.74868368330058,654592.903333436,4596678.891730042
+    -112.33004519550431,-53.88420784958787,364646.172307526,-1.0463366170805981E7
+    -109.7628710486877,54.32377046736838,534101.87647245,1537282.645931072
+    -109.00396497229556,-52.440621765253766,582731.047292513,-1.0296807711553428E7
+    -110.87267186891714,69.96246701085178,518816.036226307,3280952.751117199
+    -112.09452717963038,25.26138171822798,262985.999426967,-1685733.646399877
+<EPSG:2865> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -113.07179890967562,21.89699367203646,491099.762855095,-1959518.966913156
+    -109.70953396534553,-81.38297220225911,806254.632715106,-1.3423792257313311E7
+    -105.84609346175867,38.64966480850045,1168911.534640272,-96894.983293257
+    -109.77898259644672,-69.65365512968098,811813.973426085,-1.2114657263552438E7
+    -104.34233829346506,85.62459222020277,848835.59258434,5130347.180923767
+    -108.63092969032942,12.649879800278782,957787.121586375,-2985440.48574044
+    -105.0484286193439,12.22172882980729,1348475.268894619,-3028128.764967961
+    -114.75380078120284,-13.009672101067167,292868.479381591,-5828119.950830102
+<EPSG:2866> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -18.89225870635454,19.09138387065569,5147466.462051484,985109.824556402
+    -42.29935366358798,47.5932672213373,2296135.806289098,3799255.520773616
+    -28.563469798299366,11.893684283080859,4321114.159390463,-30963.188498442
+    -45.56655100775764,73.52898223455863,1532872.330354797,7965592.259615562
+    -86.67536132650051,18.964646910146165,-1927594.343289698,442933.566834384
+    -135.83573086233451,50.62798184863891,-5554499.25330029,5162440.207404364
+    -148.88696895891718,68.21016983240395,-5377214.744672404,8074050.575925823
+    -125.8695713713119,55.943759666363846,-4525052.408496961,5568981.167120467
+<EPSG:2867> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -104.34468573638205,24.915591334582572,2631526.837035076,-2170514.063418223
+    -106.34583038097473,-33.258494124237416,1868290.370130295,-2.3353665506817322E7
+    -107.23130286807243,-57.55033599295186,1276433.046391163,-3.2201424775444347E7
+    -115.98796970105245,5.685054533812632,-1419066.61264016,-9182394.394699635
+    -105.94972066763569,-45.41213947103562,1782885.490718188,-2.778718521290315E7
+    -114.65712716243578,54.0721891534898,-264017.648853044,8438491.993587917
+    -110.3409813526605,27.43562453386943,643462.240308608,-1296004.636090354
+    -104.41588084774433,-55.49074770173721,1891784.231351556,-3.148596881667168E7
+<EPSG:2868> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -114.52135093676796,47.187508728390696,52418.370267098,5906270.218921271
+    -112.96414800886932,39.24608444149982,403358.387821164,3002889.940896243
+    -106.98750141533367,-79.93659338022822,1015198.40049363,-4.039329060523767E7
+    -110.03786192391908,12.341335417963279,1370468.655251297,-6775613.980074343
+    -117.58090424899228,5.732100842219253,-1361535.568705841,-9165815.970782239
+    -114.4185821922758,49.99392791641927,111510.723685038,6929091.396339815
+    -116.814721666706,-71.75398624072402,138815.129006266,-3.740636951562693E7
+    -110.10721615279387,-27.188484818520664,1288241.344960138,-2.1129067004919283E7
+<EPSG:2869> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -116.45720230474453,76.82710653277837,474050.453112662,1.673609680211629E7
+    -119.61093338554731,50.127027207038964,-674466.523767197,7022084.223307092
+    -113.58058787457392,39.90574321942887,747525.145264675,3241590.849404215
+    -107.364806428737,42.025573320394415,2435186.424092986,4078720.52238541
+    -112.96988263375445,-63.352230740859206,828118.04860117,-3.431155008902556E7
+    -114.27009798768015,-79.25757733688214,664482.138612701,-4.013270980394153E7
+    -110.93657134945194,-71.9280879045717,1019592.36413986,-3.745601211587501E7
+    -120.3284088544393,-57.926349522055276,-577552.58827524,-3.23896721574264E7
+<EPSG:2870> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -170.48144155848772,0.8389973464217952,-1.442257251245004E7,-7542502.799821705
+    -47.07709753390267,4.608074109226454,3.543307709037676E7,1326636.027924686
+    -42.44042933328939,61.38958018088853,1.9615460398976725E7,1.6241817719032606E7
+    -162.64941584516671,41.488128156423144,-4180105.524865236,4962688.387887845
+    -57.92249293016947,-0.7203004499838208,3.37052365965667E7,-3820558.865370048
+    -91.52511262492798,13.779469741522,1.8296516515720956E7,-5937194.678065602
+    -134.13732359771575,18.60858629910247,2071306.63745025,-5777724.018814418
+    -114.83555095577663,62.31906648239959,7884163.181573951,1.0293676650218772E7
+<EPSG:2871> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -111.2699581471812,53.30839636004936,8982541.140882365,7543770.150181551
+    -137.97253431617966,27.41764299347313,1304052.398111655,-1653317.200379464
+    -80.9426821143963,15.11896424291178,2.1733198116210993E7,-3312886.3077237
+    -47.03035868396742,-10.336558696719772,4.036330777144514E7,-3276424.114999519
+    -78.45036399342929,68.09260221235263,1.3313360176119937E7,1.4958140274756897E7
+    -90.17456553786728,76.89077784196114,1.0178726089566985E7,1.8049149858484626E7
+    -174.73870302079058,59.305168526894235,-3442268.905149672,1.2693517780344838E7
+    -116.13047088291852,76.06209442923749,7269172.622566299,1.701290423356258E7
+<EPSG:2872> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -61.076562769036926,0.3319440139141747,3.1236974677876845E7,-4339356.30167129
+    -88.82122188116851,15.611124994800477,1.8283179014036257E7,-4142004.333283504
+    -169.7894856890121,-4.264198985601233,-1.5395805659989785E7,-8609429.734727845
+    -86.67705941087496,5.074226500563352,2.0548360855141092E7,-7847340.195260984
+    -104.26043693063457,17.082679486249347,1.255765263315436E7,-5053295.874991393
+    -151.4097217349838,-15.50846692544671,-9433155.985016663,-1.7500736195695974E7
+    -75.92068869066661,36.20703639984773,1.9226064861257073E7,4608444.994461001
+    -98.29139494971196,-0.048353038528997416,1.6380979505997013E7,-1.1445287419540662E7
+<EPSG:2873> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -102.9244677078401,29.519677532934615,1.1688710217492223E7,-50959.387392055
+    -150.12599051306384,60.80037647070144,492036.792629503,1.2225190451539867E7
+    -140.98077860206172,-7.589519393262931,-3840729.209635795,-1.4361465296893546E7
+    -53.36365653056258,84.62516078167475,1.0893517738108052E7,2.4973311497999802E7
+    -105.26864792263297,75.82247810708321,8309528.686978793,1.81512719340417E7
+    -92.95844202170396,72.8521827690106,1.0247049318172364E7,1.703602297824071E7
+    -49.81764984816536,59.16501741904064,1.9569151395801295E7,1.5472648906523446E7
+    -114.0718671877525,18.36170459427477,8353276.532544738,-4591487.480458334
+<EPSG:2874> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -89.90248670858445,38.908256479623674,1.4474228736645428E7,4723682.110955242
+    -61.98484969182721,10.179088017185528,2.739212318262442E7,-1138248.396097398
+    -86.17559585147397,-5.872434661629626,2.094160774962226E7,-1.1601786326149777E7
+    -103.80479884273521,63.17432728242497,9280221.52916254,1.3167104691741863E7
+    -157.08878207711794,25.389054818707343,-6182671.319562256,1185989.374733359
+    -90.01611549585434,63.21592147285243,1.186472535839536E7,1.3735506731933195E7
+    -68.13205530191242,67.6199226095284,1.4827632735760968E7,1.7017712625805363E7
+    -129.1224402730884,-19.19443269113642,722836.670552936,-2.026255194339846E7
+<EPSG:2875> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -97.7023773789914,21.110797750833733,1.2988922738062305E7,-1837956.203795516
+    -163.5959972380158,78.36709417339944,961966.544992851,2.2438780842371047E7
+    -34.518632456794336,23.871200151688228,3.14857804682903E7,8910919.64680494
+    -150.1675422618821,15.222278036815297,-5753483.677430696,-2602006.985458623
+    -177.62032372787885,56.75853571195053,-6227700.455839946,1.4751590185161332E7
+    -84.43661357261573,35.87663457656972,1.5850285781902274E7,4418981.736765405
+    -153.48344312581048,33.00236106288041,-4612559.785489636,3961130.891769715
+    -94.48758796195736,40.228143254114244,1.2639038532600936E7,5217837.897078941
+<EPSG:2876> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -74.97377656591787,13.540866041761056,1.4744279322430007E7,-6671811.745123685
+    -84.42881096207633,84.60185163707447,4332251.14404951,2.0584772213105727E7
+    -128.2327745153018,66.71354216076638,-720721.923390729,1.1891171520950291E7
+    -117.03671418995235,-7.539097210176038,-2726769.140795111,-1.7683705580447562E7
+    -147.72582027213687,33.30034683876688,-9508523.697973259,1833482.590837465
+    -176.8504306383418,41.71601976047195,-1.4450379042100204E7,9293660.82453519
+    -113.06881316659448,59.65061120600964,1506368.660523225,8628824.844524844
+    -63.95797133471849,43.99488616241936,1.3559349036320373E7,5219207.314897249
+<EPSG:2877> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -139.88273413783932,49.31460351555277,-5142662.440812362,6765014.83271855
+    -171.67844002134424,-3.9323480694118267,-2.5543802367386043E7,-4751656.526775145
+    -141.52087593132794,-4.506239925734111,-1.3663121295720251E7,-1.2556966962339096E7
+    -140.3739351771088,76.2085194535355,-1075390.350990155,1.715273143816133E7
+    -170.2526369268086,15.565565170220218,-1.9605262323358946E7,1089788.656366526
+    -29.19951254605982,79.34735041800573,9876216.531639906,2.1077471486947063E7
+    -22.781146119128522,27.41637802416657,2.6742959303058106E7,8805498.822130091
+    -96.81567334123508,-16.60979883642163,7713155.344240723,-2.191137528508049E7
+<EPSG:2878> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -147.82779158353435,33.9527390317561,-9429028.34424167,2876393.451253131
+    -167.19989815309,31.05427766361415,-1.506820108949716E7,5146227.711549985
+    -60.219655953202675,88.39647593835437,4422658.836341023,2.570028386558424E7
+    -30.222235268723892,25.709149015430818,2.5667072251395967E7,6644669.260126947
+    -40.54996599244444,27.995804190478907,2.2586096817303956E7,4926055.006225707
+    -77.85529585209726,74.54784522395516,6586239.086441904,1.6639693550130863E7
+    -46.47878277762226,2.3896118169909,2.701364116843582E7,-4406123.490551946
+    -86.07722321418049,15.923171933284891,1.0251766570665572E7,-5970373.979631889
+<EPSG:2879> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096012192 +y_0=152400.3048006096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -53.73354199905789,72.28797176181084,3559215.697768103,1.2972955183057476E7
+    -115.35760349351165,46.23387304959725,-9386641.062759314,5084379.60075312
+    -98.51956880511597,35.15716532719026,-6635020.786414634,-424703.6245503
+    -13.143620002294625,2.1372705800003544,2.5866957558379967E7,-5728081.601908784
+    -51.69577022516364,37.654165082190524,7048751.052628788,81549.785588078
+    -59.726540480355354,29.95564282619572,5189173.481943824,-3170826.646233449
+    -31.324863628790254,79.4599565463236,4820183.244229668,1.7065014664296277E7
+    -43.16009443782008,37.64623820295636,9419856.851640826,793960.882658174
+<EPSG:2880> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -72.4672545946484,-55.03598430006881,1274756.646550241,-3.383412252747277E7
+    -72.91638505461816,81.83545783581093,786236.719828569,1.6021725278114231E7
+    -71.68824622350306,48.71714115595893,1556199.060069201,3928402.936742323
+    -81.68369772135976,-17.798145265993497,-1527373.323553734,-2.0299386888200946E7
+    -80.72068396341818,73.89227365100265,117705.307106381,1.313346318621729E7
+    -69.76850428043996,-17.60075328239192,2625641.896829808,-2.022052734759711E7
+    -73.00312887691253,-27.554909543217114,1438342.90660177,-2.3815254748992465E7
+    -68.67301946940994,28.99809902979304,2814666.608905199,-3213934.409450365
+<EPSG:2881> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -84.48671577602573,-39.68817259488545,-325166.090620853,-2.3269357418391906E7
+    -84.87271418358344,-68.7105142210827,141447.905206207,-3.3863706577898376E7
+    -82.09883484854811,-48.35541989034301,389005.958589498,-2.6411584171081815E7
+    -76.56010422226245,40.0182317196024,1899874.480739734,5737184.159434658
+    -87.26505911955745,49.40557557648853,-835056.430807157,9190484.38879826
+    -81.95933905394025,10.71688325728806,311872.660208729,-4943583.951215581
+    -82.53097625838016,-34.99307843983624,197606.862460522,-2.1544309569377158E7
+    -78.73851969560307,-76.11585252188954,854929.430811651,-3.656228724614886E7
+<EPSG:2882> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -75.49583593505106,-84.16158159176463,898086.530236487,-3.951941236994492E7
+    -80.50047117658683,-49.09362887391713,1015448.06816818,-2.6682537930903777E7
+    -78.96939174099174,-61.63045477706949,1183291.766320206,-3.1270069998111807E7
+    -86.63983041990714,71.10903694922999,106377.840202306,1.7082065467806593E7
+    -78.6178911590619,45.134836388209976,1528954.227790371,7589068.746677731
+    -77.97783278777793,24.96507928882606,1989317.703278104,249341.244704092
+    -79.06183958726953,-76.83744454686887,901190.415150765,-3.682886282862099E7
+    -79.62190457428028,65.90891457093218,1011594.559725655,1.5164847277905313E7
+<EPSG:2883> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -20.751222791582336,53.15656885017598,1.6503710747461101E7,1.3224968984532597E7
+    -150.0796519504065,54.49576108904443,-1.26447846602896E7,1.391339379959218E7
+    -63.73243652770165,80.37980519595448,4456312.111437904,2.2947307083235722E7
+    -51.40460840711266,-24.69235934015005,1.8940449713815585E7,-2.0363705105807737E7
+    -53.99495435958447,12.792629515820806,1.3187248476435749E7,-4471615.306060904
+    -67.06808943145914,61.462543400104586,5613546.948552707,1.2799381933146762E7
+    -161.71294528182136,-2.30967396286362,-2.8390942800328087E7,-1303291.234774043
+    -85.34840844643584,84.73199587753243,1893049.459435283,2.6314779378832318E7
+<EPSG:2884> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -81.91705925240302,-54.36266054079166,709394.781572533,-3.066099728728942E7
+    -79.25073826456426,-11.396355637121573,1700577.658147548,-1.503135563291176E7
+    -86.11471860130328,-2.4506408603571828,-785434.392905012,-1.1782725389989907E7
+    -87.53767248911889,23.874959415942456,-1140168.996316075,-2192248.040453209
+    -87.44511845257821,-39.079814770495325,-842606.395106707,-2.513118252077007E7
+    -77.26022282328162,-23.66674001329831,2299484.285361845,-1.9509543941638265E7
+    -86.07330293410163,26.259332105871934,-624693.786770705,-1340585.48151443
+    -82.36912649865882,20.815858076204023,587028.142385229,-3337621.218066038
+<EPSG:2885> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -85.97644297300643,57.22007180942174,1937937.127027967,9926021.410490546
+    -81.53504024710946,-87.6177283641456,2336650.029506471,-4.2831180560399495E7
+    -89.56138767088594,81.9643442073075,2020672.951046011,1.89885514034726E7
+    -86.27608429251107,-28.54953907268527,1619324.160479094,-2.126185337010042E7
+    -86.79117610041226,-67.01603848580197,1921367.162758651,-3.5293867138573304E7
+    -81.46041574455104,-51.844546198486334,2908353.861684868,-2.97529509243611E7
+    -81.5757735002828,31.486218737865087,3104294.174197727,550070.362460774
+    -80.39627925795375,-77.45689086650736,2596369.484320028,-3.9117563375130355E7
+<EPSG:2886> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -118.56604723124231,-88.73297610194456,604423.545081071,-4.7490653554855384E7
+    -115.73888307027649,88.84222100278211,629735.243768552,1.7250654035787076E7
+    -106.0681995647059,20.41568887065408,2747298.366692566,-7691060.084662898
+    -118.50307796209137,-60.066303734258426,-500273.248552376,-3.7048471243320495E7
+    -117.6315498594513,-23.228888972307843,-1180718.961401072,-2.3604526940975092E7
+    -112.81395402057112,39.687764823390665,474006.290672222,-720276.208135929
+    -111.05447360264299,-68.31158771629589,806700.891707348,-4.000983453347188E7
+    -119.14274531201403,69.47401340814821,-238093.024738041,1.0206967455674764E7
+<EPSG:2887> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -120.64576706834853,39.06003734474706,-247533.595029075,-880401.773883268
+    -113.50314776446031,-52.628246000565355,1750787.855273996,-3.427627698970039E7
+    -117.038883538602,-1.996261971960564,530758.333696406,-1.5864167164568132E7
+    -108.88171378774265,19.392764184665097,3406066.431373765,-8075253.290963215
+    -119.52498683616615,12.578058920838785,-331991.191334339,-1.0554719978815032E7
+    -112.96668987634456,69.65198902453324,1772017.457317844,1.0222152535424521E7
+    -116.50803782438626,-7.743662137072064,732493.679713776,-1.7950896126718007E7
+    -114.96213837417105,-69.52832376781411,1517167.241530291,-4.045471246136192E7
+<EPSG:2888> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -122.01885167604037,38.64329115334962,833434.565972734,-1040000.822619598
+    -120.90376034303324,-46.145083911000064,1318453.062577229,-3.1952385888812434E7
+    -110.65989318784322,-20.549782966159,4367727.466689233,-2.2623593140942574E7
+    -109.71156804749593,59.60435611567334,3742210.952945497,6596942.566806085
+    -115.74747638193264,-80.64180855188557,2624817.018070502,-4.452259566796109E7
+    -113.31215935063119,-33.752732671092616,3365744.857887364,-2.740467691898782E7
+    -113.91892134034622,-23.84638350624529,3236690.000040075,-2.379788522578503E7
+    -122.45416272811893,-57.07901762280261,1292140.759092344,-3.59663978700146E7
+<EPSG:2891> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -105.49322030873051,56.65525866068715,-2843364.983733201,7628747.250874244
+    -5.564477878459087,-12.065588602204327,3.721611150802823E7,-4259159.414656084
+    -50.013861447904745,-11.35693395344355,1.8641642242585436E7,-1.6888836459882785E7
+    -124.72577013622254,86.71848940283398,-298705.023362311,2.2598560929474566E7
+    -117.16197250284611,45.475158453886735,-6688023.698468364,4416473.653264601
+    -156.06325781293958,6.7041139243876735,-2.5417677565933928E7,-645640.278997993
+    -137.64749503673778,38.39744635435155,-1.281986655914474E7,4639926.975789476
+    -64.81034026061052,20.859269528909152,8526865.579541482,-5418793.733924747
+<EPSG:2892> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0001016001 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -85.93757167554122,-8.499153913693835,1549260.801150497,-1.6441003137581782E7
+    -151.99925810089712,19.695593240048268,-2.028100013817223E7,3510986.855564002
+    -66.86729646474511,-22.627773768965497,1.228152070008294E7,-2.3057574423611723E7
+    -150.8968893024027,-6.95523620080052,-2.7094869595372055E7,-5375380.471592748
+    -56.26496270739098,-16.311717768246773,1.6976515535733726E7,-1.8061774464587286E7
+    -101.10217758679129,69.64666356367815,-765096.014251293,1.4799285772824353E7
+    -117.14378556784109,13.767830222871694,-1.018994932462465E7,-4809778.924890591
+    -105.86897677941649,10.962624966571006,-6259338.407110689,-7061499.452644392
+<EPSG:2893> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -130.86368171076924,0.5340566700524008,-2.146615011250949E7,-7588350.050897853
+    -149.58911265769677,42.3730461668424,-1.6332841414278978E7,9125215.785717623
+    -100.85656730870704,32.49700144388846,-6003432.154981717,-924833.393051018
+    -73.17108943651601,56.24328689182963,2131973.70508862,6898832.777639817
+    -96.18602108048908,37.546584915607625,-4210580.519912618,538784.074763232
+    -138.21500114391745,35.017723596448015,-1.5711420447915453E7,4966399.087436847
+    -90.45633656107104,58.84377768135144,-1410420.773353451,8091823.454369678
+    -155.25964180213887,13.93027755060072,-2.5401160732813E7,3304231.10918693
+<EPSG:2894> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -27.923795810949343,15.398576885805987,1.688774736245714E7,-2948745.794905185
+    -94.99884366520862,11.892094398893367,-8762044.783463135,-7307414.641927248
+    -123.97276649791499,60.24503510276929,-8810638.456142534,1.2612989624064287E7
+    -78.44699367656446,85.52681144306152,287800.943294067,2.149663492858429E7
+    -13.072286191647805,78.24559427173557,6148523.438495657,1.9286577446591593E7
+    -126.52251565809162,60.55859588871783,-9133792.070094736,1.2998960925845858E7
+    -148.7879247759087,61.37187062053957,-1.1910975383781316E7,1.6161418259899352E7
+    -58.24929176653288,23.616454309850695,5295837.569488532,-3615871.465746959
+<EPSG:2895> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -147.62247614580022,-16.23443141702024,-3.59894636224637E7,-6564363.282416959
+    -63.89840187610173,16.253606036493913,4167052.416977189,-9182591.509587627
+    -46.47372022848353,72.12457526896296,4885214.592447921,1.2520488356823202E7
+    -79.71386852723664,14.167880395535533,-1971197.793737744,-9919931.130531792
+    -147.16329745236288,63.30185375242746,-1.039499070074835E7,1.4066498069058618E7
+    -6.289015771566369,8.978379537849435,2.6051439672371473E7,-2763341.408001277
+    -25.306337219460517,-4.134861677129036,2.2588803734603625E7,-1.2540040558159763E7
+    -73.32624049121743,34.588188702476955,784091.556621424,-2326539.522491856
+<EPSG:2896> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999968001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -90.9425089693424,1.1213225908409257,2.4352173581186347E7,-1.747331673326423E7
+    -160.95128581559487,35.88663808076988,7087759.762013454,6385940.645811727
+    -33.48055042963827,33.65928715073435,4.166898157880661E7,1326450.782478502
+    -84.5565543176819,13.8846498078317,2.7245861703673497E7,-1.181586242915287E7
+    -96.43431994327763,72.62450890601787,2.5060932832379192E7,1.0671784116073461E7
+    -155.73870189196407,33.74886519278466,7457847.622578909,4644723.960444437
+    -114.84820538708624,-9.056348811733125,1.134162508156896E7,-2.0079535885158643E7
+    -53.06045985019563,41.03283636373808,3.5363186028196886E7,612603.543355486
+<EPSG:2897> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.999976001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -147.2216111198105,62.116548191148865,9452100.147359189,1.1144277159843225E7
+    -72.85652008645631,69.78213968436131,2.132266098616517E7,1.0131094509597003E7
+    -74.77422765934523,5.538576750167106,2.3981246885085806E7,-1.4563605617099877E7
+    -31.850710414909997,26.264839439341294,3.65217805689179E7,-670678.475517864
+    -65.76399406759398,62.492491598664245,2.2977122537114903E7,7492279.400884384
+    -150.5741115742429,78.6421704064263,1.4098737102173157E7,1.634187462586061E7
+    -40.84632146617895,-5.816538312955217,4.108005682655273E7,-1.4378283934475794E7
+    -31.552589272518958,42.83599716450926,3.2879081205004513E7,4278893.770410663
+<EPSG:2898> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -28.447164917058785,-14.773100370769196,4.221878520059559E7,-1.4098908434796892E7
+    -102.48637223021863,-12.128250365827867,3361596.843761064,-2.1587296971466634E7
+    -137.70940959563117,45.946104977136955,426068.14243351,5783686.760569474
+    -118.44050639844164,51.06917119913149,5418351.889642436,5080813.264397268
+    -145.29337394830478,25.00888902995559,-6190308.150077966,1209120.957014621
+    -71.73869207793697,51.98181759465166,1.5996982789784601E7,4053059.21875244
+    -136.8976318302813,71.50999372227979,6373201.487326412,1.3691179196592152E7
+    -137.7638707681325,46.48871962205069,532337.244056464,5951564.443437836
+<EPSG:2899> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -88.35729093002244,-16.271431526945022,1151183.730517939,-1.6614714650906976E7
+    -88.03000824639619,5.718645765466931,1276185.341737933,-8635610.488787614
+    -85.64182557803004,-5.863178109812168,2144331.039718023,-1.2840655971004656E7
+    -90.94768758529705,26.327599965661605,291625.231178205,-1147681.666903061
+    -92.1049652434893,24.67598357793797,-102473.259897616,-1740642.347906254
+    -84.30796608200386,-27.606426437682885,2450700.236664461,-2.075911673511435E7
+    -82.94282450397804,55.968133446935724,2190174.441271545,9697682.604204575
+    -94.77118319611331,6.673525150129706,-1173458.237611182,-8276355.496690352
+<EPSG:2900> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -88.73712346795419,-35.01646552982184,2774551.826379672,-2.343143755620839E7
+    -90.97232887485167,24.706242966394925,2084455.057419972,-1742114.371134832
+    -86.0577503234566,52.945595935853845,3239245.742442105,8570550.533867553
+    -95.6580408768155,-31.954956973655626,644060.815967164,-2.2354338742630374E7
+    -83.6882377598396,51.71102727119904,3802622.079140381,8160461.750734954
+    -94.88795502776792,75.37709034432518,1875722.841747535,1.676184447335263E7
+    -86.97731942156182,-10.65255664306602,3501869.976784499,-1.458163683892834E7
+    -84.78480985949997,33.0169646716996,3998461.60479561,1324251.785345666
+<EPSG:2901> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -58.19203698163108,19.315113818851245,2.0226515514031574E7,-3231646.738226797
+    -33.314660962442986,52.20153751217093,1.6540346429555438E7,1.0606069582198316E7
+    -81.67526390675668,43.568149771235625,9197530.450424314,1048939.724189075
+    -170.58987035838993,29.092393417812623,-1.6421684890256189E7,1943270.400133173
+    -64.6062979990083,4.8233674058421165,2.1593491013664264E7,-9870290.735839698
+    -169.138889971989,34.98414326123063,-1.4547991518440615E7,3206952.367651768
+    -104.25084264427561,37.75659969596754,3502933.838083197,-2326735.483433963
+    -150.58857064314358,-3.368493792260928,-1.814302923428543E7,-1.421988746988121E7
+<EPSG:2902> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -100.67522475983685,85.72212629596567,641252.992941203,1.9992097566541966E7
+    -101.9597543887655,-11.341744587499136,1391547.588523356,-1.5373567990308916E7
+    -100.52201852152932,-71.39236333073171,986534.667581829,-3.7265505769905895E7
+    -97.88325777545555,-77.23381189946711,1062506.469712784,-3.941891318362202E7
+    -109.5434047365108,67.21120612686394,-197019.38326412,1.3241475687664255E7
+    -108.851961086667,34.70491550830525,-817212.931722715,1378452.775378125
+    -102.48898678631491,-72.93166289502692,739606.514548408,-3.78180063278936E7
+    -97.35633572368604,45.072231738835654,2343723.602701,5202075.914944657
+<EPSG:2903> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -99.90855096367385,-50.12858382396482,3127389.597699201,-2.9542299589647863E7
+    -102.92637712443057,37.12382359735416,2609498.177465762,2245351.290953679
+    -104.9412111088197,-78.38870298277556,1736916.697447156,-3.981396734769432E7
+    -108.91777325410851,4.660225299876771,669038.663997015,-9563005.787492484
+    -101.96431166500616,-41.07880834806234,2822033.859731487,-2.620848254137503E7
+    -101.78411288490622,71.28096923312344,2164964.670053925,1.4719068362572642E7
+    -112.03225612537646,-55.277106441392476,435630.190026471,-3.1408563341105256E7
+    -104.15597163187154,-61.91795640527319,2001287.724399019,-3.379096158711156E7
+<EPSG:2904> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -105.00305549081781,-75.45942426756537,2983315.668735632,-3.8746988611626044E7
+    -113.475244819759,-34.520909908137426,1022695.283263085,-2.383953003340458E7
+    -106.49816621864612,58.87909194165553,2975710.340987307,1.0166437076392323E7
+    -101.54016576245905,-2.813908537693223,5023180.788483546,-1.2282478120871436E7
+    -103.21923442867879,-80.05025475909999,3014890.631853115,-4.043373882630643E7
+    -110.15785426247707,3.5702305642301155,1875603.506688682,-9959343.86701945
+    -105.27759700929326,-56.67171645481414,3237031.185614779,-3.1878026686200842E7
+    -112.43889487931406,73.92803732348852,2256445.362575777,1.5687031616482403E7
+<EPSG:2905> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -68.6526705818417,2.464117338038591,2629240.123087275,-1.3207638876102481E7
+    -77.88655581211097,85.15430171045267,387367.557933972,1.6932926209275402E7
+    -81.0612556360834,-74.60235133164454,-144860.6154281,-4.131234533890806E7
+    -77.81296121870025,45.19630631664168,-361863.232775815,2336054.211360855
+    -79.03140791942964,61.40975580141486,-301368.804639508,8265420.123865962
+    -78.13070037408782,9.138260330983186,-817870.146958325,-1.07844908564197E7
+    -67.94783857798495,-78.71619252639232,960880.413220359,-4.281000048009735E7
+    -69.6752558987807,-7.291055961249924,2241908.889794846,-1.6760441353692487E7
+<EPSG:2906> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=249999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -81.85813362773247,-45.3038349609607,-536959.226286242,-3.1040634451288126E7
+    -80.86097798169183,47.635187158176194,-234308.607609284,2812186.951821333
+    -76.5155351397706,74.75119740382789,826740.805792775,1.2694847325401505E7
+    -78.26925654717225,-46.316231922397755,394217.616128359,-3.1369850754133083E7
+    -71.25202533651151,19.622513044888407,2656880.222018023,-7382025.196593632
+    -79.19678899893425,-5.011929563942772,-130922.197441087,-1.6351673765005212E7
+    -79.74335589897433,-64.15518547434482,315913.626171018,-3.789289480407607E7
+    -74.83136777206302,68.18994778654994,1058580.851601452,1.0296485789587831E7
+<EPSG:2907> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -82.33084983664739,73.92075472200588,768291.946527485,1.2402717588115744E7
+    -77.85554807074585,26.29002980787604,1386745.913554364,-4987727.874723887
+    -79.0917160828299,21.194362457825946,975112.076279798,-6839611.346237138
+    -83.64736409375836,-17.131613378067797,-621457.232749805,-2.0771092385971993E7
+    -81.38971240631409,-21.349744870085786,193033.741847697,-2.2288349063875157E7
+    -72.50190876695169,-5.740144748706285,3362257.673830459,-1.6625748432365756E7
+    -82.65993569389458,-2.375163873583972,-340465.124030981,-1.5395438943238836E7
+    -79.75925640152471,9.281509299866613,724404.125432111,-1.1163746101343336E7
+<EPSG:2908> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -57.28861386630945,-5.622642947149682,9132372.69586268,-1.770782620326249E7
+    -69.92195667125542,7.098067139658738,2714848.221282761,-1.2663417108065361E7
+    -28.325334101753384,-16.256568520071955,2.5190735788361557E7,-1.7655600819991417E7
+    -22.380104359573238,55.209429328351476,1.1508818762793558E7,8740327.642325632
+    -105.87287134725878,-6.678645503274037,-1.4493556091496775E7,-1.6160794095282767E7
+    -101.75767032409189,-12.919195154317565,-1.3577528149689447E7,-1.9921998196320232E7
+    -157.27412576212456,21.910690614198003,-2.444202699549753E7,6325592.939635173
+    -84.23058302536639,-11.135842526058827,-4349762.294346702,-2.0980184005416326E7
+<EPSG:2909> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -156.83283670343886,-3.647207440811181,-2.484854577744751E7,-1.0653043754722135E7
+    -178.9038592539907,59.29156689808427,-1.0543677041666033E7,1.1500226937985338E7
+    -54.600850085854034,-4.1812484283889795,2.4660897654961172E7,-1.4232244198900282E7
+    -54.68306209401223,48.4217491704522,1.2448760457144193E7,3732145.654720678
+    -95.95964776695413,56.49015687615393,2896089.71123058,3502922.228414265
+    -81.49594283026344,32.8077057566874,7941384.74821072,-4491293.212325226
+    -107.98824528754704,40.925102620927234,-112942.779158981,-2119652.262420898
+    -148.4224765185229,51.917707022428765,-8186830.828852455,5061850.922886823
+<EPSG:2910> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -81.41594089276138,77.36278099882173,3839258.032495738,1.2538112469737662E7
+    -32.23528561309513,-3.9761966264824675,3.2913527565548424E7,-6072401.821644382
+    -95.55949331649033,-9.982613792652934,4717908.968391006,-2.357132997810366E7
+    -66.08507062334188,28.84102476586377,1.3131779111096399E7,-3742837.494270677
+    -69.46502839091154,7.142358320386709,1.5514698015908955E7,-1.2398091736603202E7
+    -96.7243873568686,4.141249627335718,3725244.748258108,-1.6435443666264547E7
+    -159.79580784267435,75.31371456678076,-3983043.816207733,1.3759586279523926E7
+    -62.29487616361632,76.76710259083164,5728603.717999495,1.2974667223914547E7
+<EPSG:2911> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -144.26099709868868,58.36883676939728,-7356129.209368076,1.1016634035208145E7
+    -70.58828000958702,65.99709923343791,6751099.043084001,1.2595588267752033E7
+    -152.80393467211502,16.279388992927885,-1.730484798528657E7,-1355391.259559227
+    -20.911109438225793,55.70153087021643,1.7217113038615312E7,1.4094136433684107E7
+    -167.98072974574393,16.831060700131722,-2.1668849762606137E7,2175308.59220766
+    -72.67052262706852,80.60520201733874,4496071.80155097,1.9614849610873096E7
+    -87.17900230157926,-4.150793957089494,6918750.931709317,-1.5148020821104825E7
+    -148.94547895644052,72.18014871034505,-5218005.117250566,1.6667477380352201E7
+<EPSG:2912> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -115.5346838884634,33.83862744687809,-3329641.758326689,645226.438015424
+    -101.83600730041215,80.37416293079357,1559464.954479137,2.0079155706713937E7
+    -88.47972250887565,16.539710955593435,5457268.276234955,-6043385.094833965
+    -153.25080860901895,-5.624520689543424,-2.2068271191829167E7,-8601107.675592352
+    -106.88257973603065,15.915889662281536,-1308097.828841755,-6301500.787429946
+    -125.91767192947452,39.775694160193694,-5810850.6295496,3430692.642697657
+    -157.17675265008938,62.416848227856974,-8960137.71591581,1.4382019629113138E7
+    -172.74259969920837,42.765993776044084,-1.6510915586455721E7,1.0617637731830936E7
+<EPSG:2913> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -163.1979371450087,58.49156854766623,171894.417530423,7630645.12168358
+    -82.94571270703172,49.32444266759026,1.6862158110018905E7,4114377.552844949
+    -103.60440915186868,-9.422920660024918,1.7277665714593798E7,-2.1379524033026423E7
+    -148.71239663709727,29.998951499401322,-837650.428998524,-3442659.912643114
+    -95.02080584727742,45.80050183673753,1.4593258145595841E7,1794189.758015078
+    -145.70831435181177,58.71144353621962,3338721.591604678,6305628.708743451
+    -40.812123066619705,-10.09327977033952,4.496757202266391E7,-2938770.503559532
+    -156.62429518118904,37.42588886503943,-2030207.447995368,44824.529044811
+<EPSG:2914> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -140.27734658625687,18.380804381394256,-2477663.063641455,-7858249.011881535
+    -143.70671486439676,59.724877963307975,488020.748180953,7301142.968182012
+    -79.84058381271046,57.45683768686057,1.2886158355905926E7,7792192.904842698
+    -143.05099163332153,65.06012411186731,1164729.148310434,9276261.99839142
+    -170.68609415452184,8.057849995528343,-1.5310814104800742E7,-6732490.259316699
+    -49.65789916403881,26.842783164823686,2.6150075686845414E7,4084237.118960528
+    -138.97142003969103,58.53172948453637,1276309.829707025,6631070.653755454
+    -65.65884574995748,36.730242908255725,1.995863054431409E7,3304759.908004952
+<EPSG:2915> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -170.76370917953372,38.76442496860419,-1.9318103549870927E7,1.1454895005725762E7
+    -76.02805176812358,16.47615649878881,5648086.110378553,-6431775.532647059
+    -108.33413453604402,4.172816071411937,-7325744.736977329,-1.0461993002162732E7
+    -127.02302844246267,-15.50959037996406,-1.8490819886492822E7,-1.636095279647955E7
+    -119.2803919516671,29.86749818907643,-8432625.182798553,157310.134058224
+    -118.25424365586514,78.34597240650209,-1691861.929071428,1.885436411135899E7
+    -36.662189181637615,70.29085242599595,9426580.222997474,1.6036782722142441E7
+    -125.95014918013672,47.89996287126928,-7788323.784223029,6996603.443331536
+<EPSG:2916> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000.0001016002 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -51.39575887332248,-2.633694111468099,2.2151001521285966E7,-5465275.759354756
+    -81.42900518358408,-0.21600132142112827,9370623.218660772,-9080873.071422005
+    -161.64172214718542,28.78151562004102,-1.756049682876186E7,7095692.188058667
+    -127.50152492278585,12.07764950746364,-9265789.665104507,-3599021.427261601
+    -154.70780260895384,68.8060454525305,-7742720.752593936,1.918386539716311E7
+    -120.20369758134954,9.442027500347002,-6717108.02530948,-5254823.54880561
+    -151.41557424031623,-9.017724489796832,-2.219221747926251E7,-8089122.692495405
+    -64.66116241603565,47.55147511750942,9757769.829293618,9968087.010838144
+<EPSG:2917> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -173.84699143058066,-22.800220911375266,-3.48208016623206E7,-2928909.117089659
+    -92.49244724549783,50.49008635286533,3438923.968661949,1.3567418368215207E7
+    -161.9300911234591,20.871591343612742,-1.8838236613123413E7,9085260.680841688
+    -44.716587202569286,24.114453695576145,1.93346338158384E7,8348483.226784669
+    -50.12128361266889,66.22704588748744,1.0516318574827781E7,2.202220043183602E7
+    -16.715450910467098,55.98879005509981,1.8522542239586342E7,2.2468655455394458E7
+    -74.87002730615185,-7.513120578950932,1.2709715256714337E7,-7692455.596646414
+    -143.20998729746805,38.661295212984854,-1.0475888554272147E7,1.1799487971952258E7
+<EPSG:2918> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=699999.9998983998 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -151.60757576185594,84.5777993462514,-2030731.692223931,3.6465130373711616E7
+    -158.9770738715801,-22.74089016573913,-2.6619134713198163E7,-4493331.845262087
+    -155.56219057912773,58.83638601443943,-9248318.043971399,2.386808047674506E7
+    -29.192209050572757,20.265450020583337,2.5437913230883814E7,1.4066611347007783E7
+    -136.87599516104382,-5.062994581885196,-1.3450810792287719E7,-1021591.549798737
+    -24.251425262958207,14.722185252545664,2.8102998270829625E7,1.3522082220618082E7
+    -143.52982978246746,-0.7593123290981119,-1.5486669239690354E7,1708127.033292277
+    -125.7192324188256,48.26857688972218,-4141830.567205811,1.745720245817373E7
+<EPSG:2919> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -87.3844759593661,-16.53971708450709,7499337.197315215,-4574003.226009363
+    -87.26091104597668,47.96686935935904,5009469.077651236,2.073612950988879E7
+    -160.59470794878501,73.00370243987611,-7642134.848688598,3.440142865852825E7
+    -132.73096092445394,77.13626353468565,-2768981.971319765,3.496240322821556E7
+    -106.34022214827917,10.302574216876778,-809891.371604941,6720371.152784413
+    -24.64986598567768,24.664285923560428,2.5101980964624427E7,1.9581293555994146E7
+    -132.80046182967158,3.412003581776709,-1.1423559975051157E7,5890373.460454519
+    -80.56485867848538,64.8467604301238,5620567.344838713,2.7953855347400174E7
+<EPSG:2920> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000.0000000001 +y_0=5000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -43.468382155913986,48.224669733353736,1.4994660750504434E7,2.7913848490485534E7
+    -91.3565087645693,0.719823716351577,3867400.477847508,7099515.206510193
+    -152.720594720342,82.83812040778992,-5100708.292063247,4.469960465688062E7
+    -45.50363297781013,55.11648663744103,1.3368109984427987E7,3.0244715923542686E7
+    -43.35539267632228,-6.698442550893816,2.385040693590579E7,9023953.61549294
+    -136.0473470936585,78.69154494768924,-4289553.022850213,4.078056375854535E7
+    -127.41315443166275,-30.379260552903894,-1.3981175666547908E7,-6194057.571786912
+    -56.79300319200382,21.460181232062766,1.4972576351352867E7,1.7205533180837095E7
+<EPSG:2921> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=999999.9999960001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -126.43272113529669,84.96060175920758,760939.708551561,2.2441954359310098E7
+    -75.23847198098196,29.230920761012477,1.311017442997383E7,1637646.997037023
+    -28.91020756681698,23.525108848145315,2.6409890927748647E7,9812771.371735832
+    -69.92403379810914,-3.2202412722234026,2.0821102225556068E7,-9472850.839015637
+    -99.44945022191679,34.86219045820851,5265624.687948396,1535759.17125115
+    -141.75019927670445,27.908227594494086,-8181482.411686552,444024.876660958
+    -27.766461514593175,-10.81490213828227,3.898420900656946E7,1564574.817734829
+    -81.2624097622705,75.11990028159914,5232902.45354221,1.760539526480344E7
+<EPSG:2922> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=1999999.999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -174.26201423546843,82.58545260618283,-2934826.120817051,2.6811893439028293E7
+    -38.64356769269162,42.39533441330855,1.923187988159295E7,1.5630603961206434E7
+    -44.28165023948438,-19.050267775260203,3.61441288097033E7,-4699664.668117111
+    -98.58023977301383,37.53365486996936,5376461.0444708,6540637.120047242
+    -71.51084025651576,48.59819758363279,1.1112696380889004E7,1.2469369400537662E7
+    -132.61206859019194,-7.93503083621656,-8765928.522195792,-1.1040716648604784E7
+    -139.86507799677133,82.21868104771337,-639451.590756809,2.5278699148259833E7
+    -165.2166645234414,74.38058305987585,-4834113.827245069,2.277283010486258E7
+<EPSG:2923> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.0001504 +y_0=2999999.999988 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -94.68822496081962,17.80889812062943,7796682.976463612,3400213.36781313
+    -39.91634265082871,59.190722864096784,1.4812252149159921E7,2.3567260930928286E7
+    -94.5451313395251,22.968968173813785,7495486.436445249,5335407.677374789
+    -93.39507904626318,-15.733019665076068,1.115019055670564E7,-1.1229889690503737E7
+    -47.13248123404492,47.377317236361876,1.6576145434290376E7,1.911570244662422E7
+    -158.54736097843553,87.88386072526244,-110569.828903267,3.409301828475082E7
+    -74.4094686408024,83.41374897443632,4454956.777450969,3.0554562766024996E7
+    -153.95887738552997,44.354349964806275,-9160397.06005169,1.5143511285172032E7
+<EPSG:2924> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -41.72414181697971,-16.16351188087425,3.071446801808339E7,-1.2273944764205355E7
+    -158.40679093738572,63.31096183809493,-1431013.435317696,2.2251836087351054E7
+    -36.678903228838465,-8.76071946048311,3.14693102182875E7,-7657521.386107406
+    -162.38654923434606,38.80577150357381,-9231621.908254648,1.715923090059564E7
+    -6.172547820048237,4.918625864775002,3.9241635024003044E7,5514882.741377159
+    -60.9528283861719,-13.7197224911639,2.0598778869501878E7,-1.397244878106657E7
+    -85.42960368106843,48.52124368524,9778538.840178935,1.0600895661596896E7
+    -76.78976433790147,-14.758987734494998,1.2387210628038133E7,-1.5398040628910083E7
+<EPSG:2925> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -40.21342845980256,-6.0113481014305705,2.9118936229659386E7,-9983019.92274979
+    -95.53025410306923,78.77805080969087,9634463.098260844,2.095638365618615E7
+    -125.62378894246169,4.232183475407165,-7725858.578030674,-4139031.424533174
+    -29.54325734047245,9.342723198985475,3.0323222780347098E7,-1921601.738515523
+    -144.4211194924855,42.99788080856216,-4833968.507549709,1.1652088692271847E7
+    -134.08205039635146,30.33421942710497,-5177135.163242317,6142990.560136367
+    -36.237827119671735,-13.126252275403688,3.2360140466771007E7,-1.2385313649604665E7
+    -158.46411580868266,2.6878965401796506,-1.907877595013827E7,4083390.177279145
+<EPSG:2926> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -126.00571866991496,19.80537526143087,-340462.276746466,-1.0222574702813381E7
+    -49.272962955683795,6.339148534244064,2.9914679201317877E7,-1886491.475621777
+    -72.04685571305826,2.049624782956295,2.37276913308311E7,-1.0838147512903214E7
+    -73.54860463276371,72.84248722935143,7064959.055157439,1.151675837493513E7
+    -46.03194727697874,37.805888310403475,2.0287782957025517E7,6480681.221277536
+    -170.7317057686429,9.612889855656093,-1.87721517415648E7,-7735737.011646502
+    -129.98213755123345,16.987940164695704,-1994480.390411438,-1.1226070375965709E7
+    -74.97365889844325,-3.024985146303889,2.39866602242234E7,-1.3746125597570071E7
+<EPSG:2927> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -111.44065657008507,-2.580382277525759,6208203.455073155,-1.930671142145658E7
+    -141.58886672987526,7.445010657551858,-7638119.507264402,-1.3584278892681953E7
+    -41.98856156913297,-11.009285100368059,3.885621644263482E7,-3851662.858531225
+    -68.95082663180546,82.84279653472827,4787683.153498513,1.6178771905620003E7
+    -66.74885005660401,-10.97951488186521,2.9572905362550605E7,-1.4150375379125949E7
+    -121.73460884038954,26.86549242210259,1215548.825727066,-6853263.27206567
+    -72.28468693876734,36.188920997363866,1.5207549015788317E7,929476.209268519
+    -87.53374453610589,-13.2022738594454,2.0161211961100083E7,-2.1414529760243323E7
+<EPSG:2928> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -161.98065186823968,1.7599250556850432,-2.781407663295397E7,-2843191.08967863
+    -85.29425307523356,7.793212642336602,4045262.87871981,-1.4523180347015847E7
+    -122.23382243964646,56.32151014884417,-4504809.701973272,5423376.442348535
+    -164.10559190146694,-12.924486425513837,-3.460656104953677E7,-6617448.570827778
+    -164.06575141628062,-7.755518016233383,-3.22664175971413E7,-4909766.641179256
+    -166.02288605975627,86.45936109521243,-618697.832420519,1.8666255839828096E7
+    -159.2229449980894,-9.269506242913645,-3.1285869078656252E7,-7479098.747284434
+    -151.9845416563392,-4.088895838750171,-2.6671221169356674E7,-8438667.375369797
+<EPSG:2929> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -125.87322698856725,68.86634593714093,-3152100.018411337,1.060311743378169E7
+    -67.88210385176187,22.935458874728432,9829049.416684607,-6711893.813290459
+    -72.1424360087085,53.06291104559257,5906539.630191529,3812347.780467302
+    -84.7030977444824,86.04925708160454,2205838.496556674,1.7796940976126518E7
+    -52.49219947672843,73.261975883892,6483134.495270446,1.2361325339564836E7
+    -12.348558103724855,25.565280626341213,2.501310681086549E7,5167514.703981198
+    -55.39177060440301,27.371763353819098,1.3343897921111938E7,-3624820.908031733
+    -161.58210690669466,52.257576738891956,-1.2191844479277242E7,9760175.613772467
+<EPSG:2930> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -50.21969481469117,20.005993277819698,1.6154996567164253E7,-4775317.1443889
+    -29.07299486935173,59.398909376708055,1.280523450066256E7,1.0578130765812559E7
+    -68.49395474136762,41.533607498461016,7794355.129884403,585441.071742137
+    -8.299324583236768,18.363294048753353,2.8161417853311043E7,5095008.037042306
+    -65.22126886507333,75.09646005475562,4833433.128440028,1.3315657909884216E7
+    -155.35094347227812,48.09375429808858,-1.2465760905619068E7,8188214.414070209
+    -167.7088782498818,-10.21671979583378,-3.378556160656768E7,-3887587.956915688
+    -78.44842991260818,56.13778690328264,4381198.673277554,5366489.479111237
+<EPSG:2931> +proj=tmerc +lat_0=0 +lon_0=13 +k=0.9996 +x_0=500000 +y_0=0 +a=6378249.2 +b=6356515 +towgs84=-106,-87,188,0,0,0,0 +units=m +no_defs  <>
+    19.29248095273467,82.24658163538535,594651.87456802,9137293.277161624
+    10.598316954873592,-21.951032221825827,252024.126009294,-2429516.287176718
+    19.328043644981808,-21.198860646427917,1157834.276525672,-2357497.021069783
+    17.06343587475238,37.4017256431745,859778.163795589,4147013.650075916
+    11.769903810875928,-4.641478986562063,363618.067259511,-513339.123845853
+    13.806157663956768,1.061598877936433,589753.646098175,117162.291039727
+    11.09238930475867,25.804189879837324,308813.673419281,2855203.300874454
+    9.49398484304713,-44.781279116284296,222694.673709821,-4964721.063449578
+<EPSG:2932> +proj=tmerc +lat_0=24.45 +lon_0=51.21666666666667 +k=0.99999 +x_0=200000 +y_0=300000 +ellps=intl +towgs84=-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065 +units=m +no_defs  <>
+    48.19314960826479,-76.27335883210492,119976.033034827,-1.0876188256741934E7
+    56.195617271303846,37.32102774070873,641542.062548458,1738550.916981361
+    44.69655406130935,-78.25509617972071,52136.884923516,-1.1103626194088629E7
+    44.67882441510491,-32.24686342427444,-416636.386938572,-5993139.501822406
+    46.4835857914409,-65.31784196239053,-20406.516648626,-9660114.359663907
+    57.07729425954398,7.695873763391361,847715.944031476,-1549709.715347688
+    50.13070553112963,22.14924741619727,88052.001359788,45526.318906111
+    50.52263678221307,83.6994438769654,191613.124778746,6893049.97790187
+<EPSG:2933> +proj=utm +zone=50 +south +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +units=m +no_defs  <>
+    111.22659345374014,40.029298329750645,7207.282571971,1.4446975504783627E7
+    121.51808836079245,36.71316815191511,903574.789257867,1.4072551741701331E7
+    110.08575379838358,-6.10531405741888,-266935.217809429,9320167.20906935
+    114.32630276084174,-79.62551332397007,446223.225293303,1159179.822583387
+    119.8341419787602,-44.94594824031631,723529.298366877,5019127.902266402
+    116.90721563448456,-50.70897520947002,493400.425605979,4382535.720497485
+    123.27113037204963,-65.85547634724679,785787.791344487,2681989.643498953
+    118.51625642029903,-79.4888046929448,530824.881487131,1175268.502822103
+<EPSG:2935> +proj=tmerc +lat_0=0.1166666666666667 +lon_0=41.53333333333333 +k=1 +x_0=1300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    37.997816048602914,-68.44893709288915,1155177.902176447,-7613040.02322513
+    47.275599775055696,48.972122571721826,1720419.130889398,5429635.94012088
+    46.846703058414946,35.75158909332751,1780896.121070711,3958222.014538553
+    45.317458045694465,-57.1270887053099,1529223.31647028,-6353317.629916701
+    36.03914116555147,60.44493586370734,997903.557082931,6703462.117919294
+    46.73796327205653,39.03615320135685,1750864.171976911,4322626.387524578
+    45.608372062050314,70.17531002722868,1454323.522209594,7780896.77966895
+    44.9474612398593,39.423082271644006,1594124.717141741,4358236.443210689
+<EPSG:2936> +proj=tmerc +lat_0=0.1166666666666667 +lon_0=44.53333333333333 +k=1 +x_0=2300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    42.72582466544394,-5.291857088151602,2099698.513080914,-598266.039824795
+    48.76255958792804,17.129039321954792,2750479.559518217,1886681.697837412
+    38.44546484460788,-6.999312548018651,1626166.240264572,-791172.571954094
+    38.59883708264248,56.90116802240544,1938763.866922497,6311799.330360117
+    42.7944254270733,21.477276435791296,2119862.199251235,2364115.987136473
+    44.863433180081486,46.14136297530405,2325610.722515904,5099043.118403564
+    50.54154599518699,-15.683480142140368,2945200.809007381,-1756607.728497404
+    50.98405262411889,31.696940254752676,2912227.009394121,3513591.744694884
+<EPSG:2937> +proj=tmerc +lat_0=0.1166666666666667 +lon_0=47.53333333333333 +k=1 +x_0=3300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    42.847097934511154,60.29126922892337,3041064.724044908,6682919.136022651
+    43.76957866251202,61.67770644092502,3100892.658020141,6833962.064467762
+    45.96567990592285,24.647902080570404,3141377.633222338,2715148.378271443
+    44.27658738843493,32.92749519843231,2995426.790939562,3636606.81605796
+    53.77540689481795,-51.33352153812543,3734939.70133019,-5720588.124332414
+    53.76035340658158,6.177721915539308,3990617.873246597,674362.381756249
+    51.061298527281025,39.81295129095753,3602219.81205531,4401906.963761074
+    43.50718830019609,-43.211569118252555,2972899.663878189,-4806958.126759311
+<EPSG:2938> +proj=tmerc +lat_0=0.1166666666666667 +lon_0=50.53333333333333 +k=1 +x_0=4300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    54.959232020995,8.642941394708103,4787681.592902778,945781.530504889
+    57.19273668149954,68.20213263017936,4575731.100985779,7570499.460807441
+    43.884917239319954,12.764429996062987,3576683.54484923,1408144.193460372
+    54.70979233471932,47.802451396999146,4612927.532607869,5292096.742368078
+    45.22072852000838,6.1797727114475975,3711270.353558854,673485.033317343
+    46.734048006362826,-43.31312272878107,3991846.195219425,-4817375.175113001
+    47.80288712488254,-5.887598708648326,3997609.018650431,-664593.954017571
+    55.06543372707184,-49.084520793237964,4631102.446871156,-5461791.904174797
+<EPSG:2939> +proj=tmerc +lat_0=0.1333333333333333 +lon_0=50.76666666666667 +k=1 +x_0=2300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    49.5657010691866,-26.866430181245114,2180732.904630904,-2988068.40470078
+    53.17638328871191,38.55502598184772,2510152.908342956,4257200.939071117
+    44.335731111483355,12.56527880300321,1599891.278456847,1383540.841891577
+    46.75843713776139,81.47431779776173,2233796.852821072,9037401.668217326
+    53.559226282079756,26.08936242668878,2579529.364304505,2875074.276681146
+    46.21492357073777,47.66192139535485,1958242.180313199,5276224.806451384
+    49.576160600698415,-73.32178957328433,2261941.934406207,-8154775.288320289
+    50.850634407851004,-11.654419946388941,2309237.200864498,-1303517.788991235
+<EPSG:2940> +proj=tmerc +lat_0=0.1333333333333333 +lon_0=53.76666666666667 +k=1 +x_0=3300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    57.01600499680083,1.9132026171339334,3661787.226962164,197238.090631736
+    54.55874629080007,63.18873415737596,3339975.86076249,6994997.654554731
+    52.99569541461667,22.04846011334321,3220495.910434087,2424709.748214154
+    49.705273280833275,47.704611528197944,2995307.886865238,5278915.816280271
+    51.97446618620786,5.5964152043825806,3101484.167019032,604486.864131732
+    50.97495491104042,-70.99898658076076,3198628.709936718,-7897525.348563084
+    59.01670237481216,-24.692212968996742,3831872.252123862,-2756825.503431624
+    58.7148723916054,54.7535380756361,3618556.327489469,6066366.690678987
+<EPSG:2941> +proj=tmerc +lat_0=0.1333333333333333 +lon_0=56.76666666666667 +k=1 +x_0=4300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    62.385470056109426,-17.58473935209723,4897298.023936615,-1968550.678706515
+    56.73962017189807,62.7402050467214,4298711.115194687,6944753.49586672
+    63.10069373323954,-13.078575180014468,4988269.241017439,-1469696.875067103
+    50.72085923769758,28.135325039110995,3705532.549470492,3113605.204915335
+    59.15112318761351,22.20240654888927,4546000.812503916,2443486.622470865
+    54.883431518370394,-78.46467540717452,4258031.706799401,-8729159.256367058
+    51.35241477354717,19.183662647728497,3729958.984149717,2116210.583148879
+    57.59778780600775,-31.498822313446148,4379032.54190432,-3501253.007323873
+<EPSG:2942> +proj=utm +zone=28 +ellps=intl +towgs84=-499,-249,314,0,0,0,0 +units=m +no_defs  <>
+    -10.927684850078444,-34.41105628102926,874714.929415761,-3815428.061588971
+    -8.87726344728022,25.47155942907041,1116577.172795594,2831004.398642239
+    -9.890940639363446,-66.95871318004406,723299.68591782,-7435926.909158954
+    -12.225625852035495,23.55934544070263,783581.524601635,2607829.670620491
+    -14.519188463641793,-73.69554248972159,515435.596189701,-8178096.745053998
+    -18.145420999814444,-63.267087262740205,342557.608188243,-7019231.393056902
+    -21.68685737951225,-42.61631828734767,-48120.975008835,-4740055.841174529
+    -10.23313954524221,88.1906790357788,517155.223410592,9796544.800033426
+<EPSG:2943> +proj=utm +zone=28 +ellps=intl +towgs84=-289,-124,60,0,0,0,0 +units=m +no_defs  <>
+    -20.077086830596073,3.3368495910175398,-64546.864877308,370225.732304783
+    -13.681246094144447,87.6678068138844,506185.722684137,9737714.28894517
+    -11.422492299147942,-14.904593682110061,885191.304287389,-1650927.381352361
+    -11.073852793821963,-73.25425554602417,626377.645365479,-8133040.757891777
+    -10.961703095141369,-72.80884435474758,633325.323529966,-8083695.764627977
+    -15.327015695612488,-13.319921129274206,464778.312620514,-1472597.736080813
+    -9.755721600910894,30.07682300227357,1005960.218440408,3338870.118824675
+    -10.693406123422038,-82.6570577662481,561589.508927283,-9180529.980974505
+<EPSG:2945> +proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -55.30381206183556,81.13430297031141,359782.580003065,9012414.733539747
+    -64.70519402265846,26.593268133063873,-313963.776406114,2957307.954831178
+    -53.19019833326832,74.74889389399021,460563.405306018,8305049.014255329
+    -55.062161722927456,-68.32858985442729,446458.332558684,-7585725.614717694
+    -64.360964684361,28.915452645448923,-267227.409613344,3213756.604102111
+    -62.617230968699346,-59.558314535521895,72123.873753638,-6611417.017407853
+    -58.51471681757278,-37.868713689636586,303505.214130023,-4192506.673710045
+    -54.70746173516073,27.552732813591447,679490.202929505,3054314.190476033
+<EPSG:2946> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.85524760308599,60.30708067025046,64175.113257019,6695567.574239029
+    -59.876789297545585,-83.89171446743929,324086.862929915,-9319072.775147177
+    -61.69425386194552,75.98558657408785,299547.300196806,8436116.797218552
+    -60.397127197273335,36.510619592775484,403586.012698584,4042364.423450486
+    -67.24436211992975,55.021214073965524,-62363.324951963,6114083.849164339
+    -65.6068900383599,-34.597852791574304,-72013.214367493,-3837272.923743715
+    -66.4592701229005,25.361343205144465,-194712.234767459,2815076.453637094
+    -58.44724213090672,-50.02800130123176,523502.755713883,-5547874.195116973
+<EPSG:2947> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -69.07627524627027,-55.05603219508437,12489.727860627,-6112435.123886915
+    -58.084719786806296,1.547773650804288,1020119.638310101,172212.382232944
+    -65.02854384172629,81.86907697901466,296451.841164236,9092980.690053174
+    -61.86692774899722,12.234104545180728,591362.517686223,1354242.615820555
+    -70.99580020579717,87.5999522231383,274484.889784889,9734641.836184192
+    -60.613952967147554,-67.31149389322965,472030.694191444,-7473580.884248809
+    -61.49519691886459,40.13958135074378,560862.94759784,4448913.727399263
+    -65.14732353874898,37.473038721936746,247544.960737131,4148791.67274645
+<EPSG:2948> +proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -74.36184291768228,-57.07920991884531,-110872.703452584,-6349035.710329535
+    -66.3738336714193,30.963178044035416,412387.515354889,3427093.243241019
+    -60.84816495272827,47.450350769529734,806298.036529803,5278281.458430813
+    -69.9625886067659,7.169186684317978,32740.38903886,793419.757762271
+    -62.98856686696364,-55.34564931049829,590884.891306254,-6144369.625908782
+    -70.78748428949272,26.277279237604077,-23636.39512755,2911438.091682865
+    -70.69980195603576,35.601029309690446,14827.918347895,3945597.094404236
+    -72.56075819712706,36.34303099672205,-149643.933065617,4035115.465605608
+<EPSG:2949> +proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -76.02664825365292,13.012453865330656,-295509.810493238,1445478.593588017
+    -76.94998610605225,-73.67061413750992,102680.513867657,-8188675.857033465
+    -76.82047259653577,26.04858030892396,-328461.558206009,2897308.028253395
+    -73.43781935533463,44.372527916705764,70669.052185059,4918924.150601944
+    -72.89312759365318,-75.75493739056317,239062.85180996,-8411694.97811594
+    -72.40412487001372,33.88654006649452,128659.54448132,3752333.435674102
+    -77.07431666330294,-75.8342179733359,125494.361080447,-8429199.545036074
+    -74.48631990233932,-33.13850623487616,-67235.670432845,-3674824.272382431
+<EPSG:2950> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -71.38099955482272,58.56955554044251,428081.594612211,6496017.35365909
+    -74.90864082333363,-15.181823017016129,153430.657607488,-1679427.686573607
+    -77.09870483190566,-43.368342390184445,13135.061649437,-4809455.077074635
+    -67.4715147228499,-82.83294493902693,388645.534960218,-9204951.439718008
+    -70.94890998167273,-73.60254651700659,385186.652038379,-8171866.013806865
+    -68.77113281809058,4.25485931640516,830315.77587846,472051.384350298
+    -77.32672934045692,40.60666828460177,-19073.729174985,4503489.224058237
+    -67.03122499718081,56.61224404908049,701627.6144649,6294843.371756478
+<EPSG:2951> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -77.30191593368355,14.736138246869416,218454.863173147,1629784.695149547
+    -76.601288796235,-87.26024327677108,304259.285489856,-9694984.636588257
+    -71.35725755384517,-37.47695766246901,759803.154926999,-4161473.254505886
+    -74.59697891543792,-35.30533595631032,477868.862369906,-3909738.485035677
+    -75.98913804530432,-17.75523875403087,358972.146114351,-1963769.265015683
+    -76.15005260046867,15.908665749230224,342269.82470304,1759391.759451407
+    -75.72407433101272,-9.611463431340752,389965.070613915,-1062870.166990173
+    -81.27338770778518,74.88142275024467,165927.576814834,8318459.157550324
+<EPSG:2952> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -74.58852987821246,10.685156196242431,842688.300536189,1185804.198126532
+    -74.55374685542303,-44.74604298276904,696480.780349898,-4968143.254981361
+    -80.92766451645902,30.16140847133302,167280.079651855,3338533.290463064
+    -81.56193532677973,49.836195328162745,156486.498852237,5524115.048160182
+    -77.00778427157275,-75.61572577104624,373912.27944791,-8396282.417793442
+    -76.11507749137695,51.019526871973,542261.451378781,5659148.185616885
+    -85.053242276781,60.5056754312707,-52.885716745,6722616.336303987
+    -77.98727577654279,62.99313428587013,381459.111328567,6987822.241059125
+<EPSG:2953> +proj=sterea +lat_0=46.5 +lon_0=-66.5 +k=0.999912 +x_0=2500000 +y_0=7500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -108.64345745739823,-57.15183767986233,-4464135.064258188,-9038202.336063156
+    -77.06924344248455,-46.547367411138296,785899.839117472,-5876892.587869646
+    -148.2097310771707,-60.86022187682505,-1.2358854010226633E7,-1.2443908360477358E7
+    -7.879219591624775,-19.649697068513532,1.1866358742832156E7,709181.199540274
+    -67.21704598715056,70.92308321423306,2472615.033062129,1.0262058856601544E7
+    -75.94778862689913,-55.546985307087745,991658.659589887,-8199763.491474321
+    11.434942277092091,56.544004472953446,6592029.750844762,1.1222243244181322E7
+    -67.71087413046087,49.934268078657766,2412999.095811822,7882638.028964262
+<EPSG:2954> +proj=sterea +lat_0=47.25 +lon_0=-63 +k=0.999912 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -63.01203608418729,-24.384126396466883,398146.023909271,-8350809.882083252
+    -61.73777730384748,36.91485359119069,513382.912635075,-350147.991064232
+    -56.15431509780254,3.250598264972524,1284782.812616243,-4303979.963873137
+    -38.90571765946879,30.58275517121966,2752516.849697363,-744428.287534416
+    -128.48553006398382,34.18998303139607,-5439910.182983845,1810149.174599225
+    -15.38589516948673,-43.38938457151875,8666689.739197109,-1.1839193891123954E7
+    -1.9867843371095262,86.19454009627128,822944.319833166,5559051.393240938
+    -7.365813340190641,-52.87992216126921,1.0249051860194238E7,-1.4737233825877557E7
+<EPSG:2955> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -122.29571519455152,-29.513905942768233,-13609.044008689,-3276638.483115603
+    -120.48619935279612,-59.66357477271812,303636.381038204,-6619103.603741347
+    -111.76406519859084,22.76335205122807,1038045.630050937,2526853.806257961
+    -123.21575859906308,87.5977245130137,470968.379421072,9731329.07057658
+    -119.77654760603389,-70.40993468569583,396131.661329585,-7813960.655836433
+    -112.56169174640438,71.16632308834087,659786.540313363,7901807.883351073
+    -113.92025699101997,21.94470716363935,818127.922217662,2429904.174523023
+    -118.08223436307512,-29.347931285056674,394942.112361329,-3247020.745264743
+<EPSG:2956> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -111.11991965490857,-16.864420609583206,487226.213547619,-1864560.544608568
+    -117.04956455574789,29.335329189022644,-87886.797695642,3260379.372067744
+    -115.7201854217165,-55.33868434621001,200725.045238534,-6142630.169882487
+    -110.30993547177594,84.08265638249642,507942.399448276,9337368.926961346
+    -114.34641581313622,-61.421442032784974,321464.265170112,-6814311.391436381
+    -107.53274724279203,79.29942756130166,571829.196134816,8805529.194016265
+    -107.2294801225321,-61.825899818364874,698536.15041595,-6860547.098130497
+    -114.10646169839346,25.919735098609237,188806.739841219,2870484.985213081
+<EPSG:2957> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -110.89924497985224,-81.60755332554805,404038.258016,-9065913.352198366
+    -104.06063577694837,45.03460814626666,573991.687813974,4987224.10983109
+    -111.2336424110443,76.06395017792462,332705.626674191,8451163.630071921
+    -107.12577228608507,-25.12176149475598,285669.153752383,-2780118.84607652
+    -109.48888369493363,-79.76946083406257,411080.398484151,-8859284.02750953
+    -102.79362554584898,64.52509866967918,605872.291511065,7157370.084572916
+    -104.34946902527842,-53.618810451092486,543030.347851263,-5941308.35613337
+    -110.45175184790051,-84.10222790196086,437549.912774082,-9342463.912114056
+<EPSG:2958> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -81.77171705572822,37.585626855875816,431865.307739604,4160120.965819558
+    -78.45260732930507,-12.475718508157911,776894.362944059,-1380488.935233954
+    -79.99591068883194,-13.438456444906564,608695.493372781,-1485845.155761651
+    -84.5536204384718,50.48505665953638,247924.62939681,5598597.912988431
+    -87.84862590671528,-79.61703393788076,362512.464340711,-8846934.179070832
+    -77.83466713034753,56.72429405538108,693667.765054818,6291170.640107387
+    -84.36227806050766,32.76760699302578,185013.74404731,3630529.96575599
+    -80.54824346660403,-35.00975090736489,541218.787348015,-3874217.632418187
+<EPSG:2959> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -71.52698728083094,-36.7520166972467,810070.002192731,-4072990.356316341
+    -74.99497725428067,-51.19611348411006,500350.956230977,-5671633.828292631
+    -69.40853938837981,85.68862248428954,546857.024820311,9518893.562707502
+    -70.56158397120971,-66.60148456752779,696554.057680958,-7393947.417227214
+    -71.6601616728134,-20.174270432645017,849130.182725407,-2234278.377841173
+    -73.92003398713294,-17.52540630848617,614635.554234859,-1938004.974730882
+    -80.91530910689363,12.906512364376823,-142738.856385321,1434227.579221365
+    -79.16562362404717,-85.22664620330548,461332.417652886,-9466437.1620161
+<EPSG:2960> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.64239939556991,-77.35040443146401,606432.619236815,-8589827.28146532
+    -66.53313526282099,22.307117835393427,754136.223170739,2468898.714252891
+    -64.93104861327514,-61.73724139924988,714854.092287413,-6851632.84238056
+    -68.40806707674979,-12.376444510198553,564347.530826335,-1368251.941372618
+    -71.05796992741759,1.5181581445718564,271029.817607939,167911.465137208
+    -62.829859695291205,15.283463684943584,1163566.585308966,1699123.344522686
+    -71.4565357198203,-59.27836254744416,360027.6453414,-6573628.63924478
+    -65.55402224252154,44.48827879248327,774005.506368051,4931884.935702109
+<EPSG:2961> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -69.20491954594443,6.137846145831887,-187844.321262784,682436.553456173
+    -62.50639226989613,36.61023484595404,544142.587687731,4051749.274357574
+    -62.881094978021466,62.81525844122169,506060.869315507,6965011.71678696
+    -61.76167443091373,16.220739319035303,632352.716325821,1793752.152108772
+    -68.53027878950208,-52.692348519296175,126382.493354059,-5852408.920336895
+    -56.26365650448291,49.82559327590286,984329.946691126,5541040.62689365
+    -59.42981098894778,-70.49644193711781,632964.925393451,-7825143.067402586
+    -64.12506797453614,-30.36425111214814,391884.841493231,-3359685.064887275
+<EPSG:2962> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -52.00799353330656,24.76079480599931,1005130.478098528,2747693.460214541
+    -60.65851681860125,-26.574301914155768,135513.195742398,-2944497.163868077
+    -57.22596754494476,-59.1596425940155,487077.803423422,-6557850.410130004
+    -60.89251794225476,-43.76471927909838,186679.562210745,-4853108.888858221
+    -52.305596401935,-32.87310252921048,939361.593126465,-3647002.08177553
+    -51.319038204131985,-83.21421219297211,574821.655321066,-9244058.638117166
+    -59.46931858786628,-10.81022191734408,229992.822891918,-1196087.484235212
+    -53.33716593908397,50.52383685154555,759607.503010601,5603285.143994247
+<EPSG:2965> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+    -91.27905973174194,-73.84951241961127,-243057.581810815,-3.972536808633647E7
+    -84.02150237685892,16.4826976483766,904442.803515037,-6818062.640321222
+    -91.07115137451173,-38.91055690569626,-1210272.974626813,-2.6982255034322772E7
+    -91.26566722599114,26.860564810841964,-1499082.643151018,-3010039.457227405
+    -86.62770906055061,-69.85366385313996,206844.96095504,-3.823664135749339E7
+    -82.62649105500708,41.40903106524044,1162086.154864248,2258676.077491667
+    -90.79890021711056,-5.364866989923954,-1540569.472072574,-1.4755441412506426E7
+    -82.61572956616689,63.12057781731227,833047.721874789,1.0181684684131488E7
+<EPSG:2966> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+    -93.74344735394159,60.14264121443702,1740154.742372861,9142174.70723018
+    -86.5033007028883,-65.6039561839575,3040488.702607549,-3.668110413682324E7
+    -88.80167540964828,-62.36311024638331,2660906.270932153,-3.5499318836193934E7
+    -81.11746812455503,-32.81226486817805,4787089.48741225,-2.4768581066627145E7
+    -84.12487688775192,7.858362441649334,4023585.259356569,-9946674.890873248
+    -90.97091833085913,-20.640748509209743,1622782.666799,-2.0308171839870278E7
+    -87.29198633116553,-55.90085160263366,2909930.852818475,-3.3133793897421207E7
+    -80.38909394871192,-24.9370642504784,5174217.113297094,-2.1908036109559655E7
+<EPSG:2967> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -83.89705469202046,-81.89056629875114,419536.554153899,-4.264505393947154E7
+    -79.57691370238766,37.12503398293602,2104426.042574565,740779.973402657
+    -89.9986555665052,56.94408094105373,-536575.70624238,7939516.336335551
+    -89.7621270956493,70.3928933139479,-174990.639536404,1.2847266466324665E7
+    -88.64562350249209,87.56986113171618,281819.214159332,1.9123038317923687E7
+    -83.3973587683256,-38.0116168885852,981932.153161092,-2.6617210825742725E7
+    -89.8145265752341,-0.32312473073280046,-1188060.279263227,-1.2918892471543858E7
+    -85.48750742753542,60.17372642183628,360708.877260606,9092355.937039405
+<EPSG:2968> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -91.61020649714183,66.48178469912531,2291639.949962885,1.1423067685352957E7
+    -82.81823844300149,-61.87612388620572,3688534.826583256,-3.5341553921031855E7
+    -84.50341318537335,7.648118586791895,3886939.01427004,-1.0023939512684712E7
+    -92.62595548145737,1.713489208364038,926257.429767379,-1.2176833237993155E7
+    -91.18351420878153,-66.7203877328726,2359611.096333325,-3.710863306858826E7
+    -86.0482708265065,-52.382740325457966,3183966.317107487,-3.1850677489749014E7
+    -84.7233160967675,23.899735850780928,3741329.743430622,-4119945.66645879
+    -86.40259599669547,-56.66195632936722,3089700.143710434,-3.3412439470646366E7
+<EPSG:2969> +proj=utm +zone=20 +ellps=intl +towgs84=136.596,248.148,-429.789 +units=m +bounds=-63.25,17.6,-62.5,18.5  <>
+    -62.75098644046008,17.72356208148762,526167.631098653,1960056.97039378
+    -62.58250350161672,17.76071144022941,544022.274258333,1964198.62361917
+    -62.634013070452255,17.66220044529188,538583.142422981,1953288.566813869
+    -62.795000308143116,17.9289826706025,521476.102827826,1982777.845398689
+    -62.92928501617637,17.64255881715902,507266.696691948,1951079.364143819
+    -62.68641682082159,17.928297299219288,532975.77866439,1982718.042192735
+    -63.08350602058703,17.91466133554879,490921.376341464,1981183.435933743
+    -62.896680282726514,17.797649616179854,510715.76919834,1968239.023616103
+<EPSG:2970> +proj=utm +zone=20 +ellps=intl +towgs84=-472.29,-5.63,-304.12,0.4362,-0.8374,0.2563,1.8984 +units=m +bounds=-61.9,15.8,-60.9,16.6  <>
+    -61.68493605533715,16.245995909970315,640960.572331529,1796901.090495141
+    -61.097830004763814,16.021474082464565,703948.589755391,1772546.791438268
+    -61.86425428996981,16.419289212509916,621688.26649666,1815958.872777821
+    -61.368225646212814,16.270349083385522,674791.982275006,1799839.36000905
+    -61.48292594890829,16.520987925665672,662325.580015038,1827478.341563044
+    -61.48602062136377,16.07003511144746,662365.117042931,1777578.145850864
+    -61.016995695521445,16.477287741346487,712111.865251299,1823073.815436492
+    -61.50824752675514,16.16299488562377,659912.855206513,1787846.589974451
+<EPSG:2971> +proj=utm +zone=22 +ellps=intl +towgs84=-186,230,110,0,0,0,0 +units=m +no_defs  <>
+    -47.28671994517599,-70.84415449379722,635916.551596105,-7864202.422575744
+    -47.31705113235466,-41.61762086596849,806853.288395942,-4613934.957273257
+    -46.56580208989237,1.6605373187407935,993701.542702548,183982.672597622
+    -56.97706329721462,-5.5797669707485085,-163150.577916688,-620229.548213213
+    -51.82963648780595,-2.376167859987177,407758.362139252,-262775.160048444
+    -44.70683314709032,31.630692212995797,1097339.745933849,3516633.360111052
+    -50.419977584377165,8.334923539521142,563865.328678005,921256.07590557
+    -52.83311930204399,-16.436197041523954,304276.591567822,-1818165.271478306
+<EPSG:2972> +proj=utm +zone=22 +ellps=GRS80 +nadgrids=null +units=m +bounds=-54,2.16,-49.62,9.06  <>
+    -51.463322687986754,7.802627135753525,448917.420957407,862506.119364004
+    -52.64916220064049,4.579705093831553,317046.431493098,506416.105262528
+    -52.18830221604796,4.371862518727341,368144.487859748,483335.814034293
+    -50.074158060719185,6.257486026573757,602417.680408984,691757.966935012
+    -52.56226450223356,6.6739687861006995,327308.330257618,737981.164913764
+    -50.302841818840804,4.674639408621857,577321.812113176,516737.945697556
+    -53.74452902350421,2.9261502122840106,194881.282881724,323803.609059548
+    -51.718575185997146,4.19030295985808,420250.808217657,463199.205126082
+<EPSG:2973> +proj=utm +zone=20 +ellps=intl +towgs84=126.926,547.939,130.409,-2.7867,5.16124,-0.85844,13.82265 +units=m +bounds=-61.25,14.25,-60.725,15.025  <>
+    -61.0536434150189,14.994569571904218,708901.059261524,1658474.860583212
+    -60.95177847234649,14.83731295483742,720018.823073266,1641171.546504507
+    -61.20376274663989,14.583341230756549,693120.04521082,1612836.506582639
+    -61.241197756384395,14.680702422627844,689002.339449356,1623577.330460209
+    -60.843437623287095,14.634627810805917,731897.118559186,1618850.715096522
+    -60.90286187759565,14.557842529909175,725572.764238125,1610293.149937112
+    -60.75202800165768,14.522218460113269,741870.259044224,1606506.027603887
+    -60.978657724472924,14.993377965336308,716968.031416497,1658415.502603318
+<EPSG:2975> +proj=utm +zone=40 +south +ellps=GRS80 +nadgrids=null +units=m +bounds=51,-25.92,58.27,-10.6  <>
+    51.90799637472534,-19.214208142612698,-35799.690622391,7867620.516532896
+    58.173364381023006,-21.45307866638443,621580.833521972,7627252.198762216
+    55.27982587041951,-23.979070546524788,324993.228001473,7347022.767130378
+    57.88558946222332,-22.763113623916485,590916.710425772,7482431.223187516
+    54.44601862489731,-16.669516188307515,227598.112978853,8155261.782137115
+    52.339278005719976,-24.058720148047723,25816.817541827,7331398.111202947
+    55.15116547685511,-11.680473104321377,298471.299641259,8708120.17860093
+    52.374652248706674,-21.208713786147847,19576.657813916,7647727.29786895
+<EPSG:2976> +proj=utm +zone=6 +south +ellps=intl +towgs84=162,117,154,0,0,0,0 +units=m +no_defs  <>
+    -142.192682304495,58.740287165279454,778136.801921868,1.6521096591700912E7
+    -145.61932015045858,-21.00923396654852,643503.817416266,7676047.726035965
+    -143.1578447734261,-7.562003521416543,924163.001343719,9162089.461027296
+    -142.03987075712715,28.09850025605745,987608.93396935,1.3117959949972257E7
+    -145.0188156949357,72.68348450488594,565821.631442722,1.8066295600454353E7
+    -152.80623782287543,-68.07464325185634,258363.971723049,2437310.719610542
+    -153.95806536114796,86.80805261610223,456857.235766467,1.964431516176758E7
+    -150.50942760231834,30.26939064117977,162340.023511625,1.3353748030026445E7
+<EPSG:2977> +proj=utm +zone=5 +south +ellps=intl +towgs84=72.438,345.918,79.486,1.6045,0.8823,0.5565,1.3746 +units=m +no_defs  <>
+    -147.65722230568886,3.211010555767274,1094710.694291076,1.0356398151844993E7
+    -156.9331787596326,-6.509166571333054,65065.977370114,9278726.927247142
+    -152.13109008295356,65.39201527372498,540590.215637926,1.72524387951849E7
+    -150.01335711997652,-1.2235551652464238,832675.405482966,9864496.068017313
+    -149.9716079744073,67.52556556214128,629366.336716756,1.749314681438778E7
+    -149.72504006364514,41.723729052271324,772640.596963788,1.4624252372686591E7
+    -159.67162807146747,-70.56727953780785,253028.244033516,2157179.250472193
+    -155.08826451014258,56.41621349817666,371389.839512535,1.6254353345866635E7
+<EPSG:2978> +proj=utm +zone=7 +south +ellps=intl +towgs84=84,274,65,0,0,0,0 +units=m +no_defs  <>
+    -140.1221697188655,31.467803371749028,583553.367087525,1.3481735277375538E7
+    -145.67153632046646,46.95234730057558,144709.909443506,1.5210442378362544E7
+    -139.2671143577214,-57.14572892913809,605010.799107918,3664998.711442346
+    -138.24537836071173,68.17904862167194,614396.725555187,1.756539205765275E7
+    -143.73878176568064,-71.87946491093948,405115.952927554,2022287.286761916
+    -147.87726741395724,17.92922857275552,-229609.920562938,1.1995826829496823E7
+    -135.65529813821482,-50.47606352760844,879298.558325005,4394716.626669758
+    -134.23167984313358,13.404489133433586,1234458.139764388,1.1491895810117275E7
+<EPSG:2980> +proj=utm +zone=38 +south +ellps=intl +towgs84=-382,-59,-262,0,0,0,0 +units=m +no_defs  <>
+    40.630588383359736,-60.294618899527336,258335.818926792,3307940.119305198
+    43.28178055516816,59.80388719886287,403376.912361723,1.6630916693219764E7
+    45.14937419239416,10.532796589555176,516114.813015459,1.1164571645392885E7
+    42.026412934648405,13.846438115991873,178317.011827406,1.1532981029685814E7
+    47.19886282346354,-6.438141319956031,742974.671476103,9288105.70971771
+    41.153586236826385,34.72295294931115,147517.752842873,1.3849244945808113E7
+    48.884382483682316,-14.573318834052316,918471.068920348,8385559.966502013
+    51.1587972558558,-43.09875500359439,1001037.248031848,5210002.049840132
+<EPSG:2981> +proj=utm +zone=58 +south +ellps=intl +towgs84=335.47,222.58,-230.94,0,0,0,0 +units=m +no_defs  <>
+    168.10611880989336,9.231545930622659,841644.677698867,1.1022162559783315E7
+    158.41737641673703,-15.18891954092085,-208114.035782408,8310310.397696982
+    159.7890992683451,-23.88339653254036,-30683.547752741,7349105.950656386
+    169.96138441092063,84.25340870167355,555695.98623853,1.9358836102971666E7
+    161.33108596486161,16.485995968502493,108500.287542929,1.1826475772083178E7
+    165.60448551753356,54.673093067128804,539282.326761715,1.6058715922341848E7
+    161.1737951622715,45.05167482896016,199016.507753887,1.4995974905409781E7
+    162.78634518804046,-24.95000575714893,276792.893605739,7238981.059855013
+<EPSG:2987> +proj=utm +zone=21 +ellps=clrk66 +towgs84=11.363,424.148,373.13,0,0,0,0 +units=m +no_defs  <>
+    -56.99996473885819,17.379006753418466,499763.31096416,1921042.009478147
+    -51.13839624944363,41.0893482475463,992176.730322569,4564773.210145688
+    -61.490211182946716,-18.038783732417812,24151.774765337,-2000522.767239257
+    -59.40330651548603,50.4485922583431,329139.157649705,5590776.905818233
+    -52.70298298425431,-87.60581200849003,519780.603512489,-9731003.451695303
+    -63.2114454792689,-36.995611307441465,-53197.253816638,-4112576.599076715
+    -51.88521616818355,-23.481298646079807,1022494.750595413,-2606341.837281308
+    -51.35678842322251,10.140534677576255,1118887.5854366,1125913.218142039
+<EPSG:2988> +proj=utm +zone=1 +south +ellps=intl +towgs84=253,-132,-127,0,0,0,0 +units=m +no_defs  <>
+    -177.96969229015338,52.64576088864803,434248.626430892,1.5833399255061056E7
+    -179.84304637922142,-43.22432672314914,268957.559783987,5210431.86048719
+    -170.89216881469224,-36.72459503392581,1045563.829595634,5918343.232824348
+    -173.42525108458545,3.9291205243771685,896963.14465481,1.0435269649125088E7
+    -173.28059869271448,76.63139380834261,595793.517234733,1.850874610521143E7
+    -176.9825792669986,37.65215955278772,501391.675788697,1.4167330114425167E7
+    -175.0363778156265,-82.56508149468942,528218.416651911,831567.937778663
+    -171.56894725610388,31.863356085439634,1013945.14179637,1.3538288977327252E7
+<EPSG:2991> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -61.91834754669655,7.399592541694616,7539661.456858841,-1414065.384282877
+    -89.791260328497,41.30098977453157,2915027.770776,425988.40591679
+    -162.5801515244856,54.64824400909697,-2244643.375644864,2133605.565235134
+    -148.69645872615618,11.488675803008949,-3093388.433125023,-2935408.014500632
+    -91.70488833313378,61.18219167043614,1994747.204266719,2474576.913129184
+    -81.77155474020505,0.7975469446768919,5770485.777149209,-3694416.635494436
+    -48.32241428764755,68.97159740666271,3249821.663334546,4473522.676722736
+    -120.09194902846231,59.10997979581403,424267.054464881,1950989.249599191
+<EPSG:2992> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +datum=NAD83 +units=ft +no_defs  <>
+    -165.3631972383758,59.3963652445112,-6955481.55336159,8826210.233496504
+    -132.22186611321428,3.613366358877581,-4019882.321342133,-1.4674150328878272E7
+    -53.94303337143211,53.40075830814568,1.4470815663944716E7,9910022.8878376
+    -166.45072848722967,21.03044413292171,-1.4707748647300107E7,-3151042.195766236
+    -178.27024889448293,5.8519320486961135,-2.2283859365085695E7,-5388838.185380873
+    -105.10885196682054,26.547080860131345,6539692.400311571,-5137489.613582108
+    -133.52569264795505,72.44878646371258,-374400.422816891,1.1877797674296869E7
+    -84.9287536959204,77.43393421271719,4853245.023334472,1.4765241402820254E7
+<EPSG:2993> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -51.22212584061833,-2.2304891874264605,9560130.273679012,-1314679.561044158
+    -176.2766126907466,13.332872604467717,-5971114.954658507,-1055472.292668326
+    -96.3830778756689,5.535417856198315,3630941.252504605,-3847529.106742857
+    -171.5106736206102,-5.6219516559963445,-7036004.598579768,-3553702.677706772
+    -175.10748373521477,64.9834199865482,-2186035.060797408,3536521.916999739
+    -176.5172224271098,52.08003974883172,-3183284.05068358,2423130.250771671
+    -155.99441253394198,77.40990976092694,-678532.869925668,4496299.006347022
+    -36.08195624463076,82.73594441392618,1899145.114731651,5929753.166812658
+<EPSG:2994> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -125.9211350280464,9.943915761467828,-976661.437909176,-1.2196421449490596E7
+    -170.60874794718086,0.7477392689880276,-2.0924164001403727E7,-9374230.859469818
+    -95.5948940169666,47.14560057381611,7421771.628880656,2901128.082505422
+    -69.86250806841721,41.70026939328894,1.4290445803308826E7,4115873.158142745
+    -87.60587359503936,74.92421383373073,5051956.704111551,1.359105812851316E7
+    -92.23202828145126,86.40776019685839,2497508.858045228,1.9115098923776302E7
+    -127.23110604865447,10.20688088489609,-1519492.3304401,-1.204393082495997E7
+    -45.2676907398006,56.60109112213857,1.4771862712330788E7,1.2092672863136197E7
+<EPSG:2995> +proj=utm +zone=58 +south +ellps=intl +towgs84=287.58,177.78,-135.41,0,0,0,0 +units=m +no_defs  <>
+    171.1730576494369,1.9055295333700855,1188115.202757114,1.0211991554199673E7
+    166.54873869113095,57.02130864313088,594269.422037567,1.6320928483684959E7
+    158.33531341987987,10.973934501723136,-229430.961392577,1.122134063818504E7
+    161.02630686612812,72.81830085193457,369313.429839527,1.8084643091159947E7
+    160.78896721124184,-86.62493870621923,472590.77979951,377765.131888282
+    169.44809476317786,63.51622122983585,721430.102507191,1.705089604759168E7
+    169.43394300857324,30.24549847266509,927041.611368944,1.3354446488806875E7
+    167.33888859235714,-13.584867884515091,753336.306599,8497097.629900241
+<EPSG:2996> +proj=utm +zone=58 +south +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +units=m +no_defs  <>
+    159.6865515239029,-79.81629438043998,394926.655266075,1133865.665804571
+    163.4277700330976,-30.023439955447692,348048.410081303,6677234.948307656
+    164.16160065264896,-35.50726608758479,423629.700078288,6070036.175061844
+    167.0030767360463,29.504505292742465,693835.038447119,1.3265387603805453E7
+    166.26400953179376,-51.11930136613459,588125.400019585,4335820.149641708
+    167.32529703509553,33.8036046250612,714923.18760171,1.3742667830777962E7
+    160.59028725691718,-10.331511951392969,16415.194549918,8854274.772872414
+    160.47941065320617,-57.83669754494825,231361.85545997,3580185.582415851
+<EPSG:2997> +proj=utm +zone=58 +south +ellps=intl +towgs84=-480.26,-438.32,-643.429,16.3119,20.1721,-4.0349,-111.7002 +units=m +no_defs  <>
+    160.1174347493302,6.6953441616757345,-40772.880189948,1.0742708915760286E7
+    161.02615800896623,-80.87420097367041,429474.532535882,1017159.174289512
+    162.6358641814237,55.01763124400048,348112.193862332,1.6099443181600902E7
+    167.5362488380925,73.61921464614937,578988.45797744,1.8171316576125745E7
+    166.253663660106,-14.11864190863551,634992.084103091,8438542.808397353
+    171.24389163926256,-4.7856471360587705,1193423.162173198,9467762.556602754
+    163.71858096637277,-85.10245777721511,487571.76575532,547360.00172792
+    158.03223586066014,28.578195523457254,-182932.814925224,1.3181252108194586E7
+<EPSG:2998> +proj=utm +zone=58 +south +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +units=m +no_defs  <>
+    171.81626930791674,26.451504439507133,1180191.79843593,1.2943589330499303E7
+    171.05835566700813,39.958247616356516,1017310.439746271,1.4440625332412267E7
+    158.85932123325057,37.0267115971114,-46840.38501391,1.4115382469711147E7
+    160.58533908518731,13.583039980444156,21627.858131581,1.1505701046111561E7
+    166.58318716678014,-63.8207690935086,577584.253948299,2921688.82777534
+    163.83554094019706,78.47571349813805,473688.338193347,1.8711871658109717E7
+    166.42407452041047,68.03011481716246,559114.185108396,1.7546982743382692E7
+    161.1201482505553,51.67640908974758,231420.473012009,1.5732141592236008E7
+<EPSG:2999> +proj=utm +zone=38 +south +ellps=intl +towgs84=-963,510,-359,0,0,0,0 +units=m +no_defs  <>
+    49.040812674178945,-59.46199416837787,727915.296630649,3401770.039206057
+    45.92248389312944,67.2860058339804,538705.449662087,1.7463659520327367E7
+    49.27796648137463,-32.55444866971841,900752.65727095,6390362.748392371
+    39.50026339233169,-3.4152985966904907,-112879.827404124,9621113.00411742
+    39.42755109877047,-18.489245364189287,-90058.884993093,7946944.545185117
+    51.481841833597336,43.021694729640984,1027152.571896699,1.4783875036788106E7
+    41.89710436238037,-8.597195848110388,157378.457436588,9048662.27328152
+    43.15066263341794,85.33315222462585,482163.360726016,1.9477215962604783E7
+<EPSG:3000> +proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +units=m +no_defs  <>
+    -18.74085853186549,81.52925618822607,-1.039020887840404E7,1.7403881620312147E7
+    149.22391303084765,74.33082745237189,8254186.09383752,1.3472457369232755E7
+    43.56174303461616,60.636017578123244,-3474398.324163127,9379218.759242347
+    -18.458847673943225,-1.2601012126784639,-1.0355939474101463E7,761060.360583664
+    -43.65492285899575,15.807694472072228,-1.3151719671154227E7,2665055.245263857
+    -47.028420882512464,-1.422423122609814,-1.352603216287094E7,743168.749773195
+    -52.56987064320492,-35.3655102276751,-1.4140927562147621E7,-3275362.472559498
+    -9.266350910748251,37.45835186105117,-9336069.276906021,5362819.037725573
+<EPSG:3001> +proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs  <>
+    177.36291892398245,-21.47090579170805,1.1376152065584881E7,-1525014.700202486
+    87.64907903940431,79.93996978681801,1417355.902048871,1.631381702759481E7
+    94.01639614939768,55.54732073016777,2125679.554828116,8311469.60157002
+    69.35564730392127,-58.5231068885562,-611541.205080465,-7117254.915643212
+    145.46550831724778,-81.71937817666381,7838099.419419587,-1.5757470868410604E7
+    26.033702411132154,51.19371617830265,-5419197.296789004,7501677.260143315
+    21.38605327855845,83.27699299600818,-5940272.87738209,1.8880522761733126E7
+    158.6712949470456,-79.03025701480097,9303780.739201833,-1.3959647676992696E7
+<EPSG:3002> +proj=merc +lon_0=110 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +units=m +no_defs  <>
+    119.08554507800733,62.81532735807215,4907678.907686972,9890252.200912166
+    -17.764224140755395,-37.46740237108406,-1.0278731475259652E7,-3564104.279480844
+    35.653478341938396,-54.74415740537029,-4351749.204794965,-6354672.74642499
+    -40.726739588896464,26.000308046517972,-1.2826558466886276E7,3870579.054941361
+    37.36043683243862,-51.198665573544915,-4162227.562885346,-5702508.173285572
+    119.81859953732081,0.8302728929615171,4989345.290910469,991389.376300249
+    68.1181204714525,-78.2001171940067,-751335.968724005,-1.3491253166184576E7
+    15.362331949787645,-68.08548094094436,-6603942.816671019,-9499332.667643957
+<EPSG:3003> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=1500000 +y_0=0 +ellps=intl +units=m +bounds=5,36,13,48  <>
+    12.41675667987166,43.85827510917417,1774606.031889118,4861897.309236819
+    8.445209722950977,36.463710916971394,1450290.000530194,4035591.041492887
+    12.77274596051408,45.210358964481614,1796272.4542346,5013340.149359749
+    11.560979818376797,44.169759473239324,1704749.485760409,4894007.226022566
+    10.323508530979858,46.55466121510058,1601457.766052647,5156626.385799647
+    10.361967933527758,47.66928688192887,1602248.232995963,5280544.942844216
+    11.207673329951596,42.54848715425105,1681267.984971909,4713123.371396681
+    8.098373880321112,43.05108602220617,1426567.267502036,4766968.194450011
+<EPSG:3004> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=2520000 +y_0=0 +ellps=intl +units=m +bounds=11,34,24,48  <>
+    13.159498006028356,36.40933415450673,2354965.621953907,4030989.858641415
+    19.973377240835248,38.03559842331749,2956590.502193167,4221526.276848951
+    20.543503380099416,44.32531408856384,2962046.790057956,4923061.943444559
+    23.39029443390166,35.71066467774588,3279850.388124186,3984531.266647706
+    12.387308137676722,45.04892532178367,2314245.703200483,4991799.475175073
+    18.668991620503267,45.89461632212706,2804644.77427221,5088983.363825183
+    16.21939868511378,38.91680280174292,2625719.867029581,4308323.462219437
+    13.709405084336353,46.50739863055457,2420979.44066551,5151332.797412574
+<EPSG:3005> +proj=aea +lat_1=50 +lat_2=58.5 +lat_0=45 +lon_0=-126 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    20.77389429964427,-62.12748691437939,1.3112694286955772E7,1.2286152453317154E7
+    2.489165552983877,53.469505391676535,5549698.481308639,6763073.110873373
+    -15.753720102885865,25.715126622367194,8686366.075646076,5525749.232359127
+    4.828402370899028,-53.93180894375244,1.402535058409029E7,9336366.950300973
+    -51.02654679722025,10.344481797572996,9015817.152301747,1127348.453120684
+    -85.70404352835003,50.972078041751985,3677232.578475458,1445200.967528686
+    -39.39608435771936,33.80405562780737,7433855.225235424,3299394.494247582
+    -121.53085533031017,22.63362680065964,1504713.922633402,-2354852.128146971
+<EPSG:3006> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    10.914013408450192,74.96134359016702,8323367.980415608,381743.762633652
+    20.283886784707214,-65.16779792934167,-7237517.624523217,747378.986224205
+    8.577680823856555,-6.743221691538793,-750058.159189246,-211191.817351322
+    18.804053836879966,-61.676108079550644,-6843984.0295978,701276.603233134
+    18.137506906541518,-23.12559770432719,-2560881.466792041,821350.06252446
+    15.144992475641168,29.597847270786218,3274233.704905421,514040.235492313
+    13.531314704306691,70.6992630612545,7844511.55036377,445825.601680731
+    13.42298032289883,-20.640054364424046,-2283109.494409816,335696.810097092
+<EPSG:3007> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    15.135923187649636,25.972747999462214,2877582.675170442,464131.214749692
+    5.178998806374189,-2.889639719014781,-321811.814406797,-610151.973043603
+    5.027990304985745,-22.342870775176877,-2488464.800698659,-569472.032761203
+    16.706357539771293,-13.727445191040118,-1523165.118951049,659552.193738135
+    5.430508616796422,68.30532272042879,7594377.142091734,-120689.766214898
+    9.095696167116104,68.21311648887021,7572485.196726106,29692.925039511
+    16.459008084661946,86.291653694075,9589021.81010018,182179.661908072
+    11.429211979180078,68.2833800542681,7577599.305816905,126421.295904675
+<EPSG:3008> +proj=tmerc +lat_0=0 +lon_0=13.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    19.473549365300563,-69.22788362058421,-7694371.559798205,386206.01387017
+    11.905943945943484,-32.494726790155894,-3597833.07281402,178.799326815
+    10.782255487320631,-12.943050327720215,-1432978.404615329,-145001.13980487
+    18.871322502745816,-59.74333335932488,-6637711.305610152,451820.303788896
+    17.305125370256164,-76.06321013045792,-8448914.43049708,252277.603570301
+    18.295129165833465,5.101418964126722,566084.79898495,682307.024556294
+    14.823136598710313,-78.83765259606906,-8755680.993501363,178603.953515579
+    18.548581993249552,23.645542501737864,2625156.525153234,665554.940902224
+<EPSG:3009> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    18.291130657276405,75.24594561306697,8356988.999352409,243551.451621391
+    21.161973641863142,31.429931251094587,3495123.277219078,736356.563845402
+    14.928765983243194,-28.254281022819143,-3126623.609958408,143009.804598721
+    11.02323724689651,-40.82911622147002,-4529214.929883651,-185487.813741961
+    20.83875711899745,46.06603329179754,5120029.102799548,601721.923351437
+    20.560914505089446,69.51039814866823,7724238.422871492,367068.016781188
+    21.711978267239992,-78.55501954127621,-8732332.16397367,298425.063788508
+    14.038625168217585,-52.08709342367699,-5773470.457492233,84103.646511008
+<EPSG:3010> +proj=tmerc +lat_0=0 +lon_0=16.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    17.745925272020628,-51.485381446136344,-5706822.137625014,236543.846094763
+    14.124165998549817,0.5697698893697947,63056.478751576,-114539.958891335
+    10.315032783946048,-87.3846474788132,-9711546.643893326,118538.414110183
+    22.059074878983893,48.99370036091631,5443838.910813225,556729.919640244
+    15.12683695815586,48.654877227729514,5392157.987514102,48832.043049209
+    14.053509899966473,88.88580291278245,9877630.184908453,144688.064296359
+    11.987833935647608,33.842701778831284,3755386.871526814,-267787.386077133
+    12.57148497518828,-41.24842894723817,-4575612.852416452,-179316.267387161
+<EPSG:3011> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    11.060920359528996,23.91368748926112,2663158.201752771,-557702.824606052
+    15.374277264295387,8.995457760654816,995783.197868851,-138819.557709082
+    24.044439908755148,74.69065878933162,8301471.708227674,327927.757581819
+    14.900964587432863,43.18971666763912,4788461.786088303,-101927.433020421
+    16.02138508710999,-33.68025521858749,-3729952.915341597,-33490.106715121
+    18.73068283785495,-13.82558469417593,-1529168.977728998,228999.664890496
+    18.800774845994745,63.157795319597994,7006224.535112893,190357.56692641
+    16.642609111145696,84.7324212886509,9413789.799023923,136082.576366613
+<EPSG:3012> +proj=tmerc +lat_0=0 +lon_0=14.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    8.064392017452308,19.94888945811924,2218683.863830801,-498487.658678635
+    15.821216347417964,69.8374209257903,7751621.505654823,210460.685066105
+    17.4131858565452,4.125320994384893,456860.62360086,501395.892209862
+    14.684771135915351,-67.24493331245871,-7461735.361328398,168773.565786365
+    15.022426555768973,36.115477793773465,3998632.406182146,219543.799338565
+    20.685456764141495,-68.8119687191452,-7650045.378717991,409278.387051742
+    19.926124999883847,45.73807709136665,5082669.292616759,591742.86111389
+    12.256911368601408,30.23426868937821,3347763.957196825,-41871.634701721
+<EPSG:3013> +proj=tmerc +lat_0=0 +lon_0=15.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    17.23804947132362,57.49630048300813,6376161.237912224,239220.551539236
+    17.00156324242922,2.8145773008200763,311297.005368508,289167.525614676
+    12.144217940359287,47.393118532866424,5257260.127459631,-122208.520126646
+    20.049977734544804,53.82312315375711,5974810.522287134,433087.741994519
+    12.980658074117565,75.2013353415812,8351255.924430019,71036.8956357
+    11.211665587440752,-74.29672384413898,-8253669.472998767,12959.756035851
+    10.129984077904373,-85.46398366311132,-9497755.878305985,100435.762717759
+    9.14283522671387,-38.38796172492871,-4271292.454156857,-427546.944292502
+<EPSG:3014> +proj=tmerc +lat_0=0 +lon_0=17.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    13.339528419597576,-73.56781394717922,-8171131.918677839,26558.491361691
+    23.56566829796197,-65.90146357367331,-7326334.608596839,437478.154607427
+    17.817934688444613,-75.51288038937034,-8384261.880886359,165865.447487728
+    23.97778775971294,-15.62706190296548,-1739845.460011801,872855.586718199
+    16.716156911451314,-68.98520705178358,-7655867.920650138,128626.691415935
+    22.41147823618008,-78.55090256398626,-8728389.713125952,264277.142237792
+    11.01882826573788,30.375943952263455,3378315.013575781,-449524.367182228
+    22.149265687500943,-51.272832012657155,-5693851.545583443,491805.618090582
+<EPSG:3015> +proj=tmerc +lat_0=0 +lon_0=18.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    16.058520836617976,31.00445599242198,3434580.090250531,-107080.481830694
+    12.666087628286533,35.03294045531001,3895215.961010061,-405524.432632362
+    14.65101923954104,-48.774696292022746,-5412683.313379719,-151246.616449313
+    22.092825017993786,65.39207809870996,7259175.270311082,305326.768706211
+    21.100452519124055,-17.733865515460963,-1963084.984486719,399352.717329978
+    17.080049882353187,-71.48951385020514,-7935985.670996833,90809.686769745
+    20.92063007503109,-65.19346185712034,-7234656.961769358,251643.686378638
+    17.282984968827307,-51.553558963955965,-5714691.410955424,48251.678411165
+<EPSG:3016> +proj=tmerc +lat_0=0 +lon_0=20.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    14.197770419762275,82.29751923445272,9146435.078904709,59564.505299349
+    16.840485868778266,-46.88847371670764,-5200495.922116984,-109843.135388254
+    16.039587664920056,-18.031032127431374,-1999497.222258878,-296152.440160633
+    21.134031624403804,-85.79590726491242,-9532458.082167823,157238.232646389
+    22.8697018234275,-32.98384079666862,-3654005.15093751,394899.194357634
+    19.706814953300864,-71.57160937955688,-7944414.144610518,130827.57667511
+    22.27391253267809,-87.3640217678122,-9707728.337835733,160394.280720598
+    21.62064977179488,-76.6869338413994,-8515654.191804936,185243.752410017
+<EPSG:3017> +proj=tmerc +lat_0=0 +lon_0=21.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    27.847539396909873,64.99816550118905,7225008.584698126,437324.927098723
+    17.547877551981767,25.008279614538424,2773558.790484515,-274422.361422856
+    21.212477123859195,-27.37122581231229,-3028879.190252424,96824.081112798
+    24.508740564858428,-1.0820811594347646,-119790.216547566,457166.61924571
+    24.622343406599697,83.0742170288589,9229397.836109428,188668.4111009
+    22.52138698573996,-31.75687281997193,-3515152.29476139,223083.456333102
+    25.831891792602857,63.17749751184817,7014704.852736797,355480.997124654
+    27.04395731516363,17.99447039044837,1998397.348516855,711324.706014731
+<EPSG:3018> +proj=tmerc +lat_0=0 +lon_0=23.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +axis=neu +no_defs  <>
+    18.519270719186615,16.400358804937554,1819852.84530155,-355816.608030095
+    26.632413570018592,57.43022269889923,6372880.282364685,353129.200203691
+    24.96483267994262,49.218325190053406,5455323.75133867,274925.31321897
+    28.65383565978289,24.380284987270173,2708113.033393259,698761.919307063
+    21.003755313957143,43.51303076101678,4822168.485287851,-31632.224794794
+    22.33977916649645,-77.2522365934659,-8578526.187128672,127570.935511288
+    24.963787121599985,-12.12351675127374,-1341334.396024312,336576.09599483
+    18.33768730388715,22.878712198355373,2539528.127476273,-354505.753036165
+<EPSG:3019> +proj=tmerc +lat_0=0 +lon_0=11.30827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+    12.103830387133065,-82.50802612160503,1511664.65238677,-9164682.952970592
+    5.4058139992933425,-34.762805158667824,959576.441565664,-3864400.747817882
+    13.1113492842129,59.50773343013455,1602234.792742695,6599990.205489545
+    11.07878887602404,-30.542246945158666,1478215.53015649,-3380515.914613189
+    8.13878142815538,68.08362909805328,1368083.248549211,7557972.834033611
+    6.926160676166909,63.605089082095475,1282807.052333678,7062649.228424425
+    8.852072167629668,-60.814220450364544,1366526.142237419,-6747111.607007469
+    13.956976095949951,47.740980618479966,1698818.853572645,5292397.926622923
+<EPSG:3020> +proj=tmerc +lat_0=0 +lon_0=13.55827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+    6.737448034806133,-86.61027782918183,1455148.84529804,-9625336.70502055
+    13.386239005458837,-34.16847599280188,1484381.898885553,-3782585.684813154
+    7.066774835053385,85.82106196134404,1447339.24161485,9537568.760059524
+    8.614558924364983,-62.63555413363445,1246758.636527645,-6957261.436663678
+    14.692005609897127,48.271040529939484,1584354.560037171,5348553.863848294
+    16.402672466289285,7.484666877572707,1814340.874012029,828105.771246003
+    14.136339463186525,-33.35498250961437,1554042.801263304,-3692501.72623019
+    15.029225808601197,69.57967947435463,1557418.987785456,7722158.464194173
+<EPSG:3021> +proj=tmerc +lat_0=0 +lon_0=15.80827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+    21.75476056414489,-32.93648202349895,2056724.942782833,-3661687.477715441
+    14.113621848531018,-38.97440683338909,1353405.197322472,-4317184.755348601
+    20.86991475156303,45.15546434234298,1898232.641108603,5014074.984180562
+    16.861092250154584,69.93448507745944,1540468.796994974,7761396.492939522
+    22.002890713344208,62.002332125934686,1824378.064001741,6892068.494906985
+    14.734293980093927,85.51189451458762,1490696.612626139,9500143.791208573
+    11.482082155494911,-8.875261319608256,1024025.564508006,-984705.558423767
+    19.624063436580023,29.5836603987793,1870093.780819548,3279423.686584475
+<EPSG:3022> +proj=tmerc +lat_0=0 +lon_0=18.05827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+    18.29986708021753,-38.31958823302519,1521386.93534405,-4243165.548533802
+    23.53588248342095,-24.628951482621147,2055405.316326331,-2736374.268214348
+    11.430941131629435,69.44973597922902,1240861.010182102,7721019.952141211
+    13.263728281397153,-48.612388320282754,1146797.169001443,-5397638.57770934
+    12.32971107389127,62.027491512696855,1200569.065205769,6892598.239932828
+    11.82529274264087,-86.63730347150562,1459358.907707712,-9627890.279870706
+    13.82433374798525,58.48808502636459,1253350.105891828,6492786.468596521
+    14.747145265240631,81.80403825819957,1447424.300857456,9087468.33168804
+<EPSG:3023> +proj=tmerc +lat_0=0 +lon_0=20.30827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+    20.154666780154837,-50.95138552582125,1489450.579829135,-5646665.249400659
+    20.044754624932644,14.999948049363311,1471973.022659985,1658400.079253596
+    13.704648879841056,69.15995956116879,1238321.720221608,7688751.814608552
+    20.77040531419448,1.6523278437363444,1551742.526538414,182170.201592041
+    20.840163047809465,-72.1616549207031,1518362.931239461,-8009846.215423681
+    26.934744078359884,2.0279091163478142,2239138.778099353,225206.226254045
+    25.493410824249217,-34.88288402003002,1974470.133414874,-3874109.85035258
+    22.427033689735723,-87.0894548981517,1512129.066542104,-9676386.362408167
+<EPSG:3024> +proj=tmerc +lat_0=0 +lon_0=22.55827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +units=m +no_defs  <>
+    21.423864009390126,25.612364365699335,1386369.26621275,2833747.018755885
+    18.9006287229243,-78.16051075159632,1416423.974385597,-8681840.698953034
+    24.544097680499053,-35.32685424390552,1680846.677489873,-3912868.474604732
+    22.451508447118503,0.9964658976685712,1488454.725460423,109646.147419533
+    17.358254453960004,49.19820755611963,1121355.722045163,5464048.269525379
+    27.309748106300425,-79.78678902978801,1594130.78194287,-8864611.165053846
+    19.267163072453236,40.068233974450266,1219500.862946882,4441648.599375424
+    20.867637939443156,-59.47319229466031,1404418.73157242,-6596427.532955003
+<EPSG:3025> +proj=tmerc +lat_0=0 +lon_0=11.30827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    14.513792236354403,9.511337349416678,1852096.882996955,1053333.42124103
+    13.43363754266722,48.393288529371205,1657373.115387676,5363794.640234747
+    18.031672704031575,47.32054489111866,2008131.232864551,5264315.566764898
+    10.017057152005764,15.321921753311813,1361344.550199276,1694859.577549422
+    15.647211273044265,-24.068594769940717,1941491.454860574,-2669452.742206495
+    16.712075436494125,3.6258453673311237,2101172.982645453,402689.043498774
+    13.89283154212184,-11.72732893644725,1781799.955347428,-1298088.909177524
+    4.3651827512768975,6.800102362271943,730744.159439728,757418.840487498
+<EPSG:3026> +proj=tmerc +lat_0=0 +lon_0=13.55827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    6.616003475613891,-54.31877345587081,1048650.361435818,-6043032.203591069
+    12.606924322016116,-80.3092756527896,1482117.931344662,-8918846.400659632
+    11.248500380678102,-61.78269116607652,1378143.908880386,-6854157.621009376
+    12.567167889306694,-68.02483680080107,1458601.34974285,-7548180.668533011
+    15.939328576603625,-56.550724575978386,1646406.336391598,-6271771.804003765
+    16.924186180755143,84.24980527352406,1537639.900901845,9359796.645726364
+    20.539445260824966,3.5085840217874704,2277527.751017835,390836.629755808
+    17.82563815739057,9.557211268429867,1968848.204833221,1059680.903693978
+<EPSG:3027> +proj=tmerc +lat_0=0 +lon_0=15.80827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    18.906552635058297,18.47199295271423,1827328.807375604,2045831.677298373
+    12.528032277461048,-74.49407709190474,1402133.423382368,-8272275.976629189
+    15.443154167151913,-2.3450106712078167,1459392.871795586,-259279.744324371
+    21.911732860915798,-87.57496603858542,1528786.901353753,-9731563.197050953
+    16.423707521890492,-18.01086852164171,1565166.480593433,-1992100.189119688
+    21.32055463503879,-28.78906361808299,2038581.670520355,-3198078.906777768
+    18.64170015913033,38.37129787091858,1747600.152312656,4252089.491014874
+    15.718553201283797,15.897851666693356,1490392.63952397,1758171.863960382
+<EPSG:3028> +proj=tmerc +lat_0=0 +lon_0=18.05827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    20.67191924910997,-80.23959620902764,1549462.917752157,-8912032.541104957
+    19.49435052819262,-83.55199414797036,1518008.370015705,-9280997.952550061
+    15.560591751246585,4.273431319034415,1222671.44155211,472945.690769904
+    24.795247075063834,18.659420186886877,2212010.516607979,2077205.987259045
+    21.40281696302597,84.04285288899001,1538742.458092856,9336711.268510835
+    13.590239135585474,51.33359403588588,1188715.725294449,5698099.500521357
+    23.596252830441827,-73.03171114357818,1680214.030225764,-8114725.241812559
+    11.303227060744053,-60.42266209526599,1128375.559896688,-6719546.920218509
+<EPSG:3029> +proj=tmerc +lat_0=0 +lon_0=20.30827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    23.5725020191257,79.03338815898266,1569307.31449654,8778194.058443187
+    25.158555105942572,14.024063449328281,2024435.893794441,1556246.96817933
+    16.092257889937752,-64.26130793436187,1295771.797211066,-7135003.750389123
+    23.362727632517604,-15.347629461338357,1828067.102955689,-1699607.095340972
+    22.828815151769888,-35.04841944357883,1729957.644306202,-3882485.000013212
+    25.696637060463736,65.99038189950645,1744477.204572352,7331501.556186301
+    21.771370883614466,74.5654799938963,1543471.86547374,8278079.229598402
+    22.963156323617213,-23.97004844778479,1770234.529208213,-2654257.337498568
+<EPSG:3030> +proj=tmerc +lat_0=0 +lon_0=22.55827777777778 +k=1 +x_0=1500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    22.254623720479206,86.41876162415335,1497881.764866793,9600914.273049692
+    23.39998481359715,-88.72348620538861,1502094.047795554,-9858310.448743578
+    16.208292969940313,73.1534690003086,1294885.338315914,8130865.21392691
+    16.20265584404638,-29.246796597177465,881598.348667584,-3253106.737260913
+    22.930569139545398,22.143119773657517,1538400.597373345,2449456.961450459
+    20.160355195315994,39.34655129764036,1293306.540809115,4359284.417356492
+    17.29087335373989,-19.08863538442749,945124.92636801,-2119632.517780256
+    17.484697631786542,7.384649226901175,939216.453065886,819716.637318359
+<EPSG:3031> +proj=stere +lat_0=-90 +lat_ts=-71 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -110.21896986630371,-8.140501467624077,-1.0072922904871203E7,-3709900.943637489
+    17.475583951010634,-76.43567575803418,444575.463448486,1412111.21244118
+    -68.7984733850742,-6.634845604985102,-1.027477807585712E7,3985638.724200225
+    167.00424857044936,-32.4023737810604,1534381.399513931,-6648385.15616014
+    -158.55343666883184,-31.020821572189867,-2566144.587870376,-6532397.358753666
+    -155.7548876506469,52.079162637301664,-1.4704410856948208E7,-3.2650019025509518E7
+    -70.84222380836763,-83.70878974988652,-646322.310417493,224539.314051366
+    110.76691310552746,-38.32195244538681,5623238.470542633,-2132352.874459733
+<EPSG:3032> +proj=stere +lat_0=-90 +lat_ts=-71 +lon_0=70 +k=1 +x_0=6000000 +y_0=6000000 +datum=WGS84 +units=m +no_defs  <>
+    -84.74464771498168,-2.8895106215729243,981331.973967988,-4638522.85970675
+    160.61506571180087,-13.471555461395525,1.5769311333744802E7,5895123.17823655
+    7.34034039155371,-75.39729902994343,4583245.09667021,6732505.42339355
+    -2.34410089843756,-76.8090235431685,4628459.607799963,6436551.454329789
+    3.6507498428207015,-59.02662635633314,2843029.033123221,7382578.01933937
+    -97.22881863959452,-88.0426727488399,5952983.566590806,5792573.530712129
+    167.3432056825602,-84.72608011643563,6568709.912364337,5926710.646580432
+    -106.20866619703897,15.456979603001997,4927332.427514065,-1.01868089329798E7
+<EPSG:3033> +proj=lcc +lat_1=-68.5 +lat_2=-74.5 +lat_0=-50 +lon_0=70 +x_0=6000000 +y_0=6000000 +datum=WGS84 +units=m +no_defs  <>
+    77.74950145283698,-44.167744195977335,6674818.083364389,6652832.940065738
+    83.73809604727235,-56.27234540339317,6868174.565841351,5173297.92032773
+    147.7774490887612,-17.39597567589351,1.4531935331119724E7,3903036.445351781
+    36.460949741277396,-85.96586785436939,5736410.992725385,1847813.176453331
+    36.2685253750981,-88.29024510350033,5882698.99899703,1610726.107504396
+    40.041671290513975,-73.11148199188578,5068491.127468116,3144143.819693555
+    123.61767033838501,-31.698829018698177,1.13148764851477E7,5746875.24317681
+    114.93840602449882,-61.20392344106445,8227664.623733377,3842556.774085998
+<EPSG:3034> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -50.304867944345204,21.18029945791759,-2072691.056021919,1990656.228783753
+    10.089717044559436,35.193910768227326,4008163.993978833,977311.44601071
+    -38.23273060025209,2.1525896656775796,-2583276.373088342,-909531.724881276
+    67.15727235482271,18.521774080998185,1.0049740482416488E7,1506065.411294531
+    -34.402896630908906,50.78827662446102,1155194.987878827,3551223.057906589
+    -29.583602015479244,40.799824944435294,881843.338160716,2448256.666452825
+    45.56507014196477,8.588052616744598,8599983.243448533,-1106333.973052466
+    72.99039890213925,83.79257839588912,4881160.521170827,6931150.412466291
+<EPSG:3035> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -1.2065373971151416,-11.04157578709598,2890178.070615309,-3348603.55682273
+    -139.45934049237525,-24.426738099656703,-5218820.119033685,1.068283127832274E7
+    -48.05245862543332,42.44498139541059,71451.02889299,3939784.152455857
+    -108.32058015110326,8.533431717860523,-4311075.817360891,7769927.251740512
+    -58.14891214264382,54.02903288761962,617598.034868998,5418823.561744003
+    -75.22049611877144,-87.42651995113859,3450219.303749321,-8786147.942215515
+    142.04868858495468,-26.694564166577294,1.5670702211924834E7,6536633.614333754
+    -147.12863573379258,58.70777620499598,2764126.091575372,1.0157983063830081E7
+<EPSG:3036> +proj=utm +zone=36 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    26.921693931046363,-62.620461942725754,188466.107581414,3042003.369621626
+    29.00396672083081,75.71299940346736,389999.373086968,1.8406880275662336E7
+    32.37256240189724,62.15403592345615,467302.928128317,1.6891498397965405E7
+    33.70751896468337,-15.574772800236587,575858.248960389,8277974.204694199
+    36.82968596384112,5.800394630541149,924292.461537491,1.0642574526500877E7
+    30.878740268960343,9.152467068784588,266891.427093264,1.1012395199215023E7
+    35.55369092924494,-26.781024484116998,753904.117838922,7035267.301228639
+    26.457863866274987,-66.45406118153085,208795.539011965,2614214.69971539
+<EPSG:3037> +proj=utm +zone=37 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    32.178568831296644,-0.5415756978754445,-260832.195063223,9939709.94998439
+    44.23270650283357,83.88482523453484,562149.401582303,1.9318059943669222E7
+    42.105672792993275,18.74062642130245,827502.986247159,1.207498244525588E7
+    34.943816216059886,-80.89591816422359,428405.974566128,1015910.026767084
+    44.54658371120213,-88.64301973053372,514642.434230251,152831.575918946
+    38.067534197244534,72.10981654756122,468029.646206441,1.8001429266819566E7
+    44.42399133122271,-85.11802614973018,551460.272742586,544661.928567192
+    44.77090258617316,29.76487867771536,1058379.293023373,1.3306722564189477E7
+<EPSG:3040> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -21.60749133731044,-76.49110199270604,328042.768833881,-8499638.055315683
+    -16.18164466716502,9.794413764066746,370407.764416403,1082909.643598366
+    -11.760774446254223,22.247356310829815,833900.401207695,2463782.35803018
+    -18.24036015964007,-80.41533599669046,439797.179416159,-8929623.323190944
+    -20.032993960194105,21.756211659968244,-20882.270206398,2414338.316984258
+    -10.524982105460099,17.624158296497214,975127.80111866,1954230.669153409
+    -13.519095741289746,-7.319152957475907,663471.472701965,-809299.542487002
+    -19.168162926366794,54.70871583120655,231519.396229315,6070355.318455092
+<EPSG:3041> +proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -15.458275101481455,-74.97241048511366,313425.064756502,-8330696.349403963
+    -4.590013033627855,27.02195451691513,937708.160217365,2996530.004993034
+    -15.787724617453845,-19.30526804663694,-214409.377180248,-2148641.745443395
+    -10.834450472363262,-6.743440678789256,297240.498663741,-745768.518297865
+    -15.094631506351428,-64.6668528925516,209371.351622104,-7185315.71154266
+    -11.780129153189229,-69.11648519345924,389431.867654756,-7669857.764039146
+    -10.15218660880831,-11.711837086398504,374434.54903862,-1294945.775310477
+    -10.823111214232384,-31.280759458863415,326453.165673066,-3462151.748193723
+<EPSG:3042> +proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -1.7152537923357478,-67.09049125679113,555806.51336159,-7442044.229437946
+    0.3296215972314567,78.4888334700214,574137.634474069,8715036.09137135
+    -2.6133527828093177,8.277968686523792,542579.161967398,915048.613201337
+    -1.3122899428532495,-68.67069509068224,568499.993558761,-7618583.731074625
+    -3.8823516371646285,-13.42416417536974,404478.297604214,-1484213.978623148
+    -8.51542912968824,-51.13781482190176,114259.145711722,-5679627.345288192
+    -8.76462412268856,62.72628688046399,205565.392649898,6968274.422216169
+    1.369769287031275,61.41063439143636,733162.887110211,6816339.801387126
+<EPSG:3043> +proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    4.827916425697001,-61.646812442819915,596838.749421906,-6836195.307693616
+    8.38073406843023,2.1158556354525615,1099220.471874656,234907.839595571
+    0.20416992721705718,-49.21145506862933,296384.776615167,-5454725.346694415
+    8.429999758124946,46.56658560891907,916111.23774696,5171341.653914657
+    1.3479587687103036,44.88555149593705,369534.828143413,4971564.264394342
+    0.5244650071606287,7.609444345148091,226862.163724424,841903.446228466
+    -0.8354476089250213,21.10107073830693,101433.418002065,2338141.150512843
+    3.3385686260083123,2.8037165528928085,537629.634811835,309902.840859327
+<EPSG:3044> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    8.172654753908159,-18.568085349302365,412697.362661852,-2053238.879538487
+    4.893944568740173,13.274536792013663,54885.048823933,1471162.902614416
+    11.657262270230136,56.4870536181555,663614.490544327,6263453.736253079
+    11.244397053089218,43.1611787119206,682461.280566956,4781158.918949584
+    10.497074397651314,-1.3015295569293812,666563.26875788,-143907.80593724
+    11.53120717697551,47.151644472999834,691886.719087714,5225124.5510401
+    9.995174830835087,12.732128850637565,608037.620540799,1407719.964316308
+    15.18810974211209,65.67120958203651,784102.474096079,7297260.687095368
+<EPSG:3045> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    19.453412877285174,-43.19226281604161,861879.862927778,-4791801.683118157
+    20.095830169590307,1.1330645068173197,1067681.550355833,125738.037071572
+    20.53381167056371,59.153887580090355,816276.767087975,6570316.333560872
+    21.845578040565872,-72.89778946204397,724256.598741444,-8101900.335183529
+    8.123839037141856,14.94536320161886,-240979.53588206,1663790.083676384
+    18.936507250055918,65.6093087245541,681299.516037282,7282038.841890373
+    19.720997278354854,-22.093699934944127,987382.710738902,-2450762.388986017
+    17.8237008681632,-72.05434228128921,597074.677000442,-7997270.177906853
+<EPSG:3046> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    24.57726749969166,-1.4353346347768792,898196.453104811,-158959.618361949
+    14.386791019783546,56.49847355075255,93227.406569528,6281171.100409312
+    23.397282675686725,36.54436784260433,714585.111190449,4047003.511907609
+    17.205668348478987,-32.11370318099942,141933.477666051,-3559347.398756268
+    16.99040034887086,-45.67412040875317,187715.589234245,-5065664.303810141
+    16.242121656603167,-7.369279276399581,-25677.101615648,-817376.11620841
+    17.99216316180094,2.9808386351505476,165599.062616757,329931.979867812
+    18.2222312984048,-57.45847743833593,333364.481268677,-6371829.59786781
+<EPSG:3047> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    22.876087681132958,-65.36224710618467,308275.63709312,-7255102.558587262
+    32.61391508119534,65.25659208452333,761918.581714032,7248717.881850392
+    25.762991997916345,43.97483156443525,400781.779786239,4869821.181287859
+    28.065082528020046,-29.075897619543717,603666.267303957,-3216862.751526356
+    31.862201510931552,37.373936410148005,930628.743644285,4147462.1722616
+    30.962029467302717,-69.25638550175469,656517.600759179,-7688014.055923829
+    26.32602558238355,52.062907268497696,453796.431809879,5768249.303679507
+    32.68653925436812,16.443008188674554,1107897.166104915,1826498.723996323
+<EPSG:3048> +proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    35.982210364270344,83.81452526133694,535858.508204637,9308316.051867979
+    33.92477511858049,-15.988655168497473,598952.393636606,-1767900.450421357
+    26.431488561468164,17.266292536644187,-199449.931681363,1920951.698765442
+    34.89538848229355,-55.506103943121786,619706.501360233,-6152744.642023153
+    34.27367359924912,-83.20914452731866,516812.933853487,-9239992.027933927
+    37.76272687608351,-66.27346413062222,713680.016151755,-7358528.324585315
+    35.96726031990886,79.9918956881246,557544.45802244,8882148.99434802
+    36.918996279374426,7.409221498952803,932797.666172637,820898.265468579
+<EPSG:3049> +proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    45.638567751697536,16.785371801146184,1208760.864549399,1867707.996207944
+    39.288092543233155,-32.97507149823206,526920.017221189,-3648560.209457589
+    36.439974940865355,59.772181712475344,356250.715706909,6628815.490886441
+    39.150139482978396,17.593680096020165,515930.177386431,1945239.129947793
+    36.470564494487284,-57.97729855827977,350413.712416194,-6428982.922797241
+    45.38758057820867,-40.39860613595205,1042238.686273701,-4491633.602262732
+    40.35820920711715,-26.148799841016704,635762.542581536,-2892871.892317685
+    33.25024263103321,73.14818668924784,314211.042007133,8125941.179024463
+<EPSG:3054> +proj=utm +zone=26 +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +units=m +no_defs  <>
+    -25.345802895176778,-42.7805350088884,635306.787981333,-4737827.434179811
+    -33.732787432636734,-85.93950789931606,446883.001520814,-9547956.75783182
+    -24.407291493571105,26.71676343350572,757926.247170428,2957839.147594315
+    -31.860396762425122,1.543431529472457,-41321.116682238,171303.200559798
+    -21.760162559173462,80.55850563453583,595824.629995865,8948474.958853459
+    -31.54882608671434,-31.651191073844416,68493.437650843,-3510791.634365521
+    -33.31961130579334,60.73594890689964,155718.230467852,6750167.199690823
+    -33.14098992920293,-13.688686989614709,-165220.222354833,-1521715.15887297
+<EPSG:3055> +proj=utm +zone=27 +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +units=m +no_defs  <>
+    -17.28392514736494,-68.65727126075018,650842.421367056,-7620857.978373243
+    -19.867676921536216,11.22880953612416,623595.584705394,1241630.879169069
+    -20.96867956389114,34.57078389453011,502855.221713468,3825612.054641074
+    -14.634667249052164,-77.31096656263328,655781.050096668,-8590113.143484749
+    -24.1619165081775,14.925839841977904,159777.433786666,1652666.490901324
+    -23.310410500097674,0.9477963973745887,242849.624209175,104931.639015939
+    -27.571894012717824,-61.99670570669451,156138.595911097,-6891378.650552288
+    -17.68102732588732,33.159825432240126,809541.924919372,3674075.729964371
+<EPSG:3056> +proj=utm +zone=28 +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +units=m +no_defs  <>
+    -19.731787221550235,6.994476184004554,-23257.628483133,775876.921810771
+    -18.102644255031368,-34.55942416850439,215284.023895691,-3828591.636311966
+    -16.19401253278932,7.690927619576783,368284.619231199,850418.117423594
+    -10.349487905479807,50.05944021643742,832791.012408131,5555797.690918588
+    -16.27061830010594,62.86034809377827,435308.603272185,6970875.932917893
+    -12.247442253772594,-57.15865702881297,666452.471222367,-6338519.087000783
+    -19.52488794620251,12.731808395150253,8290.856571658,1411881.589448302
+    -10.691438669928713,-71.7452068286372,650499.789311592,-7966056.862949064
+<EPSG:3057> +proj=lcc +lat_1=64.25 +lat_2=65.75 +lat_0=65 +lon_0=-19 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    55.9086853523803,58.1555801630904,3970980.068675374,2072080.144065188
+    9.748300283740036,55.289493563716476,2287123.282376089,-173101.953866563
+    -44.398039613071376,37.066109644187264,-1923111.460728874,-2221161.372263533
+    -56.61836085226729,72.63824971709481,-692517.432626432,1720358.474554947
+    -14.828395757760688,19.92453477246734,1056432.761490681,-4937973.906580663
+    55.35576199175679,30.685816816023994,6956972.284236702,793094.609754003
+    -36.05779200078021,63.8077993809862,-330342.076292444,479800.867326233
+    -57.61819741146336,72.49365160322861,-729575.565085012,1726092.151130184
+<EPSG:3058> +proj=tmerc +lat_0=0 +lon_0=-8.5 +k=1 +x_0=50000 +y_0=-7800000 +ellps=intl +towgs84=982.6087,552.753,-540.873,6.6816266,-31.6114924,-19.84816,16.805 +units=m +no_defs  <>
+    -11.162615180931118,-70.68979997526998,-49112.138160639,-1.5649947025940098E7
+    -8.716680445540817,-78.09789402988432,44103.3954138,-1.6474754446508424E7
+    -13.772559218559834,57.58170604869278,-265298.332201358,-1402727.173944198
+    -13.659872027488207,4.934170540211753,-523194.810546182,-7252439.774654954
+    -14.934316258974386,-74.03878960516658,-148109.665365828,-1.6032212284205988E7
+    -3.2471893125835436,13.691306278971979,619021.352521239,-6279775.169020918
+    -6.602042177720676,-4.973751879947301,260456.386496736,-8350794.583443598
+    -2.7987490030635893,-55.454933621457194,409927.191990405,-1.3964294602339871E7
+<EPSG:3059> +proj=tmerc +lon_0=24 +k_0=0.9996 +x_0=500000 +y_0=-6000000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=-18,54,30,60  <>
+    16.62813118319901,54.5380259583313,68413.043421788,23462.196835417
+    3.0762982711687457,55.51863575992095,353349.544311523,-810033.114836258
+    21.046552136194798,54.03285586401523,-8786.54309987,306581.852390911
+    -16.176596627931787,59.787744118062626,1322518.341491824,-1652755.681258118
+    6.5761580317564,59.212301147068935,694201.785124503,-487394.111021985
+    7.687151758923939,55.53498057271256,275910.427793728,-524419.917399886
+    -10.663639539374303,59.003920072567794,1064877.298393462,-1428468.537337502
+    19.280796567530466,57.45279430453097,377625.783038045,216944.121537777
+<EPSG:3060> +proj=utm +zone=58 +south +ellps=intl +towgs84=-11.64,-348.6,291.98,0,0,0,0 +units=m +no_defs  <>
+    162.4475399559816,33.20436307812271,261727.838753574,1.3676698789873304E7
+    168.81869557668801,59.817745996484746,713763.639468834,1.6637304395636972E7
+    162.93779768945174,-26.37091461102829,293904.2855269,7081254.248954359
+    170.06362415677773,23.838045538350627,1015807.783020417,1.2645332837781731E7
+    168.89503432184713,-6.941042203420196,930258.132425253,9230686.660169084
+    163.91228605383535,-75.00366188951573,468245.666570124,1675417.174460224
+    159.37242975732897,39.056607527672554,12559.674650794,1.4338043330158146E7
+    162.0493083323595,-67.87780947665905,375698.863446923,2467505.019824188
+<EPSG:3061> +proj=utm +zone=28 +ellps=intl +towgs84=-502.862,-247.438,312.724,0,0,0,0 +units=m +no_defs  <>
+    -12.084248090837926,-57.09382957225101,677009.060041364,-6331646.711780024
+    -16.536664665247766,10.196267126065962,332043.401896813,1127174.336617305
+    -8.16886991382194,27.0149575723009,1178981.198885576,3006167.310552496
+    -14.810143551034257,67.61406743234804,508438.320137237,7499599.139622692
+    -13.58762490138606,46.00995836166794,609714.820293636,5095790.87395796
+    -20.405279074223,51.8297018252311,128007.414515708,5755606.788434493
+    -19.111152432093085,-50.39822445293815,208236.788674231,-5591067.715234862
+    -14.702737529335531,-74.542655498074,509212.103582801,-8272558.181072431
+<EPSG:3062> +proj=utm +zone=26 +ellps=intl +towgs84=-204.619,140.176,55.226,0,0,0,0 +units=m +no_defs  <>
+    -28.70354874926921,-40.37397566039743,355346.752635235,-4470709.095633038
+    -24.057149955442878,24.106442301600282,799131.586572653,2669103.554598907
+    -26.30936906763251,-27.447721546454346,568216.461753658,-3036268.378731769
+    -20.70763044292708,62.637953010124164,822263.900008072,6960991.358485047
+    -29.168647216208406,80.8170174336096,461338.297486255,8973546.63532568
+    -26.520975333307078,-61.31053543242737,525623.046457815,-6797520.79754538
+    -22.072294910132968,-75.6037853379704,636580.563047462,-8396726.721471397
+    -22.71540632733339,81.90493919317416,567267.502210614,9096758.683121987
+<EPSG:3063> +proj=utm +zone=26 +ellps=intl +towgs84=-106.226,166.366,-37.893,0,0,0,0 +units=m +no_defs  <>
+    -30.105668222163292,58.365917624253456,318241.097770088,6473747.99574582
+    -25.769165273914034,-21.08004838739015,627760.120709745,-2331495.168560395
+    -24.212213089688674,-59.55948925043821,657431.79716834,-6605726.769883949
+    -29.512446479149343,17.021984891032645,232423.874175549,1883764.877525509
+    -26.98094117223536,22.109221734040588,501865.810101732,2444982.668726803
+    -26.645353050356736,1.4068621558063654,539352.288460918,155543.701951595
+    -21.902353443939838,78.57438806427737,612495.515420026,8727517.10827654
+    -22.466339349538604,-59.74762104246213,754574.844460136,-6632083.249392895
+<EPSG:3064> +proj=utm +zone=32 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    7.5377701411595766,65.61263748985132,432634.140246489,7277517.590357448
+    14.940914086927894,-64.58460653043947,784174.263474775,-7175484.420698366
+    10.215273991155907,3.5646802740041323,634979.789585849,394098.38983083
+    9.216650107909583,82.32331887267148,503231.011662908,9140926.564782223
+    3.405587093590595,17.529726302021942,-94567.977903333,1946920.421777647
+    10.08171388159817,-53.478182118481485,571788.388469064,-5926011.112709308
+    12.982022068367222,84.3826215044169,543482.824412364,9372313.20563458
+    11.529290298005437,-52.857338992605335,670285.62838749,-5859397.79882189
+<EPSG:3065> +proj=utm +zone=33 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    13.05545406474176,70.14743061418409,426309.691038684,7783490.651656589
+    19.552974629717994,64.25120767381156,720549.714117795,7132905.975359445
+    16.208008599714955,-39.79571712988342,603423.272036535,-4405782.108134765
+    16.155272564200512,-36.39931493293351,603596.623845775,-4028859.616169313
+    12.499114229050946,67.41613553212676,392846.079548373,7479930.632412653
+    19.627196877883577,0.6519606932041739,1015422.271606751,72298.489558858
+    14.88510975640778,40.715788901854324,490296.167812178,4507214.060278174
+    18.012453578339972,16.296713894703274,821953.028540615,1804133.25925495
+<EPSG:3066> +proj=tmerc +lat_0=0 +lon_0=37 +k=0.9998 +x_0=500000 +y_0=-3000000 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    35.42964756068547,44.59994294193726,375374.115923211,1940877.002245719
+    35.92345633291167,79.55978917557943,478244.558771642,5834609.522119245
+    30.574426488210463,57.771615837939805,118069.312254693,3422896.419992189
+    40.778078918040855,-71.5600031182057,633361.76504191,-1.0945726465010596E7
+    41.819805724147045,-66.07950886608074,717977.890054104,-1.0338712344577568E7
+    40.00232861403572,56.80318963842754,683376.223912312,3300942.411759187
+    35.18075300582805,-7.371333878789542,299173.8767149,-3815266.814071233
+    30.296281555738325,76.77496393818521,329140.018660042,5533298.191740839
+<EPSG:3067> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    21.33702939435213,16.222977156015702,-106052.267693882,1801987.241689486
+    30.165636731399985,-70.23560866490634,619424.304447723,-7795253.716349472
+    22.698931650527165,13.306058569502952,33770.192054534,1475015.090628102
+    22.41453315058419,-63.69966297515531,273457.709703288,-7071680.39126808
+    30.463479580890336,0.5453787959096275,885617.680662375,60391.804268942
+    31.68719789064398,-43.77668491977227,877216.872753853,-4857757.353348743
+    26.224355974372408,-48.95134930161971,443212.438919918,-5422337.427621955
+    32.940356563677724,66.12959943193417,767919.970199691,7347071.622826684
+<EPSG:3068> +proj=cass +lat_0=52.41864827777778 +lon_0=13.62720366666667 +x_0=40000 +y_0=10000 +datum=potsdam +units=m +no_defs  <>
+    12.66835248576714,33.8646326541444,-48586.473302721,-2050716.040334409
+    12.839467755277724,-19.779621620876227,-42405.486422998,-7987832.042391838
+    14.066695979070335,-39.049060830253225,78166.427432556,-1.0123575903001288E7
+    13.074588407715602,40.03199991525352,-7036.140683289,-1366545.979242124
+    12.628056792773714,59.57274822477666,-16354.02017496,807123.576144323
+    14.574127491353817,74.900368871931,67639.074129561,2516245.013541159
+    12.954227330341848,-6.583700711387479,-34278.396192415,-6527798.116182336
+    14.429949115416374,72.79920737577197,66603.768304309,2281703.257362603
+<EPSG:3070> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +datum=NAD83 +units=m +no_defs  <>
+    -84.92431215387705,-65.38557729845934,755695.27216777,-1.1740927065472316E7
+    -92.93843130648192,34.782374146123544,251113.814372753,-627155.035245243
+    -89.15999477666256,59.13948127406789,568064.101187475,2075885.960162326
+    -89.72003862033544,-84.0819496051166,523222.703967435,-1.3817250281338897E7
+    -85.04086474817056,-8.63802972122906,1066265.387172095,-5438391.41372665
+    -92.60385388356386,4.307107375057527,230970.040125066,-4003432.727667399
+    -86.51221104095107,70.4802678924274,650002.550359005,3343163.654493943
+    -87.47898137541108,-47.40278854304996,710211.685021991,-9733007.535729825
+<EPSG:3071> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.25528578826123,26.09986330209692,894609.425237071,-1587866.166874439
+    -83.45268614437705,-30.101129209217383,1151518.968563405,-7828137.619522888
+    -83.75767084680729,-15.283586534105822,1191356.272738091,-6179360.317407979
+    -86.96226096151734,51.09102109663834,732718.632094673,1184336.675317484
+    -87.51058916963602,-64.00624628363857,641711.716818523,-1.1580087340897895E7
+    -93.41463560598777,-75.5066832548722,424657.286242275,-1.2862892163964372E7
+    -92.86012788320488,78.97328832161278,458953.620531615,4288488.653300414
+    -89.88772936632665,-75.35419143102818,523168.686631107,-1.2843128889974833E7
+<EPSG:3072> +proj=tmerc +lat_0=43.83333333333334 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -72.08288231017974,-71.0898357336431,547846.583746121,-1.27509099251231E7
+    -69.58072050694248,-6.6641329133116045,511370.960149001,-5592432.95274529
+    -63.32268530459931,-58.27815176753446,966969.697296444,-1.1326369586171867E7
+    -68.08408317016878,41.676299872521525,682590.12916507,-239594.559074824
+    -74.26508740229843,-83.76357196160536,622627.529867363,-1.416473634829024E7
+    -68.82592958263604,56.12744304385285,640866.467919944,1367829.064613278
+    -74.32811179034361,-85.60437329023524,644875.340965171,-1.4369125497348923E7
+    -63.27038230975848,-41.393142205001375,1085144.1320503,-9449594.913624074
+<EPSG:3074> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -74.56508762288539,-11.876433911751889,-156884.685444565,-6060941.613420495
+    -70.50533448164998,8.131111933717904,285636.401917901,-3844973.301352601
+    -76.04762202339322,51.06391604938574,-97512.771190266,930302.346097735
+    -66.69185625816164,1.5137513908244813,710139.435969717,-4576382.201112645
+    -75.8180412861949,-16.688823515067995,-281278.441741859,-6597889.090034065
+    -66.32739502566037,30.58913670946326,688359.99841713,-1351766.037786167
+    -70.74003567076164,-25.367309315303416,263260.501007261,-7550846.910083735
+    -65.41542906263867,81.56135681005739,381188.258987406,4318675.761243
+<EPSG:3075> +proj=tmerc +lat_0=43.83333333333334 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -73.59390664747032,-82.5851675756511,617704.12389497,-1.4032919801495751E7
+    -65.91338209774187,-79.11951044622035,741344.424276053,-1.3642553334173692E7
+    -70.35240751124812,15.806752248696014,434513.220520653,-3105418.753612362
+    -63.70219116821921,-88.1908372342465,714701.028518314,-1.465543995149831E7
+    -66.31301140386016,43.43279860621902,826466.826814272,-43315.242102771
+    -62.973918127409846,61.714245879491926,959030.603966635,1999506.351720978
+    -71.44831017794425,-40.36670400885347,396473.829385774,-9331499.094653742
+    -64.10785377864298,39.38901400384958,1024579.304042935,-486825.408678733
+<EPSG:3077> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.63525981263263,63.719573081784375,583372.331543798,2337083.778939794
+    -67.11926838881872,-70.0418899543057,424021.859602939,-1.2520921546993144E7
+    -64.97744476843388,-66.6995490972387,538095.831161946,-1.2155119741938792E7
+    -67.44232497926467,-25.43295195464094,595083.928650283,-7561313.531720634
+    -63.645196136866716,-8.397491777046199,1042812.315669797,-5679097.282694676
+    -70.14448794858595,-26.70613466159203,322938.198852702,-7699141.108345816
+    -63.57216053683618,86.87514910623028,341322.202163068,4911091.704421953
+    -69.54065977005453,-4.00045800504347,392654.951817929,-5186502.992280946
+<EPSG:3078> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +datum=NAD83 +units=m +no_defs +bounds=-91,41,-82,49  <>
+    -89.71030722703722,47.01940780933567,217928.990690107,725269.720765428
+    -87.54847129830458,47.326818400863154,382824.609489632,753927.971748254
+    -84.77590989091897,43.46649210931149,598866.733201906,324667.35016203
+    -85.90336382990348,41.18680402180868,508087.790919255,70752.081595233
+    -86.99238378960517,42.017053260716104,417715.458661434,163377.852724485
+    -90.75982073268896,45.581076183449014,128568.251253505,569899.002650925
+    -86.16895845404314,44.40872564007607,486388.633867753,428587.913095492
+    -84.68753938372247,48.69740013429081,596377.583072883,906038.999885733
+<EPSG:3079> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +bounds=-91,41,-82,49  <>
+    -86.04471747267803,47.679171299557176,496456.785604687,791958.039238288
+    -85.58234162357437,43.546285266755824,533592.113484175,332872.371552981
+    -82.668232454589,45.37554993349593,760704.660057871,541349.112123916
+    -89.06513577591846,46.342062422193614,264000.116955641,647918.48616798
+    -90.00934855619899,43.46549507939181,175426.2498015,331654.892737051
+    -82.603493969814,42.813127184598976,777495.993446545,257049.704326647
+    -89.12947293407996,45.95523626383465,257351.677100331,605147.971966918
+    -89.23361836017628,46.484040876162524,251686.657711803,664204.485539023
+<EPSG:3081> +proj=lcc +lat_1=27.41666666666667 +lat_2=34.91666666666666 +lat_0=31.16666666666667 +lon_0=-100 +x_0=1000000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+    -158.79538715769084,73.89260589044872,-1610652.792152464,7083923.367769904
+    -34.18022612896979,5.25727461828663,8556617.02689131,358795.250724472
+    -100.57486943440479,30.76858574639831,945081.417958171,956101.516306255
+    -122.75679304828168,66.33711185860889,-289068.262807581,5346677.804923045
+    -122.576919209099,-25.144313788885487,-2618055.316485298,-5957388.247200417
+    -145.3460134243068,-1.1967891885934065,-4693869.153408306,-1579682.599003266
+    -176.15764460968794,44.139158783674596,-4765478.723899008,4516307.66243928
+    -65.14169332585756,41.294315470025616,3912245.756504025,2590042.747647074
+<EPSG:3082> +proj=lcc +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=5000000 +datum=NAD83 +units=m +no_defs  <>
+    -94.15258492727699,85.40782290215098,1641190.22207842,1.430529471952975E7
+    -43.477102909721566,51.767784095882504,5500327.353963841,9851925.219053583
+    -178.21571827187614,16.549416176284538,-6396441.201766632,7756585.585265848
+    -90.34414603083981,21.412256129469675,2512127.720540584,5428767.753994316
+    -172.7194147256124,51.01043719807144,-3552967.76107984,1.04421954990274E7
+    -38.223752634654346,18.471922703643102,7826118.414499463,6871677.482711012
+    -160.83880283246128,-22.000399270248646,-7555554.669097792,2239145.093016661
+    -64.17942239034873,76.89053722764325,2968465.183671309,1.2603242857103053E7
+<EPSG:3083> +proj=aea +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=6000000 +datum=NAD83 +units=m +no_defs  <>
+    -71.09468870086278,-74.16492180068713,6279051.349266313,97918.884771619
+    -14.686748974054353,-18.330846184276794,1.2313335863173794E7,6845684.615007513
+    19.99128740575162,64.7400225967624,7753529.324560327,1.4670258679384729E7
+    -105.56877858258741,-87.4997499324178,561214.555277642,-663475.769395574
+    -51.678341434200235,70.86318341740537,4294728.558503335,1.1989777065121576E7
+    -18.562364359745317,79.80417213755433,5606952.820110865,1.344304124084849E7
+    2.359237376299717,44.6822002945342,8719458.721523352,1.2536573288232101E7
+    -160.09744970672662,43.24398302599951,-3251925.725488885,1.0105076446244614E7
+<EPSG:3084> +proj=lcc +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -53.752246180263526,-15.089234942247428,8087611.899035358,2178277.367084098
+    -160.69607416536996,18.94862688959119,-4698841.384932152,6856185.164212231
+    -68.35269317695159,-15.976505767071584,6117350.633575385,1309240.296093788
+    -151.39699475648,55.07620674054745,-1986109.698893672,1.0031094212996464E7
+    -179.19671058021103,45.98707837041283,-4312185.772738752,1.0308538725696346E7
+    -71.3580871589202,0.37807939555200676,5108925.11361897,3375172.394643122
+    -129.95508181720456,88.82013139396672,1147088.992361845,1.5699476416160816E7
+    -120.77722787284422,58.25383949168845,121168.429875953,9730297.830111843
+<EPSG:3085> +proj=aea +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    25.886237742308197,22.224144224903895,1.1953492632430505E7,1.3141806912124306E7
+    -167.73330773670003,69.76910591681474,-2340819.412323303,1.2506750854118384E7
+    -108.42419109468487,-3.5249154782519128,420982.209994718,3830039.983061176
+    34.632339873741415,21.660571084972815,1.2360659625363087E7,1.3960666697739867E7
+    -47.57761421781194,-0.12465519817808968,7821984.834585519,5644858.972199433
+    -94.83738899483708,-30.814255994425878,2268760.737157009,1509873.48198913
+    -137.7919566021627,-7.739701537792811,-3384651.279428995,4233997.814137704
+    -19.104633558266556,-2.507484483095965,1.0907109924275035E7,7486375.510616928
+<EPSG:3086> +proj=aea +lat_1=24 +lat_2=31.5 +lat_0=24 +lon_0=-84 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -120.87828728844403,-16.43085311220584,-4507494.42959725,-3370174.559976491
+    -177.34242542323548,74.74687709359517,-4907076.624375689,6929465.626545154
+    -40.194828706865565,61.347842141929675,3413561.782093348,4423964.486602838
+    -117.88933252201906,-34.916795252720355,-4514365.037821957,-4882157.035845861
+    20.55314856195139,-82.09674896274272,1.542130313332764E7,-705529.487535603
+    -71.31488895620072,87.66184137981594,1152256.142762035,5260447.324999865
+    95.3419244349061,43.97886584633699,1.068344829700233E7,1.1344514732072135E7
+    51.75332954623994,18.849553177276704,1.2093769331577526E7,6608529.953594581
+<EPSG:3087> +proj=aea +lat_1=24 +lat_2=31.5 +lat_0=24 +lon_0=-84 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -147.5700866740803,-2.3741285328510173,-7164366.523995391,-802567.694711525
+    -160.04867457710205,-4.342381310829666,-8586009.274661725,-127689.675456942
+    -46.25309054479442,22.262855880604803,4239025.300240532,400028.002383131
+    -49.5045727449525,-69.39458650787458,5864348.234901477,-6474316.901764992
+    10.027774293990717,26.809191897866768,8851754.882703675,3699581.153331391
+    -94.00966184116491,24.493381356257316,-612950.618895959,95796.151923341
+    -27.997137902638144,-55.88955440265991,8869130.67600287,-4800920.697653035
+    -161.17852473197203,82.23108611169636,-3949846.662040547,6529451.916541536
+<EPSG:3088> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+    -112.40329093492609,6.719976664009071,-1831603.447488326,-1965204.998151829
+    -14.741077783272772,86.0646026801745,2610387.861699123,8214717.210421502
+    -53.14116068112378,88.24445246087906,1835776.542252005,8459364.15383637
+    -136.283097648139,82.62752226522835,279088.891593475,7350970.787845669
+    -56.827787967852984,-3.231958091426005,5510179.656361407,-3141577.514606455
+    -97.9750330759659,-13.401023615185753,-416434.131253682,-5164725.840054378
+    -71.01723432893523,8.906965510574896,3315914.966422563,-2025934.07210205
+    -31.546930551840518,-18.813423354101083,1.0048266056214746E7,-3643237.817673672
+<EPSG:3089> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=999999.9998983998 +datum=NAD83 +units=us-ft +no_defs  <>
+    -98.70734927484196,71.03515703570955,2991164.855300474,1.6965646405644286E7
+    -121.72171749209446,38.954105500131774,-5058123.181879725,6182655.217720184
+    -124.52628306813499,71.56763476687448,-608792.753658941,1.824301494107194E7
+    -146.63064522267072,26.187599830490363,-1.4028624899771038E7,5972234.44441137
+    -29.483027659784256,22.12232298245395,2.348305329367789E7,3815598.741105248
+    -132.41612654235573,88.47243069960675,3504717.360143354,2.818449211208248E7
+    -123.57566946012741,75.71741373024744,311696.965725263,2.0034349939757697E7
+    -90.56609693065045,47.52736395960994,3714166.479546682,7408180.201292801
+<EPSG:3090> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -108.35094976236215,71.66652042844196,501926.762576108,5340619.551978328
+    -24.365105209034795,58.50876452475727,5082505.146000757,4743632.838412155
+    -111.84999796331124,27.042069251520047,-1099785.31315661,328880.14422176
+    -76.52973426866984,61.86783454662972,2037676.360729381,3956580.654196536
+    -151.15005375278076,-12.018464483846095,-7818829.143321758,-1664812.544257157
+    -6.8177515300868095,67.96968437446115,4994879.232572809,6284655.392819952
+    -146.1211729951736,-4.891634540399082,-6566819.865394352,-1298722.857100224
+    -59.98950821437617,28.586623331702434,4019495.523240124,486605.16297921
+<EPSG:3091> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -27.733335617786935,-2.344150737194475,2.9809265233672906E7,-3960563.557847498
+    -15.56931156179948,8.75960098544061,3.084939684146307E7,3058208.199164361
+    -80.48488082141965,78.47050196954237,5498609.945421888,2.055453246945854E7
+    -76.0796625228228,33.057960785989714,7888920.549593327,2240780.134352639
+    -134.50789523649934,-2.3892472492470773,-1.6413826609581292E7,-6272712.273734529
+    -112.66146171868755,-12.137478553084435,-8580220.031207547,-1.4737238845259842E7
+    -2.9864064726791923,60.654207756750594,1.9162068519047055E7,1.9168182145064067E7
+    -30.135553177511156,-2.776628639086681,2.901770626333698E7,-4752977.427456837
+<EPSG:3092> +proj=utm +zone=51 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    123.85732268735532,6.916125288720025,594863.583403684,763858.39541233
+    121.4966959339825,-19.248359650937445,342164.684789632,-2129552.894624562
+    117.05930940155132,67.89957038597805,251043.333962719,7543010.170776838
+    123.64900988885499,-28.136998079838754,563879.616034268,-3113025.998276583
+    124.86473936199104,-48.213570730319205,638657.862979647,-5341938.041358363
+    116.38751360389006,51.745529548608374,43860.120857928,5752774.164756102
+    122.50886895330592,49.525409892988506,464609.535913449,5485297.31941032
+    124.65480776629144,77.13142729319276,541290.557484175,8561401.440542502
+<EPSG:3093> +proj=utm +zone=52 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    134.97067633207797,36.37090905575137,1036093.206439515,4040956.943695356
+    125.66192980016986,-11.830855435253412,136434.172193894,-1310638.586352166
+    126.3038966844759,-69.93091085925184,396998.834835036,-7760267.100981799
+    125.13325810785908,-2.010575680664232,69887.492641346,-223412.4470367
+    124.61705697503741,-9.661038180546385,18947.078267824,-1071659.313140376
+    124.69647484309313,80.0803301466853,417513.91907679,8892981.442582203
+    125.88019732632344,21.262571342378052,176421.286945062,2353674.916285543
+    129.68386664288604,20.686450176162012,571427.101903415,2286866.361485519
+<EPSG:3094> +proj=utm +zone=53 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    130.9715548431963,61.97560300667209,289180.303449652,6877326.942452705
+    131.00896165289043,75.05159734133036,385418.42144312,8332567.229428058
+    132.17412547489698,37.399218299613594,250111.133242223,4142171.724762493
+    141.399274341278,-86.32653507809819,545927.126665498,-9589817.045307275
+    134.1144259056432,32.52839011355297,417089.296951789,3598610.656968316
+    133.4487981431151,23.88915323603875,342333.558188963,2642078.432413465
+    129.30210855531365,0.5915703120928981,-134771.567355419,65026.730297991
+    131.30090825427172,-51.86932326639035,245651.434446496,-5753101.408578547
+<EPSG:3095> +proj=utm +zone=54 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    146.09761451092982,-15.816050796452018,1046775.006114849,-1755797.88906239
+    136.09118523806333,5.519687784942349,-44048.034784089,611648.368833371
+    147.09905707553196,-15.0059233732716,1157009.081307678,-1668635.714465605
+    140.5544451384316,28.187765818058423,456570.008455772,3117326.338309941
+    146.69902088518225,-38.266183974894744,998977.139857302,-4251053.875464147
+    139.63410042750985,-46.222054984751416,394976.29551146,-5119823.11717496
+    143.46014065707715,-9.275454703288958,770559.660286222,-1026863.617303203
+    137.48950993693578,-84.62908722505097,463646.024012148,-9398890.540153326
+<EPSG:3096> +proj=utm +zone=55 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    149.75537223838109,-36.34468205438632,747593.240264404,-4026025.601756436
+    153.84156420451157,-51.619153037405,973665.59570099,-5740964.191384698
+    151.51635819167177,-80.66828288474001,582005.627776896,-8958859.558481704
+    141.17606607932245,37.29014414480709,-16108.616017345,4142217.117343093
+    141.54473421913687,44.277744386411825,64999.440901106,4916441.755464413
+    153.0273133579541,-4.489438781065175,1170178.800372689,-499648.891144414
+    152.15361427141715,-72.82074413234719,670024.919266526,-8087454.941826615
+    141.8939972733721,42.426164724148265,80258.517564187,4708967.124937383
+<EPSG:3097> +proj=utm +zone=51 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    116.67701359408156,-16.95561560508486,-174341.444232724,-1885528.075180575
+    126.23685258937147,43.386801923103974,762177.582680212,4808859.871778252
+    125.51415354358275,82.43740412416196,536929.582170583,9154459.111188482
+    116.54947597713365,85.29935012832428,441104.299631158,9476460.267160043
+    125.6336814642385,-3.4447786052099616,792639.846084025,-381160.488056372
+    118.9440912222902,17.13124097561736,68277.489517649,1898580.129981107
+    121.14390393028353,-27.751156811085316,317068.187322443,-3071017.233026072
+    120.72298496264123,-12.362221161559333,252402.485086753,-1367661.589590953
+<EPSG:3098> +proj=utm +zone=52 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    124.66008024165001,51.878771864312114,201325.932824979,5756461.506198312
+    133.65212429988182,-27.543858351992547,959611.163296844,-3055315.699844381
+    124.48935388979855,-29.569978465238542,62862.082977014,-3279639.599101774
+    129.96759186684744,-81.01656116643221,516866.774149294,-8995193.614368854
+    125.05778330933404,-58.05371751340674,267408.564227637,-6441484.700207571
+    135.30371115069792,44.87231289336023,997935.452780716,4988131.070323603
+    128.51137919141053,-87.20991541696246,497344.524214334,-9686467.744455662
+    122.08150360811574,-70.2374618994839,239409.078942908,-7807183.360495108
+<EPSG:3099> +proj=utm +zone=53 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    135.6009861450244,79.00129489853066,512799.947034146,8770184.43315673
+    131.99154546114144,-70.03662295823062,385405.413657135,-7772785.797020366
+    133.2834065910611,-19.83174930578528,320224.496849956,-2193776.696784921
+    138.9277851427531,-47.387663799001025,796426.226525501,-5255728.468568361
+    134.85635662990884,12.488282467846986,484391.806633024,1380552.137355893
+    130.58541084701608,-1.5512353196395736,8456.425912295,-171971.933351132
+    130.48194654629313,45.55668343841643,147380.156218829,5054730.043749349
+    141.06765575796103,-20.199744411331153,1134813.940809127,-2245222.299756588
+<EPSG:3100> +proj=utm +zone=54 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    141.03329176410472,83.55335636985507,500417.319477078,9278232.427486267
+    134.18133127037794,-19.30389495082821,-217684.387248332,-2148617.900685661
+    136.756397538593,-81.77698300156956,432298.782636723,-9082416.835131845
+    141.56203070650142,-79.97384325825666,510923.411825271,-8878719.083906483
+    138.10065211929245,22.784707877106413,202311.715714379,2522605.922033071
+    146.7640919678541,50.841212784101714,905703.989033123,5648015.385577724
+    140.18413662455805,-73.1958370637719,473673.745906501,-8122505.635395882
+    135.46973352939585,-27.092593555113098,-48738.136063908,-3008776.353441274
+<EPSG:3101> +proj=utm +zone=55 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    152.88167698169343,35.97599512020403,1030552.487142831,3997316.014453224
+    146.11082237470643,0.5818292979574409,401057.862444679,64317.438003185
+    148.26044417058355,4.902778897551187,639757.303515958,542049.037877005
+    152.13627313925898,-87.92920355567253,520693.888994592,-9767690.550582683
+    140.43628283606327,-23.873028572211524,-169246.852210147,-2655729.404853455
+    148.81133360635764,-63.83115897532478,589121.392800635,-7079464.442465514
+    144.29766896057978,-48.60705930442609,300803.729036999,-5387301.187791576
+    148.3997404221254,33.248394272102644,630395.507943906,3679697.887705902
+<EPSG:3102> +proj=lcc +lat_1=-14.26666666666667 +lat_0=-14.26666666666667 +lon_0=-170 +k_0=1 +x_0=152400.3048006096 +y_0=95169.31165862332 +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +units=us-ft +no_defs  <>
+    -128.13984064502324,-74.26312123586729,1.014225424167074E7,-2.903221178442108E7
+    -148.73401978947678,-49.467124413535686,6763664.090010972,-1.3718364460972857E7
+    -146.25246591017225,41.39060713382132,1.1346500130638488E7,2.3813557043720763E7
+    -126.02003168947948,-68.02906544298607,1.1507999520393336E7,-2.4507619557697717E7
+    -113.53753410635129,33.804657685472975,2.5049756957914073E7,1.7091593075063244E7
+    -167.46237244813284,1.7471656952912866,1463085.901541502,6190990.637525519
+    -152.48776826424853,-72.8400673549112,4641000.3443237,-2.7141740888708126E7
+    -100.61224087459131,9.420533765000386,2.7302254304410517E7,5122683.832057068
+<EPSG:3106> +proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=0 +a=6377276.345 +b=6356075.41314024 +towgs84=283.7,735.9,261.1,0,0,0,0 +units=m +no_defs  <>
+    96.70222852042541,45.13833258900519,1027237.497844329,5019900.04522237
+    87.53270607849696,78.28276708767604,444366.37191676,8690704.868179722
+    93.55324949885852,79.89327571152432,569848.201197463,8871388.959043657
+    84.50656004113821,-74.03750924461298,331892.271145919,-8223752.679717902
+    83.4830483880529,-8.911263640344814,-217660.285408053,-991627.308549505
+    85.53193277168702,78.97903670917947,405023.67578857,8770877.663488617
+    87.552830568206,-43.521399825523304,302523.496016847,-4821693.563896338
+    88.45353556036014,44.31264453451712,376950.913004948,4907448.250583387
+<EPSG:3107> +proj=lcc +lat_1=-28 +lat_2=-36 +lat_0=-32 +lon_0=135 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    170.74803322186415,-45.258349441373014,3827125.561032341,46020.452321619
+    138.9712937122433,4.00858726505686,1530012.554714823,6228026.51365794
+    97.13237143203492,-15.705608462812478,-3123292.854394043,3093988.902537758
+    172.444843814439,-63.940661391838134,3179609.094274701,-2149014.94372579
+    164.84744011427432,-51.638626765876964,3171647.999188445,-524334.088425957
+    168.61578232391292,-2.8669944890801276,5144678.513776318,4703647.907992404
+    178.57365960942505,-69.50832965436574,3209294.1085779,-3006345.099062437
+    165.60651357072385,-62.232144684622,2857221.735083926,-1804422.296550033
+<EPSG:3108> +proj=tmerc +lat_0=49.5 +lon_0=-2.416666666666667 +k=0.999997 +x_0=47000 +y_0=50000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    2.3557653470672495,49.915763024606235,389691.900512507,107173.702689385
+    -6.539776490798506,18.141455319773243,-389612.957512831,-3423688.64417677
+    2.297131565990833,60.40015341094008,306696.045020145,1272714.062491633
+    2.015259023001809,48.61450134399189,373745.388246565,-38986.462285656
+    -8.058953754054848,-63.738150882008014,-231392.434106391,-1.2518168178092625E7
+    -8.060410854036746,80.19340402830125,-60192.542735982,3476696.943796048
+    3.350987832443801,44.846024869103445,502980.556437909,-451187.858577564
+    0.4996575957906657,-61.36473770580494,202945.53750982,-1.2244819540427739E7
+<EPSG:3109> +proj=tmerc +lat_0=49.225 +lon_0=-2.135 +k=0.9999999000000001 +x_0=40000 +y_0=70000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -6.621442428206698,-60.821411169112444,-203980.764624149,-1.2138589313271135E7
+    -4.195254895254343,34.78290494544406,-148586.574533179,-1532206.7342852
+    -2.0136963171844577,-40.34419509715914,50306.392750863,-9852404.129673418
+    1.4726080923389944,-44.69304886744454,325965.332337912,-1.0341818562605709E7
+    -2.2379528111739546,69.72609638259098,36017.040204477,2353776.77642135
+    -0.5847722434412503,61.60355633090293,122277.214818991,1449079.089835322
+    -1.186837262172511,-29.219138194670116,132194.613664363,-8618579.919553172
+    -2.7592579122607805,74.44642140883855,21308.600832272,2880597.066795408
+<EPSG:3110> +proj=lcc +lat_1=-36 +lat_2=-38 +lat_0=-37 +lon_0=145 +x_0=2500000 +y_0=4500000 +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    171.33486069419808,-88.60027676502114,2748321.707013056,-3097205.615748689
+    61.05971290501138,-66.75597011055717,-1342965.863024536,-807067.659227003
+    179.8489884164031,-6.543622522950201,6794989.145775695,7231705.574405319
+    149.77661913612204,-19.72569329236461,3022218.112713052,6428926.539214069
+    143.04528721498156,-39.80456447979734,2332324.267016626,4186716.697596874
+    148.40731800081625,9.401160881818399,3007251.526025422,1.019811020754039E7
+    162.81959331350862,-22.58209743649141,4376955.207914538,5937960.900642337
+    119.59692517574345,6.671621058471501,-1133124.763456776,9317399.991738312
+<EPSG:3111> +proj=lcc +lat_1=-36 +lat_2=-38 +lat_0=-37 +lon_0=145 +x_0=2500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    71.8992662748455,-63.567477975619205,-1245373.805069568,-2093558.110208232
+    112.27604925981417,12.357347372873633,-2431325.434590331,7803980.281634343
+    91.59277466408419,19.080620253138562,-5874258.405414918,7354887.481376564
+    99.23745549423558,-1.6969266578063298,-3337230.278804401,5220539.525609329
+    165.82061456737756,-14.042416101559539,4904265.990790464,4844785.037929639
+    78.49309535145062,-5.967762258245074,-5264247.231846686,3271614.348436608
+    79.62039896068103,-6.2084902823085315,-5134929.003616263,3339350.454490442
+    179.73558679672323,-20.36009777232401,6190182.380703382,3688230.421968876
+<EPSG:3112> +proj=lcc +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=134 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    90.18011169480675,-46.68667560190251,-3456832.092896456,-5872627.205676196
+    90.84831690735177,-76.16626747698098,-1985249.931311906,-9828772.585115567
+    148.06050923294276,-14.152649106428314,1533787.679510993,-1729840.299056757
+    127.58852135386584,-82.32619823740038,-229525.237597928,-1.0886397507651567E7
+    153.7239806955442,-35.38427981540475,1781763.775781438,-4122281.864396311
+    144.98555249415853,-68.60118846122359,629984.44732852,-8192955.583947798
+    155.23108112116412,5.901407100401144,2709932.56776058,506352.480908451
+    78.57065938861044,-24.325748411412214,-5384706.052328353,-3975159.39080444
+<EPSG:3113> +proj=tmerc +lat_0=-28 +lon_0=153 +k=0.99999 +x_0=50000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    156.40492009171166,82.27630839004394,101079.382726461,1.2339152314879032E7
+    146.12881594660703,59.96448089794711,-333358.865619603,9868396.04998492
+    154.81516792101482,-41.14045347930064,202396.787334681,-1359303.548313609
+    151.58958671285987,65.27685677317771,-15842.575262316,1.0441281688086195E7
+    152.91622611143688,59.498034358981215,45254.833088842,9796497.597638058
+    152.91766854176296,-48.857487575702905,43958.551340419,-2215317.427750449
+    147.2713359103024,75.01897895725247,-115124.910600848,1.1535365357165417E7
+    147.3552793096466,-16.04139772370698,-554883.598825232,1415951.301798421
+<EPSG:3114> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-80.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -73.59896815194138,-43.012759284161696,1528235.183739353,-4292787.368822321
+    -82.69767980772386,36.011462941650464,763764.201218021,4481759.270323021
+    -84.98235319257792,49.37545274829759,643875.217948739,5974733.102331065
+    -78.93429733932007,-23.180210966656986,1117054.076297951,-2073187.263892491
+    -77.7809439569202,31.90813818210661,1217251.491479601,4025735.885359539
+    -82.1339229934956,-2.0593573216879406,771178.44680318,263906.99650123
+    -82.97477301576667,28.392429190783687,715991.901888046,3637115.666644162
+    -84.12686003166691,15.271267406469718,564729.83648201,2184829.027911684
+<EPSG:3115> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-77.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -76.62837403180004,76.34054665517516,1011844.288976341,8968388.486928504
+    -77.57158873265381,55.93220262169643,969119.126583592,6692892.202163845
+    -73.54647552973661,-80.39749548822118,1065744.279966699,-8439755.317284325
+    -74.25157258061458,-54.31339464330004,1183894.428780059,-5532716.48374635
+    -75.37722261535114,-87.34791144433711,1008786.082063207,-9214108.243630202
+    -77.03846966118074,73.33728836744024,1001249.924396104,8633130.400006892
+    -78.32069200172448,87.00614633515048,992748.336999176,1.0159419476196276E7
+    -72.06180508920313,79.41406913849568,1102784.45876722,9315908.930022467
+<EPSG:3116> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-74.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -76.38895010262166,74.40783058499372,930638.819596821,8753957.690138493
+    -79.29921625988622,39.81133859266481,552761.155892187,4913417.220395225
+    -75.2514635611644,-52.328614858365675,919968.16246049,-5308790.161716763
+    -73.36717721170722,56.35440630930333,1043912.636796786,6740018.543594188
+    -78.50292227226052,-73.67832378379141,861242.412841347,-7692801.198383626
+    -73.28611282137422,0.08363127898354605,1088100.426114715,501015.890694052
+    -74.78362682684076,58.60981252248786,958957.87968761,6991188.850562087
+    -70.71118060102945,-17.277328957251513,1358105.615991028,-1422358.811692344
+<EPSG:3117> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-71.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.21096956138037,-84.97898598307968,1066964.550441497,-8953397.754393611
+    -70.5317497444269,17.571400050372958,1057937.250805166,2435396.205526018
+    -74.18578029589133,62.175227060457956,838112.966759273,7392111.798247816
+    -73.93280483858206,-14.644780531698188,692298.499688504,-1129857.687860724
+    -77.44079433764614,-37.49981281336957,437021.208523773,-3679289.699621775
+    -66.73508707520344,-36.68460381003902,1388223.906678114,-3578541.043793026
+    -70.96954208862672,34.317177615121864,1009937.177064354,4290617.262590498
+    -72.63554425023298,-71.60830263663826,945117.475101058,-7457362.820027038
+<EPSG:3118> +proj=tmerc +lat_0=4.596200416666666 +lon_0=-68.07750791666666 +k=1 +x_0=1000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -62.70464917770101,80.06027095798225,1103434.1748214,9388417.9094751
+    -72.60457119425448,16.138854962974747,515355.28900188,2282106.435517592
+    -65.7676766548679,19.22393666648567,1242931.470483253,2619836.905939807
+    -72.0826159875502,56.76802560062259,755168.07972949,6793011.65334374
+    -69.10227536150292,38.40543529874108,910488.845860288,4744766.30517932
+    -71.75046963191778,63.84936314035343,819384.369123649,7580028.307352294
+    -74.12295186563168,-84.52742487216175,935722.099721196,-8902342.066001706
+    -67.75531904624654,-70.13325110068425,1012224.642637462,-7292111.393675308
+<EPSG:3119> +proj=tmerc +lat_0=0 +lon_0=10.5 +k=0.999 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=-206.1,-174.7,-87.7,0,0,0,0 +units=m +no_defs  <>
+    12.119306306355604,15.908122756549773,1173380.702083715,2758477.002227497
+    11.015629414119696,-8.09679045310915,1056909.44608659,105587.407011039
+    17.10759314617315,-20.55010588135312,1689641.822525907,-1284917.265398769
+    6.994343096042605,-59.648489858196754,802700.679160743,-5613498.029393485
+    4.273232901612155,-0.6057255385325533,306327.239912152,932777.489383099
+    4.666452756970512,17.593282543095512,380670.631960061,2953665.783513257
+    5.783845025579793,64.41399969703738,773173.256942782,8147367.329961423
+    15.21875746092347,15.947516002192131,1505317.659114608,2767885.94050834
+<EPSG:3120> +proj=sterea +lat_0=50.625 +lon_0=21.08333333333333 +k=0.9998 +x_0=4637000 +y_0=5467000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    94.81355835362514,3.5462128369114936,1.4599852295093985E7,3655901.342159425
+    92.16629804821632,45.57078300061099,9625888.441913318,7560414.494904004
+    -55.88303023151724,75.69143205218788,2911307.384102453,9560227.976250712
+    89.91767421699252,-31.330872814131055,1.7419798484049797E7,-3576997.366359925
+    69.11266564999032,-70.6949227401517,1.2298615740880447E7,-1.8343737057819966E7
+    -37.31121940350804,-5.32922993636349,-3940866.595187379,824431.070325142
+    -5.756547850668767,34.35940807238673,2137378.943786178,4055424.813268298
+    99.12285550653077,18.453496992391536,1.3278515094722737E7,5938740.644047709
+<EPSG:3121> +proj=tmerc +lat_0=0 +lon_0=117 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+    115.2472548487648,-85.72866456287682,485097.606011247,-9524552.133524919
+    113.42672616964903,-44.985297399689514,217896.847718506,-4989243.716950477
+    111.21110482290827,20.580776419733425,-104416.824295798,2287404.440542323
+    111.75871793600906,-51.94194940177854,139400.524016438,-5769550.939415592
+    114.83307896313279,-60.88514189355507,382029.163066232,-6754258.40291433
+    113.45276564299937,76.36272703611436,406680.015628756,8481424.228863984
+    118.99066587481221,32.14269672955659,687727.497012201,3559309.396318643
+    117.0368135191325,-86.19610273111724,499948.138711667,-9576533.585583033
+<EPSG:3122> +proj=tmerc +lat_0=0 +lon_0=119 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+    117.31526822399096,-72.49266708602767,443090.929985364,-8047447.477366449
+    118.9803593833074,-45.77734568530179,498166.921623874,-5071064.539542994
+    125.88194805677612,25.76296356172496,1191278.437452399,2868596.142889364
+    117.21383855534756,-5.206441649865269,301747.181884179,-575910.621975566
+    114.86866589537394,4.887457241605887,41208.949536625,541899.52333918
+    113.49156807363947,-53.53316450130515,134620.610010246,-5947763.703590901
+    124.73777796649135,22.026006143820098,1092954.353419256,2447781.264339197
+    121.34630057662054,-45.636722906567186,682621.745576647,-5058116.736418667
+<EPSG:3123> +proj=tmerc +lat_0=0 +lon_0=121 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+    118.6336521984658,-34.31067169277233,281887.034958327,-3800453.481064685
+    114.50599951616526,-75.05600893021852,313025.613718508,-8342962.014532781
+    127.78166647480602,76.97228540696989,670368.511586412,8556485.696173882
+    125.03169597404072,-37.699611120667065,855319.221438469,-4181602.310213667
+    118.08627797185099,36.48949961168003,238825.120934957,4043685.768312015
+    116.01082044733074,-55.823277315356904,187137.247599833,-6199828.15709743
+    117.8870566061561,-32.68512754052632,207727.942041452,-3621915.219546111
+    121.13545912459828,47.90452730299634,510081.924157989,5307613.857121125
+<EPSG:3124> +proj=tmerc +lat_0=0 +lon_0=123 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+    128.81066284762701,-14.303061770307096,1127610.459586076,-1589675.507680099
+    129.86305224241852,86.13772984235499,551537.823480028,9573129.425628569
+    127.02708063034699,-6.307126279915238,945729.83437397,-699100.373527129
+    119.84015727927135,-56.23730617875688,303788.697346505,-6239158.876671301
+    118.52362141146499,47.05053829060256,159865.431740953,5222404.620773482
+    125.17863055748386,22.08234537788327,724746.913970835,2444465.760117439
+    124.3206922088517,-54.9971963463245,584197.546026832,-6097407.307213767
+    129.81439446886876,24.04068655687685,1194111.726413505,2676584.219180956
+<EPSG:3125> +proj=tmerc +lat_0=0 +lon_0=125 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +units=m +no_defs  <>
+    130.57571480154195,-71.18699958839554,700170.60510261,-7910248.311274047
+    127.3477103221702,80.8230569535435,541827.378721554,8977405.974260392
+    125.22508905428163,76.62989439816275,505830.829562592,8508441.903272262
+    118.3214368150131,-71.01592845893856,257544.819629317,-7895280.4554005
+    119.52561088594518,-18.35591015706916,-79526.518296765,-2038983.764186454
+    119.962424585991,-38.606870709536814,60810.285509908,-4286706.290933039
+    118.84400906191443,-18.82817387247924,-150058.626949418,-2093816.794701874
+    125.67487389080537,-21.022774210544753,569902.419000209,-2325625.440035022
+<EPSG:3126> +proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    25.14590362049943,-44.31564645657823,990341.171214829,-4927303.90426095
+    17.234859243196098,-9.566210809606162,306190.765228525,-1058371.246827397
+    17.347673995140106,54.71805424147911,393525.571470058,6067097.275543695
+    19.726353106892013,-57.1506636860982,543963.044191272,-6336926.090270951
+    21.72746736406163,54.16603362531251,678122.179448142,6007834.871757603
+    15.30891509710058,-31.014526450170152,147423.914503972,-3438441.547616831
+    18.56376907832218,33.375580149155596,459406.262230877,3694487.826678051
+    20.116863781591597,-65.56370641795225,551573.592348189,-7274648.248501853
+<EPSG:3127> +proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    16.15978904904393,35.26128729636021,150464.27590803,3910349.245230057
+    16.744666189236376,87.27849633006349,482745.104361058,9698482.223012032
+    22.10775995126342,-38.10618174061916,684872.532226931,-4221382.969215353
+    19.684363041631514,79.2394823853023,493418.588210945,8800240.325185012
+    18.347265837784107,-6.113056826888808,317032.737184659,-676253.607429821
+    15.365938505886758,-64.62385648249713,278469.422865974,-7177503.276043558
+    23.259514555355388,56.73152732239154,699469.213806227,6294763.444964151
+    15.538030726730707,49.10456006051899,174240.615896683,5450853.114482389
+<EPSG:3128> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    27.889374465316013,-40.80784094758831,1081523.635357489,-4542141.718349396
+    15.51979027241859,-81.79226597919471,412747.89820978,-9089407.651649764
+    21.296867848141282,32.35805187200461,527942.469547192,3581595.531567475
+    21.14530917860033,66.75148317112172,506403.004562346,7406646.696305236
+    26.99886767355629,-80.34504173188321,612170.608140635,-8929462.155272573
+    25.33210147138709,-50.77685256118515,805501.560651633,-5636216.334953843
+    22.708891174918392,-43.051174039834706,639230.38387178,-4769822.599787513
+    14.222145599742804,-4.543848293991047,-253901.652197053,-505988.506141603
+<EPSG:3129> +proj=tmerc +lat_0=0 +lon_0=22 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    17.941223944587552,7.649796549406673,51809.52172372,848036.877128621
+    15.199147012780966,27.090003738670532,-175413.525048912,3015913.580267472
+    27.04549608369433,-48.4444569042872,873218.623078081,-5380160.814836024
+    20.788819878229702,5.074478989538989,365687.064904662,561247.130003081
+    21.736177182181848,86.22570350250857,498060.304764347,9580410.148405917
+    25.020170918461297,80.4556082094754,555904.423689425,8937467.120468182
+    27.42788836169961,-9.981574399523964,1095987.781071994,-1108720.975987577
+    18.062323934865745,75.30228683512934,388511.219621202,8364386.145433446
+<EPSG:3130> +proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    16.157652566779877,45.06621612794578,-38872.079849881,5015136.131916707
+    24.174172616994625,56.19800680622848,572882.940652604,6231230.40944655
+    29.467168269690525,-19.401996306799205,1180423.056860354,-2158961.716246813
+    28.73729509988384,39.37386229005634,994537.353167102,4375746.218118413
+    16.539658923729338,-4.304110214731523,-218664.552190704,-478983.426428169
+    26.72014724275246,-19.365741086288082,891053.855593758,-2146367.468425875
+    18.78693416750342,76.79196969922816,392585.455867691,8530816.21976365
+    24.45504570569453,-72.08085740311498,549982.918410796,-8001755.884905216
+<EPSG:3131> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    25.928926692987957,30.752226716231405,684712.088558615,3405094.586862926
+    17.11351717985309,5.106699117346324,-265405.121144336,568793.852629001
+    27.647087758256156,-69.6428484152633,641577.68186886,-7733363.295946897
+    27.908422456432007,-11.465118591410118,926765.263468317,-1270812.395028437
+    21.956051898784544,81.51706084150183,466332.134328742,9055136.193290697
+    20.447958636355782,-38.355911992019784,189483.183103976,-4252981.37500668
+    24.963780859159286,-72.82394889340443,531778.972614101,-8084329.956147107
+    26.200885589104875,-14.894438083527248,736872.946341604,-1648479.163196233
+<EPSG:3132> +proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    31.62741203126918,-10.12149903844265,1227888.214813367,-1126716.381604611
+    18.342108918459378,78.20480771476542,348323.15358981,8693337.318423538
+    20.436331793026838,15.95435281698208,10977.803378101,1769953.456526749
+    26.843155439332993,-12.382695031367732,700468.524848047,-1370111.281670559
+    26.10222204493908,-38.93386160849291,595571.611894329,-4311739.374051778
+    25.16571202055911,-81.67932870303247,502678.30902492,-9072666.434424762
+    20.694122237741514,-44.83161848893541,159500.097455189,-4975261.201053834
+    18.747897780168714,14.022108687756088,-176568.662544148,1559761.798920918
+<EPSG:3133> +proj=tmerc +lat_0=0 +lon_0=26 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    32.37460965888816,26.794631922557187,1134638.5317265,2980833.291662147
+    30.66052680302119,-63.578743814632595,731320.376451269,-7061326.74357783
+    26.01252756436957,12.873461193345364,501359.734977646,1423711.857703574
+    20.345091204219518,45.37270827842008,57037.714222833,5041947.950170207
+    21.744084704594346,-64.75071226079797,297474.377160165,-7190353.266339295
+    27.05943779310352,-18.888189263681667,611629.690811628,-2089625.757735689
+    31.280875424337076,-15.537557996771284,1067209.709114354,-1725487.480767314
+    28.613587793413096,-8.836958815328572,787608.019869245,-978226.014701498
+<EPSG:3134> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    25.85201229294533,-60.83721276635398,437569.854380225,-6747900.70845301
+    24.690618374469967,-6.7318492635577485,244613.754434442,-745007.233140457
+    20.667941860831828,-55.57659850131283,100911.34673671,-6179643.714221417
+    25.76719057453056,22.17593577992099,372848.008209984,2453798.489594654
+    20.66154088205673,-1.8843446609097327,-206664.512517191,-209650.107104106
+    23.460271073589,65.376018535009,335430.776005207,7257886.697913152
+    26.823070121949343,86.84719583654257,498913.121493677,9649821.75199723
+    26.321411039496887,51.31283533027545,452685.915408199,5687107.758701584
+<EPSG:3135> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    23.366724001516452,-6.11751951804078,-13407.10997492,-678681.899569125
+    25.33329896542489,-36.19814518374378,260136.89666016,-4010826.988304331
+    26.78592878671944,56.776992518570864,425779.695026577,6295738.100491748
+    30.281771916232067,-23.77769246940973,732613.21718465,-2632534.80132223
+    28.010359477543666,-80.04242168262681,500200.062893882,-8889876.698304495
+    30.49499820551511,-21.58062756863589,758449.492767112,-2389435.085072826
+    22.125276106920577,-69.87162383722907,274587.275561739,-7765521.050251133
+    24.687735306522516,37.83870976159119,208399.077603787,4194769.3983217
+<EPSG:3136> +proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    26.882775542922758,20.28307833924022,278798.883077034,2245121.977062932
+    27.424471513804583,65.60369671976059,427361.224266168,7279559.18545047
+    23.466667759499924,18.312687080009283,-85701.748414177,2034496.792796528
+    23.96972060240089,-19.6578457236119,-28060.5803233,-2182301.134136032
+    22.891946916989532,-82.12620502906586,406716.121507642,-9127496.246796343
+    28.0519152665987,9.872369471264719,396007.788863044,1091885.486785873
+    31.24851414993191,-1.2020290683559267,750313.372740056,-133016.765459093
+    22.79520474458654,-62.82918782076719,184110.774981107,-6984583.898047671
+<EPSG:3137> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    28.229078838183113,72.56052472908377,440745.008024618,8055551.731719608
+    36.175004958845726,-8.618067796822999,1180956.798302808,-958523.091217189
+    28.763130102753376,-5.514299883962693,362934.701574989,-609900.769293336
+    31.064847702566876,-19.715792015295833,611636.834718041,-2181253.710522596
+    36.841938347125456,48.27222041230959,1007751.471846082,5371373.263689709
+    29.14792870186419,17.508292226710978,409511.865899196,1936763.327596031
+    33.16358038980663,85.17842171106514,529684.832724241,9464254.127942849
+    33.48844258709433,32.821578599117586,826744.624778442,3638356.119712149
+<EPSG:3138> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    24.194950573797247,83.93492842225652,419878.736646324,9329296.352171378
+    27.480706549430632,73.29643360711586,387110.502662201,8140124.97153837
+    33.98821489732607,63.95512903987665,646412.196808948,7098283.391319987
+    27.18934055436108,-46.18055832089617,205784.131996365,-5123220.026892191
+    33.448552336262665,60.28887871593156,635415.356630544,6688771.851154841
+    30.282839302817724,49.104657756545976,447634.295655503,5441514.436214077
+    24.46772800416985,-72.73187719010954,283869.121010205,-8085580.023985793
+    29.72803031175085,14.795825529993692,363060.248414894,1636786.377715792
+<EPSG:3140> +proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272 +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +units=link +no_defs  <>
+    178.50070928157567,-80.01708658143679,594141.592680768,-3.357679223229867E7
+    177.1942320711637,18.695810718683347,123450.60444602,2.088146704282039E7
+    178.12860038727007,81.61558975984696,556364.811007552,5.56645864579416E7
+    177.5050032369669,8.008555293812122,274690.790704031,1.5002947971832031E7
+    178.81123505350516,-15.834656994554933,977940.56353263,1893611.602245089
+    177.05638974767757,-74.73297314271485,408038.783526607,-3.0645304850915328E7
+    177.7754643262104,-30.41866370517961,438715.048170226,-6134718.67171226
+    178.9038722225642,21.236661704739902,1012365.74772994,2.2280102826474223E7
+<EPSG:3141> +proj=utm +zone=60 +south +ellps=intl +towgs84=265.025,384.929,-194.046,0,0,0,0 +units=m +no_defs  <>
+    170.65597501527645,19.27950766209169,-167255.605616978,1.2144180897324938E7
+    178.50202703197345,-47.247861114880855,614063.597626675,4766316.392754453
+    178.07425793349745,-82.69396399109262,515649.88626901,817527.591669317
+    175.35347107885505,88.54298061608438,495724.441878107,1.9835436214120377E7
+    172.89526539140581,-35.39942969012794,127550.094044165,6075067.583886391
+    179.5046549402746,-49.90706027165255,680240.813787899,4468805.376922461
+    174.7825922463724,-68.75678814577658,410748.408687868,2371175.89671935
+    172.56262937836428,23.704351106138347,47739.644671534,1.2628732463332549E7
+<EPSG:3142> +proj=utm +zone=1 +south +ellps=intl +towgs84=265.025,384.929,-194.046,0,0,0,0 +units=m +no_defs  <>
+    -178.52780165614237,-20.648369247174955,341203.571536871,7716211.991677012
+    -173.9828497430706,-11.556157176058463,829483.391085294,8720984.743501399
+    -170.8576028225733,75.28411576798862,674249.013014845,1.8364386227751993E7
+    -173.5177360414688,-62.66380337593621,678723.954162345,3047150.123116856
+    -177.4346424732432,-48.5643064404164,468302.43184077,4621030.33505479
+    -178.68769610051055,-88.0512214669352,493963.245833373,219493.783754462
+    -173.5699924997507,-38.035978912417974,801417.636661743,5784807.082375146
+    -177.7649077363353,-30.19713592563822,426741.051043099,6659305.678088222
+<EPSG:3148> +proj=utm +zone=48 +a=6377276.345 +b=6356075.41314024 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs  <>
+    106.37276381321615,19.710519235018197,644289.212031219,2179706.988686538
+    106.39474825276918,-40.093313418620546,619307.164236549,-4439220.508694236
+    106.52027865875763,10.422894501441363,666832.967079874,1152246.048103898
+    103.26693122655782,-76.49190545921851,455241.902291596,-8490543.6334697
+    108.38612874899368,60.84505826335305,684394.235634488,6749967.772922478
+    103.68456228456274,-58.6575343291704,424105.070021441,-6502687.477114112
+    104.7145709987567,-86.71000675728179,498590.450972988,-9630295.918276547
+    109.15058956122323,-52.266232809649985,783581.224225235,-5798848.844266846
+<EPSG:3149> +proj=utm +zone=49 +a=6377276.345 +b=6356075.41314024 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs  <>
+    116.70834464791517,85.64890375293356,548771.219045063,9514146.379002929
+    114.25059659755432,-18.16394087217823,844435.042714599,-2011632.255662719
+    108.44275362206012,-52.87369119353064,328412.263466301,-5861319.632104687
+    112.36967565486182,15.822846935388384,647183.65422107,1749481.564873687
+    107.87093019838659,44.31328564539899,250951.132419129,4911090.30998485
+    108.64408415868664,88.6121930780401,494131.898826095,9842700.938462712
+    110.79608747193025,-41.31354607122933,483433.641016714,-4573718.863607869
+    113.057419175857,-19.599078048538118,716284.902859792,-2168675.083776213
+<EPSG:3152> +proj=tmerc +lat_0=0 +lon_0=18.05779 +k=0.99999425 +x_0=100178.1808 +y_0=-6500614.7836 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    18.965628308989572,-1.7460784667339624,201195.335319029,-6693710.022190346
+    17.112062733801633,81.19313117137585,84007.530354956,2517834.686343224
+    23.0103370974629,61.82796721541948,360963.238850361,367049.302226988
+    12.167157826909527,27.606465718415635,-481912.125646911,-3431902.743732343
+    24.837543315769782,63.49305751251251,437443.33850807,560573.987140316
+    15.721073188070196,-69.13843421831379,7293.590290325,-1.4175208330385823E7
+    24.336611640682587,-75.21765608458716,278763.272863443,-1.486127107099051E7
+    21.388901442276506,1.554389424755982,471068.24184077,-6328447.152862824
+<EPSG:3153> +proj=aea +lat_1=50 +lat_2=58.5 +lat_0=45 +lon_0=-126 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -62.813610020276755,-20.045757690130472,1.0104212817980038E7,-1706355.494819578
+    42.33099597021811,24.432744173642703,6407218.035687304,1.1275675510134427E7
+    -20.2662452060666,44.253892759812544,6694384.235197935,5188722.485037618
+    -126.21796576181636,65.43742266279259,989650.254999612,2267834.643897507
+    46.97247071620541,-48.619268923708596,9566036.915253708,1.583652027201897E7
+    12.421525307333667,30.96643405653934,7620853.074074275,8308595.220058261
+    -141.04016274599084,12.468533530058664,-896467.054450975,-3162421.687654294
+    -41.31387570170688,-17.22048076186718,1.1693774628916569E7,1425750.684371789
+<EPSG:3154> +proj=utm +zone=7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -146.9520621072823,21.600462272808002,-116897.262736648,2400430.128336558
+    -136.71353498819002,29.26663337938355,916629.700183448,3245154.904596929
+    -147.6461486283357,53.753736707600495,62077.677283354,5976645.846308367
+    -139.3098562427897,-28.529784669035564,665372.507814409,-3157056.785973548
+    -135.27943708577325,30.220628926380243,1050964.892046196,3357106.35698016
+    -137.87008461560333,65.43734686728746,645131.611262015,7260804.017996425
+    -143.92626633627864,-45.4900705166909,271341.570870744,-5041559.230078585
+    -138.55950077378554,22.689286168417794,750728.494262892,2511185.11909925
+<EPSG:3155> +proj=utm +zone=8 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -136.3865268641541,8.055426359589006,347212.15012194,890684.426261913
+    -141.39461145543032,61.563449065616425,160671.333836948,6842225.730890559
+    -138.77614131030924,-63.07295279673514,309287.756390329,-6999323.512958764
+    -134.94189905035603,21.24340925536582,506028.519596604,2349087.901157592
+    -129.58528379113554,-70.38549135631972,702630.183357316,-7817890.445495878
+    -138.27132545748267,88.23912859794905,488782.928607661,9801685.663178958
+    -135.3892272712509,-71.60208392315134,486289.040434429,-7944593.416005687
+    -136.9018433369423,34.671424403589725,325751.391435528,3838251.769748283
+<EPSG:3156> +proj=utm +zone=9 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -135.05852670008596,71.77100194439078,288788.927131499,7974008.267707105
+    -134.10344365625477,-87.51281058644334,475305.846666097,-9721373.214870583
+    -134.80163129958092,25.271121502931507,-84788.936839868,2807637.436754341
+    -124.48791177293249,21.32376214999495,968275.738850478,2364694.53444863
+    -124.84686535811363,80.81280473501673,573965.872729927,8974956.977921829
+    -133.75144918460276,50.16919578748784,160743.879766701,5568256.86392317
+    -132.77040279578,1.66975033089642,80320.991826783,184960.913163647
+    -132.1244398779672,-39.958057951658795,233112.23244584,-4427778.056538962
+<EPSG:3157> +proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -122.31519624212383,-23.67216970339703,569828.566296188,-2618099.487407474
+    -120.60965844701362,-18.524388673402967,752348.156535846,-2049876.521951099
+    -116.02743697865566,-65.92293070117279,816891.938773273,-7328953.126708464
+    -123.78910253513735,47.63795171692169,440726.001616823,5276362.945779421
+    -118.32625911957888,-72.33581681428214,658147.363117857,-8032540.8311097
+    -122.75838236632666,35.89613046219971,521804.963643121,3972454.859759675
+    -126.76277877003187,-84.57860138891616,460337.011320819,-9393984.840489205
+    -117.38806910540985,53.95657788600596,868060.734363369,5993284.952338295
+<EPSG:3158> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -93.88499384846492,-63.58530045100328,753683.340546173,-7060955.218668781
+    -103.63740204680511,65.16015965655797,282779.471910863,7234287.576900783
+    -102.98055884922493,16.3005428840693,74465.810208777,1806333.918688183
+    -97.38673792743957,57.843503542050485,595768.840881694,6412428.69892255
+    -93.41013715391792,-66.79998940498297,745463.416234767,-7420100.850063209
+    -104.22425130319465,-12.739893109257167,-67824.509805641,-1414092.240045429
+    -93.60981730569942,-11.759548467492408,1088086.503954024,-1305615.310511172
+    -94.76299566207081,-54.06827140829792,777200.386496478,-5999423.170555921
+<EPSG:3159> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -96.0484090352616,-14.775991479899858,171798.946597096,-1635778.172281728
+    -90.92511827715839,82.82898514001323,528910.669409094,9197887.708283788
+    -92.73256142333122,23.633831940890786,527277.943650128,2613713.124466409
+    -87.83222353455295,-72.40955802982512,674122.358115652,-8042107.521242289
+    -86.60921195824264,87.33024238324157,533166.701049838,9701740.178887201
+    -86.55740958247787,39.93673211709293,1050649.593884201,4440654.849534388
+    -93.61985631473502,51.28563787591267,456772.716850322,5681772.132219784
+    -87.64708531947197,27.326460131656674,1029997.148466233,3033981.446862759
+<EPSG:3160> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.4679752010297,28.73996645729821,-34346.711531391,3191460.694464485
+    -82.71220650895451,-50.46537003318124,804263.368384878,-5599162.735617652
+    -93.19766263119783,73.50576411505557,303912.851073409,8167081.079401484
+    -81.8029758495731,81.02529626113511,590391.679627539,9000080.186624212
+    -84.97479544291868,-52.37266133328369,637866.667495077,-5804418.080860926
+    -93.94416310445585,-24.934186453515693,-202221.418463269,-2775659.184125376
+    -85.6640278059373,-44.2605225190895,606640.852369988,-4901676.956849679
+    -88.122520220672,40.637151436611475,405077.575916777,4499084.318855968
+<EPSG:3161> +proj=lcc +lat_1=44.5 +lat_2=53.5 +lat_0=0 +lon_0=-85 +x_0=930000 +y_0=6430000 +datum=NAD83 +units=m +no_defs  <>
+    -17.809255381648143,-4.31683044385175,1.0428353737678513E7,1.0261571497824596E7
+    -12.951843063164318,8.91455329524322,9313660.172206113,1.202362559581419E7
+    -126.83936451519614,31.829236810784067,-2980072.061210869,1.166524792865784E7
+    -8.355981228753109,85.28590858468782,1816017.468014646,1.746290216387838E7
+    -51.26149379550952,10.72739551195312,5259743.277299142,8936774.8791354
+    -34.90152291527491,78.2959034269975,2208344.00359919,1.6373498593967287E7
+    -87.38922988277301,81.89927633892397,880368.576021372,1.6443736124876952E7
+    -17.184243258043892,3.0203756767321543,9615192.446411738,1.1044178840832088E7
+<EPSG:3162> +proj=lcc +lat_1=44.5 +lat_2=53.5 +lat_0=0 +lon_0=-85 +x_0=930000 +y_0=6430000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -73.38645854368896,51.403507172720104,1733196.33060361,1.2814657918043006E7
+    -23.890859473112272,14.595265413115666,7820392.436915472,1.140352612117075E7
+    -6.900757583147254,67.69133131208767,3856953.26317425,1.6260179631315386E7
+    -119.09976788002072,81.73021392865513,234354.956614631,1.6577174829107165E7
+    -4.193989366356078,55.82954986624348,5106299.443948798,1.5708290064203368E7
+    -125.1212352306796,27.9897302225528,-3060500.427050878,1.119283069990667E7
+    -168.03194863506585,-4.054490874060769,-9932942.040686978,1.2419136169302318E7
+    -25.751435897743306,-7.939912910211412,9987685.916061692,8885409.865783017
+<EPSG:3163> +proj=lcc +lat_1=-20.66666666666667 +lat_2=-22.33333333333333 +lat_0=-21.5 +lon_0=166 +x_0=400000 +y_0=300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    113.41189165635727,-6.701733102488873,-5492775.681079082,954510.625647798
+    154.84877925815277,27.262706970815714,-1190111.178676705,6356699.093404775
+    108.29918933852409,23.213023284877394,-7423040.090198388,4326390.500378909
+    88.5475652258308,4.720856899226135,-8727520.406902961,993005.643255093
+    94.95971678549407,-11.546147983592476,-7195580.486171612,-349283.713760412
+    156.1545349660044,-30.999432532977153,-552864.109679327,-787291.424232065
+    144.24901650662082,-47.55854893623811,-1430101.916861047,-2828736.586202992
+    99.65825231227038,-7.218049979135728,-6926404.251575132,317868.117969821
+<EPSG:3164> +proj=utm +zone=58 +south +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +units=m +no_defs  <>
+    162.62058372729734,16.08060809699259,245461.500224894,1.1779354606636437E7
+    161.52602217674172,-35.60217981368803,185269.085875848,6054600.064829384
+    168.19369199091864,7.358267684740767,852652.596590386,1.0814644367612444E7
+    170.74044463551076,41.21549487693747,981314.250271855,1.4578650727905372E7
+    162.39815677274166,43.1011860220089,288271.565189221,1.4775394129868083E7
+    162.9204473288171,73.10768649716289,432566.962263714,1.8113726328412183E7
+    171.0108338721446,30.508739244383506,1077271.914645182,1.3390617499281429E7
+    169.46182177963968,-5.780974937762835,994479.679025428,9359081.445605133
+<EPSG:3165> +proj=lcc +lat_1=-22.24469175 +lat_2=-22.29469175 +lat_0=-22.26969175 +lon_0=166.44242575 +x_0=0.66 +y_0=1.02 +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +units=m +no_defs  <>
+    128.85428018205786,29.193937686535364,-5446857.76747916,5870949.778964013
+    132.91468001013928,-47.26688669709499,-2796336.626464092,-3181971.603667532
+    151.47681848252793,-52.86491752896583,-1186332.250484377,-3641116.948056141
+    134.09132852756605,-55.09961708263676,-2485526.679912789,-4146508.090487899
+    103.20047707350665,10.122931609219563,-7864231.727652954,2107748.415629998
+    159.92248124163083,-0.8495276641471179,-776664.746299264,2407390.887582115
+    166.27359243623334,-80.3404158721459,-8807.629800366,-8466424.184358949
+    124.80308014709149,14.945645945138054,-5438885.048767717,3662306.794601697
+<EPSG:3166> +proj=lcc +lat_1=-22.24472222222222 +lat_2=-22.29472222222222 +lat_0=-22.26972222222222 +lon_0=166.4425 +x_0=8.313000000000001 +y_0=-2.354 +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +units=m +no_defs  <>
+    167.31674201260398,12.481176966466322,113327.817165037,4085117.284347617
+    97.33723568734976,34.155805084420194,-1.0151049962201592E7,5056728.160774144
+    118.98444286743704,5.0026084938906905,-5778425.763515657,2216269.61641412
+    135.08262273924694,37.54811247942985,-4869610.387158836,7554014.313704118
+    146.41182142617416,1.7260896914960142,-2419669.579568779,2570936.149218873
+    156.10538612110662,7.305949992579087,-1298477.084845661,3373388.871313308
+    119.16972696446487,-32.596826014958594,-4439546.410202309,-1850703.571032056
+    164.64338842780435,-3.7660677103225595,-210555.555031287,2080820.304909382
+<EPSG:3167> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257905 +k=0.99984 +x_0=40000 +y_0=0 +no_uoff +gamma=323.1301023611111 +a=6377295.664 +b=6356094.667915204 +to_meter=20.116756 +no_defs +bounds=99,1,105,7  <>
+    103.00697520064773,6.607977736907371,-10320.144890461,36324.495610635
+    104.22052689058508,5.3357107203226875,-3634.399258502,29329.951502862
+    101.58224455734154,2.1113239723958683,-18216.769910554,11619.632960632
+    102.09423170688488,1.5195539325063336,-15390.611190102,8361.153657188
+    100.9597012724297,1.248298763538676,-21672.361390836,6881.227053733
+    99.96272141727081,5.509455187837143,-27087.175406473,30332.712255449
+    104.29987578125743,1.0645935131830833,-3192.111598913,5851.557799098
+    99.97878772351876,4.665642445598525,-27023.516537665,25693.93305383
+<EPSG:3168> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257905 +k=0.99984 +x_0=804670.24 +y_0=0 +no_uoff +gamma=323.1301023611111 +a=6377295.664 +b=6356094.667915204 +units=m +no_defs +bounds=99,1,105,7  <>
+    102.03533121834188,4.704133577133205,449185.226178806,520312.493917419
+    102.62092477043711,1.9985431956288298,513734.447741534,221084.078804253
+    101.42715320430769,4.255831129837295,381584.167555536,470918.786688858
+    104.8234272537023,3.8553116503926956,758624.79552225,426296.251055957
+    100.84523548856328,4.683827050717588,317175.698145131,518455.097697502
+    103.7117513837964,1.246224297467355,635022.902863494,137813.04256212
+    101.9401280101251,5.340947434708688,438779.786199209,590740.600241352
+    103.87891937628174,4.971974198172646,653693.502331641,549757.780123216
+<EPSG:3169> +proj=utm +zone=57 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    161.57468450302034,43.87790391858448,706848.714072306,1.4861534485074231E7
+    157.01688498377297,5.608594580768255,280335.020222559,1.062030970550748E7
+    159.00724830033545,40.61386010602834,500613.136824677,1.449589333525351E7
+    165.0326139642387,-88.58939867583342,516549.950489464,158655.582458118
+    162.85590981730059,30.5875322109991,869818.923032925,1.3390229831060162E7
+    158.52349357060987,-38.450685758465696,458421.228886324,5744071.01927626
+    157.38142246508016,-71.73449062654954,443385.548677375,2039922.996287132
+    153.7466523435152,-32.19308046116389,4533.878335597,6426040.061738876
+<EPSG:3170> +proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    167.96667743771926,63.22464559257048,649074.313673016,1.70140656532731E7
+    171.4019986439131,-31.359014516402333,1109456.480315884,6512844.09112094
+    158.23575522380065,-70.54777022211766,249043.695369902,2159051.048577028
+    158.66574857756012,74.02791243986013,305782.406357592,1.8225485508429088E7
+    167.91083016600803,-73.81400586468354,590537.010796439,1806502.710919838
+    165.08706440806384,32.2897707686832,508197.731304572,1.3572558659413192E7
+    165.74092546588702,33.77563746857807,568602.961888767,1.3737526167930456E7
+    170.53035100308915,68.38027335597471,727138.376869346,1.7595463288423516E7
+<EPSG:3171> +proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    164.20079221051998,25.49528430761461,-184347.518986257,1.2837324500642838E7
+    170.17061095328773,-26.177107256074557,417119.754736524,7104437.768956568
+    176.33747753000932,-11.21385283611697,1083447.944551574,8755078.255786005
+    171.59509006327784,55.144467189735536,537929.904211171,1.6111029416917015E7
+    173.33325712235515,17.891358639607077,747211.338252272,1.1979712947077962E7
+    166.47883267354763,-70.08310617706857,328245.7334939,2218483.775841745
+    173.1258516136977,23.648270811476152,716840.2304032,1.261690021280298E7
+    168.91667410507364,47.33124032595248,342598.252038363,1.5244079277360063E7
+<EPSG:3172> +proj=utm +zone=59 +south +ellps=intl +towgs84=287.58,177.78,-135.41,0,0,0,0 +units=m +no_defs  <>
+    175.73293583700553,-68.89499336799588,690259.083519334,2350044.265386226
+    177.03293365483376,-7.935212338298186,1166343.821096214,9118145.085193077
+    177.05730569109863,-77.62589154713677,644884.13262996,1375895.253539836
+    170.34181495258542,66.25831816002608,470650.881094577,1.7348933141274292E7
+    177.19316474366371,-9.584055126515409,1181072.668823912,8934565.994351648
+    169.7194675936246,45.56737479547914,400297.248671969,1.504687705418641E7
+    176.75207250641114,-43.248298331487256,967226.815184446,5195618.75777863
+    167.6927254882877,-78.03814289916372,423735.56780033,1335203.252533726
+<EPSG:3174> +proj=aea +lat_1=42.122774 +lat_2=49.01518 +lat_0=45.568977 +lon_0=-84.455955 +x_0=1000000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+    3.5699303609989386,12.07888732995545,9739520.902451992,2761440.979010529
+    -157.81553303164685,-0.6842973022141337,-7728703.479897544,515025.306221432
+    63.255023583392784,-65.26905191319389,1.5428303570859786E7,1.1207893192938894E7
+    72.31588070932466,29.92682199173524,8416005.880785469,1.0221904385832695E7
+    -10.268347436113089,54.670565438829186,5189374.046790698,4092876.044298389
+    -169.19743988577693,-62.460739228446016,-1.1934234032097818E7,-82855.800289717
+    -110.60396846847391,76.90714169504292,16159.809667928,4346441.121385904
+    -125.61756410975511,63.95113176310613,-1087383.530205767,3549838.940294177
+<EPSG:3175> +proj=aea +lat_1=42.122774 +lat_2=49.01518 +lat_0=45.568977 +lon_0=-83.248627 +x_0=1000000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+    10.616378821548665,87.8769519570389,3357659.050663895,6258125.588557648
+    -49.928227282187095,-3.6398961498222633,5549193.628177326,-3074872.314105826
+    -143.07683459833353,-74.59315947116619,-9277368.551774617,-3895066.372965842
+    -47.31281709250402,72.5769955894823,2482521.622797094,4171241.454553245
+    -86.81234029722108,77.31966608827076,864896.566938683,4218082.501017999
+    -114.52539740729574,8.594339852537772,-2858218.784055045,-2146526.426857745
+    -166.64901873262065,2.354820415913565,-8263860.758827502,1795394.475171425
+    -141.92299934332638,83.44045985990837,-794580.553627372,5257905.399087054
+<EPSG:3176> +proj=tmerc +lat_0=0 +lon_0=106 +k=0.9996 +x_0=500000 +y_0=0 +a=6377276.345 +b=6356075.41314024 +towgs84=198,881,317,0,0,0,0 +units=m +no_defs  <>
+    100.82925030453787,16.260367609277793,-52709.45905654,1804412.704596758
+    106.92896727689232,62.78288373498259,547834.939503352,6961420.721476568
+    111.24495360626561,40.092526242852244,947644.853249215,4450914.499503935
+    108.58136371017326,72.8316458711414,585455.36508167,8083190.188234477
+    111.14757174317336,73.07295627621576,667526.833226129,8115464.617730182
+    112.3251373723383,-63.75107284024038,812140.265592028,-7084688.682237869
+    101.81195684305945,-82.00830120168611,435492.62957017,-9107822.648873985
+    112.75109020041924,-82.29491764924109,601246.437393049,-9143354.124510292
+<EPSG:3177> +proj=tmerc +lat_0=0 +lon_0=17 +k=0.9965000000000001 +x_0=1000000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    16.833331699515046,-3.324677984572787,981586.323239308,-366341.430349778
+    11.493845894620659,-29.796030582781277,469137.181680105,-3298672.20692177
+    11.969913101509048,23.27746033105589,486749.673564971,2575182.23490064
+    15.547627877392744,37.70280191622582,872409.631882851,4160907.229917887
+    19.799867839967717,-28.30999346199043,1273752.50878445,-3125012.681574468
+    17.304920359590735,11.654593971490755,1033176.18354509,1284388.628755276
+    16.383809183901324,13.607348491503316,933594.989084567,1499727.800343955
+    18.890664673742982,-42.736853181371345,1154328.243503971,-4718664.400404236
+<EPSG:3178> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.3652852834932,62.131183653919294,845576.987361125,6906510.676377771
+    -81.71918570681008,60.384190886866946,130008.770910638,6713091.736951202
+    -71.52326362013136,23.687349526809555,854620.051830171,2623938.567734556
+    -73.12616904106605,-80.4959944418635,534535.3569364,-8937504.219866456
+    -77.99562483192835,-1.8255568244824758,166677.403229219,-202057.344974485
+    -71.04808511660869,17.170462679979153,920549.720239603,1902699.150145991
+    -80.01849583547731,-26.155433462104753,-1971.601622543,-2902604.271270242
+    -72.33279502680031,-65.2260050371994,624683.592161138,-7236278.438687556
+<EPSG:3179> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.88092568362094,-79.95051415666309,560733.436279358,-8877690.618696174
+    -72.49239123322066,-23.696123624996446,143805.690388253,-2624950.270120341
+    -71.88614058467564,30.227657957012894,222217.627246545,3347536.219320368
+    -63.70956531764395,22.833062219410365,1043379.499431623,2534793.738931842
+    -66.30195001739935,23.134289165900938,776297.078599717,2560942.837927025
+    -71.73105707050912,-70.77143904946482,399644.700439728,-7854164.587164422
+    -65.54299110614619,14.11126949901167,873345.737455928,1562780.671248422
+    -62.733793816293115,84.57715682502715,565986.142877229,9396122.347707352
+<EPSG:3180> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -62.20063234326464,-8.939724234028063,587878.913673228,-988283.53336584
+    -68.66579689098505,66.8158456032771,251370.262230534,7422163.773685073
+    -61.11429255324265,-33.340310724777346,675488.211363224,-3690602.376626774
+    -68.60211944129277,-8.523235729622598,-117483.940165799,-946627.936597693
+    -59.842209524277365,22.784990263839475,824241.176222579,2523181.295010016
+    -61.29651204496943,13.593840528862756,684303.796733629,1503451.927505871
+    -69.68298772202405,17.17026995587095,-212056.112227984,1910690.630300896
+    -66.62558839278957,-62.77632390642053,315022.828197963,-6965874.97942933
+<EPSG:3181> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -58.90333815795202,-88.77754772826572,495467.186787808,-9861554.488152405
+    -51.11457150202112,5.974244616115314,1152498.660946609,663854.83716861
+    -56.56267818443843,25.735752638454784,543863.864661328,2846493.337027072
+    -50.01812923716764,-72.41081261584166,735014.399295908,-8048425.764956733
+    -52.46153348723305,-83.42830489297273,557930.29302922,-9266552.722593645
+    -56.30099878214637,60.62041906261135,538255.860662237,6720712.453871914
+    -56.648529087850065,-44.36654587054018,528004.810869132,-4912645.65674823
+    -59.40199897834666,-52.14869338413114,335660.224087613,-5780297.252107106
+<EPSG:3182> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -52.60865111946982,63.64457639522411,420325.82347891,7058411.62309922
+    -52.848599702044766,70.64091052956485,431617.245725469,7838389.277040266
+    -52.757037675027334,-21.979999764109294,318591.059158618,-2431654.526579543
+    -55.42244581273826,-58.004892024097565,238742.263115003,-6437812.56667548
+    -54.07647556881062,-57.11260406843535,313712.186364196,-6334122.013262053
+    -44.25879705613944,44.60559600900626,1034958.82431827,4961289.774955343
+    -47.04167880692692,24.086927773361893,902549.20904288,2669531.831588053
+    -46.503132424339604,-12.244868476952476,989539.249663141,-1357711.556696101
+<EPSG:3183> +proj=utm +zone=23 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -38.44431860862471,1.9827797594363972,1230652.2675758,220608.68530942
+    -46.14831101463924,62.47071117235407,440786.833652884,6927145.847120068
+    -49.540370669754076,-26.878499130846023,48762.045017681,-2981072.242082431
+    -47.88145198113021,-3.02989626069963,179676.555415409,-335323.725211703
+    -43.90089929321154,-70.13657688651851,541677.429985338,-7781479.931228404
+    -41.51468440798962,85.84318640629547,528189.166630866,9534723.217496218
+    -44.874702468291346,17.073745897037668,513331.856574403,1887717.484173093
+    -46.42907876953352,-12.994803180800858,345010.984856958,-1436995.724028033
+<EPSG:3184> +proj=utm +zone=24 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -37.82142649381293,-45.20769613156575,592553.377310945,-5006698.815085779
+    -33.15082357782845,-17.122495811628596,1123100.423735379,-1902493.590440521
+    -42.59355935814693,55.56611739933152,273426.711466681,6163654.786153354
+    -41.99326161752931,-10.651108000712071,172486.320673815,-1178984.999974685
+    -33.23741477194048,-43.29109322596841,967522.764838217,-4809290.730536038
+    -39.9498326368108,-47.52219021591205,428495.277218294,-5263633.024970511
+    -38.4702094506855,25.660701963798147,553172.058695432,2838216.061727743
+    -34.96564412169404,50.46269094547682,786301.372236168,5597856.222817752
+<EPSG:3185> +proj=utm +zone=25 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -37.80640585456912,74.20926495978324,354151.555287177,8241275.218970596
+    -33.80047063542042,28.0822414745529,421354.107174261,3106571.357415032
+    -36.86920245844254,-65.96628855189822,324247.738041606,-7321575.060681546
+    -34.56120740898932,66.31349309183949,430018.905129688,7355726.770608148
+    -37.62342961783126,-38.42426817992267,96324.558797481,-4263024.615442523
+    -36.9348964745271,-14.238418822522306,75213.644156135,-1577686.288527135
+    -34.2823135069794,-58.184158808510276,424595.794582381,-6449930.487253231
+    -36.28618268136575,84.04624758356172,461964.840684374,9334341.94307976
+<EPSG:3186> +proj=utm +zone=26 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -33.87889798378758,-31.060882260067253,-157025.760221753,-3456759.968701685
+    -25.577768256885374,7.844785277374683,656803.097714429,867404.355855226
+    -27.97771676612025,53.18729489007464,434670.253497879,5893552.146614003
+    -27.674675226714108,-35.287238446062965,438650.208759151,-3905106.137882415
+    -20.620878000432256,-9.574401668999258,1201392.974991367,-1064871.921802931
+    -31.44435744538403,36.81489589436545,103489.150024892,4083564.36911669
+    -23.177877099028226,-67.67687016477701,661923.240624811,-7511837.382725487
+    -25.09358775366527,80.59993901629022,534754.89253591,8949119.857708003
+<EPSG:3187> +proj=utm +zone=27 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -14.364550174862211,38.02851744340023,1082664.200622087,4229816.942901662
+    -25.920886661087547,-62.01897319409248,242595.021982834,-6886064.001350145
+    -19.06477311457602,77.82064754509523,545569.420228881,8639106.2205828
+    -18.361351642381763,-52.73515286325051,678145.598335231,-5846074.75114725
+    -22.03868798848412,-22.124295619963135,392875.197944465,-2446950.570029294
+    -19.746183773084724,-10.507262239771165,637204.446527241,-1161771.856210169
+    -27.21690168878314,-5.538992588279754,-189915.618618851,-615867.840537447
+    -14.46650988643261,-54.7854852356338,919858.429253643,-6090513.970392657
+<EPSG:3188> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -15.331800144699079,-63.60297696373162,483541.115288399,-7052816.704363501
+    -14.75369163936102,41.26680074344554,520631.162504694,4568404.412158909
+    -11.219127284824394,21.551000714566385,891690.419725169,2387882.357924043
+    -21.474943130505824,79.4941509705655,368461.787677812,8832442.426866667
+    -21.877049359231563,-46.50038586805851,-27617.97845638,-5172668.936534783
+    -20.580873196120194,-29.541796184043783,-41160.24989317,-3281035.512960201
+    -21.471124470389775,-45.82878471528326,-2586.081806878,-5095424.610115762
+    -14.573857286721791,-79.64654850919696,508549.810692223,-8842166.932865523
+<EPSG:3189> +proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -7.241710437878272,49.605270716073136,627037.002992156,5496229.159858098
+    -7.034413759383023,37.83023823759642,672978.767023017,4188800.070481747
+    -13.949910312671765,40.78328607749174,82267.591995016,4526502.696565506
+    -6.982432956860537,-24.24565712687553,704845.74401893,-2682906.114264619
+    -11.782549217562703,9.559917160513805,194529.480653011,1057988.635931024
+    -2.2439348602788733,-5.935299609141282,1249490.616271501,-660637.854592794
+    -11.919888442958843,65.9445954159074,367227.226661351,7316824.745725987
+    -5.921648844444899,45.63535960858826,739922.351686441,5058144.64773197
+<EPSG:3190> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    10.860080888122656,-26.16385061578336,386055.673343248,-2896185.337115102
+    4.26098992790326,-35.36591244166449,-230749.329786089,-3925336.214799283
+    5.227563877453849,-56.827403992588856,-30167.680011024,-6306763.445910075
+    4.685064766261395,-58.810982934281,-49165.066011897,-6529361.048748452
+    11.696769592543266,-55.35081254645156,371115.2185237,-6139325.433127656
+    11.514122538171213,80.14843323769819,248101.136377922,8902382.86835629
+    11.037658593738922,-73.84965048628185,263353.379433907,-8199277.031354166
+    14.703725606389856,-20.375646304480767,796249.793550747,-2264203.553175343
+<EPSG:3191> +proj=tmerc +lat_0=0 +lon_0=11 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    5.320234350454058,-32.43444182653999,-334435.084713411,-3604099.655211291
+    9.80671805129964,2.149532276627241,67321.871493821,237727.593912888
+    4.558403535242485,38.31134819491392,-363563.808226523,4261555.421757728
+    5.053787545007444,30.98151117640947,-368387.063212517,3443988.437831588
+    11.267358376644406,-33.7841453202457,224829.17615717,-3739578.518992255
+    9.35623424407895,-30.66725123049664,42535.572612213,-3395079.352502581
+    5.414965152952204,42.035355571549275,-262456.093086142,4670475.048741369
+    10.931768816037735,21.4798936918059,192997.310741172,2376105.860928837
+<EPSG:3192> +proj=tmerc +lat_0=0 +lon_0=13 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    19.234342331412787,-6.100702400320799,891471.501674711,-678582.118545505
+    16.83219113252757,34.823143575586684,550720.818650443,3861500.566587972
+    15.12810193956185,18.867759524597687,424339.450340634,2088283.641047233
+    15.137087033307417,0.7454697733345341,437984.114863343,82486.335633539
+    17.168060893577724,-36.54850779339539,573328.252053681,-4054313.427497219
+    12.081594802169228,-81.05414242301919,184111.253385172,-9002597.20876668
+    18.276022223291193,-58.8799374695533,504143.605320679,-6541001.908276947
+    14.979603486819515,-57.1823026466279,319761.553755348,-6341669.407128828
+<EPSG:3193> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    9.894262312840171,-82.9473322105772,130127.66339615,-9216973.19266719
+    11.350236449311575,72.43843421522763,77159.828376536,8044439.329827385
+    14.71679130261481,80.90216055105535,195050.997426411,8985511.286212515
+    8.90940082839855,-37.59225770857796,-338085.113417707,-4179533.876242898
+    19.780899198424386,68.51616229392604,395361.276428012,7610711.018258842
+    17.788779726247586,13.153541031003968,502498.927586028,1456307.917774156
+    15.139787997280628,-77.78240678706723,203355.787519422,-8637176.482072886
+    13.635103582364849,-61.36673325605811,127060.589461727,-6806818.511855247
+<EPSG:3194> +proj=tmerc +lat_0=0 +lon_0=17 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    14.537084380335617,10.949321373844981,-69232.619916123,1211905.803199595
+    15.294331624293342,33.973678613040335,42416.095841421,3761880.857944781
+    13.388725830300709,-7.41224049863186,-198862.419536819,-821231.290701505
+    15.06038093610141,2.435131611519907,-15710.801240711,269409.69558699
+    14.285679733858718,-71.42171285529935,103518.275296358,-7929423.357472978
+    13.565113606926232,-84.5916291772172,163906.473358222,-9398587.039852599
+    12.612029116767488,65.80254841268172,-591.726326208,7307512.289244162
+    13.88736097056709,40.63962526023241,-63267.644835709,4505008.682728555
+<EPSG:3195> +proj=tmerc +lat_0=0 +lon_0=19 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    14.106672799398812,-85.584059478058,158005.772507806,-9510134.654224476
+    25.650843729992154,-67.94251885031784,478414.21461481,-7554133.000601946
+    23.277932306656638,53.0623407315702,486744.629039493,5889853.483704793
+    24.86510487409405,-88.24342082335832,220081.348172731,-9806388.00256179
+    18.56936327924064,29.645711435752276,158340.427096881,3280767.123604688
+    12.288218996846268,-32.18295908000561,-433520.088154634,-3581792.364190392
+    22.20551727244612,-44.043880258685405,456942.283460023,-4883469.819703226
+    17.540431153032902,76.87074829418881,163016.387246543,8535855.960204989
+<EPSG:3196> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    26.238718388523736,85.94931090152937,241302.272008848,9551019.895320117
+    14.172199291867809,-61.37631312675306,-164545.944110519,-6826219.870043256
+    18.530963284548946,-82.36244967072727,163389.736886753,-9149342.328016909
+    19.506319424455487,43.232362583496894,78696.204984133,4789397.564418796
+    25.101131362303725,-86.33559223085227,229278.368949134,-9593323.318487989
+    16.625686931628888,-41.47267014435304,-165391.940103876,-4602099.643182838
+    26.809516500441315,-59.38595477069727,529901.419833671,-6599776.205833331
+    25.646291037918743,-8.097629770198907,712646.953906631,-898336.862594677
+<EPSG:3197> +proj=tmerc +lat_0=0 +lon_0=23 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    22.180238257805527,65.53234480024452,162120.62124162,7270616.474840096
+    27.756925839102525,34.8672082194267,635125.555109952,3870022.006304867
+    20.867696361589424,32.092268378150294,-1277.436242812,3553909.86059088
+    25.684643733882844,85.02183981207034,226029.460669489,9446159.208892433
+    16.984087423083956,-77.13851596403263,50726.379813978,-8572934.206550464
+    23.818804781535945,-67.26370584583927,235346.48583352,-7463662.761417799
+    16.76950220368285,-4.655991348762285,-492607.267188205,-517883.283284867
+    27.092949692618134,30.54161507094679,592915.649885365,3387137.383530519
+<EPSG:3198> +proj=tmerc +lat_0=0 +lon_0=25 +k=0.99995 +x_0=200000 +y_0=0 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    21.85446308025157,-0.5243990028516095,-150294.019809863,-58067.795187817
+    27.082500489465993,61.10231550391515,312310.099563779,6778376.258929622
+    29.721108260650567,-38.72336032192685,610655.270331271,-4298187.600178274
+    27.852675827289907,58.70130144318358,365349.508992281,6512619.829127383
+    27.894534826980973,-22.190982925540297,498582.978741425,-2457679.940578622
+    20.336278641288242,-8.578769295511478,-313903.099612326,-951739.57873179
+    18.038044841925014,-45.62100862540675,-342901.173255716,-5077358.073858636
+    27.183647223662376,-23.662931586163467,422802.80188521,-2619534.757657484
+<EPSG:3199> +proj=utm +zone=32 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    6.782044396340875,2.760905339141516,253494.734051243,305399.26384721
+    10.576944236025694,-41.37506039349729,631947.749799442,-4581614.941892025
+    5.416969175808819,45.75338046868589,221406.052504219,5072921.568930246
+    12.908937473533628,63.48355123002054,694702.898207402,7045458.159391143
+    15.119761776254927,-23.814757027489847,1124219.470678614,-2647221.228810297
+    12.983888560725159,-17.605013660697523,923032.17883625,-1950945.526107418
+    2.3577983793714545,-66.86681036193286,209323.556427553,-7432103.393466925
+    3.543079486746766,62.76087996426409,221652.329763274,6970794.943449576
+<EPSG:3200> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=45 +k_0=0.9987864078000001 +x_0=1500000 +y_0=1166200 +ellps=clrk80 +towgs84=-241.54,-163.64,396.06,0,0,0,0 +units=m +no_defs  <>
+    9.41568526113457,22.806778574711707,-2131478.868443296,699763.209032905
+    12.39761535346247,57.04796628018957,-664015.404423132,4319149.292343718
+    -23.55383870294992,62.62571354463299,-2383534.860696652,5990423.117444389
+    -7.364914034612106,4.82592229675403,-4717891.225349204,-452384.765129962
+    -35.07878953885487,54.12181800501206,-3649299.438455869,5658429.573399452
+    -8.962672817204911,52.20902182387012,-2268853.109598582,4374455.534547986
+    -4.329948766188018,23.502798957107963,-3413121.651370971,1323258.541997515
+    107.97998509467689,23.82176273985158,7610659.587648323,2060696.171429839
+<EPSG:3201> +proj=utm +zone=33 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    18.17601582352391,-36.47010522745431,784635.109280137,-4040797.030571802
+    11.92551882707528,-75.8606143784247,416249.982489423,-8421872.496369999
+    18.6481618957055,69.81829738452751,640448.428880293,7749857.589868475
+    9.079897057773225,56.73168863781464,138088.192465468,6303210.482766869
+    18.82242693267586,-82.77095707820746,553715.114892177,-9192741.071415765
+    11.614970959213549,68.55283681053265,361981.695076258,7608348.636637924
+    12.582146061565432,69.14782641240774,404021.664698444,7672788.67598972
+    18.088246130911575,-3.891197128369569,843076.604426676,-430727.513074828
+<EPSG:3202> +proj=utm +zone=34 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    26.6689797490354,-38.51370439688192,994441.983615772,-4278085.242839037
+    26.093935609809567,-26.020123437007832,1010148.244717551,-2887883.792256162
+    18.193826686232363,-30.58139184130995,230917.065217118,-3386573.948398964
+    22.123256152937074,-20.263527628198744,617335.721345478,-2241046.010391599
+    25.367346699805463,34.42949980677177,901444.605176611,3818454.061475719
+    19.484080516551664,71.1101622608312,445256.43773223,7890417.137878499
+    18.737585792472018,-83.42723708367714,471122.369061353,-9264791.499361191
+    26.083797749160848,-17.827147782155578,1039314.676092061,-1978403.412199392
+<EPSG:3203> +proj=utm +zone=35 +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +units=m +no_defs  <>
+    25.68013039788296,39.55689818104554,386612.31883769,4379427.110526076
+    28.749196231965882,51.18305515993805,622256.910835387,5671659.657003444
+    28.61641136755474,-1.4962693046752946,679832.903365423,-165447.169514095
+    22.893928871136783,-85.30226843177476,462489.193726323,-9474893.069050923
+    28.50215646363391,-84.84645154304057,515066.513215136,-9422860.49045839
+    29.040439398697316,17.708781982499417,716399.455750857,1959146.690692792
+    33.41163801504286,70.0805299433346,743411.407561959,7787719.626678885
+    31.44435340731446,0.8382431062730404,994996.939748495,92935.210114014
+<EPSG:3204> +proj=lcc +lat_1=-60.66666666666666 +lat_2=-63.33333333333334 +lat_0=-90 +lon_0=-66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -50.55053671552504,-63.01440100900835,775020.334464602,3193231.845854137
+    -144.71422771510495,-22.949274477338335,-7524337.310928375,2812208.792168492
+    -101.65422371843266,-28.402679827701988,-3823335.268136489,6243109.1530829
+    -47.30953451423089,-15.454511325228125,2577270.346435979,8698376.866780844
+    -134.61480195846556,-49.50964798613347,-4180860.20448215,2356872.568456927
+    -36.93853705589645,-84.29310356794794,355472.575347756,739870.166876423
+    12.096765454517367,-54.552675936450576,3948464.185673953,1518709.119409407
+    -90.81011537221222,-52.80443229932142,-1651758.238299609,4107215.939940677
+<EPSG:3205> +proj=lcc +lat_1=-60.66666666666666 +lat_2=-63.33333333333334 +lat_0=-90 +lon_0=-54 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    11.915345866711903,-45.64583001885068,4454724.907486072,2761499.275381764
+    -96.11255744149832,-78.6565318198342,-911878.425828925,1201940.824726335
+    -1.719348950735423,-29.475273648348214,5182486.158394536,4975859.453501934
+    -86.9663517660471,-5.57089653731299,-5148996.615564202,9247044.693113916
+    -81.31623521380455,-43.17390113468208,-2258849.377056661,5044760.688169911
+    -65.73008610708153,-11.862284822019234,-1726183.264328344,9444225.801763147
+    -114.72551686573712,-48.59320874394668,-3948069.568679142,2908394.564536847
+    -104.42998758417258,-51.56566522804886,-3202524.04776901,3255377.778444719
+<EPSG:3206> +proj=lcc +lat_1=-60.66666666666666 +lat_2=-63.33333333333334 +lat_0=-90 +lon_0=-42 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -92.11761339473321,-43.19398312431975,-3855689.617458574,3957251.051345181
+    -112.67287946915883,-55.16059184849752,-3688865.921845898,1927990.952484128
+    -113.6655325106857,-14.64331240760633,-8208501.787636112,4131559.651920988
+    -117.82676973166633,-46.69841460580331,-4711721.730080504,2004167.530524867
+    -6.794032752220929,-52.618409546951334,2296658.332662367,3809040.299846681
+    -108.25879033612783,-36.66939691568883,-5369590.66995699,3289412.466625977
+    -102.65404517401396,-3.515520926880015,-8787547.02288997,6488400.278487018
+    -37.37332053622097,-70.54782211914791,173995.363649479,2436012.939263901
+<EPSG:3207> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=-174 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -177.15903694988552,-69.20514588983647,-125331.668983023,2485945.616160023
+    -128.7792902048171,-30.45873685084824,4631613.497246229,5269286.543288615
+    -139.19132976753215,-59.8097851823194,1864335.657950761,3006609.205977798
+    -99.15209604569469,-69.20078047906482,2314493.457927051,917159.428412522
+    -142.54583436252517,-28.98359046337501,3465163.821655675,6319450.152511832
+    -105.62208820057188,-9.128496009698182,8935071.59590886,4656855.229718488
+    -134.09694842067287,-8.205706220725162,6076367.098597515,8224773.123653932
+    -144.36674861584476,-43.94931344990247,2436770.670618742,4767246.053330962
+<EPSG:3208> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=-66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -148.8045211497339,-18.76305916415882,-8338984.171723092,2132935.348373026
+    -36.016415409319706,-41.2187213753535,2612909.719698096,5042137.751711097
+    -47.25983156738664,-56.21183320775093,1160520.715598003,3767289.360187182
+    -143.2887217663235,-31.38713620446716,-6505042.503299735,2289106.821268206
+    -78.2168976024065,-45.897493972670006,-992056.785123921,5027888.187093227
+    10.183854923955437,-26.468474939353925,7066746.250023942,2627575.689931495
+    -32.9781847083249,-34.298428591021086,3280218.15325009,5642848.543989358
+    -27.187261586115028,-82.44566989150414,567722.171435342,797081.308497714
+<EPSG:3209> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=-54 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -127.14034309500663,-54.00915014162281,-3852898.658865695,1649516.745691433
+    -111.22176655844271,-23.695290982647222,-6260486.243452335,4842245.114578271
+    -122.21656669940063,-47.07016319951047,-4417291.519215332,2316712.121681829
+    -93.69792516762456,-67.91332466382346,-1557810.629109783,2123097.167278455
+    -120.02608610013813,-7.450048990821884,-8992607.840763003,5124446.426743123
+    -84.41692422024306,-46.945669557472,-2332282.550861823,4425483.601811795
+    28.79568337359592,-64.85595709605292,2881334.072055371,737416.800255875
+    -49.79021347864811,-61.7191981592781,222979.017382581,3316682.925276237
+<EPSG:3210> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=42 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    14.966210317461957,-50.361208881425206,-1925227.96538843,4185969.64851962
+    36.523489866747326,-85.45124157803176,-53650.549985281,612798.068157375
+    6.977241523930154,-46.297905706172216,-2690766.208678341,4306496.486903709
+    -5.15460909024587,-7.556585425584885,-7057604.078212991,7546726.922835062
+    -33.37449714211702,-83.10214555586394,-839835.989379755,324667.456288361
+    33.22206354560221,-86.84313112342309,-61455.030025024,436183.060167366
+    23.181826153327492,-14.661463662670755,-2722974.95486222,8800416.169963669
+    -4.050238436278072,-63.9522568417896,-2060452.444929574,2282524.995928101
+<EPSG:3211> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=54 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    57.00206067747571,-83.77754055710535,39207.317042588,818406.000641306
+    6.401615052714021,-75.20482085522416,-1249096.055783706,1316860.086874669
+    -12.67686935990044,-46.69417705374927,-4397370.226822691,2445747.944044955
+    -23.63956302703137,-65.80361414286122,-2711193.658589531,937049.133171883
+    -30.5343251706387,-84.85247340858885,-671779.173853967,152218.184223347
+    63.568796554286024,-23.36455077372976,1209849.370673303,7867527.89622301
+    -25.20319718982696,-61.496537565653334,-3191612.031234666,1014751.633244951
+    72.69001711890726,-44.0327072582792,1569208.314917274,5108490.080110413
+<EPSG:3212> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    42.29487132145436,-56.446652155879136,-1445059.565798527,3639096.558453172
+    126.91397204972955,-10.579625609556118,8127050.45404138,5553728.0280009
+    113.5317889940946,-80.68213714126972,815388.841350434,861454.372776687
+    13.502016937529312,-70.7899339046642,-1717085.976037229,1548045.049964844
+    123.03311833074349,-16.43899693162595,7060294.60234928,5494889.528398267
+    18.03298483521376,-41.56878536986006,-3903321.251244723,4066930.716119417
+    103.39235873623888,-64.25235001976489,1707938.159152184,2516675.544866357
+    75.89283317782822,-47.82050628931602,769886.575291416,4839891.274775867
+<EPSG:3213> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=78 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    70.21945376891551,-38.38741337716422,-745139.135664353,5975083.690901284
+    35.97879593466209,-9.754193740360535,-6194864.999901119,7818282.968306608
+    70.82913830645097,-34.51415596110875,-741620.657387111,6457508.118139117
+    21.837054938090713,-50.10188116654888,-3619681.18322894,2898660.841877375
+    160.25696716355287,-30.87667295234086,6729174.574765482,1783919.488747718
+    113.8764477706386,-19.442365483683503,4607113.469333334,7154944.008111265
+    81.44476942701726,-72.55871394014682,116036.220131257,2110325.152187187
+    89.88720029144446,-53.14017448960246,808289.879859076,4213036.49987848
+<EPSG:3214> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    89.72308599011488,-57.588572775739365,-16721.675696039,3786911.077984268
+    80.79517847051191,-10.702746118470188,-1436764.866310357,9718266.732159434
+    88.63209398969614,-54.69798210288379,-89708.785878124,4112092.730417389
+    141.250654879578,-86.25759449497417,375290.925237327,352125.290208114
+    135.0818515289191,-85.21030575056035,424671.818871356,485302.768892655
+    84.24132199526953,-23.051429256148054,-733869.309293763,7969405.091284398
+    113.59055212132756,-6.9349182158914715,3833674.257433073,9706011.416138157
+    157.66173352241432,-59.56555832796275,3142431.22993674,1683708.705242811
+<EPSG:3215> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=102 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    128.99313527501897,-42.56654575287609,2302402.230777369,5014609.892283065
+    159.12749709601198,-38.96844289941935,4701482.472962236,3647724.109148857
+    116.6955635414658,-40.64783216324423,1334542.108787843,5590444.456225237
+    28.016390278667345,-66.93343733837838,-2535540.968519947,1045409.875958588
+    94.92488259658494,-58.61146422283714,-413397.018102484,3648704.466124623
+    52.048675289687495,-78.96445753173751,-990538.2823511,968756.267104239
+    169.7322080552505,-53.716269951487384,3725828.742030827,1990906.237771416
+    116.61836583888588,-36.3133088007368,1449756.011575399,6106352.395989303
+<EPSG:3216> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=114 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    176.5060253509413,-19.470399347156686,7142317.14699736,4619285.477874986
+    130.25304432215637,-21.160592761522594,2118465.255393776,7990257.433765767
+    92.13858172628161,-16.81429617555702,-3037074.530607176,8356448.105931683
+    141.22880017430947,-18.252244914485786,3651955.087549793,7875739.252978984
+    73.43179616902174,-83.19836853061967,-535748.501158716,709305.678580998
+    135.64287732602176,-26.387229886738822,2554289.352395525,7105102.705289927
+    151.23027518841093,-61.260233296956,1888244.089107172,2797895.130036319
+    36.32019540369273,-63.81146001491483,-2921759.966982144,1007727.212209414
+<EPSG:3217> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=126 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    81.8929503786362,-64.1129015748602,-1977163.046459674,2331600.895969158
+    173.7347783850579,-29.617187688598122,4914289.12261992,5158375.784551359
+    161.14110203763585,-85.79696499545786,304139.786398023,484729.336781754
+    85.5792787813102,-28.699804782903335,-4352591.347146455,5790891.689865869
+    75.77012193331285,-69.2076235673807,-1787032.800119054,1732272.984436601
+    54.70514839014078,-64.7014084921859,-2714171.813666408,1257746.966408812
+    87.18409700211623,-21.186074203839965,-4793890.998537882,6729899.013225668
+    97.70302548753912,-70.75952936883618,-1009612.030208574,2083569.541902161
+<EPSG:3218> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=138 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    177.8790081209583,-69.55658315236312,1454970.466619496,1970981.423155165
+    72.10518036471271,-79.92420734209365,-1105936.913524423,633289.51473716
+    135.37470770964927,-54.19371124176263,-174524.396425374,4166561.004630964
+    174.46053250784877,-78.48598036286725,791187.06602601,1203946.183277729
+    165.87615764081158,-41.396754188730554,2432850.297224097,5107813.603560891
+    103.41073512213651,-18.348152732758734,-4541797.041283541,7382085.352784196
+    162.34847945855716,-45.65192508218877,1951019.487125146,4770005.021041317
+    111.02461474602126,-41.746530965964,-2341777.712681444,5104178.625811147
+<EPSG:3219> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    70.18232415000996,-33.13368244242744,-6379466.01883303,1959692.790042111
+    153.02988252235804,-76.2330637871875,82020.473390226,1696334.30141272
+    145.37883898983247,-47.19047840165873,-366189.516339388,4960446.898936975
+    114.50932556820837,-68.41687892602233,-1381848.842846151,2175322.71677712
+    105.60163548730159,-60.80639047585381,-2228024.015024955,2602824.505081026
+    127.47169781532804,-51.248169667309604,-1584030.411930374,4218157.027342401
+    122.94954536804212,-56.92317065652535,-1614589.248346416,3508100.544744793
+    134.35258352413229,-55.74333440232877,-986451.878124427,3871155.651120052
+<EPSG:3220> +proj=lcc +lat_1=-64.66666666666667 +lat_2=-67.33333333333333 +lat_0=-90 +lon_0=162 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    176.6821396372158,-52.02890352327557,1024569.701564619,4296030.4950598
+    98.46711115206456,-63.56762505203933,-2645403.171488115,1650115.044009132
+    94.7505176827692,-87.14555113234991,-352872.803550241,192064.782366996
+    113.89110324330403,-72.59448260006648,-1464149.18658784,1518627.344727925
+    178.03110171361885,-62.26106848906457,825228.691358348,3157600.85689699
+    79.708389516069,-64.19961747545358,-2946057.759118627,779265.043046796
+    91.98775935410748,-48.73605353598466,-4308183.36773405,2104484.482923576
+    160.86765405162458,-76.03573644562279,-31068.563250337,1720473.157747885
+<EPSG:3221> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-102 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -147.30547176279848,-28.849486612010097,-4891761.509926445,5324024.167351891
+    -96.26066074188692,-16.245944721497693,849550.194209101,8997855.923363985
+    -74.70230780985621,-77.26625582675531,655621.064343721,1365097.871745891
+    -157.2869769095406,-72.35301382893851,-1626265.425434017,1272522.754931863
+    -65.36644164748132,-83.5152088196505,452844.968847362,660685.267875868
+    -159.89339275870117,-52.77920823515432,-3473220.717733304,2485946.821969303
+    -25.602678264620465,-18.766544305893746,8223449.092983932,2704287.898727776
+    -159.641884201863,-57.033266917356826,-3067546.612452666,2214781.023017049
+<EPSG:3222> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -78.0710836606028,-41.87822277729698,1081627.394904074,5457352.916965396
+    -159.57940501865153,-84.5473238634852,-618567.801632733,283343.74890299
+    -102.63896358119229,-31.866124163398574,-1405595.099263428,6682848.61708205
+    -109.24311385489634,-62.68086623423178,-976417.882972447,2990137.203400241
+    -39.69832357991842,-14.739283815276693,6810488.550317443,6290615.015478526
+    -151.73769723084337,-19.375487882147326,-7266135.823585386,4536909.343379728
+    -89.9742419094555,-35.999093849811395,2659.762933869,6295448.502809552
+    -52.93125061493784,-70.62070416843258,1290003.269376695,1853558.441466328
+<EPSG:3223> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-78 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -130.37270971133768,-57.72785638953293,-2805120.297994634,2419716.779708366
+    -17.160656151198054,-62.679383690977126,2643431.205059811,1705177.666005993
+    -138.030876308666,-38.01432843024194,-5032782.805814977,3341787.267027265
+    -23.647847818557267,-86.68408234918606,331551.233418759,267729.328880387
+    -29.546251627568864,-31.878933363094056,4872621.953012117,4782338.351322251
+    -122.26616913189784,-30.35143111023425,-4666863.442739213,5256347.620661606
+    -153.45091265591572,-52.96710320507511,-4015737.30039291,1390016.950512646
+    -23.46790923605792,-88.85200031119892,122621.447807862,98420.981918126
+<EPSG:3224> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -36.1058740620083,-20.42257301213121,3961397.819337074,7420960.139342654
+    -86.9727464892324,-16.387551659558653,-3040745.383145867,8487934.200859532
+    -134.80393538735797,-24.007202503826335,-7137408.00799281,3379872.748568569
+    -4.546342927298355,-55.754162819309805,3323313.238712061,2096628.788317958
+    -56.03022736405386,-21.670471117487025,1339939.817714883,8120859.719307067
+    -16.368552371667818,-49.817257023245965,3355879.607848223,3168781.878260875
+    -63.80067229532057,-76.14005093095948,59186.209622158,1639983.902505453
+    2.2397513826562374,-55.109175932105046,3602034.047006255,1746707.780331288
+<EPSG:3225> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-18 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    12.317514312545384,-18.870704655767838,4122114.982040974,7594606.150506457
+    41.010595438993505,-11.845746955128519,8015870.0899171,5518048.198508443
+    53.60672716143327,-63.193644452140795,2848667.716055743,1191949.894795299
+    -29.891929763349097,-80.00093079659499,-233526.545630681,1182018.323176509
+    64.18770770301,-50.863941491223244,4382351.920837737,992575.073402572
+    -61.598688062696404,-72.80150729777918,-1321159.603722367,1521263.254837033
+    -89.62821426169177,-23.806313568520167,-7312427.081116615,3056664.382600854
+    51.176118409645085,-73.54932917108962,1750498.956731531,815892.408206308
+<EPSG:3226> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=-6 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -73.91443121198213,-27.655841070365938,-6633714.512898211,3260673.041062725
+    -77.42537962701601,-76.88349613513792,-1434972.587828354,605448.328523634
+    23.750898633334486,-37.87576621669004,2840529.70238538,5351441.303972328
+    20.998927511329768,-24.052560112566596,3381293.47958129,7129658.832517687
+    7.357231370904472,-13.949114234542677,2041958.817292942,9170656.46234172
+    76.2400812166942,-11.542921466729354,9540953.68493146,2152350.983747299
+    43.70642804672795,-37.99658513068966,4399199.300036277,4143711.841689649
+    -1.1321434505246941,-45.96355972676269,404428.562322193,5054488.832507641
+<EPSG:3227> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=6 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    3.244328058785115,-50.88515013508313,-202914.865493836,4486295.806495149
+    58.049553635016,-14.044647148376995,7070172.597272752,6164442.453571646
+    -21.51822147842116,-73.95618588007586,-822567.694558801,1696948.945148312
+    12.247340438355891,-69.90788013038951,239133.561117259,2325514.310806589
+    -71.05733642355743,-58.880071200082405,-3406921.608346446,1079641.446937419
+    49.115409555820264,-40.617809193420456,3714990.439259491,4346789.844960854
+    -23.638404924481634,-36.220336833467066,-2928188.891271354,5541252.971754198
+    45.89175668805578,-43.81708978359183,3242788.184237193,4227704.946736176
+<EPSG:3228> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=18 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    1.633976949087753,-55.301898714333646,-1055903.884691543,3838556.676243214
+    92.9722030375404,-85.99720952071037,479381.351567385,170160.828714356
+    -19.99637707901754,-56.163984346959715,-2266108.597327579,3152677.145490276
+    52.951582551762655,-18.985548484638258,4677647.631640493,7245306.252752082
+    54.33082329523381,-51.255431695383066,2496366.579589721,3681177.668872993
+    15.013622253513802,-31.67247410484424,-335621.439588053,6846283.25807325
+    58.993370256382605,-32.09736096841525,4234608.665460833,5318932.188114708
+    -57.276937592531574,-75.8651386368401,-1578379.926251538,551392.894121016
+<EPSG:3229> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=30 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    100.1362546532493,-86.11923568508294,451064.221485321,201652.729129036
+    57.380989597152976,-19.06387880684906,3739204.198349432,7758384.447890393
+    -5.4687163020048,-68.9413832877287,-1343841.634729339,2043260.158074918
+    98.4734164003446,-22.76458138454798,7277923.641247658,3494840.817106044
+    -24.923434401792083,-30.661223683096196,-5477657.247803777,4339074.840266968
+    57.672357350364834,-85.78020107932164,234395.098244112,480456.288500912
+    -32.176522447149324,-48.21642133292841,-4092708.811308848,2514689.986278453
+    8.432037403797452,-24.989071003761154,-2688102.514924261,7278950.154943928
+<EPSG:3230> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=42 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    13.365811696740124,-70.28227147094452,-1039148.433784184,2047407.679703047
+    27.002219502211886,-70.89274307717108,-542551.547054922,2160853.147153317
+    -10.055459172054363,-33.32315145783554,-5004445.494342165,4362493.796792672
+    90.97888633893308,-39.660779127128414,4200264.416298085,4052003.396487028
+    78.3189102491532,-38.133456059576204,3381347.840744341,4988281.666266487
+    63.55602363007402,-43.69235625973621,1850064.369673859,5012697.710663456
+    13.678484850329944,-83.80306059303766,-343827.908509935,686131.876095751
+    -14.763366263858899,-34.1473504871769,-5240583.036964363,3899818.047156021
+<EPSG:3231> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=54 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    129.43834340632904,-56.115444568216994,3673993.910055193,1272573.329909329
+    4.085386016108899,-67.53772541950713,-1900273.789871261,1777706.932342672
+    -17.680032657537204,-29.390774464087805,-6606003.405350449,2754779.129096726
+    -6.758512319265247,-36.03359358975855,-5282073.947893945,3417192.040321957
+    11.500448405756892,-43.94740574653123,-3410507.590059263,4073119.850796747
+    26.331859338826817,-21.503111099056255,-3618936.899211872,7419294.234761281
+    -16.61686820409615,-27.028565217171007,-6850155.401645467,2997862.693528104
+    55.41904293917034,-21.585836426414886,191839.684246788,8240658.622514841
+<EPSG:3232> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=66 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    46.94834604324609,-38.562257075656284,-1836187.578020704,5683480.410822792
+    122.14534889504125,-37.46828553452577,4864286.723178054,3696993.572327081
+    103.72319109002949,-88.13343334958819,144010.978968529,202258.487365516
+    96.21543597955662,-85.467954747788,271883.616397759,502926.419970771
+    141.0229628732786,-53.190654225560834,3981563.148245657,1409561.020161408
+    75.60441450286177,-49.49734853823367,729974.074129991,4595369.39645312
+    48.390586127395196,-14.042143652997837,-2671906.875378812,8991996.831129761
+    23.613955729253313,-66.70194794998439,-1726603.812959578,2069874.833915837
+<EPSG:3233> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=78 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    129.78925625786704,-79.47438089644247,949703.114801631,835204.450034475
+    131.36918886848227,-46.27791262658768,3864391.216300085,3224814.15533037
+    126.1443396168018,-33.79780999932102,4670846.188456999,4631073.310919095
+    153.38693310146394,-53.72559415782484,3931678.479198397,1365542.584456024
+    105.97196747232513,-51.82691962302769,1940427.325873024,3928325.068082604
+    79.16627022491461,-32.20125379425812,129787.894773666,6783900.447876299
+    158.03247622886622,-58.058348404163624,3545583.508909771,935939.851245888
+    19.976318669503197,-70.20722110445548,-1876725.946321433,1337204.746528731
+<EPSG:3234> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    10.948811153652601,-69.65716541629575,-2277372.124645276,640545.604983134
+    53.94552776425583,-55.110946206407945,-2231679.29924216,3323194.472249145
+    128.95947030731344,-17.058748845998565,5316247.588736877,7154877.210050536
+    17.411162720886015,-38.0103865724074,-5610333.974389844,2241999.802342441
+    170.54308450407459,-68.20769248827719,2449023.357566146,624584.921043248
+    70.52280897351966,-42.905139029516526,-1708032.563960512,5163334.036992097
+    157.2714646875114,-43.08174529401277,4836081.047811179,2440737.493281992
+    172.23645532152622,-74.48281406950075,1782062.855724561,402128.291551567
+<EPSG:3235> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=102 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    85.95135558834814,-39.62860188842488,-1519632.760462655,5638989.8440837
+    30.494636938078237,-53.077237583732625,-3905719.082767293,1641881.014081836
+    125.15609635449115,-68.59282289655111,921098.419250178,2307395.704225967
+    74.57053363035608,-23.442262341635967,-3469078.323075179,7183297.512143758
+    69.06695532501247,-52.2387196068645,-2228770.290611705,3716677.079886254
+    73.52153518755554,-77.17802498109177,-686409.938020647,1361018.584488122
+    21.16051899524722,-51.10091178094575,-4332572.474266139,1082549.072844635
+    132.2029283633364,-82.27246455551692,449157.585818385,831252.866587835
+<EPSG:3236> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=114 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    32.3820359934314,-10.298739424914785,-9717095.027005428,2296531.194217429
+    132.84698009911972,-62.1742127987992,974280.647317451,3050623.496214098
+    102.02961019057551,-63.886814135211246,-587252.001805569,2952448.018858823
+    158.56547639368,-43.884193520990166,3551634.461318958,3960913.164601279
+    116.86213129814371,-44.658370478616895,245286.121893032,5221095.819276141
+    152.31805630013224,-29.14352587817139,4227567.314332903,5816514.079121779
+    138.37946342155496,-23.833737594119242,3083961.126298892,7296751.013587004
+    95.93081817452027,-88.10743614731426,-73463.048366581,240571.860436688
+<EPSG:3237> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=126 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    76.91224614571065,-14.02661547698284,-6764528.933058025,6502473.811064664
+    170.37285158273335,-67.48583976465716,1734914.802744763,1947183.171405101
+    46.73823523709261,-48.3631522034049,-4611909.619376331,1279997.170520086
+    129.18063446754164,-60.51681046107923,176720.768629515,3384363.683603179
+    71.64630487122066,-62.134906669760596,-2495013.561847748,2014631.989014291
+    75.81625130539152,-81.53653541657798,-754869.019449131,699957.348638111
+    165.95305726368974,-31.356101902389206,4202596.80788247,5467638.890210062
+    144.9399587398492,-69.10801360689841,741892.36838165,2310813.825786996
+<EPSG:3238> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=138 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    96.8714058723595,-27.76171983614112,-4607784.866947016,5761394.032864957
+    115.73154339720418,-63.67805036298854,-1083583.110683334,2833556.703929355
+    82.62177188532577,-62.15434672202204,-2526792.381931011,1971078.165795724
+    75.53734267162194,-15.805165336255527,-7780520.719531756,4730441.140009269
+    127.76332490615216,-52.139697497877805,-726151.46435136,4284079.288950935
+    141.74750011178486,-21.810292491364407,504358.571493674,8194977.381390898
+    116.00322310808933,-30.195946784278846,-2488721.635169766,6595928.501607866
+    91.89025583318451,-57.05602562784138,-2594617.976533538,2750174.664543855
+<EPSG:3239> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    66.37937400415629,-14.227017957154501,-9166482.87555801,1850816.454746529
+    137.125784293428,-73.06013615759352,-416260.471291549,1941863.138336495
+    87.69740151094177,-85.1084224291234,-524047.168755855,320500.266125528
+    86.26568226029246,-26.752175255408275,-6501633.88987522,3769456.98184706
+    89.83024642915888,-14.803400493135413,-7726865.080142685,5105345.302461407
+    156.3633385876242,-84.81330856439735,67625.035368669,645563.360418221
+    167.4716221571214,-27.72475823211397,2086755.595046284,7081314.508321462
+    94.22399546689606,-77.88298154108075,-1144989.849774026,881218.170396855
+<EPSG:3240> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=162 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    111.21122034572943,-10.350575590070832,-7382255.626793399,6710233.823918145
+    146.3319244345577,-49.731658462050596,-1175682.87763364,4473638.996635403
+    81.11689101652053,-70.85742369423694,-2165683.315456417,539477.675987954
+    162.2384609337767,-29.583282012723195,27893.653377392,7131541.105607702
+    88.03361387012677,-53.21214597438032,-3954216.392862778,1477479.540614329
+    79.4255364984845,-56.80573124770141,-3720594.685900745,817913.564584224
+    163.75360509519317,-48.928525665948,135734.832266395,4717774.390988442
+    139.74751836287874,-40.96830929358173,-2025608.653153136,5301105.11617974
+<EPSG:3241> +proj=lcc +lat_1=-68.66666666666667 +lat_2=-71.33333333333333 +lat_0=-90 +lon_0=174 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    154.16181545003394,-24.40280522484997,-2506775.545529549,7430073.735899311
+    113.33089796162498,-38.584402609038335,-5007715.871259918,3250125.99285736
+    159.0970224501835,-19.030980513020623,-2085522.020365627,8361160.340932125
+    91.26607908174634,-64.25685817874538,-2901258.269769426,629845.216549234
+    121.83330468384776,-14.85075772124759,-6986562.909729361,6067954.460284579
+    124.8531142431207,-70.8346395171919,-1612358.894783892,1546890.744267872
+    174.3850050160617,-71.89016823518016,13366.285404875,2116586.465629171
+    139.65186166412457,-35.89225353569516,-3369348.308964868,5333982.02624505
+<EPSG:3242> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-153 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -139.76816876562833,-39.20225657385828,1298804.547129138,5753695.151639677
+    -143.42208854106184,-70.18249449612901,361646.731757066,2230971.21529439
+    -138.79502455811928,-18.696515255275457,2066326.817586337,8504833.498088138
+    -128.02456370721845,-77.08058629337161,606268.596465818,1361055.438592375
+    -106.50768734984571,-29.33231222452975,5066873.90586837,5121048.783028814
+    -83.12184604524276,-28.940974896610832,6689888.334522381,2815292.220399735
+    -100.15452751246715,-79.09381855445528,980057.169704951,799231.619495426
+    -115.59559005545675,-54.38413978598359,2381619.484134573,3282993.692655137
+<EPSG:3243> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-135 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -88.80693338142608,-63.135272649889465,2135605.797608666,2180226.483685829
+    -155.54374979943952,-37.51110457848229,-2066304.017479726,5755225.182026814
+    -159.3758813138637,-68.4571027044492,-975575.225841268,2250785.638391154
+    -134.48553910746517,-70.84661685135907,18868.317246649,2185806.219701202
+    -126.65347807346096,-44.70740968449318,727421.051231147,5160238.054275677
+    -160.43879120858497,-72.19202342349851,-842740.401672599,1853033.187632356
+    -68.9956568735451,-34.58671846663116,5811011.019474793,2903192.515189616
+    -96.55103966361006,-20.34866360645603,5111060.936133689,6791761.854631617
+<EPSG:3244> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-117 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -76.857068703938,-57.96883544060863,2271081.285904129,2845814.532552126
+    -103.87834840954052,-27.259181813140117,1636358.349230461,7311963.384887198
+    -43.07681974035805,-32.14198045294287,6452271.567858212,2213389.781901041
+    -161.32464504993828,-79.69858496673211,-810245.965146748,880782.700530071
+    -82.872244114706,-71.05894688257679,1171541.304695651,1817271.771222549
+    -67.52096737848035,-79.79122989507565,875619.109822146,800486.401624145
+    -153.14514190840666,-45.19752142133123,-2936056.372762169,4232609.200613978
+    -179.09121392754432,-66.69434085364833,-2288478.212490641,1337744.117454443
+<EPSG:3245> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-99 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -23.167920298488127,-62.741821397271494,2959595.803549203,910429.534460951
+    -43.06944269721305,-53.77602200729272,3328894.961642982,2439169.93642704
+    -109.0385738450361,-27.024979248715802,-1261619.358894457,7419310.908292319
+    -71.81183215321857,-47.9253619678818,2123517.42350106,4327502.816996149
+    -23.602667043253064,-18.385551945827586,8392175.676489703,2648758.739353091
+    -115.22823962619276,-32.57123829615592,-1819011.643791239,6514529.185813908
+    -126.52979516747419,-32.2671964624534,-3032520.253762596,6091414.552852945
+    -135.76185460784149,-23.070626959038734,-4682230.514977433,6602936.021165101
+<EPSG:3246> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-81 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    1.0880303781719363,-88.1156769198954,228856.035221404,44836.598144629
+    -35.04574690025257,-17.5449616468767,6223866.799969646,6405046.66770859
+    -121.84258530858705,-45.64521123317288,-3225606.922483061,3945981.556665413
+    -67.89706987381832,-55.556049612698864,854795.169355133,3825235.67942544
+    -29.428678174660718,-59.723563826543995,2618702.24575695,2230422.427845087
+    -160.86077865225766,-61.58424379373457,-3142180.345258716,738492.514103481
+    -122.89642001102125,-35.14541329290681,-4151989.497867153,4899831.289551701
+    -39.509188604000954,-70.24437021434653,1444912.001700506,1728883.6538999
+<EPSG:3247> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-63 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -98.05863385620975,-23.30669927262869,-4472442.519531354,6705238.070848999
+    -61.26290658255243,-34.89130381197434,188134.718221406,6453040.822554742
+    -110.83140982223281,-51.50964461212391,-3159265.097340434,3052714.212296958
+    5.437395582612396,-25.717602584858952,7033237.860061703,3162012.10948998
+    -44.76405917775739,-87.32400308476844,98425.84487891,311577.083957863
+    -80.94494219794672,-20.829024204913225,-2499327.318225139,8048480.392591089
+    -123.082323969508,-62.82726260724331,-2610870.67184977,1646695.211571512
+    -82.2182466218516,-16.697244182983255,-2872364.235377782,8596837.313244088
+<EPSG:3248> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-27 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    28.209456954689813,-26.15582670666037,6114734.827830361,4595155.17988597
+    25.55432454336119,-85.32484220414396,431384.915418507,355315.066972535
+    -8.41014071984796,-72.63045952210837,609690.908196623,1890872.83503921
+    51.328661056009025,-61.980548284102454,3078623.450756283,807594.854828123
+    27.75502765673042,-64.17409215196302,2332421.272169658,1780776.943312836
+    -19.274321536198045,-60.13208882579143,438614.878042485,3364699.534390102
+    -81.45168283272156,-46.256787136521226,-3976180.165644498,3067927.835436467
+    6.246114488680263,-53.355804896738924,2210561.521113655,3542986.571414516
+<EPSG:3249> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=-9 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -81.7057366722661,-44.871106190064424,-4874884.235862656,1784381.408543675
+    27.333948748722378,-76.61461138209114,882931.215873755,1264259.910870572
+    -65.95359509907138,-19.5573399407361,-7039855.910675033,4974859.948003052
+    -41.36449032244585,-68.91545757172318,-1241097.145414417,2056289.453960035
+    -92.24450222868572,-50.64846302101413,-4427197.616283863,778483.217803589
+    45.57926438397553,-54.53060149560199,3202902.065809055,2460364.450070788
+    -51.11724679216699,-49.207472386719715,-3030113.240021364,3549140.554084049
+    -24.853062510494397,-45.926831807455876,-1330715.794420349,4884259.679428838
+<EPSG:3250> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=9 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -70.5772134759078,-26.22798116007273,-7427616.73463885,1783012.959665985
+    81.10783092468634,-58.94353125582873,3301708.94941241,1246243.785836173
+    9.843567391987762,-60.8148472696011,46923.434652136,3314993.252549731
+    -29.18286022688853,-65.3328332641284,-1675947.121107386,2247878.504606511
+    -59.386701104716906,-17.325235849385663,-8173778.970239545,3683139.025748918
+    -3.2014168627849955,-77.75472666786105,-287582.271911442,1385051.989820792
+    55.20418696867438,-51.89986700678014,3042518.96027282,3104929.282786503
+    81.25602024381223,-30.560613419220893,6588434.240274033,2468133.873752697
+<EPSG:3251> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=27 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    37.841497496743685,-21.262558197680434,1512827.163624759,8224586.964953742
+    -20.031392002127355,-75.74061696283813,-1163729.644145613,1155086.118308508
+    -5.559385991495084,-44.90504999619283,-2694837.289226084,4432067.194679023
+    -35.376482058098205,-30.92905941860723,-6047421.643076833,3496329.430538301
+    64.13038004510867,-61.252100273837804,1905367.549937518,2652063.80550793
+    -4.050135754765186,-38.657057039190306,-2970436.222657042,5176192.278967013
+    102.05825950990501,-27.766468915341036,7064662.777124919,2274042.12607586
+    67.68890427768862,-59.814833776860674,2163590.008738177,2660756.65002569
+<EPSG:3252> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=45 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    125.87658328520334,-55.74301348026492,3809153.020827092,827005.95841538
+    58.08969407669795,-20.0383735613418,1862119.392779221,8341747.586665262
+    66.84114682419155,-39.285546681459245,2109733.964410244,5496916.493469396
+    -12.287869722927478,-58.31107205744101,-2952928.64355049,2062013.047995361
+    76.80405366251287,-49.197566718518246,2374372.381764374,4018879.346585639
+    -5.973617722142649,-30.686783242247046,-5297100.627103982,4604143.18829037
+    -1.9873096907833698,-40.02406109208175,-4109369.598314585,4084885.916029247
+    13.267859814530794,-77.14170676643245,-752879.366573362,1277847.112165688
+<EPSG:3253> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=63 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    126.49288297666956,-63.95429400056734,2589257.793518901,1432957.30333292
+    108.56619914227551,-71.45307963301839,1466202.629910032,1528674.312674024
+    -18.217074717611936,-62.98306394376203,-3002942.172091005,634026.930292326
+    -9.801078006583836,-63.62242510813737,-2815864.050478167,1025601.528982753
+    130.8215755119425,-17.67254352296507,8089213.671039095,3737708.813982507
+    118.1644900828176,-75.75625353634209,1308653.607229595,984984.458257083
+    131.69295304307857,-65.96362254566417,2497367.483753593,1109921.410903526
+    9.920607516839585,-29.371023902985222,-5596648.223083003,4527580.241809729
+<EPSG:3254> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=81 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    94.4842390606387,-15.581262673053445,2073035.470069368,9005791.396954719
+    111.33460759612957,-20.13557308354123,4157651.526118967,7450798.447956744
+    68.10996631935394,-70.75274265775559,-471332.799430002,2145205.055294243
+    83.65127969072809,-15.243362473296344,413373.13850462,9286279.237719307
+    31.412777725285487,-15.757396554750912,-6811159.668336517,6204066.495650207
+    143.7899896210436,-25.097594619258395,6779726.479436594,3857201.091680432
+    154.9767542832634,-63.11800115815507,2889524.888169784,988321.595745353
+    44.122614064815686,-32.91177429594777,-3896666.195872501,5472610.300199263
+<EPSG:3255> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=99 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    125.24754723667158,-46.72545963860258,2116718.394098856,4491529.096298603
+    110.60123683493553,-40.29021473480127,1114257.052768186,5651823.298587128
+    169.4635666618778,-27.94332924292381,6845645.910954234,2802013.399080488
+    132.67126626831282,-46.28761079981903,2686775.544228184,4238612.244716612
+    28.347780306701065,-83.0196398689917,-761844.772599172,309021.248788859
+    26.159559883415618,-60.957025288837926,-3100666.951060248,1127014.279565574
+    93.80705690281106,-22.717470006363953,-708914.060728825,8115601.130785612
+    120.32868019468023,-15.64498067447083,3233454.706269338,8646288.677492166
+<EPSG:3256> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=117 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    96.45643302884159,-87.34061380111572,-109753.822730946,305697.541013448
+    40.994506923628535,-57.109696082581685,-3577744.694407279,1089199.292671142
+    174.68758972317002,-46.47836682011923,4114652.20893875,2832376.335350205
+    90.8463772262237,-22.868512242870054,-3451798.834487953,7354510.273987422
+    48.22147111136495,-61.05743251963628,-3006267.23807029,1330929.183620129
+    99.99832030706378,-49.22454357733947,-1312691.991277043,4476135.435560373
+    156.46621034264433,-37.09336559464307,3792872.145068814,4865008.798462669
+    45.35177969522172,-37.73041295704709,-5677797.873100184,2193278.936159583
+<EPSG:3257> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=135 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    89.79768445055282,-33.62208305372061,-4555561.735280755,4808085.447643609
+    103.2811663400872,-82.22332713920345,-462957.537251898,786169.859808769
+    97.89707828900853,-83.61358467065138,-440023.295439335,613060.292385711
+    122.84367564636315,-71.35714418028573,-431215.545853819,2084740.538008559
+    125.15246389780052,-43.45400493905084,-882513.737261837,5292465.064114002
+    150.24774128668037,-24.346640880083555,2001294.903583846,7651111.605073816
+    138.56959887867743,-88.93991674733313,8029.247866831,133899.006516143
+    125.92401317713683,-75.79985062862025,-247725.884311937,1614149.525376774
+<EPSG:3258> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=153 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    130.08478906773342,-70.13535890454546,-849701.063562891,2099969.218326002
+    139.84947794337688,-49.00646123541912,-1026624.156021117,4577000.400807724
+    131.54565782837278,-36.380626038546225,-2205501.797368112,5859844.760671956
+    155.91162797987712,-24.105127315490222,387914.293019466,7934066.642550467
+    159.48386306772233,-75.17821513652414,184844.953730312,1692377.735858169
+    121.75344316292606,-19.119669498413174,-4348700.212783499,7520391.831264598
+    151.14201535331392,-76.59447209489178,-48135.117588068,1543550.474608557
+    88.40485685339488,-61.259522440687576,-2885200.708752072,1527734.193705449
+<EPSG:3259> +proj=lcc +lat_1=-72.66666666666667 +lat_2=-75.33333333333333 +lat_0=-90 +lon_0=171 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    162.75322667893482,-52.718814518532625,-586302.22805662,4210124.790710402
+    128.69703461519498,-60.34874355128646,-2195129.174604555,2554966.641513782
+    157.04515194949488,-70.87727080100777,-506354.799695589,2122911.187823394
+    95.32859282836422,-74.35473056785659,-1713599.42169848,532197.704488669
+    176.0973966721043,-18.716347515129755,747386.577930625,8717214.665087614
+    178.2152357871176,-58.21156796869904,436336.471423904,3586605.900770315
+    128.85681560461308,-45.74622987274615,-3302944.12247874,3865296.81495982
+    173.53985752147048,-44.674397491574986,222185.627444684,5210569.981148377
+<EPSG:3260> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-168 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -156.81958650311518,-70.48871714844478,417378.303832527,2159884.705876677
+    -104.48323619451862,-68.8632592553277,2106480.721937419,1113705.21559226
+    -114.68563200751655,-34.86421275923793,5136289.600076734,3990716.403283768
+    -119.84662665881328,-40.065813557772806,4262404.947163454,3960125.697010714
+    -154.78076834059456,-38.32525469840472,1352711.583458397,5891348.102036038
+    -98.71596770340909,-66.76238239007343,2425495.724977254,991004.220844242
+    -166.10465595833057,-56.08787281582085,124559.273873419,3847824.40496797
+    -168.13412902987127,-42.099283082077136,-12726.159927377,5557157.374673133
+<EPSG:3261> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-144 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -144.0223754302006,-78.7584512067616,-487.054701127,1274926.624316175
+    -87.62641643349669,-82.08272543617757,741357.535200962,516280.64867069
+    -108.03571292638834,-60.58033636836828,1916701.196282671,2718953.417823256
+    -123.48904729071492,-71.56643294416384,713208.867851869,1952676.679471432
+    -149.39732029820405,-87.3031771886324,-28950.307218554,313272.371721277
+    -156.88312108210243,-20.500619435086392,-1871435.219069538,8370441.944650202
+    -92.77022755587855,-54.76930218059157,3073409.932979915,2568418.909115905
+    -99.28259179233604,-56.18220197095804,2654266.272786045,2773245.489251057
+<EPSG:3262> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-120 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -94.31499337761309,-28.904487835550043,3111942.992665552,6635445.13635089
+    -134.09807417478476,-47.42825523662411,-1165761.480593105,4749262.249705182
+    -112.03044445431739,-22.285430390280283,1126218.983206385,8225754.151634549
+    -80.77477886386045,-64.87754828672385,1759321.503339006,2221978.138170287
+    -139.5798008298015,-69.68558387519094,-751406.849039306,2163377.331369427
+    -79.72731544857376,-51.387538855907316,2798082.724057606,3406902.129436575
+    -166.86978848060465,-72.19902572496017,-1440715.863897714,1398604.09526151
+    -95.78800316540695,-57.10552377542893,1498561.739045484,3416239.940146934
+<EPSG:3263> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-96 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -152.54622002880237,-36.11002484232962,-5211254.070339336,3606349.388713344
+    -85.10538205814375,-58.35774580493117,662870.591458604,3522459.637604481
+    -115.56023677243473,-64.63011953230412,-938234.105866916,2704186.147958012
+    -152.81129193294677,-62.54736488029409,-2557363.284045918,1752711.382984238
+    -144.53191822983757,-64.4999956805981,-2120433.49305905,1944675.492042773
+    -82.63834672409293,-75.7435155842726,364446.922093155,1569734.127499514
+    -72.17039154952789,-80.08122505327181,446066.090217556,1035207.361127166
+    -43.166845160890375,-32.300182076393774,5377394.97112905,4249354.722621972
+<EPSG:3264> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-72 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -132.53949827940247,-69.8951459556156,-1947343.220861421,1159839.364253253
+    -16.709293225864343,-41.389586359686355,4574235.927220868,3312730.807025409
+    -26.317799305128204,-44.781453819946584,3669951.213374827,3710141.099758689
+    -23.530201967658087,-22.91234449171901,6042841.368642604,5553774.933574386
+    -87.8607813728976,-48.17974672988344,-1283465.425870373,4623140.988201329
+    -30.520885315587805,-69.12479867853526,1530729.200417225,1787423.447404954
+    -68.97893995382519,-77.74281955383364,71576.150818483,1386444.407630363
+    -5.407499693595241,-76.97595787677527,1337347.169846795,619550.70388019
+<EPSG:3265> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-48 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -0.48464599902314376,-76.50796534366275,1106670.900466718,1050880.211220956
+    -129.70220691609862,-27.86398601761241,-7362321.099078462,1308239.135329055
+    -123.33850571830277,-39.58299391718211,-5644265.493764821,1650620.603292545
+    -78.00027621656005,-23.829134260655024,-3954812.121788927,7033763.155356641
+    -96.91368188321735,-64.49791136051516,-2133239.897064411,1930972.65641496
+    28.589269399604945,-86.85907417816247,352651.438250746,95004.750106068
+    -22.842224882146496,-43.752349982101144,2227044.719970404,4861989.664635247
+    -100.94254906601932,-69.69992593088377,-1798227.338350857,1415557.240550799
+<EPSG:3266> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=-24 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -87.48292276947495,-18.97499036928295,-7791663.451957341,4125247.288542939
+    -19.18217056058377,-47.64576177206275,399605.693322885,4847056.148009546
+    1.7792147069017261,-80.20421655249775,474417.061074804,1007358.53983297
+    20.43353950398958,-34.95931248085052,4465766.76081147,4711450.049648946
+    -18.123195543923288,-27.883110457844033,748753.769628477,7437308.22070762
+    -27.37505038483262,-43.80764728076736,-307587.049712443,5331944.061266664
+    -8.201548220529531,-28.875838345893015,1954064.684022587,7067863.449177164
+    6.1131370588097695,-38.937836261535566,2933275.749542195,5193476.42038302
+<EPSG:3267> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    82.39942414330972,-81.92402760062741,908826.873976717,150355.790833019
+    79.45786799992516,-82.69439041631928,815817.292680946,177450.843063814
+    -7.23645823969342,-27.017517329125177,-936573.46915679,7541833.241332514
+    -69.09637598007336,-78.15768721289096,-1240661.03344706,511551.488504866
+    -30.994561426048662,-28.480513407599645,-3730359.16670667,6378630.954436867
+    70.09664614626584,-28.530020921736266,6871958.009671133,2697092.592222363
+    43.775850828927474,-78.35790745446624,897006.753499404,967895.244237109
+    6.6531863138458505,-34.359232146330164,744994.315769423,6530230.993361407
+<EPSG:3268> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=24 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    84.2699068955595,-63.54287431069804,2558706.754708358,1539967.261202964
+    11.183845335874395,-74.6770771581576,-375673.649708119,1689359.049727692
+    -1.8305127007160777,-53.69109428129168,-1764283.295840737,3737713.517907404
+    75.6820866706978,-86.76497334341504,290315.996925156,238830.872323268
+    100.91458085807369,-72.57128609756785,1901338.530030578,500913.015672798
+    82.40944957273032,-63.27667190561341,2534074.721287649,1636968.182238499
+    35.94803697248152,-79.76643793887601,235477.940557381,1138280.141290141
+    -54.73790285053474,-73.95708654631692,-1764871.419326225,406665.188727198
+<EPSG:3269> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=48 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    129.0097158315673,-83.28710831868077,754924.468423017,143372.702737593
+    -28.641221863222164,-34.050636784929516,-6388221.038693117,1714918.747324847
+    8.422238998378575,-61.735998447774385,-1997421.347652933,2491727.230535517
+    51.74147041717215,-34.855596208594015,415291.606836017,6492297.405104019
+    120.65477238104776,-20.21378909318703,8155620.070182621,2796502.205926358
+    78.40135874425275,-49.485799024348516,2301038.711710784,4027661.198890887
+    61.712538598125434,-40.889033938654116,1325117.326013846,5556193.531133227
+    33.24875524545037,-81.28273233789076,-247439.201433302,961607.371192459
+<EPSG:3270> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=72 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    114.63011839791936,-30.200229514681183,4753832.550024836,5335148.066800564
+    3.984677136465951,-67.28796922014507,-2348890.029213937,1019617.99008126
+    137.1677780296562,-20.995621599808842,7623724.491916741,3759689.98166989
+    87.882493943721,-37.74142041832782,1639641.379206211,5897631.059819985
+    33.0283934975928,-38.21979175993693,-3740245.730398879,4766095.368894272
+    132.43690298401054,-52.70979299942052,3647715.014491595,2181247.540644638
+    96.80434482079546,-77.41960858867775,585342.819955256,1298534.603404586
+    123.84848465353579,-64.34686356022641,2240605.025993,1832603.733839688
+<EPSG:3271> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=96 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    25.929806213311224,-57.95946856591142,-3379114.518899367,1327989.747726334
+    149.08894955756634,-50.17491422198833,3586144.875072144,2808508.685430462
+    175.83815415591206,-18.81591638748705,8651528.351323392,1823071.550248205
+    104.88110214021306,-36.2821779195197,953806.566324481,6242030.776032316
+    109.7647076859672,-22.828992174494985,1914045.16253394,7993997.384138314
+    30.200253803572913,-69.14727303877541,-2119424.945454304,1016927.785799228
+    118.12664254757716,-82.42332929077986,319159.143249502,804254.444853067
+    79.69505514690603,-59.987405785713264,-932987.038929253,3264442.398305458
+<EPSG:3272> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=120 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    106.82138088637663,-84.01049657323306,-153313.954851484,669844.207850989
+    140.963187021429,-77.35324960803885,501580.05145996,1341040.845489641
+    176.2827977629301,-60.88461851270496,2698161.375154224,1885214.088336252
+    144.22015950436594,-79.8033849420325,465429.351394321,1060627.75107652
+    139.44268251122477,-49.69512182231454,1503396.015030497,4361347.264162777
+    132.86725591474357,-31.206399113267288,1526602.338292314,6836790.941946652
+    81.00278172409485,-25.818241838841466,-4802365.636107106,6114019.621697505
+    89.08988953556532,-59.755010079077884,-1723288.961886616,2956467.179491603
+<EPSG:3273> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=144 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    172.72975890193533,-66.40436969079815,1253407.951172804,2346981.54383983
+    91.5559771904201,-31.53563203939604,-5431538.893244734,4351071.330005793
+    99.84073621652728,-74.97775402599613,-1161654.97528462,1237115.028839868
+    129.86707828458117,-74.67251075687257,-413677.215696312,1680982.614061356
+    107.45219897455394,-57.0469169887312,-2183658.44573854,3033026.623023649
+    112.84075758833269,-81.77530527253205,-475716.132407079,808215.204637679
+    105.57880059868492,-39.36182872266264,-3604361.731509861,4682892.729739231
+    83.42860439629129,-44.61698293541932,-4502729.44609383,2678508.703660832
+<EPSG:3274> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=168 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    160.9624875665781,-45.199954644491164,-619262.766241984,5129057.8676934
+    158.60455973987655,-77.06826220518877,-233771.430427531,1444792.629319313
+    148.96288560165345,-54.101721985969654,-1304300.826783989,3870556.612728463
+    94.68759196894159,-48.834207462879604,-4479807.906310759,1480092.701859078
+    115.10932920357064,-74.137231080331,-1406279.869250928,1109036.665803856
+    141.2338889205606,-64.12538796757005,-1288387.077717979,2620243.432784226
+    155.4196113594307,-63.880800048694695,-628298.251541207,2880043.789202718
+    139.16001203855663,-25.030411423765052,-3730197.816813563,6953198.252155066
+<EPSG:3275> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-165 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -88.76934574865196,-15.0953149305641,9406748.610126922,2305183.359640572
+    -116.30909680680799,33.02741133281826,1.7407781748762563E7,1.529800756235858E7
+    -16.110489043301186,3.4453048861095965,6923086.450279385,-1.147178275435998E7
+    -167.3186447521947,-3.074693109755785,-484111.791899025,1.195630303680131E7
+    -60.738843161162706,-88.61320130384111,149043.967170746,-37883.241396526
+    -145.73658796178213,-44.837871670891424,1739896.147094587,4978552.935957844
+    -71.60771783481604,45.776661258171515,3.0862030292362805E7,-1829370.642181851
+    1.3182500227613048,21.58042665656876,4380415.429464364,-1.7994093195915386E7
+<EPSG:3276> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-135 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -104.74959704292145,-21.971778964910243,4301905.391442292,7376479.791617902
+    18.023352014527347,59.57124912556782,2.093106340725017E7,-4.112094845893056E7
+    -111.21320304823048,48.59720926221652,1.3403641238582429E7,3.040909938788815E7
+    -105.25873509939102,17.153408909376424,8468742.51469436,1.4822471169653857E7
+    -69.77822112885706,-0.28184551860954343,1.140373794276936E7,5264007.424879729
+    -64.65637549944587,-89.31786927193814,71231.549094906,25443.415628476
+    -38.631980830959634,-36.624077144364755,6330775.364591595,-706532.344799077
+    -143.30351674461122,54.78533646063204,-5712173.57451091,3.913870888907378E7
+<EPSG:3277> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-105 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -94.59784443662518,-29.39892735622651,1336098.090377703,7278283.781690487
+    12.424564996422589,-5.2027998556199435,1.023558195711784E7,-5311190.497329159
+    -8.856371446091572,11.269194799861296,1.5276333498991022E7,-1644335.249270692
+    -4.2377995274219415,25.45775401808214,1.957964236097313E7,-3721630.965706273
+    14.622781952877943,8.118365257064752,1.2636158213504756E7,-7184984.275686226
+    -5.474980374734741,5.929445294740589,1.3797775347945431E7,-2315150.045878895
+    -134.19064525189796,-16.181876109605028,-4632032.835155877,8291225.347614684
+    -92.15051893689422,-69.82044378506012,502626.434555752,2203508.50236252
+<EPSG:3278> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-75 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -115.86157385412709,-76.75492509923183,-964993.686966912,1115530.049618006
+    -61.18599002708321,32.831446633669174,5511013.023158669,2.241316588546505E7
+    -162.42934080664315,-62.79909688505734,-3068762.791424507,137777.004868767
+    -114.93444982924002,-67.55710679588724,-1617371.878701846,1931993.296495541
+    -72.43673825242037,-83.6272492906418,31634.22514845,706638.027186126
+    -106.00746975733936,-58.878774733627765,-1820997.861764925,3029754.590253986
+    -162.85228941351497,54.06279242482998,-3.867990296523942E7,1450580.972942173
+    -97.31345264178078,-47.60767215638672,-1867577.016525224,4550579.660901048
+<EPSG:3279> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-45 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -111.24601642004595,36.968401151269546,-2.306127739874563E7,1.014911876938899E7
+    -173.03943552205365,47.064395291713936,-2.515356930340703E7,-1.9680017640124504E7
+    37.21286814678061,-73.91903033219707,1777923.853722923,243138.48641389
+    23.466047988561712,8.573285418942206,1.3629656007850856E7,5378196.251888805
+    -172.60766348802838,21.048139815932117,-1.452663459109301E7,-1.1190110251011832E7
+    -174.32365736007316,-62.31800991850487,-2419952.191861222,-1982377.065737539
+    106.98576642060283,57.25316538324009,2.006352417124772E7,-3.7711397314922884E7
+    -80.23373553083829,-5.293804103452445,-6642153.718252528,9404092.91832389
+<EPSG:3280> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-15 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    81.33780217909913,-0.8998164146953229,1.2350260715779271E7,-1371729.756444806
+    -78.94763368004847,-86.27260821673126,-371443.947765598,181585.750471712
+    156.42498550151817,-20.07847646190973,1318849.870267987,-8746282.88500698
+    17.05649875784681,-12.881437969144528,5347902.316524201,8539682.97773736
+    90.28497543034035,-22.725940711608573,8121453.737119056,-2219489.432257815
+    -13.765467208085141,-20.506970898445857,189064.309279745,8773287.046361698
+    136.88619985680333,-37.69165839821186,2932661.39707438,-5489204.270030515
+    40.01765878436629,35.98360529219448,2.0208908328069367E7,1.414114973019055E7
+<EPSG:3281> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=15 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -0.5612525570868172,59.629807865440426,-1.2403300599713653E7,4.453990023140419E7
+    43.665892485988195,-6.245088410683735,5432125.736011462,9936017.931535887
+    147.34706155259175,46.19283774272762,2.3088815759189174E7,-2.104389868397099E7
+    -16.81480150160914,-5.572696941938759,-6040098.106481603,9736064.055830957
+    -121.59403961343122,-65.98547267508523,-1856005.581585758,-1962261.933496862
+    -35.31243007678404,-65.11170933098178,-2156420.440337957,1789504.605262731
+    -133.5324655059187,0.11152024108614,-6601407.88461086,-1.0786232706591897E7
+    -115.61211777877368,-33.86706146471164,-5127929.489084451,-4397048.738389409
+<EPSG:3282> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=45 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    70.45195111377075,-71.61944095166493,883184.311788539,1855637.619311066
+    -11.86888498802746,-89.76300832349654,-22006.599024188,14362.957030473
+    40.38714986918063,-60.10221480430615,-272593.969955637,3378545.549984494
+    48.11256153874345,38.58398936092945,1417551.212313043,2.60684930772602E7
+    117.45132302678499,-59.23988524331938,3329389.527969923,1052863.07745169
+    -15.365317865314239,-65.79859915605053,-2366470.27082415,1346237.613062541
+    -60.26543678306176,-12.026017545901567,-9869308.349922376,-2693539.149473484
+    38.70980304399646,-71.33134061741599,-228754.22200458,2075285.160266966
+<EPSG:3283> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=75 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    93.45322079520886,-79.05269452932714,385361.346162596,1154856.272334223
+    -39.73586485100819,-53.73344820146056,-3774568.475291375,-1738970.9192917
+    168.1696975422887,-83.73419485905177,694388.426391053,-38453.956592113
+    101.06150118798192,-74.99617764666202,734962.557123017,1502800.293589213
+    20.55823178629268,-8.92998330322149,-8789658.499318346,6283090.630790829
+    118.81291365374122,-34.83146951950474,4582557.762665078,4776491.58730702
+    -86.18754746644707,-38.445469359816315,-1973775.882029461,-5793800.674967282
+    -55.97845503379767,-43.579731513569996,-4104937.857018659,-3565658.919405795
+<EPSG:3284> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=105 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    50.234182813737775,-31.172103347053728,-5832494.865760396,4119585.970778337
+    -17.5642637508015,-24.51372061245756,-6859385.452951794,-4380734.307438187
+    108.72682380488209,3.24607203757742,867914.476558065,1.3324398516121337E7
+    126.3339893743321,5.020078764990529,5009874.715053692,1.2827175030591426E7
+    155.01306791712892,-44.10625575136299,4113463.576306252,3450007.314947267
+    160.26462226088643,-64.00822601578668,2408327.800141725,1669806.193886365
+    -51.826353916433604,-39.08596017481314,-2374495.231662443,-5547157.696401218
+    120.35374354695304,-56.05525642281937,1025652.1354027,3735382.979861645
+<EPSG:3285> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=135 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    93.64856091633467,-53.32200569834897,-2778984.446212504,3157529.94007091
+    80.20550585126877,25.139835253561998,-1.6185663213735716E7,1.1420058911268733E7
+    -21.647565823274498,-9.520465151877488,-4238521.858597524,-9816998.107479531
+    145.29419924696018,51.018737835760675,6339550.679287341,3.4904381178315945E7
+    106.90202278860949,47.102207322334294,-1.5056496335338539E7,2.8200708045138482E7
+    60.34188426813135,-6.6322583521046425,-1.0846915533636816E7,2975904.732415024
+    13.197016005693385,4.884847791861276,-1.1675825163720611E7,-7240160.191111124
+    10.130122941234475,-12.3028358736656,-8352333.283295359,-5820142.58879982
+<EPSG:3286> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=165 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    135.03646434226943,7.1189800533330185,-7134188.178928234,1.2374957881720042E7
+    40.64961171550897,8.931961290535781,-1.2173407441460302E7,-8319832.518464576
+    74.21874842124342,58.92953100262329,-4.5139277835360914E7,-615530.813899137
+    122.61200155131718,39.175018299072406,-1.783378685743254E7,1.953870634871567E7
+    157.61019908602594,-60.84218959071877,-424699.282273791,3274567.004566379
+    179.62489170007333,20.286054611301708,4564906.280670798,1.749378494108762E7
+    78.85416677580196,-24.565349206009856,-8112516.404219251,546536.546225356
+    22.712349289011783,-37.48580583101014,-3824122.26714065,-4945632.615982089
+<EPSG:3287> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-150 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    15.633812914806555,-48.971321959966886,1177707.036556536,-4598129.748632834
+    -9.605997740268919,-45.497715712719724,3307794.939330767,-3997585.116917957
+    -138.138311511477,-27.14934695237931,1590032.608043144,7570329.52985514
+    -123.7805924786955,58.3465211846503,1.955934956582224E7,3.971588213299748E7
+    -32.299755641948906,-35.646717927776095,5759876.768215208,-3024034.245315633
+    -96.11019484887196,-24.097583597204235,6627627.218753483,4834755.488078687
+    -75.85622943420879,-78.79542551845424,1198820.681006611,340503.128011074
+    -84.24798479908725,-59.53486671421007,3151859.519688508,1419675.836768024
+<EPSG:3288> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-90 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -159.32120905141096,-1.2554741387154564,-1.1554170579588205E7,4361070.256329386
+    -25.927131532151577,-12.182581724069877,9175088.026505895,4460553.735126335
+    26.3736503462751,43.27557113506788,2.6058326311093174E7,-1.2920531964978777E7
+    36.96778334164404,51.1777130277261,2.8469109728808753E7,-2.142792583231683E7
+    -122.87920316953942,34.548910292474304,-1.2987331334518166E7,2.0091344424669925E7
+    -178.88417377878062,-72.70903983342559,-1931047.983241526,37611.608378198
+    16.739197822158417,-23.098851662454194,8006063.627212019,-2407905.616139773
+    -105.40653250194099,-54.37480957603453,-1083270.919710183,3931039.611523974
+<EPSG:3289> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=-30 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -22.61420966710213,-34.89107354572599,849831.355205224,6556068.797366122
+    99.92513038065687,-25.713881834297155,6099642.312807321,-5104639.992748618
+    -114.37673345740201,59.69947483175875,-4.612288897984684E7,4541299.103872067
+    47.79797322900646,-19.02964947986787,8813901.539093472,1905959.323443695
+    -172.2187427635659,-70.1620966862709,-1360747.688233457,-1755450.797278449
+    3.7288016490118707,10.38056229728923,8398572.264364764,1.2579424386943793E7
+    -150.82438852633078,32.72184319566118,-1.9775580512632288E7,-1.1800023808769083E7
+    59.39786924583228,-24.174299384067055,8191263.23898371,86086.499486515
+<EPSG:3290> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=30 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    148.97634544571605,28.786458033217315,1.8605196572943404E7,-1.030298990900633E7
+    119.42091027280514,-46.097869319700195,5111276.728561498,51661.547511787
+    -42.94720620771528,-75.85816594853732,-1506531.968271702,462111.383187385
+    -43.60848713261909,5.374631481787844,-1.3292904791005217E7,3910175.110178118
+    -79.87754689816848,-17.930502167033893,-8652592.334869783,-3128360.130918375
+    -24.03678113317548,-5.120206353922001,-9346971.713747844,6781809.078890418
+    135.7755326563397,-74.5061501521843,1663074.290685918,-469835.622176203
+    -14.923865528401734,59.93594709816625,-3.2997256670524202E7,3.3085066729214344E7
+<EPSG:3291> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=90 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -12.356007546251647,23.782584065006688,-1.8855716537464477E7,-4130523.188886133
+    -46.46178905399993,-4.780572825991484,-8001933.236124997,-8421023.593274014
+    84.93659118895653,59.265181705922885,-4029906.588510242,4.548225278940494E7
+    -37.775734594312915,-24.544316753706653,-6429365.625161676,-4982767.391837403
+    3.3819162998543533,18.659579998849296,-1.7515881951777574E7,1035087.361527341
+    7.554445330575078,-34.50479539226398,-6607253.905093514,876249.646955707
+    -45.54021093116833,-89.29416457565868,-54819.491808503,-55863.088951621
+    96.90486842613373,6.731310006385129,1705666.471303269,1.4084833560763897E7
+<EPSG:3292> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=150 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    94.64056641450412,-81.40635784739462,-785405.633101897,542636.174227527
+    161.49756792028842,-69.53544289545519,456992.374884529,2246677.424314748
+    63.210834690724994,-0.2694279441637093,-1.2543039328030515E7,703644.110527096
+    50.76332310448666,16.190102931149468,-1.6558469296911338E7,-2692765.618949698
+    112.60546279769002,19.618448891241286,-1.0845255771913163E7,1.4187809012291024E7
+    93.69103940610813,-80.7523478665784,-854982.476479813,570009.266156017
+    82.9352702947583,12.112289618290959,-1.436278609344305E7,6077500.213441757
+    164.42154288783473,38.902362799057386,6548353.375364293,2.5464400275974754E7
+<EPSG:3293> +proj=stere +lat_0=-90 +lat_ts=-80.23861111111111 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -165.48791077585074,-14.0823009685203,-2471392.589951314,-9547854.883682227
+    -59.338001709837755,-78.40926367028635,-1109189.077756629,657593.636060289
+    66.27466751352696,-86.53056587822132,352299.482480409,154834.475598065
+    161.6602224348303,-68.05273314290795,774870.881245086,-2337548.121881546
+    110.7978209662569,-21.774569054687348,8012319.967518256,-3043246.156485354
+    111.82738075076531,16.191310216857033,1.5573630940275883E7,-6237642.625266076
+    93.3234744883602,33.09023655202057,2.3165722172769617E7,-1345250.077355196
+    -28.47459348057137,-56.74030765297474,-1807436.575547593,3332407.079512408
+<EPSG:3294> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-78 +lon_0=162 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    168.17410366281905,-68.47814294962846,255280.123121067,1053146.600498183
+    77.92317907431871,-48.96621074434368,-4658900.468159347,-725288.52606011
+    153.3428883927709,-76.19562975663192,-229887.115969832,184394.039002631
+    172.79635427704824,-37.87525101708068,1118741.926141303,4640721.265356899
+    110.99681242417182,-73.24744094453547,-1445946.135365193,-141691.358869113
+    78.77045739979846,-66.11902469987963,-2662913.807978991,-957721.108244449
+    169.9640505419174,-69.39079463751384,314940.660446053,942308.925510539
+    92.56064221103914,-67.3738415281666,-2363982.56661799,-401022.216600052
+<EPSG:3296> +proj=utm +zone=5 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +units=m +no_defs  <>
+    -154.77973398077864,-85.39857714028987,484060.981354583,515522.389305564
+    -153.87324211261244,37.72062646889006,423040.972379848,1.4175177538761891E7
+    -159.42498054547542,73.36972525315386,295116.273835063,1.815274489810022E7
+    -159.9838994203112,73.20497873615659,275221.280166969,1.8136479962884158E7
+    -155.52851963476658,87.05316948022184,485491.632825768,1.9669275980928183E7
+    -148.768321718638,87.93929768906332,516973.538818673,1.9768516566404257E7
+    -157.83561024549022,25.780476620921846,14806.956539162,1.2860292340346083E7
+    -154.03755177106115,61.6018226991456,444949.664804959,1.6830262573864855E7
+<EPSG:3297> +proj=utm +zone=6 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +units=m +no_defs  <>
+    -145.13141481889642,-34.914955722278584,670697.696130262,6134794.213724282
+    -142.48108596749483,-6.3338308258424405,1000302.437281751,9297712.694766061
+    -152.73036844738445,-71.16084242450773,293747.550731377,2094892.612915331
+    -140.4642011857043,-1.0809564444038529,1228733.673469471,9879734.855944043
+    -144.77767890968047,19.00028468148996,733945.094606228,1.2102336569561489E7
+    -149.13554130642686,21.425482149997052,278652.872994831,1.2370745425355203E7
+    -153.45119835142037,-9.39233546317125,-209727.32510398,8955230.554641493
+    -153.688694729526,-62.176636992507596,152140.855423303,3088155.261966677
+<EPSG:3298> +proj=utm +zone=7 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +units=m +no_defs  <>
+    -139.84749440619905,55.007038319433235,573709.525253637,1.6096181982462555E7
+    -136.06232486009702,61.23827018806088,764879.268428189,1.6799341876324132E7
+    -140.20831770291497,-20.750845410225253,582415.960323186,7705224.600357263
+    -139.43211708053818,54.67062985682321,601110.940006188,1.6059269214854818E7
+    -140.48127716198923,-26.920743385329864,551501.195103242,7022237.285253599
+    -145.91232075718042,57.29597597434696,204111.11912755,1.6361017154318094E7
+    -134.32115731997416,52.542391290849224,952675.98077601,1.5842352268327158E7
+    -140.83178518114786,75.86629354956483,504585.170781204,1.8420272527621657E7
+<EPSG:3299> +proj=utm +zone=8 +south +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +units=m +no_defs  <>
+    -140.28145009603318,-65.9243783842148,259810.152989812,2678401.640953796
+    -133.27019199993512,-61.346233999360095,592529.819856857,3197420.114820749
+    -137.5217766243752,-21.025434296347,237895.540790799,7672966.807100189
+    -133.066484083582,40.91776287992374,662818.058989212,1.4531427749969553E7
+    -132.77964408570256,-47.788713959550755,666299.185381522,4704795.21212839
+    -130.10617977233534,66.7133025296539,715712.033732832,1.740788907360627E7
+    -136.9981513484998,34.47374956953884,316492.257007195,1.3816498042706423E7
+    -131.15757377790194,-86.56006449774306,525720.919063153,385234.836282834
+<EPSG:3300> +proj=lcc +lat_1=59.33333333333334 +lat_2=58 +lat_0=57.51755393055556 +lon_0=24 +x_0=500000 +y_0=6375000 +ellps=GRS80 +towgs84=0.055,-0.541,-0.185,0.0183,-0.0003,-0.007,-0.014 +units=m +no_defs  <>
+    -26.602693737940967,84.32699612486809,-106836.203992274,9749521.98595988
+    -51.484852301115325,86.19197003824458,-68663.369445354,1.0123689891985238E7
+    55.30407071766365,50.19238357416166,2677082.34772795,6073925.024088107
+    53.74159075030883,72.25209102758633,1513021.715435444,8262225.543360776
+    103.22634788150617,79.17183625642306,1926295.889989788,9809460.171938889
+    72.64963644392532,65.60908096194099,2567346.401246714,8063039.368794784
+    31.899976093538058,32.25805297221447,1313218.593223198,3522277.500643317
+    97.33154359995575,63.499275296815014,3477953.313948201,8854088.225982498
+<EPSG:3301> +proj=lcc +lat_0=57.51755393055556 +lat_1=59.333333333333336 +lat_2=58 +lon_0=24 +x_0=500000 +y_0=6375000 +ellps=GRS80 +nadgrids=null +units=m +axis=neu +bounds=21.64,56.05,28.58,61.13  <>
+    25.273294475890207,57.44205496551363,6367316.383224224,576468.608530665
+    24.553696631008776,60.97265228747961,6760071.851459682,530007.290699792
+    22.756216743277157,57.04878563033402,6323484.075129624,424491.264166543
+    25.843184531673714,57.506062482955976,6375238.192778641,610490.597725151
+    28.080613027405818,56.246101747270025,6241051.938441508,753028.144399746
+    22.484246727203978,58.736809852473385,6511791.63850462,412231.075014189
+    25.188253804821926,57.510087967380315,6374799.317877444,571227.751649159
+    22.982940820440106,59.57339485854612,6604427.365161218,442517.912390108
+<EPSG:3302> +proj=utm +zone=7 +south +ellps=intl +towgs84=410.721,55.049,80.746,2.5779,2.3514,0.6664,17.3311 +units=m +no_defs  <>
+    -134.56770612718807,48.70838547717548,972777.461337126,1.5414907099899631E7
+    -136.3652309231814,88.55830494384168,512682.200775499,1.983748365176102E7
+    -140.87178422879214,69.09102487678837,504783.591625822,1.7664414711823806E7
+    -138.28910165688575,65.20439570656379,626508.922876348,1.723384939786935E7
+    -138.30943590349787,46.51277371434,706092.750758451,1.5154413174114848E7
+    -138.64021637346863,82.85845950997322,532420.277693263,1.920126295873111E7
+    -134.28115163712056,35.39278929275669,1110327.453823549,1.3937273575432599E7
+    -143.0080770222417,17.649097839214463,286702.001442588,1.1952378792319804E7
+<EPSG:3303> +proj=utm +zone=7 +south +ellps=intl +towgs84=347.103,1078.125,2623.922,-33.8875,70.6773,-9.3943,186.074 +units=m +no_defs  <>
+    -134.3419527181785,-6.150910647012026,1239130.195281147,9310655.640672144
+    -136.33566686293628,66.80894486599252,705105.678154727,1.7413771871562496E7
+    -134.6234801564354,61.11193981331502,843664.135632222,1.6787830339047045E7
+    -144.50399844804122,21.556373755437477,137699.976623377,1.2382718266642086E7
+    -138.84527708188153,-54.727155648085,639945.781856106,3930128.138513346
+    -137.19704493387582,38.09835214623206,834062.415458655,1.4218751568534015E7
+    -143.53790012409385,80.13009685325093,451548.641113073,1.8893726571981303E7
+    -134.91345052064065,83.21668354140738,580247.353203619,1.9241587562933903E7
+<EPSG:3304> +proj=utm +zone=6 +south +ellps=intl +towgs84=221.525,152.948,176.768,-2.3847,-1.3896,-0.877,11.4741 +units=m +no_defs  <>
+    -145.4860494900938,-36.36454231004934,635799.774239028,5974412.093587234
+    -148.01664125273652,59.460136904971336,442466.974290977,1.6591638541369023E7
+    -143.24409665965555,44.484876641715914,798760.106307913,1.4932455571004853E7
+    -142.415592774714,-34.81617201589672,919399.69971813,6137602.40336021
+    -150.60671873547528,-32.6876888109276,161789.378632934,6377440.525745029
+    -141.94513257924703,20.83638065449756,1026497.93934993,1.2312133247147746E7
+    -146.30985370370212,64.57794743563957,533154.165478371,1.716152512314309E7
+    -151.6126572234609,-87.54794796862069,477914.461976522,274859.190132186
+<EPSG:3305> +proj=utm +zone=6 +south +ellps=intl +towgs84=215.525,149.593,176.229,-3.2624,-1.692,-1.1571,10.4773 +units=m +no_defs  <>
+    -142.79978465121587,-23.68962138120186,928478.924903815,7373641.038608067
+    -151.70209819488534,24.808532906225224,24514.517790802,1.2751778970899045E7
+    -145.3960447723155,58.132434025063844,594578.298504951,1.644447938392865E7
+    -151.40570922422364,69.14215613897474,325183.846485833,1.7676446904263042E7
+    -140.36501428483288,76.29550552161231,675256.352341864,1.8477999729117356E7
+    -146.4416270488473,-53.72256996780296,536781.784110566,4047080.909210589
+    -151.44935339557276,67.40837049792091,309510.600361027,1.7483680356795035E7
+    -148.27981221485425,-36.76485057323818,385746.107152463,5930302.277195955
+<EPSG:3306> +proj=utm +zone=5 +south +ellps=intl +towgs84=217.037,86.959,23.956,0,0,0,0 +units=m +no_defs  <>
+    -157.97197938004183,60.07251895646286,223431.463657087,1.666991753272722E7
+    -157.7666802409668,42.47611116661156,108126.689360462,1.4713660842519496E7
+    -154.77594948105974,23.398224111967693,318494.267409035,1.258870740649696E7
+    -152.9496199513854,-44.85717564780828,503959.54223557,5032877.805774351
+    -158.9643950214526,-84.83949786263977,440188.976762839,575005.178983588
+    -155.53300878391227,-88.2449471794451,491320.140636364,197707.895204959
+    -148.900983327481,62.26143535294591,712732.497668971,1.6910069387800105E7
+    -151.98492531661623,6.65881065462824,612180.581472412,1.0736125425314857E7
+<EPSG:3307> +proj=utm +zone=39 +ellps=WGS84 +towgs84=0,-0.15,0.68,0,0,0,0 +units=m +no_defs  <>
+    48.76418530630628,46.72010345871513,329137.900899837,5176488.029250892
+    46.098468774138006,-86.4683475581374,466330.597680479,-9605101.708582766
+    48.63303898198115,5.750045242690192,237859.453565087,636116.184882421
+    52.32753435845757,-53.01871550476724,589050.685406487,-5875176.966672532
+    47.05324039836622,-66.9210708411675,327448.648953276,-7428051.703571052
+    49.086228501484406,21.319386181279157,301502.938559306,2358700.527890009
+    51.21347285824746,20.97149230931528,522190.323908939,2319006.738068235
+    54.25102138098258,75.44264850785095,591171.134279655,8375499.720234429
+<EPSG:3308> +proj=lcc +lat_1=-30.75 +lat_2=-35.75 +lat_0=-33.25 +lon_0=147 +x_0=9300000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    168.3130386193687,-43.307680076839155,1.1043335637384212E7,3200262.057287356
+    173.84625384258322,23.878999366124503,1.3670361455567667E7,1.1404285057978038E7
+    172.6679602312257,24.79202893260178,1.3522600385646053E7,1.1612378514031772E7
+    73.25560833299322,-46.05847812662348,3920298.778556142,1085006.807807316
+    84.7857691570126,-50.90528252116604,4962055.800247293,1175950.214996533
+    163.58182677894933,-38.52641642827646,1.07447170072915E7,3799363.775552461
+    165.86893198460342,1.2230436613881608,1.177301187056177E7,8316480.794456135
+    62.07814562933745,-9.023454040322989,233114.003329888,3355274.942559398
+<EPSG:3310> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +datum=NAD83 +units=m +no_defs  <>
+    43.697839575716955,38.49727929054913,8159176.001584982,9594441.826028654
+    39.119269921877844,-5.544435980025,1.275259949058786E7,9689243.767533407
+    -48.896810444983515,-88.80864727526738,1.1525176126691049E7,-4059565.877750619
+    30.517027194155446,9.685508439359225,1.1360666337275013E7,8503498.499684133
+    -53.061390069999874,-72.67114393051648,1.0852733168579003E7,-4415297.076097783
+    31.417004491315595,1.1721800159530744,1.2196885702089902E7,8633377.096700123
+    -18.64792652737748,-38.98549547684626,1.3465240638338488E7,925490.979520305
+    -120.50220894780495,76.42332718745973,-24308.343415129,3723738.801499124
+<EPSG:3311> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -176.5155960951837,-50.033967535022605,-8954019.070118299,-4885444.349244583
+    -107.84871511477641,-45.48302338715568,2009493.245517457,-7280118.776660087
+    14.49518815100538,-1.8910316833865295,1.23462253937099E7,6418978.757130114
+    -139.90145457048186,16.008936963106436,-2231734.934505387,-2162445.509570291
+    -83.54458501921147,-88.50490239474524,6342430.668372043,-7360825.003978342
+    19.52340114662985,-76.35247009675969,1.6713515025995515E7,6649884.294730032
+    -4.201557828148935,42.201212825177436,7373769.54286286,5626044.815357829
+    -90.97026651179038,53.49811640594015,1994805.913972803,2002722.649491062
+<EPSG:3312> +proj=utm +zone=21 +ellps=intl +towgs84=-186,230,110,0,0,0,0 +units=m +no_defs  <>
+    -56.972324316397305,-52.62905328292682,501903.896362312,-5831051.035043165
+    -55.57572425027178,80.31890051399537,526767.86345261,8917494.867522677
+    -54.59129252147507,-35.743855613194036,717839.349368942,-3958281.47169422
+    -62.415813659233265,70.59843693832099,299468.918796565,7841513.512239916
+    -58.951345572424536,-71.74409204639792,431814.97318684,-7961517.571018669
+    -51.66992640121301,14.224869831852288,1075799.678700577,1579073.232827223
+    -51.64743173172731,21.103042107498297,1056538.190137913,2342811.721079741
+    -62.49370660062689,23.666060129745375,-60759.738133725,2627952.112979031
+<EPSG:3313> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -53.06474253372878,-67.1767335207975,670246.706948515,-7456473.636303233
+    -60.67475498717878,-17.4119313407339,109490.457219201,-1928876.909374037
+    -62.489678600625105,-57.59187614452172,172039.836694748,-6396554.364801726
+    -53.00940873731226,-60.141776015413555,721542.46955823,-6673895.6865595
+    -54.555117645910705,-8.657491759032553,769053.249956401,-957850.251667621
+    -50.59926369454034,-35.33142729847609,1082115.891449127,-3928647.946447002
+    -58.47670464181807,36.14430030380031,367146.492065152,4000963.586455712
+    -55.14515577468732,18.219824800914296,696141.683062899,2015499.290843769
+<EPSG:3316> +proj=tmerc +lat_0=0 +lon_0=22 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    19.134479289979982,38.9634765280248,251635.894874917,1.4317626595241161E7
+    18.10505466750081,-55.7901281410301,255748.471989924,3808857.528643758
+    15.900477664368234,86.73862755820025,461315.524323299,1.963866356423444E7
+    26.86569592461997,67.62786701331541,706570.665667123,1.751148561649416E7
+    20.001100318108676,-71.852837775968,430498.517521843,2024171.157201623
+    17.633862253057675,61.19658875878747,265351.962648936,1.679427225477866E7
+    24.611530501296894,-11.79213742867185,784686.801820971,8694830.737387143
+    20.934688581982176,80.82258085686863,481025.4236222,1.8976096911875572E7
+<EPSG:3317> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    22.366707315011393,-87.59132331080166,492334.357770494,268049.047332451
+    26.162263324574248,82.2920773982153,532382.040377947,1.9140621313933287E7
+    20.58171268434593,65.3226933341044,340755.899665971,1.72506406629234E7
+    22.53507083217523,34.4860982619567,365442.029849335,1.381789324925562E7
+    19.27846821385144,1.3537822946758382,-26008.586416306,1.0150177933988906E7
+    29.507303675519804,-58.24721341898103,823178.770173291,3528903.933928275
+    19.276254487987384,-74.72172743851164,361142.377508676,1699641.808949263
+    18.949178324556506,84.28990577116838,443944.903646151,1.9365583573978696E7
+<EPSG:3318> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    8.257704277820608,-27.493308767477004,130067.597447858,6952673.402642155
+    7.2310732413803915,-87.08772346352612,472969.218176568,323280.360624559
+    15.532289911199385,-55.768550030571106,721643.14446302,3812478.228694445
+    14.6209955131049,45.58593411163463,704527.570304783,1.5052589581396954E7
+    6.533102643335454,-53.4294161952802,136796.921917073,4064557.053690438
+    11.938787318786346,81.78333343934506,499022.960395135,1.908320538047506E7
+    10.319118750288496,61.6220938329312,410846.367166532,1.6834996479890645E7
+    11.826763294211439,-60.02658919348039,490341.555516122,3343910.629422747
+<EPSG:3319> +proj=tmerc +lat_0=0 +lon_0=14 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    13.994208151388536,-68.12645125938408,499759.106984401,2441025.435231888
+    15.819232324238374,68.65060402103347,573930.135004158,1.7618529416812032E7
+    14.438139002692218,-3.054638680365727,548701.043544637,9662287.287898788
+    17.749588551635675,10.372801321589236,910868.365399715,1.1149294763461247E7
+    11.602983499853071,-55.058594410199504,346850.967744249,3894536.848896352
+    20.455628590000238,-28.881343834257734,1130418.425751089,6787253.779346572
+    20.513431552291244,-32.26798443547256,1114208.70140442,6410371.352104107
+    11.734150834940152,-30.402388282336013,282251.031943433,6633697.791430123
+<EPSG:3320> +proj=tmerc +lat_0=0 +lon_0=16 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    14.536526029102841,55.69080444810311,407969.937526594,1.6174185865273736E7
+    21.539370725418056,-46.49068682182404,925231.844937348,4835267.661118591
+    14.894399099480852,43.312519034895445,410311.224032838,1.479724454467142E7
+    12.022461660134686,78.03708016937242,407996.606279773,1.866804128796742E7
+    13.073060606152302,-25.787780251810588,206378.238643189,7143930.126201035
+    17.875065823449983,-16.937430596323935,699748.349858657,8126016.257895883
+    22.394934088760913,71.76137388074977,723096.246425699,1.7976310585819792E7
+    16.721178338164627,7.901593481354368,579519.579264455,1.0873670116682496E7
+<EPSG:3321> +proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    15.078071038845168,1.2393448130321758,174692.861348061,1.0137193056289956E7
+    13.419703922365928,-61.679264891520575,257633.176335647,3151248.905350061
+    12.537504477901999,34.77854706243134,-234.99710944,1.3862983391003285E7
+    18.088839089646434,-48.947218324373424,506507.04760044,4577093.85655551
+    20.92949535910978,78.22937561272306,566710.312460925,1.8688054074464213E7
+    19.08115140131618,-80.7098942634048,519491.018875867,1036478.485136256
+    17.97530793694913,-64.32447734190458,498805.850079039,2864961.923384338
+    14.833337665443178,-57.062958987023336,307928.48614142,3669553.01864458
+<EPSG:3322> +proj=tmerc +lat_0=0 +lon_0=20 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    14.96278892158003,-86.35381787502,464267.004987955,404803.718706401
+    18.780047779131067,12.245217485914466,367266.689070263,1.1354253974258969E7
+    15.068750477016678,87.11465258576303,472309.592843022,1.9679794002967723E7
+    23.154077057277725,39.65381151470376,770703.375591755,1.4395109070463462E7
+    22.4139742623809,45.34623491819366,689173.47304568,1.502544511207771E7
+    23.984139022832466,74.6556385522384,617643.89312739,1.8291402904341523E7
+    13.839348891615842,-82.15323845782268,406239.478331866,870489.861260351
+    22.527886805253175,-4.625751721420599,780560.022067477,9488098.479245352
+<EPSG:3323> +proj=tmerc +lat_0=0 +lon_0=22 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    18.77140594052428,-45.679154243523385,248477.538007318,4935320.679398979
+    27.759074035556566,22.460591380184454,1093423.121446785,1.2495766400165308E7
+    16.630275564391916,-13.629551094079844,-81746.419242553,8486487.55210541
+    23.760522927350998,88.59939323378751,504805.523341335,1.9844506532514703E7
+    26.28903649607302,56.71462507026871,762536.815506459,1.6295424359785741E7
+    27.24830312976568,30.512828158459257,1004074.625133699,1.338810654626122E7
+    23.586744560210107,62.319235151070245,582262.161439434,1.691254256569151E7
+    20.72949084770218,-27.332432313006528,374271.599651793,6975439.567139101
+<EPSG:3324> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    21.787437975164266,1.0578897980492457,253699.114167469,1.011704088058806E7
+    28.078753497419193,-85.35528481513767,536858.201274099,516585.178351667
+    22.494398377882913,18.278022593129194,340798.474932537,1.2022032485642916E7
+    20.67665122338915,30.080303638480657,179532.871247605,1.333308437347095E7
+    24.225345624898736,-6.062217893473971,524944.031645354,9329772.867152464
+    18.87412842582054,41.647993944356216,72942.958839144,1.4624485798030106E7
+    23.07939460762664,67.47048599667534,460623.30824402,1.7486108770330273E7
+    19.361323773745873,-17.568044064485946,7153.61845332,8051158.612177948
+<EPSG:3325> +proj=tmerc +lat_0=0 +lon_0=26 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    26.553898620379222,57.282125009711336,533404.820553744,1.6350531497714434E7
+    22.131914642925835,33.35268783548449,139874.791037237,1.3697907445797456E7
+    21.52724550358875,31.83390356908697,76431.55367509,1.3531544584279373E7
+    28.730411513986553,29.11735636857661,765782.127069972,1.3224783489120612E7
+    27.52185082740714,-53.938706193516126,599934.831400403,4020739.704559969
+    19.220807062495442,-41.571576790636605,-65537.768365417,5374457.523858451
+    25.45521071456269,-40.70383604468644,453962.116609729,5492927.405319463
+    22.687573455690362,-28.11786477942934,174460.110218181,6884617.511538378
+<EPSG:3326> +proj=tmerc +lat_0=0 +lon_0=28 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    24.731640825223334,-5.586919759036675,137720.298422103,9381322.425825441
+    27.97886231104625,-16.10973684048969,497738.956240637,8218548.230455587
+    31.387610391866268,-77.71457496341017,580454.12680625,1368764.091151288
+    27.922731195192668,-63.69620949941282,496178.255170545,2934993.417663946
+    32.8697688951395,50.37862038077452,846296.972478641,1.5593439312863773E7
+    27.554980490221517,-73.73276330526726,486080.704849929,1815489.701888235
+    26.369333574270215,71.04446474443435,440865.401615533,1.7885278494472757E7
+    21.303285433574164,-45.314078783206334,-25079.713262854,4959097.582944063
+<EPSG:3327> +proj=tmerc +lat_0=0 +lon_0=30 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +units=m +no_defs  <>
+    35.97027521133967,-34.17467089759932,1050765.085872435,6201468.618199034
+    27.338991592967826,-58.214925217047934,343622.606986121,3542635.551530386
+    36.921979693115865,-42.75193041493548,1066765.757421521,5242320.081240504
+    23.657102058283357,9.243089056369044,-198287.019645863,1.1028168842675168E7
+    26.371327273208927,-17.972237124508368,115465.49299475,8008701.78321443
+    32.711665111933605,29.00632807107978,764239.848941627,1.321242980946048E7
+    35.42370305295481,43.42686522061342,939191.737557959,1.4823665160015827E7
+    28.107481501411783,-16.916669103659828,298369.765475409,8128296.718650891
+<EPSG:3328> +proj=sterea +lat_0=52.16666666666666 +lon_0=19.16666666666667 +k=0.999714 +x_0=500000 +y_0=500000 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    31.62749432616475,27.38117510516564,1790191.240678735,-2202458.54448362
+    83.33952922476279,-25.542856243567506,1.1982478170418082E7,-7566366.353087302
+    90.21659170409713,-51.819633365231205,1.5352331136501504E7,-1.5640188508783717E7
+    86.54442029787562,2.5337794843573676,9744930.829334214,-2242750.119515833
+    -48.88961769175987,53.85561030474304,-3443889.647141357,2815648.715800502
+    -31.128071058187032,3.318964261340028,-6310231.496174921,-3626794.344650994
+    59.50884358498885,-13.868299894544165,6829710.354383064,-6827662.547200019
+    -66.64646911613272,35.6229698699573,-6416118.132952468,3155432.231669827
+<EPSG:3329> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    14.673453511760291,36.01228463422092,5470684.204853085,3987082.854023307
+    17.87397243744526,-73.80965138574742,5589606.778173184,-8196347.062151384
+    13.267954798984087,51.94289643590383,5381024.14567796,5758550.060504735
+    15.756456427405324,0.6528165863392559,5584330.742682733,72269.988275857
+    11.382619076966543,58.52656084530241,5289432.512800698,6495755.684197353
+    12.61283425340395,17.73359170307839,5246869.093415667,1963209.404076575
+    16.17834919105703,43.867186414475725,5594846.243248108,4859875.615506469
+    8.306453536767123,35.36729773340927,4891359.098219439,3936107.698596552
+<EPSG:3330> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    24.11402353478648,52.326863089339696,6916760.788193104,5817474.14449235
+    14.856266363995726,-29.993673949383314,6196703.09763514,-3323559.07898119
+    17.731308680397614,-20.332054107643557,6472070.13685087,-2249109.933992913
+    20.851553825539135,4.589066801192331,6816679.770890918,508160.302492299
+    20.605956038282322,39.35198391388198,6724761.516293807,4360947.783044847
+    16.606855153235564,-5.61956059189113,6345763.556665849,-621514.369784691
+    22.038357839109718,-5.339587654702299,6948109.119102718,-591839.007769965
+    21.761855943899768,79.91835199914982,6573630.009467794,8878553.387793606
+<EPSG:3331> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    25.772382992006833,-84.28111999102062,7553213.48570923,-9365551.792763626
+    24.289819389824913,16.542411637820067,7851445.311587321,1832642.36261065
+    18.71038128428234,20.666425800650302,7261492.774684117,2287933.896478176
+    20.59573135069248,-44.42150435527601,7467942.626631875,-4920750.227375587
+    27.60595251365856,-77.18296243748424,7663486.733184502,-8579917.194242932
+    20.40458834805581,-19.937558622090094,7437793.391330178,-2205520.529592456
+    20.910701036667334,18.638863745168507,7490697.955637298,2061799.392401228
+    19.731168483131615,-58.884567715977326,7426975.152205516,-6530556.197851025
+<EPSG:3332> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    28.511358586838384,86.95592657510304,8526866.483043643,9663159.488848602
+    23.90413215310455,-47.464827678643054,8492909.749872122,-5258942.731435393
+    30.046967796062283,35.59855631392712,9048420.018103288,3957994.436126854
+    21.427888479837677,-34.20741084713294,8263052.799548291,-3789644.186110807
+    28.503296579377484,-25.718545570307704,8952357.70559952,-2853338.578771058
+    18.538813826162272,23.752073211402546,7942796.074174385,2638655.5443476
+    28.432916946135894,82.02106724568091,8568791.690054424,9113597.506297905
+    24.160392832950148,-37.24362559760484,8514364.671514537,-4123549.561602221
+<EPSG:3333> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    8.484570694859885,23.722305474553906,2834766.7246509,2639910.310470413
+    13.744872310740428,56.01108839482356,3421839.765023873,6210654.314664219
+    17.072713839617588,-84.36508701910634,3522885.576057624,-9373155.83471745
+    19.81739356540961,36.33157531987689,3932807.984799087,4033254.2217152
+    17.10462321275491,-11.169145552562924,3730056.15481566,-1235937.574811944
+    19.24456983635914,20.115658618660717,3944296.043777994,2230945.010849536
+    21.534714404089108,53.542900639241225,3933051.36733471,5955076.802797474
+    14.599529080941963,11.193922666524287,3456383.931275245,1238042.629837367
+<EPSG:3334> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    26.001611107659244,11.09384500701573,5047215.489229603,1231545.003238128
+    24.536704587651396,-88.21405137459543,4512462.765710087,-9803008.450939858
+    19.283559888813123,64.83440780592574,4418660.307446908,7194120.593305477
+    18.71254512646012,11.37405197237635,4250386.785314959,1258920.024017649
+    19.61083399357945,-20.24490192326759,4354968.571517509,-2240044.514364444
+    25.311607384336277,23.166696912410345,4941906.651359469,2569654.366416597
+    21.0922768021372,45.04613764935286,4507392.589842954,4990202.406896449
+    24.46488033632069,-57.84119250189623,4705889.653056233,-6418912.127630974
+<EPSG:3335> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    21.093296471904754,-46.57892412493839,5047412.568366372,-5177423.297813627
+    23.728615566302942,69.37453877827377,5371519.692845981,7702771.205039945
+    25.897852114390968,-26.534267303698222,5390280.536764601,-2936461.347137152
+    33.79262292943676,27.83452208693005,6170165.277807626,3098811.958402393
+    27.26767748841653,9.63031386506593,5529499.213099583,1065067.434532566
+    27.736525565217775,-23.35022087328366,5575442.927699015,-2583470.781776631
+    22.458416895336946,-21.544228961769903,5029297.896430712,-2390150.336766321
+    21.972134610076704,-70.33893814934535,5311454.237259669,-7814667.416825102
+<EPSG:3336> +proj=utm +zone=42 +south +ellps=intl +towgs84=145,-187,103,0,0,0,0 +units=m +no_defs  <>
+    66.98793060218706,70.597258567714,425610.504089116,1.783383301987599E7
+    75.80766964163286,49.91214344598771,988794.21503344,1.5551158447042603E7
+    70.25905808625714,-63.50114566900672,562878.369636555,2957774.287099727
+    62.85946426671888,-15.61958485827634,-159108.993337707,8263469.683272609
+    63.66952500879183,57.481094205445174,180761.806837006,1.6383553019293362E7
+    64.26052754743156,-11.743323010201621,-16768.522399211,8697342.405936392
+    75.32952810328008,-82.12726972666144,596804.584849076,875479.901262226
+    70.57615837995456,-62.678857565595415,580908.996115964,3049022.820823836
+<EPSG:3337> +proj=lcc +lat_1=-20.19506944444445 +lat_0=-20.19506944444445 +lon_0=57.52182777777778 +k_0=1 +x_0=1000000 +y_0=1000000 +ellps=clrk80 +towgs84=-770.1,158.4,-498.2,0,0,0,0 +units=m +no_defs  <>
+    -24.934057070491313,-59.16952887043456,-5008476.942947068,-5264427.625772081
+    81.40848881117242,19.70795249499804,4174189.295030709,5562275.299962291
+    3.413557009573921,-33.68284948250145,-4072936.360398695,-1342517.187206162
+    60.00509597382773,-33.570204594196696,1236397.812266055,-497360.519634059
+    80.92457468829446,-40.42013832882257,3115048.641945627,-1441052.128144416
+    25.69216855016915,-16.63814130816339,-2382124.371485409,1069031.971487674
+    20.003578906984657,33.74321067291676,-4454382.569901575,7366121.171090206
+    36.31362279089726,-39.75747773441184,-929269.685057227,-1336367.966250471
+<EPSG:3338> +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -84.2269384413074,41.39819533532514,4981653.978357987,1950587.785131472
+    -22.337502426331213,-75.5974069085039,1.2502987773661815E7,1.0264142426290836E7
+    -22.002184670643118,70.60853975046132,2297464.859792172,5821187.708722072
+    -28.630916699099856,-19.90585001656406,1.0705297284650104E7,8315784.972007324
+    -70.94667945786085,-54.70274922037869,1.2437673448061986E7,679536.391685568
+    -19.511402779244406,-70.22116765968605,1.2172998707384465E7,1.0748910665720528E7
+    -49.97171795860399,14.688002196988904,8441916.62508794,4767172.711146834
+    -129.04243854794984,-52.043350688221764,4772554.548894532,-7291987.351314765
+<EPSG:3339> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs  <>
+    16.338444736794354,-22.644753593288087,946340.77354348,7488701.871456645
+    17.50826973197116,30.719241841059073,1028061.256004468,1.3412628795174206E7
+    18.335364818551717,31.966743834853332,1099466.260470843,1.35555274376637E7
+    11.56090529676473,34.079119988425745,459614.967183213,1.3772269048305724E7
+    16.280795823433458,84.16811390736513,548667.673072277,1.9351303878707737E7
+    8.69211645457338,9.939531568320888,137244.267788543,1.1101032795265907E7
+    16.820172485675798,51.64821442046636,833626.556490364,1.573468942319487E7
+    12.122609814368808,20.753825024033603,512905.035515416,1.229575058943097E7
+<EPSG:3340> +proj=tmerc +lat_0=0 +lon_0=14 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs  <>
+    13.08221390020249,-9.318851873619295,399311.703691756,8969623.883158552
+    13.000577166865614,0.26343904169452514,388885.413113766,1.0029300022792866E7
+    14.732985179714358,-49.91166599525467,552776.296205284,4469439.274584552
+    8.781738004214315,-70.04067014263882,301488.178407952,2218936.186757338
+    13.508920889676252,80.3363430787692,490929.007244644,1.8921698544504013E7
+    12.55150124320345,-35.40284775886016,368563.036127121,6080302.551560616
+    19.46901355204217,-33.64259451527706,1007742.75241532,6263068.346843923
+    17.433480580232747,-76.35176745961905,590549.225693916,1520581.320638085
+<EPSG:3341> +proj=tmerc +lat_0=0 +lon_0=16 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs  <>
+    17.75084333838293,9.833971210104266,692195.60391,1.108804805300447E7
+    9.986425868831848,-21.38041281629441,-124292.596643085,7623228.94656761
+    20.767170088713968,-63.366996038415095,738467.096760005,2962723.223025712
+    22.637041709988427,52.614267241345715,949350.950752195,1.5851860361506693E7
+    10.617485585231623,-12.331578966393167,-86046.172344624,8630646.245393137
+    9.02803879386392,-29.344844658138655,-177750.639251936,6732720.603381844
+    9.255270121723848,8.083313813486399,-244866.399177535,1.0900131312861701E7
+    14.894036023364539,48.93205190379149,419106.941074436,1.5422172025340661E7
+<EPSG:3342> +proj=utm +zone=33 +south +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +units=m +no_defs  <>
+    15.353811357061035,54.192943997484406,523215.457507009,1.6005073751993518E7
+    20.630597316265664,4.4578761291613205,1125793.997581557,1.0495303441719702E7
+    19.365122275170066,-56.83088334161933,766399.650974148,3693115.250038024
+    21.028713046380446,-73.98447348752133,685498.704971075,1780504.673957745
+    12.829161378842368,20.8242775512212,274219.154851763,1.2304373488976013E7
+    8.046283038399691,-76.57665970813756,320330.049477789,1490038.260004112
+    14.08122034626727,43.93572678838083,426392.918992313,1.4865223542129787E7
+    10.334000967686293,62.20812179195647,257573.887793313,1.690608851486501E7
+<EPSG:3343> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -8.341024867874934,-59.63554915293049,875085.34670553,-6629662.895602491
+    -14.932886547469792,-75.61758530208357,501860.860773449,-8392516.020625085
+    -13.234148079832032,8.199264318586543,694529.532988715,906754.558274416
+    -8.152267999820715,37.60407746791904,1104799.433646014,4184001.509125262
+    -13.150010473254456,60.32462908105583,602166.471192672,6688998.539612606
+    -13.944201933187507,10.502741016143261,615534.582582406,1161192.213513955
+    -8.589707090002593,-84.88958910389522,563619.079656146,-9430954.892712139
+    -21.692421323450258,-11.426489703242012,-231579.27546849,-1271630.402014904
+<EPSG:3344> +proj=utm +zone=29 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -15.449329034035847,30.685436908411532,-118333.021702684,3412547.907545123
+    -6.045796037287758,45.603737973069116,730376.256455375,5054267.112418313
+    -6.726521559206542,-60.83164656463597,623596.200208872,-6746177.20952499
+    -9.424301044360423,-49.16046791322772,469065.412131678,-5445381.143700702
+    -4.007508217987416,-66.48894172748008,722053.669060382,-7383289.257649221
+    -10.25237682922145,-11.684830252183218,363501.023010672,-1292005.338518525
+    -11.577900873764161,52.06093651742398,323280.608056151,5770952.094861088
+    -14.319292490477192,24.04535743403227,-41364.094059489,2669507.585107555
+<EPSG:3345> +proj=utm +zone=30 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -6.302739746572361,1.4007502840937889,132392.079974819,155084.522874704
+    2.0711446939034257,-84.46279706218353,554561.124741266,-9382164.405127533
+    2.003572323059135,-31.819182289214226,973808.44904766,-3531318.690099702
+    -1.4506622261157212,-3.7270352781813187,672061.248527147,-412106.459497645
+    -0.14957766372738135,-14.624661443745552,807080.961719559,-1618742.341272204
+    -7.070201639841966,-65.1210171478332,309035.508578933,-7228098.76478467
+    -9.847299890791156,15.82484979346151,-234737.905001547,1761575.167655772
+    -2.251534017492154,-0.9194094803412298,583277.256934386,-101631.188153795
+<EPSG:3346> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    30.739063619375912,-49.50899104159666,987790.002291285,-5507000.739490078
+    26.54290291398701,-40.07114266624971,716891.718638557,-4439640.348675824
+    20.58348074296743,48.65348563785042,248346.763143194,5395650.645759594
+    20.22389666608827,-8.005134357137422,83506.571079383,-886955.901224895
+    24.23608911342159,73.73457059732084,507382.387423351,8184077.942519601
+    27.647884222084446,-43.06736434342839,797081.22421907,-4775712.057260349
+    30.081036750092704,-24.769113963120418,1115655.389130504,-2753653.052957961
+    22.718569723204496,-0.4589043557364221,357372.938134597,-50745.655108541
+<EPSG:3347> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=63.390675 +lon_0=-91.86666666666666 +x_0=6200000 +y_0=3000000 +datum=NAD83 +units=m +no_defs  <>
+    -143.98847821255265,56.44925100746057,3397254.372389834,3465058.551476254
+    -155.27024670724248,82.5308298283303,5387519.141292679,5557813.673278879
+    -15.76050863128583,24.079989132970887,1.3298550587867623E7,3294934.513977333
+    -100.71404926412204,74.41370848534619,5938694.096208837,4216698.277643157
+    -108.97367935695168,33.30714174402341,4481392.89546097,-152022.9999486
+    -138.7816444920279,14.116011871229594,150798.783160001,-574025.240891094
+    -151.09387122714472,59.63134701277326,3400085.632442152,4000066.948648808
+    -141.69010859047938,25.203399527860793,921502.284941227,782594.205073607
+<EPSG:3348> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=63.390675 +lon_0=-91.86666666666666 +x_0=6200000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -32.52229762605765,10.841881451977512,1.3815416079035364E7,439165.022965007
+    -34.68318555915724,45.26768951038639,1.0170224385971114E7,2926270.817613746
+    -38.094446228324784,82.23021424695142,6950208.363131485,5417974.289113363
+    -57.26407527278472,6.37677029892787,1.1464667165080786E7,-2620229.306192936
+    -72.65568669356975,21.416162101344764,8573370.794362988,-1534483.367199112
+    -95.66478226812507,80.08689729472897,6125419.915842396,4835673.172645352
+    -85.91256415706889,33.42021568279644,6803271.349427933,-342593.83269925
+    -135.44792737604152,36.54567205556738,2352609.225355452,1375461.375472483
+<EPSG:3350> +proj=tmerc +lat_0=0.1 +lon_0=21.95 +k=1 +x_0=250000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    22.779480415760993,-23.890305710426944,334591.133217969,-2654393.072029441
+    15.36205466130513,81.84213137500126,145952.117490581,9085868.92349386
+    25.83415314393004,-8.747822753723923,677820.20008791,-980545.954102387
+    22.82791528597493,45.95400700619024,318187.979327698,5080422.020038699
+    23.040470283268732,-63.64941646254411,304150.667629476,-7072338.674966848
+    23.970537928301162,45.707030015749496,407466.636658816,5054581.997245242
+    17.336555866293825,51.13177154103897,-72734.96407876,5665952.908539484
+    22.757306827119017,43.06417556141699,315884.670397825,4759237.61350322
+<EPSG:3351> +proj=tmerc +lat_0=0.1 +lon_0=24.95 +k=1 +x_0=1250000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    18.682518719133622,-84.34379687165595,1181270.947236889,-9385137.577936701
+    31.65516461579398,-81.38470616006005,1362068.823913572,-9057398.96354472
+    23.975206464734015,-17.73893897649731,1146720.641844844,-1973348.694963906
+    18.605481988523138,-83.26085951522914,1167138.469470829,-9265007.100466866
+    18.26038309802054,-74.10490086770696,1045929.978297572,-8249642.899981091
+    20.19493764338217,-65.16268098692048,1027325.842790306,-7248977.58289477
+    27.93204898322322,-2.164551323582117,1581991.78507486,-250640.955675675
+    25.308757702475155,-5.800150674856297,1289846.861326637,-652356.427343654
+<EPSG:3352> +proj=tmerc +lat_0=0.1 +lon_0=27.95 +k=1 +x_0=2250000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    33.84453199724099,-46.924946359241055,2699013.246709026,-5226846.850610485
+    26.750559082317924,-60.33811517840883,2183875.181885439,-6703430.174974053
+    25.147437566349364,-36.605565422805874,1999335.320557115,-4067423.794794525
+    27.60841875708189,-0.4100798118008555,2212086.324290107,-56312.683379783
+    22.112424746800606,75.78502180599315,2090299.194550423,8411537.22002357
+    34.94182285361457,69.41652272387796,2524063.110325514,7708629.280812691
+    22.598099936490165,63.6601098024492,1985308.326904476,7062129.728169732
+    25.367378287257434,23.402374645377236,1986066.035865457,2580517.145483739
+<EPSG:3353> +proj=utm +zone=32 +south +ellps=intl +units=m +no_defs  <>
+    8.453910931193338,-1.3779068756396242,439248.096697175,9847690.975665819
+    8.60026456626899,-49.30982141715545,470942.772792529,4537916.161645036
+    3.3066084684586925,24.59814718461672,-77021.753752557,1.2732448678715605E7
+    2.851189938337678,-16.45609575853517,-157451.405070079,8170569.656624112
+    7.736228517489978,26.8806984942741,374471.264764808,1.297388880587891E7
+    14.810639197918311,72.37054458843562,696156.033423097,1.80399730825681E7
+    7.899469168678978,-5.585484552516576,378103.827672234,9382495.784314767
+    11.649215701318584,-33.52710181929439,746041.876024063,6287075.765239054
+<EPSG:3354> +proj=utm +zone=32 +south +ellps=intl +units=m +no_defs  <>
+    11.126086314661823,-17.670451570346003,725539.116236391,8044979.374272679
+    2.721882881356067,6.920461298540971,-194929.290830845,1.0769566003648426E7
+    11.10269309609716,11.930530525609242,729012.186321615,1.131975599748321E7
+    12.348595434660988,-14.65165375151959,860770.056936253,8377514.141145837
+    9.972040721749615,-40.19177809063599,582744.934202883,5550427.438652678
+    13.41060325496273,20.479243179329387,960324.412723902,1.2270751860925045E7
+    9.010242493620524,64.84770243977312,500485.774800685,1.719166101577597E7
+    14.486662307874886,-17.622948274750883,1082810.599258289,8043038.652750818
+<EPSG:3355> +proj=tmerc +lat_0=30 +lon_0=31 +k=1 +x_0=615000 +y_0=810000 +ellps=helmert +towgs84=-146.21,112.63,4.05,0,0,0,0 +units=m +no_defs  <>
+    32.14829859241479,46.19426314893491,703467.391660969,2608170.830564817
+    33.83944518771161,-8.913091128883806,927244.32686628,-3496990.545545856
+    31.10578748353404,-86.14313216642635,615622.928755057,-1.2081362972908625E7
+    37.76413209399216,-28.4346208449251,1278319.839369019,-5675463.887039477
+    28.2923794041657,-73.94257227874265,531224.568653123,-1.0720981762297658E7
+    32.83493267448601,-34.0615520032896,784236.682408018,-6282160.882817127
+    37.76334975586938,-86.9397292113031,655064.520222,-1.217270904035919E7
+    32.63441238380257,12.429824577871429,792554.98494688,-1134974.640181154
+<EPSG:3358> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.22 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -16.546996216269065,27.207841528413518,6451467.205926566,1172711.937240667
+    -98.11873077879696,32.68794503155434,-1173836.628330282,54420.955449748
+    -119.86755858789351,38.52733621011007,-2859510.139439098,1254593.873289815
+    -65.8772308647786,11.813841714366582,2151623.315834326,-2397161.850434692
+    -86.3500281026309,84.66394569330723,442862.109312369,6951908.551102185
+    -113.56452455282508,11.473500134502522,-3395936.674435535,-1835523.743424753
+    -38.99308560527818,65.8894007773531,2737327.604481704,4209180.763227977
+    -115.85424682828514,-14.148269049128285,-4906495.094414564,-4969328.19776961
+<EPSG:3360> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -18.923872224977686,84.392283437812,2050136.498696179,7683526.619368855
+    -38.737064283170284,4.403376255969771,5762956.227505097,-2105108.55790267
+    -142.96120413264768,7.167651257024303,-6510510.189664274,-631462.822684964
+    -64.24803651547025,-8.957475504959636,2988681.767479693,-4762242.98022788
+    -69.87676961079778,64.2537034411931,1252517.053775768,3835850.099966103
+    -47.4867380063299,18.10115675818875,4218854.157789895,-951046.711909893
+    -62.87339013189559,-1.9588547682420234,3013784.408885232,-3780226.076006418
+    -146.09216440640571,31.472896938770788,-5178155.648167803,1845436.354426918
+<EPSG:3361> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -41.30027861273362,21.447300267537592,1.5459255879473586E7,-1189980.112905517
+    -40.50442609975903,-17.28367530488298,2.205408311204702E7,-1.6425913465337269E7
+    -85.74555167666614,25.98502550708981,428250.431590281,-2098173.096005961
+    -150.65619183412218,49.576032406633956,-1.3954965514092466E7,1.2132917663084762E7
+    -78.80893903702759,-2.529930753227866,2963546.729431027,-1.3334601510046408E7
+    -46.28636934431579,67.01108884953435,8066932.968888028,1.4729260238445872E7
+    -106.31875827853825,-12.490305598366817,-1.0143287327908814E7,-1.6464541765205564E7
+    -34.97522413239429,3.5569914760127403,2.0465885745369647E7,-6579592.933003423
+<EPSG:3362> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -54.34352203555039,47.927248628300674,2339465.611320499,1100363.740228657
+    -39.97163503932089,21.99048843110856,4585763.466336466,-1171308.85944044
+    -161.63108680366676,47.34169822052195,-4822943.668133799,3650962.364970581
+    -134.69306875254546,25.33268584438482,-4928653.916857514,218386.509745173
+    -44.47372417264752,13.917539728147638,4498191.163470029,-2262433.852240539
+    -50.67972886797736,4.0090434100778864,4188407.087494784,-3725232.621352762
+    -8.769361281186633,63.00691423671239,4011994.802400631,4041974.239348149
+    -82.60202131877651,81.96622336084505,481425.131910167,5264973.532066205
+<EPSG:3363> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -51.68891566148095,24.329686201826703,1.0877824392726874E7,-4499210.410728939
+    -90.74780813492941,22.073745073313475,-2654283.109904068,-6361489.879804691
+    -134.5430016664498,47.08743934904018,-1.1253318991299234E7,7023434.839541273
+    -72.98293448109267,-3.0357945527367605,4252163.290638612,-1.7238083756538402E7
+    -66.54395325668376,76.36625428073373,3242963.289478069,1.441531749069398E7
+    -6.699788920582591,86.55369638980028,4868945.026252618,2.150594352377317E7
+    -86.19951101945045,19.291048303661867,-1147779.632973583,-7630877.868654249
+    -3.4758509518106564,41.482516868039085,1.9915214883725457E7,8683823.718188232
+<EPSG:3364> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -134.17541600307422,-2.885679702070913,-6999523.468070495,-2614430.961625169
+    -108.76062652734603,4.276757561974286,-3443980.947427175,-3423871.347492286
+    -30.54543039203827,50.592158949739826,3838900.690145091,2144179.837034105
+    -51.06521304732023,55.95265775158596,2309540.146905568,2130843.972309449
+    -64.50215271717735,31.27977387358601,1872258.390556172,-802078.930831738
+    -108.37036920578305,61.586889607434486,-1125974.890374766,2838460.571778596
+    -5.81012888562779,35.094490919228484,6482589.09034749,2066698.675439008
+    -70.07826826871639,-4.77889878579542,1729511.03098539,-5354180.631883107
+<EPSG:3365> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -21.270111585356233,43.26844129853957,1.6024013384687126E7,6088587.197334348
+    -104.38317727722347,77.9051040148607,-845302.747866559,1.5938660484396236E7
+    -13.35376312217116,-4.211341041264758,3.024418944351903E7,-6662862.103746268
+    -141.03007069767662,12.597535487120425,-2.1075331310238533E7,-1472746.346968344
+    -19.066839893128844,3.1306035307203928,2.6063317111234725E7,-5774661.258610783
+    -44.39536651494713,33.079759292203434,1.2024292876117706E7,-361806.497907899
+    -6.1327331145132575,6.5060414497877375,2.9235081741495904E7,-922700.534550449
+    -78.0943970325167,36.74762444624799,1867391.298123983,-942283.538316884
+<EPSG:3367> +proj=utm +zone=28 +ellps=clrk80 +units=m +no_defs  <>
+    -16.980484374036852,63.36755356918019,400952.457383124,7027792.896123198
+    -21.396317144251253,12.698000521486321,-195783.940209773,1412176.545635602
+    -14.329005421064952,-39.07768390022271,558041.566684186,-4325312.762653049
+    -10.4623077020827,5.840728045466477,1002855.352000424,647568.731149377
+    -21.21339120240819,-42.1872554117654,-13187.560949556,-4688986.250464169
+    -11.096897543037231,-88.77986683578126,509272.842971418,-9861946.091251563
+    -19.78982135627578,65.72970682283261,280463.702645134,7297886.305151016
+    -8.476174630228208,-73.60035936389667,705232.878679108,-8178453.786579994
+<EPSG:3368> +proj=utm +zone=29 +ellps=clrk80 +units=m +no_defs  <>
+    -5.878774525307826,55.84352005760806,695424.884483862,6192765.882404917
+    -9.077533150574983,-76.44519938396678,497971.360261546,-8484661.272452403
+    -2.883960048373588,-22.19550321961208,1131312.448177937,-2467021.904061555
+    -15.732009248484326,-23.205169105547228,-189979.390445167,-2582039.684746121
+    -9.683621684774767,-16.59034116594384,427073.793620528,-1834200.694804133
+    -14.262562400633147,88.25190369752488,482100.164422881,9803501.857088676
+    -3.32875632315287,-83.03901402777304,576618.659106237,-9224427.62384656
+    -9.656964102989523,81.33220596790949,488946.128582125,9030181.716707697
+<EPSG:3369> +proj=utm +zone=30 +ellps=clrk80 +units=m +no_defs  <>
+    -2.0707893221326366,59.53686912318142,552553.851060087,6599908.183044204
+    -0.9385302128940562,34.26076434929172,689810.324523683,3792711.653741775
+    2.9804708074984756,-9.880931607650098,1156813.471873846,-1098047.195287327
+    -2.056298362435058,82.2172391914095,514267.592972472,9129035.193584118
+    2.744920161842847,70.07340978899845,718252.541872662,7784112.231458459
+    2.8100104215525175,79.54256495495287,617546.143905972,8836215.397748832
+    -8.647033074897239,19.716050608096737,-92521.391784317,2189745.711057188
+    2.169458542975045,30.20450954815918,997908.247217303,3352506.29519997
+<EPSG:3372> +proj=utm +zone=59 +datum=NAD83 +units=m +no_defs  <>
+    175.87911889669,4.937689373579502,1041571.918836759,547764.988822263
+    177.01341063987672,20.218370983308063,1129047.27035654,2247084.321546621
+    165.22729423500243,27.508441474311084,-70698.836954953,3056060.073948185
+    173.74024711167127,-50.85083179883426,692883.064673205,-5636815.238289436
+    170.35858936276938,59.083154830955266,463238.729356985,6549487.947461803
+    174.55431435558486,-11.039329327729718,888467.891262518,-1222637.516752618
+    164.2309085301379,-25.767044826231142,-179755.234404156,-2867395.55076103
+    164.69609821407275,10.560336124797189,-190973.084190669,1174353.740548499
+<EPSG:3373> +proj=utm +zone=60 +datum=NAD83 +units=m +no_defs  <>
+    170.5442650723795,-11.157041401995457,-206266.260641442,-1241067.048959506
+    172.35211567681245,0.3521431251639626,-17755.414886911,39051.685721572
+    178.58371361782693,2.881613942796733,676028.784001581,318629.94417503
+    171.30904991294966,-37.18794858432535,-5334.40749988,-4130920.088574951
+    177.06634193855066,18.075944150534156,507020.120313009,1998589.00194493
+    178.10320034730313,44.505461921475614,587693.859946691,4928607.713503843
+    177.49354181057183,-13.902832698731544,553320.869284928,-1537035.3090672
+    177.08637318787214,-40.90090078148782,507274.986844241,-4527759.793606263
+<EPSG:3374> +proj=utm +zone=29 +ellps=intl +units=m +no_defs  <>
+    -8.933241691047384,-35.068914776496854,506086.962777779,-3880748.840695897
+    -6.803081903856125,-60.227779774861446,621686.645486499,-6678960.929495507
+    -14.080990752879096,85.55198666560915,456059.657992327,9503597.036862634
+    -8.262470298551788,6.144002786529384,581605.761710654,679186.700126029
+    -14.289658238772098,-74.92989332458862,346662.537723879,-8322858.995322721
+    -2.8877426636670247,53.69469373266088,903371.680407041,5967047.927302488
+    -4.538164605307053,-58.71470612067327,758352.463374339,-6517037.948029454
+    -15.080213781882783,-67.29393244902323,238424.159290175,-7477158.777682983
+<EPSG:3375> +proj=omerc +lat_0=4 +lonc=102.25 +alpha=323.0257964666666 +k=0.99984 +x_0=804671 +y_0=0 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +units=m +no_defs +bounds=98,1,106,8  <>
+    102.56231341329757,5.521346415055345,507733.678376979,610618.448130305
+    102.61874011671436,3.0331378405409763,513623.683613156,335491.225164657
+    103.55128287363054,6.812174500689168,617264.579410929,753411.25068131
+    102.88246924457141,4.497866445472025,543113.245841361,497401.685676462
+    98.2181215083305,5.8299560119802525,26664.261389425,647091.035161442
+    102.91406278249389,6.389001035814727,546762.545419464,706560.080579633
+    103.5053602186462,7.236064124062156,612136.737389671,800334.093255811
+    103.07204053452831,2.972678413949669,564000.314073662,328748.073289026
+<EPSG:3376> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31580995 +k=0.99984 +x_0=0 +y_0=0 +no_uoff +gamma=53.13010236111111 +ellps=GRS80 +units=m +no_defs +bounds=109,0,120,8  <>
+    118.2569248514901,5.579548122068013,950776.59241762,619558.86813694
+    119.80498811767022,5.472176055232994,1122429.994073215,609373.225894415
+    109.99017447840325,0.06984737935590246,33875.0637742,7741.368072678
+    119.89971103049919,0.49382677474232395,1138558.2500866,57832.009344046
+    117.5494871342714,4.470597973473983,873268.347059555,496336.216565203
+    118.29726078885031,7.783083760909961,953185.83479366,863247.391133427
+    109.57245485012804,2.810876787492166,-12553.201784886,310869.34270618
+    118.98090691291371,7.612877603659014,1028771.294113858,845111.578302842
+<EPSG:3377> +proj=cass +lat_0=2.121679744444445 +lon_0=103.4279362361111 +x_0=-14810.562 +y_0=8758.32 +ellps=GRS80 +units=m +no_defs  <>
+    103.5368658212412,78.45360116345844,-12375.572349959,8486633.83073446
+    102.64538236732142,-5.784664689135397,-101483.373798289,-865562.508441518
+    102.47966979320962,50.51548653464337,-82065.705726245,5372770.294808445
+    102.98351714181564,53.92930682077099,-44002.850742211,5752293.125273661
+    103.58602814102866,-39.98661090541065,-1307.855211892,-4653900.307329738
+    103.128568452715,61.84132617704756,-30578.371946182,6633437.989968102
+    102.60925772209484,-35.112396709430875,-89443.046747373,-4113215.035948059
+    104.29856211027055,-84.4414640548736,-5391.940025588,-9607047.5638585
+<EPSG:3378> +proj=cass +lat_0=2.682347636111111 +lon_0=101.9749050416667 +x_0=3673.785 +y_0=-4240.573 +ellps=GRS80 +units=m +no_defs  <>
+    102.62034161300005,50.69335456596468,49279.349997954,5317330.217312975
+    102.55753805635621,-55.67322556832288,40331.57060908,-6473175.642230554
+    101.56526975579122,69.2884386881006,-12500.730195802,7388813.426616014
+    102.14998987797806,-64.5966039757619,12057.845795924,-7467217.637418873
+    102.53721937975293,-80.52325427399275,14013.702414347,-9244458.762202268
+    102.35315253533457,-70.82569990130878,17544.70371216,-8161986.382162501
+    101.20795390091348,-27.704823888368352,-71969.038565805,-3366807.977130844
+    101.02351742035003,75.97895816280018,-22065.528663655,8135577.88093078
+<EPSG:3379> +proj=cass +lat_0=3.769388088888889 +lon_0=102.3682989833333 +x_0=-7368.228 +y_0=6485.858 +ellps=GRS80 +units=m +no_defs  <>
+    102.32317860586669,-64.03094382994783,-9573.604563697,-7513621.961421604
+    101.60881392413704,61.30135795205766,-48071.246224954,6388993.453923824
+    102.90855240574514,-82.09243468841048,932.837642337,-9529151.058039984
+    101.81483135065459,67.11519890699557,-31395.816616898,7036990.515480381
+    102.72991191446076,-42.6263949746076,22295.968308035,-5131597.366936221
+    101.6957050347389,-21.469700397922153,-77076.762881531,-2785549.437951129
+    101.94197960110124,51.57037123324287,-36926.284892926,5305310.261774306
+    101.47439119191861,14.013686749873955,-103934.707155517,1139724.83637989
+<EPSG:3380> +proj=cass +lat_0=3.68464905 +lon_0=101.3891079138889 +x_0=-34836.161 +y_0=56464.049 +ellps=GRS80 +units=m +no_defs  <>
+    101.51973149604532,74.22669238436768,-30871.159166504,7889660.591955974
+    100.9374720910459,-52.92931068897963,-65207.037311286,-6217818.168498107
+    100.57631751232421,-7.610337180258497,-124523.814131388,-1192610.287660456
+    102.05539285137385,-52.69051178477013,10214.927159873,-6191356.827175141
+    100.68881403342523,37.35238821112192,-96881.081958686,3784880.424248286
+    101.62926933574784,-87.60753427160849,-33716.398107771,-1.0085714612160157E7
+    101.00578031533486,-12.725403703125963,-76466.591605553,-1758332.066567798
+    100.67020112038855,38.976492040264745,-97132.426600061,3965171.096061914
+<EPSG:3381> +proj=cass +lat_0=4.9762852 +lon_0=103.070275625 +x_0=19594.245 +y_0=3371.895 +ellps=GRS80 +units=m +no_defs  <>
+    103.68158655367347,37.78001836488211,73446.797343665,3636366.186936499
+    103.35257291188671,80.41611853704632,24843.357665477,8384725.859046679
+    102.07913978284355,-31.430329842093883,-74634.43490615,-4026002.506843022
+    103.69441014105111,-45.54372946852894,68337.123407684,-5592453.502525712
+    103.32981270921584,-83.46017905879494,22895.723969203,-9818437.624686347
+    103.09117661286561,31.465027298968977,21580.626103976,2935642.593627959
+    102.6904712860076,-30.415907392643433,-16897.821135936,-3913171.554675293
+    103.38032540539892,-86.69928357071187,21588.127524093,-1.0180196192027137E7
+<EPSG:3382> +proj=cass +lat_0=5.421517541666667 +lon_0=100.3443769638889 +x_0=-23.414 +y_0=62.283 +ellps=GRS80 +units=m +no_defs  <>
+    100.4590860063108,-51.692068314092666,7908.511194329,-6328523.965957305
+    100.52649228025791,10.570806551185015,19907.76057754,569561.353396879
+    100.28669449488508,-41.0573539618845,-4872.329509659,-5146380.335368536
+    101.21401687984844,37.5069447599047,76866.665023758,3553692.199457497
+    99.93761651303268,-72.45029176958552,-13718.575156571,-8641859.26396307
+    101.00332174733408,-68.43788190656085,27012.545559499,-8194304.041285726
+    99.96481287922167,-75.39975032639248,-10707.718401497,-8971028.127561413
+    100.94830664598017,30.851731287317932,57743.211247648,2815256.14304745
+<EPSG:3383> +proj=cass +lat_0=5.964672713888889 +lon_0=100.6363711111111 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    99.82914477488958,-78.7006942322631,-17663.04120957,-9399750.644608067
+    100.66193347152628,69.89613634467099,980.994337034,7097830.521602347
+    99.7570316623368,-30.261731165429012,-84619.823711489,-4009018.019297171
+    100.55440948202066,-32.42752508950193,-7708.658853092,-4248827.127285069
+    100.53000249360262,-22.365584882984123,-10955.475614815,-3133849.807065627
+    101.21224659629343,-69.60878442550137,22402.052472739,-8385005.665975981
+    101.54044627235399,-73.16218262487317,29240.780463682,-8781604.664078202
+    100.19561894975604,7.73168980694966,-48621.196662524,195439.845360632
+<EPSG:3384> +proj=cass +lat_0=4.859063022222222 +lon_0=100.8154105861111 +x_0=-1.769 +y_0=133454.779 +ellps=GRS80 +units=m +no_defs  <>
+    100.32490086988427,-44.578276107885046,-38959.327298407,-5342041.748778726
+    101.77397663706229,78.73400220986215,20911.473557999,8340110.312324147
+    100.24534028516817,86.95444353136776,-3384.647471354,9257969.937536709
+    100.18770552865558,75.37514582599223,-17699.868833066,7965059.739341759
+    100.62421015378709,16.955576798009247,-20366.693202071,1471555.283831409
+    100.48957313811523,-12.167171512125961,-35464.306619687,-1749444.240953561
+    100.68693262187233,73.11753184751052,-4168.019379628,7712996.584522014
+    101.295941469426,62.42815304804077,24822.925456271,6520894.935998192
+<EPSG:3385> +proj=cass +lat_0=5.972543658333334 +lon_0=102.2952416694444 +x_0=13227.851 +y_0=8739.894 +ellps=GRS80 +units=m +no_defs  <>
+    102.73829834544,-41.20924576965932,50386.208022377,-5215599.691800158
+    101.60326313570661,-47.96341421379734,-38447.099059083,-5966285.158344644
+    102.03330122677899,-51.423420440977445,-4991.857154697,-6350918.55562864
+    101.73309376246888,19.325378324678397,-45845.730623071,1486087.696695997
+    102.29657988037134,-67.54933394124268,13284.903761331,-8147312.449087886
+    103.10888431317647,5.81793401359991,103338.658412303,-8292.904161737
+    102.93769238514366,21.589706324612123,79757.639670432,1736813.165367992
+    101.38603598090566,-73.34183023949093,-15874.214126675,-8793784.321414215
+<EPSG:3386> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+    18.79777932357503,4.616303528056491,588629.464055014,510599.601085776
+    22.22577436048008,41.8751646882543,851006.116502997,4646561.002229273
+    12.031764248359103,20.709096062249543,-122432.816486359,2302503.27315816
+    16.646492151358025,-62.42470426007833,430009.825608788,-6925113.086913602
+    23.976615282926794,72.27194304211798,703104.927910885,8032728.274680489
+    24.596932740162522,-79.59521748626062,632704.550675771,-8847663.697997604
+    12.786488106981295,46.11537331937359,97185.983953574,5122299.83341877
+    18.74616207281949,40.75931430807864,563181.833214292,4514260.801308837
+<EPSG:3387> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=5500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +no_defs  <>
+    36.083995078596445,63.20256122980305,5655298.732314076,7014806.642320237
+    33.25003301968338,-15.570523725719227,5526842.33467286,-1722123.733595825
+    33.8562705792523,-58.15425901899388,5550345.797661804,-6448914.611016873
+    35.708460649875505,15.900501088707372,5790231.350918436,1760587.477977746
+    33.15357844024839,-87.72566571544814,5500569.485992294,-9748196.254615212
+    30.26119707890468,1.1565877933202984,5195118.853682594,128094.917231697
+    38.68177490026831,-17.268458683211563,6105017.057106026,-1918949.171888624
+    38.979534235360596,41.979338866445545,5995802.849998835,4666778.152364303
+<EPSG:3388> +proj=merc +lon_0=51 +lat_ts=42 +x_0=0 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    75.50205444866933,-74.22178375644589,2030161.205990545,-9351052.360844893
+    -117.48783989799654,26.55929770212083,-1.3959673506244363E7,2269700.65875846
+    1.33613855003739,-75.99476858226954,-4114342.469744674,-9923439.63798339
+    157.67578060452797,65.76165738492148,8838085.473091397,7273635.860702778
+    93.05747838294826,74.52884696272585,3484607.834784871,9445554.959703479
+    -116.57262107549666,37.42168511212262,-1.3883854899827572E7,3328572.782184772
+    -64.24907439819779,-34.572888751285596,-9548611.153540477,-3037939.160188048
+    -66.6473973497707,-77.48411015528482,-9747208.660954554,-1.046218409440746E7
+<EPSG:3389> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=60500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    174.96540489216136,80.13337988231635,6.040362137605282E7,8904334.028898854
+    178.17732635486905,-48.44033198201004,6.036498515509603E7,-5369026.820675388
+    175.24315210983627,29.95884808990931,6.0040407175596625E7,3325194.358666331
+    178.28126008199612,39.39747223339896,6.035178217079097E7,4364152.195617826
+    176.01187386322948,-41.66194135293219,6.016763825942756E7,-4621794.790424244
+    179.29449361474428,51.61771862880144,6.045097858223E7,5721164.022864444
+    173.98166298590832,-49.04398540220492,6.005996105910901E7,-5452030.372211771
+    173.68722409799247,22.657938072566864,5.9850077920742944E7,2520583.276355857
+<EPSG:3390> +proj=tmerc +lat_0=0 +lon_0=180 +k=1 +x_0=60500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    178.5915584799245,70.53985341829747,6.0447481775683515E7,7829955.157390101
+    177.97629767490346,24.20144923243687,6.0294241663134106E7,2679200.305375516
+    179.49323845539635,22.276490014694602,6.044763720886805E7,2464612.617218547
+    177.86552882908876,-38.69941228757976,6.0314171053783245E7,-4287292.41833165
+    175.0569210577972,20.730220869421615,5.99845267029244E7,2301197.566577257
+    174.36830699970707,62.1214338839641,6.0206217021309555E7,6903370.533740937
+    175.74788711626897,60.91418073176516,6.026928637433858E7,6763547.091111381
+    178.7574053676619,-15.11951722312456,6.036628676075957E7,-1672535.335082136
+<EPSG:3391> +proj=utm +zone=37 +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs  <>
+    36.90722162677955,-3.068716138395061,267713.844463005,-339676.303280307
+    45.66894816585529,53.65868793658518,940723.002263797,5965977.602449092
+    38.8779584287815,32.41777580759006,488830.668231517,3586489.213051067
+    40.171086852971534,-64.07201668829333,557431.816234843,-7105537.655694477
+    41.86881599310059,-12.091404952744469,812611.128128345,-1338547.104896466
+    38.8246957310796,22.8655958913818,482322.356250171,2528386.850171545
+    38.65568130811432,75.80682502662125,490881.672461793,8413401.02187712
+    43.752991040581634,43.24399454798018,886206.025465689,4798631.33314192
+<EPSG:3392> +proj=utm +zone=38 +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs  <>
+    42.78393111779597,-5.180223889798654,254638.329451877,-573270.199666855
+    48.747806358942796,15.424414733735475,902645.689840085,1708497.191746248
+    48.1551218008073,28.594765378297566,808871.988228568,3166881.407975522
+    50.18759145491353,45.99742874108543,901973.894186956,5106579.702096311
+    48.00136041045533,-12.367482040730167,826692.92845952,-1369262.018287617
+    51.79972161977542,43.24464955625845,1052396.200095877,4810203.884262033
+    45.48539681973731,20.33265874891616,550955.49287347,2248091.833638174
+    43.00789212436849,56.95030187549551,379120.186377574,6313337.219881438
+<EPSG:3393> +proj=utm +zone=39 +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs  <>
+    56.26213962419201,57.92550110446908,811760.281422372,6432242.723236402
+    57.12952798681562,21.8163761945423,1134650.765611915,2424858.356236375
+    57.1627237965157,21.63282342177996,1138911.484472443,2404594.221985004
+    51.401819351283514,0.2215691790108707,544978.208054722,24227.463096852
+    49.80818348739503,67.00683255549947,448317.767926201,7432327.250315687
+    45.12498310707502,-31.56936098887327,-57655.894805443,-3507867.747590592
+    57.346844610654564,85.61161437331666,554377.430312983,9510690.044551637
+    51.20625257441716,-70.59362282956934,507914.375819717,-7831948.768545338
+<EPSG:3394> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=45 +k_0=0.9987864078000001 +x_0=1500000 +y_0=1166200 +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs  <>
+    95.9971160025128,-8.52235071315502,8373967.076184801,-2085790.682903299
+    110.66466261909005,9.265766025818628,8805040.182748,850903.163346238
+    60.501257406106745,8.86125017642167,3338936.938012721,-1386531.442290558
+    53.64364421397775,54.20130846868126,2110177.112249847,3663014.435461459
+    63.09315370814063,39.03338480071115,3067535.260159158,2024996.715701686
+    62.46240406158735,-10.678854685476576,3985075.222066119,-3865013.540339969
+    -13.674434492988155,3.6425242717559563,-5471239.552557748,-189257.192262972
+    45.21826658778282,-10.713782378088926,1531122.171837572,-4073936.46534688
+<EPSG:3395> +proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -118.68599730866268,-15.209018712612917,-1.3212064784729715E7,-1702097.557786372
+    39.16693907248941,-69.64969101640308,4360043.713426211,-1.0915533243772037E7
+    61.651525593922116,-35.87484268539338,6863016.435752553,-4258372.809015025
+    -80.70908553944601,-2.2608067977848094,-8984494.304592239,-250052.839004686
+    105.26433298075415,10.760651924150608,1.1717971946138512E7,1197002.380618212
+    65.90055520323332,14.879632703888419,7336016.248191975,1664366.215399226
+    -77.27560776336912,-12.702292119763783,-8602281.306917898,-1416350.476582773
+    -139.70791262116003,67.47218097721145,-1.5552213692760877E7,1.025239299990853E7
+<EPSG:3396> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    4.644900162250407,39.7114217077083,3126518.684470901,4406125.536708452
+    12.281454862845456,-30.406134239250562,3815365.497869066,-3369378.102830248
+    10.719960379690718,-12.94972124122124,3686630.615995782,-1432638.330830278
+    2.4526334085333703,-31.30300140791052,2876130.251877309,-3482797.353412787
+    13.286518148854675,58.92976222253688,3746732.351962903,6542073.438159614
+    6.461296521521845,83.49323777888418,3467882.762668494,9274919.694073137
+    11.809937975894949,69.34003574572407,3610640.462124574,7697073.63358999
+    8.453073060597216,14.13799774234613,3440954.81840458,1563531.716904859
+<EPSG:3397> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    17.764054016208767,61.045777181125516,4811111.492921626,6783594.087789221
+    14.278941583563247,-52.566918897417956,4654498.855812524,-5828266.451809384
+    14.734996955250388,2.1120904461319157,4804333.776570663,233789.396908209
+    16.740010282262254,-4.705356471330774,5026424.70437023,-522042.561455902
+    13.67581788698989,2.3905668122880854,4686394.965408645,264425.115417709
+    5.212528634167393,-58.25621325517356,4101974.724762799,-6479231.545254366
+    11.078272800658475,27.090641845675165,4408596.003463985,2997714.864474163
+    16.92212888369165,72.97388090049412,4660746.828528928,8106541.308002443
+<EPSG:3398> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    8.904533655687437,11.313662337997911,4161953.237960271,1252834.378160772
+    7.324184444663581,67.65367559685296,4301712.490146216,7513945.453075006
+    17.93054126428718,-20.08897216370042,5121044.884672115,-2233067.808497943
+    7.0387996817148295,59.156473226474304,4216351.732770116,6569967.782613372
+    6.88152933629292,-24.532765413267356,3980958.751691568,-2723677.454811358
+    6.602864719079887,2.8993636981645494,3899136.554899852,322001.744269927
+    5.981522650806743,-61.927765507134765,4184259.454745982,-6882810.107027872
+    5.518243371998183,54.756460611812685,4083046.551815676,6088787.002865948
+<EPSG:3399> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    11.757841330153992,75.68122529512087,5410510.985401021,8404521.729836531
+    8.940172787990946,2.9773621318475705,4825144.830199024,331050.012033344
+    10.147933888683994,40.47515482819557,5088520.981708486,4493164.147902663
+    20.086796053401102,63.183739088713764,5755909.47786627,7018273.418681913
+    8.07573987612489,5.828204749454585,4731395.087268641,649143.548219116
+    17.414819806436505,-30.795430000388492,5731121.821299293,-3410452.588514996
+    17.801616089673388,1.095540561451628,5811906.739106196,121273.029431223
+    13.056083721445866,-64.79563779044906,5407617.473628076,-7189212.114521693
+<EPSG:3400> +proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -118.87209643758304,-45.07438526839105,195337.043439379,-4996510.896304445
+    -109.96657536565523,54.541089881578415,825377.841792813,6052961.870270782
+    -110.9431545655136,-40.5480097425437,843414.391185396,-4494698.44063769
+    -119.80650061155096,3.1957916992325437,-34430.790713523,354345.242591526
+    -110.80162981148929,75.47761890299583,617377.835564794,8377710.700148288
+    -108.00015622367845,39.91215021660099,1098293.656399696,4439751.981610335
+    -109.58549098972817,-80.56485222752916,598912.561269273,-8945667.784209305
+    -114.75200557145304,-31.55868059155427,523526.516895504,-3490149.946403258
+<EPSG:3401> +proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -112.83997860497216,-47.075054295317095,163918.383492743,-5213681.468810239
+    -116.6841037514575,-3.221219423401692,-187056.549751656,-356057.329507305
+    -119.29088727303323,-25.88901046597868,-429903.028330641,-2869284.191572991
+    -111.48671522351336,5.821370529712254,389022.736556483,644411.939753011
+    -121.43948668340907,18.967578768841122,-678750.109775098,2108835.47618176
+    -118.77889261139997,-5.46261895513031,-418731.839020562,-604876.21319797
+    -110.64486648304653,-37.23871972712011,386233.584795045,-4128598.309074699
+    -109.17774209327042,-11.220316896295884,636334.184899858,-1246151.050300338
+<EPSG:3402> +proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -121.0738589649901,35.15035224513592,-53363.852329617,3905084.046449977
+    -109.43436076827994,27.807063041370313,1048470.168781025,3087051.546266459
+    -109.367504155189,66.8832591815509,746393.842408221,7426548.003486514
+    -111.72159203528096,-42.00837866226618,771381.368009598,-4654044.508901997
+    -108.95371546693615,-70.19220297769134,728249.048191595,-7795534.863801823
+    -114.64778077606796,81.93683594947717,505513.30781248,9094154.352041675
+    -121.585552659808,40.05416815754944,-61684.758337391,4452817.82244754
+    -109.53161619873066,-15.324079734411,1087535.2910171,-1700919.312892444
+<EPSG:3403> +proj=tmerc +lat_0=0 +lon_0=-115 +k=0.9992 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -113.42261232819175,21.13666503962918,163736.207661535,2337150.448184056
+    -118.68786072877155,-76.08337330427278,-98909.828073448,-8444200.255119532
+    -120.57471121918039,-67.3349491253981,-239360.647834675,-7476487.690653336
+    -120.67220890778353,-78.11368624998832,-130175.00831235,-8673898.282420842
+    -110.37588287313466,10.549196127038641,506222.301078538,1169413.863267921
+    -110.98218477137381,36.31302487519012,360624.28108712,4024555.273062396
+    -114.77047065036906,-75.7725213789692,6294.5391893,-8406449.753254682
+    -118.55464045752056,-20.790283335426764,-369973.845550275,-2302095.312799094
+<EPSG:3404> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -57.44891696690823,47.722986030879724,7396682.311892745,5716139.993871621
+    -30.03664416019774,43.161767919667525,1.4663719234091606E7,6624688.026140978
+    -160.20268684930159,-17.32963640434416,-3.5629902475124456E7,-5070194.627404287
+    -81.82298039574962,84.32531848761684,1782116.494318543,2.2523151558967695E7
+    -37.976018601018225,-22.501838124098466,2.3880829877028216E7,-1.971542853118613E7
+    3.1094319626299125,71.58378643082797,1.3174761344586542E7,1.990404723645485E7
+    -8.235664771480259,80.49268869074747,8755753.749086138,2.2368231021823395E7
+    -15.993103001378216,10.357948221848524,2.5098881415376738E7,-1186889.523680911
+<EPSG:3405> +proj=utm +zone=48 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+    102.60917258746385,-58.163175825545295,359144.440588075,-6449322.332843795
+    105.44283969991439,6.412359427907376,548775.53941934,708921.067263172
+    100.62608556325944,-80.35187780359362,418041.511942457,-8923932.4752042
+    111.0989899271553,80.97390223604935,606431.531405927,8995930.60161476
+    103.7727130620667,-14.323050263980932,367446.38886682,-1583700.334649606
+    104.33025394380054,17.357002327712905,428649.535406778,1919282.886031595
+    100.58526845706336,64.55428702182309,288292.81163684,7166203.748818001
+    103.75295644738803,-18.52341138318944,368174.97065007,-2048448.649038522
+<EPSG:3406> +proj=utm +zone=49 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+    107.72104580506334,42.90712328175994,232133.259098853,4755822.032978092
+    109.97554068626616,19.681799603968543,392424.666911685,2176708.886171138
+    113.66554763729938,87.42361907022809,513178.799300804,9710663.569337105
+    111.65065045689752,-31.83767001019551,561373.937269258,-3522549.595067366
+    115.35463649146956,83.59009722220992,554030.852160937,9284426.876277862
+    115.2517240562517,21.69521455933848,939899.332667935,2405251.696425267
+    104.56286490796593,1.7721940869538457,-217666.450885846,197244.690955136
+    107.42345048364774,84.65779524999249,462653.361606616,9402726.137121988
+<EPSG:3407> +proj=cass +lat_0=22.31213333333334 +lon_0=114.1785555555556 +x_0=40243.57775604237 +y_0=19069.93351512578 +a=6378293.645208759 +b=6356617.987679838 +to_meter=0.3047972654 +no_defs  <>
+    113.72592780288292,-52.13196174359382,30341.638804082,-2.6991932837641742E7
+    114.75290658060345,30.145910783925487,313589.041883718,2910455.433258351
+    115.02248939513919,2.9356511506799023,439865.18664074,-6970276.709315802
+    113.8427360181065,27.756471999389206,23414.515624844,2041292.654556152
+    113.26636608140751,-87.03215066591012,114726.314808164,-3.976301949665029E7
+    113.72229835698386,43.466618855314096,10896.325894083,7760261.314793142
+    114.98949678402163,-68.16499677741163,242515.028910867,-3.2853033366342545E7
+    113.65523994992049,56.620893656680096,26628.736405261,1.2560760279242158E7
+<EPSG:3408> +proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +a=6371228 +b=6371228 +units=m +no_defs  <>
+    -164.1663092174689,-85.75519199030764,-3474343.058050991,1.2250568399755605E7
+    0.5927854969124837,-4.859142025052819,97087.07919389,-9383632.750216922
+    -24.41721273047807,25.55101652853962,-2808804.704112862,-6187034.299090805
+    93.62773340253813,23.84582564135961,6940475.718747023,440030.583295071
+    -168.8142305703253,15.768734935368911,-1491618.561093813,7543056.406382214
+    48.80322734450942,6.189108774257463,6403914.651765081,-5605566.349335899
+    -82.83346811189355,16.353532598891718,-7577505.171609785,-952764.972349858
+    -163.0009882734335,-73.31834299207345,-3685919.424573964,1.2056842997593762E7
+<EPSG:3409> +proj=laea +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +a=6371228 +b=6371228 +units=m +no_defs  <>
+    -10.262051898011066,29.68933347787123,-1962858.472876393,1.0841725313391883E7
+    -98.77546827812412,-65.97015526799885,-2621500.343826412,-404680.45165057
+    115.09644238446327,77.64988127925236,1.147255260096706E7,-5373267.697293702
+    86.44657861934797,28.651636140430767,1.0938489736346494E7,679264.249963922
+    -43.368328095758955,-41.665461978515296,-3582292.559267679,3792365.202540813
+    -139.7179275551934,20.88588214571061,-6785035.990176516,-8005716.556524854
+    33.064937503933095,-67.80850259490627,1337934.723730888,2055135.714651455
+    115.43121306631542,-18.664228753114898,6709996.193184739,-3190621.193249134
+<EPSG:3411> +proj=stere +lat_0=90 +lat_ts=70 +lon_0=-45 +k=1 +x_0=0 +y_0=0 +a=6378273 +b=6356889.449 +units=m +no_defs  <>
+    29.909695197670572,77.06047911814113,1358945.954344118,-366425.077845934
+    83.8568066852826,-57.23821381873696,3.2481643430295E7,2.6168977001241896E7
+    120.49099845267466,-21.556519398526852,4530788.066903728,1.7507909916581456E7
+    113.98927004422103,73.55866225381294,642835.939929751,1673707.95145116
+    -1.795278617035251,82.86680803042537,529677.249433452,-563955.845881105
+    23.307674655347427,56.641978813959255,3452094.39467583,-1373219.60734151
+    -68.41637940165478,54.098153485844634,-1596218.282362061,-3685751.624097757
+    122.69013267409883,37.11788218621112,1312631.755802975,6015295.537429767
+<EPSG:3412> +proj=stere +lat_0=-90 +lat_ts=-70 +lon_0=0 +k=1 +x_0=0 +y_0=0 +a=6378273 +b=6356889.449 +units=m +no_defs  <>
+    143.4466102270609,-9.266960384663847,6249390.799448909,-8429128.85445676
+    171.2670337384825,-48.335987374296934,715938.705162379,-4660743.788317896
+    50.72545556316621,-12.956622118371513,7610090.181413781,6223142.608635542
+    92.90562727353978,-43.65304629760021,5295824.580126683,-268796.363861907
+    179.9024731388002,24.10168128957399,32294.354935552,-1.8972500846476316E7
+    144.2918864764319,-59.20933911400921,1993162.701399244,-2772950.701762977
+    38.02280484759942,12.516101038644507,9452643.1287409,1.208891053788202E7
+    51.344407373079264,9.917501070050221,1.144565461104197E7,9155142.673574999
+<EPSG:3413> +proj=stere +lat_0=90 +lat_ts=70 +lon_0=-45 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -167.07559735650187,35.07816064271921,-5450844.884890758,3416074.325404343
+    -122.15556489654273,-31.192139203198558,-2.12580472330928E7,-4847050.320799298
+    96.26458459491289,-51.168189888613774,2.177575064939733E7,2.7146175721436884E7
+    -4.3986977619843515,67.23478687045142,1625512.731696664,-1896431.01168831
+    38.0697348451603,-35.38099451458119,2.361372361334791E7,-2870231.413748951
+    -41.32140642373159,7.6919475276692,692064.901330979,-1.076441267672847E7
+    -85.25832695637413,76.07907707261498,-979161.500809114,-1156291.468700327
+    60.95231610324788,54.99442816394688,3759263.681746556,1074566.46453056
+<EPSG:3414> +proj=tmerc +lat_0=1.366666666666667 +lon_0=103.8333333333333 +k=1 +x_0=28001.642 +y_0=38744.572 +ellps=WGS84 +units=m +no_defs  <>
+    104.10034422500091,39.31551142515522,51028.775274746,4241191.691157214
+    98.40470052921613,-78.08829578249555,-96961.341095087,-8789863.240004867
+    99.37128525464175,20.053952645264815,-439143.035633663,2112211.461249249
+    104.72884079295012,40.740971207785634,103639.981735588,4399819.677667104
+    109.17277822852581,84.54900058737411,84572.575675927,9283392.517720763
+    97.04963502730286,77.01715399852782,-141835.919225076,8449544.177034289
+    101.58181669320395,38.914355704959604,-167284.769240294,4199033.268417831
+    105.37798978755714,47.13152201321438,145192.394992693,5110652.617679889
+<EPSG:3415> +proj=lcc +lat_1=18 +lat_2=24 +lat_0=21 +lon_0=114 +x_0=500000 +y_0=500000 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    89.72901307474851,-15.740611077653455,-2668113.140986194,-3606305.703506857
+    171.07155015359672,6.921847197603213,6849683.037893569,75041.618473011
+    93.84900049058865,66.11728340056274,-869405.179491518,6290189.826123301
+    144.01307790861247,20.443519093633775,3609396.495538729,731319.165832416
+    96.20327675054847,70.35803182993095,-626359.179021544,7020220.8700095
+    70.33951252036263,-30.981991910465894,-5767639.227819175,-5274525.457159147
+    157.25205417706073,-21.554814270900508,6316401.455567955,-3870518.155317714
+    148.21097854243254,-25.321952052031644,5241369.344231725,-4716119.700718256
+<EPSG:3416> +proj=lcc +lat_1=49 +lat_2=46 +lat_0=47.5 +lon_0=13.33333333333333 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    2.1169989007126873,76.24301453181342,44446.172047648,3806424.127861044
+    46.91622186583767,30.879515797104048,3634275.876260619,-759105.776938443
+    19.61182422421375,9.465585634798384,1236295.288832429,-4075126.667705237
+    70.27971820273332,32.90164991283288,5410555.170759839,685758.98949871
+    -43.78371343128968,65.96431667305892,-2119150.455208915,3466034.451831498
+    71.14818911949693,24.75526740573045,6114705.261573294,44414.938810943
+    -9.703552236812847,1.1771109272280853,-2967274.597768258,-4770649.851443955
+    75.78313110378302,0.7960666212649503,8738329.725904837,-1786229.918592667
+<EPSG:3417> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=999999.9999898402 +datum=NAD83 +units=us-ft +no_defs  <>
+    -170.30116949489508,55.85416486942343,-9177901.83508166,1.5447623166372107E7
+    -122.00480301477188,40.57409467732639,-2852953.52286349,4266570.104817912
+    -63.489689534543444,-9.401813809976819,2.031850244942474E7,-1.5093881749055842E7
+    -59.4560458943441,27.870237044738822,1.5964991543506268E7,517258.829563292
+    -156.23369540601942,35.47378333196633,-1.221948003335028E7,7748254.296203306
+    -29.868928990770883,-8.616078957436134,3.4921938117693186E7,-5588058.491721902
+    -39.34554385888612,17.917743763056166,2.4049405132369332E7,782974.64081179
+    -107.05976747760678,37.65915301864119,998285.102447592,2194890.396637534
+<EPSG:3418> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -64.35714416041766,60.69616054357394,7120374.366778925,8634003.09190134
+    -66.8275034589757,64.69659359146772,6191132.912629056,1.000098004915176E7
+    -15.722055895130296,87.43316862895526,4217472.171165123,2.2303850101128276E7
+    -117.47278512975026,-1.9183469198840797,-9533842.041304875,-1.513949426426723E7
+    -32.779728134336835,46.690192188571714,1.5736916971818317E7,7571820.46582053
+    -98.97629100912276,3.865937963817384,-777873.215637597,-1.3986825990087776E7
+    -86.95404004900449,45.826956968558164,3313117.602074472,2188514.298701467
+    -91.52132385671386,49.34777860417688,2117060.882341601,3423699.836499989
+<EPSG:3419> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=399999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -35.67059051745869,10.45183170074031,2.452108385851308E7,-2239472.591784685
+    -94.20618483507918,45.42214733339405,2292005.354116865,2608079.676795843
+    -56.207785063156834,18.638742937160984,1.613846990805844E7,-3833031.45858608
+    -169.91086169161468,47.49420307842955,-1.482751733929798E7,1.011731254805635E7
+    -33.52824676264365,71.48286108363646,9847881.835273746,1.6087181016334046E7
+    -97.82809112651928,86.0281350775049,1321650.101350792,2.1070687509722486E7
+    -70.04042968526794,54.03859572708035,7446551.22603314,6746287.574340675
+    -42.13720553124642,4.187026156202261,2.396589237750339E7,-5962877.48138971
+<EPSG:3420> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=399999.99998984 +y_0=399999.99998984 +datum=NAD83 +units=us-ft +no_defs  <>
+    -163.17712464135468,24.61408479921745,-1.9005019838492665E7,4230685.956600795
+    -48.78542046861429,82.14138336868267,5412846.687508573,2.171605361401103E7
+    -176.74241274606672,23.920448452822953,-2.2525299277132876E7,7261509.973974887
+    -177.96478237322452,-6.203459514751692,-3.2195853509013463E7,-636579.470912802
+    -29.83015557943972,83.02915924925011,6345251.623429345,2.311257096391525E7
+    -52.984838043195225,-13.710148182372237,2.3956505207486946E7,-1.397752393088742E7
+    -74.85769191305704,49.178284266418586,7022891.392189013,6627903.120462519
+    -22.637774275592392,44.00373299898493,1.9245440866808657E7,1.1716237378707387E7
+<EPSG:3421> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.000010163 +datum=NAD83 +units=us-ft +no_defs  <>
+    -119.23565225897782,-11.190049464416091,-653236.644627391,9559333.257158175
+    -120.81911320127551,25.744792980231622,-1068658.700902118,2.3006042637193367E7
+    -115.14681715822414,73.46437268148455,701676.081310088,4.038150311058459E7
+    -120.80091717432977,-61.138857751881545,-265226.925225956,-8654747.831082333
+    -111.0615069492324,81.21104515515441,909055.92411181,4.322826566184857E7
+    -113.7190694795016,-28.2971397531753,1256121.5590535,3349919.673386803
+    -111.87104810034937,86.37982249610016,741993.433455264,4.511484352904796E7
+    -115.36570871715425,-27.991727321123214,726394.500560067,3465518.183457233
+<EPSG:3422> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +datum=NAD83 +units=us-ft +no_defs  <>
+    -109.97017179557321,-58.90728382480271,2905071.450257409,-1.44274151229842E7
+    -117.05849448903639,-51.303961753391704,1550776.038310881,-1.1587508968923168E7
+    -116.06976324960712,14.997374851725027,1851021.986936272,1.2507016118439063E7
+    -116.03508261951029,66.6936896852196,1731927.844687634,3.1342200299519833E7
+    -122.0528725605045,-13.956793869973865,-271349.666433692,1979966.679580187
+    -118.37354145778785,8.642557021945706,1024036.592783001,1.0201975457372269E7
+    -110.28196665687304,18.051859063519387,3861692.28880531,1.3654081934469216E7
+    -119.76605264743233,-45.045916412989094,839378.077602019,-9319854.775967022
+<EPSG:3423> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000.0000101599 +y_0=3999999.99998984 +datum=NAD83 +units=us-ft +no_defs  <>
+    -113.52105370543161,58.4937288700898,3592550.392908293,2.181844561981881E7
+    -114.53658332700078,-18.818156163569043,4024898.236430368,-6340776.546733851
+    -119.01960833537542,-19.63336771975611,2474550.671895511,-6621031.118947913
+    -112.76483001179781,-36.86927816395156,4327416.871241619,-1.2939318261594001E7
+    -119.38960149970217,-17.94545629876579,2344457.9521212,-6008535.703775044
+    -111.79086817712536,9.775831486173459,5074835.528077826,4074864.777038018
+    -124.89048079353248,74.72733985080913,2017115.843929402,2.7752715451135688E7
+    -122.53108228752212,70.19399935271085,2135026.143613104,2.6076755371376533E7
+<EPSG:3424> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -72.85532714102773,-70.77204109297773,690493.439417175,-3.987761227680018E7
+    -73.45289755493758,71.6018171943771,613173.007007283,1.1967338378143672E7
+    -70.86843449573992,-86.03844741085157,583993.378042343,-4.5469044833410755E7
+    -71.91782661125238,-44.37909305598804,1167202.688070322,-3.024360655363079E7
+    -74.30928208321477,-52.98026106898577,534148.614546593,-3.3370750696775112E7
+    -78.51252880070791,-82.57292760621202,302236.311397992,-4.420305527780281E7
+    -74.49788358140627,76.64893900131335,492304.039929775,1.3814210097814882E7
+    -77.25516883575229,-76.75489142313648,260945.163378618,-4.207077939336098E7
+<EPSG:3425> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -26.310917474597233,38.82971691220503,2.214687337951535E7,9536963.980141878
+    -172.22299875541626,33.208736916149185,-1.6096673715273181E7,1.0807227360893324E7
+    -55.00646669139917,9.362861782316987,2.0531826978647232E7,-5438284.888752497
+    -31.056908913511563,36.16176816925183,2.182784013848907E7,7875891.119886395
+    -94.61413936874992,2.490601812937175,4413849.276488931,-1.2055764983674332E7
+    -172.74409053521626,28.136163178844342,-1.7711257677297976E7,9821843.881059378
+    -134.43398806715314,84.59796654747703,2581293.036071347,2.199377817973672E7
+    -81.55899692322427,-7.85431908314221,1.1043908609518027E7,-1.6615357971411956E7
+<EPSG:3426> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -60.631428859892026,26.71494510132154,1.243624335028215E7,-2823544.290595526
+    -171.5175680565687,80.5860941150349,-4446639.772685782,1.9512527592780706E7
+    -137.7671150957891,-5.839631078723011,-1.9285214854547564E7,-1.3131864746761823E7
+    -169.66355247960456,-17.829315070669274,-3.6305217713054486E7,-7276441.425969485
+    -90.94298018528984,-9.262508634012878,2953550.399563579,-2.028297699764489E7
+    -39.797320546113895,77.87048899537857,6974417.493387263,1.686057341114335E7
+    -167.6300025198082,17.60007772961506,-2.3012748085256778E7,2813659.526520107
+    -88.74873396630113,41.16100358242237,2948011.043854307,458711.216038742
+<EPSG:3427> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -174.60784153103833,75.45271355800432,-7066359.37325721,1.8557993301949725E7
+    -147.51776326217825,84.20673866817644,-1928854.26794254,2.0654017438567072E7
+    -102.4791873755609,83.63189391612683,985089.175346644,1.936794316546156E7
+    -77.10405886902926,77.38831210750136,3649088.633449002,1.6032146727163246E7
+    -163.65680403743212,55.07395332620217,-1.1814086569692371E7,1.11636123337843E7
+    -34.46461536974971,26.31266890257495,2.0927854580137797E7,2766397.14026774
+    -87.23580731805258,20.91679954755317,5157156.228313018,-6214274.887204937
+    -158.70179138610075,2.8957217469006444,-2.3362636054118346E7,-5145927.081131104
+<EPSG:3428> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -68.07523380002752,44.088983081075,9211774.087310461,5321108.489334204
+    -66.96345230582588,79.50956176409483,4511521.869910267,1.956852246876032E7
+    -168.6797861280966,59.99183242947673,-1.141325478240855E7,1.507738709846544E7
+    -113.48341555826987,66.3002577578559,-1250769.554117769,1.2851635682609858E7
+    -93.34174552428841,69.92268862628099,2110304.58175462,1.4254589138260895E7
+    -143.14273427536486,17.797233258993835,-1.451613899677204E7,-1828444.254717889
+    -30.058324133723175,9.278466382771164,2.6582097662069175E7,656657.110013875
+    -49.45114881816764,77.03681664709785,6830726.349726168,1.9159490765678447E7
+<EPSG:3429> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.000010163 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -109.6126936132649,16.40530650750631,2751550.506866525,1.961040294034758E7
+    -112.84629369112133,32.480378558347766,1500292.133380965,2.543167695710734E7
+    -114.56491705407771,-5.2994581241478755,1026516.34667987,1.1704345992332852E7
+    -118.12820629835724,7.891009412805417,-264732.160838452,1.649239868776546E7
+    -116.29386178262433,-87.71777494705896,645799.512845086,-1.8348305853154957E7
+    -112.83334248520592,76.96949186108912,883239.937134773,4.167011884811759E7
+    -110.78129785820228,66.00810019524073,1370644.50586304,3.767997837903135E7
+    -119.94992408564974,36.96073450305579,-619892.085302952,2.7080627654241543E7
+<EPSG:3430> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -111.46453522620625,-87.10631149657723,1736511.220702754,-2.469022483021387E7
+    -114.76363562683407,-14.806522588333749,2312552.052846943,1690412.206005099
+    -112.8019945463841,-36.36052699370343,2778551.605020131,-6163245.651197288
+    -114.42395518677029,-18.965491260036245,2415390.566901175,178427.623747962
+    -118.43285700354998,-60.80675385800635,1325041.584750725,-1.5062481062337935E7
+    -113.34767291140234,39.82254079020461,2572680.047984657,2.154911871112734E7
+    -118.61585304487883,-32.526097334189785,1039623.889612354,-4750584.192224004
+    -111.1292937935802,-83.6779108893717,1863492.712859174,-2.344046380892978E7
+<EPSG:3431> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000.0000101599 +y_0=3999999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -118.51857410735913,17.80960686282819,2647189.462045493,6965996.259921774
+    -120.79696981428503,69.7987337135877,2344742.44352779,2.592129351122519E7
+    -119.71286165731108,34.86351184350252,2285836.936608317,1.3166552925754378E7
+    -124.89439247966169,-44.637917732349294,981974.038675864,-1.5781139268217502E7
+    -116.4822869924397,-37.26389542201436,3236089.189942413,-1.3037797547529383E7
+    -118.52200487472714,88.83462719714683,2625123.696125169,3.2888188932668954E7
+    -120.62395008149775,-47.54608064676642,2120748.510267103,-1.6784492299546164E7
+    -112.50321581440755,66.06758251334315,3526767.106035453,2.4594832684053283E7
+<EPSG:3432> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -72.41808211224512,18.376412709765447,1214006.769959658,-7433941.919049723
+    -80.56082937484094,9.808345957599968,-1692921.294717133,-1.0528214104102215E7
+    -74.11153850365062,-82.6904909182642,510233.332447931,-4.423958956500094E7
+    -77.06891598006396,19.784739818181563,-391194.124604679,-6919967.202181671
+    -78.68448968948675,-77.167216323507,151909.705722934,-4.222849021640932E7
+    -79.17478756545682,-26.386832446228283,-1039218.109315267,-2.3712048176738974E7
+    -80.91687551365871,49.38160627466482,-1035893.577324672,3910043.630522332
+    -68.67710883453114,32.796753227099614,2282633.510822389,-2147877.727697142
+<EPSG:3433> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=399999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -65.26008868141297,-14.931235418538394,1.4752123486424433E7,-1.853400404797038E7
+    -176.20038535104013,45.74425928159148,-1.7973424136845607E7,1.2965068400977409E7
+    -160.34867968948433,-7.321344299827167,-2.8325333528587215E7,-5875346.674330319
+    -46.4692999342152,-4.129782768038453,2.1321488198423255E7,-1.040999248525566E7
+    -146.79444026767578,40.05724742993989,-1.3290917558460042E7,6257259.104223867
+    -96.98456794511317,-2.410202727566567,-918200.892707241,-1.4291343738759128E7
+    -9.142227149406267,52.72179756013102,1.840904081134348E7,1.4453967649046874E7
+    -110.65070015299908,62.65125277631178,-2258758.954477821,1.1105208239567136E7
+<EPSG:3434> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=399999.99998984 +y_0=399999.99998984 +datum=NAD83 +units=us-ft +no_defs  <>
+    -139.90065724896678,84.2424508180229,-2432127.849213247,2.5413669880177766E7
+    -93.09501473426366,63.40200985822642,1101250.699249421,1.309049091215269E7
+    -166.9485729263768,73.3451563338973,-8777922.809835218,2.1596542034905657E7
+    -77.65823054127495,12.273786473946444,6772807.755541728,-5897736.025862188
+    -155.21512558716566,63.28796802101782,-1.01422201947307E7,1.6693876477550596E7
+    -11.598014717578792,81.74558873685345,8497627.695309807,2.5638139850903038E7
+    -17.372990362834372,10.479488827702411,2.7827175547825266E7,3134826.531762671
+    -103.5695495504423,58.616400599525335,-1138688.604066112,1.122849680703591E7
+<EPSG:3435> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -84.01810565911009,-42.90436961804215,2140510.65401268,-2.8938390986638837E7
+    -91.60430734540641,-21.870280909557763,-125325.588820055,-2.1267651178260628E7
+    -85.7643344864855,12.283271933161743,1901420.249646213,-8857255.82397355
+    -90.49207140494232,79.08777691118496,834551.619472742,1.5500266085133536E7
+    -88.6253845522653,4.269463078000612,877883.073198899,-1.1769405849845434E7
+    -87.99365581141156,78.32764527891919,1009428.815805948,1.5219134927241493E7
+    -82.75584172949857,-46.493013641540166,2388944.177669351,-3.0266719674114034E7
+    -85.58703700812214,46.351608861631036,1677741.481754302,3540969.071210188
+<EPSG:3436> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=699999.9999898402 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -88.7867814899385,-20.65465063943269,2768356.266246675,-2.0815570980478585E7
+    -92.22056282155826,-67.64230070558105,2010484.836212122,-3.79470111458478E7
+    -84.96134663613918,-38.21788532119708,3792516.438611538,-2.724255768406935E7
+    -84.37320747122384,-48.72562583719147,3694618.248827379,-3.108358499279742E7
+    -91.88010326092505,81.16311664433167,2200153.032993074,1.6258632614650458E7
+    -84.69592035025133,11.3607657006131,4258373.225358057,-9177625.971809283
+    -95.714734353573,52.3714691357161,1057427.190126442,5772815.343625268
+    -91.10296372912855,7.595190531586155,1957613.823486445,-1.0562106734071217E7
+<EPSG:3437> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -66.58767359469735,-22.829602577333162,2696274.38199352,-2.375845635199182E7
+    -71.60746088130482,24.359984955403306,1003958.681014716,-6600861.856507129
+    -64.81162885134471,56.967667336744825,2350841.590672196,5347803.967879204
+    -76.36763056703506,13.281476758701757,-688648.317053044,-1.0608257727651557E7
+    -75.93590070607605,45.09847718918493,-118196.823418761,976305.746506784
+    -70.08538870421793,72.16986332294528,1161597.603678953,1.0841540013668463E7
+    -66.81274782745932,43.2625718457013,2277290.606125977,315508.310138287
+    -75.88939177031808,-49.91877060586101,-10512.831464647,-3.361936432990247E7
+<EPSG:3438> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=99999.99998983997 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -75.87849150654779,-8.129433340228829,-1256550.456953655,-1.7885049178784728E7
+    -75.10065267519046,1.8078553479875836,-987161.242445913,-1.4269984288183704E7
+    -75.97408521062577,77.94711919836016,-13903.223419135,1.3484419369597465E7
+    -74.21464604967065,20.38299732470456,-601919.77131547,-7521988.858306781
+    -75.07469141955399,26.342492835426825,-843124.681940937,-5348061.202937358
+    -71.92450818124402,-79.87004247368459,300726.341270798,-4.403010636434386E7
+    -74.26866828566253,-88.37381144779415,299302.57939337,-4.714649591590359E7
+    -75.02786369262886,29.28829490167398,-796929.543842481,-4276328.974245365
+<EPSG:3439> +proj=utm +zone=39 +ellps=clrk80 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +units=m +no_defs  <>
+    44.49285013984268,-14.784405541678822,-201792.195386275,-1644832.979461248
+    56.82026631174992,13.906464681449393,1129474.436263254,1544857.970033003
+    48.63031051578138,31.996356180592713,275888.355592248,3542214.582757872
+    54.86735824446962,71.90606879029153,633837.70509019,7982377.942945853
+    51.17143260176283,88.10845401685083,500563.665774152,9786374.84342675
+    46.24176263631147,76.08440739010365,372274.888920399,8449373.465498015
+    55.132278907749665,76.2902034555677,609119.905569763,8471010.511739103
+    55.99330515110411,69.06893279453737,698738.284566675,7669776.61351082
+<EPSG:3440> +proj=utm +zone=40 +ellps=clrk80 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +units=m +no_defs  <>
+    56.51319223181654,5.537434411488263,445791.155962172,611892.83866467
+    54.906711927231356,18.32810063653548,278484.478829928,2027523.829564136
+    51.59492573660677,-48.74931022620619,102629.652958953,-5413652.905116877
+    63.25868735184444,-88.36519230637052,519921.067620427,-9816164.06211451
+    56.32267760766434,-13.70755430408073,426500.731788269,-1515624.805103668
+    50.934907684224406,-74.6772960068082,321362.196378734,-8296479.198142291
+    52.529075185317666,45.50641047782773,150500.17554065,5048646.553258255
+    50.65501964570931,-0.8825091859500844,-207677.982383874,-98339.660613013
+<EPSG:3441> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -167.67785479586635,-15.219752321911526,-3.362012760032614E7,-6394851.224131802
+    -9.585204805886633,47.58941980117517,1.978115034438519E7,1.3077752767138321E7
+    -43.11171383181889,83.29231714433597,5260099.918893053,2.2445579408978198E7
+    -153.82845783735732,74.1380413061815,-6744917.709394501,1.8633363903761752E7
+    -152.29141264997017,69.89535861281252,-7756357.210997867,1.6820874528862245E7
+    -140.8139076509128,85.64973644619376,-1750719.929213786,2.4068336898255777E7
+    -132.1934276410139,-10.345142880304527,-1.7654982671107784E7,-1.412277768716567E7
+    -97.55273105149887,21.75878873870328,-623831.624827178,-4564300.314367527
+<EPSG:3442> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -120.90375889774124,60.62045646532256,-4513217.912999353,1.2741824378371306E7
+    -78.19982783969246,49.22026899011149,4727532.486762179,7642887.96125478
+    -62.95975894577859,37.40067383300518,9649468.056758402,4226560.023916793
+    -65.30791509386309,62.92723259551907,6452142.203175013,1.3559751280971633E7
+    -112.14599675967713,3.391968468287441,-7029393.47487827,-9015890.691460026
+    -44.83878214050918,43.9781520587149,1.3481504622003013E7,8304110.58339299
+    -103.4211178213816,66.61607933707663,-727378.284949484,1.4616827698990695E7
+    -107.25636686963374,9.158256053717913,-4675341.631621244,-7056118.549829715
+<EPSG:3443> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -91.81581256397725,-16.512949992999438,-236099.449594424,-1.932081152007281E7
+    -82.87757212270375,-31.653289837372434,2683076.244108698,-2.4854608470931366E7
+    -88.65372374218467,-13.588899612188413,870493.687906862,-1.8248866838771503E7
+    -82.7941738307531,-50.54801153646335,2271891.704693247,-3.17445310395256E7
+    -89.07104496494108,-24.07796193649446,738129.445627331,-2.205859119483956E7
+    -84.39379257876364,21.317785683262045,2325949.618819318,-5564616.183266218
+    -82.22500354831386,-81.88899599462313,1299464.734613964,-4.3176889131568946E7
+    -92.49162765089126,0.4569491490360349,-535702.961865928,-1.315206738158152E7
+<EPSG:3444> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=699999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -89.36030360692962,-88.9060425647176,2302224.32622685,-4.572985943576122E7
+    -84.95359908531458,75.98349010254071,2758584.917379639,1.438042114582972E7
+    -84.16994691493386,24.755979089941846,4288864.239722059,-4288305.717354371
+    -87.96762842416281,4.778769911414429,3097092.400540112,-1.1582982819538204E7
+    -87.50013213341064,21.69212309499619,3202090.544739745,-5437446.33847452
+    -85.85593417258826,-77.13636446916519,2647888.164823004,-4.1430765168691814E7
+    -90.5524371911885,-66.50994924540854,2240270.28870312,-3.752815255707789E7
+    -90.65314648788127,-53.66801084885654,2191096.112901363,-3.283459871784925E7
+<EPSG:3445> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -78.41108320353084,32.48878404215701,-1097435.376298434,-3579287.400747471
+    -73.73337361024336,62.10066217060293,630190.312251592,7160816.041002423
+    -74.10238591644305,-53.00128592978547,447822.012546549,-3.4725531053682804E7
+    -74.96608758156042,-67.82031643961864,528225.332676916,-4.0145317396709E7
+    -76.58328323853716,-24.461682037467938,-652432.764683433,-2.435110556111797E7
+    -66.48555953973617,19.603132994241435,2769331.93264609,-8301786.463036675
+    -78.33312991300222,-61.372498116653816,-183811.959999209,-3.783458354082106E7
+    -65.10679382372456,-30.168081745469507,3059492.534676165,-2.645631460355128E7
+<EPSG:3446> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=99999.99998983997 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -65.98720467353091,-30.08514473418768,2073033.625279453,-2.5892933703172747E7
+    -75.67834712356662,-64.76878908630059,-323832.727662134,-3.852313092882549E7
+    -78.42428628765775,-5.994535121266409,-2193107.699740615,-1.711784038821584E7
+    -76.37555267031976,18.0883324095649,-1366766.158960136,-8340591.141513896
+    -67.31062282299409,-31.54349237601314,1633774.113411017,-2.640621746201036E7
+    -67.44498078529512,61.43368037764469,1037759.722437655,7449802.98819829
+    -76.97412630125774,-82.79447738784798,76859.814143405,-4.511332458685389E7
+    -77.28973396626687,-5.1071253027363355,-1781655.655037087,-1.6789425911271036E7
+<EPSG:3447> +proj=lcc +lat_1=49.83333333333334 +lat_2=51.16666666666666 +lat_0=50.797815 +lon_0=4.359215833333333 +x_0=150328 +y_0=166262 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -53.98141204640169,-4.723491882570618,-8564578.49715498,-3308506.23857192
+    -7.695578231802443,-7.966775804930259,-1930074.632314203,-7300599.758100286
+    63.55181903675643,74.6838955032336,1918260.093063413,3674170.403579718
+    79.07720299024078,10.8744371854633,8591031.076163603,55738.437169807
+    -42.11976532311806,27.884193645607255,-4442538.265190765,-952030.341102302
+    38.303247643014885,78.14003811106065,1044186.013703959,3583750.999410892
+    68.61747247812758,10.357594976455328,7810653.986910326,-1122150.88619474
+    -68.06756752352445,38.16383455277644,-5354232.428969511,1672288.351967648
+<EPSG:3448> +proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=750000 +y_0=650000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -115.47941693605003,4.6803126478727535,-3602274.1055496,-383315.543217669
+    -28.51858761752416,9.007748931825873,6084341.251798912,352500.751721184
+    -114.45533980232602,-8.010739812699185,-3786983.208880844,-1866665.159830482
+    -123.23290545367372,-13.347292497543123,-4995072.307292653,-2274443.115564087
+    -32.23634024780216,21.10107063069809,5362659.783456448,1552982.778983207
+    -71.11427175324144,25.321272641697007,1347423.397217382,1472370.74348687
+    -38.32300831371532,37.16325868982322,4368004.382975275,3194172.422344495
+    -49.02084831024901,64.79876643463433,2803284.966052285,6782835.932012851
+<EPSG:3449> +proj=utm +zone=17 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -79.64326676631727,-29.554124542574684,631441.12737456,-3270148.102570623
+    -77.60508812844445,70.75285105328993,624845.049102483,7853325.863734723
+    -82.03381146851507,76.27774258262835,472626.063955763,8466417.068400636
+    -79.59488976163126,0.2930051891824945,656367.338221821,32395.686541808
+    -82.39092670818196,-26.853474050993654,361812.440051548,-2970964.082988467
+    -79.30492576793311,39.02275792196434,646736.902407787,4320668.940027786
+    -82.94016827262473,-45.28720402537852,347851.177672728,-5016686.937682388
+    -77.87983063314711,-60.737877460719275,670101.868656258,-6737633.610408399
+<EPSG:3450> +proj=utm +zone=18 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -72.6110532626279,-37.81207064421921,710292.531828819,-4187652.842591798
+    -68.43458103641841,-21.561459111274146,1180846.79733722,-2398667.050934063
+    -76.98356638855405,-47.16908364538236,349676.85848976,-5225862.676352588
+    -74.00655444795531,73.71034806128566,531102.064278705,8179982.739711795
+    -81.68978049060111,5.810796608849685,-242270.344131092,646692.060171115
+    -71.7467309037887,20.083839273674457,840269.097535059,2224078.796099491
+    -75.38628436166485,-42.58682192709019,468304.434770007,-4715006.038676703
+    -68.82482579779439,-22.565364512171385,1135723.394427374,-2508588.190554377
+<EPSG:3451> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=999999.9999898402 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -7.801578969661904,43.41066376694665,2.3996817304387268E7,1.3263956759530671E7
+    -66.1237999824641,67.07872438217456,8044273.250918563,1.49561801681358E7
+    -76.11600723311567,7.880053515666177,9697462.364485195,-7978983.310608529
+    -97.7462295674877,61.66475457966536,2206935.887350996,1.197348330100238E7
+    -48.2368494402908,-10.599706917470144,2.3341732607649527E7,-1.221409820732707E7
+    -140.0183644421,7.722008278268902,-1.4833928437699027E7,-4490954.594376544
+    -97.49000221073247,73.53478252952746,2519546.725204078,1.7617921292203706E7
+    -38.41637432206821,86.76835628056878,6616276.483390593,2.8020413391181596E7
+<EPSG:3452> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -163.73904352855942,25.046030374572247,-1.9207961598089114E7,6093660.083485051
+    -123.72270382407646,38.171400152473,-6003235.359924041,4850270.015636891
+    -124.85374701445966,-20.44885712752684,-1.3191864278007131E7,-1.787954545789523E7
+    -92.11885554782823,9.103249721771363,2979039.075605767,-7207321.798614433
+    -86.69381975009641,61.38000836002743,4257932.25049539,1.2696845549717953E7
+    -161.3201958494594,31.854405350167568,-1.7133516795334972E7,7655589.122232247
+    -17.369969667930008,76.49421418679826,1.317776141910256E7,2.367449629125825E7
+    -106.78742073232402,39.796443514079925,-1114264.7503378,4425595.077114291
+<EPSG:3453> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -52.25886527196457,83.54956339777526,7525011.454600896,2.8369886432096038E7
+    -25.979664137926704,-23.91161780008884,3.408304939556604E7,-1.2428961840370443E7
+    -33.79401313379884,76.74834227679139,1.1797700734966362E7,2.426935752201906E7
+    -101.73095886566058,58.67583163169624,906781.414396621,1.2886993831382127E7
+    -173.00220397491677,43.85452898470017,-1.7738123107864715E7,1.3822603122418985E7
+    -156.6335253353671,23.7221894395363,-1.763458721932733E7,4888634.36606957
+    -55.07881717703631,79.91237167027873,8119120.897184505,2.5260638820984583E7
+    -77.1374185741905,86.11403676805119,4522654.250768116,3.0643548052930366E7
+<EPSG:3455> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -164.2126772015851,88.98221147746165,911806.768806354,2.1369643957999237E7
+    -122.80058743398847,0.04953323414413546,-8538450.93913929,-1.542789215804048E7
+    -79.94060088662444,37.09601507225482,7893126.17552341,-1181549.745369595
+    -49.197051631693,42.54952250072477,1.489490257375575E7,4188789.27757683
+    -56.61915008370836,35.38211516252169,1.4528921867059948E7,842450.023906863
+    -113.56533194227947,41.169643712036645,-1662124.230835429,-134413.718254434
+    -40.7781994376796,81.58308905744285,6261613.386436693,1.753728896243587E7
+    -51.40963378359626,83.36135563966326,5048389.738742812,1.7851951596326604E7
+<EPSG:3456> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -53.60538452204226,-24.50261191819573,2.3568420926518448E7,-1.993895715540968E7
+    -167.50423630412428,-23.941425552800325,-3.3370968890090607E7,-1.0078696320537426E7
+    -114.88655731754858,3.306319765719003,-5833748.73765936,-9353750.939839877
+    -132.07959444929105,80.1118675720094,-1220229.647905152,2.2368323771798212E7
+    -24.41087220584467,51.057625759799755,1.8861803872217514E7,1.2693224264164506E7
+    -16.842854193579313,73.01838458783655,1.4089432348510535E7,2.1258366611365817E7
+    -51.88841976409054,30.86217033069699,1.5728924915086616E7,2491872.177318688
+    -92.20551336026512,6.966841723046656,3397588.011300236,-8825991.765959585
+<EPSG:3457> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -56.322693307911265,81.24690740140731,7259601.478744502,2.420184058933027E7
+    -79.12782335923634,85.31486210858439,4308964.048611139,2.7200616226788066E7
+    -102.7561584324413,35.316865641057916,-136083.497988698,2653094.933375569
+    -22.687071805301116,73.51363540886355,1.354145209839762E7,2.1788477975498933E7
+    -165.51916507083035,57.05666788076404,-1.2391860213774046E7,1.6088821465650752E7
+    -160.08677244429418,-16.819363639505475,-2.7918911695484262E7,-8787872.959886128
+    -130.84531121437436,77.58988123195505,-2048039.056492284,2.1979601379946064E7
+    -172.6199043130117,33.703585063816504,-1.9466514803972494E7,1.0318176582046257E7
+<EPSG:3458> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -58.32061370563618,52.50362440043247,1.0927770909505004E7,5529395.374184186
+    -61.93710961173717,78.50091534502084,5459564.474799692,1.4496281728281826E7
+    -108.20719175882813,24.41782327791941,-924481.664616957,-7072614.599937243
+    -124.39225732108056,81.02064171492532,50602.185993335,1.519451348584272E7
+    -155.81283553954873,45.91869287826232,-1.1138623187258048E7,5466365.617115781
+    -172.60156190488112,3.9715605839828143,-2.7011416928242676E7,-1782447.116066138
+    -60.51767300970879,9.30007406237172,1.824120009763137E7,-9311808.286653066
+    -168.58889154750338,76.2231197769335,-4601311.49612911,1.5562384131405922E7
+<EPSG:3459> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -81.74560936699329,-13.732584907581444,1.2275143399851618E7,-2.2820215422995213E7
+    -167.4216801629051,57.27432179352603,-1.0288196537269423E7,1.0740792220664764E7
+    -82.7913959359186,46.01667336474921,6395785.927214595,1812225.484248689
+    -34.492134014903115,55.532355123444646,1.451358526989429E7,1.0099106999978585E7
+    -177.44173350873086,83.14896181859994,-2567784.652464267,1.9066921276628427E7
+    -71.02904222349567,34.40617558147763,1.0732418593025977E7,-1338292.768907207
+    -48.473218740165066,8.732221290499293,2.267927569261354E7,-6280463.263607978
+    -105.82801752241535,28.445960300327187,145379.534321488,-5055941.998921867
+<EPSG:3460> +proj=tmerc +lat_0=-17 +lon_0=178.75 +k=0.99985 +x_0=2000000 +y_0=4000000 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    175.21480747338316,-21.680758213531533,1634006.173685767,3477754.386640331
+    173.72877371046474,60.70235674120312,1725991.417095626,1.2621819814416809E7
+    176.8837270317642,-0.17771240858068893,1792225.539381226,5860362.166752057
+    175.7359715983261,30.7297999812117,1711303.471174883,9284410.163474478
+    177.22961195240802,23.394566829538334,1844577.709825913,8468685.048114792
+    174.40667029548783,83.11550440067737,1941912.620027127,1.5113869644597605E7
+    171.84392186478505,-85.87834261909408,1944699.243595405,-3663479.361726499
+    178.89986364440153,-82.01119251539652,2002323.46841718,-3228332.062063379
+<EPSG:3461> +proj=utm +zone=28 +a=6378249.2 +b=6356515 +towgs84=-83,37,124,0,0,0,0 +units=m +no_defs  <>
+    -12.53231577275088,-0.8296122178033585,774634.982597315,-91907.203197611
+    -16.30875057121384,11.955073840053032,357480.611267973,1321805.490403864
+    -11.0143556086902,-1.8632115930697921,943616.141208125,-206568.855058914
+    -11.985543129575495,-51.962253067348904,707072.579541322,-5761166.34998902
+    -8.507829485628655,69.7325360990097,750560.403071132,7749235.590863906
+    -13.84607407587206,-43.21362611107885,593711.298186245,-4785253.400821904
+    -18.177716455220384,-37.485155747710294,219021.088308106,-4153526.387009222
+    -16.32786308227264,73.69855800455719,458386.862814814,8178717.253235178
+<EPSG:3462> +proj=utm +zone=29 +a=6378249.2 +b=6356515 +towgs84=-83,37,124,0,0,0,0 +units=m +no_defs  <>
+    -3.9944358340311172,-65.67870547707703,729811.137200607,-7293220.115758746
+    -12.5640177645239,70.65414070812042,368274.916674798,7842544.180298963
+    -6.867833722266738,-50.06944068370436,652550.35589239,-5548572.717990288
+    -10.602522727291873,-50.33437952774801,385933.995323348,-5577080.123008261
+    -11.892563286091569,77.71845344680409,431317.631872989,8628482.628893
+    -4.584793979795144,-17.475220696625584,969125.036617922,-1937687.08354566
+    -8.978242350415712,-67.56404295349867,500903.06260318,-7494214.733014883
+    -9.742522851503395,-77.56067635980129,482123.113973284,-8609347.935388234
+<EPSG:3463> +proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -73.45331993251732,-43.65636464676595,150835.631047328,-9662830.429926023
+    -74.75200013247533,-79.41095108695133,384692.797370849,-1.3642934330210838E7
+    -67.62657118554006,-41.81869311828337,624496.863977004,-9450664.151956186
+    -70.30591356196456,-46.510644471391615,409369.846087941,-9971594.197857339
+    -67.6840901793372,-45.57293319890303,612470.763401916,-9867700.096708603
+    -73.79316079520117,-66.13936184408088,289361.898327493,-1.2164257989324959E7
+    -69.56893121371135,-43.43696521154496,464059.686779031,-9629437.235577151
+    -62.441129141161454,-59.010017389883544,883627.869480896,-1.1381041958079709E7
+<EPSG:3464> +proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -63.20986265178535,12.816119730404225,1143196.216190838,-3393448.339240078
+    -63.57652398825831,-63.65730421524061,774550.598620414,-1.1891609458722668E7
+    -73.38787335603315,-16.361539690297676,44208.337776643,-6632570.290088059
+    -75.72005888745745,-81.05679281763554,385739.310253049,-1.3827640789680094E7
+    -66.22116490385022,-20.21721671285512,803552.400599346,-7057200.845871607
+    -69.83501515222108,28.52729949791724,430504.909217096,-1661150.7722797
+    -71.91492437428205,-9.105912036629078,193205.502417796,-5826299.331588067
+    -68.58594234909701,-3.047173400969342,559923.032110676,-5155122.749495533
+<EPSG:3465> +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -79.17375030985215,-73.37719719564474,412320.906741939,-1.1532736265991822E7
+    -87.12753730470587,-61.022460640974195,130029.291422451,-1.014382367661371E7
+    -81.865260826505,74.56368604165999,317854.080010304,4906435.659854003
+    -86.29194025146232,17.520217694912546,151303.113295655,-1437544.809603601
+    -80.71719033368919,-16.810341959010373,745928.296950434,-5241712.91892748
+    -81.09265918601703,-12.120241594400454,716562.664780045,-4720233.596823655
+    -88.38986398107144,-12.473700979915776,-77990.470340818,-4756179.008790442
+    -88.47785779595915,50.005581491237024,10440.006926408,2169192.024998878
+<EPSG:3466> +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -94.05854440721897,41.30038129133516,50590.103072972,1274538.291384725
+    -85.11565067215923,28.022669336939018,834502.397716714,-216851.541852094
+    -91.94225761231777,1.5555128780072351,105205.532035797,-3147381.908963133
+    -84.29555513069074,-34.82881756817997,893169.820740875,-7179922.219522328
+    -81.3230984581265,-88.59436811260201,616890.225056353,-1.3165112204060111E7
+    -87.79771390578053,-38.06588778770288,573876.181039856,-7534464.286606564
+    -92.81075789822442,-15.035320139245442,28243.751932365,-4989567.253700566
+    -93.58287800269652,4.622307435617785,-76173.537082019,-2805905.89625306
+<EPSG:3467> +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -110.93671960856817,-32.589056340311096,7286049.745678929,-4811487.81364903
+    -28.86770111307672,33.363341816615545,6269867.535528086,6836060.022045199
+    -143.54092055518979,58.684618210336936,602077.798895403,1012732.807377461
+    -166.5716740679986,45.45379804162533,-997737.681534605,-403503.629371935
+    -35.471245082384996,-77.86239142578121,1.3362866492765699E7,7707847.300571272
+    -104.4712578334824,86.12976181605308,726943.39256909,4017095.555914685
+    -154.64257307080027,-36.31333936518619,-118732.114114528,-7466758.068210361
+    19.488971986508886,41.61472964562779,2886757.654079763,9739511.62051022
+<EPSG:3468> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +bounds=-141,54,-129,61  <>
+    -131.66971511416097,56.41526949407453,941905.044366902,511784.221105045
+    -140.2362289538724,59.43225748343231,446392.048456779,864169.522373646
+    -139.53981535479545,58.705980700548196,478668.894755088,779899.948689827
+    -138.30892974686003,57.058899463560124,537196.318526341,591273.365512882
+    -140.4150873740737,56.01874968179517,398240.470473841,486610.207322545
+    -139.4920230473776,54.763549726522626,443772.450477576,341807.828811047
+    -129.8003093586154,60.29957794853414,1032477.391095608,949021.67073435
+    -135.18462226828555,55.62594888280366,723058.439910612,423150.974731512
+<EPSG:3469> +proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -148.27055055715886,-10.96577708777464,-186584.503797915,-7205044.679125026
+    -145.77792401763065,-71.77984064414085,368196.093439729,-1.3956212872645892E7
+    -148.3867867996536,-43.702880727462144,-14806.067009881,-1.0845509756371312E7
+    -139.47724152834508,-72.36276371868483,585317.950557921,-1.4018914072312718E7
+    -145.65331526254982,80.65071911225138,433765.74688611,2973671.629191105
+    -141.5539288034445,35.7643613081175,540334.828323649,-2026224.658676125
+    -145.1217459705295,85.24538855285073,471116.106664904,3485436.38779622
+    -136.93115378439748,-40.03461690106638,932684.476378122,-1.043057582794407E7
+<EPSG:3470> +proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -139.8321426179564,-16.458370664269793,1159658.105801292,-7815589.980074925
+    -142.6793151382334,-67.54073612009695,641553.873278022,-1.3483019995500611E7
+    -140.15095537411486,-45.11909391964789,960172.996242829,-1.0999669615148831E7
+    -148.29662590798054,38.062897779272035,298461.18801601,-1768768.365147559
+    -147.5491254820991,-79.93107448227605,469758.639931822,-1.4862275913316876E7
+    -140.305170861565,-54.29124355388984,870599.206866269,-1.2018025048931673E7
+    -147.69256204213238,54.595695357614005,390615.725816012,67617.591876811
+    -139.87010615993296,38.52467696522254,1034721.402045855,-1702151.807922018
+<EPSG:3471> +proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -156.65397844562642,-47.979449756599436,3413.807168061,-1.132239623856213E7
+    -155.45575562929758,-27.838850151845847,-37842.028870408,-9077574.352780132
+    -156.39886752181948,-13.126957217864614,-195061.10649993,-7445770.243912577
+    -150.86563774248233,-27.656029171808896,414592.097054659,-9045634.928305551
+    -145.50561129446749,-24.861798673334434,954473.058745769,-8743292.147269595
+    -146.64449134153335,1.0142227560598087,873652.999878936,-5872987.748200669
+    -143.24597684459152,6.8028174878842975,1248218.90827374,-5227898.535649387
+    -153.44163355770368,-52.687500243622296,267333.746206001,-1.183013847597721E7
+<EPSG:3472> +proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -155.7123872821892,-6.995833700622029,310779.105179219,-6759182.283282239
+    -152.54437114940745,75.03063254378324,541978.569737481,2344721.453408342
+    -151.2251083487393,-69.53282718339777,608289.017960111,-1.370386645451382E7
+    -151.30822413162278,-55.82698772516007,668657.12008124,-1.2177277038912524E7
+    -160.3996485517403,-55.17540455360828,92585.166720672,-1.212017334463768E7
+    -158.86203827476794,-29.92342471495239,30282.174319078,-9306568.099529864
+    -154.99039922137203,39.49430498149633,414813.124318795,-1611904.663490818
+    -150.8917226967825,-71.72658010357942,608767.868366875,-1.3948943517016625E7
+<EPSG:3473> +proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -164.519852779136,59.5110151848578,131261.301474292,631727.158724617
+    -163.00363368203182,-36.894799812538004,53890.595002502,-1.0081456650016509E7
+    -157.99684595770452,44.35242684635821,500251.446316818,-1072826.210755343
+    -153.57426023618373,32.184227831400406,917502.787920654,-2414793.25689289
+    -159.07125650653532,58.43838415379267,437437.494077167,494643.482511372
+    -163.99090471599484,-85.84592192907814,451620.746132316,-1.55248770378625E7
+    -158.26648814091757,19.720938289745504,472066.693445611,-3804040.253519097
+    -160.50379148906492,-77.14571078202476,437818.154100411,-1.4552245655178325E7
+<EPSG:3474> +proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -164.91742745690254,-72.05987815845594,399705.177003623,-1.3985758425303256E7
+    -163.98585793601413,-67.19445397203106,414090.123221697,-1.344198440510491E7
+    -167.03620000505381,-26.632894396610574,-1819.318837761,-8941880.698788486
+    -168.71313520794885,8.197202716939131,-241283.818881535,-5072733.279869599
+    -157.0463100834007,82.61866278743625,570986.873961791,3194370.789441407
+    -165.93843901887922,9.032869214226324,66692.999453896,-4984190.763334748
+    -157.77309949339173,-59.343034214731496,740392.755573885,-1.2573175018145379E7
+    -160.95687124790396,15.132338534085989,612113.883876265,-4311585.597478824
+<EPSG:3475> +proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -171.03426145051105,-34.195869146595754,35806.047520093,-9781806.006681817
+    -161.269392843777,-62.29890786180528,745260.660136548,-1.2903841786981072E7
+    -167.0361278838272,16.27561941213382,389257.945953049,-4185073.492025684
+    -170.83593350025143,83.02326291520458,434475.993745129,3239251.719319508
+    -159.68417753718646,17.851269121755593,1170479.098924669,-3999633.420230395
+    -169.06006312252904,5.227645696633147,160636.960077107,-5406489.727994632
+    -169.03456503085707,71.3688257051837,391804.642115329,1938307.504142648
+    -162.00519455667825,46.57626105464155,806178.534080039,-817933.709328705
+<EPSG:3476> +proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -171.70330594788436,-57.222984255533966,397122.826181909,-1.2330714653790563E7
+    -163.7645657343862,48.09203211674361,964347.565636352,-638349.859484993
+    -165.7488972585776,53.395084440584924,782691.880512021,-58894.51791898
+    -169.93028016680822,-18.814016029128112,507348.325101175,-8066192.14471263
+    -168.53934906814422,-48.503407355087646,607924.724219965,-1.1360214557767598E7
+    -164.58965366185086,-56.680808490280775,831379.476889535,-1.2282148313199159E7
+    -168.14836795148946,79.87889647300568,536330.314929956,2885990.873293321
+    -173.14325923041602,-47.70825181550501,264148.357363171,-1.1275565610146334E7
+<EPSG:3477> +proj=lcc +lat_1=53.83333333333334 +lat_2=51.83333333333334 +lat_0=51 +lon_0=-176 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -161.7057825783228,7.43819423327963,3048824.052296631,-5120188.550245105
+    -106.30448272028853,34.43862450056238,6706583.309197254,1132858.320839279
+    -109.98370836831812,9.742592213008997,8980562.987510893,-1050684.667701981
+    -136.71998831075456,57.34467873788232,3255989.834851146,1338744.18044166
+    -98.79458705985647,19.7404687102887,8652254.647254426,898524.994889589
+    -159.9149796941963,66.59550779609772,1731122.409748765,1835499.09305206
+    -99.59660659887852,-5.410342928645756,1.1827571716289382E7,-980884.583429598
+    -169.95845044318062,-1.7083413744753786,1988224.980528063,-6683749.189518197
+<EPSG:3478> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -113.96547279019535,-34.64731144727787,25533.795467478,-7267623.936028283
+    -112.27215555797981,-55.26489428685523,190763.228325445,-9556796.087936087
+    -105.3866505610519,72.31927741666786,434394.755803955,4608339.039591322
+    -108.95367900434258,-13.78801874876153,533850.079830342,-4957347.438682809
+    -107.49202646810768,-64.11166817191119,428846.662307136,-1.0549713261924954E7
+    -112.50796702824134,79.14183164765578,200921.539208763,5357872.27016287
+    -106.3666587662228,-69.07669599534564,434363.177891744,-1.1105852992747514E7
+    -117.98580315884328,60.32249935102769,-121642.549068581,3274140.826472634
+<EPSG:3479> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -118.23590688316652,-34.02526814996938,-1216060.782550276,-2.367055069498219E7
+    -105.8157813425992,84.44246160275156,916084.428316972,1.9531384057281803E7
+    -111.48969970594135,-76.911041181539,735423.006886449,-3.927191133684008E7
+    -116.37611852983575,78.49830986992475,374531.336410362,1.7354827259759348E7
+    -105.28920012568238,-50.85171693902981,2230364.872149806,-2.9811749145468134E7
+    -115.48670507275828,77.84980900497541,424878.955664481,1.711327253849611E7
+    -110.55106395698581,-59.98215424304574,950099.876430239,-3.3080174726719353E7
+    -108.02739736636806,2.558359847531179,2119990.144245923,-1.0325171801724873E7
+<EPSG:3480> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -112.14615491951317,83.66659641497452,188978.136272005,5863449.699066163
+    -116.16997197923712,-9.939571813320214,-446037.105755713,-4535671.459795261
+    -110.65507755535712,-7.174153555896169,159417.942243427,-4223898.943763303
+    -109.06353086125345,-88.56725755248833,216440.263252009,-1.327161403726776E7
+    -107.6325258734075,62.09786522109749,345680.926092356,3459104.280921388
+    -116.61851347258963,13.666282679848237,-485905.561436665,-1910027.560833662
+    -115.91409169039649,85.84884174166854,166972.854983553,6109051.925085512
+    -111.76974067600771,4.414559793531595,35427.217000777,-2942341.963663324
+<EPSG:3481> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -106.98430909843762,-65.00597383593787,1192228.51574872,-3.4926813891025275E7
+    -111.05992409822791,-6.0384958119092005,375580.878777465,-1.3446104384654544E7
+    -105.03344144609396,46.61002314463963,1989945.498822027,5726911.340084945
+    -104.4364185716923,-29.48607536047009,2524613.431967923,-2.2005145684447937E7
+    -104.70051281466907,-70.90714137489859,1354122.451945693,-3.710311091842979E7
+    -103.44953877026474,10.464330654772624,3117674.717173172,-7433269.412840662
+    -108.68232358773385,-60.63927148417751,966438.246374661,-3.332078271258938E7
+    -115.86057054775907,-30.56809745490728,-1093339.525887033,-2.2399033254403673E7
+<EPSG:3482> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -110.33703619456637,82.26390587858589,264638.717407975,5708102.519538945
+    -118.34817109982865,14.575786069638653,-282572.189466848,-1813785.412292009
+    -120.21066049761127,29.36589625240343,-414582.862184336,-163729.153014616
+    -107.10760633843626,33.161323712642385,833500.347091029,259365.977557636
+    -112.05116466659845,25.9255992926241,383554.672259745,-561241.572684917
+    -113.49543478561947,-1.2305085125771313,241689.783666105,-3566800.66901266
+    -111.55067935844949,55.71987517118845,351550.987717527,2748408.682788629
+    -114.89405383466762,-7.876565828421619,87198.389715254,-4301860.604272125
+<EPSG:3483> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -114.45893866450886,61.11777644546302,574626.937311086,1.0983027882870356E7
+    -120.61722779375054,-83.46752374793844,414406.216214244,-4.169185016784725E7
+    -116.56478309676321,64.78071679071385,260914.603533581,1.2331500007615646E7
+    -114.92612991593703,37.67877436807056,359624.998358803,2432648.525860297
+    -116.241949016607,-32.23422700490033,-70629.982124865,-2.296935328444144E7
+    -118.92813338518168,13.898922693378182,-1138255.567651415,-6192885.666196187
+    -115.15327961699091,-29.212592739159497,252324.77173303,-2.186410193120011E7
+    -119.23458144676682,12.455266889583086,-1258850.55137228,-6716575.645243256
+<EPSG:3484> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -52.4618852972435,30.54096063215883,4106641.804957705,333142.033376425
+    -47.943602634451025,-5.664442629675531,6407558.514759129,-3455942.755380991
+    -62.14584523170609,-17.480861583789586,5083492.165175915,-5908183.04410365
+    -122.59537524942391,-11.071243732181587,-4086198.356021552,-4907609.816533458
+    -10.759284050759419,-13.952033973607,1.1504450132469175E7,-1193865.485136706
+    -52.71807729403447,87.12029232537274,999587.399104349,7640073.359598953
+    -61.163630025307654,35.286095530904475,3159392.779222713,541354.88705728
+    -12.729875133388134,2.1052076956985886,9654068.804825874,165468.620829719
+<EPSG:3485> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -72.82596413368879,80.23496309983258,3309086.266393973,1.960832728266996E7
+    -26.527320145498095,13.711107512788644,2.4396518878504224E7,290262.794256382
+    -21.813716138842636,17.97027428656135,2.4709457637487467E7,2665882.241090519
+    -71.75264530142515,65.22130625947028,4961742.12822896,1.2235891243180448E7
+    -173.74656099589473,29.368148729805974,-2.1968755784450978E7,8449984.611189323
+    -65.38155869596204,6.447538427964318,1.207637620147018E7,-9109980.372237261
+    -103.83752332157516,61.14419936092342,-1037374.891435272,1.0281806437073646E7
+    -164.91515906120534,14.7597174077233,-2.365513538516558E7,2417375.066763285
+<EPSG:3486> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -98.23373444611363,30.83986448014185,-196835.369264146,215466.67051656
+    -169.88443560609943,41.61302462614404,-5536158.180725456,3769085.163380733
+    -97.58065371013927,64.73897082424673,81895.946909312,4175126.358574883
+    -44.3341433289971,71.98124273459676,2560161.41425918,5705495.200496164
+    -121.28781644663017,45.586092158159104,-1903198.561454623,2175010.415621295
+    -122.3062787359803,25.11951712823361,-2647186.525778518,14081.228483078
+    -122.52783756276241,-19.814187873556453,-4404708.708166642,-5626812.828255025
+    -154.75252205265218,25.364182364037333,-5593371.199045653,1483836.773387275
+<EPSG:3487> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -96.25644692855529,-23.071771880315456,-994931.415434106,-2.2635927288990997E7
+    -61.81778477269705,58.80740426161232,7605062.496954768,1.2102077853055304E7
+    -106.138690060239,38.746093371900216,-2720998.750077695,3806168.099575776
+    -88.87397068256135,72.61861720904479,1784512.863311355,1.736536135593157E7
+    -24.84911951050711,52.32779222060793,1.6086189607365262E7,1.3627851456568135E7
+    -20.185016710719992,24.026959877197122,2.3687775667636953E7,6340154.349672422
+    -26.6897773311818,6.874992167194556,2.5873236397196565E7,-304016.79075692
+    -13.857826376736938,15.623086521331459,2.7455499231473673E7,5499975.869700735
+<EPSG:3488> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    38.49175595016422,47.178097929058225,7262192.770971029,9048003.897912025
+    -163.01494059673726,31.021599782850075,-3983492.547537964,143621.807427645
+    -69.2490238916581,36.677820068400635,4316196.637519028,1034836.657747836
+    -55.10473676211018,15.559379326524407,6801598.318397244,-21463.121631102
+    43.348492402507986,-68.64300504779912,1.6440180224047929E7,1.0833285681348493E7
+    10.130527536812679,-62.99094167181659,1.614475273646938E7,5069652.370790854
+    -59.57889962625664,48.36960344152135,4265846.687102931,2550761.37312018
+    -104.67230931840652,66.8817727768762,853970.723093024,3076613.8949595
+<EPSG:3489> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -44.06209811965971,70.54378612720599,5025083.43848569,5603599.090376048
+    -120.93793156726244,84.78638344263761,2019841.160079238,6419681.545373609
+    -117.47049220681862,83.76688230927773,2095078.6371466,6218888.629221238
+    -119.51353097195198,-3.63081795431755,2363300.009428667,-4742782.610086335
+    -112.32226516430339,-13.215461403752762,3575426.940509621,-6149560.186782924
+    -140.32899643671507,18.614459587006635,-58259.479775887,-1639239.879568287
+    -45.54327946686686,-15.562260016523085,1.3253255436878353E7,-1388106.532094908
+    -97.40975096932326,24.564595467065423,4552874.146139577,-800164.361952651
+<EPSG:3490> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -153.68469586201346,-0.234173239006239,-7738267.418716053,-1.1375288726212122E7
+    -65.53519246333424,-11.870473314341865,3.4294849113404945E7,-1.047613032350212E7
+    -176.60627415694668,72.74097997172245,-324725.548426873,1.6850967132612765E7
+    -104.52442299505014,13.933340302820334,1.3370840883413889E7,-7255571.323635774
+    -64.97034957686317,82.20045598351044,1.0798301284948174E7,2.0868980908010755E7
+    -145.02708556418423,-15.40372322682217,-5936436.217029827,-2.002625627752763E7
+    -127.1116704283672,39.217388135798316,5113754.77909645,1640418.808789188
+    -175.03322497317546,74.71026792901388,366083.749036683,1.7477174518123668E7
+<EPSG:3491> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -174.45857953810818,20.315002692604864,-3445465.653006872,158001.756302822
+    -144.5061767667531,69.22155520791839,942611.82819696,4337788.104522832
+    -98.83916669064736,76.12281202962906,2840002.373418821,5295471.245131381
+    -37.71389786848525,18.213875048838837,1.0180660455215087E7,2386438.612956166
+    -149.19725147752555,81.73171853003758,1292633.813693982,6227153.479431275
+    -96.67944426845254,-15.991091943138722,6110767.474381179,-5850413.023707543
+    -175.38849337369223,45.608347943087594,-1955303.938609532,2580026.675148682
+    -77.48797281771301,3.665584888732475,7658699.637084345,-2094316.087364067
+<EPSG:3492> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -78.56111005201728,57.54888223352451,1.5269606908405786E7,1.114324294080176E7
+    -167.05592701124144,77.91644142676172,1799262.770610501,1.9146453075354863E7
+    -151.44881057108185,61.22130835602752,993638.752415124,1.1374932241418993E7
+    -108.13617491243632,69.73651345294499,8677823.502798988,1.418826165967631E7
+    -47.12690331193278,85.54858896751786,1.0467995803278916E7,2.4335354995353725E7
+    -135.08482161101585,-13.267706515439682,-261183.224376567,-1.9106880939025328E7
+    -38.80067218965573,70.34762208275197,1.7387519455331746E7,1.9631383749397904E7
+    -170.85574716181375,18.996386845242313,-1.0461393735801162E7,-602173.937826086
+<EPSG:3493> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -125.31170155403146,19.019177729130902,1467651.462153994,-1458999.529347599
+    -125.10590705651055,29.506320402730104,1549143.749047332,-267544.955730438
+    -83.04923268701415,-0.6741009815183183,6992875.721030745,-2917600.123656568
+    -91.91341463486559,74.82276949356492,3118385.211857813,5339060.8590702
+    -147.21529962903844,13.28952143643916,-1107842.363736877,-1703810.57027159
+    -154.3917249826301,15.524576681368288,-1815310.741007783,-1184777.662044112
+    -91.2542613389676,59.242529604936834,3781254.895432506,3372607.500953978
+    -51.77686013374549,14.792296522071744,9274679.540962415,827523.25223034
+<EPSG:3494> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -66.69774802191438,57.273687494212254,1.731857692030556E7,1.2550180370267611E7
+    -158.51768436102137,5.202611590217369,-9047499.696926085,-7133782.830181956
+    -95.80222128702566,-13.965213452733677,1.921063386305462E7,-1.765892765809769E7
+    -134.84558164763075,6.331716638375603,602438.687251592,-9417997.034360185
+    -168.36464867548128,-12.59766902709869,-1.682042253597088E7,-1.2506368096173054E7
+    -65.26652756961772,43.983138457223475,2.035331045962975E7,8563243.802385023
+    -65.75836856460921,28.982467710433014,2.3269393068500776E7,3924077.924396638
+    -126.1198714000721,-12.753242577691196,3689753.817123888,-1.8614364175142188E7
+<EPSG:3495> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -116.68496009124097,86.11671295209415,2041505.656428164,7511702.061399383
+    -85.650939692652,52.11716461819866,4329729.337862009,2795883.903891128
+    -43.15342549210678,31.261320338792807,8523424.433537772,2766278.566652097
+    -102.42918678771473,-12.611140686899843,4529384.666262105,-5280529.539625094
+    -57.02207805883435,-18.565227895625668,1.1446792505370425E7,-3314371.518499701
+    -65.255039649391,-4.508680295736951,9184789.943831641,-2236510.735601732
+    -44.215044219168846,59.36515198902957,6204163.714393776,4972291.292246831
+    -163.64706659315914,0.8309348810220136,-3741370.320453083,-2214120.34143757
+<EPSG:3496> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -177.78213549169365,67.49836445204453,-2764313.622416232,1.7007715076039795E7
+    -46.39314302375149,74.9253044317865,1.5293965505281154E7,2.103147563876359E7
+    -152.95180616054498,-5.29159452999912,-8936431.585085016,-1.1704989605178654E7
+    -104.73193447109506,75.92131425241871,8369717.005662206,1.8212249448097266E7
+    -64.44017178076369,47.817485819859414,1.951543929421041E7,9998193.424242897
+    -114.081160963785,4.736190982805038,8627383.660369458,-1.0004714850357419E7
+    -136.46399529768235,23.821651768370778,616316.776552451,-2041241.909638745
+    -121.59422799187318,20.71139780309572,5642279.288277802,-3735089.74304489
+<EPSG:3497> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -61.415739772680226,36.95385455772159,6780889.652800098,2265589.213726765
+    -133.0501121946536,50.28319068513095,887933.820219055,2470064.709988455
+    -151.49700059654128,30.951143237027495,-1148363.247078357,746585.612930814
+    -120.17695624599246,28.074948952136197,1784636.166183414,-100704.410940993
+    -93.35169384475788,-7.916431867405173,5487836.004070157,-4095543.363981707
+    -52.30814822779482,53.949320401806105,6271783.092234228,4263608.70096603
+    -137.72820534969307,13.821626850582234,-256478.489224856,-1507180.475708759
+    -137.51857805787006,25.211838416742673,19200.516619203,-230433.658433222
+<EPSG:3498> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -160.23647715059153,-13.789601544924338,-1.3838284686390854E7,-1.336830847389186E7
+    -49.40033080316863,61.754525728806556,1.91209133700608E7,1.683645993211722E7
+    -60.340220903702715,71.14302594229912,1.509130442575435E7,1.9087561799692012E7
+    -114.11979127748393,81.6187578930604,6942221.236822195,2.2435792101641577E7
+    -41.273952307321366,14.864097126058212,3.2528449446156908E7,5149458.609654634
+    -101.31949520566293,78.49796389607162,8514282.838072572,2.063089516757201E7
+    -95.5340748579387,8.621556074231279,1.5428906794342536E7,-6721721.688949754
+    -160.33121912850316,7.378536867998378,-9996814.818714933,-4677062.244585739
+<EPSG:3499> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -153.0936434469425,73.69900891201596,376338.499720157,5934072.663396884
+    -92.29884303878197,84.09266768161773,2609704.834502795,7728739.237334172
+    -35.72498197779444,-22.137871630485037,1.3784734935384372E7,-1761313.890162921
+    -94.48900248342126,47.282545042382125,3686913.150404941,2371118.802019136
+    -175.2264540740692,-24.233119261129698,-7250465.82789384,-4235476.123148298
+    -44.487455939102745,54.96321474120535,6598645.376538071,4744532.817283885
+    -130.08518798810638,12.823292202959152,409026.258151961,-1583450.491116585
+    -87.767706827587,-3.7853142222195046,5804482.299029826,-3242879.269846729
+<EPSG:3500> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -76.91568975008455,-18.782634412179615,2.6287164785855893E7,-1.5872111553045487E7
+    -47.19866137648563,78.74241752095483,1.4270376496095363E7,2.4024722240346488E7
+    -113.24423776182633,-7.188134112387061,7939385.767206183,-1.3866873948569847E7
+    -123.42031163188142,64.02121075875463,5187507.702351633,1.3960456969447058E7
+    -107.54377067869765,7.007713959232241,1.0042673731578015E7,-7680531.377992696
+    -109.45690390396031,-8.4883196590151,9712733.261615992,-1.4385517495482404E7
+    -39.1595753028314,65.77055354467726,1.951452410890871E7,1.9707168639916226E7
+    -103.92605468413024,-17.292926247207937,1.2782645148701457E7,-1.8475688425448783E7
+<EPSG:3501> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -117.48082930897971,18.21688344931188,-429742.301187698,-1829495.74617965
+    -141.63434118214602,64.87228720931827,-974128.868855862,3808568.985383516
+    -50.00332770624084,-8.355243855348563,8784257.526952052,-2935329.259768845
+    -69.87103479302154,13.682663469899012,5028190.903629307,-1642390.734071044
+    -21.779911525006725,54.442504676649484,5797689.211399838,4597069.579725736
+    -155.05184606858919,67.62730585877128,-1431567.476442563,4437741.253687064
+    -45.16186247355043,45.304162445525314,5332610.700862406,2659551.975114082
+    -83.45810636896648,58.56509804005966,2271133.159417282,2821856.597680019
+<EPSG:3502> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -158.50984808791128,54.49930547024332,-8069771.003157523,1.0475079096767198E7
+    -134.29242640046849,83.64262500416848,923915.439875609,2.0912722477018405E7
+    -159.96808598783343,27.219534890611357,-1.4003930321528709E7,2364524.817207178
+    -142.20010590275595,-16.00119088736546,-1.6275874325345514E7,-1.7848091810661454E7
+    -54.190436542407355,0.6817247196777423,2.4819377502761945E7,-7192011.300735321
+    -137.23238111549904,68.39214720776181,-1964526.52712804,1.3612307631981453E7
+    -104.1841228558835,75.79068773502883,3160635.50659757,1.6153134156959228E7
+    -78.7882398312631,5.392560993253294,1.4220257624668611E7,-9811408.726269273
+<EPSG:3503> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -159.50989253785636,58.234992949204724,-2236662.48352217,3433503.995000485
+    -177.4019629253366,31.494465783755082,-5261074.350379118,2081988.840150987
+    -120.70093923301764,36.947590872541504,-435105.064459599,155753.500908172
+    -153.1428878068549,5.875119708603858,-5008735.622807263,-1991747.577404491
+    -76.41129362022107,77.64292610287043,1865352.247010138,5156684.278211929
+    -135.4041570347321,74.93639284326025,-196833.601479774,4781577.146840683
+    -100.85419360546418,80.9692206019651,1040476.340876523,5546661.182970728
+    -163.3630016182167,-2.5768348954948266,-6811629.927610713,-2159050.146020303
+<EPSG:3504> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -60.608271584887476,9.3936226734072,2.0693612496692188E7,-5826756.557043828
+    -162.0572711224488,-18.271498491686128,-2.67411012388434E7,-1.4043551101751592E7
+    -48.64451629861023,-7.9498321926841005,2.9525748926103737E7,-9454677.799877515
+    -118.51529614168248,-10.25439806556339,-3657647.30064632,-1.8947766032618668E7
+    -162.343765053803,73.24908201924318,-4063274.025052155,1.6619197181763742E7
+    -169.0097826078909,85.13099581559457,-475842.664044847,2.2091963028401904E7
+    -71.7324981739242,83.69735947917924,5325338.747955589,2.0277044097827334E7
+    -131.96719651251956,73.35127097978187,-459275.454412914,1.4841806923278406E7
+<EPSG:3505> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -58.6368919010536,44.40935099589831,4516712.333881018,2089258.024651221
+    -151.3700184207108,28.493666133093036,-3453564.278720629,488582.781802415
+    -68.03996030931735,49.11372609551641,3631660.102715177,2248256.887963215
+    -29.929680180881746,71.38161363171209,3959926.235546372,5751852.53566485
+    -176.30141084571565,21.7582937310166,-5978541.421055211,1374872.412991225
+    -100.01218450898475,12.365710631976974,1568110.94890393,-2457414.209111992
+    -153.79278475292662,5.8700448297286485,-4987604.216291953,-1723423.476551077
+    -26.258430514393098,11.442290382711981,9350625.997285476,1220602.392862165
+<EPSG:3506> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -20.571822785356886,37.333920591771914,2.4428411816531725E7,1.1715849645590438E7
+    -70.10106199751479,22.64851788651356,1.5046420867578024E7,-1849872.648714347
+    -43.53685080514305,-18.327892083231543,3.431313867399658E7,-1.166756552089922E7
+    -22.08460146250283,28.9918090285815,2.6529421994965155E7,9459870.670172956
+    -65.75373218547043,81.04402516275893,6623822.915302066,2.0405289159469105E7
+    -107.59472086746604,-15.269546850136127,1897827.250768523,-2.0739556144185394E7
+    -177.96600858612658,56.07171604176669,-1.114644261929478E7,1.3980420819998058E7
+    -123.58313376594349,12.703862802662762,-4001263.727279879,-7311231.711183205
+<EPSG:3507> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -21.753764389853956,57.26563904583466,3330726.523612534,2923559.912949573
+    -28.364876212233582,7.51214177717252,5805022.768861465,-2308067.06511409
+    -95.40766946630349,65.9413980453773,-834956.702524007,3194625.583429367
+    -152.1902284744706,-9.556348081335951,-1.0534454121190008E7,-823871.594300605
+    -101.87977921141729,80.71641102820975,-462477.851767872,5252131.458280679
+    -48.008464333492654,46.51516822378028,2184899.402610832,1055399.607701225
+    -121.01287602806468,57.95161683795047,-2534422.684592227,2897821.806994883
+    -36.72008721861383,65.79965396422247,2092651.265950833,3404903.831226333
+<EPSG:3508> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096012192 +y_0=152400.3048006096 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -32.07598257806161,25.216761819598673,1.4457044073514117E7,-2032219.791147005
+    -133.39914577883565,40.61078720809283,-1.4492124418295277E7,6090369.795679064
+    -113.02090804000755,41.657264136889125,-9610748.077753155,3318462.665113158
+    -84.26340375763289,59.035100189409235,-1279848.21795546,7404241.490324913
+    -139.75109792606634,62.0728213944913,-1.0184434779916054E7,1.300282588270609E7
+    -6.343815254280287,38.670323932625074,1.8169192257650387E7,6653921.745322875
+    -55.37300894683281,-16.400923812675455,1.068466646637116E7,-2.3094621750502847E7
+    -99.26063759153392,45.05566471479332,-5757088.959508242,3084457.548345857
+<EPSG:3509> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -75.64536695476792,68.09292561522793,190473.841112541,3348750.110436683
+    -82.39817413612799,80.38190431701884,70029.351688027,4728079.536983374
+    -71.76418744062923,26.73003543502287,563533.901716786,-1244557.495333448
+    -76.08351977566174,70.61688692959166,175289.919685777,3630423.746370737
+    -72.39804406925747,-11.427047240295764,529553.728477971,-5472896.17260469
+    -73.52098377384938,22.34347736036608,395301.924742079,-1734426.172420636
+    -78.14350101585424,-84.61615683137876,171434.431952853,-1.3608747579278622E7
+    -70.96649621444683,-64.53687393999826,413430.417136919,-1.1374635398547202E7
+<EPSG:3510> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -71.29333583455929,-87.16305935238556,730886.071548712,-4.558175448575286E7
+    -77.02472523845103,43.78831833404871,231515.188615184,2113047.678866277
+    -72.41030072047056,81.09806167993437,826555.874037025,1.575317622531636E7
+    -78.2454247964186,-56.817275114741136,89492.975344654,-3.448346473249488E7
+    -70.07964660891825,17.11049921064412,2521861.300920725,-7569347.773633918
+    -69.92691710745812,-12.351586242737099,2617765.334637822,-1.830570287138606E7
+    -72.22284859698105,-3.1431159003027886,1821470.376068009,-1.4946065008189138E7
+    -82.21538465851884,41.943472024651044,-1193945.887006881,1510090.100956655
+<EPSG:3511> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -74.09611553394332,33.173075669062285,844518.534475652,1000986.260092217
+    -81.24823832716999,69.39452980055137,190246.771676293,5008951.836394267
+    -85.18790573021688,-23.74957033075266,-227181.00916444,-5325743.037062635
+    -75.402653240504,60.75210322973456,504943.625858328,4058435.967406228
+    -75.61662689054097,-79.20848221608055,312409.238017842,-1.1493485802195203E7
+    -74.92261960917332,-44.817996402427305,680674.263850796,-7674479.507518525
+    -85.57151658622938,45.192836726478674,-159215.059581118,2324208.124610496
+    -87.72749251742236,-37.117185304914365,-398245.009495366,-6822575.057630748
+<EPSG:3512> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -81.90301483945794,-14.144533969457001,336308.83942098,-1.396481167624077E7
+    -87.67400531385532,-58.70242453334527,-611771.534726379,-3.025077852444482E7
+    -82.27926698276363,37.5622285925365,285361.646408755,4814238.611268249
+    -81.9718061508812,-79.2091997563263,589507.797636169,-3.7691996898766525E7
+    -77.65820911595581,77.63732249809897,918160.863215629,1.9458824379025098E7
+    -82.89238457582132,24.20842263742547,25412.815633847,-41116.539326684
+    -80.05146507224092,87.2757223036732,672685.666842113,2.2982576449197914E7
+    -86.67300720808241,87.94240050935667,581652.871836742,2.3230414498467956E7
+<EPSG:3513> +proj=aea +lat_1=24 +lat_2=31.5 +lat_0=24 +lon_0=-84 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    40.15596792359665,73.01584104196633,7011773.033027912,8365538.421041125
+    -55.32961011770833,26.05985527348163,3238428.311593864,559850.11798478
+    -106.41487055954039,26.562365331282138,-1816845.371984007,486199.804841489
+    38.173618654146026,-19.26211152590156,1.4536659544756413E7,3284606.588476202
+    -157.43887750853375,-47.171474112788594,-1.0185735372230269E7,-3074667.373748143
+    -62.84224788863979,43.42547867145697,2177766.655234762,2287919.86480239
+    83.73755020679454,70.27524152841957,8214487.74272773,1.0877339740345893E7
+    -120.36221455690634,83.53709499995179,-1748223.854250689,5474621.512440821
+<EPSG:3514> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -131.68028123535902,43.13426665763762,-3232029.177875725,2385513.10794314
+    -46.77440403939096,52.66708724837144,3332754.814685875,3155869.714761452
+    -88.07949112854084,-10.317435221104002,102721.918239239,-4723057.424107291
+    -75.8047772863573,32.9033791575363,1413582.586756031,463903.669857741
+    -153.92269481226467,-12.648295727653387,-8650772.326388966,-2155966.795650485
+    -59.50695140433349,-21.64857405674668,4418472.433501957,-6028281.230335591
+    -52.376029492094176,84.19659754866672,1502196.634063469,7994339.171828444
+    -13.572887173309482,-17.482908781738246,1.0445565536985531E7,-2619239.04614891
+<EPSG:3515> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -62.66813879773366,40.8606003233437,8080231.409046442,4927112.825791743
+    -26.97431925152827,-1.9785236546469385,2.5321653278682824E7,-5835745.337037468
+    -16.91809594684159,34.58594670798362,2.119713397986306E7,7905394.762430204
+    -153.20823357024477,17.172078551163857,-2.1152048002008665E7,2848379.046767227
+    -3.9656435785449275,47.99586899763131,2.106604801205618E7,1.407060617985537E7
+    -130.19174987040464,24.750219428135956,-1.2856377632446552E7,1463273.165181168
+    -86.53393272747877,8.36141280855395,1181192.793375201,-7674959.817800785
+    -96.69605720732217,29.209746611986553,-1915370.1364102,284205.107046073
+<EPSG:3516> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -78.75780786450164,-62.05192535055734,369535.252769653,-9578602.371207649
+    -82.00809084330359,84.8770113122132,199919.312128919,6737168.942056128
+    -83.31316196490643,86.59914576983806,191300.586992842,6929598.309368189
+    -75.78077960950473,-48.938540864270365,655481.181132148,-8133197.885717019
+    -77.50114451387907,-54.41896518322296,491931.556902254,-8733575.620990973
+    -78.6539411017817,-8.309614330822072,568777.451482139,-3612448.043121174
+    -77.82155629090681,23.222198027225545,627918.247286133,-116896.727079541
+    -84.1591343995368,-45.3460616418719,30797.373500708,-7717427.453411602
+<EPSG:3517> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -80.86400823375253,-87.66059035427662,673156.75933025,-4.078796975558939E7
+    -82.57742145023482,46.92291374346752,511885.94404382,8223352.597287497
+    -78.60866139526757,-42.323974580039255,1573304.904302057,-2.422886060185019E7
+    -81.99733498080747,-55.555399712891656,656718.410747525,-2.903783698244361E7
+    -76.39799715765007,-29.733251116536913,2435579.191904522,-1.967049211532818E7
+    -75.22246101493741,-39.079489956751125,2581043.162267622,-2.3100533541701995E7
+    -87.29586833653305,13.673761665548284,-1225813.490612624,-3850412.677012178
+    -84.46712412770124,3.9243408223379674,-243003.809732729,-7407249.140086537
+<EPSG:3518> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -79.9335074948252,-74.73977375705695,265614.742310602,-1.1618077277592896E7
+    -82.61107282021102,-28.157719947499423,156355.312152304,-6435470.056170064
+    -76.12657514147816,-86.87769687188755,236674.400492782,-1.2973974847813834E7
+    -79.21745307500592,17.150397748206814,513881.803264739,-1420635.749374407
+    -79.96519009212284,56.724608263617796,334748.555014839,2971001.377400853
+    -86.02118231971194,-69.27466818512058,47807.375427935,-1.1011867461175816E7
+    -85.75269977993064,83.55623509638403,155083.397162822,5962954.176949771
+    -81.83832690467837,-61.91941634038347,217248.073292476,-1.018708847584694E7
+<EPSG:3519> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -77.29832276022019,-72.37262277010817,1195655.836061786,-3.726813559101838E7
+    -76.35615089656264,-62.517751446797945,1636994.096398174,-3.3684929227389224E7
+    -85.49650445214407,25.101753077552758,-446056.696397902,-1767020.104604524
+    -83.92974009229096,65.45610647401944,388003.005462187,1.29357669003766E7
+    -89.0854173114522,-6.611915656442534,-1859757.222178087,-1.3307714425083494E7
+    -88.84745147753814,-20.917353355947355,-1627619.183621212,-1.853018407617959E7
+    -81.6285131329351,2.0905196814506724,852564.79622643,-1.0133298360073496E7
+    -77.82566254384663,-63.34643648826667,1368809.887804056,-3.396790358010877E7
+<EPSG:3520> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -79.86902126013196,10.76641311791991,1170411.321052783,-2125972.092199686
+    -83.93941463322544,78.6123122896598,705010.555339666,5409552.85225979
+    -77.52600559501474,73.85532028695673,905781.34354891,4890045.281792911
+    -89.955756070426,37.316013816271465,186662.366116025,827139.598019531
+    -81.56622219427338,26.2964519395871,959722.207275971,-407781.510641219
+    -85.78441212634343,-37.42098666744656,556808.839034623,-7463828.39344315
+    -80.39092212641351,30.07117365718257,1064143.025910174,13906.610055895
+    -78.07277230661423,68.48640482155113,949127.69759373,4291934.551149283
+<EPSG:3521> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -83.09139984174588,71.35735175051758,2422479.250272738,1.509245284621323E7
+    -81.58021018628344,-26.132690596929386,3145291.582750649,-2.038578713925852E7
+    -89.91831519104376,29.05788149399831,457458.881083054,-297647.912702341
+    -90.27262975012613,-47.41254138684879,785140.409334106,-2.8183911386530362E7
+    -80.64416325777174,-4.690259620706598,3579469.853152209,-1.2596257624379024E7
+    -90.56494186389058,47.02229138242552,701099.917680151,6264188.931979139
+    -90.16718552657895,-40.800625568965074,634978.225393756,-2.5771357259097017E7
+    -88.46341826763354,80.64957067296254,2041039.217733932,1.850350082497839E7
+<EPSG:3522> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -114.82288273312726,38.11692417720205,427842.291479088,-393796.606321706
+    -114.9907034645308,36.67883672577406,411449.714390016,-553257.068640659
+    -120.22620364659598,-47.053459767124416,27024.36162319,-9846133.539220113
+    -116.40187899271109,80.8429253475758,457323.981141811,4365303.184945022
+    -114.1665101637677,56.25543933210034,489680.145682122,1622318.236463644
+    -107.00569764343817,5.362927512502395,1277087.193355677,-4016932.827355914
+    -120.61663736001321,43.63273234813411,-33986.323258377,239715.311824724
+    -116.96989689489133,46.512338954370676,272091.860028826,542681.131900701
+<EPSG:3523> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -115.91770115960325,-3.806200708630115,941473.600129316,-1.6520502829959834E7
+    -108.37747346652603,29.79662109672536,3425240.940599747,-4277171.058630313
+    -119.0810121095913,18.447171129523994,-122279.144816701,-8420093.454304246
+    -107.02849331017353,67.619732285416,2610893.697381982,9532040.095778026
+    -116.7395326780988,55.483539471643155,1072285.617509529,5051760.140497715
+    -111.42533361735359,-76.97449492882433,1852951.906160182,-4.318457586577724E7
+    -120.58611830876568,-66.52136021375829,680880.290615433,-3.94041176680512E7
+    -115.36452815083575,-3.677767617183747,1143061.44598714,-1.6473514140453726E7
+<EPSG:3524> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -111.6432481352419,-54.246579637195076,234118.467421423,-1.0627542773550963E7
+    -105.79185501983797,13.501418037110355,891399.244769694,-3112258.004638196
+    -109.06927667692483,-43.974373272998314,448528.182873172,-9489755.87189371
+    -109.84767940564421,-61.54105808311745,323309.835207407,-1.1441991299643701E7
+    -113.46577981745803,7.806443624703434,56710.398000646,-3750950.122110203
+    -114.29428562486342,11.252134604426303,-32359.872572062,-3369237.989652877
+    -114.42080172851698,-47.542380049655094,30314.902369632,-9884103.357954703
+    -109.29162325514655,80.14390936434623,254938.258692551,4287728.041085684
+<EPSG:3525> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -107.05000858421471,43.728938723857226,2008704.590123089,793374.253455299
+    -114.57643909595765,4.110992173468915,-221894.515626777,-1.3646341200684331E7
+    -105.62932704766509,-42.509713942697466,2419131.543682665,-3.065328363210067E7
+    -117.63666431159419,80.58497150019568,328782.927770079,1.4239866680645468E7
+    -114.89274281921661,79.30033512027765,470793.693476901,1.3758187315333918E7
+    -111.36351917998283,-56.440746108380374,818684.64491631,-3.566911788249548E7
+    -111.80280956818946,28.463326069757457,773074.805051076,-4805415.201729283
+    -108.19731709106819,9.509166559283216,2087080.536582727,-1.16809527532777E7
+<EPSG:3526> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -117.16745362939749,86.2148949806261,789550.422342398,4964382.976617748
+    -118.40511378824515,3.8807901593338556,505021.616856505,-4184749.519870895
+    -116.09026303644595,-52.527568786734356,776908.688938948,-1.0436019539349454E7
+    -111.29894836618175,16.577554576197443,1275394.422099787,-2775595.606165871
+    -116.5453009416287,-55.05542254658057,749179.534153823,-1.0717588293143652E7
+    -110.2696371376636,-45.09060683736735,1231397.026981893,-9623620.879550325
+    -119.740018424022,-3.7543300427193316,356451.590974199,-5030429.000753216
+    -112.36466850022093,-49.370499551158865,1045830.192296917,-1.0090288004885208E7
+<EPSG:3527> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -121.98163764742738,59.4801184199259,1467172.068053029,6554976.745167058
+    -122.49738589509639,-28.09922837287312,446550.615767494,-2.5400224937471446E7
+    -110.05903333428758,51.811060848058986,3911767.373618797,3749887.95536785
+    -121.71174418875916,-77.11244354910798,2138305.430707003,-4.325452919577667E7
+    -115.49767466419259,-72.42435687819696,2652577.153189432,-4.151327181515097E7
+    -119.6970729509022,-64.30054608423563,1998181.914612869,-3.856002503444338E7
+    -118.41077943734182,51.94370543544488,2024476.777401777,3758968.584050079
+    -109.38475476978685,-75.47708542076413,3208376.553730793,-4.26623668226406E7
+<EPSG:3528> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -93.15021681873573,72.07647509031781,134641.7858167,3947663.131451673
+    -86.58770255396799,62.0900553384364,391187.688744277,2828604.771096063
+    -85.36134836211323,-25.43133203179014,599044.020335996,-6876515.662465472
+    -87.20732336887922,-9.451765164577324,423660.82450988,-5104808.1953737
+    -91.44062081936934,-38.8677494802868,30304.874140174,-8367724.346242314
+    -93.17810539297645,-82.83289388047858,232569.572373415,-1.3263503470252642E7
+    -93.57028508084325,5.694799963718438,-280900.979726478,-3427074.670725301
+    -85.39448823274454,-24.093565632026525,598896.619254612,-6728134.375759783
+<EPSG:3529> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -87.07729516859877,-16.97999978804998,1423127.236112607,-1.9481237382040042E7
+    -92.89717817910672,74.89090839597554,548830.316623606,1.397714137554044E7
+    -89.40882046133537,23.90458166423643,624949.959764114,-4640237.48362963
+    -83.18567213186215,67.93346322870778,1691883.553917241,1.1443028581032924E7
+    -83.3662614136416,-58.3318768034023,1938393.952541608,-3.457421905036854E7
+    -87.27808346481889,49.31681375783276,1235958.945635343,4612335.163452602
+    -93.89097706867459,-60.953339707446325,-2931.76709013,-3.553902252732333E7
+    -92.07855535759384,35.205945859687446,-134872.314992251,-510634.30156928
+<EPSG:3530> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -88.13715193429692,-24.479011633254572,905751.509072364,-6768976.522455283
+    -85.52178083796038,-38.236377041938944,1106739.840732255,-8302983.665843525
+    -95.03139712165117,-14.467603833756982,174998.708086011,-5664846.549506654
+    -83.52251572246169,-66.08543474101165,1000195.645890174,-1.1407150376191175E7
+    -84.15961035166191,-87.89093504687536,724645.600549965,-1.3826395402433012E7
+    -93.07992829594109,-3.032915781637854,376027.684662952,-4395062.625027275
+    -96.77605728322612,-65.60122401916595,395687.631554583,-1.1353234764778242E7
+    -85.59953405324656,44.53489590979822,1062990.527538899,883845.212758202
+<EPSG:3531> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=699999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -85.66925135194268,-11.76042685493016,3906308.277458655,-1.7597463413091514E7
+    -87.48438050279677,62.08385473602843,2756305.703576162,9283083.422602646
+    -93.64748017749665,-81.01191976248319,2097451.413489827,-4.284344158468205E7
+    -95.2701070327436,60.26723645720577,1370516.985823838,8645323.17938592
+    -93.2191928464089,-4.769151367307984,1185114.954483393,-1.505035758563261E7
+    -93.71530482693416,38.02050055299608,1274180.546518842,512445.252938372
+    -84.01849897885594,-29.800146766391258,4248499.165743784,-2.4189415533899345E7
+    -95.45359196461119,72.99344498550295,1730796.343669207,1.3290154854763683E7
+<EPSG:3532> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -90.36693006312727,54.543400203096155,-204073.529150115,2154505.631293666
+    -85.69805113109113,-25.45597791023898,96843.633400675,-6718335.943791144
+    -88.64412823339498,54.435312838945094,-93172.105995352,2136389.894052954
+    -86.14817974630968,-81.31984473865529,91884.272136837,-1.293411565089007E7
+    -85.22915600120746,33.83448343960623,140496.356106916,-156600.298438181
+    -80.68986414545016,-37.44190104490753,540547.496280794,-8058928.435857886
+    -90.6779540103213,52.127788308441836,-243065.135923141,1887362.313681656
+    -83.24915659111953,13.139608736165044,362177.11360159,-2447498.409563422
+<EPSG:3533> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -79.68215541183616,84.74394530004793,528607.656717505,1.8096803052194793E7
+    -80.08802223117992,-6.339748853875463,2356224.873587055,-1.5112218157668132E7
+    -81.8397391090484,38.23462348905433,1427498.354885265,1110456.718856951
+    -80.32245432772015,10.216859189911673,2251722.432757851,-9078719.936275586
+    -91.20526169574643,9.595426278248425,-1669504.696016832,-9304035.986997029
+    -87.74994603013748,-74.1403747152965,119554.347779858,-3.9808622336413346E7
+    -92.54795115568085,-17.021272250600845,-2080458.917548476,-1.9020341791081272E7
+    -87.40595489262473,-81.016058937285,228580.582930721,-4.232476715531789E7
+<EPSG:3534> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -85.53541973200254,-15.211991671646103,1066325.736875108,-5584843.703008551
+    -92.78634593928504,8.486504215381672,271069.259758021,-2958806.614675255
+    -89.56827111997819,-43.99712603093338,700687.341111785,-8778207.54331903
+    -83.63476640361671,-44.41760087194099,1174643.426714801,-8827712.62757869
+    -83.60383016216893,42.56333775193556,1185728.537541916,818063.112416057
+    -90.70480892817721,-23.04870998689742,528690.24750759,-6456309.123329442
+    -87.25244680071302,-1.5081570570031744,881181.452507792,-4068622.677147313
+    -87.43848645299735,-45.640618958650784,872312.026984972,-8957898.073101593
+<EPSG:3535> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -84.61983296190235,-18.619010719766152,3805855.515201745,-1.956386222385326E7
+    -80.31333723720778,61.13742599990175,4147817.823646868,9506530.559819415
+    -91.9240711364781,88.38965581916466,2902961.071294942,1.9424339484039467E7
+    -80.4488747215368,-18.953603265950704,5249229.725810745,-1.972283082430759E7
+    -92.2826915284947,63.788875374610654,2112501.605692329,1.0448321226248385E7
+    -90.61844702972854,12.782522262744848,1692760.142246475,-8154956.65981858
+    -87.01079378929961,-19.163714643269145,2977783.023934137,-1.975581633752895E7
+    -92.48798942141761,33.01773818514063,1295040.67930629,-768572.718574984
+<EPSG:3536> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -94.5743067788488,35.844378319785136,1402288.658501712,371093.974764942
+    -144.01252886932517,61.652884340962444,-1185807.731483575,4112821.877636424
+    -156.72015913260879,11.51836476683371,-5670766.37338825,328779.762761862
+    -78.6373503243184,40.238410655606614,2759293.149599909,970818.703075867
+    -125.11040539487604,41.83946086919697,-1064890.330369158,1522898.881031946
+    -121.24714316170002,32.627406234057155,-1094921.946836528,439594.024519943
+    -64.48086867838788,29.851769800763748,4314827.439673074,184183.984519668
+    -60.31312960603266,28.84666602389978,4743228.211583685,226886.780278616
+<EPSG:3537> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -124.83739592746107,43.54117007243284,-3199758.934827137,5547378.881030705
+    -73.47825865853316,17.186609534313796,1.2498436203402806E7,-4950477.143154092
+    -54.26829354323661,6.424578321922635,2.137328282145728E7,-6426938.25864485
+    -14.70421948338597,52.33079602615426,2.0331386261796087E7,1.4999510369744154E7
+    -143.63919765175268,41.91664943709198,-7939637.3711021,7362377.208510441
+    -57.90801318921231,7.071871139057958,1.9828694630030487E7,-6848615.657366615
+    -12.037563065231609,-15.711025929662016,4.417494996992617E7,-828473.749591424
+    -90.42762574067582,87.66375499389125,5024695.502597614,2.3597529114979092E7
+<EPSG:3538> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -122.35976323619172,-3.5258706055364772,-3652456.862854533,-4623762.363612792
+    -147.00556246114647,30.784716613685987,-4380535.510118523,521754.940509282
+    -60.90305776891023,84.32634337051522,1122048.293050897,5847587.725527091
+    -135.30107685507556,26.689434899802364,-3624376.763357038,-482204.948670225
+    -144.63564197540026,81.6782144991744,-713695.818340776,5608020.964949766
+    -33.059541660077855,68.12889144680969,3165657.47422553,4231006.94757725
+    -106.6911733843058,33.54007753069009,-730984.072629739,-625777.698219663
+    -102.65380859966457,13.613644447717917,-599368.140185045,-2978978.076546051
+<EPSG:3539> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -161.92887354248793,44.03880389257163,-1.457418018915078E7,8200784.767250212
+    -133.25871549547747,-11.349273394492375,-1.856008285687134E7,-1.669909017201601E7
+    -152.29942611176548,48.81573448851424,-1.1593228072363464E7,7873613.868610722
+    -55.48367224184189,86.91207945529077,3220626.20345237,2.0991068585420832E7
+    -68.16395813518383,-6.821656938735066,1.411395342485026E7,-1.723235161544408E7
+    -170.78228867310082,43.1120441968699,-1.6395929542026635E7,9718810.991849486
+    -60.892400503081944,14.233910600665993,1.4121598406923678E7,-7346511.55736947
+    -78.93849877242818,25.295388855105777,6604962.509451752,-5004657.582510258
+<EPSG:3540> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -26.98209865866457,38.03315521371418,6016130.292279317,2289168.185664064
+    -52.67825224305015,19.170045967373646,5239728.554721207,-930601.288135823
+    -83.85922526849977,49.70904094849173,1433839.743893553,1351579.614821295
+    -14.810416629881473,35.023302812166264,6985581.880867809,2889601.669913149
+    -27.757580909038126,23.676333729820236,7096530.152185988,1090323.099036348
+    -35.61755758513536,7.163739190687526,7742300.134785541,-998101.0280226
+    -113.71067431677189,39.514831599047675,-944230.372356716,248061.798260931
+    -144.10313025819082,17.765569304593257,-4596456.068284892,-1032822.565584335
+<EPSG:3541> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -25.710252676792294,17.49485605677578,2.5473841906802736E7,2432100.735314908
+    -64.53995822520206,-3.6432633973433397,1.672393741535144E7,-1.3815497497308206E7
+    -48.665265139003935,18.10089202606509,1.8674919267554253E7,-2673898.631835422
+    -112.77123515740259,20.51144993217929,-3977883.533113107,-6165249.396534452
+    -173.20238485783202,-14.511638675945617,-3.424137090907825E7,-6507458.763624499
+    -69.9420867626958,31.59054322198181,9984114.088493016,-1107893.840011838
+    -100.6354210089857,42.52219163560231,600818.202247474,1537013.365690163
+    -104.26112302016816,17.954947536578302,-1006127.317634034,-7500341.552280135
+<EPSG:3542> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=400000 +y_0=400000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -17.03424245299422,41.347704664412646,6393447.435105515,3718679.021096302
+    -170.10802601263933,40.78559602399323,-5073860.956846906,3069228.626785027
+    -33.80331327717502,77.93677420204527,2448905.903227326,6273711.136703631
+    -169.61033719012534,70.26167482966441,-2606544.540701631,5590313.082160989
+    -109.70685692187875,-11.267081069465105,-1318147.231928947,-5488654.476005764
+    -179.56608791598944,40.07882048082441,-5679659.46110683,3602010.661753569
+    -60.27007115464244,59.792856485474445,2671460.835883839,3510902.241035547
+    -111.98240815389437,31.266471615923507,-887864.019368072,-107291.475508764
+<EPSG:3543> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -75.53432953140786,62.45799074301625,5608861.598735649,1.15744724524074E7
+    -155.19472395613064,56.996609289700274,-9995736.403674144,1.2417530697713483E7
+    -38.234424482246084,-13.52297302837152,3.033200496278593E7,-9798458.172357418
+    -147.68555563069586,23.730536147983223,-1.4850360776306132E7,921765.097333208
+    -29.489862928113354,35.227335355316036,2.0111703180223394E7,8081512.053675336
+    -88.39791471032332,14.81628493222582,5152523.446301753,-6640356.985123702
+    -80.76507591305626,2.7876323594888746,8958364.4969863,-1.1047273165712621E7
+    -48.94579968070158,1.882164640377745,2.2007035979179513E7,-6536207.469692546
+<EPSG:3544> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -49.21753067754773,-7.419382916288052,5573495.295140915,-4544120.313521002
+    -70.29333293193346,1.7993765887913042,2367238.950500487,-4082866.865790204
+    -135.63373454194166,22.03928148248729,-4732001.713207903,-239319.668340526
+    -18.53005743195925,39.60065563150541,5678528.760748677,2163300.233763714
+    -131.73369825987118,36.37732555893149,-3577091.939960055,950225.069698067
+    -17.961510521271663,-11.459006265363426,9915057.055284753,-2595840.112135096
+    -35.3877842523834,33.083317108781955,4869613.390466686,696165.504872121
+    -133.0125941245882,51.9333884717513,-2796228.942349697,2512075.898634615
+<EPSG:3545> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -104.98931637972802,64.60949632746745,-2028948.494791877,1.0703708862029582E7
+    -37.761864678292284,42.31718083484429,1.3713954294475418E7,4869120.818494739
+    -26.639015993175292,56.72132381367673,1.3109352257781804E7,1.0843476440939585E7
+    -97.18205580212873,-12.19718519714965,-4971137.837864199,-2.0055967197354723E7
+    -39.33504184845518,80.82515530019789,5693371.309760509,1.908163939165067E7
+    -125.35690198517496,-19.793135606642124,-2.0568341774974816E7,-1.9689598062660597E7
+    -148.4557349276618,77.16074679238521,-5212306.597628349,1.853932819098717E7
+    -44.10169868716635,17.39778923267422,1.6079418655661881E7,-4276533.81473264
+<EPSG:3546> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -59.02402037067229,44.14943635683851,3621935.288863323,2175197.028712564
+    -62.531229067834886,71.96307705615307,2514423.730100513,5388152.409786397
+    -153.18046365484966,-14.102277971967267,-8277113.679452686,-1709218.949395814
+    -51.804426022498305,43.555950709625165,4196072.312661678,2298776.857308126
+    -170.632409343295,74.5670139642845,-1450636.191161341,7085062.73665483
+    -131.71734553303148,47.610617107987,-1868384.533707662,3104689.307792694
+    -29.475293085031097,19.717650415500742,7315671.387312179,934964.050982021
+    -124.67197218191077,68.41775413048207,-367133.560615746,5166765.172448492
+<EPSG:3547> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -48.47335946032079,88.7692936247546,5927440.662971287,2.8393519158190005E7
+    -59.19514301660632,-21.272878507454585,1.9675505505096834E7,-1.9666641672721025E7
+    -58.06167286012543,56.21272919784268,1.0803970680094969E7,1.1535026032541526E7
+    -93.76135954550202,69.84144024969001,3678987.269305477,1.6341959027070152E7
+    -156.30250574405238,32.8832996053459,-1.480476813637315E7,9856392.276525756
+    -43.85453646629412,-8.17885905816103,2.466187741814124E7,-1.020032784048456E7
+    -120.5488892864359,31.155171882397795,-5784316.687011,3410713.424450179
+    -8.078701416670754,27.209380333182374,2.7724458153681085E7,1.0018393569311313E7
+<EPSG:3548> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -77.22301620452264,-9.041487262757732,1768659.80196133,-5034950.978224487
+    -53.405341068114055,-13.834839740389539,5474716.299948134,-4975351.330452109
+    -67.73089597289813,1.2858920154856186,2892792.698403085,-3410003.857676166
+    -117.45038615540525,50.38466869968161,-1774916.978602163,2459607.465520746
+    -90.32259276522156,4.807680217014905,-88429.587510897,-3165107.189520913
+    -153.7339358846338,53.11640439326466,-3846081.495886354,4023779.574148898
+    -48.303894074171495,79.98469892428092,1632749.484671644,6276435.701403249
+    -56.34160573505686,9.726370837994764,4035782.616919428,-2006469.64334489
+<EPSG:3549> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0001016001 +y_0=500000.0001016001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -46.01058235682876,-1.5260002825861037,1.9057342147352945E7,-9463197.709111698
+    -151.25634401684454,78.53069440829456,-5042373.987777278,2.1430277684459615E7
+    -158.14700309013958,30.829247831878448,-1.905249449238688E7,7973419.646894793
+    -18.418523674760394,-0.7156377271699874,2.929341311224123E7,-2525904.173569562
+    -71.53562152288166,75.31756706112104,3463174.848208201,1.7448636033577964E7
+    -46.99225430036611,-21.72758606406128,2.2798796740187813E7,-1.9177081581293747E7
+    -102.04555386467108,31.453514244129586,-3441730.610808627,300412.543929083
+    -136.67102432249325,64.70793508136464,-7095496.907707322,1.4864743941802504E7
+<EPSG:3550> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -104.5761501887558,-19.975075228063687,-871775.112689623,-6321897.796952743
+    -147.88057859267937,-26.41367886313985,-7778993.240825305,-5251187.478619907
+    -154.37722495083335,68.5143796841077,-2143956.99670963,5511273.364224135
+    -104.57551273537057,-6.006375858986878,-640542.392453416,-4256200.454949829
+    -40.02135570386545,20.113014933377038,6384177.707108437,170166.980966392
+    -17.81365853446809,70.55520326393776,4505219.518822679,6151578.851620841
+    -87.16515900707287,-16.29689743669113,1799374.295093827,-5819456.097724402
+    -46.98960734497095,39.00477337840511,4857100.577444857,1767484.084782242
+<EPSG:3551> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -35.21261812928742,9.20264260567295,2.4506365009259548E7,-2201233.180959604
+    -66.49598416158064,-16.560503644667612,1.5979193456164056E7,-1.776086518235878E7
+    -37.043944308216254,18.522310041995766,2.215078185958289E7,540718.027022192
+    -65.49623678771837,54.30686322896131,9503234.16668908,9686937.882774668
+    -105.14073849141994,39.14389933130972,-325348.220013939,3363571.689014715
+    -18.906986674902157,-19.604370615096734,3.7840328077924624E7,-8677223.956451984
+    -64.4206817648079,-2.8293943247550075,1.5325507740219736E7,-1.1301383898901384E7
+    -12.941668724699468,84.38961932362739,9532488.474424988,2.7211617612036463E7
+<EPSG:3552> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -55.666350528166404,-4.890037846768589,5641435.698232925,-3205330.710154016
+    -137.7316840254386,87.06562509998473,81196.123100508,9077923.675062472
+    -87.32094219906801,73.72642271584512,1192896.097172239,5715069.125627428
+    -173.3879248806809,57.249959282407175,-4183174.937325474,5265069.844253279
+    -140.7039676279917,26.516779034656032,-3778535.04867865,825680.396181825
+    -53.90938592220661,52.9528193326928,3704603.243644656,3236984.979334855
+    -114.29035081738941,77.68615268625149,47499.065910499,6531103.490862598
+    -127.46571638886212,41.792568739305224,-2019800.055917427,1964344.706259235
+<EPSG:3553> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -57.255287125514116,33.0597601318259,1.3583027655041752E7,3202303.384647758
+    -156.97385600985226,-13.8189674543694,-2.587133895792849E7,-8382307.143201011
+    -160.0964071645186,75.64567591984108,-6299890.868001406,2.2814941396716855E7
+    -127.21429944882502,7.743537498932703,-1.044299196406517E7,-5569754.265238643
+    -40.6295382222053,35.929473405968,1.78861687024065E7,5991821.468816172
+    -37.45864670368178,75.13981218206612,1.1102394453976111E7,2.1424643360456776E7
+    -73.51638357486185,9.82636371535905,1.0055338287909372E7,-6401688.26701248
+    -51.9223975913916,26.490253377550573,1.594169353483958E7,1467646.486955136
+<EPSG:3554> +proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -67.64169369465671,-64.1797938813572,572107.59009221,-1.1938767485755375E7
+    -63.80423218438759,-79.06288021228156,612590.761050094,-1.3603637756256696E7
+    -69.358592376246,66.56221458001778,489628.035387922,2567231.948166149
+    -72.36851134015546,-55.868991981812016,296988.50215269,-1.1016783502075953E7
+    -74.59142595732668,-77.82867557011716,371470.510589121,-1.346670480590144E7
+    -64.68560231235662,40.56610106179866,875999.220863849,-316389.912548017
+    -63.26745746321422,-3.183128319548814,1152183.99242111,-5171997.094900374
+    -72.06389862398493,-40.45981014226308,250715.054666683,-9302819.336697884
+<EPSG:3555> +proj=tmerc +lat_0=43.83333333333334 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -63.624529414289306,19.185595745339484,1147357.050369824,-2727576.783229331
+    -67.56303954116485,-64.31062485240545,715094.736185921,-1.1989583652058993E7
+    -65.70087163676102,-65.61739801513187,800174.530010237,-1.2136969868405692E7
+    -72.84412084249283,-67.66963354096143,489416.542560643,-1.2372546110681944E7
+    -69.79886367060757,17.55766168270766,495723.778682191,-2912185.94178704
+    -71.914751818008,8.549755571944004,254915.394797105,-3907436.924121242
+    -68.62500147246328,-43.607442013141444,639451.162912902,-9685589.435155915
+    -71.74801925437188,42.08950980998145,379548.809471169,-186455.341772829
+<EPSG:3556> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -71.33240221117916,-17.862926428125974,198526.45500688,-6720141.056537108
+    -74.80189937431201,59.06324954027329,46153.691450359,1813891.871785589
+    -75.93965274830185,-28.710420617381764,-244170.71440452,-7933940.489777073
+    -68.91373140737194,-3.4584172577967536,462387.757279364,-5126643.747725138
+    -70.32917907388978,-6.355665764534436,305069.519311172,-5446897.997570609
+    -76.46788130291901,51.60161972463166,-121960.433282086,992406.85607017
+    -73.0041619164123,-16.744753978411737,19578.265416203,-6597987.002078764
+    -71.53059599055254,14.148632952464695,175232.004989931,-3179043.132339005
+<EPSG:3557> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -73.89609378511526,-16.340123097572402,-277246.105825251,-6651066.841662919
+    -73.82066846274822,-58.60765347678955,-9044.156282691,-1.1346879969178192E7
+    -71.250088046774,65.1436262580446,171005.081790611,2393137.150394133
+    -63.152442333892424,22.747616397793536,849767.492410695,-2310025.911465077
+    -74.31168703524436,65.80282946231179,34415.854171134,2476121.218674554
+    -69.68853742620695,67.62316576348891,249493.880034551,2667284.825228352
+    -75.48361348375025,68.61148690060907,16204.776559705,2793153.658070353
+    -71.48040449946902,88.17592099765506,289409.603277598,4961220.965500422
+<EPSG:3558> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -73.18039911106615,61.59329878551404,740030.464352526,2091034.775212693
+    -66.29947195689472,-84.10449173028739,944330.74535422,-1.4088720226912089E7
+    -65.4941407698878,7.65870732847452,1416072.438267104,-3894359.157591956
+    -73.50786376460498,-58.52154769206669,705363.066949172,-1.123804613925629E7
+    -64.50264691496426,-45.01122891623112,1346487.767289011,-9745706.39514418
+    -70.0619052952897,18.710303437923898,911049.120238769,-2674510.799438271
+    -67.78335546993102,5.167961044381997,1164304.354939011,-4172111.151595455
+    -63.581412414744214,78.9269318542859,1040956.792676059,4028945.417680509
+<EPSG:3559> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -94.01266914745973,63.06804839606754,-551759.687283107,3007824.269854488
+    -146.39455954790247,50.68984715095928,-4146845.875517198,3273347.760060794
+    -154.37412203747135,64.47150097339157,-3319403.889817056,4772214.340654972
+    -34.18884997063074,8.54429854308145,5567228.440822638,-2142887.1563296
+    -1.065116784783669,0.7683946274770399,9599967.363016846,-327650.116228931
+    -123.49289280477024,72.84972797747604,-1474057.714431138,4699713.473188924
+    -66.35991606744835,3.3009437795948955,1808058.807261737,-3970314.641948451
+    -25.76558160226051,52.78256715117851,3784754.520062689,2671656.694561671
+<EPSG:3560> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=999999.9999898402 +datum=NAD83 +units=us-ft +no_defs  <>
+    -86.5735975611109,58.96999178268267,6539092.630580408,1.090287450687126E7
+    -119.81577742742442,17.85953206462527,-1477116.629929742,-4968202.810764958
+    -104.64519903974676,-0.963075994121354,4839675.298210953,-1.2962762622684387E7
+    -36.382119341151736,27.66928902583929,2.3611695964278106E7,8763537.528331188
+    -113.4750952434964,72.41345832122724,1372703.894174121,1.5732991512284119E7
+    -127.78407225095239,66.94060193127301,-992874.548412999,1.36221541619118E7
+    -33.585668687662434,82.11788467868124,7039909.855685101,2.3194813401380457E7
+    -133.98373953667834,0.716613940739947,-8549672.618779799,-1.0991216569133505E7
+<EPSG:3561> +proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+    -153.21311753420505,-24.000675132414358,1262623.984257947,-1.5551391647197984E7
+    -155.73112272539885,-34.631607563223056,429536.463617386,-1.9411242766928416E7
+    -155.13679850821828,87.48095318752593,504915.374554055,2.5056583319037177E7
+    -159.39071251881964,4.33380032710437,-918930.532135726,-5257614.349755437
+    -162.02721800263458,17.84674842918689,-1774775.327559006,-317328.497287898
+    -156.63953916126064,60.60535015674736,294294.579290926,1.5219631295044355E7
+    -158.22638333541556,-38.0470024642275,-286139.699542157,-2.066607388836681E7
+    -160.18822665321332,17.117314981452253,-1139282.595137617,-602242.709503756
+<EPSG:3562> +proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666666667 +k=0.999966667 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+    -161.80958648741748,81.54907657055205,222493.939729133,2.2350775909847625E7
+    -152.27520794528394,-71.49799781103737,1009151.266616875,-3.343344345849818E7
+    -153.1741708523838,-42.27152067397629,1444388.002733005,-2.2757625811992E7
+    -149.6989526081165,81.28458483789242,884985.398644221,2.226482185287331E7
+    -156.22162957688573,22.169051588699006,649651.676093511,668164.197626459
+    -156.09161190125337,80.0205418176499,535573.078723947,2.1778732661284506E7
+    -155.96833504571123,-0.9573103371061364,754074.996597574,-7725507.704030692
+    -163.46426160216936,24.753706923876905,-1760160.877552209,1663359.730098478
+<EPSG:3563> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+    -162.01652296159335,-70.47006291441387,7518.35531419,-3.3358295241027392E7
+    -153.6527779647158,-64.48572945821044,1184393.138679658,-3.1175840392346706E7
+    -161.844012544599,-59.60627390536804,-212752.547396012,-2.9388865719052866E7
+    -159.2642415399689,-49.34617288183893,197669.35531616,-2.5623786246342167E7
+    -157.94168154445154,1.0943859789329764,520353.496351712,-7284024.87167493
+    -162.839787425854,-65.10961591496884,-246375.457979409,-3.1409147501984358E7
+    -155.37823929843432,73.77088531295473,767400.151536338,1.9193423765203476E7
+    -153.0802723237381,29.982753355956717,2057633.906980598,3238893.602326717
+<EPSG:3564> +proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.99999 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+    -156.81851857017398,-52.77002081243527,1092771.385032848,-2.7124150832779776E7
+    -155.81524704336843,-52.92153217230995,1312000.969309592,-2.718927072384343E7
+    -157.39327201628373,-71.44894562650377,744539.680851717,-3.394679219429119E7
+    -155.6911196952378,-37.81224581846408,1599640.870033033,-2.1681538608924627E7
+    -155.1760212991495,72.75536533329131,968254.44656831,1.8590456597238712E7
+    -156.76259228867252,-48.49855953152722,1162753.081509675,-2.556602794869634E7
+    -164.92208562461025,0.5299272251592839,-1484116.150803688,-7730089.652947874
+    -159.42848043202997,87.81852092750373,500051.694093791,2.409119166508644E7
+<EPSG:3565> +proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +units=us-ft +no_defs  <>
+    -155.14741549265725,-17.08637339983308,2253692.569262478,-1.408582780119137E7
+    -155.14625062581538,81.41649529459806,773262.611184616,2.1818191501432814E7
+    -154.604871282813,30.71709540395787,2248180.768821975,3334328.924649377
+    -155.52244507571476,0.8514977458655153,2196932.595102424,-7552810.03089736
+    -154.07806144315344,-49.07011879777098,1958288.684768894,-2.5761070114853684E7
+    -155.35633610477188,-43.385319160606464,1777960.768998371,-2.3666124973069556E7
+    -162.17390540263327,69.43913368716136,240884.304303894,1.7424608560931955E7
+    -159.78676823385905,-15.252546230952603,632946.784449804,-1.3397520721659722E7
+<EPSG:3566> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=2000000.00001016 +datum=NAD83 +units=us-ft +no_defs  <>
+    -114.92538603207191,-12.988303499082754,-163466.24834701,-1.4854886177017273E7
+    -143.72429547114322,71.99141245747995,-2789766.539051756,2.0465125952917088E7
+    -86.57971903377288,14.316903922138842,1.1180259828604715E7,-1124643.719187701
+    -121.11823207328823,-16.80906305078766,-3643354.545558466,-1.672123003264022E7
+    -101.03059769451833,33.792474095056264,4830961.275155125,5091785.804091252
+    -101.52312324037133,88.70386613663345,1898342.761282624,2.9922396658275723E7
+    -155.43979143580913,82.09179408438035,-1844481.223348065,2.571133627062563E7
+    -136.27780385744384,1.744621809984178,-9286306.636224579,-6204361.052524408
+<EPSG:3567> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0=3000000 +datum=NAD83 +units=us-ft +no_defs  <>
+    -67.13033058541053,-20.873047024549475,2.5560242820113376E7,-9298814.90921682
+    -153.04846993136752,80.82225412581613,-2199429.785988201,2.920838959065112E7
+    -62.0811350114641,21.25497233898505,1.8337807492114015E7,8675645.706143556
+    -30.7267799578253,82.316613584461,7729408.667707749,3.20720882843639E7
+    -95.9147847947876,-8.98229026269404,9259092.287936334,-8015447.579974886
+    -35.396139519460235,38.98536165478276,2.09673089466302E7,1.9015918011301067E7
+    -170.55027274599578,80.92696097893618,-3596118.353419337,3.011442070509537E7
+    -143.27348411387942,84.7272622166089,-477839.024133425,3.1281984481938038E7
+<EPSG:3568> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -49.576397030234915,-9.702749480505979,3.09887174641513E7,-6455460.889487324
+    -60.68538851445999,36.55552845862938,1.5775196938733542E7,6157940.560756335
+    -114.92990489688643,84.43370681899658,1423691.155726563,2.2021413045366414E7
+    -77.11368685197077,35.00994410394584,1.1728588201683585E7,3360561.88180901
+    -158.21065130516814,-5.207012471124431,-2.018211034871837E7,-9099890.361185549
+    -99.40540335751412,-17.822135956030035,8493235.490966741,-2.1408138294435818E7
+    -38.39081700269321,66.5975388061156,1.228413249155618E7,1.799437351117317E7
+    -80.83430579360726,-6.21642526166071,1.6542488879126007E7,-1.29506420576654E7
+<EPSG:3569> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -140.11331737396569,63.72613754412733,-3422762.358908267,1.6941519151876323E7
+    -64.16186862929865,50.554385819309566,1.2336173347755332E7,1.3938977558469705E7
+    -28.182530026901844,43.44236369633536,2.0741410139971413E7,1.802467967367089E7
+    -154.39423394829035,13.326912012892912,-1.454646984092742E7,1100085.315570019
+    -55.042686125236415,-18.64566125637628,3.1321552599402007E7,-8380501.879145314
+    -150.731948773701,40.99791502929976,-8846434.67812968,9869747.892804826
+    -170.0610081930492,-20.064090660352505,-2.9503503120061312E7,-8343454.912755171
+    -154.30746348744884,80.56452648244294,-2170748.741944856,2.4879412915759012E7
+<EPSG:3570> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -129.97638303243158,80.16321121822072,-189637.428269252,2.8132937267853435E7
+    -150.01218089204065,65.84734118232463,-4877980.570491252,2.235173630275609E7
+    -57.55159371561356,70.85479268150868,9318457.37475375,2.547564177443987E7
+    -78.33123054112913,6.434179103053445,1.517395236967767E7,732044.568353381
+    -78.7262923527112,27.65269261874508,1.2191027810184196E7,8412592.878203526
+    -103.1093535668283,44.6750146448384,3836473.292127945,1.2864850897713788E7
+    -34.50526350344228,-19.173662072734118,3.930862342044944E7,2361378.103752789
+    -159.48064641362242,7.724143313911714,-1.722519148954479E7,3789674.323608419
+<EPSG:3571> +proj=laea +lat_0=90 +lon_0=180 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    129.94515484878468,61.85131871024251,-2384413.464597891,-1996874.119730437
+    77.16889053258541,-37.7901884661527,-1.1150544678149983E7,2539709.218819044
+    152.14783671142965,-21.980742791096347,-4932085.951164963,-9333925.59280603
+    58.233408363039274,5.901338087035299,-7257632.068721815,4494065.976279985
+    169.1952262371779,-32.332056874000166,-2091348.665888372,-1.0958273172910707E7
+    144.72410191357463,34.528940207675305,-3431474.436047798,-4850770.540547859
+    103.68755055119158,4.153918221649377,-8432535.308251807,-2053689.492469158
+    83.03343807026299,33.50976030089204,-5997043.304891834,732791.91742283
+<EPSG:3572> +proj=laea +lat_0=90 +lon_0=-150 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -102.0188351014735,-39.868078285369464,8570401.18841223,-7721926.921518789
+    -134.57713444822218,-12.326856560384726,2638534.990277963,-9564230.769362073
+    -6.149159008841991,45.041956272760814,2881625.157184517,3944580.886782315
+    -153.91189175266533,-74.30894814104231,-861084.008781066,-1.2592320452980025E7
+    -2.128891717550914,77.16153893779813,760905.18679695,1211629.140803196
+    -176.0103979001387,-8.995616541490477,-4247612.024492582,-8704885.45457169
+    15.39451888915113,18.122928745738037,1887513.359485857,7243434.618408645
+    -111.65046911698468,-35.922773209956816,7037940.384051516,-8895756.608996607
+<EPSG:3573> +proj=laea +lat_0=90 +lon_0=-100 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    60.99947566470911,83.87379926891606,222664.442268771,646645.271399337
+    -94.14652258718233,-47.47642112965517,1210513.545402897,-1.1807656592503808E7
+    -131.8717344556085,-27.617894305536936,-5752258.025964689,-9251559.165904038
+    29.495093733860585,-36.38644220763745,8771300.227440016,7229240.537578035
+    2.616210715203721,-22.162001678474482,1.0312946276705561E7,2308280.436384605
+    -164.98981290157988,30.535865295671414,-5736601.49231774,-2676263.051879349
+    -27.24263415435766,65.96817794027504,2543383.474998726,-789383.076828367
+    -44.473680194522785,23.180170221388607,5791048.883162229,-3976162.07772293
+<EPSG:3574> +proj=laea +lat_0=90 +lon_0=-40 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -43.42654127762722,-84.25069041837475,-760607.815948481,-1.2703086470372701E7
+    12.636384293472247,-51.14405559925782,9547015.04455191,-7289642.336618825
+    -131.60820147608473,-78.93961252385643,-1.267719215017882E7,355922.111245311
+    35.02476497685382,58.24794061261031,3379155.544284185,-903876.742188217
+    -52.06866125111631,-40.03885425757327,-2413677.591310818,-1.1288922367985178E7
+    58.41312469631549,-28.71034278991096,1.0838479726604607E7,1603024.425189891
+    -35.51823890509897,-69.0005111416029,978874.83094149,-1.2488608954207547E7
+    -27.45372832360158,8.529534088547052,1806935.232813596,-8119520.915834176
+<EPSG:3575> +proj=laea +lat_0=90 +lon_0=10 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    91.32876803888394,-71.89686090711643,1.2438193288534366E7,-1896920.107833014
+    -31.73239025042392,50.82368404665348,-2852329.436995029,-3197742.950737203
+    79.48448495970092,31.99754954218362,5796374.902428841,-2168964.958461838
+    39.72014776159568,49.82221675530204,2176308.663688303,-3812359.653929877
+    -62.986173937610744,6.007370051219212,-8154445.140046841,-2495215.908223801
+    154.89794286590632,-42.833333588252046,6711857.495275276,9549278.413737658
+    -158.82284403618343,45.40309266862198,-939735.067222658,4755960.176568832
+    75.78780559451036,38.43423642638389,5066155.000280979,-2278116.480120526
+<EPSG:3576> +proj=laea +lat_0=90 +lon_0=90 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    16.197728006861155,-73.90187061626366,-1.211464622398392E7,-3519109.154785147
+    -35.163790573029694,-71.23564723096544,-1.0276204272599967E7,7239343.038980109
+    111.91846893793581,-78.2451879897303,4731204.738858858,-1.1758287956903903E7
+    174.49006648930543,35.74295089738263,5795333.812782738,-559041.26074873
+    137.39342213766218,46.322836061986465,3498422.372653489,-3217705.60731062
+    171.63665356043632,-3.285313149589939,9164910.530141408,-1347365.935066107
+    78.01628214150426,4.950414006071853,-1788608.463614203,-8426515.32319321
+    19.640430089351895,-31.112958331146814,-1.0444845724661075E7,-3727549.155896182
+<EPSG:3577> +proj=aea +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=132 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    9.509883113198612,-76.19147660710877,-6498395.78373094,-1.0890810620581793E7
+    62.314692063224584,-20.10054911547961,-6898539.959290844,-4084789.946757212
+    28.029363877066388,-5.993217803162295,-1.0780794705633793E7,-5267474.421139652
+    -47.40524217511956,-70.95314570492428,-8117220.346884377,-1.408790125003883E7
+    10.238251888083383,-10.576622655092322,-1.169152805359801E7,-7145752.87894707
+    -45.47978368667229,51.43528703430789,-1.91744894085685E7,-1.1931583129415965E7
+    144.21838823615698,79.38471350026686,1949213.468056097,4866686.650027083
+    179.40820738366386,-83.35721917462459,2785023.633836614,-8294767.950717393
+<EPSG:3578> +proj=aea +lat_1=61.66666666666666 +lat_2=68 +lat_0=59 +lon_0=-132.5 +x_0=500000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+    -51.94458465667526,-3.2628300888655133,9828289.445893036,1267067.918031825
+    -111.93188322613545,-59.28981373805773,4624208.238492512,-8108727.716793464
+    -30.236400398878516,53.47352375497394,4761906.046200398,4334835.320986873
+    -82.19411913502789,-7.874042555637075,7717013.142706681,-2946665.780810463
+    -82.55312195476812,-69.08632382265537,9853169.326312425,-5153529.248099745
+    -36.996007220743564,65.08692218926296,3470551.300033446,3963317.983535139
+    12.89937809450879,3.7121433588324635,7394709.10224151,1.023292841683278E7
+    -140.92406254655734,-32.85960885614358,-1061069.538575816,-7524699.121156276
+<EPSG:3579> +proj=aea +lat_1=61.66666666666666 +lat_2=68 +lat_0=59 +lon_0=-132.5 +x_0=500000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -151.79156597816015,48.73320741992691,-933043.985363235,-408364.987333811
+    2.9335232975218446,68.59065370819332,2683391.271066134,5540201.967606614
+    -67.53971043679904,9.538258904323811,7922185.792904626,-356907.489042737
+    40.702607951134866,68.57791045671985,1530668.304725519,6528011.758375145
+    -31.207487356305847,-78.49774231229308,1.3847272261048874E7,4513377.847145576
+    -60.06027164154487,82.08582183008579,1537323.98856311,3681534.588984714
+    -4.763971803598338,60.12377520197384,3687999.941902811,5671206.002490439
+    -91.15511670814372,38.62043010761667,4056901.282103728,-503355.997647136
+<EPSG:3580> +proj=lcc +lat_1=62 +lat_2=70 +lat_0=0 +lon_0=-112 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -83.02375322408163,20.35567209974097,3730276.091942706,4144607.511542455
+    -136.14862572304497,74.02273923151638,-730152.000504727,9828668.03528812
+    -106.03032268450495,59.286621059359675,341139.455477459,8058445.92151086
+    -173.8306663243217,87.84962871120277,-257539.58436875,1.145844862716985E7
+    -179.06234802451263,31.221213883339793,-6054727.81399172,8315887.732248767
+    -55.950960297301066,17.473691984676712,6844052.696657312,6134884.99524535
+    -67.41298394082814,80.50191282004629,785478.558563602,1.071762102818493E7
+    -133.33944485293128,60.69121299224644,-1145414.999893796,8396053.650190033
+<EPSG:3581> +proj=lcc +lat_1=62 +lat_2=70 +lat_0=0 +lon_0=-112 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -70.46940141051586,23.1025914224837,4909167.83179911,5338768.046375765
+    -168.09277557536305,33.453275625504446,-5163975.562076669,7489430.421782796
+    -90.89950539513053,49.42528759066832,1553875.742164988,7189577.068706631
+    -148.6683651085793,48.11041490332938,-2681433.790112422,7581459.751193832
+    -122.8571256283587,81.25992059287856,-192126.671998794,1.05308838754612E7
+    -75.05483366353154,42.12901987742671,3089431.962189121,7010082.489595708
+    -170.32283333826092,36.37900767516498,-5015427.809015886,7893643.11284941
+    -122.61310339766726,73.09184997187062,-345042.538866603,9610872.784414941
+<EPSG:3582> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -30.60935574173152,-13.729309615084539,2.4611605356106587E7,-1.5403275322465062E7
+    -109.12930747754767,66.68274934359978,-3979830.171681379,1.2018667295246923E7
+    -98.02840463258786,4.8145102094827585,-7609037.762222115,-1.161284564123094E7
+    -30.20602512439106,70.90189915755344,7936323.026357469,1.4658819857497733E7
+    -81.55486611708073,72.39137519949624,672728.115202189,1.362084491564231E7
+    -39.44431373593662,36.72637551511845,1.2018021090410981E7,1891227.244487213
+    -56.352124147616266,47.69385320117313,6416844.310421384,4247233.357960591
+    -75.18008226308788,-0.4109426466181141,2136881.59108441,-1.4925352469897859E7
+<EPSG:3583> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    7.0377068721846,-10.021476789569466,1.120146358066575E7,-1293860.34166402
+    -49.23842502761556,68.5755921634031,1491543.213757928,3331592.327186057
+    -124.52200561654013,8.909162833106041,-5940218.856943978,-1666027.216095432
+    -102.66156392075717,34.63392026672518,-2401139.743253455,-163725.742472866
+    -89.34976849398221,-16.669476174587516,-2701940.270712356,-7197134.269814873
+    -151.80526247863767,57.10890073503073,-3916555.411203479,4053687.765721634
+    -68.47490981732334,64.35107378566008,607790.155481288,2679716.308036236
+    -34.82013487093312,34.53692963233293,3705666.775664228,-49771.23517874
+<EPSG:3584> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -19.374619134100413,64.9308760802183,9930004.276001563,1.154035075581464E7
+    -125.61551958857899,31.154931233291812,-1.4708733823436389E7,1777938.642914995
+    -135.6827892703264,15.696505787592244,-2.119391854338621E7,-484370.605169397
+    -154.58610863165939,-6.1207119728733534,-3.385538004426445E7,-390848.5742549
+    -81.3056432515336,-12.108552365854003,-4095354.393042576,-2.18421033130979E7
+    4.012378218547184,12.194812155812773,2.8034769680887822E7,1188748.398164988
+    -70.43023781012661,84.17885835614649,1644941.158388427,1.830286472278368E7
+    3.0269430212731265,16.239329323448075,2.6553505635373134E7,1966313.836646938
+<EPSG:3585> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -100.71508124677203,20.927669560935243,-2975448.687438078,-977889.003862161
+    -59.94859811813946,69.3008059553348,724974.676906861,4074995.276445698
+    -62.33143417454242,45.730976650553025,913638.63720891,1314245.168910047
+    -122.27288463124923,44.906930993514614,-3581252.34016584,2343991.522741223
+    -87.90808313881892,-4.092515801460818,-2232900.686081984,-4563135.264859427
+    -128.53617675976977,62.41732283628123,-2739623.593065161,4207206.551545382
+    -7.7587144367506085,57.90010130911111,3784688.214967523,4058873.400846981
+    -37.877527537979674,11.867831500098536,4254103.012645572,-1818760.703000036
+<EPSG:3586> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=750000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -43.325492206493436,45.18646376271587,7798947.11542365,5177520.313754972
+    -59.309014524159835,75.4769945079507,2083196.209159512,1.6093126020708155E7
+    -45.6466189503636,74.84897381874484,3733712.169299102,1.6168823418317815E7
+    -68.5296755385906,18.073951033509125,1774954.753021394,-6104729.936608383
+    -76.40037230679022,65.86828353105005,-157941.901643486,1.185466588070748E7
+    -97.86861270370972,3.9421191537650095,-1.091057088297432E7,-1.020651335292628E7
+    -45.121305589692284,-1.8780038365718283,1.3039133267256713E7,-1.2746357292438721E7
+    -132.10072900739164,-3.588770878903702,-2.6413613381481413E7,-5454003.579244066
+<EPSG:3587> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.87668182996468,16.198453997639824,5699423.474819571,-3128076.035437483
+    -44.1531726639184,52.30389866824511,8654654.813211957,1673434.753441185
+    -21.58928832571371,48.26340298820187,1.0216097831338972E7,2268258.908172192
+    -113.35721205183107,84.54940627313928,5514077.55891683,5280557.468732351
+    -107.97720900357074,45.39616797034531,4177358.526048698,498249.470377913
+    -75.55052768971281,88.96854800969706,6046459.800175686,6155913.604430846
+    -113.40119573768372,6.853791767766587,2173985.275903855,-3645926.56468579
+    -78.2674070393027,42.653615599342814,6500001.921905134,-54887.758336236
+<EPSG:3588> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.999976001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -31.626856483955237,2.6321361875967106,4.252842436727599E7,-8440900.224679178
+    -124.15431390634137,-0.13464716316911662,1295198.12174805,-1.2838642404446984E7
+    -58.9285276884621,-5.398844926432199,3.2531188846838772E7,-1.8014291684476383E7
+    -68.84439011504962,51.40004253094875,2.3230548228892326E7,3293723.94973555
+    -82.15427353108024,-4.378690074002757,2.080652423171037E7,-1.9511259397950985E7
+    -127.54898683790654,48.140496589720584,9617331.441068623,4504737.19911036
+    -76.93072436434952,15.69825265222413,2.262153144804594E7,-1.0347079544868464E7
+    -89.90417700041316,-10.343155213529966,1.666531628356263E7,-2.2568191010210287E7
+<EPSG:3589> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -3.0828635240096105,28.69693783231655,1.5051271769649338E7,2310882.178232955
+    -41.73998140599218,22.620820915293123,1.275785905777066E7,-1132047.67012466
+    -52.619543122199445,83.72740952724244,8609674.000814982,4958797.557819386
+    -131.90584945317084,-4.201022604474012,1336036.948482882,-4202226.871882887
+    -113.81412547589548,33.26233012305624,5489234.227138573,-862023.474310815
+    -72.84016666637834,-9.741119027234951,1.0366174294209128E7,-6830006.321765879
+    -100.09386328174328,87.83698321315336,7889565.420008006,5612764.02136297
+    -132.52465585961605,-4.020864873354071,1269701.263137777,-4126317.940456708
+<EPSG:3590> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999968001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -16.29819830965218,34.75369829438374,4.513408016533484E7,5349279.443781582
+    -47.44395927775807,46.36745527789147,3.58226979421264E7,3017703.564309663
+    -78.51765008290089,67.1718849422213,2.7551046703914423E7,8445266.06448161
+    -62.72078380996193,84.08755248574823,2.7621715570095338E7,1.6240048245076058E7
+    -22.662305190833024,39.733704850142686,4.251984166220721E7,5146877.733691391
+    -140.97992509595554,31.02476904785086,1.0092535685650181E7,650805.829053396
+    -96.78809934581164,61.26125870365591,2.446037759243848E7,6194729.806079848
+    -152.31421668193343,61.331079388636184,1.562288791283481E7,1.0753207584663562E7
+<EPSG:3591> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +bounds=-91,41,-82,49  <>
+    -84.65632205969594,48.691176872005684,598688.406333328,905387.918650885
+    -83.02255318831872,46.636442680418945,727759.344579778,680369.132249859
+    -88.54063910130766,47.4637907783276,308371.549638359,771092.375008943
+    -82.78697672912776,47.696129776122966,740973.483541246,798873.291827253
+    -87.98027840264642,44.434778629974076,342227.169503364,433379.494769845
+    -84.56126675190356,46.11648978315584,611014.905080146,619301.41907558
+    -90.70156821994519,45.728750818102945,134083.499054495,586026.424576905
+    -85.70093802443775,48.49938781872192,521873.446077205,883194.292382315
+<EPSG:3592> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -79.63700894605478,23.624085301737196,4508227.532191189,-2006307.975278312
+    -46.123783465302665,-2.431035522660144,9446329.495231908,-4122909.818776048
+    -62.93008889020351,37.932819377116836,5870854.519783541,-157213.153494018
+    -10.629296869151204,40.95925658612103,9446533.314520072,2490135.452427922
+    -98.90616941001896,-5.686190366521775,1783315.550749302,-5676989.69030741
+    -10.528431157689113,70.87418124814253,6771663.127385171,4725924.091038627
+    -111.15226657108309,41.174015717441925,1789284.367299439,318447.252758066
+    -60.24455873350381,50.458963629727435,5704936.781081242,1244181.478832119
+<EPSG:3593> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -125.7079423768403,24.129868282583068,-788783.178610065,-2949879.967389954
+    -16.279202598041536,57.195222328673964,2.5625707817537494E7,1.1135447121444743E7
+    -8.295413725110564,86.29131591952601,1.6148102274399983E7,2.068522075260898E7
+    -87.18052424861203,-7.391050204929982,1.1680197708383106E7,-2.0096396092857428E7
+    -103.18589002161525,71.40832831425305,1.0552496462897005E7,1.1758862863620564E7
+    0.42612592283416006,41.89614048291322,3.2500793500495814E7,1.082011111667947E7
+    -28.88412549686271,78.73368897786399,1.8155179867910158E7,1.6571203517112283E7
+    -41.68331149510445,4.03797664932808,3.144238821978934E7,-9916059.259253647
+<EPSG:3594> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -169.44480581323006,47.16727583108229,-4082640.60367323,2849965.345841376
+    -130.27574275914796,46.54473208194622,-1868676.291985849,889291.074099868
+    -86.3079514907797,3.7298912483021773,1924990.108660349,-4835482.90341858
+    -35.14492984922376,38.39427727790737,5540305.579385406,1219259.975989871
+    -132.1639207809196,-0.46628043687055865,-4656294.537728581,-4168129.886024144
+    -142.58126930887795,64.58994341077558,-1507371.089616437,3046342.904041654
+    -77.16897231259678,60.84189601118723,1755351.63531883,1985156.218737118
+    -143.41252274428493,56.87555056089445,-2060446.844549575,2345434.008016163
+<EPSG:3595> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -143.44431763155237,11.343521924936208,-5316896.379377919,-1990153.6748238
+    -32.26792532132927,-0.3653016921466392,9114542.697999205,-2253769.944554442
+    -95.34546502454823,36.78015867886207,596063.269282232,-983760.425819445
+    -58.95191045370066,56.34394880223208,2867542.33427764,1663012.699849471
+    -68.91219165325559,35.640880796269386,3001075.943129941,-768385.602837555
+    -83.56914503222004,49.5407453720249,1488302.974882778,480598.240648954
+    -55.03306172451336,38.16896431716723,4045705.967879008,-14455.330625893
+    -38.03874850230099,16.81120218182924,6933714.948690193,-1068135.042831389
+<EPSG:3596> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.83907906580778,2.14465982889773,4720337.400870867,-4158648.764568838
+    -57.56169770419338,-9.890662591371804,6596453.776368885,-5363252.459368106
+    -18.85436584033522,18.61493421914907,8324836.363982284,1028854.234537311
+    -139.48281936185248,47.85045870021072,-2436392.936904476,1563631.1854286
+    -36.50550981306148,50.985824024765506,4536984.140865217,2360546.279026351
+    -83.6098451919798,6.175778081166438,2200936.002213974,-4195077.402115876
+    -35.66444521210843,17.642552206805334,7072079.433626574,-476366.281053051
+    -147.37073555508482,51.17647429601142,-2697048.508964723,2194671.278727426
+<EPSG:3597> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -91.97379177542808,-87.13883794108521,282500.712386022,-1.2946914861014906E7
+    -83.00678691887154,14.951370311963416,927702.603493116,-1602744.849643779
+    -88.05071492556829,-23.282560569394178,380065.763525543,-5840443.426931606
+    -85.20976053522453,63.29669353925712,481669.352478993,3761712.497568099
+    -85.57465031134795,22.892718528642718,634461.777389143,-728293.141028395
+    -88.81042957435535,10.852357590161859,302504.208174053,-2064451.278347416
+    -83.64279600475241,-30.168569765557052,800282.898065235,-6614566.879092064
+    -95.08251897612402,-85.27403611892888,242608.578886588,-1.2741290742405865E7
+<EPSG:3598> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -88.53421482142139,-21.686934040691355,1085803.309759428,-1.858123317867309E7
+    -82.68525952459866,-37.23776661473862,2774916.092166389,-2.429449554933871E7
+    -89.18918681380715,-85.96227466707172,975068.618614266,-4.2044013088121295E7
+    -91.50662725958196,-71.13977296565926,667793.394891487,-3.662199136364E7
+    -92.71140964324712,7.580952503266573,-420778.419336843,-7953876.564889816
+    -83.1849674457165,-29.077052957495397,2790046.297637706,-2.1310282301594444E7
+    -87.07852454751131,-39.89984666747583,1476589.206001773,-2.521054040442234E7
+    -88.37762537807055,17.348148141682017,1143153.728757779,-4415107.42212376
+<EPSG:3599> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -93.62038062780307,14.154102709623473,344970.166652278,-1696716.445463655
+    -84.78416132611795,35.946292007602,1200892.664771079,729123.242782173
+    -83.58229679000067,-87.42154116372546,733842.714110316,-1.2980003813287882E7
+    -84.41825884001938,-86.85669366006022,736161.211141771,-1.2916789846994292E7
+    -96.11708087479752,55.779000373708186,337324.546281981,2934278.9007844
+    -86.09743183531042,-42.19393442383647,1049894.113100644,-7946165.885415896
+    -88.81851638553016,-37.8007497469345,833406.513908115,-7450780.136080438
+    -96.25521062544652,-57.556500817870216,345789.672970629,-9661565.117975889
+<EPSG:3600> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -84.12201254878406,-51.243639397317665,3718912.243220504,-2.9402138735432066E7
+    -85.03298048057403,-45.445345384818886,3656935.557668849,-2.7271594186674733E7
+    -84.54381060772627,-36.885498138668105,3990569.307903198,-2.4159446678566393E7
+    -88.27807856126648,75.77278061018936,2481600.825908982,1.6893768183904033E7
+    -83.6974131260863,28.499083769410575,4430613.794818848,-304812.814483874
+    -92.53096857584117,-43.295013290209354,1711507.878383719,-2.64504941312388E7
+    -92.53865174892003,-25.88492861160161,1571423.824450361,-2.0112579896368578E7
+    -89.82918486027668,-52.952608837018744,2407745.730268808,-2.9966140730623305E7
+<EPSG:3601> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -98.865298678269,-6.080098430660129,-206006.024532955,-4643235.022887852
+    -99.10864143955455,33.68324751534014,-113279.882083466,-218838.451677535
+    -95.7244497490386,12.710378871182712,149650.336866356,-2559038.013542749
+    -92.86059190021692,88.50587818565225,498949.908675685,5867644.038611634
+    -91.29973298158966,40.99341256103983,600989.053674067,573447.719267043
+    -91.36588261766857,18.60073307829761,619693.70689863,-1909071.178471988
+    -86.1895588661833,-75.49549018062882,676169.992626786,-1.2357874062370786E7
+    -89.19416866427973,75.58930417160818,591823.422590711,4427938.100181051
+<EPSG:3602> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -84.62926352624002,-63.46646159209792,542402.451461975,-1.1020113730919318E7
+    -94.5819603136519,-15.4609990742957,-188353.264783648,-5680838.645793028
+    -87.51821610279474,-60.36038467691928,414521.705212783,-1.066428631828954E7
+    -87.62892782136154,54.989560017542914,433740.965182472,2132648.281337827
+    -92.65961554310348,-50.4956149213444,96779.396875231,-9564616.914882539
+    -88.98490883313315,49.933098426572826,358766.856379427,1567352.170338459
+    -84.9465169869382,19.660863926839212,833062.610953473,-1782578.975858118
+    -92.75763011140349,81.53658899387574,212901.47190263,5090056.830619142
+<EPSG:3603> +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -98.49592116951658,30.073567734728698,464599.193950717,-668986.245754439
+    -96.0904616884815,-76.77903296043021,809385.542506741,-1.2529373255427096E7
+    -89.36890563005454,-78.57273483856194,963385.684034914,-1.27340460361508E7
+    -94.83764827362374,23.082475858008365,815406.405202604,-1450239.483533287
+    -99.9391478492379,82.54814786223699,771332.314324594,5169051.376625879
+    -96.48765405625164,41.81697046200651,684856.260861547,629144.848444921
+    -100.56736249138098,82.54819637424518,762278.009479811,5169961.357184965
+    -88.06010176145357,33.6711361796271,1447683.753608147,-258165.783875763
+<EPSG:3604> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -102.138242169533,48.5536280738964,1142538.323716749,503749.906876908
+    -166.874472808829,36.46312859168201,-4167756.143932935,958349.322895805
+    -87.61675047844304,24.099443052907276,2959654.640328021,-1965808.128441637
+    -111.37507671245984,67.27694592620287,512821.652691081,2618188.783099455
+    -66.84612812187683,21.787744133002832,5176349.533484376,-1296889.217133977
+    -69.98305778825191,61.72101286490124,2676694.873565751,2498249.76910694
+    -84.08005492322573,-12.352077483052012,4979001.2867758,-6756729.49203294
+    -56.86844831587133,10.981786030456899,6945651.090296649,-1718399.671370896
+<EPSG:3605> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -44.458086777214476,31.666036814844695,2.0554966215094604E7,3550562.77167075
+    -98.88695518577182,77.49608258851919,3004447.737338983,1.2936584587570312E7
+    -73.20215626473407,32.47909516453035,1.3086965335986136E7,-1714397.990840978
+    -48.208469909135744,74.543401803387,8291958.501795003,1.4175191487759434E7
+    -106.55916006464234,77.77679858055305,2251596.062395653,1.2998871165297862E7
+    -65.11991081469994,-5.303228947640656,2.405935866564593E7,-1.4188356971537162E7
+    -139.20825338835905,75.66186996792146,-1172790.784868642,1.2654144030896232E7
+    -146.97316111337946,80.17841083085777,-987301.776601477,1.4835709009554772E7
+<EPSG:3606> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -83.93498608489867,54.83068256523978,1556811.925707253,1779600.391658504
+    -129.82829982488042,63.74108271806287,-1079511.939395555,3006355.963163244
+    -75.84145124374133,35.83104131453722,2664102.084348429,-140723.130683563
+    -99.88703105237256,50.015996467531494,508188.202337806,1134859.464058652
+    -65.15099897253361,-15.6689570053442,6245263.263143404,-6071747.900176151
+    -134.98237993302283,12.747262966310117,-3645239.148815121,-2278100.428990628
+    -26.1118838234637,47.08267284732203,5474973.814184329,3071578.786393128
+    -159.56901717068797,27.655078381045882,-5073190.994840911,634985.672611305
+<EPSG:3607> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -123.4013911844977,3.596977058519826,-249890.977175573,2553999.68041394
+    -112.77419184247799,83.90516451577389,546119.972498391,1.1475387802112695E7
+    -118.26086826331496,-14.1185470594869,327858.203739556,591636.549134568
+    -119.98811556179788,-73.89280447233436,397161.158593782,-6051878.393482588
+    -120.78082082595023,-33.67937595008401,118403.707210026,-1581804.15406628
+    -123.11840288200241,20.558301499248373,-173755.949034325,4440833.792980383
+    -110.07125939259805,-36.472379089615714,1091425.31337855,-1904315.674979779
+    -123.57936692713298,-46.922873512494434,-26369.034705208,-3067874.960223041
+<EPSG:3608> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -115.88658638548246,9.056615040613124,1921769.861283222,1.0351127907352826E7
+    -117.92767209446744,68.52220396183964,1471328.340436305,3.2012477394343235E7
+    -118.87849984556932,-84.28565704520302,1559744.062412633,-2.365395190845946E7
+    -118.3304348988666,38.792026873149354,1166214.240811853,2.116081041651996E7
+    -120.94012021597696,-78.52289415709222,1329157.512336016,-2.1552728157004863E7
+    -122.3439649797371,64.46680820260573,745248.58880698,3.0567251524887986E7
+    -119.43294431812654,69.61756454353355,1287643.61571422,3.2419567296374008E7
+    -110.70807959686826,49.83110654483363,3046342.732571646,2.5236469149814647E7
+<EPSG:3609> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -121.25471760878739,-20.748336859638684,-391307.953163085,1848150.774844279
+    -111.30165517628521,38.71775543175616,572414.225049171,8448981.635580955
+    -110.11021795599139,-50.16774461521668,590886.142328155,-1419779.76690623
+    -117.54168257903747,-62.801829291889625,100114.140585795,-2813591.956128029
+    -111.89225950969296,-33.8166517386163,541786.40552876,404444.257029006
+    -117.62992644969655,87.94576559048062,191808.599474578,1.3925216429918062E7
+    -119.15023812569078,19.95409478130111,-173523.288254822,6364561.399805726
+    -108.80359642103825,13.906852198685314,934189.503407479,5701888.277599866
+<EPSG:3610> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.000010163 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -117.75373219434232,-69.79268625308742,381629.348702105,-1.1788163080749089E7
+    -119.30673274135046,-35.90708945455742,-446684.075205521,565220.055419465
+    -118.64958152486945,4.635840796012928,-460469.529571431,1.5311083704069614E7
+    -117.0904825970529,38.769715040632164,226471.768340115,2.7713576994743407E7
+    -117.75324939095748,-13.311489766493011,-115265.047585421,8794196.855732672
+    -117.72188457307475,88.18414213352585,631342.506466088,4.577364079761701E7
+    -110.05529217962584,20.488654702204983,2550226.345628246,2.1094226115879398E7
+    -109.25557956622276,-26.970190852419577,2719549.92238903,3785113.292152304
+<EPSG:3611> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -123.68940244341475,72.88227505489385,632384.554338551,8250444.299128996
+    -114.8891525603281,74.31627412337156,911437.141937685,8406784.945564054
+    -116.03628387280565,-79.26099213621956,852982.87277216,-8649374.801361203
+    -114.78640399172849,-6.819893383008605,1219960.221953753,-602192.899611354
+    -117.60658222507249,59.171096432537155,855853.434449058,6715007.657450663
+    -117.66551309310641,65.2340532133297,842913.955090553,7390549.460143197
+    -122.05153859674317,-55.228999473799206,579390.218377458,-5974072.655377142
+    -124.65677663339076,24.426551518839773,183367.110702217,2869339.202296573
+<EPSG:3612> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000.0000101599 +y_0=3999999.99998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -121.12065524727122,-27.345040105580992,1800878.689096419,-9431047.056997813
+    -120.20701109918707,-78.08990903216022,2501918.468728356,-2.7946130030749977E7
+    -116.65549761233017,76.81530274335336,2785730.789917057,2.8487646390792273E7
+    -120.29630630672122,56.53802152351031,2278962.211572195,2.1071754660602666E7
+    -120.20698182484342,33.76773522861451,2131228.827354113,1.2769776964559203E7
+    -125.46969576583783,58.114916846908244,1294515.021785244,2.1711540650151443E7
+    -118.23473628720483,59.79519236854122,2688871.926266245,2.2257730323557537E7
+    -122.23208297562412,28.11820707391982,1448142.70856311,1.0728793659094697E7
+<EPSG:3613> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -77.77930410100988,-78.08669023977372,159329.404450016,-1.33855926056147E7
+    -68.6734302066713,-67.73302215103182,426577.420226576,-1.222593474169121E7
+    -74.02802730906856,28.333048873776164,68421.630065588,-1569506.982465232
+    -72.15656855693281,58.171499134014965,271170.452502418,1743254.764508231
+    -72.16637139648113,-2.599082595150634,244431.11109492,-4994414.109253052
+    -67.51945161375384,-79.03152132157706,388051.113397705,-1.3486859272805655E7
+    -74.81264396571208,66.67968325977668,161022.133987482,2694871.5368492
+    -76.3963043722667,-36.13757791077111,-125833.728942661,-8718072.65580587
+<EPSG:3614> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -70.50325068909605,79.22481157704411,1063938.344976486,1.3423576777397929E7
+    -76.2807801821948,-18.001176296880914,-620302.95313861,-2.199523145661924E7
+    -73.9303412352425,-86.0941551299911,927762.721411575,-4.682652301457898E7
+    -75.44527500214427,46.34188948010319,29934.139381482,1423364.903361899
+    -75.41112241878115,61.38225914272971,327820.788156692,6911356.841818037
+    -65.15272223715228,10.866325609451835,3325541.37147959,-1.1475394809156E7
+    -73.8623782708104,-2.591905859878196,182975.623511527,-1.638389529241267E7
+    -78.1046878849175,-1.404556823201844,-1371257.967144726,-1.5955722477713745E7
+<EPSG:3615> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -72.97221670987464,-84.93670542214127,165056.747695172,-1.37352690638009E7
+    -71.62001144301816,-84.78061541917444,179246.975099066,-1.3718370099886846E7
+    -70.38353889299168,-17.515007702814813,587396.492200995,-6241416.672017626
+    -68.77841533110441,-20.260861739537305,748456.195113719,-6550964.521561001
+    -81.19964882579335,-77.73219695076496,-8632.406248589,-1.2939718171706824E7
+    -70.31508147242272,87.37141261560535,171415.740208937,5408609.554220292
+    -71.46452425707359,-32.64280841546708,434840.132411683,-7916417.643114802
+    -68.16027823772048,-10.274103375311412,845762.631847793,-5442517.530610472
+<EPSG:3616> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -79.36840468568579,14.569023719878402,-1230760.875403601,-8801843.723179579
+    -74.84249321136959,9.862158897376943,368887.349832814,-1.0528367726562085E7
+    -79.38365031605491,47.12040191221482,-723507.640674395,3058142.190137031
+    -76.12749535587943,-29.889943620713012,-23618.567699712,-2.496145646691388E7
+    -78.82273767726824,-65.05798776129885,-175001.248539711,-3.780705670968185E7
+    -77.03975867278628,-1.544808381861145,-435325.211009179,-1.4667096852787578E7
+    -70.58638774944721,-78.1613029209748,786068.552822549,-4.259027854393152E7
+    -80.4754984816158,-25.868203895609348,-1474855.154709959,-2.354060884508376E7
+<EPSG:3617> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -108.2511443578405,-33.68128187282872,314441.025204118,-7160365.292788474
+    -112.47841591203742,-15.364878754913633,-169795.056514636,-5139498.730856835
+    -99.91233206764039,3.516530273465605,1205555.087741304,-3039426.509842677
+    -105.62262155663375,-44.12895349190119,550205.532987399,-8318484.644163975
+    -109.77568371202864,-36.59309374214069,184482.130394798,-7487372.347679119
+    -102.16704622715791,75.8718868514022,611199.096784507,4996630.267792804
+    -104.75345943221723,25.38140879708432,650602.037121339,-621763.853672744
+    -109.9520169788703,33.212379218147774,154803.606622093,251416.975656046
+<EPSG:3618> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -106.26792748110012,-5.418016865497947,1633898.889185463,-1.3220716784952754E7
+    -112.35916143804464,-12.286167315986333,-543578.331008201,-1.57375333101404E7
+    -109.10035521286682,-73.89004501709923,1350789.419013934,-3.817240870112499E7
+    -100.83845547234152,45.05691366797953,3038763.116281612,5165367.033552688
+    -109.52462011594322,-26.746994197075047,571455.64901856,-2.0978059937499993E7
+    -108.05047915052006,-80.40851429827111,1530520.287092961,-4.055442101920691E7
+    -109.88148026619253,72.98027928493809,1251271.375973492,1.5333548062138433E7
+    -104.97629665123344,-73.15368698311649,1775621.68287113,-3.789733256701698E7
+<EPSG:3619> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -105.40755543097211,-24.95921690485926,56527.154770745,-6192377.011197493
+    -106.97436078219742,-67.22545311752697,50905.104281129,-1.0891906551099539E7
+    -98.49961173917326,78.89507812984866,290272.850880856,5336573.573735692
+    -110.14376596241055,-37.54272390877644,-348678.416593015,-7602930.945094052
+    -109.07277695861337,-33.711426522943626,-274481.306505227,-7172078.234645654
+    -108.08052288074633,-8.60698534353152,-247713.957852212,-4384380.538470916
+    -109.72484070521676,85.03894989759291,113004.452023422,6018778.006773097
+    -106.61155488177816,1.607809282513486,-88555.405370608,-3252754.266967352
+<EPSG:3620> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -97.58446295095334,20.448474029845443,2855655.125412771,-3787036.939176356
+    -99.67771038032652,0.4688154358623535,2243342.601909549,-1.108480540788577E7
+    -110.50270585499581,-23.275405948948475,-1532140.362800646,-1.9747160809450924E7
+    -103.77864481770487,-3.7078085764135125,743484.78417008,-1.2600494559671892E7
+    -102.61572869620392,-71.69624214209229,738900.89241906,-3.736551135648543E7
+    -99.93982451208741,-19.780355859098776,2052853.082786279,-1.8453048703163344E7
+    -110.48037550059567,20.23236019653706,-1568919.977668697,-3874045.916296854
+    -100.65019657613173,-60.90772674386773,1196757.171518327,-3.3434558247286215E7
+<EPSG:3621> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -111.17661652557663,-74.79502313732414,732139.5796308,-1.1736811099710856E7
+    -108.98893802454509,5.94120245171969,702047.180540818,-2773641.829791982
+    -106.78252341108347,-50.68876913077924,904249.802306944,-9048209.872584991
+    -113.15677509289905,10.278486675876067,246101.293533833,-2289274.766592004
+    -104.4080264621083,-28.553812197252228,1165262.640755655,-6595036.267203201
+    -114.33743224877895,50.39720912238198,367762.47694875,2174129.990173579
+    -106.91894978905349,-32.984081437221,915461.790573114,-7081738.041183539
+    -113.52411804752565,-35.29699593960019,312141.302059223,-7352794.227260709
+<EPSG:3622> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -105.63937851139494,-35.67535387167061,3374736.499686548,-2.4219436168937597E7
+    -107.73931395086832,5.491650189441245,2757270.100582461,-9263381.455973761
+    -102.12417576591663,-17.342633882745574,4716561.95027297,-1.7578050618877478E7
+    -106.39015712616393,73.43844279354477,2873770.993627189,1.5491563908475844E7
+    -105.46361123221848,7.184561929311187,3581980.15605998,-8646990.03792028
+    -106.46936820014909,-85.68231206675075,2760714.340428567,-4.248595970270327E7
+    -111.91723273352758,83.00788008639282,2541087.259652918,1.9001056130706888E7
+    -102.57027579146487,-74.2495236628203,3245817.900397148,-3.832086683775199E7
+<EPSG:3623> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -82.23440478612861,68.77342418008013,21861.586900133,3212920.003643107
+    -75.72477390960894,-68.01594587936421,285878.347743976,-1.1976690915747076E7
+    -70.93838186566828,-86.86096745863871,284467.971170883,-1.4081703988746148E7
+    -75.9503456770805,74.5023315364563,268885.171044068,3841721.249213038
+    -72.62907119192982,-67.66316277340243,417669.200175339,-1.1942451402668377E7
+    -73.36962836643873,-28.31078043917033,565266.36286178,-7566135.42643328
+    -77.17872014030873,-48.02855946830418,205596.435906652,-9750694.254253503
+    -71.06558062171186,58.215868557325365,574070.823575282,2038950.782773418
+<EPSG:3624> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=249999.9998983998 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -70.16263423631679,-38.34821063410468,2662413.779100831,-2.8525869109158043E7
+    -79.78070991814758,9.102630310853229,-333431.082516004,-1.1224256869428808E7
+    -74.99534787605268,-68.02905245466873,1037788.092433932,-3.930030118253133E7
+    -75.63026804220931,4.256364029454332,1167328.124830534,-1.2987386200704314E7
+    -79.81880365923017,-68.86046876889169,393002.15901272,-3.961299652161326E7
+    -83.56566233353566,79.95419257265016,374996.198359401,1.4627170043968922E7
+    -80.18306888419399,-79.3768751971402,577223.112829965,-4.345972877906282E7
+    -71.69518676624243,8.030299887296067,2590038.207754039,-1.1607865452593045E7
+<EPSG:3625> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -74.64043440153134,36.20010809486017,137371.241630862,-292216.467226973
+    -78.44249873804506,1.0575950287656468,-289107.557298962,-4182361.245576512
+    -74.16821220451955,46.279046561705684,175569.307172413,827072.205777003
+    -77.22068064722995,-36.31231207274307,-94338.958079891,-8322803.947882183
+    -80.45114729009146,6.8347563109733045,-508896.085951022,-3539779.777551223
+    -80.70240162335395,-69.02299152935505,-97515.205443906,-1.197131999009916E7
+    -67.65280779871213,79.99402777860507,282559.073329105,4591823.082641512
+    -77.36822940622504,15.221378737941166,-158240.752249733,-2614228.052728507
+<EPSG:3626> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -70.70796482904518,-46.89705962621128,1440016.118440475,-3.1173955982058346E7
+    -69.60582513210068,26.84177794343543,2089080.67119514,-4331906.984115243
+    -69.2251113907372,35.50714718107076,2062720.89091709,-1168915.62805394
+    -74.56532928121182,68.2778983938673,483269.704509741,1.0749817227203187E7
+    -73.37454314727415,36.75148590522063,821834.579779813,-756087.393265314
+    -76.04889599808781,69.60303274941984,294425.412548374,1.1237230180686237E7
+    -81.07648379507158,76.57049787660827,-66328.707428548,1.3816695473823104E7
+    -73.5450805696045,25.77862965019925,806350.158380538,-4748022.025272367
+<EPSG:3627> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.64287325265428,28.283399803041426,837319.775732688,-1312509.045790594
+    -8.439055230353176,45.035017205436475,5009913.1662866,2390914.403593414
+    -155.46565722145255,72.82869513119917,-2572032.042968633,5320637.465311123
+    2.9993983187328865,-8.033223465600829,1.0668138393064104E7,-1125734.43572053
+    -68.81245815620407,88.00213319408529,351682.710648848,6590838.539690473
+    -71.59113913525212,13.167635094160985,590595.112772987,-3102171.070167401
+    -59.76018595407693,8.762880823170228,2099814.817066871,-3511454.45143604
+    -40.48789863122525,45.004439336930176,2885042.698778773,1038412.758201107
+<EPSG:3628> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -96.42428978063799,75.73173817152174,-1648632.992401987,1.442401730322327E7
+    -71.09846177227011,-15.813982884676271,2585269.936553378,-2.3833660277005315E7
+    3.586739852724861,38.679366472910935,2.0363105283718072E7,8649075.668914622
+    -87.57942831966137,-7.941789471384986,-5828566.486566986,-1.9111695148711108E7
+    -154.20510642882022,70.32263893581475,-9220151.918640448,1.664210522987668E7
+    -131.8631127647827,87.00466190001214,-1306838.098846761,2.153470653790621E7
+    -38.57974067904898,22.879100793531137,1.31312082599409E7,-3901743.641013306
+    -68.3071378708258,69.73748016240938,1836510.881058809,1.138789366478214E7
+<EPSG:3629> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -83.34145480372696,-12.135906076356761,-168425.741064206,-5775820.291335513
+    -85.48383516974685,-56.19268859262325,-77974.160508099,-1.0680336734861795E7
+    -78.45753870892291,80.46876574112858,352326.193767568,4507674.696641717
+    -78.27526481916878,-31.285494167971393,379332.069132823,-7891704.331617645
+    -76.65351914652751,82.62573805961227,377657.367726043,4748987.021042117
+    -80.90787546027435,44.5574741505346,165322.575629318,508836.139662783
+    -72.66946102031048,46.65923714889419,802562.174929943,756805.899854323
+    -77.32176689514722,-76.56982528383092,382717.286045588,-1.2931241847880641E7
+<EPSG:3630> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -75.22360208611161,-25.662668785262554,2255323.723591696,-2.3860928508312173E7
+    -77.69748836003286,62.851808231438696,1296295.930701514,8341484.103980754
+    -74.35853401767265,2.146759101285312,2691508.306738866,-1.3750756819622066E7
+    -81.0532940187318,-55.23076715831526,632781.88847937,-3.4627794729306355E7
+    -72.96624832766744,-47.98991097734359,2523493.618306919,-3.2025906033994563E7
+    -80.20592043043554,8.552936003374441,562197.534967939,-1.142756928676431E7
+    -79.86660121298124,-29.37183758988835,739540.044287532,-2.519751125312421E7
+    -81.02230866041103,77.66386235565699,957436.392647919,1.3765475053425347E7
+<EPSG:3631> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.22 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -144.4470324143441,17.98588754650565,-6112552.766092649,525537.020380478
+    -63.5948186960952,51.14937311754801,1729075.753028602,2043953.928760385
+    -1.5756591596182261,79.98902105792249,2891089.948005647,6893234.831397108
+    -126.08338350267294,62.01765579742039,-2098446.7825292,3924863.079511867
+    -25.20906289648596,14.266061447189934,6493051.652470725,-573932.900937491
+    -94.47269913729656,52.85502564383509,-483867.071790376,2241185.974169916
+    2.3574110750958255,88.4200261419308,1425345.636951942,8437948.310737796
+    -17.01780026142228,36.30949596679604,5821745.439517226,1966127.896900063
+<EPSG:3632> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -29.108114585938125,14.234335670372722,2.003450545350429E7,-2626953.731398452
+    -46.66183752811496,17.610057419285305,1.3567937210618112E7,-4062642.305011205
+    -131.65932074318164,-5.659104909688004,-2.115107304122557E7,-9287511.962138643
+    -135.02330653560054,66.6120962139644,-7349930.685375012,1.5412811338277327E7
+    -150.32694943751832,34.70619749557386,-1.763935107825413E7,7723652.889679083
+    -55.085480792300615,21.434064463699656,1.0280440884254854E7,-3521971.762534954
+    -125.01363588229894,4.274233705563841,-1.6520651786405448E7,-6870221.414512568
+    -98.0050952556345,-23.745768074570478,-8508882.012572363,-2.4036263987066507E7
+<EPSG:3633> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -177.5930528336202,9.190725989415196,-8126066.405168394,269194.946667442
+    -177.34029271282466,11.136133729017175,-7888406.858042344,382001.105661583
+    -55.592698166396545,69.59314027756193,2402701.354586204,3124547.070471349
+    -105.99794883230147,83.22082590291915,497844.709082854,4428507.352855306
+    -155.93382368677487,82.63623738144743,-404182.081708234,4711676.698826601
+    -71.98963330723923,6.180682591079144,4499536.545416601,-4188815.249245113
+    -88.28004949072563,76.11115782651554,986924.079954477,3439255.373289062
+    -66.61444433637641,71.36929216666206,1901475.26611667,3092869.955319672
+<EPSG:3634> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -26.347979127789273,23.168677897568372,2.508387221377012E7,3136792.180812789
+    -39.48208011755037,74.26483538007025,8251183.551715507,1.3020582018548423E7
+    -119.50926878779228,6.265665446518188,-6661892.579234662,-1.5029141040418608E7
+    -95.56414981663654,82.2781054810464,2300142.64211861,1.4048662354028508E7
+    -114.93342649185813,12.342712547647142,-4109825.388036364,-1.2829835133719508E7
+    -91.79716149846453,7.5111445354454744,5887658.743474949,-1.5311203409458535E7
+    -20.91025676206857,16.501501474887817,2.8480722827153835E7,3426424.974845326
+    -77.28061488959548,0.36422383488161003,1.3289099719780391E7,-1.7179784359226372E7
+<EPSG:3635> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -169.32502380813074,36.234547743235204,-4913318.633367157,1528778.982350743
+    -91.90703818965765,-3.071924149221923,1932966.098934186,-6014520.282404904
+    -169.00550012344672,34.27618538556601,-5064166.848955327,1363930.057523436
+    -80.51050843552918,4.715010248924408,3385136.699641764,-4585295.902873651
+    -19.340265103823555,61.62240441045756,4316144.811591195,3906764.868045473
+    -126.50643537686736,87.37131867474692,355543.836090637,5411123.070735993
+    -41.87041620845898,88.51785032607027,936172.299081074,5758841.017458067
+    -105.16017359372191,37.386821009294806,182217.658430612,-911708.168334526
+<EPSG:3636> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -93.50974852893957,64.41006260480198,3135109.690038863,7011163.540086288
+    -171.99298258618737,66.12325877632604,-7870355.367255732,1.2439679044953112E7
+    -65.92850881657694,59.448729935099934,8365301.653535796,6502280.679736449
+    -153.1928132115842,86.96751885560225,266224.918995115,1.7941230710997336E7
+    -161.82579482431026,78.64496246396992,-3090840.602941229,1.4979156376367392E7
+    -110.75551640980702,10.818933654877622,-2402673.613481411,-1.3204892350903831E7
+    -164.0974214689808,23.344291521240187,-1.8619580003818676E7,471638.246561271
+    -128.4348328901723,86.91937527290744,1004016.863775441,1.748954587646899E7
+<EPSG:3637> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -15.140680499477469,56.76820035480402,4479929.40076268,3502832.695041186
+    -3.7409797305901407,17.409572429894993,8470546.175885033,1278755.597110827
+    -101.9141733954216,7.604052954249337,-1881498.544603334,-3477507.419138541
+    -126.70681019364623,11.538299636797436,-4614061.751517063,-1904849.217150113
+    -12.254139842176528,20.364803310988655,7575380.18371198,784148.803176642
+    -41.3803622482331,-11.349597643574562,6942552.304073947,-4955229.22146248
+    -94.87420283243927,13.482738138260892,-884736.281674537,-2908824.468818394
+    -119.04719844326237,-1.4965260371048998,-4474382.567341792,-3906610.890680978
+<EPSG:3638> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -43.33887781667913,-8.790354297549374,6378141.062778678,-4544426.580747665
+    -77.66096194730851,69.00163114962471,830269.422470177,3640086.92546883
+    -33.45687388533739,-10.296463190153354,7826760.514457289,-4038175.820875405
+    -95.13784447865314,61.16761802118326,-137898.431864337,2695025.458397851
+    -161.07337373300592,35.72043243410934,-5657692.536384325,2655247.820709682
+    -32.41873315379371,29.134651523596105,5298511.085510478,348310.056977155
+    -81.01881313955046,88.74878245395229,611697.888595448,7219792.232173718
+    -24.58038306409466,48.5455958569231,4642880.207872938,2519018.271471905
+<EPSG:3639> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -175.06341425078006,-9.4099934804581,-9610920.908813488,-1177431.595065133
+    -170.076647456396,49.02420854282654,-4331078.229527215,3489682.464739801
+    -30.830237319596193,11.309704173346248,7982217.730393272,-46622.478805916
+    -177.5127549612084,30.791506665160867,-6216435.68499919,2490954.676084051
+    -65.66916001462984,11.70700950964229,4366931.637989756,-2026313.044311286
+    -179.72436789706524,32.801603064433294,-6193130.731820291,2796768.738158062
+    -113.98708360949747,39.04484415707899,-779461.236443262,562842.192103611
+    -77.76146435237287,2.92390793132353,3211243.782656415,-3480295.99071307
+<EPSG:3640> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -142.41188206160768,-18.14195678283953,-2.0785391778050452E7,-1.7140420655296594E7
+    -17.086374607833022,-9.073758802845653,3.662763066944271E7,-2398941.467956694
+    -65.04934067831609,18.460361590139968,1.3684871328976542E7,-4103705.716326686
+    -112.15544651380078,70.93093017698604,-202048.708663388,1.4300759381964317E7
+    -49.40487017548935,-12.647233335619852,2.5290630249358967E7,-1.3554957908415137E7
+    -29.11293922548043,66.84261509200986,1.2911414280982058E7,1.6338941798669523E7
+    -96.49693892920112,-6.980453946957269,2677838.302788775,-1.6732499842071129E7
+    -55.50587038174092,71.93337136372995,8098812.809749714,1.598212381177116E7
+<EPSG:3641> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -101.31610432209682,40.346947883241626,316872.350953919,784044.653782945
+    -162.78605227533825,57.81728868861018,-3349773.528266989,4114405.716696635
+    -172.89592898102094,-22.79134037535692,-1.0733069660893604E7,-2963355.232482889
+    -17.89688865820827,82.37519056671782,2648402.915701255,7384023.78674698
+    -115.25221149509584,12.50000449350285,-1401042.857057049,-2194434.48752391
+    -163.65792928244184,-16.586916336027514,-8917295.321903018,-3108235.132810904
+    -38.57827739468709,-0.8289087842408698,8055751.495304977,-1768036.365898815
+    -126.25052028450403,40.655455324546736,-1771566.911326129,1147887.305067167
+<EPSG:3642> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -129.96629034958417,40.805585623805584,-6786117.496017762,4123001.611962233
+    -162.29762017097042,20.321558376601054,-1.921674102595005E7,2203380.489837781
+    -96.63333419476365,-3.4628950604155584,2580603.699212946,-1.4369433628392095E7
+    -33.359597682692026,87.69012091927068,4826274.935639156,2.7002090953731537E7
+    -77.83657780195762,46.79233612217651,7107663.770518214,5453067.535772776
+    -175.07784938581787,59.78284269966261,-1.2448826396932852E7,1.5777169826991975E7
+    -93.53484796375324,48.66633389739384,3082698.492686248,5665775.809841276
+    -82.31316474936507,51.515014869433756,5700962.84534958,7013521.186315466
+<EPSG:3643> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -44.68094691447823,53.12650313995135,4839120.415719295,3477654.002487611
+    -157.18075249398854,54.419859531647376,-1941227.835299438,1946650.061002612
+    -49.03717889638071,82.78547301364577,1732084.612295808,5710799.816426584
+    -90.35258327471499,33.0189340127085,3203757.42422571,-455771.95297912
+    -91.60817754488131,43.581544280873096,2685279.265738158,609786.420280516
+    -36.34323732758713,11.201194862630516,9299161.098143455,1428996.953954347
+    -111.90197423267605,-5.870832636201863,1739388.026928677,-5909497.11767451
+    -41.06393632541119,40.99134061703827,6096842.49129052,2908734.652580615
+<EPSG:3644> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -59.814203162157355,83.76698140736961,4788559.635261496,1.8606590787151054E7
+    -148.400156752891,3.420916959542346,-1.120801516044635E7,-1.2994940705052283E7
+    -171.55545516020183,37.804144715305355,-1.2587985751133187E7,3025197.497992625
+    -148.3331100828858,63.96491375760256,-3392799.82067164,9076624.392547378
+    -113.3829628956209,88.06882558776864,1509436.870980217,2.0152202013993826E7
+    -39.86414195906062,10.799457918236477,2.9863084551996633E7,3358765.950539371
+    -157.21644519194655,64.9346004982338,-4641122.93051907,1.0006958103910016E7
+    -163.45682639437914,48.04420841022479,-8743088.680867827,4987832.712636805
+<EPSG:3645> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -150.7037284844556,-12.311345858861777,-2545359.46475089,-6343357.763995402
+    -103.58781296563066,75.53579351117985,3072727.752884581,3821738.067851104
+    -67.85121734736349,80.40176679703801,3747197.795554292,4882681.13491952
+    -128.55205138401453,76.24281320353374,2235438.930359851,3871924.973349582
+    -43.98676084547259,83.15068121479577,3812872.567855297,5572913.244661012
+    -160.07576747692735,76.65273631479495,1275785.849363332,4221653.219424822
+    -92.2698510695126,29.792830181229633,5265062.933206776,-1070904.367539872
+    -105.30581017387469,84.98382522332027,2742371.697772093,5244110.2688096
+<EPSG:3646> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -87.22281477287788,72.37721063232321,1.2373755078423725E7,1.1834611598679295E7
+    -153.27424748009253,-10.445545099510245,-9271010.194212234,-1.930011098912438E7
+    -165.74219509729625,58.45855802522338,-263749.73092685,7879779.89837295
+    -47.82835751961619,6.0313975680071295,3.6489540412753016E7,-1087179.363202174
+    -99.2124016938069,24.393479786737267,1.563892498897972E7,-6184810.013117549
+    -149.81317563673178,75.18032620347894,4936534.327561711,1.2781418419899976E7
+    -47.608928882331554,25.77965076017965,3.0189999089703944E7,4014128.997235195
+    -138.91318620313567,88.51475010158128,7796884.122793356,1.9636224082494415E7
+<EPSG:3647> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -166.89253565764915,-10.680369536201908,-5690747.423027643,-4648666.240916543
+    -48.520504076619204,88.3712916241491,1998846.841373344,6546373.101379286
+    -105.42214396286681,66.6236325058475,2236363.587878975,2930553.995081421
+    -82.92576631571812,40.15200496445343,4599034.971680988,538785.422002261
+    -131.08777553594444,9.005685602974005,137009.894803275,-3747258.30966291
+    -47.82400682883005,0.5500207189737338,1.062094446354628E7,-753064.326298488
+    -135.3956802830582,63.32111216044714,701344.056110797,2533471.009911734
+    -143.21411141839468,38.15991811034046,-473484.884023044,-120720.237825814
+<EPSG:3648> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -74.87979533284997,6.291487897832987,2.3905897894862995E7,-8445768.260090271
+    -125.08057174515743,84.30578610614347,4643026.289747764,1.7806149404949024E7
+    -119.89642735167212,34.29662742613458,5105643.90170204,-2695371.778132357
+    -161.766784905688,75.28183246402062,296560.394501677,1.4274817526943723E7
+    -152.61368866844825,56.48681113210996,-1601360.411830041,6720070.552968196
+    -139.3597033739658,10.855247425138831,-2823607.101436997,-1.0920140333743928E7
+    -151.60913970376006,7.376044915071002,-8205781.214790246,-1.0810161040524138E7
+    -100.11762235963266,-14.778521752984156,1.6280968958617527E7,-2.2861792467968848E7
+<EPSG:3649> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.99632410722361,40.78140135291547,1672703.030607641,147392.21803675
+    -39.64428889781168,31.73944114836997,4143300.453669391,-147669.500410441
+    -133.7364122259027,-1.0084340319912535,-6845867.194783261,-2488301.848381484
+    -43.113802418639324,39.09798888445844,3519266.308818493,472923.431549605
+    -9.100823321551957,26.138134778316022,6977339.872989616,1093544.632338046
+    -70.11971047254129,33.48283179969366,1314776.637026374,-712922.115340478
+    -6.971116422654774,-2.3277786332860586,9752192.408188462,-1208208.08404152
+    -140.5722419642928,-14.174240747550316,-8953625.81969883,-3396526.045971097
+<EPSG:3650> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -14.223116330423665,29.713393938114393,2.0742576946044616E7,3378382.100873903
+    -153.25309590124064,36.98301912473998,-1.745238236050137E7,7884470.370255427
+    -70.65187345298479,-1.3375844971487787,5301172.824787151,-1.636302280333125E7
+    -22.195547014047406,67.8160593178763,1.0165273511360275E7,1.323419178245137E7
+    -149.48469168449324,24.353468469607435,-2.017176945901312E7,3890828.527464296
+    -22.386856710499387,74.87362892060136,8284899.227928603,1.5713096652070139E7
+    -151.148018329727,56.13097623050518,-1.1766309399836121E7,1.2082664737017913E7
+    -160.05724590232208,78.54544892941604,-5187080.269033882,1.909686714678841E7
+<EPSG:3651> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -73.72237116785047,73.26008585539218,762889.715204111,4046088.638465636
+    -136.52437074023626,-18.653668127056804,-8832080.65035489,-4399981.646144962
+    -107.35729457720294,68.29244582833236,-795657.184140938,3609440.600869332
+    -63.13279940570361,-16.506542517983625,3053789.078522878,-7073994.360848898
+    -75.06108860442126,46.13460026388721,808799.693396174,759751.113343861
+    -6.22726302555256,29.144813514599775,6939179.071104882,1579205.445209243
+    -55.46413091448784,13.767609482592974,3234292.108315824,-2601070.505188865
+    -117.64458600984696,1.1374263888408933,-4716867.06164082,-3342572.352452944
+<EPSG:3652> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -137.8385196838014,-7.777599420600964,-2.582959536363333E7,-9361964.288829885
+    -51.41687963801671,25.723406670346307,1.077986835071882E7,-3684771.153602488
+    -91.52212188768122,65.93155036877296,-346852.287993255,1.0257945519858675E7
+    -162.2186215518563,74.70773520625173,-7057631.003618243,1.8617574819090042E7
+    -8.191056827630746,18.660172552039377,2.513211511275059E7,1924931.437151773
+    -21.45541685336275,-17.00419013136499,3.1218587765962157E7,-1.4511096889014969E7
+    -114.86052702473401,71.37869420169183,-3161195.165571261,1.3504273087693322E7
+    -17.763656450257372,61.073915019122936,1.2564013163253007E7,1.1861797561289703E7
+<EPSG:3653> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -70.57035358178624,88.01484542448458,103596.738688538,5230405.433072876
+    -73.39034442883911,33.18419839198131,-76302.591498737,-875053.418000406
+    -68.35369245375819,-64.56766407996182,250774.579988624,-1.1716632803171052E7
+    -76.77601630239887,-44.63853950865811,-318609.527355393,-9508106.057317855
+    -66.60136189913986,-15.488722330567384,626185.46192111,-6268873.507942893
+    -66.10156527131501,44.96759780102971,525887.595729938,445713.199641782
+    -70.20211802868401,84.42004787931708,114093.961609328,4829039.401322298
+    -64.69082146404875,-74.02465066241493,308847.051687609,-1.2779770379720787E7
+<EPSG:3654> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=99999.99998983997 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -67.82791515543558,-83.23411971713111,486502.007197528,-4.526753335430854E7
+    -70.57661754299212,38.72239743072299,591538.132767288,-858708.528965526
+    -70.35553135149979,21.031667051111782,718407.090901708,-7292651.196365248
+    -72.57117440900403,-81.05138388031531,267034.396547678,-4.446334909292176E7
+    -71.89137284156358,-70.72203827907477,280751.549147775,-4.0680144713962056E7
+    -70.46427278158188,-62.21675075577765,504862.343390892,-3.756972269829984E7
+    -78.00711206850829,69.1534449753022,-518759.806621691,1.0296602847419765E7
+    -70.250425416558,2.549933728787991,784038.364017948,-1.4001857825861895E7
+<EPSG:3655> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.40533332843742,4.419715970316744,2557477.720940099,-3024466.206746072
+    -95.14862021558012,-23.312708423276742,-1714247.536163216,-7081983.02028351
+    -57.73904596267721,6.403294606395335,3446680.931302971,-2605263.603064845
+    -118.52073414466015,51.93327746315123,-2059800.975838162,2759494.435005809
+    -119.08913079310574,74.13569255142369,-1029649.115249167,5541644.974910986
+    -88.76543508120193,10.190814817143917,-310197.234433651,-2432017.880479153
+    -2.465009448978776,0.788202888006019,9853202.448971653,58997.749184445
+    -7.003563344028265,9.16993918082693,8732424.818138657,449719.689147675
+<EPSG:3656> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -23.742518387176517,-17.038000816437574,2.955973231755604E7,-1.2440354611535454E7
+    -26.434983695882266,19.807413305536876,2.040069060177636E7,555790.588844476
+    -108.35158341878315,22.968839851234527,-7247010.989170766,-2013124.997142877
+    -85.6766663703173,-14.351006362137166,-306870.364588643,-1.8836708179004844E7
+    -7.0736425234272815,-6.205540845068871,3.2885239309230432E7,-3441588.95664007
+    -39.120614824928325,29.447998014379152,1.4999954142461155E7,1801942.829677815
+    3.477838290377406,77.29967029442186,1.1613174615740156E7,2.3090453335333243E7
+    -51.237577474153596,58.23673165710659,8295948.210626941,1.0852551147694226E7
+<EPSG:3657> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -118.40833752106778,68.52394568336399,-228615.393293414,2931333.474480547
+    -118.77449770961948,51.44375416111207,-701968.391892018,999278.490789076
+    -100.61090007315933,15.229329584045104,525863.007189977,-3312016.548547493
+    -17.759125653528656,75.01423322154848,3011720.678945879,5017356.65789663
+    -157.75885448856275,51.85170266287133,-3077411.530814255,2263801.772641372
+    -101.64712737853975,7.163140368518395,378877.6864509,-4354249.340995381
+    -96.38358399439247,-1.3156746486010231,1138705.858732915,-5538916.214571243
+    -57.45745408278604,73.24480170298065,2141935.703229978,3853377.441560199
+<EPSG:3658> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -95.25156667225858,-1.7884616087027183,4302084.28743228,-1.837362888868439E7
+    -141.49190359981932,58.65466674544169,-5831452.686775091,7503832.656198557
+    -103.64376188125607,3.575266443516213,291511.823067564,-1.5867652864641296E7
+    -88.90492240258753,6.39337720062009,6886862.675003042,-1.4296199964049015E7
+    -56.513919876431686,69.45742607678964,7944001.163760038,1.1332835488588858E7
+    -134.41307756386232,70.45045331248615,-2678217.269697304,1.1101243126280913E7
+    -166.73524933297506,86.81158201854778,-308650.110503857,1.92597122727707E7
+    -34.764812562074326,13.988630738369224,2.5590079074302968E7,-1310400.31698363
+<EPSG:3659> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -44.1975250312577,47.7013138391722,4509503.230597166,1970794.730530367
+    -165.72461449281633,77.59028061705219,-1246530.024382296,5006788.000480722
+    -146.51042680808035,76.37854356159788,-867679.904192048,4484195.393276003
+    -56.42286315100888,27.46363367800558,4896693.764948189,-509126.948696659
+    -32.83783609181742,83.17553974124863,1850566.019355898,5662044.255789243
+    -141.86341413798453,75.76711666333655,-774695.127327997,4330038.711789497
+    -148.37412395145785,-1.8529134991397864,-6102739.382625567,-3419680.989858035
+    -53.35803541219036,29.2995493280144,5052431.792501927,-168063.83309855
+<EPSG:3660> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -20.11682377403139,64.71253753965975,1.3557006619906332E7,1.4448271827460194E7
+    -101.31122476075709,64.8362084858757,1803196.838195328,8422280.603844643
+    -35.3247537831011,39.92507324030001,1.842773999215019E7,5913527.056793814
+    -89.59302423527656,78.45754721071455,3017081.449841305,1.4397846304996986E7
+    -68.29007644370948,57.63087284789235,8299548.882881033,6873803.234151328
+    -124.16823907470396,69.79665400619736,-1433863.837869566,1.0932693869271467E7
+    -101.9607285593275,50.66506873791411,1588079.011990072,3048763.689529222
+    -179.01156691723781,75.77496536500774,-5665469.170828477,1.6970967006615117E7
+<EPSG:3661> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -105.77455053924146,40.35182239932581,-1073715.429583607,838136.09660951
+    -135.65840394283364,-11.255493316248327,-6521646.395675351,-3801168.019280538
+    -16.82854993771545,13.65225397453321,7976171.368456162,370936.202937893
+    -65.45111330772505,48.34153620409937,2150960.673283858,1730759.05781494
+    -55.29163547309959,54.38371034934717,2680669.474091703,2596573.387012898
+    -87.7271975636842,-13.67897951605569,334753.457926933,-6019433.709400514
+    -124.45225260304207,87.54245321989806,70354.325199427,7730677.597999099
+    -100.94770699294946,64.30170743652495,-239624.570975574,3554124.333938104
+<EPSG:3662> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -33.71738200965751,6.211873995853768,2.2456304446362924E7,-5075686.872503294
+    -67.04702070063912,-22.770370189411647,1.242884439814357E7,-2.3781565322538875E7
+    -24.439701322955955,57.558513728601454,1.4248978714639291E7,1.267788392161355E7
+    -23.325861188918736,-19.072135229799773,3.3164796949081555E7,-1.230952915682163E7
+    -91.63757442978205,-4.965539627248674,-626862.321804931,-1.5449664160627391E7
+    -160.8038669164852,10.528827383657777,-2.467164586043621E7,1769086.721552333
+    -98.91981247752993,55.7142894434803,-874581.0173039,8144653.264424421
+    -100.75936252167232,59.05333923880083,-1077685.54643582,9510212.572409602
+<EPSG:3663> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=700000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -175.93366960243767,82.42107083753994,-1515364.263554008,1.1028814123972956E7
+    -41.08191798096692,69.5716646109854,3696574.183405753,8687033.71897773
+    -140.86794563390842,84.57164698898302,-357425.994734649,1.099820065846774E7
+    -29.54164273340345,13.557453943702306,8178027.336707899,3650516.011241611
+    -65.13322848189388,15.255697723662074,4554728.961793764,1997968.626701858
+    -100.65338238549961,5.955190007741258,661213.248261777,289272.103643692
+    -114.6643324454239,10.733027521897625,-958850.204558432,965416.464373706
+    -100.94899449247863,2.1181786423725306,622780.485022128,-181765.416015997
+<EPSG:3664> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=699999.9998983998 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -129.35885554647365,-5.450343341450598,-1.0339054954323525E7,-2143561.553222801
+    -91.69728966678731,70.98887418141724,3742455.514804336,2.6592009854895215E7
+    -140.82924092980346,-0.7463660275183095,-1.4424264743360613E7,1294331.03950375
+    -91.86128840258614,-13.834510083823972,6317653.171743363,-7517164.145377912
+    -77.55722357856321,11.358486279208897,1.086076613357857E7,3936562.966746017
+    -112.7226788834553,-9.688444295291745,-3359188.864247014,-5392882.910884077
+    -135.12363200558482,16.240049031897506,-1.0094034581382021E7,6860394.400014546
+    -37.351214893402044,73.28793734719132,1.1644782895459775E7,3.0470932563513663E7
+<EPSG:3665> +proj=aea +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -75.77437108808303,54.938989718291566,3231531.802390006,1.01949563838602E7
+    -66.02071634504858,10.793467542863937,5352639.430600291,5826793.744652862
+    -174.016243356375,31.193794165642956,-5026419.03767944,9720007.768069547
+    -102.4282165748754,-22.19470607696013,1152603.124700272,2147111.812956074
+    -176.7308413009385,-65.84079693456479,-1.0192025838072773E7,3906774.931325187
+    -93.08529182954247,20.92950422391496,2228003.143707849,6341550.599835683
+    -128.9806539973918,51.27250413418517,-660189.795530898,9918529.709049936
+    -145.5824271798045,-4.925433349918066,-4233711.061046547,4853158.960673247
+<EPSG:3666> +proj=lcc +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -166.11941516705548,10.825535186278636,-5714381.666372069,6402043.771808754
+    -30.99413124301566,-9.90348285008211,1.0533523473546918E7,4453626.048347368
+    -166.35315726684675,78.60022291582206,-921141.636072563,1.3437901161886895E7
+    -38.338487203917396,30.605710253670082,7098587.167711172,8012077.343579942
+    -41.69821513885637,64.36650552344149,4808047.501664756,1.129919722277575E7
+    -50.60979640027756,-4.968624006620185,7886046.413853415,3663364.700704279
+    -139.0810960276068,71.71609557148285,-401714.944113157,1.1823594014216134E7
+    -147.91265081406874,33.6736575205955,-2799600.801946959,7693885.11238897
+<EPSG:3667> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -79.51728022724028,88.21041878823272,461254.046220229,8980036.117151238
+    -125.34672866390508,41.36028139822876,-1786826.333447999,2058855.686732245
+    -71.34976723917619,-7.496917432753776,4456738.854960274,-3387180.562059096
+    -68.54674249350529,-14.401142781257581,5178263.852768536,-4242749.619931415
+    -142.24998947549054,40.561712569307055,-3167736.686951053,2433019.400451643
+    -108.5678872369992,3.1203837065132554,-709974.837619437,-2571379.394833532
+    -32.2648847200968,60.73296917749662,4103531.522020451,5503955.332948375
+    -35.18645638678436,-1.4261076763357288,8488762.394716378,-310600.232627592
+<EPSG:3668> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000.0001016002 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -81.54245147545488,3.876534569143864,8972691.03924565,-7383825.966186022
+    -23.512176748499456,-16.675503797483636,3.6926787976056114E7,-2769264.127399295
+    -109.21765159736239,65.88635013020942,-723496.451505731,1.561522259852439E7
+    -152.70581867712514,-20.513912514502813,-2.570435944604348E7,-1.3007552357836358E7
+    -91.29754508192643,-8.336250311940198,5488478.453784345,-1.3407133240328452E7
+    -50.34177858422922,43.89159184316072,1.3694804146930324E7,1.0345693673271114E7
+    -96.52578107386276,-22.865357886307528,3402944.233464389,-2.1294303793675452E7
+    -136.07276951149183,16.90630304751806,-1.1779949545786433E7,-847851.630661938
+<EPSG:3669> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -160.51721869187406,86.68509327330588,-506075.576068991,1.0313476304306965E7
+    -92.64402989003185,9.740642524569132,1294243.41807324,-477330.941188468
+    -49.3817922132485,-15.443584366454033,7742405.34504332,-2182206.470143098
+    -111.43047997043631,66.00221760349118,-123581.679201725,6115194.694186396
+    -89.27746210995932,68.97946754726108,1079842.163388961,6512396.893974246
+    -137.90461995966166,37.19569018911638,-2825629.434804024,3263777.750841435
+    -104.09263922031857,49.284429659611575,175259.10809247,3993301.648548912
+    -148.84952103627825,13.51500234337022,-4940469.069890209,1303075.862891551
+<EPSG:3670> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -166.71231741790365,-10.716387407272663,-2.8056992690208737E7,-300743.836043933
+    -42.701647241090996,28.752617000862223,1.906449693277648E7,1.015058911892449E7
+    -97.51670754292363,23.541278778560795,2302269.920463093,3594074.644301076
+    -162.21218674850292,48.82100827872689,-1.3058658805434281E7,1.758967470618946E7
+    -167.84049758170198,-7.669943794405821,-2.7604126977220617E7,1152441.316288639
+    -60.70153992674433,17.375555012886764,1.5331248695538701E7,3729983.791173632
+    -21.662118269582464,66.78241115270514,1.4646379364152478E7,2.5126351487484504E7
+    -47.591674896041894,51.283858963327475,1.3811179603499586E7,1.6757803552422E7
+<EPSG:3671> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -140.59030791986496,0.47657855544726146,-4794911.314937841,2966880.550000895
+    -163.49627777914418,51.04875401678309,-4511196.414829479,9171666.698306631
+    -75.67896626864116,-17.477576524392116,3530988.096968983,222.299402731
+    -130.31038989530683,-14.99459907228222,-4090200.847231195,625745.981498181
+    -69.62519687962889,0.5856618617047715,3826844.968455762,2527888.915987605
+    -168.3100893450779,31.279192321105683,-6030896.862563742,7419502.985721093
+    -78.5409628282501,-30.540662379923262,3467992.605416425,-2191414.553561586
+    -171.1495246889264,-9.743967189164394,-8885685.858949803,3518694.945177621
+<EPSG:3672> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000.0000000001 +y_0=5000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -135.26260909731116,11.844274694827128,-1.24160231936264E7,1.3287761887561077E7
+    -56.61963110535024,77.06749792942938,7216285.531802094,3.9895371971410416E7
+    -36.380150869709695,81.42308199386149,8478777.7639052,4.40046137811157E7
+    -178.56544552949433,5.1121476054861645,-2.8194107526437555E7,1.833161015249076E7
+    -16.18167690985453,66.12712668410362,1.6390606029194709E7,3.780987815020854E7
+    -151.5011061018098,14.055085826622658,-1.7703271267572377E7,1.6130962992109466E7
+    -139.43837936654302,43.024183041763536,-1.0228460264019325E7,2.46359296121604E7
+    -109.07293285929143,11.049577969187688,-2945154.145779729,1.1187962796999443E7
+<EPSG:3673> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=4000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -41.09056982930022,61.78698869142937,4171564.656336337,8909922.122969547
+    -33.95053142766187,-19.77338450163358,9839751.560181271,661056.044903352
+    -62.11977697721839,53.79422405057717,3251117.021136764,7397084.860238257
+    -22.444074869724886,-4.098224706242814,9894671.893658442,3412961.350801248
+    -160.5614748154022,37.22717488603031,-4664811.509775362,6463023.827770233
+    -147.59963851756694,88.99449261323072,13248.847571143,1.4193771598395126E7
+    -87.60799732487077,70.28868504421182,1210181.455792732,9279176.121340808
+    -134.20270048411055,44.88184943836325,-2249010.341996097,6346077.411073543
+<EPSG:3674> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -78.15563677895886,0.8770025565903481,1.0480519694955492E7,3678630.96972767
+    -60.38077535769963,-13.202543464557532,1.9531727131774444E7,-309426.426638306
+    -141.58866214427266,29.922962026497423,-1.1226231466962911E7,1.6312531987823224E7
+    -44.066738611866356,76.4335545391873,9708069.672509111,3.568277640082522E7
+    -17.274009715699236,66.99670531590374,1.6275635324386299E7,3.390278372535209E7
+    -103.67406147998211,12.028130769052012,224852.947548849,7325001.880323384
+    -71.58608409582679,13.827273448486856,1.1946762334217597E7,9144129.745846609
+    -66.366833842178,-23.360003568551367,1.8309540550227087E7,-6105258.26767505
+<EPSG:3675> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.67057662259427,38.37423406184962,2558223.303585673,2280348.165561983
+    -64.98430957449392,4.264203866851901,6384174.96538472,-453374.051473665
+    -143.35154021811115,57.279052376589995,-1481223.326414217,4495863.334197186
+    -38.38549819152246,69.4907589246819,3541151.859460225,6969961.22920425
+    -110.92550902845092,10.152223942403452,571200.31724854,-1262944.70194173
+    -166.75023464955632,-13.069469932599848,-7824886.135762042,-1895425.771351823
+    -95.90693348992609,75.48063773662673,1077733.6234061,6541928.817286154
+    -73.35924323637099,65.301311931123,2448466.337800781,5533269.631233406
+<EPSG:3676> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=1999999.999992 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -135.46057483869214,40.678695318683054,-4926373.561091211,8300846.274717093
+    -154.30386398451,-11.537456531801245,-1.9700861926632132E7,-8912492.6441362
+    -160.65565606317892,42.593417569985306,-1.0953365787424346E7,1.1664392797537463E7
+    -164.78645322325843,28.327858594267497,-1.4818219834874371E7,7947082.527428148
+    -29.269758978034048,-13.478026046213808,3.931636662839939E7,3497760.371589439
+    -162.4804016174535,28.39193491669274,-1.4174064916825652E7,7550850.353808468
+    -165.40321574239633,34.665495417247676,-1.366456845684115E7,9980635.896284662
+    -147.88619023391317,72.5715273026182,-3227193.772700923,2.092718531660834E7
+<EPSG:3677> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -110.75921873093773,48.588438657320786,1821898.68841623,1.031303973283087E7
+    -153.95763602218608,55.909369623025064,-7121185.260268629,1.5175036489621721E7
+    -62.97303382679317,-10.007247050951205,2.5157933008003164E7,-6782867.01553364
+    -149.63650195344724,23.083036292130586,-1.1301625184712347E7,3733467.185942474
+    -60.24331087810447,75.61757791431117,7529308.290363145,2.3099239197454553E7
+    -37.174289637132205,27.50638907082039,2.3529193041722216E7,1.2245961425316738E7
+    -177.50235661365664,3.471340283708038,-2.472673482332228E7,3227377.269684759
+    -174.60934417830566,37.68211163854695,-1.5155470742447393E7,1.2508513322909303E7
+<EPSG:3678> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -84.39629069607517,-2.1415912367454055,4348909.085034661,-3552268.727155272
+    -37.59807784696591,31.52212324501513,6788868.079458587,2865319.073904987
+    -160.86642648274295,46.790998558779805,-3086776.583414682,2765573.248598467
+    -89.30815559827647,25.57761980801164,2784161.591634784,-363948.18448872
+    -54.7661899362387,55.89914767505843,3923121.648292045,3908849.575571405
+    -160.21572021462305,75.61739568811734,-1169165.051137196,5726137.921827639
+    -34.03685617890386,69.231529001281,3623124.657403831,5862624.885276278
+    -55.32090345285516,5.349923645652957,7434728.934401402,-803823.619780566
+<EPSG:3679> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.0001504 +y_0=999999.9999960001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -90.02917087055776,20.280342757065903,9389801.860361429,-3213042.958460598
+    -119.64034017103432,34.270190637759995,-833025.886453766,1183056.027792966
+    -88.89035724756174,-4.1661769729984695,1.2474896046687145E7,-1.318732353615694E7
+    -109.37388716668953,-4.965263481450666,2680216.318882147,-1.4979820186444595E7
+    -142.13031719472417,20.104273769714922,-9321806.291387629,-2291091.440360391
+    -155.4439261725805,85.74084148433113,-589219.393542356,2.348278423415935E7
+    -71.4900644953926,63.521073963167154,8539659.733820869,1.3599208749597998E7
+    -55.13818227313557,30.32681116192645,1.849054738870268E7,5279916.828624117
+<EPSG:3680> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=999999.9999898402 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -121.64998389360845,39.748640829603815,-1207991.906087779,3234341.655387043
+    -136.4421508851923,75.20666498302123,-1330619.66933594,1.744426208094365E7
+    -166.1743058068996,36.57986937208838,-1.3423244053577432E7,6813805.90168363
+    -49.981492346099316,6.672321263996444,2.5829855347803984E7,-750346.340250316
+    -174.2451971318977,88.64603310986122,211904.644253679,2.588734159345797E7
+    -120.56856166732373,-12.03254388598969,-3164185.300424328,-1.8362029627537865E7
+    -159.13144083578655,6.156754925076367,-1.7859081310149375E7,-4428417.566177121
+    -48.69319029757804,52.09687210178788,1.481277747423872E7,1.2574506174253317E7
+<EPSG:3681> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -78.61754764075832,36.58569674841171,3382943.332680738,3503159.398535201
+    -47.303919542129904,-18.79179292539185,1.0379554277529053E7,-695321.684102312
+    -106.72310746526544,65.88828509339352,753161.036479637,6409603.939088559
+    -72.07011691687566,53.31486378271079,3155448.331047692,5441145.362563754
+    -52.19944525869673,-8.734371325348194,8771599.306901723,114376.92585658
+    -116.85219563795323,-20.564326686703033,-409655.755326965,-4515145.173533442
+    -132.47250068217073,-20.548893997948646,-3035978.972788935,-4140224.435221015
+    -55.92269666979398,55.24413245257563,4007249.009227249,6171695.842986924
+<EPSG:3682> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.0001504 +y_0=2999999.999988 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -110.91922141473948,29.338320435500208,1827413.24327199,7165915.60259868
+    -120.27537958742911,25.98942477359997,-1296675.257281738,6067262.618824486
+    -41.20214412147337,32.67542674588034,2.136744447148197E7,1.6172277828601427E7
+    -113.97587895376094,74.17347317621115,1309366.161394361,2.4773534219178103E7
+    -121.46820916622971,70.59402007514612,130008.47463822,2.315869353356706E7
+    -60.67164117794927,65.3343412096856,1.0174496963841364E7,2.315098228783055E7
+    -38.436037960540204,-0.22449986924589993,3.1097522832874205E7,7575365.475050357
+    -112.13261011116711,16.96858502544169,1405325.295030094,2522411.326704295
+<EPSG:3683> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -90.49270704953986,-8.796502713493222,1.1850344799623247E7,-7408501.50896771
+    -131.88012311603043,7.29791254397832,-6707465.008033067,-421794.99387444
+    -177.5998390677764,49.618517313575566,-1.308814546999765E7,2.0028826766759474E7
+    -80.60087397351361,-10.834168563203967,1.684127202631459E7,-7043883.934118368
+    -169.72159766620445,38.68926063558309,-1.3926853900637217E7,1.5587853777974049E7
+    -114.69441785194982,-16.55791666951039,-63152.785685862,-1.2577383346040135E7
+    -165.2562460210003,57.21025768433118,-9118619.989058187,2.066645713160956E7
+    -88.13551525973189,0.6646307098436139,1.1885914124102458E7,-2875754.377756603
+<EPSG:3684> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -73.98782205771616,-37.28548895216325,368063.973131221,-8836092.890411528
+    -70.47016667425825,72.97454631397045,566349.833028552,3394707.496485176
+    -76.60743893285475,41.42704341330597,156635.222435709,-111020.796130865
+    -77.0323875246527,33.47006446761064,78535.807583909,-993052.788574323
+    -74.74037660131783,-82.48438199004724,467281.055610865,-1.3869879826618517E7
+    -72.48008703562581,73.98658852136077,500613.382319906,3506526.307922287
+    -79.29499311419778,-51.50335602392582,28453.94044552,-1.0436819329399679E7
+    -66.53838897850397,25.16922136213263,1101674.246597108,-1908963.070531881
+<EPSG:3685> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.16489725430165,-20.48487872131616,2011750.624475365,-5620531.814795462
+    -156.56822600546684,12.326155281950257,-4771389.050980489,2839801.730907241
+    -104.91636378305205,83.69888226127628,2912684.029721696,8115907.331681806
+    -82.5646616565166,23.74239430072187,3072352.772849744,447959.12099454
+    -145.4039902440922,71.3201930486371,771491.669035496,7043922.078544143
+    -97.44244019666769,-10.09540375504301,621340.071150208,-3652291.816312886
+    -153.24757183625437,71.75587451655448,564915.240765645,7329717.298975997
+    -50.15588882947456,80.62636388811512,4306348.369843112,7572179.071160149
+<EPSG:3686> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -99.17809111646297,49.178340518801114,6489572.223679888,1.13450942313919E7
+    -75.3283551759265,35.24077290833732,1.2431414842569701E7,5694228.233870249
+    -55.266599664726584,26.056268843036015,1.9203523696563542E7,3284897.283121514
+    -159.07937555029417,17.942306172234936,-1.4599218661414985E7,1.1476746060151665E7
+    -100.18106533653034,8.257887695239766,2647443.994403751,-3575895.547076449
+    -150.85340893741545,-5.61245182696066,-1.963993775095111E7,2184755.430950752
+    -98.70483526895659,79.32809484721582,9421142.884399053,2.392131273912401E7
+    -123.57214909494216,39.86008586964644,-670352.36011261,1.0405375386865592E7
+<EPSG:3687> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -146.6813751913688,-12.020885651610213,-6102731.67343807,-1422754.578436112
+    -11.6054388969647,-13.796549852157073,1.3136290027997047E7,-1766162.104894225
+    -67.13246683773366,9.017605532118072,4896549.989280854,-2065051.928920266
+    -98.06597818675945,10.567493187091507,1146905.519142162,-1713652.814215583
+    -45.32464740980811,38.705280349576654,6327332.236187108,1765230.367466009
+    -126.82189092862714,26.658729951770283,-1180602.550026344,1145425.660414046
+    -152.66750714222485,29.585378763057932,-3026517.943300373,2953395.971551826
+    -66.47655334970841,17.91069325858229,4841051.532414528,-995717.332768671
+<EPSG:3688> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=999999.9998983998 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    4.592041344233337,54.95632035599621,2.7601382853456743E7,1.7771629266877316E7
+    -112.0639826709496,-20.082097161169706,-6639727.205338829,-1.771492128267147E7
+    -149.90467017998665,53.12332613242991,-3348751.926970767,1.537299183415868E7
+    -6.844186630364106,-17.492231368498555,4.629607691186038E7,-5607155.879231074
+    -122.49499740937485,74.44726285740761,5829804.912714306,1.9852327341474205E7
+    -75.8394372270201,8.24878644068955,1.2566580304389326E7,-7349434.476350305
+    -106.2110324103546,10.472589187352334,616789.479545303,-4856884.979498823
+    -76.15465508243128,-17.65871058520135,1.2741802646441087E7,-1.9570018737456907E7
+<EPSG:3689> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -63.53385777485104,33.219011139513675,5515707.22595404,410808.109177814
+    -117.5630484517172,41.63615790912664,774064.369413241,-591645.989920268
+    -117.0015648942715,15.697236598542734,973075.925670483,-3639551.022384702
+    -114.91699743629981,42.968578595403244,984052.71232059,-430119.223113776
+    -107.38029107154475,22.659375735254542,2002918.24900345,-2655742.85923111
+    -140.38576522137814,-4.1024181831071385,-2592962.719712446,-6056769.956723042
+    -110.31100043524349,80.991032465671,741046.954468491,4101845.991033414
+    -81.99807853483192,-2.044152656338376,6293425.043247588,-4635091.708242926
+<EPSG:3690> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -119.73307525886776,65.28172652777587,1817996.370994313,6785453.613207247
+    -134.54268336884275,57.799722505278396,-1061040.628873655,4201555.635065409
+    -119.67683867915673,58.41987938740526,1866046.015736256,4192346.159236684
+    -141.074646797028,49.36397469490031,-3128729.709008629,1493246.817190338
+    -39.003899942376705,4.7187729987040505,3.312416931709455E7,1698676.706453336
+    -146.65521695086,44.11430871441043,-5030277.078469268,76438.443341118
+    -124.82546892587698,39.43559325035098,501028.384682021,-2739078.322996195
+    -96.23858258559392,25.400562221070594,1.0208668913734965E7,-6685612.005995707
+<EPSG:3691> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.90727316248253,77.93822656171314,1291359.571303935,4014804.656138156
+    -65.22265164337911,73.69400460860376,2357440.208520642,3982325.956345768
+    -64.23625375220935,84.2763076170996,1377401.491854671,5169970.967248737
+    -133.95357637757567,42.83209605920587,-596873.287077903,-184408.723921717
+    -129.81744563905107,36.153897132735494,-349638.718664318,-975175.449835068
+    -172.49240605315723,40.457670747602634,-3619845.861833643,866370.080307936
+    -55.04978451610282,73.05879215989772,2685821.273345911,4184015.106422823
+    -38.633094548168174,54.967755162330505,4900519.051794968,3588513.597146158
+<EPSG:3692> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -102.4110319086438,43.08779900020831,6438790.534047482,-266656.273771806
+    -173.66205996352352,30.150800208038916,-1.4520578397278687E7,56082.843795688
+    -138.91865965099663,78.94792410893979,-3962.544813677,1.3375022976274053E7
+    -111.53979466178615,-0.0021120431406327356,6014047.716603407,-1.804686150522103E7
+    -38.54160260561662,63.12170791073946,1.344821776088408E7,1.3342690173143683E7
+    -167.27898147583275,37.74937692895331,-1.1250166086865677E7,1163084.151010393
+    -137.21612536017042,62.83096269244827,-1264574.592699138,6786840.584131918
+    -78.44245816819803,1.0394031713869474,2.0996991121358186E7,-1.2506397227288786E7
+<EPSG:3693> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -44.013406464825465,44.483493387599594,3360145.050162741,1217516.521338737
+    -39.435036251786656,6.390154655830024,5600936.157066609,-2622286.026097267
+    -115.09618045337771,0.8628267188090533,-4157348.387593397,-3533747.375899937
+    -131.2352048613603,39.85651407003334,-3586216.634626522,1390425.542936837
+    -31.515208313034833,39.459133022125734,4535951.222554718,1183359.953780028
+    -120.44173013333432,20.312219335406652,-3753937.530432174,-1045179.70574959
+    -151.2851700383214,42.32642993916199,-4712746.366751518,2668235.137957327
+    -90.44363869427015,22.61595765267505,-569616.449683442,-1716153.646463472
+<EPSG:3694> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -107.78470915693357,50.36030990555212,-1325347.920098852,1775230.723452939
+    -42.37630298088885,63.000027172640976,2728303.507852881,3442939.142698403
+    -111.90587597171765,15.230670943508557,-2911499.418738062,-1886305.431937001
+    -161.49969255870155,25.61338797262382,-6670705.287059955,2099000.968069647
+    -42.21048868127539,4.560323381436685,5497725.578024943,-2760133.401878589
+    -135.65545099650993,67.1657756343549,-2027879.044177394,4323645.395063926
+    0.2555764661969704,60.83290275701395,4847097.11030783,4716387.333238028
+    -134.72201394439915,36.736245284581315,-3935236.028299347,1323198.083247454
+<EPSG:3695> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.77824937364997,-5.295762069773234,3876310.607687986,-5717989.201834661
+    -110.17240277012077,61.39287938130204,-518651.443942424,2121839.874372856
+    -44.22852468599555,61.44990757202564,3027314.982815791,2691635.354270414
+    -60.28269195813148,87.93299404506605,851392.661109496,5875967.307196214
+    -76.03933552112761,72.5786961250561,1143590.646935963,3401308.600310394
+    -24.99517102698664,-3.814836265400393,9537057.474686017,-2138966.997759731
+    -93.81967004469713,23.00898400441644,181640.970092422,-2355566.241464137
+    -99.84987085867874,46.80558733721163,-150396.923164159,375924.484937001
+<EPSG:3696> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -126.57005548237748,65.2693109558042,-3873150.887464093,9347864.650026111
+    -25.16611616210926,-0.9450818502836249,3.021922876227863E7,-6094886.845587019
+    -101.73924702773805,81.69813542401651,1081904.412176429,1.5340211119395174E7
+    -60.099383066145606,80.09072999619029,4479662.380500461,1.492151376565152E7
+    -64.40439806939247,-13.844463187658391,1.6310250052514113E7,-2.2553187966124196E7
+    -42.75564257774886,63.243503993253114,9779064.595128035,9555444.674099168
+    -81.13901188479873,25.948661313371957,5024167.684599732,-6461330.786575037
+    -128.32522412324673,-2.236918052802368,-1.6249295103059681E7,-1.4260388524754781E7
+<EPSG:3697> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -119.27401798995395,21.145840559729706,-2639729.950579204,-2143431.846350367
+    -148.7668240038033,37.24102053836169,-4206395.519243555,979902.262086096
+    -169.09756727238025,19.422169279755444,-7122132.018461866,1241353.84294908
+    -27.94405094392303,41.95920929614418,5248933.418121783,1557760.485519645
+    -74.35907660298062,-6.462091183861904,3100997.994214827,-6290806.638728046
+    -60.83671882805548,65.10984512101963,2029061.51106694,2529375.022545411
+    -78.37818998441867,87.62766160097577,705338.017145066,5530169.188300457
+    -37.02326192580969,61.14063226120045,3350677.316307559,2751433.861190792
+<EPSG:3698> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -9.3755438999913,4.394984366786289,3.306553440162504E7,1177621.741636184
+    -129.78339301557904,77.96223244716025,-1713917.176343942,1.3762103889491893E7
+    -78.21263768816651,0.362796644613379,7661266.126278711,-1.7588708778026156E7
+    -148.97547638404825,28.298782795496372,-1.6104599333968107E7,795067.379738132
+    -74.13048868729418,27.644069766731597,7323144.424484479,-5953627.767935336
+    -6.326121172168428,57.023240061634425,1.599310846462944E7,1.25084955658175E7
+    -137.80501196445505,79.06014145961873,-2082089.662024835,1.4591652354270171E7
+    -23.158945810419965,85.8208948738491,4628249.776085024,1.811191715965557E7
+<EPSG:3699> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -157.05876480340382,0.8173168293696023,-7968037.793187113,-1341747.393248646
+    -106.803354225701,7.9010202393851365,-1587580.14897823,-3798341.07622457
+    -128.45122770223497,29.75334249504492,-3085395.45958972,-507400.416201709
+    -116.88528600981661,16.095001605281638,-2533902.35822887,-2470663.456031104
+    -96.40945779831462,57.77156372191383,205465.065112756,1787478.864901412
+    -77.77693185756613,71.32509826607725,1109719.209637324,3457857.028188684
+    -60.7899514881791,-2.855579742931454,4864913.077621118,-4762866.401760123
+    -30.331031154085593,81.67706932433293,1907767.536209557,5405808.959937172
+<EPSG:3700> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -44.894427849528114,73.14236454875658,7457682.224651306,1.3533153624234926E7
+    -40.360509592209695,51.679746133930585,1.2695781094365431E7,6831821.813684536
+    -92.40566011178359,24.473587963554458,1127146.532058082,-6484248.805169263
+    -10.441487997651052,19.713693823518035,2.726679562921496E7,4736048.272514662
+    -100.77459203576159,75.97412807763988,759741.535304347,1.3368726104934478E7
+    -73.42195416100513,88.91812080523792,2286051.869744855,2.10953264411325E7
+    -113.40010788492583,-5.457025362500337,-9680227.498696629,-1.774392318647188E7
+    -61.63968823488814,8.871522426128465,1.3791442579972189E7,-1.0740537128633393E7
+<EPSG:3701> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -89.73282481020485,45.91259667747789,540720.541015665,604371.158759539
+    -94.08743877265474,-75.35538254876003,404732.021591748,-1.2847238684168257E7
+    -86.19849439706027,-66.570239251989,688591.461524132,-1.1868607143299632E7
+    -91.21053600645871,29.518582428501162,402682.675408412,-1213946.985626264
+    -86.34499434955518,13.308331135985242,916100.642463537,-3005855.555032768
+    -88.64670794356988,77.82243831429858,551864.617652806,4158921.597035509
+    -95.61595774930409,-53.42579896345213,147002.924459473,-1.0414339473630797E7
+    -83.07164200999094,-6.035736012611238,1288553.43898249,-5152059.030353491
+<EPSG:3702> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -102.06436691055457,67.67929318879669,331482.656108961,3028169.187956305
+    -99.97145877635856,-21.479720171421405,738913.593053157,-6869775.018960645
+    -111.99567795224769,72.56468038084842,-28017.442605565,3582852.234125919
+    -101.36788167156861,66.78216719032085,367089.069998423,2929922.469088559
+    -107.50863416772017,31.566682510759364,-22348.588601165,-988802.224575603
+    -104.17072530077554,-63.094557119176955,250299.218464734,-1.1483644991002284E7
+    -106.38818246974635,-28.32865233658147,80218.393891858,-7620042.154798711
+    -101.15056453588136,-71.50126411107699,342175.163832801,-1.2425478840609077E7
+<EPSG:3703> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -100.42293049802979,17.672649652788053,1134601.867583278,-2416644.088471645
+    -101.61825352632644,7.64989223740767,1031553.306059049,-3534686.248330503
+    -109.0951858367633,-14.729749050089083,210261.656339474,-6014495.55197146
+    -111.47996439175876,-40.81999236097995,50151.998850529,-8913352.193139603
+    -100.81689895913306,-52.5682841220118,841569.253630774,-1.023095967698612E7
+    -105.35683172740357,62.17166542626114,502964.077059737,2512433.856102147
+    -109.77339438291946,76.42064831056845,336042.894637352,4101542.947760858
+    -107.22282502706958,17.376307200183575,411743.104043662,-2462931.60565315
+<EPSG:3704> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -109.3342326205043,13.615110708573155,536782.35890128,-2979024.237748834
+    -105.86234825369623,60.46925439623669,758799.141326204,2224650.715798772
+    -111.03311821909496,-22.02790172163121,364256.038780326,-6923268.451112569
+    -104.78704024891992,-14.632578601799977,1027209.867502562,-6106739.461915683
+    -114.70613812788056,-8.858528336829167,-56270.777307642,-5469577.749960208
+    -104.35700625283724,-48.14667195400517,926842.984569796,-9828512.966678586
+    -102.29732667806601,-10.63946143453839,1307399.86433799,-5668658.199809238
+    -113.20743552514463,-55.87999972358766,321148.934851978,-1.0688570480191506E7
+<EPSG:3705> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -109.54794522552535,-23.291842293464526,854767.762300464,-6961566.525086667
+    -106.15039218516854,88.63526178348772,810453.558909673,5464507.766563901
+    -114.19707395652277,63.628437396488124,596157.729770829,2679784.934458835
+    -116.3699982588243,42.44359254790285,282717.662973307,335040.216766702
+    -105.4364968045836,-27.37557991467419,1259943.30686398,-7422414.632167203
+    -106.74542797571381,-46.32330679614239,1057032.424108831,-9521888.595527198
+    -107.65097843368143,-26.126413463648653,1043290.434879887,-7277702.502390754
+    -106.54527240905625,-25.468273267704554,1155923.265547026,-7207249.618415045
+<EPSG:3706> +proj=utm +zone=59 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    169.09729934123374,52.915115097788174,372065.156340826,5864522.729631959
+    164.33562757187832,40.41730321569813,-65594.531161098,4495454.486194519
+    175.01264424560625,78.9277495424981,585962.80685027,8764865.706769489
+    175.0190879907555,-74.80762762734237,617483.693926058,-8306121.663795265
+    165.30028126697704,-29.81575301826114,-51199.801191687,-3312029.87891678
+    171.8869969124954,16.18084177561566,594818.585490799,1789143.793610003
+    172.79209886039575,-34.25679728392898,665006.709540788,-3792082.624896269
+    171.07327976265984,-34.87000899996027,506697.458045359,-3858630.159901458
+<EPSG:3707> +proj=utm +zone=60 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    170.9494922927132,-30.35551211024827,-81998.608916879,-3373746.227739702
+    174.41641286994985,-57.63393897316522,345753.205459877,-6390894.804354317
+    171.41128466242304,22.172120105735928,-76831.782799884,2462518.58954399
+    177.23236660690057,-5.551806763453158,525736.171649389,-613665.756089851
+    176.4540177592932,-44.719507714613364,456758.805217534,-4951937.001163809
+    172.5593589462265,42.134142953919365,132972.940314906,4674222.009807128
+    179.93191440475616,22.341280984287877,801999.572111631,2473541.695592926
+    175.24769294624704,40.783016499428925,352142.627488197,4516147.415035021
+<EPSG:3708> +proj=utm +zone=1 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -172.97933003718285,-87.68964014532978,518081.565035088,-9740650.463328363
+    -172.52391315038074,-60.63859980668057,744709.086651011,-6730871.111278363
+    -173.88578204770738,-74.42719003104465,593282.5673957,-8262140.630910342
+    -178.0756225629418,1.9386761651743711,380371.132227261,214320.777989016
+    -174.17684518540685,-85.61846562872816,524070.697879338,-9509370.727356745
+    -179.9993838824734,78.65014015611928,434132.34817215,8732617.991704548
+    -178.1129638482284,17.67340752596803,381957.649014436,1954401.316026264
+    -175.56917579354456,41.388862400809245,619626.082379691,4582913.623833886
+<EPSG:3709> +proj=utm +zone=2 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -177.77408508299962,31.746433236723306,-142274.575145543,3532365.318824402
+    -172.06659863477248,-48.359199999324844,420990.946730731,-5356774.681139426
+    -170.62955693594236,44.18461745534623,529607.70051505,4892444.937532422
+    -164.6880257356886,-64.5445370182088,802323.481814092,-7172752.62195572
+    -166.13561092240502,-62.63344527143717,749304.830248722,-6954156.417696369
+    -170.5216715994575,47.10429923673922,536294.334395284,5216865.601178744
+    -166.0883012268437,-55.991809770111196,806256.059411371,-6216060.595038666
+    -164.65510972676535,43.95412084430933,1009125.731193542,4886384.466667112
+<EPSG:3710> +proj=utm +zone=3 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -170.75252406990367,9.950283409272359,-131551.483666429,1105407.695201862
+    -170.42664898211822,75.90996817927592,352724.190424255,8431909.65048596
+    -168.16214481935083,52.2056126205749,283940.263953454,5788620.919005843
+    -162.74637148897034,28.70488408013742,720154.639935545,3177370.252365002
+    -168.4090944388677,-35.54698271292299,190939.241579728,-3939053.249006058
+    -164.39862712910627,6.4532198090890915,566497.759659707,713344.117828549
+    -165.7250117461312,-88.68278860159147,498139.270277422,-9850911.241437806
+    -160.33205370570772,38.92270556950059,904740.068425045,4318570.472371949
+<EPSG:3711> +proj=utm +zone=4 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -163.60190562902062,-21.865661060879816,24169.120596819,-2425085.004580034
+    -159.6727737598684,54.13716404629429,456045.40311859,5998991.916263168
+    -156.73105451207064,75.86876528790228,561821.337074155,8421729.061288415
+    -155.16113091331803,-27.310013949760403,879989.846350101,-3026619.111699282
+    -158.39526654161335,-3.873805262656518,567140.219053703,-428202.357965209
+    -159.47315234404547,30.057908491194993,454391.809372404,3325296.435695173
+    -155.89858635180474,48.25226110239436,730208.759113998,5348989.3080384
+    -159.4426961404755,88.10636027869995,498366.754416136,9786548.474175977
+<EPSG:3712> +proj=utm +zone=5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -148.0358311705135,31.560241407727688,971384.785041833,3502398.109297896
+    -149.89696722442773,-83.86721562188892,536993.349119834,-9314266.482635481
+    -149.5930559063829,28.65208967899339,833047.95205651,3174192.59308324
+    -148.7822710846223,79.97548117019875,581892.603969639,8881818.738345247
+    -156.75292322307655,13.047365028408407,92841.916527623,1445387.19432638
+    -155.2695795690305,66.61260480565144,399486.457890215,7390022.947094639
+    -154.77329008548415,18.88634472909449,313211.326824703,2089187.676814927
+    -158.52175713940764,22.068383099883476,-70324.673939013,2450743.404473119
+<EPSG:3713> +proj=utm +zone=6 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -151.445263531497,80.13303576711559,415040.393885898,8899683.44811185
+    -141.31461460670874,30.51583271071945,1045920.790803275,3389727.825141213
+    -146.53882445121175,-10.966222031049043,550386.824420285,-1212283.167661795
+    -151.07972477154306,77.68723448823857,402955.322409524,8626842.283767069
+    -148.57919438065954,-34.58281746765198,355161.76989122,-3827913.806126866
+    -146.73496400511473,22.280781094030104,527303.127747665,2463929.964515774
+    -144.42844364548597,49.945030548824974,684495.381970858,5535689.032100969
+    -149.30066114009065,-84.68781911582262,476225.617164373,-9405356.139702305
+<EPSG:3714> +proj=utm +zone=7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -137.11086066960024,38.23185221141141,840439.926369299,4238696.487175466
+    -147.3756605010978,-88.8312763252698,485510.82084825,-9868284.759942994
+    -143.93273054008216,-44.481000007475636,266776.834199741,-4929482.780438708
+    -141.99314692625998,-28.402246304795362,402713.608651294,-3142163.647645738
+    -140.42717559602877,57.77083777622971,534074.993110943,6403341.374092882
+    -141.8840685623445,-10.360141102619323,403215.030913727,-1145365.683963052
+    -134.31679358346008,67.75475153276156,781887.41353104,7530760.546743564
+    -140.51688661470047,-47.87381714102235,536125.836398351,-5302388.639761049
+<EPSG:3715> +proj=utm +zone=8 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -137.9574262634398,45.75358736851419,269987.791833649,5070924.233283127
+    -128.31047184363322,-23.217876039085596,1185528.282209114,-2583464.61261918
+    -137.8611493549782,28.16484540863668,219048.644038417,3118776.222592104
+    -131.8452685506718,-7.850645461471061,847944.620867998,-869095.937375552
+    -137.12348979967217,-2.318491095717363,263846.632604804,-256441.427245505
+    -132.26185077080157,59.53619817949402,654831.637318855,6602950.329633914
+    -140.33921246703173,-3.365443041070492,-93962.992556108,-373615.080038824
+    -138.4197296886583,-57.56330313101243,295459.124298996,-6385247.182274358
+<EPSG:3716> +proj=utm +zone=9 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -126.13953616619268,-77.15384836760092,570968.110413873,-8565669.12312116
+    -124.02445493408707,3.591280196686853,1053268.631634121,398457.220065745
+    -131.92835238099286,-25.670021872290285,206042.934945387,-2842397.658995146
+    -123.48291341653024,59.76647095645956,809660.078940948,6638300.001303515
+    -125.17483604582307,15.348733359255078,910823.878962422,1700531.873221481
+    -133.63751972579684,86.45191643269985,467991.958545247,9603122.598405028
+    -129.57479622105797,42.95791875525873,453117.290456646,4756302.021593916
+    -124.636539171515,37.5202655764958,885679.343131863,4161543.934654155
+<EPSG:3717> +proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -125.24740336139756,-46.69213396587488,328163.458976048,-5173405.968240485
+    -129.75549028542957,-18.094564135784154,-216120.397571615,-2013803.325115419
+    -129.7390469699132,28.875626517501615,-157981.181091433,3212947.997020016
+    -129.30973847628354,-36.69125577632677,-64005.094649309,-4079222.495905074
+    -118.0525900808868,-80.45177981363668,591510.559587501,-8935910.747559426
+    -116.84422033143643,0.48514311239344465,1186290.096559912,53935.984278406
+    -117.20541871500022,11.611150448353882,1132680.979249663,1290011.493515738
+    -122.56348795700933,-32.07293260671374,541198.400117851,-3548603.102922084
+<EPSG:3718> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -116.42204798166628,-25.870439116168356,557904.000604719,-2861463.350814862
+    -122.40824590275712,53.53193209672682,141683.573304281,5945063.222664686
+    -116.60662214269625,17.54439033631219,541749.913639001,1939823.037313588
+    -110.3747581234,66.01639078974796,800054.988201667,7337610.783871667
+    -119.1445213363527,-24.0803521020013,281979.884443997,-2664787.97104356
+    -121.17841123374257,57.54519615128598,249987.841659481,6385775.143884767
+    -122.67380674100467,-49.9250080550832,92856.851064796,-5545741.71774861
+    -117.94494465400987,44.4669606278062,424836.546229118,4924173.45470229
+<EPSG:3719> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -112.16882617324372,23.15592112188959,380349.15965466,2561260.317803283
+    -109.9794351742498,-10.303507633971535,611749.536499044,-1139147.700002696
+    -115.52616544435733,-11.256505459712116,5498.211147308,-1248160.16896374
+    -107.18071887589382,83.79946320856243,546021.948659478,9307232.08782877
+    -106.66268383206717,-37.93091366530461,881251.381938366,-4207029.942726145
+    -111.27299861003132,-70.13566227849667,489647.093935016,-7781025.152891737
+    -108.61419930959293,9.855919340673864,761659.075860126,1090415.395213635
+    -113.80550445972301,87.60968246490086,486941.344833179,9731408.719627667
+<EPSG:3720> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -110.15839093851024,-32.65732827620322,15995.677762527,-3625075.71331433
+    -100.98807757715247,-40.43869951393478,840299.428200536,-4484185.185565555
+    -104.95131206616215,65.45900937357825,502256.488360182,7259612.714585891
+    -100.3763862064461,-66.7774603524098,703289.836650343,-7414115.634940179
+    -99.29654843716979,-81.53748282825174,593556.148641586,-9057809.704100655
+    -100.85828542570209,33.42756284044461,885157.60027368,3706365.06220126
+    -106.59465075677038,-48.506244470797085,382216.505969456,-5373797.543195156
+    -106.398744284266,-28.84916823558259,363557.795842573,-3192078.632869271
+<EPSG:3721> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -97.80413905228856,28.586152075593418,616942.326893983,3162720.208456714
+    -97.3248280684208,-66.05757368013808,575851.614445372,-7327340.925050795
+    -100.41399073571993,-56.47238218144801,412894.613826378,-6259552.538387381
+    -101.99680226973295,-72.96357677992805,402037.06200284,-8098866.854410218
+    -105.9004353305735,-71.4129283860672,254986.523901423,-7937456.54226519
+    -97.32480093284408,-10.577896813611488,683285.137513936,-1169799.897180531
+    -100.21004231961133,9.872134174495187,367323.933468861,1091515.478557413
+    -101.3367647887721,-7.504864639843717,242119.756002594,-830247.643405381
+<EPSG:3722> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.90521123848653,74.6018342044901,502809.411597654,8279184.993054482
+    -98.43443617934598,-80.67186963133257,401801.1232672,-8961177.286889702
+    -96.52612665109572,-69.00749846324484,359089.48937396,-7659248.062819568
+    -92.41558198730115,-46.391638568830224,544932.46762902,-5137728.648332288
+    -95.00431212643683,44.35651430205414,340270.629338299,4913424.95850144
+    -89.50207388121476,19.30808247911571,867653.175651353,2138630.669684882
+    -86.56486595076188,75.05838618863041,684869.408345343,8340163.877322174
+    -89.56458006949353,38.40859103798303,799980.887526564,4256741.634617611
+<EPSG:3723> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -90.1441054398845,36.82834306490791,219582.310961257,4080444.758945358
+    -87.24539724163108,57.799663962219824,485413.860067777,6406432.912930415
+    -80.40236564661467,-50.230141258551384,970382.335702718,-5585077.509785779
+    -86.67330634491098,-8.897565382542467,535918.43318136,-983543.161185555
+    -88.43701807113104,-84.76240670001965,485355.808838992,-9413390.631632593
+    -87.56740973074687,81.6120150749584,490759.458359345,9061564.887311725
+    -89.68483762304231,62.39940260460409,361248.824470006,6921556.977432715
+    -81.34341838022604,-58.408948141457856,830292.866889759,-6488146.719111872
+<EPSG:3724> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.72796755127918,-54.166425123073694,61064.573654406,-6022972.24316947
+    -76.76085770300614,28.956078988296852,913268.253849798,3210529.844803688
+    -86.04288080524975,85.35271664043856,454441.249108007,9481110.127434889
+    -78.3460787980652,79.76161173502138,552643.836359752,8856178.273107367
+    -87.85097821252789,38.07371754951605,-101239.223899671,4236220.811582203
+    -80.49873481459787,-30.955414542251546,547876.352494059,-3424768.48786342
+    -77.89641046600198,-59.89996099292557,673591.205198291,-6644339.19244815
+    -82.90699744184046,85.92080123867552,484857.254519035,9542784.40571009
+<EPSG:3725> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -70.96262247372867,77.19943856225518,599780.771299303,8572458.864258919
+    -68.72483956755794,82.44462011576377,591937.179231154,9159457.345245112
+    -73.71532434925999,84.77846833922624,513051.954857416,9415146.588866673
+    -81.61830165878906,56.14303351990006,89104.770140572,6241742.051770341
+    -71.43746638348959,3.0826466457362045,896106.556279146,341391.256786725
+    -80.98557076683393,69.04438038202574,261418.045362577,7670961.888827922
+    -69.71324091759185,63.01063795652544,767466.786401458,6997781.353473371
+    -78.95483595800671,-61.2773099119958,288057.28875737,-6800094.393532618
+<EPSG:3726> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.04840433177952,-34.638195661103474,954022.427388316,-3844089.159192949
+    -66.27784372839088,22.198310262126128,780666.893326567,2457297.698032505
+    -72.87498842305749,53.58681143142746,243545.361765153,5944535.248441123
+    -68.72374347047864,-68.34186589657635,511378.216204202,-7581005.590487616
+    -70.6214876804143,14.004631774678359,324877.012444639,1548838.35598835
+    -74.21220226807091,43.34905776709445,77540.813889095,4812787.481783934
+    -65.2686812577429,13.850219981376483,903461.887270499,1534309.651480079
+    -66.64666165234365,64.91139735060594,611322.980159316,7200650.963114943
+<EPSG:3727> +proj=tmerc +lat_0=-21.11666666666667 +lon_0=55.53333333333333 +k=1 +x_0=160000 +y_0=50000 +ellps=intl +towgs84=94,-948,-1262,0,0,0,0 +units=m +no_defs  <>
+    54.64648034527954,71.38220176025538,129007.919965794,1.0309431665805854E7
+    49.5174378787763,-16.01779985785737,-484237.547869786,606395.893433518
+    60.87109771521721,18.994601717298792,723226.031608617,4496683.726578667
+    60.11438253161902,62.26911999387647,398341.534550039,9301550.526794301
+    51.50800083464254,78.87769133981053,73976.542929926,1.1148658726377761E7
+    57.10623597818598,24.6955405474787,319776.921255109,5120213.881021569
+    51.699983816788226,71.59187846123143,25560.062318213,1.0336879578178583E7
+    61.27134973307338,50.36137861723029,568706.75184074,7983275.95761345
+<EPSG:3728> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -96.91766674920396,15.100748176439069,-3593449.648741884,-8779562.561905475
+    -111.24329683442676,4.927164747569389,-1.033816606376294E7,-1.1421311227000961E7
+    -76.62605020681231,27.159147970803424,3930772.385576209,-4532692.597908362
+    -139.0016091246504,1.4972292691241158,-2.189501522235609E7,-6973251.127510417
+    -149.16274754768534,55.902352486812404,-1.08838111615834E7,1.1153496065259818E7
+    -164.0107287576941,79.45022539216964,-4824864.505314555,1.954058712285835E7
+    -75.90458711415123,57.612632050496245,3322323.27258339,6690306.542236522
+    -72.65075020886893,-3.5588701629483896,6689023.195927653,-1.7063709951667268E7
+<EPSG:3729> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -29.832365737391,-4.705857239602256,2.571481236705509E7,-9961266.636437114
+    -139.56822407455599,19.173022674811683,-1.753731580337717E7,-614257.830267455
+    -142.5374591549298,52.50729439573773,-1.07980532881549E7,9741671.049562559
+    -59.40626605806891,56.95710751030603,6775283.630756152,7643183.628161663
+    -136.44660871094396,65.88897482777507,-6711825.863129739,1.3268169057291243E7
+    -20.19851100918899,88.30717136197545,3772712.092809289,2.3840187803621165E7
+    -37.23982275806668,22.925095840162264,1.7146858985522185E7,-1676218.081108569
+    -148.14556553034848,31.396295280538816,-1.6932623935000475E7,4777490.205612942
+<EPSG:3730> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -110.76941737786926,-52.45667181237645,-592773.381233139,-3.3836354905437246E7
+    -98.24271996686117,-66.08182714467904,1682542.495915883,-3.882400757941451E7
+    -99.15169843006947,-16.45791017070458,2766663.062354831,-2.071702688565459E7
+    -105.87067250069633,9.721855467626966,402727.19197351,-1.1186543711152932E7
+    -105.56855649404169,67.54434340445809,599944.810536257,9874917.120768739
+    -98.994725010906,-80.18238919157918,1041051.133054444,-4.3949878497800894E7
+    -101.6721653049168,49.06409299303019,1493869.834567889,3141505.584951801
+    -109.28913405477975,-46.30775545255157,-385605.100791103,-3.157148817667233E7
+<EPSG:3731> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -104.94872169120192,-47.655811575223176,1899986.327117887,-3.1716972173662122E7
+    -107.39899608647167,-37.94696081304334,1293399.276455191,-2.8169624603233773E7
+    -101.73945895634058,-14.642583552136244,3292040.851626346,-1.9722969875169784E7
+    -102.27489132240167,51.01885991307566,2476466.423150791,4203574.841909055
+    -112.23861138254276,18.83807947595652,-385352.186435066,-7526195.688236366
+    -103.83899742675558,14.950126121352056,2546203.953036402,-8951555.01596927
+    -101.05286016082488,52.83255837826246,2700213.872418668,4886341.780603494
+    -106.0710527235446,54.300846533952665,1581918.736448981,5364139.709444988
+<EPSG:3732> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -102.57321003687882,16.975741607267096,4130077.837879754,-8519882.960533064
+    -106.28275748830315,-34.949500579029916,2707928.939369603,-2.7415620835973587E7
+    -102.9235622154376,-85.13556104117387,2149229.732948243,-4.575325781739341E7
+    -105.6490379331613,-33.89584226011378,2909660.584373296,-2.7037261634565923E7
+    -114.40295398884945,-59.18490222782997,909145.591227762,-3.629035309722894E7
+    -105.26611796094328,-70.86574593453751,2386589.243114536,-4.05298016968396E7
+    -108.0975939200396,3.5725285637307564,2206302.533668716,-1.3417730759545285E7
+    -113.5388481554731,-4.947645921178747,224080.487566767,-1.6514894827755328E7
+<EPSG:3733> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -103.38921184156807,50.68494610844505,4175989.202374081,4111975.594232762
+    -114.89445267042436,-20.775464508789625,979752.253194851,-2.194982787322085E7
+    -108.31653186000707,-51.291023162892635,3028983.242611692,-3.3039167587424967E7
+    -103.9780778575134,-64.07558257989552,3600931.75532061,-3.77521595926443E7
+    -105.23671443620398,-59.25676550131193,3531191.544784605,-3.597657848733797E7
+    -113.73633337268411,-62.170671171461905,2000473.244365179,-3.7026354118608E7
+    -110.12279500666132,80.50719099706879,2622282.119964798,1.4948941857748127E7
+    -111.12926191102339,3.339870599116324,2243319.03819163,-1.3173929470707905E7
+<EPSG:3734> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -59.14422188913575,56.17553301465105,6855053.842296906,6749525.469513604
+    -84.69800863651915,51.84206678424118,1462125.407646309,4470335.964870539
+    0.7659931467497074,51.734438118119485,1.8401425053394612E7,1.2924057253402434E7
+    -116.14375166153108,82.7920830692652,-503385.635609021,1.8471691674640737E7
+    -126.9598787590395,-18.203171149704204,-2.2269718334582705E7,-1.8796572468659196E7
+    -162.113582703087,16.563058454471836,-2.431552106004463E7,4245507.720647682
+    -93.04899258714394,52.24533890639479,-437986.03656597,4759790.110181249
+    -124.0476732342338,30.172875436510374,-1.0888307312802535E7,-356682.592813074
+<EPSG:3735> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -74.99449092415878,86.81220632600674,2320184.917881242,2.1805089739662766E7
+    -58.96735282633087,-10.032615115921578,1.3754816206823332E7,-1.817069307913236E7
+    -113.99723829728214,32.39995644020218,-7625636.731617576,-353861.45030886
+    -88.94677197111268,-15.173240793887121,-1489224.153109632,-2.2322512286786634E7
+    -115.25484972286124,18.205798479640293,-9880090.63101371,-5192141.990235576
+    -124.74127177228479,-10.639004422314947,-1.8797836384786684E7,-1.507874582689323E7
+    -57.453829937299616,11.604164366166962,1.182647140910772E7,-8597952.458268771
+    -32.20477876799103,84.11897626790568,5272425.869174287,2.0721187803691298E7
+<EPSG:3736> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -105.78074339688226,85.48469588336806,638453.064135796,1.644455631588131E7
+    -112.0025371569813,-87.32893650238096,539712.419380561,-4.6554716042239025E7
+    -98.52908902615435,-85.02880263834658,866458.026502943,-4.571712630650552E7
+    -98.65577880859915,-13.758492766238504,2970591.26310462,-1.9737040120845497E7
+    -109.10371887724054,-9.274952517124504,-764029.412483422,-1.8086462654351663E7
+    -99.72960639900681,-11.879870804998589,2602208.903289184,-1.904290298192849E7
+    -105.58343945959177,-12.164477767526762,507356.298936174,-1.9127253745926496E7
+    -100.02273750560852,-58.30479078126391,1644963.15750168,-3.596160120548304E7
+<EPSG:3737> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+    -102.95814658195265,-85.0289499899378,1451116.59110788,-4.538222963276645E7
+    -106.0467054391938,-61.66169104898492,1535941.791142834,-3.682487184880348E7
+    -111.06069200727134,59.50400668015297,620055.991455321,7281978.522093706
+    -104.92205954379483,-42.98566805545681,1957526.184255706,-3.0014444083017368E7
+    -110.09283968755854,-42.39227653090748,566890.001704888,-2.9801040227795262E7
+    -100.88175634165616,51.537787243066674,2780136.646131896,4417809.257646596
+    -101.897986025337,-24.177519351623133,3126027.511389297,-2.3196518495644506E7
+    -110.14283605965372,-20.0952152927309,348092.097017967,-2.1686353288412392E7
+<EPSG:3738> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -108.47958451929172,-74.69382949164964,1994650.558335016,-4.191931273004949E7
+    -114.30942313677457,62.11689734212504,1017344.855392407,7930449.870408077
+    -103.64619789392572,43.22209170286877,3328980.964731661,1033433.439162224
+    -101.81042359189419,-53.21729591223557,3488215.453057106,-3.413942304793258E7
+    -108.99508922952548,53.05176476555894,1914583.167902815,4577658.953218766
+    -110.06693358887675,39.46375386095531,1596690.937127603,-374749.201517652
+    -113.50664694332505,42.6751361247718,689266.761725915,828578.204358293
+    -102.55974410849129,-52.203210467149205,3356209.744463222,-3.375468163151144E7
+<EPSG:3739> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000.0000101599 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+    -113.27491883455154,-73.57780679991083,2294271.713115224,-4.119136785067217E7
+    -113.17358727967088,24.87107034971062,1599848.520002971,-5346521.146110014
+    -110.55986306418852,38.322301622048315,2487959.453381865,-464739.373240153
+    -107.16389197349235,-24.25407380326493,3597562.646289208,-2.319921820028721E7
+    -107.9929020398979,-84.09925799515388,2703394.61003726,-4.503774411924939E7
+    -116.27747110202007,-47.15864998314749,1083966.269072377,-3.1587778575226862E7
+    -107.15508145305716,-53.71188402503535,3258880.023115118,-3.393112492649653E7
+    -112.16748213804613,47.01451673753968,2104796.434681139,2709559.985347453
+<EPSG:3740> +proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -116.47434849360977,-16.96454803359255,1195999.434899687,-1887233.919577805
+    -121.35690934663344,-26.797237131860804,663324.293492577,-2965033.690484019
+    -120.53266734875427,45.77715600127513,691815.262852194,5072249.136469454
+    -125.5948028434151,21.399115054725485,230980.681502723,2368543.503239731
+    -118.9652521514184,-44.72601678774799,819514.502263882,-4960438.544481397
+    -125.42000225507888,53.66836397529079,340125.968829978,5949345.346317474
+    -120.47064895789151,-18.83044028462845,766551.417003648,-2083966.104420195
+    -124.7323721133167,22.559541826564413,321873.781045177,2495795.838951152
+<EPSG:3741> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -110.05210164101527,-46.998056868207954,1028145.788773307,-5228422.995619444
+    -120.92904914352039,19.48393987239281,87425.014361747,2159099.290277652
+    -114.26642959381141,-51.66434522620362,689044.894043237,-5727245.321075558
+    -120.97100072504495,65.83298362304208,318688.583919312,7307029.601329286
+    -111.39758221933631,68.15993828860175,732322.171012728,7571249.982680023
+    -117.70234400930401,-13.832312201107428,424096.954989446,-1529292.2249305
+    -112.10603732344144,-79.61318935632849,598390.538448232,-8842548.219609039
+    -121.92475739551094,-22.750700177732853,-6058.448385166,-2524347.669361427
+<EPSG:3742> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -111.06692982193054,85.25295738653813,499381.600561832,9467973.551124072
+    -109.69313142029517,-54.77888922108276,584055.122143687,-6070970.063826148
+    -106.86112866093545,-71.86061865477895,643718.283235634,-7978321.266480895
+    -115.64531327750949,-47.036607372797675,147105.973187205,-5219711.998866588
+    -117.64634117759316,84.7850452169098,432702.913431241,9419626.637088526
+    -112.26757787798985,-33.38953496587607,382107.40362792,-3695189.929332722
+    -106.80391514575508,80.57280797956233,576664.082166551,8948291.678971898
+    -115.2268255303664,-82.32521145867527,437033.647584103,-9143434.632393932
+<EPSG:3743> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -100.62179671062978,55.287498453118104,777965.970024679,6135521.810019101
+    -104.67903493765235,41.35356905866038,526848.906843727,4578057.476641427
+    -101.52782967978894,-15.819428614172466,872019.965667,-1752037.383025556
+    -101.42571049599509,-17.45772441035008,879726.672958329,-1933748.541853228
+    -99.18053835041346,76.23468338027192,654337.299206224,8468992.463563956
+    -99.32271458511536,-82.10675239521755,586904.739057484,-9121013.910201292
+    -104.25499878240673,85.71972284853152,506207.803637083,9520124.210892031
+    -102.2139235403572,71.00999458956986,601153.530702218,7880837.523853263
+<EPSG:3744> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -94.99849738922254,-87.30197651188948,521012.944375528,-9697468.005298473
+    -100.82918844928028,29.586881650089822,322837.342060266,3274406.527254928
+    -101.2929415576402,-0.6713836744943364,244801.843997163,-74267.962004981
+    -93.6168713973866,8.301525846111318,1093615.469621993,921667.431218514
+    -103.75603248705119,-50.697226482608876,164180.025899252,-5626952.741367808
+    -92.34267850062633,-54.52925982775498,930512.506301284,-6062817.838498017
+    -104.95526406206731,27.986339613649264,-86204.765803496,3110018.473487063
+    -105.04009572762465,-37.47549604090576,-34317.239472394,-4164794.497349364
+<EPSG:3745> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -91.58959727472761,51.70605413646584,597455.533889173,5729287.033167407
+    -94.12426717009669,-4.6367511302775455,375295.965829302,-512610.450185308
+    -94.56620524856156,71.15167015796214,443532.586639954,7895043.094517275
+    -92.6305640438509,14.08134191156283,539881.849000273,1556753.631404155
+    -88.64495686540508,-65.9534605856718,697893.185184149,-7321595.2671503
+    -98.09700599638869,77.74568966534966,379375.955203191,8635235.53197808
+    -95.43470191464412,46.24586243474016,312314.534792671,5124246.318188875
+    -94.12524415545616,-15.849020074827266,379511.735508421,-1752558.086747516
+<EPSG:3746> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -89.83342433907906,30.18426086612112,227173.663510729,3342596.741718191
+    -91.97951825090206,9.570242127312937,-47090.01731172,1061857.512667611
+    -80.02813868201041,-24.740201935463233,1206140.016943989,-2754220.813627608
+    -91.24555509037323,24.29467941206063,68906.28630904,2693431.660108385
+    -82.62600988460576,54.02309562894516,786468.080126739,5994947.427609818
+    -91.8299828532443,86.51752874161357,467282.284850957,9610531.606759608
+    -82.81334147476022,83.60057031394402,552052.75410102,9285393.82921416
+    -85.62463357480655,-27.041028546105863,636415.421264334,-2991724.002947529
+<EPSG:3747> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -84.94117549795443,23.14154960669005,96303.175592642,2564651.917718681
+    -81.32577956447052,-33.410469140189896,469708.66423919,-3696840.512556632
+    -75.87600358154751,56.39633413805558,816130.752604452,6261978.204635194
+    -75.18112231430445,-80.42072190186784,607927.994212849,-8933954.390402239
+    -77.02467050999684,-82.31570720417834,559298.738621803,-9142110.350740325
+    -76.50829039605742,69.59126324629099,674672.078456621,7726713.969847956
+    -78.22360875780149,27.59001509525922,774069.661443729,3054864.566663301
+    -76.84481211560293,42.886683096107134,839326.505282094,4756612.61692137
+<EPSG:3748> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.70519882662578,19.147709555530284,1162994.460697022,2129151.271448025
+    -75.28925313531629,-35.21288207294157,473673.677582464,-3896689.610284844
+    -68.9673528851885,13.003980877506038,1155274.163091381,1445359.541885559
+    -73.1482262176732,-49.011102432255264,635410.037841754,-5430341.986145577
+    -68.59240476611397,35.90649143912954,1078560.590833049,3992596.174078819
+    -77.55021683866156,30.148184580702974,254363.252119884,3337952.271718264
+    -79.13807852479204,-52.68078382024503,220312.558850648,-5844799.589942734
+    -68.27000232111956,57.58223456253094,902032.414917196,6402168.728847275
+<EPSG:3749> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.17751612950794,-77.3257679266815,520144.238422644,-8583267.846509261
+    -75.88409595353299,-1.953327662103348,-267442.248932086,-217479.50018222
+    -65.90022723169503,-82.50784273664506,545102.663964397,-9162728.7878351
+    -71.04240654582784,-57.42469153945275,377355.799381397,-6366504.571013104
+    -71.5139233712412,41.131795306496116,288987.659778921,4556433.875536275
+    -74.95049861311296,-64.0199451354593,209478.290821784,-7112815.284857444
+    -69.14168670516887,8.233481440082983,484395.237098825,910112.495711149
+    -67.36302852544961,50.70596005723519,615587.02199164,5618405.38855135
+<EPSG:3750> +proj=utm +zone=4 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -163.50764679144797,31.827794548470877,73238.132293806,3530212.691957414
+    -162.63189002648477,85.44754088118802,467836.846173836,9490713.373731475
+    -164.56905599074935,26.9322328543589,-53382.927939949,2991135.880907212
+    -159.4424638811795,22.712573286149592,454559.868301792,2511770.029840347
+    -162.33155222389928,86.09723876629661,474697.3022567,9562965.316907842
+    -163.21485473657293,6.1881747233428825,33292.760287434,685858.827584544
+    -160.18746088940833,45.766410213632554,407666.169362456,5068780.205241841
+    -159.80484464439988,28.545372377182588,421266.216344672,3157882.732066421
+<EPSG:3751> +proj=utm +zone=5 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -156.72879629004055,-18.546966259223154,106271.511641095,-2054780.797268352
+    -157.52205555613597,52.68890949833656,194430.566844698,5847264.66110842
+    -155.23533015392962,77.4071958279917,445609.117333564,8593249.374818033
+    -146.0789905909885,73.01520476043962,725206.880486331,8115203.065412839
+    -156.07578198902414,-3.371369638361884,158166.663917678,-373181.924748234
+    -148.01827596528904,-50.55096669222099,852843.128183908,-5611751.120582495
+    -158.8748355304187,69.58760839270766,271628.33298368,7730870.226974444
+    -156.33672139119065,-51.70573108614482,269463.492707024,-5733580.756711917
+<EPSG:3753> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -19.13212538829316,24.16791813558651,2.2085236703039113E7,1924012.725133595
+    -85.25969996305612,37.07183619394266,1161604.635072195,-933279.675779179
+    -53.98990678229795,62.769937686061425,7076725.38673649,9492650.339664958
+    -39.23271482972663,-4.864542117101765,2.2207231697420146E7,-1.283407422055937E7
+    -75.10568115483552,67.45909352855801,3153800.78318636,1.061160363843275E7
+    -131.08515779095717,45.00688382402565,-9986209.290551813,5365943.821398524
+    -55.65957649535508,28.167253799677425,1.0686793930465063E7,-2870494.064381415
+    -165.9112059210702,33.72819248588153,-1.9870969928551923E7,9150765.346081836
+<EPSG:3754> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -101.48628602614501,59.87199357713125,-1760611.407691796,8553078.132696016
+    -118.78223923859137,77.71225709445766,-1939761.128896783,1.6828861650338903E7
+    -37.34586164095529,7.614602029808722,2.001581202431754E7,-7004449.37611426
+    -47.95845900940847,10.02395389313087,1.5646265822932899E7,-7968456.343800908
+    -106.12828416775122,49.38008830372151,-3686312.277748586,4911478.15022769
+    -29.279687760294706,40.093041744911645,1.6011552845983144E7,5024847.366848664
+    -136.47046477153117,-16.336580521196055,-2.567404487838859E7,-1.457923154120571E7
+    -70.61919555675193,-12.941238480150368,8168785.396238541,-2.0825476694389813E7
+<EPSG:3755> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -102.46275496043496,21.828074994117856,1573504.613397054,-6783784.316589767
+    -101.2465363369052,42.70454895553317,1709900.785788826,827728.515443565
+    -100.31029730127105,-80.63203668451514,945469.657418774,-4.410625233693377E7
+    -99.55800392220914,-41.26665246535301,2198315.102759006,-2.9756731220508628E7
+    -100.08283660828349,56.34204082908886,1687031.345744756,5817258.499736937
+    -105.6140285750382,-86.46183426467206,646050.515278158,-4.623008804775255E7
+    -109.02685481284959,-20.332251781080416,-667029.375774583,-2.2107902604291018E7
+    -110.92355411917133,-65.85483499302754,-205261.62361674,-3.872372308107051E7
+<EPSG:3756> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -112.32663969880484,41.85208765852761,-48189.157478837,860308.428078959
+    -103.61230307941425,32.863658176942465,2455230.410600514,-2431835.543585328
+    -110.67113106936073,14.96087802683202,133851.993043609,-8948498.403798478
+    -102.14017427477307,-74.4245662770424,1822555.137878489,-4.151486639899685E7
+    -108.16467916449645,-45.39910887599404,1098789.703357812,-3.0886060101630576E7
+    -113.22734848105281,-19.16729121563813,-724394.776561647,-2.1375718078209627E7
+    -105.65668541607485,-18.65545448262401,1892735.577513573,-2.115808752027447E7
+    -103.60823973781224,60.09063850489832,1992138.40620939,7496139.561713792
+<EPSG:3757> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -112.07680922079449,78.13220228695477,1717965.84628484,1.3758022515697846E7
+    -108.98741402735614,29.536322597945983,1893002.997366545,-3990260.378991278
+    -104.52216477886063,66.77162565593659,2578794.246275777,9612725.333441757
+    -111.09850130120479,3.2658542417398877,1111976.000841273,-1.3528065697405828E7
+    -105.3214880160096,21.23625313110209,3136592.741014067,-6994143.320231405
+    -102.4185888800944,-69.05867304278763,2796080.340451085,-3.989917450317451E7
+    -106.1150850868886,-69.60402073999401,2304756.273768875,-4.006324180532162E7
+    -110.57882659065852,49.06802363545049,1530099.787516801,3128916.660794355
+<EPSG:3758> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -114.75547343068669,-37.17562130980197,1263069.635002351,-2.792235294353133E7
+    -112.26830758213367,-58.36583017651459,2205174.453048257,-3.562482778426165E7
+    -115.22708528922368,69.48980445307427,1965221.642484616,1.094246839923596E7
+    -109.56353537703244,-51.30305031369751,2743590.396066448,-3.3039113148437824E7
+    -112.88869905934882,64.93939848674489,2189621.273707087,9259513.259378554
+    -110.07125245995672,-7.907570780180279,2629036.901260011,-1.725437249753232E7
+    -108.57772468718132,76.24165225305364,2755836.421450146,1.338825712247524E7
+    -103.71199855053267,-28.938353026824366,4664789.358236643,-2.494672992030887E7
+<EPSG:3759> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -154.62729330555052,-36.08754037358654,2637167.770743318,-2.080702250047005E7
+    -158.86978700446883,21.083402225143956,1343883.599375098,-29435.751729407
+    -164.7061773402049,-28.38086007941407,-518766.428129319,-1.804617777982239E7
+    -155.03434526327922,71.58831498160927,1983420.997288825,1.839620314252394E7
+    -164.65795049012124,17.886320345903613,-678651.494417386,-1149840.682552816
+    -158.892522660562,-26.65691135547884,1348895.692974944,-1.7360212253749106E7
+    -152.72845867803014,-72.90506463530559,2207433.085198298,-3.425897969072783E7
+    -157.49583363826667,-33.955585980168884,1793307.734379701,-2.0014127812009376E7
+<EPSG:3760> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -152.79206705305694,36.421304789927646,3173361.456582689,5588482.581219764
+    -152.1525580675142,-14.125013167489968,3715042.410044052,-1.2833184812897451E7
+    -160.8647424031084,37.21874480730632,806135.78013759,5850009.725914287
+    -160.34542012371926,-61.18781627192001,1226589.843291077,-2.9954412504489444E7
+    -161.8966298977894,-63.79559582243391,1010600.888550458,-3.091976666182217E7
+    -153.60117581081397,75.03316499897775,2056265.667588237,1.9664503921436943E7
+    -164.4578857272262,5.164807475634518,-713542.45304544,-5796412.775619037
+    -155.43286352697248,-71.77335903316848,1934474.518695608,-3.382596251317102E7
+<EPSG:3761> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -54.097342947081096,-26.711779822680313,191826.893860521,-2958259.494472059
+    -49.168267041151424,17.775111104735544,694183.462755686,1966252.820175306
+    -48.13785346968142,32.83785110509639,767904.04081163,3636941.688134274
+    -54.82998495998529,88.47675347755427,488641.383794733,9828275.582617385
+    -46.425158878266586,55.292692315431054,790403.09780838,6136902.001145009
+    -50.31580833518795,70.22000170560352,525840.491762529,7790552.64347061
+    -56.68605742441128,2.496467467574277,-133162.539168612,277308.331041282
+    -53.772359194782865,-35.36683594001316,248119.158838675,-3917253.806518464
+<EPSG:3762> +proj=lcc +lat_1=-54 +lat_2=-54.75 +lat_0=-55 +lon_0=-37 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    5.823571369933603,-10.392517827284394,5653969.496548326,3621249.014637333
+    -18.414667637919507,-88.84185496726184,71817.749821621,-4244908.847526979
+    -104.07516787117089,-52.38832270915957,-3910188.740172675,-1724122.406099922
+    3.3492510059803635,-74.84930615143278,1212318.92517264,-2629649.949639623
+    43.453554233129495,-34.52555388749168,6207197.395281481,-1668659.297431082
+    -78.17375785229623,-72.41655476773526,-1395277.355907912,-2400366.707758808
+    -75.63525950023336,-21.392401609510642,-4391187.306992608,2681627.863372605
+    -110.69781263309811,-31.927171816911375,-6171594.310440371,-934182.331782233
+<EPSG:3763> +proj=tmerc +lat_0=39.66825833333333 +lon_0=-8.133108333333334 +k=1 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -3.279109071639496,-85.44285448780667,43024.854817026,-1.3887483956158116E7
+    -11.198177405576004,-6.9609494981946085,-338861.543416698,-5163534.398185688
+    -5.9453216616871885,-82.94267135753137,30014.373148447,-1.3607008820970014E7
+    -8.946529829185682,63.858579878923905,-40002.349938961,2691648.761179841
+    -12.712115308121977,-38.05582370330806,-401983.878909738,-8616303.185677603
+    -7.413706654857574,-54.314401556568704,46818.74112746,-1.0413845428437019E7
+    -13.716976502888317,14.134785364854082,-603742.118177564,-2822235.984754093
+    -11.533394785269742,-60.63614900050103,-186024.873513311,-1.1122459178898659E7
+<EPSG:3764> +proj=tmerc +lat_0=-44 +lon_0=-176.5 +k=1 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -176.51272084570252,34.48676132540565,398831.533087382,9491478.757439913
+    -174.5768827179513,-1.019361357296944,614087.230371008,5561043.169554842
+    -170.15886655601597,78.35932498156316,542621.735688949,1.4383512558344807E7
+    -178.35493912963818,-2.1357172535210935,193615.400650588,5437541.348181996
+    -173.0466288921189,-84.47135960214847,437138.373689628,-3711761.202040479
+    -178.63510505850968,61.83831275605229,287546.238806312,1.2534581717498818E7
+    -170.24839532446828,-56.747161440208046,782193.043158187,-635400.458705941
+    -169.67641454802808,84.130851525992,477752.441323013,1.502487390018388E7
+<EPSG:3765> +proj=tmerc +lat_0=0 +lon_0=16.5 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    22.75004111751942,51.80581506595556,930850.138915018,5759664.414131607
+    21.726799476930953,-26.145831098366195,1023041.817973472,-2903233.934257199
+    11.998463834659198,87.93290078346769,481884.767264372,9770818.625802917
+    12.628337589276953,-26.01523544472674,112283.998883014,-2883986.043246153
+    19.515377596529984,-26.83310707165967,799784.129400203,-2972404.274997336
+    13.728558205230673,-70.40577130607493,396270.271728415,-7815833.036963238
+    14.37792833219632,74.03326439809626,434835.781127057,8219375.252382244
+    9.95691507448361,78.08475423702617,349447.561138965,8678850.758628104
+<EPSG:3766> +proj=lcc +lat_1=45.91666666666666 +lat_2=43.08333333333334 +lat_0=0 +lon_0=16.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -24.206324267062968,-7.582542493623098,-6240805.083481462,433625.863086624
+    42.532536686226905,38.61569840504165,2239847.009417102,5118111.022598452
+    -65.37460445025609,-14.660430008029177,-1.2014726217275487E7,4225400.878196872
+    -15.606084891729125,37.2754121941769,-2795270.122657447,5164871.16621602
+    97.29279026165082,29.503931483947625,6832068.123825396,7412267.257387976
+    65.17925648374072,51.16202032129449,3229122.637042909,7146101.24018383
+    -37.461595770144,58.19525024093046,-3041558.696403455,7993856.900302151
+    73.59200017680385,39.73086354955761,4519856.947157204,6528672.354543791
+<EPSG:3767> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    17.792716032466515,-49.846794060763806,700767.774301931,-5525337.926032478
+    16.85336917588272,83.06156835640553,524991.927231089,9223733.34761375
+    14.574898707724024,15.352014459337553,454373.696847447,1697305.771507697
+    11.116845451109338,-17.390177712756085,87267.970824079,-1926904.016961828
+    9.435380073806016,-21.39400432046517,-77463.811770617,-2376005.631251888
+    20.767517426219136,-83.09731054808778,577260.20293565,-9231185.826515302
+    21.45568541654237,16.774086240561644,1189206.11846036,1865803.358084412
+    11.949725605178038,-33.18136223565418,215586.198528469,-3675538.829945407
+<EPSG:3768> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    14.31980151539848,13.909016488476041,-223142.53870899,1547831.285913428
+    22.149106752820114,53.38215658604386,576432.860019434,5915398.887803193
+    14.246007760622103,-17.318186217097107,-219072.669828446,-1927413.095201555
+    20.228803848107702,36.71695583932291,431127.897743311,4063751.233622837
+    18.11874671904051,-42.93474202938128,264898.120455047,-4757596.409240036
+    22.1036036024558,-13.394666761529479,619490.987390052,-1481047.714011061
+    14.949962988010704,69.44206411004416,263232.091822902,7715373.597545682
+    19.279378945839596,51.594351608232955,380817.824072466,5717324.944858737
+<EPSG:3769> +proj=utm +zone=20 +ellps=clrk66 +towgs84=-73,213,296,0,0,0,0 +units=m +no_defs  <>
+    -58.58645094410784,-58.37301806202264,757997.200119291,-6478677.537053764
+    -56.86077037713899,-79.56678892108022,623849.187750933,-8839554.275906613
+    -69.61423729661838,-82.47659130902682,403499.120512329,-9163318.976360269
+    -63.97053250777089,23.179634704439223,400636.371308997,2563399.93730577
+    -63.39267016163924,10.840269160768301,457049.00319539,1198025.753607596
+    -61.70497141315653,24.289657268139763,631396.988712119,2686569.497515719
+    -56.272290928306674,-47.0492928448539,1010856.735938153,-5232703.083346083
+    -56.292203117795495,-51.87367092401539,961472.992429027,-5768303.007894041
+<EPSG:3770> +proj=tmerc +lat_0=32 +lon_0=-64.75 +k=1 +x_0=550000 +y_0=100000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -60.72807376480985,27.693281896934693,946905.080792561,-370919.291559474
+    -68.40577106655202,49.64793005695043,286016.515262278,2066257.4765277
+    -59.33696864085768,45.972913535469075,969494.753233154,1665491.662995672
+    -59.85425065735157,11.56188238206515,1084608.17134289,-2158646.718987879
+    -69.07067771257577,-58.063090223122614,295061.998075661,-9888325.448132941
+    -68.44212605235009,-60.89712153398868,349655.698555243,-1.0201525397576733E7
+    -67.82131729023199,-42.251653055087196,296532.257048433,-8126012.050478371
+    -70.3038801169851,-23.076371260500053,-19699.229887357,-6005693.411330101
+<EPSG:3775> +proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -104.8706924614797,-39.32742008649626,528650.557906029,-4372376.478015616
+    -115.41326616994812,41.49837642232319,-368508.073065276,4604876.534988495
+    -110.22268836000335,72.94911082797319,25447.182230272,8097397.423459473
+    -113.82367672054485,77.02705129114355,-70756.83328546,8554057.256237786
+    -109.98237714259636,-71.87053030227455,35351.20775706,-7977183.004975795
+    -115.28509217984225,7.03296718205317,-473833.123878064,779799.133598595
+    -112.985637422805,39.00310465438599,-171991.145770568,4320292.843057808
+    -110.56513896583297,15.97812770552217,46545.870308466,1767094.777325255
+<EPSG:3776> +proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -108.70012530923549,-67.12584409001033,229732.354459518,-7457442.182954513
+    -114.74087525501203,-45.82787055416166,-57562.541313363,-5076713.046180366
+    -114.61047787248829,49.20960438708636,-44477.445759514,5452572.212010738
+    -118.12700447669994,-4.038434059723585,-458632.570106028,-447674.477751057
+    -109.74737307786512,-12.875915073480073,461911.846388638,-1427666.017957961
+    -118.39092801260462,-82.1670360366221,-66766.079050324,-9128748.754738113
+    -107.1651532585278,-50.57661227972904,483871.817159886,-5626767.979488991
+    -111.004628936681,-37.84453021330169,263648.861378919,-4194052.986416604
+<EPSG:3777> +proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -111.79765845025905,-67.7048840514843,220100.263931623,-7521469.499332776
+    -115.94510642541775,-72.8720455509168,34685.093193942,-8088938.18197393
+    -111.78228756374598,-72.72079079954385,172838.555705961,-8079276.223645666
+    -111.09308461494152,-9.424674013370534,649769.768747341,-1047615.427803228
+    -123.7714714919344,-17.70545788529442,-719616.993009254,-1971162.196998867
+    -110.90209701178591,17.14466524915632,649795.883181576,1906348.511311872
+    -121.14714142488315,86.43587815612293,-28767.555203313,9603959.135441516
+    -121.06667128780092,74.13300492867032,-124054.492561638,8233582.545885898
+<EPSG:3779> +proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -112.67305867479611,23.917257420422416,-170344.686147115,2646868.162061162
+    -109.25031449910469,0.13206608705674228,194784.588420356,14608.508862369
+    -113.99137510398889,12.517129902211266,-325236.810355259,1385994.53093737
+    -114.6944382032755,-21.669623049396563,-382528.820919612,-2401537.04221347
+    -109.79592818412095,-4.532927968100211,133616.614682715,-501296.563476035
+    -113.5351762699971,-3.076838576336968,-281874.319141441,-340523.345542911
+    -116.01420771373202,-35.55231820321755,-454784.604964637,-3947064.797005728
+    -116.06980432800609,-56.76372737719195,-309860.273639019,-6304452.168512247
+<EPSG:3780> +proj=tmerc +lat_0=0 +lon_0=-114 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -118.39439085435383,21.83411006280268,-454579.261369046,2421682.308923824
+    -115.88203897854233,8.876548238931676,-207029.86732468,982023.037155862
+    -116.40394813385062,-67.9505089607351,-100720.186636763,-7541567.388489443
+    -109.85355578693276,-11.450633165404,452773.910117172,-1269443.504861707
+    -118.80131410611911,46.73060530513979,-366937.659866017,5187988.682332405
+    -109.41675765589714,-56.23609504826933,284071.095262459,-6243680.925926596
+    -109.97325986177555,-10.580885220796276,440979.438571556,-1172838.296973905
+    -115.44142694542808,45.02563574543217,-113589.909030475,4988305.443539851
+<EPSG:3781> +proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -118.85369777374194,24.184764050505777,-188349.915375561,2676733.993311812
+    -121.42878382322424,16.781486220523348,-472493.414806578,1861219.000776446
+    -120.24308155543619,18.79378826786447,-342000.523468856,2081755.070517724
+    -121.40654430873093,3.0553924342945606,-490276.692739416,338823.649901437
+    -110.80505564857555,-34.25084991780228,570983.666802272,-3808521.307551514
+    -114.33060555171232,-22.766246427797483,274184.609565308,-2520872.138684111
+    -112.89456528099547,-24.526273759371534,416212.331710921,-2719505.501360115
+    -115.24260482724671,78.98457378842645,37492.048541031,8771448.288933244
+<EPSG:3783> +proj=tmerc +lat_0=-25.06855261111111 +lon_0=-130.1129671111111 +k=1 +x_0=14200 +y_0=15500 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -127.32057446912933,-54.628987801967384,194518.314089388,-3270365.397726564
+    -136.50926997113535,7.0823862619820375,-693873.257498925,3577206.064106521
+    -134.03693045321376,-25.6981617579126,-379850.253258955,-60104.500548528
+    -128.2511548582837,14.19477878868787,215199.774719446,4359845.002891985
+    -135.7046808995624,85.55276892075992,-34152.109921051,1.229674905972457E7
+    -133.15309456809385,-83.1923642290175,-26030.393108793,-6453541.939086013
+    -125.96291971814249,-8.227880255533421,471843.711457991,1876918.488229058
+    -135.01006502347985,-81.83876205652284,-63352.401886843,-6304601.410075287
+<EPSG:3784> +proj=utm +zone=9 +south +ellps=intl +towgs84=185,165,42,0,0,0,0 +units=m +no_defs  <>
+    -132.2819286917692,-37.465636854681705,209695.761923561,5848370.205745307
+    -134.36845211149895,-82.19559253839863,418687.28300045,869498.299226617
+    -129.21954087775265,42.647747266136605,481963.619590197,1.4721701278192803E7
+    -127.55247834534569,70.09434383530578,554960.560590582,1.7777068975626398E7
+    -132.66506657169097,-85.71621063963765,469414.783120786,479263.835019605
+    -126.60023036897633,-73.48764089713647,576073.762626719,1843539.479049063
+    -123.18922255701922,-83.62387400228081,571886.67552422,710201.274546506
+    -130.28867591154741,-42.88519779729599,394726.205016257,5251087.484024859
+<EPSG:3788> +proj=tmerc +lat_0=0 +lon_0=166 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    163.770699111987,-78.2304532777385,3449229.009879597,1311469.388181577
+    172.31132806100416,78.72504614322332,3637552.473499459,1.8750222120324567E7
+    169.00437919981002,4.087488407965523,3833753.376768754,1.0452602921964277E7
+    169.45731410903437,-56.49526451841414,3712894.247631921,3730932.576615777
+    163.7889444015268,-5.125244018444448,3254783.656345739,9432841.862895243
+    164.9273852721857,-73.12088027189098,3465225.881562471,1882477.207705419
+    163.80617230499374,-7.670093389051047,3257897.343087221,9151215.426529305
+    167.10921862428927,5.018206306901831,3623015.124925931,1.0555002922454964E7
+<EPSG:3789> +proj=tmerc +lat_0=0 +lon_0=169 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    173.77104577769842,66.0509848151863,3716027.866859023,1.7336750728138283E7
+    165.92383815472667,17.92674080138829,3173957.042085652,1.1985569475422107E7
+    173.44550887423222,63.716682739676855,3719592.218389578,1.7075914832961544E7
+    175.3749752630544,63.081394485079414,3821745.377425856,1.701344026077158E7
+    171.63934349968736,-74.86529596514562,3576927.612443624,1686387.038943159
+    162.44142397957094,58.30632789340581,3115867.453435663,1.648414025607623E7
+    165.15311246475937,-80.31547842841726,3427776.99719615,1077242.540197546
+    167.9073952520961,9.268818073141617,3379942.461507312,1.1025166558749048E7
+<EPSG:3790> +proj=tmerc +lat_0=0 +lon_0=179 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    179.132771315993,-26.65112056722736,3513218.633685016,7051018.950175127
+    178.8052514887318,58.04101501625465,3488497.143672536,1.6435867428780422E7
+    178.2136410731896,-77.14693832505921,3480465.548921512,1433272.237965122
+    176.05715233421117,50.45467332665169,3291024.163339894,1.5595561988642339E7
+    176.26186081809874,-26.77965665765082,3227636.587083546,7033850.40075694
+    176.59235886538414,74.43423478197948,3427872.799262987,1.8265249483242746E7
+    173.85222991847033,-64.30745053502494,3251091.35301879,2855785.880298666
+    176.3510671747222,65.45859103990048,3377210.260649906,1.7265052847656853E7
+<EPSG:3791> +proj=tmerc +lat_0=0 +lon_0=-178 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -177.13340963348412,-64.0886100315621,3542268.445959129,2889980.298830342
+    -172.19631864690913,20.785736597313033,4105047.391441623,1.2310255165763624E7
+    -172.63674316155564,19.37025513840048,4064094.345730545,1.2151427918845406E7
+    -175.11774131905162,-27.05926258942732,3785999.346822591,7002528.920873635
+    -174.34864397694378,61.968672875383646,3691448.676780543,1.687882700364626E7
+    -175.7611422240427,38.63298739832045,3694953.184392448,1.4280139899261184E7
+    -175.3624902390712,81.89931831188133,3541495.267808932,1.909817477568198E7
+    -174.583755536538,62.055299335805074,3678621.303464445,1.6887800035266202E7
+<EPSG:3793> +proj=tmerc +lat_0=0 +lon_0=-176.5 +k=1 +x_0=3500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -178.8849312244236,-21.810434055057655,3253348.995572515,7585281.957007567
+    -170.24095434372654,82.89700556785613,3586274.716872972,1.9213325971439533E7
+    -173.74413942091732,67.70942630202089,3616666.083644297,1.751607061282922E7
+    -176.26888331487862,32.24475623019691,3521780.754190979,1.3569016634337787E7
+    -170.80571638377313,86.06761338497279,3543545.780135579,1.956490936193706E7
+    -175.26749539308292,-64.7943725850114,3558587.759474484,2811016.322404605
+    -169.7901383665599,-46.642697098314954,4013649.230267633,4810556.257599167
+    -178.25837264519407,64.64636868341503,3415961.169383164,1.7173078251445994E7
+<EPSG:3794> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    9.822508523898286,-56.61848613078205,182342.507780084,-1.1288799908942012E7
+    15.958174799925407,-28.94274146734778,593407.903337456,-8202980.762773229
+    12.513413350822326,41.795340596605,293338.896814858,-368568.035340378
+    11.381781725082845,-27.992027626768596,143981.400172296,-8102529.109533213
+    17.20682844174716,52.54121960066948,649701.457314862,825273.02404136
+    9.25534492121173,-54.59234067925836,128900.020269226,-1.1066428965217184E7
+    21.75536573609221,23.69024516382504,1190026.390738999,-2362884.94643614
+    11.321732575906525,-80.90308670559892,435098.483114441,-1.3987140358472012E7
+<EPSG:3798> +proj=lcc +lat_1=50 +lat_2=46 +lat_0=44 +lon_0=-70 +x_0=800000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -34.185944604322145,54.99611572426457,3026493.422776768,1751327.413812837
+    -28.25070110211246,53.20807039345006,3464748.83904645,1764306.628171607
+    -151.36772911730225,76.28045744635412,-1314156.827270634,4996475.477263509
+    -3.5879755122571453,75.69421748627052,2702497.256028425,4560843.047206909
+    -44.46001696021287,40.500719732473456,2941772.515598076,-32312.734563627
+    -63.42500736210542,26.518817931095022,1497235.535771193,-1960783.739791616
+    -145.37234218782328,31.823545933846063,-5474722.66288283,1965043.731253567
+    -43.211097236272835,26.85294941363447,3573910.970877873,-1464218.278387793
+<EPSG:3799> +proj=lcc +lat_1=50 +lat_2=46 +lat_0=44 +lon_0=-70 +x_0=800000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -20.780786164880396,10.666374947222195,6857047.542055789,-1966863.708777392
+    3.148540928929549,70.18496449629386,3405008.48886065,4326572.355266989
+    -99.60401976678514,38.76336177253406,-1739860.770710172,-91362.794033586
+    -59.765306139492154,79.16063997001021,1069610.555172061,4174918.778878849
+    -125.74604940379649,84.35574157330801,-28495.305795254,5255003.588950942
+    -104.13896801503668,6.514514680397639,-3797437.098725139,-3499350.837012467
+    -143.75913321527852,2.1727378797637478,-8475228.760942398,-343336.088739215
+    -2.3246352277596145,-2.8729485153719825,1.011772307096324E7,-1541353.934670839
+<EPSG:3801> +proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -116.06507028066426,-57.95020917203875,232903.229987746,-6431877.378546894
+    -118.35405558617933,-44.6080144789847,130646.535348001,-4942207.689787592
+    -119.99583772661057,69.25212231093434,164.608029121,7684781.000722907
+    -119.71224883036442,66.77941372776786,12663.999165401,7409042.258800066
+    -121.87923648429124,68.14625536757629,-78078.276005068,7562627.83275525
+    -124.7238105512296,-31.938879977490174,-446843.254898289,-3544479.747907182
+    -113.27634521954394,59.54067410337123,379904.962725751,6621487.801703976
+    -113.45807898412525,-10.50608570829479,717509.185227551,-1169209.783143578
+<EPSG:3802> +proj=tmerc +lat_0=0 +lon_0=-120 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -121.43360420643485,75.5746022259627,-39874.231313358,8390719.40748153
+    -121.40725467738993,56.30253139186246,-87103.323481304,6242514.041775616
+    -118.45208046409114,40.985065719240566,130253.108241355,4539615.018097701
+    -119.88035272754679,-13.551254588057745,12949.373281207,-1498550.976664375
+    -116.29837642127936,-72.288572602394,125657.67669021,-8027396.420704462
+    -117.53571613732548,11.325331549803693,269066.100790017,1253464.440254312
+    -122.98085879782452,-3.10307559945754,-331460.948019954,-343556.455854747
+    -121.05170686848412,12.843893771436441,-114159.45211635,1420531.6849413
+<EPSG:3812> +proj=lcc +lat_0=50d47'52.134" +lat_1=49d50'0" +lat_2=51d10'0" +lon_0=4d21'33.177" +x_0=649328 +y_0=665262 +ellps=GRS80 +nadgrids=null +units=m +bounds=2.54,49.51,6.4,51.5  <>
+    2.5414041032437065,50.076261871437794,519223.112632728,586595.76898789
+    6.220875722197471,49.77703103613057,783404.921957607,553401.790041803
+    2.6110920720621453,50.42965457872414,525135.225878254,625772.145855107
+    3.2282060485778703,49.55851860983489,567496.989840763,528039.679210369
+    2.7088223356240135,50.99537777646649,533475.754139014,688526.753517112
+    5.4267059731601925,49.88363795905648,726043.683643945,564129.810007022
+    4.561690400393006,50.628965937358274,663653.352558048,646499.425037196
+    5.398972775526566,51.32520506341389,721805.363696581,724440.372754244
+<EPSG:3814> +proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +datum=NAD83 +units=m +no_defs  <>
+    -92.87588131633937,23.111171943499656,179732.40632489,263155.997752714
+    -88.88472328278768,-37.42429352544622,576577.674896458,-6439960.348379158
+    -87.98658500263448,73.33641521545897,556446.938420435,5844042.652445019
+    -85.72669506296253,5.752551331584286,945919.243131462,-1659128.163168183
+    -96.60008339845598,-68.50591766964382,220320.788797937,-9913325.162514044
+    -93.16394919377682,-16.749244245632866,135862.494364079,-4152076.199353972
+    -88.45959323454883,28.645006599386107,626147.821482197,873378.575576145
+    -89.94087189956407,-49.60146451482309,486204.806549899,-7792321.255531712
+<EPSG:3815> +proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.62882163795916,81.71678697764321,453705.542967281,6779786.357061875
+    -96.43106834805758,-37.321756398963544,-92436.292645578,-6449227.005241557
+    -89.1064597098658,77.72140899167306,515281.124807212,6332679.04384593
+    -88.25511529970623,16.911856020809992,659246.858313258,-425853.734996595
+    -94.94213385934353,85.07012038741252,450239.539387175,7155316.704442643
+    -85.92195791144579,-24.798788328921873,887191.699895057,-5045438.494223649
+    -85.75247006939269,77.94046193195095,593188.060640812,6360227.551648829
+    -95.36580076105726,-10.202346631805355,-116157.107115755,-3430108.600108794
+<EPSG:3816> +proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -93.48342550734101,-69.1908917584696,352023.976470032,-9978648.349270795
+    -95.751984513202,60.91944587617496,174794.52287651,4473599.666560677
+    -95.01615905163877,78.48292934465545,382747.830601147,6422885.675816238
+    -85.652000293613,-64.07770395549706,699826.576513041,-9410462.855340948
+    -94.88296744312645,-59.21369034718872,207046.886283554,-8873364.071993642
+    -85.9560816957332,1.3498049776745091,922460.9162645,-2147140.100008296
+    -86.92579510001318,17.21065638075646,800450.840168462,-391203.185351439
+    -93.90640178340769,57.055890928910856,247917.551107932,4036064.059709585
+<EPSG:3819> +proj=longlat +ellps=bessel +towgs84=595.48,121.69,515.35,4.115,-2.9383,0.853,-3.408 +no_defs  <>
+    -55.25299909166138,29.198457441856092,-55.258246814,29.195417271
+    60.371442246387886,-38.51512721020419,60.376565204,-38.521819719
+    -4.69129709037702,-14.159194067257772,-4.693411057,-14.165440462
+    75.17039186301812,-18.475147467810558,75.175475375,-18.481296864
+    11.03498165537792,-80.05994663393957,11.028983711,-80.066914403
+    149.76822405117628,-5.153267645098623,149.771764746,-5.157302591
+    -11.079665145496762,46.982628836018904,-11.081615124,46.981977328
+    83.823710925792,89.00167656794284,84.081834247,89.002005804
+<EPSG:3821> +proj=longlat +ellps=aust_SA +no_defs  <>
+    161.89651386194225,-41.4714137006513,161.896513862,-41.471413701
+    97.54880288976096,48.67576659991869,97.54880289,48.6757666
+    -163.00037769860373,77.23324223148566,-163.000377699,77.233242231
+    157.22392529339487,-60.72967824004532,157.223925293,-60.72967824
+    -164.48549024062413,88.2005931845051,-164.485490241,88.200593185
+    -63.04960549904831,37.38729553028551,-63.049605499,37.38729553
+    166.09254236881958,-18.215568496936314,166.092542369,-18.215568497
+    -58.46496487482851,-85.45984349628887,-58.464964875,-85.459843496
+<EPSG:3824> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -3.030435601528552,-2.3924713288525083,-3.030435602,-2.392471329
+    -14.997773144469022,89.50955432047135,-14.997773144,89.50955432
+    47.701813649145436,-72.53530046246041,47.701813649,-72.535300462
+    -13.059804306922928,-43.6114115332654,-13.059804307,-43.611411533
+    -75.6779894702308,82.12455991797529,-75.67798947,82.124559918
+    138.83926701673323,9.370850915027049,138.839267017,9.370850915
+    152.91843636103022,-55.879194915813876,152.918436361,-55.879194916
+    113.09333926557326,10.827493728852303,113.093339266,10.827493729
+<EPSG:3825> +proj=tmerc +lat_0=0 +lon_0=119 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    112.06593216667163,-33.16452399493426,-397378.485418888,-3692121.001444075
+    119.07100516335683,-67.76046701511046,252999.915643852,-7518416.364474432
+    114.42187744130194,22.33128965187997,-221953.342121384,2477412.744808253
+    122.99202879427519,-18.388045608986545,672074.615595489,-2038372.117066737
+    115.64129765586283,84.72112915440641,215509.085207869,9412430.178224105
+    112.19208557925428,-2.1533172343238647,-509041.430407054,-239779.285223972
+    114.76650115968411,-3.7338749818298993,-220657.89469022,-413969.020099809
+    119.7099136285456,16.834878223303647,325655.684482993,1861982.94544092
+<EPSG:3826> +proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    120.83586484338586,-87.8691904726656,249318.435101645,-9762992.821116418
+    125.02475524242953,21.873345774949087,666180.262040116,2424986.114183306
+    115.65065297428947,-23.016091436893376,-298866.086957802,-2556102.853696549
+    126.74672047827359,73.56035779574822,431330.743682333,8174171.310774804
+    119.30339076141851,-85.22902981029702,234242.855463762,-9468375.111218285
+    120.33846075518977,38.49137623065707,192290.701223128,4261822.49402896
+    120.21011576140668,38.41751455400029,181024.09931048,4253712.382004628
+    117.11036584587048,6.52625363693943,-180486.237874296,723257.591545927
+<EPSG:3827> +proj=tmerc +lat_0=0 +lon_0=119 +k=0.9999 +x_0=250000 +y_0=0 +ellps=aust_SA +units=m +no_defs  <>
+    112.32538747444744,73.32044249904098,36507.684767624,8150625.077873124
+    113.71588644505691,-39.60118235636788,-203922.600284002,-4398188.19504465
+    112.1205935980156,76.80274409121003,74998.839279482,8537591.958846273
+    119.15334654810238,-78.80616279509107,253324.270584527,-8751001.295936601
+    114.99483418110145,-7.580765540262419,-192289.496500767,-840247.547105622
+    125.79588704690985,-25.183060100504733,935991.952066988,-2803428.987267263
+    113.08350501966731,-86.38093055680336,208364.278696411,-9598964.621490123
+    115.1452714697866,5.7892752046028875,-177209.155309774,641556.176673253
+<EPSG:3828> +proj=tmerc +lat_0=0 +lon_0=121 +k=0.9999 +x_0=250000 +y_0=0 +ellps=aust_SA +units=m +no_defs  <>
+    123.39102905157766,-26.51169988797544,488356.70240659,-2935464.495646323
+    119.70452674230486,-2.725288790142983,105952.176323152,-301397.457959466
+    126.37357130561368,-21.820756539950565,806121.583084036,-2423433.04511029
+    123.759570338625,56.45708513460639,420097.623254007,6262268.794197152
+    115.78838932140339,-37.850648102878964,-208788.460858979,-4203339.470252539
+    116.32996048262942,66.73096259172743,44221.38742271,7411346.221885663
+    118.30417641795775,42.85745323586727,29687.491087649,4749952.70718187
+    122.22806649717582,-42.955323332730714,350201.157477714,-4758029.255439254
+<EPSG:3829> +proj=utm +zone=51 +ellps=intl +towgs84=-637,-549,-203,0,0,0,0 +units=m +no_defs  <>
+    122.36723611506018,56.26677804989734,459975.854187715,6236192.90532862
+    118.40989927308992,19.116245389153377,15982.044583406,2120275.554966847
+    122.19697406228886,-86.47869859914361,493660.273468138,-9605044.539133655
+    118.3047989403669,-4.374437761059127,-22373.046221502,-484956.420163685
+    121.91345922913291,38.20144295193721,404031.880091784,4228972.187420807
+    122.17839307982784,5.328969608002538,408130.542139633,589303.748234927
+    122.6015130424481,-42.844889154103406,466604.098548057,-4743617.569455708
+    120.93235869746994,24.72345917090405,290026.166683946,2736148.987456272
+<EPSG:3832> +proj=merc +lon_0=150 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    175.63159775319397,-88.17755699751811,2853296.410081975,-2.636980756799275E7
+    160.75758197181915,-68.90206244645194,1197528.54728994,-1.0680518663074914E7
+    -0.33423135301480045,-30.291476714908733,-1.6735130083014144E7,-3519522.83896924
+    116.28763511230252,-26.01256750832934,-3752843.292769195,-2981903.678053334
+    133.81974702654705,52.81937028811842,-1801177.521860712,6915588.943991459
+    25.532603598210166,86.83403401099639,-1.3855647187835172E7,2.2846246588577654E7
+    -10.795050879720687,-45.25611211303944,-1.7899623186040115E7,-5631570.938277107
+    107.14174110182137,-54.74488274919018,-4770959.556811647,-7277591.144549356
+<EPSG:3833> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    8.731634358928872,-7.46088762998086,2470501.816999024,-824977.583176549
+    13.040238386980999,19.68077035206001,2924046.185945286,2182179.128095093
+    11.088358926058907,3.0299913553227356,2732331.205244742,335348.962051661
+    5.649595579554163,-7.802472413517563,2130378.639357931,-864216.063939753
+    2.691029298845489,-52.109507417639875,2068116.769266822,-5794394.562592071
+    3.1098453583635397,-23.31900215131641,1896936.849767218,-2592148.113044841
+    6.508720933617507,-53.33348784162572,2334187.791782252,-5914693.06999034
+    15.9000679521943,83.7981703644513,2583195.993316632,9314442.092463844
+<EPSG:3834> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    7.163401840381498,57.874891913499226,2391149.039893776,6418984.966653353
+    10.926365736261392,-68.23468749034134,2579861.883599396,-7573411.215777981
+    6.766251230853625,-50.6688364622403,2342209.559504901,-5617678.761479779
+    4.648686053139409,82.65485615178105,2438049.2388318,9184115.839614676
+    11.487022983681388,-22.04532667903858,2756921.338348389,-2440884.124073276
+    5.84084339587975,-26.653074656297086,2185502.047496593,-2953067.772926857
+    12.091134808515966,-77.96750683988353,2572058.625558189,-8660243.821002156
+    8.276257139143837,-37.43541215324182,2436069.143015415,-4145092.651573757
+<EPSG:3835> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    15.71399339229951,-85.63028636312502,3506199.730213423,-9514093.525134468
+    11.788655026882935,-66.1277753448601,3355090.28484781,-7340893.690942538
+    18.446680591500467,-23.403568460693094,3852580.700158406,-2593415.821784841
+    10.529357110438234,52.75522708715212,3198362.203035827,5856903.548191058
+    12.77921498784986,5.05911671992699,3253798.837756891,559930.617062602
+    14.69382770075945,-63.97065026969963,3485125.981108558,-7096700.040888137
+    15.187621370165662,-77.34499321089685,3504714.073886202,-8588839.229768291
+    19.11601557985684,38.08962155761958,3861280.956481842,4225585.835379711
+<EPSG:3836> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    15.377730014990473,51.279977855373545,4107966.945964709,5698397.974001558
+    21.852244444141927,-28.548126343788077,4583526.004969272,-3159459.960730058
+    16.01091846343958,-28.306086661563604,4010427.878402792,-3142464.553274729
+    15.554187457512642,32.37059147303869,3987275.269553937,3596137.281264052
+    22.036661624512806,-19.56440174804642,4608907.808155931,-2164431.426578871
+    25.285947547321918,-15.22617696469878,4960971.001487941,-1688497.249656718
+    24.940177819604642,-46.70468553496186,4801436.889301584,-5181985.020983755
+    24.979964561004252,-88.70134335897214,4510189.434851943,-9857411.958799882
+<EPSG:3837> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    2.677664924078035,-5.183207333857453,2797757.861157297,-576592.324500846
+    13.900193282230088,-75.0755042043313,3640938.281917199,-8341318.716237392
+    11.910129253144666,33.50902666579603,3770559.528569544,3713129.669317556
+    14.49558929046785,-6.59341649483855,4108799.598871663,-732390.01884025
+    8.205651467501358,14.476634055366048,3414481.394916436,1601333.309896997
+    14.928974953155084,6.15241403540567,4157523.283859869,684070.115721762
+    5.467141039548709,-57.758701573849976,3289885.523242177,-6409971.665915382
+    3.1259815867134533,82.72261986344881,3417171.295004398,9193570.355296109
+<EPSG:3838> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    10.563112284726706,80.46444793052964,4473552.955410804,8937498.49062359
+    12.904989913218197,53.5525062776249,4560105.621256202,5936639.863744353
+    17.62606823245682,-48.80654295625535,4913325.796201297,-5423443.031075953
+    17.169352698154334,13.789911322341169,5059777.523731802,1531233.645421539
+    13.083185279428895,82.98716864445694,4514905.841308318,9219023.03086315
+    5.508249395547022,26.0946437942102,3849838.142671415,2903689.963720196
+    13.186555961523103,-88.5533415354672,4503506.61160114,-9840586.188222712
+    12.864397769211301,-8.286514337901878,4595357.74538156,-916382.243045255
+<EPSG:3839> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    28.171309609391262,-72.6443684275315,9539161.507517548,-8064491.646912269
+    22.131614433411134,-49.2534441317045,9145774.333219688,-5469245.627141827
+    20.429510506226272,-37.24401391766926,8916800.416335352,-4143870.803103597
+    26.810841225847668,76.73710072470885,9495283.157979285,8520983.49756859
+    21.29677933698949,-3.8116575630624254,8865581.682435906,-423508.065839778
+    22.45036429213088,-4.02755566790205,8994363.571717918,-446690.066127857
+    25.92946359865045,25.95734786278973,9392894.760449588,2872652.82846005
+    20.12303881307854,75.01150026910594,9301931.952664107,8339857.832198791
+<EPSG:3840> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    23.164155915982594,-62.82001315762649,1.0152092812603662E7,-6986866.419986209
+    32.798097575463956,74.90684330466937,1.058146019521369E7,8318581.018802452
+    24.89734752359187,-28.27814671994537,9999138.122856028,-3139815.656275259
+    26.12977750236148,20.65617236218573,1.00965780516307E7,2289921.863477137
+    26.101528878464954,-54.55010402750223,1.0247931941045562E7,-6054162.241059584
+    28.36553667767069,74.54073460246462,1.0451481901296865E7,8276468.724279569
+    29.804042574567625,58.85178717068132,1.0488810132750733E7,6526292.988648912
+    28.558038951377217,-39.484358503207645,1.0376069363582166E7,-4373254.202912092
+<EPSG:3841> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    16.850956947450506,80.60253559165955,6479170.376345276,8952781.303628383
+    22.879512102780186,-3.5987250078633224,7042908.232213573,-399312.935558939
+    20.149285380603537,-37.91286042761165,6689138.610747126,-4200007.216397766
+    11.379553504261668,-56.46717166859738,6092396.061089671,-6280305.138280483
+    20.705370536780297,29.22776305475891,6763205.465051032,3237665.379929476
+    20.45059884905831,40.83513699586629,6706828.414632088,4525284.347298836
+    18.27154157757458,-11.578527956626374,6529740.477144047,-1280417.921962855
+    15.04636913519343,86.60886956607126,6480617.469141656,9623860.527673846
+<EPSG:3844> +proj=sterea +lat_0=46 +lon_0=25 +k=0.99975 +x_0=500000 +y_0=500000 +ellps=krass +towgs84=2.329,-147.042,-92.08,0.309,-0.325,-0.497,5.69 +units=m +no_defs  <>
+    43.032888077405815,-53.752801095420466,3382765.240737068,-1.4600032239250664E7
+    83.08894579444717,-62.472830016196426,9929833.97428415,-1.8394059785497062E7
+    -17.64911947006747,85.67884148450398,128554.007599513,5247853.676834928
+    61.35006998561998,-1.249713945076934,5391946.34410489,-4380253.587937453
+    13.063985641312456,41.757055799103426,-492020.665125416,100416.36126599
+    -8.714602528410495,-80.72843237374693,-2489411.141749302,-2.5468121920047794E7
+    70.67722346822933,18.234131868852586,5640171.47127479,-1453270.008112661
+    -38.25412747736114,-31.304670125463325,-1.0382881866860107E7,-8524849.59791129
+<EPSG:3845> +proj=tmerc +lat_0=0 +lon_0=11.30625 +k=1.000006 +x_0=1500025.141 +y_0=-667.282 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    11.512999039224493,67.17155103756184,1508979.960631244,7452878.066451261
+    18.294360391896646,-43.15795320765166,2068474.253576748,-4804736.460119214
+    13.14955145782518,-38.541396826184716,1660736.580395584,-4269897.908699605
+    7.41484173898934,65.01113194869697,1316611.943945327,7217604.656926507
+    8.048993180812191,45.961648770511886,1247535.918345325,5096348.524033728
+    14.086825207297778,47.54707499714925,1709330.302506146,5271181.76341487
+    11.027543994715508,-46.10370090583738,1478475.89629483,-5108348.219065652
+    17.916015756490353,-39.337845953967644,2070125.08946874,-4377600.816277476
+<EPSG:3846> +proj=tmerc +lat_0=0 +lon_0=13.55626666666667 +k=1.0000058 +x_0=1500044.695 +y_0=-667.13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    9.115286664848577,88.46059514571007,1486732.376630478,9829929.76684402
+    12.769644157746743,-57.38681718097152,1452737.358926975,-6363968.720683562
+    18.718651228230684,-38.43753152790188,1950904.528556898,-4269402.101854822
+    10.415172674546028,-7.737612919440593,1153371.842306232,-857585.46199549
+    6.953504258830366,46.60297677532208,994217.572271043,5183697.463080743
+    16.402838165831916,-53.5498406080911,1688697.187621432,-5940285.366908994
+    19.314904969434565,62.471185680609665,1796831.785996868,6942059.234424611
+    10.094733907492607,44.034065507680594,1222559.719530841,4882798.577470286
+<EPSG:3847> +proj=tmerc +lat_0=0 +lon_0=15.80628452944445 +k=1.00000561024 +x_0=1500064.274 +y_0=-667.711 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    18.900660140243165,-22.335935226681514,1818950.89619775,-2474955.718037299
+    17.043037566164088,-29.092751518365787,1620470.042636179,-3220867.267519028
+    9.711494906923287,31.86021411590464,922788.347623533,3541948.941406842
+    14.503754539108488,-69.44071873482935,1448997.717193031,-7707842.634971927
+    19.821947229186595,22.067842795750508,1914780.382103164,2446125.018503638
+    22.03622629033344,-8.82905935823645,2186717.499624851,-982764.076482639
+    10.314778697801701,43.72946926424689,1057582.270518356,4857804.306647378
+    20.066109351248397,-79.0220238396505,1590583.079282762,-8779964.380862994
+<EPSG:3848> +proj=tmerc +lat_0=0 +lon_0=18.0563 +k=1.0000054 +x_0=1500083.521 +y_0=-668.8440000000001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    11.532674555266075,-3.194103976068206,773421.045599172,-356172.761806695
+    15.97045541959538,-55.49813151166068,1368270.193783558,-6155366.079907632
+    19.96414735520349,-27.79619521128061,1688115.625195916,-3078002.221249474
+    12.716039362746379,-70.86464544425063,1304850.444558456,-7874761.529070012
+    22.75795638189631,-2.151449989179028,2023696.13870253,-239374.176252313
+    17.799075613597804,-88.77601896025836,1499469.813897791,-9865978.119838003
+    22.071111690385848,-63.99148919705438,1696497.05503442,-7105800.646007898
+    13.074841648783183,80.20349369890377,1405533.631003918,8911294.348683093
+<EPSG:3849> +proj=tmerc +lat_0=0 +lon_0=20.30631666666667 +k=1.0000052 +x_0=1500102.765 +y_0=-670.706 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    21.377509771826972,-81.20884079231148,1518386.277148099,-9021010.214938054
+    23.813394719092962,49.57248116735184,1753744.243412575,5498566.737881067
+    24.199889964109463,10.525799859083207,1926598.248478967,1165998.960127902
+    18.16457596385824,1.9808464692248293,1261769.807155109,218515.998860395
+    18.67424919546084,-60.854077265154984,1411396.746877327,-6751043.021509181
+    14.293557821371998,84.57854633372648,1436766.222736228,9399129.958909534
+    19.6966590717526,36.67720246105671,1445607.008184637,4060212.231730442
+    22.37014020487748,8.194321683194815,1727565.108210406,906061.068211071
+<EPSG:3850> +proj=tmerc +lat_0=0 +lon_0=22.55633333333333 +k=1.0000049 +x_0=1500121.846 +y_0=-672.557 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    16.03503231529409,-72.26251852500515,1278671.816368587,-8034153.881942638
+    16.453191835395778,-79.52785168845575,1376452.545861007,-8839619.864408825
+    21.209391749700593,2.202756159415671,1350276.461061179,242965.71579781
+    16.616244738166547,-60.535915984250174,1174340.745415797,-6729211.301390555
+    24.221515323449754,60.587039949607316,1591381.736214593,6719994.892416024
+    25.045499681015308,82.10013910387477,1538320.373209954,9119849.273062594
+    27.837703125068366,-0.6571863765134651,2088845.410244425,-73652.742141371
+    19.776488233137663,77.26092991570584,1431689.962467018,8580311.967840003
+<EPSG:3851> +proj=lcc +lat_1=-37.5 +lat_2=-44.5 +lat_0=-41 +lon_0=173 +x_0=3000000 +y_0=7000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    111.24336215057252,13.920847197762512,-6338767.119554576,1.0588707967964333E7
+    105.28207443833101,-48.675549370431746,-1535129.161822621,4292719.100348138
+    111.86513563235714,-14.658225063432269,-3666203.568347156,7577488.034065489
+    120.62836392918666,-6.331515449441184,-3431652.023474213,9070500.821953503
+    174.2609705907842,-56.25980787592681,3081108.515279451,5284025.967190286
+    148.98115979907186,-23.009754691458085,458636.202171496,8670816.829669232
+    155.23706181915944,-46.46095142403129,1641159.924187692,6254702.112307661
+    130.89360298131646,-14.394721408472094,-1813022.400643674,8860634.581960047
+<EPSG:3852> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-90 +lon_0=157 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    122.23268171539752,-79.12056993522867,-190514.396913809,1023319.245900633
+    78.7858596663646,-48.520178017224524,-4125147.16543337,1109382.762731175
+    167.5391552335498,-32.7552457944497,1715412.678336536,6681498.089029696
+    95.3389164301098,-70.70488429240245,-1390116.16461679,1077267.883111011
+    139.41875942162287,-37.16717338595164,-1332376.915521819,5919962.689934324
+    153.08699609907035,-47.02782526171861,170240.239238176,4928552.964998446
+    117.56863900973873,-20.344127105804432,-4863116.666098381,6724711.879428865
+    112.77294971554674,-54.004162553886964,-2307257.380736516,2982689.042362941
+<EPSG:3854> +proj=tmerc +lat_0=0 +lon_0=18.05787 +k=0.99999506 +x_0=100182.7406 +y_0=-6500620.1207 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    12.737569964851822,-1.9941480251242325,-492567.255942433,-6722081.140170914
+    14.969533933644591,-67.39009815269648,-32322.533209653,-1.3981740248188535E7
+    15.919757822812848,-71.25454944193297,23477.571288311,-1.4410887109224748E7
+    14.191784544931972,-5.2268990465440055,-328730.465391379,-7079913.712542756
+    18.711138822642845,50.31842140193035,146708.852632425,-924177.802280246
+    13.250827929532846,39.900878882287174,-310986.099932851,-2071040.347471242
+    13.698043703314438,68.10507675013909,-81197.304392122,1063352.172472435
+    16.399111060845996,-35.874813151048826,-49618.971271098,-1.0473523656750375E7
+<EPSG:3857> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +bounds=-180,-85.05112877980659,180,85.05112877980659  <>
+    129.10720366356855,-84.84099219727699,1.4372148169619942E7,-1.9771930833058525E7
+    -99.33290755274446,-37.070636320153874,-1.1057688687815279E7,-4448957.158068754
+    153.80752816692058,-20.474307259303473,1.712177571572252E7,-2329304.59587986
+    52.121729931990416,27.978489566106447,5802164.435294763,3246262.086634102
+    57.54062112475316,24.451507008228802,6405392.643563679,2808523.518323606
+    -9.449238880949906,-17.135744743050296,-1051884.460616922,-1936632.266152699
+    160.93780315800973,-39.04620181459463,1.7915514296936657E7,-4728291.748553721
+    -129.81702960599048,51.023028306039805,-1.445116563203524E7,6625368.17477463
+<EPSG:3873> +proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=19500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    18.22514988157448,-56.97513487166426,1.94528798462943E7,-6317412.061726313
+    17.340875722612967,-44.5008341416611,1.9368052103354353E7,-4930812.86384693
+    14.455075229203485,50.23891005252139,1.9175827612145185E7,5577314.450617529
+    18.730522247881552,15.159403602715045,1.9471039025307376E7,1676645.323922378
+    17.199056308830894,-78.42400011488992,1.945964638665515E7,-8709793.964407595
+    14.669856044618172,15.19167387459467,1.9034323241486236E7,1684815.846372456
+    19.6554815206404,32.41182000718382,1.956166064235986E7,3587708.385361352
+    16.05915171378427,-70.06845374042864,1.93881053242301E7,-7779317.952918848
+<EPSG:3874> +proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=20500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    22.729405339660147,69.18612180149373,2.0608249603776537E7,7680597.718016312
+    22.171048114990032,35.54968272508762,2.0696871900554653E7,3937747.013347919
+    13.325211207432362,-28.70823112991365,1.9846997730099894E7,-3195255.593595027
+    24.888771866009307,-85.653509574058,2.0541333248283327E7,-9518257.711220179
+    13.967535828250437,26.894122624915823,1.9900029678934924E7,2990220.453263765
+    26.288283497727882,-84.00484232534538,2.0573211254207384E7,-9336367.003457956
+    18.06326075403137,7.1179652133155,2.0286013984790325E7,787552.660180668
+    17.31806778576885,64.29998113466178,2.0370206688634045E7,7136033.805231901
+<EPSG:3875> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=21500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    23.992364772067017,87.71572758926982,2.1513315434942648E7,9747175.132361589
+    25.473834466752116,-41.668155794861775,2.187262454934206E7,-4624461.036447586
+    26.174209411677737,82.97534312137955,2.1570581834357474E7,9220558.777063712
+    20.310157560974133,-80.50214900522262,2.148728718329843E7,-8941286.118687354
+    19.06562702068752,-86.21721041937955,2.148574865608477E7,-9579697.17759346
+    26.689748621515132,-6.570888351183186,2.2130263183188397E7,-730193.101448585
+    19.494047080234772,-49.68687661697229,2.1391331969489638E7,-5507108.641793117
+    21.703556469810298,-43.77884582261534,2.1556638832298875E7,-4849490.513270303
+<EPSG:3876> +proj=tmerc +lat_0=0 +lon_0=22 +k=1 +x_0=22500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    28.720199935983402,-34.87331727094648,2.311490913160998E7,-3881213.437039342
+    21.56182356358524,54.94122940233649,2.247191840208847E7,6090775.691361793
+    26.467822883391595,-67.21428022946881,2.269303211457061E7,-7465194.473995067
+    16.567133065053184,-6.1549139812440075,2.1897790830734506E7,-683669.511659509
+    26.66888811753811,-20.679602276273684,2.298686171885169E7,-2294619.994068271
+    26.41957333448272,76.11086943790212,2.261836825332981E7,8455371.182629824
+    19.304469781904004,-59.121858041041165,2.234564829047921E7,-6559360.663222105
+    25.042802945769708,23.421553548613986,2.2811079440711915E7,2594508.84236687
+<EPSG:3877> +proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=23500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    17.252909675488727,17.82208601988019,2.2889909814221703E7,1980677.803546821
+    17.000343164008914,7.577023489726528,2.2836735488840368E7,842464.40061402
+    22.9930320812309,0.960967150166752,2.349922444316821E7,106258.347530993
+    24.985386188549406,-78.85706569144733,2.35428425642309E7,-8758252.820231216
+    21.069872831601327,63.45537143672391,2.3403732532649484E7,7040593.416000511
+    25.62687462697162,0.3497367164587928,2.379252011575546E7,38712.842351557
+    17.34787491669272,31.359718246126945,2.2961832350117277E7,3484699.172049923
+    19.302377654723493,29.645003938074353,2.3141839366089016E7,3286483.72915888
+<EPSG:3878> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=24500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    19.822688165467284,42.09571337888511,2.4154394276238974E7,4670721.883919042
+    30.998243166509887,-24.6144721301567,2.52098217120528E7,-2741465.355394186
+    18.851459744912752,-10.384654473679063,2.3935478319280762E7,-1152982.238783088
+    23.858535052088044,36.08097336414396,2.448725804651358E7,3994536.718561997
+    21.25619992852622,-2.153747417630015,2.4194658714683384E7,-238425.108150907
+    19.046535913239,-77.64460599717312,2.4381765856120516E7,-8627152.74624275
+    20.67416003739569,-45.098902002483364,2.4238219910500202E7,-5001320.355473339
+    20.96833956440048,-37.301220505380535,2.423118145760335E7,-4134252.730132688
+<EPSG:3879> +proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=25500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    24.895177695886773,-67.2793872072565,2.5495480192006633E7,-7465515.977820699
+    26.988986886436688,78.76863916339721,2.55432564033361E7,8748388.011533435
+    28.969262369503003,63.746658629691666,2.5695884029860724E7,7077701.366615383
+    31.224227556274627,2.007922397475525,2.6193827112222716E7,223349.890257586
+    19.313696237819126,41.98507285397642,2.5028693518439222E7,4665650.796726002
+    29.7886708681277,68.73153899110602,2.569376388725872E7,7635030.26545233
+    28.23827642965039,26.99126473439202,2.5821540967831213E7,2990789.232833117
+    24.354927385812577,61.882602151908856,2.546606973721873E7,6864016.027099219
+<EPSG:3880> +proj=tmerc +lat_0=0 +lon_0=26 +k=1 +x_0=26500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    21.304546424403476,-75.39770425334814,2.6367938377823103E7,-8376569.280458533
+    32.48798702425438,-7.741133334946099,2.721718939575103E7,-861509.535821972
+    32.58444208203737,85.84334513418642,2.6553190615793172E7,9540752.32381247
+    31.0375769412983,-10.679845106416508,2.7051796942835484E7,-1185556.632995388
+    19.86555003705107,-80.41934984227973,2.6386177735284798E7,-8937979.379095031
+    26.521521806103358,-60.14358702578039,2.6528974519524366E7,-6670184.719637347
+    31.578335618299576,-69.74083095033727,2.671540122819614E7,-7749914.451655698
+    23.177775818142074,-57.347805878112915,2.633011916977097E7,-6362170.414577333
+<EPSG:3881> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=27500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    31.393323649992062,60.473044871153434,2.774151745206739E7,6714840.54718974
+    21.812123376145696,84.5624267392352,2.744516552741267E7,9397112.98870301
+    20.672511707866253,-59.6821088400308,2.714390049397414E7,-6635656.688504811
+    22.077876563415156,-69.6340776190476,2.7308927881477352E7,-7735858.621333923
+    27.25841262952375,18.678310863533426,2.752726071752215E7,2066079.985702728
+    30.133726576555556,51.251676226714835,2.771876455368911E7,5684752.756483738
+    26.924256945669157,-52.96043362742046,2.7494910174300894E7,-5870219.88181603
+    23.22759791481177,14.868836494222023,2.7093773432567667E7,1647911.859140707
+<EPSG:3882> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=28500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    23.86793772942761,-43.896072827213075,2.8167993671620015E7,-4870582.978741204
+    21.74738335380761,70.8719877732548,2.82715945721354E7,7878055.127721814
+    21.771450455826507,-5.506957902543817,2.780847269748713E7,-612564.625466013
+    28.42452621935478,47.21693762736206,2.8532156822346248E7,5231452.041020228
+    26.706387448120555,-2.5073746987549725,2.8356120397910036E7,-277323.984630021
+    33.461894468517315,86.5413074191687,2.853674853946301E7,9617405.058560397
+    23.697895580564797,-7.062975621083112,2.8024265401910845E7,-783222.266456835
+    28.480267622865235,69.48658812586999,2.8518789996633243E7,7711778.895469134
+<EPSG:3883> +proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=29500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    32.58088449545207,-20.98892099402167,2.987251498608805E7,-2326023.586562028
+    35.75055662748231,87.05066118745819,2.953870577400574E7,9674825.057768356
+    35.16689145858972,75.36750755675271,2.9673674069665864E7,8377012.052353273
+    25.83811220681154,19.15878047210815,2.916726211250116E7,2122259.297965781
+    23.1038389772703,50.4297392369391,2.9081190111990537E7,5605286.18926786
+    33.16942749778619,18.10200121626322,2.994162527535256E7,2007270.473342028
+    23.865588074165924,37.114643327054836,2.904349731481212E7,4121595.172924254
+    28.47924035503134,-78.9713421287721,2.9488874414753173E7,-8770333.302860588
+<EPSG:3884> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=30500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    26.950474949237286,17.132803082630915,3.017537082766562E7,1897551.158944457
+    29.770927984007464,61.7887285688698,3.0487914012461565E7,6853407.30837875
+    27.898474320656955,13.88757540742263,3.027280847550232E7,1536907.492838069
+    35.88257334775565,75.25176257501977,3.066697390397002E7,8363336.689403774
+    36.71796635408095,-12.724168320543185,3.123111744149325E7,-1416668.425037683
+    28.362521206805475,-61.99336829207206,3.0414186863311186E7,-6877274.594697882
+    34.10405075360358,21.534107530862045,3.092543097074251E7,2387812.842924694
+    32.326251800780106,-82.29542759878981,3.0534822619102277E7,-9142164.24899923
+<EPSG:3885> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=31500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    35.22908747827362,68.45405826507022,3.167328039070798E7,7602479.375162772
+    30.277900444081567,71.33474154032024,3.1474197000000022E7,7918052.297303886
+    29.548303597425303,46.95131677725183,3.138949032121274E7,5202858.056219826
+    27.124396101498775,43.81380049637542,3.118817196235386E7,4860440.799963193
+    28.472071541484087,45.02824329210884,3.1300778762299985E7,4991193.313833117
+    26.02928959063098,82.36243221065908,3.142630429619141E7,9152116.726979181
+    36.24057067710405,-72.12643781973173,3.1679390857210953E7,-8014052.698595325
+    30.116229602191837,65.51957828737338,3.1459120277724292E7,7269557.222106628
+<EPSG:3889> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -17.206115966022793,-15.11301743165103,-17.206115966,-15.113017432
+    169.21260315838532,-44.5929597438463,169.212603158,-44.592959744
+    -147.27989447314323,-54.736307627370934,-147.279894473,-54.736307627
+    109.15127291329736,-89.82120331898123,109.151272913,-89.821203319
+    -179.21658868266283,-80.54905778206694,-179.216588683,-80.549057782
+    -131.4528416796901,85.59640962193001,-131.45284168,85.596409622
+    -130.41185442035498,-26.9495199786832,-130.41185442,-26.949519979
+    3.9177287766588336,-61.45483262822367,3.917728777,-61.454832628
+<EPSG:3890> +proj=utm +zone=37 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    43.429845269318946,21.55945917864858,958987.23151941,2390595.665894765
+    35.02462832000851,81.35558224668054,433345.091062422,9035182.481939172
+    37.03642164487592,56.52644537625875,379215.071377931,6266400.740180367
+    35.400656204102084,-31.431729182496603,157839.255005033,-3483059.099079038
+    37.395949580084455,31.09569088747486,347011.357040795,3441313.180901421
+    44.729975139037286,-79.86788251161849,612355.83894022,-8872375.00885579
+    37.018481463800285,71.17213760463602,428637.969413787,7897763.519414786
+    37.77721972559525,-4.518038131228536,364344.924265283,-499503.384378819
+<EPSG:3891> +proj=utm +zone=38 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    41.03928968989629,-33.5380863829721,132154.194142013,-3717973.027193681
+    47.1542074215257,12.270667095949236,734319.056934653,1357420.277699562
+    49.51557649754377,4.9174607366189775,1001148.312438613,545236.030240016
+    46.67066707245312,-83.5305726757679,521012.965831036,-9275993.274819294
+    47.230799076770474,-18.02921663182788,736167.882744415,-1994841.431429377
+    38.84425011775382,64.03186693008078,199609.103092773,7115092.056690457
+    49.58786350427746,49.85207411321167,829747.152933148,5532285.122000461
+    46.15599463574346,-35.97284093267509,604224.971472084,-3981553.775474781
+<EPSG:3892> +proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    54.78344007170922,19.306217960555628,897699.977520156,2139056.058318467
+    47.42181162684284,-83.01821657403295,451472.042892092,-9219997.16320396
+    54.6213573608963,-55.627417255965725,727969.127022399,-6170563.005817119
+    53.921759389793586,78.3017877351557,566106.297444181,8693700.518809142
+    56.612207453321545,-66.34145562564198,751035.886243471,-7369243.773279078
+    46.6080013943665,32.41839274965234,86873.921213934,3595311.704710391
+    45.08671165980609,34.09940381816773,-45804.375578342,3789001.684371432
+    54.84758242375601,5.2971581122395435,926640.720520437,586835.871851293
+<EPSG:3893> +proj=tmerc +lat_0=29.02626833333333 +lon_0=46.5 +k=0.9994 +x_0=800000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    43.07234864627695,35.19592735785113,487970.214272812,689246.73862841
+    46.03506605905149,-42.29354415274072,761683.561263374,-7891832.871886871
+    52.61434244637884,9.110059163603836,1472950.260562385,-2197640.355207701
+    44.43261281420911,87.79337727062068,791120.622074883,6539697.967415371
+    40.93310633368847,-60.46656236362718,494176.907569334,-9925335.784321869
+    45.33060982901885,37.56503633263344,696749.74495642,947240.492976183
+    50.063883674614,78.52721955702805,879075.494021618,5507761.876254269
+    45.99965471503244,43.25781802694442,759400.859678846,1578485.542363495
+<EPSG:3901> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +units=m +vunits=m +no_defs  <>
+    21.390893465583794,32.61084938826663,2973302.304282059,3623640.073477328
+    24.024544333468647,83.35566091993923,3461735.171220408,9260996.176746966
+    23.265016645194606,-86.60402708261772,3475200.669411177,-9623704.869611662
+    30.10967131818802,70.87641381399482,3613876.381152754,7869810.2386739
+    30.15931418705274,12.352268523603371,3843869.945974783,1368164.756066497
+    31.9361337163687,31.783585709474906,3967924.760834251,3528593.697353549
+    31.43258804920751,-30.105103065855168,3927456.084690461,-3340096.259337554
+    23.503537410682693,24.853422985604837,3146593.287343049,2754468.68687555
+<EPSG:3902> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    20.41285839888003,-78.99301278869203,359885.453749868,-8777109.667655958
+    26.119171374992753,17.12906432224368,406303.090659584,1894044.999706268
+    23.02320952617923,-31.97998950740471,124155.918194905,-3545132.561764058
+    26.631772994782935,-46.53211450897773,471761.896698072,-5153237.68314641
+    28.153941535737573,-10.072048065337242,626446.930566058,-1113601.106132831
+    27.570526461707864,70.36871959643548,521392.238786708,7807092.958327061
+    26.73686989828002,-19.88529689947967,472455.258607879,-2198809.857308898
+    26.944867472774504,-14.093963810193188,494048.621763732,-1558118.975139138
+<EPSG:3903> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    22.651024597918166,9.176388844331328,21781.618628328,1017251.852006529
+    28.515056866272424,-12.502936798934499,664633.151544202,-1382639.720781961
+    21.65714078373433,24.316244471943335,-42614.917929981,2699677.976158196
+    20.35930327525312,46.984643293982174,-4928.41939122,5224899.036133731
+    21.279999555685713,-84.74145894250513,441566.354906333,-9413776.118433205
+    31.71946769810343,-83.25037322276386,561859.058523479,-9246940.452237409
+    28.379886716848098,14.748797274373345,648532.477273668,1630997.569682825
+    29.68596732693338,-84.18033366082533,530395.851192161,-9348934.723637365
+<EPSG:3906> +proj=longlat +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +no_defs  <>
+    99.10826785075221,-16.33810087259188,99.114268956,-16.341155427
+    -22.533354078883036,-52.91667885681768,-22.534452222,-52.923777817
+    136.8772804161402,20.685365232212078,136.880332516,20.678882782
+    -16.87334605602007,56.57311718997474,-16.873406178,56.575526285
+    -103.05925362121549,-89.91100761105498,-107.16419538,-89.911175304
+    -79.12912997528785,-49.09514507287802,-79.137777185,-49.099607742
+    -44.35929426737539,-13.931670505286931,-44.362363868,-13.936971516
+    -79.30625107384824,-8.149725897268041,-79.311990678,-8.154271901
+<EPSG:3907> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=5500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+    14.862196195860225,-33.52585706898945,5487573.49709361,-3711013.910771278
+    13.385514833116142,57.16499768297314,5402705.892137797,6338339.740980985
+    10.526038152534456,-24.76393344012253,5047638.065915669,-2747418.329326115
+    18.27404609554268,-73.49484000634229,5604164.283009992,-8160775.981516086
+    16.628470126956277,-2.6247090151862977,5681466.014032607,-290789.700966005
+    12.671196832638284,-27.039567332211213,5269308.553988153,-2994207.367920306
+    16.88003020705172,13.484824223539974,5703935.332027548,1491478.634841636
+    21.00392186931039,18.927000430507462,6133670.790792284,2103666.528480438
+<EPSG:3908> +proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=6500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+    16.129471633556097,2.775053713628381,6292408.104627797,306498.611644749
+    23.234560124980383,81.54507792408967,6586237.601610404,9060144.666182144
+    19.933997312761733,-10.901281010219122,6711843.626358414,-1206542.558413304
+    15.694283866746797,-52.708120458179664,6344606.843708678,-5844140.271172173
+    23.11337835905084,-11.3516494606218,7059170.447520951,-1260597.540714453
+    19.571920141114134,-0.8827040001726232,6675368.651830994,-98109.349623017
+    11.077371309629306,-15.670356901778845,5756794.477203106,-1745591.633192636
+    17.992942854052643,-21.025375584519324,6499670.255259639,-2326041.553640968
+<EPSG:3909> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=7500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+    24.628747047578926,79.85824202709057,7571741.931084917,8870127.96555723
+    18.30050855664866,38.97707836879947,7266515.3712902,4318479.965080136
+    22.504000015972316,-33.40641532418105,7640320.688629315,-3698747.9937551
+    19.33099481553699,50.36643942832916,7381699.723106149,5581871.59797497
+    23.78230869712896,8.719539541176317,7806682.717141931,964760.777432914
+    20.368071041240007,-75.89782963351567,7483244.391042937,-8426124.932151735
+    24.857974253024615,19.125985742329405,7906540.435787913,2119371.323951371
+    16.567808114258682,83.25811741275513,7442382.781202564,9249752.166562378
+<EPSG:3910> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=8500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+    24.845158640009487,-37.450952345426614,8575231.603939038,-4146710.942387645
+    28.43369271069666,16.664911903389182,8973763.544342661,1847778.228249218
+    20.38365225399268,65.02445627815416,8330106.123069181,7217692.803600715
+    29.363675281143053,84.6880350616398,8555837.681822235,9409756.482516121
+    26.53941926344026,68.73907412389656,8603233.094763575,7629150.281734887
+    30.39880670326012,-85.34910031214282,8558278.50094058,-9484294.995477244
+    20.773066163535013,37.16212326075066,8213826.132793312,4118440.287841087
+    24.83546400585616,5.431546093428963,8593043.129465131,600114.355235058
+<EPSG:3911> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+    21.07211293247996,-35.18696410082049,1053671.95190868,-3912172.354969
+    20.139226636927155,-27.21320914116447,1009817.003457368,-3021777.462842153
+    18.54740657376855,70.49769317784686,632520.807951874,7827112.610351216
+    18.975854566050728,30.918148726053616,880517.236163809,3427844.592965935
+    19.059065565578724,47.06305301807532,808679.165362306,5221256.903031152
+    19.585538865797062,-86.41872719356775,532322.223254068,-9601847.976222679
+    21.61278167784986,53.34312286015194,940486.182424366,5932155.102213232
+    15.75226859958989,48.54445997908624,555912.40094296,5378225.95277835
+<EPSG:3912> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9999 +x_0=500000 +y_0=-5000000 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+    9.719703083175625,78.77882466998469,385781.503258147,3752620.5435674
+    9.006119098418177,28.028924481603113,-89588.316391941,-1884626.70438157
+    8.629086828971015,41.10206003960462,-34919.565595556,-429426.160145303
+    19.022181692831484,60.920899007459354,718428.101330021,1762228.098137919
+    18.2420444562778,29.912623717476094,813514.38225107,-1685979.626815639
+    17.53035884401622,45.238501848966024,699035.502391229,13582.71104832
+    19.27323506574607,29.464088866231037,915039.3654184,-1732499.930075848
+    15.534611708021458,-78.7765175650821,511990.135229137,-1.374741952389304E7
+<EPSG:3920> +proj=utm +zone=20 +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +units=m +no_defs  <>
+    -68.15336472936853,-87.6667405736988,476565.046334295,-9738377.451711453
+    -58.28268009385559,15.318554824411223,1006839.818306129,1699181.20114259
+    -68.08848122859524,-26.553877981985217,-7278.125593099,-2947019.340281221
+    -66.85245800607788,33.81033505798875,143305.702009802,3747881.807504351
+    -69.36246513127462,-51.69917527873258,60461.780828582,-5746670.018338971
+    -61.18741885141655,23.96029511360983,684392.511214607,2651107.452929181
+    -66.72711705446643,-71.21374156909484,366070.68941899,-7905246.404695348
+    -69.11125147946244,-78.52878168172622,364517.769312262,-8724346.480950726
+<EPSG:3942> +proj=lcc +lat_0=42 +lat_1=41.25 +lat_2=42.75 +lon_0=3 +x_0=1700000 +y_0=1200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,41,10.2,44.5  <>
+    -0.3115936092236806,42.21449176215376,1426644.887738342,1229109.527419892
+    5.407726609981761,41.74439715848461,1900236.814125059,1174427.782884447
+    -4.452359849682441,43.365051456362515,1096579.547690854,1377916.23326229
+    1.4462821045084198,43.20020840770641,1573710.450606147,1334469.276133127
+    -0.9675489220790912,42.41973612753616,1373590.63038671,1254183.299313464
+    -0.9365163212442447,42.41893889984343,1376137.799854637,1253977.004019036
+    -3.3927036262394923,41.86797039839112,1169802.947323976,1205137.78390202
+    9.522414945392397,41.509938251382565,2243960.40989798,1166301.506502854
+<EPSG:3943> +proj=lcc +lat_0=43 +lat_1=42.25 +lat_2=43.75 +lon_0=3 +x_0=1700000 +y_0=2200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,41,10.2,45.5  <>
+    -1.0590806071527217,45.081273719173375,1380346.466227405,2439011.802458178
+    1.4399065576346075,41.07737515148302,1568840.668249328,1987642.669013334
+    -2.494617754456902,45.05572145009226,1267252.031540411,2442603.589274853
+    1.4892652596236067,42.046135751297726,1574925.110133991,2095170.269005852
+    7.938884408719927,44.55076159659409,2092330.981660752,2383843.989681559
+    3.411126600434825,43.88585470785851,1733039.04008329,2298496.016675603
+    3.814614837568163,41.589014318834266,1767937.548333305,2043596.127980272
+    6.709831420508202,45.2975034417619,1991107.261010457,2461763.040582995
+<EPSG:3944> +proj=lcc +lat_0=44 +lat_1=43.25 +lat_2=44.75 +lon_0=3 +x_0=1700000 +y_0=3200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,41.5,10.2,46.5  <>
+    0.042400154017340874,42.116649259990965,1455351.393065296,2995138.694522764
+    1.4822453780791296,45.699216882209775,1581758.828236151,3389931.556072688
+    -4.601167634505941,41.66157350135601,1067342.493539987,2969349.775616453
+    6.894190699139184,44.762752110735555,2008195.455630829,3292029.079582393
+    -1.7873038422043295,42.12702333545988,1304205.146122163,3003394.441600209
+    7.400623128342646,42.0407667014558,2064368.526613723,2992041.923079908
+    -4.441087215933269,45.23028911841736,1116356.354205307,3363059.499495299
+    8.126135018497077,45.812080244840125,2098339.2510349,3413775.48452526
+<EPSG:3945> +proj=lcc +lat_0=45 +lat_1=44.25 +lat_2=45.75 +lon_0=3 +x_0=1700000 +y_0=4200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,42.5,10.2,47.5  <>
+    8.40425566188568,44.685723303981376,2128083.752977695,4179359.036844324
+    5.855064739618859,45.01167792985902,1925001.304758518,4205262.202076404
+    -1.1837594169067431,42.53930188033336,1356184.655720875,3935416.011628783
+    9.58153483451618,43.470458451102,2232108.967996249,4051659.42399177
+    6.366372313300047,46.27235112592158,1959455.189357399,4346804.525922773
+    -0.8283924289847011,44.280021234983685,1394502.807260707,4127215.810828581
+    3.5655288906266556,44.43860842802171,1745021.384198288,4137776.077687457
+    2.1153557590685015,44.03483503094689,1629085.038717443,4093139.829227647
+<EPSG:3946> +proj=lcc +lat_0=46 +lat_1=45.25 +lat_2=46.75 +lon_0=3 +x_0=1700000 +y_0=5200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,43.5,10.2,48.5  <>
+    -5.2773613624085325,48.247557417913704,1085941.547714225,5481847.801670655
+    5.19624084566369,45.60802868325164,1871293.049251773,5158798.53995137
+    -4.424962614893615,43.80925886736747,1103053.440874422,4984349.652693057
+    5.872286798837864,43.567168184057714,1932179.116422987,4933775.054909728
+    -3.8387349679367087,47.62858594670148,1186471.427925978,5403114.101671031
+    8.849510327763932,44.106120862839795,2168121.519101934,5006705.45202021
+    8.059709292878598,43.91123148094314,2106382.840874088,4980754.393507223
+    6.386192050554447,44.383750121166976,1969838.803293969,5026105.784002159
+<EPSG:3947> +proj=lcc +lat_0=47 +lat_1=46.25 +lat_2=47.75 +lon_0=3 +x_0=1700000 +y_0=6200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,44.5,10.2,49.5  <>
+    0.7321669205611574,46.93237461068091,1527338.924929986,6194982.041385484
+    3.78728905915111,48.49184526216153,1758204.96373379,6366168.431073574
+    1.1902276357476005,45.57206235467895,1558713.417152969,6042904.140673785
+    -2.5185102058355207,45.20838452782852,1266649.230847968,6016110.392045415
+    -2.1717389645435365,49.23692339885757,1323388.612231038,6461207.503471715
+    6.820720655499315,46.34932509703341,1993974.815027915,6134842.835298004
+    5.155271822805862,45.913964885773325,1867207.505526194,6081579.416430267
+    1.5110760994276138,48.063924389077044,1589022.881245243,6319339.719693616
+<EPSG:3948> +proj=lcc +lat_0=48 +lat_1=47.25 +lat_2=48.75 +lon_0=3 +x_0=1700000 +y_0=7200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,45.5,10.2,50.5  <>
+    1.273295425442237,48.46541711552433,1572324.721667232,7253177.930028384
+    -2.3337556716184933,46.56235300337437,1291269.010906728,7054308.846252975
+    -5.05195908561377,45.69024144559593,1073489.524748898,6975928.380412762
+    3.5058095352275007,46.96051735654001,1738500.911507408,7084559.956534167
+    -1.7334440736637946,45.5938054703175,1330601.260515866,6943799.427517487
+    -4.209751341024939,45.821065774914466,1140176.761449675,6983927.970431255
+    4.575478712361978,46.58930011027614,1820757.225962715,7044394.73445511
+    6.477467177002596,48.690124864170464,1955937.096396241,7282508.144468894
+<EPSG:3949> +proj=lcc +lat_0=49 +lat_1=48.25 +lat_2=49.75 +lon_0=3 +x_0=1700000 +y_0=8200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,46.5,10.2,51.1  <>
+    6.245606830831756,47.5407851905609,1944329.301651358,8042961.893039943
+    -4.34414395504602,49.75250029347352,1171582.734537975,8309265.862796343
+    0.4696018427758233,46.929381979223045,1507222.729660608,7972951.931063846
+    8.646140963049964,47.22853137924244,2127359.548266392,8018911.183168922
+    6.917801347011785,47.71971003346386,1993864.639497753,8065220.049931412
+    -3.8245936366358553,51.02906364650701,1221611.434619362,8447236.92467275
+    -0.28411645794420526,48.97582101501557,1459674.499343831,8202510.369791348
+    5.657390291995945,48.655364455345115,1895730.893168623,8165103.453399519
+<EPSG:3950> +proj=lcc +lat_0=50 +lat_1=49.25 +lat_2=50.75 +lon_0=3 +x_0=1700000 +y_0=9200000 +ellps=GRS80 +nadgrids=null +units=m +bounds=-5.5,47.5,10.2,51.1  <>
+    -4.955711378415714,48.09753299827405,1108267.809017498,9019906.189464664
+    2.6606143853385653,49.99717402061916,1675668.228723299,9199740.901360812
+    7.37438688309263,49.94326716063663,2013788.240053734,9202869.147916026
+    -3.368728053090041,48.07799540604399,1225798.917060286,9006433.375429913
+    3.7378912548167573,50.18232836435708,1752698.226080166,9220538.793414185
+    5.114018194693015,48.178078756799984,1857259.763589257,8999587.603265721
+    3.083916868744133,48.064483831560366,1706257.502705443,8984731.925537035
+    5.686232261350442,48.270488717229156,1899440.740634667,9011226.393958189
+<EPSG:3968> +proj=lcc +lat_1=37 +lat_2=39.5 +lat_0=36 +lon_0=-79.5 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -81.10189605511435,24.13888706265199,-167518.964784898,-1328313.747948631
+    -122.15030965136638,7.050060045611136,-5211891.312350389,-2148050.633992199
+    -107.34715884975759,65.58074320281946,-1458022.982990568,3650072.402919487
+    -84.00858905209309,71.93920442904547,-197933.761428614,4288721.124448021
+    -129.70252706138072,72.30740021345518,-2071266.0336308,4912226.82592329
+    -131.03399107950742,82.17483844346334,-1274712.876104963,6300806.369326088
+    -12.09579916133427,25.429723082686806,6344513.149654557,1235465.577378678
+    -80.4007602336356,80.61595040223312,-26280.249392669,5648326.828099862
+<EPSG:3969> +proj=lcc +lat_1=37 +lat_2=39.5 +lat_0=36 +lon_0=-79.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -85.63067668824682,-10.455312817220754,-936943.131542558,-5773954.371169047
+    -149.78138454876796,57.23267910747927,-4093709.583980569,4036448.546011847
+    -102.93548367393498,25.299054254234427,-2391730.416339834,-893359.16485415
+    -30.307775122670478,22.758192506472255,4985647.909392973,-130308.258209643
+    -57.33843860010329,40.36364675725729,1865273.266651466,708788.53054988
+    -158.98201756018184,-1.527984652397901,-9730295.440909425,-47599.819089044
+    -135.59144102266694,-16.540165008999153,-8623626.488400685,-4092627.314683683
+    -83.94226759978787,65.67976740773457,-235434.827227568,3447406.096998822
+<EPSG:3970> +proj=lcc +lat_1=37 +lat_2=39.5 +lat_0=36 +lon_0=-79.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -152.52159102877818,52.6084243010564,-4602538.755703278,3779379.776778617
+    -100.04005060900104,26.85883305854354,-2062595.097174642,-791463.394995137
+    1.832560090491512,50.88936016994104,5145492.217467596,4084867.274425269
+    -83.40028828102173,87.59219660097583,-48942.289578855,7187620.879404745
+    -39.417973238707305,33.23022085506517,3633041.223459631,491500.529647849
+    -159.43821765449013,79.82379085040228,-2159002.463363586,6503762.532573582
+    -141.08098251177594,17.6551789674563,-6438150.768265503,145394.060698983
+    -141.91163205022949,61.30684079037553,-3406305.604456746,4087534.68392509
+<EPSG:3976> +proj=stere +lat_0=-90 +lat_ts=-70 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    124.50275851192009,-36.47782005815579,5144715.217913861,-3536229.510699335
+    162.6586211262354,-28.359431267576802,2199638.962346644,-7044305.362198612
+    -109.1437358642239,-79.85129670100831,-1041198.94722541,-361437.783785773
+    -119.63630207218537,36.05365659845263,-2.0975484716052886E7,-1.1933318774317062E7
+    153.43421565488313,59.64224689027793,2.0208924664072145E7,-4.041655637461017E7
+    -65.23589602547585,-87.78200121092158,-218200.819129609,100657.090657909
+    80.402338995489,41.962512315154044,2.7160868294485353E7,4592776.504261531
+    -135.20835792625945,33.66555346466136,-1.6163586112158276E7,-1.6281574491573794E7
+<EPSG:3978> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -55.5359880296467,22.767248705178766,4534310.211314227,-1691256.522948276
+    -56.506821139427146,83.02262450549222,517601.489961353,3905946.190263811
+    -137.10665841468483,46.12570753887913,-3058460.483553762,729546.314919976
+    -168.60356268949252,34.7386211858243,-5764358.719428528,2123961.836199396
+    -88.00818567674482,71.12895567341663,246238.22461181,2423119.377500894
+    -52.87389626717906,33.165048102516266,3987765.082252163,-459715.864314959
+    -57.8519524998152,29.696678102298794,3810579.92296697,-1111157.693640525
+    -164.61359897396346,55.59457528363218,-3491142.263213115,2852820.995844684
+<EPSG:3979> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -18.666568153260812,31.457801376025134,6238527.233707284,2229448.074085528
+    -117.5587866297912,39.917347049745935,-1974116.129531364,-676625.439492196
+    -166.6208381834309,22.182278658504437,-7110179.443507312,1265130.213615989
+    -27.109645409838492,61.625305894067225,2867790.940392179,3074656.782226886
+    -44.253934236151906,88.56728410075601,156313.659692432,4501696.6748545
+    -83.47829511792091,29.49673198683849,1249489.043618517,-2168080.238292326
+    -100.70007896684442,27.602602527513383,-642008.5643264,-2490692.738404294
+    -105.87612275035374,60.919039585430305,-570103.445538782,1352633.268362366
+<EPSG:3986> +proj=tmerc +lat_0=-9 +lon_0=30 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+    30.707813425513123,27.66487568388432,269791.504590438,4556900.002185135
+    30.92920873669614,-14.711007397555818,300030.541281842,-131776.715146703
+    28.511295064461365,74.29420968344604,154963.411259336,9743856.277494175
+    32.74048509971822,-41.91551673710867,427319.555777932,-3150468.638402711
+    27.687655893083708,-5.808819464046451,-56208.073140985,852593.586769458
+    26.20675549694989,88.01872156269013,185320.211993065,1.1276184112540042E7
+    25.658091384241935,22.947336756380253,-245647.649279492,4040707.074109704
+    30.62724396120695,45.86026512126966,248664.673336321,6576063.509909624
+<EPSG:3987> +proj=tmerc +lat_0=-9 +lon_0=28 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+    31.058647971031583,-86.36432987023088,221613.109840987,-8101098.951468986
+    32.63887459917037,72.67606213176947,354051.736836071,9568673.166609533
+    21.96648159107975,-61.643894751334386,-119548.023440084,-5356672.615024397
+    33.82143808711148,46.884866845642364,643593.37827772,6706239.135557329
+    29.98405779912799,54.403053623029194,328790.486567718,7527861.319933058
+    26.652035371689536,44.94914574019069,93587.9944378,6475498.501778812
+    33.449749221762,76.82325656752269,338496.370764789,1.003199517173574E7
+    23.469819642193332,-77.57856384945812,91238.769430773,-7123605.124229128
+<EPSG:3988> +proj=tmerc +lat_0=-9 +lon_0=26 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+    20.29525416958812,-81.62477274833765,107306.007816487,-7575763.247236302
+    31.46208507039683,71.78768433310904,390330.064216749,9472213.75747931
+    28.968972226474285,-50.675453864671084,409812.365685706,-4124778.54544388
+    27.967773685747346,-75.37669778077512,255430.773216985,-6874523.922385271
+    32.297334178792156,-4.0951024547940165,900607.336264389,1039867.510281763
+    27.356109721080426,52.62413590437305,291790.111026907,7328934.339594559
+    32.82808388350742,24.445195791916177,893389.877724839,4217158.617055245
+    19.447169071221648,-86.22126494399785,151831.834010507,-8087291.041252801
+<EPSG:3989> +proj=tmerc +lat_0=-9 +lon_0=24 +k=1 +x_0=200000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+    26.64324296128155,63.59405434400759,331141.952077149,8552517.970369028
+    18.048596943282124,47.461723956269,-248667.463383923,6771084.271895977
+    25.869061172216686,-10.872705081721278,404353.15540883,292430.644937962
+    28.54875893561101,-50.66238552250438,521527.452393139,-4128997.984523089
+    22.051342968600252,66.4549896928325,113084.393699727,8870115.637093816
+    30.441679672087496,-79.82392027897276,326819.957609902,-7377127.427872852
+    19.06122006121464,-87.50838887879691,176014.840309742,-8229333.824674513
+    27.178627685972934,-46.929581780997374,442031.85485081,-3708910.520448069
+<EPSG:3991> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=152400.3048006096 +y_0=0 +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +units=us-ft +no_defs  <>
+    -116.26291125586181,-20.68411815018133,-2.0682573701643188E7,-1.2225898333757492E7
+    -100.64427362246744,27.136078894641486,-1.0698882702344583E7,4442830.927108848
+    -44.6450114703741,13.143632035797125,8262056.787262848,-1241878.409896881
+    -7.230834534620158,35.1124986859665,1.8707900574974187E7,9343932.084238993
+    -104.10605827632509,-5.521284538894683,-1.4291656218680087E7,-7194469.49641539
+    -122.42955916475121,23.670602069516434,-1.803348356525703E7,4979922.841159591
+    7.176146948349867,33.49286987203041,2.3162946923187368E7,1.0377921585094033E7
+    -39.12732095702299,42.05128464143479,8612588.747500151,9685326.124954125
+<EPSG:3992> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=152400.3048006096 +y_0=30480.06096012192 +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +units=us-ft +no_defs  <>
+    -19.4545871205014,60.94912115546431,1.2206298433373138E7,1.916154867920832E7
+    -68.32700028011827,50.30779699037197,-29262.80339251,1.2623162243041497E7
+    -109.9649098850956,77.30253276561481,-7841437.899054097,2.9361579070609506E7
+    -6.761198768626656,-38.09293561638076,2.8642702951587114E7,-1.9497980623471722E7
+    -76.83796210287248,-19.76932436410419,-3952167.182209438,-1.448331911563584E7
+    -68.3490049828621,66.71784737876811,50528.263247137,2.0842749735864222E7
+    -108.74117820524381,-2.7910546608960516,-1.5836457777500106E7,-5658390.814717305
+    -63.49355319956949,-12.805292016473516,1709745.44533945,-1.1571044262550041E7
+<EPSG:3994> +proj=merc +lon_0=100 +lat_ts=-41 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    35.35589393898165,-56.95759486679771,-5438843.829975928,-5831450.581740499
+    73.0497589000332,34.49694278940703,-2267463.523817366,3077256.514847341
+    40.84905696416406,-73.6761892845465,-4976675.542005778,-9330326.8786762
+    74.92137715630699,33.5436022250414,-2109994.57538593,2980927.136441256
+    -56.12372337880173,84.32217833975531,-1.3135498367190307E7,1.4448812244775783E7
+    13.06872363481304,56.1227073301431,-7313979.029171812,5704302.755843643
+    111.26821550775136,32.29194979013522,948053.397670835,2856066.878917711
+    21.923143972816433,75.05424010448627,-6569010.734956378,9760598.238285972
+<EPSG:3995> +proj=stere +lat_0=90 +lat_ts=71 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    162.08527045042973,-4.369133415624354,4103878.28268258,1.2694692572216332E7
+    -2.550186469506599,70.2801344079102,-96248.673064847,-2161018.699296292
+    174.20378095588666,78.96818716818746,121411.000905109,1196054.074572826
+    122.94761364271233,-53.09548797522322,3.0937362986052673E7,2.0050766550849106E7
+    -132.0551996634399,27.810647216748222,-5555582.119419739,5011968.647783514
+    -122.40501584946796,18.1782462780303,-7577260.43521508,4809606.236445547
+    3.790997785184885,13.931020189614102,640679.615255793,-9668867.29538342
+    99.04346829629225,75.19548837962432,1597091.419223744,254196.632446453
+<EPSG:3996> +proj=stere +lat_0=90 +lat_ts=75 +lon_0=0 +k=1 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    36.74543200206071,-41.6266847549406,1.6572382351791661E7,-2.2196802594673768E7
+    10.346498989146141,-54.76159354709391,7028676.734833896,-3.849868096098638E7
+    -2.8377588992567553,37.30003028484204,-307701.021191779,-6207557.592103245
+    -11.5896376905512,85.63388808280331,-96348.901026757,-469806.601219689
+    -94.08305432779436,-11.934727705093628,-1.5354208891079385E7,1096039.015469223
+    175.8628927444028,42.0275301881358,402953.309936794,5570894.009798035
+    -179.052170307854,67.2524552889214,-41842.835490206,2529145.476453634
+    138.9842938637293,64.47886133330435,1868649.719790048,2148445.862342651
+<EPSG:3997> +proj=tmerc +lat_0=0 +lon_0=55.33333333333334 +k=1 +x_0=500000 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    52.28640826850229,-60.4624870189477,332400.792125493,-6709479.917232123
+    53.1737248346021,-24.895771293150105,281770.178035816,-2756240.440727774
+    57.54922767950464,47.424983964776715,667187.581404792,5256875.893383441
+    60.090118227538454,59.36752831221807,770328.952776899,6593275.199015665
+    52.55155036691638,16.008580528146382,202166.386349859,1772587.802315715
+    56.10136180089532,-57.18871630059242,546437.682506101,-6341191.21956049
+    58.57012042484503,37.98213115225758,784400.968276473,4210461.420256306
+    49.6509476219846,76.31974631447932,350140.917383822,8481480.88656193
+<EPSG:4001> +proj=longlat +ellps=airy +no_defs  <>
+    146.6331001373606,-71.58447001454684,146.633100137,-71.584470015
+    -61.629930395701024,-27.80253211844265,-61.629930396,-27.802532118
+    81.54342696562992,-67.80914503045429,81.543426966,-67.80914503
+    -126.1438342859345,7.565460663648523,-126.143834286,7.565460664
+    79.925536855225,78.74194710157875,79.925536855,78.741947102
+    31.990408109449817,40.42372676920647,31.990408109,40.423726769
+    -90.07291682584703,-60.68343835646191,-90.072916826,-60.683438356
+    -30.851046783973004,-47.82649494938924,-30.851046784,-47.826494949
+<EPSG:4002> +proj=longlat +ellps=mod_airy +no_defs  <>
+    135.44010044332805,-64.85491878688813,135.440100443,-64.854918787
+    142.7847539150519,-38.77138035128285,142.784753915,-38.771380351
+    146.3984385017394,1.728772163410241,146.398438502,1.728772163
+    80.76194635471603,-89.79347525488285,80.761946355,-89.793475255
+    -52.3473841973704,-65.49607678947382,-52.347384197,-65.496076789
+    -54.67550591181839,-35.25346715192234,-54.675505912,-35.253467152
+    59.91668991258149,28.540803270361053,59.916689913,28.54080327
+    -65.90080551068918,37.14015177857213,-65.900805511,37.140151779
+<EPSG:4003> +proj=longlat +ellps=aust_SA +no_defs  <>
+    -66.04551336586512,-34.68422847666781,-66.045513366,-34.684228477
+    -72.24166884287865,-26.957174331311926,-72.241668843,-26.957174331
+    174.0737426486025,-28.837253383739295,174.073742649,-28.837253384
+    13.598068014966344,36.484352824277124,13.598068015,36.484352824
+    -123.8933890734522,-21.746376289905328,-123.893389073,-21.74637629
+    -144.33439724582823,60.38715391207478,-144.334397246,60.387153912
+    -29.648964838597834,-87.19667894269512,-29.648964839,-87.196678943
+    -57.98213756797789,-61.219102452368446,-57.982137568,-61.219102452
+<EPSG:4004> +proj=longlat +ellps=bessel +no_defs  <>
+    -117.10754448313799,-24.701921604306904,-117.107544483,-24.701921604
+    100.25282255644629,25.857479242254726,100.252822556,25.857479242
+    115.45514258211756,-83.87017621575845,115.455142582,-83.870176216
+    -30.68307665883364,-17.20344088875396,-30.683076659,-17.203440889
+    123.02278597694277,59.985966514156246,123.022785977,59.985966514
+    65.8852180440617,17.87389952437121,65.885218044,17.873899524
+    -99.97195539466531,81.44644664338162,-99.971955395,81.446446643
+    -95.32593303085197,-49.22031868044494,-95.325933031,-49.22031868
+<EPSG:4005> +proj=longlat +a=6377492.018 +b=6356173.508712696 +no_defs  <>
+    -16.74324746984263,7.947760454625993,-16.74324747,7.947760455
+    -107.02434283776878,51.607039278148164,-107.024342838,51.607039278
+    66.49511737690088,89.89018172374554,66.495117377,89.890181724
+    59.88161621018381,-71.20571127375672,59.88161621,-71.205711274
+    -143.9868228524148,-76.65757191429493,-143.986822852,-76.657571914
+    10.982975499211648,-39.62358637629998,10.982975499,-39.623586376
+    -39.23689175285972,-23.497201092662337,-39.236891753,-23.497201093
+    57.048027706877434,54.4920047076524,57.048027707,54.492004708
+<EPSG:4006> +proj=longlat +ellps=bess_nam +no_defs  <>
+    -127.17233451624247,40.6314526813083,-127.172334516,40.631452681
+    15.224273579802741,70.16646850382517,15.22427358,70.166468504
+    23.53806649852436,-26.227211631981213,23.538066499,-26.227211632
+    -128.27003018200122,48.21511599037703,-128.270030182,48.21511599
+    -122.1412080546761,-58.6131264619859,-122.141208055,-58.613126462
+    85.42794135070966,35.62077613096875,85.427941351,35.620776131
+    150.03121773672086,44.83650234317233,150.031217737,44.836502343
+    38.05729972660225,34.53982599183949,38.057299727,34.539825992
+<EPSG:4007> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +no_defs  <>
+    61.97283316432032,43.4097701633159,61.972833164,43.409770163
+    106.52615538044978,85.93915007966262,106.52615538,85.93915008
+    150.54245498714369,52.505081043132435,150.542454987,52.505081043
+    161.86203096867058,2.432053928298089,161.862030969,2.432053928
+    98.77698668904691,-6.757961150056403,98.776986689,-6.75796115
+    -156.5486257795393,12.122169706378443,-156.54862578,12.122169706
+    -171.837746509446,-31.628453894293635,-171.837746509,-31.628453894
+    -136.93724291654564,-18.424373053053102,-136.937242917,-18.424373053
+<EPSG:4008> +proj=longlat +ellps=clrk66 +no_defs  <>
+    127.05716995813123,70.89346257930873,127.057169958,70.893462579
+    -96.14450829648223,-53.425070412369735,-96.144508296,-53.425070412
+    1.4812362554856975,-49.55767659135062,1.481236255,-49.557676591
+    -73.66759241121248,-51.01580109255459,-73.667592411,-51.015801093
+    143.94512664653553,-49.89782412328051,143.945126647,-49.897824123
+    173.07258071933973,64.50086122260555,173.072580719,64.500861223
+    -146.6292108632992,73.42294494649917,-146.629210863,73.422944946
+    173.9356133669923,-40.51870222104195,173.935613367,-40.518702221
+<EPSG:4009> +proj=longlat +a=6378450.047548896 +b=6356826.621488444 +no_defs  <>
+    89.7341499737546,76.28830980807149,89.734149974,76.288309808
+    -156.79221534683504,-11.416053870687364,-156.792215347,-11.416053871
+    -88.7982891758712,-70.28778478740296,-88.798289176,-70.287784787
+    -93.07138309892808,42.35473885704545,-93.071383099,42.354738857
+    54.56190774383606,64.13756194489247,54.561907744,64.137561945
+    -145.36123053868786,17.647020202391147,-145.361230539,17.647020202
+    -122.09838949964839,5.146286146905084,-122.0983895,5.146286147
+    -37.53323997724013,-0.7325326410509376,-37.533239977,-0.732532641
+<EPSG:4010> +proj=longlat +a=6378300.789 +b=6356566.435 +no_defs  <>
+    140.39963111578828,81.14437461993117,140.399631116,81.14437462
+    146.31361378051452,-80.38822790058538,146.313613781,-80.388227901
+    -61.97389059585207,16.29043284485131,-61.973890596,16.290432845
+    -68.1832750441381,-50.738114798587176,-68.183275044,-50.738114799
+    -69.27256419127528,-41.1934878822764,-69.272564191,-41.193487882
+    44.660415532771566,-55.49995802127869,44.660415533,-55.499958021
+    -41.427798669841025,-41.87866694370098,-41.42779867,-41.878666944
+    132.89954354199944,6.93889856842749,132.899543542,6.938898568
+<EPSG:4011> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+    74.08961547870521,-60.67479774296359,74.089615479,-60.674797743
+    53.27277464745822,-87.85836063649522,53.272774647,-87.858360636
+    111.37419007829953,65.02270424173705,111.374190078,65.022704242
+    -104.06448871946903,-54.27165704316874,-104.064488719,-54.271657043
+    -25.57646920421226,4.090430963852867,-25.576469204,4.090430964
+    75.72325719493051,17.20801718424393,75.723257195,17.208017184
+    -115.00654532886989,79.08526531894788,-115.006545329,79.085265319
+    119.36748484158875,-62.40844685293395,119.367484842,-62.408446853
+<EPSG:4012> +proj=longlat +ellps=clrk80 +no_defs  <>
+    -102.89697272979315,-41.287359471986974,-102.89697273,-41.287359472
+    31.89010636899806,8.389224467473554,31.890106369,8.389224467
+    67.68899046932276,-20.39096958817028,67.688990469,-20.390969588
+    -123.07955260780535,-11.804982739674031,-123.079552608,-11.80498274
+    -39.124758015878115,85.16763176949866,-39.124758016,85.167631769
+    93.25820350632677,76.43293888514864,93.258203506,76.432938885
+    158.74985403770125,2.831206280990969,158.749854038,2.831206281
+    64.01786077580957,-86.99300452260528,64.017860776,-86.993004523
+<EPSG:4013> +proj=longlat +a=6378249.145 +b=6356514.966398753 +no_defs  <>
+    -87.36911414238958,89.16285278912241,-87.369114142,89.162852789
+    164.49424927026183,-78.84429510666116,164.49424927,-78.844295107
+    -152.05288147615317,68.56568798116706,-152.052881476,68.565687981
+    12.338645149703638,35.94449165444101,12.33864515,35.944491654
+    136.57506573505998,-1.9585252208057682,136.575065735,-1.958525221
+    -140.0496100217291,-31.432709692739557,-140.049610022,-31.432709693
+    6.820364517303091,-12.712313942664508,6.820364517,-12.712313943
+    -88.39728720717642,5.009741038552264,-88.397287207,5.009741039
+<EPSG:4014> +proj=longlat +a=6378249.2 +b=6356514.996941779 +no_defs  <>
+    123.67304365959114,-69.77079853924853,123.67304366,-69.770798539
+    -116.97948923758054,-79.5952787374779,-116.979489238,-79.595278737
+    120.03471475385464,-56.81933876232306,120.034714754,-56.819338762
+    134.01620048293194,87.09996969081004,134.016200483,87.099969691
+    -127.74904895734088,-9.361507944394006,-127.749048957,-9.361507944
+    68.5686421748338,-54.372370049441294,68.568642175,-54.372370049
+    142.5213664709372,-61.20540715069898,142.521366471,-61.205407151
+    -173.68169271638442,-8.146878936968577,-173.681692716,-8.146878937
+<EPSG:4015> +proj=longlat +a=6377276.345 +b=6356075.41314024 +no_defs  <>
+    -38.47617375633399,57.16758920350941,-38.476173756,57.167589204
+    -6.860825549047888,-59.671204772418236,-6.860825549,-59.671204772
+    179.27042396663967,-11.521919594463213,179.270423967,-11.521919594
+    -34.76105368171753,55.465280890755,-34.761053682,55.465280891
+    -150.94056842155783,12.892092117679653,-150.940568422,12.892092118
+    -6.003353938993143,-72.4091923478594,-6.003353939,-72.409192348
+    77.25267079539634,43.59131597810432,77.252670795,43.591315978
+    -53.32560998706944,-20.100590055508192,-53.325609987,-20.100590056
+<EPSG:4016> +proj=longlat +ellps=evrstSS +no_defs  <>
+    158.10769338976985,-11.260090078225446,158.10769339,-11.260090078
+    98.21048154247154,26.67091439648425,98.210481542,26.670914396
+    90.35657638042983,-56.79266257195284,90.35657638,-56.792662572
+    56.608069742716935,20.47156350053507,56.608069743,20.471563501
+    -33.71490983746264,64.32750255992764,-33.714909837,64.32750256
+    165.24695894681048,71.93843778157253,165.246958947,71.938437782
+    36.32818176583294,-73.4673332473691,36.328181766,-73.467333247
+    104.17454081191232,-52.14031097005386,104.174540812,-52.14031097
+<EPSG:4018> +proj=longlat +a=6377304.063 +b=6356103.038993155 +no_defs  <>
+    30.44629871344503,45.33118464902668,30.446298713,45.331184649
+    103.84747204204626,69.0668326892945,103.847472042,69.066832689
+    104.03982227930135,-30.12752925811558,104.039822279,-30.127529258
+    126.3317869332376,-12.5037279818618,126.331786933,-12.503727982
+    8.827638036315136,-67.33645216458319,8.827638036,-67.336452165
+    108.23923225062629,-79.8247596701282,108.239232251,-79.82475967
+    -17.827885004932625,-36.9518199462537,-17.827885005,-36.951819946
+    -138.411299981141,-84.14077312799374,-138.411299981,-84.140773128
+<EPSG:4019> +proj=longlat +ellps=GRS80 +no_defs  <>
+    95.53816048631097,-9.103910531908099,95.538160486,-9.103910532
+    173.86804623547374,48.17379076584422,173.868046235,48.173790766
+    -68.23746992487392,-79.1825217486255,-68.237469925,-79.182521749
+    -159.2658258396727,-39.17988745849389,-159.26582584,-39.179887458
+    122.75782291529583,81.94690028870295,122.757822915,81.946900289
+    20.12383625591869,-83.91311453620644,20.123836256,-83.913114536
+    -141.83766615386958,-44.63949252368667,-141.837666154,-44.639492524
+    36.59936328464346,-33.40614640219184,36.599363285,-33.406146402
+<EPSG:4020> +proj=longlat +ellps=helmert +no_defs  <>
+    -136.06788528275925,-2.749569595931547,-136.067885283,-2.749569596
+    78.41740980857355,-87.64881519230812,78.417409809,-87.648815192
+    -168.41389658272314,-68.61685671986956,-168.413896583,-68.61685672
+    -39.23727878067055,-83.5124340149744,-39.237278781,-83.512434015
+    37.22341869312771,-86.2655889909978,37.223418693,-86.265588991
+    -154.06788407245705,-44.49701684793095,-154.067884072,-44.497016848
+    -143.59821038150653,-31.021603718297385,-143.598210382,-31.021603718
+    126.60242235189838,-69.15692673951922,126.602422352,-69.15692674
+<EPSG:4021> +proj=longlat +a=6378160 +b=6356774.50408554 +no_defs  <>
+    -169.7240571600846,-25.776793271060285,-169.72405716,-25.776793271
+    45.042158491789564,43.658929867172276,45.042158492,43.658929867
+    148.66759427305988,-63.84898204345426,148.667594273,-63.848982043
+    70.2754990681801,27.33656868656422,70.275499068,27.336568687
+    20.986642203649723,-70.16078642486951,20.986642204,-70.160786425
+    118.3345725679572,-67.66922568989585,118.334572568,-67.66922569
+    -37.30047039725241,70.4800119406205,-37.300470397,70.480011941
+    -179.5558167067692,34.60547095494371,-179.555816707,34.605470955
+<EPSG:4022> +proj=longlat +ellps=intl +no_defs  <>
+    -150.87870589178905,14.184907469644202,-150.878705892,14.18490747
+    -86.50270298958165,77.93899644598335,-86.50270299,77.938996446
+    3.570700564373965,69.29022257123438,3.570700564,69.290222571
+    -8.110542936497808,-82.5369613849219,-8.110542936,-82.536961385
+    171.87406483941834,-29.84390673138116,171.874064839,-29.843906731
+    11.288262070342768,-89.37472361854141,11.28826207,-89.374723619
+    -77.9576531629181,72.60213204665479,-77.957653163,72.602132047
+    -87.12447359347826,70.12206334547858,-87.124473593,70.122063345
+<EPSG:4023> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -145.73377737455377,64.46765975983311,-145.733777375,64.46765976
+    -34.932559817876324,8.745894679302324,-34.932559818,8.745894679
+    -128.30744521213572,-4.977403266555655,-128.307445212,-4.977403267
+    -153.82900361666918,88.38581535996522,-153.829003617,88.38581536
+    127.42043148893634,-35.918095319463234,127.420431489,-35.918095319
+    28.354476561184015,-62.538647369178335,28.354476561,-62.538647369
+    137.83845787626126,77.65089293740479,137.838457876,77.650892937
+    -172.4952795228883,-81.94678758122896,-172.495279523,-81.946787581
+<EPSG:4024> +proj=longlat +ellps=krass +no_defs  <>
+    -30.083425556066032,46.192829570635524,-30.083425556,46.192829571
+    47.183348784977,-10.108387048926318,47.183348785,-10.108387049
+    -72.9125300118678,-60.77805464588069,-72.912530012,-60.778054646
+    -80.04995733230342,64.17768736004226,-80.049957332,64.17768736
+    -65.01242470963047,-40.95346837046372,-65.01242471,-40.95346837
+    -83.53178791617553,-83.62652986325472,-83.531787916,-83.626529863
+    148.21438164818738,-44.75030943565548,148.214381648,-44.750309436
+    -155.97003442450222,-26.925274371117396,-155.970034425,-26.925274371
+<EPSG:4025> +proj=longlat +ellps=WGS66 +no_defs  <>
+    31.947472241219657,63.021732352693135,31.947472241,63.021732353
+    -175.88477761872971,-23.629283079868884,-175.884777619,-23.62928308
+    153.9688858965185,-61.83710483393175,153.968885897,-61.837104834
+    159.5389334445041,87.82808662325945,159.538933445,87.828086623
+    29.639660955985562,14.670095873692475,29.639660956,14.670095874
+    125.94049179775908,6.128651968672031,125.940491798,6.128651969
+    52.64631183142774,75.43985123416468,52.646311831,75.439851234
+    15.532975934666666,70.15877968220775,15.532975935,70.158779682
+<EPSG:4026> +proj=tmerc +lat_0=0 +lon_0=28.4 +k=0.9999400000000001 +x_0=200000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    31.026794165786757,28.030107752750055,458339.921326513,-1895623.630048158
+    21.964816001148503,28.115266218250966,-433008.232938268,-1872173.432487965
+    29.923308769889246,-14.403109439410372,364285.433591263,-6593393.881440919
+    25.08034060959009,-73.07581114518854,92149.363045077,-1.3114684966672152E7
+    34.546623114689595,55.439087294458034,588750.603484639,1162943.655656923
+    32.57957672557635,73.7695135741701,330341.146037537,3193675.832338561
+    24.985833733478376,82.22584287304858,148452.070344402,4134667.0082692
+    31.962799151567516,53.207434667726574,437990.869949892,903280.381912128
+<EPSG:4027> +proj=longlat +a=6376523 +b=6355862.933255573 +no_defs  <>
+    131.51732527285782,64.42662713025484,131.517325273,64.42662713
+    -113.34914962940591,-11.443452243422598,-113.349149629,-11.443452243
+    68.84992370824557,23.03809474386304,68.849923708,23.038094744
+    88.70442875434753,85.1684890176962,88.704428754,85.168489018
+    56.76289295900037,4.777431291351618,56.762892959,4.777431291
+    146.97914576362285,22.494927766667928,146.979145764,22.494927767
+    156.71062932989332,-74.9521819195109,156.71062933,-74.95218192
+    173.15543379581936,-42.510752372964006,173.155433796,-42.510752373
+<EPSG:4028> +proj=longlat +a=6378298.3 +b=6356657.142669561 +no_defs  <>
+    147.53259666364323,12.01717266651454,147.532596664,12.017172667
+    51.92952464346973,-13.874739698749792,51.929524643,-13.874739699
+    142.70985325679663,27.67332649598856,142.709853257,27.673326496
+    -138.42030400511243,-15.758901960972366,-138.420304005,-15.758901961
+    102.96515689058612,10.94700186926795,102.965156891,10.947001869
+    -151.0456894668866,-43.262160820244986,-151.045689467,-43.26216082
+    2.0334963892155145,4.79555955889812,2.033496389,4.795559559
+    114.4776457614276,-34.4099893743047,114.477645761,-34.409989374
+<EPSG:4029> +proj=longlat +a=6378300 +b=6356751.689189189 +no_defs  <>
+    132.60470443507563,33.95364313887788,132.604704435,33.953643139
+    -112.20285731132533,29.512392160326385,-112.202857311,29.51239216
+    -170.97166794938525,-51.75253154541631,-170.971667949,-51.752531545
+    40.13337579258621,-80.46532421598089,40.133375793,-80.465324216
+    -113.74046494235947,-64.90493480771805,-113.740464942,-64.904934808
+    149.24064356880695,-41.783791507794135,149.240643569,-41.783791508
+    -29.10265866947566,87.71537674634493,-29.102658669,87.715376746
+    98.69754491828058,15.067552138584105,98.697544918,15.067552139
+<EPSG:4030> +proj=longlat +ellps=WGS84 +no_defs  <>
+    -166.93172486406164,21.259769238484807,-166.931724864,21.259769238
+    -109.5097308316503,50.39978306177687,-109.509730832,50.399783062
+    73.76917564243573,15.6041925379388,73.769175642,15.604192538
+    -17.271964265048723,15.76535363686267,-17.271964265,15.765353637
+    -60.489703708681915,-26.83761869989671,-60.489703709,-26.8376187
+    -12.096501860582123,-46.28773471930559,-12.096501861,-46.287734719
+    -59.60898663393901,40.88965283438495,-59.608986634,40.889652834
+    -137.95806334375487,19.15190055231254,-137.958063344,19.151900552
+<EPSG:4031> +proj=longlat +ellps=WGS84 +no_defs  <>
+    130.34818235152142,55.263483187609694,130.348182352,55.263483188
+    -91.3957785109555,10.06001139894343,-91.395778511,10.060011399
+    -52.94025982655897,10.499070613281702,-52.940259827,10.499070613
+    -26.72755891837781,27.48261847436811,-26.727558918,27.482618474
+    77.16883259668157,43.24878599251835,77.168832597,43.248785993
+    103.03931820268826,66.7520135670847,103.039318203,66.752013567
+    69.5150792793286,-40.29374553725715,69.515079279,-40.293745537
+    -107.08559580546131,-59.688926699142186,-107.085595805,-59.688926699
+<EPSG:4032> +proj=longlat +a=6378136.2 +b=6356751.516927429 +no_defs  <>
+    24.796660688673057,84.24677164902033,24.796660689,84.246771649
+    138.19795178783102,82.37985960435162,138.197951788,82.379859604
+    100.31548684616882,80.83354571061437,100.315486846,80.833545711
+    130.64890018137282,-62.50864889496577,130.648900181,-62.508648895
+    119.31840087184236,-82.40856379781646,119.318400872,-82.408563798
+    -143.7166327854822,67.14846535626037,-143.716632785,67.148465356
+    170.02949211524611,-23.13382231493877,170.029492115,-23.133822315
+    101.49113035845448,64.76318796917303,101.491130358,64.763187969
+<EPSG:4033> +proj=longlat +a=6378136.3 +b=6356751.616592146 +no_defs  <>
+    15.88060467696917,78.14367349914264,15.880604677,78.143673499
+    -29.774470867401135,73.38890917277283,-29.774470867,73.388909173
+    -142.70730020802057,-15.836411040670967,-142.707300208,-15.836411041
+    -10.704544312548052,84.63053362378164,-10.704544313,84.630533624
+    -130.27490185295898,-31.70574403472822,-130.274901853,-31.705744035
+    90.80026836502014,4.003155613861381,90.800268365,4.003155614
+    13.885722713504435,-85.13100124133561,13.885722714,-85.131001241
+    -174.37223637332565,75.79837968624221,-174.372236373,75.798379686
+<EPSG:4034> +proj=longlat +a=6378249.144808011 +b=6356514.966204134 +no_defs  <>
+    107.0001673230388,-10.198048078187796,107.000167323,-10.198048078
+    131.07562400521266,-17.941095071475402,131.075624005,-17.941095071
+    152.35071950389357,-23.50138772720375,152.350719504,-23.501387727
+    96.72405072517148,-41.82569683646187,96.724050725,-41.825696836
+    -13.823480984272493,-79.67573936119808,-13.823480984,-79.675739361
+    -87.46117061127802,11.931498483198638,-87.461170611,11.931498483
+    -79.47538969131246,67.9917353227992,-79.475389691,67.991735323
+    -111.14141230978296,68.17620564153393,-111.14141231,68.176205642
+<EPSG:4035> +proj=longlat +a=6371000 +b=6371000 +no_defs  <>
+    -166.78003784918096,-23.675862753094933,-166.780037849,-23.675862753
+    -32.999923387769655,52.1394671117429,-32.999923388,52.139467112
+    139.20486222767926,-46.59370132822374,139.204862228,-46.593701328
+    -136.2439956453561,61.12090681380539,-136.243995645,61.120906814
+    71.38922877014232,70.29034917113452,71.38922877,70.290349171
+    -144.46778125854385,25.277690050456457,-144.467781259,25.27769005
+    -22.67878878050044,-55.223273117423744,-22.678788781,-55.223273117
+    -43.73080390342301,30.864051932398937,-43.730803903,30.864051932
+<EPSG:4036> +proj=longlat +ellps=GRS67 +no_defs  <>
+    -119.80586364930977,-60.99646697745906,-119.805863649,-60.996466977
+    173.21291085872724,-30.204167547145012,173.212910859,-30.204167547
+    -136.5486527511301,-25.561027425077995,-136.548652751,-25.561027425
+    33.25608373291141,-50.36473933161566,33.256083733,-50.364739332
+    122.76633729870798,-65.47983973291117,122.766337299,-65.479839733
+    -137.97524023892737,0.0846785654227773,-137.975240239,0.084678565
+    -63.542159840148,-52.955812898268796,-63.54215984,-52.955812898
+    4.023971453236271,-49.61771607393218,4.023971453,-49.617716074
+<EPSG:4037> +proj=utm +zone=35 +datum=WGS84 +units=m +no_defs  <>
+    23.599808470816345,5.311153559385502,123038.407699008,588095.186747036
+    31.606038950868047,-32.817062131514106,931355.709381406,-3640415.805081945
+    22.416765964480636,-52.512840394676665,189052.678122107,-5827957.8950932
+    21.677909193926656,0.9005426105663759,-93001.507240641,99970.911535117
+    28.91669400332284,-44.5487691945195,652246.279457608,-4934613.127552362
+    28.485817439237017,28.26735437108016,645736.241281521,3127714.201321617
+    31.725256743262825,26.151193795545723,972615.499086061,2901030.092946004
+    28.879484037649867,31.665876413950656,678182.522815321,3504936.127516129
+<EPSG:4038> +proj=utm +zone=36 +datum=WGS84 +units=m +no_defs  <>
+    29.893830530337,21.623957505428052,178424.634540922,2394419.694169387
+    28.555297174420424,-25.572306945408343,53303.22690621,-2835809.764303099
+    31.588875025006992,69.16854541974516,443999.744142793,7673800.470786063
+    36.479796317279096,-72.47038441350033,616926.142624225,-8044788.238279588
+    31.981307866152306,55.72211068771816,436012.505811226,6175622.018481728
+    32.85759838363107,-43.53316015987459,488493.938844655,-4820033.942718813
+    39.494547442869326,24.296607661308713,1159985.431458418,2702501.038614015
+    30.26283737821725,40.74101738354824,268888.554005583,4513612.495596061
+<EPSG:4041> +proj=longlat +a=6378135 +b=6356750.304921594 +no_defs  <>
+    -119.99389715073723,-49.342417966881875,-119.993897151,-49.342417967
+    -39.86968999073051,35.51715308048853,-39.869689991,35.51715308
+    171.48374379359376,85.09888833035924,171.483743794,85.09888833
+    145.36196552692513,54.889446772626,145.361965527,54.889446773
+    169.0501939337962,53.37320136774227,169.050193934,53.373201368
+    -115.95642968788542,-45.742151380669426,-115.956429688,-45.742151381
+    64.28938624820341,-32.37201932459041,64.289386248,-32.372019325
+    -42.28514917797577,52.21491784424305,-42.285149178,52.214917844
+<EPSG:4042> +proj=longlat +a=6377299.36559538 +b=6356098.359005156 +no_defs  <>
+    -176.812880024709,49.10559755785289,-176.812880025,49.105597558
+    -135.48621654900558,15.986466933011485,-135.486216549,15.986466933
+    164.10693498416407,-75.91128771112945,164.106934984,-75.911287711
+    161.4837209065755,-73.94192576650175,161.483720907,-73.941925767
+    -74.40741500103438,-68.9941116945113,-74.407415001,-68.994111695
+    171.55711987008885,-47.13708279441293,171.55711987,-47.137082794
+    156.9169305485883,71.71736315876291,156.916930549,71.717363159
+    73.82039136965128,76.68425848167797,73.82039137,76.684258482
+<EPSG:4043> +proj=longlat +ellps=WGS72 +no_defs  <>
+    -36.3801110553361,-64.58399500917272,-36.380111055,-64.583995009
+    13.519948724545827,-74.97863902791859,13.519948725,-74.978639028
+    -163.8356101585703,70.13360142180818,-163.835610159,70.133601422
+    4.074012642556539,-42.173969652433634,4.074012643,-42.173969652
+    140.07263065744888,46.84791625564466,140.072630657,46.847916256
+    -122.29764835265902,10.90300714206272,-122.297648353,10.903007142
+    58.875019369897785,79.6923069185323,58.87501937,79.692306919
+    -44.99214580828104,48.896794097607,-44.992145808,48.896794098
+<EPSG:4044> +proj=longlat +a=6377301.243 +b=6356100.230165384 +no_defs  <>
+    -81.785145179799,8.97006666751902,-81.78514518,8.970066668
+    -12.804448211408584,59.053930123887994,-12.804448211,59.053930124
+    -167.7712385240603,-6.378012824475803,-167.771238524,-6.378012824
+    -63.972140871855885,-86.28013621229125,-63.972140872,-86.280136212
+    101.96478716920484,88.81596664852711,101.964787169,88.815966649
+    -154.61523020895606,-19.26032022351474,-154.615230209,-19.260320224
+    158.94167404618526,-64.34665318443822,158.941674046,-64.346653184
+    57.09675206036738,70.38173972163696,57.09675206,70.381739722
+<EPSG:4045> +proj=longlat +a=6377299.151 +b=6356098.145120132 +no_defs  <>
+    96.00010255623312,-81.13645335608176,96.000102556,-81.136453356
+    -165.36096506330694,33.16453092181622,-165.360965063,33.164530922
+    -162.33178182392308,88.2269411508345,-162.331781824,88.226941151
+    17.005794893852908,19.142860752923298,17.005794894,19.142860753
+    -72.83916793945195,-13.25720750005702,-72.839167939,-13.2572075
+    127.38045545533606,-82.32062760994668,127.380455455,-82.32062761
+    104.42876323162142,68.06963626895734,104.428763232,68.069636269
+    81.63669062727007,-39.06303166831363,81.636690627,-39.063031668
+<EPSG:4046> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    144.72223414674716,-20.834989813712056,144.722234147,-20.834989814
+    -51.412149378902086,-43.30195233693657,-51.412149379,-43.301952337
+    -160.52790535308947,-21.53272836987489,-160.527905353,-21.53272837
+    128.28114245578985,-8.391394496860613,128.281142456,-8.391394497
+    16.65320799002248,81.40135567246571,16.65320799,81.401355672
+    73.20111873484493,35.54688788443575,73.201118735,35.546887884
+    -92.3940995701525,-42.448727527347856,-92.39409957,-42.448727527
+    82.79811788899497,88.39015440498531,82.798117889,88.390154405
+<EPSG:4047> +proj=longlat +a=6371007 +b=6371007 +no_defs  <>
+    -126.82776284849567,-45.59033099127474,-126.827762848,-45.590330991
+    -178.29259944739772,32.572760847591766,-178.292599447,32.572760848
+    -79.62015625399728,-25.26915783721151,-79.620156254,-25.269157837
+    78.11714161318946,-62.481284029609945,78.117141613,-62.48128403
+    168.59972309673492,59.46770777563802,168.599723097,59.467707776
+    77.81717484165853,-47.0952970852193,77.817174842,-47.095297085
+    48.08370470570236,10.28689303410296,48.083704706,10.286893034
+    159.94909738728973,-85.64275130531632,159.949097387,-85.642751305
+<EPSG:4048> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    7.2368051057049,-55.53155245584381,199381.097427067,3833896.701737268
+    13.764112577764699,-54.34196135238385,614715.604210648,3975188.169244564
+    11.984227244267633,75.9225660501125,499571.619338112,1.842907409492305E7
+    14.078806219360953,-86.28016025609502,515059.000730908,414198.087551981
+    11.301978646343834,-11.927792116085811,423969.323401769,8680939.497985974
+    15.228552263284785,78.79821402152666,570003.670796577,1.8752013766922265E7
+    8.67258336000428,-75.98408589745583,410060.419332761,1561524.705031725
+    18.677199381420678,-80.82796816912857,618603.138326524,1016474.048025193
+<EPSG:4049> +proj=tmerc +lat_0=0 +lon_0=14 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    10.497019724294516,37.518590306279975,190304.945563356,1.4159419788098222E7
+    18.73104231304456,-14.128809635987238,1011291.737317805,8432397.730037183
+    11.797385518949191,-27.96162921567558,283261.576892499,6904165.899923305
+    12.977005038585574,28.99370441450378,400321.588777666,1.320868204775082E7
+    18.690816699940513,-13.333586080542318,1008654.440556082,8520721.56412899
+    17.585715368017993,-60.33183988102587,697990.02233514,3304238.498119867
+    19.38047600982882,-87.44266447177421,526772.506321569,283386.230491275
+    10.77973427225989,6.818577868091978,143892.481283468,1.0755108633035589E7
+<EPSG:4050> +proj=tmerc +lat_0=0 +lon_0=16 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    14.356494453872193,-33.933357216628615,348053.902290582,6242889.599287448
+    10.925121524752464,-27.224071410985744,-3038.986287087,6977633.705576597
+    9.72702141157408,-81.51686000974614,396855.980761542,940795.338662079
+    15.70239622979191,-24.34208798924125,469801.802654627,7307058.432942998
+    21.226063190884645,-18.307305010249863,1053064.129873063,7967268.839552471
+    21.03036626069658,-35.740688071042854,955178.009790536,6031936.263968244
+    18.51153921762832,55.34011916992904,659327.408690904,1.6137354235830138E7
+    14.461211847882074,-18.056848304189884,337087.32772962,8002247.575632471
+<EPSG:4051> +proj=tmerc +lat_0=0 +lon_0=18 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    21.559764734146842,-3.778045633391244,895630.321222298,9581470.429850891
+    20.16026960226547,-18.521650869691655,728121.812010441,7950118.271981128
+    16.192915850039924,-71.01045967715262,434360.592932017,2118093.268157988
+    24.313487941091328,-78.26356484667714,643139.85703265,1301878.81611401
+    23.76638215881692,-49.85219332151888,914531.439233848,4460175.970757188
+    19.67229316778893,33.32920829870409,655691.464276016,1.3690139359488336E7
+    19.942923498505422,87.07629798470609,511065.662136812,1.967462853351839E7
+    22.79905781237253,-57.953031917758835,783979.805049937,3564501.214786303
+<EPSG:4052> +proj=longlat +a=6370997 +b=6370997 +no_defs  <>
+    -89.7134017318744,83.03871720364026,-89.713401732,83.038717204
+    130.6803464789408,-64.63295582754908,130.680346479,-64.632955828
+    -3.4028454859753765,-59.050768688980284,-3.402845486,-59.050768689
+    -109.20817863762099,-34.11419114974632,-109.208178638,-34.11419115
+    135.2926768170047,25.402006090143473,135.292676817,25.40200609
+    5.976429437592913,-59.73692955672675,5.976429438,-59.736929557
+    14.8248503958267,2.8770267994339207,14.824850396,2.877026799
+    -36.180473739712795,-18.704292473115302,-36.18047374,-18.704292473
+<EPSG:4053> +proj=longlat +a=6371228 +b=6371228 +no_defs  <>
+    -58.067027146574944,45.13155338140899,-58.067027147,45.131553381
+    42.926281626841444,1.86125594210975,42.926281627,1.861255942
+    -99.74482975337841,-87.21930325255026,-99.744829753,-87.219303253
+    58.90905401270132,14.476465145032321,58.909054013,14.476465145
+    -57.27083885786949,70.78178037831643,-57.270838858,70.781780378
+    131.66274705044657,-2.2401454734940955,131.66274705,-2.240145473
+    160.04854025802575,-52.4970954948318,160.048540258,-52.497095495
+    -116.80138625841613,38.031440667396254,-116.801386258,38.031440667
+<EPSG:4054> +proj=longlat +a=6378273 +b=6356889.449 +no_defs  <>
+    -112.32517334775876,22.1594916567185,-112.325173348,22.159491657
+    -132.4588537705582,10.295224832058736,-132.458853771,10.295224832
+    119.6391474647753,-84.08815025307445,119.639147465,-84.088150253
+    -26.98623560988605,20.516920372622366,-26.98623561,20.516920373
+    89.81074310411555,-30.181422237144545,89.810743104,-30.181422237
+    -122.3862128338869,57.08415579039794,-122.386212834,57.08415579
+    133.02058728242724,42.588405127348665,133.020587282,42.588405127
+    161.13267090790566,50.5292668533701,161.132670908,50.529266853
+<EPSG:4055> +proj=longlat +a=6378137 +b=6378137 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -151.78352419273605,-51.40192510281102,-151.783524193,-51.214146801
+    85.0277894807565,-66.93475051254316,85.027789481,-66.795704875
+    -108.67053055108703,-10.863473692125169,-108.670530551,-10.792463063
+    122.2500030962018,58.470872101069546,122.250003096,58.299071475
+    -155.078175089424,-22.121079626323237,-155.078175089,-21.987149377
+    157.26030116582405,88.7399898193641,157.260301166,88.73150075
+    -144.17189276405196,-62.30589839406892,-144.171892764,-62.147227471
+    -18.528038939013214,-64.65030537196276,-18.528038939,-64.501084204
+<EPSG:4056> +proj=tmerc +lat_0=0 +lon_0=20 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    18.45516706271851,73.686325380639,451554.515570301,1.818012488565266E7
+    21.084942109672987,-86.6096565963756,507165.221095814,377605.358825859
+    16.300427392679943,84.75019263834267,462221.757845147,1.941588383048627E7
+    14.123578841341644,75.1618919947048,332223.285599446,1.835249851744505E7
+    19.25183391308721,-41.31702239443764,437361.514396916,5424406.721991877
+    20.408767601160605,-35.274208060607904,537187.120613465,6095299.504365139
+    16.847338546717374,-72.76903164453918,395774.187867094,1920122.117199328
+    21.79796327109449,-1.6070746117852934,700083.159079842,9822228.125790857
+<EPSG:4057> +proj=tmerc +lat_0=0 +lon_0=22 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    25.17448177372431,-72.41076621941596,607059.475737293,1960009.593820263
+    23.048030276361978,-16.028856799693415,612153.283008975,8227057.541550807
+    25.51511340650866,-35.78249791279082,817835.352573968,6033281.949764181
+    22.271755544219012,-48.62860523225795,520030.253132896,4612176.930774432
+    24.1657289866994,-15.137090153922884,732801.074913865,8324859.564084893
+    19.434279969982978,70.54622083866269,404627.096913703,1.783115102386055E7
+    17.8626690237481,-86.70377183090646,473455.05648612,366205.150283979
+    16.672459781393332,-69.07430634917684,287812.955852978,2325830.011687609
+<EPSG:4058> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    30.726941876461982,-10.712579902417389,1237389.564494062,8807371.041543148
+    20.80449161052549,49.721201531832975,269616.0267257,1.5514189961633693E7
+    19.163886293139452,-9.119718769932433,-32144.569324955,8988043.548993053
+    19.9216132330995,-20.80954961919234,75205.379449946,7692861.756949848
+    22.42702830701523,-25.637064128813975,342040.213637608,7162718.718042777
+    21.7416970409125,-58.35174324547453,367800.713684349,3527968.645354446
+    18.02933344271151,-57.58735991752804,143196.410216797,3599596.210562585
+    22.508133176099168,-22.604612048726793,346611.228299815,7498730.563451627
+<EPSG:4059> +proj=tmerc +lat_0=0 +lon_0=26 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    24.246559588908998,-14.902087308210298,311324.225690547,8351266.465663215
+    25.171243349458635,-11.89731168012544,409718.314208795,8684272.0624199
+    28.944117659929827,-82.29915577166338,544039.085587824,857912.715026641
+    32.18769054512548,-13.0666838744812,1172205.066368086,8546826.533837061
+    28.809858355648608,16.32036635044176,800339.613716978,1.1806985258947313E7
+    24.358219254448674,33.56301975508444,347559.264975041,1.3716028414768664E7
+    25.582257592402282,-54.884584827438665,473193.018155534,3916146.488159693
+    23.899239314692526,6.11697467276521,267439.009623617,1.0676792612596713E7
+<EPSG:4060> +proj=tmerc +lat_0=0 +lon_0=28 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    32.20978934689272,-68.9815595455862,668446.205249668,2339617.639688394
+    28.76536252966511,-12.933696864924798,583046.08561508,8569643.207251832
+    24.447157412088263,-79.76911870682851,429573.615131017,1139376.532619515
+    29.95673736814169,-15.743963110302019,709716.83804813,8257891.310572696
+    23.07581990032657,56.93185265501708,200379.480556646,1.6322494122947212E7
+    33.77647191689729,-6.386382410342094,1140071.51102888,9290273.515574003
+    26.729887698824545,-31.453011080396593,379283.612199119,6518448.694915704
+    25.52979546560843,-35.22319653507354,275112.559697386,6098237.967622833
+<EPSG:4061> +proj=utm +zone=33 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    21.846970965354878,-86.87229405244662,541611.144901152,348752.154372677
+    14.809663291135774,17.376474518095904,479780.799586146,1.1921213328732448E7
+    15.01575937228419,-15.378138308291824,501691.236121326,8299849.471729781
+    8.60314492097989,-78.84861667426321,362154.308155404,1239363.397297783
+    13.877009610594774,-29.103752869987474,390726.504876834,6779998.458592688
+    14.273146590880673,41.05835870170628,438924.236975746,1.4545489928558199E7
+    18.889914123230874,76.96706013176313,597856.554592077,1.8546334966618247E7
+    18.476287949080472,61.01508211191191,687867.626176778,1.6769454891342983E7
+<EPSG:4062> +proj=utm +zone=34 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    18.496034421254052,-10.410758641869165,225846.145041726,8848088.982669735
+    14.737958877197439,56.66714660164348,116508.10852902,1.6297872321323987E7
+    21.477366068141354,35.02426416016192,543547.754123049,1.3875837990590546E7
+    27.37515237120845,-67.97796719158667,766369.330154601,2445836.06372059
+    21.343489586653405,22.156385008070586,535416.432932506,1.245017678829905E7
+    17.644508739929385,-4.215175437540495,127408.919516044,9533285.405053202
+    26.293034808667176,35.596784499558936,979686.561244082,1.3952146045147138E7
+    27.548348228542757,-50.84311356572537,960838.492651954,4347160.621212492
+<EPSG:4063> +proj=utm +zone=35 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    24.609402826667015,39.73551620410339,295143.251583115,1.4401135587535147E7
+    23.68594126074697,56.329747870051705,295116.719079672,1.6247714171939282E7
+    32.2141803117536,25.102126282261537,1026193.643881496,1.2786432318647593E7
+    27.28776399032023,-10.816416954531746,531455.860125907,8804304.484036338
+    31.566140378957456,-18.083571610896698,983571.484949137,7994578.205861153
+    26.94471733571615,-24.843523602885938,494414.397422758,7252377.34729405
+    33.915701588919546,5.023553996305864,1268460.016833815,1.0559343977922488E7
+    33.00332524422944,-14.056661810480051,1149199.971496892,8437724.381222852
+<EPSG:4071> +proj=utm +zone=23 +south +ellps=intl +towgs84=-143.87,243.37,-33.52,0,0,0,0 +units=m +no_defs  <>
+    -49.37496978719577,-35.7912245790496,104464.00692366,6030404.859979429
+    -46.546378606579935,-67.16516854018442,432966.178617487,2549382.582296586
+    -47.46902955978828,-25.110459672655146,250954.1421553,7220582.718247347
+    -48.14167762761978,70.6489199047723,383788.885667616,1.784126703828805E7
+    -45.31415873559689,22.411217095947663,467596.290324297,1.2478400868043236E7
+    -50.68711408342118,59.113206797902194,174517.598621771,1.6566548912312118E7
+    -49.797217279050834,-42.10691157895384,103252.225613108,5327239.834828353
+    -41.52929876392253,8.614406888109983,882026.802470306,1.0953987314100074E7
+<EPSG:4075> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    87.75035275978377,-27.67225238346122,87.75035276,-27.672252383
+    -102.20757360029037,88.57318805069423,-102.2075736,88.573188051
+    45.81102513127061,-21.523540801294118,45.811025131,-21.523540801
+    167.67429485761505,33.92243867565851,167.674294858,33.922438676
+    -159.43093082650876,-37.006863514887364,-159.430930827,-37.006863515
+    -142.07583560342312,6.196417404923551,-142.075835603,6.196417405
+    13.913428270286602,24.38623241677081,13.91342827,24.386232417
+    -40.56995366410479,33.56800064916045,-40.569953664,33.568000649
+<EPSG:4081> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    141.56270439181856,28.12150931259157,141.562704392,28.121509313
+    -148.30094894293416,-22.319107000101795,-148.300948943,-22.319107
+    -45.90505742106092,77.28317253151306,-45.905057421,77.283172532
+    -50.044591536232275,31.365772825698485,-50.044591536,31.365772826
+    -15.512643916303574,79.77768397094988,-15.512643916,79.777683971
+    -77.00334841252598,-31.22890757223351,-77.003348413,-31.228907572
+    -129.99528840929295,-79.57378863973473,-129.995288409,-79.57378864
+    154.90519570202474,17.530720758409515,154.905195702,17.530720758
+<EPSG:4082> +proj=utm +zone=27 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -23.170663803337412,51.86299653754784,350536.722825126,5748027.808859302
+    -19.351704454833374,-39.647088468536545,641423.315204341,-4389886.848054362
+    -15.998597360290788,-75.38308865453902,640729.436649125,-8372297.828107459
+    -20.13885917406219,40.962285088922926,572464.917943796,4534927.373002416
+    -23.470456331661893,-48.01549906482233,315776.208964366,-5320975.979809407
+    -27.062455073613414,0.9213047554407012,-175782.869739462,102408.449675881
+    -18.087248505955642,-56.277883430819855,680326.535948165,-6240821.688008431
+    -25.29405276784712,-29.438987815087984,83335.983086985,-3264306.438137935
+<EPSG:4083> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -20.859134842144833,52.40184956936832,101556.815845404,5821900.692852114
+    -19.707441760878883,-76.40610527776413,376614.425286706,-8485430.46846911
+    -10.598196706212924,29.14013529880276,928378.844913218,3231534.515016111
+    -14.564132821768284,-32.54152875244332,540926.341175594,-3600546.379665109
+    -13.559723853794942,-79.54327055054605,529179.006986756,-8830969.218764383
+    -18.196537351140634,-78.57583152078995,429353.404965362,-8724566.18282464
+    -21.07824855937904,-24.675604985715708,-115712.138244444,-2742697.662377447
+    -12.715414452022515,-40.72760273447213,692933.682129171,-4511029.501977498
+<EPSG:4087> +proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -153.74534068338727,-26.9353286191715,-1.7114853036713343E7,-2998427.066235493
+    -164.24546746746336,-59.92544922814658,-1.8283721803580828E7,-6670870.493635827
+    -162.6026316472187,-23.55056540500037,-1.8100842156614758E7,-2621636.948778285
+    -28.29098180537963,-22.723487545078726,-3149337.688616669,-2529567.0625656
+    94.86823784977832,-11.545486571865865,1.0560683929892672E7,-1285237.686141146
+    118.070353873665,67.34908844868909,1.3143531670997446E7,7497266.231499313
+    -24.111316615635275,-20.833671298034204,-2684059.488008441,-2319193.680251138
+    -45.76035467356144,40.608037456521686,-5094019.380780296,4520466.051773987
+<EPSG:4088> +proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +a=6371007 +b=6371007 +units=m +no_defs  <>
+    179.1602628511527,-72.72909541224294,1.9921734173908815E7,-8087115.314824379
+    95.7290559573728,-55.48697556973055,1.0644597050443128E7,-6169876.95721746
+    -29.078974504753063,-78.58596670618094,-3233437.989621608,-8738370.404272474
+    86.22307980449955,-65.37380465768875,9587579.568065748,-7269243.400304503
+    -85.59273705212887,57.1428167208681,-9517488.574944142,6353998.294852673
+    -68.79576923386482,-64.45325856106395,-7649748.918403845,-7166883.232150873
+    -36.653987048520236,21.691034786094605,-4075741.879220094,2411935.671943676
+    -59.19966180117787,24.234303259466614,-6582709.283967997,2694734.533997444
+<EPSG:4093> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.99998 +x_0=200000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    2.88136604877277,83.07552265054593,117764.55380118,4232759.892738504
+    8.243850124320897,21.632469588492825,121718.644557149,-2606752.7849162
+    4.536809882625824,-63.44768899953516,-22552.314494857,-1.204590490944849E7
+    13.849016300409906,40.22812408602144,612769.083763453,-533934.688499626
+    15.844405813948025,87.91911734603823,227691.960102709,4771004.19438602
+    4.694711623515702,-83.04185373228236,141802.016568525,-1.4226808181997193E7
+    5.511223862826626,-20.652183613175993,-163725.842044461,-7288431.776157921
+    15.976339471217749,-45.634757707523406,743913.399188067,-1.007911999638927E7
+<EPSG:4094> +proj=tmerc +lat_0=0 +lon_0=10 +k=0.99998 +x_0=400000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    16.663514702402146,-2.431671649674527,1142782.337774834,-5270715.476798082
+    15.734651858871901,-38.74604352484901,898714.585763364,-9305875.22026116
+    7.721431441328517,40.78836175782109,207676.635304372,-480520.931022389
+    15.595545469093882,35.99338769808891,904796.663002124,-1000757.593211572
+    7.587764523100251,-69.88907926767601,307418.419713155,-1.2758281548385907E7
+    15.426302513807215,-26.943165773991936,939325.068490044,-7992867.805670202
+    5.425908367653664,-57.046978579920825,122498.851132325,-1.1334321603134282E7
+    11.13527352100214,47.80343818836977,485039.270771595,297090.465783595
+<EPSG:4095> +proj=tmerc +lat_0=0 +lon_0=11.75 +k=0.99998 +x_0=600000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    5.8473380343001065,68.48089355979326,358591.359921496,2610950.326037998
+    14.57119540609609,-70.7502570613002,703814.714335526,-1.2854940962507227E7
+    11.573042995984052,-0.24636457740398043,580301.779753155,-5027241.172340009
+    5.3847343071019305,-15.926042728677828,-82740.281749149,-6771861.404416903
+    8.63622955626839,-31.72282567793131,304828.83826093,-8515267.800389998
+    16.141253898461063,24.178484542581913,1046482.969729317,-2317978.945011474
+    14.524020692581644,-29.72291343143256,868443.700335198,-8292556.103551991
+    16.80271798796753,7.0079977423415585,1158988.655370351,-4222059.431977062
+<EPSG:4096> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=800000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    14.168088505368985,27.081365517662732,717486.517885846,-2003081.342802808
+    13.212113714946035,58.8649412938546,696846.361316666,1529002.125590697
+    9.604775830322112,-26.92800052292022,263686.463203206,-7991110.083300456
+    13.96071625009724,79.07869347987847,778010.86448962,3782465.607087849
+    18.859237589739493,84.11091926510744,844193.07892527,4345695.292235486
+    10.191363211077494,78.4950979715808,693005.377375588,3721513.017300781
+    12.662998732114776,15.579692004974277,549284.40133699,-3275492.766416918
+    14.65414428945627,28.409614352652284,766110.379377856,-1856114.993580051
+<EPSG:4097> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.99998 +x_0=200000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    3.876691587402372,-1.5975610085939707,-370857.669969474,-5177359.074444236
+    11.342085681772637,7.59381792543229,458513.116631203,-4159588.152763146
+    11.515071703894725,78.71491002886415,254948.691893623,3742660.667782966
+    8.53909992672626,60.042649211215746,174315.537221132,1658780.809070931
+    3.568058524045533,-46.763420313106664,-214905.280395772,-1.0195192584729996E7
+    8.630165732715561,-23.650432605971915,162268.33262804,-7616568.590892391
+    15.27360702160353,38.7155688661783,745856.668463989,-694424.115569495
+    7.429316255887188,-31.983030224675943,51548.573306044,-8540977.844879312
+<EPSG:4098> +proj=tmerc +lat_0=0 +lon_0=10 +k=0.99998 +x_0=400000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    5.3537044167381715,86.6607588353217,369805.395819963,4630027.164874038
+    3.276411984118251,84.9245407955946,333715.252193151,4438772.245127186
+    16.884345491686187,-81.26198808035302,516535.347267826,-1.4032806596958742E7
+    6.945614817299057,-38.13889686828,132207.600229961,-9227241.30424833
+    12.269769714755355,-1.2889492202244526,652667.52472265,-5142634.640771495
+    10.154008309794268,87.48250973319963,400755.557128543,4720585.650273096
+    5.8333295972683645,-14.340187206505504,-49813.259475331,-6590008.701848777
+    10.431653434436438,67.35236482767317,418555.300843133,2473566.118524546
+<EPSG:4099> +proj=tmerc +lat_0=0 +lon_0=11.75 +k=0.99998 +x_0=600000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    7.907722204579938,38.47530055355105,264662.509592481,-732826.752746949
+    13.282464730930606,73.13484794024615,649639.03370076,3119243.037844843
+    17.739688667464215,68.85186495044786,840930.626391172,2652506.866647728
+    11.292723535635304,-82.62784717913628,593446.940969201,-1.4178428786459675E7
+    12.847864720814059,64.51902481733566,652718.660980715,2158028.5025109
+    9.077184966183758,24.6302809323401,329318.168237874,-2272321.631498138
+    13.1999943463216,-68.68739096314732,658831.807717239,-1.2623095610283159E7
+    14.43274922403836,7.606186653351514,896131.174759254,-4158000.638517284
+<EPSG:4100> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=800000 +y_0=-5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    14.96917027639915,-78.13877128470472,799292.318032331,-1.367732772877964E7
+    9.403940574306464,-61.25982059387642,499944.682493721,-1.1807308679476619E7
+    13.948549651815718,-4.946661159453541,683379.641014873,-5547079.380014262
+    8.530133534505778,-63.06058443820385,473243.806554098,-1.2011608943222675E7
+    21.88043366053145,-4.460830344376234,1565453.523074696,-5496850.855509715
+    21.427065358447102,-28.404192708811465,1430531.865882242,-8160103.541523619
+    13.266564085819834,54.309938927390675,687180.131850964,1021800.956987512
+    16.81797502536027,-66.63815382308678,880467.605057607,-1.239517310965196E7
+<EPSG:4120> +proj=longlat +ellps=bessel +no_defs  <>
+    -118.53204429985442,-45.02442090490457,-118.5320443,-45.024420905
+    -28.95785036871854,-88.28512478289568,-28.957850369,-88.285124783
+    151.77433458853403,77.90988827827587,151.774334589,77.909888278
+    -7.581903937559474,-75.95753401264078,-7.581903938,-75.957534013
+    7.890627638519533,-53.638309714673724,7.890627639,-53.638309715
+    44.87543581448935,12.532968486699929,44.875435814,12.532968487
+    23.0922449278942,-20.157135288643744,23.092244928,-20.157135289
+    59.377151482024516,11.874635773390068,59.377151482,11.874635773
+<EPSG:4121> +proj=longlat +datum=GGRS87 +no_defs  <>
+    -49.80428389907806,-19.11922026970187,-49.803291692,-19.120774534
+    -110.51337620611275,-46.562679570213525,-110.510592945,-46.564204835
+    63.022221927529074,-23.598572545530047,63.020144349,-23.600526227
+    -121.65955973552383,59.293141089284944,-121.655885441,59.292328869
+    -124.61272646916859,71.39906756923168,-124.606914845,71.39880396
+    68.91511639119773,12.71264802190342,68.913151585,12.710469155
+    -164.27937824213458,-80.11037956823246,-164.272800777,-80.112277414
+    -100.28715143096221,-57.30419640719963,-100.283667245,-57.305106203
+<EPSG:4122> +proj=longlat +a=6378135 +b=6356750.304921594 +no_defs  <>
+    20.931425057586893,6.8601230573554375,20.931425058,6.860123057
+    71.34351552892971,80.37522624939118,71.343515529,80.375226249
+    46.25002179547539,52.64575982109852,46.250021795,52.645759821
+    38.922847050136056,-79.99461073212005,38.92284705,-79.994610732
+    97.26376975672537,-18.00238172874205,97.263769757,-18.002381729
+    -123.22083390990993,-21.93620526421884,-123.22083391,-21.936205264
+    -46.04434360852949,33.99222120669195,-46.044343609,33.992221207
+    -154.52331435020585,64.4370830511175,-154.52331435,64.437083051
+<EPSG:4123> +proj=longlat +ellps=intl +towgs84=-96.062,-82.428,-121.753,4.801,0.345,-1.376,1.496 +no_defs  <>
+    129.57731773369062,89.77403031049141,129.097360235,89.772930615
+    -18.102575104747558,63.03014818769145,-18.097639209,63.031285845
+    91.8948318097739,-76.00979699636008,91.891350644,-76.010558186
+    -58.38654048471207,-18.438788078257147,-58.38517934,-18.437103107
+    144.38641368714747,60.61931474643097,144.382736157,60.619937169
+    46.74785568177538,-26.909365281851457,46.747606305,-26.909445121
+    53.47752491679108,-19.408860723048676,53.477334516,-19.408989125
+    -87.23098697897275,23.285325665779695,-87.229641313,23.28855372
+<EPSG:4124> +proj=longlat +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +no_defs  <>
+    26.71995852566255,0.4831060912865013,26.72325115,0.478313612
+    100.79793334037612,70.6542230091683,100.812869313,70.651866276
+    -159.93059338588006,-79.0104285295996,-159.933590833,-79.008326665
+    -72.98169936214234,-5.970827691144606,-72.983367692,-5.976257924
+    -4.986280869759497,84.46789405308789,-4.994457818,84.471471775
+    12.724693381768304,-35.72476625320853,12.727279053,-35.730151159
+    112.35116317016184,7.989637936658156,112.356819555,7.983916317
+    161.81456767989943,-25.032191348667695,161.817996953,-25.035704268
+<EPSG:4125> +proj=longlat +ellps=bessel +towgs84=-404.78,685.68,45.47,0,0,0,0 +no_defs  <>
+    167.52212003331846,72.43159621525803,167.539393731,72.435770977
+    -169.9058546884553,-57.855260999864385,-169.893288482,-57.857054967
+    47.49133964773674,-56.551248070799076,47.47895368,-56.55266068
+    -144.99166820369211,-54.66745785009226,-144.979365076,-54.666676076
+    72.39576176812375,23.150704071940368,72.38996874,23.151778997
+    -29.826154864214885,11.241826165237782,-29.829758287,11.23997409
+    -160.82141542612163,-84.07999055576421,-160.753637115,-84.081304709
+    70.73801323134421,-2.2395875545867483,70.732544026,-2.240133232
+<EPSG:4126> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -104.5353102980173,-2.9710385791387495,-104.535310298,-2.971038579
+    -107.90407503590136,22.193820296773993,-107.904075036,22.193820297
+    5.840546836487022,-29.51007528337773,5.840546836,-29.510075283
+    19.481307130310483,2.5240827814824343,19.48130713,2.524082781
+    -126.12009335906338,-1.158227816422837,-126.120093359,-1.158227816
+    -27.959597793489706,10.12942838555945,-27.959597793,10.129428386
+    -84.66426039300254,9.337639718039924,-84.664260393,9.337639718
+    123.15050093194384,-86.94431987104919,123.150500932,-86.944319871
+<EPSG:4127> +proj=longlat +ellps=clrk66 +towgs84=-80,-100,-228,0,0,0,0 +no_defs  <>
+    128.2200031874188,-65.65484995812733,128.217292956,-65.655375788
+    -102.15700599854065,67.45888632473549,-102.155670615,67.462133014
+    -115.1738913951455,45.66008703568971,-115.173508187,45.664462232
+    -82.44037200062246,8.433202713304155,-82.439532384,8.435981783
+    169.8041356802314,42.46168564033843,169.802766871,42.465703477
+    -54.56514344372637,38.93829413326702,-54.563722933,38.942184089
+    74.57500683583362,-69.54156167418176,74.573712301,-69.541259384
+    -154.6715049818645,-44.243734769059216,-154.67220811,-44.245127722
+<EPSG:4128> +proj=longlat +ellps=clrk66 +no_defs  <>
+    -56.06226874945426,72.63524729198471,-56.062268749,72.635247292
+    -143.03677568092627,-27.480537757156895,-143.036775681,-27.480537757
+    143.2439571023338,-56.90551371133205,143.243957102,-56.905513711
+    -90.9944466599778,55.951011490967204,-90.99444666,55.951011491
+    60.45919999932178,-35.61001122596709,60.459199999,-35.610011226
+    129.86295810654894,59.6158872391066,129.862958107,59.615887239
+    -66.72522844771359,-59.94467416628935,-66.725228448,-59.944674166
+    -61.23384491259269,81.7594628333525,-61.233844913,81.759462833
+<EPSG:4129> +proj=longlat +ellps=clrk66 +towgs84=-132,-110,-335,0,0,0,0 +no_defs  <>
+    -43.77538537301763,35.20905341717004,-43.773510166,35.21343878
+    89.7013424485749,-9.613999897557733,89.700145155,-9.611552497
+    -38.69359128316967,25.751564375562893,-38.691913031,25.7558309
+    91.63487093548014,-72.78103522030952,91.630784425,-72.780446642
+    69.4008819978975,63.22564460119048,69.399194389,63.227521879
+    87.78223122023377,-63.35201591989363,87.779681581,-63.351460323
+    -65.38286365094979,84.02937737372989,-65.368589481,84.030532194
+    43.88249990481512,64.79844446041335,43.882242907,64.799980643
+<EPSG:4130> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -103.90067343568839,-61.83868737890723,-103.900673436,-61.838687379
+    -148.10072513164377,-32.67365303536848,-148.100725132,-32.673653035
+    -22.47495782034582,-8.264913080878074,-22.47495782,-8.264913081
+    168.51042026728146,89.9866701913781,168.510420267,89.986670191
+    -138.6063731427705,21.111235121917844,-138.606373143,21.111235122
+    -71.733570906226,56.920529171607114,-71.733570906,56.920529172
+    -140.0248634686393,-73.7287512186959,-140.024863469,-73.728751219
+    -39.33540019407195,59.90578035614794,-39.335400194,59.905780356
+<EPSG:4131> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=198,881,317,0,0,0,0 +no_defs  <>
+    -130.79636322729976,87.47810880930376,-130.709982862,87.470712499
+    113.70940213878555,36.77541910409103,113.71540187,36.775466495
+    -56.57203743215457,-10.280961829638557,-56.577975822,-10.282189442
+    -147.3034253550881,-31.59546329940457,-147.296741172,-31.593385653
+    143.26672924154173,39.13648676608028,143.276265956,39.134745495
+    -85.44086901455174,0.6178519893097132,-85.443270945,0.614866056
+    10.790689766752052,-46.171503768238324,10.779962229,-46.174159085
+    2.0280623016685126,-84.23508342692142,1.950180536,-84.237073894
+<EPSG:4132> +proj=longlat +ellps=clrk80 +towgs84=-241.54,-163.64,396.06,0,0,0,0 +no_defs  <>
+    86.5512128081557,-50.96487542348862,86.547921048,-50.968951105
+    -177.1779981097714,42.09380303132045,-177.179830089,42.095791024
+    -0.6072067419181337,-10.509075289990122,-0.605688585,-10.513330379
+    165.35607596506208,50.51684387726078,165.352982541,50.519000161
+    35.964401837099956,31.33678857735481,35.964303017,31.335165706
+    116.29772073374176,-42.07710063152173,116.294227862,-42.082636546
+    174.2244946221473,45.39445193716185,174.222104895,45.396528024
+    -154.32395535489013,63.215218639158394,-154.324806879,63.218456526
+<EPSG:4133> +proj=longlat +ellps=GRS80 +towgs84=0.055,-0.541,-0.185,0.0183,-0.0003,-0.007,-0.014 +no_defs  <>
+    77.09525677393708,-49.9965957946161,77.095259904,-49.996596145
+    -87.01190233986298,42.9408357564821,-87.011900401,42.940845379
+    -35.12327150131014,-1.3708736326114348,-35.123265965,-1.370869162
+    -47.02961924132441,39.72089366509516,-47.029610555,39.720901106
+    16.070924955638162,-59.197709070017645,16.070928164,-59.197708953
+    57.189088284783395,-88.71489905293663,57.189106845,-88.714899501
+    -144.14084164827335,-20.86575328421658,-144.140842685,-20.865749537
+    20.238055283488507,12.176194240558772,20.238063082,12.176193769
+<EPSG:4134> +proj=longlat +ellps=clrk80 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +no_defs  <>
+    -79.60376978907851,-4.8218398080521325,-79.604156921,-4.824397962
+    -111.38111099878179,-14.972202145131817,-111.382779442,-14.975956212
+    126.32468019997276,-18.67010678432993,126.319816878,-18.672795232
+    39.464779449052514,62.45782763915284,39.462643728,62.457172376
+    95.09214214286601,-33.58676238338559,95.088006209,-33.589660033
+    -161.08181192337514,-71.97853030319206,-161.089780233,-71.98251756
+    112.73682491128636,-19.136391531937292,112.732235123,-19.139005816
+    171.46979136653863,74.25655362603987,171.459738193,74.259575955
+<EPSG:4135> +proj=longlat +ellps=clrk66 +towgs84=61,-285,-181,0,0,0,0 +no_defs  <>
+    7.670932117669366,-33.25366753763171,7.674050577,-33.254378271
+    -13.756754604364716,78.01688843327958,-13.745440301,78.019205819
+    -103.96299014029066,0.3996176773048177,-103.964139759,0.401301169
+    159.01957354304255,-70.59922618742077,159.012987968,-70.59868276
+    -85.22541583284233,73.71712580760442,-85.226599926,73.721217303
+    -7.929222776128086,-86.98341414549577,-7.882617034,-86.984444155
+    -149.98751567920144,78.59608772099577,-150.000074374,78.598024245
+    -135.70474990547496,-86.68634286138507,-135.74296085,-86.687883813
+<EPSG:4136> +proj=longlat +ellps=clrk66 +no_defs  <>
+    -110.49581434680168,-38.99151594737609,-110.495814347,-38.991515947
+    43.60418995181533,51.331560572050904,43.604189952,51.331560572
+    165.2778765418268,68.42804363046722,165.277876542,68.42804363
+    -174.6514836478041,-47.59406054646747,-174.651483648,-47.594060546
+    -33.25662900582316,8.463356107870965,-33.256629006,8.463356108
+    -85.14843340781978,-83.71290822155017,-85.148433408,-83.712908222
+    54.504274584020635,-45.52570766386203,54.504274584,-45.525707664
+    -153.5275772321103,-8.77090424797106,-153.527577232,-8.770904248
+<EPSG:4137> +proj=longlat +ellps=clrk66 +no_defs  <>
+    98.50436895890942,40.570676701742286,98.504368959,40.570676702
+    -22.82405606828749,2.643847449978395,-22.824056068,2.64384745
+    144.90569450731124,-40.84202148159934,144.905694507,-40.842021482
+    -16.774216809557487,24.49225899712974,-16.77421681,24.492258997
+    -5.259672991546779,-3.689036811630473,-5.259672992,-3.689036812
+    -109.62097544235269,-24.8237035785952,-109.620975442,-24.823703579
+    8.422018977671058,-49.899194658006536,8.422018978,-49.899194658
+    -10.336311377517688,-38.83408219205843,-10.336311378,-38.834082192
+<EPSG:4138> +proj=longlat +ellps=clrk66 +no_defs  <>
+    125.18401078395988,45.52191683563066,125.184010784,45.521916836
+    18.882498318239072,18.804342216468797,18.882498318,18.804342216
+    96.80666436013433,-4.932825624174143,96.80666436,-4.932825624
+    -141.95722411309922,15.115212172249244,-141.957224113,15.115212172
+    87.74328474407878,17.225079830568333,87.743284744,17.225079831
+    -116.66189322625324,-44.05544416287193,-116.661893226,-44.055444163
+    -143.44480541596687,-33.71563335517786,-143.444805416,-33.715633355
+    -66.30767808155888,-14.426828611622142,-66.307678082,-14.426828612
+<EPSG:4139> +proj=longlat +ellps=clrk66 +towgs84=11,72,-101,0,0,0,0 +no_defs  <>
+    -144.65321977216007,52.11286233082521,-144.652455399,52.115134919
+    32.799205686649145,-66.01958512049139,32.798003046,-66.021200474
+    -150.5871206461151,-87.82199587600519,-150.573620242,-87.821721723
+    69.17591758981783,78.0005032354263,69.175257961,78.002184436
+    -17.75185618621967,88.07774229532325,-17.771052809,88.077813125
+    -73.227893856716,84.52100024860073,-73.230829387,84.52090674
+    -129.7983205143444,63.21697514429829,-129.797572266,63.218604601
+    -90.2337625866779,21.203400242055338,-90.233865699,21.205460956
+<EPSG:4140> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -12.737938219850605,-47.548666403463535,-12.73793822,-47.548666403
+    -157.38152071100558,-85.2317042538408,-157.381520711,-85.231704254
+    0.5861182433819749,-31.889477394402007,0.586118243,-31.889477394
+    122.94671319594266,53.80314267092467,122.946713196,53.803142671
+    101.9946898028374,71.96864559809924,101.994689803,71.968645598
+    159.79497410208114,21.182291529373217,159.794974102,21.182291529
+    161.11842889845713,-47.902485193174265,161.118428898,-47.902485193
+    28.45031526789927,78.40870503165763,28.450315268,78.408705032
+<EPSG:4141> +proj=longlat +ellps=GRS80 +towgs84=-48,55,52,0,0,0,0 +no_defs  <>
+    -83.09162744831129,-86.2696766123724,-83.085981179,-86.269167479
+    70.66089681417836,87.04469049155168,70.649867617,87.044988335
+    -158.85138020313758,44.39458833197352,-158.850519007,44.394410867
+    90.95541108933821,74.8575994504447,90.95379717,74.857960255
+    33.41751719375185,-82.21846159069229,33.412733317,-82.218437893
+    107.00525644989858,-41.076008986124734,107.004901654,-41.076756198
+    8.775398157605622,14.217549153002338,8.774826697,14.217006885
+    8.1684492906966,6.980979657468566,8.167894885,6.980469314
+<EPSG:4142> +proj=longlat +ellps=clrk80 +towgs84=-125,53,467,0,0,0,0 +no_defs  <>
+    -50.43317907651391,-79.4959041744392,-50.430104743,-79.496731262
+    -160.7870406525223,-15.67652004986968,-160.78619009,-15.682468146
+    162.3420603235897,-80.94338202053217,162.342776344,-80.94621157
+    169.5694100956922,24.28463897229892,169.569700604,24.283648231
+    -54.89668946642243,18.491797765377427,-54.896009728,18.489360398
+    120.3829277800757,70.29017991388588,120.380775855,70.29168187
+    14.19390843003157,48.52488905314374,14.192797888,48.524499138
+    -29.983300197189237,-74.19803473015966,-29.982755603,-74.199657819
+<EPSG:4143> +proj=longlat +ellps=clrk80 +towgs84=-124.76,53,466.79,0,0,0,0 +no_defs  <>
+    26.04607540238831,68.52798991478207,26.043569824,68.527856988
+    14.972832496357853,82.38322200819448,14.967197236,82.382544773
+    120.49602128585019,-29.503370509171397,120.495189975,-29.510218228
+    -173.65231435467476,46.72051343241071,-173.65144491,46.721547319
+    109.53576621900993,-18.25913339619366,109.534821943,-18.265272277
+    74.45044745140251,72.42697260670516,74.44646071,72.427668022
+    -56.34921888542556,-86.319436464791,-56.338833244,-86.319095122
+    134.66866016036698,-61.431234746477564,134.667695802,-61.436864779
+<EPSG:4144> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=214,804,268,0,0,0,0 +no_defs  <>
+    -158.180297730708,83.67759715674677,-158.126117922,83.672540655
+    -112.614859501554,-10.069014107289348,-112.613841352,-10.069526266
+    102.18719785448229,-1.3287804207726168,102.190602935,-1.331282151
+    129.1825319368702,32.93402452854761,129.189737698,32.932878361
+    -104.590743774772,-88.80682656702294,-104.592692371,-88.799360539
+    -144.52083173221013,5.1254993581045625,-144.516047544,5.122273482
+    -24.470581971841995,-24.375141151258333,-24.478668391,-24.375585074
+    -132.84558983045957,-17.139609964422803,-132.841926614,-17.139034254
+<EPSG:4145> +proj=longlat +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +no_defs  <>
+    -72.64243120359086,4.462895021442449,-72.646697885,4.460157259
+    101.64623952022231,-29.931789245540486,101.650536614,-29.934914135
+    -56.82946912924665,14.598028225745892,-56.83513033,14.594253114
+    -16.06016223156857,5.597217786355031,-16.066784385,5.594890959
+    -151.20729340956922,62.19111656714597,-151.198434344,62.184211184
+    155.5224234914607,-58.37994090470029,155.535037191,-58.379744229
+    -166.40092444506897,36.667962952957296,-166.394254343,36.662366086
+    -154.70572459794468,-15.188975379224743,-154.701111964,-15.188857205
+<EPSG:4146> +proj=longlat +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +no_defs  <>
+    107.93219475952401,51.652956257744904,107.939525655,51.654210987
+    -82.83884906713661,-87.6758020343449,-82.923497851,-87.669555229
+    -55.636387684536814,54.19741241088005,-55.646482917,54.191280165
+    136.3791204085553,-41.52477561471067,136.387942936,-41.526622756
+    131.42475174892377,0.22379526930041038,131.431113685,0.221470725
+    12.056538690216115,-3.0930120523807716,12.05061748,-3.095370217
+    100.00368420035704,-32.87906434212416,100.008155422,-32.882799564
+    57.56851620065555,-3.3444216815348113,57.567204796,-3.346960389
+<EPSG:4147> +proj=longlat +ellps=krass +towgs84=-17.51,-108.32,-62.39,0,0,0,0 +no_defs  <>
+    131.18151566945204,-86.47307825027987,131.16921967,-86.472415308
+    -7.766641849550751,0.022820400635964688,-7.765656465,0.023384607
+    -21.83449348504581,77.48685618991007,-21.830068671,77.48717711
+    84.13462368671719,86.30091455459535,84.133742854,86.29996874
+    -165.57850463237943,55.7250823022342,-165.58010481,55.725701324
+    -135.98903738374275,63.349916006918875,-135.99035048,63.350851984
+    11.24131420569222,85.48256706761589,11.253002214,85.482265389
+    106.20443092115136,39.413208223706306,106.203884688,39.413051607
+<EPSG:4148> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    140.70922744502246,60.2667885038783,140.709227445,60.266788504
+    25.76882752497204,-17.251833250769067,25.768827525,-17.251833251
+    -11.608617217540257,-20.856186128294524,-11.608617218,-20.856186128
+    134.53869126461217,47.60003264444572,134.538691265,47.600032644
+    -24.321854691090238,-6.283334754748594,-24.321854691,-6.283334755
+    -95.03112104789462,8.337039832789074,-95.031121048,8.337039833
+    170.41566816913507,-81.80222920599913,170.415668169,-81.802229206
+    101.26189795880254,-42.02562274223671,101.261897959,-42.025622742
+<EPSG:4149> +proj=longlat +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +no_defs  <>
+    -12.015033979610791,-39.57250366736197,-12.016839415,-39.578496936
+    15.057095557081055,-45.30603415457377,15.059144294,-45.312191635
+    45.870482510653346,14.069976361192161,45.874867622,14.067195252
+    91.00787047029525,-66.28657017426758,91.022895316,-66.287617374
+    -57.74882048361631,77.19514507743904,-57.772193716,77.197113418
+    -174.8791771877013,20.149314550067814,-174.87960944,20.143396079
+    -62.60607855526253,-65.17251872490823,-62.61900224,-65.176006002
+    -50.978650201554444,58.39790574917549,-50.987773242,58.398622079
+<EPSG:4150> +proj=longlat +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +no_defs  <>
+    -7.0411975854691775,2.061167748163328,-7.042075079,2.057678048
+    32.438722114960825,-43.47287547231281,32.44303625,-43.478500152
+    101.62356082457131,-54.34908970114681,101.633765314,-54.349761027
+    -114.80141935384893,54.41454035111934,-114.810750637,54.409688204
+    -115.03583621635214,25.094527677744708,-115.04183,25.089608902
+    -162.85726627447283,42.05201807820589,-162.859493313,42.044800545
+    -158.31987403493056,80.87531084384833,-158.33314198,80.868957281
+    -132.20277027368266,1.8981169186342015,-132.207169097,1.894274771
+<EPSG:4151> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    165.27142065578653,89.82744225986221,165.271420656,89.82744226
+    25.556519792557395,71.93715479131416,25.556519793,71.937154791
+    74.99685394944314,-17.30839084316669,74.996853949,-17.308390843
+    -43.563096079273606,-57.00966337607829,-43.563096079,-57.009663376
+    146.63288207870244,61.39267576435947,146.632882079,61.392675764
+    -46.39055696162538,-41.365062795887795,-46.390556962,-41.365062796
+    -73.2983734775471,-69.40235332040515,-73.298373478,-69.40235332
+    -175.06745062588539,-53.85580122307952,-175.067450626,-53.855801223
+<EPSG:4152> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -114.99216626032172,26.911650782357597,-114.99216626,26.911650782
+    92.11140399687554,57.96010188486812,92.111403997,57.960101885
+    -166.79267741706695,69.43549543627029,-166.792677417,69.435495436
+    81.33153195339133,73.7136580903695,81.331531953,73.71365809
+    -112.99961384717257,-4.544282907533571,-112.999613847,-4.544282908
+    -111.32479758434738,-54.59929318622006,-111.324797584,-54.599293186
+    -43.570593948187565,-23.038925544145016,-43.570593948,-23.038925544
+    17.46521124976286,67.20994581325374,17.46521125,67.209945813
+<EPSG:4153> +proj=longlat +ellps=intl +towgs84=-133.63,-157.5,-158.62,0,0,0,0 +no_defs  <>
+    130.60925733797,44.9603438558064,130.606672306,44.961968703
+    49.76455911439257,-5.4803651463615495,49.764556599,-5.478915522
+    82.40695086377343,-18.709464108129694,82.405892364,-18.708103443
+    -167.7766611671893,-51.68970187032418,-167.778478069,-51.690773854
+    -112.1461647165506,-4.442285925779657,-112.145584465,-4.441120392
+    -97.14787498869755,25.13305619234079,-97.146754444,25.135648483
+    -90.0260777083915,48.61449792691627,-90.024266308,48.617319433
+    175.5380028855933,-71.63307210965115,175.533244107,-71.634144114
+<EPSG:4154> +proj=longlat +ellps=intl +towgs84=-117,-132,-164,0,0,0,0 +no_defs  <>
+    -151.3756922290872,-77.26653224591773,-151.378122584,-77.268011239
+    28.05094864120042,86.54469768304605,28.060076737,86.543407398
+    149.45143482445576,-42.68672078370679,149.449322092,-42.686660636
+    64.52952594913808,-81.91621708524812,64.526415367,-81.914736489
+    43.490002065504655,81.03815125558955,43.490878028,81.03707823
+    34.83808935509251,-58.449128157955805,34.838800122,-58.447778785
+    172.02151935173168,-61.41947767025406,172.01876678,-61.420232433
+    -103.6409993581603,-55.36968589455424,-103.63969704,-55.370769232
+<EPSG:4155> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-83,37,124,0,0,0,0 +no_defs  <>
+    -178.55245993131018,22.927555824421063,-178.552078896,22.929072719
+    -28.94263875551573,-54.43524544204693,-28.942518746,-54.438205934
+    -70.9801728739166,58.788056892780446,-70.979024482,58.789789315
+    -162.6620396608617,-59.16894939720926,-162.660989634,-59.172811327
+    -144.15118303725595,-85.70271355097974,-144.141790641,-85.703672999
+    156.78514711499236,-55.23301539458536,156.785167348,-55.237265642
+    110.86472037722359,-30.54791139906338,110.864049416,-30.551924355
+    -42.84809132290712,28.1083708526198,-42.847792968,28.109634678
+<EPSG:4156> +proj=longlat +ellps=bessel +towgs84=589,76,480,0,0,0,0 +no_defs  <>
+    47.345611898471475,66.26581819031594,47.354108236,66.267380293
+    83.36474944477146,14.528931346435002,83.370096208,14.52476612
+    130.5998928133642,27.29957968411064,130.604909877,27.293894505
+    -113.90612176624643,8.833584121636832,-113.910736414,8.828686137
+    -120.40921687027212,-24.23855342433299,-120.413839347,-24.24070828
+    -27.01163772658333,-3.0760555461730945,-27.014653576,-3.08056404
+    -81.04554783211252,-33.71438169209857,-81.051952347,-33.717511317
+    -134.64506791085023,-16.119431710979214,-134.648485896,-16.122104708
+<EPSG:4157> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +no_defs  <>
+    -78.94779313041775,-78.62934206666034,-78.94779313,-78.629342067
+    -79.964163483605,-69.38536744669807,-79.964163484,-69.385367447
+    -101.379560981174,73.31459768370414,-101.379560981,73.314597684
+    133.1599890847075,35.189598590175564,133.159989085,35.18959859
+    175.39948218880465,-14.66606083950363,175.399482189,-14.66606084
+    -7.223640936702736,-22.22757813406409,-7.223640937,-22.227578134
+    -160.7444642385883,-6.793654062680176,-160.744464239,-6.793654063
+    101.84941396300547,28.6698405874386,101.849413963,28.669840587
+<EPSG:4158> +proj=longlat +ellps=intl +towgs84=-0.465,372.095,171.736,0,0,0,0 +no_defs  <>
+    153.21317393546536,73.93430347266374,153.223917112,73.935761452
+    31.429515715360793,5.791294125477279,31.426646734,5.790091028
+    -30.98811174913496,11.288163779218053,-30.991031131,11.28661768
+    52.031553129651144,-89.24708541417118,51.874784436,-89.249747741
+    -160.209623105782,18.847162581225234,-160.206299491,18.845831194
+    -81.61527675940242,-85.04213802009494,-81.620846478,-85.039128115
+    -9.313323595205816,-45.25856997630163,-9.318000667,-45.260091887
+    -37.00050040964996,29.574682820803957,-37.003564286,29.573042992
+<EPSG:4159> +proj=longlat +ellps=intl +towgs84=-115.8543,-99.0583,-152.4616,0,0,0,0 +no_defs  <>
+    56.96289034112294,23.703153654280953,56.96246756,23.704489359
+    83.62306839403425,-10.095109753448952,83.622118336,-10.09386049
+    175.47625895297853,-37.68974973817225,175.475035731,-37.690051757
+    -9.012685113467882,-51.05585622162382,-9.011030915,-51.055106901
+    -30.292694288779046,-86.96842069112222,-30.268324943,-86.967987269
+    -21.40642572763724,28.781013009511028,-21.405048191,28.782601669
+    135.92605356950668,67.89644600029996,135.922441069,67.897651874
+    -2.715875347454869,65.12667679967984,-2.713651112,65.12697525
+<EPSG:4160> +proj=longlat +ellps=intl +no_defs  <>
+    119.91333433901747,-77.20852166995688,119.913334339,-77.20852167
+    65.22356686150289,-53.95117097836959,65.223566862,-53.951170978
+    8.747975854703355,-49.691801918166185,8.747975855,-49.691801918
+    -148.04219605411782,0.6998436241733685,-148.042196054,0.699843624
+    -89.81225618589974,-22.482841960300306,-89.812256186,-22.48284196
+    28.91057371632391,66.19798058905462,28.910573716,66.197980589
+    -95.13597929728505,-64.00906057290119,-95.135979297,-64.009060573
+    122.30253430505218,-84.06091286588716,122.302534305,-84.060912866
+<EPSG:4161> +proj=longlat +ellps=intl +towgs84=27.5,14,186.4,0,0,0,0 +no_defs  <>
+    69.83691535524684,13.840066915207842,69.837109503,13.838862409
+    121.34973263005224,12.986824344401285,121.350016239,12.985538349
+    -137.87346835546424,82.8207766469852,-137.874045983,82.820506973
+    -109.60779000100328,66.8251751037767,-109.608272715,66.824926721
+    123.37819602669123,-42.61711139348949,123.3785698,-42.619144649
+    -30.919433328254,-36.17464154138341,-30.919723898,-36.176868618
+    76.98398586569488,-59.731366909717195,76.984406128,-59.733079194
+    77.93449316262746,-2.787843949278738,77.934708708,-2.789616278
+<EPSG:4162> +proj=longlat +ellps=bessel +no_defs  <>
+    12.324459316081459,31.535509278845396,12.324459316,31.535509279
+    45.56535573233606,14.393417739553954,45.565355732,14.39341774
+    -33.4375050950033,-7.6406623125292725,-33.437505095,-7.640662313
+    -148.09504544960663,60.015826144301144,-148.09504545,60.015826144
+    -92.81906699805499,74.77007615207066,-92.819066998,74.770076152
+    78.70313498858212,-35.283831038036915,78.703134989,-35.283831038
+    -144.04730404460372,70.29790627825807,-144.047304045,70.297906278
+    -38.563298422707334,-9.639327477731328,-38.563298423,-9.639327478
+<EPSG:4163> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    68.69952288049944,56.0056732926044,68.69952288,56.005673293
+    -89.45426381348172,-80.32225850419984,-89.454263813,-80.322258504
+    -131.42212757092685,39.37178073426696,-131.422127571,39.371780734
+    -48.516664768308544,13.814682406445101,-48.516664768,13.814682406
+    -118.18666844202285,-76.92510895238372,-118.186668442,-76.925108952
+    -38.260663101315345,-21.32786171234595,-38.260663101,-21.327861712
+    -80.29865297032528,-0.8218026038290134,-80.29865297,-0.821802604
+    120.25633412737562,-63.970460540980625,120.256334127,-63.970460541
+<EPSG:4164> +proj=longlat +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +no_defs  <>
+    152.47030286056707,31.607013771321633,152.468643088,31.606494458
+    168.25821842525136,46.15615530839514,168.256269046,46.156014034
+    -45.69771401051793,-17.175069589112923,-45.696296755,-17.175756122
+    91.03750195795902,-79.23102008568544,91.033741216,-79.229921397
+    172.5610599714588,32.235976257557965,172.559503693,32.235719761
+    -79.31116602792444,0.8579903047925654,-79.310265108,0.857400161
+    -120.72141481818822,-65.43208530371034,-120.72152611,-65.433601109
+    128.34321302742143,-44.237143148368816,128.341395229,-44.237167285
+<EPSG:4165> +proj=longlat +ellps=intl +towgs84=-173,253,27,0,0,0,0 +no_defs  <>
+    172.60039235936142,69.61938844264793,172.606272535,69.621555535
+    0.43813224427205455,-62.660607997159524,0.433171267,-62.660026003
+    132.90605482846752,49.42094250238017,132.906682337,49.423666668
+    -78.92610860176882,47.053505697563935,-78.924513762,47.052306596
+    67.00633964148074,-11.367391249935693,67.003975089,-11.368243379
+    31.218677379816484,28.48336841355193,31.215552052,28.483771775
+    109.75680707379888,21.549542496082438,109.756060836,21.550862083
+    -98.25828791472816,34.592219133895924,-98.256025653,34.591633513
+<EPSG:4166> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -38.12035813834518,-81.63605539936304,-38.120358138,-81.636055399
+    -9.858566290172746,-62.9001594646321,-9.85856629,-62.900159465
+    -117.28843384448409,17.463353753775422,-117.288433844,17.463353754
+    -77.72651639260192,-84.17450356559758,-77.726516393,-84.174503566
+    -24.987414384442303,-1.8909348902828214,-24.987414384,-1.89093489
+    -161.97499467154742,-59.68198840557486,-161.974994672,-59.681988406
+    6.472832620632033,78.34749681593092,6.472832621,78.347496816
+    -20.75625433421814,81.80982914466708,-20.756254334,81.809829145
+<EPSG:4167> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    118.67636876043247,-10.740262671680696,118.67636876,-10.740262672
+    155.15523888130582,-15.515455825614055,155.155238881,-15.515455826
+    -6.735929481746837,76.38844466489695,-6.735929482,76.388444665
+    172.75611726173486,-43.42316788961365,172.756117262,-43.42316789
+    129.7466171577688,45.640882412112944,129.746617158,45.640882412
+    -117.29108976347435,28.805787370811032,-117.291089763,28.805787371
+    -70.11558473851807,50.91440305616578,-70.115584739,50.914403056
+    -116.11600002172129,-7.807978989970792,-116.116000022,-7.80797899
+<EPSG:4168> +proj=longlat +a=6378300 +b=6356751.689189189 +towgs84=-199,32,322,0,0,0,0 +no_defs  <>
+    0.3521386857449045,72.33467647182107,0.351158303,72.332953612
+    -45.952507173682534,-81.06037881634408,-45.945548633,-81.059850778
+    -53.35681490782464,67.97747524845761,-53.353457123,67.976214494
+    36.81203690843358,-37.25080788409455,36.810404164,-37.253772309
+    -81.9802403738353,30.15854515829558,-81.978241182,30.157044341
+    -115.55226979966066,39.54325748974807,-115.550020603,39.542793787
+    152.32362744126965,-2.598584640515597,152.323051085,-2.601705847
+    51.05871018526017,14.93889222567708,51.057084524,14.93658145
+<EPSG:4169> +proj=longlat +ellps=clrk66 +towgs84=-115,118,426,0,0,0,0 +no_defs  <>
+    -3.3795547325550785,19.706475320990293,-3.380613619,19.703842401
+    125.63707675516417,50.7116631126018,125.636726889,50.712469388
+    91.29643755573392,60.26548045271741,91.294408643,60.26636622
+    -59.11798672244048,64.87776677396977,-59.117182188,64.876486904
+    18.22897251304755,-21.955709329999678,18.227539228,-21.96051994
+    4.242934806574965,17.888348190006994,4.241744083,17.885644332
+    -70.07147495229484,78.52817383548074,-70.068418613,78.526930441
+    -60.950749379991876,-17.40440431367989,-60.950342472,-17.408871339
+<EPSG:4170> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -178.86955535691249,60.54915928705947,-178.869555357,60.549159287
+    -167.33440693026353,76.19174693598225,-167.33440693,76.191746936
+    -148.32402465390348,30.162218743227328,-148.324024654,30.162218743
+    12.567234206673447,71.52914746475639,12.567234207,71.529147465
+    -105.8206026651019,23.817629457714645,-105.820602665,23.817629458
+    -166.47397654631033,7.464778063575949,-166.473976546,7.464778064
+    -86.96573478002176,-5.131936450204577,-86.96573478,-5.13193645
+    147.73168872469978,-42.77906036099654,147.731688725,-42.779060361
+<EPSG:4171> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    129.55703647382393,76.0608276488752,129.557036474,76.060827649
+    -49.54800563888011,42.96774623546628,-49.548005639,42.967746235
+    -133.04024044894152,75.80089751303137,-133.040240449,75.800897513
+    168.45026162898972,-84.70093521852006,168.450261629,-84.700935219
+    -156.93052636339928,71.52520456620553,-156.930526363,71.525204566
+    -82.09650909529086,10.327859636198895,-82.096509095,10.327859636
+    38.30496057475395,57.06436743130345,38.304960575,57.064367431
+    -98.74626102413984,36.068965665463125,-98.746261024,36.068965665
+<EPSG:4172> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    102.47859530106388,87.94823336374569,102.478595301,87.948233364
+    31.311454401276364,-85.64955510400536,31.311454401,-85.649555104
+    -157.86150033933217,-75.36970302095645,-157.861500339,-75.369703021
+    -153.4918041510788,26.13551071225224,-153.491804151,26.135510712
+    -34.08013072475447,-4.6493612874046875,-34.080130725,-4.649361287
+    -83.17776199978977,43.55732633189575,-83.177762,43.557326332
+    -104.11252623003931,-0.007029705675421383,-104.11252623,-0.007029706
+    60.460130616079084,-15.950950594640716,60.460130616,-15.950950595
+<EPSG:4173> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -78.67654106568394,-61.05614610213046,-78.676541066,-61.056146102
+    -34.48041989214033,88.13924445672427,-34.480419892,88.139244457
+    -175.2504722653665,-31.734031462952245,-175.250472265,-31.734031463
+    -11.100515287040054,-40.74701195675596,-11.100515287,-40.747011957
+    38.727595871506,22.9599570118133,38.727595872,22.959957012
+    -170.06331658021782,-7.957259402577634,-170.06331658,-7.957259403
+    14.86847568515907,-23.1128032584579,14.868475685,-23.112803258
+    -39.1521504012826,-54.769799168972725,-39.152150401,-54.769799169
+<EPSG:4174> +proj=longlat +a=6378300 +b=6356751.689189189 +no_defs  <>
+    -124.33339086877812,-31.128951082199627,-124.333390869,-31.128951082
+    169.60332765881344,49.39292165078052,169.603327659,49.392921651
+    110.53894062872274,-19.8839686675919,110.538940629,-19.883968668
+    -109.09460179966202,-50.09660250317201,-109.0946018,-50.096602503
+    32.626349063777155,-89.90175382555329,32.626349064,-89.901753826
+    10.958694246487994,82.22719788351102,10.958694246,82.227197884
+    80.31593627026143,-65.55953973881708,80.31593627,-65.559539739
+    -138.16764292257741,-69.34479599598892,-138.167642923,-69.344795996
+<EPSG:4175> +proj=longlat +ellps=clrk80 +towgs84=-88,4,101,0,0,0,0 +no_defs  <>
+    170.1576593068201,34.77293622367087,170.157538031,34.775586067
+    -17.26019511571016,-58.02883844050638,-17.259817862,-58.03149243
+    111.33317933191836,-3.2027019957770193,111.332454924,-3.203983579
+    -18.192332267775157,32.26927227240287,-18.192080996,32.270935115
+    41.33458124573292,59.95315004175785,41.333487411,59.954927021
+    99.77177093061744,-33.42511371783753,99.770845744,-33.428861125
+    -94.81360988314582,-85.09771115021387,-94.804387466,-85.098353265
+    3.106129512191245,-35.269827458819606,3.10603321,-35.273081376
+<EPSG:4176> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -170.63861663261906,28.62062065766125,-170.638616633,28.620620658
+    162.04426142172974,-11.387501399966098,162.044261422,-11.3875014
+    -151.59868763326514,-30.642699701332297,-151.598687633,-30.642699701
+    93.48328658402517,44.74493353549059,93.483286584,44.744933535
+    -95.82770990390186,45.80084222632382,-95.827709904,45.800842226
+    -26.409414368208616,33.52815616712789,-26.409414368,33.528156167
+    70.37912702842962,-83.81658345594676,70.379127028,-83.816583456
+    -46.129272670049374,-62.544840620408564,-46.12927267,-62.54484062
+<EPSG:4178> +proj=longlat +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +no_defs  <>
+    28.792224953138174,51.116389934077745,28.793918173,51.116557926
+    -22.47156464940184,-65.68579295919434,-22.469348127,-65.686061026
+    -95.41060652986084,55.31782883316694,-95.411193967,55.319076402
+    142.49792510198,-71.12877846247909,142.495705428,-71.127737799
+    -17.071961372079215,-59.54991488920265,-17.070051104,-59.550006006
+    147.9471942007201,-37.28030415332679,147.946193399,-37.279250735
+    -43.781406682610594,-34.014495147996996,-43.780655654,-34.014406578
+    -129.27636203033822,54.76148960410393,-129.277864661,54.762437422
+<EPSG:4179> +proj=longlat +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +no_defs  <>
+    -9.576233624598729,65.10750810121206,-9.573714914,65.10821283
+    17.51063021225869,12.779865799724604,17.51175349,12.780519374
+    78.50787351111131,47.555644878935055,78.508424738,47.555269028
+    161.4790992657118,-45.81058519607365,161.477121111,-45.809531841
+    -39.14281261606931,1.0000226787673796,-39.142216122,1.000655589
+    -131.71485852091797,30.205501103376932,-131.716320322,30.206405532
+    -21.353655458033103,30.97117676140148,-21.352640159,30.972087182
+    -30.018854152528633,-55.778613469415454,-30.017216584,-55.779027228
+<EPSG:4180> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -49.04536859890641,-22.87378344196597,-49.045368599,-22.873783442
+    -54.74133837281839,-59.29985675694756,-54.741338373,-59.299856757
+    -45.94633514994305,81.03598514904783,-45.94633515,81.035985149
+    -54.44960658799579,6.2799424520949,-54.449606588,6.279942452
+    -177.9071642701918,62.42730704248663,-177.90716427,62.427307042
+    -137.05719568129405,-86.51582035523101,-137.057195681,-86.515820355
+    173.40364497409092,-33.01008475425056,173.403644974,-33.010084754
+    10.21852603388524,-81.60447371890398,10.218526034,-81.604473719
+<EPSG:4181> +proj=longlat +ellps=intl +towgs84=-189.6806,18.3463,-42.7695,-0.33746,-3.09264,2.53861,0.4598 +no_defs  <>
+    -118.88802985063344,60.571606863501245,-118.884140371,60.573420999
+    -22.353067920018162,49.63246639021071,-22.352728984,49.631447947
+    8.547803227389721,-56.5855402079102,8.546675779,-56.585531882
+    109.60795344551804,0.25158924859648835,109.60569503,0.252365621
+    59.750552113681294,38.51820211813089,59.747238139,38.518505613
+    -101.69299307389853,51.06827968066642,-101.689937488,51.069550139
+    -38.513948170872055,-58.624446797753265,-38.513619369,-58.624480484
+    -49.19126360557112,23.08419430895006,-49.190435262,23.084020016
+<EPSG:4182> +proj=longlat +ellps=intl +towgs84=-425,-169,81,0,0,0,0 +no_defs  <>
+    4.273740079060616,59.048944416133935,4.276124316,59.045935403
+    -173.39098283449817,70.24521009624931,-173.394135836,70.249212607
+    172.77012567849107,-59.47703139814532,172.766223479,-59.481215172
+    -37.7794888814027,-73.05331016223408,-37.767386873,-73.051987428
+    51.00821590008917,-86.33871288786565,50.976842335,-86.335300386
+    86.91845409919688,36.37323058967131,86.913826294,36.372404329
+    59.151264620948666,3.3308678499851254,59.148761324,3.330041385
+    162.2408969391417,-77.2524134261883,162.229101967,-77.256012302
+<EPSG:4183> +proj=longlat +ellps=intl +towgs84=-104,167,-38,0,0,0,0 +no_defs  <>
+    -107.30882995173317,33.382089807280664,-107.307228924,33.382494406
+    94.16679387866918,-51.30800850777382,94.16548035,-51.309818546
+    46.172159007804,12.75532549714444,46.170403083,12.756111867
+    -68.06579869657718,64.12807746517834,-68.065098848,64.127307286
+    107.44218743939132,-5.983640987183193,107.441743402,-5.983649565
+    -130.69007155056886,-89.31042986146323,-130.550518045,-89.309916881
+    25.761387236414862,43.41498908843022,25.758972097,43.415928072
+    13.999835738521455,20.36095430571902,13.998042774,20.36162298
+<EPSG:4184> +proj=longlat +ellps=intl +towgs84=-203,141,53,0,0,0,0 +no_defs  <>
+    -150.4074831813933,-59.1853534534104,-150.403584677,-59.187143999
+    41.81753983889723,-80.11829072151309,41.804995856,-80.118144168
+    20.549538077535942,-36.63187893627515,20.547265254,-36.632293964
+    171.7634247920385,-50.08667747986887,171.76496838,-50.089316899
+    -161.09885760809618,71.57521710054962,-161.093213792,71.576803889
+    -159.64125915032903,5.003993913790808,-159.639430265,5.003770991
+    152.74097697004834,-11.850794077016914,152.741274006,-11.85204895
+    -124.21213054814001,-66.02981800313624,-124.206680888,-66.030600518
+<EPSG:4185> +proj=longlat +ellps=intl +no_defs  <>
+    95.44939101491508,19.915445753289106,95.449391015,19.915445753
+    145.06022983301676,-12.589986266061416,145.060229833,-12.589986266
+    135.4550331087376,-75.28750958629335,135.455033109,-75.287509586
+    17.64898904320856,-19.27810118425964,17.648989043,-19.278101184
+    -40.8013444604988,-20.370112903563168,-40.80134446,-20.370112904
+    160.93459746002878,65.4349617790269,160.93459746,65.434961779
+    -73.06799602690273,-59.24319062085634,-73.067996027,-59.243190621
+    137.87018097406622,37.2134291636666,137.870180974,37.213429164
+<EPSG:4188> +proj=longlat +ellps=airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +no_defs  <>
+    -153.31295645510903,-40.29597532501243,-153.316942288,-40.297068119
+    -66.15786061536593,84.91768476266168,-66.197672898,84.919630182
+    58.6336742294022,53.41245965259188,58.640798293,53.409986887
+    -173.33524472824936,1.0009349712751998,-173.336732817,0.995757941
+    -8.09403601871955,-76.83604947160019,-8.090265094,-76.841316095
+    -174.3759680684915,62.04837958289238,-174.378630529,62.04174986
+    151.62708194671535,24.05259222188748,151.628482019,24.045814481
+    -53.675077986217644,-63.92554631881231,-53.68099931,-63.930636467
+<EPSG:4189> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -94.88039750696454,-83.48833731106208,-94.880397507,-83.488337311
+    69.70720435725215,78.64174733913632,69.707204357,78.641747339
+    74.76100150538107,-69.49458919567309,74.761001505,-69.494589196
+    -29.245871094546146,-83.00486080552781,-29.245871095,-83.004860806
+    -95.47397018525662,-87.31740003344663,-95.473970185,-87.317400033
+    67.31285850033657,85.81908690786972,67.3128585,85.819086908
+    58.56212840218808,86.49763451404695,58.562128402,86.497634514
+    -121.020604937738,39.133261984555276,-121.020604938,39.133261985
+<EPSG:4190> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -133.6082278071523,7.0936759039257,-133.608227807,7.093675904
+    60.427254345676545,75.92473864151489,60.427254346,75.924738642
+    175.7658348114428,-12.439662856503261,175.765834811,-12.439662857
+    131.77752256349333,31.826548122929992,131.777522563,31.826548123
+    109.3302329573599,14.997036085895033,109.330232957,14.997036086
+    149.4077275176811,23.5036811548225,149.407727518,23.503681155
+    -85.8502034575432,17.434983260367886,-85.850203458,17.43498326
+    -82.1865064722125,3.579699916140072,-82.186506472,3.579699916
+<EPSG:4191> +proj=longlat +ellps=krass +towgs84=-44.183,-0.58,-38.489,2.3867,2.7072,-3.5196,-8.2703 +no_defs  <>
+    42.60629683109704,-72.05354716538206,42.603359924,-72.053040958
+    -47.79205393249998,36.70658983847957,-47.790788282,36.707683673
+    -62.705041172945656,-6.607132346978162,-62.703664146,-6.605820012
+    -121.04372120544329,58.048026178108046,-121.043678182,58.048542845
+    4.088896359741227,32.20662826822952,4.090294061,32.207391389
+    -123.51402440506442,-1.8093516429464387,-123.51268738,-1.808870727
+    -88.58019096909518,40.81189174336558,-88.579320378,40.812807456
+    -165.05914479604013,-40.22361337401658,-165.05733884,-40.224128538
+<EPSG:4192> +proj=longlat +ellps=intl +towgs84=-206.1,-174.7,-87.7,0,0,0,0 +no_defs  <>
+    -50.86899792630891,4.2794415396927405,-50.866564609,4.280358676
+    -124.9232041700339,-68.04602179233316,-124.921551469,-68.048469561
+    65.66765860727867,-87.83081917109591,65.640292382,-87.82866742
+    -162.63464445759072,-42.35201056260071,-162.63592163,-42.353755153
+    -163.6731448075928,-56.70008834587119,-163.674935931,-56.702263205
+    4.099822237890862,44.29134265703783,4.101820797,44.291359135
+    -76.34728399280245,75.37418000362214,-76.338718268,75.375829235
+    108.64480055323622,77.9910399757342,108.633993421,77.990664395
+<EPSG:4193> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-70.9,-151.8,-41.4,0,0,0,0 +no_defs  <>
+    -31.270900278330515,-2.6459362904924717,-31.269402543,-2.645860417
+    -132.24381297967597,61.22479827946751,-132.244735631,61.228887392
+    65.40119686692631,-50.41504407352967,65.401178902,-50.416734177
+    -165.35733229337887,13.636363653445414,-165.358524041,13.63839873
+    -16.66444999155007,44.173698601673976,-16.66237732,44.176956707
+    -101.31818020499246,-65.25629521849592,-101.317329838,-65.259853865
+    54.87265452335316,-33.561553011626934,54.872970675,-33.563319371
+    93.16280992945048,-79.49930568236746,93.158920835,-79.499063246
+<EPSG:4194> +proj=longlat +ellps=intl +towgs84=164,138,-189,0,0,0,0 +no_defs  <>
+    109.85663165371335,-76.62210427651547,109.864415987,-76.622727686
+    -23.066774798702795,40.08008490091504,-23.069016766,40.082758976
+    -24.0778169391115,47.01741577528006,-24.080354122,47.020009622
+    126.05199450855014,-15.963165168679438,126.053991702,-15.961995834
+    72.97246232104001,-25.88681216046382,72.97362388,-25.886633135
+    -151.9433496238277,-4.816160044676963,-151.942947162,-4.814435577
+    -45.9935316830132,-24.892417594344252,-45.995648054,-24.891554122
+    61.479943330483934,-1.8947897943006353,61.48064629,-1.893195493
+<EPSG:4195> +proj=longlat +ellps=intl +towgs84=105,326,-102.5,0,0,0.814,-0.6 +no_defs  <>
+    88.8456811992798,32.7970561822886,88.846505808,32.800184613
+    87.5770089280789,1.1622788590905344,87.577601607,1.163299687
+    65.41133627514716,10.783679184709897,65.410742843,10.785467587
+    -140.67503646604575,-53.008460617812574,-140.672497138,-53.006630483
+    -33.22040266720839,12.721420613435527,-33.223669557,12.722497414
+    -106.38331079676662,74.86163479084172,-106.38383807,74.859327583
+    -137.53568402907385,76.09542251249385,-137.529591339,76.093438689
+    -136.56670254455244,81.54397712962336,-136.556912959,81.541690214
+<EPSG:4196> +proj=longlat +ellps=intl +towgs84=-45,417,-3.5,0,0,0.814,-0.6 +no_defs  <>
+    -170.60785012334154,-16.69402479173887,-170.604150083,-16.69438608
+    109.56303124048077,-28.726493536099767,109.563800423,-28.728928891
+    108.2631530914536,46.85047457530217,108.26408022,46.854007862
+    -106.32303946894089,-27.620473553853117,-106.321640787,-27.619500218
+    -0.24800201795250132,3.530092100008247,-0.251979362,3.530198832
+    144.77691386269044,61.0596672259656,144.782515377,61.062555476
+    76.5386826165801,-43.91401716701621,76.536702953,-43.917282223
+    76.99623894375219,54.14445347933278,76.993905795,54.148136902
+<EPSG:4197> +proj=longlat +ellps=clrk80 +no_defs  <>
+    -164.0831666777264,5.15575412291264,-164.083166678,5.155754123
+    -23.44020899610274,35.03017120895059,-23.440208996,35.030171209
+    -81.62501365613224,-2.76560104998228,-81.625013656,-2.76560105
+    125.90680362808456,89.50270503257804,125.906803628,89.502705033
+    139.68759653564456,21.90185898841459,139.687596536,21.901858988
+    -133.45444366812103,32.78319437701255,-133.454443668,32.783194377
+    -134.8021436530665,1.673030805896488,-134.802143653,1.673030806
+    57.827888959981436,31.613817395320538,57.82788896,31.613817395
+<EPSG:4198> +proj=longlat +ellps=clrk80 +no_defs  <>
+    -67.81712492370134,30.83868993154202,-67.817124924,30.838689932
+    -71.35168558398627,22.600765600618402,-71.351685584,22.600765601
+    -69.72942987766912,-89.4950648300585,-69.729429878,-89.49506483
+    -35.94245016865861,-85.79340213098106,-35.942450169,-85.793402131
+    179.44964418662278,88.01201043075116,179.449644187,88.012010431
+    80.9839796486898,-49.51351380111774,80.983979649,-49.513513801
+    -131.6298705201798,44.60553382631019,-131.62987052,44.605533826
+    -108.46019960217802,-4.281426899316344,-108.460199602,-4.281426899
+<EPSG:4199> +proj=longlat +ellps=intl +no_defs  <>
+    163.45082159108648,-57.335333596306874,163.450821591,-57.335333596
+    129.45580233441257,-48.70741902821655,129.455802334,-48.707419028
+    91.33932234868837,-7.594126667962485,91.339322349,-7.594126668
+    144.41954284124296,-2.2984440295488326,144.419542841,-2.29844403
+    170.42307747493584,-36.57490246783004,170.423077475,-36.574902468
+    -176.6630949740262,-23.39878973834928,-176.663094974,-23.398789738
+    -151.00008213687346,75.35464524267857,-151.000082137,75.354645243
+    -145.53872396016666,-30.882280882471377,-145.53872396,-30.882280882
+<EPSG:4200> +proj=longlat +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +no_defs  <>
+    -169.54752901648672,-3.254982350813407,-169.54876322,-3.254243029
+    -161.4152615614715,-24.247081334609163,-161.416596098,-24.246460327
+    98.47252692170673,7.610804174775311,98.472535381,7.611369373
+    -142.34297285860077,-15.649989172659062,-142.344114877,-15.649414458
+    35.44587055407936,-65.21783181587065,35.448416558,-65.21705084
+    43.61436868053326,46.632375139784244,43.61579049,46.632380015
+    -37.84281412627084,-18.982154056264122,-37.842011207,-18.981735032
+    78.6843803840132,3.6150934875750664,78.684791402,3.615756061
+<EPSG:4201> +proj=longlat +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +no_defs  <>
+    73.46486496156345,-13.100518511146475,73.463436861,-13.103579048
+    50.1186229191342,86.55040396135328,50.10110513,86.549616975
+    142.37783672706996,48.62821095092369,142.376300822,48.630943004
+    159.83947763127333,50.68544102307584,159.838468794,50.688409129
+    -90.50317936540662,-66.88579624721592,-90.499394649,-66.888918015
+    74.40651003796845,55.58759807278648,74.404038322,55.589055535
+    114.48127642450333,88.5759054377481,114.424592915,88.576508818
+    -32.829946759194456,19.096541291640307,-32.828971777,19.096358557
+<EPSG:4202> +proj=longlat +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +no_defs  <>
+    34.765651314971564,77.00187400069478,34.765198902,77.000550973
+    -82.0143627954896,21.90209866817193,-82.013273796,21.901165648
+    -27.146797808890767,-47.12809049929143,-27.14556964,-47.12825436
+    -105.84090954302548,82.92863956688197,-105.834892492,82.929262131
+    -33.57913341067447,-37.70257277528379,-33.577973908,-37.703026311
+    115.71257326549028,89.50520037015883,115.587945585,89.505101812
+    -2.7595012375105057,19.518184840092005,-2.758994285,19.516795843
+    -125.30353367559646,-64.58246834222271,-125.301900508,-64.583898072
+<EPSG:4203> +proj=longlat +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +no_defs  <>
+    117.75096523457114,-24.71988002504912,117.749572261,-24.721181148
+    58.96145537845109,82.31195072087391,58.955428333,82.31079547
+    -51.69848621166304,-86.08766519856414,-51.680785347,-86.087351368
+    -40.88459539733714,-84.7330908680062,-40.872502725,-84.732591066
+    19.97331026735057,-4.833930065717823,19.973304325,-4.835165093
+    -122.43467696429875,-3.15318827009618,-122.43389107,-3.154590215
+    -53.711327385712806,66.85202747904538,-53.708218868,66.851171171
+    100.4309317002623,44.50681993188178,100.429165167,44.505724244
+<EPSG:4204> +proj=longlat +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +no_defs  <>
+    30.997225829334496,9.086237131193712,30.998396081,9.0860829
+    -5.907543162712614,-17.113756820967637,-5.905199086,-17.113966723
+    -97.23276247487458,17.924414339045214,-97.231703917,17.925537458
+    168.9485991388728,36.161861339162996,168.945720249,36.163099909
+    -2.5358924433418792,60.79822221832933,-2.531446454,60.797853804
+    171.2320553077787,-20.479866876156663,171.229610628,-20.480798711
+    -7.800085593461546,-9.488204254407037,-7.797779542,-9.488371026
+    -112.09339744559328,-5.048176225218498,-112.093003022,-5.048600476
+<EPSG:4205> +proj=longlat +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +no_defs  <>
+    -84.45197975436422,-36.34807373471639,-84.451327399,-36.349221467
+    119.32063362514288,-56.90828626418625,119.318708071,-56.907573841
+    33.77627011879326,81.34756278751684,33.782910255,81.346376165
+    42.102470558948994,54.95135742127721,42.103908079,54.950064114
+    -45.716500499229795,31.490428883305214,-45.714978651,31.490469399
+    -70.22638407642445,-31.70259603257425,-70.225375491,-31.703577574
+    -46.13713856463846,72.18316712778437,-46.132924934,72.183777999
+    -61.81480263761226,26.331278014218682,-61.813651818,26.331388507
+<EPSG:4206> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+    -16.292702585865754,53.345377249243626,-16.292702586,53.345377249
+    -33.90863078945887,-21.278122955319375,-33.908630789,-21.278122955
+    -175.73973660985922,-49.22652737252368,-175.73973661,-49.226527373
+    -176.50148023508595,6.011289207951364,-176.501480235,6.011289208
+    -172.40973415561135,-77.06339747256308,-172.409734156,-77.063397473
+    -51.257491436660786,-87.60472178742103,-51.257491437,-87.604721787
+    -81.18432396101453,-44.441621857414034,-81.184323961,-44.441621857
+    151.98700133451746,35.56085713230689,151.987001335,35.560857132
+<EPSG:4207> +proj=longlat +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +no_defs  <>
+    -52.37978182760396,-21.055055607001208,-52.377108955,-21.056034603
+    82.72540628346036,65.83724377347153,82.718973978,65.836669901
+    101.84664190648914,-68.92268032049599,101.838920845,-68.923591537
+    -63.59772616663439,72.74281420881897,-63.588692156,72.74231102
+    -62.5561957419916,-53.87305891601065,-62.551669091,-53.873763656
+    -112.19857828991721,-82.01829529785014,-112.181898814,-82.020165584
+    -176.39706286545027,23.037958027224207,-176.39746632,23.038775477
+    -113.43057282279246,22.517377155531378,-113.428095305,22.51770532
+<EPSG:4208> +proj=longlat +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +no_defs  <>
+    -34.07721545308152,-10.554764623088161,-34.078609554,-10.553275899
+    -162.66379552416328,-68.55493608909396,-162.655973023,-68.555508417
+    108.79567872825118,-27.192010212836337,108.795159933,-27.192818263
+    29.66315142331888,-61.34939171716812,29.657084684,-61.349527015
+    93.6613149343874,-45.517592123869406,93.659608134,-45.519385775
+    4.043430510897082,-64.62458147614178,4.037221278,-64.623585895
+    177.4358496862166,24.89465833732099,177.438620588,24.897120184
+    -176.86465118609306,-72.79287230589111,-176.855722222,-72.794109937
+<EPSG:4209> +proj=longlat +a=6378249.145 +b=6356514.966398753 +towgs84=-143,-90,-294,0,0,0,0 +no_defs  <>
+    -113.25835945977195,-8.088632153099255,-113.257489903,-8.087054678
+    93.07395998705778,-29.31584721631846,93.072440361,-29.315858825
+    -94.13431568307858,74.8529657418245,-94.129649676,74.856103092
+    -43.8908340642414,-82.22213365161302,-43.879984403,-82.222258508
+    -63.31866059563693,-45.259546156109934,-63.316517826,-45.260932339
+    97.79513076459341,-0.29632508787236134,97.793748386,-0.293695336
+    -57.563150038739195,-18.08485420519588,-57.561553855,-18.084185489
+    -49.44754476325474,-24.25591328624968,-49.445898618,-24.255760404
+<EPSG:4210> +proj=longlat +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +no_defs  <>
+    135.32514843125284,-2.1031090575880285,135.324098839,-2.100646825
+    -3.522434198490174,-24.719504294460478,-3.522277855,-24.71881792
+    163.38775660599208,83.39351957632252,163.383748511,83.395896486
+    67.87757948555841,-58.23644036369631,67.87509477,-58.237323654
+    -9.285112332647543,-24.892418192022134,-9.284798232,-24.891752792
+    121.68386704664954,-85.21609916794901,121.66890965,-85.217099568
+    -86.25000845626806,-32.46489849901874,-86.248306039,-32.465429709
+    141.16492128085724,-2.596472787598117,141.163977009,-2.594078765
+<EPSG:4211> +proj=longlat +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +no_defs  <>
+    124.58713025243196,19.94108159258623,124.587858287,19.943508762
+    -110.28431476201416,-36.960760662665244,-110.277693756,-36.957072814
+    122.83120361907265,-6.8342378522583545,122.831678036,-6.834483004
+    104.46288494401222,85.78768932820319,104.439081565,85.794363414
+    117.46542125948855,-30.805638647587962,117.465207828,-30.808319139
+    153.75042217141964,14.994808622059878,153.754551093,14.996440606
+    -127.2017483468394,-79.51663238149075,-127.166717599,-79.513565692
+    164.47858080168817,0.016708035305569524,164.48356939,0.017161338
+<EPSG:4212> +proj=longlat +ellps=clrk80 +towgs84=31.95,300.99,419.19,0,0,0,0 +no_defs  <>
+    -123.15559740835633,-83.33880265952581,-123.144959804,-83.337565151
+    127.49826847999009,63.13865168560221,127.502404476,63.141240741
+    2.140933750805658,-77.95670964521906,2.12807644,-77.959152076
+    -0.7366233658697752,60.670041058998464,-0.742136273,60.671101491
+    68.69891294368583,-60.75141595527633,68.69745355,-60.758219255
+    45.38840778664121,4.902650852869655,45.386706963,4.899592888
+    -163.0308974952313,-36.049256936593636,-163.027806142,-36.054677366
+    34.500907093882205,15.972258583792296,34.498758909,15.970772141
+<EPSG:4213> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-106,-87,188,0,0,0,0 +no_defs  <>
+    -164.97057267281096,89.95534054535469,-165.636620277,89.956459638
+    69.43971969546305,56.99175403707463,69.438589625,56.992812139
+    168.12813162494956,54.95694233574898,168.126462192,54.959559206
+    -99.59262688151007,3.3881975604055015,-99.591816799,3.38692721
+    85.9452962421405,-32.79791154947853,85.944233086,-32.801742081
+    -135.10857442500108,-58.59177350661005,-135.108347839,-58.596494175
+    -20.99047250820925,-47.700950805727516,-20.988884414,-47.704768145
+    -123.48296837039359,-23.910145567270987,-123.48257147,-23.914510377
+<EPSG:4214> +proj=longlat +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +no_defs  <>
+    51.65934323657348,22.831511699698737,51.660397022,22.83178923
+    168.65496124648269,-60.55885627526572,168.652258311,-60.558113891
+    -70.80465969836315,-1.832645946007048,-70.804337538,-1.831944139
+    31.64061283606918,83.28031526528915,31.651304239,83.279795075
+    -54.387530830831636,67.04695941333455,-54.385760646,67.048342121
+    -172.61045805260216,88.18028133135056,-172.654202517,88.180340145
+    -0.5882186711875761,71.32614348282169,-0.583904508,71.326512449
+    29.08301744201546,53.631862008362816,29.085173209,53.631834157
+<EPSG:4215> +proj=longlat +ellps=intl +no_defs  <>
+    33.842521379317816,-28.621438303882783,33.842521379,-28.621438304
+    87.3697018392001,30.052768690345516,87.369701839,30.05276869
+    -28.3227295696137,89.9059335640608,-28.32272957,89.905933564
+    29.055840430298048,86.19834838900559,29.05584043,86.198348389
+    -22.205837297322347,-2.9432951827366907,-22.205837297,-2.943295183
+    -68.04391598810169,17.14086580067513,-68.043915988,17.140865801
+    -94.92889119454907,43.10241229888962,-94.928891195,43.102412299
+    27.017690651353178,-14.28146004624871,27.017690651,-14.281460046
+<EPSG:4216> +proj=longlat +ellps=clrk66 +towgs84=-73,213,296,0,0,0,0 +no_defs  <>
+    -107.3959486483799,9.394557748923404,-107.394734672,9.39234016
+    -99.67396022042263,-70.72586078856148,-99.671036773,-70.726396127
+    -46.92135780670003,58.39984310035621,-46.922933824,58.398789145
+    -0.5539947169762627,3.877369805737729,-0.555906022,3.874942405
+    117.05291077182318,-64.63200237273499,117.053577075,-64.636601804
+    -23.33389073387559,76.76836960630925,-23.340410351,76.767395064
+    -82.50330285059752,-68.60551885627629,-82.502208179,-68.606097019
+    -118.8257186718873,64.4123962083572,-118.822262019,64.411690632
+<EPSG:4217> +proj=tmerc +lat_0=0 +lon_0=171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    168.4648825839482,28.863959989566624,829111.62618155,1.0484085661943652E7
+    171.6519651505016,-20.54644753765983,1863387.517859486,-7454344.616579114
+    176.26906190907027,3.2600439703820854,3563638.582717179,1187244.447150316
+    166.18019479173347,0.7778001392321698,-121102.814457456,283061.927719633
+    169.96786482977873,86.4671327786591,1617120.885403236,3.1507783667013753E7
+    170.7039708686141,-67.26048534542534,1598522.689599043,-2.447649036545546E7
+    164.9277744728279,8.595066160026661,-555623.0459344,3134508.584079313
+    169.4745069179762,54.12922497706492,1313377.486658624,1.9681636770713553E7
+<EPSG:4218> +proj=longlat +ellps=intl +towgs84=307,304,-318,0,0,0,0 +no_defs  <>
+    -114.01935761722088,27.06941507708237,-114.020936983,27.070983849
+    -138.234198578186,-66.13006468111313,-138.233705963,-66.125980033
+    -167.53592452478813,81.50437150165598,-167.521955425,81.501795998
+    -142.442569078753,-24.272596794604,-142.442038667,-24.269005554
+    122.1692543789228,38.89754695385753,122.174115792,38.901111024
+    146.088106134743,85.38582016168561,146.135239643,85.385419197
+    134.14121770648143,70.85074985530835,134.153013423,70.852230047
+    -165.92382770333518,81.8986955812992,-165.909842622,81.896030453
+<EPSG:4219> +proj=longlat +ellps=bessel +towgs84=-384,664,-48,0,0,0,0 +no_defs  <>
+    102.24728228503488,47.04314792974574,102.244197273,47.04765374
+    127.72707142828227,28.386895342507245,127.728118249,28.39003658
+    -67.36967441886621,3.462088803804704,-67.368784136,3.462034453
+    125.8983636152222,60.44514912097708,125.899785855,60.450806197
+    -140.18099438866253,-27.69829101783575,-140.173330924,-27.696867959
+    -25.566529726561527,-85.39939971162894,-25.614832666,-85.393619002
+    97.71680989161013,70.37512530212442,97.709037522,70.380882276
+    113.18635468325209,14.968123787364178,113.185503458,14.970021687
+<EPSG:4220> +proj=longlat +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +no_defs  <>
+    19.778239370107457,-78.77536119013001,19.792491544,-78.774703137
+    176.76481698032342,-37.5833408346958,176.760855333,-37.584904286
+    -66.66522282935802,30.857562662276365,-66.663294549,30.863506543
+    -70.97537813650213,22.518393071511312,-70.973808999,22.523627482
+    86.02175759891378,-28.683073217408435,86.021484819,-28.682378447
+    138.46770479069278,25.511380561108524,138.464780775,25.514961952
+    2.5663944689648304,24.34309984247335,2.569793835,24.347117637
+    -81.2500698865377,39.301809234801965,-81.248873554,39.308419299
+<EPSG:4221> +proj=longlat +ellps=intl +towgs84=-148,136,90,0,0,0,0 +no_defs  <>
+    -20.08898388423262,70.489175372853,-20.09104567,70.487853977
+    -95.18521645929569,-2.9605440003073227,-95.183780104,-2.96138477
+    167.58063288315662,-8.193341790097037,167.581549391,-8.194603575
+    164.03861095675023,84.79319422980839,164.047498669,84.794871669
+    -101.75552069153859,-19.163242483658635,-101.753879825,-19.164215577
+    -99.85262157914323,26.134098516799284,-99.850930788,26.133588065
+    -169.51669999782584,78.00188099249888,-169.50977907,78.003105383
+    -49.65376321885867,-65.0452486165299,-49.653237721,-65.044595473
+<EPSG:4222> +proj=longlat +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +no_defs  <>
+    58.29824731575067,-6.126502366730975,58.297714712,-6.124387662
+    -11.783370421886701,-49.803928933847516,-11.781516011,-49.804571573
+    -162.44569192967174,74.51068381061151,-162.447769532,74.514399198
+    6.706110738077911,-41.37315592873426,6.707202991,-41.373424357
+    58.34781647208354,-23.444000556115427,58.347238163,-23.443293336
+    171.51654725529846,-29.095730808559665,171.515243859,-29.096623937
+    151.50811421069068,30.042288701781644,151.506457333,30.047604361
+    -1.6558448188286548,23.358518638020655,-1.654750614,23.362755748
+<EPSG:4223> +proj=longlat +datum=carthage +no_defs  <>
+    56.34017127616772,-59.75601242555865,56.336217876,-59.759603627
+    -76.43757869077082,20.33505831756922,-76.435143842,20.333247939
+    -81.98295110661793,5.407134728990911,-81.980608808,5.403808951
+    -176.95084534359677,-46.79287159642348,-176.950583621,-46.80038418
+    -60.93030836198551,-57.48586874023443,-60.926524546,-57.489790174
+    117.30183715025981,-89.85911990041726,116.454178005,-89.860257088
+    -129.1127740829613,10.57005618232489,-129.110874885,10.567628869
+    -16.992745343215915,-50.47256355173194,-16.991743527,-50.476359816
+<EPSG:4224> +proj=longlat +ellps=intl +towgs84=-143.87,243.37,-33.52,0,0,0,0 +no_defs  <>
+    -136.81419191305267,-39.25266849495249,-136.810995495,-39.252889206
+    -158.40939378758725,33.049520498982645,-158.406404131,33.050743443
+    -77.15650647571735,-77.17056870487434,-77.153032097,-77.168505836
+    8.812476936975685,-31.787368710035075,8.809704986,-31.787350245
+    -151.26590692292865,20.124330199905742,-151.263204608,20.125174832
+    -138.2907637643529,-55.54707847917615,-138.286368945,-55.547270845
+    91.83452701031916,87.78926780337173,91.802929088,87.791559646
+    16.628640822105723,-27.940995031712532,16.625853049,-27.941120682
+<EPSG:4225> +proj=longlat +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +no_defs  <>
+    -153.41569294857842,-54.44073558474375,-153.411948723,-54.442283059
+    -74.0934343668151,50.46897744998279,-74.091301344,50.468291968
+    -62.011489541656346,2.191365758623732,-62.010569717,2.191381029
+    -107.41526385194584,-37.92026109887538,-107.412458655,-37.920478329
+    -157.53383808266275,-22.796270193570976,-157.531553977,-22.79726295
+    -19.79627399188692,-11.145819040513743,-19.797090324,-11.145656945
+    27.377615139119484,44.41358454351695,27.374546681,44.413772115
+    114.47693342125359,-61.8058969439701,114.474711242,-61.808451902
+<EPSG:4226> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+    -59.13240589565726,-26.552953511416653,-59.132405896,-26.552953511
+    -2.688872907501974,-71.82799752212232,-2.688872908,-71.827997522
+    -25.836554560873736,73.71180103494086,-25.836554561,73.711801035
+    -151.6442269362882,-46.858040913755744,-151.644226936,-46.858040914
+    -101.80512938898552,70.52050112152361,-101.805129389,70.520501122
+    67.05314368937792,-63.64811964778261,67.053143689,-63.648119648
+    144.56974262855493,69.82088938666524,144.569742629,69.820889387
+    -89.66553779634354,-13.797356645847927,-89.665537796,-13.797356646
+<EPSG:4227> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-190.421,8.532,238.69,0,0,0,0 +no_defs  <>
+    150.34568205970362,-12.338712272511899,150.344883992,-12.342463381
+    114.5182251308612,-50.61477048375201,114.515827279,-50.619818563
+    -57.49685949244986,-21.30472749398328,-57.495355931,-21.308508521
+    133.29116742822993,-4.092813464898711,133.289971834,-4.09550364
+    -54.27542355034717,20.373416854257613,-54.273990522,20.373079651
+    -160.58259834906121,55.77484792157432,-160.581461305,55.777878195
+    94.34865116891285,-81.03305183198518,94.337780693,-81.034554499
+    -97.59100495806877,42.36029558354937,-97.588700079,42.361941269
+<EPSG:4228> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+    -123.60423889239172,16.6727292746576,-123.604238892,16.672729275
+    -107.9570454933328,31.234358593936307,-107.957045493,31.234358594
+    46.50489690919605,15.384142025581426,46.504896909,15.384142026
+    136.5052898312174,79.73849579399518,136.505289831,79.738495794
+    127.15665471879231,60.71952118389376,127.156654719,60.719521184
+    -151.2355890114385,63.60679922701411,-151.235589011,63.606799227
+    -49.67623960602529,74.07374373760322,-49.676239606,74.073743738
+    85.40031385975323,84.78189316942405,85.40031386,84.781893169
+<EPSG:4229> +proj=longlat +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +no_defs  <>
+    46.526402897265314,43.26963359782275,46.524308608,43.269633801
+    86.04134137444066,82.81280390332645,86.031515527,82.81370718
+    33.520678316498675,-29.602097011928457,33.518990518,-29.60176067
+    14.614180354146526,-57.7958261851236,14.611839014,-57.794995954
+    -43.05750747398298,-26.63450097049953,-43.057423302,-26.633687309
+    40.39386455200295,34.59037773711475,40.392033077,34.590308284
+    49.77269701057335,30.108080288698716,49.770930139,30.108159531
+    -165.49723784078625,-48.622842234265136,-165.495351669,-48.62340285
+<EPSG:4230> +proj=longlat +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +no_defs  <>
+    -126.3018085733923,-69.46861458546984,-126.301499688,-69.469868955
+    8.882918011023946,-0.1664188524430017,8.883667111,-0.165326684
+    159.08376096852527,-43.22472645842573,159.082251887,-43.225038792
+    -60.15055248476607,-85.63745654496167,-60.135928602,-85.637870754
+    179.84907203334092,-20.261599022983702,179.848131789,-20.261379897
+    -108.14976007559697,60.86756836647746,-108.148800317,60.869738049
+    -139.87135399149446,30.066111695261668,-139.87154958,30.068356053
+    117.12510385498331,34.19435813896517,117.123779058,34.195784279
+<EPSG:4231> +proj=longlat +ellps=intl +towgs84=-83.11,-97.38,-117.22,0.005693,-0.044698,0.044285,0.1218 +no_defs  <>
+    -35.8182051072599,38.19395150140056,-35.816754114,38.195513735
+    -96.76242576308344,-14.36993093220785,-96.761782273,-14.369536343
+    -32.64885940391528,24.634670098215892,-32.647615365,24.63618048
+    -163.48553178861414,0.24722389260811894,-163.486170567,0.248307767
+    55.11838389478649,28.75134585676041,55.11823868,28.75240576
+    -8.99384648308606,-65.5778858154321,-8.991501049,-65.577535431
+    -15.760384781491155,21.07938131802638,-15.759276105,21.080736243
+    -161.89108355349308,-72.58246336404883,-161.893099739,-72.583539909
+<EPSG:4232> +proj=longlat +ellps=clrk80 +towgs84=-333.102,-11.02,230.69,0,0,0.554,0.219 +no_defs  <>
+    -177.76495883084473,-32.077200076806534,-177.765091758,-32.083391777
+    -143.54224231026205,-46.72872195998337,-143.539922527,-46.735080881
+    80.94290005265293,55.46876393653392,80.937572573,55.470056193
+    51.56407950192633,17.81844777153296,51.561529105,17.817701808
+    165.101982778557,4.279810223888163,165.100961457,4.278413817
+    -35.40258177362162,-7.4104328256940875,-35.400906374,-7.412998035
+    -12.319042045237097,87.35804723999604,-12.303318148,87.355351733
+    174.22677508707056,61.28293176664758,174.225791816,61.287184673
+<EPSG:4233> +proj=longlat +ellps=intl +towgs84=-133,-321,50,0,0,0,0 +no_defs  <>
+    -150.1200130759614,-58.991085243732186,-150.12370221,-58.994159616
+    -113.96267288213691,48.55725125474589,-113.962792573,48.560110938
+    43.45977509921582,56.08865806396483,43.462048265,56.086803132
+    -104.9109061051993,73.64609311123846,-104.909445233,73.649371746
+    56.65184799060134,0.7641307580975933,56.652435157,0.763659431
+    -2.0090078519867234,-8.599424915533717,-2.006051184,-8.599950917
+    -58.5976557486421,0.9868656387517802,-58.595133054,0.986473743
+    -116.25855210124284,59.180196598960265,-116.258949912,59.183362491
+<EPSG:4234> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+    30.061406252944494,-2.9964623128375223,30.061406253,-2.996462313
+    156.9283534745486,58.660216616968455,156.928353475,58.660216617
+    107.96023223408594,-66.76665712246259,107.960232234,-66.766657122
+    76.48684775543484,-31.40998641516564,76.486847755,-31.409986415
+    -86.45115769649051,40.45388113816233,-86.451157696,40.453881138
+    -43.03291772198605,-63.47694194752307,-43.032917722,-63.476941948
+    -17.009546990452804,76.58959418642777,-17.00954699,76.589594186
+    -53.19257921706226,20.204083070762408,-53.192579217,20.204083071
+<EPSG:4235> +proj=longlat +ellps=intl +no_defs  <>
+    171.46782026840356,-13.192750237890621,171.467820268,-13.192750238
+    21.497030823520248,16.177086716517337,21.497030824,16.177086717
+    -165.3217764038503,34.86010324245942,-165.321776404,34.860103242
+    32.099009892790974,-43.25669491552395,32.099009893,-43.256694916
+    68.2500902578696,-89.19030825989772,68.250090258,-89.19030826
+    -67.70331542464982,6.568883747199621,-67.703315425,6.568883747
+    -150.1713305574583,-19.122567558798053,-150.171330557,-19.122567559
+    -17.504116437582013,-5.5778255181348015,-17.504116438,-5.577825518
+<EPSG:4236> +proj=longlat +ellps=intl +towgs84=-637,-549,-203,0,0,0,0 +no_defs  <>
+    -156.7036057219886,-41.27096326185642,-156.706617516,-41.275169784
+    62.90005352714772,33.35902558902548,62.896648391,33.357448425
+    131.26298915899162,9.131400075131765,131.255338891,9.133480912
+    -49.902030086629395,-75.09585015474858,-49.872753051,-75.095872296
+    171.2363249590037,25.57815896241833,171.229958007,25.582580628
+    -2.1042481019738375,-11.469330772706002,-2.099006078,-11.466745279
+    67.43497698618387,-66.90288849971226,67.42635813,-66.896569307
+    -61.77540505337906,-16.87571334980703,-61.767700885,-16.874893892
+<EPSG:4237> +proj=longlat +ellps=GRS67 +towgs84=52.17,-71.82,-14.9,0,0,0,0 +no_defs  <>
+    178.24294469296473,41.03092851284694,178.2421101,41.030715577
+    -107.33737022519546,-33.7164370584302,-107.3381384,-33.716597245
+    -21.178022632963916,57.113959399981184,-21.177228341,57.114601078
+    108.40294488480777,44.8418237431253,108.403284209,44.841389073
+    -73.75929029136458,-61.944484207750264,-73.759861844,-61.945088847
+    -56.66271004146145,-49.885658936473554,-56.662767309,-49.886189391
+    86.25931465121454,-42.605735369574035,86.260006137,-42.605227809
+    117.37370719395363,-38.68075528234691,117.373860109,-38.680163401
+<EPSG:4238> +proj=longlat +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +no_defs  <>
+    91.99830451453187,49.473873517747904,91.997966352,49.473754771
+    23.23936722313283,-86.26497313376541,23.23995999,-86.264727089
+    57.04832685079694,60.20562817646734,57.048110813,60.205412439
+    -48.59280904497169,55.62256302359626,-48.592365839,55.622510182
+    149.64018081219837,0.055615197459800925,149.639955574,0.055570108
+    -168.49739231747805,-41.266951606987966,-168.497510617,-41.267150112
+    -89.77831713721575,-86.89227264431617,-89.774343915,-86.892409122
+    -99.13108299923243,4.744534049439935,-99.130890864,4.744504119
+<EPSG:4239> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=217,823,299,0,0,0,0 +no_defs  <>
+    77.53221175636378,-6.619541331018411,77.532521111,-6.622734419
+    26.339407335905292,80.55880387889357,26.304384633,80.562772961
+    11.714031334346913,28.305621236189765,11.706263888,28.303487715
+    141.29745578640944,-41.73918159089616,141.306808226,-41.741616335
+    122.29066501542371,5.097872477523353,122.296285005,5.095351911
+    162.15299261101717,-58.071881878755036,162.167394416,-58.072165632
+    -29.727787563465,14.01034105106649,-29.735399051,14.006460503
+    -71.48688263162389,-71.34546108221382,-71.499956635,-71.339275414
+<EPSG:4240> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=210,814,289,0,0,0,0 +no_defs  <>
+    -177.5538506418631,-1.2698950851705035,-177.546624048,-1.272385395
+    37.79685912278205,20.255142321156654,37.791933952,20.253696605
+    -42.18992251381755,-40.25617542629289,-42.198668856,-40.254254276
+    109.74698066685403,89.96162100503582,117.244496852,89.967564358
+    -107.91261310991632,39.33085092756778,-107.912027066,39.322425992
+    152.2030082260514,-71.01739999875214,152.225532989,-71.018868166
+    -153.74555513181429,-27.488068679475468,-153.739108547,-27.486742605
+    -4.15210716234219,50.65300018324689,-4.163802573,50.650777796
+<EPSG:4241> +proj=longlat +a=6378249.144808011 +b=6356514.966204134 +no_defs  <>
+    107.6762392576245,11.802328857174828,107.676239258,11.802328857
+    159.7679920131343,16.578062948065295,159.767992013,16.578062948
+    -18.385174651907363,-51.015256878827685,-18.385174652,-51.015256879
+    -74.23670723663486,30.219597340105267,-74.236707237,30.21959734
+    75.53152038079682,-11.292971681024113,75.531520381,-11.292971681
+    -66.52323301155337,58.49307873575475,-66.523233012,58.493078736
+    130.353100276754,-10.159917853478873,130.353100277,-10.159917853
+    132.32598188073752,54.835240708675,132.325981881,54.835240709
+<EPSG:4242> +proj=longlat +ellps=clrk66 +towgs84=70,207,389.5,0,0,0,0 +no_defs  <>
+    95.82742337543169,51.88377156503202,95.828740042,51.885095196
+    -38.9637212026328,28.90500288548067,-38.965822827,28.903409356
+    134.97184330914638,-16.878253819544597,134.973681095,-16.883067646
+    -94.52798676844364,-23.959675566666192,-94.528511782,-23.963703033
+    76.58446688799609,-44.0755969300834,76.584717367,-44.081617224
+    -41.27172327418904,-38.334628089703024,-41.274030784,-38.338995277
+    -64.59244296153119,18.214281871321504,-64.593880333,18.211768729
+    176.57604615706458,-0.49414724911426333,176.577939959,-0.497702367
+<EPSG:4243> +proj=longlat +a=6377299.36559538 +b=6356098.359005156 +no_defs  <>
+    -72.57964663763654,26.55453811852884,-72.579646638,26.554538119
+    6.206611579254741,-48.857118497532355,6.206611579,-48.857118498
+    -94.94154615163932,-6.8227973338287455,-94.941546152,-6.822797334
+    119.61798333749016,-11.450374744676623,119.617983337,-11.450374745
+    51.090947043740556,-74.34937889260537,51.090947044,-74.349378893
+    -3.2927134207280346,56.09970909573232,-3.292713421,56.099709096
+    -78.6276939595411,66.02913844012576,-78.62769396,66.02913844
+    94.5410125804591,-4.262543585128469,94.54101258,-4.262543585
+<EPSG:4244> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=-97,787,86,0,0,0,0 +no_defs  <>
+    -86.66795247992668,-31.93048452611378,-86.667412253,-31.925883602
+    -125.4300332558594,-61.06388888242826,-125.420122527,-61.058268293
+    -167.07370410951987,51.224157992179556,-167.062413652,51.221488118
+    -115.43512202110934,-61.74359974236764,-115.427068893,-61.737299066
+    155.0521697800096,-58.454858521788694,155.063692976,-58.457001475
+    -172.9482886285548,-50.16893945104742,-172.937189687,-50.167805604
+    -76.79436154001014,42.062230578476175,-76.79539257,42.055256433
+    136.27117501853002,-10.96386912064645,136.275765101,-10.965069856
+<EPSG:4245> +proj=longlat +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +no_defs  <>
+    -58.28833567467957,-25.64971136926779,-58.292696779,-25.645610093
+    179.41965681409607,-35.05769051937793,179.428983829,-35.056273638
+    124.0950553922795,-70.65481367078621,124.107711311,-70.659808692
+    -67.42534564032323,-38.76530676143248,-67.428987035,-38.759272308
+    65.03045091858081,-56.404839397541764,65.024469446,-56.409078389
+    -124.21194744243097,0.3901934159518703,-124.207567848,0.390082707
+    153.46778976520034,19.722258806447257,153.475006356,19.722353608
+    17.153297431156517,41.37917709939856,17.143537473,41.378934393
+<EPSG:4246> +proj=longlat +ellps=clrk80 +towgs84=-294.7,-200.1,525.5,0,0,0,0 +no_defs  <>
+    -72.34735859467808,83.10329184689058,-72.321891888,83.10437532
+    -11.399450198959613,-33.05882876516386,-11.396726304,-33.064450849
+    -175.51928439862854,-18.556019787795364,-175.520956063,-18.563311032
+    -32.85199211292942,23.490526869505118,-32.848781515,23.487976485
+    48.9662847078568,79.28085211896757,48.961908331,79.278093684
+    122.22088121125324,58.651135935931535,122.214749076,58.65138062
+    -77.09017165259218,47.35309380745338,-77.085777858,47.353880158
+    -0.642957937904896,-64.10919837505347,-0.638785386,-64.11136463
+<EPSG:4247> +proj=longlat +ellps=intl +towgs84=-273.5,110.6,-357.9,0,0,0,0 +no_defs  <>
+    63.90241796628604,-7.420224010049793,63.899752339,-7.417201221
+    -142.92756583795014,18.542310286144925,-142.925168301,18.546307798
+    -135.0604972551865,-46.07460160325233,-135.056987843,-46.07393758
+    -120.79287864558057,-64.22078982663447,-120.786872545,-64.220400274
+    -84.31060121392518,7.085624781981068,-84.308237034,7.088884915
+    17.99281461781905,-87.76938988373519,17.949223645,-87.76730678
+    152.33448734105434,-64.39066088447568,152.333885524,-64.392288314
+    -0.7200650138949527,31.421384264291063,-0.721191926,31.423578385
+<EPSG:4248> +proj=longlat +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +no_defs  <>
+    80.89101902691357,27.493267662786465,80.887860905,27.497481532
+    -107.73122146038085,-2.742473738799788,-107.728275126,-2.739121759
+    47.708811534270865,-63.74047008003285,47.70211329,-63.739111672
+    29.901951898630927,-53.86130782861384,29.897464161,-53.858919669
+    -178.5952013215282,75.86690305538627,-178.588525186,75.870577853
+    89.09611898190263,48.205106671474994,89.092207505,48.209319708
+    -160.98976927642852,37.91911158613995,-160.986820541,37.923773389
+    136.7721094771755,-60.70408479195512,136.770832279,-60.705715316
+<EPSG:4249> +proj=longlat +ellps=intl +no_defs  <>
+    54.35968459023425,-66.38987600888281,54.35968459,-66.389876009
+    3.032174361671423,69.70325467790673,3.032174362,69.703254678
+    -61.97363597091045,-32.554610682030386,-61.973635971,-32.554610682
+    55.821264011296904,-77.59539367767731,55.821264011,-77.595393678
+    161.4352330661065,-71.39679069326087,161.435233066,-71.396790693
+    -138.3827884280326,-40.08876354320182,-138.382788428,-40.088763543
+    130.91982467087797,-54.950462743827096,130.919824671,-54.950462744
+    111.92206364012719,-80.50273431626334,111.92206364,-80.502734316
+<EPSG:4250> +proj=longlat +ellps=clrk80 +towgs84=-130,29,364,0,0,0,0 +no_defs  <>
+    -11.129067923863687,49.528792996144034,-11.129114364,49.528862808
+    -147.0923029269651,-61.30127222931071,-147.090530777,-61.306222337
+    34.20879236672249,79.38994713553046,34.204072149,79.389680519
+    62.38978452064762,41.972648366553244,62.388232575,41.973131756
+    25.501233455406492,24.03303213085354,25.500425969,24.031987061
+    161.9953369654757,87.59489405571975,161.992646947,87.596206631
+    -127.87542080303362,-20.20930846098352,-127.87426854,-20.214613579
+    -74.81528163127338,38.549889826512185,-74.813929557,38.550043685
+<EPSG:4251> +proj=longlat +ellps=clrk80 +towgs84=-90,40,88,0,0,0,0 +no_defs  <>
+    175.48114127063985,89.16343574343671,175.501265248,89.164347168
+    88.57536410261298,62.02555060905249,88.573626563,62.028082453
+    39.47104105893965,83.21801814399626,39.464362674,83.218269744
+    -118.76744896924727,11.07386648509528,-118.766550723,11.074287522
+    -95.18002558628014,-85.29880869115297,-95.169840232,-85.299103112
+    -67.42333342251617,27.675003203611325,-67.422646736,27.676589902
+    52.52557128642647,-17.226428785551647,52.524670903,-17.228908435
+    -133.36697451637124,-83.6304224203628,-133.359477243,-83.6314932
+<EPSG:4252> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+    91.85704743206344,-6.552483832201574,91.857047432,-6.552483832
+    24.203072859462083,-2.385765796207366,24.203072859,-2.385765796
+    148.76764257060552,69.52870469752335,148.767642571,69.528704698
+    77.2878538749909,0.828529184785765,77.287853875,0.828529185
+    29.30429307236156,-55.07170475590241,29.304293072,-55.071704756
+    113.24502908118592,-89.61266991400983,113.245029081,-89.612669914
+    125.30315670543996,5.437710483214929,125.303156705,5.437710483
+    -49.88563884868287,-45.655075293394994,-49.885638849,-45.655075293
+<EPSG:4253> +proj=longlat +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +no_defs  <>
+    -176.88273868556576,-25.22702949117938,-176.883429958,-25.228792761
+    12.50119417979397,54.92340499156947,12.50191761,54.924603641
+    -166.06274616717204,-61.38598177352647,-166.063545066,-61.388723989
+    -158.55007378131506,52.34419407608331,-158.550411729,52.347625096
+    -156.85702273022628,-62.78108310858302,-156.857385732,-62.783830791
+    -130.08943886369485,10.574065797198259,-130.088962218,10.575532558
+    -154.68415165208967,11.164096942217583,-154.684268233,11.165632059
+    138.09288201771255,-58.083901845693646,138.090404809,-58.085942089
+<EPSG:4254> +proj=longlat +ellps=intl +towgs84=16,196,93,0,0,0,0 +no_defs  <>
+    151.6802151593344,-17.31937739343182,151.68190968,-17.320859831
+    -96.73998591872169,57.27721764004718,-96.739867989,57.276028894
+    -139.56829679147995,-78.34475378904953,-139.562144758,-78.344024987
+    -45.47727395846613,-31.87643617042275,-45.478846968,-31.877274216
+    -102.95627727290142,0.6241095018805396,-102.956022575,0.623267261
+    60.63753699582901,1.3847967673690391,60.636798699,1.384034752
+    -148.2599788118246,50.588984998135345,-148.257743932,50.588449858
+    -87.04070358345074,-16.083462631921037,-87.0409475,-16.08422051
+<EPSG:4255> +proj=longlat +ellps=intl +towgs84=-333,-222,114,0,0,0,0 +no_defs  <>
+    74.39963464107296,-55.68256312446403,74.395485266,-55.681655027
+    -159.84859422324496,44.9266919054171,-159.849781081,44.929260494
+    38.91067538790375,-41.08725738141826,38.910242025,-41.086487217
+    18.265892215096187,-47.95218985484422,18.267317131,-47.951117636
+    -34.580101866918625,-0.42609168381297025,-34.576762125,-0.427124924
+    120.19259398734533,25.654471907267975,120.188615559,25.654091222
+    68.23148146383176,82.11424245879778,68.216677944,82.111401146
+    160.58905374260496,-84.05675644115769,160.56136898,-84.05917042
+<EPSG:4256> +proj=longlat +ellps=clrk80 +towgs84=41,-220,-134,0,0,0,0 +no_defs  <>
+    -44.731056136997495,18.17621217440565,-44.729851584,18.17974786
+    16.57587920617928,53.60050987224338,16.579240928,53.604057106
+    64.98345807558397,-14.075230500766281,64.984663491,-14.075141477
+    119.3143981139599,-34.799070778858415,119.313611762,-34.799938088
+    -113.19758071113155,26.69541941242072,-113.198830177,26.699781589
+    -166.20539560715315,44.72398125556188,-166.208215837,44.728062708
+    123.8903896644182,-86.37014401666244,123.877861013,-86.368628764
+    -18.069609061162225,80.02122644459595,-18.059457963,80.023451391
+<EPSG:4257> +proj=longlat +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +no_defs  <>
+    -108.02436902977483,-35.36656956974596,-108.016449369,-35.365445984
+    61.33628006833973,-71.68902849133303,61.314468631,-71.690562564
+    90.37886990009412,-16.2690382264921,90.373402594,-16.271306015
+    -98.24717863889734,-50.199159597249086,-98.237987951,-50.196439518
+    -4.242029568647894,-51.867883639896476,-4.248922303,-51.863695807
+    -79.15252222151335,89.46900718117797,-78.694116852,89.463406253
+    -31.689481376903387,-33.53576484625017,-31.690918212,-33.532457974
+    -141.5966401130777,77.82778862968172,-141.563832761,77.828471446
+<EPSG:4258> +proj=lonlat +ellps=GRS80 +nadgrids=null +axis=neu +bounds=-180,-90,180,90  <>
+    -115.41284954432327,21.80076801632171,21.800768016,-115.412849544
+    -105.08056686733227,-2.819324287687067,-2.819324288,-105.080566867
+    -81.17537557162606,-45.86389137817367,-45.863891378,-81.175375572
+    -5.874222714040087,58.50272041864545,58.502720419,-5.874222714
+    -95.40518244076266,-85.11998303505143,-85.119983035,-95.405182441
+    119.43712552269079,-56.69725450904976,-56.697254509,119.437125523
+    23.99434433370635,7.577893910230017,7.57789391,23.994344334
+    6.891196866175875,83.74224530728284,83.742245307,6.891196866
+<EPSG:4259> +proj=longlat +ellps=intl +towgs84=-254.1,-5.36,-100.29,0,0,0,0 +no_defs  <>
+    -155.3507685254993,-39.79401491690206,-155.349588037,-39.795473976
+    27.166913299781186,55.05560198116004,27.16517257,55.055206964
+    129.91749916151957,26.029827534268804,129.915517675,26.031919646
+    26.665566123945496,71.34036937451714,26.662508394,71.339206194
+    -116.86252397963617,-1.3437156867544218,-116.860508839,-1.342872885
+    32.373804538883206,71.91812128539146,32.370009678,71.917032035
+    -50.584949967937774,61.016196051574866,-50.581257242,61.01609445
+    130.10518201024968,-15.013298218933699,130.10334267,-15.013208394
+<EPSG:4260> +proj=longlat +ellps=clrk80 +towgs84=-70.9,-151.8,-41.4,0,0,0,0 +no_defs  <>
+    92.97816556149246,54.818779966996374,92.976941461,54.820868415
+    77.11623650887185,-88.32980926987864,77.105412592,-88.32851573
+    -115.73458849164854,43.777766760475544,-115.734613885,43.782221275
+    164.5183750058482,-72.42894602618307,164.513473615,-72.43087912
+    174.8514798666667,35.81596329232069,174.849736512,35.819552728
+    165.5611765473812,79.5351465336555,165.553057817,79.536606639
+    -143.99323317971226,14.636728790869356,-143.993986169,14.638965842
+    18.1042989646034,-58.87647193431858,18.106418353,-58.878180247
+<EPSG:4261> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +no_defs  <>
+    -155.57184503896275,17.93723670458438,-155.570711326,17.938431729
+    145.79374247347664,-55.869979055362606,145.795949658,-55.873554893
+    -66.817258891157,13.699980616107652,-66.818053641,13.700756231
+    -147.24971406847442,-75.31040134641697,-147.2459703,-75.311138296
+    157.59949645984682,87.83241691256865,157.634249064,87.832879249
+    -40.526783255761956,16.41900800070671,-40.528010849,16.420126368
+    -7.635721105451211,63.12700850210214,-7.638670908,63.129442055
+    -173.2490634485463,60.17514099208017,-173.246516977,60.177269445
+<EPSG:4262> +proj=longlat +ellps=bessel +towgs84=639,405,60,0,0,0,0 +no_defs  <>
+    -92.08503494738666,81.45049166867187,-92.122590667,81.446444282
+    42.74031918666455,-41.52221622513104,42.741951539,-41.526468706
+    6.220126567777129,-50.34793891789659,6.215441957,-50.352396186
+    158.91427789040404,81.8772787349439,158.952772549,81.87304005
+    67.31000969425298,-8.142876013367527,67.313942025,-8.144039283
+    144.5203216326354,7.434552614328425,144.526668713,7.433527086
+    38.93349787951587,33.3280196160205,38.934427269,33.330741298
+    28.883880954408227,-6.368276310359164,28.883465509,-6.369440889
+<EPSG:4263> +proj=longlat +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +no_defs  <>
+    79.97725444206719,1.9932460131171439,79.976585612,1.992328428
+    97.05134578333127,-69.89190154128434,97.048669766,-69.893623454
+    -0.19003399989469472,43.72472245629879,-0.188876054,43.726500492
+    -11.040447892731777,10.151129367024026,-11.039454213,10.151020995
+    172.83991456177955,-60.125580074411616,172.838048265,-60.129459787
+    -78.914199173427,16.402773657137132,-78.913186542,16.403610122
+    -33.526175640648034,2.8793645616159296,-33.52502129,2.878567131
+    43.98979999634014,17.612531763091468,43.989828387,17.612939962
+<EPSG:4264> +proj=longlat +ellps=intl +towgs84=-252.95,-4.11,-96.38,0,0,0,0 +no_defs  <>
+    160.15666258698116,87.50775396596964,160.138172147,87.50997833
+    173.71203856934972,-62.20314825711188,173.711427752,-62.205414778
+    80.30893796127373,-26.922624445008132,80.306434542,-26.922322787
+    -57.73563410636008,-43.52065091345205,-57.732961462,-43.520027596
+    -59.68786354528649,-70.03312694688613,-59.682081896,-70.03231325
+    75.01407845257802,-13.97509547846866,75.011826797,-13.974484604
+    -178.4261996497144,-11.798483676180979,-178.426173602,-11.798428014
+    42.15459408653834,-7.553652360115905,42.153083472,-7.552776894
+<EPSG:4265> +proj=longlat +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +no_defs  <>
+    -73.52190441843331,-71.27109572992438,-73.52143042,-71.271685559
+    86.00944001260973,71.11065412891804,86.004171503,71.11038388
+    -55.281321713325426,-21.07861848150239,-55.280741326,-21.079265541
+    -58.42633614990662,-45.87162712016115,-58.425912589,-45.872497162
+    175.2096474356328,-61.79316874116121,175.2089799,-61.793815011
+    -170.6682727316265,-81.86021623755535,-170.669531566,-81.860576448
+    -147.49875677578837,-57.16910883590773,-147.499035067,-57.169842663
+    68.07567325361092,17.936800802346852,68.074527132,17.936576325
+<EPSG:4266> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-74,-130,42,0,0,0,0 +no_defs  <>
+    -20.68874489931372,-75.8919845769654,-20.683316615,-75.893358448
+    4.80228646766551,55.962044492467015,4.804261454,55.964119204
+    92.36596964662385,-81.33141793202483,92.361259093,-81.331287491
+    -96.37724640938423,-3.492729229269031,-96.37671449,-3.493567278
+    60.50708138318754,4.689867601679964,60.50707769,4.689891867
+    162.9827496371263,44.08009416251838,162.980927299,44.083171042
+    -41.33098461706069,-87.87670657579757,-41.295581455,-87.877223515
+    80.91662871749213,-13.421920829556896,80.916143507,-13.423418624
+<EPSG:4268> +proj=longlat +a=6378450.047548896 +b=6356826.621488444 +no_defs  <>
+    51.894859175063885,-68.30900445675401,51.894859175,-68.309004457
+    -84.5698473206434,8.076083341476377,-84.569847321,8.076083341
+    130.8236678539198,-82.73925335329258,130.823667854,-82.739253353
+    -153.7717469564482,56.77508571312288,-153.771746956,56.775085713
+    179.1211512636982,12.225666389880885,179.121151264,12.22566639
+    137.3591775142424,19.893089923696778,137.359177514,19.893089924
+    56.99788573122382,55.34142984329321,56.997885731,55.341429843
+    -84.21463890076012,-38.01326540268546,-84.214638901,-38.013265403
+<EPSG:4269> +proj=longlat +datum=NAD83 +no_defs  <>
+    115.8046293015862,46.46644593969336,115.804629302,46.46644594
+    143.04284329842847,-10.866051172839832,143.042843298,-10.866051173
+    29.35356884447023,-11.304460001362429,29.353568844,-11.304460001
+    -122.37245691080423,80.47672523745109,-122.372456911,80.476725237
+    18.961207230062115,61.20199654118247,18.96120723,61.201996541
+    -138.59158100362498,86.19147236735381,-138.591581004,86.191472367
+    168.4575058199585,-68.8579399393104,168.45750582,-68.857939939
+    62.61703984465805,-65.18483727127705,62.617039845,-65.184837271
+<EPSG:4270> +proj=longlat +ellps=clrk80 +towgs84=-249,-156,381,0,0,0,0 +no_defs  <>
+    -20.353553036798246,86.69937932877372,-20.317359104,86.697941549
+    17.13157697601332,45.35912883472565,17.132543457,45.358046933
+    -116.84750330556756,3.764662687283092,-116.846137505,3.761786353
+    -116.15189988993342,-56.52695925362146,-116.149385099,-56.533608844
+    148.86114148011126,49.13744115477439,148.857546965,49.139211896
+    56.09845309391264,-22.600005270658343,56.097289413,-22.604484458
+    -161.93307279663534,87.47843647810603,-161.947553637,87.481112303
+    -71.75691797574532,73.41242129653654,-71.747967173,73.413767865
+<EPSG:4271> +proj=longlat +ellps=intl +towgs84=-10,375,165,0,0,0,0 +no_defs  <>
+    9.25578893103679,-2.233842743195126,9.252447111,-2.235415781
+    116.04302714731455,-66.6880895603832,116.046551036,-66.692082643
+    -38.317094892749594,-14.980243962108887,-38.319772556,-14.981534155
+    -100.11225358732943,-47.56923610573749,-100.111247803,-47.568617008
+    -96.32613139465703,-11.561575848802917,-96.325661478,-11.562687223
+    149.02222785696893,50.16347118421976,149.026655719,50.164721118
+    -168.36417496136553,41.933639045719985,-168.359722108,41.932955315
+    57.42737219965656,-68.50204765477432,57.422231067,-68.505740688
+<EPSG:4272> +proj=longlat +datum=nzgd49 +no_defs  <>
+    -72.31515825897381,7.006273415069373,-72.315933564,7.004932236
+    -57.742479009666596,-57.34227347144789,-57.743698404,-57.344104195
+    24.369135941374367,34.98173607589615,24.369245207,34.981313599
+    80.48726015201294,-9.862193459231932,80.487519039,-9.864282448
+    -133.19036704027954,-59.12373942066223,-133.19135401,-59.124926629
+    159.92242520694936,-34.318246749303796,159.922400757,-34.320133714
+    142.52768012827738,-76.49952173764889,142.529128599,-76.499905215
+    118.65113950675698,-19.886110104126843,118.651361586,-19.888228982
+<EPSG:4273> +proj=longlat +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +no_defs  <>
+    -56.741630151038564,-51.89340588844907,-56.745422869,-51.894152702
+    -110.78735425759615,-49.3250182540135,-110.787729111,-49.323903304
+    -143.05926281738363,-31.390853396560047,-143.057336945,-31.391360073
+    -3.723485854095202,-47.09031106838839,-3.725446235,-47.094257954
+    168.49951393654158,-67.70024062325024,168.510005053,-67.699777857
+    -152.08208726500138,25.737366146898125,-152.081660868,25.732926015
+    -48.27382168905805,-48.1764749844499,-48.277218414,-48.177862457
+    30.427458835861273,56.12156280311203,30.433077459,56.119682788
+<EPSG:4274> +proj=longlat +ellps=intl +towgs84=-223.237,110.193,36.649,0,0,0,0 +no_defs  <>
+    -96.02024873270159,-81.466289250584,-96.006157194,-81.465815495
+    -109.54645491508803,8.268044970196513,-109.544210765,8.267913503
+    -168.29608848771642,26.041167823819492,-168.294557838,26.04229756
+    -48.924637413022566,32.352646853249524,-48.92361882,32.352002863
+    108.06513660205309,76.09906629040799,108.05849883,76.100883163
+    -158.7868603032799,47.18138031744408,-158.78443928,47.183085945
+    -125.51386427264865,74.91891775305984,-125.50540686,74.919590529
+    173.92692368734856,-15.492199451251622,173.927724802,-15.493506549
+<EPSG:4275> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +no_defs  <>
+    -173.43165093505698,-21.470001857961847,-173.432040645,-21.475411354
+    -168.108912276261,42.25097012991634,-168.10920427,42.253038846
+    25.022505921670444,-53.36906631246525,25.022255177,-53.372511233
+    -93.86939671021601,-21.250993270194016,-93.867820824,-21.25604777
+    18.476095366468286,-81.06363708407721,18.476306677,-81.063468139
+    -159.92840906562392,64.64315571565038,-159.928381855,64.645804076
+    76.850066710048,-28.612380394663084,76.848533563,-28.617144317
+    -32.304480726078054,-63.23332547374102,-32.301685902,-63.236264207
+<EPSG:4276> +proj=longlat +ellps=WGS66 +no_defs  <>
+    -161.5905471746471,65.18905094897664,-161.590547175,65.189050949
+    57.94923110894052,83.66759367369264,57.949231109,83.667593674
+    115.28969130811225,30.284709880218443,115.289691308,30.28470988
+    -32.92978965898146,-51.669423448582585,-32.929789659,-51.669423449
+    -98.52382943929118,27.259000932859976,-98.523829439,27.259000933
+    -126.16524287836273,-3.7703921764083077,-126.165242878,-3.770392176
+    175.31179670090063,28.137653910085803,175.311796701,28.13765391
+    -69.75390943794976,-67.37768659467561,-69.753909438,-67.377686595
+<EPSG:4277> +proj=longlat +datum=OSGB36 +no_defs  <>
+    -179.30191549200214,80.12603707742164,-179.309207942,80.120972423
+    32.382759738991865,-43.0863530541575,32.386693686,-43.091080682
+    -145.32837819622392,-62.8773325665056,-145.335483073,-62.876645126
+    -0.6439076294117285,1.7055276084045659,-0.643060624,1.700775266
+    -108.44034483731124,58.11078271260902,-108.448559701,58.10742327
+    -117.23227298453696,-48.02043540298179,-117.23850761,-48.022364801
+    82.90823962727796,-10.368954256221741,82.912178905,-10.373444382
+    -153.69547766342663,-82.64158425714379,-153.716855292,-82.639007181
+<EPSG:4278> +proj=longlat +ellps=airy +no_defs  <>
+    -148.94208378043868,-25.74130736340649,-148.94208378,-25.741307363
+    144.54671294648506,-70.57351247526539,144.546712946,-70.573512475
+    -2.0956940791293164,21.47674889376151,-2.095694079,21.476748894
+    -11.98336163320414,45.70451894376333,-11.983361633,45.704518944
+    137.07901369853846,22.756904344535712,137.079013699,22.756904345
+    -174.48733032665996,29.83892903197102,-174.487330327,29.838929032
+    -24.979287363456052,-60.328981972321856,-24.979287363,-60.328981972
+    142.492039392118,-87.97994582676974,142.492039392,-87.979945827
+<EPSG:4279> +proj=longlat +ellps=airy +no_defs  <>
+    113.91651655586435,58.21453081722129,113.916516556,58.214530817
+    -138.10128352067574,86.70807034291838,-138.101283521,86.708070343
+    61.42499803991478,-38.75862321789998,61.42499804,-38.758623218
+    -32.559674971170296,75.91159716587899,-32.559674971,75.911597166
+    -63.23480139078532,-23.361704944362288,-63.234801391,-23.361704944
+    82.93149739288378,-71.07783308076938,82.931497393,-71.077833081
+    158.1668834798964,41.74511214585016,158.16688348,41.745112146
+    -11.775264111331921,-41.2465721282028,-11.775264111,-41.246572128
+<EPSG:4280> +proj=longlat +ellps=bessel +no_defs  <>
+    116.91819179635814,11.879864560868526,116.918191796,11.879864561
+    -80.48455037417412,22.44682299452431,-80.484550374,22.446822995
+    176.1192323541756,-71.40748396755353,176.119232354,-71.407483968
+    -122.98843020424187,82.14557659529711,-122.988430204,82.145576595
+    19.94169858639819,74.17090796146994,19.941698586,74.170907961
+    -140.8810682655233,14.82581973129075,-140.881068266,14.825819731
+    -84.9351987707335,8.939815170285641,-84.935198771,8.93981517
+    127.61163736878689,-11.450792754751419,127.611637369,-11.450792755
+<EPSG:4281> +proj=longlat +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +no_defs  <>
+    21.655689574137284,-28.393662568258115,21.65838864,-28.398376147
+    127.40457216834022,-61.49599820698802,127.404138791,-61.499506812
+    -13.035092961349562,53.0908253890843,-13.034756341,53.08822857
+    148.3701437783604,-75.84256090702122,148.366170864,-75.845070777
+    68.71382924054649,-88.0944151881156,68.696937406,-88.093005695
+    10.367239244066639,-63.24034793800516,10.372422361,-63.243020633
+    -110.74995607250665,39.44238911160949,-110.741705899,39.441512517
+    178.13259491067413,-36.34498645097251,178.135239268,-36.350652834
+<EPSG:4282> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-148,51,-291,0,0,0,0 +no_defs  <>
+    147.00200179902043,-81.4094629252351,146.999733876,-81.411346136
+    -53.60675096351528,-25.469816403043154,-53.605867207,-25.469389197
+    -117.14546192550557,-86.81558384388075,-117.120483977,-86.815985032
+    -39.924631033874505,69.80945720276827,-39.923181226,69.811162033
+    -129.58575863672905,88.56419048532433,-129.533374283,88.564904678
+    -97.13612735215537,-58.738967019311204,-97.133482067,-58.740152145
+    62.527398986773335,-41.3545546015296,62.5255487,-41.355571087
+    21.877156664223236,-28.077240807263692,21.876114129,-28.077035846
+<EPSG:4283> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -166.67651114090225,-63.05767735935945,-166.676511141,-63.057677359
+    73.374653270995,31.9775034945651,73.374653271,31.977503495
+    -150.12298728679457,17.126927799000896,-150.122987287,17.126927799
+    -94.5436584838914,-6.9983731058410825,-94.543658484,-6.998373106
+    -21.413888450648642,-44.53245532320249,-21.413888451,-44.532455323
+    -50.09673463953854,-7.741797704732818,-50.09673464,-7.741797705
+    -131.46172108523274,13.869937205302236,-131.461721085,13.869937205
+    -114.87422206493049,-4.643588449701767,-114.874222065,-4.64358845
+<EPSG:4284> +proj=longlat +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +no_defs  <>
+    -174.14436033764673,-5.04250445303029,-174.145876552,-5.041861333
+    126.69355030056732,62.27327324804028,126.692213675,62.272519857
+    -28.65995484005049,79.326493776044,-28.654989643,79.327484896
+    69.42944036469348,73.61101295524773,69.431806061,73.610173576
+    10.785143326471484,-24.12915212562713,10.786316706,-24.128360558
+    -30.605966146033268,-47.75195343304763,-30.604680603,-47.751972274
+    -124.27494516881997,-27.27780804327559,-124.276134994,-27.277621353
+    -87.94548761841482,20.125818864032496,-87.945930947,20.126934233
+<EPSG:4285> +proj=longlat +ellps=intl +towgs84=-128.16,-282.42,21.93,0,0,0,0 +no_defs  <>
+    -174.47736678262805,-71.88952419844692,-174.485111102,-71.89138834
+    -147.5476156241669,-66.07939197715052,-147.551361756,-66.082209289
+    -152.1853435862903,-76.8587505674826,-152.192827811,-76.861296899
+    80.06437637999505,-73.29030609519877,80.061962594,-73.288237645
+    1.4816692144033539,56.722208194491316,1.486226246,56.721837146
+    152.44287596226422,-15.646013749682993,152.439987813,-15.646590704
+    -117.02634748872612,61.10060968961125,-117.026610179,61.103643782
+    128.34453744318557,-59.687770544270684,128.339642397,-59.68748538
+<EPSG:4286> +proj=longlat +ellps=helmert +no_defs  <>
+    -134.51794345212505,-12.717492690312724,-134.517943452,-12.71749269
+    -157.48106470587817,18.2916654576088,-157.481064706,18.291665458
+    60.48278160190881,66.1369995917029,60.482781602,66.136999592
+    -129.3199560218397,-6.673121372079123,-129.319956022,-6.673121372
+    -121.65586525236367,21.35986558809708,-121.655865252,21.359865588
+    3.796304333279295,20.02963501121056,3.796304333,20.029635011
+    -118.78438780540654,-58.132386608723074,-118.784387805,-58.132386609
+    -19.522303201962643,12.651120035108477,-19.522303202,12.651120035
+<EPSG:4287> +proj=longlat +ellps=intl +towgs84=164,138,-189,0,0,0,0 +no_defs  <>
+    -138.32408486420653,20.74116033883884,-138.3241422,20.742616708
+    5.016952848109014,78.87915008062203,5.011235914,78.881328933
+    -108.93055255340546,-11.177338534329834,-108.93156294,-11.175653514
+    -21.74865272717841,-49.97915460559195,-21.751287022,-49.979568132
+    140.18509663284777,-23.336206251371962,140.187159956,-23.335103491
+    64.92163989629304,62.17380979732417,64.923368379,62.176822887
+    -15.729131617534847,80.20254002671737,-15.738461486,80.204166089
+    -33.50070236645533,-35.4620289757304,-33.502967347,-35.461735711
+<EPSG:4288> +proj=longlat +ellps=intl +no_defs  <>
+    55.66926118332617,83.38662103489438,55.669261183,83.386621035
+    -121.91909044835212,33.77168310547859,-121.919090448,33.771683105
+    1.6406366108823534,52.87912063673747,1.640636611,52.879120637
+    -66.09160052637947,-40.47370710132469,-66.091600526,-40.473707101
+    64.85117968996161,-6.822762658159377,64.85117969,-6.822762658
+    160.5083214081581,78.42256478399517,160.508321408,78.422564784
+    -157.7874981754783,-13.348948332166586,-157.787498175,-13.348948332
+    44.029519871291484,-57.43739933479535,44.029519871,-57.437399335
+<EPSG:4289> +proj=longlat +ellps=bessel +towgs84=565.2369,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812 +no_defs  <>
+    -18.644275802613777,7.74219138748866,-18.645842744,7.738548655
+    -29.984800374849016,62.311012975606815,-29.990841269,62.312299252
+    145.71439421352886,-1.6232623392841816,145.718142126,-1.627342136
+    84.44932463914023,64.82244855986389,84.461771432,64.821180704
+    -52.345962189168816,-70.08806982843517,-52.357615531,-70.091714848
+    88.99831523665955,14.351939127605974,89.004090276,14.347823803
+    -32.636675123223995,-61.859531530256724,-32.64247326,-61.864537292
+    14.227194330373663,42.45630598427903,14.228735721,42.456144302
+<EPSG:4291> +proj=longlat +ellps=GRS67 +towgs84=-57,1,-41,0,0,0,0 +no_defs  <>
+    170.72491767151507,-31.52740816646549,170.724831332,-31.527365441
+    -179.8740393996155,-77.64958449243044,-179.873992288,-77.650007665
+    86.8023138040408,26.639800273283385,86.801741669,26.640127968
+    128.66701751741778,-6.670027199653944,128.666620663,-6.66969885
+    -97.58828767761024,-45.03378706283594,-97.58756899,-45.033575133
+    -110.86489796393552,-18.419599341270697,-110.864390462,-18.419307496
+    78.40529626108389,8.200295181276601,78.4047877,8.200650625
+    107.02856213235629,-22.612867481798247,107.028034878,-22.612592085
+<EPSG:4292> +proj=longlat +ellps=intl +towgs84=-355,21,72,0,0,0,0 +no_defs  <>
+    -123.76833147494177,-35.85827507007558,-123.764934932,-35.860531635
+    -169.45420121738064,-37.081372844917716,-169.453238252,-37.084557121
+    59.1552907417817,-82.15446034988044,59.134596479,-82.153315214
+    -169.78589383486204,-34.82518613888539,-169.784979733,-34.828269664
+    152.01756910522488,-12.369269628018003,152.016207946,-12.370876189
+    -100.31234714623197,19.866544524892404,-100.308976474,19.866590684
+    129.2837550920762,-58.26736511253645,129.279299599,-58.270280489
+    -35.1813326454361,-12.140212986735207,-35.179611261,-12.140613257
+<EPSG:4293> +proj=longlat +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +no_defs  <>
+    112.61722441697816,-8.934550487990052,112.62273386,-8.931918649
+    117.26775693171567,-44.67617684887434,117.275222746,-44.67273464
+    178.17351521913065,-77.4133103910614,178.178303714,-77.407211842
+    -157.11770689892617,-80.00282323982576,-157.125447565,-79.996891209
+    135.75810741295385,-6.434344948667501,135.762620383,-6.431578234
+    -30.82800152887242,-80.91554326874393,-30.850637533,-80.919240523
+    -2.813487425024533,-23.533663692373068,-2.814732419,-23.533350146
+    -51.97759834469616,-81.1656377423041,-52.009382963,-81.167792264
+<EPSG:4294> +proj=longlat +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +no_defs  <>
+    -38.105187642689714,86.43507532993902,-38.146799551,86.42837164
+    -116.26541373453531,-35.80568122269097,-116.258067039,-35.80311891
+    -30.416673056859736,-34.80015955977785,-30.420888735,-34.796332779
+    113.98239223931904,-42.64131825533736,113.981292319,-42.645803596
+    132.72082502543304,63.49668695825102,132.724198212,63.502275094
+    70.31035225504323,-50.274400919602094,70.3017957,-50.277562365
+    91.88023652597832,-4.007737076277422,91.876811173,-4.008463867
+    20.690769025848027,17.98091299871949,20.683383436,17.97983123
+<EPSG:4295> +proj=longlat +ellps=bessel +no_defs  <>
+    -169.47796606267906,29.031155000686724,-169.477966063,29.031155001
+    -21.774241487194615,38.183027999662926,-21.774241487,38.183028
+    99.16934810815849,6.803250452932431,99.169348108,6.803250453
+    -154.33666863000525,-13.65914972077799,-154.33666863,-13.659149721
+    60.937468149759326,31.786530466921818,60.93746815,31.786530467
+    113.63377712848597,-62.63714142220494,113.633777128,-62.637141422
+    136.2846821416511,-33.93372688087096,136.284682142,-33.933726881
+    80.48702659115605,-48.65529440998289,80.487026591,-48.65529441
+<EPSG:4297> +proj=longlat +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +no_defs  <>
+    10.12769485901569,-42.22476218686736,10.130177764,-42.223590821
+    -27.663691988495117,-81.55253301657801,-27.645281002,-81.552163902
+    143.50737307918342,-21.582930395738956,143.504409095,-21.582755918
+    51.932268184205185,-52.84194019931357,51.932274402,-52.840038464
+    -13.244131722170351,25.78373526967391,-13.241351499,25.784614924
+    -160.19859638169248,-59.38088732443431,-160.201476053,-59.383198406
+    -30.633710542059475,89.97186082800286,-25.16739283,89.971379925
+    169.31277795847183,-0.9819938811661757,169.310326476,-0.981221041
+<EPSG:4298> +proj=longlat +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +no_defs  <>
+    -83.22378912296973,-74.32658664925755,-83.204063539,-74.319188902
+    -71.03006425115774,18.478653916090153,-71.026044106,18.475626945
+    26.81303765932455,-28.29805858483426,26.803828697,-28.294994713
+    -145.98294844749267,-68.02907466971624,-145.960576669,-68.029334261
+    110.4055944969428,-3.7334763283975434,110.401964927,-3.73333663
+    -118.40992990317217,-82.56225528547895,-118.346626785,-82.559415046
+    -22.196331323736644,29.704329781478933,-22.200080921,29.699342382
+    -52.56738166168823,69.46542874107035,-52.563998872,69.456571279
+<EPSG:4299> +proj=longlat +datum=ire65 +no_defs  <>
+    97.05089532678005,-32.33261505795735,97.056001241,-32.335069166
+    -119.3725632265692,-89.95548611162774,-125.072363152,-89.954385034
+    -122.81259787557718,38.331683284024905,-122.817707596,38.325944352
+    -80.14782937815008,-27.834242738650914,-80.152258144,-27.839348217
+    -113.96121322297394,32.49719472985109,-113.966185406,32.491645663
+    -13.664396445441866,59.42083431965358,-13.664442939,59.421372136
+    -40.29362826268493,8.99213776058204,-40.295413771,8.987282023
+    126.87854508133785,-55.23153529138951,126.883373978,-55.230589357
+<EPSG:4300> +proj=longlat +ellps=mod_airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +no_defs  <>
+    179.23727382131125,-34.09140363930088,179.235909718,-34.092450115
+    -151.22818048075678,-44.986631251188406,-151.232681472,-44.987312253
+    -14.459169687782577,74.0155716377059,-14.459720223,74.017980327
+    -96.53048197274485,24.365713124589803,-96.535136383,24.360533063
+    -15.472768672657537,70.40277953362406,-15.473403768,70.404722079
+    -160.39298577329276,-80.99943153326569,-160.410946149,-80.996411892
+    -6.331837890287574,-0.8290003434951245,-6.330970402,-0.834241836
+    9.915455904077533,74.05486688786621,9.921508093,74.056995766
+<EPSG:4301> +proj=longlat +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +no_defs  <>
+    77.88781443920914,80.97110752893985,77.8735665,80.974081577
+    85.05135817797793,67.82324272222795,85.046857238,67.824613723
+    120.47624262272177,-51.81404785105558,120.478144292,-51.820860926
+    -129.92482316157398,12.439237663614549,-129.92079585,12.432404167
+    97.29709987264954,-12.602498107857883,97.296356272,-12.609275486
+    100.89488946605661,79.20954298985987,100.89259829,79.21280916
+    136.43591563541816,73.9264380511942,136.444544697,73.928355784
+    128.34885456966822,-62.621584964630024,128.352750808,-62.627797941
+<EPSG:4302> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +towgs84=-61.702,284.488,472.052,0,0,0,0 +no_defs  <>
+    -29.950778331785017,42.51879226699967,-29.953403017,42.517079455
+    -134.8382384115905,78.36248726483794,-134.82739322,78.361279184
+    62.41319763683953,85.36673766915305,62.392525022,85.368812076
+    -57.40649342442015,7.7714640080511685,-57.407411412,7.767603693
+    69.48255073432577,42.36276030085051,69.480638742,42.363712962
+    -87.90486587897458,80.81556059732529,-87.901991146,80.813176404
+    -177.5244183420077,23.9203204980341,-177.521600565,23.918548016
+    -10.543830554932867,47.31479429689034,-10.547380263,47.313779657
+<EPSG:4303> +proj=longlat +ellps=helmert +no_defs  <>
+    51.433615371682464,-42.05746359203195,51.433615372,-42.057463592
+    96.12878829175838,-89.9725534415788,96.128788292,-89.972553442
+    70.23386143442133,49.238453755853214,70.233861434,49.238453756
+    55.45975132573588,-44.93580960646666,55.459751326,-44.935809606
+    60.67935339216052,44.30014656106246,60.679353392,44.300146561
+    -170.43058476884386,46.58655090921425,-170.430584769,46.586550909
+    88.71629167806555,-32.6829130322829,88.716291678,-32.682913032
+    104.32278592544219,20.53913231246807,104.322785925,20.539132312
+<EPSG:4304> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-73,-247,227,0,0,0,0 +no_defs  <>
+    90.81471890264316,-57.51700543143125,90.813442361,-57.519084639
+    -32.207516824903195,-7.277269851673864,-32.205271908,-7.280177883
+    83.73225226356612,-74.58457739295679,83.730716342,-74.584538118
+    -8.557594939376912,15.930004633043012,-8.555212315,15.929606527
+    -158.4200697864175,-1.826760277877213,-158.42189287,-1.829058939
+    140.56350926081325,-12.548726430632257,140.561327274,-12.551868157
+    -42.24595792013011,-42.77474374004068,-42.243123912,-42.780064394
+    -75.63583135711532,-43.34912490922696,-75.634203279,-43.355117354
+<EPSG:4306> +proj=longlat +ellps=bessel +no_defs  <>
+    -29.06948557472751,59.35459596519297,-29.069485575,59.354595965
+    -70.72562123713044,35.56975377797568,-70.725621237,35.569753778
+    155.1479349773566,-16.049250694989794,155.147934977,-16.049250695
+    -32.72331674874053,-52.45372326385579,-32.723316749,-52.453723264
+    -55.22902565618712,-18.546283797738823,-55.229025656,-18.546283798
+    94.764799712755,0.32133740891165985,94.764799713,0.321337409
+    2.795976482414545,52.06983303877527,2.795976482,52.069833039
+    -38.18473167252455,-13.488422119417109,-38.184731673,-13.488422119
+<EPSG:4307> +proj=longlat +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +no_defs  <>
+    -25.82660430879045,-56.613611588882115,-25.823360203,-56.616504315
+    -38.79118756133329,89.08912699460728,-38.716702842,89.088948939
+    13.065442919262921,87.58470252300347,13.078566947,87.583746896
+    -36.10979018345495,-61.36545774027098,-36.105284225,-61.368137109
+    -82.02509934894111,-70.11257509678252,-82.016853449,-70.116170955
+    71.78018503317892,-67.6597080675756,71.77376545,-67.661761022
+    -72.37327623655814,19.911240501789948,-72.371608972,19.910178017
+    -100.03159583457709,-82.63872086715708,-100.011098113,-82.64123987
+<EPSG:4308> +proj=longlat +ellps=bessel +no_defs  <>
+    21.34924146180532,46.69534785232108,21.349241462,46.695347852
+    -155.48034294022605,-48.37742325789735,-155.48034294,-48.377423258
+    71.9606740930463,-3.2478665192910086,71.960674093,-3.247866519
+    47.002298005219274,-29.969023329756794,47.002298005,-29.96902333
+    178.0164255128932,55.9960875331096,178.016425513,55.996087533
+    155.31565269652822,11.325293258521484,155.315652697,11.325293259
+    124.87797019566517,52.72643923333513,124.877970196,52.726439233
+    68.9409801370551,46.979059262094125,68.940980137,46.979059262
+<EPSG:4309> +proj=longlat +ellps=intl +towgs84=-155,171,37,0,0,0,0 +no_defs  <>
+    41.78651760781426,9.907786834271036,41.78441322,9.907733916
+    -63.47624696070439,39.75998685674557,-63.475519705,39.759259314
+    170.67547760759146,-32.63543312381782,170.677008276,-32.637339962
+    53.87795302398786,32.113565108387576,53.875558243,32.114247537
+    13.79543309620172,-31.169819583584314,13.793303504,-31.170321521
+    -165.1612179361322,27.1670484828621,-165.159149516,27.167856956
+    -14.117602803868579,-48.33220041568691,-14.119329461,-48.331948035
+    72.75426104810052,-55.846602684556174,72.751088387,-55.848424938
+<EPSG:4310> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-30,190,89,0,0,0,0 +no_defs  <>
+    143.07680157330424,-32.555514766209185,143.078227004,-32.559716598
+    -24.85782962079,47.53716892101548,-24.859951834,47.539050132
+    -26.898175246006474,2.382539183849673,-26.899576647,2.381954265
+    -7.982049128710997,-23.64844883982981,-7.983852503,-23.651295752
+    -143.45245538374908,8.48870494419856,-143.450906893,8.488709983
+    45.50535948347459,-86.0463829616881,45.485284346,-86.047892207
+    -134.6065015956611,49.31539751630646,-134.604372846,49.317205758
+    -36.49563442863561,-42.27199093475924,-36.497269575,-42.274884676
+<EPSG:4311> +proj=longlat +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +no_defs  <>
+    58.72782918867304,20.385172625061657,58.725062749,20.388631235
+    2.0007308862288937,44.170050338511516,1.999115776,44.171548552
+    14.356509802218767,-56.80610819301581,14.353531326,-56.803395216
+    65.5662204312377,-16.75711698081129,65.563492069,-16.754472929
+    -174.32658856540277,73.92139355571288,-174.321879622,73.924886821
+    -152.86855935290578,-52.4162497785099,-152.865213415,-52.416371736
+    14.452233246366148,-20.061662537260645,14.450490209,-20.058453062
+    88.40683880489485,1.4886951440454652,88.404428369,1.492001048
+<EPSG:4312> +proj=longlat +datum=hermannskogel +no_defs  <>
+    -37.98955052708081,-4.572034502704213,-37.994933974,-4.575200371
+    25.200857363013682,65.0908213243664,25.206015669,65.092938196
+    -54.27196495106108,-68.1864470999761,-54.287246151,-68.188386254
+    55.21570357921286,-26.094851892192814,55.217898594,-26.100683427
+    -31.58180592105694,87.52903560574612,-31.639082146,87.533870221
+    -67.00791609635687,78.63530856840455,-67.034251589,78.636974192
+    -35.3180363545836,-86.21925065420864,-35.388802849,-86.222034706
+    145.49601799013482,-72.84308641653911,145.509764914,-72.841478775
+<EPSG:4313> +proj=longlat +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +no_defs  <>
+    144.28066519411703,33.45939808087705,144.279840582,33.461566626
+    172.54212904464902,56.0517441086036,172.542065834,56.053978823
+    -18.32344721578511,-80.07948599196399,-18.325523624,-80.078655008
+    27.394041053033447,-62.41421437935498,27.39163285,-62.414049354
+    141.68236874406745,-14.922512556807618,141.68166278,-14.922245097
+    49.22795275114956,-54.74553090619356,49.225703231,-54.74569938
+    137.29286975263784,-83.6119729079516,137.290990914,-83.613035798
+    -126.23962044743199,82.75567377174445,-126.231448356,82.756332071
+<EPSG:4314> +proj=longlat +datum=potsdam +no_defs  <>
+    26.057970484657346,76.25071571361909,26.066286586,76.254494031
+    -64.02226922766867,-84.93781651884396,-64.079588642,-84.939729588
+    122.16838191597088,5.747566184099199,122.173986841,5.743398136
+    118.5102990743224,-47.642976198405876,118.51846068,-47.643503973
+    94.24509536916997,44.441092629450424,94.25334628,44.437935521
+    175.64108899277306,75.83129560458113,175.645904416,75.824947185
+    -19.92293662914446,-21.010954360406387,-19.924900283,-21.015789009
+    -66.50474991247718,-21.38666925978893,-66.509645118,-21.390286073
+<EPSG:4315> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-23,259,-9,0,0,0,0 +no_defs  <>
+    -60.85864628295593,-35.20404448994292,-60.859810675,-35.205709135
+    -121.91593479639533,-38.07545814056836,-121.914151813,-38.077295218
+    93.62619454328103,4.8394440644112535,93.626135284,4.840253211
+    110.04394231692663,-18.738664558904745,110.044579229,-18.741233016
+    37.681500745268096,71.69100017918717,37.675255673,71.694090765
+    -71.33884598057024,-23.77268429452303,-71.339445207,-23.77401311
+    -14.324295084353935,70.94982856110227,-14.331024628,70.951061083
+    -177.34601905925442,48.27098542281334,-177.342519465,48.274236877
+<EPSG:4316> +proj=longlat +ellps=intl +towgs84=103.25,-100.4,-307.19,0,0,0,0 +no_defs  <>
+    -151.9558686607451,-72.19246979592006,-151.959885104,-72.191731204
+    -98.6742281225106,50.13469153475711,-98.675867579,50.137847809
+    161.7761836873176,-54.304964901892546,161.775214763,-54.303188759
+    -39.742616458019484,-68.82710538528868,-39.742338987,-68.827864151
+    -75.74502604467395,-31.955862402537754,-75.74582308,-31.954836599
+    97.2632224459332,1.3207085528916878,97.264028686,1.323500432
+    -85.60071373999821,-29.685555130116043,-85.601697801,-29.68433817
+    -155.02106049789302,16.559052364549927,-155.022321686,16.562031097
+<EPSG:4317> +proj=longlat +ellps=krass +towgs84=28,-121,-77,0,0,0,0 +no_defs  <>
+    69.028811896288,23.884919052985353,69.029493832,23.885160277
+    150.89741438720978,80.91250278900105,150.892193356,80.911867333
+    179.67349254340309,-13.690803535660322,179.672375503,-13.690054756
+    28.313296721016997,-33.359226835556115,28.314583929,-33.358462277
+    60.065894655981765,-73.8116506054684,60.068613429,-73.810663155
+    -127.3814054576547,-84.36523559062239,-127.390134074,-84.365868357
+    34.88246845549466,-66.55136202116059,34.885063333,-66.550689152
+    -164.30644098086864,32.10864553780368,-164.307755468,32.109239451
+<EPSG:4318> +proj=longlat +ellps=WGS84 +towgs84=-3.2,-5.7,2.8,0,0,0,0 +no_defs  <>
+    135.02344293326826,25.87204622170931,135.023380135,25.872016529
+    -88.07693393217914,44.1281638027549,-88.076891581,44.12818074
+    84.18704748384852,-87.37010545890415,84.186538955,-87.370052993
+    176.5779676403249,35.97940420027932,176.577902433,35.979398891
+    11.737910279012908,-10.500543488779286,11.737955313,-10.500561306
+    -17.740307088015356,52.81522676010741,-17.740212106,52.815202167
+    45.85455889212466,69.80189430073636,45.85460231,69.801832477
+    40.53662034070837,-33.43659322582786,40.53664456,-33.436583806
+<EPSG:4319> +proj=longlat +ellps=GRS80 +towgs84=-20.8,11.3,2.4,0,0,0,0 +no_defs  <>
+    -35.2995826166144,20.919013567223914,-35.299555731,20.918917517
+    31.795068862485465,-84.11013979903058,31.79327472,-84.110037571
+    104.22519051000779,44.946242985922595,104.224970219,44.946329823
+    -93.10807486565373,-48.12795289990267,-93.10778763,-48.127899297
+    54.92305123316629,12.665692350900969,54.92283475,12.665665822
+    69.54041598047073,48.722098918795524,69.540097436,48.722107095
+    152.30701957197266,-67.19645300401739,152.30702741,-67.196656987
+    -86.0799094538432,67.75739126107021,-86.079436686,67.757277757
+<EPSG:4322> +proj=longlat +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +no_defs  <>
+    23.99918408941309,64.76384200260364,23.9990302,64.763823401
+    88.43320382132907,-32.44153678123318,88.433049932,-32.441569389
+    113.98320242125772,23.22305907461002,113.983048532,23.223020422
+    -23.41087574089778,-26.24726565322934,-23.41102963,-26.247300646
+    142.90697989249588,27.235315107408567,142.906826003,27.235277525
+    -10.826876282178517,67.9016184205284,-10.827030171,67.901601984
+    -140.66082042826002,62.908494951373285,-140.660974317,62.9084751
+    51.991791111732994,79.12465472723565,51.991637223,79.124646454
+<EPSG:4324> +proj=longlat +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +no_defs  <>
+    138.37411532960544,-26.250244408593012,138.373889219,-26.250258261
+    -24.754497700929818,-74.04518018568758,-24.754723812,-74.04518385
+    174.49412581038087,87.39760421200421,174.493899699,87.397603265
+    -89.95409958643891,84.2324923480823,-89.954325697,84.232490254
+    103.59557393893652,-19.397098294193967,103.595347828,-19.397113276
+    19.623534280666775,-51.79603094094207,19.62330817,-51.796039632
+    -143.03659342336573,63.80826258312666,-143.036819534,63.808253537
+    -33.61596986708625,-77.39385798573288,-33.616195978,-77.393860882
+<EPSG:4326> +proj=lonlat +datum=WGS84 +axis=neu +bounds=-180,-90,180,90  <>
+    -55.95140755916414,23.09371485495008,23.093714855,-55.951407559
+    -176.42802882592952,-30.474667396503285,-30.474667397,-176.428028826
+    76.76400865735843,-26.345918677651724,-26.345918678,76.764008657
+    -48.459031597853965,-23.164687445024242,-23.164687445,-48.459031598
+    -176.83590038787673,21.949987593770672,21.949987594,-176.835900388
+    123.14479550949244,13.312354740845095,13.312354741,123.144795509
+    -140.84897946874543,77.82292824461013,77.822928245,-140.848979469
+    -25.570434868138193,47.31952836384835,47.319528364,-25.570434868
+<EPSG:4390> +proj=cass +lat_0=2.042583333333333 +lon_0=103.5627583333333 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    104.09918509566458,-54.466234095429876,34969.621710522,-6263716.39875912
+    102.63716111882296,-68.99339849521799,-36851.997425057,-7882662.725057754
+    104.17260786633466,-46.78279425196051,46757.500881989,-5409079.796529139
+    102.98057876333147,17.117273080832007,-61766.013014395,1667529.153522917
+    103.92192625775638,33.28174365833766,33646.688314804,3458189.999048084
+    103.08626936571163,-31.694781312042934,-44983.88192962,-3733937.906837462
+    104.17609260789563,-28.19361523077324,60408.544165889,-3345885.695816274
+    104.07179203242842,-48.20080878435318,38026.681835259,-5566675.573660332
+<EPSG:4391> +proj=cass +lat_0=2.712283333333334 +lon_0=101.9411666666667 +x_0=-242.005 +y_0=-948.547 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    101.0792465891893,-35.019523735469214,-78739.00843642,-4177922.923964982
+    101.23605653779639,-43.58198576243774,-57024.470996878,-5128426.138600287
+    101.75573792973843,-58.34354428213425,-10935.947185031,-6770316.733444119
+    101.48483257148398,65.04977762619444,-21563.152821582,6916007.291490738
+    101.82878982333673,31.340796827591376,-10770.685312425,3167911.052663801
+    101.98160113263351,74.68519386668993,1115.789877813,7990777.191237463
+    101.7362052045563,-52.052084105816135,-14136.219679487,-6069939.626179388
+    102.28633572252171,87.29999686171305,1739.210536375,9399261.888177976
+<EPSG:4392> +proj=cass +lat_0=3.710972222222222 +lon_0=102.4361777777778 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    102.37661665374762,-80.31233828043068,-946.777026923,-9330098.108157687
+    101.76385123983813,-6.9227630552557144,-74128.443016735,-1175887.781165039
+    102.39236605137651,40.7090524670503,-3529.679971427,4097918.385336106
+    102.38324667651884,-67.23461229616062,-2113.937337218,-7870700.973468795
+    102.78202850081034,43.04224795835361,28353.515204191,4357120.423230132
+    103.01514246424578,42.51538092208611,47749.823931692,4298697.222559609
+    102.31962724387701,42.56588842993489,-9397.554362667,4304151.795410556
+    102.84208910479744,-2.3040958773539018,45322.071631542,-665100.0897445
+<EPSG:4393> +proj=cass +lat_0=3.680344444444444 +lon_0=101.5082444444444 +x_0=-21759.438 +y_0=55960.906 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    102.461813951025,-75.17029480804423,5650.828197759,-8696945.407760156
+    101.59492714793208,-5.92255840482072,-12002.12461041,-1005878.038174534
+    101.86952229349654,-27.483388026913374,14103.200630638,-3392208.459073612
+    101.14212152145737,60.34835420774161,-41813.965368879,6341878.751781528
+    101.18009670944907,-82.05390443410994,-26666.506257615,-9465227.101320278
+    101.9132933361873,81.76714711554897,-15123.058458253,8731281.81799435
+    101.83083588702553,-16.364482331567487,12864.541092104,-2160974.355353581
+    101.44385776748746,-60.8131594035007,-25104.527235522,-7095548.720120138
+<EPSG:4394> +proj=cass +lat_0=4.946141666666667 +lon_0=102.8952083333333 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    103.20485043187335,-11.187798832705766,33997.554176512,-1784150.57508167
+    102.93515528895873,-78.95999660526661,1033.423153702,-9315685.239582498
+    103.66418213352733,-63.310930580144095,38727.402009523,-7570052.250813203
+    103.53965553894903,11.269564389916297,70544.318506552,699466.49587235
+    102.56715987250068,-80.18932992483836,-6063.048236172,-9452955.259324599
+    102.43478094288152,25.59180028847949,-46075.463800041,2284791.324382046
+    102.16082529245772,-2.6175410834022017,-81487.214628876,-836352.820353476
+    103.27457612063554,35.725529625242615,34501.939077076,3408241.596211056
+<EPSG:4395> +proj=cass +lat_0=5.421325 +lon_0=100.3458694444444 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    100.38212574966609,-31.61966494775497,3582.008840636,-4099107.002429542
+    100.4651735632061,-85.80336344391654,1117.047040183,-1.0132389377199326E7
+    100.74099320205045,-68.59788665260568,16238.334599029,-8211919.615026506
+    100.3002500932999,72.57984712242308,-1382.885605435,7457236.091642588
+    100.07516955975706,-33.373545030220754,-25048.285738057,-4293634.411091479
+    100.50575857798171,-31.771475150979995,15287.612253168,-4115950.313881397
+    100.43954562559567,14.012704704531373,10261.653978133,950316.102061408
+    100.9534656034325,-6.943876908271008,67286.469484631,-1367333.116698019
+<EPSG:4396> +proj=cass +lat_0=5.965147222222223 +lon_0=100.6375944444444 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    99.78388895272792,43.744960821951594,-68616.141654951,4186236.716483518
+    101.61743410761758,-22.758765662916232,100778.256587168,-3177724.372002275
+    101.04822588727636,-32.452513904121865,38755.802259296,-4251665.939738629
+    101.02274175571374,78.47059846186053,8742.566732115,8054623.984499875
+    100.78681827380633,58.86287410599269,8756.676425809,5867749.677858802
+    100.43398716792872,29.002347758319033,-19692.365632814,2549967.745102791
+    100.5568776923975,-77.05933708805982,-1872.203209788,-9216187.031252723
+    101.48343136561533,-58.3095340065846,49727.330387784,-7125557.670130875
+<EPSG:4397> +proj=cass +lat_0=4.859380555555555 +lon_0=100.8167666666667 +x_0=0 +y_0=133453.669 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    101.46263260800433,-18.29706219022117,68433.502342002,-2427828.042231474
+    101.6523870906351,-7.447107858522671,92390.225815265,-1227439.63402577
+    100.5023122168573,-88.83726174794872,-563.754571735,-1.0275625755293135E7
+    100.81792586350457,-55.946745615003444,221.318135399,-6606406.3138691
+    101.05973909918872,30.404670365183208,23496.465670599,2961142.890753652
+    99.8674649032211,-75.48642050809367,-26414.900957361,-8785100.906284165
+    101.2425090456121,13.24194317875191,46290.236156694,1060669.903280673
+    100.1030635865109,-1.826431932093385,-79260.135239261,-605820.02796041
+<EPSG:4398> +proj=cass +lat_0=5.893922222222222 +lon_0=102.1772916666667 +x_0=0 +y_0=0 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    101.73919559689557,-50.77170388770849,-30734.10564921,-6278418.741094772
+    102.77557588502458,36.8917071923169,53497.295930142,3432944.605595923
+    102.32775036437289,47.866914068340435,11425.32694814,4651900.209940341
+    102.14714857836883,32.70923106151693,-2657.385749454,2968792.313183404
+    102.92872702907589,5.154435171262264,83482.106348079,-81683.483983153
+    101.23928156036303,-34.37962280222181,-86099.298266276,-4457848.861544855
+    102.07148766680878,67.55744328675175,-4340.266991623,6844698.666156038
+    102.03501961118272,-83.51022912092911,-1627.10838332,-9928560.570968345
+<EPSG:4414> +proj=tmerc +lat_0=13.5 +lon_0=144.75 +k=1 +x_0=100000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    141.88685610712253,-11.48920455931092,-212499.265348699,-2565163.430713083
+    141.56534155862835,-55.831051048438866,-99527.700863056,-7487369.220022774
+    149.13744666578782,-52.471195367593864,398072.084893181,-7117859.827906637
+    140.27959751189874,58.86184494430083,-157844.372569115,5242868.714404262
+    149.72269930953985,-39.22218276639761,529525.413462392,-5647999.880382577
+    147.88670907646016,-21.684046727220434,424734.63035833,-3695129.308145639
+    143.1390018736623,72.17532520977099,44943.057630576,6719403.215334178
+    145.6613352441037,67.9612877564532,138175.945760877,6248819.170160661
+<EPSG:4415> +proj=lcc +lat_1=-6.5 +lat_2=-11.5 +lat_0=-9 +lon_0=26 +x_0=500000 +y_0=500000 +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +units=m +no_defs  <>
+    66.02584629256218,-51.5269049351667,4317148.899029925,-4942785.775302478
+    -38.37033118039464,-39.74622317650849,-5908375.231057176,-3647281.562055298
+    66.58161093024577,1.7152817615723137,5080610.988708545,1436759.820434656
+    14.467379760815547,43.936030563282245,-983024.8590182,7344565.98403253
+    -28.500779012593615,24.41663852131218,-6045699.013151508,3927255.856273287
+    21.57061289483866,-15.672819053358161,22330.231127916,-241853.127064683
+    -6.385801122804864,12.921810225679252,-3272362.984189009,2815284.149008545
+    96.65791800963353,23.690264210978413,8946575.125738785,3502576.487193733
+<EPSG:4417> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    25.736227062941204,17.860416586267377,8002578.493621166,1982014.833282031
+    20.67895164619396,60.39338685165259,7482420.847924088,6698081.999127802
+    27.506962095576547,18.3995482796377,8188874.335725531,2047690.683025453
+    20.260234919536533,44.457701855255266,7441246.157042549,4925073.385802768
+    22.343433818897758,-11.093941761649916,7646911.137188022,-1227129.250918715
+    17.4402595752091,-18.04016217964144,7123009.287581146,-1999012.146723233
+    26.797395382201977,-12.243742397931072,8131899.867884176,-1360785.971504019
+    27.652095253701027,-21.501923092902828,8190559.674912102,-2393347.019407073
+<EPSG:4420> +proj=tmerc +lat_0=0 +lon_0=177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    177.71036318618624,59.02734349547097,1774206.273880919,2.1467521009576432E7
+    176.26993903660406,-19.57769097245321,1389198.656334723,-7102719.279322964
+    177.1040879755946,-58.10409747426281,1660543.568819468,-2.112956561308852E7
+    175.35861639909064,-34.65645218001079,1146947.811747277,-1.2585838748723716E7
+    178.80153770186593,-27.70646239805076,2223178.418248076,-1.005898592132733E7
+    179.6242195699389,-33.47891647713054,2440429.253941351,-1.216356957974751E7
+    174.48794456690433,-61.2093560396324,1197673.726224182,-2.2272593154229604E7
+    179.53583601997155,-6.592785007614111,2560399.137177289,-2393190.220906851
+<EPSG:4421> +proj=tmerc +lat_0=0 +lon_0=-177 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -177.95222133292776,-33.015158113482244,1348622.592682293,-1.198609834141958E7
+    -179.6002539507671,-50.76119648507872,1038773.353381643,-1.8459587407345217E7
+    -170.89656236436088,60.51431535205799,2738873.518716366,2.2061099353942726E7
+    -172.27383289912407,82.73404866041548,1859119.363061841,3.0149215331599265E7
+    -173.41510147795924,78.43421837478172,1903501.917811957,2.8573722024321318E7
+    -174.42213518951644,-82.46104423910812,1764258.76912872,-3.0043039317498054E7
+    -171.60319072787692,-17.69604249523165,3520290.703420047,-6446107.276821313
+    -171.18873212797328,53.02755167327686,2918507.107972651,1.932785603647952E7
+<EPSG:4422> +proj=tmerc +lat_0=0 +lon_0=-171 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -164.6444281539264,37.59754562909704,3482058.026950544,1.3714547652182564E7
+    -171.3758478116817,72.77352488086183,1599656.852749794,2.649356593771378E7
+    -171.84969632323694,-35.60544579680468,1387918.263012227,-1.2928190429275658E7
+    -177.03496031511747,-9.779910601807657,-534804.162482862,-3566352.541919579
+    -171.6044430178881,6.3412099805121755,1421087.010468827,2299738.995908964
+    -166.3386268794074,10.262272256450004,3316864.346506417,3733980.886716954
+    -175.10612347369909,-79.86581905503105,1376007.054767875,-2.9099198057508044E7
+    -164.391500259564,-71.31157902353856,2414429.691648913,-2.600077833075442E7
+<EPSG:4423> +proj=tmerc +lat_0=0 +lon_0=-165 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -158.2684028281103,82.25977114893783,1971759.543801902,2.998587340904241E7
+    -168.17603812379144,-48.0221551942977,863502.083128423,-1.746598949862675E7
+    -166.74796266684731,-85.49339773894197,1590115.803824916,-3.115167518255298E7
+    -166.4569534945408,-64.38459194939148,1409849.839462602,-2.3427371801408026E7
+    -164.66414955517385,-59.05380146670564,1703622.654189477,-2.1476634515534688E7
+    -165.27926998830077,74.81334707590065,1613624.691638571,2.7240105056393057E7
+    -158.61969556071256,-28.31927551676354,3694825.071249121,-1.033185160364822E7
+    -168.70181386967437,-16.525947522850075,343692.531814646,-6006384.666960615
+<EPSG:4424> +proj=tmerc +lat_0=0 +lon_0=-159 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -161.5776274664778,-45.59045511294194,980779.651807901,-1.6574040729031982E7
+    -162.71204797039258,-30.041838208666533,465898.210058748,-1.0922656058092648E7
+    -159.32349966457704,-78.70957338255057,1617219.809589531,-2.8666543399308216E7
+    -163.97584007105246,-62.47374330911022,799275.59795615,-2.275861176852152E7
+    -162.75722491762178,16.18731296291422,321982.012953333,5883623.751058448
+    -153.59359860667618,57.17154765980331,2712312.284348576,2.0831487161049303E7
+    -153.8102102915005,-10.42488275369692,3506408.05532812,-3796121.26954553
+    -157.98597834904575,23.411998710182402,1980324.614586798,8495696.256079644
+<EPSG:4425> +proj=tmerc +lat_0=0 +lon_0=-153 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -150.26480516327254,11.302497764291047,2620072.88137371,4103747.525400472
+    -151.16137249737739,-15.002993895015493,2289014.521695463,-5444472.278036569
+    -155.7506933169101,-0.6591326718945822,635885.937588812,-239299.375628382
+    -147.93278191708038,46.15554638753014,2924026.642966539,1.6810411823294837E7
+    -158.5851514720222,-18.947800375174054,-291208.688517333,-6904154.13323485
+    -151.8664383633025,-55.13603580110869,1877506.435521935,-2.004758491116956E7
+    -147.65815524205462,-36.65793540295812,3207397.992192987,-1.335378647643224E7
+    -148.17465007282857,-50.033602942572216,2773964.980044884,-1.8220204938223537E7
+<EPSG:4426> +proj=tmerc +lat_0=0 +lon_0=-147 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -140.47227134356766,-87.47777072089796,1745415.576885811,-3.188374514012535E7
+    -150.11123806855028,-61.4374148092291,1096091.078895707,-2.236041447437081E7
+    -144.91178031451832,-67.13591944627503,1937426.813706092,-2.4435818830485366E7
+    -142.07555265033676,-39.30693941886021,3033694.888467106,-1.431235804815261E7
+    -143.38875187625163,6.552842376027428,2951086.995092666,2381083.702426205
+    -147.82393019099513,-27.035189272526672,1372298.462233289,-9811659.789746266
+    -147.92503700987075,12.277416595638982,1310369.612602784,4453412.421701535
+    -144.78986686538195,-63.31245741560991,2003717.475260122,-2.3039034065202855E7
+<EPSG:4427> +proj=tmerc +lat_0=0 +lon_0=-141 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -140.16363082473228,75.20366761001407,1718637.572558739,2.7383472853109583E7
+    -137.59665156137558,-10.091722480742177,2864475.865667154,-3666321.461702572
+    -144.91234447349825,-42.86781815083552,591894.340727248,-1.5595656171067718E7
+    -142.7140796169021,-1.8567309277309505,1014882.329052028,-673613.161783756
+    -142.88293788282613,56.10874268061744,1256241.565296398,2.0406061180710938E7
+    -147.78820527631206,12.505103701309068,-784553.394704481,4566662.425237156
+    -139.09526739427483,71.26961741474199,1864351.035990648,2.59466086837036E7
+    -136.19299874488723,33.369447892544414,3108188.837897839,1.2147555752059959E7
+<EPSG:4428> +proj=tmerc +lat_0=0 +lon_0=-135 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -133.82657161761674,4.44601376241873,2067554.767953368,1612632.461838128
+    -140.98720501048035,-30.636350181444065,-243561.483300065,-1.1170009153488303E7
+    -131.7443967710997,67.66258248548138,2093258.596932319,2.4635365535203516E7
+    -135.60364690285184,-65.05764231862307,1547226.966853753,-2.3671259754338775E7
+    -137.28044547051024,-85.68506030076288,1577584.839234674,-3.1222359554338556E7
+    -133.86363051278795,-64.10581959545539,1822075.604665022,-2.3324428410750363E7
+    -133.47345035399331,51.79119291413224,1985830.815528893,1.8828429153104827E7
+    -129.69317054957637,35.56688370096481,3218882.535819597,1.295565910398001E7
+<EPSG:4429> +proj=tmerc +lat_0=0 +lon_0=-129 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -131.29591915966643,43.891829286175465,1035400.29033344,1.5952792743326161E7
+    -127.13669792207789,-55.08141079199112,2030652.195375649,-2.0030920901161756E7
+    -124.13610139638108,-14.651325850577834,3360544.980157925,-5332667.778839057
+    -129.21982396629244,-58.784014138646725,1598722.588088475,-2.137798586175048E7
+    -130.69362536805934,55.5715233861352,1290063.852369264,2.0208932516878486E7
+    -124.76867859268327,-49.545382459012075,2644523.747544525,-1.8033732571998484E7
+    -125.97612313375019,58.78687668207718,2213786.60747087,2.1391907892168906E7
+    -125.68022077667223,-32.17653650351748,2667465.013455056,-1.1695634689983625E7
+<EPSG:4430> +proj=tmerc +lat_0=0 +lon_0=-123 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -125.98599149077523,-36.05119611815631,757925.012558095,-1.3102841122180019E7
+    -116.70963807000876,3.2020469319924274,3937928.936512875,1168238.787056027
+    -121.12720955222358,70.26832440236319,1871903.100696669,2.5580270260334384E7
+    -127.58917817103229,40.02934621145971,355524.110981309,1.4570554882732067E7
+    -127.70334400472966,18.551140441109993,10542.242117324,6750842.405385459
+    -128.7274953869184,-64.32787305745296,733041.141612364,-2.3444913595806934E7
+    -121.65701783372575,-67.31515180190058,1830031.305087926,-2.4498435327480275E7
+    -117.44626112159906,-28.537618654372466,3424498.790470892,-1.0398193226915415E7
+<EPSG:4431> +proj=tmerc +lat_0=0 +lon_0=-117 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -112.32131708223338,-46.36917789889733,2821009.317202719,-1.6882226267802548E7
+    -115.09868758181422,60.45705550366171,1983508.904315366,2.1994128977937926E7
+    -117.4092639446791,-38.60319225937737,1523500.762675919,-1.4018421148576334E7
+    -116.3398352922133,86.4811217239093,1655258.450030626,3.151278356982071E7
+    -121.38406551625637,74.9810678940695,1224713.473716003,2.73168057799173E7
+    -123.3352194783265,68.26195824743425,782616.280364485,2.488681074095952E7
+    -121.50490985217479,-77.74224628690352,1290452.712887906,-2.8325745729624037E7
+    -116.85989405991546,34.291290614001255,1682720.238140621,1.2449001848274266E7
+<EPSG:4432> +proj=tmerc +lat_0=0 +lon_0=-111 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -112.65478281822625,14.49479782283234,1055332.055711689,5259485.270635947
+    -106.84711001444091,29.613466886642712,2960168.545551357,1.0771525111298941E7
+    -109.96963475731116,-48.04927650522432,1892341.878325753,-1.746154856532442E7
+    -104.13595514131958,-8.007139662387758,4127799.338754363,-2924652.840666452
+    -109.57416911077723,-78.28355167009916,1746451.629994455,-2.851178092814836E7
+    -109.81111992648303,79.65342128844921,1718617.805402208,2.9012888262165137E7
+    -116.55310706237273,66.56000604700469,832565.195359816,2.4256156423626028E7
+    -104.5571561930804,44.07298706067064,3333164.943384094,1.6076742482987342E7
+<EPSG:4433> +proj=tmerc +lat_0=0 +lon_0=-105 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -104.46226831190752,29.649960694373817,1811165.716560932,1.0761527068204423E7
+    -104.99028846154344,2.0600695458942653,1643959.829813167,747047.620827288
+    -104.07845390590452,8.589444511487685,1973114.92375562,3115428.845551708
+    -104.16017605438472,-36.35466521996223,1887633.293589507,-1.3200808735105347E7
+    -110.6805702329309,-82.41880345257368,1366343.365383498,-3.0038285860464767E7
+    -103.5536124489604,52.99403019367415,1958913.9408033,1.9266972760346662E7
+    -108.83965001358777,2.667923825063184,239115.420507389,969666.055776772
+    -107.81324751682406,-19.886651754258864,673942.020173641,-7222425.569398915
+<EPSG:4434> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    23.89716646603753,-22.683951368793274,8489553.782255108,-2509502.463311695
+    19.769629295091647,-30.782410977518936,8095003.715379319,-3414491.421319166
+    27.842494862349305,-68.79930837979234,8655179.229008593,-7639967.10490837
+    18.191900958401966,38.913496127343976,7996188.151643708,4325093.985561107
+    18.19329380659647,-71.04680314199965,8289820.653398325,-7895946.043255364
+    21.588778338112693,15.27489918053729,8241058.459425787,1690941.323235644
+    18.742717454421733,70.44931112293602,8303905.060110965,7827734.563642283
+    21.240891820945706,-76.18183513157163,8426553.275577536,-8460681.000438865
+<EPSG:4437> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -4.911787987949822,5.361668761700088,7058397.587491416,-28427.889493108
+    -119.35322390903951,70.49007548968804,-3325373.628932727,7754341.380098989
+    -121.92783225802847,-34.01604870399274,-7580324.783708098,-5270766.859012204
+    -21.005308895205815,32.15570732930266,4572981.442365211,2347454.939798215
+    -11.704828617091152,-1.6069106243280729,6561519.12775283,-1036081.257231182
+    -37.090651241294,68.57863503803517,2233535.889573255,7029811.696531815
+    -15.82497423101421,19.641651234455686,5442133.404704755,1129202.568344529
+    -128.4457901178663,-2.2809843962821006,-7003888.468256205,-841465.257606969
+<EPSG:4438> +proj=tmerc +lat_0=0 +lon_0=-75 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -74.06782845258806,-67.8831006730407,1768908.962194087,-2.4705089416598286E7
+    -74.83595244292624,-37.13513960403277,1688219.853241154,-1.3483820176518649E7
+    -79.87124858471117,-8.85205250751497,-118943.420739644,-3221810.671196328
+    -78.08591528892167,71.67954392248387,1285359.008728674,2.610216687035176E7
+    -79.8584954874499,-69.46625009774542,1017000.329046443,-2.5308029329983436E7
+    -78.56627973492012,49.753014753315114,797687.039257576,1.810126158208351E7
+    -68.4710131603089,72.59698181428624,2354231.868194314,2.6467686223407492E7
+    -70.0485083198496,-16.220418557730298,3378417.166276928,-5904589.872065109
+<EPSG:4439> +proj=tmerc +lat_0=0 +lon_0=-69 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -68.56693748685798,69.98410337869024,1694691.543249792,2.5472912079836093E7
+    -63.956460015868295,27.25673021914868,3279624.153905279,9924386.708541768
+    -68.55644626716112,38.67989152378952,1766993.320911163,1.4046389587394323E7
+    -67.57192183281911,-41.176339622371856,2033409.873416287,-1.4958354817503283E7
+    -75.43384396917426,-15.014526756993888,-632903.997245088,-5479130.30947504
+    -64.05439685142412,73.50707167205982,2154045.820390786,2.6783180825868398E7
+    -66.71387648242788,20.02554543407028,2425030.511688361,7270138.312824046
+    -72.49095972997134,-83.54566177587068,1496763.655265333,-3.044186557631637E7
+<EPSG:4457> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -137.01422464558294,53.03282471610139,-5977699.018973871,5214698.282424687
+    -115.06177112090721,88.73200551988306,1669774.931376522,1.9779020880094066E7
+    -95.72478125069043,56.21551858329369,2856353.359907597,4569191.045651701
+    -166.94232947310496,16.44565671855878,-2.1384444963863216E7,-124874.63923123
+    -162.00129028968223,19.759951712630603,-1.9108052227645084E7,-550481.545288144
+    -76.49177095773688,14.856347728364195,1.124130820217149E7,-9664399.228472764
+    -174.51601400231573,30.38050018353077,-1.8978688868614018E7,5430446.188947361
+    -53.81154398822393,31.273087038044856,1.6002909408457883E7,-503710.643932578
+<EPSG:4462> +proj=lcc +lat_1=-18 +lat_2=-36 +lat_0=-27 +lon_0=132 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    126.49945622538831,-58.60707687358375,-378294.860655076,-3683236.344563075
+    120.7538944353879,-55.9655097776449,-803253.536927491,-3368540.901696561
+    108.11971811679645,20.73542664565018,-3435488.023266705,5540664.915844273
+    105.61811202536587,-64.40259706835245,-1635379.486909923,-4645216.345008274
+    151.18254717371005,-65.95325090732368,1158702.43499169,-4788643.126178161
+    63.517101957613946,-35.230682719942834,-5917774.501478492,-2557920.573455131
+    116.10673696549534,-53.53158848157009,-1172279.29431123,-3100662.681549955
+    107.16050973090285,-55.55305688961258,-1775290.073985816,-3456128.546884641
+<EPSG:4463> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -105.90491978538525,64.20567657738576,-105.904919785,64.205676577
+    -87.24726429259636,-49.52031771010912,-87.247264293,-49.52031771
+    87.4984891263801,1.5478252269298594,87.498489126,1.547825227
+    98.01975286101253,-10.122740726084672,98.019752861,-10.122740726
+    112.72870730058025,-80.84664688132071,112.728707301,-80.846646881
+    -172.02843384840136,46.550504204401875,-172.028433848,46.550504204
+    130.98936977732865,61.75150443489588,130.989369777,61.751504435
+    -87.69887502996747,46.712869377489795,-87.69887503,46.712869377
+<EPSG:4467> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -55.849421029721036,7.35255913312956,626993.168871176,812886.548220102
+    -63.155278845873234,-58.18013362073753,138305.175641335,-6465298.590828974
+    -50.042068079866524,-75.84474405763928,689529.111024038,-8429035.56191118
+    -54.56343623210407,-19.709108906237347,755402.107218449,-2181124.048888777
+    -60.64929393631933,70.16987949440013,361908.224109903,7788956.471464147
+    -60.181832891116066,-56.31739817160509,303224.387402506,-6245954.515054853
+    -55.69444333274956,69.88940835354967,550095.420038721,7754076.29445108
+    -63.12839763880344,20.703208983369734,-139087.899880253,2301416.824878523
+<EPSG:4470> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    54.709718011006544,5.0925070813900675,54.709718011,5.092507081
+    -114.76728769640053,13.482720398227713,-114.767287696,13.482720398
+    11.79363568133266,75.37199233941945,11.793635681,75.371992339
+    -145.06095500102842,-32.00394976545605,-145.060955001,-32.003949765
+    -144.26702775931983,-52.556553815960314,-144.267027759,-52.556553816
+    115.85512208450189,24.32426631854767,115.855122085,24.324266319
+    152.14128438624152,82.23071087402974,152.141284386,82.230710874
+    -80.15372822882209,-37.71318014089324,-80.153728229,-37.713180141
+<EPSG:4471> +proj=utm +zone=38 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    41.39445780404861,71.8512179103154,374717.180671805,1.7976084542065382E7
+    44.69388008024306,-8.01493598434233,466266.907207457,9114038.387215516
+    49.159103601947045,81.48752989196248,568674.100132131,1.905009017108635E7
+    46.317524404818414,16.552276497160562,640580.737155156,1.1830487243403204E7
+    43.9281293109357,-79.97714311094144,479175.14754848,1120773.534981834
+    41.687818696962765,-38.35319767194495,210562.172745066,5749801.379742911
+    41.44539706217239,21.472692215305514,131575.763442653,1.2378650425073355E7
+    50.933857094254634,-1.5483096276587958,1161239.632839059,9827937.140161144
+<EPSG:4475> +proj=longlat +ellps=intl +towgs84=-381.788,-57.501,-256.673,0,0,0,0 +no_defs  <>
+    176.1151765178584,89.32842692800892,176.051275756,89.331847654
+    89.92969092406014,-47.68201563139412,89.924607042,-47.680894189
+    -157.58807984199,-68.37276693886315,-157.585833831,-68.375605848
+    170.7043148535937,-82.13150482990646,170.696566903,-82.134672549
+    -63.293197497472306,-83.69104724464401,-63.263308919,-83.689903196
+    -165.83687222958685,13.720797167007234,-165.836523993,13.724254421
+    52.061681815945036,53.52450204957091,52.057675018,53.524635057
+    -6.352860268314998,-8.099399837651134,-6.351958521,-8.096856694
+<EPSG:4483> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -9.122454284467779,-36.095313746778416,-9.122454284,-36.095313747
+    170.5384036537272,-63.97679250944702,170.538403654,-63.976792509
+    98.17090140743875,48.8657751655947,98.170901407,48.865775166
+    35.45291764578559,2.787543656552046,35.452917646,2.787543657
+    -98.35458586726791,-25.617404618828616,-98.354585867,-25.617404619
+    -162.6365975068927,-19.52112837249942,-162.636597507,-19.521128372
+    -149.50625873847804,23.01271717360588,-149.506258738,23.012717174
+    170.96650675741745,86.55164563398296,170.966506757,86.551645634
+<EPSG:4484> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -114.8995703175475,78.17244989968702,548050.388120304,8678477.359363195
+    -119.18210857326295,5.304105977006174,258160.88662916,586705.738596578
+    -120.87046180071295,49.569446243500096,220179.72705294,5497960.840657546
+    -112.70907586939343,-21.03288939021101,946164.63205517,-2331791.538449035
+    -116.38179052185082,-66.1027650711469,527945.089803576,-7331502.44614746
+    -113.12183963075411,76.17792817470632,603355.661166242,8458437.377859678
+    -120.71446265992752,71.31286675617767,367244.400443372,7916369.426002055
+    -123.64197327669936,-11.660110263462755,-225435.716481202,-1297496.155642604
+<EPSG:4485> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -106.222733987586,81.50527600301908,578696.697641475,9052851.671554781
+    -114.87597014675156,25.792331617528802,111236.980274225,2858413.535812085
+    -111.04004407022046,-69.41869056692413,498428.973289857,-7701049.684894572
+    -115.05713441500701,-32.92082608383725,120530.562898234,-3649818.950400707
+    -113.1614086806479,3.7432964854504434,259942.17938571,414048.358414905
+    -113.54526452123945,-66.62130687083851,387321.873471535,-7391463.260518625
+    -116.96683445652486,-64.48522498325302,213547.184270453,-7164563.709406748
+    -105.58306876449606,-57.702488967058194,822635.167953667,-6408495.113039046
+<EPSG:4486> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -99.54521998929013,77.3136642172276,633545.317780759,8587983.03085153
+    -106.84575113267985,45.45702902315472,355688.080907919,5035379.559920429
+    -100.33466352448572,-67.75468218843498,696941.08497824,-7522940.481624098
+    -100.17220169644746,43.166247601557984,892473.423620415,4790602.4493996
+    -100.50964941128427,1.7889966613317654,999936.162931216,198351.07129519
+    -99.59233086967345,39.86346579610546,962638.348468401,4426619.900696275
+    -101.91689629884903,42.809652177818464,752082.509277664,4744288.698501375
+    -102.61052243820934,-67.97786907063914,599966.201145983,-7542329.678159046
+<EPSG:4487> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -102.80269452507419,37.02718871735155,161702.920288293,4104654.624202602
+    -105.31221379796082,24.3544464937071,-141112.761582105,2708072.756744676
+    -93.9804691989223,71.6154318963817,676514.717384545,7953381.010103127
+    -100.19806757135247,35.609641108856806,391488.820781862,3941313.984056212
+    -97.754915265302,-49.67635902223086,589828.016617426,-5503392.000598005
+    -96.25042969486974,-39.46973316669928,736525.450653022,-4372514.645557501
+    -103.84950791913235,60.572244057463735,234354.975456041,6724943.750828858
+    -102.20900730723338,-22.14739487881492,168982.220182121,-2452638.785373422
+<EPSG:4488> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.76703668557951,-48.350538418072176,961685.738699839,-5374062.004430372
+    -87.13789176196084,53.538747249344624,888294.159287053,5948203.96553704
+    -95.07880283231883,-22.14357387716001,285606.973631368,-2450185.143449541
+    -98.31512388443873,-81.97711462705148,417295.367853004,-9106075.729536885
+    -97.82242825349645,-61.35181109468513,242229.267620504,-6811502.841358669
+    -95.53558141214981,39.487060551919114,281939.028675973,4373897.863217072
+    -89.387538476673,44.15789147084337,788862.571132894,4895757.829577373
+    -89.95859144641231,-52.221348161842805,707738.69411868,-5790017.349309789
+<EPSG:4489> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.1474683694115,53.06257317320225,155180.178763818,5891626.242196533
+    -83.51650721734018,-83.7105666606758,542580.282085293,-9297069.565572964
+    -87.44493957176576,83.62332490444493,494482.917620763,9286064.549731033
+    -82.64102208415974,-53.94877682074994,785994.83845227,-5986625.382077503
+    -93.08597067979461,56.226937907563496,122930.236544708,6248009.770281259
+    -81.78597819311064,-35.22311862552552,974713.702054024,-3910264.826689036
+    -81.94449722298634,-62.66370843648711,758820.82543168,-6958274.271654974
+    -80.71530448505487,37.25756610216145,1057595.666806458,4142001.858791736
+<EPSG:4490> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -153.26644116961316,-48.581230338355866,-153.26644117,-48.581230338
+    -37.25078269862169,-80.42581773264648,-37.250782699,-80.425817733
+    37.75092822100024,-75.2328487812172,37.750928221,-75.232848781
+    -20.481319540366485,86.35734816477054,-20.48131954,86.357348165
+    19.385613056665846,-0.3421639220672432,19.385613057,-0.342163922
+    61.08183522245119,85.50227927867982,61.081835222,85.502279279
+    70.19843109201818,-12.809530564467423,70.198431092,-12.809530564
+    -92.30603769545995,85.78105503736029,-92.306037695,85.781055037
+<EPSG:4491> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    69.04321639878383,33.37457080245642,1.2945286788671242E7,3710188.207016078
+    76.58227373340578,-9.396015857115472,1.3673811316878755E7,-1039442.57150305
+    72.52153857871659,32.44499402346628,1.3266909472821737E7,3593903.849442903
+    69.19959586167175,-75.07180176456887,1.3333387732767314E7,-8343108.855380345
+    78.47599644920994,-41.0354593920782,1.3792321851909917E7,-4550336.621649858
+    70.49507011104939,15.800578706359516,1.30169153398411E7,1752754.646170625
+    74.37244272990154,53.203825356338086,1.345806646759657E7,5897487.628599318
+    79.11267320005518,29.871913650117207,1.3897498307890158E7,3313028.020448153
+<EPSG:4492> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    87.60315695866613,-48.69182244052393,1.4985999503743444E7,-5416436.553804919
+    81.81958974507799,-73.18384198548212,1.4526475402645791E7,-8124419.04920835
+    74.17974994211056,38.80660242165291,1.3907280018195594E7,4319200.803357433
+    87.54193808697873,-42.79552435065449,1.5035290907163689E7,-4760813.306762767
+    84.04025613761199,-16.89305265662196,1.4824054516959205E7,-1870971.456231817
+    79.74606521866149,-10.778083528029853,1.4362848794246562E7,-1192199.661221359
+    79.35752944545324,-75.2270664056996,1.445323704694026E7,-8352930.784446103
+    76.32438802596998,-52.622360501150844,1.4183452795994837E7,-5842869.199868247
+<EPSG:4493> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    89.04009684418273,-33.61051318324979,1.5689345362518717E7,-3722326.450334036
+    81.91462754092605,44.16345694698251,1.5093227174624901E7,4904578.451756513
+    83.09672951149032,-51.25865491528507,1.5227571336845543E7,-5688104.177505608
+    84.09308031358891,-8.698989888075047,1.5179969241745193E7,-963187.03981028
+    92.89551857433217,53.31987769730554,1.5892678159563545E7,5926446.047569138
+    81.47379491069313,-83.63914137082574,1.5431721754449947E7,-9294800.613856096
+    80.63897063628659,-34.14588240261506,1.4912895684670294E7,-3798181.400414808
+    88.85950945922502,-80.94670582343872,1.5532673433207106E7,-8991375.559239592
+<EPSG:4494> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    86.92028101022363,57.08656339673172,1.613166444114459E7,6345983.790189788
+    93.16536243220247,26.53415376083879,1.65164801340866E7,2936025.215719868
+    97.461356096772,-53.84518319650734,1.6793551107600108E7,-5977920.159509162
+    97.51634638190508,-58.74705992896869,1.676135446120964E7,-6523306.255025565
+    98.10479036174888,-66.8766873981199,1.6723592769866852E7,-7429770.18104299
+    90.41651716103179,-68.40605576524764,1.6393877190568797E7,-7593398.602968483
+    89.44205941776877,15.988922365373654,1.6118947866610682E7,1771679.360445671
+    94.6024312044108,44.64444959173585,1.6627125821396036E7,4946682.034113443
+<EPSG:4495> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    101.50643502245485,-32.57927189547332,1.773537157260683E7,-3608862.219074637
+    97.89854026153384,-74.32929547326499,1.7466779471115872E7,-8252384.334423856
+    98.06220983633114,68.55601258484333,1.746172442052313E7,7608191.570579769
+    98.42327133717544,-88.01074914513863,1.7497763999540422E7,-9779790.534071892
+    105.99861634046317,44.56068864355274,1.8056039693516582E7,4960013.426959489
+    95.68645778547315,-23.925733241951306,1.716252088384231E7,-2651023.640008257
+    95.16766960024806,47.42389256124156,1.7210859602599174E7,5261499.034959843
+    102.07855144578213,51.80620553050289,1.7712316578148298E7,5746265.711511908
+<EPSG:4496> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    100.70558392507793,16.66834285562547,1.804154772233474E7,1848538.163527197
+    100.0811631594568,-17.566812428961654,1.7977284778723266E7,-1949821.581905583
+    109.53293697410462,36.830207239699874,1.890449926970699E7,4087271.24917661
+    102.37150068798256,-68.89813211648196,1.8394374080920752E7,-7648322.779232501
+    100.56760232710205,36.61513817418731,1.8103370358596347E7,4062962.159413399
+    106.09748358785194,-48.7652322261969,1.8580680950907268E7,-5404100.826380775
+    99.46904349080084,66.55495520545153,1.8254598452172022E7,7395601.028183195
+    99.74257604875923,-34.61829766132919,1.8017599842920307E7,-3844842.5018039
+<EPSG:4497> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    104.7247618944037,49.02556031091379,1.9041193705067344E7,5451475.158515632
+    107.7472850666063,85.90270451306546,1.947405570904434E7,9545065.122332469
+    105.73909895288907,-65.74001494488232,1.925892572083014E7,-7303949.24658397
+    104.04909226320662,75.30241978568225,1.9303484154584467E7,8372239.859381334
+    107.30501190449269,-55.715955307483036,1.9267830264741123E7,-6183126.78425891
+    107.9252704811206,55.9518217330415,1.9307954888976853E7,6207470.030042314
+    113.96224657365211,-2.4347349110706773,1.9829607415281236E7,-269582.884615603
+    107.82041512360699,-40.56143209709577,1.9230698130643535E7,-4496732.168795181
+<EPSG:4498> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    112.14553892029623,-2.287312935906911,1.9959382055506755E7,-253835.031487615
+    117.32604943083045,86.42629705817609,2.0502269966173857E7,9602816.300771398
+    111.76743417813172,-19.47898942595843,1.9950049653402075E7,-2163080.215539352
+    112.48115581482543,4.918127337152924,1.9998288101730354E7,545530.616308982
+    115.71037252891674,-18.711503106017204,2.036397105064115E7,-2070225.467702245
+    111.68590426021102,75.97067150420338,2.0356322371385098E7,8441756.297394099
+    113.53122748929971,-25.51687418919328,2.015117131307719E7,-2827864.218722458
+    112.04060126647182,51.914864259590956,2.015885453473232E7,5765504.621397923
+<EPSG:4499> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    124.62831229717192,64.49466685977995,2.1578257975798693E7,7156003.880731639
+    122.45691134562477,87.20499759185651,2.1497042138493516E7,9689797.291317258
+    116.4784767134991,4.879084426307685,2.0775085810217354E7,543034.764606877
+    122.59477015562598,-9.721494439494663,2.145553319479234E7,-1075076.763487906
+    127.16503190394747,37.89419892605359,2.1866429823516585E7,4203943.058434678
+    118.01885154705153,-1.3057647463128887,2.0944940484399423E7,-144935.120642171
+    122.68841865528286,88.38647269460157,2.149902007193397E7,9821747.58838851
+    124.0911755774931,-9.773913438989467,2.161972443600183E7,-1081041.625936367
+<EPSG:4500> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    130.9572963638709,-15.905737401363496,2.2709630835456423E7,-1760193.869855905
+    131.37798018994425,61.52647844343136,2.2626511695176397E7,6826469.128930979
+    127.08346641669917,-20.684931396403954,2.230029393876543E7,-2289374.166331238
+    127.97811329211447,40.34431500958553,2.2413176268005498E7,4468262.331803392
+    122.39059581756179,-0.17963677965391867,2.1762599795224313E7,-19997.007739335
+    130.26023785441765,-79.0630773960115,2.252670109039142E7,-8780814.522839246
+    125.95181751324712,-73.01942839877337,2.240063593469892E7,-8108418.043737465
+    127.13797258748865,76.68479962039657,2.2452117288242005E7,8515762.906444404
+<EPSG:4501> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    138.63714460972082,-86.5254781462017,2.352460376546156E7,-9614667.115475003
+    138.47341825575782,-32.75604102316511,2.3825575745807864E7,-3631035.971947242
+    140.70648778819756,-9.19578416157519,2.412812554426103E7,-1021915.58425588
+    129.1697450287749,18.430408465787266,2.288320460462396E7,2048566.549356418
+    138.20119621513945,-87.28676770573146,2.3516916707302216E7,-9699388.479615157
+    134.79237081052966,-68.25505251647013,2.349141231232409E7,-7574345.010405205
+    140.6994848926358,68.27541591388552,2.3735242964014925E7,7587482.652529652
+    130.24024508183228,-10.915565737172003,2.2979110370380882E7,-1211230.440826643
+<EPSG:4502> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    68.75214895569573,12.467026408955135,-180445.691222991,1386781.393915674
+    73.06583611726968,-27.397131467836317,308682.659081477,-3033121.405586856
+    81.39277736101832,34.47649145851207,1087717.53487948,3835122.880875678
+    71.31397698242297,-63.625959636040164,317305.707205813,-7063425.675950661
+    76.76051183885069,-48.83932235249011,629230.978412612,-5413253.942446005
+    75.75544789016172,-15.115270810761515,581207.147401913,-1671883.826283118
+    70.46239724210784,80.58942664372401,417219.827420386,8954191.965044333
+    72.99956568997032,-5.701140793780851,278362.411540041,-630804.843533523
+<EPSG:4503> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    75.29894792890386,-79.27741916887152,381721.613345282,-8810245.174141595
+    74.03961928939863,-81.98313795611551,391839.001034076,-9113103.242436437
+    76.52413450518252,53.884444922053234,205770.79357517,5982346.221595573
+    82.5182691698806,19.000122051882542,659876.339419883,2102371.387206716
+    78.05449510852667,17.724542039147394,187462.694849437,1962941.861050187
+    78.20738074861303,-1.89901554433834,189172.990592883,-210234.209555141
+    80.11659078363435,85.60602413451227,492440.808515253,9511252.89871691
+    81.27794007501537,-80.75075858408066,504989.271118466,-8968983.327631323
+<EPSG:4504> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    89.70368259374344,-85.5391925665836,523478.447999,-9504282.937517522
+    84.38112578205043,30.894719514503137,249570.462433797,3422242.01168979
+    92.10237349312094,-12.894845578724386,1054426.428182024,-1431597.462605151
+    85.74859238435123,-2.764931552848907,360843.943956564,-305806.001371854
+    91.79072747020571,87.96722499262535,518958.329233422,9775710.516704034
+    85.31768019817132,-73.25401598041948,445880.719409739,-8132830.091128491
+    81.93553486191435,-8.29041519280375,-58623.310616424,-920337.512029668
+    80.3210753718927,10.089777502109015,-233642.610533544,1123301.554479603
+<EPSG:4505> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    96.73453957245324,52.99528540010732,750705.067480914,5880624.536357583
+    87.22169087101268,-28.880245980161888,-64193.261159104,-3209766.919756354
+    91.86175701932876,-22.09710938455717,382537.196660141,-2444992.439927599
+    86.59868936954177,-19.279226430251228,-173978.740649531,-2145044.247770538
+    88.43535365389775,-30.05089777921269,59565.380655419,-3334552.956970318
+    94.6813352794245,-40.11837180416013,643331.013409759,-4444027.863084873
+    88.96367390006735,-16.67257298381655,69149.332336834,-1848430.873275808
+    99.12273318014681,22.963892654313767,1128722.860110299,2553679.509560162
+<EPSG:4506> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    103.52061636761336,77.5107319321099,609073.695801182,8611414.365199864
+    96.4693785876992,-84.71681086407226,473982.615431333,-9412454.404980568
+    96.67134536981374,65.67897646355337,392960.146213745,7289025.938306793
+    104.76917619738175,-34.71976547516979,1028762.382063457,-3858696.953759639
+    98.5985240554047,39.17332788773834,465306.535950093,4337823.130255958
+    96.3386241042554,-36.5441545439669,261674.702534434,-4049221.453166049
+    101.67207241792428,22.504282431457625,775008.733038029,2492097.238889967
+    97.36611295035384,54.18238756456529,393330.032162525,6007450.432172801
+<EPSG:4507> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    110.88804717193281,21.068869816117044,1112706.554877278,2342047.403700616
+    110.61541197193976,-43.72682577157528,952484.629165691,-4858822.113791538
+    98.18820007860042,-41.564559851618434,-68354.355765924,-4625744.803753773
+    106.59242071778658,59.08646353164795,591289.751019993,6553389.2666164
+    99.47928389692048,-73.54542540777115,325610.294210767,-8172655.818012066
+    106.58679649428726,9.654887627355507,674176.951692364,1068087.700260855
+    101.35710241956593,79.43593547828564,425458.262332749,8824487.927195335
+    109.77819517455589,76.17516829342821,627373.430569768,8463275.249320358
+<EPSG:4508> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    105.72432823728045,-68.68057244647893,286082.236686214,-7630976.715949596
+    115.80122795283835,13.320934301997553,1020731.244185246,1478251.987108357
+    106.22238075209114,71.47905609420434,330705.715182824,7940698.179780263
+    117.43913208043817,-4.113814972307381,1216470.6854478,-457787.389632707
+    106.5808522542297,12.688330278114279,19565.2288259,1407306.551409373
+    107.16956306667907,-39.96688809351769,172703.240714601,-4432885.78935245
+    111.24310917105251,5.188480617593044,526952.719939893,573733.380234783
+    106.23299053258735,-3.931871613954641,-30030.556966948,-436285.283142279
+<EPSG:4509> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    120.58177838059277,-0.10701856353817618,898982.760728559,-11856.817091465
+    111.7320873372737,0.10563664737478007,-87253.919514464,11730.577164456
+    118.77466920468078,75.09225569016974,550976.276482595,8337998.021778366
+    118.34260560290706,-69.87009427795304,551584.849114668,-7755055.792872904
+    114.40722199073505,-51.00279516107558,318016.81592654,-5655597.763487855
+    118.93032880918443,30.521779541074764,685285.292680955,3379541.756787243
+    117.74999707408028,-37.67015580871806,566168.525954282,-4171152.168639198
+    113.43962304870323,-37.763344930590605,186230.161377221,-4187205.256673648
+<EPSG:4510> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    116.23107129952781,-55.047944795651965,67692.161976714,-6123538.713205528
+    123.52317961688577,43.019535967515935,542647.096359367,4765023.033966593
+    129.2079630285941,-39.102426989571754,1037213.173560279,-4348270.795889539
+    118.67655270845592,-74.64005916975856,372222.249919391,-8291413.484045723
+    121.35201794918574,35.23093591087422,349975.651677945,3901458.390515915
+    124.51511236778457,38.91843352349987,631402.557217768,4310540.496654963
+    123.88666633679456,59.70008294712488,549922.13559208,6620992.661974941
+    125.55119351468805,-23.312582306362557,761008.332107468,-2581455.57222843
+<EPSG:4511> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    132.3757810124459,-80.12285709647718,564636.818036657,-8900734.641641788
+    124.06416235654532,52.19496828471458,162594.938993426,5796532.674197538
+    134.5132718025696,-40.85790744525332,964958.95044266,-4539452.289118581
+    128.22246072938935,41.70789550898775,435286.272782267,4619484.861762581
+    127.4905587315503,-57.70345470485381,410010.183651109,-6399257.015075626
+    132.2110806398511,63.95845013333121,657306.417724796,7099184.200344362
+    134.2312439207331,18.047043635950942,1054494.581091668,2004046.323849647
+    132.53035530187233,51.619983189640266,744470.070104603,5726968.936067291
+<EPSG:4512> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    133.2388742792672,-74.43582995133477,447239.953294242,-8264748.613295643
+    130.9880680951219,-49.60527784496583,210051.238000628,-5504681.029938378
+    140.13125649773679,-44.3714715067655,908994.370650851,-4927923.457775015
+    133.46241282083045,-53.14674498814479,397124.460055778,-5892055.941063154
+    137.4860493000176,-11.704692346494156,771107.085965068,-1295610.9488143
+    130.5066450072475,-50.42970382946035,180787.631920873,-5598301.974047546
+    140.45904332452974,-84.24605513471832,561038.001856667,-9362201.907268079
+    136.60754036927656,57.01976154017191,597636.740698816,6323263.629192734
+<EPSG:4513> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    74.23208745838559,88.30997250538076,2.5497470495635625E7,9813217.329930974
+    77.8305217550993,-48.63256956693445,2.5708622888800018E7,-5392635.978231491
+    80.29024789301393,-8.480537881946674,2.608330959549104E7,-941777.633139047
+    78.43331267648072,45.29457064843652,2.576931367683283E7,5023419.717211822
+    68.32085087695945,76.94298954909766,2.5331830312866602E7,8553389.330553848
+    68.45905224449287,-61.583933177109,2.5153014837190293E7,-6848010.862092256
+    71.8791915722543,82.38543244704945,2.5453835581131134E7,9152761.29613055
+    76.66777666511697,52.63390958746129,2.5612910493213173E7,5835187.023411365
+<EPSG:4514> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    72.41913052238031,-62.23764804271693,2.6210112598280396E7,-6915923.393980278
+    81.46520055308086,-32.23059100425023,2.6826702047310077E7,-3572695.272138402
+    77.32168132482109,-86.25869534581773,2.6495056448989704E7,-9584119.723644042
+    74.97844585586608,-64.71518583033665,2.6355983067892406E7,-7183019.773886637
+    78.0637573586919,-4.749972892500779,2.6507073224684056E7,-525237.205163953
+    81.45540444096245,-42.68113348786358,2.6783223738478158E7,-4733090.456002889
+    81.94086036610555,32.27869196901254,2.6871380189649243E7,3579583.688966914
+    84.90202961779487,-15.81826536569072,2.72409554827415E7,-1761740.890317616
+<EPSG:4515> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    80.98364703012996,25.911262179157035,2.749836154992717E7,2867003.649909826
+    83.40147846896039,-56.745325476121096,2.7646921421728037E7,-6294129.346167758
+    84.91388786006914,26.214569158853536,2.7891321755729366E7,2906516.739243991
+    80.73231897245714,15.28251895594957,2.7471248831486113E7,1690268.035246649
+    75.3842244079453,5.938112305711215,2.6877203687899247E7,659791.254133646
+    83.4530542193806,-72.32142549257102,2.75831582577227E7,-8029693.01475875
+    79.17003904117611,-65.09384210833046,2.7413983031322632E7,-7223047.91960725
+    79.55900839206309,-17.848846779331296,2.7347249151134476E7,-1974841.208554434
+<EPSG:4516> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    78.41287642885443,16.597696915334424,2.790299840040201E7,1844119.130734052
+    83.03018903903906,-78.16545214303171,2.8477788757672794E7,-8680490.351366056
+    88.76517452335358,8.636996116274076,2.9025062999486495E7,958386.519756099
+    89.67471115986964,2.2701997324190017,2.913225169470645E7,252270.356041659
+    82.02448054418817,2.5698283138907527,2.828026220508068E7,284328.720122855
+    87.28530364401747,-41.52238797511052,2.8774234220884524E7,-4603804.166044662
+    85.49778805524437,-24.76361168794925,2.8651501124412976E7,-2740698.76109151
+    78.13337409174073,54.03275581601386,2.81158023818033E7,6005504.998270771
+<EPSG:4517> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    82.60794863107957,57.5168508255164,2.9236905766593665E7,6385985.525497776
+    88.4034478007075,-41.8915005734777,2.9616475318717327E7,-4640538.225496634
+    85.59713669224934,0.04608595457112585,2.93438183101091E7,5097.459282477
+    81.58987833537643,-83.20834274793545,2.942864500390337E7,-9246762.06228733
+    89.94046378901099,-10.132173557037461,2.9822393123096116E7,-1121930.601875967
+    88.11835028452553,35.97820087982426,2.9600864331482526E7,3983702.209999361
+    86.44090783499311,-56.180324801134034,2.9465279497579362E7,-6228781.739976001
+    88.8262860994204,-36.65690751133215,2.966329625673531E7,-4059990.540156713
+<EPSG:4518> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    84.63175484096253,9.192091142090788,2.9909207046946503E7,1020926.880174568
+    86.63446825828147,16.467790491958624,3.014044770768286E7,1824405.435572107
+    83.98913727349023,-43.11237844852616,3.0010703239898432E7,-4792778.838136238
+    83.26684603394241,56.05971404543348,3.0080912682516914E7,6235679.171042184
+    85.32251808819798,68.20017318708531,3.030622777981216E7,7575558.493964939
+    95.64541477439064,-63.28725500124502,3.0782981126706E7,-7032870.612227309
+    96.09596473654516,16.824955261775997,3.115076279556764E7,1870982.87996612
+    90.61422404746332,-44.7113293867563,3.05486721945549E7,-4953048.261635553
+<EPSG:4519> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    88.30532676544355,49.89632343700765,3.1162752755967386E7,5539894.217246159
+    91.50331155022079,51.873414170828056,3.139692350529195E7,5750317.995263652
+    97.99488732497066,25.816729977059296,3.20012467960262E7,2866061.681392635
+    99.77672768122963,80.98595452260159,3.161831897794225E7,9002153.874613347
+    93.20678816521024,-74.29164141209533,3.1506251744747598E7,-8247885.11099207
+    96.10398884468418,-43.13116585881332,3.1752571447108645E7,-4781971.343648081
+    89.4076048736991,-7.245423328968997,3.1103014898247086E7,-802771.337526452
+    87.76202651320884,7.422267741537439,3.092097947120195E7,824184.056420215
+<EPSG:4520> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    102.36366620280768,-10.002696269501655,3.3199063334865086E7,-1112916.900445262
+    98.35450420886053,-24.690023809187792,3.2738324242501114E7,-2733764.147208371
+    101.00207306285786,87.9580678662783,3.251988173352463E7,9774763.044631086
+    90.66300835541689,57.48400359020138,3.218007731070337E7,6386393.317054257
+    92.8882506784932,22.054616955026432,3.2178683065323327E7,2443126.771646038
+    99.70214244872419,69.6704918548503,3.2643525834506884E7,7736570.79753579
+    94.67210184838858,-6.936538407620745,3.235324101949165E7,-767245.64828719
+    95.11607652681631,-43.85685248912678,3.2428933513839155E7,-4858296.958878745
+<EPSG:4521> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    103.38195850012787,13.7034816659054,3.397441462458879E7,1519843.289009848
+    101.87246742643649,-36.482974013846416,3.375743571283815E7,-4042973.94468097
+    92.7959592248866,57.85164916691221,3.31319342840108E7,6431657.683914864
+    99.38072746411282,-71.10204712324307,3.3513768193465516E7,-7891978.174897635
+    105.84631668654707,-71.7349793330349,3.3739126668840624E7,-7976143.355287359
+    96.5398225955363,-27.142821049823482,3.3256080542872254E7,-3005845.539513757
+    98.73706944967245,-17.590707305326703,3.347209073208647E7,-1945701.562926663
+    96.01358051299681,46.3926610307345,3.3270308912090614E7,5144068.569771741
+<EPSG:4522> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    103.18310989031842,-85.31310882458297,3.451079673417188E7,-9478591.093156047
+    97.82068627297019,15.099413082035397,3.405037408829695E7,1674266.794338079
+    100.28791070418904,72.81091954872642,3.444351010946055E7,8083426.950357242
+    101.82050341114292,-7.0925352495196705,3.4480170385085E7,-784295.888941384
+    103.39394819565544,11.645004718017987,3.4652014263603985E7,1288187.87667496
+    97.61108845328565,40.86215727709339,3.412991728564305E7,4534548.748311295
+    106.85827669820483,-41.23980138888679,3.490733141724323E7,-4578603.588365685
+    102.14387127659332,72.39688925805177,3.4504858280114315E7,8036423.454994823
+<EPSG:4523> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    107.9375458510548,-11.440306745975633,3.582068165786221E7,-1266802.737684746
+    105.33056676504505,13.618239068717045,3.55357707896961E7,1506132.840314586
+    103.86976795306222,-69.08036797303765,3.5454946476175316E7,-7666805.223926059
+    109.25333211486708,16.761106196039464,3.595383942672054E7,1858733.569549026
+    98.76121930896096,61.24381323799636,3.51653819552473E7,6808656.191004043
+    104.97321440179746,36.79173172092116,3.549760928213166E7,4073398.593041537
+    100.6745103840896,38.086578447384184,3.512044184407851E7,4225955.225831192
+    98.19767424738951,-50.19217395737583,3.501445588931666E7,-5584411.77942556
+<EPSG:4524> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    109.66620830581806,25.68092307398618,3.6667279856309734E7,2842539.72222389
+    109.82590912673118,0.7639734779255036,3.670327595620797E7,84519.062712201
+    108.85501525470647,28.394052492342325,3.658379469257165E7,3142409.014079839
+    112.53210088818639,9.1895130232283,3.6998575483539425E7,1019364.811216627
+    105.82426610778903,63.84446862352084,3.639296191356032E7,7084340.581169008
+    110.6686009014716,-40.19300225408588,3.672725313570992E7,-4454376.105067917
+    103.26141131409852,58.86356551549159,3.6226716723097384E7,6537152.391097855
+    105.64027729476227,-23.905331502578136,3.62596727647747E7,-2646809.609862509
+<EPSG:4525> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    114.35768682746554,12.269991682780628,3.786548467754889E7,1359229.68589017
+    110.16894065644047,51.213260098598084,3.7441929840438925E7,5676139.262441845
+    108.96767809249428,39.53711998950689,3.73252790393984E7,4380108.419974701
+    115.88575194098279,15.849919233406382,3.802387600506815E7,1759146.721817856
+    112.19055713991432,18.955824796589383,3.762539636394315E7,2097201.534027286
+    115.4854318463535,-27.990428709081343,3.794148842625723E7,-3105502.229089753
+    115.72523077216344,-21.88922298243257,3.79887182682837E7,-2429059.075076279
+    113.44453717337771,-29.46317024506292,3.77371608156796E7,-3263096.355870433
+<EPSG:4526> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    116.41042448090528,-37.69648824252655,3.871259906209376E7,-4176545.60523667
+    107.11384290376546,75.27102846159406,3.830490033548106E7,8368544.014484107
+    112.33988673294833,-6.988942719024394,3.831653601624269E7,-773159.12986478
+    120.14203753669084,87.65361886155534,3.852803270313574E7,9741393.283075577
+    119.85142770689744,-2.216762407245824,3.91520324104501E7,-246409.399456001
+    120.14301232310345,-46.56705971847222,3.897092388734681E7,-5177485.488176114
+    113.29744081499871,61.19577426486083,3.846222098137448E7,6787511.785894293
+    117.11966405793581,-88.3298507437001,3.851015063599117E7,-9815696.940380914
+<EPSG:4527> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    114.61093356958426,85.1720228563452,3.947754815393576E7,9463189.128502682
+    111.65371187621801,-80.10058021017288,3.939748915444802E7,-8901085.761490751
+    123.97904673723775,76.65504195031303,3.967949327220887E7,8522334.91703719
+    114.7147986646583,13.827920317681972,3.9252879552618966E7,1530485.314011744
+    114.11280867779764,-84.34554244067303,3.946824047536138E7,-9371214.023970786
+    114.98772867717844,-9.759036367275073,3.927917216688612E7,-1079860.086982913
+    110.39113687503831,-87.8720336405963,3.9472651345457375E7,-9765863.754423195
+    118.87171858416906,-71.46202733892908,3.956643493790681E7,-7933129.637124375
+<EPSG:4528> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    114.35896098359471,46.57315779043668,4.0067598707552455E7,5175279.831021747
+    115.34688817039167,5.235148774452938,3.998360203878734E7,580805.402530732
+    122.16554736319179,-2.4255200012907494,4.074091064090158E7,-268394.469873581
+    113.1917091556867,58.06418309087326,4.009854471484676E7,6458710.251535787
+    119.01509500324302,-44.122733769881734,4.042116741917236E7,-4887931.48012607
+    125.78556449504448,-58.26492919681999,4.0839328221436225E7,-6475380.529915202
+    125.58016848301483,63.56936733532757,4.077697679335317E7,7063941.007216359
+    113.23176108086176,38.59854336934296,3.991008797658584E7,4295731.262967191
+<EPSG:4529> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    120.35053726671889,40.61780301039872,4.127579196994551E7,4501506.306164125
+    122.20859522592329,-69.80319880985996,4.14694949350356E7,-7747223.161099679
+    125.74195368373819,14.72844311913208,4.179536617302621E7,1630740.367373917
+    116.85842054457663,64.60343450817538,4.1206335891830035E7,7181362.88467081
+    122.95308413562336,-42.494545473886454,4.149614322713488E7,-4706571.111888355
+    124.69711346496024,14.271771326001073,4.168315211297665E7,1579083.403460463
+    118.96193877283508,-77.71113060145477,4.140409003261062E7,-8632887.574801145
+    127.98758980918255,69.64036580823358,4.1693551389996186E7,7736764.254914838
+<EPSG:4530> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    127.42985108207132,27.62589144414889,4.2641133960230805E7,3057801.066788886
+    121.25382124077225,1.2836714694150828,4.197118090416767E7,142432.812858465
+    130.75461369668997,-68.2581393282156,4.269646408981878E7,-7582252.167026593
+    131.99504699936602,41.61122139556605,4.299981423882852E7,4625853.863385925
+    123.70692713030057,39.98967363201555,4.230414696207719E7,4430901.844482018
+    123.02102241222538,42.69196769795403,4.225587237880126E7,4732805.947010781
+    131.86480743369034,-27.713450315755217,4.307896956334957E7,-3080498.685505921
+    127.75500528639348,69.5570660252119,4.2568429759537995E7,7720549.478804432
+<EPSG:4531> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    134.82088225488576,-55.41173735137564,4.3868452110874906E7,-6158497.958779961
+    134.27738597112827,3.167694623448085,4.4087415968732595E7,351767.241313635
+    132.4086186372943,36.16895990865298,4.380673205910265E7,4009678.943192678
+    132.28092468231287,33.69316117810817,4.380425743419335E7,3734462.749870118
+    125.5950277446998,-23.8102496329617,4.315289326458401E7,-2638439.645642803
+    135.7918068274404,30.363690335377683,4.415366619341747E7,3380072.240517165
+    134.3610359988179,-15.685418337122186,4.407542638935902E7,-1742126.107352361
+    123.02453719730408,-49.66671359656989,4.3068757596041955E7,-5520947.72627314
+<EPSG:4532> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    128.44973496779747,1.7712724758434177,4.41047196324495E7,196236.702864906
+    126.95712534676302,76.1800249073377,4.436563297544654E7,8464402.844789356
+    129.79705872082087,5.934605150032908,4.4256016037925534E7,656723.320928447
+    127.1435864269323,-12.097159364461746,4.397073163101645E7,-1342541.597821038
+    134.9598259473803,31.724993421273055,4.4780571005545296E7,3515171.3542112
+    131.8179733310608,-84.56018438482384,4.4498072653477214E7,-9394392.544674534
+    125.5462117004734,-22.978682316386042,4.383725663055186E7,-2556790.491076492
+    131.0195756643991,5.093223592313677,4.439128246978962E7,563276.966344985
+<EPSG:4533> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    133.5686056431738,45.44064414330893,4.538800766144498E7,5034912.71428904
+    134.86613502082872,66.29384611993945,4.549399191703013E7,7355612.26365453
+    140.3655055379588,36.18005200627093,4.598288690691848E7,4018891.39446498
+    136.38788682629695,6.093575919900871,4.565364649483522E7,674015.767054867
+    133.69740668228013,-18.860889673718972,4.536272434422856E7,-2086774.334826915
+    128.24638523861245,-42.56772701816733,4.494535012953494E7,-4736866.072043562
+    139.046090971002,39.445117764553544,4.5848347956582755E7,4375742.530842521
+    128.20183847752648,65.56335044719108,4.5186548106392324E7,7291107.401276882
+<EPSG:4534> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    72.39232427152474,37.1811434437151,268416.458038705,4119800.254688822
+    70.48000901847045,-12.295077828413497,7835.38508321,-1363867.29863585
+    79.57266155706111,-59.760350684486355,756863.107087141,-6636235.663348855
+    77.9412178867531,-3.0344227185820785,827102.73102278,-335976.97603981
+    77.04186831837943,-2.1437689714435493,727190.003438501,-237198.293003098
+    81.23881495327457,-21.295619615176463,1148315.912179668,-2368661.912935898
+    68.71179287400389,-24.91556590807393,-136057.196500413,-2771445.131266572
+    74.76011594976661,-82.199117998307,496363.518011955,-9130715.93681427
+<EPSG:4535> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    81.95840632824863,6.78866944924205,937919.859976594,752477.700722386
+    73.76501074385487,10.611540446116393,36176.437744258,1176658.127201131
+    71.70811577911576,32.97512292280231,-88646.586508605,3667623.590452734
+    76.0507483604073,-78.33984455388392,456011.336525929,-8700509.687892795
+    84.31538839642397,39.40463273665179,1044164.523407941,4382506.257750144
+    74.84661194432036,11.982799439139455,156406.316797937,1327146.238703749
+    79.96429032551093,-49.729208678468964,641616.178458607,-5512580.423894252
+    73.91822969423434,78.53953024531208,409497.190832206,8725232.31724618
+<EPSG:4536> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    81.92155351620491,16.21124132774169,598537.224343109,1793240.399580526
+    81.43311365737149,33.29531282584307,540340.639605949,3685584.030242208
+    74.328141097,-4.806056531377351,-241779.788496143,-535069.656827051
+    83.76862951823927,-86.74753067331007,517537.967746546,-9639111.561409477
+    77.85492746574977,-88.11524923376795,488452.335184141,-9791768.027877951
+    74.66943139412706,-34.509254405316604,-81761.1269457,-3838403.819148513
+    86.74912511253653,-7.9288291815552725,1134944.474825991,-881185.904976016
+    81.39814292041827,-56.99582463377646,524198.645923908,-6319519.428105782
+<EPSG:4537> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    80.49353974621218,4.51555617691028,110624.429084941,500253.657354174
+    86.44985065584724,10.10446966524404,768591.159948688,1118417.916500926
+    89.27046896272881,-27.62162349523871,1020634.002826995,-3067633.812906994
+    90.06110058150361,-49.0056182786528,943335.995135775,-5447982.345344708
+    81.82650434621752,-71.8420055397403,424384.042505598,-7975862.495573558
+    77.38395675749491,55.8039274666084,85459.992141557,6206564.466313551
+    88.56229425599112,-36.55363401293405,908585.258491969,-4056676.386709251
+    88.87415864911712,-28.454069404612703,977723.339512238,-3158459.739286978
+<EPSG:4538> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    85.23942007142189,-37.64441078967203,344613.97601342,-4169488.417750335
+    91.88090706844365,-62.558820781627354,750879.540496147,-6948703.357018665
+    87.70898306843388,17.4517502606609,575315.030404896,1930442.893068545
+    92.37743417418953,60.65902479977126,793848.299531692,6739533.541740337
+    93.13798162644255,-17.267048417626185,1153712.730827739,-1920283.651408523
+    83.72855516180752,65.03088641985454,345899.990545609,7218772.380867363
+    92.5082380019589,85.89190037833515,544006.696965275,9545235.216190558
+    91.75414521781549,30.949221681015175,954528.853646322,3435056.433621224
+<EPSG:4539> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    91.9410015953703,38.91982765064931,668338.43098056,4311395.390950632
+    89.66339807431557,46.35444425495453,474092.703535043,5135539.167847194
+    89.20926795770819,83.80853539951573,490475.244905436,9310508.898455564
+    90.01465741328785,-79.16140703857653,500307.816800123,-8791505.102519736
+    85.16130213920667,72.82556259222204,340617.394967164,8090689.100022462
+    89.02980233394116,-26.580825247541128,403345.871708298,-2941551.826035943
+    91.85087208584562,-11.711957428884261,701808.778168639,-1295882.706745874
+    86.12372537125081,-65.23756892939221,318850.114440493,-7243393.896418266
+<EPSG:4540> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    89.23851083610646,50.83373034833019,235048.015034644,5640336.152656035
+    97.38776451592746,14.840154787295475,972659.156402347,1645945.06005797
+    89.2459481188731,-28.665237196124053,132894.166197346,-3177940.862308873
+    98.11398660054752,3.546947624676804,1068958.376673357,393780.247729463
+    99.47510802797657,-0.43022739278157474,1222334.9941833,-47879.571457473
+    99.85681712984494,-65.01093653605277,822844.560624672,-7230096.549847395
+    93.0185967438643,1.1854869691156438,502069.739965069,131084.55785876
+    98.18936653577563,83.50363897402056,565488.222943663,9279341.3736823
+<EPSG:4541> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    97.26139854805314,42.99392888758416,602866.381282058,4762817.652534856
+    100.6762278097981,-26.550115549550362,966284.098876523,-2946300.695451083
+    100.14275650173875,-81.35463555342102,569492.211446847,-9038889.20371242
+    94.62491499187188,13.978619168374294,351417.668427292,1546410.841311862
+    97.33868512726968,-56.144697861363746,583209.069981051,-6225481.437378482
+    97.88933828468244,-77.70378867763527,544927.409436283,-8629487.928125368
+    95.52422605514155,-83.74672968217169,494211.977320822,-9303564.93746098
+    92.05631097135408,-27.90690771683265,111585.018093219,-3094388.204458305
+<EPSG:4542> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    93.95921617107456,35.810752914529985,44234.335805176,3976292.752858484
+    102.24373886734314,70.309917949745,621975.561826901,7806808.343561969
+    97.8962724946641,87.2650124563007,494117.941520949,9696543.023132514
+    96.07288649693827,50.775696423866236,293552.231209292,5631219.662929348
+    100.10816729572764,-82.23098874857483,516729.915473576,-9134427.813722124
+    99.58548585854356,-55.07499919550846,537397.513696471,-6105736.20606016
+    100.7607687329058,87.11548645185417,509895.251584573,9679937.54812535
+    95.17727933177947,30.363879147484454,132378.659678506,3366656.363157929
+<EPSG:4543> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    106.3435052213319,-14.164328957185532,969309.316937039,-1570886.099965711
+    104.2273595371152,34.15215944967211,705425.791817584,3782781.822344678
+    104.84426027176175,75.9789791019866,576925.352321338,8438067.16839784
+    99.46649885320855,-15.345740772103554,227886.68732244,-1698838.822350954
+    101.30593914800532,53.11650221427195,453528.522724083,5887810.740522779
+    99.73514239470431,10.813955382156436,252264.93714255,1196805.891505894
+    103.13400280065058,2.3033465316247828,626143.567996979,254742.427275907
+    100.3078928983642,25.002425592526208,329168.916139102,2767389.244568601
+<EPSG:4544> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    103.35163243739471,-36.74986143635854,352790.999690548,-4070018.958172293
+    105.87001596636081,40.458426558876255,573795.268330951,4480795.853054225
+    109.63955370123318,4.080618003319827,1015734.152914991,452707.391205405
+    107.18016818814081,73.74184045578212,568143.052362673,8187756.625760911
+    104.55417422342238,-4.999558079689308,450557.970331197,-552853.346157191
+    110.48489136296104,-65.98507881626195,748930.76707705,-7332070.073729496
+    104.49277933975134,7.549164520534575,444021.907809063,834824.293847246
+    104.30474290659029,-66.22961385874746,468716.642455075,-7348616.923479185
+<EPSG:4545> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    114.54351189188142,60.19248973260784,862604.701711086,6693514.545819636
+    104.14455728209558,-41.680293155924595,178951.36281772,-4623315.611236934
+    103.49041695144145,-59.25799877268378,242878.844437625,-6580113.056228621
+    105.14819778361294,4.477539890173773,183371.221738852,495726.390432404
+    113.0834467245607,-15.067720352320961,1047179.998897332,-1672805.042339597
+    104.92045030410394,26.987497792543948,194218.641406606,2989976.479068725
+    112.31799221609803,-26.851164945447437,929386.886248059,-2978456.187419178
+    101.60204983188508,-8.640573206717704,-205597.147000869,-961434.643750451
+<EPSG:4546> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    106.34215074149755,-55.60059302741846,206510.926368043,-6173945.994656824
+    116.4040601370061,-25.888042878765418,1042054.507404724,-2875614.27293054
+    109.12832416938768,20.23431920921989,304399.38398365,2239411.98003656
+    106.2061813917465,-0.5737302861773514,-34246.637232478,-63664.025086381
+    110.0273543852958,32.453757889515174,408545.294767039,3592586.586062855
+    111.79253843852715,22.030330922379775,581823.696234679,2437371.315588824
+    113.63115387470393,-39.3806762238321,726716.722672426,-4364070.451952564
+    105.70285138051507,32.73055056766955,3169.395502768,3635304.981975293
+<EPSG:4547> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    117.02895471464637,-24.861507962262138,806207.955617867,-2754118.152735761
+    107.64431721424589,-63.41001865548462,182855.845376165,-7049839.475522581
+    110.46409393961036,67.22451582623253,347255.704940935,7463740.086966984
+    107.91568777554214,23.858813660793288,-120552.961548493,2653012.46148668
+    114.21408861959064,26.744954154149553,521297.100809227,2959388.733407158
+    109.4721116697904,18.95081141114926,22714.912944983,2102356.986190955
+    118.08351275384743,-22.622189774073803,920060.249956707,-2508462.906370579
+    107.5206508907925,84.2894520286471,428142.062786885,9368200.506249037
+<EPSG:4548> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    119.20473386888203,-31.091402532693195,710384.787908891,-3443199.086003404
+    114.46444387363809,-25.499036637278742,245026.182043187,-2823765.579451304
+    116.39331303198269,-85.12514823453299,494241.749625106,-9457517.774373598
+    111.70815525889337,-68.55085088812864,284183.772857155,-7616608.782505942
+    119.66589149239468,-53.80469150817006,675616.02947671,-5967475.685613454
+    112.72090735383296,2.5746938075466375,23687.054271463,285496.96184708
+    115.18664833969012,46.66894633666638,361235.495873747,5172042.106216174
+    120.90746895860482,-74.25050337444311,618356.30282122,-8247168.847534969
+<EPSG:4549> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    117.92733981489698,-65.1156534386962,402657.821389818,-7225831.160162368
+    119.3115438496716,-1.6807817859726129,423392.312064651,-185865.264179098
+    119.71199338676941,40.971824749948155,475758.18002947,4537484.276925934
+    115.68393972583762,51.94065448945372,203257.058285448,5765547.98567073
+    122.5173340993545,80.41419826368889,546803.243285625,8932403.77997815
+    121.36323374650934,36.19730763340631,622610.806070085,4008297.606009147
+    116.1454866101888,84.46690112639189,458520.384707917,9385360.562874988
+    119.20423447771127,18.033900122035803,415738.379538206,1994915.176825184
+<EPSG:4550> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    128.2368813021102,24.58154927632002,1030926.684924284,2729814.745475458
+    128.095368705344,14.20372629288589,1050627.58466516,1576905.194556588
+    121.60339361186631,55.811109261374895,412440.521134664,6188414.701621626
+    122.90245184225624,-11.867246644671184,489371.572288436,-1312400.919265015
+    120.56335892161462,-22.342308705663115,248941.351385462,-2473735.397667558
+    121.44494097181662,77.5778308320613,462646.815817829,8615196.950885639
+    118.25466615229757,9.578645351462868,-21498.907740708,1062850.02643691
+    118.14945050293935,7.0686416141193575,-36509.840143926,784449.322818721
+<EPSG:4551> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    127.27944758930967,10.719956861881599,639968.930373799,1185780.140152417
+    123.75891163931362,18.78000212406498,263674.83269469,2078804.862331653
+    129.65694487256673,-81.93497212572342,557264.33046522,-9103020.60474378
+    126.49931786507501,20.03956584470356,552239.601297234,2216824.374774399
+    128.14801667439804,37.14798720186013,690839.587925069,4115095.265856711
+    122.96551374319732,10.578188410397601,167759.982109782,1171424.32857269
+    127.3191996831324,23.675148042246065,634573.814740609,2619931.561251994
+    131.9820751947425,-42.182305304244856,994290.942234802,-4689246.735181237
+<EPSG:4552> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    135.74028013261966,78.75999499908335,646413.259811122,8755143.715929152
+    131.89087003748978,67.84785014188259,621657.103724201,7531756.013148463
+    124.88022089773676,77.35913063706059,399394.792555973,8593816.95107473
+    134.4665082611355,-53.4279222724186,863207.104905939,-5936177.182319669
+    126.6048419888828,-79.7379028517979,452358.214109947,-8856854.369570019
+    123.76922028120083,-3.951775177592552,-81718.872147765,-438805.506272626
+    125.06036303233206,-25.52306264329387,103795.904840749,-2829872.656928783
+    125.07455294032758,83.41211955481182,449738.612113668,9267882.90929809
+<EPSG:4553> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    138.7973315062861,-46.91001675402994,1017763.303554307,-5219723.694366596
+    133.96591621913387,88.61664010799731,505300.040033999,9847543.970362043
+    136.6648847854825,-9.215572230332143,1013175.737799018,-1022444.210328311
+    132.43136422415517,29.595502500911778,541788.68688745,3275352.928124151
+    125.95979959345404,-74.93360220697473,324952.438320016,-8328445.479061
+    130.68125755557918,44.05859772223761,394332.522091655,4881179.031931505
+    137.96775120518987,-36.17931956656866,1037149.637304561,-4021988.260543871
+    126.93193601412126,-59.27539281090747,211221.175716212,-6584337.21377241
+<EPSG:4554> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    134.30614530852216,10.340458005914385,424004.98714528,1143595.119673456
+    141.29871275045508,-60.43046081387387,846533.098984485,-6718624.832074611
+    134.1675547312782,23.07189057323029,414698.769663216,2552741.915305689
+    138.27046474732512,27.713252642178077,822636.661458439,3070950.448506183
+    139.10774481230698,-56.82648446640494,750711.064980044,-6308119.096792771
+    134.4748276080246,68.08306152758612,478115.4651991,7555240.072730353
+    133.55844015520222,-43.166695031645204,382771.263463713,-4782247.773286875
+    135.8930311426273,66.24099067516812,540163.746915543,7349998.339250524
+<EPSG:4555> +proj=longlat +ellps=krass +no_defs  <>
+    -14.734300883767276,67.55271240995842,-14.734300884,67.55271241
+    161.9385858376766,89.55341769859754,161.938585838,89.553417699
+    -152.57510329563775,37.06757069127241,-152.575103296,37.067570691
+    100.13837340625776,5.692467613451001,100.138373406,5.692467613
+    30.171271658417226,-82.5186640764277,30.171271658,-82.518664076
+    -83.44064513834533,-54.37253091792809,-83.440645138,-54.372530918
+    -167.03513506948758,-69.83575365380925,-167.035135069,-69.835753654
+    60.93026200425402,-7.50300831480412,60.930262004,-7.503008315
+<EPSG:4558> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    36.13489138851244,-63.27911166385367,36.134891389,-63.279111664
+    105.53069854257802,-58.418404768585845,105.530698543,-58.418404769
+    29.70697126273049,-52.22838678341796,29.706971263,-52.228386783
+    155.27517668487928,64.15261521353756,155.275176685,64.152615214
+    84.01592679233278,76.033549783175,84.015926792,76.033549783
+    137.46590639692306,49.6882138131414,137.465906397,49.688213813
+    -113.46110231415605,12.068203393544607,-113.461102314,12.068203394
+    24.65802468428413,-19.70368378178138,24.658024684,-19.703683782
+<EPSG:4559> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -63.284214639571985,34.368282499979216,473867.166502598,3803028.226677395
+    -57.796964012003336,-17.60960581747723,1052631.191000899,-1954600.797560501
+    -69.26629709350401,-80.12101522651706,380203.46277811,-8901553.622566175
+    -63.601963659422566,-87.29259290163034,496825.433967243,-9695703.761598539
+    -63.650936691629255,-58.689709010866025,462266.64624287,-6505684.90578764
+    -56.73467014733525,68.59000789015147,754864.072552427,7621636.851782885
+    -59.05166527007029,88.8312696300265,508984.366279913,9867786.816932302
+    -68.73245116327908,-38.156449417951656,-2422.268419232,-4238730.784533061
+<EPSG:4568> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    68.28261870631059,-38.40131655203893,1.2912907582190666E7,-4273552.405898442
+    77.09230118305345,25.393835874855654,1.3710573075522777E7,2811380.983974273
+    73.25806104687184,29.94675211779257,1.33318212145746E7,3315546.126568536
+    76.9397317793613,-17.333282944939413,1.370622149135579E7,-1918266.462978131
+    68.40668230865849,39.757133581284165,1.2934744281830749E7,4423491.340170251
+    79.87584886747759,77.5434730814784,1.3617325155928267E7,8615892.84825308
+    80.57983263192357,45.74128916769783,1.3934231852063261E7,5082587.007199143
+    80.7790225631798,-87.03633565717725,1.3533317115412077E7,-9672790.985957725
+<EPSG:4569> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    78.98440564497828,48.47846103431138,1.43509828446178E7,5373687.426290023
+    81.59332379562052,27.182612680789305,1.4558796469730694E7,3008057.284896382
+    78.21043475060488,32.14059987722686,1.4236758360504523E7,3560917.274165921
+    74.72932136952322,88.41565569552213,1.4480673380360968E7,9826231.56696286
+    80.66482001306905,23.36983531581521,1.4465730117155205E7,2585581.420501157
+    79.29510957315019,-35.444098002223825,1.4345199089775648E7,-3925268.59083246
+    85.5382929175947,13.477440361311423,1.4991847460567717E7,1495104.724054868
+    81.6046772183723,49.50442784121344,1.4543797386016548E7,5485999.621192524
+<EPSG:4570> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    85.1569727425536,-48.144972555853236,1.536284949288758E7,-5336284.515471712
+    89.89289160836661,-66.94515355638202,1.5626436637200609E7,-7431304.327984811
+    89.64881636870025,25.327083088069372,1.576675116656351E7,2804975.796335444
+    88.10911687724027,-74.55773907600376,1.5532976520219203E7,-8278025.114032015
+    80.0320188709503,64.13434616241184,1.5161195955483438E7,7133524.230570508
+    80.65332221922608,16.30699089199024,1.4820543858764704E7,1814244.814048757
+    88.82403295519461,88.13385022649933,1.5506633487384707E7,9793802.661528826
+    92.45153711633375,-11.138546737202745,1.6096354020004885E7,-1237306.453200101
+<EPSG:4571> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    88.3037072047093,70.60754140175911,1.6326044595631989E7,7843626.952046394
+    97.89950686668206,-78.22363720485087,1.6611549939215578E7,-8691624.796861853
+    98.39863422715243,59.807779522914046,1.680277275721219E7,6645116.280774631
+    98.56197332589088,3.339241074636135,1.711909530921718E7,370999.461586447
+    97.49797019878794,71.63938189470977,1.6658072616784107E7,7957920.496358847
+    91.28310644167071,-51.73187036275336,1.6381386133083304E7,-5735006.335147938
+    91.39665222551284,76.35615661402383,1.645776867955438E7,8479039.323025014
+    91.64389877775685,-12.008601255151405,1.6352306486981945E7,-1328423.404038376
+<EPSG:4572> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    92.72477537141648,-8.865938304065082,1.6808398199917637E7,-986295.154017417
+    98.00111241212221,-53.86652131222605,1.7434287727213714E7,-5971626.73676538
+    97.34670424826258,-49.05211305262777,1.737915197879346E7,-5436835.858356966
+    98.09761862588235,74.05771502752327,1.7472323514309555E7,8222117.698964582
+    93.69180777197676,81.66866383632151,1.7414213706795525E7,9075562.954587214
+    103.42778031559922,-41.86434172566921,1.7867669679126814E7,-4646142.066468487
+    98.28478158483324,49.53223251590188,1.7448225425573837E7,5489162.199478563
+    92.53443799851267,-67.6842915271616,1.72263301118806E7,-7525105.467356989
+<EPSG:4573> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    109.27609898044915,-25.245154729284778,1.8931075681987435E7,-2800129.928665508
+    109.81000168347512,8.528797075107533,1.90301732920959E7,946458.334842472
+    100.79853521802805,82.50608752426919,1.843885179412211E7,9167370.758841906
+    98.49725515890485,-13.448308118482359,1.7794466259112984E7,-1496675.580076456
+    101.31235110947968,38.404665871172014,1.8177836026240665E7,4258936.732727074
+    99.55401733753507,-54.87250974312798,1.8150557277328692E7,-6096744.197869812
+    105.25136967521212,41.629502089542,1.8520946896978512E7,4610597.781735731
+    105.1407841215513,-15.914557068970566,1.8515075396695025E7,-1760224.785832799
+<EPSG:4574> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    107.96903160946135,-27.49164992889836,1.920039514681905E7,-3045823.245903607
+    110.98084614211783,-15.278271759118951,1.9497942646644793E7,-1689810.651385394
+    113.35992700625287,-67.60773093714015,1.9600345768464763E7,-7504173.232814658
+    115.25237983356074,-65.83514912922783,1.9694208230868034E7,-7311163.832380787
+    108.64123277731106,86.22030225522934,1.9482637453669112E7,9580323.920894036
+    107.85481433374898,24.74471911315652,1.9181730429866962E7,2741484.160214913
+    108.9754543941484,-60.09456919669579,1.938736284006522E7,-6666450.829758299
+    112.34349180921672,79.05869965174722,1.9528476450865787E7,8780516.86086831
+<EPSG:4575> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    119.62167170873596,-46.68350711331163,2.070056754184331E7,-5175494.064549337
+    121.68778478714015,-10.684833825866676,2.1013399001552086E7,-1185525.959401347
+    117.30379692585791,-1.920309178712074,2.0533800385085914E7,-212344.398025712
+    122.53375228355513,-46.38879325349473,2.0925625495780326E7,-5154297.379841384
+    111.8498515991197,39.5352715849273,2.0057120822768785E7,4390696.754888253
+    117.02870040917338,-4.90022448913389,2.0503183369150624E7,-541861.78534654
+    115.21134527454642,-49.78225640647727,2.0371184106976166E7,-5518260.673991938
+    116.4813525562916,-45.15774456106501,2.0459217976742454E7,-5002694.147671764
+<EPSG:4576> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    116.27274660269501,35.99574758058877,2.0892970164565366E7,4006142.145934826
+    125.8465042058018,7.089993073266797,2.181459614328769E7,784990.091038506
+    122.88317322511551,27.39810531382085,2.148844528503979E7,3031802.380064958
+    119.0264534487633,2.901212027438575,2.1057867378962576E7,321584.837682326
+    123.31108328348846,-52.2865373909047,2.1521228233807422E7,-5795373.931569105
+    124.92113149806426,83.412620149534,2.1524610949931387E7,9266797.322774483
+    122.88616541719846,-72.839050542208,2.149624949870305E7,-8085903.592241032
+    119.67998468976538,14.748926431962161,2.1142336048976813E7,1633878.339359631
+<EPSG:4577> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    129.56900856613663,28.090608748773036,2.2555923316165324E7,3108669.075915408
+    131.66725538942435,50.78888679413279,2.268807307069345E7,5632092.077410186
+    133.5512947586878,32.93443311450848,2.2925838925409887E7,3654748.295052632
+    125.96697057315674,32.064848185410256,2.2213537798202466E7,3553133.805062382
+    122.62669150361525,-21.521885305765124,2.183868066787562E7,-2394434.677440175
+    123.1140049075387,5.776641584672802,2.1846934290813807E7,642166.396893646
+    135.59668268608834,-2.244309432934614,2.3235424791927192E7,-249832.114323584
+    128.74963481221707,-6.477740255349033,2.2472305671786588E7,-716321.64851533
+<EPSG:4578> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    131.83707933514302,-22.993981866984214,2.317559424143685E7,-2547416.670108385
+    131.62473628182371,14.451052602779995,2.3135887432727404E7,1600957.951980218
+    133.54975113732763,-67.23244882167867,2.3437348491638433E7,-7461138.284092021
+    138.21824449710738,39.02326910540137,2.377872893517947E7,4326095.32846659
+    136.58137417254443,23.821203613922478,2.3661145754008245E7,2636430.994978932
+    131.04922892312027,3.79575103938285,2.3060805610725358E7,420729.707941636
+    129.46637098563357,-32.0824380422619,2.2977213254380524E7,-3564491.342569183
+    138.98813141666125,-88.21993767108557,2.351382603316205E7,-9803793.777959313
+<EPSG:4579> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    80.05067925614219,1.4153093352470023,1062811.580568019,157113.83270171
+    79.43078639469326,37.89941903199562,889800.376562925,4205677.112106231
+    72.8256020891972,-65.23626535532748,398342.685769456,-7239559.300837265
+    70.7186205977668,-30.539417958430874,88964.840555816,-3387784.273412606
+    81.73438346436373,10.883696402654053,1237873.645213681,1211838.631069796
+    78.77229156807661,-87.80575350544878,516120.694425786,-9757581.04093814
+    81.82363936189324,29.43186551192609,1162931.503108289,3276651.457142589
+    72.72492811499802,18.52841130064718,259731.583034158,2051021.313267373
+<EPSG:4580> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    78.40418045800371,29.420216434574314,248046.812204159,3258708.457591677
+    75.09582256135141,-71.51814843409781,291310.988053902,-7948709.131070306
+    79.73841460929648,88.15934049464971,495474.223012011,9796594.047555652
+    82.14063748180125,76.0473174726942,530712.012362585,8444285.543747682
+    84.85965484607652,-13.21686333851224,918639.749812056,-1464956.330477046
+    82.88175722288526,10.001037578701158,706352.598346859,1106578.019151659
+    84.66216296683082,-10.339086215564464,901358.211626401,-1145685.634541552
+    85.94217251404947,25.59762883180528,996869.492466434,2841582.121264366
+<EPSG:4581> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    86.70342202388963,-63.56047539977251,485260.201012057,-7051015.65795843
+    84.66496080725781,-31.33202697873704,277738.019844571,-3470204.42145417
+    85.51815548256697,-37.34271768971553,368686.791532194,-4135649.457272668
+    93.09559092477886,82.86710809467237,584383.277558735,9209923.065898761
+    81.94538690411643,-19.134773398743008,-32335.2825769,-2124335.409240821
+    81.77063801293204,-23.590245520921783,-34284.610213763,-2619728.604631198
+    80.34426061630369,-13.289510711607008,-222676.759637867,-1479446.944938845
+    91.80873765978312,-59.64818852802043,771019.923196421,-6624816.403152601
+<EPSG:4582> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    89.28471997632849,86.30292554233625,473260.414914015,9590060.984244915
+    92.71475601641548,-35.396891457730604,474086.486166064,-3918732.54520554
+    91.93487306329725,-6.236124776238228,382118.900451611,-689713.630549579
+    91.71981352428574,-4.601758919258032,357932.472189591,-508983.5899337
+    89.96400420527826,48.35591097542056,275008.93574141,5362553.483980407
+    95.7455700267833,-29.08367688839092,767368.454435775,-3221716.415453386
+    90.50824682668886,1.2818904557655628,222595.606831463,141881.893319726
+    97.4631586551164,41.52352829752982,872574.05984407,4608427.320644504
+<EPSG:4583> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    102.6730168322619,9.52662273870861,903546.339053093,1055658.205520912
+    105.19649884373192,21.221001104206792,1144243.333357263,2360231.752575134
+    105.14111184195924,25.592564497407025,1117695.928463433,2846083.32096728
+    92.97860557921247,-77.09849296576733,350106.660479143,-8569022.085595433
+    99.123446123422,53.8905191134445,508116.433586628,5973842.219681957
+    99.1097347017242,69.83559740769067,504223.44787804,7750778.2104283
+    104.64070525128764,-29.063712083161278,1049767.913596358,-3229561.563969356
+    97.88140334017746,79.52513850023308,477288.804887843,8832488.151363088
+<EPSG:4584> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    103.690101351061,-60.752717565395194,428576.456830389,-6738769.68678227
+    109.71201104449658,-11.983273412852526,1013723.737571065,-1329651.121546451
+    106.147990865782,60.86117650150368,562384.625168723,6750688.521851227
+    105.52375317703886,62.56605883405166,526933.456721856,6940248.600506346
+    104.81071355879915,43.8965511051866,484791.446101274,4862431.258802366
+    104.79546367924686,31.798542099820807,480630.236983325,3519594.485000595
+    100.27461171434285,42.997823641085034,114636.308410586,4773412.31052196
+    108.16542349981655,-36.91159750733635,782130.550643887,-4091456.079728829
+<EPSG:4585> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    117.22384145902413,1.7908421985900844,1193882.937522327,199206.570209625
+    117.80786917900787,82.08153521347202,604513.292877777,9123892.237469435
+    109.89588964850009,84.30918033291528,487772.250188813,9366635.07015621
+    113.44057390403991,81.26469981908224,541384.840088705,9027388.384967612
+    115.93861721151521,-34.693299845331815,952719.309762909,-3851758.121218363
+    113.63246423362845,-14.668399371261472,783646.793068363,-1623978.808792735
+    110.27425574566587,12.82208772786666,421208.862081386,1418164.511703833
+    107.08841684324923,-33.41611378821763,136057.411344241,-3705812.164542298
+<EPSG:4586> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    114.36936337244003,-86.647183203828,482821.686776331,-9628039.954951417
+    119.37400109705885,77.50102321250426,557363.86795507,8607436.174032947
+    112.38067336574049,-35.738410441858285,81981.458138197,-3966442.532028886
+    121.72042689039792,23.2702893138473,983368.013600624,2582395.493178287
+    115.9066579799718,24.578563207166354,389247.229861853,2719859.72172652
+    111.8376003427306,6.119756142322416,-72194.357703216,679479.202189861
+    112.16788391122516,64.65651546428288,269289.097736595,7181968.477916137
+    112.23274277845738,-39.12825615767174,87671.766377737,-4343658.127741162
+<EPSG:4587> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    117.15311771225684,-57.23344916725212,147148.595642401,-6361182.30072007
+    118.73258985418096,12.718315088943157,36136.635057805,1410381.620608397
+    120.79639961547913,-52.434001045199906,350135.95822536,-5814022.348558298
+    121.79462311989441,-67.2152739460834,447888.730412787,-7458997.052648953
+    123.88698345872677,-0.5022421426705392,598740.420772722,-55542.76939414
+    121.8121716152591,-21.945110293762284,377286.693417953,-2428241.253296735
+    119.9890172848617,-7.180749417018561,167275.43051654,-795155.571743368
+    120.55642483393217,63.035425058607046,376347.238458193,6994805.711532095
+<EPSG:4588> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    125.55076886599369,28.836114954312748,163266.72787943,3196054.282649039
+    131.5032212240125,71.96376247603527,586518.911621588,7990021.748175036
+    129.1554405218857,-6.370639462703494,517197.729260412,-704473.11743827
+    130.96567448940468,52.632143139073065,633084.188007232,5835601.293774202
+    129.64635350570268,-45.2591302080218,550733.528442369,-5014034.306519207
+    132.83262191006327,-69.32903906277564,650967.306426295,-7698989.890984738
+    134.58736896418623,-0.5769335932314164,1122956.897941256,-64101.768768137
+    127.72418160299621,-17.150109319933293,364240.410564927,-1897399.395049585
+<EPSG:4589> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    130.00984473915037,37.210293731249166,56885.282796848,4131608.544900389
+    136.83021582148717,11.3527272228864,699813.179005638,1256134.113776634
+    129.34696131459816,-24.2189094464766,-74862.091332886,-2691241.871687431
+    141.07182119865314,-55.032165248132436,888006.445199521,-6117791.943580474
+    140.6150554110135,50.67487848651811,896793.407269788,5631078.523573395
+    133.72062038325404,22.067608547999882,367941.065963749,2441884.341490866
+    129.87030427516763,-20.62910520855344,-35193.121112792,-2290510.644578231
+    135.03891979344525,84.3358709034244,500429.038280116,9369498.905682143
+<EPSG:4600> +proj=longlat +ellps=clrk80 +no_defs  <>
+    -20.877848401049306,-86.68891848046627,-20.877848401,-86.68891848
+    -101.36365128074132,-31.598069985687772,-101.363651281,-31.598069986
+    -48.993731409276734,-25.59542376277342,-48.993731409,-25.595423763
+    -97.1801943812859,87.32477983638239,-97.180194381,87.324779836
+    -143.64762658512024,27.677102935007923,-143.647626585,27.677102935
+    -100.83986704182617,-86.03220007889725,-100.839867042,-86.032200079
+    75.49155811543014,-56.78139358415405,75.491558115,-56.781393584
+    -17.752384684061155,-73.56561521520203,-17.752384684,-73.565615215
+<EPSG:4601> +proj=longlat +ellps=clrk80 +towgs84=-255,-15,71,0,0,0,0 +no_defs  <>
+    80.18793083491119,-36.368401282311986,80.185159452,-36.371609959
+    -65.80246328422069,-87.95369951111084,-65.7426254,-87.953132465
+    19.926231629671605,-67.69767838646654,19.924513361,-67.698094579
+    -156.12204790390896,-78.81838696024501,-156.117914233,-78.82180672
+    -140.17211108647973,58.95465153296689,-140.16947319,58.958679704
+    -72.62646691161986,7.789021458279279,-72.624219906,7.789155532
+    -139.94450711044146,6.1159133427703125,-139.943128273,6.116139704
+    -167.3583891735708,66.61492875034727,-167.357459901,66.61903959
+<EPSG:4602> +proj=longlat +ellps=clrk80 +towgs84=725,685,536,0,0,0,0 +no_defs  <>
+    167.4395507404904,-84.457151914022,167.51607185,-84.45323606
+    76.43366325857812,16.91376565034561,76.438771141,16.913082346
+    -62.855043507219776,-57.322596315578465,-62.870938409,-57.32594278
+    -38.579760982033235,-63.79914164562179,-38.599801566,-63.804875204
+    38.27394940419171,85.66436160180893,38.263424954,85.673341604
+    104.72845373114347,86.61195285001602,104.861230646,86.616304267
+    128.17720042762602,-0.6802842955860484,128.186124326,-0.685216464
+    -91.67087055025863,-67.83113712585049,-91.687594433,-67.829284568
+<EPSG:4603> +proj=longlat +ellps=clrk80 +towgs84=72,213.7,93,0,0,0,0 +no_defs  <>
+    139.0357218597756,-50.17640355070143,139.038641734,-50.180623537
+    -156.33435667087636,9.00972170467655,-156.33283947,9.009650738
+    149.60272268278345,-7.509533471046396,149.604722822,-7.511238011
+    -51.84548472104541,37.011743893305734,-51.847604241,37.013429263
+    149.85584082680572,-52.44290779474875,149.859090319,-52.446776024
+    -178.2400352370169,79.57023507392759,-178.229580379,79.570510492
+    13.188493340571853,89.56319422933558,12.962890832,89.564296376
+    -139.43501509310104,-11.156411154097995,-139.433957546,-11.158093171
+<EPSG:4604> +proj=longlat +ellps=clrk80 +towgs84=174,359,365,0,0,0,0 +no_defs  <>
+    -131.56764091819628,-64.70207451124014,-131.565376769,-64.702786488
+    3.978579967712136,59.738454538645044,3.972426264,59.741077764
+    85.3706150099269,-8.59477432371392,85.371927411,-8.599471553
+    14.039583076167446,-73.07665613653867,14.030165539,-73.0815502
+    173.75660686444098,13.173061820971256,173.760073229,13.170971041
+    129.99148264961565,3.840131925852134,129.994760165,3.83735798
+    20.430056176688396,42.3934731034482,20.42670782,42.395929112
+    126.44357243803097,-13.96020634986175,126.446841593,-13.965287513
+<EPSG:4605> +proj=longlat +ellps=clrk80 +towgs84=9,183,236,0,0,0,0 +no_defs  <>
+    52.46292108096961,-28.5065760682472,52.461855039,-28.511736414
+    176.21049312119618,-87.05729106494607,176.242442128,-87.057748804
+    -75.45051994256536,69.17138156628405,-75.451897316,69.171251848
+    -36.37236783783567,-69.2466800434342,-36.376227105,-69.248661955
+    142.52740350697104,58.609636579317566,142.529996512,58.612125922
+    -157.6112926457051,-48.518842849684454,-157.609048628,-48.52284324
+    85.93597530083667,37.109441942608925,85.935930386,37.111769763
+    -74.52778290440958,14.011586229928682,-74.52831509,14.01061555
+<EPSG:4606> +proj=longlat +ellps=clrk80 +towgs84=-149,128,296,0,0,0,0 +no_defs  <>
+    76.0813115014854,-6.746312628837245,76.079724788,-6.749799895
+    68.58006107209923,-5.145346197066985,68.578388397,-5.148627722
+    34.4095375921828,87.18843849520024,34.37489932,87.188163205
+    139.8739389689593,-1.5803476638762106,139.87395556,-1.583246635
+    108.75668658591422,-46.053390729854854,108.755395282,-46.059476655
+    31.6090593078072,-43.858819019761064,31.606732057,-43.863509329
+    -97.98470514167627,44.08363051470283,-97.982640904,44.084196264
+    127.7680899870374,1.2826444443337834,127.767736058,1.280147787
+<EPSG:4607> +proj=longlat +ellps=clrk80 +towgs84=195.671,332.517,274.607,0,0,0,0 +no_defs  <>
+    22.04867388185903,15.820822808576594,22.046482544,15.820841678
+    -104.26510814721979,21.72384144339027,-104.26614908,21.72246432
+    22.052049324533442,55.26602991701375,22.048356603,55.269828218
+    0.195096549662793,76.56089688568827,0.182308954,76.563459067
+    -95.66047193335035,0.8445408193479125,-95.661926559,0.842103666
+    -43.17228860412982,-20.60832889641975,-43.175899301,-20.612455861
+    -46.98818518613038,40.48375384562328,-46.992547762,40.484338361
+    9.65991147489845,-15.45590258998918,9.657162847,-15.460511872
+<EPSG:4608> +proj=longlat +ellps=clrk66 +no_defs  <>
+    3.8452634527590135,-56.09645696589917,3.845263453,-56.096456966
+    -74.99858039960414,24.88781050440059,-74.9985804,24.887810504
+    167.87415371939636,-50.40353570564409,167.874153719,-50.403535706
+    -99.44296810340467,40.45066698671428,-99.442968103,40.450666987
+    -119.37177052078063,69.8318653532472,-119.371770521,69.831865353
+    -60.07841415389592,-58.541319170191315,-60.078414154,-58.54131917
+    -5.476678424893635,-34.590491536822356,-5.476678425,-34.590491537
+    42.47566168322078,-71.70031608449446,42.475661683,-71.700316084
+<EPSG:4609> +proj=longlat +ellps=clrk66 +no_defs  <>
+    170.08867684226283,73.24645271921574,170.088676842,73.246452719
+    -87.38233837562096,-61.94907874245125,-87.382338376,-61.949078742
+    173.11820757166635,-7.045021624263526,173.118207572,-7.045021624
+    -126.62593146418283,-56.52810875663102,-126.625931464,-56.528108757
+    -52.254393942077954,-29.203700292995023,-52.254393942,-29.203700293
+    161.79244583903926,-53.8847806426648,161.792445839,-53.884780643
+    79.36154497509796,-19.539686143722506,79.361544975,-19.539686144
+    -89.70239953318658,76.52387847101764,-89.702399533,76.523878471
+<EPSG:4610> +proj=longlat +a=6378140 +b=6356755.288157528 +no_defs  <>
+    138.7396362329007,38.21623069358495,138.739636233,38.216230694
+    0.7301805876182073,56.537066144477734,0.730180588,56.537066144
+    -35.21321135434505,-16.856543650554386,-35.213211354,-16.856543651
+    75.00025608819541,-53.58345323628613,75.000256088,-53.583453236
+    81.34201072918444,-64.80374552809252,81.342010729,-64.803745528
+    -80.38954022804296,-5.499379061888973,-80.389540228,-5.499379062
+    -36.46586863494241,26.74953564699379,-36.465868635,26.749535647
+    122.46580378124747,-16.40143274358921,122.465803781,-16.401432744
+<EPSG:4611> +proj=longlat +ellps=intl +towgs84=-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246 +no_defs  <>
+    -50.62330784702971,-56.07975274966684,-50.618874151,-56.080909253
+    55.93648489084785,43.28191530459813,55.936585148,43.281453075
+    -168.7952274886905,80.69316478275715,-168.807579063,80.696157125
+    108.59427565892446,53.87642343794022,108.590099427,53.876714343
+    155.0775761240684,-46.49217635249063,155.074026582,-46.491638868
+    175.7593921399079,-32.36745618279581,175.756692299,-32.367030026
+    15.52976297700107,54.38093953812063,15.533315205,54.38027372
+    -163.38847334336418,-3.20608140840136,-163.390129993,-3.20422486
+<EPSG:4612> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    31.820969026893323,86.37327401205371,31.820969027,86.373274012
+    -79.84598413982306,-38.66975786881999,-79.84598414,-38.669757869
+    131.5095332706859,-68.15786560811975,131.509533271,-68.157865608
+    -81.86094576727652,9.99061479975974,-81.860945767,9.9906148
+    -72.88928038498308,-3.576991580755845,-72.889280385,-3.576991581
+    79.2647104498077,-17.622780233120324,79.26471045,-17.622780233
+    2.1878393713363664,5.402865595170425,2.187839371,5.402865595
+    158.00153802235621,7.559066401899059,158.001538022,7.559066402
+<EPSG:4613> +proj=longlat +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +no_defs  <>
+    -60.60771183721167,29.227933831523956,-60.607553177,29.223604444
+    -105.40289228682133,17.604035506041967,-105.397520578,17.601827601
+    -167.6493321035776,67.80282035866006,-167.631444544,67.804316024
+    -0.6025091860578584,-69.18471042947307,-0.61963871,-69.181006302
+    98.87429567588327,-46.685243849194485,98.870469524,-46.689730149
+    -169.5141600839837,10.643583751888102,-169.507342549,10.643455643
+    134.433805531575,-63.744166966586675,134.437676518,-63.750054971
+    -49.02521145229028,53.88823118592015,-49.027404915,53.881778618
+<EPSG:4614> +proj=longlat +ellps=intl +towgs84=-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065 +no_defs  <>
+    5.077843264002269,10.584495956314086,5.080266516,10.584668905
+    147.64307158567783,67.7069772875702,147.634602148,67.70686712
+    55.08046285485071,26.33572186034087,55.081029125,26.334956713
+    -156.414543006902,-44.418580644372106,-156.417434654,-44.420702322
+    54.420534442161454,-33.51547758502029,54.420936399,-33.514813101
+    29.85388485759856,36.56688442892158,29.856082674,36.566265089
+    -153.83850317638843,-9.27081557281494,-153.840758562,-9.271230941
+    88.25260770765033,21.027909028511544,88.251266263,21.027234791
+<EPSG:4615> +proj=longlat +ellps=intl +towgs84=-499,-249,314,0,0,0,0 +no_defs  <>
+    88.89480874032938,-41.60437764297205,88.888881844,-41.605762099
+    -12.631288189401829,-23.46908742288302,-12.627842122,-23.47073416
+    -173.2837574387854,-73.35554024095346,-173.289666234,-73.361300931
+    99.54325205572763,-55.89393646863048,99.534727087,-55.895069534
+    -141.38383581849365,84.70787948474074,-141.372480428,84.712632591
+    -18.564088246986273,-88.55253463335588,-18.424460847,-88.54911879
+    -50.45630464767194,-20.557621070762025,-50.451094156,-20.560419227
+    113.90364371708068,52.79075450744844,113.89538579,52.789657311
+<EPSG:4616> +proj=longlat +ellps=intl +towgs84=-289,-124,60,0,0,0,0 +no_defs  <>
+    114.72795129950703,77.9817254336462,114.714432196,77.982019946
+    -170.46150721377,-5.570021489695506,-170.462178701,-5.570988869
+    117.95606778507283,33.60806956024855,117.952690797,33.608507001
+    -9.813032324141432,-67.37713600687266,-9.809040477,-67.375744106
+    142.46879486065592,4.593864356138951,142.466322009,4.593566265
+    32.10723893625496,-88.78974266044756,32.086697918,-88.78700755
+    -139.94784203760216,-13.13342305502833,-139.947002257,-13.134933936
+    -174.25507774914564,-89.25823744460341,-174.320633335,-89.260950403
+<EPSG:4617> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -15.076340036564233,0.1725470230236823,-15.076340037,0.172547023
+    141.82558684122057,-6.272068073509928,141.825586841,-6.272068074
+    -58.47120787488582,-87.63395520330224,-58.471207875,-87.633955203
+    -30.97920521151258,-54.702680042417825,-30.979205212,-54.702680042
+    73.86597929430621,73.27367957879602,73.865979294,73.273679579
+    157.11282520797675,-13.849345852283918,157.112825208,-13.849345852
+    34.46833992034598,51.90211646158701,34.46833992,51.902116462
+    12.96010616473842,63.52240597122898,12.960106165,63.522405971
+<EPSG:4618> +proj=longlat +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +no_defs  <>
+    150.92151595168275,3.590577347771827,150.921257808,3.590959989
+    15.047163590724693,55.32441005924869,15.046823621,55.324143269
+    54.15991516716147,79.27181955076108,54.157184664,79.271572348
+    -107.5083661939438,-36.307473664792475,-107.507641494,-36.307284144
+    -177.99196289132215,-89.06564184183736,-177.988276288,-89.066233267
+    52.799097739480914,57.73241558069964,52.798159318,57.732324529
+    55.16616303763891,73.02755432240346,55.164402583,73.027361444
+    -85.28369200540521,-46.42167038107071,-85.282829747,-46.421372631
+<EPSG:4619> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -111.7952387496721,-50.40805337164542,-111.79523875,-50.408053372
+    -97.80500705931459,80.16565789560659,-97.805007059,80.165657896
+    15.434377237253585,-79.769749247376,15.434377237,-79.769749247
+    -6.03272051008517,1.4509767112418785,-6.03272051,1.450976711
+    -26.183928583628727,56.71301787529259,-26.183928584,56.713017875
+    -32.702573121913616,-17.79682255849498,-32.702573122,-17.796822558
+    163.94792084361728,54.03582570772548,163.947920844,54.035825708
+    -144.43923456319953,-86.44377015504178,-144.439234563,-86.443770155
+<EPSG:4620> +proj=longlat +ellps=clrk80 +towgs84=-106,-129,165,0,0,0,0 +no_defs  <>
+    133.85085972835532,73.38040129310605,133.845668062,73.38153148
+    -163.957221438927,-74.65460668503033,-163.960425694,-74.657788558
+    6.837586842085358,-87.56522578484902,6.861909798,-87.564476125
+    155.1193619337568,-83.5419566272317,155.106495376,-83.543196984
+    170.59623393094927,26.467349815901557,170.594783966,26.468864602
+    149.94051581210908,5.793200178895944,149.939028325,5.792373055
+    98.71471516559893,-48.62678477093421,98.713028737,-48.630132262
+    -36.621571502453065,-70.36443827344294,-36.617126662,-70.366854469
+<EPSG:4621> +proj=longlat +ellps=intl +towgs84=137,248,-430,0,0,0,0 +no_defs  <>
+    -165.03667008835626,79.81003371782015,-165.026335941,79.809269698
+    6.111355675858277,-10.398579901562627,6.109236911,-10.395313762
+    -175.74409114282602,30.519858074776806,-175.741620379,30.523209036
+    -99.50771453428196,77.75277967658488,-99.51168813,77.751598075
+    43.24166573563525,75.93793829126986,43.238465957,75.941604575
+    130.1929636659495,61.26303126236283,130.197896807,61.266373736
+    -23.747400126555334,49.096729107933015,-23.751263938,49.100247653
+    5.691921399952378,14.060682565297427,5.689762292,14.065194198
+<EPSG:4622> +proj=longlat +ellps=intl +towgs84=-467,-16,-300,0,0,0,0 +no_defs  <>
+    46.26630345103496,57.39231171549943,46.26087627,57.391979753
+    -134.22691315793037,57.973629074042805,-134.221446167,57.97836275
+    147.21788041515146,-56.85567030140882,147.213514766,-56.857836637
+    -168.96046263703477,89.45166390101073,-168.89097246,89.455835544
+    -145.74674205253655,-32.18193635171937,-145.744094873,-32.182285629
+    -153.12280243612935,80.56563640513306,-153.112045368,80.570085687
+    134.4156786244189,-47.534506550338726,134.411099356,-47.535596311
+    70.08502181394235,-25.860964653679446,70.080695893,-25.85848836
+<EPSG:4623> +proj=longlat +ellps=intl +towgs84=-186,230,110,0,0,0,0 +no_defs  <>
+    -134.85716985579873,-70.97687903563772,-134.849089492,-70.977436374
+    -49.72336483673726,20.388988100876887,-49.723429829,20.387663835
+    118.15741205884996,-8.978723830053042,118.156907766,-8.980370201
+    -97.59153933603208,18.95089634869801,-97.589500388,18.949865392
+    144.86050124093748,-33.753413507743424,144.861375833,-33.756423334
+    58.47612074586115,-56.61132657161957,58.471580108,-56.613366005
+    176.9874584294608,-83.81817424901642,177.005747841,-83.820216752
+    104.53088178123068,9.971057020532314,104.529765965,9.970779964
+<EPSG:4624> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    62.39829503489315,-37.05462133536366,62.398295035,-37.054621335
+    -123.52658089454675,3.9391624987431726,-123.526580895,3.939162499
+    114.9802116072807,2.4100716139779337,114.980211607,2.410071614
+    123.75484419681817,-18.327097628791932,123.754844197,-18.327097629
+    135.523678443103,-32.76042042796383,135.523678443,-32.760420428
+    -84.70638405222287,66.34251885732345,-84.706384052,66.342518857
+    74.50163882147291,-11.702431557995737,74.501638821,-11.702431558
+    23.40635552370398,18.17738448479328,23.406355524,18.177384485
+<EPSG:4625> +proj=longlat +ellps=intl +towgs84=186,482,151,0,0,0,0 +no_defs  <>
+    117.03025544565293,52.46286053369795,117.035916492,52.465285002
+    125.02697932281279,23.616397471704047,125.031182931,23.616794026
+    -29.78537339163333,67.08619526553426,-29.797123062,67.085612392
+    -17.13144982738541,-80.3773670341459,-17.159058478,-80.378178314
+    118.09869330397231,-81.42373304107758,118.122183502,-81.427165204
+    104.2542699046204,82.55965801045477,104.274950898,82.563434589
+    144.30365722220563,55.80135171784053,144.311629954,55.802320244
+    14.973548536972288,23.888998860921376,14.969447959,23.88947416
+<EPSG:4626> +proj=longlat +ellps=intl +towgs84=94,-948,-1262,0,0,0,0 +no_defs  <>
+    13.285755013539386,17.92091878838717,13.294666684,17.931897767
+    175.88648387711743,21.273259875716278,175.877437919,21.28390679
+    -99.97169355872158,54.80447534829685,-99.975687049,54.818516744
+    -166.6086257880562,16.019322321090982,-166.617446371,16.031039831
+    -152.05429349427294,47.65497029655728,-152.066028888,47.665833955
+    -92.87655522189776,-53.528899024333214,-92.878688882,-53.529751586
+    63.13419979264424,-37.09762151609847,63.13996121,-37.084977065
+    56.10994511076217,68.26593861604061,56.124614491,68.264575684
+<EPSG:4627> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -111.71239234262914,-10.530396863079261,-111.712392343,-10.530396863
+    57.80565858463717,-52.42810095808851,57.805658585,-52.428100958
+    -23.608235392753727,-70.7286591397962,-23.608235393,-70.72865914
+    9.908553954733804,73.26929261985046,9.908553955,73.26929262
+    154.26288006126327,0.8346204122503451,154.262880061,0.834620412
+    2.9290382274681974,-76.47461438635075,2.929038227,-76.474614386
+    35.51589375732499,-1.9736375397466475,35.515893757,-1.97363754
+    -109.93172036011455,83.81018859748022,-109.93172036,83.810188597
+<EPSG:4628> +proj=longlat +ellps=intl +towgs84=162,117,154,0,0,0,0 +no_defs  <>
+    68.51068977056809,-25.875061127810582,68.511766182,-25.877620863
+    -137.3116284433341,-53.31158269980336,-137.311986047,-53.311767266
+    -174.32984087678093,73.64174717935364,-174.326648059,73.640316903
+    6.694930684671931,6.545461453788306,6.694050761,6.544444351
+    -43.073521050432134,2.777519314665497,-43.075284729,2.77622477
+    -104.63381601144224,-70.38410162134649,-104.637208938,-70.383782959
+    131.2245541022367,-69.46073006346774,131.229633003,-69.461596357
+    93.04751154967016,-25.261580218793213,93.04917923,-25.263889698
+<EPSG:4629> +proj=longlat +ellps=intl +towgs84=72.438,345.918,79.486,1.6045,0.8823,0.5565,1.3746 +no_defs  <>
+    163.3896396907898,-84.3561138411973,163.425141074,-84.356965903
+    145.54215598517118,28.5380139380442,145.545210988,28.53820513
+    -33.07538972615572,-11.443614251286604,-33.078611075,-11.443957729
+    145.89723644485179,50.23914618115572,145.901389789,50.239971108
+    48.11854799000977,-10.691079743874397,48.116685383,-10.692768599
+    175.9660388788157,-10.018013074793615,175.969153156,-10.019205152
+    15.126063844075276,43.21444123756976,15.122493364,43.215848399
+    -94.64402467772975,-15.319886953754377,-94.644514471,-15.319735396
+<EPSG:4630> +proj=longlat +ellps=intl +towgs84=84,274,65,0,0,0,0 +no_defs  <>
+    -65.66089801782483,-19.271331108453538,-65.662700268,-19.271757233
+    100.82083854895455,-81.71352151300309,100.829162315,-81.716084477
+    173.20417247046436,68.73478072188422,173.211137046,68.734698336
+    -29.066362860335033,39.54984069782887,-29.069623955,39.549854454
+    -112.97650404848511,-87.69090654991967,-112.969929111,-87.688446118
+    123.81006634356106,32.34965564057143,123.81242755,32.350777306
+    -57.339720454030456,-88.54123212782262,-57.416506001,-88.539628595
+    -167.0517977595994,38.96680748819492,-167.048933875,38.966344966
+<EPSG:4631> +proj=longlat +ellps=intl +towgs84=145,-187,103,0,0,0,0 +no_defs  <>
+    67.46785925499722,-49.923942432680676,67.470722194,-49.924542361
+    -144.06237008855283,-2.0862747650483726,-144.064496063,-2.087263064
+    49.10980897690277,49.13995927120948,49.112988855,49.139850847
+    -69.10819170165566,54.478525426596235,-69.109252867,54.48042047
+    25.87468956372109,-39.846502574927044,25.877394886,-39.84830584
+    -47.42908313632279,-25.9226779051465,-47.428886268,-25.925091834
+    24.253178070106543,85.31352422403143,24.278390906,85.31407636
+    -164.88360317798302,33.77798110330343,-164.885960427,33.777512365
+<EPSG:4632> +proj=longlat +ellps=intl +towgs84=-382,-59,-262,0,0,0,0 +no_defs  <>
+    -11.731943886233637,57.78725565618268,-11.729667168,57.786500577
+    -7.2701633610967065,-20.405096717492185,-7.269139566,-20.402246878
+    -92.088403778696,-3.2697699558515723,-92.084988246,-3.267535726
+    51.70678396574402,78.49016587766997,51.694973122,78.488471024
+    -164.36755424752965,22.21663911616733,-164.367106924,22.220716439
+    -174.33876780845063,28.072386656514055,-174.338981761,28.076795241
+    -108.06159174539162,-4.754530592597106,-108.058482886,-4.752436197
+    -155.8819595773944,29.409300332901225,-155.880906032,29.413715014
+<EPSG:4633> +proj=longlat +ellps=intl +towgs84=335.47,222.58,-230.94,0,0,0,0 +no_defs  <>
+    26.560758716854764,87.65400744120271,26.550006451,87.657733554
+    137.6565161413988,-84.33519243094264,137.691928746,-84.334275034
+    121.50040721206818,48.8137980434399,121.505885311,48.816078153
+    179.89988490006186,-30.888941513849858,179.902218767,-30.886327344
+    89.57464546614119,-69.04468892849935,89.583006338,-69.046381006
+    90.27163198574561,-62.755875889403214,90.278218609,-62.75735858
+    -88.53038897341604,27.743873131957216,-88.53384818,27.745496995
+    92.52074713568021,69.92876105180437,92.529750153,69.931748403
+<EPSG:4634> +proj=longlat +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +no_defs  <>
+    -150.02089986376615,59.83654596731586,-150.026159984,59.837379557
+    -8.48973116588462,-85.06886274315806,-8.453678923,-85.069570648
+    86.45526054400881,4.021732982620321,86.455337453,4.018993346
+    -5.340111240971254,2.7265704499428693,-5.336984278,2.724019277
+    -106.91886520817032,80.08678485160985,-106.923487056,80.08958366
+    71.07908374744292,32.25859722435517,71.080150742,32.25550841
+    133.2047118718433,-78.26093623498912,133.193811519,-78.259648859
+    -105.95435669752467,-63.51357603712985,-105.956027348,-63.518115158
+<EPSG:4635> +proj=longlat +ellps=intl +towgs84=-122.383,-188.696,103.344,3.5107,-4.9668,-5.7047,4.4798 +no_defs  <>
+    -65.72967794437866,-53.55097545011838,-65.727470422,-53.552871778
+    139.42445425260064,20.102263866743115,139.423311744,20.102242393
+    -160.49229478782004,-83.0849819486835,-160.497143147,-83.085259705
+    -45.952254227938994,-39.15500201201803,-45.949484617,-39.157076218
+    -142.10674793713005,82.3775993783303,-142.109565344,82.381255247
+    54.40696022664824,32.36122850250949,54.40830547,32.358501016
+    105.04343920262835,81.85814841215588,105.023452603,81.856333508
+    93.69054864734665,86.54333537765356,93.64855274,86.540886594
+<EPSG:4636> +proj=longlat +ellps=intl +towgs84=365,194,166,0,0,0,0 +no_defs  <>
+    -31.302157703775833,39.56802768437717,-31.3062938,39.568893791
+    71.95704409494624,-53.90487068522114,71.961410549,-53.908691462
+    -114.31558032712526,12.241226987280825,-114.317903075,12.239474883
+    111.10607499954335,-9.906941103148199,111.109816902,-9.908775766
+    109.12974053401763,15.558583660617401,109.133548107,15.557718233
+    23.61797179017114,14.032570485388987,23.617679991,14.032405507
+    -119.30072477394324,29.533485770280393,-119.303028876,29.531341892
+    92.91419548115095,36.28524917354878,92.91836303,36.285762405
+<EPSG:4637> +proj=longlat +ellps=intl +towgs84=325,154,172,0,0,0,0 +no_defs  <>
+    64.82474722127094,40.179808831212085,64.827431654,40.18104929
+    -61.96756620670705,43.98888930441424,-61.972044433,43.988702227
+    -67.59074142341885,79.85650408651344,-67.609001761,79.85635404
+    -54.34526873430572,33.208726391301894,-54.349064057,33.208500355
+    163.34017879569376,29.8817003510145,163.342670479,29.879864943
+    -43.47869794072099,-82.75701272485668,-43.502518713,-82.758565118
+    126.5872028252021,-42.020386123027656,126.591461777,-42.021932047
+    -114.33728697285513,28.486801257069004,-114.339662911,28.484946875
+<EPSG:4638> +proj=longlat +ellps=clrk66 +towgs84=11.363,424.148,373.13,0,0,0,0 +no_defs  <>
+    -51.00154332921153,-10.563136967434517,-51.004062695,-10.566691501
+    -172.89993998706294,-21.40193535546416,-172.895894384,-21.40631949
+    146.43280166933437,0.1716969338779677,146.436033028,0.168341055
+    -4.920157527514817,-59.840033717762736,-4.927711705,-59.843379843
+    -176.47764657274593,-20.755641645157525,-176.473588081,-20.760094137
+    -43.45226956509913,-50.438962068481295,-43.456713517,-50.441235317
+    -48.2897630347079,80.85316441535124,-48.306131633,80.850571176
+    -81.19376058344336,23.509144319363415,-81.19450625,23.50611938
+<EPSG:4639> +proj=longlat +ellps=intl +towgs84=253,-132,-127,0,0,0,0 +no_defs  <>
+    -127.4525168617613,-14.245439358167147,-127.455121734,-14.244610419
+    95.2471897199892,66.9739611591427,95.252682559,66.973722048
+    11.763224720708479,4.235436639669203,11.764853407,4.236850839
+    -142.78600083859615,58.61431914874839,-142.790442346,58.614710993
+    105.86957083461266,-64.47303385401423,105.873879257,-64.47159395
+    131.66567163138546,-70.54325497194682,131.668393707,-70.541136802
+    166.11277782598603,-80.98151786630147,166.108927915,-80.979141286
+    178.26084363253193,-67.22513022264916,178.2579686,-67.223151781
+<EPSG:4640> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    120.7826991754369,-3.781858762392389,120.782699175,-3.781858762
+    4.179114560812394,79.970533317161,4.179114561,79.970533317
+    177.20207523232938,-34.82160809121087,177.202075232,-34.821608091
+    -80.86022858179952,40.14691004018792,-80.860228582,40.14691004
+    117.0746083954657,-33.731191724932685,117.074608395,-33.731191725
+    12.244613513279774,-51.16129073312727,12.244613513,-51.161290733
+    -5.677822274590312,61.213458028986764,-5.677822275,61.213458029
+    130.09520059188566,-29.248757032237158,130.095200592,-29.248757032
+<EPSG:4641> +proj=longlat +ellps=intl +towgs84=287.58,177.78,-135.41,0,0,0,0 +no_defs  <>
+    -102.26757153131874,35.89123931635609,-102.270265465,35.891768585
+    23.627860512712545,-65.64392801575445,23.626826085,-65.646779111
+    -108.77109337553385,87.51993077020657,-108.815551554,87.517720184
+    34.27949365472588,19.249298467640713,34.279637043,19.251971922
+    -177.10409152533362,-50.151182125806166,-177.101810699,-50.149166381
+    -25.394991023514024,-27.531519470518226,-25.39786539,-27.531876153
+    138.4926127451035,6.6663646185275525,138.495540373,6.667668299
+    -120.1271142526549,-36.90160258152576,-120.128903752,-36.899803831
+<EPSG:4642> +proj=longlat +ellps=intl +towgs84=-13,-348,292,0,0,0,0 +no_defs  <>
+    156.24450126389985,43.46602555500027,156.240500587,43.464144649
+    98.19089374814797,82.52060234418991,98.186600147,82.517432089
+    -16.94663413990841,-85.13276366516862,-16.911101358,-85.133917265
+    26.970947518924476,-52.39198231894011,26.975416622,-52.393172012
+    -26.157140178690042,-33.96411651698588,-26.153698417,-33.967776123
+    35.07810607220699,21.140018636862763,35.080775788,21.137426474
+    -126.90025905644268,18.644130186039362,-126.902140905,18.642955523
+    108.54197483730786,62.85705182528639,108.539559791,62.853922367
+<EPSG:4643> +proj=longlat +ellps=intl +towgs84=-480.26,-438.32,-643.429,16.3119,20.1721,-4.0349,-111.7002 +no_defs  <>
+    118.92545038558359,86.81590922801911,118.873217816,86.808332138
+    21.24887409914342,32.174051124514705,21.256389165,32.180362452
+    -82.20645515864503,-33.68618220182583,-82.196293317,-33.678676859
+    -27.740875953705057,6.796458311799768,-27.734057414,6.809302136
+    155.71611814627732,53.81494222083634,155.705695813,53.814027273
+    174.93166773062336,-16.88343855987111,174.92950344,-16.88548967
+    1.3271133127613552,50.168849029827584,1.339761809,50.175446024
+    -42.86508723589387,68.17606186544668,-42.849566681,68.185463854
+<EPSG:4644> +proj=longlat +ellps=intl +towgs84=-10.18,-350.43,291.37,0,0,0,0 +no_defs  <>
+    -97.53164456346617,-43.04866911614443,-97.532084477,-43.053548994
+    12.787804764312597,23.25763258327754,12.791122364,23.255500615
+    4.169367292516483,24.455971835574232,4.172807081,24.45406439
+    179.36896470003666,79.68639502192877,179.351434235,79.686272219
+    36.79925071206077,-31.12574145328098,36.802128651,-31.127702496
+    113.7511748098097,-82.98509840701475,113.740148745,-82.982801905
+    -135.86111619752316,-5.488981729027216,-135.863321797,-5.491978886
+    -179.4339840326344,-68.23284009723093,-179.442445544,-68.234487684
+<EPSG:4645> +proj=longlat +ellps=intl +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -28.38788125043982,31.03924711154457,-28.38788125,31.039974144
+    -44.670892814767996,88.62604564963638,-44.670892815,88.626084998
+    134.40540336590954,-7.800479802757167,134.405403366,-7.800701275
+    -2.8857529868358256,70.98185318014865,-2.885752987,70.982359077
+    112.33797527224436,30.85955075611696,112.337975272,30.860275364
+    -108.91477412355067,-89.5863811074726,-108.914774124,-89.586392957
+    74.21833832355813,7.676221595094177,74.218338324,7.676439625
+    118.52123874641791,73.93514057718929,118.521238746,73.935577197
+<EPSG:4646> +proj=longlat +ellps=intl +towgs84=-963,510,-359,0,0,0,0 +no_defs  <>
+    141.01328380485245,78.00200650406452,141.004254764,78.012377404
+    -61.25115788826325,68.26598569104885,-61.236674155,68.260161365
+    159.62445402518273,-75.62754411032542,159.62960916,-75.636516374
+    117.0236434036629,79.14087301665788,116.993862135,79.149625325
+    74.58829317009835,-41.08941547513423,74.575630229,-41.089188219
+    37.13635607902086,48.950740145302404,37.122869079,48.950555361
+    -31.94666063754724,73.90081251852175,-31.944182059,73.892785378
+    89.22150166484442,6.449106728034494,89.212733641,6.45302125
+<EPSG:4647> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=32500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    3.2954554672787877,-73.95786513499486,3.232428569192603E7,-8215752.096477901
+    15.79650649788631,51.24096719825002,3.2974191801359244E7,5698599.259019491
+    4.878285699587921,24.879555924051544,3.208344078051515E7,2757922.121575053
+    15.998653668292166,6.873658197807714,3.3275101584352497E7,765469.189970668
+    3.8166817241830966,18.784788443152735,3.1953163469862815E7,2084995.500086812
+    2.9052743280770406,15.502383324711886,3.1845260324515417E7,1723226.104651014
+    12.86749869995703,10.059261819224076,3.292408798987639E7,1114467.555470053
+    9.84936302477205,-59.807584394586016,3.2547649473924443E7,-6630287.89586522
+<EPSG:4652> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    79.3427755293083,9.683029329476383,2.597703540358688E7,1073860.031931736
+    70.01795933152894,48.6119834409011,2.5132683890691247E7,5398568.093841541
+    77.76267778789665,7.289567124566943,2.580519105969885E7,807030.695849651
+    80.52423189214421,42.54520809034736,2.5953827371820096E7,4727098.50511349
+    72.23187344103849,31.210321874805928,2.5236161820020758E7,3457658.511026967
+    70.84597788278676,44.922499945225496,2.517202075387336E7,4984822.644089206
+    76.07938935325079,70.00337302927684,2.55412102972934E7,7769856.731285738
+    74.7417850030042,9.051242309877182,2.5471610637569133E7,1000945.725288568
+<EPSG:4653> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    77.03078969395715,62.35286395808478,2.644980393992483E7,6916753.825580413
+    83.89492154347967,73.0121599790848,2.6692038266978312E7,8114676.516942244
+    74.30598128688173,-44.9218798989256,2.6208337165975608E7,-4982994.470686099
+    74.329051270496,70.67841930660086,2.6364456051032405E7,7848904.908936073
+    82.44833417272575,-66.24905763672892,2.669987124108197E7,-7357845.757882561
+    77.42949056746176,-35.61511500943764,2.6448310837217823E7,-3943057.34032872
+    82.04729902147079,17.78154459497253,2.6929453610540237E7,1971476.232595726
+    83.66375955195046,86.16310851349013,2.6542263571573745E7,9575665.173129091
+<EPSG:4654> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    83.12609816383322,-18.232952109108012,2.7724912476541307E7,-2018107.541924215
+    80.08459405629522,68.29689247345311,2.7462207922390208E7,7579409.615358773
+    79.49245449534384,11.938816650313171,2.7335767142474685E7,1320786.882235452
+    84.53739999736831,71.24600868947013,2.762692268491543E7,7911846.301184173
+    84.32157307805099,48.96062629121141,2.774322235402847E7,5430664.739397945
+    75.85496494161897,-72.39789551768625,2.7326458634834953E7,-8044102.188177843
+    75.1179348018953,-30.071574350248362,2.6932360152057175E7,-3342739.423626667
+    83.66338826215079,-58.43115001469979,2.765557350952051E7,-6482499.770429068
+<EPSG:4655> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    83.19900511416526,-36.22216386248972,2.8427980533077933E7,-4010562.759703072
+    86.77152962593274,50.57694562069389,2.869630733547505E7,5608790.849239378
+    85.870213305555,57.157016526025046,2.8613171462081347E7,6339062.411207554
+    86.91322864957583,17.772084128634887,2.88090336547107E7,1968191.023971925
+    88.84260433155497,6.638059461094215,2.903612117669875E7,736668.362528758
+    78.37672072181294,36.55529398913805,2.7996317903485253E7,4061980.789372999
+    84.13223359702769,78.96596218072321,2.850282649889684E7,8769837.666836713
+    83.39759525073094,-83.37655966513967,2.849223947111886E7,-9262400.662205348
+<EPSG:4656> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    84.25004928006796,-86.11044173622082,2.9479172655751787E7,-9568195.605735786
+    88.06720476528419,-9.938988119454208,2.961703780016514E7,-1099314.260778262
+    84.44405943724823,8.97744295360927,2.921884249834442E7,993752.26661195
+    85.11488698451818,-16.03840191424719,2.929823220606143E7,-1774841.708758615
+    85.14667869279054,-75.38112378284853,2.944777273005939E7,-8370441.000411447
+    84.35750193689042,27.139057204076593,2.923798350629638E7,3005849.321967793
+    85.08711111104853,-64.9949813370742,2.9409750801788814E7,-7212270.682350178
+    88.61476908219163,15.697367737835663,2.9673116187436324E7,1736845.964086526
+<EPSG:4657> +proj=longlat +a=6377019.27 +b=6355762.5391 +towgs84=-28,199,5,0,0,0,0 +no_defs  <>
+    -135.46483742038498,-36.860197006381995,-135.463026528,-36.858480804
+    152.03311685076648,71.34339962387185,152.03767026,71.343690711
+    -15.498331690794572,26.324944324047593,-15.500177427,26.323666831
+    -158.81758243438873,-39.61016035199876,-158.815303953,-39.608800627
+    68.3895461985627,25.320014257209777,68.388559722,25.319756713
+    -14.355456528598353,56.91151111108576,-14.358507272,56.909858705
+    -74.09885967497934,24.62656848846018,-74.099132182,24.62490543
+    -131.69591845259114,-11.681368155110121,-131.69451264,-11.680717269
+<EPSG:4658> +proj=longlat +ellps=intl +towgs84=-73,47,-83,0,0,0,0 +no_defs  <>
+    -111.14456105413338,48.225894246847105,-111.143416506,48.227090901
+    -88.24315056692188,51.25911991245857,-88.242125957,51.260044034
+    -23.055208857273954,-80.33513167707187,-23.055990551,-80.3345231
+    143.55634989305076,-0.31930204286165065,143.556299985,-0.318564942
+    143.80733680913363,69.8192459279326,143.807202422,69.820763477
+    -40.2505487599899,-65.60438284730455,-40.250303774,-65.603990121
+    -108.88050065666883,-24.92322926791296,-108.879666297,-24.923099512
+    -80.52949786766496,-5.546111925650834,-80.528917814,-5.545472291
+<EPSG:4659> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -124.80699910908052,-74.32427035074721,-124.806999109,-74.324270351
+    32.97647439369712,56.19214755218985,32.976474394,56.192147552
+    -144.28974587257352,-10.49620665632257,-144.289745873,-10.496206656
+    -59.64407292912095,-84.12692457499388,-59.644072929,-84.126924575
+    -115.81177929779601,37.844548094467896,-115.811779298,37.844548094
+    -129.24979100711406,72.21771741101261,-129.249791007,72.217717411
+    -0.489718419170174,-64.52989334446798,-0.489718419,-64.529893344
+    105.25857093306337,63.693698205417974,105.258570933,63.693698205
+<EPSG:4660> +proj=longlat +ellps=intl +towgs84=982.6087,552.753,-540.873,6.6816266,-31.6114924,-19.84816,16.805 +no_defs  <>
+    172.19690480860174,11.030123497468324,172.208062859,11.042179748
+    -71.61947042097663,9.893791252393171,-71.622502345,9.897542183
+    141.6017140514972,-2.941524419321496,141.616965129,-2.930757664
+    -156.4087388501217,-24.067857323353564,-156.402916115,-24.051054994
+    -49.22317758286178,-31.19573548300125,-49.233988073,-31.197677931
+    91.96678553807794,-47.90430784271074,91.995409228,-47.906878256
+    98.73489508248468,82.77346270457113,98.745309424,82.777308175
+    -68.00753061735566,-14.674901294327896,-68.014695522,-14.671821252
+<EPSG:4661> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -100.30705215628227,13.878201280931506,-100.307052156,13.878201281
+    -148.8542932965518,-48.97908146488277,-148.854293297,-48.979081465
+    174.47544492707823,25.86563195545409,174.475444927,25.865631955
+    -164.8471309496716,-83.71048455408156,-164.84713095,-83.710484554
+    -101.66140560620735,-60.384885276982324,-101.661405606,-60.384885277
+    -124.59351485643525,14.15736036268791,-124.593514856,14.157360363
+    139.3370431091687,56.70213930313932,139.337043109,56.702139303
+    149.01862616358363,81.16220466670069,149.018626164,81.162204667
+<EPSG:4662> +proj=longlat +ellps=intl +towgs84=-11.64,-348.6,291.98,0,0,0,0 +no_defs  <>
+    -128.5557973823258,-31.372875297805948,-128.557985766,-31.377169281
+    -12.636551990242253,-48.490191775096186,-12.631915521,-48.493184752
+    10.46004543308257,20.284201259697298,10.46330693,20.282028688
+    13.482706172094112,-31.860939350696377,13.486259523,-31.863472638
+    -102.0283658909623,-36.152762515526206,-102.029046709,-36.157496547
+    91.93715667387954,-36.36907507555488,91.936895752,-36.370119558
+    -159.470657310106,20.54272715855008,-159.473748746,20.541220458
+    -132.11108562375733,-73.77103223516711,-132.118300499,-73.774495653
+<EPSG:4663> +proj=longlat +ellps=intl +towgs84=-502.862,-247.438,312.724,0,0,0,0 +no_defs  <>
+    -6.519649105199051,18.554321966047596,-6.51677979,18.550784784
+    -52.48795080619911,10.439439181001745,-52.482931617,10.43677203
+    7.323149140991063,52.00669668836997,7.325789357,52.00200802
+    13.11869905493242,58.57376882839529,13.120878785,58.568854071
+    143.14354053573987,-5.145267063575247,143.139034264,-5.148436865
+    60.66211349821984,34.978085720853386,60.658640751,34.974161134
+    16.783173598290176,43.188099510150494,16.784301456,43.183461854
+    129.57368436347292,49.736145340407916,129.566120466,49.736027976
+<EPSG:4664> +proj=longlat +ellps=intl +towgs84=-204.619,140.176,55.226,0,0,0,0 +no_defs  <>
+    156.27715489085614,36.65780845008511,156.277669524,36.659508473
+    47.75536354916852,-16.850051926224737,47.753057892,-16.850897819
+    141.266385700554,-9.40482916225335,141.266215581,-9.405952745
+    152.8941302073834,59.82932417415833,152.894692734,59.831697982
+    -152.76539294854484,81.40750369708513,-152.752310271,81.408715026
+    28.27789265340158,-81.76463110505644,28.264118495,-81.763925978
+    138.5030448222933,-56.599788953989886,138.502546831,-56.602662506
+    145.4858310828305,-6.381927753907817,145.485827141,-6.382855347
+<EPSG:4665> +proj=longlat +ellps=intl +towgs84=-106.226,166.366,-37.893,0,0,0,0 +no_defs  <>
+    49.06723460493362,31.82020767974862,49.065235684,31.821501994
+    101.84939674778326,10.38180460518862,101.848759331,10.382734357
+    108.42972985066194,-0.9425080603704288,108.429296947,-0.942220962
+    -101.42700110626237,43.89998255892513,-101.425294919,43.900163567
+    -9.131302455049763,49.33989024788784,-9.133330664,49.34002931
+    69.19624057818686,-2.6706471344556633,69.194816189,-2.670431106
+    110.06655236039654,-17.68371240556648,110.06614991,-17.684391698
+    -111.9028876479264,10.894889476105178,-111.901418505,10.895335492
+<EPSG:4666> +proj=longlat +ellps=bessel +towgs84=508.088,-191.042,565.223,0,0,0,0 +no_defs  <>
+    -105.43652889919944,-6.197849743306833,-105.441413671,-6.202849934
+    174.4381259287489,-22.79859387028388,174.436753763,-22.801036542
+    -85.61332313083868,80.4795181207335,-85.639962401,80.480510719
+    115.70269758639898,84.79238744810883,115.739659705,84.788318783
+    27.31286413120094,-72.26819428497005,27.324713259,-72.272494883
+    -52.788532686612484,55.131378357631775,-52.793065861,55.131300572
+    -61.488497590206975,-44.7859281660911,-61.492987221,-44.791541209
+    116.92804292311428,51.125817203543704,116.93327728,51.119241547
+<EPSG:4667> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -127.62373955472877,35.58061372486061,-127.623739555,35.580613725
+    -83.48031501013814,-3.5213585833361662,-83.48031501,-3.521358583
+    24.911308907233803,6.728808108762834,24.911308907,6.728808109
+    -161.53477824954888,-84.31704576583249,-161.53477825,-84.317045766
+    84.22712564262719,43.13796052953927,84.227125643,43.13796053
+    -110.50553739304023,5.017418927331832,-110.505537393,5.017418927
+    56.15108334292111,38.55169437613344,56.151083343,38.551694376
+    15.692551205826334,-14.78087778564688,15.692551206,-14.780877786
+<EPSG:4668> +proj=longlat +ellps=intl +towgs84=-86,-98,-119,0,0,0,0 +no_defs  <>
+    49.40584971674781,-63.45212836463896,49.405818954,-63.451261707
+    33.864198792163876,-3.3179214284058673,33.864499809,-3.316876266
+    -118.70136550427382,-74.7545193448342,-118.700399283,-74.755755586
+    -29.69185730282308,53.244440794859685,-29.689943947,53.245680202
+    130.0455806422018,-69.61920774666828,130.042265838,-69.619206882
+    153.69464724673355,53.69866306366717,153.692740101,53.700323927
+    110.39859348251855,-46.70213637107775,110.397092872,-46.701817733
+    -93.6213380939258,26.864414303792827,-93.620536676,26.866456968
+<EPSG:4669> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -154.5089960685844,-64.91333826678644,-154.508996069,-64.913338267
+    169.1645717866877,-41.24255646606787,169.164571787,-41.242556466
+    153.51935418194654,4.935875848237316,153.519354182,4.935875848
+    142.13664968623704,-73.5926584761526,142.136649686,-73.592658476
+    -96.7298680308848,-66.57723519095686,-96.729868031,-66.577235191
+    -121.06893545290608,85.08849909456094,-121.068935453,85.088499095
+    -115.91710493194059,70.56794245253732,-115.917104932,70.567942453
+    36.046506734352505,-7.14714409017661,36.046506734,-7.14714409
+<EPSG:4670> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    112.59534527079296,-15.962786636150526,112.595345271,-15.962786636
+    168.70139307436864,51.85492212793412,168.701393074,51.854922128
+    154.49040508001468,47.18459705894284,154.49040508,47.184597059
+    -116.1521599487155,-68.17829479867108,-116.152159949,-68.178294799
+    -107.04200075515882,54.83362423791124,-107.042000755,54.833624238
+    121.45388799446772,79.97148750680125,121.453887994,79.971487507
+    -20.4641855726843,30.58156075979423,-20.464185573,30.58156076
+    -157.87519961442342,49.55096648792099,-157.875199614,49.550966488
+<EPSG:4671> +proj=longlat +a=6378249.2 +b=6356515 +no_defs  <>
+    -164.18757697871683,-52.42828950518321,-164.187576979,-52.428289505
+    -85.69669635859013,-37.32898488399058,-85.696696359,-37.328984884
+    -71.25757075334462,33.00062290295679,-71.257570753,33.000622903
+    -125.01140696697799,-16.71497397730269,-125.011406967,-16.714973977
+    148.68441168527477,17.368244378087653,148.684411685,17.368244378
+    -134.24242051776864,11.239986426493374,-134.242420518,11.239986426
+    -10.267220554676072,30.957395105394824,-10.267220555,30.957395105
+    31.98718318814889,57.79359651401455,31.987183188,57.793596514
+<EPSG:4672> +proj=longlat +ellps=intl +towgs84=175,-38,113,0,0,0,0 +no_defs  <>
+    74.47100849534218,22.991893482501283,74.472752257,22.991582205
+    -168.61606854531493,-1.8295274739464702,-168.616713795,-1.830554073
+    58.765515983313605,-77.68696288411653,58.772626761,-77.688030434
+    -149.6818395030749,-52.59816636610691,-149.683627299,-52.598634701
+    -91.73838795076735,46.17071530177634,-91.740667966,46.171044745
+    171.92699291535718,39.463989388718176,171.926841309,39.462988282
+    -110.23209370212935,85.36071211176855,-110.25172372,85.360540457
+    -177.41045651704195,73.46171641022954,-177.411899414,73.460389359
+<EPSG:4673> +proj=longlat +ellps=intl +towgs84=174.05,-25.49,112.57,0,0,0.554,0.2263 +no_defs  <>
+    131.62162238293888,-4.0346521838921205,131.622487695,-4.035697588
+    -46.16312841229282,-73.54597536815747,-46.166693755,-73.547900949
+    -117.6856665278187,-53.56792220490475,-117.688325417,-53.568886709
+    -93.94313345397376,22.74057650616244,-93.944994855,22.740272912
+    41.49542191191088,-54.879747081705986,41.497362191,-54.88193591
+    29.997569102515115,78.55986662390904,30.002340795,78.561197156
+    31.944861410495008,-21.480651648890586,31.945804871,-21.482602642
+    135.9496004310318,-73.98935778120813,135.952780625,-73.98884131
+<EPSG:4674> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -169.8142621590501,-57.28385055889477,-169.814262159,-57.283850559
+    -163.43030363765843,25.537461339133003,-163.430303638,25.537461339
+    -56.04592773334261,-20.308928660485478,-56.045927733,-20.30892866
+    162.6020411593576,64.75345802650111,162.602041159,64.753458027
+    -41.7392729186445,25.834602698016155,-41.739272919,25.834602698
+    -17.888978677900155,6.32361592832352,-17.888978678,6.323615928
+    -102.23537790277541,-11.376304632302748,-102.235377903,-11.376304632
+    -123.74986342197164,-17.78563924686584,-123.749863422,-17.785639247
+<EPSG:4675> +proj=longlat +ellps=clrk66 +towgs84=-100,-248,259,0,0,0,0 +no_defs  <>
+    -95.95118034492049,-2.314503298247672,-95.95051729,-2.317110892
+    -103.5415514630879,34.80771432460547,-103.54112357,34.809166522
+    -165.8716812739595,41.28490291990701,-165.874260852,41.286209616
+    -50.5074925531969,-36.27516024693592,-50.504878191,-36.279766666
+    159.17699118946342,-67.1534961456364,159.170823188,-67.155971577
+    143.24761188234714,39.594203034448185,143.24460204,39.594116986
+    170.09153425968583,-26.87363083428736,170.088902455,-26.877671885
+    -135.6531261220771,27.391483515346934,-135.654212522,27.392175604
+<EPSG:4676> +proj=longlat +ellps=krass +no_defs  <>
+    162.3784094297627,-89.82209671351038,162.37840943,-89.822096714
+    172.50377686946268,28.921586216506256,172.503776869,28.921586217
+    -60.969855877683784,63.320649160716044,-60.969855878,63.320649161
+    -71.59715847172708,-11.986162315792058,-71.597158472,-11.986162316
+    97.1651696866146,-86.53107416917581,97.165169687,-86.531074169
+    -138.68359971345464,-61.18730455065824,-138.683599713,-61.187304551
+    178.77879328301486,38.95713150552953,178.778793283,38.957131506
+    -64.53750752535676,81.37856586976494,-64.537507525,81.37856587
+<EPSG:4677> +proj=longlat +ellps=krass +no_defs  <>
+    -144.55137096484603,58.508658658770656,-144.551370965,58.508658659
+    145.9699873788204,78.91270203896025,145.969987379,78.912702039
+    -125.44229278315814,-13.903989886144046,-125.442292783,-13.903989886
+    -140.05129414751127,49.85669246283322,-140.051294148,49.856692463
+    -171.8328167665769,-54.1353981440753,-171.832816767,-54.135398144
+    -132.61539644335826,71.74275760681431,-132.615396443,71.742757607
+    143.03465263189378,-56.83124827857339,143.034652632,-56.831248279
+    -4.152141636345277,-8.483659121601178,-4.152141636,-8.483659122
+<EPSG:4678> +proj=longlat +ellps=krass +towgs84=44.585,-131.212,-39.544,0,0,0,0 +no_defs  <>
+    80.25222911818025,55.16807805404099,80.253267225,55.167360313
+    111.28824205186544,-69.72762317032401,111.288084504,-69.72632041
+    147.6354977844593,26.621105855790887,147.63462455,26.620969049
+    -69.91558136309726,-44.00534664142288,-69.915541647,-44.005932583
+    -20.690717514425558,-76.16444333900202,-20.686710677,-76.165113369
+    -63.17261772897555,31.118134858491004,-63.172414024,31.119058246
+    83.81062844021682,-4.970616890776043,83.81115566,-4.970157998
+    84.19185462609738,89.91452784504503,84.533243953,89.913398451
+<EPSG:4679> +proj=longlat +ellps=clrk80 +towgs84=-80.01,253.26,291.19,0,0,0,0 +no_defs  <>
+    -125.81848532637449,-58.48171794694742,-125.814832721,-58.484671782
+    -1.4948350913913657,-27.23006423901502,-1.497369947,-27.234604909
+    -1.817333595666156,-68.60064340430742,-1.82348519,-68.602995036
+    -38.12593170933357,50.39285368447665,-38.12803863,50.39275423
+    52.79043376093588,1.8482295666173485,52.78848447,1.84584501
+    -67.82070788848745,85.98277595703277,-67.82345618,85.98066789
+    -30.50707318635085,-24.42289897745374,-30.50882416,-24.426925955
+    -26.439050587299732,27.260825323487595,-26.440980818,27.26029041
+<EPSG:4680> +proj=longlat +ellps=clrk80 +towgs84=124.5,-63.5,-281,0,0,0,0 +no_defs  <>
+    55.05935763070485,15.538015742280649,55.060648002,15.542134914
+    -81.94185650012814,-38.22178848065974,-81.943162596,-38.223305889
+    -54.99051515342869,29.482991509435777,-54.99119098,29.488443667
+    -71.58253306958652,81.31592419617522,-71.588348847,81.318122601
+    -146.22282708010385,68.80981627179523,-146.225850088,68.812273797
+    -51.53135794430773,-8.510779784541768,-51.53188451,-8.50935907
+    -11.821704916641806,15.652223664876956,-11.821363107,15.656634521
+    19.649801492760076,-39.56028220877928,19.650984537,-39.561970451
+<EPSG:4681> +proj=longlat +ellps=clrk80 +no_defs  <>
+    155.80156139587046,61.13124344831715,155.801561396,61.131243448
+    -51.34150812814414,-84.13024606788838,-51.341508128,-84.130246068
+    8.923299225431123,-73.18116320910539,8.923299225,-73.181163209
+    -127.2879600437395,-69.97411215558697,-127.287960044,-69.974112156
+    -79.41409057337535,64.11144798617693,-79.414090573,64.111447986
+    51.8160177850946,-13.079161353863896,51.816017785,-13.079161354
+    -70.18433947716082,38.42303991732791,-70.184339477,38.423039917
+    11.124189431323686,36.2267258606732,11.124189431,36.226725861
+<EPSG:4682> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=283.7,735.9,261.1,0,0,0,0 +no_defs  <>
+    171.99180608277015,52.5150330803211,172.003122111,52.51073606
+    19.063819398780623,-79.55056229522822,19.034042628,-79.554874882
+    156.3252536003718,87.90003408255498,156.517787323,87.90013487
+    -49.767890587459505,-56.63196987420023,-49.779163356,-56.628901843
+    165.4342110706861,14.453856720311876,165.441478691,14.450569232
+    -167.92179660127454,36.70358610879616,-167.914408284,36.697790923
+    -8.505303924691844,-2.5794146941434946,-8.512226005,-2.581694437
+    67.83742305278417,-81.67627747615857,67.836502663,-81.683130308
+<EPSG:4683> +proj=longlat +ellps=clrk66 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +no_defs  <>
+    -149.34953112560038,-47.79753259149471,-149.349915716,-47.801943445
+    104.52075810683732,-67.8109256641501,104.513258784,-67.811505582
+    -123.42108179201932,75.73928210941236,-123.421602292,75.740051212
+    -39.99337749688124,-82.48970757407784,-39.973156797,-82.489229135
+    -15.957886992491126,-25.028877424543197,-15.956783484,-25.028657705
+    -119.6812212220934,74.17288461653197,-119.681779571,74.173762855
+    9.16263100603075,-53.901956490802604,9.163744018,-53.901274934
+    162.70160103808962,-29.9990748142556,162.699405158,-30.002072625
+<EPSG:4684> +proj=longlat +ellps=intl +towgs84=-133,-321,50,0,0,0,0 +no_defs  <>
+    -141.52148125592942,46.09610033605236,-141.523660879,46.098579561
+    -31.340588333899433,4.029632265371674,-31.337496443,4.029330573
+    16.43217779008586,46.17922719718456,16.435677888,46.178319644
+    -20.02326261174656,-34.8981187413193,-20.019464683,-34.899182742
+    -57.63521956853451,-76.83185217532045,-57.624047933,-76.834062005
+    -168.11339844794247,-87.13874942730575,-168.164856004,-87.140607429
+    -30.949460095625227,-80.06952513905694,-30.931614243,-80.070330821
+    -27.0051776481954,-10.388772443153144,-27.002014431,-10.389553628
+<EPSG:4685> +proj=longlat +ellps=intl +no_defs  <>
+    -102.14222806639079,64.20766464703641,-102.142228066,64.207664647
+    -68.37935619507788,-44.48327369055285,-68.379356195,-44.483273691
+    4.773597349581422,77.55563975525729,4.77359735,77.555639755
+    -147.58563140517862,63.11670651002987,-147.585631405,63.11670651
+    -161.2622088365874,59.18747642549471,-161.262208837,59.187476425
+    -54.116514119906256,55.07232229746998,-54.11651412,55.072322297
+    62.09031261496855,17.070402308382924,62.090312615,17.070402308
+    136.88577703703095,81.24243153899747,136.885777037,81.242431539
+<EPSG:4686> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    88.88875301295923,60.51962841290904,88.888753013,60.519628413
+    -84.80237971457318,78.23497641341223,-84.802379715,78.234976413
+    -108.99548917130636,61.72902520416895,-108.995489171,61.729025204
+    35.18309612024427,-16.35279386154025,35.18309612,-16.352793862
+    -90.28375323295643,30.921083639231952,-90.283753233,30.921083639
+    -38.1977425072281,-7.49316241486558,-38.197742507,-7.493162415
+    74.60364849332146,28.574981762520977,74.603648493,28.574981763
+    -39.043205429872245,7.773095478104068,-39.04320543,7.773095478
+<EPSG:4687> +proj=longlat +ellps=GRS80 +towgs84=0.072,-0.507,-0.245,-0.0183,0.0003,-0.007,-0.0093 +no_defs  <>
+    145.74736477112515,-49.49580477154803,145.74735655,-49.495798193
+    -134.22735558942966,11.1068766596171,-134.227356674,11.106875654
+    150.30803126575773,47.50021657405068,150.30803267,47.500218426
+    -55.37744602701835,-85.08570751909602,-55.37738601,-85.085715526
+    157.8890026157814,-32.51723621489984,157.888996848,-32.517231262
+    -135.88351620038702,-1.2936951774360352,-135.883518057,-1.293696646
+    158.54426951866225,-5.7797086748049225,158.544266962,-5.779704447
+    34.50671362243,78.5975307548978,34.506715938,78.597532118
+<EPSG:4688> +proj=longlat +ellps=intl +towgs84=347.103,1078.125,2623.922,-33.8875,70.6773,-9.3943,186.074 +no_defs  <>
+    -34.358283631218455,49.81542458492075,-34.392925031,49.80970742
+    65.83076189218568,-14.67822946104586,65.828549015,-14.687447284
+    -140.90364601094475,72.42568710782936,-140.89862877,72.389910075
+    85.83761908144555,-35.2410451823645,85.829899964,-35.256054544
+    69.94921747793819,-50.44326858358356,69.932906733,-50.451417271
+    75.60312556095903,38.07987047133915,75.619487641,38.082394127
+    74.57452668018354,44.91842475347784,74.594006816,44.924044634
+    -63.585206422016014,9.285618830559997,-63.593316777,9.261599651
+<EPSG:4689> +proj=longlat +ellps=intl +towgs84=410.721,55.049,80.746,2.5779,2.3514,0.6664,17.3311 +no_defs  <>
+    -61.34976478157702,-37.32993915424046,-61.354140571,-37.331182851
+    -65.16879544522084,43.66060426762243,-65.17416535,43.662588866
+    53.91751117064632,4.04808852137073,53.920090166,4.047464001
+    -43.826346893136986,23.881182266296037,-43.829686456,23.883042778
+    3.3025318173321807,-9.861923983096432,3.301931393,-9.862947539
+    130.17933114473288,81.28009559862232,130.200009571,81.277296847
+    -148.74214029185956,-82.2470106385964,-148.746406455,-82.244145514
+    30.346894861839417,-24.556910651971776,30.347858923,-24.559430137
+<EPSG:4690> +proj=longlat +ellps=intl +towgs84=221.525,152.948,176.768,-2.3847,-1.3896,-0.877,11.4741 +no_defs  <>
+    96.72241470458869,53.432713604998725,96.725828461,53.434166576
+    130.21802800509568,83.9820501349075,130.242406434,83.982571642
+    97.1028178705065,-43.44226686219775,97.106293873,-43.444309735
+    -2.3409918786279604,71.09184224145864,-2.347096093,71.093246748
+    -150.50594339837423,-55.81931047216118,-150.506437189,-55.818966249
+    6.034633279501691,41.693228748723016,6.032710728,41.693960496
+    -146.3518790487582,14.648625322871396,-146.351394274,14.646822488
+    -125.91481133894969,28.037841551753587,-125.915109007,28.035730561
+<EPSG:4691> +proj=longlat +ellps=intl +towgs84=215.525,149.593,176.229,-3.2624,-1.692,-1.1571,10.4773 +no_defs  <>
+    -169.87657754822987,59.921008739118605,-169.872629194,59.919380428
+    -110.64886655837999,21.635600584934778,-110.649684507,21.63328194
+    162.43632077981482,-86.0993899622232,162.453442959,-86.097459907
+    124.19607282675861,-32.15691398634162,124.199099945,-32.157998467
+    32.73548986220203,70.6682705941356,32.732681729,70.670573637
+    109.8398417430576,-67.19041006009328,109.846338318,-67.191162082
+    144.55717250981058,-19.30979039232021,144.559680614,-19.310629331
+    -101.23734740277499,22.457959014457344,-101.238534747,22.455618787
+<EPSG:4692> +proj=longlat +ellps=intl +towgs84=217.037,86.959,23.956,0,0,0,0 +no_defs  <>
+    -10.396226268959339,71.94633281592397,-10.399830202,71.948435268
+    3.1389992297350773,-49.43265294131445,3.137965978,-49.435117885
+    4.127454924986097,-64.65147396201115,4.125966769,-64.654006925
+    39.28210514383679,-5.6969962239164715,39.282738036,-5.697574733
+    -88.18642233343981,-44.37592285678277,-88.189178693,-44.376395108
+    -47.18620197919998,-8.760281207519242,-47.188186111,-8.760858481
+    -168.21805823026156,3.10730652925956,-168.217691098,3.107066499
+    143.78365316591237,-81.43295312768362,143.795575997,-81.432131154
+<EPSG:4693> +proj=longlat +ellps=WGS84 +towgs84=0,-0.15,0.68,0,0,0,0 +no_defs  <>
+    -77.4246650538505,-36.394208487683116,-77.42466469,-36.394214204
+    -57.84575463852177,47.88396517406795,-57.845753572,47.88396192
+    102.36820613024975,24.54707295137804,102.368205813,24.547066817
+    170.04109297916273,4.240016263278278,170.041091648,4.240010113
+    -96.33883030817681,29.575003021568904,-96.338830479,29.57499835
+    -30.570669029313905,15.141913642653606,-30.570667827,15.141907891
+    64.57220228963274,-3.0604383363279624,64.572202869,-3.060444411
+    3.2117186157500726,-5.977497334904669,3.211719969,-5.977503443
+<EPSG:4694> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    81.57502004045205,72.84102750328898,81.57502004,72.841027503
+    66.01343957409617,11.64058406051015,66.013439574,11.640584061
+    -151.24405573276852,48.05697036709262,-151.244055733,48.056970367
+    -26.652065403362144,-19.017217002456803,-26.652065403,-19.017217002
+    56.8720994713818,57.98564627951413,56.872099471,57.98564628
+    -140.46038560224764,-87.17325374812843,-140.460385602,-87.173253748
+    32.6203215125698,-11.601400222665205,32.620321513,-11.601400223
+    149.40594523974028,18.122354005967935,149.40594524,18.122354006
+<EPSG:4695> +proj=longlat +ellps=clrk66 +towgs84=-103.746,-9.614,-255.95,0,0,0,0 +no_defs  <>
+    53.297184591143775,26.77950640408055,53.29640598,26.783009159
+    136.80226019971235,26.618172737541983,136.801476716,26.622234074
+    124.86325995805868,-45.59553471292078,124.86209852,-45.59639414
+    179.82608652337666,-38.27887372267508,179.825973046,-38.279725497
+    133.44119582965828,8.177938123579295,133.440452244,8.180915674
+    -115.29383366676117,81.30421517595062,-115.288521597,81.305669723
+    -109.14573896968253,11.942119499729245,-109.144868147,11.945332123
+    -30.312899481556457,78.44627551865022,-30.310187616,78.446830149
+<EPSG:4696> +proj=longlat +ellps=clrk80 +no_defs  <>
+    -53.52371303773593,36.37388270021448,-53.523713038,36.3738827
+    -152.67267472142615,77.85604759308487,-152.672674721,77.856047593
+    77.23602608683427,49.65636333835786,77.236026087,49.656363338
+    151.50008038796392,42.41365576486152,151.500080388,42.413655765
+    -132.98936856286713,-78.74796634539537,-132.989368563,-78.747966345
+    119.50975797654485,-80.46084675088878,119.509757977,-80.460846751
+    143.31498772295936,42.075709168729674,143.314987723,42.075709169
+    141.8148312187389,37.55643838315561,141.814831219,37.556438383
+<EPSG:4697> +proj=longlat +ellps=clrk80 +no_defs  <>
+    -153.09925650112442,28.855106550428673,-153.099256501,28.85510655
+    -35.02403874147615,56.70512446318435,-35.024038741,56.705124463
+    -57.899082455732895,50.535374238952784,-57.899082456,50.535374239
+    -21.11602116358526,-39.4322932187421,-21.116021164,-39.432293219
+    -44.0961359613554,-37.47597865897458,-44.096135961,-37.475978659
+    -51.37448230739844,26.18051871962139,-51.374482307,26.18051872
+    69.39968610793647,-14.101852336652414,69.399686108,-14.101852337
+    -95.94287159916209,42.023792857854176,-95.942871599,42.023792858
+<EPSG:4698> +proj=longlat +ellps=intl +towgs84=145,-187,103,0,0,0,0 +no_defs  <>
+    57.83949617191456,-48.48513403714421,57.842503162,-48.486017564
+    -98.03490525065743,89.16755021430885,-98.13967608,89.169035429
+    -96.93632774888987,1.0913395310153788,-96.937823951,1.090468478
+    113.28723361477051,-41.84276440798209,113.287947074,-41.842896652
+    119.22841652024522,68.99611077124163,119.229296747,68.994371069
+    -169.55657439675426,-3.4698399888306,-169.558465938,-3.470809763
+    25.751873895049727,-12.594329604918173,25.754003771,-12.595686008
+    -94.36668471987615,51.04539018048803,-94.368949456,51.046837926
+<EPSG:4699> +proj=longlat +ellps=clrk80 +towgs84=-770.1,158.4,-498.2,0,0,0,0 +no_defs  <>
+    -105.83764891564077,-54.66700293372025,-105.825496545,-54.667803387
+    -147.2394137478438,21.288346717680582,-147.23411372,21.296513109
+    175.0792973808957,63.94400514254244,175.08116941,63.954739405
+    60.118959637254505,-8.055743371986694,60.112186328,-8.051844768
+    -5.671219128083067,-82.6250786513794,-5.676900182,-82.618361304
+    -121.98457752562626,-21.48325868583369,-121.977464586,-21.482122324
+    -52.920218422861566,79.5709307450559,-52.894565236,79.567653277
+    13.311835960326789,-3.081552519127655,13.308854454,-3.077045173
+<EPSG:4700> +proj=longlat +ellps=clrk80 +no_defs  <>
+    88.4354694555517,31.965509279893553,88.435469456,31.96550928
+    -110.5518026208161,-78.6353367752687,-110.551802621,-78.635336775
+    37.975533331918655,22.112956412092757,37.975533332,22.112956412
+    -91.02791455328895,-16.53052836956182,-91.027914553,-16.53052837
+    103.87065197829679,-18.84652351223356,103.870651978,-18.846523512
+    -21.889470396864738,-27.559593088841588,-21.889470397,-27.559593089
+    139.18418120145913,65.21224306538895,139.184181201,65.212243065
+    -100.0559024264393,74.63666688951406,-100.055902426,74.63666689
+<EPSG:4701> +proj=longlat +ellps=clrk80 +towgs84=-79.9,-158,-168.9,0,0,0,0 +no_defs  <>
+    -82.72683662836306,82.60879238926665,-82.719926945,82.61108967
+    15.837486344140672,83.73830087855276,15.84817218,83.738078611
+    112.81076059349289,-87.54967952958857,112.782521297,-87.548857172
+    -73.73153369410473,65.97773065001431,-73.728871785,65.981742075
+    -149.16226393841598,-9.727429767950767,-149.163127035,-9.727202236
+    139.1590183345249,84.25381645526494,139.143657771,84.254211159
+    107.47694736741744,12.668715491471403,107.475808974,12.671301894
+    -109.28447149125367,-17.12544863309185,-109.284253132,-17.126229653
+<EPSG:4702> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    46.22730013489135,-17.74428463614106,46.227300135,-17.744284636
+    -128.92014189271538,-36.06289328846108,-128.920141893,-36.062893288
+    24.347616458879457,16.691903234231305,24.347616459,16.691903234
+    6.246358635530413,10.54390649266584,6.246358636,10.543906493
+    29.72246577259719,-28.12292535879375,29.722465773,-28.122925359
+    -151.13292312639828,-52.85481590889342,-151.132923126,-52.854815909
+    -105.72835979816998,-2.7030595090326415,-105.728359798,-2.703059509
+    -7.104725756887007,-56.37478094998749,-7.104725757,-56.37478095
+<EPSG:4703> +proj=longlat +ellps=clrk80 +no_defs  <>
+    -138.50440107185267,-52.140838874987786,-138.504401072,-52.140838875
+    103.58202372228936,19.93084587880503,103.582023722,19.930845879
+    -117.07632965533926,-78.8576783502871,-117.076329655,-78.85767835
+    146.07135544874478,-61.335130519413454,146.071355449,-61.335130519
+    152.19178360567656,-84.31714110767844,152.191783606,-84.317141108
+    -7.716909193244277,71.18895497824391,-7.716909193,71.188954978
+    -151.87281853714444,-75.1951848136078,-151.872818537,-75.195184814
+    164.8655995809881,72.75748680385544,164.865599581,72.757486804
+<EPSG:4704> +proj=longlat +ellps=intl +no_defs  <>
+    106.72996001233656,-76.08132106343797,106.729960012,-76.081321063
+    -34.003891320022916,39.26725006041863,-34.00389132,39.26725006
+    69.00020204561199,1.0098373328224142,69.000202046,1.009837333
+    -39.14782654882234,-26.41689477111234,-39.147826549,-26.416894771
+    55.509215662829774,-87.53006730055489,55.509215663,-87.530067301
+    171.09682674792117,5.829726625606085,171.096826748,5.829726626
+    -121.47385312404268,-42.561825870762384,-121.473853124,-42.561825871
+    -69.78766433391188,-61.24230875283579,-69.787664334,-61.242308753
+<EPSG:4705> +proj=longlat +ellps=intl +no_defs  <>
+    133.22616113532882,84.00583483682246,133.226161135,84.005834837
+    172.06770502922677,-3.1462256609292893,172.067705029,-3.146225661
+    13.670530926577158,-89.59356250804026,13.670530927,-89.593562508
+    24.342410231830172,-52.39231489447426,24.342410232,-52.392314894
+    -128.00534238290857,-40.782578036754146,-128.005342383,-40.782578037
+    -165.04716331117015,-55.03497151963899,-165.047163311,-55.03497152
+    59.168689526647114,-50.96419477861198,59.168689527,-50.964194779
+    -147.34234216955002,11.92200587002857,-147.34234217,11.92200587
+<EPSG:4706> +proj=longlat +ellps=helmert +towgs84=-146.21,112.63,4.05,0,0,0,0 +no_defs  <>
+    41.776192798331095,11.743935078563766,41.77452863,11.743826416
+    -13.876943891877602,-6.849248901509483,-13.877615871,-6.849096975
+    -1.5909603778658834,44.028841116941436,-1.592314093,44.027855474
+    -8.890351197095043,-32.30182903327043,-8.891292757,-32.301056703
+    87.80291519248959,-70.60397453421841,87.798858267,-70.604874594
+    -154.44081260321613,29.392654351500894,-154.439115945,29.392969395
+    -146.83650328603386,-60.031480608140456,-146.833377222,-60.03194913
+    -82.38365779062407,-88.7352171378101,-82.330980005,-88.734043571
+<EPSG:4707> +proj=longlat +ellps=intl +towgs84=114,-116,-333,0,0,0,0 +no_defs  <>
+    84.46436589234838,-60.24229834536844,84.466616314,-60.24070881
+    -74.02337156747903,7.541536281143976,-74.024075335,7.54490528
+    7.34220881731477,-78.46396064843773,7.348012852,-78.464547971
+    65.95303059591924,-13.42294211163069,65.95442834,-13.420261368
+    -90.69762458696388,71.93356454509379,-90.700957526,71.935950376
+    104.37291022310166,-73.61194483566261,104.375501255,-73.610338187
+    163.39688896676967,27.97785679454674,163.39609017,27.980589521
+    36.15684351192081,-78.59137671531464,36.164128102,-78.591312232
+<EPSG:4708> +proj=longlat +ellps=aust_SA +towgs84=-491,-22,435,0,0,0,0 +no_defs  <>
+    -135.31138912753397,-89.89145596957674,-133.705578191,-89.894685545
+    -49.95958217456439,66.64529765848889,-49.950769243,66.64129299
+    -164.67721209529802,-89.361004269235,-164.589494118,-89.365338249
+    -123.6493016877825,-8.363562931674949,-123.645701307,-8.367837851
+    165.33503064613984,-72.63074286964897,165.330661999,-72.635924165
+    124.64335881419561,51.17754965809277,124.637403063,51.176931336
+    -98.63851759776716,-44.06989315946976,-98.632499328,-44.073308849
+    57.14840356710266,56.72171895558748,57.141861936,56.717441648
+<EPSG:4709> +proj=longlat +ellps=intl +towgs84=145,75,-272,0,0,0,0 +no_defs  <>
+    -36.311986530442454,-35.26893348942653,-36.313594467,-35.268084353
+    9.41607535524713,32.33803374680386,9.415541406,32.341599073
+    65.08853879057418,-30.08189687029921,65.089575233,-30.081071138
+    53.71818950203155,-51.09554554289678,53.719224536,-51.095836513
+    143.6390895357797,74.71232941335458,143.64406041,74.712764601
+    158.59467965159695,80.07285113504992,158.601054253,80.072600391
+    97.72551508201849,62.50119666743615,97.72849883,62.503432515
+    3.3754177003763743,-5.031828976327375,3.37481952,-5.029640853
+<EPSG:4710> +proj=longlat +ellps=intl +towgs84=-320,550,-494,0,0,0,0 +no_defs  <>
+    71.85807852682126,19.386395011361543,71.853553105,19.39238894
+    -144.24872204980014,59.247493138431736,-144.23762344,59.250006344
+    16.786658869956653,-62.61590045133289,16.774602357,-62.613356845
+    39.25916885917033,-55.66278087143645,39.249184215,-55.66178679
+    169.71544781280915,7.520592513815572,169.719833704,7.525723846
+    -139.47123737911173,-9.9673522431209,-139.46552852,-9.963055344
+    -132.07581923853766,66.80815888701292,-132.062034154,66.80889978
+    -102.59961610445977,7.736848717326978,-102.595697819,7.740925879
+<EPSG:4711> +proj=longlat +ellps=intl +towgs84=124,-234,-25,0,0,0,0 +no_defs  <>
+    33.134689176688426,-80.35199844177693,33.148778753,-80.352019366
+    125.64144803265856,-63.5124238240673,125.640733348,-63.510872476
+    23.14514609966463,-4.202036861751196,23.147523159,-4.201946351
+    120.18966325396639,-70.29822415996446,120.189384628,-70.296436884
+    -133.58076569773468,62.71465239950217,-133.585674102,62.716094402
+    -163.3702387991279,84.41677338863605,-163.394135857,84.416491628
+    -43.94587298639442,-56.997300314196266,-43.94451668,-56.999823971
+    72.95660010580741,-0.08555101392606446,72.958281155,-0.085324851
+<EPSG:4712> +proj=longlat +ellps=intl +towgs84=-205,107,53,0,0,0,0 +no_defs  <>
+    -139.27167999926806,42.435614303192494,-139.269068937,42.436600733
+    -27.64185220115138,73.39787130462824,-27.641842147,73.39619959
+    -6.427586645127292,-9.234496659201511,-6.428345387,-9.234917557
+    -47.882874199246515,-34.68424309834348,-47.881997906,-34.684293467
+    122.55773461935411,70.6432825180377,122.554621349,70.645334095
+    2.2516487146708073,-70.3013484992363,2.248594059,-70.300336644
+    150.35252281423817,-14.157382987888695,150.352444878,-14.158748945
+    77.65188370724081,-64.53163253930992,77.647234855,-64.532965987
+<EPSG:4713> +proj=longlat +ellps=clrk80 +towgs84=-77,-128,142,0,0,0,0 +no_defs  <>
+    -87.51051520083799,-28.387163603626142,-87.509673546,-28.391458446
+    -74.31458926211187,-85.94605844135572,-74.300815107,-85.947505521
+    0.46642840934177343,-77.37778450876002,0.471647381,-77.37871937
+    -46.644515064123766,-83.09065476143127,-46.633807275,-83.091914803
+    -31.22412163031487,39.91568775115013,-31.222374535,39.917806186
+    -82.5302097364848,-47.09839588512248,-82.528984841,-47.103171641
+    -6.45826812962332,-86.74342751022593,-6.436861329,-86.743300432
+    122.76465280186949,-68.19498939611027,122.761421068,-68.197079505
+<EPSG:4714> +proj=longlat +ellps=intl +towgs84=-127,-769,472,0,0,0,0 +no_defs  <>
+    -15.813191366628672,21.164135267014473,-15.805733789,21.160998596
+    30.6451938587565,50.314001445994364,30.653572535,50.308631567
+    71.01446946590656,18.124058085836595,71.015698509,18.118332513
+    166.95749675587814,-51.1247812489074,166.946386606,-51.127897842
+    169.01060575647188,-44.48377195981456,169.00081206,-44.4874856
+    -118.32196298194779,-45.47532522394633,-118.32519959,-45.483854387
+    61.32108529123735,-43.08207210008003,61.324248444,-43.08147288
+    125.9134314691724,-30.030831134723712,125.9076893,-30.032754665
+<EPSG:4715> +proj=longlat +ellps=intl +towgs84=-104,-129,239,0,0,0,0 +no_defs  <>
+    128.97900785773464,-15.533221290379217,128.977497858,-15.535642805
+    -34.10670899693062,-51.83243115759302,-34.104313562,-51.834459688
+    57.76494692094178,-87.0402598215239,57.76162592,-87.038983387
+    -83.75434416639675,-38.82801150178778,-83.752991962,-38.831152464
+    -134.20467644984598,-46.28278370019848,-134.20487614,-46.286163639
+    -141.98756217708186,-3.2764464859134392,-141.987900408,-3.27878184
+    92.28674428657598,-83.15678173245308,92.278550247,-83.156121843
+    122.38123937265414,-67.04992062856324,122.377634745,-67.050906261
+<EPSG:4716> +proj=longlat +ellps=intl +towgs84=298,-304,-375,0,0,0,0 +no_defs  <>
+    -18.6381352854946,-26.826622010412862,-18.636195455,-26.825810392
+    12.566818292660969,-12.84822626632193,12.570149176,-12.84572995
+    -168.7476106639628,-58.89979640590002,-168.753791556,-58.896993343
+    -130.37713793754844,-57.85310397208975,-130.384278276,-57.852345397
+    67.6957046323488,22.305470280329274,67.699499958,22.308604959
+    -131.61715319835977,-8.487694920488991,-131.621010202,-8.484620865
+    62.5611652669171,-58.96907454456161,62.568197522,-58.967045575
+    150.8759573244975,9.359812717026443,150.874860166,9.36282186
+<EPSG:4717> +proj=longlat +ellps=clrk66 +towgs84=-2,151,181,0,0,0,0 +no_defs  <>
+    -66.12836690607037,-25.779346744192978,-66.128957886,-25.781951249
+    34.36472206041395,-2.399114382524047,34.363591217,-2.400960998
+    127.95693433002879,12.000843162379411,127.957772698,12.0003409
+    -59.55588247801282,14.543270309747811,-59.55657638,14.542431286
+    137.15804375179675,39.63819946810557,137.159317713,39.639646574
+    -170.10628764554667,-61.24860680156495,-170.103510346,-61.251003286
+    -51.58683392282833,-3.8438394879152753,-51.58766449,-3.845687113
+    -30.49201294206162,-75.25041845768305,-30.496553686,-75.251205077
+<EPSG:4718> +proj=longlat +ellps=intl +towgs84=230,-199,-752,0,0,0,0 +no_defs  <>
+    44.8260129953907,18.480034536079742,44.828884583,18.487038499
+    -160.35763064863426,25.494756156529306,-160.360263648,25.500940784
+    156.87953233518726,61.67217514225152,156.877782072,61.673775092
+    -142.26944447870974,76.95846801898674,-142.281274701,76.959823834
+    167.05156586128794,-68.95617512311122,167.048014187,-68.952055904
+    133.4352860029599,-71.31219460297356,133.436129899,-71.307963899
+    130.15007623386714,80.33686100862477,130.152608715,80.335611113
+    127.7664926116077,7.8296336262491195,127.767036084,7.836224585
+<EPSG:4719> +proj=longlat +ellps=intl +towgs84=211,147,111,0,0,0,0 +no_defs  <>
+    -154.6160279586278,19.56575249481301,-154.615624321,19.564559896
+    66.30156673638055,-80.32827049360586,66.308716492,-80.33064624
+    38.01411541781334,-11.365480160804893,38.01424488,-11.367239669
+    -26.493050250571798,68.0178365196806,-26.498451145,68.019058808
+    -95.81428539918892,-53.916535635528426,-95.817253339,-53.916688142
+    35.22646405457613,-31.187291892213857,35.226481111,-31.190078505
+    160.56301013062307,33.9871585501365,160.565270236,33.986335182
+    -109.72465959019091,-56.14169025389463,-109.727056437,-56.141442807
+<EPSG:4720> +proj=longlat +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +no_defs  <>
+    144.20565082178746,6.316006747848746,144.205496933,6.315965907
+    -59.742768859834655,-38.82829247800153,-59.742922749,-38.82832229
+    35.9980061622656,-89.2276624926793,35.997852273,-89.227662987
+    -37.45597017068124,-54.46958609169985,-37.45612406,-54.469607876
+    88.08387362230087,25.1885807447635,88.083719733,25.188542591
+    22.090535409409085,-80.19757277927897,22.09038152,-80.197579034
+    -168.79329951545603,9.77354281285858,-168.793453404,9.773502113
+    -161.88983776436334,-67.53404816838055,-161.889991653,-67.534062311
+<EPSG:4721> +proj=longlat +ellps=intl +towgs84=265.025,384.929,-194.046,0,0,0,0 +no_defs  <>
+    97.99364919592557,77.4628484795538,98.006686884,77.466583949
+    -131.73797644279782,-60.525060299480614,-131.73691136,-60.521284424
+    162.22176249228164,4.103868027737363,162.225792343,4.105648635
+    0.28685044609335364,-42.10811196903876,0.282212346,-42.109245496
+    -76.70534707262148,-30.8094974693188,-76.708967174,-30.807269
+    1.2451477242426279,50.30826828113274,1.239825935,50.3120809
+    79.79498731455186,7.689398167505615,79.796733491,7.691870726
+    143.4576394054381,12.179205454816895,143.461931046,12.181290733
+<EPSG:4722> +proj=longlat +ellps=intl +towgs84=-794,119,-298,0,0,0,0 +no_defs  <>
+    -173.80313136124528,-7.993550353413042,-173.801280592,-7.992084989
+    -4.129940613194208,65.4022103126419,-4.131263967,65.397416973
+    -151.32018342290158,-50.51835225884913,-151.31333746,-50.521892744
+    94.75040891799205,30.000554316806216,94.742309861,30.004426341
+    -26.478024345470715,10.257407114330121,-26.475765501,10.25911702
+    15.387612370362262,65.36084945662478,15.380621753,65.356603046
+    -68.00668878856814,-13.736386998993012,-68.000294249,-13.733275378
+    3.3983652863029192,18.911427664389507,3.396791109,18.912179158
+<EPSG:4723> +proj=longlat +ellps=clrk66 +towgs84=-179.483,-69.379,-27.584,-7.862,8.163,6.042,-13.925 +no_defs  <>
+    -141.8417305503593,-26.19071579818999,-141.84299979,-26.196066082
+    -8.678910590642573,-44.55797389263363,-8.676938761,-44.556968464
+    6.8429990900792745,38.23959550039524,6.840377441,38.243346099
+    178.16383616495978,10.951784952875386,178.161904353,10.950922817
+    55.85538448347734,-12.245602905350822,55.852558545,-12.242844428
+    -166.1430993669686,88.15455669346474,-166.102948874,88.15370337
+    160.88943225443762,-54.081179637526496,160.882006413,-54.085557737
+    -151.40553775085783,-9.315230313117297,-151.407124272,-9.319003388
+<EPSG:4724> +proj=longlat +ellps=intl +towgs84=208,-435,-229,0,0,0,0 +no_defs  <>
+    -49.0123920603489,33.92596201908384,-49.011004324,33.930775963
+    6.126310732477833,67.27041937492075,6.136853085,67.273124031
+    154.8343472004904,-87.1977734312973,154.778510423,-87.194414336
+    54.14434253192985,55.77671839761612,54.15108901,55.776925658
+    163.3815751054355,57.542311862078606,163.375608559,57.54170671
+    -19.346449168915996,-80.0222473893358,-19.328794306,-80.025173869
+    -42.57639736517558,-34.50506616410005,-42.574441544,-34.506418224
+    112.66325923706762,-24.15045239712964,112.663498584,-24.147401683
+<EPSG:4725> +proj=longlat +ellps=intl +towgs84=189,-79,-202,0,0,0,0 +no_defs  <>
+    -93.55933469858262,19.184234246894746,-93.56117488,19.186668033
+    -26.86285996161675,-68.77099135502542,-26.863229204,-68.772597227
+    -53.810640014222855,-36.72833368715369,-53.811825472,-36.728608257
+    -173.81779144675227,-81.5092417986771,-173.823787383,-81.507625542
+    -65.54142675521884,-31.769136423817713,-65.542897626,-31.769037192
+    10.09875029154773,-31.94563133151923,10.09992344,-31.945646121
+    -4.940507874782469,37.95358956848361,-4.939797515,37.956903395
+    158.0182140882651,47.066605971950736,158.01818102,47.06731455
+<EPSG:4726> +proj=longlat +ellps=clrk66 +towgs84=8.853,-52.644,180.304,-0.393,-2.323,2.96,-24.081 +no_defs  <>
+    65.08597158691785,-59.46712275606039,65.086745184,-59.469644775
+    -107.12195859403911,-12.47305344313908,-107.123143795,-12.475554261
+    123.48199503883006,6.008071937827182,123.480927234,6.007299643
+    83.21808526370046,-61.28248899451022,83.218727985,-61.284629713
+    -163.06623078907074,-77.09822950881149,-163.070443887,-77.098996414
+    10.913782353463318,76.06250008976389,10.91402622,76.06248794
+    161.9770327643771,-43.72088589938194,161.975714344,-43.723391538
+    -36.04154615170657,-71.68180233926336,-36.042178117,-71.68449027
+<EPSG:4727> +proj=longlat +ellps=intl +towgs84=403,-81,277,0,0,0,0 +no_defs  <>
+    -33.95958956666965,-0.3279550968462104,-33.961008429,-0.330489455
+    -111.07510607527755,23.9323475581363,-111.079085897,23.930417939
+    170.09760482631077,-4.780923455253031,170.097510279,-4.783246656
+    128.0937734431983,69.15377817035451,128.100497538,69.150823524
+    125.5870628512053,-30.182551397813974,125.589976178,-30.184064132
+    -110.49881451570552,-82.90440045676314,-110.528229138,-82.904327312
+    124.06855968032784,85.59167318289113,124.102139572,85.588993255
+    72.78796968950962,27.213078142150778,72.792097434,27.211697084
+<EPSG:4728> +proj=longlat +ellps=intl +towgs84=-307,-92,127,0,0,0,0 +no_defs  <>
+    -129.445085507589,-42.51830674773678,-129.442911675,-42.521587562
+    -16.89009713872511,33.71886117800635,-16.888185162,33.71733211
+    103.43412534798853,3.5738999683585178,103.431245419,3.572845899
+    -175.34214899327347,-3.858751663025643,-175.342750147,-3.860199023
+    -158.91971271406535,-49.369034587657325,-158.919374295,-49.372771142
+    73.20879590763047,-26.16802912548907,73.206121985,-26.169005777
+    172.0193527306078,-57.511839123556605,172.017121266,-57.51540199
+    59.74599255846502,-50.14859140126227,59.742931028,-50.148515621
+<EPSG:4729> +proj=longlat +ellps=intl +towgs84=185,165,42,0,0,0,0 +no_defs  <>
+    -142.26845667376693,52.76374894471971,-142.268200654,52.76254321
+    -8.665484544415364,-1.3669963514847154,-8.66720076,-1.367449476
+    -97.18724947812468,-7.142255300750193,-97.188724183,-7.142625248
+    -70.69270621326743,30.610506714217195,-70.695095885,30.610467542
+    8.694317182465255,-80.38718991163863,8.687069696,-80.389357858
+    164.35792694825966,15.67809586201264,164.359874315,15.677832435
+    -104.24605216402223,7.626555200555046,-104.247309192,7.626148891
+    -157.4704594285811,-19.484910344652505,-157.469682926,-19.485080358
+<EPSG:4730> +proj=longlat +ellps=intl +towgs84=170,42,84,0,0,0,0 +no_defs  <>
+    -69.34691869490133,-35.18638117642182,-69.348827871,-35.187882095
+    30.77143362057339,6.647829130442318,30.771893836,6.647439432
+    -124.62074267638445,-59.317909498250145,-124.622780299,-59.318002799
+    -177.25361350007762,-28.337027812813744,-177.25326874,-28.337646644
+    165.13496825853338,-87.58985776969944,165.152885854,-87.588584884
+    85.81703083690343,-52.348511421902586,85.819474007,-52.350153698
+    -120.47058880075764,2.5692392741147216,-120.471714803,2.568504511
+    -43.81043496291761,73.44918578802242,-43.815087815,73.450223648
+<EPSG:4731> +proj=longlat +ellps=clrk80 +towgs84=51,391,-36,0,0,0,0 +no_defs  <>
+    -18.793426665719124,-81.66333744869156,-18.817297783,-81.663502561
+    59.237047829661066,-0.7313487825671672,59.235644758,-0.731145406
+    -46.72259445824369,34.26653687791537,-46.725907968,34.268466059
+    -72.25579406170804,30.056408882865924,-72.257533399,30.05780648
+    111.68900525879104,-32.14584735185998,111.691039351,-32.150061301
+    68.9019325659377,30.76867336444235,68.900959331,30.773487733
+    -179.04318077829882,46.901053106868744,-179.038061255,46.904033964
+    -110.81815562293043,-50.99999543305154,-110.816855244,-51.000187132
+<EPSG:4732> +proj=longlat +a=6378270 +b=6356794.343434343 +towgs84=102,52,-38,0,0,0,0 +no_defs  <>
+    -8.118098923307684,-25.774735619869517,-8.118755739,-25.775436017
+    -162.4844197329477,-71.84364828114188,-162.483876833,-71.843064685
+    -34.624527428795375,-32.69221849229868,-34.625601767,-32.69293974
+    -11.328190438382848,23.859624630611307,-11.328887694,23.860872715
+    162.01151798081895,-88.6688914827827,162.042702906,-88.668196753
+    -115.615956770801,38.70389919461675,-115.616755654,38.704452994
+    -112.76776344938538,-3.362434400627137,-112.768428688,-3.362140987
+    146.35394821701772,-28.62448910312949,146.354968802,-28.624634712
+<EPSG:4733> +proj=longlat +ellps=intl +towgs84=276,-57,149,0,0,0,0 +no_defs  <>
+    -137.17328174359682,74.7121327613886,-137.18107307,74.710783741
+    75.41604426645193,65.83397800720033,75.422203195,65.834161589
+    136.8273229666156,20.95140661445099,136.828738905,20.949923557
+    -41.39942485402196,-56.45802520992561,-41.40169195,-56.461353142
+    82.82586189503871,73.23278470124524,82.834583694,73.232663425
+    -32.61231196524386,20.484249464834576,-32.613277635,20.484360422
+    -28.141615891769078,49.939295697723225,-28.142729196,49.941102984
+    114.64946115198887,10.293679304863588,114.651534113,10.292373791
+<EPSG:4734> +proj=longlat +ellps=intl +towgs84=-632,438,-609,0,0,0,0 +no_defs  <>
+    142.43899523160195,36.41542765873206,142.438570742,36.424739033
+    -147.65652827224417,0.24216458935183027,-147.650166381,0.247690979
+    79.74912950440688,-5.117937273087151,79.742817261,-5.112854888
+    -110.25729603386435,-11.236674541570693,-110.250477888,-11.231250786
+    -104.1825153743459,21.001838862886473,-104.175590057,21.006651061
+    -23.04212136031734,-16.013249401943867,-23.043575815,-16.006519407
+    -114.86167559552288,-8.852559341681413,-114.854788804,-8.847185641
+    97.3107428615611,13.784409453574426,97.305460766,13.791245772
+<EPSG:4735> +proj=longlat +ellps=intl +towgs84=647,1777,-1124,0,0,0,0 +no_defs  <>
+    -10.221602455394759,-10.208608797725518,-10.238611928,-10.199408565
+    -106.8345354245689,-72.0908701915078,-106.837579988,-72.072150587
+    28.293174979443194,19.54767216605319,28.28118428,19.562029587
+    -6.984664151454808,24.130063684085698,-7.002791434,24.141510915
+    39.00282679040885,-11.712209423644296,38.993892472,-11.70556015
+    141.0797213221,0.0030942459945464407,141.095793846,0.013261022
+    1.7223157507244196,69.15679074786374,1.678079449,69.166780339
+    132.36149186228323,-55.58937731802513,132.388070171,-55.590935026
+<EPSG:4736> +proj=longlat +ellps=clrk80 +towgs84=260,12,-147,0,0,0,0 +no_defs  <>
+    -52.92222185819064,8.510031927633676,-52.924171619,8.512465621
+    130.1554602573246,-14.499271649352508,130.157375441,-14.499153499
+    -118.60023702781149,-54.466676464752894,-118.603668893,-54.467895071
+    -37.490553176843264,66.18279662881204,-37.494275009,66.187282138
+    -84.14544858893404,9.729217047310229,-84.147816866,9.73159874
+    27.93075040639198,-68.36237390493925,27.933451477,-68.366002156
+    178.48918681661218,71.14138967497047,178.489709073,71.141535196
+    -178.84967211790595,16.174190232727796,-178.849608741,16.176496239
+<EPSG:4737> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -89.36401080427262,57.26956103580051,-89.364010804,57.269561036
+    -128.20614413948846,64.51629302823642,-128.206144139,64.516293028
+    -13.491335869839162,-8.899591536422918,-13.49133587,-8.899591536
+    -9.355266370233323,38.88137960853436,-9.35526637,38.881379609
+    70.4644110918,-85.12217836881389,70.464411092,-85.122178369
+    -85.85259203884056,18.804203990862348,-85.852592039,18.804203991
+    -113.9565766195238,37.64864555955201,-113.95657662,37.64864556
+    -117.26334790224712,54.372282805011565,-117.263347902,54.372282805
+<EPSG:4738> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +no_defs  <>
+    58.373322726302774,-8.434832872439998,58.373322726,-8.434832872
+    -10.79163256812194,78.89585782638204,-10.791632568,78.895857826
+    127.51128444981873,-26.093297273773473,127.51128445,-26.093297274
+    -130.20818057817988,-40.14712393729955,-130.208180578,-40.147123937
+    -2.9750384201438465,-40.22008868771645,-2.97503842,-40.220088688
+    -69.11306495406542,-7.412428318232813,-69.113064954,-7.412428318
+    67.10918728712397,-9.922571062409716,67.109187287,-9.922571062
+    119.90007263952549,85.66979879742675,119.90007264,85.669798797
+<EPSG:4739> +proj=longlat +ellps=intl +towgs84=-156,-271,-189,0,0,0,0 +no_defs  <>
+    -17.669200635310773,-72.07224859454341,-17.660310585,-72.071641899
+    141.0347181180777,-19.695637085052695,141.031772792,-19.694402479
+    110.22477557262062,77.92296042605517,110.214502856,77.921895485
+    -133.85699093669012,-35.33192536967373,-133.857818963,-35.332893869
+    -118.08868442932162,-60.26895471798503,-118.088503202,-60.27125687
+    178.4659464881949,19.234825415161666,178.463330196,19.237392222
+    125.10261771383404,46.55588272403989,125.098921302,46.557010464
+    92.55457682011149,-9.346537779064434,92.553048239,-9.344728273
+<EPSG:4740> +proj=longlat +a=6378136 +b=6356751.361745712 +towgs84=0,0,1.5,0,0,0.076,0 +no_defs  <>
+    4.394504486117739,88.14827819335636,4.394483375,88.148277731
+    -12.520965605234409,-59.14150603822384,-12.520986716,-59.141512569
+    28.669410374045725,31.561673739477172,28.669389263,31.56166183
+    -58.387192337734234,-18.587794725354854,-58.387213449,-18.587807311
+    -93.35568028455333,71.71934652217055,-93.355701396,71.719342051
+    50.35688741147098,-21.45732801000959,50.3568663,-21.457340327
+    96.16356770309676,7.234465879298369,96.163546592,7.234452317
+    -115.65120618155429,56.13327312744329,-115.651227293,56.133265224
+<EPSG:4741> +proj=longlat +ellps=intl +no_defs  <>
+    103.52633857653575,-13.996681489850076,103.526338577,-13.99668149
+    114.36315397031893,88.06178193108403,114.36315397,88.061781931
+    -174.56962319590787,-81.96639419723971,-174.569623196,-81.966394197
+    109.54943878310706,-7.184535117673377,109.549438783,-7.184535118
+    -169.98372372641688,-39.926816453670085,-169.983723726,-39.926816454
+    137.3236730003876,-73.59394584189769,137.323673,-73.593945842
+    147.92806973658537,55.00992485660274,147.928069737,55.009924857
+    -121.76655387311925,-10.543150769103747,-121.766553873,-10.543150769
+<EPSG:4742> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -107.21766990233046,-70.0025383357843,-107.217669902,-70.002538336
+    -82.06591752312977,-58.286436600596424,-82.065917523,-58.286436601
+    9.3853427623406,-56.05224941703011,9.385342762,-56.052249417
+    120.03872886726606,68.2089929380814,120.038728867,68.208992938
+    -142.3394425005513,-76.17117716526008,-142.339442501,-76.171177165
+    92.47770704122297,-43.70625055822071,92.477707041,-43.706250558
+    78.32277718618832,-57.30418484137945,78.322777186,-57.304184841
+    -13.222518986121003,-57.89763295250828,-13.222518986,-57.897632953
+<EPSG:4743> +proj=longlat +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +no_defs  <>
+    -65.60021616212182,-59.36179654940849,-65.598912853,-59.368343687
+    -128.781173326256,87.55746914726927,-128.837045625,87.559579501
+    84.07898519923395,-42.829692806889845,84.080272548,-42.832564537
+    0.5814575116947651,-67.42811241594877,0.589313191,-67.431802891
+    -62.65376847641804,9.333677308412192,-62.652937818,9.332825198
+    -31.96440586512975,59.41662688943745,-31.960048349,59.420018583
+    137.66262981903975,22.65514772229389,137.660679245,22.6542257
+    -46.986194032864745,-65.1843252405136,-46.982410443,-65.190101571
+<EPSG:4744> +proj=longlat +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +no_defs  <>
+    91.2345819926179,45.75889338126291,91.231429538,45.758812404
+    -157.29404875330948,27.434996802598135,-157.294455168,27.435767
+    -29.97430056599856,89.95832651899906,-27.029357384,89.957041753
+    -172.07445718312687,44.93494155683135,-172.075852316,44.93737934
+    108.279179245943,-23.39923387009017,108.276484793,-23.404376722
+    24.559727709742248,88.35415844914542,24.569414389,88.35173317
+    -92.66699639657517,-40.08914914346576,-92.664238478,-40.095704937
+    -92.40374920250015,61.557246237168386,-92.399311002,61.559517681
+<EPSG:4745> +proj=longlat +ellps=bessel +no_defs  <>
+    62.829752711554534,22.40544474893632,62.829752712,22.405444749
+    -11.864980127215603,50.709890279234656,-11.864980127,50.709890279
+    74.22186158888209,-11.616375677048254,74.221861589,-11.616375677
+    76.83419632264707,83.40666819495652,76.834196323,83.406668195
+    -57.309358706490016,-7.069976753482081,-57.309358706,-7.069976753
+    -136.53689103536226,-26.095228418679405,-136.536891035,-26.095228419
+    -21.662457969476577,14.749607699677298,-21.662457969,14.7496077
+    98.04864549990629,-65.47548242192407,98.0486455,-65.475482422
+<EPSG:4746> +proj=longlat +ellps=bessel +no_defs  <>
+    144.39669577578502,-61.19762747965325,144.396695776,-61.19762748
+    26.175163028229065,76.72884825900474,26.175163028,76.728848259
+    70.14870187974381,74.06262271512293,70.14870188,74.062622715
+    21.571451612232124,-40.912725789078436,21.571451612,-40.912725789
+    -112.00523156299238,12.312082033207403,-112.005231563,12.312082033
+    -16.440547194713275,29.9257484197134,-16.440547195,29.92574842
+    102.99301234735003,-74.16523337318132,102.993012347,-74.165233373
+    -124.11244123238788,17.515357405402185,-124.112441232,17.515357405
+<EPSG:4747> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -23.00973670931438,14.913783734302172,-23.009736709,14.913783734
+    -1.2258870830612807,-16.915738338029698,-1.225887083,-16.915738338
+    141.54728772657688,49.20771549868721,141.547287727,49.207715499
+    35.8861501407396,66.13621513468806,35.886150141,66.136215135
+    -152.203855976587,4.130158698937308,-152.203855977,4.130158699
+    -47.55991657391087,-34.07177810778191,-47.559916574,-34.071778108
+    -176.94765631728205,9.843867139580041,-176.947656317,9.84386714
+    77.39974987070661,-20.101815878524718,77.399749871,-20.101815879
+<EPSG:4748> +proj=longlat +a=6378306.3696 +b=6356571.996 +towgs84=51,391,-36,0,0,0,0 +no_defs  <>
+    -12.84113756550002,-14.884992558975156,-12.844785569,-14.886156476
+    -53.04114051575854,39.44456538514072,-53.044344705,39.446291878
+    -106.75340336010339,-18.98421424790459,-106.752796841,-18.984701591
+    47.27574277100808,40.25890563316494,47.273064625,40.26413083
+    150.02873111961316,-0.32435830286210887,150.03200284,-0.32407612
+    73.45866755413704,-47.80707014582817,73.457833988,-47.812578206
+    107.53717705053953,-41.35351730825938,107.539166199,-41.358522595
+    63.85568299393594,48.454396868668425,63.853972559,48.460248449
+<EPSG:4749> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -135.64898313521388,-8.509598313801945,-135.648983135,-8.509598314
+    -17.130793797231945,-68.28215341316081,-17.130793797,-68.282153413
+    -57.673846293347495,-13.590495317801953,-57.673846293,-13.590495318
+    171.31115418784702,22.878262186853746,171.311154188,22.878262187
+    60.50739263186401,49.99304601374067,60.507392632,49.993046014
+    -160.89487560771443,-72.82764322915337,-160.894875608,-72.827643229
+    -56.4389238343349,40.03795651089669,-56.438923834,40.037956511
+    -143.05969573370447,39.3587742096029,-143.059695734,39.35877421
+<EPSG:4750> +proj=longlat +ellps=WGS84 +towgs84=-56.263,16.136,-22.856,0,0,0,0 +no_defs  <>
+    34.3594009369225,41.27302323517458,34.358862978,41.272956129
+    168.80554857403786,-53.68565558215285,168.805622833,-53.68595623
+    132.89434505992097,-16.852929043121677,132.894061335,-16.852862675
+    -78.19614322103736,13.256707995639928,-78.195665495,13.256852489
+    -109.8267372471613,53.56991141040365,-109.825855722,53.570061578
+    -128.45008683572487,41.94485828767441,-128.44943446,41.945145834
+    -86.57520388820366,-86.9553338445377,-86.565899994,-86.955148876
+    -104.8176042912772,-22.436593303839416,-104.817035835,-22.436398354
+<EPSG:4751> +proj=longlat +a=6377295.664 +b=6356094.667915204 +no_defs  <>
+    -62.916144243564915,-33.05822065186974,-62.916144244,-33.058220652
+    64.07200114689223,9.273417762403668,64.072001147,9.273417762
+    -72.23627609435312,-61.684067620807625,-72.236276094,-61.684067621
+    42.59658622609555,-44.16580981000668,42.596586226,-44.16580981
+    -125.68578812176969,-2.612668340507568,-125.685788122,-2.612668341
+    101.14007216738872,-38.51356288305881,101.140072167,-38.513562883
+    41.26469174145171,33.81645858129531,41.264691741,33.816458581
+    27.16367682804082,-44.14917059089061,27.163676828,-44.149170591
+<EPSG:4752> +proj=longlat +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +no_defs  <>
+    -33.105622920535126,72.49166817645272,-33.116940689,72.492411352
+    50.39618258524271,60.020668193258814,50.39307798,60.026310194
+    140.30454655453434,10.226206779153301,140.307856887,10.227782701
+    -63.2412538470937,15.047945166815026,-63.243700535,15.049003754
+    -107.95836225285598,-60.153326268102546,-107.957875805,-60.152818896
+    -16.371948014685614,7.52575350954973,-16.375588677,7.52675041
+    162.5356548008931,53.121860611858295,162.541651033,53.125167929
+    167.28896003685918,-9.178005601393807,167.292617827,-9.178787668
+<EPSG:4753> +proj=longlat +ellps=intl +no_defs  <>
+    -16.124461514416026,-5.607290343209783,-16.124461514,-5.607290343
+    156.70698038754108,64.52080677379865,156.706980388,64.520806774
+    -140.24225493821723,24.719364101723727,-140.242254938,24.719364102
+    -41.032127617668806,-5.100476765837044,-41.032127618,-5.100476766
+    -135.69507581002233,9.088159222099009,-135.69507581,9.088159222
+    166.91480527959408,-27.251989422608077,166.91480528,-27.251989423
+    -0.3902498271114325,-8.538292072697473,-0.390249827,-8.538292073
+    89.89857086071771,-41.9153782975476,89.898570861,-41.915378298
+<EPSG:4754> +proj=longlat +ellps=intl +towgs84=-208.4058,-109.8777,-2.5764,0,0,0,0 +no_defs  <>
+    -5.766528734478328,10.753282102516025,-5.765337838,10.75327573
+    114.05138216709145,-2.408097709426201,114.049268438,-2.408137721
+    153.28864097799368,-68.09217110033984,153.284035532,-68.093868642
+    -73.14155713345332,-34.46519832142913,-73.139039485,-34.466174935
+    38.724658080946625,15.216908545799754,38.724242504,15.216799347
+    68.08822140988221,-58.88665264420264,68.085579589,-58.885986318
+    176.77181953081447,-57.18322265018267,176.769811265,-57.185482067
+    -112.49565820561162,-86.0923064049141,-112.475876956,-86.09403526
+<EPSG:4755> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    48.1467115620957,77.20338187944881,48.146711562,77.203381879
+    141.4317943373448,-10.853385698600889,141.431794337,-10.853385699
+    -61.93732076641156,54.361106784013856,-61.937320766,54.361106784
+    57.1191329391543,64.10251755576084,57.119132939,64.102517556
+    99.52600756976108,-60.047918697494474,99.52600757,-60.047918697
+    -48.46174703359196,-65.94462146950559,-48.461747034,-65.94462147
+    97.89333813195952,43.04512589033567,97.893338132,43.04512589
+    -171.06967092218588,75.60755698343667,-171.069670922,75.607556983
+<EPSG:4756> +proj=longlat +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +no_defs  <>
+    93.34211935538752,13.013477109136005,93.340329722,13.014399292
+    -106.65501929115104,-25.87392325444918,-106.6533006,-25.873379034
+    106.6243069520574,-17.245926075637215,106.622472772,-17.245011428
+    -177.8800719834517,2.1570345663142376,-177.880362527,2.158113184
+    90.85343533808987,-87.78523972296773,90.808992694,-87.784876961
+    -11.070035378057696,-72.67455467777933,-11.067780113,-72.672715584
+    -139.93430083378124,-36.05532828692837,-139.933266014,-36.055423649
+    -116.86035023350387,-42.06857859859351,-116.858500696,-42.068563521
+<EPSG:4757> +proj=longlat +ellps=WGS84 +no_defs  <>
+    -107.32282821616842,-14.035367622022761,-107.322828216,-14.035367622
+    -70.1960788574108,30.892015384661164,-70.196078857,30.892015385
+    38.86035399844235,59.993050585939045,38.860353998,59.993050586
+    32.85020680912254,-63.1291152951671,32.850206809,-63.129115295
+    111.74795415406089,-56.82986933505548,111.747954154,-56.829869335
+    31.815677043076306,28.24827412091308,31.815677043,28.248274121
+    146.474267714429,-61.003304998005035,146.474267714,-61.003304998
+    -15.471489417251291,-12.296278457586524,-15.471489417,-12.296278458
+<EPSG:4758> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -75.99016192553401,-50.51458151373308,-75.990161926,-50.514581514
+    79.62381127928955,-62.15724724910364,79.623811279,-62.157247249
+    -116.17082851338496,79.83528572578541,-116.170828513,79.835285726
+    -136.05081697060186,88.32277356316976,-136.050816971,88.322773563
+    151.0683479158713,-80.76031619672132,151.068347916,-80.760316197
+    -42.33236793062716,-71.84537788523633,-42.332367931,-71.845377885
+    -108.20564004292862,-28.19411894248885,-108.205640043,-28.194118942
+    45.46886615576713,-35.998899063641915,45.468866156,-35.998899064
+<EPSG:4759> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -49.362669472613106,-29.42867957474496,-49.362669473,-29.428679575
+    -42.2464616418722,-56.98129333020558,-42.246461642,-56.98129333
+    124.73668925049503,-48.98255184588048,124.73668925,-48.982551846
+    66.60981597551967,-49.87336040287249,66.609815976,-49.873360403
+    80.63736429208092,36.59897955719747,80.637364292,36.598979557
+    -179.887806350136,29.756567614040847,-179.88780635,29.756567614
+    -116.60950763019942,43.25251521112256,-116.60950763,43.252515211
+    -108.11924063853562,-63.878459304263636,-108.119240639,-63.878459304
+<EPSG:4760> +proj=longlat +ellps=WGS66 +no_defs  <>
+    -39.415106769898586,12.002260881352427,-39.41510677,12.002260881
+    147.4337227161921,-73.5369733533827,147.433722716,-73.536973353
+    110.34073165124943,-77.09115886295834,110.340731651,-77.091158863
+    -54.862451527099054,-34.332582654826304,-54.862451527,-34.332582655
+    -85.10566834603861,-74.32334761251964,-85.105668346,-74.323347613
+    -155.85294902140873,34.231033702693765,-155.852949021,34.231033703
+    31.600069957571634,38.372461274070616,31.600069958,38.372461274
+    107.61580550990499,-63.38664895477369,107.61580551,-63.386648955
+<EPSG:4761> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -16.9740046335356,-62.6261937248119,-16.974004634,-62.626193725
+    127.96272167293921,-59.897029839719906,127.962721673,-59.89702984
+    -153.93520704124757,-6.295196822581801,-153.935207041,-6.295196823
+    -117.05494502788693,-52.79091447916049,-117.054945028,-52.790914479
+    175.3353485645522,-20.829752447427865,175.335348565,-20.829752447
+    37.122542924814724,-2.222809152301025,37.122542925,-2.222809152
+    92.38280193743526,-41.01946286895208,92.382801937,-41.019462869
+    -176.567129590919,-88.37044373500467,-176.567129591,-88.370443735
+<EPSG:4762> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    60.11512030019347,12.457724937720712,60.1151203,12.457724938
+    -81.14817245193929,-65.08233550518344,-81.148172452,-65.082335505
+    68.1025392597044,-32.82387952045804,68.10253926,-32.82387952
+    53.76430732382417,80.14068349496324,53.764307324,80.140683495
+    128.02232954062822,-17.905458375309607,128.022329541,-17.905458375
+    -3.731609508418046,-87.58662864438435,-3.731609508,-87.586628644
+    35.61710779908762,-46.94704995961589,35.617107799,-46.94704996
+    176.34733699763342,-24.126629354512346,176.347336998,-24.126629355
+<EPSG:4763> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -57.48565168152088,61.40755696732276,-57.485651682,61.407556967
+    -98.84919829283896,-49.84213445982484,-98.849198293,-49.84213446
+    33.794262270569675,48.989888353415694,33.794262271,48.989888353
+    83.8571168890013,-40.374108158405,83.857116889,-40.374108158
+    32.44212777187326,87.37793779702815,32.442127772,87.377937797
+    -56.45287998696605,30.779107778696087,-56.452879987,30.779107779
+    -57.67525953756187,-83.11562559360928,-57.675259538,-83.115625594
+    -64.8648633609114,84.40035106922406,-64.864863361,84.400351069
+<EPSG:4764> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -33.10490680514732,-18.67527276372455,-33.104906805,-18.675272764
+    -153.2749082813603,-75.61664751321786,-153.274908281,-75.616647513
+    111.55661369853931,-61.38241328544254,111.556613699,-61.382413285
+    -158.9944724395892,-28.078234754695913,-158.99447244,-28.078234755
+    -50.002951982236596,45.52260759591064,-50.002951982,45.522607596
+    148.61534848915096,59.707918772285865,148.615348489,59.707918772
+    124.10484386372792,-88.96471503559813,124.104843864,-88.964715036
+    117.77283516406055,58.54288492534192,117.772835164,58.542884925
+<EPSG:4765> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -16.30382831863409,43.7009080292504,-16.303828319,43.700908029
+    76.26602640209728,-46.916442224274505,76.266026402,-46.916442224
+    143.64674092252727,-2.154100528615402,143.646740923,-2.154100529
+    176.06321567141754,17.63233548421549,176.063215671,17.632335484
+    -9.592091324352623,21.843968133837947,-9.592091324,21.843968134
+    -49.32574063413114,72.33646925801042,-49.325740634,72.336469258
+    88.05879775328657,-23.914728357621613,88.058797753,-23.914728358
+    -43.40505292922012,48.22257885584088,-43.405052929,48.222578856
+<EPSG:4766> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    95.18853440461513,-3.70613755528683,3.1077183010444883E7,-411509.342458949
+    83.65391877521097,61.95100990042894,3.0167317712019153E7,6887875.153360681
+    94.86275111050045,21.662582799635075,3.100376877344053E7,2404386.146312071
+    90.49968919267221,-20.60586368711263,3.0552089423971877E7,-2279560.872302245
+    94.83431587533896,78.91838807052142,3.0603659645276513E7,8768816.93545659
+    83.77740882251324,-85.5233180137021,3.0445856392776996E7,-9505055.192736292
+    93.90782756843173,-40.3389531582879,3.083209632396546E7,-4474581.76805781
+    95.32582858659329,-61.39392131702175,3.078437423364375E7,-6821123.64910006
+<EPSG:4767> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    99.21228135838254,-16.157544557272615,3.2165525385772686E7,-1797177.685142972
+    91.42824657688618,54.82968261803404,3.1398993973129503E7,6079509.420444605
+    97.34457756517587,4.189650767470667,3.1982821568393674E7,464623.486196845
+    91.13974362765616,78.75377199887495,3.1459488761193555E7,8746787.7341635
+    90.6795004415342,-45.52659436531919,3.1318717467278294E7,-5046177.625560998
+    95.71711798517074,37.86440335303551,3.1739116224167272E7,4196003.22135129
+    86.49151022853582,7.497950417371058,3.0780113110174265E7,834495.447954061
+    99.4219390123823,28.223998886109726,3.213110827126147E7,3140092.984180037
+<EPSG:4768> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    102.13443270713364,50.17632662464129,3.2938058355740685E7,5578599.749152049
+    97.12190017740086,25.512017132031033,3.261278853077719E7,2823299.649559448
+    94.50668581326826,-48.556736583229274,3.2389764878480013E7,-5381505.978486774
+    94.66674528339463,45.05312051157148,3.2394972515076578E7,4991800.744626146
+    91.91295680884598,60.35589861355052,3.2274490941034604E7,6700837.06468451
+    102.21666340021815,-70.99428188083614,3.272570160297313E7,-7891638.486127875
+    89.06989247886011,88.6621736186635,3.248197167225333E7,9853799.488372082
+    90.22096520927225,-27.1700007030458,3.1926687631365012E7,-3019752.651777335
+<EPSG:4769> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=33500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    98.43508918778757,75.68690279164986,3.3484404269907624E7,8403830.781196697
+    92.10535879381801,31.23132211467535,3.2842378494564272E7,3477259.910574124
+    97.50217754597321,-14.193203230190917,3.3338301317440823E7,-1570268.047532324
+    102.33364013647696,-9.448368016812864,3.386630088159262E7,-1046610.52322134
+    96.40051919749929,61.92281470753241,3.336347113443839E7,6871182.1941307
+    104.4820345967292,-4.711432346882432,3.4109143016172566E7,-523383.461190579
+    100.98250793447832,10.175692662877566,3.371728773554218E7,1125972.360252644
+    93.70183024601663,4.277319149224951,3.2910996001423653E7,475014.27793202
+<EPSG:4770> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=34500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    104.22616736673285,52.30458728745356,3.465184185663789E7,5799671.475072278
+    106.52964427690375,-28.429239386054384,3.494402833747155E7,-3154434.436878914
+    97.45723921671741,51.127664785814716,3.418205007463606E7,5676210.359018644
+    106.89956980233453,41.287867041074605,3.491049956460657E7,4584220.143523932
+    105.46394677825234,-21.696194454540617,3.485861733880708E7,-2404214.375062441
+    108.36559034128027,-31.615279167729412,3.510457616147567E7,-3516905.725711062
+    106.68731504053977,-9.145507202946618,3.5015758935289346E7,-1014720.537016517
+    101.94198238293407,-85.37206865879942,3.449947714757068E7,-9485228.537035218
+<EPSG:4771> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=35500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    99.04260367301524,-53.43488628577603,3.510426841026701E7,-5939672.623725685
+    98.36908163110458,40.58165963546793,3.4938391464238584E7,4515388.292662975
+    99.64192461862356,1.1790342740686128,3.490278086922284E7,130949.25534038
+    103.45357813343269,-80.78481784140507,3.547234430158485E7,-8973297.855165636
+    98.90589307736654,70.2055249270881,3.526991154301297E7,7803571.778348316
+    99.53907022669308,-58.99363066354102,3.518629164961032E7,-6554902.615339006
+    111.8019591432509,-49.784724471115034,3.598966132942945E7,-5539242.802565783
+    105.89556864035752,72.94606468786418,3.5529326863740735E7,8098061.743379062
+<EPSG:4772> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=36500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    103.28675683034065,43.75617527250702,3.612039874434686E7,4857627.130021148
+    104.3496800815374,31.733946161451726,3.615396638042658E7,3518216.205958557
+    111.9777280090903,8.236893253623577,3.693860861992498E7,913051.428375664
+    114.74502939798208,69.76722909189559,3.6759986133673996E7,7757526.632184472
+    105.93026116711968,-81.00855861161513,3.6463879851735875E7,-8998558.473111141
+    108.66941029600214,45.81519898112626,3.655202792692074E7,5075852.804030607
+    109.47402034388631,-14.057261558397684,3.66592230805764E7,-1555206.371860393
+    112.54550919883842,61.091872952472556,3.6745102323304474E7,6784366.847024021
+<EPSG:4773> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=37500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    115.53694656030603,41.12073408567508,3.7881080103625834E7,4563995.566348341
+    108.34907163467061,-86.69968163166038,3.748296001775743E7,-9633903.47426142
+    114.84288880922064,26.999052510651424,3.788160445882271E7,2993393.850566474
+    115.35668043594725,-78.29517024746693,3.75986201570174E7,-8698612.650554076
+    113.6688821491964,-6.48627339468662,3.779531925406117E7,-718035.916107222
+    105.6833067934311,-7.414525100085484,3.691223309907642E7,-823443.031033341
+    105.54117277811383,-70.35582754384636,3.729534098845611E7,-7818004.422385071
+    104.26541090771298,-6.1332536395772195,3.675286475130695E7,-682925.90960332
+<EPSG:4774> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=38500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    113.43106564695968,8.593725864225192,3.843737084793533E7,950379.717998805
+    108.35394434014408,42.275689852995356,3.803416469401649E7,4697808.431518359
+    112.63636165641748,-58.427418804676996,3.842032933313034E7,-6479810.306249721
+    120.55634027078517,-53.40420881861806,3.8935783522289E7,-5939764.210494444
+    118.52545219566528,-32.326218185065905,3.892630143087554E7,-3587104.282642681
+    109.70646071242334,80.22274535979443,3.841863989418566E7,8913171.188553723
+    110.44220333701196,9.11777194942789,3.810867210647755E7,1010221.267333111
+    111.72725802217461,21.361907843753244,3.82642266866814E7,2364893.183709729
+<EPSG:4775> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=39500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    115.33620146186539,-27.95141583641513,3.933625657690886E7,-3094227.286878714
+    110.5609095994935,-36.56652813557828,3.892324509255419E7,-4067833.581333681
+    119.0613908560253,-68.24364963033686,3.958529125974556E7,-7574615.548546908
+    121.16305550567442,-10.220805876506958,3.995651001592867E7,-1133244.75946576
+    111.04767201767267,22.187967748134056,3.88853571748336E7,2466745.193482429
+    120.76344399895912,4.739660906253405,3.991782711692557E7,525241.035170162
+    121.33981933146475,61.861377393974635,3.972831387935528E7,6869231.991158141
+    113.1908154205235,-36.138203649836456,3.91570668688713E7,-4007677.179275651
+<EPSG:4776> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=40500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    121.51520748194055,80.53029826451942,4.0527839161340885E7,8944871.346229747
+    118.70673770429104,-53.379743451304314,4.041393835476425E7,-5917765.396893464
+    113.58962895589984,-72.65487698327162,4.0286967916899316E7,-8076736.205206081
+    123.26376092823097,-82.8342390183543,4.05454476897345E7,-9203078.690897467
+    124.53851808099924,16.535083012153677,4.0984899713661134E7,1834362.983432486
+    126.82412185344249,16.790546776718912,4.122893309267496E7,1869743.089029172
+    121.41618529320272,-48.951918264548695,4.060372481572618E7,-5425342.773612758
+    120.51068440359228,6.153833047773034,4.055652541113473E7,680521.027827378
+<EPSG:4777> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=41500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    121.00115912600427,-18.548598920467924,4.128893908228061E7,-2052910.906373015
+    120.21390209685737,25.890478139943312,4.122073083882106E7,2867718.356668868
+    122.06673129252404,-88.31814751328027,4.149694067172687E7,-9814307.061177403
+    121.11633062753553,-55.27414345869282,4.1380285066467226E7,-6129474.639664313
+    117.1175887084524,5.562197529532526,4.084709065482859E7,618323.612171227
+    121.28257042476856,-51.13376543684035,4.137978922582643E7,-5668469.61723591
+    126.80213020099362,-36.30465807274259,4.184157191671224E7,-4026135.231727334
+    129.69694643232657,40.59612713383922,4.206708180214708E7,4517421.898730169
+<EPSG:4778> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=42500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    129.8906339207647,-11.772429388326259,4.292436068328253E7,-1304876.50092743
+    130.23736893514382,70.58258725477125,4.265717605721634E7,7839597.98846174
+    129.92037176088297,32.18470083156245,4.286983563080839E7,3569142.804214631
+    129.07496852592803,20.016633084306875,4.282187723664445E7,2217205.591620026
+    132.44346179411787,-76.27467370750955,4.267041156514927E7,-8478688.421598978
+    125.45442903372012,42.750718120857215,4.245533339795364E7,4735255.052524622
+    119.10095520736304,15.25412630383694,4.175731778475091E7,1698944.410171328
+    121.36533375813022,-79.20535055771411,4.2403155018877864E7,-8800413.299505282
+<EPSG:4779> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=43500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    132.26675084372272,83.32939123013173,4.3542360929249875E7,9258292.108477559
+    134.1985679696902,12.938332463620625,4.406481611893677E7,1436662.855476142
+    127.93160842316394,54.07535545275371,4.343006608467165E7,5994936.685673336
+    135.87387477678317,-16.400035208031014,4.423576607849003E7,-1826448.410385555
+    123.80799902910111,42.44160706611015,4.307276599755484E7,4713854.516053406
+    130.17861881342694,76.34125773638922,4.3531079087965E7,8477112.488366263
+    124.96778513620313,-88.6553098574153,4.3489439576484025E7,-9852313.160536774
+    131.91286449242455,84.24150349944586,4.3532629784577414E7,9359784.801254537
+<EPSG:4780> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=44500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    134.4629108355753,-35.7732287056574,4.472272477428856E7,-3963250.419207774
+    136.89248600812306,-64.63333029177646,4.473378834715503E7,-7179610.819014955
+    132.03054598173236,52.03518071187446,4.450209622737919E7,5767359.747700093
+    128.1051259919498,-31.29732622841209,4.41290434089217E7,-3470557.150352424
+    131.81353701456666,-65.4705525937134,4.44913584153005E7,-7263943.195361867
+    126.10937326683276,-80.56659130380793,4.43923493030975E7,-8954024.973535458
+    133.70540018944524,-64.13452836405952,4.4583040546291456E7,-7116087.261096102
+    125.75487721063057,88.76580232981766,4.4485005008428514E7,9865100.828705309
+<EPSG:4781> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=45500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    140.87816905296253,2.2026389845893704,4.615504006383872E7,244855.665634273
+    137.75381490708247,-57.04608106350831,4.566712496575715E7,-6328527.341912897
+    134.07722320990976,7.01581873605619,4.539803497698822E7,775922.07381311
+    137.22670814915506,7.970624970619497,4.5745561159352414E7,882080.642617707
+    137.34390089186283,-45.78671526724016,4.568226437035541E7,-5075141.761359107
+    129.7845102298163,64.57259163772753,4.5250246161066264E7,7174088.248092942
+    135.3374835186615,11.201778869604837,4.553685825868823E7,1238829.11716131
+    130.45940587057586,-49.85128167031573,4.5173507688116126E7,-5534300.813484708
+<EPSG:4782> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    80.05518408769385,2.5124805071984895,1062945.636954337,278913.285740667
+    72.368096514432,-30.678326064219817,247755.13944501,-3398328.960335789
+    77.08867059276558,-64.06924913006446,601937.024025678,-7109368.941080813
+    78.93663565780608,-3.331745355970412,937840.528806907,-369291.301285826
+    70.04018034399931,29.669431454213452,19551.282691167,3293838.147009033
+    81.0558891752892,11.57376968024559,1161672.766341357,1286992.486614795
+    68.12022329024157,-7.239273126624013,-261587.394894493,-806317.108736653
+    71.1148319137727,-43.2457045912025,184444.512335982,-4797436.874177448
+<EPSG:4783> +proj=tmerc +lat_0=0 +lon_0=78 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    84.23167503622125,-3.1337489757338375,1194058.939850238,-348591.257047107
+    78.81380077827279,64.43407545243286,539201.614619761,7148620.84135834
+    84.87307159116375,-87.54558323425599,532797.418733727,-9729958.822125847
+    74.24909950150771,-39.82489168703035,178832.468546335,-4416902.31762229
+    84.9922005733292,43.58968734565144,1064746.136965679,4852139.196353979
+    71.96798595462053,82.8107449471037,415837.257767562,9203569.866052324
+    76.95320750771326,-33.44094577176175,402659.604539,-3702208.366357771
+    80.76674734092495,21.527576129738605,786723.683896496,2384074.490192202
+<EPSG:4784> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    80.0763294550249,45.70922910704621,428074.438668282,5064271.462527839
+    85.92127245697222,-22.544037138024294,1006671.415648162,-2502444.905031497
+    80.53196391508533,-84.34457754388447,494848.493139334,-9370492.098899975
+    76.10857845726943,84.13093563957742,444200.987390927,9348981.490209632
+    82.85663280356891,69.73915801995301,571775.371365464,7741106.60320432
+    75.67052922463543,8.876709765411533,-87036.920773609,985853.894749703
+    80.65054782076578,-2.9096567198342314,461148.077576129,-321747.732773272
+    86.25997241013857,32.21157867082205,996197.71841918,3577539.309722014
+<EPSG:4785> +proj=tmerc +lat_0=0 +lon_0=84 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    80.8200950675332,-11.721605867547183,153178.277940683,-1298268.072342241
+    83.03448546304726,-81.73650011037252,484501.826359617,-9079332.768640883
+    80.79142454597235,21.690446337089824,167828.709382278,2403006.940365233
+    85.87785036415652,10.08088765339555,705873.514405137,1115412.281172155
+    77.11267576361824,23.98492323392054,-202030.190574537,2670873.924122772
+    90.45112679713638,-49.2824626953082,969224.761920046,-5481197.933987689
+    78.53317027162011,63.19822967956091,225103.823164783,7022320.293564775
+    83.321659975955,35.13472275927013,438175.719003431,3889818.876508797
+<EPSG:4786> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    88.49379481607423,-55.08911716642671,595379.969567385,-6108277.971660707
+    89.36154496897873,-24.291148022948107,739796.966928213,-2689617.892941497
+    83.62316665377217,74.28533594599693,397918.186807775,8250210.041607826
+    84.53584463861979,-30.027576566643596,262267.731535734,-3325788.598528353
+    82.66624779883153,-65.22789870680882,297418.525480334,-7243835.514260183
+    84.47382855828174,56.83945622374944,345836.059307034,6304992.124119066
+    89.30321056431127,74.1821637566886,570089.973004625,8237153.644378476
+    89.22142709274651,22.420253988761985,728752.094783781,2482072.616717333
+<EPSG:4787> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    93.48300344419553,-71.41892077421888,623861.960206764,-7930998.268954437
+    83.49986765022226,-12.759580713010777,-207229.118622688,-1420026.96728838
+    87.1164957992121,-27.76996768802907,215699.957917807,-3076339.795129259
+    87.92126831539298,-30.64454290741044,300715.180582591,-3393469.490432302
+    86.51362847307988,-53.47616208336321,268555.698816571,-5933378.453090033
+    89.30955826278719,38.692579499202424,439930.23685382,4284678.541220122
+    95.6614519118345,80.86225773009528,600260.55034113,8986471.664694782
+    87.84445038584231,26.96922986059451,285959.422202667,2986100.489345456
+<EPSG:4788> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    95.11112342961083,-6.85711251167271,733394.901612699,-758783.614639977
+    94.22198655628745,-81.01976390322444,521302.074608262,-8999389.680739278
+    88.06205408852412,-23.386157385950895,-5238.980814746,-2596005.642568157
+    87.85794837581398,37.63730044806961,45982.093666166,4179774.73670136
+    97.67548523923794,-74.05816653900752,643265.386341699,-8227582.722861395
+    86.84435302717488,-64.16805340689572,200956.626638836,-7133190.638596861
+    98.62874106486619,-49.170169672102574,910370.992094985,-5463923.400848056
+    96.51346278898902,28.06861298394847,845498.92057665,3111089.160762451
+<EPSG:4789> +proj=tmerc +lat_0=0 +lon_0=96 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    91.46159292477978,76.25380700696411,379679.350353555,8471671.027616674
+    90.10791004637848,-30.13989179124205,-68215.887250778,-3350382.934312978
+    101.20829685482997,-48.97237236417328,881244.891568452,-5439739.596283779
+    99.49782462431355,-19.756005446082284,866781.001443217,-2189182.004150103
+    102.1122235198948,9.68393023532245,1172000.635489506,1076961.116429345
+    100.65134689505315,82.95755841653417,563626.400108882,9218130.751834366
+    102.03232318471453,-42.389858293374786,996812.540345923,-4712690.205616978
+    102.39558867305462,-73.02394002763886,708154.151584019,-8117658.264069961
+<EPSG:4790> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    102.15017113987278,-14.542708478890702,839668.046682777,-1610767.036226826
+    93.10997908999661,13.917983748922907,-137558.497202003,1547201.744976927
+    103.65163439280732,52.459463211520585,816099.831704937,5824755.053667752
+    104.717531181062,-39.96042380304845,988674.734853634,-4440901.285648655
+    101.83159734054432,-83.60466200142716,535214.093912879,-9288699.822292907
+    94.41243865465715,-62.56497686571881,264224.172260707,-6948402.619571488
+    103.11802959958881,39.96397666462241,851898.523434431,4433737.763216192
+    95.82995673781774,74.33295810291526,404446.877395369,8255174.496423281
+<EPSG:4791> +proj=tmerc +lat_0=0 +lon_0=102 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    95.25823226050498,20.400007602494043,-204958.92138518,2271193.8455561
+    104.63615309915458,-2.6437874674428627,793253.657156404,-292653.545798448
+    106.32117904421386,-82.88964060694425,559685.82081491,-9210215.675380714
+    104.90450387645303,75.8548234637731,579236.035141303,8424448.806880046
+    98.89951729243253,52.57007109175049,289803.655675374,5831397.374814845
+    95.47557934286007,-79.60165335816413,368747.344381876,-8848172.477528872
+    98.7492575422206,-17.945464120394988,155467.911477926,-1987995.032163967
+    95.4120246668159,27.757278382195835,-150278.884128481,3089059.812301841
+<EPSG:4792> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    99.138007180812,-79.33942347353938,379086.379212334,-8817617.914348016
+    108.23767099169078,-74.53682521997905,596351.47542867,-8278007.706056004
+    110.01903443752347,15.856587249604416,1038189.53465778,1760257.416214001
+    107.96855338865343,-1.5229271048941087,830496.181598988,-168627.672263201
+    98.56499703533463,10.21912622845386,-206466.03198846,1137172.810893092
+    111.13361596510077,-32.96356065730135,1073900.930274931,-3665524.584183891
+    106.15368143625622,-38.29373468289014,600928.459525605,-4240807.140395992
+    105.17055731618123,26.467769235253826,517007.916807415,2928722.881788437
+<EPSG:4793> +proj=tmerc +lat_0=0 +lon_0=108 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    111.30071321905871,-74.83373244571811,596385.069805438,-8311203.496594157
+    108.48701462739706,76.99988794433665,512234.659644491,8550379.246182648
+    112.97706331985032,-1.4148440831120297,1054587.504147694,-157044.368569071
+    101.91483692464838,-53.04733307509168,92112.542479756,-5897328.550881856
+    111.21016958910792,66.82202611722565,641001.555845746,7418267.550946493
+    108.71063281100116,-81.83509113529156,511271.968603894,-9090282.66629571
+    102.67862867527444,68.48217239505883,282316.674339145,7609208.527981898
+    101.6731914986642,-75.70887290200109,325904.331283489,-8415534.053032264
+<EPSG:4794> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    106.09850348185998,-58.325668542267294,212949.233251669,-6478128.172600032
+    113.1321212121401,-7.846857277550953,735195.523071431,-868328.016238514
+    116.39107401796723,-72.87095051317826,677083.137529903,-8097428.417557777
+    112.81417172817929,60.55357770285721,599527.871995062,6717240.386708735
+    108.33631702338074,-49.46180969691793,306909.381847539,-5484496.034668646
+    110.04172324433411,-12.315320159276183,395757.776081682,-1362176.594741935
+    114.51606081785445,-70.19381919482677,632956.388211463,-7794578.801282529
+    110.39652965531477,-21.096357068602444,437295.379853602,-2333905.780181334
+<EPSG:4795> +proj=tmerc +lat_0=0 +lon_0=114 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    110.41118219838457,-10.705585545984903,107155.329399562,-1186208.637174847
+    109.11277713140473,-13.343269405256095,-30038.365415841,-1480940.089216767
+    119.89335894165853,17.028717285289616,1128398.70570567,1893007.308860012
+    112.50662311069574,72.25976732393153,449195.088598796,8021885.951580496
+    115.29684656746169,36.154812776025935,616704.518268427,4003570.980569124
+    118.43213199110991,-58.97096706218247,754837.526101179,-6548001.88654299
+    113.85809762779735,-16.142910182892464,484822.139963513,-1785494.706386076
+    112.19669558032926,-70.34110669847306,432272.29189623,-7808175.346888279
+<EPSG:4796> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    110.04861195367394,-40.47128116318972,-89742.870190707,-4505221.486423853
+    114.52513052501567,-88.8176794043025,494297.89194768,-9870200.565242838
+    116.42452735668404,70.84647354574531,478918.313776749,7863655.993051883
+    118.87430642931771,-11.8911309764121,704235.497794945,-1315753.197723701
+    122.98815476797441,35.747730279355864,1041952.369519489,3974202.458833579
+    117.68170654138926,-63.79940237070042,533596.090228322,-7077795.031554647
+    115.44401956321191,-69.53929544572664,439277.479338722,-7718491.558450955
+    112.21629188382937,-39.14691488126086,86357.724969603,-4345806.144161265
+<EPSG:4797> +proj=tmerc +lat_0=0 +lon_0=120 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    113.07976195876654,-10.193613720949841,-260035.397257028,-1135442.847449144
+    126.12026413927329,65.60154633404053,781868.479148996,7292264.034092344
+    113.46556677936785,8.260261566530076,-221436.224150273,919381.826227647
+    121.0193410276442,29.264750688460794,599073.736862599,3239102.177451492
+    120.20931115168092,82.53185079069996,503038.530086615,9168029.556513755
+    120.26059174302699,-28.50012634691388,525513.450717561,-3153951.274547066
+    124.95968666510838,81.70669378379975,579804.654616375,9079295.157834547
+    119.06369663471482,71.77957095805581,467312.16392429,7967924.691993984
+<EPSG:4798> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    125.7993275633927,-60.01125510468266,656120.934206311,-6658747.31403194
+    121.42276065716158,-33.779100574793866,353901.43076488,-3740343.747524941
+    127.0910711520716,-83.33655500937927,552977.542158622,-9259771.801313471
+    123.18289316431758,-81.8435091332581,502898.124726117,-9091158.11393843
+    117.9015064631667,72.87774414068477,332570.218830896,8097342.915186403
+    119.22210776757684,-87.45314588937318,481262.635979127,-9718283.793919956
+    127.25031414307679,-13.483249006975853,960572.775043223,-1495189.01462052
+    121.60063584342033,-62.575902363069645,428066.491704301,-6942016.240706135
+<EPSG:4799> +proj=tmerc +lat_0=0 +lon_0=126 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    122.54285919657714,66.82191593251659,348158.716811107,7418835.683331518
+    124.05520235578815,-35.40907993433246,323336.875946533,-3921785.100319507
+    126.80457338511778,48.49711179837465,559463.241299339,5374111.280116889
+    128.74124479779024,-51.46063291193125,690504.369896342,-5706998.344701339
+    123.97819745639087,-60.02907421772899,387292.261636111,-6659151.299874768
+    123.9387491773459,-20.302708005176086,284672.29923812,-2247262.320366623
+    123.80753874929296,-38.10939664087017,307702.636665342,-4221986.769704492
+    126.17397141718925,-35.847619433911454,515716.296371858,-3968719.203034606
+<EPSG:4800> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    122.0613423105004,51.81337741201676,21756.881629267,5765490.292119276
+    134.35454094249928,80.99132732905343,593512.384553327,9000308.800627792
+    122.6169209459632,-9.958495417538444,-201311.464723843,-1108060.454285255
+    127.11482577374356,-84.17060403949972,478618.017836373,-9351390.987515014
+    128.95688715559572,17.09038660614256,495411.221453587,1890344.481780858
+    127.24723995411438,19.45518707976558,315930.390552438,2153031.321769909
+    134.49171300487657,-5.943559594285929,1108999.802685599,-660269.358580041
+    124.6276380141423,17.24155461375456,34623.191865125,1912344.696605992
+<EPSG:4801> +proj=longlat +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +pm=bern +no_defs  <>
+    -160.95415389238212,-24.746472966766902,-168.395771803,-24.746913227
+    -138.48036119500333,-24.602924070796405,-145.92424695,-24.603862331
+    -56.87416806777544,-77.81608240655572,-64.338068753,-77.81971723
+    82.68163694997003,-69.0423547537106,75.258756291,-69.044098571
+    -9.896368466876822,52.615955312054666,-17.337882317,52.617892069
+    -111.17905169374063,-89.09892778430032,-118.972625443,-89.096642198
+    116.15044144757903,-7.738557753844688,108.716405572,-7.741683915
+    -18.702255284513342,27.655824122073255,-26.14417488,27.654746864
+<EPSG:4802> +proj=longlat +ellps=intl +towgs84=307,304,-318,0,0,0,0 +pm=bogota +no_defs  <>
+    102.96559429137068,54.25019973543283,177.05214753,54.254305652
+    -61.49957014823447,-8.491784891367416,12.57757886,-8.489020507
+    -6.872815092826215,-22.394895660247812,67.204813667,-22.393743813
+    -134.2001989491581,36.741587399242235,-60.119373549,36.74234368
+    -30.910794790566882,73.12263275555648,43.157210842,73.124835135
+    90.17412745411855,-59.3479561622857,164.260456803,-59.349561797
+    38.39696168245101,-68.39476914705862,112.476720864,-68.397861171
+    -21.575186239208932,66.31325825578199,52.496908946,66.316434185
+<EPSG:4803> +proj=longlat +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +pm=lisbon +no_defs  <>
+    -114.02893598872079,25.450185610036456,-104.89451406,25.45067444
+    121.96826307287796,10.495284529850295,131.097519931,10.494838639
+    -157.19307773005633,39.90310713506901,-148.060446357,39.904955541
+    101.6944628813074,50.61739889102182,110.82198863,50.617629851
+    -121.16410231304252,-31.708618656767385,-112.029782148,-31.711141215
+    124.45382849381372,-55.26433733289159,133.581251694,-55.266538175
+    -147.70512954563657,-24.11417216508835,-138.572129172,-24.116707633
+    41.91789986315018,12.197463705971103,51.048353695,12.196378695
+<EPSG:4804> +proj=longlat +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +pm=jakarta +no_defs  <>
+    -69.08265003335494,-33.829623003257424,-175.886443181,-33.826670999
+    122.29129890555274,-86.31683743790288,15.452968772,-86.323575626
+    151.87264147082692,-79.00444504167484,45.07343678,-79.011182185
+    146.04590797699066,15.07570299661488,39.239145025,15.075958532
+    160.34006885641014,-14.170539745118418,53.535051757,-14.173144497
+    119.93317062461185,-47.22613831427107,13.12214905,-47.231343003
+    -43.70646910446017,2.308165844045064,-150.513915031,2.306515159
+    -27.33532007228647,58.63436435670209,-134.146340832,58.627319793
+<EPSG:4805> +proj=longlat +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +no_defs  <>
+    148.47621729256093,-81.46073385131332,166.153943532,-81.455108663
+    51.52520337760717,-15.81409952486058,69.198033,-15.818612365
+    151.97564941152876,-87.60308595577432,169.672473202,-87.596977187
+    6.731567433023201,14.981267547196396,24.400851926,14.978304094
+    -159.62157304278745,74.12150290965994,-141.968903737,74.115110532
+    149.7974473622574,32.933479681685256,167.46590632,32.925911066
+    9.657076183615374,10.0036091371733,27.326611938,10.0001325
+    -79.03304768177449,29.619085991772863,-61.372895684,29.616273629
+<EPSG:4806> +proj=longlat +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +pm=rome +no_defs  <>
+    37.69095845700565,-15.033653932295636,25.238271454,-15.034526242
+    0.4339312603171379,20.251503606854698,-12.018041434,20.250977584
+    -125.49039154358934,-39.294331204807506,-137.942680093,-39.294948022
+    56.148818432409655,-81.10425433953371,43.696181602,-81.104287989
+    179.70003230564248,-59.67135753661309,167.247084834,-59.672025119
+    5.671260162279509,68.55895814773504,-6.779850119,68.55781406
+    134.2681826589323,70.72172995690994,121.810516435,70.7229573
+    -50.15179577957436,17.638889110458464,-62.603026777,17.639055268
+<EPSG:4807> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +no_defs  <>
+    82.08978681636572,27.995101960941398,79.750949966,27.994812032
+    -53.408500305040405,-87.26149472291782,-55.713755839,-87.261466094
+    -55.88079398303191,-9.458580192212409,-58.216450188,-9.462389394
+    94.77774329197214,34.45283244276614,92.438637871,34.453156215
+    -140.70958476327917,-29.43011432969503,-143.046196084,-29.436068049
+    44.73225153633007,7.1687135340026344,42.394337825,7.166440157
+    -22.91976808631327,48.541106120419016,-25.25536287,48.541435891
+    79.6614303321916,40.13840701134461,77.322388216,40.138786817
+<EPSG:4808> +proj=longlat +ellps=bessel +pm=jakarta +no_defs  <>
+    79.37108322322342,73.20411336310445,-27.436636221,73.204113363
+    132.69697700014024,44.09771930103716,25.889257556,44.097719301
+    88.84973394258583,-42.24333438974102,-17.957985501,-42.24333439
+    80.7091908449062,78.09010200624542,-26.098528599,78.090102006
+    91.53932452337773,-71.1453012579182,-15.268394921,-71.145301258
+    15.224041484485568,77.90977015348511,-91.58367796,77.909770153
+    64.3217537169383,-71.94210540154795,-42.485965727,-71.942105402
+    87.53753509846266,-20.205295752795266,-19.270184346,-20.205295753
+<EPSG:4809> +proj=longlat +ellps=intl +pm=brussels +no_defs  <>
+    -45.02833120855598,23.67187952961318,-49.396306209,23.67187953
+    -47.87323704382324,-6.37530463770986,-52.241212044,-6.375304638
+    -44.99364123738374,-26.06115918138928,-49.361616237,-26.061159181
+    -119.73766445106301,-83.59681649319421,-124.105639451,-83.596816493
+    15.96542056822824,28.28244530195734,11.597445568,28.282445302
+    -45.9650083979316,47.23624304391532,-50.332983398,47.236243044
+    -11.619194624861905,57.067810788995985,-15.987169625,57.067810789
+    92.17499961778401,70.86777727627441,87.807024618,70.867777276
+<EPSG:4810> +proj=longlat +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +pm=paris +no_defs  <>
+    -19.516486776753,39.52097064763066,-21.850329047,39.521852609
+    73.62973164217729,18.74858188386895,71.291429669,18.749032598
+    -107.41816203801724,-11.781730080160344,-109.754401225,-11.781784588
+    55.88767894778579,1.38783901957909,53.55026322,1.388634511
+    7.1501825705702515,13.024285015982343,4.814950059,13.025004603
+    147.99552083022408,47.57736536625606,145.654232435,47.5789487
+    147.05580891427954,-65.24287491503515,144.712036579,-65.243377539
+    -143.47874867556612,78.89211444141162,-145.819789984,78.895182316
+<EPSG:4811> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-73,-247,227,0,0,0,0 +pm=paris +no_defs  <>
+    20.996690295706543,-78.94283827331847,18.669004855,-78.943033148
+    -7.035223905094028,-72.87703240385792,-9.364724705,-72.879036965
+    -102.22529311098918,-2.602335624975126,-104.562351049,-2.604777981
+    68.04282870086831,6.835651578533785,65.705822551,6.83408203
+    178.95974576598573,34.60319848023782,176.619809776,34.604806848
+    10.055384700387805,-21.23939729526242,7.720375643,-21.243058615
+    68.28320968954927,-18.581633210018765,65.946203872,-18.584741243
+    33.61533278827457,45.974951854646804,31.280236234,45.975397688
+<EPSG:4812> +proj=tmerc +lat_0=0 +lon_0=132 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    131.92100520994987,18.80784239611762,491672.836242009,2080436.995858826
+    127.08859990564689,78.4034540024708,389863.613108149,8711656.257267276
+    135.61140361920758,0.414116948416563,902284.218444477,45883.234986793
+    136.8560411794248,-21.608348847530436,1003261.028423055,-2398343.276071819
+    135.48800632211976,-48.467732143679434,757917.321057269,-5376411.808679425
+    135.32985000801776,-72.23285807432661,613406.680379392,-8021391.758321939
+    130.13366983405612,-28.96826214522156,318071.039158173,-3207244.044488919
+    125.60839311290725,-60.35502342075938,147545.220054548,-6710857.019515166
+<EPSG:4813> +proj=longlat +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +pm=jakarta +no_defs  <>
+    149.58832900787803,-59.54540555340626,42.787620107,-59.549839038
+    -1.1045441026566891,-53.35595856384006,-107.922379186,-53.352305222
+    179.1616742711691,38.18178792783925,72.361664257,38.183714901
+    96.41351267156568,72.84004175863035,-10.403273043,72.84599195
+    -67.17053253467164,22.01484890572513,-173.977445837,22.012231586
+    -49.81753172020119,-49.09587067202047,-156.627323487,-49.089795578
+    -27.101806564068568,-89.55044530696131,-134.398986631,-89.544633503
+    55.5818912757168,82.77011753595562,-51.275360136,82.773119624
+<EPSG:4814> +proj=longlat +ellps=bessel +pm=stockholm +no_defs  <>
+    13.631735435903437,3.737723424497574,-4.426542342,3.737723424
+    18.958251265791745,-45.42161781344099,0.899973488,-45.421617813
+    -53.08339130264757,-15.266765178358071,-71.141669081,-15.266765178
+    142.4358583138747,53.982205108007975,124.377580536,53.982205108
+    149.53161109023387,79.65842800826525,131.473333312,79.658428008
+    -127.59952675167419,-29.797022397855834,-145.65780453,-29.797022398
+    45.53966251116867,23.03450809370561,27.481384733,23.034508094
+    -57.43814672404383,-13.948939437173166,-75.496424502,-13.948939437
+<EPSG:4815> +proj=longlat +ellps=bessel +pm=athens +no_defs  <>
+    -123.69900483340999,1.24479193613287,-147.415342333,1.244791936
+    151.35220925935283,-34.61572789275508,127.635871759,-34.615727893
+    -135.04589287909704,60.83779310274272,-158.762230379,60.837793103
+    -82.8208229413924,-76.12502713015847,-106.537160441,-76.12502713
+    173.2662843210798,56.65743468000542,149.549946821,56.65743468
+    -156.15455685678748,-4.596796937295466,-179.870894357,-4.596796937
+    -73.07724495137056,-58.62464629237548,-96.793582451,-58.624646292
+    -101.3411638809362,51.621064326780925,-125.057501381,51.621064327
+<EPSG:4816> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-263,6,431,0,0,0,0 +pm=paris +no_defs  <>
+    -43.10850794882052,-46.79765638523317,-45.443440349,-46.802162767
+    -48.87033359044659,40.86420064098763,-51.205259953,40.863332688
+    -102.60077815492383,25.949856485145517,-104.935431681,25.949039207
+    -126.70239433714049,70.19244258784445,-129.033955051,70.19442116
+    2.886820581683736,-57.978985422827684,0.549266297,-57.981865374
+    -25.217396328455465,84.69359679755499,-27.544307275,84.691674096
+    179.72151131627496,-18.512324654522132,177.384326866,-18.518668527
+    -94.26493595005736,88.75274471001478,-96.494095399,88.752916662
+<EPSG:4817> +proj=longlat +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +no_defs  <>
+    -165.7647084613361,21.22432437789584,-176.486400414,21.219499265
+    -5.029585526064494,-10.692733889552485,-15.752145357,-10.6969762
+    167.40969925614928,89.60033706373989,156.579630346,89.597560162
+    0.453956810460852,61.8783565544814,-10.264776724,61.878060693
+    118.15955800397029,-23.07485433889019,107.441732903,-23.080139762
+    -45.592343476056286,-3.0673675896252632,-56.315879224,-3.070065211
+    52.500378511956114,17.680153598289067,41.781271231,17.674651987
+    165.3935271468411,-70.3035349325915,154.682577039,-70.30307985
+<EPSG:4818> +proj=longlat +ellps=bessel +towgs84=589,76,480,0,0,0,0 +pm=ferro +no_defs  <>
+    64.32776374917077,35.05348673887903,81.999888828,35.051057247
+    -177.64106616080096,6.631556882080005,-159.973932068,6.626490738
+    -36.240748121618054,-31.785611834333416,-18.578405434,-31.790798517
+    64.73123204279153,-42.945777336046376,82.404028083,-42.950306453
+    35.96813745569682,-30.48319556918665,53.637766744,-30.488788964
+    141.20063832495606,-4.205018043831714,158.871162495,-4.20898626
+    -93.25572707533048,-8.619656708273752,-75.594363586,-8.623621683
+    -167.0703787180895,-62.33710666581729,-149.404825683,-62.333917709
+<EPSG:4819> +proj=longlat +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +pm=paris +no_defs  <>
+    -6.276579958757907,31.022822479531698,-8.612878814,31.022515621
+    50.23039521232616,86.45352606279027,47.889760486,86.452502643
+    81.24095262123532,-61.62433207685429,78.898156911,-61.627602207
+    -95.64171159283069,-69.79400678994377,-97.971327115,-69.798296273
+    -82.72638159745358,72.1412424020098,-85.060336413,72.142603491
+    -141.92990045885182,-15.201836881382974,-144.266571656,-15.208243255
+    -83.69058152421967,9.610102045925501,-86.026149665,9.607736836
+    171.003342491643,-41.462708667413494,168.664390387,-41.470666293
+<EPSG:4820> +proj=longlat +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +pm=jakarta +no_defs  <>
+    160.3516073978259,5.752520283399718,53.548480789,5.7525843
+    136.12134939497733,58.84996914947564,29.31733285,58.855124021
+    31.02876413451625,42.55273974449844,-75.788621223,42.55191532
+    -40.62615291655261,10.914932841993007,-147.436220594,10.913060307
+    -4.180366410269116,9.507977391416475,-110.994030794,9.506741843
+    175.56448345025095,-42.02505886902377,68.764622744,-42.027478187
+    135.76132337428854,14.126315067878167,28.95553881,14.127361669
+    165.96275852504613,-6.408931080480031,59.160154182,-6.409728656
+<EPSG:4821> +proj=longlat +a=6378249.2 +b=6356515 +pm=paris +no_defs  <>
+    -156.85702500590585,13.598221867516031,-159.194254173,13.598221868
+    176.1772536776389,2.578292506206836,173.840024511,2.578292506
+    125.91607569888899,-51.69671836750268,123.578846532,-51.696718368
+    -110.11639472316932,-28.601705849258103,-112.45362389,-28.601705849
+    113.43126588753321,-88.68888443579856,111.094036721,-88.688884436
+    49.97054216524515,-64.04289843382202,47.633312998,-64.042898434
+    158.05608810702293,-52.757467530319374,155.71885894,-52.75746753
+    170.21103010984532,-24.543659864566465,167.873800943,-24.543659865
+<EPSG:4822> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +units=m +no_defs  <>
+    128.75259451979545,-18.426913659342617,-161087.731952245,-2049695.105092423
+    131.59917119740734,-78.59625814318244,424944.426274127,-8730740.07030988
+    141.27183754559633,26.67200037713002,1125066.929293193,2966737.388300084
+    128.56557126215864,-14.709256464369417,-194244.293146255,-1636777.30286947
+    137.96830815260572,7.7327865925770425,827593.337461452,856257.078250761
+    135.65610501040885,-57.121966675156386,539742.706794191,-6333798.192149885
+    136.11670982987704,-54.04562579434884,573148.792885818,-5991676.57359583
+    137.2624814997739,34.24421667154884,708442.330929966,3793134.894287339
+<EPSG:4823> +proj=longlat +ellps=intl +no_defs  <>
+    94.22650154161693,-81.18986746668749,94.226501542,-81.189867467
+    -5.851736976347155,-46.88250448619622,-5.851736976,-46.882504486
+    32.19614111426222,-57.104305126602725,32.196141114,-57.104305127
+    102.26412353908825,23.775142064655284,102.264123539,23.775142065
+    -113.19890107892273,-88.04654235681629,-113.198901079,-88.046542357
+    132.1671478734188,79.3670620267992,132.167147873,79.367062027
+    31.33992910864501,-43.86641637879835,31.339929109,-43.866416379
+    163.1849172574034,-11.234081626843917,163.184917257,-11.234081627
+<EPSG:4824> +proj=longlat +ellps=intl +no_defs  <>
+    -150.0887832339727,-11.571707242161963,-150.088783234,-11.571707242
+    -55.847428467152994,-70.44353008645474,-55.847428467,-70.443530086
+    -28.675380084636885,89.13770089776165,-28.675380085,89.137700898
+    12.267989406234904,-35.20081918367218,12.267989406,-35.200819184
+    26.68353043688049,56.360213076663285,26.683530437,56.360213077
+    -10.045664904148282,89.87927492203082,-10.045664904,89.879274922
+    -105.54862250843158,20.558670495741723,-105.548622508,20.558670496
+    59.64233790504687,72.0422097719674,59.642337905,72.042209772
+<EPSG:4826> +proj=lcc +lat_1=15 +lat_2=16.66666666666667 +lat_0=15.83333333333333 +lon_0=-24 +x_0=161587.83 +y_0=128511.202 +datum=WGS84 +units=m +no_defs  <>
+    -30.612828910367796,-22.119120946818988,-689027.879057616,-4381492.006179323
+    1.1711967451783352,3.4878604083068794,3015783.714938982,-1076063.411851295
+    54.06439038500568,-43.66245208110158,1.1258902176972076E7,-5842499.184074298
+    -2.562354436078479,73.73922676403515,1618371.2079108,8400693.320813682
+    -6.208927398625178,1.8397096267928958,2197188.27559342,-1348069.149449077
+    -76.04378975563094,10.275247559750483,-5507061.620975244,218795.747137082
+    -27.49291913067711,6.195918787915332,-230338.996867737,-939151.983836087
+    25.73980855466951,-32.94427346922994,6879370.230795637,-5207695.317956617
+<EPSG:4839> +proj=lcc +lat_1=48.66666666666666 +lat_2=53.66666666666666 +lat_0=51 +lon_0=10.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.79432909271765,42.73663443204509,-5191582.108390764,1996596.803542103
+    -37.69567925304394,55.840037581241106,-2814774.76138847,1495738.076918806
+    -43.81802204734192,30.101017795324907,-5066617.881988998,-406375.818897669
+    6.881835328919053,70.19364433878225,-146307.427440503,2185815.761151303
+    95.41673810579303,81.29262052193452,1425481.163485046,4527084.891473731
+    70.60148929499081,41.49283367868345,4534706.036215936,903179.148564483
+    77.05503062769492,28.362907461911064,6079848.208121758,382860.108918937
+    62.253038806518106,10.184407800578388,6499172.360041248,-2499479.748361081
+<EPSG:4901> +proj=longlat +a=6376523 +b=6355862.933255573 +pm=2.337208333333333 +no_defs  <>
+    -31.550291919817738,84.07732179537908,-33.887500253,84.077321795
+    165.31797410211064,-46.321217713187856,162.980765769,-46.321217713
+    -175.6124056148941,-14.124487150931174,-177.949613948,-14.124487151
+    -53.73694049106389,-54.37476829016943,-56.074148824,-54.37476829
+    -6.988668053294276,-16.169237743145047,-9.325876386,-16.169237743
+    162.92261790004935,-5.838448139018212,160.585409567,-5.838448139
+    168.90092260442137,-40.75762296086487,166.563714271,-40.757622961
+    -20.939975265518342,-89.03386931908688,-23.277183599,-89.033869319
+<EPSG:4902> +proj=longlat +a=6376523 +b=6355862.933255573 +pm=paris +no_defs  <>
+    44.23383635062942,41.095623377416615,41.896607184,41.095623377
+    176.35436305791856,-21.489404887137624,174.017133891,-21.489404887
+    -42.92307367544251,-80.20484946409779,-45.260302842,-80.204849464
+    -15.628849331451818,55.15197518317186,-17.966078498,55.151975183
+    -17.96375932411277,-56.55462475733996,-20.300988491,-56.554624757
+    -129.5005459236733,18.875171378394924,-131.837775091,18.875171378
+    86.30923584512934,-48.34374870815971,83.972006678,-48.343748708
+    78.08712338731343,24.073502966443527,75.74989422,24.073502966
+<EPSG:4903> +proj=longlat +a=6378298.3 +b=6356657.142669561 +pm=madrid +no_defs  <>
+    -40.75545647178626,-39.38580983567515,-37.067517583,-39.385809836
+    145.00451008367185,-80.73667624705385,148.692448973,-80.736676247
+    118.04508895197552,-4.495311741817588,121.733027841,-4.495311742
+    -93.66752784692328,83.58292993862506,-89.979588958,83.582929939
+    156.68756609712,13.243967518352875,160.375504986,13.243967518
+    100.86781222997689,81.1954510938435,104.555751119,81.195451094
+    -98.47582153449424,78.88831402346531,-94.787882645,78.888314023
+    -118.00947713334234,62.121529250807754,-114.321538244,62.121529251
+<EPSG:4904> +proj=longlat +ellps=bessel +towgs84=508.088,-191.042,565.223,0,0,0,0 +pm=lisbon +no_defs  <>
+    -32.27694499429984,-9.036974985907179,-23.146037665,-9.042591275
+    40.07067967051657,-22.673038547782127,49.207191203,-22.67824725
+    98.56661156157696,-7.878746026699346,107.70281547,-7.883317453
+    78.34263821799453,-78.70614706589328,87.499059117,-78.706166416
+    38.210834812733566,-24.101513077953683,47.347308691,-24.106760856
+    -42.51510252056406,66.7767764840494,-33.387798497,66.778495042
+    -22.92818987358214,-64.68045708729042,-13.796744511,-64.686560511
+    16.231597659801878,53.71134699107711,25.368433234,53.710916828
+<EPSG:5013> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -175.8148898185936,67.44435020442009,-175.814889819,67.444350204
+    -77.8323878487471,28.615964080344085,-77.832387849,28.61596408
+    143.32389937368288,-74.39137598045761,143.323899374,-74.39137598
+    -94.41741667782321,14.680634963734633,-94.417416678,14.680634964
+    114.50763888895028,-61.304657384837185,114.507638889,-61.304657385
+    -8.566036406830392,69.77351933611322,-8.566036407,69.773519336
+    -1.9562596706864213,-70.00869367555933,-1.956259671,-70.008693676
+    -17.713867038831836,-68.5508303391758,-17.713867039,-68.550830339
+<EPSG:5014> +proj=utm +zone=25 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -27.475431745690134,62.37467954922295,785549.373711673,6928131.705003585
+    -36.77570958016944,-11.509175352904265,87974.684657151,-1274991.792132631
+    -37.23594771707873,-6.6569111365669755,31383.43742038,-737832.733119601
+    -27.881867409092315,39.69319402369328,938939.517296703,4406245.169353095
+    -39.429427397652795,56.54939537809827,105044.120367151,6285749.244885418
+    -35.65125218725815,-36.60844024274761,262873.264221679,-4054709.868565783
+    -29.494784522852072,82.0266016611265,554250.058313512,9109442.381624091
+    -31.953584618053426,3.3072265303407704,616253.666175605,365613.223318843
+<EPSG:5015> +proj=utm +zone=26 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -25.559229608754826,54.65648255259924,592946.45911894,6057519.559682548
+    -32.83301239598527,-82.5232552320331,415402.866132224,-9167512.763757681
+    -33.86007980565333,-45.591909540384336,-35056.227119825,-5071644.411415942
+    -24.730409276948357,63.33105663885763,613639.03796992,7024487.095703556
+    -28.58133727151624,15.30021191303571,330215.265732854,1692149.576945865
+    -24.50546756551923,-19.213454222722973,762278.036286012,-2126325.733146246
+    -29.65240576995587,79.55565887763993,446339.650159765,8833212.941472936
+    -23.030536585814055,-15.17142917589426,926701.716978053,-1681159.767027483
+<EPSG:5016> +proj=utm +zone=28 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -9.011057633570548,81.06552142668372,603658.002814015,9005874.87480824
+    -18.13870694261643,13.617057475275928,160342.765195364,1507567.333019745
+    -12.469103817069737,-49.82211552804507,682040.426398548,-5521925.828790681
+    -18.367209150655334,-48.47383544688463,251147.26592987,-5374444.674209942
+    -11.991719130101705,21.42574351065086,811857.660799167,2372259.579680043
+    -17.053483337067558,-11.667553480944207,276145.182495459,-1290604.293350018
+    -20.730480918291388,-59.26982628059308,173610.762868189,-6584145.963879269
+    -8.799190856176473,-42.059637571963144,1013159.515044136,-4675038.305295122
+<EPSG:5018> +proj=tmerc +lat_0=39.66666666666666 +lon_0=-8.131906111111112 +k=1 +x_0=0 +y_0=0 +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +units=m +no_defs  <>
+    -11.4227903031374,65.04734151054808,-154820.083927393,2828000.974554578
+    -5.364841870210103,-17.558957022820536,293959.68738167,-6336990.288900885
+    -6.014077820158034,-39.13324353397568,183224.587150772,-8728084.636063509
+    -10.31206038637011,27.226496930459945,-215883.943383712,-1378095.338249668
+    -6.55028221136984,81.0913962473042,27455.411303499,4614781.227863402
+    -13.10306373704016,20.02031426052619,-520551.068633773,-2170343.532761059
+    -11.2144329539294,-37.90794489841909,-271010.073742423,-8594417.061223485
+    -12.126273940968964,10.100001475103724,-438036.360069793,-3273105.635541944
+<EPSG:5041> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+    144.07353149069286,89.57638981186633,2027595.289460347,2038084.344719307
+    -74.51822323841904,-8.507679286528465,-1.2122089903956005E7,-1911565.517147057
+    6.302352386174846,4.521470483064363,3282567.609634089,-9612980.682433443
+    -33.045859366914755,-40.14923332261386,-1.2764810208968295E7,-2.0696023298946757E7
+    -10.61508782791546,-33.20744168169437,-2290302.335260618,-2.0891687034493163E7
+    42.50603192247934,39.10102887468885,6080688.439812575,-2452348.853886372
+    -155.8055426777951,-30.546526257587345,-7039463.793864831,2.2118924219087206E7
+    -9.629542626037278,43.74294936427232,1092893.000304282,-3346372.458899116
+<EPSG:5042> +proj=stere +lat_0=-90 +lat_ts=-90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+    12.76735523998832,-21.870687401679888,3893043.699074188,1.0354292449417416E7
+    81.55570361342262,-35.40982619161122,8475626.319954965,2961353.475071429
+    -179.2137200239011,23.168343579276453,1737846.401160035,-1.7101786059303876E7
+    8.40359573013751,1.7869372631813576,3905002.340121226,1.4895050751220884E7
+    -108.9989803310132,-40.6384698389385,-3515032.862095774,101131.682099902
+    128.88356182079872,47.57066139697571,2.7217459832040306E7,-1.8335982288223576E7
+    114.60936163667935,20.20292391208754,1.843258683580628E7,-5526673.639119947
+    123.94433819886967,-63.865780568980895,4447978.338491874,352275.637629297
+<EPSG:5048> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    28.47945997516225,-3.817457462069598,664282.23874735,-422091.249218905
+    26.755649776271234,-14.911369399303027,473719.667301272,-1648537.514125707
+    20.234354012551606,-6.382782994752802,-249924.351059955,-710458.139770188
+    21.820638598990627,-28.757112571753467,-6016.800171449,-3192098.785023282
+    25.525966480361404,52.46884374776815,399870.199550853,5814207.949580941
+    32.44987745129392,74.6076557983888,661258.351402385,8287232.852811751
+    21.766632669349555,68.58262127087451,286950.220205563,7616889.702461492
+    28.454226990344957,63.713215249546806,571852.820472558,7065875.201673315
+<EPSG:5070> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -130.434243711892,-7.6237702952024335,-4605015.570228925,-2219073.284355896
+    -177.37212145359214,19.157892856807706,-7813235.49532698,3151221.853516065
+    -116.88655554055977,-12.93067750963759,-2933094.842333177,-3200981.065567114
+    -159.94734901565238,3.187673315315351,-7467111.122165077,559641.967220909
+    -172.1324056016866,-49.35692877628006,-1.1421887171960471E7,-1139472.32706405
+    -18.017505198359743,65.2464970490928,3926942.697750975,6269035.69925289
+    -70.9781851404595,-74.90227610991082,4362474.742858212,-6255148.016682941
+    64.52955120130014,-57.375441479469416,1.6141981409382736E7,1.1849097528953157E7
+<EPSG:5071> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -34.25327487645802,-7.299870260587497,7842085.330815122,-392423.906908488
+    25.03445080080658,88.42900973787894,3872014.052687299,8743074.518000081
+    53.0372874296107,58.0817117472572,6070355.65370797,9913573.84459796
+    -75.90035231998905,-47.28205686703527,3317375.131548221,-5521376.72820615
+    60.42058824257629,38.236238777822706,8216370.993336808,1.0547652851600325E7
+    -79.8231840812896,6.224374884224204,1978894.804741738,-1583883.909301666
+    -177.65223704351436,0.8469829054307212,-9244680.376850838,1957124.765949149
+    -122.28820087182798,15.24278423058638,-2938185.473022556,-420441.120133602
+<EPSG:5072> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -6.4358861645078775,12.906028675171072,8900822.210552288,3461743.763520511
+    -88.59249112578134,18.797403125555718,808409.811253016,-421387.304774559
+    -25.99435275962864,59.6725826477676,3969158.870895932,5552577.616070974
+    -32.194431412934364,59.841387766518835,3664805.700634777,5316450.883903163
+    -43.60986359080363,58.342982402971444,3165483.954824928,4780729.907864591
+    -35.51796589403372,-5.216618613966816,7592149.193619831,-344462.893467262
+    53.14732578420478,11.966592018638252,1.1099395579293145E7,9913698.07068118
+    -171.78886241955666,25.971267612339545,-6872986.444376459,3220304.722197959
+<EPSG:5105> +proj=tmerc +lat_0=58 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    0.4629036759055496,11.243617029728881,-450695.144668184,-4183139.877993124
+    10.269858584237353,-3.8029640055627,630428.580393296,-5853265.836619224
+    6.595210180952257,-6.394113192605005,221172.105845586,-6138465.495813366
+    1.449183732505066,-45.10469069871226,-218811.14111832,-1.043585193558328E7
+    12.248855037436899,-62.86177935129595,443134.58971258,-1.2422274665704932E7
+    7.775159358656188,8.814860607548596,350360.940138358,-4455746.942954538
+    4.84130551853247,69.92334264554404,74754.79553797,2329282.341504547
+    9.425997294846605,-0.9443786947849588,537325.531508834,-5535954.000332618
+<EPSG:5106> +proj=tmerc +lat_0=58 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    7.877625108088326,21.39503677677733,242862.147820349,-3063840.866723655
+    5.128529381350043,66.22748316090181,38287.908015301,1917598.917000571
+    7.962553710246999,82.25242828228201,122018.525024574,3705657.536258723
+    7.535538770426845,72.22232238926486,135302.212474111,2585958.882311859
+    3.500796043542776,-8.387899883174427,-230467.533011178,-6360097.462691603
+    0.9119858294385477,-47.81268150442621,-318449.733001981,-1.0744025101348948E7
+    1.5561908030173113,3.8832166714963705,-449768.161944303,-5000282.875094454
+    10.35250389633565,21.979763214320243,498091.65757704,-2994708.601859794
+<EPSG:5107> +proj=tmerc +lat_0=58 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    3.602612761357922,-51.197866927234486,-172377.211135894,-1.1112605573928948E7
+    7.728678918720877,71.92568358926914,107921.8456844,2552569.054571584
+    3.1874112385240387,-13.12114110269249,-368021.354597035,-6886399.501950536
+    1.6863851920948982,-35.411575177936975,-428342.688393696,-9367100.705557724
+    13.744745517513849,44.89298254988199,593297.677932719,-439219.961047001
+    4.677259396500452,-72.46075803707649,5047.121570588,-1.3477058279202411E7
+    9.566099017074993,-56.04688645789444,228743.0518073,-1.1646991934719406E7
+    4.438767889558692,-54.82541186996309,-96719.140746955,-1.1513374817690901E7
+<EPSG:5108> +proj=tmerc +lat_0=58 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    2.4441158177961766,-31.637031061231774,-474966.607573281,-8948862.946272645
+    5.888725711216362,-44.71611512204308,-106905.681454713,-1.0387997744131744E7
+    5.372403311738385,1.591070384104924,-248203.00214732,-5255086.685561689
+    14.585657816789848,-36.80511539346601,643363.722690302,-9523491.528230855
+    12.31554600376783,33.63500054690523,454100.766646841,-1701570.076976269
+    14.518769323538418,-5.3614785882796525,768311.444657437,-6027430.711455444
+    15.364712018998308,55.02232127989231,538695.815887983,690008.998934631
+    10.126112205782132,-30.60913917810297,255940.616600041,-8820050.714104284
+<EPSG:5109> +proj=tmerc +lat_0=58 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    9.992978588844451,13.974164413208328,153264.973881232,-3885740.118167923
+    5.381038822558679,36.61538935043423,-268566.270984898,-1369543.982774572
+    6.836103385165032,-23.34141238523003,-172485.552566271,-8016141.438285476
+    10.065891475473432,34.635595737934,151887.470863901,-1596970.137843025
+    9.157233216213415,-69.55325060994755,86631.206545978,-1.315046187180468E7
+    11.587383911283888,-37.090093567998366,285593.383300117,-9539831.436513547
+    15.698115465034938,25.430288632386606,724277.133079074,-2603025.32371187
+    9.620714039475025,-67.41216241766107,105176.248051457,-1.291160784832068E7
+<EPSG:5110> +proj=tmerc +lat_0=58 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    15.2307842348287,-79.10438825538279,199760.941043915,-1.4220468107137898E7
+    10.203702168043527,40.36960574261076,74834.912461991,-960671.143687002
+    7.551883990336004,-42.55352760651501,-142134.705934318,-1.0148619446529917E7
+    5.864053808464931,54.651420255858056,-199131.752666117,637023.422348698
+    6.06919476121956,52.837667214424926,-198506.070333028,434478.68526509
+    7.045314822645735,-10.767876006508558,-278061.000922904,-6624203.919261781
+    8.280378795368744,27.187232348665574,-119974.492888983,-2420958.669928571
+    6.510155968988852,-41.31082574523193,-234139.407017538,-1.0014062114004893E7
+<EPSG:5111> +proj=tmerc +lat_0=58 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    11.820450674248319,46.41415599041147,124637.304349061,-289111.180552231
+    14.26915101690277,-47.50196419548341,308622.93384054,-1.0698054379484257E7
+    9.95480797019788,-16.318624753089964,-65141.009871335,-7236810.825252029
+    7.415343695356043,67.03308787940057,-77825.178466886,2012600.609737823
+    6.878967811227653,26.658685592927,-360336.792032148,-2473129.40261952
+    9.908437930174193,-51.393745369793315,-10772.554483763,-1.11283757893021E7
+    8.869367596818304,-75.025803530971,24120.292357595,-1.3762783533660905E7
+    6.285130291781302,13.057751058429432,-466309.894842471,-3981348.266690609
+<EPSG:5112> +proj=tmerc +lat_0=58 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    10.292208836439848,-75.21720343051993,37106.775456846,-1.3783636180961302E7
+    6.095613468664703,-35.027267037005885,-484868.305096005,-9327708.453762917
+    7.077499551735528,-79.72177786988937,-7904.362482561,-1.4290384656044308E7
+    17.020892081302897,30.524225181102807,534112.722893787,-2044345.259739461
+    10.252608438166822,56.51373061871982,-38341.398840336,836745.747254875
+    7.508609770840795,39.7968301603338,-327593.03408382,-1012374.20376597
+    13.16372232918754,-36.35094613990926,159577.782753818,-9455971.661912868
+    17.602230887081873,48.04089665092587,480401.52391497,-95696.772100572
+<EPSG:5113> +proj=tmerc +lat_0=58 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    6.835907440669956,32.91192619337555,-523978.091370875,-1768531.268689767
+    19.58729786605286,11.558741678752469,765140.958324837,-4145910.795659421
+    8.475929034380712,57.45415359582242,-201431.87151238,950359.230805817
+    20.22529972120922,25.07606835550125,779507.196212799,-2639848.177453142
+    10.353570792009386,12.118557091879993,-242662.146516207,-4089106.395233975
+    9.16191707635294,-29.452705141837924,-321052.268632369,-8698576.799505297
+    7.481940374984923,-21.51491322696552,-524373.950790172,-7823427.33900306
+    7.623773646771235,-25.562372847347852,-491131.634194981,-8272745.340769615
+<EPSG:5114> +proj=tmerc +lat_0=58 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    17.910575185425685,39.789243622307964,392167.114114308,-1019585.888353378
+    15.489263612641999,-22.557822018582826,201752.749090093,-7927190.048683891
+    11.906055981339733,58.35624976093976,-51837.644217334,1042606.2166966
+    8.739952673956424,-24.694593656026584,-483550.444443422,-8175789.212201217
+    20.061036865352595,72.08359005325539,290774.899506437,2578991.649299637
+    11.128795856294493,-14.528604261832129,-263541.376057617,-7040799.281344076
+    9.684501345009387,-87.13134875445064,73113.630241416,-1.5113969134889197E7
+    14.270577805517677,-14.760563051683903,75298.23097231,-7063791.752059258
+<EPSG:5115> +proj=tmerc +lat_0=58 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    13.382184635264467,-48.89513404584134,-55284.658950349,-1.085141123427874E7
+    11.602911038097592,-70.18455477231124,-47411.99096836,-1.3225571581650628E7
+    14.212262918920556,-71.07039575630895,53359.489123688,-1.3320181860410526E7
+    18.74805163281652,-48.49264521118716,340054.783770883,-1.0809588091114474E7
+    8.958629918265363,-52.90276096851583,-339893.946374028,-1.1315148415298942E7
+    10.451958441084173,-75.77800599294248,-38337.19631944,-1.3850974567474421E7
+    13.299971243513799,22.682521012889794,-126115.875230212,-2920228.662301687
+    19.723650358332094,22.49621587751338,534890.057029442,-2936393.603486386
+<EPSG:5116> +proj=tmerc +lat_0=58 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    18.400547541602535,-74.94183583457222,155128.874320726,-1.3752611116410738E7
+    15.348029969688184,-60.97884328938113,37630.578105328,-1.219496704167676E7
+    18.38851619065151,-34.74766256786818,272937.821538957,-9279506.489679359
+    12.927290395872792,17.074500947212442,-280497.78908217,-3539244.103451869
+    15.804452199978023,-21.013692475760223,27688.885049537,-7756032.92836477
+    16.758064649118786,18.038933632640592,127324.403405113,-3435972.483376598
+    19.316023860822202,81.10145420847235,148631.051004556,3578030.399438674
+    19.01070996460176,70.65884156535702,192819.141460049,2413121.749168909
+<EPSG:5117> +proj=tmerc +lat_0=58 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    13.726288492507427,-80.17701313631568,28145.925768793,-1.4338520413619077E7
+    15.757341714123795,-5.643654631665029,-93087.151046891,-6055634.758471756
+    11.273199009788001,60.06406849270826,-246440.101545471,1246265.981318317
+    12.026127802926318,59.67396035893785,-208212.169158626,1199189.132612799
+    12.693383483822032,-19.36996663155574,-405434.928135897,-7580947.226150993
+    14.60907767556369,57.27749224042495,-74347.225604727,923235.053938615
+    21.596317396198597,-31.973430763969546,487331.415408274,-8977528.443653258
+    21.01348532950349,-21.749955949414925,463609.063073328,-7841530.889435625
+<EPSG:5118> +proj=tmerc +lat_0=58 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    23.718825063251277,21.647709767214707,640775.936794912,-3027387.744614193
+    15.489476298880412,29.138520284392072,-193021.59076159,-2202909.557312316
+    15.838542404645843,40.71444841535185,-124898.042416048,-919011.721906437
+    17.329580410987415,88.03396364436745,95515.40556765,4351135.283406844
+    11.622576566748133,-85.79567185382388,43817.690904856,-1.4967025668013062E7
+    14.489237633605628,15.018990607654615,-331628.653865513,-3766272.267510671
+    25.38416040221023,-21.114941494497074,816484.713687997,-7782643.533465574
+    16.731729781571037,46.21504239262384,-36443.54768371,-309773.783962224
+<EPSG:5119> +proj=tmerc +lat_0=58 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    14.696298337754861,33.066766588015795,-348797.089467949,-1760850.217234342
+    16.94631686074427,-63.864888231814476,-25533.745462795,-1.2518587099429008E7
+    17.53560483730477,85.25829074450155,81866.521260197,4041384.708333832
+    24.850484928695785,-81.30853749525045,190175.838007803,-1.4466704573513022E7
+    25.67109052646319,-36.26721025908788,654848.832342854,-9464190.838919792
+    26.013594910252234,-83.63489414126758,180483.875015951,-1.472688556290468E7
+    13.853910998946494,-55.97816430189936,-252260.004966856,-1.1651818834253468E7
+    23.13988422099783,-72.19641908229264,224198.478203514,-1.3449087528413707E7
+<EPSG:5120> +proj=tmerc +lat_0=58 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    13.878389169939968,-28.799793743701045,-547218.436967919,-8636430.969273737
+    20.08065376089287,32.95789255787386,60791.997298755,-1783126.458205336
+    15.655725877196307,-48.07612821016278,-260927.491494218,-1.0769540340189107E7
+    15.582155282681564,69.55241706606452,-91638.932978614,2295478.193402903
+    18.504595488427217,-83.57897961666184,75081.104935782,-1.4716520596239273E7
+    14.444036371801424,-8.482518127608614,-568019.492653014,-6374521.658436819
+    19.171040633016894,32.40965188374388,-25020.812311626,-1843226.582711341
+    20.47233234792055,15.334900593020151,97029.012319047,-3735236.031201725
+<EPSG:5121> +proj=tmerc +lat_0=58 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    22.622955814777917,-33.3822070887001,204491.680205509,-9126983.946523305
+    22.98008292194971,-10.476071129924648,262050.523691749,-6590176.06701297
+    20.16940064210251,73.6809674687976,58254.215197058,2748900.656731384
+    19.64838594391422,25.61619130678494,-85998.015372483,-2595668.701003326
+    21.41608896559394,-52.2491505007666,94269.205327885,-1.122235244594824E7
+    17.098747311221942,59.24415680669364,-151052.26803358,1146877.318652059
+    24.02180226167223,-72.09572251748163,186542.957374678,-1.3435906049697617E7
+    24.273179406491597,-78.30281566665963,162766.745130449,-1.4128413026873067E7
+<EPSG:5122> +proj=tmerc +lat_0=58 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    29.167435495312645,55.74425062330471,518395.286943563,768963.768241206
+    19.81308731554507,-29.815392273515883,-159777.191592195,-8733962.12683623
+    28.003505499178132,-39.86482131838349,571020.934837762,-9860326.95580418
+    19.686725239662096,54.71576512803816,-81279.292825825,637940.496471049
+    26.613560756688383,-34.18899701791481,479307.650694143,-9223567.597193455
+    25.741038939016253,-20.165586811948955,438947.963048159,-7665287.568318455
+    25.073441434233285,52.771252238258455,273669.856133992,420988.056360296
+    19.04649616351514,-77.06691002485232,13728.94697749,-1.3991480439942826E7
+<EPSG:5123> +proj=tmerc +lat_0=58 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    23.585941050196645,48.28223690805763,106378.321666133,-81468.718527651
+    22.223238077674303,-44.375653996400686,-1756.087828362,-1.0347639143573863E7
+    30.217819548052,73.4751004351202,312952.660766804,2737444.337055289
+    22.30096600247631,-20.37479030048469,-25182.740503396,-7685596.785722032
+    24.96554177203906,54.8407877002623,194153.618980758,649208.352404116
+    28.533489003672862,35.143587710989166,558894.27911016,-1529139.238080665
+    19.325887543467918,13.710854570243086,-351861.426548641,-3911021.161842679
+    29.84296446855317,58.76288187240232,466719.738126392,1102356.648826243
+<EPSG:5124> +proj=tmerc +lat_0=58 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    19.17299554094262,51.6295475332098,-268738.176115551,304299.308312851
+    21.757453241612907,18.130475913783158,-190325.018863259,-3423696.117443059
+    21.041771648463207,39.698964862017135,-196637.639631712,-1029456.054416758
+    27.918788025559003,-72.61393564914668,214012.581464631,-1.349516820259268E7
+    27.915479301089043,-25.536673769612406,443408.856218691,-8261203.801080594
+    20.643322944192242,-40.17058696023409,-228557.588609346,-9886891.990666047
+    27.815859442467694,-7.892251293597866,465844.464206296,-6305472.680477754
+    23.618861211794197,-1.6032344344631468,1946.334579537,-5608580.718878885
+<EPSG:5125> +proj=tmerc +lat_0=58 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    31.964838362516037,-35.23285138619529,688906.457935158,-9350923.695558751
+    24.41425087860412,-81.66405182866824,82420.65267772,-1.450240410974032E7
+    25.232357201563598,-15.152823247021217,71235.341167657,-7107199.6293507
+    24.890486011564796,-66.79587072179535,73190.672042229,-1.284300301118322E7
+    28.77586897950517,-12.415021736892214,456373.19617678,-6806470.527282852
+    20.08497971862529,20.381430084769576,-465931.189781323,-3167356.378479778
+    22.63432885384441,-13.268021795337575,-210661.320589374,-6900429.278802749
+    21.70331754813159,-24.5120462814899,-284961.261412943,-8148583.483719897
+<EPSG:5126> +proj=tmerc +lat_0=58 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    29.609243754617005,36.59462204727072,378261.094280365,-1375254.488465806
+    25.89793849547903,-3.9636511220225543,33136.831281521,-5869591.821996036
+    23.714158723975366,82.46747121349273,59227.988200776,3730376.625773406
+    25.164727602083964,-51.23174203861577,6736.491191698,-1.110999720081543E7
+    30.113089620794252,-5.562586615875375,500588.202714772,-6047606.581193476
+    30.88579795145057,-70.95491053807584,259669.454525831,-1.3312580835513856E7
+    32.71827295047822,49.61777089684824,549206.161363203,85652.702781613
+    24.20979468899387,-63.42194150795836,-14354.750517463,-1.2468743288593158E7
+<EPSG:5127> +proj=tmerc +lat_0=58 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    32.29478640466612,0.18953142929150602,634378.567320335,-5410251.274216373
+    23.664666613234164,32.18282761679639,-261809.448903208,-1862700.9942667
+    24.962407226474383,29.039139913057838,-147210.106848885,-2215016.816463985
+    22.377272984385502,69.3427179356456,-101564.735463571,2272811.584477443
+    29.433868979874784,46.73897830770136,247795.437109059,-251236.271771318
+    25.160758929235907,-31.757957851869463,-121648.606320644,-8948678.635210002
+    21.377658178632156,72.34678274946094,-106988.241740995,2610093.544137461
+    22.727709270973012,-34.113660125920504,-340489.171849009,-9217854.289348453
+<EPSG:5128> +proj=tmerc +lat_0=58 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    33.95049347522071,34.967317046482336,598022.633585241,-1546715.441003571
+    25.346294947138542,-76.34749957468912,16910.439580531,-1.391085741883433E7
+    29.09002542503273,30.582934854198385,156594.180324697,-2046398.383576692
+    22.688596594651482,-51.51531873198139,-303255.163358088,-1.1156732032834103E7
+    26.8843271350536,20.451867030219503,-68604.772097414,-3168060.712382726
+    33.18222490373012,23.588202233480487,578292.739237321,-2813770.582529952
+    28.018590144832743,38.46234248859756,57983.318179121,-1172354.445848749
+    31.13014616062497,-68.20560680021075,208992.228699004,-1.3002421449439589E7
+<EPSG:5129> +proj=tmerc +lat_0=58 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    31.42681931145811,-88.78173975767356,104574.809548965,-1.5297253187608186E7
+    30.63800130286582,4.897870762422826,226230.457201928,-4889583.889628889
+    27.09958572807397,-55.816796448663226,-50459.996892486,-1.162205568279063E7
+    36.20634877707681,-26.261648949296458,770867.809733406,-8354530.089270676
+    24.1725267032455,8.11170382591628,-487976.685702104,-4530411.427511156
+    28.03060996198724,-77.88881344666356,65574.195285886,-1.408113523462217E7
+    34.02356882101229,-77.75880681079857,207010.530852822,-1.407031976401223E7
+    25.833601822376924,82.87783853720123,49262.421678113,3776833.198222422
+<EPSG:5130> +proj=tmerc +lat_0=58 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    32.86888059683046,13.99809259721556,355986.574791015,-3881867.482959477
+    37.235574203346516,-36.92316388142216,700533.909008148,-9540528.388386378
+    27.261123297517784,26.648818129885953,-222570.334272037,-2478471.435272345
+    32.328590929421146,57.1574112507719,210650.125024616,907644.407219313
+    29.4254752188796,10.20604622617384,-17741.749928923,-4302441.739752884
+    36.91192181836095,66.76862259298349,381936.625713416,1991784.34875522
+    24.24978545393437,60.54938948874886,-242611.252715752,1300297.880656094
+    26.34568619964317,-84.16342206983985,52856.10326442,-1.4783061551534474E7
+<EPSG:5132> +proj=longlat +ellps=bessel +no_defs  <>
+    12.674362199453554,-22.400093072967053,12.674362199,-22.400093073
+    -118.07166716481532,-34.61979726555477,-118.071667165,-34.619797266
+    66.25908077013128,23.29832650875217,66.25908077,23.298326509
+    60.26778271248028,-51.565735240741574,60.267782712,-51.565735241
+    -33.64691154072446,42.04560589152291,-33.646911541,42.045605892
+    31.579955714177004,-21.368496969961257,31.579955714,-21.36849697
+    41.307367296305785,21.24488364767376,41.307367296,21.244883648
+    24.08738822781561,-20.04760646816284,24.087388228,-20.047606468
+<EPSG:5167> +proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    134.97673359601325,-35.6738263238498,560077.806411459,-7663330.818121294
+    129.79355397026075,10.850885863641437,68090.865294483,-2506959.808318751
+    133.29294906162565,-41.71618929694574,390797.32090483,-8329267.867321013
+    136.6232067524887,43.498411296787026,654781.867951052,1125914.825798095
+    124.7990045316309,33.334479399965204,-377686.916331109,-379.471012564
+    129.48615794504315,58.49614280487694,111739.289569721,2779783.657811228
+    136.17172390210436,86.20102490303299,238215.958506626,5871237.308684715
+    126.27123591218866,-63.01523472435665,-39305.227535374,-1.0705230783456838E7
+<EPSG:5168> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=550000 +ellps=bessel +units=m +no_defs  <>
+    125.67559544628445,46.81072787963379,98928.749085173,1529452.341546377
+    123.99852474810169,-39.28157686746856,-58965.969699267,-8010702.9643794
+    131.42165762550462,-12.383725634746156,681219.205534728,-5030467.451713825
+    124.74251498240712,87.90341620299117,190778.989175667,6109814.402162993
+    129.28234750730087,23.226629638807623,433614.990389585,-1085856.656485116
+    130.1318643083642,-8.459686867480087,544994.638950428,-4593867.71013724
+    133.31129062005317,84.1346953628177,271883.093653847,5692706.84766417
+    132.83508379287372,-60.32133060695712,522110.65157091,-1.0360519456853801E7
+<EPSG:5169> +proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    124.87363127833474,-24.421537296307875,187185.490183812,-6408798.469884146
+    119.59585126171395,-80.68636890411284,102470.564919702,-1.2672422341178717E7
+    120.23079042184656,88.05866707091204,181977.561442453,6077721.111163164
+    118.86708995773068,14.907493626677322,-460906.148918978,-2049357.916927904
+    123.08610095142458,-74.00590688274167,141129.640530302,-1.1923120275788197E7
+    125.39423544745809,-85.56493471170238,203404.569239353,-1.3212647466579914E7
+    129.2576716964842,-48.29634111136542,515834.693137217,-9066679.217832917
+    125.99448286564575,-10.967821959497911,308688.822950084,-4920047.134827918
+<EPSG:5170> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    122.28255865421575,38.608097356800855,-210953.941703677,578062.903652905
+    133.09827195648376,-56.798320977356845,572279.622593173,-1.0020480896366106E7
+    131.66543198814568,61.67357413630714,446891.123358143,3141611.80893317
+    126.73840493809004,42.54579600553032,178515.427335096,1004743.539317261
+    121.7583098217587,-0.36544107535345915,-384243.771404586,-3747653.038338347
+    133.22643970538167,-9.796126072110539,884283.121506414,-4796623.260213023
+    124.61305819871976,54.36171066275381,44867.915362359,2321103.434549662
+    128.5225494883565,-30.62079575139014,345973.195325576,-7096665.122148777
+<EPSG:5171> +proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    122.9981489742348,40.101311046312446,-311861.570798749,750558.5527527
+    123.49872214019109,80.21313871634152,95726.433126925,5205825.976257453
+    129.66045294651505,9.815841052256232,272445.137727414,-2621625.354958017
+    131.5965698743443,78.5780901282885,257400.618148326,5019624.382881262
+    131.84387825597685,-35.91577643915468,456689.402643125,-7686618.091301877
+    129.42925913005257,-32.0833849269198,240520.642845816,-7257906.239304921
+    133.23549440276273,41.74092510587758,552328.142184604,923996.664784576
+    127.42948456641183,-86.68333726119248,189854.010162911,-1.3337671910701972E7
+<EPSG:5172> +proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    124.12553701824815,49.19256973021416,-300837.104991436,1766201.433595537
+    136.9616562023848,-6.218134547222633,860866.731681709,-4398338.705938255
+    137.30555680475885,58.108836838918165,571355.467626701,2753032.456990905
+    136.37525353874827,-65.34736077146651,450012.148543624,-1.0967047060489243E7
+    129.1889572609988,-64.71727851906945,113681.01326066,-1.0887370213605708E7
+    134.04296911065512,-13.84203983892479,529066.987600113,-5239891.291488093
+    137.96971840268392,47.44003202467465,725545.769178292,1572154.93063456
+    133.9322747123314,86.76838017948162,218452.447398045,5933346.468409306
+<EPSG:5173> +proj=tmerc +lat_0=38 +lon_0=125.0028902777778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    124.28718273189067,29.825073894217823,130830.532379098,-406465.052481305
+    130.25443983291157,-32.42399424393389,694175.497587044,-7307756.153843324
+    122.82656945567376,-63.628052254056946,92124.647067874,-1.0766560069338642E7
+    120.50777145987726,-57.889161771102984,-66478.209322981,-1.0134207864625748E7
+    124.87017156459707,-25.900521641313496,186702.895292184,-6572617.737505103
+    123.09648208868677,9.609174256765712,-9274.689584317,-2643971.560199426
+    127.68643496936005,75.70940602813153,273938.548485414,4699813.582988619
+    122.40274924361273,-3.2399305963631235,-89052.548934504,-4065671.04289258
+<EPSG:5174> +proj=tmerc +lat_0=38 +lon_0=127.0028902777778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    120.70708036825245,-42.73059123706057,-315623.767606564,-8458654.939760994
+    124.98741226563047,-32.4763606797209,10548.228450403,-7303188.474345755
+    125.82656797148098,-47.77400821304739,111845.137854127,-9000508.315557765
+    122.16293658517412,3.784165474923512,-338191.081017667,-3287177.431470314
+    122.9422810005627,78.09811157932523,106559.140448763,4968008.77422341
+    127.28234561686644,-39.655123206080084,223980.527115237,-8097911.835700413
+    126.57361689038515,48.25919061077721,168130.022035379,1639713.505794275
+    120.61258477851138,-81.24307106191768,91572.185608208,-1.2736019502754325E7
+<EPSG:5175> +proj=tmerc +lat_0=38 +lon_0=127.0028902777778 +k=1 +x_0=200000 +y_0=550000 +ellps=bessel +units=m +no_defs  <>
+    126.12550660684936,-64.73851833056419,158211.024630343,-1.0838793616857368E7
+    120.29190882619235,68.83462670465698,-70032.556316491,3995853.872369499
+    132.7911440964051,-42.396985498945995,676585.523016716,-8368598.231016377
+    120.2899640191562,-33.36501156313916,-425242.269106188,-7370142.565705641
+    131.7585653894186,-3.384618875819399,729028.364003664,-4032596.439971285
+    130.68688906064753,-20.05367082080963,585548.329646771,-5879424.623092231
+    120.18412523953644,2.917195669835209,-559794.796060902,-3332229.801673781
+    129.1545534194874,40.91541924753912,381246.130784688,875876.843478867
+<EPSG:5176> +proj=tmerc +lat_0=38 +lon_0=129.0028902777778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    133.1974362638057,50.23624178863986,499169.922475596,1867901.047477054
+    122.96437606162567,82.12025896517113,107716.738143528,5418646.75064235
+    128.26093149462807,71.8870755319675,174247.942054679,4271752.37420596
+    126.25056214110064,-27.407172169079033,-72219.83554173,-6742539.248421969
+    132.0170730546481,74.13128485506803,291985.149289337,4524339.105975136
+    132.10364981191708,-52.96718043925658,408280.847400405,-9581941.498224907
+    126.14278290058218,-19.636948605537228,-100044.090662215,-5881560.885361196
+    129.31814458551136,21.100786327025617,232751.34456036,-1373036.408980513
+<EPSG:5177> +proj=tmerc +lat_0=38 +lon_0=131.0028902777778 +k=1 +x_0=200000 +y_0=500000 +ellps=bessel +units=m +no_defs  <>
+    125.62892441235691,-78.36616540466864,79152.632759564,-1.241440177270476E7
+    125.70586983491638,-4.787762914267873,-388382.228538431,-4238717.704131804
+    135.6756862110712,27.912580577908287,660229.45400181,-609828.759134838
+    128.4175007200894,23.437603050046633,-64229.204662626,-1111957.352930567
+    132.28701140130678,-78.59314691699855,228357.041058034,-1.243449704680749E7
+    133.05937049330421,-88.68730018802245,205260.29890933,-1.3561425936360152E7
+    129.01718918610948,69.66524801070742,122979.348003163,4024983.177097108
+    134.29884991156774,17.02190393897864,551052.730969221,-1821570.3890469
+<EPSG:5178> +proj=tmerc +lat_0=38 +lon_0=127.5 +k=0.9996 +x_0=1000000 +y_0=2000000 +ellps=bessel +units=m +no_defs  <>
+    121.24215244483577,87.75466370672825,972684.419063599,7542295.259550669
+    128.02264404667295,43.782554826359046,1042050.198788597,2641970.017961548
+    129.8306325053842,-74.45328341912763,1069701.378671677,-1.046847791449412E7
+    133.05536288111657,-1.918561842137592,1618731.472974312,-2418440.706891028
+    132.7060000881235,-53.63377815927923,1344056.084482975,-8160159.637088975
+    122.61827486734302,-54.244369556100295,682043.370673985,-8226487.853747824
+    128.79298609497445,59.847574823017766,1072439.270526784,4429053.669917393
+    124.55682125045627,22.33497727819656,696861.383153251,267230.295157564
+<EPSG:5179> +proj=tmerc +lat_0=38 +lon_0=127.5 +k=0.9996 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    132.20031331702245,-64.85999946549467,1222650.667392782,-9406940.851236068
+    124.39399804053375,-19.634164602935073,674227.586232354,-4379782.870702224
+    120.92623743497123,60.08256725392363,634649.038824181,4472987.651692314
+    122.83965088253868,-18.899407551850572,508773.799770583,-4301993.26703069
+    123.57934226758091,-36.8005119782085,650168.393215593,-6285734.27657242
+    127.07078847313826,-79.01238100069628,990867.572481963,-1.0977204434925193E7
+    130.4347402622079,-30.78844777155146,1280843.561969243,-5615655.688677054
+    126.1810684514661,82.06768599207962,979680.990821893,6906801.219953234
+<EPSG:5180> +proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    127.05991660351384,-82.04535509099773,231831.967795734,-1.2821602058011841E7
+    127.74996594171454,3.8857234250430963,505542.81898118,-3277333.173405825
+    125.62899922272882,29.169438964861342,261189.427657479,-479284.854660578
+    121.806824808018,-84.13091711230756,163549.380996938,-1.3054956318411618E7
+    123.04890980377125,0.6630146613542394,-17222.180479997,-3634142.809954082
+    130.04929021271394,-71.4896175555442,378803.094641097,-1.165015412238983E7
+    129.4500286098324,-79.35860200533318,291687.904031822,-1.2524522080925204E7
+    120.55177982631915,-88.78466546288354,189472.626038488,-1.357412716878841E7
+<EPSG:5181> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    124.91925773085403,16.348230683310646,-22362.558635163,-1898182.555321628
+    131.9025926214006,-17.713153183581255,720563.218067471,-5673520.028961887
+    122.1619935936972,36.50699662032311,-233554.869839369,345207.588773776
+    125.12902410714638,-45.85445744821168,54689.238998608,-8789109.675176803
+    121.60037457856458,-68.94636220064541,-16328.620831647,-1.136846183428452E7
+    120.21463650265892,-12.153382214771966,-540112.252931998,-5060808.456059982
+    123.97546817985508,11.618117499289411,-129977.696292067,-2420902.515870562
+    121.19450986470162,44.86053342475543,-258857.569361862,1278373.669646594
+<EPSG:5182> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=550000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    128.3306325386225,-44.72825288362739,305411.013813346,-8613104.860728132
+    122.97337651144547,53.37393008710049,-67931.379806919,2266298.127729368
+    124.84276155167846,57.029764766565165,69017.193126384,2667799.566617591
+    124.50604994050983,70.46488369646747,106912.011656889,4165257.131532431
+    133.57637668478776,-74.16660852059901,399988.285742439,-1.190247303113877E7
+    128.05604077108092,31.212749883282413,300634.445080969,-202455.203556662
+    124.30227367264189,-17.830768628611708,-86060.410139301,-5631812.746938337
+    120.1188172140885,-71.33197159286642,-45457.350383877,-1.1589071622136282E7
+<EPSG:5183> +proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    130.20457941957068,-14.27421616043651,329988.201106556,-5286520.036821767
+    134.42016101196478,37.459646705180646,679725.274203719,453849.621535319
+    132.04681503173333,48.80850469535093,423780.449385405,1705313.24264394
+    134.52788822031346,46.18636129864845,626741.224704974,1424180.016550518
+    132.42390617701983,50.3813362706191,443505.384693541,1881373.689166606
+    123.907590511844,-42.179308370278406,-220778.432335241,-8391624.733264849
+    127.3196229338332,-47.519228655002514,73442.201724785,-8973839.628658699
+    134.49463140682033,-26.89378425596186,746378.482227978,-6695233.845680239
+<EPSG:5184> +proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    125.41419418220076,6.9171511042946605,-418271.174970544,-2938963.513577783
+    133.74652309042585,-54.07728092176572,379750.206186116,-9705505.841151562
+    125.05481164789924,-8.604859196711999,-455546.923488028,-4664148.028277542
+    128.84082343155782,82.54953541949985,168737.040894359,5462927.090623308
+    125.88394420140087,24.84899513836568,-317543.544400616,-948443.703924524
+    128.76444449697271,-49.58978935032668,38367.051094868,-9205120.88042432
+    124.83387540280917,-13.601951517964807,-468437.660327881,-5220287.468748877
+    125.99939575956647,43.246887660389945,-206149.690862798,1094809.2174773
+<EPSG:5185> +proj=tmerc +lat_0=38 +lon_0=125 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    125.31045582112365,14.300349960025969,233495.908119278,-2025899.03838106
+    128.4795911164289,-1.722121074169948,587411.916643575,-3798274.745046597
+    124.7443321579861,-1.1623392101732009,171544.90812943,-3736024.300329296
+    128.45307759881857,32.589758724905806,524269.331866132,5020.935440291
+    120.83430445395604,44.596004596627296,-130756.20664555,1341000.741399961
+    130.98465225715321,45.11342575939423,670935.570972659,1407509.282132281
+    128.22458512413294,19.541772852543716,538548.802559422,-1442669.179968571
+    122.67192482608952,72.49478459552023,121825.759543992,4441358.800156131
+<EPSG:5186> +proj=tmerc +lat_0=38 +lon_0=127 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    133.35949872067584,-81.0194890948602,310653.944266731,-1.2612549601198902E7
+    125.00223487657536,28.85923778290598,5055.555096712,-412189.217835929
+    133.08720057794747,88.09167487809094,222598.503803788,6182520.997781477
+    126.51591277954432,-85.73530585067283,195979.275229332,-1.3133148908467667E7
+    121.49660741582558,38.18253403749094,-282351.850791431,634606.00534673
+    131.9625290219168,-51.746950105183394,542634.912235476,-9354351.140806098
+    123.89824121367135,-44.73388496712127,-45694.554088969,-8567552.24897424
+    133.1089121243685,-10.901441967318974,869034.611562793,-4819826.416466272
+<EPSG:5187> +proj=tmerc +lat_0=38 +lon_0=129 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    132.11277500546313,32.45433533921707,492737.761227968,-10994.171488617
+    127.82556304717096,-11.281411133707238,71763.591674028,-4855349.677683876
+    130.4132840098525,-59.94488432950347,278988.397335211,-1.0256273563147733E7
+    129.91613697725495,-38.3565016796225,280076.25897475,-7854964.965321396
+    130.71833113122196,-52.60500238029885,316409.499120315,-9439549.051155688
+    133.85952791651167,-39.824109202705586,616126.951100369,-8028813.902432205
+    134.00067602481568,-45.81477647421348,588645.553898916,-8695173.730872871
+    122.84002829223348,-73.20539486963031,1573.90895364,-1.1744364198832374E7
+<EPSG:5188> +proj=tmerc +lat_0=38 +lon_0=131 +k=1 +x_0=200000 +y_0=600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    135.2210345315847,-4.834390710356814,668643.814364117,-4143526.82269161
+    132.3876647063634,88.84028686288187,203136.675369013,6264972.89172619
+    134.90171013410156,-75.04731442266673,312344.509122209,-1.1943414072407976E7
+    125.51594611860851,-60.48986538189811,-101237.690597083,-1.0328710345497986E7
+    127.54086962049867,-79.71829157546571,131085.234511458,-1.2463230173855899E7
+    137.97854291997277,-5.276804327205539,975477.361258027,-4195352.982417678
+    126.34907651420488,-80.50519164394942,114404.289297959,-1.2552476867927907E7
+    130.21754424518014,-44.56453220046861,137840.283386291,-8544347.783091802
+<EPSG:5223> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=500000 +datum=WGS84 +units=m +no_defs  <>
+    18.703070300222798,23.851883420234742,1183610.808046467,3154048.342533827
+    18.96453569179325,65.27416719257019,824533.038433562,7756956.226945845
+    5.260436613591273,80.29656658534796,373460.634970905,9422032.207152326
+    13.376044386805827,-16.76750740141786,646661.844982839,-1354343.979450636
+    18.764542589844694,64.67492897222806,822388.139116295,7689456.384108859
+    8.867584068471128,-42.56061042981354,242859.126669373,-4216779.948611642
+    18.044541868693777,72.81531422907011,699027.91768093,8589918.458131552
+    7.656418343127154,35.95422959795022,108179.826036429,4487601.741981341
+<EPSG:5228> +proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,4.9732,1.529,5.2484,3.5378 +no_defs  <>
+    107.48980765127521,31.5089095437485,107.494358673,31.502947782
+    -159.9654314899519,-61.39398954669171,-159.966428577,-61.390933025
+    -152.8684432092118,4.196672766620807,-152.871670937,4.192310493
+    -159.4805507939164,-70.53496406008401,-159.481196909,-70.531101441
+    172.8382695465911,-11.956887828209034,172.838521092,-11.960283955
+    -161.00337935109658,-16.057596190299748,-161.005410753,-16.059819105
+    -7.0427982618353155,-68.98320914097195,-7.051535234,-68.988371155
+    168.70593642218483,59.17408093826589,168.705785012,59.166548646
+<EPSG:5229> +proj=longlat +ellps=bessel +towgs84=572.213,85.334,461.94,4.9732,1.529,5.2484,3.5378 +pm=ferro +no_defs  <>
+    22.64029986704736,48.03247526821326,40.308995148,48.032714364
+    135.29935214417873,62.840339608719546,152.972327558,62.833926098
+    31.46876826596622,0.9308353487620593,49.136029547,0.926355436
+    -20.530839719020832,28.33756895145764,-2.867879705,28.336452674
+    88.1785679292077,-2.9529708845767146,105.848872826,-2.958505856
+    -172.94566513963716,-24.4658634272553,-155.279670944,-24.467298616
+    38.29202109589258,-13.027381573719339,55.959571719,-13.032735623
+    58.96793830948104,45.72008090793918,76.639976483,45.717987937
+<EPSG:5233> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=-0.293,766.95,87.713,0.195704,1.695068,3.473016,-0.039338 +no_defs  <>
+    -129.31551660608045,80.52508815236578,-129.292425225,80.518927228
+    25.112336340030822,59.24258799535289,25.099615415,59.243643529
+    133.9491996808756,-55.20501253122053,133.956162559,-55.208352927
+    23.496314881183054,74.6488254933225,23.472408589,74.650820711
+    105.50334721388072,-2.815212484393143,105.504202472,-2.816350045
+    -141.30120942376476,47.33477077377768,-141.294615991,47.329084974
+    -64.40069160730566,-81.51993322403332,-64.41907491,-81.513188842
+    151.19156506514292,-69.63770981756676,151.207418705,-69.640449965
+<EPSG:5234> +proj=tmerc +lat_0=7.000480277777778 +lon_0=80.77171111111112 +k=0.9999238418 +x_0=200000 +y_0=200000 +a=6377276.345 +b=6356075.41314024 +towgs84=-97,787,86,0,0,0,0 +units=m +no_defs  <>
+    84.66006565619226,76.93514044401121,297855.978666418,7971222.765091752
+    78.28566829717063,65.67259545675455,85492.785929303,6713787.348259003
+    82.52856828987268,29.3387712564724,370401.190486379,2673726.186989746
+    77.25533802248712,-39.847133982948606,-101166.263069449,-4992107.215685389
+    75.20765950329466,16.182170709010734,-395966.96286781,1223641.915902568
+    77.32027374645514,-13.103180353024868,-174663.502772153,-2025626.893633513
+    81.30865839209314,56.20170035469815,233101.03928898,5656472.475040426
+    78.98682379892952,-15.78606410950573,8523.960145531,-2320693.231710261
+<EPSG:5235> +proj=tmerc +lat_0=7.000471527777778 +lon_0=80.77171308333334 +k=0.9999238418 +x_0=500000 +y_0=500000 +a=6377276.345 +b=6356075.41314024 +towgs84=-0.293,766.95,87.713,0.195704,1.695068,3.473016,-0.039338 +units=m +no_defs  <>
+    87.38313510145592,8.868486625735898,1228503.396934428,713034.047654848
+    82.34965005248635,54.02090530756399,603263.02483183,5714741.306581805
+    77.46677721735908,-54.89797802304636,287807.487462116,-6364293.755865538
+    74.33331725115292,16.257417491012475,-189622.370007963,1534774.413698795
+    87.46709480135183,80.94644660612403,617307.15811266,8722562.785229435
+    76.06330882575001,-22.784922474357103,15943.94621406,-2802262.108688357
+    83.61676113591307,-0.9276397628506317,816538.137940133,-376769.964330169
+    80.66239468698697,-57.380523357875774,493199.875590205,-6635672.666701667
+<EPSG:5243> +proj=lcc +lat_1=48.66666666666666 +lat_2=53.66666666666666 +lat_0=51 +lon_0=10.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    45.175798882815286,-1.9295517541134268,5377664.965951959,-5388356.21993485
+    -53.71463942126825,42.87205058901126,-4646738.752828025,1262825.424778786
+    56.66315548861047,66.42690243891477,2007360.0742111,2390920.146512041
+    -7.999066882583477,5.145826847228497,-2677878.759127121,-5261680.36332196
+    16.662195730541512,82.56747817387317,115262.115096686,3784591.325297636
+    -6.466516194911236,61.00118436333115,-923623.929190667,1225216.189209134
+    1.7147944981191898,20.09361330224045,-1041762.270853566,-3520969.417149927
+    67.49132991912967,27.517930194121085,5479776.170653274,-437293.760037109
+<EPSG:5246> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -117.31537431194278,80.94567152038834,-117.315374312,80.94567152
+    52.27204686435212,24.785296049968835,52.272046864,24.78529605
+    131.99397749765092,73.04646994088864,131.993977498,73.046469941
+    104.60984645703627,-64.08892856045748,104.609846457,-64.08892856
+    -29.679990926031167,85.05547709279884,-29.679990926,85.055477093
+    -26.67345157989587,3.1272165571758705,-26.67345158,3.127216557
+    -50.56096826613839,-81.4336303835577,-50.560968266,-81.433630384
+    56.19451269568549,44.826355782025814,56.194512696,44.826355782
+<EPSG:5247> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31580995 +k=0.99984 +x_0=0 +y_0=0 +no_uoff +gamma=53.13010236111111 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +bounds=112,4,116,7  <>
+    114.62177988070057,6.260012593821091,547871.398880832,692701.935332431
+    113.18141810613508,6.349022986211276,388353.532301864,702339.146997567
+    114.80126512230069,4.191054580519864,568391.882479613,463945.446053583
+    115.67716108690749,5.382977391471449,665080.569156236,596075.592210067
+    114.04727652280684,4.487522231568342,484622.548710027,496513.546582094
+    113.85611513304647,6.83358986689234,463017.066988671,756041.65507285
+    113.23299681155358,5.943701066861998,394092.452394606,657472.954240015
+    112.5260422865988,4.435324236382733,315772.200488237,490523.955125574
+<EPSG:5252> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    11.451960651460269,-38.304188767363236,11.451960651,-38.304188767
+    151.10187039089442,-73.76925207806994,151.101870391,-73.769252078
+    105.59186942665775,-17.896011057029042,105.591869427,-17.896011057
+    -56.582055290765624,3.375738383129047,-56.582055291,3.375738383
+    -168.86371229447914,48.32510902122098,-168.863712294,48.325109021
+    -76.92750025879508,-41.42343035205156,-76.927500259,-41.423430352
+    -69.51870447914504,34.174888507733925,-69.518704479,34.174888508
+    168.67310561399302,68.43199684385104,168.673105614,68.431996844
+<EPSG:5253> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    31.592895341647225,-53.837950898233274,802252.794332481,-5977668.948576762
+    31.637875871015577,-51.351111122402614,823027.188440889,-5701367.949215637
+    21.919849234886982,36.13998044966188,42582.095284068,4013052.670830739
+    26.690214621841257,16.806315366127535,466978.415390498,1858898.238331703
+    26.76255138623833,-49.15691534166914,482680.112037219,-5447105.534941689
+    24.10658150711797,17.947446230562434,193375.619702728,1987552.446117571
+    20.897009683524804,-15.633802893247548,-155473.40626106,-1738554.600107317
+    25.384439549463007,43.93786175109628,370286.220806797,4868187.19544684
+<EPSG:5254> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    33.93319476552024,11.368724317797657,929619.556738569,1260163.026531572
+    26.141708262866477,61.95341721216619,297609.073798779,6877757.012652441
+    31.889540816865857,28.039542075031136,685809.806454658,3104264.401640146
+    34.50262342157035,81.5294277037705,574001.894556146,9058800.739105176
+    27.868555897165827,-22.332440377322428,280382.90329065,-2472165.133422238
+    30.001070990170295,-20.73739868727661,500111.544855218,-2294002.879162457
+    32.303192093094324,-24.04973774438433,734306.160523125,-2662717.434315606
+    32.77234238110913,-38.37368000362696,742282.760348978,-4252616.915636261
+<EPSG:5255> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    29.526145732817994,-43.97468061198735,221250.586309018,-4876880.161800857
+    38.40985096620103,57.48725833213814,824255.835233596,6387101.085729584
+    30.316627556131504,62.92968678948873,363728.189503453,6983389.587928688
+    35.55024091606841,11.786074520279115,778029.791303993,1304684.201468572
+    33.04799415268653,86.79878827882106,500299.350006942,9644413.536659688
+    30.063212750974863,-84.34088951564578,467668.882590231,-9370722.633443736
+    26.699289973171545,-11.344778728630942,-189067.524446327,-1262079.416630348
+    26.240791570456334,-35.92948990630433,-110420.012856497,-3998904.084822492
+<EPSG:5256> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    29.45314068093493,-79.45450539998951,366457.072412716,-8831740.442665666
+    29.954582862535077,-82.17536447326616,408242.14434616,-9132856.11024329
+    42.23238932292351,-59.95569647888907,847889.033334239,-6665539.897296673
+    41.575271719896776,-41.61924972004204,964745.786981208,-4624390.447166248
+    38.90065268727706,52.44778355754619,697195.680740933,5817127.961032929
+    29.731496010570584,-49.36364158350189,44809.245675359,-5489000.256993593
+    32.1725554330173,-64.97287736219829,319341.547023988,-7213785.48427931
+    39.734961010547664,58.76436586632255,716062.072096133,6522445.786764881
+<EPSG:5257> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    36.80090101991216,64.43435286175617,394084.063866146,7150109.968827369
+    40.78321217599856,70.74102622317946,565662.910097037,7852619.27172157
+    33.613154344230594,-19.259093294183828,-66966.237875193,-2139157.502616975
+    36.01112292674076,38.64755876444778,239778.559621323,4283619.761086546
+    41.499922980935395,15.870822548508542,767821.720705411,1756947.267389725
+    32.84982300556354,54.72677420007048,104009.019061104,6084193.549557243
+    37.251823160478885,-40.51505436111873,351840.456813302,-4488189.08753471
+    32.54764302509784,-82.05439987263202,400585.907911387,-9120097.420768507
+<EPSG:5258> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    36.06413258038278,-11.310356944558507,-149108.136653998,-1257408.421365619
+    46.30424165917719,-84.69503894680285,544406.974086298,-9411112.251874954
+    45.19768843023118,-27.706716295835612,815471.685268576,-3070036.703843939
+    46.267170314317426,-2.507003116406352,975008.211370741,-277986.637303335
+    43.224532682152095,-62.624234085623,562843.984384928,-6947098.581720309
+    38.02423359893089,-49.03188664710725,209304.412204245,-5440794.927742176
+    39.04069609052584,-10.82461920711421,176260.511844806,-1198637.605004544
+    35.128794776259944,34.78852626794752,-129398.135202291,3872726.380681616
+<EPSG:5259> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    46.17794096859025,-1.3808595512313246,631099.250689255,-152720.320666947
+    41.720713317791265,-24.487089696632665,167474.685419921,-2713186.70363803
+    45.86793727311109,35.8854365528145,578370.400745079,3973178.905327034
+    47.37180010234029,-84.67050537931209,524598.593033428,-9407217.601720955
+    51.962225741458525,88.43984809869403,521120.278636748,9828990.899610916
+    45.084002462067176,78.73917615010754,501831.950857211,8744363.242355868
+    49.4062701508081,74.97419736283621,627455.129994182,8328793.524022309
+    50.62054712975178,-44.44207442839232,947456.191781581,-4938336.306014485
+<EPSG:5264> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -157.08999474672532,-62.13975428086424,-157.089994747,-62.139754281
+    -102.94257867034266,87.54154436947894,-102.94257867,87.541544369
+    -24.324110315864687,-26.764023337042573,-24.324110316,-26.764023337
+    149.3913336563753,-2.77960205877352,149.391333656,-2.779602059
+    23.04845234012194,-38.51247556808775,23.04845234,-38.512475568
+    -71.15037488801272,-18.646718161533514,-71.150374888,-18.646718162
+    -98.11692452619717,80.75812467187475,-98.116924526,80.758124672
+    -91.19272938837615,32.941570888165955,-91.192729388,32.941570888
+<EPSG:5266> +proj=tmerc +lat_0=0 +lon_0=90 +k=1 +x_0=250000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    94.69002487678355,-81.58845172281198,326542.270171573,-9065615.205274157
+    93.98271575989742,-52.58995038527835,519857.948018782,-5836444.212656233
+    96.12470517689316,-76.83874847558928,405469.671099095,-8540291.550088169
+    84.88908297703475,14.304096890622361,-302066.320882249,1588086.455350531
+    83.58613898634903,-35.19955309563668,-334496.207948245,-3915636.186114932
+    94.97754732175193,-37.03861010609907,692989.595702541,-4112403.233367844
+    92.8620302189549,-13.607439408984277,559829.557961687,-1506735.397598122
+    88.84105166943483,15.350830585365614,125552.74519458,1698142.364740124
+<EPSG:5269> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=9500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    20.987648532687952,-1.3464772993192184,8829653.33909387,-149714.81760126
+    33.786460833299394,51.58053837197798,9970172.465074267,5738534.410253644
+    33.22341793134014,33.55874425938336,1.0078349562823104E7,3732122.478104309
+    25.475550995690856,80.20034543314424,9471025.187382653,8907890.42611412
+    25.552075657241488,-21.450206348485096,9349902.986597668,-2373617.360120724
+    28.415837209154112,-26.984454322956893,9640556.560554422,-2986695.887603797
+    24.698754991722456,3.5052825287939697,9244233.915333256,387913.096112906
+    29.505264204850562,-54.27273126698021,9663192.409491975,-6019170.216767197
+<EPSG:5270> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=10500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    33.782700367543484,38.50051838072574,1.0830027457129877E7,4269843.638299221
+    34.97405001632629,-14.945924582931966,1.1035683214636518E7,-1659014.142270322
+    26.512200838196605,-58.554407117855575,1.029701101388475E7,-6498307.412245595
+    30.427248477302726,41.33126819274645,1.0535766094096813E7,4577451.047741066
+    24.076526512840264,-47.59538199806521,1.0054585349968309E7,-5290469.93304145
+    24.97629403638695,56.645661953514605,1.0191959062062038E7,6291747.772558371
+    27.74650483286315,53.36674163296448,1.0350002808268918E7,5917802.573084228
+    26.474264251132496,-32.60377951800355,1.0168955584231382E7,-3614299.283263201
+<EPSG:5271> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=11500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    26.505766032298524,66.99501525629071,1.1217086145277066E7,7448577.017052336
+    35.68844584669394,24.10789741429977,1.1773392887927605E7,2669860.441980362
+    27.283079061265145,-54.6294574265277,1.1130989369478919E7,-6071014.163236534
+    31.56853327390337,-35.57234687838193,1.137023605233483E7,-3939035.498893625
+    36.43133188827928,85.71575980907582,1.152861369760424E7,9524305.57162429
+    26.189379370429403,-24.700243204545245,1.0809743948678216E7,-2750047.268877562
+    31.73033713221826,43.50950241856671,1.13973295380255E7,4820107.691976723
+    27.283052980940624,-23.370519592356047,1.0914826175368425E7,-2597178.188956176
+<EPSG:5272> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=12500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    42.259798127862865,-21.179922024930917,1.3151014130997742E7,-2355881.928365593
+    35.27056742071552,84.8489862137277,1.2492685637481095E7,9426690.516614849
+    34.898661104501834,-58.32915845768741,1.2435475160572821E7,-6468472.340007847
+    38.53732606397409,-21.279345349528214,1.2763376693538222E7,-2356123.065865983
+    29.242842881871148,-20.261973257237315,1.1792805618133986E7,-2255856.986162025
+    37.57963596119842,-69.89992137874938,1.2560604128932232E7,-7758600.419751017
+    34.2500436421408,59.9697397167551,1.2402270850871298E7,6651993.712975544
+    35.41610448097601,85.58235499066018,1.249497672915888E7,9508576.770345688
+<EPSG:5273> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=13500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    40.167107999330874,71.37341964385695,1.3541619911878979E7,7922615.609332244
+    41.469164573598704,88.4943471183035,1.3507244305938259E7,9833949.825453117
+    34.02261210625396,64.21898014791557,1.32585446702503E7,7133717.904139652
+    37.34233687195746,87.95434172012926,1.3493391819058083E7,9773574.534986293
+    32.20548676648182,-78.12810360335514,1.3344231734108727E7,-8685186.49886225
+    44.26362492588092,87.06636715456813,1.3530046670603018E7,9675678.819442064
+    40.263921602430436,17.658630458656262,1.3634119722567271E7,1953648.476911014
+    37.32686937770515,66.01868186712494,1.3424094756789552E7,7325935.055478624
+<EPSG:5274> +proj=tmerc +lat_0=0 +lon_0=42 +k=1 +x_0=14500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    35.033615827021,68.07012945720757,1.4210053798825739E7,7570081.746292364
+    43.82537655973533,-22.99312936082346,1.4687173857303714E7,-2544941.628815861
+    45.10098401964085,72.18323239673987,1.4605902054919077E7,8015304.944196385
+    36.966068138273805,78.1014503084389,1.4384226617698886E7,8678140.850513961
+    45.85478491663195,33.82911765727428,1.4856938109588888E7,3751397.695353341
+    43.33973149516469,31.51505211585551,1.4627262507901188E7,3488857.994694507
+    45.31558379234779,-49.30716738158572,1.4741091754374657E7,-5469080.404906269
+    43.87024734191321,79.80946517648164,1.45369481686465E7,8864458.461462267
+<EPSG:5275> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=15500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    41.041301424147896,13.350581955360894,1.5070845182381544E7,1479923.763232229
+    43.3179087896475,-27.81161150984783,1.5334245975151885E7,-3078700.339758515
+    49.55533551862316,-85.47144762204255,1.5540130406806683E7,-9497755.491119387
+    50.849530843209536,47.133962144711006,1.5943721170349093E7,5238769.454975911
+    49.610754865249795,1.698880936088912,1.6013600177585304E7,188466.75356666
+    44.65578106621988,35.23588170212729,1.5468667261995308E7,3900816.565223655
+    51.46475333561557,33.91064167605569,1.609835129060675E7,3772630.412471207
+    50.48395730880725,63.05657695632027,1.5777099798831943E7,7006525.129518906
+<EPSG:5292> +proj=tmerc +lat_0=0 +lon_0=90.73333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    90.41312173146653,61.37010733090162,232876.156804809,4306777.41493401
+    84.58810270177501,-64.16861595176468,-48527.559746405,-9633079.861938566
+    97.38191703390883,28.48437886449834,901821.657297143,670210.918374732
+    94.32794545107944,-8.299934343210367,646237.670601054,-3419619.467124932
+    90.53596607904565,14.391012683742929,228714.136080735,-908383.174695832
+    87.77373005334144,12.547608846680433,-71773.911774493,-1110529.919860975
+    91.11630390295443,5.300375837805916,292451.323286751,-1913884.913651989
+    84.68808286486431,-18.806807306735777,-388192.091571921,-4591165.759530346
+<EPSG:5293> +proj=tmerc +lat_0=0 +lon_0=89.55 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    88.17800335521444,-37.153013047738625,128118.253073902,-6614373.64479129
+    91.24749867951058,-62.96896167995529,336100.97358614,-9486061.235622594
+    87.0345201119833,-26.29405824422625,-1263.175633925,-5411857.709983837
+    91.270031574855,-43.940973317490254,388094.683790149,-7368702.400078524
+    91.43586139746424,21.432838590200973,445528.978740651,-127823.168409665
+    93.13404359855542,-82.1657554448064,304528.49271102,-1.162867281919385E7
+    88.12515707457075,17.567544566998762,98725.657274089,-556313.527466943
+    83.65539091251566,12.912428219456132,-390723.558399482,-1064593.031911843
+<EPSG:5294> +proj=tmerc +lat_0=0 +lon_0=89.84999999999999 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    93.64684541306146,-10.954626583431548,665295.275743374,-3714064.795296154
+    92.25383365402637,83.25908092444897,281505.343659314,6749737.101546174
+    82.95193348100331,-77.64441487088095,85522.847174377,-1.113181993840409E7
+    90.65682531586816,-20.874417982597876,333958.001537264,-4809383.548244739
+    84.4122738194395,-16.40375882118515,-331579.523959767,-4322134.127468663
+    82.90568869206291,41.663483764404646,-328527.486617583,2137626.653137101
+    89.03797116245553,7.567403385141645,160384.526499777,-1663107.525132601
+    90.08836658313906,-56.72417382910499,264593.042367771,-8789223.979003562
+<EPSG:5295> +proj=tmerc +lat_0=0 +lon_0=90.03333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    83.27713654914325,-85.6304054701039,192637.811684326,-1.20172940227523E7
+    87.40807299037347,30.30105949483891,-2577.241762449,856408.157998321
+    94.15760720731247,-42.16926626882104,590821.595521927,-7178680.447849936
+    91.90262494523057,9.975376699377861,454997.771902139,-1396289.265764348
+    96.04774526319385,-81.66854061504412,347161.585371841,-1.1576508495402247E7
+    93.07435570359758,63.088832912867446,403586.175664283,4501921.781230564
+    85.39922522318584,56.829387164720146,-32788.500297557,3810495.566069674
+    96.70556553438612,-61.146812952609324,608915.311034285,-9300187.324614123
+<EPSG:5296> +proj=tmerc +lat_0=0 +lon_0=90.15000000000001 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    93.3204583670061,21.546516121003876,578542.275012589,-113071.841440608
+    83.74175340396991,54.65855669053781,-163279.031754853,3578106.25015411
+    95.07579513132048,11.364989826005967,788270.953977469,-1238592.372683259
+    89.43734086569546,6.663024947171934,171197.441602134,-1763150.712551404
+    96.11492022591156,10.484257945078468,904110.10431673,-1334369.244287673
+    88.03817281560733,32.23703273415278,50942.323335285,1070094.119422139
+    85.76597183998429,-11.099936666797817,-229393.798851076,-3731056.593147246
+    83.35655503316815,-61.7546480219163,-108358.61656161,-9368335.139427632
+<EPSG:5297> +proj=tmerc +lat_0=0 +lon_0=91.13333333333334 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    93.84714528666521,-50.12751192941335,444040.8341852,-8058558.25854693
+    85.76389972945692,-79.48201719099873,140684.006680252,-1.1332342965954214E7
+    96.90844999596685,-71.77100613788859,451439.060527715,-1.0476229383689187E7
+    86.26951353648455,-56.29563262479267,-51007.488143442,-8752119.116118744
+    92.90528294132955,35.27293063597784,411227.723988386,1406312.627417322
+    84.18018666320673,-84.21769851661489,171946.573704035,-1.1860857494718526E7
+    95.2755262550756,53.73110118843513,523303.548703608,3463957.962854569
+    97.98471402608077,-80.15852930780649,380493.69889837,-1.1410538387905497E7
+<EPSG:5298> +proj=tmerc +lat_0=0 +lon_0=91.23333333333333 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    88.97570546916414,-26.498619965698722,24898.874711595,-5434056.982633479
+    97.77012989900572,5.887386985090373,975412.745873496,-1844724.93344561
+    87.15047051321078,-88.24246014615046,236025.357933002,-1.230615762018379E7
+    87.48261270115746,32.074455332135926,-104241.783241467,1056271.073189498
+    89.50484189632151,55.001803650014125,139397.386704177,3598797.913971255
+    96.12021357655621,78.40898017164889,359534.459786359,6212074.60410291
+    89.8436982428883,-34.16114767222074,121857.116232676,-6282409.252346342
+    87.89049828793007,-28.837666051326707,-76329.505593467,-5695872.059112344
+<EPSG:5299> +proj=tmerc +lat_0=0 +lon_0=89.34999999999999 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    89.71793916857993,85.25036518812317,253402.772232751,6971483.271362107
+    89.99987417655305,-58.997014742152615,287354.570427997,-9042518.126752011
+    94.40424155274309,35.929598832425185,706299.220927141,1489558.591157947
+    90.20054712032307,76.07286283598788,272860.373229342,5946859.039560877
+    82.92770187366716,-54.51230083254394,-165674.398110076,-8561942.485057907
+    84.93199837234567,-44.1358114300325,-103552.673798351,-7398414.575155865
+    91.65450274504514,15.462119289574574,497367.693140573,-788549.686583399
+    89.33110636941772,18.641326469890984,248006.428097496,-438033.326876817
+<EPSG:5300> +proj=tmerc +lat_0=0 +lon_0=91.34999999999999 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    85.734026551685,-40.10005611393411,-229000.289662369,-6955786.248243947
+    94.31099040187101,24.60687899373484,549944.130009377,225737.290394598
+    93.53773826751042,53.727721368854674,394386.663202974,3457833.597608006
+    90.44165949622256,-38.09213641579794,170317.333863425,-6718114.602953182
+    95.90179039796512,-19.32396265245366,728728.036817942,-4643830.749352654
+    91.49495165239682,51.70193165363068,260020.97055671,3230189.066720131
+    92.48562180281685,6.444639772914442,375631.354124442,-1787218.761227421
+    85.37581732807607,11.19457565440456,-403575.029177873,-1255377.905932949
+<EPSG:5301> +proj=tmerc +lat_0=0 +lon_0=89.84999999999999 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    92.19185645178203,67.4647979224456,350178.162180423,4988081.787073717
+    82.94103764921894,48.19753595744885,-263472.568262647,2863523.051209611
+    88.13046231078513,61.00342875945972,156977.57902549,4267096.646646964
+    91.18047799050797,-64.64896760083393,313584.85761021,-9672869.735867469
+    83.00101344121977,-57.5769777887949,-159348.99368869,-8904860.191850457
+    86.04973515923854,-25.679619371735853,-131675.864576694,-5346831.460039474
+    95.31388745424012,7.068856903305772,854539.688500369,-1714771.127292477
+    93.83627232178007,-28.56817308391207,640193.349915274,-5667906.66854589
+<EPSG:5302> +proj=tmerc +lat_0=0 +lon_0=91.56666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    91.04153069557258,-20.58797303212603,195252.393124857,-4777547.791218807
+    91.04115119281849,-7.14534527216064,191950.407965628,-3290165.498671886
+    86.26814898204351,-49.92482870130423,-130380.326033109,-8045961.953295994
+    91.05316016058158,82.31387887631539,242329.473620447,6643558.206198635
+    93.93477487050069,-37.07945943255003,460586.242595977,-6607953.967246607
+    96.14363583827205,49.393740358147426,582203.265794973,2983500.465337187
+    91.76172219053791,2.567559936932824,271691.871062393,-2216090.357695102
+    90.20763635958787,84.85964347013217,236401.376910997,6927995.034639841
+<EPSG:5303> +proj=tmerc +lat_0=0 +lon_0=89.06666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    86.24931786866252,-76.69665936948206,177628.8875176,-1.101806159892323E7
+    85.9017852519164,-12.26012532482953,-94490.459980613,-3857882.305091491
+    85.98051773301896,81.78534785020315,200774.179147933,6585814.291935077
+    83.37590040289574,72.69797843498247,61272.028347231,5578973.975091857
+    91.03913251235063,-56.25964924941984,372231.998877389,-8739223.319621796
+    91.38499680037432,25.30037296383597,483504.176466587,301347.658469908
+    95.17880987259531,32.53995128286873,824607.183545488,1118252.350302191
+    92.78991135046371,-26.071534608211444,622698.778428557,-5390086.794462355
+<EPSG:5304> +proj=tmerc +lat_0=0 +lon_0=90.26666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    96.55199209733817,-62.162227699953526,577216.360021318,-9410904.334796201
+    89.80626692921726,-10.124980166376162,199540.961006505,-3619714.302000536
+    84.63300205487319,-46.75695130830698,-180370.596922667,-7695664.754439889
+    91.16224017074674,-83.62969995292319,261097.824726181,-1.179055732951334E7
+    88.03052688096226,-42.02593566911455,64804.406915599,-7156937.687737492
+    93.44264197515562,3.6486729604048236,603016.676368236,-2095922.03064407
+    93.16993443228556,-51.0013327907935,453778.736109151,-8156247.937462491
+    89.17533747479196,86.27512709458128,242081.622855783,7086001.0261546
+<EPSG:5305> +proj=tmerc +lat_0=0 +lon_0=89.55 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    89.30916373262518,-75.22856614853413,243143.006026188,-1.0852463962330345E7
+    95.46475833246441,45.29930573019473,713916.962827411,2535258.204444831
+    82.6000612776336,48.97899064669309,-258579.232394589,2950616.387397627
+    93.84188027719713,32.61515473148256,652981.209377919,1118212.715761885
+    85.0996872135113,-7.554477236209408,-241615.660764358,-3337893.173201269
+    95.74290255346547,49.50231993865938,698434.03381474,3003955.180507106
+    89.39658727301831,-66.72564016561489,243232.826289347,-9903765.59583386
+    83.30448933442368,-16.987646534380062,-416203.855255558,-4389578.696796893
+<EPSG:5306> +proj=tmerc +lat_0=0 +lon_0=91.75 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    89.91453344624718,22.69096356948107,61374.846476104,11480.080375892
+    89.86456977141046,78.20718291564745,206973.947258493,6185658.519912958
+    86.43101583117067,3.739252104428232,-341703.4790632,-2084733.938223072
+    86.26694216515389,46.91443358657784,-167642.179597909,2712351.006209284
+    94.30665284152073,-76.52786022343244,316496.42698914,-1.099892905247522E7
+    98.20017856719436,-35.59361573242008,834941.392769334,-6459663.428993341
+    89.36328622263578,-71.49558846560761,165441.201225146,-1.0437515876545096E7
+    87.17700046399628,-72.58319404553092,97293.380789571,-1.0563026037218444E7
+<EPSG:5307> +proj=tmerc +lat_0=0 +lon_0=90.5 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    88.97701569477645,60.11711608180721,165323.038714323,4168096.968316586
+    86.12276029885251,-20.831696714577276,-205945.19742742,-4810645.13115686
+    92.46933922449345,-44.35561563666862,407007.456147378,-7415223.631760101
+    94.3416031740763,45.407624432726266,550739.861842287,2537431.062758101
+    90.9878465189711,-47.848256178845546,286512.307793308,-7801670.616725492
+    90.06697484782825,37.81594497542973,211871.383112033,1687157.221984554
+    84.64953851312372,-73.06774988423082,60014.441875719,-1.0620570685377982E7
+    95.0528571399904,-63.13272555320455,479515.021707477,-9511319.128437795
+<EPSG:5308> +proj=tmerc +lat_0=0 +lon_0=90.16666666666667 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    92.69932837225471,-84.0848387496943,279142.390768444,-1.1841942278635276E7
+    86.14362712291407,-81.96876348095257,187273.772083788,-1.160716561756637E7
+    97.10301422914708,86.94042069624271,291250.931603943,7162728.89292828
+    92.8277211252461,51.883229420028044,433215.438898596,3253699.350355791
+    86.10280534147176,-10.348509933989178,-195428.049117177,-3647244.322299484
+    89.20601586371937,77.02870191880967,225920.475429296,6053594.155597595
+    85.26505490784278,69.74396452682095,60705.835413471,5248019.287061447
+    87.19686476186706,-60.61546285027309,87410.443498996,-9226318.993980814
+<EPSG:5309> +proj=tmerc +lat_0=0 +lon_0=90.11666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    88.91499033094306,-10.511433993767454,118451.143176753,-3662675.977915697
+    93.9170258961961,-38.38758125267122,582086.674751671,-6757364.344144534
+    96.85688913119331,-19.931631143783903,956908.887956768,-4719018.17913595
+    93.91237857478839,-55.3469021289557,490740.855577031,-8642413.45802275
+    95.48150389535338,87.47542532507191,276355.799505776,7221221.38888523
+    95.12037627844326,-65.7767891055874,478982.683735278,-9807075.953237923
+    96.83915172738037,-82.33131717405558,349970.690539784,-1.1651290760586856E7
+    83.25222200480204,-85.37551170124652,188330.694090706,-1.1989136205289992E7
+<EPSG:5310> +proj=tmerc +lat_0=0 +lon_0=91.56666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    98.24466224352686,-40.26738055254331,818241.54059342,-6980675.338090679
+    94.29345455184166,78.77199127856034,309274.920995767,6249409.542611573
+    88.53797017702587,-4.721229247452428,-86172.110042236,-3022790.187940226
+    92.12328902691313,-60.83874174611471,280269.739724132,-9247653.299056798
+    94.9332114206495,-41.81276306316569,529755.089625991,-7136323.030170737
+    98.07756537646361,-12.295764261410113,959670.975546176,-3868417.300880382
+    98.35527820312626,33.06929945219164,884524.773736921,1181003.467234582
+    88.32914571448981,11.676033367647307,-103163.774412207,-1206732.167814542
+<EPSG:5311> +proj=tmerc +lat_0=0 +lon_0=90.86666666666666 +k=1 +x_0=250000 +y_0=-2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    92.93276883565042,-69.77555797114786,329731.99470958,-1.0245290967248129E7
+    85.1718434222933,57.978010166818876,-86714.330061667,3943039.299552942
+    84.74459264891325,-21.4821711872723,-385338.569357715,-4888926.138377376
+    88.27799702118764,26.67881792971305,-7716.754459078,454658.147353414
+    97.27781481050792,-51.43521376772058,695616.221696706,-8220034.514477994
+    95.7635020941664,78.95685004809422,354635.622319928,6273057.060032537
+    95.24160601397993,-19.24984988407728,710306.749572091,-4635126.735987851
+    87.99447517212165,-31.484594034430323,-22961.932861807,-5988278.084964039
+<EPSG:5316> +proj=tmerc +lat_0=0 +lon_0=-7 +k=0.999997 +x_0=200000 +y_0=-6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -12.641325053775144,-85.37394094322795,149263.112285285,-1.5487737334691426E7
+    -13.530683711884231,-25.039383182791624,-459983.808544084,-8786374.124022137
+    -6.516265082243748,86.81173978667641,203004.922126783,3645843.699321039
+    -3.4138488381882937,7.9364708053388,595659.090632738,-5120665.621008209
+    -1.2061142021149944,-2.337059635976786,845542.475711935,-6259753.776746743
+    -13.664348802954905,79.61078654572069,66063.218510086,2849325.237271357
+    -11.93804645813512,71.20813249904629,22565.370139932,1910991.752681734
+    -2.218462438325238,50.468388862198196,539398.025971647,-396134.866847217
+<EPSG:5318> +proj=tmerc +lat_0=0 +lon_0=-7 +k=0.999997 +x_0=200000 +y_0=-6000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -10.366649371935553,68.77703104073919,63994.425850521,1636256.68744723
+    -7.341133551331546,-65.4422209471445,184173.486064003,-1.3260666021650057E7
+    -3.9425830298204705,18.87573683516554,522280.583023444,-3909309.285638993
+    -3.559223942857736,25.04621999486315,547350.423893936,-3224415.251758074
+    -8.005579081488078,-79.23868758117735,179031.89721657,-1.4800288142874168E7
+    -7.838740051198125,-33.083334601993336,121689.910902647,-9662292.1873501
+    -7.532019445931975,-25.44610106703106,146487.802576502,-8815569.862117989
+    -7.743796836691398,73.53203364589137,176456.21813,2163218.533794477
+<EPSG:5320> +proj=lcc +lat_1=44.5 +lat_2=54.5 +lat_0=0 +lon_0=-84 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -105.74628699383149,54.037050708696626,-404038.661272104,6835061.804416803
+    -154.70122582829467,34.417021996681264,-4746026.062762259,7356974.598465902
+    -36.693991759939195,-2.5766490395468677,8031598.948458543,1885950.944213229
+    -23.878758082316295,4.348864944563637,8819877.125057682,3946662.841839102
+    -154.94018796959674,13.91296270917858,-6768467.989880344,5916217.699619724
+    -22.75995540138601,39.71707813395495,5738277.725945516,7081177.546508928
+    -101.11830290073513,48.09859486435536,-259672.652950162,6115999.139823492
+    -20.95746168228561,75.53254135751146,2792867.445787722,9943336.38774903
+<EPSG:5321> +proj=lcc +lat_1=44.5 +lat_2=54.5 +lat_0=0 +lon_0=-84 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -128.96703208057016,46.10780956185606,-2266722.1580313,6757548.608570765
+    -36.95317367314689,12.538238100809316,6724643.719694844,3626328.464187772
+    -61.157165679736664,87.41248865959142,1193747.148318998,1.0939111535505133E7
+    -21.626703164351085,54.366983234860314,4604854.179408493,8253283.799442964
+    -12.25155077225773,45.06012370014184,5829310.786932468,8129238.400287076
+    -52.38765585026388,60.68368672799255,2705474.623680332,7739519.2192916
+    -48.63412822552033,23.011416960769658,4829755.956268111,4017643.369435877
+    -92.84332291371112,-1.223439113757797,-377152.99188309,-107163.239673952
+<EPSG:5324> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    178.74506885672076,42.16270107260718,178.745068857,42.162701073
+    -135.40141702502174,54.922612680188905,-135.401417025,54.92261268
+    97.04609139929505,52.49822222251498,97.046091399,52.498222223
+    -134.56034945582462,41.39650038652729,-134.560349456,41.396500387
+    -148.92499878612287,40.005016295689785,-148.924998786,40.005016296
+    40.05107689315588,-87.923639688654,40.051076893,-87.923639689
+    147.59448127791308,17.183983480192182,147.594481278,17.18398348
+    -56.3915712981605,-29.9274670085304,-56.391571298,-29.927467009
+<EPSG:5325> +proj=lcc +lat_1=64.25 +lat_2=65.75 +lat_0=65 +lon_0=-19 +x_0=1700000 +y_0=300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -103.56844936200055,33.16281894692966,-4799786.326533294,1739239.320910854
+    59.48304785430153,45.471172066914455,6614281.379809699,1602560.071481521
+    -34.76580203551467,18.178211314089452,-444107.310891965,-5136327.440447021
+    7.5499217806118395,65.49209794667814,2893535.747962097,609243.824175649
+    -74.0272317797926,70.4569439371765,-114058.574872382,1753005.673729417
+    17.076641159815694,49.242553674474415,4269526.340310503,-720791.689755983
+    -83.08953323755816,42.784260738458066,-2976389.34425591,369720.458207751
+    57.53016112193197,17.37863437069046,9937670.43465312,179449.602636627
+<EPSG:5329> +proj=merc +lon_0=3.192280555555556 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-403,684,41,0,0,0,0 +pm=jakarta +units=m +no_defs  <>
+    62.3202678862059,-2.168200761975015,-1391819.659554519,660885.428476813
+    138.1166561267626,78.4336401377856,7021371.152484847,1.5421434555582453E7
+    51.50273953916823,38.21221121311643,-2592535.711200129,5468913.36802599
+    11.92726771816048,-34.63442710272962,-6984302.522099236,-3177148.281660215
+    30.486474358120418,-50.21864864694024,-4925061.729152543,-5531308.686316831
+    139.1237569704676,-78.03808047689422,7133156.575869944,-1.3406109802538157E7
+    109.04429108479474,-79.52107429746789,3793079.988876395,-1.4253534523450743E7
+    159.34523404646052,87.94391553760093,9389796.625133876,2.6437614872762583E7
+<EPSG:5330> +proj=merc +lon_0=3.192280555555556 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +pm=jakarta +units=m +no_defs  <>
+    38.10431638637921,20.66763769991165,-4079273.626154057,3230030.168417182
+    -41.03662001765445,51.09951109830919,-1.286135680845021E7,7484204.414402291
+    -43.24373272255085,-82.4529097054749,-1.3107661680677623E7,-1.6338726871565983E7
+    65.30958243468993,70.72305240556295,-1061302.497832718,1.213410035202026E7
+    133.69097508491782,-14.083511824926276,6529253.776435895,-668643.173561733
+    31.485696088066987,29.118956744879938,-4813827.692749074,4259573.17544253
+    110.7241670401828,25.437229972508746,3980239.582556222,3802540.146739279
+    66.35915472869445,-82.24627843241139,-947497.721470972,-1.6175498854265772E7
+<EPSG:5331> +proj=merc +lon_0=3.192280555555556 +k=0.997 +x_0=3900000 +y_0=900000 +ellps=bessel +towgs84=-587.8,519.75,145.76,0,0,0,0 +pm=jakarta +units=m +no_defs  <>
+    -64.0337034992689,29.8642356857314,-1.5412637160555135E7,4353480.362133402
+    170.8212075140676,63.44704590330534,1.0650423916033927E7,1.0045046368712911E7
+    25.011097750182245,24.977319300177825,-5532235.18885549,3745734.933278285
+    -27.849585964439143,-86.03360010464958,-1.1400187131280867E7,-2.043024664343215E7
+    -26.192169318774155,79.90982091171423,-1.1214779931551043E7,1.628655157434774E7
+    178.9173770555415,-85.5235638224498,1.155442612876313E7,-1.9678932180368904E7
+    -23.108670493683334,42.00340734377366,-1.0871754282892521E7,6016081.073859073
+    64.66338088452974,-63.609486238741894,-1132811.058027604,-8284839.910581755
+<EPSG:5337> +proj=utm +zone=25 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs  <>
+    -29.87067143651443,32.03074960806656,795385.645915747,1.3548237095989848E7
+    -34.4016671749736,-71.87862365442834,451185.351550877,2024084.700733267
+    -28.19023255915768,-54.61040393802341,810376.760294926,3938024.42548861
+    -29.610134598006688,-65.84300312634667,654586.310195766,2693476.964159079
+    -36.420671563247744,-12.590549309008779,128099.798771627,8605873.295545902
+    -35.76058528910406,43.331902196485345,276044.575604304,1.4801464827320466E7
+    -27.795451197213666,71.53160694826221,683652.538314893,1.7944660957120445E7
+    -35.068123436122974,46.958952868691256,342496.198416681,1.5202762889321193E7
+<EPSG:5340> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -76.59268774948657,-6.116732707268795,-76.592687749,-6.116732707
+    -105.6515746233108,-70.41899518110345,-105.651574623,-70.418995181
+    138.61736326107348,-34.0414233024486,138.617363261,-34.041423302
+    -133.5050313462884,26.852307923653584,-133.505031346,26.852307924
+    46.637856356983775,-77.59155278946878,46.637856357,-77.591552789
+    -47.40818640861164,70.46319249203219,-47.408186409,70.463192492
+    178.40381525319168,45.82432297668453,178.403815253,45.824322977
+    44.15522083385389,35.2068697716075,44.155220834,35.206869772
+<EPSG:5343> +proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -69.73466467512138,-10.216044575850987,1748265.13512304,8871343.72762563
+    -72.76200537630902,33.356911022126965,1429075.412919688,1.369455726752796E7
+    -67.28021834624354,15.855373478399798,2006031.006761438,1.176130855467501E7
+    -76.477929232167,-80.23642247571107,1415271.305186992,1087161.980827756
+    -75.52791130794697,-77.93695498103035,1417708.67290334,1344691.669784041
+    -76.69128036437124,-38.105621544079185,1088434.561928232,5772333.03678011
+    -65.83986369579026,-78.33084493465113,1638899.810204807,1295873.544874719
+    -73.13754840434407,67.3219761450546,1451039.559232652,1.7472676140889086E7
+<EPSG:5344> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.25178324398078,65.19249965776586,2675469.465852106,1.72399797985686E7
+    -65.59138545151716,75.88387792178281,2592786.572957554,1.843024166718925E7
+    -66.5467329415241,47.499398601928476,2684835.144118942,1.5267652039830768E7
+    -74.75493847554381,-32.95474304571604,1961536.313368753,6339496.319077696
+    -71.04064511386892,-15.794034529603564,2281318.807711082,8254053.880134739
+    -63.19320200951227,-3.4654186488291856,3146342.43463455,9616789.942181325
+    -74.79405800491153,-70.82479915079118,2287796.138049989,2130819.666338609
+    -71.75403171828837,39.82304696796757,2264200.173762939,1.4415477988314435E7
+<EPSG:5345> +proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -62.35184324889568,88.88515747783924,3507922.694708994,1.9879662685283E7
+    -63.290198305588916,42.39073427087894,3723138.140192127,1.4700563057453847E7
+    -66.10108291146288,-59.68155565346487,3494305.456794639,3383366.323228229
+    -66.65712500208492,-58.87476132667913,3462094.871813972,3473061.408310013
+    -65.48624381956768,76.70598293988488,3513192.712682874,1.8519393765876796E7
+    -62.501537453165234,-9.111091544419125,3884794.464620633,8992566.553946188
+    -69.96531382581591,36.31504131612628,3143814.563080022,1.402977215998038E7
+    -66.81460237664957,29.70560892087647,3421169.736980167,1.3289723592563704E7
+<EPSG:5346> +proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -61.99566591095219,84.53922476437396,4510674.482913207,1.9394107510147385E7
+    -56.107989686646434,64.06596428402361,4835940.887353066,1.712737396642019E7
+    -67.48741164777343,52.005238793026194,4191925.717784651,1.5775408171964465E7
+    -66.18102960727872,52.369903038311065,4283366.717583423,1.5811233501780504E7
+    -56.3954958849012,-8.024263572017603,5229623.927287659,9108740.793602904
+    -61.89929170020364,-30.65460965900843,4605502.448787463,6608766.889933062
+    -67.80900980365251,8.219470749148314,3969524.638742649,1.0914078461257193E7
+    -66.5284942749671,70.88526378155086,4371054.534499494,1.787346617647899E7
+<EPSG:5347> +proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -56.09105007884338,-21.4132542807138,5905518.207848683,7628077.690590707
+    -64.58858847085678,32.031327785223795,5066353.230294052,1.3556513987212336E7
+    -53.29978483198484,47.940020489557185,6000467.405007261,1.5335497323377708E7
+    -61.7247084018101,88.67014275604035,5495529.845505347,1.9855461947152358E7
+    -64.8065783381487,2.70906692930555,4964898.715640537,1.0302583833000986E7
+    -63.197290194710206,53.19809790170396,5286357.852524201,1.5903407197463159E7
+    -58.9368167445039,31.75921958953579,5600727.775807675,1.351761123699012E7
+    -62.75568113711101,-2.4247652452216926,5193393.204635167,9733535.335118063
+<EPSG:5348> +proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -62.46792437566336,57.838283779576756,6175423.543075899,1.6428363799247134E7
+    -63.36792184863571,-5.752031507477241,5793234.846592131,9361968.973318076
+    -52.1137016365625,81.35809064515729,6581905.489482284,1.9042210932667866E7
+    -63.81553942688392,-82.11169601211324,6395767.228087394,874871.711521604
+    -54.42832065185327,-86.7104140308369,6516476.951892967,367053.638279075
+    -56.573620481555466,77.98846338347488,6509909.441397361,1.8662548106029652E7
+    -62.099602512266365,-23.29572288547294,5977844.728010072,7415471.687553919
+    -56.452089584317335,-27.31193445680058,6554232.410870646,6979652.249449637
+<EPSG:5349> +proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -59.30967706330901,-84.57875575131727,7444049.726717482,602919.331350182
+    -57.94558495894907,60.239100887384154,7281514.613969882,1.668921227285822E7
+    -49.69019196472324,78.36703133470985,7596968.759814288,1.8708351787311155E7
+    -52.69069482245587,10.219353238982961,7643465.845058519,1.1132373757818429E7
+    -49.01745634184117,26.709094236364052,7996183.206020681,1.2967076273542289E7
+    -60.269640342612945,20.98344339665276,6847095.673216914,1.2336037202473925E7
+    -55.45073179632706,33.17828891099276,7364691.937310345,1.3675424645998698E7
+    -48.100289653284904,46.72178373566871,7950984.217881997,1.5195217184714666E7
+<EPSG:5354> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    132.9499065500999,-62.68717622173009,132.94990655,-62.687176222
+    -73.13734839868998,6.300769645228428,-73.137348399,6.300769645
+    64.50281648769581,46.55757264192573,64.502816488,46.557572642
+    118.43151971663406,-30.01572575167409,118.431519717,-30.015725752
+    -109.51528646621023,-64.24130217244404,-109.515286466,-64.241302172
+    127.11554208345086,52.47512261988567,127.115542083,52.47512262
+    -119.02689075989247,-7.95383401073525,-119.02689076,-7.953834011
+    -136.02135000888856,-14.680971702479127,-136.021350009,-14.680971702
+<EPSG:5355> +proj=utm +zone=20 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -61.4823877791909,-2.1802050675924534,668770.628809804,9758935.620052595
+    -61.070831711508795,63.812221907206094,594981.571043772,1.7077524888840944E7
+    -57.047819513207706,-83.68652302077126,572948.8643105,703131.941557633
+    -59.55556414638649,55.54181466642356,717309.414571256,1.6160475245213013E7
+    -67.93830528584057,-2.5343615016038825,-49658.718232924,9718825.669554742
+    -57.88705962762302,-45.5780208602597,898895.124253349,4940107.155521091
+    -66.69903077010203,-1.9198805252815134,88332.64287535,9787349.051352153
+    -57.11050769763155,-62.50749187600739,803025.388690181,3055449.895040376
+<EPSG:5356> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.49711411400531,25.354718687762315,953369.216235283,1.2811865502109183E7
+    -65.29389881297223,-30.2823988334028,856551.548905659,6644101.868814133
+    -69.21294211685775,-25.089604400940665,478527.650918193,7225113.505328972
+    -71.51130950778543,21.16648248557479,239230.944932217,1.234263731632917E7
+    -68.69538137902207,50.26286570755491,521711.842976289,1.5567902362733953E7
+    -73.64479892581461,24.777486161081683,30117.956209936,1.2748303293469774E7
+    -67.49190113273754,-48.225180049256245,612005.524793158,4657572.02350697
+    -71.52495975846863,64.44284134924325,378481.738990435,1.714877883972527E7
+<EPSG:5357> +proj=utm +zone=21 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -62.025153350565596,63.36342373139658,248825.462720432,1.7035936418198723E7
+    -52.650687547209934,-15.169711197396765,967603.039737784,8318252.331508175
+    -52.849881340094825,-56.97537071599187,752187.832761055,3677692.570158906
+    -53.9380064969161,1.9171629966461126,840696.706453743,1.0212209690808458E7
+    -57.14800649965495,-14.14942240278208,484027.028433608,8435743.172137838
+    -57.40789872489201,79.7007078322641,491858.55448555,1.8848209055677347E7
+    -53.37888331326838,-52.86869119992841,743707.149136092,4136192.973242319
+    -55.38076619814041,-27.470445535430294,659990.973344456,6960413.795677902
+<EPSG:5360> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    162.3162753018135,-61.68332224847397,162.316275302,-61.683322248
+    36.03895064933582,-19.201679304282422,36.038950649,-19.201679304
+    -25.29093088378187,-14.173486993198253,-25.290930884,-14.173486993
+    -42.59157177530295,-4.373518948618795,-42.591571775,-4.373518949
+    -120.22004809511054,18.448530231776772,-120.220048095,18.448530232
+    73.58314102126815,15.327688312937312,73.583141021,15.327688313
+    -0.6053942965654358,77.90883750300696,-0.605394297,77.908837503
+    148.37154143637025,73.85823794831609,148.371541436,73.858237948
+<EPSG:5361> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.81460096318058,-18.332853231511976,836716.457391168,7970042.015279475
+    -72.72402074651208,36.85580321415796,167960.524114085,1.4085353881509826E7
+    -75.96065400377897,25.623989486981017,-199893.040840045,1.285249008712721E7
+    -69.772980959839,77.70635694456439,481627.553456414,1.8625720305185117E7
+    -74.64877317469248,0.9705096607989532,-129504.382355277,1.0107797483817777E7
+    -64.21321552978286,61.268872813492806,756545.271257623,1.680214142489294E7
+    -70.14754875962556,-54.63256249079875,425925.32673776,3945490.471589706
+    -64.61793984649282,-74.98361875945389,626627.715773206,1673541.340926308
+<EPSG:5362> +proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -76.16266744492606,-13.520182741525417,374178.770163492,8505039.578363528
+    -77.92506995062189,-24.028506044388124,202466.579984324,7339523.067588037
+    -77.65575700885871,7.596882658845743,206955.485764283,1.0840631377034614E7
+    -78.82344433732663,-41.733729588464996,182007.594866706,5372718.389702472
+    -79.40201338711248,15.90554946971588,28404.02862076,1.176345970971883E7
+    -77.70952583028848,-8.408031942055942,201609.663106436,9069560.894953476
+    -80.85048823057876,46.78788239916423,53504.540803293,1.5198235043147868E7
+    -78.00586637435298,49.401282714531106,281930.227458192,1.5476411163493685E7
+<EPSG:5365> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -36.06875148368189,76.74964353467522,-36.068751484,76.749643535
+    -176.87095088855548,-46.624580393929946,-176.870950889,-46.624580394
+    121.83035685568507,82.2570611908084,121.830356856,82.257061191
+    100.79774232860751,-77.93587556417184,100.797742329,-77.935875564
+    135.6340175515864,58.0670973195694,135.634017552,58.06709732
+    29.31659688996649,-28.973915339392462,29.31659689,-28.973915339
+    -39.15219401693946,-78.08140801423825,-39.152194017,-78.081408014
+    154.49792104790663,42.90871796503302,154.497921048,42.908717965
+<EPSG:5367> +proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -79.16408711407718,36.42566554603887,933778.054408405,4043257.181947798
+    -90.20751871087387,-27.77589674031602,-112462.445562714,-3088800.391962436
+    -89.70708984975614,50.95134500803283,99133.906388526,5661636.177155443
+    -80.68934641597029,77.50217496285617,579960.38050764,8607651.003625277
+    -82.17716966386678,61.344688505813565,597539.579446089,6804584.189192296
+    -78.59010876598981,77.70297110682446,628487.132823256,8633741.500735456
+    -79.88936937292003,-27.55316900038835,906144.922108313,-3055367.737869257
+    -88.99302482171242,-77.28065018108634,377382.697396359,-8585881.569904517
+<EPSG:5371> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    1.88731810821767,-18.28403967398266,1.887318108,-18.284039674
+    96.01494327543355,-19.104987702312428,96.014943275,-19.104987702
+    -31.63166900290247,-8.459864348924,-31.631669003,-8.459864349
+    159.370658244676,26.145513862610457,159.370658245,26.145513863
+    -179.9867743260062,-29.65031149028902,-179.986774326,-29.65031149
+    -168.53592496163117,19.92122233314784,-168.535924962,19.921222333
+    -82.98951646107142,-43.156407083172624,-82.989516461,-43.156407083
+    152.85935428074094,-57.829775049543194,152.859354281,-57.82977505
+<EPSG:5373> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -91.22269616046516,78.29746662449494,-91.22269616,78.297466624
+    155.62139946756633,-38.79499088873945,155.621399468,-38.794990889
+    -107.06747924150162,55.663675686681216,-107.067479242,55.663675687
+    42.11230590948372,86.51065044682906,42.112305909,86.510650447
+    130.44506810675387,-70.18892100137403,130.445068107,-70.188921001
+    113.63528663468219,-82.97653292266766,113.635286635,-82.976532923
+    -84.59720179244493,-78.78549117930768,-84.597201792,-78.785491179
+    -75.91396459282801,14.782954971412309,-75.913964593,14.782954971
+<EPSG:5381> +proj=longlat +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    135.92055472898426,-50.47731947849243,135.920554729,-50.477319478
+    14.358475676387457,-42.173113927452476,14.358475676,-42.173113927
+    91.14868134349359,23.42564488024479,91.148681343,23.42564488
+    -172.6642751340732,28.909071723093717,-172.664275134,28.909071723
+    33.947689663470754,38.037909028597284,33.947689663,38.037909029
+    27.121967772805107,22.906587346925576,27.121967773,22.906587347
+    -179.5353880729596,41.67360120856003,-179.535388073,41.673601209
+    19.620659016341534,-58.12307783358841,19.620659016,-58.123077834
+<EPSG:5382> +proj=utm +zone=21 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -63.11010466156338,59.99743775220361,159489.78493394,1.6666871630315524E7
+    -63.33915633684102,76.0422998393303,329625.001193061,1.8449062549651332E7
+    -62.969564780946264,-73.01644338399133,305665.914892871,1887993.440383492
+    -51.701244835851185,-76.84785309254602,634416.352327606,1464147.956432691
+    -60.425852784637165,2.570769195392529,118941.716951917,1.0284660593484767E7
+    -53.37997017607977,-36.86271061371137,822734.854409255,5914236.495567608
+    -52.32331687417907,40.34404630890657,897261.562747666,1.4476452706940092E7
+    -50.415629673717305,-77.4335268899469,659601.91368248,1395886.060072158
+<EPSG:5383> +proj=utm +zone=22 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -52.58444398410537,50.638294164364794,387960.788255404,1.5610800963853626E7
+    -57.01799131593521,-32.87682090647723,-63383.409108744,6346271.604371715
+    -52.11019253096649,64.69933012408825,447061.408494853,1.7175409908779614E7
+    -57.40437358629743,42.67725483601433,-24822.472346248,1.4744901953180246E7
+    -57.00691089419194,21.155685075458976,-124493.253405623,1.23512225739772E7
+    -49.23953278545834,-53.618397507355006,616445.205452537,4057493.811787522
+    -49.73909445715866,-46.281016458443055,597139.041124327,4873956.308793778
+    -51.900059363168126,-79.46928405442335,481636.773646648,1177507.418876071
+<EPSG:5387> +proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -70.11351776460211,0.6785791374850021,1044369.842524702,1.0075278847025473E7
+    -73.7057371691566,47.23270159871029,597968.410742264,1.5231836298789952E7
+    -75.80039208954072,44.673564936971275,436559.66506241,1.4947000192067306E7
+    -80.20527712618218,57.112752593870454,184925.583974871,1.6341968794930823E7
+    -71.21254233522332,-81.29801477128689,563928.307441397,971441.051058447
+    -75.73247375069367,-41.25316957248241,438633.931280073,5432879.439468673
+    -81.21627102664657,-70.79879218757871,272172.971741346,2133358.261533111
+    -77.90845899682726,-31.72342336958453,224405.753242925,6486540.072483935
+<EPSG:5389> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -70.84339918250248,41.77817229229058,346801.974801882,1.4626789662766712E7
+    -75.14446744940274,-38.886971099911904,-33123.139937681,5677781.67455514
+    -74.3606947075146,82.85395421341863,425654.135278239,1.920360915504826E7
+    -74.31933789655216,79.72339550330366,394201.74278457,1.8855548851575643E7
+    -67.89378818739226,88.06455077286824,504171.019953116,1.9781914461765647E7
+    -64.63489589765886,11.456201440565692,976540.085430062,1.1270033254835602E7
+    -75.36593653130596,41.28135558680748,-33244.382646637,1.4589578480995046E7
+    -69.9761030253883,80.19612029634519,481445.747382906,1.8903631708649755E7
+<EPSG:5393> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -154.35859573417696,82.19784606143023,-154.358595734,82.197846061
+    173.11687757201554,8.288697927152967,173.116877572,8.288697927
+    145.96573214124135,-3.133061676401553,145.965732141,-3.133061676
+    -115.03082369216519,-43.199498647097506,-115.030823692,-43.199498647
+    149.01925388736316,-48.41620668269082,149.019253887,-48.416206683
+    144.0079167122464,65.66751912401622,144.007916712,65.667519124
+    78.94664303145157,49.25635300068697,78.946643031,49.256353001
+    -109.04522591403611,-40.32397974268729,-109.045225914,-40.323979743
+<EPSG:5396> +proj=utm +zone=26 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -27.975438623757285,-10.674417082538,393319.272054659,8819851.823426455
+    -21.804128208870722,69.39349628690272,703874.72253553,1.7706899919775214E7
+    -22.723626238414546,-72.2536462398639,645374.253348206,1977605.189573274
+    -31.888931322062337,-0.004431843006884151,-44681.476668343,9999508.3473703
+    -32.761620713285204,50.86403983778345,94668.255613627,1.5650537548979845E7
+    -22.075455341070622,-86.36656405206682,534800.814296738,406206.674183052
+    -32.77055936694955,-31.999690695729896,-45468.705936027,6445012.245783316
+    -22.166032048476694,-40.43791455557217,910055.890611518,5512402.365299561
+<EPSG:5451> +proj=longlat +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +no_defs  <>
+    17.478985517425144,-58.37680140541869,17.478472849,-58.379965554
+    71.41787383899708,55.238779414764565,71.420447635,55.242439134
+    -100.35797418650425,-79.08436417495513,-100.366692598,-79.083838135
+    -6.0356742349154615,-16.131345732989857,-6.03676831,-16.132125964
+    25.533263431602904,13.69936673898728,25.533279499,13.701698704
+    27.02208973787498,70.15233007463462,27.022290738,70.155901116
+    131.55267963045048,65.26976736182192,131.557328172,65.271237596
+    3.367488806716949,-13.58361083475397,3.366714542,-13.584175202
+<EPSG:5456> +proj=lcc +lat_1=10.46666666666667 +lat_0=10.46666666666667 +lon_0=-84.33333333333333 +k_0=0.99995696 +x_0=500000 +y_0=271820.522 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+    -145.40919345183633,-25.23378400670189,-6957085.78969908,-3225526.351312036
+    -144.22034988335687,51.728488254854696,-5063482.348767041,5853181.213760052
+    -28.101421295658866,11.491066716088291,6603166.84223091,930841.575434142
+    -68.71644153528584,56.348093607272986,1922701.374837598,6084205.879121255
+    -66.97905563067395,29.940644292658675,2277718.028701182,2520147.586012414
+    -64.0128611464564,-43.52142387925052,3176803.171570739,-6695039.99914494
+    -150.805415393018,-6.02452078074333,-7110080.546988727,-771832.854041558
+    -7.986290062050955,44.95426173009275,7797454.440521301,5244194.968667469
+<EPSG:5457> +proj=lcc +lat_1=9 +lat_0=9 +lon_0=-83.66666666666667 +k_0=0.99995696 +x_0=500000 +y_0=327987.436 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+    -166.41246013055945,-38.69995740665918,-9862143.069281308,-4483599.195105799
+    -109.76413415857664,62.71059401113857,-1857031.099058837,7580618.942679112
+    -19.898956418348916,64.72610651597239,6163234.163916931,8399861.023196418
+    -22.328789226195028,16.655004667077435,7071112.969933857,1729087.063784666
+    -131.19561714609642,-29.58290042784739,-5309336.97807837,-3914594.730622084
+    -3.095005866593027,-0.5908044123072145,9520294.588149749,258864.796880938
+    -115.57251207103911,-39.89645308586236,-3541820.705874996,-5677886.908526648
+    -75.5287657465292,-26.340650375088835,1487205.078785834,-3835768.180169807
+<EPSG:5459> +proj=lcc +lat_1=14.9 +lat_0=14.9 +lon_0=-90.33333333333333 +k_0=0.99989906 +x_0=500000 +y_0=325992.681 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+    -159.57578026123065,36.868226518601496,-6066941.551955619,3851829.26693887
+    -21.75901689000318,27.14544944101197,7347963.476521976,2754603.670192527
+    -82.66632313287437,35.631586508223315,1243675.448453256,2688442.500844001
+    -39.66112430163045,61.01249944465112,4588067.647028644,6632750.825359428
+    -5.909296133912449,-20.521008403880202,1.091338151129392E7,-1857172.088269904
+    -21.969886792862695,23.579646648831563,7448924.478221986,2365083.861380437
+    -25.10776082484179,-28.657808013711094,8955185.978746645,-3755928.810401894
+    -123.64074081964347,60.9458897533894,-2202442.725186397,6356770.063680903
+<EPSG:5460> +proj=lcc +lat_1=13.78333333333333 +lat_0=13.78333333333333 +lon_0=-89 +k_0=0.99996704 +x_0=500000 +y_0=295809.184 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+    -122.3266096036166,-32.33243502705699,-3882549.193651008,-5120556.652341644
+    -110.01109520943396,-5.790070573854891,-1961794.47218785,-1803090.69350738
+    -107.37553531804627,24.71650589265353,-1392259.881528438,1585988.672305661
+    -161.56331022181055,38.18854245545863,-6398187.020980618,4136404.588033395
+    -169.27146347691422,-34.23244920852149,-9992000.92967997,-3957057.535543486
+    -143.36393258669312,7.877847411366034,-5475228.347683694,319899.930674379
+    -143.06748552350834,37.832944146537216,-4684618.89737359,3629595.571928868
+    -37.28643785862997,46.870324937021536,5216314.642673027,4705569.833027659
+<EPSG:5461> +proj=lcc +lat_1=13.86666666666667 +lat_0=13.86666666666667 +lon_0=-85.5 +k_0=0.99990314 +x_0=500000 +y_0=359891.816 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+    -26.155713936608464,-40.0184642149693,8571267.046362415,-5645564.183532759
+    -79.9184138438704,6.642960492924544,1121717.216076913,-433695.841657156
+    -11.280245178022795,-21.358482458689913,9662934.566405142,-2360711.479278795
+    -97.93198544425043,-41.357977641068366,-1220537.22297695,-6850167.087469446
+    -1.772418057326007,-38.56848140127393,1.1684212841580475E7,-4418346.249958448
+    -111.24402327342116,27.487943499950163,-2113727.978648191,2023413.064903995
+    -79.16640472951049,27.711437052623566,1143261.280097488,1916611.953417263
+    -99.84817977871394,13.144425212003114,-1054886.901758352,326847.528802274
+<EPSG:5462> +proj=lcc +lat_1=11.73333333333333 +lat_0=11.73333333333333 +lon_0=-85.5 +k_0=0.9999222800000001 +x_0=500000 +y_0=288876.327 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+    -53.696731526739185,9.218102017961733,3990346.103074094,207980.378041135
+    -168.03610714927316,66.27197003429171,-6240342.029622351,8652440.029547572
+    -16.680772851563717,19.95862535110396,7705952.4937784,2086841.148096635
+    -52.94457062881031,22.294076057285764,3904936.824742297,1661402.771258056
+    -116.64305090664558,65.34219939080334,-2095872.745241264,7613255.802518768
+    -27.390300244481693,-8.945035810203805,7267510.531616289,-1347201.257585781
+    -12.104647740473268,35.32123912249129,7716688.574650504,3925520.786017276
+    -138.64542814643627,35.591682247840524,-4747937.52559597,3509249.503510397
+<EPSG:5463> +proj=utm +zone=17 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -84.27737108400054,-25.70430825819585,171142.920328934,-2846990.825837464
+    -84.19613021006586,-36.241147930888275,212838.53634233,-4015409.436872154
+    -77.32535350554609,-56.27913289655099,727532.265567282,-6243206.162204469
+    -82.26400472902337,85.38394521926,488709.014809058,9482743.98965009
+    -77.46054737748659,15.576468568726668,879752.34940534,1725279.084470569
+    -86.45885210003122,-71.42753358627178,306243.356765114,-7933843.005921201
+    -84.27010102057821,59.48843383681657,314907.338557083,6599026.041883146
+    -85.23356984251883,-58.09441284652208,250579.801382721,-6447041.981210469
+<EPSG:5464> +proj=longlat +a=6378293.645208759 +b=6356617.987679838 +no_defs  <>
+    110.58833886996973,-42.799966203861025,110.58833887,-42.799966204
+    136.47100940455408,-77.71763861898887,136.471009405,-77.717638619
+    -7.995587025311977,29.684071483537835,-7.995587025,29.684071484
+    104.54363590816916,89.42645460978824,104.543635908,89.42645461
+    151.23973313358908,-58.3502684074181,151.239733134,-58.350268407
+    -145.9065015219407,-6.191036193832588,-145.906501522,-6.191036194
+    -39.67297352970033,84.94529118375783,-39.67297353,84.945291184
+    -59.35007942053771,-82.23339945028253,-59.350079421,-82.23339945
+<EPSG:5467> +proj=longlat +ellps=clrk66 +no_defs  <>
+    70.04174789759489,21.828102137930628,70.041747898,21.828102138
+    34.75838569834488,73.30700026212784,34.758385698,73.307000262
+    66.94320994955876,-39.60416287067839,66.94320995,-39.604162871
+    176.3286796280392,-55.160673899211346,176.328679628,-55.160673899
+    39.882843421899,-11.857659801363482,39.882843422,-11.857659801
+    61.89529333891258,-64.01653540687396,61.895293339,-64.016535407
+    -66.96680035178699,-24.571245385940287,-66.966800352,-24.571245386
+    91.59670675357688,61.550514119228666,91.596706754,61.550514119
+<EPSG:5469> +proj=lcc +lat_1=8.416666666666666 +lat_0=8.416666666666666 +lon_0=-80 +k_0=0.99989909 +x_0=500000 +y_0=294865.303 +ellps=clrk66 +units=m +no_defs  <>
+    -34.73129412228204,-23.45776309452259,5902723.243103626,-3109397.675961026
+    -30.9103438591153,1.9876483645849845,5980622.751786935,-73343.108546434
+    -49.08077799753529,44.01546378082232,3567258.15789323,4648771.839541182
+    -2.4507478782917076,24.483482286258145,8629255.23831543,2904478.090530761
+    -10.448567641624749,23.104162408515243,7828234.085506623,2590876.673719338
+    -7.302872051378813,50.63011416487611,7501299.218711868,6135437.275035726
+    -114.98279650824279,38.778518436747895,-3031608.34511288,3988055.796853756
+    -81.45054304334975,-4.775615170858771,334815.997634196,-1176256.307155676
+<EPSG:5479> +proj=lcc +lat_1=-76.66666666666667 +lat_2=-79.33333333333333 +lat_0=-78 +lon_0=163 +x_0=7000000 +y_0=5000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    135.43639635738532,-77.32650074927557,6349443.006402658,4919205.544281748
+    84.765367444038,-37.78345115605833,1052401.602821904,5064798.311158555
+    171.5279181180813,-70.1868568312086,7324091.268833737,5850549.967856943
+    111.27627933517576,-39.149671684909116,2412420.092384928,7408960.317725382
+    121.50521798996843,-43.47779167874115,3497872.703783663,7727614.185238486
+    116.39553969686489,-61.203211821979025,4674922.534870226,5918079.575417486
+    149.14634962015492,-62.52082213618921,6272783.703207856,6657389.74449474
+    177.875463151098,-40.515090346151474,8447258.287112644,9215780.89042459
+<EPSG:5480> +proj=lcc +lat_1=-73.66666666666667 +lat_2=-75.33333333333333 +lat_0=-74.5 +lon_0=165 +x_0=5000000 +y_0=3000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    163.19295563835374,-71.85143398574348,4937104.417947895,3294693.039565504
+    106.20100633212236,-43.907311059459566,562513.252658115,4144955.727004873
+    172.54701808153297,-41.78028648528347,5705905.075631196,6757202.222454843
+    91.17813467363479,-74.61150704626114,3332942.551625584,1795390.145184512
+    100.24767474305374,-33.044217359542294,-943401.449832214,4333111.699248036
+    128.85218810153873,-26.847337702634967,681682.974448477,7431212.048138922
+    163.6155089013095,-21.602941363709533,4806193.184889559,9547326.980581839
+    125.06316190079804,-70.20552084778878,3597490.038381293,2990012.258519269
+<EPSG:5481> +proj=lcc +lat_1=-70.66666666666667 +lat_2=-72.33333333333333 +lat_0=-71.5 +lon_0=166 +x_0=3000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    163.79477884011112,-39.89811368338019,2788145.308416659,4661299.369371999
+    91.42036320838332,-80.95960438112806,1981739.300770781,-784217.399154371
+    165.81981523066744,-62.22106146990329,2990518.848889644,2038767.655533351
+    97.29460495009707,-78.17751579572212,1735781.446040234,-554950.100614611
+    88.17478822988126,-36.380102824722066,-3001801.163345991,602745.564522284
+    94.60891835439338,-21.222402950182882,-4698523.903985465,2016482.279338704
+    100.00212948272926,-27.312277577423743,-3616852.905000703,2291135.19206551
+    127.36243938950895,-34.28662831466469,-891087.352647272,4091051.938526041
+<EPSG:5482> +proj=stere +lat_0=-90 +lat_ts=-90 +lon_0=180 +k=0.994 +x_0=5000000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    49.377341553227076,-16.707607367926613,-2149328.851856423,-5132621.916377004
+    37.492795377110866,-1.270748885300165,-2524236.831259474,-8808329.80357454
+    6.916367041539346,-44.538056618493705,4359450.321723504,-4280569.255954218
+    118.45551740876034,-77.511363132667,3776320.812725535,1663174.014150268
+    99.62480532729968,-70.57660013083438,2854119.644941758,1363904.167686295
+    149.7895114933124,14.341664120825186,-3175563.008490084,1.5041110760194616E7
+    127.23418233982402,-2.969399783853106,-4556373.203612491,8262672.170963952
+    12.163633203538769,-29.646323614265313,3446551.761629954,-6207126.618432148
+<EPSG:5489> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    127.70385005082107,-41.04480699487369,127.703850051,-41.044806995
+    -98.24327734915816,-31.812943572659357,-98.243277349,-31.812943573
+    -91.16570119601437,63.791434333191035,-91.165701196,63.791434333
+    -153.4073728260292,44.3741961859231,-153.407372826,44.374196186
+    17.22157345011638,85.02540586281643,17.22157345,85.025405863
+    124.7158797509627,76.47344439000938,124.715879751,76.47344439
+    -156.2354580812426,-73.56615913270842,-156.235458081,-73.566159133
+    -88.96466600494412,-5.8582837724689085,-88.964666005,-5.858283772
+<EPSG:5490> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -58.348302222211956,-6.333961828621639,1015034.818889541,-702432.052484134
+    -65.65254677301498,53.4483544764218,323854.420200127,5925424.608934742
+    -61.4584713764599,33.53951941528723,643127.145998281,3712164.67479993
+    -63.95874878975346,-33.29522248988273,410735.477314022,-3684426.120086326
+    -64.16947487892611,22.132514045121084,379392.248196364,2447958.299134667
+    -61.46950724626171,2.0740943059635697,670215.023499884,229333.03818418
+    -67.9195273918474,39.07441475509705,74347.866615398,4336568.694427392
+    -58.313701731974454,19.836709848610525,991139.200055733,2200238.286552375
+<EPSG:5518> +proj=tmerc +lat_0=-44 +lon_0=-176.5 +k=1 +x_0=350000 +y_0=650000 +ellps=intl +towgs84=175,-38,113,0,0,0,0 +units=m +no_defs  <>
+    -179.44769061508873,71.70046580306115,246642.614891846,1.3485212777501844E7
+    -177.89108588003637,57.91857664163186,267506.937749198,1.1946995739480805E7
+    -176.63202341302448,51.14551175375033,340712.415458003,1.1192194263955936E7
+    -172.1262354345373,48.41715392175914,673676.445148706,1.0897967274702666E7
+    -177.67019458292867,-18.575288605728872,226422.311896602,3468720.118282252
+    -169.81981757185628,19.515683518637147,1052383.768310476,7696306.293424625
+    -179.23674249343978,-70.79525267036837,249466.778890592,-2336202.225491971
+    -171.1174339626177,-8.635270132013787,943233.503856787,4564683.122011271
+<EPSG:5519> +proj=tmerc +lat_0=-44 +lon_0=-176.5 +k=1 +x_0=350000 +y_0=650000 +ellps=intl +towgs84=174.05,-25.49,112.57,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -176.76529632628515,19.963211834903817,322178.305557355,7732148.840685018
+    -173.7106558873523,-30.64594086524221,617374.605836288,2128732.101115363
+    -173.8957644079324,58.65382996177428,501114.468674199,1.2030979264652895E7
+    -169.7293399240627,-82.55851246063409,447680.057651049,-3652809.183649382
+    -177.98256872183748,57.023456868212804,259913.787574539,1.1847434718243198E7
+    -177.92876027493728,52.590533437958584,253125.404399101,1.135393018419958E7
+    -174.64967962794,70.23765711411332,419803.26075704,1.3320533682509365E7
+    -179.7347965565998,-35.94855248865841,58050.312132377,1539095.944311397
+<EPSG:5520> +proj=tmerc +lat_0=0 +lon_0=3 +k=1 +x_0=1500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+    -3.234658337493859,-64.58579441224182,1201725.183809062,-7179745.992069239
+    5.209036208434586,-37.333991042161394,1695778.841869278,-4136088.405200168
+    2.460876599772674,33.43405943370681,1449889.512877144,3700574.308075892
+    8.390567185690132,51.10574249489375,1877437.02604706,5677249.925022095
+    5.886520135623609,-46.2320290870756,1722644.076480953,-5126066.505708938
+    7.711530561656817,-52.32722007861322,1821088.191492163,-5810286.298232136
+    -1.2917699131648535,2.4539358261608015,1022272.260035321,271687.489390943
+    -2.5074599637354322,19.86756178047078,922524.897384257,2206711.826136834
+<EPSG:5523> +proj=tmerc +lat_0=0 +lon_0=11.5 +k=0.9996 +x_0=1500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+    15.57824881960485,25.45011343636331,1910242.935858765,8321070.864884191
+    14.531515634578156,-24.939995179476114,1806150.451839441,2738279.159929426
+    12.76437105341101,74.34768485045325,1538074.526132671,1.3751232237610973E7
+    13.519124728501682,-43.12425506247547,1664245.795133391,723407.997410003
+    9.423107608465589,-60.206655563024555,1384891.760223391,-1176237.110836674
+    15.303599743341453,-13.09762822504294,1912579.533969571,4048961.19347434
+    15.734650829299271,-88.50039471377424,1512361.820754904,-4330992.320297565
+    17.13672718448602,15.494201797937762,2105419.261455694,7220962.318199096
+<EPSG:5524> +proj=longlat +ellps=intl +no_defs  <>
+    54.69933193746084,-35.183969571963694,54.699331937,-35.183969572
+    50.40379159544929,85.65274267227576,50.403791595,85.652742672
+    129.92352286459305,-21.70531841646492,129.923522865,-21.705318416
+    -142.36943925780486,-16.61969918559025,-142.369439258,-16.619699186
+    128.05295910312748,-62.06389234212966,128.052959103,-62.063892342
+    -136.49452252166645,-52.1614806141139,-136.494522522,-52.161480614
+    49.12141574897319,-16.76296039542457,49.121415749,-16.762960395
+    -28.733403006087855,13.01485778989965,-28.733403006,13.01485779
+<EPSG:5527> +proj=longlat +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +no_defs  <>
+    -175.85384808001382,45.72439589382532,-175.853735816,45.725072228
+    -44.85766491797659,-72.95138559183384,-44.856297866,-72.950855721
+    25.994163837843644,-19.874919474901446,25.99384869,-19.874417536
+    173.86394391316907,-54.229990215340514,173.863892677,-54.230285731
+    158.3113231338204,-33.04073457714286,158.311095268,-33.040765304
+    115.22399730130411,-24.379346450507455,115.223413031,-24.379156231
+    96.26720872357885,-34.58653574409868,96.266483626,-34.586314463
+    -1.1943010863218717,-39.80407794759565,-1.194329991,-39.803430072
+<EPSG:5531> +proj=utm +zone=21 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+    -61.811236054419226,18.891867187326483,-7126.099182951,1.2095800003177075E7
+    -55.73574275099635,61.637337936809786,567055.18176845,1.683443836952803E7
+    -54.41910677315398,-80.87664853309464,545726.176430671,1019561.881432217
+    -57.43527878298915,76.10123591834983,488383.039683667,1.84465253253116E7
+    -58.41546997109121,10.6615562307732,345235.049569407,1.117894626182687E7
+    -63.844408303367416,-21.036512559403292,-212370.018045787,7658527.937160136
+    -55.75837961035938,-15.847971923660396,633006.057904216,8247528.873118926
+    -54.26896525522487,87.34014044149731,514199.096950999,1.9701328948895402E7
+<EPSG:5533> +proj=utm +zone=23 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+    -47.522570461636306,-30.177694583548835,257144.35252747,6658881.678590536
+    -44.92729157365037,35.8827672907733,506607.543461913,1.3970963998105854E7
+    -50.41782921754732,21.095602377510033,-63287.281939345,1.2342360476641435E7
+    -38.30912211959714,57.406404197394465,901673.564277946,1.6382420516857699E7
+    -38.60542514591658,-42.22601830210003,1027857.318723833,5305336.212029899
+    -43.65057667864619,26.684395360288207,634306.515014085,1.2952212224105556E7
+    -38.86482817464345,-30.559173028594202,1088969.232599021,6603227.980715283
+    -45.75475442359195,-48.28450290198222,444053.856687041,4651846.119114262
+<EPSG:5534> +proj=utm +zone=24 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+    -37.120812620207296,87.34817908471982,509744.692081103,1.9702033803110052E7
+    -42.031556135972586,86.38389133252531,478701.833465377,1.9594779840181943E7
+    -42.65739484281888,-60.92563886165706,301834.008139486,3240005.786929564
+    -45.39642939794129,-24.57160148896422,-148528.435205977,7267438.514916441
+    -36.24764617487976,-83.66662288585545,533924.636512844,708339.54334631
+    -37.962115393848045,-31.439635913161652,598667.04537739,6521256.30683602
+    -42.89241035938843,80.77776064359662,430447.994624919,1.8970716126771674E7
+    -36.53819486253355,13.951866581856578,766018.022197306,1.1543810819413003E7
+<EPSG:5535> +proj=utm +zone=25 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+    -28.808690229563066,21.398101700507894,934749.106475563,1.2372038787237613E7
+    -31.70505082133675,55.95389384776789,580889.592867199,1.6201700420028314E7
+    -39.20161005403831,36.202941194884005,-57794.219854289,1.4024340384344643E7
+    -31.84208899973146,-85.3409214885234,510533.547824928,522128.250774516
+    -38.328054195442284,17.64196768666544,-65802.101723244,1.1958590669907618E7
+    -39.757907964056,-55.6936323509021,75588.500090269,3807349.312700073
+    -37.01669819004935,-75.84113938362349,390435.100928086,1578850.065551369
+    -34.29995772393813,24.24080643358255,368053.910593908,1.268152286828142E7
+<EPSG:5536> +proj=utm +zone=21 +south +ellps=intl +units=m +no_defs  <>
+    -56.73563423865316,-43.938331334710604,521218.213916896,5134853.582436981
+    -61.21421644400823,52.50277430105365,213997.007664628,1.5825433875131026E7
+    -54.975451219039726,44.47523611758854,661023.308134831,1.4926742881249309E7
+    -63.55404581837201,-17.605428602539334,-196633.610112889,8041354.841636748
+    -62.18148170478385,-61.32815191063387,222841.171092658,3189492.221157227
+    -52.67084867563014,-72.09186412667196,648470.891892565,1995262.370943482
+    -57.66010130163984,-69.5969380913904,474316.215607578,2278731.140921274
+    -62.98104208987793,-38.51006092945776,-21698.931335015,5720529.630665491
+<EPSG:5537> +proj=utm +zone=22 +south +ellps=intl +units=m +no_defs  <>
+    -57.93191477958056,67.8753204429083,209148.806390601,1.754548330020919E7
+    -48.03596998168192,-78.30067514085593,567071.757199058,1306122.082638398
+    -45.84306206198926,63.25284208626661,758755.252747562,1.7024340685623392E7
+    -56.92134367883616,81.62556907589169,403880.177511828,1.9068223659060925E7
+    -50.98891981829167,13.510615239570484,501199.094272282,1.1493621286793685E7
+    -51.00501838992643,56.09432939690461,499687.761407682,1.6216715727263166E7
+    -51.99625658078394,-65.96384978825989,454718.541822698,2683574.577374404
+    -50.593223650617745,43.542973593737315,532863.756584062,1.4821281934733208E7
+<EPSG:5538> +proj=utm +zone=23 +south +ellps=intl +units=m +no_defs  <>
+    -50.5739565529667,63.29776059676084,220793.340371267,1.7031083415855896E7
+    -40.307008195461805,-3.675329417999265,1021749.011959677,9592383.577978808
+    -44.83333444882841,7.50693706507235,518388.552564267,1.0829802332940804E7
+    -38.2598298291642,48.71685956244369,995655.916673746,1.5418043376279183E7
+    -43.363754776732826,-22.808068759590256,667944.094500248,7476764.038552972
+    -39.484427095461015,-24.179434879291207,1060817.03587562,7314792.200547641
+    -38.60981232652502,7.344765793343171,1206728.189342321,1.0816924868395887E7
+    -51.88997797624993,-65.24074393268552,178506.895198508,2746951.111015144
+<EPSG:5539> +proj=utm +zone=24 +south +ellps=intl +units=m +no_defs  <>
+    -34.36989109876859,0.3515784031201008,1015791.29298648,1.0038988499046156E7
+    -35.53593121553957,-67.08112057454544,650482.224376383,2555194.122175805
+    -42.5521333100978,68.01141817310994,351637.732602266,1.7548599458291605E7
+    -35.649580462813546,-74.27241631768163,601328.351767059,1754486.908243979
+    -38.31605713354861,-26.612492284147095,568092.413558315,7056260.95091958
+    -42.64738756569349,-60.13315815414212,297434.14191488,3328008.926892561
+    -39.850670335253554,-73.6730124855913,473306.786193758,1824024.225116113
+    -39.06194104412243,-8.695636133414382,493185.946030773,9038785.85093294
+<EPSG:5546> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -34.8277396113798,84.85027113816437,-34.827739611,84.850271138
+    -12.657664859875865,-33.55055232744239,-12.65766486,-33.550552327
+    -136.8059395898474,-15.963463650903535,-136.80593959,-15.963463651
+    17.277028285727425,3.765658190644416,17.277028286,3.765658191
+    92.98324503274739,-42.53550185781548,92.983245033,-42.535501858
+    -136.30064049616965,16.331362828481375,-136.300640496,16.331362828
+    156.29791364619172,-81.1353851293455,156.297913646,-81.135385129
+    -80.25339753635049,-47.52471243458641,-80.253397536,-47.524712435
+<EPSG:5550> +proj=utm +zone=54 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    134.11800418106904,16.5879125455281,-235615.209437591,1.1846625001319773E7
+    138.31370494790536,61.21270125802539,355710.351837833,1.678944461151785E7
+    140.92398900460347,-40.98878390569712,493606.275128364,5462485.248038801
+    138.69654055378206,-38.065013564028675,297927.908268968,5784466.373427126
+    147.77863779449896,82.6931685455825,596033.422750189,1.9187848369116433E7
+    140.05312568758393,50.85218735456536,433347.938000065,1.5633814906710714E7
+    136.760673692608,57.15418150668583,243632.25196344,1.63425228085126E7
+    142.86315902108268,-30.89193210666513,678083.673132004,6580887.67410952
+<EPSG:5551> +proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    152.89245346954002,-44.23369641171785,970586.294199207,5085259.75609296
+    151.64576087331574,-53.75876632322974,806184.327183067,4033296.45168986
+    148.41799396893526,37.15571846918026,625913.282899154,1.4113088125659829E7
+    144.6488848815523,32.10577560157145,278152.645302867,1.355458021979237E7
+    141.5694998200469,60.65645831111513,203351.498926752,1.6736791201497281E7
+    140.39903692999167,43.968808300201545,-29545.486830342,1.488963452221701E7
+    141.89496118279354,-52.30827675442514,152065.141740874,4192393.52648366
+    153.00926296143177,-10.169548338060679,1159385.952184352,8869719.533265967
+<EPSG:5552> +proj=utm +zone=56 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    156.25646928658213,9.638946095579016,857464.273864257,1.1067195815248793E7
+    157.63796087992955,62.86632944161204,735847.467220027,1.6979197862826724E7
+    148.02567039324174,-24.48066775527454,-4466.353576884,7283465.385381011
+    158.9409905545691,41.894973255469694,992922.984747344,1.4655213014349513E7
+    147.07068452498683,7.879551476819728,-154729.271571432,1.087563895927635E7
+    159.0931155827512,-71.62576872043321,714047.530790388,2041995.636760849
+    150.77142727429998,-66.90954742550716,402484.934506996,2576958.412502915
+    154.19056878976122,7.992861821741172,631211.133083991,1.0883698293443345E7
+<EPSG:5554> +proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    6.617333299447193,55.84563697648207,726447.963742787,6194818.271119272
+    0.057380118967634175,88.48956273938609,491343.780895795,9829548.328444317
+    4.805932041059718,75.94157112504953,548961.564747607,8429414.278349789
+    -0.08447792935248843,67.67293914606225,369281.001340114,7509656.465665828
+    -2.6418176094705315,-37.8855089898072,3696.081719829,-4208144.8775656
+    -0.9714780537235441,-75.98986171433627,392749.682302253,-8437662.196481826
+    4.8598625385121,17.405325265415982,697567.9913896,1925354.465613507
+    5.255613187998135,-58.35252330380858,631999.338103477,-6470171.092055592
+<EPSG:5555> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    14.824776513906409,-69.38408908755835,728590.713031568,-7708077.828158716
+    7.319793826094625,-46.0064373153128,369913.46485235,-5096135.135763451
+    6.660309074118196,-64.11171910819547,386037.375753114,-7111557.172521132
+    8.71265635710256,63.56912474269879,485729.417585655,7049034.032039448
+    13.19898205892579,-49.31869442221623,805118.943272124,-5471370.254440174
+    14.172148196944002,13.296083312354796,1060888.539199644,1475712.730329176
+    12.968231684714317,-58.37742077330179,732002.348666011,-6477576.277832267
+    2.740257971898492,-48.983962464570865,42126.583779839,-5444580.372223474
+<EPSG:5556> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    16.84999877484934,80.91734001024776,532597.872680022,8984497.443069564
+    20.344085407906405,-59.71600442217235,800417.255944049,-6631895.561388723
+    9.520454881168554,-51.35240562992937,118550.658091629,-5703279.946940007
+    10.096837968007645,-27.878662971869815,17035.913413978,-3093439.713011348
+    8.346666345768222,32.53389417553851,-125369.722601022,3619197.506562392
+    13.057086530910581,-23.635503241249978,301805.62850914,-2615220.224714652
+    19.933475272913608,-60.769639634025935,768587.383839133,-6747229.40631478
+    15.406728835543682,69.60163624375897,515821.210439786,7721502.28751538
+<EPSG:5559> +proj=lcc +lat_1=16.81666666666667 +lat_0=16.81666666666667 +lon_0=-90.33333333333333 +k_0=0.99992226 +x_0=500000 +y_0=292209.579 +ellps=clrk66 +towgs84=205,96,-98,0,0,0,0 +units=m +no_defs  <>
+    -77.80246908580789,-4.363701937604198,1985907.764486025,-2056250.93226188
+    -68.09572017718565,48.45970895133039,2448885.065730023,4114322.352697285
+    -102.03292725556625,-32.20151643323753,-1110833.747279838,-5830892.657966361
+    -34.72738220663592,75.04917523496371,4046774.96314638,9100152.836785866
+    -112.84058435322966,-8.801386410716994,-2225941.966522605,-2480899.888710253
+    -62.198721489194426,47.30311670399201,2984127.371909461,4029871.376942052
+    -38.05404768958155,-1.0495862439029011,6531155.855492592,-914656.099257824
+    -157.7794379142826,38.27105462081219,-5736489.255731134,3801205.488707865
+<EPSG:5561> +proj=longlat +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +no_defs  <>
+    -87.38160501186175,-74.94180581376195,-87.382089707,-74.942834976
+    129.97338021780934,-62.641202105578756,129.971640355,-62.639931764
+    -45.585593811934814,-49.43230846688036,-45.584603447,-49.432564836
+    17.289784265905126,54.41112171698745,17.291807869,54.411469951
+    94.13152189148502,-54.43382334808454,94.131410447,-54.432356265
+    150.379887150118,-33.941500090585976,150.378458386,-33.940514952
+    -51.83311158371765,-71.09658649674697,-51.831228824,-71.097354863
+    -8.311518180740165,46.5472062500408,-8.309965345,46.548058433
+<EPSG:5562> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    25.696653935412854,-75.41675729178311,4632061.553994408,-8378779.618764272
+    21.744803550358696,-75.07256205575995,4521555.662232575,-8335257.730791288
+    20.052909349988084,33.830864221159715,4412451.903218882,3745428.524784311
+    19.611284640187122,-59.14508449164892,4420646.433748149,-6559696.721857624
+    23.025426006394277,-81.57954358744455,4533253.347324736,-9062205.667394461
+    14.685392216149982,2.4545212299919257,3796380.612604525,273167.510623448
+    16.274005639540746,75.9565700489758,4372201.464825805,8438982.604829695
+    21.58507366834738,-75.76926026641085,4516192.805273578,-8412972.037532987
+<EPSG:5563> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    28.57301196323806,-21.21662230287714,5663441.28767659,-2347814.456289385
+    22.160271735738792,-70.39180077936665,5318948.40683635,-7819964.38447729
+    25.371902726247043,63.142726309382226,5418040.058383106,7005461.967926638
+    20.37970898166555,57.525289002593695,5103858.497905042,6397887.366092108
+    27.249711979172762,-42.97591268715366,5520487.109495209,-4760060.016169252
+    20.17786080045244,-29.84639224728653,4840057.431075381,-3322659.380322823
+    32.310328555707876,83.07021485501917,5571599.530299478,9231414.062224714
+    22.52690767756839,76.41689367154476,5382925.851938791,8489681.86711248
+<EPSG:5564> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    27.231716436729148,4.805441674649828,5859149.062429984,534173.393255202
+    29.923142154797443,3.9983957094296443,6158257.060645912,442858.95129817
+    34.24177683920631,82.05403832398105,6519305.548906458,9114833.65778633
+    30.374787474120037,23.80416769883253,6232526.06126406,2636178.250152207
+    39.167575177420275,72.36158888508103,6708474.56805784,8043293.612126751
+    32.54989177876084,-64.28411379087879,6478315.611682515,-7131632.936437995
+    35.326364153316035,-78.16074278343993,6553412.626530311,-8680908.533914723
+    37.94343096810553,-88.19600834836942,6517486.164635721,-9801321.332517935
+<EPSG:5565> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    40.16447243597694,31.322460941636038,7610949.149012861,3467410.187578586
+    35.71132486068362,-28.453510503368214,7177884.625984052,-3153053.579028638
+    38.026014332209606,-41.46624822047703,7418735.581581607,-4592777.536920651
+    42.54758366550995,-81.69528488137719,7557310.346762527,-9076264.34909755
+    35.75447786017323,-55.32545191029103,7294131.379642436,-6138256.84705722
+    32.43395521730324,-0.5541466500531271,6767587.373244537,-61593.866000922
+    33.71571831852903,-50.68495377982132,7126752.021516625,-5630360.582116801
+    41.91644066178787,-86.1410952129974,7522030.719833877,-9571593.874947932
+<EPSG:5566> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    24.43340905585256,-82.12707792622791,552630.827777185,-9124330.668017704
+    23.390294649114907,75.16203474233757,568476.77298639,8346548.708266193
+    25.267186581069126,26.818582010030838,924576.136632727,2974786.304015765
+    17.354969471291252,-14.02845685606016,106136.460265764,-1554468.474432427
+    23.518721973184654,-49.142175026651984,683892.89655832,-5448505.693931474
+    20.46086101471554,30.618634486514054,448428.377091255,3388939.426820888
+    25.3542617226755,31.58747136112109,913586.268972829,3504470.595648654
+    16.902849557701593,-5.540623697280807,45752.483313397,-614159.407916999
+<EPSG:5567> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    26.79443572227084,-79.81809654230173,496069.67074697,-8864923.36349481
+    21.671208817323258,-68.5538151066266,282827.174469262,-7617122.529848022
+    31.78754401699826,56.063066112937435,798220.020582507,6226051.445885512
+    23.358844493526803,54.19967703568511,262549.809219044,6014392.96699589
+    24.17888273964288,57.26078617425324,329912.300867525,6352607.796905294
+    25.49343633368118,78.96594629097129,467938.323843391,8770230.988242589
+    31.1415145402298,87.37217389496249,521330.92933439,9709358.955950571
+    26.983684650193396,-50.962013631046304,498972.56202044,-5647865.06200229
+<EPSG:5568> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    28.075362783429668,-74.72663882670761,355406.524292237,-8302488.659523717
+    26.88120611772941,77.84022478246774,356445.922689117,8651624.11422199
+    29.977963472591746,-1.4340730022476436,163642.28425413,-158707.504467195
+    34.80862962831742,29.219280399401853,675988.504550909,3235034.250495911
+    32.33819344320747,-36.024997575289035,440456.47191143,-3988481.810896708
+    32.58957433907736,-80.09951087688543,492240.815907912,-8896354.218869802
+    38.222576906496926,31.119346425998472,998596.621981139,3456073.087851207
+    26.46354892566014,47.06222482627311,3638.863675577,5235053.633140039
+<EPSG:5569> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    45.51971689471489,29.850108192399645,1130806.946481151,3321503.98466056
+    36.93182713873,-58.20617145320098,378523.349025519,-6456113.469717435
+    34.73618559901502,-37.700703896722736,123990.675933153,-4182804.021675515
+    41.04297688894505,41.09766365133797,671750.014726765,4553530.480018255
+    37.3668130172874,14.584978860185501,324099.181324099,1613795.464434686
+    32.28059139792183,-26.919733755579244,-168223.341490634,-2996473.554936993
+    37.85153904978225,-13.129296864224202,375567.238632274,-1452222.699169062
+    34.15648633150738,14.702153580715162,-22078.745782927,1631740.735131995
+<EPSG:5589> +proj=tmerc +lat_0=17.06124194444444 +lon_0=-88.6318575 +k=1 +x_0=66220.02833082761 +y_0=135779.5099885299 +a=6378293.645208759 +b=6356617.987679838 +to_meter=0.3047972654 +no_defs  <>
+    -94.32466425799147,17.918084880305116,-1764396.239503476,786944.424113728
+    -85.56036444072457,-10.445533540847038,1321101.39521339,-9540381.880995171
+    -82.61657453509622,-77.03265994691246,711031.771944504,-3.383446327623879E7
+    -85.58522904622598,-81.78980431226398,376621.605408227,-3.555615487628929E7
+    -82.42893750223307,-62.14158135442756,1277556.576662959,-2.8409755808970504E7
+    -87.3810288031288,4.414468520569528,672793.876048616,-4143626.766832347
+    -95.27455158055416,86.59118515142887,72832.971401703,2.5828908717467003E7
+    -86.43767368705804,51.037268425018965,722196.090175744,1.2818794484361157E7
+<EPSG:5593> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    101.87184716226926,-34.24915402197005,101.871847162,-34.249154022
+    13.062272725935912,14.844586870402452,13.062272726,14.84458687
+    11.398995879999518,-87.6530564913312,11.39899588,-87.653056491
+    -128.61345294225828,30.874677036922265,-128.613452942,30.874677037
+    -146.99410251772682,8.446506436270909,-146.994102518,8.446506436
+    -179.88592187988033,76.96762174889588,-179.88592188,76.967621749
+    -46.98569610091309,-77.66092767498623,-46.985696101,-77.660927675
+    17.805862457310383,88.63897660835607,17.805862457,88.638976608
+<EPSG:5596> +proj=tmerc +lat_0=0 +lon_0=11.33333333333333 +k=1 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    11.191140693462533,-22.165215392399304,985333.940077744,-2452101.873654152
+    10.820143601811033,-11.12653090033362,943938.105466034,-1230510.708701812
+    18.308296735060054,47.954494551555825,1520832.926277531,5336965.786579816
+    16.479318140179448,67.59940257726552,1218719.384261356,7510291.640283281
+    7.649546020459524,1.4137868816931984,589762.377211836,156654.503965324
+    14.938610791316261,65.87723147649749,1164410.898121269,7313872.738069098
+    17.72165913057747,87.04131388111028,1036753.670984005,9673549.640589336
+    11.445243079921847,-46.01387056444773,1008666.731588456,-5097633.749537093
+<EPSG:5598> +proj=tmerc +lat_0=0 +lon_0=11.33333333333333 +k=1 +x_0=1000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    17.870237942751636,-60.719937792704414,1356400.47162162,-6752049.110066955
+    16.244890295058582,-25.750942174111948,1493144.583482539,-2858440.512003735
+    5.369854841552607,-35.68707325651466,459881.412102201,-3967253.519203662
+    16.177568784984977,15.500587035706147,1520303.149234014,1720268.485234517
+    14.435284187765644,84.54504787320917,1032919.643172777,9393586.301129244
+    17.409224036756424,-5.154449674532074,1674902.159352147,-573189.053745116
+    14.123820295703403,70.97982760766646,1101509.073936201,7880635.777552199
+    14.982179861643388,-48.75241944583027,1268289.893598765,-5408522.096747333
+<EPSG:5627> +proj=tmerc +lat_0=0 +lon_0=6 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    8.043399121630074,57.99299762225726,620884.999783933,6429967.86029885
+    -0.9081022163734989,-87.38147001781542,464935.059367341,-9707942.507840797
+    6.124445894522379,-24.867131814277897,512660.003221568,-2750197.402734858
+    9.091661276615618,-12.266170541070636,836468.87671041,-1357830.570459967
+    -0.878772478032458,-0.3789612315073896,-267206.621584101,-42071.560298343
+    11.541447559057714,66.3752455669649,747633.122769315,7372930.319685796
+    5.846841187054814,45.91674826281712,488211.027537643,5085011.11512372
+    4.492137166157093,-41.687367920954486,374595.344370525,-4616181.71656153
+<EPSG:5628> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+    128.37845420232946,-38.66224293552954,128.378454202,-38.662242936
+    69.56893719023736,-26.38120372526798,69.56893719,-26.381203725
+    162.4921573707578,42.519639907708665,162.492157371,42.519639908
+    113.20146832225635,59.96435566583915,113.201468322,59.964355666
+    -49.03373022630194,55.541430801695014,-49.033730226,55.541430802
+    -7.594939350952643,75.11695400800511,-7.594939351,75.116954008
+    -113.19481240354139,-9.218719689150305,-113.194812404,-9.218719689
+    -69.8860078523885,43.879180192855415,-69.886007852,43.879180193
+<EPSG:5629> +proj=utm +zone=38 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    47.58013345139656,55.262434427323996,663948.93967476,1.6127029876612034E7
+    44.559319895088755,54.32673757905971,471340.387105129,1.601996516987079E7
+    50.67446142138758,22.577941620190217,1083997.500859868,1.2507927345780801E7
+    47.34803570289817,51.85955206152829,661687.195439519,1.5748023735583078E7
+    39.21911652210928,14.48090561496845,-123894.902903352,1.160880300629796E7
+    44.737446881042025,19.62876692033892,472471.686165152,1.2170422695799269E7
+    47.917521960243455,30.482687083709266,780075.687283794,1.3375892211779406E7
+    42.60797195247581,81.85590238942731,462179.372262021,1.908952541864417E7
+<EPSG:5631> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    9.246139492676665,-24.31892831221822,2525114.475439711,-2690615.724170949
+    12.237149855690458,85.30966686399412,2529686.438207275,9479106.727039726
+    7.944052006988461,59.24456410671661,2439868.202647428,6570550.451954752
+    10.60797470050753,-25.651593784969698,2661607.114557969,-2839200.637981341
+    10.322093196469476,26.671465574590954,2631733.818021666,2952033.191198863
+    10.17569041407371,81.66288179323163,2519173.319285899,9071195.956787122
+    4.1011116220521995,2.8845345298563956,1954792.189648253,320215.107993909
+    4.877626009398563,19.062599402996938,2065928.129707332,2113816.602718632
+<EPSG:5632> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    24.589842780960183,78.1567666768671,4379592.440341023,5803932.518559061
+    24.788672622080796,45.602392757514615,5111135.968981715,2223798.151963762
+    5.208259645690674,52.85622383886699,3688347.294837723,2902146.229160607
+    -52.41354717983579,88.35313379778609,3687422.329122773,7423843.971005752
+    77.90126311426982,9.796842114655718,1.1770012713468939E7,1771401.733147275
+    -64.04279061184401,-8.88006263821028,-6597906.0556229,926750.417261881
+    -59.87817270566751,75.15936156063472,2128060.218987395,6350451.51947003
+    2.706311469542598,22.55393916058928,3194718.453497378,-430519.104421064
+<EPSG:5633> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -150.9573732920841,-69.24173714407793,-55793.302586401,-8556930.397871552
+    144.4192011226898,-61.95978371776168,1.3805935587040985E7,-4795876.871474373
+    -123.6415827197005,1.8204747871044447,-4102890.010708954,9751647.82928072
+    164.06756191356743,-35.94936511527294,1.5011711310608E7,9603355.301050607
+    -62.08187309295349,37.15729583055277,-1049155.647424687,4471865.059014175
+    150.65179690763256,-56.259469107374606,1.5526564240048576E7,-2296390.288634123
+    17.27442654104246,84.85338769641078,4396842.066469582,6826818.090856498
+    -40.95372655035233,-77.67604550578133,1647290.31402921,-8171398.423990371
+<EPSG:5634> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -13.308779736888368,46.0596847207762,2281340.634090886,2434832.799988084
+    -54.59044806006164,5.541743942051303,-3942168.856802649,1056552.092964196
+    -74.41368882644156,-2.0037704204586353,-6426211.473127339,2939548.399836649
+    -44.83578886490867,64.73034664906422,1623770.8528318,5109914.903592409
+    -24.85200339884107,54.169052257045465,1878999.266757505,3542956.250543058
+    -36.17538098991957,10.212030542879852,-1685758.469744238,-181052.887656176
+    -53.179113864911784,-9.179975743788054,-5529997.128937315,-586408.778554244
+    10.872108359754279,3.3367836766770544,4125900.816141401,-2965649.337945362
+<EPSG:5635> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -94.11531061418904,80.05042776122187,3173824.777851185,7577694.337398476
+    118.22635085348048,-76.85932698242371,8805117.121217735,-8047668.583765637
+    94.18221853902469,78.01322400508954,5721964.463387944,7170876.336195634
+    136.9719627642794,2.630524572811055,1.3142504727684783E7,8741137.893810622
+    -126.44924891611352,-49.15410154323603,-7811702.865980752,733878.20971751
+    169.64061574127777,-43.68478975753582,1.5907589350246906E7,8217950.860974416
+    71.64280701747845,-54.4469325443624,1.0663423803714752E7,-5673431.863885196
+    87.14970995273364,-37.1460321827679,1.3119347725536127E7,-2565774.858468246
+<EPSG:5636> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    132.23300972043933,86.78092427328366,4644547.937315797,7546681.490361478
+    159.196515237445,36.28377877633207,7982271.478487801,1.1260061632593766E7
+    -84.86431663766257,-46.24270171955969,-5563650.131147169,-2490993.481715393
+    151.70648983179308,-20.294652328148373,1.43439215200476E7,9514606.981717858
+    -78.88593909327388,29.892743674069393,-2286887.741186215,5442120.639819935
+    3.97766643805366,-62.60603715109122,3750436.71761761,-7485322.136910532
+    174.52891865326802,88.56618687920161,4366406.346864568,7515153.397885526
+    -50.35427870729811,-60.778366178365395,-1314022.818704494,-6428725.899683384
+<EPSG:5637> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -66.46856672429698,28.49972715880383,-2429289.159707,3882820.558534842
+    -39.315225703708855,14.654285168863343,-1658443.245280693,520655.565527545
+    74.74036914876072,11.910675038976855,1.1295104866756137E7,1623041.131382443
+    -70.85452389688706,39.500109866850906,-1553996.251035339,4833941.794800299
+    -73.42615689820067,74.7235084535304,1865226.598102115,6691728.3286204
+    -8.685148554451217,51.19359816688441,2752090.109468014,2871978.764194925
+    10.684182718349746,42.28779169077136,4055065.57240081,1754352.452647851
+    72.6750526353803,69.52322944897628,6230995.342646925,5734329.99368618
+<EPSG:5638> +proj=laea +lat_0=52 +lon_0=10 +x_0=4321000 +y_0=3210000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    73.47714550207024,24.17406844767801,1.0192668511866713E7,2715573.446717026
+    -55.380533535079906,-57.81947175748401,-2048768.918771259,-5922115.360865403
+    5.954772877701089,-86.27126314980606,4238782.718983507,-8685867.810890928
+    -74.46670493811035,-25.065675081116694,-5251567.658623967,-281132.09144687
+    157.9496981045881,-41.64529515532746,1.6480776349261627E7,5962386.401025052
+    53.863600934539875,-79.77553581552465,6336328.585229441,-8340080.933764167
+    47.31295715087592,71.67923378775822,5571566.82045652,5746446.082044277
+    -156.3514527426485,-22.67375345922582,-854840.601905054,1.4336539986927891E7
+<EPSG:5639> +proj=lcc +lat_1=35 +lat_2=65 +lat_0=52 +lon_0=10 +x_0=4000000 +y_0=2800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    61.001441466617734,52.559086681985534,7082433.523778899,3968182.781673307
+    38.24004619879645,26.706127991640592,6865772.77791976,571438.903914624
+    -50.711619111141964,32.695436209802985,-1127567.7486475,2932363.206671995
+    6.681478793038266,12.038959726346377,3574455.275450799,-1767832.553592429
+    12.926312716906864,44.78703931949532,4224763.582858934,2028778.693258896
+    87.70940406765232,15.247501716337553,1.1872396723426715E7,3202783.126574028
+    -40.14141882672155,33.539613067450745,-336057.793722352,2323600.353827236
+    -37.18265834732293,-8.761073915675924,-3484603.535865542,-2382282.309076271
+<EPSG:5641> +proj=merc +lon_0=-43 +lat_ts=-2 +x_0=5000000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    68.5528925487838,-3.632722734683469,1.741049707330953E7,9598284.53825601
+    103.3581734338091,-77.27862095852575,2.128265875992176E7,-3943262.129644757
+    -122.19460997474138,14.058368856805274,-3810569.16462215,1.1569590506234748E7
+    -36.3867081483514,-82.32409615301808,5735742.814899545,-7179582.474547312
+    43.559495609125264,-43.7873650534431,1.4629928389806451E7,4600251.911709733
+    -177.08543519916506,-75.79540042444857,-9917290.471689712,-3234049.542635785
+    112.38567457548953,59.210339569658515,2.228698750415819E7,1.818429347309213E7
+    -156.84622573730647,4.079017459302747,-7665635.278760329,1.0451147834013604E7
+<EPSG:5643> +proj=lcc +lat_1=52.66666666666666 +lat_2=54.33333333333334 +lat_0=48 +lon_0=10 +x_0=815000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    38.79962629376401,79.95452164823783,1458000.7291786,3838409.921409245
+    0.40476716198875806,29.97069921186317,-179493.954333399,-2001133.859154261
+    9.255501658683087,40.13900467100152,750039.586363889,-884708.21290216
+    35.718734873975436,29.125713571130596,3467055.872362465,-1685592.480368386
+    -69.013556287161,30.983431009019263,-5709670.186040823,2091402.330429384
+    58.47946712335974,85.3212370219755,1370676.279742823,4655144.155624743
+    -1.1347280057065632,59.803304839636525,188693.566273872,1365110.866811734
+    58.402065910931185,37.15092711777163,4941052.250948392,230348.463574735
+<EPSG:5644> +proj=utm +zone=39 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    45.23782294613862,-70.80666625137465,288853.097846978,2134127.943863223
+    56.059894401384454,15.90275613053251,1042230.329904682,1.1764751627939591E7
+    49.76709377453895,-68.20051053624599,448907.792137868,2434269.865866172
+    57.34904316305237,-77.6373652965818,651461.603565921,1373893.669451011
+    49.66882399461409,-87.09195095612675,492460.51865527,326626.410857487
+    47.39676172199829,55.838356370293354,274391.772243178,1.6193962524775237E7
+    49.679117472416976,-67.62953159678446,443902.603535283,2497840.693468159
+    45.60901242657496,21.66393976826282,-58367.232470372,1.2405347714674149E7
+<EPSG:5646> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -78.63839953474077,-87.17788269060074,1529881.688639802,-4.72283208223039E7
+    -70.3861574501225,-16.954864811788596,2379203.689612505,-2.1599250436144114E7
+    -65.88560257234693,-19.64576031167593,3920237.329354285,-2.2616781748939727E7
+    -69.16638105120032,3.536317240054558,2856262.66805099,-1.4157863906407503E7
+    -68.11848175872363,68.93637894978582,2216789.231554005,9676225.601953583
+    -76.65333052532087,29.749018690889088,321818.603422855,-4618091.639554428
+    -78.06902902205815,-60.19355750981411,627697.723176257,-3.738653761661036E7
+    -71.78962220604394,-56.05185429271604,1785629.858025756,-3.583112947213754E7
+<EPSG:5649> +proj=tmerc +lat_0=0 +lon_0=3 +k=0.9996 +x_0=31500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    8.31177428201171,-35.1878900372011,3.1983831844016716E7,-3906825.616608244
+    7.3032619881295275,72.89797753654764,3.1641138709052157E7,8094167.57892149
+    2.5734891523474346,-59.23243065527447,3.147566142015389E7,-6566011.608677441
+    -2.4214458178536264,72.99632397015665,3.1323260017470535E7,8108072.947926497
+    4.498336936370912,83.24819106099895,3.1519664777624503E7,9244420.720370185
+    8.697377184223626,-74.66990154569135,3.1667896124031924E7,-8294835.210026241
+    7.310990590465636,-25.226086427730486,3.1934484187408134E7,-2796957.452438438
+    6.125692502886489,62.350892702677356,3.1661783611300625E7,6917181.343341462
+<EPSG:5650> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    16.895893417359446,17.277858856442236,3.370153579114199E7,1911284.174947094
+    13.511298416878113,75.19937606036882,3.3457553460810144E7,8346385.315225309
+    14.093736893093904,-38.28514000218126,3.3420740814873602E7,-4237841.053269126
+    11.716090385405526,31.439572133600052,3.3187866887773883E7,3482988.084735162
+    8.595966596459313,-40.144446597779385,3.2954314814585183E7,-4463495.702751874
+    19.611706524104086,-37.728889915892886,3.390649258883238E7,-4185758.37915229
+    14.62738321126593,38.452041522364425,3.346748702339555E7,4256037.646179995
+    12.08599143318941,53.432867436934885,3.3306425468150817E7,5924380.242751966
+<EPSG:5651> +proj=tmerc +lat_0=0 +lon_0=3 +k=0.9996 +x_0=31500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -1.0660261954241852,29.7314107263621,3.1106620541783173E7,3295953.819412085
+    6.816562577475677,72.58297525426158,3.1627431149658475E7,8058011.818576165
+    3.0716883728146973,-78.60103298492366,3.150158169079761E7,-8725447.578532299
+    -1.5337249571347482,-73.5821287278499,3.135709483016589E7,-8170846.466696245
+    -1.1570788598716804,-32.58491104317056,3.1109710023530923E7,-3612905.002280827
+    4.809255403783483,-8.088962844475958,3.1699367051918738E7,-894575.885046972
+    -0.1396565160927956,50.910273149088795,3.127928948266221E7,5644542.690602521
+    7.009646939287151,-22.808738222782253,3.1911728070254877E7,-2527938.473929286
+<EPSG:5652> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=32500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    12.560322491327863,28.855846921646872,3.2847375462031566E7,3197227.867693723
+    6.997682818411054,44.68663342224178,3.2341328529523518E7,4950090.441764561
+    13.653569462307534,71.31673182227473,3.2666233515135422E7,7919121.654234834
+    4.481052771941648,49.624124726650734,3.21736766609907E7,5506653.407042149
+    10.152315993148694,-40.94028270876749,3.259699989247978E7,-4532767.120272817
+    6.693386617720524,20.430592278343212,3.225932954752861E7,2260823.519376588
+    2.2022196567205743,40.89013967769549,3.192715551949676E7,4548863.211781609
+    4.043114221877102,29.6991248031634,3.2020177569861952E7,3295746.303740589
+<EPSG:5653> +proj=tmerc +lat_0=0 +lon_0=15 +k=0.9996 +x_0=33500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    21.764498647566974,20.960583456420025,3.42044367241442E7,2332709.16738369
+    21.884416941798627,86.31978310822029,3.3549218946097396E7,9590031.459957315
+    21.710508609227,78.99243547980845,3.364273503089836E7,8777344.643035052
+    9.406007459731764,2.0849146930537046,3.2876943305835918E7,231555.962166012
+    20.315969984799377,-10.392498640026403,3.408268098012624E7,-1153695.608597181
+    9.941963487033176,-66.07647187133271,3.3271320358821392E7,-7337668.497014537
+    15.262597246432119,3.4992524857614313,3.3529166485704113E7,386781.443428803
+    21.18651884594372,9.721376049612473,3.417983936985478E7,1080822.702892162
+<EPSG:5654> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -68.11765340821812,47.595002909680375,2721598.372839576,1888171.666082638
+    -74.8587450953556,-36.208922037183896,944481.46222367,-2.8602861688853286E7
+    -73.05257138487406,55.404699726345996,1525577.412057443,4708639.409936537
+    -65.50430427226424,12.610990411815862,4139719.95486745,-1.0833939570550121E7
+    -68.16923533257258,53.12413514633562,2591311.469245982,3904147.018897437
+    -73.85223421028604,41.948511578466,1272566.265882735,-198068.266003364
+    -72.60076128564633,30.044115304553713,1608535.384717492,-4534500.791819325
+    -72.1599840280155,49.15912486499886,1721779.096539316,2428398.677658819
+<EPSG:5655> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -77.25196014458395,-12.703043519847313,-54598.553572973,-2.0067333787546508E7
+    -67.93053972607957,-18.00212752333894,3229402.189504985,-2.1995139292244337E7
+    -74.39345519356398,77.33346431035616,1488325.661966208,1.2732433585339904E7
+    -69.88149745667626,7.357301739001599,2589214.228322101,-1.2771028087394373E7
+    -65.87179527924258,12.315608456281623,4010584.016591812,-1.0945240080936534E7
+    -68.90547211928883,6.663174326312372,2945196.191490934,-1.302089346920853E7
+    -72.8641875880859,-65.27172372656597,1584624.970832807,-3.9200817789203174E7
+    -71.39313093090377,-70.32626278606627,1776907.737784902,-4.105138580210704E7
+<EPSG:5659> +proj=tmerc +lat_0=0 +lon_0=9 +k=0.9996 +x_0=500053 +y_0=-3999820 +ellps=intl +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68 +units=m +no_defs  <>
+    15.21807494017294,-3.04725056621227,1192383.506136546,-4338731.820134844
+    4.513476481926172,17.37913737398445,23065.917644657,-2072776.07600993
+    12.226403273397688,-78.6464492651674,570938.467881348,-1.2732565773397552E7
+    9.986965286279668,-17.155959353125922,605034.671010128,-5897020.897799013
+    3.4181104290267714,-54.27233458111785,136737.322684109,-1.002824322413536E7
+    7.254532402077579,-0.8581254763781914,305823.166209449,-4094798.526835115
+    13.6273526577295,-38.557587139660185,903339.123970838,-8277843.361671361
+    13.689174443247422,48.342312065370464,847514.601264389,1365185.912349389
+<EPSG:5663> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    16.278147842448007,38.74509918153805,3611243.454077273,4291112.8326689
+    13.457643381881315,24.333284155438818,3343576.843417809,2693186.175214679
+    16.417399370208358,58.701408080661906,3582293.497129445,6510423.942617002
+    15.449495524375958,-60.70964720463702,3524690.418681355,-6733296.055372497
+    10.85738808293073,-62.77144279641691,3288692.264409853,-6969790.012291318
+    19.59370200604141,-41.0212715745283,3886572.755432053,-4553128.199688978
+    21.63438785377481,-73.62709646161863,3708595.788712717,-8185410.39344286
+    20.712179036458863,19.696081636065003,4099803.845684721,2188928.984452833
+<EPSG:5664> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=2500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    10.443857527941667,9.16568585606484,2658832.921702763,1013989.431466206
+    12.399158181954393,27.202563915511448,2837020.014974298,3014771.221809119
+    15.114713383950876,20.741576231827622,3137882.468069406,2306664.553237059
+    13.679441989991753,-10.387808994384557,3013101.995308247,-1152477.237964092
+    8.254807103983335,-21.24829051392834,2422771.078987441,-2350719.406509134
+    3.2701198834978893,-2.2225096749730966,1861672.032509227,-246920.937620218
+    4.966669010815692,70.65539568078165,2351046.709517142,7847220.715674784
+    9.313121898235154,23.99330877509459,2531986.455997592,2654702.24713453
+<EPSG:5665> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    21.66616661437253,73.0688655234062,3716491.982800112,8123619.600649714
+    13.08321906041101,-31.574444964212844,3318149.844845526,-3496249.666807269
+    19.269599914786504,79.25944757965749,3588911.071832465,8805863.00009001
+    12.097428496977871,57.93595023156101,3328210.869179924,6427986.604564321
+    19.022727552807446,-10.225193500701849,3941215.796604811,-1133456.520757244
+    16.311924128479355,47.6298358220385,3598724.660837956,5278242.546929771
+    20.857446751632736,-0.19992922723008633,4153324.556924428,-22145.790687369
+    16.330541048022113,88.07824748107976,3505106.861259493,9787540.65896978
+<EPSG:5666> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    9.452562089339668,-39.756968048275205,3538778.096939927,-4402201.258406992
+    4.686289399486735,5.959268280462084,3021988.154871345,660773.223905518
+    9.439970274061666,-51.69308840116937,3530418.700542655,-5728697.885041158
+    4.862906430380755,49.97939166818796,3203341.861802439,5546196.144146646
+    11.58671234729034,1.5119400516813783,3787916.87264737,167337.612247127
+    7.860507044026734,-73.81640116582895,3464542.232918617,-8194288.303821306
+    15.229220713238586,-36.88503080591564,4055548.049716123,-4101512.366321573
+    14.929980823898775,5.677711987602294,4157989.667239188,631147.057015605
+<EPSG:5667> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    11.414852266816393,-57.5237087663979,4464944.885453716,-6377723.314304112
+    12.033418541581412,-60.427490115308125,4501840.417027145,-6701000.139896724
+    15.24120392127186,6.827355949881209,4858413.014167765,756099.360261035
+    15.770859199012913,-1.8485561294690172,4919809.038099591,-204829.991982791
+    10.963963366869113,64.29527097471825,4449848.49439125,7132425.502080581
+    5.064960977852021,-33.59743352885051,3855765.411128798,-3740279.155848498
+    11.311911189858236,48.85413534984539,4449510.752474061,5413081.505967584
+    11.502037994110516,-21.513143784045454,4448411.286284184,-2379743.162998841
+<EPSG:5668> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    13.454536446528447,23.592928552980894,4648456.933061757,2610703.160511387
+    9.435558778618265,50.11199004987046,4316601.081953654,5555884.969981556
+    10.618126056061385,83.7867265330124,4483299.42061068,9307185.583223611
+    18.889593172383865,84.72243759159167,4570603.011993535,9415706.960520564
+    17.22151837658525,15.122887189515353,5061866.001785643,1679118.312660375
+    18.713706069847824,-88.38068545588993,4521139.476582987,-9821250.814239686
+    13.074383092052493,35.31702364945258,4597688.941509161,3909905.553260914
+    11.168685377436583,-32.10433473399773,4421543.669445448,-3553373.261023228
+<EPSG:5669> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    12.796684001239868,-28.562728285927243,5284410.444320812,-3162477.642183261
+    12.732813748007551,-15.657202456627644,5256897.504059028,-1732841.592322729
+    14.899091245602975,-29.96293157397278,5490261.224847275,-3315682.103439939
+    12.275558854774928,-43.08364972263874,5278169.084882325,-4775135.180750255
+    17.52514575670197,-1.150692819332889,5781100.582666511,-127349.456301321
+    21.68923868351422,50.98275811892427,5969463.287820397,5670923.565779539
+    16.930261945866594,12.625739116594303,5709725.033413791,1396944.627227366
+    18.733808015446584,63.70780185659984,5684504.892436771,7071927.851697233
+<EPSG:5670> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    2.5832634242163297,17.28152223136256,2816663.331264669,1922975.417305203
+    5.629559093447626,16.464768929158694,3140033.494837084,1824186.489961023
+    11.093108221681607,-8.360793633520217,3730723.6397643,-925108.006104065
+    7.601131289641031,-3.7234162279160046,3344711.441897253,-411774.79320351
+    5.9898747016806375,10.995298478760972,3171001.092944239,1217693.476112326
+    9.831937467980865,70.90187468801633,3530522.29149443,7869978.647317313
+    12.678979830493558,-23.593265180117697,3875825.764155298,-2615049.898023475
+    9.41389158141234,-51.296729073556364,3529011.642134258,-5685235.655548486
+<EPSG:5671> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    11.236856705883557,-43.36594086722379,4438280.421422447,-4803685.095177555
+    12.907367956299904,-16.09369716199774,4597207.984653385,-1780181.441981654
+    5.390943954588351,23.871083523697152,3825950.095923889,2656909.524418549
+    5.031296472058636,-48.843110368172894,3988785.992508795,-5435693.182651427
+    8.043099647548015,-21.346517514608877,4089436.052386099,-2366581.321933192
+    13.298863006375168,42.58720673307212,4606742.099077727,4717819.883237572
+    7.142988787863468,21.10346961842258,3995027.604594805,2342366.508671352
+    12.18479879908661,32.39655989503859,4517509.164534017,3585969.590928115
+<EPSG:5672> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=33.4,-146.6,-76.3,-0.359,-0.053,0.844,-0.84 +units=m +no_defs  <>
+    15.305696964247463,-52.075124869232155,5521102.951253889,-5771792.612809477
+    10.601683303160025,-38.50275273101702,5116379.411934069,-4272493.897643222
+    13.331145371700506,-2.3516610252216736,5314474.575959312,-260072.63874072
+    16.185173075327352,-2.311030421894017,5631962.501637122,-255523.22379004
+    15.511194818212463,-17.533661784782353,5554408.953795818,-1939398.769466556
+    18.003493108312703,0.2917325472921135,5834626.682789172,32381.585005538
+    13.46207574324761,-42.853387395655794,5374432.806390148,-4747600.57679012
+    8.080573660423134,-70.15822252618557,5238410.675770107,-7801623.389245925
+<EPSG:5673> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    10.000966262715462,-57.95541467057156,3559387.483268488,-6426830.033841009
+    10.728172888913686,18.622324127791515,3682517.693460356,2060853.048945411
+    13.591914637383237,10.58366517567758,4003167.469974572,1174220.346136166
+    5.518311784194763,83.078316420107,3453288.270612228,9230480.845497563
+    8.14057671098769,-88.84682424579684,3498191.717983443,-9873352.322560446
+    12.222325008394934,-50.647390028071804,3728016.23010888,-5617869.078083364
+    8.505725336479566,68.70836006815526,3480085.848164841,7625139.313178697
+    7.2802080680601735,-26.163693376690865,3328161.363711472,-2896090.581992092
+<EPSG:5674> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    14.137292061426326,60.213690667829155,4618601.586444414,6679952.46515573
+    10.644703958417391,8.456757453389443,4350866.819166748,935520.532040857
+    18.86977771809459,-20.58846222269146,5217634.943889375,-2292656.254242928
+    8.961709572537954,35.579872046779755,4224689.901515706,3943309.667996987
+    9.764152602352887,20.56257928127981,4266943.448708237,2276358.712447393
+    5.954287050031102,51.63541772324717,4081727.395835121,5740261.70306319
+    11.364455210842468,-32.73259504817006,4440549.622927332,-3623267.32648992
+    7.318309961485067,-76.62536620219348,4379302.612866607,-8513304.35225868
+<EPSG:5675> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=26,-121,-78,0,0,0,0 +units=m +no_defs  <>
+    16.6873793400361,10.158574727598435,5685064.202725374,1123969.799568683
+    21.634874842098306,26.885584126800495,6160216.833755051,2992404.666690618
+    13.805980584707179,61.00485509916618,5435530.17305807,6766771.510365494
+    9.153473394861654,-55.994936161268186,5135522.769674301,-6223499.382032854
+    21.82409341574848,-2.273018039390635,6261004.493314087,-253067.79563782
+    17.11889497587002,68.48238437642414,5586877.046332803,7601332.955488895
+    8.381074018625277,16.711173685019915,4792899.900927934,1860232.309382893
+    17.255612037951476,-66.29616042933071,5601335.131641718,-7357777.376502196
+<EPSG:5676> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+    3.6617167337593273,-52.92916479345806,2342815.690731633,-5869359.728781383
+    4.799043573549096,87.20825118202407,2493466.617966497,9689720.007776728
+    5.421554966399116,87.71005706494634,2497417.20370322,9745710.259419315
+    6.099074488847198,-1.8882450111064344,2511087.594763458,-209205.126352374
+    4.461864964419304,48.89581817735183,2387262.996547305,5418742.054593844
+    10.179091544757942,33.76624957555896,2887327.800895851,3745150.549854786
+    1.6827907584143178,60.20180273292374,2260716.620893428,6683942.979281472
+    2.1452539728872972,-2.1676893359035887,2070946.858297136,-240650.794295239
+<EPSG:5677> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+    13.524291530142463,68.32649632267501,3686455.133237713,7588696.850889029
+    9.8387872422438,-84.76994058875047,3508559.528726054,-9417467.220712714
+    3.0219860262730576,45.22729937255707,3030604.376228056,5027179.115124227
+    13.59612744538786,-84.27128880580989,3551200.928151024,-9363766.826379687
+    10.886459561888968,-78.97606468284401,3540302.277685942,-8771152.706382204
+    2.2747044922000756,80.15125151492848,3371846.665303579,8908977.200531317
+    15.675116628315743,13.532524125544029,4224133.48908806,1506087.181366371
+    13.63078131888191,-12.156673095628648,4004590.556101733,-1349098.191138111
+<EPSG:5678> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+    11.855254893304359,13.441683557426657,4484453.294914028,1486139.538605702
+    10.820731896526183,-8.157986380347637,4370165.9486456,-902707.808340498
+    7.032423977364054,-72.23777779967591,4331052.459218406,-8025442.196772904
+    16.259634930420354,84.966131143018,4541771.735373949,9440783.67987783
+    17.231762534617825,-1.3082960687294332,5083176.501297327,-145690.601374714
+    16.452464370561415,56.1628388435511,4776625.891424393,6235186.648861857
+    18.458497502214847,-7.799058419710235,5213922.113417353,-868305.208604792
+    13.01179409229887,-23.13505612502142,4603746.005866306,-2560177.667976431
+<EPSG:5679> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+    16.47147226742888,75.24130037136797,5541964.335545275,8353925.89146208
+    21.50569056939736,30.69060871927337,6124116.922543317,3414357.000064341
+    12.724373365200734,19.67589585280183,5261488.252129447,2177636.49208421
+    16.483631484831193,8.363762362359466,5663587.190199118,924755.387361269
+    8.6139915614113,-59.066468967054334,5134188.15757671,-6567574.543621682
+    20.078515304129986,-27.832341935079548,6000792.530413164,-3090535.891215045
+    19.62861247632084,-2.0742091059368732,6015629.444322633,-230525.20542964
+    9.613184575818215,33.04786590095836,4996704.560879382,3670534.856491119
+<EPSG:5680> +proj=tmerc +lat_0=0 +lon_0=3 +k=1 +x_0=1500000 +y_0=0 +datum=potsdam +units=m +no_defs  <>
+    5.715896049611304,42.71727901780051,1722494.583652202,4734450.82389598
+    6.3290470517834585,23.039203525292947,1841367.31000993,2552319.462648365
+    4.294801096807371,27.359494583822297,1628138.554090449,3027685.504542775
+    4.175169477218354,4.328251966989868,1630489.431790655,478276.91721895
+    -2.399852140619442,-21.04882839768669,938191.398673766,-2338345.25834097
+    -1.980639491797393,43.86539734334028,1099615.449630922,4870497.692410504
+    1.4212762801786276,-53.16625023240151,1394429.567135448,-5894344.436939105
+    0.7939018312040105,-32.59719957434478,1292912.312381394,-3610482.697604917
+<EPSG:5681> +proj=longlat +ellps=bessel +no_defs  <>
+    28.972279555115847,85.5030197526687,28.972279555,85.503019753
+    93.04251864404512,-52.15710879975062,93.042518644,-52.1571088
+    83.79253303542754,-20.669406927044378,83.792533035,-20.669406927
+    -138.9451632427935,62.40459449315759,-138.945163243,62.404594493
+    149.10208799963175,72.99968648046797,149.102088,72.99968648
+    171.69880937761474,36.80292603401256,171.698809378,36.802926034
+    68.47420890543992,-24.22632647457013,68.474208905,-24.226326475
+    62.516042374258234,-83.07419747675256,62.516042374,-83.074197477
+<EPSG:5682> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    1.1971113242128735,-61.209693373044104,2242036.813407958,-6797630.839699107
+    9.13385046516155,-9.804781965238647,2843919.14861717,-1085760.951676497
+    10.615334681996409,-15.114690946284725,2996525.263545608,-1676741.459368515
+    -0.8480654619312158,-66.120402783506,2191066.561536839,-7352395.075227833
+    10.781441212604795,-3.2553050319731938,3031970.778253947,-361185.057747867
+    12.465432853482278,-29.35010314684446,3128472.782971615,-3265182.203286714
+    2.487343484696283,-58.1309228570713,2293128.113260098,-6450580.685352536
+    10.216165222113837,26.324561025165423,2921128.642882956,2919387.075626811
+<EPSG:5683> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    4.436879783953447,16.615991847193996,3012736.673419537,1843189.274775006
+    9.518542268202216,-64.42175473752563,3524986.72061835,-7146217.994327394
+    5.751238940230534,73.70993596081505,3398301.362144152,8184837.35671681
+    5.453698518579523,-24.870030171577042,3141518.137503428,-2756058.119587091
+    2.053452065730882,-75.39913947145145,3304895.806069065,-8382045.291962052
+    5.810765420147156,25.924681991471914,3180432.817122767,2872100.687700576
+    8.28039949568493,-84.61735225418155,3492461.642466255,-9399787.132118909
+    13.596890258221423,2.3131372472108325,4011801.247351315,256580.359801504
+<EPSG:5684> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    13.446317966636448,62.74386504800816,4573916.672010927,6959932.167694266
+    12.742603575534254,44.30084894154044,4559252.495261943,4907022.93484201
+    14.537352713459052,-27.783235381125827,4750093.392732176,-3076701.153723117
+    18.505417420981196,-47.201815796207484,4992768.081648451,-5249720.21526897
+    13.272113500253505,28.639351762861168,4624372.010361997,3169648.153184166
+    17.26701977521708,9.459988331205523,5079110.604799586,1050409.864710554
+    13.812347493285353,-34.459345813831575,4666516.937630006,-3815726.998052442
+    5.704511913804092,-55.36660091109664,4101141.526291718,-6155466.59292395
+<EPSG:5685> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +no_defs  <>
+    13.213854484500466,-40.63064087324705,5348900.943032318,-4500637.921587385
+    10.129215995984442,18.443526682491367,4985025.30837947,2046812.123550079
+    10.584782992037448,-53.20743825369863,5205115.889876265,-5906203.974458992
+    8.336471582165839,54.91606464933042,5073064.058048538,6107610.05033383
+    15.43610187181256,6.929597851209081,5548189.217964939,766221.235488075
+    15.827425413179265,54.021924001600865,5554223.317868023,5988054.362337997
+    15.020014598789556,56.62251542709467,5501228.468235006,6277226.283233989
+    20.098774754227655,-78.15194237943707,5616755.980065246,-8682942.365333749
+<EPSG:5698> +proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    7.226108640118682,41.88055857784697,1051406.497186472,6096049.272226073
+    3.571640086204269,65.72515669075102,728023.789956345,8784664.230626566
+    16.575711478990144,29.40552005119764,2064880.214354001,4795226.573671985
+    14.229448363957005,33.00889640926416,1772266.149843628,5166622.773319328
+    42.45586044153727,36.74728061225565,4122445.189442242,6386080.688912987
+    63.96710808999268,24.561347042646958,6660458.84616801,6534509.773694472
+    56.416131758223,61.47175696200304,3435819.748967515,9247967.460322589
+    11.118939079271144,9.038983057314564,1776261.054582401,2225119.60022287
+<EPSG:5699> +proj=lcc +lat_1=49 +lat_2=44 +lat_0=46.5 +lon_0=3 +x_0=700000 +y_0=6600000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -64.33338436177905,48.892410518672165,-3660157.609208695,8846321.968950994
+    25.534037206973537,6.556156222381276,3746530.405693423,2271525.259203228
+    -3.9564991533506486,19.273908033200023,-107672.373125988,3511541.143266749
+    -24.401606856091284,18.28055581242557,-2463491.545255886,3908368.436548668
+    -4.6183988138476195,12.057461717611247,-271837.598428426,2614074.732537504
+    -34.911479428801435,4.241410167875319,-4446792.373653349,2772449.220584593
+    -3.472861099577571,10.300949317769568,-144886.599339602,2371932.437484318
+    70.07565832627049,-10.612602257813597,1.0795075323989047E7,3777695.306329888
+<EPSG:5700> +proj=utm +zone=1 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -176.8773518375532,-8.860552903969094,513485.881276147,9020562.423793148
+    -178.43590114254846,67.89274568443113,439699.211773679,1.7531606574915513E7
+    -176.1713853267081,-41.13701726155601,569543.579696009,5445701.708482732
+    -172.30930283447242,33.988298464378005,933417.88548321,1.3770789781715078E7
+    -173.73275640077486,-73.02456412945227,606424.932413549,1893876.889867113
+    -176.17624419186987,-57.83361334389823,548916.476720948,3589516.263665027
+    -175.5291114669746,-46.678722186652934,612492.986911062,4829486.708289893
+    -170.56142334587736,-74.34135332101579,693628.545551078,1739390.378137116
+<EPSG:5707> +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    44.44743860009282,33.56913091091565,4443171.73440057,512088.52841795
+    -32.05971463235737,16.73535849103412,-3489137.654303947,-1669241.781463421
+    12.241755053761182,30.644655776063516,1594392.285787486,-863442.901436894
+    -79.33596081553922,4.754726941916973,-9031957.787639325,1558526.599141242
+    -59.723921885247236,42.4647286215714,-3978692.463976891,2416223.534182581
+    30.139936837642182,12.264289460517325,4155978.288358786,-2538261.921517861
+    -18.094672495238655,72.54993102260053,-150976.590106419,3955920.21792198
+    -32.75841309820821,42.23840283457472,-2214333.580568913,1058440.076551853
+<EPSG:5708> +proj=lcc +lat_1=42.16500000000001 +lat_0=42.16500000000001 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    47.56040440436357,24.033619428926023,4597238.305307091,3390053.087810662
+    -75.25752689193266,-6.504836579911752,-1.0329459174264612E7,3193600.081445443
+    35.104382802139654,-0.5045354290267916,4572553.632203861,-80425.897442527
+    5.744366091579579,2.0979141184547885,472941.111388344,-595313.890040096
+    -12.237674646793081,30.022858714175307,-1428812.321577854,2951211.479909257
+    -40.04706151096983,5.143735633532373,-5445250.43046108,1189039.24993465
+    -8.209082333859286,17.55627173435483,-1215020.578174467,1453094.192348407
+    42.21232449270629,83.41698447145342,807610.158598377,9638280.997352099
+<EPSG:5825> +proj=tmerc +lat_0=-35.31773627777778 +lon_0=149.0092948305555 +k=1.000086 +x_0=200000 +y_0=600000 +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    145.81052935089312,-6.8660242582112545,-153874.72569014,3749539.232488143
+    149.86710008348754,-29.804565124385753,282826.415402934,1210966.834316261
+    155.30559824795014,-36.81660224437836,762046.198154664,414945.463838856
+    151.9516486315407,40.67746732577575,448691.972252861,9019446.149049737
+    154.1561945712238,-75.82516638766002,340486.237291601,-3915854.741689626
+    154.13018211665357,-30.275327984029694,692983.670789925,1147957.122329241
+    155.50710708383642,-76.6305601047954,367373.165358861,-4008890.518172911
+    144.73547593599923,-46.81951200627004,-126259.326287427,-686497.451012627
+<EPSG:5832> +proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs  <>
+    5.807290650569286,6.4180926182990845,2478683.686538318,709641.564998635
+    2.2691977843225217,82.87553433370104,2448362.261836039,9206906.178688843
+    1.5415176805364457,60.06878143818827,2251889.815900095,6669410.542819792
+    12.759309081247205,82.75713869036016,2594952.939787293,9197579.901409358
+    11.983778913400135,38.0236462360635,3025569.863952518,4226642.24265258
+    7.6223417849022415,16.543779604693214,2673168.228885928,1830340.040335114
+    0.7519892198569238,-19.471554829056245,1948462.135294134,-2162094.385676436
+    2.230346978049547,-45.32275216318723,2204486.177202227,-5027221.959638182
+<EPSG:5833> +proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs  <>
+    8.978320809054015,49.975592358170076,3498445.096857663,5537565.24200276
+    14.986438597401976,71.57089861727496,3710975.39550112,7953863.815633137
+    14.116834607585709,-65.49482279240574,3736678.862785684,-7275365.059204701
+    2.9207002671820983,-67.65468834371043,3242346.736628641,-7519227.577856102
+    13.28267253900406,-64.45578327418542,3705992.242592848,-7156859.739118084
+    8.894091825540096,73.25970336156362,3496594.137058531,8131831.022501487
+    6.3390807543569805,-17.913678540972313,3218008.818948207,-1983251.168628546
+    9.786308971787491,-76.50720793031677,3520484.921142809,-8494396.379550917
+<EPSG:5834> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=4500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs  <>
+    13.978972000945053,-14.365437633822879,4713466.658147405,-1589539.64940367
+    10.057614683952464,-76.40424069070488,4449025.459799296,-8483606.597649075
+    10.86672214603323,33.21429705250327,4394358.10661932,3676723.294203323
+    9.625147140473814,-54.43351452600694,4345922.866228869,-6036144.12295971
+    8.306119377799678,81.93994441395887,4442200.755115481,9102614.605891231
+    14.660342297719128,-38.773576817820675,4731178.9465692,-4296300.870899362
+    7.681408761398437,-14.060912685450276,4033230.350518167,-1559214.740496546
+    9.816072933117601,-44.363297361334716,4325927.942421851,-4916013.371000548
+<EPSG:5835> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=5500000 +y_0=0 +ellps=bessel +units=m +vunits=m +no_defs  <>
+    8.036867418581277,-88.92453715165628,5485440.126099908,-9881633.987741226
+    17.498040052830994,-3.1528537424308496,5777718.281529994,-348927.758487292
+    19.47526008586216,46.09833186475254,5845998.580350637,5116243.093745136
+    18.71221028663605,63.73660332324948,5683252.040209349,7075071.744626225
+    18.552989225492755,0.5309969803882382,5895709.557340468,58822.811714183
+    9.509236988276754,81.99181539496749,5414702.426487098,9110611.4602661
+    16.80501786218719,-36.33939219128031,5662035.558074328,-4024314.461325401
+    12.087828803917969,-34.25902207808385,5231768.380957239,-3795856.5511512
+<EPSG:5836> +proj=utm +zone=37 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    40.62065331935716,30.535109691291694,655472.967284387,3379199.60236024
+    40.37806129939492,-86.45680078380352,509507.656903282,-9602488.442444371
+    41.87141690214726,50.52284116506016,703529.440786852,5600703.286103009
+    40.4412971032898,81.23980485141024,524503.58754273,9020276.567050936
+    36.49060461425943,75.43836148305692,429593.374366802,8374009.927261761
+    41.05622533576761,32.79143391536232,692551.883569704,3630037.408219267
+    43.68575127387685,72.22257997243472,659536.506966571,8019975.915895815
+    41.6446377583558,-29.538174468442342,756289.035135589,-3270530.489113124
+<EPSG:5837> +proj=utm +zone=40 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    51.872804389467554,-48.19824069725065,119058.456957332,-5351056.303903419
+    60.523045882123924,-86.62046843928066,523172.84953065,-9621358.445264418
+    55.32268492455325,-80.32408753714675,468531.660086793,-8918213.38034119
+    61.75384340061336,-29.82901293474646,959549.279871462,-3309335.556915475
+    54.78381188075547,22.254373310578146,271612.509145307,2462656.326881813
+    52.33679970924625,-39.71930228198666,100244.006093623,-4407011.419523599
+    56.775867056763374,13.736162840220501,475768.295194445,1518558.795705456
+    63.58358162761749,17.717521232468215,1199319.251762748,1971199.246309829
+<EPSG:5839> +proj=utm +zone=17 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.49187166558654,82.9779033460438,411578.376189437,1.921896951049773E7
+    -87.08851166796767,-80.79472990997657,391458.039433793,1024009.663933178
+    -82.32199436980356,-42.269812095033714,390978.353930692,5319420.079332824
+    -86.14528998203912,76.09562551462756,362145.032075625,1.8451868596709702E7
+    -82.76806344716445,-51.32379301030578,376805.461880203,4312682.956419582
+    -84.9854627627042,-49.89296231181325,213779.041320501,4465650.714876267
+    -78.32786486880023,-43.55824242183963,715823.259617498,5173720.983938889
+    -80.97868570273586,-23.386091410297936,502178.059864763,7413738.822218277
+<EPSG:5842> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+    14.388905482518865,14.987339525997243,756905.206127214,1.1658311297038784E7
+    9.357176348340072,-21.179691938290276,225592.156940126,7655677.517497623
+    14.720924001440453,73.03431674496093,588592.307424091,1.8106320415191945E7
+    16.4487303863232,-24.221524529237698,952010.552632331,7314038.075169726
+    6.124564943258139,3.5790150264429315,-153667.570463087,1.0397691649102693E7
+    17.49039090493583,-85.57640628968322,547207.897347472,493659.430851147
+    5.3863500942471125,16.673523414731378,-206505.874338711,1.1855176006782992E7
+    13.081952727970233,-18.59094373334338,614156.218742544,7944089.072794877
+<EPSG:5844> +proj=tmerc +lat_0=0 +lon_0=30 +k=0.9999 +x_0=500000 +y_0=10000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    32.48760236910654,34.30304015583552,729000.861114204,1.3799699178810498E7
+    25.561350024141483,-83.00466420517188,439688.470837044,777934.160198629
+    27.093911568199978,7.060384870699735,178830.193994742,1.078166022618841E7
+    23.46834543569112,-5.76728223530813,-224922.578982164,9358163.273046672
+    26.227082834144078,-2.4948662701308706,80133.751985848,9723555.383440541
+    29.499160710908253,-8.054034014654206,444797.966839727,9109427.604703167
+    23.17920055087095,-25.974797505464615,-183962.133487423,7108358.4462438
+    35.243242173313675,53.36868074103825,848835.408622297,1.592788336098605E7
+<EPSG:5845> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    16.4480954005073,28.872433732052656,641225.304168202,3194714.364413244
+    15.120796259848483,-7.683791467848124,513321.714853142,-849342.649912099
+    11.75479321692258,-22.666121404278968,166487.707571581,-2510202.667666148
+    10.62826918287222,-11.058888038076716,22077.710610839,-1225993.187280044
+    19.106914287853662,66.04603556608737,685955.835546828,7331135.36039556
+    16.279085326341097,-82.3463421480724,519017.298593824,-9143700.972532485
+    18.41842800784471,46.44376908506712,762565.019275221,5149034.840782002
+    19.876938147856922,-39.136123441389195,921596.514859929,-4343222.631919095
+<EPSG:5846> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    15.456343878475021,62.71663053026313,326776.005578593,6961541.211151537
+    11.577810043525364,-52.04579338754031,121034.490446729,-5768523.026737721
+    10.426214778119222,69.0727644547251,87246.561006336,7666347.015450268
+    8.643111906781588,21.600677774083096,-197747.564327097,2393337.672052415
+    11.011396579148697,-67.90647211005074,108489.739567977,-7535782.841398722
+    8.900492453165938,-42.26228987547768,-105751.400662603,-4685425.631225825
+    13.422216566709954,36.47753063084424,277458.624866956,4039471.679652621
+    16.319336902867917,66.56270486503325,341663.306876873,7392219.778663614
+<EPSG:5847> +proj=tmerc +lat_0=0 +lon_0=13.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    14.131446085094936,-2.819862839791668,220209.13540961,-311825.851810243
+    19.597966429129798,-58.03619267584476,509926.714825162,-6451587.196257056
+    13.499091794328153,-41.23776176989153,149923.863167729,-4566978.211787732
+    15.943910818169499,-71.75746497995135,235401.557444359,-7966796.267607227
+    19.50822813012481,63.43677017964973,449566.024058857,7051136.041514874
+    19.339441960493417,-2.103879541253292,800740.536697777,-233856.609225415
+    9.248749697507098,78.40518945402508,54655.94414792,8710539.144203909
+    15.807897484461268,39.06723671010815,349746.734052034,4328504.491159952
+<EPSG:5848> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    8.648023237088323,31.307698515419816,-455257.770773451,3482567.900740805
+    11.86163583055064,-54.79058393177987,-51847.745578902,-6078436.389560847
+    19.350974707144612,63.391713014026124,367391.531332159,7039431.764750372
+    18.229495443731057,5.078389882211297,508292.000991121,562448.572755562
+    13.599425755704775,56.6816958247436,64162.076764877,6285345.245403417
+    8.382305108420486,3.578604783752482,-586889.972383302,398372.040757244
+    21.8928708443768,30.472454135941206,812675.167226189,3392763.911889804
+    16.11988807028144,4.847581971697025,274230.263893566,536133.297727799
+<EPSG:5849> +proj=tmerc +lat_0=0 +lon_0=16.5 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    13.300858855421513,-15.67527679991818,-193118.965380058,-1736300.410929909
+    13.255181768591253,-64.47725085698659,-6008.516811006,-7157046.482797095
+    16.04026804888154,-86.41943362216443,146793.210125536,-9602056.120558819
+    21.18863126876486,87.92530174898874,168937.723678043,9771010.230798295
+    13.019731960578943,-53.03063317180383,-83450.454078249,-5883697.167509186
+    17.447209869457026,-46.717738843086934,222419.313190202,-5176304.378200927
+    13.350787586913984,-59.03723624699145,-30763.627055252,-6551078.538812635
+    9.748996217340242,38.8244751957607,-436548.650357704,4320738.629383378
+<EPSG:5850> +proj=tmerc +lat_0=0 +lon_0=18 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    18.222740966825583,-6.302070457607897,174646.627152394,-696880.288233224
+    24.447780051584772,57.192327714744465,539481.37320728,6359782.329405491
+    12.83724211104569,-82.68069999578744,76635.829723157,-9187769.466415726
+    11.22887647281906,43.56024093469074,-397144.946337383,4847294.665850944
+    14.930407447994082,41.46986206117617,-106433.296776172,4597306.696494325
+    23.908297430283675,60.49969705920057,474401.704736902,6724324.090671917
+    16.513752457590154,-32.67132180604647,10586.117388872,-3617273.355875519
+    23.955842497158706,-11.548012340322202,800753.568438988,-1283874.404609295
+<EPSG:5851> +proj=tmerc +lat_0=0 +lon_0=14.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    19.716436039140298,6.752775699434608,755226.834689633,750120.576395562
+    15.6897955018543,-40.61327643579827,271844.703219592,-4498624.244159952
+    13.802774570886264,87.55256421742206,147866.926675766,9728611.8844402
+    13.798090608626197,-70.14397484926197,132862.382104068,-7785106.551402926
+    12.969346139108548,81.12821019057128,127943.121062021,9011363.452034872
+    20.258722074499083,8.421197727177812,812895.340912085,936339.454123985
+    13.60166316406169,-47.889516856419206,101514.524543397,-5306346.56804445
+    7.7783314138785355,68.6519329766895,-112610.901193352,7632431.530054337
+<EPSG:5852> +proj=tmerc +lat_0=0 +lon_0=15.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    17.911740293850475,-61.67582563608126,264458.157182034,-6842705.022530521
+    8.918650723454961,-46.38695067135265,-375416.779122261,-5161828.32842099
+    18.875757940497213,31.330699440831154,447556.327302988,3471862.759895017
+    10.134532040619519,84.05019143645575,85088.906098815,9340598.39873873
+    20.868452139948303,3.6389904633911243,719399.151318429,404001.679058906
+    16.69833274904018,59.99246338490295,202927.797458335,6653612.467243493
+    21.09751688130176,-28.13139062286311,675779.058205953,-3124592.851343564
+    16.33777814272014,39.45149974113315,200592.09957412,4368794.291070083
+<EPSG:5853> +proj=tmerc +lat_0=0 +lon_0=17.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    12.208538027885247,-80.58287413342435,57985.748210182,-8954221.018636635
+    24.008132724066744,88.81231393641062,165609.793032268,9870230.010619428
+    21.68011188435227,-85.24369860851586,190987.869004257,-9472307.751011264
+    15.031480802861513,18.998352963544505,-83640.964520126,2102958.85891132
+    22.599213346978477,-2.873883553351561,745595.115344917,-319177.325150682
+    12.481977381124567,8.429504907501865,-375662.507504003,935365.515484255
+    17.893656251275146,15.856418929105743,218943.576428532,1753860.65741833
+    18.526750512783163,-15.324285660196438,287115.838524649,-1695275.68283991
+<EPSG:5854> +proj=tmerc +lat_0=0 +lon_0=18.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    16.216810814810238,-71.64620461757015,60959.186261483,-7954519.978396585
+    20.247064897830445,51.19316380336011,254650.979209432,5674640.735212975
+    20.512338668840783,26.452412971303445,325776.842723746,2928162.530116527
+    21.45232734346189,35.763638534753866,394405.737680036,3962686.733074442
+    14.257413318795727,70.50439009939257,-17270.15150179,7831438.863080356
+    14.614362720067822,-12.20771984595676,-300392.711337567,-1353504.68062632
+    16.610743528331906,21.659866272459837,-71464.814579945,2397664.642983559
+    17.414562163863366,58.54625549327406,72241.14213054,6492899.039527182
+<EPSG:5855> +proj=tmerc +lat_0=0 +lon_0=20.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    17.65453024241883,-79.61640490644683,97771.865681092,-8843471.961068789
+    21.883290494920004,-7.594389404262799,330256.512989633,-840132.937626394
+    18.720556721666448,-11.221143704247496,-17041.748360122,-1241361.873274213
+    23.58205995591492,71.39373103577776,268652.003466615,7927751.137126026
+    24.647913080020373,-55.00062291702325,431341.688068674,-6106151.846840995
+    16.22740962343535,87.71859021269344,132129.222487706,9747774.444092104
+    19.800404576056117,-62.46931346254625,126805.298964754,-6929316.313532691
+    26.45635327634602,-6.461772368873596,837849.20917759,-718741.194407961
+<EPSG:5856> +proj=tmerc +lat_0=0 +lon_0=21.75 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    20.41437607499807,14.232843433635793,5842.126581936,1574520.687919662
+    16.318896649265522,-57.84374050248543,-172344.797677232,-6426828.335898512
+    20.43595129483389,-43.476672287425146,43682.685950473,-4816515.861239611
+    23.651093972136636,-42.76289866530652,305614.036267442,-4738133.394046026
+    17.280446675364225,-62.197823902003876,-82543.433138774,-6907006.829786656
+    16.726042090212484,32.919792597923646,-320177.571989146,3655073.031490607
+    24.492475502961128,59.63960166534048,304662.61284904,6617115.917715609
+    20.3416992890992,-80.65359992331514,124458.930565893,-8958431.951660302
+<EPSG:5857> +proj=tmerc +lat_0=0 +lon_0=23.25 +k=1 +x_0=150000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    20.760214061897365,-17.429433754408464,-114584.506144838,-1929555.986415525
+    20.29262602899338,-44.133336015374525,-86671.179387187,-4892892.92293982
+    22.36758065125342,-42.70623472716404,77704.605830461,-4730463.138289159
+    20.617374578858595,-32.35000234732634,-97852.972725287,-3583712.359880667
+    19.23736307872622,-6.6643840866653505,-294042.166655836,-738749.467086091
+    20.538344432121576,54.539968674843124,-25488.382065017,6049403.470953543
+    23.297790409215658,-21.02384989101968,154967.998688936,-2325718.205073135
+    30.068682648421465,-6.687447699713019,905671.047867967,-744748.454363017
+<EPSG:5858> +proj=utm +zone=22 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+    -45.38572816149275,7.867005346515825,1119896.143619989,1.0873796788079511E7
+    -57.614595131926656,-11.523706806042696,-222735.328028804,8717792.823017392
+    -50.62852646486307,-19.661424300609355,538990.527490333,7825985.661940235
+    -46.2073039807656,49.44571130670272,847396.611293907,1.548806517710805E7
+    -56.62574558410889,-63.891495402311584,224086.580464469,2902929.623185189
+    -45.693972089294476,30.980010842400716,1007041.080185602,1.3439513886811314E7
+    -46.72254851924957,35.12166147839909,889916.875509899,1.389493586536571E7
+    -47.17063397888713,-52.83462215765052,757970.147279671,4139291.433770712
+<EPSG:5875> +proj=utm +zone=18 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+    -76.85404962517163,81.62136087131597,469907.983019232,1.9063062592006378E7
+    -75.56506920704537,-46.008250174714654,456315.693903759,4904904.045080136
+    -80.2450448011741,83.02128999415419,429012.787127308,1.922208258345223E7
+    -71.25083043714376,82.93776770365128,551490.439642814,1.9211198853391647E7
+    -81.43559136598591,-30.365581798113844,-118988.620073775,6623114.081155138
+    -77.39885803853657,72.28826807673187,418627.409221164,1.802273130498693E7
+    -73.96048666848229,-37.37800897331043,592097.71722634,5862713.929709975
+    -74.45739600342175,55.424633582378505,534405.784551386,1.614220611247886E7
+<EPSG:5876> +proj=utm +zone=19 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+    -64.3767898521051,-80.56460212670346,584587.567341584,1052030.583852941
+    -63.80474526898841,-59.1162580953162,797342.904237734,3435443.3762626
+    -65.97285735129361,6.6761962694025385,834789.746219606,1.073901990417732E7
+    -71.40821688965423,9.928503807288976,236001.041815474,1.1098501741250731E7
+    -63.5519799949456,-43.608353228641874,939749.080215714,5157214.023033876
+    -69.99503294397554,70.71926974073003,463393.360475612,1.7846402541491427E7
+    -65.72597706543843,-37.813476561517426,788278.846560843,5809860.165621808
+    -63.37986797604391,-86.6790011089867,536353.596773211,371035.245058412
+<EPSG:5877> +proj=utm +zone=20 +south +ellps=aust_SA +towgs84=-67.35,3.88,-38.22,0,0,0,0 +units=m +no_defs  <>
+    -59.262534574784645,62.909413050342124,689877.134253582,1.698102307257741E7
+    -62.17270479651733,63.93342114972634,540618.247305802,1.7089869845685497E7
+    -64.94345726793236,-25.928495643757252,305420.470386453,7130829.908800188
+    -58.06701528859134,-45.505336283053595,885413.544171326,4949095.872775697
+    -60.60289950117692,-25.69917129821586,740606.572477834,7155486.33580385
+    -60.364970148023474,56.562095972342945,661982.960380335,1.627176545480482E7
+    -69.81264763761432,39.44004888055113,-86454.170855782,1.438784395233272E7
+    -67.19813049512618,0.5832557476613829,32515.018601378,1.0064680101033313E7
+<EPSG:5879> +proj=utm +zone=38 +south +ellps=intl +towgs84=-381.788,-57.501,-256.673,0,0,0,0 +units=m +no_defs  <>
+    45.862930112128595,77.83715891989686,520065.697562432,1.864038475325578E7
+    45.05622356635663,11.629595243623257,505899.361981186,1.1285835527558476E7
+    49.84669258016976,-64.79336545981025,729923.422625772,2805900.159453417
+    49.15523192374358,-27.078440217376546,911964.175060519,6998319.963918481
+    42.657026142964554,61.69685285737518,375857.342995681,1.6842729511116467E7
+    42.45617257023755,38.83998749885613,278991.898537748,1.4302261522091914E7
+    47.54675848001573,84.45406188907833,527240.57690301,1.93794148066586E7
+    50.14637192842207,15.944351173658447,1051164.496549625,1.1769827040035797E7
+<EPSG:5886> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -39.565368591440404,-51.90038464515447,-39.565368591,-51.900384645
+    169.24260159389507,-5.340926148690315,169.242601594,-5.340926149
+    -54.237110031964775,-88.3110663340312,-54.237110032,-88.311066334
+    -120.92296013782084,3.678197640267129,-120.922960138,3.67819764
+    -93.1973881138945,-45.2309630263183,-93.197388114,-45.230963026
+    -142.41544646865407,13.128573901456804,-142.415446469,13.128573901
+    -56.67135406704013,5.8490020233385,-56.671354067,5.849002023
+    -76.82467187749646,-62.98193238846646,-76.824671877,-62.981932388
+<EPSG:5887> +proj=tmerc +lat_0=0 +lon_0=-177 +k=0.9996 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +units=m +no_defs  <>
+    -179.93354351885688,-44.22914933492378,1265709.958907948,98490.009546597
+    -176.01671817461832,40.00712603571657,1583924.63930952,9429011.127761912
+    -171.91701685910954,48.285026908670005,1877017.837211783,1.036047962108266E7
+    -177.0348042799451,-79.50108324345383,1499292.007275827,-3825900.147031959
+    -177.51359549812747,25.96404996172815,1448584.498536207,7871803.50034613
+    -172.10001072754883,-27.926764971022536,1982436.914823004,1901233.376149219
+    -177.89018792499112,-10.760854620866382,1402671.236126058,3810321.599740548
+    -176.34474319723037,20.296511715974418,1568415.169861945,7244429.553612983
+<EPSG:5890> +proj=stere +lat_0=90 +lat_ts=70 +lon_0=90 +k=1 +x_0=0 +y_0=0 +a=6378273 +b=6356889.449 +units=m +no_defs  <>
+    -27.413483353159137,67.50208692293225,-2190621.142302366,1136164.255828777
+    -34.822807075592976,-20.373590210471235,-1.452332293395597E7,1.0102548475036018E7
+    21.468304412290124,70.00066200309678,-2036103.838460956,-800741.785914417
+    -14.723834746101275,9.338142506534467,-1.0135841510007795E7,2663595.388833231
+    8.706586201697334,43.88286611763334,-5212605.035238619,-798253.891890077
+    136.68666287004666,-1.2046814026467985,9161309.162873626,-8637208.202866293
+    59.527327628909575,-45.580285070546026,-1.5242365159346791E7,-2.5904646454392664E7
+    -3.038911308546787,78.13834900086161,-1287578.385765312,68355.990592068
+<EPSG:5921> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=-111 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -150.42608658924613,78.09199361035687,-839168.56589431,-62446.18257181
+    -126.80137557344685,71.66822013350209,-552917.741117181,-1002831.918881551
+    -41.66973412310219,70.52016921375603,2031470.314408375,176038.11705556
+    -112.25857161553446,42.66881965732559,-119506.498522923,-4527882.81434065
+    -126.5736838435759,64.54228534634814,-760009.688266212,-1785307.149004401
+    -73.32393246712965,77.73382112741457,831652.21200873,-119111.070240582
+    -147.12620637878408,41.28157482796193,-3317471.833898463,-3639886.920669659
+    -116.35338723248915,66.30521733359869,-245436.813990877,-1674940.005865153
+<EPSG:5922> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=-39 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -19.903488187815114,51.45141028540375,1425607.729560661,-3194370.957690657
+    6.723673100683413,33.30424106203277,4792352.873518764,-3784276.537016858
+    -27.907630671467857,46.22472801981258,960960.734793344,-3984981.76801624
+    -6.436828816995785,57.28008777359321,1975220.00962293,-2163019.576930827
+    2.0512053705295585,82.39839823624992,555771.943598937,325922.204577278
+    24.339904395245185,65.34482433746014,2460308.378299618,-299746.909147007
+    -56.93165782035658,65.92138224097745,-823557.163666852,-1601691.318675185
+    -21.96703159629807,81.51908371471592,275848.307124027,63311.656872283
+<EPSG:5923> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=33 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    69.08900355030374,69.10868556442226,1366079.503718488,-928030.354623838
+    -33.938919553401284,28.440748033084816,-6809783.89559648,-2032689.601126597
+    -17.580900864270077,47.30729005979411,-3766349.263396122,-2185412.813973037
+    65.7058441872874,58.35904022827235,1914947.620688564,-2050726.584598577
+    -17.184904767086934,84.20687654334932,-497161.586203706,551822.185657351
+    43.636247656192154,65.7672953574223,496809.722935471,-1702009.979576329
+    -28.602494490882837,76.66428310111729,-1304953.558971532,248361.376748995
+    13.517730048691888,35.64538711057162,-2121642.373965344,-5097595.498787272
+<EPSG:5924> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=105 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    101.05885052000716,67.95210846133975,-168068.19736849,-1493070.162275291
+    55.97295850495888,46.44558555056921,-3760949.447453581,-2356692.396299741
+    73.915862740009,70.9350913788911,-1091443.416996882,-861369.487551923
+    32.03745005449237,31.08650711462152,-6723832.494003165,-1193530.433578646
+    40.25998141905596,48.59133117989537,-4275525.082417703,-1110698.684043341
+    102.17937028271776,64.58416032064304,-139030.890676414,-1879842.926645596
+    45.10389527996233,24.658692925718274,-6876394.023001066,-3122789.212211275
+    69.89659194356258,41.0540812883035,-3252375.601734975,-3722040.359933912
+<EPSG:5925> +proj=lcc +lat_1=85 +lat_2=77 +lat_0=81.31722600000001 +lon_0=177 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    141.34695678010115,60.77880708675309,-1902959.189827285,-1718385.934991451
+    136.2204356098253,78.94262945479298,-801802.119955032,29749.47587299
+    135.0201299221917,86.7028183911685,-247625.083060791,694892.451901108
+    111.92916391095535,77.62525754720997,-1249386.993245584,374178.050039505
+    168.88165890186428,24.532610559888045,-1120198.815471016,-6970377.589631268
+    126.87797821840586,39.31086797660865,-4521139.630870104,-2880134.163638384
+    177.03286628734577,37.14383970474008,3532.674701374,-5255114.129879986
+    167.77655217046072,73.39671133568561,-294619.067609885,-860934.402866456
+<EPSG:5926> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=-111 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -102.62650799893773,80.30346189184426,158090.728638885,809405.131263491
+    -35.81103302226265,66.83192984012058,2507735.345024867,1115654.162353343
+    -125.24687078678204,73.16817321046526,-455195.763499974,55806.373491823
+    -125.26887764138216,87.92995297129576,-60941.455478884,1681439.028113023
+    -149.45749195142406,53.89148845746049,-2461461.19717961,-1357149.305147297
+    -32.076134600910024,58.195107218121194,3498154.354207361,1030026.668212358
+    -107.47292440696945,30.935546575807003,409816.00263685,-5015402.093450167
+    -66.15498133233203,28.5848028977835,4957703.775737585,-3398952.631418996
+<EPSG:5927> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=-39 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    18.77095217362651,29.386640381875704,5894298.267087708,-2150316.058081693
+    -47.53284214080327,13.878023031571,-1345253.826295126,-7441692.550328514
+    -106.7378121678786,21.82549800348215,-7460421.419700093,-1573330.858047495
+    19.144570881397698,33.49832332662115,5463763.267443056,-1801871.999472425
+    -19.532087251353943,34.65213425770461,2065998.692439262,-4195179.608389896
+    -19.302039483890326,30.281884911794034,2277528.716834487,-4737772.696212535
+    -47.61380760801241,26.2552145463875,-1090459.583505419,-5593841.476051502
+    10.14218716396769,65.58362237924288,2032175.26037757,39460.042515776
+<EPSG:5928> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=33 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    98.86237091289527,54.92590869850714,3554917.561644418,123794.000246996
+    -49.931624906060165,73.12321617467448,-1902675.850304256,1575268.583825169
+    -21.45094460816112,85.474851944918,-430789.206064779,1597072.997696719
+    -34.7466415409041,86.39839671419212,-397011.430538736,1745774.162102207
+    82.44339731854686,26.022818881263607,5614877.730653365,-3245001.164370127
+    -1.5779252910497448,52.66867090519039,-2321048.348426218,-1628987.98300977
+    50.26536144500183,28.211336541551542,2085333.038116138,-5096624.663876855
+    -49.231852216113815,20.604721345493054,-8261033.38517253,282103.179350034
+<EPSG:5929> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=105 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    155.98282927387234,79.06187757604457,957972.065774852,1093479.572513956
+    89.0839756425759,78.95838950774699,-337599.501599169,692518.665843953
+    77.49743294750353,78.10172280964298,-612268.820588402,694652.001093807
+    92.54744326915527,29.564972364120933,-1475709.010017231,-5059423.133754625
+    61.98569172096592,44.66966528588995,-3425757.21967281,-1985255.576316558
+    135.8418326268237,39.815671713204736,2859984.00973526,-3118924.47237029
+    34.445101167558896,61.92608289653648,-2946566.182602782,713422.276935791
+    94.96920197702458,25.284852500771144,-1291189.987199269,-5701365.350894694
+<EPSG:5930> +proj=lcc +lat_1=77 +lat_2=69 +lat_0=73.15574086111111 +lon_0=177 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    124.13466269361078,49.45402532641752,-3576976.49051279,-1006199.504826801
+    174.56577144937452,16.15824523825821,-370170.856356836,-7166219.455003235
+    170.0989052473892,70.54832005191761,-255650.797783568,-275579.623831578
+    156.6408960698848,42.0860094280361,-1841770.631874774,-3272897.50309239
+    93.03328029320141,25.009213445841834,-7671530.973795446,629782.504454829
+    129.79833004699674,36.758117326990934,-4392836.886724773,-2433596.609130519
+    157.94616713000545,67.71182614019764,-794541.929454972,-479201.42612278
+    176.06997826389127,78.24416893138435,-21202.648271832,567579.869201445
+<EPSG:5931> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=-111 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -171.1751505813978,53.493933903005285,-3471184.433731269,492928.968587036
+    -38.97095652813229,44.11695172120608,4850603.434364242,733883.48784527
+    -32.399991629998794,35.64602195750056,6019252.595835607,923346.212818276
+    -81.0034869678793,84.32187505315451,349636.077202795,2281334.492076348
+    -69.16603950927518,46.3159088961691,3124404.51995635,-1045479.98587451
+    -156.5994182228099,39.81906312307122,-3864018.649877481,-1427464.903975037
+    -120.4603802433555,18.72458668367908,-1281548.965743703,-5531418.508240598
+    -49.584158095527386,73.490035698155,1672358.532286803,1820919.137305793
+<EPSG:5932> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=-39 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    28.99173105916006,69.42671943404163,2182755.130233827,1784743.786779077
+    -55.799624114464336,29.60024729185957,-1870459.732068908,-3904953.670436213
+    32.087313842242224,48.20738356705339,4387965.002906213,866572.701781566
+    -115.27900270764685,63.99051868497879,-2883677.786191955,1865373.599512349
+    1.3200561668264328,5.0005862855420435,6384416.832761548,-5643861.930705207
+    -43.746449429971506,58.05105405656287,-281291.209452088,-775039.088921041
+    21.476693555391563,42.389196867649524,4531032.196266932,-228306.241474942
+    -49.10664289474691,60.15827902707699,-559464.33826726,-505379.82465707
+<EPSG:5933> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=33 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    23.004259162994373,54.62827933147069,-651030.723736273,-1118309.507584589
+    -16.302099357709004,82.45918130445837,-696353.795829261,2258204.060076591
+    97.35919908118942,14.228068087733678,7873820.162148721,-1886915.063473052
+    80.60952575985152,20.77174150365098,5680044.650413206,-3090532.227234981
+    -38.68690852181698,7.404756622462692,-9350491.443435637,-1394061.503473846
+    83.64941083496916,76.74461409600022,1189426.172013103,1810450.362088765
+    88.09765975378764,43.79872196898109,4116055.81953738,-495250.286328324
+    55.65365102101751,49.80088883276108,1642446.644667211,-1420306.342780472
+<EPSG:5934> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=105 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    50.49990376772261,32.23833115107224,-5150511.856926865,-1447740.072207063
+    148.5998215035981,41.15434213092925,3621501.289086402,-1424433.98649302
+    126.88989584515467,51.85476972186909,1509796.37047511,-1219547.836598533
+    110.3329689420692,48.35420602472733,408599.782181907,-1866794.084086747
+    177.76990291502975,25.196927732546303,7029973.591509254,-167630.294114528
+    30.234625591034234,13.230630122060221,-8701749.929783097,-586845.061120662
+    85.81177021437244,75.99819834424318,-520538.152692922,1300849.357817743
+    161.98136005536418,28.32517313301332,5713418.181823373,-1553186.916934312
+<EPSG:5935> +proj=lcc +lat_1=69 +lat_2=61 +lat_0=65.10127088888888 +lon_0=177 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    155.29366498375552,52.10851811932691,-1487928.913310271,-1196778.000537794
+    115.048962373265,6.690418201825704,-8668569.586157432,-2843251.609959941
+    117.83272713619863,75.13103976053517,-1481282.863155352,1872016.640307327
+    110.36309286645512,16.131590325662167,-7797721.959567254,-1460537.399366685
+    168.63528830617864,22.593521544911525,-1062585.389408763,-5015852.282918274
+    158.65180024464792,8.801928596448654,-2889443.385436493,-6704661.778435013
+    102.99635059492391,28.785653096081063,-6653975.460103321,154113.25698483
+    156.18413490279184,79.94744471992186,-416077.611698882,1744833.746526996
+<EPSG:5936> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=-150 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+    -122.61476361082711,-6.787069593932209,8540449.834771046,-1.0625768439589787E7
+    24.032765176748654,24.76354433084859,2843143.188572275,1.0066341798552178E7
+    -108.52058774118632,27.697229642865935,7075330.664867198,-3740773.01463422
+    -146.3374236356906,-36.33860161914931,3589690.096040631,-2.283455018501984E7
+    -38.63800096496888,-48.33968171056326,3.2778812516041365E7,1.4038541845718473E7
+    -151.61259312457858,-22.568968626520984,1468434.267280845,-1.6881657218561836E7
+    -18.541321141553652,15.012763189833493,9278158.372268355,8429819.076707006
+    -123.57272648682289,-10.41006550189168,8743638.320531083,-1.1568749885687232E7
+<EPSG:5937> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=-100 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+    67.58974574598477,81.25554683163696,2209033.450668609,2949928.00028584
+    53.554102940951566,27.987096197020875,5393191.635568753,8821813.6304804
+    76.1811024932586,73.09897884068423,2125852.438819453,3885395.540039152
+    79.65042314826894,-16.318517694273204,2102719.869961088,1.8835616997971144E7
+    67.17283950375725,21.581065578110795,3912079.137063045,1.0397619757483516E7
+    13.577203231194147,28.192906835432083,8954857.40458037,5035207.691273994
+    -115.00270073395436,58.295756500920305,1065770.794378788,-1485933.59136019
+    -56.28217073581756,56.504187360743515,4642946.740046396,-763963.32057085
+<EPSG:5938> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=-33 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+    66.15752897517478,-14.043597941594676,1.79554571199546E7,4572084.226870693
+    0.2596124810604863,-23.747371617141518,1.2592446600382857E7,-1.4150256235610548E7
+    -0.5391706714682982,29.682862046783058,5954178.318556764,-4216190.740808699
+    6.6150882348962625,11.727257169275816,8565899.22174669,-5932554.581272478
+    -101.18191100403862,45.367006076464094,-2838648.779026459,62906.33310892
+    19.710085050857742,58.77121250111041,4826007.219922067,-152054.591828048
+    -29.6945894771857,-24.206834688732684,3123374.084326751,-1.745088880989066E7
+    -112.25189268812998,71.94586489966554,14926.75226275,1623190.005654201
+<EPSG:5939> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=18 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+    -152.4864953543654,-42.44004460460085,-2718808.234770797,3.0157713982488364E7
+    -159.83995450574488,-36.60597087839061,1056610.788687172,2.7011792639364306E7
+    98.64848439558205,-0.546692825033773,1.458811351967913E7,-73006.053334642
+    99.7572006773193,59.735073664118644,5401833.315602245,1507194.150746314
+    9.25255152586439,15.638844616141938,539610.19372387,-7491116.05079462
+    79.15965166748668,-39.30729363249621,2.5270569448367395E7,-1.0814452244752027E7
+    61.8701431293357,-51.42078112537911,2.6892658900365483E7,-2.389429334165206E7
+    -88.291122519644,37.700001899611436,-3979966.092153452,3747658.733571485
+<EPSG:5940> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=105 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+    -33.33193682135817,59.4685877838953,-306259.317198743,4591395.444275427
+    77.9408805839027,-32.6366124863988,-8470541.255425556,-1.8497281863385346E7
+    -30.338044388533966,81.78198789276755,1357599.595976179,2650025.791036011
+    -33.171936726952104,-17.698385045837263,-9512433.969149355,1.4863271345109295E7
+    96.1093918219764,68.51021442927404,1627056.62632193,-384123.31554237
+    66.99176365898987,34.92865718214324,-2072669.618204534,-3211235.115072606
+    -71.40395834658099,33.750395843885414,1574752.904963406,8766568.725729303
+    86.711976273559,87.55652460230786,1914860.339036847,1742380.827216657
+<EPSG:5942> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+    8.143073460251998,44.682856581889325,8.14307346,44.682856582
+    -123.66870767148815,-14.600461676755856,-123.668707671,-14.600461677
+    -42.976906906163066,53.691800039087155,-42.976906906,53.691800039
+    -160.2069236529702,20.393152537858697,-160.206923653,20.393152538
+    61.77146911157698,24.12841263499375,61.771469112,24.128412635
+    -136.39238224935133,-41.13095414946217,-136.392382249,-41.130954149
+    -72.48092197838533,-57.11027594042681,-72.480921978,-57.11027594
+    62.282902325962624,88.68796998006525,62.282902326,88.68796998
+<EPSG:5945> +proj=tmerc +lat_0=58 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    11.913929444482594,-87.38378737088034,132632.225823272,-1.5142861759343866E7
+    10.617124814874524,-77.3041744525505,225441.656640886,-1.4020902061043648E7
+    12.23035281801873,81.11764434634537,215809.836913472,3585385.799162447
+    6.210623046014568,75.36943405506938,120043.544799137,2937011.482699456
+    3.7211503517286806,-68.26204731413786,26456.49771583,-1.3007453991737474E7
+    2.2575168491278927,-52.868815001248315,-118319.0084636,-1.1296231492046691E7
+    9.504310041302919,-36.92215070762568,456874.85308634,-9526652.704279445
+    5.708745730804345,25.99051806690322,120900.851686742,-2555481.898051043
+<EPSG:5946> +proj=tmerc +lat_0=58 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    5.715188645176614,61.498112891294795,58203.115637703,1389968.778328082
+    1.8320468157314762,81.15804203091366,19949.427556145,3586392.475312254
+    6.103323042778309,-51.7095408475192,72581.099400502,-1.1162382900118407E7
+    10.647507208600935,-64.9559080926818,295873.446908827,-1.2644132577681363E7
+    4.37184677173842,22.91561456222304,-118354.28240699,-2894510.737042416
+    6.5860745078179175,68.54688217631454,103514.639083976,2175601.35828076
+    12.246183362839373,-5.458031319362249,737839.165337028,-6037868.827197064
+    8.608013801221434,-21.08456902445367,319084.234272928,-7765173.137044381
+<EPSG:5947> +proj=tmerc +lat_0=58 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    9.278369206423518,-77.40971225835438,143284.394428797,-1.4027871266502045E7
+    4.147502066787599,60.516652233735044,-84090.740777609,1285044.111716171
+    7.10667146120882,30.99831731653144,62434.648812796,-2000428.499796372
+    7.583554817824271,11.123679242634438,109127.677049389,-4201134.568320004
+    6.854187400886874,-18.476445273192397,31790.093575282,-7475120.890186401
+    11.67262743518343,10.608109675971605,556987.261166328,-4255097.57936749
+    4.433049777839986,22.318680299826823,-216095.553908882,-2958979.074656209
+    2.463457809411319,30.93898839136436,-381611.479600338,-1996172.189534588
+<EPSG:5948> +proj=tmerc +lat_0=58 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    6.398057817424103,-77.98016005822919,51125.321949717,-1.4091778914031725E7
+    3.0021129344422173,45.6803898828465,-328314.419675437,-355996.007217575
+    15.083745355056275,-62.82808671046689,435145.991382978,-1.2417662974255806E7
+    5.9628830781847375,40.065108369769945,-116460.560596393,-991438.452328421
+    9.125066738552011,69.33394583148416,124628.867783756,2263520.23476964
+    9.799236565055864,23.230014951715802,232982.168675091,-2860677.183971764
+    1.5590696775112842,-49.079306063438885,-406896.09177828,-1.0892982926986685E7
+    9.067664382871818,45.40231078839372,144444.199516588,-401470.425438531
+<EPSG:5949> +proj=tmerc +lat_0=58 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    8.721667095770368,64.95193879350637,63216.498636887,1774924.343398132
+    2.840478658012019,-76.04840947946977,-78946.612502584,-1.3885352771811381E7
+    9.768825794475624,-54.670939948670274,117343.754921671,-1.149191505159243E7
+    12.416867772899629,14.52112470377709,414517.402966115,-3823270.274427795
+    14.620195096924727,-57.62887985705996,405723.925702506,-1.1832781734479737E7
+    8.470475298001178,49.35244449691322,25201.39959813,38051.325523132
+    9.335461406525681,-37.83949969914578,85516.725185874,-9620978.724054342
+    9.284921614897996,79.8089673075053,95750.058329504,3432534.475561797
+<EPSG:5950> +proj=tmerc +lat_0=58 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    8.378163598503928,37.35481262503673,-87998.43898621,-1293281.556465209
+    6.987602832346639,-84.82290136268296,64622.550151903,-1.4856093824353999E7
+    11.189964579157191,-71.75330062714679,124121.281753,-1.339602205905175E7
+    9.626545378612896,25.207811147963483,11971.376919755,-2641922.551745419
+    16.53065399409029,-80.187102206383,214589.628417565,-1.4343262615941288E7
+    13.45716869389756,68.50259407149039,220946.658700287,2173563.742618049
+    5.627884271385789,26.415804299045902,-386411.610494875,-2499165.457701157
+    5.657152519761074,-32.12623386644915,-357225.86129903,-8997423.796505397
+<EPSG:5951> +proj=tmerc +lat_0=58 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    9.330308351210396,71.83712825822138,24496.752435019,2544031.143022958
+    5.6042505890031915,59.59846747083867,-232674.017310878,1192838.27812452
+    7.728927592949967,-74.50948419789492,-12398.591725095,-1.3707036885416573E7
+    15.637041623040332,28.819100309419895,503997.865152543,-2235024.59612648
+    17.545150773870798,80.65964084107065,209383.103251579,3533213.536652355
+    12.538248928373475,-67.12271272744998,145058.194726951,-1.2879697917257367E7
+    14.543115427244617,-71.30221419049573,208884.764228635,-1.334829130894384E7
+    6.329059957579545,18.688823731144822,-446055.89687117,-3356147.910071181
+<EPSG:5952> +proj=tmerc +lat_0=58 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    12.161344168931846,-88.96567970095109,99317.199004759,-1.531772319521433E7
+    11.809177168677625,46.50311261736826,46973.739719955,-279040.743187011
+    13.299178454608498,-12.471407115812312,186881.066034869,-6810647.0198421
+    6.95996257168635,68.33981279644522,-128031.85353127,2162758.173826758
+    19.26890886452741,84.14755154985397,176913.560522032,3921547.700151694
+    17.526672304434342,45.546475295678476,492542.238307893,-373297.451638226
+    5.625953117648587,-31.25118454457713,-555503.629094683,-8910567.172240175
+    10.628424799811324,21.85854059918205,-93479.002301326,-3011969.085556597
+<EPSG:5953> +proj=tmerc +lat_0=58 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    12.507069518856333,10.520444365858282,-8691.684870867,-4267689.763299543
+    7.554165666035843,21.277906207043557,-517861.73177558,-3065773.319337232
+    14.60284161485052,-15.344210494562418,218425.617893907,-7128660.904491579
+    9.799690223177516,-85.39114543721745,66813.437767078,-1.4919546851323782E7
+    17.03013014057529,-15.617173192640308,478762.67131005,-7161707.610445237
+    15.665327725157102,2.879519568428222,340798.288525931,-5112650.527238145
+    12.62729068495106,46.89610764977124,33496.836641593,-235215.557329619
+    10.137491856880981,21.95497394214533,-247474.004802634,-2998652.823635587
+<EPSG:5954> +proj=tmerc +lat_0=58 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    20.844235180421094,-88.27791605784405,121251.411964909,-1.5242079812702058E7
+    14.337806356219035,26.966791891103824,83896.748766782,-2447321.608109366
+    20.927584102066653,-59.54468136328103,463204.407255952,-1.2052218819136415E7
+    9.23951317101797,-9.515923041246495,-478363.370128504,-6487994.233492702
+    11.284970285059579,40.173159237452126,-173873.421062702,-977566.950470341
+    20.978881397240286,21.79580633852774,771019.483785734,-3005964.119307606
+    15.804291635392655,53.88797421421424,185757.149197196,542953.055587002
+    8.591382731167759,-37.85475314586682,-420219.144171734,-9639152.834058098
+<EPSG:5955> +proj=tmerc +lat_0=58 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    16.846201470933867,-26.189079223840814,234569.73699172,-8329763.018097909
+    17.343962790043282,52.934025424232686,223981.338582495,437587.860224374
+    12.444350164387215,70.02413607715252,-16507.389493762,2343311.408108042
+    15.723535458701292,-34.5396192677257,120519.794134724,-9254825.302315226
+    22.331959757144496,57.533227425999826,508824.560568103,968617.008428344
+    13.667488192829593,48.94126948653934,-34242.646349787,-6567.412834571
+    17.2136094464391,77.4391197347548,141612.791295197,3168540.779357368
+    11.439472933187785,-30.65751956494813,-289334.167116113,-8831329.404693006
+<EPSG:5956> +proj=tmerc +lat_0=58 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    21.016795317284764,60.05148127325026,351514.679154326,1237122.572038932
+    21.09085383361589,37.73452692990054,504784.718665836,-1243313.758649034
+    20.466889157836924,-74.31132945713861,219701.442335968,-1.3685345565607034E7
+    15.670300757396022,-2.907348809348136,7753.161790999,-5752797.309253321
+    14.546812201137119,-85.159335504064,81594.568591651,-1.4892900933674717E7
+    21.128313709249596,37.39239319097403,509965.140831864,-1281155.494364006
+    13.958585008076145,50.711664501372525,-79493.257354031,191808.955555646
+    23.405668356179227,71.73188180388564,341231.153598192,2544753.535387097
+<EPSG:5957> +proj=tmerc +lat_0=58 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    21.813300456603564,32.58065952004864,505149.661258975,-1816818.336530973
+    14.176696943696685,-70.20703047515117,-25591.430733644,-1.3226788725006418E7
+    16.63401082397442,13.437485461366137,6217.44845599,-3945007.106757042
+    12.554064666634718,28.075048739398966,-386492.742520567,-2314626.011731275
+    17.848555926733667,-60.880872447091136,118930.007921862,-1.2183552362678537E7
+    23.69079839283475,-63.01079426838012,413229.982569491,-1.2435970411614409E7
+    11.851361317635257,-63.54164391253724,-180641.615990969,-1.2492441011251966E7
+    11.883524392487148,-35.97651098327456,-406805.230962046,-9428838.684348809
+<EPSG:5958> +proj=tmerc +lat_0=58 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    17.969522654138064,12.095570498589666,42249.284064031,-4093569.9173637
+    16.20784446222988,-46.006847277832804,-77534.425040632,-1.0530685163904184E7
+    19.475510705834306,31.797426361667377,192383.161488468,-1911478.203322561
+    18.289658630019556,68.32823272554376,91327.975515992,2151225.175551299
+    23.607925394127726,24.424995699044715,618474.331395814,-2719347.426366363
+    15.651607662182244,-53.1010883473159,-90764.320624454,-1.1320946246456068E7
+    15.450854682645442,-16.94540161039518,-224912.825722008,-7308069.024339153
+    21.502136215544652,14.283183309013467,424062.795846712,-3849509.454993897
+<EPSG:5959> +proj=tmerc +lat_0=58 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    19.22986520306283,5.4262691453528475,70062.484168398,-4831252.235127285
+    19.495352275811438,30.779201738294816,99555.103108498,-2024787.705889964
+    18.3226974464817,33.37977923668366,-9551.996837511,-1735794.83135836
+    26.256879205147527,-14.053908128803528,831308.470310015,-6996099.738543123
+    19.708951775936555,-12.185732586043969,122739.750941412,-6778922.194627728
+    23.695198458246665,21.51163511160776,534958.840521139,-3045711.024742387
+    17.937514436791584,-78.8541652229454,66272.14956544,-1.4188934528315492E7
+    12.698748204712901,-55.30651308967234,-331557.460394064,-1.1583736842898566E7
+<EPSG:5960> +proj=tmerc +lat_0=58 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    20.20535377817449,-27.530056812034616,70893.215726327,-8477681.940157706
+    19.605920655243477,8.870176930887368,1650.222589021,-4450272.633877899
+    18.024462319910022,-4.176914723885361,-174933.735746162,-5893583.011150611
+    14.800340025588682,45.35352606976463,-346618.98456196,-391218.459123044
+    14.97468879942799,-35.13378714921219,-403838.459747381,-9334724.550737428
+    14.285947929837228,-20.73009030067648,-548190.683102008,-7736952.405756969
+    17.785815117340377,-69.86316407450701,-4294.807716274,-1.3187317659279613E7
+    22.634011766933483,29.0957608297727,307769.338754266,-2209517.493686694
+<EPSG:5961> +proj=tmerc +lat_0=58 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    21.56254413494479,24.463111435713913,106340.99643921,-2724697.630802677
+    24.353140675377254,-74.81034826647556,183449.471627962,-1.3739057453437304E7
+    21.429830353085435,-80.64091172312719,98725.563731013,-1.4387988833794478E7
+    19.540728434462565,-84.47313788599664,78927.792764936,-1.4816309146845087E7
+    18.668011584998393,47.24036908707754,-114415.094647311,-193420.962335003
+    17.11777144838553,6.533428670119193,-385144.400044657,-4706708.040781733
+    22.695414673736195,18.24949396838906,226428.562963933,-3412273.228634126
+    18.28583170934608,82.6653248389126,54193.663238906,3752763.738072077
+<EPSG:5962> +proj=tmerc +lat_0=58 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    22.25625600252069,-43.93161626524012,80427.7794317,-1.0297535700965177E7
+    18.314986969169485,84.11181546392874,52089.896488925,3914772.939423645
+    22.097925774375245,-57.27158098314939,75743.423470813,-1.1781512041188955E7
+    22.333396512952973,-32.37156911235142,84320.922307464,-9014350.634954533
+    28.27842729208741,11.243419289985354,731983.589249005,-4181661.333053244
+    25.207179311329117,-30.919366159866854,358810.242953824,-8856460.393089974
+    18.741915458467087,22.37562712339269,-287236.137951934,-2951048.737158692
+    19.057740743329635,-70.42893501921294,-28682.619860648,-1.32517609782847E7
+<EPSG:5963> +proj=tmerc +lat_0=58 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    22.017066557834703,28.2523765957487,-45531.883640548,-2303980.558349875
+    17.463491989391688,80.6256606978749,-9621.096115123,3529422.836498167
+    27.196293963483143,13.672587059603288,500132.516122455,-3916107.35646931
+    24.210232551323166,3.906921744902945,178882.229141447,-4999237.598435362
+    26.305832680776746,30.88249476614598,368348.116615749,-2009961.714959813
+    19.71569838920563,82.34873268623556,43765.333214628,3717974.997128302
+    26.208171061942984,-13.54857837502118,393234.47230529,-6931308.662448938
+    19.73773674578913,-83.0288815316828,49036.149606226,-1.4656316647831433E7
+<EPSG:5964> +proj=tmerc +lat_0=58 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    20.804501926932744,-20.56867388352896,-285518.075365322,-7710977.801405095
+    29.992541801760403,30.51884208813631,627570.204084081,-2040785.945671529
+    22.04851420275054,-59.27117805584263,-39770.034879884,-1.2006731211239357E7
+    29.140744041777324,38.21502702128606,506520.001066657,-1189719.97802308
+    18.252157921799366,-68.61846498386333,-153934.327921967,-1.3059057316993946E7
+    23.08760505086712,18.013648963137328,-49580.486252218,-3438219.844398532
+    31.05706833660913,9.580024404181344,821315.413605312,-4364988.196459097
+    18.143521836605586,88.19616018833977,77697.221438467,4370443.493897731
+<EPSG:5965> +proj=tmerc +lat_0=58 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    19.436864794548324,50.86094844255615,-326726.479647293,222875.741026435
+    22.929727644154884,17.182733165564528,-173507.205114634,-3528939.19451269
+    29.292041962778637,-14.445680360711663,509130.929261896,-7032320.028215975
+    18.948292086550808,-39.00404605977852,-467776.661992571,-9770716.471883714
+    21.53183437090957,-76.36281491533788,-4405.493344919,-1.3913859415981619E7
+    31.588901776088836,-22.988475779249242,725125.818161464,-7987550.007399119
+    18.506730279740054,-54.371114503630814,-354136.239015795,-1.148108096310142E7
+    21.2900798799258,54.471905872438526,-172857.265922077,615325.218696103
+<EPSG:5966> +proj=tmerc +lat_0=58 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    29.108635212024822,24.747143763193023,363937.986579177,-2690721.252220494
+    25.61819525754443,39.14026402303901,23762.854714252,-1096836.693116912
+    27.107219716096274,63.506498548034216,130234.885414504,1613702.485770432
+    31.217416332300914,-49.909604895130606,438787.19188995,-1.0972756125616537E7
+    30.512021989555826,-69.40914660937973,257437.299267616,-1.3139511433873339E7
+    31.833475966872506,5.603300737507681,691746.291617323,-4808986.862924983
+    30.66906964167774,-85.47162975108141,136732.316822033,-1.4928800158674285E7
+    33.41553052943624,47.032312386101324,625558.854510712,-197180.037495324
+<EPSG:5967> +proj=tmerc +lat_0=58 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    31.00638195445777,-27.9459125461578,445188.000413209,-8528684.442012586
+    28.6544240328214,-61.10188451109403,162260.565487649,-1.2208678359446773E7
+    26.478389274881096,-63.294233432547955,48755.435887561,-1.245287181098353E7
+    21.528184587233625,-26.784543406419694,-494500.643133153,-8409034.762347808
+    28.393535692428706,0.9934477880472485,199457.143011255,-5321419.344708454
+    29.38237972951421,-72.41604581786478,163488.425197531,-1.3470832302067732E7
+    33.71263799018615,-40.00176897368887,630688.755975279,-9879542.570338244
+    32.70119715545465,-62.02485012347728,372101.967040733,-1.2321901149403317E7
+<EPSG:5968> +proj=tmerc +lat_0=58 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    26.73412183008312,43.48624733619019,-42852.006335124,-613026.744209707
+    26.367877666237607,84.22479035908663,76042.674689704,3926092.494523972
+    22.94804975755739,-19.692571312752904,-482824.845522687,-7619152.206453068
+    34.8535065449624,-23.532792210337604,749706.021322734,-8049248.913748378
+    22.143406825366547,78.5394064110886,-40786.106037421,3298437.345593851
+    35.00216590518486,-3.7620417584748793,823820.790511611,-5849977.332368378
+    27.51070124507519,80.92853142569544,82580.352940016,3557688.29267616
+    31.021827086907958,4.711387770683245,379876.027114457,-4909806.457605585
+<EPSG:5969> +proj=tmerc +lat_0=58 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    29.759066691870565,63.62094626090024,112848.001362223,1626342.66613804
+    36.42846285288964,57.45618105918433,515463.969799956,960649.813805089
+    31.824992407039996,11.209237958485446,353976.726295161,-4190669.576349699
+    24.455349630935263,83.6982737178408,38233.017948264,3869551.31140291
+    24.190018741266723,-69.15347883905525,-110745.895882674,-1.3114962891525194E7
+    27.668222354645422,-77.85749158510642,56977.035634712,-1.4077879104169913E7
+    36.23548610084187,-49.858489417215566,584132.26312979,-1.0978189630878206E7
+    34.561898272478246,-40.639953181431856,528277.947271692,-9944211.683839742
+<EPSG:5970> +proj=tmerc +lat_0=58 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    33.58868981740078,88.66797848073415,108015.721448148,4422120.592947053
+    31.667731765387558,-49.06987619690649,185324.605163501,-1.0869338215202983E7
+    27.307352088814305,-57.07881383906417,-93572.857403879,-1.1764502297877643E7
+    32.11579378772309,-1.8778142599684884,279797.336839772,-5639004.461650463
+    34.09175257317699,87.25816906173455,119177.938226372,4265040.032590186
+    28.89903382928155,29.420096495290593,-55371.995123277,-2174383.720832734
+    27.859525326546027,-7.238994221010401,-191709.546952883,-6232619.295749881
+    34.63395527923485,-71.05994666640528,249714.504977323,-1.3323631495156351E7
+<EPSG:5971> +proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    9.390057352548778,-71.16712883067092,729847.585412505,-7908182.985133285
+    2.1997684979369874,11.151605036557243,412621.967146715,1232860.576967721
+    0.9815168095102429,22.824086069775362,292845.514354225,2525462.193727369
+    4.538861024534581,45.995931275858766,619165.82630527,5094746.63858565
+    6.390081442058008,50.94447984590184,738135.879244306,5649124.454721214
+    6.007319379643068,-28.458006558667286,794501.938209127,-3151624.889270439
+    9.52505126315035,22.91599387084848,1170126.31225124,2549122.461553887
+    7.034906751179763,-3.2893702069871864,948620.331124084,-364485.772148035
+<EPSG:5972> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    11.762355129046925,-47.23965402967934,709062.507246324,-5235498.071519744
+    13.927695118660857,-63.20994414216075,747624.635984965,-7018494.642622285
+    3.1578241318067635,54.54352706196829,122268.597172018,6059706.837046216
+    2.759061032500291,-61.26766780267897,165654.293626521,-6808592.42435174
+    12.858049719932014,63.27904040787223,693465.298534025,7022500.745492484
+    5.8539739035161,-83.71582486652551,461572.481609725,-9297418.476930996
+    11.742363317071522,48.00479150664901,704540.929176092,5320472.070918769
+    8.276225890019006,-56.48817706568797,455430.909165278,-6260649.247489299
+<EPSG:5973> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    14.373552274816255,18.03453347219947,433694.447636488,1994118.420996749
+    8.521734068222656,70.11040683497379,254428.071939878,7791257.576214953
+    21.503991980504345,78.66571485074849,642414.235391444,8740600.147299709
+    12.392586292004431,-81.70620797171503,458023.657302279,-9072979.264834639
+    14.355076316065734,-73.03235805887229,478992.98158095,-8104202.522272015
+    15.690754796068674,75.9373216588765,518735.293550352,8428301.084935863
+    15.378116371085099,62.24646802029042,519644.455193131,6901694.787660112
+    14.023988688290146,-17.543284553770206,396410.043707815,-1939923.46836789
+<EPSG:5974> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    19.17213724685424,2.212541910709632,296720.64601084,244678.795005413
+    25.954768910373282,1.9393985909097609,1051719.158192315,215171.502225634
+    25.437212819910123,45.5218341152588,846525.160462328,5050505.842127533
+    16.56709766068228,-82.78102338575066,437869.520312123,-9194399.872769937
+    27.499019337059416,8.90568233323674,1215990.151647637,990731.318910019
+    25.677654090916086,21.37234106837441,985325.821704272,2370587.389449542
+    27.39446289997561,-32.25390282949823,1102862.468446544,-3586578.645063018
+    25.084689286687944,-57.17312402672285,746896.546177271,-6344057.944839664
+<EPSG:5975> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    28.88486697541092,-64.63213464219467,590094.228568446,-7168796.932780529
+    30.68133360107118,-55.231257669984984,734076.83733176,-6126706.839774891
+    26.735854003507335,-25.732590993712144,473505.264390254,-2846097.044588379
+    25.366034181286306,63.13400420054799,417621.667139572,7001567.666302864
+    27.366437229089225,-23.75922129646864,537339.91303537,-2627617.510335768
+    23.66088735399094,-24.936881461615755,162755.296679118,-2762105.173539839
+    33.29998392525606,-84.19967397813295,570943.163485898,-9354269.228555549
+    26.2727689589566,-78.47736535531993,483783.503144987,-8711745.554872056
+<EPSG:5976> +proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    37.5114606812243,-84.37970231706151,549278.657692689,-9372414.723708903
+    39.545974889501174,-50.9033093387785,960076.549743224,-5659509.379934607
+    39.83170047331466,0.9833307978337302,1261904.664418721,109470.063018568
+    26.623389871277112,28.099660514909914,-127111.21484568,3124722.835713419
+    38.43198698672694,-58.38288089284219,817431.349972207,-6484167.44111843
+    35.79744149230235,-85.33207801180177,525407.238807722,-9477424.668117609
+    35.27335442624794,-18.330130104865304,740262.373378735,-2028210.065430472
+    32.49579590571982,-53.080286351210724,466225.598883688,-5881320.592726971
+<EPSG:6050> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=-30 +x_0=25500000 +y_0=1500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -47.884217606280004,69.19494783748335,2.4783599112692643E7,-217152.359700793
+    24.72690850694258,26.62438980694094,3.1864912102181148E7,-2520597.146785913
+    -99.89823219854784,36.07260470378125,1.9452799826017037E7,-229227.163281358
+    41.702221558814045,32.00269842161517,3.2157557872246966E7,-220325.761930147
+    -42.65413903664769,62.917468269111964,2.4830367475655265E7,-981824.514375491
+    38.14716306070039,63.34416606532152,2.829543873867084E7,877158.050078627
+    -103.82040914976281,88.83743938083443,2.537475043439173E7,1973601.2032311
+    -85.93929473679081,50.90150758854333,2.177000740073037E7,-528021.789356268
+<EPSG:6051> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-52 +x_0=18500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    26.980102347756713,71.50623622043588,2.05315198590864E7,2968744.86732132
+    11.88356058704241,59.378756415158286,2.159941857404009E7,1831494.593469126
+    -80.97311602295827,52.99545850339859,1.646803945557839E7,-319868.946297072
+    -82.21748866404113,61.84159086007534,1.6912391436302E7,634462.577161454
+    -27.174682883222104,58.73865651751156,1.9975243979001127E7,168202.96187557
+    -51.11340257984824,43.036025553392825,1.8583920468333017E7,-2083079.062438343
+    16.332625352242957,82.95272627069522,1.923309191458977E7,3091311.147332877
+    -77.92813991087434,70.55415059110274,1.7554061673004918E7,1424995.859398218
+<EPSG:6052> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-12 +x_0=20500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -80.44960947730253,47.315789808139904,1.5933977610206595E7,1528316.885471404
+    -68.39478262599226,23.941116185558723,1.3756401674886238E7,-1181358.365949684
+    -81.12222274909202,50.61585228591062,1.6293515080391137E7,1731882.914541107
+    71.07211016264492,47.703352905519765,2.533900192464309E7,2735939.673087997
+    -72.07829500624194,50.89332788683861,1.6632688903934892E7,1114485.447154651
+    33.79502498688632,67.66743971262801,2.2286585998646084E7,1627781.668456527
+    11.870485184373166,57.830411227247126,2.1964855391953934E7,46009.698802485
+    64.7905119148588,70.0785401780755,2.267088404800213E7,2853226.249236364
+<EPSG:6053> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-69 +x_0=29500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -33.012508146430605,35.594013143322606,3.3205857317388974E7,-458553.261311873
+    -46.23793284143213,42.54405828260427,3.1591019099819563E7,-315809.387134482
+    -104.99131375605663,35.93909606952532,2.5820561507770903E7,-420506.813673721
+    -81.80908355462397,56.70206798462669,2.8678434870229114E7,1089976.490184603
+    -98.04250058236283,43.33817578951485,2.6922767127300084E7,26625.25639726
+    -132.24410575382007,24.208903326600193,2.2411082230486915E7,1011084.839160272
+    -91.84087477976058,70.20243226879558,2.8650608180903558E7,2716291.106567355
+    -129.55031125134335,46.51112177367277,2.5191456110433802E7,2226910.961180836
+<EPSG:6054> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-39 +x_0=31500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -60.248364611428336,79.6976403328932,3.1085001330477674E7,3686835.349220042
+    0.8408154938879306,78.02670645431706,3.2352850102731176E7,3726631.505323783
+    -21.194219025630417,76.05989677560108,3.19719126055131E7,3276935.483418568
+    -55.836616597466985,85.47666244287028,3.1352389717406094E7,4279222.087501987
+    -52.31347205861708,21.886998338027468,2.960708728652479E7,-3385674.124296485
+    38.20601522976665,67.64535296940522,3.393979076914867E7,4155822.917673128
+    6.926477359939383,49.68902371910061,3.476620279243449E7,1515256.351818835
+    -24.212305338475346,51.71655832985687,3.2594408565261535E7,545868.891416998
+<EPSG:6055> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-10 +x_0=33500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.03814104110894,41.55392585515642,2.804607642670319E7,3371463.303423645
+    20.457246068233786,33.84514561424109,3.6812368759537585E7,-990728.474607402
+    -6.642808310677665,76.01942746344766,3.3590578994563736E7,3202548.211998995
+    12.195805621369885,75.89442999761238,3.409005451498205E7,3299428.458740413
+    8.19849201310879,31.65698125255709,3.563077977844311E7,-1841070.366747926
+    -72.61738122619096,83.53640617931995,3.285249262610448E7,4424248.12798772
+    20.387711055092993,30.28625421428623,3.7050683974150985E7,-1422789.00302291
+    -49.96744592819091,54.83067534959455,3.097314965667113E7,1678281.940908066
+<EPSG:6056> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-64 +x_0=20500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -137.06617674562003,70.15184118693278,1.837430061199414E7,5425545.845282683
+    -4.755595063889274,54.00665477757887,2.3947129088867508E7,3959005.374750331
+    -68.64777214900789,63.41740988592335,2.026394377670775E7,3168736.065090367
+    -4.307529412150075,42.396013929050596,2.515262300580081E7,3235197.067165258
+    -96.27164049040644,21.924089458222145,1.6201442102383394E7,-920768.552802215
+    -97.70241984735927,52.23584524290332,1.818051507831024E7,2544506.110483977
+    -16.42382233339336,87.98674556426627,2.067547231977844E7,6000888.990561292
+    -97.27313133043764,18.133207028212716,1.5772456670057205E7,-1338952.499488549
+<EPSG:6057> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-39 +x_0=22500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -45.47122910278672,73.79723945216381,2.2298778928164855E7,4336140.778576617
+    -76.12582220909769,78.36220162094602,2.171651841381526E7,5088653.176442102
+    27.092484922546276,85.62207960225459,2.296460278899762E7,5943024.013804991
+    12.518533850907176,71.26268181259056,2.4126540267939575E7,4797895.319452218
+    36.50348619110906,26.420050005220734,2.980181312683231E7,3945224.521249595
+    28.696633134950275,18.87815725629136,3.0468632511667136E7,2538640.163059794
+    -40.737133873242044,87.56189005517754,2.2491393316263262E7,5876839.241614232
+    -32.099038525240715,64.23667878926267,2.283926374428162E7,3272113.038583983
+<EPSG:6058> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-14 +x_0=24500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    37.44643993608497,42.189463487141296,2.8719992145099763E7,2601089.972947384
+    -40.529880742755296,18.64472943332407,2.0690933527876183E7,-1755460.407262719
+    66.99772975536038,50.417944899246805,2.8927479638792586E7,5258864.973906349
+    44.01738845410944,37.74578073220148,2.9559684056868326E7,2774649.093891152
+    14.261286266206227,48.63464191369039,2.667466135993613E7,1964796.065437145
+    -42.238606457218154,70.91893918659089,2.350557965436078E7,4245335.64549194
+    -77.6528247882837,29.70131313423409,1.8192829903591387E7,2758087.85590735
+    39.60211222720574,79.48123495235157,2.5451952197281096E7,5422725.663159584
+<EPSG:6059> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-62 +x_0=41500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -99.90522525162896,87.1936990762071,4.129279899370007E7,7290110.351111295
+    12.169338084328217,40.97330936457682,4.684620077496733E7,5686700.972792163
+    -66.51067064748503,57.477335379300406,4.122235773237297E7,3874000.551044195
+    -118.20961397029095,55.79382710045282,3.836293379297545E7,5250541.057439451
+    13.570219691263304,41.08513839980735,4.687546539359071E7,5815852.254210485
+    14.811963896278172,39.65057120206376,4.708170773533605E7,5874917.870827457
+    -8.89821696806078,56.22366964146397,4.447489521161421E7,5123275.484892063
+    -105.71233639269356,12.772108849451465,3.510520390869072E7,366718.278901003
+<EPSG:6060> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-42 +x_0=43500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -13.830762560173937,64.48441654614982,4.481525096181095E7,4970327.599067988
+    19.091230088629914,35.65567413627386,4.888525393727869E7,4223928.404482074
+    3.6340872115131333,68.58036760177104,4.518981657084302E7,5788212.429579323
+    31.746683987853658,88.4275978411106,4.369082832846356E7,7505820.747867844
+    40.58695312480842,28.592613672460047,5.063602632532321E7,6130141.850479923
+    -24.23199464572754,67.76394200330202,4.424141147690114E7,5134567.621835143
+    9.154496309081367,49.092381596013354,4.701814422913681E7,4479353.0415279
+    32.089836683697854,54.306392478392986,4.734142923793325E7,6212408.843173186
+<EPSG:6061> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-22 +x_0=45500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -49.42550440049094,49.19527249882951,4.344476287071236E7,3377032.223773452
+    -73.52911320735572,55.58429047050673,4.253460862800283E7,4998222.413574776
+    -94.56876697780518,48.53599255469503,4.106282461365545E7,5873829.010260429
+    6.431054663765579,12.450907051159296,4.990491297499554E7,-1054252.277809317
+    -51.617508706809474,14.44930896107767,4.107843935450642E7,-681167.823801998
+    58.62599406991026,57.85691528368499,4.906922649432401E7,6730383.727594603
+    -86.41018681729608,66.74884587939181,4.3164182622386426E7,6294118.810641609
+    50.4600768846702,70.07154638798671,4.763925242362931E7,6750256.496626191
+<EPSG:6062> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-56 +x_0=26500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -47.1786231051837,51.95321825906326,2.7126306490144547E7,4657980.874860412
+    0.21498807389897934,24.537522085585913,3.2684877127941467E7,4226479.299129321
+    -43.874581476585746,14.351261197325304,2.832206547543164E7,-127166.571272442
+    -1.8625501453574316,76.76749489998195,2.7725656703819156E7,7981855.065411655
+    -118.52991370973838,35.534823529995336,2.1095563680417076E7,5650646.533743976
+    28.71056717038877,39.01219373565119,3.231061082140171E7,7856375.018714063
+    -13.94691661798052,19.301005938436848,3.190494745907454E7,2362023.528792132
+    -94.79930077354365,29.5940314539504,2.2298047321507312E7,3241910.621641368
+<EPSG:6063> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-38 +x_0=28500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -21.46819316582264,62.44104296431648,2.93477277747501E7,5917143.866854415
+    -46.362002095367714,40.078541466300294,2.771520760315292E7,3258076.861993516
+    -0.571437177442931,64.70241065679905,3.0180285893118866E7,6583120.363218994
+    -62.183829458326144,52.33326736806765,2.6837914187453248E7,4987836.138717921
+    -119.33225690017795,32.239498679295096,2.1930841514341798E7,7328640.967030893
+    -121.04229538823553,9.340762827699184,1.86405056049034E7,6784031.726045541
+    -3.7599840282559,38.14296768757518,3.168560395790201E7,3876338.113383656
+    -23.60828890774735,28.72523174696233,3.0178642021881882E7,1952423.705605396
+<EPSG:6064> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-20 +x_0=30500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -1.8153684183189824,84.11115388115812,3.071721199521867E7,8281449.728448933
+    9.63646769662212,22.44898357114804,3.425499948875923E7,1814846.922571711
+    -82.96672287861072,65.1766286641078,2.8034941011311952E7,7493437.358997582
+    13.282393431167279,68.76865878329093,3.178035568544777E7,6864201.309186553
+    -30.071869869909406,52.016597563136244,2.978684658756986E7,4678819.891311315
+    -25.0124048790248,29.731933133768873,2.9921534905600067E7,1912548.088457737
+    25.654389375520793,19.506521368972486,3.62635032539062E7,2711868.045981337
+    -24.779432637536047,23.056974589515498,2.987765201312089E7,1002292.142089237
+<EPSG:6065> +proj=lcc +lat_1=67 +lat_2=63.66666666666666 +lat_0=65.35103930555555 +lon_0=-51 +x_0=11500000 +y_0=7500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -125.26493125024032,33.05860524630334,5321395.896681972,7874094.853820025
+    -112.94073493505473,29.411348143832704,5548655.829328302,6464071.277329512
+    -17.699248583125893,52.410634139802575,1.3710448101098312E7,6645792.026111262
+    -67.26607435764016,39.771865777307006,1.000435588806556E7,4766390.784759062
+    19.26870671595762,73.1575955655593,1.3349580455999438E7,9526151.386273416
+    -72.77501812662311,10.990880207687262,8193437.705304025,1244700.726400348
+    -7.9832443162564175,19.71144380806554,1.6839513728672188E7,3862663.518285442
+    -29.777308140916546,28.568323311364,1.3899317545567475E7,3577979.901651625
+<EPSG:6066> +proj=lcc +lat_1=67 +lat_2=63.66666666666666 +lat_0=65.35103930555555 +lon_0=-34 +x_0=13500000 +y_0=7500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -65.75934867716353,71.09143288441223,1.2393296720079232E7,8425968.941459123
+    -6.4684788742314225,78.71317445937788,1.4103563019343782E7,9140621.31864647
+    36.50589771698304,39.59359028881061,1.879104603739239E7,7862303.503101452
+    -37.91402915912576,45.08990907957693,1.3175498510752397E7,5213864.662115447
+    0.43490044365854885,85.9471651789092,1.379148629732699E7,9954156.18778827
+    4.824812052565605,61.17063578333908,1.5463970685801132E7,7658479.666447034
+    -42.79302504973401,77.01739470101073,1.3274490375708044E7,8827368.543531582
+    -26.05941549876671,27.285437333709996,1.4433633364189068E7,3060784.435974305
+<EPSG:6067> +proj=lcc +lat_1=63.66666666666666 +lat_2=60.33333333333334 +lat_0=62.01530688888889 +lon_0=-52 +x_0=20500000 +y_0=8500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -27.873563230165956,12.388248499960689,2.3959164044882715E7,3026750.712078352
+    15.490158472904625,66.44852887890112,2.3003028205870546E7,1.0427983263753971E7
+    -43.47746012156806,28.160235819326395,2.1462752568366863E7,4609322.889083422
+    -116.8692788515474,6.685592953478643,1.1747877789062144E7,6274427.29782003
+    -19.57089807732919,12.74655954160501,2.503723340701322E7,3587563.244064013
+    -15.339010259418629,63.406394855416345,2.2235698493239824E7,9158841.797763286
+    -9.876652580552502,84.47796425338257,2.0981875562637392E7,1.1261681566315735E7
+    -110.49068099699376,87.52453251889513,2.0192379298246056E7,1.1653208487261144E7
+<EPSG:6068> +proj=lcc +lat_1=63.66666666666666 +lat_2=60.33333333333334 +lat_0=62.01530688888889 +lon_0=-37 +x_0=22500000 +y_0=8500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -2.777692766110576,53.9358540600138,2.4663766752552185E7,8181953.672353903
+    45.68875115047689,29.12007905344243,2.9413239106515486E7,9785651.308287125
+    -107.66851866226962,54.274975418033534,1.8723870121444996E7,9922920.599003535
+    -70.97041020710259,72.73213391973084,2.140302432668869E7,9996431.576526918
+    -32.46166100875783,88.04643433158672,2.252224074796276E7,1.1579129752408631E7
+    -61.86394498133432,51.96141972754446,2.080955181503515E7,7703444.015690534
+    -24.658783880615687,8.09596005409019,2.442434530648294E7,1901895.875172725
+    6.176249244035972,84.89008216782082,2.295949282684569E7,1.1311147269173421E7
+<EPSG:6069> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=16 +x_0=22500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -9.794789880305323,33.79347328074276,1.960525052409007E7,-2663754.92462786
+    -37.0704376993565,65.22233474229547,2.0283820044115085E7,1695553.133475928
+    37.234287706627356,31.01859642954046,2.504898995994193E7,-3237433.098104939
+    28.145907695041956,55.22259912807861,2.3326041706279963E7,-484117.785167302
+    -11.006590620258208,59.62469589884157,2.095118784399345E7,319204.197763524
+    73.06960012605742,61.99284921054396,2.5139574312876604E7,1646692.811204561
+    22.95379383019217,78.72912297866834,2.2651583065050088E7,2137330.315027371
+    -52.737284788649504,87.00856105023692,2.218566386155813E7,3265811.542378751
+<EPSG:6070> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=21 +x_0=11500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -31.420935094489508,67.23741273525371,9496111.762312017,3177869.536467456
+    24.28058299985142,19.788545270600412,1.19885624862875E7,-3914909.758355003
+    -30.844466825573868,18.707410361291274,4616741.234653198,-828496.796534576
+    82.72586729171223,75.56260499748456,1.2917626201188589E7,3976158.592540189
+    34.89230215327436,76.39126555274878,1.1861723622944191E7,3284680.61642266
+    83.42322909121609,81.19817382411759,1.237564613691373E7,4296107.918133871
+    30.47805773141765,76.66860246958012,1.1743034800486099E7,3292196.816917894
+    29.57559830790349,39.20003902346208,1.2368258637376856E7,-1095840.132110443
+<EPSG:6071> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=10 +x_0=26500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -7.1747347040097225,51.88662101182677,2.5257278272434134E7,2006155.553284726
+    62.535345766443044,85.63433356461375,2.6899848680674575E7,5844396.68294493
+    23.916371753626407,29.454065911121635,2.8177738343941536E7,-837086.451694243
+    -28.564429010331963,24.367961340482715,2.169299269732375E7,-136957.131522449
+    55.52070089033418,23.70982527694609,3.2080195697950177E7,400492.366338187
+    32.119883082345254,86.78978290101017,2.663974929046975E7,5813589.866911713
+    50.208553132755796,58.2421799292479,2.8762450555237222E7,3366651.644393877
+    25.77651312654237,19.756511475551246,2.8769804233525567E7,-2147043.02093643
+<EPSG:6072> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=34 +x_0=28500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    44.85646074510511,40.748476958109805,2.9540727018124357E7,557181.478787506
+    78.17337805084463,74.3168164372928,2.971281219077233E7,4857679.031861356
+    -22.137735359717823,45.980219356177855,2.4392476611673053E7,3220354.393564994
+    -38.73805144949519,66.43186745573882,2.598510448575781E7,5273540.286568802
+    -14.297577015684823,35.85339713421063,2.3883276116568577E7,1824196.140056902
+    -11.284663374993563,49.37009427197821,2.5283529831328552E7,2817835.165180597
+    11.901821665681794,64.60167597608546,2.7451305579224903E7,3491601.641482503
+    -32.283563912541595,84.9158171089985,2.7962128832911428E7,5909353.159231352
+<EPSG:6073> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=14 +x_0=11500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    45.4065426655109,51.288646792292774,1.3705154005109001E7,3735754.049862528
+    80.57903752619157,20.73574766156638,1.900551541520463E7,3804665.505618712
+    2.727594265867225,70.7598768422811,1.1087749139059445E7,5397573.018356639
+    -0.21460806468769533,40.22602842964314,1.0152659920555037E7,1971613.319616861
+    -64.68746897228792,71.369128541685,9426803.200892083,7013266.225747759
+    59.17967553430819,47.29910103685664,1.4839797261847457E7,3990032.410595737
+    66.174395401472,32.41829710188868,1.6654468314198414E7,3192241.074104161
+    -25.756372299193984,27.81659595423095,6970569.816294151,1738763.872167674
+<EPSG:6074> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=34 +x_0=13500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    43.48959408297131,45.1080988341295,1.431001789103704E7,2475688.580937786
+    29.776621089191707,51.312505844816584,1.3190038882044028E7,3161157.670616055
+    -47.87991882585012,20.46616864941875,5248813.585665743,5803330.385679062
+    35.33189850764512,86.04537915308694,1.351078840859533E7,7086889.93625756
+    111.58604032875701,36.21235829228618,1.9521926250945866E7,5825095.717049804
+    1.5465705756514012,42.151970488628024,1.0665742988420997E7,2833282.490971139
+    30.49707607301808,67.22941459161568,1.334830100964696E7,4969067.64495622
+    103.49261212117463,60.67910519102917,1.6559799272190684E7,6218854.611286259
+<EPSG:6075> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=53 +x_0=24500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+    -11.439407473882923,48.08781900039367,2.016069389395085E7,1259123.149086823
+    107.43951092126031,74.07545091380952,2.5943081686313488E7,2340671.866008634
+    66.50771783408553,49.559744868946055,2.5576483126598068E7,-1133937.838844044
+    0.012554657817759107,75.96298929372983,2.325184072627978E7,2433849.657339557
+    96.35489645699084,78.41750191937459,2.5384864490142677E7,2441388.308807532
+    58.688184300088125,54.42556164110928,2.489847827060098E7,-647265.186709383
+    47.16832053903303,44.07645218848061,2.3962379179744773E7,-1922838.524554649
+    97.16206442260642,26.58716148740621,2.9857080240146674E7,-2206009.055154577
+<EPSG:6076> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=93 +x_0=26500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+    108.51073763743935,22.749408898003555,2.870731524496195E7,-4642113.306929671
+    98.43116212441743,43.58299988642551,2.7006745588231903E7,-1989472.942168899
+    146.09110639045838,40.03426230832573,3.1160247399694018E7,-173043.31038755
+    43.1581444140857,29.49749037326784,2.0944141596608546E7,-1375717.385062109
+    73.84618613207311,72.3486169422179,2.5856320871307805E7,1519761.877492978
+    131.97346300493885,29.609659611067983,3.1057471040080454E7,-2316795.620719883
+    55.14960239329809,26.515743678571752,2.1777876615890443E7,-2764481.941682663
+    156.78939079302128,53.996268939474604,3.0168608281354412E7,1537367.106891629
+<EPSG:6077> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=52 +x_0=13500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+    31.130184429607098,59.03372406013121,1.2274495518916031E7,1493466.235041718
+    68.63578521048852,40.709416134563014,1.5112593837190915E7,-732539.684661052
+    25.443999325394387,48.560817537803665,1.1412886747697746E7,505914.458039576
+    77.15673156950832,30.6626540228496,1.6460019392814266E7,-1667315.554589222
+    -20.825750980664004,70.76751164278637,1.1447397763609381E7,4087060.091332196
+    34.067690530285205,66.21983868160265,1.2690518163613942E7,2223097.001655716
+    102.14550372781827,23.04548516779922,1.9706963480674304E7,-585290.83548981
+    -13.470182121422333,71.91138284599353,1.1665977143366471E7,3890709.81031519
+<EPSG:6078> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=83 +x_0=15500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+    21.170966277695655,48.72125950568181,1.1374127607746614E7,2455432.076212095
+    69.33651402551415,24.105834377062905,1.36362685822008E7,-3046551.192256383
+    68.30478184042835,23.648293411550735,1.3481292245067775E7,-3079041.921569316
+    42.20198849066686,57.26203502455527,1.3113622464768142E7,1934053.535357408
+    152.1596296810113,71.11028142275936,1.74696095715158E7,3974252.409545402
+    123.63108750695048,73.22712516177916,1.6710633782886703E7,3326448.704184699
+    87.81137022117329,23.072589493087424,1.6174370990511084E7,-3393507.852268905
+    101.44785120615364,72.03206484324369,1.612833974580089E7,2853740.44638702
+<EPSG:6079> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=114 +x_0=17500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+    102.40641931493982,20.37773813180255,1.5802047181473307E7,-3667183.49870887
+    52.0042729353557,60.24129310626516,1.456295238446958E7,3135441.034050774
+    107.5216393781256,27.230648258731264,1.6661065891212406E7,-2757927.825559631
+    130.22340420271314,72.49633941743711,1.8040397844362527E7,2881294.488938475
+    152.11614148935615,71.22524195880698,1.8783399569801837E7,3097264.863938364
+    137.51949477155836,76.80709770379865,1.8083451282568052E7,3406948.507641229
+    123.57161149582403,34.651396128104906,1.8566896792763054E7,-1676970.456304088
+    98.13029930473245,34.25002179927367,1.5730303917171732E7,-1577204.577142652
+<EPSG:6080> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=145 +x_0=19500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+    82.21824594017359,42.56355204786061,1.4660770080365222E7,2156962.653776134
+    175.7768754179686,29.354212746539982,2.315821763543581E7,-1513031.455394341
+    114.84389349599215,78.19752794063714,1.8841592446543958E7,3616892.170575334
+    147.2916595216479,28.700804180687086,1.978899030929955E7,-2586959.518028662
+    163.5381089215926,51.75185246476471,2.0862250969539553E7,628822.651265991
+    115.64354279034197,46.605765332510714,1.709454530846865E7,399548.238935417
+    97.57384589292181,82.23254267521877,1.885907122014568E7,4169156.703107839
+    79.42474368817417,59.02095945323126,1.6340262995631792E7,3256914.538735687
+<EPSG:6081> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=58 +x_0=30500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+    114.17930561085439,66.4934505711988,3.266411458315033E7,4618303.80227253
+    -12.717432926593823,56.19270477790004,2.692916832523078E7,4758001.388932156
+    43.919483754110175,52.038646058460515,2.948069712245778E7,1964447.906532802
+    50.6365718845952,73.79856985417644,3.02711890680727E7,4339527.851703888
+    16.486549891968288,33.093478751960575,2.6173538701184936E7,1044385.782794905
+    9.287606372604344,80.10325686797214,2.9663992688950017E7,5394146.805291755
+    87.85758296534904,36.545018502680634,3.3519321760978475E7,698123.382587842
+    58.797910967102794,75.1626233067707,3.0522806750897646E7,4477640.269454077
+<EPSG:6082> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=82 +x_0=32500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+    60.63523928857652,34.11927567528349,3.0180672447274365E7,22988.925604687
+    122.32837514760435,41.81042891654075,3.6009657949560314E7,1839145.5955446
+    11.80442278415431,77.45950781483496,3.1169045353057798E7,5630188.335782452
+    59.76856812307992,85.4246703630085,3.2302105068963315E7,5668022.116699563
+    93.54891127561578,53.917349376817135,3.3295678330834225E7,2142152.301604629
+    17.68232942486917,38.42052099281364,2.7185518602607235E7,3371780.50729795
+    163.33996165180562,23.276562527754162,4.043378265969287E7,4584919.522254153
+    148.80323315567864,82.74179613154274,3.3262732056934886E7,5808557.955589804
+<EPSG:6083> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=106 +x_0=34500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+    22.546859839040653,68.97044173445303,3.2146353783305693E7,5786634.250948148
+    77.41099414602179,21.391321418210037,3.0613213419354778E7,-1245235.08763791
+    165.8459364229929,68.99283349975654,3.651808427839047E7,4904407.007731338
+    38.70484145945112,22.587463840983922,2.7067988577555288E7,2722151.164875694
+    179.28517857525867,82.15555846293887,3.536010483654924E7,5872432.583601259
+    107.6455408719051,48.79817487908441,3.463099455747437E7,1457328.006604327
+    169.20895774937463,68.92398795041736,3.6593436919545606E7,5017271.804591526
+    81.78943404997935,51.856235056010945,3.277102984077241E7,2179510.842003499
+<EPSG:6084> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=130 +x_0=36500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+    75.51564136800005,16.780308270039345,2.9269868866717186E7,665548.750671918
+    132.35287378397615,44.03584077197563,3.671039331171298E7,877746.788369734
+    172.96815326220133,21.54242913500081,4.204060148589472E7,-76101.069490253
+    138.58656713306087,59.64673297386934,3.699718898819027E7,2765350.906555685
+    138.5758925158035,56.445677164244955,3.704991536286942E7,2399521.857885766
+    136.5551374247201,45.213940173374056,3.70690402954706E7,1050615.430572839
+    124.66875940992236,38.50766341246586,3.596100954315284E7,199446.982978165
+    163.86993709203864,63.53651814679299,3.812231298676158E7,3650005.367082003
+<EPSG:6085> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=154 +x_0=38500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+    78.47530231494174,79.97758692104766,3.739528881425158E7,5833966.281083198
+    115.47676716368,61.737137026716105,3.6560947265526235E7,3622311.007069694
+    179.84836986898034,15.983670200866914,4.239567504987293E7,-2180480.412353232
+    156.14164750874943,75.06734620040905,3.856158775871245E7,4467970.043640415
+    123.4453784362725,45.84378246591997,3.599672231510452E7,1756985.114689571
+    141.13935510854736,45.4524916920623,3.7396400597406544E7,1168735.711097803
+    157.90102288564884,86.55108175715111,3.8527022912170604E7,5760536.484728648
+    98.47904088883807,32.541521841968475,3.303280183540608E7,2156947.068948862
+<EPSG:6086> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=179 +x_0=40500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+    95.75813920466635,73.38482166522013,3.863466956057318E7,5859366.817633973
+    114.09384668048034,36.181557895183076,3.489902172665747E7,3291649.649319481
+    173.79455292672003,76.04069996090173,4.036000067380848E7,4581618.747462738
+    164.42382548226882,76.42207015754822,4.012179396497202E7,4664804.597141388
+    140.47776370500011,61.93017800121307,3.8574314996755205E7,3639787.313075854
+    131.91537292880435,60.74061241034397,3.813286127727173E7,3848579.79102514
+    127.55448670101661,84.64199438726266,4.001979615460352E7,5764003.385837235
+    129.0387735300697,84.39966245867338,4.00095482279528E7,5733787.546551714
+<EPSG:6087> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=54 +x_0=15500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+    88.83810274113227,61.67924216465864,1.7267661567533527E7,4867030.701322753
+    18.96206719870908,24.375330154470547,1.1175970679573331E7,998965.895681716
+    29.788101728363074,31.416039821387493,1.2801011984137591E7,1225594.95720174
+    119.36198607534669,43.48331284342957,2.0240635272582665E7,5072280.882067451
+    87.99501310944899,17.119608274882737,2.02851492866416E7,15813.842305584
+    9.699033811674944,83.75431218468108,1.4994087360315647E7,7015576.834915819
+    53.94241414455948,41.251149594770325,1.5494612601836534E7,1939411.010357607
+    25.295560326571703,13.421283421802087,1.112836279207113E7,-893931.995707077
+<EPSG:6088> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=74 +x_0=17500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+    124.44201986413961,86.12605666107267,1.7855461325654455E7,7254438.434344187
+    13.759482013266876,45.85593856871844,1.3231299850967428E7,4834292.179446409
+    15.781572398554484,20.033874514139065,1.0502321188353252E7,2743174.840132136
+    100.77950277865911,64.55654238711023,1.8751335308931578E7,4947990.842093176
+    107.02232990699436,72.69063611101227,1.854258075783116E7,5867407.625416485
+    5.392568996648958,31.21219703984304,1.1209547381871529E7,4675953.899188308
+    117.85519659123418,26.032580293983784,2.258090130439232E7,1874984.559067248
+    -9.269249835743874,49.718963442264034,1.2969715766790686E7,6710932.617232565
+<EPSG:6089> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=95 +x_0=19500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+    112.88246971356631,61.882937038771495,2.0439205356463924E7,4504569.054772314
+    22.89356108976009,78.13508000063901,1.8204471394880537E7,7066671.121599779
+    79.38540077212849,21.853834010964103,1.7389254715892646E7,-384607.176048557
+    154.2077728686882,64.87388647681327,2.1891483006186545E7,5980881.351608656
+    71.99939718201898,83.41081005049169,1.9204307532597985E7,6838345.876454862
+    178.93936586444448,63.92172256645121,2.2434168848523937E7,7049022.687360459
+    45.56470006144957,81.86676973258344,1.879034907017807E7,6913480.827770931
+    99.7154070361702,17.591203975671004,2.019393602586765E7,-1271678.542445231
+<EPSG:6090> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=116 +x_0=21500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+    177.48705098781704,58.75488552179438,2.4539468675836094E7,5711107.611752728
+    77.56659703642276,63.11564515805364,1.9670471179598927E7,5107439.57234948
+    144.5519345263791,81.73726622150359,2.194946982835308E7,6698582.260497573
+    166.4684881458881,79.96229015494731,2.2381310435520075E7,6781330.863397418
+    113.24369632937959,38.62574001681159,2.122720629724492E7,1617294.318511855
+    133.63185599726074,54.769235459105516,2.266065154743017E7,3723479.831623419
+    57.12321853466407,78.43502685511419,2.037422573073529E7,6815465.675317114
+    119.61863943038219,37.48279328759792,2.1866745571929168E7,1477227.137874836
+<EPSG:6091> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=137 +x_0=23500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+    179.2444479405669,66.15534937263823,2.5261640480480954E7,5488813.739523045
+    102.20163739111116,21.960382621761383,1.9011678610709764E7,689624.58080946
+    100.65850166555889,85.25561986076802,2.3170743312483158E7,7096861.323988124
+    178.66224090147563,22.31058937755649,2.8709463136649307E7,1283994.969089122
+    105.05025932651937,82.53985415486808,2.3048120455547087E7,6804213.481032242
+    173.46202224275316,43.929467862895585,2.6519326276107043E7,3211391.145484628
+    113.17535996857718,71.0538394687917,2.2658892961090695E7,5560218.284394018
+    136.81395644654953,66.32249936771407,2.349162514087594E7,4863180.3404231
+<EPSG:6092> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=158 +x_0=25500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+    89.69067749642502,76.06522898522283,2.402882155698341E7,6887925.759888766
+    105.91007925920673,69.22487927766008,2.3683536249340072E7,6025916.734327116
+    165.77465843764003,42.62066325146691,2.620357942120889E7,2153895.629299982
+    113.1970231132826,77.13044443555097,2.4481455795354903E7,6467691.842985255
+    97.95775850363155,44.81413645473402,2.113459246282577E7,4751872.964337054
+    77.1551796575087,19.84134816490192,1.718968680097045E7,5640681.857428282
+    147.39318097682872,60.667668183639165,2.4913490158353914E7,4278447.107934259
+    85.72214990987369,42.831908987089186,2.042954385730577E7,5602935.769274655
+<EPSG:6093> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=179 +x_0=27500000 +y_0=5500000 +datum=WGS84 +units=m +no_defs  <>
+    120.80487049115384,22.787117761968894,2.083750297999102E7,2970794.669628568
+    119.70442227307925,41.43126936124345,2.282473648383113E7,4468653.421188602
+    169.96167464785344,82.77909094677317,2.7370559346756376E7,6718550.084713854
+    171.8000709574252,29.33339816425799,2.6643863053811792E7,446280.652958095
+    94.3658569549927,41.00987990601121,2.1912396318993475E7,6640004.704869349
+    143.38726735037454,70.48782278201648,2.624803059206933E7,5709804.017732803
+    126.69470175903977,70.6818816571319,2.580210288213607E7,6137465.171072743
+    120.19518116422637,37.53868497138639,2.2445603409847893E7,4157091.959651276
+<EPSG:6094> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-163 +x_0=29500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -136.4008665645627,62.24866554367933,3.0854475061764833E7,4709419.649564712
+    -138.9773779889538,16.89907772354963,3.2987253100116465E7,-700857.961924827
+    -143.45053536526083,72.5503905800168,3.014290247331435E7,5663855.218136886
+    -170.80387556539955,78.66547272551831,2.9327918815229617E7,6253917.716220641
+    -142.4408657516455,26.88235182785943,3.2016065844225504E7,491450.740247325
+    -169.27076610369488,45.04609943056321,2.8962706361832634E7,2432237.57221202
+    -137.67982151551024,12.764756321825208,3.3432676455846187E7,-1223339.562171149
+    -145.23740668001707,57.685632813226384,3.057163865347818E7,4046575.090256334
+<EPSG:6095> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-147 +x_0=31500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -77.35484874601548,75.85899206944447,3.3007162768242024E7,6911424.483929212
+    -166.11412711753286,19.899623867493457,2.884041617955959E7,-523406.720728716
+    -123.17767783598103,26.93690115150966,3.4392989193821445E7,645083.151531625
+    -68.07918288624646,21.19069264344414,3.9550586744266406E7,5427930.8075429
+    -99.80957152332911,59.77827174881351,3.393394571253013E7,5131167.336833565
+    -175.06625125497823,41.22473297655097,2.8966793853951536E7,2537208.000431271
+    -70.44449044087129,64.99742963960655,3.4232446407182485E7,6729877.900165662
+    -179.58955940672692,23.47698065513776,2.738045029357302E7,718343.253647298
+<EPSG:6096> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-165 +x_0=14500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -83.77094969927656,74.57341917000363,1.6279693073735075E7,8540042.692308176
+    -98.83332261612225,69.64735330927823,1.660099260345752E7,7860513.761016182
+    -90.3978381608637,29.51675711767345,2.118231575075081E7,6496161.238042589
+    -103.68932155695214,85.41626048331045,1.4995540818854077E7,8674180.859203389
+    -153.53165643410193,34.374411549452404,1.5705538164810158E7,2604659.176878356
+    -101.32070329620794,48.159287081517256,1.8647664861771595E7,6534226.606090298
+    -134.7854352553829,71.26482793684147,1.5541176822112566E7,7048537.494368862
+    -166.57602008807186,65.37292567595412,1.4426610389682924E7,6131252.403040765
+<EPSG:6097> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-147 +x_0=16500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -77.20073662490306,43.99325475103605,2.1318784076691378E7,6750149.904216033
+    -95.61413511587108,65.33361287956234,1.862749534924682E7,7070292.20941391
+    -88.95997210089415,35.610624053874844,2.16383820066183E7,5270978.833570255
+    -147.4191783730189,30.358428815268304,1.6452134530025583E7,1971838.533889086
+    -159.88497362224211,84.1774336949986,1.6346594680339003E7,8273062.45395053
+    -157.96055273962148,31.14484431234497,1.5273329322629916E7,2184482.387814465
+    -151.7263584131163,35.70641013023962,1.6013747175103465E7,2679635.21459975
+    -141.55683818387305,87.16010154113731,1.6533379551079689E7,8618375.68682573
+<EPSG:6098> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=-90 +x_0=23500000 +y_0=1500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -153.98640409073752,33.40007422256001,1.73794538872634E7,-1003361.126070542
+    -67.49413298895247,82.4101076920872,2.3823829901624124E7,1226168.395480887
+    -59.033174986265706,59.04897859396378,2.530737204053984E7,-1013151.984643162
+    -167.40986925392528,79.40911946333291,2.2345212049590163E7,1747383.039322539
+    -12.803981549029885,36.5705795172863,2.9715231214439478E7,570038.045899414
+    -61.67399386782826,49.71583688463554,2.5704481187540896E7,-2094608.508684649
+    -17.52898813710766,39.704808341050665,2.9170514716625437E7,194403.618264806
+    -27.10192508094991,75.71757966654314,2.492113216369558E7,1276955.377598969
+<EPSG:6099> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-115 +x_0=14500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -134.05152975139333,49.80471957628841,1.3005157431341842E7,-981530.787402693
+    -71.549993900134,67.25650228799337,1.624563369022438E7,1522530.517036205
+    -110.31889309174228,60.8305838363765,1.4766741687041618E7,103033.527128454
+    -37.372756369564485,51.79401645120063,1.8763834324396145E7,2398735.653259768
+    -132.8242669486361,61.96570156975983,1.3539362787214128E7,373751.438197819
+    -81.05625535833462,62.6344730353998,1.6210816710728649E7,819101.866801637
+    -36.75060456258444,61.890381213310306,1.7601189552041475E7,2704736.493159301
+    -148.94824174770477,72.60512302836295,1.341959880720171E7,1767573.643520724
+<EPSG:6100> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-75 +x_0=16500000 +y_0=2500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -32.953937196106594,67.46328509403975,1.8184052714523684E7,1498372.242127655
+    4.957634375292514,35.119799534021226,2.2913251873449087E7,2167853.041767551
+    -78.00563427798083,53.75285321274261,1.6284988186627282E7,-742376.903973565
+    -142.43271064092974,66.66456706563176,1.408689259796428E7,2357356.311789869
+    -55.18090128584575,38.159523014705925,1.8554834670661017E7,-2369095.656646853
+    -126.52324209422761,78.80720464581242,1.5523987103911506E7,2602774.684263804
+    -84.75541724279336,70.64333570829507,1.6135328793905698E7,1250314.374412125
+    -98.15189960478487,50.54880551630025,1.4734868748041887E7,-780269.231843661
+<EPSG:6101> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-129 +x_0=25500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -148.61806894385478,30.891439867845875,2.317384654556151E7,-1888262.849938371
+    -152.80605695089392,53.322362772352626,2.384438497812918E7,941237.291655845
+    -47.70516829108536,51.43010142181535,2.983440030461938E7,3991148.46940881
+    -95.85304280004691,64.75285504213824,2.702953981573218E7,2376792.331519146
+    -97.20932418965339,38.36125273427017,2.8630153394483402E7,-396344.004960601
+    -75.35167352959323,52.96856955814272,2.8853097175501145E7,2214467.226211146
+    -123.65082048602918,29.16619018632037,2.6167717087356266E7,-2495611.045465934
+    -163.65420802854393,32.85870582886473,2.170665188224738E7,-850202.604068191
+<EPSG:6102> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-99 +x_0=27500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -172.41244282722118,64.24004596020178,2.4737458458274286E7,3879130.507642601
+    -53.653553266916234,73.90968369274545,2.8770118800072327E7,3483302.762781747
+    -113.4019985890084,44.931166684298574,2.6230224783918347E7,-269342.039921609
+    -176.459340699405,70.22624410944317,2.5340104537392147E7,4237069.931445244
+    -33.12547910862577,35.16159341038565,3.3347056659387257E7,2000715.952793302
+    -42.91510741259478,24.15303354991596,3.4082305175648004E7,168067.84905763
+    -83.60207577990612,31.53384815035242,2.931568636053547E7,-1952112.552600903
+    -32.13788270782868,45.78826908314966,3.2140269396861967E7,2669126.48822799
+<EPSG:6103> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-69 +x_0=29500000 +y_0=3500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    2.409860310777134,20.97125961185634,3.750844790377135E7,1866697.348649764
+    -114.08305547987585,77.92738060324915,2.854871635730945E7,3799329.111123534
+    15.859958248274552,40.56582265462522,3.521912351379044E7,4096967.575537472
+    -111.60853369306244,53.704756043135944,2.6746516156354446E7,1695829.606697256
+    -2.60470519585661,56.754397753064296,3.292118895960864E7,3189858.823864995
+    -65.78718326583095,47.50586467265204,2.9768410733995974E7,-99078.436417932
+    -139.7798407174375,38.08295145911713,2.3805224546117008E7,2637760.986344377
+    -58.639275262534355,27.9538275973813,3.08189587808127E7,-2582634.089411076
+<EPSG:6104> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-129 +x_0=14500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.99998138388118,88.51116176316508,1.4603988534627924E7,6020706.46092202
+    -73.73886546159413,51.61930915710173,1.8017189959073137E7,3564527.886709968
+    -55.96617298262204,33.606713105976425,2.0764208164569147E7,3972041.192443708
+    -111.1898045121164,20.066912396070574,1.7039929484848753E7,-2018694.172559173
+    -108.37917142730215,50.3494885488733,1.604524226568745E7,1913476.300279364
+    -103.11579758284746,36.963773542334586,1.712249073522921E7,557538.632407792
+    -59.379375286329704,74.90913188857655,1.6088350425317192E7,5507732.972620863
+    -75.85512405731879,32.35292946442936,1.9821762192976903E7,1924950.987855255
+<EPSG:6105> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-104 +x_0=16500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -114.90258772592769,41.24012738308572,1.5466290746269362E7,619155.942365133
+    -20.43865133594997,60.36698995501198,1.9815597332327046E7,5636106.951562821
+    -78.3210150230958,17.783724273914395,2.025143746197614E7,-1931704.756720466
+    -108.63930568667615,45.1562229507775,1.609630280218335E7,1027805.202304966
+    -75.78902337995089,66.77838630921198,1.7706493548036706E7,3832169.547755784
+    -126.84137448842691,61.74287426618221,1.5295646623549175E7,3204217.62605534
+    -61.33146462869108,33.08817180355006,2.092608571058941E7,1129210.377470673
+    -123.82695116341827,84.42408362235739,1.6285197515891457E7,5552751.535066375
+<EPSG:6106> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-79 +x_0=18500000 +y_0=4500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -126.55320864084538,63.504352929804696,1.6341020734695215E7,4085990.808055182
+    -104.27275635319589,27.767479911142104,1.5419589218146114E7,-604005.2132544
+    -55.212642226744265,73.56232555230797,1.923161457068919E7,4447869.595338586
+    -92.98828066625116,15.956985765413693,1.6342505803726733E7,-2792755.356595701
+    -162.81449636090673,86.03846116251229,1.8036215299672645E7,6097479.810751284
+    -78.85971430206956,60.27923750007651,1.8507979690389805E7,2801777.276876772
+    -16.01136119238467,71.00299421754394,2.0385645099082887E7,5122542.772244994
+    4.477563264157908,37.8413992059467,2.4502284903642945E7,5194648.551931088
+<EPSG:6107> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-131 +x_0=33500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -61.895507528494264,42.928996039692095,3.844873369314375E7,5343567.170569644
+    -87.14507190760047,24.855629890251656,3.8691401881897934E7,1750973.13644517
+    -121.01826551855446,75.01895277310155,3.378711352485293E7,5857993.97377249
+    -72.0782412215899,35.264672379664916,3.880301151951153E7,4003968.505242955
+    -119.0459682258139,66.81612890364764,3.402369973301029E7,4970557.992180686
+    -50.969682767771474,21.29624589534555,4.1573656285317615E7,5580303.918037763
+    -60.40136786393512,72.75991637601439,3.5336401927801356E7,6800989.041594328
+    -147.1022029244118,67.93717372004339,3.28314592703198E7,5133673.135062761
+<EPSG:6108> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-111 +x_0=35500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -127.86334172957532,67.15761575904419,3.477658633273964E7,5058553.487221852
+    -144.65938956668873,54.41609523173138,3.3345865318711642E7,4129596.387114477
+    -118.51666703000137,42.572188492275174,3.481890302472988E7,2145020.963903163
+    -85.3433942872928,54.33613619683508,3.7182607048452675E7,3866182.033982713
+    -114.04872291950461,63.06252279786912,3.534430097312289E7,4501091.532959355
+    -65.75492744054284,65.11550903651158,3.744286499222541E7,5493929.460181861
+    -102.39569752595935,19.298262584085645,3.672626703911682E7,-951491.001847256
+    -107.72381836063728,61.35784222696522,3.5677761740821205E7,4309621.467717944
+<EPSG:6109> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-91 +x_0=37500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -89.49261666498387,47.108090218724286,3.762316531240084E7,2654000.336564868
+    -167.02905230720637,44.71965697223967,3.253609250267356E7,5992271.664917411
+    -162.4707712861338,22.858913411718028,3.000182182628542E7,4542578.153074707
+    -25.463339538633818,26.10506037465301,4.4253864072754554E7,4034561.296705966
+    -168.25756009536076,53.44317814020366,3.34963439036917E7,6387775.466897619
+    -155.07729180362,54.64855694338114,3.397151044667813E7,5614801.871548314
+    -175.77225385432723,30.06563121693947,3.051398362429297E7,6422532.262222408
+    -109.99359489633625,59.70236142777608,3.642774266805464E7,4287647.690505786
+<EPSG:6110> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-71 +x_0=39500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -15.759626438227258,16.200532740150326,4.6715010384656765E7,2047280.261163384
+    -122.39118923041745,24.057478595128835,3.353674958923395E7,2369503.396567579
+    11.384420946923626,73.36604411647545,4.1385551569465E7,7186416.468015828
+    -51.76154142018183,71.40998999236393,4.017296687864364E7,5539793.049784892
+    -96.51409020363755,55.42611513591984,3.787789287516718E7,3976927.294813212
+    -102.5596269922099,64.26965714275084,3.802825131713612E7,5027554.407146247
+    -32.46238471341286,61.39780255954074,4.14495139035938E7,4955113.784836583
+    -107.72548610527917,33.16283131717066,3.568212196217801E7,2108626.46001355
+<EPSG:6111> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-132 +x_0=18500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -169.97250678730396,57.116982569736685,1.6304932549584633E7,5902999.578777811
+    -94.91264446503297,24.663233335898006,2.291914608688676E7,2576895.039804928
+    -61.063733234741875,59.086973939803954,2.1762497539781135E7,7547785.312811414
+    -155.46846620060566,15.747482941454006,1.5115989338681098E7,561031.643423469
+    -112.96324375570669,44.9081543973315,2.0085984895746894E7,4035416.676833856
+    -144.96150047418357,74.26228545414786,1.8108449278997198E7,7164239.373876188
+    -61.39752125631212,60.78211094841672,2.158062209135593E7,7608382.39467026
+    -174.491407591158,65.92519441146241,1.6714105737343738E7,6834654.596384421
+<EPSG:6112> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-113 +x_0=20500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -128.7525705770735,84.32802376791784,2.0317647298068248E7,8298231.917059986
+    -52.54972207853538,66.17890473077185,2.2808514251327533E7,7455897.651658333
+    -147.15228829473105,71.19872037242281,1.9332555299979534E7,7112870.304672979
+    -94.08805394589547,87.35197719552644,2.0607090956948977E7,8657329.075472727
+    -30.001384686759053,80.26005014051289,2.166378053684352E7,8732753.545296293
+    -104.85835945500119,83.31414188678724,2.0610770571686257E7,8162678.045867318
+    -111.06397314600429,19.09929720620147,2.077022030100197E7,413288.823522786
+    -97.122173854314,46.97702432349724,2.1766702907924138E7,4197542.793657627
+<EPSG:6113> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-94 +x_0=22500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -170.42715239934714,71.58925197318835,2.0445004678842276E7,8294982.887471321
+    -61.65961928307166,35.82081851262334,2.567186357480384E7,3529098.35243196
+    -174.2324169542843,30.362265908156253,1.5725060131448269E7,7146906.376784884
+    -55.3929333663925,88.62165176739148,2.2613089304382242E7,8838698.944830831
+    -163.1743145977669,75.9887306797394,2.0986436822711628E7,8270780.790737379
+    -166.16851572614843,53.931896051146104,1.8669415172440574E7,7386911.991996289
+    -14.725249859357035,60.438148653408014,2.5781990122310612E7,8044346.065540375
+    -151.30571366942866,24.36617945399593,1.6212431983036213E7,4322714.325360063
+<EPSG:6114> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-75 +x_0=24500000 +y_0=6500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.69733745114037,19.569782383612072,2.5371248493529305E7,522628.161278791
+    -159.42845793546235,59.84845624164086,2.108495656212949E7,8309332.122285955
+    -34.512017008958196,49.86340890332003,2.7328635185193125E7,5337234.735873159
+    -151.17757401054445,87.84076449050768,2.4223450843106706E7,8899146.14265301
+    -111.27777190065355,16.196950736896117,1.9483342556433722E7,1499844.154671713
+    -145.89371843609857,9.164002910480146,1.5239295341277849E7,4880205.849677606
+    -60.35702500845376,27.423808767417103,2.624862370850553E7,1789474.519620754
+    -108.46882971815569,39.72397944648369,2.1479886198556937E7,4003803.009529424
+<EPSG:6115> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=30 +x_0=27500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs  <>
+    32.24001409841418,60.13819004266839,2.7632213131551865E7,-1380326.905813204
+    91.07939825364113,34.62582369311418,3.3309651796291485E7,-1224998.543566443
+    36.40099232346523,56.26190365002066,2.792857415928173E7,-1821978.785535596
+    64.2956354491936,33.11139805990945,3.13564258888137E7,-3666845.299808806
+    -19.697047955219425,86.9840513428941,2.7243004871737007E7,1791308.320108332
+    -25.66783042345437,44.70926703474146,2.3136135473260097E7,-989669.336217095
+    56.05897142714993,41.84625935949291,2.9983208563834224E7,-3086167.070738275
+    -6.054912927550269,33.60590203219729,2.351272509621159E7,-3489490.184467562
+<EPSG:6116> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=90 +x_0=29500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs  <>
+    72.42336815418247,84.89236332383946,2.9328004007531513E7,1465688.623104129
+    85.3499628777179,25.853216783028333,2.885914433892973E7,-5893671.01383629
+    17.3304988324987,87.51471460203425,2.92344872507013E7,1926470.563078672
+    37.898549473257866,28.625007278493296,2.3584391822679628E7,-2621880.267282792
+    70.57807778490223,27.418199540940513,2.694955898223359E7,-5247895.106192286
+    25.900443186991815,55.922628858245034,2.600022601949214E7,295702.199055078
+    94.9313664411611,84.85663749714328,2.9549297885963105E7,1437311.320065658
+    9.485110172495174,61.00447784904263,2.6256395410868965E7,1453708.952200514
+<EPSG:6117> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=150 +x_0=31500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs  <>
+    117.94095722523852,27.569388464180967,2.7439940129854195E7,-4497711.212234664
+    112.5803927127535,62.87248678495025,2.963860539218159E7,-432843.929806595
+    66.14755334373386,58.825208388523095,2.797293261559695E7,1614042.490108761
+    141.558243358932,34.051166836009244,3.0515047474849075E7,-4647525.950012146
+    175.17914478052063,40.27141920334785,3.399355929242512E7,-3312841.708619006
+    118.42839485740562,58.83694665766544,2.964773989836656E7,-1015489.910915413
+    135.35226676065642,53.093116947975645,3.0430747472359534E7,-2094042.85738007
+    91.29662737555844,50.27476302842842,2.758581747092743E7,-386490.558699913
+<EPSG:6118> +proj=lcc +lat_1=87 +lat_2=83.66666666666667 +lat_0=85.43711833333333 +lon_0=-150 +x_0=21500000 +y_0=1500000 +datum=WGS84 +units=m +no_defs  <>
+    -164.77486601138162,70.68662803921256,2.0948434236650515E7,-87763.321054286
+    -144.7274446033974,65.65254288688533,2.1751720152912993E7,-725890.790732707
+    -131.12343230696888,87.14573594605844,2.1603120797474287E7,1707870.871049644
+    -113.76250040311996,88.592814047823,2.1593115237630296E7,1882909.466811395
+    -71.34033132927888,82.41765400773586,2.2330422717426494E7,1840191.630697653
+    -116.01288960296634,25.70462763646203,2.593324938853385E7,-4592003.162605447
+    -98.45323494284818,72.58655390228297,2.302627101520319E7,791365.791228426
+    -162.95603818891675,84.44761129556075,2.1361210752801046E7,1405237.691165903
+<EPSG:6119> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=133 +x_0=28500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+    179.05884928585823,67.95807008111888,3.027092043446418E7,1659136.628774803
+    96.39248623972026,74.90546939730112,2.7499140018289365E7,2027634.046091824
+    72.20251657846183,71.02105377519649,2.6651334545981057E7,2334190.1002383
+    155.92713099444842,74.2480801868963,2.9181797772842966E7,1763002.623004456
+    164.4382146169111,46.55105358303737,3.109985733709212E7,-911283.112427474
+    143.601478861758,45.53677409872005,2.943961585169975E7,-1677495.997253648
+    73.1949471250166,62.19796265262718,2.5801357712136924E7,1785609.692668571
+    59.97680492883505,40.04976093576599,2.291132354663402E7,1611196.572534825
+<EPSG:6120> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=166 +x_0=10500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+    107.67343523479826,49.628599631396824,6571705.150070474,915390.967967203
+    119.47433079197717,62.5099868176487,8263833.176069931,1238858.011971207
+    154.87259095598012,37.94026111208554,9325058.488042653,-2640603.718679359
+    129.8657725755898,85.30849455537879,1.01904865445129E7,2962968.183575526
+    166.39587450912558,44.681852483074636,1.0536027592905255E7,-1872448.691002807
+    113.10133008507745,34.18640371376717,5225682.515037351,-670727.106639303
+    140.34377238709448,38.96758055788337,7921558.819518048,-2035383.960099077
+    98.63678867199172,66.46820488792144,8067486.057145838,2345571.384533216
+<EPSG:6121> +proj=lcc +lat_1=83.66666666666667 +lat_2=80.33333333333333 +lat_0=82.05842488888888 +lon_0=-154 +x_0=12500000 +y_0=2500000 +datum=WGS84 +units=m +no_defs  <>
+    -82.16586077455176,32.63049955102785,1.9005912140379395E7,1170576.171034058
+    -174.12453700641652,41.92041309504707,1.0583962638483295E7,-1891593.496878255
+    -171.93128683881696,31.13803335654637,1.0338676439057957E7,-3355879.886497954
+    -87.22865946273816,48.454354043117775,1.6879979033657007E7,1454205.745012788
+    -148.26125615601464,29.814320750397282,1.322054736010499E7,-3847471.749736018
+    -86.28602947204341,37.373342940639304,1.8230572972754985E7,967446.476578207
+    -108.64616656118831,77.97608030513615,1.345204165578252E7,2437571.954393446
+    -168.26966614295054,37.050031314537364,1.0969997037606671E7,-2684153.074657734
+<EPSG:6122> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=176 +x_0=21500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+    120.69182420044841,56.071561156318566,1.8374426749125585E7,2526071.069264059
+    149.57584238122504,82.6069571716051,2.1132233925427545E7,4020244.608212095
+    139.59506309176493,31.085656021672165,1.7396221827223934E7,-933778.75057752
+    91.74369975803936,38.454873606690455,1.551544752670611E7,4002611.607015474
+    168.30028821286686,42.3543671431875,2.077337762752581E7,-704592.717727162
+    127.20189548251577,68.02947334048731,1.9665539646015394E7,3116929.405179581
+    157.44425756551595,58.60919342964632,2.03900372348612E7,1400539.558191885
+    169.36404641111653,50.8765509908893,2.099317904763288E7,334052.688323971
+<EPSG:6123> +proj=lcc +lat_1=80.33333333333333 +lat_2=77 +lat_0=78.70733752777778 +lon_0=-153 +x_0=23500000 +y_0=3500000 +datum=WGS84 +units=m +no_defs  <>
+    -178.7861048749123,87.89897250933261,2.3395446839710493E7,4555890.869115377
+    -107.53425050493811,64.84916683085919,2.5490321304885555E7,2757878.247405801
+    -168.9615557262434,83.23804034252665,2.3292009157879155E7,4034894.9660144
+    -92.28463181597311,79.96416287105319,2.448000736125702E7,4200856.455460083
+    -100.02740498945575,83.41277245260058,2.4091618591813736E7,4314101.42962828
+    -147.9217800183306,30.369713678965624,2.411918818597608E7,-2328852.202353096
+    -113.93701673004344,29.833958590882965,2.796840572741653E7,-879414.126355434
+    -92.62348206437315,40.660931959073096,2.8436959009753525E7,1835076.76885289
+<EPSG:6124> +proj=lcc +lat_1=77 +lat_2=73.66666666666667 +lat_0=75.36440330555556 +lon_0=-155 +x_0=12500000 +y_0=4500000 +datum=WGS84 +units=m +no_defs  <>
+    -105.94862978973734,20.15566491798845,1.880711347192306E7,382591.83364539
+    -120.90428172761247,57.35274859331505,1.4517488798101615E7,3062228.991762484
+    -74.14334527693975,63.537407715872426,1.5434085249695417E7,5558952.445846509
+    -144.18840314740152,30.449877304826856,1.378318951111815E7,-779865.123090451
+    -125.52797442456983,35.78714768408573,1.5531096680375975E7,591215.861666396
+    -146.3732494211591,36.36963368519568,1.3410577140867831E7,-36112.616103069
+    -146.7774047463888,18.83792097534711,1.3712927950308807E7,-2508866.536076982
+    -177.90392931583887,67.69745740080845,1.1546585487990513E7,3829295.351174691
+<EPSG:6125> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-5 +x_0=47500000 +y_0=5500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -55.35457259329779,45.69098223602926,4.372164872197428E7,4160340.034053313
+    -69.41621836485339,69.84160285483635,4.5467065465230435E7,6460437.918826131
+    32.42127751637318,27.195569114155518,5.184985395396756E7,1497743.712137613
+    8.404114706904451,50.26383104065026,4.850364314303939E7,3139213.344609509
+    -81.84208637007639,14.13719896290221,3.84917647978243E7,4836355.270087311
+    -52.301230849853525,87.97165180735098,4.731724089483505E7,7391915.037692564
+    -48.345795680619425,41.96994707604469,4.384443824157042E7,3403437.441489441
+    56.42942877053514,70.74742492537786,4.938910115862085E7,6413953.878348068
+<EPSG:6128> +proj=utm +zone=17 +ellps=clrk66 +towgs84=-179.483,-69.379,-27.584,-7.862,8.163,6.042,-13.925 +units=ft +no_defs  <>
+    -75.27272134252604,76.05222499848688,2144798.618345138,2.771748286755652E7
+    -87.34453407084175,58.048780323644394,412333.058757457,2.11666656899046E7
+    -79.83370593483563,-14.678154235610464,2052690.718711073,-5325612.929688177
+    -74.19808099945034,-1.8215111503211858,4128338.642826919,-665714.296376768
+    -74.99987878886309,46.45029899068982,3151655.916940697,1.6933959420340713E7
+    -81.45071075188666,70.79629447598361,1585664.767431243,2.576956182200396E7
+    -80.19364412437592,75.21851048861888,1715310.537555891,2.738829870149054E7
+    -85.6431025357871,-66.31969874377799,959446.991616172,-2.415842677341283E7
+<EPSG:6129> +proj=utm +zone=17 +ellps=clrk66 +towgs84=8.853,-52.644,180.304,-0.393,-2.323,2.96,-24.081 +units=ft +no_defs  <>
+    -75.08090056239325,-65.68883657246764,2531116.743383255,-2.394409041141166E7
+    -85.96553639482005,-11.286013971175251,-139983.465160511,-4109036.24821664
+    -86.99130768136759,32.75246784699927,-202494.552363254,1.194113694563974E7
+    -80.50141701545547,-50.24478592555295,1756683.828384885,-1.8261681528714206E7
+    -77.72249574754287,18.93033411006394,2772944.19453211,6877176.665357804
+    -75.92664291748693,-65.53602742388267,2408548.427928156,-2.3877216805506516E7
+    -75.58083649947469,-68.0314530278616,2381522.000486231,-2.4791378004387897E7
+    -79.3346968326133,-49.96837444535004,2031848.675995169,-1.8164822596956074E7
+<EPSG:6135> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    5.103838900662993,-28.098445992775716,5.103838901,-28.098445993
+    -138.54954554663578,61.21633367484313,-138.549545547,61.216333675
+    8.539259990085043,17.803900210143254,8.53925999,17.80390021
+    -45.47439038196032,69.13563177410722,-45.474390382,69.135631774
+    -94.35163411588661,23.09994244014389,-94.351634116,23.09994244
+    -126.10354428033351,45.213693471047435,-126.10354428,45.213693471
+    174.43886459157113,-45.51799770639293,174.438864592,-45.517997706
+    -147.16744613658216,-49.20797360008028,-147.167446137,-49.2079736
+<EPSG:6144> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+    -53.454422906121906,59.89017879850181,-53.454422906,59.890178799
+    -25.433930864076814,82.39280703554579,-25.433930864,82.392807036
+    -142.1116333396662,30.796255081365388,-142.11163334,30.796255081
+    -12.882839155618939,56.24515702483919,-12.882839156,56.245157025
+    50.43698731833521,-32.37616097908473,50.436987318,-32.376160979
+    -5.590498155514837,-1.0750133346825805,-5.590498156,-1.075013335
+    -147.94160227495126,-40.763780438438175,-147.941602275,-40.763780438
+    159.6122247172674,-64.61010585631446,159.612224717,-64.610105856
+<EPSG:6145> +proj=tmerc +lat_0=58 +lon_0=5.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -1.2000481621313637,39.316043316438794,-478070.78766697,-1056222.771121681
+    6.583112001240455,-8.925860079632727,219127.746573271,-6418507.702429711
+    2.073142940405626,57.51763401725174,-105305.770631819,951458.863073752
+    -0.9096238426383911,31.647372487766432,-508545.654376994,-1910624.898166699
+    5.278589189172352,38.10869389686255,80581.670374093,-1211696.745942741
+    1.6391068315741584,16.97896433861979,-311436.313878153,-3549251.010717851
+    2.3746308543576315,35.94927369223268,-182018.975868715,-1446850.300957062
+    1.058312366971907,-42.816571048073556,-263283.10449967,-1.0183205643291617E7
+<EPSG:6146> +proj=tmerc +lat_0=58 +lon_0=6.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    4.468963591173482,-87.8721429227417,91578.785433753,-1.51957298520436E7
+    -0.4286740608043931,26.945593634352562,-589031.127315577,-2430741.543756315
+    9.742004882793088,67.03262310663851,241173.924534103,2010388.098598609
+    11.314518894421822,-4.6169562630964265,634848.08413189,-5943622.399038015
+    0.06770123686193275,67.33020618572456,-176356.772780635,2054230.762370209
+    8.499438548796652,50.62845343494027,241468.347948979,181378.999037582
+    2.311667868905278,51.160248520866844,-192941.634460109,246977.084267624
+    10.1466433719583,64.79561571480366,273271.058289425,1762260.757121991
+<EPSG:6147> +proj=tmerc +lat_0=58 +lon_0=7.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    5.55367790131945,-3.3292897031182065,-116341.964398999,-5799634.086486664
+    5.633396163992231,-9.030996920969883,-105265.223282206,-6430486.237271112
+    10.166592075204807,-16.05919628681744,385420.727267705,-7209314.803879851
+    5.461065679336258,75.84860489162301,44343.373694467,2991338.667776234
+    3.4064422382514574,56.741337311519004,-150412.899452726,867312.544715212
+    6.492488527456973,51.631016634079714,30239.487640581,291487.27531745
+    13.068017732448313,43.55341857125342,549961.650102972,-591989.762997181
+    7.231077253908736,-82.30824763897755,95979.991760751,-1.4574187301380828E7
+<EPSG:6148> +proj=tmerc +lat_0=58 +lon_0=8.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    12.955893490417441,13.045306115878063,583749.728403502,-3984307.354573091
+    14.814615172552983,-11.774453807943857,789533.972276024,-6741193.895246946
+    8.11388669542839,23.633885487634004,60601.735930357,-2816490.025888903
+    9.331064178635613,-35.19294308213608,175688.712693849,-9327597.50691509
+    4.738344339273799,-78.74248341344943,18042.85750317,-1.4178653490457254E7
+    2.57440117159819,77.77856167811316,-39859.670080228,3212904.516784514
+    9.699689033121807,63.021178865077104,160744.975558302,1560029.307943271
+    5.177958203329783,57.20677728420196,-100720.22000848,916552.046277709
+<EPSG:6149> +proj=tmerc +lat_0=58 +lon_0=9.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    14.065642397085721,-21.84337587477839,572337.938510702,-7854752.608533448
+    8.05410158008429,72.3170586133977,50964.520999125,2596816.166314991
+    2.796154797582038,-58.02298243812692,-295765.414059909,-1.1884800051973587E7
+    15.672738363420754,59.636286571661145,447882.432446099,1198461.905663518
+    13.615302533698488,-16.853493066245576,538876.569249201,-7299951.380345939
+    10.212073336247581,29.192483514945465,169255.65631742,-2200469.073760879
+    11.340740805002076,19.163512847950614,293651.510755804,-3310493.428096781
+    12.898140908437012,-58.37765879405529,298769.307218501,-1.1909650830009934E7
+<EPSG:6150> +proj=tmerc +lat_0=58 +lon_0=10.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    15.61062005536991,-18.101183500121323,641514.085056315,-7440981.430833848
+    4.3111780374793325,13.15558199110636,-572152.435320557,-3968073.900186062
+    5.056989930217954,75.33822724208974,-53645.158272455,2940474.22776747
+    13.358344937818185,-52.227275198430775,295289.593809773,-1.1223766895103067E7
+    7.319833206271566,35.22467839473633,-189565.981178982,-1527125.462238381
+    14.803843785281058,-80.60003982569098,178435.720836891,-1.4386331926433839E7
+    5.048868706087177,-37.21415999766384,-384047.334173699,-9565511.261860378
+    9.892376902881637,-13.333222731357722,34170.099429821,-6905939.048053057
+<EPSG:6151> +proj=tmerc +lat_0=58 +lon_0=11.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    6.854128295892912,48.78753736495017,-241341.108270661,-14861.148703124
+    13.397684049647957,-86.17272757635972,114145.300439125,-1.5006005286166327E7
+    15.83945627054765,-31.149570895194095,513973.531972897,-8886958.859428866
+    11.138053068088826,54.57701944990123,76594.547132632,618921.847399672
+    7.578032306810425,3.195974125377788,-336257.927739483,-5077053.044704878
+    5.423304324132111,28.30493915297255,-496643.47771361,-2284008.291859791
+    13.425284435845974,25.574708038104845,293466.824950109,-2600160.414787007
+    5.740912578747046,-49.49265415746897,-317120.877670963,-1.093166448014802E7
+<EPSG:6152> +proj=tmerc +lat_0=58 +lon_0=12.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    11.852467837795771,88.51617540204958,98127.196200975,4404959.73691912
+    18.60215620835593,-44.367799782458306,586417.469824064,-1.0364120868251406E7
+    17.397277257158727,47.632551754762716,468007.620128533,-142076.810187578
+    18.806791634560017,38.97327763479926,646771.730711276,-1096775.557996983
+    10.57416768980613,-58.8898596587603,-11031.330880171,-1.1963280618938891E7
+    18.4721683023257,-27.344725463911814,691571.775870668,-8471306.211338308
+    10.969823161581587,-0.8220693690078065,-70341.469631127,-5522215.100326618
+    12.87324042712791,-69.9136289025287,114311.651479176,-1.3190671492153708E7
+<EPSG:6153> +proj=tmerc +lat_0=58 +lon_0=13.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    10.982713137091935,-16.587372531683627,-168707.894653285,-7267611.476658741
+    18.69181883612304,86.90162585051218,131300.66250894,4226033.773353739
+    18.21000198707386,82.19628772829014,171348.964789908,3702016.818689768
+    10.119994720648078,25.713399376970273,-239338.863548168,-2581853.353486699
+    15.977846047495012,-13.583218271526846,368241.891867168,-6934879.524969008
+    16.32813244158784,46.107703851682345,318647.685414209,-319334.87279495
+    13.632219616264269,3.4156582888216604,114692.661523163,-5053593.230453189
+    16.453938445038332,-43.84719251917534,337535.766891481,-1.0292370181175029E7
+<EPSG:6154> +proj=tmerc +lat_0=58 +lon_0=14.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    19.45181294002424,83.27314026248627,164705.244753937,3822146.742336907
+    8.37831786768694,-18.30571005029087,-548187.206648356,-7467006.73649613
+    14.063088996725728,-8.234868166721114,51861.014530663,-6341936.251408579
+    21.29418695343813,-50.381861248491425,583032.398796803,-1.1036713470030986E7
+    12.19468990972516,55.59180980386054,-45332.835534167,734245.940425451
+    15.573674881772215,37.49212886382824,194951.597472435,-1279612.595032517
+    11.520486906922576,-0.15094904787510188,-231827.334348083,-5447996.500223236
+    14.720536037409758,-85.15921713687437,102078.614835586,-1.4892579071598284E7
+<EPSG:6155> +proj=tmerc +lat_0=58 +lon_0=15.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    11.99795201475034,-69.4502177831711,-37183.212012524,-1.3142857729036221E7
+    17.83313814926261,-5.0266858888634545,358802.41111706,-5987581.013567609
+    11.253845429645729,29.73216168744146,-310983.795802613,-2133297.723646368
+    10.428346815965583,-14.353640245699054,-447694.486392986,-7024776.159552937
+    16.551462948108906,-4.187171500947642,216744.510426935,-5894362.617834399
+    14.891720915105001,36.376808403101066,45417.09960085,-1403756.5539273
+    20.227339009172333,45.43300410154015,469911.501199629,-387331.746686586
+    10.609343334779552,-33.85325465145397,-352807.701052968,-9189448.243684974
+<EPSG:6156> +proj=tmerc +lat_0=58 +lon_0=16.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    16.495108752371216,25.368140285744715,99507.709504591,-2624447.519221211
+    13.338640424272684,-30.6347668706905,-203142.369743386,-8826029.187294709
+    23.38415589072559,-68.01678884225444,387198.514512855,-1.299506174381152E7
+    16.681980262242625,-78.855846333887,103928.08976966,-1.4188677104109555E7
+    20.626581039641373,62.66004965048643,311427.574089441,1525978.837747938
+    18.21411502435595,-52.46396779008217,216496.630567573,-1.1247634752029542E7
+    11.735592134361603,21.479577085567314,-394177.469876444,-3047571.40106206
+    21.00518256835533,72.15669818029181,254010.677537198,2584099.411983978
+<EPSG:6157> +proj=tmerc +lat_0=58 +lon_0=17.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    16.671750473424286,-85.64825586931947,92980.750695448,-1.4947244807261996E7
+    10.66065662115663,-86.89724055832446,58749.689649677,-1.5089153610752026E7
+    12.70094368371553,35.3119421846374,-336598.484075701,-1511498.267629302
+    13.545850369667473,-0.8746976555036241,-340474.956806313,-5528234.116133063
+    16.436946388503042,36.31926808181777,4537.345910265,-1409788.82845248
+    18.208841647790475,-1.5782049662607278,178880.181677619,-5605805.425211274
+    21.36348271135925,-68.34134100812781,259105.801715888,-1.3020225801536033E7
+    19.450958110131594,-37.62488076474713,272235.181209431,-9598935.674243508
+<EPSG:6158> +proj=tmerc +lat_0=58 +lon_0=18.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    21.654600817931453,-6.270165082386882,449255.238650337,-6125680.248794278
+    14.228578773160717,27.25282025002302,-323236.381575349,-2408405.546557249
+    16.445296958579934,-58.346591332806085,-20312.665697428,-1.1903005598584235E7
+    16.041291291842647,-68.06533728141596,-2514.251987419,-1.298649354066342E7
+    16.692042682767003,-38.73650706104343,-57201.781125231,-9722087.793309929
+    18.691926089249854,-59.75891892396088,110787.287908892,-1.2058512200411124E7
+    16.710838942703433,-50.73762378044664,-26297.903553029,-1.1055707159523671E7
+    11.653002463738048,18.007143698483574,-626510.64170371,-3426044.821591163
+<EPSG:6159> +proj=tmerc +lat_0=58 +lon_0=19.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    19.54841969911785,43.70502764387709,103902.748275101,-590233.353411596
+    14.708883210652617,-81.16857033653801,17938.978291975,-1.4450301861249804E7
+    16.17119944043844,-39.63733038524808,-185787.463820883,-9825843.367920846
+    25.184051933515747,-50.85392239858189,500125.275925193,-1.1082532882143093E7
+    13.826229523502066,20.889747723898253,-491061.606604407,-3109953.610999534
+    24.04995559712738,27.740305870288196,548879.618910586,-2353312.159492085
+    14.0670473279221,-27.540065106237464,-437110.883272802,-8490553.71112945
+    12.618136795550631,41.5455467326843,-474372.713787371,-807185.386579403
+<EPSG:6160> +proj=tmerc +lat_0=58 +lon_0=20.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    25.762728634269774,15.557419226622471,665201.38941615,-3703637.746569771
+    15.058022122310556,84.90697478510495,46121.784303969,4004388.458945373
+    21.494804838125475,-74.73501974281037,129246.304933374,-1.3728888883755516E7
+    26.548601261453477,-43.95365832223942,585545.798636487,-1.0317778371502278E7
+    22.02016920051031,-48.91232850506615,211426.842099455,-1.0852274692916026E7
+    25.25915901923216,-34.7015499067313,536204.126109151,-9283093.849492997
+    21.241746211259883,-85.23068657553233,106888.023240494,-1.4900601657455789E7
+    19.75838193573894,42.514098102244134,39053.273620086,-722274.103016352
+<EPSG:6161> +proj=tmerc +lat_0=58 +lon_0=21.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    20.29642433193445,-84.53830475171166,87206.026285642,-1.4823362340745747E7
+    16.640623812806457,75.29346615120315,-37616.520262643,2934059.964093033
+    17.235189701614118,-4.2958087394077324,-373867.414527651,-5907620.445330591
+    25.26883723079402,43.55675484084654,404536.702665401,-599801.455379268
+    27.922331249451098,43.21642174359465,621909.452559179,-624446.278675782
+    15.586981615140154,61.43050534214947,-215294.971167655,1396490.244025285
+    19.279186807850202,44.47246784807271,-76704.278984977,-502561.409477233
+    23.799259377554225,-83.28113332068038,130037.36932543,-1.468342475875904E7
+<EPSG:6162> +proj=tmerc +lat_0=58 +lon_0=22.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    19.691214913552066,-54.50617660113192,-81922.858647224,-1.1477172843766026E7
+    26.498938447198803,67.93530359459507,267610.818342584,2112807.649101569
+    28.407521844482908,85.31584362817344,153788.653863413,4050268.939235618
+    19.311131553613077,-61.05608757946429,-72190.050161666,-1.2207220837630179E7
+    29.281504422422007,-42.53353765360496,657246.828664549,-1.0164532560123352E7
+    16.56209040808845,-21.697274740666018,-515259.878274608,-7843378.838967072
+    17.017198250816538,19.20058593818777,-477295.232856149,-3298307.356280412
+    18.827617265758562,-75.14101554004814,-5101.886836793,-1.3777217171857672E7
+<EPSG:6163> +proj=tmerc +lat_0=58 +lon_0=23.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    28.864814868694445,-29.19610420622351,622154.424734901,-8674234.5343183
+    24.359466124405092,-2.4148562512867073,195594.530199024,-5698335.451791834
+    29.029585672083538,-53.24840658820553,468943.781427644,-1.1347831614117151E7
+    26.355654271103013,15.17119683995061,406991.737385199,-3751346.908271876
+    22.201257230115253,-21.917189957087885,-34197.039149813,-7856481.401339782
+    28.298753646656955,-58.63868867706448,378544.234294718,-1.1943674006634211E7
+    19.951696800417302,-65.58407326505453,-63660.414590079,-1.2712360675018633E7
+    18.314922467121153,4.848515654067953,-475929.136515094,-4892941.541707115
+<EPSG:6164> +proj=tmerc +lat_0=58 +lon_0=24.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    27.534842196807823,-81.56835147205682,149677.674320114,-1.449285420435084E7
+    27.462705217359073,34.876429547430234,370908.016612631,-1566391.440998901
+    26.202598715268607,27.08145248774943,268883.977418037,-2433484.518856833
+    31.121909208711003,-64.75738904036606,414775.309621191,-1.2632050924391417E7
+    25.227287431357453,-47.57369440237787,154719.574794696,-1.07025673382049E7
+    17.761522769648877,62.67603331590789,-244774.625602055,1539034.605241493
+    24.367671689701282,-14.983140274844757,85766.900041419,-7088411.005336133
+    31.451950480330538,-87.29908472049509,136500.534628895,-1.5133789338507608E7
+<EPSG:6165> +proj=tmerc +lat_0=58 +lon_0=25.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    23.444347680454673,87.74125910483991,90952.771645366,4318558.807944016
+    30.80195730068198,27.39211356265099,624842.390523796,-2389010.451229868
+    24.427256016471553,49.10048615317507,21664.075355563,10074.427472895
+    31.47442271101377,-47.60953063175604,549122.973925036,-1.0723619585486129E7
+    21.978589632716456,-77.65056332008476,15940.335970468,-1.4056628819830514E7
+    20.05616430381498,62.100423075109575,-184067.367978549,1468779.4573766
+    25.19758972964246,11.792591253166904,67041.615253014,-4127124.288388331
+    27.630818346265603,-82.67230767877429,130346.985305896,-1.461539400189846E7
+<EPSG:6166> +proj=tmerc +lat_0=58 +lon_0=26.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    26.099918386946264,40.95196734170975,66314.595647674,-895966.488664848
+    23.857129211176137,8.83117664723791,-190837.139139336,-4453674.08128367
+    26.615944908340133,-27.733534267416147,111432.492916167,-8500200.787357958
+    29.1445203864592,-36.5414877147701,336823.718314745,-9480166.443091346
+    29.5333873195464,-85.13669087761413,128710.102763149,-1.4890816656956857E7
+    25.33277165245486,-65.15000488378763,45246.811070771,-1.2659852495171914E7
+    29.568154173156962,70.95423350703928,211746.996649651,2446988.983091566
+    32.41029033411967,39.10280299816904,611431.880819299,-1084695.969750188
+<EPSG:6167> +proj=tmerc +lat_0=58 +lon_0=27.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    22.23329379231933,-51.258926027411796,-267536.632883521,-1.1125366378754942E7
+    22.409465328418197,10.874477703785388,-457252.03916651,-4224021.826750879
+    21.762059843070958,21.49507318616807,-495319.429065154,-3042443.03189677
+    24.404130607968018,1.3320524949434969,-244706.81770418,-5283775.014027836
+    27.28076275778804,-36.42767855790996,80340.029552278,-9464304.160995249
+    27.386997007279373,22.60018711006991,88380.801793635,-2931016.460344241
+    29.496355267105155,5.468691724055418,321272.724949403,-4826200.146894911
+    25.8003004169313,-39.455635998961434,-46294.046249001,-9801750.462477067
+<EPSG:6168> +proj=tmerc +lat_0=58 +lon_0=28.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    23.69742692389267,-55.60409103249793,-202573.456151633,-1.1606239701271586E7
+    29.52315218538232,-51.148473236594256,171592.632664608,-1.1100383835218094E7
+    24.72736408927966,76.53922619815131,1992.255085218,3070611.427576771
+    21.527551481380243,22.76663642681791,-617304.424633981,-2895641.331974125
+    30.448921178623262,52.85309817256348,231282.000694927,428769.778630808
+    25.5453424163747,57.70546717544016,-76116.147450186,971036.317362333
+    30.69574976491981,-42.578008194904285,280267.744218575,-1.0149461758906871E7
+    31.201623085254127,1.9652417461510083,400679.523015906,-5213733.396664347
+<EPSG:6169> +proj=tmerc +lat_0=58 +lon_0=29.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    24.00793423507146,26.4912906343519,-448054.398431531,-2488276.859609056
+    25.279729643759943,40.80968669236768,-256139.994822155,-903263.601564801
+    27.10832680716488,5.179039838430882,-165236.439260368,-4858098.526336599
+    27.377119714815116,-81.53313704384585,65098.299549006,-1.4488259667955521E7
+    36.021029256712936,77.25424617471538,260355.043667143,3156205.069043797
+    26.920444503705014,-1.3587507582529383,-187172.177526382,-5581679.203709161
+    27.95390943666656,67.1385836610618,32949.489287833,2019360.071320747
+    30.83663682544377,39.44406374393756,215062.838344852,-1062626.077306852
+<EPSG:6170> +proj=tmerc +lat_0=58 +lon_0=30.5 +k=1 +x_0=100000 +y_0=1000000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    25.2408673387921,68.56907150047383,-114311.30335476,2187237.801531735
+    32.35124646727318,-49.912568481761156,232963.13286184,-1.096404851104201E7
+    29.642378876632336,75.94906356456477,76748.795142049,3001761.017159547
+    28.948717579388727,4.766874195229278,-72115.51082525,-4903983.150337726
+    34.24956418980888,-46.906493284965215,385660.596956989,-1.0634964933033517E7
+    29.622291768686157,1.2701337355522497,2313.96973441,-5290821.736631066
+    31.041970529463047,-36.71681189347491,148420.225675174,-9496503.765869856
+    33.00710920359102,50.96823067267525,276101.821230961,220262.535659172
+<EPSG:6171> +proj=utm +zone=31 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    5.997743950479546,72.79633315269075,598926.347980295,8080233.217599165
+    -0.5019003612531652,47.993205153270765,238756.519974541,5321480.834176507
+    7.615024020863084,-81.37073941217717,577224.708722395,-9037663.977502527
+    8.713057124514838,-13.235911091916947,1119867.473843788,-1470317.571435293
+    1.9801109913821442,63.728852890987866,449633.800321875,7067202.046360065
+    -1.4886853017856154,-58.96595544435489,241983.920351228,-6544928.066475105
+    -3.8827698393737164,-61.32825483075037,132066.577664077,-6818774.52456965
+    3.514950906514989,-30.899491588873445,549212.135556739,-3418576.733518512
+<EPSG:6172> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    7.148781076182085,-40.921257517962154,344120.609913788,-4531665.757017732
+    13.077494106846604,49.69139577939333,794047.970436004,5512304.642107605
+    8.728740359650093,63.22640152543977,486366.553062576,7010843.429778297
+    12.588677942541278,-54.74225280696579,730981.321105539,-6072020.163888195
+    15.995544616982803,-49.51991204860017,1006125.751731707,-5508810.548229834
+    11.079278753491634,13.673865793639862,724900.120444049,1512622.964015527
+    5.5797171112251025,55.01804356659326,281352.195833872,6102148.991413466
+    15.581867367921,-54.979302277740516,920931.684697138,-6112324.375854818
+<EPSG:6173> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    13.065260599494689,5.6057230200029124,285694.461999248,619974.183649467
+    21.648459074696504,-67.10294412422526,788210.516835863,-7458282.707697882
+    13.894611959922926,-13.32768053026085,380282.747061223,-1473639.37372787
+    10.382595246860474,2.343835740079683,-13933.047693559,259914.027520303
+    13.591538186757914,-30.32244888155698,364591.692797287,-3355356.545290071
+    14.043926618210932,70.57806826658273,464519.447544616,7830619.088394796
+    8.343682689482847,50.34256401957322,26558.066325392,5597935.428397836
+    11.603850637271242,37.294039087723974,198944.292730986,4132901.636101414
+<EPSG:6174> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    18.051967903848944,75.30391535256942,416548.611239421,8359593.423368554
+    20.759358455056248,83.48090039395723,496949.759794329,9270150.054362945
+    15.407628125487932,-9.03431353956411,-115557.935752358,-1003374.240157914
+    14.534539669344731,-6.9820602382288826,-215629.238482867,-776689.647613606
+    27.594326727581944,0.8144135178412739,1235345.398611407,90620.731149147
+    15.243301543681628,17.361946559102634,-112426.131203186,1928799.116496348
+    26.484945911735508,-58.729861298942716,817363.49635978,-6522971.766889157
+    24.07644835981504,-14.782180117420197,831212.987625677,-1636504.740799361
+<EPSG:6175> +proj=utm +zone=35 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    21.690644218901664,79.1755259245663,388835.563202142,8794627.06570107
+    33.00383880153246,-29.413883751319474,1082984.388843751,-3268877.702937537
+    22.966586342619173,40.983828779563936,160661.253465929,4544802.376680568
+    25.00071917844909,-19.362405116667844,290002.168282166,-2142142.630477349
+    27.031676563417353,15.279235807876319,503401.007703429,1689211.340669219
+    21.415690354348403,88.77900040631826,486735.29263224,9862288.18456803
+    24.22502876111828,10.9429449006293,196682.534623155,1211065.995302346
+    21.02674407636834,-50.902159936251294,80134.292442108,-5655957.742043884
+<EPSG:6176> +proj=utm +zone=36 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    37.80538467002552,77.99815625270938,611429.511400392,8662737.377386782
+    35.43113930198841,38.35862305187453,712418.691047214,4248403.873152467
+    34.999536727835675,-51.30887962916789,639366.903863214,-5686072.850437035
+    31.11304900908176,6.5956943740340535,291373.12787987,729449.363830551
+    39.667981954249875,61.64521573946831,852866.517555567,6852757.057191957
+    31.451124312079592,35.56604795995108,359637.168688772,3936922.225076932
+    26.21302380341161,-14.224563471206025,-233733.453984646,-1583277.223224424
+    30.287992699933934,-59.693805721737846,347362.848626831,-6620431.461681028
+<EPSG:6190> +proj=lcc +lat_1=51.16666723333333 +lat_2=49.8333339 +lat_0=90 +lon_0=4.367486666666666 +x_0=150000.013 +y_0=5400088.438 +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +units=m +vunits=m +no_defs  <>
+    86.4644041384778,78.68660541491982,1894743.222201989,4524279.492470773
+    21.32763244179337,26.409480528676532,1964823.253226222,-2407224.767183189
+    1.4010833543752739,36.96686723730318,-121079.147036245,-1379230.208568439
+    -65.45660693252059,40.33464668387872,-5022410.501267225,1625373.044249063
+    23.97142690351218,5.437041330096632,2956016.521194706,-4980595.382629142
+    49.30062996579339,62.617272155022384,2372936.890932702,2186181.469613614
+    -55.54383720447707,-5.196024899613273,-8803968.226629613,-3177432.093007327
+    -69.06229489621161,28.94378959268967,-6294491.092569096,1160600.0126226
+<EPSG:6207> +proj=longlat +a=6377276.345 +b=6356075.41314024 +towgs84=293.17,726.18,245.36,0,0,0,0 +no_defs  <>
+    -85.784825947692,62.7488422129307,-85.791589511,62.740884497
+    58.346001680382614,-12.29026532319699,58.3447924,-12.293229228
+    119.4408202647549,-20.18882393323382,119.44667834,-20.191353684
+    -148.31432981430967,-8.931746430801326,-148.310111709,-8.932544132
+    -25.95336330255708,-22.27490628948759,-25.960943606,-22.275609567
+    128.3418757971009,76.15865179411139,128.367351287,76.160730035
+    152.1852685785836,-45.96777217378583,152.19532027,-45.96816815
+    -120.3981724669573,-20.360748666767904,-120.397075133,-20.359311925
+<EPSG:6210> +proj=utm +zone=23 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -38.89224324653328,59.727651325334364,843152.157909397,6636899.63736603
+    -43.54361735591484,-52.758466206909524,598280.118853684,-5846396.904955992
+    -43.34090640005058,66.42006194776121,574052.909417083,7367715.35345964
+    -43.31985289019645,11.035424858905813,683548.318367386,1220411.628192101
+    -45.36173559250623,79.70332933015521,492781.751817299,8848495.555438412
+    -41.15758470577106,-66.9882049287569,667532.552416986,-7435238.334022491
+    -45.80280641489934,-67.79481384886915,466142.652825021,-7520207.766755954
+    -47.70174030362208,84.74568605277517,472387.001151722,9411989.476436846
+<EPSG:6211> +proj=utm +zone=24 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -37.31310343734711,64.71506384577211,580387.378800609,7177769.735994305
+    -33.09825599421813,70.36773678139133,720999.816969979,7817615.043535155
+    -44.91704365278842,54.22538320924883,114456.201128732,6024774.407116091
+    -36.24702051073608,73.37705724306488,587876.945460188,8144565.803614021
+    -33.847634002262154,34.11634131016406,975399.311748884,3787064.048882413
+    -33.077171000103824,69.25046774293011,733868.819065432,7693607.250319774
+    -36.832505295517414,-52.91308071808928,645743.872606826,-5864801.110556729
+    -42.225656559361155,44.825560551379255,244997.706423562,4968635.591688316
+<EPSG:6307> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +ellps=GRS80 +units=m +no_defs  <>
+    -25.63135662485807,-40.80409343833015,6235390.125345493,-7025335.43803135
+    -21.779651302640048,60.617272330258885,3607793.946078955,5914882.074856753
+    -45.26950396203614,18.281683375142443,2432778.170406383,378793.466639247
+    -114.58261327845042,-26.89794168589786,-6278610.389932976,-4456970.254325547
+    5.501294927864166,-23.434069397524024,9545217.558889283,-2941299.335585752
+    0.9557511478122933,29.355084913788758,6721567.904504443,2697703.376095825
+    -69.90747638646158,28.200066971484603,-146370.350692973,1357020.243234991
+    -70.07279070060775,6.194742535422748,-211558.610075753,-1093107.706720445
+<EPSG:6311> +proj=longlat +ellps=WGS84 +towgs84=8.846,-4.394,-1.122,-0.00237,-0.146528,0.130428,0.783926 +no_defs  <>
+    -113.0655797558643,-49.90089081457751,-113.065797713,-49.900873111
+    121.81534720964339,72.07442444776723,121.815357166,72.074377928
+    -146.22076394002485,51.195275839493746,-146.220894148,51.195281333
+    40.85560181748576,-16.191759983382497,40.855658606,-16.191790472
+    -86.24542205361668,-65.00099809459613,-86.24572573,-65.001037616
+    1.895328125913096,-25.738209711930224,1.895339539,-25.738275623
+    -52.93947853806779,2.1792307384145175,-52.939553209,2.179218705
+    120.13262162243296,85.42391501732277,120.132763635,85.423863155
+<EPSG:6312> +proj=tmerc +lat_0=0 +lon_0=33 +k=0.99995 +x_0=200000 +y_0=-3500000 +ellps=WGS84 +towgs84=8.846,-4.394,-1.122,-0.00237,-0.146528,0.130428,0.783926 +units=m +no_defs  <>
+    34.22505863846728,79.44969733532696,225053.122172368,5323517.614552958
+    31.744936587418444,-28.64733997691212,77302.076919756,-6670674.133142749
+    32.413319916543315,-21.417156542062756,139181.59978934,-5869264.185357409
+    29.761021176193395,64.68241854497242,45452.176193088,3679524.783976803
+    27.665684992467273,-52.096379232897014,-165407.131007181,-9287225.13123668
+    39.06929044290817,-29.14456059190291,791122.083078945,-6740419.630813867
+    28.520663665196846,-80.16031999703844,114605.178980774,-1.2405895815339614E7
+    35.746950469795465,-20.615326808035235,486401.476206648,-5782796.787885757
+<EPSG:6316> +proj=tmerc +lat_0=0 +lon_0=21 +k=0.9999 +x_0=7500000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +units=m +no_defs  <>
+    21.76339895248871,59.08241802030497,7544200.649753846,6550938.998348895
+    19.90404759842087,31.177620115314568,7395967.585421252,3450321.527269241
+    18.25780302033145,43.95309453420194,7280337.238480241,4871268.042088445
+    14.84397920866887,-14.425623540916462,6835586.638017147,-1604623.001818066
+    17.66209124028812,-27.076823586360305,7169301.14458055,-3000574.241458381
+    25.353198592364524,-18.73652635223263,7959789.305669126,-2078305.852315887
+    15.984439507498143,81.41102236567122,7416887.766409764,9044891.889032843
+    18.366553991316962,-8.15993889748178,7210169.9646071,-903647.795583938
+<EPSG:6318> +proj=longlat +ellps=GRS80 +no_defs  <>
+    100.91726751880435,-38.47916007050686,100.917267519,-38.479160071
+    155.30756630014776,87.69219652273685,155.3075663,87.692196523
+    61.450188278905955,-65.51469864508886,61.450188279,-65.514698645
+    139.43752765646457,54.51071487060511,139.437527656,54.510714871
+    95.8469241186574,21.867673780688833,95.846924119,21.867673781
+    -29.481574391850586,72.78028403105102,-29.481574392,72.780284031
+    84.8023732020992,69.54473469038854,84.802373202,69.54473469
+    -9.20718107109687,74.92814449366327,-9.207181071,74.928144494
+<EPSG:6322> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -83.78374220720686,-26.728898442040048,-83.783742207,-26.728898442
+    -138.49903347423367,58.21258901796989,-138.499033474,58.212589018
+    63.13079389243521,-0.006789405755839084,63.130793892,-0.006789406
+    79.55760228184846,-74.99541223512675,79.557602282,-74.995412235
+    -25.673022799988985,-15.78312838179609,-25.6730228,-15.783128382
+    78.45782553415165,-34.48888112675028,78.457825534,-34.488881127
+    129.98747485436365,64.57513212219172,129.987474854,64.575132122
+    -129.57891114333688,60.753023187692804,-129.578911143,60.753023188
+<EPSG:6325> +proj=longlat +ellps=GRS80 +no_defs  <>
+    53.15767816478328,-60.99327389337382,53.157678165,-60.993273893
+    -14.324486063080712,-20.457414010389357,-14.324486063,-20.45741401
+    -117.90875751169627,-38.749376273000514,-117.908757512,-38.749376273
+    150.21546275989044,30.76642164242844,150.21546276,30.766421642
+    -69.3851315451032,9.35250225379906,-69.385131545,9.352502254
+    -109.90689959923718,33.867842750456305,-109.906899599,33.86784275
+    1.9219176934238078,-32.41023649778369,1.921917693,-32.410236498
+    39.38595740863181,47.79746530324962,39.385957409,47.797465303
+<EPSG:6328> +proj=utm +zone=59 +ellps=GRS80 +units=m +no_defs  <>
+    175.11974428519665,-67.35890376913089,676871.849873484,-7477262.653125487
+    172.98202296005525,-82.09500094493185,530426.651957461,-9115955.033509254
+    175.22015889568405,-67.86158718926418,677361.3193651,-7533486.429698414
+    171.81415850514708,3.673919311389568,590413.554493969,406125.219342816
+    173.25041629767478,16.163233414807607,740631.764901247,1788307.478811539
+    176.09188789810898,14.871861410870352,1048371.802617781,1650419.362195925
+    174.08737055288535,50.11760462071288,720703.694905594,5556271.631556112
+    170.97224351004672,-61.47640321797639,498521.302777325,-6815853.498910381
+<EPSG:6329> +proj=utm +zone=60 +ellps=GRS80 +units=m +no_defs  <>
+    179.14673939944396,-72.81825134776197,570768.463531911,-8081472.166927355
+    178.3716425630282,51.0542889279119,596133.328483581,5656757.075056388
+    177.01120707549626,-14.249943723636704,501208.941261212,-1575369.156803331
+    173.29501636944738,86.09403004436842,471841.764544836,9562781.566141447
+    176.46990274764366,-66.3245810173733,476247.1103666,-7356190.164904827
+    176.55347265321444,81.87386268050457,492953.47204451,9090775.810949652
+    170.77409243972718,-31.452663075829534,-92070.514741698,-3496596.268226374
+    174.75334745130039,62.50715702675561,384304.145801949,6932692.538272431
+<EPSG:6330> +proj=utm +zone=1 +ellps=GRS80 +units=m +no_defs  <>
+    -170.12490817011593,56.75907116525292,919938.429952985,6311680.298228474
+    -171.6292079374942,55.92808098509195,835403.069228759,6211112.255191868
+    -175.1008371006012,-47.23030938866655,643761.33079979,-5232507.426703987
+    -176.00187394418833,37.71919402873333,587967.0275319,4175128.552324493
+    -177.263540858355,71.722337194396,490775.012969691,7957982.140240142
+    -179.3221232536283,52.10431697880202,340966.444067063,5775184.499739968
+    -175.80343460210457,81.11448154261478,520632.193469368,9006195.878171422
+    -173.9767826890313,-31.364817815999743,787571.638338024,-3473985.189756926
+<EPSG:6331> +proj=utm +zone=2 +ellps=GRS80 +units=m +no_defs  <>
+    -169.72166804611794,29.830293690318427,623506.610306455,3300666.187706769
+    -166.6202437410773,-17.77899255473875,964597.270041847,-1971164.045928019
+    -175.3777649955927,80.68607022851307,420974.821359463,8961144.024137864
+    -166.96226784455715,12.972726803739292,938233.401379185,1437590.339034229
+    -165.3773292529322,76.64914486329869,644726.039219413,8514536.504929831
+    -175.17875329520479,62.535313387281434,285087.680421804,6940775.138330727
+    -166.17323212510732,42.421475705248525,897135.40541394,4707872.290501711
+    -177.9149117030387,61.45866749965484,131893.476776058,6833425.69836044
+<EPSG:6332> +proj=utm +zone=3 +ellps=GRS80 +units=m +no_defs  <>
+    -166.0247944269153,68.11569820466912,457374.320530413,7556117.452716796
+    -159.97344414377932,53.80916694328769,830864.87841945,5974015.722787826
+    -171.96324296634324,52.83788842792413,31259.356450445,5876985.043843416
+    -158.5434027764079,50.21745402992238,960457.506987078,5582784.878247713
+    -160.06998404788862,-57.122742593456735,798349.8991595,-6341839.720470645
+    -164.45260280289807,2.7615757316665537,560842.264772075,305253.468733335
+    -170.77618729282597,53.02936394710164,112802.949000546,5891153.164407318
+    -159.6841363474762,-74.20834521318776,661280.866031014,-8242487.38190886
+<EPSG:6333> +proj=utm +zone=4 +ellps=GRS80 +units=m +no_defs  <>
+    -164.8326594013563,77.29673387765109,357043.915935801,8586991.749770828
+    -156.6088817464058,77.88881647976768,555988.991422961,8647103.963713706
+    -163.6630636519283,-49.996685287390996,165852.881650116,-5548688.435374667
+    -157.00863601523636,37.34539282470264,676388.54704622,4135048.913399027
+    -153.14524340360563,14.207560147876933,1132663.536472611,1578635.384093972
+    -164.83277633548937,36.51963614573967,-22488.656917768,4057444.489916182
+    -155.76666710455692,25.10947507324569,826096.502915122,2780977.143339803
+    -165.36003830553835,54.4509555172512,87896.454816856,6052338.73212565
+<EPSG:6334> +proj=utm +zone=5 +ellps=GRS80 +units=m +no_defs  <>
+    -148.09169996080686,35.1302548890893,947365.622951279,3898530.458488303
+    -146.41617661074778,78.65814147098854,644250.259524046,8739955.875822693
+    -156.73011865922484,21.190785326849692,112624.439065029,2347825.142667283
+    -158.88452573045808,-76.74185187994158,349587.345268798,-8525491.591007525
+    -148.36521615448402,-21.764940088860328,979572.49086242,-2414012.681846635
+    -149.95644161216788,-43.429582891693535,746346.71796314,-4813021.287310315
+    -147.07916146735417,-16.758331041334714,1131979.83181897,-1862260.13473376
+    -152.00264623858945,28.95688383172066,597185.100952201,3203618.278086725
+<EPSG:6335> +proj=utm +zone=6 +ellps=GRS80 +units=m +no_defs  <>
+    -145.2451421303571,-1.5445615321613104,695231.95721087,-170801.479722525
+    -146.36158828441754,78.64366425462009,514033.310064446,8730281.140528945
+    -146.67157522636677,-87.64231289000145,501508.440004852,-9734736.643924963
+    -150.44619722595826,-10.410333046289594,122581.541668507,-1152833.742968852
+    -140.24110653726356,-72.14844898050083,730822.925692481,-8018467.77168298
+    -141.4081505708517,-31.4532382475994,1031677.087995637,-3493398.678200069
+    -146.71632587129673,79.5857541540442,505724.498849286,8835364.174411133
+    -151.5726134428865,-45.95335165162821,145646.829108475,-5099038.677283816
+<EPSG:6336> +proj=utm +zone=7 +ellps=GRS80 +units=m +no_defs  <>
+    -144.9801269623937,-44.92999233911295,185922.484535115,-4982884.059396445
+    -147.78436553370096,21.27290777005858,-205023.479023847,2367544.823044762
+    -139.03048599520548,4.283432192316809,718592.381165587,473737.500952092
+    -137.27181318148934,-26.477191400111998,871747.066083698,-2933928.823445748
+    -134.62469964168304,22.31284395404191,1157582.993958151,2481384.409851095
+    -147.2140653384621,25.867529828752524,-123346.643895342,2875800.07058648
+    -136.2382320642068,71.1526620163863,671530.892553797,7901173.629840091
+    -142.35934253349765,65.35190377701869,436746.329170705,7248356.510018473
+<EPSG:6337> +proj=utm +zone=8 +ellps=GRS80 +units=m +no_defs  <>
+    -133.71226373601874,-31.047761875889947,622878.672071493,-3435607.427315755
+    -132.44810329845154,-17.205195520074213,771409.354346125,-1904043.691619832
+    -138.72123128576752,79.32353312340098,423087.534079366,8808538.683370579
+    -136.43095210303187,-28.94860135102008,360548.707042247,-3203134.094126011
+    -132.79508803626362,-47.15284136336963,667148.02496292,-5224507.612692922
+    -137.97400178084837,44.319734138687096,262843.57070041,4911688.189565201
+    -135.81326798788515,-68.5981025636756,466881.768504521,-7609768.674409674
+    -130.17583524012812,60.09205684424447,768173.2613974,6671458.384600083
+<EPSG:6338> +proj=utm +zone=9 +ellps=GRS80 +units=m +no_defs  <>
+    -123.59667050804694,43.80538538087649,934647.842107261,4864466.241550996
+    -134.76116251647147,-23.850542031777394,-87319.273268068,-2649646.574532716
+    -129.95786108531777,15.271227681524621,397149.575463952,1688551.792354653
+    -127.97096228599719,42.539258097224916,584499.534813708,4710165.314247448
+    -134.3296973680163,-3.7188052167882546,-92675.306517055,-412837.329897657
+    -132.5453545723047,-12.589624069221728,114690.966510828,-1394355.349212258
+    -127.36974161934258,-69.10816801201285,564873.889884646,-7667285.772946615
+    -124.4843270563923,-76.86511013140961,614443.913795579,-8536114.960290352
+<EPSG:6339> +proj=utm +zone=10 +ellps=GRS80 +units=m +no_defs  <>
+    -127.3545673245675,64.4010396898745,290193.336426567,7148899.326508873
+    -128.0802265622847,-60.11119834402209,217774.685519104,-6674653.690528817
+    -121.31438889211273,-48.94683916318244,623418.585837717,-5422915.390384437
+    -126.86534832079947,-63.07222390950577,304781.503755347,-6999510.436819238
+    -126.54867869629926,-33.339538600562264,169688.566945969,-3694555.514494466
+    -125.69296120536195,-73.91052337811746,416721.145119264,-8203936.637100322
+    -122.8872581201077,-9.79055157109866,512363.841776003,-1082257.348200948
+    -125.11677060424222,-28.723952578678336,293255.80248024,-3179238.484666269
+<EPSG:6340> +proj=utm +zone=11 +ellps=GRS80 +units=m +no_defs  <>
+    -117.70448547235482,41.698001203646186,441380.963999739,4616486.260499801
+    -111.51104254186995,15.74974748165451,1088770.93984159,1748926.256334711
+    -116.95611098924749,83.48582032518127,500555.896565598,9270693.137165627
+    -113.08826192992481,39.44364337263883,836649.708306719,4373317.397489931
+    -122.82172525531749,73.34046937281147,313977.38648511,8147523.882556658
+    -118.61897566082413,42.94586752403464,367922.887811116,4756075.01112713
+    -123.36692775340856,-67.09395730335106,223855.378347439,-7456006.487012176
+    -119.75423131449206,19.08896665265064,210183.51547088,2112950.768708325
+<EPSG:6341> +proj=utm +zone=12 +ellps=GRS80 +units=m +no_defs  <>
+    -117.68715004738797,42.21322632391232,-52083.001098358,4695149.66582976
+    -112.12042379596181,16.981317265222785,380720.306644174,1877828.909675167
+    -109.58100693946608,-57.1808873786415,585778.540802929,-6338414.482278383
+    -113.97914863769437,64.15823683645624,355148.464567153,7118037.444473408
+    -112.5263817184149,84.5252512011239,483743.168532051,9386947.40140755
+    -117.78680404763384,61.47736623195871,138912.454330788,6834782.706467593
+    -116.5194719904539,-3.3345222584801917,-114096.623310154,-370293.604159546
+    -116.82925646882923,-71.80321786932589,297106.04752455,-7976798.472729032
+<EPSG:6342> +proj=utm +zone=13 +ellps=GRS80 +units=m +no_defs  <>
+    -102.67310453947803,-61.37857134824948,624333.04657894,-6807172.175844342
+    -107.97356613012127,60.0274066299078,334315.830096309,6658189.068145294
+    -103.11028454983396,65.29380627073252,588122.316264053,7242519.707587036
+    -99.56162112307588,67.25026294432632,734439.513464648,7469549.813945786
+    -103.94690063371559,3.729895362205781,616943.605326427,412341.268863347
+    -103.95317491439113,-60.46318219813205,557569.712802488,-6703454.139008873
+    -103.71028516130404,-62.56846089341074,566286.567987415,-6938172.077953693
+    -109.01527797069978,-69.68217311479034,344496.776427495,-7735542.945280426
+<EPSG:6343> +proj=utm +zone=14 +ellps=GRS80 +units=m +no_defs  <>
+    -105.34213648350106,53.05986289325196,75207.671323227,5897754.026402749
+    -97.9107450493768,-73.33330855883615,534868.079065979,-8137979.466236377
+    -99.66713542364673,-52.56071625738901,454775.478082791,-5823614.707780981
+    -103.98061753676902,35.32322601016115,47114.581832744,3920286.65094786
+    -101.90271796366538,-6.856457875885141,179160.587523416,-758851.698387058
+    -95.82239852396465,-27.44438521193156,814110.870907785,-3039673.669965114
+    -101.20051792416713,-88.27902799377479,492623.354873559,-9805961.812112443
+    -96.96711729633579,48.93622204389021,648875.684197015,5422357.646035564
+<EPSG:6344> +proj=utm +zone=15 +ellps=GRS80 +units=m +no_defs  <>
+    -99.42356651344048,71.1148684877034,268333.202454941,7902510.988969295
+    -92.47745517321157,-69.78876752355552,520147.725500384,-7742403.540029497
+    -93.88275840291095,-82.66176009105374,487412.523562299,-9178796.891050745
+    -86.72190864427444,43.62922699206166,1006512.857878895,4849880.103438832
+    -96.3956018764895,-7.630515463926571,125265.150711327,-844926.890375597
+    -93.23688372500212,-79.35375013836835,495114.464264368,-8809465.8196257
+    -99.22324314216316,-41.15126477378306,-22324.014036734,-4574255.118737431
+    -89.47664955114405,-53.050829878314744,736134.32922623,-5883730.430607519
+<EPSG:6345> +proj=utm +zone=16 +ellps=GRS80 +units=m +no_defs  <>
+    -88.48646518945066,56.96675304085019,409623.994879019,6314667.962506565
+    -90.92205524929749,51.8653797933531,229991.873859795,5753339.504615189
+    -86.06871691446253,6.584846557244219,602953.842579644,727951.443175652
+    -93.77801656142113,-2.449252357050483,-255308.325211171,-272633.647739439
+    -93.06454223686791,59.5188863832397,157146.209990917,6613492.020505735
+    -87.3179686936338,22.18545539850024,467221.72770199,2453388.84742443
+    -84.93376825092051,-66.70794972967319,591158.706393479,-7400333.723667385
+    -90.7076910147072,38.142480158698376,175051.21905169,4228122.411938644
+<EPSG:6346> +proj=utm +zone=17 +ellps=GRS80 +units=m +no_defs  <>
+    -80.56885857814007,-31.330446129610685,541016.937903986,-3466304.849132682
+    -77.6749787943622,31.846515269099,814666.923980651,3528244.263664157
+    -80.29469367723864,-12.837030680317326,576535.730112689,-1419218.337765799
+    -85.42460612774279,-26.808102181703255,60008.005800288,-2972853.171908864
+    -86.73744234972145,14.134727690545233,-120147.622472773,1570227.66554808
+    -83.47113636964659,36.97949039230832,280049.948499762,4095451.343738128
+    -77.77315397589074,1.9198221887609748,859057.684231469,212537.830025519
+    -81.67417450549316,-61.15407216842088,463713.900629058,-6780135.800254285
+<EPSG:6347> +proj=utm +zone=18 +ellps=GRS80 +units=m +no_defs  <>
+    -73.93498560028014,-8.95774092754776,617079.991455292,-990349.582159375
+    -68.22357763999041,-59.63082490030769,881739.579843403,-6629809.409444698
+    -71.91069929172868,-24.02901572253792,814248.075567206,-2660890.994344013
+    -81.77141387464854,81.43073171869835,387607.609937497,9047859.22145444
+    -71.86867299853326,31.922485580071182,796084.58116842,3536124.669665881
+    -79.66966804410276,-17.386840418041587,3521.785968076,-1928405.34912388
+    -80.28400525598447,85.31395613902299,451871.611566858,9476996.644521652
+    -69.62567058572847,-7.380046464464641,1093955.446086992,-819348.122773391
+<EPSG:6348> +proj=utm +zone=19 +ellps=GRS80 +units=m +no_defs  <>
+    -63.74967052522504,-45.851974909976896,907611.103746354,-5091020.41532196
+    -62.79665434372862,86.09417693502132,547085.561389056,9564434.885026997
+    -67.55280661807848,-13.780226008606888,656445.765094438,-1523891.312828616
+    -69.7517738605402,70.28418911240729,471695.575444736,7797740.482277245
+    -68.15155606904537,-30.235848216227787,581637.745353997,-3345224.106847816
+    -64.93080310636175,42.084091994151805,836586.273120022,4667130.758142777
+    -67.91759371087332,48.90918722695011,579313.126248761,5417925.296539338
+    -65.5043234227811,75.32532941255462,598797.417768217,8362822.123677361
+<EPSG:6350> +proj=aea +lat_1=29.5 +lat_2=45.5 +lat_0=23 +lon_0=-96 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -28.367262394466195,65.83798147547506,3470455.896962645,5904963.712759766
+    69.42811900596118,54.144236411501254,6389833.142479177,1.102542674906615E7
+    -88.94758759691365,53.43044093431956,486336.259620485,3387456.670657034
+    -61.47919998816859,-7.062784406353472,4598239.484474263,-2167944.879205054
+    -106.35972966630592,49.99214368554513,-754171.125173196,3038103.990343574
+    57.62888710374034,13.323862464711667,1.094737185920213E7,1.0430511838080522E7
+    -139.86025962305456,2.177911870905973,-5378937.741172633,-886251.175733912
+    81.41173436045028,78.42729964902392,4181202.489972808,1.1204229290220136E7
+<EPSG:6351> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-163 +x_0=29500000 +y_0=5500000 +ellps=GRS80 +units=m +no_defs  <>
+    -173.91979679970302,80.49373837114261,2.929703470316597E7,6467415.947046727
+    -130.64845115737987,13.422211496958626,3.437598976098987E7,-613756.305379185
+    -137.17057420283078,23.79152248578474,3.28069749538671E7,341233.082563578
+    -80.07152905843577,20.776111839941226,3.773563522305692E7,5956094.457888111
+    -149.7802805995956,76.19535558378323,2.9850300238989096E7,6004283.634837151
+    -135.89688870431945,33.93528661025208,3.2355721405100267E7,1662176.537344867
+    -88.89925743185498,20.472882497073392,3.745340082668593E7,4755772.473263901
+    -167.82205827049265,18.871936786854405,2.8806016898199365E7,-1075795.533917423
+<EPSG:6352> +proj=lcc +lat_1=73.66666666666667 +lat_2=70.33333333333333 +lat_0=72.02500919444445 +lon_0=-147 +x_0=31500000 +y_0=5500000 +ellps=GRS80 +units=m +no_defs  <>
+    -144.510115151408,64.92331292713327,3.1618532972667344E7,4708781.033164479
+    -125.4283440524238,16.06281360637976,3.4693350350300826E7,-957758.483335488
+    -145.04299746778526,26.651573106983136,3.174521714211877E7,29685.239901727
+    -101.18064428346814,56.27860364677576,3.415317547018002E7,4786954.749662824
+    -121.79152213719274,32.74847739585816,3.423174962785028E7,1432790.516273718
+    -177.61772505867094,69.16738978260884,3.0335087375813216E7,5483789.599316033
+    -89.90422656361822,78.85621910379184,3.2564360349896826E7,6810154.967074771
+    -100.05181266396373,75.7989100334599,3.2662093306763876E7,6398618.917896891
+<EPSG:6353> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-165 +x_0=14500000 +y_0=6500000 +ellps=GRS80 +units=m +no_defs  <>
+    -139.29173517427287,37.38273223959385,1.6985663876933284E7,3398545.188983751
+    -82.82965253320585,71.73643343681132,1.6595285221352415E7,8493476.313663475
+    -81.7143896014654,43.46225228271699,1.975379673846426E7,7838445.74546724
+    -179.60450080407026,71.14085972777627,1.3977563990073353E7,6835994.997941411
+    -124.3545856635549,66.3259846637815,1.6192822595883334E7,6817332.552400474
+    -83.6257451509001,49.69661903535475,1.900125958312065E7,7856319.473895835
+    -81.18914845383763,75.96323763996551,1.6144335943460293E7,8647402.782348678
+    -152.4839421273274,28.046634041302312,1.598149683912712E7,1815496.967417038
+<EPSG:6354> +proj=lcc +lat_1=70.33333333333333 +lat_2=67 +lat_0=68.68747555555557 +lon_0=-147 +x_0=16500000 +y_0=6500000 +ellps=GRS80 +units=m +no_defs  <>
+    -68.88345361272928,52.266093027536925,2.065058769355261E7,7707680.664655657
+    -65.08654198134116,81.04231460134137,1.7571660535826817E7,8733528.919393009
+    -104.933127022426,31.28141624273076,2.086120644702846E7,3645268.672395048
+    -179.1749813767068,20.055098373654655,1.2280303288936514E7,1678323.206459965
+    -92.60843093906065,68.25646810994316,1.8466772830369998E7,7383142.38042709
+    -141.3874769934923,30.625958508048328,1.713679630291084E7,2035939.255743831
+    -151.30822920197994,78.88040665654891,1.6405478965506312E7,7647423.327785765
+    -124.96724252414035,51.39675239169284,1.8058835377056837E7,4831003.832545056
+<EPSG:6355> +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -81.68059515506958,-88.15605284165343,214911.343506187,-1.3171563859092524E7
+    -85.83625007304317,-41.144391548798225,199755.145687268,-7931833.189378938
+    -83.71895561061427,49.78815922064504,352245.15461814,2143802.90398238
+    -84.24272613027766,65.09346626928928,274766.260506744,3847005.767094638
+    -91.39976300758742,-61.05493487232147,-100401.410407474,-1.0159535110544277E7
+    -92.51693880181145,62.95179767625538,-138769.857772842,3624951.893795845
+    -87.72162158423393,-85.18845603284586,182313.40936162,-1.283987656416991E7
+    -79.68085962232647,-46.43490554501683,672778.484003503,-8538056.565142289
+<EPSG:6356> +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -84.98463319644215,79.00329522830793,653566.078410475,5454528.769217505
+    -91.35950312688043,29.956863501488968,227332.522985939,1492.17760659
+    -81.73342803292378,40.60273854687611,1088167.106277913,1192282.660634432
+    -90.66713748524842,-53.69786217591563,390857.280573174,-9276443.139417423
+    -87.42684895426314,62.87091558056892,603722.879061991,3653641.861667747
+    -80.5828275805733,-17.262876842121443,1336982.812601425,-5242412.605239043
+    -87.43015908522948,-67.53409182587802,602979.28692552,-1.081331287659046E7
+    -83.81422531619347,-23.49515065567283,976635.926212545,-5923927.182477768
+<EPSG:6362> +proj=lcc +lat_1=17.5 +lat_2=29.5 +lat_0=12 +lon_0=-102 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -96.40445477957391,4.0708529930428625,3153260.185044843,-891677.457360744
+    -93.182809305804,17.68992145194398,3434499.686341942,662228.961245899
+    -158.82351535964466,-32.36258008566088,-5928692.875960663,-4305032.76728309
+    -99.58152979744355,71.13339654457981,2642173.311232279,7413223.527736509
+    -25.71911296772592,40.27174762173988,8936689.622516513,4904891.285904428
+    -38.753542951494694,34.21657223847983,8211439.307104213,3742774.058777096
+    -32.70777637287745,57.756814205478946,7385443.038781309,6531080.68691026
+    -69.54532447778926,71.52545940952949,4375668.604944238,7696806.031813419
+<EPSG:6365> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -74.05739322881067,57.7626253189739,-74.057393229,57.762625319
+    -21.09632088805469,84.95393591492208,-21.096320888,84.953935915
+    -20.936121200817837,-9.054916597877863,-20.936121201,-9.054916598
+    -67.90597733412288,-30.89235065302092,-67.905977334,-30.892350653
+    -177.09286771930593,68.98157375820398,-177.092867719,68.981573758
+    61.59488450485105,66.26579874315823,61.594884505,66.265798743
+    77.11930465376645,-64.25789102197633,77.119304654,-64.257891022
+    59.77962521723603,-20.053364124115973,59.779625217,-20.053364124
+<EPSG:6366> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -120.87055867642015,65.29280157123884,319567.037178409,7246626.791801495
+    -110.17051507449,64.07576252746168,832651.937402013,7123316.459886498
+    -114.24860966816392,-74.35702826700833,582784.094059473,-8253784.592256906
+    -110.7004966133057,74.80766493939916,683953.112241385,8311917.784642717
+    -117.27395351530198,81.37380220786122,495412.741259529,9034940.046594027
+    -116.8429415495438,-58.97300047480145,509030.42838466,-6537056.217469386
+    -116.33817235500227,85.60193208441518,505666.246823415,9506966.097706167
+    -119.81502500867161,16.607494455269048,199641.114085735,1838245.051457182
+<EPSG:6367> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -116.01769067491962,-34.71521971105702,40338.958947816,-3852942.713903224
+    -104.70621641230318,-3.5659019476199774,1200402.163129049,-396544.372094287
+    -116.53389647062724,-29.139923180773728,-38716.814437073,-3236181.56410178
+    -116.23946633213795,74.68111175366857,345674.45140636,8294838.689555247
+    -111.53611311896832,48.673040037972214,460531.379903095,5391248.897037113
+    -114.04360445653431,13.544024421455788,170542.18060528,1499349.335412928
+    -108.70044600450625,-53.83020700322749,651335.134761217,-5967082.844861029
+    -109.8006914729719,-23.753472905141166,622220.276828593,-2627448.291302324
+<EPSG:6368> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -103.79414313386934,-12.485877367840587,631037.521535908,-1380580.099251991
+    -111.87073189627002,-62.48826507619141,146389.625174275,-6947411.875543944
+    -109.50768551696301,-59.20760698125279,242710.177323486,-6571870.623901299
+    -101.35250760894469,29.397247197932685,854023.403054507,3257534.64073801
+    -105.25140268330813,73.84454238388187,492192.031974829,8194711.261098428
+    -100.65895020621389,60.98062921534918,734813.215539737,6768413.85156648
+    -98.06415056569924,35.41848830135277,1130175.94818472,3941622.2979041
+    -107.4650662320601,-45.745045126272785,308250.898421796,-5068676.193609146
+<EPSG:6369> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -105.82090461334373,-48.28257630056141,-5886.232905146,-5370235.402665731
+    -95.82811554416436,80.04288779630164,561198.892230387,8888041.671428455
+    -104.14199505726451,53.56597240001,159583.123651921,5947537.048380086
+    -104.88279022090408,59.07473056548781,163032.841165268,6563232.998494358
+    -99.64079028521166,-64.40271618268102,469109.835002251,-7142046.970521276
+    -105.7917174970099,55.06667501718334,66615.578022662,6123310.067638216
+    -100.29170854950115,-64.65505439549932,438306.283846776,-7170640.505442195
+    -103.42054411042962,-10.185052976407448,15350.875085419,-1129183.604159466
+<EPSG:6370> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.23275073142133,-0.7990570067919975,1254720.660929748,-88943.643270091
+    -86.96005022751396,-49.80806714636211,934451.422734555,-5534813.421462663
+    -97.41979979498018,-34.2510460011576,92896.70964994,-3798839.903421476
+    -95.27831223525169,-26.219448196330383,272380.296023711,-2901986.83513791
+    -92.98125339090603,-41.36284557615103,501567.940618358,-4579037.805004538
+    -86.34285767021902,-76.34591075355662,675071.241354545,-8483679.390413253
+    -87.41890002094695,-65.42818273081093,758697.624872351,-7267646.952666922
+    -99.7423373904293,-45.53275526515221,-26428.515161623,-5064291.102201182
+<EPSG:6371> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -88.79682733294722,62.32756252527892,406907.710054204,6911964.708475534
+    -88.38326715254215,-79.83548708745263,472750.380100694,-8863547.545169674
+    -88.28106964576304,32.03459864630953,379037.143962612,3544988.076794098
+    -84.84790707046604,84.77182878609088,521889.143746029,9414669.055184562
+    -80.52966136214881,44.11833476344117,1017755.231226108,4905411.979341417
+    -80.0627670882015,-6.182167614709911,1269331.544250364,-688376.050477244
+    -85.01948154086598,67.95199348280707,582954.824103193,7538841.065690205
+    -92.18407608804002,77.1123158992514,371084.666571935,8564996.228330407
+<EPSG:6372> +proj=lcc +lat_1=17.5 +lat_2=29.5 +lat_0=12 +lon_0=-102 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -35.318315297438176,75.55619094637127,5892869.216382036,9079705.579832532
+    -27.49786618461394,8.606917492109218,1.0555248327113088E7,1757456.918590902
+    -164.60033723037932,0.18930845760709758,-4773399.481292819,251872.245457896
+    -64.51273436229218,43.50573351303599,5682265.929553109,3947307.788210263
+    -159.58525093801785,8.67057589720853,-3838790.05176237,914048.707970366
+    -173.24744281495973,-10.29744428351595,-6320834.626298431,-427323.459933864
+    -170.52429907240392,-2.3764264658069862,-5552902.535031701,291523.145767132
+    -99.54577422272718,57.89514184118413,2679621.01618178,5347920.616855763
+<EPSG:6381> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    20.59250884865632,-35.86625408629829,263316.165275112,-3970757.430145499
+    16.692859617526658,-3.992944387879561,-178651.279694277,-442695.806702349
+    24.72619658067223,85.62437433006676,331873.562904346,9514425.584263131
+    17.80588510125125,-35.0447195982472,8635.697645747,-3884199.01924365
+    20.890898476825715,86.30603790635843,299357.880490535,9589531.550136145
+    16.298296900029385,58.868537655341186,29011.59096003,6537695.311231867
+    18.83317904252656,87.69321794319916,290404.503247971,9744650.904309597
+    16.333451034918106,52.69542330479993,-15278.454488837,5851089.693604774
+<EPSG:6382> +proj=tmerc +lat_0=0 +lon_0=24 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    21.958526616232078,46.545880416830244,143550.596388453,5158916.958556104
+    29.556652569606214,-87.63664479432765,325687.59538716,-9739353.285643265
+    21.1618003388281,63.9215437255489,160899.984025564,7094341.689062802
+    28.428617859794674,-20.475743343957703,762507.441014813,-2271236.965443064
+    25.69836508969754,-73.29911152584,354622.183386188,-8137949.409006177
+    27.740707395004733,-83.21751862500552,349441.008288641,-9246143.115087083
+    18.804428150191786,-84.57978696970824,245390.088046385,-9399161.288971653
+    22.218825528410576,-73.03595513299615,242104.021523838,-8108669.969594077
+<EPSG:6383> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    31.863990570188825,-45.679775139462926,679063.464125102,-5072006.367428013
+    24.053814402256016,59.78188216697703,134687.049642653,6633576.173077408
+    31.14478919486675,85.19974944687885,338846.417508803,9467351.970741093
+    29.74220369727401,35.84324697433675,547888.041110122,3971739.144607841
+    31.926068347824327,48.46383776407899,664375.036618587,5381859.616047576
+    31.685659713789974,-19.18535642891473,793368.854605587,-2128762.588800857
+    22.443170616076152,59.88489888730277,45108.790428389,6650155.984963265
+    20.053829864431457,-42.89145956489842,-267390.204606242,-4774121.650741431
+<EPSG:6384> +proj=tmerc +lat_0=0 +lon_0=30 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    25.009926292217454,-24.958439541763227,-204227.066573469,-2770679.366933019
+    35.92465369825867,-31.955508527375976,860673.178486302,-3552249.428127419
+    25.594222706357783,-41.6112195961157,-67171.82927874,-4617821.387601588
+    31.8254003271866,-58.63206966894013,406144.937373917,-6503146.002817748
+    29.444801217069227,-28.767460185195574,245892.119512878,-3183575.162954268
+    29.76217296927659,-15.91603156111988,274644.577719205,-1760297.691420229
+    27.57765425706744,88.1109407768538,291223.012769069,9791289.62139243
+    30.342150681042277,-80.57202233306292,306385.230569348,-8949114.513220293
+<EPSG:6385> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    35.75188825564403,-38.07427723414765,541598.167518254,-4219286.736506644
+    28.4491853556737,58.58482969357368,35550.520430061,6505511.320167368
+    35.14981107626063,-60.967094767875224,416545.145675277,-6763756.594592647
+    32.78233429897057,-34.31051973099314,280073.861177011,-3798086.855956097
+    26.68651549984,-4.444157744969758,-402027.3588384,-494341.97024887
+    32.28263042052181,-56.79125435584826,256274.011938802,-6296907.134431299
+    27.50026052443385,62.722251318806116,19045.10110904,6969545.643474295
+    33.248629745449286,-69.94051284639315,309640.115359744,-7762408.24928689
+<EPSG:6386> +proj=tmerc +lat_0=0 +lon_0=36 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    42.61626072191187,29.305425767123964,943639.694030004,3261460.738069393
+    30.19155010521571,16.362005770283147,-321367.971620284,1818697.907927313
+    34.64592030917232,-47.781088001542386,198632.240655195,-5294958.097200803
+    37.09599165716034,-84.77751324575918,311262.410792597,-9418851.203567892
+    32.050636352932585,84.71125779362842,259505.394805901,9412772.088088008
+    34.273700968328846,79.91230085401958,266366.211692766,8875961.451933399
+    37.96824209703334,63.909681627258664,396733.220931409,7091384.271329537
+    34.063472597160896,50.41777511279594,162489.885388476,5589216.821746637
+<EPSG:6387> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=300000 +y_0=0 +ellps=krass +towgs84=25,-141,-78.5,0,0.35,0.736,0 +units=m +no_defs  <>
+    40.75100850597151,13.16504042375658,489963.449633878,1456723.889503216
+    37.411305783967855,-49.964840763122034,186120.050088311,-5538129.369613429
+    37.20361928047481,0.5882213064321888,100106.723085479,65161.926548832
+    32.2696727463898,39.79145649791886,-276602.037398517,4428208.388965867
+    43.487016355789336,-40.2332915542824,682031.651902142,-4465065.501418931
+    32.29131568675775,-61.750034851672766,-53851.493537536,-6867369.814472925
+    43.81469157346564,-15.072806694393378,818284.409652906,-1672642.950879584
+    42.82160725036826,-65.89646071465872,474250.131128573,-7316618.686058871
+<EPSG:6391> +proj=lcc +lat_1=19.33333333333333 +lat_2=19.7 +lat_0=19.33333333333333 +lon_0=-80.56666666666666 +x_0=899160 +y_0=579120 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=ft +no_defs  <>
+    -98.51607541946129,59.09028151090017,-1565021.444887265,1.8043538306947358E7
+    -23.16098294317291,15.49902454692203,2.2831014934674516E7,3865300.195477603
+    -21.045958660981427,-8.353214395685612,2.661472925722963E7,-4401542.049675392
+    -30.87387801733817,66.68572007564656,1.4149196222630601E7,2.3462376409365464E7
+    -105.25964019113835,-3.1598906393495696,-6735545.353359527,-5778538.228625569
+    -42.855314455392204,52.92706867722825,1.3003103230843779E7,1.6045963312883733E7
+    -157.90845960155357,7.950782087460674,-2.4632163025877196E7,4067057.833225088
+    -130.19289227824396,33.426069645644134,-1.2444622380211765E7,9317109.030739957
+<EPSG:6393> +proj=aea +lat_1=55 +lat_2=65 +lat_0=50 +lon_0=-154 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -121.66473316531295,-64.61652975149833,6276738.26520212,-7052126.78795934
+    -134.06718570702395,-75.32764394675372,4032497.004576614,-8225334.544778747
+    -143.39602988200846,25.18957493444836,1180465.083786561,-2526106.180655704
+    -56.93189731089956,26.506287805551324,7249196.296166801,4009472.80380622
+    -120.41061204893003,2.1943063689012803,4632874.193651895,-3561102.300559665
+    -20.46795968857117,-70.26850490121345,1.225824456737086E7,1.0573381357401947E7
+    -84.65915979047628,52.77893876114314,3887331.582573141,2543678.531401918
+    -106.12248830049727,-48.164857008890785,8478701.691711813,-4845012.034014245
+<EPSG:6394> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +ellps=GRS80 +units=m +no_defs +bounds=-141,54,-129,61  <>
+    -131.31006843780236,60.036467052815674,950019.415377496,915743.281922107
+    -133.40143837872952,59.49656781805862,833662.512784336,853210.573099382
+    -129.78052490672752,55.368362324644124,1064951.221438585,400372.453445291
+    -132.9292649678378,60.63585422426007,858929.399891148,980421.573674602
+    -136.48611901386982,60.200152520167556,662226.977672674,934777.565796754
+    -134.43122856982504,55.29447633355655,770116.816189583,385464.315419702
+    -138.3395466064943,60.89558383916575,564985.017527443,1017779.903512402
+    -138.23961991184348,60.539230482899946,567697.276392611,977795.113605941
+<EPSG:6395> +proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -143.74345623102474,-9.356005460983582,308475.165144664,-7020313.18442996
+    -136.5430966069979,56.110738632271904,839268.757729387,248381.424989524
+    -144.61107826287292,-31.429531581694683,251740.975293507,-9466518.439333497
+    -147.7354413368392,-14.7255319775783,-118473.456589884,-7621662.695768697
+    -145.48763554990998,2.6752391582881643,111977.011576773,-5688980.4980894
+    -142.41788660079976,22.246000724309624,456926.985299936,-3524463.458834212
+    -137.41263239214118,39.527373932610544,894461.584569243,-1598639.697276094
+    -141.41967912721347,33.58742163467711,553865.59721174,-2267639.51449314
+<EPSG:6396> +proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -151.69215978979216,41.15603023274673,22162.227123699,-1412223.422903517
+    -149.8405166923917,-8.886184836731942,77312.109459221,-6970072.124719071
+    -144.78137134061288,-46.0859557476135,594243.030639388,-1.1091169008175021E7
+    -149.26899324960817,-87.16069595370598,481925.188487398,-1.566969927119311E7
+    -140.81757580295198,83.09172911079418,569521.128939571,3247274.144162652
+    -149.51782707768766,2.6907338368053786,108618.721844757,-5687254.468188812
+    -149.0695470312986,57.726966388509226,317165.251154259,419058.481710937
+    -146.90469896247734,-3.0760246217205065,399439.379532675,-6325458.503429723
+<EPSG:6397> +proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -149.2907582813097,35.947332765837274,563984.455338818,-2005784.127708596
+    -148.78524451650296,1.9518565645530686,635144.683155099,-5769464.254228116
+    -144.95874971052802,46.306919641815114,888285.545760384,-843262.31255279
+    -147.6349623298456,79.65144605617016,547430.20272125,2860981.84085343
+    -148.7594823799758,-21.256840179411554,628749.77269322,-8337101.537187757
+    -144.05486565871627,13.648806796113021,1144210.400856367,-4468070.470625664
+    -153.4974554463967,-83.81073863923336,457914.812227803,-1.5296353386365235E7
+    -146.70818709113786,-71.3604572206936,617410.45193592,-1.3908489867923766E7
+<EPSG:6398> +proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -155.62868553026593,-9.27271141187174,321044.076898143,-7011037.601633071
+    -158.66968407279467,57.67618311021178,221539.959416619,418858.078772223
+    -153.72551492667012,-47.74448606753449,520582.420650469,-1.1274842479944246E7
+    -147.49127782449932,26.13383491709793,1151696.335675666,-3077593.716666302
+    -148.05356751617248,-42.44454559088384,989252.290955031,-1.0703029765717436E7
+    -152.04114554557484,65.36401328344402,591129.8854448,1267298.455143265
+    -147.16914271327434,26.550903537132584,1181575.823741431,-3029523.115844051
+    -157.66048271271183,10.285142788864704,98804.619406201,-4845746.538945216
+<EPSG:6399> +proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -155.6151556303555,-30.915213841494534,727972.582166487,-9408987.922816414
+    -164.48066865781618,-87.54526571787507,469066.475501977,-1.5713882739010567E7
+    -164.0788813564972,-34.86677415972693,-56135.700815225,-9861647.350046901
+    -163.6647184181391,18.346964588453957,-99466.414093977,-3946786.009997393
+    -160.55460888239156,-45.28012463848655,299581.666478115,-1.100406750872343E7
+    -161.90115070181,21.77890231597388,96350.115850505,-3571135.745775607
+    -152.31305107890287,74.72726998512806,667027.602879782,2318353.161999184
+    -153.99437338584934,-9.068164761241434,940667.326176214,-6990437.325885314
+<EPSG:6400> +proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -162.6261901839728,21.408854874783984,435079.239102801,-3617079.614791853
+    -155.11915117638324,-59.47493669338674,889524.956334725,-1.2600419440892817E7
+    -165.53436190119885,-19.855194744952797,129657.383910895,-8185316.674880931
+    -168.80059360217803,-14.017315054094055,-236103.711110775,-7546041.469322033
+    -163.06708886680755,-25.601545551075787,392814.487208889,-8818157.315317022
+    -155.73302419800294,-77.07701049354557,656222.292265477,-1.4551588525447357E7
+    -155.06806052486067,-56.13128809465188,930592.572801609,-1.22295469110238E7
+    -167.71218441588914,20.1192749985525,-98013.644365033,-3749691.660746971
+<EPSG:6401> +proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -159.60782336382104,-52.87611908036599,930094.011533398,-1.1864729398936056E7
+    -159.59365045947783,-34.03610431240864,1092002.639365851,-9771177.865577482
+    -163.50174069348958,85.14050113061785,523627.933756406,3473452.09607707
+    -171.865090284077,-6.727739109503133,-149479.454262362,-6733096.819053173
+    -162.394323144385,3.939305902085451,900663.895724856,-5548901.241086898
+    -171.42645084111228,-39.56222550052454,33583.094604182,-1.0379892901483132E7
+    -165.91866263698248,-33.388212370154775,507567.019308265,-9680754.680669433
+    -164.93834308377217,66.28876891005694,547651.952926492,1369390.956850482
+<EPSG:6402> +proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -173.42454619386814,85.21594098210508,468121.835633395,3482313.115685873
+    -168.60151132847506,17.87475307546333,648208.327741261,-4007840.250975843
+    -171.97268851158367,-50.49354221015052,360039.009916412,-1.1582362817104865E7
+    -172.1643385889705,54.660152281939986,360351.76500072,75626.961757912
+    -166.89063800187208,-21.921627583940236,821337.94280408,-8413454.68727073
+    -173.55117136578392,-12.659800792955679,114047.710143265,-7387876.099426628
+    -168.949594733022,87.35214552569661,505419.169780841,3719980.017994651
+    -167.42147766646838,49.05239618606802,688449.354587867,-547202.489164278
+<EPSG:6403> +proj=lcc +lat_1=53.83333333333334 +lat_2=51.83333333333334 +lat_0=51 +lon_0=-176 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -133.8601851939403,4.463478146174637,6979894.502516057,-3957806.556473692
+    -93.61946245014157,64.73965249628054,4196214.764739295,3602295.040532087
+    -110.44705589373744,26.79314714708329,7188428.03696364,255524.811937468
+    -161.20998323712791,40.69789548147101,2267087.183318504,-1023613.483217939
+    -150.15744054224504,51.23795435501313,2766590.158964104,347436.753186321
+    -170.02048156727543,-6.828444396990833,2050031.960651607,-7547471.351518982
+    -116.16787353795044,68.88364179757865,3240317.632276076,3008889.878609426
+    -140.9043217701187,46.400180277391605,3608315.688377644,136705.644290589
+<EPSG:6404> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -118.15001197004189,-22.20750002144098,-430216.699804454,-5900430.594306015
+    -114.3823035285872,-66.97448292297435,105730.327426254,-1.0863527983491408E7
+    -111.33779127830483,87.76242451998121,215884.099580696,6320449.614268892
+    -115.85196982938582,-42.710050396906915,-109021.469909072,-8168183.253638467
+    -116.12647784237944,-22.537624652493534,-219930.426021929,-5929824.410950764
+    -107.22839185484546,53.81480905103851,522024.843233131,2544278.132752182
+    -113.88578968601668,-62.69630153483473,112565.403070071,-1.0386009624583919E7
+    -116.06271993541583,48.4437603269844,-93315.324675323,1944913.299915018
+<EPSG:6405> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -108.31394892943693,79.90193117762016,931287.937599462,1.7863693297296192E7
+    -112.51945390557546,-8.320349489498412,482169.030600438,-1.4273855159159798E7
+    -110.04088908803931,-40.78255891164481,1219438.246088365,-2.6077095868771512E7
+    -105.82265695814728,-59.1976288727371,1841398.140649797,-3.284308886201849E7
+    -111.70663570446723,11.775812282430692,775096.502707403,-6983163.991602366
+    -107.9706752449692,59.03785108027131,1442917.050403685,1.0243734014946993E7
+    -107.090444046762,26.891170873731966,2274068.185561893,-1463922.133542502
+    -106.3160836731077,-33.19241141933776,2414359.001002017,-2.3354198466669515E7
+<EPSG:6406> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -106.94525831426799,45.35391678548393,465762.574372618,1598194.227159086
+    -114.50398429984097,-63.43884250872091,-2972.608466147,-1.04745566421714E7
+    -105.13052608617072,-25.88735626442802,718401.369645315,-6304407.243582299
+    -114.55623820579116,80.28690821205737,130733.62496345,5488774.704215296
+    -114.47119461476576,75.75813981972476,95211.910373742,4984394.325509608
+    -116.40358865336688,-17.229052206334515,-450994.993086861,-5346837.600901768
+    -109.02801454494235,-37.4495294270703,314105.218328523,-7577225.929527917
+    -114.7762215955141,47.25335055305422,-135499.335502158,1814574.260107436
+<EPSG:6407> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -115.04512281918174,-83.61259501802392,501378.791511178,-4.173499389632453E7
+    -105.25430058975978,16.46456385314879,2422609.139940126,-5260401.451353473
+    -116.96402058042418,74.3997121298531,31712.093302895,1.5879699096334757E7
+    -115.41428242903471,73.77109712547605,163400.649429133,1.5634921544484599E7
+    -112.15341522700675,-38.00393965615102,127549.964913977,-2.506564559108237E7
+    -107.28127503509052,-84.18676090232016,807036.398109842,-4.193962529043829E7
+    -113.51936323643136,8.181279647877332,-512644.455208798,-8282417.6653739
+    -114.06241129116249,-34.84487928369061,-469178.574764859,-2.393227657308227E7
+<EPSG:6408> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -111.29470368317568,17.762507424077853,473781.928641335,-1464477.060906342
+    -108.53020966780161,-79.19560639756835,322490.079666386,-1.2230369307231223E7
+    -109.67166349397209,-3.8015655796156977,666718.0421682,-3852150.26701347
+    -108.58473845254368,28.306506454311645,720326.507001436,-287690.05293694
+    -109.4355664204798,-4.92236904115714,692298.268168613,-3976559.620376411
+    -120.07307596789322,76.61388825561761,50191.344591691,5084545.623253529
+    -116.24284541966622,-2.7791744447003595,-63887.254456221,-3738325.301794668
+    -116.09182405910234,17.917158405588125,-34806.244254649,-1447503.826123722
+<EPSG:6409> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -107.880674924207,-35.33143379505496,2451659.809148457,-2.4139420510140684E7
+    -108.48932124017033,71.5731734967097,1308426.363277366,1.4833697867883252E7
+    -112.78627230609125,43.564934896970186,955428.194215184,4576335.752255253
+    -110.97848417079778,-75.15350985482573,960069.994642049,-3.863554841430001E7
+    -117.78288353144154,19.042934157357124,-693605.823487576,-4329337.753553049
+    -111.5068697307163,-38.451901831064475,1342397.998619797,-2.5231316848478824E7
+    -119.48556669741912,-48.588289116600954,-687838.519815708,-2.897025514093233E7
+    -116.88879451851072,-12.060788515041267,-421655.612144462,-1.5637873600278057E7
+<EPSG:6410> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -33.85797453562296,14.919695387660134,6669662.280619464,-291528.529699776
+    -34.65048082241074,15.425754566392087,6561479.795101551,-292052.979357317
+    -89.93838245956387,17.094279700026227,630436.652081334,-1941714.512598463
+    -168.35957420681197,12.349572500504223,-7696706.083669026,803996.056129302
+    -157.89213500559356,73.47446218176052,-2256748.240212323,5703503.083688721
+    -13.422047885263822,28.624112022705873,7343123.889855683,2292664.442356846
+    -132.79915030072252,28.088813543388405,-3528198.213393749,131075.983685373
+    -155.01487466252223,84.68655676129731,-916883.231933055,7293619.347639218
+<EPSG:6411> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -166.66852863280968,47.34638990901564,-1.5852847097346691E7,1.1611955777036153E7
+    -139.33233879699387,-23.95689895764155,-2.4209144696124997E7,-1.9205126311899375E7
+    -64.46412012416522,58.711984285047535,6993103.380588956,9951117.604623012
+    -39.890191845785324,56.458571115044165,1.2155359519579208E7,1.11934222405463E7
+    -172.3508376480863,79.6452765994307,-6466619.740295111,2.2416056299348827E7
+    -97.18876855926389,84.26078525182069,913747.0290341,2.2175533619096007E7
+    -65.988401838609,75.88530182486014,4655888.297586668,1.7371435753231514E7
+    -138.61843242040126,76.58971266423436,-4353397.601270533,1.8673360199971803E7
+<EPSG:6412> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=400000 +y_0=400000 +ellps=GRS80 +units=m +no_defs  <>
+    -107.64599843049005,5.802771439405365,-1533784.159845384,-2549329.168963782
+    -147.02502928613973,62.477648116800694,-2741291.289695951,4734390.938266066
+    -17.488620012235344,56.71176856876613,4962763.462587292,4884049.171152963
+    -76.54424666014016,61.54398967715703,1340876.847471214,3820154.765649613
+    -142.88359145236896,46.73970214783381,-3429011.585971989,2946275.310837236
+    -162.2340771340698,51.10531576659547,-4368023.229761546,4181139.171638172
+    -104.529373847727,53.92345597551089,-478316.913001211,2864221.871671224
+    -139.3169767650117,82.049095862241,-952400.610928704,7290056.284483685
+<EPSG:6413> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -129.45589325224438,76.48615905835545,-3485847.499527416,2.0299985217574794E7
+    -149.1656413905902,-25.195702878793618,-2.877052585893764E7,-1.5328470606385535E7
+    -137.31458511086572,32.768870339863554,-1.216912124929893E7,4383024.464308217
+    -160.70003789759107,68.69687887928326,-9487115.422402611,1.9222635673019335E7
+    -40.14907366694948,58.23616832952946,1.1930671146115834E7,1.3683523072459036E7
+    -166.895298637703,69.89774430091352,-9911471.136235269,2.0322230402197056E7
+    -150.7905737799291,41.173105047592614,-1.411962548588927E7,8973337.911708575
+    -87.25683256930937,16.76158631227632,3043795.732065189,-4519542.53224584
+<EPSG:6414> +proj=aea +lat_1=34 +lat_2=40.5 +lat_0=0 +lon_0=-120 +x_0=0 +y_0=-4000000 +ellps=GRS80 +units=m +no_defs  <>
+    -41.82005568839904,-22.297286146463833,1.0445757441125676E7,-1344409.038212095
+    -27.24707147878442,83.87244572407741,3524162.532443678,5940407.257413365
+    -174.92685914158136,74.55309859362683,-2577604.056404739,4372810.998436694
+    -24.094164489777143,-83.17574848579363,1.4309572299097285E7,-643187.855977677
+    -24.91311095538191,-0.5794693232204509,1.0426465144930605E7,1661094.472082173
+    -74.0222237608672,42.33147747373761,3651739.284225629,1382401.396214644
+    -69.24309378907346,55.60509345931089,3263285.978463117,2811012.451271272
+    -38.683916821889824,1.1344554885374691,9230807.56959604,328521.917581754
+<EPSG:6415> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+    -139.5885690738883,5.394209270837031,-304448.512913775,-3269271.892488012
+    -90.87109357033621,77.19517398824726,3026911.745235398,5288576.167950397
+    -157.55250985844896,69.12331283295835,388812.580959954,4305914.088344283
+    -104.76434656866176,34.95064192074697,3572077.233801044,167670.135498341
+    -84.07287678313807,60.463666361882815,4163700.426532686,3373867.284180843
+    -151.70512613330342,80.94053197454734,1218021.511031947,5838936.593953836
+    -160.9126322764659,13.601792019611757,-2518180.726798465,-1439730.079074095
+    -73.00802630785175,28.07933815746629,6676311.190388257,583078.966321594
+<EPSG:6416> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -37.094351433788916,53.23317308699313,2.278872036262275E7,1.5287368600816257E7
+    -131.8068293290192,8.985559154176443,2496889.971797628,-9734675.291180609
+    -66.15827483330808,45.53776220184952,1.996678369059932E7,8325509.971343641
+    -75.25690662449756,87.16045673785375,8396698.41915839,2.3324960722284835E7
+    -61.72657292987343,42.94416729508905,2.146638990954808E7,8294554.151113437
+    -137.19708620100252,53.3295031567629,3170787.694706962,7077428.633707636
+    -54.44412525813637,76.17799717859712,1.3660315233092897E7,1.912581197985255E7
+    -81.2525925213484,24.688741239950907,2.0101894019372985E7,-555105.424928112
+<EPSG:6417> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+    -42.97402997411086,-11.837241693857896,1.2897902137506517E7,-682034.989977841
+    -155.90282395354785,-1.0095737414196009,-2613864.526190333,-3268751.82686575
+    -93.63959341964389,67.72790096512907,3385050.532349369,4226553.318287179
+    -142.57192928430143,31.299718787140158,40954.028306393,13877.929398324
+    -168.53426322167996,67.24026014621238,-241459.073774025,4531817.539051551
+    -118.80247328012393,68.73150174382762,2154038.155533554,4143618.631533751
+    -156.25966326105922,-14.103948771757327,-3385792.849137451,-5083425.691879435
+    -80.48750784567012,39.08338791583828,5467941.327965659,1463395.620064285
+<EPSG:6418> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -131.38200957960464,37.983230980159995,3862033.921188822,1895186.741384248
+    -82.82915716529578,70.58149388210397,1.222265230813079E7,1.5641864757980099E7
+    -81.94741799314198,13.652534508356872,2.1634078311025765E7,-4003353.445568597
+    -172.8122099369156,26.515014572018757,-9565811.610481687,2178185.163170728
+    -89.52196465196937,69.96637196717938,1.1397479722266808E7,1.5001760528844515E7
+    -158.10025753183092,13.300767488950363,-7161349.739667065,-4757551.992775232
+    -61.90134597866411,-18.594914776192077,3.758986787048483E7,-1.1919398188468445E7
+    -151.908081238616,83.17094359841029,4307335.456330322,2.1351144932899643E7
+<EPSG:6419> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+    -44.89305201328304,24.81532911533212,9006345.441273184,2187791.100300223
+    -113.81939874646768,22.50007804382492,2710162.880834539,-1045623.528584656
+    -48.421895996000046,57.5143654985327,6178411.172729596,4578282.460303403
+    -161.60463468594202,42.258292413618534,-1293867.786339359,1875019.005239299
+    -85.91297384377934,31.480274602222416,5230730.794235662,545785.582556594
+    -79.8609063724951,-19.25400526408906,8593852.295933185,-5332096.437968037
+    -134.1166101025159,50.726648719639286,1015226.749934529,2165394.225852432
+    -126.05791011114465,5.254770183561497,1285773.150478909,-3126360.318918915
+<EPSG:6420> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -114.8396582903853,30.99576649200342,8346091.810124937,-314001.83150481
+    -42.85569764031183,-15.271675697020125,4.284993961412666E7,-4057023.630846385
+    -99.62301328494385,68.82619561917109,9882226.675942674,1.451544449338007E7
+    -79.51857292700214,36.385260556539954,1.82458116848342E7,4198593.479074792
+    -172.956891738592,2.834430137911827,-1.497446328929024E7,-5157777.270180023
+    -89.82419902087862,52.92223708904065,1.3469292060720013E7,8839313.896152822
+    -55.40295115305253,74.54269470715052,1.4469590362823544E7,1.967969935658065E7
+    -67.06535821972558,1.7625778915382,2.8705784649348445E7,-5321200.338424783
+<EPSG:6421> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+    -177.3993413519609,54.265401573988754,-1768009.745120626,3819899.833393356
+    -88.74906102950706,68.87453389731495,3474769.562574902,4707076.46299453
+    -114.3810444504195,17.851784320406466,2514701.19540637,-1460401.273623137
+    -161.07145819954667,46.23215861155421,-1188954.535581062,2425319.217472211
+    -161.54788316806494,30.066076327316317,-1994769.794184704,814012.92787721
+    -157.73689096787456,81.1509723400973,894211.498651221,6641987.215901786
+    -55.38038928341034,30.7804148172756,7682473.6198642,1948112.643834044
+    -144.65573388616212,-20.26576690585292,-2224097.598705161,-6201248.157164956
+<EPSG:6422> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -79.10368254766057,75.889738839444,1.1497941583087564E7,1.910150916066835E7
+    -164.36786312454754,13.372196643017354,-1.020882138200995E7,-2527902.12729395
+    -175.81596274475223,24.075715195720072,-1.1719988710202986E7,3082268.415521149
+    -160.34526047760767,62.21380974019935,-1151192.617845655,1.3497515316884836E7
+    -162.3095391725597,-7.927125137083054,-1.3491447935005488E7,-1.111922278000051E7
+    -61.69737889527531,-16.434819316775645,3.485335790284325E7,-1.1359156370960247E7
+    -147.11307366503698,21.679611553464703,-3156016.370003015,-1950984.738584464
+    -108.7132805612062,-2.111462846109852,1.1192180614685707E7,-1.2773442339607758E7
+<EPSG:6423> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+    -179.47021908100322,86.99522483488542,1039213.60156822,8471584.484897185
+    -164.80764127508982,85.83712705234706,1095025.517160028,8040920.340976001
+    -179.35591072525352,-23.841200108744868,-7705902.584361441,-4033312.355265345
+    -99.68711085439165,-7.813877259282915,4600383.761983491,-4273106.638342042
+    -38.234394155599404,38.31746020454226,8278074.470942404,3665271.965500331
+    -78.63961213965914,53.199640654549015,4715260.208377531,3265735.650837682
+    -76.73794321146515,84.9619215953728,2896812.417786497,7781182.598328333
+    -135.03066529148174,11.602955533404902,4497.988791357,-1822994.558527994
+<EPSG:6424> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -52.48768529037564,2.4763818296839624,3.235614102291871E7,-1518507.938585614
+    -139.57653497008457,72.86574063779044,3394370.622692475,1.7761267825970374E7
+    -100.18553387547475,84.69388848988358,7900562.252412152,2.481380487205217E7
+    -103.77836498345857,-8.705278430151246,1.3261065643378329E7,-1.4745010685883574E7
+    -62.51059754489643,24.659841577224356,2.4330051975677352E7,3440490.633708238
+    -95.03122687805269,26.084466657467864,1.4117829566179376E7,-200845.935731929
+    -163.65411277819575,41.30274948664773,-5636322.609712534,7305465.427813286
+    -157.25390695852425,4.940165058944853,-9235836.881874861,-6085603.608998124
+<EPSG:6425> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+    -124.09642955905238,82.89082552950711,1777069.745143438,7379325.08104387
+    -121.30059257006153,27.95241764309148,1501068.411627439,44090.128533487
+    -157.73962088316011,-21.140969927444658,-4477839.378730707,-5074624.3310164
+    -167.99908756307747,52.47560148775936,-1589038.639699148,3708546.030076344
+    -171.2048480974416,30.140727345548854,-3060616.043888686,1640613.307606127
+    -89.29545373996702,57.3576435187495,3776163.433030392,3619277.947072108
+    -154.35666876004194,-17.390816272151014,-3752415.190751046,-4696272.176794841
+    -104.20265785244828,-5.124825634640377,3646717.651055935,-3852202.965449874
+<EPSG:6426> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000.0001016 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -134.3835405166085,14.32403233511809,-165593.658152156,-4379131.320871071
+    -118.99946504464279,-10.331663030828668,5262612.161339178,-1.534051378334722E7
+    -79.32346062097393,73.23713453995099,1.1983827041704293E7,1.9246526877457917E7
+    -134.3518598586948,-22.26662962173363,-3022488.106383887,-2.073738537854586E7
+    -156.59767421603433,70.18078781124221,82707.551493547,1.8012391551777203E7
+    -136.35720270823253,52.30732239852951,1810057.80151665,9577800.501259437
+    -112.14343338804514,18.35904181971516,8032295.482153673,-3408916.548918341
+    -119.06326065483691,53.833815190014306,5908861.860701164,9722490.56852808
+<EPSG:6427> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +units=m +no_defs  <>
+    -119.73501326088599,79.07810788253099,468119.607175603,5478725.670837754
+    -135.84497901480665,46.569888416438864,-1389030.550074071,1665922.966541596
+    -158.80405885894228,-14.907609237303536,-7258915.322992709,-3989804.522936592
+    -87.01683087862587,63.38755990838947,1937089.176511219,3346459.901022409
+    -165.81742556030017,24.850979612625913,-4911306.798255815,858074.291011494
+    -174.9403693297469,7.812462665163029,-7037818.140865344,9644.78723499
+    -112.66991975224599,31.49136718894384,228115.34744731,-374009.148248304
+    -27.776477014899967,-7.446104460745392,1.1168830528675595E7,-604440.074464343
+<EPSG:6428> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -91.41741536003589,88.12748309898802,3475504.100726118,2.4199550489229474E7
+    -72.7956765861332,15.841530558623681,1.513922524378346E7,-5008569.772592568
+    -145.2293656302063,66.94308288689083,-3406795.764968626,1.3538527932872152E7
+    -66.61041056717775,-4.50146113255736,2.0910438113078356E7,-1.2008973008154051E7
+    -100.95534585752254,83.2525769463231,3345880.044926938,2.033413291845528E7
+    -100.87477623556791,82.32120412466713,3381994.62465829,1.9745944228942543E7
+    -64.95041056117837,51.49104127309601,1.216282937521982E7,8095982.202720191
+    -63.01408598901399,28.047470151234087,1.6446176782653257E7,618209.624235344
+<EPSG:6429> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +units=m +no_defs  <>
+    -26.04513384021422,57.94794410385067,5241521.055025824,4488940.790292089
+    -27.756417325447046,7.5022662940852385,9648344.830668774,682453.805064659
+    -58.46243797163862,56.07571210207273,3828649.259561821,2982156.145134151
+    -46.286874387285366,36.09073448399977,5872123.594869938,1664174.821464017
+    -21.435610936777124,1.3083402747677155,1.0809324974585671E7,845030.917211866
+    -105.29762743929602,16.447597353287243,937805.545186761,-2304081.209384088
+    -150.35399054490074,55.64064024879541,-1901077.116968198,2867758.071719115
+    -111.38494610188428,42.76548491919936,432622.820729944,702028.621527271
+<EPSG:6430> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -146.60465818976152,39.91674185044088,-8121187.532166634,3837264.152296097
+    -23.424778478903335,6.041602158439606,3.3279715188039854E7,3294146.913802817
+    -101.74116725499543,28.91546147177567,4224783.965973414,-2791219.577604685
+    -107.96751627173566,0.6242078565904379,1879436.185153767,-1.4173752723433701E7
+    -49.2661584935328,40.10427313073718,1.769670186439817E7,6103563.259943988
+    -177.74678629796267,87.02358555997303,198082.82946235,2.344327913282885E7
+    -150.97687488965025,12.477859210025777,-1.4284544642192163E7,-4609579.688620681
+    -166.30555459027127,82.2176901249311,-1541643.208876059,2.053434514173813E7
+<EPSG:6431> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +ellps=GRS80 +units=m +no_defs  <>
+    -158.14436802651102,65.97645537368038,-1723740.797731709,4482219.1296654
+    -76.31136695476827,29.258726366208187,3735569.471592072,-75776.39254894
+    -53.05928754279586,85.43932248763687,1855262.393406797,7160785.665146774
+    -33.12834981478025,-20.076189583054227,1.1973284766391106E7,-2639621.126836295
+    -166.63796790737666,4.203023425129452,-6485347.700561698,-986485.885479042
+    -164.00373319984192,77.4743683695217,-1014642.485532727,5990467.201990133
+    -139.82928887110265,86.32650116763398,358389.568077964,7212637.827982158
+    -58.20911916634557,42.10131512385303,4671666.001441635,1880537.002901556
+<EPSG:6432> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8288036576 +y_0=304800.6096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -120.69163616734124,-5.202594962836081,-4137226.195429058,-1.5096152841138246E7
+    -136.98250663023393,9.566632254596847,-9451069.877720412,-7131872.637733373
+    -110.52828100970008,72.07926031726775,2274533.939776611,1.4937629530700738E7
+    -126.61575726522574,53.14284819131474,-1779219.090940029,7620991.224847131
+    -148.22635261531676,44.753651948354076,-7797244.24095099,6465831.267437149
+    -176.76588747862965,55.452709190694605,-1.1125045313582765E7,1.362723182101295E7
+    -144.77392028309316,14.34513050035791,-1.1589901810256762E7,-4230208.092396566
+    -84.31132305909463,3.446031395123697,1.2041277708347648E7,-1.077089514253423E7
+<EPSG:6433> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096 +y_0=152400.3048 +ellps=GRS80 +units=m +no_defs  <>
+    -132.97052712113936,84.00220225760197,-808786.080999638,6110896.383265603
+    -134.48676540550113,36.34604824920854,-4797804.884106569,1558012.200484266
+    -100.09629700285487,11.38778633484172,-3024965.76269631,-2726741.081093088
+    -53.362922951874026,2.2344430946919296,2951639.821162696,-4157435.845653794
+    -111.68311794563382,15.176806028629173,-4150397.473843368,-1768552.467137576
+    -116.90297979433487,28.681634917542155,-3924461.869696503,-102519.127119951
+    -124.60263917491932,2.1796887751515257,-6417616.786173305,-2383364.800846955
+    -75.70567498080307,-11.098535435190728,-169830.073558234,-6429423.035968854
+<EPSG:6434> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096012192 +y_0=152400.3048006096 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -116.88497095329103,62.8359651487727,-6663142.869553744,1.0738121162213964E7
+    -1.5576269699513148,-9.428500413037067,3.3766716314866506E7,-5923492.168600874
+    2.776083475934797,73.27745984681222,9649958.398875942,1.7175686417597532E7
+    -133.64427343297186,28.334111513771397,-1.746492606850069E7,2699512.02464562
+    -71.83032714229826,30.64551979926876,1294223.079795387,-3230014.359764077
+    -67.70270474450693,27.125487205664804,2690322.991842924,-4492177.1542877
+    -136.48206071143866,14.007800770194436,-2.1887797481519166E7,-776556.874775697
+    -14.533936647813164,-8.53726100098303,2.8571818534063056E7,-1.0123994495024629E7
+<EPSG:6435> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -81.20497599135396,-18.79924846468907,-411016.062233099,-6296883.372527338
+    -72.43281989720948,12.551015174514248,524405.981755531,-2817606.801797549
+    -72.04642365345101,70.54048614748007,325302.34987403,3625240.131569223
+    -76.84415340302702,0.34616512245101205,41080.027348368,-4169188.248014761
+    -69.29240718369522,55.469851373965525,587057.354833449,1959098.590866824
+    -75.56926515176835,23.634877597607655,184429.405186474,-1592632.437277488
+    -70.33076987853644,-28.161383461862087,699874.929843105,-7334276.34501792
+    -78.2455776136684,-25.743045852851914,-83908.315759098,-7058876.206340496
+<EPSG:6436> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -77.89429771565179,35.38610621420807,-82457.204002818,-942411.571065959
+    -69.88068251804165,84.549522328694,848558.360262273,1.7022594506678477E7
+    -69.15665797058278,-56.3381460206966,1925397.782986955,-3.435451846329718E7
+    -77.6821697101939,-52.756777312907275,154390.932423722,-3.299668255591861E7
+    -82.03514814719675,55.89170292535147,-701292.498254987,6590602.308989158
+    -70.66994855222,9.372831090667418,2368633.640701238,-1.0391936513419278E7
+    -69.99628674377347,5.998836555795847,2627921.615443906,-1.1617960108446777E7
+    -80.44638616229444,-1.4128326670710578,-1182603.340596325,-1.4318564524531126E7
+<EPSG:6437> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -82.89026231650472,-10.935758411761341,-6649.626814909,-3901986.18885259
+    -86.34692914115193,46.616599166320185,-209508.363446301,2486178.041793801
+    -81.05094969772128,-46.55450524836748,196093.108857297,-7849471.288517675
+    -80.9617951395577,-66.96559455116315,201668.747936924,-1.0122130824401215E7
+    -75.0257943865347,87.71030003200246,226609.557712381,7054985.037256098
+    -86.83925157348452,4.581630488944867,-449038.738893149,-2182810.177475822
+    -86.34430251565686,-59.26794793597485,-104546.220495606,-9276403.949989444
+    -75.3960369182778,-44.16381027237357,648228.793453885,-7599083.588834355
+<EPSG:6438> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -77.03689160635842,-46.73133846157067,1649909.746666845,-2.5842336624479275E7
+    -86.96304316580394,-64.08558474554437,-297070.414691838,-3.220020877396948E7
+    -77.42590631831929,12.198561329017977,1932901.787012338,-4397999.081681409
+    -86.64485921041903,79.2834583485473,272164.733539924,2.0072906744024597E7
+    -81.46417840106727,68.43284312631269,593672.759553962,1.6081778644917078E7
+    -82.30066498954852,76.03054218264398,541144.58702392,1.886416587016721E7
+    -80.86469453564563,36.254766066272055,696060.183598693,4335731.962909919
+    -81.33785498515604,88.35899586489847,652621.451245805,2.337938589417549E7
+<EPSG:6439> +proj=aea +lat_1=24 +lat_2=31.5 +lat_0=24 +lon_0=-84 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -29.865401303227856,-1.456135703572599,6883053.11745208,-1259336.341458326
+    65.26821258509281,80.17185208999618,7409395.618555134,9906480.979514992
+    0.7640786103725077,-0.10098941750794665,9992403.207532994,862856.139244069
+    -34.36157609500768,-87.55307306337043,8262370.821268695,-5918125.944494891
+    -134.05293019572093,36.198706590050435,-4020695.512815898,2261070.338416908
+    77.21758119591999,46.88866686608566,1.0101074661977572E7,9931142.788988722
+    -89.12051345466631,-25.117337469168447,-321557.177548786,-4819403.618720585
+    -21.460784587930164,-23.681898626361075,8786437.729407344,-2546208.546427829
+<EPSG:6440> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -99.30328529850944,36.371343817449194,-732576.226175651,905439.575736935
+    -126.60977436159982,57.96806801651416,-2198395.100782704,3882075.073244508
+    -142.9038470647078,29.495232501146077,-4819112.052891551,1474018.307119704
+    -145.9055633240838,5.986328840681175,-6445487.572486214,-680547.292054768
+    -31.18935950013099,3.946799594880005,6902666.567646799,-1371318.87488169
+    -54.488630267218724,32.12390099715163,3400949.865397295,717134.060987287
+    -116.09921315718773,5.888327720104726,-3161667.166714752,-2112192.415484879
+    -94.30774984118908,39.083817313013164,-258178.155193821,1159521.224449566
+<EPSG:6441> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -157.69061712132512,56.12122238222991,-1.3718709963563394E7,1.546955359072365E7
+    -57.60870688109503,70.43463219120986,6570029.326090464,1.7307440605111316E7
+    -130.58718439565453,-13.574088051907637,-1.9075191605827E7,-1.2739213158155035E7
+    -147.69584561559373,11.867712074938346,-2.0551521551213447E7,72973.658783084
+    -98.17629788359397,-21.77583319738813,-4933637.785691909,-2.081079740752222E7
+    -24.885428218853633,11.685498710511787,2.3369537267623737E7,-676505.491846322
+    -148.82105341068885,72.59739149254389,-7948854.907518844,2.07804361205918E7
+    -147.49436859409886,-23.115211257860494,-2.8687980368943453E7,-1.3267643809183687E7
+<EPSG:6442> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -78.68620929370206,44.19035732873317,464924.064139368,2207978.514717805
+    -83.99398582977133,14.736734084292678,-14739.645184884,-1061335.681848072
+    -78.29396988546245,-76.74078927767792,294858.63785889,-1.1215792528989496E7
+    -76.53473224202212,36.44913487316805,690150.515390997,1357005.10753139
+    -80.63821742825618,-62.670675581448094,269773.652430016,-9644056.64421882
+    -84.27626841180583,71.79581630435177,120620.212057936,5278324.352801395
+    -78.44900161722839,-15.71722917103989,580795.922429683,-4433500.364968135
+    -78.16500285201171,-27.777171821885666,578129.152729974,-5771521.396960497
+<EPSG:6443> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -83.74793389528206,83.4517422533705,583139.237847171,2.158243184142699E7
+    -76.45267493759866,65.77729749799497,1488812.074856202,1.5146763355656654E7
+    -87.48274790363895,35.722064938721616,-972067.816682965,4187358.628690113
+    -85.24400034898646,84.96219755765884,551841.69503499,2.2137683301437106E7
+    -79.70290475926537,26.850806768568077,1405250.10756247,921724.002959058
+    -82.28960970270096,-10.804338230740996,552263.689696495,-1.2752003071649527E7
+    -76.69667393317235,49.25182089059345,1922533.79652633,9116822.063688094
+    -79.96223832893764,6.302398416252416,1396041.115229321,-6544408.912559299
+<EPSG:6444> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -78.77980713336346,-42.83956344828266,476869.940244658,-8069771.195470423
+    -84.33198241890274,60.97250698020156,82765.466228149,3443909.733110481
+    -87.42718720728662,-15.195620837186539,-365888.082756491,-5007071.465342376
+    -82.78078083262405,27.930346477939196,139561.176895583,-229215.919083818
+    -88.88643456875673,82.82544175929473,106483.20709644,5885398.94567286
+    -81.72143775058997,86.27758576332687,203228.164816546,6265472.887694404
+    -85.95433680152223,-24.650423370957654,-183585.490872712,-6052133.420284744
+    -76.0562715709677,25.923152581447326,812817.299477721,-437425.966876746
+<EPSG:6445> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -77.0437600031271,-25.525570199984124,2346843.376263305,-2.018932656229003E7
+    -80.9076381472166,-28.737080062637048,1059645.457312601,-2.1326210779367615E7
+    -75.45564161240817,1.9872630759474532,3111106.825541124,-1.0165784629686598E7
+    -81.62097613647441,-64.96491168747681,740727.443302965,-3.4536016525856115E7
+    -80.73345688143988,16.612255687412656,1157888.178273046,-4862265.984779901
+    -83.61148480013763,30.33338757273623,200359.912132526,124142.942669295
+    -82.18989318620251,-25.05818364511184,648478.429402708,-1.998684881330393E7
+    -81.64645403999394,26.53336616030441,826246.07189331,-1259979.494776144
+<EPSG:6446> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -80.80733133341616,-31.782295652300178,1018231.843525751,-6842059.027940434
+    -87.12771290546712,-36.99966145262154,436424.885698707,-7419946.03612692
+    -90.23127294748528,-43.28398293368674,207763.606296166,-8131466.63416932
+    -78.44456081764797,29.12563235126288,1257315.072996158,-83335.563839297
+    -84.62551385814467,25.14004444097202,653736.285289112,-538413.40017758
+    -84.16646964829644,9.859579042760075,700021.608049918,-2229567.168766822
+    -85.40751961281971,35.26870209105074,587104.673811618,584937.643185078
+    -87.15826030697875,-64.48920728183319,556236.272611712,-1.0476845740389304E7
+<EPSG:6447> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.24089779524226,-61.25001491299664,1755341.364364875,-3.319001443974352E7
+    -86.03368307684592,-18.933276729257315,1651347.982914754,-1.776536573986083E7
+    -80.72673798200043,32.71595507384849,3354807.680950075,1005051.856891637
+    -90.54523327032321,-53.781523386493625,918103.538934442,-3.0510719402151257E7
+    -79.98357013268586,-49.758398207482834,3285217.188532826,-2.900784226220522E7
+    -78.21497664058995,4.6661418349331,4466771.226647748,-9189823.49536976
+    -78.54092884691879,21.1821051923811,4215340.963268217,-3170527.44492925
+    -85.11253460681921,54.421666503775384,2095171.458718508,8900503.045401813
+<EPSG:6448> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -109.0236878489473,61.54945472450268,764396.593178842,2222095.740188878
+    -118.78285591355638,15.583066735537031,-13464.995875943,-2885187.667649823
+    -109.47405887889546,-82.69357639529967,564218.401442299,-1.3802331095637612E7
+    -115.47033394260029,-30.065393486938405,358225.706454264,-7942469.47215893
+    -108.43713485032748,-39.6037731765108,977885.048280582,-9014489.90173559
+    -118.6465069067325,-70.6043967190007,327870.613899214,-1.2456956826810963E7
+    -113.12963436816398,-84.17355392568564,509867.554529316,-1.3965162452624027E7
+    -116.85781520902694,-50.21240739559241,296036.9025326,-1.0182461322908051E7
+<EPSG:6449> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -107.94763586419889,-27.01491374787409,3613105.718708931,-2.4993245000279564E7
+    -113.18621608982565,-45.69022888909628,1848375.098023079,-3.174561158998779E7
+    -107.6287458960432,-88.56046367600639,1698946.206470056,-4.7427804828375176E7
+    -116.05508926670959,49.72588399744134,1154314.508016615,2945286.600197408
+    -107.7490401431376,21.857162840543637,3763220.835052674,-7163165.820244904
+    -119.24876165535534,-46.946086393978014,329584.966879122,-3.2246461159350526E7
+    -109.81727592563537,-86.51043983478415,1733622.14500893,-4.667677011275955E7
+    -115.82979973577672,12.211980161865625,987092.73137321,-1.0706128763934921E7
+<EPSG:6450> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -110.14147844515226,-36.74490090409845,380867.091100789,-8684270.588673852
+    -108.00908836121519,-74.65982380939828,322722.362873841,-1.2907198723763755E7
+    -113.72056495525639,-63.309807957920825,122104.991410625,-1.163786187551354E7
+    -111.34858173117019,-67.25779955284767,235303.830353722,-1.207731489258246E7
+    -110.61827155530813,-57.35953037965867,293180.409103751,-1.097504855562548E7
+    -116.69055876482241,-14.345246161488774,-288418.304454439,-6205615.775046929
+    -114.04440353878509,-54.649820220049094,78805.140104894,-1.0673920028447077E7
+    -114.33534637974215,-19.782489626428912,-27286.269931014,-6803999.016252849
+<EPSG:6451> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000.0001016002 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -114.53748346706334,-14.03188495361016,-184202.102549628,-2.0234368341199037E7
+    -109.28201506381788,-56.811320816375755,1234097.674997765,-3.581572334756015E7
+    -108.96334556583159,-64.07602890339416,1168828.072732808,-3.8471892114400044E7
+    -118.92883645775954,45.690895668912646,-1071754.030257107,1539969.797407492
+    -108.48324713105772,37.351884530605844,1727007.370213963,-1550700.79981066
+    -112.39777112937344,37.57878237781655,589195.130530578,-1488902.900419007
+    -116.30811642197781,43.34856392236162,-445478.627645081,640282.079303473
+    -107.85840613059935,-16.353775499640207,2167500.49169853,-2.108903523943112E7
+<EPSG:6452> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -117.95321229206398,-85.65643048140869,781368.362256727,-1.4130853217651298E7
+    -114.61924233660235,29.875086802460444,909235.295498243,-1307722.750758795
+    -113.74622766671595,46.86945009531962,952757.541648721,580031.54751453
+    -111.85442731959284,-40.459905485442164,1130434.066437174,-9101899.190590197
+    -110.19793681879251,13.32830831054332,1402321.108215861,-3133628.904335184
+    -110.8196897708161,-2.2505570943767736,1349063.037640063,-4864073.732650295
+    -112.11094866882962,-34.09309847832946,1135887.923148314,-8394026.430695111
+    -114.6352835703207,-84.02619019154875,812955.798470192,-1.3948560443977412E7
+<EPSG:6453> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -113.2440399424901,68.50796087629391,2960855.809871845,9809078.007352239
+    -122.62554348304145,69.10678254973914,1728183.708820347,1.0071697741608098E7
+    -113.0120729740756,40.321459733156274,3388120.397677027,-478283.853211316
+    -120.58332285433796,36.417451523690076,1202078.219028784,-1876105.1068885
+    -122.5365581830389,-46.92961779720614,929397.144197614,-3.2269581396282256E7
+    -111.66653653327344,-86.77316767162345,2708819.313945461,-4.677197967451303E7
+    -119.80473682731711,-64.27404222106142,1980492.831540813,-3.85514228411383E7
+    -109.32995603547795,-68.61036979271076,3480927.105470114,-4.016197490524037E7
+<EPSG:6454> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -91.98216567680149,14.863481432822397,-92903.990564852,-2412362.588322125
+    -91.472110756635,-57.83981598158121,113612.050572441,-1.0477023324100284E7
+    -85.22877408769202,51.20195163784882,516957.249784152,1619576.039803199
+    -85.18970823788965,-23.444096600099883,621331.334048623,-6656582.685974698
+    -94.48257101206885,14.442790893806887,-364142.931290416,-2453207.378011506
+    -86.6988559245133,-60.678749888731,389320.638123278,-1.079005844990729E7
+    -91.5351942222796,-65.61539097835339,152488.59052732,-1.1342944803183159E7
+    -90.64017588583044,-77.00595364435534,242090.485845683,-1.2611198188892484E7
+<EPSG:6455> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -84.78450948116821,-86.99439907267862,1052392.29885752,-4.503298140283946E7
+    -92.38891075743969,4.563127480598666,-493457.296675815,-1.1658722012377637E7
+    -89.32585204501098,47.204912754398265,737545.286696579,3841714.59005315
+    -86.87617722784073,-46.36202325463993,1352144.080917181,-3.0172669971831076E7
+    -92.92437170616158,-35.3811744088194,-384816.817316684,-2.6200388730661236E7
+    -85.31618332498024,63.82793166922497,1471440.432428647,9923168.217243046
+    -88.1595887118554,26.968798074085086,1040842.225374821,-3527905.35838822
+    -82.33175745518346,-23.03535240873252,3004940.399315749,-2.1720628347803142E7
+<EPSG:6456> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -87.57855326645063,8.166147414739271,985282.379392296,-3155391.10793235
+    -88.98756294645091,49.1797248688932,785960.34681683,1390683.26474861
+    -95.13540963975997,-25.748024018014142,201121.79517567,-6917444.967188463
+    -86.9453552264485,-74.60978494387311,795416.661821094,-1.234476346331682E7
+    -92.54674534960945,64.24576079645365,584590.026725047,3069710.805269029
+    -92.35905152261648,-68.51540619346565,610375.633241709,-1.1663799882658433E7
+    -92.17658717890619,-37.54355188084943,522376.143252191,-8217770.928079234
+    -88.3651066528171,-73.95712452748478,755584.081117636,-1.2270176598190393E7
+<EPSG:6457> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=699999.9999898402 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.92852885506002,-36.341497214238366,2955796.81602049,-2.6524901783691827E7
+    -91.1621440794421,-70.20076108258678,2173078.797150755,-3.887954283387668E7
+    -84.70983505335934,70.48526238651948,2963491.032769409,1.237697809648217E7
+    -95.22834851982329,48.779297600817756,1076374.184554581,4454903.538935297
+    -94.54047666433577,56.80763347622613,1420416.367239501,7373272.068507448
+    -89.3717314385866,29.25329619677339,2550076.219841809,-2696402.207688438
+    -94.54066292242968,78.08494530523089,1966018.2107038,1.5142005034472302E7
+    -94.61139176653485,86.1926705706683,2188546.174122454,1.8104121804437038E7
+<EPSG:6458> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +ellps=GRS80 +units=m +no_defs  <>
+    -89.54434352475477,-49.698617738730036,-179702.935034955,-9416229.13693442
+    -80.31530587211002,79.83054145934608,205374.155741293,4968906.30590198
+    -89.8886490434998,-4.975982500825097,-368634.512852635,-4453574.635837515
+    -85.96742137363204,11.661412858793966,67207.660606683,-2612259.701863032
+    -90.7525095169445,4.66195564464158,-465011.603095134,-3384334.939079534
+    -90.57310223101783,19.528211087173332,-415431.925060554,-1734407.393971312
+    -89.2334593497963,62.42771348554078,-84194.219274294,3027589.081434022
+    -89.65575041975052,-35.21732862911687,-263277.613353297,-7807737.42208341
+<EPSG:6459> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=99999.99989839978 +y_0=249999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -79.0956402913769,-63.7021385053078,1392732.746451498,-3.6039908103103615E7
+    -86.65710817659001,27.203741760482615,6141.8232294,-2924437.715398729
+    -87.48689409751171,-87.788424302079,302348.495938941,-4.48050625418813E7
+    -89.15028780170145,-56.76359523382254,-370695.984797306,-3.346666779724544E7
+    -79.89905690722603,-6.27303369924978,2425418.884864925,-1.5088648523734413E7
+    -82.78304778926028,20.870872855446237,1312836.297921155,-5218059.799309266
+    -89.46450978559456,8.406458188506065,-1045086.699965142,-9744927.46440149
+    -81.18492841734295,-38.856465411063645,1604629.967386688,-2.6948266017176725E7
+<EPSG:6460> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +ellps=GRS80 +units=m +no_defs  <>
+    -89.1200565184302,73.54613256265066,835596.023227417,4263632.017892416
+    -84.99062717618749,-6.919475312180964,1131316.021900464,-4667500.554108021
+    -93.14412869511789,-47.42069596198573,442758.386575029,-9173545.960587114
+    -86.9600895880322,-85.841659350946,900998.132617949,-1.3439059249569116E7
+    -90.13071892399518,45.295917926294806,660972.305724531,1120320.177608355
+    -92.2184392819747,0.3744346192643917,327621.896293473,-3860294.316654748
+    -83.04037148273247,43.96564431886219,1224456.827793667,975932.76986641
+    -84.12341303813703,88.85195217882821,906620.792337948,5971714.027746895
+<EPSG:6461> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=249999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -83.81474313754943,-41.141388635030005,3853096.080459921,-2.7766152152139172E7
+    -82.39840180810953,26.47476039471809,4486354.599456855,-3162707.358392328
+    -87.87308664376354,34.25395475838691,2714096.354107498,-360486.990646223
+    -94.00511435819986,65.65397797988348,1909408.448264261,1.11537800840394E7
+    -85.2386746552492,15.955041947336568,3600742.720695606,-7009107.148414432
+    -90.0727731751657,-37.74146862332682,2088216.212011638,-2.6524674697192494E7
+    -89.44123917085788,34.635783361861755,2243391.544028371,-214154.450210213
+    -91.68212202801776,-60.40712003593909,2121698.361048137,-3.4809377571891345E7
+<EPSG:6462> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+    -105.64533934901088,-4.15163434528632,-316651.667062385,-4498136.261235809
+    -163.2459165532698,78.47716001188755,-383874.803242598,6319518.069681196
+    -140.2143575015664,-1.780509327202454,-4976789.119738501,-2443304.489949195
+    -172.33537714134397,77.35157221834848,-695037.611922808,6431358.526096088
+    -97.03367541341073,49.621834939504424,1242793.700094837,1909975.316547865
+    -84.92126745224773,-9.689102030026584,2872501.841113048,-5419086.457105392
+    -40.606939762409695,39.84295876921465,5742268.504677898,2188060.688012564
+    -129.73081895674548,71.04975417363553,1215.710767311,4779343.082468386
+<EPSG:6463> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=999999.9999898402 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -29.290912050460207,18.79747491993249,2.6720053766236812E7,3485452.641990438
+    -45.75309509174403,10.468743369937037,2.367200456467497E7,-3149207.195339868
+    -107.24292961843072,-10.84024997539149,-2372576.26114769,-1.8028985305663034E7
+    -101.70155824038548,64.03901906641443,3495009.065230953,1.178760402926038E7
+    -137.88093256463554,47.72071587290951,-5549436.234019904,8364467.37028305
+    -95.17447905105232,12.042795142335503,4240366.637194391,-7928385.623589168
+    -104.40627275403176,51.5293204123943,2413724.856376674,7113780.439835226
+    -143.2280294934809,14.917490948815804,-1.350301974209902E7,-1180332.486811992
+<EPSG:6464> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -150.70152165005558,5.854146405574426,-6499526.09747663,-1634245.414664109
+    -103.17004112173865,6.248767747397864,-764715.353503464,-3900290.660034422
+    -80.15122100303098,-13.98714934992616,2699505.155604443,-6790624.414335473
+    -78.21829885480714,10.455942338358899,2398006.889295989,-3262973.135241922
+    -47.28117956979858,57.244656391059394,3279760.619529234,2699455.282286683
+    -19.68608677120369,-5.84433698965975,1.0323135903725725E7,-1224726.865311373
+    -99.46955775292459,-15.905961557994257,-509357.622066556,-7255302.032860477
+    -107.24879140269574,41.72488494277426,-639222.332577159,281773.623391853
+<EPSG:6465> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -97.89423295275458,15.267635381575232,-59984.469272653,-9257013.095038509
+    -91.51203883267273,74.0022059906812,1893537.526326366,1.330011479494328E7
+    -42.982040508765635,23.07838053124172,1.844864488819732E7,-1237772.497580045
+    -159.88584583130702,58.07826385370099,-1.0580462265565949E7,1.1597732493007012E7
+    -88.58117485487139,21.94000076543921,3396394.268160369,-6645601.539188111
+    -160.75099674693092,23.465529976347653,-1.9651471740230396E7,2553552.779182814
+    -90.044433694901,2.6610268837900577,3188161.661478728,-1.4565644292854352E7
+    -133.145602328221,-13.39958537954535,-1.8995606263742898E7,-1.7722755023515727E7
+<EPSG:6466> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -130.47643554109948,-6.609626752003772,-4317081.866713511,-4665809.191359702
+    -98.22510148125215,77.11120369585828,392150.790407307,4760607.96624044
+    -36.22092528213139,-8.989738061428342,9099924.206749475,-2791397.168633158
+    -18.654609891609113,80.28971184353794,2425855.7769741,6230539.039450527
+    -123.7443198484603,66.0761237402601,-918201.051673345,3407072.289522725
+    -70.72455454858788,73.1663697861686,1511214.693961266,4341212.79679078
+    -164.85065895567283,3.990286303607455,-7649870.876321954,-929263.099937088
+    -143.7043121027964,56.278400689596566,-2449440.55855262,2760271.86417096
+<EPSG:6467> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -114.36037303237599,-17.31921084569606,-7623136.315206627,-2.2940560305000953E7
+    -110.59399276627978,14.234488145730282,-3541847.147945423,-8699614.66026033
+    -141.4120671658769,-7.583415739136697,-1.9244708141424146E7,-1.3566120738023244E7
+    -177.01722048267231,64.33302541970399,-1.105304606665402E7,1.5600928485855954E7
+    -158.6970630813443,88.80766385474469,-111189.205522687,2.4182637869951226E7
+    -57.99887522926507,74.92087497957287,6208194.823515598,1.5625496832133487E7
+    -154.63499830690944,60.662381367220206,-9005398.406712232,1.169030497639194E7
+    -79.83498041697248,26.786423387956198,7332555.161860061,-3629703.848816925
+<EPSG:6468> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=400000 +y_0=400000 +ellps=GRS80 +units=m +no_defs  <>
+    -36.476633216235,19.646639654551983,6730282.535557657,667631.553988972
+    -56.074537179631164,79.92005441551784,1660029.869130052,6161292.370731443
+    -49.26755566333199,30.041253495943685,4971898.581978072,898479.23417801
+    -13.653923866633988,29.932731215463647,7573665.12080204,3160112.057258976
+    -153.08935211968324,29.087438908160216,-4673473.222153809,1084932.388319958
+    -110.15648737672014,-14.728983288866932,-1455691.897709104,-6028935.988072624
+    -166.54215079537852,-4.096738916936175,-8443792.322201632,-1149886.061116314
+    -44.88713128489101,40.577532251601106,4697740.641425109,2105099.855772005
+<EPSG:6469> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=399999.99998984 +y_0=399999.99998984 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -41.27568016519072,32.287339149669016,1.79847188663134E7,4998739.531516015
+    -179.33881796158803,43.92431605882733,-1.7521573589047678E7,1.267828782638196E7
+    -98.0304026874825,57.87356374766584,1410304.212069934,9211895.327131646
+    -38.30517960197221,83.37458841728997,5681684.458574399,2.2863060173935972E7
+    -88.95632916390373,50.5719414280977,3585146.501972154,6536902.627465544
+    -147.76211392234967,-7.723538945678879,-2.14959564265317E7,-1.041084665588721E7
+    -131.9915797538631,26.835625126775632,-9568310.138975702,-312666.344018561
+    -141.965860188092,74.55760785495528,-4194131.013189187,1.7720039517484076E7
+<EPSG:6470> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -67.44591890534149,7.964436991068361,2599367.54591886,-3233654.590215069
+    -25.910849848002556,46.94891763932388,4697775.029217662,2428820.313532211
+    -93.24582772892298,81.72885349138028,259020.304801731,5685841.786694071
+    -59.265118479038875,8.549364504776637,3580739.655825173,-2931736.413188241
+    -151.8574694331474,65.09107261641995,-2814531.473036188,4471424.595886623
+    -131.8716788628904,-13.280829310375559,-6703849.683826695,-4523461.48600489
+    -127.38104447200756,-17.068675826126125,-6362446.430718561,-5422130.344428509
+    -116.8813500255539,2.8969846660544647,-3740799.682733455,-3319744.703131236
+<EPSG:6471> +proj=lcc +lat_1=37.96666666666667 +lat_2=38.96666666666667 +lat_0=37.5 +lon_0=-84.25 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -129.9468381025274,21.05505117798991,-1.3972126951110266E7,-2119501.291090159
+    -113.03962644803049,-10.025263822337324,-1.2544761779633386E7,-1.717096982548415E7
+    -9.580066126971872,74.45244974838347,1.0365176981538575E7,1.8429341369651604E7
+    -67.1597066522027,66.21589590134448,4548036.897637753,1.1233483852422258E7
+    -21.423498328001187,75.50385406579196,8902612.675685445,1.77816232878879E7
+    -59.82919117555274,38.49735294380624,8547949.350353688,1284332.879498877
+    -27.25840926094247,-21.45545031062778,3.2062248830920428E7,-1.6001159060382385E7
+    -63.392171535646426,-19.586969268481415,1.3165617194997264E7,-2.3297412546642017E7
+<EPSG:6472> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+    -2.9704656904728495,24.082469703633144,9060622.955247205,3219716.559775991
+    -65.0917279902265,8.074574635706089,4058874.52473286,-1989136.543767429
+    -88.45335914726309,9.188762685840302,1166465.723455081,-2129707.582780588
+    -18.55243473391559,26.32625174325348,7763756.843831642,2240104.197566021
+    -31.280945703203173,64.52827744507898,4319986.7496958,5110931.127207981
+    -134.72828929881393,86.9032801872496,803621.214984539,8178142.9054409
+    -138.74514810974048,5.239052884020452,-4961666.53154326,-747495.020648764
+    -32.686059589179195,75.4603848140732,3439942.835832566,6345039.676533957
+<EPSG:6473> +proj=lcc +lat_1=37.08333333333334 +lat_2=38.66666666666666 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=1500000 +y_0=999999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -162.27004241415017,16.46206955436903,-2.0590061862831518E7,6970996.728241034
+    -110.74490096447383,19.97038831284567,-3956879.142920308,-1574070.278155802
+    -2.4710784999083444,34.23648469401668,2.692386588376423E7,1.304221620790977E7
+    -115.66420790985484,29.3522304457589,-4546261.993231403,2260452.303403245
+    -74.99436993015652,67.48457288305086,6707172.760675979,1.535014022211512E7
+    -26.54580232502954,64.27949347098345,1.4933274528257525E7,1.7171792758958023E7
+    -93.12671724880263,37.54893105200355,2784988.96031251,3807927.307645244
+    -52.87271375046613,9.701932516941017,1.788561058790468E7,-4486814.165371568
+<EPSG:6474> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +y_0=500000 +ellps=GRS80 +units=m +no_defs  <>
+    -100.67437081562743,10.09983520972279,-1308869.961210031,-2372160.94201003
+    -105.67144646881631,17.034656410347765,-1732585.143940603,-1447334.825975452
+    -87.87909679311578,52.61704506471132,350102.866697838,2332749.811017653
+    -4.823441758868682,31.75981215507109,7293947.616850966,3093599.05851718
+    -154.03015404467334,-12.064995376490149,-9115971.116060872,-1920513.886700294
+    -163.29405598001551,54.316896398377565,-4222566.2422586,4583458.883973558
+    -141.30884500948716,55.46175675201589,-3006164.661019034,3724683.70610463
+    -168.0229673101397,-5.325365844609028,-9849960.131777253,266201.322160374
+<EPSG:6475> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000.0001016001 +y_0=500000.0001016001 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -10.050878135024078,22.362928902013564,2.532165069947162E7,6530220.194219854
+    -45.94581527436213,33.49758333152832,1.3445007951338515E7,3131521.618595685
+    -153.9740374875807,3.141471102726893,-2.5202236781691723E7,-1001488.631451448
+    -92.49176480483517,50.330526426771016,22860.609588771,6842928.848786854
+    -13.940123295612068,78.47183670186921,8867037.275318932,2.1870011102582995E7
+    -140.70961569629043,-7.061081042368075,-2.3205509153060507E7,-8307848.374534231
+    -147.03817906296032,-18.580327611642254,-2.9300155495809592E7,-1.1336580172106009E7
+    -68.50296393718158,34.78103132293917,6795686.05214301,1546980.248458999
+<EPSG:6476> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -14.168428995467451,0.33993587787471924,1.0206891177579066E7,-32283.612241016
+    -31.40474057040521,68.73837966646852,4090993.780923071,5516498.950135594
+    -148.86254038261612,49.189204160716606,-3124508.85539091,3203643.563132552
+    -108.87896203732959,-2.775964507434189,-1156320.929280915,-3752675.758150548
+    -171.7184089832035,18.869250069041072,-6815131.061547496,1690398.796174571
+    -156.54294908671574,-2.449602671228302,-6955603.035443936,-1451501.509754175
+    -175.49544158002928,-21.4499240383361,-1.0837078314378537E7,-1903491.935819607
+    -32.29602129982541,63.04535023354661,4470913.40155627,4814262.621491376
+<EPSG:6477> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -39.32714874571724,-8.273832580244644,2.6571694083937455E7,-9457410.96557365
+    -77.7020614442167,70.44308719566953,5750247.536858515,1.6167641545574032E7
+    -52.18671452913068,33.820593974450645,1.5250525863741452E7,3460502.135624412
+    -141.63934760366521,84.2215277214755,-871367.202947497,2.561874282943329E7
+    -68.69871243314245,50.3422373616551,9116540.838014707,7997295.254386384
+    -45.69127929996537,27.143762052339945,1.8084159615290683E7,2025423.146638051
+    -175.37815971267153,79.90699605398058,-5540262.921779915,2.4946705572363824E7
+    -27.30433122663831,7.2632485822161,2.7531221547006324E7,-1185912.00939507
+<EPSG:6478> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -118.20571930789374,25.475724561417536,-1685536.19243061,-19223.94264955
+    -114.3837557815592,79.89956068058314,134407.456517753,6976827.243593266
+    -44.016275565004435,2.7937561490416556,6689478.416608112,-1764476.546709487
+    -120.72505464334284,-9.448234709760161,-3001065.573733722,-4033562.246583538
+    -71.94247591813507,-27.897756671827057,4147809.540047613,-7202140.356507827
+    -121.00004598268164,65.42913287514382,-740645.752239409,4649268.610678811
+    -101.17354882182909,0.6848165029401301,-238459.864179197,-3164636.083319429
+    -53.206054675042665,-8.43861468978313,6105843.070462836,-3553030.703491329
+<EPSG:6479> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=999999.9999898402 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -140.2933311414567,0.9236963754104117,-1.630951226072811E7,-6209194.526778832
+    -64.2254078385023,35.54489404784937,1.1308001378345806E7,3519957.456300443
+    -27.024609030898915,14.02524399378067,2.571236265903771E7,1133916.886533802
+    -93.38848239802181,-13.664716580669118,2317585.814105523,-1.688543906934227E7
+    -174.98521190107823,64.15017071675257,-1.1989482898552045E7,1.9753725701594025E7
+    -102.47525419594015,-20.802097683941035,-2282879.300051124,-2.0222888900661778E7
+    -20.238764044230606,-4.69456975836156,3.2139372324627947E7,-3569835.308462248
+    -109.3599699447758,30.147081966605896,-2393285.617923941,1046218.880246819
+<EPSG:6480> +proj=tmerc +lat_0=43.5 +lon_0=-69.125 +k=0.99998 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -69.96419287788717,-2.620707860449457,406677.049876816,-5107982.680745725
+    -67.23013464639034,-88.0265546602386,507286.774217691,-1.4599641771234836E7
+    -72.1706237024378,43.48997650939003,253637.973038028,3394.979225317
+    -66.34498771507717,-30.83408631695402,766006.16858327,-8233993.186859408
+    -73.79644903508616,-43.259762384354836,120675.76718851,-9620264.225969784
+    -67.11274836065533,-41.7313610645779,667416.58380966,-9441836.178580975
+    -68.89624660725029,75.62419077526624,506342.212145988,3578282.655005579
+    -65.26812883872924,3.204783099752035,928993.64446997,-4463000.999806153
+<EPSG:6481> +proj=tmerc +lat_0=43.83333333333334 +lon_0=-67.875 +k=0.99998 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -65.48487928322429,-13.759961590085993,958541.830632073,-6378247.818375603
+    -68.42577943958604,-22.2665796888282,643232.750120836,-7318580.351023098
+    -68.08257441140063,25.222902632707786,679083.696538271,-2064500.388990056
+    -61.88015158650395,50.802523856559276,1122444.1762371,791953.044133049
+    -71.4286911442722,-34.84603725943641,374917.169071657,-8718406.703167146
+    -65.82353013113557,-56.110674465401544,827618.014267717,-1.107786510639682E7
+    -71.52134272852311,49.70744311789022,437023.945882447,659376.723742836
+    -66.98649723861799,-19.027739539183827,793537.828936055,-6960139.870237833
+<EPSG:6482> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.375 +k=0.99998 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -63.43851001093745,13.05690375196221,1053982.854362695,-3289784.373904224
+    -65.21252457085083,76.8997812007373,430509.374465311,3800455.427915115
+    -66.34184412696489,-40.35257532751369,642668.17593215,-9220514.826555112
+    -66.75711085711922,-20.278715116750973,678115.393811243,-6991428.012688808
+    -74.7019300814039,87.35094749157136,277684.845413665,4962622.819487456
+    -73.44673047579907,-53.51227737463999,96254.38127286,-1.0680016293560842E7
+    -70.49296048006039,-70.43804228941727,295590.264432544,-1.2561808552791962E7
+    -66.7045672209347,15.188337548470216,694635.791982949,-3060999.356298722
+<EPSG:6483> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -70.35309292372256,70.15200357112894,229768.873510352,2949926.12058961
+    -63.887566246688834,-48.580925491384335,640242.690342088,-1.022906854514948E7
+    -68.455542855624,76.68055074193163,301143.655191632,3677377.987751461
+    -68.85841695351846,76.04854566111592,290350.962754009,3606862.385855713
+    -69.0463807539347,-53.11804814642654,263421.454066014,-1.072361073747207E7
+    -70.51722218916676,-9.953367492395031,78780.436288191,-5937562.531421732
+    -68.78073864094594,-52.946476769645436,281130.593934254,-1.0704416390810665E7
+    -68.8676148591676,81.70786419144349,294079.304352867,4238658.020884695
+<EPSG:6484> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -62.70294337884429,28.592390536827423,2846227.782901541,-5442099.696413817
+    -69.24926330273718,-4.805252134744009,711578.501486336,-1.7610347055327468E7
+    -65.33312098056535,-9.300734285265065,2126195.119920255,-1.9246246024113182E7
+    -70.78689468559787,-40.007953390413775,343655.250119202,-3.0409313596405722E7
+    -74.51335574907198,78.40126114184395,542056.132827409,1.2717809484716699E7
+    -65.96778704170939,-16.406109966759146,1871804.363773084,-2.1825395448852878E7
+    -65.35631340585837,63.99009714815787,1488899.905742118,7432831.795135347
+    -61.99502750323144,-61.48425772647874,2119930.5730316,-3.829509948670475E7
+<EPSG:6485> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -67.45052902087983,-3.8223393841501263,1201793.716601537,-5167168.306097715
+    -70.95578603883261,-78.97681362263667,883150.237137735,-1.351476267759721E7
+    -65.17910412038027,-61.439783131127996,1165933.932270208,-1.1568494812447911E7
+    -76.86131252493362,-87.38141938252403,865916.246208774,-1.4455202441415342E7
+    -66.91928490889129,-84.95930688423579,931850.454214333,-1.4183596603029687E7
+    -64.56845194010175,81.80015166141135,989037.206276082,4346114.444655519
+    -75.80150788062295,39.98490543146508,418593.304323515,-301102.725616751
+    -73.68244363007356,70.93584250557447,771850.252701389,3132799.200984367
+<EPSG:6486> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -67.28146890563225,-51.24998196648595,3613571.613359517,-3.421157912768918E7
+    -65.21949615485347,-43.52088376124532,4265035.717724241,-3.1418511069956686E7
+    -73.14539113549405,39.72695849474101,2114865.308601436,-1117896.298615974
+    -70.57669454112883,-40.071343148734215,2837998.651155392,-3.0122741104159735E7
+    -74.94069835557033,-55.19870324875021,1955817.920046874,-3.567446504546077E7
+    -77.08437087464844,-62.65365498241698,1790760.649518724,-3.842715640517681E7
+    -76.18389600882718,-51.62764583327159,1586344.722887885,-3.439279029292198E7
+    -67.70134703071218,-50.79274125927714,3523001.658496513,-3.4041225311593734E7
+<EPSG:6487> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -128.9724654368435,72.48326436455407,-1700090.563407204,4774288.016720559
+    -30.971984705795222,33.845858031085044,4496888.793982489,630677.168514873
+    -0.9918911525586793,38.41134597700599,6297544.091030959,2690264.541693685
+    -54.55595475752415,67.70486243537472,1506455.458136554,3646290.567270874
+    -21.234870939456897,79.68225661191724,1998006.147641446,5773441.784174904
+    -53.01358282624497,18.26158413861723,3063230.103127366,-1845870.065453671
+    -146.17951806200102,66.97710627531495,-2789917.834423822,4684669.431934873
+    -117.29618809863763,60.71360434484227,-1917879.116201888,3150175.649788317
+<EPSG:6488> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=399999.9998983998 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -67.9078772332788,42.51688581031531,3764493.893630097,1889959.317289041
+    -113.34122748172581,60.99494659936127,-5544615.305335572,1.0124285071414527E7
+    -58.19745421312912,35.60498697458397,6871123.934305946,-176677.184652014
+    -19.243373079702536,14.207451998748937,2.213980769633728E7,-1975903.687270909
+    -34.509681073010626,25.166459685183376,1.52358279958987E7,-1292741.385852951
+    -68.65585919224714,50.72739241837078,3287153.175863392,4883976.616027368
+    -113.69338880100403,79.99628207442252,-2194511.4348452,1.817956858402679E7
+    -33.480112910213506,47.65835730301717,1.1763120964020882E7,6193749.819017169
+<EPSG:6489> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -89.95886350199083,43.440994541907195,-1063110.881615806,447405.97111901
+    7.77230676415752,69.26919182917075,3635457.526186425,4819782.473258344
+    -128.09224725727114,29.835244017285852,-4765853.431175386,569891.679935382
+    -17.31922856360339,61.195489420681824,3376575.782288375,3207754.095364345
+    -146.60809610276937,53.47239966114002,-4036395.668780258,3527755.051063089
+    -20.934830505831826,23.348104592122944,5523167.05727356,-512236.642411338
+    -10.645484391365898,61.44492908445338,3663243.278714613,3464133.732883171
+    -42.58226107602877,51.993564078464715,2419377.853412915,1540984.427981548
+<EPSG:6490> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -69.39568615728525,15.467319466412519,2067453.207220969,-9588819.725121753
+    -78.26713319951556,63.805231281908846,266099.866446038,8629820.53302665
+    -116.69115873340908,22.985520370578357,-1.39009001324938E7,-2421515.184094629
+    -67.91345014999641,85.07645442802811,1790543.064351144,1.889497858392024E7
+    -83.59453956790539,21.049821596142046,-3075081.360096442,-7048562.311565614
+    -54.65229586282942,28.434342415842615,6829314.077810672,-4136325.170881614
+    2.458059364463253,48.61246611646652,1.7408537436429664E7,9841383.265461087
+    -28.022681236482313,54.19491800546378,1.0616759794316664E7,7099536.157450421
+<EPSG:6491> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +ellps=GRS80 +units=m +no_defs  <>
+    6.006247928518718,21.445403088691478,7608783.077747839,2152468.911274299
+    -126.24865428713179,48.02308510404693,-3629325.576666182,2804508.855615294
+    -7.775380277278771,41.44192733687641,5043992.714708362,2697700.856109852
+    -94.52376919930391,-6.159217542396151,-3276430.572248283,-4637084.02779144
+    -34.80220715764678,6.28515400584827,4902600.873866045,-2319579.953412178
+    1.22896783533065,43.200539315383025,5421007.90248883,3365760.880830755
+    -30.599664475694453,86.69611989219882,719365.973866285,6928899.578956021
+    -34.874365294115265,23.614952162748395,4005193.884886858,-382608.716931611
+<EPSG:6492> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000.0001016002 +y_0=750000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -103.9804142983167,88.07243929579009,-299554.169130607,2.3622174027572904E7
+    -144.40255883344022,-12.822448240336417,-3.4252859896513626E7,-4367799.431864421
+    -111.9231578074968,71.15832753241114,-4802752.967548557,1.5366273325743178E7
+    -66.74589874045063,34.269699076496366,2105035.977421085,41409.423380732
+    -110.64889296445388,-17.010780414982147,-2.0907451670572843E7,-1.7626117963119138E7
+    -121.00719572418714,77.77981596305015,-4231164.188805857,1.855658255347311E7
+    -107.98595877220768,70.8273374022761,-4365264.645241744,1.4995357035131246E7
+    -143.6753495042696,-10.439247270197848,-3.302427289198444E7,-3807072.082403474
+<EPSG:6493> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -26.24045426215858,-10.679184453255665,1.4899444005068175E7,-3634069.345677816
+    -19.874578305272564,74.37704852414687,8094114.954405033,4527919.735145092
+    -89.9983598249572,73.9636447370554,5792669.579267983,3600449.159089895
+    -119.57680459963294,59.219253012455155,3983342.454696934,2231717.893804129
+    -43.48492417906016,0.5783211425915464,1.1696321827438466E7,-3746083.2771406
+    -50.75755719622681,21.619174826288464,9645807.708378207,-1707315.777901551
+    -7.039402844723355,24.05199533698378,1.3148369430315375E7,1506187.282265324
+    -92.71231988086589,77.67241952166434,5745561.429517376,4117587.448513421
+<EPSG:6494> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=5999999.999976001 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -109.44733542916185,82.46183834154876,1.7940588514184672E7,1.6132936722959895E7
+    -77.9286508755931,17.61364475500772,2.2166785878462113E7,-9606968.073817149
+    -20.51416337093127,2.101051273586986,4.65910648976462E7,-5213391.954857648
+    -41.58322557990644,56.86989363845123,2.804793241232741E7,7237477.812027807
+    -84.64031437579925,83.67131632230881,1.966795199818682E7,1.6528726326623295E7
+    -85.40373175368305,55.007275072821855,1.9463740941968787E7,4286602.938900824
+    -39.389245533099995,8.274925087217422,3.82207815531101E7,-8333917.562644951
+    -37.56792658564956,67.07137047623964,2.6602481717554346E7,1.096541246906382E7
+<EPSG:6495> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -55.62083406676348,60.55037040289862,9736289.168266103,2120548.9883576
+    -82.25377357861952,53.41719833034094,8317920.863806579,971754.34871394
+    -30.122214680264847,-8.218156466454245,1.65886512224848E7,-3566404.318373496
+    -123.06103389041999,29.284626485164047,4475544.980610742,-930344.245941014
+    -20.6717150293332,47.161127154197395,1.2462893928504072E7,2248565.814912959
+    -134.86889153006717,20.164281830292843,2832781.723611563,-1215302.368295776
+    -150.72376850917678,6.861499485399182,218319.188405513,-1223994.102465393
+    -146.55735733527627,-3.6743154318212845,-420109.593325328,-2739236.68681947
+<EPSG:6496> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=7999999.999968001 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -127.8448587380656,38.00392296248181,1.4879611053960452E7,514969.120470749
+    -117.98380766397248,28.617594920835025,1.6123993529881785E7,-3977849.96420357
+    -90.71125318339323,87.83988516431532,2.614369491806577E7,1.8389137798116423E7
+    -69.54420266591963,71.19472355683983,2.855861838542064E7,1.0259517526357869E7
+    -16.04301680719371,44.829428179441706,4.229823620943474E7,7722396.542272324
+    -43.53589657679774,21.053733745881708,4.162414918895094E7,-4588968.412151082
+    -116.19150906510174,75.25762047295981,2.3059006622154735E7,1.2326632119659025E7
+    -114.91297149832411,28.191151209995034,1.7027080554385602E7,-4503662.822224125
+<EPSG:6497> +proj=omerc +lat_0=45.30916666666666 +lonc=-86 +alpha=337.25556 +k=0.9996 +x_0=2546731.496 +y_0=-4354009.816 +no_uoff +gamma=337.25556 +ellps=GRS80 +units=m +no_defs +bounds=-91,41,-82,49  <>
+    -89.51831654987319,47.005279441559445,232439.518508477,723027.428062802
+    -88.73265434266732,43.6385603341087,279385.586300598,346659.325314235
+    -82.77994743050131,47.126724147342706,744109.273914321,735590.358679623
+    -88.57294522930125,41.80780037107415,286060.989660825,142813.729211742
+    -89.81447429862634,42.65299748750596,187048.132030596,240612.157448051
+    -85.0054139884654,48.901424010573685,572666.809543247,928364.549915808
+    -89.44101730554775,42.1736636456055,215512.555546885,186009.902057393
+    -89.8728410826185,43.82937484639766,188383.519800391,371556.701876611
+<EPSG:6498> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -67.9665389428408,11.237580424005412,6043018.172515891,-3324038.137604454
+    -83.96502078206447,84.85270914040048,4006999.768318321,5563887.691087159
+    -137.86786972991848,66.10334831336236,1501447.646234526,3643344.199216447
+    -159.792001558958,4.060146074895702,-4976304.874531861,-152714.71378938
+    -33.75344842604051,21.27722621324576,9275515.7345162,-660915.274907649
+    -146.78092197718718,70.29308659536179,1514611.822018946,4316438.946698954
+    -99.69699030308007,57.92506220945177,3061360.455050271,1933327.617129209
+    -157.02003351714148,12.778743382872776,-3871352.924326686,294780.992028084
+<EPSG:6499> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=3999999.999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -47.56618233346326,69.98192542161249,1.829091556511129E7,1.2008359302537186E7
+    -8.877729411662898,15.329401262707137,3.8866085040845804E7,2497698.118918701
+    -50.32820807025287,-7.567113246928651,3.0147982360736288E7,-1.6721994852617774E7
+    -84.30150362258067,38.147391738593846,1.3142160277389195E7,-1223030.663007027
+    -63.263069201520125,41.108736656603234,1.8880573226308893E7,582741.05418207
+    -74.75554145152006,33.548076456938496,1.6082457148456175E7,-2740713.180904197
+    -12.31454835594846,86.56859069497858,1.5881093460861592E7,2.067370837559676E7
+    -112.96751742777698,-15.479348145939877,-2740875.633952365,-2.182140762347946E7
+<EPSG:6500> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+    -143.13567904361938,60.148944140971196,-1830103.039940895,2640296.842286284
+    -167.5068222380266,-8.68364583530935,-9690928.20977536,-1561225.286053627
+    -173.97652670458248,-5.38483091436888,-9847800.204811549,-391994.166448319
+    -97.7299521385304,81.76471435280641,722525.432613753,4584024.184385895
+    -74.80850516924937,-13.663674540439574,4202337.178306339,-7235404.943251579
+    -152.04932635181814,3.076720541627175,-6753996.862337047,-2099086.305648837
+    -36.41572595269997,85.35267200753218,1577159.344489384,5478145.89095732
+    -80.23748571587845,3.4769489214609557,2784142.248342733,-4751738.913071476
+<EPSG:6501> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -158.6568566712924,73.07612626192957,-4481795.978925074,1.4098609009764975E7
+    -127.91297267276434,10.27856567677464,-1.1370141581482416E7,-1.0100148582385333E7
+    -131.39897217360368,-12.016544710156536,-1.7703703864390615E7,-1.9295099394810542E7
+    -49.62751550699605,47.756570003867466,1.3031944188057352E7,4345121.326038389
+    -36.97889871287876,32.34700661115211,1.9265605098708186E7,1964898.049732764
+    -142.21609376181286,81.97873450622413,-607298.325240936,1.615305491627266E7
+    -14.321793995453646,12.534885231975629,3.0533400704137564E7,3258865.603256972
+    -130.55402846822096,58.860136407186715,-4186964.286227909,7015544.366081447
+<EPSG:6502> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+    -57.17588057975428,81.18559620460282,1587368.689101575,4464268.820408401
+    -122.02115935741747,34.331304512848575,-1867626.471785678,-759372.877732311
+    -104.13737021998087,61.67093179163736,198079.28434982,1847898.472012517
+    -45.508199624442256,25.29469643984369,5621137.872332839,-780480.852313685
+    -149.78963449110094,52.4904555855927,-2726262.543963147,2121077.528250528
+    -46.69588417995584,-11.093357609143663,8419276.291535765,-5094774.733559828
+    -130.84073142887243,73.03047809588162,-544239.039705375,3503815.811790223
+    -48.70528653921821,63.1077951423855,3007706.67551349,2622932.491571085
+<EPSG:6503> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -96.82370030609248,-8.814934001096777,556236.02180035,-2.310590629039892E7
+    -125.31222232627091,82.05514046310955,465169.616629078,1.4920267210065339E7
+    -116.23502282219704,6.688585440712412,-7745743.212057721,-1.3810165474630326E7
+    -160.48762349136732,48.71419580796246,-1.1661459484717716E7,7789732.762218144
+    -127.57961000739532,73.80622982079413,-1291322.762643208,1.1609809262674382E7
+    -15.943869974271621,70.0468842537671,1.1552684694952546E7,1.4042888834793754E7
+    -128.2796852722139,56.45967659640833,-4330592.88278327,5586292.939940379
+    -40.64594987350941,62.01792079730356,1.1253078757988006E7,9097929.0222432
+<EPSG:6504> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+    -85.58418145896601,52.134537750633925,1380564.122155362,1148050.788573172
+    -166.8148703891328,82.54653005593102,-572160.757502819,5657477.654444652
+    -106.97937666965424,65.73003289050848,155790.633143988,2744116.949486509
+    -115.85798605998255,56.63028630448477,-558222.904986206,1809395.891565883
+    -80.92962991114979,81.55800209195031,1106678.676209332,4865516.081942195
+    -135.50819303886055,30.92230354804721,-3100123.494296215,-241668.315641908
+    -69.67777674949127,-5.147945969044748,4518802.467410478,-5360089.10719754
+    -27.935365203360675,42.0787230612476,5694672.824127162,2090744.474131658
+<EPSG:6505> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -169.4771561140864,57.62869642792833,-1.0528399979784012E7,1.2255685715303648E7
+    -65.94026998975897,47.688133232396034,9411125.509301215,3214400.939886074
+    -41.25883376883047,37.03566672306319,1.708973014050796E7,2983530.154307375
+    -68.89230106369322,62.439474925499525,7056088.371109826,8231090.782077037
+    -99.76916653814511,50.23429160023309,1268462.427340835,3017803.114223778
+    -111.09880047769138,67.8120505295128,22455.933970199,9943622.825541593
+    -156.1764323791455,37.4728082375219,-1.3846949442382134E7,4893539.632081853
+    -166.3033976257921,1.4735239287771336,-2.7078483693839442E7,-2127717.850833553
+<EPSG:6506> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -92.14036541134124,-5.287214852730514,-66764.485397183,-3850119.570774511
+    -83.40090510537743,86.54570282920926,336502.658693614,6352868.04260354
+    -94.37438206564597,-12.304247593193267,-303581.210649412,-4631433.389450643
+    -89.45127336469204,-68.88272684083029,275146.012301782,-1.0908612334623426E7
+    -86.45925636872103,-43.93621407756322,490612.135593112,-8133758.598132446
+    -87.02345348562513,9.811802675507522,498568.582192963,-2179006.843781354
+    -95.07385801577918,82.75444689904799,212266.624198863,5932483.406511676
+    -91.91906503712255,58.328320339561884,119253.251588769,3207145.592311094
+<EPSG:6507> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -88.51979890065631,-37.090318731530466,1075699.371706754,-2.4182698091291916E7
+    -86.92217911876034,61.67962710029914,1316190.617070078,1.173831363044832E7
+    -86.33735774763117,-74.495642905189,1228608.894514705,-3.784874118686496E7
+    -82.21634730492794,35.47923792596515,2955759.907139933,2241570.412802453
+    -92.42453403337365,67.64805542335935,484286.220888791,1.3930899064338796E7
+    -87.896907037052,34.81479982831428,1265331.649297633,1934799.255681834
+    -87.1046133336812,16.32490643083706,1590367.68470448,-4784226.836739229
+    -88.96574501138625,-78.89480338765996,974905.740862679,-3.945474106138961E7
+<EPSG:6508> +proj=tmerc +lat_0=32.5 +lon_0=-89.75 +k=0.9998335 +x_0=500000 +y_0=1300000 +ellps=GRS80 +units=m +no_defs  <>
+    -92.15889896643777,-25.598354841057265,258007.653823483,-5130764.619967103
+    -93.91901850675129,34.965180232632605,119204.026708539,1581334.120893459
+    -84.23200025424754,22.603390685722687,1067886.816556882,214033.8047957
+    -95.04817344600856,-32.3382623222152,982.608001003,-5887828.703149985
+    -93.56836923448455,34.287000504049715,148394.326518761,1504771.87506961
+    -83.02610643172238,-31.668167444199213,1138194.174972566,-5820888.845262186
+    -85.9580769450545,71.8714787921565,631640.265072116,5683902.518937644
+    -96.73342432875953,48.10591078717658,-19845.72652331,3056255.275082748
+<EPSG:6509> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=700000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -96.60376802228542,-64.31786940578529,397060.784307056,-1.0414419166759126E7
+    -85.04705817753276,76.08833094572,841745.384102435,5189824.71243937
+    -93.63622667294517,-79.00690682066498,629699.93416138,-1.2040331583513865E7
+    -89.57361646788063,0.6981900662615743,784563.323310728,-3187321.170470085
+    -88.90232204127616,-57.596256953232825,785562.051123837,-9651425.081419876
+    -96.1560070045071,72.25570223947622,502140.536480536,4765320.715835649
+    -88.10086221499077,-0.20714159074474026,948566.834813611,-3287446.942850711
+    -85.02663977195974,-22.666099100653355,1245909.783501433,-5781722.850131668
+<EPSG:6510> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=699999.9998983998 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -95.39793787343054,-52.49309745420804,1168438.701344526,-2.9837592168108862E7
+    -90.58898595216696,-67.37262071174648,2260559.637920115,-3.5236428930166565E7
+    -97.2866173657155,34.65997316078359,203770.06524632,1949570.382493188
+    -86.72285630957235,0.5090800175468502,3615965.857966259,-1.0525323419632263E7
+    -88.55572985711552,-51.93593094812499,2697651.065828671,-2.9599502041191764E7
+    -94.06732408259667,-40.73344352907834,1261677.363405206,-2.5531394908088967E7
+    -88.39877056536302,40.11077508231244,2837690.061596483,3867692.873739036
+    -95.13935745768421,34.793011065281476,853035.402953408,1960152.60845381
+<EPSG:6511> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -88.09157802077286,-12.853410775500251,978922.595816949,-5392288.815569067
+    -90.11258642457805,65.67965203260579,609729.593973949,3321931.296317957
+    -90.41507647320117,40.52547436303769,676661.803117462,522882.134168271
+    -88.6260191400331,-17.340644084358175,912004.05680438,-5888820.01101492
+    -87.59021474805822,-34.80656400386427,949420.45084317,-7830669.108172964
+    -97.76839276767188,71.94847925114121,317935.187477127,4027027.829536268
+    -91.87203435223596,-47.65985458113151,547166.141303358,-9247232.145153854
+    -92.71119754358182,-85.9957110989363,498352.859152712,-1.35208694540288E7
+<EPSG:6512> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -88.70948993758165,66.85221620329435,328561.592275524,3451721.899383425
+    -95.48014493002398,31.578228068849654,-222970.131918799,-461152.424003954
+    -88.1106865300175,20.892783361506616,498632.377048234,-1653883.612917899
+    -93.49007435294295,18.053436343230075,-66664.078742483,-1967459.77555589
+    -92.53078492423298,8.702313033519445,26489.390764343,-3003924.019195046
+    -85.421196776013,-14.183641988714811,798845.284741063,-5541316.412010876
+    -89.98355898365192,7.802709862944241,306958.140302843,-3103975.603878865
+    -94.19673961951347,20.530710940603115,-135717.487171041,-1691448.484838916
+<EPSG:6513> +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -96.71693938071384,71.01035840264547,769474.851422522,3878913.843303129
+    -99.8732739973768,53.80012285944818,496135.667015856,1972924.302493933
+    -97.99580734951543,11.118387991341066,467906.517812337,-2772061.509877099
+    -101.37005826580433,-75.08057877807384,652905.625071081,-1.2350675402264401E7
+    -101.15259344042757,83.49643213177546,766030.580946628,5276090.672769322
+    -94.1656328320377,-41.145415505481736,878068.494682061,-8560308.869871078
+    -89.24922982147103,-79.38927156016436,957832.070544794,-1.2825089362116063E7
+    -97.36196419585335,11.361417296476617,537507.826858355,-2745891.469923894
+<EPSG:6514> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -178.39760284905648,5.316672859856936,-7845687.275499599,-728037.14877411
+    -78.15366006418938,-4.594975119655608,5443361.392802029,-5190006.616300892
+    -78.2455013248431,26.960453593215348,3793303.988713798,-1314204.414036213
+    -69.83961343312072,4.153208340907778,5995402.244388612,-3469742.120106679
+    -40.002769667384456,25.87944849185233,7071126.466605675,988449.441708972
+    -172.6626742907758,-12.043510230571647,-9272748.085732624,-3207261.245258531
+    -127.71505686802797,-4.377415128893071,-2257080.507215771,-5804241.234533652
+    -175.0599321204425,60.638836809393524,-2683142.535983121,3298538.171485034
+<EPSG:6515> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -138.04748097709447,64.9202460639868,-2618903.013743451,8510983.641269412
+    -61.10240371527087,-1.5713576278039358,2.470633357460294E7,-1.1456464337359266E7
+    -43.67016817885346,41.86900980204409,1.791381468837047E7,6255764.273141011
+    -141.18167847872425,68.85206891469602,-2487541.621324487,1.0126035669624446E7
+    -38.72342718397016,86.19652684353454,4484588.046914828,1.8553311263151452E7
+    -86.59939366899202,62.5572516445567,5939425.654183529,7342817.569226839
+    -151.86424918996295,79.01179643892962,-1621637.577868816,1.4557719155439544E7
+    -152.23448234504508,0.5564607197196736,-1.785657633583805E7,-1.212211605681072E7
+<EPSG:6516> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -155.02872888525337,19.13753197051424,-5298017.656929155,-443380.417378591
+    -128.00323887078707,17.087633394755656,-2682554.35496217,-2078406.120264036
+    -101.40146648468965,87.40591091364172,483854.518013516,6405579.897566902
+    -102.64758342556821,26.43656731662282,227339.422241811,-1499588.04246643
+    -92.93120687958735,-3.2662440869673066,1534961.050363536,-5228872.344995559
+    -53.88588953123384,36.86763633875525,4430789.079729705,744241.297479165
+    -39.534561640635786,71.5841110451586,2862846.338989333,4592602.624977645
+    -77.1667021384077,11.849957397922928,3277843.070201265,-2871114.935060872
+<EPSG:6518> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +ellps=GRS80 +units=m +no_defs  <>
+    -110.1235023876762,-27.05754120075892,1149878.374625277,-857108.355036043
+    -121.0499592257025,65.13494791338087,294409.970246747,9386328.50238562
+    -112.65612534396476,-29.229569138282862,890044.939647662,-1087537.282576063
+    -111.99863449152392,88.08737327617118,517380.648371607,1.1941593184332322E7
+    -121.09803259103472,-23.935242090270137,48616.496240164,-501416.343800336
+    -121.54919379834988,56.6812317859854,200919.527531234,8447973.699902192
+    -112.10981822180692,72.26772522971964,654820.582432971,1.018059614022761E7
+    -118.9732128607121,75.82723567989058,436954.879747056,1.0573190595573712E7
+<EPSG:6519> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000.00001016 +y_0=6000000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -122.68043447112177,-3.2706737453536476,-556200.549523413,5872350.169016746
+    -120.27223179113923,-52.797764540324394,842748.360290874,-1.2152534410083E7
+    -110.78125399689782,-19.597193800702357,3668724.411377988,-81062.954210283
+    -121.75696518674272,76.22256163040379,1196832.097556763,3.484875762911118E7
+    -117.66387103408756,-69.00493088183676,1509564.060094212,-1.8057729765760835E7
+    -119.07295061316783,-8.700682828958222,771480.318934258,3906275.837653088
+    -119.40974673508639,11.016151424300915,656674.79121728,1.1066347499378392E7
+    -110.71620373205819,-10.0475034626417,3783968.846122139,3400890.005337898
+<EPSG:6520> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +ellps=GRS80 +units=m +no_defs  <>
+    -115.07705498057226,80.80197928020388,209037.27847558,1.3127359243062848E7
+    -108.7426905747815,-83.93602921219721,280515.772405966,-5175008.759457326
+    -119.07975907329676,68.1682304214309,54916.125491518,1.1721527382074416E7
+    -112.63847323103907,34.141769002316494,471624.910208985,7936455.170808163
+    -119.67973394492395,-76.29208987814346,91688.251786517,-4320556.508098658
+    -120.49391011054186,-19.893028722976254,-314659.88426823,1945704.917207203
+    -113.42236324573406,-0.010205229673445615,440591.461746495,4152397.224785829
+    -114.58850877666194,75.67320142190411,227486.246513835,1.255499879697599E7
+<EPSG:6521> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000.00001016 +y_0=8000000.000010163 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -121.59390585473624,-10.158141629268968,-1508368.533227875,9921804.715490298
+    -121.98854594235829,55.05122496999934,-685821.036793274,3.370932211621544E7
+    -118.60454046337647,-39.94481250882868,-190929.810597243,-898310.216051041
+    -109.9722750344357,0.016102933136778574,2708541.662802086,1.3632897203661513E7
+    -112.04589284618095,-50.22901015355937,1484112.574641167,-4652970.694541149
+    -110.44820074091021,-8.218341443616836,2514708.723433255,1.0633776866177442E7
+    -111.54596448282776,23.23941220918431,2012409.250619734,2.2080251119370773E7
+    -118.33593628889172,-9.254207028502847,-336407.619363246,1.0266033266285954E7
+<EPSG:6522> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +ellps=GRS80 +units=m +no_defs  <>
+    -115.87187035810175,-9.080809190684619,1098157.172156796,-851675.228793188
+    -114.88094742716036,81.98724334715641,857595.929635627,9261506.839232687
+    -123.93440608604831,42.755678748688695,361937.046176895,4902539.263313111
+    -114.57198260062387,-13.187886717479614,1235117.926743771,-1308303.937287997
+    -112.68127400456439,-3.1274198812356957,1457140.731570701,-194106.215074293
+    -116.75123370111481,69.39376153297479,871973.327339926,7855183.309373086
+    -112.97933885563609,23.784820673316375,1371722.510785573,2796019.899916749
+    -113.23513332269418,-44.44391794096622,1225717.224766253,-4783063.389465453
+<EPSG:6523> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000.0000101599 +y_0=3999999.99998984 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -111.61641239191343,46.79961155850094,4369142.861192951,1.7590516034490157E7
+    -116.18141499286578,29.88970891831066,3385883.18334811,1.1363190726933604E7
+    -113.1862325056773,42.55467574022441,4078934.32991306,1.601192822649986E7
+    -120.18869137795093,32.1989565019602,2128078.636394213,1.2198842047546422E7
+    -125.36892914953046,-80.75893764801447,2226310.180301892,-2.8945370837331228E7
+    -122.18888637505167,-61.877833128935336,2002646.377632978,-2.202871927085567E7
+    -122.23844393911304,41.32427840944479,1620706.909994958,1.5538371970754687E7
+    -114.96710564658979,46.05923023439746,3542614.970468174,1.7263900843297478E7
+<EPSG:6524> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -78.19028236495537,-75.7940126684456,121565.298958554,-1.3132165037323195E7
+    -71.74431783721704,36.38019234362393,293032.675489286,-679420.7271044
+    -66.23199996034492,60.209909750353404,601092.124417415,1982624.686005141
+    -66.998920028195,-86.23962683477015,334153.590976687,-1.4290049411475856E7
+    -73.24779245799746,5.214977114951836,124697.410076194,-4130160.090359543
+    -74.8475437770899,2.997329307490091,-53782.664127502,-4375085.635079338
+    -66.88577106240157,14.379536195947026,816151.923028583,-3111377.10326543
+    -66.65850140830129,31.59492320798512,775565.064373014,-1199293.0920818
+<EPSG:6525> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -76.88375383788947,87.01199673919695,884735.10425498,1.6280366160138862E7
+    -64.78946212094216,57.402280616659425,2339204.899372128,5506560.784000384
+    -74.15976494620966,27.04858574577605,172625.58223588,-5615659.683528741
+    -74.79156472314,-9.636928065324483,-141520.678509118,-1.89443447232861E7
+    -73.23977795310387,16.440140753985304,433018.459322014,-9475299.708302941
+    -65.89706266835768,-31.22665935283132,2789129.685356786,-2.6828680285478745E7
+    -73.0114586324701,-15.396845217071899,510597.765213678,-2.103116836058697E7
+    -76.25472440473398,16.92916211599379,-620625.991176284,-9281156.031335082
+<EPSG:6526> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -79.15145656305981,84.84403067991781,103366.780426994,5127462.71931679
+    -69.15884853692556,9.350017702419066,737479.955142705,-3261253.554223975
+    -70.51763324178683,-77.99239089803288,242447.445108715,-1.2962834248984098E7
+    -75.01793365605326,47.032989142156225,110636.265370837,910951.881349916
+    -75.20128226091967,39.67039920310239,89833.607115526,93157.067413647
+    -79.240718374282,80.53059799542191,62995.242839429,4647473.762470989
+    -71.50521890209595,61.47456618833573,309561.51193025,2521787.435581593
+    -75.88893570791983,56.374338687464586,64191.783225726,1950913.242684254
+<EPSG:6527> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -78.93819480927067,-85.93199832325381,376877.102035011,-4.5431591627447E7
+    -74.30500100876536,-1.7918203003729047,563301.096937589,-1.4756147952014662E7
+    -67.7131261992875,-70.15619725397262,1334438.510509559,-3.969651846256589E7
+    -77.7022515572317,7.191095409443676,-668738.557922233,-1.149348261220064E7
+    -76.42149136742931,-49.35139960857307,34155.717300989,-3.205213043507666E7
+    -78.27953220250438,60.11064749683425,-197163.333240626,7782704.840980422
+    -76.9914724174953,84.11152955300227,398499.908071405,1.6549814587176712E7
+    -79.74434318890113,-21.660890090998222,-1290422.657836235,-2.199726387361528E7
+<EPSG:6528> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -109.88282128731424,82.63758256388596,448045.061746347,5749758.513441834
+    -111.42492086231087,-17.194078989119618,-51052.993943457,-5339597.704608477
+    -108.60700725485549,-56.75922927656407,355866.383504121,-9725584.243859563
+    -103.87670438596848,12.60023572752506,757913.656479598,-2036119.458255435
+    -112.7565501655136,30.04432222874324,-128128.04064891,-88031.913401224
+    -109.70504168003048,-64.0153043635446,331111.257864767,-1.0536060580460941E7
+    -107.96675182987782,29.42347908101037,333411.623206795,-173523.117968472
+    -109.57383925478769,-8.840358505680086,134198.270745325,-4409759.242740375
+<EPSG:6529> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -99.52255525283239,70.78046189988746,2450116.630313002,1.4561447866238864E7
+    -101.48706994978839,43.785442720874954,2898193.632751259,4691282.673945534
+    -108.6739609633018,-7.961070413240478,763446.024447353,-1.4145880249358123E7
+    -101.53841304933331,85.87460943565637,1764471.230071139,2.0049693098434012E7
+    -109.02199291270875,-24.07510618676274,715428.480503576,-2.0002439679655246E7
+    -103.56790806656807,66.65744792387812,2029506.88786537,1.3016151862090658E7
+    -102.01177504317334,-53.66662369163119,2559170.011602649,-3.0797829220778756E7
+    -102.37438164709803,15.56379808609421,3005060.488263837,-5595953.346849807
+<EPSG:6530> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -106.70347916125077,85.99918027547128,146536.71698731,6123955.533638841
+    -101.98210759617578,-17.61286388448164,414579.145803118,-5380169.859094941
+    -98.18585619398738,23.31523762469847,794559.712188075,-838045.593357262
+    -105.20906850153517,-9.09659032530665,68736.784474428,-4436620.6193228
+    -103.34916120352561,9.736367526877032,272985.070402627,-2353908.180983917
+    -110.95309222004794,16.207763037388844,-544082.093209429,-1626720.806837686
+    -108.03390864299767,20.294592076665737,-221699.341735951,-1181551.487807076
+    -98.79684981161552,5.619813689776464,779264.797349425,-2806378.944984453
+<EPSG:6531> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -108.4862758980654,19.363104390000515,-890992.571785073,-4211747.184541181
+    -107.3114436909912,43.65284591112092,-246832.270830784,4620923.358280863
+    -105.95665360751012,-7.460743943189456,-46569.708973061,-1.3962997409562439E7
+    -107.26129302435093,-48.959754003809564,-162021.838657194,-2.90663933854835E7
+    -106.29467622562865,-14.729122455177261,-151651.776307306,-1.6602497858895661E7
+    -102.67565879055996,79.0677119599458,656501.013723346,1.7552725953280788E7
+    -105.57909586026524,-7.170602700398021,89900.485468508,-1.3857264668151757E7
+    -106.95543658129868,4.521040159902029,-413593.642474005,-9613699.43996479
+<EPSG:6532> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -111.66959646491662,56.56809112888689,594256.687688038,2847197.471365571
+    -110.56100770216523,-24.851212975120674,554265.493924862,-6182791.811669655
+    -101.02135436050705,24.532049666834965,1521267.905972632,-699578.907140174
+    -102.00911721701519,81.40982593708503,926991.700709794,5616004.165791399
+    -114.3253572143183,-69.40294829225877,575445.940489911,-1.114593885193811E7
+    -103.24460888445212,39.64160577777329,1223935.898889321,968757.820075373
+    -102.08563261316515,53.31562370656252,1212848.489298822,2493986.853514477
+    -113.1339711155911,-27.941712654499945,307962.176712474,-6533749.102287413
+<EPSG:6533> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -103.55346505626608,-34.259570981395676,4016692.646705284,-2.3724119048527353E7
+    -111.90762415739685,84.80965733818803,2588152.83552753,1.965952463310543E7
+    -114.12138797681142,-86.54549602678563,2584536.479098441,-4.2809382108179025E7
+    -105.05997531463802,-3.816426384205272,3734058.018811046,-1.2641558602271022E7
+    -110.80098276578173,-20.57002538502755,1707667.755225184,-1.8729586264428098E7
+    -103.84213044014125,-57.133443524537114,3515691.17309812,-3.2060325955827355E7
+    -108.45219681515472,24.748061715298135,2517722.345841405,-2272398.18865436
+    -108.38657086486928,-0.8686061725640286,2521074.610368305,-1.1570614934095256E7
+<EPSG:6534> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=250000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -82.48177129375047,2.461597355764738,-407133.542848161,-4155621.474514694
+    -78.82206093202133,-3.9944441224171356,1339.783918175,-4871253.059697471
+    -70.78549809646019,-54.44836595389268,625868.403457214,-1.0480192774184534E7
+    -74.34227680345114,-81.82438790997965,285582.990986731,-1.3518234514680952E7
+    -81.49395932716948,6.917322470305365,-293312.333361852,-3661575.565613851
+    -77.98233614898592,42.31611981013333,134673.11404218,258153.189294718
+    -81.20918835661509,-60.29886062276819,-5633.530831941,-1.1125175536417278E7
+    -81.94668360541915,-32.84849395319148,-252349.668693138,-8077746.582183327
+<EPSG:6535> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=249999.9998983998 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -75.95292374123417,8.990402536659744,1047627.143511775,-1.1269878850468826E7
+    -76.48281141485715,-79.56678429023167,826877.816261625,-4.3521793903931454E7
+    -75.04519081176555,88.87942095718566,831229.380081369,1.787063209737088E7
+    -82.47261913336534,34.61081007753994,-952954.216174349,-1910312.174199686
+    -74.93495737430958,41.318144992854315,1273000.284837647,484507.820912885
+    -76.76354701990708,-15.051395508409854,756638.087548915,-1.9992848806019347E7
+    -76.83244441722793,-14.780525254673861,732224.42669751,-1.9894547206389003E7
+    -75.60858095540954,68.68567955936626,949973.405329392,1.0475531718890963E7
+<EPSG:6536> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -75.33771665810605,-84.84090843712633,141587.598088883,-1.3724432324532377E7
+    -80.06467386612513,57.933159649329724,-179408.577705523,2137196.667178028
+    -70.07380690965033,-21.25922117822053,609687.202191018,-6657560.92944835
+    -75.37670168661137,49.41633171611659,86393.285148364,1176179.779642419
+    -79.12357907357679,75.55096134191018,21304.334005445,4093057.449511764
+    -79.87818297214879,6.101571553173542,-446129.973638198,-3621956.238440607
+    -72.98839054165423,-24.137168980211328,303642.058901704,-6970614.910554225
+    -78.49536869388739,-87.8046441913432,132920.857226093,-1.4055950197630813E7
+<EPSG:6537> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -79.49348254922006,86.91995052744048,393939.146183832,1.7581039938483525E7
+    -69.81618789151709,6.834307968632018,2192359.233333707,-1.1618703141557015E7
+    -81.28828325100085,36.05716322180024,-1515729.013888394,-940576.617669701
+    -75.32800820203357,36.88834885150099,249988.471227693,-707149.670512116
+    -71.39311825165221,83.08766260890101,629060.361486538,1.6176365398071477E7
+    -73.79432721243936,10.834146600131945,745268.051852798,-1.01754451093751E7
+    -70.74969370019599,-17.36795041909167,1800399.17214418,-2.0420916925829798E7
+    -70.87757539757105,30.220271126129916,1636546.561899833,-3116201.115705622
+<EPSG:6538> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -129.41496924557728,42.83513315623456,-3936987.551217628,1683155.427588475
+    -84.19992912003435,-4.611949028795705,-1204236.839666877,-5397447.007653237
+    -152.35375537253694,38.81501934330304,-5636967.808388747,2697579.784316297
+    -141.61522314256868,39.83757209853842,-4930527.931758877,2088730.012452678
+    -15.938661845232929,46.57225219099159,4453443.658488063,2141947.140630168
+    -92.49387561671247,-2.6123786819405908,-2352345.644454662,-4913225.639308316
+    -59.67721102913805,66.52094260892522,1018619.962498717,3106740.660065036
+    -155.43459683990415,60.96567010610853,-3784652.332782828,4414037.223579469
+<EPSG:6539> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -60.861271608278415,-15.64224882030268,8193540.392418636,-2.3220747100155864E7
+    9.095457140920729,14.066855750638204,2.8866464637678985E7,4485728.009947682
+    -86.01026610413528,19.082544280539572,-3435046.226478863,-7546702.628315762
+    -138.85190843876586,-15.018369089599535,-3.1321504688995387E7,-1.087307946374093E7
+    -115.5646508390542,28.13446576997068,-1.2219360110081868E7,-1222791.456704008
+    -26.060521697839732,61.4661760025985,9583143.108824318,1.0371928613830278E7
+    -104.0756728662459,46.95029794801722,-6423836.274647149,3761405.663439786
+    -52.0481814412754,68.28150547678165,4393076.652042798,1.1166597665914714E7
+<EPSG:6540> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -75.10728061879757,-43.57156057158073,630790.611870619,-9261044.387148814
+    -76.55065956986593,-25.27757250422094,554749.87927242,-7227430.922940473
+    -81.61863251253114,48.88832565732392,127433.515665759,992061.38580436
+    -85.08281228061436,-73.53959441781231,144738.152778128,-1.2603861161468983E7
+    -72.15640486931756,-82.34844668314767,445375.429495034,-1.3581372252080863E7
+    -74.4434899216633,-42.99364903215274,687601.404069987,-9199293.452645129
+    -72.84496077207045,-64.91166971633858,621296.29602894,-1.1642611007153075E7
+    -80.67608387824221,-16.55131351843893,126600.319360011,-6260952.835158584
+<EPSG:6541> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -71.61925840774468,88.07297894287905,1233889.557048833,1.7580190203020696E7
+    -71.60869230213021,78.41648079060514,1660230.417229539,1.4067731024945037E7
+    -78.37117080610955,-43.95415802809975,1204160.264018799,-3.050419935301657E7
+    -72.44342617092117,63.812613685048774,2139345.821544814,8739529.14303814
+    -78.93350397323627,63.87381143513494,1091826.727082076,8714350.136839593
+    -80.50935856537332,46.06689472906771,659427.648765536,2217036.812918692
+    -73.05622780892655,51.96556713238465,2394076.357991264,4410573.438309239
+    -84.95785577031506,-76.58984595148304,607669.050612178,-4.24607192952092E7
+<EPSG:6542> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.22 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -94.91203959558302,13.967084775997733,-1216784.091725338,-2096699.849419245
+    -108.80098917215972,34.849466888410646,-2074820.573633119,527950.952344183
+    -43.621052643062285,15.250612878853559,4549393.365282314,-1382871.15096173
+    -53.15212990802151,88.19288570872384,920123.100323237,8034283.137526467
+    -153.1331022010011,42.733748002507696,-4960675.427410122,3181784.396724547
+    -104.04323634724146,-6.890164404312426,-2915167.864073916,-4474557.824404875
+    -29.22806291776905,-15.667336498652048,8033556.764796788,-4345255.932667308
+    -82.98976520155465,79.84506081388848,478161.371218244,5931165.285703544
+<EPSG:6543> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.2192024384 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -32.06425598419264,-2.0038320436176136,2.2087951512967255E7,-9089379.591699107
+    -96.23086431467081,50.07845766666297,-2174112.070671528,6377136.376340223
+    2.612895515099723,88.94570771519167,4124068.866911051,2.820946996403605E7
+    -45.87984540264921,44.936627067181874,1.054441528327942E7,5530386.409678959
+    -4.738233212389531,-17.84192955256204,3.726431902919213E7,-7816894.415716074
+    -48.51677294193328,6.242324864562125,1.4276047439531194E7,-8530079.018825918
+    -83.31078457770084,-13.372263571373436,-148313.550454063,-1.9258001147963412E7
+    -82.69774638673123,61.1076676083034,1261476.400134574,1.0365638793620385E7
+<EPSG:6544> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -62.016527550802664,70.2432591072705,2130670.811672035,3053561.263808526
+    -63.32335743445584,25.468558661508403,4456893.115290605,-1500687.842945076
+    -90.76548214724129,25.977484044903278,1639831.264064883,-2324115.194932898
+    -102.44808406215364,-2.487798496733717,295083.54287904,-6192316.058106489
+    -53.3035153573328,77.09581438143071,1932821.797338973,3961747.094722872
+    -92.61253454706554,73.6658947178211,882848.908387392,3105242.67781351
+    -92.0419726709926,47.80290211315058,1232277.284745656,124029.447099404
+    -147.41691870102872,72.51838803370678,-1066254.009144616,3469306.73978429
+<EPSG:6545> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -149.67992540412996,45.611719603940216,-9788941.113303633,3381485.26034806
+    -146.75524060901228,16.577105773953274,-1.545604732143044E7,-6213840.943773014
+    -35.96654782558966,19.63967421520248,2.3950620536262054E7,-562895.212330724
+    -107.2384271911907,69.02365405795281,1010015.12682458,8290763.315673488
+    -167.70305031255674,34.01961763087593,-1.641302195661365E7,3795422.567812693
+    -163.15130747618372,23.073600425715732,-1.8524209863730818E7,-149858.063313567
+    -46.62255912317141,50.53415625623542,1.3512713875908826E7,5501888.152033992
+    -110.18472494705503,72.36402228566818,762251.192579559,9675496.360868067
+<EPSG:6546> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -179.358530670114,51.76052409502074,-3992362.164633734,3198714.631224021
+    -31.053450794077577,14.144312125140477,8180626.717358996,-92699.616053977
+    -65.30687329284117,24.499397133354933,4294883.359517905,-1565615.75885413
+    -137.2913105157217,13.228871343428363,-3878202.239548795,-2729576.108083725
+    -144.02335371253525,-12.587089278809533,-6654857.597820984,-5603585.440302777
+    -109.37090682257472,49.33998302558965,-43883.575538933,444868.788974499
+    -100.61048190282207,17.486312950038677,586805.861250055,-3258826.984696703
+    -143.24369794050747,52.30992653739118,-2186461.797731264,1517084.284757755
+<EPSG:6547> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=599999.9999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -147.4780167318881,5.449934360511676,-1.827876431158939E7,-9634010.027751375
+    -170.73202329830232,62.73555074513544,-8767342.654188192,1.1462596789636848E7
+    -155.3323442832602,84.47449711599853,-758916.347445082,1.683528381503173E7
+    -162.35192700209248,30.65433328262467,-1.6188782301658178E7,2001063.418960955
+    -154.35056942984698,61.42330254431786,-7065571.899309686,9040150.871026553
+    -147.07750399442995,60.725432695612255,-6153188.642478975,8033182.238196749
+    -110.29003511465686,10.216516874550223,-2237796.349975284,-1.3489398054603657E7
+    -117.72221655431619,88.99359945208717,1702126.127759089,1.8890945775367618E7
+<EPSG:6548> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -141.7280601117909,4.6246466967094015,-6705146.638060064,-1564718.045381726
+    -67.45233909359898,80.63080138784277,1008647.175569349,5140521.028325565
+    -17.3716068223265,0.03265295542992064,8924892.454740282,-1508984.757194748
+    -42.81822293897156,-7.169920680971105,6447527.815143783,-4467225.717259048
+    -140.26660183117323,13.725171524409433,-5838733.427219411,-770655.158283313
+    -57.220538397240716,49.24793355457493,2434227.970558883,1335537.963827392
+    -42.73917125460257,32.52912947479314,4245751.142436396,50409.934095115
+    -104.59493178277498,0.3132015653660787,-2461961.213468819,-4341268.158144683
+<EPSG:6549> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -9.21121088002559,13.31990735345795,2.767645070942126E7,1530206.959838127
+    -151.13860391188422,46.95074631697267,-1.354184855582424E7,9097982.959042687
+    -5.137329915894128,8.525079174988093,3.0254763740458015E7,1508060.379669446
+    -12.191346926024465,45.82625880975803,1.806927264626651E7,9112655.763692472
+    -147.76322471041672,9.534921640765038,-2.2570917266959578E7,-1872438.156965648
+    -14.957528852611233,24.515364555803117,2.305331864962741E7,3006387.675863934
+    -61.07674872781388,16.084412046369835,1.0092449748923328E7,-7846482.009145459
+    -17.450542308650256,-6.698395940021813,3.1433606050220206E7,-7334223.838633699
+<EPSG:6550> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -117.48303344978135,48.993582821373366,-1933633.840824269,1723589.03889866
+    -59.209602676956834,20.327884150326767,3132654.37367067,-1667623.774690816
+    -43.09619282473476,58.19957302840747,2985952.808837503,2816756.171446637
+    -110.90947063124332,-5.32416689714263,-3494661.262596501,-4649499.639323949
+    -139.0446423928794,-13.886987129780842,-7933159.91215113,-3864468.463896279
+    -106.19814369484907,-3.961505556277107,-2781652.386092558,-4655164.860502488
+    -151.27206737665713,-7.952037303645451,-8800869.743250484,-1926184.228122937
+    -153.80011288207902,62.58650023422233,-3033017.908892795,4330325.570584672
+<EPSG:6551> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -133.10933175270767,19.97770436497874,-1.5419239701180227E7,-1678464.269065196
+    0.1853865817821827,-2.04999094823658,3.517277704350427E7,516096.705619204
+    -132.28844236409006,57.70225621567228,-7834843.363829236,1.0086164915280102E7
+    -146.15866341457837,66.06180895291968,-7984395.323893017,1.4328775218326846E7
+    -35.9828272756225,62.98497860326168,1.0159070936757771E7,1.155909637437576E7
+    -154.82696140726546,-19.882401561338394,-3.478158620984456E7,-9595758.92388845
+    -159.74288477219682,75.6270498481584,-6371121.1765615,1.877999555475698E7
+    -144.23912995437408,43.209051413474675,-1.327262584611035E7,7322087.182791019
+<EPSG:6552> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -33.04935635074452,-18.879158491336888,1.041688193595378E7,-3552503.631656422
+    -145.1820946400017,62.44366609437094,-2058478.023127923,3831459.592054945
+    -109.68484538589239,-12.30198448033965,-1172072.854031027,-5788415.51828505
+    -86.50422234440488,60.63745727663863,1299108.731236121,2987574.297631896
+    -100.52025524806136,55.983607229567,431716.609895595,2382968.72324757
+    -169.38880909769142,51.8052460141582,-4078294.692908872,3692116.537694117
+    -46.92547686236793,44.61876353275528,4513060.442308151,2125125.940783604
+    -53.76451675581862,23.22684345773373,5079856.055724935,-278066.43587271
+<EPSG:6553> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -59.016772432786254,33.795618998159654,1.3505914969745003E7,1909410.800762095
+    -70.5994603642094,35.39592487642096,1.0027571669659056E7,1288973.567460804
+    -29.49837971918228,2.82028614841861,2.8841297148117766E7,-2464221.26583894
+    -78.60167917935946,6.576808648870486,9882256.097721862,-9997184.973406898
+    -25.960241722502218,46.308131202918304,1.882385389271102E7,1.0696823361672191E7
+    -161.81501092529177,24.366965060844116,-1.8180528733027488E7,2974941.529767914
+    -154.32204873751698,15.908766292639335,-1.785653822593272E7,-1169528.690618379
+    -66.74608916962198,-8.724948432751779,1.6728876144539593E7,-1.5174622941711344E7
+<EPSG:6554> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -77.16846073170746,70.44020108601906,1609663.883240251,4576486.35434192
+    -53.60479443473339,21.304140051094386,5174863.018871836,-323073.519743765
+    -129.25543107369725,38.797591723944265,-2079227.959446976,1024859.7695381
+    -116.05843383584596,52.54710851621523,-686431.833826577,2285372.463912266
+    -20.63044074947132,84.60385589888078,2237292.220046586,7698810.804903023
+    -91.1444856229404,50.81884265373603,1104307.977575919,1985205.364392275
+    -103.65618152278414,33.04209537540319,71783.818945769,-17504.975114892
+    -112.55424358263919,69.64010716154154,-124609.575857269,4408587.46725258
+<EPSG:6555> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -108.5866088999908,82.79777120781017,1013074.432132955,2.1761006060755312E7
+    -143.27768814446338,2.5832599565151604,-1.6504847209733812E7,-7546792.926310867
+    -66.46801066656388,23.428152913786484,1.2560013033047112E7,-1958355.610342544
+    -63.458531235769456,-4.597204859218277,1.7309990079955906E7,-1.2231539156155815E7
+    -45.79561246660799,32.562749273839174,1.7354046383940846E7,3789166.215039744
+    -37.0646073883797,4.0936771759402575,2.579286571476952E7,-3713582.949216646
+    -130.55880914902505,84.37794565718347,-544349.725968138,2.331891699693955E7
+    -75.58551946399375,32.226095903176585,8848726.418042626,364007.882610835
+<EPSG:6556> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -65.7265990765336,-14.035963050255015,9165373.067316404,-4295725.486700764
+    -109.06103895334836,50.51805000108922,1213493.742534477,1032646.7507008
+    -174.02811698253552,64.19090875927664,-2200234.425723731,3427129.110594993
+    -149.85967465788696,24.17496184223262,-2689154.166387889,-1433646.440226326
+    -78.47025278761544,33.73950455446103,4185914.304593194,95644.699870715
+    -113.95374671878103,22.350979862472897,1120044.780231853,-2178012.200050257
+    -63.55848409025545,81.70758571468177,1627739.488479659,5356801.403896612
+    -164.8308241402724,26.500088586861978,-3997886.763455818,-504124.770687122
+<EPSG:6557> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -120.88524169812683,82.05739627812025,1283649.273458021,1.6306568873200899E7
+    -92.66987626366328,-11.967016824484123,1.637484501663258E7,-2.0301650766451824E7
+    -157.5508698643431,37.76319045252912,-9100562.671743965,933638.006114486
+    -49.327036096625505,67.58507585581553,1.0998493618919933E7,1.4196483887817625E7
+    -114.01683690093098,53.48040265370159,2742202.842380465,4349919.074551736
+    -97.18127647622919,38.03236533268306,7975312.942795334,-405384.997078474
+    -74.8103108517893,64.8925595830401,8593026.354224361,1.071628008712822E7
+    -37.038322292028624,40.16778426806323,2.086700724586439E7,1.031641235161958E7
+<EPSG:6558> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -110.81733335779552,14.316981736835913,3686942.251979301,-3338603.016349243
+    -68.08135060309849,79.99136855515776,3780161.756411577,4829518.784306083
+    -73.13140239983672,84.06653744989177,3308136.325489461,5300966.060031725
+    -47.15014476633806,63.207315344148,5893759.119921405,3867911.984485077
+    -67.24883949107236,28.816743371387318,7514952.011980591,44221.073293914
+    -139.90830458002537,-11.769918790705656,-764683.276107065,-6809829.726452183
+    -84.98786304573116,86.6181313755043,2917004.918178146,5630829.984061105
+    -65.23656074468197,-14.491358588204303,1.1474136868822368E7,-4488868.662133404
+<EPSG:6559> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -178.17618947658778,53.56818312964087,-3426647.211662108,7960180.344747999
+    -129.9492921824675,84.6895079737743,7685272.991078197,1.69846119187213E7
+    -109.72939093007598,20.182619322032735,1.2216136183438802E7,-8547626.715213232
+    -48.6310229006927,27.147422378761966,2.9562898032003388E7,4066180.106176651
+    -115.19284904166638,30.03949803486654,9935415.508292774,-4965065.50586976
+    -138.80496140729275,-1.1089945063690436,-659121.676125601,-1.7055128284441926E7
+    -157.75902090937618,2.2847262835218025,-8634268.037120733,-1.249834596170058E7
+    -100.2110720869163,3.8970695017148245,1.7418996508870915E7,-1.454377203716327E7
+<EPSG:6560> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -162.8113975153904,20.286827587608684,-3054791.211527667,-1258649.047694158
+    -40.13361135478766,66.88000398911767,4841804.918520017,4634806.670914256
+    -94.67079675549844,30.28744029127631,4004391.357114506,-884749.756760421
+    -110.97977124021351,70.91955563367934,1904701.827959262,3431549.420798495
+    -98.70709932866654,46.10390789196336,3168076.914273755,711400.257545359
+    -78.3773416414553,15.62831474899933,6307770.70708259,-1762470.869012742
+    -87.41503614727809,71.99112550410467,2818964.983861896,3813125.613737932
+    -55.826732217340705,74.75850293344526,3630001.548741167,4789479.539831094
+<EPSG:6561> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -102.46449873726563,46.37529346833254,9445403.456605807,2206035.041421597
+    -165.8714123024935,54.147812613374654,-4520014.397485794,7200441.737756763
+    -77.75474976294252,87.4427028419417,6358528.893291054,2.0321034239764832E7
+    -122.83901658507511,24.819480335717046,4107880.043939352,-6227134.44858296
+    -110.27054962430438,38.67244824907039,7843085.477987762,-913590.207322297
+    -167.07719849025207,64.1294143193812,-2728864.503201209,1.0581217642680643E7
+    -140.909621835116,-1.8777980761359725,-4820013.634571746,-1.6289237521073878E7
+    -63.001493804812796,81.89111804823841,9032452.242426032,1.7871885689667404E7
+<EPSG:6562> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    3.254344776167443,-18.062410734210527,1.27405425110067E7,-1575490.216455278
+    -126.91858731070442,-10.583251140110184,-6823552.072355545,-4261197.097130766
+    -74.9398322755828,85.84205538280297,644401.172303235,6011378.746001266
+    -61.37614658998935,74.5144006480361,1216078.564685635,4159508.666686524
+    -124.2922644600158,29.108406724804,-3810489.011742672,-22382.681138131
+    -89.61232706169952,-9.616715322808965,-1263923.195526489,-6144405.090390061
+    -132.09579150397724,83.1522371956481,-518316.618310594,5837397.096355264
+    -153.30024815870274,-2.2622675708708115,-9003936.006319765,-685170.724383468
+<EPSG:6563> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -150.67107115099944,73.54959227668809,-6385882.178848176,1.675126957564501E7
+    -109.121437334152,4.404572755715986,-1.1536916311434016E7,-1.1430042970571812E7
+    -109.26186138793445,31.71202267714655,-7748124.417067664,-1306582.93446763
+    -130.63740641464906,85.24382081001228,-845984.282661654,2.018898834439497E7
+    -97.1428956399484,32.119603427851,-4060944.122125599,-2265883.606113004
+    -8.935984822855232,18.94396357863559,2.4893349720083814E7,1700468.760974485
+    -24.45227708411693,84.80715672190415,4971740.160609801,1.9962272513558123E7
+    -80.70808579634634,-3.3165263243329353,546410.151735652,-1.7410735714235626E7
+<EPSG:6564> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    4.082312122080765,17.659108724882117,8660894.20952238,1561196.623917637
+    -52.88555412184614,70.23927918872509,1707471.242741348,3786267.534476031
+    -108.50680238931136,19.586745655262867,-2762590.890975148,-1646173.705321399
+    3.134982889782549,15.118188327665152,8837413.681544248,1289291.025379303
+    -15.915716653708188,45.060660510201316,5096645.552919268,2278594.745194472
+    -70.00554474943645,23.421707420521017,1423805.316029161,-1754702.645140331
+    -122.95710753682123,59.32334353348803,-2020474.653117082,2951298.32100669
+    -122.48956902416094,53.42854514932726,-2328424.675477819,2337982.603931539
+<EPSG:6565> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    1.0966611637839492,87.44816850779596,4651116.606225941,2.282384467479134E7
+    -53.2975806261332,70.36059875936267,5528751.846977208,1.2456416963955196E7
+    -60.4964687317466,-16.267476272380446,1.1427293877753155E7,-2.2812605803471476E7
+    -126.37702222978876,-17.147034217187496,-2.378984966972604E7,-1.6969245678422764E7
+    3.1369199353214015,70.74324957664028,1.2164618456840219E7,1.715445153038941E7
+    -135.58129889741133,85.2424475335435,-1174801.232210894,2.08907924316256E7
+    -59.264374877167796,50.8875247820296,6280195.631364358,4687660.028313351
+    -146.9029015405754,62.78502905396155,-9450208.40984198,1.3511908540072E7
+<EPSG:6566> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +ellps=GRS80 +units=m +no_defs  <>
+    -75.56653173369658,50.732722697669544,-574697.796173892,4092033.126074952
+    -51.660121829156196,35.2066244244795,1606903.866889205,2210500.826807416
+    -10.134726352354846,-31.405791695822803,7957584.278052893,-4820852.713017019
+    -48.181034005214485,-10.464568072438308,2456505.528511761,-2952013.758003532
+    -27.883726313643393,0.887227137249802,4654133.007319018,-1232911.278236711
+    -130.1146450842799,62.420350431921676,-4511887.708006212,6613076.335245013
+    -103.3151853357119,15.092191630540093,-3744034.369600575,295015.429723824
+    -82.92198554833587,-9.734789536168037,-1830905.372654126,-2882053.152587132
+<EPSG:6567> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -72.68799873603781,46.479355808132084,8772.525542558,600223.459172564
+    -71.65806272862535,-34.143658808806464,85422.120910182,-8329383.684193328
+    -74.96234618501262,9.27183525078216,-280642.884374323,-3522635.231833451
+    -67.72916978533912,38.24510447097626,430150.017782255,-308390.890637454
+    -74.23291433521165,19.537040352698924,-186901.564361067,-2386407.536795847
+    -65.56767452670245,-2.6271631315203905,760874.692504483,-4841868.790029594
+    -76.72251132331246,60.25110271470069,-188999.618371202,2143655.265643629
+    -76.97974728413368,85.87254026543303,56014.545642177,4993201.872196228
+<EPSG:6568> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=99999.99998983997 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -76.21077020289253,-51.677049542806905,-740688.844148585,-3.3752199923020534E7
+    -76.79810097382517,34.78697031085058,-1263592.79768678,-2250799.195848641
+    -70.4670925993654,-63.41445683620938,497357.666283648,-3.800764489363483E7
+    -69.49835479000903,32.526595178640235,945102.563901482,-3109599.353703268
+    -77.12344302637678,30.749185928306616,-1439876.830694236,-3717530.498958181
+    -71.17095370836908,-55.92875291231532,395562.503944317,-3.5270401438424096E7
+    -77.43803644948284,52.874474891018565,-983007.298987515,4354819.8948459
+    -70.60222660765358,-27.372526231251875,619468.733302756,-2.4865465454455808E7
+<EPSG:6569> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -46.707814407402154,24.60922659735722,4059611.034326206,-226794.484865714
+    -117.96221156454146,18.407493577916014,-3343621.840492675,-791773.488672226
+    -48.843690557329495,35.931548565433474,3466485.824565132,902659.144594401
+    -60.96754586231245,-9.52648113332955,3464987.522372763,-4759797.407775099
+    -32.54471632771961,19.213937656904427,5670692.638054508,-205496.727436486
+    0.30642513172668373,30.969081580708455,7606575.75691466,2807816.58320238
+    -158.75072769201822,27.335577371871764,-6419216.946456154,2276342.552171677
+    -140.4717098984934,10.742136133916723,-6022715.83867823,-437967.388447449
+<EPSG:6570> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -101.28025023475253,-23.4441855646019,-8907294.149257733,-2.276096252619839E7
+    -53.12273255438889,-15.172215927595587,1.5700997336554099E7,-1.7447885093434934E7
+    -95.25289701663901,64.20724711583208,-702227.461707515,1.2637532521433197E7
+    -109.66181251454475,-0.4578218725105039,-1.01988861587269E7,-1.074570008163246E7
+    -116.03457725798955,-17.115300113710248,-1.5433179467230523E7,-1.733348453489842E7
+    -21.274222251168368,-14.269595637702652,2.9835341483009126E7,-1.0572944328294825E7
+    -59.42982409448574,-5.718142896551559,1.1711619420634573E7,-1.3745942572440138E7
+    -9.508240981220354,-15.573589822247369,3.492823917816286E7,-7647004.36734944
+<EPSG:6571> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -92.68034570208756,88.9009695215315,640166.090170457,6069364.894802155
+    -24.68279769167708,54.306482390126675,4884182.619028571,3319629.021951423
+    -69.78777464234592,8.156955505058537,4514225.865782388,-3484598.359438884
+    -115.10430538395914,61.469947419173494,-238826.460863728,2068735.298257144
+    -65.93391567303762,60.654116322955446,2486054.738398647,2298014.489179959
+    -125.38920739206739,-12.787200369082,-3689747.71034185,-6714506.539998706
+    -131.0671004278101,69.02518572646758,-752866.284151659,3161807.771329465
+    -52.977732026125935,43.30845208556836,4205509.677448477,1019239.596739463
+<EPSG:6572> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -154.35582382202787,3.853998915369875,-2.1138779756997153E7,-7715311.730489767
+    -24.46203002955579,-13.82531362059639,3.910545896093393E7,-6152854.049305375
+    -57.89236726111842,47.32780582484521,1.1953898517575465E7,3931426.431268196
+    -94.05737268022048,68.69123889877251,2847930.904228503,9407156.082538055
+    -131.8955292496519,-3.8428240342819056,-1.3703296100657754E7,-1.6331783111279434E7
+    -155.3109225774752,36.5725762422639,-1.319636767878393E7,2736065.834603714
+    -20.214618780524518,-1.8170878459460145,3.5163031925763845E7,-632269.328829177
+    -38.14910152212414,70.85885866633186,9645908.36856418,1.335294753248203E7
+<EPSG:6573> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -177.70732028496715,69.96511235010951,-2323166.879001291,4673433.499051914
+    -177.974160393988,43.09895983357354,-4839266.835151557,2830283.459605356
+    -75.27861769714549,9.041829148420614,3796171.495120259,-3425577.045021234
+    -44.313367465276144,62.375047863339006,3456581.684625238,3273664.14785702
+    -90.57924830358395,3.008521647899016,1955388.147153389,-4641681.337576418
+    -69.67853035986211,37.29262126207431,3272278.171574012,-62171.270588737
+    -153.2578027424967,23.22644473172098,-4760893.927949564,-395953.57379152
+    -131.86194751258688,-1.5648835780352854,-3927538.357631611,-4502098.632100935
+<EPSG:6574> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -83.05130713169356,-4.233584537706108,1.0518364974726928E7,-1.8033497029063858E7
+    -26.508445668210527,-8.571621429422496,3.582265598547515E7,-5023514.32287558
+    -79.9179742882467,29.890170167770286,8547497.556328,-3762587.898670507
+    -142.45279891114225,53.741859495681766,-6909309.489056832,6482301.850064281
+    -99.20063496882018,53.81326500827183,2217426.274069943,4209909.620995414
+    -56.2716111705048,81.03591503128519,5421241.476709724,1.657533175368615E7
+    -154.2229491149348,28.101422549583944,-1.477389251432815E7,384715.310960056
+    -135.65385465719785,-14.673478324753345,-1.7414566934299555E7,-2.033604612600788E7
+<EPSG:6575> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -36.13963525731805,18.633299671797722,5855449.330419673,-398651.22607497
+    -168.63721031067277,68.61968299457654,-3093402.141053281,5727066.085148637
+    -113.6358796325677,25.726445712716945,-2177588.384495778,-564897.871683634
+    -124.71176893635794,29.720153543346207,-3068751.436135573,222441.126171516
+    -23.92263737170589,53.76249068473517,4638260.312788052,3519755.006738089
+    -126.78217125433142,47.220401419865,-2463500.431707273,2087462.159212047
+    -32.07695962557918,-7.5361163275597,7984756.305327565,-3009829.780067719
+    -132.89595360864547,26.6507110843566,-3948017.857524054,255099.889315626
+<EPSG:6576> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -96.57597442485181,70.77843267916504,327957.31234761,1.4433706432159534E7
+    -132.6205242565157,42.95091474931583,-1.0142026129967038E7,6085577.751281214
+    -97.15881410040129,54.782716836231245,-530168.436488888,7736392.595653589
+    -39.52814443293727,12.623651852539105,1.91899977955179E7,-3944286.615034584
+    -153.97877631624917,78.96109867462334,-5043234.818560417,2.113931855441566E7
+    -113.85496300470787,5.886044201245927,-9367575.900392717,-9191955.612037342
+    -165.68429711218704,85.69820424558618,-2612777.385955634,2.523113947797296E7
+    -57.637556939356244,29.82420574639025,1.0884339844350062E7,-343193.152730518
+<EPSG:6577> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=700000 +y_0=3000000 +ellps=GRS80 +units=m +no_defs  <>
+    -53.97901750315434,16.75296562814821,5644543.430193572,2599514.088307986
+    -103.20296336197133,-27.239652527040207,227621.747745372,-4537122.079927783
+    -151.09983822570692,0.9761751242625003,-5511752.084474658,1117493.385416211
+    -165.06853831995795,40.77250564586123,-4539806.431244489,5806580.554119062
+    -43.66783108153851,35.12276212233466,5657020.560050285,4895951.448721922
+    -51.47567779307565,11.060207763403575,6174184.020419697,2118630.694108814
+    -29.21427400640198,47.73064826184387,5913080.209139358,6758944.286264788
+    -60.012233493959044,32.15864848795182,4421071.543958036,3958132.122022947
+<EPSG:6578> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=699999.9998983998 +y_0=3000000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -80.06052298280761,60.27700718470899,6578508.008616452,2.1943777599339116E7
+    -122.40547360697076,-25.728636695278695,-9369678.285991386,-1.2844165395645062E7
+    -70.77293310557062,21.725406266598696,1.233818163429454E7,8284209.868361883
+    -18.12429631652438,82.17163353853267,1.021747211297626E7,3.6486932215988055E7
+    -72.19090083227273,-20.978371363046264,1.644036678585522E7,-9530693.271521073
+    -151.05236190895468,71.6091032604647,-5770608.030701637,2.872865543422825E7
+    -142.10016233276258,58.88868172103054,-6583148.094806766,2.2650676147211E7
+    -73.70614722659913,-5.402325307834992,1.390410126491729E7,-2384473.062869434
+<EPSG:6579> +proj=aea +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=6000000 +ellps=GRS80 +units=m +no_defs  <>
+    68.76858682657024,74.20659418440962,7889652.497123197,1.7685223052082658E7
+    -150.29581792164214,24.997574432019476,-3422041.533558409,7903826.877328606
+    35.163214515610406,-55.766941209434215,1.833868809291893E7,1.184052203793402E7
+    -103.4445921896506,-63.2912353532483,933256.741174057,-225224.919142816
+    -110.93578508596352,32.77173206767675,478908.985496652,7678413.601849878
+    -23.074988982453675,41.01676549371393,7545230.311837909,1.0729025665756887E7
+    -6.139100572504276,-18.147123519410712,1.3128561082338514E7,7723297.292931431
+    -6.328943663434671,24.23054787837536,9960409.716264391,1.0491579303400373E7
+<EPSG:6580> +proj=lcc +lat_1=27.5 +lat_2=35 +lat_0=18 +lon_0=-100 +x_0=1500000 +y_0=5000000 +ellps=GRS80 +units=m +no_defs  <>
+    -177.00262198299544,54.90174052620503,-3501381.527068364,1.1002148880026974E7
+    -94.39953959922828,1.9413730995366656,2203375.494439512,3118612.962328218
+    -23.80504900114687,68.28190056855178,5325849.932198491,1.2335853179676851E7
+    -22.077167677620935,40.6064237702338,7631219.877160266,9777151.190164372
+    -153.43258385007994,58.0730178310957,-1939883.027205463,1.042660876774578E7
+    -168.167464931537,49.328224499279386,-3394405.409334231,1.0077793865382314E7
+    -22.234097705132797,9.756735045810046,9868580.122811178,7124941.469451172
+    -157.45437589934394,13.577358918253367,-4704187.261866395,6146567.986672552
+<EPSG:6581> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+    -176.6163675687894,87.17919753904053,-862279.6452059,9017437.660278678
+    -42.66587489515106,-2.4145901379412678,7750180.32389647,-1017472.450935688
+    -79.530805798765,77.6288319758844,1002295.382157796,6584735.057665586
+    -171.7469337001965,58.98788152723471,-3891877.274393186,5380107.442351512
+    -86.11762335567444,50.08043674068656,1335971.793726175,2893512.891019063
+    -177.51211425069283,-4.193961214367903,-9333842.443542577,280814.905991884
+    -28.741029377496375,-5.848540407479607,9559374.468137667,-198541.291573505
+    -63.79257016937589,16.930029833827973,4317106.01773219,-130477.37975485
+<EPSG:6582> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000.0001016002 +y_0=999999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -121.08708390873389,60.26787642001603,-3292764.737094362,1.3582533620373264E7
+    -125.58133141805526,-7.4135922495449975,-1.0551986494316397E7,-1.1847865323271628E7
+    -126.30306137708752,34.45327997501434,-6743638.704754358,4378941.551755077
+    -32.185691463087295,81.75376199747771,6739123.299953563,2.6047294516486976E7
+    -119.19481802911159,-4.995434702836725,-7417415.975998328,-1.1373108732283998E7
+    -100.9727333291052,-20.212974270358075,939211.415056224,-1.9818578817302797E7
+    -16.631931217880577,38.04697867269919,2.2224419290901594E7,1.462544823548053E7
+    -18.39449626281163,86.19635220787015,5139594.806728953,2.923920499672827E7
+<EPSG:6583> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs  <>
+    -36.45711525618603,-12.803418513215933,9200088.524822427,-864096.332231759
+    -51.94795181747551,68.10385385228325,3000627.832117869,6906060.97979994
+    -159.35497885253244,18.179365739949525,-5682177.576694887,2360381.584846657
+    -99.64124817066251,12.533399076323654,468229.833624642,-164966.017088238
+    -15.540915167561423,68.21774832889783,4564405.144399935,8033638.314308441
+    -34.00558485016609,4.199378366707137,8167693.859146761,1226349.716519862
+    -53.75186180263641,44.331232876307624,4132869.229875797,4178003.881807875
+    -178.85236412099525,28.075730408347,-6575706.84566718,4487668.944409494
+<EPSG:6584> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000.0001016 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -143.86025885791162,-14.613321581516642,-1.961344666629031E7,-7585381.526723716
+    -27.556101989656838,74.45168126889999,1.1465437454840012E7,2.7395294457699943E7
+    -24.720646854963093,4.810593776774805,2.9648591667506456E7,6542676.468565743
+    -89.7612417949789,71.176534541906,3371563.582903742,2.2424485304216474E7
+    -65.117703090111,-23.80213607201684,1.963770301579737E7,-1.446795726798682E7
+    -122.0257444214819,24.02545623422658,-5911080.848261448,4656645.591452968
+    -94.79445953992162,58.99186684945096,2756840.968359373,1.6912057014990218E7
+    -119.88577497076156,58.28877527892979,-2609218.92428774,1.7076884442647845E7
+<EPSG:6585> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000 +y_0=5000000 +ellps=GRS80 +units=m +no_defs  <>
+    -31.239995712331165,17.010813774622775,7228367.448343535,5927479.434318803
+    -168.88131061359988,82.9407937869172,-2041023.593155199,1.3919215156401852E7
+    -82.16787469914875,58.46194023351276,1438418.694258773,8924865.418637369
+    -131.1366091138645,2.478189641007255,-3617822.062407418,2862084.78355066
+    -57.800314286778814,-1.1072594583569355,5294440.737386146,2726461.807282109
+    -141.97904104948546,86.5367676974875,-780833.519779181,1.4660336947405798E7
+    -170.74981385970753,60.00414238316296,-4366182.946641134,1.0432427962176701E7
+    -25.438892202075863,0.24336108998274852,8830665.941730218,4621384.048313553
+<EPSG:6586> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000.0000000001 +y_0=5000000.0001016 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -167.6993542127902,79.03858290104246,-8260702.3959388,4.2844612726480566E7
+    -14.47816147750467,32.565528028310695,2.511326601672709E7,2.7258682294108495E7
+    -71.02653132145782,23.912612264872983,1.0101690976581842E7,1.6762645966529846E7
+    -85.78261582736583,12.391634154606201,5657459.815125905,1.1762931689596571E7
+    -146.6929822370148,-23.67759702191971,-2.2157755452796295E7,354361.476767395
+    -164.48661791351057,55.456932319519865,-1.4112407895348066E7,3.1788084614850335E7
+    -173.62681425508123,-27.632230297710535,-3.506350470084787E7,4754062.483649728
+    -107.01059209906417,24.263344854028176,-1851781.686592232,1.5989549300892392E7
+<EPSG:6587> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=4000000 +ellps=GRS80 +units=m +no_defs  <>
+    -110.5683561692085,31.24319436513872,-500678.135223021,4432453.809116266
+    -26.315261960088804,41.37659904009445,6428963.519448825,7384455.111446988
+    -95.06937706584473,-17.13535806100166,1174326.109300614,-1558443.939009489
+    -63.403166454807064,82.62971833516383,1756584.367578488,1.1841707840014327E7
+    -85.64867050744607,84.56812322540685,978455.045835305,1.2222848507528942E7
+    -124.75337055663516,61.74026279181548,-1043191.631346267,8182468.366778685
+    -78.28311430773178,72.1515148897246,1652220.642239735,9645774.909017567
+    -117.55748558067624,74.93145871904677,-267457.935831821,1.0102670397235295E7
+<EPSG:6588> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=3999999.9998984 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -63.12683434581258,-5.09697415275167,1.7221129000048023E7,2773959.167198686
+    -110.25434239195536,44.99888995275683,-1056447.849308181,1.959299544845491E7
+    -120.86868387228961,-30.58219789096879,-9848908.259585043,-1.1529678057192964E7
+    -66.85593250962674,53.34417393957227,9629195.113907991,2.3763260522547185E7
+    -125.17553755647951,19.229621027928104,-7120693.84065026,1.100036419654986E7
+    -123.98742702518985,33.58641773373034,-5603908.625402689,1.6029145916290298E7
+    -130.43245033725336,13.48283812065008,-9473797.344631119,9386663.748510795
+    -21.331891404205464,69.06505728204945,1.504352904227595E7,3.4225205200286716E7
+<EPSG:6589> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -70.48190886358672,-67.71042045465728,585437.711389628,-1.2221716674620679E7
+    -76.0579441348538,-8.815809610250554,108352.209442038,-5683717.132988133
+    -78.62771884353371,88.20238491514712,478571.693133828,5094972.132837263
+    -76.69762289083911,-7.984364437797183,36837.994347362,-5592258.614969815
+    -76.86997273957319,23.174424098414505,52271.3370706,-2136517.053301648
+    -70.22618235725828,35.53161465960865,706231.577843862,-771196.260827715
+    -76.2588093121096,77.68404745888466,410523.191382064,3922112.792312961
+    -77.33439978432233,63.50680378431508,259464.489658458,2346705.99489134
+<EPSG:6590> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -73.43236798664388,-12.790142358300841,1308289.813723963,-2.008406093928171E7
+    -70.64531997657532,25.37805088316452,2252840.818482756,-6226627.725502885
+    -78.57464106309325,77.26867675581295,1150768.670176039,1.2731597239367437E7
+    -69.61543615988936,-13.70407679429141,2664470.712675805,-2.0421289836017247E7
+    -70.50533730751455,21.609566251190984,2318090.632626601,-7595785.487740756
+    -68.48899919837521,-81.69551233749353,1852520.827717314,-4.522101753442347E7
+    -76.34820801978859,-15.929520055496582,287778.152867099,-2.123549889125993E7
+    -78.8722073357852,5.780429515647157,-679729.684534474,-1.3332877027095284E7
+<EPSG:6591> +proj=lcc +lat_1=37 +lat_2=39.5 +lat_0=36 +lon_0=-79.5 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -24.334254498967113,24.98284823323379,5379675.716326885,418981.893045036
+    -78.77010120826516,62.95605546071975,41416.69929897,3097250.537250166
+    -44.756407949498154,88.1927926611633,356590.437668179,7443429.138769537
+    -59.11076378810117,7.591052953365342,2546226.890266172,-3020748.971638164
+    -160.6854534644455,69.43012034749138,-3392652.586079608,5528074.846371221
+    -109.09582691101949,49.08137710655406,-2165467.485602517,1809612.864051721
+    -109.89214657721695,83.35956312450075,-702542.97139891,6286476.312140959
+    -9.602804955847034,66.09678143088748,3326578.930980448,4815172.514916023
+<EPSG:6592> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs  <>
+    -30.221650877121107,26.675306958678824,8182694.85994052,2032430.422088173
+    -68.13104242260677,46.17565590118638,4306172.337491635,2993149.18129368
+    -47.56567415016208,46.26619181512192,5861512.120774016,3359409.6379676
+    -123.74679390016513,68.78272227973125,1397746.751843223,6186084.408127701
+    -120.79619321697447,21.725716622733387,-898608.616607879,1238525.525696505
+    -24.4461090161889,82.760140884658,4753634.783080799,8223125.782269383
+    -35.31095122389786,10.044189216631047,8616103.701426812,39895.876924841
+    -11.584931830513199,73.89117034966083,5984564.799435286,7317856.267306595
+<EPSG:6593> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=2000000.0001016 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -158.54112659306892,-15.405124679913104,-2.5949593905156195E7,1677822.440596653
+    -109.38493467252134,-6.0749513250303675,-3080360.633920074,-8505023.622236304
+    -62.530531054418546,76.33835742983942,1.3391988021796547E7,2.227379833725486E7
+    -159.33216266377954,59.25053520242624,-2795772.892934642,2.1345561790865015E7
+    -9.386561284390268,61.347270017379465,2.357457273367706E7,2.0231807099169035E7
+    -89.14761014674832,40.7186719867503,8536129.850469293,7844527.216356025
+    -77.72048007326747,42.40253408952576,1.1693918278790226E7,8288726.111676777
+    -139.28211433233204,10.941597159828085,-1.1057860687600797E7,4219222.054885915
+<EPSG:6594> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+    5.949351929556798,-14.51113461055128,1.5138737288470274E7,137100.322122711
+    -83.24909329056348,73.94850478044215,3303398.97875742,5571925.07723337
+    -48.18800856427157,37.334323640264415,6140197.354460359,1538634.666486155
+    -100.53143687985154,30.32705715878057,1385162.551598244,579864.641579781
+    -100.31255431842106,-4.860050934649024,417581.229963706,-3625566.482830351
+    -119.57106281919722,73.51840738772005,1825184.614574694,5873076.538748124
+    -15.529328219438895,5.483189993765457,1.0967353506934583E7,-6321.532788498
+    -40.358388341441554,66.40640904366806,5450532.033976597,4914578.956261368
+<EPSG:6595> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000.0001016 +y_0=999999.9998983998 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -156.01919552441996,86.59275435983331,7831323.465585628,2.7692067069911506E7
+    -129.74021439975178,72.35310818686958,4459618.581496095,1.9448346724639308E7
+    -125.23748436795115,79.72177798515192,6843781.760975427,2.2499446396240674E7
+    -8.765750997903012,22.456312150833,3.3645771098412886E7,6754836.042525966
+    -141.58089146847468,11.233839889413751,-1.1596142998500964E7,1852964.50285843
+    -6.006610481820019,53.81640263577974,2.6311283408323824E7,1.5735204306379007E7
+    -39.88294298867815,28.122420271000117,2.3738387234145768E7,2821740.640281932
+    -32.94832647493706,72.912828474517,1.766827751582003E7,1.9283297214943636E7
+<EPSG:6596> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -45.485868312205554,87.167334866458,1119411.385172835,5437515.635511947
+    -143.19720096151974,45.24226280832388,-1233300.333191807,58147.193935318
+    -134.24793726933876,50.75131314875197,-442868.144299855,499647.48021882
+    -175.47594803743385,74.56098492627406,-1226518.988419526,3845277.196272719
+    -108.37252350593073,6.521306224112529,2229222.630418926,-4732220.986851302
+    -57.19168189053518,68.91721403377986,2967235.060488563,3583648.750901972
+    -121.31179867807995,-7.701325731055656,419833.948146583,-7040008.21130669
+    -95.39154646686795,15.88767727149813,3577574.654105016,-3113662.89951562
+<EPSG:6597> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -50.34257853666114,75.23217242347795,8305790.416623457,1.4087386069623582E7
+    -36.681953224566456,12.924456663240669,3.0382539709358163E7,4340111.901423201
+    -60.28792118389916,54.425084947395945,1.331680537830257E7,7560342.928149899
+    -147.2855577842321,36.8090711808371,-6091806.973810686,-2396858.959905662
+    -127.88117551974688,71.41716381295542,726346.481011679,9252297.640225627
+    -138.20489762995783,77.8162846229805,12565.559301536,1.211673885611778E7
+    -126.54493676830569,10.611243868870144,-833321.05303579,-1.4063995012040513E7
+    -69.16217565997573,6.552367899843496,2.352431570842127E7,-8335923.12123132
+<EPSG:6598> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -56.453413396739606,2.569937843414147,8761919.262380531,-1649968.860733246
+    -85.8374978678104,43.399928888398584,3222383.447801996,393004.732827116
+    -55.13634823817878,16.368583329100037,7532696.142308064,-264870.895747869
+    -135.41323177808135,13.304675259783753,-1366411.803416981,-3569681.554504476
+    -78.42011157459864,47.309540431831515,3533080.988142412,1048473.226887364
+    -47.12084519372047,2.8996649854202836,9591020.5287119,-591715.771433435
+    -165.8894547389993,14.637823917043065,-4811604.492495243,-2004362.920994167
+    -112.28879174969583,1.5710427290286404,1698096.933967398,-5283353.384383788
+<EPSG:6599> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000.0001016001 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -103.78390068769164,30.747290070236524,7039846.837585646,-4806730.779904764
+    -103.60080693353935,53.08105835395415,5351897.352556746,3231093.325573287
+    -174.8856958004189,85.23838743169188,-807556.614588487,1.7319472672030773E7
+    -76.70823423336984,80.54280958371662,4983363.690047176,1.489902807058767E7
+    -40.244990773423865,-4.744244000063304,3.64895518327825E7,-1237352.333471248
+    -66.59658450396307,82.00643724575022,5182936.55971086,1.5938019557956723E7
+    -54.14981072057199,83.46908347870284,5250231.741941975,1.7060572511462476E7
+    -123.10132618666205,26.047621245798844,734973.291785731,-7156171.752926767
+<EPSG:6600> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -65.06691924949388,57.43143025189747,1511454.909725902,2213423.153266601
+    -7.563103689327619,85.264477737601,1776262.12780527,6697090.490270214
+    -112.61377302978771,81.81502492956463,-237520.204181396,5669452.492931028
+    -96.13779038169895,55.54443337339515,-489805.038059536,2020717.616717531
+    -65.11659170995198,81.48749882763624,979992.517032563,5484708.598872974
+    -43.56875192557817,62.820655048282845,2566629.696467845,3185743.109674195
+    -99.35456014048842,32.1382088801502,-1273347.825392927,-500216.721211068
+    -126.9380868969991,9.787736076840893,-5024057.634427948,-1804113.924469433
+<EPSG:6601> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -156.23039360072073,9.768705139954495,-2.564941827593418E7,1652856.242914902
+    -6.609519430217944,14.425395749608683,2.7169627694980834E7,1789112.894976495
+    -119.10773319005084,38.3796748169382,-9023554.581010582,2419306.01284607
+    -154.76712139542187,54.00603930127295,-1.2895731107554892E7,1.2332228795623833E7
+    -132.81870123480826,86.80684157271223,-369386.297707186,2.2249098455565333E7
+    -68.83583712541777,81.73689846017545,2877149.10781372,1.8095802286957864E7
+    -107.04921750145843,19.26427229197251,-7950594.998509909,-5611095.334093844
+    -91.20549293563093,46.19392655206762,-1007545.855704859,3003335.024709335
+<EPSG:6602> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -73.61350717704615,20.174934814691206,1407844.381912476,-1864048.898098631
+    -87.15130392628535,-6.741191506309747,-302361.868420543,-5325066.970103698
+    -153.79706600863804,-0.35225501910107226,-8383072.121262683,-731249.895609287
+    -60.70466558267054,-4.020450763289961,3470322.039403645,-4646718.941614757
+    -111.93238651827606,50.093732656601624,-1623066.584821868,1839164.414769635
+    -4.826794191719017,25.609857840214154,7576004.649454169,1766150.917255537
+    -85.57877834040225,2.3830595507445693,-9200.096268366,-4070278.536157443
+    -29.61000754035473,12.247888351734574,6437436.939575927,-1175244.274903366
+<EPSG:6603> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -134.2662065177684,50.76429382870767,-9998122.164816882,8592838.675122384
+    -141.78910911611464,80.92243381503548,-3341440.459796221,2.0169768835717704E7
+    -95.33176144615707,42.791083747689946,-1875577.330561514,2409088.952856361
+    -106.47415473959842,54.837769962612576,-3587864.906834812,7365951.412398686
+    -46.52284659947907,30.19314042708666,1.27112677144481E7,-464474.98318297
+    -124.21545787749542,51.0419420952367,-7881263.12571113,7499161.137765735
+    -50.02920888042124,32.46585874095609,1.138911444990694E7,-64674.345667315
+    -157.92437854781048,40.495225312122145,-1.706740910385676E7,9659922.173660956
+<EPSG:6605> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -146.63423079795353,7.9040630146322215,-2.0757689335125238E7,-5692354.31196072
+    -30.16026895551508,15.493116850642291,2.3594464496882223E7,-2401827.454386517
+    -129.7619341883676,48.284950845888574,-7346780.509155845,3951368.610482425
+    -15.234252729192008,74.06700875639949,9753560.76678044,1.5511035886380618E7
+    -114.83229715515583,-6.453163264965841,-1.0735817196544567E7,-1.881099727015508E7
+    -165.51879809246975,46.31325953521183,-1.448544158177509E7,9158892.260589816
+    -147.9111516118657,67.05790129715842,-6346072.325952317,1.1818397698639737E7
+    -117.70275083373252,46.109730862584904,-4923753.040475301,2017167.724576944
+<EPSG:6606> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -121.84382522138748,63.9464098609742,-1007387.995120586,2452863.223492029
+    -149.47079582262535,-4.690443611208623,-7910000.706347512,-2912763.301351154
+    -132.21896134183646,-7.638380441766855,-5975970.646653228,-4938695.261818801
+    -109.06536456181951,79.86765681960517,109635.473505955,4241459.311827983
+    -160.0586704494475,8.594742988676888,-7570310.277830303,-480991.951421462
+    -99.55846503567832,-6.677312263070803,-938783.880363344,-6479838.110725422
+    -48.67493112951442,-6.031800127270829,6920473.128597449,-4786462.29424083
+    -57.274399293529825,33.72426448886976,3613756.011825635,-650892.952995457
+<EPSG:6607> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -140.50341060745177,-6.631686043122853,-2.2990313646092325E7,-1.3325572447353473E7
+    -31.47205879149746,41.36417815231271,1.6669127475228732E7,4287605.241323425
+    -23.312788557459783,-2.7337550088893323,3.1759638901010875E7,-6235662.946850518
+    -65.08787591375199,66.00839977921886,5889578.221424038,8399831.928200131
+    -134.4247800159852,27.952650988056014,-1.2284402522682894E7,-2279489.630104514
+    -74.51550114452925,29.697117343306594,7043937.541879036,-5214732.859112287
+    -24.465166956418557,-8.893190515652755,3.373703453661109E7,-8852350.504373156
+    -91.46730722923616,63.51586353474961,1715811.208354256,6811927.332080132
+<EPSG:6608> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -69.88943901392197,81.90749353828008,1066980.141839714,5011667.186244639
+    -112.62440512280156,26.77493565579985,-1711181.379830818,-1398045.736345153
+    -158.86264170679382,-12.870889185590663,-9706813.36241839,-2595321.068343148
+    -129.90400052013516,-7.806497962847763,-5472148.300966064,-4794985.589740389
+    -68.90502728913161,33.13436963528261,2577276.665315166,-738342.077411711
+    -53.82036151537892,55.92981985595754,2848818.170736692,2056566.943892324
+    -18.23220704727558,25.30375509980763,7268136.622409772,1177193.460038336
+    -78.05380747716578,76.72317586866083,992987.993097269,4185927.139831663
+<EPSG:6609> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -109.38354554411005,3.2572231829501455,-6764365.263789435,-1.4217911425498836E7
+    -37.18979569718809,45.744233028869004,1.4578002236802274E7,5496998.237795169
+    -74.57827420854521,72.5164477120623,3979248.304029273,1.1923351428675054E7
+    -85.85542237837906,7.527179450276105,3758069.838074342,-1.3304349817877952E7
+    -163.9769268905285,-11.826412576519392,-3.3242886135215983E7,-6015727.436722287
+    -114.12046741290554,-13.528450746565024,-1.1258726299278911E7,-2.1774116643964514E7
+    -78.31755956613517,69.42535467970416,3679550.081388363,1.0538311239513047E7
+    -61.910429514587904,32.60751941163837,1.0599611998316368E7,-1974477.136886452
+<EPSG:6610> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9996 +x_0=520000 +y_0=-4480000 +ellps=GRS80 +units=m +no_defs  <>
+    -84.15527037930633,-15.442716771031016,1147982.034698287,-6195843.728193894
+    -86.70553234784468,15.193205814272815,874029.302850913,-2797634.813928023
+    -93.64897488917858,23.275183616002607,146635.058970201,-1901314.65218963
+    -85.84849921708754,26.238741772939576,934851.72410449,-1571224.154805607
+    -96.89825867175212,26.117291788116262,-170702.928263765,-1572964.386103462
+    -90.62320101169843,-51.80436560440939,477030.862566859,-1.0219463219495753E7
+    -85.52251342539574,71.93643448089054,674829.906439921,3507597.383779927
+    -94.51987562994645,-85.21725110732612,477968.150177894,-1.3945639861717697E7
+<EPSG:6611> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -98.2958396627915,27.054140937625576,882558.572444273,-1472653.295323723
+    -110.61124342780498,63.49188052889096,-70977.016969264,2569537.195402541
+    -106.89422790833375,67.86136103600074,127331.097409584,3046195.371453058
+    -110.43084512811798,46.52877515417475,-203823.319466846,683253.553748857
+    -111.46182949245161,-75.54390407505642,24828.433958234,-1.2881221973092057E7
+    -102.13329766081976,-63.038363446699705,353455.808729485,-1.1480613859746449E7
+    -102.6988087083075,-21.103052624306343,456450.767623826,-6821098.523474449
+    -105.15493482578808,59.18060076714184,200670.714766841,2077608.861645372
+<EPSG:6612> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -104.08338093780861,86.29951488825614,681783.893500081,1.6743259038175099E7
+    -112.01736962371173,-85.90226069888905,477212.806995734,-4.603569932156228E7
+    -103.33976944227825,-76.186931799431,815940.141548089,-4.2468489525124185E7
+    -108.66682240654671,-34.45200077328886,-399247.327626458,-2.7243689503454827E7
+    -106.17619040206851,-61.31576538990289,478756.141012994,-3.702565155183864E7
+    -108.49606100829052,77.60567636583684,394486.724148327,1.3565483492536908E7
+    -106.90026664713965,-50.116444320964476,249408.285172365,-3.2938451042985067E7
+    -106.48463795376578,64.60997290938371,449232.586694064,8803440.758621588
+<EPSG:6613> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+    -103.6202675476574,81.75472428720647,459428.689483554,4697652.499528226
+    -101.54162697457225,-45.46640744305358,852896.838240926,-9437577.767611463
+    -101.98223476147365,-48.336798552696386,796629.676488822,-9754166.944768181
+    -106.03599146236661,-88.92858089956594,402709.136573589,-1.4266476266694564E7
+    -103.88014916145407,-73.332306190261,510533.092164922,-1.2528258135878874E7
+    -106.18626850469467,70.61675771573752,442500.571943467,3452932.888675979
+    -113.55309305728694,21.1242633159102,-247040.927953591,-2035387.916267368
+    -111.42846693390234,81.19962131993847,330087.687871547,4636232.177678869
+<EPSG:6614> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=399999.99998984 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -113.24090571357961,-62.587617430638645,317456.936824272,-3.720678515653266E7
+    -104.01440110093624,-2.664934356699348,2523777.545977259,-1.5354047404297119E7
+    -110.1703884452343,-29.957435875391212,413735.945369405,-2.527338844415E7
+    -101.73875563825446,45.48789742953784,2747094.15047392,2195971.833959371
+    -106.8974636660809,78.11547807841043,1345219.852996231,1.4072982512296E7
+    -111.61623848822995,-5.21205641851158,-246788.710304752,-1.6281737441696258E7
+    -114.11340461784282,83.88031021212791,1048096.097990338,1.6200270812354794E7
+    -104.30871046221222,48.443936146133865,2046399.831185268,3238537.46134809
+<EPSG:6615> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+    -106.694204671393,-25.450333668050654,1140980.231077331,-7204869.951959088
+    -103.72802146208392,-37.9977480112299,1358463.273350746,-8610865.568260267
+    -108.63848494940612,38.96518662252913,925218.310738412,-69405.961941904
+    -109.0826568579179,70.09345671009078,838037.34573641,3394464.679838552
+    -111.82148300564685,-84.28074197228182,780657.813571884,-1.3747655630637359E7
+    -108.46579228862434,-76.17022085176666,843170.837647273,-1.2842393930176912E7
+    -116.81604355457947,-57.42511085671647,395932.973832146,-1.0771668673623271E7
+    -114.24322704080443,-59.07249356526667,561525.447670452,-1.0942534778709862E7
+<EPSG:6616> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -107.26920103498794,-45.19602178786975,3350102.338760858,-3.0823556578502577E7
+    -111.2717659838333,-29.099254534830862,2245120.330736938,-2.49521189366405E7
+    -116.54918887959815,66.2211907796839,1671256.883645025,9768033.742210887
+    -104.5833124108698,-76.31845932680001,3100608.403841924,-4.220831450642562E7
+    -106.50075917106038,-47.689321048967614,3506945.004568767,-3.174056470341602E7
+    -109.98075867605647,-52.246628556267275,2647650.236310277,-3.3383126486791153E7
+    -112.94076623245184,87.97469970146943,2587678.929958609,1.7685838700488187E7
+    -104.88566682966784,85.41698927263312,2776638.337042535,1.675461300218485E7
+<EPSG:6617> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -109.73623644623665,-18.952436102129212,496130.131237205,-6581330.959941356
+    -105.44999687671665,-81.78646991955047,652622.985997096,-1.3570328098421315E7
+    -106.66845692406764,-46.39624346504757,760076.649346115,-9626683.672510237
+    -106.52738594850196,65.78187238040158,701755.108712637,2815092.324231162
+    -104.5980204887853,0.012960419375914967,1062575.108838199,-4483331.639973815
+    -114.2374258036173,-9.375353268145517,-3593.914458403,-5526188.299931055
+    -113.21820213554943,-37.34908086926321,204021.447541965,-8629140.199783165
+    -107.76053574650868,-15.828155334458103,705994.632745288,-6235535.950976954
+<EPSG:6618> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -103.8927466751937,-77.9623744421315,2339229.569086374,-4.3131634234010704E7
+    -110.69749028061563,39.545375550817454,1419298.227707657,-341792.147528417
+    -103.71143874959526,86.19676261769513,2090804.863452939,1.671073720829437E7
+    -102.66166051687694,-42.600590634144396,3607933.50390468,-3.0252006222426668E7
+    -108.01157323892023,-80.1366808122597,2014843.972778621,-4.391298155680055E7
+    -111.28699467398226,-71.20858634475255,1669228.807542811,-4.064955401080374E7
+    -107.91464695278243,-25.553826902181143,2243905.167858213,-2.399031018250358E7
+    -105.35717459469522,-2.174493875101618,3207393.375468912,-1.5503978995107062E7
+<EPSG:6619> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs  <>
+    -44.80375899203824,0.880754737156547,8841808.805492107,789961.619780746
+    -76.63621363421312,10.05731607002156,4716847.338340564,-442653.94546132
+    -103.96406915064077,67.8104174825994,869446.385912962,5447670.38657983
+    -35.69832448258302,23.748373614303638,7592581.107244738,3559807.569959121
+    -88.06292632235903,-12.879022765982482,4215369.491857812,-4030855.345802696
+    -171.8948299484455,49.24910147848154,-3628370.443357952,4666912.36516762
+    -95.59054066991943,52.92227766836056,1594769.168713096,3732438.961068079
+    -51.86455119886756,10.920421758061842,7296249.962018194,1186117.168837261
+<EPSG:6620> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=1000000 +ellps=GRS80 +units=m +no_defs  <>
+    -106.01622767210496,23.837096280541765,1082879.276339517,-839272.265337609
+    -63.883615008247986,20.17334238870641,5537655.141119281,130592.737804334
+    -76.86428773799393,5.624572268017065,4953841.265409043,-2191166.639244124
+    -135.61090333334377,31.994924392779417,-1777476.003721046,388469.072587235
+    -29.459251631657224,77.54085982407082,2811143.357918337,6711495.548323726
+    -70.541291487136,5.945629229503272,5691748.306709125,-1801736.960347001
+    -165.90537266277136,61.92788570410282,-2386334.26885683,4393503.118335668
+    -76.051842813565,76.18228278007554,1712600.800116822,5579061.691495024
+<EPSG:6621> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000 +y_0=3000000 +ellps=GRS80 +units=m +no_defs  <>
+    -158.18454100979233,83.5994313829681,-544629.970911218,9445590.161687948
+    -76.30373381497871,27.860180794636086,3934047.11603348,2672112.053683701
+    -142.3280682903068,87.646068950807,117496.190735728,1.0243367932522701E7
+    -167.01965329029514,32.27397614514152,-4450658.039977795,4026155.244954278
+    -52.85462453661796,87.93461698164712,1139976.572647245,1.047825862857509E7
+    -40.118362055367385,86.45924565496071,1549113.930542118,1.0264828655452646E7
+    -122.36660179404328,-21.795609548207704,-1369799.476556464,-4657247.418850177
+    -95.64401261836247,5.7477512332389935,2519004.495787611,-432029.518687737
+<EPSG:6622> +proj=lcc +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -117.27379481195774,3.149155114697436,-6879952.517515407,-2714380.041112999
+    -86.91790010207446,26.039646667688864,-1996360.161732912,-1818497.253431445
+    -28.860446931662864,36.910078703359076,3453909.134613404,181984.530595853
+    -52.41054710923186,27.437839976245442,1710917.486618357,-1714845.493010699
+    -122.37244486292137,10.566616886574785,-6730173.563168708,-1417463.350303867
+    -19.00883562146319,54.13381652112445,2961362.622154782,2189660.247314522
+    -106.01245256778597,61.76952122085291,-1899727.360827257,2480244.693047058
+    5.778122143598637,45.92728146618314,4781839.279165202,2946172.350103654
+<EPSG:6623> +proj=aea +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -10.728577957151458,-60.82589706699911,9989264.755955648,-3894614.831823489
+    15.325540894398102,81.36745572950494,1743377.715510817,5060828.148973904
+    79.00056927651542,-57.14853229344499,1.231448208175829E7,1.2075401264317855E7
+    -32.01518946978172,7.335404101247576,4634583.584642086,-2567155.789458118
+    64.26895515156798,83.68115339076897,1691561.30578924,6281802.745542658
+    -13.924693405523954,81.87241909404986,1279243.549744812,4461412.240125027
+    -108.06308994853529,9.059348879789738,-4904350.782825744,-2225787.719502464
+    -119.66422813003358,0.2595861628239362,-6643511.31582378,-1941695.362150025
+<EPSG:6624> +proj=aea +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -36.46800698582328,-65.3806385453122,6032095.107444471,-6887225.958460643
+    -5.854293330847895,-5.371305200089779,8152442.960039403,-1102757.89017569
+    -76.86310112614001,83.95043643406996,-200688.417920577,4093986.110662372
+    111.21089892268225,-67.6648261195313,8606435.283204444,1.7020828768979527E7
+    -109.44629414064633,72.62898583431348,-1435707.298155498,3563497.441137812
+    -133.36990730727695,81.57386265499804,-1475375.201854828,4643894.361594782
+    -99.66476807077481,-46.51926635068443,-5591751.0198696,-6333895.64656605
+    23.630072843959056,58.75040777223043,3990881.283763369,4603081.609386457
+<EPSG:6625> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=2000000.00001016 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -89.38277451641778,-16.16143664495825,1.360018200801369E7,-1.5151267890288565E7
+    -92.42336447154082,-0.7498124354964908,1.0334671216888124E7,-7919251.483818022
+    -169.65339798064622,3.4822971678846564,-2.2081011984729543E7,1031930.954273265
+    -164.60226907747435,-1.3300787554039815,-2.1486666002646934E7,-2041302.433350655
+    -61.68895329377973,17.18620748291768,1.9377197165830888E7,3738549.971694896
+    -28.452166245225754,54.15060255153879,1.7524450995557696E7,2.034178118824129E7
+    -34.6624169601798,15.81690715156138,2.7457272122367963E7,9956745.643867046
+    -32.673334888531286,86.71685714770513,4883434.841325612,2.9551290210125785E7
+<EPSG:6626> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000.00001016 +y_0=999999.9999898402 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -110.88996670399384,87.47250064361577,1663317.03659678,2.424729582229015E7
+    -46.39953071057221,47.84260505024113,1.6272833496783307E7,1.1776361190471973E7
+    -126.24887318778826,5.761198205008107,-4709173.330562701,-9540954.163755847
+    -163.31272974805808,54.441753754542944,-9049812.003383324,1.175724153208784E7
+    -39.99402604976194,-18.126281515088525,3.7985210981619395E7,-6207838.135342576
+    -124.103468885715,17.393197189592797,-3101656.761147904,-4956101.080003986
+    -77.38939453106936,-1.8353157351149463,1.7326506434622735E7,-1.0377072125860464E7
+    -160.98110828671895,38.54844907339623,-1.1773003432200683E7,6555986.367909869
+<EPSG:6627> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000.00001016 +y_0=3000000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -152.84959839394227,56.69267008409065,-6913335.383502895,1.920711207353055E7
+    -151.74141134197322,67.25946684138636,-4900009.260313702,2.3025540486629017E7
+    -49.87056655872689,72.15955208729969,9889743.678999722,2.662417386667976E7
+    -176.24620680820414,24.02273113612104,-1.883616563447071E7,1.2583476555460345E7
+    -153.97813118559264,6.125499525447413,-1.5514381400759345E7,2142282.990897164
+    -174.55187919574558,70.91189344089425,-7131700.544679468,2.6298229362789314E7
+    -94.06347894820586,23.22301485374166,7642245.557587678,5459542.460053444
+    -78.51093143337252,-14.6050902053757,1.850673569892502E7,-8537089.836894425
+<EPSG:6628> +proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -150.49776672896073,-51.80209453309019,844941.634863557,-7836129.116934053
+    -152.8547167310133,27.969759069852387,760311.093856696,1014656.752284479
+    -151.94385786131045,31.376902724327294,838372.499869422,1394968.382019882
+    -158.92770758283945,7.291378990629838,121286.939751238,-1275455.506365146
+    -152.24198454337102,81.63091247343039,552932.609036332,6985292.89497339
+    -151.88259857483283,-68.51127500657844,647864.1640181,-9690151.70487017
+    -153.36623445495275,80.06843313172001,541090.570557565,6810088.295885908
+    -148.569543566208,-16.441953148490384,1241649.78328809,-3914380.386514897
+<EPSG:6629> +proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -150.7578103919662,15.42779705465216,1135171.682753901,-534189.25027952
+    -155.81565742772597,80.70694913916782,515347.092572103,6714699.691889499
+    -149.7837899112932,8.386922932795756,1259796.376083171,-1315099.550718434
+    -162.6157955927457,59.722248385328754,165567.344768326,4388728.75150776
+    -160.63443901266473,-32.79448351918435,128230.354133622,-5886007.110048641
+    -163.25761545930695,45.835911348775596,-12013.209379937,2849656.577151602
+    -159.00638475001477,52.11958641379698,339757.599501417,3529846.844915086
+    -153.57324469796646,-10.75390081823734,838492.649266931,-3440104.052452373
+<EPSG:6630> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -154.98138609450456,-32.63653301867722,783302.54978847,-5957936.511051163
+    -164.7075079116981,-20.145578957602595,-202499.037041459,-4584174.298389878
+    -161.14215086199724,-55.57344030747445,301836.495802397,-8506999.46294981
+    -156.91618882607517,53.07187022971371,572641.262363538,3541602.539448078
+    -164.72556714647646,-68.47344911765364,224948.992947824,-9955160.242176237
+    -160.49616667264996,59.25725963071787,357626.626183672,4232421.098696968
+    -162.13955186509062,-25.663461870182104,84160.360912231,-5187542.433937537
+    -159.17473574237633,-87.37991214469538,494002.4470142,-1.2050790552352846E7
+<EPSG:6631> +proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -154.92838722359258,-4.36988360688558,1007971.565391232,-2900069.362886633
+    -162.52157746847755,11.214350500453207,169880.941467949,-1173463.312917896
+    -163.2086519170163,-58.51808536792455,283944.079502313,-8910211.163433205
+    -164.98129856630598,-78.83190788043765,381602.18767826,-1.1175510138681302E7
+    -165.07163709973733,-51.277884920448,111362.28644624,-8113028.765910245
+    -160.21463230779236,82.38553676494777,489424.302535699,6736178.854659496
+    -155.42457207441132,-16.350757514824267,935748.797033337,-4228129.685788789
+    -162.60655189378403,9.753489622389097,158990.87189094,-1335175.89601195
+<EPSG:6632> +proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -153.46970710572086,36.143506599228616,1103146.416824688,1625420.507225633
+    -166.85771865785205,-86.14408271117821,449856.336925115,-1.19711053200158E7
+    -166.88029557359408,13.10195150007624,-229537.032933973,-938179.714051761
+    -161.26933884731352,54.04727724266294,427774.755897703,3594849.74001504
+    -163.87725782630918,-47.140235379702496,218541.076050724,-7626413.638244619
+    -154.3855121511163,85.83097317717821,546863.634538838,7141787.740240839
+    -156.47884059614717,-27.700422065460984,863883.346547038,-5467583.092252773
+    -166.02576096838683,-6.7991761444429955,-148782.118552868,-3152678.086424649
+<EPSG:6633> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -157.5564096660239,73.58026405225178,1686352.725062573,1.9117228786202736E7
+    -162.15170834153585,13.694178861218575,165814.619375487,-2700622.335909913
+    -164.0267503235573,84.7836637997869,1439999.205967219,2.3231418247099657E7
+    -164.47904293928246,-52.617386998806836,201543.706620223,-2.6880623910156906E7
+    -164.7073465004792,53.81879561444026,192138.945541864,1.1958891604529208E7
+    -160.0361179710613,47.6874903580015,1138918.649995207,9659200.03259514
+    -156.4997672389241,32.585521155264516,2102551.028598535,4154298.720685209
+    -162.34577501487877,-29.377141322767997,255549.151452152,-1.83740041302287E7
+<EPSG:6634> +proj=utm +zone=4 +ellps=GRS80 +units=m +no_defs  <>
+    -153.41851621856927,-84.75127830054478,556916.882120009,-9414728.256486664
+    -160.02482033380664,31.34639431767522,402517.47310181,3468445.712326034
+    -152.55174712052101,37.042924585181865,1073751.156889692,4119130.814852597
+    -158.23547925059592,-88.9624964153549,501545.521921944,-9882138.829589244
+    -162.68652609100522,45.258373844942355,210755.767614621,5018267.111091165
+    -159.45227576686042,-76.8632762669128,488525.536555113,-8531560.04383596
+    -153.1900618644031,77.2363078598134,643067.076385753,8580224.621845301
+    -157.45207495831144,26.607221132448913,654118.956091477,2943865.138103921
+<EPSG:6635> +proj=utm +zone=5 +ellps=GRS80 +units=m +no_defs  <>
+    -154.1158002500549,-49.16318687018622,418655.247996987,-5446196.044193694
+    -158.50298788713897,-15.632599815356826,-90618.871809118,-1735956.301297921
+    -152.622890284042,-5.102435648611305,541797.988460748,-563999.628963165
+    -147.52436253689189,44.09569338334572,938319.5028282,4897098.604567654
+    -155.80834343753332,-56.34196372803813,326426.250416096,-6247682.163775179
+    -146.13442299447578,-15.248628645583437,1238775.638328427,-1697507.772454536
+    -149.85925208940998,-48.354849085247935,732660.986432926,-5360508.943460152
+    -155.29923869218334,-2.463972869015052,244318.422217787,-272565.361844955
+<EPSG:6636> +proj=utm +zone=2 +south +ellps=GRS80 +units=m +no_defs  <>
+    -170.89632368503615,9.013610872026604,511395.056834222,1.0996358573081462E7
+    -176.18628062172576,-5.534450044027153,-75207.418830997,9385741.952148529
+    -168.7756160941491,43.989215658176306,678371.952492555,1.4873080419374237E7
+    -168.20558687764847,-15.780403610711758,799404.846607507,8253368.18486511
+    -165.31003938780842,-40.092856313725726,985171.542650974,5546393.438416198
+    -169.08683951237552,-9.400563274945299,710083.87605033,8960289.125245798
+    -169.90715662392486,-25.313958193893505,610000.888023339,7199838.78022036
+    -171.72000841469634,-34.147937330748114,433623.619664206,6221206.71057664
+<EPSG:6637> +proj=tmerc +lat_0=13.5 +lon_0=144.75 +k=1 +x_0=100000 +y_0=200000 +ellps=GRS80 +units=m +no_defs  <>
+    139.09822673405378,52.36108494748569,-284862.764357265,4525547.249654784
+    149.46723515438123,-51.1991824638513,429639.152734316,-6977857.99600294
+    144.31964273379498,22.07056723215787,55582.101776053,1148649.996402714
+    143.97995483137393,-42.311533461507096,36513.120031848,-5979555.189089106
+    139.8480647905728,-48.58014667814832,-261633.553012741,-6687578.531143776
+    138.89593137524554,-46.24902017602403,-351402.543546839,-6433478.952319801
+    141.02162010708207,-68.65876623107869,-51404.455678069,-8916979.073650414
+    148.13954477036648,86.575104205949,122603.74707611,8327070.572360114
+<EPSG:6646> +proj=tmerc +lat_0=29.02626833333333 +lon_0=46.5 +k=0.9994 +x_0=800000 +y_0=0 +ellps=clrk80 +towgs84=70.995,-335.916,262.898,0,0,0,0 +units=m +no_defs  <>
+    49.57467186305625,88.61259213507137,808588.699701543,6631022.214294878
+    45.91252906439469,8.966630908975887,735717.696608164,-2219256.602012592
+    49.97135354478202,79.08446672115775,873608.99544849,5569531.80571714
+    51.82953329837565,-37.03208005089642,1274353.791278043,-7321049.47573493
+    48.69284182302181,49.25217029090123,959823.220464966,2246424.53530482
+    44.61473731179363,-8.711152169400805,592913.768969651,-4173489.511517818
+    42.25644375917847,-75.13404483375044,678885.211808307,-1.1551082593001464E7
+    51.17802809468659,5.419892461190955,1318979.806798896,-2609307.797587795
+<EPSG:6649> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+    87.57116572622323,-76.17164373787665,87.571165726,-76.171643738
+    -55.385087928550405,-20.470491983829206,-55.385087929,-20.470491984
+    137.30011067146233,74.3881144352055,137.300110671,74.388114435
+    148.53445278480336,17.3552254736978,148.534452785,17.355225474
+    19.694275813394768,-73.62039084663462,19.694275813,-73.620390847
+    -63.613076024409324,-20.80614931864784,-63.613076024,-20.806149319
+    1.8066726131566213,-45.79187234403957,1.806672613,-45.791872344
+    -173.7639707943177,-48.1678280306621,-173.763970794,-48.167828031
+<EPSG:6650> +proj=utm +zone=7 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -140.01769011268973,-31.59105038202398,593195.949971641,-3495526.704885857
+    -139.0718878241093,44.32025696268781,653751.477732868,4909251.889831631
+    -138.72250621250814,11.563046339960707,748378.608884549,1279226.787570262
+    -146.7482381620648,-10.797892799349285,-129372.476114855,-1199561.992906997
+    -143.5707417740204,-79.66188543748054,448513.82526753,-8844983.944944875
+    -135.18653608414394,-36.175855176471615,1023061.599970348,-4019148.21560394
+    -141.8890042226722,-63.028800048476405,455015.094131354,-6989109.083005251
+    -143.3359724600463,-56.95925895544035,357955.543825937,-6315278.707180574
+<EPSG:6651> +proj=utm +zone=8 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -129.93447898610614,55.649933573879025,818624.133744214,6178760.177224833
+    -139.26662968125342,76.8018103359961,391345.135442065,8528597.648999503
+    -132.64460095181641,40.89473065886662,698415.592857607,4529742.083364256
+    -139.1018691261532,80.11609793452658,421459.231736349,8897315.100281097
+    -131.0896732561554,-52.97334505881567,762529.095803444,-5876462.310929675
+    -134.19586908573666,4.735652491754919,589179.114536716,523495.509259685
+    -140.9943063628786,-29.538026975667456,-81344.268996462,-3282623.912514288
+    -133.48928731309957,-27.262118193634485,649546.684357992,-3016371.010007176
+<EPSG:6652> +proj=utm +zone=9 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -134.9071217241771,88.43657555569962,482037.668640926,9824336.55697325
+    -122.7316857545377,-49.92394806398451,949785.814626802,-5549036.180898701
+    -134.22639098207415,-18.180297633669724,-53336.722083201,-2018022.896068475
+    -125.28213504538601,29.242832879155472,861403.680218808,3240623.113576838
+    -123.45326777655941,64.77823187664993,763469.278511853,7195288.897196447
+    -124.43014498600276,-38.9636468256735,896002.682758925,-4322684.866386439
+    -123.65169161082554,-15.642182450239162,1073948.567771485,-1736594.233738702
+    -129.85544553869423,38.47169723004963,425377.155219662,4258499.499676721
+<EPSG:6653> +proj=utm +zone=10 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -117.59390151782382,84.93281311003832,553231.902395077,9434735.349901155
+    -116.11127785961264,-81.32962090038512,615669.426869339,-9036880.241763555
+    -123.62028960042667,21.995378620507836,435970.203266614,2432445.250648987
+    -126.25504634153248,-24.269931941567847,169501.44614559,-2687973.902674582
+    -129.8076741128342,-50.9542713207605,22072.336721647,-5666837.606143939
+    -127.95500517057555,-60.21528924344034,225592.505696463,-6685695.545310296
+    -119.21788930999544,83.41201776200424,548410.129254847,9264041.829709807
+    -124.83234926979387,-63.13003379169315,407609.216145785,-7001395.342094996
+<EPSG:6654> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -120.64245109887574,-43.985459250666416,207891.207064308,-4876710.549186885
+    -123.04518784028537,23.48209862323921,-118085.925954385,2609914.937554386
+    -111.50160698939852,-24.137987044784552,1059224.616989832,-2680499.518422992
+    -115.67528171815765,75.17539905915734,537831.536514409,8343599.700742437
+    -113.75492955204774,-31.642787642125448,807771.136383553,-3505417.955069361
+    -119.50061299436263,46.38858609005203,307734.565222292,5140262.258072964
+    -120.61236863422154,-74.39152833907991,391570.176743075,-8259012.523822774
+    -113.65606163048399,76.28626105633109,588448.766592045,8469635.959582511
+<EPSG:6655> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -115.4924193752874,79.99916209385341,412987.80363493,8884853.49105221
+    -114.19057090612071,1.3900089094788086,144888.517319213,153878.08663523
+    -105.46429493065324,71.20900080404365,698771.805990197,7909805.884874223
+    -104.66221373131722,-68.24084468931049,761805.470370818,-7583182.39771742
+    -108.99217537769773,-12.208746052649019,718441.328566457,-1350446.186115893
+    -117.54853198195609,72.9879399481118,286536.164949925,8110814.339926398
+    -109.16291164258709,-38.56923357286133,660042.912917329,-4270575.684813339
+    -104.66767613080856,-42.02652699075084,1024321.082346895,-4672160.733128228
+<EPSG:6656> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -102.87650400515591,53.49447094744926,640865.74178749,5929377.276711271
+    -110.33471316483973,-18.63781012347907,-63333.814623232,-2069151.203140879
+    -108.68146507456066,40.14564250819794,186383.129504909,4450423.220947569
+    -110.29578415760525,18.72114766942309,-58938.881853567,2078281.078286169
+    -104.90704814458226,87.26683569818238,500494.867509612,9692811.79626495
+    -102.89235821537017,-14.84593781909794,726793.386324978,-1642355.280059821
+    -104.22377357256265,-67.51899195884704,533121.73840681,-7489445.085799539
+    -109.93284926758113,-74.32846235696556,351423.938320813,-8254845.490269532
+<EPSG:6657> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -93.30890948157742,-17.156672663859837,1106101.537872007,-1905787.576237048
+    -101.5127936386715,-20.838424425998653,238505.286244205,-2306306.528228155
+    -92.36973843398684,-77.79714595965582,656130.716155918,-8644571.48257954
+    -105.99628754508846,6.532857845194997,-275381.938137545,727514.781891917
+    -96.91831272856612,-50.375624521059876,648016.793727051,-5582467.227485697
+    -92.08617048396873,-24.49311323752171,1201632.135887636,-2726430.730977321
+    -105.60548631871204,39.674914568614355,-66739.845950902,4412584.820190317
+    -98.87805591624775,79.46088045652945,502489.988690213,8821415.439575851
+<EPSG:6658> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -96.35029483778408,3.14072782203057,127539.8266413,347745.421532203
+    -87.54471204474254,-14.749109583312077,1087941.154944002,-1637718.247582591
+    -90.09648955982217,-20.20756430185979,803421.837772409,-2237107.866456367
+    -90.45213254578402,-1.3833570446174548,783525.757440508,-153055.082748165
+    -90.85079432419374,-52.02554224293099,647451.782698817,-5766059.561769122
+    -87.6948606762103,-34.648025695746185,986413.813175737,-3846836.186458715
+    -87.35536996264277,-88.26019740453623,519102.899404137,-9804659.113944173
+    -90.10762955011884,84.23321491638981,532433.36673575,9354944.02132402
+<EPSG:6659> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -89.93827440400088,-13.700188284779571,182161.879477856,-1516500.470266223
+    -87.9050492000723,-7.001554266483495,400032.655946775,-774016.933276122
+    -82.46905088977273,18.750461940916452,977986.243672746,2079301.180786065
+    -86.25963597304589,38.96345488816999,564142.762538069,4312981.750807191
+    -85.1336761072941,64.29083731559862,590325.971916442,7130749.26660589
+    -85.76040600621853,81.9386832671743,519405.449588179,9098192.20409087
+    -85.92781466432766,-16.7580542275511,614277.900359994,-1853098.427170797
+    -91.0656532348433,87.63117474268157,481254.059633399,9734153.587852927
+<EPSG:6660> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -77.57253061436562,20.143409127227926,858369.570261935,2231045.47118469
+    -77.3402164287766,70.78644252737516,634349.590414418,7857632.508360848
+    -79.24493645129729,53.19129785312228,617256.554654028,5894989.228652724
+    -85.93891740927866,64.50072865915126,262944.179154847,7162043.41310095
+    -79.1112240121617,-64.27573869298128,591462.33301101,-7129099.377090076
+    -79.39814565911374,-54.55885009296701,603585.030188577,-6046882.322680823
+    -86.28339788478142,-32.13005311151299,1351.679886287,-3567100.11310125
+    -81.70676082673864,-19.1916124609194,425697.571067007,-2122179.819944505
+<EPSG:6661> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -71.64360511167054,-29.002355361687243,827005.019106678,-3212893.820451484
+    -80.14686385698359,-85.87672683545331,458737.317341251,-9539462.165279577
+    -74.40214780251142,26.398910178065464,559628.793602605,2920000.164746408
+    -71.48995316674458,27.5619248545092,846627.101586438,3053592.882052292
+    -68.25500002074475,-12.38632552446451,1234744.934922376,-1378581.903071206
+    -77.93712542996812,-15.736405793402113,185225.265096176,-1741967.955736425
+    -77.95589288742306,15.200667416387816,182395.3804618,1682670.389317597
+    -80.83991129791477,-24.138426336936405,-94035.641090347,-2681961.627954253
+<EPSG:6662> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -75.69442850427495,46.764172019543935,-11110.478614185,5200759.786054655
+    -64.52560199120924,28.361440038935797,938703.766708435,3145389.890111811
+    -64.20862754612095,81.98190015956422,574530.013578586,9105896.232932214
+    -62.1528560708772,-41.69066076736482,1069958.79576081,-4638140.430157623
+    -67.56662739527884,-81.32862165315959,524123.755613105,-9030184.299293103
+    -73.51857387909324,31.771520107052197,71942.536412572,3524009.712311034
+    -75.62623901643875,37.67421669904523,-84661.322201025,4190384.582066146
+    -64.30920010205493,0.28615940794183814,1022550.107446931,31736.230566857
+<EPSG:6663> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -64.90365241524387,49.94763202799686,363426.956564098,5534545.195172588
+    -58.924106361389164,-26.877398829366136,905031.538608503,-2979376.303055578
+    -62.829918606340414,76.01896194252907,504586.962113347,8437307.812592365
+    -57.53644039040779,-40.538296962673435,962794.628016437,-4501870.863494582
+    -60.960170190570295,-73.68128680478117,563963.592739881,-8177574.704270533
+    -65.5665665898779,-63.94958385195683,374263.354217975,-7093926.845605846
+    -63.242530846865236,37.00464948967603,478421.855172892,4095415.641373531
+    -60.67576810470401,81.30704807127776,539207.174725483,9028264.065628532
+<EPSG:6664> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -58.57984511683513,38.61484903677359,362455.995524466,4275220.98533412
+    -54.783662857865636,2.031351500524167,746530.635847918,224695.398804157
+    -60.51409512539945,-86.57880225129553,476601.318926938,-9616711.685838582
+    -61.77913452431725,-7.8218327986247544,-27476.13480202,-867600.398311178
+    -50.91318932997843,-41.35121282998718,1009305.380500292,-4595655.476570638
+    -54.044950292227064,16.793425363589847,815004.750817885,1859051.427399802
+    -55.22509096776179,31.752880645231258,668109.82113479,3514415.476785267
+    -60.56487272208514,21.436071136619162,130417.827258431,2374615.724735102
+<EPSG:6665> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -52.955614077466045,-4.2376295459391855,282938.092002713,-468667.764198816
+    -54.60321822381193,15.859275038344634,113999.416004653,1756689.28773738
+    -47.893027028993316,22.23797368553697,820279.320010524,2462456.358161019
+    -48.906305672401885,68.4502244963623,585809.107339642,7594520.12393013
+    -57.17553872869004,-22.0071162771776,-138307.349935546,-2446539.356319466
+    -48.91458041288429,-40.08032855845104,677808.816453952,-4438756.933025086
+    -44.795686726742325,12.28839274537458,1175879.562808987,1366254.829391354
+    -44.34218252245134,-84.8923416269735,566029.463577243,-9431539.176820587
+<EPSG:6668> +proj=longlat +ellps=GRS80 +no_defs  <>
+    101.03867282819789,68.8337061961108,101.038672828,68.833706196
+    -44.61424568977864,-63.01938518211898,-44.61424569,-63.019385182
+    14.424716634013578,79.01065551259236,14.424716634,79.010655513
+    -78.37864914663885,86.81775010092235,-78.378649147,86.817750101
+    -124.07044542379822,-6.505255314259827,-124.070445424,-6.505255314
+    84.7300885876594,-53.570530053648085,84.730088588,-53.570530054
+    129.34394539482088,38.29176653551406,129.343945395,38.291766536
+    -161.5720455331715,75.58418073215671,-161.572045533,75.584180732
+<EPSG:6669> +proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    133.4667681424299,-46.49090164808511,304507.27313385,-8810171.353539307
+    133.6742429112538,-32.85733411534813,390827.145078522,-7296677.462931978
+    130.88397352536256,9.755633690750159,151848.80375675,-2573353.631852294
+    134.81843003856142,9.00829060514748,585537.487596504,-2652050.826805168
+    132.04144600735464,-88.82465566272641,5820.178838188,-1.3522211804283096E7
+    132.8857941014758,29.264616886632353,329132.12362838,-409350.299515316
+    134.24788958105637,-76.95364252064671,119556.454184463,-1.2201375095305864E7
+    126.5990227501422,47.10369942738774,-220180.641471509,1569955.986102324
+<EPSG:6670> +proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    133.55217859382864,-22.19439612373786,263219.064871924,-6109679.036732511
+    127.68228540912492,-72.55213718486097,-111014.863592378,-1.1708386698859997E7
+    134.23590373462008,62.23890446445034,168159.054621643,3254686.71067792
+    133.43797895282552,78.60855029519053,53756.348713768,5077643.084106119
+    134.19084961656816,4.446732883175201,354288.447450828,-3159962.288748637
+    132.94819539192073,29.775586968730494,188395.311906014,-355884.216976424
+    128.42905027375735,-36.81962195014506,-229382.906117324,-7731553.874253388
+    134.4071169587119,5.258000002741923,377875.923660362,-3069994.477022635
+<EPSG:6671> +proj=tmerc +lat_0=36 +lon_0=132.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    127.86646473496447,36.19535117248856,-386835.579347318,30256.10557369
+    128.24341293281964,-10.8432742112565,-429258.722607538,-5186922.095839688
+    136.90988218664052,-55.457493764562024,299922.018383521,-1.01429268689054E7
+    131.6604753009599,61.357265887943385,-27077.691353167,2819584.75572552
+    134.59096352768964,8.581420571513078,266920.0553044,-3035440.7240126
+    131.1291096647344,-10.769939525108853,-113473.552308343,-5176235.159448523
+    137.67036468989483,-78.80520674319109,119150.143877029,-1.2741621663769E7
+    128.89067728615657,14.05866844374654,-353964.136554217,-2428002.818588453
+<EPSG:6672> +proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    128.41316984474517,-80.51275864464951,-93515.796750536,-1.2597981186425766E7
+    136.01256672521637,-62.59431377729008,129045.672302252,-1.0597368384012178E7
+    139.53007500836887,-21.124342453566257,627228.96181587,-6000918.688630023
+    135.80722220109067,-19.326556978813727,242481.518719713,-5791601.402279148
+    129.7432882177565,44.08398276743813,-300863.25786702,1237149.94869577
+    135.12856413769006,-32.36850951557525,153263.021172537,-7235907.263557072
+    133.22510118978502,-49.605249750957256,-19867.983198987,-9148810.217387853
+    135.33036348284196,9.43657829346742,201028.414784285,-2608423.472870724
+<EPSG:6673> +proj=tmerc +lat_0=36 +lon_0=134.3333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    136.8544337051875,-40.11257555777941,214922.951779755,-8429776.436480692
+    129.18095408262445,67.64581718151464,-218538.406245514,3529580.341245703
+    137.7321105179544,-83.07860141846437,45714.59478913,-1.3214492719796645E7
+    137.6898363935201,6.514050772118196,371419.282366869,-3263663.332291943
+    130.05756773194616,36.459355661355744,-383337.621554522,59475.540965453
+    134.34531014058348,17.948987534677798,1268.640949397,-2000006.738555001
+    131.60855247037856,52.51638682695244,-184935.159194315,1838567.505191445
+    138.9407963181065,-5.609964018667398,510953.222443012,-4607431.266466646
+<EPSG:6674> +proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    134.69029791326932,86.5688493341693,-8753.33616944,5632725.365183129
+    137.76238026309855,75.50258550047272,49255.89485007,4397787.662927149
+    141.1204011684285,32.09052548313035,483600.639569265,-422109.82726812
+    139.45096098998238,75.16521396668387,98604.715632353,4362271.497989916
+    134.81173510807022,38.34844900046387,-103863.80662588,261275.331142382
+    136.5902785644705,-54.30651072624747,38419.006871795,-1.0004735921203962E7
+    142.4727165936421,54.75386635462377,416408.915771265,2103322.565057263
+    137.46261378779494,-0.9880309615848972,162794.887383295,-4094419.943496891
+<EPSG:6675> +proj=tmerc +lat_0=36 +lon_0=137.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    140.9922530918054,53.46166727859895,254010.889243207,1947080.594994027
+    135.41624040003416,4.858389433926789,-194171.674144301,-3447720.771322015
+    137.96329833916153,63.53152559871896,39627.143944954,3062029.262750286
+    144.0627355723285,32.35388993511158,649724.668537687,-383420.504805524
+    141.90828656527893,-10.920126453843423,518840.910446444,-5196728.183979498
+    137.45388600165856,-62.96296791466416,14571.155070361,-1.096873514315742E7
+    143.2109976496757,-2.012310234031517,673628.389891529,-4208883.735137977
+    136.2794704802887,-69.59216801280618,-34535.611224726,-1.1708105597285233E7
+<EPSG:6676> +proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    142.06863055657124,86.24097937725972,26112.213367337,5596821.220203038
+    138.55978139718488,64.7594256057568,2845.272767447,3198656.061345003
+    140.7536863134947,-1.8769450512360635,250785.409045496,-4192827.55564081
+    131.9856269671384,69.53147037909002,-253897.738909463,3744336.840920518
+    140.3046862318906,-16.88562207191464,192297.083327275,-5853486.321648925
+    135.57979200839804,-21.42330700186234,-302817.420700567,-6357672.779328969
+    134.92053223649842,-17.059154814068975,-381211.42786245,-5875305.749899011
+    138.0625855658474,16.855830378723795,-46609.623182044,-2120926.834925138
+<EPSG:6677> +proj=tmerc +lat_0=36 +lon_0=139.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    142.93943917150784,-6.011429446239319,344012.932359613,-4650788.818096387
+    144.02222985610632,86.24846153193067,30582.462931294,5597961.154051008
+    137.2626170349201,-42.8245001302332,-210198.742901566,-8731099.754219845
+    139.99022011120195,21.68100961497059,16234.837796302,-1586896.483266138
+    142.49540803758697,27.35855309507801,263409.546425058,-955273.125546238
+    136.59771611040892,-47.65529280221906,-243027.031683162,-9269791.179647893
+    135.8497469475071,-10.510582643722799,-436345.683585944,-5150128.380195088
+    134.44544117113634,-74.93896241081728,-156124.702357182,-1.2311531277435292E7
+<EPSG:6678> +proj=tmerc +lat_0=40 +lon_0=140.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    145.83159173152302,-2.4948409956982545,556532.526480165,-4705984.192613085
+    141.82673007565683,-31.274930571334565,94593.081667822,-7890622.051781257
+    139.04692500061267,59.06823971727454,-102453.055582448,2121899.789470559
+    141.47791453389053,55.49952648944006,40730.98696706,1723329.116885221
+    135.7565497739137,-86.17564473100276,-37767.492391619,-1.400461387419455E7
+    147.801249255295,20.16641035204735,729710.590494188,-2183170.509530065
+    139.79208022769376,50.854139141023495,-73314.339008508,1206726.170710353
+    138.56456920693006,13.854905383474218,-245289.255856642,-2895783.351764722
+<EPSG:6679> +proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    142.48878524645394,-15.250327748391925,240529.090699011,-6561091.181138604
+    133.2693597437103,17.934898902122285,-740977.568486209,-2875807.809286314
+    142.95509295044272,-72.45088057205973,91038.348781408,-1.2917022849637443E7
+    143.21978951309228,-18.692975794693893,313345.052723137,-6943416.079189052
+    140.44729063314017,56.611017537568614,12113.374673282,1402652.971705731
+    139.23993030478204,65.9674885218642,-45914.137407938,2445516.648591457
+    138.47014327261368,-37.100491372778166,-158210.458754878,-8982070.171224343
+    144.885698728319,44.19181314663214,370586.467248737,31772.847439044
+<EPSG:6680> +proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    140.0069766493873,0.382233991585224,-249725.949425028,-4831041.338220893
+    143.38116099791483,-55.81045974540532,70912.502373176,-1.106075487637552E7
+    146.09230301640656,51.92272097506594,264262.108436448,887814.19189359
+    146.34958311780915,-15.46626761941539,440222.687229006,-6587951.553767321
+    146.5791323405162,-85.31408441950312,39460.01091912,-1.435246256531052E7
+    145.81152717331483,35.13213845181936,324640.448424374,-978660.554376166
+    141.8712580250555,67.26701112290237,-16337.589630018,2590100.316268389
+    143.6512005394039,-34.20585249271753,129128.379115006,-8660339.555349877
+<EPSG:6681> +proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    139.3230559128679,14.88728134464472,-530690.512149351,-3221109.416578057
+    144.27579375454877,-38.08147715197037,2262.793834844,-9089455.406003369
+    142.12228452119786,-48.14600576131691,-158313.195932847,-1.020965373202413E7
+    148.86337912833469,-78.86281492414591,99410.195553978,-1.3634554636216486E7
+    145.2805236208309,-77.55906222814976,24789.488690369,-1.3485297957386438E7
+    150.35712560050973,28.51369925858731,598396.183253622,-1703017.640340899
+    141.91197078469878,63.56901254114496,-116131.598656498,2179892.228349023
+    146.7014326818995,-30.702486510802757,234857.04195653,-8273551.371293441
+<EPSG:6682> +proj=tmerc +lat_0=26 +lon_0=142 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    148.31765569710478,-88.74651523461127,15403.656207869,-1.273836983884654E7
+    136.71874345397762,0.1550572865849773,-588685.682132584,-2859329.673215388
+    147.61688547636334,70.01380316951591,214062.907811946,4903067.164625315
+    137.711951949592,61.800637786862836,-226013.482397101,3984939.548608426
+    144.6178098875489,78.50093974126821,58256.913913206,5841648.550957535
+    138.5949619304447,-56.80067749643747,-207966.82714325,-9178808.217377376
+    141.64248668297066,-29.630140506527972,-34618.979055479,-6155387.096318737
+    148.25592424978896,63.2476392039743,313913.602344072,4154063.424699763
+<EPSG:6683> +proj=tmerc +lat_0=26 +lon_0=127.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    128.8263673277623,-40.313005007332045,112735.162447521,-7341229.119892713
+    132.5873596047488,20.057030051572696,532671.117917857,-649963.755431902
+    124.4976490776011,-57.70704560110094,-178932.177101265,-9278526.293130035
+    129.90502902782887,-15.735556231628834,257795.88375467,-4618221.402127218
+    128.56677675256722,-42.239165036823756,88043.232543504,-7554832.359447048
+    128.062272576886,-79.36979679181368,11582.477270072,-1.1690494053127784E7
+    133.53528926628124,-76.81918773931577,153415.86683386,-1.1413577210935108E7
+    125.57367127828597,13.800512889319748,-208301.428994358,-1349589.287448063
+<EPSG:6684> +proj=tmerc +lat_0=26 +lon_0=124 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    129.02030003697473,-40.66544730524364,424552.44890604,-7391654.755878528
+    119.05765946529905,30.064850067067397,-476806.46531244,460741.256512767
+    128.78032610704585,13.811276109825116,517340.260111399,-1344073.306551463
+    128.21341452345357,11.641933798517726,459786.119865622,-1585784.691152174
+    130.09572350792092,-27.87211843648778,600875.114264626,-5975488.230233459
+    129.40109706897528,59.17899052019442,308568.624306148,3697908.934671173
+    122.56888741491363,-7.804700452785795,-157844.855217437,-3739780.827448614
+    130.57847599506601,-4.522655191355867,731574.326039671,-3379919.408057415
+<EPSG:6685> +proj=tmerc +lat_0=26 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    124.78358962343978,76.49307139487482,-161841.68431431,5624752.316807336
+    127.52050251062781,35.7977048990538,-314553.678247174,1091744.149579607
+    133.99992838139266,-82.55170822426322,43410.120519702,-1.204684059624414E7
+    137.2215765755812,27.071317632034578,617785.782053878,133990.316532801
+    127.48767341329572,11.945723544164991,-382760.490421241,-1553168.116853614
+    124.49063870795422,28.785904567880337,-636242.401522167,326126.58364943
+    135.98428978178436,0.9911198609165837,555415.953644846,-2766546.693284855
+    131.7019412092231,31.82587822821229,66447.770650507,645860.398585437
+<EPSG:6686> +proj=tmerc +lat_0=20 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    137.04879273507433,45.28220943875658,82278.773035727,2804196.078621164
+    131.56307137891662,28.28977169205534,-435449.358691,926097.667344844
+    133.0272642735923,-39.87793413433802,-254299.893513436,-6631910.864420681
+    140.81663742582472,-26.444751935555225,480696.275679107,-5146973.71197134
+    138.36265829668193,10.576785074527095,258613.454160882,-1041629.979145703
+    139.2621196251423,-18.244857596887584,345111.206003553,-4233104.596494867
+    140.925147830961,83.92610362223331,58129.581854285,7112982.279035865
+    140.53005185607043,87.33966453301488,23458.132899965,7492635.767930978
+<EPSG:6687> +proj=tmerc +lat_0=26 +lon_0=154 +k=0.9999 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    159.80110302986793,27.256550872910594,574991.923335421,152569.841853921
+    160.10159880032197,-19.332031603611924,642054.670544749,-5026102.728285583
+    159.73788904335564,-31.457200722608377,545724.273959607,-6372154.360297416
+    155.94969967114673,-15.660440775450255,209047.492677486,-4609402.70285553
+    147.61101168979735,77.11952432843103,-158737.472063755,5694770.842024425
+    156.7820689610841,-73.68690706081738,87221.827225309,-1.1058142627953902E7
+    158.92250318395682,-83.54617761524483,61717.528583848,-1.2159398196093882E7
+    153.58928160931333,46.486804152144686,-31532.268122911,2273217.218266007
+<EPSG:6688> +proj=utm +zone=51 +ellps=GRS80 +units=m +no_defs  <>
+    116.21232990366694,62.933899059445224,155883.241425919,6996405.520490038
+    126.50127693307886,45.872778454151586,771727.673540266,5085875.620814953
+    120.74440943957876,14.66768661333289,257081.653488007,1622782.391733897
+    124.25545177270673,-86.31727944791032,509002.488950343,-9586895.913832793
+    118.19861290809611,22.737149494481756,6591.232673816,2522426.107720464
+    116.93998189485482,-63.97000449384484,203614.282987307,-7107773.974242858
+    120.93507524259068,-62.91407839732433,395112.285051482,-6977699.16768923
+    122.35816669660167,-71.80020909969777,477625.98351045,-7966766.786454899
+<EPSG:6689> +proj=utm +zone=52 +ellps=GRS80 +units=m +no_defs  <>
+    135.11557426728743,76.71626178380447,656594.971974848,8523252.712166056
+    125.26928600143881,-53.47625887188214,252445.133863356,-5931733.194227629
+    130.15308334165178,-68.41634847936439,547334.637310567,-7589727.552487456
+    135.86598431728234,40.36765732923564,1083148.23796083,4491254.614421434
+    128.5550130634386,-69.42565279723513,482547.851066435,-7701888.977990285
+    127.8262856357375,52.70654468914978,420700.0384078,5840273.06337975
+    131.40603074199544,-85.77239369958508,519797.061335823,-9526378.901509216
+    127.34027784134567,16.677912336690454,323013.997025985,1844660.48122438
+<EPSG:6690> +proj=utm +zone=53 +ellps=GRS80 +units=m +no_defs  <>
+    130.53154028845066,-50.819863548656,185301.773762423,-5639314.519154173
+    134.40688272859708,-25.468842117726346,440377.148226661,-2816996.320111627
+    128.80564461933955,-84.95550259191174,439306.588927142,-9438036.385265244
+    128.25476130558815,-45.19260963282799,-29835.019331514,-5026525.753792317
+    140.7553890700242,81.73857427401245,592177.813621478,9080232.49912374
+    138.38654833302186,30.827013740670708,823972.7713256,3415340.941110559
+    136.29716859486035,45.612846796485854,601140.817321867,5051851.833576534
+    140.53453236249382,-78.14609392051989,626733.857046214,-8680669.332970332
+<EPSG:6691> +proj=utm +zone=54 +ellps=GRS80 +units=m +no_defs  <>
+    136.9574210231082,-72.78742533615225,366568.001930516,-8081265.337875404
+    139.50648180834787,10.555576495499963,336585.423075135,1167230.257454419
+    137.46729846344718,-77.61095665573642,415438.76849219,-8617499.837150188
+    140.9466768166813,-16.903852957368457,494321.220967101,-1868919.588429386
+    141.7072536067264,18.322520060950467,574735.963451786,2026013.516906025
+    147.93787609094568,6.180493392853208,1269405.659254846,688190.574112299
+    138.06146074171662,32.5659226925041,224106.370728395,3606977.011522919
+    138.63878413518535,77.37631539368195,442408.981944343,8589925.820508381
+<EPSG:6692> +proj=utm +zone=55 +ellps=GRS80 +units=m +no_defs  <>
+    153.62929361809807,84.96967588421649,564754.906932278,9440083.304311411
+    144.17966996984939,-40.08338739943217,259533.794332476,-4440824.997243912
+    143.92181997466136,75.06678908042747,411493.715220254,8333356.545270198
+    151.4301405926207,-66.14256260205447,699811.704006331,-7342870.031368742
+    142.05286803520465,-49.05577734846117,138621.850340496,-5445454.465106166
+    140.6334239266404,11.75176133399512,-195008.77541093,1306992.75116441
+    143.01488226404427,-18.184240447869428,78289.589726925,-2015151.417313477
+    141.82262353470378,-27.540834255389584,-11595.285891017,-3057046.560021455
+<EPSG:6696> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+    -13.655217010181957,86.0905632299247,-13.65521701,86.09056323
+    151.7680754948841,62.749895368190494,151.768075495,62.749895368
+    -143.10788834430807,43.98644513220779,-143.107888344,43.986445132
+    2.754650356860992,-34.13859810754963,2.754650357,-34.138598108
+    154.24163804594076,-69.99624609923121,154.241638046,-69.996246099
+    -116.71794837202845,47.00566299341341,-116.717948372,47.005662993
+    130.33219069832268,-88.89800888464933,130.332190698,-88.898008885
+    87.56571897263285,-82.46575721964385,87.565718973,-82.46575722
+<EPSG:6697> +proj=longlat +ellps=GRS80 +vunits=m +no_defs  <>
+    49.53075818054657,0.45254557973197507,49.530758181,0.45254558
+    47.85793024370224,-69.64063120173503,47.857930244,-69.640631202
+    -114.55114850527912,66.22855418766031,-114.551148505,66.228554188
+    -112.70267424116018,56.54646542176556,-112.702674241,56.546465422
+    -134.22920591727188,83.50494842642414,-134.229205917,83.504948426
+    -3.5620662185091874,-45.49493259798434,-3.562066219,-45.494932598
+    32.954703723152136,27.519270002918887,32.954703723,27.519270003
+    -172.930353046042,23.73522199837808,-172.930353046,23.735221998
+<EPSG:6700> +proj=longlat +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +vunits=m +no_defs  <>
+    -91.8703040268363,-26.29556120996812,-91.868673042,-26.298583232
+    125.80461784927962,36.32829379915634,125.806601141,36.325435308
+    145.2502531693944,64.67985936840196,145.257237929,64.680106678
+    138.10906614032052,-80.46085734992674,138.124195829,-80.465625764
+    -154.80138065167097,78.4633170318213,-154.778038175,78.461129775
+    117.0924449160035,23.228511308618053,117.093428957,23.224276026
+    159.3549539808145,46.45938554330348,159.36046253,46.456630377
+    -67.2625253996348,61.6623171856844,-67.263677676,61.654776107
+<EPSG:6703> +proj=tmerc +lat_0=0 +lon_0=-60 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+    -62.35922563875445,-76.77426690816131,439761.734130989,1477209.183208968
+    -61.90923792116457,-62.48722765428664,401610.339943952,3070086.187266397
+    -65.67120380368775,-39.86719229488362,14829.190701142,5571563.79057696
+    -53.3698490532004,63.75190219880898,826722.03476674,1.7086349392092288E7
+    -54.59966800455349,-14.020779181567036,1083902.159338949,8443294.38847948
+    -66.34996395280997,32.987002724456914,-93771.759217969,1.3667804871049266E7
+    -65.57986672834127,17.256870945821845,-93903.05056449,1.1916570280674571E7
+    -55.84009788337673,46.591235083192004,818647.479204356,1.5168151864641633E7
+<EPSG:6706> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    6.985518453876438,3.1917180645197902,6.985518454,3.191718065
+    -21.030151946030884,-70.80560534703565,-21.030151946,-70.805605347
+    -53.91924667769739,51.59223595666609,-53.919246678,51.592235957
+    -103.66329998318655,16.553991190245668,-103.663299983,16.55399119
+    -136.0709857483197,65.29155607688986,-136.070985748,65.291556077
+    119.61616793243155,89.93323761833182,119.616167932,89.933237618
+    -15.431645377301322,-68.4285456342738,-15.431645377,-68.428545634
+    81.266342967919,-42.40563783563373,81.266342968,-42.405637836
+<EPSG:6707> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    6.59434414635648,-81.21292830526002,458984.17522603,-9017822.987319909
+    13.241881926429121,-42.35103246355856,849395.052245284,-4697473.602180716
+    3.1398899504561903,8.341858056233974,-146317.493318999,926898.871982785
+    10.451282168792753,37.825557871486964,627723.35012436,4187452.715818726
+    13.562594189617098,-71.4966447272969,661475.329904886,-7938889.75897871
+    6.405802196425239,-25.42382218099067,239068.699463875,-2814415.465638768
+    7.877324814095566,-61.06658256164414,439408.374779159,-6770723.211581883
+    10.818571228968203,-74.28346733301007,554978.240401701,-8244503.114151777
+<EPSG:6708> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    9.435959296355403,27.153562706950794,-51794.790201099,3015696.620069899
+    19.845349170838915,50.96918008171505,840137.483153641,5657581.846533577
+    14.60921581813714,84.65642436158902,495936.908967285,9401389.704260198
+    9.36652316363518,-45.03056701006517,56232.609307642,-5001805.675330852
+    20.43157707762534,-86.2245788000835,539871.17232367,-9578335.159363884
+    10.613079518451052,87.19180725573767,476027.116864233,9685351.824502993
+    20.95816715429825,-17.55616387551646,1133246.512500937,-1951039.687238543
+    17.60560387920447,-48.81017189193687,691294.968570458,-5409628.186810728
+<EPSG:6709> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    18.82057131002171,-83.97859453282896,474481.470140455,-9326186.911224527
+    24.237350703344756,-18.311938839150102,842253.954450359,-2027738.033926461
+    24.62890762402086,-31.10713044410604,846158.26825034,-3447143.011502823
+    18.84848827185175,67.84616228837112,409474.877807477,7527287.336432707
+    23.81548067875319,6.037910230971889,811689.574820822,668201.270937314
+    15.97141241580949,-88.72317583342424,487505.563227988,-9855957.160518171
+    18.27277860124607,56.25503323895799,331055.361595205,6237809.077044208
+    24.450872868270196,36.90461227241734,807480.491341777,4089854.919186344
+<EPSG:6720> +proj=tmerc +lat_0=0 +lon_0=105.625 +k=1.000024 +x_0=50000 +y_0=1300000 +datum=WGS84 +units=m +no_defs  <>
+    105.61036678686848,-19.308160735161437,48462.061173136,-835830.962552768
+    101.23063601717595,-23.631458334298273,-398709.783541051,-1321440.066632808
+    105.89060168161387,34.045424026497386,74525.107552658,5068822.275533501
+    98.84944346920908,21.53502598860011,-653138.536870581,3697682.7688086
+    104.70703785238923,-56.23762633712973,-6922.719565404,-4935550.018849943
+    109.16540786916588,9.932996557371837,438490.783166137,2400542.512814543
+    104.80884846914591,-25.245638707615996,-32229.765779559,-1493581.562569999
+    109.38006678046843,51.02940886264403,313397.289233347,6962208.036240458
+<EPSG:6721> +proj=tmerc +lat_0=0 +lon_0=105.625 +k=1.00002514 +x_0=50000 +y_0=1300000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    105.6047144373419,-5.1050180916546,47750.662822441,735487.118066025
+    100.66981767729567,-78.12166527535321,-63778.458151106,-7380453.747908406
+    110.97748480464307,-25.76558502126651,587440.605552515,-1561869.626537743
+    104.04871576143935,-47.19588366564722,-69448.879452824,-3930361.050989222
+    105.25248660354734,54.16438719590977,25667.930281735,7304428.468724697
+    101.03871730783688,28.041239173867865,-401225.491778562,4411591.43913442
+    104.12769919252771,-59.371595029221226,-35126.238069862,-5285186.877894645
+    107.45664740570831,-56.65917423800324,162324.062932228,-4983618.656631104
+<EPSG:6722> +proj=tmerc +lat_0=0 +lon_0=96.875 +k=1 +x_0=50000 +y_0=1400000 +datum=WGS84 +units=m +no_defs  <>
+    98.43305732624486,-69.75232364110471,110196.680573152,-6342117.793362405
+    98.17152192289774,58.944648646664575,124634.569826978,7937226.691462825
+    101.85941804071493,18.86805390009762,575759.76651046,3494471.697889305
+    93.15894283046809,76.92852541611,-43797.645160398,9945178.131760603
+    101.4485366540409,-67.10848753260261,248460.615669587,-6053754.772810587
+    93.15974685890427,19.82183209755854,-339437.570430666,3596928.226240472
+    102.55020463749115,18.71189249943201,649358.366495546,3479322.275039532
+    97.9878808533278,81.8167211231166,67690.893504757,1.0488175378146676E7
+<EPSG:6723> +proj=tmerc +lat_0=0 +lon_0=96.875 +k=0.99999387 +x_0=50000 +y_0=1500000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    95.45255966440347,-42.74750464238895,-66461.210105464,-3235622.447667321
+    92.72671866531707,-25.62303711969348,-366859.935654052,-1341588.796425578
+    92.32641500285828,-11.86948744305954,-446067.333893281,183304.728119901
+    92.96560059367027,86.52427006612766,23548.262948045,1.1114594617518734E7
+    97.5862847808103,-45.05227377065487,106031.191580832,-3490969.245682813
+    101.8667366862876,-2.1170150142223747,606004.083047497,1265016.531663925
+    96.77325089302738,55.10822541462065,43506.233450206,7609245.735654651
+    100.83133035400368,-77.68448717523684,144171.559585374,-7129734.229411909
+<EPSG:6736> +proj=utm +zone=46 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    97.61145785996187,-12.685554331450064,1001187.252131482,8593201.03301575
+    95.50117236543495,45.05948039096501,696926.531572156,1.4992601423667006E7
+    91.07141035050743,42.52286395917656,341590.355859726,1.4709634167161003E7
+    90.18573954688429,-43.25046161784464,271542.427149057,5207525.26177398
+    92.90301366457254,-31.169169720562415,490757.480063302,6551645.517501872
+    97.62814949569714,-56.64058062452503,783732.926955569,3713042.048587262
+    86.12767618920785,22.808164055675647,-206470.28220401,1.253876197717406E7
+    96.38775335514288,32.1930520689298,819400.167346556,1.3566868788107779E7
+<EPSG:6737> +proj=utm +zone=47 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    103.98904139335866,49.751935442640274,859311.358745632,1.5523004273763724E7
+    103.91995219757136,-80.68521435405597,588799.000186995,1038167.52920638
+    104.8832579873451,81.68342295309836,594843.497090222,1.9074313139740407E7
+    103.98187979814684,57.72481657737458,796569.780083275,1.6408985907907726E7
+    104.65281613706841,72.35947792836612,690948.577329372,1.803801520083298E7
+    97.30430311813706,69.24243789793442,432936.773380107,1.7682323495471537E7
+    104.43862977043028,-70.46674815608701,702712.924998075,2172999.36622314
+    99.61633221586247,73.20869739876463,519873.255353466,1.8123863167639162E7
+<EPSG:6738> +proj=utm +zone=59 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    177.97321166274813,-5.721431129345049,1273991.698110749,9362875.812225092
+    177.3719349522195,57.740256626782696,879026.109721397,1.6417644297945974E7
+    175.66089859557925,-45.785914576751786,862282.792905641,4919165.346019759
+    172.21698867423316,-56.47658426891573,574962.049432589,3740212.086660126
+    174.05697946576794,47.16630491495266,731678.303603027,1.5228179686870445E7
+    165.14618589187464,-72.49687767878164,303772.463479188,1946073.704184514
+    170.6992810507994,70.03054616360424,488538.019352401,1.7769307840920396E7
+    166.6581880955972,-10.427861448599245,24364.169065922,8844014.506401615
+<EPSG:6783> +proj=longlat +ellps=GRS80 +no_defs  <>
+    84.5112668503379,80.83042759940022,84.51126685,80.830427599
+    54.52051675286131,-60.553951550685895,54.520516753,-60.553951551
+    108.24759432504334,14.90481646630407,108.247594325,14.904816466
+    -56.91886951167233,38.00632255164035,-56.918869512,38.006322552
+    21.730280225434996,-53.257985343220135,21.730280225,-53.257985343
+    -164.12419100919618,-21.124570946731566,-164.124191009,-21.124570947
+    -128.08733481059264,-42.9318546367606,-128.087334811,-42.931854637
+    -2.4659265293391854,-57.15247813546483,-2.465926529,-57.152478135
+<EPSG:6784> +proj=tmerc +lat_0=44.5 +lon_0=-117.8333333333333 +k=1.00016 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -114.13650391343668,-38.071374801190146,364492.964311182,-9152724.866976872
+    -115.20378660681861,-60.49412944781174,184532.136183974,-1.1643257278075999E7
+    -112.42791923240158,6.923592512319644,638332.833456362,-4161028.674468569
+    -118.84510793106888,-23.103152257192264,-63671.048438519,-7486898.932697649
+    -114.11069814622618,-67.85072825733586,196634.863024478,-1.2465323068830423E7
+    -119.08321478556167,34.543839576178144,-74750.599666317,-1104859.912030532
+    -123.90261435772548,9.697315449813814,-627331.316727143,-3851651.882947466
+    -120.86593819698105,-74.98844293682859,-47692.881204604,-1.3259391484153315E7
+<EPSG:6785> +proj=tmerc +lat_0=44.5 +lon_0=-117.8333333333333 +k=1.00016 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -118.96040890975456,40.4141233342647,-182669.615605501,-1487305.473845286
+    -120.68714583188454,25.092905548921934,-813643.228534582,-7054909.362722103
+    -117.89515334936985,-8.3238668281586,108888.301588536,-1.91954978409347E7
+    -123.31699007242008,59.8147646425474,-877669.256904644,5633406.633365787
+    -111.10680380883495,-30.543921935730687,2251556.222743797,-2.7330893797151905E7
+    -116.46218751038667,52.90799462871618,433933.276772386,3070967.405155151
+    -112.06126011547197,-37.50976317385383,1806554.694332454,-2.9854368996541668E7
+    -112.18544739990969,7.6817218282870385,2179122.659182432,-1.3374211193448544E7
+<EPSG:6786> +proj=tmerc +lat_0=44.5 +lon_0=-117.8333333333333 +k=1.00016 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -113.61130473185047,-76.40274767545881,150773.057172741,-1.3419015363450618E7
+    -115.09130485799629,69.9512142329969,144939.447817842,2836970.091560795
+    -112.61331127918223,-35.73428511519238,512514.875399677,-8899453.789713003
+    -120.79334152357639,4.841308690327054,-288536.438215763,-4394030.296494777
+    -123.02965212598713,80.57663251025602,-54910.859219799,4025038.873890684
+    -112.92456676610783,-67.75894828441753,247277.991056803,-1.245859488905718E7
+    -113.61316804940179,-43.324260293768134,382374.488130242,-9738340.734384615
+    -121.48544565800044,-48.40806064427188,-230405.623670006,-1.0301278917417424E7
+<EPSG:6787> +proj=tmerc +lat_0=44.5 +lon_0=-117.8333333333333 +k=1.00016 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -118.91419006214652,16.23268606207759,-247960.337740059,-1.0282760345730074E7
+    -120.42533232985555,-1.7446175991058084,-815460.03001512,-1.6808758978367813E7
+    -117.41406491044023,10.575874781284199,281800.539385113,-1.2337268733957602E7
+    -116.13051767781718,-47.753202839148976,550186.194011986,-3.3541364166470263E7
+    -113.50897273800986,62.2848354539868,867406.791571252,6519397.237036332
+    -110.96676095714139,-47.87183236837208,1816424.841291346,-3.3655099442400716E7
+    -121.38635059124523,-38.7961802612617,-881753.562841423,-3.029113089600855E7
+    -114.05717298933465,-73.55854415925734,522609.66417178,-4.2983278263407126E7
+<EPSG:6788> +proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -122.91023855758822,6.935849843762185,-48252.459944086,-3857519.635438219
+    -120.4667340648384,9.089264996271893,221110.054883229,-3619220.108771272
+    -124.66866515004332,49.22484372886251,-132630.074845374,835032.781678445
+    -121.37084622301366,-37.135704120454655,113695.844846395,-8737254.832035473
+    -123.00918798931492,-20.196172347141427,-51640.79414303,-6859823.821569329
+    -122.19994568038409,14.215728268844146,31426.104929272,-3052218.777517861
+    -114.89725036358077,6.98295694785061,839145.190665532,-3846926.64856331
+    -123.47423378004812,77.30398585471374,37677.846962053,3961673.845165097
+<EPSG:6789> +proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -120.14331322108154,-1.695744988933484,849202.959698217,-1.5788753215292338E7
+    -122.14406663472829,-87.56438706526737,256329.287541122,-4.710193712401588E7
+    -116.45269020715868,30.777514686965006,1927606.48788279,-3955963.200312767
+    -116.72710849707835,8.916981365402847,2077500.889257216,-1.1925073630165672E7
+    -121.6477856682069,-78.69416532635385,269810.892632076,-4.3851312980388954E7
+    -127.61805422889014,-35.270049920124514,-1490609.579801013,-2.8037928195907608E7
+    -115.91063078074139,10.677642327168016,2362273.944957552,-1.1278511785950787E7
+    -116.13823326682386,82.50350814529114,530384.624677211,1.4913740353757454E7
+<EPSG:6790> +proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -128.28807253972266,-77.67786556196405,-75543.773924453,-1.326106954684598E7
+    -115.27872158304828,39.451000455848515,637347.806024623,-235299.481413242
+    -125.86879240044853,85.77585405255616,46136.542353887,4908489.168581806
+    -125.80509705549306,4.228385716820156,-370655.659119197,-4155963.883673297
+    -124.11310019477298,40.89066889665742,-119196.056169635,-92766.624739005
+    -115.10774992322138,-54.3989969703256,511168.471401314,-1.0676687404721588E7
+    -122.16527650847596,-29.23031010072684,39617.673043177,-7860308.720418764
+    -119.19530817748813,75.44332063774289,151695.921958054,3754849.985271742
+<EPSG:6791> +proj=tmerc +lat_0=41.75 +lon_0=-121.75 +k=1.0002 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -120.57540083485797,48.02497022242159,549965.400466478,2290492.687220758
+    -123.76661260568372,3.627551689268259,-472875.779765224,-1.385611810321716E7
+    -117.23317757644583,-20.18560457258606,1812945.384640472,-2.2521624975005843E7
+    -127.39498258699446,-0.3327963775432181,-1802945.717659905,-1.5294555763254749E7
+    -123.63722693093708,3.5194333737644143,-425759.230803209,-1.3895473302322224E7
+    -117.78111421493765,-56.705662598711214,1059941.508821849,-3.582752653550139E7
+    -125.47123886118358,-61.39008136630891,-389885.446248784,-3.753539532243279E7
+    -120.65427418282262,74.7398967575117,368141.027901649,1.2057311016819347E7
+<EPSG:6792> +proj=lcc +lat_1=44.66666666666666 +lat_0=44.66666666666666 +lon_0=-121.25 +k_0=1.00012 +x_0=80000 +y_0=130000 +ellps=GRS80 +units=m +no_defs  <>
+    -172.85585817213195,-13.047100580823223,-8188609.130118215,-4671174.261337114
+    -37.41872216684524,36.79999489259764,6367627.599470493,2806079.613868226
+    -156.02323919509251,6.580963815006491,-4465273.115768334,-3404888.786903287
+    -108.07930720357197,38.11000847194938,1237480.080084805,-506100.275119311
+    -126.74200982085463,46.141251057959145,-344216.411167403,308220.607674017
+    -175.32923803718984,73.73139885226774,-1795865.016915765,4194703.476430419
+    -89.82442603712703,-7.897094080352885,5010402.582684995,-5552975.178890626
+    -153.00021467649862,-11.515717854113678,-5126647.530889866,-6088372.12505978
+<EPSG:6793> +proj=lcc +lat_1=44.66666666666666 +lat_0=44.66666666666666 +lon_0=-121.25 +k_0=1.00012 +x_0=79999.99999968 +y_0=130000.00001472 +ellps=GRS80 +units=ft +no_defs  <>
+    -89.93821815574339,43.868559149163595,8320243.66478583,1702626.780734807
+    -84.92254900192574,1.431166378857153,1.6806799126616333E7,-1.2992839607816715E7
+    -99.05688649503986,63.053675952321356,4125239.88403572,7801064.998027758
+    -105.40775162293022,29.946258173916917,5405182.242888303,-4489096.38733437
+    -123.98924771709453,22.56698655193506,-726806.623115845,-7789213.739357471
+    -157.6353137052333,80.17060163883774,-2756235.086689031,1.5328036122363562E7
+    -55.04429831329733,-0.1884304338941689,2.867446719732967E7,-5288319.477372301
+    -139.53704801600597,10.565044649413302,-7370910.165442695,-1.1813856710963095E7
+<EPSG:6794> +proj=lcc +lat_1=44.66666666666666 +lat_0=44.66666666666666 +lon_0=-121.25 +k_0=1.00012 +x_0=80000 +y_0=130000 +ellps=GRS80 +units=m +no_defs  <>
+    -95.56740408724757,75.08207724667506,967501.160919196,3871608.397502594
+    -176.2234268586291,7.797960942830169,-6677519.510018432,-1857031.253390264
+    -160.02606924004104,27.693985200675925,-3755417.065888585,-849838.96131254
+    -164.81998550656405,45.72779514152312,-3153287.548959619,1133353.216871352
+    -103.89223658823292,83.84718375203245,403724.585598646,5097251.101844435
+    -72.19368180517996,49.380075639913585,3443001.177963972,1698439.805782847
+    -86.40562789007618,74.1321345101718,1320592.868462316,3871390.364628014
+    -84.20323955321182,17.862598266483964,4268301.369566191,-1976632.883653753
+<EPSG:6795> +proj=lcc +lat_1=44.66666666666666 +lat_0=44.66666666666666 +lon_0=-121.25 +k_0=1.00012 +x_0=79999.99999968 +y_0=130000.00001472 +ellps=GRS80 +units=ft +no_defs  <>
+    -55.64919470824617,3.963100425176485,2.70809613543811E7,-4158767.12680298
+    -85.09711236494755,3.8763969590858274,1.6248464562596288E7,-1.2009293477441916E7
+    -167.9054132486875,-14.278783235856423,-2.4958737019963276E7,-1.7504126417193934E7
+    -160.29177733381724,49.69502855439093,-8665990.532461941,4443496.557257455
+    -97.48912562935513,66.17080615273201,4038313.803721423,9051910.793738663
+    -46.87752985862463,39.74978210961055,1.8458208505537372E7,7562536.369698342
+    -153.43580061165622,19.633262259317732,-1.1506675513360737E7,-6602699.861000828
+    -39.18266632490358,52.11535056918643,1.5883600771674559E7,1.1756307179060886E7
+<EPSG:6796> +proj=lcc +lat_1=43.66666666666666 +lat_0=43.66666666666666 +lon_0=-119.75 +k_0=1.0002 +x_0=120000 +y_0=60000 +ellps=GRS80 +units=m +no_defs  <>
+    -91.98364905822808,27.88051031332816,2900629.723829452,-1243497.35099161
+    -96.03434087163347,87.38749444872576,369588.679997309,5904733.589034804
+    -44.934695172752185,80.32108555760695,1837667.268449499,5395523.548150471
+    -136.46831456063262,50.61729369173446,-1064509.047821305,954563.537663574
+    -74.1709951620229,60.74551291090597,2606093.16301478,2692525.93414404
+    -53.95027869715386,0.897392111979233,8571117.540909363,-1570429.92035253
+    -99.0220266963802,13.783936980123126,2629133.406519953,-3081063.149016566
+    -158.80987953161002,12.346469380379432,-4565332.241703011,-2453510.681516116
+<EPSG:6797> +proj=lcc +lat_1=43.66666666666666 +lat_0=43.66666666666666 +lon_0=-119.75 +k_0=1.0002 +x_0=119999.99999952 +y_0=59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+    -35.435622593966116,81.62544577781159,5918230.459315188,1.873602933701422E7
+    -126.87177485502082,17.00151303796646,-2348963.466765179,-9719338.865435937
+    -67.648794909339,81.64782089744328,4204340.457679051,1.6909342048960615E7
+    -102.87094575392717,52.70643032631543,4161060.827103742,3894084.934923789
+    -173.38887860724805,10.940013598833765,-2.037565993941486E7,-5367012.752291654
+    -39.68392186222775,27.08050158478472,2.3475939849530526E7,6165970.672323668
+    -97.74759178849239,66.51782413869321,3892947.570916229,9272628.747466357
+    -108.91065032731541,35.082654401205055,3663167.602121798,-2727977.915192951
+<EPSG:6798> +proj=lcc +lat_1=43.66666666666666 +lat_0=43.66666666666666 +lon_0=-119.75 +k_0=1.0002 +x_0=120000 +y_0=60000 +ellps=GRS80 +units=m +no_defs  <>
+    -48.612313964647,77.34069331312881,2115215.797584345,5026922.193851632
+    -140.2327920197771,31.0878926554373,-1859426.001086162,-1101565.247182418
+    -89.34464512721567,88.97805475297257,285886.669622368,6321853.93605102
+    -179.18032869442246,-10.594256651902192,-8822960.759998702,-3521101.21361699
+    -131.77198201144682,16.216614627281892,-1301833.735929169,-2991316.212262986
+    -159.86647244864847,60.55532440190535,-2103891.354751725,2518056.105867015
+    -113.30984693770728,17.18697253877803,874368.423569067,-2946423.649695792
+    -72.98326099499485,65.10763968806567,2386294.270930849,3167925.035855975
+<EPSG:6799> +proj=lcc +lat_1=43.66666666666666 +lat_0=43.66666666666666 +lon_0=-119.75 +k_0=1.0002 +x_0=119999.99999952 +y_0=59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+    -156.40154928394188,81.78908028306344,-2346708.706783644,1.6363586046585446E7
+    -50.98860923292847,50.904805381292505,1.4628631401993966E7,9104889.376949588
+    -137.09286469741878,8.16462590079226,-7005912.886694386,-1.2729271293737726E7
+    -48.80502673837867,38.478217334411106,1.839371423919907E7,6503701.500152015
+    -94.023484862384,-13.754519918966391,1.4566530168299306E7,-2.20816040768426E7
+    -150.88668318856176,36.848842675362405,-8567603.477795742,-591857.537393458
+    -142.4911873285766,56.79479195848792,-4240987.973956524,5672956.596169561
+    -121.90841319795759,-16.088268025344195,-849962.636828819,-2.5643535286591493E7
+<EPSG:6800> +proj=tmerc +lat_0=42.5 +lon_0=-123.3333333333333 +k=1.00007 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -123.34280416196285,-69.72994002108892,39633.640466158,-1.244689995271255E7
+    -126.9440152708308,-11.810843378402197,-353752.862424074,-6016298.488617577
+    -123.0418544152794,52.42723886764051,59828.42929011,1103824.304274583
+    -124.07545286500448,13.452490194112002,-40367.94754125,-3219509.323094568
+    -126.12123701967161,2.881601667574543,-270102.512198818,-4388469.927327834
+    -124.78268750789846,-62.67344256681157,-34262.657517592,-1.1660813395408403E7
+    -122.06103559765366,48.859083365835744,133364.170506824,707610.773580431
+    -126.44612139268133,-64.37013824053365,-110260.349405077,-1.1852803857377067E7
+<EPSG:6801> +proj=tmerc +lat_0=42.5 +lon_0=-123.3333333333333 +k=1.00007 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -123.80395085185906,-12.821329963571145,-36401.574716127,-2.009709929330327E7
+    -123.60358307530795,0.7978625132965504,32534.828523436,-1.5155102237419488E7
+    -127.28591190712758,21.222690022806503,-1215909.613966446,-7724658.006287289
+    -117.0178811358763,61.421232128382485,1236323.512684329,6961056.389862317
+    -129.39868017239613,-49.61014634013779,-1306643.334101739,-3.3540271177036535E7
+    -123.87474512225867,44.029405550186425,-11175.153942582,557966.463445927
+    -127.47428968994215,-69.25587562310724,-405701.197381299,-4.068092313473159E7
+    -129.44912269501103,64.80795740371116,-821041.014587954,8192131.214299786
+<EPSG:6802> +proj=tmerc +lat_0=42.5 +lon_0=-123.3333333333333 +k=1.00007 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -118.00577126373602,-0.6345454990185573,633928.918283911,-4777981.27803869
+    -124.12228080011253,49.60963099294224,-17024.567800008,790606.535891599
+    -129.2806539782787,-77.88916313099074,-99129.139874864,-1.3364637900365913E7
+    -118.2191558818886,5.231316939220449,607738.584859818,-4126684.866513468
+    -123.6748267530673,20.667996406753403,4414.222768367,-2420988.848295853
+    -118.8749440946888,-23.390583481141263,496108.908962649,-7302534.710955708
+    -122.08223137205881,74.58387062834481,77138.107409164,3573955.840567499
+    -126.17893923201748,64.33417582275203,-97549.418718401,2433181.715718376
+<EPSG:6803> +proj=tmerc +lat_0=42.5 +lon_0=-123.3333333333333 +k=1.00007 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -121.99977338209686,-84.07882317987314,181643.500219128,-4.6092410880161144E7
+    -119.44760895636513,88.70295676901821,163442.692452015,1.6898331841242794E7
+    -117.83439950392302,70.85820289942492,791004.870723673,1.0390086515046792E7
+    -129.56624216369866,51.72520111015743,-1281206.437384049,3425457.113786788
+    -127.90042890020081,-34.95860989532115,-1237905.606732607,-2.8173620006244894E7
+    -119.37953135111638,-30.165997554915712,1381327.170980019,-2.6420167274348866E7
+    -124.86313488235382,-85.5645465294363,87882.29888791,-4.66368407693898E7
+    -128.21355570718802,34.657671726567656,-1337197.372866223,-2820753.677809678
+<EPSG:6804> +proj=lcc +lat_1=45.66666666666666 +lat_0=45.66666666666666 +lon_0=-120.5 +k_0=1.000008 +x_0=150000 +y_0=30000 +ellps=GRS80 +units=m +no_defs  <>
+    -86.28903359759218,10.984752611134613,4420621.971218362,-3111605.825038553
+    -116.10594319259303,-12.587036521246478,908810.515933962,-7546771.345094717
+    -130.27806704394453,16.695717792964277,-1017027.475919883,-3240589.853179451
+    -63.83003782270863,-13.536444887845875,9254077.733312558,-4374075.994588958
+    -109.55927756962778,62.64063027991493,738471.138432211,1990527.735279887
+    -53.222981364088994,-10.052111772838893,1.0129466964615092E7,-2674885.320582189
+    -103.94215014589709,52.1977581363974,1281743.578458701,875330.357667911
+    -65.86601728912119,37.843936755346235,4634372.041698255,749995.863945144
+<EPSG:6805> +proj=lcc +lat_1=45.66666666666666 +lat_0=45.66666666666666 +lon_0=-120.5 +k_0=1.000008 +x_0=150000.00001464 +y_0=30000.00001512 +ellps=GRS80 +units=ft +no_defs  <>
+    -167.1968229078769,31.367727771575872,-1.3677166540209126E7,-909601.952086057
+    -75.45295296611326,29.23436431029141,1.4643685778737701E7,-1875620.396621798
+    -166.5993381413621,58.5721143783166,-8066532.58032132,7385787.292849472
+    -139.26789709209243,-3.0637331074489875,-8863362.159448547,-1.861816485453951E7
+    -161.19416115189446,1.6387856972793564,-1.7999894340003595E7,-1.2634768175611446E7
+    -88.2340905122735,9.005448676628856,1.4086429584961312E7,-1.1325281317302832E7
+    -151.81876659374032,11.70562636631875,-1.228158580665482E7,-1.0410500337725595E7
+    -139.387684117508,86.13694765315516,-314009.014113599,1.7222766766189296E7
+<EPSG:6806> +proj=lcc +lat_1=45.66666666666666 +lat_0=45.66666666666666 +lon_0=-120.5 +k_0=1.000008 +x_0=150000 +y_0=30000 +ellps=GRS80 +units=m +no_defs  <>
+    -175.8989329684436,8.776088446632507,-6610787.750812599,-1892653.087132409
+    -163.0860525520708,17.940393955658564,-4630722.781279913,-1856472.248195187
+    -117.09133679114527,58.009459818700236,356640.980022546,1419132.181453279
+    -113.76283320487714,30.94950333509859,813073.739049494,-1592889.45759275
+    -64.60558769151046,19.65096097064898,6074846.169436912,-793676.777634958
+    -109.79116207283309,50.23004988690083,914326.188747079,589118.279723999
+    -151.68283566094703,63.162702101428394,-1467019.553053561,2330371.707766426
+    -134.50769024290747,11.878813702434545,-1623565.342290922,-3766239.961289432
+<EPSG:6807> +proj=lcc +lat_1=45.66666666666666 +lat_0=45.66666666666666 +lon_0=-120.5 +k_0=1.000008 +x_0=150000.00001464 +y_0=30000.00001512 +ellps=GRS80 +units=ft +no_defs  <>
+    -74.65760127170184,5.590761821295921,2.0092404537157986E7,-9846872.558634274
+    -79.6434316152926,18.653060894637818,1.5457452748376148E7,-6172869.296752932
+    -50.24949633123492,19.427226541605023,2.3820387404722616E7,1175508.683941615
+    -77.648558469068,74.62058666545343,5236445.515304208,1.2572036729724174E7
+    -77.60769922020896,29.78642497490334,1.3928350842029745E7,-2068983.881667941
+    -92.48001200018221,37.44593952540193,8540768.523948137,-1484799.038318142
+    -145.7774835463783,64.09083192844422,-3734536.378038558,7631650.960706932
+    -150.7338586811933,73.75878053317733,-3075688.209026849,1.1578556018375449E7
+<EPSG:6808> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000 +y_0=-3000000 +no_uoff +gamma=295 +ellps=GRS80 +units=m +no_defs +bounds=-125,45,-121,47  <>
+    -121.94491520237226,45.22043959555885,251172.13003567,108839.992630309
+    -121.73094152851012,45.383098059357344,267690.250931316,127159.435324729
+    -123.15587460556577,45.91103235919762,156206.526421128,185059.401096907
+    -122.62869617094987,45.13851734429763,197508.708153426,99255.330049193
+    -123.51606349715043,46.948126158988565,129006.198780864,300460.875571909
+    -121.6708778204245,46.06399028798551,271137.026301594,202904.669766688
+    -124.3765022046338,46.652039656037,62932.115191971,268327.188692101
+    -121.39083815957096,46.25561414379328,292373.667157492,224599.77999291
+<EPSG:6809> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988 +no_uoff +gamma=295 +ellps=GRS80 +units=ft +no_defs +bounds=-125,45,-121,47  <>
+    -122.74887443484384,46.5763345784124,615324.806190756,849842.967511704
+    -123.760568842888,46.07818220492015,359147.376129352,668987.440245109
+    -123.6406673313693,45.22663418185019,387082.084855554,358203.913885642
+    -122.77703740857949,45.583845368832314,609255.604954296,487881.102608644
+    -124.36599955492215,46.2131641914199,206356.63719842,720259.482425569
+    -124.94184886023659,46.842467097322874,66217.084695852,952736.580102586
+    -124.06413208949074,46.445216501648446,283902.828705114,803711.403123585
+    -124.77236826614947,45.79879039866203,100125.620833129,571215.075539254
+<EPSG:6810> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000 +y_0=-3000000 +no_uoff +gamma=295 +ellps=GRS80 +units=m +no_defs +bounds=-125,45,-121,47  <>
+    -121.44212265749245,45.48674235736214,290082.933314694,139075.555914414
+    -123.17291861829989,46.117281656554894,154933.844711246,207987.027227633
+    -123.0214921053263,46.83223010010876,166658.882122935,287450.298951755
+    -122.90700425228682,46.72951627543973,175408.367027104,276035.176663857
+    -123.14092442216582,45.65689225778605,157316.604937755,156810.220394394
+    -123.37057417659442,46.62443978341725,139916.99382942,264414.41102633
+    -124.9105725898494,45.44976647932663,18843.805990937,135570.652020736
+    -123.86843882211807,46.71292609475225,101894.081019421,274546.744648306
+<EPSG:6811> +proj=omerc +lat_0=45.91666666666666 +lonc=-123 +alpha=295 +k=1 +x_0=7000000.00000248 +y_0=-2999999.999988 +no_uoff +gamma=295 +ellps=GRS80 +units=ft +no_defs +bounds=-125,45,-121,47  <>
+    -124.80204673180917,46.75278389805158,100452.427858896,919210.33057658
+    -123.25681737404209,46.65480431770256,487665.512847022,878464.217371081
+    -123.80928606516014,46.99832736477614,350192.701815636,1004681.349021387
+    -122.41880947584154,45.74278067126603,700555.04411506,546297.103171096
+    -122.97682343481993,45.59652256727127,558099.90281981,492424.665496605
+    -121.09603586534114,45.66943351115758,1038879.116407227,524800.447356926
+    -123.55257717603314,45.04144987908664,409316.225186757,290507.797188814
+    -124.20502790136906,46.45288893012542,248429.08948575,807015.940200197
+<EPSG:6812> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-123.3333333333333 +k=1.000023 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -117.97257238571373,35.15925210478008,538676.886836148,-838776.408442895
+    -129.61549581884515,-0.8211421809529185,-650686.133753823,-4835665.360035255
+    -129.88307277482082,-73.12147441510112,-161965.533628799,-1.2873386369579038E7
+    -120.99648914865608,-33.939492489068655,266069.510507986,-8503810.97408954
+    -129.42475646441986,-14.80290700908101,-606830.478843895,-6390478.466532111
+    -120.21353535429206,65.30299051155535,195465.51489557,2504573.132328748
+    -123.0632660389377,24.51513528220707,77370.030712581,-2031878.618968272
+    -117.30097244168846,-15.801931020023943,697343.056377621,-6501384.041159216
+<EPSG:6813> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-123.3333333333333 +k=1.000023 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -118.56675806389602,65.62190005868209,884063.047972296,8349259.342985312
+    -118.0066779522686,-7.328650819468848,2096420.60760827,-1.8235685575654097E7
+    -128.24778093641797,20.18249685134748,-1522909.619220377,-8215458.296133874
+    -120.9844783968804,-1.936872090125604,1021668.351635263,-1.6268598961466415E7
+    -120.08724675872213,-47.24192323043735,970351.889628129,-3.275489109520409E7
+    -124.73242505628637,-27.648187203481214,-288952.349270527,-2.5605713901788834E7
+    -121.69558369983545,6.5474504241021805,758400.933478131,-1.3188945922170235E7
+    -129.137322103242,8.496352417421036,-1936097.557805931,-1.2467003913944408E7
+<EPSG:6814> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-123.3333333333333 +k=1.000023 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -120.60871603329173,-74.63870801614506,130573.378282659,-1.303296354410021E7
+    -127.58360652593596,-27.297810823078272,-370978.282253374,-7772182.3353575
+    -123.93290338434798,87.10937650410469,46622.831554663,4935029.707359237
+    -128.1180622921571,21.98228426378263,-444570.684312138,-2304676.733067528
+    -124.21458291701178,79.81363150448098,32594.626397895,4120351.905205969
+    -127.23579136274722,35.75592590267347,-303036.364593486,-778730.09444682
+    -119.39884423096464,47.31560291605501,347462.976454003,505654.109494794
+    -124.39511754013488,-53.41183394543993,-20605.542969424,-1.0665428743274098E7
+<EPSG:6815> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-123.3333333333333 +k=1.000023 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -120.72659072982177,6.381767323581343,1110562.34615068,-1.3247635158685273E7
+    -126.40850911868486,-17.44909393152554,-908168.686385127,-2.1906164699229676E7
+    -120.89820556968692,-1.5547637378757315,1053367.234232066,-1.6129893142160414E7
+    -119.5505873981958,55.816236752431166,941852.4061882,4758560.28145777
+    -125.6950766187876,1.296456547473042,-698563.468423989,-1.5094596034674864E7
+    -124.23632783809529,47.24037462997873,-60271.923920936,1608177.079605583
+    -120.75426700761423,56.62787166181633,683330.408946536,5043573.866391282
+    -120.07273786495885,24.790891789868255,1246181.495252215,-6553220.561948842
+<EPSG:6816> +proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -125.79481369038135,9.760983881768567,-446721.457838807,-3846643.387132297
+    -114.17748989271244,16.169974659849075,811173.406198903,-3129109.136280114
+    -127.86528183727773,-29.249691706081073,-588245.281831433,-8186845.583310393
+    -127.56566987852973,69.25957154299559,-179196.103642416,2771210.458493297
+    -123.62705985677209,-71.7717402155867,-11738.884405647,-1.2899456532314956E7
+    -115.72058866346273,-51.75666426030141,444461.484071835,-1.0680027213817053E7
+    -122.27084361159989,16.014586365942122,-56038.574804913,-3158054.711615323
+    -119.31075122287616,74.86500141720751,129250.915172163,3383561.400709427
+<EPSG:6817> +proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -114.38419375353854,-75.15504570392915,882331.108607438,-4.3588063612649046E7
+    -118.5089071736086,3.552891007671647,1170916.576433573,-1.488400047785899E7
+    -118.005256150848,68.12901803386444,670996.692066188,8642395.719122551
+    -114.57681216851448,55.14332404362656,1605401.496561892,3946178.806005261
+    -117.51958302681571,3.762137237175949,1531787.9830438,-1.480677186591966E7
+    -116.04149041688018,-24.218164468016482,1916531.144975301,-2.499552000488147E7
+    -116.68692674336833,14.552521430602894,1788915.615349913,-1.087881322720024E7
+    -124.67143897996948,37.47141306209366,-803367.176775057,-2540355.330687281
+<EPSG:6818> +proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -124.14734767427925,14.07017343507654,-260106.362599519,-3371369.752007587
+    -115.68466681892004,88.23124953903914,98300.360532434,4876411.975442622
+    -117.37822738093587,-71.83770351676621,206000.947493454,-1.2908605228933722E7
+    -121.45885175607415,15.101823382645861,30667.815056222,-3259431.704807383
+    -125.1862692786715,-43.95273760456996,-256079.338415918,-9807558.948597819
+    -114.14654521500998,88.76684198246176,96436.668730331,4936375.505228453
+    -117.03138212536005,42.29680041030986,407331.672690294,-237168.027074417
+    -125.882962456179,-75.5741926233345,-55715.25829548,-1.3327480382952854E7
+<EPSG:6819> +proj=tmerc +lat_0=44.5 +lon_0=-121 +k=1.00011 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -122.59520297198787,-59.61062497329,-33006.729676711,-3.7868847948874295E7
+    -123.92517350790062,-34.497609769635226,-619183.981755722,-2.871748748720808E7
+    -126.83019699860792,28.22865758652786,-1617016.555324072,-5879202.456151917
+    -116.54196102136845,-14.682277349548116,1839381.076511346,-2.1517987605145622E7
+    -125.28805376543173,-58.60741925944845,-555044.778244276,-3.7524744216205776E7
+    -115.72256166428777,-20.13078777907964,2075039.15935291,-2.350980133535084E7
+    -125.65002950494967,12.046956422627574,-1400524.961008924,-1.1788706536232276E7
+    -115.87889673348558,-55.89843502835911,1313103.306231219,-3.6547647022155024E7
+<EPSG:6820> +proj=tmerc +lat_0=43.75 +lon_0=-123.1666666666667 +k=1.000015 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -117.72030415285126,66.77749892660674,289493.688307137,2574004.895394609
+    -116.27865491283698,10.489263731266107,805764.322705867,-3677828.09311425
+    -129.05320152819615,-21.059359009740547,-562597.136722311,-7187137.10403177
+    -121.59893747779489,-83.30309444110557,70417.235174057,-1.4100529895857945E7
+    -125.48053679449716,-44.29401191034841,-134671.881091152,-9755287.5445787
+    -120.83753395373029,-45.461826923647656,232165.466966138,-9885103.144817615
+    -128.40310903532665,-9.326401702049992,-526037.148631308,-5881758.948868565
+    -119.96386457111171,-63.16723557551454,211318.534518236,-1.1857272672527159E7
+<EPSG:6821> +proj=tmerc +lat_0=43.75 +lon_0=-123.1666666666667 +k=1.000015 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -127.25598401704013,-8.20560194981168,-1315510.732261611,-1.8883929166814554E7
+    -116.53893348778115,27.633934874322833,2312838.01372152,-5808972.811345418
+    -126.84771916213364,55.923165453907615,-590784.333617469,4462298.418263759
+    -129.48984076585043,-19.675280533029365,-2014788.899751668,-2.3080521004284542E7
+    -125.45501399859337,42.68560201874999,-451277.941764024,-379636.677729249
+    -116.99378855768066,-22.726246860107437,2247392.281142219,-2.419168981029786E7
+    -126.57282486147572,-46.26762836887967,-697422.904642008,-3.2735141871428654E7
+    -127.26933152528505,-18.331096331717234,-1259778.927447379,-2.2567811980221093E7
+<EPSG:6822> +proj=tmerc +lat_0=43.75 +lon_0=-123.1666666666667 +k=1.000015 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -127.02712441182743,-68.31908985809386,-109139.137087291,-1.2432688930823503E7
+    -125.27236657202683,41.72641356770961,-125211.328598717,-222655.411047715
+    -128.29307382988912,-56.339618715631005,-266881.632441731,-1.1104401209772456E7
+    -123.79470750192459,-44.444852818396264,4.358248254,-9769636.226782368
+    -119.82891305124528,11.73965936743052,414030.920813103,-3545653.673728787
+    -123.17311315738233,-74.24513338462401,49804.540362361,-1.3088924702719731E7
+    -118.68670584040417,23.59166319176761,507596.652963712,-2228845.588887321
+    -119.33028977700573,-13.667148263098113,465332.525477628,-6360948.989884568
+<EPSG:6823> +proj=tmerc +lat_0=43.75 +lon_0=-123.1666666666667 +k=1.000015 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -119.84824429970382,-76.03523096895674,457304.069397242,-4.3606465208275326E7
+    -118.03468943079889,-58.92967498043751,1133145.273070822,-3.7376618696097985E7
+    -127.53156663656654,-76.36245282942701,-212701.598656224,-4.373201789241107E7
+    -125.76507461470801,-37.415487961478426,-590709.833220888,-2.950122347267874E7
+    -124.84136493865255,-84.88839202829709,109372.625992406,-4.6842345242581375E7
+    -117.45460068276748,43.924532393004455,1669156.97102014,115758.087927256
+    -119.46250345406384,59.800699396244,846016.385799458,5878152.424524046
+    -117.61356333451002,32.733626034580695,1872892.481434034,-3967132.553079979
+<EPSG:6824> +proj=tmerc +lat_0=41.75 +lon_0=-123.3333333333333 +k=1.000043 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -118.92463626909768,60.053011050220505,295500.536197465,2044387.507927384
+    -122.35848578989311,-10.113049527114498,156853.978958146,-5742634.739896503
+    -118.37206995860514,-6.495468274582592,599461.151696689,-5345057.614288749
+    -126.4250367429576,39.86119472545852,-214580.808969746,-205183.481942328
+    -117.30963837360413,86.1869932637791,94661.774301802,4954770.665330998
+    -117.28593402212388,-82.36622124512226,139566.22061097,-1.3778520174446162E7
+    -123.58036319333041,6.924536367559497,22698.761850101,-3858315.048880459
+    -118.32846180094768,-87.11449922068272,78106.255115612,-1.4305386424178457E7
+<EPSG:6825> +proj=tmerc +lat_0=41.75 +lon_0=-123.3333333333333 +k=1.000043 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -125.54561883069343,14.787371159046174,-617545.758612747,-9801052.083477419
+    -119.92535350714593,-0.4407315680461039,1409465.644822603,-1.5331005871370437E7
+    -127.75213753620753,-75.51253886691826,-240628.768404963,-4.2694172455494575E7
+    -117.48590322525853,27.183000117408113,2067122.373483675,-5257474.503122077
+    -130.13550359919037,-58.54138097013562,-1134301.013490003,-3.65354486147721E7
+    -127.32217627835476,36.94588027088672,-1001970.542452082,-1725539.445608633
+    -123.82132895900128,-42.427456783326356,32280.625070402,-3.058892100681203E7
+    -124.68384255311997,72.58512268659217,15975.400928724,1.1267089788238412E7
+<EPSG:6826> +proj=tmerc +lat_0=41.75 +lon_0=-123.3333333333333 +k=1.000043 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -126.02563198974968,-76.56076440656895,-19857.387530479,-1.3127189401851932E7
+    -123.50348983316168,-23.182479071995985,32577.89515317,-7188934.735382052
+    -117.26436616285449,-73.22487485529561,245291.999336981,-1.2763148243202101E7
+    -127.90518286322597,13.833709612894268,-444757.782244106,-3089327.573909421
+    -119.81724968270017,-44.87335205136517,327855.042856963,-9601170.638485916
+    -118.91279451858108,85.70238843810009,86964.644148196,4899721.603919243
+    -126.27790622305265,0.846938403098676,-277912.165219433,-4530289.662842415
+    -123.92231717936875,-5.301954617623878,-15290.674508994,-5210400.779473525
+<EPSG:6827> +proj=tmerc +lat_0=41.75 +lon_0=-123.3333333333333 +k=1.000043 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -121.34890436713205,73.12078483435997,375100.531444495,1.1465052083482739E7
+    -122.73142796314133,-50.53216731249146,304060.115254402,-3.3545026542189132E7
+    -121.45273554961418,35.10665884187128,726611.379570549,-2414226.911923326
+    -119.4206264649837,53.61036042814351,1013518.203092926,4349926.912578081
+    -119.92308810982155,45.810114570485126,1033721.047923171,1498655.812292565
+    -123.81764970985823,69.45259864353207,101774.184592886,1.0118936986103026E7
+    -121.84242111513821,-29.062092133010097,640422.946410723,-2.572596941007974E7
+    -124.96232420388216,66.40636524296269,-74742.642941814,9007054.46090845
+<EPSG:6828> +proj=tmerc +lat_0=45 +lon_0=-122.3333333333333 +k=1.00005 +x_0=10000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -120.30675759527728,-53.91121105342311,143175.081965522,-1.096342948468401E7
+    -126.16198652497445,-81.2344662598551,-55120.173531899,-1.4010781180455914E7
+    -124.91799122992013,-68.7129154393684,-94739.183094554,-1.2613178242954995E7
+    -127.7233867018416,29.092854974497058,-515168.054727871,-1753437.970274648
+    -117.8150031378018,-58.65353005689915,272184.72361373,-1.1498429924287345E7
+    -120.06600629797971,-64.65204653667972,118339.195453181,-1.2160035628753219E7
+    -128.51222981703742,-32.90808083498579,-568526.640452326,-8644917.591601275
+    -121.81213571421848,25.268988182678427,62502.90697867,-2189100.588211251
+<EPSG:6829> +proj=tmerc +lat_0=45 +lon_0=-122.3333333333333 +k=1.00005 +x_0=10000.0000152 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -124.91660510988648,44.91767714514472,-636432.922330514,-19360.302409566
+    -120.98049505691665,42.034677522265355,400359.264209417,-1078039.846136905
+    -118.27112926846917,74.85727250779229,421314.532969894,1.0926123942066617E7
+    -125.93436226912611,58.00744044974215,-665499.152218529,4766781.487076302
+    -127.9121139036286,12.155692874996717,-1962288.431059415,-1.1924443059451815E7
+    -115.8726365302799,-31.896992362442568,2039958.44844216,-2.799892961740851E7
+    -125.05084678151402,68.67974571393631,-329014.215688329,8659206.376011036
+    -127.91985732066334,-60.55394507878167,-972001.483341329,-3.8432869459497005E7
+<EPSG:6830> +proj=tmerc +lat_0=45 +lon_0=-122.3333333333333 +k=1.00005 +x_0=10000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -127.57838179824881,6.018451062807927,-571508.523833981,-4316853.326336406
+    -126.47802535130327,-52.36468119024088,-272281.914213604,-1.079749730537032E7
+    -119.64071461950564,73.64488456915649,94643.343310567,3192815.068772956
+    -127.71445182059604,-78.96439791044948,-104884.988579671,-1.3760439754989784E7
+    -127.44927301346914,40.145548582677776,-426061.096850423,-526711.327536018
+    -128.19173829007033,18.62444279797549,-609109.528011696,-2914859.490261696
+    -121.21071626712853,27.590800785976654,120846.642967436,-1931442.115383701
+    -123.29015249733722,-68.06088076437686,-29911.136598056,-1.2538553440190623E7
+<EPSG:6831> +proj=tmerc +lat_0=45 +lon_0=-122.3333333333333 +k=1.00005 +x_0=10000.0000152 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -128.7574583914408,80.47996411086805,-355758.251421733,1.2993904569888696E7
+    -128.69368806683687,44.88015626339916,-1616034.901901588,21014.289974317
+    -119.77309534031062,60.42287177728767,495463.150483445,5639992.298950872
+    -126.67278205969451,-49.08001684911284,-1007182.463809206,-3.4229234027198024E7
+    -126.01997046882894,20.634536344081923,-1228498.572711868,-8852040.41137727
+    -119.82273392912728,-61.59021486200322,470137.088643108,-3.8777454258259006E7
+    -123.05669309776162,-57.31968474706946,-110184.444520854,-3.7208851153204195E7
+    -123.5317525069063,65.19864518854345,-151299.308617467,7379224.746856644
+<EPSG:6832> +proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -113.14977841730865,-66.29084104804272,257564.355256392,-1.2350257454941902E7
+    -116.80672751083527,82.00208667992086,58544.284629293,4124488.330917429
+    -117.9312412716108,28.402040868940887,46738.846026786,-1842184.904778239
+    -111.90363827338892,-6.78116338631898,715263.463012927,-5739801.200780346
+    -121.35926525658027,19.269105577757117,-313336.647356982,-2850437.928907554
+    -112.1486779406732,77.31729686170695,183259.641209387,3608282.916188801
+    -115.09596162364167,-60.504055865133985,199559.541428472,-1.1700218406325428E7
+    -117.16648139419188,66.95037672550339,76435.920414656,2444436.987514151
+<EPSG:6833> +proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -124.1182723316353,-26.153170757869518,-1878434.321144059,-2.5899687194387E7
+    -111.69247472413434,39.77418422389405,1905062.890978633,-1842132.413174491
+    -113.63127012088255,-45.215642787412605,1257245.249675984,-3.2822995960133586E7
+    -111.31616012722738,35.56063360845029,2121032.1527984,-3371588.248579761
+    -119.65581147646745,66.41169655866858,-111451.237823649,7825107.572613869
+    -122.42133584817064,34.80865348896067,-1196674.750676768,-3683731.46830906
+    -116.75345159537285,-50.9896441565602,418419.397495868,-3.490157693254624E7
+    -113.36386048408303,46.59212573975867,1296933.67888884,614953.364983666
+<EPSG:6834> +proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=40000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -124.68961883034387,-38.56457528052311,-543404.738266943,-9277600.244434671
+    -115.55622270427875,-51.11625145351989,211129.745050504,-1.0654189127919998E7
+    -111.75572237205861,26.1034053757363,665459.258712661,-2081890.900633745
+    -112.92086569670322,-83.24968898928282,106603.707338516,-1.4237760099130465E7
+    -115.18204186383367,47.97617060185274,250406.581919233,334721.832260934
+    -117.0069987192572,-48.73400411472749,113054.841758659,-1.0386817278853526E7
+    -115.23181878942101,11.586345410938748,342062.13681131,-3702633.74258468
+    -118.76535071713201,14.01258371939197,-42692.325875583,-3435519.318929444
+<EPSG:6835> +proj=tmerc +lat_0=45 +lon_0=-118 +k=1.00013 +x_0=39999.99999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -112.56707535696269,21.315533433042262,1982832.85534108,-8587686.314307813
+    -116.72575213098352,69.66192843511868,293470.471392308,9013102.927714227
+    -123.74931618890145,-32.421316104097464,-1644457.96258301,-2.8179855955277972E7
+    -115.40373332453032,21.578803102955177,1013724.084017962,-8516657.655972207
+    -115.19823442473304,-47.81281274898366,819741.268687713,-3.375229308249403E7
+    -111.17375869602185,-51.51516485283391,1685261.831111186,-3.516360839451076E7
+    -119.9617154502958,-25.098920030576657,-518133.710006474,-2.547376307975019E7
+    -123.22896632399039,-26.816343341876127,-1575917.489122639,-2.6128576299499057E7
+<EPSG:6836> +proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -114.44844645219752,-33.77245970378707,316405.10632765,-8532696.518789819
+    -113.51656944764507,69.27049195905172,217608.880407261,2901308.591677632
+    -117.43624321400995,83.21027355702353,74239.103846116,4453603.360987579
+    -123.15189916782245,-72.31263505723305,-128394.741516506,-1.2829462166516349E7
+    -111.91952660579443,-13.75990802290599,630127.706173926,-6318719.66586234
+    -123.83431172418945,-41.05554376162207,-494767.954242303,-9360741.145241559
+    -119.68141536295079,-8.944002121969987,-215020.875769184,-5781202.327649092
+    -116.15831973668735,-84.62203584802768,88811.493129214,-1.4193274605596205E7
+<EPSG:6837> +proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -115.43824685779201,6.095044036421626,829775.841551026,-1.350614995135094E7
+    -117.58392222976987,-30.052671999273002,77700.69556146,-2.6631893964615285E7
+    -116.49806778220265,71.84036078328108,319779.2047505,1.044689426818994E7
+    -121.3950426415366,25.338283268512598,-1190218.916160775,-6495693.6798661
+    -123.83494241213043,-56.66210818308664,-1111477.81334834,-3.6400250302091695E7
+    -112.15834797898572,-86.0426497704804,384779.245292019,-4.709140979415776E7
+    -111.68485539614161,58.59895517457247,1275794.886761895,5642764.399192226
+    -123.58016008599206,-28.637017529811487,-1851132.777711859,-2.6174895464390095E7
+<EPSG:6838> +proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -120.50979479249646,87.46662058095106,62681.20958286,4929533.638376388
+    -112.34231796167936,-9.587788321908462,591883.233491992,-5854811.461050578
+    -119.81795889014896,-83.09168672967047,42154.588423327,-1.4023206284996517E7
+    -110.29317750881154,-38.55650283067741,664954.845993286,-9082064.205371507
+    -121.8341544875172,-84.91815335050988,32224.606488794,-1.4228293978081044E7
+    -110.13526043782845,-50.70078903828352,564799.201329126,-1.0432857712138819E7
+    -121.94382113752978,-74.31487383873797,-69106.233574599,-1.3048462774147669E7
+    -117.30113779509149,-41.57652615119409,54883.244755536,-9396078.977547904
+<EPSG:6839> +proj=tmerc +lat_0=43.25 +lon_0=-117 +k=1.0001 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -118.80629116493655,-41.907544728455655,-229287.210517314,-3.0952699720027193E7
+    -117.86661125666716,7.0344145692072715,-51714.285293267,-1.3165819612625366E7
+    -120.73032025731077,72.12576957283639,-156765.140585656,1.056414726470568E7
+    -116.63491946855592,85.70273893895242,272492.497752743,1.5524887825302161E7
+    -111.43105084677177,38.692281390372756,1852745.339610569,-1612365.42492899
+    -117.00123095022857,-24.578879852735383,262058.080119282,-2.464124493876203E7
+    -114.64334252928901,3.10331943705755,1122243.847422173,-1.45915218250313E7
+    -117.30785334219235,-83.43631422616005,249571.169542884,-4.6131181045983225E7
+<EPSG:6840> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-300000 +y_0=-4600000 +no_uoff +gamma=5 +ellps=GRS80 +units=m +no_defs +bounds=-125,41,-123,47  <>
+    -124.00999330880158,42.655475547113085,138019.220166262,136424.047543486
+    -123.16981721998891,41.97293456402077,207690.340498532,60974.378874835
+    -124.10212485087698,43.65612266815051,130537.883316355,247592.856460272
+    -124.33004145577733,44.57986701075359,112502.189479079,350271.116363533
+    -123.55330953128347,45.315825396603685,173690.05486323,432140.454694061
+    -123.13496601051847,42.71389059282024,209699.211235988,143314.857257792
+    -123.45276552644245,46.1705899922252,180865.819476175,527196.805455734
+    -123.29632203748194,46.31711105088558,192792.637146188,543585.602570444
+<EPSG:6841> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-299999.9999988 +y_0=-4600000.00001208 +no_uoff +gamma=5 +ellps=GRS80 +units=ft +no_defs +bounds=-125,41,-123,47  <>
+    -124.14117996400694,41.634795537106136,417096.954771222,75637.690049539
+    -123.62914817822013,41.341340390973365,557579.40447492,-31046.640054085
+    -124.93918121070237,42.55124711025679,202456.69006822,410869.560282799
+    -124.74601675400986,46.168391876594875,265722.49082613,1729058.870173532
+    -123.63229131372817,46.761953195742656,546775.838690654,1945026.416070851
+    -124.2863874050137,44.534164538380956,380428.24737078,1132485.404277255
+    -123.86967371771888,45.03775800113572,488688.168098034,1316054.120940035
+    -123.13434920098024,41.656704875237956,692260.686770208,84903.7229059
+<EPSG:6842> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-300000 +y_0=-4600000 +no_uoff +gamma=5 +ellps=GRS80 +units=m +no_defs +bounds=-125,41,-123,47  <>
+    -124.24948233913749,45.16508207652722,119060.032283481,415286.889386783
+    -124.78594126769468,45.290600699854465,77010.625300892,429480.814598119
+    -123.51918123900727,45.19560681153952,176454.015213166,418796.871180295
+    -124.68572839543423,46.06769950397276,85558.493364092,515785.509057759
+    -124.37450786496572,45.67698089721854,109460.305391143,472211.461674962
+    -124.93927074319089,41.101821415396024,60016.850738356,-35749.808893854
+    -124.8790802157084,46.12968482434923,70670.821933199,522813.495250141
+    -123.6038525962927,46.5865770401669,168939.251310201,573360.518973497
+<EPSG:6843> +proj=omerc +lat_0=44.75 +lonc=-124.05 +alpha=5 +k=1 +x_0=-299999.9999988 +y_0=-4600000.00001208 +no_uoff +gamma=5 +ellps=GRS80 +units=ft +no_defs +bounds=-125,41,-123,47  <>
+    -124.22497384885352,42.16320503372418,394603.749396594,268232.241679023
+    -123.61886018850632,44.7511054892145,554082.006256223,1211785.846265259
+    -124.00079839879226,41.068374556694664,455558.984177278,-130768.291416087
+    -124.39736977316332,44.65622317334797,351676.658014784,1177088.86521341
+    -123.39419267368528,41.05602026184944,622870.42487211,-134623.078469904
+    -123.77561683898874,41.50018816284379,517181.676078504,26680.552394758
+    -124.69859943867095,46.55838047913603,278906.541928966,1871185.655945006
+    -124.46408947493578,43.0664567791785,331405.049859958,597651.125492786
+<EPSG:6844> +proj=tmerc +lat_0=45.25 +lon_0=-119.1666666666667 +k=1.000045 +x_0=60000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -122.7480750155615,88.15348765012601,47118.282448051,4783611.963467167
+    -122.79412697464761,8.016111098839119,-340164.159683561,-4124711.815840681
+    -121.61310484917654,-40.04315882024527,-148799.657922168,-9450343.105337927
+    -120.589836704142,-85.14000163830939,46533.828047759,-1.4472692130963465E7
+    -115.61698059585177,-2.2834589774872285,455109.0721422,-5265946.159903499
+    -125.84876605182393,6.7967563413309335,-680332.11691213,-4256211.282600297
+    -121.94311091527717,77.43877419547235,-7412.427225831,3588205.481461511
+    -119.05856246194294,-87.27073723272669,60574.972117616,-1.4710516257446842E7
+<EPSG:6845> +proj=tmerc +lat_0=45.25 +lon_0=-119.1666666666667 +k=1.000045 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -125.82328701965457,34.16918107194307,-1818533.029963117,-3970669.409860302
+    -125.65397992114035,-21.2661483076827,-2015698.831379527,-2.4210933183035873E7
+    -117.03149955537478,88.84625108588742,212601.987443928,1.5947110667953964E7
+    -117.97374316820354,74.27385232965204,315303.289918657,1.0609147476812495E7
+    -125.6579608472745,2.0239345032315583,-2177653.597168012,-1.570765988584517E7
+    -121.76282043385201,1.2505744539375883,-751465.345720353,-1.5992528548800798E7
+    -123.74827797775919,-60.049530876520336,-640244.805604872,-3.8325756041182145E7
+    -116.08667418377627,36.94227870245915,1097151.329822767,-3012562.109199075
+<EPSG:6846> +proj=tmerc +lat_0=45.25 +lon_0=-119.1666666666667 +k=1.000045 +x_0=60000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -112.90798512839247,1.2715599608464885,757971.619334352,-4871496.598052452
+    -120.4107470972273,0.3676800258281645,-78504.755775708,-4972286.067285577
+    -123.16641013383153,4.078443051228376,-384509.302562748,-4560849.838584404
+    -117.57319060287998,-74.18263254070425,108497.523904012,-1.3249680710960712E7
+    -118.02667571135264,-86.86465857660919,66964.072586627,-1.4665227514607111E7
+    -123.82135316766052,-20.451185549043885,-426125.307173035,-7282281.178866114
+    -118.0537506435513,-86.33808957961534,67939.040583599,-1.4606420144826706E7
+    -116.83641432919148,-80.42108750843133,103297.937046096,-1.394638284612332E7
+<EPSG:6847> +proj=tmerc +lat_0=45.25 +lon_0=-119.1666666666667 +k=1.000045 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -122.41267833493038,80.03485700428936,-8876.608353125,1.27238466350393E7
+    -121.2898950256155,14.453431190389665,-554397.762903013,-1.1198518287910037E7
+    -113.48680333974545,21.01722283101769,2136550.629904981,-8783894.79503297
+    -120.74068377728128,46.62062267532923,-198696.711636752,503790.78371019
+    -124.28595284148156,-7.937794486882623,-1657500.603083196,-1.933812022975319E7
+    -113.97623757348951,56.55765821503803,1243469.062648131,4166849.674628614
+    -119.50030399580422,42.98554483643514,107569.806867415,-825364.869867927
+    -120.47071457260427,-18.727971755237206,-254406.442536386,-2.32451001822488E7
+<EPSG:6848> +proj=tmerc +lat_0=45.08333333333334 +lon_0=-118.3333333333333 +k=1.000175 +x_0=30000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -121.24398074475303,39.127436458234456,-221752.319405159,-657632.443443181
+    -111.94452980527235,-39.27440952086575,581619.363441066,-9364322.271884574
+    -121.01430899444242,77.65925967809653,-33979.851268497,3631685.094306593
+    -122.45002482890492,23.779871733985217,-389908.989806048,-2357621.209864884
+    -121.3529885492724,44.914072670801914,-208488.055261196,-14374.305828066
+    -112.65400033461427,-26.81710552638217,595261.871742932,-7975630.032583158
+    -112.96684981715413,67.5278548890083,258802.861382491,2509365.916968711
+    -115.61775271271644,-52.20679581813292,215655.316360709,-1.0785923468565678E7
+<EPSG:6849> +proj=tmerc +lat_0=45.08333333333334 +lon_0=-118.3333333333333 +k=1.000175 +x_0=30000.00001512 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -114.22735610441481,-65.05175862788468,732460.485405314,-4.0090991875017196E7
+    -112.27892945629094,-23.01074063190174,2137732.78409933,-2.478386588878249E7
+    -114.10857372164493,-54.029462629056106,1006617.051436744,-3.606820504767138E7
+    -118.95608797313409,-2.5734294854694895,-128834.54678614,-1.732186068155787E7
+    -120.92270092657756,33.63238032220954,-690018.523496236,-4161855.668294825
+    -118.43348041537422,12.989553179135967,62772.991127944,-1.1674116834888335E7
+    -112.21968046875583,11.730148757246681,2289158.604063017,-1.2107467734285677E7
+    -112.56063727137528,-42.61103175973961,1652951.359510141,-3.1927833905072086E7
+<EPSG:6850> +proj=tmerc +lat_0=45.08333333333334 +lon_0=-118.3333333333333 +k=1.000175 +x_0=30000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -119.71520459579463,16.140316154972794,-117842.14300158,-3209100.788748779
+    -119.97499536506807,-65.62885454124219,-45627.311171229,-1.2278795375502495E7
+    -119.25436485311046,-43.36494677088652,-44669.048192974,-9799596.211096901
+    -115.0364206627663,-84.72691126574675,63829.407350915,-1.4410706393594762E7
+    -115.83424233155297,26.79654357897853,278582.44496331,-2027028.543295486
+    -115.30921931466997,64.52087764612895,175197.335071964,2167555.71358649
+    -118.57127719481024,-68.6331071049581,20319.66213561,-1.2612930439169157E7
+    -114.14172647490808,-7.835921349969624,492760.557380449,-5864047.323658691
+<EPSG:6851> +proj=tmerc +lat_0=45.08333333333334 +lon_0=-118.3333333333333 +k=1.000175 +x_0=30000.00001512 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -114.83602413228944,59.957977271204044,739406.040566412,5448291.572490691
+    -116.80235766088374,-75.44887453513682,239359.562949222,-4.3878419155320294E7
+    -111.55615295889295,-6.55769359282111,2563582.533406773,-1.8784262472146552E7
+    -116.14540329057225,6.48670324435183,892750.785656612,-1.4032605803417351E7
+    -123.33639382667823,27.979070792446905,-1517861.978805052,-6195235.339166819
+    -124.12131555631632,-85.58177602305972,-64719.788991584,-4.759756021086852E7
+    -112.75440896090718,-0.37183885454469134,2139531.245654035,-1.6523620297595603E7
+    -119.2123217948116,-60.136709195074424,-61852.493553319,-3.827387002945071E7
+<EPSG:6852> +proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=100000 +y_0=50000 +ellps=GRS80 +units=m +no_defs  <>
+    -117.41377426719494,-6.961836658063978,956530.825375933,-6546588.95536664
+    -76.28813624722576,24.502054609478556,4832783.406040001,-920808.865802003
+    -54.473544520414634,81.46435798835738,1503304.126784129,5095580.092612753
+    -66.31881143946302,22.854991650734718,5819675.29275438,-427965.548931361
+    -50.01981559264385,87.0382281069243,789931.145677844,5787025.874640396
+    -85.83530316276374,28.495173655584253,3733412.512331517,-1013666.05400517
+    -172.04673236825758,51.21244875299031,-3149200.968676788,1715777.629637966
+    -144.01537416422119,18.005586944111613,-2369397.332562678,-2780796.714890752
+<EPSG:6853> +proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=99999.99999960001 +y_0=50000.00001504 +ellps=GRS80 +units=ft +no_defs  <>
+    -163.0589242993662,0.6381303366763653,-1.820412268922433E7,-1.3016487230665416E7
+    -146.40331614155338,41.527752692733024,-6070481.685087696,-336129.521837237
+    -48.34896758785575,49.041769855043746,1.5760046642126298E7,9162032.5843523
+    -98.13532515012847,23.767594266383334,8981713.611424046,-6589085.217034213
+    -139.55555696734467,75.01020107546664,-1578871.096897382,1.1780894693174038E7
+    -168.48081349255895,33.76414296649006,-1.309499626309376E7,-212185.560363658
+    -92.40038190641343,49.90163295265566,7333762.331946657,3110650.501842537
+    -177.63094402045905,59.349268489234575,-9449738.411789233,8749955.740177853
+<EPSG:6854> +proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=100000 +y_0=50000 +ellps=GRS80 +units=m +no_defs  <>
+    -147.94012343657369,23.379459490722,-2611455.431539279,-2032960.734582671
+    -55.81998808624334,4.9510691446805275,8339173.908204534,-1158634.634331837
+    -44.587918384197025,26.71270403742669,7042145.166062061,1601599.520731529
+    -41.499857884294244,81.1659274686067,1722732.286053731,5312591.713338761
+    -93.63816023268308,-3.0210403946100577,4456131.926375435,-5160829.036793559
+    -161.58476624505104,38.58182648077188,-3176430.41454967,87522.85257673
+    -170.3356424467426,17.50132355461116,-5204202.417904991,-1552961.212415211
+    -169.45034123914368,10.669936540881118,-5592277.932075704,-2334195.875146747
+<EPSG:6855> +proj=lcc +lat_1=45.5 +lat_0=45.5 +lon_0=-122.75 +k_0=1.000002 +x_0=99999.99999960001 +y_0=50000.00001504 +ellps=GRS80 +units=ft +no_defs  <>
+    -151.613667854453,58.1359358797791,-5278951.071374795,5835224.949972995
+    -120.06335920293886,88.55598874425726,385717.957725301,1.90401517509616E7
+    -50.43030803094487,34.70734077132737,1.956515991951137E7,5505831.863151558
+    -118.55908204745965,-13.63844915338302,2729111.890524876,-2.521780642960573E7
+    -88.07648836088087,43.52075406634838,9247641.094139941,1397770.532264832
+    -80.47962751845239,31.787279078177576,1.3205174749199992E7,-1407339.55813934
+    -151.77972506349352,74.25098437670141,-3036188.792720752,1.1862041768698E7
+    -136.7490501166253,83.85117058171333,-512363.418497462,1.5988958580213055E7
+<EPSG:6856> +proj=tmerc +lat_0=44.33333333333334 +lon_0=-123.0833333333333 +k=1.00001 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -127.08562132659898,-19.587204491798317,-370179.648886783,-7082526.16430253
+    -126.18361269262748,-59.940690537283245,-123264.749426816,-1.1562500214002216E7
+    -116.13598349799825,48.87381651537254,559468.346808581,528059.131026942
+    -125.51992310855027,-0.6733844169900465,-221306.355564968,-4985437.580031807
+    -121.60062756034051,41.50568564834455,173792.369740009,-313068.276796404
+    -126.49591211886016,29.0201744931191,-282561.498168304,-1694564.335395372
+    -117.36513860851285,-56.63857795184517,400641.791713706,-1.1205273489232564E7
+    -122.57531136548982,-52.189835941369005,84742.39892807,-1.0695555944381414E7
+<EPSG:6857> +proj=tmerc +lat_0=44.33333333333334 +lon_0=-123.0833333333333 +k=1.00001 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -119.98883845036153,-50.89255228157846,878308.099090751,-3.463143971274388E7
+    -117.0569953250063,81.49288329418488,490131.911475813,1.3603009508873053E7
+    -119.25328394388129,-41.50282799771883,1213297.56188271,-3.1215425365627956E7
+    -118.76399637028423,46.99043076047124,1241968.46590486,998653.009963637
+    -124.64912558565219,-63.31902875532147,-93408.691454631,-3.915972183360266E7
+    -127.66008675000975,-60.06956673456337,-671630.102477798,-3.799745232036597E7
+    -122.23187479267547,-15.11160001594483,464340.421279958,-2.1595938486397877E7
+    -124.18540510565148,-17.098018170109654,-220803.969659193,-2.2317635843516245E7
+<EPSG:6858> +proj=tmerc +lat_0=44.33333333333334 +lon_0=-123.0833333333333 +k=1.00001 +x_0=50000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -124.92346817790047,85.60131212574561,34239.311669495,4600106.016193571
+    -120.48436829989626,-55.72885717711398,213271.25368389,-1.10924068841496E7
+    -123.43859177495594,-32.88820795058965,16757.73053845,-8551352.259468414
+    -116.21854514046453,-71.30320293135064,295241.222509086,-1.2839304713099524E7
+    -117.771934357718,-76.03337624641149,192977.312069595,-1.3359717244465927E7
+    -122.34553612685589,71.62473567772028,75969.079176733,3039584.042859228
+    -126.17664081080558,52.26603116133427,-161157.021193087,886602.598977092
+    -116.25967092507246,68.84313102921843,324482.464721654,2744358.941204584
+<EPSG:6859> +proj=tmerc +lat_0=44.33333333333334 +lon_0=-123.0833333333333 +k=1.00001 +x_0=50000.00001504 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -128.8492194830854,81.95902421833188,-131018.762664094,1.37715296552899E7
+    -126.11296354212756,31.022698633264937,-785238.18714606,-4834120.519149342
+    -117.68039176260518,-7.278199460693216,2124370.483931019,-1.8764173387233686E7
+    -120.28312436644406,21.120435037690868,1118746.482638625,-8438030.750365702
+    -125.6392719314251,52.80236555998215,-401468.33467377,3099864.257487655
+    -124.58113318455604,37.46904939065442,-270680.93809922,-2497531.934919359
+    -117.82099669106528,18.83529720417954,1985736.956065026,-9249355.44687409
+    -124.82812061704932,-73.51357111890445,-17334.860914026,-4.288987796214577E7
+<EPSG:6860> +proj=tmerc +lat_0=44.08333333333334 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -123.87125219257807,-33.792501086985176,-127014.381902598,-8625909.475089028
+    -126.13660146667905,-76.10207729549731,-97501.302934368,-1.3338108708262442E7
+    -122.403308763574,-39.44720706423338,8324.322849637,-9252672.997396704
+    -125.14026208189901,26.03563631251464,-264356.073129236,-1999934.744117556
+    -128.94801824685078,11.652304491075427,-704578.551251905,-3586984.271838812
+    -126.50449184175457,-25.69515292597694,-402217.703914085,-7733442.18569495
+    -124.79043803611049,-71.23767107543829,-82252.086991071,-1.27936885287123E7
+    -122.67219998022968,-78.19602584557771,-3934.571453842,-1.356891024762528E7
+<EPSG:6861> +proj=tmerc +lat_0=44.08333333333334 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -125.96516771553344,44.95042015712727,-897296.250818048,335348.347696955
+    -128.88240799668878,16.692380332670794,-2237620.652067698,-9928954.133887812
+    -116.85258075520605,-47.711804781187936,1390364.847762209,-3.342032894346228E7
+    -124.22529045324207,47.30865391309419,-428083.22346499,1181034.056173856
+    -127.24106716752007,59.06045616332037,-892100.161082549,5499467.84368082
+    -122.39655751792682,18.163960333912797,35914.063403876,-9430429.432511738
+    -129.05651306375188,-1.0771827197761326,-2399804.771451564,-1.6416520264433097E7
+    -121.91827907964323,68.99051128062703,76404.634842276,9100475.999195345
+<EPSG:6862> +proj=tmerc +lat_0=44.08333333333334 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -116.85609059480059,-84.42147318064424,61190.56422344,-1.4267192114052858E7
+    -121.56920033299782,-1.4319645241385075,103604.640333256,-5042223.014120035
+    -123.44903591574914,20.43661695278996,-99055.944672429,-2622498.97149597
+    -128.74675762115234,88.58550383399105,-17191.990968469,4962600.331336398
+    -115.63858289220843,1.4973954776599072,765510.492851671,-4717037.044088406
+    -120.77068218388808,-30.098471184767277,166728.978301667,-8216646.279581803
+    -128.25725148170582,-2.6372337551262603,-641402.237710906,-5176982.700276718
+    -118.81453206975952,24.83248943501897,372776.427686524,-2130874.355244164
+<EPSG:6863> +proj=tmerc +lat_0=44.08333333333334 +lon_0=-122.5 +k=1.000155 +x_0=0 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -119.50757770560347,67.05232601101298,427255.471124042,8401038.230575178
+    -125.31827359430305,-22.026216090340014,-955044.338757007,-2.4027579379722763E7
+    -118.82029427756422,-83.9432496116736,142198.446459429,-4.662781235831942E7
+    -121.58814345972095,55.52679635981664,188958.331409911,4177726.448894871
+    -126.43689104701137,-40.52537867572518,-1094778.988356441,-3.077380842238088E7
+    -116.09691267452877,-78.15140312238837,480867.959986539,-4.452738239764289E7
+    -121.20163526846379,71.06208445387435,154371.883700966,9860118.855117612
+    -119.52193757733482,66.69450723614617,431465.138010273,8270123.382785156
+<EPSG:6867> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -58.82031288222757,48.82645087754085,4527222.079608006,2414452.37004953
+    -139.5467387957795,56.55510361237779,-790065.476177179,1796118.344630335
+    -54.05033450745039,-14.828221857935294,1.0756347892865736E7,-3038276.555366702
+    -154.24750510099275,81.9035308893702,-354640.196382797,5102336.204192141
+    -150.21305731725863,3.612968110420052,-3644178.665658177,-3849071.712510089
+    -100.78876738004605,31.37921348823042,2301203.948473956,-932690.69686473
+    -101.01187383094194,23.812300586086735,2485241.002843201,-1785827.546703623
+    -38.94177453829428,74.86141544863838,2855923.89502874,5233635.685999158
+<EPSG:6868> +proj=lcc +lat_1=43 +lat_2=45.5 +lat_0=41.75 +lon_0=-120.5 +x_0=399999.9999984 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -158.35925875645245,37.35660773941421,-9377904.894537318,903771.600302624
+    -60.218455351491954,82.43074396807529,5272865.403303965,1.8032061617931623E7
+    -117.19400622759615,58.31764505296083,1969283.09237474,6113971.935278224
+    -115.81322994621037,-1.2330791109134633,3579602.834016211,-1.7254939159725357E7
+    -51.30509777566692,-0.3475626430702565,3.0661765415062882E7,-3740640.209100369
+    -114.1913614136096,48.06543791059974,2856548.055267591,2362742.960278816
+    -69.45370978575355,10.050269511611948,2.1492210585623346E7,-5743295.821595455
+    -148.88577222711314,-14.349627458289735,-1.450038261797923E7,-2.1479780426529005E7
+<EPSG:6870> +proj=tmerc +lat_0=0 +lon_0=20 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    26.097570581208487,-0.18097612116591222,1180068.683300775,-20125.936535273
+    19.194015547227725,-2.7662273839956413,410379.108176426,-305906.398071247
+    24.126415505057025,47.475715717523656,811019.148210684,5268395.897581043
+    22.573807520275317,4.565288732371258,785707.495501454,505325.24701389
+    14.964327914841906,81.9302836547478,421146.687416653,9104120.158916289
+    20.341925092559222,-33.193186980987576,531884.25621745,-3674225.757713993
+    14.779304479713915,81.69541960027505,415894.41193585,9078253.814806223
+    24.357834487642307,-59.126307282738345,749435.971065534,-6564886.975745616
+<EPSG:6875> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9985000000000001 +x_0=7000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    7.456614204437063,-72.84489309345255,6850714.942623978,-8079941.33391898
+    11.640044754795005,-84.09912433853995,6995873.005555827,-9328895.499848662
+    18.00169430267629,51.99611861668038,7411419.19817465,5771273.864276868
+    18.424730549371738,75.44351922123013,7179719.863834936,8373643.09884061
+    13.2463415128683,-86.97283682144773,7007339.861827216,-9649436.949020816
+    10.669621458916641,-11.10693009988917,6854864.690964057,-1226776.302295581
+    17.107469508003575,46.626112035611754,7390539.228590432,5170603.55572322
+    13.283027479858813,51.64864232492255,7088669.063430373,5716442.330773191
+<EPSG:6876> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=3000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    11.18967541048158,-30.80587972564218,2922452.985422693,-3409733.483616783
+    11.412655357682787,-80.38371357825068,2989042.318613542,-8928041.172424952
+    6.2621576469261075,-79.5209290075489,2883633.513426093,-8837382.263915049
+    5.240864178205975,-10.686973995354165,2258929.21429077,-1189975.241952284
+    8.635973677111412,62.6241384648892,2827404.629721653,6950992.774097453
+    18.107662191628144,-53.003916699594114,3409799.558575215,-5892529.631817237
+    16.371580526005122,-4.803338116390975,3485412.117708009,-532691.026948155
+    10.304888747786812,-56.02912935870816,2894322.656381649,-6213102.924547567
+<EPSG:6879> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -50.77482902016983,6.432552414241364,5701316.613585817,-3194355.445580706
+    -143.3132368096144,73.11324678845712,-1296679.602721371,4070552.479555086
+    -165.76984744009368,18.262756513968284,-7006747.219806178,895343.252477523
+    -13.564783115341584,18.675647604255325,8212008.404837672,987481.99144363
+    -85.62331935433699,4.716001075448325,1204279.199815635,-4668867.712448636
+    -130.57380738622456,-8.746284296817109,-5739499.816958111,-5082023.15613541
+    -40.43834247262984,39.00396697088503,4651763.933688404,738898.436729483
+    -115.7583567625247,10.762506390781446,-2646962.5064334,-3358561.424433449
+<EPSG:6880> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -53.36237734386454,-15.992139025990392,2.6418717342383984E7,-1.7107499797215026E7
+    -29.711352559817186,87.11750836209869,4185886.514614941,2.1874380083340175E7
+    -156.93464009021073,86.34538789800072,-869654.674321911,2.1039096278162368E7
+    -89.67677351553463,48.51400063770423,4155351.355410741,3320441.901217021
+    -145.19100484465497,-10.966958904669863,-2.10527992120033E7,-1.5105222826997422E7
+    -133.07912555730303,15.037491287717991,-1.091204781796242E7,-6908324.409842708
+    -87.35682536702502,49.47242109383238,4665480.631289629,3744398.633071544
+    -108.30232074914888,28.734517463887954,-1078528.004608052,-3944204.269878848
+<EPSG:6881> +proj=longlat +ellps=clrk80 +towgs84=-24,-203,268,0,0,0,0 +no_defs  <>
+    34.958204804064025,-18.462500064151968,34.9596497,-18.466299665
+    -81.05296321954211,-54.54610064898951,-81.052108979,-54.551907229
+    -23.75384315953761,51.86764139816307,-23.751005297,51.869630576
+    35.29717501376038,-32.62049641623583,35.298792576,-32.624724205
+    136.52392115789513,-45.873778585649696,136.521811168,-45.877810807
+    -59.715126527442834,46.905650890930985,-59.713510797,46.908213461
+    -178.3955968962603,59.96292698735013,-178.399217404,59.964676695
+    -81.99405753526318,78.30552693178151,-81.991758277,78.308020571
+<EPSG:6882> +proj=longlat +ellps=clrk80 +towgs84=-183,-15,273,0,0,0,0 +no_defs  <>
+    0.1762713994233991,-83.65497019001072,0.177440703,-83.654301207
+    123.7355870398734,-59.66970216871559,123.732738694,-59.674369194
+    142.99851010998765,-87.56367796722952,142.972777696,-87.565274621
+    38.817056915178625,75.59565360412856,38.813348657,75.595239668
+    41.14599920583967,-83.9319320019585,41.136759463,-83.931535595
+    -127.18353097877898,-85.4904035945771,-127.16795748,-85.492181419
+    -8.090599993143144,21.882993980469834,-8.090207095,21.882281277
+    -30.842236788360168,-58.38766942242515,-30.840412728,-58.390616904
+<EPSG:6883> +proj=longlat +ellps=intl +towgs84=-235,-110,393,0,0,0,0 +no_defs  <>
+    15.653656577920287,-5.438453400998043,15.65404017,-5.441927215
+    -56.01773581130291,28.92452595000087,-56.015106884,28.921943864
+    -82.2927847423185,34.421128978667966,-82.290090924,34.419368471
+    68.27013489867696,37.34654018332928,68.268130874,37.343484288
+    122.64893184589152,-61.26657559520659,122.644137842,-61.269232101
+    11.196083785177251,-34.704889057298196,11.196763525,-34.707278625
+    1.1933235253323176,-0.9948930634763684,1.194267599,-0.998437995
+    111.75888875631239,-44.229994439352765,111.755646616,-44.233255976
+<EPSG:6884> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -135.61526709778448,17.49067386275398,726945.961140754,-2848492.696726951
+    -38.56517286601641,79.62349561389084,4345660.083886998,5369116.80897429
+    -39.86114511792587,16.479273237181776,1.0616494092641998E7,1284484.571018357
+    -92.70745963450491,-5.53301721697818,6782120.492691331,-5435246.96315184
+    -37.44256680900901,22.2008417362959,1.0174684287339438E7,1888538.300375981
+    -132.23478584373754,59.524447873949214,1814628.463764714,1832252.421947485
+    -147.2434021344281,5.864113686395989,-1086153.786031207,-3917406.16528911
+    -66.2000000151409,74.54931867585239,4299138.00127466,4256511.217556925
+<EPSG:6885> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000.0001424 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -93.2016030994011,65.57977746819863,1.2577425269392582E7,8930883.289003275
+    -118.81315570036728,19.20364024137688,8840698.458268745,-9197767.33947899
+    -126.15322503888049,2.628525109200986,5568033.686650233,-1.619900635269764E7
+    -152.20878310394306,65.9185581438173,3205071.360342884,9311896.927716287
+    -174.35936227585987,63.38751182195402,-489712.597735999,1.033649465163402E7
+    -101.48886894366512,34.493251125850364,1.397149755952796E7,-2680497.476205528
+    -134.7922615576199,22.954794696289376,3079051.510376455,-7273414.739929892
+    -177.16377907129976,61.57375922419027,-1318925.004593048,1.011075075761811E7
+<EPSG:6886> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -150.0339907962458,36.26768036425156,-1117150.113426764,-134770.942894424
+    -125.20402206742403,73.75800331299372,1320908.739736329,3791204.757816174
+    -150.39505796019512,9.92675718409403,-2235693.31640547,-3040517.526718824
+    -80.48634808461705,61.258763144313605,3688392.554606937,2749981.876019287
+    -137.6423837434839,15.766207920442326,-523915.091238969,-2772903.276188527
+    -76.55672483521367,45.976374240928735,4754925.624730672,1353034.351377327
+    -149.26220532720424,25.1799983046718,-1475300.834665311,-1343657.418447849
+    -147.4818060770797,72.28787818682049,427306.449096409,3762805.03231074
+<EPSG:6887> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000.0001464 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -40.5710698532142,84.04454062082083,9203811.607804803,1.9853983022474952E7
+    -66.70174996743286,41.10454033370852,1.875641962375386E7,4398238.753865183
+    -46.763416262054506,8.266073518946023,3.2509894503587183E7,102626.299165716
+    -85.82860341734165,-3.6149009806740544,2.1499582974099852E7,-1.484198009330133E7
+    -57.93275459924804,69.33045600050164,1.333152086331118E7,1.3807490623059802E7
+    -39.57057924709824,71.72712672099844,1.4266992248145595E7,1.643310807264937E7
+    -39.65324630315121,68.2956471449382,1.5451998112233894E7,1.5599275220106678E7
+    -96.23781092731902,58.31728722865873,9703990.513012249,6843624.825140398
+<EPSG:6892> +proj=longlat +ellps=clrk80 +towgs84=-43.685,-179.785,-267.721,0,0,0,0 +no_defs  <>
+    82.87801320077989,68.61472656586409,82.877495973,68.616200069
+    -161.1711258539454,-51.42997683814748,-161.173369937,-51.432239735
+    -79.35017952626667,-83.66605294368101,-79.343997374,-83.667977456
+    0.5892378836384751,28.210222766278022,0.591064554,28.214779928
+    46.35025534114857,-45.98477995310573,46.351448916,-45.985212355
+    -75.54148893293866,-76.43284369271667,-75.538160312,-76.435134159
+    -178.29584179599456,-33.19911407455745,-178.297755167,-33.200219909
+    -149.64654113598178,29.779513862059773,-149.647917248,29.78489995
+<EPSG:6894> +proj=longlat +ellps=clrk80 +towgs84=-63,176,185,0,0,0,0 +no_defs  <>
+    -169.15337516237756,28.939893239740556,-169.151480587,28.94122396
+    163.23630671314305,-50.556130355533774,163.238428396,-50.56104284
+    4.17251240325669,-66.22332575801346,4.168510524,-66.225901775
+    144.93944126410935,-65.55744942150605,144.941776834,-65.5617488
+    -161.03199572436267,-8.118164259555897,-161.030299702,-8.120704221
+    142.41117534793602,-27.876198932635255,142.412201378,-27.880940537
+    8.08905331973358,-6.374803925466026,8.087398225,-6.377124079
+    -45.184844528089116,70.98711913452723,-45.187026014,70.987079487
+<EPSG:6915> +proj=utm +zone=40 +ellps=clrk80 +towgs84=-43.685,-179.785,-267.721,0,0,0,0 +units=m +no_defs  <>
+    56.276253311237866,-1.0489614260862936,419538.348355031,-115682.46514567
+    63.91819496333768,43.43878782544172,1059964.494793656,4832959.794610265
+    61.12891057612754,-19.064681712523708,934758.318051098,-2112829.617701136
+    56.69201766699245,-75.75029583876534,491598.960819666,-8407069.05509694
+    57.38095496319791,2.8065236851949322,542401.30672731,310478.803496141
+    62.24570587534815,-53.116529593205115,851016.520733469,-5897825.362471983
+    57.26620814317974,3.6049943528236525,529625.066783774,398732.922215894
+    59.95305249147448,9.74923218585289,824077.923733449,1079354.972244061
+<EPSG:6917> +proj=longlat +ellps=WGS84 +vunits=m +no_defs  <>
+    -162.22469140218567,46.674428683612945,-162.224691402,46.674428684
+    -30.05584805539999,-68.6957998905147,-30.055848055,-68.695799891
+    152.703101562131,-47.50219281821264,152.703101562,-47.502192818
+    34.95591989928576,23.64988497982806,34.955919899,23.64988498
+    -20.271088829291273,-55.37739702950119,-20.271088829,-55.37739703
+    -42.84588894311244,-54.08695858995143,-42.845888943,-54.08695859
+    4.486336510108231,73.81368583283177,4.48633651,73.813685833
+    -129.89630584357903,-19.839805947963526,-129.896305844,-19.839805948
+<EPSG:6922> +proj=lcc +lat_1=39.5 +lat_2=37.5 +lat_0=36 +lon_0=-98.25 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -114.79264618557163,-18.979104972712534,-2376708.801416554,-6976701.05476045
+    -150.71325665265036,-17.310748942060904,-7824439.95731461,-4525459.526221672
+    -117.7190505376708,13.488417855400982,-1885016.497637706,-2335462.611466009
+    -143.08048357847093,13.463244390704531,-4695315.656664291,-1314985.730456082
+    -113.29804047856481,16.293090577603692,-1316805.533252295,-2101617.801233416
+    -172.97728328590568,42.60269433202204,-5093955.29867419,3095005.567955047
+    -104.17895766125666,37.332851079923564,-125102.449503382,164883.854454286
+    -170.60477715826218,39.373491426005565,-5211858.867308758,2701506.394213525
+<EPSG:6923> +proj=lcc +lat_1=39.5 +lat_2=37.5 +lat_0=36 +lon_0=-98.25 +x_0=399999.99998984 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -25.770539840211313,32.08964962600674,2.1630760470270906E7,7014174.015775731
+    -94.90346818309429,62.18413007950804,1945188.544325275,9849591.474290315
+    -151.49261462902697,-9.047454442062518,-2.363030090403888E7,-1.094847294313238E7
+    -171.8540597873623,-2.705579817352408,-2.9227037752869982E7,-2429105.221786965
+    -59.06882987824642,5.998040123136185,1.7319274631930158E7,-8053665.170213412
+    -107.85736246422286,33.51372199763688,-1621197.88627766,-753487.142261007
+    -98.39615696838071,44.961670024879524,1274256.942384878,3269818.732265462
+    -67.68651688268933,43.43222834312397,9311778.826166129,4050059.045443908
+<EPSG:6924> +proj=lcc +lat_1=39.5 +lat_2=37.5 +lat_0=36 +lon_0=-98.25 +x_0=400000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -40.46503915619829,75.54700628190994,2455477.577713947,5472866.982754138
+    -18.2939407184775,43.42693601914878,6110785.977717127,3474683.010681794
+    -136.43770891890372,-14.768560902264694,-5570559.327102652,-5249251.549003698
+    -105.92920305844076,20.026445131432155,-442476.211410829,-1768845.436856167
+    -79.30206726578403,-3.295916376652702,3070292.166060853,-4481748.522556531
+    -59.0210485984034,19.270141896250216,4615878.628186435,-979729.620641224
+    -99.39521238031804,80.09378514639317,365641.941385956,5543679.152471261
+    -161.30314117375946,68.08968868608973,-2480713.372915687,4779333.337975857
+<EPSG:6925> +proj=lcc +lat_1=39.5 +lat_2=37.5 +lat_0=36 +lon_0=-98.25 +x_0=399999.99998984 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -75.38830503903873,-11.805155082420601,1.2872483567134619E7,-1.833026932000991E7
+    -178.41049825524078,9.534775755688415,-2.7216545560218535E7,3225927.059355367
+    -132.89441235046803,-6.627957964540194,-1.5020486288581565E7,-1.4073533117160082E7
+    -30.933494655613657,34.96158272619663,1.976383760464853E7,6687361.966024406
+    -121.4973046795256,42.22437423659811,-4930151.388352879,3060640.388325623
+    -32.31791099999327,-2.330601035329604,2.9161736947538543E7,-4739029.761082151
+    -95.35883285117528,58.12282040582842,1909792.061043486,8233718.306312629
+    -159.65036079256205,32.235350135583246,-1.639639332931629E7,4762450.18675321
+<EPSG:6927> +proj=tmerc +lat_0=1.366666666666667 +lon_0=103.8333333333333 +k=1 +x_0=28001.642 +y_0=38744.572 +ellps=WGS84 +units=m +vunits=m +no_defs  <>
+    110.60728387860048,-86.62125246735984,72489.638854069,-9739586.65314553
+    104.12036764194448,-65.0219539375215,41531.4871753,-7326191.436036394
+    109.89580190102124,-87.35903145050817,59144.302236289,-9821008.84272935
+    110.46869325838607,70.2070962228178,278434.638456572,7693374.450323443
+    105.75471969450798,83.61151171105965,51875.476676213,9176463.824836647
+    97.0970724332649,52.187783251606334,-432428.305793247,5693290.608906997
+    106.53052068866967,-3.226409879154886,327889.247138802,-469533.104797739
+    106.08203432685109,11.90660356862243,273033.068667701,1205371.316141518
+<EPSG:6931> +proj=laea +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    84.79390247798653,-10.062943633742037,9722026.475093774,-885816.935304542
+    140.39860544959492,70.75020552140336,1363615.719274256,1648246.566944964
+    -50.877166780876294,-51.589253722129854,-9331484.139176715,-7589668.208977812
+    -150.29892464729488,42.22786952167013,-2562826.490074992,4492917.205835484
+    76.06591934086546,-70.30060500619165,1.2183259923745701E7,-3022743.814656267
+    83.25391614405595,38.653120368955555,5494595.006678867,-649947.363613854
+    -126.7840811615767,-27.740402775837133,-8730641.212140819,6527571.661671863
+    111.39217185766734,74.44177125261055,1612678.76490735,631747.735880421
+<EPSG:6932> +proj=laea +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    -173.82760559131606,81.72318133288985,-1366422.048868927,-1.2634824060529858E7
+    18.462660981993736,54.67158832742885,3843672.566815502,1.151245400469331E7
+    -103.62562872244202,68.85037334556927,-1.2171363105019726E7,-2950326.217164418
+    -60.43178287024405,-79.43837374721721,-1024471.843382694,581229.55774882
+    161.99872388445868,-74.24384052998455,542018.838517656,-1668036.044405626
+    58.73661245653847,35.07614175991648,9659152.39602348,5864405.978277437
+    98.6501869260942,-82.0644060047766,875519.218290364,-133194.368374119
+    119.0121597085037,-45.06449875603512,4270012.891334878,-2368091.588045089
+<EPSG:6956> +proj=tmerc +lat_0=0 +lon_0=102 +k=0.9999 +x_0=0 +y_0=500000 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+    104.15658742007767,-64.2850208071512,104229.857604539,-6632638.947660071
+    107.10202005002773,-27.486952452542532,504344.240412514,-2551571.671984709
+    99.8071304395724,-69.84189561044575,-84544.681767121,-7252045.924514423
+    103.40342477955384,7.090380990606064,154844.963238485,1284320.484038479
+    98.47578623790493,37.31907152632412,-312595.018702467,4637426.873136894
+    101.04517686472809,-56.18173988365378,-59483.483839414,-5728525.473313161
+    101.55580488091518,-6.1734390589469825,-49354.323222243,-182491.766651787
+    97.89642460622696,-55.72341939028986,-257951.66157862,-5684722.17275555
+<EPSG:6957> +proj=tmerc +lat_0=0 +lon_0=105 +k=0.9999 +x_0=0 +y_0=500000 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+    111.35290233693965,14.814713397852529,684805.458473911,2148174.850428985
+    99.75517172904466,7.1471939831493785,-580273.416336342,1293680.418277252
+    102.67717254931694,57.16538806745359,-140700.822316345,6840161.653126065
+    102.822906724432,66.9249286436941,-95426.607789907,7926958.289974764
+    111.65577034968295,78.10405281650722,152691.455026202,9181318.338165412
+    108.61223028879945,23.37525343854206,369237.447101915,3090568.603210768
+    105.30156607406529,-33.65258707592382,27775.324411305,-3224708.780106094
+    98.52710645569006,-43.982922228708766,-519504.378164117,-4391780.822547136
+<EPSG:6958> +proj=tmerc +lat_0=0 +lon_0=108 +k=0.9999 +x_0=0 +y_0=500000 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+    112.72905042129746,5.143011932455622,524674.528228691,1070701.631610646
+    113.7083851747375,70.28487347924249,214510.424239351,8310119.266197654
+    102.76414911834443,67.05735739424253,-227797.289031251,7949655.493263518
+    111.11553068762817,-60.31006950145746,171965.584381571,-6191981.943128117
+    112.72827871196006,-16.899972656675956,503999.176818302,-1375007.448100118
+    108.80335021368329,86.81452183858192,4790.015409629,1.014526897432111E7
+    109.9860354129982,-24.469054902650996,201157.569600319,-2208324.71799899
+    105.2629145615742,20.37776984273276,-285987.028610548,2756452.817120736
+<EPSG:6959> +proj=tmerc +lat_0=0 +lon_0=107.75 +k=0.9999 +x_0=0 +y_0=500000 +ellps=WGS84 +towgs84=-191.90441429,-39.30318279,-111.45032835,0.00928836,-0.01975479,0.00427372,0.252906278 +units=m +no_defs  <>
+    102.39272591097257,-76.2745509879765,-141948.269914236,-7974799.029124251
+    112.2472792474625,-38.643733889940016,391390.149204714,-3788060.385700118
+    110.03374943136953,44.52119151218213,181345.423523435,5433874.334901277
+    106.41533731482522,-11.448661033012627,-145830.352951386,-766200.430446611
+    108.5632280778838,-31.748723021856563,76853.193106947,-3013842.41443539
+    101.86801693105052,84.67733704371676,-61025.930957947,9909675.812459476
+    113.94477041321795,-17.871053669800745,657324.662608895,-1487350.785963116
+    108.73217190428446,71.56623871347102,34476.430821071,8443271.364035936
+<EPSG:6962> +proj=lcc +lat_1=39 +lat_2=43 +lat_0=41 +lon_0=20 +x_0=0 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    72.357983529551,9.849632258650374,6182258.452486975,-1701681.01958288
+    61.26598922378906,22.342296409762298,4299223.565558152,-1067368.703197843
+    -14.052394649511754,74.77123593687188,-1249921.587750112,4301006.269763322
+    70.45967788893745,34.90151367667351,4380837.661071816,624546.214616992
+    -31.35649523985721,9.034107055935895,-6135571.592031987,-1858129.093126303
+    24.001735143425748,86.23785751057403,59967.68284383,6034287.095233326
+    -4.742511775775249,69.16747493339867,-1132741.590412582,3452002.687226031
+    -20.21487164594685,34.85382453799976,-3566740.988259787,153137.034038821
+<EPSG:6980> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -123.1006987006773,23.72467920712988,-123.100698701,23.724679207
+    138.48569081397727,-1.790506534919686,138.485690814,-1.790506535
+    -102.82993612867085,31.97631659726389,-102.829936129,31.976316597
+    67.82846208030318,-3.431360800435826,67.82846208,-3.4313608
+    115.63039459908447,14.254568903259212,115.630394599,14.254568903
+    73.5660028104106,17.38173603888505,73.56600281,17.381736039
+    111.97146433906141,-24.06549966943993,111.971464339,-24.065499669
+    78.99987445619018,-85.34838696694501,78.999874456,-85.348386967
+<EPSG:6983> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -116.94615966351779,55.51577442526721,-116.946159664,55.515774425
+    -66.40856031499868,51.54735213233323,-66.408560315,51.547352132
+    -91.3670927397249,63.20027190918995,-91.36709274,63.200271909
+    20.672333234781036,66.75110982914308,20.672333235,66.751109829
+    24.06121072335324,5.925607492800225,24.061210723,5.925607493
+    54.21832785957383,-37.97217565044039,54.21832786,-37.97217565
+    140.10982442001273,31.288698180713098,140.10982442,31.288698181
+    -9.111931670047966,86.5261524158764,-9.11193167,86.526152416
+<EPSG:6984> +proj=tmerc +lat_0=31.73439361111111 +lon_0=35.20451694444445 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 +units=m +no_defs  <>
+    38.02745920952623,-14.09255977323889,524492.390402463,-4445944.16656544
+    39.346201762747356,-18.059691854430554,658320.590128401,-4888041.592065939
+    39.80287995551474,-39.65431253237909,614256.369901774,-7286813.404768639
+    28.499698557566848,82.80179941717773,125904.048456834,6317998.676915624
+    34.222685439915956,-33.97573058230856,128795.213563262,-6646946.053337582
+    31.504728224478804,7.043996704459985,-189521.402722054,-2104966.322313252
+    39.8810689988601,-16.4374931511758,719450.576687368,-4709368.183405231
+    35.98183239562682,41.0460216903175,284884.370439601,1660488.83317449
+<EPSG:6987> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -57.69151635508082,-20.790738910453186,-57.691516355,-20.79073891
+    -164.52031491093666,59.200101604465715,-164.520314911,59.200101604
+    160.47933334204794,40.875207118039356,160.479333342,40.875207118
+    -118.65727243614984,78.7324802745222,-118.657272436,78.732480275
+    -71.04608288708924,6.558711407676967,-71.046082887,6.558711408
+    -103.54276660098512,3.84127347903636,-103.542766601,3.841273479
+    -128.9434801651925,-43.1291659068634,-128.943480165,-43.129165907
+    89.27832836169875,-31.846513664362362,89.278328362,-31.846513664
+<EPSG:6990> +proj=longlat +ellps=GRS80 +no_defs  <>
+    99.7644359392711,-55.20336199835289,99.764435939,-55.203361998
+    103.73031798862962,16.106680108084305,103.730317989,16.106680108
+    -75.3211895605534,-28.268254029758005,-75.321189561,-28.26825403
+    99.64224824906216,88.01054864337326,99.642248249,88.010548643
+    -152.42416720482726,-86.73790508369422,-152.424167205,-86.737905084
+    -85.92673811802499,-43.60473098042298,-85.926738118,-43.60473098
+    -134.12181801003248,-66.80510412759689,-134.12181801,-66.805104128
+    -148.48626535020404,57.195536074965815,-148.48626535,57.195536075
+<EPSG:6991> +proj=tmerc +lat_0=31.73439361111111 +lon_0=35.20451694444445 +k=1.0000067 +x_0=219529.584 +y_0=626907.39 +ellps=GRS80 +units=m +no_defs  <>
+    32.5956415725835,80.4674378302399,171291.994132415,6052960.853899986
+    31.540095290096403,-67.28777065296248,61653.88819821,-1.0356673250713954E7
+    28.842880739109695,-27.906387076272054,-407485.309389101,-5989940.519153059
+    36.732802159147695,-37.76858497360959,354188.284077717,-7068457.339318897
+    40.17932446323258,38.45312133646853,653904.362707701,1384050.077832826
+    41.05947711498822,24.793523659690507,812249.400471805,-129586.554286321
+    30.334098122482743,-64.13582957856823,-17455.49340936,-1.0009631826973476E7
+    28.99838336854025,-71.68667491822103,2133.631836988,-1.0853928094012847E7
+<EPSG:7005> +proj=utm +zone=37 +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs  <>
+    40.96352216630368,-58.01398605276498,615956.327247245,-6431927.85224903
+    43.29833885850658,-29.325133425383676,917480.429601528,-3251917.521781125
+    45.50109962573249,15.717092485016025,1197771.404351627,1747994.596834429
+    36.89583765208059,27.029902850693887,291224.171687017,2991074.128769781
+    40.120282368643714,-43.85341612595095,589991.688559957,-4856315.050550438
+    38.8851070553076,66.66385652135327,494881.475558344,7393501.099020798
+    38.11939067125134,-15.179186159678238,405368.315427834,-1678646.986622333
+    35.20971944166164,-24.150361458931812,114729.049605183,-2676355.346595766
+<EPSG:7006> +proj=utm +zone=38 +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs  <>
+    40.38690407803393,20.22810521596945,17681.359682122,2243038.482166368
+    41.18489654911954,-27.98879599045084,124647.975019529,-3102071.563664959
+    47.551122538556115,71.54260632534078,590055.178631859,7939416.664925844
+    49.85183538742672,-56.29618754686451,800045.557786509,-6249624.002738556
+    46.64561634948076,-7.524927390977169,681498.740129727,-832465.715839202
+    42.71080633731594,-52.11003158273459,343186.527319846,-5775787.489103685
+    46.94819739898887,39.3013178118114,667917.542966299,4351607.367922836
+    42.88506165211911,50.176552703075004,348921.34296424,5559985.96139058
+<EPSG:7007> +proj=utm +zone=39 +ellps=clrk80 +towgs84=-242.2,-144.9,370.3,0,0,0,0 +units=m +no_defs  <>
+    50.66094237742315,27.169547133079263,466313.963092545,3004850.795951448
+    49.73924993371266,-47.75302874361129,405417.317994143,-5289708.247528849
+    49.97536042337185,-36.942057227280216,408670.518456447,-4089115.205969727
+    53.68621352810032,-32.98495074599647,750901.88068735,-3653033.680691713
+    45.57638731599906,37.070760092633975,17580.942208379,4116094.796592035
+    45.30085479649133,85.78410425956596,453201.355544893,9529217.950313022
+    52.59016713451217,-18.1019178681275,668155.237872663,-2002488.465369798
+    45.13396897901675,82.507029641021,414643.684669041,9165380.961585987
+<EPSG:7035> +proj=longlat +ellps=GRS80 +no_defs  <>
+    44.96412120103366,-88.01888205935558,44.964121201,-88.018882059
+    56.96586291003791,80.30576170814825,56.96586291,80.305761708
+    20.845393648914268,-5.6424444911418306,20.845393649,-5.642444491
+    -49.21554364845082,83.53583642141413,-49.215543648,83.535836421
+    -124.50666586071796,-69.13543030794123,-124.506665861,-69.135430308
+    93.43244754702937,-19.929913162817726,93.432447547,-19.929913163
+    -165.3864049155043,-51.6126979470333,-165.386404916,-51.612697947
+    153.0581440433977,-41.238750562800305,153.058144043,-41.238750563
+<EPSG:7037> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -7.670330708131445,54.09037603204089,-7.670330708,54.090376032
+    -141.17102885367706,20.81774668850352,-141.171028854,20.817746689
+    39.96928841516325,-37.0005958080087,39.969288415,-37.000595808
+    -29.76401532883102,48.90828964794858,-29.764015329,48.908289648
+    -159.39481627814547,53.43112212835993,-159.394816278,53.431122128
+    75.09908363053515,-4.65751476218901,75.099083631,-4.657514762
+    122.69532630452534,-85.09815844929926,122.695326305,-85.098158449
+    -169.97676656735598,-67.39984620476436,-169.976766567,-67.399846205
+<EPSG:7039> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -93.35917456702886,-55.56167628823953,-93.359174567,-55.561676288
+    -0.35172916339456606,74.21437526501,-0.351729163,74.214375265
+    97.49402494292866,-76.08406590912837,97.494024943,-76.084065909
+    -9.796805443576062,19.798629422943094,-9.796805444,19.798629423
+    -68.08557186969055,47.56076608367741,-68.08557187,47.560766084
+    -176.42488794995396,-47.224826833651086,-176.42488795,-47.224826834
+    20.060364792684908,-12.646881729145463,20.060364793,-12.646881729
+    137.6056106298813,52.54598964169449,137.60561063,52.545989642
+<EPSG:7041> +proj=longlat +ellps=GRS80 +no_defs  <>
+    113.14896922392086,-51.99817669165463,113.148969224,-51.998176692
+    53.30604434927906,-41.899639883702015,53.306044349,-41.899639884
+    161.97226573172952,60.253598748118065,161.972265732,60.253598748
+    170.15075408885372,59.94970489968958,170.150754089,59.9497049
+    177.39701238129248,-52.89835695485016,177.397012381,-52.898356955
+    63.165152954110766,74.8493545180088,63.165152954,74.849354518
+    -137.27580818094174,40.983036718414525,-137.275808181,40.983036718
+    -124.4068308950991,-29.057740024420134,-124.406830895,-29.057740024
+<EPSG:7057> +proj=lcc +lat_1=43.2 +lat_0=43.2 +lon_0=-95.25 +k_0=1.000052 +x_0=3505207.010414021 +y_0=2926085.852171705 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -49.661456417995936,30.378188547176762,2.5503039726659253E7,8804767.689809069
+    -140.88153497189487,-13.700750727200614,-1.2624903401882617E7,-7857358.153628872
+    -27.360598250626964,81.94056472413166,1.6177389384428037E7,2.7476909226226203E7
+    -16.61991243788006,85.79416788205977,1.4833752932445591E7,2.9482084339895915E7
+    -60.883751035983536,1.0881928689857254,2.705525054778346E7,-3811743.60562107
+    -63.177114166069686,64.28711084696135,1.689083602152184E7,1.8546952859020196E7
+    -62.44146612307584,82.25735827695793,1.3897520989815153E7,2.6119833581015043E7
+    -158.98804930037227,60.94470918599647,648802.842663065,2.0537436289861742E7
+<EPSG:7058> +proj=lcc +lat_1=43.16666666666666 +lat_0=43.16666666666666 +lon_0=-92.75 +k_0=1.000043 +x_0=3810007.62001524 +y_0=2987045.974091948 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -15.012492489317964,53.28010940978581,2.7418672974495497E7,2.0977591969531525E7
+    -52.19891996522993,78.17831606808586,1.6412964291396143E7,2.4705626214300603E7
+    -173.4975061181242,61.98368228496142,-99478.735986239,2.340206287890995E7
+    -114.17909636892304,69.66635881844556,9402581.013767434,2.0305277731740694E7
+    -125.32519066890518,80.23299605894103,9704628.92403868,2.5324735665087145E7
+    -19.879115082504484,83.29765246971394,1.685128480961786E7,2.8475219939570814E7
+    -92.84432238661417,53.65176067041695,1.2479167476375772E7,1.364789156216057E7
+    -96.82974291854397,13.83045557154755,1.0870780244685667E7,-1273369.592392533
+<EPSG:7059> +proj=tmerc +lat_0=40.25 +lon_0=-91.2 +k=1.000035 +x_0=4114808.229616459 +y_0=2529845.05969012 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -96.67952833813355,21.66367200780448,1.1637122675800078E7,1571809.40185322
+    -88.01272791259319,-51.4707819159566,1.4226539040173309E7,-2.505599023954827E7
+    -86.44836192035872,-50.89195431882917,1.4596656155913591E7,-2.4864218050376542E7
+    -90.4797617458983,-63.40638543462348,1.3618073688455556E7,-2.9401942367413066E7
+    -97.14561783797285,-2.517554794925772,1.1326627964828316E7,-7242444.44986643
+    -93.13252265113579,-33.76166323758277,1.2912559840081433E7,-1.859128043907964E7
+    -86.73877562181345,-80.0547596073151,1.3782056693609264E7,-3.550669808429489E7
+    -92.08202123959488,69.4845377379331,1.3386771903997816E7,1.8977638792303223E7
+<EPSG:7060> +proj=lcc +lat_1=42.53333333333333 +lat_0=42.53333333333333 +lon_0=-94.83333333333333 +k_0=1.000045 +x_0=4419608.839217679 +y_0=2621285.242570485 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -25.20555093889095,46.66924809325327,3.0122122700810406E7,1.6913261221673235E7
+    -58.53662484736297,80.75154874800846,1.752492163560406E7,2.481947319953008E7
+    -142.61947537126625,34.02509666099318,629041.189218708,9507626.859020691
+    -178.08904776818545,30.90382423658091,-8047961.454536654,1.6398030475263778E7
+    -18.857110993034155,3.8637943902929948,4.413165760741375E7,7758266.29995343
+    -162.9553352124249,5.665660391804504,-1.223981261766037E7,5669947.824173237
+    -81.53665948183522,-5.97023366187886,2.115227745160597E7,-1.0608374909174355E7
+    -97.21866142238687,62.01418036925607,1.406162345311258E7,1.5873496708763754E7
+<EPSG:7061> +proj=lcc +lat_1=42.65 +lat_0=42.65 +lon_0=-92.25 +k_0=1.000032 +x_0=4724409.448818898 +y_0=2712725.425450851 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -107.15542583164981,25.751758739784115,1.0417185652108938E7,3113795.946161741
+    -120.42763440253785,19.793528930572634,5270226.068295202,2095238.253890662
+    -24.62022521212026,85.57625635708743,1.865098987797908E7,2.8590294174900528E7
+    -64.27913934224081,39.06467637969364,2.3313447211090878E7,8896913.193157109
+    -167.01349709422536,1.5589211972354562,-1.4609674979857942E7,6967105.092285681
+    -143.8613468211962,53.76157978831329,4799003.755814834,1.635131321613922E7
+    -140.5019514761421,2.4373128207531316,-5313571.22255768,-778648.288109191
+    -154.14745650362158,46.35459897487907,1197715.512127318,1.573265548130772E7
+<EPSG:7062> +proj=tmerc +lat_0=40.25 +lon_0=-95.73333333333333 +k=1.000039 +x_0=5029210.058420117 +y_0=2011684.023368047 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -91.57176874190601,63.43609309777426,1.718118236788295E7,1.508605404148816E7
+    -93.7641315031093,-85.64312355668723,1.6554810293528873E7,-3.924458626568663E7
+    -90.52962880883742,4.144601641740294,1.839823905417644E7,-6514301.216571665
+    -102.54726864417309,35.242257968328516,1.4463560468437895E7,4846449.752961097
+    -91.85370782588578,-74.21333462300105,1.6886445561186813E7,-3.506906676794915E7
+    -98.49023095742527,-23.35273925036114,1.5574836178824933E7,-1.650971665407667E7
+    -92.41274557632302,-22.104870706928722,1.7624637531060807E7,-1.6059768318810219E7
+    -95.45625652900063,17.467425342094657,1.6596561092704471E7,-1685178.45575212
+<EPSG:7063> +proj=tmerc +lat_0=40.25 +lon_0=-94.63333333333334 +k=1.000045 +x_0=5334010.668021336 +y_0=2072644.145288291 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -90.44509875002336,-74.81920617275128,1.790152155109489E7,-3.509276282048663E7
+    -92.84817728220207,-52.765694783499534,1.7895335333567865E7,-2.701815004233647E7
+    -92.71852988027527,19.400379365012412,1.815998828343E7,-779668.387801651
+    -101.31406013408304,-83.47119781282188,1.722225279710226E7,-3.826416530396652E7
+    -90.58652049973603,28.031060397376365,1.880623708487133E7,2374645.929174949
+    -94.26572369507167,6.119314734399836,1.76335056373969E7,-5604108.818157712
+    -99.66840664913626,-80.40565737325296,1.7192863427497488E7,-3.713818460112989E7
+    -90.84049465743242,-33.82608709992603,1.865231763421118E7,-2.013073801791248E7
+<EPSG:7064> +proj=tmerc +lat_0=40.25 +lon_0=-93.71666666666667 +k=1.000033 +x_0=5638811.277622555 +y_0=2133604.267208535 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -95.86938643608032,-78.63396986899512,1.8344582943871472E7,-3.627816711127044E7
+    -95.54321148229005,83.52135295395715,1.8424490062447064E7,2.281888669222451E7
+    -94.53871899955512,14.300133372644794,1.820899421391711E7,-2434605.183598404
+    -91.0060338386461,79.99222315779059,1.8672546809395157E7,2.152869365615372E7
+    -99.39056312153183,51.631868025125755,1.721153309898377E7,1.1200796673420023E7
+    -99.02909475693497,6.524074809945901,1.6569494186682295E7,-5246954.89977404
+    -91.70280934054598,71.67723253335816,1.8731889621834572E7,1.84833104990543E7
+    -94.62207766969948,10.142701559967435,1.8174435549098514E7,-3943618.149549495
+<EPSG:7065> +proj=tmerc +lat_0=40.25 +lon_0=-92.81666666666666 +k=1.000027 +x_0=5943611.887223775 +y_0=2194564.389128779 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -96.83652495950626,-43.84016856990797,1.8439301482890774E7,-2.3382174261772867E7
+    -94.5643204675531,57.44225651096781,1.9155703873538226E7,1.3477145340552147E7
+    -86.17736036408266,2.203382297929352,2.1928558312011022E7,-6619227.300753193
+    -92.11048924852004,73.98582155886106,1.957137259821225E7,1.95250534014909E7
+    -87.19356351296011,-62.12575353911804,2.0461835478315834E7,-3.007443988269788E7
+    -87.64902998779111,37.09815035904019,2.100777676743941E7,6093132.664593314
+    -94.46337466959562,-58.26200674676772,1.9182878105812434E7,-2.8624172017467454E7
+    -94.14726274557205,-80.04685795261769,1.941573590400741E7,-3.6593595048646286E7
+<EPSG:7066> +proj=lcc +lat_1=41.83333333333334 +lat_0=41.83333333333334 +lon_0=-91.66666666666667 +k_0=1.00002 +x_0=6248412.496824994 +y_0=2438404.876809754 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -51.389008200971375,14.336586823266906,3.576309182024213E7,1279657.558578146
+    -173.01462454860987,12.866997094193625,-7398820.55556665,1.1332383586953612E7
+    -148.1758140364901,2.8763291732085925,-3118849.64835809,841388.187850538
+    -84.30782139213366,2.193493436177718,2.383147202067021E7,-7383509.957634224
+    -48.73560723779438,52.178906937801216,2.9900575959096603E7,1.4194110799204439E7
+    -131.0255874332395,78.01710804442851,1.6554926413901256E7,2.3412540337761734E7
+    -91.13937746485976,76.67568001257492,2.055879457812195E7,2.1833387845630936E7
+    -158.0404182177279,-15.96672971468414,-1.311395324850509E7,-3070772.029764614
+<EPSG:7067> +proj=tmerc +lat_0=40.25 +lon_0=-90.53333333333333 +k=1.000027 +x_0=6553213.106426213 +y_0=2316484.632969266 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -84.90044430150976,-77.58523085110603,2.194306377002825E7,-3.531217839453447E7
+    -94.96494417203945,-88.28938652969335,2.1451569565496985E7,-3.921468824709662E7
+    -97.00774417885033,-52.65389526914835,2.006330157694982E7,-2.6236470428602677E7
+    -96.16073731426683,62.09270835396535,2.05363807730036E7,1.5614424038046405E7
+    -91.55593777100789,-38.319559150392195,2.12065942973281E7,-2.0946488151877742E7
+    -85.21082365731633,17.633164625977614,2.3355371315965436E7,-598807.533577843
+    -85.83178772271104,-32.97231927439318,2.2942667945327077E7,-1.9030581469863135E7
+    -84.15189741495166,-34.84502660572571,2.3416278585359707E7,-1.9740966066565063E7
+<EPSG:7068> +proj=lcc +lat_1=40.91666666666666 +lat_0=40.91666666666666 +lon_0=-93.75 +k_0=1.000037 +x_0=6858013.716027432 +y_0=1889763.779527559 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -121.32488943532948,37.58490069259302,1.462768052706114E7,6236833.465746764
+    -107.18834288990621,-3.6385802468324897,1.6075272816304853E7,-1.1114996916761678E7
+    -52.832866449979434,-1.2049645775130244,4.091443834135885E7,-6077175.473143677
+    -126.93095824700437,37.65458658439194,1.3107202800510429E7,6814146.01913231
+    -107.46041153443055,-17.658993098274376,1.4790133707557783E7,-1.841099184373405E7
+    -100.048540259818,61.801830940881416,2.1322918303072598E7,1.405852186401894E7
+    -82.99478692547564,-15.58822770907886,2.8410669300799478E7,-1.7454545536255814E7
+    -135.95012916435533,45.02052602911414,1.1977916450517677E7,1.0285416181486908E7
+<EPSG:7069> +proj=tmerc +lat_0=40.25 +lon_0=-91.91666666666667 +k=1.00002 +x_0=7162814.325628651 +y_0=1950723.901447803 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -98.4662348975956,-26.655053501816795,2.1357890188218277E7,-1.7955712236938708E7
+    -94.20368175427373,-37.98250823265529,2.2840752782244094E7,-2.2030018034439262E7
+    -95.12362530048507,26.897322145025342,2.2454397538804684E7,1554120.98130409
+    -92.16405758038366,13.47336068850845,2.3412116389236912E7,-3335066.705679457
+    -98.30071178564152,70.29891683873112,2.271289532070717E7,1.7416077045717992E7
+    -88.43909950484219,1.1664598994274797,2.4770628454135545E7,-7799954.314574491
+    -90.97640705600206,-55.89474267812603,2.3692994842059884E7,-2.8556441300337624E7
+    -97.44615650107248,53.87289419564868,2.2307288802643664E7,1.141540469073678E7
+<EPSG:7070> +proj=tmerc +lat_0=40.25 +lon_0=-91.25 +k=1.000018 +x_0=7467614.93522987 +y_0=1889763.779527559 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.80076984647614,-72.99120884371152,2.497640103133187E7,-3.502580042691585E7
+    -84.69535751774632,-82.2835865751343,2.482181766543826E7,-3.842996513648654E7
+    -91.63081172274906,-33.929374757960716,2.438447847612691E7,-2.074656358120092E7
+    -89.7576304446954,24.334723539791597,2.4996947897954427E7,412136.834073635
+    -91.70080891345242,8.13978770433556,2.4336998459326524E7,-5470622.814976186
+    -84.61920331947074,21.549195042083156,2.675719562101779E7,-554493.704351978
+    -92.98611129589106,73.86648821871287,2.4323281484962024E7,1.848339531138188E7
+    -97.78805883554833,47.69115261556024,2.2890035662084263E7,8980712.120751297
+<EPSG:7073> +proj=longlat +ellps=GRS80 +no_defs  <>
+    151.91365292154524,-35.7539062977738,151.913652922,-35.753906298
+    -61.94560248088919,86.4726146333459,-61.945602481,86.472614633
+    -73.0645019327331,-63.55949339555447,-73.064501933,-63.559493396
+    -56.789686101874935,48.21776840438153,-56.789686102,48.217768404
+    -100.20841857333753,10.765196236573473,-100.208418573,10.765196237
+    12.252376821638308,-55.29560359476926,12.252376822,-55.295603595
+    140.44210285624843,-83.215610857156,140.442102856,-83.215610857
+    -81.66591496813697,40.07702918044541,-81.665914968,40.07702918
+<EPSG:7074> +proj=utm +zone=37 +south +ellps=GRS80 +units=m +no_defs  <>
+    33.9289723259133,-66.56586448272722,275155.496240327,2607877.5578982
+    38.34721560910834,55.54963141194236,458815.411861041,1.6156150098525707E7
+    38.639572479859524,-71.03507794934791,486926.672440522,2118652.102346349
+    41.30584754770537,26.460434855192787,729894.519785168,1.2928737707034372E7
+    45.87553760558667,22.19538506973609,1209948.263445004,1.2470598691897098E7
+    37.17364425478284,76.93777972434015,453929.129753298,1.8540545225326702E7
+    36.34129036927117,-16.171896296471218,215698.160797345,8210212.118582307
+    32.4494945009885,-41.05165548457755,-50642.497951546,5434787.961040784
+<EPSG:7075> +proj=utm +zone=38 +south +ellps=GRS80 +units=m +no_defs  <>
+    43.807296923506485,-75.33876739590325,466305.014142666,1638255.780945322
+    46.14497581885263,40.88272536541231,596465.629228293,1.4526369505158857E7
+    38.452181768314844,-36.19262632994813,-89090.657490466,5974758.897910044
+    42.36103750073152,5.316849281531702,207502.23185036,1.058831302323846E7
+    48.32263525166685,-25.94415856045432,832794.560210111,7126275.466285874
+    51.26671393658147,-46.94022517422583,976896.867611836,4782386.12447221
+    51.21539918161729,16.489396775069807,1164453.600370162,1.1833329379365062E7
+    40.25878379467588,52.92702868623306,181378.457153821,1.5874681782591164E7
+<EPSG:7076> +proj=utm +zone=39 +south +ellps=GRS80 +units=m +no_defs  <>
+    56.88996752296376,-78.42259084180763,631745.432188827,1287828.128601931
+    48.369787721790416,-17.394145410773064,220542.332895251,8074923.286614887
+    48.66662558138079,23.863864689406356,262376.500394798,1.264111286534884E7
+    51.715633346832455,71.00613280359332,525994.987012339,1.7878234261317104E7
+    50.282705122270556,-69.49509067981114,471959.193663766,2290267.011816802
+    57.38770729969222,29.93559848672176,1117122.45520816,1.3328860992839202E7
+    55.469767568886,42.696370423125245,866142.384332048,1.473679310397561E7
+    57.97300627192146,9.833078291636738,1266392.317763452,1.109495100621302E7
+<EPSG:7077> +proj=utm +zone=40 +south +ellps=GRS80 +units=m +no_defs  <>
+    62.2400882251745,70.90538319813137,691108.925103803,1.7875109503101293E7
+    62.147261744816745,-69.01308036793058,705532.580446362,2335552.305755704
+    57.786759055526154,17.60097738358057,583475.845987611,1.1946213444584753E7
+    50.104263395694495,-77.35865139447347,331903.308627856,1403320.222287135
+    51.045380702999815,-30.729781037542324,-70554.368628231,6585160.326843835
+    50.98466059188186,30.63595072816348,-76943.244656673,1.3404726032474484E7
+    53.85935728293512,57.707609195166896,312888.529880975,1.6400494898262171E7
+    55.03309051990249,59.77223094162446,389547.791823421,1.6627683834451742E7
+<EPSG:7078> +proj=utm +zone=41 +south +ellps=GRS80 +units=m +no_defs  <>
+    65.81222900558991,68.43093494391474,615341.027729357,1.7593544048886772E7
+    67.51441824668166,70.69599031217572,666426.972298558,1.7849682992648255E7
+    67.19980647241832,-10.237730786134406,960330.350201804,8865300.389169198
+    63.39690971126943,-66.8606221414863,517405.157751682,2584101.775876816
+    62.174955258426806,-66.74147859669931,463645.280603356,2597198.182348573
+    61.66224177012137,18.692164604799828,358933.946806552,1.2067294556174142E7
+    69.49254551738483,21.63035680987356,1172944.799942856,1.240600983863806E7
+    69.00266951088146,85.31755728827653,554610.076850992,1.9478038979441352E7
+<EPSG:7079> +proj=utm +zone=42 +south +ellps=GRS80 +units=m +no_defs  <>
+    66.35154171433373,-68.3315809035341,390896.276106894,2417822.669018883
+    74.67192040487441,48.7336439647178,916977.495128763,1.5413384159938376E7
+    65.28318117979828,-66.77404071612573,336513.851686616,2588933.618208054
+    66.71021221866721,-88.28645282372925,492357.363179062,193198.158112619
+    64.7995086894007,-52.94713129366757,217828.472069639,4125349.435893643
+    69.22048218427429,-14.743380754412115,523731.565013948,8370045.295648018
+    74.964676378835,-74.18308826569549,681190.143384143,1758452.170760612
+    69.29009846862154,-61.746331953026306,515320.714656815,3154044.035874008
+<EPSG:7080> +proj=utm +zone=43 +south +ellps=GRS80 +units=m +no_defs  <>
+    75.72732172074174,27.075222961641245,572114.426410608,1.2994975263279254E7
+    78.40317776360764,-21.839770348395703,851822.767187386,7581017.902757963
+    81.62934361800853,29.44676710436488,1143647.742610124,1.3275843260640783E7
+    81.30673481857954,9.764804697901425,1193009.973426288,1.1085897105957845E7
+    69.57667472308007,-33.84595759652349,-2020.886542013,6241666.8800682
+    68.97756845996804,11.38436214913942,-158172.302767113,1.1265325634806806E7
+    77.60184027562757,88.29044990789819,508663.254886903,1.980729208943186E7
+    81.52562962620746,-68.71018970429955,763998.813111837,2363925.361109929
+<EPSG:7081> +proj=utm +zone=44 +south +ellps=GRS80 +units=m +no_defs  <>
+    75.91195703845136,43.791728618957876,90623.373539761,1.4861337194190701E7
+    83.24625718096303,17.227603437641704,738859.200411734,1.19061211698061E7
+    82.34964014883755,52.708358754881715,591181.753492375,1.5840683085991938E7
+    82.61813507154716,69.02303532451202,564641.943206392,1.7657783063069448E7
+    77.04697738975862,53.44282348233142,237493.919003255,1.592881179175153E7
+    81.46262490376007,85.53751302509062,504018.70994137,1.9499757734054964E7
+    81.27582209542479,-76.07317149666557,507410.43030239,1556632.578568531
+    82.42967255553086,-15.90663533025183,653047.33020753,8240868.654353119
+<EPSG:7084> +proj=longlat +ellps=GRS80 +no_defs  <>
+    33.845157278470424,32.74723327958499,33.845157278,32.74723328
+    141.5453209763993,-82.90632475775934,141.545320976,-82.906324758
+    -2.1070550984370584,-78.96428336405306,-2.107055098,-78.964283364
+    -96.98990108732174,-14.875235096216244,-96.989901087,-14.875235096
+    66.48895665105903,-83.08352395418899,66.488956651,-83.083523954
+    1.65688276191446,-53.68246025457703,1.656882762,-53.682460255
+    -57.82753603986407,66.35622193707127,-57.82753604,66.356221937
+    38.779233887012055,41.9616206245031,38.779233887,41.961620625
+<EPSG:7086> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -162.2133737547166,86.52267173140325,-162.213373755,86.522671731
+    120.39586445671534,-17.019431209190117,120.395864457,-17.019431209
+    -12.449816203862326,46.65390055370557,-12.449816204,46.653900554
+    -176.1047213407542,-32.72783734475307,-176.104721341,-32.727837345
+    -34.351989443776745,33.004827396804316,-34.351989444,33.004827397
+    18.566346985054963,82.62026688584552,18.566346985,82.620266886
+    129.21936512336606,-59.5111154927482,129.219365123,-59.511115493
+    61.98191638116583,-24.047547124380102,61.981916381,-24.047547124
+<EPSG:7088> +proj=longlat +ellps=GRS80 +no_defs  <>
+    136.5875770248902,89.35109563920278,136.587577025,89.351095639
+    -117.52799467989257,-70.93129109809334,-117.52799468,-70.931291098
+    -94.16882733218968,-23.59595195576361,-94.168827332,-23.595951956
+    -45.15178716778266,-26.899398588897327,-45.151787168,-26.899398589
+    41.94574175547669,-69.28051829482791,41.945741755,-69.280518295
+    57.67878096093935,60.535883919571035,57.678780961,60.53588392
+    170.28621175665904,43.486545449552864,170.286211757,43.48654545
+    84.5242197865607,81.89684015061425,84.524219787,81.896840151
+<EPSG:7109> +proj=tmerc +lat_0=48.5 +lon_0=-112.5 +k=1.00016 +x_0=150000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -111.85891630760993,-58.26362470807648,187635.768610383,-1.1836742991775269E7
+    -118.91346781472413,36.51539405,-424919.893039873,-1312312.456999006
+    -107.6781450966996,-25.227368146158213,636312.764868608,-8175307.895707469
+    -108.41843210911526,-42.153110910639235,487431.816900396,-1.0052348841999196E7
+    -117.77316857422352,4.512633718445457,-436115.744236385,-4873687.004931151
+    -110.16399722900051,56.54171628841388,293711.813886905,897444.046735919
+    -112.19753276663286,16.832579064436487,182242.21852959,-3512783.54232754
+    -108.5187409235642,-82.65440200852235,206816.148587052,-1.4559864605448456E7
+<EPSG:7110> +proj=tmerc +lat_0=48 +lon_0=-112.5 +k=1.00019 +x_0=100000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -117.29405792709741,-3.897229112292422,-433168.289572426,-5751978.672207899
+    -112.09282670374756,-85.47378017036709,103589.550304452,-1.4817679974023174E7
+    -119.23896682366023,2.9032558930397983,-651100.774804896,-4996103.785591855
+    -111.35928058147003,-48.16419914988542,184871.622950145,-1.0657766796911199E7
+    -106.96334312728467,-10.488898110434079,707110.064941481,-6484942.461856794
+    -115.55810389230689,54.70779025777759,-97126.730572498,750711.066663072
+    -107.3531953794903,-63.17719940160775,359063.400871505,-1.2339298985500967E7
+    -106.10812143251158,-80.91872320766315,212474.02073139,-1.4315074852344938E7
+<EPSG:7111> +proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-111 +k_0=1.000145 +x_0=150000 +y_0=200000 +ellps=GRS80 +units=m +no_defs  <>
+    -93.37604312911368,67.94627044593429,935417.826914003,2505582.695742831
+    -151.91819657567905,84.7040674352303,-447279.065909201,4846244.496613644
+    -171.6216691678161,9.143165004614282,-7215146.890892251,-1407930.953482332
+    -41.17000281186736,-9.049136646895773,1.0524944299396805E7,-2164447.380978985
+    -162.3900986124284,58.943685838088896,-2641259.432868793,2343854.753838286
+    -92.52967523365021,34.30710727847798,1882562.26922927,-1181648.615400503
+    -31.735754160524323,82.035947072855,1519441.816890032,5043341.570689904
+    -115.7285913163935,65.03541811542453,-83740.917517098,2077614.053561665
+<EPSG:7112> +proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-108.5 +k_0=1.00012 +x_0=200000 +y_0=150000 +ellps=GRS80 +units=m +no_defs  <>
+    -177.07291308919363,13.581078843673389,-7417280.486016274,-285723.95982175
+    -124.7712929829044,31.142720980399837,-1406315.28383974,-1633798.416956652
+    -56.96931120864542,6.32981461155461,6894408.297301698,-2583478.318837719
+    -115.82656486849184,78.9439821933323,5216.56935627,3776577.990040256
+    -30.35444951407416,3.9637602941379946,9639696.29757478,25792.050172467
+    -24.662454905211177,76.1765321369885,2344183.819546744,4701797.051035366
+    -50.520618897570955,65.49926623713884,2763614.99999316,3095527.930825028
+    -59.32331210695412,26.7945111136153,5066258.047112572,-693288.845206367
+<EPSG:7113> +proj=lcc +lat_1=48.33333333333334 +lat_0=48.33333333333334 +lon_0=-105.5 +k_0=1.00012 +x_0=200000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+    -60.81119838225416,73.62141179975558,1715184.566609534,3488049.401604298
+    -99.90043059019088,77.8412616339969,360426.88432103,3593875.618823196
+    -79.95478669751934,73.73335743033273,1095612.234538381,3198504.179904337
+    -124.7871752265435,25.01443406154818,-1875836.183176359,-2292787.800678782
+    -73.63152595185872,48.679982945107156,2480146.328813226,619190.654939134
+    -115.17369794773859,-5.839056153752768,-1382338.526966277,-6691713.891770107
+    -81.05978744319276,37.35565839937605,2366120.977821567,-778722.762095471
+    -23.479181624951963,58.402852210616246,4199091.449786777,3595359.402724076
+<EPSG:7114> +proj=lcc +lat_1=48.33333333333334 +lat_0=48.33333333333334 +lon_0=-105.5 +k_0=1.00009 +x_0=100000 +y_0=50000 +ellps=GRS80 +units=m +no_defs  <>
+    -33.82828758450441,66.4124430300305,3023830.562272605,3576884.911781958
+    -47.37015080890379,31.428940270357472,5317383.6581429,224690.197691474
+    -46.27312033840886,6.066152626620244,7620187.753264451,-1984112.087984301
+    -178.10521793698427,20.96251486320069,-7066978.703839615,575422.560720942
+    -63.7917235961971,62.78948185519286,2199952.140842684,2263908.086439459
+    -88.56960058964428,2.209955144428889,2581123.371623222,-5319699.385676148
+    -64.41267383783448,56.310073980974366,2548348.059285109,1612611.004565755
+    -173.22574078921167,-4.333058201302844,-9430460.56265402,-2093203.305474044
+<EPSG:7115> +proj=tmerc +lat_0=44.75 +lon_0=-107.75 +k=1.000148 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -102.73227135381802,-35.29507993192379,656671.608747967,-8877375.283407426
+    -102.87423717385113,-28.60279068582055,677278.541494563,-8133346.913133536
+    -108.41776893492585,6.428473543252636,126116.020885007,-4246888.606267305
+    -102.19863302430934,-36.619536215443716,696886.560479349,-9027169.734049018
+    -112.38266753666345,-60.337001191528536,-55764.767447188,-1.1659498160681775E7
+    -113.26257539033155,40.88836274986656,-264755.222298168,-414390.42996517
+    -107.40574892665677,-86.86699683375907,202101.764842873,-1.4611362170801744E7
+    -102.27511651147255,-55.01093191222242,550134.108927736,-1.1070967930691428E7
+<EPSG:7116> +proj=lcc +lat_1=46.25 +lat_0=46.25 +lon_0=-111.25 +k_0=1.000185 +x_0=100000 +y_0=100000 +ellps=GRS80 +units=m +no_defs  <>
+    -92.46884529568905,5.6270190659218855,2676237.29250254,-4458366.353420869
+    -67.48402710672183,53.60057887222871,2876991.058313576,1706267.170307061
+    -98.47114023228717,10.743219192777378,1751259.276458045,-3942800.033381823
+    -36.88661305955364,51.50129292497516,4559902.321166158,2943526.228624593
+    -131.6219828696722,49.74533903340872,-1355223.120457732,676879.821941163
+    -37.320362451383204,-11.170640070263373,1.0992769429005839E7,-1870911.744121765
+    -57.071404068221526,1.6873769737903146,7383152.6089421,-2732647.193685458
+    -134.73620830741783,63.27807700065122,-1122730.087941743,2209584.433206792
+<EPSG:7117> +proj=lcc +lat_1=45.78333333333333 +lat_0=45.78333333333333 +lon_0=-108.4166666666667 +k_0=1.0001515 +x_0=200000 +y_0=50000 +ellps=GRS80 +units=m +no_defs  <>
+    -55.79060626969526,82.04040971577541,1275363.762357801,4877238.1276359
+    -84.03711355264596,-0.01481383929600888,3749004.820176715,-5006799.808236633
+    -73.99297440611402,45.87476111832033,2791149.47550192,626824.763380973
+    -84.60374416656947,-12.015306148374453,4231331.173799435,-6863310.356094516
+    -95.94260861501094,-0.2761957388153853,2042841.52460165,-5446570.594327373
+    -83.59584257189597,29.094614121329315,2673199.074542554,-1440350.848278781
+    -37.24302438938699,12.023129462183142,8101972.295489149,-128729.30189809
+    -69.58171800518662,47.609996346951306,3008217.866745273,948956.22164864
+<EPSG:7118> +proj=tmerc +lat_0=42.66666666666666 +lon_0=-108.3333333333333 +k=1.00024 +x_0=100000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -111.95646666443508,-29.19640923558697,-252573.278711259,-7964080.958294379
+    -113.52747317517138,14.53913681341281,-460621.020436364,-3112049.493103016
+    -101.49026272672718,16.257407478632132,833154.864467044,-2915965.648982158
+    -101.76884997410278,18.167312076388868,795954.881699121,-2704372.15578841
+    -104.21096738904855,35.50030223888196,474214.006705286,-787956.498411463
+    -111.89471205019699,48.4204668432767,-163645.537089245,645777.573172661
+    -112.3649645473777,17.477548438008043,-328604.159678053,-2788667.74194914
+    -110.85001930849077,-88.65176871351926,93386.606195031,-1.4580710470443774E7
+<EPSG:7119> +proj=tmerc +lat_0=48.5 +lon_0=-112.5 +k=1.00016 +x_0=150000.00001464 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -109.0629403900943,-56.11022053151569,1193643.939099414,-3.806444251127724E7
+    -107.31950342216864,3.6817518133953087,2383151.878284897,-1.629275096272953E7
+    -107.4424675204773,57.9084299934226,1475418.690050876,3472585.805126373
+    -110.21533743131121,10.110924840399832,1313997.095053824,-1.3962286622878453E7
+    -119.20049478383055,10.994272176036986,-1915928.94923873,-1.3617602884124037E7
+    -111.0971979285301,22.253464048789212,966637.279236322,-9553653.127593992
+    -114.7270705308284,65.8929975283433,158982.13856744,6361529.040320633
+    -107.85465690714051,86.38259673417215,599428.489579631,1.3864512957357846E7
+<EPSG:7120> +proj=tmerc +lat_0=48 +lon_0=-112.5 +k=1.00019 +x_0=99999.99999960001 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -113.89028806656613,-79.93185783517426,239019.060656157,-4.658458094527313E7
+    -111.43090880295405,27.308432530498962,675345.080686898,-7534791.412815731
+    -114.84851521086895,73.13446785281579,78478.661190246,9193978.133569155
+    -110.8401927590776,-87.88801787895507,350500.171739875,-4.949955274272855E7
+    -110.25003811423458,-14.983191871490916,1122387.29414687,-2.2894068840257064E7
+    -107.59515543889809,83.5577185561423,529543.820998818,1.301630959562606E7
+    -114.60936961688179,-75.67136455269394,136825.752629794,-4.5026084950620495E7
+    -110.96818489649341,86.46335951405541,362712.930210393,1.4073088596211653E7
+<EPSG:7121> +proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-111 +k_0=1.000145 +x_0=150000.00001464 +y_0=199999.9999992 +ellps=GRS80 +units=ft +no_defs  <>
+    -27.295588566688735,37.63066010517841,2.051634868445267E7,8867862.7719912
+    -148.66178097638286,47.05971406590866,-8524553.60068132,2396063.807429075
+    -43.583123725632475,57.654311262401535,1.2214201125633445E7,9541569.10278485
+    -178.07220121748043,37.133395275056955,-1.6972166043864325E7,4674069.153138744
+    -41.97160877591679,86.59784627996748,2657291.571207469,1.7497170372161087E7
+    -168.14789182320015,27.091347096507654,-1.752615654318519E7,-249966.401303544
+    -54.344991610480065,6.60439035464432,2.4163579022308722E7,-6687242.357066882
+    -133.6738633432106,13.49939160378229,-8863335.032205017,-1.1428125498813096E7
+<EPSG:7122> +proj=lcc +lat_1=48.5 +lat_0=48.5 +lon_0=-108.5 +k_0=1.00012 +x_0=199999.9999992 +y_0=150000.00001464 +ellps=GRS80 +units=ft +no_defs  <>
+    -139.42569787838414,3.1072850016160167,-1.378650301300021E7,-1.4716471673323404E7
+    -146.1574720760233,58.30244802798522,-6410448.5460243,5865560.90198719
+    -40.25968866706782,0.18232935134942352,3.03428060734644E7,-4903765.239455003
+    -92.14037545722566,31.305883194680185,5941271.239576066,-5293655.155287967
+    -120.14086971000614,61.14875427417154,-1449219.525846447,5313531.7598888
+    -141.72056497587147,52.092526184157144,-6596570.986415396,3404200.838512909
+    -119.53421988282366,79.13752399466556,-291720.615171228,1.251652774671148E7
+    -165.87397528443432,57.51223029208481,-9735414.180827726,7887567.142248212
+<EPSG:7123> +proj=lcc +lat_1=48.33333333333334 +lat_0=48.33333333333334 +lon_0=-105.5 +k_0=1.00012 +x_0=199999.9999992 +y_0=99999.99999960001 +ellps=GRS80 +units=ft +no_defs  <>
+    -51.477701979243875,43.98880414247602,1.3765775324385941E7,3559729.984894445
+    -64.24865294771888,14.592640808766404,1.6846277027655777E7,-8154701.53819242
+    -161.72185069992048,21.85845710806155,-1.849335553677696E7,-2280899.518384324
+    -123.22211846755049,27.18760791555748,-5418335.303241015,-6832531.413919187
+    -96.62565274211357,72.33289755151777,1760743.39191577,9483539.234919187
+    -101.75145213910757,-6.429059190618499,2687925.814507243,-2.2551007493724477E7
+    -114.60657337077012,15.669623387537428,-3033705.286509865,-1.194372375554042E7
+    -163.68995695714247,3.809507665826523,-2.4396682014682412E7,-7441040.23478491
+<EPSG:7124> +proj=lcc +lat_1=48.33333333333334 +lat_0=48.33333333333334 +lon_0=-105.5 +k_0=1.00009 +x_0=99999.99999960001 +y_0=49999.99971024 +ellps=GRS80 +units=ft +no_defs  <>
+    -70.1915253733586,51.29681372858269,8136842.121045747,3075865.143491941
+    -126.98663143275749,-1.9110027456848666,-1.0515051272135863E7,-1.8864886947330713E7
+    -29.472167562490483,39.9377019177808,1.8510094619160667E7,6922469.189918648
+    -63.04875344735663,82.19545439592937,3047299.027991681,1.4422149652956283E7
+    -84.66543271563233,46.30170303451633,5533387.821311038,134146.074055609
+    -45.54702920585726,19.437058178387296,2.1176278475225173E7,-2181395.145041324
+    -84.23888357449474,77.04298967182989,2399558.751276166,1.154248156112485E7
+    -70.06660417461478,22.98945145186913,1.288313373262178E7,-6392143.003110647
+<EPSG:7125> +proj=tmerc +lat_0=44.75 +lon_0=-107.75 +k=1.000148 +x_0=199999.9999992 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -114.6890766581588,-66.41764469159659,-359041.573371823,-4.0503930655871496E7
+    -103.71002457175273,-25.538629049517823,1989215.90216978,-2.55584587810034E7
+    -110.39971976326537,-14.879877363310968,-279751.323824688,-2.167169383117024E7
+    -101.8317437785795,-11.631311335770462,2777349.011160558,-2.0508975796540763E7
+    -110.63205570994782,29.17224158592815,-263981.46112298,-5661475.322180274
+    -104.52387071071419,-24.215130933935868,1731891.838402027,-2.5069545965379365E7
+    -102.22112441760356,80.12589162862824,1003113.726950527,1.2951604809077822E7
+    -106.4713011068642,48.39746088820689,966867.392459923,1333041.876330847
+<EPSG:7126> +proj=lcc +lat_1=46.25 +lat_0=46.25 +lon_0=-111.25 +k_0=1.000185 +x_0=99999.99999960001 +y_0=99999.99999960001 +ellps=GRS80 +units=ft +no_defs  <>
+    -177.54963543760877,51.02394182581898,-1.3268226802419923E7,8110367.668030052
+    -50.280830353337194,16.692482228907178,2.2071066666879233E7,-2083742.873362099
+    -114.02999117015959,66.52229783777601,-109378.313256356,7922522.051006002
+    -109.95353147417894,6.368645895888573,911530.570949415,-1.5292856552220935E7
+    -113.17758194888,25.05355719409394,-351208.337359422,-7547513.666610541
+    -41.98157630709366,60.076117656053725,1.1800602669606218E7,1.0784860829774955E7
+    -35.550164557234524,48.71764908871646,1.5970270359098589E7,9316501.434202993
+    -148.23893505685072,41.3443613258732,-9501318.969413403,871768.801002661
+<EPSG:7127> +proj=lcc +lat_1=45.78333333333333 +lat_0=45.78333333333333 +lon_0=-108.4166666666667 +k_0=1.0001515 +x_0=199999.9999992 +y_0=50000.00001504 +ellps=GRS80 +units=ft +no_defs  <>
+    -83.14764596128651,62.18280843646541,5107156.284902345,6954012.520474905
+    -41.36963502451576,-4.808168387732248,3.127097536024933E7,-6950956.301463294
+    -53.67511321828984,82.78205989379347,4056128.572840115,1.6399617738537574E7
+    -90.02851641494523,51.68530010390383,4815166.928535921,2802020.147318242
+    -29.743272969290246,30.61119159212042,2.2297759481774755E7,6177025.802237627
+    -87.7313099756209,14.791012452513016,8894059.534543991,-1.0560012472905653E7
+    -43.12106752725629,-10.2259068779518,3.277005510934842E7,-9595821.321556814
+    -108.00904686217909,71.87566099330147,709450.247062016,1.0113670612511467E7
+<EPSG:7128> +proj=tmerc +lat_0=42.66666666666666 +lon_0=-108.3333333333333 +k=1.00024 +x_0=99999.99998983997 +y_0=0 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -112.52712355786468,16.575478919222604,-1141786.182116249,-9476273.593865344
+    -111.97848206559844,-83.03233569595211,166118.363804554,-4.578191456231803E7
+    -112.54661217650401,-32.54775091490725,-971084.824735729,-2.735599511944895E7
+    -113.4627787670865,0.19567733327798464,-1548260.049879717,-1.5436630995066835E7
+    -108.86383192104063,71.13918524529706,265247.062348359,1.0404288113128893E7
+    -113.71691379421526,-12.03190063479741,-1598266.050677195,-1.9893397632431064E7
+    -110.50133476570262,-21.345210721963923,-410036.348763741,-2.3261892754169777E7
+    -115.21667457101631,-13.71199498618158,-2120519.944671971,-2.0519427531756673E7
+<EPSG:7131> +proj=tmerc +lat_0=37.75 +lon_0=-122.45 +k=1.000007 +x_0=48000 +y_0=24000 +ellps=GRS80 +units=m +no_defs  <>
+    -126.69949596377086,73.20724235387047,-88987.204763875,3975993.380474672
+    -126.03198063273187,35.16245856275006,-278419.281537481,-257254.469071764
+    -123.45061994568208,35.42074718391376,-42876.892098446,-234018.894844431
+    -119.30583255769274,-44.25423089889666,299107.588017462,-9062694.760623913
+    -117.88494216845281,27.214415794390646,500525.328830396,-1136113.19268791
+    -127.16455676685099,-67.07729997516145,-156835.464104908,-1.160657298217668E7
+    -116.57570108647258,4.138962482908028,701375.785022736,-3695680.876468862
+    -118.62116294137374,-1.32851969266531,474432.671562169,-4303010.867328345
+<EPSG:7132> +proj=tmerc +lat_0=37.75 +lon_0=-122.45 +k=1.000007 +x_0=48000 +y_0=24000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -117.0510141718413,-66.90448614243095,932366.834219201,-3.8024132293371774E7
+    -123.0574016530384,71.36365734636988,86376.652241983,1.2354011337623876E7
+    -125.97599598421033,-15.179353904524532,-1086333.853879317,-1.9152464371447768E7
+    -129.16429768164244,-57.97309395749684,-1144804.356914522,-3.478950744448096E7
+    -118.6842098248573,-57.8216770263046,891467.101525234,-3.468979818918663E7
+    -122.92940400820694,-73.92259161752717,108841.3811754,-4.055956662604016E7
+    -124.85414290995182,-52.273638548265346,-380879.220266504,-3.2651949981003627E7
+    -128.96227707834714,27.14666060026022,-1963107.862664597,-3723973.625876165
+<EPSG:7133> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -95.76869053982662,-30.556099436896375,-95.76869054,-30.556099437
+    40.575028088540535,8.31830655613733,40.575028089,8.318306556
+    62.32499309043902,59.60947230200222,62.32499309,59.609472302
+    25.91599409125115,61.46336671447915,25.915994091,61.463366714
+    -57.712661534730856,32.6667498687475,-57.712661535,32.666749869
+    69.65026188932887,-2.470641803351981,69.650261889,-2.470641803
+    -103.56252935835307,-81.44852432621254,-103.562529358,-81.448524326
+    27.674767784595986,88.74817272858391,27.674767785,88.748172729
+<EPSG:7136> +proj=longlat +ellps=WGS84 +no_defs  <>
+    119.84604985843487,-68.78488263677606,119.846049858,-68.784882637
+    -109.37642455205115,31.240338884869004,-109.376424552,31.240338885
+    -15.321103044382198,54.13514705032509,-15.321103044,54.13514705
+    17.18394437403876,75.38503782230961,17.183944374,75.385037822
+    61.96627236835769,65.7869446654154,61.966272368,65.786944665
+    64.95896640467595,21.5707211256761,64.958966405,21.570721126
+    -72.0940401783403,-15.926525866547522,-72.094040178,-15.926525867
+    45.19919043529441,-13.486812284118471,45.199190435,-13.486812284
+<EPSG:7139> +proj=longlat +ellps=WGS84 +no_defs  <>
+    -95.63912685561351,2.5240149133888536,-95.639126856,2.524014913
+    84.47328623964245,-34.75171968891607,84.47328624,-34.751719689
+    50.635254733465416,82.60517118553418,50.635254733,82.605171186
+    -124.64607255248829,3.587604065560086,-124.646072552,3.587604066
+    16.481199246030997,49.775155622741806,16.481199246,49.775155623
+    -54.43362582346758,-9.917793030010003,-54.433625823,-9.91779303
+    -112.54237874035572,-44.246782760336224,-112.54237874,-44.24678276
+    22.7673902586929,46.346636052758384,22.767390259,46.346636053
+<EPSG:7142> +proj=tmerc +lat_0=31.73409694444445 +lon_0=35.21208055555556 +k=1 +x_0=170251.555 +y_0=126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs  <>
+    31.47392904341788,14.534210598825055,-232853.37743037,-1774829.822411997
+    30.793067065967154,75.82570433594339,49097.241129153,5038162.689146861
+    32.98494616098371,-86.29423914924173,154245.985411224,-1.2973446800750254E7
+    38.335917258441306,11.004583961361163,511872.873251729,-2166795.454931856
+    35.961834101793755,17.58226264323514,249869.670768598,-1440648.735295515
+    41.440073687147965,-75.60004180016648,343023.681608656,-1.178819746158416E7
+    30.3727139057604,-28.54842599310549,-303397.199275253,-6554320.308879512
+    37.45689478256482,-50.15724848785402,330864.996176131,-8946146.43503804
+<EPSG:7257> +proj=tmerc +lat_0=40.55 +lon_0=-84.95 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -79.39383184446869,-11.7093313809429,846621.416692515,-5755711.253220513
+    -91.71097846728998,25.88318046863141,-438565.510362115,-1573232.731245512
+    -88.87095174892816,-11.99905657632678,-187324.891656398,-5784822.186224042
+    -81.97706986069356,58.76604726256019,411997.882924087,2065893.070800818
+    -78.95842394629966,-26.40193345567259,838490.870190549,-7390166.598446418
+    -85.6485132123081,7.093902767111061,162828.667898718,-3670225.61231552
+    -82.39801824676648,-4.529360475387875,523306.794153335,-4956110.410963179
+    -87.58406969884197,-22.013199177697174,-32053.148594574,-6892443.598828981
+<EPSG:7258> +proj=tmerc +lat_0=40.55 +lon_0=-84.95 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.39746901429709,33.363244320753665,345393.320861534,-2495590.385142835
+    -79.73453164231809,-11.754127637639499,2654959.591436293,-1.8897508690193634E7
+    -87.81186959114852,-64.14242115076168,330406.493838156,-3.797189897553604E7
+    -90.64155673989805,37.57517160409512,-862871.688452621,-915364.084248786
+    -87.38056961580902,50.09544166969425,216820.355602217,3608026.319978601
+    -88.02578668236758,-17.91891576295248,-282245.45295003,-2.112700129898989E7
+    -83.42592331331738,27.482423239743696,1281613.526321194,-4634633.924588764
+    -84.7099797604307,30.612095640144773,862911.774576997,-3499484.680107712
+<EPSG:7259> +proj=tmerc +lat_0=40.9 +lon_0=-85.05 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -78.96707159751598,20.93255133796643,873640.357825475,-2165878.899508715
+    -79.59514359038813,81.0114196126857,335049.98874843,4509221.395413045
+    -91.65655679086237,-58.748040438494876,-142103.610558065,-1.1027277996590974E7
+    -79.73070370629739,52.84018280241372,598311.802646515,1376680.344560232
+    -90.28526944191054,82.41830417657428,162954.220676103,4665352.820857073
+    -83.14574195676113,-79.90670196789529,277265.84252837,-1.336921552669042E7
+    -90.79623003490099,-41.75412326466091,-238013.81482492,-9134069.988240935
+    -83.77219941315634,-86.96292471246424,247561.290686639,-1.415673807001522E7
+<EPSG:7260> +proj=tmerc +lat_0=40.9 +lon_0=-85.05 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.51491392795506,8.195382318591399,-103997.945705118,-1.1766664611032426E7
+    -90.93454465298225,64.32571169061242,-145276.991090664,8713730.392203866
+    -80.07268538273476,-22.54194040704911,2468717.313915846,-2.2952858905195516E7
+    -81.20233179867938,57.25637092246683,1549064.134503403,6107641.030579114
+    -91.6335300214111,-20.97037471032594,-1462525.404636925,-2.2400286404694445E7
+    -90.3992423390758,54.11995134602779,-359654.848015896,4983864.685931564
+    -80.93251596273441,42.32927094000132,1900949.151098595,665903.982246311
+    -87.20543959676323,-65.11522011546793,455269.672264745,-3.845053146893103E7
+<EPSG:7261> +proj=tmerc +lat_0=39 +lon_0=-85.84999999999999 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -92.5676576766299,-49.97322684470808,-241715.60560436,-9842299.074116101
+    -87.88054369037276,22.128150952579063,30473.527632298,-1833162.910532395
+    -84.39197732393492,16.66745975386948,395548.125556542,-2438494.823534338
+    -90.34237294032667,24.13124870101973,-216967.816198334,-1605387.033780237
+    -92.39013700535715,3.0364209944449243,-488634.070072842,-3944644.197415472
+    -86.27066800322454,-79.08338863190015,231102.687628253,-1.3065670703519985E7
+    -92.66635333501202,-36.699924005936886,-369539.258798517,-8367659.613066925
+    -89.64174089993483,37.19080804294684,-96739.435558702,-158081.552221061
+<EPSG:7262> +proj=tmerc +lat_0=39 +lon_0=-85.84999999999999 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -83.70827971300362,-52.65267821311908,1262908.400073781,-3.3204957416611835E7
+    -91.78622429273963,-47.64596835640056,-675697.239320885,-3.1426836586472396E7
+    -86.55145704066696,81.34962377175404,748741.584419934,1.5595554855751187E7
+    -92.16453140490371,-58.23550760722978,-428528.138574557,-3.529418385424615E7
+    -92.11462971936103,-55.38472521422448,-514380.100624672,-3.425425561930863E7
+    -84.95467674792897,-61.70896498239179,942781.675259085,-3.650785714702155E7
+    -84.4408901666724,33.100461608838685,1218977.933922296,-2026727.396271973
+    -90.61347957396032,-23.86355197081309,-805751.755736125,-2.2739587234671336E7
+<EPSG:7263> +proj=tmerc +lat_0=40.45 +lon_0=-87.3 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -89.2288602398136,12.17221632650147,30033.8259277,-3096706.470606135
+    -91.07258504918062,-28.804311253817843,-128441.072593771,-7637149.040691265
+    -89.31197770652788,-59.420908120357474,125783.433142128,-1.1035102062790718E7
+    -89.54228784983974,21.73427413252736,7977.649409558,-2037497.870966789
+    -83.52094945307559,-53.185074188665475,492584.456298479,-1.0345687178696299E7
+    -80.45921942747383,48.26820208390478,747720.293699129,927448.413693571
+    -81.2995177103422,-76.66492739955528,394306.956431088,-1.296453085770204E7
+    -93.62153035698354,-67.24156699168441,-32625.2576487,-1.1919024065364266E7
+<EPSG:7264> +proj=tmerc +lat_0=40.45 +lon_0=-87.3 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.48329911815242,-24.18137843826524,726293.36909172,-2.33565618905047E7
+    -85.78868270345666,33.523869607835906,1248053.162203953,-2400408.674088642
+    -91.99307704356191,79.056119219398,461274.014891967,1.4240053030533869E7
+    -93.93732057480895,-43.55847074036142,-972313.98696734,-3.0478905257703595E7
+    -87.49482990920059,-82.28749684477931,777818.899595822,-4.456839651651619E7
+    -82.30887279913077,68.73596716478085,1449822.080386748,1.0474945342168503E7
+    -90.39868127886838,-17.302424201616063,-293879.210986137,-2.0866464564034007E7
+    -90.93265445579428,72.48700770859233,387147.731484344,1.1833213125682674E7
+<EPSG:7265> +proj=tmerc +lat_0=40.05 +lon_0=-85.40000000000001 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -86.67902282331436,33.24794091453201,120798.134539022,-718133.599190949
+    -84.2533463608931,74.07097822116737,275139.948843608,3824647.305446162
+    -81.71323215339827,-84.95257233344729,276205.222762239,-1.3838981862064064E7
+    -79.33839545435096,21.76368679951419,867844.809234218,-1979178.089802966
+    -91.80798865390224,24.399947884578594,-410917.666393954,-1684480.318253819
+    -82.7125531013439,32.67285097233581,492121.759779394,-779451.748536838
+    -87.53390054681286,-84.73741605913906,218143.7824157,-1.3814195859299092E7
+    -87.22017472147937,-63.13625481738714,148202.397016141,-1.140438827355487E7
+<EPSG:7266> +proj=tmerc +lat_0=40.05 +lon_0=-85.40000000000001 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -83.99674066467261,-30.98047268749123,1227215.363407739,-2.5685755971382156E7
+    -87.29251583833228,-83.52227666462164,709174.464634759,-4.487677151573156E7
+    -92.27456885641675,-32.02649306534277,-1345546.888148838,-2.6131571047131225E7
+    -80.17479555144789,-76.83047807187103,1223046.758685695,-4.244329459551454E7
+    -90.91818065315162,2.7772102358535875,-1228804.692430536,-1.3420937632709298E7
+    -85.20966966090634,84.55953998194249,794012.789442048,1.638916842011842E7
+    -81.31805892902406,-37.13053530714562,1977738.935164694,-2.7946834379286814E7
+    -87.31199749970243,18.290789068470417,124036.503556829,-7791802.992806653
+<EPSG:7267> +proj=tmerc +lat_0=39.6 +lon_0=-86.5 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -90.97731719534877,-39.167580261351205,-147031.549741567,-8696100.735567652
+    -81.63627910158628,-56.19529245411536,541801.581366574,-1.0590460873567885E7
+    -88.88109473340421,-53.1308969369137,80630.880818651,-1.024132406389807E7
+    -82.01834697219955,50.14656710631871,560290.803009344,1217700.656110663
+    -88.29418243751982,45.628764889547625,100085.601825936,707297.592598191
+    -86.85878611985355,82.07569323948627,234475.363657005,4767995.964223824
+    -79.70102784073501,-10.675331750814863,985513.162317476,-5538093.006668705
+    -85.36004767717951,81.16297196289193,259558.277974971,4666243.862531539
+<EPSG:7268> +proj=tmerc +lat_0=39.6 +lon_0=-86.5 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.1648203837124,27.131640451058615,896424.379773227,-4418972.508248195
+    -88.08965864873363,8.61058270130026,213233.005283359,-1.114399393244097E7
+    -90.92951270365171,83.44344022112057,602238.739879598,1.6151205379123421E7
+    -91.93810644008254,58.29274734076765,-258329.36564142,6980729.641369835
+    -86.75476224298836,23.96001712191287,702323.056533531,-5571824.490117302
+    -84.08284764152965,-14.316460900736658,1643208.918700365,-1.9468635195075437E7
+    -87.5696847071457,-81.35093027722576,728458.079563638,-4.391643520531419E7
+    -88.79517484049722,51.2344972455999,261485.701384669,4368782.265589502
+<EPSG:7269> +proj=tmerc +lat_0=39 +lon_0=-86.3 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -83.04480944753658,35.755620356396705,534462.305385096,-319196.834973753
+    -91.14121959323775,-20.801734990200373,-264472.299228861,-6591409.857124534
+    -82.16168193486848,83.96674894829198,288540.812076804,5047503.385449327
+    -80.42177392996243,66.92375185209616,496905.169905827,3155577.74280123
+    -83.36070289707425,71.0701520658682,346433.031484662,3608562.367965248
+    -79.33503824438392,27.199933648898863,931097.214422616,-1253496.743148233
+    -87.21738958816609,40.096939887280485,161768.533108181,158195.882368784
+    -89.48159884207892,83.57161772621026,200233.280000662,5002726.946754304
+<EPSG:7270> +proj=tmerc +lat_0=39 +lon_0=-86.3 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -93.1669243219346,-78.89862892057059,304002.084558063,-4.2827134812379226E7
+    -80.52355483356202,23.130804681424223,2730833.814917675,-5616051.84248527
+    -81.31778510933349,86.70961891354162,892061.166894919,1.756392524798319E7
+    -86.62788947754976,14.547702836879736,671458.842667801,-8771686.494469129
+    -83.24893957785692,85.3380118054055,878231.138246579,1.705917549272956E7
+    -91.59933006512229,48.958346353027224,-485629.272660644,3792894.947725054
+    -91.3219827284457,-84.82693432782526,621678.738436812,-4.497794041287097E7
+    -88.33495049897495,23.94298651708681,107655.384066131,-5354603.884121662
+<EPSG:7271> +proj=tmerc +lat_0=40.4 +lon_0=-86.65000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -90.19083993174625,-20.216138862540717,-130220.439385925,-6678369.584298755
+    -89.0897141176958,19.61849764878356,-15985.388225493,-2266040.4422986
+    -92.27926769427093,46.16179307788818,-194771.897745014,691571.871482192
+    -82.58287969493928,57.05873041685322,486700.006504301,1895911.044756995
+    -80.64787472995677,24.197532642720574,850553.306317922,-1747683.401855479
+    -93.58978859546274,-58.33761235464853,-166062.824500272,-1.0928086214862816E7
+    -81.92136424758179,6.3746193912041065,763754.08271832,-3730740.595782329
+    -87.51797603220682,-53.00083742701374,181726.721490333,-1.0313279583834207E7
+<EPSG:7272> +proj=tmerc +lat_0=40.4 +lon_0=-86.65000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -88.44464504902838,-86.73374943043112,749935.486471492,-4.617982585111506E7
+    -91.21963687451579,28.878747999500263,-675998.089690839,-4047055.960871721
+    -80.54060959687625,61.75694919342635,1844939.791381393,7962982.842364502
+    -81.78701529839381,-45.99907704589983,2023300.841859754,-3.131781691330359E7
+    -89.16292965734935,58.27932858853916,303737.928252093,6651076.644489427
+    -86.36269392088116,-50.46757775317916,854324.642691494,-3.2910377048855636E7
+    -90.72572047110265,45.884315342946536,-250577.843245469,2143645.390367524
+    -84.17796378866072,-60.90713459748909,1227449.990275187,-3.673191827508799E7
+<EPSG:7273> +proj=tmerc +lat_0=40.55 +lon_0=-86.40000000000001 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -89.88471464326554,-41.56248828179724,-50710.336082275,-9063767.43198448
+    -92.27065405577522,53.07028325108496,-153318.175587105,1444011.826123983
+    -85.1489916184272,-58.6699953750512,312588.257011518,-1.0961494958614485E7
+    -85.99334215407679,60.754350681105734,262173.466848694,2283652.166386153
+    -83.72140123124449,55.194962698296195,410565.578145294,1667653.915047414
+    -92.35554357021869,11.846841827240354,-410036.298164272,-3137593.987640543
+    -92.40545801280985,-45.058593652708,-233039.973317908,-9463902.552522482
+    -89.98995820247582,8.09155290023314,-155941.618998937,-3558176.899529696
+<EPSG:7274> +proj=tmerc +lat_0=40.55 +lon_0=-86.40000000000001 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -90.44612893354285,15.613993700186356,-637201.808827014,-8935735.709351148
+    -84.6861189649534,37.90326956148846,1281958.369954173,-841410.945059094
+    -88.35092094730709,72.03354214894182,566976.594168308,1.162221277850287E7
+    -83.02364766943512,2.994577450135523,2019589.878800317,-1.3526917119290918E7
+    -83.6656804165948,42.94050424046884,1519637.822078053,1001133.908713377
+    -88.96699585714751,24.47953946184782,-66549.271060484,-5721217.190091785
+    -85.59390645829183,-86.88286289745209,803462.456964712,-4.628873672901054E7
+    -91.8698202680797,-20.966137569828362,-1081006.544343353,-2.2256736106507003E7
+<EPSG:7275> +proj=tmerc +lat_0=38.15 +lon_0=-85.59999999999999 +k=1.000021 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -86.07271065800028,25.94149141978832,192648.541790257,-1317738.132208054
+    -79.67622887458958,40.526903808153236,742094.553045087,316792.880414176
+    -92.48487737521779,19.939907304485132,-482113.359198962,-1967630.088559271
+    -85.78552806087248,54.27734396258231,227914.618773831,1828692.342027052
+    -89.78389865637622,-34.60411187814201,-143900.89776927,-8026959.707837073
+    -88.09181880082552,-76.46479938752385,174889.895235521,-1.2680237835319813E7
+    -79.64385712298778,-40.7788686665855,742936.488238855,-8721454.731313752
+    -80.52120271536815,-9.018506911905746,799138.881502869,-5189446.754091506
+<EPSG:7276> +proj=tmerc +lat_0=38.15 +lon_0=-85.59999999999999 +k=1.000021 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -92.4157367947463,88.67441777322873,729755.653906596,1.8592229739570756E7
+    -91.08510481421128,-0.2039929166453902,-1218990.951190639,-1.3815253598692E7
+    -87.35904082562543,46.05550731443506,340790.369822757,3004033.328044077
+    -80.3546138401648,-41.90008447125967,2215673.966463932,-2.900978741116898E7
+    -81.76706288522179,-65.10332146527125,1378078.427720061,-3.745632949518775E7
+    -80.72490799198646,-38.316133118381686,2186594.816059223,-2.769738053115438E7
+    -86.87699487521432,84.06537072683159,739021.154492558,1.6900394164670225E7
+    -81.18049404808366,-59.08193205287655,1618419.846208383,-3.526422461307635E7
+<EPSG:7277> +proj=tmerc +lat_0=39.15 +lon_0=-87.15000000000001 +k=1.000024 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -83.14039155568423,-78.691419781911,327744.649400397,-1.3041512132578358E7
+    -91.00818559353363,13.518248260584343,-177962.16296839,-2800885.524622617
+    -84.30316698981443,-87.02603307851373,256490.695231269,-1.3969696399479887E7
+    -89.93602186657785,-51.70933235622904,47437.731207553,-1.0034076484552968E7
+    -89.53174364692927,-82.64523746597217,205955.816791985,-1.3480711268779086E7
+    -86.69843129453494,-9.70351591814233,289555.603532843,-5372380.914435352
+    -83.01529018460882,39.81224925695895,594108.284096862,117716.355846656
+    -81.87380432975547,3.046576759576098,827364.52756253,-3960935.83231625
+<EPSG:7278> +proj=tmerc +lat_0=39.15 +lon_0=-87.15000000000001 +k=1.000024 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -92.32901803481859,-19.95582505473709,-993121.259697884,-2.1375208858202912E7
+    -87.27400459042916,-64.21651628013018,767646.409347747,-3.7478365115431264E7
+    -89.63366759157566,80.89456108261294,643420.512323636,1.5377014979049072E7
+    -90.0690903683654,44.07850720038459,20245.398478727,1927645.795221682
+    -90.39737552280232,-34.09541520698784,-195995.383868961,-2.650375617776556E7
+    -92.16616865137509,-13.017155548136358,-999943.207504235,-1.884604317980795E7
+    -85.0334080734778,-84.86670408767219,856781.723020724,-4.504091682766102E7
+    -81.05004364470338,-53.66306340668941,2109623.814457351,-3.367817171283807E7
+<EPSG:7279> +proj=tmerc +lat_0=40.15 +lon_0=-86.59999999999999 +k=1.000032 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -81.22023814881447,16.55554359161485,814932.535152297,-2571440.16594169
+    -79.65440505542075,-0.02316739664163947,1015118.376765731,-4412907.587427971
+    -85.0209648922243,-65.76736575917752,312344.398913549,-1.170836846835929E7
+    -83.18946580214845,-29.306354402741995,571447.363028117,-7658487.833397327
+    -84.85723549273496,27.55143200486296,412146.975018574,-1360284.625803308
+    -90.19910582331532,18.633606711145205,-139991.185688235,-2345331.76781717
+    -88.42120519952155,77.90514889167679,197389.244048843,4241857.047617077
+    -83.20416684862555,1.6752165011756688,618096.559532202,-4224756.563986716
+<EPSG:7280> +proj=tmerc +lat_0=40.15 +lon_0=-86.59999999999999 +k=1.000032 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -84.67299522644127,-30.455743338538994,1394672.737073571,-2.553357125703432E7
+    -90.8172659043649,-54.42297724141657,-110460.086347589,-3.429033442404918E7
+    -87.3981762268159,6.548448663179087,497760.33963486,-1.209351868888623E7
+    -85.81259847539475,-35.14869567693118,1022810.397811113,-2.7236902802707482E7
+    -92.83216104370214,-6.201628452397301,-1479955.057242914,-1.673286844196445E7
+    -81.00634438421476,10.567879378352913,2798960.302079156,-1.0617168813292818E7
+    -86.99536747078943,21.669303992732367,653141.673304959,-6604365.797145522
+    -86.2546387698239,22.466141947831275,904021.514233744,-6314909.514726041
+<EPSG:7281> +proj=tmerc +lat_0=38.1 +lon_0=-86.5 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -80.24458961483069,-53.94792742635044,650473.837355548,-1.0181119324790172E7
+    -81.53578843136354,45.34159093325192,629083.826063348,852333.949384915
+    -86.55019536693673,86.02113310413333,239610.968460328,5375093.349022766
+    -81.1027127755633,-79.03006308846317,354549.171777636,-1.2965063595858533E7
+    -83.79606832785177,-1.2716245746536714,541046.595203431,-4323473.673017562
+    -89.79539399847448,-85.11202454826893,208654.095744638,-1.3639859705735525E7
+    -81.89925889979693,-31.417759846502612,677690.332451489,-7669255.301143277
+    -81.93918711279177,-42.959621324581214,612174.200285066,-8951162.067684265
+<EPSG:7282> +proj=tmerc +lat_0=38.1 +lon_0=-86.5 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -85.47176259795381,8.01036170021915,1159322.24398826,-1.0816059888825255E7
+    -90.36841831265866,-2.019531599640473,-625668.59543095,-1.4457093664565852E7
+    -91.22223265511668,80.19417826172506,493021.838230386,1.551173770310676E7
+    -86.29131383361508,74.47549082061013,807863.549761649,1.3405184857576406E7
+    -90.8623358356455,-55.48177518021939,-117192.951895224,-3.393161721941053E7
+    -90.98590440155722,25.642862336408214,-691498.002809195,-4388824.401895209
+    -83.13003941737327,48.082440891697615,1611133.306131306,3774669.412650798
+    -89.19290233631594,67.71821040614773,413508.094855747,1.093966630359666E7
+<EPSG:7283> +proj=tmerc +lat_0=38.45 +lon_0=-87.09999999999999 +k=1.000018 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -93.54389826508985,-9.997464970011464,-467936.235192062,-5334052.327142995
+    -84.62345677571642,61.91954220848973,370088.382189611,2649044.018840817
+    -81.18687330036384,61.21914100227241,557440.547742883,2582885.539376121
+    -93.00929135435644,55.04330506701581,-137528.765040075,1896615.695558701
+    -87.52011586809817,-51.13927506130032,210596.746942023,-9889290.961527571
+    -92.09090488287691,-13.09808620907637,-301852.685590762,-5675471.352053701
+    -93.53211640760742,-74.99909733388026,54422.888568697,-1.255858531447939E7
+    -87.07275123627666,87.88114056595302,240112.528593845,5543953.793340944
+<EPSG:7284> +proj=tmerc +lat_0=38.45 +lon_0=-87.09999999999999 +k=1.000018 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -93.35739726868613,-25.283955722400748,-1282932.317189632,-2.3076860852143306E7
+    -93.22242810699358,-49.74425952325275,-659923.592834901,-3.199483522773418E7
+    -88.50872089096686,51.32407410989194,465228.486010251,4815145.694201546
+    -92.39668734379865,-48.87082089485697,-487209.642289734,-3.1661447247205183E7
+    -93.5096320763021,71.27181090725378,34745.205056068,1.2144535443893863E7
+    -90.37960837881725,68.34048114666169,344195.265609998,1.1043499187210867E7
+    -84.99599175247832,15.341711237048415,1528775.804727169,-8279498.817220323
+    -83.5925617320599,-65.09700868501392,1328086.103775643,-3.756025010253224E7
+<EPSG:7285> +proj=tmerc +lat_0=38.65 +lon_0=-84.90000000000001 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -83.49029576016594,-38.93946581633144,362227.758421039,-8556627.819001254
+    -85.6262639440054,-48.49479061627571,186321.187130565,-9617630.3639051
+    -84.7956856183725,-25.26677980044957,250508.002660121,-7039465.668073019
+    -88.40418398075002,-48.35879519713107,-19671.297115698,-9608190.377511611
+    -79.87553192369822,33.7591101962298,705733.830610185,-495358.104506631
+    -90.98584807952875,-38.56111871083173,-290675.354269252,-8531286.223073624
+    -88.15156633121732,-45.54081180608913,-13957.407823981,-9294114.872608555
+    -80.38254464799208,13.292065876584829,729967.018484122,-2769260.937049959
+<EPSG:7286> +proj=tmerc +lat_0=38.65 +lon_0=-84.90000000000001 +k=1.000029 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -81.18618104399718,-25.571321980916238,2012246.951520177,-2.322313891655588E7
+    -90.53836766578712,63.246160772627604,-141205.425050543,9136143.494026192
+    -86.77598061750041,68.76462314893936,538540.417992952,1.111800418224416E7
+    -80.25038034467889,-18.89610697531579,2396036.088937595,-2.0801977769105878E7
+    -90.78735202635619,51.82851448275008,-543691.330370599,4977249.194940505
+    -88.67620480465285,5.896351810104505,-585519.67264277,-1.177927057452617E7
+    -90.39496553622746,-5.141759550732175,-1214553.440251239,-1.5797148257376872E7
+    -78.63741468257734,76.89592755743502,1306701.181264499,1.4119010950617993E7
+<EPSG:7287> +proj=tmerc +lat_0=39.1 +lon_0=-85.65000000000001 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -84.78647379641023,-44.92371102507458,308179.064970471,-9270769.776544962
+    -81.44862068337366,-87.74210430959235,258472.079406434,-1.4044563217347793E7
+    -79.88988769054014,-44.66791173459927,696807.971613278,-9258149.3707112
+    -92.34891706338342,77.16618269611936,74163.298865031,4284756.775365472
+    -89.06615907254563,20.305314501878044,-116971.296349274,-2043818.130515534
+    -82.84189002668721,10.361521749288613,547660.052948066,-3146521.037442005
+    -80.43794681183408,19.344402931428917,788262.666626864,-2145616.576002201
+    -89.16717208031467,-64.47962926600867,70915.460407504,-1.1452028087583799E7
+<EPSG:7288> +proj=tmerc +lat_0=39.1 +lon_0=-85.65000000000001 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.80013725526865,51.09824773447389,293261.742916771,4500180.743377906
+    -79.83239550901169,-34.74235223301898,2536346.002007901,-2.6756391712649204E7
+    -87.33535863591212,-41.42183025894133,325138.068069128,-2.914271981148501E7
+    -91.76951060386173,-10.19512155193462,-1416550.321664849,-1.780707340371735E7
+    -82.10643397751656,38.94650781126133,1795435.751070302,81810.766135336
+    -83.02844519622708,-45.919021161742194,1454640.996844217,-3.0788564304446667E7
+    -87.31895538539447,-22.24978078933873,222899.311539118,-2.216615760819962E7
+    -81.11460772041504,-4.185858823518728,2441210.704063952,-1.5610511103871936E7
+<EPSG:7289> +proj=tmerc +lat_0=41.25 +lon_0=-84.95 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -83.54987456990658,28.976819015736552,376469.293291206,-1324878.443265931
+    -81.56863271186285,-49.16325487862827,486599.293663359,-9985989.693373261
+    -90.75650938142068,-67.13530514161613,-11578.724424362,-1.1993972747906886E7
+    -90.04696367579528,86.07509277915901,201082.088969167,5033154.740133058
+    -85.63225248273159,-32.67924256629032,176008.669521968,-8150013.294512119
+    -85.06732235210542,-41.432498442148834,230193.514014667,-9121279.408701671
+    -84.56488387732688,81.96444100784635,246012.764362172,4572347.354827428
+    -78.65359407596928,26.77093722084959,866987.522867787,-1554586.85034462
+<EPSG:7290> +proj=tmerc +lat_0=41.25 +lon_0=-84.95 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -90.08387857683725,-58.821066811559284,-185127.418280599,-3.630848229279621E7
+    -90.89105091554563,69.69767236930457,33312.532388165,1.0545314466169981E7
+    -89.51407366482148,-12.152622489973723,-844023.639509685,-1.9293577253248926E7
+    -88.90221044610362,-7.240775753409565,-645753.994617122,-1.7503633076864734E7
+    -91.47683371486865,14.93264180251569,-1520790.584418839,-9417787.756412981
+    -88.62340677497482,-11.110506843464648,-530111.43337266,-1.8909801517983805E7
+    -84.94260644483565,28.490668775096495,789775.156596348,-4526135.858142357
+    -89.73222569666027,-75.29966463681629,343223.883024155,-4.2318345659688964E7
+<EPSG:7291> +proj=tmerc +lat_0=38.2 +lon_0=-86.95 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -93.6921961289197,-37.221048620408176,-358776.5421195,-8336274.381794943
+    -92.83654830128033,-65.20637442048616,-35247.621432677,-1.1441127036432646E7
+    -90.12687627715073,65.8611220031747,95017.371584597,3117386.458354244
+    -84.08945980043138,-2.2338953497529417,558332.62100667,-4441109.787067632
+    -88.22451502493514,-32.9322504319938,120795.090445383,-7839810.40002702
+    -81.62254322518538,-33.31680742700957,736376.425421865,-7894437.910335962
+    -87.88934325020143,-55.73803132847608,180995.732783334,-1.0373701200720744E7
+    -91.57487072979643,67.01909619338699,38570.153906411,3250339.665923053
+<EPSG:7292> +proj=tmerc +lat_0=38.2 +lon_0=-86.95 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -82.81676780171959,23.583528631439677,2172453.459423808,-5178691.988882249
+    -82.60485882642115,17.472052897676576,2302806.065586719,-7401322.969955018
+    -90.92339063018419,-0.6574581379917674,-664870.687101403,-1.3998194003754258E7
+    -83.03350046112367,-48.36822091581986,1739378.746895693,-3.1366993878810532E7
+    -93.00421450492384,31.335107176747613,-1104586.3275554,-2328418.176213447
+    -92.47313121736761,-46.510762130425015,-603214.429813515,-3.071381587054691E7
+    -81.16092100593086,-78.06197420788418,1225482.920871905,-4.222207780621945E7
+    -81.10719473367377,-43.28549382152915,2343417.963448884,-2.9543658943092488E7
+<EPSG:7293> +proj=tmerc +lat_0=40.65 +lon_0=-85.84999999999999 +k=1.000033 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -82.29420854681973,84.73511607140875,276420.738825545,4949508.830999806
+    -92.39352402122708,-81.77616398320914,135677.157015294,-1.3555532744297963E7
+    -89.09244118491424,-59.4837226421453,56301.683660189,-1.1067106994396975E7
+    -82.07123067601039,66.97356375613879,404930.834457735,2970804.499630064
+    -86.87344669961213,-73.61638388119565,207765.126010442,-1.2638910345150022E7
+    -79.14584972518493,-70.48486807767598,489616.07142644,-1.2302971425325196E7
+    -92.38699321074428,39.41141008521225,-323238.59470642,-81083.442739633
+    -90.61822278329248,-44.16874237065055,-141381.112314139,-9369658.10183089
+<EPSG:7294> +proj=tmerc +lat_0=40.65 +lon_0=-85.84999999999999 +k=1.000033 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -88.020390011508,-4.729350978535365,-2804.263041315,-1.6368747269791823E7
+    -90.42224847613744,-70.86043324698878,238692.474271505,-4.0476950293006316E7
+    -85.47211226886061,32.07168820255157,904464.330362976,-3004825.963279769
+    -79.26147159368969,48.248907780714944,2392366.553000988,2957521.12295457
+    -86.38195218077831,-1.2310507054236552,593155.37980243,-1.50983533673137E7
+    -86.32557332649688,-16.57484983339144,620875.463038179,-2.0666729767388556E7
+    -80.37227842281902,-45.25048120484926,2198236.03085942,-3.114633544516963E7
+    -87.12349788888372,-85.16654262245606,748081.143668044,-4.5696790820484556E7
+<EPSG:7295> +proj=tmerc +lat_0=39.25 +lon_0=-85.05 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -91.82588477488362,44.61200046636998,-297887.420425849,653981.013652811
+    -84.56069518853786,-60.32539824396815,267035.500287674,-1.1001105224003289E7
+    -86.1159301818991,12.056421583813602,123931.01245486,-2976821.440355171
+    -82.42713256796195,-29.329379703967042,494811.210038702,-7559182.341572698
+    -89.60400368511681,10.447579418004835,-259113.075762488,-3151415.928741364
+    -89.54954529349556,-6.7406842622986005,-257967.918454134,-5058131.292598078
+    -81.68288237473729,60.29873605808362,426141.212045794,2381939.923677387
+    -89.59340245742925,-58.80666321554262,-22478.106108469,-1.0840713557475215E7
+<EPSG:7296> +proj=tmerc +lat_0=39.25 +lon_0=-85.05 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -91.65133999983796,-10.535230646241374,-1588201.008117095,-1.7989387714660827E7
+    -90.27378543911477,-72.17565436558002,202269.851940463,-4.04533459748437E7
+    -84.97537709348816,24.713507571693526,812173.085319226,-5170588.294855002
+    -85.3937832304712,-36.36996447335497,686177.871287596,-2.7353050074658033E7
+    -82.22845229944552,5.8743849290626,1812959.728838937,-1.2007955061695093E7
+    -78.54586452695808,59.08294069307365,2009716.556359314,7414372.706923913
+    -89.35676738765454,-5.822609271824419,-778973.931911423,-1.626021698440623E7
+    -81.51070238225141,51.05815679678318,1601427.656979305,4443268.235826273
+<EPSG:7297> +proj=tmerc +lat_0=39.95 +lon_0=-87.3 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -93.56184002079387,74.1019526428046,48780.941334904,3848881.763682432
+    -84.04856718989328,-84.68859558731398,273599.922090115,-1.3798003656259714E7
+    -81.48779935434447,37.48847279151644,754268.184734101,-221355.408431
+    -82.83870422498995,70.47969438320891,406313.263122874,3440712.039565843
+    -92.74557316093552,58.1804997013009,-80183.816866426,2076404.083022916
+    -91.43635695027653,-33.53168510904348,-144361.364328701,-8107569.599223331
+    -92.02742664879526,-36.115919087542004,-185776.649458369,-8396959.937759755
+    -93.67137788315348,-57.65299864478742,-140068.951678188,-1.0798765227559404E7
+<EPSG:7298> +proj=tmerc +lat_0=39.95 +lon_0=-87.3 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -85.98931879524756,-46.49093340419572,1117550.528410391,-3.1298191044342633E7
+    -93.31671323188858,-20.113880720356434,-1279798.815822376,-2.173395639098894E7
+    -90.70877592270811,-63.06692202474248,222174.367083637,-3.736435302813335E7
+    -84.01447050363107,-78.97296567679453,1017548.268658531,-4.317821704560915E7
+    -91.61977905843784,10.407911696519776,-765908.18865054,-1.060974492020007E7
+    -81.31788565470417,-79.58986727997595,1182798.745391251,-4.3418049239463784E7
+    -87.59983192089037,57.24790252683667,728015.184670431,6429224.108741412
+    -91.99280120372768,-5.871141290433755,-919502.183362895,-1.6533783360412717E7
+<EPSG:7299> +proj=tmerc +lat_0=40.9 +lon_0=-86.3 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -85.64208872764176,17.367267555651978,309923.780192016,-2572475.901325635
+    -90.93671192707646,72.34210265179573,83089.7726008,3542998.331436553
+    -82.67800525161508,-71.26781512502006,369811.053305079,-1.240817163958055E7
+    -92.66113417594069,33.5907628761167,-350966.827150192,-757028.868678928
+    -82.3872571260046,16.27738799671002,658504.40400709,-2689203.80110678
+    -91.78616696931137,27.77617161836001,-301228.140763615,-1407776.158132097
+    -88.66771214335493,58.4471675921732,101753.609216548,1990116.111771384
+    -82.14332893909594,13.63371710259959,690131.273001869,-2981887.008854604
+<EPSG:7300> +proj=tmerc +lat_0=40.9 +lon_0=-86.3 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.170545020376,45.3510788158309,563577.167476604,1741721.105866166
+    -88.94981104245572,-35.65174664378281,7.104472798,-2.7702926044305455E7
+    -80.35777665024258,21.580423134266923,2809133.870179852,-6871410.759790725
+    -89.07106821703296,21.971376054644864,-151881.714973284,-6759535.225127289
+    -87.26759774483604,59.46627247763706,607414.528735828,6895020.57433964
+    -82.61615561328134,-33.1051516159447,1915892.181441439,-2.678530215470605E7
+    -79.51122867750101,17.323169475987243,3159710.907710009,-8414281.301196778
+    -85.45736419821863,-49.2519136885634,988669.936043978,-3.2650075334601045E7
+<EPSG:7301> +proj=tmerc +lat_0=38.15 +lon_0=-87.65000000000001 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -92.67811007862798,-41.282780548437266,-181303.798303431,-8772453.557523819
+    -92.32378200615807,53.698898154531776,-68595.889887014,1774430.800305839
+    -93.48308686483134,-88.86492625435922,227115.830412589,-1.4064172273203535E7
+    -86.27053583524989,63.18743207142933,309449.725940377,2821911.047798187
+    -87.87847220075649,56.872764056892066,226067.728513062,2117647.672792024
+    -84.81305619476659,-28.618865939484387,517502.03632701,-7358563.407011684
+    -88.51410809775241,84.71553703398862,231111.321248435,5223726.39963813
+    -82.59995752142544,80.34663304898493,334462.17325339,4739865.494363956
+<EPSG:7302> +proj=tmerc +lat_0=38.15 +lon_0=-87.65000000000001 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -92.7664782711818,1.661169569007754,-1082988.070320425,-1.3135727320133245E7
+    -80.99856101536093,60.083585481979384,2000650.664329566,8182088.411743253
+    -87.26246361561722,-87.22813245982745,794267.61219383,-4.5540272904040314E7
+    -83.88204252887371,-77.6708562995008,1081996.623750823,-4.2048104154989794E7
+    -83.24242852637515,59.84318066847686,1597726.322577105,8060040.923478402
+    -93.84803099396436,27.80247329187567,-1218645.041742117,-3596271.421257944
+    -81.43929588206956,-48.954210768675466,2279351.046167636,-3.1599119418947037E7
+    -81.045004990856,-22.688601258968973,3017637.258577551,-2.202570176419452E7
+<EPSG:7303> +proj=tmerc +lat_0=40.35 +lon_0=-85.7 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -84.45422734717492,44.41795590532871,339218.135660902,488642.115055391
+    -80.19783484749969,-13.021928799299857,837700.254553021,-5879211.219991605
+    -90.51856152914249,76.37018032123973,113325.553989696,4052807.976216417
+    -82.88154011762472,21.380840023768272,532383.74595614,-2064597.350084236
+    -80.92485905009873,-66.16119503908254,455283.89464727,-1.1781819699432787E7
+    -79.54265973001043,-72.71380178497684,443980.030018961,-1.2515078676752191E7
+    -84.65219284232408,49.87559108544656,315318.856807033,1095179.60919313
+    -88.0811083864472,-74.40975873574953,168555.492492094,-1.2695312845124422E7
+<EPSG:7304> +proj=tmerc +lat_0=40.35 +lon_0=-85.7 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -80.95785399463996,58.583814781967504,1691937.064264143,6803567.983441944
+    -80.62062957777277,-62.241886250738624,1653049.83576942,-3.722770374448032E7
+    -81.50758876021024,0.8542024041307883,2319815.053061503,-1.4231707289056616E7
+    -82.11453946554765,5.363838356353057,2092075.379222164,-1.2592625386980468E7
+    -84.79221335778564,77.51888715975076,859281.669418817,1.370088865544536E7
+    -80.7162178071812,7.670073500205405,2593676.897071834,-1.1749156206265267E7
+    -89.03053691767457,-31.333684120533803,-252823.800283249,-2.5936392608553387E7
+    -88.70915780700915,81.14597579184979,617756.598947937,1.503346036681372E7
+<EPSG:7305> +proj=tmerc +lat_0=39.9 +lon_0=-86 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -92.42430036229426,-56.36481946354274,-156736.916474579,-1.0650522043603523E7
+    -84.22696953289537,46.63757207043761,375762.156273489,786084.082530872
+    -83.75663151609086,-47.28332840407506,409719.941985478,-9623941.444964767
+    -85.53519773885101,-84.34863405335523,245112.346387922,-1.3753677960612243E7
+    -82.97950632980752,-19.283687764245286,557617.621321512,-6518485.62976947
+    -82.80983531141526,-24.70254667670153,562938.719532551,-7119533.653165404
+    -79.39999331907241,55.46646355742757,657130.804852756,1786621.670342567
+    -81.89570233918388,51.1478788775313,527152.871669893,1294169.727303063
+<EPSG:7306> +proj=tmerc +lat_0=39.9 +lon_0=-86 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -92.00403226400505,-45.87830775739076,-741797.371192104,-3.1111720991384827E7
+    -82.6316614505436,49.53245420194625,1587318.667869335,3647992.750361486
+    -85.55793467293596,21.251685045789188,937944.702390693,-6664975.816671121
+    -86.4324426522498,46.80698073688518,679102.252225106,2636085.620325083
+    -88.95619610669749,9.282571803730235,-278706.156738249,-1.1006160790478474E7
+    -84.0015962640001,4.058680250694906,1515612.110462671,-1.2905136315857803E7
+    -79.63451491779242,-27.246495557124774,2858269.840089647,-2.4323171361698776E7
+    -81.94616783782294,-5.742983663740063,2261825.81518443,-1.646728318514815E7
+<EPSG:7307> +proj=tmerc +lat_0=39.65 +lon_0=-85.8 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -79.45372994181984,-4.4903503962462,945771.37348355,-4854441.148766563
+    -82.92027691139162,22.452390019099184,536513.710418044,-1867994.109410945
+    -82.55920454961893,-38.27678519238947,523619.564812016,-8598171.406806968
+    -92.70719360181266,57.7981639352607,-170321.296558025,2075175.768780858
+    -92.37948571416784,-76.72149056669151,71562.95033249,-1.2883658511701697E7
+    -83.12664488868458,-12.219744110586333,531004.7758347,-5707705.792728735
+    -89.36053617904156,-79.84331639609043,169918.162851931,-1.3224934216937074E7
+    -89.56198500149098,-58.64296349293181,21608.755019973,-1.0864084201793505E7
+<EPSG:7308> +proj=tmerc +lat_0=39.65 +lon_0=-85.8 +k=1.000036 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.45765826116954,17.152593588231355,208659.479773981,-8060385.561215186
+    -84.70138436239907,-56.47885448860452,1009501.082892708,-3.48341636249517E7
+    -79.88899234188223,-69.80417204313063,1533913.362329427,-3.9741609132878296E7
+    -88.26474578864828,88.93655888312861,770641.574456862,1.8139154691844955E7
+    -83.42411391725304,-38.512484395917966,1467320.781957837,-2.8287478079609357E7
+    -85.71635808613833,-13.436659657795559,817118.037130162,-1.9163021640381698E7
+    -81.2040609689182,-31.71259592436909,2217384.383739793,-2.5833733223356463E7
+    -92.14569462974113,-45.41804821206596,-842153.856773367,-3.085965681086199E7
+<EPSG:7309> +proj=tmerc +lat_0=37.95 +lon_0=-86.15000000000001 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -91.35677398058185,37.36548910892931,-221416.720564374,-16132.576699775
+    -83.70910181639694,51.227751547267275,410498.687806178,1514347.048778067
+    -89.7562264724812,44.25419233896113,-48016.904013812,742467.050133672
+    -81.08637608404275,-83.60351214391463,302928.83878752,-1.345662417203979E7
+    -79.77770061256322,45.727618441076714,736022.953800065,919677.106719497
+    -87.97064784708293,-31.826806128939246,67621.035147975,-7690249.169939182
+    -91.01971097794394,-67.59632745876537,32969.846652085,-1.1675264330807796E7
+    -86.41808417106223,48.992474434377584,220380.325387244,1262910.259486719
+<EPSG:7310> +proj=tmerc +lat_0=37.95 +lon_0=-86.15000000000001 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.67463540489055,-17.92086375346237,257354.213396249,-2.01738437018316E7
+    -89.97002853527403,-77.99026148031486,496354.435328771,-4.2092882606132016E7
+    -87.16294891803607,-47.66200521980978,537775.192207464,-3.0995831682686802E7
+    -91.24423642745822,52.66325708998184,-343034.241048747,5523070.339749187
+    -82.19070179328287,0.9391106553719055,2234422.997632845,-1.3326637472240396E7
+    -79.17745644880088,16.081015691256155,3240131.700766059,-7791191.625560607
+    -80.2407924817369,-54.86475177188469,2031518.6201878,-3.367583683419579E7
+    -85.11142714200929,-86.24752407107103,812306.777767944,-4.5108938258072644E7
+<EPSG:7311> +proj=tmerc +lat_0=39.75 +lon_0=-85.45 +k=1.000043 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -87.07917759260908,-80.94867422178417,211377.557683462,-1.3357820476712527E7
+    -90.79861791562088,-69.22986662235355,28458.206414872,-1.2058598025153015E7
+    -80.61932595875287,-5.081299674741572,776301.916031715,-4929866.196987175
+    -84.37359569847547,23.762845863105042,349734.930906579,-1736409.521972921
+    -78.72004638454453,-6.475733751642082,986143.928872739,-5087030.632247749
+    -87.34350639310871,84.25989011216248,218850.800016518,4995641.668988806
+    -87.73944724327546,-26.00398291986084,10745.830456726,-7245368.674791805
+    -81.7528817168881,-61.84285480346405,434652.9657466,-1.1231212928585414E7
+<EPSG:7312> +proj=tmerc +lat_0=39.75 +lon_0=-85.45 +k=1.000043 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -82.46941102057683,68.11131113700657,1194284.551108454,1.0484417248990092E7
+    -91.93505729001058,80.42971176245621,393114.887007203,1.5007384972362373E7
+    -83.79998872464935,67.24485492606252,1021142.718766332,1.0160634651835347E7
+    -87.16649220330608,-43.375476919285674,330982.417188383,-3.0091909038727283E7
+    -84.85550862780664,78.9156614151195,829278.549955064,1.4430904145563332E7
+    -89.85036761757584,25.336261791880816,-666986.808059281,-5102489.335460395
+    -89.63594788502459,-44.089851588368035,-312519.19150923,-3.037561221330185E7
+    -80.60211203677943,-69.63563144405299,1404819.945013356,-3.9704953080887E7
+<EPSG:7313> +proj=tmerc +lat_0=40.35 +lon_0=-86.15000000000001 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -88.22611449103994,12.41420937653345,14204.552023086,-3058702.620731569
+    -83.48971404645391,-46.88391383976685,442770.098228709,-9630471.070240093
+    -89.43077179397564,-8.117604046886257,-121781.000261258,-5331680.723405696
+    -84.80085969881111,84.42796199528871,254630.319950298,4947553.788772497
+    -88.06788403523208,-70.1502738533814,167298.424157619,-1.2219662555556497E7
+    -80.29990466823261,-48.8014040523935,669675.494523229,-9856772.723180521
+    -84.8462028052167,-48.52138952142114,336313.885154529,-9809922.296958102
+    -82.1571980293133,-28.81905485796463,629912.061675691,-7628399.985142685
+<EPSG:7314> +proj=tmerc +lat_0=40.35 +lon_0=-86.15000000000001 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -89.61557423871172,-37.81819619893315,-213896.77961636,-2.82992962961396E7
+    -80.30821117150501,20.091211645174837,2794639.010702085,-7215398.870075685
+    -85.64490761655289,-86.2234079440101,799591.277346229,-4.597429611291676E7
+    -79.16919045065805,-57.713575641056906,2151096.50634675,-3.560871974914686E7
+    -82.26802812102711,39.3220290303353,1885865.290900987,-232765.97027317
+    -87.66316626124096,-38.33524728876963,353327.747426585,-2.8472569607521273E7
+    -93.10652981916994,-55.78737793436627,-643157.194189359,-3.490657807529237E7
+    -91.59289259411315,57.7551514056764,-275089.976095197,6511487.944693686
+<EPSG:7315> +proj=tmerc +lat_0=40.65 +lon_0=-85.5 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -79.83544221344522,24.906380728545642,812895.824532666,-1698128.654569661
+    -80.87119547895571,-35.98114568247605,657605.250355237,-8459367.990302816
+    -87.5477434530978,-12.93787153393734,17745.504231668,-5897634.347285984
+    -87.27079605808186,-39.88245116612021,88516.433276388,-8883987.272763494
+    -86.16582478334814,40.700923075243196,183726.151797731,41868.308342311
+    -86.3467796088466,-76.69038921240696,218230.270234929,-1.2981934426201584E7
+    -90.71476495594148,22.46055154047022,-297278.833977524,-1971616.419734888
+    -79.99528871176844,42.52726709994013,692361.015394956,259218.565868742
+<EPSG:7316> +proj=tmerc +lat_0=40.65 +lon_0=-85.5 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.09176726930124,66.49416190226296,554891.440209084,9557850.568960344
+    -87.74286215113548,35.673576160499564,121133.471878422,-1686616.502925558
+    -91.62903954202922,-86.65204471069872,656480.897673142,-4.624774975292642E7
+    -88.03172964619016,16.05334015519705,-101687.923697357,-8820835.571495911
+    -86.41813968433522,-22.023951570238324,476379.271820541,-2.2646539340132896E7
+    -90.69091204139445,25.054584984585148,-932649.486939024,-5523571.412982868
+    -82.12676381796045,-53.74509188955719,1517453.350968766,-3.421545018236032E7
+    -85.15696294574869,-6.710443533838401,911836.601118367,-1.7086362061608832E7
+<EPSG:7317> +proj=tmerc +lat_0=38.7 +lon_0=-85.95 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -82.99626816762715,-55.67517423254756,425808.376468933,-1.0425784350241708E7
+    -83.48229395227288,-58.307164205527386,384653.992823569,-1.0717582641957128E7
+    -87.56191382881914,3.7033949893453126,60907.248905334,-3839616.769758476
+    -82.7164319315167,60.24089519812384,419075.448140672,2436153.019022559
+    -87.35482956989648,79.61829196829086,211728.95312464,4593759.866853293
+    -86.31286386534816,33.62049717891976,206327.729324806,-527586.178095545
+    -88.44736454164135,-6.194112336433477,-36485.318233627,-4934896.217932857
+    -81.59665278401935,76.70736344576761,351685.554132181,4272548.968512136
+<EPSG:7318> +proj=tmerc +lat_0=38.7 +lon_0=-85.95 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -85.67290765326076,-62.29622671107938,834572.713993591,-3.6612203882821955E7
+    -82.03168385203391,-49.52630082650119,1718004.206151405,-3.1971585365778588E7
+    -82.02749436847124,-36.92786941274316,1934256.407923315,-2.7378836587283954E7
+    -86.19516298852464,-46.61455744904751,725785.313357697,-3.088522620626839E7
+    -87.17186256387832,-25.972214181810713,385933.28018273,-2.337162452450241E7
+    -82.81035050384568,22.44543335094022,1848117.210631873,-5783225.511663374
+    -87.95486778476806,42.86812455979998,249887.32029057,1643140.099005688
+    -91.56753335099924,2.1527814763391007,-1266151.752623573,-1.3156438282983946E7
+<EPSG:7319> +proj=tmerc +lat_0=40.7 +lon_0=-87.09999999999999 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -88.21282952283015,-0.3163538858013055,116111.073638834,-4506367.877498537
+    -84.84549535067633,47.81582733885881,408841.478290161,829175.12015733
+    -92.45434296295113,6.340606585635811,-353285.608655684,-3767155.815992929
+    -93.5812837873861,-19.112743056397576,-443137.435953682,-6598274.181362646
+    -83.73061839639094,-68.9535652720778,375039.922872812,-1.2127538761725187E7
+    -85.58854276221415,52.16913776031993,343412.046761265,1312017.197634221
+    -87.04810225710884,-61.292839175835695,242782.2431028,-1.1269689406947067E7
+    -88.06815542186959,65.20253680473718,194673.035278308,2763084.071566873
+<EPSG:7320> +proj=tmerc +lat_0=40.7 +lon_0=-87.09999999999999 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.76672451567546,58.73164003107516,850734.569304061,6698214.515208908
+    -92.6746320602545,-39.58781909961821,-784266.577944438,-2.910144854843057E7
+    -82.21170978814584,59.78740446435813,1687521.640928435,7117144.327617791
+    -80.40244609718717,-12.075992107557283,3184790.432283232,-1.908090652827009E7
+    -86.75242412246469,-5.48838066779507,913768.000598643,-1.666105449825328E7
+    -92.22492316066753,63.28547743076652,-55634.880701868,8396603.356537959
+    -93.65513424498803,-27.107791485907626,-1347965.024492982,-2.456703965706464E7
+    -80.52010703632251,0.6515975977031587,3195757.637361976,-1.443188325802387E7
+<EPSG:7321> +proj=tmerc +lat_0=40.3 +lon_0=-85 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -78.31368433866047,83.21925812292699,327982.084881723,4823078.47204563
+    -87.66967302378437,61.78911233881226,99170.70771304,2429571.311598076
+    -90.5456866401934,-33.85982882726277,-273502.416063505,-8189137.917528608
+    -82.21975993598333,-68.66991332933685,352875.902264889,-1.2050456061765118E7
+    -86.94739481234754,35.32757980310541,62919.164214546,-514184.927734545
+    -80.53602164827976,40.06457708511098,620918.114727146,19419.719265652
+    -88.89268662133901,-14.358226260716137,-180184.301473121,-6018593.974691681
+    -89.52646095668291,87.39411993248976,217036.711134555,5285172.387688493
+<EPSG:7322> +proj=tmerc +lat_0=40.3 +lon_0=-85 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -84.29560683908065,-87.78903432769349,797358.273733012,-4.653013863743665E7
+    -86.61723729507787,15.797324259893273,218832.459735748,-8789555.613125823
+    -86.6973151135922,-82.03335212286794,701210.091776227,-4.442228121684925E7
+    -81.75899455415137,60.6245332963791,1369375.018712918,7550103.421417678
+    -90.76663716870597,61.0310831782204,-234400.090328092,7729425.321167094
+    -85.66009479463628,15.346164329910707,554847.745790739,-8955180.603351401
+    -82.91532631350489,-79.0513097438091,932450.771095783,-4.333109949284467E7
+    -85.27507120626534,-85.97676633548944,780327.67215744,-4.58659851812883E7
+<EPSG:7323> +proj=tmerc +lat_0=38.55 +lon_0=-85.34999999999999 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -84.45621716526621,-31.471612762407837,324941.045902464,-7716375.594967365
+    -82.2735418756493,67.25532623352868,372744.992004388,3233656.961126813
+    -81.7917168193903,32.626373410192116,574027.369738302,-615658.280570569
+    -85.76787722998037,53.03903735898223,211969.476530097,1646542.533205615
+    -87.61688023232529,-15.672119818907333,-3087.195964073,-5967377.498441767
+    -81.6198079138559,64.3056841186432,420453.602909089,2906758.841743148
+    -85.0434866590848,80.2111510084602,245820.244498008,4676313.4482925
+    -86.30078061997514,48.501288537988756,169736.173377373,1142087.141309303
+<EPSG:7324> +proj=tmerc +lat_0=38.55 +lon_0=-85.34999999999999 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -82.17376365245345,-79.43342706287606,1000718.778890406,-4.283641394770205E7
+    -82.70921267200205,-34.15309584381176,1586509.205708071,-2.6301031056105133E7
+    -81.03730706696243,-15.490386340627623,2306914.014448503,-1.952302377408688E7
+    -88.76355681630167,31.897667531006263,-272340.269455265,-2286663.220204429
+    -83.32659436512338,55.57658532766024,1206088.966551988,6334580.634022557
+    -83.77898807678682,-54.205220680636394,1123724.059338015,-3.360470735707295E7
+    -85.20938414363268,76.59626298999916,799343.072519016,1.4018003584681464E7
+    -84.27060045254468,-26.247908613138378,1141225.129900691,-2.3416946063455325E7
+<EPSG:7325> +proj=tmerc +lat_0=38.8 +lon_0=-85.8 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -83.42645483814502,57.83888285760057,380970.446773792,2155562.146807106
+    -89.42941642909953,-12.125830214045749,-155321.408021587,-5604079.089324935
+    -83.62415275487895,10.790092667112333,478019.202423696,-3066285.10729884
+    -91.68428703367674,34.19981286944319,-302709.238597371,-458791.361023854
+    -90.50266319361458,4.696484807702575,-282347.965878158,-3739315.475166968
+    -85.45750339805161,52.35763938915872,263334.626567351,1542929.978999503
+    -82.6098943858844,-13.137268957364924,586056.720159912,-5715533.309293332
+    -85.30593013059367,-64.47331549685458,263766.332284555,-1.1413299746369652E7
+<EPSG:7326> +proj=tmerc +lat_0=38.8 +lon_0=-85.8 +k=1.000025 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -89.57969707468922,43.727113434004025,-211806.695168846,1936227.793357556
+    -89.08336965254364,20.96778263437041,-333316.374366038,-6356075.588952425
+    -81.76053933654327,23.418056787261676,2142697.259197317,-5458367.729954767
+    -87.50939822218116,55.7579522938818,435312.242804235,6308002.235254952
+    -88.46667001456214,-33.52411926278982,-25480.156281148,-2.61632182462892E7
+    -82.01833582358799,34.5248418315407,1926847.952483275,-1417093.36592696
+    -81.5054461341636,-56.130815970794444,1663235.626254466,-3.442252321383293E7
+    -92.40587057941092,-24.605725733986105,-1410653.894345312,-2.2962507123131365E7
+<EPSG:7327> +proj=tmerc +lat_0=39.3 +lon_0=-86.15000000000001 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -82.03419674421217,77.41334177664407,340087.373138532,4284170.357350333
+    -81.42728924171294,19.355894623848727,736654.232658241,-2168019.499595608
+    -84.13680708456101,12.580304696890707,458809.717180972,-2923783.274473039
+    -83.76161640670433,-1.2581943658182695,505895.672886555,-4455194.605856054
+    -81.30985906932291,77.7574696396263,354499.597578451,4323809.831907799
+    -89.59091083708628,53.486208332163955,11623.278681959,1618484.698834202
+    -89.95400179042626,-24.50523376530751,-145736.920156474,-7032594.201183941
+    -81.38570286143126,-31.790173046288373,691462.639241152,-7844541.652289986
+<EPSG:7328> +proj=tmerc +lat_0=39.3 +lon_0=-86.15000000000001 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -89.82398915133574,-70.52988157639479,339040.612066572,-3.985693123430479E7
+    -83.25485138150486,19.79332614398419,1783040.813892517,-6967806.92851694
+    -92.15552266690644,-12.646358333116027,-1356716.217254015,-1.8773237778901163E7
+    -92.85579598871624,-41.01961683019633,-1063719.566254743,-2.913563925400651E7
+    -89.65583892556933,-48.52258717858887,-62203.4123839,-3.1819448321524646E7
+    -80.6447409844656,48.74427770355075,2115544.075296369,3609095.591538629
+    -88.31917999204242,-17.801523066439657,32694.442800951,-2.062447251956096E7
+    -79.79458753915898,77.90991563369195,1274224.972910643,1.4252454256490173E7
+<EPSG:7329> +proj=tmerc +lat_0=38.4 +lon_0=-87.45 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -90.60345632557745,82.08554682574584,191526.914431389,4903522.017383352
+    -85.35921475735923,88.75264725244384,245082.543027059,5646922.917305776
+    -92.61704323391459,57.77842669794563,-67251.696590505,2202472.099638161
+    -86.60812147725254,88.87357325672656,241848.510287916,5660350.624129978
+    -89.07008388764305,-10.96545522205372,62899.708542475,-5429101.32175341
+    -89.97745278896925,-72.15013153531407,153516.788739747,-1.2226780154638028E7
+    -83.74158908069974,-32.05607791178475,590318.763223604,-7770108.170428215
+    -89.62655284872744,21.988376165404148,15183.611444427,-1781812.689726911
+<EPSG:7330> +proj=tmerc +lat_0=38.4 +lon_0=-87.45 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -90.81239799933564,-6.600190246244935,-433237.654961407,-1.6230519775638321E7
+    -86.94067516274829,81.97861297463001,813442.851470253,1.6044238421156801E7
+    -81.89954017655342,61.07868816605827,1769461.479891913,8435372.269558972
+    -86.56985030901646,28.26476507102197,1070745.316499872,-3568947.63760965
+    -83.40530453362628,-49.03358954968599,1757636.333165231,-3.16839736811214E7
+    -94.0312530172481,69.82144591345019,-42791.531853934,1.1636705202269217E7
+    -94.11242897038137,-28.284064081118004,-1359674.462470898,-2.4160099033757325E7
+    -91.9888280356192,29.50333366566319,-657296.041956095,-3091375.763409952
+<EPSG:7331> +proj=tmerc +lat_0=41.25 +lon_0=-85.45 +k=1.000037 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -82.00821496842015,-58.070283258092914,443077.362929797,-1.0977034392787185E7
+    -89.07401184044372,32.00759329270015,-102529.495883997,-983934.52143903
+    -89.87254444887014,-40.744559223466034,-133593.662309928,-9054300.45550832
+    -81.04965185742437,76.12609964789968,357731.928439756,3924834.906977179
+    -90.57173985821639,40.40857614276513,-194856.462249707,-44826.624666716
+    -87.65190188715805,-23.6503064234316,15305.247716404,-7150893.891136628
+    -82.28842680163478,81.35571111195196,293047.309374807,4505799.696185871
+    -87.0915919205906,13.9671747116696,62598.975672697,-2987121.839089885
+<EPSG:7332> +proj=tmerc +lat_0=41.25 +lon_0=-85.45 +k=1.000037 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.55427045703811,-42.442203049471985,219362.717846954,-3.0300405764201585E7
+    -82.04958876734491,65.75350380488715,1298647.784274084,9079164.366023848
+    -86.9830721661081,-34.220292679031125,323892.536272143,-2.7302461550789393E7
+    -88.88860560568624,-87.59209407555477,734489.848864921,-4.680557865726876E7
+    -83.42144201518222,8.313850547073343,1520711.675704686,-1.1852133611996252E7
+    -81.60425345427385,69.38895747792569,1283025.73967033,1.041119993577744E7
+    -84.48716879656614,65.94096834828261,931160.748503219,9135012.038017891
+    -80.12319106547102,-65.02900652347026,1610229.260411701,-3.857579371693845E7
+<EPSG:7333> +proj=tmerc +lat_0=40.7 +lon_0=-87.40000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -84.25348963296766,70.06257389337264,359750.925748787,3307880.68276362
+    -93.80227383188263,44.76185510024578,-266907.500047198,507217.862506231
+    -82.35339789971881,-62.38813920440313,500876.987745301,-1.1401933561940454E7
+    -92.45192829119415,-20.09611819022065,-288888.787653148,-6702466.114089998
+    -86.83561270989958,21.90795219162085,298319.581702481,-2047596.932187804
+    -84.5584248222816,-69.76290029112819,349710.343261687,-1.221665948501335E7
+    -81.20188838206215,-12.562276979901881,914777.430160283,-5868658.620881736
+    -81.97489812842122,-83.104877120166,312638.687198081,-1.3706891377447855E7
+<EPSG:7334> +proj=tmerc +lat_0=40.7 +lon_0=-87.40000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -84.71626341637003,-79.33349204797105,969351.297348072,-4.3581277902530335E7
+    -83.84223754915979,55.23345202763258,1529875.9733337,5438895.101506109
+    -87.92953552815496,-72.7262189080696,729796.094804252,-4.1157499587993264E7
+    -91.5014826698052,0.48359688391091993,-711821.726546696,-1.449394139261128E7
+    -83.30405190923955,-37.64180522255151,1973710.812478042,-2.8369777227499463E7
+    -88.46065764780461,25.705301099642185,438120.007046745,-5336891.064182143
+    -94.17477768953978,-7.149765807691281,-1673440.618969754,-1.7281972531087294E7
+    -92.97926446539643,-16.442727682873567,-1170120.37497676,-2.0663672415907983E7
+<EPSG:7335> +proj=tmerc +lat_0=40.9 +lon_0=-86.75 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -82.15171224272348,-79.42178737912924,334183.099843614,-1.3318123525558254E7
+    -87.00169457576843,71.41928796286064,231044.985113503,3433974.237850644
+    -89.61948874495474,-81.79950911229253,194304.280948034,-1.3581051659678139E7
+    -85.51313509958877,2.5438382891158113,377566.823342527,-4212231.854951704
+    -83.18578428210292,-85.86827195468116,268665.087395307,-1.4035222106786128E7
+    -80.10293723560925,-50.52060675977308,711209.259049469,-1.0113638012962028E7
+    -86.86787780486013,24.595671131441122,228061.250412631,-1772245.001290785
+    -83.72613808893965,24.149857852960153,547429.867652374,-1818310.23752482
+<EPSG:7336> +proj=tmerc +lat_0=40.9 +lon_0=-86.75 +k=1.000027 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -92.77138124304372,-44.994499306546224,-770422.573870423,-3.1153912656206403E7
+    -88.81164810482241,8.488219627174303,42461.933702484,-1.1661113096287917E7
+    -83.86033556825238,15.097710574696052,1806972.388644196,-9257532.647503512
+    -87.50302783975691,25.030422832230514,538046.936123665,-5655762.945769189
+    -87.33992643696165,25.01994940073652,592040.168281131,-5659837.344291217
+    -89.2054248716357,-42.72570454269403,127570.465607653,-3.0278454200827807E7
+    -87.37061957057259,53.33008908901468,651740.537718029,4652565.24737146
+    -86.52040218843992,-61.68193897039173,827282.007597411,-3.718917006214061E7
+<EPSG:7337> +proj=tmerc +lat_0=38.95 +lon_0=-86.5 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -91.84442114586892,41.615798697504744,-205532.061459304,345840.320724028
+    -89.17270530562683,1.4690272401353326,-57543.901806528,-4114454.456409706
+    -92.9032075972199,-86.4679938652021,196029.632066291,-1.3887264869711442E7
+    -85.27682022583164,47.882003492709714,331490.050910478,1029106.664357747
+    -84.66585317243934,-81.69441186651694,269586.943343029,-1.3352143665539265E7
+    -82.17577380089891,-19.11690942153514,695342.179706594,-6397377.215153925
+    -79.53306728918952,57.95224833635251,652088.868535762,2170347.280392076
+    -85.8955010463477,-47.26976466879096,285745.066714575,-9514635.587420117
+<EPSG:7338> +proj=tmerc +lat_0=38.95 +lon_0=-86.5 +k=1.000028 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -83.49332250477308,-79.07946248867057,996023.895919713,-4.2851994977145955E7
+    -93.03401877742584,79.36830896112087,346577.930040241,1.4912430993029922E7
+    -82.15522846388302,77.48001887052718,1132199.308243499,1.4208767282167219E7
+    -86.06597014509877,-36.752606110414284,914564.175961794,-2.7382924671843167E7
+    -83.14173008392517,19.049057565560275,1947717.85105342,-7108027.268459123
+    -80.75938481062863,-37.27766501664032,2458525.971357347,-2.762461867807941E7
+    -86.16393785981504,-87.98813849335517,791723.421667359,-4.61108181034822E7
+    -92.64681491727832,77.99214738589038,319653.869096077,1.4408154133179132E7
+<EPSG:7339> +proj=tmerc +lat_0=39.45 +lon_0=-86.95 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -92.91926537899539,-59.43995181463424,-98412.510690404,-1.0939682611889819E7
+    -85.39442395488747,50.06589530092941,351376.74336264,1216909.698641706
+    -91.51747086981048,-21.93664591153832,-232233.714506641,-6766500.886348032
+    -83.11511174664024,-19.671919194063122,642381.163346966,-6513250.600251307
+    -85.55047209825894,80.9706472528778,264529.15287006,4661501.734859334
+    -83.39466817490961,56.975119532401465,456159.83603136,1990366.657214968
+    -80.732448635601,-85.7511848229155,291352.110033636,-1.386308247940518E7
+    -82.44894475893196,33.256660009822895,659602.157101233,-642221.195406424
+<EPSG:7340> +proj=tmerc +lat_0=39.45 +lon_0=-86.95 +k=1.000031 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -93.54614174444495,-56.034494082256025,-560547.556759033,-3.466149355150204E7
+    -89.73982753907566,-77.9107264300018,573389.882640897,-4.2605843612438425E7
+    -80.45799884659054,5.195738326246243,3153828.273764157,-1.231735437348046E7
+    -90.58459423858253,-56.802648488841285,59063.624010146,-3.4896997047676325E7
+    -88.88219100284829,34.9050723285805,207982.628595402,-1531205.918646027
+    -80.88737324090535,-0.06651384394709225,3005835.525310611,-1.4238799948527792E7
+    -91.81306413526664,75.48993085384149,341452.26264753,1.3303365053979516E7
+    -81.92097224116205,-57.61956696862916,1772872.732549621,-3.521270016066749E7
+<EPSG:7341> +proj=tmerc +lat_0=39.15 +lon_0=-86.90000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -84.17232225470784,38.37456128245755,478382.008963553,-46560.316301456
+    -93.630917621725,-12.131415292182453,-494228.121654363,-5650020.470378495
+    -85.15905348220434,2.368936018528629,433671.698995385,-4037195.893282429
+    -91.73224636442768,1.4477417871352287,-298408.774653373,-4138607.064827862
+    -81.00219560927295,-41.69498290268467,731077.270803567,-8933991.413073888
+    -86.618046467363,22.641768417237714,268983.144735441,-1794310.185653964
+    -87.11219792109105,56.62986036222003,226976.187229117,1979610.563155345
+    -89.60375477473106,13.979168100885317,-52227.767700327,-2751521.687305043
+<EPSG:7342> +proj=tmerc +lat_0=39.15 +lon_0=-86.90000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -84.21922139576394,41.67712606541636,1519810.434521893,1050194.612331366
+    -88.15525005502755,-84.42618349341684,742726.251335585,-4.487879920756993E7
+    -83.07744760482069,57.30402856139108,1543113.690769333,6762248.051899544
+    -82.33842400522742,-43.98178053722617,1988192.138923772,-3.0122388410257004E7
+    -93.17360521864975,-74.22984318674979,163794.558187629,-4.117605398610067E7
+    -88.49668305488379,27.44234810267082,269455.714051317,-4138872.290770065
+    -92.9159373775278,-83.07739213641834,522170.368778419,-4.4397930856667496E7
+    -80.3133190042312,-45.76703320670681,2468320.960019777,-3.0809452712164484E7
+<EPSG:7343> +proj=tmerc +lat_0=39.6 +lon_0=-87.34999999999999 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -91.06572691709381,-29.932053824030994,-118895.726803433,-7667679.442452788
+    -85.85777808396271,-20.864333281952156,395303.280528655,-6658040.730349465
+    -90.15723256860382,-30.305361821311408,-30085.690921351,-7706591.678189734
+    -93.2384089416353,-12.94719461560831,-399972.353964079,-5788500.897546402
+    -82.92364075897062,11.078248334027137,724077.73123604,-3120466.530513026
+    -91.77863329158072,24.525492968454515,-209077.541425568,-1628446.2518958
+    -90.69785051917026,-81.689680081506,185985.634713065,-1.3424793304277439E7
+    -85.23441657472603,-26.206606807010274,451469.673584002,-7250726.05624321
+<EPSG:7344> +proj=tmerc +lat_0=39.6 +lon_0=-87.34999999999999 +k=1.000022 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -85.35755811800364,56.98249132072277,1184822.641649964,6465394.822794083
+    -93.66388970265213,-53.448285355149245,-588105.789045823,-3.376779071476563E7
+    -91.83369418410025,-86.23140522020752,679515.950852161,-4.5707753065698795E7
+    -89.72621820445144,-2.857925523313142,-79639.97605688,-1.530675799593128E7
+    -93.64265394876267,43.69490222518664,-877119.656295864,1673562.226293573
+    -85.75582552005625,63.08475045510497,1051647.133690231,8693457.114139812
+    -86.52593703388644,-9.984149594073514,1083852.984078368,-1.7891866438535035E7
+    -88.01830259165452,-45.35623349652225,615592.137567379,-3.0754779383094978E7
+<EPSG:7345> +proj=tmerc +lat_0=37.8 +lon_0=-86.7 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -92.88061230043631,84.29274218531816,171480.22852862,5219006.149264515
+    -80.00900733910278,-86.92058418241125,280057.09806627,-1.380993106296983E7
+    -87.66774730059234,51.89466667204769,173380.575523537,1602798.445872963
+    -86.29388547628312,9.799189752258243,284554.449186663,-3065690.467240685
+    -80.00496000467191,13.238516932367958,967116.642841165,-2675493.970495955
+    -82.03737050010575,72.17951077542372,399189.610008944,3869108.458015314
+    -83.60779093019372,36.12567673398806,518409.046778389,-145383.324284485
+    -85.84879943616451,-26.735718497721585,324685.985582897,-7108072.508621066
+<EPSG:7346> +proj=tmerc +lat_0=37.8 +lon_0=-86.7 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.48736156801024,-12.76058855799728,506882.132507589,-1.8243945289055217E7
+    -87.28882215293007,-65.58247744858188,698253.495423829,-3.748660171905228E7
+    -81.34978848207143,-74.03908435100054,1325732.269920212,-4.0605579502761476E7
+    -87.07028096158014,13.521990170405331,655886.870370839,-8706880.902871616
+    -90.20053247408168,-76.1230349496347,479966.660450474,-4.13536797185363E7
+    -92.0336056309116,70.90627386952934,148999.515339329,1.2235645792259376E7
+    -80.21302791988514,-0.6102290351274036,3161601.281714729,-1.3836250355178578E7
+    -90.34071230098036,80.95347840494622,577772.644309068,1.589370400843219E7
+<EPSG:7347> +proj=tmerc +lat_0=37.85 +lon_0=-87.3 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -92.41536647981451,1.0771886120846972,-330111.038747619,-4035320.934296452
+    -93.59421828058136,-12.52255899515886,-445376.883294583,-5548011.487748005
+    -84.66206700079482,-78.24882867162,299980.230611407,-1.2846009139947193E7
+    -91.17352837134868,0.29267778070060047,-191531.135021053,-4122473.901596325
+    -80.81662706637299,81.13266747213635,351392.115149833,4863075.167160956
+    -92.10764766653439,5.980216389819901,-292915.94598237,-3491286.001592274
+    -88.06205314532016,62.96488690981619,201338.330317047,2829892.976195096
+    -93.984652328943,-43.34233606267689,-302116.316216644,-8977492.236085553
+<EPSG:7348> +proj=tmerc +lat_0=37.85 +lon_0=-87.3 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.9869638362198,85.90955968934824,795582.458744882,1.768478864747159E7
+    -87.34495148954147,50.84613416548228,777013.003901696,4856100.867403304
+    -83.63863974425908,26.046300640601885,1990097.874228021,-4159297.909040699
+    -85.841083040716,-76.13327283027672,915493.992168262,-4.136789261605147E7
+    -87.85839233378094,-9.927520328575412,586491.165249929,-1.723361898800472E7
+    -86.50850873768145,-56.671434640088286,946598.730064242,-3.424734545720377E7
+    -87.92021747990908,-7.672028413204018,562890.384333594,-1.6415168994684378E7
+    -89.50233486671712,-17.84017492708479,21332.062826354,-2.0110225912221584E7
+<EPSG:7349> +proj=tmerc +lat_0=37.75 +lon_0=-87.95 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -85.82919666985589,12.68976635564674,470408.109859856,-2739458.612117614
+    -94.58614748531316,-36.45787219737432,-355262.147288924,-8200743.687373014
+    -87.31197370172198,40.67671296741173,293942.761584834,361122.511203391
+    -94.35153451951503,59.70251092451653,-120043.381314197,2494605.528484587
+    -81.54753501422753,-37.640925028384444,805382.780982517,-8330838.732906147
+    -88.34984608679746,-39.20258686977805,205461.255184397,-8484931.090673791
+    -81.28643582073337,46.0861077224377,755342.397549778,983555.688883458
+    -93.62641403551798,-6.020387963337242,-389456.329846198,-4812815.501075797
+<EPSG:7350> +proj=tmerc +lat_0=37.75 +lon_0=-87.95 +k=1.000013 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -83.90304319747426,-64.13554563144696,1433612.123772111,-3.695899349328842E7
+    -92.86167755262578,11.166126693661283,-974743.071445021,-9529112.343933836
+    -83.58525317714738,-55.74724571400632,1686380.042486731,-3.390065152209329E7
+    -91.90219483774182,-21.116758414299454,-560494.609771973,-2.1276036192075793E7
+    -90.68809590523057,-37.85967269951373,-3206.0909385,-2.73599061535343E7
+    -89.0484010596141,23.573463033596582,419501.470435919,-5037038.932209782
+    -87.21532551110354,54.90968375503155,941994.759950492,6376951.058265807
+    -82.96891643748675,20.83590418171653,2489980.437926433,-6006639.294367624
+<EPSG:7351> +proj=tmerc +lat_0=39.7 +lon_0=-85.05 +k=1.000044 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -88.33101103260884,76.6365984977397,155352.124347026,4151945.042820274
+    -91.27847854790312,29.047905586682063,-367278.757289868,-1129625.373007115
+    -86.46945904548986,26.799517021394195,98847.921032307,-1394077.632347076
+    -88.30653526451468,88.88279409258016,232911.513844508,5517403.834028391
+    -86.08840689758851,55.253270860996736,173965.651556825,1765774.197419516
+    -82.33619452665201,-9.577660962551533,538035.182678418,-5420776.009787133
+    -83.01192652517828,76.31525239446071,293837.216581476,4114642.57874271
+    -81.34233405217766,62.023626848522895,434057.390899395,2525001.672784752
+<EPSG:7352> +proj=tmerc +lat_0=39.7 +lon_0=-85.05 +k=1.000044 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -90.11215936031621,-34.67576099826856,-735449.564920222,-2.693855613380218E7
+    -78.47587732353092,18.49092252722899,3069346.480754476,-7553492.555093369
+    -91.02428189305894,-66.97736989306688,-67331.733895555,-3.873051797226211E7
+    -84.4755345356257,-51.47303987634386,918358.785114367,-3.302333693244732E7
+    -88.62828305608656,-71.28080640788002,366921.779251848,-4.0276931126602925E7
+    -79.06054064060726,-56.6550498779897,1991808.223335196,-3.496791955377079E7
+    -79.6380677066258,25.52471716919817,2573906.529196454,-5003285.84878858
+    -87.99744300118641,-77.44374808557404,552711.714685621,-4.252721286770299E7
+<EPSG:7353> +proj=tmerc +lat_0=38.9 +lon_0=-85.3 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -85.61360880249654,49.791618347906194,217417.706828536,1246360.020878169
+    -91.01398086400751,-23.283687619589898,-345274.112253479,-6859181.024587968
+    -79.1419293702354,66.43157319611609,514522.469820259,3113217.280950568
+    -90.44700022092402,69.00168905145543,34281.243195085,3394972.049432291
+    -90.36051922853434,-23.993564781157318,-275413.510009023,-6935514.82764971
+    -81.78593723692478,9.753536050150117,625810.637650049,-3190924.803027914
+    -79.46944184084067,-0.8726508715201504,890134.774138913,-4368567.827101511
+    -87.04190708799382,-12.574364445147566,50679.016423238,-5662869.030807356
+<EPSG:7354> +proj=tmerc +lat_0=38.9 +lon_0=-85.3 +k=1.000038 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.72760282246603,-22.570734896783037,-31911.305431426,-2.2213514760684777E7
+    -78.69519878593049,67.60776785554003,1707544.941833394,1.064900206299846E7
+    -91.31289157913372,-48.95286875235588,-657131.826234559,-3.1868743041678984E7
+    -82.72692631093012,73.25991598461286,1058842.624754905,1.267467892952362E7
+    -89.03574997286256,80.03744543912967,550735.814794777,1.5158794082488941E7
+    -84.21190323244983,-41.23108158656185,1086713.510896498,-2.899779977700625E7
+    -82.04245020191277,26.771232017506236,1850705.753078839,-4281547.830372836
+    -82.30372955750221,-54.16925604361457,1429341.83494464,-3.372926068397803E7
+<EPSG:7355> +proj=tmerc +lat_0=39.3 +lon_0=-85.90000000000001 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -83.9831855083801,6.659577891020902,451993.728679906,-3579095.379828358
+    -86.73295729143231,-9.141117686283764,148439.648886362,-5326934.265364089
+    -88.91272743218641,-60.08050503286238,72332.200526028,-1.0983004047001168E7
+    -90.10695067577467,14.678463979749466,-213499.863083288,-2688254.463546698
+    -91.83973675525807,-75.58333358403239,75112.737415958,-1.2716527772645865E7
+    -79.82081559251242,-34.25948666886462,800314.585642197,-8125269.885936554
+    -82.82987904093689,-11.389291617442382,575237.041017226,-5577280.68359892
+    -91.30361855375047,-3.2732214009651557,-361463.753364338,-4679512.013584631
+<EPSG:7356> +proj=tmerc +lat_0=39.3 +lon_0=-85.90000000000001 +k=1.00003 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -82.70155384723155,-55.55548663176898,1449513.699209841,-3.438262158181648E7
+    -86.48166695038398,11.624529301848568,579282.633368658,-9941866.606596656
+    -89.34893486547145,66.18360078171466,277516.850607461,9947071.590913273
+    -80.9219716164602,-47.68331411995674,2013520.457305779,-3.1533184832382176E7
+    -85.93214256507052,79.85581501533125,785325.634426457,1.4938836455932796E7
+    -79.96981903765524,67.59072384722967,1614403.267134946,1.0487490557255864E7
+    -81.88447606273701,-53.26368249859594,1666307.279741559,-3.355508650990319E7
+    -89.80032273164079,33.54631948438116,-401427.527378989,-1954283.320038032
+<EPSG:7357> +proj=tmerc +lat_0=37.75 +lon_0=-87.05 +k=1.000014 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -92.98415026779544,18.77186613421371,-386568.332697804,-2056895.140823486
+    -87.14200892931096,-72.72216945189837,236948.586989922,-1.2216639876245609E7
+    -89.10696419197349,22.87825694334407,28891.351496688,-1611243.517974214
+    -93.4119895606267,44.62830501276818,-264875.733105363,819632.148743154
+    -84.07586134163842,-46.726914806522956,467348.169833486,-9325067.226155765
+    -84.34086116466841,-29.91479658177351,501670.757381924,-7457609.463085623
+    -89.88947861385658,-62.686089676820046,94605.223374535,-1.1100503745172836E7
+    -93.07300573471505,4.444039039203901,-429712.878995729,-3649659.666974137
+<EPSG:7358> +proj=tmerc +lat_0=37.75 +lon_0=-87.05 +k=1.000014 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.42255679779755,-48.40319844760892,696897.494978482,-3.11915750961421E7
+    -89.95560110356722,-53.62571926874988,156756.999518272,-3.3110416087810997E7
+    -80.83444196385007,30.255634848875985,2751841.470297871,-2555456.902223658
+    -91.95223406159204,85.97811091927272,661555.918750364,1.7751657452666245E7
+    -80.74595912521536,-54.45709434644148,2127908.591534848,-3.3461245776898455E7
+    -93.76292271097331,22.630588643769556,-1480359.900703204,-5329761.597468234
+    -84.25516757445195,-83.34063001845345,906119.144325739,-4.3973016900638215E7
+    -91.2047173508194,60.91650295361433,48260.95361381,8594533.872363983
+<EPSG:7359> +proj=tmerc +lat_0=41.5 +lon_0=-85 +k=1.000041 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -79.76925400597452,18.215114807734096,793932.605999143,-2537497.843387762
+    -89.75310710608937,23.424576780295837,-246167.054502745,-1960597.500893097
+    -91.95266369012016,79.80768410850138,102908.553324463,4311935.561978921
+    -81.26564037961023,-53.185018714495136,489601.919860902,-1.0462259508027807E7
+    -89.45729297113894,78.37273206266397,139763.298389747,4147335.354008585
+    -86.77050158258187,-51.29872116398405,116513.868388377,-1.024733218252612E7
+    -91.25050107602719,64.97560847707587,-54775.222828945,2663213.193689591
+    -86.9810274499917,42.14868362448715,76242.983083587,109952.316085549
+<EPSG:7360> +proj=tmerc +lat_0=41.5 +lon_0=-85 +k=1.000041 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -85.55830534414555,-86.4551745408243,774750.124963636,-4.6478709110705115E7
+    -90.46984755880639,-66.42226539491577,-13127.089710194,-3.917710306950529E7
+    -88.03442079699168,72.73600668583225,457609.281939716,1.1538176406668553E7
+    -86.4817356998106,-69.14712568927577,594205.94102317,-4.01415021497083E7
+    -81.79986881605623,33.283502318254094,1765668.322043302,-2858842.80873158
+    -91.01241463772666,-25.503220318563095,-1198116.247525811,-2.4264751879131198E7
+    -79.90889630070072,-84.02168018539018,981460.309611914,-4.559550274842379E7
+    -78.76788249826514,22.93871970385453,2887564.441091598,-6590638.563388579
+<EPSG:7361> +proj=tmerc +lat_0=38.9 +lon_0=-87.5 +k=1.000017 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -84.06503225043517,12.292664360940506,613880.130364466,-2909604.421285742
+    -87.64298269420648,-76.18394704990124,236186.873838435,-1.2730718759429872E7
+    -88.58722153325144,33.09180036328429,138496.79767971,-607958.458636279
+    -83.30600062176613,-70.88870151000174,393210.358221279,-1.2145041763339907E7
+    -83.07100172764524,72.17028587703149,391301.604268441,3745361.79390419
+    -89.02497928855666,-35.068770296727244,100896.011778856,-8154827.883074603
+    -81.84721588302878,-12.862872963555915,854490.899245047,-5700804.736692318
+    -83.13274876986804,-40.44752286571986,610554.042766266,-8759944.948728664
+<EPSG:7362> +proj=tmerc +lat_0=38.9 +lon_0=-87.5 +k=1.000017 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -83.99374010722545,42.481999880262435,1733312.513156618,1442721.784063317
+    -80.90432175373559,41.76345820264703,2587338.273681755,1230472.893733488
+    -84.88097131224167,-23.687605079875723,1664032.595971042,-2.2620243361545008E7
+    -86.56376545361373,33.166852326193734,1073922.163186416,-1967745.461138922
+    -89.39333941372172,39.41969330366129,252465.286989553,313016.346786582
+    -83.88363713975545,52.556622799703035,1591972.446511674,5118270.285582633
+    -81.13702936054658,17.75862333014102,3005018.813638568,-7531790.385965862
+    -93.97310361613503,72.35948097836629,70018.941146571,1.2377566169066967E7
+<EPSG:7363> +proj=tmerc +lat_0=40.2 +lon_0=-86.90000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -85.98255926758802,26.31879344057124,331607.512350564,-1503297.337729464
+    -80.18282555420977,25.708846874361427,915145.354981949,-1553978.801257004
+    -90.15917334023655,-51.61904453062686,14293.377037012,-1.0141992489532981E7
+    -86.08270642413387,-25.532625897857017,322150.526136687,-7241234.894010308
+    -85.90781419540892,-79.93939244494774,259356.935594406,-1.3294620400754126E7
+    -88.94708266525001,59.5213044536562,124135.59460971,2186845.836503479
+    -85.06720275188432,70.63789558229726,307837.396698095,3425523.701659292
+    -83.61633818345288,88.60177475061568,248944.838915247,5430452.915883152
+<EPSG:7364> +proj=tmerc +lat_0=40.2 +lon_0=-86.90000000000001 +k=1.000026 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -82.11446093085033,20.87210877216222,2422650.4116324,-6887934.808304795
+    -80.43086459756057,81.94591847492393,1118849.871569239,1.5395214773028579E7
+    -89.67271137195806,83.33593071526406,669535.651745831,1.5888798019395124E7
+    -89.9780018672531,-36.93970179269316,-112330.351446146,-2.7920570899171274E7
+    -92.73058108670782,-45.07518490655192,-718932.840517467,-3.0924646361131236E7
+    -83.00795987202397,41.16533313531812,1859183.600941807,493799.472608515
+    -83.73688764739194,-60.49488854452571,1357667.812135088,-3.6513756973981194E7
+    -92.4551338773291,-36.85269028611563,-838765.024420273,-2.792172389318331E7
+<EPSG:7365> +proj=tmerc +lat_0=37.8 +lon_0=-87.55 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -94.32351489736547,41.54578479247991,-325331.132010768,474112.706726106
+    -93.38829483846231,72.03113538998832,39169.684994012,3856104.706645822
+    -93.67527930244532,37.35678476995665,-302945.50834782,4455.791280377
+    -89.10421213637109,25.586727646936538,83840.993791289,-1317354.29259081
+    -83.0630112531623,-39.70592154901262,624878.57112119,-8555943.355860984
+    -85.86418838758127,52.354211552079136,354859.701054489,1654820.203755537
+    -84.1179654988329,2.9936801136202575,621768.807237257,-3817732.18678228
+    -91.38237523475,-66.42065209253667,68947.178642402,-1.1524464334799152E7
+<EPSG:7366> +proj=tmerc +lat_0=37.8 +lon_0=-87.55 +k=1.000015 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -90.08544762713436,-6.182215437799556,-133557.925533348,-1.5858439087251859E7
+    -91.39841108607361,17.061322375259465,-557514.718479669,-7408765.902477839
+    -81.01951641108148,50.15257305056301,2318072.112559376,4688288.093883094
+    -82.93794653652779,-29.107155574080018,2261127.847104047,-2.421045970128509E7
+    -84.34379859626502,36.01020844593236,1735878.987702903,-517939.193183544
+    -93.82498139853352,-47.84737166349731,-753166.572525449,-3.106948388261989E7
+    -86.7260140078315,-53.643383257284725,966187.494147682,-3.3123262641146664E7
+    -89.78966035452673,-53.52646690904427,300129.567484304,-3.3087194756123856E7
+<EPSG:7367> +proj=tmerc +lat_0=39.25 +lon_0=-87.45 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -82.3315641901817,17.22381565100615,785002.679025875,-2398008.329277219
+    -88.83984630862125,64.57246668511223,173389.977395766,2854201.270061877
+    -89.54291703500857,54.87997118396348,105673.469705204,1775651.808881829
+    -89.70537821549283,20.110176718738586,4094.331727578,-2084140.53272526
+    -93.88224007872361,84.52474530959518,171591.229524475,5084100.445588484
+    -83.21561906732794,-71.06032098043454,393346.478632022,-1.220314503765109E7
+    -89.58885703658085,4.657619665765196,2625.022896156,-3794950.879360429
+    -86.44347394688278,-39.785898564842576,326221.516246741,-8716674.949948147
+<EPSG:7368> +proj=tmerc +lat_0=39.25 +lon_0=-87.45 +k=1.00002 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -89.07509785304866,88.06178342876106,767260.939841436,1.7963929896307595E7
+    -81.28847149734455,66.16130969370744,1698286.267093534,9987842.320105178
+    -91.98256900248542,66.31725510891113,121060.518959223,1.0024192575172573E7
+    -90.11867019748466,46.556300753009,116001.541073207,2792454.220590793
+    -82.96176036713302,57.864752549824885,1661051.01557733,6938441.693795575
+    -92.49503995889684,-19.432794446451865,-952628.9031527,-2.1219600657708038E7
+    -90.75175753461912,-8.336564175461746,-406473.553763425,-1.717109382935185E7
+    -89.10308237874362,4.200874208277298,185176.060396716,-1.2616855011904055E7
+<EPSG:7369> +proj=tmerc +lat_0=40.55 +lon_0=-85.25 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=m +no_defs  <>
+    -86.98904869883343,85.79362354645721,225754.498470302,5077933.376694459
+    -91.273367383464,26.43129765800346,-361520.313974692,-1515927.351711076
+    -90.90779054219216,-40.479162675707045,-239886.229042419,-8953049.44271189
+    -88.8353756910723,43.30754803996672,-50914.00298706,348544.1419838
+    -80.15273462714521,45.99131026462672,634908.381546926,653190.414977369
+    -82.35031066207783,10.66279086819749,557392.573690793,-3274060.442677884
+    -85.30832043351207,-32.83589832683206,234539.514828224,-8089427.425586656
+    -89.49421588028991,-13.201457251397727,-220453.988214992,-5918701.605454898
+<EPSG:7370> +proj=tmerc +lat_0=40.55 +lon_0=-85.25 +k=1.000034 +x_0=240000 +y_0=36000 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -81.5245740863691,-29.378918246342977,1974454.942954315,-2.5301485551411446E7
+    -81.84092360346534,58.3643962774041,1441894.338861819,6635127.888685937
+    -84.50972427566947,-0.30909876224333743,1057776.872295205,-1.4727451115641678E7
+    -88.10487303864757,30.795268029095723,-109241.236996398,-3421495.529926165
+    -88.92367639689716,76.52727671574115,473993.507373584,1.3274039859527156E7
+    -87.48203895390489,-67.32104113108485,472236.483520672,-3.913014496894457E7
+    -83.29616698510353,31.947588838898724,1393536.984373375,-3008279.580790866
+    -78.60259989693816,0.8798362500130565,3220465.14900904,-1.4293935227802875E7
+<EPSG:7373> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -58.088371928445014,-58.43727730446229,-58.088371928,-58.437277304
+    122.37096878049755,-51.85577357857922,122.37096878,-51.855773579
+    123.76413807977576,-31.881520445540367,123.76413808,-31.881520446
+    47.16253378397499,-25.000582012559533,47.162533784,-25.000582013
+    -173.3105226140347,75.16607151228274,-173.310522614,75.166071512
+    -100.15182233244273,-70.9987171622391,-100.151822332,-70.998717162
+    28.377297762043668,-11.97765271853119,28.377297762,-11.977652719
+    68.10695313272433,-38.109334505556255,68.106953133,-38.109334506
+<EPSG:7374> +proj=utm +zone=39 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    51.137535396501654,-39.946212884389034,511749.188286069,-4421796.456865256
+    45.249879616401664,83.5652777118423,428171.401184944,9283147.831846964
+    48.43381475676706,-61.57981150603035,363767.661281783,-6830055.956925373
+    52.340744414008995,-22.464431037584532,637946.594979216,-2484851.228954395
+    44.46160884185394,-60.10826842861567,136894.001925741,-6681460.186837316
+    57.7934156662331,-4.760918277005231,1255104.878403423,-529965.375324395
+    47.923800312070775,3.245906325338453,158077.120895414,359294.129422481
+    57.57338159992025,-46.74707974160597,1002030.709830492,-5198078.389204736
+<EPSG:7375> +proj=utm +zone=40 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    53.37758418274034,8.4102116444476,100965.662833162,931494.616303672
+    54.8069542180037,10.530060583076065,259996.712400783,1164858.516074126
+    51.85287561333177,-82.15182782958036,421635.78613374,-9125266.546983108
+    63.13029462273035,-32.34663168014748,1077323.636147466,-3595421.736276916
+    58.981071934049204,-71.97435975328794,568411.050471514,-7987197.335032997
+    58.958515631699,58.23390263939612,615000.469461034,6456423.079531874
+    52.63720250144504,78.29130845149606,401250.637140829,8694563.440233624
+    55.43541604843341,16.564234066455214,333063.052893357,1831999.373942681
+<EPSG:7376> +proj=utm +zone=41 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    57.985243731308834,41.35884393179515,80478.507366622,4590741.193380543
+    56.718692290003034,36.901947045928694,-59917.273484703,4102466.422628885
+    59.68950768823847,82.80018671912637,453703.670023169,9195480.763381237
+    63.838797857487556,-33.77949476175084,577661.808855189,-3738023.317668243
+    68.2611132004351,-49.15481790804391,883539.030413112,-5458004.699189785
+    61.88056746698251,86.99794691306104,493454.852343029,9662854.763416665
+    58.01075896448,81.83590778539275,420996.062564381,9089919.009251466
+    57.83453677558229,-27.73335399107576,-9519.895953696,-3078372.227189797
+<EPSG:7400> +proj=longlat +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +vunits=m +no_defs  <>
+    -156.2277459247759,12.018439841169581,-158.564857435,12.017228261
+    -157.94664273145716,-85.80431260030042,-160.282957562,-85.806571652
+    57.92548527557483,-24.918870658601534,55.587162303,-24.923364025
+    18.55534168471158,59.48220802360362,16.218172864,59.482119594
+    -7.834804117636139,33.85833320502458,-10.1711435,33.858054551
+    154.2662427194912,-39.3639429303541,151.927539949,-39.369972438
+    -177.65420932941558,19.25506959357807,-179.991943344,19.254808632
+    -163.53489520916074,49.869466408940696,-165.872262414,49.871935404
+<EPSG:7401> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    39.250051779732075,82.40211889827418,1339784.903724143,6741836.627011948
+    -71.21635751689567,-4.598792024657403,-9423058.086950883,814672.441970406
+    44.03794085182204,81.5473029410817,1494208.841164361,6675263.596949955
+    -3.3186532946967873,30.524887354513446,37172.763894612,390723.056640781
+    23.197432249413424,-6.000849961111447,3924193.789121052,-4030003.574609973
+    -51.64087108553262,47.93671831291674,-3123696.949139917,3657783.992761199
+    -20.174862507869754,79.43713203179206,12360.222833688,6203908.271716603
+    -37.76343083152075,18.718208995589567,-3907945.828989874,143942.03345812
+<EPSG:7402> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    -51.514749854482574,67.42445892631495,-1706404.234401478,5377153.062309286
+    -6.976173130538726,-5.99803216970866,-898038.459422723,-4384431.55684205
+    36.17930769358189,7.109714803673921,5080336.047185414,-1554937.583657127
+    -57.852104329282746,86.49679734496134,-43633.809427581,7529868.358513327
+    -8.134791529742145,34.307827409095665,-382567.902821262,868018.945175781
+    -8.743796157478599,46.99181719383793,-239972.475068901,2280640.25493606
+    -56.197122824253015,34.66123073922965,-4386299.81716648,2790097.988211265
+    -79.9508443408721,46.76821317686627,-4597965.919774969,5196682.227744019
+<EPSG:7403> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    -41.140411892110585,72.27142687845978,-1059346.201793478,6946971.934834307
+    -61.60458740030322,14.072097256616605,-6454276.133837741,2612617.577126188
+    -56.39303119741413,35.836814411165975,-4315616.285705431,4111116.004413738
+    -2.9211191922405533,29.983107796271447,78397.752018094,1634996.171604707
+    5.445119170190495,-7.183484640331109,1091924.146528111,-3231918.842525464
+    64.91285609880777,41.27710100881986,5357497.922583654,4786624.746849793
+    60.66740749650714,19.0114120476398,6753954.322334364,2609919.86907086
+    -56.25220722260181,87.61453763589192,70427.932871163,9177246.618599523
+<EPSG:7404> +proj=longlat +ellps=bessel +towgs84=414.1,41.3,603.1,-0.855,2.141,-7.023,0 +vunits=m +no_defs  <>
+    166.98448046498493,-33.416694804562596,166.987627064,-33.419253021
+    115.89950934285542,-64.62445857271697,115.908286242,-64.625194976
+    -78.1696125431569,-68.39090848171843,-78.176143723,-68.392970844
+    136.75063310032363,-26.621685968935736,136.755445948,-26.625238108
+    -150.38566660012222,74.66447586536907,-150.389744003,74.658823833
+    14.651328175843474,57.16457106447041,14.65422779,57.164825006
+    54.16360235446638,-51.32817796097581,54.169597005,-51.332377807
+    38.10936102771791,-73.71769856854812,38.11782527,-73.72130226
+<EPSG:7405> +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +datum=OSGB36 +units=m +vunits=m +no_defs  <>
+    4.842922967090644,-42.27682218009512,964416.515378014,-1.0230592053691732E7
+    3.3638051990820586,-11.216381116119194,986390.728952463,-6772821.713891458
+    -3.220458975295621,-87.14563027984276,393319.838673119,-1.520608180798297E7
+    -0.4776555978986856,-1.5820726616534984,569434.561006049,-5702523.87940184
+    -1.6603011534792644,-51.37618809985008,423730.559083327,-1.1218969152059514E7
+    -6.358841932352732,62.05251297026672,172306.546126539,1360192.161873884
+    -8.43136015676381,7.704167078044293,-310593.031693346,-4670653.56350385
+    2.6432193649565736,40.14852067175548,795659.750757152,-1072981.196457217
+<EPSG:7408> +proj=longlat +ellps=bessel +towgs84=565.2369,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812 +vunits=m +no_defs  <>
+    44.86693588149015,-70.4358163764656,44.877206399,-70.440370424
+    40.5519000384524,-82.5244665210213,40.575277116,-82.528809536
+    -171.70455025921024,-75.43196255371511,-171.70554553,-75.427921429
+    103.83091031960998,-68.82054485309254,103.845020708,-68.820840777
+    -164.57975670803197,-63.40283979943924,-164.581444313,-63.399878258
+    -41.24700033735081,4.998196711669365,-41.250193419,4.994205251
+    85.96203852675046,23.02736598644273,85.968062184,23.02350221
+    -57.7583503406738,-54.65990521999497,-57.765453008,-54.663704275
+<EPSG:7409> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+    -123.72121920188397,-48.28475674626816,-123.721219202,-48.284756746
+    -89.68628755355786,-56.93766198658411,-89.686287554,-56.937661987
+    166.74692021073042,0.388644974309301,166.746920211,0.388644974
+    -36.99867440123114,48.40756524104529,-36.998674401,48.407565241
+    -80.01425826397062,16.112945605220702,-80.014258264,16.112945605
+    79.8749170237291,54.25974141998876,79.874917024,54.25974142
+    32.411581297352996,-85.05125679329021,32.411581297,-85.051256793
+    48.622605082997865,38.557257444633734,48.622605083,38.557257445
+<EPSG:7410> +proj=longlat +ellps=clrk80 +towgs84=-180.624,-225.516,173.919,-0.81,-1.898,8.336,16.71006 +vunits=m +no_defs  <>
+    -20.697768059435305,-4.515213609805613,-20.69760555,-4.517789655
+    129.81216647797226,-39.96901912841151,129.806754074,-39.972475944
+    -77.44444629032326,-55.54041888023882,-77.443866587,-55.545910987
+    -28.74883886441785,66.84863016010664,-28.744539744,66.849311139
+    46.112398580351766,2.037531821268175,46.110299256,2.035886708
+    79.8308032529801,-30.630888711651934,79.827377218,-30.633705619
+    -89.11240604048989,40.88635488569133,-89.11208678,40.889366694
+    16.82378237917453,-89.07941002379596,16.935160186,-89.07783902
+<EPSG:7411> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    -5.45773538363143,-5.7088888615342706,-650067.797591923,-4364781.423738862
+    67.93857982866581,43.91529335314574,5283637.092205714,3955828.700683009
+    47.600714294432606,17.376322489452118,5717595.42512468,317810.369573405
+    -3.9842320312893236,35.35072864774735,15261.06835197,944071.410368876
+    -52.37031972049241,-0.40083213031077136,-6969550.66625968,-860138.863038884
+    62.25437238304082,-12.986331036792787,1.0172370460280884E7,-1825304.31546436
+    -63.10269381317161,29.044291726650997,-5317320.293156083,2815787.745673443
+    21.72177090588697,82.97736348542927,976798.133300386,6702958.744162734
+<EPSG:7412> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    -8.096469900108033,68.18610298276343,129837.273393098,4678043.557823533
+    19.547460995483704,3.0920744540048446,3053672.321869271,-2826458.374556693
+    27.47375849677364,33.66521838476969,2948499.353312091,1108268.650908163
+    55.01931720095885,87.47378036626519,1054620.333372514,7625867.157173262
+    -56.064371582990304,32.74777906324925,-4524276.271589429,2621538.418084657
+    44.47724684556317,80.14881759622621,1609758.44581047,6500142.867617428
+    -56.73067722323275,47.848496590681236,-3416494.415718873,3901108.74245381
+    14.232148372976795,-11.927652945274316,2661293.905418439,-5316456.478190476
+<EPSG:7413> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    -77.27214560883829,58.405153202122804,-3501194.164291748,6962582.972996918
+    -57.02061074755467,50.67802716059401,-3267356.891611271,5390741.252300003
+    53.41798222608537,-14.013084659309948,8840218.915278113,-1740386.560451705
+    47.23818975806353,62.206565383991176,2954625.440762182,5910998.977911726
+    -65.07009595652103,42.96166524307092,-4306073.217887658,5202184.538324913
+    -13.887271457579871,28.45079744538294,-1034510.32505342,1604645.632225659
+    56.9364294347443,-14.041089373558183,9328408.128469171,-1381722.090046481
+    41.623458961821555,18.96102148199624,4946437.671212912,1385007.532557286
+<EPSG:7414> +proj=longlat +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +vunits=m +no_defs  <>
+    -110.01606607636884,-86.0233251820519,-109.975925528,-86.019854271
+    -175.4454739956927,22.093381813165593,-175.440460443,22.08762855
+    -155.12930700915302,22.645131634176167,-155.124230018,22.63875431
+    19.827662691814652,37.90630322803733,19.821671083,37.901075094
+    62.956145979068964,-19.382019263945892,62.952708547,-19.388598326
+    -120.60246782722555,50.10539269196221,-120.597096457,50.098381747
+    100.26025999708719,-38.16487756304747,100.2596471,-38.172040407
+    32.95736581152835,54.32351794375859,32.949598865,54.320502916
+<EPSG:7415> +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +towgs84=565.2369,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812 +units=m +vunits=m +no_defs  <>
+    20.30949359913035,-70.70344623294122,2572105.260670091,-2.298299958028208E7
+    52.01331608447748,87.5166143259768,377838.078103443,4630939.262527362
+    -71.11310930416366,-15.935431190605769,-1.2770503133797478E7,-4262668.237966538
+    76.33990153729815,33.1898337895299,6467528.192537323,1429840.749429262
+    89.80405710246396,-81.3561546131415,8577320.145837246,-3.404135388957105E7
+    74.0975098922629,51.634971863999795,4361264.963434975,2667983.98848747
+    81.82981306150626,81.1992241006127,1210521.360205931,4561070.821315277
+    36.890529929638376,-24.637233759914224,5433961.55281147,-9131500.545109173
+<EPSG:7416> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    4.4317008374886715,-13.750896907550356,5671.197043283,-1524868.652855953
+    8.233661991583814,58.414760392068985,455227.934689275,6475143.297131991
+    6.758023509345269,86.45138060734342,484510.743453961,9602071.686257165
+    5.433964368599172,41.85861163254913,203995.341769869,4640229.250610311
+    8.027634435573038,68.6927146745069,460570.088701274,7620410.787440617
+    4.987593857491783,-10.87985580208003,61157.296879127,-1205598.952461924
+    6.638581638056243,-19.293940024059737,251845.346096607,-2135042.129946317
+    3.6311575756107506,15.531518172554186,-76467.996059101,1724363.091356636
+<EPSG:7417> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    9.83342535744742,-18.95895817703385,-44500.791584146,-2104277.606107716
+    12.693792914553747,49.67590772118018,333619.742541056,5505151.157361177
+    9.307227084155198,-14.267431697368778,-114944.703490803,-1584850.321863377
+    19.284845994845277,85.37710724682961,538521.390322923,9483269.898531573
+    16.821754390440997,81.05811311157802,531606.977785853,9000187.463904962
+    20.629456773563284,-29.435872269349666,1046449.963174035,-3269498.146073362
+    12.382534146257715,-74.39877273744453,421447.843136993,-8258255.941833403
+    18.654592681606214,77.2789995643362,589780.651126266,8580701.746298684
+<EPSG:7418> +proj=tmerc +lat_0=0 +lon_0=9.5 +k=0.99995 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    7.02223684964972,-0.06256131909472629,-75895.964886357,-6923.843601193
+    11.849860972168994,34.846913499619745,414923.596923129,3859935.841917364
+    14.827195680888225,-46.32325669948182,610204.752394598,-5145572.504683293
+    3.8096452983861004,14.538536991473592,-414151.23795222,1615524.124585234
+    9.103667260288153,-10.797263765188816,156658.277012336,-1194008.938123424
+    14.193246805517708,24.438163494717656,676244.240586735,2711766.741140942
+    6.2587443532155795,-28.925045970903398,-116126.541664689,-3205129.492651405
+    12.106777860031366,16.13192550813271,478899.032261953,1785916.51579668
+<EPSG:7419> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.99995 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    18.057402875147197,-71.31969501874018,716291.988881868,-7926666.812829457
+    8.31200886063709,-80.89424701773385,434861.186348942,-8986615.553200735
+    18.355772855384934,-11.098679555573938,1195671.052074406,-1234770.418149717
+    18.538770541506914,48.38906293598987,984128.782849184,5382118.012820294
+    13.785328808291357,43.33582143365447,644776.273200294,4801336.523956848
+    5.912952324253829,42.898509260353705,2796.123024863,4769221.057731346
+    8.719857641389433,79.01565066845399,430238.522593457,8776752.975809118
+    11.554590341442298,-63.17773833840632,477568.422450481,-7007923.22937764
+<EPSG:7420> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    8.361022125393536,45.09850928367541,377439.818150769,5017384.747664663
+    15.711185437101628,87.70421029685878,903181.943089581,9745560.960318903
+    10.684158127108425,-21.11564138074509,451310.388880694,-2341976.291642054
+    19.477054894985873,-19.859916244104824,1369293.674565474,-2203096.261949765
+    11.530943276200638,76.07717828914835,806836.910666018,8449914.494479358
+    20.800674531046248,39.60737511245591,1398327.46671835,4402047.757152575
+    18.053614607088903,39.43997183214108,1162901.87723684,4371802.392910318
+    16.83173537451826,75.58516364790651,950913.492925632,8393042.575172774
+<EPSG:7421> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    -64.35568151360398,-5.835215752446396,-8888827.924695456,-161160.917008426
+    40.23723740930541,8.061136398336576,5517726.173306997,-1196059.430815295
+    49.47059501504583,31.479483797812456,4956662.426636843,1826950.056139143
+    18.726496579524408,85.43946272409775,833152.534322327,7097835.625449764
+    -35.715034226082345,40.205820064238175,-2534052.254857558,2239724.80765244
+    -50.36463287965683,46.030095663015004,-3181166.866397353,3431858.977156275
+    -50.922113400444,-1.6351629873733735,-6917725.50099754,-1142690.713062823
+    -77.1973095041642,80.05681766975778,-1087223.475477875,7144233.723614712
+<EPSG:7422> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +vunits=m +no_defs  <>
+    33.86937862931255,81.1117386505328,1358156.255385326,7909906.416502328
+    -7.7298005226719795,31.914821822844303,-370067.35027671,1897231.021960326
+    -72.50652189722908,2.564800214668818,-8538891.180152265,2673272.51241265
+    -23.04565484465357,73.1534021846774,-363881.547701732,6764674.956288982
+    -63.075294121291954,59.27028999449182,-2883602.090430227,6370879.033305751
+    -4.876245056460107,16.982797170621204,-249098.973167714,124487.641711826
+    69.85974699125356,34.87783326176668,6171833.121970067,4594039.225276303
+    68.39048690237573,77.07039270547853,2496006.789843812,7958621.622928492
+<EPSG:7423> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+    -40.64995814778922,5.759576014875051,-40.649958148,5.759576015
+    -40.28817296291342,52.408647991319356,-40.288172963,52.408647991
+    97.06480127460753,-34.55901723697581,97.064801275,-34.559017237
+    -60.62889876213873,54.77639260989565,-60.628898762,54.77639261
+    34.957303537743144,31.350841000283822,34.957303538,31.350841
+    174.359749156359,78.8811418235995,174.359749156,78.881141824
+    -36.79761926283334,5.3590319575563825,-36.797619263,5.359031958
+    63.07917159282593,-2.727935181836912,63.079171593,-2.727935182
+<EPSG:7528> +proj=tmerc +lat_0=43.36666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6942 +y_0=0.0037 +ellps=GRS80 +units=m +no_defs  <>
+    -90.87200201648436,-51.79779155998022,87060.216858903,-1.0545044856700985E7
+    -86.82469472549582,-9.068010894423836,496487.198325213,-5807966.19356384
+    -96.78264500670278,42.61076358516823,-409451.554621437,-61616.413550934
+    -85.29689636766624,55.53084537525791,444094.021143352,1362977.236864689
+    -94.82280464290528,-86.56925061322046,115020.051166485,-1.4424111837443056E7
+    -93.95464254317953,44.100098434612704,-169454.111274128,89103.96935518
+    -96.53082313349854,-11.605166172781992,-566480.655059037,-6095294.049304781
+    -91.52959449103281,-60.457181966854456,63049.742948326,-1.1509863382443722E7
+<EPSG:7529> +proj=tmerc +lat_0=45.70611111111111 +lon_0=-90.62222222222222 +k=1.0000495683 +x_0=172821.9461 +y_0=0.0017 +ellps=GRS80 +units=m +no_defs  <>
+    -89.99667139626648,50.096639651678004,217583.3803205,488387.288462225
+    -90.56438022237117,45.829357163285806,177316.55490444,13700.709870436
+    -87.28639413876378,-18.37330250993665,525530.188397027,-7099311.354736706
+    -93.19664239745444,-85.78006120284817,151669.088754844,-1.4595250624590678E7
+    -89.32512903734181,37.20762055839553,287972.076416622,-943126.538701184
+    -84.88224618904415,-13.588498551003497,794985.318881598,-6573904.33709671
+    -95.34406342138459,31.616406924410626,-275459.491515853,-1554482.791971788
+    -84.6815971827206,-49.36564653173836,604220.904742942,-1.0551235395273335E7
+<EPSG:7530> +proj=tmerc +lat_0=45.13333333333333 +lon_0=-91.84999999999999 +k=1.0000486665 +x_0=93150 +y_0=0.0029 +ellps=GRS80 +units=m +no_defs  <>
+    -91.97330274504121,78.59519393351056,90426.924402273,3728708.462015215
+    -97.48209235787647,27.849187265699072,-462136.665158905,-1905350.518271035
+    -91.18096334614987,37.91712677577168,151982.396924158,-801290.588106396
+    -92.11723182415668,-81.57643335932707,88777.66020442,-1.4061628776208302E7
+    -85.39706649364942,77.74754473827204,245798.114673981,3642473.774948651
+    -95.25695394624806,56.146015042818334,-118580.138782719,1230348.545015027
+    -94.76681790103832,22.46544272205459,-207161.197213239,-2511621.185616632
+    -91.65477438609862,-11.89968702814214,114419.488758764,-6316064.614728023
+<EPSG:7531> +proj=lcc +lat_1=46.66964837722222 +lat_0=46.66964837722222 +lon_0=-91.15277777777779 +k_0=1.0000331195 +x_0=228600.4575 +y_0=148551.4837 +ellps=GRS80 +units=m +no_defs  <>
+    -7.854299088326741,-6.68210657939382,1.137240550680851E7,-104967.510499489
+    -165.56577201500107,53.73102256074925,-4017698.547373186,3105703.816239063
+    -155.98662652837456,80.73531897328061,-1163716.841008412,4885197.53089304
+    -111.90378600229529,-3.3972161985465608,-2966899.114776066,-5671317.789667383
+    -114.15932479124228,51.87177197827398,-1340238.572069629,958698.239048219
+    -64.81538018334709,35.277818496635035,2624560.649126098,-720236.702877782
+    -82.17908495277133,19.286242319200177,1271501.927459054,-2938194.146825384
+    -85.44360483510125,74.14911664635834,432425.140230944,3369118.857806025
+<EPSG:7532> +proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31600 +y_0=4600 +ellps=GRS80 +units=m +no_defs  <>
+    -86.63340700451242,-43.13582973868484,142790.469386841,-9537027.193335991
+    -81.12571233329777,-33.827711934549136,668555.385700728,-8524174.405546429
+    -87.02070091077924,6.70924279660062,139880.795778965,-4016188.558698357
+    -85.25928045509879,24.570530869241964,309305.172000269,-2036915.539847062
+    -84.74369396286471,55.08324307318637,239518.416217348,1353251.195152202
+    -81.66164682405922,-39.52316329808898,576825.535456276,-9154123.931924
+    -92.16064376763345,-75.85139219837332,-81886.341117108,-1.318435317820349E7
+    -93.62795801595661,74.09396552480032,-140401.366665229,3475892.597650933
+<EPSG:7533> +proj=tmerc +lat_0=43.48138888888889 +lon_0=-91.79722222222222 +k=1.0000382778 +x_0=175260.3502 +y_0=0.0048 +ellps=GRS80 +units=m +no_defs  <>
+    -88.43683343662312,27.115127092570603,508580.268178863,-1811425.166100363
+    -95.22858074029729,9.255534432771299,-202006.138182929,-3791014.560398499
+    -91.71681616543242,39.13795422598392,182212.358502419,-482397.110805409
+    -87.95826669025617,-3.288709773192892,602247.80647541,-5180871.479757119
+    -86.7319027604707,55.285783710096865,496967.850700772,1324596.727846286
+    -94.63970934755191,37.91824704557766,-74714.089651567,-613988.468569961
+    -97.87366693048274,57.89730757692391,-184804.479390538,1619903.121550677
+    -95.67283300814049,70.34191281214493,29771.744817459,2995675.452729997
+<EPSG:7534> +proj=lcc +lat_1=45.89871486583333 +lat_0=45.89871486583333 +lon_0=-92.45777777777778 +k_0=1.0000383841 +x_0=64008.1276 +y_0=59445.9043 +ellps=GRS80 +units=m +no_defs  <>
+    -151.8829392695834,8.99002638050042,-7089010.815336015,-1507253.653195234
+    -52.800442190229276,32.55502458843815,3729055.282365864,-504759.529741343
+    -68.48979371450204,19.34579651690823,2797138.881939449,-2571456.669022267
+    -167.1051684796864,49.51851726832007,-4596071.1705857,2816434.697443426
+    -129.15199666021618,4.14364628603165,-4913435.83391415,-3797277.513568358
+    -16.652028411430024,55.21810293469929,4253835.621018545,3255962.356881902
+    -160.7079126258088,19.386765510787356,-6904343.760763982,196387.399769489
+    -87.23518409579557,14.827520772306716,704828.804565855,-3524484.931850671
+<EPSG:7535> +proj=tmerc +lat_0=42.71944444444445 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +units=m +no_defs  <>
+    -91.71915438957365,25.63931675893855,-78633.732922615,-1890797.292963355
+    -82.91319844963962,-44.20468650477579,691340.289791593,-9643599.950915
+    -92.84492673191826,67.51537442850181,59370.038285212,2766856.200292614
+    -95.46507501105566,-60.61426400094957,-136191.551951821,-1.1474606130967133E7
+    -84.92106263468428,42.4711313761355,539100.879512547,-21373.042893685
+    -86.27387196513389,57.70616028644463,377458.280994018,1669230.715540724
+    -88.49691344581805,19.40952899864878,245079.084748802,-2584626.283509347
+    -85.21417403423474,38.92006065290376,529755.578264292,-416798.322087101
+<EPSG:7536> +proj=lcc +lat_1=44.97785689861112 +lat_0=44.97785689861112 +lon_0=-91.29444444444444 +k_0=1.0000391127 +x_0=60045.72 +y_0=44091.4346 +ellps=GRS80 +units=m +no_defs  <>
+    -106.1534579515122,83.0556095953023,-240076.382331349,4819246.706092302
+    -28.104812507764933,61.58183177515966,3235501.113194339,3225253.601779074
+    -101.46003230129892,70.59342637248888,-368189.893817089,3041306.178600794
+    -72.78964586044111,0.758575974734562,2723061.248210298,-5023810.100274112
+    -104.92901742428054,-10.283049591241035,-2196903.484149834,-6853044.537451963
+    -86.71742904710777,78.63433331052032,191852.150687398,4106276.307505796
+    -168.07139054504387,23.822387506545724,-7076566.749015168,1303986.118036918
+    -108.48374103512101,37.03947107964046,-1471843.625782814,-677231.373282837
+<EPSG:7537> +proj=tmerc +lat_0=43.6 +lon_0=-90.70833333333334 +k=1.0000463003 +x_0=199949.1989 +y_0=0.0086 +ellps=GRS80 +units=m +no_defs  <>
+    -87.30280422780861,88.92624720845865,207073.374910598,5053100.809911166
+    -93.48942374260321,-35.798400567770045,-51483.892552823,-8796530.914916469
+    -94.98499428556885,30.11524209577196,-212422.806992703,-1488829.037250208
+    -95.21170304072571,-57.8715387135702,-67193.716021192,-1.1255772790615909E7
+    -84.4689306451092,-22.10709419790625,844707.803160214,-7288622.983846357
+    -92.73087221147682,-3.539832111849705,-24829.158330557,-5221285.149861418
+    -89.58068577757513,-62.50307579513375,258059.917989789,-1.1763429438658524E7
+    -87.86718737342285,53.122996958503194,390140.38164437,1062751.808452936
+<EPSG:7538> +proj=lcc +lat_1=43.46254664583333 +lat_0=43.46254664583333 +lon_0=-89.39444444444445 +k_0=1.00003498 +x_0=169164.3381 +y_0=111569.6134 +ellps=GRS80 +units=m +no_defs  <>
+    -110.97514915746206,-2.863276104646811,-3014124.507147981,-5157664.35979068
+    -140.8516551929477,10.538964772368217,-5960098.635369636,-1773409.720409439
+    -5.094513450167142,87.8068425090422,842177.46042363,6431711.933326051
+    -17.550471764833645,86.09910181059402,1065141.44828685,6085047.466590352
+    -141.87635359584982,72.56812298443576,-1786986.562527824,4170021.380816069
+    -10.023365142862247,-5.670659846066927,1.0642528966986967E7,-591189.398473892
+    -38.14418577848818,28.32352621512169,5040428.986901786,-39199.62786613
+    -139.423988507623,-5.132471826541831,-7046131.802463755,-3679571.289450843
+<EPSG:7539> +proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6274 +y_0=53703.1201 +ellps=GRS80 +units=m +no_defs  <>
+    -155.67284496757676,13.704686945571147,-7018860.576996775,-448923.373168276
+    -165.01387800717,11.45405253458991,-8007437.168331057,211428.902587847
+    -121.22510081843076,20.752925141657578,-3197229.154054282,-1890518.854225607
+    -94.46547759552277,40.97107815244504,-183292.976905002,-187693.263842871
+    -143.075502198654,23.69566681737618,-5140493.723245936,-458031.708982071
+    -170.74714443128116,66.99185292204204,-3199966.483116625,4504571.995102516
+    -33.13644775281941,-4.594013399750654,8208318.252102622,-2939040.069156223
+    -32.46950781029548,46.962701005750475,4219679.607208365,1967653.767740649
+<EPSG:7540> +proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.42222222222223 +k_0=1.0000384786 +x_0=247193.2944 +y_0=146591.9896 +ellps=GRS80 +units=m +no_defs  <>
+    -49.920520976935705,53.18510780574734,2834125.62451675,1898034.78108332
+    -11.322026662738722,80.43134921403731,2031003.000509693,5652638.104278478
+    -145.88260086869573,51.45659545219541,-3428963.796692978,2368319.088023026
+    -80.87046899868238,28.470178833367903,1109081.672375958,-1446181.733255296
+    -83.67337376114487,47.636517355308605,680293.460237987,669572.59512608
+    -125.38295522182476,16.961830180047706,-3835585.732143759,-1954623.46301232
+    -134.98176147660155,-16.159365098408877,-7308625.800828977,-5538898.68876347
+    -63.12951899240801,20.955390393331648,3127763.40401076,-1908658.032009045
+<EPSG:7541> +proj=tmerc +lat_0=41.47222222222222 +lon_0=-88.77500000000001 +k=1.0000346418 +x_0=263347.7263 +y_0=0.0076 +ellps=GRS80 +units=m +no_defs  <>
+    -86.79466119033792,29.017834737123067,456303.815571542,-1380201.405665377
+    -91.10092960392159,59.09360878892289,130039.921783952,1962469.166539523
+    -86.01135571484406,-27.412740425313025,536715.332076457,-7629683.373962078
+    -93.60217404773817,-72.25271030759475,99203.494387822,-1.262037337170589E7
+    -90.38905604848588,63.95196915765678,184237.297015229,2502570.066246896
+    -91.75822930280756,53.44453840761008,65144.309281431,1335268.293667842
+    -92.20951586599662,-72.33102734849022,147003.048423411,-1.2625846638790088E7
+    -82.34069306975735,26.959084987576517,903034.046374162,-1593647.859437439
+<EPSG:7542> +proj=tmerc +lat_0=44.4 +lon_0=-87.27222222222223 +k=1.0000187521 +x_0=158801.1176 +y_0=0.0023 +ellps=GRS80 +units=m +no_defs  <>
+    -87.03378091369026,18.25952921930235,184016.573987376,-2898599.625562783
+    -83.4706752545604,61.446851396468844,361520.420786485,1902964.57740625
+    -81.89488895005263,44.279558099217184,588090.458135305,701.787958276
+    -90.96387482931101,37.14852292140745,-169226.900757455,-798903.325067902
+    -83.34021940578762,69.76768941221448,310532.939780172,2829735.712140741
+    -80.57470421305302,-11.645884438091187,890672.976409041,-6214961.134669093
+    -83.23264655624918,76.301771096247,265551.2994001,3557702.91117121
+    -80.27583886006704,53.468741306845345,623086.551832417,1031363.289284482
+<EPSG:7543> +proj=tmerc +lat_0=45.88333333333333 +lon_0=-91.91666666666667 +k=1.0000385418 +x_0=59131.3183 +y_0=0.0041 +ellps=GRS80 +units=m +no_defs  <>
+    -96.06411357320594,9.977206350651173,-396017.57758379,-3977080.271426167
+    -85.07200652772073,-65.72251740575601,372801.03572394,-1.239259985234156E7
+    -94.40535188468712,-54.51133467101751,-102049.33646717,-1.1129230749658212E7
+    -90.44227271663202,32.33677971566502,197951.7400403,-1503022.984836957
+    -86.00169204509235,-80.02601630733336,173361.347295404,-1.397751440061419E7
+    -87.61627147968093,-0.10223625276785242,538319.972402326,-5094651.583479453
+    -97.06311685610586,-17.19199675922401,-488965.250489145,-6992232.927049981
+    -95.29632092779349,-47.3283892930557,-196330.448049259,-1.0332814523524461E7
+<EPSG:7544> +proj=tmerc +lat_0=44.40833333333333 +lon_0=-91.89444444444445 +k=1.0000410324 +x_0=51816.104 +y_0=0.003 +ellps=GRS80 +units=m +no_defs  <>
+    -87.374382458324,-54.418232818267576,345157.357778701,-1.096153188059788E7
+    -88.97191697668968,-33.8545469051703,322328.438357009,-8670923.475219145
+    -90.06244082087713,43.31521751912655,200441.183046684,-119830.257505273
+    -92.33153754981356,39.609780284796955,14277.835137848,-532922.818369969
+    -91.08491267640325,68.80263691797899,84496.39810002,2716541.568453716
+    -96.91408508199164,71.8264020993887,-122822.984558914,3060962.806450217
+    -92.63152960371882,15.211584328266895,-27384.42267264,-3236792.628350841
+    -85.42491080983912,47.887736761673665,535569.544620589,407067.846938572
+<EPSG:7545> +proj=lcc +lat_1=44.87228112638889 +lat_0=44.87228112638889 +lon_0=-91.28888888888889 +k_0=1.000035079 +x_0=120091.4402 +y_0=91687.92389999999 +ellps=GRS80 +units=m +no_defs  <>
+    -160.065584236157,47.16633233139799,-4497051.453597702,2427784.816069273
+    -130.15516846444956,79.17984728091784,-922453.308604263,4499804.148545917
+    -154.6177537122197,82.46331621433623,-1111959.934534538,5263373.626249488
+    -172.69097917404062,22.544575883690037,-7425600.334422098,1689425.355885102
+    -49.38916559471366,39.543761314887355,3578668.388507787,411507.214143522
+    -148.13025768224446,78.38440185466993,-1413484.988274541,4688277.224142932
+    -47.841761789603964,38.69838117312652,3742307.864883334,397375.42736477
+    -92.34474869207233,14.704521014981161,-8735.81801864,-3398725.505502955
+<EPSG:7546> +proj=tmerc +lat_0=45.43888888888888 +lon_0=-88.14166666666668 +k=1.0000552095 +x_0=133502.6683 +y_0=0.0063 +ellps=GRS80 +units=m +no_defs  <>
+    -92.52134735025516,-30.74022390768706,-286124.685002788,-8444568.001459492
+    -93.79240110407865,38.39955236780426,-360321.487542583,-766762.200756008
+    -85.3805605103856,3.8212640814111296,440324.275500095,-4610942.557495997
+    -83.33196292518083,-63.70918924390877,371136.039670074,-1.2110774472580712E7
+    -87.37574895560853,-38.29838852248264,200505.778946056,-9275129.28679199
+    -86.79990509277569,48.400066243498316,232859.91677131,330080.115205863
+    -85.76774923149641,-68.39778519477852,231061.745659172,-1.2626548154118279E7
+    -85.15732834761708,-40.42930386088397,386776.112462504,-9515723.96369755
+<EPSG:7547> +proj=tmerc +lat_0=44.00555555555555 +lon_0=-88.63333333333334 +k=1.0000673004 +x_0=275844.5533 +y_0=0.0157 +ellps=GRS80 +units=m +no_defs  <>
+    -86.87614036505579,-42.64731412810597,419956.135308509,-9600123.24221025
+    -90.61559557565961,77.13372994297293,226556.306654608,3691762.546438206
+    -95.17004806698506,-36.26604541006557,-311967.902587978,-8909986.16612553
+    -94.28401258597917,77.75055950255077,142144.102299685,3766247.677817284
+    -88.86945750589423,-30.765584352850105,253237.16120483,-8280005.939905922
+    -83.9851754018723,20.261057725562637,761894.575534331,-2626512.01091133
+    -91.74443845268677,13.256220375360499,-61485.385443724,-3406510.57719315
+    -89.81024885014938,76.27789832759836,244667.637695071,3595695.748504444
+<EPSG:7548> +proj=tmerc +lat_0=41.41111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.4841 +y_0=0.01 +ellps=GRS80 +units=m +no_defs  <>
+    -96.54144296683799,85.42690237793767,191270.043760354,4907681.829076142
+    -90.93817191889816,-70.69441533224366,237215.949021142,-1.2433124805308232E7
+    -88.37564256073868,-4.114788955566425,511593.171355808,-5041813.203415648
+    -87.37722623376428,-70.61639950354412,369098.071178293,-1.242798798551786E7
+    -88.31363616097968,-26.66194425791739,489889.304131611,-7539078.628397673
+    -92.06097274543787,-4.712987031071592,102400.995709316,-5107682.323433242
+    -85.72812368067618,71.42831626569347,422497.776593096,3349791.168682687
+    -91.86373176633583,53.897079204349154,172388.283329219,1388803.125114341
+<EPSG:7549> +proj=lcc +lat_1=42.63756227694444 +lat_0=42.63756227694444 +lon_0=-89.83888888888889 +k_0=1.0000390487 +x_0=170078.7403 +y_0=45830.2947 +ellps=GRS80 +units=m +no_defs  <>
+    -153.4485883074932,58.94999298540852,-3311191.990258055,3261899.715911456
+    -110.98113905927262,8.044477707481882,-2549568.876836266,-3669564.13096938
+    -88.04765478929276,5.239553728891508,410746.028162007,-4379469.337808454
+    -123.3841928142326,28.111957132644932,-3138728.492212283,-917544.33656486
+    -136.72527327422353,46.43525453944125,-3259404.09250011,1443753.676404563
+    -27.562348062800254,36.23122509455104,5307592.767556013,1314654.760784387
+    -111.20580971457376,35.56490729621251,-1760626.917552439,-496174.449409398
+    -167.378146865481,-0.14984892618637247,-9439811.007029878,-384286.423900837
+<EPSG:7550> +proj=lcc +lat_1=43.80700011777778 +lat_0=43.80700011777778 +lon_0=-89.24166666666667 +k_0=1.0000344057 +x_0=150876.3018 +y_0=79170.7795 +ellps=GRS80 +units=m +no_defs  <>
+    -160.01532485524496,-2.3711520914538315,-9147281.916458584,-1345593.73021749
+    -115.13803503673905,56.64265246098436,-1455719.583770441,1773196.467242399
+    -54.95147956486801,0.34400236863651656,4951750.258342956,-4178143.960095481
+    -31.40878399536649,-9.077108040085637,8744819.940897781,-3490101.219000125
+    -160.7953624733278,59.07221053203123,-3607257.526068893,3533370.242635098
+    -109.56186459999685,80.17819994536947,-383854.79913544,4605355.024935358
+    -30.841045927585554,80.27509644740113,1567808.820552121,5076207.52952418
+    -24.412021825647486,41.300500138363496,5046872.621869111,1822480.909678576
+<EPSG:7551> +proj=tmerc +lat_0=42.53888888888888 +lon_0=-90.16111111111111 +k=1.0000394961 +x_0=113081.0261 +y_0=0.0045 +ellps=GRS80 +units=m +no_defs  <>
+    -85.49948901853783,-11.508651612936944,622185.644912345,-5988602.387753073
+    -92.23448061703682,16.991446424963982,-107762.422044277,-2831079.104840777
+    -95.07068532813696,-46.6441675459425,-262781.938840897,-9891299.037423585
+    -93.90912085109663,80.5709621207894,44548.324043634,4239778.135760861
+    -91.08599624022204,-56.659163395338815,56359.63449421,-1.0994271932212202E7
+    -85.88578851387659,58.77669396245548,360299.151266429,1814262.965544078
+    -95.10818845774003,-53.40257339817229,-215849.124553163,-1.0642751385250593E7
+    -93.64474342565572,-48.49391634405923,-144386.102904195,-1.009110786982437E7
+<EPSG:7552> +proj=tmerc +lat_0=45.43333333333333 +lon_0=-90.25555555555556 +k=1.0000677153 +x_0=220980.4419 +y_0=0.008500000000000001 +ellps=GRS80 +units=m +no_defs  <>
+    -96.5167107624416,26.266891408804952,-405254.209339513,-2111661.204846299
+    -84.77424647453842,83.04614133583561,294994.671120067,4195997.660712778
+    -83.46709733202637,-86.53867737063095,266654.652878664,-1.4652160827094091E7
+    -84.6949284205675,-27.728457221838426,769827.877289751,-8114419.258727332
+    -89.30830519613215,-17.184076822753568,321760.834357979,-6934497.963213542
+    -83.925425893066,-26.333975501818166,853764.219013321,-7963025.420619972
+    -85.89819048929685,-12.738446138492137,694625.380200076,-6446291.749560349
+    -87.87963861976034,2.518568050792325,485306.402225339,-4754693.694395944
+<EPSG:7553> +proj=tmerc +lat_0=44.25333512777778 +lon_0=-90.84429651944444 +k=1.0000353 +x_0=27000 +y_0=25000 +ellps=GRS80 +units=m +no_defs  <>
+    -95.75490278243643,85.50241256773799,-15959.259936709,4624649.782710849
+    -89.22799767956224,54.97076347286722,130507.813246811,1218241.69200951
+    -87.660032608127,-40.721748386770884,296062.490859272,-9391857.381470498
+    -90.7488780410882,3.2039220362811704,37605.823879465,-4522856.605741479
+    -91.04750206756033,31.390842054893668,7671.906808726,-1402696.085447374
+    -94.47795305875427,-7.071563851318487,-374717.352573091,-5660714.863431619
+    -86.91391131539606,-18.542837010700737,442231.419826567,-6932816.325705587
+    -95.4788565699516,-66.8581146508225,-176190.353230026,-1.2303499231160518E7
+<EPSG:7554> +proj=tmerc +lat_0=42.21666666666667 +lon_0=-87.89444444444445 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +units=m +no_defs  <>
+    -93.48212603013042,24.781687697904786,-379741.370327658,-1922295.791447141
+    -85.60607046355896,50.3704205948371,348727.248933412,908874.835740105
+    -94.2822284503743,44.40691695668545,-322931.858914165,263231.463415612
+    -89.16260427656621,48.34211701093926,91917.328067356,681560.736426763
+    -82.35270036095109,12.438112189056554,789322.287513843,-3293939.451115423
+    -93.7937961305122,6.011762354532877,-468353.071040408,-4007499.830492232
+    -90.4708346159317,6.407753293709376,-99196.015502889,-3966528.544911656
+    -89.01182711990423,-75.93716620940265,155609.482568767,-1.310787844657932E7
+<EPSG:7555> +proj=tmerc +lat_0=43.26666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7614 +y_0=0.0012 +ellps=GRS80 +units=m +no_defs  <>
+    -83.59642344097726,9.149216081502317,514745.541364585,-3778291.189138394
+    -92.70974880583324,-37.913196830780805,-374031.169050335,-9002995.997203685
+    -90.54834871035524,-63.82843477754156,-67717.852497911,-1.1876818094732642E7
+    -84.01515460397462,-50.48824245043611,330690.967778673,-1.0393717060252931E7
+    -89.98562483979823,-1.041211942656247,-191318.803468468,-4907696.164455794
+    -86.33805221907677,18.28877696028613,208009.250530734,-2769040.302327164
+    -88.11839555046059,1.090457298908106,16593.118230185,-4671871.84191312
+    -81.87324082903166,51.01947541657884,478059.268112694,877284.379320582
+<EPSG:7556> +proj=tmerc +lat_0=43.45111111111111 +lon_0=-91.31666666666666 +k=1.0000319985 +x_0=130454.6598 +y_0=0.0033 +ellps=GRS80 +units=m +no_defs  <>
+    -90.36562034493178,52.159524895278906,195539.554404142,968714.255757364
+    -94.53357031549642,-84.59904137729806,96652.111414911,-1.4212965949057639E7
+    -95.06832967112952,46.89312280426515,-155446.124397468,389379.171078602
+    -90.69747528461873,-78.31159479811129,144463.974299394,-1.3509966208653893E7
+    -92.33289640379621,-5.474064862222704,17831.526513534,-5418414.908248147
+    -90.96879653105741,27.554529084337688,164812.717032175,-1763768.719998351
+    -87.98909270215202,-76.89002420504546,214702.750441472,-1.3353563595002277E7
+    -89.5593160969976,-18.58647160952404,315971.186061097,-6869858.658488117
+<EPSG:7557> +proj=lcc +lat_1=45.15423710527778 +lat_0=45.15423710527778 +lon_0=-89.03333333333333 +k_0=1.0000627024 +x_0=198425.197 +y_0=105279.7829 +ellps=GRS80 +units=m +no_defs  <>
+    -129.08668250844858,61.45631640878279,-1948135.046620713,2489980.150175456
+    -126.27060516241328,26.196339454665313,-3578964.15688148,-1148727.625956648
+    -53.92252634489769,41.1951000821995,3058786.634230548,296411.023095854
+    -149.92698580922166,20.162430864083042,-6103253.122377017,-256425.512503905
+    -42.98174216356918,23.24162370519211,4968871.677989633,-984480.824814853
+    -81.7132144312562,45.219888916866694,772631.944177321,138600.952331371
+    -169.2151744774055,2.023026446910201,-9490229.87730329,132149.684121924
+    -160.12676080838344,29.028546250326286,-6095066.919104357,1254910.773791081
+<EPSG:7558> +proj=tmerc +lat_0=44.84444444444445 +lon_0=-89.73333333333333 +k=1.0000599003 +x_0=116129.0323 +y_0=0.0058 +ellps=GRS80 +units=m +no_defs  <>
+    -87.27293869255116,-57.8208166739027,262334.583492736,-1.1382322585795049E7
+    -85.24316380686497,-38.244434823140985,509317.33701402,-9212386.699002886
+    -96.67612824757146,-54.38661477876179,-334591.273329359,-1.1019511925225578E7
+    -84.06723806778778,-36.666823200034564,622938.297481896,-9042727.867057715
+    -87.16505559882626,-63.51340305269083,243962.009004184,-1.2016553383065337E7
+    -95.17973196066755,13.465261497786585,-474436.182148271,-3472131.485214709
+    -86.00464896754251,-31.920150954003034,468900.824584589,-8507239.47523355
+    -89.43087260782977,-33.565624019754985,144214.960017908,-8683699.675260972
+<EPSG:7559> +proj=lcc +lat_1=44.90090442361111 +lat_0=44.90090442361111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493 +y_0=55049.2669 +ellps=GRS80 +units=m +no_defs  <>
+    -115.44422607087006,87.07652152347202,-204097.884857971,5614577.2507595
+    -75.94723523252168,-5.112117497473328,2218798.917144087,-6002274.907199425
+    -124.62635210294641,68.00704913689475,-1488754.761655909,3052208.650953695
+    -174.49987536552246,77.1577171304892,-2133210.14894298,5181792.000814786
+    -17.254465672217236,71.76602418204095,2631256.641063553,4409865.265697067
+    -48.01947746885601,-1.9586402576572794,6062946.786795565,-4130424.923820411
+    -18.994682033287347,69.05112170650577,2850297.681680487,4133926.429321407
+    -58.48431568922747,38.2620965013745,2762932.164905035,-159345.42180464
+<EPSG:7560> +proj=tmerc +lat_0=44.69166666666666 +lon_0=-87.71111111111111 +k=1.0000234982 +x_0=238658.8794 +y_0=0.0032 +ellps=GRS80 +units=m +no_defs  <>
+    -90.47512906426525,-87.65154634479735,226013.023619282,-1.469098877673095E7
+    -86.94668465247322,-73.32909108962386,263145.900057379,-1.3091591408948319E7
+    -88.60177035392039,-78.10402833563514,218155.477549844,-1.362460438334932E7
+    -86.19185238062964,-72.18763734792597,290547.719915147,-1.296470661321692E7
+    -90.96949057768587,-30.001165311512928,-75819.103870353,-8275590.851608961
+    -89.14644314978415,59.62363973971776,157661.64203044,1662377.575030357
+    -89.30130783954402,-63.06613647216716,158265.665206596,-1.1947711378189111E7
+    -87.21612227762509,-75.28971028168662,252695.196066836,-1.331032606772526E7
+<EPSG:7561> +proj=tmerc +lat_0=44.71666666666667 +lon_0=-88.41666666666667 +k=1.0000362499 +x_0=105461.0121 +y_0=0.0029 +ellps=GRS80 +units=m +no_defs  <>
+    -84.38160276942139,-34.23402869449406,477341.234997214,-8750769.833478967
+    -83.54647063779808,-22.419037735906002,607326.691656023,-7442077.194074365
+    -83.29318486858912,-85.80412705167043,147276.922734999,-1.4489169277722554E7
+    -81.59180716909682,-86.09083953845492,157309.762811464,-1.4522411522571452E7
+    -92.02053165245607,-52.35991482021313,-140023.249116882,-1.0763356332043992E7
+    -93.88272325432254,43.53020946521298,-336445.763140835,-117296.832903866
+    -84.08901175457792,70.96232332872626,262963.580818165,2928619.505664029
+    -85.1695062450041,83.39515241494692,147155.765070651,4312149.384974397
+<EPSG:7562> +proj=lcc +lat_1=44.00007392861111 +lat_0=44.00007392861111 +lon_0=-90.64166666666668 +k_0=1.0000434122 +x_0=204521.209 +y_0=121923.9861 +ellps=GRS80 +units=m +no_defs  <>
+    -109.92084994554149,80.27794455730881,-297741.569053523,4628132.969568769
+    -148.07114217821,-0.9918531671514561,-7557672.273021409,-2547839.495944032
+    -90.11946721267743,-15.939932286551919,296492.406423867,-7788838.282057614
+    -144.5427114689599,82.8704586248135,-857533.785910139,5350683.472049127
+    -62.03738598532999,-4.90351335539882,4516799.885612563,-5194263.352468131
+    -122.63128641389925,83.31266956080435,-427333.741565616,5191017.963455742
+    -28.527285947371468,77.02788338026116,2018757.0599587,4802182.57102095
+    -39.79888318172269,41.75420653088891,4173479.599935046,1135899.10069877
+<EPSG:7563> +proj=tmerc +lat_0=44.39722222222222 +lon_0=-87.90833333333335 +k=1.0000236869 +x_0=182880.3676 +y_0=0.0033 +ellps=GRS80 +units=m +no_defs  <>
+    -81.07716810525453,38.606275986080675,778232.528662167,-620975.449077582
+    -90.74723349691187,79.61164480429142,125730.070234005,3925302.393604788
+    -83.23495461437344,-81.59012266868746,259138.311589686,-1.3984070633886784E7
+    -90.36075927334461,65.31464864832873,68568.543071178,2330739.184287395
+    -85.21514075579216,-1.67926518694874,482675.369030521,-5103971.707700339
+    -89.79897636290364,12.013841775483925,-23044.40148942,-3588722.117499763
+    -86.82493979744682,-54.10371988181907,253748.37871843,-1.0916222173464071E7
+    -91.21287235250124,80.3719375163314,121184.926842676,4010560.24639065
+<EPSG:7564> +proj=lcc +lat_1=45.70422377027778 +lat_0=45.70422377027778 +lon_0=-89.54444444444444 +k_0=1.0000686968 +x_0=70104.1401 +y_0=57588.0346 +ellps=GRS80 +units=m +no_defs  <>
+    -96.63548376164914,1.8393698484434182,-952178.282926889,-5218369.426965118
+    -124.24564114319801,-0.2979502442066817,-4914208.345463233,-4476722.100315627
+    -71.61562181839905,-3.6153724455117917,2816442.316773597,-5764481.013400279
+    -42.52973824194541,2.007973617711702,6459987.662259138,-3307219.771368918
+    -98.93724112163662,60.66469547926948,-462376.861186463,1774706.660417895
+    -137.7422856539961,34.999966336910965,-4137848.789073167,168738.66881472
+    -132.72660560495672,53.73644658526564,-2671712.5576674,1712057.681573753
+    -135.251242965855,14.220191906501888,-5275826.147625605,-2030587.602926321
+<EPSG:7565> +proj=lcc +lat_1=44.63614887194444 +lat_0=44.63614887194444 +lon_0=-92.22777777777777 +k_0=1.0000362977 +x_0=167640.3354 +y_0=86033.0876 +ellps=GRS80 +units=m +no_defs  <>
+    -170.0818095077639,72.92076712328438,-2407958.539673825,4733033.277400026
+    -161.6309532240038,64.11554914955569,-3031682.880651117,3752166.272402121
+    -40.18664432548374,65.75620219130742,2584685.260596882,3297826.980350651
+    -72.52752634450506,17.491655583481965,2461249.184236787,-2752202.302146039
+    -78.12550699780428,68.58126423083654,806147.286349936,2901272.557614252
+    -129.2016467129734,13.489327173891745,-4249873.534243071,-2509480.264521037
+    -14.285977807975598,54.101953613666296,4588595.774212677,3433605.832690469
+    -153.66074613223148,73.51044395806585,-1937817.565744342,4311637.794692474
+<EPSG:7566> +proj=tmerc +lat_0=44.66111111111111 +lon_0=-92.63333333333334 +k=1.0000433849 +x_0=141732.2823 +y_0=0.0059 +ellps=GRS80 +units=m +no_defs  <>
+    -88.40930854755786,-35.79567818483527,523692.567719644,-8918786.314011961
+    -88.81163407069687,9.470593258373526,561716.246615528,-3897846.874697922
+    -87.6582248922887,-27.04499311031155,635727.363349834,-7950012.282114527
+    -97.01215646338733,-80.02023803301103,57055.585790275,-1.3838472425783664E7
+    -95.63537144919627,-50.10364013408431,-73030.0258219,-1.050443296309073E7
+    -86.77654810967545,-14.13152998631611,775108.664237194,-6518388.467784527
+    -87.83760862422027,-2.549963861717842,675713.551512303,-5230469.336846784
+    -90.06961620855448,86.3436704367366,159987.91553748,4646906.403124285
+<EPSG:7567> +proj=lcc +lat_1=44.41682397527777 +lat_0=44.41682397527777 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.1128 +y_0=50022.1874 +ellps=GRS80 +units=m +no_defs  <>
+    -64.72843345677346,19.214358952421783,2857668.315644164,-2403191.57240504
+    -34.14372133863617,65.14961190692176,2656001.518594177,3330360.628291433
+    -143.61887586643587,22.847461949008277,-5448655.532844531,-507270.581421286
+    -53.18859477550069,-1.5034446850740508,5267252.080598385,-4397149.871647891
+    -90.59046550822592,62.52997288938908,-3104.169109574,2104217.17220354
+    -158.96160284131057,41.609715673415174,-5069692.966744165,2053321.602703725
+    -90.8345083786494,33.25144089093604,-70223.227769837,-1196040.21733238
+    -148.59237318730598,81.29361504482293,-1248707.246273796,5087722.355925476
+<EPSG:7568> +proj=tmerc +lat_0=44.55555555555555 +lon_0=-90.48888888888889 +k=1.0000649554 +x_0=227990.8546 +y_0=0.0109 +ellps=GRS80 +units=m +no_defs  <>
+    -87.06289265981773,72.2651745020978,344469.241454396,3089683.737156172
+    -83.91102525743395,-80.82156872710168,344937.095509225,-1.391997122105664E7
+    -88.91604434842476,-65.57366425319148,300594.332393484,-1.2212555873408265E7
+    -94.59881788632764,38.26974343725793,-131763.837566827,-690161.12860591
+    -91.17904146494601,-56.9424954496849,185981.78680765,-1.1250007356263466E7
+    -95.8150474966446,-28.17813078049528,-295490.407545968,-8065770.821966863
+    -94.11366274401873,48.52819254172215,-39732.038266068,447983.888086134
+    -88.34192687581108,88.66600766297219,233572.618692843,4917836.667797825
+<EPSG:7569> +proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.43055555555556 +k_0=1.0000375653 +x_0=202387.6048 +y_0=134255.4253 +ellps=GRS80 +units=m +no_defs  <>
+    -109.52939632456004,26.34295628917406,-1766414.871797095,-1549691.49355113
+    -98.55093080034895,37.028839232970306,-523252.17600453,-530647.873740551
+    -132.58790267677117,58.02053778842464,-2273591.495002771,2427478.030531725
+    -147.95097360172497,-9.326741819619066,-8338771.981657994,-3465985.649763632
+    -32.07243966301553,9.993039306498243,7064680.745607209,-1258464.713082887
+    -75.42303368249887,39.32117022478282,1492698.301453458,-194228.812360581
+    -139.7083322541468,40.79713714722446,-3723008.869751882,1046657.392742567
+    -9.871632211695044,-6.0785980578138705,1.0824043489244534E7,-454343.632313287
+<EPSG:7570> +proj=tmerc +lat_0=41.94444444444444 +lon_0=-89.07222222222222 +k=1.0000337311 +x_0=146304.2926 +y_0=0.0068 +ellps=GRS80 +units=m +no_defs  <>
+    -87.98032918304371,29.444049068048372,252246.164898645,-1386529.206511397
+    -83.36706962509442,57.32826978748372,489734.566214671,1725474.342514356
+    -85.2234977613859,-18.05647221870349,554036.620537963,-6647171.701284871
+    -85.1506762529203,88.73117137688823,155996.150596071,5215286.903262111
+    -94.80162132610468,-35.67914595919179,-372659.446107916,-8610861.346911933
+    -84.7349497832088,56.49467090540875,413361.33483085,1626666.166898251
+    -91.82500015065675,23.93077264320216,-134027.692977918,-1995179.299323217
+    -95.13662247649488,-81.15169093502597,42303.967608294,-1.3665112534637757E7
+<EPSG:7571> +proj=tmerc +lat_0=43.91944444444444 +lon_0=-91.06666666666666 +k=1.0000495976 +x_0=250546.1013 +y_0=0.0234 +ellps=GRS80 +units=m +no_defs  <>
+    -85.1721420745638,-52.66511906693503,649176.552321196,-1.0719085246595303E7
+    -95.92546540278288,75.8153492888305,117719.622776011,3558717.23087255
+    -93.76439744879119,54.71105505029351,76681.47705811,1203594.595515924
+    -88.2533268354975,-33.42370381072152,512252.546521732,-8568577.63514663
+    -89.84483270403533,-15.564013420340302,381619.226450314,-6586971.893289989
+    -91.93909684201031,65.7914590599172,210609.486251491,2435112.008104243
+    -89.95129130627909,-33.49056662067339,354208.579883061,-8573009.874188619
+    -92.54406738864445,-13.454122207906067,90543.210422498,-6353618.280227524
+<EPSG:7572> +proj=tmerc +lat_0=42.81944444444445 +lon_0=-89.90000000000001 +k=1.0000373868 +x_0=185623.5716 +y_0=0.0051 +ellps=GRS80 +units=m +no_defs  <>
+    -88.4560478752352,0.7787092566241398,346371.975035659,-4656703.080823839
+    -89.49852494332487,14.128317850828395,228974.285526043,-3180200.890247368
+    -92.34214930144891,65.3951743657953,72136.8610469,2515030.912568684
+    -90.09827185919197,-67.13571585586857,177022.903992992,-1.2192620577595701E7
+    -83.66505554656015,-70.09592802722966,422269.136987176,-1.2534934171796575E7
+    -95.50138582970467,28.093738564594858,-365373.81104088,-1621183.424102087
+    -87.45120149036015,12.333793265300969,452055.780571305,-3377561.4764271
+    -88.1981340929822,86.62943749525931,196798.174312882,4883185.030527646
+<EPSG:7573> +proj=lcc +lat_1=45.90009913138888 +lat_0=45.90009913138888 +lon_0=-91.11666666666666 +k_0=1.0000573461 +x_0=216713.2336 +y_0=120734.1631 +ellps=GRS80 +units=m +no_defs  <>
+    -88.81798580402513,16.85562743582161,491620.947738406,-3226528.568994684
+    -66.06918039816149,-9.706630776174084,4334004.726810191,-6368682.967787717
+    -134.3605500954294,38.58437374931728,-3397717.462947619,310155.911748158
+    -117.87511225288853,78.24418466012565,-546320.265305435,4123441.277639876
+    -83.91885754499906,65.55984730722426,572887.632752559,2375268.704025598
+    -148.25056200857745,63.742002352037666,-2520227.516006176,3167382.623209259
+    -141.95717587234296,83.13033991130703,-719598.090703227,5047717.576068297
+    -108.89265969226729,57.59617611318455,-861748.339734217,1552450.619915197
+<EPSG:7574> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-88.60555555555555 +k=1.000032144 +x_0=262433.3253 +y_0=0.009599999999999999 +ellps=GRS80 +units=m +no_defs  <>
+    -84.27210903553971,-58.005880963217734,518541.452958103,-1.1318356071543165E7
+    -86.27951368925953,-5.101985280206577,520426.56544495,-5442638.868316521
+    -86.78842084489872,63.128081523286966,354102.880014593,2126191.255405672
+    -84.03521366935665,-5.6161680210822595,769322.858758624,-5501016.821027378
+    -82.7194880478359,-10.827463825214622,907160.99672954,-6081648.525326999
+    -81.64918774874768,-15.367487424432397,1010917.292569971,-6589782.837396564
+    -91.45012553080264,85.43451826837071,237153.200860744,4614979.043516455
+    -92.78677677797889,82.15128656749923,198714.887938364,4249972.927767879
+<EPSG:7575> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-92.63333333333334 +k=1.0000381803 +x_0=165506.7302 +y_0=0.0103 +ellps=GRS80 +units=m +no_defs  <>
+    -92.96799640408162,83.99508786638052,161596.301446751,4453624.598919977
+    -93.40571854508515,63.9004413759242,127577.416568666,2211234.897001398
+    -97.02208904219351,-80.05305322522203,80914.977662273,-1.3772617004261026E7
+    -92.5336756638674,-0.9656300835628002,176599.435384316,-4984799.183734129
+    -87.85830943819724,17.748202068219044,672418.825783019,-2908383.168094244
+    -94.95307445800194,1.3169121183801877,-92738.739940533,-4732278.377075
+    -89.01632850572811,44.34525319548439,453940.965291822,40719.92551734
+    -92.19489249870695,41.926314487717065,201875.191693279,-234298.289499586
+<EPSG:7576> +proj=lcc +lat_1=45.17782208583333 +lat_0=45.17782208583333 +lon_0=-90.48333333333333 +k_0=1.0000597566 +x_0=187147.5744 +y_0=107746.7522 +ellps=GRS80 +units=m +no_defs  <>
+    -59.857633336063614,69.01833528598249,1520393.48730179,3111065.268179635
+    -141.03578779283998,48.353315396271455,-3325389.120379626,1597398.282307253
+    -7.356818491530447,5.606728293142218,9672374.34020756,749511.406952413
+    -32.672028894989126,-12.95123153134726,9326343.925084596,-4053930.693631468
+    -167.92403558849605,-0.317903539711601,-9558952.537755946,-384929.599803305
+    -70.0049229541715,54.57317193186043,1516365.344690582,1327137.36402385
+    -103.81779607670552,-10.36470863274122,-2028577.569165406,-6842888.365543108
+    -30.15358740365147,29.14075975340171,5724964.770565775,475473.502602362
+<EPSG:7577> +proj=tmerc +lat_0=43.16111111111111 +lon_0=-91.36666666666666 +k=1.0000361538 +x_0=256946.9138 +y_0=0.0041 +ellps=GRS80 +units=m +no_defs  <>
+    -84.77475093462894,31.476436207034936,884006.39925701,-1277980.28847744
+    -90.83915289590654,-77.34564168862639,269852.700290017,-1.336993983670811E7
+    -90.13032272028946,81.2179167327835,278027.932300935,4240896.875606253
+    -88.14331608405567,-64.69546686844343,410693.246610579,-1.1962348540267095E7
+    -98.1561831559286,22.041572082820835,-445162.261469586,-2326637.275566227
+    -92.29286594836364,-52.89834234543775,194616.991527311,-1.0644712417179061E7
+    -88.20505788201348,-60.26091956129325,431934.887215403,-1.1468369584202645E7
+    -96.54913730496645,59.18461437892972,-39139.629523489,1794192.777719287
+<EPSG:7578> +proj=lcc +lat_1=43.57503293972223 +lat_0=43.57503293972223 +lon_0=-90.78333333333333 +k_0=1.0000408158 +x_0=222504.4451 +y_0=47532.0602 +ellps=GRS80 +units=m +no_defs  <>
+    -69.31121248156411,83.65374843716117,641780.304521835,5175239.465891114
+    -19.044698808441012,46.29979300309016,5094251.954774566,2593778.750503404
+    -14.768404610482804,64.69516126572492,3630795.415565035,4137058.357683915
+    -86.28114064758213,84.8263562941936,299669.974531142,5338777.029383374
+    -124.17799777832164,32.713134481421456,-2877322.547741407,-533937.85626049
+    -114.43308508313237,48.51504149585086,-1507914.882139429,845186.199413317
+    -68.22542202266493,28.381590078658313,2479447.97891727,-1349147.696917308
+    -32.748094548069275,47.24095879193365,4276756.540646435,1931044.605459476
+<EPSG:7579> +proj=lcc +lat_1=46.07784409055556 +lat_0=46.07784409055556 +lon_0=-89.48888888888889 +k_0=1.0000730142 +x_0=134417.0689 +y_0=50337.1092 +ellps=GRS80 +units=m +no_defs  <>
+    -55.88671715923188,12.660946012419647,4257815.089261476,-2969610.141206623
+    -168.46555514468554,-10.448661481792131,-1.1131014104980912E7,-1143841.364346902
+    -111.69833185161772,69.91582056382731,-804105.8654981,2930404.119124442
+    -100.54028301450373,19.387294030665764,-1141737.656208809,-2922336.181916121
+    -139.32911277743807,63.46114998474752,-2319533.14295649,2813935.593186349
+    -16.170026734516227,71.47255053228535,2691489.542492087,4263854.168762
+    -119.09059331724632,69.3729824159723,-1128353.672144935,2968816.882752054
+    -37.114580259344734,72.4650299446366,2020830.984241118,3765457.261474741
+<EPSG:7580> +proj=lcc +lat_1=42.66946209694444 +lat_0=42.66946209694444 +lon_0=-88.54166666666667 +k_0=1.0000367192 +x_0=232562.8651 +y_0=111088.2224 +ellps=GRS80 +units=m +no_defs  <>
+    -79.82672006593356,42.07319488968848,952563.12801026,81996.818913043
+    -79.72676701320296,46.4832904979715,909750.309728874,570565.59230599
+    -28.753321160966436,-6.182495128476498,8677556.680521397,-2838593.178256907
+    -73.23613771328392,84.18613928464275,522559.938212623,5457142.093235934
+    -28.10927959728059,60.42985667367496,3456989.117069766,3326697.077960754
+    -92.24517753230944,27.695428441460926,-144506.856327578,-1560127.68607718
+    -110.9128395239922,19.645835887588774,-2264936.255911226,-2174860.569289924
+    -132.31464572410277,76.08612176598835,-1211402.617406502,4506485.479326079
+<EPSG:7581> +proj=lcc +lat_1=45.96121983333334 +lat_0=45.96121983333334 +lon_0=-91.78333333333333 +k_0=1.0000475376 +x_0=234086.8682 +y_0=188358.6058 +ellps=GRS80 +units=m +no_defs  <>
+    -13.625122373063363,24.23594013081602,7415634.125562463,1556742.078212601
+    -135.8565343936392,47.11997324646911,-2943378.137499462,1218797.323355149
+    -86.1411427198318,23.93044715214114,848024.087348524,-2291105.933129618
+    -130.84126931535997,-7.443433810215571,-5863248.042719448,-5063074.698594328
+    -174.9059214381737,12.1201229530865,-8523275.290723417,1260728.10562321
+    -170.5580718360091,35.588110806092644,-5892942.725578811,2331370.688785105
+    -135.5300218085442,6.101391703491725,-5472554.451555614,-2964341.424943526
+    -39.87820577256957,30.75370289353812,5014143.082428021,95226.430393165
+<EPSG:7582> +proj=tmerc +lat_0=42.91805555555555 +lon_0=-88.06388888888888 +k=1.00003738 +x_0=120091.4415 +y_0=0.003 +ellps=GRS80 +units=m +no_defs  <>
+    -94.46492437884855,-2.6504311938828664,-593227.029289741,-5048725.177655282
+    -88.09671850081165,-6.137012422626583,116457.534798275,-5432441.38741778
+    -92.71190253882013,18.902636539760707,-370037.188731907,-2656374.755642149
+    -81.08068729578818,9.709326409774533,888232.012394786,-3672125.795867193
+    -93.34760309777896,29.053448121383013,-394890.195922411,-1526928.437062242
+    -86.06173054513397,67.43516249544919,205852.658033738,2730754.697600745
+    -88.77737886166649,-0.09673896557062278,40661.177805866,-4764492.280085942
+    -86.09323724735823,8.012924645197828,337385.282718988,-3867158.901715504
+<EPSG:7583> +proj=tmerc +lat_0=42.56944444444445 +lon_0=-88.22499999999999 +k=1.0000346179 +x_0=208788.418 +y_0=0.0034 +ellps=GRS80 +units=m +no_defs  <>
+    -86.70996642550284,23.66650188033725,363358.075568559,-2095790.420322004
+    -85.89198896214245,-72.16447327510802,288560.963829949,-1.2727359398476603E7
+    -84.0588361376926,-5.291033960087248,671019.970872706,-5301694.243505946
+    -88.0058247471255,-33.16222938565808,229234.210898045,-8385942.014665327
+    -89.00627471198621,75.15639904012761,186437.854622195,3629777.571626085
+    -86.12596628815724,-73.81872349544213,274096.974895536,-1.291157849752527E7
+    -86.97897769079563,-5.410611431136047,346896.637633818,-5313507.908977175
+    -86.37780133692893,-81.32456625783179,239902.795613485,-1.374890840114583E7
+<EPSG:7584> +proj=tmerc +lat_0=43.42027777777778 +lon_0=-88.81666666666666 +k=1.0000333645 +x_0=185013.9709 +y_0=0.007 +ellps=GRS80 +units=m +no_defs  <>
+    -86.09288915311403,74.1027733306313,268301.345110252,3419401.634577767
+    -85.06327234625807,-27.285594063849096,556778.561528293,-7834535.832531308
+    -95.14592830379776,64.14119318155136,-122745.53455215,2321577.675145169
+    -83.77286495714662,-36.97083963604566,634319.167845838,-8914894.620936744
+    -92.12550525074974,86.78450785141163,164294.810827679,4834165.774111941
+    -82.95890339691023,57.70766558494489,533968.687990767,1604465.361969723
+    -94.29796743060253,-36.51600152450032,-306197.121468416,-8866513.00928109
+    -90.717286595424,1.9158840340811025,-26490.61127863,-4597599.205760366
+<EPSG:7585> +proj=lcc +lat_1=44.11394404583334 +lat_0=44.11394404583334 +lon_0=-89.24166666666667 +k_0=1.0000392096 +x_0=120091.4402 +y_0=45069.7587 +ellps=GRS80 +units=m +no_defs  <>
+    -112.12800273814109,88.2367771342721,-60203.715847607,6002907.657830099
+    -90.06552598887185,10.71151484583967,15079.352334666,-3856782.902805277
+    -50.56404388498669,23.949040991780144,4136483.814960161,-1274321.796011663
+    -165.23398281391806,18.578310163036065,-7464681.597154363,897666.24166751
+    -81.8559458816502,57.88283150831679,571872.037400078,1613135.562560466
+    -173.94989506525624,1.2656127961112205,-9963016.175410293,567459.847637798
+    -67.6290528678727,67.94667581254978,1117885.049676732,2922205.644333936
+    -83.29220480073757,80.1297714326609,277671.36381858,4458215.98145968
+<EPSG:7586> +proj=lcc +lat_1=44.36259546944444 +lat_0=44.36259546944444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6173 +y_0=134589.754 +ellps=GRS80 +units=m +no_defs  <>
+    -165.3854834825398,15.654161708538386,-7621502.43004817,704367.796237197
+    -74.3607015167401,25.232236876883192,1857403.416525542,-1867467.44061869
+    -64.12851910548561,41.677380455730834,2329513.119810665,173792.370153855
+    -155.72572148229378,81.0267498172083,-1244750.463329573,5261644.638400028
+    -85.81787636232687,61.1069245468576,445172.930549706,2033515.607943935
+    -58.783533464944014,75.78407439274365,1247581.158845074,4072758.791464402
+    -169.98840293128544,87.16014362490746,-539755.50411328,6161143.650674907
+    -39.3625255468539,25.292238285386247,5240524.372790868,-412101.20005838
+<EPSG:7587> +proj=tmerc +lat_0=43.36666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6941325883 +y_0=0.00365760731521463 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -96.62059301512431,58.50546507480968,-782041.418029937,5587972.025739416
+    -83.31683738104024,-37.98843179197046,2410280.676185959,-2.9629664300710574E7
+    -84.7914415397196,73.14996123956075,1035492.366999377,1.0906980438449413E7
+    -91.34563767685705,-13.07498678443028,4147.021677589,-2.0505463977102194E7
+    -95.67935957437984,-35.241930045278295,-1213949.542150385,-2.860895577112005E7
+    -90.21609073705146,-65.21185350760395,449818.497478934,-3.949753192558842E7
+    -86.5903820972519,60.26396544962557,1102058.191186557,6184282.57408512
+    -93.07869910623545,65.77055470067299,20394.614392251,8193376.925075835
+<EPSG:7588> +proj=tmerc +lat_0=45.70611111111111 +lon_0=-90.62222222222222 +k=1.0000495683 +x_0=172821.945948692 +y_0=0.001828803657607315 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.62209193027648,-47.58658236521867,1307387.688466316,-3.392630412022713E7
+    -94.45091580839801,79.6713931011898,315637.260947234,1.2426925170725007E7
+    -87.44691452951153,-8.863653108252393,1713549.67228423,-1.9833896083854586E7
+    -90.10491752684617,-29.73402507401648,731199.793261631,-2.7409974081216734E7
+    -84.06797362596777,46.56850616003368,2215465.191093931,383128.866578827
+    -83.63850337148413,74.2301612449771,1260911.074996945,1.046642192435031E7
+    -85.26213812888994,-71.3140879011888,1195374.431656757,-4.261196149407159E7
+    -93.9689242486399,3.1459318255946442,-654210.751025578,-1.5469767683411641E7
+<EPSG:7589> +proj=tmerc +lat_0=45.13333333333333 +lon_0=-91.84999999999999 +k=1.0000486665 +x_0=93150 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -98.23371295520023,-42.00164577462938,-1430024.295323313,-3.173161436410123E7
+    -95.00131927168937,58.07339368471321,-304405.006831779,4737872.839314275
+    -93.17911010107886,75.78136510565753,186006.656039423,1.120394478471496E7
+    -94.1737726879738,28.419309212733452,-441518.866083135,-6078541.101151329
+    -85.02707192009635,-42.963036548248034,2132384.068559711,-3.209147384891439E7
+    -96.38229316106455,25.055454456814317,-1195897.367801329,-7283440.115175655
+    -96.36340098421994,52.40398884285014,-701957.605647286,2684265.687787261
+    -88.35442730006903,-55.01063964414796,1039205.074948331,-3.643138351416758E7
+<EPSG:7590> +proj=lcc +lat_1=46.66964837722222 +lat_0=46.66964837722222 +lon_0=-91.15277777777779 +k_0=1.0000331195 +x_0=228600.4575057151 +y_0=148551.4835661671 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -6.666231155908207,72.12974972188616,9611794.491839852,1.5442997583754774E7
+    -98.48178099082338,70.50155840436803,-249766.602735139,9549561.521351704
+    -17.505856706740843,-7.5752802256931115,3.490356683884894E7,-4943137.520702665
+    -78.47456500795752,47.71921741235862,3858022.988631724,1120905.306699619
+    -162.1420319604384,-11.75321590976405,-3.43618521117465E7,-7527854.635161151
+    -21.19738783715988,79.5683389137149,6021332.928718585,1.597730983854117E7
+    -28.143063060450743,65.90154745997731,9787021.33896653,1.1485578269904334E7
+    -14.449368615615384,23.126552652388916,2.4380631292578284E7,4200804.185367457
+<EPSG:7591> +proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31599.99989839979 +y_0=4599.999898399797 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -81.25722429857896,-52.11748511691004,1618149.56069402,-3.463322653653588E7
+    -91.60116473654557,-66.83926309110923,-414861.690350318,-3.995845153010832E7
+    -84.21957012376578,31.311282720707297,1284765.155605263,-4220730.719707598
+    -87.66892766523054,70.61102416580181,143936.194508389,1.0102096627084738E7
+    -85.15136571680395,88.77754332942081,125936.004450225,1.6757104715380436E7
+    -87.23966392219383,-13.098557323892166,374198.854166453,-2.0364074752621878E7
+    -94.94129812203276,16.12073519081605,-2337513.002891992,-9719851.43415229
+    -82.99119453805292,-54.44359943582989,1169376.678224944,-3.545003334934281E7
+<EPSG:7592> +proj=tmerc +lat_0=43.48138888888889 +lon_0=-91.79722222222222 +k=1.0000382778 +x_0=175260.3502159004 +y_0=0.004876809753619507 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.39310145889618,-74.41763147671945,1008073.829572383,-4.292487251292251E7
+    -94.77350286236141,-81.76435934106814,418841.608364957,-4.5603959788540326E7
+    -92.74295875993143,-41.98417067226178,317855.533830802,-3.1059237997952458E7
+    -92.1349791758288,37.28865104246874,476734.197664452,-2255993.571506723
+    -88.04159493477354,87.96044065923479,623946.643782756,1.626846436670105E7
+    -95.940274194661,-11.145037262997036,-911041.542606701,-1.9855968657325257E7
+    -87.97429236731205,-21.815302868128697,1872576.420594171,-2.373596015939293E7
+    -92.42555216266729,59.787771289372955,459232.08893001,5952954.031259841
+<EPSG:7593> +proj=lcc +lat_1=45.89871486583333 +lat_0=45.89871486583333 +lon_0=-92.45777777777778 +k_0=1.0000383841 +x_0=64008.12771145543 +y_0=59445.90419100838 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -116.37710139996466,49.24803654152058,-5428431.87720853,2269076.070038805
+    -66.3375892832959,-9.965183216730324,1.4321815731003564E7,-2.1044805827483807E7
+    -36.6105977650503,36.6622273414413,1.5473771209082773E7,2386688.579782179
+    -40.67570303412518,69.99348371468439,6975965.655080865,1.1591544596690873E7
+    -104.60563185160693,22.550934204897736,-4193622.563933036,-8188921.378924858
+    -24.149369597445798,9.842714000122026,2.6080877784395296E7,-1937093.110791781
+    -29.543954184876497,50.776258767598364,1.3356008058133572E7,7446055.101353993
+    -129.68457406432765,83.14558971677617,-2108927.174276112,1.5906064740514807E7
+<EPSG:7594> +proj=tmerc +lat_0=42.71944444444445 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8892049784 +y_0=0.004876809753619507 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -93.76676844328888,20.88325995191849,-996893.359948729,-7914894.557393
+    -90.96433048293129,35.3258050694518,67770.52827456,-2683885.539605367
+    -92.37563013667452,32.504699679952154,-392302.30763564,-3697953.794569874
+    -91.94187388941509,-5.427442144831701,-449226.174618613,-1.7496502258668933E7
+    -92.61944089444782,80.00751792933849,541292.727010831,1.3639640690703288E7
+    -94.33682384128166,16.61892582162902,-1243282.113618364,-9463210.500923727
+    -81.50668525688714,-85.65900480316164,996502.058147546,-4.67606248324935E7
+    -90.9521510133699,-73.48577405599573,547700.551644959,-4.2294708267111145E7
+<EPSG:7595> +proj=lcc +lat_1=44.97785689861112 +lat_0=44.97785689861112 +lon_0=-91.29444444444444 +k_0=1.0000391127 +x_0=60045.72009144018 +y_0=44091.43449326898 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -113.69616196876564,34.39520222107739,-6584527.144494101,-2788419.362166481
+    -114.49111966692462,17.39981589022417,-8660191.889657596,-8979182.960528022
+    -174.13457150834338,18.49213981267235,-2.6198040379595805E7,4981777.958063196
+    -97.47720143256198,16.865086801251454,-2210435.844099941,-1.0379382802356783E7
+    -125.87309553533791,-8.300076080118572,-1.765858393157187E7,-1.816465943365181E7
+    -22.47274167333063,9.825157606327519,2.6113400546190847E7,-1689472.260487438
+    -8.943356054730117,52.63761027606179,1.5644639176910503E7,1.1547603029186007E7
+    -90.22994184244654,50.868250754616625,444208.334114607,2299019.715259661
+<EPSG:7596> +proj=tmerc +lat_0=43.6 +lon_0=-90.70833333333334 +k=1.0000463003 +x_0=199949.198983998 +y_0=0.008534417068834137 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -90.38678796620222,6.871718159838196,772603.011998083,-1.3351954178292178E7
+    -92.83705656111476,-38.511707448650576,46806.190528037,-2.984326928192229E7
+    -87.43736805372107,-83.80467278666583,785287.780899249,-4.639480372118384E7
+    -84.26138583976034,-84.91480948279384,864972.182911656,-4.6809644741685495E7
+    -96.31660218771329,-34.868930903848195,-1027372.032216137,-2.855708520608062E7
+    -93.3721064699418,18.475363647230324,-267344.32196888,-9133305.477384225
+    -95.70064696348327,-18.971839231782567,-1070677.179874812,-2.27549356090433E7
+    -94.60955407379063,-72.7629418556049,232748.133007942,-4.236028192313443E7
+<EPSG:7597> +proj=lcc +lat_1=43.46254664583333 +lat_0=43.46254664583333 +lon_0=-89.39444444444445 +k_0=1.00003498 +x_0=169164.338023876 +y_0=111569.613512827 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -9.793036011937147,-14.487678631651843,3.8869278268245704E7,-4589857.485804127
+    -18.176563046806223,48.42647218389713,1.5875515901606064E7,9158833.059314825
+    -7.483505350814966,48.18504090046831,1.752870778579551E7,1.1180902686938345E7
+    -155.31816036156926,66.23049098644515,-9078658.800967243,1.2964278770349897E7
+    -129.83852491261783,60.73265105546693,-6774459.826992027,8592342.060724419
+    -14.408972102373099,40.44677203695723,1.8743838859541334E7,8055637.412347711
+    -27.688884230112564,3.3791612790247534,2.6091644243260212E7,-5439363.258673102
+    -56.340522360455736,-2.5550515109809755,1.6252485378658717E7,-1.4976082175991515E7
+<EPSG:7598> +proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6273812548 +y_0=53703.12024384048 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -95.05328753866061,52.26101220512797,-560587.669712219,3518903.062526882
+    -77.09524593093434,-8.372507745624747,7554182.130981032,-2.0525348823623784E7
+    -147.45357611944823,-3.4507286575912755,-2.533447014042335E7,-9607619.614026656
+    -44.31570671733539,43.50582753282085,1.211366003083785E7,3644894.665581221
+    -39.539185581563544,67.14162834134062,8020004.711460317,1.1649342052316803E7
+    -129.74224476073886,64.26107156245625,-6079103.320930187,9589965.626104336
+    -83.99390626933254,33.46103046381659,2518177.375280085,-3298169.958334651
+    -154.85399943535168,61.35503224998722,-1.0392298449215347E7,1.1251047945403997E7
+<EPSG:7599> +proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.42222222222223 +k_0=1.0000384786 +x_0=247193.2943865888 +y_0=146591.9896367793 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -27.615014493791875,51.862361578692436,1.3710354647390498E7,8679878.95771887
+    -156.5443320439396,79.36407155913463,-4816867.743947006,1.7436425791124657E7
+    -126.40724989893374,-11.985689283067257,-1.8641436886259537E7,-1.83306113395312E7
+    -68.55864132029726,79.63661485193327,2707694.164656809,1.5432624274006993E7
+    -157.24566728164297,65.14120783451685,-9405994.51391245,1.314403728819237E7
+    -79.2034229348689,-0.9009940811123727,5663641.733507213,-1.6743634121697465E7
+    -118.94280213389582,-3.3721069198494718,-1.3363082251006596E7,-1.570663411659798E7
+    -28.06957532208338,2.3674376663461025,2.647118345144288E7,-5699661.408241075
+<EPSG:7600> +proj=tmerc +lat_0=41.47222222222222 +lon_0=-88.77500000000001 +k=1.0000346418 +x_0=263347.7263906528 +y_0=0.00762001524003048 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.47750654171797,36.639571492461286,1538172.027139774,-1752175.054443168
+    -93.75917378890217,-73.74980614663238,353561.875578161,-4.1953205453894325E7
+    -94.32131880335831,87.99147290594044,792875.158449409,1.7013869405461654E7
+    -90.03608828865448,41.00462115545719,515905.648980633,-167869.41892559
+    -84.30329340577961,58.65234796117349,1715332.4116489,6298040.678039058
+    -88.82036007294434,-60.21266119549278,855748.975079513,-3.697884710868382E7
+    -91.1074944605328,10.110865405566102,25019.925270775,-1.1397963845248735E7
+    -94.27944864633116,53.20410601424487,-342234.078033053,4325856.219411647
+<EPSG:7601> +proj=tmerc +lat_0=44.4 +lon_0=-87.27222222222223 +k=1.0000187521 +x_0=158801.1176022352 +y_0=0.002438404876809754 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -82.26783356824389,-72.66780587306636,1066601.722304207,-4.262491529682106E7
+    -81.16185824842128,10.451612879616548,2719810.957619867,-1.2322910798387347E7
+    -87.09515518402776,20.763383927436692,581495.14157301,-8600468.621418033
+    -85.4375412023713,-47.59895573210457,973662.957815561,-3.3444579987356517E7
+    -93.6979809996556,59.22754861335662,-681498.41658124,5470680.929478252
+    -85.10563128079703,-79.13983464879611,670541.267085063,-4.497520122864848E7
+    -90.74306379239911,62.95548861068343,-56706.130335903,6791146.025895747
+    -82.06182480947373,46.287906915096414,1838250.842348462,731746.272994982
+<EPSG:7602> +proj=tmerc +lat_0=45.88333333333333 +lon_0=-91.91666666666667 +k=1.0000385418 +x_0=59131.31826263652 +y_0=0.003962407924815849 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -85.34508517937533,-73.84851853174752,862504.078659825,-4.361305678088494E7
+    -96.1066178846039,84.55159904255407,48340.784963284,1.4147265408515748E7
+    -87.01333005839588,7.867059453228038,1970227.301849722,-1.3812816825612012E7
+    -94.15042257710556,-76.70565677364064,5838.424967429,-4.4626107635360405E7
+    -96.2693185285012,15.699454575057814,-1338075.363081662,-1.0964726425133122E7
+    -97.4180325349618,27.56025426067339,-1590140.977020559,-6631818.339709201
+    -91.43349363696024,-64.11799625163209,271242.240162904,-4.001529364611672E7
+    -96.38859025047388,-35.77166624770906,-1133132.3860109,-2.9701099330338206E7
+<EPSG:7603> +proj=tmerc +lat_0=44.40833333333333 +lon_0=-91.89444444444445 +k=1.0000410324 +x_0=51816.10393700787 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -97.69432984207563,-40.257094512430996,-1449327.757136659,-3.081958811896278E7
+    -90.67465666141881,45.20261106204822,484437.477728854,291974.767776695
+    -92.03126542250637,10.357629745813753,120837.041336949,-1.2381650329379559E7
+    -97.41668020817539,-50.60700940870851,-1112188.0024684,-3.458841386196225E7
+    -91.61248637331317,-61.29905788794664,219583.199225116,-3.8446531725232035E7
+    -87.35594358099866,49.94722522792591,1238574.55630713,2052787.988088749
+    -90.76521052839063,0.4681505703000255,582449.724497288,-1.5969846682334632E7
+    -88.26737841628461,-70.96690077794091,603084.897988028,-4.199639648263616E7
+<EPSG:7604> +proj=lcc +lat_1=44.87228112638889 +lat_0=44.87228112638889 +lon_0=-91.28888888888889 +k_0=1.000035079 +x_0=120091.4401828804 +y_0=91687.92390144781 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -77.11563733995432,36.281575072776974,4595474.384700591,-2472863.621566519
+    -124.98497918967215,46.16673782389853,-7903436.172838915,2519422.719176498
+    -167.61951203929607,22.882041612736657,-2.3221019498315867E7,4105991.934060164
+    -119.01223834051144,14.277695280512933,-1.0548534722519293E7,-9443110.26327047
+    -134.72059517015853,18.01965876754617,-1.5489079381297104E7,-5455838.999351558
+    -54.627291946054385,55.42864197713917,7888762.261498847,5897442.811945676
+    -74.26944122107818,2.5111821917990618,8261013.021060528,-1.5631146398231873E7
+    -56.965111371821465,69.60687321732135,5183070.830928094,1.0707757403250083E7
+<EPSG:7605> +proj=tmerc +lat_0=45.43888888888888 +lon_0=-88.14166666666668 +k=1.0000552095 +x_0=133502.6682245364 +y_0=0.006400812801625603 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.33242272175818,-13.8324627862075,1079863.57505202,-2.1537461461178448E7
+    -84.44076721965813,36.574771296483675,1525052.272707529,-3208890.640310477
+    -82.19647643609667,21.78964613474716,2457858.452302729,-8567802.282005616
+    -88.38630088266811,-52.07553654224697,382968.57430139,-3.545299314445223E7
+    -87.09322997586314,-7.020801433676084,818100.362773334,-1.906338063301614E7
+    -89.14736516149648,-86.13724788211778,413173.124424653,-4.7916962853461705E7
+    -94.08560809832525,55.30053552316946,-799894.111599413,3652033.712144625
+    -83.29371559737521,67.797169802388,1108468.087004815,8194496.687535109
+<EPSG:7606> +proj=tmerc +lat_0=44.00555555555555 +lon_0=-88.63333333333334 +k=1.0000673004 +x_0=275844.5532131065 +y_0=0.0158496316992634 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -85.17071560631129,-71.5582280351866,1306092.846302112,-4.2065673003357336E7
+    -89.84666717787495,-6.410870792977363,464556.072405673,-1.8319783467726134E7
+    -94.95769471765205,-69.15896205616946,82014.492655545,-4.1218410334639676E7
+    -84.08745173186621,7.829217248446838,2551662.391233792,-1.314376950126473E7
+    -92.08902945119833,-22.427935015929037,-262779.987156145,-2.414765643393689E7
+    -91.93747693211031,-35.67597491762277,-76629.510011487,-2.8968637274443362E7
+    -95.5928138746293,-67.78764339721218,-57021.820787027,-4.072821414726389E7
+    -83.75499369356935,-59.678179021048535,1806265.630297953,-3.774118471286253E7
+<EPSG:7607> +proj=tmerc +lat_0=41.41111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.484023368 +y_0=0.01005842011684023 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -97.72656616595823,68.38151217514798,-138092.911638946,9902595.348921463
+    -97.4885787005122,-65.99355141498945,-200136.419687746,-3.912381963147308E7
+    -96.49735777225136,-53.4917807376976,-445073.436665748,-3.455070252084628E7
+    -85.6485228263113,52.70303011558141,1937096.204793411,4159603.854448958
+    -92.80381357827439,46.85291065968636,293612.711337182,1990271.708406117
+    -86.13944433524983,46.543800397646436,1967767.980808301,1905794.101712828
+    -93.08975320533258,-78.69707464990537,630599.730201328,-4.3724779168129325E7
+    -95.02434922127861,-79.1088994641241,502785.463626125,-4.388300251158971E7
+<EPSG:7608> +proj=lcc +lat_1=42.63756227694444 +lat_0=42.63756227694444 +lon_0=-89.83888888888889 +k_0=1.0000390487 +x_0=170078.7401574803 +y_0=45830.29484378968 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -69.35451715768113,51.51582901194427,5236790.308415507,3971554.047836875
+    -151.07576382958587,78.22462997981276,-5105059.345987275,1.6507152297453333E7
+    -90.26469821741534,87.70100553641404,543797.27078328,2.0091384871218573E7
+    -80.33029216341588,36.997142845431824,3342231.602247085,-1750969.413132043
+    -100.78478296824011,32.55422665054934,-2855515.662283676,-3318643.038202254
+    -123.71250378184399,-8.568477104621799,-1.6545936205747752E7,-1.7490229046223074E7
+    -122.03434345030473,27.55898951311199,-9959660.3086415,-3372830.743623836
+    -62.545913044162376,-14.127038397925013,1.5428552739968492E7,-2.1563869759880878E7
+<EPSG:7609> +proj=lcc +lat_1=43.80700011777778 +lat_0=43.80700011777778 +lon_0=-89.24166666666667 +k_0=1.0000344057 +x_0=150876.3017526035 +y_0=79170.77937515875 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -167.83371457863578,1.7738086568380744,-3.07811202956458E7,-277044.40147286
+    -86.28126907107841,38.019339408269765,1351922.269130919,-1837199.855591506
+    -170.84533193954135,66.82782880273311,-1.048992367923239E7,1.4837353858706133E7
+    -37.25557287226218,-7.207872270812265,2.5673981894465696E7,-1.2561939447293006E7
+    -126.90000486018083,55.49038317771802,-7220116.80262438,6340651.162653552
+    -115.06146504246999,37.65763382991533,-6900428.263459,-822000.534427475
+    -77.65350932375495,48.1214458665277,3324558.042973923,2033047.2465525
+    -24.362130608406915,74.94715347540458,7358828.484319914,1.52262260662091E7
+<EPSG:7610> +proj=tmerc +lat_0=42.53888888888888 +lon_0=-90.16111111111111 +k=1.0000394961 +x_0=113081.0261620523 +y_0=0.004572009144018288 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.2797505912408,-76.88072120973463,693572.516270453,-4.3478066544259734E7
+    -88.23492220811383,-80.14455760380581,491786.901898359,-4.466501734646202E7
+    -86.84624135273152,58.71531992877661,1001089.34846527,5919551.444380389
+    -95.78301427760739,-1.6101307318432987,-1684829.689265542,-1.604522514081881E7
+    -85.07701582237569,27.7378604522451,2016933.161658473,-5353635.441017535
+    -94.3291180934954,-49.62363231860489,-616937.817405882,-3.3527607302258007E7
+    -93.40502732332648,44.68734274295866,-472736.993372395,799982.614073278
+    -95.07153272808632,82.95027081795598,150420.336611638,1.478388289553722E7
+<EPSG:7611> +proj=tmerc +lat_0=45.43333333333333 +lon_0=-90.25555555555556 +k=1.0000677153 +x_0=220980.4419608839 +y_0=0.008534417068834137 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -88.76660549505849,39.927360829456546,1142627.076470535,-2003340.553368143
+    -87.37334123148199,32.42398602736783,1614617.951406105,-4726611.03351491
+    -87.99796326125639,-32.149551868390226,1423878.229425358,-2.819664623907404E7
+    -95.68001680109819,-21.579375525257447,-1120250.378358661,-2.437870430634418E7
+    -93.23104481700248,37.6500062359125,-136644.37123556,-2822642.13148663
+    -92.27570374064098,85.1062736243017,661858.321299194,1.4510842377250114E7
+    -88.83993659140687,11.747099182126206,1231336.992549761,-1.2250171319044149E7
+    -89.6396597474725,0.21308459977456096,949955.94375125,-1.6436579604807243E7
+<EPSG:7612> +proj=tmerc +lat_0=44.25333512777778 +lon_0=-90.84429651944444 +k=1.0000353 +x_0=27000 +y_0=24999.99989839979 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.17945634808812,-84.30324294610452,258082.778295382,-4.673633250814692E7
+    -87.75955021116378,12.037780353182,1191110.821335669,-1.1627095615062151E7
+    -92.10450856846491,-38.31576888138601,-273021.742481808,-2.9923149457451746E7
+    -88.86926783311674,-41.3889156766622,630572.310034732,-3.104637738184298E7
+    -87.56424519479505,4.043768042068891,1284256.024762854,-1.4531626036052149E7
+    -86.16233562018915,-5.8597767762686175,1791585.249509364,-1.8134148953494E7
+    -92.4643518244772,25.490028556890536,-445896.84611939,-6744461.312681264
+    -84.25225661163442,-29.63540175015826,2185365.511640465,-2.6821432652455766E7
+<EPSG:7613> +proj=tmerc +lat_0=42.21666666666667 +lon_0=-87.89444444444445 +k=1.0000260649 +x_0=185928.3727711455 +y_0=0.0009144018288036576 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -84.04544661486186,72.40738700152482,1035926.032595745,1.1043718068898223E7
+    -88.15513841512816,-68.43990646349485,574909.659009726,-4.025908917273105E7
+    -86.61267877456818,55.459778289749465,876024.918276801,4834303.724144422
+    -90.99868047611373,48.622398719646185,-140807.34713562,2351062.780586519
+    -84.10887992425599,84.91950813979997,732757.273721332,1.5617333839818077E7
+    -93.07959576139142,60.821046622767426,-314989.884567229,6827590.247094256
+    -85.55052579161742,85.84537080190375,672211.294810228,1.5953830591424117E7
+    -83.56894326417945,74.24973550050385,1039817.062600513,1.1720281606945505E7
+<EPSG:7614> +proj=tmerc +lat_0=43.26666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.76154432308 +y_0=0.001219202438404877 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -84.74530325582093,83.4199155494347,379726.882453003,1.4683941807538576E7
+    -85.37527603267681,-41.71747747783947,855770.490958286,-3.0889401638470415E7
+    -82.73518914963701,15.650045403182304,1957446.678870596,-1.0025016355292488E7
+    -85.93343801907315,-73.36540881537188,431519.43484907,-4.24469191850234E7
+    -87.12724673854561,-67.73841511781306,320660.979362319,-4.038509338190063E7
+    -92.37161604043162,-28.45826940504955,-1288387.783996795,-2.6086722311327036E7
+    -87.26606780056167,84.90219956832968,271245.124301945,1.52242391380917E7
+    -92.20179534464273,25.267767723280613,-1276438.177279082,-6524063.898309256
+<EPSG:7615> +proj=tmerc +lat_0=43.45111111111111 +lon_0=-91.31666666666666 +k=1.0000319985 +x_0=130454.6596901194 +y_0=0.003352806705613411 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.1441258854567,37.74906665772595,1634767.962703599,-2050533.062558518
+    -94.74411850178949,16.591970818947885,-772625.026223833,-9759338.360094983
+    -88.57297640476699,70.27879302245566,767054.45367603,9808616.499130819
+    -85.23904802484276,-59.87919774342806,1543680.745003065,-3.762932150188899E7
+    -90.12589057330473,80.22925938478073,502043.025872114,1.3445722314160444E7
+    -86.45342015566224,-80.89462396577713,709687.512291142,-4.528178236075466E7
+    -92.29295502455722,-49.39502800417014,195481.219435386,-3.375053855352623E7
+    -84.48611848367207,-31.390939953287415,2561851.448277832,-2.7256095237661265E7
+<EPSG:7616> +proj=lcc +lat_1=45.15423710527778 +lat_0=45.15423710527778 +lon_0=-89.03333333333333 +k_0=1.0000627024 +x_0=198425.1968503937 +y_0=105279.7828803657 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -8.990718864547233,-1.2434071972716474,3.370300009752976E7,-474088.309516494
+    -148.27673741510574,18.841827437419468,-1.9920965812220357E7,-1649183.726284402
+    -58.55461566798317,30.662802454019094,1.0292921419146756E7,-3145673.295044464
+    -66.22855702976331,17.285038401258333,9385795.75278066,-8931594.780393254
+    -80.69976504482658,-4.331950537458749,4877074.271292199,-1.964011164113846E7
+    -129.58728998945944,-2.0043961896779,-1.8539223467519127E7,-1.3779650079257427E7
+    -6.544934575747675,67.50641671285877,1.1254765305893157E7,1.469322964569068E7
+    -93.18128927394497,68.00647835183031,23168.117268201,8974277.72841357
+<EPSG:7617> +proj=tmerc +lat_0=44.84444444444445 +lon_0=-89.73333333333333 +k=1.0000599003 +x_0=116129.0322580645 +y_0=0.005791211582423164 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -89.63371607306858,35.653132017909655,410598.264882803,-3348609.926224376
+    -90.05299249558911,16.83880812537602,269220.943424453,-1.0188127914918773E7
+    -91.61595386533304,29.69971493515243,-216830.692100745,-5509988.113505205
+    -84.32823895589073,-60.95684246422968,1341104.147109378,-3.852067552346162E7
+    -86.62943127564085,26.392474855069324,1397489.291854216,-6705137.346660417
+    -92.63578122568404,-67.7324542303001,-21738.573843233,-4.0968834039110854E7
+    -85.99214144339965,68.36713834317774,885951.512940996,8608923.353432627
+    -88.224313091061,57.91549715509649,674449.735232475,4774592.544800752
+<EPSG:7618> +proj=lcc +lat_1=44.90090442361111 +lat_0=44.90090442361111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493522987 +y_0=55049.26695453391 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -16.66787303347681,-12.731907922222623,3.599837576081037E7,-7121270.996923283
+    -168.17855046805028,40.235561167456154,-1.845838805129858E7,8286913.679279385
+    -131.30743171148416,33.871116555402,-1.2034599356695859E7,-648654.349799423
+    -133.10658156956734,6.430790029777981,-1.8091044159779634E7,-9801286.925418697
+    -120.51707371843132,47.064292803102745,-7241851.903099946,2404981.52283301
+    -111.73133736740954,0.009858642710065979,-1.017406842263805E7,-1.634957561038824E7
+    -67.14240137331555,85.28034678774846,1379847.120700595,1.7250069042025674E7
+    -56.234282926119135,64.60512896665497,5735537.972634224,8690698.491309939
+<EPSG:7619> +proj=tmerc +lat_0=44.69166666666666 +lon_0=-87.71111111111111 +k=1.0000234982 +x_0=238658.8794513589 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.65827566471228,27.584210804163533,1124073.606435296,-6226747.246324211
+    -93.3333351476982,88.15196576511332,716664.33906907,1.589884820748484E7
+    -84.9605232945691,-17.27901212554383,1742846.606303241,-2.252001257876282E7
+    -91.69716740779049,-17.88586578930247,-603816.311747872,-2.2748357055771228E7
+    -93.40486421815874,52.620582114449974,-481587.963918295,2942839.700606827
+    -84.21418590719706,-81.70158115541805,967831.019616009,-4.602306588773036E7
+    -83.40518983633918,58.8786653281652,1597470.584023249,5205048.923818342
+    -91.13146769060324,40.09693450108577,-174021.366944956,-1656125.117459053
+<EPSG:7620> +proj=tmerc +lat_0=44.71666666666667 +lon_0=-88.41666666666667 +k=1.0000362499 +x_0=105461.0121412243 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -85.64455307821808,68.07912525003456,724968.058495204,8543084.619148659
+    -93.4735441900936,-78.93814586015927,-9090.943857429,-4.503016965242965E7
+    -91.91285454122038,57.91355727626018,-333752.769238078,4834664.527185074
+    -95.37962475989877,-10.836229846808791,-2157828.343747113,-2.0212498217128303E7
+    -89.93876901012561,-35.46189842167191,-107329.044796601,-2.9136040092163946E7
+    -91.87258501340852,60.872999716423436,-269759.982056047,5915002.00940692
+    -88.91134943981851,-51.012194880490384,232097.189532298,-3.480111543505408E7
+    -86.41913816688286,-64.32802698019117,662883.761666881,-3.9671299503387615E7
+<EPSG:7621> +proj=lcc +lat_1=44.00007392861111 +lat_0=44.00007392861111 +lon_0=-90.64166666666668 +k_0=1.0000434122 +x_0=204521.2090424181 +y_0=121923.9861823724 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -148.329050146039,32.59126235781474,-1.5993818701059757E7,2296088.329097845
+    -94.86622217167996,41.41685651955691,-488442.136710868,-512118.704558658
+    -142.72606635226444,48.305440955238105,-1.1214499836910123E7,5854248.322874424
+    -15.053959140825953,68.61652828088225,1.0491672541847736E7,1.457151165254135E7
+    -13.364110753135975,33.17563691224761,2.135434779636798E7,6901407.620184218
+    -75.51649589333636,-2.2305100655922026,8020453.272028629,-1.752261598122071E7
+    -52.66869533892381,70.25392328532189,5868148.391571565,1.1625519348889284E7
+    -134.92609247489227,87.73165658712614,-651064.02520743,1.988400184970627E7
+<EPSG:7622> +proj=tmerc +lat_0=44.39722222222222 +lon_0=-87.90833333333335 +k=1.0000236869 +x_0=182880.3675895352 +y_0=0.003352806705613411 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -94.90146826944826,18.965654480482527,-1821074.390332974,-9204288.717187285
+    -83.3282329753538,-42.63138446198122,1832717.082581384,-3.1660506532764602E7
+    -93.91789151875992,-32.40877382326438,-1256248.23737914,-2.7956904895491935E7
+    -89.93851650338304,31.53155253638174,-32644.070946435,-4679443.375822276
+    -94.77378512843576,-38.513367446302006,-1365608.837491971,-3.0200306328374885E7
+    -86.54618407533187,-68.96654397138826,779068.560267512,-4.124846301201769E7
+    -91.64563441742224,85.09883151572839,483072.865999571,1.4887942697520796E7
+    -93.01228292931883,-67.7360367062202,-107629.132307789,-4.0825359907901265E7
+<EPSG:7623> +proj=lcc +lat_1=45.70422377027778 +lat_0=45.70422377027778 +lon_0=-89.54444444444444 +k_0=1.0000686968 +x_0=70104.14020828041 +y_0=57588.03474726949 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -101.4799762131696,59.66827028283598,-2042851.904145033,5512169.637593049
+    -138.1421748856745,52.04718079640662,-1.01154198611733E7,5748638.778494796
+    -93.3659480743697,83.11943423994224,-18621.66095425,1.5438848074942684E7
+    -43.3237874851589,7.368185457418132,1.9547030305005018E7,-9009560.224000309
+    -98.03879070035573,58.41040992305153,-1440696.293083237,4957385.869366222
+    -167.1250213236322,35.85869505445208,-1.960366921377354E7,7025759.320383789
+    -42.85470482837465,10.147975454624703,1.9051803976217307E7,-7882483.25451793
+    -78.4627231306689,23.199604078662915,4210297.946768847,-7925558.875520018
+<EPSG:7624> +proj=lcc +lat_1=44.63614887194444 +lat_0=44.63614887194444 +lon_0=-92.22777777777777 +k_0=1.0000362977 +x_0=167640.3352806706 +y_0=86033.08773177546 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -165.63319193587293,52.521350718585865,-1.3819983768095784E7,1.011141202237644E7
+    -43.454971253583096,-11.027953267912904,2.5724567887470465E7,-1.543780206032438E7
+    -91.93076911755303,57.95762217469613,609436.038720215,5192272.951335763
+    -33.10667064025981,77.62454070749027,6012031.510625219,1.534588905016099E7
+    -149.74450134891816,-12.10456996879761,-2.882492640030901E7,-1.2990329301451292E7
+    -37.53449589551067,31.837603114181306,1.6664422981121307E7,1199992.072257278
+    -83.16529331550252,49.71845279022929,2698469.034907265,2258056.921214179
+    -77.66250042581441,27.590974923271915,5439540.814092897,-5572584.070792467
+<EPSG:7625> +proj=tmerc +lat_0=44.66111111111111 +lon_0=-92.63333333333334 +k=1.0000433849 +x_0=141732.2822453645 +y_0=0.005791211582423164 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -93.21662195727266,6.733879500665395,253418.008493383,-1.378868576280689E7
+    -93.20168296619735,65.11479141631662,377408.449395568,7470694.853100389
+    -92.6959281775188,-11.975545966022736,442632.404969624,-2.0577177836715095E7
+    -94.46584989757098,74.0574119413514,280615.249965833,1.074621879292898E7
+    -88.56086811436177,15.375029630271456,1900563.799672722,-1.0639119760373464E7
+    -90.13176325583711,-10.553437113317884,1363578.749333419,-2.0064642760593705E7
+    -98.11731044579415,-17.350353386943468,-1449802.753991639,-2.255576470858321E7
+    -89.40832962849768,30.04463977178102,1485750.093411141,-5308079.291183104
+<EPSG:7626> +proj=lcc +lat_1=44.41682397527777 +lat_0=44.41682397527777 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.11277622555 +y_0=50022.1874523749 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -146.37453001525685,26.5362662104167,-1.7740877296034843E7,44520.552514474
+    -97.39501968619079,6.893453279807595,-3278605.213106385,-1.4247762001441771E7
+    -156.561784066477,40.51474776843926,-1.6483209894450394E7,5977154.718321688
+    -149.9573220444082,67.84941258551987,-8261040.31074917,1.2278019475344257E7
+    -88.27258671822712,5.515784694412634,733436.268230226,-1.5020791387436412E7
+    -34.05699331044548,23.635317741487306,1.842833767034137E7,-1131602.625444728
+    -171.80691968739615,37.07444413468587,-2.014252821925413E7,8657992.140078703
+    -67.494644249952,38.81350252606687,6409209.290719769,-1039331.249098219
+<EPSG:7627> +proj=tmerc +lat_0=44.55555555555555 +lon_0=-90.48888888888889 +k=1.0000649554 +x_0=227990.8544577089 +y_0=0.01097282194564389 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -97.32192324496944,-65.91393025409153,-271763.983229943,-4.024447078583122E7
+    -95.80204022793225,58.472031944435344,-268583.016118249,5120279.214916484
+    -87.17338559342974,19.395368210742504,1891168.544389321,-9143524.737410212
+    -87.00921179882805,29.708824130165866,1853131.849790088,-5389594.527600143
+    -89.6367756991992,-34.83032367870811,1003754.591716768,-2.8845827184918266E7
+    -96.78471350487987,13.411956296480156,-1493258.896563851,-1.1298404780487828E7
+    -86.13528615074418,-86.70778403636076,839537.179010878,-4.780767561358873E7
+    -85.80849547659133,42.018172054868586,2020091.535039352,-890104.380789438
+<EPSG:7628> +proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.43055555555556 +k_0=1.0000375653 +x_0=202387.6047752095 +y_0=134255.4254508509 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -133.36575510819503,39.48940464002397,-1.0952907100345638E7,2096691.701169621
+    -64.67739323252435,28.60066808816523,9053414.593705071,-3671497.787287981
+    -26.454080282419113,-1.8641600891227057,2.862091923188433E7,-6392510.18934054
+    -113.8177225552624,85.75140928104386,-478485.609462461,1.869245364353256E7
+    -58.80108958315434,47.50830196703564,8316806.660650254,3435095.021592079
+    -144.06817654525983,48.77519572723602,-1.1456056646922462E7,6464036.952348857
+    -38.79538449868667,22.16339405530443,1.810606673754319E7,-1854171.073526618
+    -118.59243812260651,85.12513809491097,-839063.608565494,1.837792309286872E7
+<EPSG:7629> +proj=tmerc +lat_0=41.94444444444444 +lon_0=-89.07222222222222 +k=1.0000337311 +x_0=146304.2926085852 +y_0=0.006705613411226822 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -86.1966519971014,7.49499926753893,1521764.778280871,-1.2518851142322589E7
+    -88.48463983981351,51.36618422505467,614260.30828082,3436861.398060905
+    -82.7541390149605,77.65104615758943,974181.66534088,1.3076304363709336E7
+    -93.34306594662286,2.9939893443110037,-1079184.530385546,-1.4152281497916562E7
+    -86.95945536278424,32.14736688998548,1134029.116905246,-3560862.031347186
+    -95.27084443460666,43.94787309608992,-1152724.631138358,791637.650692333
+    -86.04896569302701,-62.584605721019265,989622.856589835,-3.803004705713328E7
+    -89.00985134276625,2.1115030578596503,502764.545068289,-1.4475482414335443E7
+<EPSG:7630> +proj=tmerc +lat_0=43.91944444444444 +lon_0=-91.06666666666666 +k=1.0000495976 +x_0=250546.1013970028 +y_0=0.02346964693929388 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -94.61375259269718,54.066260043555445,60194.610691134,3721443.562438368
+    -85.16313100876548,-68.84818150453808,1601297.490728019,-4.106752740264131E7
+    -88.98288393223515,-61.10566873739031,1190653.696828901,-3.82036853035448E7
+    -94.89057981886332,-71.1882768679145,370548.688299128,-4.190086576570681E7
+    -91.00167555718663,74.46869164765093,828375.850899808,1.1164457137101075E7
+    -94.15481236178933,25.00310521476881,-201140.760618876,-6873421.799621844
+    -93.67046455290219,20.928801019931583,-66874.377582994,-8358264.489661722
+    -91.46282832226083,70.1406943732207,772700.010812964,9580029.974992195
+<EPSG:7631> +proj=tmerc +lat_0=42.81944444444445 +lon_0=-89.90000000000001 +k=1.0000373868 +x_0=185623.5715519431 +y_0=0.005181610363220727 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -96.32544995204927,-59.183094213514195,-595030.236006076,-3.7151666502330236E7
+    -95.29725078159636,10.189781129151712,-1334085.893406142,-1.184710536340353E7
+    -84.68698340253968,-69.29397319767,1283475.163369206,-4.0820458046579555E7
+    -93.2016924364946,-67.92807956875832,154734.273406584,-4.030398850101035E7
+    -92.38013225585823,31.220878861859376,-166453.584945116,-4214538.218618797
+    -90.13175574331379,29.055294289712066,534948.723770449,-5010812.753037353
+    -90.40772699300865,-18.89293217590746,433487.716871072,-2.2417312809111837E7
+    -94.95246052399504,57.61477797047681,-381196.217939122,5436431.375610476
+<EPSG:7632> +proj=lcc +lat_1=45.90009913138888 +lat_0=45.90009913138888 +lon_0=-91.11666666666666 +k_0=1.0000573461 +x_0=216713.2337312675 +y_0=120734.1631699263 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -93.17573480403702,76.34460900922272,492251.019231385,1.2236395007162753E7
+    -169.15482525119478,85.82147484835659,-2284170.436706227,1.8693494809961207E7
+    -46.85756760690296,7.246150817764736,1.935163070891468E7,-9372774.324066073
+    -84.44569278222184,82.36345036710537,1176337.444826805,1.5158150533109479E7
+    -90.824862145605,46.6929034155271,784240.32890531,685394.581657621
+    -26.838829685445887,77.30895616712348,6509405.896563219,1.514231042601514E7
+    -128.0432867317916,79.8155706457909,-2350594.281586348,1.4574845050358877E7
+    -115.74952879933298,50.99399591148249,-4896268.273790718,3129640.722528696
+<EPSG:7633> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-88.60555555555555 +k=1.000032144 +x_0=262433.3251714504 +y_0=0.009448818897637795 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -84.04530397022232,-7.819106084563501,2512860.200699436,-1.8849684363028083E7
+    -91.02598218394127,-55.27682151439774,356362.655069163,-3.611838990048144E7
+    -89.39399857049344,36.08026411934648,627995.875104315,-2897391.231656947
+    -90.72850436763545,74.38862691849826,651729.544376734,1.1096143007672967E7
+    -82.97911717367236,-24.621857548001046,2732178.021789338,-2.498006382134312E7
+    -92.35664651429013,-1.8711018927543535,-509278.221350776,-1.6684158126124717E7
+    -91.17132242558718,9.402847681427971,-63887.670381671,-1.258895144593176E7
+    -82.07075452861832,-34.9583132924733,2820702.454752914,-2.876520444682124E7
+<EPSG:7634> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-92.63333333333334 +k=1.0000381803 +x_0=165506.7300990602 +y_0=0.01036322072644145 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -89.37758392360074,11.589729710668749,1708606.025641824,-1.1792110384391533E7
+    -96.37766243498629,-2.4621536173038265,-824281.137425179,-1.689914454034751E7
+    -93.09582926124784,-63.319238334851775,466948.90116153,-3.904959702977419E7
+    -93.1432019613259,-24.820389300276346,373878.718815743,-2.5014321820994146E7
+    -94.13453389370004,1.815463217358797,-5080.082437201,-1.5345112949660458E7
+    -90.54061675103183,-24.707234917389826,1237869.693829142,-2.49781880326255E7
+    -86.83312091483646,19.834513715388795,2539176.420340628,-8771033.014722181
+    -89.19920467222765,18.23217885159309,1735262.918200405,-9376142.276723426
+<EPSG:7635> +proj=lcc +lat_1=45.17782208583333 +lat_0=45.17782208583333 +lon_0=-90.48333333333333 +k_0=1.0000597566 +x_0=187147.5742951486 +y_0=107746.7521463043 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -96.09267219173674,21.936400854076666,-1433583.969788574,-8253170.162185477
+    -46.07843615082152,84.83512147788191,2882080.011324678,1.7484263808605436E7
+    -167.0192898509859,52.33825515764312,-1.4173886629550995E7,1.0554627299113598E7
+    -123.22234820451553,64.22334696069034,-4799700.276168282,8568070.977928938
+    -73.8079824406661,75.84902831832227,2438305.525973672,1.247462366969594E7
+    -47.82777665736636,87.96922811181204,1741738.040476221,1.9252632279256158E7
+    -136.769778060672,32.94463795257428,-1.3113989487281619E7,-90507.621063323
+    -103.78791535437327,86.17073392218113,38425.775629434,1.7723055233253438E7
+<EPSG:7636> +proj=tmerc +lat_0=43.16111111111111 +lon_0=-91.36666666666666 +k=1.0000361538 +x_0=256946.9138938278 +y_0=0.003962407924815849 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -93.44560045240786,-76.01482263907421,658954.599789414,-4.33801608779241E7
+    -90.41254577604401,88.99113501229564,849156.026803011,1.6761330037661916E7
+    -89.77493388717222,-16.905220412597203,1399450.118147535,-2.1822010384016417E7
+    -96.56686520916797,-62.82207674927865,-26120.505441278,-3.858358804744771E7
+    -85.85835669137788,66.74687584457388,1638663.535892407,8649337.97030284
+    -96.64617439078212,83.63440818338731,628795.918844849,1.4808150418041755E7
+    -91.17167203167376,15.712895548708659,911574.218206121,-9983069.695795631
+    -93.86466433136623,-54.40077003583911,310783.134821587,-3.548027888022609E7
+<EPSG:7637> +proj=lcc +lat_1=43.57503293972223 +lat_0=43.57503293972223 +lon_0=-90.78333333333333 +k_0=1.0000408158 +x_0=222504.44500889 +y_0=47532.0603505207 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -65.62606650736953,85.2946829118003,2035479.952130701,1.800426374586595E7
+    -86.43593402482219,-3.3433208281461653,2871628.236802545,-1.8724929321581308E7
+    -133.1829999771836,-7.98581114347337,-2.041928996495659E7,-1.5616374261018882E7
+    -62.41302203670976,26.828619015653118,1.0171862473171733E7,-4395611.741521854
+    -13.144760499649607,70.65670876439512,1.0116859038347272E7,1.5243427471977059E7
+    -150.3972589823336,57.98486659368357,-1.0252703039432945E7,9591928.89056218
+    -63.18928637384998,24.870128308545226,1.016576548411871E7,-5186211.47556011
+    -118.63631334304043,87.49904016928033,-201437.10012741,1.95102889678291E7
+<EPSG:7638> +proj=lcc +lat_1=46.07784409055556 +lat_0=46.07784409055556 +lon_0=-89.48888888888889 +k_0=1.0000730142 +x_0=134417.0688341377 +y_0=50337.10927101854 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -152.89322112171965,59.02949679447336,-1.0587017078334453E7,9581035.16270639
+    -164.06851508799122,66.70606980279089,-9605760.450942297,1.2979354930980802E7
+    -164.5589506555979,84.73632816148357,-2984638.961504674,1.787212942223909E7
+    -166.65024870230707,74.95812183423111,-7019505.340319649,1.5241938031287873E7
+    -102.77434950775331,66.3167592784397,-1656444.651178036,7913072.11449091
+    -74.50136361753658,1.7875430213789585,7529630.792179288,-1.6822158758604184E7
+    -153.23661679115452,74.82710411752494,-6096825.241513693,1.4022493787743805E7
+    -137.1746344636281,-12.22543759613259,-2.502577198549127E7,-1.6912408241901338E7
+<EPSG:7639> +proj=lcc +lat_1=42.66946209694444 +lat_0=42.66946209694444 +lon_0=-88.54166666666667 +k_0=1.0000367192 +x_0=232562.8651257302 +y_0=111088.2224028448 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -23.72607709389564,81.84503979370523,5376226.660251099,1.8312564743927445E7
+    -65.91246809126253,85.25496284160218,1980580.662455086,1.8662053065081127E7
+    -85.17117215471816,-14.50337664070709,2640536.949114141,-2.396448553714358E7
+    -23.55377728387171,32.43953264337747,1.9173958599472176E7,4067376.243483579
+    -99.18424226226861,58.22137628897711,-1369640.64774844,6251030.141894072
+    -87.45072367066732,53.512791559080725,1005043.240413524,4346780.598194868
+    -58.751987055897246,43.57015218939776,8497169.10296631,2069778.0003032
+    -97.2982174594119,-13.551804738063112,-4051585.840835972,-2.3212384809459917E7
+<EPSG:7640> +proj=lcc +lat_1=45.96121983333334 +lat_0=45.96121983333334 +lon_0=-91.78333333333333 +k_0=1.0000475376 +x_0=234086.8681737363 +y_0=188358.6059436119 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -145.55959374529917,44.24383671556542,-1.2285998141282374E7,4570551.390434097
+    -14.911479226197855,55.29192442749713,1.461433160293352E7,1.1287373452071529E7
+    -117.3273378938088,22.397922096880954,-8391749.363034185,-6705980.721917068
+    -32.885477065446224,31.652569344076,1.7966089688313793E7,2014987.477666742
+    -146.23009689887544,-10.163083931372409,-2.6996537941212155E7,-1.3226385548799634E7
+    -102.48674622039036,17.017788076995796,-3412620.168228845,-1.0054447425600156E7
+    -62.94063697519607,47.79140104239141,7708234.943353733,2555280.380882841
+    -153.8220680972996,-6.5772887836038265,-2.875101099330263E7,-9047388.197028022
+<EPSG:7641> +proj=tmerc +lat_0=42.91805555555555 +lon_0=-88.06388888888888 +k=1.00003738 +x_0=120091.4414020828 +y_0=0.003048006096012192 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -88.88025175790432,-80.2689878858908,343440.448388805,-4.48470590819205E7
+    -83.60024173704655,21.94912377165994,1907927.115998219,-7607624.279959299
+    -88.24028519284857,-12.179420958884833,331014.656537479,-2.0015653346357424E7
+    -92.68638039718415,-50.50574598042148,-681679.378082626,-3.399377337405483E7
+    -86.34921176982613,46.117971091108416,828861.966153511,1171340.247242156
+    -82.87375043600787,-64.58380357703021,1209106.133540262,-3.913762757904985E7
+    -84.69597023047967,-38.68416851094598,1355584.265991696,-2.9667869180641156E7
+    -84.8669251907705,74.41346879827833,708576.576923883,1.1517574274752673E7
+<EPSG:7642> +proj=tmerc +lat_0=42.56944444444445 +lon_0=-88.22499999999999 +k=1.0000346179 +x_0=208788.4178816358 +y_0=0.003352806705613411 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -87.55437064305328,31.42233121780376,894208.346413229,-4058190.234863185
+    -85.65000828244703,40.89751090798171,1396943.205857512,-598789.067151204
+    -93.00093610163303,-24.430696949073578,-905277.359478283,-2.4365136787666604E7
+    -83.61165060933605,73.67889460115614,1159539.10025766,1.1385503814618438E7
+    -93.64856470082616,39.23426840373355,-851833.008634781,-1169108.8054928
+    -88.9800018633033,-6.692525720584797,411106.946299432,-1.7897595193039183E7
+    -93.91702458983308,81.09783190279143,362741.338528917,1.4100400208892696E7
+    -88.29107831796213,-28.00831489860441,663676.836255608,-2.5638155955683004E7
+<EPSG:7643> +proj=tmerc +lat_0=43.42027777777778 +lon_0=-88.81666666666666 +k=1.0000333645 +x_0=185013.9709423419 +y_0=0.007010414020828041 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -93.32483314377636,14.507431943119386,-988816.277866392,-1.0499417162230456E7
+    -91.62680835775818,-50.508271989583356,-46983.580741368,-3.4156481980528146E7
+    -93.21790952379251,-81.60317753716522,371711.791760407,-4.55273348921105E7
+    -90.16720057995336,64.26134987571953,392222.041268198,7612682.418907551
+    -88.06210742259424,50.537736817071846,782506.139314999,2596939.488334309
+    -89.49837507068602,71.75682253112018,528820.993278021,1.0353729134694211E7
+    -84.11396691528974,-78.61648595980797,946751.67565937,-4.4437888247045405E7
+    -95.56743970940036,45.81435690769919,-1114340.314122314,945747.859842913
+<EPSG:7644> +proj=lcc +lat_1=44.11394404583334 +lat_0=44.11394404583334 +lon_0=-89.24166666666667 +k_0=1.0000392096 +x_0=120091.4401828804 +y_0=45069.7588011176 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -31.983537853317955,-0.9386037123920019,2.5803601957806442E7,-8669447.845105546
+    -162.3157079679785,29.971144058335327,-2.0408473460295442E7,4840578.423228257
+    -10.157823030419195,60.10450733302083,1.326055098058447E7,1.2774065302659325E7
+    -32.67170765567769,66.47267742978607,8773636.597204851,1.1557183386933865E7
+    -131.9451108336395,80.60023117981194,-3036498.68602297,1.5758709621135937E7
+    -89.09207389766839,70.5321199719308,414976.296601798,1.0224960670094939E7
+    -171.88061409689453,11.355573206739152,-2.8415868542268917E7,3429849.172708082
+    -141.07464048249017,13.176153884590935,-1.9270538406292032E7,-5219471.67578568
+<EPSG:7645> +proj=lcc +lat_1=44.36259546944444 +lat_0=44.36259546944444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6172720346 +y_0=134589.7539243078 +ellps=GRS80 +units=us-ft +no_defs  <>
+    -55.4211203778669,70.74703269983841,5340053.141808118,1.1502908881925855E7
+    -9.527987216734005,61.49587969884608,1.3218811022666432E7,1.3503513084239E7
+    -39.10551159824212,50.593487929024135,1.1830526322995499E7,6296248.68439418
+    -76.60548951708516,56.54138106188532,3442565.072815249,5148194.789488017
+    -56.12614929674206,35.51115930407143,1.0593700142028008E7,-717528.387433337
+    -89.96486104727768,45.60802068595842,692995.723201242,895710.334029921
+    -127.33302889841443,36.12608390098067,-1.0070705936653396E7,-76031.81976497
+    -91.87200842182521,25.261339824949914,32811.789886819,-6626084.527875598
+<EPSG:7683> +proj=longlat +a=6378136.5 +b=6356751.757955603 +no_defs  <>
+    -147.87099499204749,17.853843550057263,-147.870994992,17.85384355
+    54.94069496249401,8.628398332709523,54.940694962,8.628398333
+    121.6245350166572,30.394932620400525,121.624535017,30.39493262
+    52.3900147776875,-41.57185053016004,52.390014778,-41.57185053
+    -131.64975098251836,38.10848335092567,-131.649750983,38.108483351
+    92.32066001486953,-3.001113883647946,92.320660015,-3.001113884
+    -54.72035388454219,-76.5913057303835,-54.720353885,-76.59130573
+    6.493121473396229,50.703244518432285,6.493121473,50.703244518
+<EPSG:7686> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -142.37954043941292,1.2151386016471122,-142.379540439,1.215138602
+    28.30480756427977,54.24942627756769,28.304807564,54.249426278
+    -147.42391439798354,44.60203455419702,-147.423914398,44.602034554
+    -58.066768222726026,18.09822247534207,-58.066768223,18.098222475
+    119.26038882879794,20.947907081626795,119.260388829,20.947907082
+    -128.36032677819964,-49.0800205917445,-128.360326778,-49.080020592
+    74.6454940684591,-38.58549661729225,74.645494068,-38.585496617
+    151.62226513337322,-16.920397345420028,151.622265133,-16.920397345
+<EPSG:7692> +proj=tmerc +lat_0=0 +lon_0=68.51666666666667 +k=1 +x_0=1300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+    73.7916265740665,-24.15311057424489,1836607.192683583,-2667630.150250291
+    61.547891382928405,-21.658165821576475,577372.367622182,-2397480.895075083
+    73.55367995169456,38.28694428425811,1740816.623762586,4266115.298369401
+    73.4800435938865,-65.51173619333518,1529472.426395547,-7262705.204241578
+    66.34540929219534,-7.661287321031523,1060384.354842922,-833053.819825058
+    71.2909349403096,56.44470628634002,1471075.433824206,6276275.342284343
+    71.94336828046025,14.865521539373532,1668965.079978087,1661686.397679603
+    70.22572489029562,-20.0623477779679,1478797.855091098,-2205439.910172682
+<EPSG:7693> +proj=tmerc +lat_0=0 +lon_0=71.51666666666667 +k=1 +x_0=2300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+    70.24947700542346,-27.583393697708793,2174874.916156402,-3038172.323056152
+    64.98480044179907,42.21357284633066,1760529.577750857,4710811.561976554
+    75.58521116222312,-20.739559367723984,2724006.429074985,-2284835.862171104
+    72.43553060773176,-38.94291164005354,2379662.527575789,-4297824.346900478
+    67.81526702728074,-10.862346347205886,1895033.036317407,-1188963.691367186
+    66.62933386813766,-46.86615397146589,1927391.047792394,-5189234.764641896
+    65.58182543581118,47.15575045732777,1849993.812602408,5256423.625378983
+    73.42033684009988,87.32681475630685,2309914.882648097,9718297.268877098
+<EPSG:7694> +proj=tmerc +lat_0=0 +lon_0=74.51666666666667 +k=1 +x_0=3300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+    79.26154023732637,-63.64252912860161,3534973.519300901,-7053986.69810122
+    79.08908085631992,-47.87974077264762,3641973.980229012,-5300444.154604689
+    77.71717746204077,-33.892174872520535,3596110.242681995,-3741572.476839005
+    71.18668587728948,74.13709523807947,3198409.806317011,8248209.442774894
+    76.49888925500025,20.979810150153014,3506150.970433619,2336862.143794311
+    77.34104909026163,-60.775257069667234,3453866.112233795,-6729018.223601077
+    76.42989440143351,39.01744940021453,3465701.778136002,4336926.713031644
+    78.3242008536639,77.7143138200899,3390419.100232584,8647619.392671378
+<EPSG:7695> +proj=tmerc +lat_0=0 +lon_0=77.51666666666667 +k=1 +x_0=4300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+    81.75740371948453,45.09260701921198,4633828.901914162,5018737.381313113
+    73.66860894406038,-48.033486575188505,4013045.883445796,-5314577.406829008
+    72.42290286491519,5.762444116997116,3735076.609979158,654469.471859581
+    80.00567263546328,51.790839974093984,4471722.86881488,5757746.427762476
+    71.65704161458311,39.80264351092828,3798027.71807856,4438822.45757788
+    71.3576652170006,-21.439884312201244,3660632.650525596,-2369631.938814603
+    74.96274671718554,2.492404590883268,4015871.704679489,290616.593769011
+    77.8066284657601,48.008096476257094,4321635.106274218,5334112.034845321
+<EPSG:7696> +proj=tmerc +lat_0=0 +lon_0=80.51666666666667 +k=1 +x_0=5300000 +y_0=14743.5 +ellps=GRS80 +units=m +no_defs  <>
+    87.45575230650459,-62.697227467648325,5654755.620132367,-6959016.500814764
+    84.20708707946531,82.49549327746723,5353795.705963022,9180267.559858186
+    83.5244857685041,73.56819020898831,5394970.74949688,8184266.801617383
+    75.79929145669628,-69.2936925350459,5113935.276411752,-7682613.310008661
+    74.60205251088088,71.4476934071757,5090177.618040359,7955522.931396806
+    86.39318720072131,-69.07626213641068,5533999.950967298,-7662409.70940014
+    86.48229048338742,-83.38032950071634,5376674.175055843,-9251846.773402145
+    74.86818605093828,-0.1710387022213382,4670188.907093484,-4261.885226551
+<EPSG:7755> +proj=lcc +lat_1=12.472955 +lat_2=35.17280444444444 +lat_0=24 +lon_0=80 +x_0=4000000 +y_0=4000000 +datum=WGS84 +units=m +no_defs  <>
+    132.93765317792852,2.3784982263591345,1.0039180875536509E7,2747375.247680938
+    128.74577144716233,-7.064511108437593,9966070.214354036,1506479.437755656
+    113.79015333860904,-35.43489241577192,9195592.554446205,-3189887.840523786
+    67.98497855172054,30.963596926696958,2867306.589026074,4806844.538100984
+    62.563387218706566,-9.192353201960358,1795116.939392271,331937.737664143
+    110.21833790704862,6.3355854679450445,7406137.666649353,2420164.124951407
+    7.449037752655526,23.481730179219852,-2950533.962610977,5773855.126110998
+    22.076744295022095,30.486252673699603,-1335403.951499499,5818695.436142782
+<EPSG:7756> +proj=lcc +lat_1=13.75 +lat_2=18.75 +lat_0=16.25543298 +lon_0=80.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    132.4198657437223,26.920688617599936,6151097.23580151,2838782.388157443
+    87.45891593339542,-22.804873863581363,1853299.033664797,-3659199.395417564
+    164.64312701304127,18.678238373325385,9591846.116681129,3051037.920608202
+    144.47107031859994,74.26697141632151,5167508.345917832,9880861.009112569
+    71.81711453970033,-25.657271284621167,-191729.618089784,-4052898.154385271
+    161.73209639897988,-11.555724921118127,1.0642227430254804E7,-266099.829795623
+    67.40832272717033,4.422645370122595,-523726.873609364,-266683.004092406
+    160.45021201191835,40.1467644151915,8251798.758663584,5155739.301318718
+<EPSG:7757> +proj=lcc +lat_1=27 +lat_2=29 +lat_0=28.00157897 +lon_0=94.5 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    20.525114703671008,71.63288329122237,-2697364.040818026,7668251.788083462
+    135.47246338420265,-10.779555207256543,6477990.571297336,-2696749.072378945
+    122.65069346562444,65.61315317984344,2700091.330247379,5762852.474450801
+    17.311728510389884,57.87712543787205,-4028762.311650955,6140790.995836799
+    49.59512471914238,51.027558265336225,-2370289.206553753,4259586.89308898
+    93.99879608546837,-27.262035485191227,921245.956507518,-6173729.814227174
+    84.73274214959879,56.16125597995726,302138.149630962,4300979.555917328
+    155.411148009881,82.35477354767441,3051825.110642915,9238075.60457556
+<EPSG:7758> +proj=lcc +lat_1=24.66666666666667 +lat_2=27.33333333333333 +lat_0=26.00257703 +lon_0=92.75 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    119.86313574457418,2.7781965036583074,4237793.520900236,-1301587.278098394
+    130.9127078183328,38.59558200350472,4360330.542489946,2901916.370481365
+    119.62419015046031,2.256855235269356,4222420.232026228,-1368636.762266146
+    138.90332716381573,-23.161024993759078,7655063.98120397,-3974194.009800579
+    36.9747680657129,59.266085670825646,-2781931.416333342,5763569.401718368
+    107.1769594990828,21.165759024174427,2500111.432315334,546710.110410486
+    35.133283370577686,31.414786498424846,-4325490.474169551,2793889.523668309
+    76.64616422096648,10.54924276817659,-820415.311357487,-618074.134332291
+<EPSG:7759> +proj=lcc +lat_1=24.625 +lat_2=27.125 +lat_0=25.87725247 +lon_0=85.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    112.38968949879154,-19.13140756540549,4746222.181240396,-4141429.643296036
+    152.50828378852268,-3.242393697750529,9026391.078286998,-277586.204337089
+    58.339200277864855,15.975004362376907,-1968180.98815864,210983.505257965
+    75.81852467604791,18.287697702429284,-71137.193946998,198420.016257803
+    108.8714699325252,37.89350309994988,3058507.756771805,2522989.305781567
+    45.39193510900874,12.839254491466086,-3433990.749908254,233965.449831913
+    37.79806525713717,49.286453808404914,-2751479.778857284,4372160.879087714
+    78.41779014381532,33.61313993424112,302029.111223135,1879790.888443162
+<EPSG:7760> +proj=lcc +lat_1=28.375 +lat_2=28.875 +lat_0=28.62510126 +lon_0=77 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    31.269106753921427,-30.19024143671821,-6280131.963091514,-5407027.07516912
+    86.58849045762825,84.61189172899269,1278566.453012469,9227938.834826993
+    67.28505553576176,64.11908293705116,396870.494789639,5286505.353121544
+    103.01938807445947,6.500007586723825,4065823.742385004,-1173784.687663012
+    135.22373277148395,75.32526004732885,3635496.266497674,7716096.629989143
+    22.529064842594444,1.4368095239778,-5516880.92962682,-610087.812840767
+    27.83582323515364,49.50151908325171,-2724815.095120603,4150321.994028238
+    17.264396769722055,-25.920383333240864,-7976420.863117117,-3756651.227518079
+<EPSG:7761> +proj=lcc +lat_1=20.79166666666667 +lat_2=23.95833333333333 +lat_0=22.37807121 +lon_0=71.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    118.22705254928917,66.13283830763056,4063347.617705653,6973098.338540949
+    43.20485414617675,34.45117468349504,-1632326.886631038,2594816.07387737
+    88.49440717989593,-2.0587985866085816,3074591.671686123,-1665764.397236198
+    122.52993535721467,-28.55255321045035,8319408.481439099,-4204478.58482854
+    137.14754269678667,41.397909624380546,6647780.148525616,4403703.754722621
+    77.23976550701154,62.510424413026726,1411888.044258695,5928955.562685848
+    118.8319881721641,51.395075565498416,4758001.153226887,4973349.002058478
+    141.73022720504105,61.896263609974554,5806112.487192068,6972468.895739832
+<EPSG:7762> +proj=lcc +lat_1=28.08333333333333 +lat_2=30.41666666666667 +lat_0=29.25226266 +lon_0=76 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    146.5654373473123,14.43772829035418,8389756.071797471,1635370.555635119
+    -0.04307020503370751,41.78128858511715,-5036236.827858089,4430379.492019575
+    52.586099449968955,39.8532624773288,-1025698.004915847,2385621.453467808
+    117.15815401321359,79.83195171559844,2562109.445026399,8128832.636572313
+    155.59063856857168,67.90878371656468,5186716.993437175,7204630.074768146
+    99.17823061211017,-9.063012225319117,4133359.443244922,-3249045.446550437
+    141.61307474225222,63.4776352777463,4880697.43938497,6199253.202708277
+    146.7497275288382,1.2560728568303219,9292739.331452396,361218.958785671
+<EPSG:7763> +proj=lcc +lat_1=30.75 +lat_2=32.75 +lat_0=31.75183497 +lon_0=77.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    -3.94350543941452,46.370602857900025,-4891951.163168849,4949964.04007518
+    143.00134633004458,26.68001403555185,7166328.685871851,2353982.064951583
+    6.1602941248868035,-7.536533558886003,-8130041.911698841,-594560.69981213
+    55.64488824929732,84.55593670042424,439066.913656669,8541115.339372601
+    116.30319691859023,-14.937548000851233,6626297.546197684,-3745518.197426138
+    82.0381967285445,-20.98981746747793,1729527.050115444,-5708533.754708485
+    118.29468522014344,15.097166036624799,5472026.748553342,-19173.35189868
+    107.38239953568599,31.975976492627453,3800059.148575014,1413169.475303902
+<EPSG:7764> +proj=lcc +lat_1=33.08333333333334 +lat_2=36.41666666666666 +lat_0=34.75570874 +lon_0=76.5 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    54.66773965618517,75.32463404506795,107256.925019155,6153324.70672149
+    133.72325967263436,67.35938765264511,3871191.343945775,5712427.801530132
+    113.32191536572833,-4.528403537068737,5974151.143087742,-2765700.453670273
+    130.59226738843785,16.7214629392427,6755068.15354985,558114.599096427
+    89.92004443039384,34.93246078453099,2221947.873314636,1101302.62172505
+    6.324868197935382,82.09270679364312,-867775.082428813,7972724.49139388
+    53.9693599234934,0.8992072568513052,-1925397.6228176,-2632095.212761987
+    1.0600521839771417,36.56588758102978,-5137007.312123963,3618639.334222432
+<EPSG:7765> +proj=lcc +lat_1=22.54166666666667 +lat_2=24.70833333333333 +lat_0=23.62652682 +lon_0=85.625 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    139.90017914416117,32.11193804733644,6055653.467869163,2915041.866605331
+    166.5423613145474,-28.043789027324607,1.2350179563500375E7,-2278847.277997663
+    103.39117345600914,57.53424949968665,2308669.257590657,5109327.704417724
+    133.04562701796942,-23.380358709070993,7648625.822287502,-3717801.135468497
+    37.8843373745491,22.047891188190498,-3838021.719425299,1640576.821946917
+    126.35061235081015,-5.807144722957588,6054394.317855861,-1674544.132970052
+    104.47723958914321,23.800456291097213,2915300.161292783,1145726.615436164
+    76.60461747680596,73.56205350947572,497171.333575203,7627126.803125978
+<EPSG:7766> +proj=lcc +lat_1=22 +lat_2=26 +lat_0=24.00529821 +lon_0=78.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    49.58056312795601,35.72658824916776,-1642096.207409106,2578913.016250448
+    101.25644893386406,-20.352235338765908,4194121.851251992,-4165651.96122449
+    15.633786200854317,79.54943667394005,-1784315.965866278,9490190.661647428
+    6.377724464592221,76.35809684497745,-2525945.934545671,9035496.352557233
+    151.49859431358385,53.66903008120272,6388900.099836907,5891926.792383111
+    54.95462810820633,71.9417505369399,-339038.506921038,7343315.174659544
+    -3.1768966569243995,8.060262963052622,-7814246.065917574,1839854.880616024
+    130.3455014480545,70.75365793528005,3995777.174079465,7574680.460244554
+<EPSG:7767> +proj=lcc +lat_1=16.625 +lat_2=21.125 +lat_0=18.88015774 +lon_0=76.75 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    106.15570252454172,73.63364068433486,2836698.070415438,8684728.947852947
+    148.4695081278736,-20.682884060289183,1.021448811025885E7,-1848706.685739624
+    59.157582314768334,57.634833534200396,-382858.399644857,5770054.994751514
+    -6.421337428118025,-31.927292613028726,-1.0358815280111752E7,-2734153.211343404
+    132.71072370670944,23.671240250035353,6629359.221013658,2427745.606628864
+    157.17806133048583,68.75845363549381,6311917.557095454,8763669.953514585
+    152.17136159795092,-4.254284728341936,9788070.772981288,274149.267363068
+    45.00169291242689,39.13310498104015,-1915864.805567154,3554953.481232564
+<EPSG:7768> +proj=lcc +lat_1=24.08333333333333 +lat_2=25.41666666666667 +lat_0=24.75060911 +lon_0=94 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    140.76666373790457,61.34837275925027,4161353.300307977,5954013.679620754
+    9.944263285807658,49.46742672237826,-5342051.20100314,5848812.651341747
+    69.31057479510244,73.27910615500394,-343391.043071319,7476676.340880917
+    83.28097465966745,-21.10371992861754,-525316.76650739,-4592150.656089004
+    117.4075768812649,62.379640671136656,2580261.761962002,5693348.555644201
+    161.03970522632423,22.457582390882166,7632352.847117568,2403771.07810418
+    12.157706418075435,72.21376959310257,-3327329.24747629,8490062.530404424
+    116.09014592121356,60.78300419865991,2529101.708383378,5451434.847180272
+<EPSG:7769> +proj=lcc +lat_1=25.20833333333333 +lat_2=26.04166666666667 +lat_0=25.62524747 +lon_0=91.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    146.62747878829342,53.27850494637798,5090845.447182158,5071780.891943045
+    86.47782799396303,30.211673921027156,527089.455295809,1517535.233699142
+    121.53259979161501,34.41316427323379,3781933.432929646,2296057.610425238
+    153.18688506522716,73.61562143429222,4166947.04636563,8017282.341173852
+    166.7915119342712,52.69064240533119,6483653.048276049,5735986.269787249
+    78.97755107946769,55.70764020158349,85594.140052007,4562205.445019621
+    12.500859787388077,63.94239151553397,-3846975.680233884,7149345.195530713
+    130.14919029227354,22.560941318392594,4936724.061316144,1240690.245926407
+<EPSG:7770> +proj=lcc +lat_1=25.375 +lat_2=26.875 +lat_0=26.12581974 +lon_0=94.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    91.67145984309228,51.618414817223865,790631.487925226,3936860.581545129
+    120.23427083038149,46.55219116898894,3111246.138616228,3528982.845205595
+    77.54866144751,12.945958286442014,-867751.111186585,-350588.319839915
+    176.38439814590183,75.94160037306364,4762825.399777425,8854110.86157964
+    164.909554922915,-9.551235966439656,9883242.900279256,-737608.151441584
+    16.510644462177645,51.87075879234476,-4659188.951037722,5711822.038121989
+    87.48241440184054,23.34224971667328,294717.335374913,710257.512144269
+    170.8147270309604,71.42107961412151,5007309.709740715,7994041.427165788
+<EPSG:7771> +proj=lcc +lat_1=23.04166666666667 +lat_2=28.20833333333333 +lat_0=25.63452135 +lon_0=93.5 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    176.3603797703239,-28.68639395848163,1.2889733960791657E7,-2170030.819842143
+    142.93592168551578,-17.577215686131314,7760404.312907105,-2975145.450398323
+    127.6051506106266,56.88009554173205,3449414.651366581,4986219.974989641
+    102.05621536997565,24.074304315235082,1868944.410402841,855406.50217329
+    130.2319984576506,-26.923866722050484,6476466.66780674,-4949801.231963403
+    140.73079702648855,37.003057495564505,5195979.540727242,3023991.728054245
+    99.58098268710114,85.61228579536704,1181990.208928984,1.0325796146956492E7
+    46.783862093697245,78.81425273533875,-1055737.237054887,8702437.406077674
+<EPSG:7772> +proj=lcc +lat_1=18.58333333333333 +lat_2=21.91666666666667 +lat_0=20.25305174 +lon_0=84.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    134.4464156888602,13.796145675666907,6363056.302729336,1101677.300897589
+    81.73185428394659,-32.56232983220032,615592.150311816,-5784199.991733976
+    31.16644002459971,-20.01811386867761,-5991016.328830332,-2706939.024806253
+    53.69854597051975,57.941824334995474,-1346620.993817628,5769637.292734479
+    30.843657895640696,-36.91912475055278,-6898689.659946498,-5279083.236973718
+    165.08731695655487,12.002827141952842,9528112.103466913,2205842.088422772
+    96.76693678888202,29.6270476031428,2214951.572909508,2088168.017089712
+    71.19192598001082,-12.59511643899057,-680495.782598982,-2768634.01942217
+<EPSG:7773> +proj=lcc +lat_1=30 +lat_2=32 +lat_0=31.00178226 +lon_0=75.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    -1.764813814909811,3.10936494354457,-7839390.44117989,987075.687303994
+    159.58183059786674,29.775891631490147,8387844.035030198,3801996.324646385
+    114.16976797580152,75.2427904954916,2701111.107255184,6943698.963046449
+    136.02564869357133,77.74927625818671,3343632.347317581,7758224.957940997
+    35.871157669609424,-9.62489281078749,-4389733.613702629,-2911581.868257832
+    152.00809392324788,0.1125167322624705,1.002939862310595E7,657245.110302731
+    137.54658509830563,-10.307669809849752,9270388.099530866,-1601802.771630825
+    42.61539844998454,66.24744065810641,-854495.326769085,5507983.508585439
+<EPSG:7774> +proj=lcc +lat_1=24.29166666666667 +lat_2=29.45833333333333 +lat_0=26.88505546 +lon_0=73.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    110.8921512352344,46.20818936074289,3992517.554766259,3626197.094829058
+    134.48289565047278,-2.670238523928518,8359101.222073503,-616871.371232444
+    20.49273274062841,86.08702705006696,-394868.99172875,1.0463519284290867E7
+    29.845600087579435,73.57039836278082,-1228586.787352587,7423034.120409061
+    16.68280395646703,15.29213636106222,-5048893.113240277,1097999.220918172
+    80.01381600583915,42.93277355749473,1521742.733423767,2815781.81215517
+    79.08989193352619,58.14567050411665,1366325.225403928,4680603.271322263
+    114.72804936914706,49.425925026940504,4170446.600649517,4086152.781451795
+<EPSG:7775> +proj=lcc +lat_1=24.875 +lat_2=29.375 +lat_0=27.13270823 +lon_0=80.875 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    30.750687272850975,66.66398841180677,-1951689.817975537,6444084.348482355
+    106.22799092869111,2.3178175440511097,4061455.973851345,-1518652.858640874
+    9.331481108043342,19.004741349208324,-6196925.873313003,2204000.093897583
+    8.242701013198843,32.46693270330667,-5477608.553463226,3518097.449061563
+    66.48767894674033,54.21313279860685,-64157.85071992,4193707.586007106
+    78.1782954313661,50.55662056651104,790372.400777453,3680940.994652534
+    33.31383067890911,-18.72944636252802,-5685652.051129897,-3362917.205261912
+    48.44141823083503,19.007175765721364,-2407686.161337398,540181.24538971
+<EPSG:7776> +proj=lcc +lat_1=29 +lat_2=31 +lat_0=30.0017132 +lon_0=79.375 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    133.785100724705,80.80065525973991,2889612.525552534,8378306.361296214
+    120.0500786766719,-19.24884299111634,6984345.803143024,-4090285.389493037
+    154.52378190353744,50.19288755773742,6343052.512065204,5110049.598228181
+    -2.290436610695852,5.3747945820258565,-8064057.954994634,1566160.545449274
+    108.48489573813669,17.65356852332515,4124389.506642039,21228.114129928
+    132.47261239466255,51.69892753932211,4835678.612689405,4377738.177082323
+    78.78087135551604,44.08992245033082,950876.164453465,2579974.110391309
+    118.51655610656239,-11.433733536911262,6375955.301275166,-3066914.354726384
+<EPSG:7777> +proj=tmerc +lat_0=10.25 +lon_0=93.25 +k=0.9999428 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    93.14522820006894,7.897534459094047,988447.401601456,739828.833459792
+    87.16872918987106,60.00385227400682,661043.151156161,6536280.017116279
+    91.02245706151301,-26.00759273542208,776975.763656659,-3012854.949202412
+    95.37262514416986,-59.34553923929121,1120753.807239158,-6716151.743606611
+    96.3459478184608,45.909366981428064,1240196.278446923,4956942.182584663
+    96.11497066563629,41.69324791399987,1238499.556441062,4487827.476171445
+    93.30049887756297,-45.57295969457173,1003941.568283416,-5181776.221128007
+    96.72359080577979,1.9498631317284918,1386671.843321832,82550.242555195
+<EPSG:7778> +proj=tmerc +lat_0=21 +lon_0=82.25 +k=0.9998332 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    81.67003624259428,30.05960241364012,944083.772976343,2003617.982014714
+    88.20326174581275,-65.29196571158352,1277407.386702162,-8578481.261608541
+    76.39031558001182,35.904011953912615,470828.340259409,2667440.381228574
+    80.1325599676337,-20.99128946270318,779835.353787489,-3645872.32529046
+    87.51447396007339,-15.341026719356833,1565884.781237937,-3026022.735532889
+    81.80681018849293,84.00475775412212,994830.861165971,8008131.78055408
+    87.37238516768019,-72.40436351986278,1172685.927361258,-9365964.388650432
+    75.39875670512907,59.971457632103494,617891.492209449,5346908.820538638
+<EPSG:7779> +proj=tmerc +lat_0=15.375 +lon_0=74 +k=0.9999913 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    74.80488355677846,-43.373414096894855,1065231.704602602,-5504946.451651612
+    67.29810415914747,18.355176907763052,290370.03996953,1342919.366422763
+    67.32825851907911,-22.49407328007426,312373.169342037,-3204322.627149633
+    79.21405843423275,-31.270202413334324,1496869.12961088,-4173126.284497863
+    69.62737225705695,-20.076900850462067,542301.928344417,-2927332.541219867
+    79.32262122995256,8.263403378274816,1587211.027602553,217235.100747647
+    76.0203549802603,30.01503936982556,1194925.769762692,2623002.499723548
+    76.1563286153325,62.44145844417761,1111333.595181223,6227459.721003398
+<EPSG:7780> +proj=tmerc +lat_0=15.125 +lon_0=76.375 +k=0.9998011999999999 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    79.57719011517376,50.60848298910463,1226604.836227247,4939824.537924776
+    77.41850420698898,69.56560908154162,1040666.239179853,7046844.389521285
+    76.9522060749278,-62.892804592435596,1029349.732153865,-7647669.361657731
+    77.98820191491886,-30.56072596695266,1154748.544468113,-4055197.557791274
+    75.85307304307251,-9.153192535502754,942644.965634797,-1684522.193209167
+    69.58842953060832,8.899353604377524,252027.573567579,318311.815996133
+    72.91119950013373,22.060146716941233,642385.163556074,1771550.536795241
+    77.98703524757988,-22.30676756612516,1166084.515969557,-3140654.159701394
+<EPSG:7781> +proj=tmerc +lat_0=10.5 +lon_0=76 +k=0.9999177 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    73.72641847318599,-36.03825654265931,795104.728781838,-4152915.661254415
+    71.1523824982806,-10.681803679975033,469105.16334311,-1346406.190351207
+    77.62003285019031,-85.95855782867021,1012749.901334459,-9711026.32827507
+    73.36596054434918,-70.48464365031096,901789.481127577,-7985598.456413684
+    71.58951068347162,-76.09343931375818,881739.052081614,-8613780.652433
+    79.95934558039667,-55.66128727849671,1249098.09425903,-6338518.715890651
+    74.31471019013854,43.76250513113047,864301.593524891,4687351.971041893
+    69.98887011800029,-20.67261160255424,372849.638508644,-2459349.724386797
+<EPSG:7782> +proj=tmerc +lat_0=10 +lon_0=73.125 +k=0.9999536 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    69.89534198108886,86.38955761150535,977297.039451419,9493096.303634502
+    79.13845181031408,67.50340902041268,1256526.261882647,7396797.805876113
+    75.83884780077415,-6.130580175479992,1300484.530133803,-784442.863855005
+    70.70708795068012,64.10033672959923,882138.893969939,7007143.556722893
+    70.54918076518523,-44.34138338248635,794599.458174772,-5020559.105677202
+    71.47573683361823,-18.425479643233885,825747.191754019,-2144577.024118811
+    69.30712058182102,76.96602152145115,903911.653014281,8443320.115894243
+    77.19424346464824,24.680097327895382,1412055.775935316,2630804.866782578
+<EPSG:7783> +proj=tmerc +lat_0=23.125 +lon_0=92.75 +k=0.9999821 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    99.16547660346643,-33.53763833968982,1596361.619622127,-5289138.350051902
+    87.2354834985565,6.118467472470911,388682.126408737,-878633.21860816
+    90.43726257282336,-21.235461483426675,759878.76276117,-3909195.644522582
+    99.58808443886234,13.04629744522731,1743273.496904517,-105480.538086783
+    97.90320059150861,68.77637770714958,1208062.648858599,6082738.479915135
+    90.30969478759681,69.24948179496045,903493.91568129,6128704.746310096
+    91.74348934980732,82.39862307064416,985130.783575203,7594618.591835816
+    89.9570465443376,9.675716994016895,693373.744587786,-487110.27063397
+<EPSG:7784> +proj=tmerc +lat_0=27.625 +lon_0=88.5 +k=0.9999926 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    85.66288666318172,83.55405359469157,964440.200488926,7225966.325529297
+    88.85649988839856,-85.38174895332583,1003205.960988373,-1.1542948876302501E7
+    93.61733053430189,-3.791684309132677,1569171.456856467,-2477812.992063187
+    93.82393715480794,-38.24721798739618,1466194.590600252,-6305200.71932377
+    95.0864065170791,-32.27903018208577,1621064.272430533,-5648745.846689172
+    88.25366830897019,73.27988607653208,992086.664442228,6078049.44094419
+    85.76309069900093,31.73774075498889,740604.954366161,1459143.498404705
+    95.40585883998624,-8.019955430131091,1763071.40582742,-2950154.512401612
+<EPSG:7785> +proj=tmerc +lat_0=10.875 +lon_0=78.375 +k=0.9997942 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    79.03880692277001,28.98657602825064,1064676.437098613,3004911.140051583
+    84.94295828033654,-79.83185950652073,1129202.072257794,-9074230.005295223
+    75.49831253025295,39.83361030000739,753785.275864235,4211715.835753704
+    75.88302575482572,-17.39711612917621,735190.714489496,-2127974.874199111
+    74.77813474471527,36.446654590674385,677535.532663177,3837900.323591546
+    83.97725129318096,83.24245444882592,1073496.82926367,9046500.179478645
+    75.26976155371601,-80.59286216177911,943353.005175978,-9153404.320722802
+    78.04329828610014,62.93160027457435,983155.945362615,6776975.701752378
+<EPSG:7786> +proj=tmerc +lat_0=23.75 +lon_0=91.75 +k=0.9999822 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    88.76252044529313,-27.676359121832917,705201.43486375,-4693647.033083251
+    85.40747141034525,-18.346451172124404,328523.05528073,-3668577.004471799
+    95.3217325932207,-21.75627454671306,1369619.918337738,-4038597.130377559
+    93.92621898988418,-65.07313893527282,1102365.804706692,-8848681.111530097
+    90.4621413004949,23.39867514818124,868351.106617548,961678.362140821
+    94.85568844128196,56.86883359960797,1189362.297675837,4681941.807346511
+    88.45163665063667,26.44267374133061,670918.283969492,1302495.206344405
+    98.36023298682625,-71.75379626001039,1230676.862841793,-9604722.129767623
+<EPSG:7787> +proj=tmerc +lat_0=24.375 +lon_0=87.875 +k=0.9998584 +x_0=1000000 +y_0=1000000 +datum=WGS84 +units=m +no_defs  <>
+    87.53312930406703,-70.62341584239095,987337.729839863,-9533900.532912198
+    85.07164683193102,-41.583156232457725,766252.261272954,-6304925.31670799
+    86.58208492448044,16.163740226220057,861736.488929002,91501.699340901
+    84.83455405367266,-19.486181521954933,680734.472756499,-3854450.532641286
+    83.69327753239118,-49.75408673994198,698748.53771951,-7217554.238308868
+    89.64099357280801,-34.74895651865247,1161691.290474338,-5544060.586404462
+    83.72212444347679,-59.156745402507724,762530.295174756,-8263037.075127155
+    85.69858501576115,-63.23554333388993,890635.551786539,-8711942.839769006
+<EPSG:7791> +proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    12.397664388894865,30.94540100761536,824636.583341843,3428504.301585488
+    3.274180921378895,-53.87529284344203,123745.784033374,-5984854.08040205
+    15.904984658583942,-0.4593048466740868,1270206.430391816,-51140.417171038
+    14.053303677699228,20.257112670405547,1028262.676399401,2248014.164268786
+    7.754466803439583,-88.49041802368967,496336.805594246,-9829461.367463918
+    14.137557944469282,-70.5608007702944,690628.960350652,-7836480.150568117
+    8.480829686596127,-31.166602689199237,450522.916223804,-3448181.946751174
+    2.0145029264497536,-52.55153753876174,26665.106582938,-5845341.895421564
+<EPSG:7792> +proj=utm +zone=33 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    21.185473815113127,82.70567328193297,587513.962948998,9188293.128971225
+    16.264038450368503,-65.52461830031018,558433.160223746,-7267510.985315489
+    17.010742232212007,47.2345530079638,652195.162052391,5233190.634046494
+    9.540708324464818,-59.75038144427318,193431.306995435,-6636243.357791584
+    16.62589797348427,-88.02224298319167,506264.024705763,-9777239.469908234
+    17.75690597539639,-44.18136036186353,720360.634919093,-4895712.73621251
+    16.010819126426707,66.10488972263187,545687.513203997,7331969.912948973
+    8.05014054475462,-0.5997700656857887,-275219.055399223,-66786.640855874
+<EPSG:7793> +proj=utm +zone=34 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    23.025822321594646,-71.87858853719163,570314.903734784,-7976571.720141777
+    22.494975352630718,-31.903328438491243,641363.504579402,-3530695.258947122
+    23.297014157681932,47.82973532109776,671905.483364727,5299930.876535902
+    18.87369563710181,-71.69857765424702,425490.960934456,-7956624.698119236
+    25.61495710979787,10.518714403721646,1005469.610186448,1166486.559578876
+    26.536374976462575,-20.501973622906945,1077959.256043722,-2276832.515983622
+    26.060043909148348,-43.77363124771526,907246.782994572,-4859188.461284561
+    17.258572173901108,-84.46836422719528,459762.324710187,-9381689.151904467
+<EPSG:7794> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9985000000000001 +x_0=7000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    11.737298632873888,73.90620453021836,6991880.368967283,8192566.521699555
+    12.979429042158765,-39.312225269774565,7084344.383524547,-4347093.753435994
+    15.538202024671397,-41.266355844833384,7296065.695219431,-4569332.096977596
+    5.392846199254425,-17.141048547433286,6296717.534441941,-1905062.361601804
+    6.062317723067769,14.934878273129655,6361165.945244554,1657859.628117342
+    7.6202038130826715,-48.68988569229291,6678061.418797834,-5396299.308633184
+    13.821138961935596,49.14879841281939,7132656.10834928,5439601.352896751
+    11.050023656406701,3.47811288374092,6894596.11484962,384070.677165918
+<EPSG:7795> +proj=tmerc +lat_0=0 +lon_0=12 +k=1 +x_0=3000000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    9.189912661347394,61.06528144556282,2848297.744853295,6776024.556365595
+    5.840105465286013,-88.49429483210491,2981955.969743842,-9834758.480534412
+    13.76497739636683,0.4912912581712163,3196500.495281159,54350.146120995
+    12.516547155825613,-71.22585215961641,3018561.863633765,-7905827.834659651
+    14.96312898748782,5.12498694750127,3328689.278514229,567466.618042678
+    12.5201851072103,-1.0551085964088145,3057897.788864179,-116672.841119468
+    17.88488212637736,-18.326261405155478,3622967.086216978,-2037177.861177446
+    17.738222315541577,70.10233651620959,3217767.839106112,7790662.057706461
+<EPSG:7798> +proj=longlat +ellps=GRS80 +no_defs  <>
+    152.33320557360207,88.26251785492622,152.333205574,88.262517855
+    -104.63255332232369,47.36777533931513,-104.632553322,47.367775339
+    39.13203307269862,-11.20504243640191,39.132033073,-11.205042436
+    -144.3411731196847,-68.31392827131464,-144.34117312,-68.313928271
+    -134.19274051160988,-1.8892053844652423,-134.192740512,-1.889205384
+    -57.090892215100624,36.58374615699532,-57.090892215,36.583746157
+    105.59050632891484,-37.25025693519337,105.590506329,-37.250256935
+    -37.637711425246124,-81.71257435551847,-37.637711425,-81.712574356
+<EPSG:7799> +proj=utm +zone=34 +ellps=GRS80 +units=m +no_defs  <>
+    16.94384656774916,32.28289364089257,117917.60435002,3579023.825152831
+    16.387376615153627,-48.49943788729361,159297.960604626,-5382094.80470758
+    25.728205014903622,33.26359429733084,940571.660831263,3690494.180194741
+    14.149456363500864,55.79194563217561,70832.083214105,6204183.61290333
+    26.655543128109905,-79.66244772579113,613125.181509282,-8849407.508286774
+    14.525623127366583,23.36278872953477,-162690.736912273,2598572.007527915
+    14.325470950907528,-19.241316101772853,-202727.487970935,-2141060.889631574
+    14.971118653056228,67.7484323818868,245565.525514062,7527221.326042323
+<EPSG:7800> +proj=utm +zone=35 +ellps=GRS80 +units=m +no_defs  <>
+    20.748648449543847,-86.486018141968,457305.348737616,-9607963.373159878
+    23.051738302475634,-60.78574032805987,285107.238204128,-6745388.64704774
+    22.549888356284825,-79.49914149301554,409543.727441488,-8829139.062586283
+    26.205982406230817,-44.11288513917479,436461.102280994,-4884717.338017082
+    30.07498405562303,-67.05219069679423,633744.597229897,-7440504.147123122
+    30.479864144415657,-0.4019233096597645,887452.149956965,-44507.222967251
+    30.322416082654456,68.94801110850557,633135.84492095,7652168.8730069
+    32.407248822641535,-47.371044238992674,908184.518252549,-5260589.973546629
+<EPSG:7801> +proj=lcc +lat_1=42 +lat_2=43.33333333333334 +lat_0=42.66787568333333 +lon_0=25.5 +x_0=500000 +y_0=4725824.3591 +ellps=GRS80 +units=m +no_defs  <>
+    33.612113217058905,88.71252333940409,555512.740073575,1.107898531387444E7
+    -46.13819768044928,-9.78118769617776,-9666496.271381538,2677794.421207539
+    47.08926553267224,43.66986715095526,2222448.776690251,5058280.573773779
+    21.764584519912418,23.57482163869954,98712.449373728,2579842.785878818
+    59.90176627207575,10.752292176699324,4711915.482696679,1883141.065603338
+    93.45655069942191,60.481688305045196,4037146.285157806,8246779.019132571
+    -47.81397185097711,21.39475556953777,-6622398.467197959,5613001.179924557
+    -23.77433387736128,-5.453873107814873,-6591977.130589451,898359.133097857
+<EPSG:7803> +proj=utm +zone=34 +ellps=GRS80 +units=m +no_defs  <>
+    21.67378341578531,-70.0234217375345,525689.847151612,-7768627.036630085
+    20.998088428524223,-69.9846634254713,499926.979296559,-7764162.843022131
+    22.182052843240704,-58.630393501670525,568635.800835145,-6499501.854212732
+    23.916416501628184,-40.045071323894305,748799.386652998,-4436835.635569026
+    22.979192189794187,-10.477653918789173,716626.809021706,-1158904.962319465
+    19.512660240942072,35.06100372743373,364373.367491887,3880819.552211089
+    25.081722129371745,74.87381398374782,618804.413331354,8313614.975963783
+    18.996698462392246,67.63532623518483,414948.366279502,7503582.549961041
+<EPSG:7804> +proj=utm +zone=34 +ellps=GRS80 +units=m +no_defs  <>
+    25.25022287441871,10.094073830140445,966074.77398231,1118847.576552925
+    25.662667090141827,-42.20441139465269,884954.547650703,-4683006.918261192
+    15.246235619951262,-45.7650009455058,52610.416268656,-5084059.955436326
+    21.61334524515432,58.57387187146992,535672.191117457,6492766.912680698
+    26.01126364031504,-29.161547684000766,987664.512690193,-3236292.625645245
+    18.667314169767284,16.962215003534155,251594.336247712,1876850.903188298
+    15.296390334907983,-4.7435864988640475,-133549.391240068,-526935.1496137
+    15.914012857211008,0.5286525544983931,-66668.683077943,58664.529739686
+<EPSG:7805> +proj=utm +zone=36 +ellps=GRS80 +units=m +no_defs  <>
+    37.9179676388193,67.47617463499671,710051.258871974,7492798.135273055
+    27.887134001571273,-67.16791752156655,278810.679231367,-7459202.928106326
+    31.90581375847867,-64.17557360214911,446819.052726542,-7117036.159301832
+    29.82959838842587,71.60647277935084,388389.759644167,7947969.802757697
+    37.23810621202391,-1.8923098581751532,971772.015112274,-209734.819418781
+    30.265939159786264,-87.15050946108113,484830.820256876,-9680185.509228028
+    36.96598556280496,83.03708856369343,553634.925436479,9222442.671620503
+    29.082459398212297,-49.65796080270865,217290.05948259,-5507974.253624492
+<EPSG:7825> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=23.5 +k=1 +x_0=1300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    18.642111801776704,-85.39634042130511,1256633.695105128,-9498942.12718331
+    27.21758018166782,36.28934632731766,1634155.652806532,4014975.902006416
+    25.45100103729928,-41.602305162880064,1462769.006552241,-4618503.983155556
+    23.47983393815832,13.551529351735468,1297932.644240669,1489619.549153923
+    22.855016684049467,8.752175320230364,1229143.888926263,958788.030711902
+    24.561011618296117,-50.30470818268199,1375708.700230915,-5584500.678513395
+    19.499044217973832,-58.55163267444008,1067264.0595646,-6508910.278299174
+    18.42871656790558,-68.94084311665145,1096869.195696856,-7668502.954912147
+<EPSG:7826> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=26.5 +k=1 +x_0=2300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    22.823696639153237,-61.65213849241469,2105364.770626962,-6852913.530495635
+    23.500018275927452,-55.863545402117154,2112309.964710185,-6206672.904556174
+    26.427005192675676,-25.419941950581205,2292768.414731096,-2821737.743856658
+    26.052009462974063,62.318271775037715,2276900.936176161,6903396.30064516
+    21.699643212078932,71.68148676936497,2131829.303635248,7954204.045047615
+    31.082590647607176,-17.106621879022626,2788256.028224487,-1907005.176198218
+    22.284477768530028,-14.417708656660082,1845157.849936378,-1607877.512539175
+    22.346495910730823,-8.375099091603673,1842251.217851134,-937691.254196709
+<EPSG:7827> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=29.5 +k=1 +x_0=3300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    30.49351271332631,-62.763198784801446,3350869.625275352,-6971625.995132451
+    34.65927169862603,-59.60356601025883,3591256.693816136,-6630458.882535722
+    29.928233793847983,34.48915158446958,3339451.163875149,3808903.58044735
+    28.69944260581142,-3.173876464110407,3211123.476541984,-360114.827613141
+    36.38640984747016,15.809985556172478,4039418.204596645,1751651.680139456
+    26.464528834030283,87.54842839972324,3285643.158240484,9719441.902744666
+    26.7754844039886,26.87981953962945,3029344.154084302,2968122.42427639
+    34.75502207455774,-35.090366356717986,3779542.258836002,-3906454.671691724
+<EPSG:7828> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=32.5 +k=1 +x_0=4300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    28.137671288320472,37.577105396712454,3914674.466254067,4160414.738626343
+    39.42710658839151,3.0669224442973757,5072022.138692594,332509.559161978
+    38.92755876181814,-33.72216970312209,4896334.769136567,-3760627.712374892
+    26.070405718643556,-48.73519833305299,3827276.852436475,-5429364.614958747
+    36.16400920922004,-19.98410657155432,4683779.322826832,-2223951.241494642
+    25.584086828499046,-73.25392653503107,4078055.115914823,-8154180.295318401
+    31.18752463066751,37.25580713404301,4183679.164201946,4116603.772724022
+    31.73680965663832,-66.80627207375755,4266561.512069356,-7422204.259751665
+<EPSG:7829> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=35.5 +k=1 +x_0=5300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    35.97146334639666,74.99920745792943,5313755.206975453,8317800.626999511
+    30.799977893566563,42.416087767178226,4913221.006312424,4699464.224989574
+    35.27823482598496,88.60290415317897,5299530.616653537,9836822.608109191
+    32.29003981604923,26.410672049258622,4979757.891717984,2917217.203866648
+    36.16411376411008,-82.85988016066761,5309339.100854198,-9213843.659146544
+    33.45091673212123,54.195834489683904,5166389.169812855,6000547.484863544
+    29.83169880383728,-40.736888155858274,4821185.419681772,-4536022.838820608
+    36.05766019447725,51.34306658373447,5338974.885937902,5681293.050894807
+<EPSG:7830> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=38.5 +k=1 +x_0=6300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    38.33409537980576,-59.97237187725743,6290841.522575536,-6660226.046281646
+    37.21056572060558,3.6621417330489265,6156839.710957161,395924.386664382
+    44.15211431667976,6.22684494473944,6926606.554909184,682793.891875299
+    37.386806249486064,54.68234359546469,6228318.126296196,6053325.803255315
+    40.27277386094207,-84.37173134995398,6319532.6041835,-9382931.599444214
+    39.92103924726645,-40.32973153479515,6420868.181367604,-4476286.860385959
+    42.51261831328147,74.89308776769599,6416822.853807805,8309841.363952344
+    40.649238703926464,3.383926047880067,6538995.598829569,365320.687015303
+<EPSG:7831> +proj=tmerc +lat_0=0.08333333333333333 +lon_0=41.5 +k=1 +x_0=7300000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    48.393506197886296,-30.578713258616553,7962115.311774242,-3413744.374700343
+    45.75112976743019,17.068920193785914,7752965.915865567,1883752.187506872
+    40.52799294953536,15.09417519742152,7195600.490230413,1660521.343977047
+    37.12755253176288,-42.12333239704609,6938496.076876279,-4683775.917275676
+    34.919011192044486,-13.766973197439071,6587007.426899768,-1541476.365929672
+    43.388037918713195,38.668964011473264,7464426.164146166,4274328.740280022
+    42.927831203438465,57.932770834510904,7384700.34591893,6415569.931993047
+    41.93867343786234,88.52028945030705,7301393.385276888,9827584.897705479
+<EPSG:7844> +proj=longlat +ellps=GRS80 +no_defs  <>
+    100.97816750696057,44.84669845574635,100.978167507,44.846698456
+    11.03147703098125,-60.382952876835766,11.031477031,-60.382952877
+    37.83535468606951,87.93290729690546,37.835354686,87.932907297
+    -56.67877930163091,-42.08456187337868,-56.678779302,-42.084561873
+    -89.34839222732535,57.62255057117844,-89.348392227,57.622550571
+    -160.3735407835806,-41.73486899577305,-160.373540784,-41.734868996
+    -158.14956803743877,-34.325597606346335,-158.149568037,-34.325597606
+    70.95351599813534,-11.48443916185164,70.953515998,-11.484439162
+<EPSG:7845> +proj=lcc +lat_1=-18 +lat_2=-36 +lat_0=0 +lon_0=134 +x_0=0 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    83.35896174933822,32.387824162694415,-7909453.811047558,3172667.123617026
+    179.06798789127888,-73.58737436082939,2239395.267640117,-9406919.894214788
+    137.02935735535783,17.405251905978133,426351.932986638,2302140.696362054
+    149.254900376574,-32.41283170116722,1420036.007816293,-3740542.056997366
+    171.1454306498892,-61.19213445354056,2417316.104180061,-7442660.630702464
+    165.27184759967307,-17.497744114314244,3291471.189169785,-2428223.16734329
+    157.59170562761975,-1.244776826244987,2842448.216094278,-418189.661065372
+    73.42877786858043,6.684920269092771,-7517606.66588236,-1011031.959852152
+<EPSG:7846> +proj=utm +zone=46 +south +ellps=GRS80 +units=m +no_defs  <>
+    94.72855381443716,-34.18370596878586,659292.728797472,6216124.483683988
+    87.93229847995079,-8.598028151412919,-58313.044449203,9045889.677327674
+    88.66719629213283,78.04683536691905,399910.371378839,1.8667300778784342E7
+    99.63982315826006,-74.76535686084674,694380.553382951,1691691.807444537
+    90.1674618050207,82.38672617685725,458120.117671551,1.914902492678552E7
+    98.57293501671458,25.48195215911268,1060710.234451515,1.2830071910676003E7
+    86.88540901860645,-41.57587693383524,-9860.483574896,5379221.014813493
+    87.50422462399501,-45.76335733396195,72656.248354844,4917538.07040232
+<EPSG:7847> +proj=utm +zone=47 +south +ellps=GRS80 +units=m +no_defs  <>
+    92.47325529017984,73.72228394054994,296174.76842011,1.8192213285817698E7
+    103.87777616410968,-73.07928329665627,658300.66753534,1884224.715689291
+    104.07894236817003,-30.727048087741387,986548.648038414,6589610.708993459
+    93.02653953093248,58.56756083871167,152805.4026968,1.6507365745731357E7
+    92.48127315511644,-86.45146023283455,455049.724862789,395666.983626574
+    102.57186521881684,51.085249247145015,750142.687466496,1.5665375266666465E7
+    92.91066635294482,38.92780109102311,-28031.693611583,1.4326432505097272E7
+    93.46474825351326,-49.68635975927721,100831.302896307,4481516.740669718
+<EPSG:7848> +proj=utm +zone=48 +south +ellps=GRS80 +units=m +no_defs  <>
+    111.80189933781276,-64.66899429200842,824234.174936508,2811011.186638254
+    104.2970299927894,20.168536881684076,426542.827068282,1.2230287151951384E7
+    109.23029194987562,-28.83487053658007,912885.28324605,6802949.4145178
+    99.73368580095514,63.878171803757965,241515.485339151,1.709411496185661E7
+    108.41301371750941,-42.26934931724311,781478.633146616,5314675.051891183
+    99.72713317382538,-5.738152113489022,-84632.316765117,9363045.091826793
+    110.42423323826515,85.74230753837264,544894.835831579,1.9524726237512708E7
+    98.33517649602308,81.76708115707115,393681.100721887,1.908495612292265E7
+<EPSG:7849> +proj=utm +zone=49 +south +ellps=GRS80 +units=m +no_defs  <>
+    116.20622066315315,87.23009472862492,528051.317114393,1.9689983230178848E7
+    106.14939701875603,32.632030700499556,44776.294183835,1.3620901074428387E7
+    107.3865250317729,-84.97013118393826,464652.203034146,562491.116458084
+    111.21752835316822,-6.209523922886277,524064.445192455,9313629.172083521
+    109.2358781576513,-50.231610058297576,374182.560507654,4434128.295642816
+    114.41236706653751,1.7717657266055085,879756.350991438,1.0196183930520346E7
+    111.02793403943512,-24.598487830723187,502827.90717545,7279509.641796048
+    116.25154491872115,-86.3436340036519,537339.288794289,408551.248751905
+<EPSG:7850> +proj=utm +zone=50 +south +ellps=GRS80 +units=m +no_defs  <>
+    115.52309533452522,84.68956018110185,484740.702113059,1.9405271012258336E7
+    118.09263652021411,-59.73689923831564,561426.15914982,3377383.247848073
+    123.49400944959048,-31.756413447300822,1115601.122379983,6468153.623835755
+    120.91236790026262,-32.462898471238596,867797.396365124,6401507.042956994
+    114.69914666853168,-41.20267673439888,307081.726346483,5436191.158858111
+    119.35405495948403,-4.279455720148974,761295.12095174,9526582.017436238
+    120.48326739872859,5.147045127885292,886283.71153729,1.0569972858615048E7
+    122.47787088519857,61.93336877721231,787297.992506911,1.6878889499160886E7
+<EPSG:7851> +proj=utm +zone=51 +south +ellps=GRS80 +units=m +no_defs  <>
+    121.67873496277777,13.50979501400407,357006.940676977,1.1493898365559636E7
+    129.5067457681259,7.91690107583814,1218680.160967544,1.0880750184863871E7
+    117.1992259552357,12.36542542885347,-131590.860671814,1.137382617828389E7
+    129.9619387927287,23.56404304223919,1211670.486243709,1.2623304423108155E7
+    119.64743814217762,31.63292254298848,181995.284344492,1.3504632134084122E7
+    123.40472665886114,73.10743654469505,513126.653633379,1.8112509080965187E7
+    116.31952215332625,11.87124895182076,-229097.647792521,1.132108995430267E7
+    129.35296565547824,-5.973650840379321,1204536.074545004,9335630.504797338
+<EPSG:7852> +proj=utm +zone=52 +south +ellps=GRS80 +units=m +no_defs  <>
+    125.81615427745359,-29.73669926560828,192036.984096887,6706142.979114912
+    124.34522171738791,-67.35217957021226,300135.051418153,2521861.077661252
+    124.1787949527584,13.755664505877547,-21741.025619642,1.1525932921054114E7
+    131.6726405491425,73.97460974370904,582330.401860355,1.82110514410137E7
+    133.41285092905585,81.35094994956822,574016.277383884,1.9035197711503737E7
+    126.91509196778398,77.7040960551939,450444.880177965,1.862622794412083E7
+    131.01837976368734,54.2050328348669,631644.300849392,1.6008215200021934E7
+    126.72509980383113,30.434801526692027,281525.770944021,1.3369164250851214E7
+<EPSG:7853> +proj=utm +zone=53 +south +ellps=GRS80 +units=m +no_defs  <>
+    140.15525655654278,-12.106384933316505,1061671.691800488,8656372.378460135
+    129.4015111852766,20.202681521857883,-85592.465291771,1.2243812506404124E7
+    134.27258871859675,47.097138303377164,444798.553626464,1.5216215515254218E7
+    131.41112439674828,1.6270853516587778,100545.307339161,1.0180197882848248E7
+    128.7379143145181,-80.0431030751785,379348.96366689,1107102.445753237
+    131.56260555701405,37.284042021056976,195246.527611504,1.4131924348614382E7
+    135.38450335915212,-2.1952142595275177,542754.72962272,9757356.179560646
+    134.88636365692827,-13.400316966903844,487697.162895938,8518591.217165027
+<EPSG:7854> +proj=utm +zone=54 +south +ellps=GRS80 +units=m +no_defs  <>
+    143.5457423175829,64.6176351807442,621736.643516998,1.716828584182929E7
+    139.81292732689977,-65.70888999118398,445511.986656893,2712022.780318379
+    139.0193211027882,6.000176674182256,280756.451766938,1.0663620344692398E7
+    146.25541901299746,-54.667960814763624,838794.301418945,3929465.659929316
+    137.3504067444144,-2.605117021324176,94033.219414411,9711466.02324416
+    134.01790557246417,-58.63540390241174,95091.350682988,3479438.408235985
+    146.810535570834,19.625663417641476,1110051.651222882,1.2180472972594263E7
+    146.35353870423282,49.753601093574645,885536.969429805,1.552500182262731E7
+<EPSG:7855> +proj=utm +zone=55 +south +ellps=GRS80 +units=m +no_defs  <>
+    143.14289787368142,0.8853536929910604,70525.457501231,1.0098081889109723E7
+    144.28684127331613,-3.0058024156638936,198393.067148801,9667390.791045101
+    141.92251879216886,80.30768192226466,404685.677927281,1.8920094050756864E7
+    145.81317886928792,80.78638765421283,478786.699707377,1.896957760011894E7
+    149.3736284243321,-71.46950531802379,584176.041084323,2068584.593138359
+    153.21372083791118,72.75009539824131,705333.567979102,1.8083248224659353E7
+    151.15767466795694,22.91194187089299,926623.435170344,1.253980525781984E7
+    140.56391511648252,33.60353100292163,-97594.991486142,1.3736820771208415E7
+<EPSG:7856> +proj=utm +zone=56 +south +ellps=GRS80 +units=m +no_defs  <>
+    151.9986548701967,-51.1802910620989,430009.430231185,4329649.217229691
+    152.37039654081008,-57.590141739293244,462360.698221498,3616744.554568
+    158.5630006409786,-5.276634775630711,1117377.647948622,9413993.895575292
+    155.86263507550657,-6.632522545658389,816550.945249397,9265960.245807739
+    154.8955060314294,47.581095543357065,642534.779579262,1.527148329646492E7
+    159.24612948249504,43.47955843614585,1005187.672986941,1.483305788883143E7
+    159.37465243550795,-51.19389197069794,945241.916301749,4309276.090808115
+    147.4184798781671,-36.556068230099655,275.125548165,5939848.572055792
+<EPSG:7857> +proj=utm +zone=57 +south +ellps=GRS80 +units=m +no_defs  <>
+    161.97170877722724,17.161872871633605,816163.368624781,1.1899883239827259E7
+    158.83145131789865,63.45862303498754,491596.796095002,1.7036700372729063E7
+    162.80434107291146,25.304924736588447,883121.954467295,1.280415434500736E7
+    162.4429927654889,-35.890496690327964,810796.124860853,6022718.751134243
+    154.19202186416393,3.2964817427703252,-34756.272375292,1.0365656812580617E7
+    152.20936476480563,24.883171959008607,-186932.950685065,1.276919393006274E7
+    152.6819390085604,-11.542488305396958,-190212.861790012,8716398.69331766
+    152.25804197934337,-42.87813996885351,-50704.579805555,5230617.512415481
+<EPSG:7858> +proj=utm +zone=58 +south +ellps=GRS80 +units=m +no_defs  <>
+    162.52930014762327,73.75324155935706,422864.130838037,1.8186106142359756E7
+    160.684647339414,-74.84227013570515,374150.521878904,1689414.688065034
+    165.21424144471445,9.254093305417456,523531.521550421,1.1022951294863883E7
+    165.6399798779989,-43.34672199698918,551869.504559926,5200482.297695656
+    169.99432680775448,-41.235714029788674,918600.625773394,5423033.743543626
+    164.50794551323372,-60.56817622938674,473026.485346698,3285208.708721295
+    170.46374337210858,5.4352533909716385,1106171.442275458,1.0603520830004804E7
+    161.5588082062874,-72.07845190960822,381869.3565541,1998940.258616238
+<EPSG:7859> +proj=utm +zone=59 +south +ellps=GRS80 +units=m +no_defs  <>
+    167.31382924882234,33.92675903857746,159208.962002765,1.3760158831049293E7
+    171.20489162387415,88.05752248309554,500775.403544181,1.9781090909510374E7
+    164.813557817551,-44.36715764399961,7055.213131054,5068700.670592473
+    174.2706187542672,-3.4841016059318974,863467.11229228,9614266.366197305
+    174.89435956111498,2.3708126318924343,933311.134432433,1.0262657409374261E7
+    171.1909970680149,88.09883577671408,500707.453016511,1.9785703250373486E7
+    176.67342832863244,38.65437883258767,993831.495524921,1.4293723475424718E7
+    166.05574698304696,88.33295334329208,483960.85984467,1.9812533052320555E7
+<EPSG:7877> +proj=tmerc +lat_0=-15.96666666666667 +lon_0=-5.716666666666667 +k=1 +x_0=300000 +y_0=2000000 +ellps=intl +towgs84=-320,550,-494,0,0,0,0 +units=m +no_defs  <>
+    -0.30489306557255347,48.67368949915402,697952.200898803,9173710.390579384
+    -3.100033036081772,-19.175665416411206,574782.578645642,1643303.599084535
+    -11.463006582695673,50.6173327596174,-107043.961285585,9391501.576342974
+    -10.399879797779725,45.78236730263663,-64677.909779844,8848814.46669384
+    -8.64530159582536,14.223816737864581,-16708.991939591,5341520.903659746
+    -11.34249884996386,36.26248026204233,-206290.709570465,7795688.259183114
+    -6.949598177463151,44.46418694250002,201376.219223195,8692389.87211113
+    -12.180753203487425,54.07566873744403,-123324.722075635,9779866.21534092
+<EPSG:7878> +proj=utm +zone=30 +south +ellps=intl +towgs84=-320,550,-494,0,0,0,0 +units=m +no_defs  <>
+    -6.404704164546057,88.98783166730408,492757.103235954,1.988513679541093E7
+    1.0168674650702236,52.71909526461016,770710.958125075,1.5848826721367978E7
+    -9.82942201953608,-0.6449032936404677,-262234.758176901,9928704.399622368
+    -3.535457226047072,-70.45657067953263,479474.985040472,2183348.48358343
+    -3.6642193169817556,-34.43190483901293,438438.128693928,6190213.12229037
+    -7.359833737112611,69.5411468219896,329528.998542172,1.7720876224862166E7
+    -9.450981766872527,72.7651458879904,286514.620476604,1.8085832978635523E7
+    -5.4747725061640775,-33.41862161544231,269346.916217184,6300028.488756713
+<EPSG:7881> +proj=longlat +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +no_defs  <>
+    52.99929515309802,-74.04868822219342,52.9992916,-74.048688578
+    -37.8953785379565,-18.738905807481814,-37.895378681,-18.738906226
+    -34.46995831280705,86.18827796762164,-34.469961215,86.18827695
+    -111.32114351417601,-64.04493397760794,-111.321141458,-64.044933948
+    -75.45711450754493,-9.291960757122595,-75.45711401,-9.291961384
+    122.60651235633196,-8.322247899006712,122.606512154,-8.32224881
+    -170.80012883777593,-12.195941911002777,-170.800128008,-12.195942792
+    -116.98666015058737,-65.2591392535419,-116.986657915,-65.259139288
+<EPSG:7882> +proj=tmerc +lat_0=-15.96666666666667 +lon_0=-5.716666666666667 +k=1 +x_0=299483.737 +y_0=2000527.879 +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +units=m +no_defs  <>
+    0.9528231463282122,35.87567845898228,902200.071361893,7758842.489867532
+    -5.054073467566553,-75.76073753759313,317683.387967929,-4645472.133398741
+    0.22058215109071533,-86.04547033396685,345136.236336887,-5796154.949196012
+    -6.316097100885503,-50.351409665038666,256821.265443214,-1813624.529655459
+    -9.18967466149711,86.60954643225247,276556.625818224,1.3390453212482985E7
+    -2.9733118583616385,72.34022380134584,392381.585886749,1.179869638035599E7
+    0.6081202214895995,18.535312810928204,968351.462182752,5828484.231038164
+    -6.059359181133242,-87.51448714939798,297823.749710684,-5957873.05125215
+<EPSG:7883> +proj=utm +zone=30 +south +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +units=m +no_defs  <>
+    -6.475005257733635,44.0383139564224,221567.875813602,1.4882001269541595E7
+    -5.346686669845943,21.14141970867361,256291.276679864,1.2339599715673175E7
+    -1.6223620479589744,-42.76092315539107,612724.162063583,5264813.530776794
+    -0.1485000128045506,57.52622191691685,670740.370259536,1.6379550386013933E7
+    -4.498460082815757,-69.36452429395544,441068.863873274,2304269.710938608
+    3.308721009423895,65.29004447206518,793881.219830776,1.725549794929903E7
+    -8.29010285120655,-87.24814627011435,471683.521385647,307968.646770619
+    2.081282126123668,56.868353130251506,809602.489424553,1.63142402609917E7
+<EPSG:7886> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +no_defs  <>
+    -94.00395929659369,-70.30437606638279,-94.003959297,-70.304376066
+    114.64580444868835,-1.9237072207887138,114.645804449,-1.923707221
+    164.49012883650005,4.8267215458131005,164.490128837,4.826721546
+    -24.940176903177218,9.6639495173835,-24.940176903,9.663949517
+    85.89757708764938,-63.865085523748306,85.897577088,-63.865085524
+    87.77438719963322,-33.51851384152273,87.7743872,-33.518513842
+    33.63437114541159,-16.309184286711286,33.634371145,-16.309184287
+    -142.91558689945498,-73.11843933347082,-142.915586899,-73.118439333
+<EPSG:7887> +proj=utm +zone=30 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -2.754940208753591,39.58170224828757,521045.321428704,1.4381360615905885E7
+    -7.354130547674632,-56.93372254458785,235129.03849071,3681550.962023728
+    0.591070054976786,-40.82827317445211,802826.095036503,5474097.086573535
+    2.771806083485316,34.233893049851616,1031880.569535969,1.380319192614258E7
+    -9.275079751638817,-31.44478665551292,-96805.428958785,6504011.354280673
+    -2.62555023090734,22.412834284149284,538538.347606033,1.2478571095604362E7
+    -7.193243934050113,-50.82113392163067,204685.057920978,4361681.717361158
+    2.8145072737517403,21.97449191433877,1101033.405951297,1.244144247275371E7
+<EPSG:7899> +proj=lcc +lat_1=-36 +lat_2=-38 +lat_0=-37 +lon_0=145 +x_0=2500000 +y_0=2500000 +ellps=GRS80 +units=m +no_defs  <>
+    66.84827716752973,-9.888956374782794,-5976563.55347277,1922131.961795107
+    87.11202252902294,8.47587036554458,-5521970.554027791,5552444.052150099
+    80.39703770706902,-77.8899094614683,401438.417357756,-3370092.990941965
+    173.38841029818687,-78.8053202235624,3436554.641211906,-2925559.791117443
+    162.62840453487945,-19.216130514545995,4428387.131426495,4322088.290194992
+    119.05448923048269,-50.239654031102624,619007.843235417,757430.610080375
+    113.133611884305,-39.57615059727762,-189426.597067377,1759621.632244809
+    141.61080505371712,1.5189920618046528,2035343.295813217,7073727.862242255
+<EPSG:7954> +proj=utm +zone=30 +south +ellps=intl +towgs84=-320,550,-494,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -3.3291033259767158,42.14958143393304,472277.717651863,1.4666742847676277E7
+    -1.609955246736659,31.280148769637123,631779.537484449,1.3461857184614865E7
+    3.1093926657768325,63.828802609582425,799750.057270662,1.709247649519764E7
+    -2.8782158161698366,-34.7257511152011,510618.036176739,6157821.09580636
+    -7.4536538844203175,65.8280132025273,296120.899577601,1.73080926153777E7
+    -0.5913482054891155,-40.07420636707798,704865.746468268,5561662.481914804
+    3.1885767857898664,-58.569137191121825,859151.270230885,3491648.779524279
+    -9.62575042373996,27.410329242358387,-156320.30011258,1.3049787896933818E7
+<EPSG:7955> +proj=utm +zone=30 +south +ellps=WGS84 +towgs84=-0.077,0.079,0.086,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -6.266674955519923,57.35163110043584,303476.239616958,1.636124801218849E7
+    -2.788626006277645,0.6763700819312959,523518.984053978,1.0074759676426146E7
+    -8.85541362972265,77.26776130007343,356165.981121554,1.858382922337175E7
+    -3.8919381939448643,-13.472811176869229,403459.808551439,8510401.76293659
+    1.665071372245432,45.13690795966792,866800.565510777,1.5008755102637175E7
+    -4.984679933143928,-51.245344991577824,361477.44671942,4321019.979451491
+    -5.881777182450536,-37.754998329624314,246121.131992731,5817456.760816524
+    -4.096420113714801,4.747967691899589,378404.326013944,1.0524901351714011E7
+<EPSG:7956> +proj=utm +zone=30 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +vunits=m +no_defs  <>
+    -2.986365312903434,-74.87237185868906,500397.184390298,1690633.010506406
+    -5.8087534358426725,23.014835201921855,212105.514808637,1.254792243372103E7
+    -2.720832841440804,41.80224470470091,523191.415984179,1.4627857720383475E7
+    -1.711417487237533,-28.87340590325082,625666.164429985,6805357.359288915
+    -9.153233335256587,54.62185002339629,102945.984443898,1.6070124384326741E7
+    -1.4047309987344079,-87.92212924348465,506457.029129556,233937.011507625
+    -2.8274173759383556,65.66290124646963,507936.179862784,1.7282347783413462E7
+    -4.415765365809609,-14.320156295351651,347310.701539649,8416398.860822327
+<EPSG:7992> +proj=utm +zone=33 +south +ellps=intl +towgs84=-254.1,-5.36,-100.29,0,0,0,0 +units=m +no_defs  <>
+    21.87403814245811,-71.186799717317,746889.843835678,2087723.536131295
+    18.54976978906869,52.82611576886177,739079.204032597,1.5858908813118808E7
+    10.91842411447174,-50.77389426071373,212190.497462991,4367423.189045497
+    17.13724719916395,-33.91929139178981,697515.754775273,6244814.160952358
+    17.588353345143833,-45.86101433030619,700864.154794586,4918196.308987402
+    15.115744056223551,-56.779351309692586,507012.347924,3707206.223477473
+    20.185531244788386,-19.531813858616303,1044543.620595742,7832164.573424991
+    20.992231009944888,-34.275251422754785,1051894.234316157,6191112.131441799
+<EPSG:8013> +proj=tmerc +lat_0=0 +lon_0=117.8833333333333 +k=1.0000044 +x_0=50000 +y_0=4100000 +ellps=GRS80 +units=m +no_defs  <>
+    116.28406938252655,1.3380556832425299,-128005.057524419,4248013.481904658
+    117.40992493152709,76.23774812059881,37423.401510885,1.2565188095414506E7
+    113.0959412938268,-71.19323142807772,-122164.175370186,-3808957.098323921
+    112.81261823627989,28.943259738803278,-444702.246918924,7313606.202210032
+    117.5046897701694,-47.3995616166973,21417.170153796,-1151760.795321596
+    112.23862698482607,-72.93390467737339,-134729.222694377,-4005088.07468966
+    111.51749715939971,23.760355491393796,-599840.638071981,6743343.915860379
+    121.12664897886894,-9.47679109373125,406331.970873216,3050348.76848489
+<EPSG:8014> +proj=tmerc +lat_0=0 +lon_0=115.25 +k=1.0000022 +x_0=60000 +y_0=2700000 +ellps=GRS80 +units=m +no_defs  <>
+    117.68564568815972,30.440036006964576,293997.736363349,6071422.285739932
+    109.40039540254995,-43.18849347737326,-415575.361879659,-2100316.161694492
+    109.74438827906364,60.90284186796217,-238562.172031707,9467230.725535765
+    109.99008263189569,-65.34732921542397,-184688.879417229,-4560298.142850577
+    109.89331478293334,-28.492256092461503,-464900.286009519,-464729.28182404
+    117.5932856584062,69.56629369906383,151319.813298718,1.0422363957697783E7
+    116.66041149772379,60.15091175052822,138338.435843229,9371737.465808548
+    121.580298023009,19.597559575354666,725172.027537053,4880180.437648386
+<EPSG:8015> +proj=tmerc +lat_0=0 +lon_0=122.3333333333333 +k=1.00000298 +x_0=50000 +y_0=2300000 +ellps=GRS80 +units=m +no_defs  <>
+    120.27827182790877,85.60643994076534,32419.812718915,1.1811583964369658E7
+    125.63453295936016,23.091100169490133,388351.318858792,4858459.791919432
+    120.24030565679725,87.94237486257546,41608.143169198,1.2072324705217294E7
+    115.80713877282508,45.9496645934197,-455963.544320245,7411261.219661244
+    128.40209604652756,7.473127253023392,721094.765767814,3131020.584677832
+    124.9296783779448,-60.01770423207939,194774.278646533,-4358907.105492259
+    127.85104179599206,-20.92896724136287,624617.108494589,-25124.016116824
+    124.36448144951558,68.37183305315031,133568.252526342,9888756.018308125
+<EPSG:8016> +proj=tmerc +lat_0=0 +lon_0=115.4333333333333 +k=0.99999592 +x_0=50000 +y_0=4000000 +ellps=GRS80 +units=m +no_defs  <>
+    110.78225985178098,-30.397173824754496,-397206.438491326,626674.188328093
+    110.67358044817395,-83.44643039311202,-10605.85277472,-5272468.215791523
+    113.40243049818699,-85.40309026345983,31824.127178918,-5488812.124719508
+    112.38649944214585,54.38226865987184,-147932.730617132,1.0032721111986795E7
+    113.6068228653735,82.40534461431025,23043.311319246,1.3154127080562705E7
+    111.39104682796757,-26.647968180605588,-352657.858848464,1045009.574767866
+    117.53537564847154,-55.819269970568975,181752.204097674,-2190414.988377145
+    118.21194301107367,88.79771432485092,56509.355108089,1.3867795431421356E7
+<EPSG:8017> +proj=tmerc +lat_0=0 +lon_0=113.6666666666667 +k=0.99999796 +x_0=50000 +y_0=3050000 +ellps=GRS80 +units=m +no_defs  <>
+    118.29027059422393,26.23481430191606,512287.269131689,5961100.922453552
+    109.01071378541117,-86.64705411518314,19618.190514345,-6578679.547754845
+    114.35832508785393,45.96748473563227,103609.366933138,8142694.074467084
+    118.1803234249914,-9.52314290272382,546066.410712754,1993652.91237238
+    115.69094349927899,-85.083646869488,69372.531687062,-6403173.998501487
+    107.34413506130838,-61.552404385898214,-285765.431514407,-3793348.94950245
+    120.54430060214088,55.403931113621695,485321.522599651,9213736.445873182
+    113.08987068865136,9.995448999290431,-13241.305546127,4155404.455307278
+<EPSG:8018> +proj=tmerc +lat_0=0 +lon_0=105.625 +k=1.00002514 +x_0=50000 +y_0=1400000 +ellps=GRS80 +units=m +no_defs  <>
+    101.11503200734641,-76.47964481998638,-67641.880087955,-7096821.381199775
+    101.01220350277342,60.52544320264795,-203166.648320275,8121663.922295855
+    106.48153131123232,57.20470531221508,101767.644477388,7743194.954564778
+    103.84655837600168,-85.61697680677882,34821.449559618,-8112892.109505286
+    101.06833702669657,-49.244846092025895,-281738.585072896,-4066997.03179697
+    102.97058419752037,-13.835082399732855,-237069.240667609,-131728.835004303
+    108.17620456114331,-68.5815312718329,153989.364301327,-6213093.508215513
+    105.5780474952698,-48.87941459456746,46556.028358914,-4016354.728469124
+<EPSG:8019> +proj=tmerc +lat_0=0 +lon_0=96.875 +k=0.99999387 +x_0=50000 +y_0=1600000 +ellps=GRS80 +units=m +no_defs  <>
+    97.68253901890077,27.597196657463172,129725.476743542,4654046.168554025
+    98.57790758377949,27.064671628805186,218938.750501596,4595920.320550204
+    103.05658016318331,-19.497788576060714,699893.842863481,-568491.082230441
+    98.2152780616222,-57.55882471954523,130223.26464269,-4782900.133844506
+    95.89385009760394,55.212876513679504,-12453.526431057,7721330.558326259
+    95.54241225750104,70.83762548677151,1164.620478436,9462920.580646146
+    93.63132397502672,64.46878325572058,-106000.90993055,8756056.752765782
+    94.20255949853207,35.94369283589616,-191154.202323307,5582573.184661055
+<EPSG:8020> +proj=tmerc +lat_0=0 +lon_0=115.9333333333333 +k=1.000019 +x_0=40000 +y_0=4100000 +ellps=GRS80 +units=m +no_defs  <>
+    118.6546487246839,-47.32876417645785,245697.066063241,-1147489.623664402
+    117.38670578819413,-42.88033991605661,158742.328047024,-650541.809624673
+    110.29478353138056,52.96603398825462,-338692.563227603,9985847.7656064
+    115.80975760373389,-19.65752511474163,27040.168661284,1925500.439711282
+    110.10638047861089,77.47052639315552,-100953.302841433,1.2709889079529727E7
+    110.95391916197009,-0.9058565365317293,-514950.954279005,3999451.609043723
+    117.42399793900995,-27.015219121890958,187948.512982648,1109752.24478145
+    119.19706928481418,58.013721587403865,232878.108295592,1.0537594555831306E7
+<EPSG:8021> +proj=tmerc +lat_0=0 +lon_0=121.8833333333333 +k=1.0000055 +x_0=50000 +y_0=4050000 +ellps=GRS80 +units=m +no_defs  <>
+    120.40126771362036,-44.19079887570368,-68490.288289142,-846118.081984036
+    115.44789913752055,-72.19751729034036,-169319.490926833,-3975955.672889683
+    125.14902456783692,-4.506476665174446,412615.95472619,3550873.929512111
+    115.15023895471042,-61.94348904667101,-303002.977456224,-2839005.370461782
+    123.21724295037629,-35.1348214895352,171574.507869881,159613.830928221
+    126.49876611866057,-16.448020075759544,543348.04282149,2225133.329695366
+    119.87303124547893,-16.893793073693175,-164226.854070109,2180343.888936709
+    122.44624880536298,72.31015413000713,69099.153828854,1.2076872375907391E7
+<EPSG:8022> +proj=tmerc +lat_0=0 +lon_0=114.0666666666667 +k=1.00000236 +x_0=50000 +y_0=2750000 +ellps=GRS80 +units=m +no_defs  <>
+    113.76091788321534,-73.24676645332548,40158.936629495,-5381304.480023645
+    113.81330905129398,-7.613769674789083,22043.212992218,1908053.165403735
+    108.04979871735198,-35.39010318823119,-496983.390846078,-1184551.026717417
+    109.45527940662451,-69.24571867617162,-132294.315182567,-4941717.827476844
+    112.49831652810418,-17.46196147568176,-116610.080476457,817877.805717829
+    107.39364270437974,68.08329518441724,-227619.234663254,1.0320210866142243E7
+    117.17751599876883,-36.37756802579727,329184.214404028,-1281945.816585624
+    109.94483448607554,-23.975779001264954,-369727.321687833,91245.721235684
+<EPSG:8023> +proj=tmerc +lat_0=0 +lon_0=114.5833333333333 +k=1.00000628 +x_0=50000 +y_0=3450000 +ellps=GRS80 +units=m +no_defs  <>
+    112.00012534985089,-87.46688008310183,37252.234469344,-6269381.520982618
+    117.8804236108418,-71.90573349285216,164288.892673848,-4534787.475933769
+    118.03503383123515,-14.023600081246443,423065.780822167,1896308.040497856
+    116.73095269245633,37.608262967133726,239642.309473419,7616213.740782788
+    118.21231669561168,-42.25918709817696,349462.143152218,-1236837.787138923
+    110.62340590700181,-38.91636114255894,-293498.069151289,-866709.224690714
+    119.30811959329718,-69.17739571167576,237357.751784674,-4234487.488873729
+    110.61675526769702,26.85397761313274,-344399.746659589,6427642.704716051
+<EPSG:8024> +proj=tmerc +lat_0=0 +lon_0=121.5 +k=1.00004949 +x_0=60000 +y_0=3800000 +ellps=GRS80 +units=m +no_defs  <>
+    121.91903179315294,-58.371652625382794,84522.406402592,-2673074.368617546
+    125.17724711135898,35.85355756912264,392254.652356922,7775740.14828847
+    127.13678020762868,7.55636954632098,683078.796207456,4639670.182785257
+    125.71517263851007,14.548441473539143,514664.599845645,5413312.547352935
+    116.81103593752952,35.28320082341021,-366747.615323038,7716305.080365293
+    121.0288377795079,-49.9182852026313,26160.838372051,-1732138.269531569
+    120.19656408977228,24.488374060550854,-72135.68270515,6510138.989479193
+    119.15283857825236,80.54239950427598,16935.032113479,1.2747018096439693E7
+<EPSG:8025> +proj=tmerc +lat_0=0 +lon_0=114.9833333333333 +k=1.00000314 +x_0=50000 +y_0=3650000 +ellps=GRS80 +units=m +no_defs  <>
+    119.9573117962383,87.0501423497424,78554.525272952,1.3323756283928344E7
+    109.53232045381114,12.850596819670258,-542516.647180667,5077469.49396777
+    115.62738814692568,75.96274849797985,67444.796567508,1.2084524096177645E7
+    118.52626859666768,-65.42324195527243,214422.64290875,-3613176.647340261
+    118.32322340709595,75.38022533658099,144091.523891923,1.2022059160586126E7
+    108.41205802794973,-32.210629534780345,-570108.843841597,65773.952220846
+    110.33809323225725,-38.869012352691165,-353237.150762365,-664246.462178154
+    120.15882051151519,33.947627983732104,528677.535012009,7419956.737265816
+<EPSG:8026> +proj=tmerc +lat_0=0 +lon_0=114.3152777777778 +k=1.000014 +x_0=55000 +y_0=3700000 +ellps=GRS80 +units=m +no_defs  <>
+    116.77508653197891,-7.187579093664581,326772.370667869,2904455.527538133
+    119.96870468285789,-78.21304706103668,183780.92545283,-4991966.746743733
+    120.93080947990194,-20.038162368258668,748325.791594775,1469620.120767238
+    118.47963719044601,75.68520764838976,169893.037279078,1.2107586964076802E7
+    108.814429445411,74.30561557081026,-110945.509802601,1.195722523070354E7
+    111.20770442371676,-74.97037263802187,-34951.413258129,-4626103.738235244
+    110.61306670645989,-42.19525086314505,-250816.933244707,-980030.904272508
+    117.09924444370985,41.618823086436294,287039.318274766,8313109.971508082
+<EPSG:8027> +proj=tmerc +lat_0=0 +lon_0=116.9333333333333 +k=0.9999989 +x_0=50000 +y_0=2550000 +ellps=GRS80 +units=m +no_defs  <>
+    114.14202097160566,-48.75758200668119,-155223.940961349,-2856423.303360245
+    119.90632637430599,-49.11040787808998,267043.905156722,-2896158.891130156
+    120.21130758689195,72.84922180865158,157886.690367467,1.0639835929064672E7
+    121.08667046187891,23.91320169996554,473142.424401854,5201896.300243314
+    120.93375869567711,65.81411016493945,232860.402150661,9857929.820737751
+    112.89549086880626,42.65487680721705,-281108.721061069,7282287.512324
+    121.82894887807348,48.60299627760071,411003.916237971,7947055.264563994
+    113.93646565365479,-49.65895372526328,-166362.652222462,-2957222.563423928
+<EPSG:8028> +proj=tmerc +lat_0=0 +lon_0=128.75 +k=1.0000165 +x_0=50000 +y_0=2100000 +ellps=GRS80 +units=m +no_defs  <>
+    133.93343706921064,85.6069756392317,94286.964587003,1.1613456772410968E7
+    124.12375418761104,71.16371267152707,-116632.831004004,1.0005316765222695E7
+    123.25827350356805,-3.768158046404835,-560967.832691819,1681396.981574467
+    127.96828643308308,17.861838223646217,-32855.061418855,4075896.215414559
+    125.3512241126967,79.57534799988571,-18645.746191676,1.0939872738526577E7
+    131.03919071934473,21.261596012381276,287641.744747103,4453801.410909376
+    128.89919394230523,-4.4288257176716,66559.224404973,1610266.275741293
+    125.15381382983269,84.1760095842011,9268.107096816,1.1452910065728508E7
+<EPSG:8029> +proj=tmerc +lat_0=0 +lon_0=115.3666666666667 +k=1.00000157 +x_0=50000 +y_0=3750000 +ellps=GRS80 +units=m +no_defs  <>
+    116.93987925402976,-12.436556635382928,221066.287204575,2374113.843027201
+    119.58461604720958,-36.09780707113296,429942.026936405,-254649.82042497
+    116.22379827314575,45.06553554755243,117505.132729903,8742592.800943937
+    111.27227203363493,-68.78031459219017,-115347.63878647,-3888442.024861054
+    116.55676350194639,44.264939757151694,145027.690956186,8653957.69827123
+    111.84251787063177,-73.06764376810273,-64548.089436693,-4364654.263357465
+    119.95037842281063,-81.02438108500225,129787.580321588,-5252693.971654667
+    114.37604993199993,76.98618663677269,25089.423933789,1.2298874403257294E7
+<EPSG:8030> +proj=tmerc +lat_0=0 +lon_0=115.1666666666667 +k=1.0000055 +x_0=50000 +y_0=4050000 +ellps=GRS80 +units=m +no_defs  <>
+    116.25958180805459,83.74992776934917,63288.510199381,1.335407537418756E7
+    113.87746328148803,66.30772580756698,-7826.754423216,1.1407789826880636E7
+    113.07077849389226,-14.87647160596211,-175587.898795305,2403609.90201075
+    115.66247660733039,-47.800574625123716,87142.523555871,-1246401.994653823
+    113.18760109403613,-71.8451834428104,-18842.746649031,-3926027.85907925
+    109.25807899206436,7.734475888550023,-602923.962580902,4909833.758187938
+    119.09793997438024,-83.08107830655308,102853.404353565,-5181053.208449421
+    120.94135543864343,-6.024031046501804,690381.034216968,3380473.45733807
+<EPSG:8031> +proj=tmerc +lat_0=0 +lon_0=115.8166666666667 +k=0.9999990600000001 +x_0=50000 +y_0=3900000 +ellps=GRS80 +units=m +no_defs  <>
+    111.80278987303404,72.12415996413611,-87480.879412805,1.191056184803664E7
+    121.60007726533368,-45.62927971310596,500967.350363812,-1171173.687878917
+    116.57962564239175,16.606760043487625,131413.797355337,5736941.619246237
+    117.03961888820014,-50.92802045876282,135979.750394455,-1744785.297951842
+    109.31820713788197,65.01252027254466,-256001.354471213,1.1128480187921125E7
+    111.07206922742054,59.97144306790483,-214825.137935648,1.0560386321268447E7
+    110.4896431634096,53.51678139972222,-303206.924842894,9845346.117929667
+    116.8471884451065,-86.14454823379587,57738.941361575,-5671401.986640709
+<EPSG:8032> +proj=tmerc +lat_0=0 +lon_0=118.6 +k=1.00000135 +x_0=50000 +y_0=2500000 +ellps=GRS80 +units=m +no_defs  <>
+    117.32215418430826,-17.183639767019315,-85948.806473504,598918.880405378
+    117.3941937878722,-41.90440417797456,-50052.294701251,-2141728.310952665
+    123.137390804013,7.285106240226725,551561.282941451,3308112.235780559
+    118.96891382340075,-66.50334998454234,66419.578601032,-4879026.72846028
+    114.06342867099306,32.253846196733434,-377683.839690176,6079053.52567405
+    118.7939830642289,-26.8701521459921,69275.880736093,-473261.589724868
+    125.16284842475227,83.47923805147323,133064.592253331,1.1778411880415544E7
+    121.20014893588362,-19.682624766088168,322712.418747732,320679.794668412
+<EPSG:8035> +proj=utm +zone=20 +datum=WGS84 +units=us-ft +no_defs  <>
+    -59.40216721376234,45.02410044790116,2570353.787342011,1.6377681327048955E7
+    -67.92957829147882,18.216947305051562,-71317.749801645,6631275.618164316
+    -56.145987244936734,-55.92888327346602,3044195.657164867,-2.0404831065944348E7
+    -65.27895517544023,37.143974694410076,976362.556751371,1.349497123716251E7
+    -65.73314205008636,-74.55442295010172,1373935.928002676,-2.7151391935904853E7
+    -68.71719703258827,51.03466296168412,325671.994923853,1.8599858531051096E7
+    -68.62855012583326,-52.81069111618431,396260.657060654,-1.9245602408796623E7
+    -67.43226737330151,85.48166513058248,1512644.949945298,3.115154198558026E7
+<EPSG:8036> +proj=utm +zone=21 +datum=WGS84 +units=us-ft +no_defs  <>
+    -53.16200376318206,10.863922360658322,3017586.677192786,3948765.354218879
+    -56.33231509788072,-7.611068800164034,1882043.484089802,-2760355.834067592
+    -54.588980563741565,17.586958299402312,2479937.968325639,6384884.280192699
+    -59.6339225819644,25.267658070961517,770111.726643427,9177112.617454425
+    -55.620493478880306,-25.422557793842756,2095580.637044811,-9227197.346462252
+    -55.360209750001296,-85.84187990665826,1683963.364124392,-3.1279174372566E7
+    -58.03738483411191,68.18232506877612,1499260.469538996,2.481475927989568E7
+    -63.931476461957416,23.161148864108654,-691295.695836012,8459051.746003622
+<EPSG:8042> +proj=longlat +a=6376045 +b=6355477.112903226 +pm=ferro +no_defs  <>
+    -39.81703802007337,57.63356612336372,-22.150371353,57.633566123
+    93.6404166169188,51.280837200767735,111.307083284,51.280837201
+    -3.9512396518237836,-35.97904408407772,13.715427015,-35.979044084
+    -158.54946406755403,-29.779001196697365,-140.882797401,-29.779001197
+    -159.77537513895982,-78.14933012759127,-142.108708472,-78.149330128
+    -78.76441242679552,33.93327007909255,-61.09774576,33.933270079
+    -77.809320264582,67.43990840790875,-60.142653598,67.439908408
+    -63.86183811824303,61.239354245167306,-46.195171451,61.239354245
+<EPSG:8043> +proj=longlat +a=6376045 +b=6355477.112903226 +pm=ferro +no_defs  <>
+    161.0740922402665,-70.05116798215349,178.740758907,-70.051167982
+    83.6546230911959,27.61567716927179,101.321289758,27.615677169
+    -2.104005995158303,-12.207848623407259,15.562660672,-12.207848623
+    0.6536147774324945,-84.54481479903501,18.320281444,-84.544814799
+    17.103595426716367,-62.01019415175362,34.770262094,-62.010194152
+    63.507135659399694,-19.924536976471472,81.173802326,-19.924536976
+    -55.853739798579895,-13.49489609351086,-38.187073132,-13.494896094
+    153.85441127216706,18.712338453575057,171.521077939,18.712338454
+<EPSG:8044> +proj=cass +lat_0=48.03846388888888 +lon_0=31.80418055555556 +x_0=0 +y_0=0 +a=6376045 +b=6355477.112903226 +pm=ferro +units=m +no_defs  <>
+    14.927047015735893,60.244616709167474,43710.731282889,1358444.508680329
+    15.124287782781385,-35.08661816582124,89950.998740076,-9206093.981621675
+    14.514301055705355,86.44490022772109,2608.374716543,4280529.717304004
+    13.309384580086213,13.096208999285963,-89774.474118004,-3873515.968174757
+    14.995790248454332,10.319510311591017,93976.164041841,-4180668.573482598
+    13.590819456259485,-82.96443218027976,-7475.384980036,-1.4535823530459946E7
+    13.973374865049895,-69.68161106614912,-6360.615766472,-1.3053724028298346E7
+    13.345794500924118,67.09468051174503,-34384.424761023,2121698.29808952
+<EPSG:8045> +proj=cass +lat_0=48.20876111111112 +lon_0=34.04092222222222 +x_0=0 +y_0=0 +a=6376045 +b=6355477.112903226 +pm=ferro +units=m +no_defs  <>
+    16.26919892401208,6.621005431057881,-11613.539533216,-4608740.485288352
+    15.480290243142518,41.27134192320412,-74874.609605846,-770345.37708552
+    15.688817103205967,87.02297086568177,-3974.214585385,4326150.037656596
+    16.67829544402229,68.66341116864984,12345.032203713,2277476.22527899
+    15.422321173951728,-36.725976141904425,-85003.219119828,-9406863.010984376
+    16.668257638654104,-13.705881804130442,31791.53300151,-6856534.923734159
+    16.727922237578206,-36.72843938320191,31580.194019,-9406772.29641282
+    15.657855495875701,23.921077000916213,-72913.608851007,-2694350.4107476
+<EPSG:8058> +proj=lcc +lat_1=-30.75 +lat_2=-35.75 +lat_0=-33.25 +lon_0=147 +x_0=9300000 +y_0=4500000 +ellps=GRS80 +units=m +no_defs  <>
+    119.94288440757333,-15.257570218194772,6290928.917483359,6131034.221502647
+    151.70677704516578,-64.57809385894514,9571703.60287182,800541.009419435
+    124.30631592174589,-55.32245535753195,7746517.701245779,1812507.896423496
+    152.79427902192504,-23.873853724823505,9896979.433086773,5526151.078846196
+    99.85327017230847,-74.41715987469308,7299403.699250447,-1098053.177135048
+    178.65437064742466,-26.108031152605072,1.243875700631237E7,4813718.847416484
+    147.9712530844934,-56.69030499895371,9365463.289589735,1815095.323839349
+    170.0421849406764,-19.03068530691317,1.1775684382242877E7,5815500.517252766
+<EPSG:8059> +proj=lcc +lat_1=-28 +lat_2=-36 +lat_0=-32 +lon_0=135 +x_0=1000000 +y_0=2000000 +ellps=GRS80 +units=m +no_defs  <>
+    52.22535663448971,-88.0715779614664,-108427.414368248,-7031722.45505658
+    157.43685655897173,-5.413279808096803,3726582.189810795,4755481.286745026
+    61.77550177998165,-65.90164196451181,-2854875.577842478,-3395079.325282532
+    69.39662451012107,7.34250722292245,-7486555.000380332,4030042.408858529
+    74.28215815521804,-86.05941511431477,-244633.200192475,-6207266.297110438
+    81.47500727573981,-45.16635034213254,-3142015.574816422,-519032.333083624
+    86.90527732214841,-48.071946324896246,-2608015.221865185,-621714.115028289
+    114.67467654452497,-40.16229588606631,-735099.325223635,929695.974736912
+<EPSG:8065> +proj=omerc +lat_0=32.25 +lonc=-111.4 +alpha=45 +k=1.00011 +x_0=48768 +y_0=243840 +gamma=45 +ellps=GRS80 +units=ft +no_defs +bounds=-112,31,-110,33  <>
+    -110.9567984682955,31.13343657538325,298696.63206556,394023.584907721
+    -110.59260434862802,32.338631238763625,409408.962339088,833190.958618281
+    -110.56162431379124,32.03473840308682,419845.67082681,722690.852408555
+    -111.91956852911817,31.147333948711708,-2587.02573769,399212.045953424
+    -111.92193997022119,32.28005178244738,-1334.527707105,811326.055007718
+    -110.83219890262733,31.745631011493128,336537.302158238,616949.495249225
+    -110.3745476187589,31.878408954050514,478373.347248719,666313.154140627
+    -111.85679927092761,31.394491401016538,17435.942311993,489040.079389245
+<EPSG:8066> +proj=tmerc +lat_0=31.25 +lon_0=-112.1666666666667 +k=1.00009 +x_0=548640 +y_0=304800 +ellps=GRS80 +units=ft +no_defs  <>
+    -115.14224492001046,-83.42888625208278,1675267.439134288,-4.0761361291569166E7
+    -108.72525192898257,52.348631776210226,2569338.821258204,8707458.593320023
+    -118.81331859938352,13.177627471048524,-568999.539656973,-5535206.219482557
+    -112.27856861559826,-21.856782277184195,1762047.74041413,-1.8282045302718595E7
+    -112.09844338537306,-82.10598334660914,1803433.676178572,-4.027340134398255E7
+    -112.12265688816416,49.65407862510676,1810427.106415108,7705591.596946256
+    -114.90285005606304,70.16593569910785,1459996.081315321,1.521101924338656E7
+    -107.97121517834427,58.994772826294366,2590983.851108212,1.1141873338241352E7
+<EPSG:8067> +proj=tmerc +lat_0=31.5 +lon_0=-113.1666666666667 +k=1.000055 +x_0=182880 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -106.28437440786931,88.60565125758492,661225.621085539,2.0870361153436802E7
+    -113.07489241838076,-87.40438314425701,601523.090585069,-4.330443062601199E7
+    -117.62283152417183,-58.145673874031864,-260669.10408566,-3.2621840763590142E7
+    -110.50745469322803,-55.93992380204917,1145143.746049878,-3.1797944492376767E7
+    -109.26788150718086,-40.95790279034533,1677059.403342859,-2.634540156544017E7
+    -107.89460009807732,-71.78837139158442,1202936.6184494,-3.761021747841183E7
+    -112.54074639592292,-76.98768409078059,651637.826270844,-3.948810775601026E7
+    -109.42997252226928,36.93548224260741,1692436.421574044,1999681.546687326
+<EPSG:8068> +proj=lcc +lat_1=30.5 +lat_0=30.5 +lon_0=-110.75 +k_0=0.9998 +x_0=9144 +y_0=-188976 +ellps=GRS80 +units=ft +no_defs  <>
+    -160.7348214415353,3.0282351461476296,-1.9635133927495543E7,-6543914.097360279
+    -117.0094903553116,44.76959800547981,-1649016.831359016,4678322.250309927
+    -177.96892376286345,4.722010374302869,-2.533143079961935E7,-2507640.246108506
+    -158.43995318144613,-26.04941633507635,-2.4480962063123114E7,-1.9599701920657385E7
+    -47.48354503363586,28.635120858501423,1.9286112149585225E7,4243463.950778978
+    -115.55958435196142,35.41891341391589,-1407742.705964021,1202282.268348516
+    -80.34758531255662,30.521741288498326,9486131.228481118,668979.08645681
+    -79.09528717716897,32.685223569500664,9647768.281317914,1532308.740967141
+<EPSG:8082> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=24500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -58.713173802978275,29.416495032005756,2.477047813734068E7,3258340.164601754
+    -60.2098759199642,-0.6897104270094871,2.4643603472940207E7,-76276.10560998
+    -58.2012141322984,-56.08044997468108,2.47053293154769E7,-6221805.953616599
+    -61.3385139577863,-37.955655511202046,2.4514190838516343E7,-4202167.99793974
+    -60.303433282968086,19.04992106956746,2.462594595312364E7,2107412.572688627
+    -57.60952646877867,42.52973847018856,2.4819631011179905E7,4717349.743250899
+    -65.1371038566038,-28.962104328864996,2.414538348170295E7,-3210203.548842361
+    -67.72651890997604,-16.879971485208884,2.3835514543742992E7,-1877350.789500491
+<EPSG:8083> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=25500000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -58.212415935521165,-29.450990025625053,2.6110552755644727E7,-3275444.689150807
+    -69.25961383947703,40.28790523684819,2.50952339361935E7,4471935.992924475
+    -68.95388682692946,-28.708447979123385,2.5064611720321853E7,-3184777.206336032
+    -67.30974507497098,-62.25665801984722,2.535406203050854E7,-6908012.200836762
+    -67.90735918117065,87.92110939831284,2.5486203761782423E7,9769200.297737464
+    -66.0815333515562,75.19637681274872,2.5454884700573057E7,8348624.186520453
+    -70.00362928608979,-12.725035693198166,2.4901512338743266E7,-1413496.924549359
+    -71.10956519751932,-28.964093224825803,2.4855049122335736E7,-3223035.032697333
+<EPSG:8086> +proj=longlat +ellps=GRS80 +no_defs  <>
+    95.63742353630431,-72.47552734157263,95.637423536,-72.475527342
+    95.54641252760752,-30.33808065906276,95.546412528,-30.338080659
+    33.07162080249833,-72.83295950562123,33.071620802,-72.832959506
+    50.316762524873496,-56.04850098323657,50.316762525,-56.048500983
+    179.7573936495416,41.27525612235871,179.75739365,41.275256122
+    -179.8477111446462,-15.102302039679202,-179.847711145,-15.10230204
+    -147.02147596376165,-42.5862182647324,-147.021475964,-42.586218265
+    -152.68325065638174,42.23710584998338,-152.683250656,42.23710585
+<EPSG:8088> +proj=lcc +lat_1=64.25 +lat_2=65.75 +lat_0=65 +lon_0=-19 +x_0=2700000 +y_0=300000 +ellps=GRS80 +units=m +no_defs  <>
+    59.79684663134199,60.91896567228605,5958029.959805373,2186624.353320082
+    -76.15322516562843,63.330071687714394,210237.643870256,1322787.444419585
+    18.270799614346302,35.82987942089912,6229747.415918784,-1994655.729870579
+    -78.75542518407252,37.38065859655423,-2292055.995134346,-323857.890817823
+    6.663586236748273,40.053586603325854,5004075.465330701,-2078314.783813145
+    -61.72320119686407,67.74973459801134,1026493.343897935,1194770.736013393
+    1.4380657105887735,56.23312575799625,3958825.212214801,-475020.207544231
+    -68.02571721163432,40.42492039465604,-1353494.882458909,-852386.113294519
+<EPSG:8090> +proj=tmerc +lat_0=45.43888888888888 +lon_0=-88.14166666666668 +k=1.0000552095 +x_0=133502.6683 +y_0=0.0063 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -84.58979171397777,2.6348159845801433,528756.049007244,-4742073.909477735
+    -91.17682595676358,-75.17363542242205,46803.042279342,-1.3382998624601759E7
+    -82.50715118551271,-76.6616315725401,278465.514071106,-1.35538297776257E7
+    -84.41710798863431,-76.79958099215621,228430.688204708,-1.356529382646638E7
+    -83.91512638579589,4.701824758610442,602875.07518768,-4512636.356421249
+    -82.23240772825741,0.6847374541699907,792484.892767099,-4957872.888367605
+    -94.42021215183874,-60.7741759668216,-208282.504180646,-1.1791068391195687E7
+    -90.48505893683593,-50.74586926636521,-31894.990859786,-1.0660743680338934E7
+<EPSG:8091> +proj=tmerc +lat_0=45.43888888888888 +lon_0=-88.14166666666668 +k=1.0000552095 +x_0=133502.6682245364 +y_0=0.006400812801625603 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -89.17903279559486,30.129150722116847,110015.132276576,-5573906.385264464
+    -89.33612880064113,-30.024480210713342,59944.752798106,-2.741992638185162E7
+    -88.05101800400743,-42.80170694130037,462329.725648257,-3.207000059304964E7
+    -83.208344357837,-16.74991429745033,2165674.101380843,-2.2615692448524456E7
+    -87.67959993508781,88.71955885467688,441783.889754388,1.5831656967538044E7
+    -88.772726968743,-60.10024843528727,322815.987633973,-3.838501533131891E7
+    -90.47592267750737,-8.707279200498235,-405028.260292491,-1.967751882235516E7
+    -84.64009987459059,62.336351549613994,1033129.423968643,6186704.421761055
+<EPSG:8092> +proj=lcc +lat_1=44.87228112638889 +lat_0=44.87228112638889 +lon_0=-91.28888888888889 +k_0=1.000035079 +x_0=120091.4402 +y_0=91687.92389999999 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -53.56248584313731,-2.026616551761819,5578750.703984952,-4383336.829734144
+    -10.675006707010397,86.79246541080528,922604.213056243,5985607.574608147
+    -18.65663895994149,22.257558578754562,7128934.487047134,882880.819227169
+    -92.28022957801889,3.9999009627070414,-18059.836617011,-4807410.487303507
+    -78.73238744231519,34.69911242436427,1283253.004875186,-953501.529965687
+    -58.1917234868251,41.9801176413935,2791193.113522212,322187.432780546
+    -42.45637435495303,2.306257018114522,6656931.638018098,-3018736.569185011
+    -71.49290967201695,56.50000227673947,1354523.527557551,1545901.437257668
+<EPSG:8093> +proj=lcc +lat_1=44.87228112638889 +lat_0=44.87228112638889 +lon_0=-91.28888888888889 +k_0=1.000035079 +x_0=120091.4401828804 +y_0=91687.92390144781 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -119.57186019813207,31.14863440956566,-8512708.067420652,-3175877.881232049
+    -113.34431309123566,25.14560015688049,-7216552.211281268,-5974464.396227019
+    -149.8769832388718,45.4503765812578,-1.3372902834252665E7,5704843.813332794
+    -82.17599350210443,76.41381420695859,1371724.432413092,1.2679361210092742E7
+    -146.85978957027453,64.53187871131783,-8274421.795331351,1.072983073381382E7
+    -146.41858797199143,41.76907392293805,-1.3537065047715737E7,4088086.778474321
+    -165.40243357599834,9.614704055777562,-2.7016561324190035E7,162251.271082891
+    -17.006605210703924,19.23757011081571,2.470147956085193E7,2642087.339279151
+<EPSG:8095> +proj=lcc +lat_1=44.36259546944444 +lat_0=44.36259546944444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6173 +y_0=134589.754 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -128.36209481131883,-3.01762395630554,-5374171.11223043,-4373715.726733616
+    -90.63889389364878,68.11336410633517,178878.935983786,2870165.604627263
+    -163.0045087477155,6.536709602640048,-8358687.31902761,-259330.51182298
+    -145.60547048163386,49.39949923058444,-3539970.147628515,2018245.614882083
+    -39.20403522792034,-3.390611463216203,7428481.269363637,-3448733.586472054
+    -172.49584888672928,-4.347481356248535,-1.041721394041618E7,-55050.536146518
+    -91.96070067206026,21.84150184277165,-9029.958993622,-2421771.905249399
+    -99.0268172749828,20.439541115576105,-809387.020963814,-2535576.581140931
+<EPSG:8096> +proj=lcc +lat_1=44.36259546944444 +lat_0=44.36259546944444 +lon_0=-90 +k_0=1.0000421209 +x_0=208483.6172720346 +y_0=134589.7539243078 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -94.13970694564492,53.53945709113421,-228425.482987115,3827999.322974827
+    -129.32663537897906,-7.920368570618264,-1.9210214898317423E7,-1.6347209618742915E7
+    -25.533543644421513,46.637921548184316,1.5271177367053023E7,7324844.898464297
+    -89.37817833234118,-1.06441694869884,984798.4410682,-1.776515956410952E7
+    -5.528639293691896,43.614894713229255,1.930095265872707E7,1.0715268483288243E7
+    -28.113505803298295,82.78271566429297,4586564.735249474,1.7728489676375434E7
+    -70.56768783560537,68.12834243048663,3609188.349250939,9770730.99782399
+    -63.619912766882706,67.3912056472314,4718306.863641387,9778078.92283056
+<EPSG:8097> +proj=lcc +lat_1=44.11394404583334 +lat_0=44.11394404583334 +lon_0=-89.24166666666667 +k_0=1.0000392096 +x_0=120091.4402 +y_0=45069.7587 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -148.30375196095792,31.299353778237517,-5155478.761276302,589683.814231652
+    -66.80149537650283,79.3530049532246,739608.670907705,4418719.375978053
+    -12.756196162972572,56.453201294804465,4290516.931619099,3519273.755536417
+    -31.46436390760752,57.71492750197206,3387966.063890764,2770010.136196348
+    -124.38254858770757,29.408182345295977,-3291326.323204425,-864604.911570295
+    -127.53752576652496,54.07755848672064,-2336499.607326324,1741070.206769051
+    -167.20313666442462,7.1403457231030565,-8776642.53424336,234058.416537316
+    -149.49623949018113,85.24721149867872,-755719.710852323,5659892.384204399
+<EPSG:8098> +proj=lcc +lat_1=44.11394404583334 +lat_0=44.11394404583334 +lon_0=-89.24166666666667 +k_0=1.0000392096 +x_0=120091.4401828804 +y_0=45069.7588011176 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -82.75152111950742,60.82176079662411,1608835.645259048,6391648.131358609
+    -169.8309149612459,35.20414878684279,-2.0253764574434444E7,7890638.05616134
+    -75.12450060402828,33.70395907488115,4734267.000715847,-3290784.058956993
+    -67.4213290650737,49.09161750505884,5581940.234919334,2657370.22250009
+    -72.59893243410878,3.419244780490864,7948068.893891017,-1.5083343579579247E7
+    -21.693556092411143,73.09641494034489,8034961.613363253,1.4646362452878166E7
+    -115.01672924278078,48.193106757201356,-5807045.097058157,2615701.068219079
+    -6.007200684327074,48.49253294828019,1.7360951645849638E7,1.1139361033890275E7
+<EPSG:8099> +proj=tmerc +lat_0=43.42027777777778 +lon_0=-88.81666666666666 +k=1.0000333645 +x_0=185013.9709 +y_0=0.007 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -81.99552514148144,-16.576221655220294,914458.909512091,-6655471.741137459
+    -88.88188403514395,-71.90712491521442,182752.404264932,-1.2791605224208983E7
+    -82.21508949933498,-45.87568154221927,697519.881075825,-9913250.045391064
+    -89.19686483890837,71.12614250645623,171281.339139532,3085358.00051287
+    -95.26213913766107,-26.509294697477287,-458326.907640177,-7759126.494533408
+    -92.27970921350575,12.350995686032348,-191848.05646958,-3441175.08170698
+    -91.03051666994227,-14.722049347474197,-53451.434449554,-6439032.489443059
+    -87.50090545283045,35.70605510296477,304093.878563022,-855714.270796786
+<EPSG:8100> +proj=tmerc +lat_0=43.42027777777778 +lon_0=-88.81666666666666 +k=1.0000333645 +x_0=185013.9709423419 +y_0=0.007010414020828041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -87.59893807343863,56.593910523578245,852434.175740485,4809683.439436235
+    -85.56459166800525,59.43179905903585,1212401.544388503,5859338.351438514
+    -89.21526135504581,58.49853941667243,530746.059044411,5503678.281676506
+    -82.92434472271188,-32.147756630674984,2432244.645101637,-2.7503824237814885E7
+    -87.661888770274,17.472489857860936,1009447.173116615,-9437440.842950298
+    -86.12826487273608,0.589086235531525,1589204.014499746,-1.5565453244811682E7
+    -93.87377756251679,-45.89295011895078,-680703.045987882,-3.2501189050355986E7
+    -86.51105007930303,35.7034625235427,1291655.573337113,-2802976.25981022
+<EPSG:8101> +proj=tmerc +lat_0=42.56944444444445 +lon_0=-88.22499999999999 +k=1.0000346179 +x_0=208788.418 +y_0=0.0034 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.85001618101063,8.807446310329624,360077.120455396,-3740787.934282955
+    -89.943071092104,-41.501092805747824,65330.847850803,-9312861.917693913
+    -92.43049061166026,61.445875913658966,-15461.904888443,2107595.01546886
+    -86.22426129106944,-29.856484975885955,402136.070829741,-8021053.279389025
+    -84.29210759165142,-36.95790128866878,559143.608787038,-8814269.94475753
+    -93.87243720910134,30.342573337123454,-334682.867367108,-1343289.507810637
+    -89.83174572886738,15.993812395683122,36780.879117379,-2945368.892878868
+    -91.11738570859464,6.7666452584214625,-111106.609638125,-3965823.686968822
+<EPSG:8102> +proj=tmerc +lat_0=42.56944444444445 +lon_0=-88.22499999999999 +k=1.0000346179 +x_0=208788.4178816358 +y_0=0.003352806705613411 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -93.08987491515178,-28.528523306250797,-878294.204199907,-2.5859047848150752E7
+    -92.95872917684846,62.17635829355197,-123575.338205015,7187591.32823356
+    -93.72042742460508,-49.95002176644101,-608687.017472338,-3.3677848450726055E7
+    -90.46506751791448,-40.496295611943566,61936.268360588,-3.0191073038143747E7
+    -92.72736331498263,87.0320221362951,599657.630519751,1.6262323530210553E7
+    -82.81283703637826,53.95842732868425,1850055.934078415,4199536.351698177
+    -87.64031017795209,-73.40118309054537,746191.525568291,-4.220437688774197E7
+    -81.43713388350734,13.99793546452294,3096023.417208681,-1.0355349174761191E7
+<EPSG:8103> +proj=tmerc +lat_0=42.91805555555555 +lon_0=-88.06388888888888 +k=1.00003738 +x_0=120091.4415 +y_0=0.003 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.98297359379474,55.828763910427,187831.681542459,1436463.391124696
+    -84.66808841554113,-81.54537229116814,175823.856247699,-1.3813470598492907E7
+    -82.37573271054154,-6.202326996198792,750655.039527085,-5443054.590725989
+    -85.86446141589485,-86.23623088239856,136213.910213586,-1.4336042668774683E7
+    -90.80170696042272,80.51571154110184,69723.812847754,4190452.318750672
+    -93.76007984824983,-33.025793591975614,-412459.103204783,-8423996.336370466
+    -85.52892969750467,-23.015012842446907,380022.132612354,-7302338.676949824
+    -93.75741830523563,-31.18018505740322,-423077.315754958,-8218875.817959446
+<EPSG:8104> +proj=tmerc +lat_0=42.91805555555555 +lon_0=-88.06388888888888 +k=1.00003738 +x_0=120091.4414020828 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -82.68261371225223,81.06175921960863,699941.614602832,1.3958538830687769E7
+    -93.75418571811235,76.29130900276968,-99367.462564957,1.2220655191980012E7
+    -91.68970961909372,-13.867291381733168,-892688.956223033,-2.0638054310693495E7
+    -84.32094939912477,-78.32723257625051,671295.094394091,-4.414424463923476E7
+    -89.14671695288985,-21.998564634131668,27119.897770354,-2.358237594205387E7
+    -86.47811248300411,-84.81615007798217,446498.002920794,-4.651350220155054E7
+    -86.71015801953997,-68.74207183479263,573774.755131829,-4.062766339506175E7
+    -87.24038082164564,0.039893313161528,694783.789465329,-1.5581932110576537E7
+<EPSG:8105> +proj=lcc +lat_1=45.96121983333334 +lat_0=45.96121983333334 +lon_0=-91.78333333333333 +k_0=1.0000475376 +x_0=234086.8682 +y_0=188358.6058 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -73.17904711136686,-3.874395965339671,3099584.0485434,-5685313.927342253
+    -11.13347637419838,43.01743373223554,5750009.721448807,2917143.744727167
+    -85.90427297810255,-6.45410391808337,1177003.779839898,-6392972.014312892
+    -116.05972621092202,42.10898498206596,-1747349.066188939,64103.528123381
+    -156.29861836032975,10.652789613940456,-7242618.44142873,-758437.475498723
+    -147.34887301886886,2.0718905914932044,-7151283.843213336,-2451925.213664312
+    -149.21361688263053,-2.952475215267093,-7846188.599164845,-2835490.068993485
+    -19.711550291120545,85.04991230250047,1208591.273064427,5600413.693321159
+<EPSG:8106> +proj=lcc +lat_1=45.96121983333334 +lat_0=45.96121983333334 +lon_0=-91.78333333333333 +k_0=1.0000475376 +x_0=234086.8681737363 +y_0=188358.6059436119 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -101.3109598305207,-7.654740083266778,-4314088.518627225,-2.142208031464625E7
+    -88.39293593579296,32.14125929622555,1846079.790333247,-4439539.796862034
+    -54.013303486032214,31.199620802108043,1.2498050389902534E7,-1982553.529899205
+    -24.511053511462677,70.68431866224154,8907838.33427936,1.3651981550891068E7
+    -115.96846153856819,7.536339299719945,-9763473.007575626,-1.2745832848816972E7
+    -33.63416205672374,-5.691254159221909,2.848198939520861E7,-1.0105559488790825E7
+    -161.94106238356056,-5.497426108881919,-3.12065320659845E7,-5530415.975209898
+    -83.23808144923399,0.7390221796175833,4874089.211169824,-1.726210527317198E7
+<EPSG:8107> +proj=lcc +lat_1=42.66946209694444 +lat_0=42.66946209694444 +lon_0=-88.54166666666667 +k_0=1.0000367192 +x_0=232562.8651 +y_0=111088.2224 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -67.43176248111855,86.99582308856104,486872.894137678,6044179.000691161
+    -125.29203586577741,7.688855653077731,-4416226.68048869,-2969875.561576213
+    -151.03852643338126,61.80008178665666,-2972396.703369084,3526318.345396386
+    -108.71671892202954,-12.571981581642838,-3083082.517849926,-6586871.878365704
+    -44.43084313662234,38.34513624361345,3926454.111074129,616644.90429504
+    -13.911205028310576,1.0708743011811492,9451826.69825876,-536282.304798908
+    -26.50541115280359,-11.26213794238334,9479362.71231888,-3211657.225565732
+    -173.05995134454955,45.76462829434077,-5308728.449740145,3481661.579074267
+<EPSG:8108> +proj=lcc +lat_1=42.66946209694444 +lat_0=42.66946209694444 +lon_0=-88.54166666666667 +k_0=1.0000367192 +x_0=232562.8651257302 +y_0=111088.2224028448 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -151.47009794323745,60.26152716158826,-1.0215002753731053E7,1.1184172660399882E7
+    -90.11402860902555,3.1430962437215904,52334.263711951,-1.5102203401282629E7
+    -75.79836098851548,53.910394857809635,3557446.599647746,4704357.372845635
+    -20.597020365730458,63.663811741591346,1.1471434148582371E7,1.277868958292161E7
+    -141.73238743867375,-11.336833138670752,-2.5918789028217133E7,-1.3554317014587758E7
+    -48.116514905324664,77.00066139631365,4967359.796789901,1.498998399307275E7
+    -18.189454716530776,-2.8922325956997827,3.109398783781486E7,-4514636.386126456
+    -63.58216553540581,78.55688913016897,3199849.618550652,1.5089212425332272E7
+<EPSG:8109> +proj=lcc +lat_1=46.07784409055556 +lat_0=46.07784409055556 +lon_0=-89.48888888888889 +k_0=1.0000730142 +x_0=134417.0689 +y_0=50337.1092 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -156.6041925694368,71.7859767038558,-2233950.996950858,4097025.462639447
+    -164.79761824480954,-2.7149354536384767,-9768384.381778013,-926626.983729592
+    -60.47505934499591,53.185062043803924,2046757.09120521,1195647.143246597
+    -153.66017817895843,4.067947070978253,-7960368.145120754,-1552743.825667531
+    -151.1678880125018,1.5375494494082584,-7965666.483124647,-2059880.974666029
+    -145.35974028488457,19.17174614912861,-5835862.109491074,-850119.244945594
+    -83.0188476612514,83.58729835804016,255221.351107721,4722094.7014623
+    -145.31222499730623,37.170983537871024,-4479412.029655271,745983.384766985
+<EPSG:8110> +proj=lcc +lat_1=46.07784409055556 +lat_0=46.07784409055556 +lon_0=-89.48888888888889 +k_0=1.0000730142 +x_0=134417.0688341377 +y_0=50337.10927101854 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -102.05725838134485,25.378381262208947,-3945776.725780781,-7178376.989207568
+    -167.7731027508596,14.915182114706667,-2.625396103423391E7,2609491.802780919
+    -85.9652731849917,79.76932717491687,743753.62901094,1.3524216610815387E7
+    -66.4329105618502,34.12391992855576,7464492.070438169,-3195125.98528957
+    -37.195290586699315,-9.704931440496942,2.715209386071396E7,-1.4247843385552768E7
+    -163.9717920581318,-5.414860143921214,-3.2912446395911988E7,-4192033.293188884
+    -61.091322929244015,64.03811634631147,5161311.145494735,7698637.750867791
+    -123.09285249462062,-5.992711781108167,-1.6661330838264054E7,-1.7692206778084863E7
+<EPSG:8111> +proj=lcc +lat_1=43.57503293972223 +lat_0=43.57503293972223 +lon_0=-90.78333333333333 +k_0=1.0000408158 +x_0=222504.4451 +y_0=47532.0602 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -110.84504156313926,14.770871546411463,-2176199.516628641,-2982718.632845644
+    -43.40779001620294,38.39921588297221,4156210.105426663,624338.965601684
+    -97.7293874963879,24.582097088796175,-516869.830154723,-2065208.009486377
+    -131.29105340706204,57.504541385940634,-2188350.56415461,2212980.165457957
+    -63.779109947225024,60.22240302737752,1765259.006346457,2181574.445132431
+    -86.17398864585037,20.924372553047917,737328.403667276,-2512359.849116291
+    -162.76835771530148,11.957953930223354,-7691115.887398466,31681.327706249
+    -160.64017847899194,15.201399229328768,-7213563.147627592,102352.995177666
+<EPSG:8112> +proj=lcc +lat_1=43.57503293972223 +lat_0=43.57503293972223 +lon_0=-90.78333333333333 +k_0=1.0000408158 +x_0=222504.44500889 +y_0=47532.0603505207 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -128.98298344661413,74.77698352302934,-3649664.156733276,1.3335682921270467E7
+    -19.056089786002588,55.65414085247037,1.4091291387462916E7,1.075005150401142E7
+    -16.779674846598567,20.922731723502878,2.4417406796483688E7,3010989.701712826
+    -144.252336410619,68.43738382181672,-6828778.568503409,1.210181518274365E7
+    -61.86563926812052,1.4511798117898564,1.391822613157767E7,-1.41813199245602E7
+    -86.9004512060046,67.01244414046548,1345672.835079828,9014959.985157873
+    -21.32628440770597,50.224797743306546,1.52660734328226E7,9040191.003475148
+    -74.80398306501384,27.189679011083633,6093315.265387174,-5369166.073377765
+<EPSG:8113> +proj=tmerc +lat_0=43.16111111111111 +lon_0=-91.36666666666666 +k=1.0000361538 +x_0=256946.9138 +y_0=0.0041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -96.75230186293328,-10.368721209668792,-333693.569439502,-5932478.579112105
+    -97.17640985757117,79.6700396308675,140780.856408666,4073624.93953104
+    -84.9265117473961,57.003059731863004,647974.968305551,1558154.304705486
+    -89.12433677828497,-34.46698640411136,462990.105209721,-8598674.297852945
+    -86.75572467950266,60.80002951037835,507867.160695967,1971484.431965023
+    -93.82025844792793,55.246251064608145,100905.575910752,1346820.366981306
+    -89.12635496260177,-32.84773492463164,466699.876813493,-8419009.042803159
+    -95.19156062469031,-4.915684181150979,-167610.923671723,-5325588.173739447
+<EPSG:8114> +proj=tmerc +lat_0=43.16111111111111 +lon_0=-91.36666666666666 +k=1.0000361538 +x_0=256946.9138938278 +y_0=0.003962407924815849 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -89.36760668299456,25.000105500456627,1505199.845492196,-6604766.629953297
+    -97.40947097909975,-54.77582196401132,-432027.578912753,-3.566283089699763E7
+    -96.88852037095675,-84.26555188636117,641124.087842455,-4.640924517126719E7
+    -96.57450870119897,-68.69686572933851,150656.233284457,-4.072702233413249E7
+    -94.26711762692796,-9.866207813094093,-201201.20377242,-1.926921463763029E7
+    -92.87354079210677,-62.78324873002031,590635.758498741,-3.853721984755536E7
+    -94.9653439895781,-56.49349650024679,115924.549813602,-3.6254310335712805E7
+    -92.70802721916863,23.949961434807136,394995.98705039,-6989159.303797943
+<EPSG:8115> +proj=lcc +lat_1=45.17782208583333 +lat_0=45.17782208583333 +lon_0=-90.48333333333333 +k_0=1.0000597566 +x_0=187147.5744 +y_0=107746.7522 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -29.678859150355322,77.43757721158163,1890271.433273545,4639311.678273568
+    -57.29731386138555,54.70960529546156,2297554.147443751,1612862.365201348
+    -168.71471817289236,34.157168615810356,-6059493.537042743,2162590.944065317
+    -147.6437487549754,68.96684355818691,-2158576.82044576,3715250.51440916
+    -7.441726827465033,51.18315776856031,5051404.937752739,3523332.599904167
+    -140.98004505641555,70.4278090235241,-1817421.953088546,3679851.738661165
+    -90.57809962230448,24.29704145772117,176923.455579438,-2257470.462390509
+    -157.90821412504155,-10.264601549375733,-9792973.261891343,-2584205.36694091
+<EPSG:8116> +proj=lcc +lat_1=45.17782208583333 +lat_0=45.17782208583333 +lon_0=-90.48333333333333 +k_0=1.0000597566 +x_0=187147.5742951486 +y_0=107746.7521463043 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -172.57232021736786,-4.888028053069773,-3.452204348047015E7,-577614.923124146
+    -69.18358079096089,76.57566776393121,2847839.36771898,1.2911512920447074E7
+    -40.615892222010416,-2.961694382990384,2.3977340778697517E7,-1.1724863189047039E7
+    -111.18918306475736,19.18580865598623,-7143278.912444917,-8411182.91232838
+    -142.02249964662008,22.86936865158509,-1.674583645372645E7,-2226077.094679821
+    -161.87353267822382,-9.618182869959849,-3.3270664764311563E7,-6610659.062875601
+    -98.3704094947822,33.57746248766963,-1831459.915275716,-3780392.849986453
+    -164.5754036260321,84.03610042291156,-3203442.253888504,1.8262387477746923E7
+<EPSG:8117> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-92.63333333333334 +k=1.0000381803 +x_0=165506.7302 +y_0=0.0103 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.6556130502759,51.90203705126535,163973.207164126,874642.431946144
+    -86.10924850122737,7.94982110759473,886368.097951587,-3993190.54238228
+    -87.43854170974672,-86.38209064246749,202071.648696111,-1.4477915346861685E7
+    -93.03794470499452,57.27518254236918,141098.543186472,1472852.831644928
+    -91.87476932692418,-60.5501352338224,207130.844806031,-1.1593884538643109E7
+    -86.57846826690398,50.06762796724689,598879.63053008,688149.003252028
+    -96.1502038698163,58.35356383624841,-40351.802103316,1598270.001207988
+    -96.6125230824701,-21.58134084011904,-246847.267755368,-7270828.255479712
+<EPSG:8118> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-92.63333333333334 +k=1.0000381803 +x_0=165506.7300990602 +y_0=0.01036322072644145 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -90.42149329937392,-72.83888561417824,782043.854251326,-4.253736607958638E7
+    -86.6221137528019,45.687280971837026,2079290.759859839,659803.68801504
+    -94.69017429443554,-40.83286328212354,-26228.529970451,-3.0847191418091554E7
+    -92.08223922258155,-58.076774254998035,649689.463067051,-3.713323698506903E7
+    -94.591027615337,-86.05417420479517,493642.096428614,-4.737487330107057E7
+    -89.35146283156958,3.080661390342783,1740587.799509244,-1.4884486295598947E7
+    -99.26214319821568,-77.57942761283871,21648.642026269,-4.429852781356757E7
+    -92.96764620808645,71.07852794253228,503286.583287638,9880637.583933285
+<EPSG:8119> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-88.60555555555555 +k=1.000032144 +x_0=262433.3253 +y_0=0.009599999999999999 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -88.1772995579788,87.73689488942955,264322.229904805,4871520.721176835
+    -92.20054330531525,-41.299875291934605,-38692.065026574,-9458254.442452874
+    -84.67863408228254,29.370065252731905,643865.702456949,-1621182.980379133
+    -82.53187168792144,15.539246060306127,915070.558040658,-3149986.136117477
+    -93.9484053910322,25.90168238021981,-273425.666675903,-2001022.25260228
+    -92.93386931865248,73.87077393871212,128268.196069658,3328044.513365717
+    -93.8668741216107,-21.574111089407367,-283049.626819667,-7273938.307557773
+    -90.43991864236459,87.5350377678183,253622.713671409,4849108.025953234
+<EPSG:8120> +proj=tmerc +lat_0=44.03611111111111 +lon_0=-88.60555555555555 +k=1.000032144 +x_0=262433.3251714504 +y_0=0.009448818897637795 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -89.68343177336429,-44.18410337760085,578233.186959823,-3.2063560475042313E7
+    -93.04932415749717,17.85709051782483,-685573.022019698,-9505065.302609256
+    -84.14309328555868,-76.79928248703831,1234042.710901759,-4.399717218199339E7
+    -82.43357506881375,-86.61370935700614,994340.372634542,-4.758596166795237E7
+    -88.52907216797769,-54.57761314016221,877226.767368406,-3.585425599119743E7
+    -84.53658582798113,-43.70190620609245,1937144.302422694,-3.1912346115173213E7
+    -89.74432796300208,-75.96849630505153,759845.458124134,-4.3679715988696925E7
+    -85.74217397336113,16.142490907473103,1866183.502118272,-1.013906496442486E7
+<EPSG:8121> +proj=lcc +lat_1=45.90009913138888 +lat_0=45.90009913138888 +lon_0=-91.11666666666666 +k_0=1.0000573461 +x_0=216713.2336 +y_0=120734.1631 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -33.88694642527207,16.232431807926975,6540895.978275917,-937387.931544513
+    -45.124938110956236,29.469379116979077,4598575.671014775,-427672.724147177
+    -117.32666180705942,87.47601459136698,-30487.52183568,5587379.803525841
+    -46.38709769267638,25.550995956894205,4733538.171766439,-881818.53472883
+    -39.959167519659275,3.949864416291323,6940665.240956482,-2695918.094483169
+    -27.994900139042755,43.685375504426624,4795217.073571229,1786462.00569823
+    -157.695573138679,73.95437136854079,-1935564.424913265,4361874.291818773
+    -10.57057274485308,86.0785532580527,1106947.031101893,5752918.147043057
+<EPSG:8122> +proj=lcc +lat_1=45.90009913138888 +lat_0=45.90009913138888 +lon_0=-91.11666666666666 +k_0=1.0000573461 +x_0=216713.2337312675 +y_0=120734.1631699263 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -69.21698842232469,5.574735598467274,1.0506590785775213E7,-1.407592599982439E7
+    -123.16378999389943,3.4408490604654745,-1.379949571665484E7,-1.3450887417472273E7
+    -91.13388821194802,5.587289378822309,703200.551317381,-1.5423119964595845E7
+    -92.84878228098414,48.69856756229435,292179.348939492,1421871.048075262
+    -115.9740390405587,35.29489694006866,-6707137.246695804,-2324036.501441258
+    -160.0343414597288,15.641549058974551,-2.3471790736929215E7,50489.279663544
+    -88.75603552996333,67.0056061776387,1077817.852475655,8316472.23225556
+    -130.391351895198,-8.960526275281023,-1.976897313515614E7,-1.7477596486381277E7
+<EPSG:8123> +proj=tmerc +lat_0=42.81944444444445 +lon_0=-89.90000000000001 +k=1.0000373868 +x_0=185623.5716 +y_0=0.0051 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -83.56917175364029,46.05596793156312,675516.967511201,379185.096425864
+    -88.05989244836083,-12.859150688772175,385397.782817972,-6165735.060495961
+    -88.92447674921725,-50.91959368321663,254223.217184205,-1.0386644148208836E7
+    -89.61608083968115,-37.7263464129029,210654.233037249,-8920157.359054467
+    -84.16810664141859,-8.510172122268813,817755.214972797,-5688640.53438067
+    -83.99343174264331,-11.042850750492875,832137.677090477,-5970490.591037107
+    -85.7535164727825,74.46971470035623,309509.48123297,3529540.68787203
+    -92.0828101080745,-60.971111474212194,67420.681034611,-1.1507335544715166E7
+<EPSG:8124> +proj=tmerc +lat_0=42.81944444444445 +lon_0=-89.90000000000001 +k=1.0000373868 +x_0=185623.5715519431 +y_0=0.005181610363220727 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -93.90675345849317,-71.91797165036463,153710.898168954,-4.1767398650768906E7
+    -90.00168304550934,6.456196539348298,572095.804874104,-1.321812239223193E7
+    -90.76157735952276,12.114541880496361,301274.208572293,-1.1164300484570915E7
+    -95.93960577321266,-39.279577673974174,-1101416.867318291,-2.988831182038285E7
+    -87.46091431544572,-84.2603836306374,698360.927000722,-4.6275080583886325E7
+    -87.63199608711558,-5.6536761984653054,1433562.836249358,-1.7613233130562067E7
+    -96.22085575507836,-6.938664399690126,-1687354.283593121,-1.8093210454457957E7
+    -96.59769785254309,14.390984334021596,-1765737.668692472,-1.0303867957399283E7
+<EPSG:8125> +proj=tmerc +lat_0=43.91944444444444 +lon_0=-91.06666666666666 +k=1.0000495976 +x_0=250546.1013 +y_0=0.0234 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -97.34899760818584,-19.749343085141874,-408975.367851409,-7062091.494354746
+    -93.33675691959186,68.33694323503613,157002.847498774,2720450.281382385
+    -94.59626173832213,-12.209068246833311,-133779.329119954,-6217898.001132189
+    -94.92130906706997,-6.404476001609396,-176227.88674501,-5574951.128189272
+    -89.5186868100904,82.6645634603546,272618.925256545,4318324.937599151
+    -93.14888990274059,-62.12213709713388,141886.343031203,-1.1757742995161252E7
+    -90.31979547794927,85.91960803905928,256482.041386855,4681617.367394205
+    -85.74848714253828,29.998797446505947,764080.182824205,-1533030.476736659
+<EPSG:8126> +proj=tmerc +lat_0=43.91944444444444 +lon_0=-91.06666666666666 +k=1.0000495976 +x_0=250546.1013970028 +y_0=0.02346964693929388 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -91.00959010400241,-87.89308937831868,822768.984166351,-4.8005924574547835E7
+    -94.55007489718699,57.12038866771999,129851.185773826,4835653.227637968
+    -95.70362505029131,-3.179675297829718,-870857.256326328,-1.711900903138648E7
+    -94.03855269108635,-59.59906009947333,271458.804353943,-3.76593742282911E7
+    -86.55814689380226,-10.683493944398506,2441897.239626776,-1.98498111846425E7
+    -95.28643111488459,-86.40316250455885,725073.794001335,-4.746349222079241E7
+    -93.69040993288087,-49.41188317257195,197344.915672555,-3.3937369344306566E7
+    -93.60844902212074,35.03618787488378,60944.735771215,-3226233.452632449
+<EPSG:8127> +proj=tmerc +lat_0=41.94444444444444 +lon_0=-89.07222222222222 +k=1.0000337311 +x_0=146304.2926 +y_0=0.0068 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -85.34206036749379,1.1265539500804351,561773.638247971,-4520784.426376679
+    -91.59052765433583,-60.22174733649729,6742.355606258,-1.132728946982175E7
+    -90.75058159525481,34.09860704292987,-8584.704654373,-869624.258583142
+    -86.50089703458688,-8.432734958274423,429569.85174352,-5579097.796169653
+    -93.22263983863427,61.807882910577234,-72439.843320554,2217116.286674766
+    -93.7631643155485,-39.82614044438322,-255382.231285877,-9066540.864829283
+    -96.00177911830946,82.74239227883166,48758.232097304,4551924.395885183
+    -82.11015932142328,24.03946010696025,855688.106086293,-1968258.32660995
+<EPSG:8128> +proj=tmerc +lat_0=41.94444444444444 +lon_0=-89.07222222222222 +k=1.0000337311 +x_0=146304.2926085852 +y_0=0.006705613411226822 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -92.63189309795402,-19.19941053964608,-748865.441952415,-2.2221956357211854E7
+    -89.35957487608776,-25.786684261598623,385440.158485891,-2.4602813793736685E7
+    -86.3798251649656,47.21952150869731,1149073.053593091,1934784.646372338
+    -87.25061957254806,-3.129391229574466,1144435.971018039,-1.637740802290633E7
+    -94.93379299036788,-21.49589965884691,-1515389.664961199,-2.308103518321603E7
+    -84.37544438416396,-29.602068705379153,1973598.770048482,-2.6020180238563135E7
+    -89.74559164007833,-25.986938168743933,258783.584949883,-2.4676069236107662E7
+    -85.3554227497807,-30.29015782547475,1653581.820757321,-2.6259369736309383E7
+<EPSG:8129> +proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.43055555555556 +k_0=1.0000375653 +x_0=202387.6048 +y_0=134255.4253 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -104.1836466622694,58.09162934597362,-635560.743421369,1866264.657750218
+    -53.686655357674354,22.48446182774886,4092736.102321146,-1355420.412553677
+    -131.8299706260251,43.34303806545637,-3018819.790712879,951774.757850654
+    -16.6023670357512,33.70321400686231,6270412.066705605,1933403.359484244
+    -64.19824214346065,21.359519071925078,3065567.889415852,-1904763.965815178
+    -162.7630220124746,36.468340450200095,-5539498.54337614,2026236.91110012
+    -18.340598462274897,13.529471259608375,7967878.044885602,266735.049952098
+    -38.020844216289504,25.041268889365966,5390121.374185383,-242990.716521409
+<EPSG:8130> +proj=lcc +lat_1=43.3223129275 +lat_0=43.3223129275 +lon_0=-90.43055555555556 +k_0=1.0000375653 +x_0=202387.6047752095 +y_0=134255.4254508509 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -59.462953717164126,71.72975036638957,4760621.432585489,1.2128623170286277E7
+    -94.00618009370305,1.4531776193049595,-995184.552418021,-1.6062039194035258E7
+    -130.24491460959814,69.80113730966417,-4900505.162985528,1.1891416291330578E7
+    -161.12677157047366,3.6657543022320738,-2.7614477071670156E7,-2349722.33083058
+    -8.44732817870306,11.099657352332429,2.937529428050464E7,3479622.562773136
+    -137.65332095923935,38.86765111501447,-1.211480882738488E7,2528266.305166876
+    -92.36978598303767,40.35320505440093,122824.90534302,-635715.058688953
+    -6.611003063185336,86.48165599712988,3726902.096932399,2.071411458848702E7
+<EPSG:8131> +proj=tmerc +lat_0=44.55555555555555 +lon_0=-90.48888888888889 +k=1.0000649554 +x_0=227990.8546 +y_0=0.0109 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -97.4806871294816,-73.4982440179395,6676.107761985,-1.3108696423808357E7
+    -94.59542328164356,-70.99368064955752,78757.406041998,-1.2821289773452746E7
+    -97.02393349607485,-33.62622552350415,-378930.173081726,-8677536.970259637
+    -90.03596058888172,-36.79159932530602,268419.266378855,-9009618.84433598
+    -87.8598700975282,19.385986415794804,504255.045244314,-2789236.166204763
+    -85.2297090557773,46.445447845848804,632100.45333638,223518.825923752
+    -97.4588757420097,29.44468818102048,-449141.557351958,-1656794.756349148
+    -83.62460601440746,-50.079146916639026,719145.62164337,-1.0508499616293281E7
+<EPSG:8132> +proj=tmerc +lat_0=44.55555555555555 +lon_0=-90.48888888888889 +k=1.0000649554 +x_0=227990.8544577089 +y_0=0.01097282194564389 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -90.85681281626127,56.510403883469905,673676.826148778,4363466.735572891
+    -95.64607985973058,61.15588974860458,-162403.171917493,6097034.957489516
+    -93.19810545907717,73.976094974382,474090.760717858,1.075854889554278E7
+    -89.70640126693567,44.06160509224213,953706.662451786,-179109.617997576
+    -92.63891784163884,56.49530705422018,313545.35117434,4364550.445207386
+    -97.30638043663185,31.798206004810893,-1372523.555647187,-4579546.629532814
+    -87.28340770557787,18.950771486599933,1856175.619002067,-9305916.968175232
+    -86.43041191312099,60.944289677153876,1469440.478562394,6006096.790159136
+<EPSG:8133> +proj=lcc +lat_1=44.41682397527777 +lat_0=44.41682397527777 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.1128 +y_0=50022.1874 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -151.52494955642646,37.31994477490815,-4967373.230633835,1259598.410209667
+    -32.65381413472116,17.115702827956596,6235415.547269418,-849922.136968981
+    -160.5766988004162,34.20861366021203,-5789078.098470483,1620809.480424131
+    -21.471160656573034,76.76079019128883,2015876.439976559,4781761.324290633
+    -10.203804824799931,0.40048223557943174,9834401.31519924,-150631.704817055
+    -12.523881958864706,13.87037403051512,8181282.817403237,639765.515944478
+    -19.53553645050698,-13.2002171095,1.0627686474192489E7,-2630133.282094805
+    -136.72728385303088,76.24713849883358,-1430024.7785672,4286058.27678834
+<EPSG:8134> +proj=lcc +lat_1=44.41682397527777 +lat_0=44.41682397527777 +lon_0=-89.5 +k_0=1.000039936 +x_0=56388.11277622555 +y_0=50022.1874523749 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -129.46976176479063,61.063126831704686,-6953848.185296614,8114977.962926851
+    -122.55520748337598,37.90107345251755,-9154423.268257357,-303496.472131728
+    -166.6853327741151,17.68338767654832,-2.526665456749245E7,3077863.850893802
+    -168.78909048121824,12.3279498951967,-2.753824412993198E7,2496901.915373063
+    -122.89092656495717,8.35208983129036,-1.3830613538303258E7,-1.0879625970507165E7
+    -115.60576733786785,17.886315212893123,-9649959.81265282,-8233175.87633014
+    -35.59886230425383,23.498994734630543,1.803003460895054E7,-1512791.011885577
+    -11.754124336559642,55.19200430639402,1.4363776310523735E7,1.1409621230265677E7
+<EPSG:8135> +proj=tmerc +lat_0=44.66111111111111 +lon_0=-92.63333333333334 +k=1.0000433849 +x_0=141732.2823 +y_0=0.0059 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.96030808011504,3.4241170688253106,661607.562124023,-4567590.224855096
+    -95.58085640765954,-86.30436669289494,120520.614606709,-1.453765094609699E7
+    -88.26832891616476,-75.16216909199504,266457.633551848,-1.3297494732435301E7
+    -93.88773554288088,-39.84397208580472,34364.42089137,-9360648.088616
+    -91.49032725416255,-68.60269772398104,188288.249851949,-1.2561368922143057E7
+    -93.00757351596795,-71.56577147819485,128518.29495327,-1.2891560906734988E7
+    -95.51964804714034,72.83731242710854,46658.317259048,3140706.529052821
+    -86.42459035413707,-76.2948728727986,305725.544599913,-1.3427985403915655E7
+<EPSG:8136> +proj=tmerc +lat_0=44.66111111111111 +lon_0=-92.63333333333334 +k=1.0000433849 +x_0=141732.2822453645 +y_0=0.005791211582423164 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -95.96618307042588,26.135648064594506,-628906.840035561,-6729761.950084998
+    -94.4914458107162,-57.44154749888648,98933.016903197,-3.713373986382679E7
+    -94.58525570749615,45.82388684126258,-32660.152695059,430071.039329409
+    -90.41585784452333,44.39459951006029,1044660.697745688,-89318.12839748
+    -88.66256034343606,-20.631437512821165,1823647.714861051,-2.373660376077595E7
+    -92.08086092693823,11.781703111457134,662562.46587451,-1.1956822689284762E7
+    -92.7288913331037,69.12614359552487,452527.768336834,8938083.84507513
+    -89.25080184564867,-38.38774226173586,1434740.303697428,-3.0195616156893246E7
+<EPSG:8137> +proj=lcc +lat_1=44.63614887194444 +lat_0=44.63614887194444 +lon_0=-92.22777777777777 +k_0=1.0000362977 +x_0=167640.3354 +y_0=86033.0876 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -61.01674968487056,79.91124033264626,979149.739719883,4540880.381505597
+    -8.23357698482755,4.9414185384722025,9776540.225600058,786332.190313532
+    -65.92304577494642,-14.962595634564211,4705564.711444779,-7020156.378838934
+    -111.09523276204686,17.206652194669736,-2038800.481986166,-2809161.243733212
+    -7.892632733375109,63.715628836102056,3865088.871664461,4357234.740083991
+    -134.2417483355518,70.65813610219108,-1531735.712597328,3555329.892071105
+    -110.1469625280151,10.968209802556071,-2100841.858873375,-3600253.27219921
+    -162.56794278413855,-10.677350089738283,-1.013779721994996E7,-2269600.122896623
+<EPSG:8138> +proj=lcc +lat_1=44.63614887194444 +lat_0=44.63614887194444 +lon_0=-92.22777777777777 +k_0=1.0000362977 +x_0=167640.3352806706 +y_0=86033.08773177546 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -141.94986679092952,18.895620960857087,-1.714047268086239E7,-3814645.043395877
+    -140.48444368542144,74.04529638982191,-4952117.503972102,1.332481625801132E7
+    -169.13494536373707,22.578753034431877,-2.3281411457221087E7,4219002.3765562
+    -162.98184601925527,29.23421795221209,-1.9970496510564968E7,4115930.759753495
+    -39.4810528410182,52.453419700971125,1.161928725595978E7,6853714.859164326
+    -172.07687141129568,33.52999602410171,-2.0448720032514624E7,7401800.933055921
+    -70.59069602866792,34.72367810647839,7068244.9734832,-2476173.030166321
+    -106.75175781126146,88.61945716091172,238276.989507935,1.977952501986709E7
+<EPSG:8139> +proj=lcc +lat_1=45.70422377027778 +lat_0=45.70422377027778 +lon_0=-89.54444444444444 +k_0=1.0000686968 +x_0=70104.1401 +y_0=57588.0346 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -12.633528244831666,6.340697654193125,9025593.634672025,32559.939188271
+    -163.35444588411536,70.7250709203736,-2589983.965407754,4274970.822191096
+    -170.4584766366602,42.25892101178329,-5536517.594593112,2776807.89844595
+    -75.35316180927875,41.76431873768292,1246809.472383703,-275955.193772331
+    -73.1608948090687,82.0580998497004,427844.339689827,4568502.380443593
+    -135.18863703519443,36.85669825091982,-3827641.67210718,213497.850717652
+    -118.57215963355353,23.86748534111568,-3020443.583665831,-1854061.668697096
+    -158.6708753639585,11.264418390563879,-7737182.530173922,-381551.444001419
+<EPSG:8140> +proj=lcc +lat_1=45.70422377027778 +lat_0=45.70422377027778 +lon_0=-89.54444444444444 +k_0=1.0000686968 +x_0=70104.14020828041 +y_0=57588.03474726949 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -140.59011168957508,80.15739601214852,-3780985.797456604,1.5229382912721392E7
+    -9.626115203160225,58.87601250109313,1.3342319671200652E7,1.2192910244070549E7
+    -5.58585261637765,-13.532786564297103,4.006385810521273E7,-2269201.545449417
+    -136.2793889713954,34.55881492858932,-1.3296226550261218E7,168382.190863971
+    -30.542646736763686,8.166100030919253,2.377912066596675E7,-5300699.066425938
+    -164.11244628496866,4.142621790631214,-2.9336842749297433E7,-1338136.325074556
+    -104.07924899015605,17.566999152230537,-5382303.306916655,-9926539.873593312
+    -55.575378214186074,40.79777811732486,9388613.208213568,371211.670503775
+<EPSG:8141> +proj=tmerc +lat_0=44.39722222222222 +lon_0=-87.90833333333335 +k=1.0000236869 +x_0=182880.3676 +y_0=0.0033 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.69688165149142,88.99374837169006,183295.1414786,4971731.965999695
+    -93.76342302007679,-81.34147613931592,84595.785283697,-1.3958194645005949E7
+    -87.68512420225242,43.29238027715755,200994.95096728,-122736.828884747
+    -89.66978332723264,52.11447904151305,62218.102934944,859605.679347587
+    -88.2172732892694,49.003669879352344,160275.81758745,512133.725742184
+    -85.80365002951379,51.39187241042967,329372.447314664,779843.523832947
+    -85.58351073471638,27.620806892248652,412391.332455729,-1859423.809273134
+    -92.41361790938365,22.916717591978852,-279641.014349879,-2375611.103126265
+<EPSG:8142> +proj=tmerc +lat_0=44.39722222222222 +lon_0=-87.90833333333335 +k=1.0000236869 +x_0=182880.3675895352 +y_0=0.003352806705613411 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -86.17923286306925,-59.86537009538689,917816.169839395,-3.7921747493854344E7
+    -82.05178552199095,-70.37641234822179,1319525.436811119,-4.179717848068853E7
+    -93.58407011263925,35.71547621872642,-1085884.502822856,-3113917.623964203
+    -84.54444122732133,-32.00897715780501,1643048.731918356,-2.77753998325461E7
+    -85.76714675044327,-25.26137226848808,1307776.553162289,-2.531120677594209E7
+    -84.42497507284024,36.79960321509188,1620120.132451553,-2749477.975438562
+    -81.07172419406476,-0.42423599160869685,3102848.034854601,-1.6290405652306767E7
+    -90.39366302404694,-74.12338709157635,350973.238783185,-4.3139515484089635E7
+<EPSG:8143> +proj=lcc +lat_1=44.00007392861111 +lat_0=44.00007392861111 +lon_0=-90.64166666666668 +k_0=1.0000434122 +x_0=204521.209 +y_0=121923.9861 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -102.54889528959124,13.360896663495176,-1258023.260087553,-3322806.645871572
+    -46.414676283595696,73.04380016170617,1840263.543410176,3985221.656271964
+    -104.61569170974464,21.448303360547058,-1343049.714571375,-2309188.165195824
+    -52.1507675619889,44.64408859999936,3148815.876631824,893238.93733378
+    -35.38278941677382,86.76528655003071,830565.147929169,5947377.322797135
+    -157.13807163922775,83.68436180441341,-954127.396325086,5626240.94245962
+    -148.46383767508303,64.63006787354846,-2544553.751552948,3480714.558607719
+    -124.09165091360681,38.08712872666567,-2665072.821248183,54089.0198285
+<EPSG:8144> +proj=lcc +lat_1=44.00007392861111 +lat_0=44.00007392861111 +lon_0=-90.64166666666668 +k_0=1.0000434122 +x_0=204521.2090424181 +y_0=121923.9861823724 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -8.720574086079267,79.74703545009294,6856746.132593561,1.8073758885168083E7
+    -37.13101451524528,18.452938625573424,1.9577452186270833E7,-2828838.692974266
+    -140.96047680834937,0.38084214479364675,-2.1704825143276144E7,-9905065.83418343
+    -28.082712122293174,-7.084394696929602,3.006724195724819E7,-8918518.458352659
+    -75.24992576019568,68.71213333030437,2960079.140971199,9981211.88674529
+    -161.50968485514983,20.935457422853972,-2.2285544478387672E7,2309880.42120978
+    -171.89763118932677,22.10609834913054,-2.420994362168717E7,5602506.568837516
+    -23.780225202363965,32.88925022194099,1.9351570561291575E7,4344342.246563866
+<EPSG:8145> +proj=tmerc +lat_0=44.71666666666667 +lon_0=-88.41666666666667 +k=1.0000362499 +x_0=105461.0121 +y_0=0.0029 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.23672506808926,-66.35844139077265,203037.04782657,-1.231841400861128E7
+    -89.15085808361637,11.041606323789807,25229.342692628,-3732426.36836709
+    -90.77699960421583,-28.813437589659735,-124982.513698249,-8144633.304425799
+    -89.65534462497614,-50.13739735349254,16904.429482876,-1.0510703420255704E7
+    -87.84929543890492,-32.58684494757764,158731.718819887,-8560839.013180781
+    -93.32712240867203,-36.02332404068314,-337337.641345837,-8953087.882880049
+    -86.40518871332227,-14.51437020377773,322324.035437503,-6559906.323966965
+    -86.7208281977424,79.16127787909664,141071.785699099,3838689.59066219
+<EPSG:8146> +proj=tmerc +lat_0=44.71666666666667 +lon_0=-88.41666666666667 +k=1.0000362499 +x_0=105461.0121412243 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -87.63155856456576,50.476704888666035,528847.626622283,2102136.897506108
+    -94.98693607513142,-59.979234256245576,-856299.334406438,-3.8135949174211316E7
+    -84.48264815910292,-78.21874718148698,640100.911743576,-4.476114006786147E7
+    -85.482922422057,-83.39317114312003,469638.964062862,-4.665012821388978E7
+    -84.79345629261773,41.29331900116668,1341803.396818212,-1226984.47299482
+    -84.92179791027986,9.849672507127735,1604492.901942838,-1.2671783280464238E7
+    -92.06663574971725,82.02960653111498,160662.31522899,1.3649100323745089E7
+    -82.02756496494533,6.219497284018715,2670614.061199717,-1.3981519358004443E7
+<EPSG:8147> +proj=tmerc +lat_0=44.69166666666666 +lon_0=-87.71111111111111 +k=1.0000234982 +x_0=238658.8794 +y_0=0.0032 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -91.76780425183271,52.869208617726855,-34463.098919204,917121.147388229
+    -84.7490901099287,47.23346847158663,462952.728635243,286787.44355306
+    -81.78492302640606,72.01669737985264,442664.049768288,3053429.922364333
+    -85.4684403531896,-62.49089801958419,354261.594534728,-1.1884607197539717E7
+    -92.6671695484506,-88.53003209702621,224475.752175489,-1.478942030103971E7
+    -82.12439465904129,48.365957561066296,652545.188126535,423553.749878967
+    -84.06957191939033,-33.79359924056555,575988.35015694,-8697618.478529481
+    -92.145977169516,37.388074754851345,-154193.723394774,-801876.172635693
+<EPSG:8148> +proj=tmerc +lat_0=44.69166666666666 +lon_0=-87.71111111111111 +k=1.0000234982 +x_0=238658.8794513589 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -87.05445060433937,-52.74080051333419,928507.31396578,-3.5422866545181274E7
+    -90.49202210384911,-20.426224885249795,-169480.249597872,-2.36641968353948E7
+    -81.62688612635193,48.91770262236781,2245669.1298244,1599998.648283325
+    -86.22699792163863,-59.58769902462643,1058062.379523779,-3.792652080207332E7
+    -94.08899849555958,71.86653609135914,57029.831116011,9968308.931758227
+    -86.61070175015381,-65.36814361534637,950965.597311687,-4.003862976681876E7
+    -83.5470844674837,-16.63080290906531,2241687.505879948,-2.229299404876966E7
+    -82.16760565255598,8.659095124493817,2787732.743096744,-1.308647843275148E7
+<EPSG:8149> +proj=lcc +lat_1=44.90090442361111 +lat_0=44.90090442361111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493 +y_0=55049.2669 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -14.06705657103467,29.005656025680707,6658529.423791686,1583393.989496644
+    -74.34029137304614,34.55475754339469,1504294.153948857,-963461.595533669
+    -64.86369003582575,50.43218176956094,1825156.167511596,941740.002680222
+    -125.03104910757084,67.03758344363098,-1555867.241645674,2952045.547415605
+    -41.262773324333864,-7.925707850745956,7444390.434895177,-4361438.734091981
+    -106.41789046146158,83.15850394358199,-258186.578584366,4866234.871433571
+    -168.46870722754184,53.083065215674125,-4459260.435465792,3356303.294891129
+    -95.16967745292398,73.6806524041994,-126770.075213282,3442620.296429717
+<EPSG:8150> +proj=lcc +lat_1=44.90090442361111 +lat_0=44.90090442361111 +lon_0=-89.77 +k_0=1.000053289 +x_0=74676.1493522987 +y_0=55049.26695453391 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -129.07270299508087,10.080713071594968,-1.5787207131966863E7,-9266170.704379806
+    -107.10685055762812,37.197263795094216,-4810369.500539987,-2092635.717197607
+    -126.49837994718234,16.837171519241217,-1.3584140433291666E7,-7232268.462085316
+    -157.6938710711921,55.81515036363196,-1.239669313981675E7,9810842.176255167
+    -23.23315102777812,64.0524486633875,1.0399007922040375E7,1.1735316087348446E7
+    -64.53231110554263,2.4892194267109815,1.1814905890664482E7,-1.478902550699719E7
+    -157.47803898916135,51.80112522570309,-1.3466413268750262E7,8779555.888537817
+    -33.555524092941,29.44379860127117,1.7311030998443194E7,644816.170010192
+<EPSG:8151> +proj=tmerc +lat_0=44.84444444444445 +lon_0=-89.73333333333333 +k=1.0000599003 +x_0=116129.0323 +y_0=0.0058 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -95.85924839319276,-11.779876765474341,-552752.584513467,-6278087.810125164
+    -83.02469506319663,9.861763654358,853611.10603694,-3869904.787085322
+    -92.84407800427846,20.599860763460043,-208290.621129446,-2685942.121932595
+    -88.75241380160239,-84.67094890752898,126304.551896495,-1.4375365330576373E7
+    -87.97899325464013,59.247567367454934,216234.044891452,1604003.179930396
+    -88.55803211211219,4.482706296550035,246582.319162629,-4472138.583994723
+    -86.78804437117941,28.37189756233441,404919.988407812,-1824581.400739878
+    -90.0597446292365,-62.234643486635896,99156.370887378,-1.187149262932507E7
+<EPSG:8152> +proj=tmerc +lat_0=44.84444444444445 +lon_0=-89.73333333333333 +k=1.0000599003 +x_0=116129.0322580645 +y_0=0.005791211582423164 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -93.60754951253628,-81.8302135684853,179399.314276278,-4.612874213785399E7
+    -87.15019129271874,22.602339679325766,1252649.969939981,-8087261.420394085
+    -86.3200799187274,81.52523906762019,565226.038738424,1.3417616395985905E7
+    -87.80892203180048,50.50572490585003,828908.22899421,2071028.127755833
+    -95.86621595145986,33.24537390637248,-1495696.695483907,-4169776.986155578
+    -83.92761870354038,36.57508549598255,2086797.815630755,-2961372.797912464
+    -96.65378519780826,-84.0523861059458,118841.072660971,-4.6951996596716985E7
+    -83.5315529723086,-38.961179002870196,2145380.808473462,-3.051420667481028E7
+<EPSG:8153> +proj=lcc +lat_1=45.15423710527778 +lat_0=45.15423710527778 +lon_0=-89.03333333333333 +k_0=1.0000627024 +x_0=198425.197 +y_0=105279.7829 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -10.318799276988273,-2.7814505825509137,1.0353089849574503E7,-438447.213964047
+    -115.89638893749614,35.79042378685966,-2216186.395020966,-533980.070920906
+    -164.85376675775618,22.945567874891886,-6961141.102722386,1212055.295659835
+    -129.9869805392329,59.489580462265344,-2102983.471290839,2314640.532197406
+    -30.943608388397138,28.719028094638404,5600058.410419237,287004.257898309
+    -116.43635289298172,5.446243692978271,-3491947.901504669,-4002235.489887561
+    -69.93266223563178,3.9518648833609333,2844665.115035112,-4526186.152532276
+    -60.36097254634555,76.72603196911825,1099396.188199515,4028402.069366835
+<EPSG:8154> +proj=lcc +lat_1=45.15423710527778 +lat_0=45.15423710527778 +lon_0=-89.03333333333333 +k_0=1.0000627024 +x_0=198425.1968503937 +y_0=105279.7828803657 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -150.9858174686552,55.55286940935343,-1.1164638371382613E7,8927429.715353834
+    -86.03815410578362,44.839847857188104,1427840.776493252,245167.902689672
+    -164.34715536391852,7.4272867688145325,-2.786215140514884E7,17850.086153579
+    -80.48393662661918,39.61481147833272,3066185.571328054,-1548688.519638842
+    -67.88677364062468,23.275416886433817,8152355.87358177,-6813916.884751696
+    -154.69060313803936,12.513129187598928,-2.3547628014375914E7,-1727261.946314716
+    -110.1133748784055,23.988457897124007,-6756019.512408105,-6553057.895895201
+    -160.40169918466339,34.73446570773881,-1.8409279894895006E7,5539178.885377089
+<EPSG:8155> +proj=tmerc +lat_0=43.45111111111111 +lon_0=-91.31666666666666 +k=1.0000319985 +x_0=130454.6598 +y_0=0.0033 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.40195326195463,-9.085312915661206,11136.196705497,-5817887.672436732
+    -93.86457466257649,71.64999401901292,40911.736253784,3142227.760657959
+    -86.29767115290981,-76.99143726958455,256479.453889647,-1.336788381633593E7
+    -93.17265321482854,-12.413789203028728,-71392.384456466,-6186597.393453271
+    -90.4358411154998,36.43598136221081,209437.15522143,-778580.869962468
+    -92.06314127917915,2.0542736081201696,47405.51724607,-4585813.579273585
+    -86.42728212451796,53.029852085622736,458388.173655329,1076330.394645632
+    -84.81090041786291,76.32012520948922,301951.473507163,3671047.898889444
+<EPSG:8156> +proj=tmerc +lat_0=43.45111111111111 +lon_0=-91.31666666666666 +k=1.0000319985 +x_0=130454.6596901194 +y_0=0.003352806705613411 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -94.64866839940203,75.01520877553571,112507.608201669,1.1543981326200835E7
+    -97.21395026837844,-14.18385371143252,-1663910.252756054,-2.0963835438391328E7
+    -97.2611589132354,-36.74006631902838,-1314825.769988446,-2.9190572595953815E7
+    -90.45287732203029,86.73019504402035,446054.186376322,1.5827104000838252E7
+    -96.5942091553934,-75.33856756889146,-60802.973448933,-4.3256575995148815E7
+    -89.78742076161309,24.093273782016567,938197.465178028,-7042108.182470067
+    -94.96395638555059,-13.802570595075807,-866668.573879283,-2.0808822438076816E7
+    -97.57123452814393,-45.50021310559928,-1175807.682234042,-3.2390871072720338E7
+<EPSG:8157> +proj=tmerc +lat_0=43.26666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.7614 +y_0=0.0012 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -89.48814779527673,-11.622964151836854,-131542.698947264,-6078584.366827541
+    -85.82528714424583,35.24097646075346,236852.322371938,-889674.94213029
+    -81.9172072148316,-24.02353702385122,653535.423730809,-7461920.335292838
+    -86.35228703260574,-23.409817532506196,202285.510295986,-7382949.874748064
+    -83.40105303076044,38.67874441508012,440963.784904692,-501337.740779253
+    -86.12284143202476,-63.79132296793774,150208.653233085,-1.1870000517933903E7
+    -93.0754683243829,-80.34355221870052,-23506.175516538,-1.372108462902021E7
+    -91.54640233170757,79.31491253880989,-2834.707253387,4019228.35959548
+<EPSG:8158> +proj=tmerc +lat_0=43.26666666666667 +lon_0=-87.55 +k=1.0000233704 +x_0=79857.76154432308 +y_0=0.001219202438404877 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -85.4223158095372,-51.165881261976565,750258.502092846,-3.433484844099074E7
+    -91.66431193771926,66.4291761200216,-340234.467739203,8479169.29522097
+    -92.46800202734248,27.636901191009656,-1331530.26824025,-5657785.423333566
+    -93.36105379776839,-76.53178040346306,-233126.266494557,-4.3628617434439994E7
+    -90.11671341155939,-70.23455085725573,-55876.047999902,-4.130513483977928E7
+    -85.6085510689373,10.628598568984827,959113.15784549,-1.1864745357657572E7
+    -86.37799899279892,65.09674795430257,442736.281030792,7973568.080683275
+    -89.82130917616601,20.102286328945453,-517478.044960923,-8422215.316192046
+<EPSG:8159> +proj=tmerc +lat_0=42.21666666666667 +lon_0=-87.89444444444445 +k=1.0000260649 +x_0=185928.3728 +y_0=0.0009 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -84.95811196911036,17.75209117538745,497452.14239916,-2709794.860770338
+    -85.94604703068879,38.51462073744371,355869.964816209,-409292.580381177
+    -89.98593225122494,-70.45767891959647,107827.13157081,-1.2497414089394828E7
+    -93.52521579624646,-34.03534550963648,-334381.902388117,-8457842.889872845
+    -83.96865230336886,72.07798307375728,320735.603399606,3329610.991547637
+    -90.27507053005145,-39.31628878215012,-19392.541729172,-9032259.948919028
+    -83.8103311434949,23.365398689080124,603761.568767251,-2084840.661326696
+    -93.67631101191971,16.81207125653097,-431263.340426732,-2807238.09300945
+<EPSG:8160> +proj=tmerc +lat_0=42.21666666666667 +lon_0=-87.89444444444445 +k=1.0000260649 +x_0=185928.3727711455 +y_0=0.0009144018288036576 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -87.03929363159304,54.796998373183186,790450.192354002,4590871.667479405
+    -81.25351029951472,59.114336203945186,1856813.27045798,6229267.886351091
+    -81.8226390663038,34.08391374726597,2449882.835820387,-2907040.15461571
+    -82.94366238488686,-56.93026306087916,1598476.834490242,-3.608607172744793E7
+    -82.07239388604312,68.02165595631556,1407125.113572674,9462348.262966186
+    -91.8640237915049,-14.808335078176881,-792945.754522572,-2.0726469474674452E7
+    -88.11713943362344,8.429311904456881,529537.704489622,-1.2282329443056712E7
+    -88.66884488386789,66.45860689072794,496715.877231905,8853525.058022154
+<EPSG:8161> +proj=tmerc +lat_0=44.25333512777778 +lon_0=-90.84429651944444 +k=1.0000353 +x_0=27000 +y_0=25000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -97.57949886251274,-70.94005519480704,-218138.146270689,-1.276492065816268E7
+    -94.72030864006135,82.94803459840765,-26110.124712111,4339307.868705837
+    -89.47544853785855,60.07569982113148,103206.204872966,1786386.290041232
+    -88.9876053966023,-65.06330020239216,114376.291588578,-1.209708003178388E7
+    -89.95180904818655,32.16556257543111,111186.509715795,-1316458.53427305
+    -89.29377469171519,-49.81344134147024,138597.084048609,-1.0398589854616033E7
+    -89.39643703309684,76.84086672545348,63807.312311286,3656037.609025623
+    -90.6785858107235,-27.335005854699418,43399.170364782,-7902013.341186376
+<EPSG:8162> +proj=tmerc +lat_0=44.25333512777778 +lon_0=-90.84429651944444 +k=1.0000353 +x_0=27000 +y_0=24999.99989839979 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -92.2925727422437,54.14442730198812,-221925.330327007,3694311.737892868
+    -90.75746015560047,18.018252747700927,118752.336058762,-9462153.00320415
+    -91.59647517371063,-52.98835688589448,-77146.032009068,-3.527204700814523E7
+    -87.60959195323538,17.247488290604124,1217710.068759887,-9732584.9181884
+    -94.51600951253305,6.170353295818103,-1245631.387381698,-1.3757878616789516E7
+    -90.11947381423661,27.433337926477037,323713.329395836,-6040609.66344336
+    -93.98305555297986,46.089558101657445,-707840.258359009,767284.034871727
+    -89.63182918676549,-0.7910930649636612,531407.628909286,-1.6288163212115133E7
+<EPSG:8163> +proj=tmerc +lat_0=45.43333333333333 +lon_0=-90.25555555555556 +k=1.0000677153 +x_0=220980.4419 +y_0=0.008500000000000001 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -94.27139803855654,25.10135081167313,-184327.320856324,-2249942.685587968
+    -94.03776073705863,-76.42366466078941,121890.130861312,-1.3523053638752246E7
+    -85.79687608800268,-36.7226605815445,619434.118842894,-9108733.686325107
+    -89.49482477579595,-79.57025523459363,236361.287072599,-1.3871298186281206E7
+    -90.6425676137609,2.9475934695698243,177951.832699396,-4707483.683300476
+    -86.55495884460478,-87.96304599327804,235662.771049009,-1.4809031218276799E7
+    -89.88782284690538,-45.21417485817188,249868.734039119,-1.0042595550449215E7
+    -93.01123339369369,30.048950785550787,-44843.53147141,-1704476.671841138
+<EPSG:8164> +proj=tmerc +lat_0=45.43333333333333 +lon_0=-90.25555555555556 +k=1.0000677153 +x_0=220980.4419608839 +y_0=0.008534417068834137 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -95.16041611846708,4.1982339864393055,-1063880.322723093,-1.4985127355931707E7
+    -83.7599453522159,-12.011406366618985,3050469.645525605,-2.089978872123569E7
+    -91.4358856157782,31.988345163150342,358995.992947029,-4895119.902957933
+    -93.23728187216533,38.05202149313638,-133769.978729869,-2676130.876783529
+    -94.65061920569632,4.031843666364892,-877898.202611574,-1.504678380344207E7
+    -88.91666183262393,43.08841437024202,1082696.413340481,-852060.315277603
+    -83.65227665702841,50.096498389137025,2274618.379177684,1769792.961076336
+    -84.55965959390302,-29.833111983848532,2532711.367935161,-2.739146271030711E7
+<EPSG:8165> +proj=tmerc +lat_0=42.53888888888888 +lon_0=-90.16111111111111 +k=1.0000394961 +x_0=113081.0261 +y_0=0.0045 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -83.72851628236018,-30.735814615705486,729754.968404398,-8131239.847829933
+    -87.67403359011612,50.48914829861533,289574.677520482,886752.062988129
+    -90.79030322905874,53.23479357161625,71066.90849968,1189486.117781206
+    -95.4799422352698,18.385088865317073,-449648.521422917,-2669742.091385227
+    -93.62692576994539,81.70436514504223,57262.739530606,4365806.0236976
+    -85.48596078376079,-83.2565615785343,174331.463866596,-1.3963329593382286E7
+    -86.05625427791618,-24.87372646187798,528136.580632288,-7470118.17635328
+    -92.5415994671501,-51.96810796527431,-50517.50245945,-1.0474382051054861E7
+<EPSG:8166> +proj=tmerc +lat_0=42.53888888888888 +lon_0=-90.16111111111111 +k=1.0000394961 +x_0=113081.0261620523 +y_0=0.004572009144018288 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -84.90609025030452,83.61592092323556,584830.677067255,1.5028151369628964E7
+    -96.15645181971955,9.307816333925416,-1793839.751086027,-1.20627936646289E7
+    -92.66159744031724,-25.83058080861369,-451703.718594456,-2.4843274257951517E7
+    -86.27013024751032,-68.31165587741016,897417.038699521,-4.0346672581504434E7
+    -92.93204347466363,-19.89266616974659,-581311.220446234,-2.268578930031932E7
+    -95.44131476831953,40.35794716781729,-1100961.198550894,-750729.248082159
+    -94.09281976183952,-20.66650771848188,-973950.875856947,-2.2975334777549405E7
+    -86.35140629894522,85.8278168258309,472497.383231236,1.5832275311292937E7
+<EPSG:8167> +proj=lcc +lat_1=43.80700011777778 +lat_0=43.80700011777778 +lon_0=-89.24166666666667 +k_0=1.0000344057 +x_0=150876.3018 +y_0=79170.7795 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -145.62968747993523,29.959490278315755,-5020513.160954219,361031.806919322
+    -24.971316482084205,47.60220024583017,4522512.520152582,2289353.89864971
+    -90.60441881243213,84.06152137616931,125333.808938847,5188285.835734226
+    -145.4322446360161,-0.019064904835410346,-7370786.13598,-2583213.130061237
+    -22.557795803130375,23.89026577664721,6578945.197709568,566751.031325849
+    -84.62410862098277,11.361456411590293,732997.62532627,-3684169.343155903
+    -28.134944396640464,75.79838430127262,2065603.501013883,4635265.635978675
+    -9.602305100116894,14.139763373072867,8428235.558408266,971355.154352011
+<EPSG:8168> +proj=lcc +lat_1=43.80700011777778 +lat_0=43.80700011777778 +lon_0=-89.24166666666667 +k_0=1.0000344057 +x_0=150876.3017526035 +y_0=79170.77937515875 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -119.22622001942227,31.621156099071975,-8833054.525341777,-2501622.214006972
+    -143.29645586726747,44.99575264193472,-1.2519296125844141E7,5100599.45386109
+    -144.70171247947428,60.85697124251127,-9146247.4083282,9943182.28443467
+    -79.69939094253441,24.346285400528963,3838251.151573642,-6759512.361846938
+    -151.39273695284118,1.2979622637130923,-2.5898560617585152E7,-6169683.56598895
+    -76.65658585697442,-8.604030927279883,7096139.087614125,-2.0968105298632074E7
+    -53.67472635602941,66.91576237983017,5968947.2419714,1.0166439227731135E7
+    -68.58879158255458,-14.071597879825767,1.2002612870651104E7,-2.3046210744979266E7
+<EPSG:8169> +proj=lcc +lat_1=42.63756227694444 +lat_0=42.63756227694444 +lon_0=-89.83888888888889 +k_0=1.0000390487 +x_0=170078.7403 +y_0=45830.2947 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -172.01582612844942,3.728711419235058,-9383633.926446436,457728.831446295
+    -75.29884626178134,46.69388121663223,1279644.352073882,592589.109043483
+    -80.43262934037531,70.66854634919687,576266.520306177,3346184.488401795
+    -80.65856590216958,10.779647744698206,1322879.962546992,-3596306.698632941
+    -134.11006454332835,-15.572723996628334,-7100930.525497911,-5616313.293454996
+    -62.96330636975178,27.582946634150787,2865121.760989017,-1211082.329882854
+    -14.642341194120661,77.88618332765867,2232973.39596605,5309438.929111607
+    -40.474323956673686,49.25398705535576,3586919.187184142,1809278.328318713
+<EPSG:8170> +proj=lcc +lat_1=42.63756227694444 +lat_0=42.63756227694444 +lon_0=-89.83888888888889 +k_0=1.0000390487 +x_0=170078.7401574803 +y_0=45830.29484378968 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -161.1770149741397,63.178103118724955,-1.0704047261874305E7,1.2886188294902397E7
+    -145.72344555113915,13.769511695960972,-2.0112299264563695E7,-3683577.899802381
+    -67.71906509730033,60.31743680758172,4744835.60901971,7268740.082306647
+    -131.6363139742857,25.699497209588024,-1.3201897217205057E7,-2629523.838638165
+    -12.883939149166281,65.04399232468595,1.1874635329632487E7,1.41112457863794E7
+    -79.32522597115864,15.734170909617127,4635473.266827716,-9723241.468339054
+    -52.22722263878268,3.4444653488804384,1.6940466500536025E7,-1.1469984284850061E7
+    -97.9097339606572,3.156724206649347,-3082768.004861058,-1.5128741273268983E7
+<EPSG:8171> +proj=tmerc +lat_0=41.41111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.4841 +y_0=0.01 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -97.51744977011391,-66.027894713061,-61896.740921177,-1.1928916213329399E7
+    -96.28047532569849,-68.55813091355324,18888.772103415,-1.22047485870153E7
+    -95.52432046523191,26.261917377119445,-229962.179624845,-1671808.45552441
+    -93.63498870376813,3.6042736932387953,-72792.412797578,-4187341.137075909
+    -89.07367629476346,42.80342792461235,383537.101499837,156103.351009774
+    -96.33995450622167,65.71787734999128,-11745.728026154,2716452.868654017
+    -88.36860337099999,77.5742105500857,300729.059737127,4029418.621781336
+    -87.4309628732785,77.7282582017312,322247.427792779,4047703.931458275
+<EPSG:8172> +proj=tmerc +lat_0=41.41111111111111 +lon_0=-90.8 +k=1.0000349452 +x_0=242316.484023368 +y_0=0.01005842011684023 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -93.54873609152612,-4.415198680014726,-206353.13898381,-1.6650848487852015E7
+    -86.96373682906899,76.93245334622125,1112593.112906249,1.2991176506653853E7
+    -95.92068466190126,23.155233095396397,-927068.687817723,-6611969.440668195
+    -92.82628930768635,88.832370026272,779871.631461258,1.7341121773138836E7
+    -91.60102836306328,-68.41411316000287,687057.317422593,-3.995707910472076E7
+    -95.79238514761145,42.026802617020905,-561685.165773323,263986.350576419
+    -85.906723441953,-8.406856158469623,2565186.103080569,-1.8108384194353234E7
+    -97.77812041865886,-85.88107638297197,611775.379319021,-4.6364852076958E7
+<EPSG:8173> +proj=tmerc +lat_0=44.00555555555555 +lon_0=-88.63333333333334 +k=1.0000673004 +x_0=275844.5533 +y_0=0.0157 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -89.04930249562544,-78.56678222415403,266635.416597304,-1.3600501760613002E7
+    -86.87480430672886,77.05115968435788,319847.184725997,3682370.830772067
+    -85.7835019725109,-78.02693226180315,341848.344071445,-1.3541798152198805E7
+    -88.42978494464448,-40.64861412309428,293061.925396539,-9376642.283736536
+    -84.71614740965313,-73.47894685515293,400156.056457471,-1.3036564360371972E7
+    -88.51870375379417,-15.232180941229771,288160.453020922,-6559564.68311405
+    -82.49061944787478,-76.52818212301527,435392.819487496,-1.3381187670447968E7
+    -91.22272032146853,-7.199261516544567,-10261.487539683,-5671726.959095616
+<EPSG:8177> +proj=tmerc +lat_0=44.00555555555555 +lon_0=-88.63333333333334 +k=1.0000673004 +x_0=275844.5532131065 +y_0=0.0158496316992634 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -88.51507270645716,62.79175749297613,924801.967225907,6859830.313522706
+    -92.99778711743055,-64.29327354967786,212068.848326195,-3.94193723279009E7
+    -90.62167957760116,28.49101876395146,266161.682689226,-5643313.072349875
+    -88.22653611852508,-2.8991929298763353,1053393.112009154,-1.7045163735052343E7
+    -94.00057489529956,42.43870572474489,-544145.674886429,-525268.240823679
+    -88.80115963975426,71.55073080739885,885542.744701712,1.0064852941063816E7
+    -83.25159251562674,31.84912239397228,2577362.393709449,-4385662.663982987
+    -88.21253541074475,55.493441439362726,992266.302683951,4192547.491581716
+<EPSG:8179> +proj=tmerc +lat_0=44.40833333333333 +lon_0=-91.89444444444445 +k=1.0000410324 +x_0=51816.104 +y_0=0.003 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -88.11047033724155,-24.66404070179371,435039.301599621,-7653634.338222396
+    -97.28633350296548,36.17828766710042,-433478.238737148,-900404.319287984
+    -98.47139884844648,-34.03741534302708,-556053.825033468,-8706942.766839033
+    -85.76608099180436,-80.42178904970739,165501.827406772,-1.3858001787937436E7
+    -89.65139635295475,54.670313398962804,196526.297459435,1143692.880085847
+    -86.55356104785923,-0.2507791724398487,647247.991295589,-4947249.274422341
+    -96.71874149317743,-4.252705095896843,-484406.609476577,-5391341.484543371
+    -92.12502574925914,-12.879236685360993,26788.419755243,-6343817.107022328
+<EPSG:8180> +proj=tmerc +lat_0=44.40833333333333 +lon_0=-91.89444444444445 +k=1.0000410324 +x_0=51816.10393700787 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -93.75015662971767,11.500638422950558,-494360.35574368,-1.1964692541282834E7
+    -95.12874145120973,-16.611246782042258,-962798.19824529,-2.2176940847862277E7
+    -97.99516310137645,13.187992261057758,-2003519.89354393,-1.1327926781273391E7
+    -94.201978350719,77.20415700326211,-17211.389765561,1.1991644838869631E7
+    -90.74095611235802,8.756057029546568,586444.392523675,-1.2962219522844356E7
+    -91.33067101606687,-11.485024277559916,371816.990509945,-2.0307133786101602E7
+    -92.99825871605337,31.960248245657596,-172371.348003709,-4531732.706727698
+    -98.00658087500057,-83.38982668181832,-87353.156293937,-4.654721384177463E7
+<EPSG:8181> +proj=tmerc +lat_0=45.88333333333333 +lon_0=-91.91666666666667 +k=1.0000385418 +x_0=59131.3183 +y_0=0.0041 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.41004717601092,66.80486120955223,37437.09587907,2329649.120914259
+    -90.61290810869436,-87.53783228541378,65386.860502791,-1.4810718447284905E7
+    -92.69568360970766,81.52581256228564,46309.791925459,3972640.38494347
+    -86.08012491862358,80.23402439693766,169523.871097308,3833846.613001559
+    -89.78601366709408,1.045827900037338,296339.428193809,-4967587.535609721
+    -94.92011254802753,62.08803588984168,-97755.361409526,1807328.149547742
+    -97.32559424692889,-10.750893216030704,-533335.525890065,-6277499.729779702
+    -92.62116204355625,-75.67097797746786,39660.564679127,-1.3485587367607491E7
+<EPSG:8182> +proj=tmerc +lat_0=45.88333333333333 +lon_0=-91.91666666666667 +k=1.0000385418 +x_0=59131.31826263652 +y_0=0.003962407924815849 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -93.18791290703852,24.987728738731008,-227117.704878228,-7604680.759681679
+    -98.23596509238517,-20.417797891147146,-1973251.629319804,-2.412975953070742E7
+    -86.69804095494952,-5.657191752084628,2093396.229781844,-1.873848988414681E7
+    -92.30358615576414,45.41140100971887,94625.41120173,-171856.055291354
+    -97.57817595081592,-5.131991664105499,-1868874.132356106,-1.85485301436838E7
+    -98.47412583151008,84.14260656945251,-50707.447039753,1.4006040782213861E7
+    -97.21152040018748,-14.146345698838275,-1683965.160934227,-2.183194280628252E7
+    -89.04838674667687,53.92592053728404,812130.734953377,2947499.859933209
+<EPSG:8184> +proj=tmerc +lat_0=44.4 +lon_0=-87.27222222222223 +k=1.0000187521 +x_0=158801.1176 +y_0=0.0023 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -91.22769626784523,67.29213362008042,-11571.686138588,2554140.557727836
+    -80.88151521242699,29.858501431220787,776951.281908541,-1596662.645268777
+    -92.88384576893938,75.41654453872172,1234.121271511,3462702.719735197
+    -80.34634864414367,46.025227467358775,695020.666221784,204003.723019528
+    -80.31827963495866,38.17122033237756,768526.24118938,-668848.10820148
+    -83.65452068609154,79.65903472469529,231283.343689259,3931124.872826109
+    -85.32690363698534,80.64125390631739,194125.375618176,4039142.251341727
+    -83.07239344996769,-37.70175554549839,529262.545446163,-9101145.938557455
+<EPSG:8185> +proj=tmerc +lat_0=44.4 +lon_0=-87.27222222222223 +k=1.0000187521 +x_0=158801.1176022352 +y_0=0.002438404876809754 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -89.16486582244883,-1.9195156638626116,-169986.525883806,-1.683307471701188E7
+    -85.90531527644126,-72.51976581833073,671404.768322865,-4.2549663097152546E7
+    -89.6857852281737,45.398404408664504,-99015.861916632,373324.278900212
+    -88.36823106546679,58.178526928666656,309429.805275118,5030996.770692164
+    -88.69414480770746,-31.482125117930103,77692.071424028,-2.757124207544757E7
+    -81.43407801608413,1.332956636609012,2656397.242391692,-1.565021109893116E7
+    -89.97544474343965,-87.43687618019541,476716.437587572,-4.801349831120697E7
+    -88.29727555815204,52.5577540767118,292914.176833746,2977842.736810106
+<EPSG:8187> +proj=tmerc +lat_0=41.47222222222222 +lon_0=-88.77500000000001 +k=1.0000346418 +x_0=263347.7263 +y_0=0.0076 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -93.83413533329981,30.958966702950192,-220342.566124522,-1155629.81659738
+    -86.24841430969616,20.47964609265759,527011.59585759,-2325596.72523334
+    -93.08795547056557,-62.06503373151742,37950.039361456,-1.1485093879228216E7
+    -90.99181501154749,-3.6108493706608584,16989.702187796,-4992763.130382476
+    -88.1546545108316,-34.45379625309538,320354.036821349,-8407482.861872043
+    -94.90967601970713,-74.08991582118469,75859.129665282,-1.2828484582690679E7
+    -89.91853780852131,-80.5963095202424,242481.056511521,-1.354541715262147E7
+    -91.91026256603948,22.684701994988615,-58953.995119544,-2080065.650451829
+<EPSG:8189> +proj=tmerc +lat_0=41.47222222222222 +lon_0=-88.77500000000001 +k=1.0000346418 +x_0=263347.7263906528 +y_0=0.00762001524003048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -88.46439696310044,19.760572560471516,970803.642741308,-7897655.309806809
+    -95.54043722031486,2.888355276815119,-1609609.414253527,-1.401419148955073E7
+    -84.2087667151252,74.6194684190427,1307311.607540309,1.2128482681711754E7
+    -93.68975215637096,-19.923698541065917,-825852.184767164,-2.2325130128068466E7
+    -82.32106385766465,3.698865256606865,3221297.281250817,-1.3718930552724054E7
+    -89.9844446405843,36.69079650860718,509358.002647161,-1739356.848618896
+    -84.30817944688266,-64.9685469274688,1555738.829841376,-3.874241140305848E7
+    -93.34097090964063,55.08536330428487,-92291.622970039,4997694.157982904
+<EPSG:8191> +proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.42222222222223 +k_0=1.0000384786 +x_0=247193.2944 +y_0=146591.9896 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -143.337825804698,79.52043425293365,-1171328.426261307,5085704.581145126
+    -147.12735606398851,13.032680233940596,-6296970.359603387,-984670.885577601
+    -47.028457546061134,83.14768284618233,1103528.911684203,5432578.690173598
+    -61.57869155467178,-12.640318845803575,4810614.827075085,-6262046.085519752
+    -62.12219552024192,86.30438642730982,617956.65335075,5881643.044948128
+    -147.3730452682896,51.52785135598243,-3505204.061993311,2440527.509472272
+    -130.50492137077293,26.292120245613113,-3854306.219322498,-715414.097755801
+    -173.8397157406622,21.370602510771576,-7605120.838075601,2006517.136482507
+<EPSG:8193> +proj=lcc +lat_1=43.0695160375 +lat_0=43.0695160375 +lon_0=-89.42222222222223 +k_0=1.0000384786 +x_0=247193.2943865888 +y_0=146591.9896367793 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -105.85403028622373,53.17642461983986,-2830649.533529934,4545983.376254321
+    -107.88052088626468,43.61861815685824,-4038253.933260394,1216674.14494273
+    -82.97664790839981,-14.601235583172059,4423134.577784532,-2.4024603363356575E7
+    -23.906096146016864,22.107483937070597,2.2075993401850097E7,1443404.498403402
+    -78.90867640207361,6.780376058618675,5368091.523291447,-1.3274678421454836E7
+    -148.33850384172013,32.999012602469115,-1.6051485093592154E7,2971558.919963093
+    -136.87009498860112,40.1628513402712,-1.1771239660940744E7,3076951.212319105
+    -24.073201777544625,73.66569516059968,8217218.129823225,1.5398704230720658E7
+<EPSG:8196> +proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6274 +y_0=53703.1201 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -111.25866258917456,58.331909577771725,-1111886.885385983,1907953.892571108
+    -117.73543122595589,0.8605200616265627,-3634600.907820364,-4448346.827427416
+    -105.90152636493272,31.622917828084397,-1325968.459411222,-1110631.131886459
+    -38.18554197601705,70.50729611806345,2246233.301500537,3933492.384068616
+    -96.73659694234907,-3.2201067528569904,-751574.104247403,-5614794.224577276
+    -161.29366237459755,28.426319321679507,-6188936.188836925,1213749.779638675
+    -66.21580746423537,16.88203198320577,2971863.402468066,-2536497.469102927
+    -169.3644655620196,81.79726052243629,-1489978.898340544,5678018.64013593
+<EPSG:8197> +proj=lcc +lat_1=43.200055605 +lat_0=43.200055605 +lon_0=-90.9388888888889 +k_0=1.0000349151 +x_0=113690.6273812548 +y_0=53703.12024384048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -14.073874269834533,70.83194539706966,9696093.510438642,1.5372006108810928E7
+    -114.81978535455241,53.63681578151842,-4831096.89752872,4753589.732911938
+    -114.66097529823074,52.04260830622441,-4962668.625343314,4176410.09365299
+    -105.50151708044619,42.067165809678215,-3562220.295516101,106472.469325741
+    -72.41038751033015,50.72617702180267,4669062.987870797,3406927.447790652
+    -116.00513297143665,-11.423646217086269,-1.2976771233498912E7,-2.074006210472235E7
+    -118.00167338626198,39.08695178220558,-7195113.322836627,-89476.687037552
+    -130.72192221284496,25.262621877970766,-1.2874695109428719E7,-3244853.547073059
+<EPSG:8198> +proj=lcc +lat_1=43.46254664583333 +lat_0=43.46254664583333 +lon_0=-89.39444444444445 +k_0=1.00003498 +x_0=169164.3381 +y_0=111569.6134 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -89.94501273197808,83.43663317062048,158005.839379241,5164349.527456229
+    -87.57704495575052,82.95245841392111,207847.749544432,5079830.726516516
+    -105.43187654570637,48.2181352292029,-1019465.192017613,755567.08644292
+    -132.8572789410582,6.7052244685843405,-5354974.393081984,-2755399.091539917
+    -161.19996184679445,11.048925716900076,-7814886.018712771,7742.633755639
+    -9.756145276700238,29.259184741388353,6976479.766935492,2047144.027313757
+    -39.019230789025926,44.95947893125854,3907385.779508886,1444119.711863097
+    -132.73542397335115,15.430341379166506,-4785939.213825502,-1794957.811603332
+<EPSG:8200> +proj=lcc +lat_1=43.46254664583333 +lat_0=43.46254664583333 +lon_0=-89.39444444444445 +k_0=1.00003498 +x_0=169164.338023876 +y_0=111569.613512827 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -98.4244816498453,79.32537055529697,-283370.468550163,1.4778917392360464E7
+    -154.85370163211678,17.4002201562784,-2.2017617424200144E7,-68719.833935504
+    -111.0778120395174,75.51972164718028,-1908773.490374591,1.3232311501606748E7
+    -24.6540899881756,31.951451066303207,1.9024242478271764E7,3709346.771874127
+    -158.51614324128172,54.86002023319077,-1.267281147295323E7,1.038082579462888E7
+    -77.77972130749474,64.36575942507415,2540762.751722651,8333563.886592341
+    -36.56883689762694,-10.136867726880425,2.6914594291948948E7,-1.3353062468207356E7
+    -28.215385601854564,-15.632283243399197,3.2444920805457383E7,-1.2831515319197891E7
+<EPSG:8201> +proj=tmerc +lat_0=43.6 +lon_0=-90.70833333333334 +k=1.0000463003 +x_0=199949.1989 +y_0=0.0086 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -89.28338779312345,30.26885501352271,337078.131978574,-1478670.651800212
+    -89.13926877576026,73.93107005063237,248443.273709596,3379046.60114351
+    -85.94660826447543,-70.07510488751785,380976.70544968,-1.2614399467543961E7
+    -85.97517697501071,-39.53200274579971,606984.762448507,-9218087.252583975
+    -95.9405394854237,-46.7605515542672,-199750.278778883,-1.0023783568404892E7
+    -84.55765706437175,-4.940337704257345,883447.408985776,-5379084.386017377
+    -91.12319680533375,80.9546610710222,192664.493383952,4162579.984399319
+    -84.04360206814405,-65.42218591611413,508947.724174346,-1.2104717930205286E7
+<EPSG:8202> +proj=tmerc +lat_0=43.6 +lon_0=-90.70833333333334 +k=1.0000463003 +x_0=199949.198983998 +y_0=0.008534417068834137 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -96.16919630156048,70.58387049661832,-8227.368504872,9888394.097332006
+    -85.05029091302168,-7.790946951745781,2706814.932742112,-1.8685553679705776E7
+    -94.91031104458906,-59.85424655198888,-116331.740237371,-3.7648264505978264E7
+    -96.15109406307421,34.949009305600256,-976048.688937055,-3106714.612362825
+    -97.11555635730957,3.920049769096309,-1683588.545225599,-1.4413962601670505E7
+    -92.18062270882159,-4.211194537190863,119647.890445291,-1.737344507930141E7
+    -91.29236132704735,-32.02245482000437,474976.204832117,-2.7474545541053794E7
+    -94.1071098253428,47.86972279812451,-178216.791265682,1575394.830777372
+<EPSG:8203> +proj=lcc +lat_1=44.97785689861112 +lat_0=44.97785689861112 +lon_0=-91.29444444444444 +k_0=1.0000391127 +x_0=60045.72 +y_0=44091.4346 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -169.87074083674415,52.59079236215449,-4511781.106398544,3300720.849667301
+    -116.3946340085111,19.756787424466566,-2766794.056994238,-2397365.961362505
+    -25.796075198111453,-13.58325449243741,1.0217557306962315E7,-3269825.36524728
+    -43.71694926408114,-13.612584024944972,7844399.487783504,-5265265.047342623
+    -22.430659535165773,35.182227368847705,5682505.090546611,1494351.47265781
+    -38.347579616292876,84.42961906685909,915983.878789816,5319587.207855869
+    -99.13353608421144,39.81967404870636,-612740.647807072,-497106.54033131
+    -44.67064394683172,38.26981374343458,3944494.160191309,446348.15109236
+<EPSG:8204> +proj=lcc +lat_1=44.97785689861112 +lat_0=44.97785689861112 +lon_0=-91.29444444444444 +k_0=1.0000391127 +x_0=60045.72009144018 +y_0=44091.43449326898 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -33.670478222124075,79.26322778643303,4998519.79895636,1.554610568710727E7
+    -90.90782345245016,73.71620528621271,244234.280477221,1.1219203834946027E7
+    -145.88803808116094,40.7257960289355,-1.3854815071665572E7,3512767.839705817
+    -47.89184489861114,4.685975797340493,1.8967904779096574E7,-1.0518589965296483E7
+    -148.38919699499397,83.45118376138846,-3158491.570847757,1.717360909307004E7
+    -150.70239208786606,85.00733026785763,-2663932.348289518,1.7944038540594347E7
+    -146.4523246958712,25.308228524861356,-1.758974882232201E7,-852286.121535521
+    -62.62484921829214,23.682753131060245,1.0205831926602557E7,-5986437.812395471
+<EPSG:8205> +proj=tmerc +lat_0=42.71944444444445 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8893 +y_0=0.0049 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.0281789344615,21.822445297999153,-120202.735698138,-2313298.664955079
+    -86.5332564172797,55.157951522866114,370115.082359672,1385067.085387347
+    -87.67518946304916,-87.34163256819481,249027.712005094,-1.4437041636456532E7
+    -86.8275723152908,-35.2435314306024,396985.680185142,-8634693.610910246
+    -83.82100512445983,-17.812702746493073,741270.191188804,-6708208.713425186
+    -88.6730349915563,-71.41950377620408,238598.545904957,-1.2659280466743106E7
+    -93.66199780204524,69.17233153531089,40041.346436822,2953806.601966986
+    -89.493700471426,-65.79624266347992,199276.707254677,-1.20323764924199E7
+<EPSG:8206> +proj=tmerc +lat_0=42.71944444444445 +lon_0=-88.5 +k=1.0000286569 +x_0=244754.8892049784 +y_0=0.004876809753619507 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -91.74770116659072,-15.781023902992132,-339260.492375887,-2.1259262226938646E7
+    -91.97409885409446,8.93793822089512,-451279.664378803,-1.2275144954079453E7
+    -93.74341482945749,60.688684997729126,-136237.021883688,6596913.669565977
+    -94.36118383150585,29.30933293551982,-1066864.500731941,-4835089.542518282
+    -89.43939577353719,65.04550559290504,657852.381793037,8153723.020365533
+    -90.55268822692115,-37.33138772233292,206108.721776975,-2.9091386826182578E7
+    -86.46879379931475,57.20367052234684,1205750.546831016,5291713.882884648
+    -86.27229424602483,-82.25752300542014,912947.896661301,-4.550458979645329E7
+<EPSG:8207> +proj=lcc +lat_1=45.89871486583333 +lat_0=45.89871486583333 +lon_0=-92.45777777777778 +k_0=1.0000383841 +x_0=64008.1276 +y_0=59445.9043 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -146.82728820562983,46.20722314328317,-3814815.823293872,1468953.102104878
+    -134.57537566355626,20.293249017550167,-4530449.640186806,-1628293.58582734
+    -56.790608170385326,48.49866586673881,2615771.182415145,928656.142033915
+    -20.758987914928014,41.142923000219135,5323057.971201503,2066416.939126682
+    -127.28501136246777,53.11934045660003,-2213365.629193964,1369840.880813362
+    -51.49624731054347,21.062497683729504,4498153.198872832,-1613050.255667292
+    -156.7242511163113,80.86124178608758,-1330004.544198657,4912375.986010465
+    -22.936699055635216,17.977662109783466,7260051.925998013,196984.390179114
+<EPSG:8208> +proj=lcc +lat_1=45.89871486583333 +lat_0=45.89871486583333 +lon_0=-92.45777777777778 +k_0=1.0000383841 +x_0=64008.12771145543 +y_0=59445.90419100838 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -156.85202624097207,74.0916559667046,-6630548.92824312,1.3959951815396378E7
+    -143.96148501993525,65.39320706568212,-7632633.58648563,1.0097078049193127E7
+    -59.09544583026101,31.846391380730815,1.055747986965096E7,-2776774.705499691
+    -107.37377803866978,55.561544572289534,-2907023.058641239,4031636.046291934
+    -58.51829407138912,32.988145700590124,1.0549734116893962E7,-2312995.957465754
+    -141.75088250731466,-7.126324249129741,-2.431816402610551E7,-1.4007013944118151E7
+    -44.381914992156794,53.48314772971281,1.0150205878170291E7,6059906.594576729
+    -31.611141546523953,65.69346009536123,9134101.904702095,1.1169843127970533E7
+<EPSG:8209> +proj=tmerc +lat_0=43.48138888888889 +lon_0=-91.79722222222222 +k=1.0000382778 +x_0=175260.3502 +y_0=0.0048 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -91.95549238332973,-25.45859520531436,159342.155728446,-7633358.229976865
+    -95.19059684451486,-0.5648265763607299,-202707.087848919,-4878953.435372069
+    -93.32418874300431,68.55202208585285,112927.68216686,2792133.931633249
+    -85.77103902351051,36.426531334262435,715978.523802656,-766438.215499765
+    -87.24877446818768,-44.574010847337064,536558.261234696,-9764255.110912547
+    -88.06062312656312,-56.65395414426126,404389.622990324,-1.1104250022712931E7
+    -88.01279713816746,-31.862645768130115,533524.48414909,-8349393.549919412
+    -95.7330123962245,-58.35474141708822,-55095.374633925,-1.1294166612938074E7
+<EPSG:8210> +proj=tmerc +lat_0=43.48138888888889 +lon_0=-91.79722222222222 +k=1.0000382778 +x_0=175260.3502159004 +y_0=0.004876809753619507 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -98.60143881636886,0.2755208289032396,-1916008.700371834,-1.5701087499363137E7
+    -86.89354665066719,57.26503689666848,1545295.180435105,5065419.214289771
+    -85.18091687849868,-6.750331721106221,2980101.344931761,-1.826719919812497E7
+    -86.67167038538443,8.728313285192385,2427866.724123323,-1.2622369108929059E7
+    -95.24411685113895,44.436015288645365,-325403.775068327,366984.500633692
+    -89.09447476377481,85.72733811087102,648763.566798346,1.5450271758553471E7
+    -94.14253974593035,9.753288032472241,-269515.339242165,-1.2260094844468722E7
+    -87.69341001111067,21.64819961538946,1969643.915595298,-7925917.831364027
+<EPSG:8212> +proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31600 +y_0=4600 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -87.22341151028309,23.293092069896574,111048.157507229,-2180954.307391691
+    -88.66536206966354,63.99255313517102,-966.190489227,2341120.736296971
+    -86.99693367361911,82.13973248736426,46920.429790964,4366176.827832893
+    -90.87745578639513,-84.969557857433,3430.345908022,-1.4199218920732588E7
+    -91.71074473170326,-44.74577187036106,-262279.351179607,-9721710.454717448
+    -85.68712156480095,76.09666176832303,93648.083900694,3692520.689074907
+    -87.56372437805707,-9.1508431093594,79553.345924837,-5770198.225116645
+    -93.76594415571225,19.595000672194047,-574127.43204167,-2580393.752466412
+<EPSG:8213> +proj=tmerc +lat_0=43 +lon_0=-88 +k=1.00002 +x_0=31599.99989839979 +y_0=4599.999898399797 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -93.9810631879645,20.20158305624004,-1950076.360557085,-8242031.676586583
+    -89.88105949583114,-13.78676472413133,-563781.78121646,-2.0616085211879127E7
+    -83.46282675829538,-0.9372477585628474,1762302.001480214,-1.5952004651559386E7
+    -87.70198779578584,-7.744180462841143,211531.074158197,-1.8420577031697053E7
+    -82.38520439204953,7.335695665427252,2140859.150956803,-1.293672347782879E7
+    -88.84309270298286,-18.705523306107338,-188091.022119691,-2.240001676541136E7
+    -92.23590446819343,14.750553342074056,-1393930.950173961,-1.024437472677471E7
+    -89.20574592815674,-84.64629869812066,62451.907980112,-4.646493968261821E7
+<EPSG:8214> +proj=lcc +lat_1=46.66964837722222 +lat_0=46.66964837722222 +lon_0=-91.15277777777779 +k_0=1.0000331195 +x_0=228600.4575 +y_0=148551.4837 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -37.67568314752492,-6.765596800884253,8270055.524512763,-3789707.101396137
+    -82.56098687558715,47.886988177600905,870058.156459093,318924.884697777
+    -167.4551797004481,23.977526850271985,-6865386.785164857,1301269.624233356
+    -17.620300555791346,33.465487123862985,6261668.58501056,1710113.579696876
+    -8.368079087328994,7.51645707927122,9506677.464398474,866613.968083902
+    -27.075600430278058,33.2257834639289,5703229.389840564,1001041.998007189
+    -31.361404480404246,32.684882840711964,5456082.44179737,666268.004998432
+    -141.24583836201802,51.33315775770251,-3043193.348808835,1744699.734056313
+<EPSG:8216> +proj=lcc +lat_1=46.66964837722222 +lat_0=46.66964837722222 +lon_0=-91.15277777777779 +k_0=1.0000331195 +x_0=228600.4575057151 +y_0=148551.4835661671 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -60.60547611154493,-3.4066081429809074,1.5976560368053928E7,-1.7010305238183226E7
+    -116.12564925408063,-1.4325305992671247,-1.1493818688609302E7,-1.705218441496667E7
+    -145.46455658078474,76.84672471623475,-4371819.312537013,1.4051573423613884E7
+    -86.92436520058291,8.741212708117505,2602713.544330823,-1.4215888186759986E7
+    -81.93989881559291,5.43278826288741,4952499.422463826,-1.550259313381858E7
+    -59.453400332865556,77.30732103304109,3821971.510794047,1.304667082797894E7
+    -103.78842076679547,65.5483093235889,-1284381.093852676,7690548.473582751
+    -85.01934470128985,-10.951686430448934,4197626.531587877,-2.3922343233075794E7
+<EPSG:8218> +proj=tmerc +lat_0=45.13333333333333 +lon_0=-91.84999999999999 +k=1.0000486665 +x_0=93150 +y_0=0.0029 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -92.14093326636555,82.26722030393972,88777.70196858,4138763.897689773
+    -88.83826296511215,-21.064397745249877,406269.909189071,-7333285.392696514
+    -85.96405268530253,-54.73547090998282,472085.694512956,-1.1083998938926317E7
+    -85.91017382566312,-16.187856335628126,729318.429277351,-6799740.95758523
+    -94.14174659126834,26.13961904305681,-136071.341949859,-2105541.493569924
+    -97.08416544228612,0.7564794488924491,-490309.845423082,-4916001.547049343
+    -90.30962065515374,77.98702513666399,128952.120992142,3661272.525709744
+    -96.26499897888795,34.52459028546674,-312368.560339197,-1169101.280106796
+<EPSG:8220> +proj=tmerc +lat_0=45.13333333333333 +lon_0=-91.84999999999999 +k=1.0000486665 +x_0=93150 +y_0=0.003048006096012192 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -93.89521154197149,79.75845752318057,172389.997074228,1.266174751170245E7
+    -92.56446757630091,-81.78179884412168,268186.43113104,-4.620930202981571E7
+    -85.68653316592906,-74.13412533117878,921941.307428948,-4.343964365934242E7
+    -90.80635787986401,-72.41108105862263,421142.90846193,-4.2777813626293525E7
+    -97.54866974128107,-55.179133667876364,-884886.173337947,-3.652325356329083E7
+    -97.68304922316416,33.821470843326196,-1467330.327497266,-4070272.729507982
+    -85.05765813825387,88.22472963092613,382542.116780263,1.5766182126776116E7
+    -85.45220957426734,-78.09412490676075,788318.407289015,-4.488448126709731E7
+<EPSG:8222> +proj=tmerc +lat_0=45.70611111111111 +lon_0=-90.62222222222222 +k=1.0000495683 +x_0=172821.9461 +y_0=0.0017 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -88.19328944149908,33.84374693446681,397665.329619643,-1314501.001575087
+    -86.23885617973116,72.51691120180033,319753.362597835,2991902.355526824
+    -87.62038467344382,-46.282287755174735,404175.685964899,-1.0195771381504705E7
+    -86.82976755158424,-62.92070907057665,365444.507807249,-1.2049243324442659E7
+    -89.65427975754649,-22.01484099653203,272771.757937854,-7499552.654484111
+    -96.0438369539433,-8.050051089167681,-425695.670581733,-5957877.33315729
+    -92.48031851343163,1.5811854790728432,-33988.84576594,-4888731.507547918
+    -91.04925547419843,61.68869951126649,150217.178178133,1778980.353581938
+<EPSG:8224> +proj=tmerc +lat_0=45.70611111111111 +lon_0=-90.62222222222222 +k=1.0000495683 +x_0=172821.945948692 +y_0=0.001828803657607315 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -88.62473249508517,-40.41741553482614,1123246.070685333,-3.1304689086572215E7
+    -89.13407887267749,-14.463151171924068,1093464.54847049,-2.186301667040465E7
+    -90.54414376289627,23.22420010067019,593220.152116147,-8182973.662782388
+    -93.90688483334408,30.411348358730336,-468792.620684229,-5555129.661769274
+    -95.64277936936135,-71.03792730671006,-30035.628042728,-4.250775369112831E7
+    -91.49565601552504,-1.0812658057060958,248032.086516637,-1.700538545397968E7
+    -84.60143619579,55.496467626171324,1814668.937871414,3627373.172485672
+    -87.17703626052933,-52.904847807593306,1327437.766231413,-3.587117117676581E7
+<EPSG:8225> +proj=tmerc +lat_0=43.36666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6942 +y_0=0.0037 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -83.0825870724457,-31.684439165543957,803838.279282798,-8331502.446807181
+    -84.69325924122901,25.355530799042484,681889.589023116,-1987466.301166129
+    -87.90137679998236,-46.16980133793385,309291.461127815,-9920919.060032051
+    -90.33056553984427,7.502506445519501,110731.72040149,-3973954.938952995
+    -91.39060509704947,87.15951922654247,139522.168373441,4881520.154808193
+    -93.01313594183442,21.505476883865754,-165108.789340189,-2421487.766333388
+    -96.64218095113587,-70.53446681565892,-99494.7206926,-1.2646026931623116E7
+    -95.97406559790994,73.12745856690253,-46111.653000556,3324266.6666415
+<EPSG:8226> +proj=tmerc +lat_0=43.36666666666667 +lon_0=-90 +k=1.0000365285 +x_0=147218.6941325883 +y_0=0.00365760731521463 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -95.7879441133794,-30.669145901314714,-1338349.710245396,-2.694345521732301E7
+    -91.74609464792348,81.18945232439839,385013.434383025,1.3829064021371748E7
+    -94.60507952085696,-37.36215874158345,-855859.088830381,-2.9364934367426407E7
+    -94.19537949201482,-23.35102939217468,-925400.150341123,-2.4256431022790574E7
+    -87.63671829219919,-4.642610484164351,1343580.230326678,-1.744567382273758E7
+    -96.45291671295283,5.692970424624903,-1867186.029788797,-1.3681325842989475E7
+    -96.60489822937204,-16.412042417597746,-1836008.139528743,-2.175351656808122E7
+    -93.0008378467155,21.532303743116245,-537321.723274703,-7934822.877517148
+<EPSG:8232> +proj=longlat +ellps=GRS80 +no_defs  <>
+    26.36373158976798,-8.865137735054503,26.36373159,-8.865137735
+    20.090918251574124,81.66574253178047,20.090918252,81.665742532
+    167.09742705271816,-71.12051144672303,167.097427053,-71.120511447
+    -38.40199101029336,29.165977824735478,-38.40199101,29.165977825
+    45.45145739371162,30.301167776536587,45.451457394,30.301167777
+    111.5122834751134,-43.80960124612692,111.512283475,-43.809601246
+    -126.79254993153972,-60.61133368778845,-126.792549932,-60.611333688
+    149.71384761939663,48.84133618466424,149.713847619,48.841336185
+<EPSG:8237> +proj=longlat +ellps=GRS80 +no_defs  <>
+    -20.435977883227025,0.9980284780666437,-20.435977883,0.998028478
+    163.86063467782026,35.82205431032338,163.860634678,35.82205431
+    -1.0472158510098097,-52.044817280915744,-1.047215851,-52.044817281
+    -118.90658590426787,-40.1856501875888,-118.906585904,-40.185650188
+    -16.07989449809267,-8.911880866153197,-16.079894498,-8.911880866
+    -60.917167883309446,-19.45882445249201,-60.917167883,-19.458824452
+    -80.75352620007156,-16.203821448418296,-80.7535262,-16.203821448
+    -30.002178708839665,55.765349571323355,-30.002178709,55.765349571
+<EPSG:8240> +proj=longlat +ellps=GRS80 +no_defs  <>
+    103.13429435604621,-55.15274999992774,103.134294356,-55.15275
+    -94.93904102497312,83.39182372801406,-94.939041025,83.391823728
+    31.21605952296167,-54.02960981161804,31.216059523,-54.029609812
+    174.62772413087185,13.917803855848888,174.627724131,13.917803856
+    -30.507174399957762,70.53050567505241,-30.5071744,70.530505675
+    -131.58734475877895,11.296956923310546,-131.587344759,11.296956923
+    -28.639191142464455,59.09231665332754,-28.639191142,59.092316653
+    2.1520853263055244,-63.32201506705585,2.152085326,-63.322015067
+<EPSG:8246> +proj=longlat +ellps=GRS80 +no_defs  <>
+    120.65413888414201,62.31625332911685,120.654138884,62.316253329
+    -1.1651117650106073,88.31752673934585,-1.165111765,88.317526739
+    -155.34934664238966,-35.75248646991961,-155.349346642,-35.75248647
+    152.1930177212338,-45.933446461103024,152.193017721,-45.933446461
+    -149.36885783205798,14.543025341537614,-149.368857832,14.543025342
+    -49.633535326936965,-73.62798462118842,-49.633535327,-73.627984621
+    -73.17516083904773,-68.33738138741899,-73.175160839,-68.337381387
+    -84.87270731954375,31.652979874380406,-84.87270732,31.652979874
+<EPSG:8249> +proj=longlat +ellps=GRS80 +no_defs  <>
+    148.32724950302088,-6.983769780920767,148.327249503,-6.983769781
+    138.1001186209042,-80.79931795897257,138.100118621,-80.799317959
+    -157.14264435824438,54.469074954329955,-157.142644358,54.469074954
+    -41.7518136233447,-22.106249371706028,-41.751813623,-22.106249372
+    8.522117567853485,16.087718773853553,8.522117568,16.087718774
+    19.052258579417668,40.76563591535847,19.052258579,40.765635915
+    -133.08836874325644,-4.812724328517987,-133.088368743,-4.812724329
+    46.46180414378131,66.00481241069818,46.461804144,66.004812411
+<EPSG:8252> +proj=longlat +ellps=GRS80 +no_defs  <>
+    134.08722453750943,41.2141268462251,134.087224538,41.214126846
+    48.96777594851005,38.077745993008364,48.967775949,38.077745993
+    -33.515992500387256,74.45965358925,-33.5159925,74.459653589
+    105.51875138893257,24.994475972556117,105.518751389,24.994475973
+    46.00152789902893,-81.71069287753629,46.001527899,-81.710692878
+    -125.90121591442144,58.96277107065174,-125.901215914,58.962771071
+    155.31560779254414,76.08828764949556,155.315607793,76.088287649
+    80.58201166924653,-73.49645449997257,80.582011669,-73.4964545
+<EPSG:8255> +proj=longlat +ellps=GRS80 +no_defs  <>
+    112.31321112019828,19.579334290507404,112.31321112,19.579334291
+    127.09609582430829,-44.854148563639896,127.096095824,-44.854148564
+    24.404613560386252,-28.49273543642437,24.40461356,-28.492735436
+    -145.71566211007962,-58.01376528271885,-145.71566211,-58.013765283
+    -130.61994340662267,66.21991159147967,-130.619943407,66.219911591
+    133.22041378722662,12.0937564288825,133.220413787,12.093756429
+    -23.272374597822818,38.00291959834152,-23.272374598,38.002919598
+    60.45251339499558,5.363648319450959,60.452513395,5.363648319
+<EPSG:8311> +proj=tmerc +lat_0=43.5 +lon_0=-117.6666666666667 +k=1.00014 +x_0=90000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -120.21374038158058,-59.0647595010777,-56116.616139767,-1.1372529738583697E7
+    -111.36247972449789,10.861205461284868,780690.406747601,-3610480.186533519
+    -123.5580390938461,14.044459435334446,-547433.174356843,-3257487.758780527
+    -118.9876484795564,42.498171668695846,-18602.62278033,-110465.566653575
+    -120.26783920443181,-9.154385467115205,-196031.302305388,-5832444.078552734
+    -123.57001203472493,-68.68804526552373,-149259.279763497,-1.2454133638113895E7
+    -112.77824530972251,87.92541000491781,109744.510704799,4953514.380408361
+    -122.40946653476618,-18.359977483836474,-411789.830541465,-6856605.092026723
+<EPSG:8312> +proj=tmerc +lat_0=43.5 +lon_0=-117.6666666666667 +k=1.00014 +x_0=90000.00001488 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -122.62533264960457,-82.32500061671486,52867.284851574,-4.582729759123022E7
+    -123.60819009063137,-43.70614393257761,-1276242.494144105,-3.175192100177003E7
+    -121.08039872492486,20.992646521203795,-869919.382946139,-8177696.815682777
+    -121.7481354214649,-79.73008978848631,28824.496077142,-4.487543470285689E7
+    -112.49442048124956,75.6205022841547,765385.641596033,1.1760829656598305E7
+    -121.9690178232174,16.533076130620174,-1212885.822323083,-9793749.97320966
+    -122.82805237643407,11.161327976530714,-1556944.463503546,-1.1743854703940481E7
+    -117.2744668103908,15.711132004223089,433217.911577032,-1.0108212262266189E7
+<EPSG:8313> +proj=tmerc +lat_0=43.5 +lon_0=-119 +k=1.00022 +x_0=20000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -120.74084857966581,-22.69954054533936,-158927.60033932,-7332194.489283967
+    -117.55248214894176,45.6607573323536,132837.352942321,241183.461386685
+    -120.94054268161405,-6.151276307388059,-194872.393403714,-5500067.474810701
+    -123.77680956796478,-41.41035313790201,-379541.092445325,-9417514.031764979
+    -121.64548720291928,86.89454282036229,3994.711510868,4838272.731417032
+    -124.47468183927037,-75.35996173574603,-134346.704755576,-1.3195426763460806E7
+    -113.98350751167303,46.3152796445018,406443.552013917,325180.001512963
+    -115.38523850585662,-23.268268541218873,390109.527874508,-7398758.485623287
+<EPSG:8314> +proj=tmerc +lat_0=43.5 +lon_0=-119 +k=1.00022 +x_0=19999.99999992 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -122.79435513337164,-71.25949856024512,-380791.572447375,-4.178097113624372E7
+    -121.96295685151092,-81.70290114144335,-91023.802064899,-4.55965947605202E7
+    -123.348821567398,-15.20026083917854,-1469070.380046705,-2.1343530104549717E7
+    -112.44117161649437,78.43765931437389,546429.848788809,1.2800239151111871E7
+    -112.16148219901828,-75.24460882122554,702552.978619403,-4.326320860827276E7
+    -119.00795408904843,69.97447892211588,64618.840406465,9673600.42740804
+    -119.09492651555752,-51.241240804242274,43863.306681709,-3.444719900583726E7
+    -118.00087738701463,56.031833383339716,270010.819733594,4575445.781911
+<EPSG:8315> +proj=lcc +lat_1=45.58333333333334 +lat_0=45.58333333333334 +lon_0=-123.4166666666667 +k_0=1.000045 +x_0=30000 +y_0=20000 +ellps=GRS80 +units=m +no_defs  <>
+    -155.79644295849934,23.54797547005174,-3411654.425698145,-1777430.561938689
+    -95.31924524307796,-13.39598499761105,4829828.6209185,-6857533.887195729
+    -70.57649215323514,-11.856015569099249,8426062.063494593,-4566201.450458583
+    -128.10190914014223,-13.186008988605462,-784330.917421948,-7645737.19929714
+    -105.20099697554313,41.10025751753412,1551726.809700338,-305061.654536515
+    -83.13243856300126,57.06942899092496,2423997.121049543,1921161.201759596
+    -159.82821133750417,-1.653168545238957,-5265099.762417218,-4572339.044197658
+    -176.31152020669646,88.22044207858363,-341824.909619042,5800870.738248834
+<EPSG:8316> +proj=lcc +lat_1=45.58333333333334 +lat_0=45.58333333333334 +lon_0=-123.4166666666667 +k_0=1.000045 +x_0=30000.00001512 +y_0=19999.99999992 +ellps=GRS80 +units=ft +no_defs  <>
+    -48.124618593842854,-6.6843644585048185,3.41213352893105E7,-4314877.334136739
+    -60.81114594796449,79.09511719343686,5223154.301515095,1.5429908030887598E7
+    -89.11648081624423,77.54050380982821,3422550.227324754,1.3311205543390114E7
+    -117.95110409723884,44.19277193855869,1531361.257653264,-392615.89877436
+    -165.5923481564468,65.17421869967566,-6538289.3118142,9167953.094948627
+    -113.25499550830266,46.20420428570024,2664832.971704457,454812.626466179
+    -111.60187936702378,0.42002385227963757,5765275.365426482,-1.7590717403400555E7
+    -112.26016252278166,-13.075497746575595,6434458.784828303,-2.4656873848596595E7
+<EPSG:8317> +proj=tmerc +lat_0=44.25 +lon_0=-119.6333333333333 +k=1.00012 +x_0=20000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -113.23806126706448,40.881600826531326,559254.780669195,-354479.56158102
+    -118.88993574196793,18.84804459205452,98355.755813033,-2816926.827828166
+    -125.04669965644864,-30.4722069508721,-500265.729962767,-8287541.661110707
+    -124.6649167481752,67.79302470902667,-192137.204269206,2630142.224357273
+    -119.27438244449623,16.746387486159747,58279.023589136,-3049692.016394292
+    -116.6365152202014,65.34254986999514,159538.751145838,2351530.005809879
+    -124.45958788361943,4.563097945667877,-516259.603045334,-4395756.657573744
+    -125.2485299723233,-62.39436083906423,-270185.570575777,-1.1836516977357687E7
+<EPSG:8318> +proj=tmerc +lat_0=44.25 +lon_0=-119.6333333333333 +k=1.00012 +x_0=19999.99999992 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -119.54082853062924,77.39902112145606,73011.766553357,1.2118055449021937E7
+    -118.70835299406245,-52.88251556520217,269933.701536754,-3.531771515135816E7
+    -113.54975013010383,0.7252644888401818,2291775.322570006,-1.5818657105787698E7
+    -115.1229718469334,-0.8651933462481338,1714623.289837416,-1.6398189331875695E7
+    -124.10838897776337,28.2142726270138,-1376648.936142966,-5812007.688362592
+    -118.7030840016683,48.00976090902452,293356.634527361,1372640.664114983
+    -115.5289158812356,55.62448326868389,913760.93356398,4176351.797722469
+    -125.41228163587975,-19.316153020763252,-1929798.99949525,-2.3127559250105552E7
+<EPSG:8319> +proj=tmerc +lat_0=41.75 +lon_0=-118.4166666666667 +k=1.00019 +x_0=80000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -118.18413135145151,35.0388885579446,101221.726684954,-745078.748868624
+    -122.03245336653832,5.759333693405438,-320827.876686828,-3986500.584924754
+    -123.39955137773256,15.517654950593112,-455284.514192297,-2901914.243789709
+    -123.69013772609752,-23.282655707939043,-460147.718447556,-7210921.934819288
+    -124.72276905712296,71.19688856000681,-146625.66577455,3291091.022809157
+    -111.7384736495492,5.904321773446696,821291.770814063,-3967275.097474542
+    -124.65480803414344,-56.89852995765805,-299904.980654446,-1.0951912867520263E7
+    -113.97282366057121,-54.17752397418408,370130.657592137,-1.0640695021030648E7
+<EPSG:8320> +proj=tmerc +lat_0=41.75 +lon_0=-118.4166666666667 +k=1.00019 +x_0=79999.99999968 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -121.80781698484556,31.287727339517005,-797380.730176433,-3793458.46410442
+    -120.17892349929693,-7.224947822765003,-376289.808244647,-1.7795970812753566E7
+    -121.03169737364023,5.875839769276922,-688119.395834336,-1.30387383668782E7
+    -113.0069855536725,60.10046613615506,1249266.445374993,6739198.698202243
+    -123.44455308676689,11.97347508490546,-1536599.47174758,-1.081149913484264E7
+    -114.75265123269642,9.659401925404083,1582902.559621896,-1.1660763978343489E7
+    -116.57020997173795,-41.52733863460732,768175.076402945,-3.027036575798335E7
+    -121.16630577128143,27.78060336879149,-627021.651015173,-5075463.482718697
+<EPSG:8321> +proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-117.25 +k_0=1.000085 +x_0=40000 +y_0=70000 +ellps=GRS80 +units=m +no_defs  <>
+    -119.33380581824701,50.67799624790942,-107968.956257932,676424.127084968
+    -155.46360588364905,69.8298168576385,-1553738.658259612,3294706.121785891
+    -158.34015934804094,40.61519472026214,-3299647.711827003,423860.861353956
+    -130.22871747520833,4.995495180388495,-1745733.415051372,-4600444.475453135
+    -80.56378058103525,69.87675718770156,1572003.906107132,3270386.058879176
+    -32.33313375143399,37.35531013327313,6306295.38040009,2830699.884811558
+    -112.73638055681253,58.06821177829522,313707.796729815,1516762.946602914
+    -72.4505748393179,52.044360917413925,2979890.345109176,1665336.53735326
+<EPSG:8322> +proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-117.25 +k_0=1.000085 +x_0=39999.99999984 +y_0=70000.00001495999 +ellps=GRS80 +units=ft +no_defs  <>
+    -47.098130757004924,39.31190235434368,1.7664738276733454E7,6204325.182109976
+    -158.04435876055467,30.11985821417074,-1.263292856879979E7,-2043779.748776002
+    -167.04774100126872,32.52568046710482,-1.4600188262172163E7,254878.54047357
+    -177.21253064752045,30.515139752338904,-1.7600002477510415E7,1717322.749684188
+    -100.74977841039164,-3.867558970321289,8417221.921776904,-1.8937199791120496E7
+    -146.49194452274338,86.89652936180113,-937107.959967059,1.81930753194504E7
+    -150.2956572157155,37.409457065087224,-9285860.288709298,-680030.518770885
+    -102.51250058030296,47.981663358382676,3725153.524896966,1555557.972772749
+<EPSG:8323> +proj=lcc +lat_1=42 +lat_0=42 +lon_0=-122.25 +k_0=1.00004 +x_0=60000 +y_0=-60000 +ellps=GRS80 +units=m +no_defs  <>
+    -136.82371682796614,46.045879306916035,-1065459.142067337,485953.854248683
+    -154.77382256846752,54.30107123405753,-2059102.923496506,1726403.834702565
+    -147.09823863200438,82.90536368230691,-483482.293669401,5214587.480740994
+    -54.88399389900768,85.63177608157858,1031677.30793667,6065481.661845957
+    -90.41793131853554,-3.400423991804974,4653156.363273645,-4746389.0346114
+    -108.05761403914406,17.821757554983662,1685290.00174858,-2681371.318813865
+    -67.25053669903873,7.784525478262111,6711012.360405701,-1855439.192608262
+    -103.92990189218351,44.578555500986326,1505492.810245436,381807.753911811
+<EPSG:8324> +proj=lcc +lat_1=42 +lat_0=42 +lon_0=-122.25 +k_0=1.00004 +x_0=59999.99999976 +y_0=-59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+    -135.81809106283245,82.33081759127903,-839190.037250642,1.6595713901104596E7
+    -95.89043323257123,29.18597384736608,8674311.099357208,-3583712.547863681
+    -133.69670040128312,86.04975338596203,-364150.317787382,1.890772765746313E7
+    -106.55719056946721,63.63904318592863,2959397.485485149,8174685.361870446
+    -118.58469005412431,62.88031314592982,858400.021976838,7633910.888719951
+    -158.26438053873343,39.7232096783425,-9645679.762117567,1074294.667619689
+    -60.58291924723382,1.0797389316066806,2.617091060298849E7,-6524568.554284112
+    -128.681951287022,-2.27234789311499,-2875883.801518694,-1.775041765108744E7
+<EPSG:8325> +proj=lcc +lat_1=47 +lat_0=47 +lon_0=-120.25 +k_0=0.99927 +x_0=30000 +y_0=290000 +ellps=GRS80 +units=m +no_defs  <>
+    -149.18731924469202,5.772512576121031,-3904265.666302938,-3918347.412225544
+    -140.20229817296877,10.021767811708031,-2570057.591460082,-3743321.261144762
+    -46.009383051313534,-10.50200250227292,1.0916831683981534E7,-1580055.037936706
+    -86.5742330201982,62.698882760053934,1773398.953048822,2441191.304750247
+    -76.91135448036323,5.3389756498765095,5787298.530455821,-3079324.206134013
+    -152.42370966569598,61.593841908415,-1691292.807581726,2291063.681325648
+    -76.7847665393002,12.286148485910658,5309715.764271835,-2275104.327181468
+    -125.34854604830528,88.06179985577462,-8787.152816144,5648891.203815119
+<EPSG:8326> +proj=lcc +lat_1=47 +lat_0=47 +lon_0=-120.25 +k_0=0.99927 +x_0=30000.00001512 +y_0=290000.00001408 +ellps=GRS80 +units=ft +no_defs  <>
+    -57.75787781838268,40.08755938949384,1.5886205245771289E7,5081102.888273022
+    -147.99436759008114,38.97942001664824,-7692030.998879671,-584888.025842669
+    -61.11719258716744,73.07482957515467,6672167.185263675,1.3496856562919829E7
+    -116.40850436655053,68.8471055368874,653621.988286005,9172274.539327031
+    -166.69184385573791,-12.139764329103562,-2.5001907585346237E7,-1.6775587089294197E7
+    -148.58397060307587,54.31260869063216,-5867193.237305942,4716575.708725538
+    -64.50133770095657,54.89030973193731,1.0969770091238206E7,7878655.121944393
+    -71.16366798480084,81.21233057190653,3568837.766725327,1.5691403699215889E7
+<EPSG:8327> +proj=lcc +lat_1=46.16666666666666 +lat_0=46.16666666666666 +lon_0=-120.5 +k_0=1 +x_0=100000 +y_0=140000 +ellps=GRS80 +units=m +no_defs  <>
+    -75.71467404765009,82.55735725041873,981755.677618527,4879770.034343095
+    -132.37876824777143,-10.129468879661363,-1895105.582990556,-6966489.126787789
+    -48.53465395924016,13.694579678422507,7905264.814232546,156926.103823271
+    -159.5564780657629,-4.516801066439205,-5789963.093085053,-4722627.340398205
+    -175.52944044904567,20.558557694450293,-5689198.905978424,-699906.19533236
+    -80.72488717071859,29.289910822558078,3956728.952137977,-772539.825334681
+    -75.2067468252872,62.74143283509633,2399980.797924975,2687877.739206078
+    -88.63620601941709,26.269570032879095,3373935.950710558,-1444224.174743989
+<EPSG:8328> +proj=lcc +lat_1=46.16666666666666 +lat_0=46.16666666666666 +lon_0=-120.5 +k_0=1 +x_0=99999.99999960001 +y_0=139999.99999944 +ellps=GRS80 +units=ft +no_defs  <>
+    -61.60391589238377,75.24851028892124,6333696.398530667,1.402736497877632E7
+    -95.36188077840075,66.2737936240936,4251296.220437787,8605446.238472398
+    -117.07472253508843,9.935755464849105,1799765.703325496,-1.3520467788309025E7
+    -154.43144668261755,9.327817808027952,-1.3925162337346928E7,-1.0724870553260097E7
+    -91.9885610851598,-7.652624693547841,1.5284674510972043E7,-1.9276431356304727E7
+    -51.277525381273364,86.92933710199581,2513610.107972101,1.874659829095874E7
+    -120.50991591525397,68.91350770205577,326641.725211689,9032039.143253885
+    -168.0443541643156,17.572680191685073,-1.710384847107338E7,-4972879.291488707
+<EPSG:8329> +proj=lcc +lat_1=43.5 +lat_0=43.5 +lon_0=-120.5 +k_0=1.00006 +x_0=40000 +y_0=-80000 +ellps=GRS80 +units=m +no_defs  <>
+    -117.56876886409715,72.00309846939768,159388.431741127,3263465.852157999
+    -96.55393991999597,60.78537914446136,1395212.910650698,2072242.849223521
+    -111.96628613575109,-14.009437890098436,1494643.753438006,-7486265.213425408
+    -151.3456232094257,-9.49939884070156,-4831903.952681472,-5887027.389198252
+    -125.05615032800766,83.0355333331082,-56061.118332884,4899065.30464249
+    -100.10589488147434,65.09021700600434,1074021.53309485,2516811.035290381
+    -64.88019963306421,42.76896545191692,4261549.372860277,1304175.944305155
+    -141.2380795186817,13.75005702979993,-2468007.806907899,-3204922.107312177
+<EPSG:8330> +proj=lcc +lat_1=43.5 +lat_0=43.5 +lon_0=-120.5 +k_0=1.00006 +x_0=39999.99999984 +y_0=-79999.99999968 +ellps=GRS80 +units=ft +no_defs  <>
+    -101.22589536732967,9.810336808775823,8166532.280342483,-1.2253309053999264E7
+    -41.83328689251431,87.49254991909359,2440885.594291653,2.0156141528561186E7
+    -122.78941648077698,84.30642600051274,-6636.863558768,1.681368037552917E7
+    -39.01911469327442,25.477722163469892,2.3990833963611756E7,5784546.919083936
+    -52.32010099518442,83.63574769058648,4085873.374214901,1.8128391807833403E7
+    -67.51411956039198,88.2154850321347,1471442.825282285,2.001197454930315E7
+    -176.9523598785119,44.213152783255865,-1.3563493354431998E7,4828156.165151427
+    -74.30060546298066,-16.49526841742966,2.5472572201501932E7,-1.9043958416267604E7
+<EPSG:8331> +proj=tmerc +lat_0=41.75 +lon_0=-117.5833333333333 +k=1.00018 +x_0=70000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -120.01635988455737,-31.270402968053276,-161780.215941302,-8088834.255672822
+    -120.80151660592396,66.19955102027407,-74952.759030256,2725437.49482269
+    -118.99612745384083,31.695129335568566,-63969.433601143,-1115154.98995177
+    -121.0141189107478,86.27781853056459,45133.918228609,4963993.560266002
+    -110.61937681807697,-80.870430770731,193140.025622955,-1.3616051114159934E7
+    -123.11666871833344,10.608447318055312,-536503.111501101,-3445931.164803394
+    -122.08881051371293,21.48317605924872,-397351.05876028,-2240960.349882151
+    -110.69293709410171,-35.03873366670385,699347.528521036,-8526078.393488988
+<EPSG:8332> +proj=tmerc +lat_0=41.75 +lon_0=-117.5833333333333 +k=1.00018 +x_0=70000.00001495999 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -114.55051811456353,-88.62734624826174,256274.150639043,-4.749126567199072E7
+    -121.69558906721747,68.33155145015431,-326252.143841882,9728283.159164395
+    -118.91805854367227,2.698881238488795,-257406.164840547,-1.419336370537968E7
+    -117.78015009976647,-29.342000728046898,166936.999404674,-2.5828340704578772E7
+    -114.85859199093701,72.80629505183532,524687.495445917,1.1354661853457712E7
+    -120.9166169516563,70.45045951699012,-178816.189745221,1.0496575389881605E7
+    -112.26597183894901,-65.80309761833946,1027247.549857655,-3.916403716215027E7
+    -123.47985225007037,-46.14321939450007,-1265202.517484564,-3.2003156662684504E7
+<EPSG:8333> +proj=lcc +lat_1=46.16666666666666 +lat_0=46.16666666666666 +lon_0=-119 +k_0=1.000025 +x_0=50000 +y_0=130000 +ellps=GRS80 +units=m +no_defs  <>
+    -80.13332346446306,63.79153777803198,1994716.52490583,2612562.577700081
+    -108.80103353670405,12.725865269047802,1335819.855379629,-3694251.356095809
+    -177.15472572566162,86.9579117040186,-527975.48418383,5621360.69171109
+    -50.359772023654415,37.36997314945431,5461547.017786591,1644798.56243794
+    -76.73297467963697,63.29818057373723,2178658.651772021,2649146.383935309
+    -107.1129299473912,-11.585238255982825,2083905.216523526,-7224264.410554456
+    -78.65184778614947,80.06541489122652,1039173.822432486,4487589.723344566
+    -96.60555467057011,65.08729263730403,1158456.675296115,2437689.284195787
+<EPSG:8334> +proj=lcc +lat_1=46.16666666666666 +lat_0=46.16666666666666 +lon_0=-119 +k_0=1.000025 +x_0=50000.00001504 +y_0=130000.00001472 +ellps=GRS80 +units=ft +no_defs  <>
+    -60.675952290292074,7.78785455227062,2.366931314434263E7,-5486473.782508988
+    -139.23103169995568,62.15351687026636,-3414746.715595728,6807178.056142694
+    -89.48141793978955,-2.6686198586161165,1.4686952631232215E7,-1.6709476316639865E7
+    -162.05771439925306,6.658876064487817,-1.8193808250148416E7,-9927792.573816098
+    -133.39471262424365,58.978339530816356,-2612801.155091943,5398392.902902755
+    -77.99652197515957,-10.672468865434023,2.1999688816385385E7,-1.7919369873876482E7
+    -89.0034668922653,80.72270696260556,2505206.74691111,1.4650850180012796E7
+    -114.5623841355026,43.40019542697804,1344236.520434523,-549557.240774857
+<EPSG:8335> +proj=lcc +lat_1=44 +lat_0=44 +lon_0=-118 +k_0=1.00017 +x_0=60000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -72.28952938395759,-12.3190852382031,7369460.110486398,-5193927.025676374
+    -45.38017128188841,-5.9893732014221825,9972791.472114112,-1570613.575092009
+    -162.9675276918829,48.74397893916753,-3097394.163413621,1410699.452476372
+    -93.57153527095402,5.497770056867335,3326797.472150972,-4089061.360494492
+    -67.28316276676206,85.33553259194558,810221.881167879,5554281.129466178
+    -175.16079941721043,80.38227230028652,-1315151.184718092,4960620.148286168
+    -79.63628548802407,49.59667650651875,2748194.369783321,1259977.404350283
+    -52.002052978410816,34.21475856036454,5590399.623982733,1247131.195567439
+<EPSG:8336> +proj=lcc +lat_1=44 +lat_0=44 +lon_0=-118 +k_0=1.00017 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -144.71456571929957,66.14494263230144,-4062070.855854599,9021663.708133137
+    -33.7619475862565,42.26323347517123,1.9249203950479586E7,1.0040240952382457E7
+    -168.43732529148818,77.6488816209861,-4631754.746327888,1.4821347966641195E7
+    -147.98530211185698,38.62751311780888,-8219450.154657189,-413786.871633849
+    -105.7780822967375,44.917808531921914,3352347.914620608,568896.145711468
+    -144.34017808803077,64.94895885395947,-4154072.072014934,8549957.937094267
+    -85.19404530673354,-12.953182030920502,1.7986142947232325E7,-2.0634035384679265E7
+    -35.79387024999252,60.72496072646787,1.3215756448103527E7,1.3287275804498827E7
+<EPSG:8337> +proj=tmerc +lat_0=41.75 +lon_0=-120.3333333333333 +k=1.000215 +x_0=70000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -124.62231920257338,-36.687937771028366,-313509.941139363,-8696201.801862618
+    -120.91316521572242,59.27613164151779,36934.367342221,1950123.28348094
+    -125.44860197933943,83.13861098761268,1819.385882591,4615772.967125829
+    -116.1338832774935,60.3030701397478,302126.741058909,2071808.347362241
+    -124.06503041425101,-66.84668475386945,-93755.840098966,-1.2048619518665321E7
+    -115.41506552151448,53.71682173994594,394654.297054286,1342058.648951268
+    -120.46662550862514,76.06461069800505,66414.507821544,3822729.762710426
+    -113.81833335619969,33.54192159336944,675739.439400148,-892134.205932272
+<EPSG:8338> +proj=tmerc +lat_0=41.75 +lon_0=-120.3333333333333 +k=1.000215 +x_0=70000.00001495999 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -123.65257917599958,-73.85409659123236,-108410.339986365,-4.208836727188884E7
+    -126.95223034777979,-7.891370129033902,-2170655.370055482,-1.805613540337067E7
+    -119.09087338265263,-20.00724225937114,656330.968002434,-2.243762999586789E7
+    -127.22422082878148,50.46199386162874,-1375252.781326939,3252332.836219006
+    -121.27773689508335,75.0955698430239,140649.454028466,1.2187501135829661E7
+    -121.81634768438543,-52.47059473640687,-101042.665299597,-3.426133785405097E7
+    -126.23841331024529,-41.19538633276712,-1396254.082756524,-3.0200027249718126E7
+    -126.35778503048161,65.97852935154643,-667617.139123436,8892076.034191476
+<EPSG:8339> +proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-122.5833333333333 +k_0=1.00015 +x_0=10000 +y_0=60000 +ellps=GRS80 +units=m +no_defs  <>
+    -113.48712026571145,2.0813892248307546,1274486.903736629,-4711973.487317396
+    -63.249307337456685,19.873339296679994,6155379.175265032,-269406.335195704
+    -133.46967407268204,59.48833232231439,-636633.254982987,2022413.643428948
+    -133.36057153188708,40.073046861020465,-907803.525584856,-151261.51054892
+    -114.88525377723597,42.811794323882125,638860.661948073,123201.865672131
+    -62.92527863254284,21.12750170895758,6087095.29620817,-132530.914820459
+    -71.87659210194833,78.65875516940973,1447528.199629849,4921478.701324131
+    -109.65037209129586,60.99662419651894,750361.199330449,2214959.345930653
+<EPSG:8340> +proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-122.5833333333333 +k_0=1.00015 +x_0=10000.0000152 +y_0=59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+    -80.71033787226982,67.12179660296823,6454088.129587525,1.11404800815263E7
+    -156.01599169237633,77.29023095660112,-3444576.698702652,1.4712266303849468E7
+    -80.43723233720583,66.12735539541747,6686055.561826605,1.080429733110751E7
+    -125.58635285265908,-15.365904434840175,-1653961.1270647,-2.4544678898231067E7
+    -48.30254392682323,4.217210787129101,2.9062748995299533E7,-1129524.854029968
+    -170.21785135325385,-11.02166061857097,-2.4050693960286915E7,-1.5199894779361969E7
+    -110.67654220108409,1.942084163946319,5464659.240586231,-1.53633117032338E7
+    -45.97282831371365,22.076799708621124,2.395323808956713E7,4219184.471731468
+<EPSG:8341> +proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-119 +k_0=1.00014 +x_0=30000 +y_0=90000 +ellps=GRS80 +units=m +no_defs  <>
+    -81.21018506112691,9.508455098769982,4789097.020100576,-2981690.41991132
+    -43.83443119383659,63.7227616577635,3430991.891379262,3896801.672531157
+    -97.5483378683635,52.600500647191,1479042.819497918,1103664.774173481
+    -78.55745544079629,24.623561089096192,4196330.624559226,-1178813.306292804
+    -115.3007991126556,45.438451198610004,319377.880841421,117582.574677446
+    -83.45772771998911,38.58008689736024,3047835.726845366,23147.504757432
+    -87.60798781484185,54.110664078859244,2057516.679950178,1479271.443568485
+    -121.2467094190603,18.281540144659907,-232568.499816015,-3001843.269736462
+<EPSG:8342> +proj=lcc +lat_1=45.25 +lat_0=45.25 +lon_0=-119 +k_0=1.00014 +x_0=30000.00001512 +y_0=90000.00001488 +ellps=GRS80 +units=ft +no_defs  <>
+    -84.51803118138378,23.656017820126728,1.2044023261935372E7,-5148940.629166992
+    -34.93890080519529,-5.682502986565,3.6123573434386075E7,24849.747608503
+    -47.61288899738864,36.309809197618684,1.8710558974902224E7,5842225.762958972
+    -79.14325895077921,1.1792482445025545,1.827860759151307E7,-1.267913206114554E7
+    -74.65152428163267,79.3376281093869,3887283.814981731,1.4893209265471319E7
+    -112.63489333501907,10.450810442248596,2792262.886013325,-1.2996181980324974E7
+    -173.5365875138581,23.226389037356107,-1.8036672276294187E7,-1534028.151555039
+    -107.437100518519,76.7123335595842,1310893.517614711,1.2675433311474489E7
+<EPSG:8343> +proj=tmerc +lat_0=45.25 +lon_0=-117.5 +k=1.000195 +x_0=60000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -113.87127128271369,45.033616577051106,346002.160226431,-17640.225960884
+    -116.44986101915278,-22.224349133915737,168293.685380738,-7473203.306961842
+    -115.75353445267643,-19.966982995234574,242858.114157277,-7223799.124257553
+    -120.58814559443941,4.522908424204175,-282939.334815452,-4512750.81494612
+    -111.66628490278508,67.25527821960551,311538.95737947,2462396.243383268
+    -114.4542896602859,-25.23696571196527,367024.911733853,-7810035.343225151
+    -117.86441299297367,-13.705665259183377,20573.495605509,-6529811.748973578
+    -117.62698198614754,-83.10348924197059,58296.693891136,-1.4247211964227818E7
+<EPSG:8344> +proj=tmerc +lat_0=45.25 +lon_0=-117.5 +k=1.000195 +x_0=59999.99999976 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -115.97262744626126,-37.86330430248422,637899.270999387,-3.0209804142548073E7
+    -115.57094585147435,-48.67061769823747,663074.389244467,-3.4152073205962665E7
+    -112.82968760396446,-81.14509867367919,460048.840318765,-4.603576512529438E7
+    -115.90084179935444,10.900424195981728,770609.600278919,-1.2491985715292891E7
+    -119.91009204921095,-80.96450206498756,58173.808856696,-4.596186440044747E7
+    -122.70149424775597,-42.60085802548804,-1204076.935411066,-3.1975537196467463E7
+    -111.6938882869828,75.30497717226066,735763.034566165,1.1013656033065278E7
+    -124.47627818242648,-51.80196199241903,-1381367.293269578,-3.536482629797902E7
+<EPSG:8345> +proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-120 +k_0=1.000245 +x_0=40000 +y_0=60000 +ellps=GRS80 +units=m +no_defs  <>
+    -140.70990809459676,-6.372789705009257,-3113948.400965052,-5624997.951332374
+    -48.94836763462942,32.899203251949395,6017706.080231862,1650868.157751734
+    -169.19351541674496,41.57356109344151,-3838036.33220814,1114437.134157249
+    -101.5221725394037,69.11157048640597,878325.907510566,3246258.300821239
+    -50.26400338479186,51.10925739833641,4444850.390492647,2941497.541650984
+    -110.8193418223629,28.04056109449484,968480.991842825,-1510650.045314872
+    -174.5483773057611,9.347647822070925,-6463807.690494138,-1644397.70361434
+    -167.2719171802001,70.77268930072633,-1897688.888812939,3924263.109108278
+<EPSG:8346> +proj=lcc +lat_1=42.5 +lat_0=42.5 +lon_0=-120 +k_0=1.000245 +x_0=39999.99999984 +y_0=59999.99999976 +ellps=GRS80 +units=ft +no_defs  <>
+    -179.7498401503245,56.418169477335596,-1.1360523821298713E7,9554937.235953547
+    -63.58450238720876,3.1414376720756465,2.3757649906581376E7,-7043232.161736961
+    -123.87408277163786,86.1479863426862,-52901.53135854,1.9045615182886317E7
+    -152.68075338846043,85.31106668590974,-1599961.889695543,1.8805806906200245E7
+    -92.91877419853566,3.462597111966552,1.2102533201255692E7,-1.3132988009725485E7
+    -148.02494870164202,38.32470215418337,-7785707.439507607,-5848.994632097
+    -63.14805664661763,-6.1141540045195235,2.6639384408454813E7,-1.036087517598614E7
+    -101.9578044817211,3.5865541820802456,8171225.272001951,-1.4146860376311665E7
+<EPSG:8347> +proj=tmerc +lat_0=43 +lon_0=-122 +k=1.000223 +x_0=20000 +y_0=0 +ellps=GRS80 +units=m +no_defs  <>
+    -122.95684207391801,-35.104588511981575,-67257.911770009,-8651263.726296268
+    -117.86233877430698,-18.939173299491955,456219.251365272,-6864302.738685656
+    -128.86002013221994,82.79571309908377,-75884.129908119,4441303.832638449
+    -124.92454422983829,-43.04503115004894,-218356.302647667,-9536721.816280989
+    -123.44667610635778,-78.74635966296991,-11533.630418198,-1.3511286581889162E7
+    -125.60386507576875,-0.6497448766695157,-381510.816415627,-4835786.42988627
+    -120.34203810668421,34.52767620013201,172258.455854299,-939485.709777811
+    -124.71455029819826,38.19340946171569,-217872.263095349,-530387.116705549
+<EPSG:8348> +proj=tmerc +lat_0=43 +lon_0=-122 +k=1.000223 +x_0=19999.99999992 +y_0=0 +ellps=GRS80 +units=ft +no_defs  <>
+    -128.18659985314153,-44.43270960353568,-1550892.20545952,-3.18420022422784E7
+    -126.96864260345544,54.06944041204784,-1001396.099534819,4076871.369558136
+    -127.34287152838516,73.19603410789918,-499690.560900157,1.1060779968342204E7
+    -123.81803189245245,8.726868298954159,-590983.121586598,-1.2460771526589384E7
+    -127.11132402381371,3.7450183662548966,-1800075.660935496,-1.4264832390367063E7
+    -119.6533345651956,-60.165852302605856,493105.745094621,-3.753325511546164E7
+    -115.31458837025677,48.83043213598768,1675859.416638961,2197491.98149403
+    -127.16427184661045,31.514277767835566,-1545131.477687645,-4145095.130665299
+<EPSG:8349> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+    143.07028884852724,-81.24593429724099,143.070288849,-81.245934297
+    9.013437070345418,-4.075215574669556,9.01343707,-4.075215575
+    -101.13729524532604,6.270089766822238,-101.137295245,6.270089767
+    -121.56683442199659,67.97279648182854,-121.566834422,67.972796482
+    34.5288456600251,-22.52849826008479,34.52884566,-22.52849826
+    -91.16029140912603,80.50948765130374,-91.160291409,80.509487651
+    55.70075091522011,7.349175712187346,55.700750915,7.349175712
+    90.45425373253642,-36.04725019562817,90.454253733,-36.047250196
+<EPSG:8350> +proj=longlat +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +vunits=m +no_defs  <>
+    19.29466660766198,-29.68805868109031,19.294666608,-29.688058681
+    -129.8635583877052,68.40475260538435,-129.863558388,68.404752605
+    23.68471809176708,-42.11547617164304,23.684718092,-42.115476172
+    -105.56485361128226,-20.798852066509625,-105.564853611,-20.798852067
+    -158.36483196829565,22.48926763324434,-158.364831968,22.489267633
+    20.985773942080584,-48.03682906123449,20.985773942,-48.036829061
+    -72.55993195674722,43.369390487774325,-72.559931957,43.369390488
+    -151.8547718050687,89.14691498720137,-151.854771805,89.146914987
+<EPSG:20002> +proj=tmerc +ellps=krass +x_0=2500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=1.0 +no_defs +bounds=9.93,50.21,12.0,54.18  <>
+    11.285521671466306,52.77563040461823,2654229.477625173,5852204.252600689
+    11.474147861914297,53.422186241777275,2664470.526630242,5924561.939171123
+    10.372499778137787,50.2605467115185,2597869.512070037,5570827.446514721
+    11.47156590830014,51.607803857323226,2671212.342920389,5722701.984466896
+    11.270269223234859,53.98621910488631,2648914.299327493,5986874.042258135
+    10.631157372290453,52.70192087743245,2610261.984711911,5842800.337338437
+    10.0993369845176,50.70432074762134,2577660.702876926,5619868.12333266
+    10.073809580762399,53.54798311120722,2571176.469399732,5936246.846846342
+<EPSG:20003> +proj=tmerc +ellps=krass +x_0=3500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=1.0 +no_defs +bounds=12.0,45.78,18.0,54.89  <>
+    17.88150446446269,46.556938420062934,3720959.477812872,5162120.078077586
+    12.14990945953829,54.11254911215453,3313628.522727521,6002305.389211371
+    15.790587071527652,54.572973186769524,3551129.144659106,6050087.38298655
+    15.346325513940048,49.73686816692869,3524965.716214129,5511734.305794967
+    15.62714295169991,48.97222304354931,3545915.32660231,5426823.620074387
+    17.504372586464733,51.99791216411585,3671992.993494012,5766175.228804653
+    15.468805950924377,53.61561584912078,3531025.234745926,5943339.979730446
+    13.850998052563622,50.3091610705603,3418150.558563406,5575965.238626137
+<EPSG:20004> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    22.058477072434727,41.484336246813854,4588529.162714886,4595027.553165917
+    16.15693474929932,76.87444549312855,4377442.055516853,8541371.479913354
+    20.944472850633375,-2.9970255041506277,4493954.010543335,-331320.055901795
+    26.815545539761416,17.742527187326658,5117785.508685888,1972165.088469517
+    26.843123499622028,-47.393009337490966,4941210.247898297,-5267537.655634797
+    17.665719554863895,-1.9219155088292297,4128948.402050975,-212798.906592264
+    19.224261224688327,-78.84329299807744,4461762.309878144,-8756680.931424184
+    19.61163152884248,35.200238308677896,4373690.566334973,3897810.330004863
+<EPSG:20005> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    26.51224100989503,-21.5547071174352,5449599.961500069,-2384524.419099704
+    27.904931456735245,-45.65870741572328,5570655.132240964,-5058552.816337829
+    25.882254786531576,-73.30412866394381,5464270.426704864,-8138076.897961797
+    24.79159928672008,24.588968641851537,5276412.007573748,2722423.889875695
+    20.653544822596018,45.0674275946954,5000314.900557416,5012191.249871604
+    25.408705216658824,-0.9905986456428906,5322982.97846769,-109497.011258042
+    31.573170359604312,-63.517242749789716,5727612.02466707,-7054221.906977772
+    25.855500713530382,-15.23801535013564,5377160.7168104,-1685588.927959505
+<EPSG:20006> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    35.01674277963366,-7.254776903587384,6722883.716410534,-802656.146296772
+    29.624482523795102,48.237584941715966,6249395.661725954,5350465.29021705
+    31.880178126128424,-13.150604644987041,6378700.80740919,-1454576.169612618
+    31.02664611010761,-63.86703550924949,6403112.399598991,-7086571.609006826
+    30.82832312466614,-4.768735089521158,6259140.687941594,-527614.88184507
+    29.796144397247183,-82.87625334369687,6455767.89976939,-9207655.841153787
+    34.32008233369879,-1.6495250712840317,6647023.924137905,-182364.36332039
+    38.87859567825288,19.89035242892237,7116562.124312871,2211110.605163633
+<EPSG:20007> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    34.69991096875997,24.633889398075894,7064471.797269763,2732417.07247364
+    34.86859929419965,58.51444415264825,7259421.719005804,6496087.475186763
+    36.256801216858356,56.84053988524033,7332717.849365519,6305611.921449898
+    33.23509984172434,47.45978582809914,7065497.29417962,5274598.684944795
+    43.6003673138865,-19.79369402247842,7982560.454851245,-2196034.974492877
+    37.050705862463026,3.354556431941333,7283444.848049264,371231.721178196
+    39.09334984737691,-87.64775974341485,7500544.905620597,-9739337.065769654
+    42.87226436837197,-19.947304173436322,7905712.588047085,-2211152.543798073
+<EPSG:20008> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    42.92578623556609,21.27840514939058,8284816.538047872,2355405.111758532
+    48.216032256682915,41.74182464702761,8767648.01526351,4628052.610479971
+    49.12394488627629,-67.82273920513634,8673793.55192826,-7531931.726514737
+    44.78712416757764,54.24813863641876,8486231.165396487,6013646.072917348
+    39.837149768064435,-72.29848874792644,8325014.123860083,-8032999.572728877
+    38.019167044603996,-26.379445058471234,7802402.222663451,-2937763.244101176
+    48.381923307281575,6.175049934083077,8874625.352637991,684102.885312268
+    46.918631623084295,-11.706972493303255,8709310.748336874,-1295307.222647132
+<EPSG:20009> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    47.16055325358308,-85.49813270697265,9466465.102897497,-9500339.272094758
+    57.42987433299154,67.56117996009692,9773683.779193955,7511227.596872338
+    45.87058313690222,-81.94963224948042,9419972.360989055,-9106460.935935093
+    45.69896271562844,-62.6543233233891,9228528.02337799,-6961031.175365688
+    49.24206436350739,65.71449470567202,9419398.185573753,7292212.219473155
+    51.18783243692615,8.502658805545806,9520778.592070518,940333.286218341
+    54.24128775135732,-64.44170696085592,9656144.393888986,-7153088.566859318
+    45.911964208786785,35.80130432240702,9040002.564544648,3975548.314610228
+<EPSG:20010> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    58.99958577996408,56.656853931405806,1.0622714973517116E7,6283561.777858757
+    62.134600624913546,-60.1000699674636,1.0785548202579703E7,-6676310.920810742
+    60.741342321167444,-82.19448966502094,1.0556803859056836E7,-9132076.700756194
+    61.01279880046762,22.4540040590567,1.0913366567200547E7,2489688.540430157
+    51.45898704883309,62.049176185926115,1.0210472608782813E7,6894867.014695588
+    54.83356958844708,-39.4969847977241,1.0313727464639474E7,-4375871.333803027
+    52.586194258661166,13.116927782313383,1.0021054732932093E7,1454922.560630109
+    57.236743443175904,-67.33749709536181,1.0510273857456025E7,-7472019.948880563
+<EPSG:20011> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    59.06643953920897,-17.889586744521424,1.1082965432652162E7,-1983088.200662004
+    67.09747546498924,-67.95064378632827,1.167170613956262E7,-7546069.48080121
+    66.97053913261283,-20.938281250911075,1.1913315964372778E7,-2321291.457820558
+    61.402076947349315,29.274744097152208,1.1344781341015775E7,3240855.426949998
+    64.29097016053542,5.64024074582143,1.1643108070356054E7,623925.55047049
+    61.89640423529283,76.48776167051523,1.1471285892458042E7,8493341.498028133
+    58.03112019593348,57.256556646478714,1.1200347275675824E7,6359491.293285387
+    61.538395734276,17.637104836454142,1.1344959275064062E7,1951495.929293673
+<EPSG:20012> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    74.9947295429459,-7.682985505836143,1.3162619995700529E7,-854156.056701072
+    69.70026872437214,-30.79253092831599,1.256709065428022E7,-3408112.405236821
+    62.43269823245631,-35.29680974988233,1.1902279378158165E7,-3927302.893618937
+    74.33822462864995,-5.031766859193922,1.309289028024611E7,-558743.703197006
+    62.74400986518655,-59.83909189569502,1.214962875751539E7,-6652686.945707176
+    62.65961135880459,1.4150585892692789,1.1793019010442004E7,157520.406111407
+    65.73939416541025,58.90698828271749,1.2312206074978953E7,6536944.359984702
+    71.42260554233037,38.32448711574979,1.2711922710930558E7,4246360.342838592
+<EPSG:20013> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    78.20383206511485,-39.04387415600368,1.3777452413260771E7,-4328197.583467236
+    74.68721795943968,76.5883815158314,1.3491954871758612E7,8504311.65760872
+    69.27048892248717,-23.529297189890926,1.2914292722683024E7,-2614796.050301039
+    71.6547162444523,-50.723619816318674,1.3263854437265009E7,-5626631.691770148
+    76.10682616530976,44.890577069368135,1.3587489921002442E7,4973438.172223399
+    81.82323567491468,-6.050035363757843,1.4257173349874329E7,-673688.672381632
+    78.24192928931323,66.300840715401,1.3645465920565875E7,7360202.788252009
+    79.41916014997739,65.5608283258668,1.3704017545402005E7,7281084.235437354
+<EPSG:20014> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    74.67934716311164,-53.88911658124112,1.4084711503659021E7,-5992066.458939274
+    74.77517073612826,-28.300213291037664,1.388879101223728E7,-3147415.581425678
+    81.46101427752717,-0.620571955266044,1.4551357933241453E7,-68539.810441507
+    84.84441100029477,69.1613106208572,1.4652645362048732E7,7680249.514246278
+    85.77758765654258,42.31892898479231,1.4893926522957867E7,4698187.796878959
+    82.05698658534989,-36.93226585275425,1.4594211309513032E7,-4089445.208710641
+    80.68649537578482,-63.47625362238914,1.4484415771706052E7,-7041480.574407596
+    74.04625398219724,52.403054067252725,1.4027074487458877E7,5831031.103695975
+<EPSG:20015> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    82.46925956515095,-57.03550901919911,1.5225060761286452E7,-6332952.510201828
+    93.21184840745818,-4.109912136433522,1.6191109273746988E7,-457067.890540331
+    81.78139329580553,-50.31047112514623,1.512838140295731E7,-5588365.593153347
+    92.92610473193116,59.31126466191577,1.5837264552472107E7,6592404.015879763
+    92.04852662730457,16.46306166279126,1.6039718284940992E7,1827709.693954517
+    93.61843640130613,-10.752953000815893,1.6225447606066782E7,-1196897.493799937
+    89.47847245431464,3.0627440326864246,1.5775623041231073E7,339062.935221905
+    92.31119800205101,32.550420133789345,1.5999177798339445E7,3615419.329202826
+<EPSG:20016> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    98.10673329286567,70.99087682536285,1.6685542966561854E7,7887391.098295401
+    93.86816808230985,-71.23326171266002,1.6531201710936897E7,-7906783.361244717
+    99.13457250542349,-70.34380406081151,1.6730075438312635E7,-7818930.769395818
+    99.21623473601798,-68.63456358749953,1.675249365734729E7,-7629410.228284481
+    91.55937282918819,64.37416492253124,1.6430472397322359E7,7142393.074804666
+    99.12246760030911,-13.645214253769538,1.7163580799897797E7,-1517394.804156579
+    94.77401945897677,15.079379643061088,1.6690765114608709E7,1668614.15258882
+    98.48346494863316,-28.444704553174176,1.703760124496642E7,-3159920.852964142
+<EPSG:20017> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    101.67048315911589,42.11616137639584,1.7720856066317208E7,4668043.274226691
+    99.95055978428363,-72.4126280734054,1.753207299999561E7,-8038413.808503231
+    98.69630372585483,2.7856899101608263,1.746623204067148E7,308112.676822975
+    102.84167045931368,-50.790824940173486,1.7770851324505176E7,-5635797.590663357
+    102.63055161359547,-14.189639081307035,1.7892131425560486E7,-1572290.559994757
+    102.04789949152713,-57.17609090825087,1.7684320517090425E7,-6343597.217121139
+    98.78660002598394,-21.36588416955682,1.7477867100826163E7,-2363518.238777287
+    98.47601208385852,-69.32536419192813,1.7479347373945735E7,-7693786.798378077
+<EPSG:20018> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    111.69365339892668,4.827526849159568,1.9244172372579128E7,537563.575066481
+    109.91921418269918,46.22527083765732,1.8879473947221573E7,5132950.623823324
+    102.84422723897737,-84.17611939170256,1.847556229319528E7,-9351973.320358517
+    108.32953505087026,44.191240806207674,1.8766179570106097E7,4900515.778889814
+    99.1870777877747,82.5522296634802,1.8415973601932216E7,9174407.854756458
+    111.06723702531485,-88.7740312107906,1.851446223248746E7,-9865834.330753462
+    105.36779720202314,-11.41140811845051,1.8540124924537096E7,-1261915.215791883
+    104.6708194117658,1.7138417785166808,1.8463357761747863E7,189591.31269215
+<EPSG:20019> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    108.63214688645216,-80.29396144052289,1.945540162686727E7,-8918882.06972833
+    116.69820237981595,-5.189296582527092,2.013274258151287E7,-576587.709627691
+    104.32999759012255,-49.79605842470934,1.901991785352628E7,-5539490.271749834
+    110.1099857273197,-61.385411291990124,1.9452402297022395E7,-6808727.753514905
+    109.48408702637893,-88.66239288125139,1.949602370638149E7,-9852651.960725449
+    111.7854761902711,27.839836295286815,1.9577348046568997E7,3081003.905094563
+    115.82336059450081,-77.58768594960314,1.9615635536468495E7,-8620562.01677501
+    115.52457658800007,49.71442145575281,1.9826226341962855E7,5518966.152949416
+<EPSG:20020> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    111.10333988975087,6.359968122626768,1.984642722971515E7,707092.356568646
+    119.76340282340638,-44.35020214434652,2.072029832261423E7,-4916387.31688694
+    120.6553857453074,36.179673760457405,2.0828858925275493E7,4011736.397172489
+    118.26789952035743,14.3522895132852,2.0636732582309447E7,1587772.858339214
+    123.34493942525258,66.89220145952328,2.0777557045618724E7,7436529.74026919
+    114.97390570865404,-1.6817646620771711,2.027446445320056E7,-185995.33954656
+    119.42541807308666,-88.3796938244699,2.0507620259729452E7,-9821188.459269838
+    123.79045909085973,56.83713952103986,2.0914039396790627E7,6322402.571578509
+<EPSG:20021> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    118.60611799316028,40.23520127683244,2.112596709297326E7,4464976.410497262
+    121.19417359521154,-66.47762013087623,2.1419498258317593E7,-7377242.586491209
+    126.113303065478,3.371094435241929,2.1846090099406052E7,373394.68588401
+    127.3793960073098,-18.059871708132818,2.1963957195968904E7,-2003031.695489353
+    127.12283380001581,12.032600297341759,2.1949233247389786E7,1334141.793423597
+    121.88483936912851,22.053568476541088,2.1384830321993794E7,2440223.831631897
+    126.581792945981,59.068309646614466,2.1705340033391833E7,6555836.482601929
+    128.69193406883096,-52.70786699236239,2.188449919301004E7,-5857280.849442418
+<EPSG:20022> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    127.93317575354892,-49.720731361496775,2.2423004695546232E7,-5510283.587082474
+    128.27470670903256,-31.039578059037858,2.2430691801769074E7,-3435516.700395335
+    133.45467529559792,-30.05121511645042,2.2929747881720588E7,-3334095.79985126
+    129.7691361880107,-74.00255646593584,2.2523605188197605E7,-8215768.061046083
+    127.0968711755541,-31.681781556699228,2.2319465817828536E7,-3508070.521747523
+    130.73322089815943,10.34470675837504,2.2689784851529215E7,1144576.947468477
+    128.12336466585776,50.83211976551553,2.2438175283774406E7,5633833.002735156
+    130.8845248577933,-46.33240308425316,2.2645039550965533E7,-5134707.142191386
+<EPSG:20023> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    139.98651227806562,-59.064392677953194,2.3785823759983357E7,-6560499.481175138
+    132.73100277329598,27.608656461497674,2.3275904580981255E7,3057204.407089306
+    140.6421102561728,-82.81636569123869,2.357860408191213E7,-9203524.758882202
+    138.02433630613513,-18.67220607115125,2.3819097888583712E7,-2068005.83671875
+    137.5135030440465,-26.771207845672528,2.3749951369208634E7,-2964679.124609823
+    129.9310335185557,49.96618147858149,2.3136327136656232E7,5549478.061220564
+    133.67040637441505,67.89754276623003,2.3444075457425788E7,7535113.536945155
+    134.54148094561484,-40.49142019526301,2.3461048557159044E7,-4484140.274168483
+<EPSG:20024> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    147.20706455950744,8.44454000947708,2.5184726150467716E7,939361.95987425
+    138.18940296477044,25.26890052801197,2.4216728764831506E7,2798886.318161869
+    137.65129671846773,32.5884562645727,2.4185443719920084E7,3612136.318649293
+    143.10143191881434,-77.44901500499729,2.4550901686633E7,-8601264.351647506
+    140.98430252471576,-65.65611145585072,2.4499189675002202E7,-7284492.804704751
+    139.16045870418142,-53.75853826366853,2.437858901824934E7,-5960583.693194778
+    137.53883973957196,-2.612374477245922,2.4114777262897465E7,-289312.798418715
+    142.39928602810514,35.49748850938981,2.4626874452745624E7,3930761.773656917
+<EPSG:20025> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    151.32941086123398,11.927631124571235,2.5971923145073794E7,1322853.27789684
+    142.94261802427852,-41.270353872690436,2.5159888303315576E7,-4578502.201440764
+    147.78106782450385,67.378137595964,2.553344142668247E7,7476811.182323015
+    147.86133299453417,-5.381971812120824,2.559536673333336E7,-595112.807465
+    144.45099827956744,-72.49888034670633,2.5414330701459687E7,-8049640.612729823
+    152.87171241993812,-3.778218007583348,2.6153268977154937E7,-419910.956884545
+    144.14734759150465,39.55364618786328,2.5254703966388334E7,4383938.31793927
+    147.09893956445893,-18.91217512980593,2.5510322829699747E7,-2091878.325098234
+<EPSG:20026> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    152.67248859545285,80.23187884652589,2.6493688033292428E7,8911135.800085362
+    156.60918590136703,-21.0174980825971,2.687528477397527E7,-2329192.740760779
+    155.43306997525937,-85.52521573838497,2.652109080610325E7,-9502694.046638396
+    153.36920148374108,84.06060576754479,2.6504161016665414E7,9338696.733721517
+    149.428704833051,30.409499356915134,2.6156624543044385E7,3371015.150328419
+    152.29150658958716,25.072143641412396,2.6428409008158326E7,2774319.861507291
+    150.3862738592071,-22.74349944875317,2.623135281610338E7,-2518437.532460577
+    153.65895688882532,-0.05728218306971655,2.6573247110446803E7,-6252.818645408
+<EPSG:20027> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    153.6772588824959,-65.98959075111512,2.7258335691305466E7,-7331965.947312812
+    164.77230433019116,-68.07295038400139,2.7740243678299204E7,-7565297.193415801
+    153.8219727386318,-80.2154958689788,2.7401731443091717E7,-8913646.520030186
+    160.79469683602312,71.32658089588008,2.7564035861589763E7,7918035.318057016
+    152.73828800252105,-82.30538728826942,2.7406424500668276E7,-9147719.08695168
+    159.52806418482362,-6.733980212100761,2.7558264821016144E7,-744594.376704537
+    153.90925684209972,-62.83504222826642,2.7240660999608148E7,-6980273.800792843
+    159.41601650610724,54.02985989879818,2.752714522182298E7,5989413.601874482
+<EPSG:20028> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    166.90225545488238,19.016129972484748,2.870017913081276E7,2104631.521465431
+    169.18396673002397,72.1656309232541,2.8642856072104324E7,8015691.268949134
+    171.57716101351124,17.972358763995075,2.919779144589928E7,2000415.570101246
+    171.2486201781333,-22.946848553735492,2.9141651252698887E7,-2552277.560431694
+    171.43880649330893,-88.1479362288692,2.8523074622135676E7,-9796514.132887315
+    170.85863223600282,8.690362041920295,2.9145703653813194E7,966094.809806094
+    161.80852688299365,-1.6025492252706073,2.814455306419448E7,-177397.915464174
+    161.26919931570228,-64.27564542641828,2.831919921526683E7,-7135919.923695819
+<EPSG:20029> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    165.18795875136365,-84.91500221763997,2.944243290142705E7,-9437031.883989377
+    168.62034656525725,71.98969827526852,2.941773863036675E7,7992721.97118784
+    168.69684093350423,32.462016843338716,2.9283310962327607E7,3595529.163503312
+    169.39189960178686,-16.370827594812752,2.9328048210764617E7,-1811299.019772691
+    177.17096137663776,67.08584361947845,2.9767739175054725E7,7457348.901546073
+    173.7854250173317,-63.737594631906816,2.9637415725225892E7,-7073646.297251344
+    177.6348097830683,-35.166144923446964,3.0104792614802137E7,-3913224.580060093
+    165.5637516248407,5.771063456054421,2.8896858647455987E7,641123.802650191
+<EPSG:20030> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    178.00066417129273,31.78542240131901,3.0594645340529207E7,3518607.868957874
+    172.12454413704094,78.15924933438689,3.0388269357710585E7,8684399.120961409
+    171.29678706717698,-36.11326722359803,2.9986109829727605E7,-4013193.999266623
+    175.82346330821844,-76.10176923882622,3.0468311871936604E7,-8450330.648043787
+    176.15892501838016,-40.49185301378206,3.0428560885250937E7,-4484478.224628272
+    174.24709995263422,88.15993213511086,3.0490001048113104E7,9796818.529653113
+    174.44483738920275,-50.176069389786164,3.0317350064826585E7,-5563576.866345257
+    176.75022449724636,-80.54198313513643,3.0495285796996817E7,-8945777.739199564
+<EPSG:20031> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -177.80811197078972,8.210337633220362,3.1410817414724518E7,908097.676252037
+    -178.09188464271014,-40.42309973321555,3.1407199657038487E7,-4477085.060100805
+    -175.5388069610931,25.71817915770238,3.164651427166313E7,2846538.777341913
+    -176.15097037940617,9.35401765341922,3.1593133465371076E7,1034613.100949299
+    -179.76680291269884,-56.32282823166333,3.1328700128941998E7,-6247995.592907718
+    -178.95458680986678,72.26644498293268,3.1433400830555446E7,8023086.98117877
+    -179.083609506985,-25.481115707071744,3.1290316786637872E7,-2820957.07231662
+    -177.10317753165074,5.852459627452575,3.1488437652548697E7,647245.463147619
+<EPSG:20032> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=24.47,-130.89,-81.56,0,0,0.13,-0.22 +units=m +no_defs  <>
+    -167.6840455611728,-83.11142510405429,3.254426351809584E7,-9234011.552718604
+    -169.0061316368563,53.45817474015348,3.263229900381897E7,5927609.491540559
+    -168.24510696928212,52.299675709917295,3.2687782080804564E7,5800410.285150588
+    -169.17306093496782,-13.320395779024395,3.2697834706887733E7,-1473828.992186981
+    -166.4965939942941,51.94953724427356,3.280942255068057E7,5767463.145018241
+    -170.1754854006499,40.932910980604134,3.2569305751648005E7,4533586.828754711
+    -177.77892807075932,29.552694754834775,3.1842077288096704E7,3289905.539745075
+    -172.6998804584404,41.45104906514294,3.2357819760078836E7,4592198.304639812
+<EPSG:20062> +proj=tmerc +ellps=krass +x_0=500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=1.0 +no_defs +bounds=9.93,50.21,12.0,54.18  <>
+    11.66682272089146,52.49740901163108,681101.329895303,5822138.094751352
+    10.884483995919734,50.55449215820237,633546.7944537,5604320.374973593
+    11.94104725113748,50.25831094739603,709715.405054024,5573817.693506379
+    10.771801000203325,54.015815407549645,616139.389475384,5989234.653815406
+    11.733247006867774,53.38592160458609,681845.348489378,5921156.01649208
+    10.656867526636255,50.91591198132745,616516.980813843,5644138.17514299
+    11.416582604401643,50.60059455267699,671083.776815119,5610541.38845622
+    11.400306457424106,51.936618714042986,665072.196741357,5759115.470745178
+<EPSG:20063> +proj=tmerc +ellps=krass +x_0=500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=1.0 +no_defs +bounds=12.0,45.78,18.0,54.89  <>
+    16.360139115533396,50.28758611880438,596933.211711914,5573818.889058675
+    14.946459062225362,50.25477155207013,496181.602412295,5569284.948936898
+    16.253872530068428,51.558708627028906,586957.519676782,5715089.767941625
+    12.840461637264667,52.71455501726045,354066.943570851,5845146.175239344
+    14.334644674184142,48.765138158297894,451085.587774688,5403817.911078312
+    13.291855393744527,53.85917086765548,387612.56068895,5971699.036725929
+    15.458065453697106,45.887282653621014,535555.825875117,5083749.020505036
+    12.400106158303164,49.96119305650808,313456.524845467,5539869.305348489
+<EPSG:20135> +proj=utm +zone=35 +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs  <>
+    21.81414208986459,-85.70796032557769,456668.100323943,-9520505.509877695
+    32.401317017294005,-1.900392543329673,1101532.177495621,-211197.115594547
+    28.538888069088614,85.01041633660802,514879.38713577,9440846.245525606
+    23.123603047217436,7.9821062457331635,72429.116387398,884121.788329245
+    30.15808937766949,55.623808890697745,698772.228242664,6168514.506326763
+    29.866743817157964,82.65757841393622,540823.565534085,9179001.225915208
+    22.14579097514439,-41.70028069923843,96005.561861249,-4627988.388099846
+    23.699911892435658,-5.904171160134283,134460.478596381,-653893.823936937
+<EPSG:20136> +proj=utm +zone=36 +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs  <>
+    30.953458732992686,76.91527163935257,448212.091922422,8537982.881861972
+    37.430725845882236,-61.15387357321957,738259.382557463,-6787981.249037515
+    33.35179849513462,70.78724883981658,512842.809945198,7853477.36878291
+    36.37243582661479,-41.42560424802638,781724.81446196,-4591592.969931551
+    29.142199345537712,-20.648280831864014,97832.901939337,-2288175.865218294
+    34.96725373482501,-48.214549570014036,646050.209696266,-5342078.2475203
+    36.52563743004417,-11.564843111863937,884544.014434109,-1281002.653142555
+    27.986516422635642,59.50750752049382,216313.83645924,6607049.096399257
+<EPSG:20137> +proj=utm +zone=37 +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs  <>
+    42.75013303844852,70.40397249281631,640201.331111079,7815031.124046578
+    42.264237805880576,72.35940165460312,610268.187413966,8031796.299896578
+    41.25448907547297,33.730535994711474,708780.419933839,3734359.097318553
+    32.90288693885891,82.65533006749865,413047.299880897,9182339.839878531
+    44.39348063620585,48.79368756656271,895948.029384249,5418360.055961408
+    41.0132510182082,-48.17103935772037,649578.618510103,-5337337.883500466
+    33.45625398700763,-64.97506638999249,238518.566420278,-7217103.606284564
+    44.88282752871373,27.287587304267817,1082679.141363629,3031833.366765743
+<EPSG:20138> +proj=utm +zone=38 +ellps=clrk80 +towgs84=-166,-15,204,0,0,0,0 +units=m +no_defs  <>
+    39.0987543735391,-54.290950868681406,116010.286046467,-6032009.601507626
+    44.54946849785162,56.78860985225745,472369.697399608,6293745.363226028
+    41.94182364267976,-10.979293091240592,165638.217247601,-1215586.914764848
+    48.701657790871124,-82.2598739935656,555510.28331935,-9135453.490590574
+    49.0625253294572,-14.0048701883195,938920.737982396,-1552229.632509605
+    44.243385344766196,-83.48854518323037,490314.959183956,-9270884.69612309
+    47.99877779552674,-51.128435426778424,709703.434538229,-5668442.223712266
+    50.86974257679283,15.740965911704151,1129657.086067677,1748853.61084168
+<EPSG:20249> +proj=utm +zone=49 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    111.88098219988261,18.742685898671297,592736.479825483,1.207244736722694E7
+    106.55860056348602,37.94526439401368,109536.732153336,1.420894518590476E7
+    117.10985736159002,-19.1279686637903,1143391.847228772,7873588.59179229
+    107.29414684602948,69.19240935786596,353034.668465055,1.768021760864503E7
+    116.73805861044416,-74.5398338459785,670348.881377852,1719424.434296631
+    109.54490391058123,41.13499854460386,377742.713742485,1.4554659025307115E7
+    108.55032766396447,32.34257324895516,269316.768967484,1.3580926199918276E7
+    113.2798894354294,31.370500063734397,716705.804258344,1.3472788104344385E7
+<EPSG:20250> +proj=utm +zone=50 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    115.1415172357112,-29.4868698817735,319684.812791933,6736482.776328815
+    116.27216041873908,-75.9163854980916,480092.619252226,1573937.2252688
+    112.82388434319586,-41.249801974901374,149935.148054565,5424955.974025031
+    121.42167128161124,8.709526228098909,986719.054197124,1.0965440164192023E7
+    116.48167445626979,-71.60071372203157,481602.295313369,2055431.568574044
+    115.29267671582765,63.37407390939444,414509.308960217,1.7028361483630262E7
+    116.7075367865698,39.40798637815985,474691.858586433,1.4361993245995823E7
+    113.5543134213447,-52.60485041914564,266553.846025639,4165983.434976365
+<EPSG:20251> +proj=utm +zone=51 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    129.04226865701773,19.214607864005274,1135935.68613938,1.2135508222309824E7
+    122.47341442570627,-5.611799457828383,441547.440957443,9379524.777984113
+    124.34827845247837,-37.41979277789751,619167.389698512,5857551.494474754
+    121.35040203910862,77.11264244209192,458810.990573846,1.8559924597864736E7
+    123.88295579122234,-76.8724868835454,522249.911279137,1467190.789871706
+    124.31603040983006,-76.90323404653157,533151.002645696,1463555.372035677
+    123.58406326091217,-36.886457464133976,551908.255221251,5917411.101643487
+    116.99806918404371,-61.85678163669753,184350.106165585,3127059.625426382
+<EPSG:20252> +proj=utm +zone=52 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    133.80565959090006,-59.75095777559031,769769.428739003,3366398.651518313
+    129.43932332746212,-81.22986824433957,507348.136587125,981006.088284755
+    130.39906103633788,64.17127113973189,567886.685021404,1.7116827228143156E7
+    124.14795028325409,74.29322153046718,353407.212556515,1.8250735118864987E7
+    131.84591849554337,-13.910338431660918,807433.336594559,8460188.641310573
+    130.07932581699654,-86.68503120429563,506838.478656389,371987.09284267
+    127.04301655499486,2.2160939769993178,282222.922326956,1.0244938685743503E7
+    132.8706493388245,26.67233383750262,885188.861827149,1.2955878532912103E7
+<EPSG:20253> +proj=utm +zone=53 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    137.35800194133378,-57.343909516687106,641775.212889122,3641718.816989832
+    130.31399131884564,75.0736348417501,365276.473649647,1.8337168042328015E7
+    141.28013790320747,-87.41491734978219,531437.998609262,288822.155714847
+    137.76354229466432,35.667448619946896,750026.059485979,1.3950496824134799E7
+    140.31771453243857,32.489222468386245,999793.296640007,1.3607052354843592E7
+    128.6622193238573,-19.134823602053586,-167717.862316659,7871946.28249554
+    141.805240638857,-56.79217737298232,915182.474698934,3684918.98267786
+    140.14719088895015,-60.5323971182067,782147.443815593,3278095.817513798
+<EPSG:20254> +proj=utm +zone=54 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    141.88388707735976,-21.0719482122894,591698.973503382,7669460.159271579
+    139.75054763864338,16.294459611928673,366384.511159926,1.1801790099774973E7
+    142.86414063652018,-88.32577839582778,505963.892260844,188746.691608941
+    139.24772216794477,-61.00984770627487,405145.912418862,3234689.097106196
+    139.67053597729895,-12.002568000644843,355142.487169971,8672644.688698035
+    140.62554397865094,15.921436902123943,459799.038480721,1.1760154684811078E7
+    135.8943876632902,-69.54420109045543,300946.334701284,2276495.621747148
+    137.7863938541888,-27.430373071017456,182165.869864967,6961610.830003301
+<EPSG:20255> +proj=utm +zone=55 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    150.00252081621446,-16.31374941764747,820751.28547852,8193820.442347143
+    143.90740049832192,20.9116543250543,178162.635280769,1.2315359695862252E7
+    143.87880800220267,50.51712402233818,278624.427677489,1.5600753733195521E7
+    149.94751735830945,-64.12024672027363,643398.620127559,2886098.422622489
+    149.94765364921992,-44.48085424824739,734297.386817674,5070308.608578851
+    146.34874725013688,-12.057992315201759,429003.957195591,8666778.5317135
+    144.37972175309037,-64.31652622837035,373207.094941725,2864936.714436103
+    149.8410924163374,57.9838765903076,667873.24090457,1.6430440866225649E7
+<EPSG:20256> +proj=utm +zone=56 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    158.77694516337243,21.195411573047423,1100269.6972119,1.2354635975449594E7
+    151.38479403549945,-44.065648705140646,370541.755383371,5119377.472314244
+    157.45984847792914,-72.02378221690594,653398.496472377,2002563.909345965
+    152.01300446670345,76.90588619369794,474936.357413355,1.853654252396015E7
+    155.6845276435359,-64.50801123486906,628785.298560082,2843473.724162233
+    149.92482578232543,76.15130729190727,417763.750099484,1.8454269496538706E7
+    156.8775894051737,88.52064453464263,511066.960286906,1.983327078788719E7
+    157.2474147721727,-40.27700953375936,861039.767707557,5532643.904366503
+<EPSG:20257> +proj=utm +zone=57 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    163.26708473406825,78.19263017285655,597296.272412637,1.8683495142752588E7
+    154.1876150959534,50.76503692176334,160586.2342055,1.5634733706616167E7
+    161.43121997723253,-2.894189475368961,770179.613269869,9679653.192645425
+    154.05121646066246,-32.40884709369021,34302.835071323,6403256.499215428
+    157.51593066271894,-51.30457404565205,396457.809670967,4315064.358305392
+    156.1986908582519,-80.8412946209594,450153.557561935,1023148.85201415
+    162.77249449435544,-19.65153230921183,895614.554414934,7822509.361154286
+    155.6284700225906,13.333587344343968,134585.006281791,1.1476383165111784E7
+<EPSG:20258> +proj=utm +zone=58 +south +ellps=aust_SA +towgs84=-117.808,-51.536,137.784,0.303,0.446,0.234,-0.29 +units=m +no_defs  <>
+    166.83755145207698,-4.992557742960955,703654.068182519,9447710.389069537
+    161.30037980219657,36.48094541337484,168431.389406207,1.4043610217561102E7
+    169.27376372818986,5.636263095691859,973635.094969811,1.0624593519831877E7
+    171.26332465287985,83.17867630666586,582808.893250078,1.924100916750078E7
+    159.28001821080764,31.04628393382056,-46332.210324218,1.3448752839774022E7
+    171.03490480517888,68.81569244567785,742967.366346781,1.7645815917416297E7
+    167.61871510727758,82.1660712090773,539750.321389967,1.912436675856255E7
+    163.94849651513923,87.25912064212571,494300.223018213,1.9692114099861152E7
+<EPSG:20349> +proj=utm +zone=49 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+    110.93114993556945,72.44965420770816,497540.417132786,1.8039077071507018E7
+    116.96034160132044,-86.36489793232406,541972.873765205,405651.144908125
+    109.24312764962194,87.26099050907945,490485.536760378,1.9692333000834037E7
+    108.90103402701195,-71.48308564239575,425472.351718025,2067352.501313965
+    104.83028435824306,-29.642749388907795,-97905.885447413,6704699.231452509
+    110.40072612236945,55.91304077750078,462397.859001626,1.619650504033852E7
+    105.68340093744061,-82.29466450786637,420385.947741279,858565.758674355
+    106.35341507980534,6.890378883336183,-14035.770939037,1.0763989532855589E7
+<EPSG:20350> +proj=utm +zone=50 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+    116.51901685289728,88.44138004731772,498398.185227231,1.9824001715469204E7
+    121.21465565262035,-39.821454691609325,860611.547989732,5583411.698725381
+    122.59792505071493,34.952949721140726,1011262.096530126,1.3882066894922055E7
+    115.37813159548847,21.913378017326252,332328.008372115,1.2424001548405599E7
+    118.26634392230716,-54.46500105756399,581936.004534613,3963878.951093169
+    123.350396992403,-20.180502940992,1164425.8365832,7755647.439285388
+    123.09208585412271,-40.479568644839965,1016370.124326533,5501008.869794443
+    123.03371792447493,-79.34486413220772,624185.655722841,1185019.3004275
+<EPSG:20351> +proj=utm +zone=51 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+    116.93833363318807,20.86992940129467,-131559.948345436,1.2319562691251356E7
+    127.84753989169522,-50.39461535933708,844337.809407195,4406112.743367626
+    117.39905387911601,-13.962967145476341,-105946.168769963,8449049.090888377
+    126.8731221022253,-47.69122209330423,790475.239755494,4710605.256029864
+    116.79446944353549,69.19440949988365,254222.650632661,1.7688495110610824E7
+    129.496617111357,-59.33646548026742,869073.224844003,3404318.852098851
+    127.53755656861188,20.278611227259873,974060.00071919,1.2248709729547903E7
+    119.44563569115384,21.998584825847047,132796.592909525,1.243682167519323E7
+<EPSG:20352> +proj=utm +zone=52 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+    135.32855280325046,-56.36191540303291,890554.639279776,3735501.434444329
+    132.2633675272287,85.92216138498753,525761.822892417,1.954349103261164E7
+    133.84112453388084,-80.75494165750362,586595.268401018,1030428.213196713
+    128.7588919023956,-66.37685351609505,489084.544303022,2637933.827884244
+    122.928832460874,83.16551039213178,419349.661308934,1.9239236938737452E7
+    133.0551336394252,43.159793931915544,829561.353978066,1.4786488227857742E7
+    122.013012532075,-50.0211195936644,-429.166038343,4435440.810427157
+    124.72651813323603,-24.393943761018164,66271.718335135,7295305.360706953
+<EPSG:20353> +proj=utm +zone=53 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+    139.37706659193222,-10.611675564112815,979095.648082973,8823419.16349049
+    129.4116297425223,-23.456885016816727,-71512.429618466,7394614.951287298
+    140.5769280397373,36.47983829127671,999689.303307129,1.4051591078149065E7
+    128.69533355891883,-25.374429319275087,-135206.589234824,7178405.825444669
+    128.2443763185629,-33.13032582732053,-130871.964990483,6313712.503103901
+    135.04839152021952,7.681718777477684,505208.203261492,1.0848975539003361E7
+    141.53045454632135,-49.674901057903924,970867.806187748,4476846.728304847
+    135.6403658038063,42.71961781014792,552304.687200768,1.4729827261038123E7
+<EPSG:20354> +proj=utm +zone=54 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+    145.58526860855196,70.87754488252796,667388.310686454,1.787012567112242E7
+    147.33970721738845,18.712921199602206,1169375.169500312,1.2080870523039423E7
+    138.99588477593392,52.51493098785045,363882.229430465,1.5820189432046479E7
+    141.72087501275922,83.17897433956702,509437.074599497,1.923658683229553E7
+    142.39226468780225,-50.9583428774345,597657.836315773,4353713.17797102
+    134.7541788728087,-39.31802455775263,-38738.64424797,5629110.156348273
+    141.28524316734772,-2.0199690964823276,531599.833615671,9776576.743509196
+    141.88945082296857,70.90011594448515,532361.317201881,1.7866544308372688E7
+<EPSG:20355> +proj=utm +zone=55 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+    142.76593170821675,-12.521119376429738,39486.565726879,8611958.349390242
+    147.45938454860743,7.558485118313655,550565.125454912,1.0835381651628725E7
+    153.91740920692143,88.35661387647045,521982.804561226,1.9815934361499198E7
+    141.17884722269838,-15.78834695805645,-124506.973308257,8245650.654406066
+    140.58883981621088,59.77398473356786,140211.236710216,1.6643678851613756E7
+    140.98520283855007,-72.9377818703777,303207.593840062,1896425.886859587
+    146.22775760289431,48.926967198881044,443319.042848885,1.5419611173190549E7
+    150.12796296679707,34.08618958767457,788517.092396684,1.3776069219854103E7
+<EPSG:20356> +proj=utm +zone=56 +south +ellps=aust_SA +towgs84=-134,-48,149,0,0,0,0 +units=m +no_defs  <>
+    153.98285253772204,53.787160500115704,564651.231937201,1.5960301762526982E7
+    150.11304983534177,-35.62874420579311,238451.959191723,6053196.825585475
+    158.66012924351423,34.49467664789154,1019868.037104303,1.383152655318394E7
+    146.8146250568674,79.26701525579031,371529.456932097,1.880668975916189E7
+    148.28902790810514,-61.639650322360964,250396.078559355,3156747.337692499
+    149.2855379926444,41.593740282099986,190289.122703693,1.4611308451609671E7
+    153.50310046053193,70.66544003093225,518487.187717044,1.784023190138128E7
+    157.5136232139186,-20.698121885891,970300.666773488,7704520.564828789
+<EPSG:20436> +proj=utm +zone=36 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+    31.643690777328246,-60.19546421692202,424917.853824621,-6673975.650777848
+    37.52551298617073,40.22178205769504,885232.511616028,4462206.467395038
+    27.947897872250902,-9.231487262210692,-55507.278136537,-1024389.722646242
+    36.87948690990481,79.98314353661601,575399.540321427,8882263.6947142
+    33.25513409756718,12.914455799661823,527796.63758546,1427683.394054553
+    30.62988072061559,-19.009376075214533,250622.569361664,-2103554.295026256
+    38.71977915181749,61.467611390579464,804648.583744296,6828261.977504001
+    29.133192960597235,-49.13567639053775,218090.307656687,-5449756.097365507
+<EPSG:20437> +proj=utm +zone=37 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+    39.956944080070365,42.68290580211922,578492.78599967,4726041.444112482
+    43.7273803202725,-45.492099262626425,869474.191903848,-5048503.930503536
+    35.6135351600599,-15.924799613551215,137454.811337909,-1763564.662063916
+    32.57712063076444,-19.64625756277492,-174361.642483433,-2185088.474853439
+    34.731954925289486,50.24098105031578,195796.127315877,5574143.056446753
+    36.711549896407426,78.73687699737994,450207.39143521,8741619.697586212
+    42.508305032405545,82.42190274119801,551716.658576284,9153535.607736226
+    35.13782719450928,-26.556830653209445,115240.538571943,-2943160.178641168
+<EPSG:20438> +proj=utm +zone=38 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+    48.463999345178806,-35.500350604293594,814287.921711775,-3934051.053563127
+    46.53592788560829,74.53827282170602,545767.872072178,8272700.406483584
+    51.56123462116493,57.64602105349408,891351.020729956,6408257.202728804
+    48.6887232168952,67.1219820909146,660021.551302114,7449731.776527162
+    38.93915693534544,18.93517379454397,-139030.442406366,2104640.520852409
+    40.405168826920814,43.269197939029624,127162.19889756,4800958.646888606
+    51.330649323994656,16.49039127021088,1176877.453132297,1833814.258070373
+    48.9242016113181,41.823206522677026,825986.153941247,4637584.757282297
+<EPSG:20439> +proj=utm +zone=39 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+    49.85719100076315,-70.95675441964869,458422.460240631,-7872978.183725571
+    50.17940407799075,56.75271850324066,449858.097193515,6290152.646875251
+    47.94857716443452,-87.88197721106589,487451.875602027,-9761868.940838207
+    55.712622172740154,-83.84109906426384,556423.933038013,-9312695.802661495
+    51.5918502416453,65.18762942309093,527751.109120367,7229495.646704118
+    57.489969112608115,-33.38313577644513,1104180.86855496,-3712634.177536123
+    48.00148657149161,59.306583624727836,329335.729139418,6578027.323573585
+    45.19735330666164,-68.27818332178374,260669.36239115,-7585161.307986691
+<EPSG:20440> +proj=utm +zone=40 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+    56.79480933142369,-20.91465371905403,478671.31508529,-2312714.084133722
+    50.65070387958324,-85.31903549122666,442274.452406995,-9478577.002325574
+    62.04908546072105,-6.872784394353019,1058540.098628984,-762640.343521748
+    60.354364632271505,-72.82220435368058,610533.027102713,-8083750.808616932
+    51.66029910881549,5.2708479058202045,-92518.003663484,585136.20891509
+    63.21965024155862,-10.89963313120407,1180944.32323803,-1211893.068846941
+    50.882171878533384,-35.05988494663264,-58208.196956631,-3896836.103376795
+    60.251174519702516,-63.487181101907055,661887.491473552,-7043984.795388187
+<EPSG:20499> +proj=utm +zone=39 +ellps=intl +towgs84=-143,-236,7,0,0,0,0 +units=m +no_defs  <>
+    55.92399526288976,28.11588319405371,983990.869754623,3119839.638453464
+    57.37634957734521,57.24135147180462,884548.624835002,6362267.055516398
+    50.75625725452765,-87.35009035826644,498779.183152823,-9702151.563930778
+    52.70320579429363,-84.36370510406846,518710.854889353,-9369008.687145364
+    48.07970538590526,29.184099321231727,216041.660101532,3231898.140534289
+    48.82473567099991,14.190286291391246,265274.160732158,1569851.928349444
+    50.20838236182526,-79.64509072254634,484152.805242761,-8842106.73312919
+    50.30249415837088,-58.79179311900492,459722.626506261,-6517079.080401194
+<EPSG:20538> +proj=utm +zone=38 +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +units=m +no_defs  <>
+    44.82245639900751,-30.982309272336217,483132.393571747,-3427677.00152862
+    42.28671913258112,-88.51889718512452,492257.626025034,-9832810.966736361
+    49.19001703096049,-74.18119694908643,627480.507523185,-8236750.639369332
+    49.93093619881847,5.177578170352973,1047217.116966006,574373.779713756
+    46.621002978257614,82.43321524153066,523913.13552451,9153529.165158357
+    50.53336036103859,22.128056728588746,1071368.242848619,2457359.282080986
+    49.51236499941804,-85.21260922157641,542087.951423433,-9465138.852646232
+    47.21468501782836,-14.450579217894472,738827.79064017,-1598745.385589781
+<EPSG:20539> +proj=utm +zone=39 +ellps=krass +towgs84=-43,-163,45,0,0,0,0 +units=m +no_defs  <>
+    55.06994625150682,-23.342660183446043,916341.678926433,-2587342.232076264
+    52.873454245788594,-49.64036208583314,635328.646229515,-5500337.125464597
+    55.36652132875304,15.440352954851093,968918.491527207,1711739.658974275
+    47.84898659050631,30.462360662653367,197505.260343871,3374181.772803999
+    57.63360034333827,65.4217680237044,807500.43601735,7271635.575688712
+    55.19643041025694,-26.589926513897503,918140.65631767,-2947899.605305799
+    57.60072433831864,32.771317979719086,1118837.149914074,3645220.967328163
+    48.446736533381504,-5.440343838443809,217135.725695254,-601978.053038748
+<EPSG:20790> +proj=tmerc +lat_0=39.66666666666666 +lon_0=1 +k=1 +x_0=200000 +y_0=300000 +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +pm=lisbon +units=m +no_defs  <>
+    -10.971467678176564,-60.13137390312794,42317.923481373,-1.0764727898666508E7
+    -7.8119167188397824,64.67656416903037,215381.222861153,3082665.155792703
+    -4.739649939564774,80.93999263087244,259730.985754144,4899244.621908837
+    -5.972160907500738,-65.25681363114805,300994.717493252,-1.133432215894472E7
+    -10.260897645408644,8.430326174736393,-34402.427770935,-3159818.626668993
+    -11.028818960825355,-60.26317661130187,39776.857320624,-1.0779541557657259E7
+    -3.0832141874787133,50.03575872122272,561727.353023022,1464367.731033061
+    -3.568178573906412,-40.59119678234215,586494.125051863,-8597849.685198894
+<EPSG:20791> +proj=tmerc +lat_0=39.66666666666666 +lon_0=1 +k=1 +x_0=0 +y_0=0 +ellps=intl +towgs84=-304.046,-60.576,103.64,0,0,0,0 +pm=lisbon +units=m +no_defs  <>
+    -14.665965124375633,28.805321035863486,-638506.180068841,-1187416.822722439
+    -11.840765249754035,78.74589042798593,-80683.840825374,4355067.502616248
+    -11.98854117796332,-33.03819348503885,-360263.356670629,-8056262.47216623
+    -14.393878540686897,-46.9674225276381,-476376.038313893,-9615336.251074115
+    -6.021613666828365,-41.33976409441618,176740.983493492,-8973104.597337844
+    -13.05948631997278,76.52851258557033,-127954.221170213,4110300.23639551
+    -10.460094674939043,-39.99718503559071,-198725.40542577,-8824464.45332938
+    -1.987267563934406,-62.05742433446582,321116.562947714,-1.1291183145483347E7
+<EPSG:20822> +proj=utm +zone=22 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs  <>
+    -57.03712081729991,-1.8602232910731828,-172736.222002181,9793385.417505741
+    -48.53231429489977,65.91799427619631,612272.069763854,1.731300092750702E7
+    -44.108859167680684,69.34914264268164,770671.773166512,1.7708569037009034E7
+    -56.22136537355677,-49.78335553123936,124139.049406358,4472502.221800262
+    -52.223715122665304,72.31857858215005,458456.518634388,1.8024903456836883E7
+    -47.59264154711502,-82.39120881120884,550280.016392251,850050.931292135
+    -57.06402183281997,77.11164067172757,349201.802780161,1.85670236391538E7
+    -44.57655933510605,0.7273813276691499,1216152.137946971,1.0081056279801108E7
+<EPSG:20823> +proj=utm +zone=23 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs  <>
+    -51.068006692233716,33.08389335467382,-66826.421175794,1.367709997208789E7
+    -47.58811983556963,-55.449038770455104,336216.771781935,3852311.637642162
+    -45.165373767782114,-81.26720599903292,497101.34147861,976996.5477151
+    -43.8540625589989,-2.0343359935180843,627346.310882073,9775247.991021702
+    -46.7185055156423,25.22079795259002,326788.158914885,1.279061232161276E7
+    -44.20331260118013,77.15813244770362,519670.55559663,1.8564570147785317E7
+    -45.233227863186926,-58.30468927113865,486235.626429363,3537455.524822538
+    -42.500603248236004,-63.03751283402089,626322.627747873,3007872.185498335
+<EPSG:20824> +proj=utm +zone=24 +south +ellps=intl +towgs84=-151.99,287.04,-147.45,0,0,0,0 +units=m +no_defs  <>
+    -33.65731928083295,-62.2909582736206,776814.635988376,3082054.123738877
+    -33.150158884169706,15.532795185243174,1128123.474247728,1.1725997102143435E7
+    -44.99874632980361,18.453272178132963,-134452.510935598,1.2050998742857948E7
+    -42.2385753404829,46.79325144042818,252722.264223451,1.5187356839102313E7
+    -41.70734611272511,-74.11238629590466,417169.044700635,1773593.960163887
+    -43.24888228842318,54.538424825235325,225053.492348695,1.6051795035496403E7
+    -38.28098225191079,-76.3628819915321,518796.584236029,1524247.999319686
+    -34.547483345891955,3.1110958058834086,995095.695780882,1.0345063881598849E7
+<EPSG:20934> +proj=utm +zone=34 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-143,-90,-294,0,0,0,0 +units=m +no_defs  <>
+    21.132727751138376,-82.45849360275878,501977.565185398,844257.692949438
+    16.95674104527824,52.956122152703955,228493.844910741,1.5875113732668526E7
+    24.476464847524497,-23.956228370031667,853895.033548,7346554.242772174
+    23.36515421966678,-23.884384818951077,740856.708228471,7356857.503495515
+    21.63483779971864,-24.38726753085895,564409.208374408,7303046.203774815
+    18.65935244731724,-55.909656037569796,353725.909453249,3801781.645846684
+    22.967513142346707,32.5328206365522,684799.286886953,1.3601406367977772E7
+    27.200098704007694,-52.39818665919951,921676.69248432,4176850.600709363
+<EPSG:20935> +proj=utm +zone=35 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-143,-90,-294,0,0,0,0 +units=m +no_defs  <>
+    33.09436147233606,22.909998273124643,1125795.272272216,1.2546790985681586E7
+    31.730744369170953,-55.953090839935996,795294.392586446,3789315.158511835
+    28.4232478244519,74.00034131824987,543795.683069189,1.821248389201516E7
+    30.487040107897613,-74.3374735330993,605040.992140922,1747510.049946583
+    22.044094607932628,80.47798742257748,408604.997560512,1.893866228063322E7
+    22.050086951615334,12.50507748540997,-38403.964552702,1.1387725461686652E7
+    32.07986329530421,-79.41450784633388,604065.96714017,1179499.920168933
+    21.430298536667973,-2.5478652490332223,-120120.491336284,9717336.71771308
+<EPSG:20936> +proj=utm +zone=36 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-143,-90,-294,0,0,0,0 +units=m +no_defs  <>
+    35.57756406885633,-7.978204160804168,784149.98880862,9117523.531369515
+    29.041628203085242,-65.05123136183832,313786.488013332,2780281.623954089
+    30.8525293803306,-57.93414193907982,372841.904446962,3576885.87234694
+    31.963918534921486,-33.908469896869,404212.821388828,6247803.670399145
+    34.47952415675876,-47.20761556553445,612042.314395207,4770990.138963098
+    28.14587705923919,-17.128071471240744,-16853.979947962,8100118.499874031
+    34.03235428282498,14.959418386093432,611006.92558375,1.1654363283700868E7
+    35.44866339659506,61.16549436137586,631714.381348239,1.6783688300858557E7
+<EPSG:21035> +proj=utm +zone=35 +south +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+    21.721584961107293,31.244112463642082,-2998.506428619,1.346892119744337E7
+    22.44002259535555,7.464429856503401,-3718.458532557,1.0827994266418234E7
+    29.605357464504117,-36.245632580200386,734043.445956016,5985943.965986947
+    21.838326695692558,-8.843048452095587,-68388.237600457,9018861.103156643
+    27.205741907900407,-72.06831275375771,507002.864811558,2003694.116107923
+    27.294816296831023,87.00340408463026,501653.309297319,1.9663189693227172E7
+    33.42980828380505,22.819697697819436,1160697.547323538,1.2538243241410634E7
+    22.27356473301864,32.75342942673794,56994.329639783,1.3634070784742922E7
+<EPSG:21036> +proj=utm +zone=36 +south +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+    37.42558769247887,88.56720021535912,512259.642912334,1.9838248984923717E7
+    32.313208006610594,-85.64408013724527,494094.140301022,488566.21385642
+    31.50781413984838,58.34232943832893,412570.207136093,1.6467848032450972E7
+    28.974932755555418,46.285277611143925,189883.167493364,1.5133768832253331E7
+    35.35666635194744,-80.94492333814131,541314.536168154,1012346.747216603
+    29.365959295934783,-59.86067401260949,296434.173474156,3358781.299973336
+    38.39035393296881,-3.2159359679625226,1099676.045934279,9643256.489744872
+    38.81647195072315,32.23442681371395,1048297.940127986,1.3581526223078853E7
+<EPSG:21037> +proj=utm +zone=37 +south +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+    38.76937243500559,26.72578884500716,476967.72941197,1.295633821392075E7
+    38.473409120263646,21.305010302426098,445288.826917108,1.235626636150977E7
+    36.15959613514298,-41.9466503565508,264459.389649761,5352513.364689928
+    34.230555130553995,-71.09149539249731,327558.802974552,2105850.697011598
+    38.19156785949992,28.675432670666297,420919.425085496,1.3172540282015184E7
+    42.69442346056705,58.63152953080595,714336.633583909,1.650499153740988E7
+    38.05605336422989,-62.98650474744659,452069.558048299,3015812.447625353
+    32.48300147272336,-3.5389792386253873,-225465.742897307,9606580.694086602
+<EPSG:21095> +proj=utm +zone=35 +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+    25.09510687333632,-57.04458850138049,384360.897391225,-6323693.150550652
+    32.76452015739626,-55.86445979334049,860486.984514945,-6205758.721356686
+    28.317198922908013,-17.337042178020525,639897.547661447,-1917019.718839699
+    32.51370834758049,-33.59306823731172,1011839.256928863,-3730403.219197245
+    26.754314079637776,-27.44016847956224,475652.357729767,-3034920.134519483
+    33.66211621466806,27.71073129229366,1157531.72416167,3083233.383684215
+    31.190318784162905,2.668193830210342,966121.475559189,296013.269960301
+    33.03068053878047,36.6266971019018,1039393.086715166,4070636.961431607
+<EPSG:21096> +proj=utm +zone=36 +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+    26.461006207897373,-73.13980673229142,288610.145199037,-8127379.818884823
+    27.773200676721938,24.399090226382484,-30524.589121866,2708684.760166706
+    28.33264342073958,-65.75000225504462,286166.478930357,-7299733.436772579
+    34.56961136188412,-61.98694395338839,582159.87749789,-6873462.144925487
+    26.14675288739288,33.93680267868858,-133977.097696528,3776594.337803087
+    34.50001622284421,8.93707678689887,664835.090099223,988525.038723277
+    32.82306127224942,67.95547718683179,492507.440430079,7537883.710379755
+    30.019361669432342,-2.695813489280681,168462.821018476,-298073.253106582
+<EPSG:21097> +proj=utm +zone=37 +ellps=clrk80 +towgs84=-160,-6,-302,0,0,0,0 +units=m +no_defs  <>
+    45.67789931519633,16.36862629478277,1214415.085014949,1821770.043988731
+    35.230279014923944,50.925675427479064,235018.165693075,5648450.2728078
+    43.608681337087376,9.321157195205359,1006523.522091829,1033960.35814218
+    44.82659989425228,-84.47193652687332,562464.871126721,-9383717.003446465
+    36.12716788416259,80.48689924078758,446923.116651761,8937106.641149387
+    38.39795142448929,39.43601716190136,448095.448851896,4365531.103306824
+    45.40450350005431,72.49615015356875,714521.760931337,8055668.820883943
+    37.69022607214441,78.3666477937335,470424.846370978,8699502.81562091
+<EPSG:21148> +proj=utm +zone=48 +south +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs  <>
+    104.63961732090337,88.25393538848937,498586.343804215,1.9802689661047988E7
+    105.18840120066434,3.4409361038544404,520739.046153059,1.038038427951938E7
+    107.53141898966429,16.03528237003198,770679.325605766,1.1774542071123824E7
+    101.1398745973667,78.20252662271582,411778.365876872,1.8683654482165E7
+    99.24474401055308,-14.906818902639174,-120099.776444117,8343996.813752803
+    98.50780822025932,-14.479026167224418,-201131.152573986,8389380.074633969
+    100.4286000047691,-9.764083250801477,-2056.560611324,8917317.263167113
+    100.60931348387717,-24.35658205869194,54181.481215227,7299289.119465185
+<EPSG:21149> +proj=utm +zone=49 +south +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs  <>
+    112.15814443997708,-1.8044063252128524,628710.602991843,9800566.212796148
+    112.5618613501691,-15.148589827767921,667706.02057089,8324683.343821757
+    117.84129342696068,-7.246074884129172,1256876.383871026,9193373.14717032
+    113.76852817826929,-16.36717667906332,795652.693144902,8188475.622344811
+    105.22098234360838,29.828110045139283,-58913.455396434,1.3313832378442276E7
+    110.92611266913359,31.804452207239194,492898.409447089,1.351880501600643E7
+    113.98699681358649,65.6284130186846,637381.379077655,1.7281659473356087E7
+    106.91151599651968,-85.3382642037838,462828.120723752,521475.264555585
+<EPSG:21150> +proj=utm +zone=50 +south +ellps=bessel +towgs84=-377,681,-50,0,0,0,0 +units=m +no_defs  <>
+    114.01446452315187,-26.14149131244639,201463.761462358,7105255.499403885
+    115.11455398538945,-64.70050740512208,410082.332864317,2823714.027340214
+    113.90334287152413,28.64480022187793,197256.644268415,1.3172607474242251E7
+    112.42178422521349,-42.97510713999729,126637.586552407,5231822.61361728
+    119.78900049052416,-82.84650008153466,538729.982436382,800000.52540469
+    123.24191730487988,29.399093900792053,1106203.804133695,1.3268504514885506E7
+    115.21447248972085,52.31639293968192,378271.84015955,1.5797715239322502E7
+    119.48097325517672,54.32618104915818,661302.701370288,1.6022627425197668E7
+<EPSG:21291> +proj=tmerc +lat_0=0 +lon_0=-62 +k=0.9995000000000001 +x_0=400000 +y_0=0 +ellps=clrk80 +towgs84=31.95,300.99,419.19,0,0,0,0 +units=m +no_defs  <>
+    -67.56395464547509,62.96650606140017,117963.785086046,6992951.501636988
+    -62.51801895090751,-56.41040754709356,367872.537562245,-6251295.330445696
+    -61.162294162982164,-20.435381530037873,487204.902775677,-2259998.762422776
+    -57.28961049017019,7.67684337010985,919822.192397466,850912.82380211
+    -59.29834537413357,40.810011642185145,627686.398894509,4520288.173255015
+    -61.264065256918855,-12.689741698297524,479725.29315786,-1403175.497634881
+    -62.91320499575803,-27.962349536500135,310022.992619184,-3093352.227548072
+    -66.09619311131623,-56.11278448396263,145236.59853313,-6225615.80364288
+<EPSG:21292> +proj=tmerc +lat_0=13.17638888888889 +lon_0=-59.55972222222222 +k=0.9999986 +x_0=30000 +y_0=75000 +ellps=clrk80 +towgs84=31.95,300.99,419.19,0,0,0,0 +units=m +no_defs  <>
+    -56.84782589219198,-25.15340192498266,303295.576083966,-4168204.36002539
+    -63.246463261859,58.087052004059274,-187594.740815503,5064404.486990847
+    -54.58843660421836,-5.052065791684228,581756.706914141,-1943255.112216549
+    -57.72062939641601,-85.9680064272026,44259.238372245,-1.093363959239974E7
+    -59.44029648364859,-8.627194219535284,42964.526814529,-2336505.583494097
+    -52.74286834421027,-58.37829621275313,428195.416520962,-7875745.954115314
+    -66.02778853400473,-28.017749189488704,-607008.567741967,-4499729.105199632
+    -57.030592641739446,-60.94948065894087,166844.671353324,-8144590.456639852
+<EPSG:21413> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    72.1561354073583,-13.579318551533262,1.319215792911575E7,-1503509.133732348
+    71.11905212207505,-32.30855688232432,1.3134443269073421E7,-3582606.228817629
+    74.57152170172543,-32.071477784515665,1.3459598051408531E7,-3549772.587570095
+    76.87615265655228,69.15393811654681,1.3574585151675045E7,7675762.679763103
+    72.089000816048,-4.050134972286159,1.3176671025957374E7,-448344.000630871
+    69.78077306049371,-26.42406840111022,1.2978969166251361E7,-2934309.803771334
+    72.31556306841811,-70.67241885466424,1.340088186285436E7,-7846163.092713634
+    77.47427091586607,-58.42137288805684,1.3644625290562188E7,-6480819.911944903
+<EPSG:21414> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    74.13100481650959,68.12115827375825,1.4214766600934422E7,7575309.990974471
+    78.91138187459556,35.98572717474828,1.4311677087395394E7,3986023.264290172
+    83.32320240174742,-18.58015031915572,1.4745314996502863E7,-2056689.336566654
+    86.43580683735608,52.9751335236887,1.486504093480622E7,5885724.486463392
+    87.32349038422508,-3.7293357398482385E-4,1.5205405929563006E7,41.315884501
+    75.47969617390575,-53.849281086500454,1.4136901435619432E7,-5983216.870731432
+    76.66179606784303,30.177866692969303,1.4082016249122318E7,3347848.209098197
+    76.91015134570466,-50.76356945800411,1.4211530608409276E7,-5633693.20702182
+<EPSG:21415> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    83.34027402924363,-52.292932544614416,1.5250364553430917E7,-5802177.445867931
+    92.22123949775536,54.16291902364654,1.5840921263681496E7,6016683.266909341
+    89.50925577747965,-48.6187477710328,1.5685022512444075E7,-5390193.130921912
+    86.10964410541592,-47.829359634061305,1.5433361479158329E7,-5299759.90260726
+    90.99522137126935,43.74439912581474,1.5821846586838232E7,4853223.457048364
+    80.98501963668497,-2.7665574218161453,1.4829984435452402E7,-307529.920856663
+    82.07008389586018,34.63463457091889,1.5047795293779071E7,3845179.898785248
+    90.46274838452248,5.4321150368911475,1.588400364281364E7,601847.443454719
+<EPSG:21416> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    98.10396373966509,26.4573253102227,1.7009413708831806E7,2937683.296412988
+    91.57994610116701,-45.168262899208386,1.6388368168607349E7,-5004542.785003767
+    89.35645929362194,-83.00371169429145,1.6450471273339693E7,-9222119.816116383
+    93.48281497988879,59.00852532864974,1.6527750443955142E7,6543740.483761823
+    92.75203763897792,-65.84381992218292,1.648868003111046E7,-7305396.519185205
+    89.8319536407882,23.994763810550808,1.6177532955264341E7,2658394.080809306
+    88.28922188245687,-31.775269713790223,1.6053562213141464E7,-3526519.303879098
+    97.06658586149229,30.405098127108488,1.6890931124283426E7,3372099.516038397
+<EPSG:21417> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    104.82533112744618,80.71754997617032,1.7604762538112972E7,8970538.431053469
+    101.05019561941536,9.302900199915356,1.772527996282097E7,1029477.284951052
+    92.50700225861947,-20.010048857723262,1.68194389811477E7,-2226620.251944597
+    96.07101884040223,-34.971469069169245,1.723247584319551E7,-3875258.576242226
+    99.66805184340579,-4.008570959283716,1.7574179125808347E7,-443196.939980978
+    96.93081306032721,-2.4368188284578594,1.726980888560589E7,-269543.608956135
+    101.90939430476242,40.41245272313503,1.7746949331317242E7,4479432.531831484
+    98.10618961205772,60.31252780045409,1.745058930425816E7,6689248.506555535
+<EPSG:21418> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    109.36105568425816,24.277138567731953,1.8943045571430605E7,2692984.354396025
+    108.89271551186421,33.4575171916964,1.8861979254427493E7,3710324.084216417
+    109.07684222632462,7.811174155223654,1.8949988577727288E7,866022.743826477
+    101.01420433324705,67.90053380166276,1.8332665364204828E7,7540201.484692644
+    104.3397808644866,-76.14864804738319,1.8482324397893973E7,-8455229.445734283
+    110.73111622875182,-34.397920860611706,1.902728396169617E7,-3822639.699845289
+    106.53320298866879,-50.57766832778876,1.8608575495633777E7,-5606151.544911691
+    108.18144282784444,41.0659020845975,1.8767396316090345E7,4552811.126600426
+<EPSG:21419> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    110.50555659148783,-68.44692694588797,1.9479680289874386E7,-7595774.306952513
+    109.95448712054745,19.799231503609874,1.939040782106129E7,2190543.215552226
+    116.26178929564558,-28.09268967518441,2.001748401253002E7,-3119833.689560857
+    109.86292216416811,10.31438999713923,1.9375405982217282E7,1140924.057280502
+    104.83860398091298,-78.25575093636667,1.936014623163058E7,-8697741.396676209
+    114.72442941787834,68.8907756132215,1.964963522111007E7,7649802.485274571
+    117.98660845707785,-86.90082659463995,1.954204616258625E7,-9658387.324062277
+    114.33278205347786,-29.73063341215517,1.982248610719658E7,-3294819.543083667
+<EPSG:21420> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    121.30038708399081,-51.94293322872808,2.079559878016294E7,-5765671.179649527
+    120.86446205912814,29.791626340933988,2.087372914938536E7,3303339.816834689
+    118.9522573019071,56.817041302776005,2.061915858133191E7,6301271.714733327
+    116.29326479926755,6.252716107831731,2.042173408856243E7,691547.427215739
+    111.73048552208975,-4.873482645515736,1.991463432785159E7,-541100.86749108
+    116.87189260943559,52.51119169628717,2.0491246449942123E7,5820267.495535501
+    120.53072892914177,-63.968137459710505,2.067284135115687E7,-7101046.339081622
+    119.0621673608943,-20.888734063680815,2.0714541712034903E7,-2312046.134289823
+<EPSG:21421> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    123.3796381439638,47.122589875093524,2.1528736591327135E7,5220989.575593254
+    120.62270730296984,73.0824980844126,2.1422702160475373E7,8114491.891634844
+    128.3176217802672,76.3083875084358,2.164030807897664E7,8479350.724429974
+    116.0863349492572,18.49815557188407,2.076839876349509E7,2060240.234242331
+    128.87389063830358,68.89884950414807,2.1735717260562524E7,7657462.064664812
+    117.0423661656637,-67.25833567206742,2.1243137883672293E7,-7475460.094253888
+    117.53542917557725,-80.33245297470187,2.1397584447749425E7,-8927080.131020626
+    119.98576800268827,-9.439490205621198,2.1168755263692062E7,-1045202.623396937
+<EPSG:21422> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    123.06228934519399,-7.631644855590778,2.184360740753143E7,-848357.103121064
+    124.6689246367274,32.71648395246751,2.209371356501624E7,3629673.913220604
+    123.82111628903779,-86.71173166673466,2.2466779708829183E7,-9636217.08556632
+    122.20817725426633,-16.273287900680515,2.1772505657457437E7,-1811922.000024923
+    126.20684082340391,-88.66582565525106,2.2492653775448512E7,-9853161.111816509
+    134.04713555425988,-34.74055313168372,2.2962322983412415E7,-3857357.891960512
+    127.57564088363549,62.64273294737245,2.2426862790551003E7,6949411.958758514
+    134.45429884832018,58.71929359895307,2.2815728614154115E7,6524305.352812209
+<EPSG:21423> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    131.40244764072605,87.87480907206486,2.3485010865883417E7,9765113.576802798
+    128.0162753562632,-82.06229956701702,2.339244176910173E7,-9121950.054813983
+    137.6262116671194,74.71026381977413,2.3577212288454685E7,8296355.39380027
+    139.3261095161105,54.038706252781026,2.3783241940715306E7,5998942.693213914
+    138.2340408560749,24.413961324734174,2.382802389422573E7,2705041.119415144
+    129.35711008342213,62.75353888952151,2.3211824772740953E7,6973590.355147853
+    128.41134726696558,-24.942141031942512,2.283350979150296E7,-2775771.560584987
+    128.9769462970243,46.68378111174445,2.3039169400347356E7,5189802.092303626
+<EPSG:21453> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    79.90840784618825,-39.44981024027607,922651.200335864,-4379877.642631897
+    80.53645097881409,58.68389316079271,820944.174181608,6520748.224380662
+    75.85541033493783,73.20711313797014,527650.515886368,8127056.308340521
+    73.59739488387267,46.27890658811236,391953.324266118,5128083.582896133
+    69.42501680534835,77.5493715869527,366017.041777372,8617921.660978468
+    78.08845520137181,-77.45069327379407,574965.513724991,-8602467.401060913
+    70.8121751385751,-41.07808710253925,148081.764615512,-4557625.646250625
+    70.78481886693335,14.764247807672461,45862.348734268,1637238.059550484
+<EPSG:21454> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    79.14147425581197,-38.33725437589626,337543.560868276,-4246483.066557678
+    74.98192534346441,10.373673847488178,-160148.355907078,1153520.68030557
+    84.66239531061116,45.674480540859236,785393.224868392,5066470.378933065
+    75.06619060954515,4.997429859796512,-159178.912181589,555661.639694828
+    79.23420250338441,50.16389011852715,373875.012034129,5560602.302819605
+    77.34259421179796,-76.65345202469835,405810.981663647,-8514414.591926904
+    87.68752707781756,-58.50633846292686,889497.660542637,-6507034.328557213
+    84.36986397057832,65.4163120965579,656476.802967401,7261963.312724645
+<EPSG:21455> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    86.90548016832236,29.015645927674996,490815.428920721,3211059.525160897
+    91.8313295860073,-33.91158742395078,947030.324251948,-3764294.038562857
+    88.57847157906633,27.532599715768157,655959.808718183,3047693.614385167
+    91.50470799955512,-86.59707411283063,529859.396550723,-9623062.524789235
+    84.95391068900202,37.11395738661946,318161.373192181,4111160.952421103
+    91.48651802083104,46.672497305387765,843306.630672481,5180659.349026347
+    89.48319325882586,-41.253947676843,708154.035347694,-4571665.767279191
+    83.33518492889131,37.73479716113414,176925.816579733,4184433.532772577
+<EPSG:21456> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    86.23794444680975,-26.25887723282238,-176465.33619003,-2923137.399815667
+    90.54388130223289,-26.24964556410128,254582.465678752,-2906727.375017446
+    86.09423771259473,67.89232323436167,210361.745619601,7550086.364032621
+    90.03452700203239,13.159645565035305,178379.463374007,1457338.469499197
+    88.11113008438622,55.42417523783132,190593.931253769,6155356.755219184
+    99.4593407488436,-2.848638218714342,1219699.607841178,-316926.25476487
+    96.30538068241964,78.68032474630067,572427.088977223,8739854.079347527
+    99.39269545723614,22.861729723878895,1157019.839552666,2543564.294334002
+<EPSG:21457> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    98.91379949067266,38.190493565082846,492439.950552889,4228687.090114071
+    92.30881032249822,-45.60149638698134,-22017.969759563,-5073538.514863295
+    102.93742172978179,-34.647831874913656,861067.484065175,-3842493.947615316
+    96.36399682208948,34.379948726905795,257525.718709556,3809003.799231448
+    93.61907928874035,-10.686345455136248,-89499.372528147,-1186825.835621082
+    96.69103575466858,2.191956005683153,243077.745749357,242653.717934361
+    98.73309760566785,12.716449758041179,471004.274643292,1406426.854827217
+    97.84405349870435,46.160133905444525,410707.724761575,5114567.581705688
+<EPSG:21458> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    105.67263068251523,81.89652810376342,510564.61710406,9096995.017887881
+    98.87571898303017,2.1638558465599687,-182594.51807451,240730.292061948
+    107.00782545409596,-59.34711705529097,614202.668441091,-6582998.193653273
+    100.97766590066513,-46.33620137744254,190293.156653186,-5141246.109390697
+    102.39446302794288,32.990056832720015,256420.213494579,3654709.825408398
+    107.71929459939811,36.194989475847564,744577.534512794,4010652.45669637
+    104.77982830343085,-46.11360862455648,482954.848443946,-5108657.214822482
+    102.38080631848698,-23.494874839022742,232373.753364604,-2601690.987548337
+<EPSG:21459> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    115.88036575610678,69.08477864482458,694295.797355033,7674640.091914734
+    115.55180899031112,-42.95447630721365,871423.748265951,-4767646.822226868
+    108.43030770828764,46.91615522295214,304219.310709339,5201168.515750213
+    109.11367296212548,-41.46318038881887,342364.329620584,-4593648.969147792
+    115.65136028797163,77.18791991353322,615033.874555145,8575748.774662787
+    117.09044068103464,64.88157513103013,788201.267740401,7212047.075446428
+    109.96543898099915,-46.943187326852,421190.934350693,-5201374.024778605
+    111.53968904748363,55.54385238222483,534027.227204362,6157937.31261432
+<EPSG:21460> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    110.83634653379315,-52.289566013797355,79572.398665892,-5813415.637840237
+    111.95191829232958,-43.91065786119847,94425.240801634,-4876224.517618373
+    121.68674737233121,78.69395415421718,602453.432116619,8743450.670830429
+    120.86504048431954,11.13848472486805,922441.711850126,1234614.445250665
+    116.58268914099821,-88.07223195962789,498375.976985618,-9786672.781578735
+    119.6303410059299,33.84448363835219,743419.957524591,3749577.034107239
+    118.95924840753136,-5.092246471141877,717232.394785525,-563330.901803405
+    114.64900931911674,-7.724102078211899,240522.125895169,-854767.880207237
+<EPSG:21461> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    120.43672679918193,80.49723244867249,452681.225912839,8941734.990463214
+    121.58730245213248,-24.929502319303566,357226.159567497,-2758900.795748326
+    118.28792634171667,5.555115474568737,-22748.641668777,616435.54312431
+    125.24080824184661,-17.488026103785273,737967.413228248,-1935630.157644512
+    124.6401801910021,26.472650983443486,663489.790858243,2930306.219968177
+    116.67124772397581,-28.07621201363444,-122852.429458237,-3123033.080917365
+    126.75520711434409,-46.106154714963324,790258.583257257,-5114676.870239646
+    126.60206196075025,-47.194330960820864,772882.310318159,-5235082.150898427
+<EPSG:21462> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    122.40512969226451,50.955014537421135,36737.872289498,5667872.512841919
+    124.87909861774669,-22.71826739892424,76298.75489737,-2519144.731488763
+    129.94626162700592,-67.56426100843973,540231.820457623,-7497568.182352571
+    125.52294045312257,-50.65270794975037,254042.020677412,-5619167.043470268
+    127.12379750224427,-16.04138878715817,299107.51623703,-1775047.230664918
+    126.32051237194185,-87.49162083063243,486821.314631868,-9722136.126052078
+    124.84011278219275,78.91463876230588,410663.010716418,8767172.330139909
+    122.29350377597743,55.618341455517026,77716.878066652,6186545.104199021
+<EPSG:21463> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=500000 +y_0=0 +ellps=krass +towgs84=15.8,-154.4,-82.3,0,0,0,0 +units=m +no_defs  <>
+    128.80150369893107,-58.14751126977421,135185.253274511,-6464459.726854624
+    133.6824096088424,16.528729892157443,359241.566599558,1828689.272352097
+    133.71033508041816,57.47991419704411,422540.933399191,6374145.168297817
+    132.75494991894985,-66.47080816692733,399864.098623165,-7377119.819147554
+    130.29154905533792,-63.32433078307295,264116.165106994,-7033175.431320447
+    139.35710518208006,-85.63504623304733,536906.514877867,-9515876.884055637
+    131.31581160715996,29.920614765929585,144023.753532348,3317093.333576653
+    133.0546324834857,11.230934933641777,287427.622936081,1242792.237502998
+<EPSG:21500> +proj=lcc +lat_1=49.83333333333334 +lat_2=51.16666666666666 +lat_0=90 +lon_0=0 +x_0=150000 +y_0=5400000 +ellps=intl +pm=brussels +units=m +no_defs  <>
+    16.755071817922982,61.952204368093305,811510.05275179,1471576.550552027
+    27.52374665841421,62.955161267346526,1337168.526931886,1717418.130959482
+    -31.791641126110534,81.03000803889033,-613123.195851536,3958850.088913368
+    -35.72565635114004,46.026032460456925,-2814342.945011426,454378.198684477
+    12.875456241202855,58.82794511634606,645895.13608056,1090873.478312222
+    -33.98059711897698,25.41549376295349,-3867212.098593394,-1674051.131849993
+    -63.191112356787386,68.6256618872686,-2383852.882124768,3429681.561245002
+    3.439091456267832,70.50085754381399,112648.409376269,2414398.466084531
+<EPSG:21780> +proj=somerc +lat_0=46.95240555555556 +lon_0=0 +k_0=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +pm=bern +units=m +no_defs  <>
+    -18.729680161087018,76.70099507629713,-758005.696320657,3622783.721362267
+    7.693442471299292,66.46962863074637,12079.612528454,2216683.496545436
+    -25.38512096015191,58.615910804714645,-1898413.37762304,1717987.871398798
+    23.425742522787495,-2.3120049313608684,2632319.066236792,-5881127.216032011
+    34.713100901815466,22.596259909103907,2973144.486475783,-2229895.725212164
+    29.57427524323743,70.91714171932634,872732.148909402,2886951.779142984
+    -3.7382898187423237,73.55699471057483,-393631.700400226,3108146.201737299
+    -9.158635389615885,13.848509392963106,-2102044.451457021,-3629518.674007387
+<EPSG:21781> +proj=somerc +lat_0=46d57'8.66" +lon_0=7d26'22.5" +x_0=600000 +y_0=200000 +ellps=bessel +nadgrids=CHENYX06_etrs.gsb +towgs84=674.374,15.056,405.346 +units=m +bounds=5.7,45.7,10.6,47.9  <>
+    7.938448129853736,46.79465315433036,638158.985520956,182731.071647371
+    7.441723602005019,46.08070477065818,600238.61689251,103243.283478341
+    8.288777166913963,47.46265495427786,664099.893483817,257221.894602634
+    7.437825319631524,46.9366096732191,599938.464581551,198390.971031227
+    6.419341714956735,46.11979656063479,521205.769486789,108101.747007159
+    9.5514416864746,45.724171144382964,764493.431359238,65823.6056569
+    9.873056604271362,47.620151303083325,782984.550667565,277226.14897261
+    8.097837497762685,46.055825668328055,651018.209361449,100691.844768734
+<EPSG:21782> +proj=somerc +lat_0=46.95240555555556 +lon_0=7.439583333333333 +k_0=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=674.374,15.056,405.346,0,0,0,0 +units=m +no_defs  <>
+    18.179410603714857,-9.823063675015085,2093632.126357623,-7404447.862837329
+    6.909125224934897,42.91767982469634,-43346.424331004,-448460.116711164
+    -7.2122020272685745,83.05929876984781,-242619.533006876,4349465.626244216
+    -2.620843766129205,18.081928825178593,-1208094.097758093,-3257488.947054499
+    25.55072016136762,60.36330733569052,1019477.099098876,1628077.743827333
+    0.8529928446449162,76.61157277844879,-195623.548432786,3472782.953962255
+    -26.302181083159336,64.36600160332421,-1660731.945186295,2350574.798175889
+    -28.97708401968764,21.064619016393696,-3957092.193116387,-1987752.052442516
+<EPSG:21818> +proj=utm +zone=18 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+    -81.50927205556634,-64.11432414934558,182948.193582456,-7125877.434367814
+    -80.19792229364218,-54.6608815097191,164458.280257483,-6069330.440410406
+    -70.11526386613468,-37.06989719694944,934012.436582136,-4113574.963177659
+    -69.41979599165042,41.79956331732177,963282.113951904,4642864.039605364
+    -80.2882532610344,21.433935330808566,-48940.872680322,2379753.947823558
+    -69.71210421064004,45.24422989173712,914601.651277074,5023956.461735386
+    -76.4838947731051,45.67110357102595,384048.062682149,5058832.078112895
+    -81.96046282362381,66.94389867371638,195961.674099514,7442308.843006305
+<EPSG:21896> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-77.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+    -77.8579515736616,-85.48964293433889,992807.522539771,-9006853.490851728
+    -70.73321282825205,81.98566779987931,1098278.618964059,9603854.834457563
+    -70.67714394890638,44.80374467607027,1506263.413264232,5474823.93766635
+    -71.04750956015981,2.8184562905716604,1671707.927642566,805163.849441727
+    -73.6019357343015,82.75591322420067,1048598.410076071,9685927.209667265
+    -78.59114727424506,-36.7137695475752,864693.159852085,-3574125.080866178
+    -75.41005350739444,-6.784173293019904,1184366.12581321,-258748.125865242
+    -76.68170485475157,-66.0155872524816,1017748.780972079,-6833104.077350822
+<EPSG:21897> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-74.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+    -73.24235677904687,5.6794377880041225,1092517.705602763,1119855.494959126
+    -72.582900507054,-41.294828423291925,1125101.027266672,-4082745.7894644
+    -79.06997721674006,34.942095739634794,543668.559601093,4371291.619822145
+    -67.10915475531301,1.2873772488074309,1777456.962603749,635186.706820037
+    -68.56132226691416,55.0327709574355,1352356.915641371,6606497.403715417
+    -80.89335208003367,22.870398700202315,299377.789676733,3038175.815655776
+    -74.37681047345886,-14.109044267801778,967669.193619902,-1068685.442787392
+    -76.17155972470793,75.2231592235776,940089.312023461,8844504.725586597
+<EPSG:21898> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-71.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+    -73.68088149525089,-14.858550893014538,719710.19557127,-1153229.384216649
+    -73.00025762773132,-86.3858234926044,986098.799220872,-9107172.885519048
+    -74.26939355613668,72.02816519553122,889810.622522563,8489817.181038659
+    -70.29429722008055,66.9669971277039,1033968.000251135,7922545.36660746
+    -64.31623059056481,-55.771039748536545,1423829.822098159,-5712254.559849197
+    -72.57667816795085,19.44099862976799,842525.879039689,2642935.44068798
+    -67.4568156993338,-21.083868431733322,1376397.376155195,-1844932.10596403
+    -76.2889758572794,-77.09924321300113,869910.959233789,-8075607.546826672
+<EPSG:21899> +proj=tmerc +lat_0=4.599047222222222 +lon_0=-68.08091666666667 +k=1 +x_0=1000000 +y_0=1000000 +ellps=intl +towgs84=307,304,-318,0,0,0,0 +units=m +no_defs  <>
+    -63.87136668447397,69.7754382398783,1161962.260448133,8241193.131459788
+    -61.34932464482576,48.88021073811541,1493178.367947464,5929924.531964724
+    -62.787869365250216,-87.03154709751436,1030176.370183866,-9180505.243860593
+    -70.69562121466838,-69.53171436555182,897538.464969695,-7227470.44603252
+    -72.26720166640227,-42.10235455920338,653273.423431201,-4179874.434375817
+    -67.34683363900672,-48.22522522173589,1054146.644545123,-4852143.202252803
+    -74.94320773695414,-28.996203889994526,330044.770254059,-2736660.227505973
+    -63.57759329360417,-40.962382811862625,1378777.803318731,-4054547.218791679
+<EPSG:22032> +proj=utm +zone=32 +south +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs  <>
+    2.201299695369795,55.826636222831326,74814.373196179,1.6207776562725533E7
+    4.251937870376688,-77.62538026499381,386865.514130056,1379042.037966758
+    7.429279674188274,13.598182337893647,330403.959353379,1.1504060770095233E7
+    13.973392983978515,68.18444808716208,706388.939414139,1.7571712814283513E7
+    2.8497291568394054,-68.32222991032819,247158.903076394,2408763.406291505
+    3.743884451376176,-27.829453402901436,-17687.425027028,6910788.136544721
+    12.163941784514767,81.78283178608447,550792.0861727,1.9081831462291017E7
+    14.635108853672392,19.672188799139974,1091740.546290167,1.2185236842736185E7
+<EPSG:22033> +proj=utm +zone=33 +south +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs  <>
+    8.432428176477648,-11.160423593475286,-218221.156561776,8758518.565677952
+    13.420762713977819,0.6497718961146859,324582.52363994,1.0072077496092549E7
+    17.816348818367253,41.8690976629274,734042.572617012,1.4639198538163599E7
+    20.164151367671877,58.89489412533362,797711.176549035,1.6539849223343693E7
+    12.395289698444092,21.183812448719422,229887.7233129,1.2344914403646428E7
+    14.447203795497327,62.78342602815772,472116.824356875,1.6961565137067124E7
+    20.871808431086755,-46.34997386422149,952077.776492871,4850511.493815728
+    18.509215916485925,17.84146858527066,872330.790532396,1.197634921801935E7
+<EPSG:22091> +proj=tmerc +lat_0=0 +lon_0=11.5 +k=0.9996 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs  <>
+    13.883386842814698,54.76509132574802,653657.676708859,1.60713156128113E7
+    4.849726248555629,-51.6578826496526,40552.122049378,4256249.755465077
+    15.801899059633138,-77.75365172161804,602107.347042412,1365600.857608685
+    10.750763219583515,-59.60727528929932,458045.987734371,3392294.13845263
+    11.620034470666226,37.26477203789791,510972.962197363,1.412440696878579E7
+    14.437712198994408,75.70528826536616,581261.338841243,1.840421281507031E7
+    4.7033925456259,-48.72400314659396,620.721831108,4581108.975990242
+    18.303094953587923,-81.84456597721896,607830.406705611,906411.708196577
+<EPSG:22092> +proj=tmerc +lat_0=0 +lon_0=12 +k=0.9996 +x_0=500000 +y_0=10000000 +ellps=clrk80 +towgs84=-50.9,-347.6,-231,0,0,0,0 +units=m +no_defs  <>
+    18.278680592843678,-81.78211327934521,600330.783040717,914282.524785066
+    15.96554059948363,87.60276440567495,518832.155621731,1.973075646224337E7
+    10.068225656184516,10.54104592707796,288939.523795003,1.1166110303871337E7
+    7.977587125646364,-25.012603092431945,94252.061991247,7227844.361290557
+    15.4108125057786,9.109028443603421,875321.076060661,1.1008901283023715E7
+    8.367523490846242,-71.10699831746287,369123.409708853,2106947.131949977
+    8.343096669926586,-87.50796694855656,482588.766559956,279920.919907084
+    15.041037626537008,-65.68311994343424,640018.241598376,2712242.55588219
+<EPSG:22171> +proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -66.86106355826786,-85.638835956425,1543589.227225508,485155.81735768
+    -66.29382703023305,-54.34296015856847,1870907.296677275,3962847.556636209
+    -73.36967165613419,68.90505619008084,1444966.718316805,1.7649413748340096E7
+    -75.35379656952487,-26.76598029308198,1166318.944264542,7035863.830732247
+    -73.08467003466892,-23.82843445380965,1389482.598207083,7365256.497320322
+    -78.84353917986756,-27.454010118274766,822562.811897542,6945317.615054274
+    -65.90601002446454,-29.215436212549918,2093145.332240734,6753384.620258068
+    -65.71248905166414,7.438266212247001,2195430.867528793,1.0829447661010487E7
+<EPSG:22172> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -71.22476736885852,-40.605143717398136,2311698.870179873,5502861.254007325
+    -65.98326858083995,-42.9053356481308,2746372.985330435,5245344.550655861
+    -67.29018210500185,-40.78541046049637,2644324.580598293,5483816.072151207
+    -74.10775541776925,81.74092844746491,2418157.008394476,1.9085119897391032E7
+    -75.22975631705117,80.40012932462827,2384186.186270362,1.893799904839738E7
+    -65.38181181579783,-16.965273996536666,2885570.758213497,8121945.920957766
+    -69.37780078141915,4.12365788386569,2458051.257624392,1.0457954056459883E7
+    -67.12154446267384,-18.49288136492119,2698406.383506472,7955398.216021242
+<EPSG:22173> +proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.56337292339559,-78.87587783152762,3444784.095825018,1241128.692087467
+    -68.26902870539446,-28.007907113379197,3276797.546537294,6900571.586220708
+    -60.55438500243662,33.56914185932267,4005915.49402244,1.3731155117275562E7
+    -68.03106012567615,1.407061386791625,3273923.5244813,1.0157649263395717E7
+    -67.27535794270453,-61.26306155615103,3431568.039816585,3206491.035310967
+    -71.41084409866042,-86.01834599290245,3458097.543145204,442744.272342567
+    -63.46972067654789,5.352235583138807,3780539.733732432,1.0594380662018264E7
+    -71.4735139411557,-21.148448941988775,2930836.419627038,7652623.692525484
+<EPSG:22174> +proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.67818031295681,73.58453760664077,4447049.259669446,1.8171665739644624E7
+    -59.07564157579321,13.468530510726495,4925218.759486142,1.1494906845461644E7
+    -57.097620855385316,-42.867659686449436,4982381.134007261,5237013.212644244
+    -67.12668969498519,54.94069977250052,4235604.519531775,1.610039403841029E7
+    -62.130152326708355,58.372434873105135,4550900.547582984,1.6475059543068996E7
+    -69.8537131954386,60.596178174905646,4124929.563460357,1.6742040933695743E7
+    -56.27950054018971,-24.137499162688684,5184145.110693682,7314989.264645097
+    -57.36407058076658,-11.042522678424405,5116776.947882014,8774971.857118567
+<EPSG:22175> +proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -61.33410997252807,-51.79933213903931,5407968.808173832,4260107.508164391
+    -57.67537163165452,50.77725973309515,5663954.606341982,1.5631849739329653E7
+    -62.66239493267499,83.0413014999393,5463986.426108121,1.922755596913769E7
+    -55.849044830623214,-86.98883739711206,5524333.664754843,335444.974731145
+    -57.81351953722523,-86.2723102377159,5515873.597237203,416052.295784833
+    -53.00065353397962,-60.13478843039654,5888484.639751273,3312259.514834637
+    -57.9910157153425,-53.21383264795257,5634202.552654094,4101663.653327232
+    -64.83636054179524,42.48907016450744,5102344.914350967,1.4719277872724853E7
+<EPSG:22176> +proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -63.38695566210541,-9.545507514040821,5797401.51550332,8939866.40283375
+    -60.13422330723247,48.533801861885735,6268544.621611888,1.5384495737386096E7
+    -59.81167924923784,-68.38898069133916,6384421.844929354,2410059.59816376
+    -55.284638797802415,88.88496570514383,6503727.847531171,1.9879444796700217E7
+    -58.380279523444116,-13.358012368011671,6350465.249033014,8524231.096823148
+    -59.35606586207761,39.70089684865354,6297920.776881382,1.4400939674581382E7
+    -52.04835159558268,64.42503625375582,6738419.15000804,1.7158504075361427E7
+    -62.138473062304406,72.86401901471797,6331131.826614075,1.809775385059041E7
+<EPSG:22177> +proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -59.41368839379633,-26.459703754658968,6959632.840805824,7062802.733666921
+    -50.52857825228118,-4.817511343470358,7885314.853980931,9468279.10311175
+    -60.76166886278617,-59.439659645385646,7116768.178584684,3390812.495408074
+    -59.48232088016117,-36.101911957483686,7006098.750114848,5991167.188861782
+    -52.106293737259904,-14.257781307436318,7704387.460724817,8424266.954101276
+    -48.138969895062445,-45.35296872271502,7959267.689954235,4961052.798469391
+    -54.15714117372834,9.14849982599631,7482728.159143782,1.1013644135374662E7
+    -52.7632609120325,36.235177307021274,7611179.561454557,1.401431328637377E7
+<EPSG:22181> +proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -76.63487572728671,-87.0174449595497,1473093.180029341,332042.981344899
+    -71.34652768974877,14.302965508675214,1570505.10448637,1.1583931017016182E7
+    -78.07306105155166,59.48613591083827,1156194.534395052,1.6614509720949262E7
+    -66.5971004729828,34.61580580891909,1995777.187141317,1.3847239620960483E7
+    -72.22399551890166,-76.52944672163748,1494173.024317834,1504291.538459039
+    -71.3509608410513,-1.7542105494115958,1572218.626505013,9807982.037751012
+    -67.65223498167194,87.48452785761683,1521292.913679555,1.9723777682447575E7
+    -65.93457155213467,15.230126859364475,2152695.3427985,1.1695519074780641E7
+<EPSG:22182> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.41827704879273,14.693428760124391,2993923.499619791,1.1632051023383623E7
+    -67.98795665298135,-5.141727289446919,2612215.609470178,9433318.830920326
+    -66.7399160845852,20.312200361406013,2736088.203809708,1.225051148526561E7
+    -65.0116320745716,-80.96825614656223,2569872.179549628,1006304.600979188
+    -62.99690709746355,-84.25298902822067,2567019.637686409,638388.24314683
+    -62.8257344218067,76.66625302113755,2658740.559977922,1.8523232388201475E7
+    -69.27076708751491,-26.369319453864975,2472976.682047419,7084185.586620941
+    -69.2039504633862,76.30025381257778,2494605.945423628,1.8474052974551424E7
+<EPSG:22183> +proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.15267748262596,-28.55362981738307,3680786.088263742,6840775.19001549
+    -65.77744910132238,0.9859743211133036,3524770.671833777,1.0110990061719319E7
+    -62.71516512829584,-70.06057723027378,3625019.742048374,2222856.790096133
+    -62.09942368149069,79.65768323921097,3578150.482540709,1.885150094748033E7
+    -61.42221039287017,-46.25650213140259,3852952.251355074,4867171.501308599
+    -65.17423911373578,-23.30363120722737,3584470.583408256,7423561.349646287
+    -64.86967846920372,21.11176417796065,3617437.956796046,1.2337834156362452E7
+    -69.32188306010747,51.03087560122225,3266993.536641775,1.5662740565787988E7
+<EPSG:22184> +proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -62.78102470127556,-74.75758192368507,4506428.642734312,1702074.312834884
+    -65.4040693007819,-81.56602809499094,4460630.191021808,941138.257705665
+    -60.41182452226559,53.823842479030844,4670419.801225442,1.5971382763980199E7
+    -64.79383124982826,-42.14434885776914,4351713.618485473,5332737.486525185
+    -60.350430409003515,51.745846313186235,4682980.699870983,1.5740354306732977E7
+    -67.03952575530565,-74.30010910588666,4378024.852136154,1749005.0288135
+    -62.126760492026065,-36.18939675980427,4578546.729830753,5995054.010588457
+    -69.04763300164889,-9.73600908490495,3835240.681341936,8919360.74150001
+<EPSG:22185> +proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.78192992712995,-60.45420894760281,5236991.468425187,3287730.263984058
+    -54.20208836435312,43.24251907189506,5970953.314369854,1.4807981866940752E7
+    -57.21898165509454,-50.29089781411231,5698167.30759592,4425060.458714154
+    -64.62690120665562,32.26388626887615,5063841.153696162,1.3582493895691175E7
+    -56.31129663128501,-26.41957872833504,5868137.455077881,7073368.006214935
+    -54.575346256764746,-30.360210858914634,6021887.814044556,6629410.367193231
+    -62.764282625486686,16.098604864759636,5204174.466388192,1.178450040534928E7
+    -55.06174321438725,-51.61478268316667,5841956.02062336,4269918.972833
+<EPSG:22186> +proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -52.88859415819004,31.86528533219547,6889215.478013642,1.3536260291011587E7
+    -58.18671373773752,-87.22599885006835,6493585.604660072,309770.429317193
+    -52.57161323793469,3.2398974676911365,6992674.003275697,1.0361296552905258E7
+    -55.4021254470822,50.66826832927933,6612962.155799242,1.561836643730684E7
+    -60.83484403475936,-79.41811264927786,6421405.095409428,1179211.698349575
+    -58.562573540299624,-36.230184099026346,6359517.874604666,5989749.21780174
+    -54.33426535368315,-7.707435938288029,6794188.071534889,9148751.807070702
+    -55.64525962654215,-64.3735287654662,6565399.648920782,2859773.387921527
+<EPSG:22187> +proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -57.334226647843316,13.658054522508365,7139081.709400097,1.1514961036601588E7
+    -51.258888125968966,21.692092733806973,7783739.265413359,1.2404182202993276E7
+    -58.61329943322883,-82.31703329235555,7431187.605908557,855342.360773153
+    -59.16516944506519,-30.82929471990942,7005507.742915024,6578475.04302809
+    -53.55681337902654,48.578638298649935,7532701.385944562,1.5384830397233842E7
+    -52.077501226545294,57.09568571701496,7616525.480810399,1.6334176822550597E7
+    -55.10445980699764,-57.835647512563035,7434392.9196243,3588452.698464965
+    -58.289741112444645,30.735961625845007,7089002.332084411,1.3411539438267548E7
+<EPSG:22191> +proj=tmerc +lat_0=-90 +lon_0=-72 +k=1 +x_0=1500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+    -73.91301114272025,31.0323554600337,1317440.187131953,1.3438386209581362E7
+    -66.49321575100653,73.99177919517044,1669461.682309837,1.8224609364321314E7
+    -77.99089620093493,-31.517828671336645,930581.734323459,6498181.174956197
+    -76.63663572290805,31.00610533363694,1057071.485535276,1.3443150017042354E7
+    -75.89741917609715,-70.12745732456636,1352266.180744013,2214225.365186844
+    -68.12608257429511,-5.792512935140451,1929481.167007548,9360199.364740364
+    -66.0840997630913,-30.269971939813395,2069854.288771987,6637268.897319282
+    -77.90211825627027,-21.132941336533563,886185.00597949,7652951.99026682
+<EPSG:22192> +proj=tmerc +lat_0=-90 +lon_0=-69 +k=1 +x_0=2500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+    -64.64569076810287,74.22579180105214,2632165.158833186,1.8247725627783194E7
+    -73.92308379179178,-73.31812521115955,2342447.879145369,1856443.528047136
+    -63.82022650343269,19.874275263678683,3043148.034829403,1.2209037101504797E7
+    -63.77092695839036,21.859465906936236,3041140.586341853,1.2429681060243139E7
+    -65.60254114811653,10.689455806523597,2871982.112438265,1.11863755189417E7
+    -70.15817835029819,52.584864050725486,2421588.285602175,1.5831354433542464E7
+    -67.72848514592985,-26.955091296604984,2626350.356728176,7018885.199527035
+    -67.7684641189437,-41.96240584972492,2602184.259322249,5353973.718057347
+<EPSG:22193> +proj=tmerc +lat_0=-90 +lon_0=-66 +k=1 +x_0=3500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+    -68.33882466582014,-27.66435925626905,3269282.19367146,6938741.235113562
+    -60.73703616668354,-8.778454011863573,4079920.435805507,9027368.818049824
+    -62.361857842491254,67.29192450424353,3656800.803731616,1.7473843228253227E7
+    -67.60526920122483,-80.96535582399301,3471929.933668262,1008835.076381339
+    -71.93640787395736,39.07716629536807,2986189.19123835,1.4346150053070717E7
+    -63.87586906797296,69.97653835305104,3581272.476754107,1.777012724266495E7
+    -62.36146173205408,87.231207208412,3519698.935277896,1.969574767977479E7
+    -68.94073638467556,-29.988862226630864,3216243.652264225,6679653.66379769
+<EPSG:22194> +proj=tmerc +lat_0=-90 +lon_0=-63 +k=1 +x_0=4500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+    -59.826790090419394,10.277827714264689,4847851.168757139,1.1140515454228684E7
+    -67.30046573652751,39.31243687520734,4129103.568725236,1.4364282055864718E7
+    -56.446021032547456,61.78045024315992,4845547.141140471,1.6872221809737265E7
+    -56.06296020794095,-75.67362543598237,4691347.270421548,1588802.962462645
+    -66.8148297976318,-15.272734330769453,4090042.74135216,8309417.447538338
+    -60.24989949868708,2.9557476773661904,4805926.216564363,1.0329412833817871E7
+    -68.85486005222464,-12.535236133948558,3862729.558900127,8608805.78406487
+    -59.210558556088124,-16.048118501158825,4905828.211980816,8223502.828700486
+<EPSG:22195> +proj=tmerc +lat_0=-90 +lon_0=-60 +k=1 +x_0=5500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+    -54.18558025222909,35.45106676785093,6028226.628071263,1.3942463651192307E7
+    -61.916687825221125,32.147951636824516,5319219.873006542,1.3562114194691792E7
+    -53.18574196030694,21.154995126826833,6209062.124945574,1.2357729041650107E7
+    -57.87490201088544,50.94709385010617,5649403.065471341,1.5650638805465316E7
+    -54.66804810705214,-61.30245555059375,5785589.391082655,3191311.640314357
+    -63.15831245905406,-15.746856824081789,5161440.702184756,8258019.496040744
+    -63.6039507917775,59.147448660739144,5293867.526139296,1.6566973859026572E7
+    -58.334097175303356,-20.29539937702077,5674084.076239219,7756236.305483086
+<EPSG:22196> +proj=tmerc +lat_0=-90 +lon_0=-57 +k=1 +x_0=6500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+    -59.70746942263132,-49.91718491347166,6305614.952923577,4467026.114545826
+    -58.74145352153736,50.721239269580224,6377073.999995231,1.5624806457663048E7
+    -53.01723820998187,53.12459276404124,6766617.367083314,1.5898193290150609E7
+    -56.283484503677144,13.360153815650406,6577670.210990398,1.1479881399387317E7
+    -53.322259681026836,-24.488545057707967,6873010.86380277,7287814.948168734
+    -62.561341133902346,26.968699556315357,5947384.210162709,1.299858556378605E7
+    -61.337989169859384,10.991800179332415,6025519.842096834,1.122119953058493E7
+    -55.67210138394439,-27.94868550171539,6630733.413982761,6908715.978969984
+<EPSG:22197> +proj=tmerc +lat_0=-90 +lon_0=-54 +k=1 +x_0=7500000 +y_0=0 +ellps=intl +towgs84=-148,136,90,0,0,0,0 +units=m +no_defs  <>
+    -60.92560549943157,79.73349964572506,7362497.005471742,1.8865945070027143E7
+    -60.76496889261991,9.293471352449643,6755125.573956436,1.1037043128215622E7
+    -58.60665386879943,-39.89029336202894,7105954.803941194,5574660.068335827
+    -49.69287675971946,35.37094100251609,7891575.923567594,1.392652396029548E7
+    -53.688881379468825,-63.388781155439574,7515595.005439135,2970420.918713958
+    -59.62661537374553,-75.7357626425321,7345440.760857513,1585746.248605575
+    -56.80489882085109,-14.755554821874057,7197924.351128992,8368360.319678387
+    -57.90916628467356,-36.203793041963856,7148400.5454403,5986932.91465031
+<EPSG:22234> +proj=utm +zone=34 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    23.52241086502302,-47.06432363262536,691585.933160718,4784884.376464022
+    14.724516941836743,56.6239540120485,115325.870875757,1.6293191666388333E7
+    24.337813417434486,-80.02017989186564,564594.780565657,1114580.733702909
+    20.07020369172361,32.327516655146724,412543.687743443,1.3577320892709257E7
+    16.449384560675078,28.641126589909177,55063.285796534,1.317692840048772E7
+    16.281248669282498,-62.36190612355328,255990.019685126,3076869.681406322
+    16.13083161169513,7.774896462793208,-37436.164573804,1.0862790705532804E7
+    17.983717442182805,-1.9696620502414817,164458.884265644,9782282.41136946
+<EPSG:22235> +proj=utm +zone=35 +south +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    21.90289192613113,-54.555400275502464,170526.101026288,3943012.372709669
+    25.281496150187586,-55.936365564133546,392684.769477951,3799953.188727008
+    20.80932639549427,43.43762476140759,-984.889823139,1.482819813562378E7
+    21.72118910575547,7.782308356852624,-82781.459299162,1.0864157694202203E7
+    25.76661918417478,-29.462392143159832,380436.57088965,6740445.478628991
+    29.332620023890787,63.383501112234995,616606.528008685,1.7030420446378816E7
+    31.93798374281412,73.2562451745076,658644.307645066,1.8135504412833415E7
+    33.87926651722418,-9.572265748405286,1256665.148431513,8934597.388169779
+<EPSG:22275> +proj=tmerc +lat_0=0 +lon_0=15 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    20.477317847863628,-36.92315412553782,-488315.353855811,4101741.810124955
+    11.634292970267946,-43.886405219260745,270403.545010089,4866429.700493135
+    8.762301686954727,35.276394820286995,567785.951765614,-3923342.378013274
+    16.043759870192524,-78.53356937532726,-23240.681123743,8721347.030637342
+    12.546830376141955,-14.097375856450853,264916.799595403,1560205.365626554
+    21.77231707530216,-16.66774902529633,-723903.717017645,1855552.311164577
+    8.877112648679567,1.1643544204160463,682690.675788306,-129784.027207944
+    18.55259620037535,-43.075584020196096,-289410.092087931,4776965.331760374
+<EPSG:22277> +proj=tmerc +lat_0=0 +lon_0=17 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    14.387412499591285,61.61346595962013,138525.670233481,-6836637.753353776
+    10.292399390800922,-8.449939323244053,740200.158063404,940505.06576613
+    20.34971908318596,53.237082931596035,-223668.934125603,-5906315.236923425
+    14.81328103001768,-0.07183800544359542,243418.378929251,7656.989835969
+    14.87310595939011,39.63694558873655,182516.538356136,-4391545.572688173
+    19.852505657443025,70.48519684136286,-106411.632116719,-7825531.038630007
+    12.4286509999567,22.822082277539366,469550.540324164,-2532356.679963211
+    22.004436248926424,50.63192421592777,-354023.902363359,-5623194.862310535
+<EPSG:22279> +proj=tmerc +lat_0=0 +lon_0=19 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    13.544980737646053,-63.25566745442062,273697.48342123,7028256.013904299
+    23.015993826848703,13.71748136637386,-434755.349395689,-1520976.359618618
+    22.09878757654844,-13.308308111220668,-335956.754928734,1473614.425394478
+    18.453515733935067,13.687207583169268,59059.56255283,-1514075.862354077
+    18.563716654183263,-7.690117162528651,48075.411550416,850108.23248605
+    17.244966078629666,-51.368840225610214,122158.396536565,5694301.325163309
+    16.151558439395338,78.21512652003531,64881.973102601,-8687281.946954219
+    18.884814039836826,44.33689452601661,9127.810006868,-4911396.439534564
+<EPSG:22281> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    17.23744353156066,-42.46987997167964,309396.01540831,4710409.275818658
+    16.233580518296748,-28.9086865509978,465079.841417,3208221.7063362
+    16.48590284487991,-60.120448228586845,250788.297513184,6675787.73723707
+    18.262552940859273,5.256262722240606,303516.651383049,-582174.696445164
+    14.066102600460765,8.242032152307758,765700.283069957,-918370.165156012
+    26.51866811359163,49.555797763908686,-399226.441477122,-5506188.291733581
+    27.933450347060443,-60.19398222730484,-384196.498288136,6695611.176710354
+    26.353135779186964,75.43826955072839,-150145.442258299,-8382522.806303928
+<EPSG:22283> +proj=tmerc +lat_0=0 +lon_0=23 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    22.660010476329123,53.35860717828203,22588.484738971,-5914648.99839915
+    28.993685346351224,3.7119711103890722,-667077.713367636,-413008.875405776
+    18.871831792985052,-57.0770477149907,250224.962421564,6335785.610605037
+    22.543886776326758,12.881409838911665,49457.88494246,-1424906.352529889
+    23.019685122197558,63.77758467573673,-1017.071161449,-7075038.992329681
+    28.768592838210466,85.9420102886333,-45561.244547517,-9550780.184338123
+    29.09314018875116,11.072870681253477,-666946.98152662,-1231633.647672849
+    23.21060866494172,64.67368085045538,-10102.072811818,-7174945.151583979
+<EPSG:22285> +proj=tmerc +lat_0=0 +lon_0=25 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    23.08542260846476,-71.12823214951408,69094.268235315,7895671.350035113
+    20.536547153044353,15.59157082846292,479066.842500029,-1729736.307213191
+    28.258067108561672,-15.65118849332778,-349526.393865363,1733428.961598615
+    26.478582477575856,-60.6469912658328,-80924.626237307,6726787.116042807
+    25.698437538295444,-61.27720614833727,-37500.93555864,6796301.692479056
+    29.981734811483662,-27.43657272357583,-492939.6501158,3045599.620122225
+    30.296541795056488,21.99939725692488,-547522.336418896,-2443477.41930085
+    27.640938368077606,70.48659451049474,-98498.499615655,-7825323.498401298
+<EPSG:22287> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    20.882208717982824,31.840273044862215,579520.035763554,-3540706.300545602
+    26.071742866431258,51.695043509840815,64143.615539271,-5729896.798062509
+    25.825285245803606,79.34286662717699,24223.661001354,-8811842.30690082
+    27.074471636997476,47.738544796439044,-5619.620054204,-5289464.98319066
+    28.04415596950782,50.42712406171674,-74224.956059296,-5588964.201777891
+    26.226224837097753,50.8725534296681,54427.389408939,-5638275.278096258
+    29.746857734872687,8.242809226390904,-302782.21175743,-912827.365989353
+    32.39524188191844,-30.61425328819216,-517738.101375664,3400349.175381154
+<EPSG:22289> +proj=tmerc +lat_0=0 +lon_0=29 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    28.092388595624946,73.46191941536907,28816.741699812,-8155377.069818838
+    30.847680405374685,-63.40289985510326,-92353.684675372,7034341.993657243
+    24.71484568301594,-45.537055441883375,334666.66103817,5053283.05556953
+    34.02830970084858,-59.61096172427975,-283718.560011848,6621194.864931013
+    34.50136384148529,-25.516332146920078,-553588.412432495,2834425.65555724
+    33.249511294369796,8.585128933861498,-468221.461990662,-952241.417585849
+    26.61000190406873,-4.793893086365884,265175.171938831,530259.927042625
+    31.757108540109243,-76.85154285863224,-70043.831005263,8534982.54629645
+<EPSG:22291> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    30.779562339435515,-44.939412480980984,17376.652036383,4977944.917930524
+    26.098901734618206,58.416696876786176,286239.586572201,-6488155.616179605
+    30.01427060442965,-67.96203092508196,41268.379163618,7541694.552403255
+    30.836834990762192,-25.929394855403665,16322.992215625,2868725.102121801
+    32.364792598066586,84.52539327352562,-14562.892014295,-9390457.215825848
+    31.571536202924364,24.36226027366206,-58012.000248303,-2695766.260409821
+    36.136186978374475,14.741390768266186,-553717.291614489,-1636969.491400109
+    28.12375394693919,-65.78059387320958,131657.30525721,7301106.087493826
+<EPSG:22293> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs  <>
+    36.8583226021754,-10.337729898732562,-422896.473160251,1145469.58142857
+    27.957129105271083,64.13053198943717,245372.120714336,-7124101.773070938
+    37.407641496545665,13.979112503397062,-476641.82574295,-1550738.125337544
+    39.99266710742816,30.57265729184074,-671585.402991956,-3404715.127020166
+    26.85036888273388,40.09377553527048,524548.497135139,-4458265.993681492
+    31.658843072091997,58.19192328709428,78856.053263194,-6453465.352379688
+    28.438616402219424,-9.289337435930335,501643.440584818,1030181.131235489
+    35.539197429972496,39.15635594677795,-219495.950013706,-4339094.562540468
+<EPSG:22332> +proj=utm +zone=32 +datum=carthage +units=m +no_defs  <>
+    10.615927756293779,21.424748511013476,667430.616080709,2369560.124231779
+    13.911995078167257,-69.13288936497308,695018.355538509,-7676893.781968752
+    8.451849201492298,83.22983482386917,492738.452663552,9241772.593568679
+    3.600980541810161,40.644394906539105,43348.985273442,4512864.308934168
+    3.6006539359089653,0.0563758495458444,-101742.322873071,5826.291091354
+    7.265556141564536,16.571311283768637,314895.920796325,1832474.215179827
+    12.390218342625072,-35.86920915770239,806042.885218352,-3974993.676087306
+    5.01540410791356,64.47447249084667,308463.232241666,7155478.173855773
+<EPSG:22391> +proj=lcc +lat_1=36 +lat_0=36 +lon_0=9.9 +k_0=0.999625544 +x_0=500000 +y_0=300000 +datum=carthage +units=m +no_defs  <>
+    -67.3628896112987,-6.607242954967493,-9426694.8608436,-698756.995451408
+    57.3468974619783,-23.18552218861506,8270897.066345372,-5598591.014814549
+    69.88131333191194,-22.36138252735647,1.000274917002059E7,-4357782.446842944
+    -47.743427940662116,-5.836786213039847,-7209108.489214374,-2394657.94209126
+    -40.66689780913566,20.787319074797672,-4701102.567054368,-24593.734474753
+    -20.12727153215441,36.367204903287735,-2151473.250722389,752199.839376785
+    41.46365621845938,-13.760740941443375,5275862.155973285,-5144924.579314873
+    -51.089581935827916,64.07699651362738,-2729118.889989931,4616294.598819139
+<EPSG:22392> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=9.9 +k_0=0.999625769 +x_0=500000 +y_0=300000 +datum=carthage +units=m +no_defs  <>
+    86.92701185528844,47.13222936476345,5993956.128303401,3975903.826925443
+    54.3353106467392,29.60474588797446,4682363.562953882,794083.175458997
+    25.811702169861476,55.251417434654996,1595139.787017481,2888520.393109909
+    3.725481774130074,19.139097049731525,-168228.389929116,-1264289.759572129
+    -64.65674266077691,-2.0483912892732548,-8589853.98411174,-465417.73548414
+    20.744317634583652,-12.057218722036263,2084179.223787723,-5175319.419891175
+    -63.86205255766251,33.383533162775244,-5803722.719843308,2634450.656475381
+    -54.84816375792805,28.07560299847956,-5485912.212213784,1638907.274974837
+<EPSG:22521> +proj=utm +zone=21 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+    -52.14342585827781,-2.18751019745919,1040754.472654946,9757341.203343257
+    -58.71841508616385,-78.43603402456546,461629.691891708,1292362.190482836
+    -62.430503595845494,-65.24984664942149,246634.370230108,2752762.285873709
+    -55.293457446442375,69.17949784809389,567768.762311636,1.767534709770847E7
+    -53.8626128464083,57.67247501796811,687180.503962868,1.6396592335833862E7
+    -50.5162564191022,69.02993253150257,758631.767804474,1.767140564650234E7
+    -50.50443619390789,-22.357333086288577,1169892.283200682,7513139.721111991
+    -50.151829696205574,-49.725067179211315,993470.533453147,4469386.812414906
+<EPSG:22522> +proj=utm +zone=22 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+    -56.60062525384155,74.30477608660337,331164.851059643,1.825402280132222E7
+    -54.195955941852,-82.55014781497593,453812.863281618,832436.668257369
+    -47.32245887546946,28.872304975208408,858817.491613886,1.3199403137860127E7
+    -45.20652771538926,5.907179229644271,1142399.964928601,1.0656298013670161E7
+    -45.3570159823858,-11.202875633411338,1117017.59541089,8755677.330577081
+    -52.04134093022762,-38.46984273862421,409211.618281177,5741544.452355984
+    -44.317558888428586,67.94594801277086,779609.996895608,1.755198891040029E7
+    -54.36929396338192,77.81882601072726,420730.597949159,1.864046562606424E7
+<EPSG:22523> +proj=utm +zone=23 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+    -42.05776014377097,-30.436722786930524,782608.44114469,6629151.681111502
+    -48.32859978151132,-40.99088747841484,220024.236096832,5456923.578270676
+    -38.13025500359405,-62.48263908769602,853655.798271237,3053211.786981747
+    -47.58683434595439,-50.602066871480574,316971.776875909,4391234.424077692
+    -51.29456185765655,-86.36615046824039,455571.915429382,405258.900558168
+    -39.51940668179471,81.94813151567016,585605.578859073,1.9103133426478826E7
+    -50.99422836962117,75.61435261095136,334050.259266098,1.840059932833762E7
+    -51.22140582705294,21.427607235693614,-145633.357497216,1.2382313724302372E7
+<EPSG:22524> +proj=utm +zone=24 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+    -33.69171334914466,-22.589976286376,1046182.675702371,7492139.400302414
+    -41.19358062291645,86.16669554916416,483628.766853599,1.9570345075373847E7
+    -39.13289733541506,-85.40850561807405,498810.423723809,514615.453945076
+    -33.81210539956017,36.504265721425384,964762.96782058,1.4052415725652458E7
+    -36.95146256267827,-22.435963488270374,710829.40762807,7517486.660937417
+    -43.137445017218944,-65.68602861032727,310015.167750758,2708822.202130417
+    -32.58327042633499,-37.10561014573388,1070469.706563646,5874103.025045201
+    -38.69043629152671,-31.29245176523014,529460.536390252,6537954.227787914
+<EPSG:22525> +proj=utm +zone=25 +south +ellps=intl +towgs84=-205.57,168.77,-4.12,0,0,0,0 +units=m +no_defs  <>
+    -26.55293841133593,-52.26039259944229,939760.779051286,4190398.75235856
+    -26.675251199592946,5.045700705272978,1202461.497932549,1.0561139560799163E7
+    -32.56015028872136,-16.89943082000947,546814.680008686,8131525.614452796
+    -34.33030348697256,-27.684071973725068,368785.417532259,6937094.610582573
+    -32.755929295102234,41.62008158771383,520303.613794431,1.4607623854121355E7
+    -33.51690156571778,-52.59976944968686,464960.974934219,4172126.771370393
+    -34.0727200979977,-28.41178535158442,394898.167703838,6856721.098296539
+    -27.260976644528085,-22.176584143942307,1092333.657396529,7536411.764440991
+<EPSG:22700> +proj=lcc +lat_1=34.65 +lat_0=34.65 +lon_0=37.35 +k_0=0.9996256 +x_0=300000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=-190.421,8.532,238.69,0,0,0,0 +units=m +no_defs  <>
+    50.56202974635881,56.194519359604634,1185988.243717376,2814995.860966683
+    -29.59532049532709,-10.084649097822728,-8761627.909452407,-2037212.37918919
+    101.51650907663782,54.86634310600551,4424821.102455731,3957019.251454178
+    90.98510040137558,3.159528822116183,6842202.076388301,-1573895.7177499
+    -7.74128088166357,58.453664199599636,-2513739.27939592,3672260.715825366
+    74.45869853142372,87.05206169692889,899392.264961285,7980303.938230139
+    1.4678347930539886,58.18182360330055,-1978638.601587254,3408634.911679832
+    95.61949986232119,64.70863820951016,3418396.915110909,4756680.130096445
+<EPSG:22770> +proj=lcc +lat_1=34.65 +lat_0=34.65 +lon_0=37.35 +k_0=0.9996256 +x_0=300000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=-190.421,8.532,238.69,0,0,0,0 +units=m +no_defs  <>
+    116.09497729951354,55.864972708744084,5101608.436628778,4694928.82885612
+    0.5946789730350233,-24.633039839557522,-5796306.589783942,-6431280.571793221
+    118.39114915046213,-0.024175958353584548,9882072.993835902,306518.558192254
+    25.39555016423214,85.40570257569442,45894.682393949,7405070.723262256
+    104.14934084044577,-4.391176659092835,8847060.414707957,-1412891.698493489
+    -25.303387486517828,-23.91955158913864,-9577682.835651623,-4250593.958098896
+    109.89592421783621,-12.712713324828128,1.0249993909413112E7,-1812157.980454202
+    36.94280944404661,-16.220512398175092,236624.827427536,-6105428.947128439
+<EPSG:22780> +proj=sterea +lat_0=34.2 +lon_0=39.15 +k=0.9995341 +x_0=0 +y_0=0 +a=6378249.2 +b=6356515 +towgs84=-190.421,8.532,238.69,0,0,0,0 +units=m +no_defs  <>
+    94.5960089640011,-16.649615922706957,7804833.520617521,-5325981.683517883
+    -22.150141406841968,-28.225418122065165,-9087132.182471797,-7341812.383558601
+    12.378421765205914,55.311260279553096,-1740211.0431048,2668493.147249925
+    -18.28049217134302,56.329631871144926,-3482350.816820003,3871045.735601442
+    95.0108057705126,-74.25070743419136,4905308.614504934,-1.9152075187084816E7
+    118.4006136608001,74.61338108188826,2103287.761286059,6203201.51771013
+    39.715610892147986,73.05228993831548,20532.996877872,4494764.906688661
+    72.01162769975906,81.47100434324733,619396.863375345,5748965.135800525
+<EPSG:22991> +proj=tmerc +lat_0=30 +lon_0=35 +k=1 +x_0=300000 +y_0=1100000 +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +units=m +no_defs  <>
+    31.468952332135373,23.8664996276448,-59979.997136399,424864.057419858
+    34.83845919423598,-73.94140484872048,294845.4700548,-1.0428977744973697E7
+    32.58344205036545,15.5140024706769,40497.515357138,-502802.947435968
+    35.16720374491517,-29.940900854847953,315977.83947197,-5533723.006118017
+    28.361948276487936,27.37738275209037,-357666.099625467,826885.353729949
+    41.334930121926654,55.486372407014386,700023.966498704,3949521.67895049
+    33.3312251826748,23.299657591434666,129111.098115991,358578.552603072
+    29.31724123288953,11.140011274405452,-321876.478188255,-982207.512152572
+<EPSG:22992> +proj=tmerc +lat_0=30 +lon_0=31 +k=1 +x_0=615000 +y_0=810000 +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +units=m +no_defs  <>
+    31.870573410673387,21.954617036904253,704767.232324328,-81102.545553174
+    37.8956780610021,4.924194276410603,1381486.596522726,-1961658.010375202
+    32.95530567961957,-54.76024981934613,740704.554178261,-8582453.031352744
+    30.65339009143344,12.769546828758436,577202.224051953,-1097893.312747668
+    29.858497133044054,-12.813065283827854,490903.380077026,-3927442.348679157
+    25.562473634953065,-74.15886939224022,449304.606406378,-1.0750794255149132E7
+    28.91339177200628,-40.03359311651209,436734.849160827,-6945493.720243005
+    25.53601797924778,-44.96321675890084,183742.106367839,-7505555.310838536
+<EPSG:22993> +proj=tmerc +lat_0=30 +lon_0=27 +k=1 +x_0=700000 +y_0=200000 +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +units=m +no_defs  <>
+    20.155100746996162,-28.66580043562964,29882.943202406,-6311622.152380738
+    29.820159154151256,-76.75299575089673,771985.733927882,-1.1644515185993277E7
+    25.673845298302062,-53.204434146147165,611231.473235733,-9018340.30104994
+    21.882980373119732,-53.897566120944816,363602.12839291,-9106807.666750943
+    21.748045662508424,26.400663041208873,175378.92968184,-188205.322891983
+    30.912995095930505,-54.353508024497415,954199.790925929,-9152475.445101636
+    28.759534396211684,56.38400726074744,808527.86165332,3132576.428410511
+    21.049381533263382,-73.85682920283728,515372.401638418,-1.1328721208369942E7
+<EPSG:22994> +proj=tmerc +lat_0=30 +lon_0=27 +k=1 +x_0=700000 +y_0=1200000 +ellps=helmert +towgs84=-130,110,-13,0,0,0,0 +units=m +no_defs  <>
+    30.300065832455957,26.37879227271405,1029282.166544566,802882.107389507
+    23.8424006219527,39.00857827228779,426315.284993324,2204065.901083892
+    28.031393951376458,14.769022856837424,810893.256194387,-486449.60643484
+    25.453756852147635,10.110552470898241,530352.1434813,-1001652.237277823
+    26.039275404178817,0.9282702292271665,592904.548967088,-2017478.60453031
+    27.948015076182774,-41.09627670789663,779489.008299489,-6671839.798220883
+    30.67059344832624,62.27406955325688,890372.417872112,4792748.47538808
+    31.93148856120922,11.942512472402797,1237619.824905079,-794613.847820143
+<EPSG:23028> +proj=utm +zone=28 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    -15.010445335379822,60.5377306571979,499543.991867387,6711544.400530962
+    -16.138831354797723,-55.513171389400455,428199.303598856,-6152591.56931481
+    -9.123104111743618,-24.752409691776762,1095039.428825217,-2750309.224593052
+    -8.243163540738928,-48.694307688923345,997216.89725977,-5415614.079992051
+    -19.67964155256003,85.20579534517492,456498.549101998,9464744.732827308
+    -12.906770111728148,15.029971515376687,725172.762455759,1662874.401193251
+    -8.739213559189709,55.842406343415774,891890.362788001,6206522.179087971
+    -21.965262836433386,-53.570177641305385,39175.194278851,-5958385.933470951
+<EPSG:23029> +proj=utm +zone=29 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    -2.1004496678686504,-41.76347325324272,1073803.686386297,-4646616.645369985
+    -14.613351981919877,23.05207309350996,-75587.67532887,2560534.317358094
+    -15.406669967643728,64.30184713891856,190532.908212005,7146506.253615372
+    -15.986731145512953,37.65958669915791,-116527.617218149,4191292.239433563
+    -8.096931808313197,-34.79110326456653,582729.920308758,-3850255.573669924
+    -11.663091054050614,-37.332401519548014,264163.098545247,-4135091.245570019
+    -11.569485810869939,-10.91784404635726,219235.557206678,-1208004.263115901
+    -15.394166333804986,80.14556494910525,378178.906578597,8904789.88826652
+<EPSG:23030> +proj=utm +zone=30 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    0.7614773753580071,-68.26757344371953,655457.713364053,-7577575.685483209
+    -4.505784181468151,-21.329806035441308,343935.999121704,-2359344.888447193
+    -9.463076797592315,-53.540991015989555,72055.60192787,-5951982.501093227
+    -5.057653683900255,-41.090367940732285,327275.790200171,-4550853.922555901
+    2.987274261976248,-29.383346454940856,1081669.78052798,-3265380.994925245
+    2.056104125865943,77.52095633059298,621921.071346055,8610394.436106563
+    -6.706752189306619,-34.487397147744204,159661.569883139,-3822439.251060904
+    -2.59924347272017,47.0845308366556,530522.295975699,5214849.67389872
+<EPSG:23031> +proj=utm +zone=31 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    -2.5851192115411297,20.901760748048886,-81441.742646351,2321580.56443628
+    -2.625230309171463,-40.2854503327304,21787.480230688,-4474663.678693061
+    6.899096825285959,70.39342192468845,646030.806857773,7814648.063734905
+    9.397564725369831,-78.97899935431572,636367.911154085,-8775284.418412264
+    4.556761382520673,-33.39757366979059,644875.619842746,-3696435.252837984
+    0.05660374892869946,24.322255540786458,201375.316217135,2693244.307276381
+    6.017330317458921,30.08020592910175,790944.871969451,3331699.902240182
+    9.134561269303997,15.831409767043468,1158077.524948632,1760083.920791354
+<EPSG:23032> +proj=utm +zone=32 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    6.560178839124606,-63.564416292121855,378909.544837933,-7050889.469356618
+    8.567551285613972,-24.811835884459157,456377.056011781,-2744136.092463031
+    15.452075286026894,47.560500050450685,985363.647208071,5287859.487268022
+    10.80617413232178,-77.84332074119153,542538.442765412,-8641702.2928927
+    4.217308307197338,58.22838138307057,219328.441854343,6464314.744865522
+    5.412567189212376,83.52795525835182,454966.018280368,9277018.000591949
+    7.543633099795573,75.44844224220961,459241.5179406,8374358.45097552
+    10.60196059247879,22.774607807023642,664543.442929288,2519629.698782801
+<EPSG:23033> +proj=utm +zone=33 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    14.422424553473997,-82.5797757798757,491744.303045345,-9169768.018554177
+    17.461404411820233,-68.04227868819225,602764.012250412,-7549737.158787385
+    13.139103931411547,-1.9992802523196502,293084.903238133,-220982.732285733
+    20.74825577094617,6.00700990967951,1137286.455068749,667468.83084605
+    16.68796629626248,84.92018591065852,516756.28433296,9431277.11420311
+    11.191781177272432,73.84735832655957,381890.877470054,8198988.424147774
+    18.640006608241322,-20.59699976754318,879583.912134117,-2281729.429086151
+    11.304619510862393,49.74986135805628,233892.385204514,5517570.907565817
+<EPSG:23034> +proj=utm +zone=34 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    16.03701848453703,-63.22071328819331,250748.777813916,-7019915.471347279
+    26.150401457115514,-3.898994759540386,1072635.844645191,-432604.255569933
+    27.97020539433943,-5.959766111944276,1273404.309668642,-663552.338838694
+    18.51126265308407,60.83028251024081,364759.207923909,6746644.924054501
+    19.156472299671314,88.9984985778596,496463.295619436,9886411.474844318
+    15.652474118689803,-9.795120824593354,-87191.246159725,-1087336.142104589
+    21.25345729039609,-45.4011164095938,519897.378714413,-5027559.916278628
+    21.921101232223762,-7.034742891522697,601795.979870351,-777586.182323261
+<EPSG:23035> +proj=utm +zone=35 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    23.368305629947322,-27.446344038765872,141012.771202782,-3041076.062461036
+    33.229778361422184,-42.03072290768125,1015856.733361139,-4672003.073947116
+    20.1844167270374,75.11462731485054,305012.085566152,8347815.795043106
+    30.95596092235488,-86.94403518905075,523576.566826725,-9657768.994187186
+    33.20973518880312,70.74375327265977,728264.294997638,7860699.569369121
+    24.997623757749064,13.237636442860193,283072.653995344,1464431.229184196
+    24.620994783463715,68.37600618941937,402230.270958351,7586866.60770196
+    26.45540080656078,-39.4408649397891,453182.466611777,-4365836.005277115
+<EPSG:23036> +proj=utm +zone=36 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    33.97199504925935,13.49607474406298,605232.072602751,1492350.944592834
+    31.618114725104718,63.06620189739246,430201.173806138,6993902.708922699
+    35.139444876515434,-30.557576782295435,705245.02796185,-3382481.482232931
+    28.529712330896693,-25.197905534930896,49359.034956606,-2794301.507749778
+    36.55033405639349,56.97085397291261,715823.132736422,6319934.668972592
+    32.27269899232885,82.92983718451427,490040.719677853,9208881.779240381
+    30.100080272288075,70.86982998578134,394002.762739383,7865603.192698
+    31.40000862712606,-43.35745924997776,370375.634240682,-4801757.822731732
+<EPSG:23037> +proj=utm +zone=37 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    41.41234078345999,-64.04311688033589,617815.127596528,-7104127.138860422
+    43.99169505973218,-58.65516348524295,789509.672952755,-6512492.764989194
+    39.889673706893184,16.774884339378517,594837.935971577,1855015.59530681
+    36.76302970057598,79.15844894392029,453060.401131413,8788746.67082789
+    41.20996264983957,-47.40969357713596,666748.345385477,-5253076.882085245
+    40.492771482830804,-14.514383529198895,660881.745693488,-1605054.61445411
+    44.179619283241664,2.1436037544848574,1076782.513055024,238036.814518144
+    44.749432359911,12.177705127533486,1126460.507693935,1352995.258980393
+<EPSG:23038> +proj=utm +zone=38 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    46.14502210554915,-32.46258676286327,607620.792544148,-3592253.753011904
+    39.91699245688071,-33.975686397759,30223.14966663,-3771093.166098242
+    40.913466047571795,24.94866423073597,87234.470212155,2765641.169301378
+    50.08534854775522,55.58697972252571,820392.446274525,6172036.427753964
+    48.47076239984871,-64.86763130870541,664428.407713586,-7198293.073769988
+    47.584934210441375,57.04178729387107,656839.640742823,6325188.054480063
+    40.632434309061125,-42.431225545540244,140706.258182235,-4706902.785412325
+    51.20012637408611,87.5441505736305,529612.253643652,9725564.790099798
+<EPSG:23090> +proj=tmerc +lat_0=0 +lon_0=0 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    6.076657636742095,5.487698652623109,1174465.98088159,610140.632799858
+    -6.732791716206265,-16.472299640317516,-219960.233416073,-1833145.963671104
+    -3.0493075927470485,-42.5321329142971,249657.221094349,-4713395.559126889
+    1.2959499668271448,-53.708832427769174,585639.584131121,-5951979.341016863
+    5.205474876044333,60.71077682217373,783994.105278547,6742052.620851624
+    3.231966695569769,-17.67783143810624,843018.246573844,-1957416.616840398
+    5.270151460180916,-72.81986692949431,673653.862903437,-8088172.698531982
+    2.3727546416448906,6.143995681921183,762699.689891924,679842.348185336
+<EPSG:23095> +proj=tmerc +lat_0=0 +lon_0=5 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs  <>
+    11.51189375625506,18.324964186992148,1189393.671152881,2038657.344280975
+    -1.9911925918728364,12.642652080192235,-260849.881386468,1407970.003269701
+    2.4114293112390097,-14.157882210435005,220647.877161327,-1566653.065902191
+    7.525972214657237,-55.09420798924312,661281.843772142,-6108261.147654184
+    7.847359782283803,-69.59739754817662,610841.067225935,-7723689.833669323
+    9.20317975512306,-25.16502869924288,923920.973690031,-2789797.442549632
+    10.261444569385436,-42.7677505149302,930615.828322005,-4748489.278045146
+    4.392733571046174,78.89798965050218,487036.321269694,8758877.941376494
+<EPSG:23239> +proj=utm +zone=39 +ellps=clrk80 +towgs84=-333.102,-11.02,230.69,0,0,0.554,0.219 +units=m +no_defs  <>
+    46.69900402969754,65.64954072730907,301983.048777363,7287315.038173608
+    53.943986628614326,79.50642285400733,559576.905615501,8827695.755373484
+    56.3167604666381,-23.092848357170652,1044754.013215163,-2563901.138437459
+    51.027447447148774,5.3586749334169355,502772.033500551,592072.400928422
+    49.70080650698286,22.520818496535725,366116.625053659,2490797.208281402
+    56.25838462056014,-52.285143533419976,858279.94778538,-5805780.56405336
+    56.474570006557684,36.68375424851823,989060.629944253,4073509.027352154
+    46.664987314514256,-80.01613120025515,415923.667689022,-8886278.910450116
+<EPSG:23240> +proj=utm +zone=40 +ellps=clrk80 +towgs84=-333.102,-11.02,230.69,0,0,0.554,0.219 +units=m +no_defs  <>
+    61.68493559878334,-60.36530380097736,757981.565498652,-6701237.938058609
+    61.49501153724459,-40.483259267917454,880730.258581274,-4491204.425626393
+    51.23262027073984,-46.14548919422627,54361.049434046,-5126463.773547697
+    62.62530386639154,3.2560254224937495,1125661.591439066,361406.31521059
+    52.80358419381188,-67.24387684637473,318707.653997384,-7464586.621128839
+    50.21091606183347,-17.188811746273856,-223602.203763396,-1913346.689197451
+    55.80513177094407,45.83607617537987,406921.238253423,5076269.00614447
+    61.17885419068209,-59.331419348406115,737374.065203263,-6584381.568017468
+<EPSG:23700> +proj=somerc +lat_0=47.14439372222222 +lon_0=19.04857177777778 +k_0=0.99993 +x_0=650000 +y_0=200000 +ellps=GRS67 +towgs84=52.17,-71.82,-14.9 +units=m +bounds=16.1200,45.7800,22.9100,48.6000  <>
+    17.910010512819348,48.428376139766634,565812.50507405,343407.540989976
+    20.056436325536627,47.15467389005712,726510.433505028,201665.464093594
+    18.13644431475209,48.587277119469846,582777.837257246,360860.098244024
+    19.596610363555165,46.4397354008138,692200.303031831,121846.123439636
+    18.5700575871221,47.54906820833008,614067.232564351,245128.326883648
+    16.719291798008868,46.11466258624275,470034.14895137,88245.943508211
+    19.490755564753684,46.72823474942462,683884.279616095,153863.905959854
+    22.511855214461974,48.53006930621033,905850.961509904,359772.50787526
+<EPSG:23830> +proj=tmerc +lat_0=0 +lon_0=94.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    88.21834481643427,-73.88622275376454,5667.520568348,-6712051.745801774
+    91.92062915284424,-47.87038930999746,7057.644330216,-3806707.829670918
+    90.32577317669534,70.39590607374546,43751.158646615,9317733.13986336
+    89.31460988201395,3.490213715890448,-376901.367340946,1887486.603522622
+    94.29755628633168,27.477702274528795,179994.050890678,4540275.442090582
+    97.50796999509332,-53.810161143029944,398098.981287165,-4468388.249339673
+    97.08840601182061,-79.61151671096516,252105.118107305,-7342036.062042737
+    89.03885405595838,24.311270689735807,-354840.157255991,4200404.545933915
+<EPSG:23831> +proj=tmerc +lat_0=0 +lon_0=97.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    96.09953764391952,-66.30586232854321,137185.387116111,-5856913.104508865
+    98.10407429986432,-32.477955984102984,256777.560100546,-2094654.690485723
+    100.88511955616643,65.37815996228869,357358.147592093,8757004.363636404
+    95.98865369104428,-10.239630726127032,34418.24555314,367364.910729518
+    91.13308333637525,-33.28865618869165,-393492.639797183,-2202537.645054606
+    94.25955915231302,30.51712670953995,-111074.117313141,4881572.547991697
+    101.93090452090675,59.04684873910273,454176.664164529,8055668.053712586
+    99.17076694583982,-78.41533954681213,237461.415323043,-7207869.953121727
+<EPSG:23832> +proj=tmerc +lat_0=0 +lon_0=100.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    93.69821553770748,75.43029920918931,9338.928218082,9885097.904568816
+    100.75783800210688,2.5689109166851978,228670.972710385,1784031.860621572
+    100.4130820681639,-14.332670584533219,190624.508530667,-84995.835599675
+    96.8440186541195,-55.59780428737284,-30390.454773732,-4669235.106826334
+    101.06755536404641,23.550305580620034,257943.518307718,4105336.874805987
+    94.33706193286416,-20.324159717890524,-444488.10872477,-760099.612018886
+    101.59754584377875,82.9059569710403,215136.376727115,1.0708867540698659E7
+    96.81172614770377,8.03425517879532,-206804.63511987,2390183.269514097
+<EPSG:23833> +proj=tmerc +lat_0=0 +lon_0=103.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    106.47671829380776,-78.34441394842405,267126.936034806,-7201125.121496364
+    101.6506821977578,-51.85016067011953,72586.87865407,-4247714.139389406
+    103.22959812360783,-88.6423321317191,199284.476559059,-8349339.344787778
+    109.06949617188947,16.12762185657307,796488.231934709,3291658.856856766
+    107.81225763876685,19.4848526822544,653004.551352794,3660817.160553392
+    97.34944261661278,15.139830193849903,-462103.638354102,3183601.801890584
+    96.78579425630272,42.82585917388508,-349066.743025698,6264821.569550424
+    102.51766800041368,-42.2486971375342,118938.437119017,-3179260.400246494
+<EPSG:23834> +proj=tmerc +lat_0=0 +lon_0=106.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    104.13725603498858,-0.9441856953646237,-63032.70573753,1395518.287890072
+    101.56923944739569,52.00180980322091,-138486.117434696,7274458.520129236
+    107.46889950250522,80.65618915253324,217566.351077444,1.0457662053225484E7
+    104.87352514228884,47.32115793765382,77053.641262775,6743710.191042515
+    103.38220205011123,45.1759282164829,-45049.943911217,6508726.733781494
+    110.49004616366143,5.485293355312024,642458.854475352,2107964.756494566
+    105.68936644683465,-84.22803432184003,190895.665682447,-7856422.264467739
+    106.20406267958491,-42.43158326872336,175650.167691989,-3199148.531145749
+<EPSG:23835> +proj=tmerc +lat_0=0 +lon_0=109.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    112.54934413142394,-50.779484121243705,415028.14545727,-4131426.263116078
+    108.80169086109514,61.955111332334866,163360.173751448,8371438.165692154
+    114.87089965355717,-12.780112199637145,783888.138673199,80689.718039668
+    112.98318951369019,6.933885294860858,585123.160378941,2268084.708660491
+    105.72607595622111,-62.97440720399893,8697.621087284,-5490448.603654644
+    105.1192772786703,-1.9537057670657987,-287807.103802921,1283354.456521667
+    107.1288542712054,-3.1215671407084074,-63614.66570836,1154568.897595642
+    115.56813160576681,85.3926563616536,254336.286101527,1.098928641325732E7
+<EPSG:23836> +proj=tmerc +lat_0=0 +lon_0=112.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    117.67418701887948,74.68066616221788,352457.38349113,9797109.938361874
+    111.3508147061878,-5.092270622597255,72579.115448004,936853.874903662
+    118.25312339560973,81.01451310322253,300183.707235882,1.0502496283264382E7
+    113.49368099438982,24.713506222505075,300536.786489772,4234410.113857404
+    110.59532919403154,-38.57081467949965,34022.820430421,-2772152.836931032
+    115.19383447851263,29.629012194616635,460902.786731547,4781695.383104705
+    109.35507367157015,-42.521523226584804,-58406.730468808,-3213891.563354067
+    107.7287140447868,-8.555022231847005,-325798.807027472,550796.50702975
+<EPSG:23837> +proj=tmerc +lat_0=0 +lon_0=115.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    115.6969464920705,-87.59063241833168,200924.663195243,-8231883.781111894
+    112.46234451990536,-34.8603180137172,-77790.106210423,-2362922.097414822
+    111.62411629358976,1.9215615543155877,-231507.98235633,1712944.790991875
+    114.40416263948357,63.62201001235289,145663.043997703,8557477.663522236
+    111.36333091738933,-48.81418042228983,-103746.59730245,-3916680.888826664
+    118.6284413775029,76.38625539859206,282186.823590237,9983011.527368262
+    108.98608417686991,-23.171832584395148,-467907.999982748,-1078294.488536133
+    121.91972472333912,31.75760917106888,808720.774057788,5032618.922993502
+<EPSG:23838> +proj=tmerc +lat_0=0 +lon_0=118.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    121.07783406668884,-20.737838033648643,468525.138795162,-795962.087887135
+    122.55456851032997,-67.93111307516104,369953.360275515,-6043021.332692146
+    125.39927019925543,-42.180019440821816,770074.232700981,-3194270.787396921
+    115.67597263482061,23.79254372672969,-87858.934416421,4134911.752663999
+    114.0055400810388,57.04378150212787,-72675.78052436,7833138.113451668
+    116.17600994640493,-20.54616725334762,-42375.196970452,-774329.7260152
+    114.03880822581986,-76.24972593189021,81702.097539821,-6970066.836978642
+    118.57313682487029,63.78094960028835,203606.340240163,8574729.84090928
+<EPSG:23839> +proj=tmerc +lat_0=0 +lon_0=121.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    115.7329635092734,62.333433103436306,-98557.65124327,8426723.712764043
+    116.13511605852138,-83.94987784094417,136941.475958828,-7828234.208077624
+    124.68000358540792,-22.63083816079225,526988.147822578,-1006899.826001854
+    118.14910180862184,47.87700528781252,-50616.489983788,6809660.04261674
+    119.95162259255983,-86.14262863349917,188368.255649575,-8070326.855690574
+    125.91217305697666,-60.54968757186908,441955.747541778,-5222764.085459924
+    114.51619733787584,84.9247010403999,131169.87634261,1.0938340524836587E7
+    115.62742749497835,-9.548504678313876,-445745.976440151,438684.994537183
+<EPSG:23840> +proj=tmerc +lat_0=0 +lon_0=124.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    122.05590260688004,-68.29446075384229,99116.779303344,-6079967.796436809
+    119.79086028892647,29.31863739181503,-257663.326454377,4753484.834948601
+    130.05723535436516,0.21980361604074972,819540.913015548,1524417.734971681
+    128.15288804985175,-47.86403003432903,473267.9153031,-3809242.830133777
+    123.02045425636823,7.331743801447772,36634.091914995,2310934.699395487
+    122.91012659658918,81.44175459708984,173581.438849569,1.0545590649986865E7
+    125.51087385155284,39.05210946646429,287496.295250581,5824342.854811111
+    122.39742783587111,-46.42757825384147,38404.863559337,-3645247.872902309
+<EPSG:23841> +proj=tmerc +lat_0=0 +lon_0=127.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    123.99085933695218,31.567204598491045,-133199.32366947,4998859.073907999
+    124.83688199939972,69.67999623956146,96785.606875152,9234757.719788786
+    125.90008522101297,73.87917888927694,150404.545311124,9701684.75090295
+    126.14685959930854,-43.8775414331445,91257.246220109,-3360619.95102755
+    128.14894785157767,-6.167647750158579,271819.503657407,818014.92683167
+    125.19171439665992,-49.52703074543022,32911.639836232,-3990253.463615037
+    123.28619264784358,-25.382742169850864,-224258.141176163,-1314867.484427028
+    122.84150919938598,79.85830060972404,108492.830901759,1.0372094922997395E7
+<EPSG:23842> +proj=tmerc +lat_0=0 +lon_0=130.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    123.8684426567379,-71.82226870792724,-30560.161236332,-6484193.786293574
+    123.71042464809764,71.04765502980342,-45732.622192365,9398867.458449014
+    136.59074383648402,-29.042607125937053,793767.390949586,-1729028.332742003
+    125.22766924513134,-55.688824353265254,-131389.544812796,-4685908.200349817
+    133.12564002566523,-15.764506275404656,481416.966273355,-245162.470145381
+    126.54069761544345,88.26687229011375,186637.11275587,1.1307867236147778E7
+    132.295655437512,71.47864760055566,263674.394995736,9434107.983104471
+    125.56204681934356,83.49563445912835,137606.461892763,1.0777244213183535E7
+<EPSG:23843> +proj=tmerc +lat_0=0 +lon_0=133.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    136.21493338557877,-8.346405965825014,499123.146722993,576099.922781013
+    138.6957857928834,45.4299440078924,606547.044235505,6545373.287703055
+    126.66644585708856,77.02118415167624,28988.859112946,1.0061653457817951E7
+    126.83805316192836,55.52472472117822,-220360.015939905,7675215.063645242
+    130.03997686727993,-10.703406368439175,-178688.404926767,314334.096597767
+    140.2641431749251,54.193486775812744,641135.471576283,7528011.143523192
+    136.60161754476002,19.011018584114353,526647.92849543,3605559.539274346
+    133.37509686937068,-36.4293687953633,188800.753681375,-2532790.644645549
+<EPSG:23844> +proj=tmerc +lat_0=0 +lon_0=136.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    133.2460019572481,85.0539855734599,168684.745402775,1.0949480766006285E7
+    143.0660762451268,43.46788929765614,731332.752778395,6335211.892739975
+    140.3294850565295,-74.21816994583484,316217.626993648,-6742589.088396011
+    134.51375423475366,-77.49162557355119,151971.964063474,-7105030.114537105
+    130.65823519614264,66.5127145903464,-59574.384925123,8891424.945135185
+    131.48787028465784,-63.889841511525105,-46000.160966382,-5596535.607478286
+    136.65422445990816,76.0272498726793,204158.145943888,9940763.913882695
+    140.78522579649447,53.21589149102826,486156.919909919,7406634.020680997
+<EPSG:23845> +proj=tmerc +lat_0=0 +lon_0=139.5 +k=0.9999 +x_0=200000 +y_0=1500000 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    142.25581487845966,-63.258099639812144,338365.015850649,-5519424.039499196
+    142.22778763967003,-74.87444400743267,279448.931288092,-6813918.125414963
+    133.2862104229736,58.84372542442307,-158392.981746089,8041264.532222034
+    138.0043478837694,-19.495031193881317,42993.072137989,-656933.973883861
+    139.4370172859868,14.95593034096953,193225.469318913,3153948.89810695
+    137.07189184275856,-18.825447353783986,-55961.268549165,-583889.342263729
+    143.89151548588535,-39.79372402177717,576163.947305442,-2915421.41965593
+    145.20142728648617,-32.17247419108716,738067.858382571,-2074905.54034319
+<EPSG:23846> +proj=utm +zone=46 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    89.11246239409132,42.49725160641964,180514.830716534,4712319.288673097
+    90.45410500255892,56.63437061507156,343823.839739989,6279593.461806036
+    93.87593701929656,-62.259816663078,545462.364777802,-6903447.174982861
+    88.10390470249116,-57.81848543843042,209260.763386799,-6419038.826419774
+    91.88525553694792,1.0540499953562232,375944.903292955,116521.696590665
+    98.23178922536279,-36.76799783872354,967075.55509591,-4081932.242405348
+    97.62163102101157,87.25352231154346,524673.607376065,9692340.988364557
+    97.73006644141316,-39.79574393471317,905017.105468097,-4415812.647178164
+<EPSG:23847> +proj=utm +zone=47 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    105.07064721339042,30.358652887598026,1083896.032051202,3374201.614559051
+    105.79290241060683,-77.70692983432613,661083.256985649,-8635027.519969927
+    101.4507129471604,-11.51696379609264,767297.906319254,-1274290.644609717
+    95.52743074177177,82.758997332587,451137.14365747,9191045.101009967
+    100.98566679520572,-17.204691476265808,711139.448175234,-1903290.285585412
+    95.95195464705166,-52.12125345490811,291313.59268688,-5778922.248299122
+    97.64806299333911,-65.47956090710906,437370.00250762,-7262592.4183719
+    100.38078788138382,46.96008617181954,605026.929043075,5201661.137303632
+<EPSG:23848> +proj=utm +zone=48 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    106.11257086572171,9.670403255759197,622034.172871762,1069168.122835213
+    111.73535738561785,50.22479833096418,980221.495443816,5585376.058034191
+    105.96687734063089,61.35260044051597,551685.510180553,6802460.247890694
+    103.1690217342764,-12.302961909392977,300848.218369928,-1360741.115460312
+    104.38659022858354,-61.666413019066596,467493.744780678,-6837191.736190163
+    107.2766459663458,66.80262513640645,600026.635256601,7411221.910112228
+    110.09888384164704,-81.69026533523429,582139.124551759,-9073899.325578436
+    102.52132432600767,-30.937910261230364,263154.798632491,-3425367.821738417
+<EPSG:23849> +proj=utm +zone=49 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    117.02795764443356,-31.688787154678685,1071736.649044313,-3521790.785041412
+    109.23112514227206,57.69289395452347,394528.569435606,6395911.480126609
+    111.74934958260359,-16.8454553462783,579802.619931312,-1862619.923214873
+    104.07766844081969,-38.21510205358506,-106359.19655361,-4252418.078024553
+    108.07515168946126,-76.52932375501845,423944.633488813,-8496164.105005648
+    111.56478092151826,-16.497163270360417,560248.325102278,-1824024.322459673
+    112.92089303681371,46.59281170120474,647114.009049519,5161719.811939097
+    116.41714560110739,67.84489014960005,727707.736806125,7535571.619442492
+<EPSG:23850> +proj=utm +zone=50 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    113.44414989108343,-19.41871911711459,126475.887762292,-2151027.280901839
+    115.63600509894769,84.07698119551529,484258.729520216,9336904.049234172
+    121.38958247927569,-86.32975292597158,531313.949684665,-9589420.725581313
+    118.48665014347431,18.990430519023676,656465.006892101,2100431.462308805
+    111.24268503153742,-83.00780580987467,421852.527931705,-9221260.392329087
+    118.79441806990943,22.990253680704583,683901.410190239,2543569.674424947
+    110.49961810328406,45.36601126242235,-9073.01512603,5044216.553286061
+    112.69188160126973,-1.6466202220127997,20326.729167557,-182526.019617261
+<EPSG:23851> +proj=utm +zone=51 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    125.01721572598754,-61.27576742068156,608115.685926452,-6795201.069841025
+    119.17804316956973,-69.88910015211228,353390.500126166,-7758128.740507641
+    129.73812261086806,42.5272073926773,1053489.39169036,4730381.317780674
+    119.23245607452505,-39.08148463460453,174058.360752127,-4332599.545578708
+    123.05335445918689,-8.666288821030818,505841.412183722,-957967.232238689
+    122.00285631847711,-69.43010671593352,460873.447254522,-7702670.446138163
+    128.8661065266533,5.372214606234735,1151002.708136712,596934.335131794
+    124.54446238732372,78.36524433886964,534739.190399721,8699621.018490404
+<EPSG:23852> +proj=utm +zone=52 +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    127.99500182994673,57.56052814175723,439842.278290932,6380252.284040875
+    134.52800172421914,56.48403087065307,840214.928404443,6273677.327429995
+    124.95271257568888,-80.78396626067529,427663.632755703,-8971648.56521778
+    125.89916878124227,2.2305809011580067,155016.242044907,246907.065826234
+    125.02691202673394,-33.4463764929153,130584.436764703,-3707859.178123302
+    132.94829270427158,-8.692863384104996,934636.731344397,-963171.459620804
+    123.9514495751004,-71.5856493216074,322160.712877877,-7950187.824131076
+    126.5589063416298,-30.055117100057466,264627.69903025,-3327422.730973986
+<EPSG:23866> +proj=utm +zone=46 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    95.363077911444,64.20888353888688,614699.436641932,7122421.069951484
+    95.0601375030406,-82.59241919996602,529646.992064959,-9171488.748961592
+    95.56287052263392,67.48064025173542,609511.450232021,7487225.146172986
+    86.02425078017077,21.87671185208106,-221960.469147972,2435612.778650008
+    98.74652758635871,64.089354882646,779886.5074397,7119610.747586242
+    96.07897333750479,30.279179605002597,796195.703601601,3353736.599148266
+    99.3499703526765,-21.012591737225307,1160901.446045662,-2336710.769961481
+    93.94269945596047,-63.11976482909436,547553.142719652,-6999282.119807006
+<EPSG:23867> +proj=utm +zone=47 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    100.28449764105602,13.37224862076144,639092.623842525,1478662.526159857
+    104.88922698567592,7.24742120624704,1151241.138180839,805334.117924601
+    102.01188784339416,35.80815342698955,772150.093811057,3966857.547142141
+    103.2016683965993,13.491977516735759,955086.491076557,1495440.925352193
+    102.10262978720648,27.27345872952803,807167.580014901,3020537.375442894
+    95.39578039945528,46.213366205573834,221999.203464673,5124070.888749695
+    103.55201805095447,87.45545694885601,522539.606620167,9714765.324749656
+    105.5296996997917,-2.1458894245184865,1227669.023497862,-238744.102858605
+<EPSG:23868> +proj=utm +zone=48 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    106.04432341753133,17.164939253264578,611068.583686433,1898100.339385472
+    107.2697700087215,-19.17501546584448,738691.477178654,-2121746.177576833
+    110.63718365301791,74.24509506937821,670615.641359557,8247467.4789689
+    105.41829403859919,80.80846924908522,507459.290354282,8971852.357721198
+    100.78369552872599,-83.91385032550752,450135.524748286,-9320301.581566092
+    110.2941862484771,45.61389241198563,912770.694880268,5064797.446648936
+    102.10730415921311,87.50031700970757,485920.192752468,9719234.033005822
+    105.38350693608237,-6.2984042925247365,542419.156075403,-696206.583721268
+<EPSG:23869> +proj=utm +zone=49 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    115.20985236856075,-39.042526952911885,864388.452626107,-4329936.65293893
+    115.4433181220815,26.48784034083215,943093.448997488,2937383.919865313
+    117.54994702082608,-33.733536638603006,1107265.041875064,-3751938.287143609
+    108.45951923667526,-29.565312579961137,253874.037190582,-3273313.534317195
+    105.2249261578816,-45.879127185611274,51873.219266348,-5096857.686388711
+    105.9715159617326,70.97850844426881,317268.684019059,7882586.463386239
+    115.67971707133125,13.068370412111264,1007846.13288317,1449393.742946993
+    117.33723097635533,71.60506969192892,722837.731951474,7956590.425847027
+<EPSG:23870> +proj=utm +zone=50 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    122.21747144507263,-34.78435699023166,977580.45247146,-3861554.995384439
+    111.51985795517471,77.55147316231404,368310.261737395,8614469.467891537
+    113.37501173450697,-19.075808982612017,118441.93222264,-2113164.074491878
+    118.72002209750423,-41.14623240707704,644339.259407906,-4556416.226997092
+    116.72574437109753,54.239408621317466,482125.999141861,6010193.626992082
+    113.4854559373296,37.20670651830608,188085.22480307,4123592.329045879
+    122.45455450034983,46.542090720489,918181.248429986,5168750.680565558
+    114.30560335325582,65.57839476921802,375725.262728181,7275579.324079907
+<EPSG:23871> +proj=utm +zone=51 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    129.09709205059502,83.81044898943617,573257.526093569,9310811.853712771
+    122.47918951245454,36.213847562693545,453187.446962554,4007793.398547122
+    129.311897375709,55.00163520132375,903466.138934146,6113208.91818277
+    123.25562265019325,-29.00783372115125,524895.795484231,-3208880.456839022
+    117.94705417859592,49.893171151208236,137148.358548141,5539005.234124998
+    126.04974477338399,-75.19894796800577,586930.975006751,-8348041.788707007
+    122.85911086903441,10.362926019988151,484576.611119596,1145542.723013785
+    119.70535945683741,35.09187395470106,199638.465417098,3888199.440852586
+<EPSG:23872> +proj=utm +zone=52 +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    123.54509133435991,87.7753880837368,476394.702533098,9750713.525735384
+    131.87823832677446,-43.455698509122655,732864.72818433,-4815445.98192423
+    132.4779540840806,-54.599465596427336,724645.00145914,-6055782.339031473
+    128.41216274488954,82.21031855238797,491105.178720236,9128351.621376084
+    122.49919820491105,-76.41283839373197,329846.682562157,-8490645.884998905
+    131.65298206683437,32.96311773119588,747970.01573544,3650323.166340666
+    124.05755522799485,-59.1680451977755,217596.457797644,-6569233.053658359
+    127.81984088938441,-3.8104874109078253,368956.966196387,-421269.277881898
+<EPSG:23877> +proj=utm +zone=47 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    96.0567036010473,49.98772255637164,289024.849673734,1.554141770371962E7
+    97.35023773927443,67.64835747676787,429993.558209095,1.7504592367081385E7
+    93.9945509422551,-67.51284275308299,286548.872600046,2502825.891407333
+    105.86735284836425,82.06687595770745,605572.226325559,1.911856825922428E7
+    97.83155061522496,80.46319380444893,478389.222082593,1.8933503352052413E7
+    93.58649875440666,-27.814330596715727,-33629.766321735,6911579.163904421
+    105.18103989463076,-54.68497016257193,898226.758642758,3922707.796274887
+    97.44374374624775,-50.0498654801359,388585.457262756,4454664.915225365
+<EPSG:23878> +proj=utm +zone=48 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    106.32879762341899,-1.2497669342646986,647840.297932179,9861825.586743074
+    109.48171720938457,28.609988813588657,938391.115006605,1.3172997843181487E7
+    108.77724149932922,-80.37593086676036,570450.607353874,1074163.654960681
+    100.421518745617,-83.29193516415819,440352.839040702,748583.147187537
+    111.13468380070714,-20.52104162354415,1140511.509294156,7718805.98111177
+    99.96721994468948,-73.55739357318257,341164.390986406,1830643.991812007
+    111.75397630323256,80.57887639361081,623153.011279673,1.8953367800022148E7
+    108.64395923533523,-66.35603998237079,663003.247137967,2635653.381559252
+<EPSG:23879> +proj=utm +zone=49 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    104.64397507039747,-21.249938840137062,-160473.767301271,7636874.993527959
+    115.1532372002547,55.31292362709172,763523.485213682,1.6137473443539195E7
+    113.4908485558037,-19.385873678540648,761616.010375646,7854587.171969207
+    113.3731857982589,23.233713824106417,742835.128565317,1.2571376866042517E7
+    113.46604513064935,65.15947195466484,615573.622503099,1.722848514429884E7
+    108.84146000431754,-72.42173008234516,427252.572756198,1962719.498698145
+    113.27741335702464,-33.51527677244321,711523.136752295,6289265.124518269
+    117.97243953999383,42.43616831753519,1073607.121873512,1.4721817205157777E7
+<EPSG:23880> +proj=utm +zone=50 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    113.4469330341008,-55.62879943590809,276335.699618028,3829505.618901958
+    115.92980727336334,17.742527956978194,386537.906383865,1.1962023154553516E7
+    110.63040204045888,-66.71669496201075,219439.952342061,2585857.01457718
+    120.81544200906224,79.89154503266636,574707.007562363,1.887193041933433E7
+    110.81008242611867,61.397460933830274,169753.363565185,1.6822743907653637E7
+    118.95558992203102,48.99762312625603,643039.756704781,1.5429034129540874E7
+    115.43046071804376,29.76606930719805,348258.095759655,1.3293896393168658E7
+    122.96702688896644,57.98900016769278,852534.421138108,1.6443073505928274E7
+<EPSG:23881> +proj=utm +zone=51 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    117.82402200898804,22.837160317248703,-31584.915102377,1.2534830041722193E7
+    117.58692115758618,-51.13015057493302,121349.934827505,4321757.002797058
+    116.1888699116634,11.928846568574059,-243260.481415387,1.1327849092227064E7
+    127.68901389265021,80.45125775621312,586746.163902509,1.8935456231260926E7
+    116.28375561030941,83.27926187544088,412442.669011471,1.9252736415582098E7
+    129.7795099335799,20.25891284786441,1209272.354804605,1.2254710613304194E7
+    125.85068867485467,87.1170864441799,516001.0886738,1.9676490038425274E7
+    122.27618447510824,-33.18597195526348,432525.653019095,6327862.587619288
+<EPSG:23882> +proj=utm +zone=52 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    123.09694011615566,-50.83958634289816,84507.313483825,4351390.945303571
+    132.35815429266844,-67.28062279622034,644675.993268423,2533424.025019623
+    129.87261726959423,-50.14066213138986,562354.846172992,4445365.143007403
+    133.92799254231429,31.610016466408794,967696.144346068,1.350776843369182E7
+    135.1983693309162,31.41282924790734,1089697.733736556,1.349202051607046E7
+    125.86886941309535,12.670370874652733,159859.335258887,1.1402723815827232E7
+    135.9544477541532,-78.68172196317785,652022.078689692,1256489.433953263
+    129.24356770808518,25.726063215318334,524431.989760387,1.284537018667194E7
+<EPSG:23883> +proj=utm +zone=53 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    141.2415019145837,79.37517295153597,628233.534982442,1.881871897008367E7
+    132.99025083235315,53.72208527123942,367394.100329746,1.5954476654630043E7
+    136.32553371617436,57.75327097236172,578886.416015343,1.6402013411004854E7
+    130.53415046434452,-43.21917977888136,137269.282512019,5205154.598706784
+    130.1886707897371,75.73433045678323,367792.337051201,1.8410924767011143E7
+    128.15196732682207,-59.50752195168379,112818.894232012,3383458.827556189
+    130.75803961195044,-37.37407539504326,124333.080516295,5855178.653445235
+    136.28836933164183,-33.749663412941544,619329.875730658,6264854.835840974
+<EPSG:23884> +proj=utm +zone=54 +south +ellps=WGS84 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    145.34241685542526,25.030031635003198,938356.698059501,1.277531030020431E7
+    135.1916484234288,65.95529477350217,236219.90619939,1.732715120546013E7
+    143.3227640448982,-81.93734567893975,536361.280638598,901435.099998072
+    142.9157843793898,-23.88456712753738,695054.499126536,7357232.696780179
+    135.1201403775686,-81.73002411605387,405738.54256736,920516.770048497
+    142.22727473329252,6.8474096213404465,635607.454315861,1.0757053760463923E7
+    136.16068393501013,54.15188724732485,184059.028881047,1.6011246873537581E7
+    134.9173794983644,0.3344901641240625,-178115.4090646,1.0037181957030477E7
+<EPSG:23887> +proj=utm +zone=47 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    98.79501645129511,74.41707312585791,493827.438931395,1.8258597212273393E7
+    92.5603707708843,87.37097420214803,467064.214335833,1.970631073263255E7
+    92.39498240165955,-27.811779383496578,-151393.576084999,6906069.496353863
+    98.32702028559996,-78.8866872501904,485493.253949968,1242567.835531743
+    95.98542216592006,86.82959439261802,481368.036192604,1.9644506788001075E7
+    97.2575137732264,-72.06281949318065,440084.904795383,2003174.448407729
+    100.65021090637887,20.460308986437212,672105.81749797,1.2263286746586757E7
+    97.70469819192623,-73.7830728046643,459598.788680564,1811704.617847598
+<EPSG:23888> +proj=utm +zone=48 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    99.46486573819146,-69.48600833725921,283748.804426119,2281631.18356271
+    103.5772259789303,-69.38603055695916,444073.57876485,2301921.584256019
+    110.84414468582717,-70.34720231087609,719042.077466255,2184852.401961979
+    109.74352213724646,-55.33178808367852,800779.285193063,3858017.634292708
+    98.50082613024358,12.108558252440545,-208634.874664852,1.1347013177664798E7
+    110.5462311910688,9.672073317560773,1109320.544676198,1.1074120238771768E7
+    111.8924228182913,-70.89215784167567,751309.99960726,2120303.484250515
+    98.07503493556283,-24.19689044809691,-204444.537394445,7306458.310409544
+<EPSG:23889> +proj=utm +zone=49 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    108.51620029247736,20.115783923314652,240280.975135686,1.2226232267446727E7
+    117.75025475967155,66.53178903550094,799476.835960588,1.7395414486480583E7
+    107.61165755944495,76.99943605666851,414926.993416641,1.854918530803913E7
+    106.01053782587033,71.90393009228805,327172.066878747,1.7985395720491327E7
+    105.61384070724797,-32.825441341938415,-4478.253753514,6355173.715814937
+    114.3828067770125,-2.689096418154932,876202.363711482,9702244.493048994
+    108.16506012323715,-62.64612317188299,354673.754394016,3050621.736015107
+    117.2265362016993,-30.598674775173926,1097441.316336597,6598293.741622135
+<EPSG:23890> +proj=utm +zone=50 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    123.12012323316647,-6.8674157862115806,1177397.736612173,9236561.776349472
+    123.49635575545244,-37.02254075684453,1078165.032868767,5882824.219050322
+    112.95990436213279,38.64080263571394,148304.918850552,1.4284676552097522E7
+    121.59922204441578,63.65082570748913,727585.302287763,1.7066318941564053E7
+    123.63259434102103,-69.18414165909476,762578.104385213,2310850.622098397
+    111.24182861723921,29.214693100743872,-60209.63587717,1.3245546821560327E7
+    110.0973093522931,16.767394410273127,-237172.945997074,1.1866679123283166E7
+    113.0290747313197,-25.830423189380284,101801.832646016,7137063.544192422
+<EPSG:23891> +proj=utm +zone=51 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    129.75349877807383,-66.4698231053324,800366.047043331,2611435.115883408
+    123.84603634329382,88.00706499228801,503256.538918798,1.9775515309055395E7
+    119.42805972815246,88.3864462179894,488749.374505535,1.9818198261738773E7
+    126.8071735807991,-59.08535788299109,718085.835251721,3444196.209441521
+    123.1882028472911,50.72755825507207,513255.07066225,1.5619563348687418E7
+    128.92277940062573,60.31531246538145,826885.847226351,1.6701248509875678E7
+    125.67578913027879,70.95699706798231,597384.762686873,1.787477825117396E7
+    117.23394315985635,11.125001148115288,-130662.510095521,1.123593873712409E7
+<EPSG:23892> +proj=utm +zone=52 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    130.2994837727211,57.889818510318975,577016.647232421,1.6417206779306615E7
+    133.5572158545186,27.073460776275112,952105.869249408,1.3002774736084163E7
+    131.02313685399963,8.87447998122336,722464.363590649,1.0981580417140221E7
+    130.7391221361215,-38.81080293159812,650971.33551489,5702760.370621936
+    122.74093906008096,-48.98758401858259,42180.078933698,4554996.025757939
+    126.71596535672519,39.40063850118224,303302.449639088,1.4363740366904456E7
+    130.97795599347378,-61.84935708987328,604071.896925979,3140986.95231252
+    130.83088396771768,-39.93242690734648,656414.851538054,5578115.974739236
+<EPSG:23893> +proj=utm +zone=53 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    130.66063115285343,62.063832999009776,273284.402316835,1.6888908313909855E7
+    140.72402801336236,-17.68220456779882,1107842.213908556,8035715.068298194
+    137.10719827421292,-25.365770380259754,712006.721536875,7192861.780829145
+    130.90370711645772,-50.03549991434817,206661.902659053,4449351.838172066
+    131.84116419778863,46.972828424345806,259705.507970047,1.5207008746361244E7
+    135.1806288397177,-35.182187144649696,516418.571150697,6106716.02301538
+    140.5938607111238,60.851713153919945,803677.693645414,1.6759261252584286E7
+    136.8883967962269,-33.730532217068735,674923.443881657,6266098.956259185
+<EPSG:23894> +proj=utm +zone=54 +south +a=6378160 +b=6356774.50408554 +towgs84=-24,-15,5,0,0,0,0 +units=m +no_defs  <>
+    145.09550498621937,32.90362438683961,883110.308403054,1.3648063089813003E7
+    139.46655463876476,-27.43963460908273,348417.130838742,6963915.269638834
+    142.94167544976673,-30.99352938947785,685367.479916897,6569475.73379932
+    136.7622787995635,71.28190023216064,348299.154447277,1.791418818411709E7
+    136.8559573086395,64.67050185713182,302258.613282017,1.7178231861505162E7
+    137.6211804097736,55.696164735267985,287637.233175638,1.6177465654922262E7
+    139.19720151033854,-88.70211045032737,495414.875289413,146827.272345372
+    139.71325963233966,-82.71820672548532,481766.379720456,814752.85887623
+<EPSG:23946> +proj=utm +zone=46 +a=6377276.345 +b=6356075.41314024 +towgs84=217,823,299,0,0,0,0 +units=m +no_defs  <>
+    92.98974303632576,80.53663797859616,500071.398105661,8941138.580374578
+    93.78742771248217,-2.90761937251618,587770.465518447,-321708.546756718
+    86.3497262535008,-14.352296265290008,-218210.925586854,-1597337.288300352
+    94.06566776760134,3.6877480198041894,618604.135897658,407381.847116903
+    93.37237962484166,-24.769619221997928,537905.034747519,-2739733.311079653
+    88.8474906963668,74.29131372528235,374863.285519964,8248593.706920082
+    99.22660271513945,27.94950404329626,1113444.537049409,3106967.571233832
+    88.66520125212824,-15.289829987062376,34495.421872992,-1695310.105714045
+<EPSG:23947> +proj=utm +zone=47 +a=6377276.345 +b=6356075.41314024 +towgs84=217,823,299,0,0,0,0 +units=m +no_defs  <>
+    98.2725055550451,-14.831169101858507,422071.086954354,-1640046.481221468
+    102.18124281007069,20.870164544279604,831378.441594229,2310742.264117477
+    103.45757450956368,-72.154837340963,652665.536725807,-8011685.246555331
+    100.31485206845497,-59.56279026621752,574637.817836817,-6603440.423870242
+    102.98831362755692,54.36541035471927,759411.259288259,6031198.17163915
+    92.30517257526714,83.55209128315695,416595.356191246,9282567.77548608
+    103.1380617570907,34.73381642753711,879283.616955009,3851018.870877676
+    94.46266299102321,-1.6892490116998147,-4854.923893029,-187601.255967959
+<EPSG:23948> +proj=utm +zone=48 +a=6377276.345 +b=6356075.41314024 +towgs84=217,823,299,0,0,0,0 +units=m +no_defs  <>
+    109.18924635109617,18.889205536817585,941941.134838536,2093474.889808318
+    98.08271338338643,-70.78656830713186,246870.15067912,-7867885.639240136
+    111.97576557380502,-56.63098271459442,927912.959017278,-6298067.188777705
+    101.1814645545639,-64.70024094739495,318442.184747994,-7180425.185744922
+    101.70181125293226,26.09868667925913,170512.774736783,2890463.15041586
+    102.16180239270707,-15.488220396985696,195901.097606276,-1714596.112197562
+    102.18950193446288,11.27187532653548,193566.586603065,1247195.225866854
+    103.3155854575608,-85.74177862415624,486462.614406338,-9522352.614666305
+<EPSG:24047> +proj=utm +zone=47 +a=6377276.345 +b=6356075.41314024 +towgs84=210,814,289,0,0,0,0 +units=m +no_defs  <>
+    99.64174661451334,53.45299726515455,542949.748731123,5922542.682846595
+    92.73951045577454,0.6091154973794772,-197652.015790014,67440.67792463
+    93.98127595791448,19.088380469882736,-28139.563812032,2117883.656277463
+    97.22407768495752,33.81791659656797,335972.908110626,3743078.116399429
+    100.60989177146124,-35.84045293513536,645720.294089433,-3967610.020696722
+    104.43500586596994,28.605260028929678,1032136.985937188,3176045.521309938
+    95.21836480255607,-11.185530013367782,87205.355983872,-1239407.485308844
+    103.72116149217936,-54.062608602532244,809205.894637348,-6000826.227686528
+<EPSG:24048> +proj=utm +zone=48 +a=6377276.345 +b=6356075.41314024 +towgs84=210,814,289,0,0,0,0 +units=m +no_defs  <>
+    100.80634472780577,-16.479928707426424,52492.210427999,-1826919.255104308
+    108.59572274692432,-1.2776247027379242,900684.330985862,-141783.006000004
+    111.66141713842157,18.077673327356322,1206586.528957916,2011240.362083378
+    101.73619979046201,-63.62921517047955,338731.097420715,-7059718.916982501
+    105.12772408384461,-26.969817542661538,513088.295603232,-2983289.055732389
+    110.74835416034342,-83.48636796244179,573086.668289935,-9274008.620347243
+    100.37318384876417,45.11374466720682,136475.687736848,5005672.364897645
+    110.25848712841294,38.10988805358019,961557.325821406,4230756.960535839
+<EPSG:24100> +proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=167638.49597 +y_0=121918.90616 +a=6378249.144808011 +b=6356514.966204134 +to_meter=0.3047972654 +no_defs  <>
+    -49.78416946264683,-41.78087249530533,1.3856443051845232E7,-2.517552454098739E7
+    -6.9129792565138075,26.909853520741223,2.3127685386947557E7,7968890.848661996
+    -28.665782362130244,-7.321412358743956,1.96006539893069E7,-6591375.235165688
+    -15.533755309648171,24.670100293726748,2.0728161469227217E7,6203960.558567543
+    -10.953372008022058,9.31639922633348,2.4120124517144073E7,1479256.921539298
+    -42.98779829259777,27.194049842440137,1.1690046092046954E7,4779375.04915916
+    -110.27052160912334,-11.691868752494102,-1.2959061355663465E7,-9649625.03731447
+    -86.4950377169804,25.96013188150856,-2599283.14955054,3381734.709625973
+<EPSG:24200> +proj=lcc +lat_1=18 +lat_0=18 +lon_0=-77 +k_0=1 +x_0=250000 +y_0=150000 +ellps=clrk66 +towgs84=70,207,389.5,0,0,0,0 +units=m +no_defs  <>
+    -26.069827527256507,22.891516192635493,5429046.759186172,1407753.521710046
+    -116.73840203482015,13.605743276069717,-4029962.781642237,123386.931011067
+    -19.56476589000502,54.11692183145733,4917687.288854715,5202344.725329204
+    -135.1014561207966,12.342128162682663,-5996402.342222858,509421.179294696
+    -60.1290790493119,20.049150952004794,2013522.608922021,456879.463212242
+    -99.621839311821,64.38400130573854,-1421128.939795361,6158011.943509581
+    -156.3526074661607,68.95930705568337,-5103363.126186725,8050454.535783135
+    -35.68970413286391,-1.0085666185006517,5061818.937802392,-1452892.906010635
+<EPSG:24305> +proj=utm +zone=45 +a=6377276.345 +b=6356075.41314024 +towgs84=214,804,268,0,0,0,0 +units=m +no_defs  <>
+    88.32062385675503,5.316646155376503,646508.199484939,587551.165147725
+    87.69174019697994,-52.12016831443905,547528.951503417,-5774692.58886091
+    83.92361170162263,-33.891210123816215,215672.38187518,-3754534.653628977
+    90.13845055294549,-39.39699870456638,770422.93460919,-4365684.312779169
+    86.53106876863811,36.46490631778582,458157.09913245,4035352.743263044
+    91.3003352001071,-54.70557677604255,777160.700942023,-6070562.278338881
+    80.91330310477383,0.7525656176796218,-178348.520757306,83385.918117914
+    88.93119690686146,79.0160849640923,541239.812605442,8772119.457849752
+<EPSG:24306> +proj=utm +zone=46 +a=6377276.345 +b=6356075.41314024 +towgs84=214,804,268,0,0,0,0 +units=m +no_defs  <>
+    97.52408032764939,-61.046437036134925,744430.202461875,-6776366.13378086
+    90.94937681563572,-22.404033730815897,289168.007355282,-2479205.717830478
+    87.99773948391264,22.242069626673796,-15671.820444301,2467881.768383574
+    98.43707740841437,9.642337539834017,1097624.777631168,1070349.757833094
+    87.53435685178432,29.544973263775063,-29697.167789311,3280576.26900153
+    89.96121016776398,-24.171590125609953,191501.937210812,-2676789.324776345
+    99.02578025775775,-16.43728067792118,1144530.801140085,-1827155.516176109
+    94.3946566288782,80.68688513283684,525448.849033023,8958197.421974616
+<EPSG:24311> +proj=utm +zone=41 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+    65.12977153802727,29.21655856341212,706972.251496066,3233596.872566481
+    69.56572387817918,70.7111744700764,741582.573103526,7857942.213408582
+    61.77820141978984,-44.30846724497229,402500.502478461,-4906918.590784945
+    60.924821771420845,78.01847489378477,451862.825837941,8660923.759955812
+    56.67202378590021,-20.647286333911538,-160243.16636834,-2296183.566688783
+    69.1002742182907,21.556937570730355,1132429.427231871,2395935.381769382
+    57.135007781120805,-43.038838772907546,22168.25025556,-4781915.314814322
+    58.17798953066517,-74.29885521957692,354446.332591023,-8251060.592327179
+<EPSG:24312> +proj=utm +zone=42 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+    71.10145477309365,-4.26269733284434,733264.379360382,-471706.048344234
+    69.63886255085164,-17.41169580863864,567871.36799127,-1925401.927554434
+    66.67473543284133,-80.99609795571021,459408.561818061,-8993282.10423183
+    64.81686574425994,26.830765609902343,84151.728486336,2974293.022486782
+    74.5907075233422,68.34183539186387,730013.104239011,7591098.235801533
+    73.83593178411576,-80.28975348540045,590965.673677314,-8917421.203340111
+    62.120081948482806,-19.043398514214843,-225262.380667147,-2120071.656792048
+    63.30603122742643,-11.114274174261453,-122711.737023763,-1234802.863435442
+<EPSG:24313> +proj=utm +zone=43 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+    68.51336246586051,63.497613827088884,177560.990187287,7057088.792388922
+    70.66361889272723,-70.82307917676958,341251.894708236,-7863165.087871147
+    73.06365293035343,66.43699460618933,413732.638827196,7369640.361291019
+    75.90604893947157,82.5259015436956,513253.491480942,9163250.290613128
+    78.07902844914523,88.29078103853084,510344.895468362,9806983.421777382
+    74.98116526741268,-45.02262232629685,498613.007570157,-4985514.123845453
+    68.72237883099855,88.39044706173596,480450.51615358,9818911.898311013
+    80.63608214054739,6.6458281149757,1124044.35480122,737914.585768486
+<EPSG:24342> +proj=utm +zone=42 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    64.98776622930562,-69.13430635250356,340638.091976962,-7674456.674378026
+    74.09373147559432,16.33779962004577,1044682.01932218,1812863.595486168
+    68.31982997885322,73.14515850075867,478000.177999899,8116504.194577292
+    67.55832919286237,39.056176971233185,375270.627522733,4323746.178252132
+    73.04360603478725,-14.290307961589988,936442.108079582,-1583876.73167764
+    72.91564114807127,34.226758283299034,860753.984465755,3793984.077720604
+    73.50271255524089,45.45001503644545,852099.564720702,5042560.062336818
+    64.73751793240936,-35.211051393179126,111950.508251412,-3904946.461586903
+<EPSG:24343> +proj=utm +zone=43 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    80.30918252510871,18.87662577706631,1059934.604395472,2095322.639589793
+    70.68808154995264,-67.21138526662772,313859.089181659,-7461327.380923007
+    76.45892227702393,-4.105815090801997,662037.733446374,-454224.047984292
+    69.86339062373935,-74.49333743274124,346999.04143311,-8273529.493290874
+    73.40390352433184,19.186919342453024,332276.507201969,2122015.975333481
+    79.85906301261518,26.668336921714257,983943.56887924,2958664.002789224
+    73.90091222929351,-57.343497724197974,433950.38340283,-6356170.721593592
+    69.2937457709211,-6.112034283590702,-132304.899936399,-679201.924356895
+<EPSG:24344> +proj=utm +zone=44 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    77.92614621102086,-67.76630941424084,370436.523383825,-7519931.030289403
+    81.7269133682268,-55.22760546035695,546408.202294846,-6120379.887549215
+    85.85075209883412,9.032148958572037,1033902.659017558,1001694.847639038
+    76.77634399468229,84.54274911292714,455372.10286442,9389965.640073478
+    79.11682924193762,-46.34826430383311,355285.57638486,-5134553.812292517
+    81.13170479995951,38.05879071839573,511730.254424573,4212080.368465589
+    86.35875157614251,84.55422622264746,556871.205598143,9392243.480005594
+    85.36243098385474,-67.96500362880312,682677.328060988,-7545303.042209683
+<EPSG:24345> +proj=utm +zone=45 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    85.55149787100619,-34.992923727908064,368067.930710532,-3873358.806735184
+    80.68399152114625,3.050337435924206,-202987.644615972,338963.479078424
+    80.96479582194725,-24.057160152253147,-114061.303101315,-2673972.136729639
+    88.5864512325114,75.52975092481947,544499.923272715,8382964.389382405
+    88.04203818224862,-34.97032822791952,595375.177070876,-3870390.56404619
+    93.48806533085747,-33.94862434059842,1100231.769130834,-3775628.54081697
+    86.96717183271346,-63.17226022499479,498603.076476926,-7004708.60888988
+    93.32994103716769,-28.662416186826498,1119443.186666126,-3187209.269534831
+<EPSG:24346> +proj=utm +zone=46 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    87.57211836747237,-41.49345340965927,47205.587047884,-4607864.931382676
+    89.44062571471171,47.32051928258579,231368.490507639,5246621.95420422
+    91.60871572900206,38.70825326620212,379364.274281666,4285021.218496935
+    88.54881416029515,-45.32396048975886,151520.800332004,-5028640.765159077
+    91.85886841821788,-78.73281445386567,475447.40547294,-8740110.316994607
+    86.10958127633032,42.29201814241003,-67823.476362341,4704945.162318707
+    99.59873372688135,28.07333634321516,1149497.529463195,3122676.83254205
+    88.89593922050787,-66.99130472725695,321446.197450867,-7436168.768087867
+<EPSG:24347> +proj=utm +zone=47 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    101.4790493224682,9.304607483423197,772732.741521597,1029202.586641367
+    102.62750306366976,9.664066773294493,898611.349885394,1070108.752014337
+    92.62087043377734,71.20680542892404,271424.090827633,7912151.439392319
+    92.01496608208345,53.05129001798872,32524.947239157,5900472.948810153
+    93.74585254570987,-19.797895577005704,-50479.334513248,-2197875.360821456
+    93.34233222605245,17.363167024221553,-101442.873983473,1928324.587367618
+    99.98623690032917,67.95158120062118,541719.237134976,7537413.478045958
+    98.92406923713617,-77.5977705475466,498586.028319587,-8613172.815825082
+<EPSG:24370> +proj=lcc +lat_1=39.5 +lat_0=39.5 +lon_0=68 +k_0=0.99846154 +x_0=2153865.73916853 +y_0=2368292.194628102 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+    -16.64862678204189,-17.493825108701326,-1.1010019080676047E7,1282232.525737744
+    -2.6681764598269293,47.24258656217168,-2955044.125186553,5729135.244001736
+    110.22973046319126,21.561360952272473,7174006.198846888,1535196.097994221
+    30.336493809355964,62.44405487816496,87346.110290207,5944186.28183095
+    68.4096652084348,16.567890299853048,2406913.895784074,-255873.590016311
+    125.86900332153408,52.1987677824809,6492307.585116686,5520933.979881072
+    100.88823524472986,-3.9228449492624264,7428891.016861503,-2223483.314250052
+    110.43519329403392,32.92459226487499,6557041.74478166,2800064.84320947
+<EPSG:24371> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+    84.36535732438023,26.106586619101343,4791635.515691169,362193.406998945
+    27.86520297855784,-4.59736415438099,-2786186.010887485,-2696120.293105768
+    41.00910838924749,49.63232875638205,787989.016183469,3392820.634684219
+    102.12474637061203,-14.65760835202242,8446919.951952353,-4491392.762150849
+    26.021562191067517,67.68206873106047,573576.689983275,6102644.0234596
+    124.8017455199064,37.24224959797428,8265930.578437835,3011877.719826722
+    74.60377166244646,-14.10646353041994,4065935.800080729,-5245855.852864702
+    128.6586217015562,-25.785179492135256,1.3419415452846788E7,-4352809.962566755
+<EPSG:24372> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=74 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+    21.635289807599683,61.402507198233806,-766806.211774941,6397843.705817195
+    33.540034801634455,81.94630439670698,1325526.040969876,1.0055910764271932E7
+    -10.287538978387136,72.34714289307662,-1673074.451901327,9078393.07378363
+    131.1118794465481,65.91710362564932,6780834.069629138,7196551.509982647
+    11.057096319456218,58.7365850096559,-1659936.293467654,6374685.563445138
+    141.80481074690175,59.13283102591711,7959148.204243617,6605248.264963174
+    124.43402046657343,57.33349722688088,6863981.955008364,5779580.287813023
+    68.97236309822306,54.27639200223675,2588426.132107297,4596971.231895737
+<EPSG:24373> +proj=lcc +lat_1=19 +lat_0=19 +lon_0=80 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+    56.29694474163135,7.3755177745050275,92636.919425745,-218079.537717778
+    21.840922227260556,-26.31555001968353,-5545925.196522782,-3673893.678592264
+    30.466286372153732,-16.894372531328884,-3907603.514705562,-2652912.568811228
+    47.9000370989249,74.01234015321843,834397.515026039,9496520.941287436
+    79.50172591345853,-0.3124176025038352,2935971.490676279,-1376969.660093652
+    16.5357364159068,73.69909974048329,-1239735.31090021,9994695.660738911
+    86.71728828331254,-8.989976479332022,3906480.373998143,-2500046.914384239
+    114.87764562368328,15.832024343451884,7059941.889313066,1020495.993325683
+<EPSG:24374> +proj=lcc +lat_1=12 +lat_0=12 +lon_0=80 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+    108.79834258320541,50.76158596046017,5884989.977463956,6269919.337972668
+    83.83746259751125,2.6543898406284754,3472190.978411237,-130550.810537219
+    78.75981429091152,61.42684955841375,2883923.372688268,7983613.317549245
+    122.97863061025524,71.11309160752324,6667186.47746897,1.0453515684951548E7
+    10.704231488814786,39.050717717082605,-4307946.603269569,5329116.089314829
+    50.51677655705287,-2.0939857371441235,-683574.453221327,-522194.318911507
+    120.53264206158647,-40.62630121137275,8892139.762030436,-5994354.266231673
+    154.39798100001593,51.76365235076943,1.033369855790274E7,7274881.527966619
+<EPSG:24375> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=90 +k_0=0.99878641 +x_0=2743185.69 +y_0=914395.23 +a=6377276.345 +b=6356075.41314024 +towgs84=214,804,268,0,0,0,0 +units=m +no_defs  <>
+    35.68266762481411,57.579478429391756,-1034089.643893125,5424066.92621717
+    105.48941099650713,-0.19952505434589085,4642857.02656697,-1968393.982319974
+    90.68304380024172,72.57803207702594,2780474.765531788,6916169.123808576
+    128.7512344016081,11.427019453572086,7037492.116931103,-72496.64561961
+    11.61872900460569,71.00276304219727,-1403073.269829229,7919741.628474256
+    130.71363864000068,-16.26100143854639,8316015.205379302,-3322694.954402425
+    18.55722711333188,56.32154170422639,-2206533.364597628,5848835.583772065
+    40.10227684763959,84.09520320619264,1108764.827526533,9914816.559481312
+<EPSG:24376> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743196.4 +y_0=914398.8 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+    41.11985379865087,17.38415004765733,-175017.05757479,-407076.600016857
+    -0.977225804758028,2.392541633258517,-5385778.124624781,160016.193921223
+    150.21427264396485,70.3182194662244,6505983.779858228,7050701.955978559
+    12.746699805981283,86.15106142189494,1635141.192056431,8981999.402224585
+    53.02191258615541,-9.29346972147155,636791.071077579,-3973919.302553822
+    6.036707573507329,30.03097560914391,-2901029.9724614,2328532.806894706
+    -15.550413120539288,66.45956329241548,-1461836.003004952,6702529.516127606
+    144.413735422611,21.884450550215078,1.0093058672454154E7,2485253.812389649
+<EPSG:24377> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=74 +k_0=0.99878641 +x_0=2743196.4 +y_0=914398.8 +a=6377301.243 +b=6356100.230165384 +towgs84=283,682,231,0,0,0,0 +units=m +no_defs  <>
+    86.31960012325199,-17.457165670583908,4470938.655806259,-4290081.36922802
+    135.63462297211785,24.49181106598973,8756240.000156078,2192105.116548439
+    93.93979706447504,9.983994286943528,5001957.507547955,-706180.36377806
+    -0.4777173378066184,56.4201999098367,-2387143.44829844,5976738.45440546
+    143.3383215800559,39.06932727911392,8616960.364772484,3970503.418225547
+    100.52252276500559,-10.969371077521387,6258974.431166613,-3102378.859664476
+    18.641789727604255,-18.60451485975666,-4870360.007535875,-2903649.06247956
+    0.21231257478544308,-20.484424419127464,-7319542.004290385,-1905150.122676733
+<EPSG:24378> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=68 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    -1.5412880225870484,49.361471873036095,-2178563.342512851,4477816.133134193
+    79.28446722153782,82.33699189727378,3085377.887096043,7703658.940294627
+    141.08875937134474,80.13107516487622,5093396.253858648,8049979.589094633
+    27.26658639393763,-8.602343350564936,-2828926.922170212,-2946878.242672883
+    54.20647049564346,32.353585538496745,1450007.724162028,981978.742607365
+    -14.546590983811743,-23.418226407506957,-9326137.619045617,-1421381.426433997
+    102.92319151983152,81.74642650470787,3827818.677911546,7732375.822951731
+    75.23857215634844,60.002146939324476,3205687.270458408,4121022.015045853
+<EPSG:24379> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=74 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    123.25552316019633,28.764966051120673,7440163.720569492,2116127.986737228
+    23.82997809946798,31.025204653364142,-1942636.915234011,2381881.501088149
+    99.26580991498305,-22.433524923836654,6414623.973818336,-4770054.341830507
+    137.61016593629802,71.82876615471203,6111988.725127395,7618170.205749031
+    84.4186227570178,2.714798224714464,3994509.32270148,-1679174.91613466
+    145.17301320524214,59.1098443670202,7483500.86481153,6156976.737836746
+    156.6986253238711,35.978581466010795,9814961.465241842,4339906.431436179
+    11.306748944750868,-19.52611738618618,-5869297.069229564,-2572272.539116588
+<EPSG:24380> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=90 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    39.82420499309527,66.1872863797002,-301263.362954311,6446696.574318596
+    40.264897818522755,24.603046093102748,-2168086.890395555,1705696.944064134
+    40.76447616677332,65.35431169331306,-293702.796651675,6306800.399967937
+    91.65156250940325,75.47536796122895,2826118.820260939,7464786.877979162
+    83.36701768816462,-21.895349484755677,1778446.922513068,-5017354.14551047
+    145.8555804019929,-22.80982279007839,1.0688382170632105E7,-3460901.332230352
+    152.30385333902157,-11.299763699680032,1.076788842325356E7,-1555055.229331199
+    143.8348236445896,50.55784873251133,6848592.235376132,4587347.24250249
+<EPSG:24381> +proj=lcc +lat_1=19 +lat_0=19 +lon_0=80 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    144.94184028324352,75.15260515043568,6587606.469785389,9483175.37537768
+    39.316915008491954,6.7646700890467315,-1809129.888102403,80736.301630177
+    52.844043578505556,19.026989261362814,-100702.295977379,1137144.314668713
+    33.70663613369611,-16.15196269937206,-3144655.035305472,-2442830.765939204
+    53.62943424976659,1.305763568893859,-315961.988501876,-841768.73162467
+    64.98676569756036,9.130147571506527,1073027.011394545,-110436.196706611
+    75.26108127647024,-7.096070945452077,2164742.542274839,-2061120.969199294
+    5.699434431854225,-35.33672312042758,-7730901.652155669,-3894722.116645564
+<EPSG:24382> +proj=lcc +lat_1=26 +lat_0=26 +lon_0=90 +k_0=0.99878641 +x_0=2743195.592233322 +y_0=914398.5307444407 +a=6377299.36559538 +b=6356098.359005156 +to_meter=0.9143985307444408 +no_defs  <>
+    122.36096834243875,78.63206339480081,4567849.995563691,9088816.891594378
+    43.16336272064633,-27.779632207954535,-4665963.111280176,-5177656.845965976
+    153.85274592762696,-33.400045297511184,1.3781597984878978E7,-4993530.872032093
+    32.788954487105784,3.308074604984945,-4250215.813092299,-200639.555821122
+    130.82677302379489,15.676790726947495,7777517.462835846,497339.359015755
+    57.81382932737078,50.018163110048974,249034.790407931,4346839.629705712
+    13.857325934251039,60.86894333802074,-2358723.348759721,7157727.469264238
+    17.923414672496015,32.619471110874,-4066812.938606116,3802615.047691035
+<EPSG:24383> +proj=lcc +lat_1=12 +lat_0=12 +lon_0=80 +k_0=0.99878641 +x_0=2743195.5 +y_0=914398.5 +a=6377299.151 +b=6356098.145120132 +towgs84=295,736,257,0,0,0,0 +units=m +no_defs  <>
+    145.300530811417,-23.639599422014157,1.0767279443272963E7,-2337467.588570186
+    122.52250305915456,54.77376113862046,6538641.698745698,6489169.28384718
+    39.58006095493533,-23.42288083384216,-2248072.626171525,-2897118.350292588
+    4.3290657340409915,36.71998732360211,-4618049.819385592,4757109.452238314
+    51.385609627394956,-45.73968088281155,-1165684.310959924,-6620974.907293616
+    9.522977170961001,6.386848677970654,-4996144.556109471,1288290.0255359
+    84.92851853547701,-41.18562727791618,3402787.813283703,-5971565.796747821
+    92.20380534411497,36.19942542375976,3948070.250370227,3703314.672495975
+<EPSG:24500> +proj=cass +lat_0=1.287646666666667 +lon_0=103.8530022222222 +x_0=30000 +y_0=30000 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    104.77944867574597,69.40833379914804,66568.327996897,7590726.453703532
+    103.78098174360743,-27.660332893208853,23086.985881906,-3173167.03129814
+    103.64971961827122,-13.118819445124444,8150.611905981,-1563238.151899776
+    103.18406703306214,57.88562756808119,-9486.793799884,6306279.312998991
+    104.40992501967538,80.85659228259354,40076.010124358,8868223.504628874
+    103.74008123092337,26.664035346200876,18952.093652793,2838025.5000221
+    104.2204381905464,47.721771774190614,57759.374631649,5175133.980044031
+    104.42698007940027,60.03222075777239,62188.09456591,6545330.322681281
+<EPSG:24547> +proj=utm +zone=47 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    100.86983685503114,42.79454594450465,653035.438043135,4739664.602993719
+    103.61968237616607,-36.13898628679797,915883.492836422,-4009251.744852604
+    102.52758751272545,67.80136810755917,648780.220713528,7524826.587949889
+    96.7880250937121,78.08300867801458,449147.954240992,8668390.764663089
+    92.55954315820426,-9.969065640886612,-207200.730111607,-1108902.761263823
+    93.70832775938246,-34.0276710882102,11351.100419038,-3777869.686153417
+    94.08276359012427,78.03022789990902,386413.481944996,8666314.473710643
+    102.10525594725169,-77.20844329596673,576830.886351541,-8571865.550831283
+<EPSG:24548> +proj=utm +zone=48 +a=6377304.063 +b=6356103.038993155 +towgs84=-11,851,5,0,0,0,0 +units=m +no_defs  <>
+    103.84800354597068,-40.330153078111785,402351.607528911,-4465009.443236259
+    98.7566822479745,-32.445459359078086,-87124.271911369,-3607009.423920686
+    110.98563106971505,-60.98533233976163,823769.089633431,-6775849.865732848
+    100.70379542295431,-22.920668920910742,59384.585840457,-2541179.628894309
+    98.18230263559187,-86.90227768447394,459176.184427481,-9654245.2914092
+    98.47401395124544,62.579703691624246,165342.629813834,6955600.293995433
+    106.9015786018349,-28.01394993396238,687170.832485305,-3100196.720340028
+    109.9303783934666,70.29674998563024,685541.608620088,7806315.979271412
+<EPSG:24600> +proj=lcc +lat_1=32.5 +lat_0=32.5 +lon_0=45 +k_0=0.9987864078000001 +x_0=1500000 +y_0=1166200 +ellps=clrk80 +towgs84=-294.7,-200.1,525.5,0,0,0,0 +units=m +no_defs  <>
+    81.87596523375883,82.85404174123352,2556894.78605172,8240615.250255234
+    69.48528248457077,82.68749618173102,2218498.282859586,8099880.223974065
+    -21.677426125273648,-6.449177231183555,-7074202.531380905,-702063.640004367
+    67.05764678102236,60.73298440394424,2880993.218682231,4593792.959580794
+    50.117226909583366,70.84164956125908,1755115.030809079,5860759.08543777
+    52.21989359091245,37.716741189421,2137931.574144504,1766359.037704254
+    -27.483782238366032,-22.08054274779383,-9206906.624232775,-2072712.448439094
+    96.03110329950152,43.44763349466406,5546706.569220537,3374476.883280258
+<EPSG:24718> +proj=utm +zone=18 +ellps=intl +towgs84=-273.5,110.6,-357.9,0,0,0,0 +units=m +no_defs  <>
+    -76.74980651314792,-29.182234421694744,330083.621961709,-3229167.948328931
+    -75.16695153236026,23.854759439376707,483235.808640251,2638514.28921755
+    -81.35341080817139,-38.84263058461728,-51402.372528295,-4318310.042287773
+    -78.45629316991678,-37.22639766880877,193557.926389292,-4125350.398042854
+    -81.72275007348381,75.16952755025213,308546.605165688,8353607.635380739
+    -68.31498075157978,38.8507047122046,1080585.469450534,4321830.869320689
+    -73.85487591690074,75.78079524001555,531630.783502326,8411228.291345771
+    -72.1881248196763,15.481783065506235,801949.075949012,1713956.835925667
+<EPSG:24719> +proj=utm +zone=19 +ellps=intl +towgs84=-273.5,110.6,-357.9,0,0,0,0 +units=m +no_defs  <>
+    -75.36678829997439,16.238359889669425,-181350.117355809,1806282.100501843
+    -68.08997910562285,-57.3740202467346,554943.969747701,-6359251.353991491
+    -68.49186110165564,-40.43732034780686,543314.296287971,-4476185.905627393
+    -71.37581272509276,-57.628353332170676,358340.103161403,-6389685.293403005
+    -70.67631904688201,-10.16724187739652,316565.30425757,-1124034.318699726
+    -65.42816036230495,-40.36408748616541,803527.149557835,-4474059.838921204
+    -69.60900035684118,-32.11835006641374,442763.614807036,-3553441.997877644
+    -72.45155410302306,-87.78365128486017,485320.361776977,-9751062.233765667
+<EPSG:24720> +proj=utm +zone=20 +ellps=intl +towgs84=-273.5,110.6,-357.9,0,0,0,0 +units=m +no_defs  <>
+    -57.252831109099816,36.82540379766749,1012950.056875977,4091255.426043094
+    -60.90240404827263,-13.294049377147672,727438.475834727,-1470268.983144608
+    -62.53394624874189,30.68577995466623,544830.142853585,3395195.97778924
+    -65.1728805918119,42.52441847749975,321727.417386133,4710580.720580981
+    -57.871765930704825,-36.21131027639314,961358.107125807,-4019327.944712754
+    -59.97277402039296,-73.1009388315826,598382.765059435,-8114180.011252727
+    -61.689209738505916,-51.006940037301796,592160.459436489,-5651221.235848021
+    -60.257433735386456,27.179040835484827,771920.730507232,3009570.699627466
+<EPSG:24721> +proj=utm +ellps=intl +zone=21 +towgs84=-273.5,110.6,-357.9 +no_defs +bounds=-61.0,7.6,-58.0,10.0  <>
+    -60.305884564497184,9.24652480936781,136865.671494686,1024148.185478832
+    -58.98852866203744,9.308445092164016,281750.047922557,1029921.348622314
+    -60.230887303235995,8.098674040236878,144033.809312371,896978.225148808
+    -60.41493523130345,9.488469257928667,125128.433124668,1051055.821895519
+    -60.3605409403707,7.951292408963497,129592.911934043,880774.003235152
+    -60.16492811566742,9.009383887465608,152141.211333586,997751.37888288
+    -59.4283154473949,8.136128650033433,232584.485836197,900505.807375131
+    -58.65319623016821,9.110571256519536,318492.417118704,1007846.661137199
+<EPSG:24817> +proj=utm +zone=17 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -80.18476114650144,-25.05233250839352,582491.944372612,-2770664.717381265
+    -79.21144870729974,-26.15789322353671,679034.645033987,-2894078.339309108
+    -83.04693705574856,-4.423761504836406,273107.894446301,-488908.960227427
+    -82.94936383608187,71.38268783790642,430812.014135602,7921381.544382721
+    -87.42462145712838,22.178230430534924,-163055.489382372,2466996.789862407
+    -80.36117079355853,-64.70907418760068,530710.900106787,-7176077.576076991
+    -87.6454820075643,16.895327849809306,-208823.55228393,1880336.982389633
+    -85.33847592246937,49.62323847540486,186967.343113766,5506063.971067683
+<EPSG:24818> +proj=utm +zone=18 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -81.15975805800022,-28.595119996685426,-102702.029035925,-3178353.723781176
+    -78.08164312742895,59.60131426515338,326330.082163284,6611260.704173398
+    -73.18507430217556,-69.32334867453253,571747.871754743,-7691380.395059218
+    -72.35409179168752,85.50593830147204,523370.71913942,9496845.82130399
+    -80.69602576553899,39.59580160489219,11031.54317179,4398723.027985732
+    -76.59888861802037,-55.31191406964807,398748.132859727,-6130471.634521749
+    -75.06098004572988,67.18528973528839,497594.273131903,7452215.563453238
+    -77.00092336706727,-46.70722938786667,347276.909841997,-5174329.839658495
+<EPSG:24819> +proj=utm +zone=19 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -68.19472746279607,62.031955561656645,542337.268528043,6878183.60727499
+    -66.84435979611884,33.94398251222094,699416.66919611,3758343.871606845
+    -62.820300654529184,-2.6543607637548376,1188458.18300513,-294734.296019946
+    -67.6973821430401,-85.64770166287639,511242.83186012,-9512184.461681237
+    -75.030210187799,55.22836419123621,116920.787795973,6137012.378231163
+    -75.88581575356841,65.95221268359958,187615.556174967,7331927.470343159
+    -72.48417417717789,6.5411142184482856,114782.284549848,724729.640323721
+    -62.70648099724146,-30.383447820508223,1105470.088338863,-3377799.625130267
+<EPSG:24820> +proj=utm +zone=20 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -57.331847579903425,-57.632195511239004,838428.005975251,-6401695.773965109
+    -64.6311012981138,61.36468167473379,412981.071761457,6804665.479997782
+    -65.69557520275008,-44.0194459388708,284120.636754384,-4877276.632461837
+    -69.66822935345907,-71.56732697289168,265261.119127768,-7953538.032797528
+    -58.45596730430686,-10.745695935943814,997496.738166032,-1191166.81334196
+    -67.82391550579285,-67.4237981299535,293668.893814545,-7486507.130917701
+    -63.3913615536913,-25.967841577724215,460998.834304947,-2871828.700404858
+    -57.38972548255513,-74.8622641959868,663499.337839287,-8315869.669404457
+<EPSG:24821> +proj=utm +zone=21 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -61.639359272335234,5.365256335480169,-14401.058888301,595361.001902393
+    -56.044608000887784,31.200891319413145,591160.626341943,3452555.492251773
+    -50.6398321992144,36.96649937428121,1066598.246282692,4110379.937863823
+    -55.31821544119589,-27.01938517668362,666993.756075116,-2989337.394395482
+    -53.64117562291813,9.978810879601596,868475.032473304,1105303.845243185
+    -51.145586917298616,-12.681305696363424,1136818.75056453,-1408671.864247037
+    -63.71864186018815,73.20041793125424,283823.859322528,8135088.327179486
+    -60.67504727312096,71.52891341173535,370268.154882666,7940441.573635142
+<EPSG:24877> +proj=utm +zone=17 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -87.49665438720793,-82.38128089664787,404287.18022182,847174.971337147
+    -86.88184366104961,69.2113585435489,267593.171523669,1.7689299893526867E7
+    -87.38365095214631,79.17821018805523,366716.709542197,1.879732760390871E7
+    -81.476208685994,19.489494049941953,450284.691040991,1.2155425445636177E7
+    -80.88943641875709,-2.3177735917465867,512550.038717863,9744188.702335907
+    -84.37671196425192,-18.571423539291104,143784.153579678,7943590.192486312
+    -82.00241540584983,-47.85981781783662,425275.421785414,4699013.396637685
+    -79.6571948644255,63.04496618929042,568162.462698115,1.6991529112329558E7
+<EPSG:24878> +proj=utm +zone=18 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -75.9527291089124,-55.91392294727932,440678.81691326,3803281.198137024
+    -76.32292409119432,0.025703479122540784,353011.149459198,1.0003217723491881E7
+    -78.01469292508052,-56.73866573192874,315838.11645698,3707831.764411795
+    -77.2579080780233,79.9685543740757,456337.783616871,1.88790478612823E7
+    -74.46788710513111,-22.341996564652817,555027.176751817,7529565.424061468
+    -81.34846081269357,-3.4389848824876026,-206378.246428019,9617905.75617944
+    -77.66746335542747,37.30236962569515,263820.194599347,1.4132059738653336E7
+    -77.40947570975477,78.76504534012508,447842.652608944,1.874495733478866E7
+<EPSG:24879> +proj=utm +zone=19 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -63.4470648180168,-48.218590168022494,912624.320956856,4644733.435617708
+    -70.50004980220595,44.5667914231139,381096.096648655,1.4936185819211725E7
+    -67.6119749760681,-20.580299215381373,644874.770790907,7724041.484775517
+    -69.83430316000064,-0.7305900475501517,407373.373091885,9919615.24305882
+    -65.0552564966871,57.416771099090624,737066.861799954,1.6370859588030323E7
+    -72.97191453715634,87.98655914699194,484638.576260888,1.977376981794773E7
+    -67.50167272377746,41.25019800348022,625737.208519694,1.4567891710139139E7
+    -69.88368671673813,-56.52463698211795,445839.244657354,3735383.613400123
+<EPSG:24880> +proj=utm +zone=20 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -62.68199910502922,-32.584888978823784,530022.673283671,6395019.744908148
+    -62.86050932511842,-80.95256340901526,502626.135256164,1012132.648333583
+    -66.0980346839558,17.93514411556356,171968.373685611,1.1986091888819307E7
+    -58.123103423550006,-36.66548755081436,936164.280757622,5931459.904639371
+    -69.59921705159881,49.53311990321501,22854.176119402,1.5507904844735146E7
+    -57.189565903667486,32.194916573446406,1048229.125851112,1.3577180696969695E7
+    -64.85647058206959,21.09269721344785,307335.450201847,1.233386991218938E7
+    -58.36582384735297,-22.455751972493943,977356.867182039,7509705.517542597
+<EPSG:24881> +proj=utm +zone=21 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -56.935644529204,-21.542031068070287,506810.211623744,7618229.280107858
+    -57.23780693027882,-45.356957060467096,481519.337110655,4977662.180018881
+    -59.84805742558901,23.146416797749737,208513.781137056,1.2562904973779444E7
+    -61.56720513737575,-64.28078507845856,279131.462084746,2863943.229752798
+    -50.372107068417804,74.11166195215338,702286.99974287,1.8235843503706597E7
+    -53.517764399702415,-5.505058620625533,886090.400174531,9390760.536170837
+    -50.61202874271275,52.82262594767619,930339.117092135,1.5871878136164656E7
+    -55.15164720007559,52.64109395417563,625204.59695958,1.5834147469324142E7
+<EPSG:24882> +proj=utm +zone=22 +south +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -49.60442747217564,-84.39428253193554,515333.207187485,627750.415910188
+    -52.04498781071566,69.44165024326537,459163.509246075,1.7704057946288556E7
+    -48.09501979526319,78.11379524955683,566878.732699784,1.867278204609412E7
+    -55.66425905172609,17.238903741767203,3826.476922866,1.1912320742398757E7
+    -49.51407489944082,-80.65113042849296,527060.532538657,1045469.597990438
+    -51.094164757164606,-49.28760825400844,493265.646374225,4540853.489392939
+    -45.44629972065728,-28.71460361150006,1042994.733981635,6811328.128417011
+    -50.606152240909886,-39.34927274819246,534050.464433094,5644717.491211242
+<EPSG:24891> +proj=tmerc +lat_0=-6 +lon_0=-80.5 +k=0.99983008 +x_0=222000 +y_0=1426834.743 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -86.76429831380838,87.12072200660046,187185.882872392,1.177095499911843E7
+    -76.00421476038088,-55.22691496907839,508198.506999432,-4040298.799697925
+    -83.1699201776629,81.69588175892892,179211.769706135,1.1164296780579563E7
+    -83.91139527851769,30.09289584084138,-106624.354193756,5425300.29386152
+    -77.35271554852343,-32.832642063528624,516955.701009217,-1547464.767276793
+    -75.14424358633593,13.58703798644413,802530.666996696,3599359.752165969
+    -76.94695076644992,-41.99447031286459,516637.230637911,-2565890.368644342
+    -81.77101657333493,-24.365204899035675,93305.572786687,-605342.983211662
+<EPSG:24892> +proj=tmerc +lat_0=-9.5 +lon_0=-76 +k=0.99932994 +x_0=720000 +y_0=1039979.159 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -72.03968475850466,66.0272404671598,899638.559310588,9416662.519273981
+    -69.32666555476722,64.51863019195883,1040024.114441686,9259746.51938305
+    -69.11615221300299,-59.73476579019237,1106730.938302451,-4550172.356717077
+    -79.32917536301093,54.31648358657128,503775.643497891,8112298.955524233
+    -74.2882570349072,-50.600920936508004,841346.848606827,-3515272.390758775
+    -78.28094597457589,-57.02933273503218,581827.618718572,-4231236.247066365
+    -72.60525457822945,-44.40278399208728,990502.731940057,-2830794.77192123
+    -72.18408365764023,-0.808314020324147,1145013.476265595,2000696.521225523
+<EPSG:24893> +proj=tmerc +lat_0=-9.5 +lon_0=-70.5 +k=0.99952992 +x_0=1324000 +y_0=1040084.558 +ellps=intl +towgs84=-288,175,-376,0,0,0,0 +units=m +no_defs  <>
+    -65.06924444184244,-50.36305557757708,1710364.997103159,-3502326.783931316
+    -66.25680621195939,-61.49710172860678,1549999.85474309,-4734709.245866495
+    -71.21708643728027,12.789341629519313,1246390.793208693,3504367.39907077
+    -66.72882815933096,-49.08711043420281,1599530.651335439,-3353210.554195265
+    -74.03336198850809,32.494038413484844,992213.911362023,5690918.438865973
+    -67.0515244772428,79.42755672999883,1394800.314571557,1.090942367036431E7
+    -63.73099921140589,25.98553766986602,2002634.771660959,4981984.082516501
+    -68.5749437948825,-3.9334000023516325,1537947.963929216,1655548.516481492
+<EPSG:25000> +proj=tmerc +lat_0=4.666666666666667 +lon_0=-1 +k=0.99975 +x_0=274319.51 +y_0=0 +ellps=clrk80 +towgs84=-130,29,364,0,0,0,0 +units=m +no_defs  <>
+    2.6425168825458982,-54.61885560365473,509467.744096202,-6575361.864163964
+    -7.395108611463616,21.569400508805984,-388909.114215393,1882971.281802176
+    -5.475924076692134,10.503501436459928,-216019.799773743,648542.173975227
+    4.61316454229291,44.516504299757884,720487.229097943,4429170.457376244
+    -2.4966063434829824,51.231103579549114,169784.279917802,5161292.545250931
+    1.3543677496921926,-66.66101530005766,378362.757951358,-7912528.599892437
+    0.1725163836790209,76.16494375700782,305594.38015444,7939065.593616487
+    5.399324023596577,21.363272653948513,938874.037155346,1860066.475098835
+<EPSG:25231> +proj=utm +zone=31 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+    1.1987007521175492,-22.57360773307626,314798.964843743,-2497227.529571501
+    0.2867245280164106,0.44139186984493506,197970.291604504,48837.696190307
+    9.41311829228148,-63.097794673749036,823373.566654381,-7012367.494241228
+    2.709071330408599,20.939128050054066,469751.046266144,2315241.075700873
+    5.901304515576353,54.40741949466258,688301.557319597,6032423.534676846
+    3.8212658918598494,-37.88669488751011,572219.123568506,-4193266.58647733
+    9.53434253676803,-88.27848781641842,521871.069851241,-9806895.916479677
+    6.714185226456918,-34.79101899553398,839880.696542389,-3855876.161048453
+<EPSG:25391> +proj=tmerc +lat_0=0 +lon_0=117 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+    117.31948214284172,-14.95006722950447,534213.720192018,-1653371.981291708
+    117.32397249887734,48.96955706721337,523565.031750028,5426065.278017057
+    112.56322746483801,-65.72444613177956,296372.498549355,-7298894.660506014
+    121.37844196672032,81.45067329507802,572469.369704445,9049368.42955802
+    118.189514759674,29.983051354218077,614635.91340769,3318729.911695464
+    122.53510284837371,8.603214555340031,1110011.453202842,955797.19701594
+    111.80353175725175,88.84553851609493,488169.500538292,9872974.1561084
+    117.66939653059846,75.22432131100592,518908.804043341,8351635.764717214
+<EPSG:25392> +proj=tmerc +lat_0=0 +lon_0=119 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+    113.59852375792661,26.251635912055036,-40242.788586245,2915920.404848376
+    121.61647562424506,-51.13188615913238,682971.985122481,-5669711.059285474
+    123.32395293234097,41.51727094289146,860803.853552591,4606888.126236888
+    120.36709986855492,74.14592304502813,541544.096242888,8231655.99134346
+    115.29813640456571,-74.34262368009192,388356.808939064,-8256571.428147717
+    116.30697472835767,22.331693324503988,222350.234961872,2472954.181270195
+    122.45951996199005,-13.938905039101371,873878.056166869,-1544197.280542236
+    120.04840666935007,-20.350606210669696,609314.247053586,-2251388.800401376
+<EPSG:25393> +proj=tmerc +lat_0=0 +lon_0=121 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+    124.21727716472853,56.57891543365534,697515.251931594,6277380.097894719
+    127.85152219178656,-82.45912670344887,600032.254832403,-9165172.408872796
+    124.60164971461707,22.43091103351624,870783.204107349,2485916.195114804
+    123.40253763311208,21.24893286950838,749265.290840738,2352487.251167658
+    120.70943750603742,57.35380673991878,482357.435244084,6359068.408977776
+    115.07940385189359,7.628261763880815,-154542.892952769,848057.976469297
+    118.40617565096524,63.39902853033624,370243.540965667,7035152.309091325
+    116.58134362457682,30.477900768644233,75380.804609622,3381306.589702968
+<EPSG:25394> +proj=tmerc +lat_0=0 +lon_0=123 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+    117.32810411485224,9.641237295109548,-123629.842838607,1071364.565182568
+    126.07798342978073,87.09881633174297,517237.146098852,9677847.78477919
+    116.03233305435788,2.260773475594604,-277085.692812299,251897.2910269
+    124.52165200255828,-12.293385220913393,665388.639892343,-1359905.879850391
+    117.02004449651501,84.58939114980407,436985.522215702,9400401.13992432
+    124.70103234266631,-74.72294412225979,549886.3892089,-8296275.161613137
+    126.21045253016973,13.240019250772889,847943.617840978,1466493.368037033
+    119.54752815177993,-69.54926049449132,365235.648918,-7722080.626589254
+<EPSG:25395> +proj=tmerc +lat_0=0 +lon_0=125 +k=0.99995 +x_0=500000 +y_0=0 +ellps=clrk66 +towgs84=-133,-77,-51,0,0,0,0 +units=m +no_defs  <>
+    120.81716332573228,-39.709235568637865,141105.994699704,-4405393.119529271
+    125.51762710933022,73.17077767007962,516579.482011277,8122443.256772364
+    128.46789278138763,24.674112698804734,850972.838897055,2734334.588096425
+    123.50675326086554,-49.076960887117984,390759.316692568,-5438981.910962712
+    126.62508959892722,-61.79411757998215,585561.288253686,-6854698.993758159
+    129.55568821362002,-37.22170151416596,904272.357543465,-4130639.731576087
+    118.14658467976129,37.55425893355873,-106069.252752117,4180038.862924709
+    122.85345239633668,-23.73931783210753,280968.070806206,-2627918.280153404
+<EPSG:25828> +proj=utm +zone=28 +ellps=GRS80 +nadgrids=null +units=m +bounds=-20,-5,-10,85  <>
+    -18.458578043578854,49.07367019818195,247425.811513166,5441408.349674867
+    -10.214604158983333,8.95949783019505,1026627.099306575,993805.336083527
+    -16.25957546779458,74.34219704662257,462056.905536656,8250617.042405212
+    -13.381579205543238,50.10532877645604,615731.170187816,5551595.93836535
+    -16.617681436851115,79.6600657820878,467589.694758388,8844094.493163466
+    -16.691602938918685,55.58556023289608,393377.804494736,6161253.75253237
+    -19.28088431617196,75.77968133733495,382709.02861352,8414851.396313779
+    -17.198457180152353,25.245883055645947,278563.051275187,2793986.989721882
+<EPSG:25829> +proj=utm +zone=29 +ellps=GRS80 +nadgrids=null +units=m +bounds=-14,-5,-4,85  <>
+    -13.595201270764983,39.005396030080725,102034.362025565,4327431.683931818
+    -10.783077270680058,32.764400880036526,332979.809937781,3626575.650711441
+    -13.186561123537997,23.516837844318648,72344.549078585,2606977.343528611
+    -11.505198946996124,26.4686354003408,250240.348094524,2930018.629059091
+    -10.830296520489082,4.50615777333824,296924.835920912,498331.02805187
+    -12.487290462417791,69.37377344238068,362963.361006024,7699945.003264474
+    -6.757699672941659,39.97848201573437,691470.774807282,4427776.835618295
+    -13.121454626708307,29.85736985944491,101753.645768194,3310119.598797317
+<EPSG:25830> +proj=utm +zone=30 +ellps=GRS80 +nadgrids=null +units=m +bounds=-8,-5,2,85  <>
+    -4.307238630190878,56.193056260728596,418879.947550703,6228335.550930966
+    -6.429084698926629,69.78798687172484,367838.825741294,7745942.948891139
+    -3.9721862288435013,31.07642811595435,407261.21978402,3438478.288508547
+    -7.682864227844151,27.633140500758472,37723.875079415,3065339.162039067
+    1.2937106869091721,24.709015061907795,934558.361822393,2739542.947137046
+    -5.778332942156196,55.6555785194346,325208.470750114,6171247.694267533
+    -4.660935716835796,71.68959771971177,441766.462007947,7955111.684447447
+    -1.6953996558624613,56.82823452253353,579613.70390455,6299024.781568382
+<EPSG:25831> +proj=utm +zone=31 +ellps=GRS80 +nadgrids=null +units=m +bounds=-2,-5,8,85  <>
+    6.854030794876444,9.18644689630796,923698.127426069,1017742.905014695
+    0.9030722585027902,27.362384114412386,292597.035173863,3028318.542597044
+    -1.8468776404506775,10.123874200613383,-31592.741209009,1123067.861561976
+    0.9764310863817265,5.15843113578927,275687.155969574,570533.333981861
+    3.8632134553207162,39.3269745923821,574402.481036751,4353417.536024364
+    5.514146401092834,47.70176556221981,688616.732659347,5286215.385612709
+    6.1443796098328605,7.136608993476646,847368.137229411,790035.638122085
+    1.338314118538901,44.00423181461391,366784.601552574,4873685.060155774
+<EPSG:25832> +proj=utm +zone=32 +ellps=GRS80 +nadgrids=null +units=m +bounds=4,-5,14,85  <>
+    12.071213239945575,56.47126132741886,689172.21241313,6262759.806572526
+    12.336967535551144,76.00515399024144,590037.623653604,8438305.389477216
+    9.230410291552687,2.7114312791188446,525610.453877908,299699.305857099
+    5.440423989191241,17.817696228292007,122589.961043319,1973606.92508238
+    4.50943220867916,63.75167498130236,278547.613123856,7077131.99480056
+    8.828932001738295,83.22206698525326,497745.942427705,9241252.378398584
+    12.753360424917425,65.88576880923931,671032.230839756,7312293.207544385
+    11.957459926041992,84.17558420759586,533492.873203928,9348555.722285606
+<EPSG:25833> +proj=utm +zone=33 +ellps=GRS80 +nadgrids=null +units=m +bounds=10,-5,20,85  <>
+    17.88304142582211,54.17513284489882,688162.967105218,6006847.092239738
+    16.02055129639628,48.84728239728192,574873.123495743,5410981.227796786
+    11.390786175734013,36.47160354955225,176594.675258485,4042317.734477371
+    16.282408858983164,65.482815202691,559377.179939768,7262869.740730733
+    18.91845330253004,-1.4060834128575972,936237.40874698,-155781.254094897
+    12.364698535164749,16.81868269762555,219138.635782636,1861366.827172671
+    17.04778745269597,49.37936579971559,648634.707258898,5471645.983172359
+    12.491440428830929,-0.7272445079030483,220792.671666174,-80460.029236718
+<EPSG:25834> +proj=utm +zone=34 +ellps=GRS80 +nadgrids=null +units=m +bounds=16,-5,26,85  <>
+    17.561129885581444,70.37584815311845,371160.692263832,7811430.836936852
+    17.75317970384199,18.141863584051663,156409.731932745,2008914.471572861
+    20.41680983672498,43.96351432820603,453214.573275532,4867985.765737845
+    22.681375901463575,9.015921051768283,684824.037637634,997037.432479038
+    24.719826094862526,38.023243914114026,826543.476993015,4214928.649049497
+    19.377083919492524,-2.0029820877059223,319495.431962871,-221479.97676637
+    21.116993260288936,76.28611629613063,503096.117784867,8467114.609218417
+    17.201627394036013,30.29523063046627,134612.637667821,3357615.396116463
+<EPSG:25835> +proj=utm +zone=35 +ellps=GRS80 +nadgrids=null +units=m +bounds=22,-5,32,85  <>
+    24.24906191186782,55.26954824166681,325231.734142135,6128236.33522862
+    24.415991746334228,76.2362955025612,431393.666040996,8463055.16608333
+    28.30449049211942,60.24252505359527,572225.077243421,6679134.976002947
+    31.27627653775689,-0.1997683529443215,976285.004419366,-22142.464248899
+    25.239052379978066,9.31907777482716,306590.765130718,1030610.2361644
+    30.005673443495372,24.61652949162587,804327.993255939,2725814.738099289
+    28.03092063359407,32.67638191898203,596656.539025663,3615881.047500058
+    23.6923894921671,29.106153662696315,178073.812460167,3224269.826720674
+<EPSG:25836> +proj=utm +zone=36 +ellps=GRS80 +nadgrids=null +units=m +bounds=28,-5,38,85  <>
+    35.37161533984603,18.95671990057184,749733.370327038,2097718.314765328
+    28.838443104956962,70.89076188565305,348052.307296891,7870430.447447515
+    37.58370774525425,36.66094419723844,909770.347254167,4067059.638511951
+    29.75722752632996,65.04298903925077,347379.96719082,7217162.699149623
+    36.12177975931209,7.891216925480158,844273.227123343,873560.36196783
+    31.763701612015915,64.16440809047354,439888.409772798,7115918.555349993
+    37.22316508923523,67.53003260287639,680007.885685278,7496602.589950855
+    37.53562138814976,50.725619490474244,820069.796184481,5629129.797074932
+<EPSG:25837> +proj=utm +zone=37 +ellps=GRS80 +nadgrids=null +units=m +bounds=34,-5,44,85  <>
+    41.32194619030257,21.103812344880886,741199.097946157,2335397.315060779
+    37.233807526049965,67.3258718081007,424030.228750059,7468788.661347148
+    36.654868327520504,71.4076298692661,416566.338079235,7924479.27450506
+    42.57646504805604,37.48330257390803,816248.113802291,4154499.695403682
+    40.33751056037777,34.52749435381461,622751.504055847,3821458.198329094
+    42.32328563904113,7.73497121483971,866655.522302823,856431.067198195
+    36.2418164305757,76.58476051987887,428591.30149594,8502108.667701887
+    39.991585838578786,47.25543045205003,575025.568104892,5234026.60193497
+<EPSG:25838> +proj=utm +zone=38 +ellps=GRS80 +nadgrids=null +units=m +bounds=40,-5,50,85  <>
+    43.934535078542616,19.238261446626552,388015.418204794,2127534.004200533
+    42.836463503912626,81.88221115011764,465900.099493954,9092317.989046702
+    47.89961111406956,79.7942902421936,557332.076115541,8860053.702336915
+    48.66186315024206,50.63770673508242,758912.945470084,5615938.585412741
+    49.57064182655573,54.12644079057051,798595.56067021,6007249.074102317
+    40.72900619498073,4.097552795459471,25513.980289492,454175.888696161
+    43.12591026978666,10.032656065510155,294594.086046245,1109608.444579256
+    41.208882185184144,77.06814771133722,405352.470172469,8557431.038343184
+<EPSG:25884> +proj=tmerc +lat_0=0 +lon_0=24 +k=0.9996 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    26.452400640238302,-69.35125895023529,596492.769306711,-7695462.676007925
+    25.223283575529816,88.35656561100075,503916.68998457,9814518.9448906
+    26.552719034401925,-39.95843751358111,718044.159901531,-4426264.848751248
+    27.522158994832637,6.3610443434930914,889772.35033821,704444.061657695
+    26.10930332505726,-24.38061015609526,713935.891175521,-2697992.493633536
+    30.541699372978925,-12.389384007704436,1212501.017513303,-1378366.57449697
+    17.231422960077946,63.433021782700024,162714.682880568,7051684.668534333
+    27.90089487153033,-9.111193325352147,928948.171042377,-1009460.380302614
+<EPSG:25932> +proj=utm +zone=32 +south +ellps=intl +towgs84=-254.1,-5.36,-100.29,0,0,0,0 +units=m +no_defs  <>
+    12.628224653650834,58.64221265614515,710508.213513187,1.6505976362374047E7
+    13.907521478834303,-17.554163816348265,1021306.338317815,8052489.013959436
+    14.582662585774301,-57.6406654918714,833032.899113097,3597610.252070492
+    14.015331444641546,57.04301562143539,804124.255558532,1.633342402068558E7
+    3.4296818593169025,-16.389398446560733,-95640.908743554,8179899.442332813
+    15.946630662334588,-9.413197697989162,1264399.640880853,8951958.035349565
+    13.62248835806452,84.70463190056356,547544.387899119,1.9408736195005447E7
+    4.91164085690125,-69.35468607778144,339190.731820187,2300724.800654287
+<EPSG:26191> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=-5.4 +k_0=0.999625769 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs  <>
+    18.827647092587625,62.60454103255256,1946653.043233528,3896594.240362658
+    9.265420567693482,62.96825829843647,1373946.937370675,3837079.932197184
+    -22.577258258239198,65.15966307102698,-474857.078671111,4148267.28499664
+    -68.89096702537861,82.19481271535167,-1287350.174415376,7450458.244347407
+    7.8617283193451755,59.549857362240076,1346494.737931653,3389672.373189777
+    -76.531497597568,16.932912586858784,-6778509.467897722,1045107.371170155
+    -23.603442929962085,-25.88595762825808,-2548348.991038797,-7280747.259211938
+    -37.08938407825906,-10.44845367797155,-3996351.873177209,-4332575.014273196
+<EPSG:26192> +proj=lcc +lat_1=29.7 +lat_0=29.7 +lon_0=-5.4 +k_0=0.9996155960000001 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs  <>
+    -21.202409344894107,69.77900302594523,-350377.636823162,5304547.787201506
+    25.563826260596883,63.9561420809449,2377772.242359083,4642155.61791726
+    49.80317007857312,86.9693784227103,1613787.843028626,9333533.383183308
+    2.755147511863143,23.112329740240956,1339639.807204649,-401296.887074767
+    66.9813821730483,30.938727503737322,6973270.602131526,2532283.944684527
+    -54.36097208333201,62.69246888504371,-2488196.94560175,4856602.310512825
+    -50.44022523145384,76.01256000279815,-1469313.400604625,6689852.094031414
+    -62.56309439258996,17.816591011709644,-5436086.084642925,473115.419256753
+<EPSG:26194> +proj=lcc +lat_1=26.1 +lat_0=26.1 +lon_0=-5.4 +k_0=0.999616304 +x_0=1200000 +y_0=400000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs  <>
+    74.69540360442406,25.061439641026958,8780070.361122215,2692518.665224333
+    -79.52012526946088,-33.57748462670666,-1.0127800140994893E7,-4283711.783334777
+    -75.9917276690504,17.828620860419164,-5992251.902568984,1479907.419577712
+    -3.3388616203538533,25.84634194928946,1406392.764703637,373783.399752798
+    23.192745789193168,13.429954677300486,4343904.479596408,-666560.340480148
+    33.255390989652014,8.680940326026409,5580926.17877694,-901147.745038371
+    -11.355970652927638,72.34578390878997,876311.176265058,6355468.537250019
+    -26.811941740012678,48.785802180140344,-507841.80811586,3130180.896621071
+<EPSG:26195> +proj=lcc +lat_1=22.5 +lat_0=22.5 +lon_0=-5.4 +k_0=0.999616437 +x_0=1500000 +y_0=400000 +a=6378249.2 +b=6356515 +towgs84=31,146,47,0,0,0,0 +units=m +no_defs  <>
+    -26.650941553177617,28.469287655267905,-584963.4778006,1210653.846288369
+    -20.7574820404933,59.259725930264224,375950.246328102,4882100.628311766
+    -1.7390634559039029,44.235055831550156,1815911.630754592,2876487.850526327
+    0.26670619879290314,41.74983389698768,2000206.992073749,2586380.63090467
+    44.12234013700481,25.940316710635337,6377519.376863147,1595475.893211393
+    -26.417032177836006,48.79702997004661,-230757.746829628,3552908.226215829
+    -35.40199898969102,-14.682074866100368,-2443308.017851812,-3613396.619519572
+    31.80160123025989,-9.115592857850654,6191086.653284054,-2689827.377546965
+<EPSG:26237> +proj=utm +zone=37 +ellps=bessel +towgs84=639,405,60,0,0,0,0 +units=m +no_defs  <>
+    44.59596740800984,-78.25931788458307,627005.726369266,-8693159.6888808
+    32.36078877532924,-68.16943961261983,225033.614353026,-7576438.246212556
+    40.20579845445045,78.19039967447807,527632.282443609,8679654.511743084
+    33.34091316726953,-53.26060059040861,122787.094146403,-5916179.801540237
+    42.87128180643087,-0.9614000793781514,931134.730784663,-106568.639510813
+    39.130386421584205,84.51994964227137,501477.421616361,9385838.36893194
+    42.94149028158627,-1.4600488338960815,938883.924526149,-161825.074316868
+    45.4180300192792,76.68322232196903,664788.490653082,8520175.132903641
+<EPSG:26331> +proj=utm +zone=31 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+    4.000087506998282,43.92158011218265,580374.32962983,4863533.56402687
+    -0.4849799597389617,21.626768597102426,139267.487221285,2395451.565402116
+    -1.2475030195389123,55.93158095223734,234806.638073629,6206488.125886654
+    4.469991324931028,-34.33473255055849,635306.059811759,-3800340.109204826
+    5.487605510023876,-65.79199244714741,613881.139336768,-7298934.275842989
+    -3.713337958749809,-60.25602035641664,128981.100712653,-6698819.984581709
+    4.484549301242396,56.17613782238419,592249.4875873,6226546.900968281
+    -2.3118781324008184,67.94222126799562,277705.362825914,7545836.734585824
+<EPSG:26332> +proj=utm +zone=32 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+    13.913127886502485,56.351258545086466,803565.555765342,6255881.595278887
+    15.991729485119464,30.33975274425913,1172926.271495897,3377121.256302571
+    4.882891488318877,-20.940225450893735,71749.770103702,-2321151.228011559
+    11.578833033133888,82.42338477930741,538025.523670147,9152750.01608617
+    6.115639863537509,-50.93647321541802,297432.572152509,-5646747.642745551
+    14.63563623786845,74.39027468194311,669110.649058647,8263423.165532767
+    9.995487284236289,-29.67033628639509,596406.224503224,-3282767.725692284
+    12.140185011981927,-28.293072042606084,808068.84812543,-3133771.015556226
+<EPSG:26391> +proj=tmerc +lat_0=4 +lon_0=4.5 +k=0.99975 +x_0=230738.26 +y_0=0 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+    5.33534050005379,-63.609965217006575,272253.857677372,-7497000.565712032
+    1.7797074789197875,-62.493004223624105,90665.944867284,-7375220.07712681
+    6.669809542518507,-49.28848832726099,388622.486206945,-5904801.443527635
+    1.7511523971681395,-13.386657711598403,-66942.726834546,-1924045.922443292
+    7.849729709023807,-40.77857413798034,513539.672717023,-4962478.706768186
+    4.8752839760700715,77.94038329918527,239577.712346502,8210718.099311095
+    7.8472601788135705,-85.44423050200882,260493.49385417,-9933600.228677329
+    7.082646217870925,-59.574589179326566,376714.06990568,-7050003.608067782
+<EPSG:26392> +proj=tmerc +lat_0=4 +lon_0=8.5 +k=0.99975 +x_0=670553.98 +y_0=0 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+    6.301191361061606,-73.28959480409523,600071.380998777,-8577358.86974803
+    15.334285931918044,72.23322879604385,902977.756079476,7587047.256919752
+    11.814797399003893,-32.20506166480115,983149.666975952,-4010766.12530576
+    8.239724708069232,1.6185265121858237,641677.202008114,-263349.783009128
+    14.924405010401124,-83.28464594966293,754341.909747903,-9696281.504518881
+    1.6713251049312228,-79.90185919566713,537252.490689456,-9321812.446901113
+    15.332022114899559,-34.82426291503254,1295991.665912038,-4317723.716103689
+    13.896480645693332,-39.03929478856637,1137864.640923332,-4777893.122211151
+<EPSG:26393> +proj=tmerc +lat_0=4 +lon_0=12.5 +k=0.99975 +x_0=1110369.7 +y_0=0 +ellps=clrk80 +towgs84=-92,-93,122,0,0,0,0 +units=m +no_defs  <>
+    8.5954925185233,-0.669895014366233,675591.986065544,-516503.454274497
+    16.562603540754424,13.27347094981431,1550907.043305685,1028915.723675859
+    14.560235404073739,82.88305179871003,1138935.664117816,8762947.241727179
+    13.111505845850232,-62.391126497727214,1142061.038683479,-7361056.83300689
+    19.422089458212724,-34.42800808767664,1747097.354393036,-4274229.651892349
+    9.655550820874673,-86.80932157343635,1092770.066280657,-1.0085581735818204E7
+    8.451536638809063,-69.83024529480642,954733.276421478,-8195344.049978785
+    14.767609286038136,63.68108607225713,1222613.803167349,6622221.579846769
+<EPSG:26632> +proj=utm +zone=32 +a=6378249.2 +b=6356515 +towgs84=-74,-130,42,0,0,0,0 +units=m +no_defs  <>
+    2.4117936203635284,19.748807194221598,-191314.470975894,2197122.513898894
+    10.60855411239089,65.3466174950795,574978.020872623,7247933.190041929
+    12.47730760653441,-74.00426408510818,607014.477133716,-8215520.692694203
+    4.563524100027869,76.1218794109163,381440.126284208,8453105.236616889
+    2.6652553707399127,-36.81431775560377,-65207.642836999,-4093067.736214932
+    12.841022278062063,-30.379651847481924,869287.711726412,-3367151.593746558
+    14.075630043394998,73.90387361572493,657012.18669485,8207860.706924563
+    11.457260305988626,-61.801075959204766,629632.919628884,-6854411.410408441
+<EPSG:26692> +proj=utm +zone=32 +south +a=6378249.2 +b=6356515 +towgs84=-74,-130,42,0,0,0,0 +units=m +no_defs  <>
+    13.1639717191266,80.66503699403793,575455.137974274,1.8958359360585198E7
+    12.023355487215794,30.781210667606842,789464.174799107,1.3409223708102573E7
+    12.090762594970641,14.99711078761672,832542.401855472,1.1660290987046197E7
+    13.245486543449786,6.573409910075128,969871.139318014,1.0728546682155365E7
+    11.003968605137452,17.4685362124072,712924.514243129,1.1932468480598193E7
+    10.540074537862203,37.969089785044574,635390.504905537,1.4203457018712748E7
+    12.929623023195374,48.917668020182134,787976.882123325,1.5425685142974976E7
+    14.946231070747903,-49.390385269002856,931498.917155554,4512133.831247563
+<EPSG:26847> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000.0000000001 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -70.33804218171674,-14.750209502807166,334907.779233272,-2.1221409665565576E7
+    -62.09232420062291,8.09491458200894,3305753.293267328,-1.2912224491154235E7
+    -66.69859403798117,29.8348693447317,1555427.273325293,-5031033.886817736
+    -63.07496077304316,-20.450116942983627,2843403.792561054,-2.3319069124583088E7
+    -69.29024840180608,-3.7473468772558363,696267.570564892,-1.7226561952227507E7
+    -74.12893213698229,85.85684964818586,835476.077706983,1.543361781680054E7
+    -69.12831868276628,-23.500919521011696,773715.181882863,-2.4396919217616197E7
+    -63.211010882835964,83.58227582285329,1200558.309643386,1.4602891096898621E7
+<EPSG:26848> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -65.80413025187819,-69.54643186525703,3510738.618633016,-4.0906219396270655E7
+    -70.0554134279554,-16.39072293411357,2991739.803134189,-2.151199863678179E7
+    -76.09941016163525,-49.65198586887314,1547645.934180815,-3.367095869178277E7
+    -71.83505387089983,52.23338761949378,2578810.839835801,3433014.535296119
+    -69.9799551827299,-74.0790662170665,2971513.001307844,-4.254561727866357E7
+    -67.72684743149581,0.15557084448528258,3844060.737289974,-1.5507939084385676E7
+    -74.74564812256985,8.273105501862418,1296052.261705991,-1.2553494391238026E7
+    -63.653117093216146,-48.84641633649341,4520716.658069488,-3.3388744266545866E7
+<EPSG:26849> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101599 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+    -106.3824191163225,58.49269019991425,48069.741975619,4951810.293297149
+    -80.03486859701393,44.49877915601482,6022820.197722706,-114332.707683122
+    -28.69051627492584,57.66658951179208,1.400481741754308E7,9458833.294224236
+    -123.2774565291964,38.30942439960855,-5926733.574644154,-981169.647862578
+    -163.39665630811317,59.299715289028384,-9029382.045927783,1.0728178637256255E7
+    -101.82275114029306,37.08692322099944,43483.316284872,-2977883.914381139
+    -56.69701309379863,87.02826411865352,3791356.427524084,1.75074123425066E7
+    -21.419893250883774,71.70875526337426,1.058309595316463E7,1.3830197504338333E7
+<EPSG:26850> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101599 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+    -116.7060501942494,16.790305044917353,-6104115.209123052,-9136981.384814363
+    -168.22204638937382,19.090643365619833,-2.1712196956264757E7,2819502.363358764
+    -21.783304342411213,-5.388892638464309,3.5389888039480455E7,-4392061.246336228
+    -142.17567827699548,29.14301989069046,-1.2366974031715646E7,-854901.162795627
+    -156.07422989942026,19.725227088082406,-1.849729872683271E7,-506321.011781449
+    -116.71397430517688,65.24784337615259,-1000401.105719714,8384029.922149095
+    -90.16596092191081,69.69242021935821,3201197.387459571,9649764.245101398
+    -57.88116629113884,79.23826966270627,5739953.36443728,1.4520063343191074E7
+<EPSG:26851> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101599 +y_0=99999.99998983997 +datum=NAD83 +units=us-ft +no_defs  <>
+    -131.4844816887976,-0.8158275885552921,-1.4851038082087312E7,-1.3198151670778116E7
+    -139.33361138485313,75.89865240724787,-2153766.503671375,1.4487654680937104E7
+    -151.37251848388283,86.79080858236729,555490.869202969,1.9754489035569143E7
+    -27.826525784460415,75.54888002870007,9309040.090285484,1.5832551180082237E7
+    -128.17988477463032,83.49782850662602,488765.037908077,1.7394938599860705E7
+    -115.40054072284997,70.57966644292108,-323663.55744695,1.1198676719253855E7
+    -87.55787924629917,32.323861895012335,4655302.991575277,-3511152.515663096
+    -171.29732207038614,68.36950197841747,-7352619.414690638,1.5000632000629913E7
+<EPSG:26852> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.00001016 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -125.43553931216903,45.17182786314301,-4836677.722624227,2905624.607267552
+    -54.46705803724355,2.2252206513758317,2.1260299086438492E7,-9461626.196754709
+    -38.20611923501119,61.10249051175418,1.236688696506084E7,1.1922294267568195E7
+    -49.78395047807601,61.93707718800863,1.044082786206092E7,1.0874637107121693E7
+    -23.080555682095337,38.023617405969155,2.1017547910505664E7,8577488.981607135
+    -151.5277847099193,0.982905853089612,-2.0585337644099575E7,-8485804.109604489
+    -166.14203554783762,84.41182774487287,-2124606.208293327,2.036146315345228E7
+    -69.03557576824417,24.525949313880453,1.2134335390594285E7,-3754189.99229638
+<EPSG:26853> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -59.501797601611216,4.838400399519745,1.05122762309958E7,-1.2030382283107908E7
+    -28.74942569180996,-15.090740666784074,2.7846544486027163E7,-1.5114213997590324E7
+    -61.095652515035454,5.573985173222244,9777275.188365234,-1.1867809434220895E7
+    -160.70360526353005,10.547209407650932,-2.656213683251874E7,3254582.641280874
+    -80.71623476221892,31.086023528542427,1583703.133782761,-2706834.91932766
+    -84.61454087894437,36.5401149929427,464701.55250073,-671304.364008215
+    -72.63589834851844,35.43929795395265,4016486.076204969,-1037357.197405632
+    -160.25883937063233,59.64893111192572,-1.1987321649072126E7,1.4615822304335149E7
+<EPSG:26854> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -16.01689039568592,-16.330385891168888,3.3954190960984305E7,-1.081718551239386E7
+    -15.000616829545521,35.68280286460356,1.997024088511813E7,6215122.640885307
+    -45.806684006120406,67.85692398002183,7604091.229430675,1.2948784527803328E7
+    -71.38714957813956,26.069490027102276,5186049.164965629,-3840724.90626572
+    -142.69101508076025,-19.398918860132508,-2.9728876426445883E7,-1.3301335066168725E7
+    -30.272779345344787,-16.644846596057057,2.7862820106441993E7,-1.5419528081756422E7
+    -51.82500329102734,-11.181958809353919,1.6471740968207346E7,-1.7471579166355763E7
+    -19.13217268115261,-5.989471884469101,2.9378850858907748E7,-7704388.951261909
+<EPSG:26855> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -63.14621066247976,-82.3532784283811,1244900.545500897,-4.588899341154055E7
+    -63.52227183204837,4.047910323117648,2799810.880708906,-1.4393162699191367E7
+    -63.36529414591394,-32.74034211710441,2563894.002373107,-2.779383743541848E7
+    -70.37636779164954,-80.78008719394273,874120.033021952,-4.530238346763513E7
+    -64.9359406268117,-87.81846382702723,1033928.543778681,-4.788080895282567E7
+    -71.4696263170473,85.13169940057949,891949.901565239,1.5163019177366609E7
+    -64.0071533525419,-31.648629432846178,2382899.630742665,-2.7387165068736598E7
+    -61.916148014416834,-11.449410517607106,3345858.19381131,-2.0047828463836804E7
+<EPSG:26856> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -63.734496350056304,27.038545715784835,5049129.029902404,-5695183.561876037
+    -76.57229387238124,-47.70041954049219,1375744.515268758,-3.2968771727927502E7
+    -71.35487832598773,-12.074178118426133,2528314.766866299,-1.9946065497266423E7
+    -70.26581017175998,-37.54938171270621,2924007.468931417,-2.920399504795522E7
+    -69.08734843586129,43.844959492269766,3237494.958118451,370581.806348213
+    -63.171008201652256,-49.12300083340689,4627362.024681433,-3.3499892148187656E7
+    -71.79593082907172,70.57577852603765,2754298.953050562,1.0136860618251966E7
+    -75.78630249419247,36.58022610998337,1301940.26785993,-2229397.696295001
+<EPSG:26857> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -75.46537110315974,85.39956961552456,3428851.482193535,1.6335206607933229E7
+    -94.49318560401305,32.692636076653585,2182026.90013494,-4757818.264971788
+    -106.47296912996126,46.48511730705814,-727986.002765825,613388.637384942
+    -132.70793481029892,-10.04061567265375,-1.8773594511945263E7,-1.8241802704940464E7
+    -40.5763919738294,1.6019102367491627,2.6224415811106097E7,-9415689.502162155
+    -61.61977810281887,47.08914502697125,1.0251677343802314E7,2117851.925314907
+    -137.67404563999156,24.678427229036743,-1.243913408695365E7,-3362659.465473203
+    -61.39336702489133,71.74530637099703,6585683.15020918,1.0689861420713121E7
+<EPSG:26858> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -167.47429265231366,36.6456493057016,-1.6177732356594553E7,6636654.098711232
+    -18.183926800699965,10.838164934917632,3.023793815200992E7,1504073.396082209
+    -108.01590185919565,1.2195084325268581,-3955413.172969133,-1.6656838897642914E7
+    -150.3582530666561,-3.732549489954943,-2.371906998616828E7,-9927815.842324212
+    -103.21025288858208,3.320997918920014,-1558962.646052969,-1.6002642248577533E7
+    -165.21840394012415,-6.868333865786215,-3.0265894604639355E7,-5493862.204903262
+    -169.44532764958475,-12.797698272001693,-3.430926345132634E7,-5625643.604673951
+    -169.54743251764452,69.78788527216165,-6446969.950556043,1.4342855202735657E7
+<EPSG:26859> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -121.57681709647582,86.41006755848802,1477101.7551223,1.8930259103621993E7
+    -45.87873995605736,38.488986770806804,1.5685230363661487E7,2640173.838058091
+    -68.06630983219893,75.55380850180113,5504338.221957159,1.3431713064271009E7
+    -164.70603537335737,66.7640808225733,-7234473.591848448,1.379910191283697E7
+    -32.4227604620078,26.202098090942414,2.184289385850967E7,1708688.409780774
+    -159.45128996740635,-3.411400449319654,-2.6623524213241305E7,-6164797.460226563
+    -62.42239296855567,-9.61155657886067,1.9186040570946746E7,-1.851536856140437E7
+    -161.53243491800364,31.612846477059094,-1.6536317533868896E7,4542450.32193274
+<EPSG:26860> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -17.739248661986295,52.53965782397019,1.7619957767267227E7,1.2890960475219123E7
+    -143.19073691195734,6.1109925892435655,-1.6239509362583201E7,-8480474.998530021
+    -176.27307844999808,43.27320569317555,-1.6141829661918357E7,9648563.74495987
+    -29.335713767439927,65.57001010658304,1.2277112821678767E7,1.4304794469557764E7
+    -25.27772456201228,1.66970300245627,3.1520361079839658E7,-1220264.877534835
+    -80.39000346860178,78.0252604298959,3669953.427222098,1.5489137370056072E7
+    -16.75822250935272,44.46747254289018,2.0185707887968287E7,1.1376620391749429E7
+    -66.29296483370224,-17.259599413409735,2.025576372244898E7,-2.1021126924117517E7
+<EPSG:26861> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -38.95780602550467,66.18857408942752,8592327.276448328,1.2046973830666637E7
+    -84.78415693639592,23.536688235679264,132574.792549472,-5462540.620363615
+    -137.8490918651201,42.492073247078324,-1.2703445367471667E7,6394337.472890805
+    -26.245008138997804,32.102648196218254,1.763981875293021E7,2449792.599390039
+    -24.45847446332337,48.364408108274105,1.4680957878481915E7,7629159.962868231
+    -103.52932793373887,79.01887703144168,-464611.94450735,1.683589469071609E7
+    -15.351503025119769,64.66621372015686,1.2328489169230314E7,1.3759712167121056E7
+    -119.15104162809764,77.92991670166899,-2210115.122133354,1.6869897862206463E7
+<EPSG:26862> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -28.039617648930232,21.332611087132925,1.973575616899375E7,-563074.549110822
+    -65.05309329668597,8.50079841723652,8456086.451900372,-1.0262619244732063E7
+    -118.1963874081424,32.27150448668731,-9279928.682182634,563424.114979443
+    -77.08075451200229,36.109079296793944,3126579.61626203,-299978.550110926
+    -63.86007269934484,38.594028666517104,6839383.394867165,1032130.770870676
+    -36.65265770161565,36.76440676546068,1.4472019556383958E7,2964007.707096795
+    -97.49508219224064,23.341049381275823,-3713595.162036994,-4518704.117748349
+    -93.02626638544297,33.66610530815227,-1691418.7048481,-977298.708747979
+<EPSG:26863> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000.0000000001 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -71.89036439734896,11.350210018572284,-230459.1433308,-1.1742316775650488E7
+    -71.02568910811345,-64.62439357337794,587976.70903849,-3.93944557246963E7
+    -64.04030903848218,-40.02050703262001,2233411.768556764,-3.043696200944236E7
+    -68.07813226339913,50.43253200257368,1082579.367481644,2467786.312400427
+    -69.80189176542888,-88.00227059943752,967622.293426971,-4.794680148740909E7
+    -72.71265013187072,-28.237918640780073,-372756.295973159,-2.6141682322610773E7
+    -73.70367041711545,39.652880137543946,-481211.06463501,-1419912.632341502
+    -69.81396703585068,32.266891110298644,578108.441313148,-4148462.375569353
+<EPSG:26864> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -63.814685247376794,66.52213764194553,3878261.298542256,8697924.505714124
+    -76.6255985092651,36.73079639360513,1058819.306393216,-2158916.322272744
+    -64.72615705239376,33.60710433640429,4610232.051367223,-3316229.012437984
+    -76.2801524292704,-42.769646486073,1310971.193101026,-3.116523736104978E7
+    -65.55693244361784,-62.52894961361404,3730927.297739731,-3.8346937182032734E7
+    -63.52515607109021,-35.41986745801737,4933073.258408773,-2.8495413825200133E7
+    -74.6968620014099,-71.75954425309585,2433757.477671114,-4.171586935871347E7
+    -66.96735819232697,21.81970301751454,4038370.248589151,-7634021.464307475
+<EPSG:26865> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -12.323306079950754,39.96972795746169,2.153129401825379E7,8827313.924758678
+    -60.077585230442025,-1.616177316911866,1.8842053590353347E7,-1.5825034675236551E7
+    -154.81520530268727,40.06376963411791,-1.3007095687857619E7,4568187.467943003
+    -152.90460239086622,47.18224379299025,-1.0807049431515178E7,6048514.303829032
+    -74.58685115977211,22.056844786013173,9424059.845840864,-8046218.715475588
+    -87.01573881257336,-4.160875176064222,5804785.564719316,-2.052041779331591E7
+    -68.15322980094257,-1.2091706154896311,1.4973905351650534E7,-1.712829336419146E7
+    -83.58594219898846,86.32655180690155,2994100.316922938,1.681250566343449E7
+<EPSG:26866> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -105.88872617222297,22.48270049175224,-1610159.96853339,-7790506.873186075
+    -114.1861317763528,67.5764259044271,-373214.450152976,9163172.972555298
+    -82.73748149576544,13.102177476129917,7365977.276957537,-1.1568675850387473E7
+    -142.7756923690318,-1.4063914728886697,-1.9989094559783503E7,-1.1351721943200683E7
+    -15.635345070084327,80.21860623687465,8115932.439882854,1.7236976393858507E7
+    -151.98742763194306,4.217203197045574,-2.1784712112813666E7,-6511550.522011979
+    -124.89545889546923,82.55423851863107,594983.987103955,1.5839538247682823E7
+    -110.75732106419291,39.05585524556016,-2065040.172466652,-1354279.83549081
+<EPSG:26867> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000.0000101599 +y_0=99999.99998983997 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -169.60149667668873,-9.44529881249754,-3.2404588878391523E7,-4203067.599539127
+    -44.59523287213895,-12.940834768903805,2.8655898748708636E7,-1.5491527039906006E7
+    -127.00307749576083,0.8108841900815023,-1.2581430916545343E7,-1.3391949296605997E7
+    -10.051478691332619,67.85728328789851,1.3332574593466384E7,1.5727561448030833E7
+    -167.34106724672355,-9.041589953204742,-3.149110069131146E7,-5025822.807249913
+    -104.0273901035079,48.800830666247464,207149.145358953,2593288.044340634
+    -38.53837797472946,7.925193242908719,2.489830712450131E7,-5427271.226824936
+    -136.0381042441038,66.70029558020636,-3760059.324594208,1.0901059526192887E7
+<EPSG:26868> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000.00001016 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -163.78689003321546,77.4876273275273,-4610944.638639474,1.740613364589565E7
+    -43.03315458213274,54.11293563762793,1.3295720277563421E7,9231106.975962553
+    -103.22987616060323,52.453827570603536,906263.866922559,4640263.236133002
+    -65.32121495212465,7.945573148105318,1.5907081329168716E7,-9357123.62805011
+    -93.86961128620727,42.09320145284362,3302468.046180032,882133.731525295
+    -147.8029626807618,18.30633336164766,-1.5337428099188201E7,-3228967.387729278
+    -63.22185961581005,66.01933991302964,7583299.020296927,1.1165604041385958E7
+    -130.83787459854855,26.076598650080996,-8608234.351762831,-3221453.207282697
+<EPSG:26869> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -107.4480009088812,75.94450131520617,-1333869.600271873,1.5443876897279158E7
+    -149.86710485036107,33.31226070085428,-1.751134247254764E7,6151661.51124455
+    -71.34696483882047,69.28071866072392,3225373.672572987,1.1903186047924714E7
+    -45.95040564799561,69.14515427044138,7049613.183083145,1.2747020672199061E7
+    -27.686325932300406,30.201574345277542,1.7645635311777286E7,1615595.056006677
+    -52.7093828255404,44.64266295398863,8865421.998412607,3276635.638805854
+    -157.20403238891151,70.89281847250425,-8044566.887869881,1.7179882135673728E7
+    -29.392379503561386,-15.402788093008716,2.7645379937403336E7,-1.5445369307697957E7
+<EPSG:26870> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=us-ft +no_defs  <>
+    -127.26939860842253,23.314359392789882,-1.3401948714347852E7,-1117304.551663417
+    -6.53411612213236,-7.818800520059996,3.447399466843822E7,-4282462.644989766
+    -157.42734115377502,-4.703906246885833,-3.009776448634972E7,-2574870.532769953
+    -123.90705222329959,38.47880603158557,-9880119.370717581,3331192.179233233
+    -153.03011754352514,77.3694260192566,-5529233.903158443,1.9447849006371867E7
+    -153.89585692249116,76.6528823007886,-5864948.184958373,1.925396151959685E7
+    -69.69057667966459,43.277666511870954,4984828.997056486,2473530.871520529
+    -35.10723494914481,-5.955975768433175,2.30008947148823E7,-1.187623515622724E7
+<EPSG:26891> +proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -81.91174808590725,2.018370814695615,370238.158272443,223170.331478039
+    -82.91808308151033,6.552264941950753,258565.40663036,724490.379548509
+    -86.65922051167122,80.12736903910039,225228.927419328,8901318.6792493
+    -76.88660850118481,-56.89959936981649,646600.78664128,-6322146.743281439
+    -77.84892935788054,21.995897694567347,785427.693667504,2440420.435761468
+    -88.96814325591839,-14.038403081074563,-395114.661145226,-1562052.424986489
+    -83.11141420365962,-13.289240852757644,238554.025896851,-1469644.301169845
+    -81.53289513531685,-75.10266809629523,332560.466119367,-8337789.864171074
+<EPSG:26892> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -74.24101804550324,-20.596572661458822,1010574.781236204,-2292875.810874685
+    -80.54240616235023,9.763320246408597,355001.663213566,1079602.426926732
+    -87.75830066428077,-69.38367967355293,39608.257694912,-7714115.080548045
+    -78.29571182174328,59.00468681608672,460166.025053502,6545680.742108525
+    -84.72902659156169,-83.67357222159902,258941.703789612,-9295925.020006964
+    -84.57604053438747,84.27192242033385,264965.408177632,9362496.547828207
+    -85.00712193930505,85.33859068872206,268460.813336294,9481644.892871339
+    -81.23227862091397,-49.25392698784323,287892.023447712,-5457347.588968653
+<EPSG:26893> +proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -82.12584449231677,62.448529628774594,401536.197177776,6927629.389704308
+    -83.0435480739326,42.51268491790432,383395.973233444,4708557.494870981
+    -90.03024536697751,81.2803123447369,202888.572948972,9032508.062571958
+    -87.04365538548058,60.37639612916581,136954.105934399,6699216.354163263
+    -88.8044345303405,16.868157771946827,-207612.246736744,1871774.2460057
+    -85.05202904977601,27.41523738468122,200774.252134617,3033777.816714732
+    -86.59934535578826,53.5227217685873,132436.680915357,5935346.197341057
+    -77.77564364452404,-86.49571772132555,347206.532046416,-9611903.771117682
+<EPSG:26894> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -90.34425093942053,62.132052483088614,130399.253184958,6895459.859259417
+    -93.07331352323956,57.58469300824481,-58154.569780402,6400652.94265181
+    -84.32335539064879,22.59465557662749,580072.456903909,2501870.929058938
+    -86.29550603872875,71.55662418221513,329682.843567192,7942006.713594434
+    -90.29576630530198,-65.89746205186474,154626.280998655,-7314618.408193869
+    -84.57170106952213,-78.44444811234628,359103.774447575,-8711712.052634098
+    -86.25614211220079,0.5468916956186121,387596.195430719,60471.254708594
+    -93.65076841090246,-57.279029963498544,-95936.248338581,-6369954.681732981
+<EPSG:26895> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.11252003994777,-57.043245238361806,540679.057906271,-6330815.755408149
+    -86.3958851287522,-25.88946541427743,666085.065915145,-2869268.175424533
+    -89.99570169325138,81.98139093259601,304866.959633061,9105483.610603191
+    -91.44845214497072,23.319012132379697,156656.181157344,2580350.347571932
+    -87.90045332885506,-38.62109734131756,487633.057859533,-4278105.04968742
+    -90.37885284378001,32.9095302550344,269362.332068839,3642414.002224195
+    -93.33439158915138,4.499261662395796,-65417.385259771,498308.900149764
+    -93.75609712887888,16.68465107760693,-96035.373182501,1848999.766122704
+<EPSG:26896> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -94.09171779089283,-81.32572317482702,286413.938960474,-9032445.559990592
+    -87.18771249682906,-28.594826033245212,873812.666022242,-3177890.393906262
+    -93.85066592660773,-85.48106852205908,297315.14651575,-9496344.523624843
+    -89.89684281887875,88.75139431091526,312348.237778586,9861722.372593861
+    -88.05769565972689,-73.5684799081437,460730.712490283,-8172802.510498426
+    -99.32231546289891,30.15144917874214,-304843.926858726,3353506.538561842
+    -88.48703984660517,72.23170266877815,458433.365515045,8022948.156142755
+    -88.32850045721594,-3.3575084830622473,824466.367239241,-372464.023187999
+<EPSG:26897> +proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -96.70195833182166,-64.63678617530019,271239.661052781,-7170313.140609753
+    -97.78772173968996,88.28489337685355,298825.270731365,9809511.360007482
+    -92.4466271211102,24.79048747037659,664233.695794798,2747249.325320816
+    -91.37645117050593,-20.03427057684557,788892.586113503,-2222640.124720091
+    -98.77895957842175,11.945630976368548,2024.402643492,1322458.62866711
+    -90.22591208102097,-52.88102363787773,693303.000071437,-5876426.515205756
+    -100.85230329467214,38.40315949761967,-119120.082350731,4262989.368340503
+    -100.08306930122528,68.91809778136081,140947.085956867,7652974.660051838
+<EPSG:26898> +proj=tmerc +lat_0=0 +lon_0=-53 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -54.53347026653581,-30.66255295711217,157840.096279596,-3394226.461898628
+    -58.31190103029543,76.9669269095659,171209.627978096,8551684.256171381
+    -51.81985774507925,26.597848491309975,422341.943909108,2943319.486655782
+    -49.552023595947944,-54.01220887150281,530772.775752348,-5992180.674243656
+    -53.33309242814946,33.1489760786456,273726.897587089,3668952.815171631
+    -50.005610608990494,-56.57851279513412,488776.524918607,-6276365.419029598
+    -58.66389213577381,-81.16630563461588,207818.186004048,-9019213.045635182
+    -46.72901041140857,29.779352581233454,911755.489066875,3311863.617781795
+<EPSG:26899> +proj=tmerc +lat_0=0 +lon_0=-56 +k=0.9999 +x_0=304800 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -60.64352580081266,-58.13880134681716,31438.378235127,-6455513.830544645
+    -54.546332966245906,-28.84713749233871,446645.630529105,-3192875.935691271
+    -61.65968706796076,29.76708915977065,-242952.570138593,3307424.853123009
+    -60.51217772448801,-51.3217092485611,-9646.36969058,-5696982.450906347
+    -58.0751136674131,-65.09460477155982,207275.280962905,-7222766.784964205
+    -52.44792882787207,79.05236185074085,380085.098886875,8780743.815446138
+    -50.82131687924204,31.895761485292454,794950.492310414,3541664.635438182
+    -53.02569945764553,-13.592010154435059,626781.676161221,-1505021.670687849
+<EPSG:26901> +proj=utm +zone=1 +datum=NAD83 +units=m +no_defs  <>
+    -173.59164210284285,55.147419155658895,717183.125728392,6116499.939294145
+    -179.30909230977343,-85.6026979669308,480238.962031223,-9507416.052942771
+    -176.76785738844478,17.7727629286599,524606.564700976,1965060.4243523
+    -178.8112222591791,-53.96312522163006,381176.386802747,-5980937.898839826
+    -170.86267424922758,43.28707331362739,997965.244136565,4811017.425579617
+    -172.18832729282207,-60.393103442299605,765033.898584884,-6704875.715498088
+    -179.61381512660694,68.16928831539695,391556.01694947,7564035.342005014
+    -179.31640099014442,-70.17762153732937,412351.375212943,-7787348.291165585
+<EPSG:26902> +proj=utm +zone=2 +datum=NAD83 +units=m +no_defs  <>
+    -173.05871208559307,84.61607497323149,478438.250741295,9397257.029299054
+    -169.76053135467092,-24.636642315407627,625446.174765343,-2725280.336789603
+    -175.79113268310945,-43.59287739798031,113235.836194561,-4837819.912989614
+    -173.39338395950148,-15.259336739855627,242941.243014306,-1688423.766654513
+    -166.76473732517573,7.102001390910431,968103.015020566,787166.751551421
+    -164.9309668406803,-48.7926394308237,945633.777865944,-5422192.462462954
+    -169.05564167542383,71.08708687894429,570328.742822176,7888238.617921936
+    -166.78963446323823,-47.89485552427535,814683.563831153,-5313199.525890574
+<EPSG:26903> +proj=utm +zone=3 +datum=NAD83 +units=m +no_defs  <>
+    -164.16933250110674,-55.1111274739234,552988.978759772,-6107472.772410361
+    -163.37964542171164,9.066568990337075,678089.666637911,1002608.779955709
+    -169.91621976631842,36.2209519660377,57987.359085663,4019677.108488662
+    -169.54923765977492,-83.73116854569855,444597.575865301,-9300269.929911466
+    -166.60507703944737,37.35315275968864,357844.803367947,4135258.192455083
+    -158.94194699829373,38.73677541937927,1026729.464115201,4305027.944092394
+    -166.11573927443035,-72.2027985679008,461938.803975129,-8011906.085879513
+    -165.87448395268618,76.78713738260336,477688.207879887,8523185.31428334
+<EPSG:26904> +proj=utm +zone=4 +datum=NAD83 +units=m +no_defs  <>
+    -154.5893861295366,-24.502988534257113,947139.095167108,-2717063.518457511
+    -163.34786448497803,23.70875895473486,56494.531377777,2628757.700026582
+    -165.3160708389691,-38.03741436761371,-54523.835047573,-4228842.413891777
+    -157.92551293599502,19.464809318906617,612777.115439185,2152611.285527949
+    -154.70709822917823,87.10605222069114,524175.878705105,9675765.432336833
+    -153.3666630906798,47.48295448242973,924343.951356477,5274235.228448661
+    -160.97426218295692,65.96874902147417,410297.243558455,7317838.42046168
+    -152.36352715189554,-38.26062848437161,1080900.38085873,-4255618.186142405
+<EPSG:26905> +proj=utm +zone=5 +datum=NAD83 +units=m +no_defs  <>
+    -150.40494652621692,-29.221505896621153,752262.737653871,-3235317.095159275
+    -157.92705014670562,-44.79654795300595,110297.573734084,-4972170.624463009
+    -156.1366243682911,-15.25836880216589,163051.775216916,-1689332.057136307
+    -159.39522730736516,-59.1123285193263,134137.343824282,-6570110.406056354
+    -148.55159998241479,-43.258831922148964,861078.510573765,-4799174.045770259
+    -154.14877249488242,-15.20558979918124,376609.989920379,-1681389.813024934
+    -147.7516065143883,44.76776239369272,915326.264191052,4970567.392567511
+    -159.49783020458395,24.424414995518134,-159652.298392823,2716727.981472495
+<EPSG:26906> +proj=utm +zone=6 +datum=NAD83 +units=m +no_defs  <>
+    -148.74136247424917,-61.058425569862216,405997.683634677,-6770545.309941277
+    -140.44212796710318,-68.00564728219436,773652.715723986,-7558035.147131381
+    -143.9130475243682,9.144009278625035,839320.954553574,1012227.193691709
+    -153.46647754149433,-5.195727603715923,-218131.377978407,-577981.492406177
+    -147.88300850972507,-27.932204178399736,413124.154989801,-3090005.916347918
+    -144.8467707221917,-37.150355742434435,691220.270576831,-4113722.534244446
+    -148.005051782665,-39.27030608291039,413302.014621678,-4347254.785132349
+    -140.4358441514356,65.8588691709862,799133.299426041,7319838.858425587
+<EPSG:26907> +proj=utm +zone=7 +datum=NAD83 +units=m +no_defs  <>
+    -143.3549887291605,-76.22906920907323,437438.845800978,-8461994.845159296
+    -146.71696541989778,21.268487238091367,-93819.4247922,2362633.477388772
+    -140.0045451858791,-83.9751625406062,511664.392737991,-9325421.824319286
+    -145.72252877387726,9.17370330817495,-19384.203578304,1017474.743039416
+    -137.63765627121734,-30.72405870194241,821999.252290611,-3403851.901453005
+    -137.63493481019262,-53.858583808259,721286.720542563,-5973038.131027319
+    -142.11340049178844,21.755043560657967,384872.245297193,2406128.754097634
+    -139.68433719572042,58.138473369853614,577464.331546351,6444882.433633423
+<EPSG:26908> +proj=utm +zone=8 +datum=NAD83 +units=m +no_defs  <>
+    -140.42328014681408,4.953067363565381,-102129.106396772,549942.447049703
+    -130.10119044404692,-83.83441685979048,558671.288229984,-9312103.941948261
+    -140.7939407805617,14.205727297995509,-126076.876656562,1578266.716207041
+    -129.48175003471383,26.47558460140884,1050527.096017009,2940196.755864704
+    -137.328235170382,61.202772837038566,374897.41085878,6787601.351058569
+    -132.27801563458095,-14.222482342446199,793762.042426436,-1574047.318466682
+    -133.93419823568965,-83.04525560751655,514407.154774171,-9221644.039471116
+    -133.3819886624205,-27.12262954935825,660369.343709448,-3001050.215977433
+<EPSG:26909> +proj=utm +zone=9 +datum=NAD83 +units=m +no_defs  <>
+    -134.82231273031778,35.497574921636755,-28357.282759612,3943844.353337061
+    -131.0020156789472,-41.91482367187832,333973.201502546,-4642257.380237598
+    -129.19108579435084,44.80308540998237,484888.019756752,4961093.821465946
+    -123.84146353909958,-85.26615159110658,547466.928302876,-9471577.188894806
+    -131.67349188790743,-60.10977161064248,351400.246219348,-6666642.884766489
+    -128.49375231195634,65.19967302453236,523694.40387651,7230803.068020991
+    -132.77259985214022,10.571830974332613,87003.053735819,1171134.496858995
+    -123.099706947951,22.413151531323464,1108020.68171874,2490523.986206459
+<EPSG:26910> +proj=utm +zone=10 +datum=NAD83 +units=m +no_defs  <>
+    -119.68079487090834,-34.76925590273289,803790.616807188,-3852476.329178585
+    -116.33513008045685,-51.306867135779456,964349.607834988,-5705072.656651154
+    -124.4791701685878,12.413941356987763,339212.425550117,1372773.38767307
+    -116.76976544811818,-27.412537259993023,1116566.589957646,-3047602.022738097
+    -119.76222294565356,-77.08970722798675,580714.952815736,-8559007.421729842
+    -123.61726387165093,-27.577936983678065,439073.557153644,-3050601.659481921
+    -127.20094399298635,24.705964435484844,74831.136085411,2738912.75689203
+    -126.32173328817808,60.12916631467627,315496.231269006,6670436.03573772
+<EPSG:26911> +proj=utm +zone=11 +datum=NAD83 +units=m +no_defs  <>
+    -114.49962783330875,41.83816294831945,707606.116215629,4634830.514387876
+    -120.8087206059749,82.72898133888432,446221.541937342,9187978.448788151
+    -117.04298614261886,-68.11412918270572,498211.827924959,-7555589.396455942
+    -116.40938410086204,28.7597586109152,557659.01253474,3181512.391959262
+    -110.54063517484676,53.43458544606574,928860.310787555,5940067.899236217
+    -121.98138500500869,14.391088107020295,-37619.301841966,1596798.659346907
+    -121.76809800359992,-1.9326139804076234,-30886.003801588,-214358.999657269
+    -123.27159478921037,-43.25423884837524,-9136.746154758,-4808182.003493022
+<EPSG:26912> +proj=utm +zone=12 +datum=NAD83 +units=m +no_defs  <>
+    -109.62608387163331,47.432798677254624,603605.473945094,5254176.225647276
+    -114.45468535296966,11.215805162015045,122661.271927195,1242055.949675263
+    -113.01821598794292,73.89762561846993,437530.176971314,8201674.08883107
+    -104.2576364498478,-79.22215539328175,640452.354099684,-8802896.787197378
+    -112.91213136915098,16.524711594237885,295928.529541905,1827946.282573895
+    -108.92700409510874,51.5678750035878,643671.385436258,5715014.171013843
+    -108.13763578675153,-13.51317087705263,809864.151895159,-1495696.20189586
+    -114.24696760989316,-34.06811250269388,200328.925252334,-3774467.845086134
+<EPSG:26913> +proj=utm +zone=13 +datum=NAD83 +units=m +no_defs  <>
+    -101.37165841863556,-22.874821934498556,872354.831518993,-2534249.870855838
+    -109.32110219520524,-78.82590533876318,406599.786720577,-8754000.728774369
+    -104.40079984200979,-44.92305505008883,547289.307903806,-4974577.468172687
+    -100.38654525768446,10.293739851036605,1005668.406753089,1141533.466973527
+    -109.2385879440678,8.620063340167349,33234.464332313,955439.122746455
+    -106.85747252581866,71.33516813111902,433662.232217589,7915797.525454163
+    -104.69391127395691,-0.5919840077226297,534058.368923198,-65432.983021333
+    -102.12751384479037,-40.91121598645059,741918.96555199,-4532874.457945336
+<EPSG:26914> +proj=utm +zone=14 +datum=NAD83 +units=m +no_defs  <>
+    -94.5626623352866,-17.42781363636037,971629.435529824,-1932360.572000988
+    -104.74001586568016,86.44121947038647,460286.183164992,9602621.889568387
+    -98.65545168874243,58.88221901432837,519862.600214007,6526988.286407125
+    -99.36718102101305,80.85872174900527,493487.664954872,8977455.29816486
+    -95.53218135838453,71.69952520254535,621474.550641292,7958909.04912667
+    -105.25113982238703,45.3300948612752,10163.097464893,5038661.972622335
+    -101.15508944934432,-68.91079323110873,413474.802402901,-7645933.724270735
+    -105.21975623013496,13.657136512605462,-173844.726693856,1518468.482898594
+<EPSG:26915> +proj=utm +zone=15 +datum=NAD83 +units=m +no_defs  <>
+    -99.81261723489057,-60.01892864903302,120674.2552603,-6673087.677483768
+    -97.08460221081288,16.69805238710407,64221.194957114,1850621.165229796
+    -86.36238188435517,-6.025561676292227,1236170.105496965,-670521.647872238
+    -94.0622887804886,-7.497492456545672,382791.240485359,-828887.313758973
+    -86.12683064066388,76.09370829451026,684002.033415408,8456368.954282532
+    -87.04608414400116,64.30440263595352,787722.763020279,7144423.094042469
+    -91.23219890510009,1.7404708120075014,696653.212709035,192467.07775612
+    -92.10304911043504,77.79942297442844,521159.912113233,8636147.134559827
+<EPSG:26916> +proj=utm +zone=16 +datum=NAD83 +units=m +no_defs  <>
+    -93.30551288008078,-63.454768016095144,185970.026142711,-7051739.863224293
+    -82.42977851045129,-21.69569428209452,973109.002174479,-2406130.822029035
+    -87.941289790292,13.306146315903277,398047.691576821,1471184.450690422
+    -92.95126409574729,-6.031211404297849,-159754.422942453,-670264.703908048
+    -89.11831601004627,88.42427743641093,493497.966020863,9822157.230404312
+    -90.31109612268796,8.613727015270626,135491.240653513,953726.132185797
+    -92.87326589168576,-45.67684538089715,42598.130516637,-5074944.880149633
+    -90.6407119786866,38.80891016390268,183852.111637968,4301871.294148518
+<EPSG:26917> +proj=utm +zone=17 +datum=NAD83 +units=m +no_defs  <>
+    -85.37899248322238,-12.211705203997141,23256.495422166,-1353822.91470355
+    -75.03031410299143,51.04414709703383,918333.742925387,5671708.925191492
+    -80.99169085741995,45.653787385088236,500647.397150406,5055582.100153965
+    -75.15154011736854,61.95872184250314,806443.135528924,6883403.134582338
+    -83.36213790942254,15.64687500780262,246770.339381167,1731283.735750794
+    -86.61698024926937,14.937450342038815,-104888.711903955,1659068.333665319
+    -80.13159540650538,-74.76184870784965,525476.540325972,-8297221.94688427
+    -75.82038600973485,-34.90308773252808,973428.959884162,-3874560.18689721
+<EPSG:26918> +proj=utm +zone=18 +datum=NAD83 +units=m +no_defs  <>
+    -76.69652751626832,12.793093276486971,315850.597683098,1414858.691766108
+    -77.03051323511838,-60.61635083354431,388868.029956106,-6721772.138487425
+    -68.28863786390114,47.820158718796876,1002261.08415371,5318158.322726851
+    -75.80044867876857,-4.766098680814409,411233.171068304,-526860.813733659
+    -80.31817508424243,-47.3257160472117,98193.110397616,-5255090.007004168
+    -70.02223732908087,18.330719335236083,1026502.961126141,2033981.470475189
+    -69.19725959714134,77.62954002802155,638557.839145984,8623886.470085954
+    -77.58767791788063,-19.890151635658228,229056.817149872,-2201408.134901136
+<EPSG:26919> +proj=utm +zone=19 +datum=NAD83 +units=m +no_defs  <>
+    -69.29764379257763,70.79213428851625,489070.910880106,7854240.620580886
+    -71.31952447976252,-46.658345308463936,322538.616861175,-5169811.549864712
+    -66.97290138103536,12.233454847629986,720518.558589518,1353195.674439161
+    -72.9616168184947,77.9303863502517,407593.483359029,8653726.062954472
+    -70.53120988441736,35.55634039558477,361221.471952481,3935820.431073403
+    -75.08718709706606,75.21016671641132,326829.836172831,8355959.734942557
+    -65.63085641513374,46.53011968351785,758370.153701225,5158466.278505395
+    -64.33715041088428,-16.972321350964535,996859.769297624,-1882404.209403849
+<EPSG:26920> +proj=utm +zone=20 +datum=NAD83 +units=m +no_defs  <>
+    -58.31526178274828,17.09599302145392,998867.138718754,1896179.41285772
+    -63.94634415653473,58.57560486874064,444963.956186539,6493184.802075381
+    -61.974669691037235,-32.830544517843244,595966.890602393,-3632966.91840922
+    -57.71996238601402,34.93536101940575,982427.227828949,3878625.606336658
+    -57.036378692426034,70.69316003442873,719751.106739268,7853980.651965535
+    -62.830598374357265,13.374909160136184,518342.201442021,1478602.389230592
+    -66.33860077827616,1.5754486580170521,128425.386373317,174432.745776899
+    -64.22472576193428,9.59528141833772,365603.063298059,1060905.372621957
+<EPSG:26921> +proj=utm +zone=21 +datum=NAD83 +units=m +no_defs  <>
+    -52.64921428297937,-83.16361633867052,557765.714318063,-9236902.708113331
+    -59.00857237486697,-8.216123407590771,278731.32436538,-908745.17987417
+    -61.20983208365076,-4.676512553155334,32682.349365447,-518308.294077828
+    -63.62935024577358,-79.32201041554781,363156.715935392,-8813702.261910995
+    -52.47861221291316,-32.941735635706635,922827.133699161,-3653911.391565755
+    -58.04288449994878,25.66440247993512,395332.157041573,2838931.982420266
+    -54.32781420233883,15.512919122808583,786673.357069943,1716847.29343887
+    -58.96556166742491,-65.06169567771093,407536.196713816,-7216768.796077956
+<EPSG:26922> +proj=utm +zone=22 +datum=NAD83 +units=m +no_defs  <>
+    -57.38500199892805,-70.49971771016614,262504.295317241,-7834091.855358345
+    -55.42899069874369,-77.97375327427352,397076.161387168,-8659333.268667554
+    -50.587907737419336,-15.041359003227868,544294.801692396,-1662941.830478328
+    -54.176974088631674,41.185982769879445,233545.712408672,4564270.480959272
+    -53.23512717767419,84.90815630829343,477857.894212898,9429909.490803542
+    -49.86992881186965,-47.64529620465193,584873.947766117,-5277496.169046948
+    -46.78186796293075,-10.767568577012227,961552.779438103,-1193457.977715902
+    -49.28146393025575,-65.28489373339686,580168.480258392,-7241298.30065146
+<EPSG:26923> +proj=utm +zone=23 +datum=NAD83 +units=m +no_defs  <>
+    -45.24685339712762,23.731808083720665,474840.46457681,2624556.291534913
+    -39.5340145249197,-62.936017274183556,777224.998566158,-6990248.699850817
+    -49.37068275650865,-59.64312734684008,253709.624228611,-6619780.04317004
+    -39.42852088018753,79.75952580578826,610413.332318274,8860032.664780304
+    -42.330032010845784,-53.045085932393825,678977.913024797,-5880619.440644668
+    -46.08160490010765,25.894656607593816,391655.136778766,2864464.450907796
+    -43.4936502336616,-63.4547595543074,575105.933818393,-7037142.118164035
+    -43.661897744200544,-38.54370438410116,616611.527463535,-4266991.522279735
+<EPSG:26929> +proj=tmerc +lat_0=30.5 +lon_0=-85.83333333333333 +k=0.99996 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -85.70747844363272,-73.62167181942092,203962.615925975,-1.1548184392118111E7
+    -88.68142594901158,60.32113920818986,42658.511059319,3317576.88272435
+    -89.75395100654197,-57.20049995866138,-36895.791031581,-9724212.077100173
+    -80.3515197306107,-44.8859844903901,633065.514628607,-8362123.991568302
+    -88.26344415784769,32.47833818154916,-28448.748386547,221947.766852079
+    -84.77238129006564,22.083666561585687,309491.947787346,-932058.332875193
+    -88.02994820235159,-57.56245624083724,68546.224704573,-9759830.281861804
+    -87.4359928446883,-80.55653615552391,170636.942092596,-1.2322737640007338E7
+<EPSG:26930> +proj=tmerc +lat_0=30 +lon_0=-87.5 +k=0.999933333 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -84.71025248217633,-67.74258596314534,717925.353297835,-1.0839220832384394E7
+    -83.51810781679808,56.56868313738235,844687.088506785,2958674.340644034
+    -82.87808683962233,-34.19628841623485,1026152.768745169,-7114747.173935108
+    -89.64760232433261,1.3432904343569732,360954.900987346,-3171263.256457208
+    -87.21084401292914,27.354259067539132,628607.826269047,-293176.242709151
+    -89.57474684795118,36.29251088058406,413626.560118706,699838.09527684
+    -92.33247570670439,43.02534750891502,206110.945766902,1456673.985731889
+    -83.48627295006533,-48.021330646448504,899356.709227296,-8648137.537615731
+<EPSG:26931> +proj=omerc +lat_0=57 +lonc=-133.6666666666667 +alpha=323.1301023611111 +k=0.9999 +x_0=5000000 +y_0=-5000000 +no_uoff +gamma=323.1301023611111 +datum=NAD83 +units=m +no_defs +bounds=-141,54,-129,61  <>
+    -140.82247587430768,59.136788171517004,409773.941128216,834845.492192481
+    -136.0987264648992,54.783877617099016,662192.95192814,331050.67795566
+    -135.26272807430144,56.35332053391818,720015.108802569,504240.032580669
+    -135.64948760379255,59.92069553152165,707697.569830289,902015.738590663
+    -137.47005689921488,55.19847592833736,576499.286666012,381145.682295056
+    -139.54244036150357,54.26854999068282,435845.545122636,287043.702091637
+    -138.68109375220504,56.08180030382299,506638.388443187,484289.42786077
+    -135.65843291851886,55.274008920555076,692085.394418878,384726.384777999
+<EPSG:26932> +proj=tmerc +lat_0=54 +lon_0=-142 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -142.23499322599508,-79.20543566699968,495085.272355384,-1.4780868741068497E7
+    -145.39460275108428,-65.67029430614674,343957.649213756,-1.327487781345162E7
+    -148.84447454569053,42.26820943952447,-64753.822966945,-1281611.586717916
+    -141.53782328357792,-20.471492917871103,548215.387470874,-8249722.932019996
+    -135.15998910786047,47.542306106164034,1014775.743926772,-695584.09892055
+    -139.75039777566178,-41.951112897485665,686510.374310413,-1.063350801717841E7
+    -148.68622768157815,-55.648634208517905,79441.166812458,-1.2174439868830344E7
+    -135.63272900750152,52.668358240524896,930470.791006574,-129133.837700718
+<EPSG:26933> +proj=tmerc +lat_0=54 +lon_0=-146 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -143.68523772964957,-88.03589190715269,508857.901153777,-1.5767105576318558E7
+    -150.42796034459727,0.9265396955374712,6700.665146978,-5882567.431327956
+    -142.4037906612527,8.685557837959422,895977.735678509,-5023062.21536502
+    -152.93540915314196,-75.74952842472916,309779.906764817,-1.4406251543857364E7
+    -152.48164675669955,-88.30188992859036,478594.521518096,-1.5797845347653886E7
+    -141.29360298234974,-45.68307330734481,866602.636672376,-1.1056456396454213E7
+    -145.6323842911224,2.41388765224886,540882.916209684,-5718423.139974439
+    -140.78320000045838,45.95630711398297,904369.574001311,-881346.467638481
+<EPSG:26934> +proj=tmerc +lat_0=54 +lon_0=-150 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -150.55720696606105,-19.406134762649174,441479.493644957,-8131822.332789964
+    -153.3548490689508,11.733089154744334,134136.00346169,-4685708.726410481
+    -146.45274902103586,0.4684609215003803,895079.715779267,-5933422.787329253
+    -156.8315371993416,-83.32626817295144,411540.026078465,-1.5246220139357299E7
+    -146.73916870079177,34.988326001332,797743.290123618,-2107545.601406469
+    -153.5964730543658,46.41412300109903,223527.503041682,-837424.471074027
+    -146.68487590144068,26.26434011449281,831236.419881846,-3075243.659473744
+    -144.52963664282768,45.9584153742546,924005.878150275,-879790.871898199
+<EPSG:26935> +proj=tmerc +lat_0=54 +lon_0=-154 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -160.31632000210365,-58.555132029750084,132672.941936229,-1.2495083643500919E7
+    -152.8349049968691,8.922766036410152,628134.188074727,-4998505.913868005
+    -153.42343271146717,55.67947701162788,536266.938079474,187092.316746763
+    -158.04517295753027,-69.44303478790077,341529.105887163,-1.3696633936481463E7
+    -160.33460146774672,57.117602361665604,116607.717670513,364886.709153144
+    -151.78260642121302,2.498244823482949,746643.181010755,-5708893.578729278
+    -157.3591014420141,-84.60443260412715,464744.693394066,-1.5384737998890685E7
+    -151.8388408637813,20.406786824236818,725590.57738224,-3726658.852354818
+<EPSG:26936> +proj=tmerc +lat_0=54 +lon_0=-158 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -164.613550607928,76.67489067641057,330133.945273281,2537282.155638935
+    -161.11421448126254,63.98627437333016,347602.748829523,1116020.063025201
+    -162.28227564787534,-42.90093091301523,150269.397964804,-1.0745461808332449E7
+    -164.3309075662095,25.733134194026917,-136009.101381414,-3123035.028886376
+    -153.8373460368767,-21.51717454216916,931520.672888449,-8371174.489915252
+    -159.08416434627304,84.21585753192451,487798.320253008,3369795.806543472
+    -161.84194311944515,-68.42585496957379,342383.60329053,-1.3582856594299695E7
+    -151.5104125994789,4.564045729166594,1221605.267469332,-5477428.690126448
+<EPSG:26937> +proj=tmerc +lat_0=54 +lon_0=-162 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -168.5550160424571,57.994866363254715,112738.060775188,463567.987898276
+    -157.45350034518475,81.31888362752287,576557.024636337,3049195.576153005
+    -161.80288239100707,-6.402272617164783,521804.95320974,-6693206.996199557
+    -164.53401176981828,16.6594931813149,229633.998095788,-4141162.749389085
+    -159.03560423682973,42.95808710542812,741867.594823525,-1223463.709441543
+    -167.40543307385727,79.06854355641099,385690.217523919,2800239.472211184
+    -155.90972821190917,39.04805971296568,1027374.400698332,-1644216.089282578
+    -164.1429619217594,71.07181612126732,422406.621360585,1903828.357942663
+<EPSG:26938> +proj=tmerc +lat_0=54 +lon_0=-166 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -167.39648903538452,3.3587289447119986,344808.953617692,-5613850.465674522
+    -171.9988149352733,41.343018824842375,-2152.897771716,-1389708.643725313
+    -165.08018334053358,1.5765565327337754,602349.204829795,-5810985.226297492
+    -159.06690277871706,3.600515591473993,1272082.813174976,-5584283.094292382
+    -170.1705654382465,-47.591620826332004,186378.03442207,-1.1266246504330523E7
+    -171.21170298873352,74.63472160567682,345990.395668701,2306779.823600702
+    -164.0953382019424,84.2681802455144,521240.095835603,3375875.208547221
+    -169.55454508571515,-4.997576496527543,105592.604451886,-6538946.433489936
+<EPSG:26939> +proj=tmerc +lat_0=54 +lon_0=-170 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -167.4519006215931,67.16307379247615,610366.366665531,1468739.887358448
+    -169.5087965205822,-14.232341807555954,553008.196994151,-7559267.921261512
+    -163.32498479935396,-39.2970890179816,1076007.67182129,-1.0357672309996992E7
+    -169.37108085943166,-65.70466967636979,528882.472796363,-1.3274641216644363E7
+    -164.64239384363665,86.40841074202754,537428.534732773,3616282.399619962
+    -176.6575293539179,7.748590501562973,-235925.263803789,-5122771.858443137
+    -175.6435257323002,39.850098673680776,16933.219766569,-1557602.052161006
+    -172.82138402907248,30.465398205904833,229027.837666927,-2610564.478720066
+<EPSG:26940> +proj=lcc +lat_1=53.83333333333334 +lat_2=51.83333333333334 +lat_0=51 +lon_0=-176 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -176.8525492134224,36.288405682878356,920471.074765538,-1657697.447583942
+    -102.77698503592127,31.23848920550126,7210823.970460169,1220798.400918078
+    -119.46714017030584,11.022679488098735,7982321.264391197,-1920845.05327724
+    -157.93185928923864,23.877448474134184,3035346.563917813,-2879039.59814842
+    -167.14001363705302,24.245930071003038,2000495.584695294,-3028861.724174072
+    -112.4136116872151,68.0582702729061,3418150.361191881,3067632.963485418
+    -99.22296710392989,7.421967359547553,1.0090944624003256E7,47921.074612426
+    -139.3075263649429,34.22842423463775,4392704.857819041,-1011589.474897854
+<EPSG:26941> +proj=lcc +lat_1=41.66666666666666 +lat_2=40 +lat_0=39.33333333333334 +lon_0=-122 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+    -62.66337333129701,-18.57552454866964,1.1540676043787315E7,-3809954.765717726
+    -95.14251711455925,30.610637066872684,4573765.522996911,-75846.443222091
+    -176.75453428954384,-0.2129161499390868,-5205773.949653548,-1933346.788234721
+    -146.16184624463324,83.52156905857838,1486167.602619763,6240594.76792565
+    -132.43436347467338,4.51285841795535,613079.746166426,-3535157.978100417
+    -157.42755239480084,47.87332270056383,-598639.052953646,1983384.558242098
+    -82.22732624666025,67.21552669410593,3897780.789490867,4166686.618349437
+    -46.08436599230305,79.54933806419776,3968076.193717863,6383960.734609071
+<EPSG:26942> +proj=lcc +lat_1=39.83333333333334 +lat_2=38.33333333333334 +lat_0=37.66666666666666 +lon_0=-122 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+    -46.09031514128998,46.36193852925052,7228854.556201951,3788297.684088513
+    -111.20172529934942,19.386966289165088,3195720.690833261,-1495975.391608017
+    -120.28183273158363,-9.183876951136412,2261807.361561073,-5326201.133267935
+    -143.87045411076178,62.54078303922954,768106.759451003,3500117.653777564
+    -133.09392836398132,36.88085708197032,1012791.386466746,473083.99824007
+    -144.44612572774184,20.005785723880784,-448454.80733162,-1190916.861948098
+    -94.47431730684602,21.677924315397114,4929219.713671915,-853687.312411299
+    -148.53546252395046,72.40740421883827,884114.838406127,4807358.94683683
+<EPSG:26943> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.06666666666667 +lat_0=36.5 +lon_0=-120.5 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+    -78.4974990541981,-11.680503025601753,8255416.999563581,-4103157.335861468
+    -155.99605898177197,66.74324757480342,203431.2574564,4378486.297399418
+    -40.52132408141679,-21.61495381133815,1.4142682385095058E7,-1682538.053997279
+    -128.2328445150374,1.980662604885989,971628.991340401,-3531524.399592971
+    -95.57036294942557,-8.861975764395629,5681460.114326007,-4605858.199205433
+    -133.860130204903,83.0177441231061,1671970.230937171,6603622.46251154
+    -47.54786158396715,-13.117006012510247,1.2293658515138889E7,-1529459.450587823
+    -90.1362426237843,27.994052468008128,4975576.136751143,38750.995173282
+<EPSG:26944> +proj=lcc +lat_1=37.25 +lat_2=36 +lat_0=35.33333333333334 +lon_0=-119 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+    -130.94837034903244,69.21593081550473,1415122.025695489,4556344.381619096
+    -50.858032986897115,-21.980365732232983,1.262515336412053E7,-3140334.51467598
+    -75.06772594892674,57.72261992762945,4731611.53416851,3684165.393127867
+    -166.902733172682,-4.733842932463187,-4489351.992681311,-2679891.053502113
+    -45.59684566256769,-11.453257490811726,1.2071291651300749E7,-1272182.289008619
+    -62.251551799481874,46.8300996782032,6150534.40428064,3046181.440302417
+    -112.26216482348975,-14.41403100372083,3052747.721635169,-5747721.094289761
+    -160.01261458906149,-11.600250267911964,-4036970.592882867,-4033572.177659009
+<EPSG:26945> +proj=lcc +lat_1=35.46666666666667 +lat_2=34.03333333333333 +lat_0=33.5 +lon_0=-118 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+    -131.99803652168052,-9.170439360133404,-19462.202301166,-4565691.332185662
+    -116.34103593327032,63.36663380200656,2096745.188239506,3980486.889689028
+    -103.59798413009514,83.93323486682154,2356794.339269968,7368624.813116001
+    -63.626020947173444,34.73642671748832,6739870.718419754,1951357.297608663
+    -88.71838800391974,51.4219186507425,4103182.404856929,2827422.134421815
+    -123.48897889725909,-0.7821553566918915,1269403.201634517,-3523981.412896436
+    -151.418753914259,52.755113986937076,-339105.595643315,3067359.857408003
+    -96.24770927905583,8.349248120504221,4625388.382188376,-2100124.728888109
+<EPSG:26946> +proj=lcc +lat_1=33.88333333333333 +lat_2=32.78333333333333 +lat_0=32.16666666666666 +lon_0=-116.25 +x_0=2000000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+    -141.74021451250084,81.25062824681127,1195288.004860991,7110324.198065544
+    -73.23243561415731,25.808100373062402,6227502.148598353,677604.868490872
+    -93.60840738342209,63.30209494816529,3333792.197979882,4290766.505882811
+    -162.09458367630376,31.710585125323483,-2208356.550479447,1389800.662635487
+    -84.57211405146685,13.047607683066765,5589671.864081669,-1113274.173511159
+    -51.31263056251274,46.465873412684516,6803724.941352719,3647115.837798233
+    -136.19027089194262,1.3347786065450045,-552819.066291155,-2849197.090522877
+    -153.1270691425587,28.738750689864126,-1538589.245717282,751846.386804208
+<EPSG:26948> +proj=tmerc +lat_0=31 +lon_0=-110.1666666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -104.92979683574231,-66.69067247542418,444446.115386931,-1.0839456642503636E7
+    -110.09468766434567,-38.44388977831781,219643.167519557,-7686978.089967297
+    -113.82059131233021,-83.04972496606928,164013.947718574,-1.2656971340939369E7
+    -103.8062606509441,-85.61676922789377,267538.709047664,-1.294507638453021E7
+    -103.50917590619494,29.892625349556923,857075.744425447,-104059.628159586
+    -106.33869675640433,-40.82873145606538,536262.141828446,-7958790.593408964
+    -110.27422110537456,21.043556640420704,202181.882301877,-1102960.905516273
+    -112.46211631101971,65.23501464674285,106052.629979644,3808139.152311346
+<EPSG:26949> +proj=tmerc +lat_0=31 +lon_0=-111.9166666666667 +k=0.9999 +x_0=213360 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -112.5513429872017,-69.84722638647516,188949.405471312,-1.1181920098701015E7
+    -115.5772257485016,-53.715617645152555,-28243.678737083,-9390524.3232954
+    -111.10461021987554,-38.90533487328056,283792.6296007,-7738508.680655562
+    -116.11245362203722,-40.892629985000845,-140235.816123332,-7967311.733565062
+    -112.2286770717339,13.349309040012201,179562.821541636,-1954402.056039094
+    -108.97424907315987,37.89582285644444,472167.25219068,768967.892559564
+    -111.91820463424307,-79.42530630799064,213328.481835606,-1.2250719870631333E7
+    -106.28457508858637,-36.93408241276923,715290.062052886,-7534269.216628606
+<EPSG:26950> +proj=tmerc +lat_0=31 +lon_0=-113.75 +k=0.999933333 +x_0=213360 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -109.88419857219651,-23.171700973605184,609371.155199371,-5999389.616682412
+    -120.2821500375758,47.00267768963354,-283315.449144609,1797202.795285868
+    -110.90759293366304,-60.42180818612115,369899.593392891,-1.0134745729045281E7
+    -117.48123106987966,36.66022328628168,-120281.061514209,634279.940501276
+    -110.97238146308085,81.58161547966108,258756.421540037,5631489.993616824
+    -108.6146452960155,25.143800548586796,731581.269203613,-639062.258561409
+    -110.0500003934009,18.219116059672103,604915.94741865,-1411689.17825541
+    -115.55334134492492,30.021699806475226,39397.317704719,-107078.195193489
+<EPSG:26951> +proj=lcc +lat_1=36.23333333333333 +lat_2=34.93333333333333 +lat_0=34.33333333333334 +lon_0=-92 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -137.28110034464277,73.48364482010646,-1500148.54373895,5226005.78447743
+    -140.4960997880673,-15.181750874376865,-6840034.795283698,-4428993.9316554
+    -131.86848128740067,12.679850779023404,-4140451.641100963,-1531560.960806176
+    -13.889117066726868,67.03833192861354,4109425.510593305,5411122.725309237
+    -87.19849721604182,2.1163294119622478,1025677.970516278,-3758081.364742388
+    -125.19891569642577,-22.960901384175646,-5104559.280583095,-6639973.679053084
+    -14.992620507928109,33.194055348757956,6875953.892278896,2543468.01231386
+    -14.647429414515301,55.06477008398437,5147486.527516265,4316796.388748754
+<EPSG:26952> +proj=lcc +lat_1=34.76666666666667 +lat_2=33.3 +lat_0=32.66666666666666 +lon_0=-92 +x_0=400000 +y_0=400000 +datum=NAD83 +units=m +no_defs  <>
+    -22.25885211286348,72.53216583591205,3377014.46061329,6332665.568271166
+    -175.38740923702613,56.11276604927056,-4641983.901763841,5248464.455181316
+    -13.381224198516492,15.316350338926675,8431917.006455788,1687928.797051674
+    -51.72905308307776,21.15587461877545,4574924.367832247,-55065.887672827
+    -57.2676575769397,77.30466055233815,1713290.873082846,6283455.553254439
+    -30.378662239883283,70.4104119330788,3257184.43093206,5845627.494162317
+    -32.57411071628846,-5.279933457075906,8158503.659804543,-1824544.768006085
+    -153.2385791618288,70.21865272300846,-2457447.967016666,5811740.405586868
+<EPSG:26953> +proj=lcc +lat_1=40.78333333333333 +lat_2=39.71666666666667 +lat_0=39.33333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +datum=NAD83 +units=m +no_defs  <>
+    -76.54744766799743,13.88868772923135,4302700.696706491,-2055297.59788296
+    -138.83845589518504,87.72505218807204,552131.4859698,7033106.131328099
+    -118.241744056805,9.776916591577145,-671294.344388211,-3008580.130746055
+    -76.55520396439077,38.21367808429402,3405970.406256305,590761.032633351
+    -103.70199435006727,18.898985694165297,1116410.347394428,-2010527.851496077
+    -51.678626990976994,-4.025198595189286,8290689.135495543,-2671809.373116035
+    -86.63477056114739,51.75998322210856,2235301.867400263,1835999.740409749
+    -110.65681932919678,50.89553974316054,545097.933325133,1607593.78851169
+<EPSG:26954> +proj=lcc +lat_1=39.75 +lat_2=38.45 +lat_0=37.83333333333334 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +datum=NAD83 +units=m +no_defs  <>
+    -112.11483980932624,-18.03967903324439,-198624.798964863,-6955453.142186579
+    -138.95071150871166,5.832167676401156,-3312687.512686411,-2652957.608625046
+    -62.6015301898734,38.085101897128716,4539939.135317895,1205025.353146165
+    -42.86980864018133,77.13307946259897,2933003.612038324,5854758.644519446
+    -20.805169991757083,37.67152578906405,7351665.406280007,3525580.243534336
+    -88.41480025552323,83.92207478860897,1283378.470708063,6364745.490636038
+    -118.924241392761,57.01851325155571,56040.576656201,2537029.369205866
+    -131.07747521355324,-8.182650884249057,-2890402.111873083,-4851449.531345875
+<EPSG:26955> +proj=lcc +lat_1=38.43333333333333 +lat_2=37.23333333333333 +lat_0=36.66666666666666 +lon_0=-105.5 +x_0=914401.8289 +y_0=304800.6096 +datum=NAD83 +units=m +no_defs  <>
+    -87.40890242844492,-8.909251263717023,3605050.572440131,-5061740.34377075
+    -164.19029105965078,73.5128195368194,-1379080.288479676,5500031.742710276
+    -70.27882739454826,61.761064742508125,2928979.048009074,3569584.925501697
+    -171.76503432844058,42.70076015596341,-4089103.559165236,2828503.087554595
+    -147.7678641369332,-15.91535080043289,-5682817.338277168,-4913836.274274846
+    -137.7669747676604,17.88015809700547,-2633056.543200015,-1201026.040479089
+    -142.20023928913736,84.4553282727198,151516.470498852,6816058.473203462
+    -94.34247021414554,32.368623911757055,1966569.613547469,-109942.012740444
+<EPSG:26956> +proj=lcc +lat_1=41.86666666666667 +lat_2=41.2 +lat_0=40.83333333333334 +lon_0=-72.75 +x_0=304800.6096 +y_0=152400.3048 +datum=NAD83 +units=m +no_defs  <>
+    -39.18942254014057,39.918838809262404,3103517.378563617,601255.370650351
+    -137.9046735767028,-1.2477264740367104,-8172099.77350793,-1585208.11427745
+    -11.227198151298552,21.23786421333576,6515691.0535638,244231.505148276
+    -129.14794143316553,49.298668942162905,-3548835.204399209,2400101.079256581
+    -110.26886773875314,88.99135637897864,81125.896579204,6958957.256191067
+    -43.589795172985916,-14.397523657156231,5082225.1531316,-6174227.831625592
+    -122.24129629535244,55.76965479675694,-2735748.760735235,2726148.701898872
+    -74.4617703014163,61.45458885532106,206863.63513263,2498052.447592888
+<EPSG:26957> +proj=tmerc +lat_0=38 +lon_0=-75.41666666666667 +k=0.999995 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -79.71493494847847,39.566444743291186,-169420.53954526,182727.817670416
+    -78.1634924100261,-1.8092813322657548,-105739.986788213,-4407768.14559571
+    -75.01233764889265,-76.48974859854513,210548.439641525,-1.2700702215987299E7
+    -68.90156505372889,-26.369801350114813,851072.864964806,-7141755.894257757
+    -68.50289026046134,-2.297479981654888,970899.378219136,-4463390.731677828
+    -81.88217162177895,46.2423345322438,-298599.524940292,935881.204360377
+    -78.77794606029147,-50.912365248426596,-36369.312032282,-9855169.678442417
+    -81.99247353375266,45.72928468774748,-311830.513746644,879571.187478678
+<EPSG:26958> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941177 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -75.26066401644738,7.3200445680724044,834724.763935986,-1878584.715069306
+    -76.55307218753408,-72.21055695216236,351569.690423236,-1.0712807896349004E7
+    -80.9606169898447,50.204865599888535,202811.412452593,2871257.426007465
+    -86.60883433345855,46.37290737938707,-231492.413845626,2460495.317861656
+    -82.03886944753125,27.588320722257293,97431.950830124,361021.626246578
+    -75.94467025557434,46.67826585328177,586738.068452566,2491553.953765833
+    -76.80247450349215,79.64371980812345,284197.764090715,6155822.659025468
+    -86.89075886210328,43.46046490962445,-276753.100391327,2138431.42696258
+<EPSG:26959> +proj=tmerc +lat_0=24.33333333333333 +lon_0=-82 +k=0.999941177 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -85.25570618541971,-50.08067637176594,-32993.715883513,-8246624.162176235
+    -75.96316658314593,16.68556963104723,844865.199527562,-836868.993951268
+    -83.57340147472513,-21.442436643244818,36894.215416522,-5064793.225731771
+    -78.57594727425162,-8.900503930267561,576797.085043328,-3677982.022086922
+    -75.99465163131231,45.7553420691483,667190.024653492,2394115.117081054
+    -83.89841122288829,-82.81119971524865,173472.987702162,-1.1891007912489247E7
+    -83.73861569589945,19.10000777022286,17035.846852621,-578527.984239393
+    -88.36195792776235,17.700328057660997,-475992.558882713,-722906.832315728
+<EPSG:26960> +proj=lcc +lat_1=30.75 +lat_2=29.58333333333333 +lat_0=29 +lon_0=-84.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -38.81772917170838,69.12969453811158,3019812.142356382,5398496.743974169
+    -161.59521760586802,-11.563820019378568,-9424594.885975972,-1382540.841377793
+    -66.59357942432803,32.66952496498906,2274243.060793581,538647.666680263
+    -3.3786102903011113,50.22134551382215,6284412.173593397,4517811.183088834
+    -108.95385568883079,20.170733555347617,-1974207.032416551,-706315.564870774
+    -82.916023046953,73.41724929138394,676629.754048842,5595766.186737927
+    -139.22923210128545,-12.334746508865472,-6848133.5013618,-3194724.536528842
+    -63.78990931791981,-14.369189776239482,3567166.22399458,-5043868.69405653
+<EPSG:26961> +proj=tmerc +lat_0=18.83333333333333 +lon_0=-155.5 +k=0.999966667 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -149.65979255524516,3.055485819825222,1150317.468853604,-1743528.753371504
+    -153.63930758431107,32.02854246634925,675775.946129219,1463263.11029954
+    -150.16027598671727,-39.43304125727955,959842.36834136,-6463216.830805114
+    -156.701312660326,13.445530326462091,369908.057222804,-595881.68830422
+    -150.55734816207132,-30.078655883249965,976801.885102855,-5422195.35243329
+    -153.38508613204598,-45.043794192876554,666621.628618727,-7074971.807301761
+    -158.47463248072484,-27.640827268029277,206379.322963289,-5145225.779121755
+    -152.94342632965638,-20.882422827906268,766073.036339948,-4395249.26312658
+<EPSG:26962> +proj=tmerc +lat_0=20.33333333333333 +lon_0=-156.6666666666667 +k=0.999966667 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -151.88740983517087,17.560983813944702,1007852.9419136,-300464.260677876
+    -160.81570917073796,21.048761095036568,68495.26618649,84822.775075246
+    -162.08717638290406,-25.784706394754963,-44164.16456329,-5113300.386896241
+    -151.82944970295688,49.62394277697507,849427.204617174,3260892.434034004
+    -152.87176863582306,63.71561268160116,687486.280584171,4824292.792714839
+    -160.7752430164518,71.86511607072666,357314.072631026,5732483.203784242
+    -151.88246569255443,-57.37568564899068,787660.533264205,-8620857.096187752
+    -159.8295879405536,3.1389518111801635,148262.842332513,-1901582.138707054
+<EPSG:26963> +proj=tmerc +lat_0=21.16666666666667 +lon_0=-158 +k=0.99999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -162.4787372106103,-54.20472882456006,207843.259446816,-8359420.014004272
+    -155.28911447000485,-54.58365277244953,675249.285373537,-8395708.411452245
+    -153.87183077151855,-51.895204049825885,784114.614429902,-8101192.355547276
+    -153.13311973438562,51.51794459397718,837730.875340487,3379385.690457061
+    -157.99478815788189,-17.845018759854568,500552.434672511,-4315315.429551053
+    -151.7554312062543,-63.69088103355521,808553.734942628,-9421924.405741243
+    -157.37855114163395,-20.194536346710592,564952.87472904,-4575508.235345116
+    -151.94649592349856,78.51301060793253,634400.262741861,6384481.57695705
+<EPSG:26964> +proj=tmerc +lat_0=21.83333333333333 +lon_0=-159.5 +k=0.99999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -166.11322750194591,-80.9352676587722,383880.651967046,-1.1411431657136133E7
+    -154.56992522635048,-59.251732671961065,781117.885809695,-8996371.291262802
+    -160.44624096980488,-35.7303436642185,414393.53063952,-6371317.284578849
+    -157.86182285760506,75.10122133091716,547028.473734638,5923480.708188501
+    -162.66979890947866,-7.304583871892589,149813.813606534,-3224288.822101086
+    -155.68501812917037,41.971373561076945,816237.608410646,2240135.64211969
+    -163.77519532732344,65.11970648205079,299340.80392605,4816087.585738594
+    -155.02351039205388,26.62392669047709,946050.867657655,538429.335814694
+<EPSG:26965> +proj=tmerc +lat_0=21.66666666666667 +lon_0=-160.1666666666667 +k=1 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -153.29537697117405,14.76937577121548,1241354.235320508,-752047.200657826
+    -159.97980919992375,-9.023149874128478,520545.194711131,-3394707.076205552
+    -158.608386163418,-50.51420134455549,610523.383575705,-7996094.941564131
+    -160.0043582525647,36.289681375043145,514580.623235912,1620807.294875966
+    -163.79225080579926,39.60928545503157,188600.790921241,1995542.53745201
+    -165.7504005625136,-0.08990464528811515,-122570.560624576,-2406879.991024009
+    -164.9049055584338,49.80581623837702,158986.952323157,3133139.556715453
+    -161.34199040417096,88.18940067454898,495852.533847425,7402884.751617269
+<EPSG:26966> +proj=tmerc +lat_0=30 +lon_0=-82.16666666666667 +k=0.9999 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -79.95455399562564,6.6330569927831675,444648.947992812,-2585830.70955809
+    -77.15231483123742,-63.68451468565853,447906.401768868,-1.0393492784113111E7
+    -79.98465964028424,6.201100354185286,441521.369073816,-2633644.000250774
+    -88.62568193541438,83.10426502634795,113573.548360104,5915928.076126684
+    -84.01008792852596,29.312826143866943,20924.247148758,-74752.651700905
+    -86.31974670527644,-24.728058054289036,-220370.78066891,-6061819.308615839
+    -75.44671682985123,8.358775830642216,941734.493778493,-2389197.543682629
+    -78.60205889878334,-30.309324593589338,542939.11597456,-6679237.628155242
+<EPSG:26967> +proj=tmerc +lat_0=30 +lon_0=-84.16666666666667 +k=0.9999 +x_0=700000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -90.7301693813541,11.810747809968433,-16652.980985277,-2005333.898981304
+    -90.73640813517967,62.60336212555433,363044.826273693,3640878.489111097
+    -90.49405590244827,10.877836760952334,6962.897118009,-2109705.105298501
+    -87.28559013331405,-74.68958852407403,608084.695432795,-1.1613656213049335E7
+    -77.76734390518361,-10.233956957319236,1402418.427837698,-4458391.633415612
+    -89.38346979429822,-86.29526885225614,662405.800771716,-1.290870705535378E7
+    -84.26208354188961,-73.37813909084731,696952.528538272,-1.1464890682719873E7
+    -85.00400764751522,-48.150478594350325,637701.537973447,-8654746.55865779
+<EPSG:26968> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-112.1666666666667 +k=0.9999473679999999 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -109.0645865934294,35.84944833744939,480254.225868578,-641295.984389943
+    -109.05032497768552,-27.369203135944694,508367.753894597,-7646609.403299134
+    -118.68650306920853,-26.026069386149913,-453445.317862863,-7510301.819515526
+    -105.53663099818326,-82.6142191588355,294979.786606609,-1.3796408190814303E7
+    -107.41328611572564,-70.57847662178754,376307.682576464,-1.2454379326551376E7
+    -118.32783512734912,-1.4289029949272276,-486942.658100013,-4773286.308439346
+    -116.11272821150708,85.46283694981872,165163.840588732,4881528.555550245
+    -106.04173842562011,-41.49619325717909,711530.459687072,-9227961.1522264
+<EPSG:26969> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-114 +k=0.9999473679999999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -107.55950012369894,20.979317963272308,1170735.892434703,-2280169.0736807
+    -112.76647351400273,70.54672301650962,545862.833062583,3215658.900380297
+    -119.66106960048928,30.28954608011871,-45032.585247517,-1248727.649897947
+    -109.83196397464366,-28.832210707805423,906954.903911631,-7812021.588367784
+    -113.33284273602152,-22.30120893836468,568743.156002239,-7081546.722951947
+    -117.62242082538911,-49.435442804954405,237300.018672252,-1.0098449785471423E7
+    -108.96617865557654,-14.739200457865621,1042624.039790295,-6250493.530776459
+    -108.83896926159728,4.733175568172626,1073317.381349542,-4088883.754850251
+<EPSG:26970> +proj=tmerc +lat_0=41.66666666666666 +lon_0=-115.75 +k=0.999933333 +x_0=800000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -112.63484516668345,-88.28846165039032,810386.397670029,-1.4424731901877979E7
+    -114.2914417058394,66.94986516971693,863744.105455116,2814708.227463898
+    -119.85310994535507,40.90559375983551,454272.498334172,-76405.100921429
+    -115.75723819405023,73.03250535750067,799764.150446881,3492502.444820113
+    -122.63737260751599,9.460733185760617,41971.176718883,-3560651.025439477
+    -111.58550555736578,-12.170329794823317,1253573.975571304,-5963622.638459553
+    -120.67805298355478,-69.06971396110835,603645.705357528,-1.2286889756438136E7
+    -118.44226936642573,-30.413592085882357,541287.368565106,-7983122.527428892
+<EPSG:26971> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-88.33333333333333 +k=0.9999749999999999 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -88.02930047042446,8.21953099261114,333498.72105519,-3150496.951517024
+    -85.00517917704875,-7.234767314168025,667750.741392648,-4860765.928432809
+    -94.47940678408102,78.4407483066972,162707.020241482,4658628.548038072
+    -82.00054702844572,-5.0435014018024305,1003655.167308855,-4620529.206780223
+    -87.45484037357136,-41.53136032675921,373313.91923445,-8659261.321907684
+    -93.89143637160015,79.18772527109945,183728.256984812,4740349.896407655
+    -89.34015815184418,7.7091282437556,188924.302252974,-3206825.620707192
+    -90.98498232749154,65.26203936202651,176165.611393719,3183559.281837344
+<EPSG:26972> +proj=tmerc +lat_0=36.66666666666666 +lon_0=-90.16666666666667 +k=0.999941177 +x_0=700000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -87.84811430392764,-35.519958875569664,910315.233711513,-7993802.37553985
+    -89.69007822535818,-1.4925655259776391,753033.197832874,-4224316.438299046
+    -87.59704562060234,85.85347486607711,720744.552537294,5479454.264359352
+    -92.64118922850822,-72.68684176380272,617798.580532102,-1.2129275155650038E7
+    -92.02512760644815,-66.70752538177592,617976.067018642,-1.1461804430571208E7
+    -89.65071162131095,41.56963948415941,743031.625856368,544414.197575712
+    -87.75012881401678,-55.56328724597557,852445.002851927,-1.0221510738838708E7
+    -94.80277148560045,37.09377473610692,287740.661622232,57467.782256461
+<EPSG:26973> +proj=tmerc +lat_0=37.5 +lon_0=-85.66666666666667 +k=0.999966667 +x_0=100000 +y_0=250000 +datum=NAD83 +units=m +no_defs  <>
+    -92.19731384339663,-5.349320024186881,-625374.447352794,-4497225.130586644
+    -85.81401939039729,66.03238051865785,93318.201293005,3424349.75130422
+    -91.06507782913474,69.5156832043599,-110680.144704564,3822136.0861799
+    -80.67130035073879,67.75511403807766,310921.921787383,3624972.471803192
+    -86.13954184389446,5.652887125933589,47615.228389723,-3276779.058810159
+    -82.2268405772844,51.25752494798195,340089.464869667,1784306.740045507
+    -80.79167211488644,23.549127918124285,598147.547260615,-1288117.270823156
+    -90.91484488968113,-20.80770569200419,-446908.481771218,-6212489.053088516
+<EPSG:26974> +proj=tmerc +lat_0=37.5 +lon_0=-87.08333333333333 +k=0.999966667 +x_0=900000 +y_0=250000 +datum=NAD83 +units=m +no_defs  <>
+    -84.69336469440248,63.660496861480425,1018337.411810785,3162121.254628746
+    -89.58144066763808,-85.62101842185976,878703.440266874,-1.3414879103468565E7
+    -92.94803884603434,-82.21544520072767,811431.77837389,-1.3038586183160482E7
+    -93.91441708390204,-84.9657720296481,833206.941102714,-1.3345207584484687E7
+    -92.71358435908037,-58.32842909080058,570370.615114346,-1.038331244111152E7
+    -83.20403793068455,-62.96344071952069,1096725.82104533,-1.0891875766180642E7
+    -82.76447567961209,37.5178149556389,1281887.536506772,260752.089334695
+    -86.53492676797929,-0.9050252610008442,961039.678012844,-4001937.618680947
+<EPSG:26975> +proj=lcc +lat_1=43.26666666666667 +lat_2=42.06666666666667 +lat_0=41.5 +lon_0=-93.5 +x_0=1500000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+    -50.643869159171686,37.32085240422296,5153191.358823154,1481536.30317789
+    -93.49795647297063,11.820136997414622,1500253.968129474,-2446696.176947903
+    -35.6236974882452,-0.7267742211180561,9207102.20193167,-1381569.331842256
+    -18.680165988512584,47.24971062836346,6468912.577400366,3993997.216652507
+    -173.829552856424,84.22483951497199,195730.556416523,7127451.756308476
+    -60.1454623973211,-0.0937740804924907,6150074.985181128,-3108129.90863526
+    -154.65361645004168,-10.787131083555087,-7586425.390573552,-2229928.59433724
+    -52.32803007266472,-8.805693518609328,7774267.67835378,-3788249.828891251
+<EPSG:26976> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.61666666666667 +lat_0=40 +lon_0=-93.5 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -56.7798345547139,18.819686454900953,4530481.407368559,-1544372.576604416
+    -67.7050185456105,12.44998103076287,3600416.025155049,-2717545.26298826
+    -74.12279071981857,66.42732551480947,1467566.244468158,3157792.106939928
+    -86.5366732417551,85.6106837273042,614736.152073789,5998871.190228769
+    -15.042511096039476,26.22678962565245,7541167.463783151,1864279.09747002
+    -85.12032551126187,18.215236388279173,1453121.058753157,-2433949.422846471
+    -69.88792173185551,61.82902876258338,1825734.060967496,2665813.006097666
+    -166.92125233958814,-1.3205283182662022,-8790286.345059967,-830092.987843018
+<EPSG:26977> +proj=lcc +lat_1=39.78333333333333 +lat_2=38.71666666666667 +lat_0=38.33333333333334 +lon_0=-98 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -76.68406431934378,59.16342312167677,1694824.25547123,2519472.413976495
+    -62.55287156511349,63.61782257371834,2311283.369171008,3287523.66373101
+    -131.0867169747956,71.23957519706862,-1034840.385643308,4167532.22911505
+    -81.84779821570524,32.60316863532687,1917963.074654117,-501604.224937023
+    -122.86703715653624,74.97679103550723,-544298.437029095,4566368.491201489
+    -48.54076003740181,16.95441706792095,5774587.85582788,-923634.973799773
+    -123.52282258705114,71.17554357647725,-719366.639801357,4052428.866238988
+    -46.41195516622835,57.200179637909216,3519993.328729102,3047232.951096005
+<EPSG:26978> +proj=lcc +lat_1=38.56666666666667 +lat_2=37.26666666666667 +lat_0=36.66666666666666 +lon_0=-98.5 +x_0=400000 +y_0=400000 +datum=NAD83 +units=m +no_defs  <>
+    -178.29537931124645,13.690370484538903,-7875341.248998803,1552165.912544628
+    -34.50104127939488,-9.262552606099321,9286085.671197867,-2108850.264782092
+    -123.65243692842859,-15.774209073692713,-3612218.774005098,-5773430.729791471
+    -70.65703355698476,-15.592022257754117,4820285.700580014,-5622631.62785239
+    -167.74132052889013,67.66018051277455,-2780817.221456037,5271471.598857135
+    -94.74541726920863,82.15431568053626,498889.921573155,6282209.680981174
+    -134.876138326195,-12.644619084464413,-5131997.486244714,-4715610.936928046
+    -176.7679886973264,29.194727064690113,-6424215.342750436,2613084.867067777
+<EPSG:26980> +proj=lcc +lat_1=37.93333333333333 +lat_2=36.73333333333333 +lat_0=36.33333333333334 +lon_0=-85.75 +x_0=500000 +y_0=500000 +datum=NAD83 +units=m +no_defs  <>
+    -20.602050196735348,58.71294595267412,4274448.309716016,4405899.458058981
+    -20.738341972423655,71.16419366189984,3243652.927426777,5646123.692228792
+    -161.67476814756836,54.890430016237616,-4098131.592299469,4549768.849923009
+    -26.0334988713349,55.74321183805219,4214507.995710982,3910785.223491723
+    -3.88806091850617,13.109233729711349,8983864.348149607,1774528.798433564
+    -143.42161907495154,-14.94783673966516,-8097628.560972722,-3306712.402410089
+    -105.10963044980238,-10.217317244491772,-2400278.956456865,-4971681.251792777
+    -69.0065063522511,12.085128216933697,2484489.767139039,-2096952.681087143
+<EPSG:26981> +proj=lcc +lat_1=32.66666666666666 +lat_2=31.16666666666667 +lat_0=30.5 +lon_0=-92.5 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -93.53931359260876,46.72964864021643,917669.897202183,1821328.017162683
+    -10.605984461538213,65.02829073763141,5328687.309182787,5811853.223144474
+    -66.89693535027831,45.897498902832176,3031775.825335155,1966399.012800798
+    -82.60790298028277,87.4615970774961,1170413.869428073,8544011.395318095
+    -168.20528728916935,40.7345800236593,-4959423.496450353,3309994.301499869
+    -94.51129365174414,5.290358046711489,753175.51967878,-2891914.304984602
+    -126.99969070078612,57.11644832627881,-1299077.402084178,3429497.500404708
+    -37.99983281320357,-1.3842720998696159,7815105.351043758,-1983559.185444104
+<EPSG:26982> +proj=lcc +lat_1=30.7 +lat_2=29.3 +lat_0=28.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -158.03199160364298,36.99168177740252,-4650397.456019071,2636164.226299728
+    -60.19732809127157,38.37638977028219,3716878.38778716,1470150.695081691
+    -41.333072493864506,51.11371890966298,4656854.747859893,3379801.121377167
+    -53.17327239169144,1.0319879440569721,5706044.233672197,-2383528.894323973
+    -45.19410170635598,48.82479467248017,4497275.57390988,3010599.429645956
+    -12.54563991869395,-10.15691947388287,1.1071976451394789E7,-1042395.570132027
+    -42.20021850151329,4.76789471379341,6794328.193764166,-1453409.2133527
+    -113.40441875673524,77.6105041955795,80960.829401359,6509363.252949143
+<EPSG:26983> +proj=tmerc +lat_0=43.66666666666666 +lon_0=-68.5 +k=0.9999 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -61.93192744079294,-19.683844429347147,989798.714913557,-7026810.233337754
+    -71.50880121389079,28.84756866842713,6353.325268044,-1640524.70690347
+    -67.95656389752132,78.57243015679191,312023.182667236,3888625.636999339
+    -69.99712811517466,66.85358651079304,234314.664553467,2581770.687414934
+    -74.64955447688583,-71.5155813280933,82660.221622566,-1.2784659402240308E7
+    -62.298809007395235,11.161121101520806,978509.141994343,-3595009.190636838
+    -71.87030349161297,-44.19329152576902,30582.29779105,-9736639.518990228
+    -65.99680575224971,16.824682265053738,566845.779900943,-2973895.43746949
+<EPSG:26984> +proj=tmerc +lat_0=42.83333333333334 +lon_0=-70.16666666666667 +k=0.999966667 +x_0=900000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -76.49936079679075,-36.44027359719259,331888.289155034,-8797001.454273697
+    -69.20809981064663,-61.05351168571122,951775.353253833,-1.1515656188352197E7
+    -65.34490345577542,-27.997444065232663,1374588.392300088,-7851490.528545929
+    -70.3673830413174,65.24604081894142,890618.606181547,2494498.377524761
+    -67.38067144057253,-56.37327578982038,1072114.889990408,-1.0997449120208414E7
+    -73.91008258481678,39.29320752503526,577028.830121365,-386449.333045044
+    -69.92783379972605,-43.21807916192609,919405.004226208,-9530862.049958797
+    -65.04278660243499,62.62146569951997,1162786.381027222,2212359.597781529
+<EPSG:26985> +proj=lcc +lat_1=39.45 +lat_2=38.3 +lat_0=37.66666666666666 +lon_0=-77 +x_0=400000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -100.98617646752709,64.35524500526216,-892447.34436922,3250445.523303669
+    -115.65072268843325,-3.4027738197225545,-4951313.928235708,-3819141.977563084
+    -146.7941440245651,66.0279568656938,-2897336.966891864,4617814.596083729
+    -149.93493636318271,66.47028918302586,-2972861.739976843,4772960.220463939
+    -129.21753419720682,66.60852760567673,-2138111.294421249,4113242.68944151
+    -8.381971343077964,50.10010476015084,4951772.049458171,3185877.053164385
+    -56.80820705741384,33.90006467531162,2259132.407988687,-212123.42517707
+    -32.269174100405536,-8.128889823741295,6855036.040742605,-4046498.426230893
+<EPSG:26986> +proj=lcc +lat_1=42.68333333333333 +lat_2=41.71666666666667 +lat_0=41 +lon_0=-71.5 +x_0=200000 +y_0=750000 +datum=NAD83 +units=m +no_defs  <>
+    -1.1702278948024798,69.49143634218649,3036869.182508898,5304640.354722627
+    -119.9822427626755,-1.0353205300212203,-6410119.152904843,-2421415.850844921
+    -112.1048276811629,40.32374187711484,-3123739.599543981,1481292.192554263
+    -53.375742291594165,58.344031349310356,1301407.338062544,2822528.017162405
+    -80.08074744358876,-0.7581200256003058,-1029303.541450005,-4250810.232480887
+    -75.89715180257515,11.300121028873711,-347623.045008164,-2685686.222905645
+    -43.61871923023274,-0.5712747044140016,4121685.774313372,-3639366.99209713
+    -27.521289668535502,22.26522077379974,4784240.247115683,-161153.62375126
+<EPSG:26987> +proj=lcc +lat_1=41.48333333333333 +lat_2=41.28333333333333 +lat_0=41 +lon_0=-70.5 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -54.423667576830624,32.358611933504235,2022470.755697915,-821355.831686162
+    -127.21172177509692,85.1311223358256,-426472.174066547,6084229.580230858
+    -28.52566630530856,58.39992409965063,2979791.803557812,2578477.716685914
+    -3.680571498851691,29.626362439603206,6466813.421196158,1150591.354359666
+    -22.03274053725204,-18.609181150785066,8558340.51342744,-5583332.357516299
+    -16.009761410374068,9.836668828917407,6918975.950172607,-1535463.285095056
+    -31.65928492545659,-5.072986377587439,6114207.249169926,-4385275.033395009
+    -78.44758365244627,15.262368768043821,-437745.12070479,-2905408.120701628
+<EPSG:26988> +proj=lcc +lat_1=47.08333333333334 +lat_2=45.48333333333333 +lat_0=44.78333333333333 +lon_0=-87 +x_0=8000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -85.16940069050987,25.300213230675254,8195944.76057193,-2208229.231624854
+    -27.5655548706456,-3.667982821053446,1.64054537143521E7,-2751563.795355952
+    -18.46242797689291,-7.586663286774028,1.7859204008394457E7,-2133930.16773005
+    -48.27992566318807,56.32343005983836,1.0339556674806297E7,1872671.799426355
+    -159.8786627647701,78.8343139758775,6247111.376377313,4938738.082624878
+    -98.60904920274938,43.39838499100715,7061808.245439488,-85165.287476057
+    -110.8891723819877,21.469680821325568,5345838.606385693,-2263683.067254037
+    -110.43593405375186,61.562837468344725,6722165.330704548,2079731.766768246
+<EPSG:26989> +proj=lcc +lat_1=45.7 +lat_2=44.18333333333333 +lat_0=43.31666666666667 +lon_0=-84.36666666666666 +x_0=6000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -61.78632636716384,84.68935342406898,6374724.697767455,5270602.301005789
+    -55.90621338936654,49.51442922609259,8025365.609069768,1048487.554515208
+    -28.698009094066123,28.76641701708244,1.120832644922968E7,223934.443971818
+    -84.72125203522604,37.94964372234045,5968613.482506962,-597719.778843221
+    -157.1292267576296,73.46154165187099,3612393.648214461,4675659.899379952
+    -21.583051425395126,82.27100934603193,7243211.075381289,5309952.681020782
+    -116.71974202513358,35.81760134684009,3118797.148362414,-254257.407548221
+    -143.08846919266028,-3.9971488486817357,-2263017.926682443,-2764055.994430373
+<EPSG:26990> +proj=lcc +lat_1=43.66666666666666 +lat_2=42.1 +lat_0=41.5 +lon_0=-84.36666666666666 +x_0=4000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -40.65989945640507,19.756027956330776,8717099.76875579,-1224141.063530601
+    -164.21957892732655,69.01338336811484,875889.60130173,4789757.07625459
+    -167.7495809695224,36.064394125889976,-2385690.405555903,2843650.743954073
+    -135.38377484860303,30.995033860465128,-673605.212416068,286312.33987334
+    -123.49065276001467,11.047860794435618,-740942.3816089,-2425959.785785106
+    -76.30582229650796,11.456496653373122,5006346.287103009,-3447665.044068832
+    -95.40079413821543,70.54563864977204,3523290.417058462,3414611.179345581
+    -140.96356998204254,42.21394570715581,-329141.368612652,1591779.722885143
+<EPSG:26991> +proj=lcc +lat_1=48.63333333333333 +lat_2=47.03333333333333 +lat_0=46.5 +lon_0=-93.09999999999999 +x_0=800000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+    -160.876272305111,19.5740621036044,-6149190.959625465,252485.885790053
+    -111.29853574808078,12.25589796594755,-1525647.484870851,-3660421.382342297
+    -44.31853532548422,71.88916955741054,2575688.40973748,3604787.94972745
+    -72.02625670475977,0.9489116398464823,3908214.949154569,-5082473.600240711
+    -53.27153742554725,-11.71926326242106,7500879.827541398,-5798621.795371046
+    -144.96933270576415,7.8531929982656195,-5766103.529007296,-2235829.608648013
+    -19.523083695445393,27.47940993356385,7389318.059332637,1340956.077055114
+    -147.54933177124508,56.09940305267959,-2349472.710764694,2328714.553576425
+<EPSG:26992> +proj=lcc +lat_1=47.05 +lat_2=45.61666666666667 +lat_0=45 +lon_0=-94.25 +x_0=800000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+    -165.34379210000208,55.75981496128408,-3143905.255826266,3201055.257631937
+    -117.28167419736599,-5.522156154408657,-2818969.047784199,-5746441.509947865
+    -46.36697352085605,-3.5466727013287294,7798426.346714291,-3784177.866123251
+    -61.57664106262746,-11.028517391650688,6226568.227259863,-6053731.574159425
+    -37.99056645042572,1.2758808386851808,8357278.353891618,-2440718.300286751
+    -74.91892433333952,25.311830520749893,2849138.516045446,-1882279.926195503
+    -120.67090361448267,81.37192467799545,202582.808140401,4622219.00615159
+    -61.37728933163062,74.81309047912552,1910564.540671499,3825832.099578498
+<EPSG:26993> +proj=lcc +lat_1=45.21666666666667 +lat_2=43.78333333333333 +lat_0=43 +lon_0=-94 +x_0=800000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+    -166.5590658834383,-15.043313182273481,-1.031819446138751E7,-2281710.687994333
+    -93.13930820612157,59.70327833264619,850404.51244866,1980219.102776781
+    -52.78804756501687,7.9378923796355565,6024695.799286929,-2702626.047468309
+    -147.0056950061501,-5.257454596013115,-6871075.036676439,-3356314.0043698
+    -38.90224705451587,41.134806854831766,5090679.745500661,1396044.250943437
+    -77.58452164077447,49.29724834994923,1990159.993237793,920471.537248907
+    -178.6918867915988,2.265256384108728,-9172878.60290917,860462.730212015
+    -145.61858685342045,8.489443645262952,-5541653.077091537,-1903705.993212554
+<EPSG:26994> +proj=tmerc +lat_0=29.5 +lon_0=-88.83333333333333 +k=0.99995 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -93.014239863057,20.225939523762435,-137167.463254617,-1021737.660405097
+    -86.42305379306725,-79.07874698744875,350982.463172587,-1.2047415778016755E7
+    -89.2591446250382,58.11745088521022,274904.415955702,3179595.121585896
+    -90.69946769452379,-63.147686982121996,205930.282689807,-1.0270388898994314E7
+    -86.41966218783816,-12.592754371562577,562324.471315656,-4658319.305287196
+    -94.19723663774298,-6.099707062646303,-294574.410520447,-3941952.421957329
+    -84.1050015733084,-10.167282902105939,818674.046423618,-4392611.846537863
+    -93.61294636053047,-56.68439127996569,7227.579354495,-9559194.62077304
+<EPSG:26995> +proj=tmerc +lat_0=29.5 +lon_0=-90.33333333333333 +k=0.99995 +x_0=700000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -90.74564508089436,-66.41197219903488,681582.613171921,-1.0632996713099174E7
+    -96.9053188970834,86.42795109297998,654368.264106281,6340603.250829831
+    -86.86559758264123,84.66448859471015,735992.030856415,6142127.065349659
+    -94.79394513715943,-59.74485901642292,449321.174882598,-9898277.56720257
+    -89.37132673622509,18.218665022832326,801753.767731945,-1249175.573812984
+    -95.16755932580408,-71.93384120959365,532775.249394261,-1.1255585362345127E7
+    -86.93523803285811,22.45633147379803,1049889.686618634,-776352.198649475
+    -86.9499221657698,-56.41761601190563,908760.86026424,-9524413.466170842
+<EPSG:26996> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-90.5 +k=0.999933333 +x_0=250000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -86.64884320486378,-67.39003101134443,415193.109524906,-1.1449266217230195E7
+    -96.26370560044073,85.46105036080317,199143.292233152,5530136.934246874
+    -91.03575073085305,-21.588142103691865,194522.013735467,-6354917.989672678
+    -95.83095343069063,-62.8532298979477,-21242.82455391,-1.094958601243281E7
+    -97.14905103977404,76.87332133936007,81718.550449854,4578217.937369236
+    -86.69531889073926,16.606368506390254,656205.293833329,-2126304.092423531
+    -85.06363684693329,82.5292271271966,328825.415157507,5203887.259720846
+    -91.01683258932955,-15.99665104397394,194683.267580372,-5736008.73579745
+<EPSG:26997> +proj=tmerc +lat_0=35.83333333333334 +lon_0=-92.5 +k=0.999933333 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -91.14333347540367,23.25593491823885,638825.01643831,-1393426.491177965
+    -94.28578715488905,52.887973607506154,379810.399288996,1896471.261431315
+    -94.98099019473212,-19.628129676348507,239721.300998513,-6139733.797603471
+    -87.1855838578657,-85.06064906436063,551031.81390665,-1.341879866141138E7
+    -91.75342531201176,-46.38116845600372,557429.832509217,-9105168.325297551
+    -95.31799444083937,75.96436922335076,423711.807935038,4469056.263894653
+    -89.75724404787398,-33.10194586388737,756046.871995331,-7633943.915022943
+    -95.2590211817502,-46.79020123764538,289358.947869418,-9154061.465141447
+<EPSG:26998> +proj=tmerc +lat_0=36.16666666666666 +lon_0=-94.5 +k=0.999941177 +x_0=850000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -95.34847693796162,3.729534154669338,755748.778420958,-3591383.044929455
+    -92.98916554718082,30.542195788146714,994975.499373531,-622808.309407306
+    -89.19451211460192,-1.7177160941662635,1441155.451801912,-4194547.391386104
+    -96.08825427314484,36.38209727005166,707494.050326523,25075.425033708
+    -98.10644557160349,53.6532836417386,611604.576616434,1949222.003006583
+    -91.02588753235577,-48.58987171085205,1106253.060095674,-9393332.869364677
+    -96.23866798460988,45.0281186909705,712986.649051518,985446.217080841
+    -87.62189059372824,47.98717709775906,1363248.826456508,1335830.162212046
+<EPSG:27039> +proj=utm +zone=39 +ellps=clrk80 +towgs84=-249,-156,381,0,0,0,0 +units=m +no_defs  <>
+    48.17735493165825,-86.85456481685486,482621.267406732,-9646866.494517488
+    51.17609157051208,11.692849907724138,519095.036863105,1292188.578190903
+    54.32191781302669,-64.89708227599185,657085.652378325,-7201018.888388705
+    56.2116103114367,-8.646995463926714,1074019.062711125,-960112.176041749
+    54.95872697462059,-88.85585204533557,508722.385918166,-9870163.008074364
+    55.43131216252537,-55.4925589661057,779760.015537082,-6158538.650973881
+    46.97326695171364,30.05433817556333,111588.467454557,3331221.344361042
+    50.50551145998632,67.58398868645892,478862.106433615,7496153.780837702
+<EPSG:27040> +proj=utm +zone=40 +ellps=clrk80 +towgs84=-249,-156,381,0,0,0,0 +units=m +no_defs  <>
+    60.095617689052546,64.3280520064954,649467.720395093,7136807.23960565
+    58.00542487141807,-33.85661362268054,592876.28176147,-3746924.193976325
+    52.41278819319025,-69.82549847508083,323474.892512739,-7752907.906572735
+    50.28340300670386,87.3772052429608,465638.040519629,9706770.112901295
+    60.348180752628124,70.56955979831471,624132.604499843,7832416.031017334
+    51.23556279441788,31.530555411556264,-47781.801672279,3502419.521978764
+    50.29664179451254,43.93972073107159,-38150.015023226,4886648.338473003
+    60.21559603451159,-8.682290676901772,853784.690344855,-961581.291849444
+<EPSG:27120> +proj=utm +zone=20 +ellps=intl +towgs84=-10,375,165,0,0,0,0 +units=m +no_defs  <>
+    -66.44463746024599,85.7138622892906,471111.653196725,9520251.620040325
+    -64.31589363971027,38.56079513645837,385188.878247155,4268680.508951187
+    -62.33381426865196,49.26634146855943,548305.506777202,5457112.823362125
+    -64.3093969384783,-67.27638571848254,443399.078431619,-7462795.003277447
+    -68.29121328373292,40.85856026997587,53793.187452074,4536372.697556721
+    -65.72495584914532,67.93172160932116,385614.258842512,7537653.261991476
+    -63.64573062875416,-2.5320436517433507,428054.305640333,-280047.511696768
+    -61.288029608487804,51.829235585110894,617811.086182531,5743271.131158207
+<EPSG:27205> +proj=tmerc +lat_0=-36.87986527777778 +lon_0=174.7643393611111 +k=0.9999 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    171.7970390126204,1.8339368050277898,-30307.612414902,4985697.099621074
+    175.03335558415188,-88.86300135970244,300610.647680508,-5091408.583804909
+    170.51555583207065,72.23930683046788,155375.271943495,1.280613727626152E7
+    176.6550831857614,44.43136112591063,450506.297961565,9705845.46382777
+    174.60330082249547,24.306842739433378,283619.58759575,7471762.739985884
+    177.74648467084995,14.46119316182444,621593.86450126,6384009.648309925
+    168.69993272698852,-63.70330606598018,486.591784277,-2297741.335211759
+    170.22289832564442,-15.162519338585568,-188496.082984905,3100729.542272658
+<EPSG:27206> +proj=tmerc +lat_0=-37.76124980555556 +lon_0=176.46619725 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    178.88898838077858,18.353209210117384,556105.339276713,6912734.011188929
+    170.1666783177976,-73.81605775126988,104275.972753367,-3324343.857197702
+    178.82130543261388,71.55075189096013,383178.57917979,1.2824846253697816E7
+    175.23730440273695,10.11759946063924,165264.131968697,6000034.347457321
+    175.95402545139856,-73.25541752765457,283526.851373712,-3251498.82647126
+    175.40767064304373,-22.958748138651714,191413.195482185,2340460.573376099
+    173.6480859665436,-45.201981543734014,78569.058670601,-130463.187227846
+    177.4911924134348,28.745659743619925,400088.829661593,8062509.084204686
+<EPSG:27207> +proj=tmerc +lat_0=-38.62470277777778 +lon_0=177.8856362777778 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    173.87259728534224,-5.856891334266393,-144816.480592445,4327472.441563968
+    174.8126811999414,22.76399144221402,-15749.31076884,7498496.916805693
+    175.0510940025024,27.327932206144013,19362.483053461,8003993.628639152
+    176.11132649361758,48.918248288465634,169920.223120471,1.0398999884450559E7
+    171.5291280678677,57.932898303013076,-76293.964961556,1.141851955308776E7
+    173.0419026977476,74.99584533264337,160080.57718715,1.3309279748761153E7
+    173.33030267081062,-74.08725096962002,160663.086499766,-3253748.92162717
+    177.39851931273552,61.95078256498067,274403.02609714,1.1848557775561308E7
+<EPSG:27208> +proj=tmerc +lat_0=-39.65092930555556 +lon_0=176.6736805277778 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    174.33038015568252,-16.635954128641615,49903.328583881,3249128.881344341
+    178.38452470308985,61.95714516077538,389738.72276462,1.1964286155457733E7
+    169.84207442083184,-26.763548752985784,-380480.437944532,2110833.731059767
+    176.46604818644485,45.41324045748192,283711.943176628,1.0121750965158083E7
+    171.60577590070014,-34.334482844320576,-166601.325469702,1278159.397183549
+    174.0787572549796,18.737355189147976,26227.897348957,7165320.375908853
+    173.19613234230366,51.7450786822711,59804.824104313,1.083159964207082E7
+    178.001878710024,74.20799599851864,340337.953672696,1.3330006337450461E7
+<EPSG:27209> +proj=tmerc +lat_0=-39.13575830555556 +lon_0=174.22801175 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    175.9380745547748,71.03436309525057,362026.958519108,1.2919060081664165E7
+    170.93912290026222,-2.133350506872432,-66108.011569765,4797168.384970184
+    172.80229448981063,75.87030058008872,261113.967637773,1.3458381248684797E7
+    168.02327529949116,-35.11217662029809,-266043.385898301,1128673.489936559
+    170.97826203875405,79.55219696215062,234195.310653341,1.3870825251442885E7
+    179.10672805340275,-75.48791138213366,436382.673908786,-3353643.16298801
+    173.55054791756172,80.12414614861748,287003.678923257,1.3932931914926378E7
+    172.77163906182793,50.90128766853422,197516.161280636,1.0675805536390234E7
+<EPSG:27210> +proj=tmerc +lat_0=-39.51247038888889 +lon_0=175.6400368055556 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    175.80738300171583,84.06229048760088,301915.230716929,1.4414488301421111E7
+    173.08005003863693,-2.0353927844251416,15067.061561009,4849990.797853307
+    175.5890992487031,-83.1098974829352,299327.758404873,-4157211.978079628
+    176.44256676643954,84.78147594351833,308134.898323703,1.4494867614457265E7
+    171.06905124844704,26.960485405887397,-154191.025867752,8066872.397357471
+    174.74385495810583,22.306055074390585,207616.476807787,7543339.630417839
+    173.4142274590256,60.859069732688425,179015.111864849,1.1827411876308033E7
+    168.9728843643766,63.572115240940974,-30806.945993456,1.2145002594947284E7
+<EPSG:27211> +proj=tmerc +lat_0=-40.24194713888889 +lon_0=175.4880996111111 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    176.44474011892038,-17.782500631446,401416.336642904,3189067.930284372
+    169.47234290717046,-51.1209055335421,-121038.602795625,-526577.856935764
+    174.14306333503538,29.636053422993953,169704.725352796,8436932.376926702
+    171.5821604127115,55.67601689509348,54289.886813275,1.1335950536961116E7
+    172.54461088182873,-11.907649852689104,-20828.30453728,3837678.578044957
+    179.22740415362998,-16.48742548178872,699470.765693927,3328953.644707286
+    177.45333239607785,41.91403755498706,463017.176091456,9800423.107841931
+    177.23889682151358,-19.442457364591476,483852.843657451,3004651.352544824
+<EPSG:27212> +proj=tmerc +lat_0=-40.92553263888889 +lon_0=175.6473496666667 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    173.47022278582563,-1.981238378225143,57690.001727236,5012955.568613434
+    178.02472058838273,-35.775647794460525,514962.120141391,1268860.723366588
+    172.37990548444645,64.4421726318428,142667.832940733,1.2385694634115726E7
+    177.5599756912704,-56.32552998277331,418314.65024612,-1014345.013456348
+    174.1627047600467,-68.32772479888612,238795.70585892,-2351063.672064549
+    175.08708819310814,63.46330406766427,272031.885091352,1.2272642043873288E7
+    175.67379817964903,66.23001471976829,301163.385367993,1.2580996472971633E7
+    169.01317907585704,36.08942262689152,-297957.320252016,9248257.578855101
+<EPSG:27213> +proj=tmerc +lat_0=-41.30131963888888 +lon_0=174.7766231111111 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    177.4860210244744,-4.985674221209251,600564.658473142,4721996.723179889
+    169.30302251276518,-4.42432883344145,-308483.150668039,4782440.656241423
+    177.8891636929065,-72.62158250950304,403768.509019857,-2790335.155963127
+    174.46882376634883,42.522207006429056,274674.085517984,9983804.063949108
+    174.61217822692848,-16.7766422058818,282442.257532034,3418287.913317843
+    175.27473272333756,68.42419369716882,320425.656648316,1.2867534336015811E7
+    179.6319918051204,-83.58040589969673,360573.503290765,-4013664.726928568
+    174.2661923319435,-19.293778332235775,246324.489107661,3139611.488879127
+<EPSG:27214> +proj=tmerc +lat_0=-40.71475905555556 +lon_0=172.6720465 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    173.23751946987,50.43155738468283,340150.740688756,1.0798017406209888E7
+    173.81834307172772,74.19045440154065,334852.605431311,1.3446061980122305E7
+    167.1237653692111,-42.35280611351559,-157211.474429534,502937.416198672
+    175.86675920983262,26.322014275153037,619052.066068583,8125352.059747742
+    166.22591570568042,60.40799109104657,-54914.688585646,1.1925985436647456E7
+    170.88056209140777,33.158022840068284,132828.830479964,8880629.757863775
+    176.75581176976263,57.061602985876675,547668.388957479,1.1543236276296968E7
+    176.75758020302953,-79.6709855376907,381757.364428652,-3642562.777287531
+<EPSG:27215> +proj=tmerc +lat_0=-41.27454472222222 +lon_0=173.2993168055555 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    169.82460392809548,40.67240250842897,6139.250705082,9781136.152264351
+    176.56469822523036,85.57708540851581,328097.346219215,1.478014245698729E7
+    175.201106711186,-8.639122845188098,509335.171610673,4315071.942496477
+    170.47025806596073,16.19453163872373,-2660.360596968,7064272.849037761
+    174.88481267380425,-19.590326252234505,466339.288393446,3103117.513364344
+    176.40832503870791,-46.345009940168396,539319.098519507,131735.131775924
+    175.97856750340566,-71.17802494725625,396492.183195777,-2631675.803796116
+    173.6680925330776,-56.146781073083716,322918.082485646,-954099.70335786
+<EPSG:27216> +proj=tmerc +lat_0=-41.28991152777778 +lon_0=172.1090281944444 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    178.63875489519341,-31.368763423292314,921815.373981119,1782236.659005771
+    171.3969692452302,-18.486875598870668,224773.826592729,3227592.888997057
+    175.1198995629386,51.92684752132794,507076.663736159,1.1032385833649287E7
+    174.35668312462482,-51.26425242618398,456868.663951674,-411309.655023847
+    170.32025556241888,42.83252504835113,153707.577551231,1.0018516873452533E7
+    173.38587066143506,58.13295593099642,375198.095076384,1.1719733045808664E7
+    167.72552873838688,-60.87247755250943,61993.047318173,-1486669.920438734
+    168.90540422422686,-44.39232268626425,44735.262680341,350164.908439461
+<EPSG:27217> +proj=tmerc +lat_0=-41.81080286111111 +lon_0=171.5812600555556 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    167.91846959435986,-31.688338626924846,-47400.650062122,1817309.319453598
+    170.2707841893223,-45.385598967354575,197360.109691299,301796.285818208
+    175.6100629640259,-66.23333573857093,481156.818584025,-2024259.302942378
+    169.2782496977878,86.62300563904137,284838.095667527,1.495603207290497E7
+    171.69624090296193,0.09507443580524466,312772.017048041,5341030.904791024
+    167.76801383697472,-60.09106271807059,87885.712571506,-1339913.145583197
+    166.3644280069062,10.619078985127757,-271646.193417545,6509691.293574492
+    176.6015710183277,-72.46745063891942,468700.095451394,-2720910.534696956
+<EPSG:27218> +proj=tmerc +lat_0=-42.33369427777778 +lon_0=171.5497713055556 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    166.86270096182196,34.71882696956236,-129551.5210209,9242164.301063912
+    168.8945484515169,-32.943411535612874,51648.383041499,1738919.130948596
+    165.9292440340217,-25.40413450912049,-266127.653879035,2565771.2670512
+    173.7096989835788,38.22116828459124,489129.357711991,9623015.543071354
+    172.0349997220937,67.79484451362231,320451.472693191,1.2912000809281085E7
+    167.1932465554623,82.24332695146745,234372.054082889,1.4527121982973086E7
+    178.18625702428994,53.11065853378409,744130.643492171,1.1296385909561459E7
+    165.92497073960016,-59.57229585327591,-17656.236573335,-1231376.01042926
+<EPSG:27219> +proj=tmerc +lat_0=-42.68911658333333 +lon_0=173.0101333888889 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    176.26066105730592,-72.4961917224797,409123.612218126,-2622453.631523861
+    175.3615366261303,27.550801893248575,532254.952671084,8479062.4006966
+    170.54294979649825,15.991048270237826,35802.879420125,7198362.51990267
+    169.2478903361986,-72.45955033175501,173475.053582865,-2619375.996653578
+    171.16432167605706,18.020361311998684,104474.342696483,7422360.937723475
+    167.52664383441422,-84.24149249970762,238655.070745391,-3933716.885656483
+    177.74854570417983,-62.71886460417929,542254.752372408,-1537964.699009956
+    173.09008013578165,-37.87694603807013,307019.945150701,1234158.242193825
+<EPSG:27220> +proj=tmerc +lat_0=-41.54448666666666 +lon_0=173.8020741111111 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    172.00363251020673,-80.66335916496935,267429.970597502,-3658858.733376536
+    167.6646906882927,-14.825216117134289,-361759.4603762,3652148.19078307
+    178.88215923520838,4.470709308644061,864526.138836248,5797264.675140536
+    174.5229641357761,-75.60251188890157,320023.91127572,-3093457.421742768
+    174.76255461153232,-80.91291695438491,316951.974946201,-3686360.825807534
+    172.55115859443458,-56.466678906727616,222893.567505957,-960379.139295279
+    170.4349064640461,-25.174947702664717,-39584.94420733,2511190.710708951
+    177.50090474796602,66.92249433690603,461761.738128763,1.2731770026015393E7
+<EPSG:27221> +proj=tmerc +lat_0=-42.88632236111111 +lon_0=170.9799935 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    176.5214372050209,78.48453623428634,423357.835704135,1.417215369159528E7
+    173.64888465028815,-32.838765798680846,549895.182629632,1811890.391395205
+    174.1620150777971,33.816451878937016,594641.82292733,9197989.265834624
+    168.86840660839962,85.13124009909811,279973.213348681,1.490894653470188E7
+    166.5212767953204,77.67385330651271,193777.720106906,1.4079829003974024E7
+    166.08389134348056,27.475049405386528,-184294.893086301,8499930.898985036
+    172.89238630411657,-71.71091996347937,367006.9103181,-2511029.353153144
+    176.49475653425148,65.17292934300914,558210.755395624,1.2692205140750794E7
+<EPSG:27222> +proj=tmerc +lat_0=-43.11012813888889 +lon_0=170.2609258333333 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    172.44228964266526,-86.42811686753707,315193.252502968,-4128525.130011687
+    166.7363083456563,-37.755128292181716,-10665.419329694,1288596.927732482
+    175.50425682477123,-12.138887828960733,871441.516164866,4126860.109346035
+    174.79482321482024,6.725254527907651,801762.844189859,6220880.844517326
+    163.6847042779465,-80.16355979222814,174803.241314317,-3435719.189249893
+    174.91470912818122,36.070380355702085,719360.754884542,9478398.03543059
+    166.0695810827995,-41.67928283779656,-49041.767431533,850254.73847386
+    165.59792672259755,48.30999988527327,-45887.555759322,1.0838486720964247E7
+<EPSG:27223> +proj=tmerc +lat_0=-43.97780288888889 +lon_0=168.606267 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    165.04737650303815,74.99855822809539,197167.52110333,1.3901482282994678E7
+    170.16498185493361,-56.33022063977635,396418.606888603,-675254.610273606
+    175.460636661729,55.47036693086926,733119.767537808,1.1742490650090722E7
+    173.50028170504478,-22.312145277146215,804684.701470275,3094637.689772849
+    168.03472492396665,41.874694480328685,252525.592905104,1.0209315828661913E7
+    171.39958491632018,20.11699032415754,592168.342844543,7799104.473147536
+    168.3023719696454,18.555778930890767,267889.056588572,7623853.557233285
+    170.26291607825306,17.23206174696041,476190.338081627,7478067.822633039
+<EPSG:27224> +proj=tmerc +lat_0=-43.59063758333333 +lon_0=172.7271935833333 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    176.61299138904803,19.993117338990288,706879.2413242,7744644.652278326
+    177.4236804971492,12.458557554299645,811088.551130802,6910624.964532119
+    170.06223039463728,51.94438754754793,116727.324231885,1.1288986444545684E7
+    169.16964663725258,13.54184130581551,-85352.947281386,7028749.798840316
+    170.968522954382,-41.47008941590327,153074.869816732,933880.814821036
+    172.3790280606215,-24.462711055601773,264680.42663976,2821593.300476011
+    171.14950422725144,-51.128753326992644,189553.502013181,-139442.869147033
+    166.06388580205927,10.353960810929863,-431367.242973317,6680950.794128259
+<EPSG:27225> +proj=tmerc +lat_0=-43.74871155555556 +lon_0=171.3607484722222 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    167.7845407003135,10.77745860005922,-91407.006855078,6739977.902392046
+    169.8696645900922,86.04491246014524,288500.500779308,1.5106592692133678E7
+    168.09651563019887,-24.433906847263984,-31161.184937467,2838485.149866262
+    168.58302038065386,-26.72475523299201,23542.045170816,2585587.095540887
+    172.85995095061264,-37.511019137527605,432541.055715304,1391441.519246412
+    167.1839629990664,8.875842400133251,-159862.51042692,6529942.009018098
+    167.36272239985934,70.23003079526069,149079.295582096,1.3345739034069933E7
+    165.15147926376827,56.19218006979355,-85245.412716744,1.179339324169478E7
+<EPSG:27226> +proj=tmerc +lat_0=-44.40222036111111 +lon_0=171.0572508333333 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    165.72864112631302,17.819484152392917,-265617.103497729,7597554.000613979
+    174.49561774389477,-52.12878880228877,535424.033221419,-164921.81072401
+    171.17811215741455,0.5225798306995841,313426.550285923,5676205.357281794
+    164.82768900206457,81.60469970122008,198589.715893438,1.468860771927786E7
+    176.77352012992532,67.67181672651262,542149.607668868,1.3139204168584056E7
+    169.11104433273036,-14.41788617370851,90066.047232998,4022907.776423554
+    171.65611879847316,-7.155774819166112,366127.452751636,4827068.466565803
+    167.9973613566743,31.832952266772068,10233.980294609,9145963.23480304
+<EPSG:27227> +proj=tmerc +lat_0=-44.73526797222222 +lon_0=169.4677550833333 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    173.0790959581901,70.65034040613145,433517.664982535,1.3501274829388916E7
+    170.97288077567646,-15.947471600805557,461141.002637935,3890972.329416341
+    169.79698865438849,-68.07371751845017,313732.913505446,-1898798.858053288
+    167.40745454627904,-19.59698666883226,83792.689114111,3486318.846636917
+    168.21445150652983,-88.72128955132408,296896.357402115,-4203822.573302279
+    175.29144861380638,-78.31998315060527,431472.270637437,-3048759.650196519
+    170.44513781018802,-20.11660572148668,402191.706962422,3429800.181677999
+    166.4033315154246,87.13481596637328,282887.77239062,1.533826458176561E7
+<EPSG:27228> +proj=tmerc +lat_0=-45.13290258333333 +lon_0=168.3986411944444 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    167.1547571778262,57.22279640353403,224834.935672649,1.2045293050665788E7
+    168.82399583139477,-48.29117127249829,331560.237713016,348640.30012934
+    165.57215563927463,-26.837576109202125,18968.791588067,2726786.833864194
+    174.35237791880954,-4.8575408347808775,961579.591193662,5159554.637138362
+    169.8928045454585,-25.92586590212882,449683.829215758,2830079.733877979
+    163.30617083355338,-68.07409902462373,87917.763221055,-1863366.731783732
+    168.28325057875833,-2.5455253789392316,287143.03248152,5418139.732550111
+    166.87803340603466,25.017273880773345,146470.113781607,8468548.905862201
+<EPSG:27229> +proj=tmerc +lat_0=-45.56372616666666 +lon_0=167.7388617777778 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    173.2657484800118,43.28730720971993,748599.228985646,1.0557188300434224E7
+    169.91603181575266,-67.93321529928988,391308.35375774,-1792625.913211451
+    170.2773067044469,72.28931417868748,386191.071663961,1.3774081456912724E7
+    174.27038972924845,-19.294590475543544,987666.58147237,3600182.0056371
+    162.81814975533004,72.88352585879397,138427.79715474,1.384521112411949E7
+    165.23928362035062,16.056466185465823,32425.207311268,7525069.473388015
+    173.06276798889817,-7.920161305045795,887851.801167654,4867885.351994624
+    171.82272182776202,-11.3129382463015,746179.046289607,4493264.25599741
+<EPSG:27230> +proj=tmerc +lat_0=-45.81619661111111 +lon_0=170.6285951666667 +k=1 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    166.68772401399042,-86.23761846336545,271157.007707022,-3807239.734137385
+    174.2293704147271,11.932788188499416,692453.383623195,7097810.952080805
+    168.96809640630212,-35.28190635765685,148916.576860793,1868352.216311048
+    177.04545946255521,55.41381258846732,706095.743929246,1.1937869923365936E7
+    163.80447048924037,23.77967829939341,-396721.184890754,8423327.906646596
+    174.6238495412381,9.228245341419367,739357.537654837,6798553.033907513
+    166.80947599793546,-2.5999037292101264,-125061.883032991,5487427.45916541
+    176.7307743256669,45.15360307687618,779839.393127952,1.0795928501545088E7
+<EPSG:27231> +proj=tmerc +lat_0=-45.86151336111111 +lon_0=170.2825891111111 +k=0.99996 +x_0=300000 +y_0=700000 +datum=nzgd49 +units=m +no_defs  <>
+    173.42839727118127,30.57572493412178,601804.722132933,9168542.905655788
+    176.40117891021998,87.63878887702077,328091.87037096,1.5520180408918677E7
+    174.08527299151035,-62.10156425292013,498503.316527632,-1113488.155945336
+    173.43154586598666,-77.37086832655923,376861.475109131,-2812997.191171553
+    175.00951528991467,-57.064733106381595,586622.233720478,-556491.031921304
+    173.27970441394726,67.25013186766475,429328.52341222,1.3245787597151529E7
+    164.44531634596163,-37.6718096001068,-215200.018072895,1593339.898890593
+    171.1501717054298,36.88518844353172,377312.951003216,9864512.403756335
+<EPSG:27232> +proj=tmerc +lat_0=-46.60000961111111 +lon_0=168.342872 +k=1 +x_0=300002.66 +y_0=699999.58 +datum=nzgd49 +units=m +no_defs  <>
+    168.8719420782593,17.952802951519857,356023.890439817,7848598.604487401
+    169.50418292001828,-15.937584049480137,424331.973308184,4099564.418717016
+    174.36928734627958,74.23679930130132,482523.204400977,1.4114050487165153E7
+    174.75293753860905,-68.22575158664995,565073.812544439,-1722243.733567212
+    168.09421676774363,10.618049812475888,272765.548886163,7036958.763858893
+    172.0037287784731,-34.289386142901584,637136.114119461,2060780.838615274
+    167.85472573854906,-50.61866466383867,265454.193716495,252824.548800871
+    172.119556489519,49.95750918833562,570967.956634443,1.1405877214413151E7
+<EPSG:27258> +proj=utm +zone=58 +south +datum=nzgd49 +units=m +no_defs  <>
+    163.2513829614009,-49.37066063162767,373057.191319852,4529589.683081699
+    164.3858458067899,-52.17694525392404,458007.281692187,4218824.871093202
+    166.286475016128,44.97378237882353,601422.524608977,1.498085180315784E7
+    167.78609654306732,-44.871045811185,720079.096519325,5027323.398711159
+    159.45228222992338,-75.69463915863905,347212.102901105,1591439.634025259
+    164.93771390683426,-13.398817215319312,493239.542575116,8518531.347716562
+    164.45474250142493,-27.582605299011846,446171.778484122,6948657.236866633
+    170.65298239515295,-66.45398351809276,751732.40335496,2617814.863673918
+<EPSG:27259> +proj=utm +zone=59 +south +datum=nzgd49 +units=m +no_defs  <>
+    164.27706325526697,76.96433421852109,331045.879368207,1.8552648249829203E7
+    164.27105013136952,16.25536248004512,-220483.664923799,1.180893725816424E7
+    177.04491826265888,-29.75283430315227,1085003.560258481,6692994.194345095
+    171.27609814616372,33.250551367475765,525689.686712317,1.3679049036425529E7
+    168.33805178799312,-86.60557754191943,482426.529332218,380343.512890982
+    164.81691861289585,-19.462463136738847,-149971.117996904,7836040.146142822
+    166.8469731226137,33.50224051927802,114074.485466886,1.3714648186584065E7
+    167.2264459066022,88.11374746511027,486130.081072226,1.9788075600102365E7
+<EPSG:27260> +proj=utm +zone=60 +south +datum=nzgd49 +units=m +no_defs  <>
+    170.06794784805825,59.430160470883095,107130.835978775,1.6608541074200097E7
+    173.69800982268808,12.261808599351411,140667.893206562,1.1357564041377995E7
+    173.6599346912527,57.06715159630167,297469.310388327,1.6329893275583096E7
+    173.84756870464815,22.371142283353166,175290.006877529,1.2477212238263592E7
+    171.83325537363456,70.48501472631435,307536.010367805,1.7828298339182306E7
+    176.5344605126161,1.180117514559285,448172.000146626,1.0130261773204042E7
+    176.41096755872877,73.13461850321491,480899.562596959,1.8115756438647613E7
+    176.47509472963532,88.14613866076911,498086.468710525,1.9791245965386417E7
+<EPSG:27291> +proj=tmerc +lat_0=-39 +lon_0=175.5 +k=1 +x_0=274319.5243848086 +y_0=365759.3658464114 +datum=nzgd49 +to_meter=0.9143984146160287 +no_defs  <>
+    172.20825589143536,5.456285631281148,-99202.155011033,5783594.503424449
+    172.9810787410667,1.6458206690588355,-6673.7940941,5321879.827196762
+    177.5401554981579,-24.569559292889465,526022.502468758,2148060.367757453
+    173.54908016515722,-28.376844630701285,90825.594440931,1686712.710887251
+    171.14842381090213,-39.28885492896891,-110668.346878003,354828.077556747
+    176.82224134769422,78.95556583464764,330913.354083869,1.4712818178305482E7
+    177.51772057238819,-51.44482971332884,453396.820587797,-1114879.372829836
+    179.00998794251103,-62.215612650362104,499638.368154195,-2429845.44604147
+<EPSG:27292> +proj=tmerc +lat_0=-44 +lon_0=171.5 +k=1 +x_0=457199.2073080143 +y_0=457199.2073080143 +datum=nzgd49 +to_meter=0.9143984146160287 +no_defs  <>
+    166.86182138021536,88.10320232649346,481253.776549904,1.6537826458669012E7
+    178.1913659638758,26.02707227984409,1233499.029173913,8998374.678397361
+    177.21765162542286,45.29961929003338,990428.512992942,1.1335645256639156E7
+    167.37995919929304,-23.555296389347703,39670.674783513,2973288.245256756
+    172.24997927815798,-18.901810393358986,586390.10318046,3543209.750047517
+    177.55837151890822,-50.319379713780286,971700.507596803,-287746.984215358
+    169.34395251539627,-44.63389782056799,312897.286714985,420292.062031086
+    166.44222519372937,80.2089487846217,395053.804686986,1.557741536356346E7
+<EPSG:27391> +proj=tmerc +lat_0=58 +lon_0=-4.666666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+    0.3511513957079031,50.54312607072259,-404018.290102933,-814543.883090343
+    5.729892704981481,-73.0594941773674,-10851.443796723,-1.4540744126102123E7
+    8.325618684903052,-56.32549137895061,140216.612901342,-1.2677742323949512E7
+    12.12502862388983,79.01628362190704,129122.381125704,2350622.204846132
+    10.272647130336875,-65.57786085142791,194261.557284846,-1.3712773014547272E7
+    3.450402166980541,-45.809932305146866,-202615.680420646,-1.1509016144909484E7
+    12.50755696533385,-39.81192710187734,552499.148708955,-1.0859478743906727E7
+    6.295097718625489,64.12472329906495,11878.853135675,682400.958898733
+<EPSG:27392> +proj=tmerc +lat_0=58 +lon_0=-2.333333333333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+    1.8288100121218804,-67.17599948906147,-283829.272043302,-1.389942158759377E7
+    10.55522269243508,-56.779401236251985,132217.958205053,-1.2728069882333148E7
+    12.482231098384327,-58.51803334942684,238230.997978128,-1.2926855689825043E7
+    2.53713043943195,-58.919553678010004,-336988.852006576,-1.2979036122196821E7
+    11.06656660784775,-61.452554223086054,142566.906739013,-1.3249411684197769E7
+    4.172217149975221,-80.42972989224617,-78484.610884006,-1.5366202766986541E7
+    6.997661710063963,62.58089726548525,-71280.843588706,511056.935499155
+    9.10912604855598,87.19946680876956,4125.593234014,3257780.889174714
+<EPSG:27393> +proj=tmerc +lat_0=58 +lon_0=0 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+    4.784909982044365,21.89341742081976,-614169.207638916,-3997416.642383477
+    15.796701227242043,-39.72749527226531,435009.259738871,-1.0842486050754799E7
+    5.178340938642194,-65.4892663756666,-256647.857248813,-1.3707683770777212E7
+    6.283114133187436,16.995919659687303,-472938.727166011,-4546077.789049671
+    6.015416197725377,-63.279879676538364,-236225.981047152,-1.3458775187055046E7
+    14.78567502176027,-2.9001615201122064,452194.475997405,-6752724.613886317
+    10.276360858727607,52.954594570181825,-29737.208324757,-561726.181785089
+    7.176510220695635,68.80703844270789,-142809.734027361,1208630.185712387
+<EPSG:27394> +proj=tmerc +lat_0=58 +lon_0=2.5 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+    20.21540159895272,28.35895858466357,686693.550972038,-3273189.410098239
+    9.316910288880333,-37.668415347780254,-344654.350621293,-1.0608761398509258E7
+    6.5274191600981775,-56.88209394136896,-407871.265562409,-1.2757400070438422E7
+    14.14118692118521,-52.6221577849068,62087.759096233,-1.2263676479351403E7
+    12.669001907552722,-7.207456504281581,-61028.224041662,-7228224.504536135
+    13.104287371851372,0.4990460347638219,-13025.010168742,-6376057.459749096
+    13.105199722721355,-38.30263335705919,-10308.541732965,-1.0671986692065328E7
+    6.4660362369701625,26.92699625663691,-671729.673749463,-3433803.213263486
+<EPSG:27395> +proj=tmerc +lat_0=58 +lon_0=6.166666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+    21.890017639152934,29.96157347200635,483244.224619053,-3104988.701108033
+    23.313204163585034,11.312889033197067,702850.831525114,-5172508.805567973
+    15.389640958371583,-74.06643157474564,-46144.940633974,-1.4653704957228316E7
+    19.484954603000716,84.17556558315476,29651.207622969,2920661.867802253
+    19.448092968707222,39.85663437817374,219245.595150871,-2014652.403108589
+    14.87812713081805,62.589497890436405,-103048.937466989,512822.978188758
+    18.242868135381137,-54.75297494220057,87039.535051761,-1.2501265871131536E7
+    14.014710869323707,60.55214548115481,-157406.738427583,287620.221605149
+<EPSG:27396> +proj=tmerc +lat_0=58 +lon_0=10.16666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+    16.73279260708019,70.23851443256174,-156514.976105119,1369505.281607148
+    17.51423680425006,78.35220864275766,-75787.350584862,2271905.289076532
+    23.79213982411811,1.2901390884968578,323373.552956806,-6288446.822206657
+    14.48355034491771,-1.4603010465721695,-714131.517434663,-6593728.629862755
+    22.70402058570287,-68.73810660124765,73313.836443577,-1.405979175593331E7
+    17.690918458314396,-45.034351528211396,-252028.689431492,-1.1424568849849131E7
+    16.431251339071544,-64.66748515418276,-212875.008712345,-1.3612302820924377E7
+    14.902670619662507,63.45558076108313,-298000.231016851,621688.56038784
+<EPSG:27397> +proj=tmerc +lat_0=58 +lon_0=14.16666666666667 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+    28.082342591752436,-26.647579233239277,318065.299128173,-9383638.945954435
+    21.113674231420767,-79.35983411797568,-77944.699179095,-1.5246507349515773E7
+    20.162615373325455,78.603043400366,-103916.658288188,2301913.892215179
+    30.910042015005708,-28.670155491306495,589118.489240176,-9618668.083229166
+    31.400219207236475,-24.505104135619646,660864.718874222,-9157971.153102001
+    28.211496151339535,-22.22027028321807,342742.903518381,-8893075.936941609
+    21.687019610296097,56.111999755675384,-198867.523453187,-205790.641662761
+    30.203558013563292,51.66876715856557,367849.467860351,-691565.8589797
+<EPSG:27398> +proj=tmerc +lat_0=58 +lon_0=18.33333333333333 +k=1 +x_0=0 +y_0=0 +a=6377492.018 +b=6356173.508712696 +towgs84=278.3,93,474.5,7.889,0.05,-6.61,6.21 +pm=oslo +units=m +no_defs  <>
+    27.20951022130212,-87.43690405304196,-9371.165257751,-1.6146032103938326E7
+    34.193691572859265,-47.34900534600822,388127.986261982,-1.1689716191656105E7
+    25.50389821537065,82.42921346968507,-51947.477303536,2726522.582273084
+    29.06071852813681,-59.385322836500194,228.727140869,-1.3016259412791137E7
+    22.29332570606257,44.896804875494524,-533839.261703581,-1435672.539971869
+    27.0522423583976,-36.75837012419828,-178844.113229831,-1.0502530370445954E7
+    31.526366194774855,10.434136555487001,270815.640526084,-5276433.539169485
+    34.912961148366634,73.5222796227641,185540.987787742,1739622.17307646
+<EPSG:27429> +proj=utm +zone=29 +ellps=intl +towgs84=-223.237,110.193,36.649,0,0,0,0 +units=m +no_defs  <>
+    -13.419604287284187,0.31856271357271737,7649.637270295,35279.806509921
+    -14.498719971516236,11.36753529336805,-100877.5962094,1262280.439187451
+    -5.25250252839648,38.43001557534548,827072.041203667,4260166.46997618
+    -3.6017228240396015,37.01588755405548,980344.17443852,4110265.261977813
+    -5.398150410436806,20.695449220763464,875204.61206331,2292586.115303037
+    -10.402485118148817,-77.06467828072414,464882.727858781,-8554471.471384175
+    -14.139089544474887,-47.05092630098916,109631.790951252,-5223694.203313989
+    -11.032055218684608,-38.39930071857444,322480.029581658,-4252115.637049463
+<EPSG:27493> +proj=tmerc +lat_0=39.66666666666666 +lon_0=-8.131906111111112 +k=1 +x_0=180.598 +y_0=-86.98999999999999 +ellps=intl +towgs84=-223.237,110.193,36.649,0,0,0,0 +units=m +no_defs  <>
+    -7.21869604730914,60.44191247095657,50378.762886923,2310989.423712077
+    -10.131109315305988,79.60397440601997,-40180.332526839,4448985.231041182
+    -8.047344517580292,46.965180333003445,6538.750952035,810692.317916714
+    -10.039553806506444,-59.75243644545674,-107128.721027386,-1.1020762574366735E7
+    -4.421053267529345,-68.6714530023223,150712.385117976,-1.2018056838665653E7
+    -14.40639594178543,39.55334945001829,-539383.742339495,6094.163776138
+    -3.268697910659416,72.2957554334761,165079.75627793,3639162.124471947
+    -15.100796284926068,-57.536738940663355,-416859.919646223,-1.0793851712049915E7
+<EPSG:27500> +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=5.399999999999999 +k_0=0.99950908 +x_0=500000 +y_0=300000 +a=6376523 +b=6355862.933255573 +pm=2.337208333333333 +units=m +no_defs  <>
+    16.595101743895654,81.39248868702151,691183.543630536,4134813.241107152
+    -61.740789729101266,14.670130155694167,-7099660.300578276,-8275.312732908
+    77.25240762699391,59.67781942346647,3939862.351902964,3148255.47842512
+    59.743852621667855,56.41238295336911,3481652.088708154,2142500.013139333
+    -39.4600871548472,19.984246816643957,-4694699.777950479,-1425468.383081427
+    -40.845409759394045,73.99171715584004,-1075663.991964882,3658253.936298392
+    -55.98383921869693,75.63573463956286,-1305237.430092321,4153869.129437317
+    72.879933882633,17.159780630468802,7512109.287242818,-227918.925727678
+<EPSG:27561> +proj=lcc +lat_0=49.5 +lat_1=48d35'54.682" +lat_2=50d23'45.282" +lon_0=2d20'14.025" +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +nadgrids=ntf_r93.gsb +units=m +bounds=-4.416666666666665,46.65,9.18,51.300000000000004  <>
+    0.18240099467414606,50.70084348205154,447822.248657583,335749.731598569
+    0.9331174400163427,50.72485379853146,500898.93039386,337167.651206067
+    2.545955623097825,47.5607234893418,615767.994935354,-15634.238112931
+    7.749809603914515,50.44934828163498,984161.35982344,319401.881452139
+    -1.0922255648498522,50.33834417490007,355990.416644861,298802.195954715
+    8.729786901784799,48.67514602151185,1070273.905712521,128243.207736361
+    -4.333309987158797,51.19431458229903,134211.681457075,409113.828883267
+    1.1731830014909175,50.71607717203845,517834.559535807,335902.29111521
+<EPSG:27562> +proj=lcc +lat_0=46.8 +lat_1=45d53'56.108" +lat_2=47d41'45.652" +lon_0=2d20'14.025" +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +nadgrids=ntf_r93.gsb +units=m +bounds=-4.416666666666665,43.95,9.18,49.65  <>
+    -1.1133365185429613,46.3561696607643,334590.433494117,156502.072351671
+    3.0874804507525653,45.63813153451019,658552.478959508,71143.221253895
+    -4.30607890123232,45.50774208566874,81444.273871585,78297.022365073
+    7.163753008952871,46.17259826134177,972512.142159272,141710.032011184
+    -3.125375635438387,46.459148525122515,180796.103686008,176691.792555113
+    -3.6358996293096366,48.29849657730925,157207.549947712,383442.357958938
+    -3.27634515762172,46.42448034097477,168953.266260769,173664.349652023
+    -2.0042440238165162,46.66226754677738,267991.824542247,193869.189478427
+<EPSG:27563> +proj=lcc +lat_0=44.1 +lat_1=43d11'57.449" +lat_2=44d59'45.938" +lon_0=2d20'14.025" +x_0=600000 +y_0=200000 +a=6378249.2 +b=6356515 +nadgrids=ntf_r93.gsb +units=m +bounds=-4.416666666666665,41.49,9.18,46.95  <>
+    5.248868656095957,46.65569220077895,823071.560393645,488045.265500711
+    -3.4493869915884816,44.008526482123635,136434.227145081,206138.130591396
+    -2.522629348184635,42.19658971357307,198715.870778788,378.040882879
+    4.567472798128226,46.16178089876832,772382.476987579,431493.636946445
+    -3.246649867341886,46.72146142973084,173089.242755033,505899.007538168
+    -4.007756701040017,43.93963141635213,91193.38038016,201801.774066218
+    8.290835975632522,43.39091449780428,1081988.039463948,138654.923060995
+    3.5219714239015083,44.69297807859731,693954.617792124,266562.331242614
+<EPSG:27564> +proj=lcc +lat_0=42.165 +lat_1=41d33'37.396" +lat_2=42d46'3.588" +lon_0=2d20'14.025" +x_0=234.358 +y_0=185861.369 +a=6378249.2 +b=6356515 +nadgrids=ntf_r93.gsb +units=m +bounds=-4.416666666666665,41.49,9.18,44.267667  <>
+    -2.544556181890229,43.769485647452164,-392694.173102384,375360.931743444
+    5.293428616903728,41.7317796332518,246180.966307288,141998.148829765
+    7.009942744222948,43.498911614579974,378103.711394018,344390.960922365
+    -4.027673955264839,42.12733065977337,-525480.018944334,201288.982200772
+    -1.4828745620749175,42.48330838142352,-313687.436157043,228243.922323639
+    7.244603833524365,44.169531161055865,392774.108343767,419873.481634512
+    6.884826595404653,43.73663784706297,366590.113041849,370227.056421845
+    6.567126642841282,43.10451340145096,344500.675832817,298753.614273012
+<EPSG:27571> +proj=lcc +lat_1=49.50000000000001 +lat_0=49.50000000000001 +lon_0=0 +k_0=0.999877341 +x_0=600000 +y_0=1200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+    14.696950386781168,9.378025318031966,2273669.661723324,-3453831.398330674
+    -8.147508433893705,8.915966278210337,-830240.964136485,-3555181.96940136
+    -30.37647967772675,77.0665180820719,-336753.315950369,4636926.822291068
+    13.852922613266315,21.842490842193364,1914953.140873051,-1879097.199508847
+    60.48484139412176,44.00361160778086,4832513.853482198,2307458.560722096
+    -50.406396582780324,10.924968842330397,-5866957.348206225,-1020672.87331156
+    30.923401984023457,20.01784694595076,3882331.69138556,-1575105.0025727
+    59.971978302470546,78.12577438382803,2044498.439637162,5152464.313907875
+<EPSG:27572> +proj=lcc +lat_1=46.8 +lat_0=46.8 +lon_0=0 +k_0=0.99987742 +x_0=600000 +y_0=2200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+    19.2207327202549,31.968971095829126,2233563.495531333,712240.481038215
+    -25.171063957727625,35.625815416053136,-1885118.547670983,1391000.011046239
+    73.51108806632021,65.59737850581836,3639817.476928876,5814566.177232036
+    77.44041572006861,45.974346167500926,5574278.307398525,4683760.897540804
+    77.94482005797136,47.999962304141185,5412023.065107442,4844539.593609557
+    16.006404063877767,-12.524222047100078,2984169.854250083,-5370799.239237589
+    -36.17650143825253,54.91580015357893,-1797142.921488302,3705267.521555636
+    15.221629997411725,84.62709820850147,807170.50891329,6947369.263629105
+<EPSG:27573> +proj=lcc +lat_1=44.10000000000001 +lat_0=44.10000000000001 +lon_0=0 +k_0=0.999877499 +x_0=600000 +y_0=3200000 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+    77.81871322697643,59.36807580439195,4465996.500271617,6828280.32585897
+    80.25866987444007,17.539785470863627,8418342.572691305,4158428.341643375
+    -51.87955098163541,80.3440738215165,-715318.224782753,8091546.401061419
+    80.72360792091365,79.44845705940719,2463189.641425965,8465100.269850187
+    49.3539337770448,29.99059060301297,5017494.970902855,2915936.792594117
+    -30.16757652694931,35.34064525254894,-2310709.468223759,2806065.646283091
+    7.925573624027237,76.80524556772983,781493.995399162,7122783.413647046
+    -45.38469518965488,53.74588809119342,-2419915.946180242,5178499.846020443
+<EPSG:27574> +proj=lcc +lat_1=42.16500000000001 +lat_0=42.16500000000001 +lon_0=0 +k_0=0.99994471 +x_0=234.358 +y_0=4185861.369 +a=6378249.2 +b=6356515 +towgs84=-168,-60,320,0,0,0,0 +pm=paris +units=m +no_defs  <>
+    21.84318923925231,42.499725190959026,1589694.349524328,4405444.1102547
+    17.633361639856886,41.32745054379323,1274069.473091953,4207275.335920202
+    -60.11345342667525,-5.531392832324675,-8648197.907507101,1607118.457899795
+    64.70382431857715,15.556994002223789,6743045.852690835,3714644.474577072
+    79.40006442921745,88.48857707320687,523973.372822689,1.082545898250068E7
+    28.827439904061038,78.5696835331022,794320.08438085,8763078.057076372
+    -82.19571841567664,36.66975719783962,-6408684.346469383,7036162.008094782
+    -5.497372110264607,3.2103977718402774,-1071307.131545477,-403030.942867511
+<EPSG:27700> +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +datum=OSGB36 +units=m +no_defs  <>
+    -0.3277962149535192,-15.236614616295995,579672.950155941,-7212733.019184672
+    -3.2066312539434954,-35.46468975661578,290610.37694491,-9452660.538899325
+    3.20300604211144,75.11799169637413,549094.541720656,2815854.244107766
+    -4.911686094512188,-59.74250459691491,236478.854336451,-1.2153479811041258E7
+    -5.016272191661686,-74.96799793298814,312822.640325459,-1.384918874357402E7
+    1.503771250653294,-50.527794542098206,648379.925230546,-1.1130443823636811E7
+    4.114540732296803,-3.2462221771272084,1080671.828205748,-5888465.277066727
+    -6.868875855970852,8.312754615321978,-136665.282884753,-4605433.405496147
+<EPSG:28191> +proj=cass +lat_0=31.73409694444445 +lon_0=35.21208055555556 +x_0=170251.555 +y_0=126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs  <>
+    35.34299057642364,-26.33831976289501,183535.058405368,-6299846.751276318
+    35.41900786956791,-9.976774227204459,193112.272991139,-4488855.117459107
+    34.49502549891768,18.657821043554208,94618.451425821,-1321617.735846389
+    35.48668327425083,-14.702707204586915,200013.184749035,-5011667.441885713
+    36.00276365314012,-3.0945304368728017,258285.830934881,-3727776.796143977
+    34.90713699730771,-3.898546464754105,136530.856188691,-3816661.527586224
+    36.01740503518042,6.120412690295538,259489.929699099,-2708711.373782316
+    35.39711754187372,-70.31413017494874,177361.064402422,-1.1189262374197844E7
+<EPSG:28192> +proj=tmerc +lat_0=31.73409694444445 +lon_0=35.21208055555556 +k=1 +x_0=170251.555 +y_0=1126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs  <>
+    37.881280259674874,24.507800811844547,440820.06411786,328618.150255061
+    38.73759609789162,18.225707471898488,543362.18941707,-365978.667642315
+    30.254142975819114,33.618942736968165,-290139.480272216,1346873.537175982
+    40.12070690645564,-59.330304911823596,449675.984559682,-8975091.346947892
+    34.36884385639096,-69.08210232746947,136798.87969577,-1.005204975711095E7
+    30.373018522153245,84.11451625848306,114416.77861426,6961507.572573517
+    34.01874752086168,18.05372354347638,43925.838284149,-388229.402345994
+    34.19788059100532,-77.23578149047873,145348.570457643,-1.0961891019410515E7
+<EPSG:28193> +proj=cass +lat_0=31.73409694444445 +lon_0=35.21208055555556 +x_0=170251.555 +y_0=1126867.909 +a=6378300.789 +b=6356566.435 +towgs84=-275.7224,94.7824,340.8944,-8.001,-4.42,-11.821,1 +units=m +no_defs  <>
+    34.46625323018645,44.95014369123791,111219.505266201,2594158.447733067
+    34.6803384193074,29.468978135425402,118618.872407432,875824.711446575
+    34.25290188612008,0.9259844731733722,63614.757161136,-2283170.010342027
+    35.90837477735461,-38.860300511518815,230907.763611649,-6688691.123004728
+    35.12641909198066,-64.53990329849178,166315.187119102,-9545322.951069357
+    35.33770911442129,1.530698705135535,184353.058581606,-2216312.403520783
+    34.727560314288596,60.14835779752994,143039.585258849,4285216.207155017
+    35.997164297237696,15.615557071131363,254482.581719971,-658298.550160333
+<EPSG:28232> +proj=utm +zone=32 +south +a=6378249.2 +b=6356515 +towgs84=-148,51,-291,0,0,0,0 +units=m +no_defs  <>
+    8.269418762490716,87.56498472477381,496461.359146279,1.9725907340466186E7
+    7.192537792279406,-48.42896016096321,366221.188782176,4634705.184222048
+    10.906977430232725,-21.355245686544606,697672.020723523,7637622.182739735
+    2.9149373415878435,-77.48839529681536,353017.766909539,1391346.244449625
+    4.404513373015411,-8.897666017606213,-5843.990632927,9013611.729536213
+    14.695117637125058,-13.46447837499555,1117259.730297782,8504628.207326002
+    7.989504715700507,-59.50424081867207,442723.424955577,3403618.638270238
+    15.870061170071317,74.6498596320377,702491.363272177,1.8296175209350526E7
+<EPSG:28348> +proj=utm +zone=48 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    109.1703095789394,66.66823751086912,684198.710660038,1.7400555848418463E7
+    105.05568704258756,0.8185992544375864,506195.946435136,1.00904799181232E7
+    107.25891959187088,-24.77164733181516,728405.077251018,7258449.814982895
+    110.26693243138766,-63.712588084329255,760036.955433374,2924285.810007068
+    102.00991383736726,77.472098743137,427626.11776946,1.860130063338249E7
+    106.45986733085164,-64.32591250704272,570567.645364991,2865857.372946866
+    110.13711999106486,-2.796630955662323,1071724.587225155,9689632.70196432
+    107.02797484503618,81.01368507730965,535356.853980565,1.8995350015874688E7
+<EPSG:28349> +proj=utm +zone=49 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    106.24034552549669,68.84801430234737,308490.774746902,1.7644839157857675E7
+    108.88699176122951,10.666796392820345,268862.352171719,1.1179926514700623E7
+    104.78475461533482,22.019319029273802,-142367.713886674,1.2448063224637691E7
+    116.16542116319651,-80.8543514596189,591540.23849072,1018976.333104353
+    112.00245172570938,-28.951963259822605,597686.507155456,6796922.722186546
+    115.18214706439899,-29.912473348530675,903893.406011416,6683554.218080765
+    109.8197521162418,78.61514122806733,473993.178644034,1.872728376241678E7
+    104.74036409038605,74.37527171908914,312131.848728201,1.8263799941401098E7
+<EPSG:28350> +proj=utm +zone=50 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    117.78501073708071,-29.805400743228397,575860.960352937,6702519.179861142
+    113.33086289760753,76.76324076827416,406272.64569282,1.8523275372654215E7
+    115.98190550743146,81.23426721241836,482679.580926721,1.9019505909351513E7
+    113.03295895587962,-54.90780134950926,245721.531870023,3908260.733258436
+    114.19721837051267,41.34658301524718,265508.779978582,1.4581022715851173E7
+    115.0795836054729,-73.10585509644666,437718.009594685,1886712.86326733
+    119.25345722170891,72.95988327985327,573691.202736272,1.809739040971409E7
+    120.30374518277767,-65.54803198809535,652538.998164978,2726461.254353039
+<EPSG:28351> +proj=utm +zone=51 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    119.2852944545559,-34.29565882699667,158059.971919039,6198810.149159339
+    117.58915857090395,85.39800021345329,451601.615953467,1.9486445681849085E7
+    128.85932047449646,82.15766246441692,589107.213346267,1.912694621673164E7
+    124.82971808941957,-51.36530719165962,627375.014921626,4307961.339397607
+    127.57420387386153,67.4778271046429,695378.098479743,1.749185767396875E7
+    121.29039245634925,15.316714216158573,316454.145716249,1.169407998243067E7
+    124.45300014847513,10.654024979247382,658929.52707969,1.117809786904317E7
+    116.24345737322614,-72.86850298868757,278281.078716464,1901679.011728885
+<EPSG:28352> +proj=utm +zone=52 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    124.04656206984647,-77.16590712323935,377310.511409125,1429538.242826609
+    127.48176843993957,8.981010531654277,333097.716315187,1.099309801586223E7
+    129.8487344340154,66.77124857158881,537353.360073027,1.740613414603386E7
+    130.90282896694612,61.83201334374445,600203.125571438,1.685693353595669E7
+    134.17655702980952,83.54724383165558,564864.425428867,1.928046358695558E7
+    128.32983541587527,-62.34240446895568,465293.614386959,3087494.918520473
+    126.52922495639588,-57.01460540888941,349983.387201687,3678274.391229471
+    134.88309736294048,-39.4613064913061,1006275.111455908,5615478.173255472
+<EPSG:28353> +proj=utm +zone=53 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    131.5787473125717,-34.317302234468684,185165.638814883,6197358.180751028
+    128.72093966774463,48.64852336732511,37628.983517423,1.540743963498069E7
+    131.6308460586917,-63.45427074494094,332059.139823816,2959376.694675362
+    130.17056021131896,64.57049035524327,268782.603266138,1.7169395623005845E7
+    131.98235533960693,7.879790855615283,167212.229213801,1.0872210866896417E7
+    134.87761104750476,49.723200327172805,491178.486565869,1.5507862776075844E7
+    128.89352608296107,23.404509655233326,-124735.35451422,1.2601558220247155E7
+    138.1159784227796,-9.100779182195396,842555.820955461,8992531.503498748
+<EPSG:28354> +proj=utm +zone=54 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    140.91880877033068,-65.22387186984297,496203.366186281,2766592.52458647
+    141.98528987647896,-73.39982148874707,531418.091764453,1854659.195924969
+    145.83734981607267,-61.37879464208365,758344.473082877,3185438.17998079
+    142.97727300439672,31.918340500809023,686945.826855352,1.3533090312461538E7
+    139.46082544345407,17.542949081495223,336628.157750535,1.1940281931761423E7
+    144.98211390480995,-8.200683191384812,938949.854766733,9091337.764284277
+    139.83036696939052,16.149969357605187,374945.501171413,1.1785879343325805E7
+    143.21455274585983,-31.448164142873452,710443.489191687,6518605.999561332
+<EPSG:28355> +proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    145.6063808440934,39.93282218056092,380922.504018365,1.4421230849497568E7
+    147.87943668565606,57.2681761186962,553038.175889873,1.6347581096911248E7
+    152.08976022422078,48.10301056990809,878862.946800293,1.5340290905595493E7
+    143.45509076191803,34.90991722205682,176095.217668766,1.3868791985517737E7
+    142.02394662578607,-63.85469873603057,255535.625331378,2909639.17979687
+    147.2675023817753,55.778946613366884,516778.617889955,1.6181509775271762E7
+    147.39877216139973,-6.565442589187668,544084.63094862,9274271.974558208
+    147.01373817839396,72.96081427368412,500449.329772864,1.809610857768238E7
+<EPSG:28356> +proj=utm +zone=56 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    156.52356285236584,84.1857806282251,539827.037515345,1.935005261600168E7
+    149.3651874560694,72.92019738826463,380908.809886388,1.809518998000318E7
+    146.33596517883814,7.6994326064420875,-236512.429952265,1.0856827888487902E7
+    156.72822132536595,-0.38866624810593464,915143.220262286,9956948.974812992
+    156.08438011683037,41.387154621091895,757893.170788841,1.458632806795546E7
+    147.22951114362436,-81.4558605428314,404441.558719848,951148.26730172
+    153.12374147470894,-67.0814835006326,505377.362563298,2559530.947433421
+    146.30408051241582,72.07999682990362,270471.342199692,1.8010634189553943E7
+<EPSG:28357> +proj=utm +zone=57 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    162.30978107945225,21.23798699353337,843575.313319361,1.2352084200573532E7
+    152.75022164869534,13.797608858963613,-176702.940833701,1.1534170779299974E7
+    158.94544671972096,50.42794534691535,496125.140242165,1.5586214807702146E7
+    156.7958645234,-16.180973776544107,264340.084541224,8209782.515875652
+    155.93065736898316,47.33982798935426,268144.065586236,1.524749814412903E7
+    163.20594581501425,-81.79657215698072,566942.747985205,915445.996233683
+    158.438514423129,65.6966841158544,474214.06250378,1.7286217421295185E7
+    159.7706940500923,67.92016030720791,532328.99579512,1.7534164414239712E7
+<EPSG:28358> +proj=utm +zone=58 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    164.56266028422112,25.427724426415637,456021.911092929,1.2812382499547256E7
+    159.82020869081379,-74.60950854926456,346732.104657803,1713276.223502641
+    164.5241061962598,61.616453437376606,474761.352041831,1.6831546094487563E7
+    160.42965115041758,-70.75720696760334,332028.395167849,2143352.381130399
+    158.13056617134495,2.930118618713763,-265241.589532725,1.0326222553180026E7
+    170.10779974074933,-51.71356454630525,852778.157708865,4258461.955805627
+    169.33863068297774,-46.47409026861068,833053.25308606,4844124.050189175
+    160.3139150654452,-49.32886696437741,159567.297339933,4525414.638967309
+<EPSG:28404> +proj=tmerc +lat_0=0 +lon_0=21 +k=1 +x_0=4500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    26.535845201645213,77.68033596776644,4631860.997114284,8632515.072714733
+    19.200293028464422,57.951065213404206,4393570.490930895,6427390.551432332
+    22.909631261089316,-35.073823811253725,4674302.147474001,-3884424.767261951
+    23.921540686497885,-50.47507846490456,4707500.044277028,-5597783.277077311
+    23.673675186838995,-49.393453406108286,4694206.902401941,-5476832.958447847
+    24.49692538475101,-10.502843412106401,4883140.575443964,-1163531.478627507
+    26.208716773514585,14.519470976549485,5062235.33780669,1612347.610939115
+    16.087608265481556,-87.76968811403219,4478808.30066296,-9753894.782920612
+<EPSG:28405> +proj=tmerc +lat_0=0 +lon_0=27 +k=1 +x_0=5500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    25.54470657166761,5.422997061463533,5338811.093981823,599952.118098342
+    24.531888944554996,-8.152881454272546,5228035.970685678,-902310.684005691
+    28.308341755911716,67.62266829699035,5555735.004851477,7504513.918654769
+    21.018122658901767,-55.053079005798,5118048.965719226,-6119526.59166854
+    25.563929621073296,39.6639277880241,5376886.758879743,4393320.320034141
+    24.096203415986572,-64.87243619186464,5362514.5605007,-7200315.739804742
+    31.28294107636237,5.0349074500691415,5975502.602740491,558402.837879928
+    32.091059311932625,-35.51088113399006,5962167.398340234,-3943180.81820294
+<EPSG:28406> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=6500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    34.79087087165857,68.93905918028918,6571970.819080265,7651790.993950039
+    28.55071963805903,40.856910731804135,6124911.086395321,4534334.955276433
+    29.034454526300316,-33.17841037176489,6130136.28865908,-3679503.272566418
+    35.8772592958844,49.17543704659087,6709900.769223586,5453237.02510275
+    27.073256625514933,-14.797199606219039,5861078.915674851,-1644938.998016765
+    28.318142985867173,-29.266997298864794,6044815.422858163,-3247917.816286848
+    31.700073945016868,45.98191954267679,6399388.820859755,5095009.859047319
+    27.650396530536195,12.228938777456378,5917238.443516213,1358286.995060611
+<EPSG:28407> +proj=tmerc +lat_0=0 +lon_0=39 +k=1 +x_0=7500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    37.81651068610221,-82.86145203618302,7483689.507508817,-9204912.634862633
+    39.65203886698626,-35.99278906912177,7558897.215553468,-3984891.94967792
+    39.81270037010715,2.9357786219630952,7590454.822723015,324748.29855507
+    38.38299945693187,75.89892097948729,7483338.783173007,8427469.761787433
+    33.367121593096094,12.200352750880455,6886213.471520103,1355737.607244053
+    39.8978525950339,-34.82894123094951,7582236.093894314,-3855934.12413451
+    37.614088456000395,36.27688749231626,7375584.00385123,4017258.75727021
+    40.62547455613807,-61.02188016012208,7587992.18745832,-6769028.841910835
+<EPSG:28408> +proj=tmerc +lat_0=0 +lon_0=45 +k=1 +x_0=8500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    48.299332907923024,10.221344228889691,8861771.716130635,1132278.034209351
+    49.02897267549873,29.055970318058854,8892637.19484591,3222274.615564599
+    50.10523472090273,35.05016065687326,8966074.164398596,3892189.684304057
+    46.65470973052139,-84.2933854984043,8518481.718889361,-9364918.97863962
+    38.71296925495517,-49.33067420681661,8043244.644644795,-5485420.61326912
+    41.2163184962099,-65.39468575998029,8324319.510046442,-7260632.479000318
+    40.32124136907947,-73.32944936434384,8350364.905431221,-8146377.94187732
+    40.678161058692744,-79.31838545406781,8410718.117656965,-8812394.208432239
+<EPSG:28409> +proj=tmerc +lat_0=0 +lon_0=51 +k=1 +x_0=9500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    45.399204521411065,39.20962727214146,9016196.772879917,4356839.414443397
+    45.9699194035479,81.2212202232185,9414477.052942362,9025304.209193982
+    53.42377662707752,-30.548912955150755,9732681.087071776,-3383398.634395653
+    53.0863582118464,30.06138748750442,9701292.521490734,3328839.466163674
+    48.98248645979838,-43.61849797319608,9337228.85884261,-4833364.735862281
+    46.39992867503173,-52.42430294296715,9187237.681249917,-5820487.837784538
+    44.86457162134132,-10.32459925407322,8826858.678872123,-1148152.235295694
+    55.43796044582859,-19.465232939617636,9966417.129595142,-2159115.633022323
+<EPSG:28410> +proj=tmerc +lat_0=0 +lon_0=57 +k=1 +x_0=10500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    62.367348258673616,-47.1738394528806,1.0906927299992342E7,-5240519.544396696
+    62.400944143399855,-30.742279184139917,1.1017638762885008E7,-3414822.306222406
+    52.08791502033015,-68.96334941414453,1.0303393143951453E7,-7661210.469768132
+    57.75188235277673,-12.281966853092612,1.0581868630233435E7,-1358306.600793282
+    56.658627950462815,-31.867662086766785,1.0467766721690275E7,-3527158.835787949
+    59.782177999532536,19.736878293450246,1.0791791945052855E7,2185714.027568586
+    61.076752271764505,87.81939440595212,1.0517416305753639E7,9759093.148578998
+    58.900914748284436,-21.167105283938795,1.0697516308773218E7,-2342681.901661643
+<EPSG:28411> +proj=tmerc +lat_0=0 +lon_0=63 +k=1 +x_0=11500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    61.62905236482171,-9.305044629251512,1.1349426761279885E7,-1029194.409219937
+    59.25910594573229,-80.51700039966771,1.1431282041339941E7,-8945106.828721818
+    57.39052131942144,-30.165446543844823,1.0959286373191908E7,-3351706.947208382
+    58.51258776608089,-24.561469753353848,1.1045149925914029E7,-2724813.230557667
+    67.05833857699805,41.02328393254106,1.18414397586017E7,4551168.284358849
+    64.81349602235832,57.36634200821214,1.1609196783662386E7,6362225.404631197
+    62.52223478570053,12.952515760959912,1.1448222435933653E7,1432588.581153204
+    62.897719443283734,30.18813941659836,1.1490218375833815E7,3341047.893334401
+<EPSG:28412> +proj=tmerc +lat_0=0 +lon_0=69 +k=1 +x_0=12500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    73.05082665951119,82.34086754383063,1.2560330254431583E7,9148698.998800522
+    72.78265446121078,26.854241937626043,1.287614522780368E7,2977163.169110805
+    66.6312003742745,-48.64592531112708,1.2325497849085929E7,-5392904.087641841
+    74.66250927187272,-64.64409266020934,1.2770460054204864E7,-7183719.325478708
+    67.98191315653901,1.7383903129556018,1.2386761140085466E7,192336.859647745
+    73.00512874975652,-46.75633266013361,1.2806033311215546E7,-5187894.217185422
+    66.29962334913981,-12.167259774299936,1.2206050332622766E7,-1346961.912050323
+    71.96698868520586,-39.0347807415826,1.2756967140544647E7,-4326485.760487655
+<EPSG:28413> +proj=tmerc +lat_0=0 +lon_0=75 +k=1 +x_0=13500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    81.60294506202968,83.96474078631934,1.3577438995516317E7,9332368.875588734
+    76.30403651069892,34.697687446368704,1.3619526821522543E7,3841889.39860593
+    71.97872432463103,-32.00129891653408,1.3214486527525496E7,-3545908.529812138
+    74.44767199350224,-74.16181717772909,1.3483209760747587E7,-8233453.589961086
+    76.49992689774662,-57.708298410417115,1.3589449518246818E7,-6399736.967316074
+    69.99301992943543,-16.997399564660483,1.2966284684760043E7,-1886762.610842802
+    70.16521528585938,-68.2819912635484,1.3300473661471859E7,-7585140.187325892
+    69.46961134940544,24.28759198931033,1.2937994096862536E7,2698393.586580988
+<EPSG:28414> +proj=tmerc +lat_0=0 +lon_0=81 +k=1 +x_0=14500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    78.12831146141491,55.470602802537144,1.4318454150676914E7,6153413.389407115
+    80.63164499337637,85.19202234951896,1.4496605834276272E7,9465002.991662912
+    75.62338127403572,51.266004610617074,1.4124896183546824E7,5695472.334106907
+    86.29519411735751,7.20402770710858,1.5085667691452112E7,800100.664549072
+    78.0886804164085,87.2220711336499,1.4484302249694372E7,9692126.533184381
+    77.30762118947901,-85.44257183769145,1.4467285349697785E7,-9494011.119769724
+    76.93864662333142,52.190716705331425,1.4222359127421228E7,5792389.565082986
+    80.28013121114991,-27.534372538986972,1.4428907282711655E7,-3046965.23663134
+<EPSG:28415> +proj=tmerc +lat_0=0 +lon_0=87 +k=1 +x_0=15500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    88.42858482216263,2.721492069586816,1.5658873237966796E7,301102.929646687
+    89.606251773309,-36.792606230891145,1.5732644401575556E7,-4076585.659603098
+    89.18017970257452,-33.03870035356306,1.5703681165818468E7,-3659071.026802157
+    91.08816276100168,-43.85834721296912,1.5828695321833069E7,-4866141.726530331
+    82.82508756611026,37.71192401289636,1.5131815454869684E7,4183789.005690414
+    89.93557438994503,-84.29468790049755,1.553259967988623E7,-9365581.559901679
+    89.65157981926325,29.9413365509087,1.5756050134722129E7,3316625.325852728
+    92.89109339568277,39.19834976261291,1.6009092132606994E7,4357144.032032596
+<EPSG:28416> +proj=tmerc +lat_0=0 +lon_0=93 +k=1 +x_0=16500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    97.37850530949132,-21.499484675438765,1.695401793366807E7,-2384659.988305115
+    90.91806060452967,-81.39844672382078,1.6465231855815172E7,-9041924.335113622
+    98.80384437853942,-79.8483249616824,1.6614067035159746E7,-8873893.77760738
+    94.32222654596646,47.18250474395822,1.6600226036883626E7,5228423.825232926
+    92.85195543028446,-67.39349483593888,1.6493643497092847E7,-7478212.001910407
+    87.25920104766195,-18.49395962054605,1.5892907973266542E7,-2055238.067531342
+    90.40037008694435,-18.26231540644548,1.6225008921443032E7,-2021884.685521789
+    89.26629073430747,-47.59972409656527,1.6219228198158193E7,-5280613.754874349
+<EPSG:28417> +proj=tmerc +lat_0=0 +lon_0=99 +k=1 +x_0=17500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    96.27935346532139,56.15363029299175,1.7330946616073996E7,6229034.76005963
+    97.77031829300519,-33.42527745682846,1.7385607168733884E7,-3700509.412714797
+    92.976541876126,15.086909138462318,1.6851381138243407E7,1677573.29553317
+    94.47983871871294,-87.91864092063412,1.7481672134343766E7,-9770237.32997008
+    100.8245816746118,58.81022744130644,1.7605433500420406E7,6522994.811737872
+    94.45973604167271,-12.459166667426857,1.700590908146754E7,-1382023.766089666
+    103.36364910450958,23.306439253700674,1.7946633277853597E7,2585271.348920806
+    98.27884892894727,-24.995039198239965,1.7427169460250877E7,-2765613.268741884
+<EPSG:28418> +proj=tmerc +lat_0=0 +lon_0=105 +k=1 +x_0=18500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    107.16248494909311,-87.60921055836927,1.8510048626253176E7,-9735144.465062374
+    106.47541900815921,-49.81525456733361,1.86061476453966E7,-5521278.688570909
+    99.42927218949328,-80.18608812304244,1.839408084757299E7,-8910996.857985483
+    101.45808701020417,8.454310873200242,1.8109698561056312E7,936745.461311134
+    102.54961704145983,-61.963347457084254,1.837143498296974E7,-6875229.481854076
+    106.97024515370683,27.651730795841544,1.869440565301132E7,3061453.861116596
+    109.94576411091599,-73.64656141791899,1.865530707861079E7,-8182298.73187998
+    108.0700894797905,5.596779426635877,1.884026332185002E7,619843.136537095
+<EPSG:28419> +proj=tmerc +lat_0=0 +lon_0=111 +k=1 +x_0=19500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    111.25387339612114,-63.77806202819551,1.951247255659841E7,-7075101.579308899
+    104.56944296726198,23.624075605020664,1.8842807936459064E7,2628533.729642916
+    111.15786715799534,51.71118211736115,1.951087541915918E7,5731254.139755882
+    110.38605377825627,-50.47370233753328,1.945636404640778E7,-5593658.576419631
+    110.52712350504824,-80.61132173219607,1.949134209338413E7,-8953442.08089506
+    114.06416375543705,27.263134703440315,1.9803457893285964E7,3020561.21156538
+    105.50700794019014,52.44934681948507,1.9126655022050954E7,5827584.284947614
+    110.16510416737835,-64.7774826107687,1.946023790126629E7,-7186757.756984835
+<EPSG:28420> +proj=tmerc +lat_0=0 +lon_0=117 +k=1 +x_0=20500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    120.31060338606966,-48.49550744699104,2.0744599607746754E7,-5378762.216507597
+    113.53106576136216,13.360160000184166,2.012395423203903E7,1480256.771142014
+    120.99452854212997,-51.33013531247743,2.077830028072606E7,-5696339.507773752
+    121.66763605170014,-82.66033792181311,2.0566473985970493E7,-9184920.389094349
+    116.60676867176531,-14.254541526840185,2.0457494798263032E7,-1576463.78686432
+    111.16538879102465,-18.11292671749146,1.9881541479885083E7,-2013212.697056855
+    114.64157789243558,-14.992772701478486,2.0246209846115418E7,-1659460.799300696
+    117.68098306868039,51.234347248114716,2.054751044190622E7,5678413.427612121
+<EPSG:28421> +proj=tmerc +lat_0=0 +lon_0=123 +k=1 +x_0=21500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    129.040250142263,51.07880594881442,2.192305902739805E7,5678271.643617648
+    127.69077276604385,74.74080308373803,2.1637671642625283E7,8303479.515419749
+    123.69584573485649,37.148021317926876,2.1561746439559255E7,4113214.137658106
+    119.58577058514285,34.275328852691445,2.1185459335826043E7,3799535.365176067
+    123.46909435020149,-39.56731113608984,2.154022771671892E7,-4381527.032835038
+    119.96587085874961,78.91372731626157,2.143481851423183E7,8765574.792485636
+    125.46420431287181,47.07860740631057,2.168706964090299E7,5218975.045798497
+    129.4636300028229,-32.484276634987026,2.210800611695125E7,-3613950.82936239
+<EPSG:28422> +proj=tmerc +lat_0=0 +lon_0=129 +k=1 +x_0=22500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    124.31407887960829,74.96823209892145,2.2364349532149896E7,8328786.550482905
+    122.41632064263058,-55.83395563783491,2.208770449875257E7,-6209670.884235556
+    130.00823251924032,58.82455797652065,2.255816505749473E7,6523604.115795624
+    135.30399448213382,88.2381926915705,2.2521541494825616E7,9806411.427120943
+    130.14279518145887,5.152762439867615,2.2626617723431848E7,569963.944165973
+    126.93663614114269,5.28881530034235,2.227113585150968E7,585276.031942085
+    130.86638041459852,79.19457955161994,2.253900367475979E7,8795870.523061655
+    127.48910603000972,-55.058223445964174,2.24033622423782E7,-6104718.365699769
+<EPSG:28423> +proj=tmerc +lat_0=0 +lon_0=135 +k=1 +x_0=23500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    134.3850084535711,5.620298135637768,2.3431757782205313E7,621588.312051402
+    140.16038172912528,5.428138036004668,2.4072549078892652E7,602746.392616453
+    128.67171628566462,-77.92047239762479,2.3352278615675688E7,-8660961.775853917
+    131.60128409643758,-84.64176540449606,2.3464477987959277E7,-9404592.638240287
+    128.26894473276224,-11.348645209931746,2.2763572406463623E7,-1263497.561330072
+    134.31817925046832,-7.820628676381077,2.3424690455102876E7,-864801.269756827
+    132.20313619821067,41.978514571940224,2.3268094311104365E7,4653090.887337953
+    128.36543416914373,-33.57423344120994,2.2883374312671002E7,-3736168.430055275
+<EPSG:28424> +proj=tmerc +lat_0=0 +lon_0=141 +k=1 +x_0=24500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    136.82127149782363,37.6656204440754,2.413111908228059E7,4178672.028871006
+    144.45630675509608,-42.67881811586088,2.478319400195795E7,-4732792.471613691
+    145.82302005833918,67.02723348650247,2.4709872956560668E7,7445584.565068139
+    136.1761078803171,76.55894853805674,2.43748193786847E7,8506133.485058472
+    141.32310922156327,88.09707170188591,2.450110959137352E7,9789479.217848474
+    143.17616268453915,-37.7704967841224,2.4691626731421072E7,-4184205.08849182
+    146.37129144612686,-67.24305919256301,2.473160997096425E7,-7471491.1911617
+    145.27080856539186,-14.596822421023262,2.4960432516578384E7,-1618641.224744323
+<EPSG:28425> +proj=tmerc +lat_0=0 +lon_0=147 +k=1 +x_0=25500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    151.36671059190851,14.171024827220009,2.5971677941620044E7,1571747.253007132
+    147.44794720812726,-7.878040949999402,2.554926702881575E7,-871120.573102825
+    148.75887356066673,79.32876875136779,2.5536264475900717E7,8810802.014583753
+    143.85562952673322,16.844645154185656,2.5164625843631886E7,1865854.665418859
+    146.50628283099581,45.65061185195728,2.5461396132469796E7,5057435.444296683
+    143.60836364678636,-46.49236040423837,2.5239489174619265E7,-5156379.102511614
+    148.7401249078093,-68.10484400614732,2.5572318537099745E7,-7558615.48295159
+    144.16413949996357,5.104973768592529,2.5185299637051575E7,565259.866435014
+<EPSG:28426> +proj=tmerc +lat_0=0 +lon_0=153 +k=1 +x_0=26500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    147.43864796625155,-76.1364403928972,2.6351267049554553E7,-8460852.445966009
+    154.0394710128076,5.043559715995698,2.6615135046892345E7,557867.163659232
+    146.52049231319126,28.51054581913948,2.5864816860659998E7,3172285.521342737
+    151.54600072514867,18.658189147678613,2.6346444904280305E7,2064531.123007859
+    156.51558405371628,65.20012081121598,2.666441960641305E7,7238305.819447245
+    148.6888017350959,54.746931607401876,2.622233691413646E7,6077664.027856429
+    153.8953987217547,-40.91586551528078,2.6575294440038405E7,-4531585.734808284
+    151.60387757765386,-63.52839078924838,2.6430408093419164E7,-7048057.678555502
+<EPSG:28427> +proj=tmerc +lat_0=0 +lon_0=159 +k=1 +x_0=27500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    155.47426567816382,-5.698168779450043,2.7109048404490095E7,-631219.551582539
+    155.25111253695067,53.263352967953296,2.724975952569515E7,5910571.542233719
+    157.2601594290661,-26.98464549262483,2.732712328465345E7,-2987075.214720028
+    161.25968019076694,-44.83926425393018,2.7678525558717303E7,-4969552.462319531
+    153.9056521360861,-29.260793628287047,2.700436633748475E7,-3248919.550320635
+    158.23498522839958,88.9802476903123,2.749835941851097E7,9888164.03514046
+    163.6576757119751,0.30528236671676723,2.8018912680805773E7,33939.904037602
+    157.01104942319392,-60.94065490126016,2.7392052128694896E7,-6760539.782726546
+<EPSG:28428> +proj=tmerc +lat_0=0 +lon_0=165 +k=1 +x_0=28500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    162.83643387047476,28.471341857316276,2.8287941268715438E7,3152671.807925413
+    168.86679089894383,-12.373152014377254,2.892065657524266E7,-1371351.690768118
+    163.8508519170864,60.71253844967549,2.8437123224354338E7,6734104.025821554
+    158.0557171395046,-2.21498637217141,2.77254722496702E7,-246672.872460577
+    162.25167523662017,56.3642317483704,2.8330023485000636E7,6252603.039779258
+    165.98421980203503,39.17141523516668,2.858490614187999E7,4338083.911438825
+    163.3358634937497,-59.30037447600281,2.840504613794045E7,-6577344.816294323
+    169.71244624010592,35.79044608286027,2.8926017269407425E7,3972640.938713001
+<EPSG:28429> +proj=tmerc +lat_0=0 +lon_0=171 +k=1 +x_0=29500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    176.4899247765929,-9.219700188618091,3.010402183501451E7,-1024138.178999139
+    174.9595372779961,-37.370981160361865,2.9850649128112063E7,-4145035.421548544
+    168.6998431322876,-39.906170193791894,2.9303142463612247E7,-4421639.667531215
+    171.22893367805705,-67.08624719455148,2.9509803665950965E7,-7444055.210438938
+    167.8249961506866,-17.632541218995172,2.916275467934736E7,-1953096.562914307
+    173.2649074915919,-60.05576632675334,2.9626005770973854E7,-6662491.201515592
+    168.6769279288492,-2.9320313729295577,2.9241498262642995E7,-324411.086907171
+    164.59990100527344,-27.101182203894226,2.886438095586289E7,-3015023.907185045
+<EPSG:28430> +proj=tmerc +lat_0=0 +lon_0=177 +k=1 +x_0=30500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    177.25639388545852,-23.067456366678357,3.0526110201693486E7,-2551998.642193829
+    173.84333370216865,14.774681100499095,3.015982814601578E7,1636536.693500939
+    178.7337330064933,-38.11857201697763,3.0651881148307927E7,-4222078.990246562
+    177.55996400076478,17.034777038964748,3.055945461277421E7,1884330.705227373
+    179.28016162614912,-51.597478909178434,3.065783585246054E7,-5721055.18687393
+    174.10627205974833,-37.98916804622658,3.0245607406039067E7,-4210249.372000668
+    173.90907914556124,40.22859551383581,3.0236754999836463E7,4459604.663472813
+    171.24399398921918,-15.077394203713055,2.9880079880625192E7,-1675624.036353256
+<EPSG:28431> +proj=tmerc +lat_0=0 +lon_0=-177 +k=1 +x_0=31500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -177.73073961940298,60.65406003794931,3.1459877352245416E7,6727298.738831834
+    -170.1438324838361,-30.080562486759554,3.2161631284666374E7,-3348937.776186705
+    -177.87836531973343,83.27487426088845,3.1488365974518295E7,9251073.04347417
+    -177.76429925725319,-63.77564206267748,3.146214851696114E7,-7075150.779606621
+    -172.82227944809077,53.19890143437371,3.1778963598293457E7,5905034.665625074
+    -179.02142437039956,36.40092280718359,3.1318492232903812E7,4032042.774460127
+    -170.51086473656505,57.95909800788016,3.1883644310021702E7,6445308.204345972
+    -176.5847803378786,-34.90459320672502,3.153778671653225E7,-3864088.085504897
+<EPSG:28432> +proj=tmerc +lat_0=0 +lon_0=-171 +k=1 +x_0=32500000 +y_0=0 +ellps=krass +towgs84=23.92,-141.27,-80.9,0,0.35,0.82,-0.12 +units=m +no_defs  <>
+    -166.26035093494042,20.749751243383486,3.299386318326749E7,2302724.626694588
+    -173.62649312616497,-83.30722568767588,3.2465677442320652E7,-9255394.269027999
+    -175.225319969023,-40.43675427897668,3.214127035401203E7,-4486635.218774455
+    -170.96764594450514,-43.689645699265,3.2502448073622707E7,-4839373.473179637
+    -166.30203310009338,24.80188923057817,3.297520371777441E7,2752405.198652691
+    -169.0029058355163,12.09352807476489,3.2717288640177857E7,1338315.852969517
+    -165.75168686725843,-40.251161342339515,3.294648080570848E7,-4470677.747573938
+    -167.53838061963154,-74.0124419753485,3.2606264598045506E7,-8219931.550620869
+<EPSG:28600> +proj=tmerc +lat_0=24.45 +lon_0=51.21666666666667 +k=0.99999 +x_0=200000 +y_0=300000 +ellps=intl +towgs84=-128.16,-282.42,21.93,0,0,0,0 +units=m +no_defs  <>
+    46.98872363318902,64.46691710749991,-3228.541836771,4753435.473520162
+    56.86966347718179,-74.39510428079689,369649.425866998,-1.06725391198099E7
+    56.24997693541246,38.32932779090879,640307.441160003,1850835.809627521
+    55.37333577290149,28.56676436413028,606965.056048318,763104.955150453
+    50.10264235047846,-52.18536187055536,123886.463114422,-8189621.61919689
+    45.16022566975708,-38.8472711710846,-325898.606764164,-6724109.409787224
+    45.63242878945385,-4.911324446002197,-420254.13711488,-2950826.454713397
+    49.323551937698355,51.74913310296694,69342.433160004,3331887.629294939
+<EPSG:28991> +proj=sterea +lat_0=52.15616055555555 +lon_0=5.38763888888889 +k=0.9999079 +x_0=0 +y_0=0 +ellps=bessel +towgs84=565.2369,50.0087,465.658,-0.406857,0.350733,-1.87035,4.0812 +units=m +no_defs  <>
+    -15.734775358316412,-19.589196965807872,-3393792.071317269,-8951462.249306966
+    -60.6440014251362,-0.04060981476797565,-9322564.575913811,-3247074.508988874
+    39.40397333627445,24.327662265536688,3636386.857775068,-2440889.235972504
+    -36.65745016840772,69.88139342708945,-1552387.059503228,2519129.998287324
+    -62.050566220371124,51.438837258876504,-4170664.187568453,2107970.76700375
+    29.208411737246948,-80.84288517909671,2662676.782456269,-2.9622948473729633E7
+    -73.43035082281145,62.21577427537471,-3334039.86624326,3434948.834208673
+    51.09624674417094,65.34669176335606,2013776.63365663,2206341.546053367
+<EPSG:28992> +proj=sterea +lat_0=52d9'22.178" +lon_0=5d23'15.5" +k_0=0.9999079 +x_0=155000 +y_0=463000 +ellps=bessel +towgs84=565.4171,50.3319,465.5524,-0.398957,0.343988,-1.877402,4.0725 +units=m +bounds=3.1,50.56,7.6,53.63  <>
+    5.119319722696842,51.86402205427041,136548.214192792,430641.208823127
+    4.568770783169777,50.80196614828298,97301.977749381,312774.542930696
+    3.1566403220685952,52.93623190096809,5048.766243581,552225.204980679
+    5.554411289134412,52.95937241809957,166235.736583792,552496.210599135
+    4.569667644186259,52.302838846662716,99238.607198671,479743.994513619
+    3.227392612450016,50.98613925010117,3354.271870135,335180.570253596
+    5.410573748751973,53.35751023868605,156555.74997496,596791.343280459
+    7.054558029197494,52.239216733924955,268882.062870496,473660.51156136
+<EPSG:29168> +proj=utm +zone=18 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -79.6220307120593,-56.66439066087142,216882.152179913,-6289562.947573966
+    -68.37496705354798,-58.96977376226576,880624.229271694,-6555557.03123407
+    -75.88035478830982,37.24404402587891,421983.365064822,4122341.1048488
+    -75.36316733299364,86.41008010996615,497524.620671036,9597181.398829805
+    -73.59685373498763,27.50808130440703,638653.429700424,3043531.096632574
+    -79.68823575908448,49.56644346727845,161120.560345615,5501022.011105584
+    -81.14331271986879,9.122405188803995,-176183.458127706,1014187.869208375
+    -71.58479397417484,70.5533782351643,626904.570296253,7831172.838500982
+<EPSG:29169> +proj=utm +zone=19 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -73.41289603241124,-16.20753762159235,28011.353406503,-1796935.021915883
+    -63.0598525440931,68.77183780665683,739774.579756521,7640532.641443902
+    -65.17747048506165,66.94636645488731,667012.966275266,7430544.003229768
+    -68.23660216008876,57.607212841760884,545676.967895921,6385257.828375014
+    -74.02228588323473,-45.032479831740766,104450.032111763,-4998812.444160952
+    -68.36765297117998,-35.057820554223824,557723.531180821,-3879604.355646518
+    -63.303232296472636,-21.14281067434679,1092281.954957313,-2348558.988840199
+    -63.325380593702654,-69.38166198555768,722800.199163098,-7707242.05606587
+<EPSG:29170> +proj=utm +zone=20 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -67.25102339707735,5.986326486636656,29162.961266211,663554.668958046
+    -67.78857982354977,-23.190341517265068,9610.316308255,-2572634.497511318
+    -68.0663067211859,-2.4280972958140836,-63929.628562844,-269398.699502085
+    -65.19649242553402,55.8380624377362,362507.92678847,6190254.220726847
+    -58.77644550922209,-84.1159821678788,548355.134999458,-9342808.662163377
+    -67.07184845216976,61.11098391323529,280696.537030384,6781991.20641174
+    -57.33312586041617,63.91176046792927,777830.93756495,7099544.17896424
+    -56.33029521760275,23.918586946972326,1179901.294812467,2661336.312776318
+<EPSG:29171> +proj=utm +zone=21 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -61.65565767771769,72.6781299125019,345475.461816124,8070576.21660635
+    -55.63553066679175,-37.73363845712488,620285.599919385,-4177098.669133255
+    -59.10257509697883,60.44691932738675,384376.184562292,6703040.141918427
+    -57.23153253318259,-8.307802658382826,474558.463907843,-918293.053325279
+    -57.38181094451087,-15.54611850537826,459111.958400611,-1718725.544882427
+    -54.295665236934575,11.520542851698835,795055.503793147,1274962.684450243
+    -61.14419141505677,-12.4982668123248,49408.207443452,-1385142.12531016
+    -51.56219315300693,9.176619322769938,1098308.5794903,1018951.969346157
+<EPSG:29172> +proj=utm +zone=22 +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -55.43220108149287,18.236334654147768,31097.449485747,2022046.918165238
+    -45.592852465801805,70.56838423234595,700582.550916727,7838189.392928481
+    -52.56727022550222,-34.774651823810785,356635.74947886,-3849128.503784115
+    -48.007999594195944,16.47668167516413,819519.14079766,1824062.470762713
+    -45.57510472465563,-18.7850528123318,1072429.86182731,-2085744.821886148
+    -49.810735534800315,-3.702087959494122,632119.307382107,-409246.294900111
+    -50.48758197974676,-80.05406785061147,509929.595931955,-8887644.47234643
+    -54.92665175110402,19.774018310256707,88469.904313527,2191279.899657669
+<EPSG:29187> +proj=utm +zone=17 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -83.29824492973205,79.61080775418108,453808.99460612,1.883908316846969E7
+    -80.80821308917419,1.678707893479796,521397.384253948,1.0185587968982339E7
+    -80.25218637233614,48.984531670250846,554778.898206395,1.542603933318612E7
+    -85.49063217206735,84.8178395659682,454826.769795668,1.942118514759232E7
+    -76.0276853204232,-64.53853342408688,738393.413907555,2833632.506556274
+    -82.3511164942513,43.073733778279234,390069.378205959,1.4769923920445811E7
+    -77.69756404453985,-32.58978805163838,810058.906326149,6389399.933724592
+    -75.01670262983423,21.464174248830716,1120790.719340461,1.2385449265597733E7
+<EPSG:29188> +proj=utm +zone=18 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -79.4970279905211,-26.097507137681156,50096.999291011,7105772.966494836
+    -72.82756439789591,-49.07256063237829,658725.498671512,4562226.741750476
+    -75.04926761433313,43.45195291675674,496077.282793172,1.4811037078462176E7
+    -81.44741136927655,-15.041573164111995,-194225.833133954,8326943.791490557
+    -71.81117980944195,-70.54985454999499,618525.542774272,2169702.318949651
+    -76.18673726272954,2.7245633684670025,368148.121973027,1.030125187886801E7
+    -69.2463204621639,16.227564486887772,1115835.781964047,1.1802806343463827E7
+    -71.87408460147238,72.35074697420654,605802.4194266,1.8030825467532698E7
+<EPSG:29189> +proj=utm +zone=19 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -68.18738464018779,-58.49451331700337,547429.474316972,3515966.314305855
+    -71.25696943900289,85.04173744806323,478287.572874209,1.9444828740346096E7
+    -68.38285309734327,-19.41050537679851,564855.617930398,7853671.900091807
+    -67.50232324196442,-37.398176878008705,632624.640189393,5859935.342917116
+    -73.89741674739535,39.87387818868771,81160.775375653,1.4425279569700489E7
+    -72.49873129504152,41.13485246168506,206388.958824971,1.4559656522738244E7
+    -62.6494638946332,47.52107706179592,978061.624370042,1.5282672246103853E7
+    -67.93128706021929,53.48342755854259,570977.41675739,1.5926603336336955E7
+<EPSG:29190> +proj=utm +zone=20 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -57.89924503342529,20.298056625782436,1033148.223922838,1.2252744255185913E7
+    -58.75756288969104,-41.52338708963791,854056.567344311,5394477.683017727
+    -56.02388017242345,-30.73818084668003,1168647.353128357,6578583.919832208
+    -62.9001531050511,-27.34520549279445,509933.493040547,6975364.158345178
+    -64.4817234525098,68.57974169476208,439672.630182965,1.7608238991374224E7
+    -63.970707784579275,-29.41988951285819,405892.813009208,6745139.503601531
+    -65.7613177006044,13.356328871538565,200946.242375453,1.1478242249225935E7
+    -68.798439138245,-25.07739144139083,-85339.390828431,7213938.69920026
+<EPSG:29191> +proj=utm +zone=21 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -63.8437475320952,-87.14083948879704,462029.671243875,318992.272798713
+    -61.78770092086772,-68.35176789899654,303112.844064586,2410286.572073605
+    -59.325107720657435,70.21541234347788,412237.01853338,1.7791575824306272E7
+    -55.647377884286584,87.72033761488407,506060.188437769,1.9743510683869183E7
+    -52.418649778770074,45.00782358265181,861083.32238444,1.4994055016926885E7
+    -61.51002834776742,60.8328960364573,254978.873134117,1.6752611683122072E7
+    -61.999031736854796,12.149737394364735,-44466.263537539,1.1348154535715392E7
+    -54.05911156898336,48.624442560424825,716757.242736518,1.5389898035002083E7
+<EPSG:29192> +proj=utm +zone=22 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -48.367030892166085,73.18707228619755,585029.887626672,1.8123214651546903E7
+    -48.00636848810196,-66.82878054428018,631455.747059427,2584580.20245079
+    -51.41642359348929,-60.90514442081215,477459.434616609,3247740.48569155
+    -49.19322428849839,8.692249404929271,698834.902514926,1.0961336895483872E7
+    -53.5591831131529,35.3274149675035,267429.035580995,1.3912377632437235E7
+    -56.51315295383146,-37.406889637365815,11937.461035954,5845741.065178996
+    -51.53459444523664,-56.44050858467322,467087.978372524,3744799.777520022
+    -56.73909042552247,-58.00206873130234,161083.185524813,3556679.430771731
+<EPSG:29193> +proj=utm +zone=23 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -42.3367632252765,55.89660961784287,666564.368076885,1.619778028475076E7
+    -43.75190199219684,30.701574340188145,619568.421685061,1.3397214062803032E7
+    -44.39929691407491,87.72289925173891,502708.884741446,1.974372951717794E7
+    -39.31494508554442,-60.69707565774408,810184.678623563,3257557.576105484
+    -43.278512395678746,-26.252810949320782,671971.928041143,7095222.066320812
+    -42.589113407189544,74.34421170240847,572646.302856231,1.8251902683384195E7
+    -42.993799623679216,3.5855436937557386,722894.435175619,1.0396596313586358E7
+    -38.612189359966244,52.48555543217637,933574.787761339,1.5834253577581502E7
+<EPSG:29194> +proj=utm +zone=24 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -40.75047450422174,5.371600474647352,306075.612423476,1.0594053511453703E7
+    -39.51009375272052,21.48671747747207,447198.831202135,1.2376126106395384E7
+    -34.07943781054848,72.37089015877521,666200.678682049,1.803709611649403E7
+    -40.37138448878741,-31.02404976594778,369145.047384818,6566974.0664184
+    -44.98340767081069,-80.02413465110456,384519.740162912,1109802.826157629
+    -39.1551801478009,-61.76309916926445,491847.682397651,3152242.42859101
+    -38.70123707570162,43.105311984783924,524348.555723604,1.47725608893385E7
+    -41.00715773837329,34.01903613131712,314710.349541625,1.3766098168073883E7
+<EPSG:29195> +proj=utm +zone=25 +south +ellps=aust_SA +towgs84=-66.87,4.37,-38.52,0,0,0,0 +units=m +no_defs  <>
+    -32.35475119347532,-7.150940633805234,571279.120447188,9209557.788350452
+    -31.7857363410276,-73.77572427608926,537899.097224893,1812634.935632893
+    -27.276728560260665,-1.7538859670184337,1137656.188792909,9805204.90152012
+    -38.588892134859975,-41.164877561280804,31071.394557473,5427909.987769983
+    -38.88827703701731,-54.69004443599684,120691.317930511,3923817.502198708
+    -27.818784953406524,43.10180239520159,921682.572905117,1.4785170622021351E7
+    -39.01036522408391,-48.42841074318005,55507.927085774,4618658.807417892
+    -37.27975286177024,-3.298215863511885,24146.659759046,9634460.603141868
+<EPSG:29220> +proj=utm +zone=20 +south +ellps=intl +towgs84=-355,21,72,0,0,0,0 +units=m +no_defs  <>
+    -65.56436092143356,-36.08825118966697,269419.740473124,6003115.212987149
+    -64.2916743634965,-67.66887821597476,445540.701830413,2493361.511221907
+    -59.2514869426472,25.9226123937285,875867.284370414,1.2872456745697519E7
+    -62.5436471674971,12.221319101221823,549945.066578913,1.135101352980605E7
+    -65.84896176608135,-37.67483877056059,249047.404984633,5826337.443725941
+    -66.95975915481596,-70.80720809563337,355108.417391277,2139242.549914156
+    -67.7577285203637,68.09924418218415,302421.980020453,1.7561623904827133E7
+    -65.61403252045645,55.569584098407546,335484.750096764,1.616131058313252E7
+<EPSG:29221> +proj=utm +zone=21 +south +ellps=intl +towgs84=-355,21,72,0,0,0,0 +units=m +no_defs  <>
+    -53.47036233332622,77.36558476285751,586422.75720642,1.8590225366949093E7
+    -57.86942226305532,-20.7757157428384,409791.006947957,7702348.566676229
+    -63.28612713579016,85.94206540851127,450718.012360012,1.9547717791494995E7
+    -53.50445701930319,53.568938016136315,731740.260965995,1.594124807145406E7
+    -57.54333385805824,35.64793292712851,451099.12426521,1.3945004087854926E7
+    -62.4269533903436,-48.23758002335422,97389.703388214,4642954.245157872
+    -63.38038326413634,-45.33269574915935,344.947325027,4960166.130632102
+    -55.31693721948656,0.7810981293069403,687579.954111131,1.0086300924189784E7
+<EPSG:29333> +proj=utm +zone=33 +south +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +units=m +no_defs  <>
+    12.773729768047666,14.978515161767703,260652.898873898,1.1657384822582545E7
+    10.9445875038301,-65.28477793901656,310970.418338608,2753984.804444156
+    13.03872532230244,-83.6887305436416,476000.417289995,706566.150452107
+    11.199909158391247,-68.00662376697582,341336.143477636,2451780.436530215
+    11.21224267499325,-24.216152585919687,115266.194932344,7316868.623979388
+    11.236701802375723,43.07108504993789,193680.579473833,1.4775709997572538E7
+    15.264405649098089,-37.33705974712349,523487.317542558,5867946.042689148
+    21.72978178176026,16.089731557905935,1221173.300086685,1.1790869427944722E7
+<EPSG:29371> +proj=tmerc +lat_0=-22 +lon_0=11 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+    12.398667290194108,-19.94260734739595,-146451.59389628,-227221.174245994
+    10.293065364779153,-67.88088556797548,29693.143511243,5098837.604545772
+    17.834593644305777,-61.877224117818606,-359098.64188892,4448260.132445541
+    10.12478626109437,86.44110844925277,6044.685153518,-1.203764345931955E7
+    11.721523886609845,88.47926073053318,-2160.710077538,-1.2265223330888527E7
+    10.126628635396674,70.93148440460561,31831.250208089,-1.0306483627305917E7
+    16.838135419417718,-77.50608867541948,-140841.598192387,6179731.352714217
+    16.296222094357475,34.94844939530003,-484019.496048973,-6315391.108796111
+<EPSG:29373> +proj=tmerc +lat_0=-22 +lon_0=13 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+    11.010013479650073,-82.66055189851328,28341.699349706,6748725.258062968
+    17.398167638853415,-51.81936995426298,-303239.90974449,3318516.522358042
+    7.6229306455211345,-30.974736601049543,513976.607782449,1006754.643371625
+    6.801020641070993,5.75397129421053,687879.047893957,-3073807.996599765
+    11.453006390945216,12.592879040652548,168064.263552889,-3826948.530009894
+    15.452469183609832,28.38987666791843,-240429.013977564,-5577812.772846081
+    11.179640224391509,10.496102031056907,199255.017117884,-3595093.957641044
+    7.0455160263313195,-3.900925640982422,662460.695922661,-2000126.13697786
+<EPSG:29375> +proj=tmerc +lat_0=-22 +lon_0=15 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+    15.3334491658281,-60.82513658309392,-18206.393161131,4312146.342142598
+    19.573984963121553,60.417809215601835,-251907.988523211,-9142840.517231287
+    20.74125082976521,-61.229782742314804,-308178.162153373,4370737.05725314
+    9.309650188805499,-50.50080769060665,403520.431122645,3178158.178415332
+    19.581501188425353,-78.0462244335902,-105932.14610185,6237160.206484169
+    15.243321979002328,-64.35420162015295,-11820.584802593,4705443.287341447
+    8.144208763606226,-8.137375522991476,757221.856569887,-1527549.485917776
+    18.625481200415113,-77.00234898626255,-91067.920679931,6119289.174124451
+<EPSG:29377> +proj=tmerc +lat_0=-22 +lon_0=17 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+    15.425776979924386,3.4770967040042677,174852.121302927,-2818434.890787242
+    21.937150112328418,18.985622178988308,-520466.816616564,-4541142.489680058
+    12.898557396796583,51.56145979187545,284257.799521562,-8156079.885540617
+    15.175802768493353,47.91672431119346,136250.492503615,-7744362.311609913
+    22.237587011940114,45.18239324799464,-411709.718486614,-7452184.869959645
+    16.86828503271066,-86.1883025004566,890.595130824,7142200.071097798
+    10.584180278134692,24.821107635201685,649381.663883742,-5195279.913964902
+    22.946670849650136,41.92743472619384,-493395.771178613,-7094346.381098988
+<EPSG:29379> +proj=tmerc +lat_0=-22 +lon_0=19 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+    22.562562255767943,-40.58257488268648,-301754.976314828,2066451.953695183
+    15.401502366962555,16.660687568351335,383962.348611787,-4279983.937794575
+    21.840996019897524,20.43408556326979,-296668.512127147,-4696741.990440175
+    13.917742470131063,21.835462400763745,525780.525780085,-4858018.09028677
+    19.175891548950407,19.95116626145044,-18520.36598704,-4640722.410729757
+    19.458246247406578,44.614114496564184,-36479.255514523,-7375770.868372827
+    23.931958247286637,25.78571452061793,-495138.084830622,-5296105.353882644
+    25.4827654052998,-47.84894050991747,-485186.600327053,2888135.410457154
+<EPSG:29381> +proj=tmerc +lat_0=-22 +lon_0=21 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+    20.5133443648524,53.3403279330137,32282.205268381,-8346134.953916984
+    14.042748349181842,-42.95117584966915,567711.089081383,2346969.839844585
+    25.588678142428762,69.3894027423915,-180307.363258453,-1.0140977816308066E7
+    25.087005292671222,-40.09012884729463,-348722.361641825,2013677.30840108
+    25.073132257744092,-1.3387596522653098,-453801.906087237,-2285408.368023331
+    16.81485409867703,30.63796806661034,401223.315676963,-5832014.736281296
+    22.34637809650982,-20.289539669719446,-140773.628548598,-188855.355286407
+    23.929237864582582,-0.04655270289434554,-326347.828694478,-2428660.811965466
+<EPSG:29383> +proj=tmerc +lat_0=-22 +lon_0=23 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+    17.415362094910115,73.87626140989258,172780.263111462,-1.06429126528695E7
+    24.41905429142068,83.61691064791839,-17767.84679881,-1.1722417478610575E7
+    26.20460741521362,35.51238753360269,-290891.609112021,-6369832.181885456
+    29.135563630084643,-34.97136229315101,-560813.491339634,1454791.993305271
+    16.166853346401616,-50.98806828508902,479395.905725606,3239129.293050177
+    22.8926100694797,-38.78453926385111,9179.428644557,1860715.726644225
+    28.88336843170711,64.37037085055849,-283876.50893265,-9587704.372177666
+    22.05623570007986,42.92705422227263,76890.018814072,-7188662.125560136
+<EPSG:29385> +proj=tmerc +lat_0=-22 +lon_0=25 +k=1 +x_0=0 +y_0=0 +axis=wsu +ellps=bess_nam +towgs84=616,97,-251,0,0,0,0 +to_meter=1.0000135965 +no_defs  <>
+    30.95672630272948,-12.271611719079758,-649280.685997499,-1069518.487508878
+    28.933509552830323,2.6506617442917815,-437917.721215475,-2727601.419409235
+    18.556647329703313,67.79827582353252,271203.712257709,-9970896.778123418
+    21.94595147414038,86.24685840182704,22142.613809971,-1.2016474285223383E7
+    22.445801376441622,45.43938987943801,199657.411752216,-7470541.38757901
+    23.440018741270887,-26.43875770590637,155434.37555093,492527.757637037
+    28.651839108901477,35.7970741449852,-330328.734313221,-6402847.143170729
+    25.091610859551004,-86.64904908437005,-770.468089151,7193638.783997794
+<EPSG:29702> +proj=omerc +lat_0=-18.9 +lonc=44.10000000000001 +alpha=18.9 +k=0.9995000000000001 +x_0=400000 +y_0=800000 +gamma=18.9 +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +pm=paris +units=m +no_defs +bounds=43,-26,51,-11  <>
+    45.90284357332244,-20.344680095170386,344253.006478325,640197.592771137
+    46.899655592656586,-23.40956123627977,447133.753346628,300911.251067319
+    45.87626894709968,-13.788078188732541,339597.237871979,1365622.121363634
+    43.777310251027146,-15.205613934910906,114192.238660694,1207177.152357297
+    44.77307030558389,-24.407204843351785,231004.131481149,189786.906170696
+    46.93470347447079,-16.37174349656564,453180.887760749,1079734.578238355
+    46.094707697619434,-15.41612083000573,363345.343644358,1185515.87744919
+    48.982881247219275,-13.442525351941967,675862.296160093,1402014.225868551
+<EPSG:29738> +proj=utm +zone=38 +south +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +units=m +no_defs  <>
+    45.91696215950938,-21.692180264415995,594892.771756869,7601066.912953164
+    41.86921009529904,-58.10732520031812,315570.597698975,3555138.315339889
+    46.67542384817847,-49.37329957888554,621662.456702982,4529786.129541601
+    41.544168213990176,41.60477912741803,212052.130535014,1.4611704720288537E7
+    50.46157263343332,4.9830988218323995,1106397.368710026,1.0553398465338388E7
+    43.05562339424669,-29.324711614898845,311230.997447522,6754572.873800377
+    39.60321378958389,49.36732860760321,108306.18874837,1.548233871984489E7
+    47.28418147023775,2.34320607289861,754063.803291287,1.0259291992542885E7
+<EPSG:29739> +proj=utm +zone=39 +south +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +units=m +no_defs  <>
+    56.165986892023426,83.35199882995093,566688.049456824,1.925875143627952E7
+    55.38834792231287,23.880398497144398,947050.625448526,1.2647986333100013E7
+    54.68124605872095,-21.891070499409935,880465.779929,7574773.467349505
+    44.521257770461794,43.93764515268015,-20000.372273143,1.4885424396074917E7
+    47.08691945217597,-43.1948268188796,182048.040199727,5210210.866699781
+    49.80674217750281,0.4795720354559734,367221.832208259,1.0053109216636304E7
+    49.18381484770842,67.97054392896914,423993.112606109,1.7540706139321912E7
+    45.27376450817392,-70.839832900872,290515.969445278,2130619.923912558
+<EPSG:29849> +proj=utm +zone=49 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs  <>
+    106.62214509733938,63.26219691918962,279986.864281239,7022237.008174718
+    108.6344371792752,-36.08540518299837,286616.391604299,-3995970.359122155
+    109.75158253580256,-27.12464574178444,375875.244845665,-3000817.967461373
+    107.71469987620276,13.910616399864267,144513.727733559,1540343.153305535
+    104.29173924980064,73.70291755370195,289906.783718385,8190554.888588289
+    111.1640626406583,-54.25702885931726,510293.598445632,-6012057.619240836
+    104.37467688746273,77.83697880375473,344105.605015068,8648801.305593884
+    117.68862422639032,-39.035081896639475,1078766.887306995,-4341971.036475057
+<EPSG:29850> +proj=utm +zone=50 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs  <>
+    119.07180135101854,-16.14645978128283,721245.033414277,-1786220.840144582
+    112.15320574217971,28.257746042235212,23975.167645026,3135360.41578564
+    116.23022378495739,-53.45073741787484,448580.084246492,-5922646.547247584
+    115.83109691943308,69.32783653230578,453651.805196781,7691286.807124822
+    121.74928099807927,-64.83916447319488,724830.761146569,-7198900.114797743
+    118.04598540521182,86.84636394392447,506122.477685189,9645694.601452023
+    112.63661879258032,49.07911429584976,181108.419617445,5445455.736681437
+    113.86154072394531,5.051023488025905,151638.232232268,559197.972305895
+<EPSG:29871> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.8714630401 +y_0=442857.653094361 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=20.11676512155263 +no_defs +bounds=109,0,120,8  <>
+    109.20596472781806,7.126949708984499,-2618.804993741,39247.968246285
+    116.23002974723799,2.5109790124381304,36163.577307791,13859.974269641
+    116.46743982045102,2.2113437375865423,37484.450465008,12218.119987293
+    117.58244691013232,4.1993394981827885,43583.567650935,23185.359175026
+    111.68957229891382,1.661775656925185,11064.5184944,9137.795327948
+    118.55783820294424,0.481885168895003,49123.143665399,2757.387890493
+    118.36657638511845,4.566734733249792,47895.302678461,25238.211542194
+    111.22111167858336,2.8014414726684302,8472.538867207,15401.083414844
+<EPSG:29872> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.8727431979 +y_0=442857.6545573985 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +to_meter=0.3047994715386762 +no_defs +bounds=109,0,120,8  <>
+    116.9802733210078,1.5440761942842594,2662524.713634207,564991.779787266
+    111.99425250883898,4.839929316181491,841024.257109984,1756326.607270464
+    109.48900140780543,7.707372592606539,-68854.791198737,2801694.082657658
+    118.40233156452436,1.2297416541879027,3183407.007897748,453755.007186108
+    115.69828791589028,5.668218729855686,2188051.062798636,2059315.378005588
+    117.78907319200736,1.1485673459804175,2959126.412593452,422843.959329492
+    110.27989233742113,3.0113604457676866,215790.889249881,1092712.534871352
+    112.78783641881829,3.9650173184818414,1130259.997801455,1438905.603851244
+<EPSG:29873> +proj=omerc +lat_0=4 +lonc=115 +alpha=53.31582047222222 +k=0.99984 +x_0=590476.87 +y_0=442857.65 +gamma=53.13010236111111 +ellps=evrstSS +towgs84=-679,669,-48,0,0,0,0 +units=m +no_defs +bounds=109,0,120,8  <>
+    114.64769079422697,0.8963205419937577,551934.683513847,99599.987988422
+    113.38048981444942,7.220469335523888,409986.043123849,798911.739279194
+    119.68360060522164,4.64277239865731,1109612.070877385,517522.031838214
+    114.3335789285349,1.388565182602373,516839.445526785,153976.977187781
+    116.63147813978016,3.518753345664832,771585.366180161,390501.984033366
+    112.72341936964983,7.350478945170831,337284.714514136,813343.243619779
+    118.61862784265466,5.362667323779316,990690.235073022,595976.715298602
+    112.92838454955175,3.0300936130614433,360228.664602023,335214.61521514
+<EPSG:29901> +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1 +x_0=200000 +y_0=250000 +ellps=airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +units=m +no_defs  <>
+    -14.282362428385936,-14.302882231464395,-478900.440011422,-7271447.189174843
+    -10.239375059737132,-70.9271552869406,118421.420448525,-1.3553743478734458E7
+    -2.6549650070110538,-36.825110966941736,677113.849405155,-9770682.78871304
+    -8.320735088621312,-74.5506336916876,190557.740345973,-1.395656356753322E7
+    -6.7634452807119185,-60.366173463004856,268323.67252411,-1.2375474446757676E7
+    -8.647241763086035,34.83652461282435,140855.702078523,-1823709.413177604
+    -12.912392085602239,-80.37039508779421,108441.609435374,-1.4610035761333406E7
+    -11.78881975807931,-61.04363463241859,-4519.678660525,-1.2456234070176868E7
+<EPSG:29902> +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1.000035 +x_0=200000 +y_0=250000 +datum=ire65 +units=m +no_defs  <>
+    -14.58406365460175,-43.67124355023371,-330898.86993036,-1.0538569962639986E7
+    -6.188242295283704,-59.59183981654219,302417.117976901,-1.2289969460440546E7
+    -1.2701647879863387,-54.83615690536156,632138.536028037,-1.1779808948412301E7
+    -5.467696803407332,47.56366621221096,390615.684931487,-407289.277616121
+    -3.7520795048898083,70.5557449415727,357817.945528342,2156276.855819164
+    -13.082583025401922,-7.822818603376959,-361174.277643872,-6548838.468588882
+    -7.80043951352256,-6.547189092156501,222155.661484524,-6404372.244543322
+    -9.844590635298614,-57.653249950544854,89991.060822701,-1.2074160066683054E7
+<EPSG:29903> +proj=tmerc +lat_0=53.5 +lon_0=-8 +k=1.000035 +x_0=200000 +y_0=250000 +ellps=mod_airy +towgs84=482.5,-130.6,564.6,-1.042,-0.214,-0.631,8.15 +units=m +no_defs  <>
+    -7.229437148834067,18.553392578415455,281422.04047362,-3627988.69948862
+    -10.153342182820309,53.139742447559,55951.385863625,212047.324203067
+    -4.328583935474832,76.42426305407488,296219.904650904,2808711.847738062
+    -4.164520909069346,-10.198573975527438,620632.972969963,-6810688.688742073
+    -7.020174661182068,60.201970257686924,254386.330612883,996715.564331666
+    -2.254810380231298,16.492692087946068,814351.846714492,-3847468.415607772
+    -11.267762557851523,26.84484064920163,-124831.88102737,-2705757.565646062
+    -1.2281081997982248,42.20464816693655,759456.275481302,-983699.306712999
+<EPSG:30161> +proj=tmerc +lat_0=33 +lon_0=129.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    134.93636470704635,70.13658908518283,206191.711329325,4139967.525439717
+    126.7250155164767,14.747267704395924,-298657.031060092,-2020040.951852686
+    135.27649281365083,11.22010574400558,631956.23571127,-2405840.871382822
+    125.86147831965933,-61.61519618674725,-192720.352021435,-1.0490753662834713E7
+    131.50974036843164,-69.51105707730596,78715.669928756,-1.1366798478069995E7
+    135.32393313887235,75.88334437152676,158578.44544695,4779848.691935793
+    126.39293477141021,25.358625454726877,-312598.817696684,-843619.363393551
+    129.68721475013075,-18.829452084267345,19938.432219617,-5735171.426491383
+<EPSG:30162> +proj=tmerc +lat_0=33 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    135.63665284128058,81.30941072915212,78379.663337615,5380920.57131615
+    126.77520441544291,-61.551549802283404,-224225.643990679,-1.0485546508982902E7
+    131.4556167204646,-0.41427597132276617,50933.368060936,-3698504.978223977
+    127.88646820742147,-72.57417355029804,-103819.34376567,-1.1709870911450515E7
+    126.31661933700367,73.21190450569136,-150672.631106571,4479793.614620849
+    137.34625639448612,59.20526204191174,362420.160406535,2929432.913635131
+    133.85094118396927,0.6043942871443022,317657.612606856,-3585798.108115259
+    125.06042198345143,-46.49685757657154,-455590.858664032,-8820215.376457825
+<EPSG:30163> +proj=tmerc +lat_0=36 +lon_0=132.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    129.49375208216753,71.02950541762473,-96750.247870256,3899786.089253146
+    126.93303314660871,-43.21650201793276,-424961.511326035,-8784630.544871014
+    137.15283616773849,30.369000878561152,479791.412217051,-614235.520956494
+    133.94182347358782,-60.897511788656075,96556.929984845,-1.0739429754760973E7
+    130.50928002067866,57.19232374404791,-99957.172410889,2356477.292370851
+    126.26758086718242,10.816660559024967,-645849.797611077,-2783144.797629655
+    138.75174266644876,34.63618409005741,604438.64598755,-131847.364343011
+    127.82826833842195,67.18669412345596,-187415.621683517,3475567.099730458
+<EPSG:30164> +proj=tmerc +lat_0=33 +lon_0=133.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    139.83306444858513,24.064569523211887,645137.318219001,-976015.724234475
+    126.71142522005015,45.64896181473188,-528865.414957851,1426287.297324199
+    138.98246208495118,-22.11798477786074,566421.90962976,-6109387.639020585
+    134.2678755238395,-3.3681537221499838,85565.681892568,-4025116.460795827
+    130.2704798006474,-42.05694398597126,-267040.310740122,-8314850.806082346
+    135.31232032718827,-75.4062906036438,51213.517840461,-1.2023939128803594E7
+    136.63052256090603,35.89121442946127,282908.424580981,324847.941494329
+    130.0196892147278,-78.09427460053145,-79872.541794831,-1.2325524620776927E7
+<EPSG:30165> +proj=tmerc +lat_0=36 +lon_0=134.3333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    137.50491379128363,-69.62521608824375,123451.342259441,-1.1714145859387051E7
+    139.92030462283472,77.88245530420195,131025.113488962,4668682.775166177
+    136.56720697667708,-23.114170727610116,229076.184251238,-6543936.782896556
+    134.1389632107181,64.39164993437953,-9126.966373351,3157386.185467288
+    132.5609626946125,-14.172279831675155,-191077.360612054,-5553313.446410481
+    138.347452865095,-87.1823794468967,22264.500585088,-1.3671227619198624E7
+    136.5192227638442,57.90866905747927,129812.667579937,2437118.610743064
+    134.3087545273294,-58.26144293604685,-1192.680643661,-1.0444524024614995E7
+<EPSG:30166> +proj=tmerc +lat_0=36 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    141.76844132176652,-5.22924764278298,640721.809880875,-4566527.402716205
+    130.55595472806093,31.999828552810882,-514455.228021113,-431031.320575878
+    142.37197358435162,-60.86405740230925,346038.831081776,-1.0751205407803975E7
+    129.22904806766127,-29.957847638159308,-653950.488984091,-7319655.283647
+    134.62774450610692,-70.80904495234779,-50083.877266246,-1.1843546891037172E7
+    129.5427535276197,8.034532868972477,-712914.448938363,-3091447.906967209
+    134.5414377469253,-39.445527230350365,-125265.135944751,-8353605.863807691
+    135.4753772716499,-84.07869026775157,-5779.737527033,-1.3323940930928286E7
+<EPSG:30167> +proj=tmerc +lat_0=36 +lon_0=137.1666666666667 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    143.9484922481047,41.323506511633184,568183.989447914,612805.220696272
+    140.94578897263796,-29.813582019627503,365645.49214623,-7290297.159899713
+    141.4942240391041,17.214964174771467,460877.959090692,-2076424.70424392
+    134.35383646545608,-36.00046028841466,-253317.760873695,-7973960.371482574
+    135.5275778234796,-26.563993555851532,-163018.960360728,-6925289.195794261
+    132.4036275300335,-31.510274690251748,-452321.540641356,-7482210.454546633
+    142.4560823228115,85.978607499276,41641.527531829,5568352.075836279
+    132.10971690641134,35.53386976275206,-458500.875420436,-40278.838324991
+<EPSG:30168> +proj=tmerc +lat_0=36 +lon_0=138.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    134.24309670075803,29.503160828228687,-412636.052026024,-713223.023541712
+    133.9011382731564,-21.85616611804653,-475364.447382549,-6410015.068161988
+    132.53853813883217,-50.120905889449425,-425813.283631272,-9555672.062828386
+    132.09201097452714,84.11265419416145,-72972.800456887,5362138.245160476
+    137.54319634868318,51.52632406437368,-66113.543075985,1725030.511069067
+    139.42914552028412,36.23772223132053,83799.31912735,26424.155682288
+    143.7774318278815,38.03153347471115,463730.879369876,238253.017445523
+    136.56287780352616,-31.540547934871498,-183646.222341666,-7477341.962628903
+<EPSG:30169> +proj=tmerc +lat_0=36 +lon_0=139.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    145.5591481836314,83.52276966994438,72311.876975916,5295758.26767596
+    146.13065728072604,-52.10606374311146,431435.498173964,-9778153.044633945
+    144.2029633849734,73.64496229187915,137565.31357122,4194472.739419932
+    141.28817681510444,-80.10550239843212,28201.866552574,-1.2880683126511382E7
+    138.86994559833838,87.88761263862776,-3672.468189977,5779663.708823243
+    135.14788784601774,81.52989142665109,-76695.985927812,5072761.090310445
+    141.59914387653578,-3.63371541904786,196470.599539259,-4387360.135712724
+    134.64651015955891,-74.53075048852968,-153965.428447606,-1.2264893574842561E7
+<EPSG:30170> +proj=tmerc +lat_0=40 +lon_0=140.8333333333333 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    147.58721763139405,82.86393154156414,93789.459988434,4780183.046492002
+    135.50029038516755,19.141514836506673,-561325.823551549,-2303681.605588573
+    139.53809467746282,65.84335331846853,-58861.405983692,2875902.927250459
+    146.7734584904804,59.1601349658911,339807.603153009,2145620.518747104
+    136.2837374844082,-17.81300051625344,-482356.254417617,-6405154.016734275
+    134.61753169408763,-48.41895375856347,-459566.895333256,-9811976.280502649
+    143.58319567402552,-37.04722940366849,244890.808680799,-8533853.963500997
+    145.9172506022822,60.78378666398754,277033.446661639,2322094.201831792
+<EPSG:30171> +proj=tmerc +lat_0=44 +lon_0=140.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    143.90977558266013,-25.539266209977356,368207.513305037,-7703898.142000325
+    138.30906279393352,47.29724825408559,-146488.034728511,368014.116503921
+    141.42315516047086,72.86647505290239,38882.307898202,3214855.90666885
+    137.22301863052851,-41.57750063799494,-252099.341694777,-9481788.920825666
+    144.0845979983745,3.9658249976473314,426404.185444948,-4434074.771464325
+    143.05745774535757,-29.68335141565995,272032.992521539,-8161252.9649877
+    141.1580115617961,37.230920429647284,80868.376309937,-751482.22814797
+    144.9652710251783,-65.03747276667143,222207.56406339,-1.2095791187239133E7
+<EPSG:30172> +proj=tmerc +lat_0=44 +lon_0=142.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    141.85375606480966,53.51857342763921,-25969.133684074,1058232.97048462
+    137.66664166416297,70.76249143958646,-168146.195769763,2986082.99097429
+    145.72001142354492,21.8352112873861,359164.145423348,-2454239.699729315
+    136.9864367483951,16.89772684063759,-561080.128907695,-2997276.946590467
+    140.52674832257009,-0.39737046283897826,-191515.816023821,-4917475.32059643
+    141.2003065636031,46.202162577445705,-80697.333713533,244988.922193092
+    142.88671154872867,54.62914730658633,41428.523936984,1181949.813222246
+    139.04287465664964,-9.526730569703176,-351928.71206982,-5928497.828813484
+<EPSG:30173> +proj=tmerc +lat_0=44 +lon_0=144.25 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    138.21507084970048,-29.555553903337703,-584975.234796253,-8159023.912814946
+    147.4752635474906,56.577499337770405,198490.521896691,1403312.199068851
+    141.98273675027278,78.4130065777104,-50514.80681916,3834514.299275976
+    143.14355254071407,14.471523825687882,-118951.574534074,-3272940.385957826
+    144.36281785787463,-48.41708920620755,8675.04633259,-1.02372659592753E7
+    142.3650945903437,-16.24386687264891,-201171.116821887,-6670779.941816306
+    137.38309415531901,-6.325276386334238,-761140.633617748,-5577904.59955998
+    148.7857450895221,-85.20707761022355,42598.712812699,-1.4339618569800477E7
+<EPSG:30174> +proj=tmerc +lat_0=26 +lon_0=142 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    146.8160081975906,71.86521893681837,167511.081495095,5106007.940529942
+    143.35197218724142,-81.96542364690245,21406.293057958,-1.1979715731363533E7
+    136.43364758736476,-82.0070714858534,-85979.941586512,-1.1988273036631953E7
+    139.87170945240078,2.4781760690480326,-236410.959751568,-2602772.191207826
+    142.96313585422308,24.552215835523043,97880.086771839,-160499.599332068
+    138.08782632720434,78.84852192190849,-84122.347566186,5881568.072411374
+    135.98628338540232,-68.57732766213458,-244514.640277554,-1.049754653632904E7
+    141.6127827923553,24.391225679901865,-38966.314280571,-178615.667230969
+<EPSG:30175> +proj=tmerc +lat_0=26 +lon_0=127.5 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    125.18978839025287,6.210512529333329,-255515.109208918,-2189730.262531473
+    129.1604330364672,-47.642212529719686,124926.22132731,-8155937.369293459
+    127.2500945317129,39.98443744765251,-21150.779395428,1550407.786964125
+    123.54367115904724,-9.35626534810315,-434664.612920684,-3913892.105264169
+    124.80436231455217,57.12907959773929,-163022.188522497,3459939.02045036
+    126.47886870918558,54.385918897740595,-66141.660663879,3151801.31982162
+    122.73831366495095,-26.57031808822815,-474449.509677639,-5825317.948217206
+    120.72380139050253,-78.55103338461251,-149653.802980191,-1.1607086198014561E7
+<EPSG:30176> +proj=tmerc +lat_0=26 +lon_0=124 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    121.8532140300023,70.83669043847695,-78500.014533705,4986035.894437401
+    125.9882650942878,-66.94925700065068,87034.982294378,-1.0305495752112098E7
+    124.3729389538882,33.42647657747719,34843.039782192,822755.91539747
+    130.1421480439814,-19.95505829139796,643940.782015291,-5095802.248403312
+    121.28840245954737,-73.04553184816028,-88080.087952936,-1.098602379188471E7
+    125.64303332524803,-44.514890038389304,130769.113890136,-7808392.942073165
+    119.37559142874576,-83.00038440508328,-62693.686518548,-1.209760649195644E7
+    126.78102126337042,-66.33777311462472,124694.319272054,-1.0238705532096831E7
+<EPSG:30177> +proj=tmerc +lat_0=26 +lon_0=131 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    125.79501750539899,-35.83143306413807,-470178.979153571,-6855612.250870435
+    136.57249195279715,-57.98597474226756,329555.198480635,-9318977.009855652
+    124.21432352617062,-39.34660216969364,-584857.171937949,-7255167.559216093
+    130.74353579694446,-21.56452487309086,-26336.01404306,-5262161.70763991
+    135.01920824918835,-53.04579992529396,269646.723526822,-8763073.853439268
+    130.6649634238361,81.73665481826345,-5155.136935917,6201269.884132734
+    125.21183499944932,52.92722166638066,-388820.103798123,3004674.262361256
+    133.52696576622952,33.984307375154046,233725.856700864,887427.221791508
+<EPSG:30178> +proj=tmerc +lat_0=20 +lon_0=136 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    129.14084474773645,-25.16462745914899,-692171.496552111,-5014115.035648994
+    131.50905004429367,19.03386860345624,-472833.208089898,-101408.655991439
+    138.97566912957905,34.24030858676693,274413.218170159,1581272.958165534
+    130.15680811393122,34.79107357435031,-534779.278210985,1653955.002449717
+    132.9984009219504,-38.70905543155907,-260784.211000799,-6502309.669276306
+    133.9957662486493,-73.34002707153992,-63868.650439435,-1.0353578930404592E7
+    133.1234319614226,-72.53344677221176,-96083.262954314,-1.0264825900466157E7
+    133.92469334639264,59.65677118407743,-116714.430607518,4404371.702329939
+<EPSG:30179> +proj=tmerc +lat_0=26 +lon_0=154 +k=0.9999 +x_0=0 +y_0=0 +ellps=bessel +towgs84=-146.414,507.337,680.507,0,0,0,0 +units=m +no_defs  <>
+    147.7058129942663,72.27754419759412,-213176.577487516,5156448.604659535
+    149.3322942169106,22.74357758115984,-479368.586025604,-353594.156311065
+    160.03684339211378,36.954430279022986,538283.486556545,1231046.971304635
+    149.55349572492875,18.425066730213572,-469693.926338209,-833438.665823959
+    160.95065398869693,-52.01761761915738,477152.225972551,-8663877.417750366
+    150.82682963319348,54.95150259419941,-202863.753838676,3218772.170890911
+    160.59815078038514,-59.249331915724966,376376.934418491,-9464596.866584638
+    157.15631034962558,-67.61871312588202,134476.286799865,-1.0382028642119603E7
+<EPSG:30200> +proj=cass +lat_0=10.44166666666667 +lon_0=-61.33333333333334 +x_0=86501.46392051999 +y_0=65379.0134283 +a=6378293.645208759 +b=6356617.987679838 +towgs84=-61.702,284.488,472.052,0,0,0,0 +to_meter=0.201166195164 +no_defs  <>
+    -61.34825087661632,61.800902267505535,425679.631771259,2.8658361796457473E7
+    -61.29041449785082,73.65931448808055,436293.695154633,3.52330680651037E7
+    -60.67227215882187,-21.061056159596347,771095.756030435,-1.699900509859903E7
+    -61.66552007757256,-19.474057638216465,256227.974346604,-1.6125134154252546E7
+    -60.65622215381709,-4.337971289232428,803208.65625698,-7801634.115724821
+    -62.07808232810125,34.62756514138677,90101.074018241,1.3639484292601721E7
+    -61.82502694420894,22.389232882243505,177889.325496059,6896010.019245865
+    -61.53823437968934,49.98376102090799,356537.42504441,2.2117892260956403E7
+<EPSG:30339> +proj=utm +zone=39 +ellps=helmert +units=m +no_defs  <>
+    45.16684748703893,-82.44522016850067,414522.166510797,-9158938.758521477
+    52.47283240601777,36.39176631956475,632088.858853783,4028452.828571234
+    45.74103481875899,-29.14400872320696,-11896.515736968,-3235436.860315269
+    51.95102842105652,22.468428707076768,597844.460620907,2485014.058796394
+    51.58643778509884,58.45935852318857,534218.895066465,6480070.692959099
+    48.04736088819076,3.6633917744714353,171963.817082248,405465.213837956
+    45.41818556373572,-6.529505450982583,-118079.608359782,-725177.469041938
+    55.38136326808042,-71.5776653207661,654417.81738789,-7947512.207632365
+<EPSG:30340> +proj=utm +zone=40 +ellps=helmert +units=m +no_defs  <>
+    57.75828993380309,-14.589337497816004,581678.231045042,-1613059.297696836
+    63.1651402205417,-75.3646948393799,673589.738250022,-8373429.707531914
+    51.75359342998109,6.215336190992858,-81189.668086713,689902.766264544
+    63.371537165996216,63.749751653053295,814037.697547599,7084885.067846512
+    54.298441791127075,-62.524286434950305,360965.511133104,-6935569.307162319
+    62.424651447720095,-32.77005625288929,1008380.118828327,-3638884.668760082
+    50.3400625079681,38.69425780144827,-79460.899616733,4304001.724160152
+    61.55545620819808,-18.509170352321277,981261.923486818,-2052624.427304796
+<EPSG:30491> +proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=-73,-247,227,0,0,0,0 +units=m +no_defs  <>
+    56.161981832437974,83.42485521451985,1772240.676108223,7003950.631450114
+    49.67019277132563,2.685867554950157,6374862.024744459,-2147354.901586038
+    -31.22030278643694,54.47483651008447,-1782476.422971121,2792898.197363328
+    -22.346220444207198,-1.2079491194047627,-2851629.511474326,-3671151.734788938
+    60.06949848834542,20.966795551542766,6312416.84843828,377609.942010788
+    -8.705088730350894,60.51517508284962,-196002.051439623,3162071.584667848
+    -62.33606523275784,-8.851391395237673,-8325923.453038635,-2119216.506441962
+    51.93572264564442,18.577624256317606,5699311.870750471,-316847.340778928
+<EPSG:30492> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +towgs84=-73,-247,227,0,0,0,0 +units=m +no_defs  <>
+    29.799774772125915,-15.381477292869961,4551956.714000611,-5234247.704124414
+    -18.959599801966625,78.30173195582944,-305001.014459596,6191448.7919227
+    47.822808927997514,57.229369560310886,3420728.838750906,3687849.367816379
+    15.283416647278003,34.55333118976695,1652222.699781491,508600.060504721
+    53.00430649205167,44.649973859886174,4416462.065042771,2530784.751770917
+    24.22583596225553,-6.851789447622689,3475083.582857851,-4200897.247979557
+    -72.11643455225756,30.14480663330542,-6113814.93299186,2428078.072277432
+    32.3213572168446,59.27708485152185,2380718.378860657,3569884.037109825
+<EPSG:30493> +proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+    -75.21903336591916,76.59514979286524,-2163562.197816066,6495719.61152942
+    64.52947292955814,-6.650938073065177,8763377.879038747,-2145822.647569715
+    -15.898124262142176,71.55204387825816,-352027.559038743,4674582.121493458
+    -2.4749312280865183,0.603885019057401,-187092.342753364,-3844276.987753137
+    85.19508449843094,5.052806280525854,9765898.46394405,885118.819586399
+    -1.5005316879498167,80.5104848786516,369524.803166072,6060022.741941414
+    -79.52274891064287,29.648498311574848,-6589917.421654779,2775570.618832912
+    76.3617106555367,12.407510908933702,8365643.593575721,738335.638069051
+<EPSG:30494> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500000 +y_0=300000 +a=6378249.2 +b=6356515 +units=m +no_defs  <>
+    -46.80686508011121,70.21102588756459,-1891120.154148267,5359756.215638088
+    56.74419557249648,-2.6999649404248984,7410555.344694211,-2113219.554070363
+    -6.233787733993211,3.6066031629434114,-624027.148578229,-3081881.812723376
+    29.380636006285215,49.428696248997696,2497879.446832883,2372722.333882547
+    54.56388729953427,15.656116272632495,6078086.883345771,-268198.327922337
+    -69.97221125878255,54.70392836236057,-4167936.766217332,4433243.886713896
+    21.695208388951173,2.258573028474487,2910428.967643438,-3080021.185817177
+    -61.036929437824554,-10.004212362727625,-8086194.418257726,-2249241.919672956
+<EPSG:30591> +proj=lcc +a=6378249.145 +rf=293.465 +x_0=500135.0 +y_0=300090.0 +lon_0=3dE +lat_0=40dN +lat_1=40dN +k_0=0.999625544 +towgs84=-123.0,-206.0,219.0 +no_defs +bounds=-2.22,34.64,8.64,37.14  <>
+    8.011364411350739,35.811893073225484,954023.047575225,-152152.818059348
+    1.2449265201584532,34.95363239732099,339491.098251981,-258816.695834933
+    -1.2224487278159228,36.05352797001511,119281.419114144,-129017.012924422
+    6.62259370003207,35.445089763809754,830035.326205886,-199007.494385239
+    0.24214350807936214,35.6511259446574,250015.540766497,-178917.997164114
+    5.558775549903112,35.15277050815621,734180.649522013,-234877.793843728
+    6.512311647686152,35.50672541870874,819733.464401532,-192557.854902617
+    7.1830914840414835,37.04356487400429,872676.659810924,-19284.863759868
+<EPSG:30592> +proj=lcc +a=6378249.145 +rf=293.465 +x_0=500135.0 +y_0=300090.0 +lon_0=3dE +lat_0=37dN +lat_1=37dN +k_0=0.999625769 +towgs84=-123.0,-206.0,219.0 +no_defs +bounds=-3.85,31.49,9.22,34.66  <>
+    4.871159295387896,31.87329411868511,678004.285669321,-267323.84208626
+    3.2858939302134114,32.827573951128684,527163.799533399,-162904.477658475
+    -1.321515490910874,32.007581990393476,90792.643036023,-244833.137435455
+    9.140626098882594,32.60891233197497,1077755.399476409,-168622.290626257
+    -0.05317443440765102,32.37864612697149,212264.66506739,-208236.030461648
+    7.689479042490399,32.20445655450719,943642.088756168,-221306.442301304
+    6.171629481992742,33.761550515826265,794458.141455435,-54282.570155966
+    1.7034869000845645,31.970711748485705,377372.548245937,-257393.768070158
+<EPSG:30729> +proj=utm +zone=29 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+    -12.407679046621862,-52.14489050773408,266992.228476343,-5782649.012668331
+    -4.044526099827886,-62.40469974699268,756023.869206956,-6928994.929093923
+    -2.429529939918355,11.48732100737719,1218135.866981045,1277782.103942331
+    -3.552207957623253,86.97110935160322,532193.457634625,9661125.43683647
+    -5.02140494572323,-19.721860258679982,917260.681013985,-2185838.964027689
+    -6.751540027571981,-71.90158107061613,578065.56000163,-7979217.846309664
+    -10.310209493686802,-66.22030495090313,441184.148647571,-7344956.073036069
+    -8.772750856223258,-56.24633108625109,514204.718804972,-6233496.974848965
+<EPSG:30730> +proj=utm +zone=30 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+    2.5902748441901338,-11.125246143597394,1111412.984178192,-1235868.530796471
+    3.002213804153614,1.6485617702007858,1168924.279600946,182925.601414435
+    -6.458073039964347,-48.457568686572614,244462.853062319,-5372979.191106056
+    -5.822104434454738,45.503274995849324,279611.618028343,5042450.72024085
+    -6.634906635507467,20.449532284833836,120745.831647606,2265127.237720316
+    1.7035676491950191,19.80316200951586,993137.239792305,2196257.631522412
+    -2.3450657802850206,82.23586162346959,509968.748636901,9130997.304238917
+    -7.764069013685447,39.37474573582105,89639.554903534,4368910.684752629
+<EPSG:30731> +proj=utm +zone=31 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+    3.1037107785386615,37.40252327918367,509244.914169143,4139231.808820943
+    -1.7735947426819134,-66.30565717220553,286192.412895489,-7361997.232884937
+    -1.5258593624606358,64.610529223453,283686.440442401,7172514.9262022
+    -3.9315883006778085,-7.375091575143699,-266719.548507623,-821473.525904123
+    1.149650831888434,5.035463302871591,294917.983767937,556570.716164072
+    -3.839915859469317,50.06481739136757,10731.910178539,5567998.640206356
+    3.2487693609833093,-56.79526024170915,515255.73284148,-6294576.989871852
+    -1.416123874668056,5.133570608503845,10137.638139745,568815.82337211
+<EPSG:30732> +proj=utm +zone=32 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+    11.995069729770213,79.04536675802615,563579.968506795,8776426.306505233
+    6.074299624798023,63.5171823959661,354530.583220523,7046270.277186533
+    5.647022192924325,-68.1403051993588,360781.748657392,-7562116.647769528
+    13.58254193613113,-55.45244686350242,789723.7342399,-6154654.670303204
+    6.245892624545634,16.81050117838943,206498.255578011,1860319.348457557
+    8.981969666568238,-58.60497564729784,498982.546917145,-6495997.74184295
+    4.417055894899857,16.549118419999303,10627.357251724,1834947.329425919
+    6.0048654574804186,-27.699000682909933,204665.877364849,-3067641.929428681
+<EPSG:30791> +proj=lcc +lat_1=36 +lat_0=36 +lon_0=2.7 +k_0=0.999625544 +x_0=500135 +y_0=300090 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+    -58.51323326314185,59.287374784485564,-3093008.0134302,4136658.892490274
+    -51.6334203209903,81.78283896996359,-971283.556164067,6725001.756748985
+    27.243056766626964,16.9475265590021,3224054.368383004,-1503024.581371943
+    -67.82586130044376,68.15822033569681,-2790947.243174722,5359896.393929064
+    82.814861911732,3.138683614006723,9742146.869338488,494596.065772823
+    57.83762897493965,18.40067108035997,6269708.419451733,-2397.83457092
+    -3.075446387986375,16.76702402249161,-148464.586260965,-1849570.514777129
+    28.936535873342393,13.529264244767155,3514537.534149281,-1841818.101949827
+<EPSG:30792> +proj=lcc +lat_1=33.3 +lat_0=33.3 +lon_0=2.7 +k_0=0.999625769 +x_0=500135 +y_0=300090 +ellps=clrk80 +towgs84=-209.3622,-87.8162,404.6198,0.0046,3.4784,0.5805,-1.4547 +units=m +no_defs  <>
+    -75.52148610540756,-24.341920604098746,-1.127313182015323E7,-2633658.003395282
+    70.12479173731732,-12.96502965452007,9777543.880108822,-2287693.121789793
+    -12.507286426296304,39.23395632780479,-814868.254014765,1055463.658551302
+    41.69555173575327,23.414745635506137,4448533.184417482,-54027.87088182
+    46.86077399695809,-20.412969623476748,7314596.538809578,-5115004.360003746
+    -58.099328357782625,12.646620192729195,-6130048.362771682,-46739.173681506
+    13.892861832819762,64.71974545197655,1143352.008722501,4042764.314817625
+    58.76841391317929,30.359494794015568,5639618.107257812,1388742.148135795
+<EPSG:31028> +proj=utm +zone=28 +a=6378249.2 +b=6356515 +towgs84=-30,190,89,0,0,0,0 +units=m +no_defs  <>
+    -9.14851242170422,-9.268126044699414,1143574.245685759,-1029897.56873748
+    -17.595625193392017,68.93291319014867,395726.632202489,7648961.199342635
+    -9.048366812153033,-86.4189777642131,541251.983839486,-9600145.370405601
+    -17.922967755012934,-86.32786596177758,478933.120269604,-9588356.237323882
+    -17.426859056899655,-4.272155305105457,230439.698819626,-472726.825155371
+    -10.001821914965724,14.706777561305628,1038493.534859819,1631791.765529216
+    -18.21916900788053,58.28821815436578,311120.689312152,6465212.215099463
+    -18.866545147525592,-47.976506339518245,211298.078597807,-5320962.92540644
+<EPSG:31121> +proj=utm +zone=21 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs  <>
+    -58.17874729310765,51.37400059940359,418115.64547252,5692314.265875154
+    -59.702755731790695,-28.97985573654971,236797.60178611,-3208455.931210535
+    -62.24805656127694,36.09128989912715,27518.265504759,4007142.293817863
+    -58.59442871095695,-1.192825293285722,322751.615340909,-131536.827236193
+    -62.770564672133894,-1.8093673657793374,-142739.228806535,-200655.641366609
+    -52.53732598705233,-62.47262949718272,730151.109648201,-6934641.807063305
+    -51.344725680902386,-16.00992466465118,1106043.954848781,-1777955.817523862
+    -59.905448486580866,4.547123806553415,177727.7113241,503610.590441444
+<EPSG:31154> +proj=tmerc +lat_0=0 +lon_0=-54 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs  <>
+    -60.68455845076075,60.84704674218207,137315.233128849,6764457.020375703
+    -48.39741784661008,10.777507161509064,1113555.151994894,1197352.797640266
+    -48.02386707546928,30.226956573587643,1075714.205870511,3359391.511473285
+    -50.330978111858705,38.0652180329208,822031.546041275,4219695.183694699
+    -58.3700589613491,-71.44951788810145,345081.353784179,-7933058.289197011
+    -51.1039673070708,-19.90533166936943,803370.441375615,-2203279.014438864
+    -59.26922263790841,-77.55757186407948,373561.273541807,-8614646.928188687
+    -52.56778636443174,-11.708138333940482,656235.777698137,-1294325.627948052
+<EPSG:31170> +proj=tmerc +lat_0=0 +lon_0=-55.68333333333333 +k=0.9996 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs  <>
+    -56.97128117141981,25.8958359671212,371139.071726887,2865105.958463799
+    -62.56892406300691,20.030705280651162,-221302.985945412,2230117.703426775
+    -60.1503119208622,7.066313098393692,6353.364044814,783807.681529618
+    -60.861690249735275,84.74924888742748,447315.135918467,9414211.254522542
+    -62.627973014438375,16.36870803371461,-243019.435618386,1822804.706349367
+    -56.21800881507252,66.66132713915434,476515.279563192,7393897.006565219
+    -58.45915477774619,-18.562363710446434,207143.435435839,-2054327.375818347
+    -58.82192183829626,63.77431920545456,345452.328735183,7075850.480744053
+<EPSG:31171> +proj=tmerc +lat_0=0 +lon_0=-55.68333333333333 +k=0.9999 +x_0=500000 +y_0=0 +ellps=intl +towgs84=-265,120,-358,0,0,0,0 +units=m +no_defs  <>
+    -56.664979247211065,88.2909777058805,496881.820437066,9810205.77174218
+    -54.199183531172835,-19.115291390991743,656313.60643427,-2114543.94538122
+    -50.780168762274656,87.80784601162031,521071.138314443,9757117.665174048
+    -58.968493012967485,-68.59470152186641,366353.03739577,-7614926.00748483
+    -55.909132382894654,67.87900504441438,490659.989725649,7531815.387313267
+    -50.3497759861938,-77.97597683272205,624068.753975687,-8663902.935665809
+    -56.79045631674479,-23.845487256329235,387369.195800629,-2638026.408077359
+    -54.909976945737455,53.413017855158586,551567.824342078,5920498.895426011
+<EPSG:31251> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +pm=ferro +units=m +no_defs  <>
+    16.83310389464293,60.74048759866088,354231.892025412,1753653.689768138
+    10.754489215236626,-40.09050478890448,35697.569088741,-9439867.349748727
+    13.622770556643776,-52.05169714920685,225381.412555079,-1.0774275871161565E7
+    3.7483334927634875,17.974519295517695,-698825.68120951,-2999863.503828151
+    8.193725227490564,-48.31185093388626,-158900.227028439,-1.0355433055368587E7
+    4.089287248486146,-31.02473746277002,-596903.660004457,-8450798.747184677
+    4.8603598596087485,66.96868537831813,-238682.190929532,2440910.250887012
+    9.245242404344463,15.80102431599066,-116681.129542841,-3252544.379588757
+<EPSG:31252> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +pm=ferro +units=m +no_defs  <>
+    12.557627996935743,33.13810439090018,-72382.262597927,-1332151.123995005
+    14.90440765920631,-0.45389827951304085,174783.68931262,-5050668.083854984
+    10.306388993210437,-22.57423999114168,-311548.680764719,-7500898.40572546
+    14.21769549807442,88.87581474017895,2144.536187977,4875900.325396294
+    17.549900572405818,-39.8026380634404,360944.890336915,-9416346.98031918
+    18.791129849833077,80.02483152788176,105612.736407987,3892367.624434099
+    18.671423474878964,43.514941348842854,431695.596605946,-166701.867766789
+    16.9213544263083,-42.32283133452259,295567.242711019,-9693925.526774839
+<EPSG:31253> +proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=0 +y_0=-5000000 +ellps=bessel +towgs84=577.326,90.129,463.919,5.137,1.474,5.297,2.4232 +pm=ferro +units=m +no_defs  <>
+    23.147618291787246,79.93058511233772,132973.137840717,3884665.108078815
+    16.846829987834955,-67.63447348667438,21671.445382422,-1.2505071740548003E7
+    20.812827348889652,22.788123270516152,460280.50304041,-2472460.590629586
+    13.416940213727564,-41.096087751828115,-245162.87115098,-9555552.868811546
+    20.52275234055044,-33.348680231224186,389923.98708496,-8699552.060294833
+    12.094626217386507,-70.8993130752017,-154866.794837554,-1.287454449718851E7
+    15.524765489720075,33.410063680681546,-75183.516480737,-1301974.097651883
+    17.714969153272243,41.95626382892638,114613.50402083,-352794.234822817
+<EPSG:31254> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+    6.730314873219369,-69.69840143924209,-1.273927358168633E7,-139679.060102705
+    12.738757917616734,18.783969274272167,-2921014.330947396,253567.657402286
+    6.688306432545563,68.32972402524805,2586640.003561706,-150087.576615822
+    11.265434695904169,-57.797613267052796,-1.1409120070204725E7,55209.561872397
+    14.72786534899139,36.397066285744444,-961903.46344969,394328.664099535
+    11.987427313839381,23.64659533183864,-2383359.511940803,168709.549712422
+    7.810948110658461,12.551848660310938,-3611018.489869419,-274310.530291306
+    14.408808358964423,56.171758003812016,1234695.364493803,253130.583536554
+<EPSG:31255> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+    6.659177402263931,27.328282812171608,-1958722.762968794,-661403.901141615
+    13.021673875683433,43.39888653159559,-193397.970156568,-25209.059760873
+    8.301024091305832,53.4205188386365,932763.718452002,-334359.864970386
+    7.224678887098913,-11.979717873405193,-6332637.794125505,-666583.274605781
+    13.358013234734702,8.356928776262905,-4076347.551431638,2625.546138356
+    14.240188761677107,-65.22529406402168,-1.223666089292557E7,42241.210472981
+    15.775484075375518,44.66313847158665,-50075.334803669,193726.898691697
+    6.561347984166816,60.316247933022225,1708072.888632488,-373711.696724133
+<EPSG:31256> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=0 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+    16.759668681213324,-30.901122394186174,-8420390.948030356,40606.846856753
+    16.4016878456974,82.07818442935445,4116696.159370877,1268.483484066
+    12.271493231978237,66.46256539601606,2379824.069573296,-180814.678380738
+    19.644133611113915,29.890566033609545,-1687917.319396146,319903.177880804
+    19.767948807320735,-27.88938867397534,-8091259.118252624,338125.244787625
+    21.43578881884023,-34.1633667584683,-8793848.864002436,470526.48397385
+    12.645800027631017,-25.598612923210105,-7837861.478322087,-370714.159632664
+    15.872859135658661,86.89985942211337,4655192.307714144,-2549.950056397
+<EPSG:31257> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=150000 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+    10.560875957791676,55.662992682618324,1170599.039042499,164377.815368743
+    11.22848497717215,24.82145632815846,-2253907.981058999,240432.898975241
+    17.00644973938342,-60.07077812272408,-1.168068238101615E7,520885.642843092
+    16.15262736782673,-11.08462854847842,-6232484.356807952,786612.102000498
+    6.11197244804813,29.88404250069371,-1685707.801666059,-258009.800535642
+    3.8590043339475364,-59.96318798605575,-1.1667640702586405E7,-211447.915001738
+    15.434264682770774,62.538630463845465,1946860.32097498,412434.430111524
+    8.175095198139655,-22.250204177357006,-7463438.739869332,-72695.09436691
+<EPSG:31258> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+    10.07321416205033,-62.48835165992507,-1.193553946244595E7,281813.58450063
+    18.276131610431783,52.940337854309604,878939.921825171,782269.479020944
+    15.17665557743833,-73.42328012290898,-1.3151631796618886E7,508547.218424846
+    12.825139506665362,71.1596173066396,2897957.323115613,431824.451326199
+    12.427736934400773,-87.9970476404854,-1.4777781124639673E7,446340.797723736
+    11.06471863774162,85.71640336375393,4523391.225284217,431276.411780573
+    14.03406003365375,-38.59231217558362,-9273705.148820184,510858.179039465
+    9.974516057419613,-81.46191539600729,-1.4049626701430367E7,394203.399571382
+<EPSG:31259> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=750000 +y_0=-5000000 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+    14.78204158224276,49.00231374502894,430560.162869235,636588.25465315
+    16.521628122360983,-15.556994975404379,-6721033.941452511,770070.909327875
+    18.530674086263957,72.7193273810658,3073239.659277619,823052.80516032
+    22.37086877638862,-18.458556077723713,-7052818.465702474,1388517.80731598
+    17.07821970006808,15.262813153548748,-3312288.395651119,829976.513712813
+    18.71285251414203,-68.86375782592633,-1.2643929321156632E7,845623.245426774
+    14.811289238777649,-59.31129211341745,-1.1578327081662858E7,663177.168855002
+    17.514334016743835,-31.52905673537753,-8490534.240089234,862008.634557255
+<EPSG:31281> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+    4.0882722642889,-46.54825307485722,-478542.846294492,-5176212.230585787
+    4.694577368568881,-29.432888658515367,-547232.216948703,-3270873.018165629
+    14.055744947129652,-28.253282274886395,365725.997583753,-3132496.740204402
+    4.977996499340571,-12.88454570015648,-581665.903744881,-1431461.786220448
+    12.715910018238837,-66.06657245719668,108184.705780866,-7332260.33680091
+    4.088349734841921,76.02640841270164,-167783.873382342,8449963.409627598
+    16.336350834633535,87.74795602080783,26620.814606411,9751336.843877668
+    8.894816786088704,-75.01446134021357,-41204.749635738,-8328858.853576016
+<EPSG:31282> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+    17.97507019238892,-38.89011206332688,403133.153423118,-4316826.845956402
+    20.174955870445686,-12.279072010883795,746247.280794144,-1367906.538594466
+    9.247449910991733,-31.24202275040998,-389001.915664161,-3465347.262132432
+    6.543850965110731,-73.7408856538172,-211460.663648646,-8198278.033264386
+    17.142094816109555,64.52179419574,183156.421829289,7163054.022318733
+    16.807601918576886,-88.9663133045293,7349.812024254,-9886248.82037981
+    19.643382860380434,-39.130330137874665,546146.830387435,-4352247.61148956
+    7.639433302198438,49.53175453085851,-411721.765006421,5503898.108606048
+<EPSG:31283> +proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=0 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+    15.443157677403628,-53.809576163008394,-58246.05888754,-5965174.870415756
+    12.601839349876103,-20.36270176393043,-389390.758715909,-2257337.610843343
+    22.65313598096655,-41.009749857634525,532128.18239994,-4561175.783860102
+    22.010903636743166,12.746990649678096,617848.654829533,1415984.618562157
+    19.3413179965981,-74.71036179313887,88912.965237988,-8296624.093021859
+    20.761759376048737,86.24017340066288,32788.232244315,9582770.773277214
+    17.640003060351916,-10.404490633362187,143474.662352777,-1151335.783062453
+    9.943094981839526,-67.88328161251748,-267771.354348882,-7546622.386831757
+<EPSG:31284> +proj=tmerc +lat_0=0 +lon_0=10.33333333333333 +k=1 +x_0=150000 +y_0=0 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+    12.614421442382513,-74.03171894970914,-8219954.949429885,219860.408315334
+    7.0508734938691795,-48.077234917251914,-5332349.996298105,-94766.085853663
+    5.644411229963503,-81.5607948072056,-9062155.19327514,73067.237620325
+    6.4179598691503985,73.40931858531869,8153021.387357713,25371.981856439
+    7.501712732445383,88.46379309324405,9830086.546793057,141699.140212748
+    10.635045476070244,-36.399050597364194,-4030103.765558198,176849.465288824
+    10.127792324995042,35.85216978622914,3968684.486449129,131410.806539786
+    6.514611478962749,36.83330737924497,4084361.984777927,-190742.616343133
+<EPSG:31285> +proj=tmerc +lat_0=0 +lon_0=13.33333333333333 +k=1 +x_0=450000 +y_0=0 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+    13.511714633181665,46.20031141468425,5117886.888807316,463818.558844569
+    19.03189224305742,-29.89276660859322,-3322216.522077793,1000664.509880753
+    10.844074363908756,53.93561202273264,5981151.131061024,286610.09285676
+    10.060888074442454,22.46655061605452,2488666.81235159,113023.622754924
+    6.8222132351809215,-48.67739661691417,-5414369.290230017,-29503.498432913
+    8.829171591659012,17.37160593811808,1926593.705211206,-29141.615609154
+    13.46861326906186,15.83044807140324,1750401.568629719,464424.218978021
+    20.248456356585137,-28.724186880067208,-3198700.241049194,1126246.671089831
+<EPSG:31286> +proj=tmerc +lat_0=0 +lon_0=16.33333333333333 +k=1 +x_0=750000 +y_0=0 +datum=hermannskogel +units=m +axis=neu +no_defs  <>
+    16.243660537612545,7.319482118666315,808910.070263495,740032.951689704
+    21.130888504118502,75.92944808691954,8435472.734712053,880309.846776067
+    19.594289575040854,-84.65626618572723,-9405653.930594724,783792.787172848
+    19.5189401115055,9.229895821081826,1021744.121268782,1100166.582299268
+    20.5344135831888,-75.58144719389215,-8395720.67736465,866582.760523444
+    19.85511497160883,88.95357630574316,9884779.305095969,757416.567306758
+    15.496599804584175,56.91997046114929,6310829.640370189,699165.547006866
+    22.51680055304349,21.746526207058096,2418054.763704245,1390537.337003009
+<EPSG:31287> +proj=lcc +lat_1=49 +lat_2=46 +lat_0=47.5 +lon_0=13.33333333333333 +x_0=400000 +y_0=400000 +datum=hermannskogel +units=m +no_defs  <>
+    67.44461981554436,3.643671039991613,7563591.252528059,-2315218.850381509
+    75.71151812909277,87.60507285143646,888899.534886339,5781154.942329449
+    -3.2162563869417937,10.655715445317966,-1756707.645690443,-3719392.193749363
+    31.429894818817047,23.241213635216845,2389132.872582645,-2133631.980259669
+    20.28135187247166,31.67043047715898,1081395.026951457,-1347629.901813501
+    76.04595398860441,67.01003557984808,3023399.454953982,3740511.098034399
+    -45.91275845098481,40.26019133114786,-4199071.685040301,1437533.142933524
+    -40.6918691848449,-8.28308686586091,-7935905.320482198,-3739001.389355198
+<EPSG:31288> +proj=tmerc +lat_0=0 +lon_0=28 +k=1 +x_0=150000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+    8.26852385318077,-17.447749751443496,-69051.985548988,-1931469.786746541
+    13.372639355556723,-18.581706621138125,471234.239636717,-2058500.190264991
+    10.566271533068575,-44.74217695278298,168768.916910212,-4956538.189096976
+    7.639380905424446,49.04298708773959,-46621.804969714,5437449.311924657
+    3.502039043980706,63.69969884172491,-187042.036189832,7083995.465268004
+    16.416097887063874,-12.711501007777954,812071.042123869,-1413992.347912177
+    5.846390045657673,-61.22744784078944,-90554.705297365,-6799130.281222656
+    13.220161901236871,33.70895053727891,417974.198976191,3734643.960466254
+<EPSG:31289> +proj=tmerc +lat_0=0 +lon_0=31 +k=1 +x_0=450000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+    11.968375661749697,84.35344906291394,435356.478429465,9371001.364997078
+    7.361084523455148,85.01999744556514,392554.243059647,9448268.777298532
+    7.853853385382937,-52.038033309431974,74534.753939891,-5781887.817044875
+    11.951792947993841,78.33127479573565,419152.706426367,8698722.743363632
+    10.917384010115814,86.44357196588643,433621.325690113,9604609.11244235
+    18.32888532671546,64.57004558078214,689612.631569809,7172373.576580608
+    15.756474291082323,73.03679466709465,529276.391893216,8108963.934441201
+    14.666209093402394,27.78993257563367,581719.977011989,3075381.474336729
+<EPSG:31290> +proj=tmerc +lat_0=0 +lon_0=34 +k=1 +x_0=750000 +y_0=0 +ellps=bessel +towgs84=682,-203,480,0,0,0,0 +pm=ferro +units=m +no_defs  <>
+    19.522197241019114,-75.33818365390428,840465.660827846,-8366873.570650399
+    11.046316462509441,13.740927483958231,177852.65099616,1525467.031472556
+    21.622394360794466,-67.4056113573929,976986.153539258,-7489147.732078516
+    22.862311853187585,7.078043444972238,1473205.93343467,787283.901435661
+    12.58580770074698,50.779629659629734,486110.458056279,5633787.193540692
+    20.050402317119545,8.851026914629287,1159544.43057992,980320.568307778
+    20.36257093005667,-62.041397683939394,961100.144346229,-6888066.79747617
+    16.327797372854157,-41.260206481379015,749922.677303756,-4569700.29605247
+<EPSG:31300> +proj=lcc +lat_1=49.83333333333334 +lat_2=51.16666666666666 +lat_0=90 +lon_0=4.356939722222222 +x_0=150000.01256 +y_0=5400088.4378 +ellps=intl +towgs84=-106.8686,52.2978,-103.7239,0.3366,-0.457,1.8422,-1.2747 +units=m +no_defs  <>
+    70.17910337953873,33.44860737257996,5719496.296685654,856056.720460153
+    -30.322169205424053,54.75246088107289,-2008669.117293006,1119225.639235123
+    -9.707242287988393,28.262866790356235,-1317649.56791036,-2255028.817647437
+    36.53785904685242,63.365258324134516,1755043.567984854,1931247.838683852
+    73.09870614895627,12.736872028990618,7932947.692711473,-455672.950337352
+    -76.73860062616467,39.986356096117674,-5568569.684246612,2432850.444652592
+    -35.349856378766084,56.823259255334634,-2175329.944151047,1474336.496426716
+    88.56496393290328,-4.862373434476974,1.1335481842227126E7,178822.32403863
+<EPSG:31370> +proj=lcc +lat_0=90 +lat_1=49d50'0.00204" +lat_2=51d10'0.00204" +lon_0=4d22'2.952" +x_0=150000.013 +y_0=5400088.438 +ellps=intl +towgs84=-99.06,53.32,-112.49,0.419,-0.83,1.885,-1.0 +units=m +bounds=2.54,49.51,6.4,51.5  <>
+    5.92975900586776,50.77574565891854,260093.087723033,163964.876254061
+    5.875897433617029,51.124657951896545,255506.78324116,202692.852956921
+    6.108235748698341,51.36702479613803,271136.862180223,230005.905111331
+    3.2760302513924384,50.41505016294121,72340.809801575,123255.674613319
+    2.6825886970737725,49.53057799261643,27937.968817233,25692.06436759
+    3.173723973486288,50.479477655759204,65185.782723021,130533.032882428
+    4.868569675856328,51.259068684290554,184890.589945946,216692.484658882
+    6.104233392538853,50.86426142791955,272165.890849496,174081.931722783
+<EPSG:31466> +proj=tmerc +lon_0=6 +x_0=2500000 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +axis=neu +bounds=3.5,-5,8.5,85  <>
+    7.585243042541937,35.2392651633517,3901901.798900856,2644280.413707253
+    4.547590564838289,68.7719010698284,7631860.402016447,2441299.040817935
+    4.755981728596023,63.49965402628578,7043937.482071358,2438052.520839814
+    6.568423476164169,37.67391342166213,4171040.141975791,2550140.497729657
+    6.618821294595859,44.895530925299795,4973017.118901297,2548874.774842072
+    7.208047581576319,-3.7279305403269367,-412271.514933827,2634190.941032946
+    5.167511718676146,56.25162918785903,6236244.519494736,2448403.773501638
+    5.197848872277287,20.33551878132093,2249495.688510832,2416244.238153759
+<EPSG:31467> +proj=tmerc +lon_0=9 +x_0=3500000 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +axis=neu +bounds=6.5,-5,11.5,85  <>
+    8.80579759278706,77.2385340336954,8575899.583665064,3495209.962818253
+    8.489368358783905,9.142984723249054,1011007.221071996,3443880.017327707
+    10.101077111157968,8.146231325568662,900903.026801278,3621335.827374232
+    10.069586467110309,7.56352873153833,836445.032457905,3618029.687136004
+    8.977569007308352,15.550546297639741,1719742.317900866,3497594.099778051
+    11.194282886910731,35.047324945073754,3881659.729955798,3700189.587604491
+    7.117835445160132,63.50407539502484,7045206.001345733,3406295.411409482
+    9.316264301022468,75.25488037950205,8354507.753982601,3508987.728750529
+<EPSG:31468> +proj=tmerc +lon_0=12 +x_0=4500000 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +axis=neu +bounds=9.5,-5,14.5,85  <>
+    12.618501745479431,15.171450588850512,1677892.393208268,4566460.231708609
+    14.043999054426465,36.35743232576941,4026743.676073651,4683449.006038257
+    11.410858395185935,19.25108421230228,2129360.036233474,4438068.123186294
+    14.192513697430298,43.04525913955394,4769600.21638066,4678629.902960094
+    14.046257371967377,7.18301657837549,794727.101834198,4726033.043437906
+    9.83065505027726,67.06076766787022,7441985.018512722,4405637.131637837
+    12.439471883530155,3.167887801075601,350267.244770305,4548842.339486268
+    9.813892144746418,34.32758957002582,3801787.392533876,4298821.544059494
+<EPSG:31469> +proj=tmerc +lon_0=15 +x_0=5500000 +ellps=bessel +nadgrids=BETA2007.gsb +units=m +axis=neu +bounds=12.5,-5,17.5,85  <>
+    16.40961119431009,51.64279577182797,5723952.457858779,5597563.757339726
+    15.689607073264185,33.251588587356295,3680498.505331435,5564255.446168732
+    15.703001721778236,4.016941736860337,444168.672765625,5578059.719445919
+    13.66385627392443,29.764874854234755,3294473.511377179,5370786.963775614
+    16.20711394454999,79.90663650320528,8873991.722703915,5523621.80120633
+    14.004737370851304,4.092708544948184,452581.105139757,5389495.807587827
+    12.54123374687586,70.8902050887957,7869277.268707084,5410157.341987456
+    13.331624072893156,48.206837447364144,5342325.204235095,5376135.88552351
+<EPSG:31491> +proj=tmerc +ellps=bessel +x_0=1500000.0 +y_0=0.0 +lon_0=3dE +lat_0=0dN +k_0=1.0 +no_defs +bounds=3.34,55.24,4.5,55.92  <>
+    3.6707465045560066,55.42828522378777,1542459.855335535,6144477.949045269
+    3.6967614140428604,55.50468594245908,1544021.429350523,6152998.770315005
+    3.8438947705148707,55.542261015712334,1553266.315303085,6157284.481604863
+    4.351887561262907,55.58662016620386,1585232.785787185,6162728.734000679
+    3.5070658511173955,55.334243959519284,1532174.834327441,6133921.952879719
+    4.282170642549078,55.651369164048916,1580704.465971623,6169852.701866402
+    3.777566298232205,55.878707580384145,1548659.816359395,6194688.815438219
+    3.986188539684963,55.91883405384367,1561651.222442977,6199322.091874413
+<EPSG:31492> +proj=tmerc +ellps=bessel +x_0=2500000.0 +y_0=0.0 +lon_0=6dE +lat_0=0dN +k_0=1.0 +nadgrids=BETA2007.gsb +no_defs +bounds=5.86,49.11,7.5,53.81  <>
+    5.8822534166273615,52.52458825528547,2492049.829953717,5821281.427790657
+    6.779192002561343,49.20865896446153,2556820.72055433,5452687.441130196
+    6.345891071764549,53.65349681771653,2522909.208079362,5946964.26732005
+    6.554889702870938,52.56853435557687,2537664.894436207,5826310.117858164
+    6.590845574435368,51.643376962997124,2540942.619121667,5723389.904127937
+    6.509728135169413,50.526002330284896,2536189.041970284,5599041.810568255
+    6.5562089897048335,49.6912566005541,2540176.950718687,5506217.154111346
+    7.026993371736419,50.31998735280815,2573184.424816815,5576506.022805749
+<EPSG:31493> +proj=tmerc +ellps=bessel +x_0=3500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=1.0 +nadgrids=BETA2007.gsb +no_defs +bounds=7.5,47.27,10.51,55.09  <>
+    10.175512646255427,48.91303056993733,3586238.584171013,5420182.602407065
+    9.075076734979142,54.957579933689296,3504876.774311834,6092069.461697822
+    9.413400786400075,53.89173147545774,3527249.043067894,5973504.305371113
+    9.250000807775749,51.41267036919743,3517467.140534831,5697585.785021873
+    10.10220602511087,54.203645947597835,3571992.287899331,6008704.993482823
+    7.564335584885065,48.08550523498418,3393117.078987149,5328492.898356088
+    8.933387280872227,49.26188265092619,3495226.707504932,5458314.646468855
+    8.300193508066199,49.18004653365298,3449054.343419644,5449446.893455003
+<EPSG:31494> +proj=tmerc +ellps=bessel +x_0=4500000.0 +y_0=0.0 +lon_0=12dE +lat_0=0dN +k_0=1.0 +nadgrids=BETA2007.gsb +no_defs +bounds=10.5,47.39,13.51,54.59  <>
+    11.292292248127744,48.821207892422606,4448137.556203724,5409543.395342286
+    11.082899551337498,50.214363448727255,4434646.99814148,5564650.953106053
+    11.359639583686478,48.259604827558604,4452560.205659968,5347049.140977141
+    11.763327154990005,52.68315287415662,4484097.75693003,5838945.28208551
+    10.849071778687271,48.781364652416826,4415523.941732284,5405509.9691158
+    12.442780500609766,50.2283161394932,4531701.382809114,5565894.581730055
+    10.814851230213023,52.345958751613736,4419340.388280473,5802057.774552398
+    11.550416656680824,48.603044712410224,4466949.463225882,5385138.71028418
+<EPSG:31495> +proj=tmerc +ellps=bessel +x_0=5500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=1.0 +towgs84=597.1,71.4,412.1,0.894,0.068,-1.563,7.58 +no_defs +bounds=13.5,48.51,13.84,48.98  <>
+    13.686804432656224,48.61338533942452,5403308.603620526,5387019.234617996
+    13.576418582935833,48.95877925407782,5395887.354478863,5425573.264889496
+    13.539245710709464,48.68431701437769,5392579.51225886,5395104.334507147
+    13.70891392506401,48.749550690967766,5405195.085806837,5402133.020154732
+    13.54255496188336,48.634943603718035,5392718.309969083,5389609.420001273
+    13.50367863323075,48.523964034695645,5389611.352344803,5377324.27172066
+    13.629978846206384,48.978005506418576,5399848.094979889,5427639.192999051
+    13.683116863639135,48.86746263356294,5403524.874230629,5415277.54231607
+<EPSG:31528> +proj=utm +zone=28 +a=6378249.2 +b=6356515 +towgs84=-23,259,-9,0,0,0,0 +units=m +no_defs  <>
+    -15.986191500007422,77.09911942217605,475178.87837001,8557909.484705465
+    -14.504901085001183,-85.76048606783196,503842.049598604,-9524482.37942801
+    -16.125171756213405,34.769870545836895,396794.417341049,3848100.149766675
+    -14.120346433197636,-61.7455939466622,546211.063154673,-6846076.520003085
+    -20.80703399248711,7.277774463350099,-142324.016183413,808600.701402153
+    -17.9783051199657,-32.40916232234422,219643.977015381,-3589682.388941454
+    -16.663689962954454,-69.90216356204243,435962.148687093,-7755726.020021401
+    -10.292658791507018,-43.38626028861496,881049.208980135,-4814454.279820551
+<EPSG:31529> +proj=utm +zone=29 +a=6378249.2 +b=6356515 +towgs84=-23,259,-9,0,0,0,0 +units=m +no_defs  <>
+    -2.360845846336879,-31.95387343529614,1127783.297514872,-3554637.304742585
+    -9.094839572127924,-79.47607447223908,497814.185906355,-8822991.306047916
+    -11.792207542955108,-33.665007531678505,240847.717598999,-3728514.014086882
+    -10.507659406450504,85.24099082793734,485784.944522159,9466679.711523881
+    -11.757490354947214,6.374027216055126,194674.662066685,705380.450432009
+    -9.610913988504237,-40.13074731610282,447700.495273165,-4442442.669033693
+    -9.428467236972491,-82.47469584730648,493483.474191741,-9157710.934071053
+    -2.0672522079833513,20.41707819792677,1224368.308745953,2273004.643857575
+<EPSG:31600> +proj=sterea +lat_0=45.9 +lon_0=25.39246588888889 +k=0.9996667 +x_0=500000 +y_0=500000 +ellps=intl +towgs84=103.25,-100.4,-307.19,0,0,0,0 +units=m +no_defs  <>
+    -21.483457019768984,8.11320822588172,-5357769.48026399,-2623016.186758264
+    -1.5057680203247799,-1.7531442729060984,-3104845.557776911,-4746645.763652544
+    -8.88541304031132,83.1359271192427,17175.27713124,4943203.001989949
+    43.05720328727513,-0.638906748152408,2836397.011760136,-4802843.199279455
+    83.67604818658836,65.449423466945,3003587.323938745,3867545.752576885
+    -29.80775471466388,-76.10536621835071,-5840625.053171693,-2.421374442845434E7
+    74.64559366230961,-29.60443768509497,8568814.926007036,-8643354.047792658
+    -36.818607334596436,82.26641096963255,-366830.525241308,5189127.902522158
+<EPSG:31838> +proj=utm +zone=38 +ellps=WGS84 +towgs84=-3.2,-5.7,2.8,0,0,0,0 +units=m +no_defs  <>
+    49.3416605989262,44.154373076106054,847196.71514953,4898184.907593576
+    39.30372847115479,-85.33525428580761,448365.360669554,-9479715.361867364
+    41.31030143628881,-24.380901694748985,125660.085229613,-2701378.912316904
+    46.223338767055374,30.664960117580478,617199.649495382,3393104.620298652
+    42.39354798148188,-79.76327969234173,448307.290023506,-8856316.026592026
+    39.93751330990556,67.3783850926194,282899.830484595,7482416.356732427
+    47.329372910912866,-51.419360827265734,661965.067235804,-5699032.252576756
+    41.479652108865274,49.27283574759028,243947.909415564,5463744.442214631
+<EPSG:31839> +proj=utm +zone=39 +ellps=WGS84 +towgs84=-3.2,-5.7,2.8,0,0,0,0 +units=m +no_defs  <>
+    57.41254495980597,-14.723792716415929,1191540.200521443,-1637643.312441017
+    54.06967890184146,50.642330599436406,717030.723320557,5614542.350956756
+    55.17127870878704,-38.25377199878644,865038.066581328,-4242205.646842619
+    51.45236947114845,-61.457146989202464,524115.320061856,-6813787.494110602
+    55.02948644136689,57.99747178854193,738111.515387888,6435526.737939738
+    50.41826858662413,-61.578674922066355,469111.97689053,-6827379.143102942
+    56.819369658476596,-48.675285210411616,928309.616489664,-5407717.841394383
+    46.33074194756051,41.398629621647444,109630.266395384,4593535.195242655
+<EPSG:31901> +proj=tmerc +lat_0=0 +lon_0=48 +k=1 +x_0=500000 +y_0=0 +ellps=GRS80 +towgs84=-20.8,11.3,2.4,0,0,0,0 +units=m +no_defs  <>
+    49.93998083825232,-40.19583203388004,665170.400237113,-4453077.144729716
+    43.870851501864394,-37.3057596447227,133827.069946837,-4138447.099302162
+    52.78412955198923,71.7778426040752,666860.890654831,7973956.439835914
+    42.12618863017704,58.95594790334249,162224.550431404,6552608.960166026
+    42.419306712797834,-50.43001729421564,103563.839189348,-5603579.619724375
+    49.14770518445759,28.03735729374486,612832.627762918,3103108.308685057
+    49.46223798743658,23.816302269542234,648983.606911408,2635706.34210811
+    41.673393597613334,20.189752412365706,-162318.87674726,2246024.547424878
+<EPSG:31965> +proj=utm +zone=11 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -111.1351238059759,-72.95218381204802,691637.061066016,-8104532.538832662
+    -115.42938552297063,67.07757081063383,568258.390714633,7440889.278823969
+    -117.04855410195769,17.89085623360721,494856.782157371,1978111.036925118
+    -111.2687899193948,9.315806250635475,1130387.870590552,1034883.60501986
+    -113.70902785588684,-35.588471838123766,798194.161544343,-3943292.576198867
+    -111.6696967871685,54.04839715036965,848836.905369222,6002057.919978259
+    -123.41997213042991,-62.96014221267997,174769.18318636,-6997401.723406672
+    -116.95109626178615,-29.27280146968517,504750.660445742,-3238211.287378036
+<EPSG:31966> +proj=utm +zone=12 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -104.6579892960098,37.84157157350165,1058290.571931896,4207236.751842381
+    -113.18914085252594,-36.463133635952154,303843.876104646,-4037546.42463542
+    -117.20896812793065,-48.14316794969832,38221.295981498,-5350883.48988802
+    -104.89889848209066,-48.136042275891064,953822.789250026,-5349447.878824649
+    -108.82528880651354,-58.88861815173849,625331.430884953,-6529686.483077765
+    -111.84855953556982,-51.54795525854238,441161.47875136,-5711103.676060176
+    -117.479597615579,-43.36664260154495,-25054.008424139,-4821962.782211665
+    -111.11201904211077,6.148801784247922,487606.311281526,679654.782751772
+<EPSG:31967> +proj=utm +zone=13 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -110.38172475472437,56.33754740133605,167473.832343911,6256662.435002102
+    -98.74687635771957,-45.19684963552835,991144.455199616,-5023872.475732857
+    -100.50237303419898,78.50748874248421,599941.7168972,8718852.73396433
+    -109.99473769635523,46.90317781097275,119618.613760848,5206526.197829958
+    -98.35216780184578,68.35125766749513,773245.656167099,7596782.040604243
+    -103.5934202603071,2.863621788319392,656338.699466939,316614.779766458
+    -99.32834127637156,0.9784270116482503,1132061.675548581,108681.219137233
+    -109.43849641159093,-13.406962752552701,19047.377584282,-1486466.657153605
+<EPSG:31968> +proj=utm +zone=14 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -104.77182490075315,-61.97301408135329,197706.310485515,-6884630.832311449
+    -105.00559786283895,80.44857876630542,388941.434861262,8937400.027012778
+    -101.64451327680116,85.21396429727861,475374.353511244,9464186.3682475
+    -102.21692488899582,1.7319964333785123,142010.190020881,191742.224933124
+    -99.36100767169977,-14.210314901687468,461049.988317679,-1571016.415842844
+    -104.07767484955876,53.1340906161862,160416.759762166,5899239.251363427
+    -93.77921083458385,-26.75041926043125,1019550.666817034,-2969466.070083814
+    -102.15576046681676,68.91636760703904,373355.905871317,7648292.034307025
+<EPSG:31969> +proj=utm +zone=15 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.78247260497443,-34.53304514279573,1070966.420167656,-3838864.401309678
+    -93.75642910289591,-71.80182602989525,473633.660686975,-7966993.431398321
+    -92.5372474740817,-73.89350693687933,514329.515547443,-8200212.997989594
+    -88.14012812405434,-46.36596194008527,873801.304396037,-5146197.040845448
+    -95.99715287588461,68.84688976584434,379338.589735793,7640233.924319305
+    -97.64471439898672,-57.25454403311575,219900.103490146,-6355278.464212285
+    -88.38447444962898,2.6491182026266102,1013604.380515954,293766.967742193
+    -92.87253222508141,88.0357245226829,500487.808121225,9778656.367741095
+<EPSG:31970> +proj=utm +zone=16 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -86.39370140763846,-44.311248050091805,548354.638376234,-4906622.144811988
+    -80.15562421054335,38.30036166414814,1098789.865447812,4261367.541055085
+    -90.8714480764224,-15.739062070322603,84983.185743135,-1743879.774343988
+    -89.5194468871923,53.773717525671856,333973.178927673,5961291.324470396
+    -89.92397415783188,5.866783171191841,176189.174869558,649323.639982873
+    -91.54531421640306,-10.914820499473137,2822.836771238,-1210301.060091462
+    -85.80870563889066,86.55426385223112,507993.487709614,9613338.545601232
+    -88.78356036947548,-12.752323601954558,306369.870042314,-1410411.786935632
+<EPSG:31971> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -77.19848862483558,-54.235333506939526,747722.186708043,-6016377.95271268
+    -82.2690886180582,65.05770259432052,440286.290640966,7215485.122339972
+    -84.59623274914036,-74.42113851686133,392253.614313114,-8262281.148322327
+    -84.50320717885377,79.34986418353915,427764.87840707,8811193.179808173
+    -87.57463108112339,-33.36746377024746,-112149.47801221,-3711393.823386211
+    -77.62534243357689,43.201219726537715,774173.659728632,4788690.955812128
+    -87.07596665716375,-84.19690243813804,431537.431604101,-9353690.432813361
+    -84.95138567306387,-0.6241759780609044,59984.41640707,-69155.71474015
+<EPSG:31972> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -75.82883606079415,1.5096097374466524,407799.861582529,166875.19111856
+    -69.09846506491671,-59.88046720592028,830070.17620425,-6652822.465326268
+    -74.29359405531267,52.587595203381454,547857.327180259,5826629.830585298
+    -70.45622705480649,-88.14112049862347,516438.763556854,-9791074.907734951
+    -79.50064109576296,-84.28758913871147,450036.242830378,-9362153.20869622
+    -69.87784778418096,50.13915692783067,865941.934881944,5566674.239458895
+    -80.23020458860866,65.84582639738218,261407.541607317,7312671.25597647
+    -77.83138792305712,37.09803516168607,248369.897272212,4109499.789268662
+<EPSG:31973> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -63.509900297133825,42.79421673623605,949032.714214973,4752602.126402718
+    -63.002851154298234,2.637966533518309,1167853.689039255,293189.786132678
+    -69.997483750937,-67.11305850854978,456710.869209049,-7444330.805626752
+    -73.55762090886675,-16.181101389934696,12377.210651707,-1794380.846761372
+    -63.6063070395828,-33.38769295951619,1001935.343367771,-3707292.375619456
+    -62.27359043566497,77.46311793611724,662652.893318322,8607786.07639835
+    -63.4479157856263,84.98801445129169,554071.013760414,9441006.518391883
+    -69.70418650825582,-68.69496828468077,471447.281486731,-7620513.817941577
+<EPSG:31974> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -61.531242822695376,-88.55406193619878,504137.505034956,-9836580.331585238
+    -58.930207756747166,21.888881358850824,920671.039560605,2426104.127906947
+    -57.4964213041237,-20.530951507743367,1074418.837596296,-2279934.495018752
+    -66.83720010103026,-49.193368794141556,220455.97602084,-5456042.326617403
+    -62.558075998263185,-88.78833095169406,501043.344318695,-9862687.166159201
+    -69.78407532974751,-39.93808344254298,-79848.147514667,-4442979.092213792
+    -58.14214591941599,-86.54776820327452,532620.678530481,-9613911.58945828
+    -64.17944742266239,64.84190204528178,444055.212563855,7191356.287155279
+<EPSG:31975> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -58.92425018825358,-47.78528524995506,355867.586239927,-5294228.899738315
+    -63.372522513858236,-69.54057431544375,251793.665886377,-7727589.386772101
+    -57.65868138610668,-43.36202022634116,446628.1686674,-4801228.448425211
+    -62.81453707842522,-57.84166227620215,155048.843215321,-6425920.101874154
+    -54.1578848715245,19.459252097628692,798397.967785637,2154110.887111876
+    -62.01115640456278,-0.1579378255356545,-58331.215531117,-17524.310625248
+    -50.09688096369858,75.48482034429975,692723.202350661,8388955.783101907
+    -63.43516628391776,35.48414360826885,-84142.334535537,3945823.954169702
+<EPSG:31976> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -47.134799352217044,-70.22019078132774,645896.520679599,-7795061.483194447
+    -48.45879243408047,-31.396383412424917,741626.282333386,-3476325.128091564
+    -48.81913067592562,-0.24436314107906298,742732.973839936,-27029.180466605
+    -55.404750905234074,66.18658833534863,301676.996492527,7347686.797432584
+    -51.96955837170951,86.80536787556778,493967.768446403,9641341.190992244
+    -57.33726771098578,-68.5908429056486,242227.920704487,-7622029.476849979
+    -45.17090107023312,47.234209807339795,941160.874165167,5247693.899656198
+    -46.356488151182575,-31.500264437311117,941187.436921309,-3494399.909482969
+<EPSG:31977> +proj=utm +zone=17 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -84.98022038347563,23.27430732799823,92702.985502326,1.2579482131916957E7
+    -83.0998843051746,-57.13239857912547,372901.519445447,3665919.330986776
+    -86.76677070842116,-8.459518919878377,-135796.228602137,9060182.100237187
+    -78.2550797843783,-57.73568759105187,663416.990855433,3597404.88287374
+    -87.9873217909594,-18.6528858454038,-238392.459582967,7923128.193965355
+    -76.01034864878297,-4.660713900303307,1054095.774066394,9482875.476054229
+    -80.6101515102197,-56.372570163338054,524079.502789014,3752384.892176893
+    -79.23812320599954,65.64883718496444,581055.144549394,1.728190483756007E7
+<EPSG:31978> +proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -75.67962595055215,30.303892152999154,434651.527023207,1.3352655413967334E7
+    -73.59933827142453,16.58611774069749,649426.882147767,1.1834291685640939E7
+    -71.37205053598362,-53.854288576689754,738591.661566602,4026586.775267866
+    -69.17630380682738,76.62773161228327,650120.736636161,1.8512661085064966E7
+    -69.63549040380067,3.163195079060827,1096905.476204394,1.0351177032297466E7
+    -81.07752361174508,-4.8580984695238385,-175120.278593326,9459980.249924136
+    -71.50769878081621,31.971337733661855,830059.514784342,1.3542588917835053E7
+    -77.21442627801775,73.97268471733406,431770.286778356,1.821025814345608E7
+<EPSG:31979> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -68.24666716909654,76.93646163394209,519007.53427831,1.8539804519116957E7
+    -68.64417653368987,-23.648246984920675,536289.035805864,7384671.325834118
+    -75.39301375680647,2.7433939025022056,-212054.70640362,1.0305137175756872E7
+    -66.83307527098387,1.2497094928568373,741125.320079162,1.0138230149651187E7
+    -67.88839669395726,-53.18511365130892,574279.341404211,4106559.895211193
+    -74.58159857358345,-87.48418336233111,472688.592443291,281592.329079745
+    -68.45033074472751,-77.49483861423681,513286.053669683,1397943.438665444
+    -75.08119875757453,46.2232281040381,31053.686319462,1.513685230785307E7
+<EPSG:31980> +proj=utm +zone=20 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -58.03377762238527,-55.36089547291764,814684.52239026,3853815.085210031
+    -64.08977907823183,15.058518714897787,382866.382732669,1.1665087876415396E7
+    -61.49934148961435,-79.15882075973775,531506.439990246,1211894.930955207
+    -58.3572265880344,65.6351253038932,713571.464718881,1.7287129202305593E7
+    -63.79962134022176,74.48967896453723,476132.633498928,1.8266830166078143E7
+    -64.93443834591461,3.999859606498447,285225.57746669,1.0442364847801186E7
+    -56.89086525130997,42.630870201962836,1000994.622298726,1.4737950263296789E7
+    -56.673277434847556,71.28507625993993,726202.594773579,1.7921034821846902E7
+<EPSG:31981> +proj=utm +zone=21 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -63.716970446579126,43.63905585228861,-41839.830586287,1.4853755245261315E7
+    -59.45288974840498,64.62135219086997,382717.812484595,1.716852480206565E7
+    -50.05335157098373,-27.94192345830279,1184323.73063297,6889730.548240539
+    -53.048111133863905,-68.11022293812582,664327.578689702,2439585.538005423
+    -53.22958737696184,-46.2358004763609,790700.237344424,4872840.287916034
+    -51.88128568410921,-51.38028256118841,856129.306532586,4295441.066256545
+    -63.28522975793453,36.047998890390645,-66480.400328287,1.40075990938718E7
+    -54.461970163578656,79.44130691670213,551903.625065036,1.882035852165749E7
+<EPSG:31982> +proj=utm +zone=22 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -50.51024852216396,-13.314857705525938,553042.150409391,8527992.71596746
+    -50.52681425222314,-82.02692712640768,507327.491312749,892135.255035017
+    -46.68701920601038,5.585926370623383,978109.077480525,1.061918642004248E7
+    -57.82404549880088,39.914438843398926,-83469.097680926,1.4440613437206285E7
+    -48.06058106500912,58.46296327332013,671464.465138273,1.6484005117894042E7
+    -45.97008482494017,42.632587076618336,912458.591295823,1.473229419306023E7
+    -55.53337358373192,-13.480580385024595,8897.947458188,8505181.660202608
+    -51.5364050795525,-18.16527306878767,443267.214947144,7991446.336592875
+<EPSG:31983> +proj=utm +zone=23 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -49.898692976251645,17.686302946203668,-20017.900418553,1.1962245338870903E7
+    -45.032872481118474,-67.5596322598601,498599.696560576,2506231.084595967
+    -43.21408133029629,-82.936894101306,524513.195213386,790206.4707848
+    -46.58890922594812,72.07556537182796,445425.849730734,1.799808126236474E7
+    -40.68826316513963,39.589495579850194,870309.189332787,1.4391085766594496E7
+    -51.939873865358344,5.971151020465982,-269928.611990376,1.0664884202187147E7
+    -45.763075418771024,86.49468074211916,494791.181150881,1.9606638048608772E7
+    -40.632851707209674,-86.02388079167093,533776.798063405,444674.011767386
+<EPSG:31984> +proj=utm +zone=24 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -44.67928888977657,-85.79622590564654,453594.939309204,469079.395337459
+    -36.72217017507034,15.100365739404907,744825.240919774,1.1670695222726695E7
+    -43.91628501152805,-10.912995233812183,-37847.85755828,8789264.172145465
+    -32.177972262604804,61.20428083723573,866137.775626346,1.6804676590560753E7
+    -43.07872987325984,77.80641382986232,403903.619516419,1.864011020918389E7
+    -45.94230575001117,87.48846432199375,466117.499974583,1.9719608808079787E7
+    -35.99570949403241,-66.68255382563177,632658.617477204,2600812.329006567
+    -37.37607870272302,41.65105283921784,635223.700319421,1.4612307947181037E7
+<EPSG:31985> +proj=utm +zone=25 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -38.59855497888694,-4.726554807806153,-121858.02161907,9475052.253995437
+    -37.841748032789745,-24.780627858919004,10176.004792326,7250654.102206349
+    -37.742844964938904,-27.90811212394476,32974.875868455,6903915.652358013
+    -38.04700694569116,40.275151631149015,70831.328563961,1.4470533748093259E7
+    -28.18019034305943,25.44103061713018,984978.394035623,1.282256053406645E7
+    -29.010362172524246,-55.39471255501632,752627.327290021,3854039.653884836
+    -31.73303105337357,-73.75640619716762,539555.216248163,1814717.898991289
+    -37.39681063493371,-33.923187499601646,93447.444573717,6237644.915269669
+<EPSG:31986> +proj=utm +zone=17 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -80.37603478856043,10.534984003196996,568270.233992256,1164631.14103114
+    -82.37917570122295,-76.6246841305443,464388.559158444,-8505308.449890997
+    -83.46217165831585,-87.18135204756803,486486.097304666,-9683557.491815547
+    -83.36874608810707,50.61634413210422,332428.314468486,5609840.313875235
+    -85.97831890785537,-9.506989446058554,-47059.246107353,-1054837.161026873
+    -79.68832151416726,73.46148768174578,541673.421282346,8152418.550571464
+    -77.00404630608591,-16.00344385513543,927822.191393762,-1773434.153324756
+    -83.48934531892395,-54.338988221056795,338169.413161258,-6024095.795169521
+<EPSG:31987> +proj=utm +zone=18 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -78.40271814959787,-80.85569961050295,439662.796160502,-8978866.81092221
+    -80.99964738705431,-24.634536453724934,-107930.896042937,-2737781.503534618
+    -69.3049305955945,86.10307071623424,543142.419337282,9565023.235154992
+    -81.70075681683568,56.002713640618424,82475.937619741,6226660.684766648
+    -80.98434819723163,7.620698586417163,-161234.209919984,846957.87142874
+    -73.23704606369702,-69.82702136481191,567843.462191329,-7747563.014561828
+    -78.91102739693214,-74.9135422798574,386449.066346898,-8317704.026941001
+    -73.47339504239586,-33.78653894281462,641336.748765562,-3739535.484568715
+<EPSG:31988> +proj=utm +zone=19 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -64.90344866378638,25.445889704559733,912100.444952404,2820658.98814018
+    -63.08964871494261,-12.499002931447635,1143229.295406742,-1388932.319509439
+    -63.13750061749886,-77.79089112197175,638182.347565143,-8641949.18400375
+    -67.88878453246227,66.48338448730414,549475.714756472,7374231.093054124
+    -68.44496261620462,45.58259247386195,543299.83757601,5047822.157113493
+    -75.32864703429624,-77.70413312947255,349826.010740001,-8633463.573582506
+    -68.21373433871189,23.619601728987917,580206.957872959,2612332.705243974
+    -69.92421351255797,33.962832076918446,414612.327494148,3758419.636573221
+<EPSG:31989> +proj=utm +zone=20 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -66.85238482099628,-59.1183919776538,279510.500732198,-6559600.45297529
+    -63.8212504277817,-83.61002470949808,489795.896218056,-9284631.165641213
+    -65.70488627993795,-39.56620556819542,267640.884901114,-4383107.128955855
+    -58.3696342418328,-69.70460738941492,679097.930508332,-7739724.482016416
+    -63.06305765236191,43.11065025267928,494869.507108423,4773104.367009243
+    -62.644593142941055,76.09927126838136,509531.053892306,8446291.122539418
+    -68.99090934672643,-58.17513278292,147898.337277544,-6463871.428246523
+    -63.435073219694324,-51.77028763809677,469979.416647364,-5735578.987351426
+<EPSG:31990> +proj=utm +zone=21 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -53.43057541548508,-19.887493634254582,873832.154350968,-2202996.202133262
+    -58.651095737399984,16.810267352046267,324055.729572278,1859299.362683879
+    -61.982153087389754,46.21029473327428,115704.745879594,5129489.47622343
+    -50.53765020493432,76.71496786838713,665457.480430475,8524058.018221308
+    -60.51842458301244,65.69185627541276,338453.49157468,7290086.460248757
+    -55.291323667203024,-22.251556929107167,676077.005109624,-2461665.61648953
+    -62.91810228663825,-18.976392249701632,-123848.235466541,-2108718.572136369
+    -55.57615076848464,59.10757172561489,581544.164440583,6552899.837170024
+<EPSG:31991> +proj=utm +zone=22 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -48.31470925067967,-78.16982064628414,561435.396193831,-8678731.12692936
+    -50.168143492401846,-42.225972707398675,568648.336240937,-4675201.136202657
+    -44.17344575308237,27.43572460567316,1175593.171452498,3053298.571881472
+    -47.338858331402065,87.19796770111125,519968.813123364,9685759.961267114
+    -46.5774251090225,8.234722057210703,987548.949457481,912945.990207582
+    -48.447429345731834,2.9997303986264683,783744.603941645,331894.306937429
+    -54.20089257078818,-84.73040976160627,467195.424954252,-9410548.31302563
+    -50.213888524034815,-67.9967460639058,532867.107084899,-7542710.565841572
+<EPSG:31992> +proj=utm +zone=17 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -79.58610824866827,77.23430715184085,534872.540692518,1.8573339916004464E7
+    -80.7042253139909,75.38522455140412,508330.517239823,1.836660928551924E7
+    -76.39765064870973,-5.7497787171054,1010108.267339872,9362399.439597795
+    -81.75682861695124,26.66108052256591,424685.990369534,1.2949120898847092E7
+    -83.08071684338151,-84.90278153854098,479365.161070524,570747.546311095
+    -87.15646214173228,-21.491078930550373,-138622.727465707,7610898.403640978
+    -77.70256986525048,-27.61448413830334,825461.329419566,6941157.873863839
+    -78.35489127107564,73.38849321938062,584379.30028025,1.8145684983779233E7
+<EPSG:31993> +proj=utm +zone=18 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -72.54901863395875,41.652866038788886,704091.28357589,1.4614137683697011E7
+    -68.62148731543645,15.59187823908492,1185034.478333793,1.173407185147468E7
+    -77.59976772659004,-1.0060856740122688,210655.330883166,9888681.86667256
+    -74.35432737485263,77.25534626365612,515900.362823345,1.8575355482578587E7
+    -68.59809470271253,75.45270803440917,679170.248944927,1.838381833295153E7
+    -70.67943921753637,6.35458043832125,978281.321474503,1.0704399707655964E7
+    -75.30533341435762,27.622742637969253,469874.86332098,1.305545000057907E7
+    -72.17842237388845,-9.385911433559727,809914.596429474,8961236.836063845
+<EPSG:31994> +proj=utm +zone=19 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -67.24726857757814,-16.71840238224121,686867.267003021,8150773.866036791
+    -62.69077069662235,32.43445275500453,1093625.625719377,1.3606166257030446E7
+    -73.72705172099855,-50.43172257020891,164341.166078011,4402681.895457827
+    -67.53481707429073,-64.51648171493059,570334.701827649,2844618.929076388
+    -70.03950819099813,-81.52952120939028,482906.477493573,947535.385625767
+    -73.32109890603208,39.87789819615196,130433.302816163,1.4423149599424308E7
+    -66.04407536991098,61.670715776118215,656453.512992705,1.6841052009391587E7
+    -72.42155928280467,-34.86176314872951,187187.943774764,6136944.113879012
+<EPSG:31995> +proj=utm +zone=20 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -60.96835103908661,-66.48065406806057,590457.901313151,2625042.469215209
+    -63.47499838717137,-72.10791481948476,483712.185855156,1998966.186789232
+    -56.70898739004213,57.92848762472153,872270.485035838,1.643809422374715E7
+    -60.68786488314889,12.012887024939943,751747.797636359,1.1329036300652973E7
+    -60.01131680741739,-60.712600810555095,663065.249484575,3265513.230409959
+    -61.14397767783414,5.440632996387521,705640.14366886,1.0601687417350808E7
+    -66.05181137397736,-4.757283929549331,161412.912384978,9473416.686680343
+    -59.781074230843885,79.02062191760339,568406.266810132,1.8774162511761278E7
+<EPSG:31996> +proj=utm +zone=21 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -60.5239975848779,63.87570795689871,326935.241237474,1.7087944665424168E7
+    -55.13162922684528,-80.07189930353658,535955.989213128,1109811.582559209
+    -54.28015891773187,-44.06669070683402,717819.219217489,5117122.862949511
+    -52.88252909664624,-67.96490377125289,672284.096364085,2455307.167747596
+    -61.2068495131278,73.247273059132,364754.466888216,1.8132821012089785E7
+    -50.4843643253364,-4.7972820829965315,1224054.898073576,9466289.431596776
+    -50.855814707680416,82.96442319876849,583864.0195662,1.9216954676978305E7
+    -55.496101113726965,47.03381501622721,614261.71013543,1.521001930287927E7
+<EPSG:31997> +proj=utm +zone=22 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -57.59630223326362,-5.07228319619071,-232753.863691995,9435603.844525874
+    -47.548241536998965,-62.16351752351847,679762.684273773,3102813.262229486
+    -45.185079385010326,-24.720894039961493,1088762.077989832,7253433.489338677
+    -56.272777977958604,24.524499186246402,-34601.809440413,1.2722527914414236E7
+    -57.620326838103395,84.38447388763106,427831.886957799,1.937516971534792E7
+    -56.684196085897945,-77.47893874777442,362637.98723827,1393122.403297966
+    -53.063525495229094,67.7919532475058,412974.188247976,1.752112031119551E7
+    -54.77564991157885,69.24355059526471,350748.843117276,1.7686120064490017E7
+<EPSG:31998> +proj=utm +zone=23 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -42.93846079178912,33.30197790856255,691938.267701904,1.3686661443693958E7
+    -51.22531038810844,-59.509235759782015,147973.826034418,3386737.876449371
+    -50.804038447535284,-55.25549343962621,131308.70261683,3861410.618603548
+    -49.879009670707745,-36.75332797409361,64336.093372877,5921376.271682323
+    -50.87320895515969,-75.37162774714469,334682.482411105,1626722.087360934
+    -45.95296325180719,34.071146753967454,412067.824847187,1.3770454324256912E7
+    -50.97729054543519,-30.314165827878178,-75186.149753393,6631223.445997009
+    -39.23503308772618,-62.59058176281002,795803.989046697,3046798.77774585
+<EPSG:31999> +proj=utm +zone=24 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -37.71918651051648,-20.84109540050615,633262.148037085,7694908.614226742
+    -35.820237183599005,-18.403021237030813,835984.100114525,7962279.377247236
+    -36.73903465051746,-19.527709316377198,737254.304179895,7839215.684613494
+    -41.909730525770506,-19.131425535094465,193888.387919145,7882081.510850276
+    -40.442036542618816,22.705182228752406,351887.846496563,1.2511603662464023E7
+    -35.773677080003914,-20.707038813716167,836091.94006985,7706926.257924092
+    -34.17699958301507,86.76753209883685,530327.742319999,1.9638341206269544E7
+    -37.00526584444491,81.05758116204032,534609.070678336,1.900022686011826E7
+<EPSG:32000> +proj=utm +zone=25 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs  <>
+    -32.79986470040288,-86.84440864913137,501230.022174289,354348.884721655
+    -31.766698889929117,36.55218224779229,610376.950465432,1.4045903913680222E7
+    -38.398852917500655,-42.48489695166796,56232.337260339,5282241.028265502
+    -27.28746164968154,-23.978012999007447,1081776.887117636,7336395.118381661
+    -39.07681910517086,82.21375247547525,408253.662180645,1.9133514901393056E7
+    -37.76696973967421,56.26283341978012,204846.018692208,1.6245552984338567E7
+    -26.609678563025987,-32.31488448716554,1102065.849847343,6406666.929405108
+    -27.679501020278526,-82.42297106447894,578214.983400089,844352.871919641
+<EPSG:32100> +proj=lcc +lat_1=49 +lat_2=45 +lat_0=44.25 +lon_0=-109.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -149.27220219477127,3.8264912884847533,-4831799.706578291,-3502490.968316238
+    -100.95465971600052,41.44401363383984,1315524.835945855,-273287.758913608
+    -81.39466618067435,-11.64105091976326,5378320.952099148,-6480956.313020281
+    -130.49463899575318,75.63212227552002,-85915.307912697,3761713.913011295
+    -37.8179082767754,36.196002185867854,6275206.269788546,1894261.035739317
+    -62.56847070922761,-1.1996669159082707,7315035.15662505,-3573465.386106275
+    -93.64312459035379,80.6420422105022,979736.468146142,4409084.633376304
+    -155.12626620090103,10.03077495364456,-5076974.134809176,-2358379.599434251
+<EPSG:32104> +proj=lcc +lat_1=43 +lat_2=40 +lat_0=39.83333333333334 +lon_0=-100 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -106.62905947057723,39.55011332069031,-69353.062309304,-9612.615940264
+    -90.26509827290849,35.102482940032594,1390758.791646753,-476097.145669912
+    -107.85972555825542,-0.5397056081839899,-614958.420819363,-4829422.310186971
+    -94.45442500147026,4.836148855429283,1240024.809762388,-4120027.675327898
+    -92.41255712572334,4.612216039169155,1514510.498319891,-4129068.535524255
+    -81.54133705653463,14.993264768541422,2672516.661528211,-2619235.286052322
+    -164.63734681385034,-6.2865404445167385,-8421405.213590056,-2220923.038747531
+    -94.83230428263845,64.33228755563803,774667.760244563,2811656.160925913
+<EPSG:32107> +proj=tmerc +lat_0=34.75 +lon_0=-115.5833333333333 +k=0.9999 +x_0=200000 +y_0=8000000 +datum=NAD83 +units=m +no_defs  <>
+    -116.27209042463377,61.28367920852139,163070.06909728,1.0950145655505667E7
+    -119.80099442396966,-19.010366340371263,-244332.411575574,2045587.061425995
+    -110.66915860019054,-48.78991266081317,560994.422424273,-1263857.059318777
+    -114.18993618846622,16.640410571734833,348654.566975395,5994372.369140571
+    -116.59026173587107,8.526174239155935,89145.480189346,5096421.623421767
+    -118.01626741634607,1.3593040268602152,-70812.054228181,4303952.124995399
+    -117.84872156482423,-49.97769107276308,37529.668474061,-1386745.706414873
+    -109.29157351041094,66.0328009241124,484895.556278063,1.1493603328103472E7
+<EPSG:32108> +proj=tmerc +lat_0=34.75 +lon_0=-116.6666666666667 +k=0.9999 +x_0=500000 +y_0=6000000 +datum=NAD83 +units=m +no_defs  <>
+    -117.31828365415154,-19.120693291607424,431445.243860695,38582.16562631
+    -117.77543970512613,31.624794424232533,394811.687664757,5653958.36864463
+    -115.24627055864173,-85.86038655728294,511449.94524859,-7385265.200269299
+    -122.16890848196607,45.66693514726177,71286.183249614,7226833.751458934
+    -118.13749052604277,-58.372336673645876,413943.487212008,-4319520.832493506
+    -111.42195635887768,-69.29239108784475,706814.38813977,-5544608.143643353
+    -114.91628818543411,-73.16554018361776,556591.237105008,-5968684.195138047
+    -117.61997688277346,-18.59641104353757,399390.87639643,96470.133627782
+<EPSG:32109> +proj=tmerc +lat_0=34.75 +lon_0=-118.5833333333333 +k=0.9999 +x_0=800000 +y_0=4000000 +datum=NAD83 +units=m +no_defs  <>
+    -115.60881973140732,-13.39771636459848,1122265.702688031,-1329976.089644683
+    -122.868565534143,51.696417622713284,503805.707102193,5891218.280467676
+    -111.86701809236368,-26.593000904738837,1469868.321419159,-2806342.612938358
+    -114.02518116276364,-54.89985091439191,1092287.294818998,-5941466.995286101
+    -120.84025491790798,-0.8796216013431888,548749.778161953,56196.487169728
+    -118.48548283805579,34.85508679082977,808947.418831404,4011661.210144338
+    -121.8370572828739,64.6033864881299,644300.228182954,7323925.66040694
+    -122.97321593975056,86.84823657161374,773070.746071069,9803528.257630289
+<EPSG:32110> +proj=tmerc +lat_0=42.5 +lon_0=-71.66666666666667 +k=0.999966667 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -76.96997812011234,-15.8393678432124,-268765.078642776,-6466028.04800912
+    -66.90100425308934,64.48681286067341,528952.713925499,2455467.066955029
+    -67.27488252580733,67.30294879379133,489046.122957437,2767560.36874297
+    -68.45106269573904,74.37136171082943,396688.818022978,3552091.397517415
+    -76.30168423664523,-80.78151681569192,217159.811228858,-1.3682435322073177E7
+    -70.95977540153268,-28.347876734779113,369305.232466279,-7844111.722485765
+    -74.2872024629217,-79.92802592004055,248835.1892726,-1.3584978656176576E7
+    -75.4716593287265,-85.42958302109395,266161.031428182,-1.4199311727287052E7
+<EPSG:32111> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -67.50874382385567,64.93222934083806,480091.709717041,2921764.037885609
+    -75.94523989999489,29.46681832550496,9821.085089956,-1038016.670306076
+    -75.62299616495409,-32.734639052888184,44747.072250896,-7923086.108255463
+    -80.28371272463353,-16.457155725519357,-468455.227587139,-6128487.045255776
+    -74.19380775505074,25.44112440244787,180795.87405521,-1484897.56452886
+    -75.6429680971017,2.144839726241642,22858.165301494,-4062382.707986073
+    -80.6632647238095,-27.044591191779162,-462128.302865437,-7306851.064480777
+    -75.79112697822919,-71.49862416776406,104261.045597501,-1.2235450965334302E7
+<EPSG:32112> +proj=tmerc +lat_0=31 +lon_0=-104.3333333333333 +k=0.999909091 +x_0=165000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -99.17479388297446,-12.086939880272752,727244.889765607,-4772553.392979607
+    -101.87041322708,67.65530377894868,269501.095138516,4078170.425417514
+    -97.87530060520857,-16.308367850540918,856340.617715736,-5245240.027473025
+    -97.98775058505353,-31.346516955340938,769342.842285795,-6917194.234102556
+    -106.02327725938265,-28.763949407958066,-36.9466855,-6614651.389489314
+    -100.23045367244697,59.510400209947136,397197.466346965,3175433.786848177
+    -111.05032833041409,58.135919770764076,-230250.599401471,3034884.974504626
+    -105.12853172542732,-74.75906593203163,141659.62631296,-1.1730109345843071E7
+<EPSG:32113> +proj=tmerc +lat_0=31 +lon_0=-106.25 +k=0.9999 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -109.60678433173833,-39.56688749003142,211545.860288828,-7817019.177840102
+    -100.93900513541006,-87.50165168980094,525818.583172338,-1.3153772326543609E7
+    -100.80841272545679,-38.4461964548912,975153.118969613,-7701284.900200853
+    -105.56865120039238,-82.81827415807955,509512.428645261,-1.262961987940527E7
+    -100.93920039401232,-14.433721001097425,1073321.323147802,-5033441.605701902
+    -112.10163232895465,-31.167702473656448,-58272.970954775,-6894640.239597557
+    -109.79871518857014,-17.894293358952893,123791.232691278,-5413298.687172935
+    -103.73112032700706,54.68609035917186,662415.946423107,2633962.235586112
+<EPSG:32114> +proj=tmerc +lat_0=31 +lon_0=-107.8333333333333 +k=0.999916667 +x_0=830000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -102.80200162098183,-82.38342326545857,904382.266446733,-1.2584455462029161E7
+    -102.6194634568431,3.8695928625837865,1409841.587466643,-3001055.920082013
+    -109.40326151288191,-70.95686300778581,772817.228832171,-1.130650871285283E7
+    -111.3309907620665,-69.52256092745937,693461.333750822,-1.1149669252785724E7
+    -102.6221541618857,83.93630042152813,891394.81225928,5896025.364461252
+    -107.70541298088295,75.8171458606372,833499.788126562,4986763.187693531
+    -111.99826227225762,35.38455144322032,451499.537643893,494216.126973379
+    -106.90337369927586,-86.30119092912808,836699.929822501,-1.3018780425597217E7
+<EPSG:32115> +proj=tmerc +lat_0=38.83333333333334 +lon_0=-74.5 +k=0.9999 +x_0=150000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -74.06510829136721,63.062851409453145,171987.475853411,2695193.306839047
+    -74.69550149940882,-76.70659386490482,144980.406319622,-1.2816166933326669E7
+    -81.33222401732876,-67.02934099852504,-147140.675469934,-1.1752790618601441E7
+    -78.81226536872072,-43.48585556207656,-198825.959021818,-9124829.625912769
+    -81.2101022639515,51.83446376677196,-312237.027267981,1466102.922827742
+    -75.12520185097858,-14.945407412764055,82747.766827424,-5952450.011087744
+    -73.05591327092807,47.13878566722289,259534.926674685,923594.093747862
+    -80.32229973219059,-67.33541708347349,-100136.295661031,-1.1782326327278161E7
+<EPSG:32116> +proj=tmerc +lat_0=40 +lon_0=-76.58333333333333 +k=0.9999375 +x_0=250000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -83.10837637634219,-40.27506245960607,-305119.4333407,-8909527.103614174
+    -77.16946276091784,58.99237846003902,216306.972682799,2112306.7473369
+    -70.66415701744879,21.150266788877545,865578.076929682,-2078182.908163652
+    -73.6396905631813,-17.18667999300075,563239.208586334,-6332479.594446965
+    -76.63361554572167,26.06801297542505,244969.076170567,-1545061.858754453
+    -70.82076670531343,-83.07813278672322,327433.661831613,-1.366141707390179E7
+    -70.9990161888735,-55.271935503727114,604722.743393625,-1.0570598804446891E7
+    -74.90851050048295,63.29326469238694,334003.140440919,2592478.903833415
+<EPSG:32117> +proj=tmerc +lat_0=40 +lon_0=-78.58333333333333 +k=0.9999375 +x_0=350000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -79.00914176214395,-87.53820887138404,347957.297467744,-1.4155652021715065E7
+    -73.29048325187635,-26.139280073478687,879712.525529292,-7332135.96774745
+    -79.74305301034184,-47.509072212910176,262643.609818772,-9693418.670912407
+    -83.89069649285422,69.89219902292427,146518.967422889,3336075.031213005
+    -77.56612142459265,-58.03255938581961,410090.901209186,-1.0864211615060383E7
+    -83.37771354028465,-19.265458267904847,-154436.217889996,-6567146.651788111
+    -80.96005921129289,19.406578293482454,100323.252322824,-2280990.891108918
+    -85.33381565195826,76.51380370706528,174567.247216299,4076196.186876397
+<EPSG:32118> +proj=lcc +lat_1=41.03333333333333 +lat_2=40.66666666666666 +lat_0=40.16666666666666 +lon_0=-74 +x_0=300000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -28.223889521336105,72.741758259534,2094214.284476007,4347504.460731952
+    -116.96360542320949,27.61279690263037,-3876980.26655869,-359685.814954074
+    -46.023488630707476,59.24328680663321,1964577.918130133,2429003.823802214
+    -62.31688241122343,86.014768741264,482448.789758049,6102699.666228931
+    -46.00967965501144,80.45530278218531,1063982.238425456,5153544.501708112
+    -154.08579036283152,37.50424059774306,-5845392.072899047,2726987.398051747
+    -35.125513202882985,55.52530618753727,2762638.900784682,2282556.713352347
+    -22.345011094296268,4.433017979376466,6797626.598627818,-2248413.485892646
+<EPSG:32119> +proj=lcc +lat_1=36.16666666666666 +lat_2=34.33333333333334 +lat_0=33.75 +lon_0=-79 +x_0=609601.22 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -33.36996036431643,3.029030834489742,6281399.134246017,-2257943.543083088
+    -75.67192217532447,77.92832696193088,730831.174444651,5585084.358521461
+    -22.65551513964661,-0.7244098317317267,7745798.077620691,-1993020.349982567
+    -4.835456149201917,-17.016811471876153,1.1254268220247379E7,-2293168.244012216
+    -58.98848210732373,9.966309482940716,2996552.372603768,-2480217.083401613
+    -98.14504717952806,-9.994004132794874,-2183308.914474252,-5101911.409033213
+    -80.81239053566962,-24.033294751469274,301314.905105837,-7684119.19552619
+    -25.878245031939088,-8.850785521305259,7954788.614234538,-3190469.914918739
+<EPSG:32120> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.43333333333333 +lat_0=47 +lon_0=-100.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -69.79195209148955,18.373024469556224,4161076.205933652,-2593729.218265525
+    -59.22296353655027,27.21476099696173,4737580.22421005,-1107432.831436781
+    -177.03922412674928,20.083240080297905,-6909164.353064611,971896.2956209
+    -171.69444144031266,40.88658634171129,-4619958.412614342,1920079.451388001
+    -131.55597847343333,39.732662642351904,-2016850.017993303,-275494.593127123
+    -72.12050081214345,25.100596486784852,3608737.601870493,-1933263.762760785
+    -115.5952089116254,32.66983497794138,-854603.112402274,-1467520.687861061
+    -62.71726285206955,9.557205582222089,5459590.145940809,-3238599.766817034
+<EPSG:32121> +proj=lcc +lat_1=47.48333333333333 +lat_2=46.18333333333333 +lat_0=45.66666666666666 +lon_0=-100.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -24.18269866699316,12.245867225687252,8896704.773147216,455177.976123184
+    -162.72473629516315,23.792595184754234,-5531741.42248766,72589.223236974
+    -67.56769886159998,76.02064662339941,1639242.702073806,3790380.432115826
+    -68.84288764739179,66.01006104569997,2094830.683881921,2616087.40720027
+    -54.6911722439648,47.843166052311695,3838082.080953094,1213797.831006006
+    -92.45929694952727,64.55188808397497,1007133.830445327,2158738.653800467
+    -148.31450214419007,-10.105990543332759,-7035891.104467772,-4833611.135666047
+    -152.39634860667218,86.84129877372382,72330.345725383,5443352.50375469
+<EPSG:32122> +proj=lcc +lat_1=41.7 +lat_2=40.43333333333333 +lat_0=39.66666666666666 +lon_0=-82.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    0.2886598543409207,48.760560800526264,5861895.722958208,3716642.096392664
+    -52.058138787719,-8.529809683004311,5222509.61088454,-5215623.588404245
+    -84.97448875242289,-12.945857070300171,196417.992701066,-6735212.060066976
+    -162.22580016842193,-0.9377737839894138,-9214851.099162394,-79583.056193441
+    -60.790988634560634,15.448653992432298,3127488.285310434,-2458015.72531447
+    -125.73449691018544,-11.39891820953541,-6046138.405214877,-4804829.033046825
+    -138.36135412853992,19.69152833844806,-5227874.915998743,-333773.861266257
+    -63.18671592598338,63.112944245744174,1655847.193223456,2795658.108160582
+<EPSG:32123> +proj=lcc +lat_1=40.03333333333333 +lat_2=38.73333333333333 +lat_0=38 +lon_0=-82.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -163.4571376215957,56.48346779851437,-3967659.679935256,4282491.263933751
+    -9.756038096896532,15.303397564566836,8189705.5412223,643779.492463119
+    -46.96514544674105,-7.9443344850222015,5823170.419232818,-4647433.756566961
+    -28.048244501894573,73.50840986822926,2686044.540315114,4903402.077557149
+    -111.3217067614494,29.762943042216143,-2177479.057715597,-471387.278163857
+    -2.907401692988458,-0.2638802002825571,1.0256820458486987E7,-26733.664249753
+    -159.62525939631476,82.40042724889635,-1090667.408437951,6459952.525916944
+    -14.093982433530329,83.86989822693752,1943978.965726744,6511897.286600704
+<EPSG:32124> +proj=lcc +lat_1=36.76666666666667 +lat_2=35.56666666666667 +lat_0=35 +lon_0=-98 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -152.30252896446066,79.05473112366475,-1135057.638360691,6092592.928385599
+    -32.24370869525836,57.85101354446509,4522651.652484454,3986490.87519174
+    -61.119929080077824,-13.820055347737057,6160719.399310905,-5063434.112359492
+    -177.7390966812676,37.19740008980789,-5710512.492572159,2991501.368073145
+    -108.41639960054196,51.869847580522475,-146003.602685433,1937744.599644296
+    -139.22353546271867,21.42264516709419,-3678742.399924967,-599792.369609325
+    -22.24511663688409,-1.149208394659329,9854091.022073103,-485121.636059118
+    -131.31358528880813,68.4313779435391,-1049986.290595543,4245848.388700387
+<EPSG:32125> +proj=lcc +lat_1=35.23333333333333 +lat_2=33.93333333333333 +lat_0=33.33333333333334 +lon_0=-98 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -85.8208887193075,11.291014531624327,2033412.705320644,-2423233.764726643
+    -64.59086066053298,30.305673166573833,3763673.254287057,192264.067609435
+    -169.90799386946486,-10.38995173241556,-9048003.960614776,-1771698.80671224
+    -35.16997338717192,78.34884378870291,2733469.827724079,6426197.107731681
+    -147.49215295575192,-14.48818648001896,-6643931.347110221,-4171668.798814479
+    -87.71088242458808,46.42693325462582,1407501.189827227,1504741.458245181
+    -121.84615597771146,85.24271176292451,85700.928650568,7262861.940245777
+    -93.031027965688,85.22514776445587,708354.029455514,7199890.214787729
+<EPSG:32126> +proj=lcc +lat_1=46 +lat_2=44.33333333333334 +lat_0=43.66666666666666 +lon_0=-120.5 +x_0=2500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -176.61848528383695,26.615093183514702,-2904491.691979842,30594.321141534
+    -83.85030883549308,54.641292683468265,4819226.791732583,1760703.273130742
+    -138.99541865280386,24.474742615758565,527124.142592858,-1949129.583748265
+    -46.685677130185326,-5.010703921500639,1.2487863728282725E7,-1188492.735961796
+    -171.09722527146903,16.14055677589516,-3185052.161039218,-1340919.563312138
+    -127.3711638913111,26.3607742452499,1780256.120176186,-1924684.329831541
+    -152.2949171206109,47.80429216557347,177092.881109131,923033.149360035
+    -40.64890601818462,-13.041699901378232,1.4144213653091315E7,-1151784.875343044
+<EPSG:32127> +proj=lcc +lat_1=44 +lat_2=42.33333333333334 +lat_0=41.66666666666666 +lon_0=-120.5 +x_0=1500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -91.78515169190946,47.06066775428545,3643783.536963391,970837.57995872
+    -142.68020912580315,-12.934369216559624,-2177152.0076821,-6581694.808562955
+    -119.30037193798613,32.66261373104921,1614329.081276219,-1004638.314609044
+    -39.9274384048494,41.530392817812476,7235673.819144251,2978524.927175881
+    -75.29828205132686,11.703300500386955,6877441.151545214,-1999999.034792307
+    -135.67535299920272,59.402165179360736,603083.343768669,2080798.734354147
+    -102.12214455896712,4.088435191188282,3995483.250584846,-4212477.262246902
+    -166.0003957371372,-5.992754588551518,-5180209.673135443,-4084969.437829112
+<EPSG:32128> +proj=lcc +lat_1=41.95 +lat_2=40.88333333333333 +lat_0=40.16666666666666 +lon_0=-77.75 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -153.62158166191887,41.191652728464184,-4981335.275836913,2727845.590644904
+    -76.72091389089071,42.196259015257596,685000.266074207,225910.175441863
+    -29.779448668951602,-5.531095643268776,7448874.632712298,-3695035.908716446
+    -126.35171865413723,-15.212815777006075,-7158774.644933474,-4964313.165133632
+    -1.7590385473858134,37.57360799643337,6496897.049967645,2478613.114545057
+    -111.32279284737581,-2.1183847429967635,-4132582.924586489,-4211861.187237143
+    -75.51452113529082,28.2031509432121,825016.910529349,-1336603.626414345
+    -33.4237036838916,4.240938173272038,6300055.18405432,-2768231.813557619
+<EPSG:32129> +proj=lcc +lat_1=40.96666666666667 +lat_2=39.93333333333333 +lat_0=39.33333333333334 +lon_0=-77.75 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    5.695910260173974,70.09788083826744,3845587.182948904,5269157.275528003
+    -18.727957214112564,77.20099116914058,2456699.074653879,5263622.53567026
+    -57.74270411728436,27.73957154100382,2601869.343769738,-1069271.948498112
+    -138.82509821603682,54.20289921484752,-3192456.309184363,3034989.285291451
+    -99.3364495099791,40.10247821836532,-1222277.079909734,309232.13303176
+    -28.3509728490165,48.61423968439786,4092154.20664453,2037361.95820986
+    -93.53044115839097,-13.943754961450518,-1969105.182429506,-6608813.257596916
+    2.8129588614268926,41.166395391069805,6461794.6370265,3079566.100064375
+<EPSG:32130> +proj=tmerc +lat_0=41.08333333333334 +lon_0=-71.5 +k=0.99999375 +x_0=100000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -73.42192927543401,17.667980296496054,-103949.539609603,-2594538.692983494
+    -72.70293109618788,-32.83728587028165,-12626.404180421,-8185120.419935131
+    -70.24910834669313,47.61919870014137,194031.855717393,727013.481861362
+    -67.27473419521658,-15.471573932703407,553770.567813433,-6265427.640217309
+    -65.94944761904362,-58.70652547183758,421495.990250297,-1.1073060007600212E7
+    -72.93628596642118,71.92673417017201,50251.697532518,3434697.428308798
+    -76.41363398379124,-85.16380571858997,53787.462980606,-1.4013520917632567E7
+    -74.77761595865738,-11.61745710788773,-257614.701638286,-5836620.140600913
+<EPSG:32133> +proj=lcc +lat_1=34.83333333333334 +lat_2=32.5 +lat_0=31.83333333333333 +lon_0=-81 +x_0=609600 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -80.33508739774723,58.58572371376826,652791.123077501,3073087.297137587
+    -138.1364379627945,-6.3624398719986175,-6939144.879548186,-2447527.039919935
+    -123.21475055681356,15.819471212878284,-3994258.173511571,-850738.725753465
+    -76.0942328891917,-20.02624199659291,1390539.310990656,-6653123.543969078
+    -100.14060684511126,33.572364970265056,-1157008.305663222,356914.685974451
+    -52.26461374298701,55.03358140885619,2571502.488470452,2912948.103384716
+    -72.70254390379253,73.08487636963916,987907.868201535,5084381.260752995
+    -33.31189017215536,3.1173018048958703,6451725.65915525,-1962982.372592419
+<EPSG:32134> +proj=lcc +lat_1=45.68333333333333 +lat_2=44.41666666666666 +lat_0=43.83333333333334 +lon_0=-100 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -59.2197729650195,-14.670948185923471,7473655.641416205,-5958894.818963342
+    -103.82496352274892,54.42906812185879,348303.525845746,1189149.386734198
+    -23.33296314702386,-0.5075712854551959,1.0294932477731844E7,-464340.263963183
+    -130.4976617327492,81.14599271220318,-117443.655060591,4698893.066582755
+    -43.562987501150815,59.43978638609754,3654577.135255839,2864680.28682944
+    -59.85595430625898,76.98126146382202,1820951.994025232,4255372.033030952
+    -179.54914210261464,58.691252428218505,-3429949.047517463,3824749.63476791
+    -75.46140839110573,64.45468724805811,1844696.973377157,2532505.956610265
+<EPSG:32135> +proj=lcc +lat_1=44.4 +lat_2=42.83333333333334 +lat_0=42.33333333333334 +lon_0=-100.3333333333333 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -100.06469345676777,34.82488973549046,624851.512232304,-837073.901892124
+    -18.841630464113706,35.31260136326998,6940567.644164969,2604339.537024946
+    -45.93143898701567,5.757876551081527,7417963.185459187,-2029733.647042138
+    -138.31454006524154,73.14155158364846,-824761.6196901,3950903.862107133
+    -155.17315189249206,32.778745815767714,-4253645.163072031,596006.35439415
+    -20.387930388684538,3.659389843764167,1.0019270412374651E7,287580.965690681
+    -84.49215743284537,-11.102740635535149,3198346.817108775,-6611296.402019561
+    -136.58995637968317,45.369982571227105,-2151947.1510224,947797.890549648
+<EPSG:32136> +proj=lcc +lat_1=36.41666666666666 +lat_2=35.25 +lat_0=34.33333333333334 +lon_0=-86 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -118.10272779127814,28.84486704575749,-2498960.770600225,-97521.297060933
+    -167.61120831975086,68.26293830048185,-3095240.986837209,5655457.197761162
+    -37.820659480014854,-7.947837797539499,7295283.703265918,-3474828.573690017
+    -156.90362158482816,66.00712920207992,-2909073.718684953,5043711.273534329
+    -110.93102258113242,-8.79904215584026,-3000970.769007631,-4820050.950330156
+    -144.55473164513705,29.789703781133127,-4758476.161650567,1147584.368801869
+    -57.37494223220415,6.6477041785506685,4120578.790996524,-2682873.844369812
+    -41.03614385524543,44.044871326210426,4115281.661592619,1903377.530000162
+<EPSG:32137> +proj=lcc +lat_1=36.18333333333333 +lat_2=34.65 +lat_0=34 +lon_0=-101.5 +x_0=200000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+    -138.68774647479145,6.867600383898164,-4306122.664460311,-1273725.786023275
+    -74.8208734830021,32.0879811692049,2692037.587838698,1126075.756767753
+    -45.89976325473992,88.56170073742925,756541.207952129,9252561.870556809
+    -129.33011673221984,42.02955072305921,-2089771.183546882,2217283.771773306
+    -73.46035102157036,-20.016450422177524,4717137.69241426,-5362044.42557556
+    -93.37501038811135,24.223902984223905,1039512.166853446,-56612.083822356
+    -81.22484102260677,20.73755877562622,2363176.192005029,-264134.237449713
+    -108.49021327226612,71.3935574227047,-126699.819268637,5522647.541679778
+<EPSG:32138> +proj=lcc +lat_1=33.96666666666667 +lat_2=32.13333333333333 +lat_0=31.66666666666667 +lon_0=-98.5 +x_0=600000 +y_0=2000000 +datum=NAD83 +units=m +no_defs  <>
+    -106.84956477262992,74.75918961892802,236394.37351854,7398993.365496819
+    -149.30756754878607,36.94372874111505,-3761029.224722483,3661268.042975222
+    -53.96886989228281,41.09296097918491,4266948.621349286,3837930.416110795
+    -70.07698506364785,18.596978868495462,3654432.965503654,951605.113638335
+    -53.306810128257354,88.51887203233285,1133972.251585317,1.0800512011998575E7
+    -46.1072128908917,-10.079954385795432,7795471.893778429,-1247062.00429579
+    -19.78803506201956,52.03240459942786,5817375.327531653,6355369.936409356
+    -171.49616635709603,73.54847132301526,-2458627.351593395,8294671.318296185
+<EPSG:32139> +proj=lcc +lat_1=31.88333333333333 +lat_2=30.11666666666667 +lat_0=29.66666666666667 +lon_0=-100.3333333333333 +x_0=700000 +y_0=3000000 +datum=NAD83 +units=m +no_defs  <>
+    -27.238748750122625,-1.3238863081294845,9488386.224905945,2378370.736560979
+    -171.84087724979426,0.28392602729934424,-7802018.848642631,2418321.265498001
+    -107.46920532191669,44.482478150246294,115888.573317608,4677332.003692257
+    -172.81441283065044,87.85178805639526,-415918.534777457,1.2307405849153187E7
+    -84.04341293779267,16.286841201463098,2490317.986721228,1632285.455044891
+    -156.86761125815667,-11.862433888510871,-6998308.242514875,-50076.007186656
+    -108.76606650578483,80.09062540649373,393358.860428538,9733225.96918507
+    -89.65434328502548,65.96719011618762,1316256.081568067,7370858.381343348
+<EPSG:32140> +proj=lcc +lat_1=30.28333333333333 +lat_2=28.38333333333333 +lat_0=27.83333333333333 +lon_0=-99 +x_0=600000 +y_0=4000000 +datum=NAD83 +units=m +no_defs  <>
+    -164.13586245483472,54.11787387518059,-3897284.229005998,8301380.962252231
+    -32.00327190214284,20.36401056387708,7296707.773561223,5141229.481289819
+    -162.82522814878928,39.230875023842316,-4722315.149265571,6759089.033659907
+    -35.73511501497006,83.10691422963548,2523030.744061562,1.2322326302696876E7
+    -37.996158425411664,-0.24605317826432938,7961823.674426475,2713952.421051526
+    -99.38669543082507,47.6191354372468,569280.968770693,6232973.937770954
+    -103.97267147815138,53.30537150055892,234098.187324869,6923145.945235243
+    -148.6894481332372,38.913327743587786,-3641461.36593099,6148695.458252888
+<EPSG:32141> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.66666666666667 +lon_0=-98.5 +x_0=300000 +y_0=5000000 +datum=NAD83 +units=m +no_defs  <>
+    -156.73492704958204,-32.75807317158082,-8841929.060775645,-712423.027668286
+    -91.84741501420872,64.76394868740152,718343.196876404,9743733.223594543
+    -156.94144098755368,27.945085520361495,-5248121.636765119,6560527.69380981
+    -65.97850103255057,-3.004142494389754,4376543.108626003,2205030.482209074
+    -85.28650895623433,-4.343504387041111,1989470.818187579,1595497.817095246
+    -34.41303078000868,-5.430390389379184,8228600.703799709,3425126.83112752
+    -170.06926970422631,68.24820210368918,-3679578.579013397,1.1424010104154497E7
+    -120.2200648604028,81.86505892828504,-508088.698059409,1.3023604002156883E7
+<EPSG:32142> +proj=lcc +lat_1=41.78333333333333 +lat_2=40.71666666666667 +lat_0=40.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+    -106.62902849950545,28.055653402743374,990735.958511826,-360556.345873101
+    -145.05051956565657,32.970560188181025,-2589792.73833313,783877.215724476
+    -72.52820818014507,-11.643674408151426,6567964.944426974,-4225551.607841036
+    -121.25079806033474,87.85743851053896,400158.677407104,7498829.122326213
+    -150.35135429774496,12.581446529592636,-4077256.275612551,-1161411.504169259
+    -93.47435164180791,-11.268693079551053,3369606.285152497,-5249729.779501735
+    -99.25204701971904,73.2821614426294,987576.239218708,4948539.5857302
+    -95.1262880235625,23.37458330575079,2241286.094208315,-746668.915260629
+<EPSG:32143> +proj=lcc +lat_1=40.65 +lat_2=39.01666666666667 +lat_0=38.33333333333334 +lon_0=-111.5 +x_0=500000 +y_0=2000000 +datum=NAD83 +units=m +no_defs  <>
+    -163.67862049974985,40.703383617869555,-3663842.741373402,3513315.224046028
+    -149.82232675635808,58.32453848855656,-1809904.204164268,4764958.508698283
+    -55.489673145921046,43.42175347106913,4753114.939522287,3942260.291541062
+    -110.3057927198855,0.7037068865744374,664475.148445014,-2495894.828059657
+    -176.4285292423118,36.83587594468375,-4802959.113936105,3847657.463397356
+    -162.96796496382905,43.30218016278988,-3456390.324529618,3722775.87088499
+    -43.230300384083364,-4.710025377402232,9544380.612129655,368449.257083871
+    -142.69967628277266,79.62136454147736,-416644.97078102,7301842.001102488
+<EPSG:32144> +proj=lcc +lat_1=38.35 +lat_2=37.21666666666667 +lat_0=36.66666666666666 +lon_0=-111.5 +x_0=500000 +y_0=3000000 +datum=NAD83 +units=m +no_defs  <>
+    -147.4515304078971,20.63809431370067,-3312352.814164913,1938241.589891719
+    -114.30133696153838,86.46330514216501,454579.148099016,9845529.890787657
+    -42.124647482601716,76.18391516297723,2867598.33857985,8778044.878793122
+    -174.5881562267861,74.8505355104265,-1817149.058682189,8464226.844596252
+    -150.955727333612,50.944107947431604,-2268857.191978429,5192871.746229062
+    -63.269496481777836,-16.762474594435457,8015339.314425251,-1894857.754267148
+    -122.19995035512753,1.6780965206541936,-926520.485878487,-1051726.477321073
+    -81.1029906366466,30.73633829844602,3380891.732985629,2812718.886101235
+<EPSG:32145> +proj=tmerc +lat_0=42.5 +lon_0=-72.5 +k=0.999964286 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -71.19075702464988,45.318359214802314,602652.651441209,313972.048840658
+    -76.29253113528668,22.802617019483947,110430.568368366,-2179417.204728784
+    -66.4315959680277,-65.48275815605206,780748.353889525,-1.1985457264282666E7
+    -69.24389695885698,63.82069047239949,660288.558143162,2376693.603964616
+    -77.63322776692046,66.89486812556845,275339.03291309,2724621.229883462
+    -68.9949872043454,-4.972035587950046,888944.570683919,-5257813.327565308
+    -76.32926686080664,-47.24389080717727,210116.302219802,-9948299.791074656
+    -71.0626265730496,-5.6249263891577925,659253.145732165,-5329173.639473123
+<EPSG:32146> +proj=lcc +lat_1=39.2 +lat_2=38.03333333333333 +lat_0=37.66666666666666 +lon_0=-78.5 +x_0=3500000 +y_0=2000000 +datum=NAD83 +units=m +no_defs  <>
+    -46.619704675363536,43.642058123987816,6030726.366623066,3108140.979011234
+    -151.94715483907348,55.27338975747927,-886709.404102582,5840334.383363687
+    -60.29551270621259,-19.44890854217081,6573988.141303962,-5197674.377334208
+    -84.82024941390824,-17.496859996132457,2450248.151084485,-5123430.661723965
+    -60.613959831027984,-15.475991722620467,6387682.287712336,-4533139.455406846
+    -94.79674449575205,79.70891758982205,3003146.035562401,7330900.278092973
+    -60.39763470239981,41.187104040695935,5010361.211469128,2540329.395083346
+    -146.86107849951114,20.9166502162173,-3268261.304927291,2756720.474155987
+<EPSG:32147> +proj=lcc +lat_1=37.96666666666667 +lat_2=36.76666666666667 +lat_0=36.33333333333334 +lon_0=-78.5 +x_0=3500000 +y_0=1000000 +datum=NAD83 +units=m +no_defs  <>
+    -120.18383221000623,-13.250498760207066,-2790531.577271658,-3831649.774819799
+    -62.54953784930784,71.50505161965481,4217398.287641015,5271233.871974916
+    -128.27829306300703,87.47048139814301,2861415.841335266,8380018.792817866
+    -27.604798999540236,-21.708422187161453,1.1797460758955717E7,-4393078.349634284
+    -82.76686328592702,54.29835879521866,3208554.22064042,3032919.202917575
+    -143.18434913103957,83.54297650533327,2080931.357578839,7740376.725582237
+    -79.11147831714321,3.327251663629582,3420019.185222856,-2871007.708518319
+    -146.68107061036523,68.37614831894787,393287.316000725,5950444.819333648
+<EPSG:32148> +proj=lcc +lat_1=48.73333333333333 +lat_2=47.5 +lat_0=47 +lon_0=-120.8333333333333 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -176.4561620122375,-3.5944406049743236,-7586502.529110798,-3314580.992699463
+    -43.66612423892869,12.031863351112268,8912641.941137707,484535.996175714
+    -160.91052172304893,25.090954087702826,-3654236.312938465,-1388701.997606298
+    -99.06493894895435,25.08601653157634,2830532.451907398,-2164303.881606497
+    -48.01655851532462,-10.052758046369899,1.1286043059369458E7,-1921478.577643223
+    -90.88946139022404,-10.234005222387152,5556065.628500193,-6477970.9524807
+    -71.79023685333976,28.224349392369213,5247818.464248121,-559349.797166056
+    -70.34565387446497,14.593673042826563,6384299.923272238,-1790147.322025222
+<EPSG:32149> +proj=lcc +lat_1=47.33333333333334 +lat_2=45.83333333333334 +lat_0=45.33333333333334 +lon_0=-120.5 +x_0=500000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -57.30671828549126,2.957962930705399,8636784.034566257,-1700222.117027926
+    -77.10749390686722,-5.947726888104312,7127267.467269346,-4622239.983186271
+    -149.17846348884106,43.482549314453884,-1772371.242864929,211915.727487447
+    -88.32742670171304,-12.293499233815256,5952586.193604611,-6434340.594447106
+    -70.82096280502059,-3.790378350149693,7765722.501517885,-3784720.938842967
+    -169.98078917808303,66.90093259923437,-1687970.136502804,3166120.596816622
+    -71.32938522797475,17.09255328656336,6017574.18788491,-1489666.590730767
+    -151.2520172669341,30.948416810589713,-2464941.766411811,-1031639.229743394
+<EPSG:32150> +proj=lcc +lat_1=40.25 +lat_2=39 +lat_0=38.5 +lon_0=-79.5 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -135.84991196200286,0.8274816636849351,-6637483.784717887,-2146290.706328177
+    -138.01118182061327,77.18331863376991,-1278559.533299848,5373329.843341877
+    -118.93652603642121,51.551772071355686,-2110428.829912725,2065168.04858704
+    -120.15922258447512,7.739012735780474,-4394385.739694649,-2433435.388827642
+    -155.58582775734337,72.91652835168306,-2194363.655064463,5367758.614204766
+    -2.7475646626311914,74.21865522418706,3272135.852277161,5510890.052240581
+    -107.34940227021798,6.371407469276427,-2937591.26353742,-3205945.513551929
+    -107.66841859751065,-18.520779890426567,-4128219.490141783,-6744430.395520571
+<EPSG:32151> +proj=lcc +lat_1=38.88333333333333 +lat_2=37.48333333333333 +lat_0=37 +lon_0=-81 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -23.620322106923084,25.488086161013122,6135137.85743473,482894.399460595
+    -69.67358260386372,87.95355494719396,728653.620775623,7203433.9938582
+    -69.37544546060818,2.1351247920201963,2147315.945270235,-4021016.715709464
+    -116.96524143048282,51.80770350591664,-1893696.024359057,2150537.55309968
+    -134.2167639660288,26.091135043875454,-4543661.998983609,299550.334061254
+    -36.19459260895778,25.549982953958747,5030346.863580392,-188164.570883727
+    -11.316036826242197,44.95356609412378,5630911.117732792,2870709.9151244
+    -74.19099835979429,-7.90419692777885,1611308.176354987,-5489941.734990743
+<EPSG:32152> +proj=lcc +lat_1=46.76666666666667 +lat_2=45.56666666666667 +lat_0=45.16666666666666 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -70.66976139010359,17.324843890195837,2879536.773602836,-2935826.463154653
+    -29.662121683551987,39.22472322339236,5356553.077786687,1237118.55298542
+    -150.8986568162531,82.46017426274636,-555324.98690924,5045648.135041164
+    -155.39861089100376,68.81675727148296,-1991200.612462839,3843488.963605233
+    -169.79122091800338,13.072590688345723,-7835930.362935878,882865.202171603
+    -13.324377829067373,45.03012685133412,5747426.960735336,2682217.584138846
+    -14.87373798715248,77.55069593914526,2542475.140226814,4843657.382110937
+    -160.4917095423398,74.77402330618924,-1550725.347629597,4494004.993987914
+<EPSG:32153> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -28.928735556505103,46.4361171657903,4864712.791229864,1973074.627981454
+    -47.43729460149544,-7.004708126245774,7081109.337812722,-4679516.61794289
+    -160.55860685793422,41.33626184689727,-4599939.11103712,2135267.346076434
+    -120.72937347030458,28.25365527719144,-2461008.974505018,-1167075.959445614
+    -7.404113244412201,57.403988826314034,4861977.894784755,3897427.393788553
+    -63.00837578256798,40.720640236119245,2844355.947513727,30351.89415967
+    -132.51633523463045,24.702243378616586,-3748764.191208695,-1000758.281581271
+    -71.28071794696619,60.06359573781299,1674899.441461176,1951947.012203939
+<EPSG:32154> +proj=lcc +lat_1=44.06666666666667 +lat_2=42.73333333333333 +lat_0=42 +lon_0=-90 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -131.45781761797912,43.316958496933495,-2626023.297356697,965181.299639603
+    -137.92759691310715,84.66128232066967,-198189.364450466,5677949.528059482
+    -121.39374702871126,0.4766095911971888,-3791233.758814942,-4197266.84926858
+    -139.25578453929515,54.695434802460134,-2457577.037418798,2350481.99561113
+    -13.501197946780792,6.0594850733007135,9472403.44331723,117637.744637168
+    -145.33402509842273,-10.140764332728125,-7754039.292034638,-3774630.408235221
+    -45.72295203589533,77.92370559395991,1905293.225401083,4687507.920436918
+    -154.4820700305643,67.08908275428121,-2213671.456586104,4027601.665835643
+<EPSG:32155> +proj=tmerc +lat_0=40.5 +lon_0=-105.1666666666667 +k=0.9999375 +x_0=200000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -103.9629428480203,-40.26811219593315,302382.327468146,-8944484.393585963
+    -98.78203152289663,-43.85014543606435,713384.937891507,-9361495.076207755
+    -106.06731720151447,68.72726211554433,163522.092668845,3142023.982428317
+    -101.04821253247749,-0.14205797928195807,658832.113816894,-4500516.352442936
+    -105.10781650294913,-10.214107837762512,206447.623913148,-5614235.40246152
+    -109.70255333153719,1.8518481873257429,-305169.504597623,-4279366.535151782
+    -102.8217793773853,16.054099155677818,450959.991719131,-2707828.882867433
+    -108.74720964287471,78.44922998735876,119984.282045084,4229126.958001208
+<EPSG:32156> +proj=tmerc +lat_0=40.5 +lon_0=-107.3333333333333 +k=0.9999375 +x_0=400000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+    -102.08192965254752,-66.59882093560478,632596.670384362,-1.1783712860709956E7
+    -113.11588167661212,3.9415507249822497,-243247.664204025,-3946717.645607597
+    -105.40380514130261,-18.335862297809484,603974.693877253,-6413878.393389842
+    -101.9337931266329,-64.51028384491235,659121.895284658,-1.1552094859805137E7
+    -102.04596505884406,6.328937338214146,985804.429890335,-3681979.948118213
+    -112.29791283286696,11.345913862652338,-142521.292439303,-3125484.593058534
+    -112.02364507148114,-88.65705297020418,387736.473386324,-1.4236621693971692E7
+    -104.10847979541789,-6.099119175947379,757133.795424868,-5060226.201025506
+<EPSG:32157> +proj=tmerc +lat_0=40.5 +lon_0=-108.75 +k=0.9999375 +x_0=600000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -109.37077415833866,-20.309053468247782,535168.599848888,-6731330.323782292
+    -110.04310832100644,50.92472068095174,509087.250598171,1159386.404323676
+    -104.24954102421196,54.39527547797448,892203.064250117,1554106.955506525
+    -110.72110895698329,-5.231569590386002,381456.096876811,-5063568.287639908
+    -108.91716684985599,31.241847101522694,584076.272319954,-1027184.213888445
+    -107.85856213368358,12.907163253497998,696740.729909608,-3057249.268730934
+    -113.23471234746398,25.68462791251362,149547.823621318,-1635399.019376045
+    -109.61847563576076,72.85705737081585,571418.63621773,3602702.430232693
+<EPSG:32158> +proj=tmerc +lat_0=40.5 +lon_0=-110.0833333333333 +k=0.9999375 +x_0=800000 +y_0=100000 +datum=NAD83 +units=m +no_defs  <>
+    -106.67145821217144,-40.427218188978586,1089538.758432567,-8867049.446074113
+    -105.75095973951606,80.4573414172288,880137.197599911,4553869.665532799
+    -112.13546590237982,-71.32883510045897,726663.677726815,-1.230275719227665E7
+    -106.22225608767263,42.88479423616835,1115421.74458084,372094.469266026
+    -115.5570469486032,37.61542626863432,316572.058335584,-206096.844820489
+    -106.59675517174479,72.59564981410142,916382.217962339,3676705.786448864
+    -106.16751328662572,63.41232077439287,995518.336459536,2655113.762397334
+    -112.93708889803122,86.74283472099816,781898.295742793,5253243.280610611
+<EPSG:32161> +proj=lcc +lat_1=18.43333333333333 +lat_2=18.03333333333333 +lat_0=17.83333333333333 +lon_0=-66.43333333333334 +x_0=200000 +y_0=200000 +datum=NAD83 +units=m +no_defs  <>
+    -18.012630728582053,45.600588101608665,4435102.554653962,3970290.914860354
+    -26.814757896917797,77.3455777184927,2515201.73321524,9078220.042539902
+    -127.02998157861227,58.97283970839386,-4468342.362187504,6023026.153899507
+    -2.804112128177053,38.589247988364065,6009660.829165244,3570421.446452841
+    12.693929362261429,-16.8433384114988,1.0041083271975055E7,-1727430.390071627
+    -74.60778154371089,64.26136023470296,-403343.385273188,6104953.095433151
+    -120.00503791553585,51.51194534523782,-4251184.742160649,4833211.595501082
+    14.609956561443028,59.9663215585592,6288140.354216376,6765521.825851279
+<EPSG:32164> +proj=tmerc +lat_0=0 +lon_0=-99 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -93.84473842387209,-70.11391164248266,2281837.224662164,-2.5547370777386922E7
+    -95.21321144424182,-5.58754619663938,3017342.440179623,-2030715.192156608
+    -92.5206848116195,-87.96508916094676,1724512.637401099,-3.206102347549405E7
+    -96.68763354608998,-59.67216089844658,2067696.239648099,-2.170983279607889E7
+    -101.69670761271482,-13.582148272753983,682956.119608209,-4931513.992624469
+    -98.01626850688834,-73.69714531965161,1741539.306098227,-2.6832311760118593E7
+    -98.24095699142264,17.48146930355287,1904811.813501574,6341782.593328028
+    -102.26044588608424,-68.95449910795814,1211886.790007997,-2.510742441943603E7
+<EPSG:32165> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -89.35960164962304,-33.64873262632187,2748185.716318403,-1.2234744811178738E7
+    -89.10444445967077,-49.3057234518415,2569385.31346547,-1.7942044048602186E7
+    -97.48872358824438,-65.76811029227954,966414.023305172,-2.395469816361518E7
+    -98.38729755321872,-74.91310178529076,1127548.888059461,-2.729985719187076E7
+    -96.3160863182289,87.2164792156492,1581461.458778246,3.178375796285513E7
+    -91.62292238378174,-54.76540308526362,1931098.524282488,-1.99132014978528E7
+    -86.32399232430407,-3.4095932789565353,4078893.962992509,-1244915.926507116
+    -94.65375757343574,-15.969573328949522,1059755.528285943,-5794846.109227563
+<EPSG:32166> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -89.00920624796042,-62.96955062046415,1306214.040533044,-2.2912643931359783E7
+    -92.39889400712217,-30.318154535169604,-63717.552805356,-1.104465285323043E7
+    -89.25974596624869,-67.93561297731489,1329678.940656389,-2.472900889469184E7
+    -84.7422918305546,39.985631505524,2272851.332532673,1.4529510577742686E7
+    -93.68136492160826,-34.82463253910475,-365707.199144212,-1.2709982322476959E7
+    -84.58840204408023,19.63856623073228,2470122.107106015,7130154.100261785
+    -89.21507252457386,52.062423702053195,1142238.119076527,1.8931381520800192E7
+    -84.18670508150657,-25.61134254229104,2567381.897116255,-9303274.20404383
+<EPSG:32167> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=NAD83 +units=us-ft +no_defs  <>
+    -76.68706450072926,71.10245579886666,2151527.791930962,2.5900126210096747E7
+    -75.9210488594574,22.89256083950123,3351007.412995987,8335390.227087881
+    -84.3255988900512,-18.53829356019031,488413.216604419,-6735499.608508786
+    -87.41597003071574,-71.21935306001151,885301.2802248,-2.5964768859193694E7
+    -78.86871860475071,73.90675115895607,1856727.999885869,2.691206338569096E7
+    -83.44576045164472,3.6276753347746933,749038.394128041,1316728.250474666
+    -87.82676325452262,8.611241068817549,-829576.384718304,3145046.234596811
+    -78.57773817134272,-55.61081341576503,2140971.300004123,-2.022774030585743E7
+<EPSG:32181> +proj=tmerc +lat_0=0 +lon_0=-53 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -54.189966139772864,-12.492930897099555,175454.209876388,-1381767.009848223
+    -57.78068072877164,-12.53576822665761,-215276.567201538,-1390932.330029253
+    -51.676110425126545,-38.266509949618936,420649.241905019,-4237485.642429168
+    -57.43350059179943,-82.15349046505565,237271.982894532,-9127289.977742769
+    -58.747235550291144,-15.611476158927843,-312356.214402915,-1734827.913670773
+    -55.56242092574919,-61.7930161753531,169662.086679247,-6855842.10106475
+    -53.259114601608864,-52.065806192862645,287032.420426928,-5770120.293042696
+    -47.78830146023171,2.026213552387219,885349.846676347,224961.145955989
+<EPSG:32182> +proj=tmerc +lat_0=0 +lon_0=-56 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -51.167375634130536,-39.33683443150743,721496.861867735,-4366617.215228258
+    -49.32654184734098,-50.49091056220475,778116.544421353,-5616203.769959364
+    -49.474379731910844,43.69485631651901,830869.267686929,4860175.718973469
+    -61.147587965151374,41.74638170193873,-123393.886410208,4635830.609516612
+    -61.280485699386695,16.81872894220554,-258647.148284527,1867588.088240708
+    -60.924566871466546,-20.96055739684178,-207765.162737163,-2326371.334714354
+    -56.94040049987722,-50.569206661357235,238183.894146655,-5604024.342852524
+    -56.74502754255436,65.77102926020754,270673.257959972,7296780.229192664
+<EPSG:32183> +proj=tmerc +lat_0=0 +lon_0=-58.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -58.84731664627482,13.259193905207084,267164.479302049,1466265.365844472
+    -51.51913253708624,-11.832847325101667,1067164.862041634,-1318021.40436816
+    -62.574957392658455,67.64910327038936,131922.467022453,7511684.185509976
+    -61.75216938205353,-26.150382949685792,-20459.117819126,-2897277.288470449
+    -59.86239143013037,77.23771965117257,271196.203170581,8576263.756194413
+    -63.72340804893316,83.73132366199792,241190.523325513,9303774.523088131
+    -53.11856938401903,78.72411862203077,422143.468668415,8747215.044776496
+    -59.242716241857295,-74.55876288585748,282720.735558297,-8276998.553004746
+<EPSG:32184> +proj=tmerc +lat_0=0 +lon_0=-61.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -55.82780875775756,43.59266338467796,762837.055832841,4843740.698681838
+    -62.63659707485574,33.46047446911862,199144.362019195,3704026.076158597
+    -64.42398784126209,61.95454015068444,151412.425694932,6874632.871219967
+    -64.50814940426481,32.347969127820605,21601.555250365,3584060.652638105
+    -57.476463535878054,18.89461205282454,728947.237038958,2094621.852108882
+    -67.15739081575569,-81.76117536083666,214405.838924063,-9085314.729459329
+    -63.74246337941186,71.21164766316085,224182.986524175,7904867.078203252
+    -57.69216197831018,12.038831590377015,719663.524431442,1334125.471785178
+<EPSG:32185> +proj=tmerc +lat_0=0 +lon_0=-64.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -58.22292026078212,-32.56490642381952,894715.680256035,-3621571.435421756
+    -60.2278132016275,79.54986744276243,391257.164601433,8837166.687931424
+    -58.88037015629156,-74.5980470400122,471218.775822448,-8289120.209619768
+    -61.845228818555626,-83.4781084283334,338463.233565125,-9273389.05204163
+    -63.46746207552695,18.834510853376685,413618.828080099,2083458.182894789
+    -68.86441221448419,20.49748940364715,-150760.324280825,2273299.14913496
+    -69.77187141535428,-17.627956462052538,-255270.446403169,-1957428.564341048
+    -61.376891600789605,-68.09127456511196,434838.996529818,-7558596.675140916
+<EPSG:32186> +proj=tmerc +lat_0=0 +lon_0=-67.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -65.45249554465867,-33.10093322367789,495925.14024531,-3665441.147692095
+    -69.22673452170663,11.495656794416973,116404.105614136,1271732.623903662
+    -62.49700177000226,79.12932414322998,410039.069830002,8791559.38731007
+    -63.50389961220992,60.60852085952041,523560.866653225,6727851.298091316
+    -68.71454703965271,38.68318922599718,199129.404082843,4283605.778058453
+    -71.39810377479306,-36.12406195060523,-46164.194490096,-4005953.385854272
+    -69.95547742423311,-82.94547625142218,271131.90974294,-9213852.712873204
+    -68.88287831853799,53.069248392255076,212117.763181683,5882632.728345209
+<EPSG:32187> +proj=tmerc +lat_0=0 +lon_0=-70.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -75.9646226468983,-84.71610243165755,248681.947259098,-9413528.71868905
+    -73.14205291325678,-49.87596901777244,114919.480219179,-5529847.318767887
+    -66.8011691766785,-45.69966293128437,592836.408155141,-5068856.278757545
+    -71.88165935608382,35.12292555584875,178868.196170992,3888715.328760224
+    -63.994982472560004,-24.894328434919984,962895.570355403,-2769844.412708933
+    -69.16224104289304,-12.444469688426537,450239.982471387,-1376481.819708884
+    -77.11576765783383,20.477296514316976,-386509.321299425,2278985.969134458
+    -71.3652885533088,84.06623915541184,294810.441565441,9338365.374439582
+<EPSG:32188> +proj=tmerc +lat_0=0 +lon_0=-73.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -77.17990168837343,-60.623456641711954,103429.24881022,-6728502.503443311
+    -67.23623758853753,-71.89947866918241,521721.119313745,-7991398.418236672
+    -72.11314529058082,-51.7267582527816,400613.485973666,-5733278.513909795
+    -68.74751412449137,39.98414560673203,710768.102097521,4438158.405956244
+    -72.32745200550917,13.915338354755661,431516.480274885,1539136.727310329
+    -69.21735065337938,-32.562532277005275,707109.22447419,-3611973.861042714
+    -69.9799558844445,0.16169149122453064,696857.153815893,17911.151413264
+    -69.31632995464938,22.20223088091882,736432.312838089,2461910.326042728
+<EPSG:32189> +proj=tmerc +lat_0=0 +lon_0=-76.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -74.946579449376,31.18421064440122,452865.998791967,3452092.282762343
+    -69.6080209501231,68.81222462836757,582376.680800735,7651305.234944051
+    -81.44205764117021,66.48662971126751,84899.33612285,7385069.461280526
+    -72.48883047576739,8.297614861969109,746982.302629827,919711.622059031
+    -75.08405392642355,34.31012527697497,435126.420068756,3798590.174044479
+    -70.37356730525461,-30.321056064505882,894499.967910886,-3371323.191721417
+    -79.59599456598076,-15.471498322870744,-27541.336450703,-1713387.17801008
+    -74.49825958970368,-7.507667931108202,525756.706988878,-830623.94306185
+<EPSG:32190> +proj=tmerc +lat_0=0 +lon_0=-79.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -84.79560944999506,47.5753617653925,-93528.062457496,5284293.235446335
+    -85.09238443930543,-7.839706738356924,-312850.825705395,-870958.759401361
+    -79.99808987219821,81.78871703557925,296855.626399859,9084003.757569749
+    -84.05459571350535,-37.85449238174706,-96095.413638753,-4200718.039893764
+    -72.66003363703163,-19.787663700530715,1022789.430153574,-2203198.232593143
+    -75.98381172717427,87.4598790267874,322192.960287372,9717812.900871715
+    -82.37272984000926,-59.616850592050824,142701.149628277,-6614232.097138511
+    -79.7056143960066,-6.801634516277588,282073.357217252,-752050.806614564
+<EPSG:32191> +proj=tmerc +lat_0=0 +lon_0=-82.5 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -87.78470039255852,56.8055437288524,-17820.127310744,6310094.530087672
+    -83.39211525311413,-46.1357368092226,235869.987994229,-5111049.232559292
+    -78.36007791601607,35.43662374160665,680777.813880881,3930525.25346236
+    -86.25915519266299,-33.76339896397334,-43510.043495909,-3743399.642026077
+    -82.99031797196425,-43.81133458562141,265352.983086445,-4852491.24436126
+    -86.35134689613609,-23.918212461543547,-87489.094506161,-2651316.33934991
+    -82.28326538096111,78.01617596105947,309825.187328859,8662783.222019928
+    -87.52073156622643,74.29279397354196,153201.73191769,8253576.900800484
+<EPSG:32192> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -85.72041827512388,-32.59527867998462,-138508.808999915,-3617354.374961638
+    -86.85499140278974,39.379782771496025,-199795.960303295,4376620.233171487
+    -79.33756612601152,-51.50768910128219,420205.665751646,-5709307.449155054
+    -85.11048328283006,27.767179635564887,-100538.063792735,3079115.231539511
+    -83.20191496770818,-82.07301211984493,270895.652922819,-9116359.470558483
+    -78.66577660601632,-29.999589773978386,530030.318596041,-3322030.654276993
+    -84.77059536449997,-88.85433895922068,296386.30090746,-9873291.954995902
+    -85.22661292160187,-82.2959683279447,241579.39157834,-9142921.728669282
+<EPSG:32193> +proj=tmerc +lat_0=0 +lon_0=-84 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -82.54740200882685,-88.59742544797174,308770.49243298,-9844372.700309223
+    -85.31066025319551,8.03132731482549,160321.817675776,888258.479475198
+    -80.5663817135907,-29.158348270853494,638929.206481913,-3231379.248127329
+    -83.82705393653141,-20.655435558533185,322820.43263377,-2284709.587209563
+    -81.69124011376795,-60.25353343199022,432611.468743044,-6683888.111859118
+    -80.38155001296963,13.893567758722682,696087.438331124,1539386.170256721
+    -84.89457275672555,-86.57185274472936,298826.113988407,-9618151.582208665
+    -77.04120375934923,36.69469198615268,927058.661742848,4084867.589752194
+<EPSG:32194> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -84.69375440590477,50.3684201124795,468856.384033424,5583812.708304795
+    -83.38126999785871,-64.53858667755009,478364.434544152,-7164131.52665854
+    -84.87679308553795,-74.43674838789241,368393.417607395,-8264378.759927374
+    -90.20737321180707,-39.67516325418455,29617.304118612,-4397942.781477197
+    -87.91542964900148,-49.88244584144026,239014.737608095,-5527620.862835465
+    -91.95303239469516,-17.634100494950914,-221308.17706885,-1957190.865607306
+    -80.25927012724154,-32.23543156255097,940691.809725906,-3587611.236595826
+    -88.83714409018688,-85.77566230215754,289689.095496587,-9529429.882251684
+<EPSG:32195> +proj=tmerc +lat_0=0 +lon_0=-90 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -87.16167535984796,-58.75778445886165,469030.329692206,-6518515.413832683
+    -95.67992014789975,66.99792248562133,57328.30643985,7444681.892749022
+    -90.47331387033944,-79.12644702662794,294829.483166727,-8786763.32418611
+    -90.01623312553009,20.416303251699816,303105.930575534,2258228.135364718
+    -83.18670975859118,6.668446073367022,1059824.561836565,742549.821985906
+    -90.84020564627774,23.391984101538668,218917.192643064,2587939.771604735
+    -91.25980160685559,63.12781129353678,241250.935825824,7002553.735877003
+    -88.51105576260846,14.648264690862675,465195.254411196,1620436.246094764
+<EPSG:32196> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -89.15239397339795,-42.566684922916956,620721.999238415,-4721293.260093151
+    -94.31099330585975,-58.958928068756066,229371.176191377,-6538179.499807021
+    -95.96521478713505,8.374804148203836,-21897.466489061,927243.339027553
+    -94.0517540891864,83.90025267430423,292319.594147172,9319868.471098907
+    -88.75887566320378,-87.34547622527667,326716.834870351,-9705313.6620082
+    -89.69906260900686,-38.90057595751891,591153.252642483,-4312218.878295573
+    -94.18766287601599,16.138439734535353,177772.092616166,1785150.38217947
+    -94.1664291269984,51.603933700038255,223996.277493744,5719348.529592892
+<EPSG:32197> +proj=tmerc +lat_0=0 +lon_0=-96 +k=0.9999 +x_0=304800 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -92.01446593430487,7.163463760438063,745330.095771945,793969.883739311
+    -102.0864237675636,-87.92838439482517,280274.179479259,-9770905.74271399
+    -92.28680566742521,-63.167562512623725,491782.444600689,-7011770.116070762
+    -93.55727499065253,-44.679373845148234,498453.641809894,-4951722.196118576
+    -98.49495039457393,47.36741360714868,116372.48052027,5250588.4084725
+    -102.67075531271448,41.99347188644961,-248009.388085593,4672028.838411539
+    -101.7336560315148,23.11515169509657,-283153.807277092,2568609.818513934
+    -91.27416971128586,1.4365802675381332,831260.731526148,159378.533000294
+<EPSG:32198> +proj=lcc +lat_1=60 +lat_2=46 +lat_0=44 +lon_0=-68.5 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -23.626054811193654,-5.6351766986380625,7239847.496342072,-4224738.603256672
+    -79.08831252801936,73.02613289626862,-368580.048685042,3293227.635773774
+    -135.85098318528193,-3.651626557202217,-9700663.965177698,-1301143.948339754
+    -100.58328972187869,31.2889455715827,-3128199.77983942,-737360.206908975
+    -61.275995021298954,34.236935772279054,692667.48605813,-1072115.639808254
+    -137.51465812211896,48.132440755153425,-4360623.667952487,2741837.159575978
+    -85.83341339331415,28.50194641546446,-1810122.709600727,-1560233.437621389
+    -92.48055821433445,79.83985416436614,-543199.809924066,4206215.0743376
+<EPSG:32199> +proj=lcc +lat_1=27.83333333333333 +lat_2=26.16666666666667 +lat_0=25.5 +lon_0=-91.33333333333333 +x_0=1000000 +y_0=0 +datum=NAD83 +units=m +no_defs  <>
+    -161.1470384267601,21.11468882437027,-5923647.650811856,1478728.406055086
+    -109.2756227045263,64.84087418504573,-123404.568575052,4842510.948096265
+    -16.582917852913766,11.613884183291539,8954313.949869031,870181.659892222
+    -10.893472121588331,31.848594145756408,8133338.189162239,3057831.862984961
+    -95.50734585546134,84.07756173911467,864953.79791447,8609263.608502263
+    -38.897120456237275,9.47294876733865,6850540.772382704,-570076.098601543
+    -85.90423418021685,11.27232985718286,1614430.44676884,-1582855.573451743
+    -51.102393883221495,10.343616769175057,5511187.623363939,-977612.466869186
+<EPSG:32201> +proj=utm +zone=1 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -173.14211717529284,43.689948012518926,810907.15219434,4844667.796889137
+    -174.289915033012,57.825192180424835,660935.833773619,6412466.549249137
+    -172.5672612055773,-22.149168876443127,957383.624711702,-2456020.938105699
+    -174.08371053044112,-11.653487919479417,817974.35850644,-1289877.019471262
+    -172.61092089518456,-4.119150731615008,987599.505019149,-456645.607667852
+    -171.56803660230327,77.74851918598483,628497.268195097,8636258.008069823
+    -178.9842904711241,55.50901822150203,374679.033827624,6153221.460186615
+    -177.63152657657795,32.45646647376789,440631.374194346,3591204.107565154
+<EPSG:32202> +proj=utm +zone=2 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -170.75861016352306,31.75627923125502,522846.123563594,3513441.999124233
+    -171.07273036695383,43.829210291597235,494139.832327797,4852901.727618159
+    -168.39668792702088,-82.06077597015792,540128.161574114,-9112514.149064798
+    -171.94938641657976,3.130461919179581,394491.748447486,346056.701886125
+    -166.05695807431056,-45.89432910798297,883452.24911141,-5094199.78917024
+    -174.16469843578082,-54.88704542819861,297015.778960669,-6086810.662907975
+    -173.63889716251296,38.88180519373955,271082.870001681,4306966.283456216
+    -173.80813956223085,-78.97334663753594,440059.513615602,-8768439.661915326
+<EPSG:32203> +proj=utm +zone=3 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -159.19008008703963,15.806312599042286,1123107.060183287,1756132.505020673
+    -158.81429755135537,74.00081860700146,689986.834554768,8221994.833255981
+    -169.99173515406102,17.073621049175642,-31705.48995716,1894507.334079881
+    -165.77397234851782,80.76565533798924,486131.822323778,8967135.637957102
+    -171.5483398081772,-66.80762982130489,212648.229492328,-7425050.666386186
+    -163.43503315544243,-61.57952266491969,583082.236859906,-6828337.95049629
+    -164.11653938365657,-37.16986026139558,578418.776436503,-4114083.330169243
+    -159.97757725348401,-4.247373111991891,1058039.94898106,-471290.250541923
+<EPSG:32204> +proj=utm +zone=4 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -158.37041251733842,40.864625838946466,553044.654122391,4523915.259596146
+    -164.0942085686419,51.060829206823456,143097.031140428,5668940.780778456
+    -162.33880736642067,-63.4820335190348,333724.572726921,-7043634.615767441
+    -163.7386890076054,-15.591849383593981,-8531.940393922,-1729454.523632015
+    -158.6364119908,-86.0971659156711,502761.806008531,-9562229.237573193
+    -163.83262377747226,84.68168948740527,450047.019018682,9406292.17826456
+    -163.84549763399903,-80.94709734611644,414977.090083685,-8990850.031575928
+    -154.66023988565115,13.65522651689993,969729.475656396,1513797.194856515
+<EPSG:32205> +proj=utm +zone=5 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -159.0975049281912,-30.96023953524901,-82881.442999926,-3441192.144755831
+    -150.82518737528687,-62.20679847532768,613114.48167459,-6899117.363825789
+    -156.35924421255763,-78.00393002139049,422095.022339732,-8661041.21632892
+    -151.15673286891757,4.963824987627703,704363.18870498,548945.401702023
+    -148.66518427892942,53.23780595862573,789221.693946556,5907492.36467137
+    -149.23942357430207,-45.24879959692889,795091.478621071,-5017473.129308834
+    -159.99368239309635,20.624020593483138,-230038.135765364,2296281.72632476
+    -154.97092450738216,-71.92925933358111,431769.473494293,-7982156.859534208
+<EPSG:32206> +proj=utm +zone=6 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -143.23157473214695,18.97757785407724,896890.382572062,2102590.224765893
+    -151.8191163894856,-1.3208059962690157,-36759.302511247,-146514.750053419
+    -148.38092245686062,-66.13941675946718,437664.1840317,-7336136.685196435
+    -152.18368896150227,-44.814735568996,90115.839495759,-4975458.715331049
+    -151.5390194191164,-40.481248265027865,115207.760928576,-4491081.88322281
+    -147.57840662555418,2.740742835902921,435692.772623892,302947.688288684
+    -146.1521913165882,-20.002972146328375,588669.903973768,-2212038.117681566
+    -150.55952259819188,-14.953777471348474,117011.242744181,-1656290.24196884
+<EPSG:32207> +proj=utm +zone=7 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -137.06154875451642,-31.152063606036926,875513.946795744,-3453140.205146338
+    -144.07960226448495,-31.933200628928567,208827.84835071,-3537175.863823276
+    -136.82428433635485,-5.6695415159273495,962782.047900577,-628347.634967377
+    -139.21587237795387,5.401567041666084,697667.498413118,597338.271895468
+    -140.628695867734,58.198406576134516,521816.856554143,6450855.440429176
+    -143.1243233482425,-69.71214017470695,417802.936669213,-7735201.065759551
+    -142.67429080202797,-28.476587369656684,336081.683923866,-3151143.456137311
+    -146.95332961823487,69.93809858237347,272387.82422665,7770086.368733275
+<EPSG:32208> +proj=utm +zone=8 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -133.8854392831438,7.841228006049931,622861.253535982,866903.723612163
+    -136.9511109528691,7.477049746380374,284666.648243736,826958.1668305
+    -135.16876360452386,42.02346447461528,486015.790958,4652390.484743264
+    -138.27414128748535,-73.26736938926767,394826.685197328,-8133183.714649266
+    -136.14927006944444,67.87649055030272,451694.845176184,7529539.099652841
+    -129.05383499753492,8.78173080395726,1155066.129183205,975919.690176921
+    -128.80260840271902,45.21132683520554,986631.286536274,5025136.247706308
+    -138.51764166067073,76.56553234056989,408816.690850679,8501010.726799127
+<EPSG:32209> +proj=utm +zone=9 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -123.09377450634622,35.651427075117255,1034938.24262515,3961385.967592563
+    -125.03872974325466,-48.851303760164804,790556.386068782,-5418496.070645094
+    -129.73866724358737,-57.48968732618529,455709.891424609,-6372139.056061184
+    -131.53724682667587,-61.86045919653833,366514.738181279,-6861242.371571167
+    -126.79880260786268,-25.50279806659527,721228.608656282,-2822457.091031746
+    -126.64909040001632,-54.852267592921656,650912.005459193,-6080884.808232807
+    -125.62359464459092,30.95120474060667,822570.004645383,3429080.798674825
+    -132.69870014770206,-88.2297892202048,487251.663908066,-9800731.441581922
+<EPSG:32210> +proj=utm +zone=10 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -123.54514129428286,-50.07791998676299,460983.623349625,-5547437.835561124
+    -128.31262453812383,-30.577149418420483,-9768.550249055,-3394788.193102126
+    -123.34758057938362,-7.883074485420693,461668.892944645,-871391.726494199
+    -124.68878206067467,-9.837460939319982,314783.609986636,-1087912.287217885
+    -129.94701405894114,36.20502047692605,-124971.815386177,4029127.861172917
+    -124.06880875508493,67.2922797498818,453952.666614764,7464355.508344763
+    -119.3883179644024,-41.065113218448516,803463.551690219,-4552274.582588824
+    -127.71304691952739,-71.26597471742132,331199.420390633,-7913639.836117062
+<EPSG:32211> +proj=utm +zone=11 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -115.52290636289628,-53.86807305681572,597115.220254039,-5969855.432815314
+    -118.3112497413242,-49.9308256640577,405882.231608058,-5531765.16210828
+    -122.34035221557463,-17.29852769215418,-68234.877077137,-1920474.777914614
+    -113.2417917382539,58.698198546682505,717723.438968916,6512547.062546998
+    -113.16292693771683,-44.16456943663427,806776.712913816,-4897315.33846157
+    -122.10092769840304,37.809502561008586,50834.19114394,4196950.353326605
+    -113.23865539232186,-1.5052526324960098,918685.186028921,-166741.868338432
+    -110.34735409945964,-43.09372657322635,1041489.175434045,-4792751.779844316
+<EPSG:32212> +proj=utm +zone=12 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -112.06217513169354,76.89661954086662,473116.486562092,8535475.914219297
+    -115.85737641626112,-73.84483786945405,349291.867614259,-8200867.042436109
+    -117.07172641701449,-76.36733632347895,340512.418466482,-8484394.345934294
+    -112.50510576364786,-27.332658356726746,351087.461734771,-3024182.430344454
+    -112.37056050771967,72.51705282385245,454041.187377892,8047127.542929949
+    -106.81088369658748,-38.948699387474946,863059.509609193,-4319437.189116695
+    -115.87794154978215,30.089477406861576,29657.167328646,3338748.809545145
+    -109.03279014567917,-53.10808156297905,631672.644129727,-5886102.717074347
+<EPSG:32213> +proj=utm +zone=13 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -102.93605379296893,-35.83681989670875,686399.78334537,-3967818.041114506
+    -98.20100140302536,7.560047426703619,1251724.627696348,841544.895597024
+    -102.36068384424829,43.69593400022154,712673.676215405,4841482.043333818
+    -104.355457587031,13.925270286401826,569611.74268649,1539550.955815688
+    -108.42174099786186,-7.638185966898149,122367.043289046,-845803.509721493
+    -101.49958261105506,71.16241107993372,626078.383492278,7899152.990435985
+    -110.22513702103912,77.66299785124338,375526.061565001,8626305.92314161
+    -109.85798365655268,-46.847548266180304,129636.796366615,-5199692.700965188
+<EPSG:32214> +proj=utm +zone=14 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -105.09027400804425,-41.726316877523466,-6659.182380531,-4637351.011722329
+    -92.00319731853497,-80.26504449275144,631766.531777496,-8919107.043145707
+    -96.95955086310539,54.154027964054364,633237.435810365,6002577.940008956
+    -100.47945492182123,12.265854580888501,339074.338448352,1356388.286100768
+    -102.37508700746288,-87.28030707423679,482129.318494192,-9694838.683312442
+    -96.8851269786676,39.18196994146726,682655.754162469,4339095.629287507
+    -97.59158044256858,25.10310854535983,641998.070367468,2777100.39375273
+    -101.68464894768995,69.87096303174715,396913.074545473,7753747.729327765
+<EPSG:32215> +proj=utm +zone=15 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -87.81524689551756,-79.62520485159712,604099.791428478,-8844387.862422477
+    -97.0749668580914,77.81082027236559,404022.648105087,8640591.37280423
+    -89.5769438596848,12.688545101479079,871842.764498246,1405130.501905487
+    -98.24945575031906,42.87107618756045,71174.390708071,4759878.55824625
+    -98.27023420885192,-29.025406496660963,-13595.279256565,-3222285.280218203
+    -88.92235899448141,49.81318811419888,793311.090024053,5525835.195099245
+    -99.4193869333531,-66.97353593070251,220195.766213315,-7442875.247770933
+    -93.02993486336175,-88.16705116591643,499892.548651618,-9793315.44162073
+<EPSG:32216> +proj=utm +zone=16 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -83.44460270216088,37.14966350483324,815765.835413429,4117390.971253143
+    -84.28516726799143,-61.34434628792283,645204.112327558,-6804162.665648632
+    -87.49360826315603,10.449087066218468,445961.221836054,1155103.261118324
+    -93.89742422312997,4.057554677648156,-267466.338708986,451765.368333452
+    -90.68636319621925,-64.64208336919083,323910.693663378,-7173687.758947358
+    -86.17428501408868,-31.03735832310452,578783.557909514,-3434037.630805948
+    -93.12055272494385,2.616365479294757,-181677.063686176,290851.315517758
+    -93.87955990167782,-53.32557468451279,42097.86992379,-5930584.479926406
+<EPSG:32217> +proj=utm +zone=17 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -76.8692854291608,-66.65118781344462,682570.76609508,-7398541.363236013
+    -83.5515618361835,-80.01731402784246,450633.284087314,-8884599.283117589
+    -76.31021505588876,42.936454100786875,882669.005216167,4764433.657008569
+    -76.15081784925849,25.67163876052679,986986.145161404,2848257.258946294
+    -80.87409073075754,-2.243582700366673,513982.776515238,-247989.589234401
+    -85.14944191686149,87.6508247274169,481026.293551017,9736366.360197201
+    -79.05583268236589,-10.260009863480192,712922.013428931,-1134807.962156815
+    -80.09579647215367,87.34892285709225,504668.444010047,9702009.853649562
+<EPSG:32218> +proj=utm +zone=18 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -75.65626016034822,46.096483779945146,449260.789541658,5104972.320596983
+    -80.32906500076655,48.11102986609126,103379.905182822,5342386.466450042
+    -73.86617874996764,45.946539415214346,587866.827827425,5088727.768787592
+    -73.99457547122303,-35.01538157007752,591716.9959766,-3875213.010633446
+    -71.74978750060788,-87.00914662770025,518922.842491761,-9664574.77137735
+    -78.51926645372005,30.395457593570853,161809.419899421,3367861.14465462
+    -80.1924469239676,53.071602904263216,152231.930280246,5892843.563055356
+    -80.58436496597835,76.16490568021752,351139.41408232,8460632.93175455
+<EPSG:32219> +proj=utm +zone=19 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -73.0608978798618,13.44912419530047,60088.636898189,1490429.144147899
+    -65.50924303441826,-67.51970110577443,648878.166453239,-7493508.3637305
+    -65.86855721051892,-55.69855911528135,696773.074924939,-6176975.137431757
+    -62.72326733135245,29.43961738921125,1109367.380370865,3273135.052141631
+    -72.5413842102733,3.5420410353642353,106412.896136289,392254.579739566
+    -73.62953532661304,-63.33086869114409,268303.4235557,-7030825.836561347
+    -68.47968813376451,80.44831387631305,509635.836852504,8931664.869018178
+    -75.88430348254771,6.24518721204295,-263358.982473704,695310.672505886
+<EPSG:32220> +proj=utm +zone=20 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -60.72209855082662,88.18243711701473,508063.806818154,9795193.16503593
+    -62.14513012452257,81.52089230188344,514069.282225737,9051448.45891753
+    -69.27009886952706,-38.405602332399795,-47715.75269066,-4269481.190158641
+    -60.94746493679457,-17.898250348799294,717432.575917888,-1980129.270318499
+    -56.37473318603169,-60.79913080673556,860162.904883527,-6758620.646894431
+    -67.21993263808206,58.53286462281375,254371.578929614,6495754.726543404
+    -60.481482749443046,-77.81507540927868,559320.254787318,-8639004.922664933
+    -65.3448710762555,82.75993104655817,467014.224986674,9190326.0748515
+<EPSG:32221> +proj=utm +zone=21 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -62.32921651233623,62.28369567661602,223687.466716447,6917168.517617712
+    -60.91542670956533,-9.01862243620998,69324.126541432,-999224.693194958
+    -61.93549614594604,59.67501677777469,222173.938513236,6625553.961546374
+    -61.71840298175115,-51.83694674409479,174980.102280296,-5753437.552213439
+    -62.58957907166852,-32.381198173364254,-26141.743664467,-3596464.26085375
+    -58.765811102092485,-53.95287339284798,384116.825133222,-5979723.300396571
+    -61.304975011870646,-21.425528343559876,53543.628513094,-2375381.721333201
+    -54.55355234896163,16.78473254054927,760753.300466974,1857344.624852264
+<EPSG:32222> +proj=utm +zone=22 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -44.04985053094138,22.125789976671555,1218019.686604462,2463202.837294047
+    -44.74213790971368,50.314608232988604,945374.281958847,5592357.430250647
+    -45.6349088425453,-86.89849271190414,532361.071997168,-9653198.569836143
+    -53.43498362859268,11.353836723635169,234224.269919293,1256211.359174415
+    -44.07421070354359,60.235480226564675,883072.523079547,6697766.546492708
+    -55.3562066794384,38.561883886715464,120377.636574274,4277161.323407508
+    -50.36419091867863,31.300976591952676,560492.645588812,3463127.897897809
+    -47.17922114782178,-86.86457737014092,523314.296353986,-9648674.544695703
+<EPSG:32223> +proj=utm +zone=23 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -44.00756079069513,0.7995905481126329,610411.353323969,88387.654796924
+    -41.47571901645581,-60.77587442630325,691883.326981688,-6742976.219304321
+    -43.90382415840477,-21.713672480266695,613362.998922598,-2401539.675070497
+    -46.69719676237291,-72.38808196817253,442685.493279653,-8033028.823769126
+    -50.40784951255037,-41.44005250251073,48133.640983776,-4601747.173940749
+    -45.522172090130766,-19.512765160109083,445195.26634541,-2157652.374648915
+    -45.01785325823537,-51.009003784859395,498736.691365315,-5650827.394555122
+    -51.8945287948104,-69.96892303014312,236916.882839171,-7777300.407618062
+<EPSG:32224> +proj=utm +zone=24 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -33.5985733847199,88.58123235829709,514909.154290453,9840260.85661671
+    -42.0617864007576,-63.02760428693888,345094.919544208,-6992354.870733042
+    -42.80830780407556,-10.438102090206954,82892.099797312,-1156369.611408536
+    -33.770011214262226,-28.138598983638857,1013949.602474158,-3123640.782725022
+    -32.09984080503469,-53.717920610088036,955012.616990626,-5974270.550283121
+    -41.929489596233424,-49.3537850046134,287254.408852477,-5470915.369896278
+    -36.62039861239613,67.63055001988377,601035.663521188,7503611.315931131
+    -41.5415784670224,-51.06310016437731,321902.062007527,-5659916.639311711
+<EPSG:32225> +proj=utm +zone=25 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -27.93653782589776,-62.98918675085268,756367.762040457,-6994485.818108226
+    -38.103459865839646,41.55245592912513,74313.939516473,4612676.428070467
+    -33.15471525740742,-19.10707583620271,483710.486587295,-2112686.020861845
+    -27.82180211946165,62.252483574021966,768757.298948958,6913061.725541258
+    -31.714708381330215,81.19076640109142,521970.499223316,9014738.240684438
+    -37.3498254826203,-53.18871044714561,209424.703206305,-5902102.68138415
+    -38.02526844312045,-18.926067324583897,-29698.03078265,-2100198.885663037
+    -36.20494812914971,3.4384009018184827,143804.494067418,380644.563669205
+<EPSG:32226> +proj=utm +zone=26 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -21.2144005387367,18.559128663324387,1111337.345167809,2061889.76442018
+    -23.23339616003673,28.32449926451129,869358.840422179,3138910.203740652
+    -29.182924844320702,76.46188922477413,442965.377217474,8487778.367597327
+    -31.601379523004788,46.713885540116394,148325.00728585,5183655.994299718
+    -26.172138531052713,-62.62454890207094,542462.139406176,-6944031.000709879
+    -22.824391740216726,21.526155714192797,932692.787518154,2386167.775542379
+    -30.079532557220563,39.371029196237316,234697.666515525,4362471.885411005
+    -30.356123741526133,-53.50143250716479,277414.566359258,-5933297.245977201
+<EPSG:32227> +proj=utm +zone=27 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -19.27245140105575,-71.64102500232674,560718.057108261,-7949760.399846545
+    -23.209578737070064,62.21903341468959,385108.030095606,6900537.387303826
+    -19.282150521554104,-34.14572409378356,658362.816277957,-3779648.978412424
+    -19.717674741434912,-12.830501959630354,639144.635977717,-1418741.414823778
+    -25.010949169944784,62.687511225879575,294755.788733608,6957156.281612086
+    -17.43417164225125,59.8143614695756,699934.464822698,6636113.321759597
+    -25.14890736367572,-70.86032592631173,348275.895877556,-7867010.78898359
+    -26.733407961456102,83.94951010233811,432637.864409732,9325808.569117466
+<EPSG:32228> +proj=utm +zone=28 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -18.1616120344886,-83.02242419447104,457139.456263227,-9220134.216990508
+    -20.148922749037563,-79.8919059891904,399241.305249135,-8873979.463018542
+    -10.768402617077927,-85.92992791035611,533501.17385643,-9544783.944399597
+    -15.18615261870035,33.27072681141662,482649.355040524,3681310.967319889
+    -17.90611380819775,-7.06186898200211,178907.885860622,-781594.322618826
+    -13.590778160249048,47.876333022367106,605360.06477177,5303511.656632246
+    -14.212232954723095,-31.290401024194693,574962.546535024,-3462056.764673791
+    -16.121363453517617,-81.42983425929815,481342.711955562,-9041362.258981815
+<EPSG:32229> +proj=utm +zone=29 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -11.991025520152004,-38.29325060966384,238404.020578398,-4242588.469312534
+    -10.812763175771952,86.44611774329141,487455.351924368,9601376.563930513
+    -5.2626563870586445,39.08815348911176,823255.323053434,4333206.675544283
+    -15.406008583342064,55.996193620578595,100735.009269577,6224186.815734792
+    -5.227899348594155,-9.190839448624075,914656.199911563,-1018137.521766284
+    -4.262002640450094,46.3763798285261,864347.075060558,5146779.491949767
+    -8.56446944330559,-62.73541409984801,522252.148157527,-6956185.483646255
+    -4.693854253316804,25.601625765081863,932633.573070608,2838596.313793223
+<EPSG:32230> +proj=utm +zone=30 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    2.150989498468542,-15.652716843451927,1052678.107018974,-1737241.057428977
+    -1.3582812164710685,19.78206552103012,671969.60242036,2188193.977660258
+    -3.7087900736525103,-25.789937271683783,428923.744166907,-2852615.537420449
+    -9.23221499453236,-32.02973039456289,-89001.115535995,-3560764.918869969
+    -5.932179789904311,15.953556495557095,186075.542055959,1766002.552548509
+    -3.046121122761474,16.42122301754243,495059.46948473,1815525.317452522
+    -5.667278569941634,-86.29069459771988,480740.10758144,-9584274.326049188
+    -5.084751289028913,21.051650205156605,283357.205742951,2329275.308378312
+<EPSG:32231> +proj=utm +zone=31 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    1.9135595016801812,61.96417172015387,443022.199358359,6870661.550866311
+    -3.469939663569811,-31.75575405338229,-113333.644495175,-3531639.983439224
+    3.4296429836204307,8.909789016063101,547218.910158282,984901.38377341
+    -1.3064801692879895,-78.14792318637205,401343.114351325,-8678506.87541113
+    -3.5709891105135743,-20.738022958633692,-185248.49402547,-2307114.685025048
+    7.490985215846273,46.83159627745826,842467.15389901,5196244.113634682
+    0.8137522219545748,-8.512515365211883,259314.661635792,-941642.110094872
+    -1.850357890709856,46.63993921789739,128792.186993581,5176585.788316288
+<EPSG:32232> +proj=utm +zone=32 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    9.24838516457037,55.589246476358,515645.42543061,6160388.903450687
+    4.715017302317646,-59.40042083658443,256782.997228099,-6592474.871215195
+    10.75474806326595,40.41607644917369,648862.420537422,4475412.513520635
+    15.688823661925555,-21.35353773395643,1194662.35923104,-2376089.675403404
+    2.28762261043181,38.77203815152609,-83399.32611526,4312930.616272226
+    15.301828007081294,-26.19147269742529,1130411.303143543,-2912233.977995352
+    4.246173787069099,52.077910017492655,174294.934723629,5780369.031702444
+    3.512376626432479,67.73568787690971,268223.098330251,7523674.706866753
+<EPSG:32233> +proj=utm +zone=33 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    14.534319553707078,84.34771968022238,494877.697682153,9366929.923073402
+    10.972933035816617,-14.011318933896632,64800.23882342,-1552689.538911585
+    16.76266248659563,10.75386124998424,692729.626182551,1189312.426355005
+    21.68969016960302,-49.711449678810176,982101.873637992,-5528063.452510239
+    11.441371044633039,-82.80311783250643,450255.770461081,-9196011.67287493
+    17.752366641819037,-79.40417631146718,556476.29148418,-8816415.759662412
+    16.502974015872923,-65.6051212289954,569255.548293775,-7276723.762866648
+    18.327794363724703,47.139043999226914,752318.323943086,5225984.826593175
+<EPSG:32234> +proj=utm +zone=34 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    25.47233436504535,-65.01472183973364,710639.100014053,-7217551.481429218
+    20.23791489279598,-72.06153583417229,473797.556050733,-7995961.127150708
+    15.875912074409522,30.47134076964926,7810.186403218,3382190.555086199
+    27.158414956270718,-12.646607747877482,1169916.992594787,-1405964.521725073
+    14.948089939545273,3.5495354112122754,-173411.918985954,394538.883617659
+    25.01206014479701,-52.75967769615428,770673.718941843,-5853087.709830636
+    24.131037785744873,25.819576283954575,813906.261017613,2859436.25705015
+    15.119556336743846,8.057970017236329,-149048.04015793,895383.06060346
+<EPSG:32235> +proj=utm +zone=35 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    24.461805451886736,-8.727775477028501,220706.914380485,-965699.39009519
+    33.80975732395213,-53.2462654331728,954084.978925562,-5921330.874712017
+    22.140680241574927,36.7793077194888,66228.482693995,4081414.729266841
+    32.07636794479282,35.24234135916576,962046.384532915,3911742.374346289
+    30.74359690009325,-74.16034855812381,613980.787495346,-8233509.610703251
+    22.524849895257965,71.05151753060159,337937.721329811,7889128.637109129
+    29.176716141910852,31.089063834937036,707617.946960375,3441504.509605025
+    31.940696103044576,-65.86786742277104,725207.547302876,-7314050.366667137
+<EPSG:32236> +proj=utm +zone=36 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    27.66906146086749,82.26128637994898,419967.462419726,9137684.713225918
+    35.11154510048256,66.88940309965952,592465.386025579,7420614.36045665
+    32.549935033868074,-53.67073295017326,470256.081636983,-5946983.253467558
+    29.35754295606837,64.69762080790792,326361.559830421,7179743.966740917
+    29.694006275129396,-61.68074944706191,325077.270482094,-6843060.781336204
+    30.647013843157914,4.862041200196671,239017.616688812,537864.347406787
+    30.129434209884774,-50.2306715584458,295265.635132678,-5568223.259594297
+    31.491636440498624,32.855319546049344,358844.2655666,3636251.191829111
+<EPSG:32237> +proj=utm +zone=37 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    36.49913026699028,-9.124407218079256,225113.727651558,-1009562.320283621
+    36.08287878177943,32.40484178983793,225614.54285452,3589051.27008778
+    37.453347155240344,61.35690925940972,417285.381329218,6803518.322168496
+    45.518820353638674,0.9967509755739741,1226834.518337743,110888.112440762
+    36.293427438279565,9.253904960888008,202597.691926507,1024048.922934607
+    39.03782749868708,-37.309341313657676,503338.419056067,-4129192.468615139
+    39.944280953307185,39.539011721258134,581130.431550547,4377014.7958028
+    33.36210771793155,-24.75198526164681,-70672.036453963,-2749270.553155535
+<EPSG:32238> +proj=utm +zone=38 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    39.68162191457697,68.80342910784839,285618.894981077,7641725.226461503
+    45.794657702890994,30.10194402785254,576550.844183458,3330342.940987862
+    49.014937092614964,-69.58250133284267,656213.900383688,-7724446.930574683
+    46.94288327443644,-77.32167395927328,547589.544352414,-8583455.54370772
+    47.717985553278055,83.69605586462475,533305.449530016,9294944.644261418
+    44.88897015424947,10.909263264628294,487850.156955008,1205944.095705056
+    45.60451434688394,-30.989623041156335,557702.626943041,-3428611.392274948
+    43.23290644327962,41.13162606734011,351664.617737594,4554869.226818665
+<EPSG:32239> +proj=utm +zone=39 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    45.681683276697946,-85.82367603230217,456817.852641268,-9533687.423920957
+    50.37135560303667,-83.55151009183953,492115.791122455,-9278066.916779775
+    52.17938824577661,-38.56025620168338,602742.56480636,-4268640.885652883
+    47.56971946379557,77.15070713414468,414884.396964805,8566072.474921595
+    48.4471065556053,56.23692641518298,341767.457103044,6235376.519715702
+    49.57861380711975,-62.484547697518,426733.137236257,-6928967.264873996
+    55.18492142753645,78.31406097651256,594545.029243271,8696798.577442575
+    48.37342751985364,23.855966928791247,232472.843515749,2640756.635593689
+<EPSG:32240> +proj=utm +zone=40 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    58.64696428734486,55.007022340430325,605320.719297789,6096808.514781808
+    54.80673262188201,-11.111679271216786,260418.450530735,-1229216.060411684
+    52.10796823747673,-16.675284952211882,-22161.943320837,-1850045.676511334
+    57.35265205027248,-50.96473631041243,524753.346060433,-5645963.691277073
+    51.162995617420194,-8.78632168525813,-143025.495531416,-976249.136042133
+    53.836133137615164,54.612309292564646,295689.498124285,6056247.537034085
+    59.876971695948015,56.17420315644597,678584.48074319,6229189.543810537
+    58.27091338979844,-19.16842197068972,633620.741594603,-2119953.321499352
+<EPSG:32241> +proj=utm +zone=41 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    68.60153252352426,55.86388391747093,850365.540883311,6205120.017247447
+    58.75891450822608,-21.360055987853997,59981.774533321,-2367939.604918308
+    59.54498686235886,32.81638075130651,176484.258339478,3636216.707984669
+    60.31483305163599,-66.40437976258076,380085.371987143,-7367559.861575687
+    56.13925552146625,-73.65171197949206,284877.068239735,-8185557.620241539
+    67.00337077744899,11.69682808487184,936595.719652945,1296120.899274172
+    63.93669655158915,-1.2995455529055278,604191.756614375,-143662.843603086
+    60.727351196247575,18.71836613168682,260337.965965573,2071186.872063795
+<EPSG:32242> +proj=utm +zone=42 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    74.09767338383577,37.75832585720882,949162.585972753,4191249.602414572
+    65.9107799514881,-71.41490972055944,390147.722081444,-7926479.610275365
+    69.07573858677355,-34.12971428506031,506969.451217264,-3776543.722089088
+    74.54213887955963,-43.895442479557786,945129.968761988,-4875211.812060123
+    62.82957431525174,64.29476772694105,201727.568057125,7144348.814308491
+    65.47839987388801,39.85867361935732,198731.052308205,4418004.857952272
+    73.01624022205128,-40.3764922273532,840966.828831967,-4477295.692895733
+    75.25996354234925,84.62223843631116,565372.683047852,9401115.18653885
+<EPSG:32243> +proj=utm +zone=43 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    75.03651337086913,7.721829027730266,504009.453811566,853541.269672784
+    75.98159449513916,78.34878591240201,522125.458404612,8697476.838631459
+    74.73685878824415,55.2469711838591,483261.025974102,6122301.852154385
+    69.94840340761162,-75.49991779834212,358968.745559494,-8385408.024225119
+    74.86742856687476,65.07128269550705,493757.80207666,7216401.405768702
+    76.92771954038592,13.490759279057741,708644.786476752,1492222.122148883
+    74.84001205345217,20.200648698276993,483269.639190971,2233688.498958254
+    69.1412199106459,67.1511706116622,246432.604668167,7460189.221689099
+<EPSG:32244> +proj=utm +zone=44 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    74.86840403690819,-16.95092212618455,-153895.998161604,-1884358.928287327
+    81.97582599690261,-50.82743719996728,568715.432497506,-5631090.24281451
+    86.9400354924737,-25.44328532481724,1097902.993532577,-2827383.510956833
+    83.14892922608216,5.182262321376015,738189.277264612,573210.260450562
+    85.1877302377878,-65.1462934453848,696278.192931167,-7231270.867847313
+    80.35281675035685,-51.38676960452716,454955.547469396,-5693036.453281476
+    77.6863811374928,-74.482078646487,401086.758979866,-8268577.43276618
+    78.91431588560512,21.682396476221186,284187.041219666,2399120.245999062
+<EPSG:32245> +proj=utm +zone=45 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    92.88400566489807,23.68379675010968,1100625.780772246,2631631.84585037
+    84.75507957332816,69.68225902928592,413016.181238641,7732034.636750783
+    90.1700140369959,21.482081233372412,828493.837862607,2378827.532857419
+    88.27821233531863,2.3023494044043247,642113.656344052,254539.267665246
+    87.48136172063464,67.10718603197418,520889.254455967,7443405.792518517
+    87.59704163434711,83.41241227217617,507644.841069864,9262534.316710766
+    93.63585221673644,48.415462840664446,990874.496637694,5383780.687474492
+    85.72005339696439,22.692171933070227,368510.027720787,2510005.73593772
+<EPSG:32246> +proj=utm +zone=46 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    92.80700250721667,42.7238754019572,484186.230378842,4730165.690914934
+    98.51909127019671,38.152083039172155,983723.832425632,4237101.205440392
+    94.41782880486753,-66.5950731354561,562836.167754646,-7386954.167914558
+    96.08781579001023,13.39578570094487,834437.180277784,1482989.207592102
+    93.69353342024968,-5.4677047980784295,576808.885978654,-604412.627002497
+    89.37872295724056,-22.903710287045968,128434.081941087,-2537438.122598822
+    97.04665622919615,-31.23743732924462,885492.0347199,-3462985.848927382
+    92.27105817433346,80.49975209000385,486565.848303108,8937447.493558224
+<EPSG:32247> +proj=utm +zone=47 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    101.39939793762973,21.522281451844762,748526.29251104,2381856.547191368
+    96.28171662312275,11.366439262012392,203296.984474204,1257880.446691967
+    100.81020477721944,-50.8356290939644,627454.400532016,-5633108.75972644
+    103.16033599505114,-49.289357340208014,802479.834941087,-5467955.154361648
+    98.77690248038965,82.80231225006366,496877.130409608,9194393.44751652
+    98.43646771082032,23.668072441837978,442520.149775339,2617586.901858225
+    104.21869683288838,78.3090336089831,617897.308959444,8698116.398972366
+    96.8092742021291,70.27709649796978,417498.173119135,7798255.868930705
+<EPSG:32248> +proj=utm +zone=48 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    108.29031330724533,54.36038042321249,713763.77843482,6028604.82664247
+    99.92785136795678,-61.31890914154406,228606.732552118,-6808858.975747352
+    99.39606231790673,-84.82768689637022,443682.989685293,-9423238.405653097
+    104.57539309740652,12.083071876814628,453774.752431783,1335770.638890919
+    105.41039026783953,-60.43179718360911,522583.077225293,-6699571.536734551
+    105.87258275929206,-78.28056670562204,519781.593843109,-8689827.064044774
+    103.70678846190968,-82.16059329256117,480306.687669066,-9122973.747131802
+    110.88267397298918,21.675905633177422,1109352.394459757,2408531.92505037
+<EPSG:32249> +proj=utm +zone=49 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    111.73924000723612,48.170223491137335,554950.735156735,5335479.593693581
+    104.93722265582541,-17.614777446048862,-144205.658512849,-1957912.58800009
+    108.55106303659323,-67.38692551567057,394935.936905293,-7476587.24874959
+    106.86358489797719,-42.28872119017217,158944.061065844,-4690126.942359982
+    114.89463293982918,-5.292121273304502,931852.103080416,-586314.66735713
+    106.28055047765636,77.84491919318495,389179.089588947,8645523.766293012
+    116.24412506422347,-8.14341667577196,1078458.265032791,-903914.654549604
+    105.27711608839871,-84.07649511810664,434167.291151757,-9339904.29997388
+<EPSG:32250> +proj=utm +zone=50 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    118.54467510055706,15.282300154734997,665845.106208972,1690134.445488932
+    121.36098771948713,-86.03400888088228,533642.246099734,-9556447.230166432
+    114.96113608907432,34.95365689868106,313817.775532765,3869797.393405461
+    123.58434396822967,77.67965487717336,656520.267298739,8631412.535444882
+    119.93500969504755,-63.703740853286725,645029.416950079,-7067332.762905038
+    112.74250393502915,39.77919472827429,135338.964605633,4411923.467322288
+    120.73691246501053,-33.47856298632371,847272.577276301,-3710597.26971431
+    121.93929599331952,-38.260824825348095,932228.444476398,-4246309.522203928
+<EPSG:32251> +proj=utm +zone=51 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    119.80908136785277,-16.324576556743395,158989.459320854,-1807513.706740011
+    126.1370782415334,-51.622911958189206,717131.323636877,-5723761.566670605
+    126.64592244824848,-10.508692256982812,899175.799569335,-1163978.836907836
+    125.36363207587267,15.58458220972372,753449.991876472,1724385.171211049
+    124.52317708862742,13.272725514272665,664993.982660416,1467794.439000099
+    128.28262949478068,25.858585200154167,1029757.229450085,2870689.50024988
+    118.29110965995008,85.07498880333517,454913.557838899,9449948.34480747
+    121.22672066339896,51.92248764120427,378047.291617633,5753898.478531449
+<EPSG:32252> +proj=utm +zone=52 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    123.77110536333396,17.70520373842261,-55105.703278194,1965284.843254456
+    131.3302260151072,4.912879387868955,758403.058524995,543479.644352576
+    134.9830711848274,5.1648091420180435,1164260.357647523,574008.106120845
+    129.7274115000385,24.113479037259708,573906.475047155,2666977.035838559
+    135.62805453292805,46.282543700990345,1010543.679357364,5146825.6578471
+    127.86244478267868,-86.09146747092602,491342.231736997,-9561670.062253987
+    133.73220874873272,41.46965006867683,895190.569064513,4601710.234502118
+    131.32064708598645,-5.034804984182912,757292.76431604,-556973.340739886
+<EPSG:32253> +proj=utm +zone=53 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    134.41599860245032,-3.2122437204868106,435098.488108896,-355076.099063385
+    128.38261012952324,-54.21027170325929,68716.776272391,-6027158.905351905
+    135.1943306109095,-30.64382322423689,518605.832618744,-3390148.573049522
+    129.5668297393378,16.92865435327255,-79285.016626293,1879672.544724506
+    130.90719551866846,-67.33122022516751,324073.488262407,-7474105.337092683
+    136.50388041644734,65.15854096325467,570484.959723421,7226959.186115088
+    139.57899599685283,-78.56381828094402,601250.812111263,-8725259.25905977
+    136.13792359387497,24.538217271193474,615242.398242517,2714287.084272429
+<EPSG:32254> +proj=utm +zone=54 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    136.07516869711097,-87.98484188709212,480688.231911638,-9773802.118534954
+    147.96106033268882,6.036013387051042,1272180.94670726,672131.670145268
+    134.25436613503575,42.90922874397569,-50739.524888305,4772856.912720837
+    136.57105750617012,13.707549122563918,20673.079112043,1519774.801138846
+    136.14948018619904,-41.90870524908924,97653.079958812,-4651032.356281608
+    142.62610854544508,37.28611060982446,644132.401972122,4127846.569975469
+    142.93222884708018,32.71284136037086,681083.18440081,3621098.727541139
+    135.5776685732821,66.20535776143859,256118.512421875,7353366.061151842
+<EPSG:32255> +proj=utm +zone=55 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    147.72580921106461,61.17921334937665,539025.817535122,6782961.504989473
+    146.48675857594773,-39.20755811271451,455674.287261706,-4339937.619548606
+    148.68324799477753,-30.908312893825688,660842.793746328,-3420657.28122858
+    143.46371265125802,-76.30910313179494,406617.896753843,-8472476.06058779
+    143.66007035287626,-16.25061153345662,142916.480080812,-1799575.709704552
+    149.18205358251782,7.191298052839372,740950.328759543,795466.10180351
+    147.23916938680352,50.66335255976455,516892.690352364,5612412.184696804
+    143.43872570929562,23.21524624003864,135437.77523977,2571813.031356454
+<EPSG:32256> +proj=utm +zone=56 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    148.20153598996325,33.18014991328624,52435.070378344,3681525.394646142
+    147.9333674476829,70.6241720928571,312580.786339812,7843301.576842604
+    156.18353998531802,14.727284426263935,842822.276129276,1630580.849176063
+    148.3788118936418,39.5903901856515,103095.230624992,4392504.508555257
+    152.29856189617107,4.684623593612017,422187.532048881,517837.497181737
+    150.68052348286488,-21.396585982057786,259517.714187041,-2367819.990711821
+    152.3949062763267,86.01021959972962,495298.358441199,9552537.624626167
+    157.8438351927804,5.723066787278299,1036943.059325307,634854.581632454
+<EPSG:32257> +proj=utm +zone=57 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    153.02497425347235,45.29672309621242,31510.19439932,5033303.113196464
+    162.9795359502583,-52.05362022777625,772806.571570347,-5774479.134295294
+    164.58293370608274,-79.7755031520226,610465.736292227,-8861827.619992305
+    164.21218769396833,-79.79259673878202,602978.87744533,-8863047.825575547
+    165.38127403385417,-8.85955896345041,1203037.467267062,-985377.877243926
+    163.6798978907471,82.12141644963535,571538.848570267,9121274.702376612
+    164.141410546792,-82.09004048460017,578887.358714257,-9118385.994796475
+    156.50645285471077,6.293695654789829,224089.283296512,696324.338508999
+<EPSG:32258> +proj=utm +zone=58 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    167.07323056674696,53.29435573013964,638168.347948684,5907015.843464462
+    167.10170579830535,76.16475527305133,556086.958716546,8454564.69763562
+    159.0433603826539,-66.2715722483693,232846.039286622,-7362908.986680605
+    167.28430474043387,-29.385668255153377,721675.792108727,-3252887.397310749
+    168.1586096707318,-4.54494073090774,850535.654477414,-503133.602267518
+    161.83931307349664,-20.210357092741475,169672.710643933,-2237913.22854417
+    159.2252546651081,-21.903176128084937,-97228.145787674,-2433367.281066093
+    158.67616051132566,-6.96223670305136,-199937.290827973,-774275.169572945
+<EPSG:32259> +proj=utm +zone=59 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    174.78718719860868,-69.15216063773772,650330.051780355,-7675973.144768714
+    170.69316879724232,77.63256462488647,492660.20780804,8617379.803251298
+    167.99751946630965,39.12244627795843,240420.856689439,4334653.827104861
+    167.1504147412199,-72.74986944295011,372656.257854442,-8076663.784796617
+    166.07842875236187,-50.535690029565885,151291.835942631,-5609770.605133308
+    176.11327610425695,58.81031465632955,795192.829788852,6530205.728060355
+    166.27493808408678,62.32156218259411,255276.282251784,6918942.904444762
+    175.09860271962302,12.232190003217468,946116.579306945,1355608.990205822
+<EPSG:32260> +proj=utm +zone=60 +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    176.52540012928816,-34.7448122133288,456543.722562587,-3844849.417063003
+    176.99664527322452,-24.974247894088947,499645.873041118,-2762099.478267677
+    172.69554489175093,-59.89389125189645,259243.291093305,-6647423.904153721
+    174.92427897442437,69.7815831296912,419945.850132189,7742873.301852815
+    171.81883507724908,45.89087466364836,98027.296300996,5094986.190812678
+    177.26832350484165,23.494473601982577,527381.375336549,2598280.17471518
+    175.61339600865173,-22.188228425469504,357037.386503531,-2454318.303938638
+    176.30420445567566,-63.22318052396791,465018.315439467,-7010645.303035005
+<EPSG:32301> +proj=utm +zone=1 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -178.53953502672744,70.91917925077107,443829.443174855,1.7869092351627275E7
+    -173.1950491587246,55.23775603013945,741883.844655641,1.6127846683512717E7
+    -173.30694967850653,-84.92406854196268,536453.572855318,567576.138681915
+    -170.9004498733045,-9.91811070849873,1169831.861346733,8897479.018865036
+    -178.28996313346568,-28.303408042343804,373503.661366089,6868508.518123943
+    -175.24359864747112,-26.947092221927193,674343.989564189,7018210.554751237
+    -172.36847308314157,-28.019542456469942,955564.806269671,6891968.006085664
+    -179.13329925574195,-34.66136256322672,304504.282091111,6162436.414506554
+<EPSG:32302> +proj=utm +zone=2 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -165.49526129207197,82.57317471310137,579318.408952046,1.917258976919923E7
+    -176.20226614337665,-26.604512627639863,-18381.557578954,7046805.819726891
+    -167.66054470649414,32.035581336380616,815371.658443878,1.3549253017158125E7
+    -166.68044345797932,-60.82186685173647,734808.575492469,3249320.359621357
+    -165.23388865175875,-66.1257383642893,760111.831758149,2654093.359856046
+    -164.70508646610526,19.328560763264136,1162259.172947315,1.2149252948907953E7
+    -165.60057348463747,78.10928276863513,624023.573588572,1.8676285006743006E7
+    -171.06113861874536,-4.464791112158821,493200.238962115,9506491.801295158
+<EPSG:32303> +proj=utm +zone=3 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -159.93595822072282,-25.272266117830007,1010288.320961421,7195257.039134551
+    -171.6083379089015,-84.90188486308752,434579.786052747,567461.216949008
+    -161.75646524499345,63.26206753213921,662759.365099507,1.701890008272221E7
+    -159.56489827860372,27.519155837009222,1037195.67591763,1.3055728984143509E7
+    -161.36301289723932,54.65567752323392,734578.855261286,1.6062548355055958E7
+    -162.45786918295127,61.0720669408862,637149.464089612,1.677347371763154E7
+    -161.04101918621177,50.23314341639039,782302.486745662,1.5572050551647123E7
+    -160.6200783411752,-44.99117490801268,845245.777745153,5008689.944218233
+<EPSG:32304> +proj=utm +zone=4 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -165.0788067382296,-33.68534247472406,-63849.192405622,6256101.651456777
+    -155.99372093768898,-84.5198030567754,532037.956376852,613041.95190578
+    -160.35779066052586,-8.045543343386313,350358.778332264,9110414.854810486
+    -165.35997895588017,74.41547009774644,309605.058321702,1.826857751836969E7
+    -154.33158962231505,-80.38771777710909,586932.137770712,1071646.601856319
+    -152.21300728017576,-48.138088047512895,1004784.580418273,4646035.125103712
+    -161.98740611398438,1.9525697981461008,167599.876573391,1.0216109376808416E7
+    -160.8143926080604,14.742997875529795,304663.06412105,1.1630683219900686E7
+<EPSG:32305> +proj=utm +zone=5 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -152.67283832320584,-19.995060682966937,534207.915299555,7789028.361826099
+    -146.66602665879708,64.200683354512,807187.394242289,1.7134681320466727E7
+    -155.92662110441265,-20.40831453742645,194540.131014385,7740607.862949745
+    -159.5093313899059,-78.99731813708692,361584.268771145,1222599.851489486
+    -151.38147115881097,-71.3748707673783,557682.014158394,2080022.049630856
+    -149.29646696369122,-12.729149021554633,902285.014558582,8589944.770775463
+    -152.71987090834898,-49.59942377768378,520231.195500569,4505866.776001372
+    -155.62180281597335,9.472804252437584,212098.594156711,1.104820473152323E7
+<EPSG:32306> +proj=utm +zone=6 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -143.49243961154986,-71.82272439037826,622061.048602867,2027291.00921395
+    -152.2290210791993,-80.04058467903327,399167.657206121,1109350.899467953
+    -144.01215790235472,-46.77390419738651,728090.645796161,4815623.952280924
+    -144.2064832556084,65.58009692038141,628828.679785979,1.7275963918880798E7
+    -146.98639408379148,-85.79933908579375,500110.01231936,471029.934556549
+    -148.14166551113996,79.38004838807632,476509.762344017,1.8812617653429404E7
+    -147.62767079209394,71.09048210275103,477291.993288749,1.7887602125040736E7
+    -144.17892705887607,-73.45934070324125,589611.03329557,1846164.264865614
+<EPSG:32307> +proj=utm +zone=7 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -143.18372221353079,28.013599153836623,285273.486223326,1.3100626530712642E7
+    -135.1598576806528,-47.35735010514613,940956.256768094,4738563.80364144
+    -138.90108827939312,84.43911578880335,522701.191705609,1.9377526398042858E7
+    -137.31222900001265,32.67593673790118,845835.948146458,1.3621370843683384E7
+    -146.70677303344655,-29.891132856421144,-51481.120195134,6679559.019237868
+    -141.8536423251552,-52.75739279991255,442381.374088324,4154374.266507315
+    -145.98127391987214,-46.12874377604198,115191.329619453,4879572.232728567
+    -140.6113831297321,-12.950885579184202,542133.995615578,8568259.700008888
+<EPSG:32308> +proj=utm +zone=8 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -135.66863064846623,36.69829443638088,440259.501892912,1.4061607542249486E7
+    -141.08663057563234,43.699160647660904,9496.304323626,1.4856490423028894E7
+    -128.89211754055205,-83.81417527716572,573340.772340636,688763.234506577
+    -136.10123553787753,-58.30912534010803,435461.580445863,3536344.886189668
+    -137.8600427966006,-66.17961516760286,371135.341426498,2657126.43877832
+    -133.85636409761932,26.397977093681277,614053.281048886,1.2920259614459954E7
+    -137.83640700638338,0.717005689581157,184256.601164338,1.0079344051437352E7
+    -140.3259267764995,-44.337821911760834,75402.472995157,5076790.552726939
+<EPSG:32309> +proj=utm +zone=9 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -133.39585141119852,80.19758851274537,416524.300632575,1.890679362095815E7
+    -134.68030518655084,87.84849171142696,476229.069150879,1.9758927100164864E7
+    -129.73370460234145,-9.745194174277785,419508.483911776,8922668.172438767
+    -133.001935480194,-72.52866884729139,365978.99039282,1947631.52606342
+    -128.79561644807058,62.719157526419934,510443.996745225,1.695431156384205E7
+    -126.03721733327681,-2.9611635300240096,829376.063797166,9672254.93081015
+    -134.10912150031447,-37.42289557187141,47769.413620507,5845938.685896654
+    -126.42868990867919,29.90679457915917,748255.683232649,1.3311231033195464E7
+<EPSG:32310> +proj=utm +zone=10 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -126.22758800996738,-80.40428202562052,439962.933156574,1071623.626896162
+    -128.57509200498407,-48.27704966570501,86418.312260581,4637863.720599996
+    -127.26407340744221,82.56994343786721,438491.374161961,1.9170718583560865E7
+    -116.9937686280105,-58.33583893670662,851394.407544173,3518200.170688532
+    -123.06351930252772,-29.432902761899065,493824.256021679,6744046.327529743
+    -120.30275999575314,62.93198902597348,636902.448228629,1.6980877519187875E7
+    -120.36094515156712,-18.98643976309795,777844.349966491,7898586.629894182
+    -116.43358026919648,8.32597916283025,1224541.787491365,1.0926362631859777E7
+<EPSG:32311> +proj=utm +zone=11 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -117.25126113048567,-48.53559561061156,481440.536788299,4624135.920979795
+    -110.23132643206687,5.544851888449514,1251394.371826632,1.061719081412689E7
+    -116.79255413589632,-53.93926815845848,513607.643448766,4023214.640232723
+    -116.82583512390953,16.20428694702946,518598.696770068,1.1791535675155867E7
+    -115.26576363276962,55.19745126976335,610375.479187615,1.6118131202689905E7
+    -110.9597877148078,11.694882276574518,1159374.620980548,1.1299874126548443E7
+    -110.33317721388376,-67.14781447310463,788461.017466027,2536654.780581979
+    -119.92490132222697,67.33523070677174,374257.229189169,1.747171014938175E7
+<EPSG:32312> +proj=utm +zone=12 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -108.30519866150817,-14.757762470738513,790111.843135161,8366723.692101079
+    -108.1549136853664,-71.55937788646662,600407.784645071,2057849.660337685
+    -107.26132038232947,-38.67244257528737,825263.570063842,5712933.460655427
+    -114.72102109790941,46.786790745204996,215984.322253008,1.5188193093941327E7
+    -107.87952236843554,80.91332281577914,554988.991784763,1.898500485899219E7
+    -111.83578141539047,31.529244722160627,420639.400359818,1.3488555790708289E7
+    -107.76939319162756,40.5741057656513,773449.901549806,1.4496492650493797E7
+    -112.3382644068652,-64.86629981535168,436573.118619329,2805775.456098184
+<EPSG:32313> +proj=utm +zone=13 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -104.50737817886754,73.10049474225482,515978.721502166,1.811175228508856E7
+    -105.38740584141706,-59.50670957324362,478061.916669594,3403459.16036382
+    -108.72658403563759,29.828657937218992,139819.683964008,1.3305626296821114E7
+    -103.72966176473669,-21.324895928879968,631728.888003559,7641360.046803027
+    -102.84117036985606,-52.43201688384562,646754.452029988,4188717.178536701
+    -104.5527971270434,6.013458380665767,549473.926032545,1.0664707824520413E7
+    -103.56521893744885,59.674209240741334,580801.518050405,1.661599847617032E7
+    -98.52384262382432,59.52180374834498,866036.990111754,1.6616009832184877E7
+<EPSG:32314> +proj=utm +zone=14 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -105.57628255525125,58.27197589288386,114603.397939611,1.6477831141093658E7
+    -92.680769686298,-62.86503550544792,821172.528928501,3013663.873218565
+    -104.19831288327576,72.8152059699681,328761.206510657,1.808728937754145E7
+    -96.39680249631903,75.69681866866844,571764.052373139,1.84029321442186E7
+    -102.18025097152899,68.80349689112771,371716.094261834,1.7635768102555547E7
+    -98.86885930588797,-72.9447928536322,504288.038717066,1905675.136349589
+    -105.78443886220516,-83.28693449015947,411656.268625102,746310.874743978
+    -98.25604132138423,44.97670179971635,558646.963811373,1.4980626627853837E7
+<EPSG:32315> +proj=utm +zone=15 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -90.23293264869878,70.3194206880458,603967.2578229,1.7803855169761464E7
+    -88.27091004435087,55.980815918386156,794954.167464685,1.6214038229971778E7
+    -87.37752777409906,25.741155424210405,1064463.691000965,1.2859067716100905E7
+    -98.90712084458968,-70.22135807726332,277210.256906254,2198622.892678048
+    -92.4924296098847,72.4242311928135,517101.800673973,1.8036321376594517E7
+    -86.50092416468561,16.60596066757897,1194450.36768351,1.1847250958465235E7
+    -98.58049775094221,88.28887239535206,481424.122993212,1.980782122060543E7
+    -92.3536395502587,2.837339358481074,571820.554580485,1.031362928058971E7
+<EPSG:32316> +proj=utm +zone=16 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -80.47315992756356,-31.6799479982635,1119215.573003879,6476464.43627532
+    -87.66401153405204,20.70616855577552,430838.72621433,1.2289765878441442E7
+    -90.33024884714293,-67.62565813373098,358583.625986006,2495069.102437116
+    -89.3715720203078,74.87214497456907,430926.591708467,1.8310718262837037E7
+    -82.54050401665117,-79.618178874573,589627.349969559,1157599.99665566
+    -86.34347069242662,82.23886470814222,509895.696022994,1.9131545803241268E7
+    -88.56246334539037,55.65605304999099,401683.62839482,1.6168902944031525E7
+    -90.57446723571049,0.9504757927586525,102028.791584336,1.010525782812964E7
+<EPSG:32317> +proj=utm +zone=17 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -74.99918016859992,49.44282660711997,934876.521957973,1.5494011023781985E7
+    -85.34975684972514,-8.93176608264146,21354.138528346,9009862.38953547
+    -79.63714630428719,75.33548216579587,538505.262280113,1.8361477710150324E7
+    -77.41982195037467,-32.378202181235714,836850.933494726,6411999.473789992
+    -77.7725237176746,-63.65185201811428,659765.068923368,2937746.511545069
+    -83.49678366846636,-9.808400988883946,226105.963189222,8914749.978933949
+    -85.64450657908047,-21.78301794712229,19464.639538862,7583947.368730506
+    -86.94868338893814,-36.37060211748429,-33920.56206941,5958471.692910763
+<EPSG:32318> +proj=utm +zone=18 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -71.59953098161088,44.89495416855712,768486.899935096,1.4976902968759555E7
+    -68.85549275844976,-3.3259320795679486,1183880.543954524,9630242.398362506
+    -72.05796429541809,56.29156829154414,682064.345697442,1.6242416351336619E7
+    -80.76252718579886,25.62688190830947,-79140.399093806,1.2846984294520149E7
+    -68.04608967451186,11.352896617308346,1260472.443814056,1.1264112482559992E7
+    -81.01899459300432,-20.02423565386863,-130431.459458698,7774464.851972967
+    -71.91796756430688,-84.3865551780929,533640.581235284,627853.755068172
+    -70.71471353465182,-74.72320930046402,625927.599828052,1702731.635545317
+<EPSG:32319> +proj=utm +zone=19 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -72.76643773948553,55.71422213764217,263417.614609082,1.6180698554508286E7
+    -64.05539575667295,60.596310680438876,770637.60032118,1.6728002402336858E7
+    -75.24977725343338,55.530243635983226,105772.563557981,1.6171549919739958E7
+    -74.88752693017933,-27.35117363375373,-82918.043364163,6960872.954750072
+    -73.34789212836483,82.46223832378175,436380.71141525,1.9158818981521852E7
+    -73.8159365985837,-54.84565482943391,190863.380300575,3911749.846363597
+    -64.58506411273339,50.64442202922817,812084.894418673,1.561958509217178E7
+    -75.52190990362348,51.523347546896986,47738.536191036,1.5728211488179615E7
+<EPSG:32320> +proj=utm +zone=20 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -63.339666807661146,5.383733822970868,462351.955233265,1.0595087713357367E7
+    -69.14870784572243,-40.56175749148176,-20693.215427802,5491681.828803984
+    -57.57814046767616,69.141737641151,715200.023528223,1.7679686197718397E7
+    -66.55400885994635,24.615572918612884,140090.843789326,1.2727030506537054E7
+    -64.79754924333089,-70.02477938484606,431469.559213531,2230353.814223536
+    -58.58288103764491,53.388858655544794,793670.125509646,1.5924618765144242E7
+    -67.49331099317808,69.73670118794305,326452.015625214,1.7742895482408315E7
+    -64.0640012247032,64.23371677847885,448386.886591199,1.7123485837767363E7
+<EPSG:32321> +proj=utm +zone=21 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -57.4659322164606,-73.25442526776868,485010.981725157,1871080.746357903
+    -61.22110177660507,-75.05023313387395,378540.398420978,1666464.792961221
+    -63.560200595938575,86.5348874179187,455826.110704786,1.9613616273564413E7
+    -60.248708895131344,-75.2255413794879,407561.138291668,1648694.896506426
+    -50.72481117995195,-56.88557257313276,882054.934694157,3677799.556233323
+    -50.21221629606035,-38.64231521502138,1091005.369820503,5700994.831113214
+    -52.30970806437833,-3.8050809673102037,1021333.262048596,9577995.2193258
+    -57.80738742474528,65.23127523345693,462249.404921635,1.7234467634615593E7
+<EPSG:32322> +proj=utm +zone=22 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -56.662914983264585,63.19000252051154,215292.480737708,1.701932697513609E7
+    -45.80323923464529,76.7958653806678,632343.425070342,1.852983731436293E7
+    -55.97882425283663,-56.48616062829361,193532.470295277,3728695.844774421
+    -47.26821420639872,-41.15476126940727,813130.467029572,5437345.071389326
+    -54.10919167449522,-79.3125526251206,435656.352065979,1193427.919270536
+    -57.581130999352936,-23.352810395143635,-173716.745336026,7402036.278312371
+    -50.87376246133631,9.9575779745212,513819.998178362,1.1100720022270104E7
+    -49.97834784417364,-7.9065956476984525,612599.483640937,9125885.855402332
+<EPSG:32323> +proj=utm +zone=23 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -51.276960289196104,-13.403285896687834,-180807.150076965,8509591.559325254
+    -46.34058162727095,-19.420958487286228,359236.374437922,7852042.091998266
+    -42.20681298240018,-55.358012622904965,677046.922605397,3861815.980190088
+    -45.59142262846606,-62.475182948207525,469498.825272037,3072742.555244052
+    -40.17108622661754,-40.30425061382337,910425.9368292,5527269.406899366
+    -38.1333651864615,87.2171960101521,537131.371527787,1.9689491193189137E7
+    -44.768404537668346,36.085620359694985,520836.72745904,1.399346498413917E7
+    -48.473222136031204,-32.13131423194759,172301.942104776,6439719.384043952
+<EPSG:32324> +proj=utm +zone=24 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -40.12351453359625,73.00473885104071,463342.392727521,1.8101348448361002E7
+    -38.988521639367335,-52.28257868435028,500772.525900694,4207530.787547789
+    -44.7802605622089,11.11969409725593,-132218.470966581,1.1235375391630169E7
+    -33.20622745272151,10.195180104310964,1135594.696595973,1.1132690063785069E7
+    -45.40344366471226,53.367496713910015,74166.346770033,1.5932278599362215E7
+    -43.16909067898246,-56.457650837403506,243142.991466184,3735187.934526796
+    -34.64786472441263,-71.28991077545001,655692.331575155,2084666.298715065
+    -45.855626510679365,-64.93227705793242,176382.903145524,2781527.078088965
+<EPSG:32325> +proj=utm +zone=25 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -39.59936256848661,-0.5124448118135803,-235971.481201101,9942974.555366904
+    -30.646891568722445,42.27992045586262,694015.036490606,1.4683532359039214E7
+    -32.760118965063725,-39.09763342111986,520729.832515915,5672359.339660721
+    -34.054489635355665,-79.81382726256095,479179.519138864,1139007.043924129
+    -27.83305425960743,48.59085753735556,880933.421029938,1.5394868766754095E7
+    -34.25698453367503,75.03094021010091,463756.385354472,1.832743940206469E7
+    -38.3615669397018,53.66547651672701,145884.143350581,1.5959663158664383E7
+    -32.10477169125299,34.779033488285535,581897.163030221,1.3848899185065681E7
+<EPSG:32326> +proj=utm +zone=26 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -22.05572870091929,6.209933096835286,1047618.148840437,1.0688967025077557E7
+    -26.64791608444325,-75.61978642931538,509756.473117235,1607211.817007864
+    -24.921037374482996,12.28547648323935,726101.693070667,1.13589896231198E7
+    -24.259356693160722,-57.55535529870364,663964.535107872,3617481.113691421
+    -32.80050874324698,55.22444262497979,131234.909753558,1.6135117847665839E7
+    -23.68255732770037,38.82277651338461,787999.849056338,1.4302335359326664E7
+    -29.413109777771837,-18.464700589260076,245142.597847621,7956696.296783085
+    -22.278937001695162,32.26167233808242,944862.026891061,1.3579232247550268E7
+<EPSG:32327> +proj=utm +zone=27 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -27.721307919589425,32.14313300280729,-134524.607947093,1.357615378012642E7
+    -23.011668654418358,34.23092441561839,314702.689091583,1.3789586455413274E7
+    -26.30652962765938,-65.31697950953013,252954.429265443,2745812.936904036
+    -22.79899418271512,24.96149836263197,318372.604479053,1.2761883270854652E7
+    -19.04790318984228,20.261320838340936,703874.542294716,1.2241597535966568E7
+    -26.3467971394459,-76.43236579967586,360158.839833155,1510222.33457949
+    -19.79338871262688,-10.663543381369124,631954.338714635,8820961.175205495
+    -25.75817373250514,50.86605824003351,165227.852880999,1.5645719599161334E7
+<EPSG:32328> +proj=utm +zone=28 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -18.964282901885415,65.41499139434623,316051.656199739,1.7260491877954144E7
+    -14.683096677003423,37.459678717629714,528012.594746581,1.4145910246263614E7
+    -16.18954293112508,-57.17394499757839,428068.161016929,3662622.972083183
+    -13.29078955664685,-70.19171222975459,564629.783103185,2211841.25211021
+    -16.403340673957437,72.32326019575049,452437.510863133,1.8025541343719352E7
+    -21.02919733720115,-72.71414394428805,300337.642448547,1921367.058025144
+    -11.72692877159319,-32.431045606759994,807760.931571809,6407064.683307964
+    -20.230289598320788,-63.365358798795576,238598.953177885,2963026.905946217
+<EPSG:32329> +proj=utm +zone=29 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -8.18239357067594,-68.22856255157312,533835.207383777,2431429.123081291
+    -7.664674458696645,-69.2114437818722,552882.234749925,2321485.277932494
+    -5.9774785288957055,67.10783118384111,631156.263858143,1.7446584671775337E7
+    -12.050093562537004,10.134828965404807,165696.21160925,1.1121881886237897E7
+    -8.851299551917378,82.46175534830289,502175.640184495,1.9156373572839182E7
+    -3.429221006810497,70.91267963646652,703060.114544232,1.7876991699246444E7
+    -15.370488111342738,-14.14244720138062,-188803.391719953,8427131.064645914
+    -4.084186285079474,-39.566070218602334,922341.26581656,5608845.07105229
+<EPSG:32330> +proj=utm +zone=30 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    -7.110121954269984,-6.87396930624061,45513.921370561,9238225.476537006
+    -5.45875063760261,-4.321483813951005,227074.906752607,9521891.26745981
+    -0.10073685541596333,-60.697897864327544,658252.359690604,3267368.701898633
+    -6.087557830767178,-10.020548150230653,161467.08561181,8890723.17407354
+    2.7220712269580982,-42.25767128340628,972034.126287642,5305734.325499159
+    0.09972288078629532,17.627833422117945,828941.813291021,1.1951702691608332E7
+    -4.002992250963716,50.911883485224706,429477.111045272,1.5640500712455101E7
+    -1.3746030482680034,-87.03054913698348,509398.772181475,333438.694316428
+<EPSG:32331> +proj=utm +zone=31 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    0.16794682671437933,0.67407857379375,184738.780300164,1.0074593169113271E7
+    7.266349866775052,-73.95966578913249,631476.268551462,1787756.211452893
+    2.576154115196683,87.38114282848272,497837.018689547,1.9705578318288002E7
+    0.7908623237269117,-77.75654968096241,447710.338018985,1367815.66612835
+    7.319668799096291,-85.41122908920197,538546.446254147,512910.500133386
+    8.709742590401062,80.57197395478104,604250.386402219,1.8950553151663203E7
+    3.2541334080807447,17.03162535190536,527029.934720961,1.1883066251901526E7
+    -2.022340133243863,-77.46478481769118,378453.88888739,1396157.189193523
+<EPSG:32332> +proj=utm +zone=32 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    15.708524379211925,-22.452103911466622,1191353.241568624,7501621.011141572
+    8.372408514560906,-7.386352898594424,430722.150846675,9183487.808723677
+    14.781768664268181,3.6600824400656222,1143136.113495799,1.0406626762858445E7
+    5.11718614197402,68.68124294273031,342546.069451157,1.762378871510378E7
+    4.871102041183125,23.36379574659952,77738.715787878,1.2589828819285527E7
+    13.197292078310328,-81.94845976166329,565574.184487237,898547.2096423
+    6.647175628231456,-58.116746475164845,361387.616976973,3555874.239519778
+    15.58598783718112,-38.150769258024255,1077334.691094269,5756906.51098728
+<EPSG:32333> +proj=utm +zone=33 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    16.416717484561442,-69.51025086218331,555334.559538573,2288100.843683925
+    17.395513765402413,31.11564237406354,728430.395717959,1.3444881654524896E7
+    13.764300352496804,42.994096356246615,399257.392784684,1.4760895412222218E7
+    20.963895279708858,50.25788179673401,924972.880095562,1.5584333764379716E7
+    17.72823885745043,-37.83728685191578,740069.301303392,5808728.423909508
+    19.707309656930207,3.833551933916965,1023211.848563096,1.0425163778736046E7
+    13.891822422816627,-21.22497902341094,384980.653728485,7652546.744006653
+    17.934595049836858,38.82664932673845,754741.351916984,1.4301627051760666E7
+<EPSG:32334> +proj=utm +zone=34 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    19.179761375828736,40.51907689996028,345790.703540557,1.4486959361133281E7
+    17.724318481456347,-82.23904134633457,450638.673607871,867090.863077061
+    22.078313141683367,12.254997799793202,617262.28245292,1.135498043708521E7
+    23.551577018974243,-25.274579597189692,756942.414951959,7202201.022564862
+    16.32958282926973,-37.70328406540522,88174.193129421,5816824.73162866
+    20.088600320808798,-31.368057790349326,413311.971661587,6529245.119257448
+    23.627271098092432,9.15659670747722,788728.323451412,1.1013214297817072E7
+    15.487509841146442,84.64209487286388,442616.898666495,1.940252356211979E7
+<EPSG:32335> +proj=utm +zone=35 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    20.13832681324938,1.0705176277784858,-265259.568897823,1.0119179201303544E7
+    20.89829716217041,78.25439049728399,361576.155595798,1.8693980384456426E7
+    24.692654968558767,-5.186171931616698,244208.902497683,9426286.396167759
+    29.097652555923986,62.769694830886465,607065.911270783,1.696166836960837E7
+    22.244404895414082,56.44223126927352,206921.115497185,1.6265441526943306E7
+    23.48640170554976,57.38701411332292,288823.097360734,1.6365920610553365E7
+    24.18368970666217,-24.429947032575043,214418.146963785,7295263.20498813
+    22.90583384297338,20.9327231057529,74019.973309333,1.2320141177802026E7
+<EPSG:32336> +proj=utm +zone=36 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    29.306337891430708,-45.42063895385664,211011.804377246,4963678.831280869
+    29.611929005184606,86.85788837065027,479276.950640512,1.964776279351855E7
+    36.38048053538931,-79.74402393688734,567152.860753799,1145036.768620739
+    34.242134952075,-33.42086631160332,615470.238903491,6301362.217261779
+    39.30757706236193,-53.066954506425,922399.954737589,4101663.274198196
+    35.25806911387722,65.43948533658744,604705.525377169,1.725930850738916E7
+    31.123971010307095,-38.22132018515255,335765.609671831,5767962.352037665
+    27.209217278988245,-1.506371167037699,-145270.281023992,9832636.412411196
+<EPSG:32337> +proj=utm +zone=37 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    33.250237981339104,4.990905315982658,-138475.24759274,1.055444857296069E7
+    37.510757247932844,42.633506966662395,377881.534907152,1.4721188073986035E7
+    34.85231135873142,-47.94457523770924,190286.20269424,4681527.792339964
+    45.886348036970446,87.18711259259211,537639.698100324,1.968616937372745E7
+    41.05603975856772,76.1716464944598,554841.888050017,1.845529027880071E7
+    40.79781968476378,-48.79919294777129,632010.634645055,4593306.874334903
+    36.520716016253516,1.3002438972171717,224084.668426706,1.0143847253051903E7
+    44.21748383783341,-45.68292263442003,906277.789224278,4927926.356911255
+<EPSG:32338> +proj=utm +zone=38 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    44.03864167948514,-43.82964101047639,422691.287828818,5146597.282493547
+    39.3652525575076,20.463793921801795,-88416.12216483,1.227293998772963E7
+    38.593079110859286,72.4346460385824,284547.590134542,1.804890984102363E7
+    43.78054970211308,-56.56056960980697,425042.896919435,3730861.365337699
+    50.17784388650998,75.63640347292551,643207.422213638,1.840088424440261E7
+    41.356470618291176,-40.578753109022905,191585.920126762,5501617.751685768
+    40.429383368589896,-3.9288156619906687,-7962.447768314,9564346.140854217
+    39.10834590308755,-7.672787737185047,-150893.925044399,9147391.324433457
+<EPSG:32339> +proj=utm +zone=39 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    46.17330922855949,80.68980968639022,412920.231803192,1.896219919245167E7
+    56.70842205717725,58.95121244082097,828162.399176359,1.6548638025223346E7
+    51.864084154637865,-41.863254547145225,571701.87667244,5365043.595969723
+    57.696390769822564,81.93846648501022,604608.983788738,1.9104016457438216E7
+    55.18470241999363,70.46114364027815,656087.220219437,1.7822670690987114E7
+    52.44210892446209,-86.3427175119777,510268.258394367,410236.115375422
+    44.518545101026746,-6.5315883157526144,-218093.703056167,9273392.440032536
+    50.42714408784914,-66.33827749626141,474338.311117055,2642266.644780807
+<EPSG:32340> +proj=utm +zone=40 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    62.71238242932165,29.968811059737618,1051564.011788875,1.3329087638428513E7
+    61.52310270947216,-12.201842478118337,992463.598979499,8647008.292585203
+    50.8308089435689,-70.66363086063632,272356.641385358,2148540.497484018
+    54.52015339841641,-0.18440478829330686,223952.754375592,9979593.99652386
+    59.01899103589513,37.063667464802634,679488.585591056,1.4103836684740381E7
+    62.88763438866107,51.03994287429984,912614.968204217,1.5670772509414978E7
+    59.31818200777727,46.415172296656806,678140.792352127,1.5142783918316675E7
+    62.38455300133017,-13.147885349978196,1084320.277845985,8540247.348623125
+<EPSG:32341> +proj=utm +zone=41 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    61.2968194467675,-16.75479340512402,318435.089647817,8146788.707597533
+    62.064872195270986,43.76912878983086,424724.30189483,1.4846651287013877E7
+    62.277522464415604,60.41602083275592,460200.951167771,1.669795795225798E7
+    62.10270072890903,82.6834073329033,487240.538851155,1.918121301363954E7
+    67.80613377521692,-68.20022606893461,699006.238164172,2427057.349139821
+    68.17110727641972,-57.054418188861405,813491.347406521,3664671.669978249
+    68.04696153783854,-6.202423499721448,1059028.847909409,9311749.48610223
+    69.77818771681984,82.75405586296091,595229.031762546,1.9194594977051876E7
+<EPSG:32342> +proj=utm +zone=42 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    68.29096283651188,-10.647304607550097,422432.777042856,8822925.062998183
+    72.40651945097144,64.83659443192963,661552.685931299,1.7194587798666682E7
+    67.8696165415232,-74.16576648484926,465569.788482379,1769142.704936735
+    64.2020795441578,-59.38070264284484,227542.294793377,3407728.771963998
+    69.4633133269477,-28.880616148375132,545163.671215064,6805149.863247214
+    71.07484215725974,-78.32930485451966,546841.216822001,1304050.459539933
+    75.47943032206179,76.91840273852873,663393.415443227,1.854667346838279E7
+    69.37404671423003,-86.42055737793929,502606.178690852,401666.173835857
+<EPSG:32343> +proj=utm +zone=43 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    78.7481841399757,85.78170675669523,530758.606354269,1.952800454354746E7
+    68.79000935918258,80.61218483731267,387121.732565792,1.895595441121299E7
+    72.42460632084013,74.81227423645419,424704.10127192,1.8304291589317463E7
+    72.35471150505155,-12.468016004353245,212432.74862168,8620255.215093417
+    69.37543973912419,-45.798729638174095,62908.747951192,4912907.83105954
+    72.26918427275098,43.71232596341025,279987.887328033,1.484354236227139E7
+    79.81406142197208,-29.785360550389342,965565.070518721,6695265.15369118
+    79.08373588447054,-20.11829787922919,927121.719584993,7770182.634417845
+<EPSG:32344> +proj=utm +zone=44 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    81.41253655799422,86.00019616331079,503211.508091294,1.9551405325434502E7
+    81.37188093870341,-0.3353331163162636,541363.489033344,9962930.33908739
+    76.15273794322779,-34.93412169189972,57128.301774546,6123517.03793652
+    84.01111045803692,-18.237449694597657,818436.915372598,7980919.728316309
+    85.8493205927595,-54.45699812190282,814247.005833616,3954798.633794646
+    76.90690742947116,30.755631159312202,108080.825156983,1.3409681956448706E7
+    75.00309414667305,78.96542863019707,372076.486188092,1.8772689525667913E7
+    79.77340133714011,77.8458790689865,471169.183155614,1.864146790152257E7
+<EPSG:32345> +proj=utm +zone=45 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    87.46735644373258,-71.48912759927728,516555.113905184,2067986.466034062
+    83.4480140507656,54.826365322793976,271843.70975986,1.6081249537055694E7
+    86.32813541213928,-53.69143456594573,455624.719266137,4050598.033155397
+    87.77206294319993,38.27150585289586,567521.417535921,1.4236216742553838E7
+    81.55696258363272,51.482663677171615,122157.547795881,1.5717558164684042E7
+    90.81416598260365,-64.02986404225618,686267.432633453,2894081.717360887
+    82.50510412770993,-76.78309403962791,385379.272711816,1473053.603725685
+    86.04031737201963,69.73515147685461,462898.585148713,1.7736626004699092E7
+<EPSG:32346> +proj=utm +zone=46 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    97.24175253040289,-76.3785700006183,611417.263727623,1518563.244894553
+    99.74370532331068,-25.91047402708073,1176360.485223795,7116781.46522068
+    97.35142872648191,-23.24684003140976,945406.826766546,7422467.154062509
+    98.06121200490153,55.26349855816068,821476.590542873,1.6135789980540384E7
+    90.67895119838948,-82.8711254789754,467847.986251423,797283.389820714
+    97.36394646227211,81.71631233690312,570125.246723194,1.9075802426368296E7
+    88.9212386819072,41.65052851356592,160318.009802301,1.4619013985873645E7
+    93.79306100663756,-7.154776620568754,587550.922688084,9209061.387358723
+<EPSG:32347> +proj=utm +zone=47 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    96.58591602017499,-77.59560909669116,442122.959940823,1385570.520655798
+    104.85498799735521,51.19422483832676,908960.67300142,1.5687727646706149E7
+    97.66479997760965,82.33802409996792,480124.795066457,1.9142788258159526E7
+    93.06997778339999,-49.39878563922637,69843.605848805,4511280.578268246
+    104.9588374911748,38.67572416410067,1018525.562484586,1.4297671024512798E7
+    93.61794775756384,-72.7360517883692,321931.808618877,1920971.369824607
+    105.47605755114098,9.621433994997147,1211978.022342818,1.1070299005077632E7
+    103.9712143092961,-11.18175263984466,1043357.058899794,8759340.424094042
+<EPSG:32348> +proj=utm +zone=48 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    108.12619076269979,36.8230247284657,778825.082315566,1.4079796756089428E7
+    98.42713671013857,36.509353671435946,-88956.584144228,1.4060591051000914E7
+    109.48038082368558,-41.095417615189824,876302.36487909,5440967.289777015
+    111.31075571961564,-56.140012402250704,891852.522161509,3760387.510868254
+    111.37947437061493,88.57913092697981,517624.63208969,1.984030506446342E7
+    99.82283384571863,19.623960565463207,-43425.790762164,1.2178126329896327E7
+    106.80391540506818,-15.906565531815673,693103.90064737,8240562.739881389
+    103.2405302064613,45.6677871642425,362935.586957669,1.5058638475983143E7
+<EPSG:32349> +proj=utm +zone=49 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    116.11084635029357,66.50003776538199,727200.439799239,1.7384944126766726E7
+    117.1562876424736,1.3082555949887649,1186175.043966718,1.0145441344007188E7
+    116.78294461177266,-31.947283278916146,1046938.471299269,6450769.463322382
+    107.61432845917415,-13.625219080776432,133586.575926502,8491165.514426176
+    117.6722394350952,-2.428774719995843,1243460.796822148,9729700.59218319
+    115.84679434423103,11.09514458754424,1029884.341838729,1.1230815315143576E7
+    114.00182504838308,60.69714474833194,663852.269314037,1.6732794584440656E7
+    109.99949873727216,-54.6335731571546,435408.677362499,3945522.231329639
+<EPSG:32350> +proj=utm +zone=50 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    121.05748052830174,-5.89452512724732,949477.778037517,9346814.092555525
+    115.2001224508721,75.04061424111714,448141.190577459,1.8328921710721202E7
+    118.56782770828246,-52.09942827541209,607379.697411156,4226742.711718393
+    110.9074284284831,-21.86902857125503,-130335.871579218,7569150.003431604
+    117.37007894304101,-30.010687004646833,535674.693184765,6679969.976484266
+    113.64234717268664,11.627481501233632,133784.112425021,1.1287521639985539E7
+    116.40973594538522,-39.36212372757691,449136.158937314,5642868.563612268
+    117.53325307485666,32.34754335010226,550163.519556202,1.357907926397879E7
+<EPSG:32351> +proj=utm +zone=51 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    121.91300011048672,39.84046739269425,406984.256777287,1.4410611472263731E7
+    124.08354171799925,-84.29795065988168,512016.858282792,638532.981216505
+    127.77501569364645,-41.52467029619825,898427.95161114,5391975.211145133
+    123.60639040253001,-37.14937823289694,553835.07315936,5888382.097507874
+    117.61531527586365,-74.60402260602926,340624.655944579,1713347.777386079
+    116.32132809412013,-49.39650153357628,15552.495101442,4506981.897474297
+    118.07916669050483,7.679800603432966,-43352.240557967,1.085201884908857E7
+    119.65075260013411,80.77283179327617,440073.627358586,1.8969573645152785E7
+<EPSG:32352> +proj=utm +zone=52 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    134.93710940566163,55.99335743758951,870089.831808169,1.6221254013913028E7
+    126.68527436017489,63.9031349431111,386401.327658455,1.708827742238807E7
+    135.88033722218182,5.961557529554867,1263287.960700172,1.0663727533488106E7
+    129.96282947253457,71.12572189603577,534756.12198166,1.7891691050709058E7
+    132.43315070703954,-28.03313503759034,837550.92193714,6894367.680584045
+    123.92799756331488,33.13933109267222,26676.071054241,1.3678199895387415E7
+    122.39113302621443,-50.067035691027314,27195.713082982,4432962.57252251
+    127.64117827977469,-9.08285597718276,350650.383862851,8995703.70572215
+<EPSG:32353> +proj=utm +zone=53 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    138.02024898261843,45.04479321931322,737844.166697719,1.4992359656910682E7
+    133.39135738305004,77.73926801351914,461865.894420028,1.862979169047967E7
+    136.6046973436159,-71.46636447515348,556918.264740302,2069833.654133624
+    136.19728300298644,25.94999940234142,619861.980718922,1.287068966068349E7
+    131.6818061842006,1.6227417162664324,130690.607539275,1.017966074648844E7
+    139.4962049579661,80.50694348526577,582702.878864155,1.8941368063036896E7
+    137.78430096216545,57.66975618462121,666053.173878414,1.6395349801582519E7
+    132.88548003308247,37.52219660746648,313128.085389165,1.4154899979106262E7
+<EPSG:32354> +proj=utm +zone=54 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    140.64691868205412,69.29830587771815,486064.332251861,1.7687661441763714E7
+    140.00142001150954,-39.937001198509265,414669.377796822,5578755.466652909
+    137.70229152261862,-41.00113861214623,222628.13537065,5455874.2780681
+    140.75675501113713,27.500851715107558,475958.999686959,1.3041929799421506E7
+    135.3902368038949,-76.6176102168646,355266.592036431,1489000.19266325
+    146.47654969493456,38.779181559186,975838.288753953,1.4306534894152142E7
+    137.05430983053049,72.89731970663095,370562.993931896,1.8093283726356834E7
+    140.95901332132732,39.47071285984356,496461.289927687,1.4369010193959013E7
+<EPSG:32355> +proj=utm +zone=55 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    149.21532467760855,0.5130009390706931,746544.990371942,1.0056740201395947E7
+    140.47371649420157,42.26043773087241,-38405.93234617,1.4699357157962225E7
+    149.28873642944123,31.977798952606776,716246.379045461,1.354025790470098E7
+    146.5320979076927,72.52296224909219,484310.55923953,1.8047323469528526E7
+    142.69435361108796,-40.08712014017452,132866.463751972,5553678.6111547
+    144.11947461364684,68.29912913132915,381166.447598199,1.7578987527649626E7
+    144.18519848217497,-3.087457813058137,187091.657684728,9658321.183564609
+    140.5612020365889,68.63256158865411,238591.017681442,1.762708533683294E7
+<EPSG:32356> +proj=utm +zone=56 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    150.92428689380364,-41.48515829376794,326698.258014488,5405301.41600135
+    147.0948394182736,51.13320300427489,86969.842011267,1.5681232129821775E7
+    154.67005446137648,41.84839716399878,638627.186014048,1.4634287354069922E7
+    148.37117117916512,-29.83484215442035,52560.762091671,6690507.85143415
+    148.0826972624653,-57.246225571469154,203402.068422803,3644489.715780337
+    154.90022789531753,-82.92461715319952,526124.601025405,791528.427070845
+    150.17387476477236,-17.43389311582753,199762.106832744,8070220.943005039
+    154.10816481932974,20.234463873975514,615736.678011246,1.223780958709808E7
+<EPSG:32357> +proj=utm +zone=57 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    158.93834501837594,18.26317229951097,493466.525370384,1.2019298500475084E7
+    160.16005480978052,87.98755415852551,504547.34558788,1.9773320631539132E7
+    157.13345234477234,-79.81950981608588,463172.590684294,1137970.868197639
+    158.72371476694883,46.622086764389906,478835.830041797,1.5163201806253094E7
+    165.1624957933091,-31.80812171489682,1083777.683397264,6464243.20457503
+    163.57163401114747,-4.295193042334262,1007808.533268624,9523719.144120928
+    164.80856284349287,24.46226208897994,1089317.690954512,1.2717800069406994E7
+    156.32424282053387,39.60480269148647,270257.871407364,1.4387312274835452E7
+<EPSG:32358> +proj=utm +zone=58 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    169.0420001469495,-54.651014499746,760718.483528106,3936535.594364984
+    158.75019200273343,63.53221423594235,189572.538925332,1.7060062569507297E7
+    161.66082608344885,47.88719472171772,250372.653957426,1.530915713368662E7
+    169.75387265556327,83.43225735772018,560635.527358585,1.9267210525334045E7
+    167.65704482974888,14.26305810903348,786681.190943147,1.1578453172594715E7
+    160.93061028109747,29.924276587509468,107037.174483316,1.331735886473813E7
+    168.86216756660662,6.820789458847585,927040.423623556,1.075564436994549E7
+    168.6683669764012,-71.35486546763079,630820.265293682,2079055.798665292
+<EPSG:32359> +proj=utm +zone=59 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    175.4940287329186,-57.59848717267758,768478.522163808,3607092.83281748
+    173.69103236857455,50.68649530104784,690073.76330662,1.561841277226482E7
+    164.02593625403392,69.81980091765269,231993.66837433,1.7761107524262805E7
+    177.75630536390045,-47.21597403707871,1011473.927472884,4748652.00498159
+    168.84535114373415,79.85766142507319,457648.647145904,1.8866479310296636E7
+    174.88436338221283,-66.60695125381997,672000.717685997,2607081.593051429
+    168.6614961735779,1.227787160794506,239752.679748946,1.0135816891289549E7
+    168.93120082957978,-28.12004756701257,296776.611578165,6887766.373112462
+<EPSG:32360> +proj=utm +zone=60 +south +ellps=WGS72 +towgs84=0,0,4.5,0,0,0.554,0.2263 +units=m +no_defs  <>
+    172.35200695706314,51.37970963489212,176589.040051388,1.5702306330158103E7
+    170.91509106425693,-32.09974483397983,-74616.104729699,6432253.299534367
+    178.02584700697173,-79.96728601530657,519947.157331219,1121891.621098962
+    173.72273607335984,-60.31893513853599,319006.120747781,3308569.454663011
+    172.9678366579402,-40.5938067149525,158759.248771013,5498510.249078125
+    173.50157857327906,-66.19273159813208,342477.104487272,2654205.794748715
+    177.49519120128647,39.001777947336365,542865.194278248,1.4317085594240565E7
+    172.02785579451097,-29.563770727709695,18037.681740619,6719213.063720508
+<EPSG:32401> +proj=utm +zone=1 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -170.31171659495666,-4.774804578917951,1243325.253928091,-531397.095357899
+    -177.23286478142006,76.0872456801633,493743.811362625,8444929.912269594
+    -178.01432938220793,-31.555014089343494,403707.635458226,-3491560.78890121
+    -171.9153400443307,31.31889221018089,984061.920947619,3476123.80426483
+    -177.7721509781011,-52.87829987861368,448020.306446248,-5859011.236875555
+    -171.82932021190527,55.94821306740661,822737.281311459,6212391.461827626
+    -172.99438873008202,51.401774964835454,778571.742305736,5702117.832365607
+    -179.99992144420648,80.80436899704378,446498.524122797,8972747.874305608
+<EPSG:32402> +proj=utm +zone=2 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -165.7213213473835,40.853178371137346,945000.987651734,4535884.658092383
+    -175.09941249320667,78.7734480830645,410968.276575377,8747811.841358049
+    -172.35967809513804,-85.87498833323909,489079.476493392,-9537544.85979623
+    -164.66577395701563,-9.475953486030093,1196613.248526595,-1053833.116799287
+    -167.59193794516818,71.27553899397608,622041.934353146,7911563.554104328
+    -166.5842546317448,-0.23422872788756877,991822.850292976,-25968.800993724
+    -174.3183047632865,3.403811440958904,131171.596261494,376860.566528136
+    -165.96991671225342,-20.267933217430638,1025769.962473606,-2249141.196070445
+<EPSG:32403> +proj=utm +zone=3 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -167.9786383185121,-50.041989472110046,286716.361557636,-5547550.440200247
+    -170.58190903278816,-0.43806676873680317,-122125.168622259,-48653.709773086
+    -166.46355921714346,10.92499686081014,340033.955494935,1208071.407311563
+    -161.4336151508165,-61.392582742732515,690426.966557236,-6811720.296325627
+    -162.8515143322655,-46.51703025397223,664786.460056632,-5153737.439198829
+    -165.65559078702762,-37.90118990201634,442343.57323839,-4195054.820627294
+    -167.50070387043655,-64.72749793358074,380888.531407026,-7180435.224212518
+    -165.8087154766721,41.10268589604064,432072.16619168,4550468.678484884
+<EPSG:32404> +proj=utm +zone=4 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -161.99528612236475,70.60981375759903,389044.428942004,7836614.015338426
+    -163.2292068080243,3.5157745617298275,29823.142942209,389667.249038658
+    -163.64705016269858,67.69166385871645,303292.859762894,7515870.834745514
+    -165.6548253679309,-28.51666849587906,-151996.134974387,-3172569.235812471
+    -154.7628019420614,8.475244311954086,966763.905559342,939382.341539292
+    -152.8189054278459,-30.866087436662134,1091432.314455043,-3431167.74207813
+    -163.6842034253305,26.654231073340554,33507.871224001,2956703.859168082
+    -154.61701395765266,67.14966420584878,689794.144050031,7454755.005250189
+<EPSG:32405> +proj=utm +zone=5 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -148.94399413677183,-54.88114394102286,760135.013586221,-6089100.837277098
+    -148.5508421683445,-66.43931179907739,698306.39387856,-7375938.868232284
+    -148.7810825569,75.77986299169092,615588.245118476,8414746.0671698
+    -151.18416959959578,47.40595980609862,636981.469287019,5251873.643951042
+    -147.13532596396132,-61.66531493271124,810229.466825429,-6850887.796934047
+    -156.50473103509572,-40.795898427188924,204293.176484603,-4522013.735884912
+    -157.13900139556063,-47.58150363447302,188767.725674922,-5278093.793279647
+    -149.18214376592869,60.858583301950006,707316.311794171,6753068.70004117
+<EPSG:32406> +proj=utm +zone=6 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -144.22221175669472,0.1441701054354212,809193.998951041,15952.091343521
+    -142.26707982655074,-88.49118994937665,513897.338291766,-9830078.961087285
+    -149.8030839094965,-46.90444014857064,286502.728065555,-5198359.978632468
+    -153.11386682540868,5.174584201123608,-178868.135729735,575236.80188954
+    -141.0433551038813,-46.33063586791685,958425.680369877,-5148050.952786993
+    -151.9600588213962,52.029077633914795,159797.784379917,5775891.184824282
+    -140.3541824102185,47.97400072436716,995864.117548754,5334815.219838481
+    -144.77921419501146,-83.09160937474991,529812.122732144,-9227256.670279343
+<EPSG:32407> +proj=utm +zone=7 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -138.40345655952035,3.522996755509382,788461.357635801,389801.719407956
+    -134.7958144308071,15.805309457183867,1165525.698788114,1757239.283733372
+    -142.95671525289757,32.39484804997426,315937.618422877,3585884.700477426
+    -142.83501712924357,-27.840693769293914,319272.11019369,-3080908.16807134
+    -140.2544271005009,52.70387419161008,550361.682712905,5839587.440457143
+    -144.69092685899466,-49.00143813878917,230053.555688214,-5434182.07072844
+    -135.8679111430192,82.28600750982136,576804.818694487,9140163.34269002
+    -136.11400584528153,-62.996614974518266,747328.728682515,-6994614.411222306
+<EPSG:32408> +proj=utm +zone=8 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -136.0901537986821,-57.202376332504386,434123.381505844,-6340439.896705341
+    -138.28353898286406,-59.40069102546532,313585.927204747,-6589269.497896029
+    -134.99950892505825,50.06546242519258,500018.963388998,5545906.220986185
+    -132.77200079457066,41.99873908486373,684507.43981227,4652034.123740367
+    -137.81716968200183,31.762854467740638,233150.988248452,3517603.05881233
+    -129.83189412124355,29.600272794503567,1000765.277435921,3285665.335829215
+    -138.57333482886676,25.32158238290117,140188.371726971,2805357.544282455
+    -135.57165516443615,25.94749195311978,442741.455951267,2869991.34609735
+<EPSG:32409> +proj=utm +zone=9 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -131.95702585887216,-53.08383140182206,301946.893129834,-5885683.471077626
+    -132.09444758893446,-58.759271070816794,321004.732042469,-6517380.776215349
+    -132.91746218380152,-45.88256456246654,196010.447705012,-5088466.449530472
+    -125.95391454474168,-73.67871299993111,595503.675902396,-8178629.628258427
+    -135.59749098200714,-80.87625748822663,383449.556366412,-8986022.957233148
+    -135.85645055676335,-66.40585951206081,194250.204032709,-7381939.897271961
+    -123.53925722398787,-56.85075489989407,832838.339113706,-6314067.191263494
+    -122.4351835438067,-80.68755466419245,618345.388046346,-8965024.589927964
+<EPSG:32410> +proj=utm +zone=10 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -117.77409776414139,11.083873543062893,1071449.827843539,1230271.328439167
+    -129.17172370541638,-34.195414023295896,-69064.976469772,-3801089.625749532
+    -128.18565084025064,20.609399589275455,-40910.959386643,2287550.268138678
+    -124.08710545209057,41.341506949987775,409026.682533734,4577236.082292702
+    -119.05219231103767,34.71535577293142,861567.527676919,3848575.254792937
+    -123.54243641965576,9.034279765395354,440358.585756888,998684.213958308
+    -116.88464355559441,-63.58040146811163,803232.562977319,-7064768.2908126
+    -119.23793957827559,-9.94863346265133,912625.298386411,-1102077.506194821
+<EPSG:32411> +proj=utm +zone=11 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -112.69837789369267,-26.758515504133378,927912.049607616,-2966930.572505153
+    -120.18508898037433,-31.25568205916857,196652.37971748,-3462316.941833911
+    -121.11392704689031,-51.7628651527832,216128.383952689,-5742674.631721242
+    -110.29286841156816,16.68320482387432,1216469.530384865,1856585.821232769
+    -116.02907469449792,-77.36112692144238,523708.793908838,-8587266.477142636
+    -123.60652692044513,52.74031681562718,54227.707848567,5863875.432652269
+    -113.74602263060274,14.453489458290335,850841.294039038,1600366.969002042
+    -111.91401386625316,-88.09062796202579,518894.193499246,-9785621.470382854
+<EPSG:32412> +proj=utm +zone=12 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -107.62327843204196,57.14725513440308,704255.453848656,6338833.157574509
+    -110.87866750375805,-2.7242894582272754,513460.985427748,-301120.594495096
+    -109.31676302884286,27.310889097882594,666532.528981879,3021989.612039262
+    -115.17436280027869,-85.71927467510594,465240.630067501,-9521294.545969952
+    -114.88259176058394,75.98776560588607,395125.315988279,8437266.519333132
+    -110.92184759800239,72.31962948244995,502641.552723329,8024583.783605655
+    -113.87684596229492,19.664317363345276,198311.721481556,2176883.29339191
+    -114.91069214112518,-22.017293135043488,96133.834640128,-2439914.889182135
+<EPSG:32413> +proj=utm +zone=13 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -104.87483773328847,27.53915584163208,512335.904293338,3046157.581869971
+    -100.53322815460301,-68.40702954541563,683302.616238545,-7594891.624480062
+    -100.84630040862858,47.84808520443843,810712.066498826,5307769.135672976
+    -107.3768201641998,55.71008910944329,350656.596065083,6176371.185890808
+    -103.69412299682796,-84.05677771644315,515092.132614605,-9334600.77386532
+    -103.73278221407638,-44.65799343219972,600450.657053623,-4945739.466129224
+    -107.91786810259518,-60.459037769422665,339531.311174897,-6706090.144729435
+    -104.92700350292803,-50.72195795670379,505136.723602866,-5618908.293300818
+<EPSG:32414> +proj=utm +zone=14 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -95.0438073529302,31.35385687169412,876396.823052841,3475584.316438671
+    -97.95687352255682,50.518516325617924,573933.898419631,5596800.738249262
+    -97.02767306717595,22.00792280133453,703579.670602253,2435014.636384084
+    -104.30509761468122,28.801493426483106,-18121.521228014,3197568.4267197
+    -96.88591881128352,-50.37832907531754,650295.242745309,-5582831.924692966
+    -104.78103408543792,-24.23160076975924,-87626.382437492,-2692064.789983584
+    -95.87760939485243,-80.08203254575604,560006.034964526,-8892350.494994195
+    -103.44243360967904,-35.37658679749638,96331.96504588,-3923877.963302435
+<EPSG:32415> +proj=utm +zone=15 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -89.2426645709605,13.479015347760281,906892.137672762,1493219.747972201
+    -99.91822859993586,78.68804147130078,348844.523800464,8744114.679690754
+    -98.53566100088017,76.59447380763334,356928.636450186,8508246.529557033
+    -97.16264241320759,-19.115264382483545,61856.380003918,-2118801.172063315
+    -96.01778714043218,55.650928093802776,310111.972176832,6171357.526412426
+    -99.75700672327797,16.2352233796325,-223540.286870629,1806920.945548246
+    -89.86196460464531,49.75952976705594,725978.660224107,5516617.373101132
+    -96.69985782388115,77.7824399354044,412643.989600799,8636844.78259472
+<EPSG:32416> +proj=utm +zone=16 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -83.57661597600152,-19.984526638579283,858279.519253472,-2213431.015728868
+    -93.43620158105738,-66.1275761341295,209744.473041432,-7349057.994894275
+    -86.75173988392372,-58.14517644024558,514601.680611986,-6444899.156957853
+    -80.97593171044387,52.519143372597455,908543.249437729,5835848.525651482
+    -82.05558148877417,-47.04844884073307,875511.796428191,-5222420.708432755
+    -86.99056396470849,57.295815861763174,500555.036603281,6350312.604449423
+    -91.59201958227389,32.183819571737274,66903.5831579,3570065.059933591
+    -80.3067634434722,16.123338852480714,1217043.886169331,1794244.985781053
+<EPSG:32417> +proj=utm +zone=17 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -81.11765074373926,44.525876967390076,490633.201733182,4930287.405595917
+    -83.84037090382404,-80.46195357425022,447472.576053636,-8934429.60515392
+    -82.94058953260456,-68.70121374418699,421337.197885872,-7622286.542175194
+    -84.7684475983349,80.05958038642521,427421.567854047,8890584.927237684
+    -76.90055211045812,-57.30005722597781,746923.538761955,-6358224.929775076
+    -80.79523056352545,79.22062667056653,504270.661627604,8794602.431714451
+    -87.74913889291341,-31.045770005723448,-144728.804108239,-3454315.734139453
+    -78.11881924629033,87.69431290093434,512935.051419049,9740860.014851155
+<EPSG:32418> +proj=utm +zone=18 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -69.17070970095682,-50.75365411128963,911043.072019482,-5638648.259795523
+    -77.0160672195221,-67.75293791512267,414823.888180994,-7516705.26066731
+    -76.28512253871746,11.766861991976683,359948.217007105,1301092.030911136
+    -79.54824904218995,-40.08998019811911,112183.736678864,-4447668.986451408
+    -70.46862762378939,57.94980643421195,768084.933259733,6432111.178571756
+    -69.37989957926202,58.457663778503075,827698.845790975,6493375.9512265
+    -74.68638396039147,-29.835872884245113,530275.409931762,-3300640.767615756
+    -79.56985636622717,-63.94314225774697,276159.311525619,-7098702.685580581
+<EPSG:32419> +proj=utm +zone=19 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -70.12103120751776,-66.26232147163412,449635.448507542,-7349599.302786867
+    -66.74820870244332,-32.00078160938743,712694.643588576,-3542738.192569443
+    -70.31909512134446,15.472835441291778,358468.828379039,1711057.183563776
+    -72.2732095090987,43.81638007437684,236741.088781527,4856685.603224522
+    -68.10867990278102,71.88846489866589,530917.170523539,7976717.279012431
+    -72.74210826184833,73.35481128263513,380419.539517256,8143800.875206291
+    -64.54533081474347,83.34159758294541,557606.747554894,9256815.062940542
+    -74.11232217230858,74.72861682699022,349859.930218514,8299791.851850992
+<EPSG:32420> +proj=utm +zone=20 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -58.65173462788125,61.95272342869407,727969.109398934,6876549.966426749
+    -60.57795452589097,-15.883262345367612,759330.172455206,-1757524.463920233
+    -59.79636448903582,-3.7522621702581063,855885.226508676,-415397.014740067
+    -60.457972576186364,-88.94995464439954,505198.949741306,-9880840.652671257
+    -61.64884631661551,12.204625530447373,646961.339015106,1349544.921543225
+    -64.45693948748237,44.24551491150916,383655.532971107,4900171.725344297
+    -63.31734229564165,-55.29913713258662,479837.075808961,-6128125.059164089
+    -63.93227189903189,-36.41278411433802,416395.275673424,-4030137.962386041
+<EPSG:32421> +proj=utm +zone=21 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -52.62070795283182,-30.803551808376035,919101.87226095,-3416043.059699145
+    -62.08623752388325,65.77386871464066,267303.595851669,7304129.708043358
+    -54.53585382296431,-45.28837071326649,693217.399814374,-5017938.665703526
+    -50.586698194454584,-40.166286691909306,1046280.052479882,-4465978.248087923
+    -59.859962682721815,-16.45580945324096,194580.187190978,-1821517.56959499
+    -63.775620769533234,-76.50053777860506,323800.377709064,-8501180.065186894
+    -63.88836328031236,-86.23319800102564,449594.350582993,-9580434.74411826
+    -58.60295688287943,-37.91319206027802,359074.578449872,-4197395.420520214
+<EPSG:32422> +proj=utm +zone=22 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -51.38585731806996,-33.044749202091154,463951.817547734,-3656314.535175143
+    -50.018240760806485,-67.22733663194694,542395.77891705,-7457056.632440934
+    -53.281287817028556,-18.4001841977001,258972.366301442,-2035977.781444995
+    -45.99565554250073,-19.138862994605674,1026773.646666101,-2123749.132554188
+    -44.625175684621276,-75.46938466003266,678208.535010213,-8385584.436815689
+    -56.94787466652921,-50.3602285799547,77052.711588493,-5595617.066849712
+    -51.606296395739754,-20.90074928296326,436922.401558993,-2311283.505375239
+    -51.84107571795954,-57.361276255971816,449389.751619554,-6357914.646356395
+<EPSG:32423> +proj=utm +zone=23 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -51.86778487603787,38.07211197475522,-102748.905713311,4236150.557470408
+    -47.16287579477939,70.6665179398874,420089.012369263,7841624.850434773
+    -49.114759989796276,-45.02995592856384,175845.397874085,-4994520.359307989
+    -46.38972627967123,-43.73773276970452,388071.646930756,-4843682.650109742
+    -51.60479156241524,-29.67360968941012,-139839.387469298,-3300929.465983537
+    -47.18208729133736,-87.87171170374494,490953.635402512,-9760513.486049302
+    -44.41002501053248,65.34358915446293,527452.549034409,7246873.200522087
+    -47.02974812446788,30.00792030486494,304208.639653917,3321395.379461315
+<EPSG:32424> +proj=utm +zone=24 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -33.138955792562456,63.24413752862466,794077.830104846,7026234.607079631
+    -32.40133288531141,50.8330555914784,964460.717764229,5652034.215874652
+    -32.46319981536152,-70.48277122129406,743317.665674452,-7832809.559254439
+    -41.65688404221364,5.865418852609437,205763.916246528,649023.212719155
+    -38.6854286796785,0.21227801673117597,534978.67874984,23461.548865311
+    -39.157357818394374,-22.079488175600062,483743.126222376,-2441634.618167055
+    -32.05914524288492,76.3341493985312,682648.866020024,8483232.563361825
+    -40.67227398351959,77.07673245981192,458250.190590992,8555926.895436758
+<EPSG:32425> +proj=utm +zone=25 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -34.82841613082431,36.319048180307306,335846.859150868,4020885.524871101
+    -33.83875728023216,-27.402087622296023,417056.524608445,-3031251.650571146
+    -38.23679035288583,86.72231263027643,466615.704161089,9633538.77105979
+    -35.14470700333861,7.107974230051042,263090.864702871,786231.848418584
+    -28.002533799567132,20.160757743899524,1022713.371000212,2237138.847601941
+    -26.501488913066844,-20.60822422749554,1178206.592446744,-2292368.380636382
+    -39.503465331050975,11.47708368535666,-210737.073612982,1276781.348432235
+    -37.44074452930587,49.827464997732136,180644.654908722,5528910.530644896
+<EPSG:32426> +proj=utm +zone=26 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -31.13112521055384,-39.632824897533425,145409.960222927,-4395168.009423976
+    -23.43311880753911,-30.98899866686073,840637.531733085,-3433846.520053626
+    -28.13841474840202,49.061759312185245,416820.725751176,5434942.779431651
+    -30.06299194845954,-6.5527672745685095,161194.360232791,-725345.249599174
+    -23.825325814504097,48.880313278300406,732726.971899837,5419007.135914006
+    -33.14898337908779,-18.263842186504434,-151007.562750625,-2030355.752255123
+    -31.93134004832543,3.1391967220835966,-48620.027115362,348272.414837103
+    -26.98355949455084,-21.104533095884975,501683.965952362,-2333717.792750832
+<EPSG:32427> +proj=utm +zone=27 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -26.710966186818098,51.00553593739741,99434.082395763,5665976.885782338
+    -14.035337773331474,60.376787092147936,883549.469888432,6713672.433309857
+    -25.683179263714848,76.00431548948549,373686.759214332,8440676.241921976
+    -21.176527416678162,-11.377076737695589,480715.701992181,-1257680.836510953
+    -17.0932268665593,0.3071207576036272,935033.98752791,34023.750848018
+    -17.993107052455716,8.43977662327471,831113.816236318,934190.171424994
+    -19.535901116653918,-10.730674133536539,660078.765195138,-1186582.515197217
+    -17.155923145785778,-40.45585303595045,825956.574024386,-4485454.850724727
+<EPSG:32428> +proj=utm +zone=28 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -13.286493533817215,-40.049454483411914,646143.259752664,-4434652.450647593
+    -14.25472740283292,14.14016521637707,580411.135005496,1563353.361379191
+    -21.967085677646455,-59.978461953536424,111607.087838206,-6669495.968975258
+    -16.45209029176664,-63.377014966295434,427391.465950407,-7028417.674009169
+    -19.892846376125664,-77.9793244305647,386366.293452888,-8660808.886404717
+    -8.746081881737329,51.92995509628193,929783.783861371,5771742.221712889
+    -16.53824452083836,25.978819075247642,345994.389398938,2874241.421019757
+    -18.83737123117817,14.413613420366815,86053.880763273,1596922.829104923
+<EPSG:32429> +proj=utm +zone=29 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -10.188484202989763,48.275937386030535,411802.168792048,5347650.239680661
+    -11.063814678281549,-17.77052259153743,281175.662817214,-1966001.876557331
+    -6.723909163419281,47.33868952749165,671923.862384269,5245311.235391807
+    -11.823730799591662,75.70412400267702,422188.638892232,8404026.559257861
+    -13.66458052371111,-74.44006758776466,360457.421253078,-8266608.422878825
+    -15.421472248095899,-60.99812299289901,153042.920944874,-6779608.68765447
+    -9.506638493778324,-24.69230697519349,448725.38179894,-2730973.648211025
+    -14.000402507589714,33.894377026177196,37408.608299811,3761716.735582944
+<EPSG:32430> +proj=utm +zone=30 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -2.678352079619204,-48.64756157696061,523675.001636892,-5388327.512501757
+    -6.556605547636851,61.45827933086747,310469.6912424,6819001.676252737
+    0.2906512495228615,-21.347437037326685,841311.05032007,-2364171.593285381
+    -6.740404766900257,13.318791421543423,94625.776915512,1475439.366052771
+    0.572113660347819,79.11651472937521,575243.818805174,8785279.07406995
+    1.6471753944142904,-88.87574363891731,510168.622318322,-9872852.26892559
+    -2.5108142221044574,17.90301203198014,551791.277361309,1979520.724460794
+    -5.194265513595001,53.47777233907124,354368.107570266,5927659.675757353
+<EPSG:32431> +proj=utm +zone=31 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    5.683510934927643,45.945760712695034,707973.443685625,5091519.452960975
+    8.225644789507275,-6.9126648180835275,1078043.150157458,-767275.055081902
+    4.048490083294396,-6.457241860559293,615916.755095969,-713870.431862481
+    9.339984717906624,-34.69995706092037,1081036.322865797,-3858114.955723782
+    1.1857040284950822,43.58158221941315,353502.604959414,4826998.403852831
+    5.837373480029754,-23.7743996545814,789150.313125628,-2632138.371934707
+    6.8495966444310294,-75.16392053800456,609950.708339164,-8345466.002729518
+    -3.107972899129333,-74.06538515779357,313118.949221901,-8228919.970266344
+<EPSG:32432> +proj=utm +zone=32 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    5.830403523120843,82.44950203919385,453522.045221583,9156278.137836764
+    10.98709649041712,84.14849155543982,522610.756333029,9345058.070374092
+    13.093218065897306,50.80303548822522,788368.567690251,5635907.510311617
+    4.846068729518381,13.15593911078848,49444.202164036,1458100.559365841
+    8.802766691145543,57.42287417348484,488141.15375731,6364474.139306778
+    4.4043565866336065,49.06262888835241,164319.005688935,5444595.541515219
+    4.003417612305131,51.28495970599852,151624.266386797,5693377.842015712
+    12.623399450090474,-17.326316244414798,885201.154118197,-1919286.192742346
+<EPSG:32433> +proj=utm +zone=33 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    19.853933139767385,-30.27052195208237,967130.29081717,-3358751.446302949
+    17.47435729432015,27.631945848393016,744127.836311417,3058875.161413962
+    21.939825792273147,19.419257707530022,1229943.10000658,2161963.971282042
+    19.213959360600406,41.82497638411817,849961.287011821,4638930.799701285
+    21.29230636718307,-63.631470721463174,811425.941562927,-7071290.056528317
+    10.369300802719525,-84.22759080749547,448054.865957387,-9355588.620879935
+    11.514012321875576,-60.691062996726245,309678.047174066,-6733427.495135562
+    15.705065466127305,51.131533534510055,549318.058946694,5664685.327178984
+<EPSG:32434> +proj=utm +zone=34 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    25.751518949492315,-87.44391858788421,523630.70854068,-9713558.721100809
+    25.963824108964275,-2.861524460351859,1052332.411259224,-317485.521266201
+    23.990826290567423,-6.579503772997398,830748.851285508,-728256.262096961
+    17.569599605424937,38.74416295669366,201830.300851665,4293974.239867165
+    24.57514871370545,-81.62576720751602,558089.352534222,-9064845.768214194
+    19.215038708191003,60.709766923793666,402575.172366178,6731781.455581513
+    27.194035999511833,73.44145438856191,696708.421581836,8159926.313652041
+    18.397468026032193,-64.4547031402956,374793.393961526,-7150249.682488138
+<EPSG:32435> +proj=utm +zone=35 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    29.96771764638389,-5.8987996565650604,828615.364889863,-652894.535609141
+    24.025269079921134,70.09818736903392,387015.555832968,7779578.608871911
+    29.42981694764508,24.329890879833385,746531.370486148,2692902.596849139
+    32.80844849898227,-54.418756832352244,876685.902862607,-6045664.050625152
+    20.469344072050596,-69.1497652967451,241000.328852378,-7684873.338910596
+    22.97520764583071,-11.828463599458928,61232.333290889,-1310750.011989017
+    20.189792847317147,-82.67191533478852,403239.117953788,-9185542.533765448
+    28.995748114099626,62.95994365618819,601204.755394386,6982693.247389327
+<EPSG:32436> +proj=utm +zone=36 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    32.94031263591855,52.47629310639337,495930.702551178,5814013.77501507
+    38.14760740223571,-47.84261675750277,885086.415324912,-5311647.062336959
+    38.05339295539977,53.44177755152086,835521.733345933,5933311.311607085
+    38.408445890204455,78.48272858483017,620380.593579628,8717811.777947316
+    30.282520241746397,-46.3751585002632,290992.284032721,-5139320.767147792
+    31.802765257336365,-27.89078190474217,382139.324156251,-3085680.717458283
+    36.49613283583583,0.1361257540996803,889248.899961619,15072.31843782
+    28.40967593298047,-27.178374209686254,44983.138528698,-3014530.350654954
+<EPSG:32437> +proj=utm +zone=37 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    42.36209793232041,32.788141592611524,814875.687821776,3632804.036339823
+    42.31278731542263,-48.16494187224759,746298.333404946,-5339940.310529679
+    32.502355548215085,-19.348310583026873,-183616.037738035,-2152251.010681205
+    34.812189180344696,-26.81083614560955,83568.867776891,-2972357.389175754
+    36.36211881693667,-76.37909207405983,430670.895230664,-8479035.752592841
+    34.60381778386753,-70.56839553250222,336887.09988696,-7835164.466612482
+    34.86283017917678,23.962352426006902,78811.799402939,2656239.342294192
+    32.17998239672133,27.00861044194731,-177565.983278527,3005756.698465712
+<EPSG:32438> +proj=utm +zone=38 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    40.36929944194158,-27.311112754087425,41522.169881954,-3029408.588291553
+    49.103735264778166,-72.94939047435213,634204.140433429,-8099429.184690139
+    46.853147088812214,29.065769078442997,680376.708339084,3216686.892933365
+    51.714262128511514,-36.1306654549636,1104543.434595824,-4019382.46360221
+    51.314457182175104,-14.278107113501989,1182272.398311798,-1587784.700330107
+    43.82268832497135,14.998922547226002,373397.518309151,1658541.185798931
+    43.55337852256946,-40.03449782085589,376557.466287089,-4432588.906302557
+    41.76703115988326,13.651441084625446,150158.894337538,1511507.097233347
+<EPSG:32439> +proj=utm +zone=39 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    52.36757051414899,69.89688963474771,552447.240775354,7754959.322837365
+    52.43229886047898,-88.3756426675728,504531.847451681,-9816660.812733885
+    47.03045491683667,7.116169365996228,61301.505841337,788473.872496407
+    52.089653166499005,59.024862294107976,562543.201026984,6543327.298578165
+    46.10354955475014,-19.195918531589655,-15263.33218237,-2129758.729511836
+    50.96417045152364,-73.08991255783091,498829.408695691,-8110508.301287321
+    55.91714001068491,-68.54994753261911,700481.817808944,-7612191.708204018
+    56.44776742533796,-67.40619082237842,733308.743680624,-7486910.725621501
+<EPSG:32440> +proj=utm +zone=40 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    62.70649556411301,78.6649539363165,625012.34886651,8738686.741449514
+    54.47311905281471,-55.64764313473005,340977.694150897,-6169759.572292176
+    63.00192029405175,30.408992048840545,1076978.678193658,3379434.905251456
+    63.29919800519767,-21.683181105822797,1152581.344226873,-2411051.895241798
+    59.74062656272962,-45.588525084408225,713761.274740974,-5051984.272468941
+    58.93890177243031,7.184571423886965,714083.261191288,794603.645097812
+    52.23578545720879,66.62785510504332,289254.423305615,7397941.84032538
+    54.65687836517975,-71.15424704270518,415535.248217927,-7896233.21725273
+<EPSG:32441> +proj=utm +zone=41 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    57.91354584624445,-3.327472692012563,-65815.817885636,-369252.387379696
+    62.88937634549613,49.757160893033046,492015.779327443,5511634.271743124
+    64.21588653738175,-29.96866175939555,617288.844324777,-3315935.038889447
+    66.10798866859317,-13.334106517061429,836701.920225381,-1476192.663917326
+    60.77529206560261,-45.95002428100363,327564.635460631,-5090901.560157951
+    66.81779377591843,-30.559446945190196,866244.470433956,-3386989.110652705
+    62.80496685201612,-53.71578709590035,487113.835610854,-5951917.739594758
+    67.10810671706615,-55.11926593197276,761917.2663842,-6115770.418383379
+<EPSG:32442> +proj=utm +zone=42 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    75.69841628019321,-45.681596220627796,1021594.155937203,-5080534.516469647
+    73.93634152661289,-59.88398257681201,776118.487282775,-6648787.670984087
+    67.24312903646837,-77.4559868841229,457404.894391866,-8598294.05787831
+    71.95268196439903,70.47768744835602,610077.690454777,7821815.858491012
+    72.29925076114384,-80.42263431973265,561245.35866638,-8930495.639789788
+    68.08145932519031,29.67076215535519,411094.085360151,3282654.238150576
+    64.71215431533616,-13.925116528801254,36393.057975559,-1543626.617508891
+    75.53165270334958,63.1281248693106,828959.993946592,7016612.485892155
+<EPSG:32443> +proj=utm +zone=43 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    71.43868918139323,-67.10949551442458,345476.577524305,-7448011.198325507
+    74.52867313147927,10.868107364944919,448462.443799926,1201433.807265245
+    72.08350260298913,-52.61351873344493,302536.673423886,-5833273.448329302
+    80.29364775409262,29.344677842848427,1014241.70678969,3257833.728567088
+    81.67354851893033,-18.334305171737356,1206402.102946335,-2040155.662647393
+    70.95056922678782,4.717744752520019,50519.460043913,522770.416155293
+    68.27157779648422,17.680689380817142,-214932.953922496,1967648.174259682
+    76.36360239314486,62.512714186032895,570203.232065456,6932037.171825185
+<EPSG:32444> +proj=utm +zone=44 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    75.35775786608421,-17.410709884383706,-100080.702366762,-1933853.731178929
+    85.85739681080766,84.00237380352164,556594.962147583,9330743.05362784
+    85.09844060805895,31.920611336697064,887578.088288906,3538970.13169161
+    87.38789368218487,75.07644911634284,683293.887794563,8342017.85602005
+    85.69025992290862,-74.18739045091907,642516.009941075,-8238558.066110669
+    82.88308206775977,-2.450024255107465,709362.220033756,-270951.857775785
+    80.57721240657712,-10.453810850697394,453704.990809523,-1155620.618852352
+    78.22332026239829,-38.607223725644076,258198.063572555,-4276849.265000815
+<EPSG:32445> +proj=utm +zone=45 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    81.10594669937119,53.8813869847815,112744.24498732,5986436.905110026
+    92.64250495904774,52.5275005884325,882615.086032784,5834680.844635443
+    84.0302489694572,42.839767804535626,257285.641139141,4747297.998116881
+    83.31870328532483,-27.590272669039436,136519.854478585,-3057230.144482219
+    93.37956214712284,5.878215263481806,1207594.772794068,653787.102950047
+    88.82428009598526,-75.05953747292551,552485.711317176,-8331054.918368796
+    85.13474090278052,-79.57096084345409,462308.034899055,-8834300.33266977
+    85.51474209024832,-18.251764823357263,342953.265514805,-2018679.065353715
+<EPSG:32446> +proj=utm +zone=46 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    89.95576921382708,24.1599424926016,190631.510812951,2675298.166974915
+    97.60711396680153,37.625603906584814,906632.423501747,4174266.013366161
+    92.06912808899571,1.1698270102438215,396408.997511679,129316.459037796
+    89.61792466261022,-37.75022974995143,201995.047483964,-4183491.893482514
+    94.17313142024011,-4.376041752385305,630146.047631713,-483796.924030511
+    98.29555106311255,-6.350627921476502,1086465.578508758,-704969.822994126
+    96.03343586428969,21.486576533659928,814313.021388779,2379046.792381667
+    95.98750771998212,15.970534221791155,819784.471836312,1767968.868605901
+<EPSG:32447> +proj=utm +zone=47 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    94.32225888534497,12.188366968800835,-9401.992316752,1351778.392552716
+    96.25911755646038,28.591222393328124,231916.803066317,3165765.634571143
+    97.42886235960158,-5.411320723284078,325899.111764826,-598358.243377779
+    97.31685069572194,-11.205287551714989,316205.481843881,-1239204.583890061
+    100.63480089005921,-2.769783908612169,681700.819820264,-306273.808809033
+    101.9078512035534,3.712257123434469,823009.879055065,410850.685756641
+    96.61889351296982,-10.873779991686192,239674.030954731,-1203045.75352963
+    101.59387013580218,-31.89423726251799,745301.505212637,-3531648.00311018
+<EPSG:32448> +proj=utm +zone=48 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    109.81930908264678,49.30388881328881,850268.696415046,5472416.108970733
+    106.56627033142216,88.1571044682801,505622.21903853,9792281.477663228
+    104.39211336736633,-24.709225671090024,438491.159119354,-2732888.658490225
+    104.7616235150043,26.39441485696159,476201.473472296,2919383.392460911
+    98.46941624794715,-15.730957069505521,-200972.846591971,-1750042.31657009
+    103.38579041638174,29.935399278434147,344180.25948385,3312720.096388679
+    110.12756203178168,75.346174961391,644621.111909689,8368493.647804688
+    99.47731715015526,71.90256087507362,308755.758450015,7986830.453542702
+<EPSG:32449> +proj=utm +zone=49 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    116.56296397441619,0.8576263496609755,1119905.173359653,95243.117376449
+    111.61064448328443,-63.69154065252167,530185.219113096,-7062785.253611497
+    115.2862569296757,-85.87675068644575,534375.149131992,-9538895.34542217
+    108.02910159240585,74.49533434036016,411379.991404048,8269512.325231954
+    104.020827611465,85.1086913100572,433720.514275171,9455891.364169857
+    116.68827305033841,-84.80006369726227,557462.435720326,-9420252.056677578
+    107.2439972726923,0.7931205850230896,81764.07606349,87851.755591605
+    109.4288470553201,-23.483583054790685,339528.293050469,-2597931.861617834
+<EPSG:32450> +proj=utm +zone=50 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    123.93259221659649,-36.13238211348707,1124217.33739206,-4020962.336543523
+    112.80839180551715,-25.812878650841704,79594.400670378,-2861666.750651588
+    112.35069706973589,-63.77971982442344,270946.399712639,-7080810.657080202
+    110.27913248390685,35.523051572951175,-109838.916263013,3951885.957694599
+    112.96995350358725,-80.77354902365482,427914.784140414,-8970428.857950047
+    119.3116352544828,37.67618924988433,703838.707559943,4172399.503108669
+    117.04178714257408,8.263334892990969,504577.004078203,913408.186876457
+    113.64682963152393,63.221911319952284,331489.730326188,7014715.518979339
+<EPSG:32451> +proj=utm +zone=51 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    128.50088635121048,-12.638527706268121,1098187.30695226,-1403460.785019413
+    116.78075093307493,-19.812741862784108,-152348.83276053,-2202794.718966491
+    125.95659905046509,-70.13790111978614,612064.197556033,-7783969.840958052
+    121.87915927584396,-86.94601790324539,493332.02829196,-9657055.596440692
+    119.44385782586289,-28.59360670055848,152142.055942044,-3168133.838170733
+    124.36121469378003,-15.450107556809272,646017.685812303,-1708574.227675395
+    127.26907995787928,32.873881099208404,899497.744326135,3645389.942000539
+    118.1363970988362,-43.015586122955725,103624.36276973,-4774037.26805182
+<EPSG:32452> +proj=utm +zone=52 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    130.34362172109817,-35.61486934240558,621666.570944716,-3942064.209507511
+    134.46224019679488,-57.15580679584003,830211.309336155,-6347968.425569584
+    129.13997592407165,-55.2146496077552,508891.79522514,-6118685.944834449
+    126.6371082430077,-77.8721879842538,444591.522575519,-8645220.868875626
+    122.24677243037036,23.298541730265143,-191680.458492351,2592740.433947232
+    131.4772888982988,-2.6382088564363926,775430.812197614,-291879.401317966
+    133.43965377996003,-48.369605333909554,828750.327156892,-5366909.904809503
+    132.58429630080164,-78.75710088302023,577961.455028646,-8745254.874255715
+<EPSG:32453> +proj=utm +zone=53 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    138.44011376391165,55.154328380649304,719153.476672088,6117363.969370261
+    134.53196526830257,63.61784724829482,476784.216493334,7054512.953939443
+    131.90906706950335,70.6712942328603,385853.201057522,7843640.404062675
+    132.97848671169606,-29.947738547352266,304885.453716739,-3314713.921157621
+    136.4240067093554,30.316079540281663,636890.02706936,3354666.316058887
+    140.201324199488,-47.43777637140748,892129.203370956,-5266940.493219742
+    139.69046692430243,3.618034859370468,1021454.922865696,401254.009664333
+    135.0451432648927,10.755334206561528,504910.923890913,1188924.953587823
+<EPSG:32454> +proj=utm +zone=54 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    141.3753107233152,87.32533184102553,501954.197805055,9699345.707005799
+    134.7539900159979,33.17242046886889,-82825.479276813,3687823.632198457
+    138.2869476593386,-44.961574939636776,286009.16214149,-4982263.412889816
+    138.4036331072694,-31.448292058439577,253242.047583256,-3482204.658246674
+    147.86968129265358,-23.652891383709417,1201708.019985402,-2632730.075780565
+    146.8684664111089,-58.61777450725235,840599.348773892,-6512401.947972648
+    141.86662363060987,-17.457805514493643,591998.17999505,-1930410.797637256
+    147.27501674745773,-88.14171050860732,522672.60371167,-9791728.189137721
+<EPSG:32455> +proj=utm +zone=55 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    149.0544611622708,-16.138502135159015,719673.77127626,-1785352.014189764
+    142.31269776598955,43.253832369759635,119477.608150183,4799678.735115157
+    150.55030137412442,-55.73395505451696,722876.705761791,-6182178.640776911
+    147.06105850589438,-9.38873905404985,506679.038718316,-1037832.66465485
+    148.18922070037382,-88.7424254627666,502913.265238171,-9857585.175129415
+    147.6122167729131,-28.377297401172513,559962.183115092,-3139151.57329159
+    140.79469623439292,-58.154538640538085,135095.117827624,-6462726.644530043
+    144.04832825746107,-48.00775868079221,279844.942412781,-5321379.029817624
+<EPSG:32456> +proj=utm +zone=56 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    148.6412896655723,-68.52778976669899,322059.941975477,-7608011.158863074
+    147.72908898946199,-11.23347614521272,-76137.633902806,-1246970.291717766
+    156.62530333745786,1.9754559479338951,903412.487708478,218786.500552762
+    159.77281030043656,41.867823654053495,1062191.492973725,4657329.036001459
+    152.52754506588133,-3.338140230419924,447490.503581344,-368983.373904749
+    159.56722629649747,-81.53668739186227,607675.801527146,-9059219.182498876
+    153.2053381399255,35.127471596120685,518687.750560165,3887195.803691912
+    153.293905062383,66.84427109083555,512886.938134652,7414047.416649603
+<EPSG:32457> +proj=utm +zone=57 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    157.4306235586769,-62.89922801916025,420227.567946762,-6975333.10185099
+    156.44394688697773,-54.84885251134903,335882.863400327,-6080965.57428981
+    152.1015392270201,79.49516110883715,359904.464990723,8833539.384412343
+    157.3478034543685,-27.100294609056988,336186.965728945,-2998620.913011996
+    162.57389838425888,73.93765622962798,610306.95190181,8208386.806111032
+    163.8561492151067,5.892502054296116,1038141.710357151,653664.819040332
+    163.2661259102892,7.094157556542484,971503.166874199,786326.321116018
+    165.386225861046,-34.04045582252239,1089911.590802528,-3785090.417169039
+<EPSG:32458> +proj=utm +zone=58 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    166.86640267399133,66.43782759894373,583234.746883211,7369952.589528612
+    161.65381052840283,66.66473081352967,352139.025742277,7397969.29270445
+    167.82490805640055,-38.36318989799221,746794.50578749,-4249890.503902135
+    171.519050057961,-74.73363543596832,691239.525262451,-8304394.010747679
+    166.45424891603517,-85.03831596676483,514038.918188746,-9444185.179259975
+    171.4464900328203,8.8603614336009,1210242.22008705,985585.541692427
+    171.18556946823082,-37.23699996035763,1048921.282193828,-4139133.294210805
+    159.42774364488147,44.17328455692663,54513.04730122,4906236.788755433
+<EPSG:32459> +proj=utm +zone=59 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    167.41601467873718,32.93682096082604,164849.517330935,3649984.419874925
+    175.485694633451,53.664866445611835,796286.664505153,5955583.388731119
+    165.5304394854015,37.508353252316,16387.984806531,4165345.060114904
+    177.3407310960034,-31.350147887729207,1103648.06271676,-3485830.14028693
+    172.7222001401331,-63.45726361280942,585847.493164741,-7037690.732504033
+    168.46338372750537,38.755794346381705,279561.557239813,4292730.630197097
+    176.8492256986198,-6.849197861260691,1147333.559938058,-761030.674064689
+    165.8582367884088,-39.28527437974756,56420.995513114,-4361056.566166026
+<EPSG:32460> +proj=utm +zone=60 +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    178.2227784062792,54.30814663240207,579542.814376232,6018493.394425949
+    172.2117785104204,-16.500516661081164,-11531.421946519,-1830383.610142307
+    171.05426244051054,40.590966431485526,-3282.415455227,4510373.868821451
+    173.1293150264365,-55.050529608142185,252759.561969278,-6107263.483605649
+    177.97096493625827,68.02875669409437,540529.77719203,7546385.827900096
+    175.03160547927797,-54.690372645219874,373110.689138641,-6062115.684217687
+    175.67775339939584,18.170595679757398,360124.768992062,2009560.778248092
+    174.44794469822605,40.33461905504086,283193.434436335,4468021.529571789
+<EPSG:32501> +proj=utm +zone=1 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -177.66336172011574,-46.03156459922941,448646.150428004,4902231.680071704
+    -173.01215249324113,72.10379140058379,636678.701833055,1.8005034884732656E7
+    -176.04457573556286,-33.19363694707541,589036.83179409,6326839.330130252
+    -174.6094648160892,45.681263885825814,686145.811322113,1.5061410684621442E7
+    -178.14568498447608,24.064354883767052,383500.986012388,1.2661824054407079E7
+    -176.1991159831633,-69.47487391129822,531329.006069964,2292482.472742525
+    -176.02460288948248,5.964172462663626,607933.750656236,1.0659337463710349E7
+    -179.66809051604014,15.307871112338972,213460.91198267,1.1694138416528193E7
+<EPSG:32502> +proj=utm +zone=2 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -170.79474226743125,-62.57833781167145,510534.864424786,3061374.249051921
+    -165.31154922619015,3.9059233422732547,1132533.605727016,1.0433870720422836E7
+    -173.27211659773053,-52.19898013153951,344705.21135372,4214397.098390173
+    -176.12458931564962,23.533876563380588,-23589.364165389,1.2611986021144323E7
+    -164.53657968860705,6.975443845196921,1215387.301301669,1.0775948045786936E7
+    -170.3825474794895,30.737609249351337,559085.438341096,1.3400683001741515E7
+    -170.33217991700243,60.39690559726219,536789.482236896,1.6695798365334615E7
+    -168.51193032008962,-4.337144991692583,776133.494214041,9520150.64707962
+<EPSG:32503> +proj=utm +zone=3 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -168.37242015677393,-67.95146557563345,358770.602020646,2458694.336321281
+    -165.80829838720337,-63.857132721883076,460252.347978785,2918655.334047726
+    -164.40227503614847,-4.826137500203217,566253.678908614,9466523.36106197
+    -160.8688335642157,-32.56765414075981,887908.433629412,6389105.432940841
+    -163.71222342713935,17.757497132482186,636497.945594569,1.196382168384847E7
+    -170.55717969670465,83.40459819182149,428845.129002819,1.9265053491132732E7
+    -167.51456353736668,-87.05868265256117,485597.319088424,330115.249943437
+    -169.5217676664006,55.48899131319004,214369.512153175,1.6158500973474953E7
+<EPSG:32504> +proj=utm +zone=4 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -162.02516130220494,-58.71918676521682,324808.980695741,3487262.669053047
+    -164.4353834825667,-11.811766153116508,-92943.512326015,8688489.162009316
+    -156.51720376695283,41.8740315680013,706012.665224498,1.463876751798807E7
+    -158.45992867146668,-81.03862261773321,509387.791198549,1002443.240146821
+    -163.16193469473689,-84.85598534166041,458372.251278282,574841.203520209
+    -156.62439684945954,59.72815262384427,633559.684355035,1.6623525383219123E7
+    -152.77980750952779,69.6760256198915,740746.119981335,1.7742011005799964E7
+    -164.33663407821714,29.674103966298475,-16784.656136233,1.3294608863228424E7
+<EPSG:32505> +proj=utm +zone=5 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -151.25164593732376,-7.362970499624765,692958.565030942,9185746.735103901
+    -149.01599120984864,54.993420866089906,754808.219080295,1.610131701238595E7
+    -157.944426886955,39.49520506506667,74732.880161122,1.4383416634062048E7
+    -156.49911691349524,-75.50028325923789,402252.493378414,1617684.644478966
+    -153.86242854044391,-85.26826664387373,492055.429085784,530260.729582779
+    -150.58453885865464,-23.289096956640762,747037.251037561,7422416.331170099
+    -152.9456984599816,-33.373398894968126,505030.113776191,6307315.044224546
+    -147.0548452005758,-86.07681511807486,545331.492675773,437703.342542164
+<EPSG:32506> +proj=utm +zone=6 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -151.7109646938747,83.59626173257868,441400.009156276,1.9285414629308306E7
+    -140.51618771963146,48.24376306049362,981246.7375028,1.5363744675189361E7
+    -145.85618520231108,-85.30684779481078,510445.846071239,525909.171741605
+    -148.392743935565,25.917094957346066,360488.574009927,1.2867241390487386E7
+    -148.94935284661904,18.63918411218353,294337.058980507,1.206202090278063E7
+    -149.10598865005008,70.74736546804328,422502.647949048,1.7850562815745592E7
+    -151.0825015964391,-76.82508982065013,396201.337659955,1469144.919008851
+    -151.7964514056856,59.41006019664553,227857.005492102,1.6595525892320925E7
+<EPSG:32507> +proj=utm +zone=7 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -141.9039506305423,39.78646301498114,422579.291413003,1.4404445243675753E7
+    -142.06648895389262,1.3311861079437222,381326.283201421,1.0147160048273582E7
+    -143.72353020870804,-55.54703875527645,328167.176174103,3840963.771982473
+    -135.1827297468749,-84.81460563653322,558597.367470834,578002.401895298
+    -145.34454125788312,-63.32486937675406,282500.292186531,2970841.436408369
+    -147.47118099456077,1.3521167158270089,-221450.431101505,1.0150412369727885E7
+    -142.02625930203706,21.763508732009413,393866.408859012,1.2407001071127187E7
+    -143.3839277634071,41.91358714431345,302276.914458771,1.4642927987341536E7
+<EPSG:32508> +proj=utm +zone=8 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -136.09974620445982,-43.536066329296645,411126.183862164,5179065.607802492
+    -134.37124838149748,52.744969785684674,542428.47550848,1.5844083412492309E7
+    -139.08206631606302,18.432591310595413,68609.89491905,1.204290946781291E7
+    -135.89375984651824,-19.24444213642151,406043.355127771,7871882.476881204
+    -128.88631768191536,36.49345036842065,1047843.983112929,1.4056099474693898E7
+    -133.29324092866398,-7.873662456454824,688142.875866999,9129283.399008427
+    -139.71155050910278,-55.37838173974269,201557.135384006,3852994.343157515
+    -132.17239786447198,-64.21012671699327,637218.939810048,2876522.544101086
+<EPSG:32509> +proj=utm +zone=9 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -130.79667424950873,-19.23950545965927,311124.332428467,7871694.161092328
+    -133.41992398458243,10.982162005545433,16649.116834695,1.1217561876969166E7
+    -126.14840055077207,39.109282234161356,746546.127641529,1.4332772645718161E7
+    -129.56126519267326,0.05178368897153973,437519.114003248,1.0005722029102536E7
+    -132.7519151155336,-11.28897349443612,90233.930128732,8749437.547270898
+    -132.41731501685803,-81.43564637532349,443213.589127964,956494.713636683
+    -123.36276899027436,-73.26069357684302,680974.273538749,1861907.320580068
+    -124.69345807016359,-64.36784630875678,707735.235641049,2854953.08506822
+<EPSG:32510> +proj=utm +zone=10 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -116.5064744631477,16.674913765852622,1193597.334744457,1.1854902880391099E7
+    -126.91428817499863,28.57918618954983,117029.968739799,1.316762640905709E7
+    -120.32636162840318,16.95536766023301,784720.189175962,1.187655332069991E7
+    -128.60424903548153,-35.065379960678385,-11289.046907922,6105312.692533435
+    -117.46106961979461,5.465246689050062,1114482.590331369,1.0606925676813908E7
+    -119.92065699702607,50.80168830433729,716959.162333712,1.5632289136970673E7
+    -116.08298345079763,2.816359633518985,1270619.526253314,1.0313586861408457E7
+    -120.27666266015547,8.969824488742177,799440.686517016,1.0992623946784647E7
+<EPSG:32511> +proj=utm +zone=11 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -119.15096372211222,-20.714827532232945,275967.8610014,7707923.493620215
+    -122.32564322475248,41.36627793481921,54493.292012788,1.459312081158432E7
+    -114.14205294958433,64.37008245499851,637889.884861008,1.714135280428699E7
+    -117.70702630071509,-82.51552081351456,489715.152871633,837563.613275439
+    -123.24985689141658,3.3875808059161443,-195651.037164058,1.0376680616564386E7
+    -123.62553096633495,83.90620539055342,421643.602297332,1.9322130067969237E7
+    -123.8794468432248,-67.58751818663008,207784.077123249,2486880.515891824
+    -122.3127307152812,61.858248406000286,220652.3646332,1.6869818546299003E7
+<EPSG:32512> +proj=utm +zone=12 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -105.86018704843725,23.158112927664902,1026588.190683706,1.2570325764196511E7
+    -115.99610286467713,-54.453808698354884,176198.678771076,3954486.781027368
+    -108.64680193352162,2.593897746728814,761634.057007073,1.0286946848503867E7
+    -106.8739349006936,-10.042847716473219,952483.764063557,8887003.91998055
+    -106.10382693454451,76.46992248300086,627724.878237683,1.849292807269577E7
+    -116.03899479591304,74.8139155991258,352815.528509069,1.8309092921846855E7
+    -107.66480933937774,-81.97465995208472,551952.033500088,896504.541352216
+    -115.32254323865794,75.71082943175358,381001.899288677,1.8407268590912007E7
+<EPSG:32513> +proj=utm +zone=13 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -104.46112140554507,36.43302946544807,548280.879370494,1.4032111484264022E7
+    -111.19800399127679,37.69887300516062,-46675.79282089,1.4190524662444256E7
+    -98.82706471356803,-57.66800017913503,867928.993967074,3591480.285055418
+    -109.8210855983268,-70.73711178178999,322643.644977273,2144875.056405299
+    -111.23950584478297,12.800151773824481,-178400.490412343,1.1423241173723841E7
+    -99.13362453285015,7.510991756030407,1148293.770498241,1.083458528408282E7
+    -101.27310394542275,-38.67698167784623,824211.330186283,5712473.650128057
+    -109.49598352882788,74.22502398452602,363679.977237823,1.824229018675156E7
+<EPSG:32514> +proj=utm +zone=14 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -98.44599236582279,50.555786735659325,539228.372532496,1.5600572049044222E7
+    -99.56551090921691,41.31357534716483,452646.764757564,1.457371933846714E7
+    -98.060354763457,39.3133865242236,580986.60646107,1.4351972190046066E7
+    -93.36920719303943,-77.1794207059517,639270.791090267,1426528.39735679
+    -104.32332281722023,83.64352828423824,434289.950250435,1.9291331826411538E7
+    -96.88324675439614,-85.43644290875582,518797.252636087,511198.700906854
+    -95.02956660079658,19.257457101842903,917480.155490916,1.2134088339188106E7
+    -98.86469275050786,1.753723305777939,515024.164604652,1.0193838307583325E7
+<EPSG:32515> +proj=utm +zone=15 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -95.70926676820422,56.13999778208782,331650.005547296,1.6224964664370542E7
+    -98.81247677955791,71.94998017921122,299257.824489251,1.799304173065814E7
+    -87.15625166230197,-15.487769444999714,1127715.057073438,8279152.840626173
+    -94.0016566793898,-40.8613418095525,415563.203822872,5476152.097635568
+    -93.2170262792695,37.84648487287353,480886.117980291,1.418880184386858E7
+    -88.96773410457092,35.59683814505536,865336.664369945,1.3946720374955349E7
+    -98.9133490030938,-37.71453485916346,-21436.147477139,5809362.691959359
+    -97.77279861909386,-5.026337414974918,-29696.824834631,9442486.24834041
+<EPSG:32516> +proj=utm +zone=16 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -93.84238776997665,73.93184259631812,289027.245568275,1.821655351851131E7
+    -84.15061666948037,-4.370040100693814,816253.901154316,9516368.59617691
+    -92.02155721097071,79.2580244056116,395633.809907772,1.8803265508946646E7
+    -92.25164958251743,-15.025789474864737,-65237.926468341,8332090.436122751
+    -91.53865320561512,43.039376811082406,130252.957682829,1.477519104446249E7
+    -83.56093442023077,3.8251736795653386,882038.775880584,1.0423566434314461E7
+    -81.852190067672,-16.576228798383525,1049765.303722117,8160263.201438793
+    -80.8096775663078,-27.797606367900528,1110434.145440559,6909800.00262586
+<EPSG:32517> +proj=utm +zone=17 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -81.27530800545027,-49.64489406342601,480108.233487517,4500814.407117897
+    -81.322067200104,87.5614350460435,498468.972636734,1.97257038475129E7
+    -86.48865771563837,-84.03890599650147,436453.246437198,664535.646463998
+    -86.08277855660897,-38.57807528893945,57121.841664584,5717774.739107804
+    -87.8281112394557,61.61471277368946,138312.8799752,1.685025083053347E7
+    -75.61579024142527,12.234562624471565,1086374.943192849,1.1358340067590851E7
+    -82.18811020964823,15.364836017577048,372456.274624873,1.1699027247477617E7
+    -81.86881946410337,1.2153691844517027,403314.896275376,1.0134348625958653E7
+<EPSG:32518> +proj=utm +zone=18 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -70.05388944618119,-6.387044526636231,1047627.720797957,9291374.379969265
+    -69.66038332874716,68.79599560482535,715291.991024366,1.76409729282841E7
+    -71.3461597554364,-14.31998959483117,894240.546806818,8413770.543657081
+    -72.92687951853475,33.784390061969475,691925.671090817,1.3740178322244227E7
+    -68.60643778164047,67.95749548643093,767362.822845157,1.755196732749871E7
+    -81.56071358475921,13.519140332180697,-211364.228310511,1.1504096232966878E7
+    -80.85318465638744,-38.62019667173949,-9752.310210193,5709085.319642483
+    -74.4968495372715,-75.08528852784427,514448.840863106,1666817.940616972
+<EPSG:32519> +proj=utm +zone=19 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -68.5422291175542,50.823045649295835,532227.629506792,1.5630244008530196E7
+    -68.09404423729393,50.92177874507908,563660.942826516,1.564151412906272E7
+    -75.11085543368199,8.25749587202425,-174241.641221452,1.0917941372417219E7
+    -66.54331079514188,6.57535555541925,771638.257254509,1.072747129167412E7
+    -70.1177993226755,-2.0958241440566496,375666.543877243,9768301.23146314
+    -73.82127851154083,-5.626639668220392,-34568.094172996,9375856.30530878
+    -65.29446634095179,-79.76468570528807,573454.153929815,1142342.787222164
+    -64.19677789786746,-27.298764326026827,975588.96331304,6971316.150316833
+<EPSG:32520> +proj=utm +zone=20 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -66.83897352946933,11.162522693907817,80530.212276837,1.1236671188375307E7
+    -59.50652209656738,21.393178595088997,862256.014857208,1.2369691903653722E7
+    -56.58008557699425,-70.74862377129284,735849.537516214,2138150.625559726
+    -61.36370236588576,29.50745888123282,658579.850576375,1.3265322512278587E7
+    -62.04329173702724,-32.09317944209222,590255.162743331,6448835.223812588
+    -69.08129292726228,-40.75876495057747,-13467.943748365,5470194.394691956
+    -64.68711427168766,-14.149354975444211,317877.829793514,8435098.641669095
+    -63.84953060174345,35.90127038446134,423317.224427417,1.3973328663706858E7
+<EPSG:32521> +proj=utm +zone=21 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -62.19668671288492,-41.50052227901889,66181.891287876,5392621.919554225
+    -63.36698494821894,64.59899350063762,195646.930492954,1.7179059327585977E7
+    -63.70355969810139,-39.612865279791144,-75697.619889813,5593681.518839238
+    -63.486244955919176,-5.183971099267254,-220374.373228562,9423301.707318522
+    -50.975605127624874,-78.12096728329719,638197.641029508,1321015.877917163
+    -60.69731350019974,83.12433178625818,450613.93326966,1.9231918186771266E7
+    -59.47479260870435,-41.078237127761554,292084.61936289,5449606.03543191
+    -53.91783443354693,-41.90013438146835,755650.980585921,5356717.474309367
+<EPSG:32522> +proj=utm +zone=22 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -50.233330234712184,21.48740080372758,579395.846935357,1.2376283179949235E7
+    -47.04569008173594,-1.7295077863624186,940142.518272259,9808376.070165198
+    -47.81369837032575,0.7586312043040806,854683.464733377,1.0083980333969137E7
+    -51.983575539779935,-3.229479785719562,390694.861718702,9642987.004062325
+    -45.943613627064586,44.20022167356146,904022.361580017,1.4906553281965032E7
+    -56.18066523998681,-64.44993823627976,250887.750900205,2842676.852548124
+    -56.776404374147184,64.23887927613617,220162.753482042,1.713635018945428E7
+    -53.59650838169529,31.731934452052982,253975.751350952,1.3513653999758221E7
+<EPSG:32523> +proj=utm +zone=23 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -44.22492164743587,13.599218762810224,583822.142155125,1.1503533568120647E7
+    -48.72813049050259,-2.668951778340997,85280.937395627,9704367.693812583
+    -44.753555056312685,66.50356974582448,510954.216262095,1.7376059781792674E7
+    -38.68832452554696,-23.274889978724673,1146394.520924906,7411941.806045451
+    -42.77595948036397,-60.14528494053154,623479.249877182,3330331.001163117
+    -43.161027224861776,-5.698223162553646,703636.582503959,9369828.111612055
+    -45.698218038374705,73.92404838085614,478412.259612277,1.8203688117909715E7
+    -47.57323140198405,46.78285914575622,303564.225956642,1.5184247570130935E7
+<EPSG:32524> +proj=utm +zone=24 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -41.268431519193896,68.07747354119462,405494.228094019,1.7553234945531063E7
+    -41.34200382303233,83.78884355758396,471715.456977397,1.930509288469872E7
+    -44.941386898390775,19.18021877018471,-125562.979474944,1.2131449449220667E7
+    -41.12038649932028,-74.4399508747761,436516.085792678,1737748.473004989
+    -40.59268169788152,-32.817633803462925,350883.902604311,6367805.85997393
+    -39.74565050369212,-9.987710064353138,418250.048420969,8895852.515608404
+    -33.09045518557561,-22.684667820313862,1107755.370145245,7479269.380286654
+    -41.5638457941348,87.95021527350531,489763.942324991,1.9769334843887575E7
+<EPSG:32525> +proj=utm +zone=25 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -32.60398205852257,-42.72280394947689,532404.983599637,5269890.747858898
+    -29.41105420925591,-34.2257604216377,830611.00670507,6206983.14862795
+    -32.91093266051903,-46.42794164929506,506825.951811997,4858399.921027008
+    -31.719978443889108,-76.13466161966323,534232.688692944,1549419.456772018
+    -30.213965383277618,-34.78284332488169,754914.632620144,6147501.063188996
+    -31.688267053773316,59.222348411424775,574859.62880238,1.6565544235919986E7
+    -34.78739531046452,42.72419680521111,353642.012071522,1.4731734521045884E7
+    -26.286258175446793,-86.88193884861965,540678.101436659,347781.313720383
+<EPSG:32526> +proj=utm +zone=26 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -25.88541008720346,-7.62196631078875,622919.936536039,9157333.804849146
+    -27.24986357524405,41.323335945150546,479070.18906674,1.4574678738192108E7
+    -29.366459088866254,-19.85323272088735,252149.221071474,7803019.594194791
+    -21.050543869275224,56.718260100706374,863868.861088533,1.6301836980590798E7
+    -30.775064841451474,-81.90963376802219,440724.294680652,903326.651499759
+    -29.28175258695353,48.005667081445296,329797.969514972,1.5319446856695693E7
+    -33.870067722830576,-59.20740693331781,108111.044022706,3416633.480072277
+    -32.0370026955731,20.49545271965478,-25766.909249054,1.227441390769107E7
+<EPSG:32527> +proj=utm +zone=27 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -15.68825810557532,35.94222752926271,979277.94349499,1.3990599425566053E7
+    -25.413642304708294,-22.99064359388808,47315.784174051,7450695.425602072
+    -21.29164358163411,-38.10375030836907,474410.750805838,5782633.170415567
+    -23.13556979395165,-71.59365498805285,424744.517023844,2055061.653679643
+    -23.336464575895697,23.47488802279075,261332.844438122,1.2598028146354536E7
+    -25.388609073725785,6.761993113711952,14542.425745728,1.0749628499119963E7
+    -25.990583586642,25.67633944503892,-1227.704931792,1.2849313228631992E7
+    -18.53452837227689,80.27067493882268,546496.361507247,1.8912780586059663E7
+<EPSG:32528> +proj=utm +zone=28 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -17.044251718497712,-31.70504108789501,306254.039201537,6490439.866654795
+    -20.817090540944342,38.02332028260177,-10795.824101004,1.4224403673868721E7
+    -12.151349324070983,-12.215813158779866,809944.979913968,8647949.360169562
+    -11.593379082440748,38.94734537865435,795220.984722106,1.4316450821051285E7
+    -18.7783464050815,-9.452753173947059,84924.812316538,8952840.24338897
+    -10.523325918438488,-22.720106912341194,960024.045671044,7480512.374201171
+    -16.297182138497718,82.78138928589496,481800.683732629,1.919225650004854E7
+    -13.193270289706808,63.132800782234284,591079.176502083,1.700166363110709E7
+<EPSG:32529> +proj=utm +zone=29 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    -7.29133165157919,9.203633600171699,687702.027019385,1.1017810959594896E7
+    -14.43638781067123,66.80566345788054,261307.083970348,1.742013262639862E7
+    -14.725360883596148,-82.47233342019094,416393.519266352,838302.580411589
+    -13.733953499889525,30.75775908007276,46660.506794712,1.3412345224624015E7
+    -3.7684158549628126,-70.55612427379819,694146.708430646,2163744.29151429
+    -15.400683047562639,65.67070388663899,206148.462694952,1.7298180845708363E7
+    -10.999042338891055,-25.72052824033667,299421.371376192,7153745.36232648
+    -11.492571858761579,8.512128565646535,225566.127106902,1.0941797078565648E7
+<EPSG:32530> +proj=utm +zone=30 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    3.971701478451397,52.83271738497152,969349.984778844,1.5876461927350694E7
+    -3.008376317867219,-48.16970438065175,499360.405179182,4664837.909688996
+    -1.6131386114520403,-63.0604527786864,570087.268705485,3006920.435547112
+    3.71813718077391,72.32148189834868,727275.659729314,1.8037500730465226E7
+    -9.092159499380465,76.68822340128227,343673.430843241,1.8520075144167673E7
+    -7.86405912079992,59.27527806686794,222928.79541907,1.6580821771956895E7
+    -1.1099303502920161,72.12976392272219,564717.783702925,1.8004419612534106E7
+    -3.604516525077104,-62.10896424493757,468438.751074613,3113535.032188809
+<EPSG:32531> +proj=utm +zone=31 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    8.536864851785875,66.45061305237212,746585.522942478,1.7381068202338994E7
+    -1.6409969450614712,-45.357304778114425,136486.181359767,4966869.522234614
+    7.051342970515268,13.557985012368206,938633.963813378,1.1502479912348917E7
+    9.110652064382164,-57.789857924820346,862997.689336922,3578284.382891788
+    4.865411404074504,27.565238279527648,684139.180054409,1.3050427757441662E7
+    0.3921911428731537,26.14509135221988,239259.985133105,1.2894365442826735E7
+    -2.409741084157808,-53.166949706285976,138488.722775704,4095480.190697388
+    2.055264814566973,39.03682784343644,418215.813382521,1.4321285380512735E7
+<EPSG:32532> +proj=utm +zone=32 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    8.055932611791981,87.865188627229,496072.847488425,1.9759645214691333E7
+    9.250954916579461,19.753599212073055,526268.171585729,1.2184231918492429E7
+    4.635612052442669,-75.21020618260164,375735.635741504,1648362.787428124
+    5.896367406321476,33.306677160591605,211001.212902231,1.3689584299235772E7
+    12.197464630671867,-29.080186373979267,811255.85105825,6778906.010632427
+    13.392233468620372,-1.8007804379754049,988961.920359446,9800367.362336343
+    11.837001108836427,54.64504717192861,683038.068241374,1.6058987660247395E7
+    7.189753449277343,45.5081774643638,358574.434992618,1.504099629837583E7
+<EPSG:32533> +proj=utm +zone=33 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    12.037573495276412,3.064495867611754,170652.377387594,1.0339175623177502E7
+    14.770694149370595,84.48983991134918,497539.312367887,1.938278046829529E7
+    21.256507657192998,-26.705839594603503,1123067.487367269,7030816.579201297
+    15.047481120594401,-2.4162702448849416,505253.654454715,9732926.045220237
+    15.323434886958857,58.35573319278845,518914.732405076,1.6468358586654406E7
+    12.326053795112994,87.6587884287535,487807.774927803,1.973685313052667E7
+    18.36662238138259,-3.5246426047133923,874106.7773944,9609738.135234175
+    16.231600884629877,-15.713356522293665,631941.582616508,8262385.807961954
+<EPSG:32534> +proj=utm +zone=34 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    15.583622087156927,42.039274342520315,51616.297142272,1.4668349097704718E7
+    27.710870753506004,68.40390599092976,775179.979694,1.7602899823670384E7
+    24.200717940825296,56.83325265089877,695251.048226109,1.630338840011904E7
+    20.187667992512207,52.288412885666474,444577.110030065,1.5793425064070266E7
+    26.318437153409242,-41.688281265861136,942658.26695275,5371148.450592298
+    19.960506236098723,-61.139515488854016,444014.359694836,3221228.878010743
+    16.066695203572728,-39.801332219089815,77562.668463176,5582634.498000055
+    21.03902688127188,58.88491161239014,502236.62799657,1.6527234640005466E7
+<EPSG:32535> +proj=utm +zone=35 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    20.5754266309004,-50.73625309173981,46813.412315997,4359794.760207397
+    21.157485911311657,46.34377065312532,50429.742447564,1.5148853575197984E7
+    33.97898453727353,-33.68365384581759,1147471.130473884,6250984.099703385
+    29.277723246774812,44.884996418543096,679860.575322665,1.497269549272345E7
+    30.934939692932957,-22.00892474411647,906350.13195463,7560949.715802539
+    24.600042112833496,22.05060732275392,252286.641960729,1.2440374640131576E7
+    30.752289094259268,76.6047358442016,596969.586614767,1.850575235364653E7
+    23.012494369990733,-28.21673635802884,108527.67238168,6872339.750314239
+<EPSG:32536> +proj=utm +zone=36 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    27.521204487111028,-8.188654317919614,-104393.024344519,9090718.924773837
+    34.11224445837373,85.78456793048929,509125.584260915,1.9527408802175023E7
+    27.97491220172904,-85.73603717152909,458337.064121728,476274.144298311
+    32.19073467724525,-37.39289363785959,428346.320380052,5861233.600721182
+    34.02763621443486,18.621571107743833,608381.533527943,1.2059263841314593E7
+    27.68306133284132,22.261318517825956,-48395.944455104,1.2471408024276445E7
+    34.02901453331054,-60.28625246326126,556885.397569606,3316266.35962566
+    29.46809795523351,-7.454156262980362,110021.942932656,9174482.667089561
+<EPSG:32537> +proj=utm +zone=37 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    40.775347650084974,70.5818358683448,565857.899065613,1.7831719333611734E7
+    42.219274397578644,-14.476330499143074,847060.304206532,8397152.48980782
+    33.14932118182985,-15.581367629070172,-128225.066384927,8268731.525004536
+    43.01271483499697,-79.02900225377519,585183.129445951,1223861.863347938
+    36.59245193459143,-27.977944581398305,263174.187022043,6902904.762031501
+    34.59981742904129,-55.1294198096602,219514.792297237,3881963.397900213
+    41.20379378092603,52.68357801067242,648951.398795538,1.5839347645787496E7
+    34.60360256260012,70.46834169720444,336072.075683188,1.78240309483523E7
+<EPSG:32538> +proj=utm +zone=38 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    49.34061452581389,8.61649642889175,978000.879429403,1.0955167769040257E7
+    43.18215561814914,87.34073099387811,490583.820605466,1.970120783007423E7
+    42.76107646005377,85.72881923476416,481385.786080227,1.9521459287239805E7
+    41.40463838342288,24.101390812712722,134415.043827636,1.2670137821315331E7
+    50.13062417442341,48.95243274324952,875538.409733539,1.5434860911920367E7
+    49.817820768259,-8.052629508266932,1031432.51392736,9106746.95364512
+    40.7043011442128,63.035535823730754,282784.93513766,1.6996808251482826E7
+    40.89307280169545,-78.89145367256315,411730.985776978,1239037.010321939
+<EPSG:32539> +proj=utm +zone=39 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    46.964141723678985,40.97786341274954,160405.88867388,1.4544147479887635E7
+    53.957193566810965,-73.2757437915068,594942.29546892,1866414.772869544
+    53.5653368247493,80.43258490689684,547581.319100837,1.8930916993227653E7
+    50.861816638525234,0.2215810657662871,484598.595246693,1.002448953158529E7
+    47.54879442430377,-69.77651451553061,366906.105946726,2255287.769207419
+    56.900675311178425,-64.01622925920122,788121.693348884,2887826.257810991
+    54.968006938728166,87.42516635722563,519885.445056303,1.9711173658168964E7
+    54.246028035240926,34.551456297325174,797849.175842452,1.3828088157781146E7
+<EPSG:32540> +proj=utm +zone=40 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    60.73822114012532,41.17059812401786,813589.098215729,1.456443163468803E7
+    56.308875965157526,77.26627871963237,482989.186313871,1.8576585203310817E7
+    61.45015739166056,-21.532473217664915,961156.825850765,7612337.284342449
+    63.206547414530576,-15.840802463533493,1165662.800219264,8238803.730741311
+    61.30604656841585,-51.9568241050729,795814.113975592,4235003.402537718
+    51.506281020084266,8.115402156418554,-106155.117521531,1.0901165588364068E7
+    62.26176236547549,78.68464048683003,615097.931167002,1.8739960656404383E7
+    59.767059657814116,37.7604189889439,743732.635512809,1.4182836055637348E7
+<EPSG:32541> +proj=utm +zone=41 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    62.916771184075785,-20.419935810919156,491293.563249226,7742044.208976993
+    56.8134475901901,-50.173342428342465,58362.985419681,4423752.143435697
+    66.9723832136657,-43.066392795584534,823432.793316157,5224150.446523773
+    68.14998105913968,-52.78063907782257,847225.207272969,4139691.084244843
+    69.01883352201554,73.57594872538724,689651.807557174,1.8174292036603164E7
+    58.95034887465309,22.431895242223447,82998.161493481,1.2486260511819262E7
+    58.39286528800521,64.3633241715705,277724.780841757,1.7145561555281587E7
+    58.45185318961019,-34.134112140675995,80464.790289591,6213617.539236075
+<EPSG:32542> +proj=utm +zone=42 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    64.15844648360142,59.905179680571536,229324.729644769,1.6650752230905533E7
+    66.89654632319932,16.06861703950355,274957.911249686,1.1777666922247438E7
+    75.75377312891585,7.835362240103535,1246207.368614485,1.087211121370337E7
+    72.25913631330738,-52.72335354146096,720070.364750635,4153521.56044234
+    66.23472373896028,7.191611949398336,194558.125776368,1.0795852201030452E7
+    71.42115714997499,88.47882884155166,507173.197420328,1.982827618075336E7
+    64.77254339995122,36.49307489385447,121253.771908814,1.4046956119432528E7
+    66.65554636887913,73.74338685476613,426753.421231564,1.8184845768722948E7
+<EPSG:32543> +proj=utm +zone=43 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    73.90732024332208,-85.9379366247106,491356.984516373,455474.414716143
+    77.99082995563464,60.4670576577152,664413.734228467,1.6707159817399021E7
+    68.19829179801862,-48.169878999817946,-5593.172740375,4642406.566846927
+    79.16500510662395,34.43752759061198,882747.511299313,1.381854204954302E7
+    71.58591224194586,-25.619642256742168,157082.805971204,7162015.026284389
+    81.43149393520964,78.55279138911658,642212.587056329,1.8727891161050595E7
+    74.79278923932374,-81.19515397225997,496455.173672772,985008.191273803
+    81.66936428381076,25.732199462199077,1169886.017667652,1.2863002200992726E7
+<EPSG:32544> +proj=utm +zone=44 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    79.12207576894444,18.535111592268166,301753.926687054,1.2050420556969564E7
+    82.39953935621458,61.391208819185834,574746.445072406,1.6807161613847565E7
+    84.49150396935448,66.20875292377465,657095.184143784,1.7347556865063064E7
+    76.34768399120976,-61.875224410111116,255466.097123626,3130958.051747895
+    79.03342669414056,-83.18952669886454,473965.823071071,761942.360460836
+    83.59371548583172,44.89108758097163,704793.854644765,1.4974121157972269E7
+    87.97749073714968,82.12311987040331,606498.292294189,1.9125001120854363E7
+    76.24146825585224,-52.153617129484495,174520.832439185,4211192.222045114
+<EPSG:32545> +proj=utm +zone=45 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    84.06464810843966,-4.348016424107939,174135.731898457,9518769.235189535
+    81.95192967839508,22.363183298878184,-20233.547637935,1.2481760159247087E7
+    84.34301215672238,-50.164461970451995,310227.914050181,4439703.680372715
+    91.334470386422,-48.06453931898134,822878.755177464,4667433.823160834
+    87.4129705569543,-25.49466848556476,541481.828797688,7180211.349090459
+    88.30386590941012,88.3576567859676,504171.159832937,1.981464343013521E7
+    90.86878789738108,75.1647835690955,610491.932737439,1.8345596830288604E7
+    88.37795795060804,-2.670355279842255,653156.443087465,9704755.756365173
+<EPSG:32546> +proj=utm +zone=46 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    89.35925117887831,77.75911728202044,413876.214719116,1.863415940123706E7
+    86.03650947550149,-74.90601323631076,298015.259147385,1675013.903392206
+    98.4328737502574,56.27367887924302,836230.456226651,1.6249810646418395E7
+    89.64685768650057,27.12404441319522,167549.147019078,1.3004610604064237E7
+    88.99334063266096,37.61618854981768,146306.555836695,1.4170784653576748E7
+    96.4207910114279,4.7267807946266345,879561.205282831,1.0523395599884387E7
+    99.10959939997042,46.46898326678172,969004.421663071,1.5164316122140214E7
+    98.25995977752281,-45.09434493638515,913864.690465407,4993095.664230009
+<EPSG:32547> +proj=utm +zone=47 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    102.03272642594298,-47.22566291716986,729566.757795252,4765297.241813735
+    104.09802534820537,-47.601416263956324,883146.809389037,4715396.348354304
+    100.02293446818321,46.82307180133489,578008.021773679,1.5186007848615594E7
+    92.33237230593396,4.062173032566676,-241784.021154358,1.0452065813791024E7
+    98.25835300488531,-71.2326150140208,473361.390683054,2096497.896507341
+    99.52618251766404,-30.833872664421996,550298.135235631,6588690.023315782
+    98.68325128865554,-56.315486327991024,480392.367325574,3758762.470443504
+    101.61274220188645,33.57536682259442,742486.887856243,1.3718131001046075E7
+<EPSG:32548> +proj=utm +zone=48 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    103.74715558239674,-65.90692952172898,442923.306259917,2689895.44533556
+    99.18412959256413,-72.4084733447392,304079.654503608,1956018.067223848
+    106.69401698666195,85.6968574466758,514187.300466474,1.951773734257823E7
+    110.41718494143403,39.52669739810693,965699.097813084,1.4389258483187053E7
+    109.62321895230623,41.450486827033956,886193.797034879,1.459909019105415E7
+    103.85149582614862,4.020676452803045,372479.103628454,1.0444500477332547E7
+    105.77114955349859,-13.058688468720263,583582.548521676,8556245.676015282
+    106.36279635007604,48.31287890463335,601024.412751294,1.535197060214319E7
+<EPSG:32549> +proj=utm +zone=49 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    117.93566741834854,8.324776442147737,1265467.659405934,1.0926932843060955E7
+    110.627666908683,-12.535251821924163,459525.074535404,8614228.146022314
+    115.66990092514718,30.0633324164299,950342.990820482,1.3335006740849666E7
+    113.115436308981,-23.83246682408452,715450.99377408,7362713.175318962
+    114.29630557874457,-9.556064797675731,861904.834224296,8941938.791346753
+    109.45767301996308,-64.50084292776154,425909.455903993,2846274.682898019
+    106.18943012572723,83.5326380597487,439571.919013409,1.9278438699662946E7
+    104.91881742047623,9.511432505554453,-168662.284504928,1.1057273714858439E7
+<EPSG:32550> +proj=utm +zone=50 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    114.05238386591321,12.836135645806962,179995.503047444,1.1420842437384976E7
+    113.45051878560687,-77.55092226330204,414627.054720347,1389165.768706637
+    123.68903333742688,56.179777841644835,914867.619430989,1.624624137292236E7
+    110.13121432869353,5.006874918557401,-263266.428762071,1.055742981872382E7
+    113.99722075313255,-5.265207207564188,167090.477158936,9417217.125570223
+    119.75361168619362,-12.635532090198765,799115.288830305,8601594.383549372
+    114.86552945092816,-10.365538218225353,266262.204807372,8853386.64456911
+    119.91252288190535,85.53109465358312,525324.221384973,1.9499663795766473E7
+<EPSG:32551> +proj=utm +zone=51 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    120.64743781019384,-32.42241735801398,278764.943076477,6410304.216660483
+    123.57494464743696,2.0610122070081616,563911.74675053,1.0227814318183392E7
+    121.88490473837298,77.3447667617188,472724.574854189,1.8585502987634584E7
+    123.88912040828177,32.32133930451252,583668.109493779,1.3576398932922855E7
+    128.74215762407417,-32.08090123549994,1042277.107815873,6436135.01560862
+    119.93931680064063,68.22972463762142,373352.67512214,1.757161651868923E7
+    123.31560446427567,-66.71132409333019,513914.083216879,2600766.414181347
+    116.73525100371482,60.19966779960083,153013.046582409,1.6690131600262776E7
+<EPSG:32552> +proj=utm +zone=52 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    124.47800052330729,-13.830308208094579,10832.288676624,8466417.567437408
+    123.42835305656557,-81.76363861556955,411021.271397058,917272.371908624
+    127.63603075535738,-18.10448188306212,355656.972302039,7997719.694147006
+    125.02936190214648,12.758616128309228,68668.026682578,1.1413744708856244E7
+    129.4074381981851,57.55745341164305,524366.129097715,1.6379511902527617E7
+    134.459672155575,-52.43858590843765,870975.484170328,4176150.863686243
+    126.58374878462944,33.37662588368761,275200.231127102,1.3695647127701264E7
+    125.706268919361,57.618444493313376,303276.31001391,1.6391006317636753E7
+<EPSG:32553> +proj=utm +zone=53 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    134.3662607340367,-52.273956564722,456744.351587044,4208302.189733168
+    128.02744570980812,-0.34772973019103404,-277816.649520456,9961275.183542363
+    136.84647579035646,-84.02313151423397,521459.516207781,668982.53449055
+    134.003307458109,-4.959822881451416,389475.033037629,9451691.961581841
+    137.28219281154344,11.462337648646965,748955.222671013,1.126808443815187E7
+    141.05476911168486,67.99132793949201,752864.521630717,1.755429593456837E7
+    130.60393697612037,-80.19040945498554,416458.46656575,1094003.96961995
+    136.20873595808732,79.1242995326935,525453.511578744,1.8784107548725627E7
+<EPSG:32554> +proj=utm +zone=54 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    134.01528486087284,45.38909402214762,-46762.13940463,1.5049957155011052E7
+    141.1276665845528,-5.360778377819258,514119.32799686,9407452.416865591
+    135.6178551309199,58.30838826975861,184800.355212647,1.647565360742649E7
+    135.10544556238696,-82.89839871865566,418776.99809244,790735.523100728
+    134.32111133265545,-44.60622868196036,-30025.417473251,5039047.23337686
+    140.4927315505905,-61.96128451891893,473385.297109096,3130029.954737505
+    142.44563503648374,4.662738897924314,660325.920114276,1.0515546516165264E7
+    140.6292530111382,35.75973730027265,466463.883182219,1.3957361007414255E7
+<EPSG:32555> +proj=utm +zone=55 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    141.49370509489444,-9.944396234954013,-104473.555530588,8895705.952609144
+    146.52389803193367,20.784548631047656,450424.677075955,1.2298373969218612E7
+    145.77375512957752,-87.32374543091426,493606.720630156,300769.267779844
+    152.7776812215627,-55.97790795575261,860303.628746445,3781303.062840715
+    145.30820782874974,49.13987248542264,376591.002834618,1.5444380345789524E7
+    152.5709726186003,-6.15568658964564,1117291.305014411,9316358.205919845
+    149.4040165752519,24.479109162016982,743625.644567413,1.2709388117224904E7
+    149.43693876466028,46.10242513353825,688329.721083248,1.5108311396793716E7
+<EPSG:32556> +proj=utm +zone=56 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    148.60016433870868,32.2682317335977,85428.800265236,1.3578674008079913E7
+    157.0883387818511,-42.170937508760325,837688.594799234,5323149.451435779
+    156.1975075769357,36.376390210892524,786832.307867395,1.4030443521895662E7
+    157.52190806722308,50.59474887679079,819976.029270716,1.5614523034158796E7
+    156.6425296313217,-85.54116187255778,531593.275784593,498852.270092614
+    150.47182182516144,47.01776515295592,307844.663898037,1.521023805249099E7
+    152.3957208592114,-47.52976842205039,454498.473624785,4735785.202326796
+    156.2379722232874,-76.19419740725849,586206.240403065,1540781.309086137
+<EPSG:32557> +proj=utm +zone=57 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    164.81846228881454,67.74981879497898,745552.43366412,1.752652078169525E7
+    165.63150200606026,12.958323406770631,1220682.193860124,1.1441907430494288E7
+    159.4442556975663,-88.66450423828026,501155.428538428,151140.370902142
+    158.25679530726748,86.88911163598004,495495.687227883,1.9650666071236543E7
+    155.95675701799138,18.85895746073723,179286.231200585,1.2087974228670739E7
+    159.05845902545062,-59.79999328905037,503267.680391342,3370862.401901629
+    154.62108874606858,57.83987659961875,240107.963013818,1.6419294723818306E7
+    161.14153286452466,27.702282885134707,711142.556647934,1.3066055512877034E7
+<EPSG:32558> +proj=utm +zone=58 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    160.0743355270115,78.55690864320945,391026.783467356,1.8725113424275566E7
+    167.17227101185546,70.09011073725404,582536.440692536,1.7777390256648753E7
+    166.5882500844104,-50.863527949618465,611754.621254655,4364150.296835384
+    169.4547258707896,7.657626516081976,991764.195834174,1.08489972601982E7
+    160.27962079581218,-54.30679648686762,192957.342043379,3972061.448892954
+    158.19709562379748,66.44218334904633,197070.644523661,1.7385706676520094E7
+    163.95381800344313,-40.04242745834064,410733.402249339,5567009.198670655
+    168.27308233317805,-4.179319926346324,863421.76987651,9537292.527198054
+<EPSG:32559> +proj=utm +zone=59 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    166.00481121435013,44.32914800518654,101705.706780072,1.4920577276144914E7
+    173.70294977379746,-70.7402982883154,599469.367223403,2149353.793602293
+    174.76631127064294,1.6748242250333476,919196.512762498,1.0185520070208693E7
+    164.89482381452376,-9.06248660886007,-172171.393108912,8992580.873869708
+    173.95308619356405,-82.45506936540026,543267.76790729,843269.193686536
+    177.69133545936847,-12.99734318556385,1227097.094890869,8553576.034819126
+    173.0189716350461,-48.39160846513868,649442.440332867,4638204.166258425
+    174.7709220408807,-60.83066278323922,704948.181559928,3250183.270947488
+<EPSG:32560> +proj=utm +zone=60 +south +ellps=WGS72 +towgs84=0,0,1.9,0,0,0.814,-0.38 +units=m +no_defs  <>
+    179.2507658255211,-5.388977893995161,749392.548147193,9403876.532748714
+    172.88231945144094,-83.29552403674397,446371.062603671,748638.374523718
+    175.27028367886595,-34.32737688317548,340850.239150122,6200188.643970799
+    173.83429073202686,37.69963966485851,220873.370728318,1.4177206066286057E7
+    173.58230627396205,58.38133362413487,300175.139192124,1.647624126889998E7
+    174.22475623981416,12.66366609791315,198516.896319633,1.140154174075161E7
+    178.8716270677453,78.04561205387958,543265.194393733,1.8664148232244797E7
+    171.50140211819158,-6.363391039485663,-109055.204306378,9293376.650461765
+<EPSG:32601> +proj=utm +zone=1 +datum=WGS84 +units=m +bounds=-182,-5,-172,85  <>
+    -173.86730758109329,54.01702464348736,705231.136761484,5989957.79437171
+    178.5808077080757,23.187902031711783,47432.03033139,2571202.150764616
+    -175.99556237317285,2.4713027115584127,611671.240664462,273197.112938679
+    -174.02142540667822,7.082228972127144,829073.411012894,783894.33045261
+    178.18553773018706,6.857294745601905,-32535.465415751,760649.482469358
+    -179.33788504696665,28.961953766783836,272173.002727619,3206021.975799941
+    -177.6588128758169,29.4188223937821,436091.317892075,3254569.479937857
+    -176.26239312160834,63.69334962052615,536472.198340391,7063054.452210127
+<EPSG:32602> +proj=utm +zone=2 +datum=WGS84 +units=m +bounds=-176,-5,-166,85  <>
+    -171.72448560480717,34.01124170157213,433103.466882058,3763639.018834638
+    -174.37250957605949,14.261543152966436,136029.789942568,1579293.082254598
+    -166.1351451284513,37.707905978017955,928940.512791772,4184560.609797688
+    -171.91551792239315,27.236722765102748,409355.433381894,3012986.36744602
+    -172.65494514876866,74.58573995766265,450905.490139827,8278070.701433503
+    -172.59922189815717,32.86353183763343,350369.741359278,3637291.564808596
+    -169.47432782017432,67.24359619510159,565851.343112257,7459344.504931644
+    -172.36359265872593,79.14334454826961,471330.367381417,8786307.586898658
+<EPSG:32603> +proj=utm +zone=3 +datum=WGS84 +units=m +bounds=-170,-5,-160,85  <>
+    -162.81362020177053,21.277933956918826,726845.38326696,2354479.038137197
+    -161.5174804877105,22.611568223871206,858063.283534101,2504708.911725349
+    -161.09283516321952,70.08554725112778,648441.513028442,7780174.134687851
+    -168.4794534897655,49.956349227231236,250438.363430692,5539581.830311012
+    -163.9071896079019,63.056881492754016,555243.934796229,6992396.483367225
+    -169.52477911226674,4.246143235591068,-2642.321473676,470806.87907182
+    -165.42455171401116,2.0146355012469233,452786.595766887,222684.825534507
+    -163.67464604203056,33.01450258058423,623793.306828338,3653674.89528503
+<EPSG:32604> +proj=utm +zone=4 +datum=WGS84 +units=m +bounds=-164,-5,-154,85  <>
+    -155.74937039464487,16.83281667468039,846468.609998203,1863908.810081051
+    -163.8000858876288,-0.8406867798840976,-34702.070008013,-93250.430374905
+    -154.98785952990997,51.19052934089935,780326.624670354,5678666.567090143
+    -161.07968438885945,72.68209460724074,430914.784436054,8066214.214324579
+    -159.2511282028111,29.94674451973144,475766.304859194,3312910.74932995
+    -158.72311175870485,35.63388606883788,525070.145737,3943377.599610979
+    -163.4308769154027,45.65637149086408,154796.936138579,5065424.496144945
+    -156.20901517090823,30.0020273625706,769232.173087953,3322290.541865598
+<EPSG:32605> +proj=utm +zone=5 +datum=WGS84 +units=m +bounds=-158,-5,-148,85  <>
+    -149.9292860193144,28.1529653749959,801573.582353779,3117962.643379307
+    -150.9012182117957,48.11427117521802,656209.880741427,5331131.547860499
+    -157.11419329287816,21.693582599589003,74155.468160971,2404569.715168193
+    -156.67175617600864,27.47230578461535,137096.661389402,3044118.314286557
+    -152.02469678393018,64.45467494311816,546926.096974032,7148041.798909365
+    -153.6514158888269,83.26489277457775,491470.837744676,9246077.989068517
+    -148.92372350058338,21.37614630087322,922835.835742196,2369266.47641125
+    -157.44195643820862,11.712346320592456,15497.50823322,1298563.946984103
+<EPSG:32606> +proj=utm +zone=6 +datum=WGS84 +units=m +bounds=-152,-5,-142,85  <>
+    -146.4169400562004,-1.9818929977079858,564842.546495603,-219071.012024257
+    -146.49649012206876,35.0764176019121,545903.55518013,3881633.45080491
+    -142.42421430878514,44.81914592770305,861777.34996358,4973053.789746509
+    -145.03466647186332,60.51521505462493,607901.894911446,6710402.922343458
+    -142.29043816198583,21.230688675967908,989112.268342481,2354969.689999161
+    -145.02560689151517,34.62541809044746,680996.613374703,3833277.036087085
+    -151.4120103109608,57.94222915481973,238902.446135513,6430804.858774306
+    -150.03499288446034,47.89255393562515,273144.074100841,5308817.669809244
+<EPSG:32607> +proj=utm +zone=7 +datum=WGS84 +units=m +bounds=-146,-5,-136,85  <>
+    -141.5392910804748,19.485337142156638,443405.60618855,2154619.198213198
+    -139.81426354643588,64.2504367518366,557474.745233149,7125457.195110925
+    -141.73831260205807,7.061355991726764,418461.109557247,780596.152435989
+    -142.50265808662252,4.679194058180675,333326.376372559,517381.39225341
+    -140.01477533590827,13.287814389906679,606719.383641776,1469175.291707527
+    -137.30205241994886,43.572409794523544,798611.159952332,4831029.960539727
+    -142.92701607132793,15.310075443133222,293099.138783176,1693541.123950079
+    -142.58125656585915,40.42414949556097,365860.500608301,4476035.823156211
+<EPSG:32608> +proj=utm +zone=8 +datum=WGS84 +units=m +bounds=-140,-5,-130,85  <>
+    -135.1904710372862,6.255079646699288,478930.645580601,691405.574750608
+    -137.3590806711144,32.15474964783539,277519.82907312,3560027.182073121
+    -137.4226371549512,41.65455849992011,298274.367883266,4614258.844845089
+    -133.8116392019322,-1.2664693298888907,632212.251156604,-140013.449946603
+    -133.8521433425787,45.65723034529003,589428.299456686,5056605.271405313
+    -130.5981482690814,82.92739642829383,560451.635075735,9210659.762582226
+    -131.58281768287887,39.60468048784036,793397.645146458,4389463.315072156
+    -132.48889515936241,6.213854087610393,777879.804681759,687503.982563767
+<EPSG:32609> +proj=utm +zone=9 +datum=WGS84 +units=m +bounds=-134,-5,-124,85  <>
+    -133.33417711957898,80.18607720139339,417600.565561878,8905427.513914304
+    -126.16769003238412,-2.291935890641313,815043.53777088,-253640.732268014
+    -127.7771709411031,12.806140965650076,632716.564868025,1416011.690620293
+    -127.1774113707487,-0.6274421365535678,702830.835312529,-69386.572709387
+    -132.5261677074625,74.0440136740465,391859.457657104,8220149.045773833
+    -126.9189258441129,26.924507776774664,706638.856299079,2979773.613893272
+    -130.9954932044163,77.96681836874541,453567.400593411,8655457.398325272
+    -133.61972636015605,57.61434959470853,224129.645462119,6395175.650661028
+<EPSG:32610> +proj=utm +zone=10 +datum=WGS84 +units=m +bounds=-128,-5,-118,85  <>
+    -121.69686213505557,80.21726473358444,524716.919126351,8906113.044013597
+    -127.46485202710531,71.07631618932471,338519.45845649,7891863.711372157
+    -120.87632126894339,31.199513545095748,702337.540274099,3453656.432427686
+    -125.22289991729305,4.675938421589599,253403.213421882,517233.303471088
+    -123.30007460670375,-4.758687223572712,466723.391801455,-525997.275490432
+    -127.05687445857494,68.39542409866318,333403.06696025,7592438.205786915
+    -123.80327640183862,76.27097529883245,478719.632051867,8465566.931816837
+    -118.80032925194978,31.507733174245132,898949.265971279,3493523.424990985
+<EPSG:32611> +proj=utm +zone=11 +datum=WGS84 +units=m +bounds=-122,-5,-112,85  <>
+    -115.14390713175132,39.45429609074859,659694.936865864,4368836.318132495
+    -117.08611169989949,76.16280303864492,497701.047902515,8453353.26481895
+    -116.10421022887459,33.77503134382531,582942.983717591,3737572.832212718
+    -121.8715683179597,40.1379137288423,84917.029784262,4454454.732124322
+    -119.52852466853763,-1.4392488540506188,218634.837795913,-159236.593472286
+    -112.03217283926274,38.07408128009395,935854.48520115,4225703.442226791
+    -115.0298510498472,-4.777173736050524,718514.503854501,-528346.472398892
+    -114.82275955812788,0.6844850560264115,742313.87748471,75711.221166399
+<EPSG:32612> +proj=utm +zone=12 +datum=WGS84 +units=m +bounds=-116,-5,-106,85  <>
+    -114.73096612391707,79.67856448929697,425422.286654702,8848098.8228754
+    -106.53472826684427,74.12431559651895,636225.613520894,8231016.054281473
+    -109.12685670642459,83.29670288399214,524406.553166591,9249977.187421227
+    -112.82420853760219,60.89833995717946,401029.805850037,6752840.881527916
+    -106.7830521718352,20.03688065982668,941318.948427767,2221133.96489803
+    -110.44050987288256,-4.096059354617903,562100.263334187,-452767.024488487
+    -108.53297387761879,62.84400741758627,625604.851416008,6970615.744976581
+    -115.05207638958974,43.65082427460976,173216.05550226,4841074.969041702
+<EPSG:32613> +proj=utm +zone=13 +datum=WGS84 +units=m +bounds=-110,-5,-100,85  <>
+    -101.92266706020926,-4.963473275406373,841317.335788411,-549420.317921473
+    -106.03994588089849,67.79607581656818,456144.654463901,7520497.347471419
+    -103.54343497881301,5.712462703947379,661296.817592541,631623.839007873
+    -104.73629150976204,36.30832323250185,523674.584190864,4018179.149103668
+    -104.54330238920099,33.66350538966927,542340.77880078,3724940.682860555
+    -100.5756875560385,76.73062981120245,613260.076294666,8520972.358560918
+    -107.28060935049388,83.85205775624001,472738.389461745,9312117.566689257
+    -102.25786821687119,11.497169036096881,799153.652952035,1272380.219275439
+<EPSG:32614> +proj=utm +zone=14 +datum=WGS84 +units=m +bounds=-104,-5,-94,85  <>
+    -96.97086207963136,79.16712269266759,542565.931877592,8789366.77283892
+    -98.48379547143858,19.408314319556172,554197.153885758,2146088.6623844
+    -99.95879725930777,65.81584138262771,456171.268436224,7299717.993997599
+    -95.71306742558384,55.46324960561784,707790.149455959,6151255.381738744
+    -97.94625129112947,56.41965708937155,565004.662458609,6253285.907023626
+    -103.69419087729268,25.26278142249779,26984.335712171,2802327.513772245
+    -95.69677017131549,68.94329798888235,632395.919542355,7651602.491947236
+    -101.78696456479348,52.96061187379596,312815.816933984,5871524.066472983
+<EPSG:32615> +proj=utm +zone=15 +datum=WGS84 +units=m +bounds=-98,-5,-88,85  <>
+    -95.94460635434923,2.5251317302430305,172510.467490149,279475.748969721
+    -90.56361462181344,76.47727239564523,563578.108560197,8489756.537289258
+    -90.71944960265735,84.21683577094925,525649.192104666,9352808.743542232
+    -97.23960173361606,44.83604488051288,164900.928874941,4973486.849391124
+    -91.58559596279818,26.343073589820595,641145.329037006,2914451.150952948
+    -92.2889139421386,47.683862074968076,553366.953564352,5281408.660950349
+    -89.81924304268479,59.48648592785675,680112.648089078,6598533.29737074
+    -92.6945231688882,71.31414573885364,510923.119926005,7912461.548373708
+<EPSG:32616> +proj=utm +zone=16 +datum=WGS84 +units=m +bounds=-92,-5,-82,85  <>
+    -88.40406340770193,39.158252629702176,378688.495402592,4335277.000527324
+    -85.05747136849112,23.253462235280452,698726.052008977,2572908.739707556
+    -86.05516622629524,1.1298013231777668,605120.833485091,124894.246053092
+    -85.16293629172331,61.64346616012814,597333.77860742,6835836.294893628
+    -84.85350419683463,5.408973997838393,737849.783012704,598292.076356341
+    -84.73922803819669,39.79781625077728,693555.943116128,4407762.137140776
+    -88.51139662850564,15.635041125153354,337986.869089713,1729142.338965533
+    -91.950677378211,-0.7844950878380637,-51526.23272954,-87037.188974124
+<EPSG:32617> +proj=utm +zone=17 +datum=WGS84 +units=m +bounds=-86,-5,-76,85  <>
+    -85.21051419487347,54.695749506157185,228706.471762533,6069076.805797586
+    -85.5596826855011,57.60999412208381,227679.329465291,6394448.579511154
+    -84.86843203313124,54.98617132216319,252521.212992026,6100099.354479378
+    -84.843561796827,79.07823266956413,418759.625676645,8781382.08064762
+    -85.8169094529664,11.471930296465764,-25937.521332686,1272566.520302543
+    -85.20458013190844,34.09134908828557,112001.922105955,3780272.931727541
+    -76.47024969146291,28.365672046419952,944119.455588044,3146062.755899718
+    -84.33993332027521,10.148403151746423,133929.815011907,1123702.101409208
+<EPSG:32618> +proj=utm +zone=18 +datum=WGS84 +units=m +bounds=-80,-5,-70,85  <>
+    -73.46466433277423,59.80643629164841,586132.136011181,6630852.311328873
+    -72.55361167509989,65.75377026868509,612080.093406973,7294647.170463973
+    -70.91389906117804,26.379812150915555,907814.14286157,2924215.183771093
+    -73.09338772995025,2.0398171629465,712063.976480914,225587.666211431
+    -78.12053927536239,66.02868087652514,358575.366996232,7326627.139537038
+    -75.12880861162495,50.595629226546805,490883.216657747,5604866.815526517
+    -77.2729935880918,58.45119917720841,367355.09026732,6481188.010059119
+    -78.17050302832847,77.5889907171489,423967.675966261,8614556.479948591
+<EPSG:32619> +proj=utm +zone=19 +datum=WGS84 +units=m +bounds=-74,-5,-64,85  <>
+    -73.06543473871896,35.88384404530198,132958.380464446,3978705.290326193
+    -67.18893311077674,79.64237481599154,536345.036621428,8842234.924161758
+    -72.61004537922925,80.35284287373926,432503.843445243,8923065.919119038
+    -67.01740078516173,44.496708826630886,657621.644842243,4928955.316451117
+    -72.9088649231968,77.05966615055465,402353.989100089,8556679.08292251
+    -70.22236588595341,78.93025230918565,473801.125786736,8762463.894946024
+    -72.20415477218066,47.87540131884498,260421.903033883,5307422.76763188
+    -64.41076178010489,25.530345542071014,961403.238489844,2831649.670513957
+<EPSG:32620> +proj=utm +zone=20 +datum=WGS84 +units=m +bounds=-68,-5,-58,85  <>
+    -66.88142239035172,2.216380734837898,68084.09668931,245544.335549305
+    -66.63055455727701,34.48946571179387,166580.74917394,3822415.577097746
+    -62.22522401648251,2.5297141978056192,586132.345286249,279636.955703462
+    -67.37619660428363,2.112953562282125,12892.021554708,234232.799192002
+    -65.25915888963318,8.707109650826368,251428.453454357,963213.442826749
+    -64.28963219356586,41.412273881036576,392217.439673354,4585327.45726516
+    -58.10558277098587,11.697680480080528,1033988.495368815,1297756.635065292
+    -64.3700178599324,66.49782220844914,439038.020615546,7376068.941558854
+<EPSG:32621> +proj=utm +zone=21 +datum=WGS84 +units=m +bounds=-62,-5,-52,85  <>
+    -54.0272196701547,56.40027202242488,683453.107923406,6254595.733595205
+    -52.3463801060565,26.24146244994063,965080.70750349,2910787.917945137
+    -57.68028768860888,37.107365020096594,439555.49880329,4106999.324944584
+    -61.58657273122069,26.27179262078867,41748.244763023,2913913.766925435
+    -52.11784873531259,2.04747639506465,1043577.623190337,227137.571788188
+    -58.768510605862645,59.61310197073995,400214.813085488,6609653.122978968
+    -54.99145457491295,10.875378656879425,719554.925775584,1202926.348111134
+    -58.54077964056661,45.6880317484349,380025.470531352,5060541.058661506
+<EPSG:32622> +proj=utm +zone=22 +datum=WGS84 +units=m +bounds=-56,-5,-46,85  <>
+    -53.23678027358988,52.25313495506486,347321.13550838,5791550.272286896
+    -50.20110342930402,41.40839238292025,566772.274435065,4584402.01566228
+    -47.709980111911804,77.20928582876469,581269.276675217,8572404.115573537
+    -48.9773706625133,38.129208823308716,677278.259079382,4222083.638729467
+    -46.232353837037415,43.716088335680894,884080.019393203,4851396.763016654
+    -54.34948854727046,19.246092290842576,147830.095808101,2131453.237495563
+    -51.670480085578745,19.051553305891485,429452.528295912,2106666.469508767
+    -46.71971065532264,42.36430878451194,852484.778809939,4699106.949101695
+<EPSG:32623> +proj=utm +zone=23 +datum=WGS84 +units=m +bounds=-50,-5,-40,85  <>
+    -40.82601753650695,41.98594694096546,845787.867901169,4656649.426727724
+    -48.72322009667161,44.131644662082024,202148.358718607,4893237.918521185
+    -48.62527765642026,10.611256872422935,103202.328176172,1175310.384894801
+    -48.417755131489066,73.83018994102056,393813.881785989,8196136.435598084
+    -48.07059444631026,61.64172800558845,337327.95559906,6838106.533759218
+    -48.541357230177724,60.76763970135906,307129.482777747,6742110.318357549
+    -45.11749710421752,78.815993171442,497455.858879771,8749440.023561
+    -47.024457631381786,52.14146786797038,361465.494772714,5778705.547701604
+<EPSG:32624> +proj=utm +zone=24 +datum=WGS84 +units=m +bounds=-44,-5,-34,85  <>
+    -35.236824129442326,21.891277334785446,888936.856562336,2425559.92628556
+    -39.41244503828587,67.8714911655736,482662.341297111,7528594.625461069
+    -38.418872055053335,-3.6533687299026796,564535.56090497,-403833.359993733
+    -35.9351158949129,4.520525845948422,840152.321806464,500381.899466471
+    -35.22035615664656,-0.3509529432120031,920879.295017344,-38875.975357984
+    -40.550770231467766,45.57458405790794,379003.622474253,5047952.175573772
+    -36.83664460316476,-4.552648320428795,740029.514230341,-503574.866251302
+    -38.92354118626904,6.292629753564871,508457.034369723,695553.290344743
+<EPSG:32625> +proj=utm +zone=25 +datum=WGS84 +units=m +bounds=-38,-5,-28,85  <>
+    -37.654700837087724,63.30554602486792,266848.269235027,7028100.724285124
+    -30.45472055332582,71.59716839522781,589660.317991046,7945891.002687774
+    -31.455979186299743,10.198942374743904,669133.120322314,1127811.986448093
+    -37.4397832142476,67.2869523571977,308833.242822772,7470206.036205473
+    -36.26070431522108,75.18657258330865,406985.279583351,8346983.131223839
+    -32.34283521535594,30.180739513080965,563267.544665194,3338995.440494623
+    -36.958299260608854,-1.3558626858341105,59310.229974275,-150224.481394117
+    -32.89649438189596,56.7109804908328,506336.407234013,6285219.151516314
+<EPSG:32626> +proj=utm +zone=26 +datum=WGS84 +units=m +bounds=-32,-5,-22,85  <>
+    -25.69217957075692,43.10315555822662,606420.416359529,4773100.152559697
+    -22.712007676780612,62.86232806995231,718100.968409602,6977518.013635694
+    -24.492663380950773,-0.4103728915505229,779086.364223199,-45402.300945434
+    -29.173739990745474,65.65844833668692,400039.547961888,7283568.492200405
+    -23.597628125005574,6.9381540762328235,876060.800237076,768262.016517398
+    -22.249922190159285,23.255359357188947,986260.663064474,2579759.285100013
+    -24.311965118931514,45.25242544822181,710925.379416239,5014507.575989354
+    -26.84143846563561,-2.340764647280923,517629.327559522,-258727.265614081
+<EPSG:32627> +proj=utm +zone=27 +datum=WGS84 +units=m +bounds=-26,-5,-16,85  <>
+    -24.630231386867266,10.480288689042425,102490.978307148,1160808.591052403
+    -24.354043695969224,22.648691300542662,155249.945061631,2508519.608124465
+    -22.263863089893928,30.86874583560803,379174.351091768,3415739.624748637
+    -16.00052301308134,70.80150097036713,683306.249572774,7862816.920569241
+    -17.25610755734745,71.57562445637507,631991.30503295,7945691.093777027
+    -24.995877907862486,22.906364913058066,89981.163311912,2538725.621486264
+    -18.21730246441415,48.498092065534884,705560.960792833,5375403.386557403
+    -16.847283004480946,47.93963494271482,810107.547910666,5317941.49806039
+<EPSG:32628> +proj=utm +zone=28 +datum=WGS84 +units=m +bounds=-20,-5,-10,85  <>
+    -18.209844733770364,-0.7138069239979927,142664.010069245,-79021.949419972
+    -17.999254829639405,-0.6393120780655268,166125.160842864,-70760.795550305
+    -18.38330684196527,14.516428130832463,135278.112662531,1607543.389071529
+    -15.153495010148887,77.04216255282239,496157.820439337,8551483.19935894
+    -19.12078945216353,31.410533455044508,108144.499053898,3482452.629386625
+    -19.502831507742272,4.0911244194821315,-297.615211833,453604.607716775
+    -15.235483925985907,11.731352709036845,474340.263176621,1296858.148460733
+    -17.44773594195736,19.617295792575383,243280.023995323,2170974.020491266
+<EPSG:32629> +proj=utm +zone=29 +datum=WGS84 +units=m +bounds=-14,-5,-4,85  <>
+    -8.465961943233763,7.659771165773597,558899.147684827,846721.919856408
+    -11.732012002128723,41.85391787947181,273214.942696858,4637166.187180113
+    -4.7975059994199025,56.26292433734161,760228.725058793,6243285.116840515
+    -10.559681383341074,47.8476942652269,383314.159752254,5300549.86236068
+    -4.6174564634612985,7.202712706863748,984305.226393467,798483.888202615
+    -13.347781981489373,-1.4623875703384859,15889.888329877,-162107.566056271
+    -11.623065455412613,57.19147481685105,341496.448724664,6341750.660379754
+    -13.974314881659907,41.92971529918256,87530.102455025,4653953.020640872
+<EPSG:32630> +proj=utm +zone=30 +datum=WGS84 +units=m +bounds=-8,-5,2,85  <>
+    -1.5959619456227294,79.22926413089154,529289.044875361,8795914.530151404
+    -2.8634174588061176,23.880237032327447,513904.791733408,2640973.923965869
+    -0.5360122714431377,74.6350412228963,572856.385755637,8284398.513425715
+    -0.35635442852354515,10.900614229581695,788994.178876679,1206251.799781343
+    -6.327483199483031,12.883546247776032,138811.572937821,1426598.069452723
+    -0.23615218856123477,72.05876181077197,594995.705283884,7997667.211255527
+    0.2694412290081445,2.7994179485373527,863573.441246905,309929.308484314
+    -7.125543562464066,1.5152311843919648,40690.558483752,167916.800935913
+<EPSG:32631> +proj=utm +zone=31 +datum=WGS84 +units=m +bounds=-2,-5,8,85  <>
+    5.645123594479779,82.63287673309127,537853.553785821,9176343.16429748
+    -0.8028075475737011,64.83228348353224,319633.305049515,7195183.205881367
+    1.999872687174384,47.936772562142714,425304.268493068,5309756.813556233
+    2.282446516901981,63.39797818626731,464150.322512419,7030132.757705498
+    -1.5274598624238893,21.45169035951126,30536.313888399,2378931.988905723
+    5.640500224312835,26.64280735503826,762856.391043172,2949591.223871947
+    5.912105061189646,52.48625463989967,697722.323254459,5819110.20872882
+    2.6304783744690017,12.593288300058614,459864.07089625,1392187.921906413
+<EPSG:32632> +proj=utm +zone=32 +datum=WGS84 +units=m +bounds=4,-5,14,85  <>
+    7.030473860753025,68.61812058097836,419877.19948218,7613064.30428493
+    7.0928367875567275,24.170246129197075,306252.473913158,2674395.989267649
+    7.4677483023272595,26.17196397269145,346868.540253179,2895631.252111178
+    7.392269262595558,81.2086812440884,472571.202666399,9016878.16924355
+    6.853823380567679,23.79912382971769,281337.855247041,2633640.149536518
+    6.995431686351172,27.202451193366727,301450.031820941,3010447.075333097
+    9.581037679132507,48.06516326919929,543288.109452239,5323706.176958241
+    5.702941879838851,23.22927876391677,162556.650205127,2572733.449282808
+<EPSG:32633> +proj=utm +zone=33 +datum=WGS84 +units=m +bounds=10,-5,20,85  <>
+    15.936233126335013,36.47772600583424,583869.717319485,4037344.766112239
+    15.324389530770738,79.41371232350446,506653.015222161,8816166.847029505
+    11.49193724405999,55.91679265893957,280790.887560447,6202379.772062153
+    10.420292504925497,28.0215989915625,49531.693073355,3108064.651384026
+    18.86884674332525,14.725290673940783,916733.85397214,1631522.578688733
+    13.719127641981025,45.365651033568284,399691.919662683,5024368.830321823
+    11.672587040036248,63.15481818050509,332407.026782242,7007182.483673885
+    16.457447696236976,16.316803554641233,655700.782195805,1804535.386295773
+<EPSG:32634> +proj=utm +zone=34 +datum=WGS84 +units=m +bounds=16,-5,26,85  <>
+    25.412970058872396,34.07988996615864,907297.167924607,3779813.662452162
+    16.84379662205195,10.081371541619678,44234.687456014,1117306.63412194
+    17.306297025270823,8.64988730936643,93356.73136958,958118.43961779
+    25.765870943036695,73.11740671004856,654337.728092693,8119723.348382107
+    21.283098090750897,42.89716877944584,523113.308309539,4749434.53504271
+    19.666004499849574,-4.809147302953203,352065.539090962,-531712.190408867
+    24.104082275068507,12.161979846411974,837856.121383516,1346394.640567558
+    18.61018893459605,36.41014233888593,285714.295731699,4032094.273225501
+<EPSG:32635> +proj=utm +zone=35 +datum=WGS84 +units=m +bounds=22,-5,32,85  <>
+    24.76165206146502,8.250716239721566,253428.372178778,912706.523595876
+    30.067825759343044,52.461428700905266,708410.032114448,5816787.736396199
+    26.8898234267303,45.54791775162507,491399.561414875,5043825.952541127
+    31.542392292862413,18.896854073779313,978779.18204627,2095570.325866066
+    24.412890420602526,34.01307412627617,261092.02788246,3766624.02248001
+    22.088201234117317,28.1894605999096,17577.518433999,3127973.86798514
+    28.058936980491918,19.831104280888468,610892.900445784,2193139.159326875
+    25.320008777924635,16.039769600343305,320268.725307557,1774062.684281375
+<EPSG:32636> +proj=utm +zone=36 +datum=WGS84 +units=m +bounds=28,-5,38,85  <>
+    30.621951513333492,14.766630736426691,244002.476091166,1633869.225896698
+    32.44516219762419,2.5954979876181383,438322.390958239,286896.00587593
+    30.852870677496384,44.25443870747275,328592.076735085,4902375.233649726
+    37.943261824248836,81.79830926696036,578635.628957521,9085674.527097594
+    32.57706751736651,18.928018622841293,455466.974793463,2092916.218519988
+    32.34928209328249,27.53837905176333,435748.40361084,3046236.65875129
+    30.83392607671696,79.36878320166404,455398.598119217,8811962.461778786
+    28.86114718661018,27.643699149754646,91523.216840782,3064587.068999881
+<EPSG:32637> +proj=utm +zone=37 +datum=WGS84 +units=m +bounds=34,-5,44,85  <>
+    43.080690082454886,69.71459935701216,657791.788591614,7739319.852297371
+    39.209660228240196,17.358830178920826,522274.049998698,1919263.482041706
+    43.83178966421455,25.62980987578724,985422.175555358,2843556.16317849
+    34.09482531524299,52.73743506313578,168926.411884722,5854353.922728395
+    41.170417547770505,70.99841578872521,578856.801063356,7878632.483317252
+    39.05065715688839,63.86543478195803,502489.660108204,7082020.318220428
+    41.046447827823414,69.65081470690193,579408.180556225,7728263.466365758
+    37.2594887286868,79.74749977978036,465421.117087746,8853920.01933784
+<EPSG:32638> +proj=utm +zone=38 +datum=WGS84 +units=m +bounds=40,-5,50,85  <>
+    49.80824028367497,26.47795201801032,979574.962019734,2937601.501280026
+    48.45256408237402,16.019651683461404,869550.023522978,1774184.521793503
+    44.6498030634144,40.99002161271388,470543.434153719,4537708.414640572
+    40.77904090781284,5.7017296601604635,32203.473422547,631947.555633452
+    45.86660099369894,-0.5960268908705952,596429.511581258,-65886.490032125
+    47.203535266322405,-2.5095179494128175,745025.306496614,-277585.296225777
+    43.959583545415505,54.519740776000965,432654.718735374,6041848.718781053
+    47.775123844728725,38.525767496421864,741920.069446816,4267803.42609737
+<EPSG:32639> +proj=utm +zone=39 +datum=WGS84 +units=m +bounds=46,-5,56,85  <>
+    53.73069216817567,65.1056369152314,628230.227704865,7223000.181190562
+    46.14651412597996,7.160442138815137,-36513.546845652,794322.854968767
+    53.001930218691264,72.84221021571119,565907.197652413,8083978.326675988
+    48.90871798611322,75.63282096751738,442086.207362207,8395238.949854301
+    51.958408445235115,37.70456194087873,584483.155727622,4173468.545067925
+    49.57922240305209,34.50501081229005,369570.981337224,3819069.06951196
+    51.18276813397524,-0.31934662907051603,520337.238285614,-35297.582090798
+    49.61403500021365,8.377896420351853,347397.38105716,926344.233108776
+<EPSG:32640> +proj=utm +zone=40 +datum=WGS84 +units=m +bounds=52,-5,62,85  <>
+    52.24559768678932,63.32269724680414,262002.771259191,7030374.49565024
+    57.25414307487159,-1.6560262839563764,528268.121961869,-183042.985062831
+    56.921768363426146,74.62469543330147,497684.676853704,8281734.90151668
+    56.13812812264259,-0.7707293913518036,404100.217775317,-85198.509560821
+    54.3431596414814,9.389884348389959,208195.789504908,1039061.572511788
+    58.87057653873415,16.57306130182087,699585.426282897,1833255.471633372
+    61.50588303300361,45.20306052093348,853873.550584825,5015392.487235722
+    60.751723983824604,-2.3490695629169958,917423.8755724,-260204.991174267
+<EPSG:32641> +proj=utm +zone=41 +datum=WGS84 +units=m +bounds=58,-5,68,85  <>
+    58.48911082033384,10.93981257294925,6637.088104709,1213015.875252007
+    61.554083685213115,58.40690343039521,415508.766406023,6474921.610822009
+    67.78795128107708,27.459353041041098,973410.851987756,3046449.458632243
+    66.49180777802636,34.80273140803486,819465.493014689,3856727.257160446
+    61.16105697220149,54.67975524217351,381437.187615498,6060708.526968659
+    61.79743255208239,16.83627288550612,371876.320699678,1861832.352307046
+    62.1245846386084,64.1366684817546,457391.823751591,7112536.559333352
+    66.25158666363399,58.14232763104847,691390.002315681,6449170.740892695
+<EPSG:32642> +proj=utm +zone=42 +datum=WGS84 +units=m +bounds=64,-5,74,85  <>
+    67.66232700425803,51.91968429302605,408005.758771614,5752950.705896429
+    65.31719346767322,44.763746302267975,208546.279637442,4963306.776537347
+    72.1280892469805,4.42411956624751,847219.411494382,489739.583090764
+    70.39436040747468,39.82026894043298,619335.794074338,4408739.130684705
+    66.59430564750008,-4.667198906642933,233110.261143648,-516333.259800469
+    68.78880980155246,66.80587658252463,490718.237614313,7409755.758925344
+    72.01468043038034,50.248847882871615,714918.079855797,5570648.193296466
+    67.96085362030668,39.51544036964397,410674.047447699,4374493.535025643
+<EPSG:32643> +proj=utm +zone=43 +datum=WGS84 +units=m +bounds=70,-5,80,85  <>
+    73.92464225045084,20.85810942868471,388129.128925603,2306818.176754003
+    72.46581288860101,60.604038772369876,361257.008886312,6721358.593640019
+    71.9780096300619,75.35345206028128,414738.646434534,8365219.390346326
+    74.98407162468048,77.26563793836671,499608.051062459,8576416.644163823
+    70.83481233297357,16.721406337294585,55665.274210338,1853388.787521307
+    75.37471304300287,11.62441819644441,540846.789709928,1285049.999969772
+    71.71336596072237,20.391627213407777,156915.693864247,2258251.005122394
+    77.96690691807366,12.260538378438916,822793.449884206,1357139.676371521
+<EPSG:32644> +proj=utm +zone=44 +datum=WGS84 +units=m +bounds=76,-5,86,85  <>
+    85.86194063440468,73.13752152311227,657260.584595177,8122210.742412761
+    81.34886849244185,29.36549540476428,533859.650821462,3248531.030055854
+    78.05410609621397,-2.3254338475416736,172319.011877642,-257373.761142756
+    77.09315140919897,4.452354310137151,66234.304018161,493278.259834928
+    77.72827587315756,58.930687952629434,311702.098007459,6536940.933320958
+    83.92034233612824,63.58006907016059,644942.137048966,7053530.500713892
+    76.26513455994463,29.506017099487195,40817.591068029,3273408.213350399
+    80.69678360950341,5.334166274218198,466404.59525196,589610.984203591
+<EPSG:32645> +proj=utm +zone=45 +datum=WGS84 +units=m +bounds=82,-5,92,85  <>
+    91.03742302550002,70.5108475390708,650238.377020305,7827835.776772398
+    85.76563167180556,36.365989068855114,389263.063859828,4025250.584672114
+    82.4966122899685,11.287235721807608,8044.020321771,1251529.438579481
+    83.77741425135953,20.421355576110898,163671.647113919,2261412.284778572
+    83.1024824222452,11.139351457099778,74115.376133917,1234189.368974206
+    86.83552136222565,36.25629329975809,485224.039592189,4012388.278518643
+    90.59017090263308,18.77146513778639,878575.744855787,2079361.172162394
+    91.04268137572312,67.10965149767375,675374.923185449,7449306.751642015
+<EPSG:32646> +proj=utm +zone=46 +datum=WGS84 +units=m +bounds=88,-5,98,85  <>
+    92.63288967740921,-3.6265357404186593,459230.788666103,-400854.795051061
+    91.37094906425892,49.97714757571589,383198.057086385,5537361.599274386
+    90.4416093518305,27.994998207869124,248393.862142885,3099286.2084725
+    97.77821114624558,30.55606298289844,958514.941435121,3390138.172735533
+    89.28761629522253,36.04020008927525,165508.998468795,3994788.063194351
+    94.89215853049113,34.19971567995012,674338.503511326,3785918.832478894
+    89.0330460255516,49.908278936228875,215198.207674861,5535980.884709848
+    88.39627771768086,60.771611109348996,249359.376042761,6746143.24763051
+<EPSG:32647> +proj=utm +zone=47 +datum=WGS84 +units=m +bounds=94,-5,104,85  <>
+    103.68829082298542,7.481084969041413,1017840.389059713,829694.791636863
+    101.0947540356564,-2.777602369630471,732873.648377217,-307217.291870452
+    102.17958173229067,18.4955549317181,835784.738885312,2047971.037828303
+    97.79942276617129,29.547680347980716,383681.198095262,3269267.430585749
+    103.83640087005115,13.558149746961156,1023826.768226328,1504052.706827266
+    96.78255290311054,-4.511011949636884,253951.84568454,-498987.308843058
+    103.34951756651067,61.14080036276262,734085.082031684,6786257.632660675
+    98.97467459832785,67.78720164156432,498931.560909494,7519139.70273384
+<EPSG:32648> +proj=utm +zone=48 +datum=WGS84 +units=m +bounds=100,-5,110,85  <>
+    106.94735453787318,11.37136461249537,712503.746464644,1257754.124702027
+    105.70867336643568,21.18225108707965,573563.200635547,2342482.473762697
+    100.15833416165735,12.438195025708115,-26765.532313257,1379811.361010499
+    105.98233137397523,36.34350333181087,588150.94624204,4022496.943035465
+    102.95188018349246,-4.376477877988729,272707.476030407,-484051.842272044
+    108.55135700666192,7.087462776050078,892422.876870948,784919.610268959
+    105.88925810437453,12.829176029243108,596501.403794504,1418411.359666945
+    101.32078241000359,45.58699869140495,213001.362895027,5054748.596573194
+<EPSG:32649> +proj=utm +zone=49 +datum=WGS84 +units=m +bounds=106,-5,116,85  <>
+    110.8171074328172,31.247080362383272,482585.133923466,3456999.58691118
+    108.1725407613606,50.08966235760348,297755.824398351,5552429.020023728
+    107.58808028791653,39.5560437425074,206849.181522987,4384046.497575709
+    107.46117968897272,27.21109363596475,149422.670921513,3014770.923277979
+    112.63065577472123,76.25845854400171,543233.961823873,8464622.988285732
+    114.03400937965723,5.362502547458375,836297.004916318,593567.735378897
+    107.23231514612256,53.27750097639145,248825.001346332,5909764.537505985
+    112.36095300623454,18.08825916467867,644013.21409332,2000481.350794873
+<EPSG:32650> +proj=utm +zone=50 +datum=WGS84 +units=m +bounds=112,-5,122,85  <>
+    114.4490991525389,32.57864695674073,260545.778371768,3607448.654048945
+    112.8936306285854,80.49825665333321,424384.520999216,8939873.392542617
+    117.90651740638286,2.3809563658463624,600790.407866048,263201.863942087
+    119.38223031907947,65.55109651823285,609997.558265454,7271957.546647436
+    113.02938859975856,83.73426251177659,451656.270780557,9300093.641248688
+    119.93445019033949,16.65421444611449,813034.66158349,1843601.994859637
+    120.0371200532016,-2.2738147192837777,837849.924198486,-251681.688019535
+    113.90267932301376,30.19341463444661,201779.287012155,3344273.945651732
+<EPSG:32651> +proj=utm +zone=51 +datum=WGS84 +units=m +bounds=118,-5,128,85  <>
+    127.45014333543143,68.1838217265186,684426.137843853,7570012.495259187
+    123.53142352500576,79.40624919409618,510906.648579496,8815365.083473094
+    126.86169905994906,33.54885782299833,858600.152508775,3718820.755137861
+    119.26914104899937,39.591533995003125,179602.683477468,4389076.345723717
+    124.06238139043627,64.05746045168945,551854.80953067,7103849.485583433
+    121.67492942180175,45.27645422505792,396067.680797683,5014515.683957309
+    123.35785846828712,46.03632121992047,527691.666250981,5098145.287434461
+    121.95516737996441,19.89659767434858,390629.167048945,2200378.279837332
+<EPSG:32652> +proj=utm +zone=52 +datum=WGS84 +units=m +bounds=124,-5,134,85  <>
+    132.23038772557575,1.0423808042193219,859593.908495571,115399.08908381
+    125.4807163412416,52.718867805033625,262328.067963184,5846808.645870708
+    131.47051732599337,23.203360620799742,752855.92160297,2568180.752500783
+    125.11746251993802,61.5963796144696,294044.485075409,6835359.238927384
+    132.73805210048627,27.542426903030147,869226.453540132,3052090.880294831
+    128.65072550339826,-1.1671199668925594,461142.260377554,-129004.415376178
+    124.1890123076268,7.0738906593989785,-31904.999657907,784672.213120241
+    133.75560004909954,54.131007385534645,810635.926718022,6008554.687517599
+<EPSG:32653> +proj=utm +zone=53 +datum=WGS84 +units=m +bounds=130,-5,140,85  <>
+    139.4965261658345,66.60360734992143,699106.80690259,7394367.815980562
+    131.6658910819083,39.932079588313535,215091.090889306,4425542.971465006
+    132.61060887843237,84.50545517026147,474464.198988977,9385051.911469141
+    132.10107739053052,84.72122504279179,470235.814089454,9409360.172380023
+    135.2421119498221,62.728362998908665,512377.377429461,6955348.046958202
+    130.02258068176454,63.23087806266315,250061.310921784,7021014.871536143
+    135.49488655063703,80.30160437794459,509307.143767513,8915289.395912353
+    139.8838994991683,46.98993542343946,871339.918626554,5215632.182239173
+<EPSG:32654> +proj=utm +zone=54 +datum=WGS84 +units=m +bounds=136,-5,146,85  <>
+    139.89796404593926,48.84438602738199,419144.155402756,5410742.654899728
+    142.77915062065594,-2.579549145097012,697807.527814948,-285257.875448318
+    140.50349567240366,57.75709103998051,470453.707141123,6401775.151064356
+    143.27338907906724,16.14886245165087,743106.854253755,1786743.776037653
+    139.275257890042,54.398440244920465,388031.73607659,6029224.223946443
+    144.67967033986446,72.27619634706898,624960.226753799,8023564.047054993
+    142.4819360328263,57.58620696029809,588600.043581353,6383610.182720552
+    141.34880405251664,81.45426075486795,505786.530407408,9043927.73894963
+<EPSG:32655> +proj=utm +zone=55 +datum=WGS84 +units=m +bounds=142,-5,152,85  <>
+    147.33375060488,-3.1642909729812017,537082.052050676,-349758.757358138
+    145.59553953246396,5.211952402544018,344345.129442473,576266.595636606
+    144.8467735205012,46.146461308314194,333712.664745699,5112574.27969613
+    144.14607433382872,7.637572162207617,185101.726182259,845274.219852921
+    144.65319814312193,64.95895143749327,389182.750224708,7205936.386954504
+    151.50591665520022,39.23105889581998,888983.889208772,4352102.607747468
+    151.37170048182657,40.729038304108585,869221.996467428,4517878.932107302
+    144.02807120532955,48.25922975776309,279431.523923149,5349383.391297438
+<EPSG:32656> +proj=utm +zone=56 +datum=WGS84 +units=m +bounds=148,-5,158,85  <>
+    151.9280916731693,31.075431454358935,397746.965326416,3438455.426869269
+    155.49755801014197,84.6324997625759,526075.801931526,9399270.90808895
+    153.8531620157518,38.62281190728753,574268.034678529,4275266.12712141
+    153.5282118294326,-2.8850450433900408,558703.584560602,-318900.486543583
+    152.67681549542633,30.936233115029474,469126.259227148,3422579.759724063
+    148.5824586647031,80.21860376971418,416294.220217081,8909167.138996357
+    157.432163524148,32.72767531065479,915474.804380746,3629796.27570443
+    155.34561815234096,38.033325200258595,705859.761953372,4212109.568604052
+<EPSG:32657> +proj=utm +zone=57 +datum=WGS84 +units=m +bounds=154,-5,164,85  <>
+    163.18225096437746,51.34506998136685,791227.942929859,5696506.088393698
+    161.8421836147625,16.70306397107617,803108.071610641,1848868.976130588
+    158.95422571749387,27.908574046598673,495495.563883728,3087075.559021939
+    155.50859902434723,27.45010722923444,154866.162444865,3041141.714199039
+    157.2802866264768,58.8492154653417,400773.797727769,6524536.820585563
+    162.4590938213062,51.856444776875364,738193.274036241,5750729.652109185
+    161.52534636112935,13.276476322850169,773625.48009157,1469095.997882357
+    160.56841477062764,65.34204406414851,573008.195120222,7247483.811924004
+<EPSG:32658> +proj=utm +zone=58 +datum=WGS84 +units=m +bounds=160,-5,170,85  <>
+    166.31065938747034,0.34846313322329614,645853.701325035,38525.798073163
+    167.30311207072637,23.672171320710316,734884.742196829,2619828.229391578
+    164.42658161996866,74.15663155240911,482526.151711412,8229596.719685851
+    169.96406970099184,11.03694955506245,1042860.313671956,1224575.407509817
+    163.46496818957664,17.215391575138057,336777.823034307,1904030.208228668
+    161.12749990596765,58.002178263522296,271189.90413863,6435514.179322118
+    166.92895057510054,61.51381097619493,602628.929819678,6821538.771659371
+    168.60593883895126,65.76940451318275,665065.299530586,7298946.3269139
+<EPSG:32659> +proj=utm +zone=59 +datum=WGS84 +units=m +bounds=166,-5,176,85  <>
+    167.26903698757295,9.89009716625243,90692.447325986,1095552.659581543
+    174.82103103562295,48.56656394629867,781871.055611928,5386326.111457666
+    173.69840512946558,57.26055540744861,662750.117022049,6349614.903181016
+    171.4766264352353,61.32152495228655,525517.606066715,6798694.233753005
+    171.02686054765636,23.948019700262318,502733.111490544,2648471.875419029
+    166.8290527526747,32.9936232810226,110198.372444319,3658314.418225217
+    170.68985979565454,21.523828201049227,467881.181465022,2380154.828684804
+    169.69500732967794,49.669967773155896,405837.637122549,5502754.802607288
+<EPSG:32660> +proj=utm +zone=60 +datum=WGS84 +units=m +bounds=172,-5,182,85  <>
+    174.48234735921926,48.85092730895618,315311.501299526,5413940.685117953
+    178.29473902416038,70.14289133301376,549080.087822677,7782329.732562997
+    176.59404457794238,53.32559654000155,472961.640663714,5908568.2805569
+    179.04219691493964,14.906079428204375,719687.593533414,1648945.434382804
+    174.08546546937367,30.90237391177491,221420.635400803,3422423.461160188
+    177.3300512578997,51.26664677795806,523026.539367542,5679529.433077686
+    176.26731446352724,28.60052961918857,428362.765730957,3163948.304920228
+    179.85279764755902,48.72422137573602,709799.232679542,5400726.371196137
+<EPSG:32661> +proj=stere +lat_0=90 +lat_ts=90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+    172.09409217810577,56.1991448707753,2531076.789043303,5824367.588619448
+    95.25310619518291,20.205310825509287,1.0798346226544384E7,2808935.463608211
+    45.88416539087348,20.513765150035226,8307166.148722066,-4115450.119941297
+    -55.66210145892704,-1.0620903677314573,-8628883.192576393,-5260839.232667332
+    -128.81358935908327,48.04810024890165,-1793980.503850262,5051920.487104345
+    136.69779723191903,57.888908891555374,4508599.185582216,4661855.749741541
+    134.04863598405603,-57.02999038853049,3.2521260120442115E7,3.1524148430623725E7
+    -126.68879104361864,38.21684139855837,-2939285.381636254,5680126.933053561
+<EPSG:32664> +proj=tmerc +lat_0=0 +lon_0=-99 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs  <>
+    -101.03160194785217,-53.52633437356695,1198588.558021375,-1.9464343443894126E7
+    -104.05345746312005,31.836284114574198,70704.708172122,1.159261771466379E7
+    -96.01520312074125,-30.987285549303706,2575603.845139776,-1.1259877687566156E7
+    -103.56099760161428,-15.051640907898047,30594.052002599,-5476095.487138733
+    -98.81282195998809,32.61511979737877,1698031.147164395,1.1839332828518739E7
+    -97.73175122888473,19.389025352001667,2077352.535394775,7035296.099065691
+    -97.29218153953907,40.86606103082454,2112606.073202,1.4846730155503865E7
+    -103.19581634893811,71.52341592939217,1153847.060642054,2.605286139238924E7
+<EPSG:32665> +proj=tmerc +lat_0=0 +lon_0=-93 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs  <>
+    -86.55491914252052,-77.51280638626577,2149827.105880627,-2.825629408600039E7
+    -99.51193782556791,43.45757934696326,-88197.602413173,1.585387365997603E7
+    -92.44670552988688,-85.66003481011855,1655753.291277101,-3.1212019999687493E7
+    -88.02183031866458,-34.72568295385944,3136410.157140582,-1.2644082534334004E7
+    -92.13862054415152,43.915889218359666,1867312.287735338,1.5954336523191025E7
+    -92.55911366495789,-58.47965829104159,1724769.928477746,-2.1267012422973122E7
+    -97.0943206762717,-25.72904846391598,292306.382943776,-9357129.946366612
+    -95.91254533929852,-13.961873014780437,607937.097937172,-5070333.564968944
+<EPSG:32666> +proj=tmerc +lat_0=0 +lon_0=-87 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs  <>
+    -83.08532562880907,69.72388231927388,2136851.819634759,2.5393429840830848E7
+    -81.92029867518963,-82.34977908898261,1887796.106271026,-3.0010403210984454E7
+    -84.61294417427436,4.01167976219935,2509999.965609009,1456049.755984361
+    -84.38891011008081,38.511425148323326,2387342.309091993,1.399535445813861E7
+    -89.282142857244,68.35343888022189,1332250.122079042,2.4881871005654648E7
+    -92.40531570713654,83.2126804822388,1406762.364764582,3.0326512712652102E7
+    -88.19317377369343,27.81006452553443,1254834.287256617,1.009424985249143E7
+    -88.17353994001033,-84.02651958176278,1595685.499335957,-3.0614089927312024E7
+<EPSG:32667> +proj=tmerc +lat_0=0 +lon_0=-81 +k=0.9996 +x_0=500000.001016002 +y_0=0 +datum=WGS84 +units=us-ft +no_defs  <>
+    -81.1989090824896,-47.20544243401024,1590993.828304869,-1.7152241882315144E7
+    -87.28295143673006,35.16258223608783,-238128.656207004,1.2825419656460121E7
+    -77.61665847048053,-57.84318452176033,2299239.44907165,-2.1050723414860766E7
+    -83.9812556288701,-85.22565436222827,1549566.759917964,-3.105519749028691E7
+    -87.07178841907583,62.46150641410111,613953.213867613,2.2770011083857886E7
+    -83.02478277314015,-11.995367115351442,917117.647356357,-4353177.628258067
+    -86.89303019003106,-20.951374991086922,-372257.489916894,-7638025.444313131
+    -86.4219531770462,-41.651261411406665,158937.224732736,-1.517477094679331E7
+<EPSG:32701> +proj=utm +zone=1 +south +datum=WGS84 +units=m +bounds=-182,-85,-172,5  <>
+    -177.5089542569077,-20.58111090138152,446958.290506063,7724128.016146595
+    -179.61730330447236,0.033721149729629474,208657.696180466,1.0003731118724452E7
+    -175.11302184781692,-10.882514601274224,706256.809834866,8796369.52840771
+    178.50105416609844,-5.489618203474592,1153.898026414,9391337.103138419
+    -175.47660655275862,-13.922835694031832,664584.451489852,8460281.098073049
+    -179.8363483722304,-14.608895092459974,194414.516766084,8383022.335545857
+    -178.84951924628095,-81.19928915136252,468413.991678454,984046.692242594
+    -179.71844529572152,-75.76169336442851,425389.259241875,1589689.429812122
+<EPSG:32702> +proj=utm +zone=2 +south +datum=WGS84 +units=m +bounds=-176,-85,-166,5  <>
+    -175.78581715444207,-3.0174326322178047,-32428.428386205,9665307.342356341
+    -174.68162210933872,-48.28524033588117,226906.240496311,4645441.922914174
+    -175.49535065857174,-30.959615759184423,70456.988954785,6566193.960486896
+    -172.6175476573365,-13.771599461857178,325127.89280814,8476945.687896453
+    -174.89944659797908,-0.5476850876959531,65771.365797709,9939322.912901262
+    -167.73128357686724,-63.0306869547445,665342.19946534,3006786.647793182
+    -169.94511375761516,-17.92273405657282,611726.707662665,8018046.293529955
+    -168.29239344435504,-83.70745738740169,533120.4587672,703786.548204701
+<EPSG:32703> +proj=utm +zone=3 +south +datum=WGS84 +units=m +bounds=-170,-85,-160,5  <>
+    -161.02983551732615,-7.778425212414774,938081.99935729,9138140.764296548
+    -163.50734970184016,-29.87357568211771,644153.069586536,6694287.951327742
+    -162.2790512720004,-13.85322365999069,794121.455752839,8466833.229858417
+    -163.33943252207382,-62.296728578260385,586122.098619257,3091658.219401995
+    -160.11406300383962,-43.27256782772053,896509.17079388,5197312.950095947
+    -165.34031757621716,-83.23315022514058,495523.161812276,757500.498019477
+    -165.7448203581692,-16.22614975472044,420398.846629424,8205904.35503848
+    -166.51514855005854,-46.38601722454156,383497.712471061,4861946.500508226
+<EPSG:32704> +proj=utm +zone=4 +south +datum=WGS84 +units=m +bounds=-164,-85,-154,5  <>
+    -157.99598740130685,-66.68090013767039,544348.932928854,2603834.692356031
+    -161.9908080394491,1.577297326205965,167171.230236113,1.0174578461177079E7
+    -162.1611193027309,-45.96451900497615,255074.856525856,4905034.929688347
+    -160.43878595189648,-30.461953148792254,361872.526956582,6629145.346684679
+    -163.1941150282405,-22.97267315488586,69825.253688865,7453352.797879119
+    -159.9233558600696,-35.306188762850034,416056.103024466,6092609.962325329
+    -160.72209436496976,-20.891454531571497,320875.453464706,7688905.179536236
+    -154.71710599717798,-19.39758755567955,950021.612003152,7849585.892561029
+<EPSG:32705> +proj=utm +zone=5 +south +datum=WGS84 +units=m +bounds=-158,-85,-148,5  <>
+    -153.98112694586598,-61.62659724170458,447984.805353625,3167024.288699911
+    -155.6938154257466,-13.603563187352506,208504.851198227,8494504.34049451
+    -157.18140223311775,-34.71213467446175,116988.332062324,6150912.300736353
+    -153.9301155142758,-25.02542821210723,406158.973911204,7231914.389538184
+    -148.30591140949664,-63.70227196817275,731880.101745028,2927639.575516176
+    -148.0369872339503,-0.5787719058211849,1052927.490761064,9935785.929188898
+    -151.35552611374942,-41.7029961902193,636825.072992838,5381892.437225522
+    -148.94898504041416,-60.55998588175001,722031.020851214,3279381.939511539
+<EPSG:32706> +proj=utm +zone=6 +south +datum=WGS84 +units=m +bounds=-152,-85,-142,5  <>
+    -149.88228794902525,-40.83839070395672,256989.026953553,5475183.971974757
+    -148.2376534249518,-54.438310348921384,419729.019549249,3967004.612565072
+    -151.1431444557435,-67.77710633081682,325240.700135422,2476133.531618207
+    -146.38598157773507,-26.892195015672385,560978.633227003,7025357.26586272
+    -149.8486196151917,-8.493325127210312,186348.925982513,9060011.342632782
+    -146.35215413587906,-34.58229290646426,559416.304247391,6173086.805753201
+    -148.2836388990396,-55.28222843297503,418467.267633084,3873050.978723856
+    -144.8131092147243,-72.75084590879365,572365.654073301,1925994.599835094
+<EPSG:32707> +proj=utm +zone=7 +south +datum=WGS84 +units=m +bounds=-146,-85,-136,5  <>
+    -143.4614048322946,-67.20528450002851,393605.326212087,2543627.784403351
+    -137.36243494598517,-23.67723649982588,871067.579841553,7376772.524064955
+    -139.00167312053443,-37.09330867475363,677595.669426717,5892908.210813064
+    -137.869354790603,-78.72934185275506,568274.18742034,1258403.616800705
+    -143.69933680485977,-1.9112785638692458,199685.767603167,9788509.432747379
+    -145.41066646262794,-60.04261943685776,254421.477416468,3335646.758141542
+    -141.0762646478605,-15.066297587946664,491803.510306354,8334339.759755286
+    -140.93275049804214,-35.352727216707684,506110.178621805,6087837.612912111
+<EPSG:32708> +proj=utm +zone=8 +south +datum=WGS84 +units=m +bounds=-140,-85,-130,5  <>
+    -134.3086461646234,-46.97833902444251,552581.72570465,4797011.055537237
+    -130.01906843209431,-83.29815737605153,564817.932622994,747456.716986902
+    -132.46341039998066,0.4244475555492784,782344.079901629,1.004696053883629E7
+    -131.59778193652582,-27.277813929230497,836833.827615548,6978206.862985684
+    -138.5552049721144,4.889749029689284,105573.707529561,1.0541521431448892E7
+    -135.1877448635594,-17.51802173036897,480071.513334495,8063127.519531146
+    -136.36468513841982,-68.92273723335146,445232.793627468,2353644.337484821
+    -134.67672078208278,-65.66832002307338,514862.792485694,2717020.935307786
+<EPSG:32709> +proj=utm +zone=9 +south +datum=WGS84 +units=m +bounds=-134,-85,-124,5  <>
+    -127.49653918766062,-54.559752087384986,597220.691113638,3953157.820927666
+    -125.36100053784209,-8.745400517657302,900511.301430294,9031359.678422067
+    -132.5374002818945,-24.07754641607245,140269.634236625,7332653.627336957
+    -132.95655370578277,-61.728064365017715,291013.39704188,3149754.48366519
+    -131.8647589530784,-16.629804743375473,194366.242658473,8159209.074785393
+    -128.82778344618373,-18.800142133664153,518147.325689224,7921277.352909567
+    -127.57272281268692,-71.39246793733052,550825.833233274,2078230.447568284
+    -130.2564008747691,0.8270739172432542,360197.231999275,1.0091438710391764E7
+<EPSG:32710> +proj=utm +zone=10 +south +datum=WGS84 +units=m +bounds=-128,-85,-118,5  <>
+    -120.41708267185109,-26.627263507645495,757156.604780174,7052248.666684952
+    -122.00292604550442,-7.025615326293803,610127.254724003,9223302.234303173
+    -127.28153781287693,-51.57190016578178,203337.364045679,4277883.980106805
+    -121.9780567083262,-27.026747487406787,601371.473962007,7010191.389359156
+    -122.34069699379774,-59.67547309556278,537133.558376708,3384545.315607522
+    -118.42051569084654,-45.695245950764566,856532.814599335,4929604.480195706
+    -121.99097443317838,-65.05327217366883,547485.914087205,2785229.184473578
+    -126.81239379329617,-44.97142056858336,199375.26930332,5013150.474647394
+<EPSG:32711> +proj=utm +zone=11 +south +datum=WGS84 +units=m +bounds=-122,-85,-112,5  <>
+    -114.79402662018033,-16.336066940839146,735671.362204778,8192613.650293684
+    -113.41365552381095,-21.277582961675975,872211.32056886,7642899.89156607
+    -120.4856877843392,-3.0443698401571027,112434.564345521,9662875.784051342
+    -116.90450065988773,-58.48161098181643,505568.897006403,3517664.604030004
+    -118.54625891270904,-34.125244070767835,357409.783205465,6222877.503011115
+    -114.18477478528487,-64.30287510833145,636172.146456879,2866219.545749337
+    -118.43636977017685,-52.995943642845674,403598.430871364,4127215.630169619
+    -121.60798802651576,-0.3268525044542798,-13302.76015466,9963755.030359505
+<EPSG:32712> +proj=utm +zone=12 +south +datum=WGS84 +units=m +bounds=-116,-85,-106,5  <>
+    -113.36251309435681,-15.840435045497784,246969.94881001,8247290.156264946
+    -112.8103237441279,-11.933205273686738,302851.215269205,8680188.21513475
+    -114.53388145480162,-77.09450727240831,411943.688182581,1440032.632145612
+    -113.95120731390223,-21.531808844365045,194284.668768662,7616102.310788714
+    -110.54739879412826,-29.004181751101832,544081.797251438,6791466.659349494
+    -115.92703299602616,-52.40915055880672,164954.622458242,4182026.036471395
+    -106.23924491893376,-61.90529379931189,749968.823552302,3127201.124516256
+    -110.94662177248867,-65.62790133669664,502457.900968583,2721563.070857879
+<EPSG:32713> +proj=utm +zone=13 +south +datum=WGS84 +units=m +bounds=-110,-85,-100,5  <>
+    -108.20826122509803,-42.87722486230958,237969.521409641,5247824.561124623
+    -106.42112794140644,-82.08687308918527,478159.499851018,885205.293102462
+    -108.18777599063648,-76.73494486615407,418385.755636876,1480594.172424613
+    -105.88764767474932,-78.0508017600777,479484.535333608,1335805.424004547
+    -109.1229440288588,-28.669380699097566,96965.343163568,6821678.640788722
+    -103.14191002076996,-45.11187512544385,646160.581798235,5002942.176912048
+    -103.80011921310692,-32.738203415030526,612421.156328249,6377098.578282293
+    -108.93053181823011,-68.66235324998642,340485.055488269,2378187.341966721
+<EPSG:32714> +proj=utm +zone=14 +south +datum=WGS84 +units=m +bounds=-104,-85,-94,5  <>
+    -95.25848732854868,-84.65346883854134,538896.1111844,597689.121278575
+    -101.48378646008257,-12.190400426271623,229730.881072766,8651154.535722416
+    -97.53356812470392,-2.381446409304388,663055.025710706,9736690.379133364
+    -99.55341562968545,1.9509619826344675,438453.193063075,1.0215650874079175E7
+    -94.52492294402091,-3.4474238633411716,997574.814237397,9617781.19130542
+    -97.62183575829091,-11.294635096645436,650417.940675323,8751087.949481012
+    -102.45836049110588,-43.49091472066994,220360.085115415,5178855.567495222
+    -101.67777844002481,-4.563806096457498,202861.228040166,9494998.804294724
+<EPSG:32715> +proj=utm +zone=15 +south +datum=WGS84 +units=m +bounds=-98,-85,-88,5  <>
+    -96.9167438610488,-9.78022172568403,70139.452154618,8916388.0714063
+    -92.84689890013004,3.30930253756145,517008.120396482,1.0365782755595636E7
+    -95.8345463425182,-75.52596093367609,420944.669553631,1615814.526975417
+    -89.92632684464633,-33.143597005301736,786719.442978359,6328586.475584547
+    -94.28125112456706,-12.966558096743483,361030.316449285,8566213.793926915
+    -89.94305602439209,-71.06709317732984,610659.555714292,2112327.174778455
+    -88.91492820313663,3.952267491529028,953875.995915809,1.0437967924324675E7
+    -92.11483006584305,-5.298768555991302,598083.00255498,9414240.156252492
+<EPSG:32716> +proj=utm +zone=16 +south +datum=WGS84 +units=m +bounds=-92,-85,-82,5  <>
+    -82.33386835779805,-76.49486811180347,621521.337297217,1504780.070842506
+    -89.54140284830689,-32.727386934273234,261832.636852639,6376077.459287193
+    -85.53147018966692,-45.08484129884116,615571.65552484,5006575.782711249
+    -85.85982770853187,-25.66199980371892,614435.084677255,7161253.540261392
+    -87.03296440553216,-27.925740751685304,496756.637143897,6911023.225262431
+    -88.69516836408084,-11.788651658727645,315298.13865869,8696258.335269138
+    -86.95138038221738,-36.60333845535614,504348.349980811,5949128.012461627
+    -87.9618981096586,-80.06135904353997,481466.964002264,1111412.326505385
+<EPSG:32717> +proj=utm +zone=17 +south +datum=WGS84 +units=m +bounds=-86,-85,-76,5  <>
+    -82.30722735423258,-32.914061487189464,377761.641259491,6357482.339887556
+    -80.18930868232596,-68.50754148900567,533146.285350723,2400329.400063117
+    -83.13296466090543,-35.9144196888347,307539.493224466,6023441.676377317
+    -80.10690413972829,-64.74734946663673,542511.687660514,2819402.667006874
+    -76.89818483768713,-53.54277753622051,771741.541169347,4059518.011017035
+    -78.82137656300225,-7.792681767091793,740258.406982186,9138001.816733671
+    -76.68733389245122,-76.6509105196316,611058.07196295,1488113.093303401
+    -83.02820698579868,-35.44278808638813,315912.583560424,6075961.736010503
+<EPSG:32718> +proj=utm +zone=18 +south +datum=WGS84 +units=m +bounds=-80,-85,-70,5  <>
+    -73.30044516906192,-2.5594975931278867,688958.283391229,9716971.544662526
+    -73.61690209406625,-26.474736607282466,637864.255034268,7070998.441399014
+    -75.2381168490382,-46.486133216178146,481724.202779114,4851909.925766825
+    -73.74767705113682,-38.33201556732834,609455.078906602,5756604.155934382
+    -70.35500738212754,-35.42372588269107,921819.295098716,6070042.30243551
+    -72.93664914565701,-16.42849335885637,720324.804532845,8182543.7800851
+    -77.11856330727494,0.9717905749423892,264236.566624332,1.010748611169846E7
+    -79.43439038367906,-51.74279280683211,193906.354273224,4258259.064919005
+<EPSG:32719> +proj=utm +zone=19 +south +datum=WGS84 +units=m +bounds=-74,-85,-64,5  <>
+    -72.57580068513724,-25.898692281837207,141690.984294665,7130647.441684557
+    -68.5396031956302,-53.88959594691043,530258.497826526,4028663.617124734
+    -71.43346124938789,-40.213380422456574,292918.002264207,5545719.033485945
+    -72.63787063667905,2.6529844527492514,95354.422191908,1.0293831807991339E7
+    -65.13549549911063,3.904267619585852,929356.081524265,1.043253263356941E7
+    -66.99097128300292,-70.53824829880251,574694.084695869,2172866.120852985
+    -65.17792760745255,-41.01385157828106,821408.274103324,5452664.608611386
+    -65.87919694840933,-29.290245454660415,803191.666687105,6755814.745215489
+<EPSG:32720> +proj=utm +zone=20 +south +datum=WGS84 +units=m +bounds=-68,-85,-58,5  <>
+    -63.931486104917674,-56.14298340120021,442120.881277162,3777615.842889852
+    -63.68566671346305,-70.9390337852329,475008.830163339,2129261.419304593
+    -67.30654380368982,-32.422291811621534,94936.096966873,6404583.575934711
+    -60.995344373367445,-76.03432822426747,553996.113292205,1560067.383879434
+    -58.122972269085565,-17.94553954405083,1016962.465910914,8009048.956272768
+    -59.14487740862326,-64.98600040594596,681801.653295239,2787560.250845373
+    -62.06131102010824,-13.965927080644036,601388.705607875,8455841.524913915
+    -64.5676957770691,-26.14010127215291,343283.181057608,7107855.948032819
+<EPSG:32721> +proj=utm +zone=21 +south +datum=WGS84 +units=m +bounds=-62,-85,-52,5  <>
+    -61.035909103072704,-25.044888710853797,92668.079468208,7224001.896488516
+    -57.22591444401959,-3.9913573282855026,474921.8793091,9558824.489862809
+    -58.31824891854482,-2.4586320856323596,353433.059761433,9728173.268128918
+    -54.7418712511268,-39.729280603000326,693521.499069622,5599851.139820696
+    -56.74479424265469,-25.805786883419977,525582.299194655,7145798.945507502
+    -58.224450911323245,-42.35603646995762,399160.405738773,5309966.210475289
+    -55.06076621999185,-46.4951748042874,648812.787929346,4849105.848301264
+    -56.91816837791314,-36.013856003458805,507373.999927024,6014511.615375517
+<EPSG:32722> +proj=utm +zone=22 +south +datum=WGS84 +units=m +bounds=-56,-85,-46,5  <>
+    -52.85122870220249,-21.937077564746275,308806.282359703,7572983.454587523
+    -51.87668320959552,0.8855604006352422,402454.851925318,1.0097892644746317E7
+    -52.77607976578519,-67.92296424497947,425513.113481223,2464654.512563329
+    -54.717355434135165,-38.98021719120081,177970.496636841,5678842.109803378
+    -55.85279830819515,-19.931348922441444,-8317.49585695,7788764.986458836
+    -55.62297857586723,-70.43772469216069,327386.796875812,2178745.587996905
+    -50.64704792790506,-25.66488056963842,535422.377158343,7161380.407901151
+    -55.66487534163784,-32.85075544458047,63294.724327973,6355601.565578323
+<EPSG:32723> +proj=utm +zone=23 +south +datum=WGS84 +units=m +bounds=-50,-85,-40,5  <>
+    -43.138313521277574,-66.75507428512749,581980.009529616,2594699.206149254
+    -49.54318045638435,-68.47414646227594,314108.794911225,2397410.563631687
+    -49.65057811154339,-75.52632205744928,370377.175159283,1612571.324468413
+    -47.38367164235243,-76.37264727971039,437324.70897157,1521965.551765913
+    -49.583604527047726,-37.607876036659704,95327.458964181,5827800.50344778
+    -42.01645053555999,-41.61404840667677,748591.369431167,5388773.625352079
+    -42.04372192373172,-18.20970838254422,812699.745471642,7984090.342288021
+    -48.473882807344935,-15.836875713299278,127828.364807503,8246026.664639563
+<EPSG:32724> +proj=utm +zone=24 +south +datum=WGS84 +units=m +bounds=-44,-85,-34,5  <>
+    -43.53530624077474,-15.28593956369322,12633.391562024,8304954.420372136
+    -36.870430062824745,-39.73018356489278,682500.667812431,5600020.703640921
+    -34.47707047960574,-80.55854989142131,582748.162951701,1052846.8601477
+    -38.13531640226719,-79.92503580400388,516886.259810811,1126655.856697608
+    -35.19096619357763,0.8652923331633104,924116.570799793,1.0095854011547383E7
+    -37.76008573428685,-61.77100930754047,565427.424620449,3150705.436553305
+    -42.03504026571551,-61.26562473316996,337260.769348535,3203844.790089038
+    -35.68914017608484,-36.27932803465888,797394.089043854,5979981.591034511
+<EPSG:32725> +proj=utm +zone=25 +south +datum=WGS84 +units=m +bounds=-38,-85,-28,5  <>
+    -37.20198583983665,-22.385071284177542,67170.848373569,7518498.256207185
+    -30.569001766897927,-26.04658497977379,743237.750311248,7116890.418502807
+    -34.084929950578456,-14.461490032384049,383068.995188004,8400957.713295795
+    -29.83406068259323,-24.423443303168767,821056.945089681,7295220.970347546
+    -33.34235267771743,-21.424374069483456,464521.078871303,7630845.826306305
+    -33.33308044174443,-3.845102847787942,463019.152070908,9574986.995400418
+    -29.24976810595715,-29.603137314312022,863265.404748805,6719310.768510332
+    -32.32599273900487,-75.1927140974172,519227.551258169,1654781.835089258
+<EPSG:32726> +proj=utm +zone=26 +south +datum=WGS84 +units=m +bounds=-32,-85,-22,5  <>
+    -27.522112418007787,-76.4033543383088,486298.783388205,1519745.609896222
+    -28.882704172736922,-81.83400195139299,470149.685581123,913215.386687186
+    -28.396540029919393,-57.499229452587926,416305.899810689,3626179.651370514
+    -26.684785346766873,-59.56219735812118,517813.677974576,3397302.011941418
+    -26.871954295639988,-49.96086890231271,509184.106042395,4465712.199818888
+    -23.69875855287797,-18.626025225905664,848378.630008023,7937343.174736898
+    -23.66314998804804,-83.85599810296105,539850.345345556,686827.971427975
+    -31.92931821429324,-67.96507705990277,293803.302308223,2452800.834886244
+<EPSG:32727> +proj=utm +zone=27 +south +datum=WGS84 +units=m +bounds=-26,-85,-16,5  <>
+    -23.85594295312448,-65.56680015887044,368219.496395005,2725383.223208461
+    -23.065436905875558,-26.84099273961,294763.337116215,7029505.328302504
+    -25.03814698063634,-61.01756938871584,281809.987839114,3228525.579864564
+    -21.069693482830832,-41.25777219116442,494161.566114001,5432624.795747383
+    -17.482293946607836,-67.35885985516722,651049.823922712,2524333.003574457
+    -17.94731488226362,-82.93183943607846,541917.779015903,790041.445630787
+    -24.5592037735274,-21.737591492213,131770.895554046,7591977.932230036
+    -17.413476745902997,-79.97048163676182,569687.687690858,1119560.360967433
+<EPSG:32728> +proj=utm +zone=28 +south +datum=WGS84 +units=m +bounds=-20,-85,-10,5  <>
+    -13.8351051175916,-14.550904871229704,625500.054412229,8391024.390370745
+    -10.234382995086067,-38.71150616710222,914438.483280013,5704444.046343154
+    -10.004790853501452,-31.284922321414925,975728.61670132,6528034.868368551
+    -18.458083203224106,-0.0030889835420708778,114966.510091746,9999657.947443223
+    -17.386636326268686,-44.266049799257296,309509.172440515,5095806.866366778
+    -13.088340689770105,-62.773737669398294,597568.570767734,3038172.333685555
+    -11.695528667469379,-61.73717418116934,674514.983151153,3150664.031914433
+    -11.50125702525289,-74.4954596278526,604341.002437131,1729614.449098632
+<EPSG:32729> +proj=utm +zone=29 +south +datum=WGS84 +units=m +bounds=-14,-85,-4,5  <>
+    -9.19201743011797,-16.991899644136566,479560.133528604,8121331.05651586
+    -6.466732952313983,-71.62572968553258,589103.749073044,2050943.645418587
+    -5.121500194972203,-64.40681245206244,686853.402062834,2851945.554195037
+    -13.008868940093196,2.3706031707145456,53927.163540164,1.0262670668325163E7
+    -10.384378932902917,-35.850859018023904,374990.859775431,6031708.645482416
+    -8.360315719198375,-36.627646988488536,557193.267872967,5946242.177832583
+    -7.912815564393081,-76.28816001728218,528765.606276299,1532395.267298009
+    -6.879012186708875,-41.846465720160936,676081.272730864,5365095.483297441
+<EPSG:32730> +proj=utm +zone=30 +south +datum=WGS84 +units=m +bounds=-8,-85,2,5  <>
+    0.3839561662816475,2.8229402202041314,876314.955690951,1.031257003316967E7
+    -6.507125875490016,-6.141503285354844,111731.044644163,9319880.799446609
+    -0.5429393990698284,-79.30617957674394,550884.251234431,1194781.203560546
+    -3.9830408636146366,-51.34293816482793,431530.891148034,4311579.269115034
+    -4.361614857328846,-84.61762288754967,485741.632564944,602787.182802415
+    -3.924254719634888,-61.42980550442128,450688.928390512,3188988.123821639
+    1.0687525485993188,-28.90064801474147,896853.53951395,6796204.287292245
+    -3.6851661263865827,-66.00557388902413,468909.944530235,2679298.841411483
+<EPSG:32731> +proj=utm +zone=31 +south +datum=WGS84 +units=m +bounds=-2,-85,8,5  <>
+    3.3714337168114916,-41.656301779851944,530926.257532853,5388316.420452298
+    6.047004009010399,-72.85347744010508,600226.880548808,1913317.79822895
+    1.9663049009840403,-33.26165373563735,403720.443758049,6319229.112140089
+    -0.5832465001362934,-61.40357669759678,308728.37203844,3187005.188882524
+    5.290945670313544,-17.79149233364079,742861.934725211,8031398.550297413
+    4.691301680847466,-71.4135418967851,560160.074803186,2075638.281531768
+    6.424023772908615,-27.250355227403837,839077.62908122,6981192.404672761
+    0.5507148383230636,-62.70155453567095,374694.744934411,3045281.481167686
+<EPSG:32732> +proj=utm +zone=32 +south +datum=WGS84 +units=m +bounds=4,-85,14,5  <>
+    13.03083097920351,-39.01721682237843,849012.333889585,5673576.882837869
+    6.714987580788604,-79.98722646836453,455658.422023084,1118969.056472346
+    11.728609211604194,-21.996017301587322,781734.354950092,7565099.928348764
+    9.662315151820316,-16.31259636692107,570752.25280159,8196371.587594513
+    4.350509084013925,-15.015233445158515,-298.328955952,8334721.643624526
+    7.526766983154723,-37.40442372725929,369611.228421937,5859243.664538583
+    4.826135060244884,-1.7161721458759303,35347.086248324,9809803.300478185
+    5.901104989516877,-70.26355799349876,383250.265860696,2201762.446332566
+<EPSG:32733> +proj=utm +zone=33 +south +datum=WGS84 +units=m +bounds=10,-85,20,5  <>
+    17.51488359023682,-43.56574239386961,703096.706092927,5173284.452979106
+    17.390202027657786,-2.5454546005553738,765786.280876312,9718402.60391556
+    17.085185496973345,-3.8070104866752246,731571.363905818,9578924.867227973
+    16.354500174174383,-6.8768205267190154,649658.455684831,9239656.32120995
+    16.03299686256125,-9.600083395872161,613353.341617107,8938632.748275748
+    10.142269911675356,-41.69097184828258,95697.380906964,5373119.912276261
+    17.636318420123693,-76.3585043089085,569384.865975034,1523259.399458962
+    19.848762215946316,-62.12458678488827,752757.284659252,3102478.461322791
+<EPSG:32734> +proj=utm +zone=34 +south +datum=WGS84 +units=m +bounds=16,-85,26,5  <>
+    18.983684603427974,-56.154677508267724,374759.332391165,3774874.435978889
+    16.51788247550551,-58.123537649710684,236097.815146139,3548763.370541197
+    20.32074953306637,-34.73269223670336,437815.861983877,6156389.681059847
+    25.39914075029393,-8.016280670423228,985223.970659923,9111300.74441275
+    22.869925947306445,-14.072889229263737,701902.768508865,8443411.15125592
+    18.715512052853228,-81.08810702772452,460500.19458372,996182.903319852
+    24.938067240100604,-66.83060774042995,672809.249466032,2582040.454886245
+    24.292850059024666,-27.34191051188523,825811.269318226,6971390.884627968
+<EPSG:32735> +proj=utm +zone=35 +south +datum=WGS84 +units=m +bounds=22,-85,32,5  <>
+    29.732051430499705,-52.90219028339466,683744.135644666,4135114.631665829
+    28.326279801338195,-82.01156372491755,520575.802922873,893644.355155982
+    23.83880158397565,-79.24352657399618,434166.803168365,1201061.509413488
+    24.287091511195438,-84.68259260478702,471940.961947917,595041.127083555
+    24.699177518274954,-18.261690011317057,256737.805567407,7979330.572250376
+    28.919530231045123,-18.310565653730563,702878.480689219,7974386.167188
+    31.17347546612654,-27.215085255137353,913495.595397325,6982846.478374884
+    24.635746264457982,-53.00166007728213,341352.524347703,4124929.997049286
+<EPSG:32736> +proj=utm +zone=36 +south +datum=WGS84 +units=m +bounds=28,-85,38,5  <>
+    35.83703476637267,-80.04255482277823,554745.314928699,1112329.163684353
+    29.74397505789683,-61.70004145527468,327834.977597235,3154925.882396633
+    34.34532723053688,-58.453404346780076,578510.294520333,3520023.559114417
+    28.36121418714812,-35.7552365359691,80482.808539727,6033262.872954208
+    35.777472557079456,-65.66194543639287,627693.359405524,2714948.920783302
+    29.71318138887414,-79.27340034923007,431741.169929649,1197587.771117471
+    31.63956198062459,-55.277741185689585,413579.793359471,3873457.761302156
+    28.33335264510538,-29.874751766668368,49095.716370344,6685933.648486191
+<EPSG:32737> +proj=utm +zone=37 +south +datum=WGS84 +units=m +bounds=34,-85,44,5  <>
+    41.33338136961952,-30.65124002170363,723595.207010015,6606726.426185085
+    36.13616365769528,-68.40649884221429,382416.994131728,2409080.492114447
+    34.298737394378506,-55.34174965842503,201946.903595787,3857110.367370805
+    35.45311373116066,-77.28294524264578,412888.797977469,1419020.926379068
+    36.522362231523,-11.32558279061125,229556.394711412,8746871.472263493
+    35.67715704770697,-21.436821806293473,155533.143786222,7625853.429194642
+    41.602393149188266,-63.13099577258539,631200.164448466,2997156.92988074
+    42.79171960781074,-20.19134771313003,896374.123890262,7762812.352813588
+<EPSG:32738> +proj=utm +zone=38 +south +datum=WGS84 +units=m +bounds=40,-85,50,5  <>
+    48.42476305460836,-46.486622784749706,762845.008106342,4846182.777578348
+    49.49272190553881,-50.740140537476925,816945.541021199,4369441.419511333
+    42.38385188562122,-33.97894842745183,258313.043389885,6237093.077796472
+    48.77243807499967,-3.9373465081288685,919095.806564063,9563849.620036911
+    47.89154847560485,-62.01506200508112,651340.73026186,3120768.571161384
+    44.0283448919489,-25.81253186799279,402602.284403936,7144717.175948652
+    42.286815500972864,-17.79901318387492,212363.539085753,8029967.732694303
+    44.99279441286437,-53.90102808560138,499526.557415961,4027489.885451977
+<EPSG:32739> +proj=utm +zone=39 +south +datum=WGS84 +units=m +bounds=46,-85,56,5  <>
+    51.73858488486208,-35.69042212210282,566826.689302832,6050136.07748094
+    55.200868356821935,-23.121753807528847,930392.820501485,7436798.647072246
+    47.267746783949505,-27.247240975513293,130364.200194024,6980663.114853355
+    50.43155252354922,-5.046100866612349,436988.528480791,9442212.285762776
+    48.90734540752256,-26.86465149051832,292101.346369895,7026839.574462185
+    54.945345223336915,-42.74873107775636,822906.207048805,5259534.916680938
+    50.49961173719715,-53.67676653401161,466946.334845846,4052324.183794928
+    47.73211076566768,-77.28587682868368,419752.134011913,1419091.82192618
+<EPSG:32740> +proj=utm +zone=40 +south +datum=WGS84 +units=m +bounds=52,-85,62,5  <>
+    57.132186339470884,-14.589111189205838,514237.802632653,8387115.183242615
+    56.03523192011097,-79.07604506330793,479590.599446335,1221369.989472488
+    61.39527258898478,-15.049292624924618,972820.236872175,8331506.408873644
+    60.48840474795695,-79.07267480055563,573779.628806759,1219708.849706652
+    60.3340949477257,-44.29107626411365,766001.698601356,5090389.541329175
+    56.337959158372406,-59.11101442633566,462087.128863227,3447398.38301877
+    61.14389091524012,-16.3752012450678,942851.546934222,8185040.633372586
+    59.85122649957931,-35.293648918857976,759282.083992649,6090662.398681106
+<EPSG:32741> +proj=utm +zone=41 +south +datum=WGS84 +units=m +bounds=58,-85,68,5  <>
+    58.05824389723031,-79.33846207508151,398053.228164527,1187926.998662282
+    64.49814044790905,2.9863927256285905,666499.6363042,1.0330202552651703E7
+    64.0820595008744,-42.49663047105657,588913.889079793,5294513.848847408
+    58.89038862666117,-7.9099629516841645,46648.69605009,9123415.516560262
+    60.01635018534126,-38.39576123504361,239430.392134627,5746057.030564817
+    66.69345847574218,-41.9763271169869,806019.43288405,5346250.37797871
+    64.38252756737191,-44.94470201471019,609069.117964524,5022262.800758228
+    60.34772702402179,-46.458231023191836,296333.911865543,4851619.645722306
+<EPSG:32742> +proj=utm +zone=42 +south +datum=WGS84 +units=m +bounds=64,-85,74,5  <>
+    64.99719305717306,-50.65341536031884,217082.363139771,4381067.371648209
+    67.14294091454526,-73.61969947577926,441552.16722504,1829479.998477635
+    65.6628178846132,-25.070104655329658,163314.399664666,7223131.802646751
+    70.20202326727359,-29.85494977403441,616104.91571236,6696680.877447858
+    67.88563620424165,4.399177557694074,376354.343655136,1.0486343121462949E7
+    72.13244884596882,-1.457161221925162,848625.825574692,9838697.028022846
+    71.70846112314422,3.030965207557699,801077.399832166,1.0335392347520452E7
+    68.7456034574953,-66.77456151380994,488805.091153043,2593727.9488411
+<EPSG:32743> +proj=utm +zone=43 +south +datum=WGS84 +units=m +bounds=70,-85,80,5  <>
+    75.96447742060312,-72.36547149485371,532610.675615426,1970039.868851769
+    77.01316410552158,-27.467013876353157,698928.409951605,6960224.58304878
+    76.9527516946222,-15.24460991333288,709730.062525211,8313678.758797964
+    73.49925702303386,-77.63156853568638,464119.058677455,1382287.976772746
+    71.14360303466246,-69.76102844072038,351197.756217418,2256075.271739298
+    76.3071423851093,-52.77319656660911,588179.763090111,4152158.023427862
+    77.67966748875295,1.4780329831467895,798190.671126276,1.016354737798566E7
+    76.60881917077,-36.39520361931725,644277.798132378,5971014.162450863
+<EPSG:32744> +proj=utm +zone=44 +south +datum=WGS84 +units=m +bounds=76,-85,86,5  <>
+    78.6004403946087,-2.0497712060992512,233080.438491252,9773237.717860099
+    82.83034782298584,-82.96965268033222,525006.900948971,786532.265402893
+    80.7798941796997,-62.570204936685656,488687.504624719,3062276.53500872
+    82.31321008009596,-15.328987660194343,640972.41224947,8304858.845326468
+    82.62938379440197,-41.493885299329435,636007.951247131,5405133.152311543
+    84.27484865703954,-65.18756067994427,653293.169537553,2766663.957391856
+    76.57661705812482,-58.47874086814116,242152.39185799,3509496.973622593
+    77.58087850278093,-40.515766500191795,210325.379483053,5509376.476501069
+<EPSG:32745> +proj=utm +zone=45 +south +datum=WGS84 +units=m +bounds=82,-85,92,5  <>
+    86.85067094195875,0.5359199075323176,483384.117677043,1.0059235472018315E7
+    86.06332832791482,-42.29545056848259,422786.620691565,5316994.640051016
+    84.84617731187602,-36.70185392377781,307602.631645083,5936039.278630245
+    82.00616833508883,-45.62246957386556,110705.130383603,4935756.19092335
+    87.87896739559766,-64.97005734975505,541494.51389287,2794594.062489852
+    83.97949775646413,-82.92490511199246,458483.258184111,790837.740341833
+    85.74002899738385,-84.17460211809879,485723.502596437,652257.885614179
+    85.83320831975888,-83.31636199436558,484839.790613794,748071.132566119
+<EPSG:32746> +proj=utm +zone=46 +south +datum=WGS84 +units=m +bounds=88,-85,98,5  <>
+    97.74461513756356,-16.041843942287187,1008023.451359174,8220613.800376203
+    89.51181454521608,-50.35388171448829,251880.140295388,4416202.968204021
+    97.67505148635034,-30.369963397275917,949461.411469837,6630934.788715811
+    94.46264057458954,-76.1440340615548,539096.75536157,1548258.206139641
+    88.88440282991914,-22.906300618075406,77681.897547065,7460942.072206547
+    91.47400944006611,-70.68847631003636,443681.967276394,2156638.981655907
+    89.8467373440483,-82.90254390912703,456523.950682644,793232.739288604
+    95.30516416846442,-41.326264327368264,692915.451685471,5422460.091746023
+<EPSG:32747> +proj=utm +zone=47 +south +datum=WGS84 +units=m +bounds=94,-85,104,5  <>
+    96.28026786213026,-6.181503781617522,198998.654313865,9315961.85041114
+    103.53705780707095,-75.4766973409643,626888.826482889,1618338.903297355
+    101.90346328525608,-46.78389105432094,721620.126882876,4814756.834955266
+    102.47829175045706,-51.37006392104949,742090.956041619,4303277.627073667
+    95.06064224750453,-8.00309358513529,65557.902216432,9113278.334966071
+    98.51631769110497,-33.8933736607215,455277.052649612,6249561.166713737
+    102.88147943316616,-41.242492854897776,825271.947174016,5427054.001942068
+    94.6184771329823,-70.07898668478974,333509.576752562,2219329.826429143
+<EPSG:32748> +proj=utm +zone=48 +south +datum=WGS84 +units=m +bounds=100,-85,110,5  <>
+    108.92275557363025,-48.574272730237226,789329.622430338,4612436.556264133
+    108.57242741389618,-55.90851995042648,723276.728878493,3798334.289999062
+    101.67600807595117,-83.46063928988806,457759.502222644,730900.490689393
+    108.72956443717075,-83.89308290705635,544266.434068502,682408.983276129
+    104.42784096006686,-16.569173724809787,438959.249564911,8168017.200609284
+    103.6718662495,-11.23318965293069,355012.722776846,8757909.084347803
+    107.06241958403648,-31.714085394843657,695427.659694453,6489405.594470507
+    105.04895068725206,-5.424949317511334,505422.75113185,9400361.9211988
+<EPSG:32749> +proj=utm +zone=49 +south +datum=WGS84 +units=m +bounds=106,-85,116,5  <>
+    108.72462322061058,-83.31254824660459,470424.647457643,748066.853341056
+    115.04670679990346,-29.724544929425107,891535.47720691,6704873.6991597
+    113.39906620515477,-81.9708987598458,537399.835057732,897644.085398557
+    106.70680208468568,-6.444861859775784,24837.056979136,9285617.966558771
+    110.51692195602621,-67.57512624365687,479435.453176237,2504423.968769172
+    110.55538680238686,-44.69719057094829,464773.59075313,5050590.858903762
+    110.47822057138146,-83.74525710122988,493653.363467225,700316.033442857
+    111.43822104508835,-58.36891753819231,525635.83867438,3530132.4389398
+<EPSG:32750> +proj=utm +zone=50 +south +datum=WGS84 +units=m +bounds=112,-85,122,5  <>
+    117.57563750456478,-28.021142395049765,556587.617057999,6900322.026156804
+    114.35292184923317,-83.29255889737006,465494.023601257,750089.905889876
+    121.6127388890746,-0.5946432247965845,1013813.863676316,9934059.02556885
+    113.49368369425696,-13.538080997417424,120393.664006188,8500637.135663677
+    113.00622045039148,-47.87825962301591,201405.88301949,4689505.730955248
+    119.34476948122598,-29.65527894067486,726957.66620766,6717112.95922159
+    117.6944758891224,-53.44879354153827,546121.489334859,4077578.450848357
+    118.42839260954743,-39.79942920646217,622285.46271137,5593527.974215422
+<EPSG:32751> +proj=utm +zone=51 +south +datum=WGS84 +units=m +bounds=118,-85,128,5  <>
+    123.58992007693618,-23.753549984105433,560115.838541518,7372933.808948306
+    126.99551369094962,-20.896461037524062,915787.662250363,7684134.440928801
+    124.23839218831756,-64.37844975841554,559748.950659309,2860230.788465048
+    126.77578777757653,-79.09367811610561,579698.312193659,1216991.08126458
+    122.59701970803161,-1.8609217630629615,455181.503118906,9794306.387334468
+    120.19984369344415,-45.127855234762166,279796.506430075,4999031.477433905
+    120.08731406402592,-64.19907813541136,358586.528728465,2877564.623385313
+    126.90236388603799,1.0226508423818785,934504.809633292,1.0113298166458098E7
+<EPSG:32752> +proj=utm +zone=52 +south +datum=WGS84 +units=m +bounds=124,-85,134,5  <>
+    124.13822131334697,1.104610399976096,-41548.551778887,1.012253653661463E7
+    126.54866893448485,-75.63846258352729,432146.411525932,1603749.154054333
+    133.95962673234953,-54.586751596339596,820380.789753975,3939880.022884079
+    130.96109142687808,-43.92112341702097,657438.11574254,5135018.385139832
+    133.13579150239178,-31.224459813923758,894059.262474362,6538141.184023412
+    129.71887662500777,-31.85783548213086,568007.096838647,6475096.80352999
+    125.16198959199494,2.498821767187991,73008.538945378,1.0276820869676242E7
+    128.01265270431801,-7.150792300502573,390976.596008773,9209464.571906213
+<EPSG:32753> +proj=utm +zone=53 +south +datum=WGS84 +units=m +bounds=130,-85,140,5  <>
+    137.53314921920165,-56.81726219482103,654616.707962611,3700093.977294317
+    130.55861945030057,0.7628298550553865,5330.235971936,1.0084571313577225E7
+    134.99447927261727,-77.03918630993562,499861.77769385,1448853.936265891
+    139.795222728883,-84.41877819686921,552008.342734578,622987.365322903
+    136.49095192675398,-28.181000962684024,646357.693641405,6881847.52624836
+    134.0656043871714,-3.3019617337561016,396192.022545796,9634981.204521071
+    136.6142700406379,-1.144484065526541,679616.149900525,9873449.405229842
+    134.68153529421238,-35.16356155653933,470997.46320391,6108771.91574434
+<EPSG:32754> +proj=utm +zone=54 +south +datum=WGS84 +units=m +bounds=136,-85,146,5  <>
+    138.87516328969429,-20.51916158234262,278430.181685812,7729625.999350585
+    142.0227245828496,-55.83872603354236,564049.205713945,3811396.505034958
+    137.01667559174308,-6.3262512748653705,59087.900491036,9299039.799523521
+    145.35427510695743,-81.36153990004489,572946.870082491,963697.776541974
+    138.19194882582374,-72.78526329636847,407271.487995768,1921303.42946398
+    144.89960888074677,-62.15861710318261,703099.792988134,3102034.618978865
+    139.39243500847752,0.8669186387503771,321114.984649682,1.0095858607144594E7
+    142.95531200899998,-41.424309508542834,663389.64348907,5412293.829584396
+<EPSG:32755> +proj=utm +zone=55 +south +datum=WGS84 +units=m +bounds=142,-85,152,5  <>
+    148.06714989002498,-45.00867010230565,584095.055738704,5015532.576088013
+    147.57814797511224,-42.45819316887501,547535.889451535,5299187.171587837
+    150.48374136944628,-0.39543515374617755,887884.684975907,9956211.0655834
+    145.79799906763876,-75.142948873492,465599.157557686,1660094.951243348
+    144.3384868708768,-52.64855054039919,319954.924342503,4163498.933559591
+    146.74284991221222,-12.549329942864262,472064.750547378,8612687.70739705
+    146.51769715498466,-35.38504612084112,456196.0563716,6084148.663484387
+    148.0955102924979,-4.103597423921613,621599.810926949,9546338.21057876
+<EPSG:32756> +proj=utm +zone=56 +south +datum=WGS84 +units=m +bounds=148,-85,158,5  <>
+    150.50538711620973,-45.65509459292961,305641.002457983,4941245.887820443
+    151.03294181728296,3.831618805782526,281558.852877487,1.0423765985572655E7
+    150.12978673280585,-47.50002328122803,283842.27872763,4735274.323902894
+    156.76618120250043,-11.338951946554673,911230.04669379,8743881.900001442
+    152.78771094208977,-10.77714180426159,476791.431432783,8808653.88265503
+    156.9151689877693,-45.47114065331145,806032.152103897,4957249.842700792
+    156.9208589801423,-20.692841677441066,908558.933510541,7706900.7526557
+    152.78984029149427,-58.92606521475601,487899.978097912,3468161.608524819
+<EPSG:32757> +proj=utm +zone=57 +south +datum=WGS84 +units=m +bounds=154,-85,164,5  <>
+    163.45471443569045,-78.2617457572589,601077.014295026,1308569.91010271
+    163.3723498793191,-15.65330071087115,968994.372843119,8264578.824241425
+    155.88077593439525,4.997238906512521,154049.536872105,1.0553179989327675E7
+    163.80102450590272,-17.960512258416614,1008847.631287836,8007598.246422241
+    154.12715376678307,-4.777269696471365,-41002.473993231,9470036.432877248
+    161.67157454318317,-82.63705390761955,538210.265015683,823173.606605927
+    156.05301728135814,-39.93702732515257,248195.77523526,5575073.02706741
+    157.36571229394735,-71.42485984783349,441901.610440785,2074432.134259037
+<EPSG:32758> +proj=utm +zone=58 +south +datum=WGS84 +units=m +bounds=160,-85,170,5  <>
+    163.61571976199502,-4.098543556434038,346340.67497652,9546847.35274631
+    162.87314444960717,-22.243422815864037,280804.653521544,7538688.625136022
+    162.9500958742478,-47.0265607499666,344234.41407415,4789845.094478637
+    165.67834276532506,-3.262246373825718,575362.826722419,9639394.459717654
+    160.44126199519494,-38.168847649151814,100574.109189382,5765619.203332895
+    164.6741215337414,-21.321708884674294,466204.80610886,7642212.337248915
+    163.5281269547745,-14.045425778918485,341067.029662062,8446754.304801319
+    164.38913057503834,-20.025543143196373,436109.245505586,7785575.448977523
+<EPSG:32759> +proj=utm +zone=59 +south +datum=WGS84 +units=m +bounds=166,-85,176,5  <>
+    173.89175427076535,-80.63713763341536,552499.531663563,1045991.067233803
+    171.4588069748359,-83.04993286272997,506198.133072646,777942.20850388
+    175.37223334456118,-75.44445185316346,622552.726314613,1622274.682625461
+    171.03038032811273,-40.47427878025479,502575.225278019,5519599.869905096
+    172.3793167207985,-62.05015926033055,572122.161479908,3119465.125223194
+    166.43119894196366,-40.32950973962305,111822.185385116,5525641.50958535
+    174.55524016661354,-8.689976858212475,891338.985073723,9037586.643397836
+    172.5317770783262,-23.826659331345667,656019.271129736,7364121.830671009
+<EPSG:32760> +proj=utm +zone=60 +south +datum=WGS84 +units=m +bounds=172,-85,182,5  <>
+    179.86358962306,-46.23073679980511,720807.040284055,4876329.290657135
+    175.92836506464062,-6.315184464134035,381465.877265667,9301832.109395318
+    179.73237627772136,-26.20093258055563,773046.56546807,7099187.812220914
+    173.14306962880448,-13.324502183269004,82015.173645871,8523732.428652724
+    177.53255465465975,-22.85568323475711,554635.415261446,7472357.290580181
+    175.837036413763,-14.702375056445206,374793.933096257,8374269.688507101
+    174.41822831477475,-29.213458854335414,249009.200278681,6765603.458992847
+    177.08909392615743,3.555868324867504,509894.968385789,1.0393035830291366E7
+<EPSG:32761> +proj=stere +lat_0=-90 +lat_ts=-90 +lon_0=0 +k=0.994 +x_0=2000000 +y_0=2000000 +datum=WGS84 +units=m +no_defs  <>
+    -144.7369498854837,44.19864927044381,-1.5190784878284521E7,-2.2312646917414278E7
+    78.90124478556334,-25.99420535002308,9772633.655299969,3524754.731751341
+    -167.40902166856108,-82.42825161368323,1816491.909252568,1178424.361025168
+    -96.82048700263474,-4.53072170449903,-9599041.198404495,612691.504473972
+    94.61912992552146,52.58459009294799,3.900008019050864E7,-989389.667204568
+    159.99277158711828,-5.473810249752347,5931700.589873564,-8798019.752068495
+    171.3888983454279,37.036280193763545,5782774.283052119,-2.2979692867277693E7
+    145.15852468737882,-39.64450007072749,5408496.017544689,-2896615.74906368
+<EPSG:32766> +proj=tmerc +lat_0=0 +lon_0=36 +k=0.9996 +x_0=500000 +y_0=10000000 +datum=WGS84 +units=m +no_defs  <>
+    34.55630010871886,76.07940319636893,461233.045331267,1.8444519561681673E7
+    33.401799870289175,10.085372005327173,215231.334463757,1.1115982794967482E7
+    42.54149948575141,44.39977676018452,1020948.035901487,1.4937129637995318E7
+    39.68157972001697,-40.43337887285134,812297.311269352,5517627.965187532
+    35.368568865644136,78.52828122187131,485981.022037966,1.8717402857838064E7
+    38.2430716336439,2.452735888797889,749434.494664481,1.0271311704562599E7
+    33.10850599247364,-8.364489610095376,181518.766288887,9074237.120155651
+    38.7668475052348,80.83262143937688,549193.960256484,1.897569423085826E7
+<EPSG:37002> +proj=lonlat +ellps=fschr60 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    157.853408514614,-25.632019175537906,157.853408515,-25.632019176
+    -121.51925171685576,17.78859937543075,-121.519251717,17.788599375
+    178.3995844028426,60.11304002544068,178.399584403,60.113040025
+    -38.812749898516785,0.9160802570721955,-38.812749899,0.916080257
+    -54.23714895911097,56.50690418186008,-54.237148959,56.506904182
+    174.2362051090858,5.560853649458139,174.236205109,5.560853649
+    -124.00280110159683,82.52785606535738,-124.002801102,82.527856065
+    14.21849364961244,-18.542194165763078,14.21849365,-18.542194166
+<EPSG:37003> +proj=lonlat +ellps=fschr68 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    171.9049256641547,72.20568150946343,171.904925664,72.205681509
+    -2.004255265728375,-18.980893910566053,-2.004255266,-18.980893911
+    111.22325429382005,-56.55818010371558,111.223254294,-56.558180104
+    128.7061020300763,43.21968711372173,128.70610203,43.219687114
+    -43.881988261001766,-11.740134490863085,-43.881988261,-11.740134491
+    -5.072304436299902,-46.19816124341008,-5.072304436,-46.198161243
+    -34.55534699580454,52.9298966258699,-34.555346996,52.929896626
+    94.16848705308996,57.39494509555513,94.168487053,57.394945096
+<EPSG:37004> +proj=lonlat +ellps=fschr60m +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    64.00340265689059,78.24893295402882,64.003402657,78.248932954
+    -138.59230508144373,-83.89332805861903,-138.592305081,-83.893328059
+    -93.43267878597945,-55.60012804948259,-93.432678786,-55.600128049
+    -44.55827677336441,-21.633193326339395,-44.558276773,-21.633193326
+    33.87895105467268,32.024609781246824,33.878951055,32.024609781
+    12.088259556963408,-39.081224969835695,12.088259557,-39.08122497
+    -146.54994264629244,-69.20014958774632,-146.549942646,-69.200149588
+    -32.55622692816692,50.878201248329475,-32.556226928,50.878201248
+<EPSG:37005> +proj=lonlat +ellps=hough +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    28.924151761879585,17.83130272798587,28.924151762,17.831302728
+    141.95189201868533,19.917363112756107,141.951892019,19.917363113
+    -21.74694325711755,56.28345666137281,-21.746943257,56.283456661
+    23.586003939339406,14.352882642281514,23.586003939,14.352882642
+    0.12749396668041868,-53.839279514154455,0.127493967,-53.839279514
+    101.70081577326579,-80.71909379327533,101.700815773,-80.719093793
+    -42.050015535503746,-2.3474347561026434,-42.050015536,-2.347434756
+    10.116349697321255,54.40248668489366,10.116349697,54.402486685
+<EPSG:37006> +proj=lonlat +ellps=evrst69 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -132.44085362854412,-0.3183036317274883,-132.440853629,-0.318303632
+    -63.37327849309632,-1.3474830585075637,-63.373278493,-1.347483059
+    -121.5364980841068,-45.70016966829183,-121.536498084,-45.700169668
+    150.43059742550963,-83.98011719141564,150.430597426,-83.980117191
+    -51.266747940112595,-16.314839985704154,-51.26674794,-16.314839986
+    -145.383540955692,86.69411997461276,-145.383540956,86.694119975
+    83.7956523969035,40.89268599996237,83.795652397,40.892686
+    -10.747483920542464,89.0745660676667,-10.747483921,89.074566068
+<EPSG:37007> +proj=lonlat +ellps=walbeck +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    92.6279894471972,76.1424889635671,92.627989447,76.142488964
+    92.55228772976398,50.84346552561482,92.55228773,50.843465526
+    17.237638655270644,34.49649594179374,17.237638655,34.496495942
+    102.55729963314576,33.24749751031317,102.557299633,33.24749751
+    -177.85805313109847,1.0607297190354643,-177.858053131,1.060729719
+    -127.45421767119304,-25.01487244402223,-127.454217671,-25.014872444
+    64.13630768777304,-77.08698345707103,64.136307688,-77.086983457
+    -17.306752980736633,-19.75679149230473,-17.306752981,-19.756791492
+<EPSG:37008> +proj=lonlat +ellps=sphere +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -96.63475018303127,75.41245135355354,-96.634750183,75.412451354
+    -44.19757966352131,-60.06337988755497,-44.197579664,-60.063379888
+    141.51396262949226,-86.84842070551193,141.513962629,-86.848420706
+    -127.8762024788756,63.89677532946246,-127.876202479,63.896775329
+    167.5660465884581,51.047261813598,167.566046588,51.047261814
+    111.27998343316438,65.12172998386035,111.279983433,65.121729984
+    91.47084613315945,-57.970846354267664,91.470846133,-57.970846354
+    -49.10326704889303,-72.27969961235767,-49.103267049,-72.279699612
+<EPSG:37202> +proj=lonlat +ellps=evrst30 +no_defs +bounds=88.01,18.56,92.67,26.64  <>
+    89.42464451209797,20.67185008071157,89.424644512,20.671850081
+    89.77477733955857,20.93718767927034,89.77477734,20.937187679
+    89.03873624792438,19.72659440361037,89.038736248,19.726594404
+    92.49489964726493,24.26148193646276,92.494899647,24.261481936
+    91.3264198099654,23.113664420468137,91.32641981,23.11366442
+    88.96889836795147,20.201674775723088,88.968898368,20.201674776
+    89.68541752413523,23.133415513984435,89.685417524,23.133415514
+    91.39402062926463,20.446683765479527,91.394020629,20.446683765
+<EPSG:37203> +proj=lonlat +ellps=evrst56 +no_defs +bounds=65.6,3.87,97.42,35.51  <>
+    91.09297003409006,29.64508402727849,91.092970034,29.645084027
+    89.98984238724307,10.538645385383642,89.989842387,10.538645385
+    73.78695856539566,14.084329608244289,73.786958565,14.084329608
+    84.78822727258978,23.724394162051162,84.788227273,23.724394162
+    79.54772229552358,30.151719377802603,79.547722296,30.151719378
+    69.94146332018117,25.39715690126949,69.94146332,25.397156901
+    91.74628453629315,18.11590941759161,91.746284536,18.115909418
+    69.12161391328917,34.857128217424176,69.121613913,34.857128217
+<EPSG:37206> +proj=lonlat +a=6378249.145 +rf=293.465 +no_defs +bounds=51.99,14.33,63.38,26.74  <>
+    63.3545618541753,17.133718504963213,63.354561854,17.133718505
+    53.79790982750545,20.664327750913884,53.797909828,20.664327751
+    58.244302488048426,16.597908682799964,58.244302488,16.597908683
+    54.773835620288686,16.99808415054597,54.77383562,16.998084151
+    55.814018650587094,21.82463168440202,55.814018651,21.824631684
+    59.445842186778236,26.072300610528934,59.445842187,26.072300611
+    57.7787591630566,23.626866154922453,57.778759163,23.626866155
+    57.49770299096752,23.751378069577836,57.497702991,23.75137807
+<EPSG:37207> +proj=lonlat +ellps=fschr60m +towgs84=7.0,-10.0,-26.0 +no_defs +bounds=103.59,1.13,104.07,1.47  <>
+    103.90005621544296,1.4681177260171732,103.900095689,1.468348756
+    103.73243354782699,1.4037060898859604,103.732473319,1.403937306
+    103.75107904879303,1.1461109504750413,103.751118783,1.146342896
+    103.85716875810755,1.19787547717989,103.857208304,1.198107275
+    103.92151358822672,1.4087982775494743,103.921553022,1.409029476
+    103.83700722037584,1.3073866797603722,103.837046804,1.307618168
+    103.95370163961181,1.424873590387771,103.953741016,1.425104742
+    103.59894841178011,1.4026192725396687,103.598988421,1.402850494
+<EPSG:37218> +proj=lonlat +ellps=intl +towgs84=230.0,-199.0,-752.0 +no_defs +bounds=156.44,-8.86,158.2,-7.52  <>
+    158.0343604761315,-8.063119893536433,158.033466695,-8.0562514
+    157.22169727425967,-8.452249941926539,157.220839767,-8.445379633
+    157.66241576434547,-7.60712780570148,157.661539901,-7.600258925
+    158.15693328031307,-7.713239061628258,158.156034672,-7.706371073
+    157.4075176763748,-7.616864756943194,157.406653428,-7.609995352
+    157.40161842187376,-8.210089369930351,157.400753207,-8.203219462
+    157.68386660915988,-8.346517690234831,157.682988191,-8.339648386
+    157.90642252067914,-7.6564925854950925,157.905535434,-7.649624139
+<EPSG:37221> +proj=lonlat +ellps=intl +towgs84=252.0,-209.0,-751.0 +no_defs +bounds=159.55,-9.98,160.88,-9.2  <>
+    160.05373923267342,-9.808538059866748,160.052732055,-9.801649277
+    160.34522529099326,-9.58222460626582,160.34420452,-9.575336781
+    159.88863222874065,-9.967586659927031,159.88763267,-9.960697365
+    160.8455507557699,-9.554597285522243,160.84450564,-9.547710962
+    159.79915740534918,-9.510206781222852,159.798163595,-9.50331743
+    160.2854226604202,-9.351533384364776,160.284405493,-9.344645574
+    159.60877083945596,-9.886891032943165,159.607785275,-9.88000092
+    160.6656401807946,-9.34893888111619,160.664604454,-9.342052172
+<EPSG:37225> +proj=lonlat +datum=carthage +no_defs +bounds=7.49,30.23,13.67,38.41  <>
+    8.629168025967894,31.23303446145137,8.628691596,31.231289572
+    8.672893867144449,30.421209684172762,8.67241937,30.419422356
+    11.097648504161743,35.202032990047954,11.097027971,35.200488062
+    11.23147076760987,32.499984470605156,11.230863089,32.498314673
+    11.714968313215339,35.742056528427575,11.714313054,35.740538042
+    12.039345588963545,31.442641317366167,12.038706809,31.440922073
+    13.418863932430893,34.80826316893037,13.418133152,34.806713804
+    13.587556274673627,37.55685201523339,13.586791033,37.555418008
+<EPSG:37240> +proj=lonlat +a=6378249.145 +rf=293.465 +towgs84=-7.0,215.0,225.0 +no_defs +bounds=-63.63,16.34,-62.2,17.67  <>
+    -63.46123132495219,16.430417639995472,-63.462072107,16.429677022
+    -63.593588527100714,16.682556890862102,-63.594426167,16.681834104
+    -62.75254770737852,17.019676542113256,-62.753413718,17.018981693
+    -63.14429164750672,17.532031868651988,-63.14514752,17.531372217
+    -63.214633687820324,17.098328015380247,-63.215485306,17.097636896
+    -63.21812692992109,16.743053086979657,-63.218976841,16.742336228
+    -62.686601678510385,16.412199533030122,-62.687467046,16.41146073
+    -63.57177392852145,17.313582567092805,-63.572615077,17.31290544
+<EPSG:37241> +proj=lonlat +ellps=intl +towgs84=-105.679,166.1,-37.322 +no_defs +bounds=-28.9,38.32,-26.97,39.14  <>
+    -28.811933712621865,39.007860699251594,-28.813025926,39.007947594
+    -27.54730020427953,38.70305669284144,-27.548431303,38.703161264
+    -28.808001081230245,38.517606774420756,-28.809085983,38.517702805
+    -27.085641028490834,38.82213687815816,-27.086789792,38.822243778
+    -28.726196887614353,39.01569885692654,-28.727292203,39.015786408
+    -27.65067704373536,38.469025070470735,-27.65180095,38.4691329
+    -28.588154359068366,38.37015738374614,-28.589244628,38.370258153
+    -28.061152903568598,38.41390430043493,-28.062261926,38.414009218
+<EPSG:37243> +proj=lonlat +ellps=clrk66 +towgs84=42.0,124.0,147.0 +no_defs +bounds=-79.92,19.66,-79.69,19.78  <>
+    -79.72209815785259,19.75814944884909,-79.722703555,19.757913956
+    -79.69005029618282,19.756848288336425,-79.6906563,19.756612841
+    -79.78033121396005,19.70614367798037,-79.780935305,19.705905455
+    -79.80908455247285,19.696990587717547,-79.809688061,19.696751822
+    -79.81900343846267,19.702410368250177,-79.819606778,19.702171833
+    -79.81073429058289,19.690454840813164,-79.811337743,19.690215751
+    -79.80588380610969,19.757085299813454,-79.806487601,19.756849473
+    -79.79462976920762,19.70124183784724,-79.795233569,19.701003328
+<EPSG:37245> +proj=lonlat +ellps=intl +towgs84=-487.978,-226.275,102.787,-0.743,1.677,2.087,1.485 +no_defs +bounds=-31.34,39.3,-31.02,39.77  <>
+    -31.236410531540024,39.65840647762516,-31.232131592,39.657069923
+    -31.11942027296948,39.60970598964708,-31.115151037,39.608366049
+    -31.13530400107314,39.76416671731827,-31.131024165,39.762824211
+    -31.280834257265976,39.60984377756231,-31.27655584,39.608509875
+    -31.310481065680502,39.31216425066806,-31.306219464,39.310837484
+    -31.192490577923934,39.684807475305156,-31.188212478,39.683468736
+    -31.255277195138074,39.55753723928809,-31.251003497,39.556203442
+    -31.159223155135354,39.736088223926636,-31.154943725,39.73474719
+<EPSG:37249> +proj=lonlat +ellps=intl +towgs84=-269.089,186.247,155.667,2.005,3.606,-0.366,0.097 +no_defs +bounds=-25.92,36.87,-24.62,37.96  <>
+    -24.72965785714238,37.686728726729655,-24.730131183,37.685784089
+    -25.672158938012284,37.906101579591976,-25.67258781,37.905149419
+    -25.30890651929663,36.9271657676906,-25.309347254,36.926232372
+    -24.79079699719125,37.68395780675768,-24.791267342,37.683012978
+    -25.304390160541107,37.34338047457304,-25.304833547,37.342439714
+    -25.897278271650528,37.17461421688832,-25.897691929,37.173674259
+    -25.277627213964262,37.82028084306491,-25.278074763,37.81933171
+    -25.095208832017267,37.46299509868745,-25.095663071,37.46205301
+<EPSG:37257> +proj=lonlat +ellps=krass +no_defs +bounds=16.11,45.74,22.9,48.58  <>
+    19.12383562780055,47.091098688584516,19.123835628,47.091098689
+    17.668826834960843,46.433356485616024,17.668826835,46.433356486
+    20.755152416213413,45.99858322581263,20.755152416,45.998583226
+    22.491190118806454,47.87482548392195,22.491190119,47.874825484
+    17.680679895657015,47.269613870055736,17.680679896,47.26961387
+    21.18319202991015,47.778188105035305,21.18319203,47.778188105
+    18.789663822515635,47.96448623920238,18.789663823,47.964486239
+    16.976957314667267,46.09271173703962,16.976957315,46.092711737
+<EPSG:37260> +proj=lonlat +ellps=clrk66 +no_defs +bounds=172.42,51.3,-129.99,71.4  <>
+    -135.63308190219524,64.74915588314505,-135.633081902,64.749155883
+    -142.06241802883363,71.18271080100773,-142.062418029,71.182710801
+    -166.97580576696038,51.32922952834259,-166.975805767,51.329229528
+    -136.2730140184371,68.97635281912468,-136.273014018,68.976352819
+    -163.41635907956726,67.62872035985676,-163.41635908,67.62872036
+    -176.21418133545626,62.642468255784955,-176.214181335,62.642468256
+    -138.14663461558632,52.826210165673565,-138.146634616,52.826210166
+    -134.52881248358187,67.03582730665717,-134.528812484,67.035827307
+<EPSG:53002> +proj=eqc +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=60dN +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    47.454027324525924,-38.194426286811805,2638322.30132647,-4247024.42933736
+    -20.75823337050693,-35.534066878021775,-1154104.575002966,-3951206.099324887
+    155.2880091504373,70.58975195835615,8633615.327700797,7849218.594796667
+    -104.03301101732507,63.42569659346037,-5783968.790764432,7052612.359128117
+    105.6102039570697,-63.91878385383421,5871656.67609297,-7107441.135056336
+    -139.85191217460996,-14.388836949905496,-7775407.896364017,-1599964.915748018
+    11.388754680370425,-63.20257161683894,633185.572471409,-7027802.005403082
+    117.4457803894365,46.81785689260764,6529684.392835029,5205905.711451964
+<EPSG:53004> +proj=merc +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=0dN +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    12.231039581650435,60.98106804688476,1360028.908652531,8611826.132048788
+    158.88498213067368,1.2281654788550753,1.7667195613743667E7,136576.165471527
+    14.19000895574598,52.4113618294713,1577856.261933121,6867153.414246779
+    64.35664323775524,-20.6306648841436,7156128.8542068,-2345265.066659938
+    8.441421689643477,-65.65385295609303,938642.823563501,-9771794.276756715
+    59.535033881170136,-50.82398232781649,6619990.607950933,-6582839.683471124
+    -143.90041765448592,-14.574659916731619,-1.6000988850604132E7,-1638393.304599847
+    -168.8476424496572,42.7901101018318,-1.877499237545474E7,5274168.056423277
+<EPSG:53008> +proj=sinu +lon_0=0 +x_0=0 +y_0=0 +a=6371000 +b=6371000 +units=m +no_defs  <>
+    -156.06457473665478,87.01171404758355,-904673.595939596,9675261.160784682
+    -28.237998169061825,36.350499206265994,-2528912.699268508,4041991.092704261
+    129.61926919297076,-27.683631024413906,1.2763096423377963E7,-3078279.32096871
+    -176.86834834900034,-87.15108551467155,-977491.305084116,-9690758.560834091
+    145.7332125340855,-21.50354422006967,1.5076857498962495E7,-2391085.022140925
+    -144.75711761474702,51.91001167193593,-9929754.580757638,5772129.939986228
+    -160.07590829432814,32.11980859496357,-1.507518480579749E7,3571559.760558292
+    60.39325329944734,-8.89613845560865,6634638.778015221,-989205.463034758
+<EPSG:53028> +proj=cass +ellps=sphere +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +k_0=1.0 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -3.9937144968275504,35.41952033891046,-361796.210904819,3945787.730072895
+    -90.7670587266598,-20.014022097887278,-7780515.119785473,-1.0241588607870327E7
+    -58.38962221876693,-28.19765348744665,-5408423.65850085,-5075885.945131623
+    17.965973201713894,-32.61784061743701,1674423.642900696,-3773006.274062716
+    -80.86240021385211,43.437086178915365,-5092765.881119546,8948879.257852532
+    -177.76485642029567,-47.273445898801484,-168608.984171096,-1.4756095695556214E7
+    142.4995780684917,-45.917328956653826,2786188.949633647,-1.4181420195100846E7
+    144.94299558649908,57.44210109579976,2002127.511325991,1.3075866246851513E7
+<EPSG:54002> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=60dN +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -165.73267812090705,57.581907638274345,-9224638.668112608,6409988.637197526
+    -29.503880920881983,-12.428807348757488,-1642178.500268871,-1383568.50523166
+    48.7343648132331,39.87105730915431,2712542.337571197,4438425.797044006
+    -161.09257250615616,4.986995364679473,-8966371.570982119,555149.784584593
+    1.4495612698842706,-32.318466019714606,80682.211218346,-3597675.180533832
+    -20.85377786209213,-18.963539493504086,-1160715.96636195,-2111011.560054553
+    -55.706412234862285,-3.4606441174617544,-3100604.7219524,-385237.140972385
+    118.60153429187784,-59.66926038291891,6601331.202336529,-6642351.681837906
+<EPSG:54004> +proj=merc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=0dN +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -145.79081588065617,-1.0969150497281817,-1.6229359386170972E7,-121298.096435341
+    77.57678122648599,-53.07592839450422,8635807.78351405,-6962872.282313012
+    -137.62291961058258,-48.78300662026652,-1.5320113332533387E7,-6205963.375096464
+    91.96337700160643,31.33131706787219,1.023731629944907E7,3653636.53112641
+    13.751003158798937,-41.12587702911984,1530754.669534312,-5002816.186176132
+    118.84037092899177,2.3768086145807956,1.3229249577498918E7,262890.31039596
+    49.27413193056242,-21.21445522984901,5485171.275790522,-2402013.443294192
+    -152.26175713739542,10.529907121737821,-1.6949701271824457E7,1171035.18865857
+<EPSG:54008> +proj=sinu +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs  <>
+    119.07848921328434,76.38077562156127,3131224.855866283,8481066.651257712
+    172.16031766496036,-5.978611178163092,1.9061250804564245E7,-661104.643283797
+    -20.539900734208516,-85.63219548541362,-174718.725267253,-9514117.803419665
+    -13.75956435046973,-38.29865299079725,-1203618.773245984,-4240648.293556649
+    -26.856691873483186,14.092490672603276,-2900271.459845047,1558578.786550162
+    90.38021764094566,55.09420357589255,5770244.487415805,6107717.469446911
+    179.97821016834962,-22.600499677645132,1.8505676332751736E7,-2500296.421571374
+    -101.27859431467866,75.32867211875893,-2864467.891709976,8363623.966195609
+<EPSG:54028> +proj=cass +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=0dN +k_0=1.0 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -124.14072225978904,42.55707658432027,-9885604.789513666,1.880895629140346E7
+    85.3873064504794,58.567102592091544,3845858.088630271,1.0024960095151104E7
+    98.78950481500021,-6.433089927159216,1.0940658426045138E7,-3065145.928367441
+    -142.27701627640562,-87.60589387784078,223884.16502627,-1.0139324527341304E7
+    -12.375602687055192,-41.21111155598265,-1034424.843265041,-4638558.864152505
+    177.88950164578517,16.77123499610873,2.534975967896997E7,4.129474941477678E7
+    8.591599753072558,-85.42364136423633,76279.546134782,-9496536.904245436
+    -108.47922230241372,-41.96829221773569,-8308480.223627393,-1.4301283001515225E7
+<EPSG:102001> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=40dN +lat_1=50dN +lat_2=70dN +towgs84=0.0,0.0,0.0 +no_defs +bounds=-141.01,40.04,-47.74,86.46  <>
+    -55.295344677818406,81.63286714431992,767372.060147133,4804611.744134866
+    -105.2588929629454,52.85037351562352,-618014.847309616,1456671.943536642
+    -53.403339676521284,55.84055029400472,2466016.433767965,2558920.003097066
+    -125.53305519220073,58.17705498353989,-1659414.574201468,2383980.491768594
+    -124.71318846825326,40.69080899299687,-2419895.128942688,599716.027739242
+    -72.9125618785656,69.09408885517485,898492.70304452,3401577.727637698
+    -81.09080520449022,70.84965335274956,543842.935313773,3502095.068264893
+    -62.627868642811265,83.85308009038627,552827.225820605,4892381.481172761
+<EPSG:102002> +proj=lcc +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=40dN +lat_1=50dN +lat_2=70dN +towgs84=0.0,0.0,0.0 +no_defs +bounds=-141.01,40.04,-47.74,86.46  <>
+    -85.47311848780602,62.746395241706345,527948.141543317,2577696.662949
+    -89.94163616423174,64.90075218147881,282932.861401113,2785309.092783915
+    -82.71885617157002,79.68259442092221,281316.673278387,4475048.786531756
+    -61.589348907255584,86.06893831570716,301960.236929365,5326161.484498397
+    -65.47259062783279,52.342381086453294,1994801.314189975,1862652.209102231
+    -97.8821276682234,48.994306551081806,-138125.320660363,1021679.381232654
+    -75.44090943520726,67.84781189634606,845904.348256236,3230941.018358364
+    -111.76562342262935,70.5898251087098,-580662.24088772,3472736.310861463
+<EPSG:102003> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=37d30'0"N +lat_1=29d30'0"N +lat_2=45d30'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.79,24.41,-66.91,49.38  <>
+    -108.63023054980168,35.510451556651155,-1132319.302017763,-147504.54767225
+    -68.9475050876238,40.77204973699457,2234172.492948764,686835.646219697
+    -69.75710388012192,29.001474490248995,2527515.516102463,-596877.530080238
+    -123.05189873386567,41.549676600687505,-2209674.120062637,770379.383833107
+    -79.88609205529445,38.59577526787175,1383633.908758396,240402.436541665
+    -120.85660170322961,32.53543429041157,-2295579.221699804,-253384.860149166
+    -85.11913702328644,42.09928864515199,891904.99874129,566346.626431681
+    -75.88383984662923,39.537770909255656,1700481.329124569,409043.873606165
+<EPSG:102004> +proj=lcc +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=39dN +lat_1=33dN +lat_2=45dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.79,24.41,-66.91,49.38  <>
+    -84.01711462591508,42.331270745454034,980980.381749092,432872.826622403
+    -91.5593658754952,36.240163104761216,397311.275862127,-295058.781313969
+    -115.62997182981408,41.79209144557525,-1611953.983627443,483239.824105375
+    -71.02450037442502,30.234582901686448,2388219.102207925,-640585.900699666
+    -114.59846726032474,33.48047553320743,-1715151.551112147,-433961.380252179
+    -101.45761811060511,37.431988300593744,-480300.606141991,-158698.68106978
+    -70.129139322523,48.00569335811474,1918238.759433954,1274132.264735313
+    -75.58161926655487,32.76322674365551,1898000.260536162,-475489.598276561
+<EPSG:102007> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=157dW +lat_0=13dN +lat_1=8dN +lat_2=18dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-160.3,18.87,-154.74,22.29  <>
+    -155.37546919541813,21.58164070611287,169535.584747937,950339.093249481
+    -156.68987892144264,20.173414080104788,32553.611750314,794816.815215745
+    -157.7508319375713,21.020441291233407,-78536.049400179,888207.476157327
+    -157.8064262722334,19.779754283089535,-84782.462479712,751512.168644096
+    -159.42827576928607,21.450211545119515,-253545.513097885,936560.782138839
+    -155.8720753181173,19.08592074850089,118924.181785452,675031.75308373
+    -157.43561895215294,19.784851037793146,-45796.566510436,751979.843475378
+    -155.0797501386521,21.522469731806282,200444.770973031,944051.083265902
+<EPSG:102008> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=40dN +lat_1=20dN +lat_2=60dN +towgs84=0.0,0.0,0.0 +no_defs +bounds=-172.54,23.81,-47.74,86.46  <>
+    -84.16230025453908,72.93975968981532,495320.899442291,3673876.271543724
+    -72.91276356111966,49.57891010430304,1564809.489205229,1322125.494046095
+    -135.8868221303701,79.99209856169472,-1410058.754305662,4468728.393618962
+    -81.82848075494996,38.59758803855933,1159478.716058763,-78465.596671691
+    -85.14497493452828,82.53331554183038,379034.530942845,4324177.659717822
+    -66.01339579732168,78.03839743282619,1112831.873101755,4219923.222847052
+    -126.3315510148224,74.83910376089977,-1200604.255565499,3996410.589841922
+    -60.131457885188624,40.948333274891,2773450.387210773,642957.987823394
+<EPSG:102009> +proj=lcc +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=40dN +lat_1=20dN +lat_2=60dN +towgs84=0.0,0.0,0.0 +no_defs +bounds=-172.54,23.81,-47.74,86.46  <>
+    -54.43191296433818,80.97303689352823,1000751.937945912,5057840.93165888
+    -116.12712606320268,70.8896350453838,-820466.660435467,3504347.704405346
+    -82.28111578499515,27.383693026442675,1304016.937807016,-1224680.26235962
+    -171.9867677566819,83.97378723741153,-1278895.384924597,5919854.645501125
+    -90.97656867917419,38.65138624301886,410874.635857441,-128865.52148342
+    -169.7007351360658,85.26460108061175,-1066886.42890834,6049367.645315494
+    -109.15505499001463,51.78913592220389,-865345.454368553,1303062.723924374
+    -89.57901277871336,37.483036131805356,533972.204718419,-243013.214961447
+<EPSG:102011> +proj=sinu +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=15dE +no_defs +bounds=-25.0,-35.0,55.0,39.0  <>
+    18.09893562755657,25.8216490345759,310725.341252283,2857075.670437104
+    13.65211861243688,-33.46889300786505,-125293.346869471,-3704752.32829946
+    17.35909966010386,-27.952320826426924,232147.504731681,-3093157.985885485
+    48.82124799496766,-19.11772351011956,3558595.346901395,-2114699.261072953
+    54.0920226401806,-3.8069249167892494,4342165.875931865,-420954.180740504
+    19.80454078843293,-5.26744198446664,532595.447993271,-582460.033123326
+    24.041602499111114,5.820136029042054,1001352.644580594,643579.509311278
+    -2.8249902940182565,9.545380819110584,-1956975.919842676,1055571.096963379
+<EPSG:102012> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=105dE +lat_0=0dN +lat_1=30dN +lat_2=62dN +no_defs +bounds=25.0,-10.0,185.0,85.0  <>
+    157.03278226721957,38.43424891866182,4095297.692536281,6036012.406031156
+    51.469266504790724,25.539492855101507,-5089297.385652404,5011925.392266641
+    56.368508561255375,0.1540345624915016,-6536796.882908589,2112420.107845154
+    51.63523386202067,55.74859163448566,-3017134.613468479,7550933.565793899
+    120.0829469970195,3.3019174858417895,2065699.871305701,660705.762451032
+    50.765385265814835,75.46145583609488,-1608534.202734629,9339869.397836555
+    90.88281820323131,55.455922045942316,-864042.690536406,6531002.303479137
+    65.29937971604403,34.82898367106655,-3412941.436715355,5118802.22899734
+<EPSG:102013> +proj=aea +ellps=intl +x_0=0.0 +y_0=0.0 +lon_0=10dE +lat_0=30dN +lat_1=43dN +lat_2=62dN +towgs84=-87.0,-98.0,-121.0 +no_defs +bounds=-30.0,34.0,50.0,85.0  <>
+    23.721508389942613,73.62690804834196,483337.221607638,4836154.509881213
+    -0.5744547199447396,72.85981785409898,-384245.610879645,4741877.392635214
+    32.937055913643334,61.92841582451054,1184844.393221648,3727142.32824322
+    -17.1887623861165,48.88237334377982,-1927657.809704548,2434089.43492919
+    -10.28302953365376,63.15350722507348,-1014097.295495052,3817668.209290784
+    25.98157062572028,43.52217579282796,1280346.247458296,1612581.466557554
+    -8.850050626640716,54.80689696845097,-1182553.171050499,2892862.12936417
+    10.729728685083444,36.967818703662985,66205.766000341,750266.159501203
+<EPSG:102014> +proj=lcc +ellps=intl +x_0=0.0 +y_0=0.0 +lon_0=10dE +lat_0=30dN +lat_1=43dN +lat_2=62dN +towgs84=-87.0,-98.0,-121.0 +no_defs +bounds=-30.0,34.0,50.0,85.0  <>
+    -7.522571252304662,54.388399452020074,-1111920.180753972,2869627.741776328
+    -9.796665340550923,59.67595301364718,-1094360.835385246,3467643.988344032
+    0.14568734917942194,36.82050787683271,-895659.701337239,847693.73290777
+    -18.71092495143592,55.23334633052363,-1755476.454599671,3181585.361204183
+    -23.518380367184744,58.41985104959345,-1871743.627643067,3621630.173496854
+    4.765680708981449,55.91324481338204,-322919.829445755,2912741.079162024
+    0.6353287257410578,49.66205522444686,-665849.110613047,2257994.737448587
+    -0.5445595355623745,41.655779828221725,-878524.411548711,1394250.362459022
+<EPSG:102015> +proj=lcc +ellps=aust_SA +x_0=0.0 +y_0=0.0 +lon_0=60dW +lat_0=32dS +lat_1=5dS +lat_2=42dS +towgs84=-57.0,1.0,-41.0 +no_defs +bounds=-90.0,-60.0,-30.0,15.0  <>
+    -44.82663199985071,-7.780962280863207,1646739.168157008,2479691.677800582
+    -67.34754389491923,4.916860284397117,-873396.507215911,3983821.681862491
+    -69.72294987498275,-43.42175944525438,-793942.198265715,-1269064.445255233
+    -51.55338612868466,-54.21419912561892,614096.568439258,-2527688.935844592
+    -70.91482846453158,-46.47838793594183,-864297.778917499,-1621741.098511135
+    -52.77518662285458,-41.65192376271092,600346.245694116,-1059788.844862819
+    -32.347086217046034,-39.954097303937395,2320457.508396343,-1085347.830382412
+    -40.877358366885844,-30.81296117799617,1742911.310488511,7652.807194761
+<EPSG:102016> +proj=aeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +no_defs +bounds=-180.0,0.0,180.0,90.0  <>
+    1.3280930174009313,69.95396543865219,51874.087830436,-2237519.459905205
+    -113.88871487867428,74.73642209481224,-1558434.249781267,690235.802503616
+    132.43637896301158,36.65674450461855,4386498.738617513,4010534.099836518
+    -176.88296788884992,2.8026384233538537,-527012.177092851,9677724.614891663
+    -146.4240466146546,21.6191631252113,-4208834.048651202,6340576.186061974
+    104.56443360395872,73.54529303506519,1778345.79409939,462045.763274631
+    -1.445120916174659,80.75266913786824,-26046.162658432,-1032452.516906087
+    -68.16163639397861,33.14015706153292,-5879149.815770714,-2356059.644524111
+<EPSG:102017> +proj=laea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +no_defs +bounds=-180.0,0.0,180.0,90.0  <>
+    12.277334524054538,61.0796484568493,679072.957578799,-3120439.940370503
+    -105.97581573393694,1.2921750332907123,-8564198.628147708,2451832.778420548
+    26.488861239133627,6.389601044812999,3789496.834326132,-7604256.57750335
+    -140.16642656080379,57.12192179352388,-2317808.359633349,2778607.644346426
+    167.94584945992443,15.059790216104295,1619991.875900394,7586200.425750893
+    -131.25629808276983,38.51664473168181,-4169718.507163867,3657555.918719054
+    -60.45215434562235,7.938472981085972,-7279357.190258532,-4126490.461046582
+    68.11254227034033,50.367448164364745,4020480.088835311,-1615200.39840059
+<EPSG:102018> +proj=stere +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +k_0=1.0 +no_defs +bounds=-180.0,0.0,180.0,90.0  <>
+    8.146192320043212,22.396090344555745,1209175.293289495,-8447282.157693876
+    -20.394045025298993,39.34142761873526,-2105922.382881877,-5664456.560598035
+    119.93634570888622,42.6573745276875,4851684.304465625,2793939.030426214
+    -100.11822222101837,60.47110120820692,-3317831.141829904,592084.477551067
+    -89.98833398437752,10.727261333355356,-1.0544336427995551E7,-2146.93640992
+    123.15326920355608,38.91051413040281,5108570.039764618,3337006.958327872
+    -134.1527883508228,73.67985642737747,-1316433.331243638,1278066.617100436
+    -30.29527857448099,22.402430355073985,-4304209.713425594,-7367165.731025523
+<EPSG:102019> +proj=aeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +no_defs +bounds=-180.0,-90.0,180.0,0.0  <>
+    -156.9254672814233,-42.45535243942236,-2077121.371266337,-4875747.114730909
+    120.07436198840355,-15.01617863553571,7218260.033592532,-4179964.816740179
+    164.8086098094057,-64.63087690017868,742051.44147151,-2732826.02554128
+    -16.84993181371297,-10.89862122312222,-2549867.907540868,8419046.550010463
+    138.0081211773895,-52.12106803513555,2826732.849315814,-3140299.888172325
+    -40.3047373180886,-57.64141806312722,-2335539.744771433,2753512.377517062
+    93.34603172847244,-22.423705568831892,7508425.133792247,-438985.714111068
+    -11.219481194966136,-42.73790570357008,-1025053.991866476,5167678.582997564
+<EPSG:102020> +proj=laea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +no_defs +bounds=-180.0,-90.0,180.0,0.0  <>
+    108.67111779279577,-63.93751328330002,2732297.769867201,-923296.911006746
+    77.59992999352232,-18.095240206466144,7313129.388037835,1607905.144354069
+    -91.55933846085941,-35.59120428494229,-5835055.689192101,-158843.704816322
+    172.58590095902088,-29.265906373761815,832570.414653565,-6398109.919386228
+    -56.88354135719402,-47.67808707537018,-3863651.336677142,2520264.429226743
+    -78.29957523832167,-42.725686780314795,-5015421.726508358,1038682.684593459
+    -179.06242320927,-46.34951237702855,-77731.35353939,-4749777.302640286
+    65.51456241319516,-12.126240287966553,7291858.792715311,3320853.540699889
+<EPSG:102021> +proj=stere +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +k_0=1.0 +no_defs +bounds=-180.0,-90.0,180.0,0.0  <>
+    68.54650044086617,-31.083112447846695,6706466.936254302,2635462.169303735
+    26.259642057686932,-58.932164839398375,1572543.253395297,3187449.916514708
+    -177.65247493488343,-7.8992987190315915,-453908.147443713,-1.107228508833479E7
+    -49.90200404463158,-88.32914871133316,-142766.627350849,120212.129091877
+    6.151173279801725,-6.638759857510436,1213868.134774182,1.1263235150595382E7
+    -60.40627734654342,-29.937334577909915,-6412125.636131494,3641665.167852435
+    -5.66989109983777,-68.79436475493694,-236604.748079983,2383145.058802906
+    -73.07854158660761,-13.46392782149222,-9609841.020333933,2923624.688932227
+<EPSG:102022> +proj=aea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=25dE +lat_0=0dN +lat_1=20dN +lat_2=23dS +no_defs +bounds=-25.0,-35.0,55.0,39.0  <>
+    6.763518378690392,1.3303926685177245,-1891617.267326812,150569.845069052
+    -6.282150382494187,29.936640262963238,-3287580.994342264,3353738.835731384
+    -10.872207559109892,-9.399354678363785,-3701398.399325972,-1142047.736468887
+    24.12320475789563,-16.849483035919516,-90150.238983768,-1980865.562243641
+    51.38055530018464,-33.59497235555044,2691920.249956902,-3814402.650701886
+    43.13893014909392,1.8477119117470764,1881972.402585755,212003.988458199
+    52.68095922845754,20.778955290100242,2897677.943893687,2386069.382522332
+    -19.797101832774224,38.80253888330223,-4724146.274295243,4188991.674531815
+<EPSG:102024> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=25dE +lat_0=0dN +lat_1=20dN +lat_2=23dS +no_defs +bounds=-25.0,-35.0,55.0,39.0  <>
+    -13.504223166709819,-7.67307987464698,-3976754.528292906,-826900.269482907
+    42.127836709822546,-17.8798694247953,1760446.632968752,-1871168.683284433
+    23.620929316092337,5.70359575931073,-143331.126203245,588982.493689717
+    28.274877715645317,-7.338825865067381,338303.921912171,-756695.375906904
+    25.400297834786343,19.988061717663705,41889.753984778,2111672.609996864
+    34.344981806328036,20.342164066665653,978088.024007156,2148781.271854893
+    40.4274966687601,11.93482819364693,1608129.241980626,1235610.776719323
+    -18.908301977302795,-30.943789387033775,-4482592.87971908,-3376240.4908828
+<EPSG:102025> +proj=aea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=95dE +lat_0=30dN +lat_1=15dN +lat_2=65dN +no_defs +bounds=25.0,10.0,185.0,85.0  <>
+    73.28329122889942,25.2527858603343,-2060966.483313428,-330445.477767735
+    67.5333160801806,32.30208205920344,-2363844.336675215,607255.785362205
+    35.44721141214417,37.50146908192825,-4523102.176449406,2316325.470632508
+    43.912732937571676,18.75309109276239,-5041692.363041428,35193.34530861
+    63.480655426250706,24.721345599321836,-2983819.596569414,-138325.070792965
+    71.03490003987807,75.1381122920298,-872006.493427657,5338101.811733297
+    124.62544879089049,27.304228442110606,2720428.843361237,94438.206708267
+    28.766254557046285,70.29994815799958,-2539823.104706212,5663099.626443991
+<EPSG:102027> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=95dE +lat_0=30dN +lat_1=15dN +lat_2=65dN +no_defs +bounds=25.0,10.0,185.0,85.0  <>
+    54.997194821790615,59.34752213481269,-2095507.148853522,3486557.50721423
+    122.4762672505844,67.75410018869347,1176427.589301527,4106123.471673311
+    74.25850074711565,66.25433697436185,-935426.19975634,3859084.852529698
+    64.68064374482337,66.70783119809778,-1334581.026761927,4034777.250046198
+    120.46753740851028,35.4735552158125,2073481.860140437,865310.397846713
+    69.1129627737185,34.09255620415911,-2148001.380481813,742128.391528294
+    110.39463345250937,56.84705352686701,878756.150317874,2805354.602111715
+    125.64441723282212,44.28613379109127,2169286.921212976,1833505.114662562
+<EPSG:102028> +proj=aea +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=125dE +lat_0=15dS +lat_1=7dN +lat_2=32dS +no_defs +bounds=25.0,-10.0,165.0,30.0  <>
+    89.1839296778107,8.155568520455606,-3962980.336244152,2407996.476575015
+    158.20854048731613,-3.61513373040542,3518675.07911327,1121696.94935885
+    68.2232537586803,-9.16795086743524,-5858958.203265551,88875.157231708
+    137.8180022247035,11.012278914288395,1435858.101946119,2939529.148424583
+    160.7226219287532,21.33285994547126,4128098.73966891,3779450.059230009
+    63.83452369390658,13.462338028955546,-6856586.545296142,2484013.63816813
+    61.10408485732986,10.38742554352579,-7083053.175672701,2094723.966278097
+    81.8440579854977,-9.936699476486211,-4452482.42523577,250641.771670421
+<EPSG:102030> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=125dE +lat_0=15dS +lat_1=7dN +lat_2=32dS +no_defs +bounds=25.0,-10.0,165.0,30.0  <>
+    52.362376127997024,-5.0747782911160355,-7562876.842406898,-28439.233380162
+    101.89421436171048,21.016956215956757,-2695239.093936364,3850869.125489263
+    75.69207418194105,-4.215108546312858,-5187405.132495396,633555.048160879
+    35.154900393887345,28.107899371543382,-1.059788092127355E7,3036855.757107757
+    43.27565741689904,5.186505568682396,-8819615.87053381,734587.453336805
+    28.04221763182236,8.567963768511788,-1.0529186866926733E7,518114.914460002
+    46.853684690895484,11.924569213578543,-8668994.700503703,1572769.70147273
+    73.97529304456569,5.943427640558019,-5578915.335527697,1668229.650852474
+<EPSG:102033> +proj=aea +ellps=aust_SA +x_0=0.0 +y_0=0.0 +lon_0=60dW +lat_0=32dS +lat_1=5dS +lat_2=42dS +towgs84=-57.0,1.0,-41.0 +no_defs +bounds=-90.0,-60.0,-30.0,15.0  <>
+    -74.47460060671162,-18.99088291537523,-1450797.252131886,1446552.611643981
+    -43.6804336977516,-27.59215739266522,1527244.117426437,430638.437456907
+    -66.63850236022449,-9.530781598693125,-713719.502014116,2585456.093733162
+    -53.48919675387824,-46.35707635740502,518837.927119824,-1626369.715576264
+    -75.27740252309627,-53.905258584715845,-1137237.003339006,-2450314.42180974
+    -88.620694549408,4.8042494500245,-3353117.684824494,3843548.984927861
+    -71.20267873878507,-52.431541297216874,-845362.336189292,-2278037.147555865
+    -41.35266604444809,-55.34755285945154,1369868.093810454,-2617265.272334659
+<EPSG:102039> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=96dW +lat_0=23dN +lat_1=29d30'0"N +lat_2=45d30'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.79,24.41,-66.91,49.38  <>
+    -97.39502399878427,47.36937079975666,-105986.110755841,2709317.213853741
+    -123.09004651441245,26.57468513397694,-2682231.906729545,775788.613333362
+    -110.5953303243511,32.855400205856675,-1352599.710689884,1191229.206423288
+    -86.3240836339599,31.897972679077427,909531.393219159,1026756.804795014
+    -87.92618069143282,37.17584511312346,709265.075795737,1600606.388325009
+    -108.10156788555634,26.034557924812646,-1218836.959010031,409235.834233532
+    -85.75256989702181,38.72842652423262,880822.242140709,1792005.790909155
+    -106.18294364660447,43.3603334589849,-819850.407333632,2306909.29920745
+<EPSG:102041> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0701041404 +y_0=0.07315214630429262 +lon_0=120d50'0"W +lat_0=47dN +lat_1=47d30'0"N +lat_2=48d44'0"N +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-122.26,47.5,-122.06,47.69  <>
+    -122.21803155152446,47.683458089200315,1299359.830772459,252370.93036140758
+    -122.12238549812537,47.57938214519615,1322279.9520111121,214003.70105799322
+    -122.16634473366241,47.50996307023436,1310993.2093550633,188870.68359800693
+    -122.11445668820758,47.67339050147689,1324807.4420075133,248257.26390943752
+    -122.1982950391637,47.536349673910834,1303268.8511515907,198632.48434860984
+    -122.07067398149985,47.68679140164516,1335671.2388506143,252968.33238241888
+    -122.09020094061286,47.615916098934775,1330440.082892754,227196.84399075608
+    -122.10484301630484,47.511724817629,1326201.3350448795,189256.02324284622
+<EPSG:102042> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=82d15'0"W +lat_0=35dN +lat_1=38d15'0"N +lat_2=47d15'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-97.3,35.9,-66.8,49.5  <>
+    -80.72076168192825,40.782327912792006,128767.79757083,642449.370152005
+    -81.73600444928762,37.38889062174328,45571.751794663,264372.191954347
+    -92.7684717648868,48.20223121715985,-781097.035947293,1515977.0460711
+    -77.27334093888294,48.32355560841722,369512.882753934,1491725.608532
+    -95.2486471647273,39.563252907713824,-1111039.161418443,591112.571261607
+    -67.07609771782293,48.39621897182515,1119835.386597134,1589545.74463185
+    -91.57986231627072,36.7150799589245,-833737.186694705,235566.804476302
+    -95.27960993168207,40.58914466958,-1096170.472220196,704297.637294626
+<EPSG:102043> +proj=utm +ellps=GRS80 +zone=20 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-68.49,14.92,-63.88,21.86  <>
+    -64.16865161192952,19.951682505003088,377708.883427072,2206559.74642578
+    -66.82301869367818,21.497404251828222,103792.767905579,2382046.881897323
+    -66.2888510951946,18.079021483998908,151833.393398545,2002031.314086622
+    -68.4027235185963,17.39711994323318,-74562.75172307,1931603.721060544
+    -65.02158069384392,15.403967342402975,283039.214699038,1704024.137652805
+    -67.47732731755491,19.081577915156767,28611.935486893,2115883.373260195
+    -65.45538487405437,19.542212689037484,242357.733574811,2162670.936304619
+    -66.2725596803724,21.395825128745354,160655.014308353,2369493.389384666
+<EPSG:102044> +proj=utm +ellps=GRS80 +zone=20 +towgs84=0.0,0.0,0.0 +no_defs +bounds=-68.49,14.92,-63.88,21.86  <>
+    -65.05388897588358,16.44938363606647,280709.368172033,1819758.062238928
+    -65.42317581474398,19.18179659252036,245179.283945146,2122714.264174304
+    -68.40339167501753,16.67639582191338,-76851.725236658,1851579.2085027
+    -65.2012826769831,21.44023046602438,271859.433683167,2372472.91318281
+    -68.05435075666013,15.534215387787423,-42615.004901846,1723835.754142029
+    -66.3769804897907,18.147576081268642,142634.637071542,2009795.801001159
+    -64.79727043555762,18.53087083006497,310288.693403697,2049866.516959568
+    -67.86553836784904,19.812779848501066,-10035.191104467,2198116.409118773
+<EPSG:102045> +proj=utm +ellps=GRS80 +zone=20 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-68.49,14.92,-63.88,21.86  <>
+    -66.82181687698096,16.18264188619408,91213.323285429,1792941.912044931
+    -66.12392696151493,15.996226414848945,165618.199417493,1771031.572735278
+    -65.43839228863133,19.035276505851783,243351.986191862,2106512.315448165
+    -68.07689276245758,18.09818926104156,-37726.884136423,2008463.08776356
+    -64.30389638331214,20.538104890354614,364065.942727309,2271572.131528161
+    -68.42952839852843,20.60895230242668,-66383.214170893,2288335.671499274
+    -65.78727353354597,21.819720617607846,211850.043410787,2415478.853982337
+    -65.95479018995775,19.553900268083286,189944.553805665,2164794.293177507
+<EPSG:102060> +proj=tmerc +ellps=bessel +x_0=500000.0 +y_0=-5000000.0 +lon_0=15dE +lat_0=0dN +k_0=0.9999 +towgs84=426.62,142.62,460.09,4.98,4.49,-12.42,-17.1 +no_defs +bounds=13.38,45.42,16.61,46.88  <>
+    16.11822806395936,46.78059289507958,585755.769857356,182459.168963694
+    15.62195380949936,46.188204458081835,548381.207377259,116195.911123215
+    16.009637742707728,45.55551192262523,579198.180332517,46189.093050218
+    13.632563110296829,46.18348815063256,394808.069519295,116389.123878385
+    16.34074093161709,46.291924814107475,603670.20957178,128410.795947744
+    15.405766377633414,46.53168871854952,531496.7763688,154264.430264286
+    13.91368745496355,46.51693120710842,417017.804430569,153114.791617909
+    16.162507529546833,46.7833128627446,589132.36229465,182810.628789748
+<EPSG:102063> +proj=tmerc +ellps=evrst30 +x_0=160933.56048 +y_0=160933.56048 +lon_0=80d46'18.16"E +lat_0=7d0'1.729"N +k_0=1.0 +towgs84=-97.0,787.0,86.0 +no_defs +bounds=77.02,2.58,85.24,11.45  <>
+    80.83695369837054,6.3068139045630724,167930.61425430526,84186.22760323923
+    80.44968446066123,8.722057052029388,125275.92423717177,351307.03203875036
+    83.02699806767055,9.051953851398498,408720.66404084396,388546.4748404158
+    79.09232826237843,7.039500439068582,-24859.808074380475,165545.23462204344
+    83.78279614167911,3.308723133337156,495498.2047494088,-246837.174335183
+    78.58454259320196,7.950590773869101,-80491.2511188167,266607.81035986263
+    80.69574283909502,10.426969719274002,152393.71474596494,539862.23198012
+    81.11828579771003,5.825669935764234,199093.86764321342,30990.219485151945
+<EPSG:102064> +proj=tmerc +ellps=evrst30 +units=ind-yd +x_0=160933.56048 +y_0=160933.56048 +lon_0=80d46'18.16"E +lat_0=7d0'1.729"N +k_0=1.0 +towgs84=-97.0,787.0,86.0 +no_defs +bounds=77.02,2.58,85.24,11.45  <>
+    78.3246088026274,4.215477343642606,-121440.71577284286,-160381.2943804217
+    77.92682160502757,9.076279823510427,-166404.4364397791,428364.8201193014
+    79.60604563553734,4.268785301405541,34231.28272898395,-154294.2380415116
+    77.64017036051048,3.2023569248751267,-205072.71150777835,-282782.3484131274
+    80.7894569597939,5.904186424369558,177906.25375019506,43374.19379432268
+    84.07866748952763,8.19969857435155,574469.3974168453,322642.30256506155
+    81.49325187730444,2.7405049516239077,263499.66056171706,-339188.2899336194
+    84.3273746300456,7.170586348876581,605527.5532643615,198198.87657555885
+<EPSG:102070> +proj=tmerc +datum=WGS84 +x_0=47000.0 +y_0=50000.0 +lon_0=2d25'0"W +lat_0=49d30'0"N +k_0=0.999997 +no_defs +bounds=-3.73,49.11,-2.02,50.16  <>
+    -3.1616051696415606,49.27556843933096,-7206.752182725839,25306.48170569984
+    -2.832329646692733,49.5099358239771,16897.03321900828,51188.098750758385
+    -2.5748073981443946,49.23045062881927,35482.075320910066,20033.707468753233
+    -3.5933438424021213,49.265246720524814,-38640.30602971776,24557.88249305589
+    -3.1286833423426614,50.06001190723271,-3984.617451508675,112529.93366097395
+    -3.698330024256953,49.275446648081044,-46261.943906388944,25816.44966618196
+    -2.282094972864958,50.00662533483468,56646.862563528215,106357.5609733254
+    -3.07537990940759,49.81524094629226,-407.3673683034067,85269.9642998259
+<EPSG:102071> +proj=tmerc +ellps=aust_SA +x_0=200000.0 +y_0=4510193.4939 +lon_0=149d0'33.4614"E +lat_0=0dN +k_0=1.000086 +nadgrids=A66_National_13_09_01.gsb +no_defs +bounds=148.76,-35.93,149.4,-35.12  <>
+    149.2849966790642,-35.53084086060952,224897.1055317574,576146.5890952945
+    148.99327676647627,-35.40802898534985,198435.09275669773,589808.5338867623
+    148.97251517577874,-35.408428509443816,196549.10499590912,589763.698407576
+    149.13359347862428,-35.44242253564076,211176.77175995585,585985.3045547889
+    149.1580783489585,-35.89196989909132,213324.48108803167,536099.2904647719
+    148.97880251201414,-35.8867935691992,197136.7402710879,536683.4271763302
+    148.90135219025498,-35.6442912839462,190113.37237621503,563587.5759992232
+    148.87292619373295,-35.70567618478297,187548.12953512734,556772.9706208874
+<EPSG:102072> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=141dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs +bounds=138.0,-48.19,144.01,-9.08  <>
+    140.6172322523965,-40.949957625129606,267652.88924798,465009.852131212
+    143.10647788307443,-17.920573985360306,523093.774462752,3016492.367341565
+    138.36511533322715,-38.37636845038866,69634.302157016,747515.102262814
+    143.29747813695187,-27.491347449112194,526937.205456221,1955827.994261793
+    142.32119232171223,-28.839977368003996,428809.619753714,1807763.935197329
+    140.56899642925214,-44.206281111732274,265432.738246122,103286.073960165
+    143.02356432062797,-19.52916583109111,512284.678264596,2838457.352989753
+    140.10551841853407,-10.480750800950581,201956.936926748,3840733.052627453
+<EPSG:102073> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=143dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs +bounds=138.0,-48.19,144.01,-9.08  <>
+    142.17333862973436,-35.27848775559299,224676.881961203,1094250.930841247
+    138.66850565555498,-19.009299654037484,-156484.859189884,2891628.144083742
+    142.8006807189244,-41.1260213536903,283145.251292402,445507.183965882
+    142.82635252236068,-24.76993326514743,282320.490364905,2259406.144915626
+    139.1688945350975,-30.73694625901226,-67117.314421423,1591936.363447937
+    140.20041061334825,-30.653752879550268,31510.546727938,1604091.228917975
+    142.54934362952443,-31.33097507772295,256992.805771599,1532269.126158262
+    141.9935508620254,-10.77500947637327,189803.419455346,3808141.383795579
+<EPSG:102074> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=145dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs +bounds=144.0,-50.89,150.01,-9.23  <>
+    146.23391992038614,-50.738552153801336,387097.954125883,-623409.251808417
+    149.27984000658964,-47.137610928650076,624512.45080888,-231305.390029663
+    149.23839343534573,-42.18372835283351,650036.512288997,319350.149599222
+    147.72955976946952,-38.844389256109864,536858.105658816,695305.768951337
+    144.76280976856665,-38.837154472982114,279291.918992107,699623.978838236
+    144.01473921623628,-28.014705620879663,202986.874022555,1899542.111845818
+    146.41986308657005,-12.05571863854722,454484.847257917,3666261.402087891
+    144.83995725381783,-47.318104223147316,287786.165634814,-242487.926408499
+<EPSG:102075> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=147dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs +bounds=144.0,-50.89,150.01,-9.23  <>
+    144.5759757472596,-11.83295835884337,35682.052467179,3690154.952789655
+    148.1719290334154,-9.686015050775438,428612.251428299,3928713.270146547
+    144.97789338626575,-14.587581135628383,81967.280661745,3385596.682300946
+    146.27971527710895,-30.330988645928453,230623.079840684,1642992.264883081
+    147.19330403077834,-48.005548137453246,314310.942182786,-318923.968290688
+    148.66208959421695,-25.92796901464954,466397.507027731,2130079.735689329
+    150.00149186441138,-47.734513218647145,524997.84573117,-293137.358285395
+    148.86736894227852,-23.83245175399502,490151.885251156,2361993.847901695
+<EPSG:102076> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=149dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs +bounds=144.0,-50.89,150.01,-9.23  <>
+    148.94068760432708,-48.1291000846626,295476.158637496,-332647.388052808
+    146.67480947277667,-16.92644069128076,52148.439447358,3126304.663805885
+    145.52601910277164,-10.762121490823155,-80275.417055966,3807593.370559869
+    147.5856529054041,-12.26747334401255,146008.994745652,3642832.422842777
+    144.20198884079068,-36.78227731429224,-128519.882343857,916952.749994291
+    148.69034743734548,-45.797528039425295,275818.274869459,-73507.864088886
+    144.7477723645458,-10.803758655806796,-165509.278017182,3801900.301474483
+    146.2510910376425,-42.660393776887446,74518.326511146,271440.107728515
+<EPSG:102077> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=151dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs +bounds=150.0,-58.96,156.0,-13.87  <>
+    151.9409826458522,-22.734646781567086,396549.1104996,2484509.475316383
+    155.5156234330141,-50.69139655473868,619001.257578504,-627173.209819349
+    150.2695400249952,-33.92034337146556,232349.608910673,1244971.544193522
+    151.3563846108669,-34.634701644168885,332568.584879606,1165916.519660854
+    150.8155592141381,-21.937401932157897,280838.575472747,2573082.804486773
+    154.759983374566,-58.69301889736645,517942.309550518,-1514219.335517986
+    154.4969771829915,-57.273525321944526,510891.063628588,-1355432.371432036
+    152.00824022514914,-33.92049857884456,393121.801315985,1244736.524675324
+<EPSG:102078> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=153dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs +bounds=150.0,-58.96,156.0,-13.87  <>
+    151.53223632864595,-15.329661176528589,142272.85559312,3303923.941919144
+    152.8492091891574,-34.22469130314923,286002.61643017,1211441.824714492
+    155.5143059963012,-25.713088154271944,552267.049902042,2152532.101010414
+    155.70561572565833,-38.56124711926903,535720.202478737,726796.057067478
+    150.6843374331607,-37.48543932073011,95090.475856325,847152.7505333
+    155.7401316204519,-37.939431733825735,540774.749938517,795743.585548014
+    152.69415123152015,-22.039000918996344,268322.291435931,2561811.901862927
+    152.86596560109962,-23.48076656530703,286203.136738243,2402183.460919624
+<EPSG:102079> +proj=tmerc +ellps=aust_SA +x_0=300000.0 +y_0=5000000.0 +lon_0=155dE +lat_0=0dN +k_0=0.99994 +nadgrids=A66_National_13_09_01.gsb +no_defs +bounds=150.0,-58.96,156.0,-13.87  <>
+    153.2956163423132,-21.530472028409804,123316.003253404,2617183.215122533
+    154.88878102257115,-51.371827239539904,292255.690301713,-693136.36809558
+    154.8696836603383,-51.60450097998449,290971.987002443,-719023.806259363
+    153.58700557136493,-16.680127049425764,149175.227905616,3154489.907581326
+    151.14727323247564,-41.01554544818299,-24188.509386369,450623.103982944
+    154.71464597271907,-33.07257803876925,273254.98511418,1339194.59344478
+    150.77284660780313,-55.6755907680208,34154.040610772,-1180199.971764083
+    154.12738464628225,-25.484762470976996,212158.867554175,2179939.548819127
+<EPSG:102093> +proj=tmerc +ellps=intl +x_0=2520000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.9996 +no_defs +bounds=12.0,34.76,18.99,47.1  <>
+    16.613157043643362,46.52850313496714,2643720.832357656,5154132.94723984
+    18.295433690219134,45.755794018891365,2776301.687594132,5072293.651360352
+    17.39427964565038,45.82287941536162,2705992.470356527,5077252.072458213
+    15.601780956378011,36.57887635485598,2573840.619935877,4048391.48351873
+    12.403327613198117,41.81800837442256,2304319.933798291,4632911.916859683
+    18.608645781300037,47.02393592252257,2794227.055685391,5214246.480235317
+    18.01941130839223,38.50096642913275,2783322.21521244,4265793.487991556
+    12.595996756271362,43.07611297080526,2324282.747484285,4772158.151728056
+<EPSG:102094> +proj=tmerc +ellps=intl +x_0=1500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=0.9996 +no_defs +bounds=5.94,36.53,12.0,47.04  <>
+    10.322604494475067,40.18409953901093,1612600.140494041,4449105.928982748
+    9.439373293586641,38.59897284732692,1538261.733930194,4272438.780513582
+    11.885086852547445,46.94177912591978,1719582.659729854,5202835.171509462
+    8.177261303813147,43.08453533163219,1433028.694995162,4770616.862590636
+    7.582789336935862,45.354672989491526,1388988.339479554,5023422.199844722
+    8.381531721314705,37.85086983811848,1445587.666133837,4189518.43172047
+    11.022022841264967,42.0870705694721,1667241.876370809,4661504.724078204
+    9.744664835097034,38.44970175739976,1564981.653137678,4256045.972773589
+<EPSG:102097> +proj=utm +ellps=GRS80 +zone=26 +no_defs +bounds=-30.0,25.1,-24.0,65.8  <>
+    -26.051766057510495,54.29665548123101,561712.645462713,6016943.214210298
+    -25.91520253925856,31.357104087111964,603176.257193677,3469687.434228249
+    -26.157498961563963,47.20342588129688,563807.939253052,5228114.739014952
+    -27.064732387353885,41.807358366861706,494622.87854752,4628389.829858412
+    -27.594271603187398,59.447962307165504,466302.53583487,6590085.103036789
+    -28.189962083782692,42.45788020219321,402159.185048889,4701302.086319317
+    -28.956696145812177,46.27930274191915,349253.912387183,5126941.369550115
+    -28.21300580810257,39.11412779944214,395131.030575311,4330141.967834649
+<EPSG:102098> +proj=utm +ellps=GRS80 +zone=27 +no_defs +bounds=-24.0,27.6,-18.0,66.5  <>
+    -19.51215073314259,56.93345593717633,590540.830704735,6310963.851261486
+    -22.44537627683543,46.111971546770214,388307.584985606,5107503.849964706
+    -18.630249662170215,31.45773886642396,725172.3428305,3482763.677080554
+    -23.02320453077947,35.04372909222119,315464.339691519,3879763.750202343
+    -20.91591258679164,50.65569454545533,505943.940926983,5611541.329489283
+    -20.982126871278105,42.29082322908422,501473.450962017,4682066.970420009
+    -19.2049869302599,33.977063765053025,665820.370565377,3761064.775161371
+    -18.50334077396368,62.07005993283165,630444.685095319,6884496.525013338
+<EPSG:102099> +proj=utm +ellps=GRS80 +zone=39 +no_defs +bounds=48.0,36.0,54.0,75.0  <>
+    51.2157417607413,42.55035356182156,517712.439555749,4710906.842478305
+    49.669162024461684,47.66412881948996,400083.637110118,5279828.490445555
+    52.21239066323786,66.24734746342486,554490.033611131,7348008.241646413
+    53.30607719884998,38.418745528305216,701323.23095307,4254795.744904505
+    51.949439021895515,41.65026648345908,579059.790562327,4611382.250897108
+    48.42261154787926,68.64616128013844,395290.367130635,7617102.269130317
+    51.20655349954437,57.70664317139929,512308.890692891,6396069.349110975
+    53.88302400258157,70.78309418825194,605874.123527471,7855721.519954003
+<EPSG:102101> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=6d3'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=4.68,57.93,7.23,63.06  <>
+    7.068069669567952,59.0476435016931,58322.019962784696,117041.11255092314
+    7.04741373158441,61.06717597018898,53761.88598540073,342007.6527441583
+    5.993664663390915,60.328459665175494,-3209.237998576413,259293.3901859169
+    6.876269038164455,62.59132369351022,42377.20921293477,511724.2881052905
+    5.021134520028557,63.02000932713267,-52169.03074252708,559657.9160677794
+    5.414874169677824,59.32926725047123,-36260.82308924152,148148.58280510342
+    6.729017754607808,58.830681740275715,39106.24662201689,92628.29377229791
+    5.348477678037921,60.32782477374374,-38853.225818140556,259430.53507862607
+<EPSG:102102> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=8d23'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=7.22,57.95,9.56,63.87  <>
+    7.785520945767333,58.71745728981675,-34741.612465506405,79970.24559699162
+    8.653278147389862,61.28486883931035,14397.801660319246,365880.7129763628
+    8.064141581394823,58.22098903237006,-18864.482709066757,24559.664834914238
+    9.206542852864716,58.26389865326171,48213.100128961305,29584.06329383422
+    7.45431337760781,60.270669405159026,-51500.600750757534,253211.56097195248
+    7.459858876712435,62.325368477526126,-47937.30789635364,482152.856573851
+    7.968996437287265,58.82660673293743,-24034.087189454658,92047.13664969771
+    7.79026801607184,63.256369801479764,-29846.215586215392,585714.536045512
+<EPSG:102103> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=10d43'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=9.55,58.84,11.98,65.76  <>
+    11.599191791835377,61.66673091553359,46682.75819394748,408710.08583788166
+    11.425659942139657,61.688153473936275,37465.561121853745,410985.7273338486
+    9.90307489673617,64.98438214759368,-38434.324315980775,778452.7692822574
+    10.322651250407622,64.3139578534455,-19100.808272417187,703519.7455133614
+    11.355713445024506,65.1148472077964,29987.184615548264,792897.5772004132
+    11.741414767474561,60.875390423958045,55591.12360602977,320645.8852570693
+    10.231132763063343,61.3561117142388,-26042.10009481812,373881.57360072364
+    10.805197741711531,59.3775767341036,4947.604932772563,153341.72815033686
+<EPSG:102104> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=13d13'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=11.97,59.88,15.06,69.06  <>
+    14.571481431414721,69.04176327318967,54117.64696178388,1231269.2623003263
+    12.592106868150786,61.523397775516,-33288.92498694651,392577.34692143806
+    12.36608197905266,64.61964713377535,-40719.30388708352,737805.7829908793
+    13.529460217138338,60.097449244169454,17335.212949986377,233568.28805216003
+    12.958574276772788,61.62906239699192,-13740.195764238908,404218.6252866404
+    14.065106390991263,68.85358403588366,34187.12867290108,1209918.6248126584
+    14.831055139039192,66.03299944572812,73188.72607174069,896049.8067730127
+    13.66742076817869,61.74182386792995,23766.563423445692,416836.9312276884
+<EPSG:102105> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=16d53'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=15.05,66.15,18.89,70.19  <>
+    18.281294872471094,67.07317698838312,60805.52508094227,1011772.6867412415
+    18.096947194112843,68.99905257402771,48588.84651222999,1226374.1891274385
+    18.725472898957836,68.80436908073811,74380.08715474154,1205289.9786366515
+    15.888179325273803,67.76962576553619,-42009.4554145461,1089109.1406745655
+    17.74369249961526,69.92981767112408,33005.02815245526,1329958.8789891338
+    17.72217570969031,68.05334034888313,35023.56785573909,1120646.1132241138
+    16.673246193826255,69.40034162752573,-8215.94318882314,1270677.285983624
+    18.466710473626247,68.8290610253993,63867.75008563595,1207753.2790153287
+<EPSG:102106> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=20d53'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=18.88,68.33,22.89,70.81  <>
+    19.66317079819262,69.90820502815863,-46738.842598241725,1327773.8030538294
+    19.030121207179686,68.56010826742104,-75572.66981989633,1178064.520408795
+    22.534382478275433,70.22885536885832,62408.82186479752,1363914.4910884462
+    22.745778017615972,70.2366879825718,70363.11809318341,1365017.6534428203
+    22.138125323619605,70.51317657340054,46795.35805217446,1395273.3753580446
+    20.80266709761527,70.3245440921293,-2971.682304668319,1373752.074485326
+    19.09692283180043,70.58295207216482,-66235.8173832795,1403560.0911005808
+    20.860046311752154,70.1054190347869,-826.1095792100069,1349303.57985077
+<EPSG:102107> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=24d53'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=22.88,68.58,26.98,71.21  <>
+    24.68666723696215,70.31360356717677,-7322.067873303255,1372524.6379807957
+    23.79597951833482,70.47649772375463,-40494.19879222455,1391051.8239333383
+    24.500732936104676,69.30807929861803,-15027.830435901556,1260385.3060914902
+    23.085410543646827,70.07174330560872,-68338.60588629886,1346544.1905948329
+    26.358415402602386,70.5399823460881,54940.393214629694,1398429.6947721082
+    26.509451677322968,69.37389649586379,64014.16432589592,1268522.9563218683
+    24.13728733677584,71.0199508976389,-27009.783709601455,1451488.0205036523
+    25.309011174179208,69.52694729999952,16690.33503083468,1284808.909255577
+<EPSG:102108> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=0.0 +lon_0=29d3'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=26.97,69.02,31.22,71.17  <>
+    29.4971997423711,69.58444352272572,17498.070420322725,1291209.9654450123
+    31.050700132683836,69.22332210182029,79301.66499394288,1252150.067658623
+    30.282013918276892,69.84259839383064,47482.083221803965,1320421.306054606
+    30.055262599587785,70.14899316082061,38198.611753177036,1354439.9429283985
+    30.42959890450612,69.0204343887369,55219.01957368459,1228846.4582141517
+    28.04391578895686,70.66018460276976,-37107.45489793265,1411471.7195055748
+    28.948214215441066,70.04109187508348,-3793.157534769359,1342094.4858436943
+    29.843815378185724,70.69565307932896,29391.63779307301,1415306.7344305401
+<EPSG:102109> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=-5000000.0 +lon_0=15dE +lat_0=0dN +k_0=0.9999 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=13.38,45.42,16.61,46.88  <>
+    14.779791267693229,46.092373265578104,482972.0180984,105866.359795252
+    16.357348070003514,46.82248535010523,603564.920099048,187888.775257456
+    13.381847467219014,45.50784276699106,373558.808935435,42154.064561025
+    14.016403468703748,46.797255053047195,424916.806841533,184659.417117504
+    14.25966224622858,46.86626940688829,443558.278891585,192127.117624588
+    15.381595939819992,46.44422131029615,529319.291740973,145019.848383626
+    15.669876806868837,46.43022167062139,551482.018998221,143611.104827773
+    14.266435677533526,46.28090127362457,443469.647502235,127058.065654742
+<EPSG:102116> +proj=utm +ellps=clrk66 +zone=2 +south +towgs84=-115.0,118.0,426.0 +no_defs +bounds=-173.75,-17.56,-165.2,-10.02  <>
+    -168.78813268241885,-13.916530490967293,739136.280139422,8459942.7250962
+    -171.75820122850848,-15.046318311972833,418637.247446201,8335958.225021163
+    -172.82519398729028,-11.792435264173346,301261.731048105,8695300.645505266
+    -171.37775644004662,-12.841591967132533,459143.608958904,8579900.889892554
+    -165.24069510389216,-15.512355296850005,1118705.838067885,8276213.319866156
+    -168.8170274649468,-17.07557111005011,732451.187054947,8110330.936713443
+    -167.1933139312245,-12.515035728991274,914005.163302897,8613059.360001462
+    -166.95189178341533,-12.614433671601715,940122.094299367,8601651.301204352
+<EPSG:102132> +proj=utm +a=6377492.018 +rf=299.1528128 +zone=32 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=6.0,0.0,12.0,84.0  <>
+    6.793918337761868,59.41224950196909,375052.140420133,6587354.646323465
+    8.572345670737551,82.88043560671126,494298.100539899,9202436.469360657
+    7.706053630330752,6.695979274676469,357169.225527323,739784.471987557
+    7.631337985821897,27.500682506236164,365054.126543226,3042009.829072872
+    10.73231314378093,64.92094677550587,582178.972365085,7200085.969280762
+    7.741668242538146,4.651281803278067,360607.827823888,513708.61554937
+    11.570530927296218,22.08576008961871,765460.410285934,2443936.565494575
+    10.553644923043777,81.78905793502362,524987.538558928,9080919.519013517
+<EPSG:102133> +proj=utm +a=6377492.018 +rf=299.1528128 +zone=33 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=12.0,0.0,18.0,84.0  <>
+    17.078567627784537,34.82831511251899,690363.562703824,3855300.473548087
+    12.53816385704821,79.94696712320035,452288.847390776,8875964.983919408
+    14.457282950602309,81.58147704487003,491374.513198721,9057435.193408312
+    14.040371805996674,71.61230786250344,466485.332953481,7945249.857549126
+    16.23377943598815,30.707487188800314,618421.822432053,3397170.572682389
+    15.668024450495066,39.23643363676358,557940.92579942,4342547.838249285
+    17.85631760286681,59.77626482037128,660647.922535381,6629251.374289338
+    15.41004129374307,38.49487936775309,536045.159759122,4260127.083668335
+<EPSG:102134> +proj=utm +a=6377492.018 +rf=299.1528128 +zone=34 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=18.0,0.0,24.0,84.0  <>
+    23.493230386092815,17.06349736698047,765633.701817827,1887622.715344274
+    20.0229623446023,63.565096387804736,451778.904522481,7048196.860340054
+    18.687002873869936,72.23557118723838,421543.107860654,8015989.206498805
+    23.262571778297183,28.98651242624591,720730.48900243,3207915.363346376
+    20.43059604613468,31.69572914352127,446346.674496945,3506163.477024562
+    23.7077630245336,53.439505758837484,680164.997587187,5923859.96972192
+    23.605770700479543,60.94672983325209,641455.769313034,6758937.339434496
+    22.90705356900843,81.61570479871898,531306.141282702,9061702.419062044
+<EPSG:102135> +proj=utm +a=6377492.018 +rf=299.1528128 +zone=35 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=24.0,0.0,30.0,84.0  <>
+    28.543639505148047,57.4308496765597,593017.773581707,6365652.862319316
+    26.465589937769955,24.710871522925657,446267.979094785,2732344.784925708
+    27.862464199871408,50.12372851091101,561991.748397712,5552001.976645405
+    29.463693189756498,50.804537312313876,673930.567045168,5630240.27831439
+    28.75829204413933,32.043917730182805,666340.885075193,3545939.122529603
+    27.874829436206056,47.498375385875526,566229.225019271,5260180.933056497
+    28.303083375833666,50.927906086148425,591917.01439831,5641874.036230663
+    29.38024316932388,38.519487276076276,707845.288797829,4265412.595883223
+<EPSG:102136> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=19999.32 +y_0=-202977.79 +lon_0=10d43'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=10.3371,59.8254,10.6725,60.0366  <>
+    10.509125400457918,59.931257424478446,8314.96405334741,12063.390298828308
+    10.622510733526445,59.97773303314719,14662.743812421988,17226.284579870728
+    10.666655702692099,59.8528410920212,17115.973078465704,3309.1608092510432
+    10.394248902919127,60.03590105515199,1949.441287101552,23748.037125613628
+    10.572998339413964,59.93104243537791,11886.380462589284,12029.65982242921
+    10.532775955242023,59.94880740207101,9642.988199061194,14014.615648425242
+    10.44609989853956,59.8839692195227,4768.909500384874,6808.06696838222
+    10.62996953503487,59.93268130045116,15072.21811502307,12206.431765483285
+<EPSG:102137> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=100000.0 +y_0=-200000.0 +lon_0=6d3'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=5.1374,60.1651,5.6993,60.5437  <>
+    5.44290053886291,60.483328457568,66524.26599797184,76703.79288385512
+    5.449266229870866,60.30495949528931,66691.3934985981,56827.56962618636
+    5.4118276887101135,60.188684766404116,64495.272348224826,43892.76730669869
+    5.31991578984811,60.26139005989642,59486.33027644515,52046.18394960259
+    5.318842950888629,60.43227460518033,59639.72211285302,71085.55790437036
+    5.443590987308385,60.41416729469497,66490.61860802339,68997.78809456591
+    5.528911179192448,60.37722022924126,71158.79764042025,64840.67092220433
+    5.241451798934239,60.52690736612524,55508.36938879795,81679.1338525525
+<EPSG:102138> +proj=tmerc +a=6377492.018 +rf=299.1528128 +x_0=0.0 +y_0=-212979.18 +lon_0=10d43'22.5"E +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=10.48,59.81,10.97,60.14  <>
+    10.691667801800651,59.94387392150978,-1476.791303803575,3448.8126779385493
+    10.581225169845421,59.961592029503315,-7645.675945382092,5430.806912646629
+    10.548918434116477,60.1209396078737,-9403.91571890163,23188.33438482703
+    10.564494937721197,60.07628736755289,-8549.807649294013,18211.321186991117
+    10.490356966716575,59.96364224499012,-12721.15219904116,5673.529425948829
+    10.89916962037563,59.90150024205783,10133.947213150772,-1259.2344086063968
+    10.809904257284842,60.05923182373256,5114.920271616346,16303.858741220378
+    10.889014049944103,59.856862472198145,9578.101287584257,-6233.772129236459
+<EPSG:102141> +proj=utm +ellps=intl +zone=49 +towgs84=-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246 +no_defs +bounds=113.76,22.13,114.51,22.58  <>
+    113.80533842336636,22.413485219590026,788561.752339192,2481488.331398096
+    114.48348919519107,22.338092383210856,858625.33856602,2474596.44892368
+    113.76165801007085,22.29642802145302,784300.513437174,2468436.956128639
+    113.82077296321766,22.28027765319604,790428.278512297,2466760.528945779
+    114.43295027177608,22.218056270360854,853717.068777359,2461172.825474903
+    113.8038345746773,22.2862462324583,788669.546324553,2467389.207400667
+    114.34892985068485,22.52140449622023,844297.687266726,2494597.363266769
+    114.4821365655344,22.156366412093863,858950.16116604,2454451.42852443
+<EPSG:102142> +proj=utm +ellps=intl +zone=50 +towgs84=-162.619,-276.959,-161.764,0.067753,-2.243649,-1.158827,-1.094246 +no_defs +bounds=113.76,22.13,114.51,22.58  <>
+    113.80167396525978,22.392103401296463,170397.098891769,2479938.560103277
+    113.8821234998732,22.340109685622014,178567.80163143,2474003.047625502
+    114.34251705222752,22.52268848216322,226377.218493976,2493319.26869902
+    114.37031749292068,22.21800418884164,228648.704655461,2459517.378107638
+    113.77305497762758,22.130833011916298,166829.774406378,2451048.671647107
+    114.0660166518674,22.194066158213612,197208.702410699,2457441.609651865
+    114.34885802264431,22.55279447121605,227088.970334936,2496642.764196095
+    114.1261708282831,22.302234283603347,203642.788650325,2469306.6595108
+<EPSG:102143> +proj=utm +ellps=intl +zone=39 +towgs84=-119.4248,-303.65872,-11.00061,1.164298,0.174458,1.096259,3.657065 +no_defs +bounds=50.55,24.55,53.04,27.05  <>
+    51.5611477211721,26.13624483543713,556173.081167356,2890852.949388554
+    52.126501208763834,26.313465487187162,612519.946087998,2910848.139901068
+    51.5711984422636,24.924715975708754,557753.432920444,2756693.64242264
+    50.72457120353964,26.793915105480544,472703.798739858,2963599.085704805
+    51.79373628156339,26.845450733794067,578938.991511865,2969523.299429883
+    52.73574037768549,24.827132760329675,675492.065145045,2746882.635756202
+    52.252205373433036,24.94564003488627,626499.475426233,2759471.620079321
+    50.551041140171115,27.009592520957526,455540.473208305,2987536.515612015
+<EPSG:102144> +proj=utm +ellps=clrk80ign +zone=28 +towgs84=31.0,146.0,47.0 +no_defs +bounds=-20.68,18.98,-8.66,27.67  <>
+    -11.939564376404403,25.223036507512205,808215.861575111,2793150.673893347
+    -17.59777994713388,24.600943424451017,236807.509415363,2723239.053246723
+    -18.434001114273798,23.07994935099833,147986.160762504,2556498.992605258
+    -12.133365830731698,23.049795368830317,793608.974723252,2551902.709666265
+    -15.734308972449316,24.9815371700062,425738.991551609,2763097.719318516
+    -12.237235564982138,26.082416988512648,776217.49794636,2887737.199736089
+    -16.481832775477947,26.778025450425574,352532.011826961,2962703.982143102
+    -12.3078693628902,21.68768904633238,778417.624029815,2400668.846945924
+<EPSG:102150> +proj=utm +ellps=GRS80 +zone=56 +towgs84=0.0,0.0,0.0 +no_defs +bounds=150.0,0.0,156.0,84.0  <>
+    152.02285894356243,49.42595124680294,429141.404704721,5475267.483175301
+    155.80648332482195,80.54747486361289,551436.100048713,8943936.254140215
+    155.72301072445552,63.040553980844955,637705.547150372,6993025.067963865
+    152.86216025336014,34.16234011781317,487295.059808678,3780164.747678904
+    154.17947483024912,10.548637191925826,629050.97981372,1166315.964896766
+    153.8983340902138,72.33455630734048,530425.930362814,8026477.375417057
+    155.75937999733455,83.99297896077884,532227.593892029,9328081.959045421
+    155.4268036945426,57.323493621630796,646123.432913553,6356002.08255934
+<EPSG:102156> +proj=utm +ellps=bessel +zone=56 +towgs84=-146.414,507.337,680.507 +no_defs +bounds=150.0,0.0,156.0,84.0  <>
+    152.69664712772152,74.86742302751915,491545.730898436,8308076.589502638
+    155.7303939534364,15.278837773759715,793625.995934961,1690250.725914758
+    154.42274021960336,19.55687136198017,649631.625411636,2162294.290800186
+    154.00607762564792,1.2670645886927319,612308.849382768,139382.153162802
+    151.19733837407304,16.171296536180467,307659.93344691,1787966.608764927
+    154.19223899051758,19.090582065466318,625804.212177105,2110506.448721262
+    150.1546134792128,21.26256943415587,205104.798629444,2353090.709032875
+    150.76651810948988,72.48312566235236,425366.915816278,8043453.094586214
+<EPSG:102157> +proj=tmerc +ellps=GRS80 +x_0=7500000.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=0.9999 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=18.81,41.85,23.01,46.19  <>
+    20.272625876504527,46.186548186808785,7443850.531041174,5116566.853063247
+    22.209176337727435,43.12849786890529,7598382.348425905,4777227.287826356
+    22.527275514873402,42.99286854125496,7624538.529582678,4762583.44101273
+    19.853294968956458,44.297191790647155,7408496.480053443,4906993.71984304
+    19.18926797531493,43.74565912344082,7354162.587882221,4846671.775462706
+    19.55764861906318,44.56289023201961,7385425.058902479,4936887.869901499
+    22.84868910428904,43.99225500085577,7648281.720100154,4874136.339445775
+    20.200647830692162,43.30392300647065,7435148.582371655,4796315.058553393
+<EPSG:102158> +proj=tmerc +ellps=intl +x_0=500000.0 +y_0=-3000000.0 +lon_0=37dE +lat_0=0dN +k_0=0.9998 +towgs84=-86.0,-98.0,-119.0 +no_defs +bounds=34.88,29.18,39.31,33.38  <>
+    36.81987725228291,29.412073045949917,482548.922945477,254471.551628119
+    36.728919078733945,33.280505879034195,474778.397648515,683323.729793679
+    37.333825162702624,30.729061475669898,531991.990791044,400470.763224836
+    37.00591883899251,30.92778092464147,500592.096873591,422450.316929402
+    36.24375440371654,31.407358902587713,428123.471781388,475859.37198602
+    38.58422532209728,30.77715494879058,651657.758401333,406826.934359258
+    38.258504699849745,32.133726859383714,618755.073002784,556832.0249182
+    36.44037512677517,30.246082494811812,446173.961923134,347022.498316076
+<EPSG:102159> +proj=tmerc +ellps=intl +x_0=20000.0 +y_0=20000.0 +lon_0=113d32'11.29"E +lat_0=22d12'44.63"N +k_0=1.0 +towgs84=-148.6316136424543,-339.4243075977868,-157.37624440126,32.88902440860026,-76.95816925503756,-32.63512216135734,8.204956320811974 +no_defs +bounds=113.52,22.06,113.68,22.23  <>
+    113.53183014403803,22.166004693382845,19214.379110052,14994.864536899
+    113.5404956140481,22.210194775465038,20105.880746932,19888.50231035
+    113.54471231610661,22.081263344270255,20547.64919915,5611.964871584
+    113.61399064162407,22.157687314076526,27689.338354293,14079.591700142
+    113.62635017834414,22.189695553271815,28960.542738829,17625.177403049
+    113.59010250576125,22.213902927257227,25220.443915062,20302.314296172
+    113.544648154168,22.17895685507507,20535.735238354,16429.669954401
+    113.58630025192356,22.08566899210868,24839.249327198,6102.490997486
+<EPSG:102160> +proj=tmerc +ellps=intl +x_0=200180.598 +y_0=299913.01 +lon_0=8d7'54.862"W +lat_0=39d40'0"N +k_0=1.0 +nadgrids=D73_ETRS89_geo.gsb +no_defs +bounds=-35.58,29.24,-6.19,43.07  <>
+    -26.000253293999748,35.57176915211696,-1427959.538071979,-4036.648347975046
+    -35.09702711925374,37.17305124908678,-2216562.575437,381944.13749065844
+    -24.922574289182627,36.37460723584782,-1312875.1352421602,68198.56941240962
+    -31.986797375823684,33.03067770548182,-2054030.3524131721,-171328.49607696675
+    -14.232560352064692,41.69855733085976,-307775.74977472395,543581.9187290282
+    -22.66038814181063,30.072182405661987,-1208165.0385406222,-673813.5291163598
+    -20.855403322110753,33.34684237857977,-988100.09672218,-328151.3597000189
+    -18.931866923822962,32.258141090779546,-820118.4228856383,-470448.66404150485
+<EPSG:102161> +proj=tmerc +ellps=intl +x_0=180.598 +y_0=-86.99 +lon_0=8d7'54.862"W +lat_0=39d40'0"N +k_0=1.0 +nadgrids=D73_ETRS89_geo.gsb +no_defs +bounds=-35.58,29.24,-6.19,43.07  <>
+    -17.084840990566168,31.25045811387211,-854268.2194781711,-899077.3838786628
+    -33.51001534934259,32.89038020291569,-2405587.5229900316,-450642.17482501664
+    -23.21157480185918,29.89604211211937,-1464870.3202359895,-986520.9938346144
+    -19.901822391533855,35.200881128618136,-1074212.2238070106,-431595.0585743124
+    -15.963486105455527,32.839081874215964,-734008.8527279904,-730409.6186407399
+    -27.659232805808827,41.8987351989493,-1623245.2546396395,436416.70534567774
+    -29.51096287722606,37.664492848738064,-1896711.1622665578,-238.96767282998462
+    -32.63016303238876,34.15148570984561,-2283797.6761746616,-327620.0953953976
+<EPSG:102162> +proj=utm +ellps=intl +zone=26 +towgs84=-105.679,166.1,-37.322 +no_defs +bounds=-28.9,38.32,-26.97,39.14  <>
+    -27.458074101015637,38.470887468471446,459940.389647385,4258246.265809422
+    -27.07814808923953,38.403434428848946,493076.520500868,4250665.096118499
+    -27.696138216977207,38.489840314156694,439188.81459759,4260479.489555441
+    -27.377253648077176,38.3650427752827,466942.652136215,4246469.596072903
+    -27.61851373435076,38.82466150224709,446209.170228089,4297585.2602636
+    -28.863707709605848,38.614300037516216,337637.903154513,4275707.710110436
+    -27.36840471370321,38.53030750519818,467789.027760946,4264804.600445132
+    -27.102749591040638,39.06979615714396,491011.416780413,4324611.45733564
+<EPSG:102164> +proj=tmerc +ellps=intl +x_0=200000.0 +y_0=300000.0 +lon_0=8d7'54.862"W +lat_0=39d40'0"N +k_0=1.0 +nadgrids=DLX_ETRS89_geo.gsb +no_defs +bounds=-35.58,29.24,-6.19,43.07  <>
+    -18.876722921138473,29.343060009208042,-846730.8676700798,-796794.5513531801
+    -9.214159522036727,31.018649079010302,96652.94701992437,-658997.7106738476
+    -6.213372785692254,42.01076016893678,359036.0592277952,561922.6454717182
+    -27.228221857391844,31.457552045031747,-1630333.6151338506,-447901.0486487413
+    -20.257687043867776,41.5733021945066,-812230.2412958369,583379.247132153
+    -14.141161367088344,31.812827082766415,-369475.09416853706,-555664.7332907262
+    -33.43180006486929,40.360279991647545,-1958716.0927507933,697005.1110523462
+    -23.72336396165525,41.07006033064599,-1112544.189154745,574747.6539310206
+<EPSG:102165> +proj=tmerc +ellps=intl +x_0=0.0 +y_0=0.0 +lon_0=8d7'54.862"W +lat_0=39d40'0"N +k_0=1.0 +nadgrids=DLX_ETRS89_geo.gsb +no_defs +bounds=-35.58,29.24,-6.19,43.07  <>
+    -32.90309334061978,43.013545030797275,-2022220.2292804283,679925.7574369498
+    -19.137192453879205,37.68177089479479,-972327.0764866992,-162864.42085167454
+    -15.8786471667261,34.14131510693114,-715334.5304564564,-585957.9691281524
+    -10.154485455974527,30.578329168059746,-194037.61982891895,-1006575.5937527717
+    -16.40638344613499,41.28447199288592,-693514.5085418917,212817.15302915545
+    -7.801231944622078,36.95633774952826,29557.386399562904,-300980.80338355486
+    -31.0395493799037,30.775922089044244,-2220627.5474362304,-751384.9444713682
+    -14.969776851611357,31.9882178778592,-646919.8325146519,-831484.6693547072
+<EPSG:102166> +proj=utm +ellps=intl +zone=25 +towgs84=-487.978,-226.275,102.787,-0.743,1.677,2.087,1.485 +no_defs +bounds=-31.34,39.3,-31.02,39.77  <>
+    -31.240220321773155,39.58356285960373,651504.14974167,4382951.234053036
+    -31.085093305200317,39.769482048503484,664386.779538079,4403859.946495799
+    -31.319486266877945,39.329692189635566,645221.783948037,4354643.845437203
+    -31.29819858012093,39.47657749926383,646749.270144689,4370980.888061836
+    -31.198978874392118,39.75618038121669,654661.593308953,4402181.09227379
+    -31.339067694679976,39.59749015228872,642986.176434589,4384335.537969664
+    -31.044108693259755,39.720155540053426,668016.888259158,4398460.672091275
+    -31.26660665526574,39.5300801460419,649352.375014407,4376971.028817129
+<EPSG:102168> +proj=utm +ellps=intl +zone=26 +towgs84=-269.089,186.247,155.667,2.005,3.606,-0.366,0.097 +no_defs +bounds=-25.92,36.87,-24.62,37.96  <>
+    -25.696385680206056,37.76225542653357,614793.864056376,4180200.491185584
+    -24.637619476839035,37.59320378725881,708536.227494595,4163268.587346974
+    -25.324644757208713,37.44889849390666,648160.464411073,4145952.515005793
+    -25.095849078505694,37.538176624682166,668199.820354418,4156243.321369929
+    -24.860336814192145,37.28391248179494,689650.101713984,4128477.187129062
+    -25.775962847371805,37.67977336868324,607903.850032371,4170954.059489504
+    -25.77147901894948,37.17065593958253,609035.406779288,4114473.207842816
+    -24.626297034768605,37.29967467924043,710356.933953756,4130721.580584464
+<EPSG:102173> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=-5300000.0 +lon_0=19dE +lat_0=0dN +k_0=0.9993 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=14.14,49.0,24.15,55.93  <>
+    14.259374439493495,52.0993030205299,175462.433359627,480955.584052292
+    16.293126404595856,50.65148925095766,308711.718338047,312881.771230097
+    21.073195536376804,54.97601353687676,632648.690009763,792259.520386027
+    17.69068825412754,51.62820226717513,409401.299874965,418782.168143506
+    19.346594205479192,55.48888324159386,521894.112685574,847405.125411821
+    15.521418799586069,53.482069858702374,269270.242569352,629752.492392283
+    16.40261612209206,49.9071962486229,313561.821586164,229887.117478046
+    22.538622204612384,53.31323405007778,735642.399420588,611181.795446804
+<EPSG:102174> +proj=tmerc +ellps=GRS80 +x_0=5500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=14.14,50.26,16.5,55.35  <>
+    14.66597369708113,55.254906826473054,5478761.684749797,6125187.236599243
+    16.344848557600404,55.0473793408502,5585951.644695296,6102861.720774949
+    15.726547184787862,54.00904125278832,5547629.507727137,5986705.718325022
+    14.478917019266694,50.803562708010624,5463269.876230847,5629928.695699531
+    15.960718840039767,52.97790474094827,5564527.123677126,5872141.267423063
+    14.818288290768121,51.540478513986784,5487394.001598113,5711791.631291977
+    14.767259009180849,55.22704850438593,5485191.320267981,6122059.901247169
+    14.149397762539126,55.27781581769664,5445948.062069587,6128016.376404147
+<EPSG:102175> +proj=tmerc +ellps=GRS80 +x_0=6500000.0 +y_0=0.0 +lon_0=18dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=16.5,49.39,19.5,55.93  <>
+    17.24095910384752,51.44343106199497,6447230.987987736,5701252.876994675
+    16.684924228450296,49.641166780962436,6405023.404425104,5501342.657128057
+    18.405042378330613,51.07119825524324,6528387.261279155,5659648.690986995
+    17.7101753922148,55.56779486894675,6481717.191365945,6160005.989124598
+    19.073751497631388,49.8110322543899,6577278.043518855,5519956.849134347
+    18.472621772705587,51.64336566617327,6532713.422291283,5723328.081920848
+    16.863291559939178,52.13420461286354,6422174.032405257,5778440.8819979
+    18.156527270243757,54.61297889810453,6510112.228685164,6053692.230894422
+<EPSG:102176> +proj=tmerc +ellps=GRS80 +x_0=7500000.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=19.5,49.09,22.5,54.55  <>
+    22.334471037268628,53.890935408174784,7587728.378351121,5974142.164211462
+    22.012544274700954,54.27529973200085,7565953.336400752,6016568.829262699
+    20.00795656858752,52.4724573956867,7432594.062966562,5815929.734887376
+    21.701462802198456,50.295184679304505,7549979.228100339,5573487.204809784
+    20.173213958770447,52.66284095569541,7444065.260695979,5836971.700633723
+    22.328581313249423,51.73198387160588,7591779.255296944,5733916.816670855
+    22.097415761653124,53.22108718216212,7573293.629309019,5899332.793038916
+    22.424566374933136,52.566534914774245,7596586.498328481,5826888.342651182
+<EPSG:102177> +proj=tmerc +ellps=GRS80 +x_0=8500000.0 +y_0=0.0 +lon_0=24dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=22.5,49.0,24.15,54.41  <>
+    23.036649249103125,52.679075541469274,8434850.58417352,5838892.841671892
+    23.895444807420343,51.01564275096658,8492663.502292138,5653395.812578467
+    23.306648859354528,52.38799494306261,8452798.723296445,5806295.291357642
+    23.273837883466054,53.67850481180518,8452019.285521593,5949919.791331452
+    22.917418426228714,53.224548137894026,8427702.904295422,5899702.817781646
+    22.733576116653854,49.50817435105119,8408288.121385803,5486492.50880731
+    22.771282613834167,49.184972165371065,8410433.840107717,5450505.89480174
+    23.901896467287887,51.16906685729217,8493138.946554124,5670462.309397397
+<EPSG:102191> +proj=lcc +ellps=clrk80ign +x_0=500000.0 +y_0=300000.0 +lon_0=5d24'0"W +lat_0=33d18'0"N +lat_1=33d18'0"N +k_0=0.999625769 +towgs84=31.0,146.0,47.0 +no_defs +bounds=-9.85,31.49,-1.01,35.97  <>
+    -6.4700900944633695,32.44875939069441,399258.86599208217,206432.81654387398
+    -8.779924823763736,31.59167606779908,179097.69095249777,116082.86395463868
+    -9.114883747691366,35.88215094662759,164257.81614978588,592702.0865940542
+    -8.228301361357682,32.8142961886617,235105.85871091188,250030.02975065453
+    -6.972188019301065,32.666354784354404,352426.0143443134,231151.3604798211
+    -6.316674133073041,32.733828438609194,413957.80837667757,237898.50212704984
+    -4.7453575458786394,35.91917087759,558976.8431623947,591024.6407497489
+    -5.528829716403116,33.92946715107602,487943.6981866494,370091.11787099816
+<EPSG:102192> +proj=lcc +ellps=clrk80ign +x_0=500000.0 +y_0=300000.0 +lon_0=5d24'0"W +lat_0=29d42'0"N +lat_1=29d42'0"N +k_0=0.999615596 +towgs84=31.0,146.0,47.0 +no_defs +bounds=-13.24,27.66,-3.59,31.51  <>
+    -11.321790259406212,29.465674097940383,-74094.03969757888,289002.13971335103
+    -7.932324451624992,28.24736034820617,251372.59201612195,142028.04208739416
+    -4.5082813100039125,30.234877605801714,585657.8312328233,359869.5951479557
+    -8.228127397098465,30.527957843510613,228532.75044981157,395337.2168627097
+    -7.928173899123383,30.056293692380446,256161.55269415214,342412.50941431563
+    -6.321591406764336,30.261204258930505,411194.54972283065,362809.52512047853
+    -9.468577369369562,29.117934017870652,104074.74380741455,242736.2781605629
+    -7.081319677989961,29.849436021801694,337449.20371356676,318007.0799649136
+<EPSG:102193> +proj=lcc +ellps=clrk80ign +x_0=1200000.0 +y_0=400000.0 +lon_0=5d24'0"W +lat_0=26d6'0"N +lat_1=26d6'0"N +k_0=0.9996 +towgs84=31.0,146.0,47.0 +no_defs +bounds=-17.0,21.06,-8.67,27.9  <>
+    -13.56682952041523,26.29551181580594,385110.6408683972,447447.1596998333
+    -14.943402984030497,21.394009572237955,208236.6822454508,-84997.12732797355
+    -12.15191895952637,24.66805983783481,516785.3796454151,259368.21157976534
+    -15.041958238008979,22.8926037092836,210313.79316499992,81573.85612028703
+    -9.18773512512307,24.560394555992485,816196.0987269406,235312.02172611936
+    -16.617250563957423,24.31578707907883,62583.469307092484,251645.44084349094
+    -16.79142668184403,27.879557428526116,79452.09242282575,646406.9966458167
+    -9.554480261278792,22.122249464308872,770441.3473600445,-33663.652513004665
+<EPSG:102194> +proj=tmerc +ellps=WGS84 +x_0=500000.0 +y_0=-5300000.0 +lon_0=19dE +lat_0=0dN +k_0=0.9993 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=14.14,49.0,24.15,55.93  <>
+    23.57225949958336,54.04730362469876,799181.077294555,696659.459212664
+    20.89419000131436,53.4233645479363,625828.435287923,619262.081072262
+    20.950767690872034,51.10405775759095,636531.630833159,361506.771860274
+    18.317486564720856,54.752279443144715,456085.575702763,765618.602516779
+    18.7897887049436,55.77877468938938,486818.757464611,879623.068796133
+    19.90154052223252,51.104105774846495,563099.573746047,360089.227983819
+    23.24680367687268,55.16455939375478,770381.56889676,819499.990391462
+    20.382597061379787,50.309947070929795,598416.902414704,272334.19379132
+<EPSG:102195> +proj=tmerc +ellps=WGS84 +x_0=5500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=14.14,50.26,16.5,55.35  <>
+    15.119587699945447,50.85475725984454,5508420.311136389,5635500.768642078
+    14.397929076853211,54.11651388066948,5460632.322577852,5998590.405232022
+    15.69492269298556,50.75111651381879,5549038.458214954,5624195.680662233
+    14.900062825863703,53.975738612757695,5493443.238413115,5982759.537253257
+    15.760943648547975,54.325408893218096,5549505.217485506,6021940.002064979
+    16.26011593672522,53.240445614891534,5584121.544333314,5901665.967850274
+    14.354536607763801,52.41002013442143,5456080.61565511,5808715.74141282
+    15.615253450588325,52.80762327566716,5541486.36669658,5852938.582575814
+<EPSG:102196> +proj=tmerc +ellps=WGS84 +x_0=6500000.0 +y_0=0.0 +lon_0=18dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=16.5,49.39,19.5,55.93  <>
+    18.707914140736083,54.83252007015412,6545486.961770142,6078347.782460609
+    18.470105737855693,52.77994378844936,6531719.29316825,5849784.760257946
+    16.532869671896886,49.84083042127081,6394476.169812222,5523750.360827175
+    18.126620756320637,51.90286014716349,6508714.199576421,5752099.777825026
+    17.82618715781594,55.76935512330314,6489091.684678146,6182420.671864894
+    18.832314188086645,49.832454728048425,6559875.554334628,5522118.538864328
+    18.998275434109548,54.35344635369172,6564900.851695358,6025253.06450617
+    17.9245334591933,53.461467307289276,6494987.958634271,5925523.70458253
+<EPSG:102197> +proj=tmerc +ellps=WGS84 +x_0=7500000.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=19.5,49.09,22.5,54.55  <>
+    20.930134061341356,53.608832354109374,7495376.000209476,5941923.246344202
+    20.134311060230605,49.76652195101943,7437638.914072433,5514813.044084246
+    20.262948761189463,50.99631907593942,7448260.90028558,5651499.662734137
+    21.76853364036741,50.36462789870749,7554678.22409789,5581258.193138226
+    21.11366695819152,52.662898417109446,7507689.994806008,5836663.276745087
+    19.546554969255393,50.42761291375522,7396731.38061195,5588991.219508902
+    21.947151818966926,53.57897436777148,7562729.567697659,5939015.347594045
+    20.61034078125493,50.206237806442275,7472184.961073449,5563431.351451173
+<EPSG:102198> +proj=tmerc +ellps=WGS84 +x_0=8500000.0 +y_0=0.0 +lon_0=24dE +lat_0=0dN +k_0=0.999923 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=22.5,49.0,24.15,54.41  <>
+    23.49138020240996,54.09296449045949,8466723.918286685,5995921.441226463
+    22.603409204669717,53.65168994883768,8407664.503717113,5947597.039491632
+    23.443070342671582,52.45218304637384,8462140.825681092,5813356.934887888
+    22.938787216096614,52.57622302116198,8428064.101879513,5827541.881448471
+    22.821942608140127,49.93849708868638,8415438.1153732,5534245.442499839
+    23.19329819126791,53.60416099978972,8446603.958646996,5941703.688487846
+    23.176664126561704,53.52912045694696,8445406.409107305,5933365.411758339
+    22.689649700190635,53.979312988544365,8414039.093129162,5983947.807654362
+<EPSG:102204> +proj=lcc +ellps=intl +x_0=1000000.0 +y_0=3000000.0 +lon_0=45dE +lat_0=24dN +lat_1=21dN +lat_2=27dN +towgs84=-143.0,-236.0,7.0 +no_defs +bounds=34.51,15.61,55.67,32.16  <>
+    38.68779590977038,22.917277432912467,353511.154555427,2894691.58536343
+    41.52836662474196,23.08385315017693,644840.016273971,2903000.974818867
+    39.440441799966024,30.6127207245083,464239.671534565,3743917.686409302
+    38.809486070753735,30.34951606330223,402176.645694225,3717155.140150584
+    40.253214889856054,24.968859217001924,521434.184623453,3115195.765197742
+    55.22449884208807,31.44600753542506,1978140.332764611,3861831.224759484
+    50.607766915478024,25.656931785009604,1562437.888444508,3194466.329347866
+    40.25750900029082,31.042625040034636,544570.253437217,3788949.756203561
+<EPSG:102213> +proj=utm +datum=NAD83 +zone=58 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=168.0,0.0,174.0,84.0  <>
+    169.6165772675004,15.05089197231814,996668.3406806,1669158.468405349
+    170.07631034894297,50.929736060275964,856645.266879944,5654292.082593515
+    168.07125268390007,73.2884116424578,598537.232161459,8135184.269955105
+    171.99979439307646,2.4199796132037994,1280162.491205772,269501.071705414
+    170.96161443804283,82.92814078392298,581799.323579503,9212665.205489978
+    173.43513267706038,59.07924818388305,982676.321891533,6579441.793440411
+    168.71301944195503,71.25807062346814,633079.917287228,7910265.583071593
+    173.18496826627262,62.42777246873448,921860.041167444,6948611.68518437
+<EPSG:102215> +proj=lcc +datum=WGS84 +x_0=0.0 +y_0=-8000000.0 +lon_0=95dW +lat_0=0dN +lat_1=49dN +lat_2=77dN +no_defs +bounds=-141.01,40.04,-47.74,86.46  <>
+    -62.73379275581799,43.502866201100446,2561379.392529841,-1369246.669708016
+    -74.60153184219105,85.81176132210966,180972.775329756,2694425.140967414
+    -88.85791793946727,56.55704255580473,368650.468424444,-566543.63265784
+    -73.48251394958378,65.99049929789247,929964.583071812,595932.126732733
+    -105.57121724595092,44.585598166077006,-851901.089093856,-1839285.137770765
+    -68.2853916367112,82.86990366868478,378310.364138424,2392110.349291029
+    -56.315809150520394,61.066963540988866,1905199.854696842,502752.832128212
+    -132.5881442334352,75.85754973224354,-961093.752511283,1806781.205664219
+<EPSG:102216> +proj=tmerc +ellps=GRS80 +x_0=50000.0 +y_0=3800000.0 +lon_0=115d49'0"E +lat_0=0dN +k_0=0.99999906 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=115.4416666666667,-33.41666666666666,116.0833333333333,-31.33333333333333  <>
+    116.03474050109217,-31.43659129434945,70731.493096709,320602.084809811
+    115.70366160830193,-33.13642245472674,39455.603560137,132119.696639623
+    115.74950197287671,-32.58731866474873,43694.191293638,193020.044616167
+    115.69455948128008,-31.62778862201942,38415.347295057,299416.505485142
+    116.03811459131707,-31.46380166531528,71046.172299723,317584.424951192
+    115.86127950194594,-31.780516938765984,54225.614387649,282487.361283051
+    115.63022978810237,-32.12313591248756,32406.581408907,244481.406249772
+    115.52442754886654,-33.257931892514584,22769.035423869,118610.94311515
+<EPSG:102217> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=520000.0 +y_0=-4480000.0 +lon_0=90dW +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.12262887472492,46.25717467712961,1675025.032313942,2108359.677871469
+    -90.01929340462765,47.07488376284982,1701227.760355152,2406445.010767692
+    -88.29150217909218,44.26782011399437,2153408.350643905,1387920.600513714
+    -88.15777712429967,43.68327610999829,2193182.064766478,1175670.138137103
+    -90.46080005275654,44.09101378589206,1585010.852870416,1319173.327548625
+    -90.52712220939407,43.128353460921794,1565366.413764425,968512.574888314
+    -89.66950129759707,46.74450795186566,1788860.823778518,2286169.548545434
+    -89.58188586029796,44.45730089965546,1815164.97047199,1452593.191993668
+<EPSG:102218> +proj=aea +datum=NAD83 +x_0=600000.0 +y_0=0.0 +lon_0=120dW +lat_0=34dN +lat_1=43dN +lat_2=48dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.79,41.98,-116.47,49.05  <>
+    -119.78007946514589,42.225709011776075,618168.801048971,906585.835815952
+    -121.59414560008393,42.03250603400421,467891.678127688,886426.198066939
+    -118.65593402666916,42.096207759646354,711269.973882961,893116.573002375
+    -118.3399400223339,48.34543329611513,723082.005241254,1588281.272862947
+    -122.73685925544478,48.29727264312393,396926.201303578,1585113.279993875
+    -116.49236925501839,46.33739517682071,869741.112264623,1369558.876092075
+    -120.70317291497786,42.21361821564997,541900.752203911,905472.892844061
+    -117.13253610821104,48.8328809490457,810640.302259331,1644943.141787381
+<EPSG:102219> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=520000.0 +y_0=-4480000.0 +lon_0=90dW +lat_0=0dN +k_0=0.9996 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.50745486418921,46.986013798577346,2078410.74090745,2377587.059502895
+    -89.37596268086541,45.24350791531489,1866713.565467601,1739465.344672166
+    -87.76196735107533,45.55517337218015,2279126.633295543,1860434.040539165
+    -86.56429630033215,43.449344439314295,2618101.670861727,1103837.846382142
+    -91.60219431246884,46.18134306968799,1300343.533583316,2084782.492349367
+    -92.66088488786586,44.15966779308354,1007993.646838271,1355145.754865433
+    -90.3261200901818,45.465470013751116,1622392.602083303,1819914.778906107
+    -91.79697160837553,44.77962503658883,1239596.06126642,1574930.415580605
+<EPSG:102220> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=520000.0 +y_0=-4480000.0 +lon_0=90dW +lat_0=0dN +k_0=0.9996 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.78719988544418,43.74108563008225,1762252.323375158,1191393.799391753
+    -91.78494870444125,45.031848849747874,1244739.034482165,1666785.59184022
+    -87.26724740437045,43.28012021714787,2433503.259411276,1035260.829372766
+    -89.30147119674298,44.88166294033283,1887031.883581358,1607743.466121901
+    -86.88726755702912,47.282430515273035,2478304.518496756,2497532.314631093
+    -90.58273973312899,44.73284356291916,1554651.6392169,1553270.003349871
+    -91.28566725628045,43.20077022568799,1363347.593401427,997083.967290611
+    -90.83910569078299,43.2176095769299,1482438.294270146,1001708.293248173
+<EPSG:102221> +proj=lcc +ellps=clrk66 +x_0=500000.0 +y_0=271820.522 +lon_0=84d20'0"W +lat_0=10d28'0"N +lat_1=9d56'0"N +lat_2=11dN +towgs84=205.0,96.0,-98.0 +no_defs +bounds=-90.45,2.15,-81.43,11.77  <>
+    -87.13883070272033,9.594318789205994,191803.28060444945,176870.17543927563
+    -85.59900715175736,7.966290248765365,360118.1820271992,-4354.431766903494
+    -89.24725776174053,11.63231084041542,-36129.49526149116,405103.1024700913
+    -89.45551741836937,3.726807056921059,-73067.85109807411,-470404.29233850085
+    -83.05511612999584,3.7358536727912828,642739.93125293,-473762.0832429979
+    -81.48901116531775,2.4933928108576286,819137.1476332125,-611119.5642582509
+    -84.58405097961686,9.135735077426027,472222.3683304838,124783.11928119737
+    -85.36032164678133,7.2502987558332155,386198.9316725598,-83728.34768436482
+<EPSG:102222> +proj=lcc +ellps=clrk66 +x_0=500000.0 +y_0=327987.436 +lon_0=83d40'0"W +lat_0=9dN +lat_1=8d28'0"N +lat_2=9d32'0"N +towgs84=205.0,96.0,-98.0 +no_defs +bounds=-90.45,2.15,-81.43,11.77  <>
+    -89.01924587352377,7.850648125398818,-90581.4379018275,205341.78072443203
+    -85.77069923453364,5.4603783397139765,266192.25263556815,-62865.702011364396
+    -81.61141542091887,5.557363296001474,727902.5652062075,-52153.28414560988
+    -81.4691747721079,3.676688536955673,744940.8813196616,-260629.22308737447
+    -88.64572038756485,7.512903092848346,-49893.7439242159,167403.49992424255
+    -89.37102343746164,4.327997345206695,-135454.05024221074,-184124.92450209684
+    -88.73984061912378,6.427547159074656,-61947.44674542139,47456.84724863549
+    -89.20776977156422,3.9010543477155117,-117992.41424649232,-231777.99156900216
+<EPSG:102223> +proj=tmerc +datum=WGS84 +x_0=500000.0 +y_0=0.0 +lon_0=84dW +lat_0=0dN +k_0=0.9996 +no_defs +bounds=-90.45,2.15,-81.43,11.77  <>
+    -84.28501152204778,3.569020447874518,468346.321955322,394494.015222687
+    -85.13241372226688,5.374301980395901,374532.869061394,594155.450990655
+    -84.19238920465295,4.3137860315987595,478652.101938586,476814.701653689
+    -89.38385884944154,3.5163880615158565,-98849.49688817,390400.982308316
+    -81.7373897084854,10.074241436428963,747976.351979358,1114477.716191235
+    -83.7782962649343,10.159518786218841,524285.846449184,1123057.822856376
+    -88.82314319626876,6.205577895114812,-34191.810197537,688364.47033051
+    -85.46749426687555,4.146793758915409,337111.534119857,458504.201306512
+<EPSG:102224> +proj=utm +ellps=GRS80 +zone=46 +no_defs +bounds=87.76,41.58,96,52.15  <>
+    88.89377244553445,48.23672334585253,195127.10435416,5350766.966671434
+    89.75536537256035,48.96930631077215,262550.873785347,5429118.045043973
+    91.44463395586682,44.71330891493152,376803.408750594,4952280.070143121
+    91.70299427431222,46.84917945145244,401117.794935983,5189220.777559252
+    94.08158441486151,51.471183466750375,575122.079367712,5702779.105672891
+    94.57637998373298,51.63595704914728,609091.828633774,5721726.402493363
+    91.77560019017831,41.950107070317095,398518.111569272,4644961.605109737
+    94.32831575113399,48.910785016422466,597328.598737484,5418388.638988483
+<EPSG:102225> +proj=utm +ellps=GRS80 +zone=47 +no_defs +bounds=96,41.58,102,52.15  <>
+    101.09851055418463,51.280022873089116,646356.434298395,5683056.798155794
+    99.0877387299976,51.85886388773585,506042.234901671,5745344.480143504
+    100.12406717554032,49.190177493582546,581902.871231714,5449205.386469163
+    98.14308977295107,42.81477300377131,429945.020269518,4740602.03751434
+    101.26319688112522,42.70386009971736,685356.822389492,4730413.294826133
+    96.9153506377004,50.75766213878531,352966.764361259,5624948.571754854
+    97.64878589685691,50.018207271953244,403200.567945788,5541529.757305919
+    99.4739914863113,48.955089702034115,534700.039669912,5422571.587998073
+<EPSG:102226> +proj=utm +ellps=GRS80 +zone=48 +no_defs +bounds=102,41.58,108,52.15  <>
+    102.05642157947003,43.69958680605011,262808.821542194,4842718.817169421
+    102.89237157019744,43.04198965385269,328324.996049025,4767633.325842149
+    103.34795106178582,43.22748586824685,365840.862115315,4787402.103398975
+    106.43136877831917,51.10932688735184,600200.156271266,5662956.837341365
+    104.72192912661265,51.64826400362099,480761.049302997,5721954.921651741
+    103.38169332006467,44.5832783204526,371531.250226195,4937933.300465344
+    106.25030132669677,46.95034956300724,595142.395404105,5200405.318709092
+    103.46475945474279,44.11663328874059,377154.354574301,4885973.009465419
+<EPSG:102227> +proj=utm +ellps=GRS80 +zone=49 +no_defs +bounds=108,41.58,114,52.15  <>
+    111.49818267462649,49.13266496432262,536341.39807707,5442323.165794496
+    109.999882312557,42.6864367288585,418068.419001992,4726479.919601032
+    110.70677549097817,43.364887452551926,476241.660924438,4801377.968054043
+    110.25008995445742,45.78443001298666,441707.685769909,5070370.061842985
+    112.06069196505126,49.575296606633174,576683.54073815,5491952.35002115
+    110.82973499338904,46.807422378220686,487009.069020864,5183778.091606764
+    109.8030749910755,45.32304451360897,406195.671578327,5019534.338942903
+    111.43551064183299,48.92094586517694,531904.689544185,5418759.17211547
+<EPSG:102228> +proj=utm +ellps=GRS80 +zone=50 +no_defs +bounds=114,41.58,119.94,52.15  <>
+    118.15585709633086,51.58393606339307,580082.511862401,5715396.986685484
+    116.13263150451051,42.26508875812203,428465.249598007,4679573.5894017
+    118.19890343119073,43.47981546088529,596957.21198241,4814797.793739119
+    116.18408212355006,49.21510303021892,440579.414026003,5451688.57048354
+    117.10798622398048,47.99053910784204,508056.758941607,5315254.327710466
+    118.11536361493438,45.05413674477676,587824.890959647,4989569.40261235
+    119.03401135267075,41.94711357616184,668595.226267661,4645905.152845569
+    119.45572032221378,47.09149357356124,686374.508927756,5218257.812936038
+<EPSG:102231> +proj=tmerc +ellps=intl +x_0=1000000.0 +y_0=1000000.0 +lon_0=80d4'51.3"W +lat_0=4d35'56.57"N +k_0=1.0 +towgs84=-305.356,222.004,-30.023,9.690493859925834,-1.031968196225391,19.75739417682781,6.325747 +no_defs +bounds=-79.1,1.23,-78.58,2.48  <>
+    -78.81844525351732,2.151109283105121,1140105.202120097,729680.3208185317
+    -78.9038454488699,1.6574178742441905,1130639.4389976875,675071.4197376214
+    -78.92735365319152,1.373646276244698,1128039.3039369727,643685.6306960683
+    -78.66393938041409,1.9591664713695356,1157315.791193175,708464.5188092839
+    -78.79179871948655,2.0291139452505136,1143080.978673773,716189.668962169
+    -78.91093804156534,2.2375591369187537,1129806.567904343,739233.5108535707
+    -78.81990027297707,2.1356506976576526,1139944.684331459,727970.4373463568
+    -78.77055883575974,2.089371256232117,1145439.147799417,722856.2373935475
+<EPSG:102232> +proj=tmerc +ellps=intl +x_0=92334.879 +y_0=109320.965 +lon_0=74d9'0"W +lat_0=4d41'0"N +k_0=1.000399787532524 +towgs84=221.899,274.136,-397.554,-2.808445910362777,0.4485085889126799,2.810172346791065,-2.199943 +no_defs +bounds=-74.4,-4.23,-66.87,7.1  <>
+    -73.86107322563676,2.2859761674310626,124108.99318056904,-155564.0259089593
+    -73.7153112389879,0.3183451165947009,140368.03347301806,-373225.159186895
+    -70.35915278935236,3.802347767367321,513506.27430511726,13105.592881799166
+    -70.478139078023,3.0774745768605367,500566.5261192603,-67304.19890168472
+    -71.98423912012255,5.091245776016153,332256.2271248324,155166.3983843918
+    -72.63541448869707,-3.9200971253530184,260262.00783351477,-842238.5983661673
+    -72.10072473118147,7.024315597309096,318516.6496260462,369116.2215338568
+    -70.53292158868138,5.382954754244718,493268.2988573495,188225.1474554566
+<EPSG:102233> +proj=tmerc +ellps=GRS80 +x_0=92334.879 +y_0=109320.965 +lon_0=74d8'47.73"W +lat_0=4d40'49.75"N +k_0=1.000399803265436 +towgs84=0.0,0.0,0.0 +no_defs +bounds=-74.4,-4.23,-66.87,7.1  <>
+    -72.38309981811578,4.267042636477658,288214.4292290021,63808.02359179559
+    -68.47790543875107,3.6166508587771347,723402.6453105911,-6390.945295850281
+    -67.46475298724484,-1.1919621858567635,837993.2761551853,-541199.7052649347
+    -68.3616892185294,1.916750616639244,737308.3707915797,-195318.1447667662
+    -67.19660612552727,-2.4332864764689575,867529.119970652,-679610.532545292
+    -69.67733326389236,1.3081614335906817,590428.7509245743,-263287.586939091
+    -71.20880654686772,-3.8734473862933374,418898.78658388805,-837486.2255251697
+    -73.33243599916261,4.451582793262938,182733.8377325199,84048.26871158218
+<EPSG:102240> +proj=tmerc +ellps=GRS80 +x_0=100000.0 +y_0=200000.0 +lon_0=144d45'0"E +lat_0=13d30'0"N +k_0=1.0 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs +bounds=141.19,10.95,148.18,15.91  <>
+    144.94847130578253,15.303999558691771,121315.946440669,399609.006292812
+    141.55779680883424,15.353590346243454,-242905.356987331,407617.694301025
+    146.70537030649,15.64237798998463,309695.825091858,438007.065025941
+    144.54298712403116,14.910919499449165,77727.100351112,356115.390733975
+    145.782253160061,14.371355528432163,211343.056063954,296653.797705483
+    144.9340736791176,13.103545940353005,119961.604698417,156145.449885689
+    145.2582854166883,13.746268098607409,154973.161367432,227303.176509424
+    145.0555358922267,14.984298507796137,132863.752690374,364246.953118117
+<EPSG:102247> +proj=aea +ellps=GRS80 +x_0=0.0 +y_0=0.0 +lon_0=154dW +lat_0=50dN +lat_1=55dN +lat_2=65dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=172.42,51.3,-129.99,71.4  <>
+    -146.91570474084216,68.94053664375895,287017.992395041,2123633.594681954
+    -140.69314531975806,63.49780192937582,656937.466763092,1569428.240664311
+    -149.16886837121643,65.4149977145579,224349.765134504,1725470.870431064
+    -179.20947727112977,55.58838163054725,-1550510.67299732,917512.877782229
+    -175.51654201298737,62.25197498067571,-1095091.722661069,1543117.131630173
+    -164.00497462217157,56.80111272377144,-607709.751944354,800729.42152251
+    -161.84215549143678,55.25620621362126,-497324.403428802,612038.252695567
+    -143.70294295356643,59.711231663704446,575103.10100368,1124672.592828057
+<EPSG:102306> +proj=tmerc +ellps=evrst30 +x_0=500000.0 +y_0=0.0 +lon_0=84dE +lat_0=0dN +k_0=0.9999 +towgs84=293.17,726.18,245.36 +no_defs +bounds=80.06,26.34,88.21,30.43  <>
+    86.30658701541952,29.51827155279872,723844.190606338,3268328.453133666
+    82.58023788782636,28.849265984903724,361682.433403534,3192794.244857513
+    83.70788756362224,27.209349432192255,471278.935375275,3010283.525694898
+    80.5053034745451,27.7578836388889,155620.319705758,3075925.447241598
+    83.447389268129,27.568510796338536,445650.151928475,3050165.90092656
+    83.71437015473056,26.87275440432238,471836.585133492,2972989.607930537
+    84.82177069838667,27.147917479183956,581666.38049458,3003710.004244363
+    87.15598846308075,28.97733581325311,807849.206537422,3210266.306791768
+<EPSG:102319> +proj=tmerc +ellps=WGS84 +x_0=200000.0 +y_0=-3500000.0 +lon_0=33dE +lat_0=0dN +k_0=0.99995 +towgs84=8.846,-4.394,-1.122,-0.00237,-0.146528,0.130428,0.783926 +no_defs +bounds=32.2,34.59,34.65,35.74  <>
+    34.452027889479325,35.70664101325731,331405.124462784,453766.988902693
+    32.32139732862922,35.51084647473154,138445.398117278,431284.183382695
+    33.31587895284532,35.42540226320084,228688.36227544,421638.762952138
+    34.564402069155705,35.34668463316715,342209.057779861,413983.11944494
+    34.20281739438411,34.59061568009246,310348.261663952,329643.27576866
+    34.3803738543038,34.75043026922141,326395.024927888,347581.696163661
+    32.26923504562335,35.08779008629684,133367.563517636,384382.5887334
+    32.54810452545756,34.814774098536255,158660.191072401,353944.581810937
+<EPSG:102328> +proj=tmerc +ellps=GRS80 +x_0=2500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=5.5,47.27,12.0,55.9  <>
+    11.310850199582926,53.023508816427885,2654986.177329428,5877383.144798996
+    8.0924000496221,48.6288688848279,2433124.377623637,5386597.738228932
+    8.24879227248066,48.41838389702976,2444418.055383804,5363076.116970567
+    6.0141425090078116,50.623907364705076,2288812.925604859,5612258.722693999
+    8.501577142235059,47.99344069964764,2462815.231519304,5315691.369110117
+    10.554405504791305,52.27910656347708,2606042.601520483,5793219.908153132
+    8.934822376456843,54.26638828985486,2495754.959964396,6013162.771326414
+    11.804616906735303,53.49411369961604,2686041.371518751,5930900.107838598
+<EPSG:102329> +proj=tmerc +ellps=GRS80 +x_0=32500000.0 +y_0=0.0 +lon_0=9dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=12.0,47.27,15.03,55.9  <>
+    14.11517124400253,52.62412713387322,3.284613365975555E7,5842751.637603725
+    14.127369371687859,48.18646679674552,3.2881041938286778E7,5349749.089834006
+    12.427706675832233,53.76137089510944,3.2725927087190468E7,5962425.736074393
+    15.009515925084354,53.160125240030546,3.290159953051763E7,5906965.536452246
+    14.622099708317785,52.7057538178823,3.2879698894679215E7,5854379.467186512
+    14.236142793912453,48.407100940800106,3.2887445816138968E7,5374807.282634853
+    13.41260354926446,52.948819653359344,3.2796401232473068E7,5875694.125359003
+    14.454558610045648,48.6794165237926,3.290143660643794E7,5406190.358548052
+<EPSG:102359> +proj=tmerc +ellps=GRS80 +x_0=3500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=5.5,47.27,12.0,55.9  <>
+    7.808374677846219,49.767533743020984,2982343.42514263,5537646.624866884
+    11.148125222936526,47.8066291141189,3211616.460741108,5301995.289867054
+    9.454648888175667,55.64355201813704,3151170.388049025,6180362.644196958
+    6.20725997932382,50.514464023002134,2877074.648232292,5632855.254507425
+    6.939747927401205,54.256693386265724,2975463.747776094,6042111.486259784
+    8.128243259243686,50.62367585813782,3014150.232518435,5630547.952365953
+    10.484836343179213,50.84160603285218,3182161.879020146,5641930.987389995
+    9.527937550920115,51.01415551282522,3116266.262796948,5665662.075446529
+<EPSG:102360> +proj=tmerc +ellps=GRS80 +x_0=33500000.0 +y_0=0.0 +lon_0=15dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=12.0,47.27,15.03,55.9  <>
+    13.846329526922212,55.60667587355567,3.3427320839532077E7,6162908.910586596
+    14.418621512216216,51.32418339490439,3.3459489995997638E7,5686036.767413504
+    14.794103520501734,48.94437870308746,3.34849234538946E7,5421293.082784028
+    14.883269691959462,49.068496481766005,3.3491473765424795E7,5435076.817049558
+    14.97639973203114,54.272642688694866,3.3498463139390312E7,6013856.967100318
+    14.336260070724386,53.552177948914895,3.345602682753417E7,5933903.521950408
+    14.967762053464009,52.68293268220138,3.349782068361436E7,5837000.837213097
+    12.818783474844185,50.80997271662815,3.334632801520387E7,5630961.08932082
+<EPSG:102364> +proj=utm +ellps=GRS80 +zone=59 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=167.65,49.01,174.01,56.28  <>
+    171.8100051208879,53.767125680698925,553391.744153334,5957917.199838104
+    172.8526571620274,49.98338997371968,632817.223777663,5538428.958392657
+    171.87524905004076,51.81188661232936,560338.230980401,5740478.554100526
+    172.50332577776592,50.90582668520271,605699.631006739,5640429.113900457
+    173.65745859806583,54.99324372009793,670002.414678552,6097270.096427545
+    172.077404710002,55.6408231257656,567816.701294811,6166632.084682795
+    171.4086971912061,56.20302566180841,525356.591027378,6228751.681077385
+    168.90841141075333,54.6661130034439,365106.195573656,6059647.168785366
+<EPSG:102365> +proj=utm +ellps=GRS80 +zone=60 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=174.0,47.92,180.0,56.67  <>
+    179.9755979199217,51.3905233587074,707019.38796552,5697456.531094466
+    177.83999458665258,51.601143536908296,558177.720595812,5717012.202380043
+    175.2716048608045,54.229607851548295,387335.244283489,6010447.649735125
+    176.27549584579452,51.211477031952434,449394.577408947,5673591.954724506
+    176.71858062103934,48.96410504285706,479402.517370635,5423503.82868732
+    179.1662353299158,51.00567969426992,651978.838082536,5652690.072702053
+    176.02469220512336,51.24139231271746,431920.474664476,5677121.23942947
+    174.9482830702956,49.63495497729752,351855.157945439,5500066.193371618
+<EPSG:102367> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=142dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-144.01,59.72,-140.98,70.16  <>
+    -143.903442380276,68.02739472152115,420508.956431498,1564090.177345082
+    -141.7387269381021,67.76246910998347,511038.85381399,1533343.486202545
+    -143.19758691187369,68.60164406433566,451227.0556846,1627385.501181046
+    -142.46064570347332,70.00845843771675,482419.794511258,1783896.078765601
+    -142.5311987830042,63.37529956765339,473432.908749518,1044306.523212341
+    -141.77595235030904,61.87428974300745,511788.080461106,876937.469426395
+    -141.58382621479458,60.4030627631517,522938.272443432,713065.110139484
+    -142.23223537637864,63.84403882164048,488575.411507786,1096462.942629568
+<EPSG:102368> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=146dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-148.0,59.72,-144.0,70.38  <>
+    -144.66495858044755,68.7330141662223,554054.8065664,1642150.034772602
+    -146.61876188330007,64.05268997137945,469784.546634316,1119846.334291726
+    -146.9654375674646,66.45510731520196,456954.064699777,1387866.011792379
+    -146.24368857173934,61.206163483742,486902.736245435,802494.388054108
+    -144.0426875485412,65.60752598502785,590215.553374646,1294434.533404954
+    -147.08835962369162,69.06949670697556,456599.506520916,1679478.314307691
+    -145.23018799370084,70.36334753092461,528881.75301578,1823601.498093993
+    -145.4694188028656,63.297935442171,526610.024332111,1035683.880028055
+<EPSG:102369> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=150dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-152.01,59.11,-147.99,70.63  <>
+    -151.22440026442916,68.4843954641293,449875.07318241,1614332.379940284
+    -150.9504533639946,62.06152141010837,450305.845238537,898145.408362273
+    -149.5315537486225,64.52657776230576,522488.377293709,1172607.272388338
+    -150.2356781003848,62.051144235023315,487674.075561647,896647.26156154
+    -149.11830636426313,70.36298812300166,533079.481501416,1823618.466238248
+    -150.33394139149658,61.334870701179575,482124.878574142,816856.635415414
+    -148.09614594673621,61.455879683583724,601514.079963929,831776.052537817
+    -149.93570099398664,64.6925588837779,503069.085669033,1191028.676257344
+<EPSG:102370> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=154dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-156.0,55.72,-151.86,71.28  <>
+    -152.6994778445024,56.618393504281975,579833.323431042,292230.827701167
+    -155.54249886606178,67.48593754988308,434075.248395664,1503301.64715143
+    -152.3067314818272,56.79562819026638,603451.931874349,312487.347664003
+    -153.08864563284476,62.47999980177637,546995.794560711,944747.536309363
+    -154.5729088763412,67.3361158203109,475359.211758235,1485887.899333574
+    -154.79257137631456,65.14911085989037,462824.28575006,1242157.065309945
+    -154.77511303010556,68.12037583919242,467757.227445619,1573437.93497014
+    -152.66418817152606,70.83418246463835,548958.612254946,1876483.595277625
+<EPSG:102371> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=158dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-160.0,54.89,-155.99,71.4  <>
+    -157.28585346716525,64.73519295376174,534020.64635128,1195971.733259334
+    -158.364677584529,63.45259251011577,481810.534339789,1052863.353858131
+    -155.9983910034965,60.538353073216285,609848.900878034,729736.413723793
+    -158.61733260124652,61.29656731875021,466914.425118816,812699.528792341
+    -159.56590096092037,62.48659600740183,419276.167947981,946129.674355936
+    -157.87617407725693,62.111333183757026,506465.141119219,903338.386967594
+    -158.8256690199132,62.17006177498844,456984.090666185,910150.843730042
+    -158.9680280475759,67.16514813932332,458068.142848652,1467035.449620344
+<EPSG:102372> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=162dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-164.01,54.32,-160.0,70.74  <>
+    -161.52128233629205,68.48499637250515,519599.99111474,1613977.514289271
+    -163.4974855226029,55.232379940161294,404738.878116814,138193.122636768
+    -161.06754767806004,60.055007744168414,551939.303359322,674584.172385373
+    -161.97387087755158,60.58316608369166,501433.325719792,733058.535829649
+    -161.33343883776504,67.2418282518816,528784.109802065,1475414.307929477
+    -160.39574206306975,69.41282251892974,562970.016030535,1718213.875053474
+    -161.99372452404288,57.60291909069327,500376.354935308,401101.996187846
+    -160.23876899828392,61.79889649652591,592876.953150255,869774.469944159
+<EPSG:102373> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=166dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-168.26,54.34,-164.0,69.05  <>
+    -165.47490935477356,68.60906847299691,521380.414367505,1627830.643642108
+    -164.33330685289425,63.49862084097712,582998.167795773,1059022.364841563
+    -164.3652824658163,59.99278477401788,591222.981530509,668413.303059089
+    -167.72054533174355,65.22279814319265,419526.082256803,1251236.114929402
+    -167.32378371884465,57.85046383108168,421406.878986592,429437.812439392
+    -165.60465208087092,67.43690921352731,516934.422197941,1497068.480176586
+    -164.09126871939563,61.31225850054133,602242.046079951,815785.848899238
+    -166.6555501092674,63.025728785172525,466815.574404534,1005405.106547123
+<EPSG:102374> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=170dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-173.16,56.49,-168.0,65.82  <>
+    -168.75264839738142,64.65903849682385,559585.668699857,1187876.966675107
+    -169.1889631098772,65.0140021247311,538237.56142045,1227107.048894123
+    -168.5632712130986,60.15923735000908,579772.843687413,686697.194096204
+    -172.3755981285571,57.01282466276007,355711.756667079,337902.204017623
+    -170.24958809372876,64.96850270746506,488214.023176995,1221812.672783843
+    -168.64123040340604,58.80739937579102,578521.259789717,536041.726727299
+    -168.24907926031062,63.269218159066966,587890.26012039,1033573.099556602
+    -171.2888926144698,60.617913603732354,429436.451389734,737621.291966215
+<EPSG:102375> +proj=lcc +ellps=GRS80 +x_0=1000000.0 +y_0=0.0 +lon_0=176dW +lat_0=51dN +lat_1=51d50'0"N +lat_2=53d50'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=172.42,51.3,-164.84,54.34  <>
+    174.59548026414853,52.96325827144184,369966.527189385,259712.567061846
+    179.2217019218353,53.90493577352021,686170.999425953,333674.347842304
+    -169.50484192658254,52.86085688668576,1436807.503252476,226797.504232083
+    173.45067224460865,52.604317397922976,287954.658280531,230842.711869884
+    -166.35173032554732,53.006429138825865,1645625.534650207,266636.540098147
+    -173.6176577761531,53.46077234945548,1158193.380422277,276429.939549951
+    -173.85619785837326,52.107409152694665,1146848.304364787,125412.383673344
+    177.80638540991995,53.56045235693662,590120.470635651,302567.641622901
+<EPSG:102389> +proj=omerc +datum=NAD83 +units=us-ft +x_0=874578.0838201678 +y_0=-5077268.777891797 +k_0=1.000038773618 +lonc=96d53'19.91"W +lat_0=46d59'29.89"N +alpha=2.63389226 +gamma=0.0 +no_uoff +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.93,46.7,-96.75,47.0  <>
+    -96.85729416016764,46.87657203021666,2879163.472371676,462348.366551498
+    -96.84443919702515,46.86755089641665,2882528.233599816,459210.87328109
+    -96.75943288724753,46.85625399751106,2903965.377921007,456095.834140562
+    -96.82238808450403,46.916895455264886,2887196.068571849,477446.483275415
+    -96.83770301345133,46.93996183522668,2882980.580215497,485671.874571465
+    -96.8718419683388,46.96042152720742,2874116.748705659,492730.844849844
+    -96.85801378489039,46.88523300201943,2878837.271606644,465495.628083106
+    -96.92090497437884,46.76244916192374,2865166.378814401,420035.829880734
+<EPSG:102390> +proj=omerc +ellps=GRS80 +units=us-ft +x_0=874578.0838201678 +y_0=-5077268.777891797 +k_0=1.000038773618 +lonc=96d53'19.91"W +lat_0=46d59'29.89"N +alpha=2.63389226 +gamma=0.0 +no_uoff +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-96.93,46.7,-96.75,47.0  <>
+    -96.83005019003159,46.753826405068494,2888060.8125710264,417944.56993386196
+    -96.90444271564944,46.97047075144881,2865816.4562491076,496018.2003616507
+    -96.89185681724328,46.772199261502394,2872276.0273135044,423921.1870228869
+    -96.92382386431481,46.78403549931011,2864077.1423693127,427867.5862175829
+    -96.90025375449916,46.78398343859898,2869977.1182663,428118.2471943922
+    -96.91449543567224,46.73769320072822,2867183.09018735,411089.18132522755
+    -96.83620371260568,46.727175523880575,2886973.1091338196,408162.7693763305
+    -96.92077910700556,46.98783745442029,2861453.418979645,502159.8570303787
+<EPSG:102391> +proj=omerc +ellps=GRS80 +units=us-ft +x_0=874578.0838201678 +y_0=-5077268.777891797 +k_0=1.000038773618 +lonc=96d53'19.91"W +lat_0=46d59'29.89"N +alpha=2.63389226 +gamma=0.0 +no_uoff +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-96.93,46.7,-96.75,47.0  <>
+    -96.81166217628048,46.831696227033625,2891332.338879003,446530.851820386
+    -96.84163283043735,46.721977525947175,2885701.290944175,406205.527532973
+    -96.8830517935398,46.977410414623414,2871035.173921074,498791.826587259
+    -96.80858050017123,46.759987386354304,2893331.478751282,420441.274163373
+    -96.86486037784813,46.86745587614851,2877426.916908561,458939.26087179
+    -96.82426853202936,46.74494705183555,2889660.149537925,414777.277511187
+    -96.88790516144626,46.93280878608722,2870572.637781077,482485.105453273
+    -96.76860625967788,46.848973665150744,2901798.828033525,453334.278079
+<EPSG:102392> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=150dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-152.01,59.11,-147.99,70.63  <>
+    -149.11694360410854,69.45753052304289,1753909.05089172,5651644.941416305
+    -150.6551075493996,70.49251807256863,1560295.72459004,6030041.177779979
+    -151.81899993182606,60.021482664645,1307692.647858146,2204318.508816143
+    -148.83518195138163,61.74175457671243,1842329.498112897,2830374.149437964
+    -149.5680911462346,69.08161157424111,1696899.758030527,5513457.632047431
+    -150.1367073327379,64.46779164594727,1618843.960874875,3825380.282035157
+    -148.9076153480951,66.2276581965232,1801673.545309688,4470468.540658061
+    -149.44165595492956,67.05641498437123,1720131.042200418,4772604.442305997
+<EPSG:102393> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=154dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-156.0,55.72,-151.86,71.28  <>
+    -153.78294862099202,61.89524456840397,1677858.250683414,2884743.168144237
+    -153.7130068399316,65.06047300840491,1684735.087193807,4042225.470857166
+    -154.60734898369574,60.279395156398486,1530183.956627257,2294516.793372111
+    -154.4841868129084,66.04134987551336,1568418.210250551,4401187.063434692
+    -153.4306566976809,62.63264017868996,1736250.457470454,3154704.026578178
+    -154.40131207221415,64.0624851001533,1576145.962854251,3677332.865424834
+    -153.41069797899675,61.7041730578994,1742697.257574587,2815290.469070758
+    -155.56063635342963,61.45384108238496,1367387.272106592,2726578.890327547
+<EPSG:102394> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=158dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-160.0,54.89,-155.99,71.4  <>
+    -157.76338541230098,66.00839620449162,1675652.851470225,4388921.241364522
+    -159.8919916171917,66.89813586217889,1368587.474806153,4718470.120077443
+    -157.78023063179577,71.02407688375557,1666596.082299177,6224213.661836961
+    -156.58896858906527,58.647892112690585,1909166.540332652,1700589.299286511
+    -157.8960466740147,60.5419664657671,1659137.457583806,2389997.208378117
+    -156.59202984949277,65.12595737142891,1857276.882100312,4068493.907247139
+    -157.62701121268466,61.536341800616974,1705506.676487872,2753658.496825405
+    -158.26952811514917,63.985423375807116,1597133.335778477,3649040.463837449
+<EPSG:102395> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=162dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-164.01,54.32,-160.0,70.74  <>
+    -161.4531882036401,63.45871811690697,1729888.428247975,3456721.423298946
+    -163.72491018236758,60.95229544378163,1333814.664434905,2544005.350747057
+    -161.35950789535693,70.47027500803404,1718843.837395973,6021882.371188984
+    -162.81631689450268,57.78019042337264,1481099.961943227,1381676.270966749
+    -162.53400612669543,70.20669714537922,1574188.727458008,5925291.806301453
+    -163.81920860819602,58.46766720147863,1292159.577365662,1636620.897659675
+    -163.76127757751303,56.739498949657005,1286858.588723687,1005062.904453883
+    -160.4130136865893,66.08248287229074,1876019.008278369,4418939.044335905
+<EPSG:102396> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=166dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-168.26,54.34,-164.0,69.05  <>
+    -166.44312931556414,58.92785631564268,1556695.048746792,1800345.38808956
+    -167.48796121443982,67.18212141093423,1429110.785514317,4820767.225742872
+    -166.09155807799843,68.55038951393365,1628158.087060009,5318879.111055562
+    -164.69359505331857,60.631148658117795,1874980.659676196,2424911.4447971
+    -167.85182810409185,67.37563695600183,1379558.995478265,4892929.306442697
+    -165.70060198468218,56.192260047092006,1701396.618215396,800752.614657193
+    -164.8144884799399,64.84340561661074,1824954.725177458,3964461.34018683
+    -164.4708496174651,67.5061480356107,1854658.903301716,4939429.115760336
+<EPSG:102397> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=170dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-173.16,56.49,-168.0,65.82  <>
+    -168.22909656946774,59.008468911204154,1974213.857977414,1833949.192198155
+    -171.5723423167594,65.3155669300209,1399979.355661778,4138427.258742737
+    -170.55260900340377,56.81250625997969,1529697.619209042,1027635.382009714
+    -171.7190012197795,58.19583056462395,1308803.369166769,1536808.911958681
+    -171.48898112489476,62.170260589592694,1385920.957382875,2988151.957478885
+    -171.5802712034517,59.83437225268127,1349721.795083629,2134824.360481443
+    -170.46254406070807,57.13320935779891,1548536.175172033,1144657.729374835
+    -172.9884632732793,57.93806850519169,1059815.627563749,1451236.70183984
+<EPSG:102398> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1000000.0 +y_0=0.0 +lon_0=176dW +lat_0=51dN +lat_1=51d50'0"N +lat_2=53d50'0"N +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=172.42,51.3,-164.84,54.34  <>
+    -170.70665139596952,51.3227264884623,4490594.681929892,162380.739393905
+    175.19261390295102,51.90618031169229,1297212.619976933,452468.860900813
+    178.2113012751596,53.85593708236252,2032482.688548474,1092891.979050322
+    -169.92145693624133,52.304408913383256,4639383.658895626,533648.468966936
+    177.35333619826943,52.293753342388435,1795303.280116606,541010.912873268
+    178.90678603649857,52.84750851829238,2156138.30179467,714288.89588939
+    -175.17154916187124,53.879331225795674,3459586.191940294,1052182.192131467
+    -175.20302990859093,54.311343407575194,3451045.166864242,1209872.245707062
+<EPSG:102399> +proj=aea +datum=NAD83 +x_0=0.0 +y_0=0.0 +lon_0=106dW +lat_0=42d30'0"N +lat_1=43d30'0"N +lat_2=48dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-116.1,44.3,-96.3,49.1  <>
+    -100.01059309900116,47.90311960016079,447350.766573728,617436.859557414
+    -96.67774438927451,46.28243257820674,716302.775875884,462188.490414648
+    -101.33741078029345,47.79042884746652,349108.067971686,598332.280670434
+    -111.34097050823046,46.66710981649246,-408158.793152227,476844.540678993
+    -99.0892374489438,44.61840401189792,547507.963335702,259006.935807476
+    -97.81333661019956,47.80527834967324,612079.548815459,621139.547186727
+    -106.35373943157396,45.37281100989537,-27688.254387177,319314.342241448
+    -110.61458844027148,44.87991554357657,-364167.655513159,274936.778695759
+<EPSG:102400> +proj=tmerc +ellps=WGS84 +x_0=78250.0 +y_0=-2800.0 +lon_0=0d9'30.0"W +lat_0=51d10'0"N +k_0=0.9999999 +towgs84=-19.01545797641788,-115.1184254649785,97.28750774701817,-3.577777246269048,3.484485006141433,2.767585559700101,-18.60812913101473 +no_defs +bounds=-0.7,51.2,0.6,51.8  <>
+    0.28861472239666375,51.332235773164896,109375.741871149,15746.390050463
+    0.17596934323819236,51.52508733606829,101426.981197073,37160.711355036
+    -0.5874389359559514,51.30499420530904,48300.841560202,12708.18791282
+    -0.598973839254153,51.721509022732164,47775.3875257,59053.754495548
+    -0.287670728179551,51.53321819560773,69250.562634887,38020.277155516
+    0.3284586831687841,51.53020066726274,112006.363901516,37788.984955727
+    0.2782030405226191,51.51054046157127,108531.931149245,35579.615727225
+    -0.10660385207534318,51.74039707709258,81798.597269121,61064.661048985
+<EPSG:102401> +proj=utm +ellps=GRS80 +zone=1 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-180.0,47.88,-173.99,63.21  <>
+    -176.86283280553909,62.75258555111671,507007.664749037,6958031.272692068
+    -177.8717826156323,54.40610683197428,443414.460614461,6029057.085709091
+    -175.20223822981012,59.08550818641886,603022.477252954,6550960.525580281
+    -178.09201635263634,61.12125780796178,441165.61807498,6776784.977750254
+    -178.14318479230553,61.72868702419838,439594.569421357,6844487.270560672
+    -178.48437360887272,60.0177458702913,417255.11257922,6654316.27518239
+    -179.71767113257303,59.063681117801366,344180.499999189,6550313.884965993
+    -177.7321603994164,59.35207006731973,458367.510855901,6579485.402057596
+<EPSG:102402> +proj=utm +ellps=GRS80 +zone=2 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-174.0,48.66,-167.99,73.05  <>
+    -169.8955917398327,51.43450273910492,576769.949878831,5698723.632813163
+    -171.80426340938305,71.39990196965883,471370.447816884,7922189.480025325
+    -173.7159340868097,65.08581350572808,372368.579289505,7220762.827901559
+    -169.79960618616374,58.947942764874,569068.245691022,6534875.45811651
+    -170.92115396510016,68.85266963433978,503175.606282661,7637936.610747474
+    -172.4932362982311,64.68297597185511,428756.754706955,7173963.15674363
+    -168.30360153689006,60.85649287817611,646467.15632432,6749814.166212751
+    -170.51698473922121,63.509113461291406,524039.866403165,7042406.103751596
+<EPSG:102403> +proj=utm +ellps=GRS80 +zone=3 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-168.0,49.52,-161.99,74.29  <>
+    -166.81198680947114,58.94993608868623,395755.393838791,6535889.838923522
+    -164.16986429203507,58.009791929782565,549055.708443227,6430101.782399087
+    -164.02717623882683,72.0824414520012,533404.468364214,7998398.237579122
+    -167.39041364820184,68.95771219157596,404235.410111822,7651511.875738361
+    -162.2424447313012,52.82638120244049,685783.967418839,5856520.64053946
+    -164.53629022156875,56.46013731855808,528577.084198734,6257389.957682747
+    -163.15921488790977,70.19882912809818,569587.223810652,7789098.323388341
+    -167.356372837857,63.97283878889778,384653.987348907,7096119.421030809
+<EPSG:102404> +proj=utm +ellps=GRS80 +zone=4 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-168.0,49.52,-161.99,74.29  <>
+    -164.21753850328645,51.41444164429267,137271.350232629,5708839.755963355
+    -162.34081387161666,64.2373343343534,338039.288498731,7127715.601054606
+    -162.82020558594851,62.198140326788916,301293.091397708,6902116.367504057
+    -166.32590950399418,53.77254401835467,17576.033780426,5983152.389142547
+    -167.74427295262802,63.33353024822557,63160.865065599,7052621.305997182
+    -162.62921919208102,58.884028020971634,290858.657649925,6532812.190949707
+    -164.91304650039842,63.25748665181004,203445.343961167,7027961.029263332
+    -165.4888817309103,61.919708586665465,159643.552996146,6882266.433178628
+<EPSG:102405> +proj=utm +ellps=GRS80 +zone=5 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-156.0,52.15,-149.99,74.71  <>
+    -153.42706593987458,52.47337386369628,470993.268239582,5813775.86872594
+    -152.97559028321598,71.60342155048733,500861.036122737,7944698.555533913
+    -155.50230015005874,67.33048562630887,392401.823472454,7470390.951021486
+    -154.1706499648425,58.974041635175126,432696.266961041,6537750.638661607
+    -154.1773694887155,61.974202746761776,438284.098503552,6871865.97458016
+    -153.73847129676585,73.68692150371626,476848.949340297,8177253.620156152
+    -152.87628049002015,74.55238860335558,503679.599447418,8273669.946282458
+    -153.1430826736882,60.16961011366113,492061.306062887,6670308.992030653
+<EPSG:102406> +proj=utm +ellps=GRS80 +zone=6 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-150.0,54.05,-143.99,74.13  <>
+    -147.6546178174424,59.16166359961159,462568.764867181,6558236.936215361
+    -146.5192033427418,67.49435759259988,520538.492097471,7486570.838572656
+    -144.66732311378365,61.40647817893297,624531.997617264,6810290.148770461
+    -144.24582970087272,66.09153315599677,624523.1758384,7332849.188498114
+    -145.94682116569052,72.01545455431844,536294.04563815,7990973.439540683
+    -146.24278343721434,65.0950766724136,535581.406090941,7219263.799016224
+    -148.31954965070875,59.11063520192009,424436.557062439,6553117.941328522
+    -149.1296825190738,59.14783435921027,378184.234028819,6558457.339358005
+<EPSG:102407> +proj=utm +ellps=GRS80 +zone=7 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-144.0,53.47,-137.99,73.59  <>
+    -141.5298024172907,55.011667629371075,466120.556455417,6096217.750317296
+    -140.31299191141557,67.16601697679577,529751.553425705,7450051.478839467
+    -138.65333545108885,57.17349242013024,641875.756280387,6339140.177836811
+    -142.4366117931529,57.46486700916302,413824.970253538,6370045.212859074
+    -143.11872112175672,58.46307144510206,376398.924300659,6482214.996636079
+    -140.52812419090782,66.57258822757453,520936.623969867,7383813.517095692
+    -140.04325931776467,60.77816324533545,552106.556504507,6738457.913113506
+    -142.80335639762941,63.54683122750528,410378.347269899,7047780.470885119
+<EPSG:102408> +proj=utm +ellps=GRS80 +zone=8 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-138.0,53.6,-131.99,73.04  <>
+    -136.04414039883437,54.69996787220621,432712.842205886,6061904.92358362
+    -136.00635605727675,63.66655141868399,450193.956463036,7060249.521706881
+    -135.13509297219085,72.09498990407073,495365.558245576,7999532.6721069
+    -136.4712556589415,60.5969381980991,419425.415978801,6718794.734513738
+    -134.45076634699078,71.14899759873548,519807.496512837,7894103.993793075
+    -134.82570554131647,55.128080496886696,511115.022073225,6109057.646907683
+    -137.36539466606484,65.93643406605993,392397.303893735,7314852.904255949
+    -136.2618009365145,68.25717010891609,447840.914436498,7572070.015260295
+<EPSG:102409> +proj=utm +ellps=GRS80 +zone=9 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-132.0,35.38,-126.0,56.84  <>
+    -130.43688975905977,48.17636623168449,393182.740588565,5336900.59099717
+    -129.67921222354846,56.28019810184408,457947.555260008,6237472.360557561
+    -126.06054015759686,36.83816644468798,762128.653484014,4080952.871133377
+    -128.88720082178062,37.29417171583087,509998.875389298,4127512.078620387
+    -127.0989373612299,46.39000050677933,646165.955593768,5139136.214957224
+    -126.6436738818784,56.06798522313184,646686.424270113,6216148.813414034
+    -129.2507779140109,35.63024738295478,477294.179821301,3942967.215299118
+    -131.9445523724868,37.14180536581471,238462.445242225,4114662.809478376
+<EPSG:102410> +proj=utm +ellps=GRS80 +zone=10 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-126.0,30.54,-119.99,49.09  <>
+    -120.7024860362006,39.569797529348065,697351.488203225,4382531.470093069
+    -124.38376268534151,35.298682074005505,374187.015111466,3907044.061595615
+    -124.11852208149698,35.32920389663913,398342.517332818,3910124.846550316
+    -122.53665915414294,36.81865240424392,541325.247502048,4074854.802615492
+    -125.74266782477544,43.64347600478963,278793.631523398,4835930.645238564
+    -121.2283382401893,34.12986609701084,663370.6247421,3777972.34735943
+    -120.09835274057215,34.06713321624919,767793.987584471,3773399.513577071
+    -124.7544294337602,42.27087532827814,355319.133511784,4681341.545321232
+<EPSG:102411> +proj=utm +ellps=GRS80 +zone=11 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-120.0,30.88,-114.0,49.01  <>
+    -116.5551259609727,31.68663586731279,542164.321434521,3505787.970517393
+    -118.05210948983662,38.73480052939378,408556.849680083,4287872.551628378
+    -114.57324394549758,42.55302278521111,699234.835342316,4714034.309407962
+    -116.84731638611112,45.40178579938761,511950.458346443,5027595.954182701
+    -116.4102955111285,39.406055074936376,550771.647818342,4362003.779362483
+    -114.7308440402561,31.89342021317362,714607.529496648,3530867.71466792
+    -119.92441005211516,38.83400035015853,246156.898612452,4302419.285657967
+    -114.03493890387307,40.635013455652405,750754.927145583,4502468.214943398
+<EPSG:102412> +proj=utm +ellps=GRS80 +zone=12 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.0,31.33,-108.0,49.01  <>
+    -113.91056494797907,48.516969641858296,285075.16867594,5377852.361449801
+    -108.35274548617302,38.11893707191217,732066.782670805,4222321.549776843
+    -109.39151706804871,47.75029727172803,620562.898385715,5289799.478882714
+    -112.26223366696424,36.88047812006789,387514.304516233,4082356.605211684
+    -110.02779294095166,38.68630106613368,584557.44708541,4282413.795875126
+    -108.97891722208001,46.75879486498526,654343.130598193,5180343.121084984
+    -112.5297424803957,37.36914619843308,364547.075272261,4136921.258569498
+    -110.77654148434428,45.94679101315491,517320.445725778,5088159.170731951
+<EPSG:102413> +proj=utm +ellps=GRS80 +zone=13 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-108.0,28.98,-102.0,49.01  <>
+    -106.49657796528933,33.94121719530042,361694.078205055,3756646.338858888
+    -106.28943002580841,36.20078296856118,384079.944682392,4006988.403619883
+    -102.00997640272445,46.870639437982824,727860.522183875,5195129.118111132
+    -107.91230723868635,37.93037848665138,244039.393132068,4202090.427054498
+    -104.53233906205934,39.6376821910807,540130.523485691,4387648.513237745
+    -107.58339843813664,48.474429770816016,309072.248519919,5372256.01919674
+    -107.40729584934739,47.293220921439946,317992.708377164,5240559.186473764
+    -106.37770574450532,30.96461766868524,368422.228380262,3426494.145543231
+<EPSG:102414> +proj=utm +ellps=GRS80 +zone=14 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-102.0,25.83,-96.0,49.01  <>
+    -98.98721510400429,29.932901323738943,501234.666469659,3311349.81649334
+    -101.0354649731575,26.64647764184098,297398.449656817,2948894.311900394
+    -96.89322848051982,38.02082522944669,684927.45803243,4210219.58881883
+    -100.16439994406393,40.733391892229726,401678.385660803,4509812.934646029
+    -97.44208416422482,42.34698875669892,628321.776778803,4689477.688527473
+    -99.42763227247339,26.600719885529127,457424.111178671,2942283.198867114
+    -97.97631125929718,40.65416069049776,586543.6552311,4500869.711201815
+    -99.3221946523456,32.58339392632228,469761.959822558,3605148.659463563
+<EPSG:102415> +proj=utm +ellps=GRS80 +zone=15 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.01,25.61,-90.0,49.38  <>
+    -92.0443865037146,48.791876128855996,570186.917067204,5404759.464673951
+    -91.75820243757498,39.02878419787273,607488.195694917,4320703.580734583
+    -94.60815557265124,35.434296054968584,354027.012989881,3922393.73993625
+    -94.50169520340138,37.619126420609575,367472.93208069,4164617.181096722
+    -95.55536283010994,38.08701638543288,275894.047000203,4218552.884236469
+    -94.02661510827801,37.652774845622936,409441.996135574,4167785.68571262
+    -95.92798641138928,41.89892209127679,257116.801190329,4642699.348814236
+    -94.45672667926405,40.42677663879719,376430.306744129,4476144.980000382
+<EPSG:102416> +proj=utm +ellps=GRS80 +zone=16 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-90.0,23.97,-84.0,48.32  <>
+    -89.01817687847564,35.30296687763327,316507.181618609,3908509.077090618
+    -86.76260367115522,42.529692380681276,519497.170414543,4708616.502362693
+    -85.59166560656207,40.99274604777226,618458.191317143,4538906.033007281
+    -86.01300335190997,27.07504268657406,597863.266457642,2995130.099160985
+    -87.1000424717281,25.859658585516396,489976.579364183,2860145.376973921
+    -84.96383774846356,42.131507809057624,668286.500928273,4666383.082211141
+    -86.48742014932698,43.58606432116055,541380.750720982,4826026.29631279
+    -85.41541318283387,31.353481510332397,650722.684267925,3469861.612408161
+<EPSG:102417> +proj=utm +ellps=GRS80 +zone=17 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-84.0,23.81,-78.0,46.13  <>
+    -79.77579731708654,25.714973173990625,622815.612887066,2844688.377015684
+    -83.0989345476941,45.92899560827122,337268.352309115,5088299.528507155
+    -80.35648998521752,35.00105148177317,558721.314562251,3873348.063383122
+    -83.16637527250596,33.48386393453366,298719.522071811,3707029.483077496
+    -82.06999324660822,41.58833107337638,410816.554330786,4604622.62848127
+    -79.00448987839526,25.943909931772485,699826.092322686,2870994.503583787
+    -79.18860038623987,45.27431516530086,642083.230385954,5015019.084019951
+    -79.89374935188367,30.618230171392884,606031.243611679,3387814.227784345
+<EPSG:102418> +proj=utm +ellps=GRS80 +zone=18 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-78.0,28.28,-72.0,45.03  <>
+    -75.97228066664194,29.739880281124567,405980.023379374,3290357.660144835
+    -72.68439214101254,36.87857413576495,706376.794773333,4083905.01280052
+    -73.23227388001766,44.41565664499272,640733.319791946,4919559.23478949
+    -77.58185449249356,40.85918025736014,282390.043306727,4526332.713743933
+    -75.82991727251937,38.1886415200195,427322.078153482,4227070.10942394
+    -72.62526286692453,34.25497439959794,718667.622509314,3792978.432749848
+    -75.07126685381677,33.432346801402225,493375.33697976,3699220.147513422
+    -74.18539832596586,33.92096493572802,575297.375755191,3753690.746537918
+<EPSG:102419> +proj=utm +ellps=GRS80 +zone=19 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-72.0,33.61,-65.99,47.47  <>
+    -69.05147172041052,45.39358411496337,495971.118102369,5026674.375783549
+    -69.63764979469526,42.481840493371756,447591.530797346,4703472.664648607
+    -70.76641284191584,43.01917746480708,356065.793421355,4764457.405723375
+    -70.89553087124493,38.647402067314275,335044.458488693,4279353.164675955
+    -70.63780432402142,44.4281430038654,369638.069029219,4920730.971069996
+    -66.82298360775523,47.325219272917565,664498.77816633,5243602.690958274
+    -70.83204169132445,39.782978886836716,343118.64247762,4405274.763408796
+    -67.82923200180146,47.297426436572714,588512.682768843,5238880.438061789
+<EPSG:102421> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=22d56'52.503792"N +no_defs +bounds=-180.0,0.0,180.0,32.0  <>
+    21.378549887282503,6.082462823661228,2191507.183076232,677096.664298848
+    162.68604443592085,30.579113211959857,1.6676885796623077E7,3404051.311665251
+    134.82703813106843,5.601024710268334,1.3821069440866845E7,623503.218667799
+    15.597207822347997,17.98128579514003,1598863.962188117,2001667.578523308
+    165.28504587735478,13.240457064601298,1.6943308465969242E7,1473920.938301474
+    -5.110035988475715,26.838275407510263,-523827.885126814,2987623.15213365
+    122.50221577528248,21.319401903213567,1.2557656493531117E7,2373264.963882485
+    -163.25738260117416,19.176762177260677,-1.6735453459056346E7,2134747.400636291
+<EPSG:102422> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=41d7'36.556572"N +no_defs +bounds=-180.0,32.0,180.0,48.0  <>
+    -88.37684591255315,42.50588060046221,-7410577.718914073,4731732.984162893
+    -76.3103867551284,41.618134412296726,-6398780.653123278,4632909.530543252
+    -117.50924777302117,32.39067058101146,-9853388.682537664,3605712.9555307
+    -44.09062963193773,45.3816141058832,-3697088.690929948,5051858.173643403
+    154.34354318606648,37.500316066466375,1.2942019036577998E7,4174516.089106256
+    96.24310793221429,33.57741197227567,8070179.73856201,3737820.402910177
+    -23.312083760167923,42.051437778588486,-1954765.489883161,4681144.640637666
+    48.62794831726961,37.08981287678492,4077552.062369912,4128819.083060951
+<EPSG:102423> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=52d17'18.957228"N +no_defs +bounds=-180.0,48.0,180.0,56.0  <>
+    98.24768117254138,52.33989097004106,6689920.733402549,5826450.010960311
+    102.4339947797526,54.45205040687593,6974976.888043144,6061574.523943546
+    -13.867939572323536,51.34069232039213,-944301.334822422,5715219.726079946
+    105.66657312059237,49.50184113556721,7195090.916248604,5510519.748541175
+    -121.88041060576393,51.37365603215581,-8299130.077942072,5718889.229688838
+    74.05640283422841,54.564238749021364,5042678.45153376,6074063.273063514
+    -142.26289576875942,54.38650444043218,-9687022.478687454,6054277.980334779
+    -98.03115400711455,54.05672093595933,-6675176.878320503,6017566.648545158
+<EPSG:102424> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=60d19'25.64191199998959"N +no_defs +bounds=-180.0,56.0,180.0,64.0  <>
+    -99.18809620400073,59.26333852859085,-5466658.04542448,6597164.66771203
+    152.25851709964792,56.88385491014292,8391584.064435707,6332281.76295524
+    -139.81813917554288,62.450885895956525,-7705944.409379859,6952000.817527098
+    178.97245990302218,62.94674527916761,9863897.738555433,7007199.631571101
+    -89.83401072023145,63.74528738713797,-4951116.47718761,7096092.932407308
+    -97.68688787923917,58.124284715385826,-5383920.36942827,6470365.777240468
+    -150.73487879259065,62.748446972070695,-8307610.181193954,6985125.164999561
+    -175.2275035048143,62.88134782842409,-9657498.011092845,6999919.620654433
+<EPSG:102425> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=66d5'39.183648"N +no_defs +bounds=-180.0,64.0,180.0,68.0  <>
+    147.94539040086272,66.54863412362035,6673879.589241501,7408160.063629248
+    -164.82580149950448,67.26001616836092,-7435362.125358181,7487350.750609182
+    149.71983977029902,65.95613668713727,6753925.75625462,7342203.550703974
+    164.2773948230203,64.12155669529797,7410623.266547867,7137979.040192818
+    99.23456215134945,64.4980884800315,4476513.374933528,7179894.366736444
+    158.48019403665052,66.20151358875329,7149109.069329158,7369518.782443631
+    -9.909948010168733,65.66233773995828,-447041.976612565,7309498.001508297
+    73.5125780929325,67.69480885939176,3316183.715880584,7535751.651575279
+<EPSG:102426> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=70d6'32.26532400001588"N +no_defs +bounds=-180.0,68.0,180.0,72.0  <>
+    52.9055673659235,71.94004491811367,2003772.132595114,8008329.167929234
+    74.9449223096905,68.67010576542545,2838501.773641291,7644321.206527907
+    -90.83135858137668,71.03734795338785,-3440192.670693579,7907841.401475969
+    88.96730624626696,71.15216386018409,3369592.612726932,7920622.6497548
+    -118.60932605980197,71.2161688640632,-4492269.416197799,7927747.654194942
+    -53.53838418731985,69.07930114095794,-2027739.755945385,7689872.627366869
+    -115.38990196793148,70.80733247492826,-4370335.324957904,7882236.195539232
+    85.38226683448772,70.8466425208296,3233811.022523112,7886612.169831879
+<EPSG:102427> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=74d7'56.28522"N +no_defs +bounds=-180.0,72.0,180.0,76.0  <>
+    89.01737338228833,74.57976515299121,2709389.632536704,8302181.480312776
+    80.83142967446611,73.62311243200318,2460237.021402605,8195687.386546169
+    -46.62387503416991,75.82931988476687,-1419074.039668293,8441281.276772851
+    122.66887185617026,72.08943227008017,3733628.133631305,8024958.891881488
+    5.152977264310977,73.98723886069618,156839.307273882,8236221.755173426
+    51.397052971238764,74.19452184810632,1564353.532036727,8259296.391782016
+    -20.841396653457792,72.74067452310511,-634342.060150068,8097454.847871853
+    130.84102887264902,73.7343866252324,3982361.124222084,8208074.373074965
+<EPSG:102428> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=78d10'22.215"N +no_defs +bounds=-180.0,76.0,180.0,80.0  <>
+    19.826474033616194,78.045861223277,452361.869391654,8688025.529898025
+    -38.405306086276056,79.50345677827329,-876257.474036408,8850284.324862052
+    -155.9319952107615,78.39622040731938,-3557752.56517615,8727027.335860103
+    -32.31847078646811,76.2116358131957,-737379.921213244,8483840.491247837
+    -6.17298974170123,79.69591063477762,-140843.257079185,8871708.190169945
+    98.07992328789868,77.37143738604821,2237796.663848034,8612949.011758735
+    -58.981192471941284,77.77712256415715,-1345717.974881097,8658109.67920832
+    -124.2860390183906,77.38842578900513,-2835716.772145476,8614840.152125632
+<EPSG:102429> +proj=aeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dN +no_defs +bounds=-180.0,80.0,180.0,90.0  <>
+    -18.922898256349953,80.26263630835678,-352671.244912619,-1028726.65492669
+    -64.79979965770794,89.43512215448176,-57088.551861142,-26864.077191573
+    92.05177586491152,84.98831026176236,559402.288422192,20040.900014336
+    -165.54718043218014,84.83388197563303,-144011.33593028,558748.193304044
+    27.811232027028694,80.76691635703651,481112.090682231,-912076.837847385
+    141.37647403693938,85.0676679252979,343870.812681429,430396.954185097
+    134.96332333883248,84.87153506538644,405292.23003893,404773.683693041
+    -139.84595274091288,89.66684988259068,-23995.231942455,28440.759648383
+<EPSG:102430> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=22d56'52.503792"S +no_defs +bounds=-180.0,-32.0,180.0,0.0  <>
+    61.41885943196425,-12.95966042998488,6296024.39506784,-1442662.79991911
+    -67.16362945140926,-13.786781984459513,-6884918.629200924,-1534737.550187965
+    -86.44812986426166,-8.831485253286218,-8861765.580917832,-983116.441344547
+    129.37640231149607,-4.65045012096785,1.3262326793966012E7,-517685.739425898
+    32.41473827144483,-15.652845618248833,3322822.742138517,-1742466.803689313
+    -158.87048324876966,-15.619800781553124,-1.62857540410459E7,-1738788.269294522
+    -97.70567481023508,-14.485633937099642,-1.001577231865254E7,-1612533.393695734
+    -79.6072012285391,-31.03226740528662,-8160504.535470951,-3454496.205717584
+<EPSG:102431> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=41d7'36.556572"S +no_defs +bounds=-180.0,-48.0,180.0,-32.0  <>
+    -52.574310386679215,-43.793137819867006,-4408462.523366399,-4875029.802347579
+    -11.399232781921825,-44.23713848393717,-955848.781365203,-4924455.730183727
+    48.043526878695815,-33.01804898490119,4028547.139797681,-3675552.399986432
+    121.8876539748747,-36.68035921324444,1.0220526920033617E7,-4083238.909732238
+    -112.40063756874534,-38.474730288056115,-9425021.358908113,-4282987.384075379
+    11.419299706238462,-47.23421001851949,957531.43365628,-5258088.207284188
+    3.9028052625070586,-45.964269517642066,327258.134423986,-5116719.077388471
+    -48.84383212632156,-36.27381069383058,-4095654.357475616,-4037982.135568757
+<EPSG:102432> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=52d17'18.957228"S +no_defs +bounds=-180.0,-56.0,180.0,-48.0  <>
+    -152.2058043905773,-49.992564993749966,-1.0364059022915147E7,-5565146.878553884
+    25.229808191575245,-54.22059455470002,1717958.275515979,-6035808.976337746
+    -118.74010297119145,-49.47810631869155,-8085298.98388421,-5507877.600812023
+    73.19016235828715,-48.514169859063934,4983694.055658541,-5400572.684968939
+    -14.892598834219484,-55.87096679460055,-1014072.846567512,-6219527.573702768
+    -12.27617936686184,-52.89892965451419,-835914.556895206,-5888681.912649253
+    111.01029931467377,-49.86873758536497,7558958.075582577,-5551362.474505658
+    -25.188031277278043,-51.237333149221335,-1715113.585017255,-5703713.835776486
+<EPSG:102433> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=60d19'25.64191199998959"S +no_defs +bounds=-180.0,-64.0,180.0,-56.0  <>
+    135.9278982653919,-62.75259267053611,7491537.463546642,-6985586.662042223
+    -15.577300458661597,-56.77474570281588,-858528.171598217,-6320135.781555519
+    -148.5851657813182,-56.66215143785051,-8189130.783179874,-6307601.845312815
+    -52.52832463798285,-63.60090695252714,-2895048.896838309,-7080020.575946013
+    20.213390723935106,-61.046615422808586,1114041.898728156,-6795678.143520011
+    178.00453606790768,-57.479030212616074,9810551.532477643,-6398536.374560047
+    68.61771746168517,-56.53961412819698,3781800.554464965,-6293961.0543994
+    -11.884804436717388,-62.48789439539752,-655019.748122475,-6956120.584839782
+<EPSG:102434> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=66d5'39.183648"S +no_defs +bounds=-180.0,-68.0,180.0,-64.0  <>
+    -169.38792385141195,-65.83818459639598,-7641161.408225581,-7329073.184024796
+    -14.28370464581701,-67.2974710815895,-644344.001771197,-7491520.212477653
+    24.968661926106734,-64.78543191203804,1126346.976731276,-7211881.291270589
+    -12.099322957228082,-64.78388473311585,-545805.613200295,-7211709.060101049
+    -64.90319498268093,-65.19279891565769,-2927810.775975023,-7257229.17867955
+    -11.626498413849191,-67.1857814969948,-524476.29661391,-7479086.984793069
+    -115.00833540690637,-65.81933833428742,-5188075.006494801,-7326975.227723353
+    -143.8385342668737,-65.06853401457114,-6488617.559418721,-7243396.073166735
+<EPSG:102435> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=70d6'32.26532400001588"S +no_defs +bounds=-180.0,-72.0,180.0,-68.0  <>
+    -18.312281021721958,-69.7467189147006,-693568.564188762,-7764169.234085986
+    -125.76715470097537,-69.29611294496353,-4763368.627021624,-7714008.006986121
+    -170.45657731262327,-71.10572847540507,-6455958.35073856,-7915453.486367415
+    137.5530514153441,-71.7886347773424,5209753.621450238,-7991474.268157779
+    132.45397490630018,-68.48625349374471,5016628.626870436,-7623854.865262189
+    -126.33706835341832,-70.42869978664847,-4784953.824035887,-7840086.997482213
+    -69.86413664496428,-68.52361002418789,-2646069.535720848,-7628013.375209688
+    -177.55342274813825,-69.67226488083527,-6724747.852884417,-7755881.048949186
+<EPSG:102436> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=74d7'56.28522"S +no_defs +bounds=-180.0,-76.0,180.0,-72.0  <>
+    39.226225190048154,-74.60303177143099,1193914.444060824,-8304771.508429997
+    78.40128028163838,-75.30646728242881,2386271.442322074,-8383077.591320424
+    -28.64012976496943,-75.14095871607036,-871709.282259653,-8364653.261991304
+    21.398457112361086,-72.22385858196198,651297.108077151,-8039923.160469189
+    178.77564311322664,-75.32454364276248,5441329.659558715,-8385089.842547756
+    96.45071530530805,-73.83847905139878,2935635.575054456,-8219661.888951646
+    -94.633294533104,-74.03572207881118,-2880319.395626921,-8241618.882325451
+    87.78477399384894,-74.88053738027946,2671873.450276772,-8335663.291499457
+<EPSG:102437> +proj=eqc +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_ts=78d10'22.215"S +no_defs +bounds=-180.0,-80.0,180.0,-76.0  <>
+    -158.75284759659328,-79.86953885600961,-3622113.280872152,-8891036.39534461
+    -154.2854907319504,-77.31669951961449,-3520185.832799369,-8606855.620339524
+    138.25752540863095,-77.48312020253974,3154490.936979416,-8625381.48602076
+    136.4175860145357,-78.52516227682442,3112510.783450023,-8741381.079114778
+    -136.90078407120262,-77.0477793259525,-3123535.45560436,-8576919.561317265
+    -42.69192443679981,-76.99751312131265,-974061.182710056,-8571323.95301263
+    -41.238003826846096,-79.67724486310175,-940888.453966217,-8869630.325971264
+    -136.94099080216355,-76.8799099594616,-3124452.814482613,-8558232.428919807
+<EPSG:102438> +proj=aeqd +datum=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=0dE +lat_0=90dS +no_defs +bounds=-180.0,-90.0,180.0,-80.0  <>
+    60.21437032449086,-82.33238805538629,743239.010101516,425409.477347617
+    32.74510974668161,-85.47236704262063,273533.793333171,425335.696299021
+    -57.01868572150845,-80.91403013428922,-851231.703916077,552401.729194642
+    -73.49106788733572,-80.6065522769385,-1005848.493771392,298116.470731428
+    -129.2917836058923,-80.37328962671634,-832087.223537413,-680856.262216389
+    -14.74422177530704,-87.0562517154396,-83680.045255526,317969.313548709
+    64.89752645304262,-82.69261757617383,739061.437658512,346240.583653708
+    161.9270028075117,-88.54961915560514,50256.527252138,-154005.785817994
+<EPSG:102440> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=24dE +lat_0=0dN +k_0=0.9996 +towgs84=0.0,0.0,0.0 +no_defs +bounds=19.06,55.67,28.24,58.09  <>
+    27.570469542397966,56.86464316184321,717628.600412744,6307999.956167888
+    21.665305571604552,57.46335251707226,359955.916097192,6371372.04269554
+    27.445608882429617,57.71845815792004,705210.151895744,6402585.061036921
+    24.968181563681018,57.15775223146951,558564.741942862,6335362.125751896
+    24.356708397931435,55.713963388802746,522411.101897094,6174302.87202687
+    25.243301913955186,57.24075965905297,575037.104912875,6344871.37682749
+    24.92684427857524,57.8953693949143,554943.702083478,6417437.859006309
+    21.99693694354892,56.37941238133107,376309.723489019,6250109.196072463
+<EPSG:102446> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=142dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-144.01,59.72,-140.98,70.16  <>
+    -141.83974073590267,61.45865773746481,1668455.607084392,2725106.711951855
+    -142.5849906034998,69.52944341139813,1565489.49380798,5677500.954491096
+    -142.62380025680838,61.104668712599164,1530061.91833295,2596194.323253104
+    -143.0322105569666,67.95451632144004,1498533.360189747,5102020.268471898
+    -142.21760968750584,66.62314829262459,1608800.513329819,4613794.892267521
+    -142.5613204386722,68.05172555567192,1563582.745818325,5136752.941129285
+    -141.42532840083646,68.55761201509593,1717361.12855304,5321870.414036857
+    -141.1849801401479,64.5916103864325,1768472.505645596,3871463.301409588
+<EPSG:102447> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=146dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-148.0,59.72,-144.0,70.38  <>
+    -144.53251784280866,60.7737869103835,1902733.935756773,2477649.7391541
+    -146.74346576688896,61.90223993518414,1512217.070725653,2887971.352218012
+    -144.92172903868413,69.71277650981455,1777348.050332632,5745444.722454319
+    -147.84401124268928,68.28637383684891,1390591.486318239,5225997.563906797
+    -145.29816584089284,61.03859905481568,1764843.361799707,2572183.740417481
+    -145.87689002704604,65.37727353441463,1659204.024365612,4158016.546131363
+    -144.62513869742705,65.62581405690786,1848189.873497985,4251179.294479027
+    -146.25282014116087,68.5956279591827,1606628.466455879,5335491.702300267
+<EPSG:102448> +proj=tmerc +ellps=intl +x_0=20000.0 +y_0=20000.0 +lon_0=113d32'11.29"E +lat_0=22d12'44.63"N +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs +bounds=113.52,22.1,113.6,22.22  <>
+    113.5447899232395,22.116884392042763,20858.516691596844,9487.056617872642
+    113.59032963136818,22.16476934148858,25555.47870254681,14790.622010744712
+    113.5811167128524,22.101166028028132,24607.267970662426,7747.121326161039
+    113.5850853028119,22.177224883725625,25014.103883902044,16169.726028318762
+    113.54027172035131,22.10094270328956,20392.36734797704,7721.7207759239245
+    113.5311308264514,22.10679251996829,19449.115982979503,8369.509858497664
+    113.57909969829677,22.21204490788246,24395.68148914721,20025.408431210217
+    113.53033181487083,22.178286247514404,19366.986830155685,16286.467893582938
+<EPSG:102450> +proj=tmerc +a=6377492.018 +rf=299.1528128 +pm=oslo +x_0=19999.32 +y_0=-202977.79 +lon_0=0dE +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=10.3371,59.8254,10.6725,60.0366  <>
+    10.431397645575053,59.989280940115385,3997.223930538,18544.349213866
+    10.431932901379144,60.03530492080915,4049.609711882,23671.799657916
+    10.53988308954255,59.902388657836745,10025.924725729,8841.984974761
+    10.340811909210936,59.84020813840916,-1154.711144345,1962.004044339
+    10.41193577057294,59.996458551723904,2914.665638301,19348.947801418
+    10.602295337441497,59.905522152946276,13519.387282324,9183.110425389
+    10.425700790744214,59.89623099438872,3632.788049011,8179.078241436
+    10.381934678107305,59.89490804466475,1182.271599461,8043.471590803
+<EPSG:102451> +proj=tmerc +a=6377492.018 +rf=299.1528128 +pm=oslo +x_0=100000.0 +y_0=-200000.0 +lon_0=4d40'0"W +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=5.1374,60.1651,5.6993,60.5437  <>
+    5.437594355689418,60.47372422314864,66222.47634293698,75636.45149289898
+    5.629249240187082,60.51520635734582,76793.1965346872,80174.7219922124
+    5.463408022953347,60.261527079513115,67429.76269420415,51981.51580037881
+    5.352827885227282,60.399635992523905,61472.406608647485,67428.69923417014
+    5.238300900252798,60.3132902253673,55040.079844877175,57881.586102497415
+    5.511551165879659,60.43921144101922,70258.2213646465,71755.256165775
+    5.626338556090034,60.34531714755934,76509.9560991241,61247.17569975206
+    5.495032633915771,60.43420334745683,69344.01087651722,71204.89998235123
+<EPSG:102452> +proj=tmerc +a=6377492.018 +rf=299.1528128 +pm=oslo +x_0=0.0 +y_0=-212979.18 +lon_0=0dE +lat_0=58dN +k_0=1.0 +towgs84=278.3,93.0,474.5,7.889,0.05,-6.61,6.21 +no_defs +bounds=10.48,59.81,10.97,60.14  <>
+    10.527614433447448,60.01295857579983,-10623.756515819,11161.206153277
+    10.699660798364203,60.039445901317144,-1026.382213519,14096.446311437
+    10.724614973595166,60.00585613765311,364.523927554,10353.929694594
+    10.856010537898408,59.946806973744124,7708.342731017,3782.733483553
+    10.612378953199324,59.920788541112124,-5912.843336892,881.56921565
+    10.774243404714737,60.137282359549445,3121.784209128,24997.627491097
+    10.59727642156069,59.8782088390969,-6766.52980374,-3860.725966952
+    10.866835986468407,59.96173797151009,8309.735908323,5447.477082729
+<EPSG:102453> +proj=utm +ellps=clrk66 +zone=50 +towgs84=-133.0,-77.0,-51.0 +no_defs +bounds=114.0,3.0,120.0,22.0  <>
+    114.52829297326745,18.668126033891717,239122.711721734,2065973.608491021
+    118.57580049624012,16.957338680740968,667636.177664302,1875573.666433071
+    117.26844184586285,15.274608499501577,528669.176366035,1688781.100370495
+    114.00871878573285,16.631766016614005,180706.263867673,1841270.834896737
+    116.59398907984807,14.145855543633854,456028.394771643,1563958.627208025
+    119.02207114864193,4.141675570600592,724317.218359235,458129.045211806
+    114.63699308178161,6.236588786160526,238373.874753228,690001.032440826
+    118.23479759025125,9.042876448300273,635563.169692439,999882.088019984
+<EPSG:102454> +proj=utm +ellps=clrk66 +zone=51 +towgs84=-133.0,-77.0,-51.0 +no_defs +bounds=120.0,3.0,126.0,24.0  <>
+    122.14312370727743,5.68380106435629,404958.828129854,628380.046842055
+    122.26177866304181,17.40236100336508,421435.224023731,1924288.09313347
+    122.18915906779978,11.524866087051933,411424.074362775,1274205.001060023
+    125.76785136230978,10.274696906955235,803046.483494998,1137154.942053049
+    122.27105199958385,12.1013882571151,420521.081773445,1337936.204159681
+    124.30361124423081,3.7017173888122676,644619.379401885,409318.913964662
+    120.57668868643324,16.126794369208078,240669.226717978,1784552.899251135
+    124.41495197144614,11.950317624292454,653920.890669022,1321519.162882465
+<EPSG:102455> +proj=utm +ellps=clrk66 +zone=52 +towgs84=-133.0,-79.0,-72.0 +no_defs +bounds=126.0,4.0,132.0,20.0  <>
+    129.54500289385163,5.979070614963941,560166.10770305,661001.931197908
+    127.1536947682913,14.66019927461392,301013.399627206,1621645.88684346
+    127.4263752458348,4.153392451989351,325174.542082749,459334.92591681
+    126.75027071203439,5.9857597793772115,250798.041569143,662221.65948854
+    130.27426141679945,7.289124281917161,640515.088511243,805992.156215383
+    131.61873942190698,9.466266079049298,787403.686993537,1047569.193324805
+    129.05925530388032,11.16599553020106,506316.681499101,1234422.252633628
+    129.73069183367969,7.512670122936148,580464.465785877,830573.813947493
+<EPSG:102456> +proj=utm +ellps=clrk66 +zone=50 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +no_defs +bounds=114.0,3.0,120.0,22.0  <>
+    117.05500058726052,8.377593505726894,505888.702896272,926113.853296741
+    117.01144148224391,13.092535897761094,501088.660238449,1447444.903705506
+    118.78153031984156,11.885351018762444,693892.13721908,1314566.941181234
+    119.79283292819076,15.186656735851725,799948.563206928,1680957.280962827
+    119.2850025097118,9.68699762408859,750564.676249889,1071713.688258946
+    118.24402628501134,17.326209304662253,632058.1964805,1916144.993321399
+    118.39768426403538,14.23965239166333,650645.568169034,1574755.909570171
+    119.00058122189948,13.357254902204545,716521.587125513,1477587.878216906
+<EPSG:102457> +proj=utm +ellps=clrk66 +zone=51 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +no_defs +bounds=120.0,3.0,126.0,24.0  <>
+    123.09930134862968,15.967275060611762,510484.579236348,1765381.203850553
+    122.44492875674655,21.827900949314547,442512.42744624,2413950.880115444
+    120.93951757396681,6.141030724852537,271802.732386322,679292.301450834
+    122.76641492597625,22.209665895295075,475802.96817199,2456121.471048513
+    121.09265423784441,19.154912295404387,299276.642778752,2119136.045749571
+    120.39942885982269,10.453506138112981,215138.925175475,1156793.474655749
+    120.05707210140255,13.196668093885137,180838.071278159,1460826.499623948
+    121.58151407839344,10.132666834506715,344426.796600422,1120481.119573245
+<EPSG:102458> +proj=utm +ellps=clrk66 +zone=52 +towgs84=-127.62,-67.24,-47.04,-3.068,4.903,1.578,-1.06 +no_defs +bounds=126.0,4.0,132.0,20.0  <>
+    131.55928750676446,8.365001281889036,781704.97704113,925596.800010354
+    126.66971521352808,17.880284057277777,252952.418250376,1978541.202751039
+    126.72920842874093,11.526242323340309,252163.328801939,1275198.993872576
+    129.4549698726902,4.747441281085402,550280.015131685,524795.30736486
+    131.26439035958808,8.453224525272546,749152.714546161,935159.474745857
+    130.74904833717616,19.251124074129358,683703.97279856,2129586.62057787
+    129.6333427413968,17.276265592594797,567181.623984305,1910276.238129642
+    129.05532551970938,16.550740052195657,505764.958332593,1829906.938301226
+<EPSG:102459> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=800143.9664 +y_0=0.0 +lon_0=115d45'0"W +lat_0=41d40'0"N +k_0=1.00011328 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-116.6,43.0,-115.94,43.85  <>
+    -116.15473140616437,43.511569611241136,2517758.122502877,672710.976166741
+    -116.00951411925617,43.23895991789353,2555978.407843244,573179.460000001
+    -116.19141785445208,43.7276833420826,2508443.120301231,751546.493137107
+    -116.26409749284394,43.22302929812314,2488092.723612519,567686.004236718
+    -116.10701691489714,43.34243166573568,2530153.741151674,610994.520073682
+    -116.43420182532681,43.447214057030415,2443415.431191321,649735.302158015
+    -116.29331211987076,43.048992447248985,2479893.248414261,504293.951771267
+    -116.47820765990767,43.0669359242735,2430519.832376119,511209.196616125
+<EPSG:102461> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=155d30'0"W +lat_0=18d50'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-156.1,18.87,-154.74,20.33  <>
+    -155.90430636778225,19.005435539791627,1500764.118566046,62657.576980479
+    -154.9389441059837,19.148372670967074,1834059.497297816,114716.20750761
+    -155.65267986000194,19.726443419347593,1587913.872533579,324365.305520141
+    -155.55457138811067,19.39061739988246,1621615.272701658,202381.951866651
+    -155.83354938894638,20.210455538539843,1526060.515917685,500244.54083026
+    -155.02457225235943,19.39163449525468,1804264.035835369,202974.073149032
+    -154.80168766712202,19.368868360870167,1881110.688072263,194966.97227584
+    -155.14466868172184,19.94159673919758,1762458.894271564,402610.902781111
+<EPSG:102462> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=156d40'0"W +lat_0=20d20'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-157.36,20.45,-155.93,21.26  <>
+    -156.83962310198712,20.650161040441436,1581290.040799327,115105.386327658
+    -156.7992183517756,20.88669507383802,1595174.393272315,201006.985271908
+    -156.19885354618017,20.820203690199662,1800183.461947612,177068.786828253
+    -157.0328336099278,20.800898455489175,1515357.193437837,169966.726377289
+    -156.38567269476488,21.153310483228616,1736170.199827288,297916.551297026
+    -156.7719876473226,21.03346156632224,1604504.793183374,254310.215374983
+    -156.37268059210896,20.687089393115865,1740907.56617497,128578.041683371
+    -157.0150443971691,20.564431502977488,1521248.716242861,84062.880786346
+<EPSG:102464> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=159d30'0"W +lat_0=21d50'0"N +k_0=0.99999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-159.85,21.81,-159.23,22.29  <>
+    -159.3115454465045,21.869897775254902,1704324.79254852,13320.95239429
+    -159.55743567507386,21.82649455185329,1620939.739987849,-2481.977423359
+    -159.26435140209503,22.13679900920756,1720178.512579725,110304.58921095
+    -159.76021339772035,21.95633612965141,1552238.585704782,44757.997138858
+    -159.55080628363922,22.085138424900162,1623219.526880372,91477.926822771
+    -159.75098997922822,21.914974117184997,1555339.709060503,29726.640935674
+    -159.50791777216787,21.878310474385557,1637736.839488367,16338.018999647
+    -159.34725861165052,21.97615145630852,1692176.328356981,51907.516099107
+<EPSG:102465> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=160d10'0"W +lat_0=21d40'0"N +k_0=1.0 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-160.3,21.73,-159.99,22.07  <>
+    -160.1472459384283,22.00771786267118,1647000.622871595,123896.395556531
+    -160.21093663573978,21.9455432939454,1625417.748787914,101310.956347913
+    -160.1588097011162,21.79101746242674,1643087.22928644,45172.440370418
+    -160.13438665423283,21.89392763273093,1651365.642136246,82558.795934942
+    -160.16087703707475,22.024959323186714,1642382.610412713,130159.63565063
+    -160.26332563516004,21.749186189862687,1607617.539226381,29986.26343133
+    -160.2862503474375,21.824575967900817,1599858.589208977,57379.209221227
+    -160.2732988071516,21.91617309207404,1604274.836543284,90651.602245505
+<EPSG:102492> +proj=lcc +ellps=clrk80ign +x_0=500000.0 +y_0=300000.0 +lon_0=2d42'0"E +lat_0=33d18'0"N +lat_1=33d18'0"N +k_0=0.999625769 +towgs84=-73.0,-247.0,227.0 +no_defs +bounds=-8.67,18.97,11.99,38.8  <>
+    -1.8598862099293356,37.95518600327235,98423.252554096,825755.166227214
+    10.00694078096607,28.406660264757086,1217960.893037662,-217738.735775063
+    5.27909455598151,29.310715885406445,751271.913739976,-139315.388639759
+    -0.9347093907803243,28.35633660131559,142812.838391121,-242248.735250415
+    11.335422176445993,34.40450871735453,1293173.898599464,455383.254269468
+    4.100491841573053,33.64214476485838,630118.348095242,338890.237846431
+    11.95264639409608,31.26075866717166,1380570.072200876,113036.395818616
+    1.9288189554204305,28.97554294281212,424901.210136878,-179372.33396805
+<EPSG:102525> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=155d30'0"W +lat_0=18d50'0"N +k_0=0.9999666666666667 +towgs84=-0.9079999885953388,2.016099909815326,0.5653003298198094,0.02774100017709245,0.01346899963525713,0.002712001811474928,-0.001100000091014408 +no_defs +bounds=-156.1,18.87,-154.74,20.33  <>
+    -155.80444867147267,20.281149926422014,1536086.261717755,525901.275147078
+    -155.55348097189454,20.297894997180585,1622096.378055706,531890.013085413
+    -155.484345951721,20.32656141532074,1645785.733173774,542299.035408625
+    -155.7378978763674,19.292734305846835,1558389.199222559,166887.086248197
+    -155.40016329853597,19.690985349389713,1674764.7746036,311473.607026735
+    -155.2063837210674,18.87542213580191,1741923.302459022,15366.624324948
+    -155.19013573054633,19.619487815592713,1747058.356592065,285594.153030939
+    -155.38851428125585,19.899013906602573,1678722.050171238,387028.408281711
+<EPSG:102526> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=156d40'0"W +lat_0=20d20'0"N +k_0=0.9999666666666667 +towgs84=-0.9079999885953388,2.016099909815326,0.5653003298198094,0.02774100017709245,0.01346899963525713,0.002712001811474928,-0.001100000091014408 +no_defs +bounds=-157.36,20.45,-155.93,21.26  <>
+    -157.06519738025133,21.109380694470286,1504582.901417079,282044.40360251
+    -157.0323755904279,20.91419672429349,1515608.111733529,211119.286650485
+    -156.06663194617317,21.129444902986478,1844919.109613829,289548.377040756
+    -156.03291630215088,20.863790551245163,1856792.488990095,193094.431538696
+    -157.05128485306847,21.14517949850789,1509356.51835109,295036.416916415
+    -156.0786060386558,20.901662072785744,1841142.708343169,206791.69496763
+    -156.46916550613594,20.542031139448316,1707993.309887235,75839.813747349
+    -156.11054461519458,21.134512864437724,1829946.519219179,291334.880677895
+<EPSG:102528> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=159d30'0"W +lat_0=21d50'0"N +k_0=0.99999 +towgs84=-0.9079999885953388,2.016099909815326,0.5653003298198094,0.02774100017709245,0.01346899963525713,0.002712001811474928,-0.001100000091014408 +no_defs +bounds=-159.85,21.81,-159.23,22.29  <>
+    -159.40878638657136,22.263528556774375,1671266.647174643,156291.41839823
+    -159.67728677287354,22.033335346002314,1580374.805295217,72689.937841256
+    -159.3267239932596,21.93753075306003,1699151.118396719,37884.069271471
+    -159.5705032792991,21.907308415104925,1616521.720509447,26877.180873875
+    -159.6279055478235,22.239358593850735,1597163.382040028,147519.551543477
+    -159.24917071207457,22.278737261703725,1725232.188263084,161877.76445741
+    -159.83344731824513,22.13727153646161,1527564.940397287,110537.574632519
+    -159.3908843443894,22.24645976754176,1677324.75703357,150094.409799444
+<EPSG:102529> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=160d10'0"W +lat_0=21d40'0"N +k_0=1.0 +towgs84=-0.9079999885953388,2.016099909815326,0.5653003298198094,0.02774100017709245,0.01346899963525713,0.002712001811474928,-0.001100000091014408 +no_defs +bounds=-160.3,21.73,-159.99,22.07  <>
+    -160.29725183631012,21.856189620743955,1596137.581791286,68866.278760745
+    -160.04179767556562,21.974550107399487,1682733.911924861,111863.209191768
+    -160.07725648624344,21.743262482477515,1670767.637541108,27832.241774913
+    -160.15179547450566,21.92139017552168,1645463.41249935,92533.974427671
+    -160.03450223350566,21.769788372021843,1685269.882891291,37478.89818637
+    -160.07314975199293,21.934510092802636,1672119.239826313,97309.657774548
+    -160.01502403556935,22.000806105744154,1691796.627713335,121409.890324975
+    -160.21622174509648,21.907119032772613,1623623.015762526,87351.962862768
+<EPSG:102550> +proj=tmerc +ellps=intl +x_0=9500000.0 +y_0=0.0 +lon_0=27dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs +bounds=25.62,36.5,28.5,42.11  <>
+    27.96590649856806,39.24620793885459,9583391.483126322,4344730.305809606
+    26.248219508233717,42.00729902218294,9437787.666700395,4651048.579672679
+    26.722203714398788,37.42274040884035,9475461.101376599,4141991.761199212
+    27.0311630954638,41.154413809573285,9502656.347396508,4556087.166055261
+    26.411235731819144,38.91538168010455,9448997.927996077,4307737.850907733
+    26.75082475264005,38.86157161197458,9478422.575213434,4301631.271851854
+    28.118478084872052,37.630182163049334,9598733.760612514,4165557.980070426
+    27.282142052115223,41.960066594209174,9523422.799394414,4645569.428340624
+<EPSG:102551> +proj=tmerc +ellps=intl +x_0=10500000.0 +y_0=0.0 +lon_0=30dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs +bounds=28.5,36.06,31.5,41.46  <>
+    29.093803543183547,38.44573041012007,1.0420955862121424E7,4255845.219302457
+    31.362313512220762,38.10247557672109,1.061947898923944E7,4218245.586788276
+    31.398427284343004,40.257685620188994,1.0618957071780792E7,4457482.021803
+    31.30583997601057,37.77329083667021,1.0615039175151747E7,4181648.526570979
+    28.617487530502,38.14234022480743,1.0378885235998606E7,4222695.601599241
+    30.637106789802857,39.978045073944955,1.055443614729391E7,4425700.312120613
+    29.09564620803867,38.93178203626624,1.0421648954972059E7,4309780.233993206
+    30.712300864127357,39.16964738162512,1.0561567361689812E7,4336029.42465966
+<EPSG:102552> +proj=tmerc +ellps=intl +x_0=11500000.0 +y_0=0.0 +lon_0=33dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs +bounds=31.5,35.97,34.5,42.07  <>
+    31.88496083392621,39.04847999425158,1.1403539230793832E7,4322931.770359846
+    33.852268898781645,38.26968779643975,1.1574581335314533E7,4236264.599956534
+    32.02608409310963,41.43466965864275,1.141866045120647E7,4587654.131249697
+    31.931848509712093,40.868388521958806,1.141001576256832E7,4524880.970880402
+    31.940970348522136,38.20813582967364,1.1407309818046162E7,4229621.792986084
+    32.47934314035813,39.06348681702194,1.1454983659287E7,4324134.490419576
+    33.21317714029235,37.19686563337555,1.151894679755114E7,4116915.34675157
+    34.17791912582788,39.627991373375664,1.1601120603462044E7,4387315.886037869
+<EPSG:102553> +proj=tmerc +ellps=intl +x_0=12500000.0 +y_0=0.0 +lon_0=36dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs +bounds=34.5,35.81,37.5,42.15  <>
+    36.357112351102614,40.58743272526144,1.2530242273931265E7,4493204.341565874
+    35.23314885445278,38.386682424840416,1.2433048307636028E7,4249180.09456364
+    36.37544795698409,42.00257133289401,1.2531114762392692E7,4650313.859295216
+    34.632575068270754,36.93579784205837,1.2378247058591474E7,4088804.853046956
+    35.65880569442118,40.765563642184986,1.247122538157149E7,4512972.3461432
+    36.79405078301368,39.35112604312707,1.2568439619131658E7,4356225.718880046
+    34.871435217883416,41.85606977399656,1.2406345650954654E7,4634595.761619175
+    35.741145784373316,37.71456682031425,1.2477206791749645E7,4174359.546715015
+<EPSG:102554> +proj=tmerc +ellps=intl +x_0=13500000.0 +y_0=0.0 +lon_0=39dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs +bounds=37.5,36.66,40.5,41.19  <>
+    40.48657026113305,38.716542722611116,1.3629255485912401E7,4286551.679529219
+    39.13605382486969,40.796759056291904,1.3511492675205179E7,4516387.063507797
+    38.28834464772887,39.09465209836213,1.3438472996778712E7,4327702.899422373
+    37.63784868199877,38.22736936970151,1.338078844303938E7,4232100.827300984
+    39.763352247117176,40.542775223546016,1.3564656449033903E7,4488464.870944937
+    39.94885332509201,38.151332505007176,1.3583151444362594E7,4223211.978741537
+    37.58887676112881,40.247537921196574,1.337999553901814E7,4456369.398880597
+    38.215098947056866,38.41289429450295,1.3431489922654238E7,4252100.931299553
+<EPSG:102555> +proj=tmerc +ellps=intl +x_0=14500000.0 +y_0=0.0 +lon_0=42dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs +bounds=40.5,37.02,43.5,41.6  <>
+    43.113307273842864,37.827097056576584,1.4597984445311874E7,4187395.045768559
+    42.3036369111901,37.15369222726528,1.4526969954686124E7,4112144.868547801
+    41.339726843609256,39.600800756520435,1.4443320154372029E7,4383840.829362873
+    41.9391790511566,37.92861162622819,1.4494662827894922E7,4198076.184248147
+    41.76731224781001,38.79468788397502,1.4479801026631802E7,4294199.567550201
+    42.5763913094398,39.36080744002114,1.4549664835366508E7,4357156.219190275
+    40.65558599911651,40.93647228201845,1.438683066944279E7,4532756.891729263
+    43.46590606473361,37.817150665621334,1.462903368090855E7,4186719.804881148
+<EPSG:102556> +proj=tmerc +ellps=intl +x_0=15500000.0 +y_0=0.0 +lon_0=45dE +lat_0=0dN +k_0=0.9996 +towgs84=-84.1,-101.8,-129.7,0.0,0.0,0.468,1.05 +no_defs +bounds=43.5,36.97,44.83,41.02  <>
+    43.89431073196065,40.58219712279926,1.5406425321304573E7,4493147.191419308
+    44.06562087593218,40.645978129632816,1.5420998960299857E7,4500059.233517738
+    44.299006393336214,39.53544434613462,1.5439760651487632E7,4376613.258738709
+    44.81147815407919,38.508841392107286,1.5483564392684E7,4262471.212686016
+    44.2000773873068,40.58800908297524,1.5432308997900838E7,4493512.31880932
+    44.47859511603528,37.45778359322088,1.5453887649909945E7,4145964.699758164
+    43.65727542108052,38.87371596557836,1.5383523103835542E7,4303799.779011307
+    43.78660856112258,40.656596106295886,1.5397424015623014E7,4501525.998483879
+<EPSG:102557> +proj=tmerc +ellps=GRS80 +x_0=1300000.0 +y_0=14743.5 +lon_0=68d31'0"E +lat_0=0dN +k_0=1.0 +no_defs +bounds=67.0166667,39.4,70.0166667,40.3  <>
+    67.67649463236349,39.86280251468399,1228110.622867644,4429376.887584657
+    69.214586262513,40.095156477502165,1359515.490786823,4455071.745900049
+    67.60937880507356,40.026139266345446,1222552.173820485,4447569.289900353
+    69.77952300445287,39.50553784502028,1408615.667777216,4390133.995558986
+    67.25017372712297,39.47819000793375,1191028.853362957,4387101.954422762
+    68.90334992806629,39.620541975879505,1333202.47153134,4402212.37887265
+    67.58759776795655,39.977124698613174,1220636.141165049,4442146.012392864
+    67.63379556692574,40.078639003922206,1224694.271241549,4453377.809452584
+<EPSG:102558> +proj=tmerc +ellps=GRS80 +x_0=2300000.0 +y_0=14743.5 +lon_0=71d31'0"E +lat_0=0dN +k_0=1.0 +no_defs +bounds=70.0166667,39.1333333,73.0166667,42.9  <>
+    70.69380530791989,40.19793186885596,2229935.591276638,4466574.940092527
+    72.31085731691208,42.34036558494885,2365447.688029907,4704492.548297846
+    71.5213601214743,40.53274649919355,2300397.660148673,4503428.582769717
+    70.66520860060709,41.48070354365713,2228885.088036367,4609053.049006602
+    71.22292826014527,39.31854552607477,2274668.964805009,4368653.081790955
+    70.1836202726051,41.452499428020445,2188613.17875362,4606428.479483808
+    71.16588015873552,42.08117844425496,2270974.019852544,4675456.748645792
+    72.70794158907444,41.14905958872742,2400002.975261254,4572554.796042609
+<EPSG:102559> +proj=tmerc +ellps=GRS80 +x_0=3300000.0 +y_0=14743.5 +lon_0=74d31'0"E +lat_0=0dN +k_0=1.0 +no_defs +bounds=73.0166667,39.25,76.0166667,43.3333333  <>
+    74.25341479920336,41.60327703267953,3278054.425420804,4622350.058658986
+    75.99169019618704,41.37598013844951,3423395.236131123,4598122.23754157
+    74.5416299131292,41.07767987019674,3302097.819599482,4563943.802876302
+    74.1951903294125,41.06567475761307,3272979.374347796,4562660.068970939
+    73.90886245522175,41.574873283903145,3249309.057839854,4619340.337730098
+    73.21043514811899,40.820807939940465,3189801.460642262,4536238.342782231
+    73.5561382103076,42.735281153029355,3221341.890118525,4748503.174833014
+    73.76567633753858,40.53746995430479,3236375.375286821,4504224.105348173
+<EPSG:102560> +proj=tmerc +ellps=GRS80 +x_0=4300000.0 +y_0=14743.5 +lon_0=77d31'0"E +lat_0=0dN +k_0=1.0 +no_defs +bounds=76.0166667,40.1666667,79.0166667,43.0  <>
+    77.65868073365336,40.17390804075754,4312096.310149532,4463592.307231035
+    76.04459502402696,40.34128449918272,4174919.921921941,4483208.32468009
+    77.01330489140084,40.76939533468849,4257502.221801894,4529829.661245985
+    77.7641601316676,40.362475735888935,4321022.258580895,4484550.558259142
+    78.69191638343307,42.36581190523021,4396811.298304603,4707682.732439261
+    76.04511271506793,42.79015022681121,4179599.483744972,4755201.471885381
+    78.83593601154779,42.14112354067845,4409061.608323641,4682898.165492497
+    78.85961344550411,40.84280836968182,4413258.606940048,4538728.423085717
+<EPSG:102561> +proj=tmerc +ellps=GRS80 +x_0=5300000.0 +y_0=14743.5 +lon_0=80d31'0"E +lat_0=0dN +k_0=1.0 +no_defs +bounds=79.0166667,41.5,82.0166667,43.0  <>
+    79.74410857005287,42.651601183146916,5236649.956219877,4739049.371318555
+    80.08665946556052,42.63934079366714,5264732.390726969,4737487.679726865
+    79.94226110237449,42.89135331371801,5253079.915597374,4765553.718973181
+    80.00290499943546,41.7036195205105,5257237.441827041,4633588.829311994
+    79.24718769358088,42.14726159870717,5195064.679436729,4683517.571892382
+    81.28654722198009,41.9944270895683,5363790.960445277,4666048.131109254
+    79.98328282317829,42.9882077766395,5256499.003558831,4776291.418911794
+    81.1653477467606,42.42056195838894,5353388.49147929,4713299.169071394
+<EPSG:102562> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=19dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs +bounds=17.99,-34.88,20.0,-28.38  <>
+    18.346457251861406,-29.13334687337843,-63599.319580201,-3224225.667225817
+    18.35082547963691,-28.853612499681315,-63344.503331689,-3193217.708094202
+    18.273588138212396,-33.724858450584684,-67325.696226583,-3733379.729842479
+    18.22837249858033,-34.5679916842498,-70809.440461153,-3826937.900978085
+    18.129485091678387,-32.441762611693754,-81862.197377483,-3591173.411307131
+    18.2357365538973,-31.00268205779309,-72989.397549952,-3431522.43103112
+    18.402568819046945,-32.96198278772549,-55856.212786665,-3648690.223649286
+    18.554536378651914,-34.53172278836856,-40896.016062126,-3822734.082832779
+<EPSG:102563> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=21dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs +bounds=19.99,-34.88,22.01,-24.76  <>
+    20.675600749715297,-26.483403724814025,-32344.140276949,-2930432.530779299
+    21.48668364009106,-30.429202573121973,46755.184363725,-3367793.682603512
+    20.048690991875258,-28.083044470450375,-93503.106718595,-3108010.182102677
+    20.12178110017973,-31.998122144309743,-82988.790337094,-3541981.241764521
+    20.009838756385687,-29.067175395035324,-96420.336884273,-3217119.595169605
+    21.360428624826945,-34.46964936466631,33113.829005689,-3815817.015202051
+    21.27765362660689,-28.078624803777235,27290.740771155,-3107186.078905895
+    20.31698583498697,-30.6890241600449,-65442.232559842,-3396696.513895202
+<EPSG:102564> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=23dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs +bounds=22.0,-34.26,24.01,-25.26  <>
+    22.527921594695968,-33.077192705346775,-44078.990602864,-3661408.219017105
+    23.788164469241593,-26.239949206702025,78749.753060752,-2903657.993010444
+    23.24272604881602,-32.26061777210126,22870.86287736,-3570777.961166233
+    22.505891642695634,-27.059157849111152,-49017.34004788,-2994281.370762543
+    23.91999891963546,-32.45744555859677,86500.796221615,-3592951.672569132
+    23.675449673715676,-29.168120267194183,65709.102567975,-3228092.069188897
+    22.746352360885474,-27.646351957751154,-25030.27968149,-3059277.379588456
+    22.250297676142548,-31.833134142418764,-70970.631619281,-3523594.366614015
+<EPSG:102565> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=25dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs +bounds=24.0,-34.26,26.01,-24.71  <>
+    26.002664194163557,-33.746059824571866,92907.477230474,-3735945.995043558
+    24.343925158802953,-27.11195310705461,-65054.863077528,-3000204.938345934
+    24.80246082087254,-26.59310089200873,-19676.828267382,-2942560.923307264
+    24.350100165102543,-31.769686389671886,-61564.681906806,-3516497.996491211
+    25.90873759346367,-26.05140508669045,90943.45683244,-2882846.412661748
+    25.185047858500315,-26.27846724827376,18482.691327114,-2907699.209730331
+    24.77496876610439,-33.79879728922996,-20838.370166502,-3741366.686609068
+    25.767700475870004,-25.086612072915102,77446.509964185,-2775868.488804941
+<EPSG:102566> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=27dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs +bounds=26.0,-33.83,28.0,-22.92  <>
+    27.828566273466738,-26.75418505626681,82419.037521097,-2960661.890458912
+    26.767278542061476,-29.521286869878043,-22561.446652538,-3267071.380487115
+    27.222935704413747,-28.772139625718857,21770.110080507,-3184035.058567872
+    26.90303214197569,-26.19753486631834,-9691.909443325,-2898722.983960423
+    27.04158516922356,-29.07365594566552,4049.137732155,-3217433.795764523
+    27.430403514057865,-25.07306978570095,43423.805483439,-2774217.477877772
+    26.774309175739496,-23.533197003568276,-23046.556600451,-2603606.074694071
+    27.473717327488785,-27.36892653632076,46864.659908911,-3028598.793268239
+<EPSG:102567> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=29dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs +bounds=27.99,-33.03,30.0,-22.13  <>
+    28.343516323386037,-26.144512469580434,-65645.905876151,-2893010.698140881
+    29.438093289616315,-28.05146488278644,43071.4197804,-3104222.516196999
+    29.994617387328617,-31.767903272517422,94222.626037059,-3516547.032542754
+    28.882218669761812,-24.049188029834276,-11979.905526859,-2660741.667928647
+    28.879736829479167,-30.94402465775028,-11492.352917948,-3424774.596073287
+    29.498853441300692,-25.154520627445763,50296.54363165,-2783264.114603447
+    28.915520170634185,-25.647735115614537,-8482.994823041,-2837811.50759127
+    29.77061517687011,-29.37683250488789,74815.116943796,-3251283.834643023
+<EPSG:102568> +proj=tmerc +ellps=WGS84 +x_0=0.0 +y_0=0.0 +lon_0=31dE +lat_0=0dN +k_0=1.0 +towgs84=0.0,0.0,0.0 +no_defs +bounds=29.99,-31.38,32.02,-22.22  <>
+    30.540661076299617,-25.034737611445028,-46357.580863367,-2769980.799368221
+    30.278158019935454,-25.53716293367559,-72551.219559667,-2825756.443259531
+    31.314703311668115,-29.049551362512787,30649.793038662,-3214802.279416001
+    31.925220068863407,-30.587357575029365,88742.532076395,-3385590.957053339
+    31.029719798682475,-24.65901643021658,3008.443528261,-2728283.623236745
+    31.516834347275605,-24.099301396082218,52548.858974663,-2666383.947463863
+    31.562871018375144,-28.061963136094988,55333.842422526,-3105436.362856519
+    30.59291216270207,-25.263062096080148,-41007.843321079,-2795257.006907214
+<EPSG:102581> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=1200000.0 +lon_0=2d20'14.025"E +lat_0=49d30'0"N +lat_1=49d30'0"N +k_0=0.999877341 +towgs84=-168.0,-60.0,320.0 +no_defs +bounds=-4.87,48.14,8.23,51.14  <>
+    -0.8592901442806191,48.688005312001245,364775.0311819171,1114703.643321716
+    6.5811419088828975,50.97445449909891,898036.7295922983,1372410.0610693654
+    3.142510567856232,50.372991579432615,657339.382593225,1297407.6555263172
+    2.497825970737117,48.77106669886811,611857.5863193978,1118961.4763401214
+    6.988051692442462,49.56487708271069,936244.6499673554,1217601.6648975532
+    1.3772640593885805,50.82683505445617,532406.6739201549,1348021.9300921997
+    -2.5737663293508164,49.587863277941736,245246.8104371411,1221345.7676801155
+    2.6227157045217773,48.250324650348595,621256.848169224,1061080.3903251053
+<EPSG:102582> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=2200000.0 +lon_0=2d20'14.025"E +lat_0=46d48'0"N +lat_1=46d48'0"N +k_0=0.99987742 +towgs84=-168.0,-60.0,320.0 +no_defs +bounds=-4.87,42.33,8.23,51.14  <>
+    6.878029763526144,46.53160118061331,948184.3931352105,2180231.624194852
+    5.792864649736445,51.134846829384195,842532.5345242128,2687824.122385797
+    1.0465437724978974,50.44246704950618,508193.89930927294,2606041.113700702
+    -1.4970012007711246,44.88987487989674,297146.9340786572,1995073.9161616927
+    -4.610711663305259,45.793334153078675,60525.46712682268,2111976.892154323
+    4.959709797318987,46.68618529456589,800613.2134459949,2190701.0575697254
+    1.6816431430490137,44.91839533337222,548267.9949032201,1991071.0492518935
+    1.512326969102391,49.33777673551654,540051.2009466954,2482560.633691524
+<EPSG:102583> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=3200000.0 +lon_0=2d20'14.025"E +lat_0=44d6'0"N +lat_1=44d6'0"N +k_0=0.999877499 +towgs84=-168.0,-60.0,320.0 +no_defs +bounds=-1.79,42.33,7.71,45.45  <>
+    6.901812741361655,44.99699274955513,959793.005810054,3309644.750703426
+    -1.3284842955193819,43.67865442248054,304581.7943995812,3159769.0337342336
+    3.9483666031613334,44.61082692022879,727925.2957102754,3258009.025420474
+    4.500431393778055,44.04624807542945,773380.5380839639,3196306.251128968
+    -0.9878317538953258,43.91290866693365,333074.833588377,3184607.0191731625
+    2.5245867736875818,42.46972584337166,615465.5155514359,3018894.6068383483
+    -1.4170275537001717,42.669838940621815,292340.84877940227,3048128.6218047845
+    -0.834882399989217,43.52126340614592,343673.3657158087,3140644.2868470093
+<EPSG:102584> +proj=lcc +ellps=clrk80ign +x_0=234.358 +y_0=4185861.369 +lon_0=2d20'14.025"E +lat_0=42d9'54.0"N +lat_1=42d9'54.0"N +k_0=0.99994471 +towgs84=-168.0,-60.0,320.0 +no_defs +bounds=8.5,41.31,9.63,43.07  <>
+    9.42909788722871,42.30724271118845,584320.0020646389,4225933.574231719
+    8.578568312108349,41.860333823894955,518036.6964261558,4170956.6946261465
+    9.032091920628309,41.860782282791824,555580.195323641,4173857.12265103
+    9.534751532299437,41.88151840048901,596982.9526562812,4179544.6882311953
+    8.987126436717812,42.36912181096787,547463.7764262124,4229855.81452364
+    8.782336864209178,42.894163773957295,526245.7042883183,4286720.827084322
+    9.246851360179878,42.089056613968495,571304.4707518476,4200547.599574746
+    8.753126477420587,42.052712219723055,530885.6278933081,4193337.02673352
+<EPSG:102585> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=1200000.0 +lon_0=2d20'14.025"E +lat_0=49d30'0"N +lat_1=49d30'0"N +k_0=0.999877341 +towgs84=-168.0,-60.0,320.0 +no_defs +bounds=-4.87,48.14,8.23,51.14  <>
+    -4.271508056737153,49.68863242532194,123845.26838019711,1241882.7415839639
+    2.875543263546069,50.77359729650002,638029.8240507924,1341803.3923908758
+    6.454213058754793,48.279440199878685,905502.7147238615,1072624.9442633898
+    3.826424164004492,50.848839825718315,704940.7086915887,1351075.818762925
+    -0.8245130230833668,48.438779931201786,366170.6730340248,1086905.371331815
+    -1.6534433760945557,49.245212732209026,309651.1624771921,1179366.5956486384
+    -2.818538580151265,48.834255385620935,221859.813777794,1138919.5437310503
+    1.5562697866346724,50.211609445915975,544310.9208252123,1279439.482146947
+<EPSG:102586> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=2200000.0 +lon_0=2d20'14.025"E +lat_0=46d48'0"N +lat_1=46d48'0"N +k_0=0.99987742 +towgs84=-168.0,-60.0,320.0 +no_defs +bounds=-4.87,42.33,8.23,51.14  <>
+    4.463450632709061,46.68349971507877,762679.0916285616,2189256.127826153
+    -0.6032092319841897,45.56943361330159,370544.4857503686,2067521.1104398158
+    3.379855860407356,48.72030195368457,676802.6173521305,2414040.2497189553
+    3.5669716407548,50.97848978662153,686640.4983963873,2665728.413674347
+    3.511887060933822,46.442168481009176,690306.3704965712,2160906.6923652524
+    5.99806941370895,45.85612575995897,884270.4421110058,2101714.3730077464
+    2.502064393448401,49.12635673157335,612092.5244364314,2458726.6951795924
+    5.656200165428268,50.8390011887786,834341.7152504589,2654441.557716593
+<EPSG:102587> +proj=lcc +ellps=clrk80ign +x_0=600000.0 +y_0=3200000.0 +lon_0=2d20'14.025"E +lat_0=44d6'0"N +lat_1=44d6'0"N +k_0=0.999877499 +towgs84=-168.0,-60.0,320.0 +no_defs +bounds=-1.79,42.33,7.71,45.45  <>
+    -1.1485536788938728,42.38556789649704,312995.3867218917,3015603.4027188285
+    6.197482011431567,44.28554830134373,908033.5270888188,3227837.4010299016
+    1.0713952204844364,45.21822330466078,500622.1093381315,3325021.604192741
+    5.80364381921696,43.31408519674131,881174.525670847,3118607.026615151
+    -0.564401288623873,45.33260229596094,372616.76955685334,3340978.421572532
+    5.138882973961303,45.28282427929316,819844.2983231449,3335177.308128074
+    -0.16755181293756838,44.903288401267396,402260.9986906898,3292265.601305905
+    6.7864312810250125,44.35136153649427,954583.6555657559,3237510.0078731407
+<EPSG:102588> +proj=lcc +ellps=clrk80ign +x_0=234.358 +y_0=4185861.369 +lon_0=2d20'14.025"E +lat_0=42d9'54.0"N +lat_1=42d9'54.0"N +k_0=0.99994471 +towgs84=-168.0,-60.0,320.0 +no_defs +bounds=8.5,41.31,9.63,43.07  <>
+    9.44291489733821,41.43609783811999,593500.8011157276,4129607.1020539324
+    8.629659068619894,42.74142937346285,515058.8885766361,4268869.815315723
+    9.343338329773822,42.14301484901838,578769.061174287,4207170.558727001
+    9.530148610688954,42.2982307209312,592706.4568726871,4225632.475023962
+    9.402186481778083,41.655485352333365,588093.8580329726,4153607.8183286916
+    8.731206214198322,42.48861000769523,525452.6662996007,4241481.925907248
+    8.823000372522419,42.400462787639235,533720.9858122857,4232287.811532727
+    8.975812190336523,42.91213722162289,541847.8834278464,4289921.604861626
+<EPSG:102589> +proj=aea +datum=NAD83 +units=us-ft +x_0=0.0 +y_0=0.0 +lon_0=86dW +lat_0=25dN +lat_1=31dN +lat_2=41dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-125.0,20.0,-65.0,50.0  <>
+    -118.38000647642507,35.07249778201157,-9479033.68955399,5236992.442294778
+    -81.69701642506377,29.7575109191946,1367684.041265276,1747605.857455398
+    -113.02398332524005,38.13928074434584,-7649725.044070886,5837844.523489181
+    -105.21517998454837,49.895978605068116,-4645043.453524069,9479118.486631384
+    -105.56464940799978,34.86968723562298,-5809233.772956896,4162721.762539123
+    -91.76082529952674,36.23487856749003,-1691638.681359421,4128595.719735735
+    -90.12602788878311,47.65119222451493,-1037214.741900307,8245085.374747007
+    -93.57453303448088,32.75730853287744,-2321487.396354057,2898921.41162863
+<EPSG:102592> +proj=lcc +a=6378249.145 +rf=293.465 +x_0=500135.0 +y_0=300090.0 +lon_0=2d42'0"E +lat_0=33d18'0"N +lat_1=33d18'0"N +k_0=0.999625769 +towgs84=-123.0,-206.0,219.0 +no_defs +bounds=-8.67,18.97,11.99,38.8  <>
+    -1.1058510760278892,21.56379684399525,98366.006103277,-1001398.637528824
+    11.47115179499057,22.678161930862768,1415310.458063478,-844618.939059736
+    7.973739022971637,20.705602485226304,1062138.249966109,-1091584.760624868
+    9.432230049392926,38.25021694917669,1091238.775205778,868958.129120958
+    7.799689726689982,35.54202233548192,962784.827840931,560134.254965013
+    -3.9535012673284333,29.47841266635917,-145700.195319937,-103121.379887281
+    1.0861527629252592,33.95468789431312,351212.481589552,373897.410921283
+    -0.5198868855696688,25.155355748180817,172679.06785161,-600183.10100725
+<EPSG:102598> +proj=utm +ellps=GRS80 +zone=56 +no_defs +bounds=150.0,0.0,156.0,84.0  <>
+    154.86360566368563,56.90263205312566,613497.512567536,6308093.996978863
+    151.26118934016972,6.176126658353842,307600.425919287,682988.218432113
+    151.10536545822336,83.38497653982583,475637.127625386,9259835.441647828
+    151.80653306994506,30.880497485266147,385918.64533913,3416968.049856481
+    150.1641888035896,55.141274992249976,319260.815402518,6114183.984302876
+    152.73687477565926,21.47495460764329,472741.081774209,2374736.55519688
+    153.2678711598318,50.871806735828905,518848.145661333,5635603.649055112
+    150.2629036510349,6.567417558278555,197302.16184816,726756.209184183
+<EPSG:102599> +proj=aea +datum=WGS84 +units=us-ft +x_0=0.0 +y_0=-1219202.438404877 +lon_0=120dW +lat_0=0dN +lat_1=34dN +lat_2=40d30'0"N +no_defs +bounds=-124.45,32.53,-114.12,42.01  <>
+    -117.67663961582416,34.88403426276879,696251.216757943,7989927.72702873
+    -122.20409399752292,37.68390184363043,-636790.269028235,9009479.662062325
+    -114.4389858496647,37.837773144630795,1602580.117688154,9105210.48034632
+    -115.70488380968011,35.09913971258681,1283275.592890177,8088825.748719052
+    -123.11517570170795,37.74563142454571,-899192.651344018,9039365.222109465
+    -118.09364534903261,37.42585378639208,552674.411214837,8913520.177807296
+    -118.51757493474548,36.927913717713075,432623.032908553,8729751.203724409
+    -114.50974734240691,34.54312648041662,1651717.866283717,7905082.115916584
+<EPSG:102600> +proj=aea +datum=NAD83 +units=us-ft +x_0=0.0 +y_0=-1219202.438404877 +lon_0=120dW +lat_0=0dN +lat_1=34dN +lat_2=40d30'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.45,32.53,-114.12,42.01  <>
+    -117.24665851736638,36.37586785585637,809288.976341838,8536823.437212953
+    -122.00646660572113,34.793075681311564,-601998.87103013,7954635.724035486
+    -114.49917371062,38.44499460760828,1572416.084267799,9325286.542553712
+    -116.1427543126368,39.158079964137244,1092336.05185294,9561921.308750046
+    -114.91562615839558,33.06689053589399,1558525.963503499,7361945.716647433
+    -121.06137862119661,38.881091208128474,-301775.192915545,9440384.332632367
+    -122.78841390161975,38.178679488337515,-800253.649055875,9194299.177207595
+    -115.68814561925943,40.58182617791394,1197400.032632722,1.0085857211675392E7
+<EPSG:102604> +proj=lcc +datum=NAD83 +units=us-ft +x_0=0.0 +y_0=0.0 +lon_0=83d30'0"W +lat_0=0dN +lat_1=31d25'0"N +lat_2=34d17'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-85.61,30.36,-80.77,35.01  <>
+    -81.2877063025813,31.662782458237874,688228.973017432,1.2147485834164895E7
+    -81.93361032713348,32.214808198021295,484333.070092066,1.234465837964312E7
+    -82.77867955173913,33.217566872511696,220550.800954011,1.2706558100840399E7
+    -83.83652129025758,32.515120041693564,-103707.683127127,1.2450462059615321E7
+    -83.13856513740203,31.476837932012156,112680.312916817,1.2072832239789456E7
+    -84.80732088968712,33.545380063932946,-398239.607991903,1.2827522887707192E7
+    -81.73434059699484,30.398459755654475,556988.725513564,1.1684945071228696E7
+    -82.21991539381133,31.657406129815325,398268.875570929,1.2140735441753438E7
+<EPSG:102605> +proj=tmerc +datum=NAD83 +x_0=2500000.0 +y_0=1200000.0 +lon_0=114dW +lat_0=42dN +k_0=0.9996 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-117.3,41.98,-111.0,49.02  <>
+    -112.98102697865758,42.15907189018,2584179.880890426,1218163.589464224
+    -113.34781108352531,44.382641748304145,2551952.481403955,1464803.346330523
+    -115.83493761636944,47.448962809392214,2361673.687490502,1806912.749094372
+    -116.96308293185852,44.96194416401185,2266309.958995479,1533217.898103557
+    -113.02646311136604,48.140839705495374,2572424.213236225,1882635.493556401
+    -116.92674063272507,43.449391834742826,2263187.401327335,1365105.464228543
+    -115.31219244441533,46.29912884632297,2398944.229718608,1678343.375118128
+    -114.89008962711239,45.04478330811383,2429903.009790631,1538533.678957961
+<EPSG:102629> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=85d50'0"W +lat_0=30d30'0"N +k_0=0.99996 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-86.79,30.99,-84.89,35.0  <>
+    -85.31641260749336,32.84838916161489,814923.268794047,854655.430215349
+    -85.50068204945389,33.917878517881086,757087.450248344,1243582.20633426
+    -85.47520898768606,31.678465552925907,767573.979589847,428829.594193368
+    -86.51552056689414,32.159195693555795,445051.486028668,604196.647953961
+    -85.08423759158403,33.19391910009842,885333.809711601,980806.726641996
+    -85.14024065105242,31.15685930559018,872974.735640336,239589.259405553
+    -86.0081942165153,33.91838427509677,603119.363933903,1243647.946642379
+    -86.77557929892973,32.49630592226353,365647.055714878,727453.6420328
+<EPSG:102630> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=87d30'0"W +lat_0=30dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-88.48,30.14,-86.3,35.02  <>
+    -86.38586835517575,34.2873404915439,2305037.847723375,1561515.080509763
+    -86.37551357447532,32.02754770958675,2316992.899876877,739273.1258557
+    -86.74519151938449,33.964127800327404,2197366.634585689,1442896.49690062
+    -88.46637860849201,34.24769518076309,1676460.397547443,1546630.472069873
+    -88.39892222914723,33.34082587510408,1693966.437207073,1216435.236495771
+    -86.71879110950616,34.058061667694474,2205110.956265051,1477139.63417146
+    -86.91291262143619,32.7947279436484,2148910.049334895,1017060.600782069
+    -87.70401172578002,32.85717323375487,1905854.198439062,1039339.609265489
+<EPSG:102632> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=142dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-144.01,59.72,-140.98,70.16  <>
+    -143.50698863173065,63.79941015135666,1396802.11112206,3583798.456057786
+    -141.63468771696623,67.30480787812267,1692039.674265797,4863274.185469694
+    -143.07442977383002,68.73595583502328,1497713.84480605,5388018.229113865
+    -141.1538624447413,68.98963145685329,1751528.757286888,5480365.037886987
+    -141.24329228128732,65.41530159157398,1755705.007898511,4172599.828066116
+    -143.42685415417168,68.41305752214144,1448171.693140043,5270842.675769636
+    -141.24561197109412,67.03532095834495,1748211.236048265,4765182.408539737
+    -143.97468574494192,69.90086466054264,1391912.466278076,5817092.948316794
+<EPSG:102633> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=146dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-148.0,59.72,-144.0,70.38  <>
+    -147.6429457439125,65.4444273332094,1390413.648419713,4185821.785390816
+    -147.6866994039146,69.86243695123709,1427757.282597155,5801946.706961161
+    -146.16486886835943,60.386309930662385,1610593.683593833,2333124.343867974
+    -146.71633641237048,63.67344151746363,1524095.561899033,3535510.307917424
+    -146.90066888689287,67.44580720410156,1513906.912209344,4915627.725828051
+    -145.09713671271342,61.57064153194103,1797792.386210772,2767101.068601781
+    -145.53731006839485,64.35271926243065,1713753.940971534,3783539.159815309
+    -145.26814820922746,69.67809747665947,1733511.299552317,5732102.327607792
+<EPSG:102634> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=150dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-152.01,59.11,-147.99,70.63  <>
+    -149.16537979517165,67.37693107863723,1757996.288682391,4890300.628012419
+    -151.85355803726557,70.35254074817037,1412180.870804148,5981855.394116907
+    -148.09593384112173,65.17108726568785,1933172.308836683,4086997.935330535
+    -151.703516939617,61.80128658096217,1345717.189684748,2854191.818480532
+    -149.7085385952041,67.31704757127171,1681583.550360873,4867697.531929899
+    -151.2074509178135,60.6327134019555,1423636.514046472,2425142.718631907
+    -150.48562677945483,67.10412409954245,1571227.727079862,4789971.383135563
+    -151.5250246710952,70.26319323705698,1451807.540329066,5948040.42628835
+<EPSG:102635> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=154dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-156.0,55.72,-151.86,71.28  <>
+    -153.1821251253971,67.43329581538868,1755365.639402566,4910889.981159968
+    -153.65873187196632,58.952078140943954,1704855.365693006,1809083.183581635
+    -155.8004279018386,64.69685852252101,1358662.983126117,3913136.885115044
+    -155.27889837306017,59.798851939885594,1404905.528157097,2120647.102900839
+    -153.32668397581025,57.99362270161396,1771056.301079111,1459347.985401794
+    -153.91850454739986,58.58503047922774,1655971.004929905,1674801.976407901
+    -152.1672981378634,56.70667522209759,2008639.403618758,993450.521935158
+    -154.4387999416695,56.99967065447304,1552939.626906609,1095841.883242609
+<EPSG:102636> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=158dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-160.0,54.89,-155.99,71.4  <>
+    -156.0606507945384,68.56049907686995,1900005.783500332,5326658.489866873
+    -156.88871435055796,57.03838658774817,1861736.667969891,1111505.675291344
+    -157.74649221900262,59.28197738020191,1687827.612721986,1929567.205063563
+    -158.95637974279106,67.66178005971253,1507300.875048111,4994756.549637587
+    -157.49738793501794,66.52115562248143,1713753.433503228,4576724.072989173
+    -159.25818108539076,69.51838195708967,1479185.14612499,5674754.107645088
+    -157.71360940679048,67.66416101393617,1680280.908522166,4994692.162787737
+    -157.12273746714706,62.572520370407815,1788375.124722052,3133305.234549305
+<EPSG:102637> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=162dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-164.01,54.32,-160.0,70.74  <>
+    -160.37406890963,60.42508698666641,1934204.190118368,2350887.148572749
+    -160.54509691571,56.117204657649616,1937296.059780189,776334.254398226
+    -160.27179057041275,68.16395708795281,1875819.047782345,5180766.244959327
+    -163.50242924317985,70.24138629202062,1454404.512007169,5939992.717467479
+    -162.734470220992,63.28133360885284,1519506.195964773,3392167.603707642
+    -161.63248662845248,62.585065456405815,1702378.491354933,3137063.322646316
+    -163.48097484647545,62.01286544164903,1385974.97939198,2930586.850906169
+    -163.2315154436862,60.88816379461688,1421067.539584842,2518587.25341838
+<EPSG:102638> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=166dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-168.26,54.34,-164.0,69.05  <>
+    -166.62654376996903,55.415893976920515,1510253.212001222,517641.774980922
+    -164.18812890331907,55.042440038049314,2020368.974578238,385590.594860617
+    -165.34439614892068,61.32103720171286,1755612.47402306,2675342.649087987
+    -164.06391627638286,58.03728126730034,2015571.278422203,1480027.738969474
+    -166.64845052384103,54.830369090584036,1503716.603486262,303851.645131245
+    -167.36248260311964,67.45980363413086,1449156.961979947,4921932.038631793
+    -164.08347688334047,58.17568673199994,2010345.304607394,1530477.865995992
+    -165.74280736010576,61.567990027293064,1685254.685927471,2765130.983630378
+<EPSG:102639> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=170dW +lat_0=54dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-173.16,56.49,-168.0,65.82  <>
+    -170.95531248077276,64.8802037684101,1491919.238309249,3977313.182900455
+    -168.53707085548953,56.73049317786706,1934167.436868717,1000364.640450713
+    -171.20618224470368,61.78523439872812,1431636.970534976,2846399.642161069
+    -170.97322602128415,65.58574560244173,1493115.012016749,4235392.963624693
+    -170.26707690588267,56.7200271813742,1586775.92820915,993510.182463336
+    -170.65117809942186,57.521183491799675,1512420.66164062,1286700.704656107
+    -170.84645946568085,61.684603176589825,1493421.239009246,2808629.842182903
+    -169.625877144798,62.306830925679044,1704081.472555221,3035342.892909982
+<EPSG:102640> +proj=lcc +datum=NAD83 +units=us-ft +x_0=1000000.0 +y_0=0.0 +lon_0=176dW +lat_0=51dN +lat_1=51d50'0"N +lat_2=53d50'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=172.42,51.3,-164.84,54.34  <>
+    -174.1888037349872,52.58914698167541,3683458.703615142,585194.212389395
+    175.404695545679,51.95018397330173,1346663.399812593,462635.87284708
+    -169.76994715657003,52.94244441697095,4653005.229498471,768579.916549862
+    174.33941272024012,53.78087458587058,1197841.241604063,1155354.878869636
+    -170.49085827773692,51.346757831164936,4539146.407193953,174833.190539863
+    -179.49689731329258,51.38146736254005,2482281.074691303,158695.2277675
+    -165.93275508903986,52.334345847513426,5524656.879721675,644464.373708537
+    -178.76628479682194,53.81542164928971,2683210.611436679,1039313.316948213
+<EPSG:102648> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=213360.0 +y_0=0.0 +lon_0=110d10'0"W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-111.71,31.33,-109.04,37.01  <>
+    -111.00170494061642,32.5515543395684,442710.002898557,565388.007886867
+    -109.08566129692909,33.73985177750652,1028623.639994016,998440.797420158
+    -111.33979039859634,32.22336711648654,337224.207566927,446969.402818145
+    -110.43049957302057,35.560997911723646,621534.382864955,1659575.826444556
+    -111.70913556036054,34.376903923082125,234581.95732268,1232070.286590483
+    -110.47037213867638,32.683105209062404,606562.13846424,612371.140083823
+    -110.71101395715401,32.48476895029297,532155.018542337,540511.228533016
+    -109.74670500979131,32.28705365142682,829777.047383822,468410.819685901
+<EPSG:102649> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=213360.0 +y_0=0.0 +lon_0=111d55'0"W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-113.35,31.33,-110.44,37.01  <>
+    -113.13968137004596,33.27623486885344,326219.144070395,830219.754835653
+    -110.49893530430674,35.37218057953329,1122654.718208825,1593774.521386273
+    -110.8969956554875,32.778750489749925,1013391.082725172,648543.73026368
+    -111.87498136649879,36.42340204542616,712265.441611508,1973389.489098817
+    -111.37132328801151,35.86019368931732,861589.891740555,1768823.768352386
+    -113.07108171422689,36.28048480871632,359752.496576122,1923390.147228079
+    -110.57510767794267,33.1993369412789,1110376.473917493,802683.420112539
+    -111.9156088077422,34.658818855261,700320.040429121,1331124.788944836
+<EPSG:102650> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=213360.0 +y_0=0.0 +lon_0=113d45'0"W +lat_0=31dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.81,32.05,-112.52,37.0  <>
+    -114.53325533236594,36.99736500736178,471271.422183826,2183348.791666742
+    -114.19286969547291,35.94639071020592,568915.571575924,1800106.044118437
+    -112.90598941994519,35.61294226113801,950870.997237745,1679509.323572818
+    -112.84053177780729,36.54438152655639,967157.970979518,2018757.025515292
+    -113.47491291980963,33.855545408329505,783516.111060205,1038962.583059348
+    -113.06794318944658,35.04867410788568,904145.894200531,1473752.670314884
+    -114.80607537555967,36.65811602309121,390234.029403503,2060604.046077943
+    -113.40084318551416,33.3845040564506,806581.470849881,867631.249530099
+<EPSG:102661> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=155d30'0"W +lat_0=18d50'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-156.1,18.87,-154.74,20.33  <>
+    -155.73750107938383,19.00105591126778,1558381.057368605,60962.013315818
+    -156.06476788343832,19.842993874583613,1446332.592246804,366995.350838977
+    -155.40668117462843,19.86745275111907,1672486.443449161,375562.619062979
+    -155.58638437399168,19.64406775271676,1610698.229207408,294432.244261234
+    -156.01101591971843,19.39550730471347,1464318.786381007,204415.607703787
+    -155.9731865775971,20.183507411797745,1478155.733449718,490573.210507545
+    -154.97131275334058,19.238868125609418,1822788.107125604,147546.588374052
+    -155.45904024975542,20.184703232426607,1654467.390873331,490778.091292236
+<EPSG:102662> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=156d40'0"W +lat_0=20d20'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-157.36,20.45,-155.93,21.26  <>
+    -156.44658281013707,20.905529631821494,1715539.079500309,207881.049154532
+    -157.14489603884002,21.097428648086872,1477403.08831891,277778.317944805
+    -156.12941071839805,21.08093956006282,1823581.657699221,271852.91556974
+    -157.1548163327183,20.694684727303553,1473576.859695577,131496.883904199
+    -156.2827972024388,21.149076541184165,1771229.049281761,296451.995967952
+    -156.0705031875704,21.053565950982378,1843701.985403063,261980.916658573
+    -156.29891369468012,20.483258927922265,1766288.796967398,54594.148681776
+    -156.90920994114353,20.62650418926201,1557486.28912975,106543.183870986
+<EPSG:102664> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=159d30'0"W +lat_0=21d50'0"N +k_0=0.99999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-159.85,21.81,-159.23,22.29  <>
+    -159.23472133888157,21.989009989314624,1730300.454395236,56630.900706303
+    -159.2721581155903,22.21205738017841,1717495.224612495,137641.459710964
+    -159.7963269563587,22.204668069844566,1540175.483683604,134996.990688605
+    -159.4173019692108,22.23928884914446,1668390.921625234,147484.190905981
+    -159.74880285359757,22.180195758900773,1556238.164126251,126077.420678326
+    -159.52952631213427,21.896448753460117,1630411.279155666,22928.166678414
+    -159.28240850898072,22.258562275043463,1714003.456553967,154531.420507775
+    -159.71325151496737,21.990844667698667,1568170.874112907,57269.833473246
+<EPSG:102665> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=160d10'0"W +lat_0=21d40'0"N +k_0=1.0 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-160.3,21.73,-159.99,22.07  <>
+    -160.21797432956984,21.85984027010754,1623022.170222441,70177.213401991
+    -160.08819088940913,21.9489703222532,1667017.507840092,102560.591209946
+    -160.23868474135918,21.875214905892857,1616001.51171784,75765.354778662
+    -160.06214193864756,21.990436848383037,1675835.404880706,117630.099085449
+    -160.24089372540277,21.85759203175254,1615249.397253959,69363.63932661
+    -160.13905595064432,21.782116089658782,1649789.861838797,41939.536297082
+    -160.27131042392529,21.911253587362268,1604947.650811532,88863.960015162
+    -160.0183043772681,22.009179911694975,1690681.37014107,124451.513031734
+<EPSG:102688> +proj=lcc +datum=NAD83 +units=us-ft +x_0=8000000.0 +y_0=0.0 +lon_0=87dW +lat_0=44d47'0"N +lat_1=45d29'0"N +lat_2=47d5'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-90.42,45.08,-83.44,48.32  <>
+    -88.62214232468368,45.1533194226274,2.5828156717938375E7,139199.501116111
+    -84.7257946115707,45.24006143172648,2.683246457829762E7,174951.08320769
+    -87.47076691681342,48.02159680563726,2.61314154477052E7,1181361.307247431
+    -83.85674144920033,47.31289672520074,2.7026251190292396E7,937908.566584199
+    -90.22843301544377,45.368055698611045,2.5417095201470673E7,230114.86606746
+    -90.31667922906189,47.80727248715502,2.543164242123385E7,1119864.011223661
+    -84.36965191297479,47.806045086070114,2.6893122917728074E7,1113089.574953638
+    -88.06521085594488,45.79820034106974,2.597499345630724E7,371890.621024581
+<EPSG:102689> +proj=lcc +datum=NAD83 +units=us-ft +x_0=6000000.0 +y_0=0.0 +lon_0=84d22'0"W +lat_0=43d19'0"N +lat_1=44d11'0"N +lat_2=45d42'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-87.06,43.8,-82.27,45.92  <>
+    -86.38116210120803,45.22840782602972,1.9166051880685788E7,703401.160615074
+    -86.4603292716321,44.46239468703912,1.9138454434828997E7,424748.115135943
+    -84.75867397827471,44.393197248236184,1.958253561949405E7,392715.318595847
+    -85.25793462180484,44.424406603460014,1.9452164077709805E7,405124.388279937
+    -85.90521601220155,45.798650374638775,1.9292586145146053E7,908603.170977506
+    -83.30973442181916,45.04192844797397,1.995818136061889E7,630748.821051095
+    -84.3949645428761,45.08755101439789,1.9677692901540566E7,645603.143555027
+    -86.51089644133219,44.7402670724283,1.9127934699339043E7,526357.125603457
+<EPSG:102690> +proj=lcc +datum=NAD83 +units=us-ft +x_0=4000000.0 +y_0=0.0 +lon_0=84d22'0"W +lat_0=41d30'0"N +lat_1=42d6'0"N +lat_2=43d40'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-87.2,41.69,-82.13,44.22  <>
+    -83.72396757605506,43.3325228272967,1.3294328513068505E7,668481.509793989
+    -86.86537428339822,44.18325096376502,1.2467832472089864E7,987678.55231612
+    -84.64089856252932,42.01286131741411,1.304880658089974E7,187022.899699164
+    -85.80994327466172,42.29613587348998,1.2732883140222847E7,293478.763529753
+    -83.71346449126696,42.96478638323783,1.3298162663463742E7,534483.027995282
+    -85.23444416402681,42.259807929165675,1.2888429873363888E7,278104.099583402
+    -82.3175941398408,42.89928501520925,1.3672296353491314E7,516614.195663446
+    -83.64285313982576,42.32913424032017,1.331905264751855E7,302998.490415961
+<EPSG:102696> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=250000.0 +y_0=0.0 +lon_0=90d30'0"W +lat_0=35d50'0"N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-91.97,35.98,-89.1,40.61  <>
+    -90.88974817829882,39.83951265092031,710769.064250747,1458993.43679095
+    -90.94648812456623,36.62369370440454,689189.744749764,288015.116367977
+    -90.0262963849687,39.85271888214888,953200.429499758,1463917.666796576
+    -91.81646907451217,39.52009368181171,448833.753375666,1345124.53812602
+    -91.70235936574487,38.898866023830934,478023.004579295,1118405.454706447
+    -89.26792795857749,36.08445000959979,1184267.21709833,93712.500767913
+    -91.23988877360998,37.338796336702444,605113.817635882,548902.992091992
+    -90.62156935617799,38.434735983421426,785388.391788591,947147.635178916
+<EPSG:102697> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=92d30'0"W +lat_0=35d50'0"N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-93.79,36.48,-91.41,40.61  <>
+    -92.71873655882541,36.666279168441015,1576266.61081907,303287.097856604
+    -93.65645606235977,36.82004114704361,1301917.771064959,361239.876116108
+    -92.71485197580729,37.72137599855043,1578276.693480205,687432.05028919
+    -93.39556725407877,36.75872134584489,1378074.345031339,338095.259156646
+    -92.04672023781787,39.06296065060779,1769121.232227583,1176234.432926791
+    -93.12024156492119,39.15561575085374,1464539.582411694,1210260.24472903
+    -93.095708693556,36.956487530642136,1466364.024121706,409412.166242251
+    -93.36795632445833,39.04562750706827,1393912.551753172,1170777.05926833
+<EPSG:102698> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=850000.0 +y_0=0.0 +lon_0=94d30'0"W +lat_0=36d10'0"N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-95.77,36.48,-93.48,40.59  <>
+    -95.49317775327582,39.49594485438888,2508437.487925868,1213830.310658099
+    -94.04747875200884,40.15771158325515,2915190.762484695,1453658.335641929
+    -94.25904522821752,37.86880531529447,2858264.314241133,619800.073416022
+    -94.41813167458132,37.498536632189655,2812460.256325972,484898.446698295
+    -95.7086562599036,38.484450515606106,2442737.858823578,846168.824036057
+    -95.32384042315233,39.266694182066,2555463.047279493,1129847.638239462
+    -94.5996770558946,40.08375174886927,2760820.400710846,1426410.332085771
+    -93.91870966957983,40.40364776545842,2950594.411233055,1543458.7168833
+<EPSG:102700> +proj=lcc +datum=NAD83 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=109d30'0"W +lat_0=44d15'0"N +lat_1=45dN +lat_2=49dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-116.07,44.35,-104.04,49.01  <>
+    -114.67429703913272,48.23612957904919,708848.374799593,1494834.408172533
+    -111.89361783395172,48.24979449552603,1385608.692505257,1467102.705199468
+    -105.39606192084113,45.647588307644185,3017273.402931424,537070.212098232
+    -107.4822897255236,46.50564000925174,2476256.259297987,828891.927853341
+    -107.79079101740837,48.93307418173885,2379323.5774934,1711907.524934023
+    -104.19677761574447,46.62639807952433,3299199.708387785,911433.295131312
+    -108.85675452619235,48.12622129206962,2125539.031709629,1413777.557245214
+    -114.0370342559252,47.475533514276606,847746.033232229,1208361.512090012
+<EPSG:102701> +proj=utm +ellps=GRS80 +zone=4 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs +bounds=-160.3,19.51,-155.99,22.29  <>
+    -158.96248621918562,19.922752265275342,503927.639158854,2202933.096810272
+    -157.97041296933466,19.57500381661915,607992.415675944,2164777.014999093
+    -158.13736977568973,20.362623437837616,590031.382299069,2251845.442366584
+    -156.26043316990717,21.7195260441952,783413.612005263,2404291.263710795
+    -156.2187918588248,22.18289617063294,786791.724136521,2455700.305582628
+    -156.96168320817267,19.589865600467167,713802.174290272,2167371.920123939
+    -158.9431963366322,22.019573467131288,505864.08043219,2434994.118880858
+    -159.06618956145238,19.625213733158894,493061.579841311,2170009.220853597
+<EPSG:102702> +proj=utm +ellps=GRS80 +zone=5 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs +bounds=-156.0,18.87,-154.74,20.86  <>
+    -154.85838097292486,20.20564212363215,305832.81479735,2235325.350113917
+    -154.88233582951244,20.134425576345766,303239.915319368,2227469.347221156
+    -155.5353817972648,19.095057892157264,233235.938877131,2113276.73035203
+    -155.31717166073207,19.317522466443766,256533.649388738,2137589.98948783
+    -154.91013759268083,18.914230154697854,298827.412711841,2092424.088119485
+    -155.43789684348044,20.71057524215592,246090.806102871,2292027.44794256
+    -155.85329500223565,20.289901782487043,201988.027291728,2246136.578604091
+    -155.70670605044373,20.383771979762617,217478.343688795,2256275.549017616
+<EPSG:102703> +proj=utm +ellps=GRS80 +zone=2 +south +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs +bounds=-170.88,-14.59,-168.09,-14.11  <>
+    -170.4993803504772,-14.342751688090909,553983.885982421,8414307.251795068
+    -168.80329545989605,-14.125452004339692,737148.178117421,8437288.59223606
+    -169.8658878809673,-14.208209501954986,622371.719464128,8428948.437141601
+    -169.634921934906,-14.1752777251367,647317.840177736,8432458.05947363
+    -169.89980969567708,-14.170507801604298,618730.81350367,8433136.324665435
+    -168.42134701949743,-14.506222759990482,777935.064473412,8394718.589741413
+    -170.6285402114137,-14.148006400867192,540090.73211504,8435872.20969085
+    -169.8213198727279,-14.58775105424711,626966.367789935,8386939.96305245
+<EPSG:102705> +proj=tmerc +datum=NAD83 +units=us-ft +x_0=50000.0 +y_0=0.0 +lon_0=96d41'17.0"W +lat_0=40d15'0"N +k_0=1.000054615 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.93,40.5,-96.43,41.07  <>
+    -96.68935701828718,40.63551429912126,163682.690867375,140453.371513716
+    -96.53461733359445,41.03575589139472,206377.436305737,286322.125458964
+    -96.49898404757245,40.925283057586704,216295.753328413,246088.624553887
+    -96.65460748364288,40.80458286192514,173304.437586873,202055.513550317
+    -96.84188101591063,40.6013127768373,121325.789304935,128029.532882557
+    -96.72399339769804,40.941436416996545,154114.563482354,251919.90676361
+    -96.57432287527149,40.86155413550178,195505.275667248,222832.15089514
+    -96.56201012944658,40.74664527579573,198971.483495492,180968.97572027
+<EPSG:102720> +proj=lcc +datum=NAD83 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=100d30'0"W +lat_0=47dN +lat_1=47d26'0"N +lat_2=48d44'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.07,47.15,-96.83,49.01  <>
+    -101.48114321440086,48.41370791639148,1730230.628615816,517196.07782493
+    -99.11516822725598,47.62233683356148,2309993.348811718,230074.431463029
+    -103.96999494767167,47.49720033807433,1111010.621347689,200684.003330415
+    -101.44359443466972,48.13793615181092,1738116.113000952,416489.92694992
+    -99.74397423771524,47.55695367761993,2155174.952750289,204070.644623233
+    -104.01056068396409,48.46821724126381,1117136.986282859,554975.223741772
+    -97.60046937131078,47.84592012333452,2680307.690696852,321962.536491816
+    -99.94862908319087,47.486756105333335,2104827.432119197,178036.988285553
+<EPSG:102721> +proj=lcc +datum=NAD83 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=100d30'0"W +lat_0=45d40'0"N +lat_1=46d11'0"N +lat_2=47d29'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.05,45.93,-96.55,47.83  <>
+    -101.44540133573175,47.15437508470438,1733296.774977374,543967.798315321
+    -97.60510887297035,46.48126431894745,2697619.409489065,310505.277291518
+    -97.86678578882666,46.20100183562581,2635163.944225988,206037.151876355
+    -99.63825346762118,46.20054064484884,2186712.681097463,195891.196169075
+    -96.60411721591507,46.69759488184001,2945641.239470819,400197.438250574
+    -98.0911740665692,47.82933269225641,2560164.644793545,797827.065450689
+    -99.58365692755004,47.52269224062348,2194912.106359086,678215.182424029
+    -100.44162324266871,46.12710545425501,1983304.785411264,167919.376747598
+<EPSG:102726> +proj=lcc +datum=NAD83 +units=us-ft +x_0=2500000.0 +y_0=0.0 +lon_0=120d30'0"W +lat_0=43d40'0"N +lat_1=44d20'0"N +lat_2=46dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.17,43.95,-116.47,46.26  <>
+    -122.42087246624791,45.41171513728414,7708854.854803447,642058.577556074
+    -116.8759169902328,44.74629905587153,9143315.103952011,414715.627602644
+    -116.86055446075736,45.013164450890216,9142921.100923738,512085.695574884
+    -122.06102520572033,45.21623984219236,7799864.888820482,568812.826168798
+    -121.91798925697216,45.36713255506883,7837681.825441182,623138.237474131
+    -118.38900680599394,44.52254911253421,8752595.843625635,319223.995671483
+    -124.09791000967128,44.576700031000975,7264899.268588522,352644.190519322
+    -121.46037204636514,44.87117558531212,7953127.447193307,440606.327672873
+<EPSG:102727> +proj=lcc +datum=NAD83 +units=us-ft +x_0=1500000.0 +y_0=0.0 +lon_0=120d30'0"W +lat_0=41d40'0"N +lat_1=42d20'0"N +lat_2=44dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.6,41.98,-116.9,44.56  <>
+    -119.83676629277188,44.17029417929451,5095285.565066267,913172.704034696
+    -122.1768329500801,42.748565970233194,4470904.19212726,398798.2626315
+    -117.53943424901485,43.225642743091456,5710119.555406675,582100.692695394
+    -123.43788271963626,42.95234456182413,4134935.983131739,482346.995995165
+    -120.21726937435568,44.132060746319254,4995489.59127191,898670.292288944
+    -120.85329037985196,43.936986756806355,4828191.078663832,827627.754079044
+    -117.96681466039355,42.97499441467631,5599041.012798221,487059.613565618
+    -118.86387902048949,43.08497169278784,5358275.476782667,521157.329241094
+<EPSG:102733> +proj=lcc +datum=NAD83 +units=us-ft +x_0=609600.0 +y_0=0.0 +lon_0=81dW +lat_0=31d50'0"N +lat_1=32d30'0"N +lat_2=34d50'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-83.36,32.05,-78.52,35.21  <>
+    -79.46770548213706,34.882840465485614,2459565.623232053,1112977.417749473
+    -79.26488354048786,32.71734668077728,2533618.897500015,326127.42855645
+    -81.35182098570478,34.35464263392363,1893820.117577641,917523.739702481
+    -79.80636189896813,33.23320965307373,2364932.850709414,511431.467807804
+    -81.2152891361937,33.56515895223097,1934425.904943801,630159.351327272
+    -83.19562372620868,33.67802538362771,1332193.325194964,678248.213466777
+    -79.3349147758736,34.722389792931715,2500329.989557422,1055203.161247034
+    -79.3801690962535,34.5300474294732,2487829.97546005,984996.331141857
+<EPSG:102761> +proj=lcc +datum=NAD83 +units=us-ft +x_0=200000.0 +y_0=200000.0 +lon_0=66d26'0"W +lat_0=17d50'0"N +lat_1=18d2'0"N +lat_2=18d26'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-68.49,14.92,-63.88,21.86  <>
+    -65.1546532908358,21.062703508297048,1092679.256502572,1830945.599308496
+    -67.77564216701931,18.4587915801034,190996.559255365,884992.835377029
+    -64.4087541055532,15.39712191409981,1370059.311187296,-224823.322631637
+    -65.42172040936885,17.642961755672843,1008372.783771007,588009.753192961
+    -64.3139230265645,20.050396888353465,1383934.835040148,1465633.120063337
+    -63.97695477168015,21.631225067564042,1491926.897867063,2041852.615181295
+    -64.89779069101571,15.576977801988578,1197075.137942763,-161133.943334916
+    -64.09664341919023,20.21266396183665,1457788.573551607,1525504.69420165
+<EPSG:102799> +proj=tmerc +datum=OSGB36 +x_0=261910.5587 +y_0=70975.76209 +lon_0=2dW +lat_0=49dN +k_0=0.99926 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-5.5482,50.1068,-5.3991,50.4249  <>
+    -5.528194830083084,50.4030236684767,11314.448135421,232844.382784536
+    -5.437680163808776,50.38088081484042,17628.081868766,230082.712291931
+    -5.407819483890576,50.23298360495912,19065.963037079,213484.936698402
+    -5.4374743288866965,50.25441612083692,17062.306171505,215963.601749764
+    -5.5253816971903795,50.15243090050796,10263.411128302,204924.498783201
+    -5.4290623826038535,50.3454746942165,18058.799498813,226120.548635848
+    -5.462989787785078,50.234384763005345,15141.005069924,213822.040005412
+    -5.446026709149771,50.37400775971309,16999.687329982,229346.540891797
+<EPSG:102800> +proj=tmerc +datum=OSGB36 +x_0=252927.2844 +y_0=70979.59363 +lon_0=2dW +lat_0=49dN +k_0=0.999314 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-5.4217,50.1106,-5.2734,50.4286  <>
+    -5.41483520033088,50.22067047768235,9506.764293975,212151.108673595
+    -5.419536247082819,50.26532022289976,9399.480667514,217128.110438487
+    -5.337049608301511,50.16699227429732,14785.518043463,205934.761061723
+    -5.338594580253511,50.34672022315776,15570.955637749,225912.01439466
+    -5.290102899474158,50.282538648017464,18703.642688938,218625.993894308
+    -5.289534063318956,50.41661158303158,19333.399891406,233588.600436332
+    -5.283495015092107,50.16456486752596,18596.282706738,205495.263774499
+    -5.42129083016545,50.16752004164836,8775.306114867,206265.999842971
+<EPSG:102801> +proj=tmerc +datum=OSGB36 +x_0=243942.3084 +y_0=70983.21269 +lon_0=2dW +lat_0=49dN +k_0=0.999365 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-5.2952,50.1142,-5.1477,50.4321  <>
+    -5.208541356052706,50.40420040011313,16098.173998007,231904.40321081
+    -5.257376708770808,50.399076759192646,12604.543462688,231485.938477605
+    -5.1665455791618395,50.301286288046306,18593.888412214,220338.995721518
+    -5.168181472279643,50.181262666501524,17909.937306722,207005.316898415
+    -5.273947057219305,50.39474425641336,11406.250697733,231056.189133623
+    -5.179721233847112,50.1857194041742,17107.573298148,207535.664872586
+    -5.152999986107732,50.33414359019506,19712.894454704,223949.661405981
+    -5.286497411815648,50.399625223234544,10530.121537472,231645.968260358
+<EPSG:102802> +proj=tmerc +datum=OSGB36 +x_0=243948.4072 +y_0=70984.98734 +lon_0=2dW +lat_0=49dN +k_0=0.99939 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-5.2952,50.1142,-5.1477,50.4321  <>
+    -5.180071840675576,50.22595214560461,17273.831850795,212013.200425854
+    -5.25281786218799,50.4231594768061,13040.244085101,234159.286613505
+    -5.222322069821304,50.175671706185824,14019.886837881,206554.729389562
+    -5.22940418459193,50.359993825837236,14403.177959547,227061.408190395
+    -5.170846072671697,50.38177771854774,18669.725493192,229303.236525587
+    -5.169929850857542,50.29797800235476,18337.776380278,219987.090320098
+    -5.253412263417762,50.321250305375386,12507.896790974,222830.018443406
+    -5.2949704224576415,50.41169470000415,9939.670252587,233064.829963068
+<EPSG:102803> +proj=tmerc +datum=OSGB36 +x_0=234956.1813 +y_0=70986.76115 +lon_0=2dW +lat_0=49dN +k_0=0.999415 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-5.1747,50.2075,-5.0277,50.5253  <>
+    -5.0720196994450415,50.21196989465068,15915.924889259,210141.171588824
+    -5.100515331706456,50.491986188151174,15181.439053126,241347.043290195
+    -5.057218153895267,50.36847068946478,17686.183715672,227491.62520633
+    -5.173313364150724,50.21926979457649,8726.163790953,211255.288652243
+    -5.044872830280509,50.39645151250059,18691.196466893,230565.51365962
+    -5.107999382600308,50.46497971789065,14525.103784684,238367.640514819
+    -5.1374341319146986,50.40780513086093,12168.466055711,232100.947183378
+    -5.038200637993204,50.36082049281799,19003.341824394,226585.923325913
+<EPSG:102804> +proj=tmerc +datum=OSGB36 +x_0=225969.1556 +y_0=70990.30995 +lon_0=2dW +lat_0=49dN +k_0=0.999465 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-5.0479,50.2109,-4.8877,50.5289  <>
+    -5.039571060263194,50.34636532760714,9842.387133383,224994.554959392
+    -4.919857345788922,50.21127424282884,17767.932329627,209637.993413272
+    -4.970655836589265,50.28220796981326,14459.228806914,217665.449976583
+    -4.957919419124193,50.25011557516448,15224.582288592,214062.242767752
+    -4.949275346889618,50.32030653034358,16149.778917847,221839.559734685
+    -4.901814240595665,50.23398883541265,19153.2743359,212112.436058342
+    -4.99716085669376,50.31103806906718,12700.575790972,220945.542235949
+    -5.038626166926962,50.46637409226328,10455.139621681,238330.793070227
+<EPSG:102805> +proj=tmerc +datum=OSGB36 +x_0=225974.8051 +y_0=70992.08478 +lon_0=2dW +lat_0=49dN +k_0=0.99949 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-5.0479,50.2109,-4.8877,50.5289  <>
+    -4.965389779245502,50.33889933599297,15085.765744205,223957.323050045
+    -4.922532086100407,50.43647344856293,18561.084591067,234682.415122933
+    -4.903826262806622,50.4432899977827,19918.674489787,235388.021311617
+    -4.98715302222821,50.410949429977926,13859.44640907,232027.855151303
+    -4.989571565636797,50.39564802248286,13619.222820361,230333.958051805
+    -5.0059277269518185,50.32294290503454,12130.33372063,222299.479974482
+    -4.996356464424181,50.42927667851338,13287.890090683,234091.32185857
+    -5.002596264938173,50.397099054960094,12700.303230425,230532.557096204
+<EPSG:102806> +proj=tmerc +datum=OSGB36 +x_0=215981.5338 +y_0=70993.93011 +lon_0=2dW +lat_0=49dN +k_0=0.999516 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.907,50.2144,-4.7477,50.5323  <>
+    -4.840642024692333,50.468584217979725,14512.656198404,238032.380474511
+    -4.83787312974893,50.30032528511085,13995.016219904,219321.481961261
+    -4.874967370044189,50.50479343713174,12233.301453217,242151.140988402
+    -4.809257717910631,50.297584202828894,16020.887923406,218939.490685073
+    -4.867913432519398,50.34820100880625,12061.346145402,224725.218486182
+    -4.765830170809791,50.392739504713724,19506.417819155,229401.061489278
+    -4.773657759172327,50.260105901076216,18400.478460529,214678.341244771
+    -4.828059713591511,50.487341209922825,15484.757236495,240083.33779164
+<EPSG:102807> +proj=tmerc +datum=OSGB36 +x_0=215986.9336 +y_0=70995.70502 +lon_0=2dW +lat_0=49dN +k_0=0.999541 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.907,50.2144,-4.7477,50.5323  <>
+    -4.896727351577677,50.33245110631296,9943.984916684,223059.506058039
+    -4.886255091111708,50.34673680822857,10750.717039974,224618.539303835
+    -4.816932477665756,50.238030587459455,15224.313495513,212345.546046857
+    -4.84152823968243,50.48116215405565,14503.65168632,239438.944038217
+    -4.868504554243425,50.29869735316464,11807.432655096,219229.614816602
+    -4.793564687525178,50.3494570543619,17355.236920661,224669.218496132
+    -4.877213761889733,50.28220014889554,11116.417273815,217419.708363635
+    -4.8202931411947025,50.25663370971848,15063.038645296,214422.55764356
+<EPSG:102808> +proj=tmerc +datum=OSGB36 +x_0=205992.2754 +y_0=70997.33764 +lon_0=2dW +lat_0=49dN +k_0=0.999564 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.766,50.3975,-4.6175,50.5356  <>
+    -4.682366397236384,50.47598381218099,15773.254723726,238448.721126782
+    -4.728812392204761,50.44808499835298,12364.392365337,235467.337924996
+    -4.667476980498136,50.49000909992538,16885.546308448,239969.823378904
+    -4.666180980025576,50.53377980562684,17152.30709751,244832.469106684
+    -4.6918460175321,50.51261924192082,15248.47635616,242545.757729662
+    -4.668411407854936,50.50889730852436,16894.778368541,242071.987685634
+    -4.6459481179752125,50.419361267531166,18132.576419383,232061.371105382
+    -4.653190933278186,50.39860870912786,17535.774792458,229772.748082513
+<EPSG:102809> +proj=tmerc +datum=OSGB36 +x_0=205997.4254 +y_0=70999.11264 +lon_0=2dW +lat_0=49dN +k_0=0.999589 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.766,50.3975,-4.6175,50.5356  <>
+    -4.634939922724017,50.52144119884368,19317.633259438,243387.769564667
+    -4.631825169264706,50.399734270053,19058.868911475,229849.646439152
+    -4.663104259244868,50.452383137861304,17046.062465954,235781.77758129
+    -4.679792884700137,50.48553562001307,15994.549080684,239509.972103501
+    -4.688665141632136,50.48625839687238,15368.166698753,239613.081489378
+    -4.7562554042401075,50.50058206493918,10633.350320775,241381.266131189
+    -4.680935681914173,50.497644555507826,15962.116821667,240859.062965676
+    -4.745395458180377,50.527156574783454,11512.694379941,244307.028414069
+<EPSG:102810> +proj=tmerc +datum=OSGB36 +x_0=196002.254 +y_0=71000.81651 +lon_0=2dW +lat_0=49dN +k_0=0.999613 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.6397,50.221,-4.4536,50.7996  <>
+    -4.539535949142253,50.34591607752207,15412.865821667,223643.836866234
+    -4.49080667377725,50.733936953391996,20328.062432886,266665.709823982
+    -4.534880228424406,50.64611261437503,16883.881437886,257007.116863784
+    -4.45474293806258,50.77373093733559,23019.550319528,271005.004765501
+    -4.578573177980318,50.35167548192203,12657.955897921,224379.673285731
+    -4.537892054225982,50.450885060671226,15928.272031717,235309.667004546
+    -4.561604522985216,50.67529482980616,15106.969729288,260316.544990442
+    -4.587601804238719,50.33818190215056,11963.554786415,222901.869706267
+<EPSG:102811> +proj=tmerc +datum=OSGB36 +x_0=196007.1543 +y_0=71002.5916 +lon_0=2dW +lat_0=49dN +k_0=0.999638 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.6397,50.221,-4.4536,50.7996  <>
+    -4.512305889987561,50.30115344324767,17182.387425854,218606.994884491
+    -4.589676471083162,50.24633101204635,11460.844338957,212700.832273699
+    -4.460012810663551,50.6030322308697,22017.842666614,252045.292533707
+    -4.599385668607104,50.73949863851516,12688.95676881,267554.372190115
+    -4.600831862845868,50.465166581946974,11516.510849057,237057.904238738
+    -4.48822252678352,50.389352473702,19225.345796407,228355.177508973
+    -4.488530421253413,50.341086421714486,19023.900216193,222989.822438928
+    -4.570190361889121,50.72127631343048,14678.327280836,265456.380689494
+<EPSG:102812> +proj=tmerc +datum=OSGB36 +x_0=185011.1931 +y_0=71004.29572 +lon_0=2dW +lat_0=49dN +k_0=0.999662 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.4837,50.2244,-4.2855,50.8031  <>
+    -4.312192043281409,50.73779400533531,21945.35073624,266698.426056886
+    -4.317862277025648,50.70025459402785,21414.520634225,262536.997095044
+    -4.447518020368112,50.27667402220225,10706.217379081,215736.786836522
+    -4.483645298693909,50.60583798128729,9355.939494931,252419.080211651
+    -4.32351174060798,50.2378612655592,19406.852036395,211138.395116166
+    -4.47155292403142,50.44683343123348,9622.56440634,234711.894127381
+    -4.4065097408211855,50.26442300315277,13583.944588617,214279.426346793
+    -4.402223250958019,50.775166890893146,15727.971970415,271056.29992205
+<EPSG:102813> +proj=tmerc +datum=OSGB36 +x_0=185015.8185 +y_0=71006.07089 +lon_0=2dW +lat_0=49dN +k_0=0.999687 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.4837,50.2244,-4.2855,50.8031  <>
+    -4.4434811318145835,50.639995706774116,12323.3169245,256128.823073556
+    -4.325851688495846,50.3688372676815,19695.480341944,225711.591010195
+    -4.294250615730285,50.698424326981375,23076.11189135,262288.096309027
+    -4.385142638772111,50.51363774590686,15996.217323178,241944.895146142
+    -4.481385637085195,50.369261401859475,8636.731684263,226116.328042749
+    -4.339473796815836,50.47084207713216,19083.953289455,237083.486283422
+    -4.4173875257589295,50.28392545185127,12879.468412372,216478.290758495
+    -4.333966375476062,50.44857316483392,19396.935069796,234595.18032782
+<EPSG:102814> +proj=tmerc +datum=OSGB36 +x_0=173019.2914 +y_0=71007.91729 +lon_0=2dW +lat_0=49dN +k_0=0.999713 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.3136,50.2278,-4.0893,50.8069  <>
+    -4.2351443769950965,50.41278290880758,14292.33298676,230405.952874611
+    -4.222088077884177,50.40793452866886,15203.855883624,229839.043902549
+    -4.250077750574477,50.4394901866766,13321.258745814,233407.536282512
+    -4.181796955132414,50.472725636521126,18278.42437622,236958.385734599
+    -4.175903954443358,50.52060559310631,18852.676932051,242270.027749766
+    -4.150438027515042,50.59756659638903,20906.022740111,250774.936380732
+    -4.176995253150833,50.633622507895076,19144.24728025,254839.040465846
+    -4.264221065241274,50.62205823571743,12936.462121429,253738.107480598
+<EPSG:102815> +proj=tmerc +datum=OSGB36 +x_0=173023.6171 +y_0=71009.69256 +lon_0=2dW +lat_0=49dN +k_0=0.999738 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.3136,50.2278,-4.0893,50.8069  <>
+    -4.239599362315443,50.73109318986891,15045.215615225,265815.972136406
+    -4.119337925782115,50.44896914356351,22635.72712969,234194.30646318
+    -4.2682034952564525,50.57604203658994,12498.522148282,248636.275248021
+    -4.13441023198773,50.56685613464962,21942.618836068,247333.544362635
+    -4.177608307258688,50.47586079021128,18586.3401875,237304.197310013
+    -4.24504644469578,50.35572471742153,13397.489392522,224088.418881803
+    -4.209000641830613,50.26741974994292,15670.312742824,214192.681877764
+    -4.094447573839925,50.72639938818301,25274.418422815,264993.899389039
+<EPSG:102816> +proj=tmerc +datum=OSGB36 +x_0=159026.3186 +y_0=71011.75231 +lon_0=2dW +lat_0=49dN +k_0=0.999767 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.115,50.2315,-3.8791,50.8105  <>
+    -3.91961416801793,50.2570287301927,22264.066765683,212471.962736977
+    -4.079070880577126,50.58737541011941,11924.245004874,249511.117963637
+    -3.93010609182659,50.740543685888284,22913.995620294,266258.989004512
+    -4.101053593403034,50.682199481014024,10667.042559723,260099.592860445
+    -3.9632830651363715,50.769869840361395,20659.466409644,269581.895495553
+    -4.058909763762803,50.787850649952375,13971.516650805,271764.938408399
+    -4.040017807483759,50.56290730729162,14614.095620043,246713.422407508
+    -4.100814264360185,50.57333155183136,10340.718245857,247992.841613493
+<EPSG:102817> +proj=tmerc +datum=OSGB36 +x_0=159030.2944 +y_0=71013.52767 +lon_0=2dW +lat_0=49dN +k_0=0.999792 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.115,50.2315,-3.8791,50.8105  <>
+    -4.05774735438643,50.38754838755546,12818.278868338,227253.968611678
+    -3.9260151495042277,50.6419636343637,22917.983319151,255295.163523764
+    -3.9572241316157353,50.72675492330543,20960.387291296,264782.490278598
+    -3.9768181721740175,50.545296153473174,19038.853062898,244639.893065953
+    -4.063699828536065,50.34920942724768,12276.833956803,223002.391671819
+    -3.9567836503984677,50.74600087808394,21048.089193548,266921.989733075
+    -3.9914873434639726,50.40014459376736,17566.603981198,228526.440716005
+    -4.080637543315485,50.74333048085201,12300.846390267,266863.583400781
+<EPSG:102818> +proj=tmerc +datum=OSGB36 +x_0=159034.2704 +y_0=71015.30312 +lon_0=2dW +lat_0=49dN +k_0=0.999817 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.115,50.2315,-3.8791,50.8105  <>
+    -3.965650829751761,50.41075885208679,19434.669940676,229663.633816744
+    -4.101044869472716,50.695231636914606,10709.321684289,261561.875837577
+    -4.054490003217886,50.721143601202094,14077.709282208,264351.245911428
+    -3.9261862922652506,50.61999047186178,22842.924863329,252858.236548723
+    -3.922489778092638,50.38180397624698,22418.56955177,226363.508696643
+    -3.8874421895812143,50.663862561178576,25708.343017705,257666.723807482
+    -4.08830528145826,50.64319395905484,11445.983354537,255749.35366182
+    -3.9490874248791825,50.30914746152433,20315.649194058,218332.916407114
+<EPSG:102819> +proj=tmerc +datum=OSGB36 +x_0=144031.0383 +y_0=71015.30362 +lon_0=2dW +lat_0=49dN +k_0=0.999817 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.9022,50.2351,-3.6549,50.814  <>
+    -3.7361803698989853,50.477090049809405,20910.773770929,236634.048154685
+    -3.759985369566464,50.38926594411642,18990.176122864,226907.155732695
+    -3.735285496812243,50.811386338840805,21845.223583297,273810.602241607
+    -3.7738289719833173,50.784819825030745,19058.368946736,270920.465199871
+    -3.8259205361791713,50.249544844054135,13921.294454014,211482.541789244
+    -3.7675948814208957,50.477135392646794,18681.564023325,236691.6789444
+    -3.6871919493280303,50.741937188023336,25057.714966058,266008.29386704
+    -3.669747713927841,50.61550731472103,25971.505586555,251919.451837007
+<EPSG:102820> +proj=tmerc +datum=OSGB36 +x_0=144034.6392 +y_0=71017.07907 +lon_0=2dW +lat_0=49dN +k_0=0.999842 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.9022,50.2351,-3.6549,50.814  <>
+    -3.8678420509931764,50.761907477742376,12366.119271508,268542.205291914
+    -3.675196151943129,50.533652185236214,25381.011915727,242830.9937004
+    -3.686940612893008,50.29650668903779,23950.13161975,216476.779803974
+    -3.8377005302626017,50.298458961560094,13215.884320108,216948.09553073
+    -3.800091024280039,50.60801887672699,16728.953799013,251308.824946595
+    -3.830334437025928,50.46503472078117,14196.486721398,235459.779317928
+    -3.7035205649402947,50.28889970900377,22749.683017176,215657.706254257
+    -3.664314204682187,50.66694497920794,26485.221123145,257637.869840839
+<EPSG:102821> +proj=tmerc +datum=OSGB36 +x_0=144038.2403 +y_0=71018.8546 +lon_0=2dW +lat_0=49dN +k_0=0.999867 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.9022,50.2351,-3.6549,50.814  <>
+    -3.692024748297177,50.2987803303513,23594.291084835,216743.263767323
+    -3.6647346373352567,50.450263089117826,25915.408003522,233546.270964305
+    -3.7095454660442395,50.730697936204116,23452.536597768,264807.750014043
+    -3.718492136205532,50.66336140561249,22647.071743331,257333.122366104
+    -3.8421065605766618,50.54063271929707,13569.767478973,243893.833773751
+    -3.7386058796041173,50.75562715915074,21466.401657359,267628.184020897
+    -3.742384428533765,50.63180133199139,20875.582759708,253862.533786225
+    -3.7269725871015877,50.29318746332735,21090.353561062,216178.404400681
+<EPSG:102822> +proj=tmerc +datum=OSGB36 +x_0=128033.7365 +y_0=71018.71321 +lon_0=2dW +lat_0=49dN +k_0=0.999865 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.6781,50.4183,-3.4219,50.8981  <>
+    -3.543673208133407,50.85178296323033,19438.369574261,278017.275017838
+    -3.44377193988252,50.86562245289105,26502.283819896,279414.249984939
+    -3.53765698601446,50.790576930767685,19720.249373839,271200.910836692
+    -3.665569051481171,50.54008215596706,10075.827033508,243536.334808202
+    -3.6577956370437654,50.6557028078188,10914.375141757,256383.115848744
+    -3.601529892231322,50.7704077586575,15168.645768833,269053.273566884
+    -3.4563930733511827,50.72993588967355,25316.506382197,264340.224231929
+    -3.482102742497611,50.42168188509366,22816.335695995,230092.471012264
+<EPSG:102823> +proj=tmerc +datum=OSGB36 +x_0=128036.9375 +y_0=71020.48874 +lon_0=2dW +lat_0=49dN +k_0=0.99989 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.6781,50.4183,-3.4219,50.8981  <>
+    -3.441498651844963,50.788418803612096,26495.393416065,270831.039890729
+    -3.6084008918582984,50.77368959692153,14692.349365867,269435.537936441
+    -3.526575186238804,50.50013662652572,19836.22625572,238887.787475507
+    -3.5539708535561685,50.53003080522924,17962.436575197,242252.976257016
+    -3.651496232003752,50.64669399035753,11337.686460717,255377.600015495
+    -3.50458228930802,50.83468445504076,22152.453015361,276065.607572491
+    -3.4337241134737355,50.72279188038456,26902.018935717,263520.973910849
+    -3.4794850482423136,50.85107211638713,23956.704289227,277852.638336821
+<EPSG:102824> +proj=tmerc +datum=OSGB36 +x_0=111034.6979 +y_0=71022.19417 +lon_0=2dW +lat_0=49dN +k_0=0.999914 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.4468,50.585,-3.1023,51.1984  <>
+    -3.6803212429921563,50.71964990898636,-7521.587596212,263544.113429652
+    -4.393792168240675,50.708110471658976,-57938.01311202,263647.596803351
+    -4.003962967955491,50.80560428104707,-30113.921718492,273673.076636934
+    -3.693404219247987,50.82148004842469,-8185.849713438,274891.402125859
+    -3.9322418871659757,50.87879671358842,-24846.245024379,281679.257266708
+    -3.3431741321532873,51.11834303095454,17091.692112285,307405.307780977
+    -4.2737912147976385,50.90804359917396,-48779.289436032,285616.702928331
+    -3.6901024804809435,50.71736331024626,-8218.04119038,263305.502928689
+<EPSG:102825> +proj=tmerc +datum=OSGB36 +x_0=111037.4739 +y_0=71023.96979 +lon_0=2dW +lat_0=49dN +k_0=0.999939 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-4.4468,50.585,-3.1023,51.1984  <>
+    -3.6311000695896083,50.98224871757434,-3401.015626141,292682.002328973
+    -3.5870562538875137,51.06911172603093,-100.381281299,302276.567059785
+    -4.284072076800343,50.84739128350092,-49712.21620371,278900.246232164
+    -3.401775434331247,50.86655311538171,12456.716352187,279481.498797102
+    -4.282111640535011,50.90124160203398,-49389.009342712,284885.362848204
+    -3.268715412640261,50.59139253455775,21298.160369209,248705.502860376
+    -3.27369315561989,51.04258548294717,21810.815189628,298899.308948005
+    -3.407144558059865,50.75863526135625,11850.178788611,267484.770852561
+<EPSG:102826> +proj=tmerc +datum=OSGB36 +x_0=88032.17537 +y_0=71025.95967 +lon_0=2dW +lat_0=49dN +k_0=0.999967 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.1375,50.6049,-2.6218,52.0473  <>
+    -2.739287531244413,50.77265979747277,35979.674709208,268368.524301457
+    -2.9833039177831457,51.15197325563891,19330.384966927,310764.706735968
+    -2.6918804415836046,50.68314435222227,39230.602916877,258378.439681841
+    -2.805879138368066,50.71332429198734,31210.589287312,261817.241461039
+    -3.1169985770447997,51.41205544856161,10416.682751495,339831.544954938
+    -2.9581013055209153,51.3525049283374,21384.608773823,333050.194309214
+    -3.0643782380626656,50.96030004918379,13349.940550599,289521.183600037
+    -3.136288360431072,51.957583464963214,10019.341579541,400544.509424279
+<EPSG:102827> +proj=tmerc +datum=OSGB36 +x_0=88034.37626 +y_0=71027.73539 +lon_0=2dW +lat_0=49dN +k_0=0.999992 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.1375,50.6049,-2.6218,52.0473  <>
+    -2.6743310821864426,51.671631847938734,41480.937745186,368343.439669143
+    -2.9897928533876628,51.84738126587413,19923.054903292,388145.950082126
+    -2.6417778550519153,51.16149680391912,43235.665111159,311568.04233397
+    -2.7173404434443413,50.694394322805366,37444.324804758,259653.521038598
+    -3.1037995203358855,51.288421263615106,11128.258030485,326071.688094455
+    -3.0107331620022064,51.787244407538665,18387.281923321,381474.905124732
+    -2.749016388193887,51.41150697320509,36017.83610321,339453.182033062
+    -2.6741152867458733,50.704209454350966,40508.419131189,260716.614820737
+<EPSG:102828> +proj=tmerc +datum=OSGB36 +x_0=54022.17583 +y_0=71029.15712 +lon_0=2dW +lat_0=49dN +k_0=1.000012 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.6417,50.6084,-1.5041,52.048  <>
+    -1.7328273395367118,50.67923805271419,73002.647553647,257760.885107894
+    -2.6235889882222105,51.70313346685992,11007.986333573,371824.513069137
+    -2.1503114214748953,51.62654897974735,43709.38915976,363129.943414785
+    -2.5892518396729893,51.007306285433955,12759.771447095,294389.325930485
+    -2.172348224162279,50.99169417195564,42017.149022968,292501.241806742
+    -1.7184911631368884,51.689315123330054,73585.801711657,370140.152630639
+    -2.2662873772899483,52.00454120579966,35831.669258511,405210.505736968
+    -2.192630764369803,51.37706306805934,40705.624126424,335378.978684526
+<EPSG:102829> +proj=tmerc +datum=OSGB36 +x_0=54023.52644 +y_0=71030.93291 +lon_0=2dW +lat_0=49dN +k_0=1.000037 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.6417,50.6084,-1.5041,52.048  <>
+    -2.1261780751844195,51.48004509549287,45353.583486334,346835.259608375
+    -2.3000562468633654,51.112654011699775,33106.221624961,305994.802844354
+    -1.898835365557288,51.058154143912034,61212.546355234,299893.300590121
+    -2.6251025385597635,51.82973869487773,11024.400268031,385921.592185235
+    -1.8970549738229947,51.64291776388698,61246.208597924,364954.47264701
+    -2.6295165632565918,51.73249555430186,10626.633511052,375104.373854668
+    -1.9903606495651545,51.94325859504993,54782.679884455,398367.992137618
+    -2.119396896317378,51.55444159035856,45838.241498017,355112.076996798
+<EPSG:102830> +proj=tmerc +datum=OSGB36 +x_0=-24009.11135 +y_0=71026.9544 +lon_0=2dW +lat_0=49dN +k_0=0.999981 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.5177,50.777,-1.0083,52.048  <>
+    -1.2213956328360893,51.52234955866454,30126.578550467,351802.018944419
+    -1.4894475585285138,51.38584120718159,11628.17177582,336451.080286338
+    -1.4487109648973133,51.95748418805625,13984.165193042,400071.862934716
+    -1.4943638879940113,51.154518044799794,11463.291866376,310713.557071544
+    -1.3966025962873834,51.38017371821655,18096.536646694,335869.609647982
+    -1.3931379073494121,51.530800575286605,18199.020552916,352629.556615917
+    -1.036286162495564,50.89314256627232,43891.863418307,281956.833227065
+    -1.4807646547537627,51.60353575874031,12060.940553208,360675.130020077
+<EPSG:102831> +proj=tmerc +datum=OSGB36 +x_0=-24009.7116 +y_0=71028.73014 +lon_0=2dW +lat_0=49dN +k_0=1.000006 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.5177,50.777,-1.0083,52.048  <>
+    -1.0392337891767285,51.88209954110493,42243.955996162,391986.781506647
+    -1.3725859214342144,51.65690496814272,19505.243291725,366680.766816154
+    -1.1756852529705784,51.635838615163564,33157.674715053,364472.153665311
+    -1.277363964665018,51.65977596065932,26091.782878638,367060.979775617
+    -1.3296959382153113,51.01780772658543,23123.114594372,295604.220574414
+    -1.317279766144839,51.13572411084726,23872.616329579,308730.404299567
+    -1.4247768635547702,51.70442941112487,15851.970426596,371938.633707076
+    -1.1283361960836689,51.94042568874391,36030.850950302,398399.228629402
+<EPSG:102832> +proj=tmerc +datum=OSGB36 +x_0=-58018.94296 +y_0=71023.18879 +lon_0=2dW +lat_0=49dN +k_0=0.999928 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.0355,50.7727,-0.571,52.0448  <>
+    -0.7997785253105988,51.87839840404782,24723.258352338,391788.974026931
+    -0.936248823312089,51.65724950772901,15685.058519681,367039.809810728
+    -0.9374761730739247,50.99121304401378,16672.929403419,292946.135450551
+    -0.7002337155952786,51.59329633307284,32142.739506644,360189.279348197
+    -0.9278774831573869,50.9031012109595,17489.255226633,283154.715155503
+    -0.5795199935333767,50.9990839153619,41785.767876256,294244.718310101
+    -0.7102470710851252,51.39169743090333,31844.045163938,337750.062589198
+    -0.8031485001882398,51.35113865451373,25451.979567967,333128.545313219
+<EPSG:102833> +proj=tmerc +datum=OSGB36 +x_0=-58020.39349 +y_0=71024.96444 +lon_0=2dW +lat_0=49dN +k_0=0.999953 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.0355,50.7727,-0.571,52.0448  <>
+    -0.6164939383323838,51.64959716952075,37827.471968189,366568.289050702
+    -0.9500472427695608,51.63441672345206,14767.169635206,364494.927293049
+    -0.941222565305747,52.02477620469441,14747.458605963,407933.328814898
+    -0.7074459627822822,51.06716826760356,32674.549972166,301660.529776686
+    -0.9788433528360749,50.951052288464744,13830.955425812,288444.991152838
+    -0.7172551915186107,51.25281256262489,31627.046539543,322299.904612034
+    -0.6874162228327438,50.897945908257626,34413.458540493,282861.414282682
+    -0.8756838165029823,50.877109370844416,21204.969629579,280325.120402095
+<EPSG:102834> +proj=tmerc +datum=OSGB36 +x_0=-88023.98625 +y_0=71019.35254 +lon_0=2dW +lat_0=49dN +k_0=0.999874 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.6101,50.7696,-0.3232,52.0404  <>
+    -0.45410081799874846,51.05119030541699,20456.413006939,300201.548251172
+    -0.5946825096934646,51.96300963943294,8653.417768063,401432.960608507
+    -0.5797549601403424,51.32205656320127,11065.51792589,330153.273161226
+    -0.5290692095103617,51.77498666383642,13585.006401932,380605.622282597
+    -0.4052195186928931,51.8389967230058,21975.889053924,387905.909903194
+    -0.5633945761255866,50.902581596688165,13116.173336198,283517.061493775
+    -0.4256808172786642,51.2566404603167,21959.997851502,323096.009049215
+    -0.4018106318023612,51.2455469154296,23652.91028971,321898.027248417
+<EPSG:102835> +proj=tmerc +datum=OSGB36 +x_0=-88026.18693 +y_0=71021.12809 +lon_0=2dW +lat_0=49dN +k_0=0.999899 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.6101,50.7696,-0.3232,52.0404  <>
+    -0.4810321797572947,51.26904735912913,18068.532441004,324402.827779142
+    -0.5040735798813655,50.835020481887874,17440.913360234,276092.330690587
+    -0.528829233806073,51.47533984362738,14273.178254579,347282.381053569
+    -0.5704113906609324,51.71773296383559,10857.047436471,374189.354319322
+    -0.32326414543986115,51.35108794067288,28869.027556604,333768.133423403
+    -0.4132835759238852,51.37091580237515,22551.172208147,335834.189684814
+    -0.5127274883385313,51.25783243693175,15882.123558426,323110.132224079
+    -0.5520066703689,51.9321575282143,11654.756112474,398068.30215421
+<EPSG:102836> +proj=tmerc +datum=OSGB36 +x_0=-105023.5775 +y_0=71015.94289 +lon_0=2dW +lat_0=49dN +k_0=0.999826 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.369,50.7659,-0.0755,52.0371  <>
+    -0.07861311612067717,51.61350562036483,28136.700273673,363349.25655835
+    -0.23130515209173946,50.8756837551619,19538.461899255,281018.776684045
+    -0.12696736799825462,51.38282271510075,25444.734333424,337604.168331295
+    -0.31245772413905704,51.40397988694202,12480.520107206,339643.977226587
+    -0.30173971429359314,50.83007497493589,14698.741332871,275829.939801463
+    -0.14703520017998853,51.28266584127352,24329.333080976,326428.740979487
+    -0.16595122302079668,51.83927946491088,21457.390463232,388306.763149633
+    -0.14855066335983783,51.35444704604541,24022.220485433,334409.946900845
+<EPSG:102837> +proj=tmerc +datum=OSGB36 +x_0=-105026.2032 +y_0=71017.71836 +lon_0=2dW +lat_0=49dN +k_0=0.999851 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.369,50.7659,-0.0755,52.0371  <>
+    -0.29727322332940836,51.40953584489874,13522.874310988,340294.879412299
+    -0.24481073963004996,51.83475587393473,16036.116730675,387679.415761683
+    -0.20085135035297363,51.30405174940939,20517.731043045,328722.305879277
+    -0.25670696820439226,50.90859282952472,17665.019983942,284643.463854961
+    -0.14173392395663584,50.82078846078155,25995.570522156,275075.119410951
+    -0.3156887334973128,50.817186775505256,13749.280016604,274380.943683474
+    -0.2797145728686512,51.95051760143123,13326.441732305,400499.332820988
+    -0.21415425848287895,50.847032115306085,20822.875431326,277868.185040644
+<EPSG:102838> +proj=tmerc +datum=OSGB36 +x_0=-122020.6823 +y_0=71012.0364 +lon_0=2dW +lat_0=49dN +k_0=0.999771 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.128,50.7618,0.1722,52.0333  <>
+    -0.10526446925305254,51.242480841934835,10353.785600199,322015.955101089
+    0.10918640270921506,51.15733678391472,25595.905539807,312954.861092439
+    -0.01193586655272566,52.01347676483245,14535.479028544,407939.002204646
+    -0.10096841570429886,51.85406797172785,8887.69719877,390045.00135497
+    -0.039929240694434154,51.35383177989531,14584.071062977,334519.635151766
+    0.08530176478043269,51.013209203713195,24379.572625214,296878.545955332
+    0.0980771766407455,50.99069042478772,25347.100455563,294399.674753567
+    0.12373107078781598,50.77256462786039,27845.382814345,270194.049657021
+<EPSG:102839> +proj=tmerc +datum=OSGB36 +x_0=-122023.7329 +y_0=71013.81177 +lon_0=2dW +lat_0=49dN +k_0=0.999796 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.128,50.7618,0.1722,52.0333  <>
+    -0.04454601210525286,51.315024125736116,14377.863157089,330203.17691723
+    -0.10791278634400273,51.0502308740912,10719.111803089,300637.647931001
+    -0.01510647788466904,51.53704929833066,15760.826238126,354952.106624751
+    -0.09182343873322502,51.65098570419226,10108.779375468,367483.104990104
+    -0.05149871484968667,51.640881109272314,12928.851022131,366432.911689122
+    0.006153362232737658,51.4753311812347,17423.762669106,348128.003813488
+    -0.02034743213133157,51.68973009127024,14937.364308772,371924.067536416
+    -0.016611351372309777,51.52674930826459,15687.507043233,353803.68311985
+<EPSG:102840> +proj=tmerc +datum=OSGB36 +x_0=-139014.8049 +y_0=71007.56222 +lon_0=2dW +lat_0=49dN +k_0=0.999708 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.1129,50.7572,0.4198,52.029  <>
+    0.2949757081047867,51.75038486421829,19517.932660583,379274.730658612
+    0.3373793725313428,51.208367012895266,24369.528020478,319092.215963539
+    0.22553204356499612,51.07800848439231,16995.364639905,304353.32393182
+    0.11965874888332131,51.67183438733998,7669.728175174,370172.765319438
+    0.12618410242901743,51.71958096899107,7966.253926743,375495.827682856
+    0.31321361335316034,51.53122980212462,21548.637128943,354942.710572594
+    0.23720331098766745,51.92831888625504,14922.220743463,398939.501399757
+    0.18118396474819304,51.86022759117731,11297.401270048,391249.718854772
+<EPSG:102841> +proj=tmerc +datum=OSGB36 +x_0=-139018.2804 +y_0=71009.33748 +lon_0=2dW +lat_0=49dN +k_0=0.999733 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.1129,50.7572,0.4198,52.029  <>
+    0.1897997347352444,51.04750019080729,14593.52612926,300893.18301528
+    0.3315421505456013,51.17312732449788,24086.689273188,315168.368320475
+    0.37410771627203376,50.83417319074789,28276.619515932,277571.53997522
+    0.3043234124071994,50.90268260762592,23124.762290722,285034.229802547
+    0.12700524398867902,51.734022476004974,7976.335357121,377112.984773198
+    0.12502249670366897,51.872777096720995,7389.539098762,392540.885130984
+    0.3762517304787083,51.665041697901984,25437.955113955,369972.91225919
+    0.1545572005398192,51.20868307139703,11598.252498899,318745.003160944
+<EPSG:102842> +proj=tmerc +datum=OSGB36 +x_0=-156008.5024 +y_0=71003.86967 +lon_0=2dW +lat_0=49dN +k_0=0.999656 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.3537,50.7546,0.5509,52.0242  <>
+    0.43213130364837177,51.86652051104019,11551.833457391,392476.471266164
+    0.5502703753164917,51.60562291034773,20699.619423661,363742.977097792
+    0.4335234933347946,51.42868015192364,13270.09154994,343791.611885767
+    0.5286778758648794,51.044286828342386,21356.103842605,301273.580142635
+    0.48076570167046906,51.25463602041759,17208.625143672,324548.773546503
+    0.5395514102179116,51.88371865589585,18880.48313858,394641.347409365
+    0.519534259768465,50.80170023236939,21636.447216427,274278.689204941
+    0.4001672703971499,51.66419222484854,10092.025124036,369904.057995175
+<EPSG:102843> +proj=tmerc +datum=OSGB36 +x_0=-156012.4027 +y_0=71005.64484 +lon_0=2dW +lat_0=49dN +k_0=0.999681 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.3537,50.7546,0.5509,52.0242  <>
+    0.3715857823478576,51.956681858307505,7056.862370744,402375.610957378
+    0.40383608810485555,50.85059117323349,13307.688317965,279450.363150961
+    0.4444727675116558,51.32851929442498,14402.994866908,332687.639364833
+    0.45950294164449346,51.07489211930891,16394.097258494,304520.055069846
+    0.38817894756599064,51.32111393101589,10508.003288603,331735.018395971
+    0.43788869768006594,51.40631047725907,13656.651443656,341322.757098253
+    0.40396289024839843,51.30787250829588,11656.049031521,330298.486654319
+    0.4059109835785184,51.5591129917152,10874.041832757,358241.126481632
+<EPSG:102844> +proj=tmerc +datum=OSGB36 +x_0=-165001.8975 +y_0=71000.81651 +lon_0=2dW +lat_0=49dN +k_0=0.999613 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.4812,50.7511,0.711,52.0214  <>
+    0.7056243021590751,50.83687970016405,25603.34821386,278641.627284379
+    0.6501964601705352,51.77338159193625,17939.977544655,382626.934343834
+    0.7031907662160237,51.556613276992124,22488.029461572,358658.5138613
+    0.569026938541709,50.79664888632529,16142.038756399,273825.318769308
+    0.6243558659173412,51.26557072234782,18182.941097882,326098.832058598
+    0.5779039368963218,51.062434592549224,15734.70501514,303398.022957841
+    0.48812474888740676,51.84168763497398,6500.264371664,389828.395420302
+    0.7038567685279101,51.797876376606375,21540.496105226,385486.477424153
+<EPSG:102845> +proj=tmerc +datum=OSGB36 +x_0=-165006.0227 +y_0=71002.5916 +lon_0=2dW +lat_0=49dN +k_0=0.999638 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.4812,50.7511,0.711,52.0214  <>
+    0.6614111644401934,51.78748789675314,18656.796234979,384233.238666365
+    0.501756307848793,51.755519837983954,7768.563443636,380288.4444563
+    0.5907095325677857,51.268834873058275,15823.526341887,326386.616504672
+    0.632169904684269,50.76347635502526,20605.769637362,270363.633092029
+    0.6933855342820381,50.93126980302083,24359.33084913,289111.806638721
+    0.6567737568851905,51.14316172562824,20936.917951348,312577.86779804
+    0.7009563049379346,51.53323897864563,22429.730033171,356062.76407689
+    0.6196783253502861,51.94320603792787,15155.504429174,401444.613697583
+<EPSG:102846> +proj=tmerc +datum=OSGB36 +x_0=-175993.5763 +y_0=70997.40864 +lon_0=2dW +lat_0=49dN +k_0=0.999565 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.637,50.7478,0.8566,52.0178  <>
+    0.642643471643505,51.195886562691626,8736.851152126,318381.347640003
+    0.6948019637581325,51.913620274974676,9439.173492493,398314.176202004
+    0.7979834402396696,51.13072230771715,19864.080922296,311538.368702557
+    0.6612191541637382,51.02722299529733,10712.808093756,299676.448576375
+    0.7831613280263464,50.820781720479324,20010.291207088,277103.577481409
+    0.7712195426939921,50.864350365762725,19105.56670348,281853.406640155
+    0.784693409539959,51.505220405816395,17353.680872149,353139.334327649
+    0.7187481697775868,51.51533353380314,12736.240233681,354091.66860649
+<EPSG:102847> +proj=tmerc +datum=OSGB36 +x_0=-175997.9763 +y_0=70999.18364 +lon_0=2dW +lat_0=49dN +k_0=0.99959 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.637,50.7478,0.8566,52.0178  <>
+    0.7732754158067567,51.57460726798574,16269.250582479,360832.88267225
+    0.7007213682261946,50.89052136346623,14039.501141309,284586.342153237
+    0.7577972916400871,51.83647555562335,14096.41308839,389908.726587553
+    0.8095491307935339,51.01834180806349,21150.375084995,299082.641615224
+    0.6816636913039437,50.98760283897514,12306.876492098,295330.976432936
+    0.691329089491114,51.65574378289339,10259.527757559,369642.073625044
+    0.7344612350602664,51.180775128028955,15213.850632656,316943.901661739
+    0.7110220622623277,50.856213476860766,14903.947703432,280798.621124194
+<EPSG:102848> +proj=tmerc +datum=OSGB36 +x_0=-185984.2846 +y_0=70994.00109 +lon_0=2dW +lat_0=49dN +k_0=0.999517 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.7786,50.7444,1.0021,52.0144  <>
+    0.8654095169050451,51.671910532080354,12227.305108472,371870.4862138
+    0.8984676611719561,51.83722901614006,13781.724224481,390340.247893782
+    0.9162201618446837,51.37646862988006,17049.337499982,339164.085871247
+    0.8885858068533036,51.954346196007634,12584.007970229,403334.242276313
+    0.9999724452702783,51.14984922888585,23906.227621,314206.361195641
+    0.9898164463479221,51.88930058921318,19835.445676219,396383.725213788
+    0.8259033552073373,51.970981270136704,8206.016779851,405014.564454548
+    0.792154387712564,51.14930855927407,9377.773693865,313574.176322368
+<EPSG:102849> +proj=tmerc +datum=OSGB36 +x_0=-185988.9343 +y_0=70995.77601 +lon_0=2dW +lat_0=49dN +k_0=0.999542 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.7786,50.7444,1.0021,52.0144  <>
+    0.8521175304668704,51.58932759454445,11667.218240367,362662.316957073
+    0.858796513004072,51.9720111753662,10460.619604154,405227.513069756
+    0.790040013445449,51.1922194700217,9049.087707028,318346.980406208
+    0.8160589581736484,51.71692419768126,8622.929107997,376751.66452515
+    0.8158896463553437,51.31482622945512,10332.030170013,332046.506817408
+    0.9262948818575039,51.9305815526967,15281.18031964,400805.71318478
+    0.943603658120817,51.46979902468438,18538.018842349,349624.766908047
+    0.9164731399064084,51.95698614897737,14488.347521544,403714.321834427
+<EPSG:102850> +proj=tmerc +datum=OSGB36 +x_0=-195973.6419 +y_0=70990.45191 +lon_0=2dW +lat_0=49dN +k_0=0.999467 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.932,50.9293,1.1476,52.0108  <>
+    1.0129841790065275,51.825188357336124,11724.489455518,389302.27022131
+    1.033757580520007,51.84835092168103,13048.222321039,391936.634339657
+    1.1359382006385021,51.144898176084766,23435.909881658,314036.822034022
+    1.065823578094028,51.18842412679519,18331.514691,318668.525612615
+    1.0662274782331342,51.146798013792704,18552.778751731,314042.500621984
+    0.9517251063943105,51.43994825667862,9235.661425127,346302.826515465
+    1.044303256057229,51.159841547840905,16959.792279221,315428.765963085
+    1.1374104877119804,51.679047017507386,20873.266179793,373470.940226703
+<EPSG:102851> +proj=tmerc +datum=OSGB36 +x_0=-195978.5414 +y_0=70992.22674 +lon_0=2dW +lat_0=49dN +k_0=0.999492 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.932,50.9293,1.1476,52.0108  <>
+    1.0552143363231805,51.38534839953766,16679.24385781,340536.747738313
+    0.950684280015165,51.67778788605852,8096.209435788,372749.38736384
+    1.0256183925014544,51.33563596462087,14848.675690847,334924.924287292
+    0.9819032232828836,51.95859400460004,8975.758373461,404055.184054354
+    0.9957181655721309,51.37909973445847,12569.089890066,339671.204647026
+    1.0543254559277506,51.07242643579449,18064.110012864,305748.343445247
+    1.144443029553621,51.69881578594593,21296.465203974,375685.082414192
+    0.988596102184062,51.08735031937505,13393.474849875,307218.457150134
+<EPSG:102852> +proj=tmerc +datum=OSGB36 +x_0=-205961.7946 +y_0=70986.83212 +lon_0=2dW +lat_0=49dN +k_0=0.999416 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.0741,50.9259,1.2785,52.007  <>
+    1.103224291219769,51.821286515682196,7960.167492315,389109.579212164
+    1.1551677326378695,50.95136876727579,15581.06202336,292628.642255857
+    1.1698508518942297,51.47638860927794,14092.880294602,351024.13475033
+    1.1737782805304986,51.69255618988711,13321.618753039,375062.083458395
+    1.1152799953418642,51.63759306545131,9541.577075591,368778.823939723
+    1.276885819760444,51.342736055559804,22309.566962669,336440.439320047
+    1.1787533441907427,51.41539382521531,15127.508746465,344216.051233499
+    1.208199736572218,51.216440501899264,18141.645190085,322190.798087577
+<EPSG:102853> +proj=tmerc +datum=OSGB36 +x_0=-205966.9438 +y_0=70988.60686 +lon_0=2dW +lat_0=49dN +k_0=0.999441 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.0741,50.9259,1.2785,52.007  <>
+    1.1311534286457081,51.83008452196581,9842.373381435,390179.686888433
+    1.1793647428015674,51.09432171401472,16716.235345283,308537.161984479
+    1.1689308877093452,51.56809904507013,13587.576121173,361223.57400434
+    1.267683677028019,51.315759198341716,21803.115795411,333421.603741118
+    1.229520017096785,51.25239074577908,19454.73566868,326260.138006757
+    1.1782562666279275,51.25264386631838,15877.573627411,326132.278706629
+    1.1854027706349362,51.949587477544014,12997.35443288,403626.202947829
+    1.249491427925135,51.07158067838477,21736.366524973,306223.892555026
+<EPSG:102854> +proj=tmerc +datum=OSGB36 +x_0=-214949.3801 +y_0=70983.28366 +lon_0=2dW +lat_0=49dN +k_0=0.999366 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.202,50.9223,1.4094,52.0034  <>
+    1.2433661016183295,51.47463012716348,10210.835125644,351032.151837535
+    1.2279229165659464,51.050146926685215,11331.018234613,303752.264331799
+    1.3379562842444352,51.73068410747837,15469.034434143,379786.978338022
+    1.3243854779175805,51.46197508565796,16015.533630529,349825.460786505
+    1.4014649727373187,51.29446346310667,22231.611566201,331453.295588474
+    1.3636094848197422,51.6376831998105,17716.025597893,369532.540166982
+    1.236096312773182,51.839604916551245,8024.329853328,391524.647319823
+    1.3143065074275928,51.73258152471591,13827.333147465,379923.383834086
+<EPSG:102855> +proj=tmerc +datum=OSGB36 +x_0=-223935.6193 +y_0=70979.59363 +lon_0=2dW +lat_0=49dN +k_0=0.999314 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.3299,50.9186,1.5403,51.9997  <>
+    1.4632588514001403,51.05487026729238,18669.167024892,305070.960863151
+    1.3703560390798675,51.3592042788628,10734.609798936,338531.26831999
+    1.4393897390152173,51.37117375170047,15475.725728331,340084.755984559
+    1.3657295284130793,51.95791268558754,7343.377392365,405058.287999498
+    1.3887519574464096,51.538599612151785,10967.157142707,358582.668061985
+    1.5083587651331019,51.50442326888975,19438.079820225,355175.930478425
+    1.409782407544119,51.295462556136115,13807.444958336,331573.999647957
+    1.5077422135310203,51.58967238533996,18940.563359977,364647.223757363
+<EPSG:102856> +proj=tmerc +datum=OSGB36 +x_0=88032.17537 +y_0=111040.5848 +lon_0=2dW +lat_0=49dN +k_0=0.999967 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.1882,52.0434,-2.6416,53.9351  <>
+    -3.129970073599867,53.902158888513775,13859.036251837,656941.169691683
+    -2.93569139024691,52.61479615750127,24752.799407298,513488.861700246
+    -3.175076032274224,52.776249431216755,8832.531657024,531691.816064595
+    -2.8214983872309345,52.74755583725695,32655.684233573,528167.618505612
+    -3.0679194106370913,53.05873588364468,16531.13479662,563013.70619534
+    -2.7228472337415055,52.42327199752987,38955.539719605,492011.385753418
+    -3.1278356910204366,53.3458636209607,13017.984838054,595027.818693474
+    -3.167793814432108,52.30075701882099,8467.772035489,478775.592727097
+<EPSG:102857> +proj=tmerc +datum=OSGB36 +x_0=88034.37626 +y_0=111043.361 +lon_0=2dW +lat_0=49dN +k_0=0.999992 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.1882,52.0434,-2.6416,53.9351  <>
+    -2.93319943081666,53.36639099452246,26010.547442457,597140.009977936
+    -2.8192933527685433,52.4775338874755,32463.959681931,498131.622783712
+    -2.778238587031212,53.78458526739895,36834.471465484,643559.872105095
+    -2.720955395777417,53.114344568873825,39856.096291486,568926.028740586
+    -2.7396578596094887,53.78740080452838,39380.733740699,643846.096424197
+    -2.9546089291803432,53.73107301753547,25129.379704779,637746.123873173
+    -3.0188449808461537,53.07842249178728,19852.884847105,565170.652922709
+    -3.166879239819312,52.516222104228774,8917.404624446,502761.300075225
+<EPSG:102858> +proj=tmerc +datum=OSGB36 +x_0=88036.57726 +y_0=111046.1372 +lon_0=2dW +lat_0=49dN +k_0=1.000017 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.1882,52.0434,-2.6416,53.9351  <>
+    -2.852849296042213,52.8936789401869,30733.174216511,544479.929906379
+    -2.706216169989293,52.072026024801985,39708.008797613,452940.474629095
+    -3.133293820588465,52.658425069907096,11446.072648898,518561.620218873
+    -3.163058641234139,52.738939548696166,9576.760662669,527553.35803152
+    -3.1439080416245844,53.48437781151294,12195.393131151,610490.137068681
+    -2.6569163173717145,52.844714395754025,43870.218090145,538892.254961376
+    -2.82454121107563,53.71748243256464,33696.725984373,636141.795195271
+    -3.1066406913122915,52.66428967967479,13259.570939119,519186.194929327
+<EPSG:102859> +proj=tmerc +datum=OSGB36 +x_0=54022.17583 +y_0=111045.5837 +lon_0=2dW +lat_0=49dN +k_0=1.000012 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.6703,52.0472,-1.482,53.9359  <>
+    -2.1244149142437223,53.86756421776416,45935.160988287,652534.985047203
+    -1.5163648467601725,53.433346790051345,86264.7655831,604306.533900228
+    -2.092809510084522,53.6825252989864,47987.226187543,631935.844546326
+    -1.6392501676972069,52.086420810717215,78847.064691103,454365.243078303
+    -2.4097518222006094,52.13065107437875,26058.889619152,459305.112457703
+    -1.7702206126347577,52.30792991049837,69791.440947586,478977.055297864
+    -2.1349034040902843,53.533451751998214,45174.162713343,615348.024106615
+    -2.621154611425544,52.30359901363985,11747.000050735,478652.388297225
+<EPSG:102860> +proj=tmerc +datum=OSGB36 +x_0=54023.52644 +y_0=111048.3599 +lon_0=2dW +lat_0=49dN +k_0=1.000037 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.6703,52.0472,-1.482,53.9359  <>
+    -2.2775724701745186,53.39187316128167,35653.500860209,599632.863259665
+    -1.813235965546549,52.368220175567416,66841.911699898,485689.763750029
+    -2.269667937315598,52.1559993570225,35663.225458435,462092.303299504
+    -2.5550025393083535,52.518741352592514,16443.854424536,502568.82481883
+    -2.196087667316049,53.34180183014128,41059.472152935,594041.853823269
+    -1.9133775208586519,52.52173919783741,60000.307536968,502760.928650933
+    -2.3297518664499908,53.40965896828857,32191.077947999,601627.230266351
+    -1.9522996996213748,53.02231098999507,57321.66343463,558466.490217716
+<EPSG:102861> +proj=tmerc +datum=OSGB36 +x_0=54024.87711 +y_0=111051.1363 +lon_0=2dW +lat_0=49dN +k_0=1.000062 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.6703,52.0472,-1.482,53.9359  <>
+    -2.6628320228050097,52.24165182460337,8841.448632143,471808.13854688
+    -2.3766378089240114,52.41562588967778,28492.946483689,491028.035757313
+    -2.577811859928218,52.75500107440551,15106.642115704,528886.379361337
+    -2.1723588289861193,53.22177200367505,42608.741018073,580693.047903859
+    -2.044452872409591,53.701894880515496,51186.385616145,634120.364903372
+    -2.6584494761596056,53.675282844870644,10604.894633466,631358.777763753
+    -1.705762528347564,53.17456930585956,73798.421351154,575465.79799111
+    -1.8571269178595906,53.05891790198669,63701.846437662,562563.126555449
+<EPSG:102862> +proj=tmerc +datum=OSGB36 +x_0=54026.22785 +y_0=111053.9128 +lon_0=2dW +lat_0=49dN +k_0=1.000087 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.6703,52.0472,-1.482,53.9359  <>
+    -2.1786001187644666,52.962741268154296,42121.032477564,551878.365962191
+    -2.396943684981468,52.46523125727917,27142.240278194,496568.125989652
+    -1.538305787124657,52.833509692660115,85242.633822924,537579.97996915
+    -2.097318634500878,52.25010181541081,47475.569738448,472557.318100745
+    -2.1179083158522136,52.85894128180258,46180.527679398,540317.353330194
+    -1.8900987816726624,52.94192510355723,61512.541834817,549552.120364698
+    -1.9944851880001453,53.38463011961378,54490.566869522,598820.698879744
+    -2.6264221158891,53.181834168386494,12239.557908532,576432.136521779
+<EPSG:102863> +proj=tmerc +datum=OSGB36 +x_0=-24009.11135 +y_0=111042.14 +lon_0=2dW +lat_0=49dN +k_0=0.999981 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.5042,52.0447,-0.9641,53.9359  <>
+    -1.0150202288115233,53.553021467114476,41369.134361807,617949.164988012
+    -1.3103491038525517,52.463097569564546,22960.921251607,496427.033534445
+    -1.1087270326834449,53.53765598160353,35180.066952298,616157.35436813
+    -1.3763185404959117,52.5297229132871,18413.240639864,503800.098829438
+    -1.2621245977129156,52.46190088398749,26239.893721684,496326.238185602
+    -1.1355354658541739,52.2845132905521,35079.416702733,476683.443268065
+    -1.3891632849463227,52.71710200974158,17365.082499795,524643.876549976
+    -1.4183189235437192,53.47853072120249,14707.91352394,609365.049064191
+<EPSG:102864> +proj=tmerc +datum=OSGB36 +x_0=-24009.7116 +y_0=111044.9161 +lon_0=2dW +lat_0=49dN +k_0=1.000006 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.5042,52.0447,-0.9641,53.9359  <>
+    -1.1022545764171454,52.78072008380964,36665.497589749,531939.291945003
+    -1.0489477731773231,52.534297126099716,40624.041549912,504563.939825553
+    -1.1568175669396956,53.11529119658793,32546.848809631,569127.987084799
+    -1.387190132746657,52.68564613249682,17528.594253239,521157.633834936
+    -0.9858220818555894,53.58712824526739,43251.271019436,621787.733241893
+    -1.3768773286588512,53.53676273332423,17403.203575322,615884.591003977
+    -0.9642268388890142,52.105355370843746,47055.228106305,456914.150530682
+    -1.1942408696634685,53.57494161382294,29464.393561387,620255.133927695
+<EPSG:102865> +proj=tmerc +datum=OSGB36 +x_0=-58018.94296 +y_0=111036.2529 +lon_0=2dW +lat_0=49dN +k_0=0.999928 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.0084,52.0403,-0.5073,53.9325  <>
+    -0.9291459360972129,53.2331927540984,13580.244466719,582406.955641967
+    -0.7991170290263757,53.18487136788692,22352.282995965,577167.641445898
+    -0.9085060417913604,53.765309202996924,14052.077945249,641644.358155005
+    -0.8734347223470961,52.48506449581828,18603.869416552,499218.047124088
+    -0.5754185932126848,52.36778079747506,39103.825673056,486526.519675235
+    -0.7198527181516763,53.80309032245997,26415.606981209,646056.527442217
+    -0.6917495451422382,52.08215132050576,31754.230991268,454598.366969268
+    -0.6905596501840962,53.65860712805974,28641.573830319,630012.678426394
+<EPSG:102866> +proj=tmerc +datum=OSGB36 +x_0=-58020.39349 +y_0=111039.0289 +lon_0=2dW +lat_0=49dN +k_0=0.999953 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.0084,52.0403,-0.5073,53.9325  <>
+    -0.6909142644990707,52.87350720082267,30217.77877242,542661.274180513
+    -0.8425808452043384,53.85007025586963,18245.812441641,651162.513192483
+    -0.7300567191542554,53.67160077659363,26005.543272768,631427.181935123
+    -0.8141871402631564,53.1606125261995,21390.184803699,574465.754559994
+    -0.5201694824429866,52.70877593881728,42090.176916391,524554.805587481
+    -0.9812245499920071,53.38910136842849,9856.083350611,599721.038201146
+    -0.5425017651412171,53.21313723699464,39442.021030857,580645.885406336
+    -0.9178227044151928,53.111148269053146,14541.848717563,568851.562748907
+<EPSG:102867> +proj=tmerc +datum=OSGB36 +x_0=-88023.98625 +y_0=111030.2554 +lon_0=2dW +lat_0=49dN +k_0=0.999874 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.5711,52.037,-0.2485,53.9277  <>
+    -0.2742916605219616,52.97424773908247,27984.888510413,554418.898567853
+    -0.3249889140349779,52.3938955755524,26080.563359455,489770.747193592
+    -0.2688177688904311,52.0566761998676,30799.189845463,452346.400030899
+    -0.5202737159628793,53.580227843169155,10068.812250118,621477.56264991
+    -0.27887016582033913,52.52124424808794,28881.957198378,504012.092165198
+    -0.34024921257502383,53.63274354420694,21853.848485543,627583.944600254
+    -0.3681333348480478,52.28945002662303,23406.105166609,478084.147453791
+    -0.32725366071997597,52.79697483825715,24886.96194926,534611.401391409
+<EPSG:102868> +proj=tmerc +datum=OSGB36 +x_0=-105023.5775 +y_0=111024.9248 +lon_0=2dW +lat_0=49dN +k_0=0.999826 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.3233,52.0332,0.0103,53.9242  <>
+    -0.1172055509317238,53.06665060269418,21259.625983489,564937.584965431
+    -0.3171664567983216,52.05209242817502,10490.26255654,451736.875651561
+    -0.028785243872043675,52.533408613385674,28809.970670858,505775.140404678
+    -0.2369462857207767,52.613207928841106,14471.916405525,514287.227372276
+    -0.19804194736097824,53.30174114924926,15184.015101172,590954.014398308
+    -0.23587410400503292,53.198529816168,12945.729167979,579407.823879948
+    -2.692416037898271E-4,53.87350461900506,26578.634576177,654920.032309233
+    -0.23372442722126366,53.101794478464384,13354.794493471,568648.813865881
+<EPSG:102869> +proj=tmerc +datum=OSGB36 +x_0=-122020.6823 +y_0=111018.8175 +lon_0=2dW +lat_0=49dN +k_0=0.999771 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.0756,52.0289,0.2105,52.8061  <>
+    0.14958079850475114,52.24646513541352,24853.06533946,474175.80084157
+    0.20021807849694884,52.35216326913284,27953.274570395,486036.176077509
+    0.1059967814564117,52.366763387715274,21488.32807292,487469.160026405
+    0.04977194273034763,52.68773086250099,16646.630385827,523062.113833463
+    0.07654614487406022,52.25546328077155,19838.030271725,475031.211525794
+    0.17230198057175783,52.705531928907035,24869.359374267,525284.997164218
+    0.007954995493731618,52.725884879426715,13701.699619987,527226.701840614
+    -0.04376514608864049,52.30082968249354,11489.211166555,479848.771978437
+<EPSG:102870> +proj=tmerc +datum=OSGB36 +x_0=-139014.9439 +y_0=111011.9337 +lon_0=2dW +lat_0=49dN +k_0=0.999709 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.1721,52.0241,0.4625,52.8017  <>
+    0.4400469687613936,52.602906347622,26341.342748476,514417.467237851
+    0.3604361733569539,52.29380953450909,22073.153205349,479859.916905993
+    0.26609455851482894,52.50486638240277,14903.961521163,503128.60825783
+    0.287297947757135,52.49161224814275,16389.738946672,501699.810850529
+    0.40646865401776106,52.45573837155951,24613.215505355,497972.825097142
+    0.3557322309386285,52.41902747030008,21299.011993403,493776.191143597
+    0.1754378319637027,52.62519443116701,8347.606560156,516323.090585967
+    0.282566043308144,52.06326887911553,17569.785852958,454049.431847549
+<EPSG:102871> +proj=tmerc +datum=OSGB36 +x_0=-156008.5024 +y_0=111006.0498 +lon_0=2dW +lat_0=49dN +k_0=0.999656 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.4197,52.0213,0.5958,52.7967  <>
+    0.4995700613371419,52.63967954198394,13227.726637853,518617.930732795
+    0.4712301797455241,52.70593026604989,11057.64771646,525919.927408614
+    0.5769518435317139,52.23897562648676,20052.084311325,474239.936526685
+    0.5753024631741183,52.57259274196846,18617.93121846,511337.452222059
+    0.5103732198561358,52.77564099293965,13431.553373406,533764.447499867
+    0.5236344077628186,52.700569025295586,14618.652513675,525446.464700668
+    0.4515741677904389,52.43984732158243,10735.416959235,496282.168872707
+    0.5641049638500087,52.10877871026565,19686.967096082,459730.162331412
+<EPSG:102872> +proj=tmerc +datum=OSGB36 +x_0=-165002.0625 +y_0=111001.3875 +lon_0=2dW +lat_0=49dN +k_0=0.999614 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.5508,52.0177,0.7588,52.7939  <>
+    0.7199304676527138,52.676074275551436,18982.067592331,523183.328086326
+    0.6526247029558999,52.38285686344643,15630.950949001,490406.3469993
+    0.6785325814372167,52.30870408821259,17699.189591039,482225.412117241
+    0.5749454878038013,52.41458802567121,10219.384449017,493743.978316124
+    0.5534985800439773,52.37907149488488,8900.47957379,489742.577550941
+    0.6750759675528138,52.03645437378355,18580.497690476,451942.823307953
+    0.6467793463778508,52.269088790862405,15695.898763089,477740.529734644
+    0.7359235833283101,52.24833619975225,21864.671921887,475658.915484914
+<EPSG:102873> +proj=tmerc +datum=OSGB36 +x_0=-175993.5763 +y_0=110995.9487 +lon_0=2dW +lat_0=49dN +k_0=0.999565 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.7109,52.0143,0.9069,52.7902  <>
+    0.8281987730736963,52.68166356150025,15274.934109927,524061.108601448
+    0.9036467363930238,52.20596395974973,22499.564434415,471369.894084767
+    0.7914376527507859,52.68329780908939,12783.590793442,524145.891849012
+    0.8759534316077797,52.18495954173915,20700.447458556,468958.968761598
+    0.8627009361948333,52.438160706871365,18681.200785039,497076.946770055
+    0.7662325354674283,52.48728347284214,11916.365796526,502283.857272604
+    0.7697304072156518,52.14101941158533,13627.243407064,463790.475862347
+    0.7588788800182703,52.39831921536725,11794.873930365,492372.223279106
+<EPSG:102874> +proj=tmerc +datum=OSGB36 +x_0=-185984.2846 +y_0=110990.6214 +lon_0=2dW +lat_0=49dN +k_0=0.999517 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=0.8565,52.0107,1.055,52.7866  <>
+    1.0338479292799283,52.122049140114974,21783.763261305,462382.090735729
+    1.0206542521637978,52.60645528838068,18631.024445917,516201.98060652
+    0.9365602168360099,52.072377441571525,15349.135894774,456585.545950258
+    0.9256867145242775,52.08679121442268,14539.531474281,458157.995001027
+    1.01788948669523,52.70868168190024,17967.458060873,527560.384552084
+    0.8870323025136808,52.287116492421895,11004.742104391,480324.818003655
+    0.9341117057062899,52.366386055772665,13857.470931476,489267.461371476
+    0.873432395000151,52.50361910378934,9120.823942086,504360.235917673
+<EPSG:102875> +proj=tmerc +datum=OSGB36 +x_0=-195973.6419 +y_0=110985.0727 +lon_0=2dW +lat_0=49dN +k_0=0.999467 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.002,52.0069,1.2031,52.7829  <>
+    1.0853224138730735,52.15470649059572,15152.045469388,466138.153607066
+    1.194568536032804,52.660846750824,20134.758453912,522730.798893563
+    1.1274643168986054,52.40129262409954,16849.352472442,493675.355904706
+    1.0657081679087663,52.08108305425822,14156.849058644,457896.346083293
+    1.0748482722793575,52.175586881139694,14337.326396821,468429.059865006
+    1.1751499750327452,52.46684945322646,19771.708838106,501104.95285999
+    1.0749385799519071,52.760818051084094,11572.631391362,533493.630841789
+    1.0726170758730365,52.02167022874569,14909.552040097,451311.389699244
+<EPSG:102876> +proj=tmerc +datum=OSGB36 +x_0=-205961.7946 +y_0=110979.4136 +lon_0=2dW +lat_0=49dN +k_0=0.999416 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.1475,52.0033,1.3363,52.779  <>
+    1.2447575283039356,52.2801110572781,15430.365460274,480530.694843071
+    1.1599612323985309,52.40052457697651,9063.826372576,493660.907240555
+    1.2692170310886792,52.3631310581357,16680.982096365,489834.565404389
+    1.2310696827571208,52.656323170171206,12625.530380486,522311.333653456
+    1.1525019279847257,52.52207434677134,7966.704950538,507151.314668302
+    1.3035922626024234,52.18304908817289,19934.103349162,469922.627023363
+    1.1889596742043176,52.43495879465369,10866.743744603,497575.483628674
+    1.2722757786867651,52.16952394213053,17862.103963057,468322.068802562
+<EPSG:102877> +proj=tmerc +datum=OSGB36 +x_0=-214949.595 +y_0=110973.9769 +lon_0=2dW +lat_0=49dN +k_0=0.999367 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.2784,51.9996,1.4695,52.7753  <>
+    1.3938061465656002,52.41661845548472,15881.388678939,496146.693088478
+    1.3525473334103133,52.48659991949646,12715.993450248,503794.729348967
+    1.389720724904511,52.76613767392076,13776.422156605,534985.75716826
+    1.467715232915788,52.06279432402053,22788.448370843,457057.063091262
+    1.2954586898239542,52.61919575830657,8168.415841531,518355.804038432
+    1.2955511346929038,52.477898743804765,8892.407382743,502649.362614601
+    1.3680301172648486,52.019859030705426,16180.404824696,451963.151566449
+    1.3098785828166484,52.285955062848984,10841.798460372,481357.798375508
+<EPSG:102878> +proj=tmerc +datum=OSGB36 +x_0=-223935.8432 +y_0=110968.208 +lon_0=2dW +lat_0=49dN +k_0=0.999315 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.4093,51.9957,1.6026,52.7715  <>
+    1.5242328275732948,52.54797609531362,15034.320029361,511145.424486508
+    1.575805929798107,52.75253294572126,17399.620432497,534053.616015133
+    1.5538294167603888,52.25747150276118,18628.035438481,478955.458314065
+    1.4394925946743338,52.7640659224988,8145.03451313,534887.009891371
+    1.585633641148699,52.53540067759226,19264.249026803,509952.810735287
+    1.467947371614903,52.54343940637799,11244.695826375,510456.246620214
+    1.4408671641594457,52.15870877481885,11444.754484596,467606.210336835
+    1.443503836146233,52.16880730491541,11571.655033468,468737.17346829
+<EPSG:102879> +proj=tmerc +datum=OSGB36 +x_0=-232920.6915 +y_0=110962.2179 +lon_0=2dW +lat_0=49dN +k_0=0.999261 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.5681,52.3416,1.7357,52.7675  <>
+    1.7328355840675325,52.5296228193192,20275.642281802,509789.43775046
+    1.6037721469414001,52.3448071916762,12552.694776288,488804.216151281
+    1.6673822301327272,52.6890685573095,14936.932540393,527282.389566404
+    1.7307467515924466,52.47315214579479,20458.609235881,503506.144860599
+    1.7341934644049446,52.5829650196075,20060.551518914,515722.530039254
+    1.654224049746501,52.35073409186781,15953.514794834,489635.242716527
+    1.655916601097467,52.40980907032258,15736.537090026,496206.49252051
+    1.704495648888781,52.549071480174625,18243.720593159,511851.852066875
+<EPSG:102880> +proj=tmerc +datum=OSGB36 +x_0=-241904.3281 +y_0=110956.1174 +lon_0=2dW +lat_0=49dN +k_0=0.999206 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=1.6999,52.3374,1.8688,52.7634  <>
+    1.7848966444111494,52.573262615388735,14551.879130355,514795.021361705
+    1.7094196307162681,52.52570341911345,9713.457393888,509243.887438068
+    1.7053600681958303,52.51248746215775,9513.758833981,507761.016527561
+    1.7875161743632648,52.39982593474241,15740.949351078,495530.675662479
+    1.7875492697312703,52.61698881498865,14475.982666268,519663.655757364
+    1.7370058837773752,52.37415086861376,12455.103308392,492498.585984833
+    1.8590428053991164,52.39355110397958,20640.071041294,495090.803810372
+    1.7073568225911755,52.40543875267045,10260.131906377,495871.683998061
+<EPSG:102881> +proj=tmerc +datum=OSGB36 +x_0=128033.8646 +y_0=126033.3354 +lon_0=2dW +lat_0=49dN +k_0=0.999866 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.8344,54.3636,-3.5547,54.7717  <>
+    -3.7845379961483867,54.59415085002524,12716.971663834,749782.66836178
+    -3.561208305647242,54.61598866057467,27286.460937568,751855.717906241
+    -3.725316842952821,54.48762786352537,16336.239659975,737818.532082271
+    -3.7275385026263335,54.766612782146595,16872.177204675,768881.50591888
+    -3.637833538837369,54.703735406142854,22565.146676799,761733.789261115
+    -3.8201131629395895,54.70078105266937,10725.876371504,761706.747183839
+    -3.797295106391573,54.477276851871636,11560.324381525,736798.849993138
+    -3.580928223868111,54.75253921571371,26355.090961257,767081.274887204
+<EPSG:102882> +proj=tmerc +datum=OSGB36 +x_0=111034.6979 +y_0=126039.3868 +lon_0=2dW +lat_0=49dN +k_0=0.999914 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.5703,54.0079,-3.1904,54.7758  <>
+    -3.3132763906070166,54.09176994870869,25209.825309621,693220.746714436
+    -3.427653275943221,54.32648305230218,18255.526770554,719487.403453025
+    -3.3448447856432506,54.13032661008268,23226.246116328,697550.637493064
+    -3.549412591625993,54.33562830336433,10357.323041178,720672.366461134
+    -3.35821217587442,54.617453133579176,23397.956125029,751782.410120115
+    -3.4709567376323522,54.40429088986395,15619.38925497,728204.728742318
+    -3.290386519210257,54.679029647748166,27904.864120874,758553.430105776
+    -3.353640815483157,54.08093517161329,22545.985506621,692064.679853078
+<EPSG:102883> +proj=tmerc +datum=OSGB36 +x_0=111037.4739 +y_0=126042.5379 +lon_0=2dW +lat_0=49dN +k_0=0.999939 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.5703,54.0079,-3.1904,54.7758  <>
+    -3.4263935545774045,54.36404533606473,18422.585018009,723684.247951513
+    -3.332296023175092,54.304150176379764,24412.378434704,716898.416687475
+    -3.4026436286370934,54.63372966307425,20564.642946521,753669.271016631
+    -3.45001296247207,54.36090166090181,16880.20442556,723365.707559778
+    -3.35368289369088,54.19215473372452,22781.093862132,704460.191167314
+    -3.4778026780518165,54.48182019769717,15356.530099103,736861.095686086
+    -3.494644331923191,54.08408823359525,13241.629187497,692639.352771718
+    -3.2337251733696974,54.38103869823245,30978.219743,725339.328306547
+<EPSG:102884> +proj=tmerc +datum=OSGB36 +x_0=111040.25 +y_0=126045.6892 +lon_0=2dW +lat_0=49dN +k_0=0.999964 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.5703,54.0079,-3.1904,54.7758  <>
+    -3.565392543994378,54.6065105597594,9989.183278026,750880.493592242
+    -3.223174931894004,54.22884095261078,31370.477477278,708405.625094431
+    -3.5185535755994515,54.05459687623295,11607.185409105,689408.18760574
+    -3.4749696048470224,54.45395139231717,15475.507613654,733773.799185654
+    -3.2982940629927118,54.13346012645513,26276.608155663,697877.392921091
+    -3.2490923440312156,54.609010128808784,30431.131906689,750749.409599976
+    -3.2393994880721113,54.58035970727915,31001.121366371,747549.349748108
+    -3.4682759156955307,54.17970660745059,15233.041615541,703251.021546933
+<EPSG:102885> +proj=tmerc +datum=OSGB36 +x_0=111043.0263 +y_0=126048.8406 +lon_0=2dW +lat_0=49dN +k_0=0.999989 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.5703,54.0079,-3.1904,54.7758  <>
+    -3.4378411962751576,54.480756239452525,17944.872229969,736725.901746387
+    -3.326440617193315,54.61228704052254,25441.251909592,751224.523952692
+    -3.3610497790872125,54.655498741174895,23298.394714,756077.220192285
+    -3.2275639111693426,54.62294011800663,31849.965185561,752294.20726259
+    -3.564133929453771,54.393939233569,9544.63996861,727237.549429843
+    -3.3525241104407044,54.575251872762315,23676.78819886,747134.350433074
+    -3.468156253235865,54.06369271248282,14928.290497774,690367.996434279
+    -3.4248746561658234,54.56558109685853,18976.531027615,746150.371900981
+<EPSG:102886> +proj=tmerc +datum=OSGB36 +x_0=88032.17537 +y_0=126046.0693 +lon_0=2dW +lat_0=49dN +k_0=0.999967 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.2237,53.931,-2.6702,55.1394  <>
+    -2.9274449660802566,54.763893068404315,28432.580437495,767670.226561469
+    -3.103904557086234,54.51129068949056,16632.564450082,739717.641785638
+    -2.8340914196260316,54.62912462558667,34263.048472686,752593.163809224
+    -2.8957768715016186,54.65904999894769,30321.882029506,755973.275149047
+    -2.850144739260201,55.02907300390736,33766.511533469,797126.407348252
+    -3.2050228092158144,54.63037824406959,10310.93844059,753080.374058705
+    -2.845091078885348,54.32130578928301,33141.091914038,718338.355040667
+    -3.1943916684349127,55.09934169521905,11887.547585034,805270.408910463
+<EPSG:102887> +proj=tmerc +datum=OSGB36 +x_0=88034.37626 +y_0=126049.2206 +lon_0=2dW +lat_0=49dN +k_0=0.999992 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.2237,53.931,-2.6702,55.1394  <>
+    -2.696810023135999,54.91809994353582,43449.672020451,784683.837743175
+    -3.0316831214352957,54.0559114549963,20568.846759054,688977.979337132
+    -3.120169258110262,54.53313638677854,15618.294978884,742184.458033531
+    -3.073348803578885,54.876580765497685,19233.866255822,780367.412215659
+    -3.011593733953981,54.68712803265416,22893.586062213,759219.169636878
+    -3.0206806612363404,54.76231480419267,22429.348259178,767597.100793027
+    -2.911889271626563,53.95354360285142,28266.839973834,677476.168083344
+    -3.0180882425962383,54.0235360790422,21407.234604011,685361.548819519
+<EPSG:102888> +proj=tmerc +datum=OSGB36 +x_0=88036.57726 +y_0=126052.372 +lon_0=2dW +lat_0=49dN +k_0=1.000017 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.2237,53.931,-2.6702,55.1394  <>
+    -3.043230943591694,53.98144526475431,19690.850657793,680717.730049127
+    -2.76202241337908,54.375299357585064,38613.12926942,724322.899035857
+    -2.7658503180926965,54.06707111959197,37991.791553292,690016.220679794
+    -3.121044398910088,54.71120070334517,15878.414335013,762025.070398295
+    -2.897816721813827,53.965097000169905,29207.708167929,678767.284326789
+    -3.1271453486193974,54.36653548413799,14870.146622084,723665.603479957
+    -3.179723773692175,54.43449938039751,11579.466720891,731286.527237227
+    -2.820523325879962,55.0247744566084,35656.838625182,796665.085749219
+<EPSG:102889> +proj=tmerc +datum=OSGB36 +x_0=88038.77836 +y_0=126055.5236 +lon_0=2dW +lat_0=49dN +k_0=1.000042 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.2237,53.931,-2.6702,55.1394  <>
+    -2.8939730377269943,55.13409605848312,31115.798871944,808913.323811052
+    -3.1894135823884673,55.01996752752779,12055.879956289,796489.07894155
+    -2.9961032549131716,53.97740995136551,22776.921066763,680241.014350314
+    -3.1783186151529508,54.729123611024065,12220.780029493,764099.774929471
+    -2.811913140704343,53.97335665126568,34857.110923962,679635.57363706
+    -2.807481233021118,53.98063476625026,35157.175337076,680442.392276368
+    -2.747117972827326,54.414391588351705,39628.874479459,728682.289288217
+    -2.8904367934723645,54.94824392004482,31077.796688949,788219.756955518
+<EPSG:102890> +proj=tmerc +datum=OSGB36 +x_0=88040.97958 +y_0=126058.6753 +lon_0=2dW +lat_0=49dN +k_0=1.000067 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-3.2237,53.931,-2.6702,55.1394  <>
+    -2.977913954625464,55.020835127430814,25586.023376075,796395.831969623
+    -2.9389626703246474,54.044118617022846,26625.365572226,687632.288608241
+    -3.213644801043077,54.2965464602765,9114.231117612,716004.362054857
+    -2.6999255562683078,54.10892532722451,42356.35259761,694664.945983706
+    -2.883860004113312,54.166519604835756,30405.652954337,701210.854464417
+    -3.2144829074141317,54.26211498779068,8993.663942882,712172.603777569
+    -3.061699787277929,54.18733501040787,18824.548218631,703687.903995975
+    -3.03141174186597,54.73085202027485,21688.710201873,764162.213282222
+<EPSG:102891> +proj=tmerc +datum=OSGB36 +x_0=54022.17583 +y_0=126051.7436 +lon_0=2dW +lat_0=49dN +k_0=1.000012 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.7026,53.935,-1.4571,55.8321  <>
+    -1.5972449477864985,55.12178159302541,79818.101124143,807226.661326912
+    -1.469879069800965,54.36088942512985,88583.577257156,722576.468795398
+    -1.9795088841458872,54.52929488326976,55447.282842176,741194.023424434
+    -1.6973694964913184,55.32851863838123,73330.043868796,830211.171226607
+    -1.9675743010297715,54.88785562904472,56201.728229711,781110.422815855
+    -2.3767591134335437,54.422758030967536,29664.123277412,729399.766093679
+    -2.0237978390255202,54.20827030086676,52567.38699498,705458.48331303
+    -2.2619007402303892,55.724928779097105,37663.76414141,874336.663301462
+<EPSG:102892> +proj=tmerc +datum=OSGB36 +x_0=54023.52644 +y_0=126054.895 +lon_0=2dW +lat_0=49dN +k_0=1.000037 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.7026,53.935,-1.4571,55.8321  <>
+    -1.5320977107627471,54.72250768079074,84273.381357257,762821.906798541
+    -2.5172658385402356,55.26668508742445,21238.103496598,823428.05915323
+    -1.6844285359177118,55.83091037033315,73797.537638603,886169.714224447
+    -2.23330894338853,55.07087732702478,39217.152842188,801530.560783351
+    -2.45088772367798,53.96468953513108,24527.103624555,678456.08062432
+    -2.0188975424625015,54.499530083617586,52897.488452167,737899.040385707
+    -1.984611423480514,55.20945494681654,55102.05086259,816934.209441661
+    -2.5271788287390375,54.70116393693805,20133.189025236,760473.4098741
+<EPSG:102893> +proj=tmerc +datum=OSGB36 +x_0=54024.87711 +y_0=126058.0466 +lon_0=2dW +lat_0=49dN +k_0=1.000062 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.7026,53.935,-1.4571,55.8321  <>
+    -2.63632445526754,55.58728891316775,13996.109773635,859207.408523357
+    -2.46310859077559,54.01998263256564,23765.881672508,684633.18778766
+    -2.6785706633833755,53.94336386617737,9560.512486207,676218.480860634
+    -1.4938867863083882,53.95286829091258,87352.078673022,677181.17430279
+    -2.587483818988751,55.4437000296894,16940.867955672,843192.729756403
+    -2.6903162362235578,55.118246410253256,10073.563609701,807017.516913097
+    -2.6779551916013875,55.60923056168976,11394.709410163,861675.298928585
+    -2.6232446610698172,54.831133592649074,14068.561505007,775012.376185029
+<EPSG:102894> +proj=tmerc +datum=OSGB36 +x_0=54026.22785 +y_0=126061.1983 +lon_0=2dW +lat_0=49dN +k_0=1.000087 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-2.7026,53.935,-1.4571,55.8321  <>
+    -1.8608212690185846,54.6814351780001,63102.883876988,758196.023886298
+    -1.8815038963190476,55.412494610417916,61631.189719337,839588.401171763
+    -1.5287646643564532,55.55743055919798,83865.920679821,855821.068207104
+    -2.629231228016709,54.01661920082162,12873.524321588,684360.062506888
+    -2.1502276168922405,55.202266866832026,44558.57189458,816184.960017631
+    -2.4954346114676853,54.68005870070034,22164.308565302,758146.885628352
+    -2.647320229248851,54.02648609510109,11697.690431504,685469.120909893
+    -1.5886040634452105,55.0757399102336,80405.546805179,802164.165898816
+<EPSG:102895> +proj=tmerc +datum=OSGB36 +x_0=-24009.11135 +y_0=126047.8346 +lon_0=2dW +lat_0=49dN +k_0=0.999981 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.4821,53.9324,-0.923,55.5176  <>
+    -1.2392724735721141,54.85356610070173,24949.057722797,777533.342901203
+    -0.9741592909387472,55.48089630858265,40842.348810927,847588.655048843
+    -0.995717579939519,54.64399257211392,40925.334933487,754401.50149756
+    -1.3537366023230855,54.26747257416591,18196.476420743,712218.695406221
+    -1.396361274692828,54.0771002892556,15600.064568585,691004.011705512
+    -0.9795120480133673,55.412607640495054,40615.489217905,839982.240155824
+    -1.3599977183865521,54.79149135686899,17258.444766813,770545.810153797
+    -1.1753720020129363,54.492302448490136,29525.127573763,737365.477871275
+<EPSG:102896> +proj=tmerc +datum=OSGB36 +x_0=-24009.7116 +y_0=126050.9859 +lon_0=2dW +lat_0=49dN +k_0=1.000006 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-1.4821,53.9324,-0.923,55.5176  <>
+    -1.0796676371483775,54.909374442126655,35012.542503804,783898.82794873
+    -1.2205284371320062,54.60669251094666,26458.73056368,750084.027881642
+    -1.2213200908635597,53.956864526009426,27205.015622359,677750.019100258
+    -1.2759624550611528,55.12400099563696,22176.762895847,807641.399939552
+    -0.9477853288392581,53.98404618706807,45115.907860178,681007.210683864
+    -0.9752099115048208,55.00745979146299,41551.445764344,794909.498882806
+    -1.3339812256333656,55.188490766388064,18408.799430322,814783.120107596
+    -1.39040690089162,55.4288428159381,14579.684930277,841505.780558502
+<EPSG:102897> +proj=tmerc +datum=OSGB36 +x_0=-58018.94296 +y_0=126041.1519 +lon_0=2dW +lat_0=49dN +k_0=0.999928 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.9642,53.9276,-0.4907,54.3908  <>
+    -0.8290527435257127,54.29754523095851,18311.893115519,715967.724658816
+    -0.7935709417734259,54.019457042258885,21149.775006336,685056.327575094
+    -0.5287791697628166,54.3124021624727,37825.084058124,717987.051432134
+    -0.6239428213697595,54.335998629231575,31581.01808313,720488.37505537
+    -0.5502325778127772,54.22496435752867,36628.790399962,708226.693074748
+    -0.9482675538424866,54.21448324737583,10688.562720977,706600.673439759
+    -0.6583128908677258,54.32342203991459,29372.260764734,719045.59142784
+    -0.6071755652330475,53.94057831014287,33538.153675022,676502.034612002
+<EPSG:102898> +proj=tmerc +datum=OSGB36 +x_0=-58020.39349 +y_0=126044.3031 +lon_0=2dW +lat_0=49dN +k_0=0.999953 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.9642,53.9276,-0.4907,54.3908  <>
+    -0.7893645642486382,54.06105586842809,21346.861748269,689707.981771925
+    -0.8377136167353658,54.35092161574971,17650.655634911,721917.266698134
+    -0.6567475684379382,53.99202428577495,30175.465035126,682181.759649557
+    -0.9632720611177793,54.10652538783545,9886.205231997,694588.05996162
+    -0.7668203699654241,53.963214549354646,23012.413192529,678844.158545783
+    -0.5976987277766618,54.06293744751418,33891.74652926,690149.006057253
+    -0.8222229754541903,54.13994845672587,19049.311871177,698452.324914771
+    -0.7053775637912495,54.264807247741125,26430.690155102,712482.460969574
+<EPSG:102899> +proj=tmerc +datum=OSGB36 +x_0=-88023.98625 +y_0=126034.3439 +lon_0=2dW +lat_0=49dN +k_0=0.999874 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.5074,53.9241,-0.229,54.3859  <>
+    -0.49611892046785777,54.09279333448278,10460.154514527,693553.502119129
+    -0.4741517797792341,54.20535276612182,11626.910828554,706110.466810631
+    -0.36240329073158134,54.31921589958064,18623.315929654,718945.094147247
+    -0.4717242692375682,54.28194168029696,11600.85446879,714637.281246448
+    -0.4780925479901349,54.34363875160878,11038.154094919,721494.471470292
+    -0.40438175476179705,54.173237763191366,16259.326972099,702637.104238621
+    -0.26632895590285577,54.03398072259376,25652.341258274,687352.689942306
+    -0.47932854781690476,54.145402985710255,11432.686169602,699431.643069903
+<EPSG:102900> +proj=tmerc +datum=OSGB36 +x_0=-88026.18693 +y_0=126037.4949 +lon_0=2dW +lat_0=49dN +k_0=0.999899 +nadgrids=OSTN02_NTv2.gsb +no_defs +bounds=-0.5074,53.9241,-0.229,54.3859  <>
+    -0.3969201724807547,53.93492278036904,17347.388643654,676144.710478236
+    -0.36120225470003464,54.214582087744056,18972.287778164,707320.231463184
+    -0.3614480756904853,54.02252001424069,19451.323202047,685946.09554649
+    -0.4250028197022677,54.03860667088155,15246.871067169,687641.801094034
+    -0.374379457726992,54.29997686544238,17893.958564121,716803.905639902
+    -0.4969183436101396,54.38291686767415,9721.095493812,725857.697466445
+    -0.4679281266953974,54.057686877700135,12389.170258885,689703.481015327
+    -0.48442167963688604,54.0672905733806,11286.399255415,690749.013185998
+<EPSG:102974> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=520000.0 +y_0=-4480000.0 +lon_0=90dW +lat_0=0dN +k_0=0.9996 +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.32317946936506,47.13676781411171,1874420.989305697,2429732.837488645
+    -87.39248589691374,46.5789504437422,2361499.466604528,2236472.659529252
+    -86.74712987200682,46.542260205278,2524269.361530626,2229129.024268383
+    -87.41141186624854,45.3577726355825,2371210.45138258,1791185.794268264
+    -87.3153428353437,42.59797999087092,2428638.689699227,786303.415658911
+    -92.22550725160535,44.77956752265852,1128360.238864701,1577660.960995001
+    -90.96610071184023,46.55112162526692,1463053.19848647,2216977.95061105
+    -86.9781508000743,45.17463803020268,2485045.19743284,1728319.844896242
+<EPSG:103166> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=1000000.0 +lon_0=111d30'0"W +lat_0=40d20'0"N +lat_1=40d43'0"N +lat_2=41d47'0"N +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-114.04,40.55,-109.04,42.01  <>
+    -109.51000782430216,41.24424374684147,2187624.541853261,3618981.539716222
+    -113.7603919288217,41.873478073191954,1024847.345202329,3850000.810572707
+    -109.19574585404871,40.55953696064295,2280634.684323772,3371740.429205889
+    -111.16622488129912,41.99559895204011,1731159.710446401,3886671.591987104
+    -112.54197343848494,41.51730462012923,1355079.601875126,3713918.79015823
+    -111.71143126241506,41.46329288745903,1582473.673904517,3692598.323495047
+    -112.90168604883932,41.00591917082022,1253574.680196019,3529003.70857564
+    -113.12058126279321,41.83351363781638,1198792.139369179,3831548.891382019
+<EPSG:103167> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=2000000.0 +lon_0=111d30'0"W +lat_0=38d20'0"N +lat_1=39d1'0"N +lat_2=40d39'0"N +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-114.05,38.49,-109.04,41.08  <>
+    -109.32973966175828,38.875127987909124,2258272.58695909,6766520.823860334
+    -111.29367104607874,38.585752546136106,1699411.647941908,6653691.293915714
+    -113.31183214098316,39.59765144927618,1129929.425336336,7027355.741040843
+    -111.20797594005168,39.457080642526684,1722875.227467032,6971120.260507873
+    -111.85231112431907,39.940362228208414,1541642.718700833,7147207.340229989
+    -112.613384649409,40.06674416491995,1328834.343106245,7194986.97373034
+    -111.63714194212163,39.56295870600073,1601760.68058816,7009578.734588093
+    -110.48095674480075,39.80022203701551,1926717.101601344,7097598.780788159
+<EPSG:103168> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=3000000.0 +lon_0=111d30'0"W +lat_0=36d40'0"N +lat_1=37d13'0"N +lat_2=38d21'0"N +towgs84=-0.9934300812655978,1.903309874715335,0.5265502836252097,0.02591467053009863,0.009426448542682335,0.01159935118431898,-0.001715040109928623 +no_defs +bounds=-114.05,36.99,-109.04,38.58  <>
+    -109.22801252170838,37.31123514988782,2301129.611386496,1.0085243140665285E7
+    -112.28183479079958,37.80008088544644,1414529.786131439,1.0256159654218901E7
+    -111.48414937923536,38.152711923589514,1644981.168836979,1.0383624599417035E7
+    -112.58973087460888,37.78449290723175,1325507.51586881,1.0251374158017278E7
+    -112.18260794655288,37.65400723852217,1442810.339327318,1.0202747198321862E7
+    -110.60758642139264,38.258187229092776,1896673.020192491,1.0423257495930575E7
+    -111.1819057866225,38.46132103269513,1731511.123085261,1.0496167955178842E7
+    -111.55583798886363,38.318278173204305,1624402.568786439,1.0443923244906586E7
+<EPSG:103220> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=85d50'0"W +lat_0=30d30'0"N +k_0=0.99996 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-86.79,30.99,-84.89,35.0  <>
+    -85.2737769920995,34.48350843050562,251398.418523756,441877.438239949
+    -84.96119612832238,31.86565359526385,282529.452866195,151738.511840397
+    -85.05312719253816,33.92797492774325,272138.329537252,380388.79548141
+    -85.43427292455054,31.288422788405917,237995.820823539,87475.161352492
+    -86.0414280579311,34.32791876472741,180850.583843898,424496.123690671
+    -85.37427019565739,31.20252244902347,243748.443209925,77973.533575797
+    -85.87972021399406,34.289841677063876,195729.767366484,420253.84218622
+    -86.15468864514717,33.33236426438787,170082.985718859,314100.814852989
+<EPSG:103221> +proj=tmerc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=87d30'0"W +lat_0=30dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-88.48,30.14,-86.3,35.02  <>
+    -88.31927299173167,32.835251876895576,523298.845269924,314639.305474799
+    -87.31772395536217,30.340608287322635,617526.083647657,37769.186467036
+    -88.45633557296485,32.867790491318644,510499.047587346,318355.689230659
+    -87.43492933885817,31.033944945849793,606212.380919302,114617.934563722
+    -86.63223726428836,34.59544804785507,679600.611622024,509907.343928745
+    -88.30949945768774,30.733063098179123,522479.25399042,81540.209006533
+    -86.83504768858366,32.382104361384755,662568.348381782,264286.826346675
+    -86.46593275265177,31.092870496656186,698658.38241216,121608.584930805
+<EPSG:103222> +proj=tmerc +ellps=GRS80 +x_0=213360.0 +y_0=0.0 +lon_0=110d10'0"W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-111.71,31.33,-109.04,37.01  <>
+    -111.46592533416526,36.08734612363089,96352.961284414,564984.708866572
+    -109.85591425983829,31.74984397450091,242801.528680397,83172.802297849
+    -111.24931628378233,31.93563913693889,110994.183348772,104242.071721782
+    -111.46659698536943,32.61812168347187,91365.494399898,180150.557261757
+    -110.11731783796583,35.233537236136165,217852.658866353,469481.390064127
+    -109.64149500550874,35.256668149231594,261148.195049174,472172.701938637
+    -110.8769019148734,33.90179433125191,147676.580842069,321988.312069433
+    -109.99767504880457,36.23610128262499,228550.823118509,580720.970230222
+<EPSG:103223> +proj=tmerc +ellps=GRS80 +x_0=213360.0 +y_0=0.0 +lon_0=111d55'0"W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-113.35,31.33,-110.44,37.01  <>
+    -112.76450474323106,31.582085355036224,132891.620757858,64843.240737791
+    -111.2364718248675,36.84737922404394,274021.410724392,648749.833825799
+    -112.41937864105893,35.32922139037788,167658.304513138,480210.91345387
+    -110.59559816652016,32.555558430828206,337426.61568438,173236.870939829
+    -111.05093370596646,32.67806937341872,294552.260846753,186383.137298809
+    -112.88813059750879,33.86214283197983,123475.165618717,317788.144343992
+    -111.36223023933985,33.81998112367365,264685.47524104,312825.661590427
+    -112.76965893003171,36.560196274685765,137006.506270764,617006.361014704
+<EPSG:103224> +proj=tmerc +ellps=GRS80 +x_0=213360.0 +y_0=0.0 +lon_0=113d45'0"W +lat_0=31dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.81,32.05,-112.52,37.0  <>
+    -112.64316048215595,32.9741002540674,316824.711159556,219430.138839264
+    -113.60564400204508,36.36047717739693,226316.35624404,594537.180297478
+    -114.79568326828712,33.807734917222106,116543.125842674,311831.24099634
+    -112.82518814090476,34.91982926152674,297863.320558675,435085.295863683
+    -112.52671159611059,35.50478278132759,324338.032648547,500276.019289412
+    -114.74090408562687,32.33310731576816,120071.746655498,148237.371762566
+    -113.52420453961432,36.88539657728324,233488.263273125,652798.035086423
+    -113.26708127561096,34.66881786616092,257619.92914885,406956.445409939
+<EPSG:103225> +proj=tmerc +ellps=GRS80 +units=ft +x_0=213360.0 +y_0=0.0 +lon_0=110d10'0"W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-111.71,31.33,-109.04,37.01  <>
+    -110.1736163287348,35.405468527962356,697932.307069573,1602865.978463044
+    -110.77613121632756,36.11466755078866,519994.237502926,1861569.92792066
+    -109.26536107311205,35.02962815755577,969825.400411002,1467295.201532299
+    -109.3948275859951,34.55190234632946,932402.844973814,1293106.382537978
+    -110.552383652049,36.42716586596296,586532.862414476,1974987.679248896
+    -110.93103146064034,36.85575738283796,476382.99198942,2131680.649630134
+    -109.3752271468021,32.923468743452986,942850.737611623,700597.410143033
+    -110.17867865697988,31.9151163531161,696276.295309702,332857.807899821
+<EPSG:103226> +proj=tmerc +ellps=GRS80 +units=ft +x_0=213360.0 +y_0=0.0 +lon_0=111d55'0"W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-113.35,31.33,-110.44,37.01  <>
+    -113.34248517330872,32.97996180248998,262766.686645027,723200.904160147
+    -111.30457909653826,35.57238215685757,882021.878484728,1664183.316292744
+    -110.83558205627236,32.757889503964755,1032346.63928822,641142.401395422
+    -112.90314754064302,32.32668510038098,395290.998109876,483977.777507377
+    -112.63750776294249,31.80139432010622,476069.89556461,292232.75404051
+    -111.04628589641463,31.811565835951487,970364.067314963,296272.876522019
+    -112.94555802949354,36.68332187366227,398317.072102276,2069629.253929543
+    -112.84834121884187,33.28038056260621,415277.656633853,830811.095176453
+<EPSG:103227> +proj=tmerc +ellps=GRS80 +units=ft +x_0=213360.0 +y_0=0.0 +lon_0=113d45'0"W +lat_0=31dN +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.81,32.05,-112.52,37.0  <>
+    -113.74341931229179,33.30349786511932,702014.06286218,837979.793720902
+    -114.4779952898338,33.977776816999025,479303.351835813,1084115.282285309
+    -113.79611111883274,34.17145782034526,686056.255417503,1153815.092866409
+    -113.89238790713497,36.631705027869835,658224.522390813,2049319.577730222
+    -113.87729060483073,33.906615686161174,661382.107839561,1057460.720183035
+    -113.9483412797483,36.18445399157008,641472.368819898,1886531.466555047
+    -112.7705767699967,32.099898083271036,1003297.747260961,401465.913140214
+    -112.6238135048142,32.3999591544903,1047602.59519235,511078.708700784
+<EPSG:103228> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=0.0 +lon_0=92dW +lat_0=34d20'0"N +lat_1=34d56'0"N +lat_2=36d14'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-94.62,34.67,-89.64,36.5  <>
+    -93.85190026644676,34.88379185556907,230713.64151351,62660.663443138
+    -91.20913662405508,36.478048547991136,470878.201694152,238235.619827548
+    -94.46503134743992,35.72995642462587,177025.918005596,157734.53346591
+    -92.60727996776976,35.719700470703415,345056.604002591,153974.87196588
+    -90.46301945412885,35.45005614691549,539521.908779444,124978.899711225
+    -94.13001309194017,35.22127796475538,206104.211678212,100606.435225512
+    -92.5898086378028,34.72825284872803,345978.449676756,43974.93270162
+    -90.72397455595568,35.130238703463036,516294.641020066,89162.833681945
+<EPSG:103229> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=400000.0 +lon_0=92dW +lat_0=32d40'0"N +lat_1=33d18'0"N +lat_2=34d46'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-94.48,33.01,-90.4,35.1  <>
+    -93.70329830943535,33.73088589996964,242165.225691668,519347.369703583
+    -91.84213683286347,34.084399241880284,414569.110388096,557254.403629317
+    -90.73666664294893,34.21893879307491,516401.21513534,572884.051149536
+    -92.13248010476659,34.040441806064365,387768.246283161,552375.570104316
+    -93.2928845360504,33.44484302880046,279793.031025367,487068.518967033
+    -90.66333500883906,34.05544272834863,523394.225643932,554837.066752024
+    -93.1876116939945,34.06896781978274,290383.482292703,556167.44497714
+    -90.4190388850588,34.27845338670614,545562.670073922,579891.097600729
+<EPSG:103230> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=0.0 +lon_0=92dW +lat_0=34d20'0"N +lat_1=34d56'0"N +lat_2=36d14'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-94.62,34.67,-89.64,36.5  <>
+    -93.9354611846718,35.11425632430743,733524.210358709,289927.849715067
+    -93.1708321816989,35.768382607635154,965007.794865811,524395.387008429
+    -90.79516281630856,35.62650584981909,1670381.700539533,472878.233689552
+    -90.82052307967558,35.426661333203825,1663716.978341719,400051.547576342
+    -91.21993122927816,36.380856562055335,1541979.365527147,746201.45647628
+    -93.43682670886292,35.906989656245756,886841.805288794,575889.006616414
+    -94.30839111708701,36.318765025206794,632294.181366794,730658.067555896
+    -89.97840056044966,35.93248638042365,1910788.506334404,588209.447706133
+<EPSG:103231> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=400000.0 +lon_0=92dW +lat_0=32d40'0"N +lat_1=33d18'0"N +lat_2=34d46'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-94.48,33.01,-90.4,35.1  <>
+    -92.8649318498299,33.13321002624778,1047534.860017811,1483222.701723157
+    -90.67721080868617,34.62127691024192,1710306.228868865,2026171.601914367
+    -91.88823886158067,34.710624210134704,1345924.85256737,2056136.627146292
+    -94.17555790922384,34.302560870427335,655368.722262586,1914592.373211004
+    -91.2519214395088,33.97727860064524,1539117.094407663,1790070.455922318
+    -93.29120756376797,34.75794580432171,924492.707306807,2075787.385550023
+    -92.48442418637082,33.18736501242837,1164119.985660404,1502160.679064916
+    -90.5753943935898,34.3567252372015,1742276.328081901,1930313.963327835
+<EPSG:103233> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=122dW +lat_0=37d40'0"N +lat_1=38d20'0"N +lat_2=39d50'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.06,38.02,-119.54,40.16  <>
+    -122.01427038397449,38.74426000451151,1998760.607921887,619618.297958399
+    -121.63827347472679,38.28053649019624,2031651.379751342,568206.715810053
+    -121.99033924409542,38.07047852323877,2000848.93167277,544826.444880254
+    -121.82129460041817,38.92924394163853,2015495.888252133,640167.387133638
+    -121.10240009420428,38.61809974962757,2078167.886729731,606000.105794432
+    -122.99325526282036,39.84508095119644,1914993.354314473,742289.37881302
+    -122.07214276354985,38.865407714125226,1993740.351943666,633068.519200167
+    -122.10236705673718,39.74356213088268,1991227.190415541,730558.164681706
+<EPSG:103234> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=120d30'0"W +lat_0=36d30'0"N +lat_1=37d4'0"N +lat_2=38d26'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-123.02,36.73,-117.83,38.71  <>
+    -119.98506305414293,38.071085571602836,2045182.893572998,674486.335796605
+    -122.35311588430145,37.662197759457435,1836515.725298428,630599.650571941
+    -119.78255176643457,37.4188905186871,2063506.311668754,602221.991135007
+    -119.93500896999574,38.29414088572553,2049425.234023466,699269.310858506
+    -122.37848803266753,38.03955043362383,1835118.241697012,672516.762748024
+    -121.71887033535097,38.390737292265214,1893519.210385395,710535.84152315
+    -117.89976468774722,38.49597834110265,2226813.349495914,724675.880680749
+    -120.86396321364445,37.82873222047517,1967961.473330979,647525.919853774
+<EPSG:103236> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=118dW +lat_0=33d30'0"N +lat_1=34d2'0"N +lat_2=35d28'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-121.42,32.76,-114.12,35.81  <>
+    -118.73718597055196,35.73454736618848,1933307.647620295,748127.445227818
+    -115.17995453231646,34.15330187963661,2260021.125446701,576115.061774486
+    -118.4241964986217,34.68844032187836,1961133.913546004,631908.809021552
+    -118.71206122961748,33.11052831848287,1933518.603182787,457028.353287658
+    -118.35855021892829,34.734580210548934,1967167.01351252,637003.501866842
+    -115.98103851469675,33.357214655561584,2187943.342935414,486047.456224536
+    -119.51170834179707,33.48649068484016,1859489.884343385,499557.47499024
+    -115.07586523689095,35.49953616295737,2265272.100841714,725665.762491192
+<EPSG:103237> +proj=lcc +ellps=GRS80 +x_0=2000000.0 +y_0=500000.0 +lon_0=116d15'0"W +lat_0=32d10'0"N +lat_1=32d47'0"N +lat_2=33d53'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-118.15,32.53,-114.42,34.08  <>
+    -116.62045746377353,33.40743759474884,1965542.283409087,637665.602617646
+    -115.64279519323094,33.792728909980724,2056232.356026671,680501.358684912
+    -116.82487755441603,33.86048688884971,1946804.961359238,687999.865731294
+    -116.7287553993707,33.571124140553586,1955552.16284913,655860.669559878
+    -114.80435202015309,33.84365310005248,2133796.003670892,686913.585486147
+    -115.28476074285634,33.94103213857466,2089235.707542072,697200.422210926
+    -115.23247146611516,33.11730961762358,2094961.173622356,605891.331406529
+    -115.94766786312857,33.89247460764794,2027967.12815426,691441.842464027
+<EPSG:103239> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=122dW +lat_0=37d40'0"N +lat_1=38d20'0"N +lat_2=39d50'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.06,38.02,-119.54,40.16  <>
+    -123.16827604519548,38.841479229530336,6228933.459509655,2070408.479286397
+    -123.53741349826076,39.93741662150181,6130560.70346565,2471086.741340535
+    -122.3581158024918,40.1590642881794,6461564.003024016,2548385.724673673
+    -122.14283160758856,39.70716377666439,6521484.969635923,2383596.463415429
+    -123.12300487963078,39.30435128829068,6243909.570701644,2238810.028491823
+    -121.8587198857924,38.62834800605289,6602030.236140204,1990682.428492883
+    -123.66008655013425,38.4817039002681,6086480.76993472,1941586.497102949
+    -119.63066864251289,39.028940516005235,7234642.693019688,2145314.400485646
+<EPSG:103240> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=120d30'0"W +lat_0=36d30'0"N +lat_1=37d4'0"N +lat_2=38d26'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-123.02,36.73,-117.83,38.71  <>
+    -121.76818884090352,36.87390477716702,6190701.985217245,1779073.487414382
+    -119.91606210383976,37.680704148891294,6730654.087353229,2070847.447256202
+    -121.66847184333075,38.06128100452991,6225267.331175471,2210999.267510339
+    -119.57924965032986,37.382951025946284,6829187.101689453,1963221.618480741
+    -122.98763791520085,38.17404991852793,5846636.561198594,2259467.825309953
+    -122.62101607483879,37.35084359119037,5945203.928946267,1957201.225597044
+    -119.3896426521115,36.80835736759666,6886755.730424898,1754622.083714062
+    -120.2050057947064,38.596853020920086,6645986.488752318,2404074.20134548
+<EPSG:103242> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=118dW +lat_0=33d30'0"N +lat_1=34d2'0"N +lat_2=35d28'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-121.42,32.76,-114.12,35.81  <>
+    -117.75701413790641,34.5387664586135,6634845.627066481,2018536.487756405
+    -116.1113393398325,34.501185287618206,7130665.304751088,2010117.123326254
+    -120.61559418655936,34.886767673174845,5777366.422882361,2155301.917223443
+    -117.95013489516325,35.01700868474482,6576600.894599602,2192501.748675198
+    -115.20030183426738,33.04057697549028,7419877.255017187,1485152.427036915
+    -119.49973415069351,35.08789237792766,6113022.775054502,2221643.688198284
+    -114.4094390530904,34.147934296490625,7647819.897560817,1895617.791268861
+    -119.95084877378957,35.30702691985194,5979634.068675868,2303703.864257736
+<EPSG:103243> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=2000000.0 +y_0=500000.0 +lon_0=116d15'0"W +lat_0=32d10'0"N +lat_1=32d47'0"N +lat_2=33d53'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-118.15,32.53,-114.42,34.08  <>
+    -117.2710759097113,32.95319170239635,6248451.21404317,1928127.719892465
+    -115.25560836858622,33.07186671697565,6866292.270665391,1971226.43558128
+    -116.77752280879717,32.77719636434144,6399524.70067322,1862968.894692345
+    -117.22244833055052,32.71739365219197,6262567.315149843,1842194.519362123
+    -116.70186367840657,32.68854198241359,6422640.226881527,1830603.375858933
+    -116.2280330580974,33.90855794162453,6568335.570577701,2274226.053518793
+    -116.3991967222115,33.83832975932884,6516363.725352802,2248701.043778927
+    -116.86151667946052,32.60296332398312,6373335.837627782,1799716.797026953
+<EPSG:103244> +proj=lcc +ellps=GRS80 +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'0"W +lat_0=39d20'0"N +lat_1=39d43'0"N +lat_2=40d47'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-109.06,39.56,-102.04,41.01  <>
+    -102.27877959399088,40.63483526819395,1186845.28876506,454258.644614463
+    -102.80246959996425,40.329749335043424,1143598.30737077,418919.299316315
+    -104.43616420225487,39.88593243652033,1005394.438688064,366700.622652386
+    -103.67242447118657,40.061158602789114,1070310.168417777,387216.949205495
+    -107.17665854143102,39.86141012532075,770948.798426992,364788.336717765
+    -104.10261580420178,39.819636520136704,1034037.326796115,359736.63924292
+    -108.59898134636782,40.58112384677745,652086.092983118,447929.519121154
+    -106.89816173413496,40.86955402700391,796539.606741815,476304.098816111
+<EPSG:103245> +proj=lcc +ellps=GRS80 +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'0"W +lat_0=37d50'0"N +lat_1=38d27'0"N +lat_2=39d45'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-109.06,38.14,-102.04,40.09  <>
+    -104.10991409257592,38.48002572048783,1035691.778149895,377515.833612045
+    -103.51525201621158,39.911624487134645,1084098.864030478,537370.768294401
+    -107.53696239805849,39.46832744136371,739139.463515792,488263.702959418
+    -107.24811789952231,39.52049380493847,764100.185431272,493536.419157238
+    -102.9511467428792,39.01858817693508,1135100.006741278,439467.790004513
+    -107.56916745134822,39.327221355720575,736012.199341636,472665.148004025
+    -106.79676566502077,38.40566815756374,801137.714172235,369142.194873268
+    -104.70460490819278,39.96887924836058,982357.947963614,542171.947639543
+<EPSG:103246> +proj=lcc +ellps=GRS80 +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'0"W +lat_0=36d40'0"N +lat_1=37d14'0"N +lat_2=38d26'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-109.06,36.98,-102.03,38.68  <>
+    -104.32650698637859,38.19400485627729,1017195.05471382,474958.278261707
+    -105.06836450882322,37.0764169672815,952785.919814987,350364.738530086
+    -103.94975221296431,37.161762799843544,1052095.544196477,360890.553789815
+    -107.73196740614341,37.15320671949378,716146.697948936,361167.063355608
+    -103.06555130951664,37.87094893310931,1128564.562810633,441246.918059956
+    -102.13802849244512,38.33067779551096,1208293.523945486,494772.436890088
+    -107.70103550855319,37.89605505750597,720836.190717464,443523.120818185
+    -105.12166786698508,37.139554140898554,948017.563378944,357351.248247838
+<EPSG:103247> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'0"W +lat_0=39d20'0"N +lat_1=39d43'0"N +lat_2=40d47'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-109.06,39.56,-102.04,41.01  <>
+    -103.68816959414602,40.78497134347396,3501715.772919465,1533934.602317837
+    -105.24649359905831,40.86973577272166,3070117.676543266,1559792.232587709
+    -107.14419763560728,40.38939437930458,2542031.466869622,1388940.377479872
+    -105.91964055229852,40.19114756754201,2882769.035640747,1312752.71549877
+    -105.58432888827208,39.96367436854581,2976365.256066001,1229623.276189758
+    -107.12879007768147,40.71142021388466,2548477.347609841,1506158.801386056
+    -105.65981320956584,40.43014948155336,2955513.061028684,1399581.519421557
+    -104.38172525364058,39.88968668424277,3313789.959189089,1204639.040318987
+<EPSG:103248> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'0"W +lat_0=37d50'0"N +lat_1=38d27'0"N +lat_2=39d45'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-109.06,38.14,-102.04,40.09  <>
+    -103.71963165372182,39.446070274178126,3502747.818026893,1592284.733321763
+    -103.0636258609871,38.574155702749366,3696469.35694659,1279142.783900361
+    -108.99888393002679,38.98767126526781,2005731.543611966,1439551.576545283
+    -104.32718950288071,38.53770610138325,3335466.93673061,1258693.965713174
+    -104.67921758060366,38.46322027122041,3235023.238154287,1230463.345163088
+    -104.08490445267655,39.290371457860104,3400493.898671704,1533767.808598997
+    -108.50494006919305,38.85441696821602,2144434.279425737,1386022.76516218
+    -107.25004448177542,39.61872922374515,2507031.220664314,1654996.598397838
+<EPSG:103249> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=914401.8289 +y_0=304800.6096 +lon_0=105d30'0"W +lat_0=36d40'0"N +lat_1=37d14'0"N +lat_2=38d26'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-109.06,36.98,-102.03,38.68  <>
+    -103.01069774759306,38.481241061641185,3712538.419451696,1670240.007878854
+    -105.51733351539248,38.15831349191196,2995018.951340462,1543143.700146581
+    -102.76428711673924,37.252610225725576,3796152.491101696,1225011.125002114
+    -107.1977013084232,37.12658163027739,2505058.954309372,1171960.899404103
+    -105.32835810394394,37.832769556489296,3049573.216631605,1424644.348077066
+    -108.46828329416903,37.13063782478037,2134781.311985198,1182688.125957163
+    -107.21396504461117,37.524370332585974,2502975.487145858,1316863.638794249
+    -106.86918336673968,37.79432861412128,2604390.363716866,1413500.758842815
+<EPSG:103250> +proj=lcc +ellps=GRS80 +x_0=304800.6096 +y_0=152400.3048 +lon_0=72d45'0"W +lat_0=40d50'0"N +lat_1=41d12'0"N +lat_2=41d52'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-73.73,40.98,-71.78,42.05  <>
+    -71.85684581366905,41.316506587350254,379583.699383552,206445.792876401
+    -73.50916865509393,41.04153984907387,240967.592225978,175802.545115318
+    -72.4612943510287,41.36077113102515,328957.726252374,211015.649529401
+    -72.7292726866338,41.92480435040732,306520.006935387,273619.911647473
+    -72.14681805457407,41.14668056127388,355436.724587096,187375.487661284
+    -72.7807047149083,41.194518631207536,302224.961700297,192511.995327771
+    -72.73352593660488,41.48278467670182,306176.563129829,224526.300284011
+    -73.24430318203808,41.81827889467975,263731.413710063,261905.300865788
+<EPSG:103251> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=304800.6096 +y_0=152400.3048 +lon_0=72d45'0"W +lat_0=40d50'0"N +lat_1=41d12'0"N +lat_2=41d52'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-73.73,40.98,-71.78,42.05  <>
+    -73.58974087577312,41.69846605886205,770674.464204411,816337.455141605
+    -72.81183987587654,41.731422636394306,983120.706163552,827238.249980715
+    -73.14356813619817,42.02707836319787,893064.394283096,935214.473710455
+    -72.60081383798669,41.04709701971531,1041152.100165458,577919.207419911
+    -72.65308560292353,41.466024341939864,1026562.169924491,730540.813150528
+    -72.94742461425902,41.024715055123224,945523.68505243,569790.846282512
+    -73.1762171817904,41.412388212436426,883088.621756077,711270.773355561
+    -72.29682828432031,41.01300335441988,1125068.713132727,565789.298569713
+<EPSG:103252> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=75d25'0"W +lat_0=38dN +k_0=0.999995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-75.8,38.44,-74.97,39.85  <>
+    -75.0294860453144,38.6579983545694,233700.963689214,73109.502497722
+    -75.11960266881334,39.43510019090173,225575.282756797,159351.065056004
+    -75.0797170192875,38.80667206902579,229268.039877524,89596.54555887
+    -75.72754720434776,39.707896006972454,173340.211882674,189642.542673317
+    -75.40863015312038,39.29964746625038,200693.381026298,144270.760097603
+    -75.48120326608503,39.74999597913982,194469.111577208,194272.637482147
+    -75.3792632191013,39.749676635294364,203205.798117455,194235.857946964
+    -74.97358841396239,39.40517133112414,238162.4437601,156079.831302159
+<EPSG:103253> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=75d25'0"W +lat_0=38dN +k_0=0.999995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-75.8,38.44,-74.97,39.85  <>
+    -75.44207036211752,39.3876352002924,648986.874911705,505378.138767867
+    -75.42793523683108,39.631574700654106,652993.261119112,594233.110683437
+    -75.66277743288248,38.55364120004515,585783.801004861,201714.405684021
+    -75.17474196231503,39.25914198854994,724671.99872141,458666.069420601
+    -75.72652251786756,38.66928987687218,567695.931776274,243888.582344276
+    -75.53446322784559,38.80079250535376,622595.088571602,291654.62263605
+    -75.24335253889821,38.898224293133914,705494.475413391,327165.667195489
+    -75.72768159930789,39.170231466129096,567987.18884656,426341.407138326
+<EPSG:103254> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=81dW +lat_0=24d20'0"N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-82.33,24.41,-79.97,30.83  <>
+    -81.45610515638629,27.940727277588383,155114.797097804,399723.965201711
+    -80.39791242752582,29.960116197928844,258113.808165179,623598.511862335
+    -82.16240059497025,25.236588901512963,82883.318120291,100553.535371582
+    -80.15468394991751,27.91746779600264,283207.214908392,397350.222069819
+    -80.83311148346687,27.42297848141444,216501.406924732,342280.716742416
+    -80.7356670474468,30.447232897918852,225388.205830545,677472.263213085
+    -80.30264855000875,30.022632465575448,267266.731278312,630580.50745164
+    -80.49520842109872,29.140625646041464,249117.347359781,532720.393952241
+<EPSG:103255> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=82dW +lat_0=24d20'0"N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-83.34,26.27,-81.13,29.6  <>
+    -82.90430372511499,28.94572738692199,111843.212672541,511351.194893834
+    -83.30795926708574,29.436176054360267,73094.678193805,566084.022420851
+    -81.44635704510276,27.487609130615596,254710.351038103,349553.002490433
+    -82.28139446802655,28.362374256056412,172416.549265616,446397.393617704
+    -81.81404972758716,29.104463712697523,218099.813695802,528621.448228503
+    -81.45114200002496,26.561454987655242,254684.166859563,246932.670307965
+    -81.62737567621241,26.805159437665857,237046.604181497,273870.381440869
+    -83.3372380160451,28.68991633419447,69315.614189915,483396.111051724
+<EPSG:103256> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=84d30'0"W +lat_0=29dN +lat_1=29d35'0"N +lat_2=30d45'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-87.63,29.21,-82.04,31.01  <>
+    -87.55220250614309,30.201897747176606,306152.945892981,137160.048343656
+    -87.05554582124708,30.59705016375461,354940.988348446,179777.61355542
+    -87.55733980395377,29.653175644971878,304027.667048417,76371.03839085
+    -85.01378988642733,30.238368706039093,550548.311712298,137380.905491217
+    -82.78104982924744,29.48087871045225,766708.830937154,54560.898681178
+    -82.5053039829744,30.912701698188883,790672.1829278,213693.912551693
+    -84.34209323562901,30.526358704349043,615154.689532048,169204.838053459
+    -85.71671398561834,30.25835941240364,482917.609627184,140110.200560196
+<EPSG:103257> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=81dW +lat_0=24d20'0"N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-82.33,24.41,-79.97,30.83  <>
+    -81.82608258926327,28.331149488292297,390413.430368657,1454006.477562033
+    -80.84059271333865,26.93902904789967,708101.755295399,947039.144441345
+    -80.17743739455814,25.361411723602874,927788.285099282,374435.781610546
+    -80.82891620416564,25.38164378166338,712651.08519352,380989.57966469
+    -80.79121029068837,29.220893682557588,722767.436546744,1776667.611316909
+    -82.05461234854623,29.833910184389875,321780.018175166,2001057.361120163
+    -81.36943169599947,28.05917381761502,537020.497331887,1354396.015085755
+    -81.74000149422224,27.052063914900717,415315.81327136,988802.689198794
+<EPSG:103258> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=82dW +lat_0=24d20'0"N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-83.34,26.27,-81.13,29.6  <>
+    -83.03558882036155,29.21531667340208,325808.286548484,1776037.765928827
+    -81.2396630628413,27.060546317196017,903619.821395773,991925.705042318
+    -82.81007445638785,28.000087538996006,394760.235571764,1333601.518015036
+    -82.46315515223992,26.71838432609824,504980.516455634,867077.341431599
+    -83.32834814469575,29.252166959681794,232560.109362284,1790379.925216197
+    -81.60007727435203,27.416717240333735,785907.528115427,1120862.036902383
+    -81.5046508113559,29.369399334131796,813946.764648007,1830943.730580365
+    -83.06846843233805,28.420662251940403,312721.05159187,1487166.441777652
+<EPSG:103259> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=84d30'0"W +lat_0=29dN +lat_1=29d35'0"N +lat_2=30d45'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-87.63,29.21,-82.04,31.01  <>
+    -83.04187736163553,30.545650928515094,2427505.536145315,565050.254399733
+    -86.26401793287937,29.257738855154187,1405964.495636752,98084.652377097
+    -86.36270662828704,29.779691177341757,1377596.832972633,288376.930295573
+    -82.34278533306113,29.621104124132625,2653912.942151167,232361.657358472
+    -87.33645010947824,29.33841089363972,1064758.066647348,134313.187638553
+    -86.42738789712895,29.7174309146164,1356697.250254697,266079.305914755
+    -83.16402149181224,30.828089065128164,2387853.769510508,667301.334893656
+    -84.822889101556,29.292309212434578,1865565.146765932,106450.939258707
+<EPSG:103260> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=82d10'0"W +lat_0=30dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-83.47,30.36,-80.77,34.68  <>
+    -83.05752602766546,31.26420578601996,115161.854487498,140481.519672213
+    -81.51993790304616,33.45051140928762,260124.66361686,382748.25051014
+    -81.68372058128912,30.441053124176527,246386.184948829,48986.979363893
+    -82.97817988935346,30.389186124213204,122014.297892479,43417.954170402
+    -82.68830660481777,30.738530936303693,150050.75274142,81979.962811503
+    -81.70347412250283,32.58333002012673,243485.319591513,286490.950274334
+    -81.80587363486379,33.104945307244265,233674.339464513,344296.418696756
+    -83.38346909580044,30.5305488388808,83232.544850657,59438.423175249
+<EPSG:103261> +proj=tmerc +ellps=GRS80 +x_0=700000.0 +y_0=0.0 +lon_0=84d10'0"W +lat_0=30dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-85.61,30.62,-82.99,35.01  <>
+    -83.0734923381233,32.41761151117228,802819.288977731,268546.554442483
+    -83.44362518958376,34.183738506728226,766648.229392273,464118.226326485
+    -84.39198688189913,31.184479632482255,678525.00638815,131322.458170143
+    -84.22919892812745,34.49032610927336,694257.333948976,497889.611239254
+    -84.9243868613906,31.460086824658568,627990.897561218,162103.998807316
+    -84.16722297665086,33.172017945870266,699948.500573684,351676.59383602
+    -85.28396646019554,33.53200594901051,596224.084790596,392158.118250226
+    -83.14846138641859,31.879422143832475,796332.102412312,208799.252343367
+<EPSG:103262> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=82d10'0"W +lat_0=30dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-83.47,30.36,-80.77,34.68  <>
+    -82.84074875900272,33.24213946820476,450076.329617075,1179969.499047476
+    -80.89872606968216,33.652721976651506,1042009.817024728,1331060.944388095
+    -83.07660787662645,30.568009544749817,369798.295803611,207721.182430008
+    -82.8141201233065,30.44194127596647,452145.39387707,161300.226477533
+    -82.20504468622342,31.032671337367983,644147.925622914,375562.627542834
+    -82.88409114683725,33.78122857745622,438180.834175483,1376212.7240263
+    -81.46951034082889,32.120508990974365,871995.070472096,771949.350400018
+    -82.75365455449112,31.394695808640666,473023.512342914,507724.759508384
+<EPSG:103263> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=700000.0 +y_0=0.0 +lon_0=84d10'0"W +lat_0=30dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-85.61,30.62,-82.99,35.01  <>
+    -83.70991118352094,33.891272495650576,2435189.566037956,1415803.830033344
+    -83.19635120793944,32.00892788152215,2597345.199493349,732011.489334334
+    -83.6521393347554,31.462029084749854,2457005.643951281,532103.289907662
+    -83.05274873820639,31.318638143272555,2644421.808794431,481329.461641039
+    -84.35030716665952,32.49402135699035,2239966.055400565,907177.158068437
+    -85.32450426483229,33.06584568831056,1941876.090197092,1117119.284486427
+    -84.52711762786554,31.285981114288628,2183992.60184742,467877.511594012
+    -83.90483739900502,34.519256613430834,2375450.857423108,1644117.267767387
+<EPSG:103264> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=112d10'0"W +lat_0=41d40'0"N +k_0=0.9999473684210526 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-113.24,41.99,-111.04,44.75  <>
+    -112.2559457866019,43.51076238226928,192782.051340521,204843.276996381
+    -112.902204185399,42.031401929706185,139094.153943112,40770.218780683
+    -113.06685301981986,42.176017143036034,125629.369283798,56963.065562915
+    -112.22691259624625,42.1962443105616,195025.197782714,58819.199240352
+    -113.04277232265696,42.090110585896944,127520.998169797,47400.602062597
+    -111.3335929857489,43.33606517310183,267555.813904705,185768.453181017
+    -112.87335590718459,43.47477134109183,142825.451650503,201083.534840708
+    -111.68202493176359,43.95395193664738,238900.271618983,254192.468072315
+<EPSG:103265> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=114dW +lat_0=41d40'0"N +k_0=0.9999473684210526 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-115.3,41.99,-112.68,45.7  <>
+    -114.49415898970047,42.98688456668392,459700.335896368,146759.427142482
+    -114.51051507172855,42.609777964462474,458112.830234796,104877.156215519
+    -113.81865871554346,45.633928406893695,514139.907104085,440776.457715683
+    -114.65111206183465,44.884020482623114,448562.127885706,357628.715305285
+    -113.23441419646,44.26598751046791,561127.573788064,289033.170442894
+    -114.77002249761586,44.29747943191259,438553.050861025,292535.615932041
+    -112.84096582294323,42.583958530922295,595140.464185312,102534.018564703
+    -113.99304519277888,44.30936050043362,500555.896918062,293567.393749429
+<EPSG:103266> +proj=tmerc +ellps=GRS80 +x_0=800000.0 +y_0=0.0 +lon_0=115d45'0"W +lat_0=41d40'0"N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-117.24,41.99,-114.32,49.01  <>
+    -116.21385161541855,46.24959624592523,764233.869133879,509285.901957219
+    -114.95624485989745,42.25463259296962,865497.266610523,65606.930683803
+    -116.26945023990493,44.35477418536764,758589.72749763,298740.477164266
+    -114.52297996456802,48.880569437446525,889991.829015092,802404.210115064
+    -117.12438607432108,44.58834563247016,690869.022894447,325481.255916798
+    -115.73210383627492,42.73617219907729,801466.447136364,118789.257863748
+    -116.91684760886743,46.060064385081155,709717.272688906,488777.456813066
+    -116.25751038599815,43.95628633031121,759268.390806932,254459.325519744
+<EPSG:103267> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=112d10'0"W +lat_0=41d40'0"N +k_0=0.9999473684210526 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-113.24,41.99,-111.04,44.75  <>
+    -112.73998919679225,43.56265765036606,504208.128105439,691483.308927955
+    -112.65178142312708,44.572167507497795,529755.061773294,1059327.371818242
+    -112.51630283715853,43.811530144042074,563879.639544922,781868.685745015
+    -111.61397103308364,42.54628506042008,805103.935204676,321016.89898402
+    -113.20431092911136,43.37548101953462,380286.862000707,624451.571600827
+    -111.53843827948525,42.45982673551904,825691.115837455,289650.926502854
+    -112.38557424479717,43.09131159791739,597697.112311882,519240.184947194
+    -113.01564976060725,43.898309901729185,432396.070066931,814455.613460935
+<EPSG:103268> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=114dW +lat_0=41d40'0"N +k_0=0.9999473684210526 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-115.3,41.99,-112.68,45.7  <>
+    -113.13387793588271,44.19629188585879,1867569.612550091,923124.75591107
+    -113.70070758101147,45.13631015196024,1717654.07744086,1264767.850006767
+    -113.52671769191606,42.557117131596684,1767932.552881778,324834.928808192
+    -115.0736043732535,44.1135919431281,1358462.240283204,893620.019588658
+    -115.02962831125093,43.12435261054837,1365541.073990494,532894.638481173
+    -114.96523532690793,45.67587317263088,1393695.891202342,1462842.656051995
+    -113.32172372821246,44.539408274022634,1817269.52785475,1047743.472192729
+    -113.85986535698281,42.93514007246573,1677946.585758486,462277.173596366
+<EPSG:103269> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=0.0 +lon_0=115d45'0"W +lat_0=41d40'0"N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-117.24,41.99,-114.32,49.01  <>
+    -116.67198431619066,45.6104266967538,2388730.086396405,1438828.778317947
+    -114.92163580468558,42.93018639744442,2846512.504679832,461526.435615511
+    -114.46922875528335,43.69210682510559,2963412.965018515,740748.617720952
+    -116.27342898884136,44.843439232878104,2488908.540092221,1158269.643634612
+    -114.96760983555662,46.81253562131903,2820565.909858516,1876806.238906545
+    -114.49733484806143,44.55021742099075,2951217.501320866,1053439.54727348
+    -114.53336554953516,47.364848997696306,2926158.529849312,2079622.661865293
+    -114.93524227645476,45.12827862942599,2834949.430154284,1262738.582513318
+<EPSG:103270> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=88d20'0"W +lat_0=36d40'0"N +k_0=0.999975 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-89.28,37.06,-87.02,42.5  <>
+    -87.86530043792271,40.80943838273304,339490.793567406,459984.630784094
+    -87.47700996580062,41.637611320306156,371347.169934733,552206.581143029
+    -87.88274797795604,37.50424835989261,339840.549119836,93046.460393635
+    -87.89185933729959,38.42721272787211,338549.33182852,195486.008696628
+    -89.21702541239733,38.02196818906641,222408.006835863,150780.985799193
+    -89.14043433193211,41.792661807802375,232916.366100313,569387.900047399
+    -88.52455507559509,38.840671492299634,283398.966458665,241307.362807386
+    -88.00994770701116,38.1646474036641,328339.948288346,166298.559215406
+<EPSG:103271> +proj=tmerc +ellps=GRS80 +x_0=700000.0 +y_0=0.0 +lon_0=90d10'0"W +lat_0=36d40'0"N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-91.52,36.98,-88.93,42.51  <>
+    -89.02593351854713,41.3033716499491,795530.111188815,515341.927929144
+    -91.02575838830516,40.93800490437119,627656.893629215,474495.723789663
+    -89.80559146198082,39.43638038003427,731084.351594155,307474.637464189
+    -89.86394473045021,42.10535279063288,725038.403693864,603827.370366776
+    -89.1248990427537,42.36802828095946,785808.038200478,633484.460644165
+    -90.59071928425581,39.77850960740861,663674.406156258,345481.80526745
+    -89.22827006723342,37.08944725675592,783426.947043677,47326.729536908
+    -91.4744182767484,37.0775212568276,583717.740819287,46391.39944741
+<EPSG:103272> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=88d20'0"W +lat_0=36d40'0"N +k_0=0.999975 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-89.28,37.06,-87.02,42.5  <>
+    -87.6783396269042,37.78665795308218,1173538.756991551,408453.712680616
+    -89.22143801570616,38.61082304032259,730473.506515817,709149.534947692
+    -88.43245100306162,40.15837875415264,956547.471345712,1271616.606636558
+    -87.93605936949952,41.85205065216866,1092485.599734182,1888924.88101585
+    -89.17818974791096,42.28183487236599,755624.233230895,2046425.429430044
+    -87.87476764884715,37.20286540540105,1117808.092214948,195543.097963593
+    -88.17139004507987,40.73076212880874,1029133.68008349,1480164.679211165
+    -88.8751745780297,40.72463812831302,834067.991156598,1478355.496851714
+<EPSG:103273> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=700000.0 +y_0=0.0 +lon_0=90d10'0"W +lat_0=36d40'0"N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-91.52,36.98,-88.93,42.51  <>
+    -90.47707502673462,37.86368024329072,2206976.542274386,435972.009353533
+    -89.9869632551901,40.50022100102499,2346559.118347613,1396137.219990773
+    -91.35110749473672,39.490278194865766,1962309.556662284,1030397.621782787
+    -90.34952933015585,40.052198473204534,2245395.780149161,1232932.31620811
+    -91.31121963114036,41.50820848735769,1983105.189070896,1765399.732259177
+    -90.74085090005762,37.47663977895748,2129966.224752158,295402.212395131
+    -90.46850425669305,41.457643750646795,2213851.592285793,1745045.124824713
+    -90.42451469390348,40.897934347026954,2225304.890022684,1541081.806286251
+<EPSG:103274> +proj=tmerc +ellps=GRS80 +x_0=100000.0 +y_0=250000.0 +lon_0=85d40'0"W +lat_0=37d30'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-86.59,37.95,-84.78,41.77  <>
+    -86.53933546881879,39.06268520840634,24472.93847172,423816.77500935
+    -85.69714946123287,40.274636743161956,97407.928944864,558011.129130392
+    -85.75354769614275,39.99933553684534,92581.49689112,527446.630061579
+    -85.62927667255042,41.03564898286979,103144.441058871,642516.841431722
+    -85.95186872667003,41.755041786933496,76281.597874368,722449.690122197
+    -86.37985397837429,38.45629793947985,37751.270014367,356381.91239415
+    -86.29004807439998,39.44386609154449,46339.747270026,465957.168930706
+    -85.01220842261885,40.446223788201394,155519.995944099,577269.047052939
+<EPSG:103275> +proj=tmerc +ellps=GRS80 +x_0=900000.0 +y_0=250000.0 +lon_0=87d5'0"W +lat_0=37d30'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-88.06,37.77,-86.24,41.77  <>
+    -86.32989706475996,39.126600885602286,965149.669765819,430820.129384693
+    -86.6750999589999,38.32737834051911,935695.49122409,341909.73057634
+    -88.04789975483465,39.16611744940697,816641.262091226,435379.905945102
+    -86.24810980432578,39.772722440097155,971557.386640183,502616.135200681
+    -86.8970790009768,38.220258836752414,916310.047414467,329957.225068013
+    -86.68715548163769,41.7171766657696,932967.96985237,718280.764885874
+    -87.67878903898202,40.22548982713899,849321.398571178,552723.699354101
+    -87.39049083716338,40.19916926624059,873848.318467656,549676.37072427
+<EPSG:103276> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=100000.0 +y_0=250000.0 +lon_0=85d40'0"W +lat_0=37d30'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-86.59,37.95,-84.78,41.77  <>
+    -85.5659713600285,40.157709060816465,356229.885181631,1788160.700202142
+    -85.76398093767853,38.02580436274006,300053.056856084,1011683.658153739
+    -85.24206017582384,38.32738577015497,449891.116928223,1121772.692496271
+    -84.83254236662754,38.463948612221486,566920.771575291,1172306.770718823
+    -86.42763579215766,40.70544515712638,117105.544985705,1988599.403945419
+    -86.22659676892121,41.525931523367966,174765.199487422,2287122.020457671
+    -85.83938689245704,38.43528072401424,278610.304126315,1160831.5153709
+    -86.01694496129707,41.5325043038866,232181.684136199,2289214.64779131
+<EPSG:103277> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=900000.0 +y_0=250000.0 +lon_0=87d5'0"W +lat_0=37d30'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-88.06,37.77,-86.24,41.77  <>
+    -86.80063665849245,40.989335236201505,3030795.283656316,2091240.919031049
+    -87.55106844043176,38.19958313035288,2818337.510472639,1075290.840705638
+    -86.35311473342792,39.75986206062053,3158040.735656784,1644057.221387273
+    -87.16005028076819,41.7477393939569,2931816.899083039,2367456.523531769
+    -87.37802593861217,40.28781752285027,2870539.925757368,1835678.436845683
+    -86.38837485758731,41.095164066775155,3144301.405598862,2130435.898344412
+    -87.10690452210822,41.06597879122743,2946251.791682953,2119039.740216725
+    -87.5728055418135,40.77505630596473,2817186.780595048,2013424.641036923
+<EPSG:103278> +proj=lcc +ellps=GRS80 +x_0=1500000.0 +y_0=1000000.0 +lon_0=93d30'0"W +lat_0=41d30'0"N +lat_1=42d4'0"N +lat_2=43d16'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.65,41.85,-90.15,43.51  <>
+    -91.21018662152163,41.91336307085713,1689953.215448193,1048487.074698351
+    -94.55048752177785,43.44619169021772,1414964.255380586,1216715.049348547
+    -94.86942764315143,43.035734965706965,1388409.589517788,1171489.977480256
+    -95.60901845671027,42.805164379420255,1327513.691167727,1147124.569416562
+    -96.60812137612037,42.11867556985484,1243029.683566286,1073443.794522509
+    -94.30391803953212,42.2170636131301,1433624.830274128,1079963.44156351
+    -90.15580702463585,42.26634950908054,1775830.781306788,1090578.630731422
+    -96.61979329453423,42.67696245034631,1244353.089836291,1135449.721568174
+<EPSG:103279> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=93d30'0"W +lat_0=40dN +lat_1=40d37'0"N +lat_2=41d47'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.14,40.37,-90.14,42.04  <>
+    -90.59839761736607,41.501581391607246,742213.258131296,170789.939193316
+    -95.59102024727649,41.132357868763954,324450.524960333,127855.818083069
+    -95.96618796904853,41.13486483761464,292969.280584219,128959.184303023
+    -94.87465134915679,41.15390548602143,384624.260415862,129050.244445319
+    -94.3003533077844,41.39713911730924,433072.568151296,155458.439220556
+    -91.81951251274265,40.927148350180694,641529.777223863,104324.481665239
+    -90.79580188417593,40.859854998672546,727955.538365585,99028.225265346
+    -92.56675953279553,41.310915952534444,578143.443532463,145994.178355392
+<EPSG:103280> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1500000.0 +y_0=1000000.0 +lon_0=93d30'0"W +lat_0=41d30'0"N +lat_1=42d4'0"N +lat_2=43d16'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.65,41.85,-90.15,43.51  <>
+    -92.12646747421589,42.19821994909505,5293419.713258699,3538301.091998043
+    -94.5741608510689,42.76585518641764,4632824.422728552,3743971.734201119
+    -94.60806071334483,43.03176141240641,4624992.516473464,3840991.375751894
+    -91.04329807862709,42.03376040823734,5588588.572958158,3485042.850865658
+    -90.32415174305198,43.22875576533243,5767498.814140438,3926746.95766822
+    -90.73622618058535,42.96655443040919,5660861.868458622,3827375.134391961
+    -94.08651956269055,42.27946159957546,4762530.364788264,3565434.20265475
+    -94.07444945943716,41.86777584929922,4764777.249266722,3415389.588286995
+<EPSG:103281> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=93d30'0"W +lat_0=40dN +lat_1=40d37'0"N +lat_2=41d47'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.14,40.37,-90.14,42.04  <>
+    -90.70112027071498,41.384660842424445,2408325.885159206,516832.132604784
+    -92.28240890488253,41.911170917899014,1971841.114728411,698647.988076279
+    -90.28187822731606,41.409406712078585,2522967.544827859,529820.572786718
+    -94.01098848967307,41.327343506191305,1500076.619411101,484004.867200779
+    -93.5961586516968,41.207955514084546,1613960.655600758,440108.514659286
+    -90.16858044456713,41.171751831399334,2557339.322628703,444464.373955597
+    -94.8234330386192,41.60967034338593,1278517.205124799,589215.7285589
+    -95.79152018444597,40.95475998290162,1007550.191099387,356182.226316371
+<EPSG:103282> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=0.0 +lon_0=98dW +lat_0=38d20'0"N +lat_1=38d43'0"N +lat_2=39d47'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-102.06,38.51,-94.6,40.01  <>
+    -96.57526514880747,39.68811050271287,522209.256765956,151360.460160864
+    -99.27036228165106,38.607771590603306,289350.329247458,31241.044296823
+    -96.59352433663902,39.966436949079444,520163.218672978,182235.45551247
+    -99.78462572515421,39.85244840688961,247285.223982627,170150.377640328
+    -96.33255611847913,39.29736233894632,543824.524911158,108341.890085784
+    -100.87989452732715,39.48936443419036,152303.740854838,132272.526853973
+    -99.4621088336376,39.944203551360204,275045.736923354,179842.319232036
+    -101.04012495968466,39.77660890145242,139597.971455381,164596.445051269
+<EPSG:103283> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=400000.0 +lon_0=98d30'0"W +lat_0=36d40'0"N +lat_1=37d16'0"N +lat_2=38d34'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-102.05,36.98,-94.61,38.87  <>
+    -98.66712595698223,38.85194827509243,385492.099714024,642560.938341351
+    -100.25245159697158,38.61306023804545,247376.353759099,617462.289070679
+    -97.61474999058868,38.76490406002016,476942.191818608,633249.724548867
+    -96.55591587443382,37.081928652484216,572855.681431972,447890.023186895
+    -100.56864073074019,38.846144473287076,220417.071797849,643895.91242228
+    -95.0064218257578,38.40301202355525,705083.36063121,598427.972186094
+    -100.11211707485388,37.907253995959465,258242.551155307,538911.126391386
+    -95.8236771905259,37.560982043427025,636420.065737569,502647.973912156
+<EPSG:103284> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=0.0 +lon_0=98dW +lat_0=38d20'0"N +lat_1=38d43'0"N +lat_2=39d47'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-102.06,38.51,-94.6,40.01  <>
+    -99.37630524237785,39.62687882775027,924678.766596882,474076.101010525
+    -101.78962236736751,39.22023787523245,239005.862622133,345478.626259306
+    -94.8170140377861,39.2721179535271,2213262.146933248,357747.819316286
+    -96.36387024971265,39.409217321618236,1774601.110570566,396024.370575474
+    -95.1208165915238,39.527402137493475,2124347.158957016,447805.721790144
+    -100.752765821056,39.023609058789596,530389.214137144,263287.235366319
+    -95.3927947727883,39.13995754350148,2051726.316873449,304421.779271756
+    -94.81601378290871,39.543142096943065,2210074.931700829,456413.176043276
+<EPSG:103285> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=400000.0 +lon_0=98d30'0"W +lat_0=36d40'0"N +lat_1=37d16'0"N +lat_2=38d34'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-102.05,36.98,-94.61,38.87  <>
+    -96.77608994544153,37.603667579225224,1811712.491672932,1658130.308613549
+    -100.23873275213307,37.83953996405289,810267.284147276,1744081.571043468
+    -97.1893191066131,38.3995606296358,1687944.668211611,1945970.889215418
+    -99.12900164933069,37.1116778063723,1128911.012416005,1474990.758630175
+    -96.85386956709439,37.56534479076711,1789430.290660967,1643771.271662865
+    -100.29341840352035,38.43265234934906,798632.661536752,1960322.761378524
+    -98.872337631286,38.45011689248429,1205703.219308965,1961955.139310376
+    -95.33110799029956,37.854413718913705,2227063.213319854,1760362.322557105
+<EPSG:103286> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=84d15'0"W +lat_0=37d30'0"N +lat_1=37d58'0"N +lat_2=38d58'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-85.96,37.71,-82.47,39.15  <>
+    -83.02437325123189,38.113838970768775,607478.344140246,68848.242465241
+    -84.64946750011599,38.69859567358624,465250.775997493,133116.777390752
+    -83.49176688884322,39.09962755670765,565591.935971549,177831.036660461
+    -83.60918110411609,39.03543034555141,555484.692547351,170626.98191353
+    -85.03971426871742,38.320417169498484,430943.97721258,91358.845830258
+    -83.0080047538337,38.94754932869044,607665.769055866,161403.707572836
+    -82.55507907326223,38.87307068794694,647077.034056153,153762.990334653
+    -83.29078003206826,38.3850947275256,583803.94035894,98678.335885869
+<EPSG:103287> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=84d15'0"W +lat_0=37d30'0"N +lat_1=37d58'0"N +lat_2=38d58'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-85.96,37.71,-82.47,39.15  <>
+    -82.94760268696737,38.87274394183357,2011213.006008863,502533.447706389
+    -83.59758321776286,38.9418351651709,1825988.670766435,525733.082605007
+    -82.76986994573083,37.901776228607034,2067491.905046125,149740.438551204
+    -83.18354088590547,38.336423162983564,1946305.780468281,306361.646644375
+    -83.89919480795054,38.72991687224684,1740494.077831023,448084.331878384
+    -83.5094049556649,37.77862246664056,1854475.351166093,102321.896510691
+    -85.95366528758682,38.68275484412816,1154112.793887526,435215.314475471
+    -82.51618217658314,38.269792901659606,2138159.85870817,285011.119595987
+<EPSG:103288> +proj=lcc +ellps=GRS80 +x_0=1500000.0 +y_0=1000000.0 +lon_0=85d45'0"W +lat_0=36d20'0"N +lat_1=37d5'0"N +lat_2=38d40'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-89.57,36.49,-81.95,39.15  <>
+    -87.43552232124274,37.96440285919048,1351907.307175263,1182356.765760704
+    -87.21926103163607,36.51248652595935,1368369.915044488,1020919.964735264
+    -86.28402508404096,36.52385418620136,1452162.836099408,1021282.301683258
+    -86.46567288512973,38.440439729089434,1437522.468006209,1234095.123763533
+    -86.94924732226974,37.51526885039921,1393988.969237204,1131854.907243404
+    -85.5062797823758,37.99274950063438,1521407.061650638,1184193.364969363
+    -85.16049738843653,38.73340517094795,1551258.505414229,1266538.28005561
+    -87.72590428211365,38.99321809186629,1328815.150890708,1297032.848929854
+<EPSG:103289> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1500000.0 +y_0=1000000.0 +lon_0=85d45'0"W +lat_0=36d20'0"N +lat_1=37d5'0"N +lat_2=38d40'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-89.57,36.49,-81.95,39.15  <>
+    -85.7218259412891,37.09644558140035,4929468.709091008,3558699.336402374
+    -84.7575371864626,37.14690231552492,5210514.493086379,3578607.710838027
+    -88.38245137969746,38.73730277350698,4170418.594305988,4166780.009479519
+    -82.65887872952396,37.282836751873305,5820402.372968879,3641456.335027526
+    -83.98842295950048,36.56492995780611,5438659.380005315,3370048.587169986
+    -83.14023344592924,38.984627650500165,5663096.79402322,4256647.169753648
+    -87.41183557027416,36.9727883415225,4435780.603538184,3517996.452569564
+    -86.07995372169272,36.53953752908335,4824299.601840492,3356090.206890813
+<EPSG:103290> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=500000.0 +lon_0=85d45'0"W +lat_0=36d20'0"N +lat_1=36d44'0"N +lat_2=37d56'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-89.57,36.49,-81.95,38.17  <>
+    -88.63449746330318,37.988874121320066,246646.371675999,687597.369916611
+    -87.82925232584256,37.23694528047223,315523.315474109,602306.537559543
+    -88.36090402884463,36.9971675114378,267629.193277113,576878.271166661
+    -89.45723972125022,36.55359925730914,168166.599145167,530954.598039107
+    -83.97090868136853,36.68404988642702,659005.180075754,540416.815887103
+    -84.78448755497469,37.278555906700895,585621.637665892,605331.749655908
+    -86.32180271038715,38.12477330920134,449861.083972995,698965.985226732
+    -83.35082098970622,36.91301877289579,713769.416306044,567043.382220055
+<EPSG:103291> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=500000.0 +lon_0=85d45'0"W +lat_0=36d20'0"N +lat_1=36d44'0"N +lat_2=37d56'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-89.57,36.49,-81.95,38.17  <>
+    -84.651326959846,38.16343390053516,1956320.448079061,2308609.616133122
+    -86.42446117486044,37.689448290251825,1445254.738088647,2134864.264639086
+    -84.4399921511912,37.46781402529998,2020594.403461671,2056102.333563989
+    -85.13635693415746,37.11671418952913,1819337.702294002,1926212.875111372
+    -84.14123456319918,37.97744551996878,2104129.131561084,2242988.550328403
+    -86.95100789138283,37.99995796677239,1294335.979972598,2249438.348416641
+    -86.35620594685602,37.524472054662475,1464619.462553137,2074660.346018167
+    -87.49666145861543,36.81576725125972,1129144.573164397,1820787.89086651
+<EPSG:103292> +proj=lcc +ellps=GRS80 +x_0=1000000.0 +y_0=0.0 +lon_0=92d30'0"W +lat_0=30d30'0"N +lat_1=31d10'0"N +lat_2=32d40'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-94.05,30.85,-90.86,33.03  <>
+    -93.02177115483613,31.009618643753367,950172.479774403,56625.240556791
+    -92.91387748432125,30.893225756460843,960426.772257389,43675.816133506
+    -92.65689183312924,32.36756976390713,985235.660315989,207079.321077875
+    -91.13113913101752,31.841926059995757,1129555.581702929,149603.415920033
+    -91.4741363993244,31.919356828533118,1097012.683804757,157829.5141054
+    -92.71472521948004,32.511339217886885,979824.609989763,223031.168063351
+    -93.4291863467792,31.63855986845162,911863.754101925,126615.133704194
+    -93.34823605924144,32.77384939511802,920527.346100935,252433.952241956
+<EPSG:103293> +proj=lcc +ellps=GRS80 +x_0=1000000.0 +y_0=0.0 +lon_0=91d20'0"W +lat_0=28d30'0"N +lat_1=29d18'0"N +lat_2=30d42'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-93.94,28.85,-88.75,31.07  <>
+    -89.38969950709895,29.433803032966793,1188576.055016364,105107.178852777
+    -93.87546212110408,29.29258149368829,753019.016565428,90594.526036704
+    -92.31410746862568,30.413369392832614,905769.712912596,212490.513946476
+    -93.22433923833393,30.73731416982429,818915.071418705,249493.869004777
+    -90.88002725369721,31.06286093393216,1043268.898772457,284179.669707064
+    -92.75779136792275,30.44152200834396,863182.079581016,216058.499705609
+    -92.72799480037133,30.158667333722526,865662.273598624,184670.927627365
+    -92.69022588864475,30.735977123080655,870057.933683435,248620.777836748
+<EPSG:103294> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1000000.0 +y_0=0.0 +lon_0=92d30'0"W +lat_0=30d30'0"N +lat_1=31d10'0"N +lat_2=32d40'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-94.05,30.85,-90.86,33.03  <>
+    -92.16342292251042,31.393305923617937,3385856.106829149,325115.078110281
+    -91.44443870058609,32.81393918656494,3605159.420793452,843339.827436813
+    -93.48572674543946,32.58477291141776,2977209.020203156,759760.304177581
+    -90.88794955148184,31.329997242920975,3784161.757871605,305667.060298104
+    -93.17140695725787,31.653629220127943,3071926.548789788,420292.166383663
+    -91.30389147577613,31.214929990082904,3654761.411732883,262131.100234966
+    -93.36066967207792,32.899332497608185,3016637.538049068,873881.355823724
+    -93.88696361618265,31.810886362450137,2850021.682959896,479605.240055144
+<EPSG:103295> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=1000000.0 +y_0=0.0 +lon_0=91d20'0"W +lat_0=28d30'0"N +lat_1=29d18'0"N +lat_2=30d42'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-93.94,28.85,-88.75,31.07  <>
+    -90.72338526766961,31.05835680014465,3471853.297824478,930935.211713266
+    -92.87433533772402,31.008173662576695,2798004.748460294,915417.92249211
+    -93.55666732538722,29.2968295059164,2572162.259794383,296657.039200358
+    -92.51357042079836,29.93027741040716,2906998.068408442,522060.381567673
+    -93.75401849874034,30.488300773620967,2518419.494946688,731128.5754593
+    -92.06102973074813,28.946665201152207,3048065.165259882,163181.414594545
+    -90.05005522104453,29.827024256912644,3687729.543350359,484865.010419378
+    -91.15571209443767,29.10834255975912,3337560.592694208,221281.903541716
+<EPSG:103296> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=68d30'0"W +lat_0=43d40'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-70.03,43.88,-66.91,47.47  <>
+    -69.17214343466068,44.62471779944083,246664.123698878,106662.039675668
+    -69.01098913772162,45.93018274885964,260371.322055893,251640.425971421
+    -69.93286667646126,44.031891498339725,185147.864806215,41573.11236338
+    -69.56217152920375,45.43001603856643,216888.329880398,196476.808884054
+    -69.17240407656232,44.67360706850108,246688.245695474,112094.487302622
+    -67.12876569654779,45.51446346694137,407134.667216373,206227.291725833
+    -67.35076061621693,44.20633617203121,391847.036310395,60598.508894061
+    -68.24236073666557,45.43764229303921,320156.774806499,196807.748890652
+<EPSG:103297> +proj=tmerc +ellps=GRS80 +x_0=900000.0 +y_0=0.0 +lon_0=70d10'0"W +lat_0=42d50'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-71.09,43.04,-69.26,46.58  <>
+    -70.33948918686563,46.57352587184189,886752.076625783,415632.202450585
+    -70.06099795046042,43.30043565416575,908573.971602821,51894.989823023
+    -69.55501559690282,46.55134916767865,946906.12675785,413334.327273019
+    -69.52856298579331,44.93283533651127,950369.552977905,233464.900471817
+    -69.63855780619568,45.23086066041004,941470.801185952,266521.938403988
+    -71.08579704825536,45.01066480748703,827545.383736194,242326.82872678
+    -70.4010585273815,43.353822432154935,880998.155751039,57847.276021708
+    -71.07598890140015,43.42156397146459,826364.226644042,65748.107325369
+<EPSG:103298> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=68d30'0"W +lat_0=43d40'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-70.03,43.88,-66.91,47.47  <>
+    -67.74060548600971,47.17969407653546,1173083.91108597,1281748.388890016
+    -67.16966092735487,47.15684293157515,1315197.572883761,1275313.835925369
+    -68.0349370452759,44.62575925955454,1105322.452238096,349944.180438203
+    -68.63939688745641,46.11174069391049,948898.006663652,891406.880370091
+    -68.93685978217027,44.71749503096152,870699.042871903,383345.631155972
+    -66.93946779791955,46.89084130230615,1374395.16031648,1179365.526196017
+    -67.1246817073887,44.1941718137863,1344938.07756743,195290.182332316
+    -69.3584243098574,46.06134126322565,766349.778402962,874173.802970336
+<EPSG:103299> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=900000.0 +y_0=0.0 +lon_0=70d10'0"W +lat_0=42d50'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-71.09,43.04,-69.26,46.58  <>
+    -70.50894604545735,44.69614787708491,2863744.396797736,679204.798998482
+    -70.45504774080163,43.68830585188829,2876470.993294322,311750.819151222
+    -69.3862371602978,44.01123091964021,3158069.389482026,430302.096125188
+    -70.0429915077901,46.3972773285125,2983954.702786175,1299321.062074805
+    -70.75476557613317,46.189913257134,2803805.491739849,1224227.707836711
+    -69.72575111774498,43.448183812272745,3069840.048827319,224403.350424744
+    -69.97434359403245,44.64447593546112,3002805.911891254,660238.721871352
+    -71.0592437616536,43.24963300989727,2714942.105806699,152993.60998202
+<EPSG:103300> +proj=tmerc +ellps=GRS80 +x_0=147218.6942 +y_0=0.0037 +lon_0=90dW +lat_0=43d22'0"N +k_0=1.0000365285 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.64638063746617,45.349948253275,331667.666444907,223083.772031545
+    -88.70710074110754,44.89107028985857,249356.949043059,170202.403087785
+    -92.0857782799928,44.86419986620494,-17632.053694061,168520.00170551
+    -87.56921668211793,46.787471243066136,332830.011892412,383048.603702445
+    -88.38241657479821,42.53446476733387,280116.295894237,-91186.622164586
+    -90.75321573147592,45.951694502042315,88819.80133501,287547.010293355
+    -90.24394629340821,43.90726036933778,127622.030528025,60092.984030947
+    -88.32395581156248,46.990945933753224,274717.348206131,404162.863610988
+<EPSG:103301> +proj=tmerc +ellps=GRS80 +x_0=172821.9461 +y_0=0.0017 +lon_0=90d37'20.0"W +lat_0=45d42'22.0"N +k_0=1.0000495683 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.69214088337857,42.98185444393068,411833.73102030286,-298563.9754052999
+    -92.0818773926802,45.23085766419329,58190.79512835234,-51786.88298742132
+    -91.59419625735421,47.09004648271301,99018.90880423675,154302.20704415336
+    -89.5906511295633,46.65383041240584,251788.5921635911,105864.85004714484
+    -90.29061085299296,45.03524407038058,198954.2310011462,-74510.6042632498
+    -88.771311995255,45.76840031225614,316803.5819219984,8589.28197834874
+    -87.10673831887416,43.447055378501844,457415.4150995925,-245039.55732559395
+    -90.47069910290895,46.43425193131439,184468.36270780407,80949.0488821829
+<EPSG:103302> +proj=tmerc +ellps=GRS80 +x_0=93150.0 +y_0=0.0029 +lon_0=91d51'0"W +lat_0=45d8'0"N +k_0=1.0000486665 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.65862973678901,43.86740636018818,349705.4336944466,-135725.9976642809
+    -92.35006965380458,46.70359828824978,54905.60663350747,174663.55756131047
+    -90.95005603685924,44.25995792598576,165019.29136608588,-96666.25871110991
+    -86.25446215859462,44.532175826252235,537949.7453983673,-51553.070359660705
+    -88.89765235761749,45.03658920836291,325796.89878002135,-6509.993744627872
+    -88.64862813927945,45.25795937907607,344444.5546221554,18839.275390424624
+    -92.41287813665731,44.04021134902487,48032.52497709475,-121324.49046541801
+    -86.89507445207063,45.47696425326791,480586.8118268628,50150.328184119666
+<EPSG:103303> +proj=lcc +ellps=GRS80 +x_0=228600.4575 +y_0=148551.4837 +lon_0=91d9'10.0"W +lat_0=46d40'10.73415799997974"N +lat_1=46d40'10.73415799997974"N +k_0=1.0000331195 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.50909601548636,45.34952148599929,122285.62021632114,2714.1242028897686
+    -88.23244208842496,43.52050560458786,465010.9460729853,-197226.9017808255
+    -90.56390538824455,43.071624569466174,276655.9382787071,-251386.63562250652
+    -92.24473241876353,44.9219359035621,142347.34054497143,-45141.33543087097
+    -88.3054198261758,45.11133117544771,452711.3801702473,-20630.829413036496
+    -89.71568766965446,46.838111199516305,338228.01869142446,168278.63128628745
+    -90.58030251931373,46.44935990930948,272587.8446683278,124221.77057590085
+    -90.93245529565084,47.00281710114811,245357.7709360056,185612.99890291528
+<EPSG:103304> +proj=tmerc +ellps=GRS80 +x_0=31600.0 +y_0=4600.0 +lon_0=88dW +lat_0=43dN +k_0=1.00002 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.74647495123644,46.29833483154923,-180004.855196311,374801.522400138
+    -90.3293838933982,43.86328059948183,-155664.887240605,103151.025663615
+    -89.03762832940824,44.01439517739254,-51605.45035638,117826.856959908
+    -87.97152307281948,46.366292569149934,33791.819018779,378688.181168891
+    -89.3384842250502,43.65467017227096,-76377.5906547,78204.557004133
+    -87.66636924479471,45.252404858761786,57790.955023272,254933.54846118
+    -92.4152010324055,45.36823935548252,-314289.780906729,277246.697978002
+    -86.66825355898995,43.66581921788276,139015.070147758,79434.572922813
+<EPSG:103305> +proj=tmerc +ellps=GRS80 +x_0=175260.3502 +y_0=0.0048 +lon_0=91d47'50.0"W +lat_0=43d28'53.0"N +k_0=1.0000382778 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.77921888583965,44.51795592668302,256200.56988371734,115682.97820205646
+    -86.80707654306772,45.47471124123758,565462.5125426962,233638.43602356908
+    -92.51164945091682,46.96794932254202,120889.95973829093,387744.66096132336
+    -88.366174688618,46.55979847436848,438349.7425185108,347845.52705083566
+    -89.00915671323196,46.15099185363919,390650.3298795492,300459.34881318174
+    -89.90261538431433,43.198432141970585,329258.586311789,-29695.157024052
+    -87.56794915130716,44.51737719588027,511531.45749419514,123824.08473046082
+    -88.94348466229968,43.48621714708326,406128.1920960101,4493.90445388249
+<EPSG:103306> +proj=lcc +ellps=GRS80 +x_0=64008.1276 +y_0=59445.9043 +lon_0=92d27'28.0"W +lat_0=45d53'55.373517"N +lat_1=45d53'55.373517"N +k_0=1.0000383841 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.6109391361143,46.53747300382706,512162.43645843584,146878.57732191772
+    -92.58759641303055,44.45280002800522,53672.30334975639,-101261.68699223883
+    -88.72427201930121,43.99845685158533,363531.2398561071,-144769.35993335058
+    -92.3904716542109,43.37433473027747,69468.87488129848,-221173.84393571923
+    -91.99675313377034,43.20589916455245,101517.17441538697,-239800.47476123174
+    -90.71027237839573,44.18393028694235,203791.65604388193,-129628.04430920488
+    -89.5442656888759,47.26359954116324,284528.89730822487,215216.13682425595
+    -90.96064873837496,43.62837715438801,184925.5341696127,-191791.51536968633
+<EPSG:103307> +proj=tmerc +ellps=GRS80 +x_0=244754.8893 +y_0=0.0049 +lon_0=88d30'0"W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.4822383473138,44.08339137294942,406371.2213639758,153518.95360687538
+    -92.24834806879392,46.161451551506566,-44758.435133458435,389324.3558503571
+    -90.79501134820501,42.58175415647837,56343.938771783374,-12742.771548235161
+    -89.21079641984653,45.76188800406786,189457.47893954636,338321.5605205267
+    -91.0126898910175,45.8313844221889,49519.89377254114,348872.0747150908
+    -87.26826832871947,47.2210159480298,338051.0462422334,501014.53455264
+    -88.53227127722772,46.5040514417926,242278.24801245308,420573.03831554204
+    -90.68117489830297,44.33810650045328,70802.16086607194,182157.1956561524
+<EPSG:103308> +proj=lcc +ellps=GRS80 +x_0=60045.72 +y_0=44091.4346 +lon_0=91d17'40.0"W +lat_0=44d58'40.28483500001528"N +lat_1=44d58'40.28483500001528"N +k_0=1.0000391127 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.62513607916158,46.03075047689466,111874.56869143009,161335.97053058993
+    -88.90781324602027,45.14058051135284,247744.78806134156,64938.60034382086
+    -89.150428979585,47.24601210129532,222477.47747349148,298428.3409619069
+    -88.57549580643709,43.491643819781935,280016.5594474285,-117388.00378823257
+    -91.85275454404845,46.92069185375749,17494.64784880715,260233.84423656817
+    -89.16472952478128,42.58528979835289,235005.231328132,-219530.8547935081
+    -89.72177626635262,44.58490744093337,184938.1613185919,1632.5683402804643
+    -89.67141761874248,45.2250487923202,187512.46552970653,72839.19431722845
+<EPSG:103309> +proj=tmerc +ellps=GRS80 +x_0=199949.1989 +y_0=0.0086 +lon_0=90d42'30.0"W +lat_0=43d36'0"N +k_0=1.0000463003 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.23622996004876,46.01280355697669,313962.2375760052,269195.4562763077
+    -90.78389617308342,47.08934695863551,194212.03851190765,387820.6210759127
+    -88.55940017427378,45.665255051134245,367421.015113524,231757.24540412813
+    -87.58232189793104,44.37330327977487,449112.1797501659,90682.13186302992
+    -87.89181644438543,42.65119205991323,430924.47829166276,-101565.70518125978
+    -92.07807692758162,43.25390851726765,88714.70762021445,-37542.5892633418
+    -91.65053257916655,44.48086642052698,124989.00054391166,98311.25516189507
+    -91.6258346867871,46.89677153049795,130030.92123833654,366816.870343895
+<EPSG:103310> +proj=lcc +ellps=GRS80 +x_0=169164.3381 +y_0=111569.6134 +lon_0=89d23'40.0"W +lat_0=43d27'45.167925"N +lat_1=43d27'45.167925"N +k_0=1.00003498 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.21707047364485,44.365955764629476,23868.9143058873,213544.4305089428
+    -91.47119836858727,42.616111645771625,-1232.8168170582794,19652.999381951216
+    -88.82004665797108,44.33886231068777,214978.66979277163,209101.58011971987
+    -89.53897064229078,46.251925055263776,158006.50456603698,421693.5819779575
+    -86.31623711678428,44.83528957448841,412589.33203396224,268619.74360136525
+    -87.33371051018423,44.73895071874714,332412.97781868605,255431.5881492516
+    -89.58843650391704,45.54819604036841,154005.08749530345,343407.70202315936
+    -89.07803639029217,43.921136085110646,194577.94308625505,162571.4521837448
+<EPSG:103311> +proj=lcc +ellps=GRS80 +x_0=113690.6274 +y_0=53703.1201 +lon_0=90d56'20.0"W +lat_0=43d12'0.2001780000102826"N +lat_1=43d12'0.2001780000102826"N +k_0=1.0000349151 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.06430648610706,43.62469209367204,184281.84803572582,101250.56918713124
+    -89.92746636779046,43.257575456052614,195819.09068314717,60588.98878570449
+    -89.56402336678795,43.56799565980357,224762.00224725308,95494.4331495963
+    -86.8128963166843,45.88123045637589,434223.73742893845,359663.9883869626
+    -88.72059905890796,45.119416201783665,288316.91165467823,269334.4070548039
+    -89.66916304964435,43.42330057993063,216512.67088648275,79285.34683463688
+    -90.28581997986755,42.62037953783239,167273.72517688325,-10488.828736459334
+    -86.64529872571883,42.803439546179874,464775.11962581164,18646.1408119178
+<EPSG:103312> +proj=lcc +ellps=GRS80 +x_0=247193.2944 +y_0=146591.9896 +lon_0=89d25'20.0"W +lat_0=43d4'10.257735"N +lat_1=43d4'10.257735"N +k_0=1.0000384786 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.4691993866235,44.80542585450609,6069.962279185187,343885.6156279998
+    -86.34438118740242,45.35405315938857,488521.34221057134,404944.9105594831
+    -86.3854719170626,44.33189711371314,489413.4966746806,291250.37260863173
+    -86.37243912176106,44.06557241243274,491528.265160647,261707.73718400928
+    -91.92313760694019,45.85516262658104,52748.504980048165,459168.79219038854
+    -92.77614399423251,46.69666128355068,-9797.373154502711,555099.3301123106
+    -86.74289652198249,45.259287923838585,457622.480471344,393337.71075836726
+    -87.55562863426067,47.25530599569643,388861.22034306003,613792.8439420459
+<EPSG:103313> +proj=tmerc +ellps=GRS80 +x_0=263347.7263 +y_0=0.0076 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=1.0000346418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.18056861014162,44.44843612453578,390269.0610059609,331880.87537964695
+    -88.54720459436074,43.046323144689396,281909.5439409169,174878.86377654143
+    -91.30783987305112,42.691614782097474,55775.41557665425,138559.68138135236
+    -87.10101165977731,44.39464739996355,396724.30460418627,326030.10982930404
+    -92.86778139493693,46.30918592504387,-51920.43474225805,545602.2161768188
+    -86.97355841221545,44.646617292200126,406261.805894108,354246.36397510703
+    -92.60234165524298,46.293149648621586,-31561.149483540445,542796.3558858165
+    -88.30262470322423,44.26955975528644,301064.9833401057,310875.29168227786
+<EPSG:103314> +proj=tmerc +ellps=GRS80 +x_0=158801.1176 +y_0=0.0023 +lon_0=87d16'20.0"W +lat_0=44d24'0"N +k_0=1.0000187521 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.73177490131265,44.63937483387604,201681.3811354107,26741.58118471518
+    -91.62567197718866,45.88704762097489,-179113.0089175661,174490.44456323146
+    -88.42620954133908,45.87748138599716,69211.31040528453,164848.9747349765
+    -90.197553223728,46.9593045703009,-63853.91840361059,288614.45435480215
+    -88.56334327254308,43.08005496363283,53656.51347639365,-145849.76498696973
+    -88.69856692795074,44.28343598865648,44943.47104079595,-11964.008326033168
+    -89.62967725445421,44.33030367442269,-29233.614691684168,-5041.6914635810635
+    -90.25690161683247,44.914821155986196,-76884.22128446386,61545.945438560346
+<EPSG:103315> +proj=tmerc +ellps=GRS80 +x_0=59131.3183 +y_0=0.0041 +lon_0=91d55'0"W +lat_0=45d53'0"N +k_0=1.0000385418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.18159618666067,42.73768599770263,365014.6253895728,-342782.1797722958
+    -92.06243288186779,43.29081660635097,47301.70596957887,-288091.73582747654
+    -91.77775375355198,42.97086187187111,70464.74938543055,-323639.51731335133
+    -90.22366542455832,46.441563711776205,189234.26623158867,63444.420436741886
+    -92.66907931927119,46.1367591798285,989.0964417200084,28444.09853267724
+    -88.98134616974788,46.089145281286015,286151.10071445006,27067.38206514564
+    -88.32321981876754,45.97618677492052,337616.1549119769,16603.622465323933
+    -88.38061898907394,42.8660420437953,348115.1971962854,-329223.47368898615
+<EPSG:103316> +proj=tmerc +ellps=GRS80 +x_0=51816.104 +y_0=0.003 +lon_0=91d53'40.0"W +lat_0=44d24'30.0"N +k_0=1.0000410324 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.63206137128316,45.58181435182322,306436.4222043877,135595.7064959673
+    -87.58189119948611,46.94151662919135,380162.5329430034,290598.21298149636
+    -89.9987397124771,45.10039922734517,201031.75061877116,78658.30749150123
+    -91.97532544048728,44.324899402637,45364.738834944044,-9269.212541358194
+    -92.10498789275255,46.41127177484293,35627.8628457514,222635.90632814745
+    -88.6278682634924,46.90840495828155,300684.9584201243,283063.4666462751
+    -87.87760870448098,42.85849599806149,380137.78004033555,-164367.86766190393
+    -87.63540534563752,44.44132254210026,390895.9467592886,12497.373261260926
+<EPSG:103317> +proj=lcc +ellps=GRS80 +x_0=120091.4402 +y_0=91687.9239 +lon_0=91d17'20.0"W +lat_0=44d52'20.212055"N +lat_1=44d52'20.212055"N +k_0=1.000035079 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.50759262116887,44.19589060417371,182555.76941385356,16820.81442637235
+    -90.6946799872574,44.47658862090797,167370.40711443103,47886.612349708754
+    -89.23106034751524,43.821593016317614,285651.97722901474,-22977.24752905284
+    -87.17695458524909,45.142913853077125,443374.7120874771,129950.34147135867
+    -89.9535441312508,43.280093831618515,228521.62671709308,-84364.0858762892
+    -89.6445456695779,45.68573726211318,248196.07087505536,183395.4559441798
+    -88.58429048438285,45.24791785004525,332392.09137638804,136969.93132958782
+    -91.51416808459525,42.77691523172653,101643.41005102289,-141160.42822575176
+<EPSG:103318> +proj=tmerc +ellps=GRS80 +x_0=133502.6683 +y_0=0.0063 +lon_0=88d8'30.0"W +lat_0=45d26'20.0"N +k_0=1.0000552095 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.66738394545958,43.11101827035723,-153497.11200535923,-252643.86285854803
+    -90.73774120398875,44.15622647098325,-74184.61312768603,-139269.40529579108
+    -88.91950633956786,44.58777780210409,71731.33824884723,-94297.48255628656
+    -88.15779723529369,43.605712175499264,132200.7494530358,-203719.09315487498
+    -90.69722096859637,43.199196776025794,-74220.69406619674,-245713.56912446237
+    -92.85621266946526,42.80909925750631,-252168.3973563645,-281429.6981434487
+    -88.50568233452319,43.11450829115452,103874.47411521192,-258230.5277807684
+    -86.96132962126694,46.40282357523839,224274.84628872573,107823.25913237967
+<EPSG:103319> +proj=tmerc +ellps=GRS80 +x_0=244754.8893 +y_0=0.0049 +lon_0=88d30'0"W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.6361812507567,45.06823626472922,312785.78070994647,261344.3045844434
+    -88.66685279026815,45.110066716899176,231624.3838987248,265643.6778800287
+    -91.63244647361353,42.63880374817082,-12176.442125467438,-4199.250891917751
+    -89.06781712303585,44.27979425536715,199426.16553907125,173519.61675139487
+    -87.57192812236119,46.55154947233609,315931.0731340188,426271.15631705517
+    -90.78789842283142,47.236253483319366,71514.07585067177,504512.5376484011
+    -87.14902452832038,47.219113330039626,347086.53009388794,500952.4451860061
+    -87.12201057202009,44.73143931219204,353915.0501496666,224475.9090023018
+<EPSG:103320> +proj=tmerc +ellps=GRS80 +x_0=275844.5533 +y_0=0.0157 +lon_0=88d38'0"W +lat_0=44d0'20.0"N +k_0=1.0000673004 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.51747062711466,45.88493525316881,362468.0900263027,209475.56334174998
+    -90.05528486855819,43.66688841269554,161151.28750384666,-36649.610728181106
+    -86.50799295453449,44.1738414224561,445824.56741279014,20896.663565596657
+    -91.29776785997974,44.49096283381393,63895.291449271695,57394.68406527786
+    -88.53235018182808,46.70773239694299,283567.7025451668,300340.77619697916
+    -92.75017357479918,42.594967746167704,-62090.04130071885,-148501.32707299464
+    -87.27943848737729,45.76653917488117,381169.2233696395,196601.27018660816
+    -87.08643123611023,43.11866150253721,401747.40383604687,-97382.87656268984
+<EPSG:103321> +proj=tmerc +ellps=GRS80 +x_0=242316.4841 +y_0=0.01 +lon_0=90d48'0"W +lat_0=41d24'40.0"N +k_0=1.0000349452 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.46763815459775,46.571914051900464,267797.1888876172,573500.4863364476
+    -87.93859128448912,47.211230261951485,459085.81498407316,648495.1236571489
+    -92.4652510082654,43.32287892807365,107238.1438536557,213713.5449980904
+    -91.2034223177462,46.44177972237417,211315.16226119336,559059.5150254023
+    -88.87392988670022,47.03345422468176,388717.908410174,626557.6011720713
+    -86.4841117891068,44.88932824161882,583278.9728951489,395499.09452376224
+    -87.17670345471392,43.10055874981552,537305.4030585609,194044.18921238996
+    -89.25614668601393,45.542134410876685,362895.504185208,460139.9820026594
+<EPSG:103322> +proj=lcc +ellps=GRS80 +x_0=170078.7403 +y_0=45830.2947 +lon_0=89d50'20.0"W +lat_0=42d38'15.224197"N +lat_1=42d38'15.224197"N +k_0=1.0000390487 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.87060427389817,47.27751922768553,167671.45342826648,562066.5609769893
+    -89.90827424541231,42.60619245050718,164385.27351831025,42346.893964661765
+    -90.06474442929171,43.75950495146222,151887.03562572136,170510.55731224408
+    -92.08474706969473,44.0764025673722,-9864.01680969345,208096.1688981124
+    -88.28862027718301,45.17299027501627,292063.2310322871,328763.29734449205
+    -86.94506022189358,44.8083574636219,399137.8206520793,291005.60783538007
+    -87.48253079892265,44.700788473018186,356940.24842677877,277727.4019888781
+    -87.17297096999772,45.89836048625132,377282.05113955407,411638.4235787259
+<EPSG:103323> +proj=lcc +ellps=GRS80 +x_0=150876.3018 +y_0=79170.7795 +lon_0=89d14'30.0"W +lat_0=43d48'25.200424"N +lat_1=43d48'25.200424"N +k_0=1.0000344057 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.68869601567381,43.644685687708694,276173.0165041486,62310.46192984101
+    -86.34359518314261,44.54703512661367,381153.8222342482,165436.32475326446
+    -87.97716869197528,44.824420808984755,250897.82498380064,192997.90968176984
+    -87.82359737438571,45.21375602048481,262302.65136167407,236467.34870364034
+    -89.6130621643857,47.144121810048084,122656.48740872908,450349.41858665197
+    -90.41683511170653,44.67935743186125,57692.26459042879,176772.20001780323
+    -90.13450040843752,43.568315402490285,78747.13449946122,53038.59370346241
+    -88.71136367048985,46.97627539386292,191291.21847776353,431724.50932979194
+<EPSG:103324> +proj=tmerc +ellps=GRS80 +x_0=113081.0261 +y_0=0.0045 +lon_0=90d9'40.0"W +lat_0=42d32'20.0"N +k_0=1.0000394961 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.44730757281236,47.29189526041749,393992.0678444965,534916.4793328722
+    -87.14997874420305,45.42483452184474,348746.54594296764,325087.8433484915
+    -90.97010321551618,43.107811075104976,47228.24843521431,63520.50594973795
+    -92.62403007434654,45.92147926153251,-77979.68585712374,378827.30990003486
+    -86.57363909321548,42.76335902252723,406754.34546179953,31182.25851597119
+    -91.47899837133221,43.546158681668224,6571.741863622621,112748.71826203253
+    -87.08568074992397,43.30152054112143,362642.4866504154,89319.98596502758
+    -90.41018407688279,46.91747402487267,94108.15310143572,486625.13306410995
+<EPSG:103325> +proj=tmerc +ellps=GRS80 +x_0=220980.4419 +y_0=0.0085 +lon_0=90d15'20.0"W +lat_0=45d26'0"N +k_0=1.0000677153 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.04392034870165,46.3308173072407,391287.2365508054,102138.43637657579
+    -90.40181352556993,43.88067048852816,209225.8785785795,-172541.9440397567
+    -91.07328160835286,43.74535522680975,155109.84818555333,-187263.01354732382
+    -86.68057576094246,42.57761523869272,514513.23445212306,-311127.84463816445
+    -88.53569999486379,44.311853163459524,358209.2427533087,-123199.64236871536
+    -90.26985471505252,44.07067361210164,219835.35768360985,-151439.2354317295
+    -91.38379560839955,45.943721590957196,133489.459951852,57349.24938581394
+    -90.4748952860839,46.50257543214472,204143.52816304445,118877.4974462586
+<EPSG:103326> +proj=tmerc +ellps=GRS80 +x_0=27000.0 +y_0=25000.0 +lon_0=90d50'39.46747"W +lat_0=44d15'12.00646"N +k_0=1.0000353 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.16115182040379,45.02350674778278,2026.828169592125,110636.06234594776
+    -87.7518428738145,44.31809808334097,273717.12084844906,36849.58469333581
+    -89.97211928577701,46.37376582264869,94108.13144307399,261037.34930687945
+    -87.46966553918132,43.898847011638594,298142.01049116463,-8850.861255126198
+    -91.66152159498152,43.456881206013605,-39143.389074924955,-63173.07241254902
+    -92.26198325281757,42.662839154787264,-89234.14658947529,-150739.24178080133
+    -87.72237201266219,43.89363176534356,277858.89708374697,-10229.441781992537
+    -90.16524665985123,44.372866692643946,81124.21648613454,38506.02149780981
+<EPSG:103327> +proj=tmerc +ellps=GRS80 +x_0=263347.7263 +y_0=0.0076 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=1.0000346418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.04428912297197,43.235375881674024,160240.99260910862,196639.6953346714
+    -91.13501966010178,45.912648941736464,80241.09548215242,496084.8714056513
+    -89.7759985098625,42.80162473839955,181460.57419021282,148154.94484601004
+    -92.60573628294571,42.99065570282238,-49088.453909886244,175796.6782220436
+    -87.55220673920549,45.28836828159672,359279.9850918917,424715.8051208512
+    -92.53597686529858,46.83321646916395,-23582.42966903065,602581.3685700962
+    -92.47708120522115,44.12737538185494,-32962.389789982466,301637.12268886046
+    -90.3771409059345,44.788083941756724,136555.15793898184,369637.52099665074
+<EPSG:103328> +proj=tmerc +ellps=GRS80 +x_0=147218.6942 +y_0=0.0037 +lon_0=90dW +lat_0=43d22'0"N +k_0=1.0000365285 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.97034017977576,44.64003178655399,149572.465537836,141491.232557847
+    -86.65297462107044,45.10324622157877,410656.390658703,198423.137187351
+    -87.02312330774646,45.69938214919632,379069.524584258,263538.616426772
+    -87.09804836898128,44.657838259575705,377396.293365819,147568.481298442
+    -91.9720898350347,44.78417228309205,-8862.446233346,159401.750921833
+    -90.98438281824976,44.7446096575041,69256.830390958,153583.998243538
+    -87.87857746633959,42.75401270686922,320899.992724154,-65882.222137428
+    -90.71229745025438,45.22206934467715,91272.144569491,206422.106296616
+<EPSG:103329> +proj=tmerc +ellps=GRS80 +x_0=185928.3728 +y_0=0.0009 +lon_0=87d53'40.0"W +lat_0=42d13'0"N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.37199882740343,45.15452100267177,-166169.4051734688,336185.6451032368
+    -91.31411896765283,44.476448504126346,-86156.04251958587,256758.44014878754
+    -88.22299136600735,45.60038060652756,160295.24605060002,376027.4244663423
+    -88.22684566653699,46.58050515442317,160449.88367336546,484975.2863766103
+    -91.14324739805649,46.82184462813712,-61980.35800041165,516878.8783109886
+    -87.67400774793553,44.15775173752434,203562.7619385939,215675.8899167351
+    -92.81044337219713,42.93140085642626,-215418.48403970315,91139.53207241201
+    -87.17720304410832,47.128700339523675,240349.51966339574,546114.591863696
+<EPSG:103330> +proj=tmerc +ellps=GRS80 +x_0=79857.7614 +y_0=0.0012 +lon_0=87d33'0"W +lat_0=43d16'0"N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.25143794052637,45.192115297023356,-53848.72018633819,215362.314014647
+    -90.99405660692938,47.25959204425047,-180805.37082783267,449527.94342355133
+    -87.10379565823393,44.004115550017666,115644.9300255278,82032.16441454695
+    -92.8469595474623,42.69690677427654,-354238.0959992673,-49670.889145875575
+    -89.11388291756906,44.29239798213543,-44960.53865675848,115158.35247075089
+    -87.76813500690503,45.71676635691253,62874.35031747673,272288.1788420893
+    -87.57866729508139,44.00710072023489,77559.1349779091,82267.45331469472
+    -87.06839078449514,44.22519642552025,118340.75127520076,106614.02201122549
+<EPSG:103331> +proj=tmerc +ellps=GRS80 +x_0=130454.6598 +y_0=0.0033 +lon_0=91d19'0"W +lat_0=43d27'4.0"N +k_0=1.0000319985 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.25113379640312,47.05173371787883,211419.35899527895,400724.2426176137
+    -87.82297184291794,42.88726465254137,415877.08994573366,-56717.91892095278
+    -86.36136068747777,44.07068630905542,527458.28704403,80796.95546861753
+    -86.78623664137997,43.66981341376453,495862.4778103103,34284.59844099937
+    -88.30466062244635,46.98979489211635,359580.0214324116,397692.9135414323
+    -87.38270223883015,43.0784413917236,450853.4859479787,-33886.30908532162
+    -88.2141120803971,43.354519107521426,381996.41006599565,-6054.831150494143
+    -87.90137129288244,46.07477843598532,394661.327365555,297243.90951312706
+<EPSG:103332> +proj=lcc +ellps=GRS80 +x_0=170078.7403 +y_0=45830.2947 +lon_0=89d50'20.0"W +lat_0=42d38'15.224197"N +lat_1=42d38'15.224197"N +k_0=1.0000390487 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.4224719090228,43.72517205089048,203639.4754323692,166753.38497067697
+    -88.15140270851478,42.844288415478545,308022.5577499526,70171.10326074118
+    -91.98932677183745,43.99553691853981,-2448.8912685523974,198912.13732254118
+    -90.2619422912818,45.975865727944814,137236.1699792401,417084.66825477395
+    -90.81856093690394,46.4351653841884,94617.82750584504,468596.0704717856
+    -92.30447971018519,44.07695790685585,-27462.93206279425,208648.1717371949
+    -89.7677333366472,45.50252377616425,175647.63763251115,364314.2532564497
+    -87.97297098975235,46.147490152286004,314504.0951965741,437707.43584808894
+<EPSG:103333> +proj=lcc +ellps=GRS80 +x_0=198425.197 +y_0=105279.7829 +lon_0=89d2'0"W +lat_0=45d9'15.253579"N +lat_1=45d9'15.253579"N +k_0=1.0000627024 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.37800777009912,47.08947443056272,172238.2997487204,320498.0835877313
+    -90.86915740985982,45.101205822476935,53935.14126753787,101026.19728085968
+    -91.50774789916642,43.91023873265068,-364.38501806755085,-29933.250060644074
+    -87.56329890463596,46.41526534057684,311472.8423546972,246486.86469919124
+    -91.56163411510016,42.50105590591363,-9592.60726048128,-186381.08546550712
+    -91.63545130714962,42.73838666230451,-14814.27392616769,-159810.9893233783
+    -86.8323597429531,44.93187589649747,372161.6906379464,82931.75118161303
+    -90.47047125046305,42.95043527291776,81059.34256142689,-138624.05958308215
+<EPSG:103334> +proj=tmerc +ellps=GRS80 +x_0=116129.0323 +y_0=0.0058 +lon_0=89d44'0"W +lat_0=44d50'40.0"N +k_0=1.0000599003 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.92055910479527,45.030980936872936,-56243.648653658616,23058.524100389302
+    -86.90486620618887,44.27606770129436,341951.4963688568,-59271.624695319355
+    -91.65592244441814,46.05170787752969,-32669.675808501124,135980.75432015906
+    -87.18010806315303,43.413858323381824,322935.4977379262,-155801.74695667534
+    -88.94469861364557,47.04232858512183,176065.99720981886,244610.86524172916
+    -88.24031346664287,45.32978196296876,233179.03091390384,55024.24374112895
+    -92.5478147283834,45.755588481741064,-102858.29415376314,105122.11739655702
+    -91.75037372061318,45.53764555458619,-41422.19606025047,79022.64471957755
+<EPSG:103335> +proj=tmerc +ellps=GRS80 +x_0=79857.7614 +y_0=0.0012 +lon_0=87d33'0"W +lat_0=43d16'0"N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.28699322651038,46.67123424909038,-206096.2321814152,385149.7221062662
+    -86.39478232985364,46.68570834174981,168235.03807599877,380618.81404305197
+    -90.59403328314694,46.35156322840004,-154445.14061976888,347331.3609778145
+    -89.48036463040947,43.264175881237385,-76875.05506230846,1532.2743251524118
+    -87.14866831625221,43.82504950950373,112142.69089347417,62117.0606194391
+    -86.32952964682134,44.544792458786354,176849.71739308056,142740.1554854639
+    -87.3541946470674,46.764367150596485,94816.07361270043,388733.4887542504
+    -91.70010429882348,43.686189451700116,-254776.75353589235,54988.460153311
+<EPSG:103336> +proj=lcc +ellps=GRS80 +x_0=74676.1493 +y_0=55049.2669 +lon_0=89d46'12.0"W +lat_0=44d54'3.255925"N +lat_1=44d54'3.255925"N +k_0=1.000053289 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.32217757304156,46.63793595121161,-120807.7638654241,251227.38550424657
+    -89.4030763040299,42.571123947845614,104829.21736732216,-203822.79662285332
+    -90.46539561745976,45.40251453785901,20227.84984162946,111031.57850193136
+    -87.5468553920683,46.860844848941944,244286.50118222245,275270.93275441974
+    -90.5135012857492,45.18236341886724,16237.194320661292,86597.06164423043
+    -90.07686536899908,45.17576186587267,50553.873471292754,85641.29525455533
+    -92.17608375272644,43.15945332603884,-121080.59948778014,-135587.35035978683
+    -87.56579308967157,45.865985186410846,245845.93716752116,164641.76188923832
+<EPSG:103337> +proj=tmerc +ellps=GRS80 +x_0=238658.8794 +y_0=0.0032 +lon_0=87d42'40.0"W +lat_0=44d41'30.0"N +k_0=1.0000234982 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.23720211629126,46.70515947127713,274901.5748799715,223903.90870150714
+    -89.86704425647662,43.307385606046815,63734.73216025278,-151557.15167016393
+    -91.74280844653701,44.17152363595336,-83790.2198428601,-49889.08640899687
+    -88.57277905319222,45.102823137555646,170839.5890259679,46053.134266511865
+    -88.25845616544393,47.15477631236772,197149.9052140522,273925.02405834757
+    -90.40030392279728,45.576665970296034,28759.21788864766,101874.51799874371
+    -87.21443206022181,42.579968287097856,279434.7882724866,-234507.3553706067
+    -87.56626144370819,44.049997771991556,250267.6817214754,-71294.29732104846
+<EPSG:103338> +proj=lcc +ellps=GRS80 +x_0=150876.3018 +y_0=79170.7795 +lon_0=89d14'30.0"W +lat_0=43d48'25.200424"N +lat_1=43d48'25.200424"N +k_0=1.0000344057 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.56974911391063,46.54028803677033,356036.3038311375,386372.67190856487
+    -91.47879389069195,42.789961014371485,-32173.40180751664,-31357.52821823112
+    -86.86151646657912,44.798675575772364,339208.90252087085,192080.3644099548
+    -91.5500698815927,43.48064529349197,-35864.01880277321,45512.919094522345
+    -90.55403663342963,43.13405086061435,44091.305937278885,5246.263046865977
+    -87.10186879076015,47.048158085721646,313726.97241072706,441704.45788915147
+    -91.60279889840076,46.43458278273088,-30761.92952685448,373888.1968418868
+    -92.02024937786852,45.80247531038225,-65224.931630759995,304603.2641972541
+<EPSG:103339> +proj=tmerc +ellps=GRS80 +x_0=105461.0121 +y_0=0.0029 +lon_0=88d25'0"W +lat_0=44d43'0"N +k_0=1.0000362499 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.04656323639493,46.76074669780353,210133.49476841983,228110.8377444078
+    -89.23738775542338,44.86964585454467,40601.30395849579,17327.670376255086
+    -87.62737917947489,42.6670309347439,170169.67976726487,-227434.3626066791
+    -90.93487906563122,45.13093017380496,-92645.81923778857,49124.394855517385
+    -91.5616697516023,44.16527457865678,-146098.8913259197,-56461.4823631193
+    -90.70788487649308,43.90290365177244,-78616.43807023064,-87875.18602245106
+    -90.86307114803972,45.88223590624345,-84451.868386476,132453.96589870768
+    -87.7083613333813,46.613548855244005,159721.42532039995,211078.98033352674
+<EPSG:103340> +proj=tmerc +ellps=GRS80 +x_0=185928.3728 +y_0=0.0009 +lon_0=87d53'40.0"W +lat_0=42d13'0"N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.29710971510035,45.06524799384133,75455.85244520374,317457.0253649654
+    -91.35766718521984,42.58423933806234,-98384.42309364834,46648.65203348436
+    -90.38244898671046,44.030280041245916,-13530.410523002094,204498.92615463203
+    -86.4615230233417,45.133841023723086,298649.6877444866,325121.9668045424
+    -90.74676455385891,45.263495294993774,-37939.4669611963,342492.3990388544
+    -91.55099492466503,43.66659007310974,-109003.69436262443,167580.17205452354
+    -87.55306537787833,43.27561535914042,213641.1927783009,117695.04123740685
+    -90.15957626859395,44.40308855945237,5480.015455014218,245410.68364370038
+<EPSG:103341> +proj=lcc +ellps=GRS80 +x_0=204521.209 +y_0=121923.9861 +lon_0=90d38'30.0"W +lat_0=44d0'0.266143"N +lat_1=44d0'0.266143"N +k_0=1.0000434122 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.04637931076321,46.91875469833257,326194.38360139163,447639.92292349215
+    -86.7870261152839,44.91690234683314,508828.33637353336,230922.9505448342
+    -91.96767464326803,44.53913605568219,99130.78459453277,182672.9931135642
+    -88.29802758904594,47.23784601336384,382248.9342051196,484516.14520750835
+    -88.88963639389252,46.24071613335977,339750.1043201541,372445.8908416214
+    -91.68894303744688,44.375704438615415,121052.38547885335,164193.64899036137
+    -91.63239492454936,45.327788810327505,126830.18852942514,269951.9203234765
+    -88.86926292421253,43.15167541290792,348700.0654008761,29204.326323155154
+<EPSG:103342> +proj=tmerc +ellps=GRS80 +x_0=182880.3676 +y_0=0.0033 +lon_0=87d54'30.0"W +lat_0=44d23'50.0"N +k_0=1.0000236869 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.08993938437253,46.67404081613781,15948.583938416064,255368.2426436085
+    -91.38111705610565,43.56461245870498,-97702.13271067059,-86651.99010363627
+    -88.86077024977024,46.55917952371306,109847.11997451639,240727.87350584246
+    -87.7530086749972,46.88563864699148,194719.65889002886,276590.6364650999
+    -86.9428486317558,44.285152027261425,259948.7437794704,-12000.918856769673
+    -91.78259943550842,45.96839097106826,-117402.98736796703,181920.22271281763
+    -91.7683182366744,45.00752797066058,-121434.2414401198,75076.35677659395
+    -86.55433390887187,44.393901129468794,290761.6707690235,521.8911671979935
+<EPSG:103343> +proj=lcc +ellps=GRS80 +x_0=70104.1401 +y_0=57588.0346 +lon_0=89d32'40.0"W +lat_0=45d42'15.205573"N +lat_1=45d42'15.205573"N +k_0=1.0000686968 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.97635987639988,42.926988319986854,34801.255864759725,-251059.83790453163
+    -92.87778461644258,43.586349108654446,-199222.08902339707,-172222.21389587282
+    -86.51128550069811,44.431749969642766,311629.35595978895,-79271.78207517824
+    -87.58111076691759,43.65201772376419,228588.6657875608,-168585.5024927669
+    -92.31905334140929,42.53924623059001,-158133.39887286955,-290332.3776577022
+    -87.14098627535225,45.45721094751459,258082.88586255035,32953.52391945671
+    -90.97038323335444,44.9070830684401,-42520.26880855602,-30011.110753632354
+    -87.01654829073836,44.845400479028456,269959.2640088248,-34714.31868212539
+<EPSG:103344> +proj=tmerc +ellps=GRS80 +x_0=244754.8893 +y_0=0.0049 +lon_0=88d30'0"W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.72297859957263,46.98441679200179,303871.2430399173,474267.37604313047
+    -92.2602165556886,46.50056892177791,-43883.155760428665,427060.614130865
+    -86.25892398032497,44.47084336632512,423081.9453889448,197036.51684713183
+    -90.25678884310358,46.64567878283594,110257.65107334527,437816.16942961287
+    -88.7115470514933,45.7530364615861,228295.00718077354,337113.7298591454
+    -91.72757823769658,47.214149986583124,264.11828580807196,504571.52541938087
+    -87.6139888638441,46.26764371580794,313058.8651182478,394674.5899229703
+    -88.88079821476963,45.50597381376937,214995.21231364564,309702.1741563327
+<EPSG:103345> +proj=tmerc +ellps=GRS80 +x_0=185928.3728 +y_0=0.0009 +lon_0=87d53'40.0"W +lat_0=42d13'0"N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.26590383210586,46.35756252241415,234304.29060341147,460330.5722876358
+    -87.00767112273576,44.56195761620401,256380.66656157956,260951.05204025662
+    -87.76260510675652,43.87537827961629,196525.5428212743,184284.65663977526
+    -90.25102094571103,44.3916672206352,-1841.4390471258666,244347.18273514882
+    -87.25599635711113,45.595688405147904,235745.37276541034,375651.6861787595
+    -90.62007571114565,42.98056574774272,-36403.61470688708,88465.7207333758
+    -90.05328896153829,46.394972988045225,19889.075223894586,466562.7773832092
+    -86.94604065778258,46.859383749160116,258251.31858989323,516360.83175729954
+<EPSG:103346> +proj=lcc +ellps=GRS80 +x_0=167640.3354 +y_0=86033.0876 +lon_0=92d13'40.0"W +lat_0=44d38'10.135939"N +lat_1=44d38'10.135939"N +k_0=1.0000362977 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.66930475591452,45.782451025064624,133296.9945733573,213533.57442598505
+    -88.1428277381254,43.59122512382417,497448.5586103926,-21822.33821811735
+    -90.9555465359817,44.80867579433982,268285.5856567662,105990.30102277896
+    -89.66862105466798,42.94722719144696,376558.3550002038,-98376.07445493405
+    -89.87331245401889,42.514753435211816,361240.8668920987,-146929.94136208016
+    -87.85950834566425,47.153743060261604,499097.0007205218,374841.51079689
+    -92.73551578826915,47.265083428984525,129173.65438972751,378472.9645782962
+    -92.36694916432684,43.31993977730907,156348.43188984555,-60222.58388278753
+<EPSG:103347> +proj=lcc +ellps=GRS80 +x_0=167640.3354 +y_0=86033.0876 +lon_0=92d13'40.0"W +lat_0=44d38'10.135939"N +lat_1=44d38'10.135939"N +k_0=1.0000362977 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.51210021189435,43.181967945764974,469727.7680484145,-68682.16875495427
+    -86.8801482996352,46.190956143975036,580330.5063837791,272397.00597364287
+    -92.19609877480531,45.66073499197925,170110.29356964532,199909.9168578692
+    -88.55725780951344,42.925729890982424,467340.31082448666,-97297.82362044026
+    -87.1875413975523,45.22073784603339,563301.5992664719,163232.4591861085
+    -88.19140642437301,43.768417022789194,492555.4499556499,-2351.2357946164557
+    -90.71636657471217,43.06818791623419,290789.40000273904,-87069.51531303814
+    -92.71286259193776,42.718931366223124,127883.65609083208,-126910.83477250527
+<EPSG:103348> +proj=tmerc +ellps=GRS80 +x_0=141732.2823 +y_0=0.0059 +lon_0=92d38'0"W +lat_0=44d39'40.0"N +k_0=1.0000433849 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.78642879918789,46.09299126553295,207229.62548539328,159492.697635567
+    -92.42630292683847,45.46096241091377,157925.82313016168,88913.66312818785
+    -91.89912823423927,46.63322660182966,197956.87195611588,219460.12070833036
+    -89.61097525370201,45.00210489661393,380037.92715940415,42341.498744672535
+    -89.70106595387685,44.1972081579276,376151.5932219522,-47368.69395554058
+    -92.1432764421214,44.779482520511905,180521.89187488199,13270.70985257089
+    -86.31572364697327,46.063232781026485,630542.0241404366,175280.92596231104
+    -86.33939665626964,45.323100849446796,635202.7666696211,92882.19217240345
+<EPSG:103349> +proj=lcc +ellps=GRS80 +x_0=56388.1128 +y_0=50022.1874 +lon_0=89d30'0"W +lat_0=44d25'0.5663109999801463"N +lat_1=44d25'0.5663109999801463"N +k_0=1.000039936 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.22963074786242,44.38001551879935,237304.02749065284,48439.76399659327
+    -88.85720092683555,47.30447193333765,105063.00868812198,371320.4106398967
+    -88.9163053463382,43.8262006237207,103344.92456374552,-15441.973617640317
+    -87.61789195550065,44.259022736497684,206680.34460968483,34213.55880491267
+    -90.93313643743653,45.758368761457014,-55138.56316501004,200107.6417306714
+    -87.58458775146741,42.57741165338825,213711.09945940657,-152544.2345894768
+    -87.20773438293084,47.284677560172874,230005.65275163105,371356.5577698226
+    -89.08092705096257,44.0043986680025,90000.42524991167,4277.897846542204
+<EPSG:103350> +proj=tmerc +ellps=GRS80 +x_0=227990.8546 +y_0=0.0109 +lon_0=90d29'20.0"W +lat_0=44d33'20.0"N +k_0=1.0000649554 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.50222841702535,44.71569263763029,306175.3033243577,18269.107491857696
+    -88.3220776789091,45.32318220370109,397885.01994364196,87596.35493099396
+    -90.00993465352511,45.329964191907614,265540.4466218553,86176.84128443454
+    -91.14378036867669,45.390656652910764,176704.0330920359,93019.62461694988
+    -86.89399631094743,43.896638431777944,516850.3537342547,-66934.92178536857
+    -86.621884515827,44.377002454113736,536203.6939846575,-12563.45645611089
+    -91.64723016969958,46.66800940720438,139342.95677213185,235452.1828866355
+    -91.27836866885674,46.74423912089441,167656.97719894358,243577.7073561763
+<EPSG:103351> +proj=tmerc +ellps=GRS80 +x_0=185928.3728 +y_0=0.0009 +lon_0=87d53'40.0"W +lat_0=42d13'0"N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.17787372673445,44.80469971736524,242621.2513393538,287793.8703784186
+    -86.74090510633339,47.11105324576312,273482.3075551153,544548.8037986157
+    -90.77579330213129,42.7864177380128,-49845.21856722902,67319.20132828016
+    -91.34784615365415,46.21816963450059,-80529.91401769203,450444.73631967884
+    -86.80482558355875,44.14750661280406,273108.62227563444,215091.25762477505
+    -88.45236227865878,43.7603191644692,140999.41988625415,171643.10825958123
+    -90.97709133282927,45.37669808811853,-55535.06724641961,355739.35344210407
+    -90.13962749556616,43.6908797322489,4912.051997751725,166226.9634080001
+<EPSG:103352> +proj=lcc +ellps=GRS80 +x_0=202387.6048 +y_0=134255.4253 +lon_0=90d25'50.0"W +lat_0=43d19'20.326539"N +lat_1=43d19'20.326539"N +k_0=1.0000375653 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.51178171336802,42.62128053741651,359808.0055421499,58179.061882776514
+    -90.49289240124445,46.88853346489472,197627.62754265152,530858.1615102714
+    -88.65406338817284,43.694389991780845,345600.6989319207,177118.4667886256
+    -87.22827488373042,44.60244381769639,456628.63459392614,281384.2062105114
+    -89.4666910864166,45.217502749332546,278140.59171951725,345326.9688485108
+    -88.85719212200118,42.6968689324202,331315.38642377243,65982.74227851735
+    -88.6571746749982,43.89734690149058,344871.05025371327,199659.86437032657
+    -86.40989855851845,43.40600008083126,527956.2473645221,151391.48746172604
+<EPSG:103353> +proj=tmerc +ellps=GRS80 +x_0=146304.2926 +y_0=0.0068 +lon_0=89d4'20.0"W +lat_0=41d56'40.0"N +k_0=1.0000337311 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.73077550979866,47.241057723289344,-130690.92054268811,595096.2909883035
+    -87.32051750761273,43.893850031213404,287058.1987676379,218060.17336695633
+    -91.62639834873005,47.25220947522181,-47041.148495813686,593004.4778692393
+    -92.62689567236016,43.85851339936207,-139495.82580052532,218788.65303187264
+    -91.56851405626519,45.51904014135939,-48740.30126104169,400207.6523278653
+    -89.54345860964993,47.03238137720969,110484.9093276301,565506.6254111287
+    -92.61508665590138,45.25148730853636,-131822.13776784507,373549.4316395429
+    -87.43985798756478,46.909161737874975,270669.2087927238,552993.9188985899
+<EPSG:103354> +proj=tmerc +ellps=GRS80 +x_0=250546.1013 +y_0=0.0234 +lon_0=91d4'0"W +lat_0=43d55'10.0"N +k_0=1.0000495976 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.9562585923812,45.84326240283041,414493.85458335275,215969.2573157929
+    -90.26692017277344,44.00396825582171,314690.22588648676,9702.174293795506
+    -89.87472728656553,46.411950927264805,342194.7947466959,277708.11234485527
+    -87.04899260741522,43.77163588818216,574050.0291123525,-8571.519487073552
+    -87.4354473980465,45.738363183558576,533164.9807329657,208560.71196138964
+    -92.27962496664614,47.029004969216,158339.73358389235,346330.2257583271
+    -87.56793641914783,43.1502922626493,535165.8860120181,-79513.24373403685
+    -88.50163244472371,46.862846895686005,446137.03356067446,330339.19039628026
+<EPSG:103355> +proj=tmerc +ellps=GRS80 +x_0=185623.5716 +y_0=0.0051 +lon_0=89d54'0"W +lat_0=42d49'10.0"N +k_0=1.0000373868 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.39445303542689,43.52788213570604,64808.08576026109,79792.01473637536
+    -89.91355226941138,44.73065462591188,184550.4875496829,212357.5904968702
+    -87.20391845272017,43.10345801969585,405109.6250118874,35081.944045624
+    -88.97337757103969,44.65514329243717,259125.03716481966,204383.6838451411
+    -90.71048168129249,45.32926619267251,122084.88423711126,279204.70087279816
+    -87.35355414751743,43.359773287533606,392059.84416210366,63179.59613465112
+    -91.6891938290058,47.01562184842671,49581.281445847475,467892.5345902698
+    -86.4115120290347,44.82231839860687,461540.622974491,228468.94662893531
+<EPSG:103356> +proj=lcc +ellps=GRS80 +x_0=216713.2336 +y_0=120734.1631 +lon_0=91d7'0"W +lat_0=45d54'0.3568729999847164"N +lat_1=45d54'0.3568729999847164"N +k_0=1.0000573461 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.32406692977482,47.025386979118906,124907.72336658929,246530.52499183785
+    -87.82733260990396,44.55353594266901,478085.84190385405,-23552.27667122142
+    -91.00896768209965,42.59649171471066,225567.77892671173,-246568.98808611918
+    -92.03870567111917,46.19127392328593,145532.69016191663,153511.26337364933
+    -89.23415959582658,44.775226232911116,365745.81044166547,-2540.151633873029
+    -86.60735902514222,42.87005605646074,585510.7030048366,-205713.4803737512
+    -88.55245673397253,42.532418459289,427712.2175402548,-250313.77401083644
+    -87.86187772579737,46.57379846095678,466183.8899582452,200714.1478912415
+<EPSG:103357> +proj=tmerc +ellps=GRS80 +x_0=262433.3253 +y_0=0.0096 +lon_0=88d36'20.0"W +lat_0=44d2'10.0"N +k_0=1.000032144 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.00245945756265,45.14467692475707,152566.4068355165,124140.58413131913
+    -88.6024765898643,42.87343218263084,262685.3820233328,-129180.51539190169
+    -87.04036634966695,45.624652527753696,384499.3240732806,177728.78906973606
+    -87.60954942849452,44.73449261800405,341330.13921134005,78088.24804039586
+    -88.51902858850895,44.055248362694165,269367.57536512247,2129.213427739773
+    -89.94981035083066,43.699725003424696,154070.03138231742,-36499.5108267329
+    -88.51510135084541,45.14846373831767,269547.61174619297,123615.90275113401
+    -89.41522371574665,45.532494451863194,199186.12724413647,166612.7899988414
+<EPSG:103358> +proj=tmerc +ellps=GRS80 +x_0=79857.7614 +y_0=0.0012 +lon_0=87d33'0"W +lat_0=43d16'0"N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.55048807118966,42.67736431778662,-330065.42205675325,-53327.40853545759
+    -88.76823516213032,45.69212869105483,-15034.362231884952,270248.56131590984
+    -86.53692150480093,43.44025788310551,161875.51660753562,19784.072128709686
+    -90.47333262869522,43.158434629764926,-157912.09363900527,-7874.474590729484
+    -90.64123990165643,43.43165870995186,-170445.44361954625,22974.483473261247
+    -92.465776258983,43.8552661395274,-315403.58158075676,77158.79977095993
+    -90.8995133238773,47.000714997611134,-174884.89300183603,420438.76765304065
+    -88.97997863794282,44.24437221006657,-34366.11738557495,109626.64855885367
+<EPSG:103359> +proj=tmerc +ellps=GRS80 +x_0=165506.7302 +y_0=0.0103 +lon_0=92d38'0"W +lat_0=44d2'10.0"N +k_0=1.0000381803 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.19770511678283,44.29226128364156,200276.73955195,28554.758900372417
+    -90.74831093214262,42.81684661488828,319677.62566988356,-133743.5914242615
+    -89.8572053705847,44.95892326413634,384561.111694443,106299.02835967152
+    -87.89283128191444,46.836241443894224,527138.5204796148,322142.4149794712
+    -90.820561652169,44.874033335084874,308757.0328512514,94712.67289760511
+    -90.67062929795786,46.41366044542481,316412.18302615895,266113.4435182383
+    -87.73023210234108,43.53808058814456,561844.6512399765,-43641.93889637429
+    -87.76655543282197,44.863217869873324,550166.3484954075,103449.75937311756
+<EPSG:103360> +proj=lcc +ellps=GRS80 +x_0=187147.5744 +y_0=107746.7522 +lon_0=90d29'0"W +lat_0=45d10'40.159509"N +lat_1=45d10'40.159509"N +k_0=1.0000597566 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.55506454800218,45.29848227206937,338389.5131504653,122961.63051229133
+    -86.9956088644382,46.95953675837433,452673.3295471036,311565.16886102135
+    -89.06703958948417,45.80672390865995,297247.8001569801,178613.65621147322
+    -86.89251623210936,45.97603091181777,465376.6941673781,202654.40234745492
+    -91.62046629387069,46.851981218965435,100384.16025457428,294479.7191354053
+    -91.41620552937009,46.76418024624988,115855.84052484765,284515.5367947745
+    -89.79892786057847,44.395329201721324,241683.4927881067,21012.441001077517
+    -89.28545148846568,44.66027969096197,282159.7723122068,50931.536071740265
+<EPSG:103361> +proj=tmerc +ellps=GRS80 +x_0=256946.9138 +y_0=0.0041 +lon_0=91d22'0"W +lat_0=43d9'40.0"N +k_0=1.0000361538 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.66190369439721,42.54712992235311,561275.8848361421,-61552.472670478106
+    -88.42317123303462,43.02402796484093,496885.44402807683,-11023.462815401008
+    -88.78549193583426,44.082289080591025,463697.0876768698,105591.14153049371
+    -89.87693702425541,43.52662594227579,377383.9351667747,41687.507171105055
+    -90.39846005279921,46.15047738012491,331746.9132520234,332660.37879989325
+    -86.58536582092897,43.468796939264024,643880.5628511106,45304.12749287383
+    -89.03105689612215,43.50931962772108,445824.35864535894,41337.4049360383
+    -87.32575384030672,46.98781103226776,564346.5717115306,433220.6673186207
+<EPSG:103362> +proj=lcc +ellps=GRS80 +x_0=222504.4451 +y_0=47532.0602 +lon_0=90d47'0"W +lat_0=43d34'30.11858300001848"N +lat_1=43d34'30.11858300001848"N +k_0=1.0000408158 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.4314737484438,45.19912537970775,485917.23884692433,233343.3671246545
+    -87.68643401608493,44.94896115603527,466926.3340305581,204773.1345761991
+    -87.3781734187006,46.33968893051725,484907.64592045604,360278.3900054515
+    -92.50894517621278,45.77065183344465,88186.85390527453,292984.4805654419
+    -91.95025423918052,43.668353514814655,128390.05961175002,58560.6132420036
+    -86.35346023287522,43.500096778376424,580623.1074673088,48750.243363078516
+    -89.58958631036765,43.72569814256346,318691.81834412913,64962.30383814186
+    -91.40221522190338,45.549490894341666,174146.30166627205,267171.9245551552
+<EPSG:103363> +proj=lcc +ellps=GRS80 +x_0=134417.0689 +y_0=50337.1092 +lon_0=89d29'20.0"W +lat_0=46d4'40.23872600001027"N +lat_1=46d4'40.23872600001027"N +k_0=1.0000730142 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.58821281663204,44.994261024379206,-31146.170744065545,-67926.74107779097
+    -91.61303025392104,43.513411980067076,-37499.012683400855,-232462.54931265354
+    -88.08763646079832,44.54861694550182,245807.4428659238,-118670.15431373919
+    -91.6059124303307,43.32117503038679,-37492.055207358004,-253852.20553811023
+    -91.99865243727902,46.97227817145393,-56569.2692218126,152787.3255690372
+    -90.32056451361109,42.93095718496661,66422.0251510795,-299195.4398870844
+    -88.96334589315077,42.668357262068746,177578.05338335072,-328629.1355589285
+    -92.36694577347586,43.34375210536812,-99176.34680728015,-249402.33181865182
+<EPSG:103364> +proj=lcc +ellps=GRS80 +x_0=232562.8651 +y_0=111088.2224 +lon_0=88d32'30.0"W +lat_0=42d40'10.063549"N +lat_1=42d40'10.063549"N +k_0=1.0000367192 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.37522422324716,43.99897865031424,406362.7105260211,261041.4599825355
+    -92.32137912061037,46.12047932350486,-60041.919797176204,501355.3982330188
+    -90.2937698070943,42.903118989709384,89474.72008761158,138527.8634237216
+    -90.28672725409535,47.16256914277857,99831.7364463158,612315.8833427177
+    -87.18149035720273,42.72922144419407,343958.5361408564,118622.2538201205
+    -88.23877858357201,44.784538560734774,256551.74061421715,346192.2109250955
+    -86.74196687711623,44.6140128230886,375490.7868863529,328708.179188567
+    -92.45701596019335,46.11849622503128,-70545.04915730783,501612.69092791853
+<EPSG:103365> +proj=lcc +ellps=GRS80 +x_0=234086.8682 +y_0=188358.6058 +lon_0=91d47'0"W +lat_0=45d57'40.3914"N +lat_1=45d57'40.3914"N +k_0=1.0000475376 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.08454056153548,45.442516202178076,523393.5496125993,137416.78174973212
+    -86.63578652422171,45.214252340089466,638211.9093437495,118385.62100614217
+    -90.08692818037977,43.61437915266328,371136.8984602708,-71066.92469841414
+    -88.01340013484096,42.62586988509421,543761.9338379472,-175157.7904066989
+    -91.59166148271461,46.03936852255881,248925.1192356223,197062.27465929624
+    -87.97896757532844,43.72423092978914,540758.8570403965,-52989.70583706736
+    -88.08167628286107,43.13394002393444,535533.334331661,-118957.06996647493
+    -87.04718674959852,44.70378240826933,609322.9988513481,59742.56025570771
+<EPSG:103366> +proj=tmerc +ellps=GRS80 +x_0=120091.4415 +y_0=0.003 +lon_0=88d3'50.0"W +lat_0=42d55'5.0"N +k_0=1.00003738 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.47245373466161,44.49665153068112,87595.84400787094,175479.17366204143
+    -90.08714885910372,45.70769776099707,-37464.83057793339,311982.7506781417
+    -88.37529933194814,46.36328520092656,96126.49627744689,382910.82784607436
+    -88.7347578816801,46.0098997210529,68131.55205973214,343800.5442405943
+    -87.73408437899784,46.93790229922659,145205.48826525573,446795.62720783835
+    -88.5734535303154,42.544935178028666,78234.58874440886,-41325.58176921229
+    -91.71055998757542,43.97924963440244,-172513.78836777998,124374.20517863461
+    -87.94643893868228,45.99395247630875,129191.2931974122,341815.7644496702
+<EPSG:103367> +proj=tmerc +ellps=GRS80 +x_0=208788.418 +y_0=0.0034 +lon_0=88d13'30.0"W +lat_0=42d34'10.0"N +k_0=1.0000346179 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.80270512243011,46.31143419533992,-66794.43140658771,422052.18637999677
+    -86.43341686133837,46.72486318365181,345750.8396837795,463344.7837989515
+    -92.55437384867881,42.52220607807997,-146997.32100582973,3845.6835563769046
+    -89.611660317825,47.152122925531074,103621.89253502878,510218.5674504832
+    -90.83426584925314,43.64752581085121,-1736.1633010760997,123082.41586671812
+    -89.92204014193557,46.017278010170514,77367.60430680565,384529.2795054701
+    -88.79722211956779,43.91716063994586,162827.70074377448,149891.35270289314
+    -92.78177265610607,45.16421885144721,-149480.86564224382,298427.0136718343
+<EPSG:103368> +proj=tmerc +ellps=GRS80 +x_0=185013.9709 +y_0=0.007 +lon_0=88d49'0"W +lat_0=43d25'13.0"N +k_0=1.0000333645 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.40109659318516,43.82421889824437,-22893.752221560833,48128.47726377669
+    -90.56827947340557,42.98895536137771,42154.32206571271,-46431.75769049427
+    -88.29355992886616,42.89711884598418,227741.6376280358,-57990.82217557077
+    -87.07897009031701,47.09562437806727,316943.64699703886,409944.6501937937
+    -86.72011468202491,45.92434866783232,347645.7549246979,280412.299080231
+    -90.17309722465535,44.426408871406124,76998.71067616597,112689.8938386196
+    -89.91499394263784,43.444655571075785,96101.03399712477,3293.668308430863
+    -92.12965508850063,42.584367828237234,-86965.54574530109,-87543.52681503336
+<EPSG:103369> +proj=lcc +ellps=GRS80 +x_0=120091.4402 +y_0=45069.7587 +lon_0=89d14'30.0"W +lat_0=44d6'50.198565"N +lat_1=44d6'50.198565"N +k_0=1.0000392096 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.18873756869645,45.92045045534648,279415.7868613497,247857.9502366676
+    -89.30403561512215,45.53049069047909,115218.23843183627,202511.36050275376
+    -92.82846204772673,42.71894282053177,-173712.94133873744,-103535.75910467267
+    -86.79744626376879,45.715128402365444,310452.8347207756,225865.42285702427
+    -90.2564912948951,44.042321773297,38753.40990323982,37611.74614738342
+    -89.41579653550271,46.082914829572495,106614.88079103857,263953.97677853936
+    -90.24214506571779,42.53759454361746,37870.95550176561,-129591.155009768
+    -92.57381102002151,42.66392789122617,-153112.98690521345,-110520.99426029535
+<EPSG:103370> +proj=tmerc +ellps=GRS80 +x_0=244754.8893 +y_0=0.0049 +lon_0=88d30'0"W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.13811498886511,43.95764075237135,33002.84990882382,140950.88606228417
+    -87.42377814598738,46.11619622264772,327950.56229688646,378021.52482227166
+    -88.79484786179752,42.852107849925794,220654.90277216467,14779.10550308272
+    -88.78239059214505,43.951628283466725,222086.84235341888,136936.53213382838
+    -88.88758948785646,46.81314686484138,215173.4147702095,455006.80558932765
+    -89.29232664909583,45.905006072993174,183272.4830808133,354288.8802056564
+    -91.22019859792717,45.09917575654922,30640.706801344582,268021.32926069986
+    -92.81037202293362,44.80655133972424,-96257.66254871429,240947.37950399678
+<EPSG:103372> +proj=tmerc +ellps=GRS80 +x_0=700000.0 +y_0=0.0 +lon_0=67d52'30.0"W +lat_0=43d50'0"N +k_0=0.99998 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-68.58,44.18,-66.91,47.37  <>
+    -67.95650933561241,46.62938660752776,693758.098465996,310738.964902001
+    -67.7238467798987,45.79910900571206,711750.869932843,218458.786105729
+    -67.54335726452355,46.2364854869591,725579.93260209,267115.283248388
+    -68.48517368691144,45.754956851388584,652526.675611494,213721.486395433
+    -67.77501053501322,45.4531595833657,707821.279139477,180003.106506145
+    -67.95452723868833,45.46949584426612,693781.051836703,181816.908455233
+    -68.235025956106,47.14555620617024,672692.867975496,368179.350892174
+    -68.57640563512633,44.368673350688994,644093.514956782,59720.978784505
+<EPSG:103373> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=69d7'30.0"W +lat_0=43d30'0"N +k_0=0.99998 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-70.03,43.75,-68.33,47.47  <>
+    -69.24927473509106,46.94191632721508,490538.131098368,382519.928026429
+    -68.37214056438786,47.149366796604596,557098.451144133,405849.618962656
+    -69.79584633192427,46.13894793459667,448165.365129287,293473.563523896
+    -69.74745907948589,46.08071398724432,451853.443778681,286970.377316767
+    -68.7394570526261,45.61310813639793,530072.296712339,234881.730946503
+    -68.97437327133292,45.16632672661868,511841.79936113,185166.451455889
+    -68.86775909425963,45.36239772164541,520153.968489927,206977.897256332
+    -68.98185038696487,46.59341653780428,510969.494903978,343781.731248064
+<EPSG:103374> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=70d22'30.0"W +lat_0=42d50'0"N +k_0=0.99998 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-71.09,43.07,-69.61,46.58  <>
+    -70.97744861528928,44.47032512637219,252064.218298545,182050.615338397
+    -70.12726742843954,45.943471805599444,319209.371214107,345619.968871141
+    -70.17552853553593,43.114496875687024,316234.570412603,31252.791740647
+    -70.03874396699942,45.228702821627394,326406.546985857,266205.002814959
+    -70.13311760831661,46.44985537591377,318584.252147179,401904.567096756
+    -70.1210990606699,44.156584740544695,320310.42318622,147043.797111672
+    -69.93213258829874,44.07197350280934,335477.074844154,137706.473047339
+    -69.89522304166894,46.499686619387106,336828.418304698,407527.143237852
+<EPSG:103375> +proj=lcc +ellps=GRS80 +x_0=400000.0 +y_0=0.0 +lon_0=77dW +lat_0=37d40'0"N +lat_1=38d18'0"N +lat_2=39d27'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-79.49,37.97,-74.97,39.73  <>
+    -78.83458318297254,39.02417642267198,241149.113607833,152285.412355827
+    -79.03324327817373,38.888987776733366,223616.21064055,137646.353827778
+    -77.08208158448394,38.732707053052955,392863.428546682,118337.04306288
+    -78.50871305268585,38.033193328392734,267544.458448219,41780.341500709
+    -75.10798259058453,38.31322955235471,565459.164784943,73485.195871564
+    -76.00582239101931,38.745861843243816,486423.620160538,120264.684846375
+    -76.56126971556357,39.692228842408774,437634.509142822,224947.65654099
+    -78.07239127457191,38.028680559138905,305842.825058025,40737.896361983
+<EPSG:103376> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=0.0 +lon_0=77dW +lat_0=37d40'0"N +lat_1=38d18'0"N +lat_2=39d27'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-79.49,37.97,-74.97,39.73  <>
+    -78.57419614761749,38.19007766476443,859894.242087052,194518.747966161
+    -76.07735810459417,38.52936790883903,1576270.314348724,315514.236146907
+    -75.2182399887663,38.95951944278828,1818953.558632464,475781.884973167
+    -78.9540727659136,39.444100818272545,760504.442384834,653240.42752053
+    -78.78635535884769,39.41817574283656,807676.682050985,642828.717831726
+    -78.62134656058544,38.30251326313544,847071.350853293,235696.247092927
+    -79.38403109277705,37.97651091463501,625152.544866098,121813.895419572
+    -77.51056145404647,38.871617312178095,1166975.169029603,439230.215464892
+<EPSG:103377> +proj=lcc +ellps=GRS80 +x_0=200000.0 +y_0=750000.0 +lon_0=71d30'0"W +lat_0=41dN +lat_1=41d43'0"N +lat_2=42d41'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-73.5,41.46,-69.86,42.89  <>
+    -72.3223169533888,41.69881339443359,131551.039365705,827945.907453723
+    -70.58351489568034,42.71212294440199,275077.944893523,940572.417812288
+    -70.65090702779473,42.83674650747333,269419.599637218,954359.022414449
+    -70.99879565101757,42.35545776433355,241291.761283734,900671.39095607
+    -72.49352872825209,41.47845235928034,117015.015121672,803624.272310871
+    -72.87046824484561,41.97945872746309,86427.304550599,859699.23361249
+    -72.79808408889933,41.480598220618774,91582.218987876,804204.297469259
+    -72.46726281663818,42.80434640882326,120878.851808251,950862.740983351
+<EPSG:103378> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=70d30'0"W +lat_0=41dN +lat_1=41d17'0"N +lat_2=41d29'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-70.91,41.19,-69.89,41.51  <>
+    -70.15551239712998,41.363028738969014,528823.824468405,40373.62881326
+    -70.16872218162183,41.40840653107288,527699.284037813,45408.994296235
+    -70.17816416147524,41.25966068862645,526971.156126531,28886.382853429
+    -70.65812982255204,41.44550748349815,486785.755818823,49488.618784195
+    -70.57310395502374,41.39754016565873,493886.52954424,44151.800317723
+    -70.5606259075714,41.428476307892836,494932.440652984,47586.815693651
+    -70.26332902375273,41.20639536181803,519850.17572765,22947.835429335
+    -70.50629794404307,41.479264498290895,499474.008206263,53225.730071969
+<EPSG:103379> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=750000.0 +lon_0=71d30'0"W +lat_0=41dN +lat_1=41d43'0"N +lat_2=42d41'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-73.5,41.46,-69.86,42.89  <>
+    -72.99684637424362,42.24232581653613,250877.252466539,2916883.496277906
+    -72.98775156790242,42.546211423672446,255271.0646233,3027567.864608666
+    -72.16174938063827,42.208512627322996,476887.063674638,2901700.658169042
+    -70.84134587290228,41.56345992967635,836423.200975657,2666643.922569835
+    -72.73010565410985,42.70111757617332,325506.253159787,3082911.396879606
+    -72.33950945233637,42.46202678129742,429639.338613829,2994506.282655617
+    -71.1253866935036,42.00637313272698,757980.542598524,2827567.634393779
+    -72.96403397604651,42.19652046069943,259474.239134624,2900039.642209054
+<EPSG:103380> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=70d30'0"W +lat_0=41dN +lat_1=41d17'0"N +lat_2=41d29'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-70.91,41.19,-69.89,41.51  <>
+    -70.47676580507668,41.268338837612355,1646804.099367675,97769.995097956
+    -70.75005443872436,41.48952954158344,1571906.662116403,178463.898772133
+    -70.69267984945132,41.46632998396926,1587607.371502269,169970.323295375
+    -70.74629938518783,41.233354101371475,1572670.199783429,85118.169532849
+    -70.7631419448852,41.30567209549084,1568117.542030114,111481.924153422
+    -70.43283339344849,41.19437634532978,1658902.488179753,70826.978781855
+    -70.77910238694844,41.485797466753034,1563943.730137344,177128.307305291
+    -70.47430722621802,41.33869949043512,1647472.390663321,123407.381547661
+<EPSG:103381> +proj=lcc +ellps=GRS80 +x_0=8000000.0 +y_0=0.0 +lon_0=87dW +lat_0=44d47'0"N +lat_1=45d29'0"N +lat_2=47d5'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-90.42,45.08,-83.44,48.32  <>
+    -85.47809614559918,46.921850871144045,8115907.80821056,238801.879529724
+    -87.26302332700924,46.44340887827724,7979791.104321194,184540.63484743
+    -86.32429350685698,45.30874578011076,8052992.70743583,58623.447703527
+    -88.26411459817714,46.68195341766498,7903299.137672,211793.077135324
+    -83.58329279925681,48.28141546168141,8253635.861818255,394345.030075431
+    -89.1487019453355,46.919538570954,7836359.557789813,239650.11644338
+    -89.66366431307449,47.65563440603911,7799903.923949664,322636.01168157
+    -85.59766590305117,47.27198040944066,8106113.865145552,277552.866493127
+<EPSG:103382> +proj=lcc +ellps=GRS80 +x_0=6000000.0 +y_0=0.0 +lon_0=84d22'0"W +lat_0=43d19'0"N +lat_1=44d11'0"N +lat_2=45d42'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-87.06,43.8,-82.27,45.92  <>
+    -85.45481651978533,45.82132058760846,5915437.799831005,278895.401613257
+    -82.80768011542422,45.028705509560595,6122841.990688194,191421.329818561
+    -84.67315553280704,43.80642498533137,5975335.720085813,54470.685184072
+    -83.81569867940361,43.80764130548675,6044338.372500997,54709.834990912
+    -84.74696534472513,45.46748627136448,5970261.357181519,239071.606009844
+    -86.99749582053146,44.333919281636085,5790221.995812087,116440.178381858
+    -86.84424699352843,45.14476595812804,5805189.720800646,206113.463316634
+    -83.94461404772314,44.22271398623865,6033724.295986584,100768.827084478
+<EPSG:103383> +proj=lcc +ellps=GRS80 +x_0=4000000.0 +y_0=0.0 +lon_0=84d22'0"W +lat_0=41d30'0"N +lat_1=42d6'0"N +lat_2=43d40'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-87.2,41.69,-82.13,44.22  <>
+    -84.52994492274226,42.806139841038735,3986645.992618366,145094.50272552
+    -82.63993406689809,42.05578179541863,4142927.98810618,63200.838173866
+    -83.26624444882728,43.95579907718055,4088331.280309197,273381.160996132
+    -85.68347350361257,43.51588036883614,3893537.172908294,224757.438460717
+    -85.43218358581082,43.03036461930468,3913170.053814339,170538.09219749
+    -82.6926869506982,44.07606507188209,4134100.005079374,287501.498763276
+    -82.6579050316055,43.42880690192213,4138345.457405421,215655.177428844
+    -85.74150605948941,43.47635346182305,3888773.969392041,220441.649224219
+<EPSG:103384> +proj=lcc +ellps=GRS80 +units=ft +x_0=8000000.0 +y_0=0.0 +lon_0=87dW +lat_0=44d47'0"N +lat_1=45d29'0"N +lat_2=47d5'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-90.42,45.08,-83.44,48.32  <>
+    -84.00684573527558,47.652817534225505,2.698441360189004E7,1060387.485081346
+    -88.54597131597605,46.42566536798472,2.585690555787697E7,602669.185556468
+    -84.26176560366977,48.16688334728818,2.691513372851749E7,1245589.627397018
+    -86.85452894946222,45.15880565204823,2.6284251109640867E7,136952.518253989
+    -87.34774462122745,46.1432557202308,2.6158580193488166E7,496079.734613896
+    -84.56758052510878,45.171664040695354,2.687402438522665E7,151232.083308914
+    -88.61328335669852,48.020028663499794,2.5851770531359844E7,1184468.26555226
+    -85.42575156662342,47.599048607008356,2.6635166276823908E7,1030698.887118597
+<EPSG:103385> +proj=lcc +ellps=GRS80 +units=ft +x_0=6000000.0 +y_0=0.0 +lon_0=84d22'0"W +lat_0=43d19'0"N +lat_1=44d11'0"N +lat_2=45d42'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-87.06,43.8,-82.27,45.92  <>
+    -86.89728907921199,45.02448418469146,1.9030851144940864E7,632816.701881094
+    -82.71175040198497,44.79392090851359,2.0114606667293306E7,542936.859128624
+    -83.72938078658538,44.077797782042964,1.9852521728964414E7,278146.711242058
+    -84.85401438203995,44.14007879447529,1.9557099805483084E7,300577.970086365
+    -83.73397050811236,44.668585303952945,1.9849635537691288E7,493504.095224353
+    -86.77487812988917,44.48472389661197,1.9056644340082046E7,435164.294727668
+    -86.53456751103263,44.73448197162678,1.9121768339141842E7,524413.393960104
+    -86.84348724639601,44.564219418847955,1.9039631868949715E7,464670.232587726
+<EPSG:103386> +proj=lcc +ellps=GRS80 +units=ft +x_0=4000000.0 +y_0=0.0 +lon_0=84d22'0"W +lat_0=41d30'0"N +lat_1=42d6'0"N +lat_2=43d40'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-87.2,41.69,-82.13,44.22  <>
+    -82.40096719588095,43.60114563712754,1.3644019630101245E7,771819.498918475
+    -84.30722283470152,42.30083078889703,1.3139441909839168E7,291849.189967068
+    -83.10547386894584,42.68205795383686,1.346245099683894E7,433310.188678158
+    -85.66525354757938,42.9841277017083,1.2775915477872085E7,543534.242206978
+    -86.70903718255137,43.55377258758366,1.250247585338953E7,757110.895249801
+    -86.36448221392594,42.206791942951746,1.2582139906518493E7,263995.705698205
+    -82.14020259550375,42.19565133706054,1.3726617849620339E7,261491.193704061
+    -84.9186092489856,43.76517706948212,1.297754650343046E7,826012.320287205
+<EPSG:103387> +proj=lcc +ellps=GRS80 +x_0=800000.0 +y_0=100000.0 +lon_0=93d6'0"W +lat_0=46d30'0"N +lat_1=47d2'0"N +lat_2=48d38'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-97.22,46.64,-89.49,49.38  <>
+    -96.12667351802844,47.38340101061039,571529.375467342,202683.247499474
+    -90.94386453100228,48.551018415103975,959158.405823614,330246.575744289
+    -92.41877193596927,48.88894131665573,849960.991845251,365826.232897809
+    -96.06346817132,47.43562376061001,576520.646855166,208299.775746512
+    -92.50162308549255,47.14527894663569,845385.652789568,171913.210698229
+    -95.5597180315198,47.02274109705225,613034.788494011,161089.812977675
+    -89.60385960958118,47.89040019791038,1061339.001449981,260485.59619268
+    -94.22366814939433,47.657981043964654,715604.518411516,229348.775830238
+<EPSG:103388> +proj=lcc +ellps=GRS80 +x_0=800000.0 +y_0=100000.0 +lon_0=94d15'0"W +lat_0=45dN +lat_1=45d37'0"N +lat_2=47d3'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.86,45.28,-92.29,47.48  <>
+    -95.66545123287707,45.56855805495347,689510.752951745,164180.281229012
+    -95.31614868851838,46.23207780623108,717767.980749767,237493.004420399
+    -94.91451279681212,47.06784222467783,749524.85857284,330053.18088332
+    -95.61410505443828,46.69268062784764,695670.159426173,289035.016793842
+    -93.82701048144469,45.77433557027724,832898.583120023,186151.698673147
+    -95.07831304353908,45.80727069214842,735617.853106502,190061.035624329
+    -94.58449661665134,46.43804252422377,774296.697972102,259886.641062857
+    -94.25088384364254,47.067547779210365,799933.496893645,329808.704471245
+<EPSG:103389> +proj=lcc +ellps=GRS80 +x_0=800000.0 +y_0=100000.0 +lon_0=94dW +lat_0=43dN +lat_1=43d47'0"N +lat_2=45d13'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.85,43.49,-91.21,45.59  <>
+    -95.8656307783306,43.974413172357735,650319.589105763,209976.435751019
+    -93.2305718843729,44.18289186563902,861518.872398999,231721.479623315
+    -95.07516912956717,44.24973530474937,714136.301945108,239423.564858943
+    -93.5759194803946,45.09078251131613,833384.198755651,332401.058713397
+    -95.42984538652857,44.79008064910456,686864.118188877,299888.38908529
+    -93.92516180276199,45.28106194565162,805872.547566394,353463.800619521
+    -96.75297830433551,45.02033570528902,583062.867821074,328139.172012334
+    -96.83648276312556,44.31106144742783,573750.957224799,249598.643421737
+<EPSG:103390> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=100000.0 +lon_0=93d6'0"W +lat_0=46d30'0"N +lat_1=47d2'0"N +lat_2=48d38'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-97.22,46.64,-89.49,49.38  <>
+    -90.8611611333183,48.207270161452044,3170493.866364396,958705.705373163
+    -96.59798018289268,47.432197962290545,1759249.797097413,687675.54148936
+    -91.04268849319772,47.16128693517152,3136401.606558328,576091.159717005
+    -90.50776296777126,47.6581749824036,3263337.043656433,761223.183085233
+    -97.16671397323968,49.116124486979174,1650966.235085689,1308011.262926139
+    -94.69720480777877,47.72325848508276,2231598.351393771,778313.110604725
+    -95.38764420083713,47.675575113239574,2061209.470914596,765198.140437388
+    -92.47597038578624,47.497245488980255,2778916.401864991,692438.770831386
+<EPSG:103391> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=100000.0 +lon_0=94d15'0"W +lat_0=45dN +lat_1=45d37'0"N +lat_2=47d3'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.86,45.28,-92.29,47.48  <>
+    -95.46183469067128,47.359244850642305,2324303.021665126,1190745.108722901
+    -96.66124670510614,46.758119472948785,2020411.619776821,978391.809212465
+    -96.28311368522174,47.293227796568175,2120158.143837788,1170841.06979766
+    -92.71337052080197,47.08361059287007,3007479.623980494,1091619.656138374
+    -95.9702206303627,45.45480668141315,2183228.414047722,498723.86991821
+    -96.38163419238052,46.52356052828556,2088162.464456914,890872.667393808
+    -93.20843275662213,45.573526698483,2891398.141974899,538974.587450424
+    -93.54960787036411,45.79193579427156,2803327.014930459,617652.222354008
+<EPSG:103392> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=100000.0 +lon_0=94dW +lat_0=43dN +lat_1=43d47'0"N +lat_2=45d13'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-96.85,43.49,-91.21,45.59  <>
+    -92.72046900415486,43.631056487652195,2963446.414775611,560782.16853767
+    -95.80684846803968,44.783458952925756,2155579.151952312,983407.934166574
+    -96.43435203933102,43.90891308816288,1983217.31286341,668969.105733055
+    -94.33032768239988,43.56895445456439,2537114.014214684,535669.41209424
+    -95.54441964920797,43.87835390733723,2217467.97009561,652124.242421123
+    -91.46425642489254,43.563234028215106,3296736.715556138,543832.174066828
+    -93.76654010431399,44.7990370921579,2685267.645916046,983989.148516822
+    -95.628743797525,44.1558318542901,2197253.248021367,753683.80183596
+<EPSG:103393> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=88d50'0"W +lat_0=29d30'0"N +k_0=0.99995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-89.97,30.01,-88.09,35.01  <>
+    -88.51304733158875,34.9524698205591,329254.309605733,604646.510859506
+    -89.09573663967922,34.351148266386886,275859.820222929,537927.073006784
+    -88.39139298588425,33.5707521452409,341031.387151279,451424.875621964
+    -89.13698464098546,34.10813688299928,271984.699728617,510982.451191418
+    -88.78253127833734,31.564527088339993,304823.261214527,228865.643371208
+    -89.72975324344986,34.83281959730793,218004.826604849,591692.896688245
+    -89.91193941424457,30.894984654977673,196878.593298899,155132.217478259
+    -89.92291460370062,31.016706922418347,195961.260120919,168638.083838364
+<EPSG:103394> +proj=tmerc +ellps=GRS80 +x_0=700000.0 +y_0=0.0 +lon_0=90d20'0"W +lat_0=29d30'0"N +k_0=0.99995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-91.65,31.0,-89.37,35.01  <>
+    -90.35722080445632,34.24646113462481,697800.209555785,526284.016074548
+    -89.4247216694799,31.313307998394613,786489.16145235,201367.930855742
+    -91.39607126992327,32.3736675100846,599991.055410584,319079.248287446
+    -91.43817671209817,34.73545384096863,598820.743997252,581081.512353899
+    -90.55123454523698,33.03330602509822,679645.632698543,391753.403852
+    -90.3615231266878,34.800547662903426,697421.049782632,587746.894777901
+    -89.79074934176604,31.964476887758227,751288.533897384,273338.38010019
+    -90.30824666259902,31.692139149931094,702378.83186077,243013.760265738
+<EPSG:103395> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=88d50'0"W +lat_0=29d30'0"N +k_0=0.99995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-89.97,30.01,-88.09,35.01  <>
+    -89.31094465374863,31.73682603389428,835769.711152199,813867.857845196
+    -88.22237040025395,34.63230865215708,1168042.612296841,1867626.010121006
+    -89.79543259271547,31.124027906062253,683193.027405647,591943.386783054
+    -89.9566408260142,30.140233438625284,629170.096996754,234573.373826827
+    -89.87529467525071,35.00061994150588,672194.998853544,2002742.997290319
+    -88.34770895321633,32.05893695455471,1134699.968371901,931057.299013268
+    -88.42111317524706,31.018087906069724,1113383.734936221,552342.610251012
+    -89.01379143151254,32.97566621066004,928909.969151124,1264284.085939694
+<EPSG:103396> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=700000.0 +y_0=0.0 +lon_0=90d20'0"W +lat_0=29d30'0"N +k_0=0.99995 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-91.65,31.0,-89.37,35.01  <>
+    -89.78206465999064,34.671610571148506,2462340.276141206,1881826.236825669
+    -90.1006898885423,31.057596979383558,2369432.71555071,566550.11129255
+    -91.29670133081096,32.202170680856696,1998591.430525563,984161.071707729
+    -89.96186736380284,32.35385256387533,2411295.726710284,1038206.638944
+    -91.51742123270408,34.012355778628155,1937749.506474582,1643530.917407192
+    -90.9381142094947,31.193992959800248,2107479.536146072,616602.474325433
+    -90.67337844572417,34.97089081120085,2194710.027119086,1990468.486660222
+    -90.56546935524999,33.80922181527082,2226071.465997101,1567616.844038415
+<EPSG:103397> +proj=tmerc +ellps=GRS80 +x_0=250000.0 +y_0=0.0 +lon_0=90d30'0"W +lat_0=35d50'0"N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-91.97,35.98,-89.1,40.61  <>
+    -90.91298484962117,40.19464924813775,214836.8161749,484141.13659115
+    -91.38204919040534,35.995658874461476,170471.718166555,18369.082716453
+    -90.78881347125696,37.01626812709729,224299.94276017,131296.103239177
+    -91.74946905440251,39.12247907152115,141955.844512071,365769.715428191
+    -89.4820186180369,37.6456353562356,339836.09218679,201589.504503495
+    -89.40559689263729,39.63892962425154,343941.012967736,422932.623150446
+    -91.69555180109025,36.35745245027332,142698.584427769,58815.758233948
+    -90.5159959370809,39.62501578494648,248627.240814605,420815.64000365
+<EPSG:103398> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=92d30'0"W +lat_0=35d50'0"N +k_0=0.9999333333333333 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-93.79,36.48,-91.41,40.61  <>
+    -91.5403670936921,38.47016732205494,583741.84059247,293053.278618415
+    -93.20431931211579,39.23164533296259,439191.141532366,377381.409515129
+    -91.693046058093,40.06426391104371,568840.655809786,469894.74739864
+    -93.04670708419955,39.14132921569607,452738.696752021,367261.214813057
+    -92.2730989430131,38.672814383603416,519745.110368443,315135.216999668
+    -93.77828213122619,36.88473053318219,386051.989409876,117423.483589298
+    -93.15915623195015,37.15795434079476,441453.147880618,147183.722548708
+    -92.47898808441784,37.56672713295449,501856.804408028,192344.896099925
+<EPSG:103399> +proj=tmerc +ellps=GRS80 +x_0=850000.0 +y_0=0.0 +lon_0=94d30'0"W +lat_0=36d10'0"N +k_0=0.9999411764705882 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-95.77,36.48,-93.48,40.59  <>
+    -93.9618602722013,37.7645798465094,897414.857832613,177456.825981636
+    -95.05606368593867,39.98802231899775,802510.592204287,424285.351330442
+    -95.67709099903074,37.77810211779522,746307.377536639,179473.799812811
+    -94.9737502089886,38.16583724947708,808486.210867035,221961.784661233
+    -94.75589088789863,38.42107874115335,827655.537460831,250217.388580107
+    -94.02616601476579,36.94461257722887,892205.615631455,86427.22499481
+    -95.12980430123122,38.05087147038064,794724.606163898,209282.701715871
+    -95.71045000414247,37.19073754431146,742530.358474677,114321.668497448
+<EPSG:103400> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=147218.6941325883 +y_0=0.003657607315214631 +lon_0=90dW +lat_0=43d22'0"N +k_0=1.0000365285 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.35627480210015,42.966774094768375,1190682.083880415,-134631.965447853
+    -92.79428968812564,44.76280442378836,-242839.794124166,521439.020972807
+    -91.89033095559701,47.13277362934026,12471.848180347,1378938.188258154
+    -92.26865730823951,43.020390663192174,-123747.368314056,-118023.606842275
+    -88.9483181509971,43.872618200941474,760346.661314353,186195.639288026
+    -87.20286004732166,44.077894691098656,1218122.771003097,271753.074716556
+    -87.01376332868344,45.057253526287866,1254749.38882143,630572.032641304
+    -91.7129135025641,44.83289930176984,38596.796630561,539211.743291236
+<EPSG:103401> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=172821.9459486919 +y_0=0.001828803657607316 +lon_0=90d37'20.0"W +lat_0=45d42'22.0"N +k_0=1.0000495683 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.03622460104376,43.740006714256765,193275.50119014288,-713665.9886036416
+    -92.49868744322151,42.81144769525747,63441.21680905587,-1049721.1126072826
+    -88.67130052211948,44.98286731262992,1071848.1509048895,-257653.25791346238
+    -89.08144630262309,42.617818112994996,981763.8598984705,-1122122.8661322913
+    -92.23515743143963,44.58759508511642,146758.3900448523,-403697.07737115904
+    -87.92714757707685,46.19884644182114,1249505.0102826469,191279.1462596781
+    -88.31022610141999,43.94756783695102,1175959.5856472603,-632659.4992964077
+    -88.77409116021849,46.664782228185224,1031055.1061042547,355067.83671408554
+<EPSG:103402> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=93150.0 +y_0=0.003048006096012192 +lon_0=91d51'0"W +lat_0=45d8'0"N +k_0=1.0000486665 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.24378613928037,42.60273614751238,1545958.6294069781,-888744.5841811643
+    -86.51270931715781,46.03638102032152,1661158.7592172662,374812.1046647351
+    -90.20946621336972,46.14787529549139,721449.4302114769,374257.2457642929
+    -86.61926796462465,45.91110744325243,1637105.021091612,327331.8641010549
+    -90.1908719547063,45.011310663549445,734736.6248524138,-40100.89364323956
+    -87.70913242775704,46.248944174492294,1353270.9697554694,434193.6056349718
+    -91.67232640264754,43.148976993622185,353030.3904705076,-723384.4770659001
+    -92.34248186848933,44.066802192931746,176157.35433037905,-388469.93890902173
+<EPSG:103403> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=228600.4575057151 +y_0=148551.4835661672 +lon_0=91d9'10.0"W +lat_0=46d40'10.73415799997974"N +lat_1=46d40'10.73415799997974"N +k_0=1.0000331195 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.88909269547885,46.55374632589053,1822245.9018330763,474125.3447782992
+    -87.20020048059376,43.23998635552332,1804717.058924976,-737397.7954726897
+    -86.75354866359402,42.865385161125054,1931421.8277492183,-867671.2639756489
+    -89.39313681249536,44.9137932209745,1206061.8667564827,-147938.66484897523
+    -87.17181528872405,43.66240915837346,1804493.9473939205,-582994.5784298801
+    -89.61721609010979,43.767509832173026,1156146.6680205222,-567326.037847442
+    -89.58375259946766,45.847970404235156,1149878.580486781,191678.32102138377
+    -89.78366240867713,43.71311669574486,1112472.605122522,-587988.4445740987
+<EPSG:103404> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=31599.9998983998 +y_0=4599.999898399798 +lon_0=88dW +lat_0=43dN +k_0=1.00002 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.57136998476479,45.902548382503795,-296385.632569541,1077231.329722818
+    -91.87202637775846,45.39958043661981,-890976.348220628,913830.466841326
+    -91.71437517075516,44.617354972227425,-863573.831100005,626709.226106807
+    -87.0721736049659,46.36444625912315,337928.757875192,1243110.948393947
+    -90.83870627551696,44.35865053196087,-638817.804216032,523219.344051251
+    -91.79954564153245,43.86471811227435,-898467.391440149,353331.916038044
+    -91.34184936648431,46.67107152187878,-735299.112057483,1371375.174302022
+    -91.43928546201424,45.41701971582981,-779542.959981641,915132.449093139
+<EPSG:103405> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=175260.3502159 +y_0=0.004876809753619508 +lon_0=91d47'50.0"W +lat_0=43d28'53.0"N +k_0=1.0000382778 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.38150009703165,45.468099569055994,938244.5803419163,727521.6262113341
+    -92.69244314804342,46.974107822077904,351504.1580387557,1274835.4073834217
+    -89.18164932432705,45.315792551012,1247903.2874702318,679708.397070539
+    -88.32173953845785,46.83089572094127,1444960.737853491,1240578.89625503
+    -92.02358423204595,44.44711694828536,515883.0694012029,352137.36515919334
+    -86.82241762163737,45.40857765342682,1852748.4290121968,742170.1687944955
+    -89.41062314596294,46.9738113808411,1170824.8244748262,1282525.00145728
+    -90.50704274943908,45.30518900482787,906985.6022966669,667575.2052968134
+<EPSG:103406> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=64008.12771145543 +y_0=59445.90419100839 +lon_0=92d27'28.0"W +lat_0=45d53'55.373517"N +lat_1=45d53'55.373517"N +k_0=1.0000383841 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.9262074747987,46.236435712865585,1608774.9457908554,366699.7492820838
+    -86.76081859570604,43.59303554645948,1719303.302980172,-591944.5590302434
+    -90.60777721599969,44.7203716448793,690964.1157328066,-229094.1366729473
+    -86.29528966057481,46.53516881828249,1759607.6786723381,487019.7379752971
+    -91.4528949611911,43.929008786855704,474902.2808761891,-521623.4533587967
+    -89.61639069690197,43.66985791647146,962256.4853963265,-604429.3500058335
+    -86.46423008175071,45.62129470606131,1742219.9410542003,151439.4046632711
+    -89.24921823846896,44.24207689649789,1051024.3158384764,-392190.1804400897
+<EPSG:103407> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=244754.8892049784 +y_0=0.004876809753619508 +lon_0=88d30'0"W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.92504646682303,43.35200199282978,1221938.6945663379,234510.84683837826
+    -90.88360314966313,45.18380855165944,188361.16361415625,907448.2593476772
+    -90.55752441918546,44.505445713340265,266178.1158105305,657799.6842448388
+    -87.37374290690094,44.30067150749298,1097876.5177730955,578409.936108846
+    -89.15880099890028,45.031102229367704,632668.0800468719,843389.019202021
+    -87.3969873453835,45.960199333989074,1083534.1529029955,1183429.9037854006
+    -91.29457615550753,46.45843359016026,98658.41477835353,1375647.112615323
+    -86.63775304602255,43.46434773045297,1297445.1077608038,277037.6697843045
+<EPSG:103408> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=60045.72009144019 +y_0=44091.43449326899 +lon_0=91d17'40.0"W +lat_0=44d58'40.28483500001528"N +lat_1=44d58'40.28483500001528"N +k_0=1.0000391127 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.7841298433072,45.855115331306294,1345846.8226847511,496524.89957434754
+    -88.01100727700127,46.62617292918519,1022155.2848854297,762543.381385598
+    -92.74281636056027,44.584327614285584,-180370.47029817873,4541.334352703419
+    -89.8027462144237,43.28216042829936,594398.2493731484,-469967.65404163336
+    -91.74802444250953,46.56414365476707,82856.3262427868,723516.0101686784
+    -92.25411981551724,45.25155544015407,-50168.23789601135,245914.92842694462
+    -91.61373980142616,42.63008638319642,110998.39320548397,-711275.234087121
+    -87.32687489603516,46.344247340499535,1198990.156034779,667497.592710875
+<EPSG:103409> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=199949.198983998 +y_0=0.008534417068834139 +lon_0=90d42'30.0"W +lat_0=43d36'0"N +k_0=1.0000463003 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.2802079587047,46.09792253039173,1525722.3851519953,929527.7334235855
+    -88.5155811737517,46.23243503926908,1210958.7863075337,967496.4461576147
+    -89.19681003586771,43.45429843791135,1057397.1865231968,-49473.12103403845
+    -92.25024128503497,44.79146998657722,255672.78671610527,438167.0238618657
+    -90.17519022801328,43.88178501929409,796579.4922595597,103172.68663926741
+    -90.28565095969199,43.95128249967165,767323.8295209112,128339.76837401684
+    -89.40836026583824,46.08170840370328,985909.8479912711,907552.6152381047
+    -90.03942289084405,42.91419626664737,835207.560817168,-249272.89863719587
+<EPSG:103410> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=169164.338023876 +y_0=111569.613512827 +lon_0=89d23'40.0"W +lat_0=43d27'45.167925"N +lat_1=43d27'45.167925"N +k_0=1.00003498 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.67855586720486,44.47266680210045,219739.99820449678,736882.5422431122
+    -86.64705611386944,46.16897757827259,1251790.4176606631,1364681.459570758
+    -87.43764308902243,42.63745094775199,1081580.9767828141,71472.48101169067
+    -90.0754967161983,42.645807633778276,371739.0976359894,69082.03077351193
+    -89.36385690424407,47.103610026701396,562635.2207020579,1694607.0632923348
+    -88.11195569514501,46.512608018865855,878378.7308942699,1481162.200252822
+    -87.31587072882577,44.43198188532289,1098020.3769063354,726238.776536657
+    -90.48643247791611,42.92554883609097,262503.4018650099,172216.22178738465
+<EPSG:103411> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=113690.6273812548 +y_0=53703.12024384049 +lon_0=90d56'20.0"W +lat_0=43d12'0.2001780000102826"N +lat_1=43d12'0.2001780000102826"N +k_0=1.0000349151 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.97247223963313,44.22019581276601,1412681.3324701227,572723.8484579155
+    -92.81201430963893,46.732689820846645,-97606.09339725167,1470333.4899300893
+    -89.12896256090043,43.587686164527966,852547.5144860073,322671.3156920792
+    -91.03245334756426,47.22033706671525,349691.7326593552,1643341.572203439
+    -86.4299446821246,44.65664685282543,1546189.7254623894,738852.227885869
+    -89.5104762243251,47.23551424158152,728754.78152877,1651914.2855519163
+    -86.53660858482898,44.22956632097352,1526650.4079336326,581847.2482181223
+    -86.86075508457148,44.40699746144198,1438624.2823908026,642166.1147538429
+<EPSG:103412> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=247193.2943865888 +y_0=146591.9896367793 +lon_0=89d25'20.0"W +lat_0=43d4'10.257735"N +lat_1=43d4'10.257735"N +k_0=1.0000384786 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.25284142371339,46.85254203630259,602703.4096844698,1862341.2476392088
+    -91.9380105247022,45.152122985927306,161573.44380525142,1250085.2915953135
+    -90.15109688102119,44.36365248390668,620324.8781199772,953569.4749878072
+    -92.03169719759715,44.82460474729079,133681.1372383456,1131395.014665869
+    -90.28259227632616,43.732147773225364,583565.1474661722,723652.600833786
+    -89.80283074103212,45.76167504313497,713745.7424185196,1463036.819966506
+    -90.32425161255685,42.675017360882165,568410.4080373927,338456.0294829049
+    -91.40653098406437,43.56441434732294,285048.72231599875,667558.8333028975
+<EPSG:103413> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=263347.7263906528 +y_0=0.007620015240030482 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=1.0000346418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.50966395905864,44.34885172033638,933414.9236297576,1048594.0216540524
+    -86.6885848788222,44.313075465365735,1410154.111354524,1042386.7979753937
+    -89.86144703458521,46.716474207126765,591464.4410671988,1913720.0463559176
+    -89.65509035911862,44.8421676455292,635704.758044979,1229576.905914192
+    -91.52896799982533,43.431046518434314,132383.55934288164,725991.9361184521
+    -87.65837267494643,44.122886710029434,1157237.9605557944,968091.4196249639
+    -91.71880234414026,43.393926723398266,81471.61530701749,714185.5955776528
+    -91.70051092976887,44.398408199394865,99309.67827540135,1080213.6669864464
+<EPSG:103414> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=158801.1176022352 +y_0=0.002438404876809754 +lon_0=87d16'20.0"W +lat_0=44d24'0"N +k_0=1.0000187521 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.32877084813447,44.629238763536186,-535137.4055696502,109860.46034277265
+    -89.44188732153825,44.145482123912046,-48549.003930012856,-85278.74462689288
+    -90.60366285379727,47.02128880854722,-309935.74674608983,973552.0464776611
+    -92.11591129944338,42.83071889425662,-778487.7531045811,-534653.2214899446
+    -92.70989635202382,42.890909435101534,-936458.0898211941,-502959.2933710934
+    -86.37872357295198,43.50701475543331,758062.4431587565,-324263.3253833104
+    -90.70511733197262,42.49628091588094,-404907.2701312649,-675181.8371476249
+    -86.64589502627092,47.19704494736066,676714.1957019644,1020599.6881571417
+<EPSG:103415> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=59131.31826263653 +y_0=0.00396240792481585 +lon_0=91d55'0"W +lat_0=45d53'0"N +k_0=1.0000385418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.53190681262488,45.12448205609498,1325846.828781761,-245998.1991503175
+    -89.93883621237626,46.08009014354312,695945.8175928814,77992.238581149
+    -90.11493318591607,45.34316965569064,657306.6277326291,-191795.49034781163
+    -88.27384334964253,43.118488668734074,1166744.8865074152,-986877.9516586121
+    -89.07683963632489,44.163462939811964,939266.0708524133,-614229.6580477202
+    -91.05527001308162,44.11623358528827,420238.41415668314,-643136.9312198168
+    -89.79473671290816,46.05021469960497,732806.2395659324,68040.14732237054
+    -86.82213212779317,43.1351378031,1554083.0247152655,-960561.3227561109
+<EPSG:103416> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=51816.10393700788 +y_0=0.003048006096012192 +lon_0=91d53'40.0"W +lat_0=44d24'30.0"N +k_0=1.0000410324 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.05799966185695,45.903908925814115,128361.60588001402,545371.1366218511
+    -87.15866807577962,43.60153669804716,1424620.8913307087,-258325.50466412614
+    -89.43613063221302,46.33690645303221,790981.9219905926,712879.0434590862
+    -88.01762979885625,47.17635627844598,1134168.3804906223,1033355.7536781181
+    -90.63366382051805,42.79052641040706,508448.2640263948,-587212.2738733465
+    -91.98764969294368,44.66543752761786,145750.27200285724,93748.58843165764
+    -92.8263250581939,43.50304286472664,-77264.37748368831,-328644.8025833845
+    -90.31760178418337,45.15727549983077,576803.6681246111,277035.36814250826
+<EPSG:103417> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=120091.4401828804 +y_0=91687.92390144782 +lon_0=91d17'20.0"W +lat_0=44d52'20.212055"N +lat_1=44d52'20.212055"N +k_0=1.000035079 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.19892434151402,42.662423275061414,149035.72684247955,-503593.3093260376
+    -89.3829271923716,45.27060410008653,884699.8992759769,451806.9008431141
+    -87.28262772362288,47.27006085693325,1389136.3503690695,1200055.480396497
+    -88.30165496724439,46.29420665118493,1149245.871774925,833267.5253494323
+    -89.94318191202777,46.943669030724266,730362.9621360815,1059147.3711498107
+    -87.22344167308587,44.97074385239498,1445799.062992129,363043.16161723045
+    -90.04225925570854,47.05435168880885,704980.342666448,1099146.4672368206
+    -86.97078524319649,43.08389904818421,1547668.9391769622,-320574.51354638074
+<EPSG:103418> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=133502.6682245365 +y_0=0.006400812801625604 +lon_0=88d8'30.0"W +lat_0=45d26'20.0"N +k_0=1.0000552095 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.20731259341503,43.2136025865252,-379350.4323045959,-796321.952490986
+    -90.8169903092707,43.12191323508626,-276347.38849904836,-833318.8906017211
+    -88.34540974286614,43.33833299205452,383792.71869706863,-765769.5907661094
+    -88.78702552135398,47.14447294428082,277393.03338345897,622699.7101513366
+    -87.26258983236629,44.064458075023765,669087.0146815083,-499899.93760671857
+    -86.25299468133716,46.499054418465484,913684.6847120171,392313.5084242534
+    -89.16266012006001,46.63926440038169,181513.0567605046,439425.3271190691
+    -92.39301675939552,42.71311775532623,-704754.2114588486,-964939.5101458168
+<EPSG:103419> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=244754.8892049784 +y_0=0.004876809753619508 +lon_0=88d30'0"W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.56258759594735,43.88906527010103,786500.9182547022,426337.8852520663
+    -92.53239066311936,43.554092500184666,-266085.00026434014,330166.8943101769
+    -92.74484475998308,45.43417968882401,-286761.007031098,1018456.8835301764
+    -86.25754940322685,46.37426063400074,1369062.0336222905,1340513.126962572
+    -91.59779868786003,42.48193643237565,-32717.32119175297,-71299.720155483
+    -88.05688511813658,44.87867670354622,917872.901333981,787433.3836918504
+    -92.68646911066568,45.87796792099313,-263303.8040007613,1179490.715364045
+    -88.68451880869294,45.20706518837237,755440.4864566276,906910.6474199799
+<EPSG:103420> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=275844.5532131065 +y_0=0.0158496316992634 +lon_0=88d38'0"W +lat_0=44d0'20.0"N +k_0=1.0000673004 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.29952710130107,45.66482630054177,990352.9679596383,605176.1574776347
+    -92.46628102654905,42.60104774426371,-127141.31072930999,-488587.818274223
+    -89.5615032522691,47.091678155970826,673779.7188692834,1126768.2271041016
+    -92.63844610044427,43.528253155668786,-157347.75243081956,-148409.98210855204
+    -86.29682945262432,46.65690219981593,1491774.3363414756,975515.5127385352
+    -87.74846927647842,47.2850590814167,1124636.0718434446,1197182.036605795
+    -88.19027854033504,44.4261125439444,1020758.5494258162,153636.64385457878
+    -88.11627056812782,45.13893782677885,1038442.3762843171,413657.20842653373
+<EPSG:103421> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=242316.4840233681 +y_0=0.01005842011684024 +lon_0=90d48'0"W +lat_0=41d24'40.0"N +k_0=1.0000349452 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.91420366055561,46.31168835198291,766139.9273150243,1786497.3236247303
+    -90.12969591632452,46.71923563247485,963140.5076287744,1935831.0225484774
+    -91.46116499319065,42.67029340293892,617176.0288182799,459574.2459885284
+    -89.65149911820771,46.54643479990476,1084008.9518870192,1874193.5629066527
+    -87.19661958782868,46.93717369664574,1695187.7862296384,2035298.8639838398
+    -90.89448368498341,44.407248368257406,770308.8202934153,1092054.68476646
+    -90.86373156677587,46.62580132579901,778987.72960111,1901043.667484575
+    -91.62079724855381,45.822550365103886,585727.9653280561,1609169.8651291188
+<EPSG:103422> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=170078.7401574803 +y_0=45830.2948437897 +lon_0=89d50'20.0"W +lat_0=42d38'15.224197"N +lat_1=42d38'15.224197"N +k_0=1.0000390487 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.69539288760758,46.18132988475733,-166886.53793371725,1455424.5929369722
+    -88.11343951044861,44.565583578435884,1007949.3254383698,857901.7485409707
+    -88.20282445721475,44.612200712774104,984314.3735705714,874441.6107541507
+    -91.67544021369203,43.64329457779718,71784.03947089711,522245.44549756974
+    -91.43434368869175,45.480082669565206,148243.1832902681,1190917.6993347916
+    -89.62407409334062,44.55226141511464,614035.3494134183,848523.7270806803
+    -92.31966878090002,46.08861101327463,-72562.77260584572,1418553.0672664258
+    -87.58058401373431,42.721735124430765,1164819.8809609395,189138.11705965345
+<EPSG:103423> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=150876.3017526035 +y_0=79170.77937515876 +lon_0=89d14'30.0"W +lat_0=43d48'25.200424"N +lat_1=43d48'25.200424"N +k_0=1.0000344057 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.49641725777462,45.56762206829953,-82700.00930513183,909631.7873658397
+    -87.93650672402332,47.20883356930163,819982.9860188466,1503521.5551529608
+    -90.52118735893694,46.16369040201256,170503.6785808212,1121783.3767933252
+    -90.7445672791775,44.34386432695698,101805.72261063651,459034.0778730413
+    -92.3192670053849,46.505998943775715,-280711.2677142371,1258662.4434414948
+    -88.09800916949851,44.891087593985965,791460.592154922,657046.8118902657
+    -89.09959182895756,44.330004832451976,532182.5821336117,450443.09939820395
+    -86.82449127279185,42.78745041651997,1143906.21994301,-102434.68857480046
+<EPSG:103424> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=113081.0261620523 +y_0=0.004572009144018289 +lon_0=90d9'40.0"W +lat_0=42d32'20.0"N +k_0=1.0000394961 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.56461998507439,45.49805252327696,267524.8598950607,1079038.8103570833
+    -87.56134780030632,44.90043672112105,1044708.4038631789,871661.8313477475
+    -89.51734568270611,47.06997071408791,531434.810354231,1652719.770374697
+    -90.29507137975959,46.96731564199576,337553.27360333235,1614645.133277056
+    -87.5667291818148,43.71669108530357,1056973.4826687812,440042.0475961962
+    -86.65987208557964,44.10089899565538,1290820.7988400643,588938.7534575968
+    -92.63326963054756,47.042360230163084,-245391.89514808683,1651723.9614483255
+    -90.76519026274948,42.876273232765485,209066.5388028222,123545.30360790409
+<EPSG:103425> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=220980.4419608839 +y_0=0.008534417068834139 +lon_0=90d15'20.0"W +lat_0=45d26'0"N +k_0=1.0000677153 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.75285028242432,44.77089747198891,336109.3722298589,-237971.84863973325
+    -90.69129671444095,46.07490290092879,614402.6974719312,234266.11941405252
+    -92.35897303187022,43.559959334882464,167383.22660369697,-675974.8500657773
+    -91.82084979106081,46.132208208922144,328114.87186899956,258771.44423506246
+    -89.55574897254328,43.13226654830406,911826.4253464565,-838153.9363106497
+    -88.22243234422086,43.560738174741495,1263977.6815692787,-676154.7008598638
+    -88.85986039616134,47.06177583830509,1072884.8503531138,597007.6258145033
+    -86.97061523527223,43.04390887897388,1603263.37263103,-853946.6111558867
+<EPSG:103426> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=27000.0 +y_0=24999.9998983998 +lon_0=90d50'39.46747"W +lat_0=44d15'12.00646"N +k_0=1.0000353 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.15355343979348,45.634098422093274,1032747.985679357,607217.9219534332
+    -87.69513073578337,44.82502848215562,905728.2231977355,306289.0951700694
+    -87.42802347443099,42.75006654669996,1006284.7781241321,-447373.1871546475
+    -86.6772943677957,45.417282518282555,1158689.956827986,534141.2880245409
+    -91.4748962771943,45.64458254054593,-72707.64752448468,589921.3732060147
+    -88.97846299232914,46.55510452174788,558022.758811192,926893.8064666438
+    -86.71641675079228,42.84722021607953,1195728.2631793066,-403399.6121679427
+    -87.1547032647559,43.9126561980802,1060959.0760462917,-20450.017970097066
+<EPSG:103427> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=263347.7263906528 +y_0=0.007620015240030482 +lon_0=88d46'30.0"W +lat_0=41d28'20.0"N +k_0=1.0000346418 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.40368234769257,44.774304871553994,960434.9269128984,1203817.4232720204
+    -92.16556673580146,46.936818391803,16970.347807077123,2010526.8887275297
+    -92.66739479213376,42.70505229602841,-182369.29720183797,473404.23128302797
+    -87.78627873539615,46.998546942930275,1110728.6385174806,2016278.0719958057
+    -92.83894278630514,42.87251863089001,-225545.24030585345,536629.0660506524
+    -88.86727268663944,44.622408740097846,839975.0774102329,1148229.8918978397
+    -91.23364255751594,46.477292496728,244534.5327501714,1834244.9064456508
+    -87.74465188499877,43.49011243684419,1137451.9620789324,737122.1017099657
+<EPSG:103428> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=147218.6941325883 +y_0=0.003657607315214631 +lon_0=90dW +lat_0=43d22'0"N +k_0=1.0000365285 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.77710625228947,43.63789958108812,806761.37799866,101252.047574161
+    -90.83752751667066,46.552762115382805,272271.167206981,1162815.214385191
+    -88.44652424511243,43.93249274638965,892268.216744419,210108.51120464
+    -90.7833594615663,42.52309455671726,271813.793460201,-306497.711960285
+    -89.17662641685621,44.82966731455144,696632.626977492,534431.28428794
+    -92.498611003404,42.887335191481256,-186692.898105422,-164777.265760372
+    -90.32747212618888,43.58300634332731,396225.203317681,79028.295179517
+    -87.546228110889,44.138652615426416,1127218.988145792,291025.0759732
+<EPSG:103429> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185928.3727711456 +y_0=0.0009144018288036578 +lon_0=87d53'40.0"W +lat_0=42d13'0"N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.50756330997555,46.22164648282279,707934.2591528482,1460308.459936532
+    -91.7618642586947,44.01251042538971,-407523.5321549773,678449.8423886
+    -88.05251571824772,44.72676794829893,568916.1577718842,915010.0961518388
+    -91.7174643413824,45.59265891210712,-368712.71538876934,1254038.5735520555
+    -88.98501404454086,43.90573713719282,322563.48041443515,617543.7890554349
+    -89.24292381774892,46.16739263894172,268320.63834637747,1443184.5845150987
+    -87.1778895532206,46.74668855026503,789649.0044522324,1652375.7166110699
+    -89.0094860347891,43.15372758610887,312438.7639613301,343504.5569549658
+<EPSG:103430> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=79857.76154432309 +y_0=0.001219202438404877 +lon_0=87d33'0"W +lat_0=43d16'0"N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.40760775251749,47.17053644619595,-448771.47275873675,1436458.8624229035
+    -89.86668165635928,43.760899928941946,-350081.93815128313,188715.18151941453
+    -91.4615724094942,45.84492573578344,-734876.3303572218,964423.9027083815
+    -92.8479669632777,44.445833303234636,-1121711.6391887595,474712.13733094267
+    -89.91102803742778,43.329794974169566,-366262.8376122669,31892.794083498105
+    -92.62187631835053,43.18460778133217,-1090914.1464808208,11121.691210928546
+    -90.79534537700485,47.10269573010928,-546234.5133654609,1415487.0799717794
+    -91.69338576744248,46.59577064069641,-779631.2730306291,1241204.5715128141
+<EPSG:103431> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=130454.6596901194 +y_0=0.003352806705613411 +lon_0=91d19'0"W +lat_0=43d27'4.0"N +k_0=1.0000319985 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.97510904689878,44.46499362967671,256090.52237870102,370299.6166821752
+    -90.62222909123564,46.81492407899129,601885.4474627568,1227295.7412716297
+    -92.85232696470128,43.69780975233728,21842.683298096523,93685.76963417382
+    -88.56599317512786,42.623848884025534,1168388.7607496108,-289492.3252450523
+    -86.40727227606622,47.17833491468881,1648872.2301086853,1397489.3329627633
+    -89.08728659757332,44.6925590317383,1007801.2005681236,460510.8926645611
+    -87.63935901310256,46.211443995365514,1359005.001239611,1028012.3944122364
+    -92.24862356277303,44.80487753645124,186095.41115131418,494913.45258540136
+<EPSG:103432> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=170078.7401574803 +y_0=45830.2948437897 +lon_0=89d50'20.0"W +lat_0=42d38'15.224197"N +lat_1=42d38'15.224197"N +k_0=1.0000390487 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.26351094876294,45.67457389530882,193309.5435768774,1261141.4729868472
+    -87.36741971550772,45.23598131306827,1195296.2974420153,1107252.8542313501
+    -87.4503359786686,47.25075921265872,1153132.2551711667,1842654.6282308938
+    -89.33911068823868,45.98245154473852,685281.8607972856,1370897.7185720468
+    -89.33710207123045,45.97407541350891,685811.5478810268,1367840.8998576375
+    -89.90400698062376,46.31952500708829,541512.5310661774,1493691.7597410658
+    -88.0292149714913,43.8661091529757,1035366.7544977927,603313.6668524885
+    -87.46420812789353,47.031841978189156,1151925.3236183585,1762484.567510769
+<EPSG:103433> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=198425.1968503937 +y_0=105279.7828803658 +lon_0=89d2'0"W +lat_0=45d9'15.253579"N +lat_1=45d9'15.253579"N +k_0=1.0000627024 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.19529164993337,44.385289497849506,1131560.2960440665,70491.19073930544
+    -88.73037448371215,45.88092137413899,728172.6748949798,610547.445785265
+    -87.4566953322018,45.86554455433448,1052695.0174955204,608713.3411146861
+    -89.2674446651012,44.74658184157544,590169.2761214582,196848.18292551584
+    -88.94552428776792,46.406492021848486,673160.4606410561,802120.2962295902
+    -90.84373603398275,46.2445354921383,192855.83526079613,748160.3634873022
+    -87.53717995572381,46.31302460664126,1029170.0185811211,771512.5612170697
+    -91.7117447097826,46.7732319521578,-20345.788770743144,947038.2172203115
+<EPSG:103434> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=116129.0322580645 +y_0=0.005791211582423165 +lon_0=89d44'0"W +lat_0=44d50'40.0"N +k_0=1.0000599003 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.19419146029763,46.96470839324305,515628.5977035207,773687.6477151624
+    -86.29893512300288,43.489604526930684,1292535.1047000645,-475127.89691913576
+    -88.7894112358796,43.026657871870505,633428.562956896,-661273.4972077925
+    -88.27045249333908,42.818329376780184,773532.6972595155,-735220.4652726795
+    -86.64678774781322,43.57811321778025,1199007.0612708807,-446481.0756792163
+    -88.89998247451973,43.17403379801211,603325.1533494251,-607866.8109797976
+    -92.42424263128622,46.22551088168305,-300123.952713127,515171.37242689566
+    -89.34436304953397,43.69414340106986,483887.02902910905,-419138.2229838991
+<EPSG:103435> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=79857.76154432309 +y_0=0.001219202438404877 +lon_0=87d33'0"W +lat_0=43d16'0"N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.6901954311355,43.43246890968602,-40886.43353767433,62505.33300150489
+    -88.33812380450274,42.50356835498433,49465.80965038128,-277147.73998225544
+    -87.39808979200014,47.14101648230313,299808.2174047465,1412723.9259681872
+    -86.42040961943108,45.400542895356914,552171.1112211567,779982.3862893749
+    -88.79473078303089,43.354019495781685,-69082.88609452226,34306.71823898688
+    -89.44346287771464,44.56130640269763,-231541.9667575781,477673.09401936893
+    -88.14104339938697,43.89098182868572,106184.22365190132,228131.01332910228
+    -91.50243206381761,46.9775163646718,-724620.3894306992,1377949.3547879567
+<EPSG:103436> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=74676.14935229871 +y_0=55049.26695453392 +lon_0=89d46'12.0"W +lat_0=44d54'3.255925"N +lat_1=44d54'3.255925"N +k_0=1.000053289 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.29416286884037,44.699604240659774,888735.4530425699,117026.40769304289
+    -87.90525248159953,45.9938603353466,719038.7816765759,584623.6425648787
+    -88.8735657426756,45.443247441277514,475117.20039711404,379635.520800351
+    -88.19582318271519,43.05595106482179,665957.9277403142,-488022.2434623001
+    -88.09048606187095,45.308467960805885,677129.4179845778,333686.8549290533
+    -88.66591291708686,45.78407420733615,526728.2322829968,504577.8141693765
+    -91.34480269318301,46.01171656272018,-155212.41072520817,589573.9030754562
+    -88.94254978170893,44.099106652066936,462405.6310458313,-110626.04523865104
+<EPSG:103437> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=238658.8794513589 +y_0=0.003048006096012192 +lon_0=87d42'40.0"W +lat_0=44d41'30.0"N +k_0=1.0000234982 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.51362644694196,45.45238756009036,-449520.9709607109,314225.28864339396
+    -90.84748701462813,42.55620361480751,-62118.73366042379,-762781.1120249379
+    -88.13383019375841,44.62480697664175,672937.2329837276,-24094.2701549082
+    -87.89516674078874,45.01518212773093,735400.8323576325,118006.07736220429
+    -89.52033879318365,45.48854818898913,318969.1829365691,295780.6082484048
+    -90.98864408880755,45.372609943915315,-59342.60111398878,265435.2309445298
+    -91.97636051334732,43.245303878441895,-353590.16861608,-498258.34335010336
+    -90.46830267138692,47.14997470994467,96938.6818109165,908580.7036592553
+<EPSG:103438> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=150876.3017526035 +y_0=79170.77937515876 +lon_0=89d14'30.0"W +lat_0=43d48'25.200424"N +lat_1=43d48'25.200424"N +k_0=1.0000344057 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.09231632013022,46.25594195904576,279610.49550857436,1154055.572720518
+    -86.95735569543011,46.31093321759977,1072789.7311259857,1180996.4959115435
+    -91.87435192763476,45.34916576814689,-182036.73199146622,832838.2290951172
+    -88.34920680981726,46.9920492882281,718080.669899502,1422956.5114479698
+    -90.48630612321831,42.98094124512016,161896.6730740737,-38872.9902580847
+    -88.33117059184389,43.662427998847164,735950.8062222962,208366.6335678559
+    -87.79398512362626,43.604097817873715,878469.005390713,189131.77131815304
+    -91.40915761144745,44.14943982977373,-73889.86206142037,392030.16862183297
+<EPSG:103439> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=105461.0121412243 +y_0=0.003048006096012192 +lon_0=88d25'0"W +lat_0=44d43'0"N +k_0=1.0000362499 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.55281038585095,42.67987798737058,-228454.0586325289,-735221.781494273
+    -92.24197786817393,44.90498247232671,-645215.7934260746,92034.13441172335
+    -89.25358326672551,47.21660118321153,138006.73134182394,912787.9556063816
+    -87.46473841292935,46.39161870349502,586224.2573700094,612219.1592468119
+    -90.72130167822496,44.203035953040555,-258402.05691537197,-178786.9606157996
+    -89.24692977490764,45.50970540719168,133131.52240337274,290259.24319472385
+    -87.50933741129636,42.6255305279212,590210.8697494946,-760981.3198279447
+    -89.13317816740947,43.39966359004255,155558.60078948623,-479308.33456414466
+<EPSG:103440> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185928.3727711456 +y_0=0.0009144018288036578 +lon_0=87d53'40.0"W +lat_0=42d13'0"N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.846590387711,44.59619745197074,-159039.49994479102,881281.7424515315
+    -87.82727631917047,43.52304921146953,627817.7623849361,476151.8716041853
+    -88.29554774546557,42.604412989709104,502008.73209394794,141566.6020162667
+    -90.5270534849312,43.2339713600998,-91635.80459379058,381818.2213450943
+    -90.41596761280077,43.151354476165,-62935.940747071734,350789.8042576953
+    -89.8657179366864,45.03274810095533,100343.24505149973,1032736.8870568885
+    -87.91695290496197,42.94143510022096,603974.107934881,264146.536483147
+    -87.14635854550298,43.82056787566088,807452.8231149099,585491.4555157525
+<EPSG:103441> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=204521.2090424181 +y_0=121923.9861823724 +lon_0=90d38'30.0"W +lat_0=44d0'0.266143"N +lat_1=44d0'0.266143"N +k_0=1.0000434122 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.53224627790033,46.80562627136596,949175.8728637124,1425327.5930442803
+    -91.36175189448313,46.03468353337465,487988.6936843273,1142827.9338877955
+    -87.73354311414553,43.76497849367333,1439149.261125637,327848.5216562049
+    -88.17717221316073,46.81074295951477,1288815.6712069474,1434556.008217086
+    -90.61168012848476,45.49245550729196,678694.9498869122,944201.2868486095
+    -86.30976473718243,45.676503143094195,1778343.3594699337,1040425.8679886914
+    -89.36457710730743,46.40478374546075,993479.7388767712,1279603.3031100205
+    -89.86666692563011,44.95715893831453,871664.3405577944,749909.2614356698
+<EPSG:103442> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=182880.3675895352 +y_0=0.003352806705613411 +lon_0=87d54'30.0"W +lat_0=44d23'50.0"N +k_0=1.0000236869 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.23529514143782,46.27535938748227,-241321.58667447968,702493.4412227075
+    -86.73036986068249,45.722555976840795,900873.3931524751,485451.1101574741
+    -88.0643361637367,46.034757083698466,560378.1988162852,597125.6949834002
+    -87.69377334365417,46.3344905129187,654202.4347466434,706469.8751761527
+    -92.20061794752544,46.25062655723289,-485903.807170375,705221.1295374418
+    -92.7603951140799,46.040433532367196,-632199.3909709356,636757.8243140149
+    -90.26425275302397,45.366771581873024,-5547.187779861631,362362.2753378094
+    -88.37905458242437,45.46596891258752,479221.96294573497,390025.37537997036
+<EPSG:103443> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=70104.14020828043 +y_0=57588.03474726951 +lon_0=89d32'40.0"W +lat_0=45d42'15.205573"N +lat_1=45d42'15.205573"N +k_0=1.0000686968 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.82915622285182,45.75627895467514,923014.7332387065,219671.5088510514
+    -91.78517877889148,45.450227351970945,-345051.4635651041,104358.1414299219
+    -92.58056643434732,47.012772178077604,-527481.2006720066,680591.4979655658
+    -91.35309734579138,44.68821487947364,-240462.66912930756,-176250.46940590677
+    -88.63321800890094,47.24454375183577,456430.70950073155,752082.5749075512
+    -88.70321728430007,44.05494419107633,451261.9653451673,-411349.69627012854
+    -89.9044280989085,44.43037131307565,135932.6816708405,-275382.81844935607
+    -88.67768901548821,46.60052015269678,447924.6724698416,517009.4603375647
+<EPSG:103444> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=244754.8892049784 +y_0=0.004876809753619508 +lon_0=88d30'0"W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.17624023251366,45.55840303041148,885937.6669519783,1035135.3469161217
+    -89.69279672499286,44.68000004319102,492723.12683503074,716953.3636003112
+    -90.4507601830609,47.03599398735693,316553.78950682265,1579904.174137374
+    -87.06180499448472,43.95293082497764,1181764.084812942,452913.31673853635
+    -90.99462584560926,43.66711994876012,142869.98071101663,355350.225483435
+    -92.59587726956984,46.5257297337685,-228022.36617499025,1414500.0426909514
+    -91.62144754364068,44.40317451840158,-12835.605451805011,629313.0329792757
+    -91.04056510704828,47.003063305767064,169094.2574323729,1572114.1061448443
+<EPSG:103445> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185928.3727711456 +y_0=0.0009144018288036578 +lon_0=87d53'40.0"W +lat_0=42d13'0"N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.71218236154161,43.00535582542263,-678879.4189593463,324449.10833056015
+    -91.99808552511263,43.259760229363394,-483264.32302939316,407027.133745143
+    -86.83716995341268,43.59365883499833,890115.8204913337,503665.6263958321
+    -90.1152040496741,46.59874997069257,51720.22877461479,1605463.986207895
+    -92.38782034728179,45.40672439690125,-544120.9097145593,1195154.8515373634
+    -89.56411152984293,43.461246506988346,166668.96851329895,458060.4912250677
+    -89.53944976409669,44.2152167092492,178684.5146222637,732787.1079065861
+    -90.271717294081,46.557793629183635,11924.854221648675,1591674.9335554854
+<EPSG:103446> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=167640.3352806706 +y_0=86033.08773177548 +lon_0=92d13'40.0"W +lat_0=44d38'10.135939"N +lat_1=44d38'10.135939"N +k_0=1.0000362977 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.67726473223563,43.934031207339906,695040.9311179465,26767.922118156963
+    -91.31010518258174,47.17023332258115,778487.1675421859,1207966.3162463524
+    -92.0292371912345,46.46640652835299,600061.6170526529,949841.9247981997
+    -87.02155393460635,45.332680841680705,1888186.6956865643,578961.9802981553
+    -86.58118779003176,46.90381635537642,1961545.2899469975,1158308.060466604
+    -91.67861949398603,44.556434674691644,693155.9299056305,253676.13201506375
+    -90.33872524224239,45.640378976755834,1033242.9224800246,654042.7296056419
+    -87.31979877496974,43.78662621265355,1845528.050475674,11535.209238507834
+<EPSG:103447> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=167640.3352806706 +y_0=86033.08773177548 +lon_0=92d13'40.0"W +lat_0=44d38'10.135939"N +lat_1=44d38'10.135939"N +k_0=1.0000362977 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.22433634955944,42.576634242915205,550929.4112921163,-468654.69271869335
+    -91.38905160430437,45.537728150729734,764957.9581211823,612113.3761069566
+    -89.10964438252519,43.033708699302494,1383864.983953347,-286032.94091416354
+    -87.88691913122155,44.75354045915101,1677223.7147530324,355066.6250246447
+    -87.97332934760821,42.574033336382065,1696245.082476639,-439696.0716225914
+    -88.05385313822815,46.53617933246033,1600649.1350241576,1002135.5724660766
+    -87.94197483125414,42.6653676448599,1702935.1928969251,-405991.17863829643
+    -89.9863230710604,45.976407053659635,1120002.0377026508,778844.6864919834
+<EPSG:103448> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=141732.2822453645 +y_0=0.005791211582423165 +lon_0=92d38'0"W +lat_0=44d39'40.0"N +k_0=1.0000433849 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.32802533333134,47.271538593994435,1037330.4332722164,960434.4767438319
+    -87.10636500388762,44.4466676517073,1908536.7496308337,-29356.19395278349
+    -90.43524549728633,45.34827053471134,1030178.2581228575,258264.00580320976
+    -86.81230275516819,44.22240868851546,1991170.453369723,-105781.67513177692
+    -91.13273680359355,45.05108717695118,852852.8069840341,145781.8029972341
+    -90.28501263819557,45.76922709894828,1064311.7766559445,412856.98768451496
+    -88.19154720946531,45.26661368753179,1608716.237823801,252299.38609912858
+    -88.18184889861698,43.11489716166682,1653783.2427409058,-532078.7684944193
+<EPSG:103449> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=56388.11277622556 +y_0=50022.18745237491 +lon_0=89d30'0"W +lat_0=44d25'0.5663109999801463"N +lat_1=44d25'0.5663109999801463"N +k_0=1.000039936 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.11060875641886,45.34323737444224,542305.4750911341,504939.4042470447
+    -88.8239293244111,47.00592396382167,353860.14213559387,1109286.8530425073
+    -90.29021720542832,46.30543672224876,-14833.798766445685,853869.7928639222
+    -91.08072707242515,44.63526686134282,-226485.81842499098,247726.31797898246
+    -92.04787644287494,45.57976425080042,-467466.3196420194,598325.1018727632
+    -90.48115403882224,44.71364722524086,-70075.04950230762,273859.7475252203
+    -87.22100121517309,46.75614636415258,756685.9818946297,1025358.239617423
+    -90.64407957902029,45.68182739578762,-107495.28801850685,627441.6275820589
+<EPSG:103450> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=227990.8544577089 +y_0=0.01097282194564389 +lon_0=90d29'20.0"W +lat_0=44d33'20.0"N +k_0=1.0000649554 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.6691338260386,43.69605413107211,1229330.566847535,-308072.0354702957
+    -90.49885077183396,45.55497079061656,745449.5547437705,364416.0217238118
+    -92.19042567112714,46.66010507687555,320713.0770801865,772072.8761624006
+    -91.65288204895049,42.58314667369435,434488.6139315256,-716863.5290819143
+    -90.01314967547093,45.853832106675135,869233.8341051281,473763.8652231457
+    -92.0142658538501,42.932575405149464,339453.3507677514,-587952.3467692898
+    -87.9219191651919,43.314528677755604,1431268.314495317,-441928.4323210371
+    -92.58511664959293,43.43954088464667,191184.7926731938,-399856.63066533214
+<EPSG:103451> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185928.3727711456 +y_0=0.0009144018288036578 +lon_0=87d53'40.0"W +lat_0=42d13'0"N +k_0=1.0000260649 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.54116194295241,43.1772707116034,-96050.25038770116,361268.2126621754
+    -91.29928336328169,45.605776736318866,-261455.4631354105,1253991.5774861344
+    -92.82882159716824,43.12741118346036,-707465.5933839491,370764.2751538187
+    -86.61482109378585,43.151129698827106,951499.8384647858,343185.47290719807
+    -90.23121847517695,43.52164178389889,-9848.591513370397,484338.47656972136
+    -90.35361221820597,43.98811610712421,-37264.89876844341,655327.7559601846
+    -88.75550394221762,43.96721299502906,383288.65455466526,639240.1570283315
+    -88.14839073692039,45.86802785325772,545307.5964410339,1331214.5408720504
+<EPSG:103452> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=202387.6047752096 +y_0=134255.4254508509 +lon_0=90d25'50.0"W +lat_0=43d19'20.326539"N +lat_1=43d19'20.326539"N +k_0=1.0000375653 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.75308955063862,44.34796822323312,1364446.4242300913,825612.8478673112
+    -88.34387985298706,43.53669227696018,1217317.8483318922,525525.3888142281
+    -91.63399686617595,42.559541973105894,339734.80767929374,164775.35486077564
+    -89.29935024012104,43.958711226430395,961897.3830270972,674476.3514655721
+    -91.08541778734762,46.759668798492925,499559.44611015054,1695205.1780779958
+    -91.91105690733554,46.79174858964603,292456.93028948037,1709576.1596466673
+    -90.03606308806872,47.0532186035436,762556.4342689688,1802076.3257253142
+    -91.11243846558693,44.83188086302095,487028.5079917229,991580.2568862967
+<EPSG:103453> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=146304.2926085852 +y_0=0.006705613411226823 +lon_0=89d4'20.0"W +lat_0=41d56'40.0"N +k_0=1.0000337311 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.69845842993834,42.97230190962261,-222932.13253038286,385589.66975061287
+    -87.20276052750563,42.5285380760877,983955.8227741369,218422.87955484656
+    -87.90748002616571,46.472282425731834,773494.2833887658,1652857.845590762
+    -89.89708124515548,43.6728596431781,261748.82359741742,631049.3012592768
+    -91.36146016634618,45.166888959611,-110483.59117418867,1183025.2171503385
+    -88.65796150041976,46.4995404230671,584335.5350216348,1660909.7213884227
+    -91.29547741412108,42.75459139297648,-117162.41754743758,303120.453747342
+    -89.29110555936911,42.7805771152737,421235.49009539833,304800.5434892109
+<EPSG:103454> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=250546.1013970028 +y_0=0.02346964693929388 +lon_0=91d4'0"W +lat_0=43d55'10.0"N +k_0=1.0000495976 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.11786047521825,45.57803677521665,552810.4461767832,606494.9001079838
+    -86.96858952110863,43.43978032198025,1910582.9279677232,-148066.95595596795
+    -87.26838042280974,42.97085171719749,1838712.2220479744,-322798.46004758094
+    -91.68924567381694,46.25954861481539,664510.7103668568,853884.2983007638
+    -90.22488059778199,42.4857136370782,1049079.2977686329,-521482.11413397617
+    -91.81437359997527,44.526373741558515,626985.8563381878,222159.56602933718
+    -92.15268002059075,44.849642571953545,540320.3714696093,341014.79734455125
+    -86.84766281939847,42.69069102695673,1956464.2580886688,-419553.5619182451
+<EPSG:103455> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185623.5715519431 +y_0=0.005181610363220727 +lon_0=89d54'0"W +lat_0=42d49'10.0"N +k_0=1.0000373868 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.36095820352672,44.82525863803821,-29564.481058140394,740873.0815162687
+    -87.96240117105575,44.53703392044017,1114266.5968195766,632109.6750518425
+    -91.29916251159457,44.626930108227924,244706.5061771955,662016.8454815615
+    -92.32220690396935,45.92454880504252,-7441.580347537411,1141414.4372554028
+    -88.98314046270947,44.486146607197085,848297.3624015555,608905.2904269482
+    -87.385697793961,43.439795170686864,1276853.2912931438,236193.1736384276
+    -90.81900694366983,44.22403057956919,368073.8178190426,513349.7936506566
+    -89.15210277967785,45.82157345172155,799692.3599738511,1095390.5699211643
+<EPSG:103456> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=216713.2337312675 +y_0=120734.1631699264 +lon_0=91d7'0"W +lat_0=45d54'0.3568729999847164"N +lat_1=45d54'0.3568729999847164"N +k_0=1.0000573461 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.84721910343715,46.71350787739204,1280323.4343768405,700871.0806706607
+    -90.28407013514396,43.21908280926229,933194.1771721579,-580578.2438251222
+    -87.27466795260513,45.52643198426748,1695416.3389848212,283545.4850744795
+    -90.01303345124884,47.076286478685134,986061.0270879203,827018.5945747141
+    -87.19196438772946,45.304724611196576,1720565.5527092307,203825.64729078527
+    -88.62161285169893,44.49065713550758,1362249.0748295323,-107698.31092984811
+    -92.66263473690287,46.85136854391308,324121.0503625442,746811.1202619402
+    -92.42605654843247,46.89230505627331,383564.3528870435,760683.2669052678
+<EPSG:103457> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=262433.3251714504 +y_0=0.009448818897637797 +lon_0=88d36'20.0"W +lat_0=44d2'10.0"N +k_0=1.000032144 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -89.66779505291119,42.62171350632979,575081.172547767,-513769.38134626416
+    -87.34363389620704,44.534323647526605,1190084.0060572783,184172.5738160177
+    -88.05580612772688,42.81556244189239,1008515.8120466186,-444431.0457121802
+    -89.76202939971924,43.4342508476883,553795.6426533592,-217270.61885336845
+    -91.08488120810651,42.91101800218926,196733.58222186015,-400331.7295254673
+    -87.63218816627895,43.90700341687116,1117544.9439542766,-45557.93880039077
+    -92.69742186166313,44.81686329329423,-200903.11213221052,311393.22050975513
+    -92.0944128350803,45.77384503418336,-29290.84398953692,653028.7151476389
+<EPSG:103458> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=79857.76154432309 +y_0=0.001219202438404877 +lon_0=87d33'0"W +lat_0=43d16'0"N +k_0=1.0000233704 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.75149983354245,46.377789682681566,211139.94098742687,1134383.222297823
+    -88.24234883987734,46.86493755007416,88803.09588023885,1312753.3553169328
+    -90.92288266614042,43.67350307157306,-630447.3867769772,166445.46157551085
+    -87.12817002748798,47.247098739082645,366775.5754390954,1451664.3122194544
+    -89.77126104207292,43.81759746258985,-324315.78673474415,208693.23181440038
+    -86.84016637513261,46.875319740700284,439539.6205662369,1316579.121232705
+    -89.27561072320307,46.51556678973576,-172468.08534224384,1189314.3766557456
+    -92.68051553120651,44.04575231882354,-1087113.1128175678,326046.4595420152
+<EPSG:103459> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=165506.7300990602 +y_0=0.01036322072644145 +lon_0=92d38'0"W +lat_0=44d2'10.0"N +k_0=1.0000381803 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.01265906557694,43.506028883176306,2034441.9539228294,-142793.57518874775
+    -86.54291502627845,43.44943899340413,2160625.980015593,-154625.68763744255
+    -86.27480650130545,44.381853970318524,2205572.6692391844,190704.58256794797
+    -88.5439493984983,43.54767249618399,1627325.6482704824,-151375.71406428496
+    -91.34100688657803,43.67440831887024,884937.2609683435,-129196.72258839036
+    -87.07613337488333,45.79674755500492,1960486.6279182786,691304.5344675282
+    -86.82385057251975,45.33459217099374,2037072.9479167582,527385.8140822668
+    -91.45452028308516,46.03406641647583,842417.0740211398,730710.5998829762
+<EPSG:103460> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=187147.5742951486 +y_0=107746.7521463043 +lon_0=90d29'0"W +lat_0=45d10'40.159509"N +lat_1=45d10'40.159509"N +k_0=1.0000597566 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.41191107710064,45.02630340142017,373894.19188254094,299627.4299420873
+    -89.78475053724276,44.46125123971508,796421.6226183871,93005.69803084627
+    -88.51580739119608,43.73937725059725,1134145.2007139043,-164668.79380046568
+    -90.40007244837645,42.73706080647357,636391.8764211675,-536561.1687559
+    -92.13408803349014,44.02808261080384,179739.63319526674,-61290.6856468353
+    -89.73728150053958,42.93716719778866,813949.9313365853,-462653.0475920298
+    -90.13536676496892,45.00840123583478,704007.1699439698,291913.55411081854
+    -89.40361180107696,46.68290219747109,885113.4115290823,904253.4049592607
+<EPSG:103461> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=256946.9138938278 +y_0=0.00396240792481585 +lon_0=91d22'0"W +lat_0=43d9'40.0"N +k_0=1.0000361538 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -92.27088748584453,44.42681318156996,606765.8770486766,462701.96350435825
+    -92.48865452673904,42.64508962897175,541110.7038575945,-186081.65006051734
+    -92.46313721817576,44.81761885747761,558454.3507481355,605801.5685607113
+    -86.39294804755812,44.47887803778341,2141306.3668540404,519911.83744754695
+    -92.68289945169064,45.03026383537504,502681.3154153881,684181.2948078515
+    -89.50470470228382,45.11681811448861,1323697.6218797783,718510.3534109371
+    -87.44675049531614,44.84585759746139,1859775.5148934855,638725.6955767398
+    -86.70889889545954,45.02409376962694,2047426.6790472122,713835.7446723832
+<EPSG:103462> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=222504.44500889 +y_0=47532.06035052071 +lon_0=90d47'0"W +lat_0=43d34'30.11858300001848"N +lat_1=43d34'30.11858300001848"N +k_0=1.0000408158 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.2407691307344,44.30077275249016,1657312.4586009034,440282.18017445196
+    -90.39043980177289,47.106414709747135,828037.4282741465,1444687.7877304011
+    -88.79744715488383,44.02141860419324,1252373.4176751736,324910.52916921006
+    -87.20434748142584,43.99612279330992,1671621.3494594945,329723.1070335467
+    -92.39271596117943,43.30518764699883,301597.5627371037,61725.06281830575
+    -91.37567633236064,45.689580493894866,578512.6661890583,927613.4972988205
+    -86.39655202204014,44.38117023916377,1876565.1304912143,480094.6462529663
+    -90.6089053730044,44.94499464895603,775181.2505664428,655486.9852407954
+<EPSG:103463> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=134417.0688341377 +y_0=50337.10927101855 +lon_0=89d29'20.0"W +lat_0=46d4'40.23872600001027"N +lat_1=46d4'40.23872600001027"N +k_0=1.0000730142 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.40878212745979,44.27600410424975,1247994.5022997085,-476364.65540768305
+    -88.66580259984859,45.87821408979473,650655.469776159,93425.24751507508
+    -88.92356770099242,45.08698279145129,587050.4000870851,-195690.4504143614
+    -89.70164488499167,44.15929250276264,385131.4795584882,-534488.6463048512
+    -89.74574033292465,42.78652514178477,371934.45615653263,-1035391.0921305425
+    -90.23201216190637,44.5406757578184,247158.1593209808,-394546.8458814687
+    -92.87908851524274,47.040551807067786,-404229.9672606073,534305.127902884
+    -86.88986519730992,42.710629212332265,1140659.2355499796,-1051780.3854476209
+<EPSG:103464> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=232562.8651257303 +y_0=111088.2224028448 +lon_0=88d32'30.0"W +lat_0=42d40'10.063549"N +lat_1=42d40'10.063549"N +k_0=1.0000367192 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -86.35374163274582,47.12303819329347,1309338.3496285994,1997017.7814690752
+    -88.11242961930205,44.106193347786046,875789.9283742553,888510.3572504849
+    -90.22979530767518,43.22727406879746,313049.6697311441,572270.1248546274
+    -88.60502395094578,46.30848629263972,746955.9018318198,1692103.804249027
+    -92.05366368596574,42.97770494328352,-176653.2707930885,496329.0866950066
+    -90.9980060074206,43.240304290707634,108478.27805198355,582036.9862377631
+    -92.28149561491652,46.108849011322306,-187052.30022595418,1640167.8757919027
+    -89.24790894740794,42.667559958178636,573045.8517508896,364559.26812415814
+<EPSG:103465> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=234086.8681737364 +y_0=188358.6059436119 +lon_0=91d47'0"W +lat_0=45d57'40.3914"N +lat_1=45d57'40.3914"N +k_0=1.0000475376 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.46354483491281,46.113061324027726,1102736.2670617055,676116.593052622
+    -89.55152530065212,45.441845991987215,1340854.5125202122,436589.9980495352
+    -89.87938582910344,43.27944069006758,1275557.0956001997,-354089.76128471846
+    -89.60503365829271,42.64098500487688,1355044.8533164107,-585155.5145539737
+    -88.58171266432183,44.32279355682907,1606057.8571825142,37302.6786225776
+    -87.09626763132279,43.55822433406999,2010902.447015937,-221875.37099193063
+    -88.84565552833294,45.149834040355515,1525886.5167709917,336050.8865761115
+    -88.15307940903182,43.56355776688469,1730794.0504424751,-234555.43797389994
+<EPSG:103466> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=120091.4414020828 +y_0=0.003048006096012192 +lon_0=88d3'50.0"W +lat_0=42d55'5.0"N +k_0=1.00003738 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -90.0613160009835,43.18916640547212,-138739.48449959434,105172.1534324203
+    -89.0455367350902,43.264048005624126,132505.5931540673,127645.3694263345
+    -92.07156795292514,44.20327569244564,-657048.3812091743,494143.4306219688
+    -90.85570136096952,44.223080287406916,-337922.1363778152,488155.61896949343
+    -89.39302787656361,44.27543427271579,45855.968432750444,497619.62672730646
+    -90.02537841257535,46.66466424885983,-98509.88010177114,1372162.6052803104
+    -87.70686248930664,43.2714946943671,489096.01778604765,129027.47154268873
+    -92.41581804048839,43.916588165882814,-752867.4232116407,394219.5797353832
+<EPSG:103467> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=208788.4178816358 +y_0=0.003352806705613411 +lon_0=88d13'30.0"W +lat_0=42d34'10.0"N +k_0=1.0000346179 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.32607431050103,44.29325913972629,920387.7958506386,629646.2680114203
+    -91.42247699827699,45.91256464834758,-128912.71332415268,1235115.5087573
+    -89.17972375908158,43.78877016409338,432873.7138800439,445895.98546775
+    -90.3426594362082,42.57961528437627,114602.68444514439,10837.908344370766
+    -91.79304101784886,43.07061123274351,-268510.5047677235,202949.896868509
+    -91.69902833879011,45.97009437147687,-198390.7365527394,1259041.1399687892
+    -87.99661208543351,44.921982526275414,744163.8304945565,857667.6756303876
+    -91.43210122190659,46.12478751239546,-128242.14112176017,1312603.7492101097
+<EPSG:103468> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=185013.9709423419 +y_0=0.007010414020828043 +lon_0=88d49'0"W +lat_0=43d25'13.0"N +k_0=1.0000333645 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.19492095085761,43.43262735575731,-24783.756067095735,13516.038480833697
+    -89.4065128785491,46.32043540929832,457958.46738893323,1057974.4862919876
+    -87.18090754947671,43.336266566678,1042227.7228608531,-26361.83199710764
+    -92.53229182759026,44.358690426616114,-364878.37133796053,364139.5446867084
+    -89.25106096461374,44.097854479026005,492877.89913221716,247300.2175306807
+    -91.06422394763523,45.98515154535295,35631.08015120841,943206.1004866714
+    -88.67438722080574,43.66571890888903,644652.2490852808,89498.45416969313
+    -87.21648717987993,43.788101895711996,1029590.0067146962,138163.1739155465
+<EPSG:103469> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=120091.4401828804 +y_0=45069.7588011176 +lon_0=89d14'30.0"W +lat_0=44d6'50.198565"N +lat_1=44d6'50.198565"N +k_0=1.0000392096 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -91.08895351542208,44.62071342050675,-87000.07675126567,338020.76424354897
+    -91.5642737193519,46.65897819095653,-189756.69531801713,1084438.807755076
+    -92.22266533718638,43.59549409899015,-395627.83425006917,-26837.5877668049
+    -89.40161575980865,46.43869616702053,353638.825746609,995827.0612914863
+    -87.9673069041763,44.83173608337199,724646.3240470533,412126.26968735707
+    -90.51757833226519,44.501981692304454,61090.58274411653,291913.49365326937
+    -86.28720139590914,43.68326067578443,1175457.525437195,4883.199674541541
+    -86.59980453276168,44.997436885631636,1077428.4806706996,480957.93897622736
+<EPSG:103470> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=244754.8892049784 +y_0=0.004876809753619508 +lon_0=88d30'0"W +lat_0=42d43'10.0"N +k_0=1.0000286569 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.7179528035861,45.58784284243213,1003230.4086718385,1046679.4809736981
+    -86.65007532021436,44.25599425662125,1287714.7584730461,565559.5044420871
+    -87.59360978278474,46.45782478439412,1031454.1221288076,1364278.9391376404
+    -91.78054586012095,43.3678383538563,-69417.02435876495,253490.2100231948
+    -88.43405450276289,43.18834302133915,820589.9537768001,170910.17063343214
+    -89.38635961479466,47.25155315492503,582865.445956483,1653719.2929950077
+    -88.43163436225653,43.80511011064565,821050.7876326968,395733.9646597446
+    -92.71374221117232,46.07314370551971,-266479.59111269313,1251026.6543955656
+<EPSG:103472> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=109d30'0"W +lat_0=44d15'0"N +lat_1=45dN +lat_2=49dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-116.07,44.35,-104.04,49.01  <>
+    -106.63747524825087,46.8604882791432,818098.775615619,294062.382671018
+    -104.23779595637451,47.66258130110802,994736.803535997,392462.285737574
+    -104.97502764870781,48.54886996549013,933813.374203358,487350.15085424
+    -115.03774753936673,45.510451126989885,167737.754942761,155372.692186388
+    -111.4702030943809,45.92167843031235,447248.841023883,187696.879654781
+    -106.18219747703586,46.79134075346481,853092.713171711,287755.426379524
+    -114.4614682971799,48.84523774745888,236114.737766353,522185.556312101
+    -109.11859183527027,48.93654455094689,627943.499082104,520878.113677641
+<EPSG:103473> +proj=lcc +ellps=GRS80 +units=ft +x_0=600000.0 +y_0=0.0 +lon_0=109d30'0"W +lat_0=44d15'0"N +lat_1=45dN +lat_2=49dN +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-116.07,44.35,-104.04,49.01  <>
+    -107.43992008038973,45.169429633912834,2499730.383699591,342261.958859901
+    -116.04413613380909,44.389458598996754,259033.826586531,122317.861233638
+    -109.32422066599919,47.90114825772181,2011604.838797054,1331114.862776658
+    -107.31236029889061,45.08979915161099,2533426.098541382,314133.00689257
+    -112.37455573925642,44.81908166616763,1222652.456096644,221224.1942029
+    -113.94934643126248,48.885201969221605,898571.429209998,1720360.138403701
+    -115.17151977094119,48.96454728287496,607227.712860503,1768217.296558879
+    -110.40292575555564,45.004223784738656,1734957.658334033,276388.923512434
+<EPSG:103476> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=8000000.0 +lon_0=115d35'0"W +lat_0=34d45'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-117.01,34.99,-114.03,42.0  <>
+    -115.603234450917,37.09536473652549,198232.027324012,8260209.651006879
+    -115.11072508242732,40.480686593396456,240070.544565501,8636088.83002746
+    -114.91968088679987,38.34664023799614,258010.337102232,8399284.593081394
+    -116.865049948224,37.45672127819585,86608.19040579,8301081.226234643
+    -115.89299208827896,39.06234553867091,173202.646499778,8478564.170924421
+    -115.90646511938222,37.02003001654663,171248.949853125,8251898.566647432
+    -116.69487556043251,39.63866162594844,104592.186261026,8543086.435003996
+    -114.98745690138365,40.95210770463441,250166.603309624,8688497.858321827
+<EPSG:103477> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=6000000.0 +lon_0=116d40'0"W +lat_0=34d45'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-118.19,36.0,-114.99,41.0  <>
+    -115.79663880805802,40.78439384390184,573432.103679004,6670068.096700566
+    -115.32130845004998,38.73227080208405,616973.195199149,6442738.801244926
+    -115.58724671752456,38.9184341029616,593606.415829884,6463097.732839078
+    -116.73059259280261,39.68057915533173,494517.389644529,6547151.520532353
+    -117.4980997436478,36.22926168609944,425260.281199485,6164427.00079688
+    -116.50318068438771,40.18766624649541,513922.085347167,6603460.335917074
+    -117.17524720021152,37.479811093514954,455021.866240464,6302993.697677692
+    -116.7190778919455,39.221330372960715,495475.510426633,6496168.29636785
+<EPSG:103478> +proj=tmerc +ellps=GRS80 +x_0=800000.0 +y_0=4000000.0 +lon_0=118d35'0"W +lat_0=34d45'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-120.0,36.95,-116.99,42.0  <>
+    -117.62322667758028,39.72721737348707,882306.093874457,4552768.02607258
+    -119.60856192551103,37.05720185275999,708819.992474054,4256466.255530187
+    -117.15722054054528,37.771062582103966,925639.200164146,4336152.664077184
+    -118.15992008312475,40.10921966225206,836096.761226955,4594823.823789402
+    -119.79599549433514,41.159903503639086,698229.670360493,4712110.245730919
+    -117.19797161367289,41.524416586970325,915619.844679814,4752807.063322399
+    -117.90769136640509,41.47774145747574,856428.436187424,4746917.295092726
+    -119.86424538887718,37.97094137599097,687460.036755901,4358152.031370556
+<EPSG:103479> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=8000000.0 +lon_0=115d35'0"W +lat_0=34d45'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-117.01,34.99,-114.03,42.0  <>
+    -116.6408617754704,35.401201766000604,341018.429865617,2.6485351813692417E7
+    -115.07166527617368,36.99961141816272,805580.204752025,2.70659115668369E7
+    -114.36068497437655,40.54010621237052,995966.972938636,2.8357218314733844E7
+    -116.78959916874787,36.710725601847436,302599.295797164,2.6962565129604474E7
+    -116.48267371587794,35.24669605214511,387650.687435567,2.6428649097575966E7
+    -115.10962699778426,35.97173574644236,796334.670305149,2.6691671616096698E7
+    -115.43038526018304,37.65649783614997,700444.604207529,2.7304707288321562E7
+    -115.88001199049711,41.455249596346036,574851.014275595,2.868839939205949E7
+<EPSG:103480> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=6000000.0 +lon_0=116d40'0"W +lat_0=34d45'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-118.19,36.0,-114.99,41.0  <>
+    -117.5349806706002,40.28545191389595,1398189.418836728,2.1701617456342574E7
+    -117.70112185999399,36.56037589940735,1336621.036919494,2.0345573797252152E7
+    -116.79897641586335,39.4117865589119,1603039.530949331,2.1382234006614726E7
+    -118.05544246679361,39.45016114007295,1248265.671474599,2.139920334291609E7
+    -116.87463977901798,37.979645053478066,1580479.323984015,2.0860733657058045E7
+    -115.76979862348874,36.67713370580949,1903414.828457428,2.0387674061575167E7
+    -115.73435872791781,39.7546357892554,1902526.755531095,2.1508444124354146E7
+    -117.29665049856041,36.350495381336216,1454909.001914222,2.0268141936913785E7
+<EPSG:103481> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=4000000.0 +lon_0=118d35'0"W +lat_0=34d45'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-120.0,36.95,-116.99,42.0  <>
+    -118.39345701333595,37.027899274956184,2680094.584703867,1.3952530690086761E7
+    -119.76627747461116,40.53830128987961,2295899.379673076,1.5233076928159086E7
+    -119.17750506633499,37.738014402448606,2452860.703829227,1.4211563828275949E7
+    -119.68316227108069,39.92271577267052,2316219.283486158,1.5008535081454786E7
+    -119.2226366466929,38.94647100012415,2442856.522686574,1.4651710580969619E7
+    -118.60939944921407,41.495240312983036,2617529.971807808,1.5579498187125765E7
+    -117.89634323794307,39.73305983048027,2817868.376745847,1.4938295417729862E7
+    -117.3925845551973,37.58639288775042,2969690.9135622,1.4157999651473476E7
+<EPSG:103482> +proj=tmerc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=71d40'0"W +lat_0=42d30'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-72.56,42.69,-70.63,45.31  <>
+    -71.02610090644967,43.6984684346678,351635.214314617,133337.444533407
+    -72.42423369984844,45.06974649169283,240342.825724149,285788.222040945
+    -71.34420743270852,45.3073405670929,325287.827031853,311963.821217931
+    -72.19585928892408,44.24254581306187,257730.238029367,193725.547279034
+    -70.81779220016027,44.09840857516142,367970.230058423,177924.395218687
+    -72.01835760005837,42.800666274231475,271231.270846773,33457.700614656
+    -72.36609583681158,43.44225494670411,243380.498726654,104910.320810954
+    -71.91541179699267,44.33552271354468,280162.611118854,203950.49463588
+<EPSG:103483> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=71d40'0"W +lat_0=42d30'0"N +k_0=0.9999666666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-72.56,42.69,-70.63,45.31  <>
+    -71.45311647994511,43.9268663161559,1040511.602335374,520131.230074594
+    -70.68310155325989,45.282714164669,1237419.221007769,1015900.445894624
+    -71.30122079378857,44.80005185573664,1079110.040431147,838593.035549011
+    -72.17428597516677,42.98240346449791,848416.403109418,176218.060528775
+    -71.91303423299242,42.90573501667041,918242.92910475,147961.774584636
+    -71.44283672668146,42.73384619428042,1044385.522980773,85299.464749584
+    -71.7008344222025,43.75282041604955,975222.280531821,456617.446334358
+    -70.75405645545179,44.917328159369895,1220658.656747954,882466.3242509
+<EPSG:103484> +proj=tmerc +ellps=GRS80 +x_0=150000.0 +y_0=0.0 +lon_0=74d30'0"W +lat_0=38d50'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-75.6,38.87,-73.88,41.36  <>
+    -75.28973168256402,41.28684927804919,83851.167949487,272700.795146223
+    -74.43725259471334,39.64635866312199,155385.374731315,90254.089586509
+    -74.14179652902078,40.888283638200534,180185.48414484,228203.232791727
+    -74.82036981560594,39.843971028021336,122583.074989256,112239.970650329
+    -75.14164853603448,41.132610913672444,96128.508922834,255470.731220961
+    -74.90899762525827,39.604712759266064,114877.157526931,85708.750456489
+    -75.23553248115611,40.518414499896465,87673.718162276,187332.212894298
+    -74.29081382446873,41.32789114816327,167510.796481925,276978.736478767
+<EPSG:103485> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=150000.0 +y_0=0.0 +lon_0=74d30'0"W +lat_0=38d50'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-75.6,38.87,-73.88,41.36  <>
+    -75.43552051387792,39.70657186540226,228932.975110068,319406.641340738
+    -75.36801554697351,40.028897385680146,249064.860827463,436622.361774253
+    -75.2729332608649,39.225517805513014,273172.181439941,143760.234368288
+    -74.94828864169534,40.075904578161754,366683.065215347,452876.577710191
+    -74.3241146806797,41.250092635173075,540486.880869338,880356.333922367
+    -74.95000744188837,40.670423586722094,367303.938365931,669447.424814727
+    -74.25815417482602,39.15556945026468,560702.056154675,117442.549303032
+    -75.46124414473972,39.10933865964067,219378.961050264,101957.441921146
+<EPSG:103486> +proj=tmerc +ellps=GRS80 +x_0=165000.0 +y_0=0.0 +lon_0=104d20'0"W +lat_0=31dN +k_0=0.9999090909090909 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-105.72,32.0,-102.99,37.0  <>
+    -105.4159419175883,34.2863249460205,65328.023399506,364944.449167847
+    -103.14653078412017,34.810041753213426,273584.518765875,423147.814868617
+    -105.58470763303492,35.97842297947319,52149.08767329,552847.393296213
+    -104.45095516278685,35.09083182390066,154276.238215425,453660.031060031
+    -102.99531873295332,34.35977211897605,288082.378256154,373371.770761014
+    -103.22593025816869,34.8968920382737,266213.291563899,432699.514060038
+    -103.40107249268225,33.93143235971454,251190.323546806,325442.732958308
+    -104.72441986730216,32.30794080644821,128173.15685252,145078.91741899
+<EPSG:103487> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=106d15'0"W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-107.73,31.78,-104.84,37.0  <>
+    -107.63550159697638,36.80484211756743,376369.566549126,644709.419241281
+    -107.39391081818448,32.31627254512787,392289.574663469,146509.117661954
+    -106.68411984580074,31.819080899372555,458903.16684323,90889.289895188
+    -106.73790890438607,36.416634618132534,456246.018174661,600849.18614453
+    -106.2468302215181,34.123990270349665,500293.293228367,346405.302479458
+    -104.98160403709412,32.34272146841922,619399.911998107,149574.074036622
+    -104.9955758177668,32.70086518876225,617617.038366209,189275.349329183
+    -105.52062529800605,32.33315799644782,568665.3691397,148040.310252396
+<EPSG:103488> +proj=tmerc +ellps=GRS80 +x_0=830000.0 +y_0=0.0 +lon_0=107d50'0"W +lat_0=31dN +k_0=0.9999166666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-109.06,31.33,-106.32,37.0  <>
+    -108.52311865525776,31.806913887933987,764689.4917672,89666.927574811
+    -107.71077939889118,33.804708877655955,841347.961431205,311005.541230614
+    -108.32632893725322,33.01864442842558,783942.226963252,223930.211331048
+    -107.36589073307881,35.881457427803376,872206.892404382,541470.273495122
+    -107.64443692670962,33.537979779820944,847544.556659979,281432.588789943
+    -107.54852298219667,34.38053825532618,856193.024724394,374903.552787267
+    -108.55732610919468,32.97005384193909,762323.556488879,218666.475708088
+    -108.58847104914406,31.51992319019625,758281.372257008,57887.66271855
+<EPSG:103489> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=165000.0 +y_0=0.0 +lon_0=104d20'0"W +lat_0=31dN +k_0=0.9999090909090909 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-105.72,32.0,-102.99,37.0  <>
+    -105.63713264248298,35.99314764112123,155652.183947124,1819363.660452873
+    -103.1053085085937,36.505408692194564,902248.102136938,2005558.843440724
+    -104.65765721133782,36.08190240750088,445509.296245039,1849251.572310951
+    -103.2191976713119,36.74513694395897,867762.985402912,2092427.976099325
+    -104.51123928024312,34.34966111188582,487644.027686922,1218676.724792127
+    -103.17936851199346,32.05312751333725,898859.861519495,384974.659121024
+    -105.31932610920857,35.931104736811506,249440.384255349,1795674.62520926
+    -103.70390878318986,35.957458333286745,727615.84766031,1804394.250703867
+<EPSG:103490> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=106d15'0"W +lat_0=31dN +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-107.73,31.78,-104.84,37.0  <>
+    -106.93399763477984,34.42572049252038,1434159.429095346,1246993.030578706
+    -107.1288827818464,32.303367990337016,1368875.268118007,475204.574816544
+    -107.3876078498069,32.10478360949086,1288169.568090485,403709.898084671
+    -105.5033273387024,35.19150049262414,1863506.584285713,1525824.789675958
+    -106.80304089735853,32.250760560256886,1469452.249860531,455394.295045601
+    -107.15595116147078,32.16278976070823,1360080.438173241,424132.1346658
+    -105.96877289075518,32.407624124317074,1727208.180083911,512132.542853936
+    -105.94153426376913,36.03646152154483,1731616.484846536,1832678.776339904
+<EPSG:103491> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=830000.0 +y_0=0.0 +lon_0=107d50'0"W +lat_0=31dN +k_0=0.9999166666666667 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-109.06,31.33,-106.32,37.0  <>
+    -106.4481000350996,32.30009484825442,3151117.285913613,475673.909794809
+    -108.26515622145551,34.82507809043699,2593499.006847271,1391932.784130273
+    -108.61279373450508,36.04044741295794,2492655.793084162,1834938.086040575
+    -108.8869687720781,32.29335018818102,2397514.185731199,472054.575049961
+    -106.33930690472519,33.33959485007832,3179389.524619308,854367.864197462
+    -106.74871509610745,31.845141433366393,3059888.847721863,309090.187699167
+    -107.56506683793856,31.93773516984314,2806311.097710793,341193.474536368
+    -107.63276943706536,33.7090038710575,2784086.954878991,985569.963444245
+<EPSG:103492> +proj=tmerc +ellps=GRS80 +x_0=150000.0 +y_0=0.0 +lon_0=74d30'0"W +lat_0=38d50'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-75.87,40.88,-73.23,45.02  <>
+    -75.20999208256934,41.34153449009552,90579.992976823,278715.904729367
+    -74.33495778130185,42.51338336922577,163562.198193031,408632.32702611
+    -73.72740607912876,42.88240238708801,213112.029084237,449897.747172239
+    -74.16231478544066,41.32934529901568,178266.6415356,277174.118082258
+    -74.79147968107951,41.10743956010795,125518.74431021,252518.085498846
+    -74.38375520062463,43.89964558734963,159338.464690184,562619.514220305
+    -74.28993454919299,45.00243847399713,166560.784634885,685165.642527358
+    -74.35295036491168,43.296250553763194,161931.752002428,495590.321402495
+<EPSG:103493> +proj=tmerc +ellps=GRS80 +x_0=250000.0 +y_0=0.0 +lon_0=76d35'0"W +lat_0=40dN +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-77.75,41.99,-75.04,44.41  <>
+    -77.39610437687503,43.188343320706586,183932.843812444,354412.406158818
+    -76.39043715701725,43.42230483886609,265620.014391249,380100.945022875
+    -76.84705042901244,42.631138101961184,228369.616779198,292228.806390202
+    -76.90456845983293,43.03268529557667,223821.895206617,336850.037226197
+    -77.25803025141064,44.37763669613515,196233.089027715,486444.8313337
+    -76.57627867445089,43.5165611660221,250570.565552915,390554.295751987
+    -75.6285557392729,42.60840376983451,328341.661660441,290111.713223962
+    -76.47672024582958,42.83660751986762,258715.985640279,315024.268219851
+<EPSG:103494> +proj=tmerc +ellps=GRS80 +x_0=350000.0 +y_0=0.0 +lon_0=78d35'0"W +lat_0=40dN +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-79.77,41.99,-77.36,43.64  <>
+    -79.26877584074421,42.93785791440595,294055.721176478,326493.984793939
+    -78.45127265434142,42.385994655321085,360874.52390174,264973.944406349
+    -78.41995152959964,42.25154024452898,363482.271121206,250044.231622539
+    -78.53299832503036,42.12127055620486,354162.353692049,235563.486491088
+    -79.18155374426173,43.22320548485052,301400.709950086,358138.280630622
+    -78.60378494405968,42.26946719288175,348313.090509249,252022.680573487
+    -78.53060350790403,42.858171852690404,354309.49716511,317415.539680774
+    -78.81358698706819,42.83246135292867,331175.38983199,314583.914254689
+<EPSG:103495> +proj=lcc +ellps=GRS80 +x_0=300000.0 +y_0=0.0 +lon_0=74dW +lat_0=40d10'0"N +lat_1=40d40'0"N +lat_2=41d2'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-74.26,40.47,-71.8,41.3  <>
+    -72.64974424578013,41.199172303677585,413258.486857404,115530.899644307
+    -71.8763030565507,40.54706810373186,479879.211703578,44421.43394583
+    -72.42464781371926,40.67326484137926,433187.774280385,57452.245056589
+    -72.11812653448919,40.84535574036894,458688.33324332,77069.717414419
+    -74.0726585380147,40.972503041478426,293884.462889785,89487.540307003
+    -73.7810054865014,40.66977042163766,318516.892858125,55889.689751375
+    -73.98349409333774,41.27094837783354,301383.178979013,122629.591005494
+    -73.69539462842577,40.776993164261654,325714.168673171,67818.151038702
+<EPSG:103496> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=150000.0 +y_0=0.0 +lon_0=74d30'0"W +lat_0=38d50'0"N +k_0=0.9999 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-75.87,40.88,-73.23,45.02  <>
+    -73.84688022546723,44.02669852267503,663895.314261991,1892830.754106469
+    -75.19053454973157,42.43192216427764,305717.619687903,1311684.190588338
+    -75.13599408443578,44.38992028695444,325884.498932058,2025196.504290011
+    -73.85772051990423,44.29316432956273,660285.750147948,1989939.187077883
+    -75.78992245558379,41.20898428361444,137222.181228889,867962.701961228
+    -74.0518505608273,43.73619175325966,610562.387516237,1786581.818703888
+    -75.51182238080983,43.89481746525978,225427.589558479,1845712.29640895
+    -75.49902601956511,41.30891066249878,217677.990763113,903316.140251363
+<EPSG:103497> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=250000.0 +y_0=0.0 +lon_0=76d35'0"W +lat_0=40dN +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-77.75,41.99,-75.04,44.41  <>
+    -77.49486208892066,44.10299921766504,580776.462232425,1496429.057333349
+    -77.62535913859638,43.565766688421384,544031.654801228,1301009.241836904
+    -75.35536782400526,43.30813711767958,1147051.864239991,1207779.608758272
+    -77.31029720302628,44.02928293122487,629019.342086269,1469075.301757845
+    -76.2110404735959,42.8689580682313,920010.822746082,1045534.600809421
+    -75.857381953113,42.26802837711622,1016694.696774078,827156.645048957
+    -76.37353738319841,42.28413876423316,876977.671558272,832260.075577019
+    -76.92397504856041,44.23440178927347,730930.698223326,1543188.646119868
+<EPSG:103498> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=350000.0 +y_0=0.0 +lon_0=78d35'0"W +lat_0=40dN +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-79.77,41.99,-77.36,43.64  <>
+    -79.69253810008772,42.48103451006076,849087.442756027,905897.910897637
+    -78.12473567547745,42.26760693346354,1272416.980427294,826499.965726904
+    -77.58651193120006,42.79615564215074,1415828.608609541,1020362.899949971
+    -77.76543885842239,42.88456944002786,1367493.484648861,1052068.285009583
+    -77.67206196864889,42.188034171297325,1395248.832051044,798488.101941789
+    -78.8347164030594,42.758786823035784,1080783.650348531,1005263.558858501
+    -77.65110224519765,43.43191312687495,1395916.276870901,1251875.625296623
+    -77.37270756973439,42.74932164133224,1473456.956038043,1004045.543152176
+<EPSG:103499> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=0.0 +lon_0=74dW +lat_0=40d10'0"N +lat_1=40d40'0"N +lat_2=41d2'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-74.26,40.47,-71.8,41.3  <>
+    -71.98646632287176,41.00190827014429,1539987.221854892,310686.531831468
+    -73.14618938201919,41.298997844333094,1218864.725816632,413690.770104584
+    -73.30593483015579,40.91462981375397,1176079.737400097,273259.564886769
+    -73.42716783826201,40.803764821216895,1142837.395887963,232625.734675464
+    -72.27153527882538,41.03053657430518,1461113.223360942,319434.687861062
+    -72.98761564975857,40.7165639868476,1264889.123755042,201958.807497562
+    -72.23495991831575,40.72053025873636,1473478.259692734,206711.123102851
+    -74.12121413694153,41.03145634351701,950807.172795929,315088.090899614
+<EPSG:103500> +proj=lcc +ellps=GRS80 +x_0=609601.2192024384 +y_0=0.0 +lon_0=79dW +lat_0=33d45'0"N +lat_1=34d20'0"N +lat_2=36d10'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-84.33,33.83,-75.38,36.59  <>
+    -75.38778085662402,35.07721297248344,938931.066815845,153219.383504532
+    -84.14623686338827,36.39548867124393,148099.279578104,305449.859607759
+    -76.2647870124881,34.94142235967123,859412.005669137,135605.773875644
+    -84.03529846767714,34.21782896381396,145790.534635042,63663.446912687
+    -76.49413954908933,34.68705403599871,839181.77407511,106845.653780365
+    -81.76780701405677,33.9667115093089,353800.579504946,27607.149851489
+    -80.06369540347647,36.22627518333212,513969.698090695,275219.675744449
+    -83.2580970344034,34.91807012528701,220662.918186006,137916.48143402
+<EPSG:103501> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=609601.2192024385 +y_0=0.0 +lon_0=79dW +lat_0=33d45'0"N +lat_1=34d20'0"N +lat_2=36d10'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-84.33,33.83,-75.38,36.59  <>
+    -80.20653844757611,35.19646225192863,1639561.548776566,528617.098450993
+    -82.37182054921006,35.90266548135141,1001606.611505288,800421.883730136
+    -78.22733216882513,36.43769890834374,2227312.969978612,979128.002068424
+    -80.20016893544091,35.681859744224546,1643600.097085099,705246.669099928
+    -78.69808476494858,34.872980333940895,2090554.576742194,408837.566635728
+    -82.91146221913198,34.36312566661327,819823.999434684,246401.495444724
+    -84.25235242831184,33.854454943281254,405785.724582718,80201.141511396
+    -75.43452695436201,36.504569305675844,3047842.761897447,1021410.661512785
+<EPSG:103502> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=100d30'0"W +lat_0=47dN +lat_1=47d26'0"N +lat_2=48d44'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.07,47.15,-96.83,49.01  <>
+    -101.0594503793843,48.41759208049372,558591.948822906,157761.281865916
+    -99.32036672949924,48.03725869108791,687958.845152065,115996.078520503
+    -98.94462147283963,47.65538819292799,716830.129674931,74045.456284838
+    -97.75958636650725,48.239900407386465,803499.864623885,141474.982975308
+    -98.09276390297377,47.63810687235137,780858.726230819,73771.492593416
+    -101.90143269472507,48.759878696692184,496968.52800765,196610.485376747
+    -99.548342801093,48.09533808114701,670881.213805614,122217.844365471
+    -97.77949096045405,48.17427008689105,802280.175502032,134129.852713779
+<EPSG:103503> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=100d30'0"W +lat_0=45d40'0"N +lat_1=46d11'0"N +lat_2=47d29'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.05,45.93,-96.55,47.83  <>
+    -99.64847676681661,46.28591879744058,665619.471546198,69188.786739613
+    -102.87739978947596,46.89997584744212,418887.260160365,139830.904297102
+    -99.65890267868582,47.55399585799077,663306.752838785,210137.229006613
+    -98.95111005079356,46.69954573795913,718446.922082583,115978.021212566
+    -98.22577985484479,46.38262880176293,774920.814621376,82115.165987307
+    -102.94565349693883,47.27480108103566,414986.320216874,181638.412114669
+    -100.07595376980811,47.2211691574764,632117.206636418,172882.456251417
+    -100.17536683484047,46.17527095125034,625068.367631383,56585.884550727
+<EPSG:103504> +proj=lcc +ellps=GRS80 +units=ft +x_0=600000.0 +y_0=0.0 +lon_0=100d30'0"W +lat_0=47dN +lat_1=47d26'0"N +lat_2=48d44'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.07,47.15,-96.83,49.01  <>
+    -101.11086006990558,48.52936473234403,1820490.28327666,558459.199704838
+    -100.08191145833217,47.50802924180769,2071836.121648675,185589.383563558
+    -99.59676280766188,47.35411600184101,2192394.10762603,130480.429271303
+    -98.84779787296847,48.68500274444577,2367603.072011262,618935.274374659
+    -99.57226580390899,47.521611630570995,2197729.822294124,191644.148379622
+    -103.2291749271301,48.5551488440122,1307670.935649929,578991.621402069
+    -101.7500671815777,47.511303769876676,1659586.506307632,189011.02904356
+    -100.25953922466755,48.78837043229258,2026477.3798553,652456.871792516
+<EPSG:103505> +proj=lcc +ellps=GRS80 +units=ft +x_0=600000.0 +y_0=0.0 +lon_0=100d30'0"W +lat_0=45d40'0"N +lat_1=46d11'0"N +lat_2=47d29'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.05,45.93,-96.55,47.83  <>
+    -98.46807925914402,46.215936830885305,2482835.136742297,206961.717730506
+    -103.87290161967255,47.09483926037608,1128668.443798332,538872.450587692
+    -101.33396445618168,45.93587189145557,1756305.841712191,99300.818044963
+    -101.51079407752961,45.93957465429366,1711331.534857996,101179.370483923
+    -99.08126528130062,46.051905623693145,2328723.644326788,143743.115943804
+    -100.67976604075183,46.4552903309576,1923197.999358782,287649.071098573
+    -99.96597013558569,47.63074555245096,2100188.569191527,716759.031863773
+    -101.3048921758786,47.23618943046785,1768561.904843915,573418.018629504
+<EPSG:103506> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=82d30'0"W +lat_0=39d40'0"N +lat_1=40d26'0"N +lat_2=41d42'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-84.81,40.1,-80.51,42.33  <>
+    -80.80353769283113,41.68326596055008,741239.004209278,225314.45505272
+    -81.34323920947614,42.25489915665724,695467.345249023,288070.961437499
+    -82.30352399966556,40.61799480487123,616625.442177311,105659.251598017
+    -81.49668701038398,40.534739076434576,685001.648098983,96884.486979373
+    -83.39905383730591,40.86227321048036,524206.535006339,133156.841028709
+    -82.5214715769092,41.02771632463719,598194.699208886,151138.253656955
+    -81.39995148863586,40.67912489361716,692994.50540103,113015.090809933
+    -83.24875112426236,42.31156816301525,538259.221989027,293998.639071761
+<EPSG:103507> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=82d30'0"W +lat_0=38dN +lat_1=38d44'0"N +lat_2=40d2'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-84.83,38.4,-80.7,40.36  <>
+    -80.78187329653284,40.309615131484804,746053.871873626,257801.455497106
+    -84.06988325272954,39.0661674396587,464147.250892294,119538.802009699
+    -82.66439671792877,40.18544803959744,585999.466391321,242636.537954174
+    -82.35856420048633,38.85723659783776,612276.723756936,95173.886912941
+    -83.05372480723476,38.58416008730676,551752.389773503,64997.841780088
+    -84.13167165210308,39.4822960302609,459635.547923159,165822.162066605
+    -81.31029347557849,40.00306831414528,701585.874701691,223041.956694572
+    -82.26120628210968,40.03764599584905,620380.649797163,226239.007026473
+<EPSG:103508> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=82d30'0"W +lat_0=39d40'0"N +lat_1=40d26'0"N +lat_2=41d42'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-84.81,40.1,-80.51,42.33  <>
+    -83.2859390128003,42.281812241003195,1755780.752781048,953803.646708585
+    -81.99730799797752,42.178584801531606,2104776.523454099,915613.502993039
+    -84.28832781959282,41.84839446824982,1481265.219430395,799881.159711446
+    -81.915404392362,40.75012242975276,2130468.378024908,395267.901012812
+    -82.54500056387288,42.111580584113675,1956289.222424516,890803.261772002
+    -83.96210963462948,41.527750403212636,1568176.528594779,681400.980149803
+    -82.53654061675871,40.20078994313931,1958293.319404285,194597.357260816
+    -84.30495962500142,42.30035154238693,1480143.142904769,964656.216884669
+<EPSG:103509> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=82d30'0"W +lat_0=38dN +lat_1=38d44'0"N +lat_2=40d2'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-84.83,38.4,-80.7,40.36  <>
+    -84.75258862026517,38.843975957186416,1326975.950120453,315390.736509382
+    -82.75223458252312,39.04282048815199,1896861.010335162,379909.18618242
+    -80.97657793136486,38.6850555307107,2403364.443721504,253177.054972505
+    -84.65456413144854,39.245842504234865,1358379.380859764,461031.534368351
+    -82.49196134437143,39.42935288900544,1970771.755392637,520590.733897596
+    -83.9793437633698,39.84005721825543,1553110.535374707,673589.939639683
+    -81.15018742934866,40.249051141078205,2345295.890476539,821996.078702856
+    -81.86209137313952,39.36354604513371,2148854.59791334,497259.203781238
+<EPSG:103510> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=98dW +lat_0=35dN +lat_1=35d34'0"N +lat_2=36d46'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-103.0,35.27,-94.42,37.01  <>
+    -100.0654192486518,35.90095557169956,413564.596532303,101945.80001212
+    -99.70100820084242,36.13497045504766,446909.510918632,127268.583544143
+    -102.82168326427201,36.95336250985613,170712.325544288,227403.590292044
+    -95.43823671882008,36.634931759148515,829081.54028371,184426.224708319
+    -97.43257428566632,35.854907308005785,651253.132041804,95003.246034769
+    -101.34614598976864,36.5649049051577,300534.725212145,178794.178125921
+    -97.99538232495061,36.10100009600344,600416.518457617,122158.265865311
+    -96.0630258337683,35.41260448073881,775925.212782413,47534.424099095
+<EPSG:103511> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=98dW +lat_0=33d20'0"N +lat_1=33d56'0"N +lat_2=35d14'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-100.0,33.62,-94.42,35.57  <>
+    -99.13954723688522,35.233039901509876,496271.567147162,211313.596171754
+    -99.4018690372445,35.2003173748558,472344.268589676,207984.165274288
+    -95.05857640899897,33.758078607164094,872483.47569211,51084.760243654
+    -99.73444650353328,34.05707114161088,439882.935243148,81654.729101749
+    -96.03963761867412,34.65954959369234,779673.992265986,148852.616732429
+    -96.06149806585903,35.35061130178638,776198.463781398,225464.238602481
+    -95.36083936438463,34.24271198543785,843084.357779058,104048.534236966
+    -97.02909734989117,34.306643942003845,689367.695553967,108391.811683276
+<EPSG:103512> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=98dW +lat_0=35dN +lat_1=35d34'0"N +lat_2=36d46'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-103.0,35.27,-94.42,37.01  <>
+    -99.35039765742566,36.85007477135615,1573375.879435484,676233.154929829
+    -96.60541907918508,36.65185617693357,2377592.62621248,604255.361390096
+    -100.8920247653845,35.856171211956884,1111617.028777756,324421.840166695
+    -98.19198609562355,35.88233337928699,1911628.791837474,321238.167375037
+    -100.25746591673176,35.49392944722689,1296527.702267973,187610.749792005
+    -100.69797898466996,36.213190620707564,1172707.108923368,452679.291081283
+    -97.44675702822481,35.48116696243001,2133225.368883488,175621.692261033
+    -97.70581707166731,36.25976680120074,2055234.170720082,458707.992316047
+<EPSG:103513> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=98dW +lat_0=33d20'0"N +lat_1=33d56'0"N +lat_2=35d14'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-100.0,33.62,-94.42,35.57  <>
+    -95.39861658427321,33.71766919524625,2759529.676750998,150062.245305324
+    -98.55424147536348,34.364735009868205,1801244.069229511,375804.946739884
+    -95.39345036016402,34.06360671264286,2757849.785393176,275952.659649787
+    -97.36049805206142,33.7806742996362,2162836.773463718,163413.043161347
+    -97.48315331706277,35.40110200877262,2122544.529216453,752933.211016344
+    -94.54042356085257,33.83637202622952,3018918.796693597,201069.132546444
+    -97.5527718827037,34.15613615688829,2103802.929096624,299733.052504529
+    -95.59047917116892,33.70216125962936,2701334.431225924,142972.111239561
+<EPSG:103514> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=77d45'0"W +lat_0=40d10'0"N +lat_1=40d53'0"N +lat_2=41d57'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-80.53,40.6,-74.7,42.53  <>
+    -75.44170781002154,41.17696504210764,793658.82043744,114777.097832084
+    -78.84714824311318,42.307036872627194,509534.367564133,238283.039527506
+    -77.75663736495878,42.00594806684769,599450.361494137,204264.842968132
+    -80.5234715622986,40.64440915957297,365433.191994384,56810.903938901
+    -78.0976584476198,41.78654420759175,571101.128462574,179953.550632133
+    -78.64835926795877,40.65322612386151,524019.801194607,54428.053544052
+    -78.08369082233875,41.650860073852954,572204.120095244,164879.395786988
+    -79.91131835357784,41.8312370668038,420482.731765959,187099.486949745
+<EPSG:103515> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=77d45'0"W +lat_0=40d10'0"N +lat_1=40d53'0"N +lat_2=41d57'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-80.53,40.6,-74.7,42.53  <>
+    -79.61954696364828,42.49191782035551,1464226.215502822,852714.559563153
+    -77.32586466588955,40.91140826492467,2085731.913032878,271630.250646567
+    -79.0640093358325,42.27450075642356,1612855.739240985,770726.859671683
+    -78.4652040449127,40.723475777936635,1770254.078196544,203690.057345425
+    -78.90191870616076,41.24555797807902,1651737.231712787,395195.649910224
+    -75.29281504174403,41.98605132333378,2636471.772228894,672384.200384441
+    -78.57790940880243,40.827962062423204,1739378.181875624,242035.375042088
+    -74.89088006574889,41.52096518862053,2751292.002321151,506357.745607978
+<EPSG:103516> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=77d45'0"W +lat_0=39d20'0"N +lat_1=39d56'0"N +lat_2=40d58'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-80.53,39.71,-74.72,41.18  <>
+    -79.11225840090775,39.99120485617464,483662.42928346,73942.98453527
+    -78.71727368861707,40.509071164065595,518022.5729397,130996.420795754
+    -77.79399925221554,40.62663789742115,596277.660999266,143603.153921436
+    -76.91765476159948,40.031108702651565,671043.076739635,77811.133605849
+    -77.24517066529695,41.095239326230555,642413.661123634,195761.574055867
+    -80.25047273334143,40.56960209027954,388296.409077218,140266.183108118
+    -77.36138244220353,40.08538139302097,633143.618072549,83575.367149952
+    -77.32591407356236,39.86216279419305,636287.548674166,58804.828970259
+<EPSG:103517> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=77d45'0"W +lat_0=39d20'0"N +lat_1=39d56'0"N +lat_2=40d58'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-80.53,39.71,-74.72,41.18  <>
+    -79.81353785565008,40.65321386150403,1395991.979719694,487506.075834901
+    -77.75098822147066,40.513138457345605,1968225.960645193,429786.20330456
+    -74.97377211212019,41.05779386931454,2734048.596470109,640253.873495952
+    -77.0398078716243,41.0384600183841,2164423.785682984,621963.070079237
+    -74.90147220262035,39.8847247221072,2767760.796055509,213753.260646832
+    -77.27492003408042,40.870058712154126,2099893.465728806,560172.3781835
+    -77.58812180630224,40.35382673271493,2013616.264880954,371790.480037208
+    -80.13324345663159,40.58778813449586,1306669.657567727,465912.495308917
+<EPSG:103518> +proj=tmerc +ellps=GRS80 +x_0=100000.0 +y_0=0.0 +lon_0=71d30'0"W +lat_0=41d5'0"N +k_0=0.99999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-71.85,41.13,-71.08,42.02  <>
+    -71.49703437676509,41.32252034353787,100248.347995688,26562.489632763
+    -71.4430667450251,41.23390947952955,104773.141116207,16723.052181765
+    -71.17482010707161,41.786693932623976,127031.090218753,78166.540997555
+    -71.72232553519378,41.37548886789808,81401.328494876,32469.018931459
+    -71.71751717359807,41.839989998351655,81933.629307605,84057.841498622
+    -71.53524589632488,41.417932923933066,97053.466353724,37159.64010865
+    -71.37144384627082,41.58578807448477,110719.758241062,55809.502879963
+    -71.1519042966022,41.38319514034039,129116.713258182,33359.501003272
+<EPSG:103519> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=100000.0 +y_0=0.0 +lon_0=71d30'0"W +lat_0=41d5'0"N +k_0=0.99999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-71.85,41.13,-71.08,42.02  <>
+    -71.12335430347753,41.99392477010124,430472.344224895,332024.51943208
+    -71.49526314757792,41.99659856413763,329371.156776559,332773.754247106
+    -71.48385742538419,41.901981230257675,332478.092557157,298294.879781415
+    -71.54698152467637,41.247958528938284,315163.848235548,59982.856117174
+    -71.77753136040056,41.891487952551216,252517.503871983,294592.880110371
+    -71.3106346094498,41.87497585357427,379657.051478537,288510.50087226
+    -71.6927417294768,41.462590649584705,275254.381654222,138243.61330207
+    -71.36069689954554,41.15824722209839,366443.484913357,27322.849750427
+<EPSG:103520> +proj=lcc +ellps=GRS80 +x_0=609600.0 +y_0=0.0 +lon_0=81dW +lat_0=31d50'0"N +lat_1=32d30'0"N +lat_2=34d50'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-83.36,32.05,-78.52,35.21  <>
+    -82.84797477877696,32.505127435676975,435953.073356896,76057.269603346
+    -79.35640496131687,34.25477939918291,760958.869854994,269734.292478522
+    -79.16355756252104,32.69257605688927,781794.628178461,96821.533897786
+    -80.01240729146328,34.51673170347596,700272.461745985,298018.428105129
+    -80.79668462617744,32.10451190439146,628793.484973295,30095.090972391
+    -80.33991133712011,34.92944432349923,669911.986013585,343560.668547804
+    -81.98400841494423,34.30975617637641,519038.625271194,275059.361456051
+    -81.28878487878612,33.50422957864983,582772.443729447,185333.075985772
+<EPSG:103521> +proj=lcc +ellps=GRS80 +units=ft +x_0=609600.0 +y_0=0.0 +lon_0=81dW +lat_0=31d50'0"N +lat_1=32d30'0"N +lat_2=34d50'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-83.36,32.05,-78.52,35.21  <>
+    -83.0268819559579,33.09834678771805,1379376.540858148,466346.908019393
+    -80.43532857871696,33.52596274010089,2172061.679960235,616302.10135557
+    -79.55415120569151,35.12833588570218,2432395.135833735,1201958.339802734
+    -78.6041630246902,33.53643385938534,2729885.021387243,628102.198712589
+    -80.02687615738552,33.18227676085913,2297695.40934961,492196.746538843
+    -79.52181574511516,32.093689908848795,2457857.516181311,98011.88636187
+    -80.51685291136408,32.92082631524322,2148249.85651345,396023.710465273
+    -83.10954372692721,34.3039898548965,1363022.443451428,905414.235182612
+<EPSG:103522> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=100dW +lat_0=43d50'0"N +lat_1=44d25'0"N +lat_2=45d41'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.07,44.14,-96.45,45.95  <>
+    -102.1537356315304,45.74545630073832,432419.596927681,214717.237099479
+    -101.79510858560548,44.969914124188826,458408.176220062,127868.420375018
+    -96.70358436380275,44.33081778882231,862852.144242723,60633.42929962
+    -99.21535517894083,44.246192050563536,662674.647896746,46181.269868125
+    -103.74026538651943,45.17100080077799,306093.07887923,155435.213815609
+    -98.92009392543062,45.539348567680335,684340.724978867,190142.955498525
+    -99.93297772525361,44.4928521118253,605331.586042553,73288.755519274
+    -102.95112712755348,44.21233403365148,364189.421051424,46413.730513997
+<EPSG:103523> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=100d20'0"W +lat_0=42d20'0"N +lat_1=42d50'0"N +lat_2=44d24'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.06,42.48,-96.43,44.79  <>
+    -98.75451595039192,42.97505868021415,728779.414402211,72513.667147521
+    -101.01972716203022,42.61381623985357,543679.625228304,31391.960448571
+    -96.73687057015096,43.59422036489617,890300.220892439,146358.784135928
+    -103.33292846615967,44.70091245202084,362296.295054671,267331.333461112
+    -102.54782304202959,43.11518149064119,419798.043182207,89258.212058001
+    -97.21594904975686,44.56910069898545,847584.877629198,253036.900395835
+    -100.7321976989418,44.07036047237483,568049.312498629,193048.257159479
+    -102.1133602691803,43.632818318853936,456378.447159657,145899.631456038
+<EPSG:103524> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=100dW +lat_0=43d50'0"N +lat_1=44d25'0"N +lat_2=45d41'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.07,44.14,-96.45,45.95  <>
+    -99.84227118829388,45.37320485807902,2009036.689443497,561441.765887816
+    -98.70381929379555,44.50849493321001,2306637.02640758,248850.792036804
+    -102.0421423481856,45.109621108215684,1441330.406808649,471948.918971572
+    -97.76308810044297,44.58731478648357,2551202.279673269,282929.827023043
+    -96.7637186449775,44.258478996554835,2816204.851763563,171942.038663317
+    -96.62710596574581,44.51201528432083,2848118.635571156,265753.690240956
+    -101.43449759344502,45.824681172234634,1602791.647005906,729268.148125704
+    -102.62702708906005,45.59905115729876,1296181.246709439,654660.731909158
+<EPSG:103525> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=100d20'0"W +lat_0=42d20'0"N +lat_1=42d50'0"N +lat_2=44d24'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-104.06,42.48,-96.43,44.79  <>
+    -100.7467522758599,43.286970560674696,1858428.701880963,347844.230491527
+    -100.18499795058385,44.41092917229558,2007265.609873637,757294.406946011
+    -97.25653138049296,43.04926622589823,2790733.286332637,276167.010570705
+    -97.61272874070768,44.41556203058266,2679270.670504165,770591.000719854
+    -100.86418773498578,43.66822955702996,1828049.764538874,486978.533848207
+    -99.96144658843566,43.613710364055635,2066985.121619254,466878.7966687
+    -103.12061310726443,43.5292603681469,1229481.645166034,448279.716861412
+    -100.68082417128548,44.115393226292,1877245.42924952,649713.921988029
+<EPSG:103526> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=86dW +lat_0=34d20'0"N +lat_1=35d15'0"N +lat_2=36d25'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-90.31,34.98,-81.65,36.68  <>
+    -88.82497818364067,35.24292171202879,342913.248244668,104629.19536336
+    -87.79477144663993,36.269989219852576,438743.343572196,216350.648033153
+    -85.47356913034169,36.426395035533716,647208.398618417,232354.396805639
+    -83.80455770815895,35.880969894587764,798219.814389252,173931.403989246
+    -88.47549081011474,36.126112827545896,377189.380450512,201725.638732276
+    -90.07169162000247,36.33819370403925,234565.830672605,230042.988059438
+    -82.3007647292609,36.39679785369679,931778.029572704,235214.182298409
+    -82.84217488489655,36.23362580077375,883822.360511478,215416.387192401
+<EPSG:103527> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=86dW +lat_0=34d20'0"N +lat_1=35d15'0"N +lat_2=36d25'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-90.31,34.98,-81.65,36.68  <>
+    -87.2661266257368,35.68825232268968,1592526.160469279,495627.001898529
+    -87.33052106721902,36.21912227532074,1576032.550926829,689109.253135555
+    -86.04406733514259,36.61997761151756,1955568.022581432,832381.471714186
+    -82.01171832824997,35.42342877836575,3156450.793632537,421008.838691089
+    -81.98758305284417,35.86618513302516,3157030.135335523,582330.771305523
+    -86.39710256362382,36.162119376989175,1851279.078308709,665927.999947068
+    -83.58337372940709,36.19525880464158,2681506.885842023,686557.613761213
+    -89.54444866438011,36.24910242128419,923573.415969718,716279.39457917
+<EPSG:103539> +proj=lcc +ellps=GRS80 +x_0=200000.0 +y_0=1000000.0 +lon_0=101d30'0"W +lat_0=34dN +lat_1=34d39'0"N +lat_2=36d11'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-103.03,34.3,-99.99,36.5  <>
+    -100.08686374759058,34.40223989517457,329938.735323952,1045552.968753816
+    -102.91777863523504,34.31669477423973,69499.952919258,1036069.864477522
+    -100.83799143955804,35.20568142540859,260277.320967603,1133955.352957907
+    -102.4363218228138,34.33104946098784,113829.543935106,1037134.662748468
+    -100.85306064683029,35.009540498020186,259047.656596471,1112187.97713536
+    -101.0903257967202,36.09652978184689,236892.6567439,1232664.863354834
+    -101.98976379907222,34.31871879963526,154919.760328504,1035470.328663484
+    -100.41948436591372,34.57037684414778,299151.810653401,1063818.557613102
+<EPSG:103540> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=2000000.0 +lon_0=98d30'0"W +lat_0=31d40'0"N +lat_1=32d8'0"N +lat_2=33d58'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-103.07,31.72,-94.0,34.58  <>
+    -102.39757155200373,33.96325068744109,239852.482138141,2261361.622143911
+    -100.69848776924594,34.29558736536494,397593.009084769,2293664.202495095
+    -94.26799773857537,34.23928932728774,989802.230695845,2293153.089978547
+    -94.08189595891679,32.93351622851504,1013022.540461334,2149166.123301352
+    -97.34387007681555,33.46072737271425,707466.614432381,2199536.091520486
+    -94.50938307712808,33.04942371777561,972591.490185356,2160410.449316367
+    -97.0431171138168,33.813896366164386,734877.750665104,2239049.145524082
+    -100.06151553883343,32.562704214570886,453375.287988012,2100451.179350507
+<EPSG:103541> +proj=lcc +ellps=GRS80 +x_0=700000.0 +y_0=3000000.0 +lon_0=100d20'0"W +lat_0=29d40'0"N +lat_1=30d7'0"N +lat_2=31d53'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-106.66,29.78,-93.5,32.27  <>
+    -100.05080335347547,31.48995862831499,726842.427376831,3202157.838966929
+    -102.27978984589909,32.19398534949523,516453.660419462,3281794.576269574
+    -104.17282110542473,30.938209239415816,333193.189328886,3147286.940551878
+    -99.96611582305471,30.178218714442195,735368.133917919,3056767.385071311
+    -104.05664987362393,30.09313299462479,341152.546444938,3053282.892974931
+    -94.07998629158473,31.533536917573954,1293513.609679576,3223641.617617954
+    -98.30990195566454,30.065907325422284,895096.94899756,3046033.217240289
+    -106.4752776730635,31.109032139674547,114453.364331332,3176061.982465403
+<EPSG:103542> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=4000000.0 +lon_0=99dW +lat_0=27d50'0"N +lat_1=28d23'0"N +lat_2=30d17'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-105.0,27.78,-93.76,30.67  <>
+    -98.1927104557386,28.022472367413418,679399.927141727,4021236.983586701
+    -99.23484831515984,28.911721953381363,577100.519969336,4119537.520965276
+    -99.04854915791088,29.125422987968467,595276.528061948,4143198.420754947
+    -98.79578742963484,29.896518042486647,619723.120013918,4228675.452940846
+    -94.48420484076023,29.476570288518587,1037813.942500833,4190567.243704497
+    -100.57094003787883,28.43061814724456,446105.486360475,4067230.823137255
+    -101.57662110924672,28.723925561104146,348314.044373443,4101475.172753645
+    -98.5347381643119,30.078816939976438,644854.141647568,4248954.243026662
+<EPSG:103543> +proj=lcc +ellps=GRS80 +x_0=300000.0 +y_0=5000000.0 +lon_0=98d30'0"W +lat_0=25d40'0"N +lat_1=26d10'0"N +lat_2=27d50'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-100.2,25.83,-96.85,28.21  <>
+    -97.6466752606853,27.997899494323935,383940.189313352,5258577.778109505
+    -99.59589342171395,28.026414390490146,192228.426060209,5261922.092594832
+    -98.40995507555664,27.099877600583344,308929.32270015,5158790.306522287
+    -97.8560945547207,27.897095543687325,363397.341372881,5247284.426632271
+    -97.98526393008443,26.99608157578189,351087.07796399,5147391.469762431
+    -99.66217386239114,26.520029257923845,184173.428343471,5095079.079393325
+    -99.16929335528705,26.85679172793476,233493.293526384,5132031.607054917
+    -97.811814512808,26.924202660144623,368344.792151465,5139510.076470404
+<EPSG:103544> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=1000000.0 +lon_0=101d30'0"W +lat_0=34dN +lat_1=34d39'0"N +lat_2=36d11'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-103.03,34.3,-99.99,36.5  <>
+    -101.3452465309623,36.122358001034556,701875.770502641,4053355.438965554
+    -101.22082382073339,35.82411968764841,738930.536245064,3944871.410409473
+    -101.4471574927381,36.40585646441884,671721.185859492,4156534.730722869
+    -100.26793027308972,34.43143772841136,1027721.769923268,3440180.460161998
+    -101.40948334504974,36.12230333457271,682903.440166465,4053312.003879266
+    -101.59408820864594,36.268798444284705,628431.059464229,4106644.651793088
+    -101.4946939266862,35.4069357815314,657750.435650514,3792905.865618994
+    -100.17855242426646,35.70582262723369,1048474.234306855,3904316.530624555
+<EPSG:103545> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=2000000.0 +lon_0=98d30'0"W +lat_0=31d40'0"N +lat_1=32d8'0"N +lat_2=33d58'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-103.07,31.72,-94.0,34.58  <>
+    -99.89530664413375,34.246183795917055,1546784.743388062,7503000.402286353
+    -95.74410032599141,33.06216970169288,2812675.83975864,7080436.893272737
+    -101.92490342988648,32.59745269277036,913957.820111643,6917487.837327934
+    -98.19270837407511,32.5421336611449,2063194.544631903,6880309.930734742
+    -94.41543631145463,33.60981253631551,3211748.667208947,7292789.094532585
+    -100.58393732941819,33.92240491531403,1336338.375641541,7388635.253169036
+    -99.2557241739649,33.19069432989562,1737324.60774541,7116954.941244625
+    -100.72800872551366,31.735319627331105,1275765.959276558,6593989.33978682
+<EPSG:103546> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=700000.0 +y_0=3000000.0 +lon_0=100d20'0"W +lat_0=29d40'0"N +lat_1=30d7'0"N +lat_2=31d53'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-106.66,29.78,-93.5,32.27  <>
+    -101.48323829414677,31.87348097208958,1939615.41441162,1.0646991785620159E7
+    -101.82356320361427,30.37800415537782,1826685.805845153,1.0104360220084144E7
+    -99.65511213735151,31.220781530585985,2508579.336188119,1.040837321334354E7
+    -96.03578666895783,30.024755327103893,3656356.321333438,9999007.95072679
+    -97.0759736953835,31.26669410133724,3314119.400683129,1.0439324966816083E7
+    -104.71635877486894,31.6119633444397,932522.734177791,1.0576889676616652E7
+    -99.49597954013426,31.723521565820263,2556942.484151115,1.0591574186993305E7
+    -106.4374453181959,31.88401998460983,402784.509941524,1.0700952826681247E7
+<EPSG:103547> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=4000000.0 +lon_0=99dW +lat_0=27d50'0"N +lat_1=28d23'0"N +lat_2=30d17'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-105.0,27.78,-93.76,30.67  <>
+    -104.9997280901831,29.46733002068174,60289.021680933,1.3766415366194427E7
+    -100.59151240753259,29.844713816876457,1463982.90368178,1.3858117303646756E7
+    -95.96319981850299,30.308750713540093,2926727.541228211,1.4035884248631561E7
+    -96.99906710082902,28.205772017150405,2612994.930317644,1.3264273876896191E7
+    -104.46237046545248,30.512027175359307,248803.537227217,1.4137547324614184E7
+    -103.91734218033243,29.260357538297495,401153.324808284,1.3675157184737528E7
+    -103.93546300327954,29.257458914258358,395336.468984852,1.3674347486333054E7
+    -96.1172914796676,29.69900000350458,2883581.134082624,1.3812975953800902E7
+<EPSG:103548> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=300000.0 +y_0=5000000.0 +lon_0=98d30'0"W +lat_0=25d40'0"N +lat_1=26d10'0"N +lat_2=27d50'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-100.2,25.83,-96.85,28.21  <>
+    -99.47438225378612,27.51818201091903,668446.795045006,1.7078398410824064E7
+    -99.03728769101467,26.485342662649686,808513.358855253,1.6702121817602424E7
+    -97.699205890664,27.631878491986143,1243535.340854428,1.711933485516505E7
+    -98.54401395946262,26.088182852497354,969805.782109889,1.6557389859360471E7
+    -99.43578391076157,26.03500361484747,676959.043510995,1.6539196504823701E7
+    -99.07577818326439,27.421329394768335,797475.974817792,1.7042396875214018E7
+    -96.99595053740148,27.09801757042446,1473541.457696328,1.692736034579889E7
+    -99.20810744323433,26.944604902393298,753577.814045008,1.6869327691449538E7
+<EPSG:103549> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=1000000.0 +lon_0=111d30'0"W +lat_0=40d20'0"N +lat_1=40d43'0"N +lat_2=41d47'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.04,40.55,-109.04,42.01  <>
+    -113.39778254189117,41.223268221867166,340890.229844066,1100563.831808123
+    -110.3307044858396,41.54021683448374,597566.327593762,1134682.09174379
+    -112.35692672274132,41.772146485779444,428752.527030619,1160136.146319668
+    -111.56067033779016,41.96628416719057,494971.569930668,1181349.944369971
+    -109.90434823892163,40.75341793107375,634742.156610843,1047886.418689466
+    -110.9259141869529,40.63057074013484,548570.848807762,1033167.732966266
+    -113.4350771333298,41.33043669534197,338028.959898527,1112531.379145935
+    -111.96424686271516,40.94246392011902,460908.85649927,1067747.059415258
+<EPSG:103550> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=2000000.0 +lon_0=111d30'0"W +lat_0=38d20'0"N +lat_1=39d1'0"N +lat_2=40d39'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.05,38.49,-109.04,41.08  <>
+    -112.00678866999812,38.93504867312517,456058.912987472,2066927.430953794
+    -111.5911555072813,41.076688513366896,492339.468171367,2304594.124510581
+    -109.9837367399117,40.23335679708062,629022.581929895,2212033.219685078
+    -111.10962666660431,41.0755559945525,532811.861707689,2304536.033261031
+    -109.27739688940795,39.05389953888501,692369.392995422,2082387.517899552
+    -110.04244593905429,38.75057028794425,626709.80573337,2047354.997976426
+    -113.13239520717329,39.16757248110376,358939.239483332,2093903.968141556
+    -109.58700909417082,40.232925695986616,662777.268062633,2212632.499231535
+<EPSG:103551> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=3000000.0 +lon_0=111d30'0"W +lat_0=36d40'0"N +lat_1=37d13'0"N +lat_2=38d21'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.05,36.99,-109.04,38.58  <>
+    -109.41238878519773,38.383653351019795,682387.572300861,3192599.063577449
+    -110.12782583538457,37.92177340076051,620640.466707527,3140181.230243572
+    -112.94731161087448,37.63351409053384,372260.939582534,3108291.609612311
+    -112.65375081447385,37.55094076018212,398056.139407966,3098767.658444679
+    -109.98348273982332,38.124629142135575,632964.720963567,3162889.742164539
+    -111.15361641539238,37.84356006981385,530487.691550812,3130671.767979229
+    -109.58195781533014,37.68035691909258,669176.105301147,3114236.934256712
+    -109.61350234900195,38.27888423200694,665054.152736606,3180598.45722161
+<EPSG:103552> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=1000000.0 +lon_0=111d30'0"W +lat_0=40d20'0"N +lat_1=40d43'0"N +lat_2=41d47'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.04,40.55,-109.04,42.01  <>
+    -113.09411446424423,41.544508823317834,1204072.101125285,3726123.004704362
+    -109.3678398860144,40.608918740338275,2232388.843902191,3388505.849289958
+    -110.62009418942891,41.78348560615358,1880404.181479047,3810415.362564596
+    -111.57170651495662,41.17209182412603,1620682.140570641,3586435.387754611
+    -111.7643638097727,41.54762034110336,1568059.340384397,3723364.315479984
+    -110.39016071208292,41.64422860308957,1943760.091210892,3760393.381939102
+    -113.09573514452849,41.18838418627853,1201245.857157799,3596395.838651627
+    -112.1743303401951,40.86346468630365,1453907.152916828,3474706.068267876
+<EPSG:103553> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=2000000.0 +lon_0=111d30'0"W +lat_0=38d20'0"N +lat_1=39d1'0"N +lat_2=40d39'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.05,38.49,-109.04,41.08  <>
+    -112.84659081114512,39.94411749067118,1262901.959157506,7151222.523812074
+    -110.16362251645675,39.87635635499394,2015450.038037851,7126500.7281581
+    -110.4616321516262,41.029164023080654,1926948.602969047,7545336.84509086
+    -111.33494247217504,39.59606771062234,1686933.282555663,7021651.226354584
+    -113.52151813732728,40.595129555336285,1079070.037208138,7391874.765029403
+    -109.67000737597655,40.19026251788941,2151617.013303515,7243270.453221131
+    -110.01859333654872,40.257945883882364,2053843.928041526,7266119.726452822
+    -110.76860662627996,38.87812869551152,1848652.071788547,6760969.034438216
+<EPSG:103554> +proj=lcc +ellps=GRS80 +units=ft +x_0=500000.0 +y_0=3000000.0 +lon_0=111d30'0"W +lat_0=36d40'0"N +lat_1=37d13'0"N +lat_2=38d21'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.05,36.99,-109.04,38.58  <>
+    -111.11487114477903,37.867677329354855,1751597.066895657,1.028005846271139E7
+    -111.20412898428255,38.02603828108803,1725648.955369045,1.0337630257880693E7
+    -113.6981502163046,37.19325196410247,1000175.381223555,1.0041782533505278E7
+    -110.35236423840733,37.2803458095845,1974324.462594514,1.006801836700731E7
+    -111.41426118982571,38.061319808201226,1665108.560349389,1.0350354530178575E7
+    -110.49820329490561,38.01194065668782,1929041.044660786,1.0333907761588082E7
+    -110.89953034586175,37.690438255945566,1814172.475493874,1.0215849246061092E7
+    -111.15293842168695,37.596792216177235,1740974.437514395,1.0181379330093397E7
+<EPSG:103555> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=1000000.0 +lon_0=111d30'0"W +lat_0=40d20'0"N +lat_1=40d43'0"N +lat_2=41d47'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.04,40.55,-109.04,42.01  <>
+    -114.00661868689673,41.96324327853857,958751.305218452,3884530.706591158
+    -111.95146159133273,41.641276114979874,1517020.031001197,3757693.444939694
+    -109.23741698778925,41.59252911311942,2259256.356606104,3747667.439958156
+    -109.4955327253798,41.77801329432234,2187113.810624219,3813504.27152499
+    -113.96176742674305,40.88925463830726,959860.471616245,3493012.260296609
+    -113.29352732270945,41.39154055904277,1148342.272415433,3671454.953963722
+    -109.70388181308329,41.154095107011415,2134996.312552732,3584974.610414487
+    -113.5437103157231,41.52571853447633,1080862.910727347,3721846.744687235
+<EPSG:103556> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=2000000.0 +lon_0=111d30'0"W +lat_0=38d20'0"N +lat_1=39d1'0"N +lat_2=40d39'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.05,38.49,-109.04,41.08  <>
+    -111.11304273536147,40.43432397668872,1748135.676179303,7327166.506332002
+    -112.53688371010522,38.65762719622083,1344290.339328041,6681506.309235217
+    -109.49205190043533,39.055819017029904,2210590.406035773,6831223.81148635
+    -109.97810128139743,38.579572685256544,2075540.220842542,6655060.895036743
+    -112.93402473228383,38.92225151864803,1232422.165490824,6779445.628292122
+    -112.20697355264808,39.58759790183437,1441186.094369387,7019296.716381706
+    -111.6598293984469,39.79128058862624,1595510.145051034,7092737.01358086
+    -112.20317025507713,39.118732534110656,1440915.3747868,6848522.303388707
+<EPSG:103557> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=3000000.0 +lon_0=111d30'0"W +lat_0=36d40'0"N +lat_1=37d13'0"N +lat_2=38d21'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-114.05,36.99,-109.04,38.58  <>
+    -109.53515052811078,37.822122383129134,2207913.684534684,1.0269182907695532E7
+    -110.43426168804855,36.994275649270044,1951680.858041812,9963561.081238488
+    -112.81142570399834,38.35017355908095,1264331.084020533,1.0458150370225137E7
+    -111.05784395550089,38.1848035720152,1767509.249271742,1.0395590471842345E7
+    -111.70205598584243,38.46189555354526,1582560.647324559,1.0496263804670414E7
+    -110.40140314959959,38.32091835944109,1955602.240225119,1.0446710466055201E7
+    -109.24830864640552,37.17377883702232,2296428.938615327,1.0035045173589027E7
+    -113.8974032956337,37.70472877499913,946923.829265524,1.0229364351525296E7
+<EPSG:103558> +proj=tmerc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=72d30'0"W +lat_0=42d30'0"N +k_0=0.9999642857142857 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-73.44,42.72,-71.5,45.03  <>
+    -72.20710927304718,44.21596109150999,523405.529700699,190676.708815649
+    -72.40546719074456,44.709994934897175,507490.944356612,245535.04280172
+    -72.24269092668699,43.55488181958411,520790.793537432,117217.273113425
+    -72.11721441572502,43.23658201920945,531091.676754661,81894.268675139
+    -71.94716683001957,43.36939718019918,544806.091229198,96726.617015152
+    -72.27074207031558,44.45013951088271,518247.756207237,216681.234189219
+    -72.55360955094892,44.218381703379826,495716.233137004,190905.348903145
+    -72.73497379749979,43.44112394201158,480978.415416346,104573.601900368
+<EPSG:103559> +proj=lcc +ellps=GRS80 +x_0=3500000.0 +y_0=2000000.0 +lon_0=78d30'0"W +lat_0=37d40'0"N +lat_1=38d2'0"N +lat_2=39d12'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-80.06,37.77,-76.51,39.46  <>
+    -77.94077382674766,38.98147743683704,3548454.784018241,2146091.721219575
+    -79.49850266891079,38.54611369140593,3412959.808660521,2098089.572717936
+    -76.54358198879414,38.12672669615475,3671525.497948814,2052892.574061226
+    -76.83515959204549,38.09081287848547,3646037.317070781,2048402.704232172
+    -77.37852090213899,38.072554842239846,3598402.252731571,2045652.947241475
+    -79.68463150073518,38.8633645663117,3397190.032202714,2133495.795458818
+    -77.00693108178679,39.22711082811123,3628919.860461145,2174261.713725325
+    -77.25853915839156,38.7011696692538,3607985.649897109,2115557.988809003
+<EPSG:103560> +proj=lcc +ellps=GRS80 +x_0=3500000.0 +y_0=1000000.0 +lon_0=78d30'0"W +lat_0=36d20'0"N +lat_1=36d46'0"N +lat_2=37d58'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-83.68,36.54,-75.31,38.28  <>
+    -77.77969401927662,37.70787828705409,3563513.640065436,1152783.860930573
+    -81.34974049711529,37.029733336416946,3246486.895807094,1081108.293231586
+    -79.93698459916928,36.95351247895891,3372022.642754926,1069797.140880993
+    -82.27283958010999,36.86475266394363,3163674.730864235,1065694.656998478
+    -77.81616593574809,38.23148962540295,3559876.771347156,1210877.357092897
+    -75.98020596565442,37.95925047230904,3721415.720542313,1183396.761001083
+    -80.77688739658998,36.680439264805635,3296502.059982419,1040973.433736717
+    -82.38766395561662,37.57772462890036,3156702.032666578,1145166.210906794
+<EPSG:103561> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=3500000.0 +y_0=2000000.0 +lon_0=78d30'0"W +lat_0=37d40'0"N +lat_1=38d2'0"N +lat_2=39d12'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-80.06,37.77,-76.51,39.46  <>
+    -79.4330756884941,37.85734863691562,1.121351399735878E7,6632473.277561955
+    -76.70539324994165,38.37423799056254,1.1997364011073045E7,6824365.321783706
+    -80.02682237108091,38.618229716960364,1.1046704671920033E7,6911819.832323002
+    -79.80274661195043,39.04211362354201,1.1112909045943482E7,7065194.988079955
+    -78.8919421470366,38.19491554929512,1.137027668570471E7,6754274.16153236
+    -79.21815141461754,38.44939552916879,1.127725341728333E7,6847511.407092465
+    -76.82332269854759,37.98988712709437,1.196611814134449E7,6683782.577376501
+    -76.76073147724615,39.188560593089534,1.1975884111852538E7,7120579.240714874
+<EPSG:103562> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=3500000.0 +y_0=1000000.0 +lon_0=78d30'0"W +lat_0=36d20'0"N +lat_1=36d46'0"N +lat_2=37d58'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-83.68,36.54,-75.31,38.28  <>
+    -78.35173007437598,37.10834643176354,1.1526153605572272E7,3563037.502013077
+    -80.0377636275375,37.10325488945555,1.1034488180578861E7,3564802.155360875
+    -77.2042682416685,37.66286001914075,1.185797577228521E7,3767478.340261246
+    -83.54026342532943,37.85727452874053,1.0028404198108288E7,3874535.449650535
+    -80.86379771297264,37.526678538502104,1.079750871985065E7,3723899.686401433
+    -76.94854902637292,37.0072596877954,1.1935912081232736E7,3529921.463179343
+    -81.53174937760706,36.61508362624444,1.059323092755132E7,3397700.818237269
+    -79.4350655999072,37.072361497655045,1.1210122728734555E7,3551252.862206608
+<EPSG:103563> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=120d50'0"W +lat_0=47dN +lat_1=47d30'0"N +lat_2=48d44'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.79,47.08,-117.02,49.05  <>
+    -124.29953304193427,48.734155871930646,245112.147475116,198555.392835411
+    -118.19636443884492,47.907073703758236,697090.330353077,104226.495191382
+    -119.6715951732235,48.520811774539155,585813.938263313,169737.95804076
+    -117.32509193525124,48.82936367808303,757496.976670035,209272.229144292
+    -124.78403280430832,48.93961068475979,210686.013146394,223090.493619077
+    -120.4351552205206,47.75395995310459,529855.033386137,83903.202033292
+    -119.61955770675678,47.455625330648196,591525.301011479,51378.685547611
+    -117.44011140522346,48.75406966756033,749429.486467633,200528.598508547
+<EPSG:103564> +proj=lcc +ellps=GRS80 +x_0=500000.0 +y_0=0.0 +lon_0=120d30'0"W +lat_0=45d20'0"N +lat_1=45d50'0"N +lat_2=47d20'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.4,45.54,-116.91,47.61  <>
+    -123.44549317737201,46.42100373417586,273641.208394434,125120.327056214
+    -118.19981461099947,46.20070672148167,677499.344578662,98995.795292941
+    -122.37535692965021,47.00224032496076,357396.764991359,187196.911053922
+    -124.25259545495445,46.725119481538904,213265.112285039,161518.857382324
+    -122.17034192474235,47.411261010736084,373946.73489245,232308.031114175
+    -123.28972598291801,45.81681126494058,283232.07063166,57572.150180497
+    -122.26709107733159,46.5705263001295,364553.003538894,139030.344819522
+    -118.07352773918406,46.05134403132696,687752.144267116,82694.292598287
+<EPSG:103565> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=120d50'0"W +lat_0=47dN +lat_1=47d30'0"N +lat_2=48d44'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.79,47.08,-117.02,49.05  <>
+    -124.09417056957537,48.83111743968037,855185.375296603,684606.357100325
+    -118.15062429713298,48.7843743325569,2287094.275507937,662186.031614781
+    -123.58902459320713,47.71499834202658,962195.050044914,272951.46470113
+    -118.20212884174595,48.14659962183827,2282637.444857742,429224.160786599
+    -119.39255422610927,48.666675226631874,1988577.794038669,611230.887670292
+    -121.35811228009166,48.78151316148697,1513889.172097647,650300.861152186
+    -122.59638033862996,48.20889765846994,1210574.979887176,445893.670471525
+    -119.21111765944035,47.632011159858706,2040370.571612681,234751.788882304
+<EPSG:103566> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=500000.0 +y_0=0.0 +lon_0=120d30'0"W +lat_0=45d20'0"N +lat_1=45d50'0"N +lat_2=47d20'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-124.4,45.54,-116.91,47.61  <>
+    -123.07053296211235,46.76737915906431,996390.015820975,533441.070806206
+    -117.35091869564081,45.92114353735499,2441649.136479341,230348.597781276
+    -122.84550154534033,46.71209597408256,1052153.327708903,511531.967539953
+    -121.96775102860441,46.719681324323986,1272317.293108366,508976.115196368
+    -122.66905228400279,47.56406111925851,1104940.310096003,820886.139000844
+    -119.76206958559756,45.67750918601702,1829052.129425233,126391.172455084
+    -118.93043813059846,46.268455249443974,2037327.66301112,344951.334327289
+    -123.36789467531379,46.144702884895274,913664.817320018,309088.308509633
+<EPSG:103567> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=79d30'0"W +lat_0=38d30'0"N +lat_1=39dN +lat_2=40d15'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-81.76,38.76,-77.72,40.64  <>
+    -78.87257299087139,39.5050240350573,653959.995728234,111762.201339359
+    -79.05467144150082,40.53947896884049,637730.036979557,226525.534582164
+    -80.91445241556727,39.9892277080533,479205.49245761,166282.837707507
+    -80.274774484007,40.47548229769026,534297.961684264,219608.447514802
+    -78.21259868930395,40.325900709694274,709409.918312665,203498.655706187
+    -81.65193780820661,40.31872012956624,417110.216173696,204107.912923875
+    -78.46816006883516,39.526887624556906,688711.047943933,114510.500520567
+    -79.05264294918013,38.78058610992711,638874.325383471,31246.17052398
+<EPSG:103568> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=81dW +lat_0=37dN +lat_1=37d29'0"N +lat_2=38d53'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-82.65,37.2,-79.05,39.17  <>
+    -80.54317744234062,37.69857049720262,640286.101995395,77631.634413724
+    -80.95352513598384,38.648471882766806,604045.930338842,182965.547542606
+    -81.61409193135054,38.364423384697645,546335.231726884,151613.031039152
+    -81.20796922919584,38.15654970381257,581774.125393753,128383.107034147
+    -79.52733434629206,37.38823150447871,730412.554189824,44124.983452345
+    -82.31394505113475,37.32162392614468,483537.791376319,36521.815936064
+    -81.64026923113445,38.85596701248252,544424.581135643,206190.116209646
+    -80.12181268843072,38.92741801795967,676151.758549743,214290.9615159
+<EPSG:103569> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=79d30'0"W +lat_0=38d30'0"N +lat_1=39dN +lat_2=40d15'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-81.76,38.76,-77.72,40.64  <>
+    -78.77020582200291,39.03686207493066,2175801.946642742,196379.934486242
+    -81.1933007974072,40.513623373152676,1497673.469192725,737902.766703718
+    -81.34892695213037,39.16187190044869,1444273.779007108,246464.125144179
+    -79.56511036840959,40.40955023650668,1950368.194108265,695554.777367992
+    -81.06480099100199,38.87149894462926,1522981.188239015,139188.923137876
+    -79.78164113692331,39.82431704452855,1889397.964918937,482479.481773458
+    -79.03182763046212,39.846753186356594,2099950.76270874,490870.510136741
+    -80.49526168077693,40.14654662716269,1690273.122811549,601275.630486624
+<EPSG:103570> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=81dW +lat_0=37dN +lat_1=37d29'0"N +lat_2=38d53'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-82.65,37.2,-79.05,39.17  <>
+    -80.96327806645036,38.29223497245223,1979040.026445633,470548.082965497
+    -79.30745169716883,38.78258014040611,2450966.891222112,653523.038890396
+    -79.6102077157856,37.937978159595424,2369284.490406883,344551.252573026
+    -79.30820690357638,38.53600221129602,2452390.740376306,563733.441450056
+    -80.03616513136726,38.005141359379806,2246199.444013053,367446.673965409
+    -81.35067124735289,38.301265884095365,1867872.60866168,474024.997997357
+    -82.59545998533775,38.36251889815994,1511074.334455686,500077.500371966
+    -82.28242253380287,37.68458047406951,1597401.683854897,251844.01664382
+<EPSG:103571> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=45d10'0"N +lat_1=45d34'0"N +lat_2=46d46'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-92.89,45.37,-88.05,47.31  <>
+    -88.93509854432065,46.09232948955689,682347.093453695,103433.037625007
+    -90.56497519361135,46.75822356036835,556837.770239606,177052.158216065
+    -92.11022436188237,47.29157867333258,440377.245843458,238316.64640624
+    -91.86080376047755,46.814539181466856,457997.99618121,184822.586980418
+    -90.74069488104139,45.65462523153126,542269.629960717,54501.77865845
+    -91.65758024798863,45.611953543851605,470714.699278118,50839.04606761
+    -92.63125918238897,46.53487136503454,398191.267698954,155413.520984267
+    -92.03650807927934,46.43090022563668,443499.049102419,142519.837891206
+<EPSG:103572> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=43d50'0"N +lat_1=44d15'0"N +lat_2=45d30'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-92.89,43.98,-86.25,45.8  <>
+    -87.44144937377845,44.61411390846206,803040.090856183,89956.796064263
+    -89.57183176584773,44.160143286523244,634250.233797337,36404.098468143
+    -89.32143030548148,44.07783247352289,654356.198650595,27394.732151848
+    -89.26536556885699,44.96074641837566,657959.49954677,125538.319972608
+    -90.91121725628682,44.79614587651563,527905.360804454,107389.775541484
+    -90.11893323990718,45.19533166721742,590655.358262505,151351.855300742
+    -91.47932529281373,44.54059002225158,482443.584588798,79658.846939063
+    -90.03431442784382,45.73110533733788,597329.442775126,210891.711072636
+<EPSG:103573> +proj=lcc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=42dN +lat_1=42d44'0"N +lat_2=44d4'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-91.43,42.48,-86.95,44.33  <>
+    -90.90799839572612,43.132447909067,526126.341436714,126205.28309053
+    -91.22357376929713,43.174967948425525,500522.234636748,131256.447365215
+    -89.36168360134313,42.91310063848543,652120.607985111,101635.678357749
+    -88.65622993522791,43.076981674627184,709425.563243099,120523.097927215
+    -89.64232622488024,43.29747488159721,629022.505617823,144198.16836267
+    -89.76879190434252,43.246468583137656,618776.711610296,138495.625665488
+    -90.51279746631666,43.45063417367792,558496.457918236,161278.401322501
+    -89.93487396635173,42.76176966888295,605331.413504291,84627.305365035
+<EPSG:103574> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=45d10'0"N +lat_1=45d34'0"N +lat_2=46d46'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-92.89,45.37,-88.05,47.31  <>
+    -91.18382313675505,47.15400013597127,1673938.989997002,726927.928594553
+    -89.19904108514301,45.47230680620217,2173987.455673311,112483.362170182
+    -90.17626364204068,46.254244121852444,1923913.434030981,396628.719578959
+    -91.97541271051568,45.928665891723504,1465892.377891335,284105.838705099
+    -91.83279951652152,46.33341041547171,1505576.620352481,430790.065757525
+    -90.73466886742611,45.78193667421889,1781066.558931511,225218.071116918
+    -90.61669080577809,45.86619130658139,1811404.040994087,255684.053776152
+    -90.76155965947567,46.476829779780516,1776635.773813493,478670.460351803
+<EPSG:103575> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=43d50'0"N +lat_1=44d15'0"N +lat_2=45d30'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-92.89,43.98,-86.25,45.8  <>
+    -91.19334418854052,44.633130643356495,1657866.788363527,293853.483022212
+    -89.29979803630356,45.49964446036787,2148048.921739569,608269.839753289
+    -91.15606439077283,44.37516948479098,1666231.499925515,199680.485882475
+    -91.77546946558383,44.789717554953924,1507604.1688281,353696.059625381
+    -91.04548822448182,44.78516784260364,1697065.945841374,348745.943272631
+    -87.81154536314742,44.3816333713899,2540592.391299007,207594.655375178
+    -89.02222369370959,44.11971656748883,2225279.711387209,105947.600674564
+    -90.75410185913496,44.50292574864994,1771759.274074015,245016.88809752
+<EPSG:103576> +proj=lcc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=90dW +lat_0=42dN +lat_1=42d44'0"N +lat_2=44d4'0"N +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-91.43,42.48,-86.95,44.33  <>
+    -87.68568497334476,44.064292184613876,2576761.416669016,760834.230926056
+    -90.13857563277993,43.736058236077376,1931877.131864536,632774.222446362
+    -90.67875592179024,44.14070490061224,1790313.595139315,780974.416364358
+    -89.42666816310256,42.85836863429946,2122227.885645389,313376.11895548
+    -89.04949515160924,43.77943107449021,2219528.384745603,649984.218164007
+    -88.04086924183157,43.519812692465194,2488091.352145956,560027.27543349
+    -87.08081967036013,42.84676908451724,2751209.047006209,322321.762008863
+    -89.03974567294367,44.1749882984042,2220442.652773922,794198.128230004
+<EPSG:103577> +proj=tmerc +ellps=GRS80 +x_0=200000.0 +y_0=0.0 +lon_0=105d10'0"W +lat_0=40d30'0"N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-106.33,40.99,-104.05,45.01  <>
+    -106.0700420409432,41.913442749385354,125058.535740117,157358.12493342
+    -104.15047894164678,41.45625686264854,284900.958218984,106686.763272214
+    -105.1066668150796,42.99964051497319,204893.030618818,277614.832589404
+    -105.45601562295212,41.98361214646978,176023.424078585,164797.334275192
+    -104.35863277346265,44.097028036547556,264700.491092073,399846.454063399
+    -104.17254583456105,44.56712316695722,278967.211533062,452242.830908172
+    -106.02145302928888,44.31919919754711,131814.535572672,424569.628975069
+    -106.11752430674935,43.223945336053575,122753.797619263,302969.646033648
+<EPSG:103578> +proj=tmerc +ellps=GRS80 +x_0=400000.0 +y_0=100000.0 +lon_0=107d20'0"W +lat_0=40d30'0"N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-108.63,40.99,-106.0,45.01  <>
+    -107.04027796603378,41.217091552718784,424574.573303669,179669.578133379
+    -106.53805294971886,41.63710552313256,466259.632832984,226578.448368448
+    -106.74417853564455,43.289552298599354,447812.015654224,409987.553102101
+    -106.87327413021399,43.6446155020193,437117.732322062,449367.554144037
+    -106.78488619781912,44.99029344751706,443248.813931967,598931.321466031
+    -106.98161334338782,43.171644358514,428598.751635544,396780.629376313
+    -106.43040230833961,44.83662262018133,471391.736790944,582105.246421861
+    -106.16650004068089,41.44318361553943,497506.862558675,205393.647804079
+<EPSG:103579> +proj=tmerc +ellps=GRS80 +x_0=600000.0 +y_0=0.0 +lon_0=108d45'0"W +lat_0=40d30'0"N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-111.06,40.99,-107.5,45.01  <>
+    -107.97278527715531,42.17332503493078,664214.900644092,186120.284691137
+    -110.76666803878129,44.051237634378566,438399.883254345,396419.212734941
+    -110.81708496258203,44.45227524844853,435482.080607384,441079.533740603
+    -109.17123934869626,43.18360959403808,565757.241084462,298135.939515086
+    -109.72082985453989,43.64396664549126,521674.962929497,349650.640760555
+    -109.84788717245004,42.968499923619085,510437.63829338,274738.759650886
+    -109.06076906585056,44.40724841728622,575247.99474173,434044.625293593
+    -108.64708758425962,42.312182978702666,608484.970115465,201256.095756421
+<EPSG:103580> +proj=tmerc +ellps=GRS80 +x_0=800000.0 +y_0=100000.0 +lon_0=110d5'0"W +lat_0=40d30'0"N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-111.06,40.99,-109.04,44.67  <>
+    -109.48171757361283,43.92138030844491,848314.942242439,480189.546432665
+    -109.39604260573526,44.09611123938076,855033.456316256,499656.841706318
+    -110.04744796709615,42.62584635586905,802944.588796036,336091.901744144
+    -109.57527280410918,44.59167726318457,840340.894294764,554616.050034924
+    -109.84706028842199,42.526544342579975,819412.937357502,325088.109880116
+    -110.50230902348373,42.9262137721601,765798.537135588,369541.683950867
+    -110.42621801232129,43.34824111561993,772201.949581515,416395.979466851
+    -109.88083030544743,44.40811638979382,816130.18971681,534114.053769462
+<EPSG:103581> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=200000.0 +y_0=0.0 +lon_0=105d10'0"W +lat_0=40d30'0"N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-106.33,40.99,-104.05,45.01  <>
+    -104.20885786109855,41.88880384670154,916958.430365796,507448.393141259
+    -104.78034636332477,41.23089609701637,762427.307930466,266512.35598436
+    -106.20221266530717,44.66308311451455,386742.432259801,1518850.53406333
+    -104.28283955801483,44.275415903764994,887649.743350393,1377062.090380747
+    -105.85647706169819,41.40065781045673,466927.688094616,328881.729649081
+    -105.51537151541045,43.07276831604783,562999.120548803,937647.77102213
+    -106.03401910669062,42.51612307930648,422334.76062103,735786.06286206
+    -105.33527780038982,43.56888266335028,611483.414780157,1118320.465851575
+<EPSG:103582> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=400000.0 +y_0=100000.0 +lon_0=107d20'0"W +lat_0=40d30'0"N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-108.63,40.99,-106.0,45.01  <>
+    -106.80344768022711,44.946107572642326,1449528.718816115,1948852.608213399
+    -107.44437158090214,42.38023388126983,1282336.162553901,1013172.342708564
+    -107.33085620678416,44.889155956613315,1312978.269027276,1927641.212471794
+    -108.21920533179053,42.105721609114504,1071952.046483196,914365.003089584
+    -108.10443038062067,41.184616145396966,1100095.121858875,578438.48581028
+    -106.59165250999753,44.83903903807596,1504721.158460286,1910247.945048089
+    -107.63041248624842,43.47407558708706,1233479.648318647,1411943.229889925
+    -108.507678783707,41.404149032076134,990183.041681586,659667.402956139
+<EPSG:103583> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=600000.0 +y_0=0.0 +lon_0=108d45'0"W +lat_0=40d30'0"N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-111.06,40.99,-107.5,45.01  <>
+    -109.78212114173205,44.871751030600976,1700932.222869337,1594912.91980799
+    -107.71638699680113,44.35326616569447,2238855.638809714,1405900.006821777
+    -110.2853465300691,44.88996197934053,1570599.669607228,1603614.752118796
+    -108.11456425485177,41.34711113885961,2142970.743741248,309257.845111036
+    -109.31272125733774,42.82511191642562,1817545.563542653,847699.628923994
+    -110.66470252595681,43.573182296137865,1461091.271856321,1125687.474645965
+    -109.80277275898162,43.66244382090879,1689923.995164329,1154144.76902028
+    -108.75168182853665,44.039829820234026,1968060.802118849,1289938.040658463
+<EPSG:103585> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=800000.0 +y_0=100000.0 +lon_0=110d5'0"W +lat_0=40d30'0"N +k_0=0.9999375 +towgs84=-0.9956000824677655,1.901299877314078,0.5215002840524426,0.02591500053005733,0.009425998542707753,0.01159900118427752,-0.00062000005129903 +no_defs +bounds=-111.06,40.99,-109.04,44.67  <>
+    -109.23421410178813,44.206500908092934,2847319.563396037,1679927.709210814
+    -110.454250392471,43.14720660253281,2525684.561320926,1292886.591815726
+    -110.87051576417201,42.235101770929894,2411500.34362617,961249.609197598
+    -109.94337664346136,44.62206429848302,2661109.175773903,1830299.923885556
+    -109.19779792995897,43.2639695693304,2860539.450247906,1336473.028180018
+    -109.3945379595385,44.28100132757126,2805052.752608624,1706692.25573992
+    -110.2451687785536,43.58590634885216,2581791.513871569,1452605.358509453
+    -109.40392642381943,44.15211439740735,2802982.624181574,1659688.27846173
+<EPSG:103600> +proj=tmerc +ellps=GRS80 +x_0=152409.319685395 +y_0=30481.86393707899 +lon_0=93d25'57.0"W +lat_0=46d9'15.0"N +k_0=1.000059152669 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.21792126928294,49.15739341161828,241006.7144356895,365120.6802006448
+    -89.5091246208244,44.3574083301286,465217.9426406737,-161723.16968455608
+    -92.31601921368679,45.213343750144084,240118.72369747655,-73486.55992428512
+    -90.36618922064608,43.90289712536892,398766.969789795,-215149.146626162
+    -97.09427773015663,46.421786168937075,-129087.71735873295,66751.30621033878
+    -96.57547316361702,48.58708012906143,-79461.400628765,305755.2759719802
+    -91.29841046712808,47.35471753729685,313649.37220817164,166158.58973694668
+    -90.58023814555193,44.965967117457346,377448.3289943178,-97626.5174184219
+<EPSG:103601> +proj=tmerc +ellps=GRS80 +x_0=152407.2112565913 +y_0=30481.44225131827 +lon_0=96d42'0"W +lat_0=46d37'48.0"N +k_0=1.000045317862 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.07926318498458,48.638884362080525,345554.63095998135,257161.37809528873
+    -90.44133870060091,44.75040271487487,648052.175274071,-159340.57109112135
+    -95.50060992109256,48.55067144146251,240959.32128443118,244729.697668655
+    -91.62638693615104,45.41629818569812,549549.3939096276,-91890.7288945863
+    -91.63036072384736,46.555701154961895,541159.108284547,34723.876518409794
+    -91.03752753900845,49.32860383698889,563926.0806506996,345998.1780960773
+    -93.43428831388051,46.439112205175135,403376.71073817124,14445.774185919086
+    -95.10844532487681,45.650739922495205,276473.6046381219,-77140.73676392711
+<EPSG:103602> +proj=tmerc +ellps=GRS80 +x_0=152411.3546854458 +y_0=30482.27093708916 +lon_0=95d22'33.0"W +lat_0=47d9'6.0"N +k_0=1.000072505661 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.57010047167083,47.11150759773656,61763.86522608969,26708.651339353193
+    -89.90177956236951,44.273516770375,589491.7346626379,-274837.58918100625
+    -94.53554077699407,47.47918647416232,215752.02995670363,67239.00449688977
+    -95.51773812348992,45.40642055150559,141301.81850803632,-163518.79316884244
+    -93.07363460741284,49.12558584143729,320449.77261284733,252536.61408952446
+    -94.5545478409762,44.6436176973921,217572.65949045628,-247978.55691623833
+    -90.4452232637953,49.02753503562489,512958.40308587207,250804.69801199582
+    -95.03045469922408,49.202386485336554,177583.20369244856,258582.53138986035
+<EPSG:103603> +proj=tmerc +ellps=GRS80 +x_0=152411.2096003556 +y_0=30482.24192007113 +lon_0=94d55'14.0"W +lat_0=46d48'13.0"N +k_0=1.000071553661 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.92702187856334,46.04439557434243,538927.8911487521,-41778.61751289212
+    -95.56794944666713,43.83484554743098,100339.24664474199,-299281.18518703163
+    -95.66799254787323,43.76431265614404,92221.57746114954,-307050.7249570089
+    -91.31389596158512,46.97483080921646,426855.97988227237,55835.75895372125
+    -95.57687593692283,43.56176927426765,99381.11448214408,-329618.2967454641
+    -95.51110161638026,43.90069220938414,104964.0242616056,-291998.6593693242
+    -95.58360069639356,44.87833391857675,100018.54834398063,-183311.14637490446
+    -97.19906695918013,43.50504370625738,-31867.03398866806,-333607.2940150164
+<EPSG:103604> +proj=tmerc +ellps=GRS80 +x_0=152411.8635439675 +y_0=30482.3727087935 +lon_0=91d24'33.0"W +lat_0=47d4'0"N +k_0=1.000075844621 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.18532135943718,48.49626450320628,168957.35144997,189469.03085642183
+    -94.43178723039372,45.02851861701937,-85811.46642814914,-191632.904742381
+    -96.77494790784837,47.837553340188336,-249238.69944915842,130155.23338791648
+    -90.85857415325684,45.323395013749554,195583.23581084388,-163159.31039845862
+    -91.6871672759632,45.42350934132629,130653.36684922005,-152141.75437316095
+    -90.34606589469546,47.6346370886888,232310.8444994383,94179.55408839899
+    -90.53024478399782,48.92949837246442,216819.95136489806,237998.33437822573
+    -89.52163540179457,44.88481445013974,301547.59320618364,-210317.78409071208
+<EPSG:103605> +proj=tmerc +ellps=GRS80 +x_0=152408.5566885446 +y_0=30481.71133770892 +lon_0=93d37'14.0"W +lat_0=45d33'32.0"N +k_0=1.000054146138 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.64224712626142,48.582507660423374,372152.5299568878,370926.0821553572
+    -95.89094685073688,48.38741733179893,-15751.128507628775,347437.76552251517
+    -94.05699364253238,45.145481189301975,118082.72626360739,-15374.564282407468
+    -90.27325092524434,49.087619228196644,396901.03602225427,428216.0753786998
+    -96.9380459785127,44.01723525196417,-113616.74779413358,-135494.0548867938
+    -95.25038605542537,44.66478217692839,23147.85205165109,-67597.62599316656
+    -95.97629898307773,43.705494954292995,-37480.915654714074,-172789.89556116157
+    -91.17629576508517,45.591692466311656,343146.61231011257,37034.172241189925
+<EPSG:103606> +proj=tmerc +ellps=GRS80 +x_0=152406.3759409195 +y_0=30481.2751881839 +lon_0=92d50'0"W +lat_0=44d44'45.0"N +k_0=1.000039836799 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.31695986332461,48.829053567261106,-103356.71910723805,490272.63633785344
+    -93.77147706399667,46.98901319812481,81038.24887802506,280244.1252759161
+    -91.29085599652615,47.13986809951921,269418.7096774061,297743.0613461834
+    -95.19505565853828,45.56077234461714,-31988.381136079755,123766.24845597908
+    -92.94184864350554,48.692965484893456,144417.6811389648,469287.78888616787
+    -95.00696899123169,47.14598401457855,-12463.8894085004,299561.5072297938
+    -92.20865771840155,48.05263938959958,198977.8970309578,398265.39786142134
+    -93.66465671551516,49.01346226114502,91591.80287157845,505258.023593054
+<EPSG:103607> +proj=tmerc +ellps=GRS80 +x_0=152407.7573379731 +y_0=30481.55146759462 +lon_0=96d31'28.0"W +lat_0=46d1'18.0"N +k_0=1.000048901066 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.28643715234826,45.50000775572987,171011.50426495145,-27475.2370062026
+    -89.78507161557204,45.22443533292324,681723.7252229528,-35981.52434838269
+    -95.46717000868033,43.932941803225376,237308.14892013348,-201109.91671022048
+    -95.93361099973058,49.21419667111723,195457.05137746807,385620.6636010035
+    -96.94287839198174,47.60845536129288,120945.57729421009,206973.02582793182
+    -91.32397732594288,45.4584870421757,559176.5342365517,-18942.258279455284
+    -92.68754471207886,46.99614715174327,444247.8364737545,145961.76020464356
+    -92.08326620834586,44.0654911056453,508255.64459075534,-177323.37030057062
+<EPSG:103608> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d16'0"W +lat_0=45d2'7.0"N +lat_1=45d4'0"N +lat_2=45d22'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.85277623141765,48.894397234618864,-111033.40520058182,465653.7632411654
+    -95.7100702554648,45.083631686942795,-39952.85323667381,38765.377641544415
+    -95.03649041429097,47.26595992476403,18382.774996358436,279958.08835935965
+    -93.11502831035237,43.80802211305854,164605.9249849803,-105902.86377678039
+    -91.07968202060573,43.94707643115311,327994.1960602741,-88080.4545108206
+    -91.52775422308294,46.48865191657754,285939.66682584747,193474.39336230286
+    -93.57675420660415,46.61410752088234,128639.01138298813,206031.93476095152
+    -94.56286465599675,46.360102712598085,52626.171479120385,178543.82869160213
+<EPSG:103609> +proj=lcc +a=6378586.581 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d41'0"W +lat_0=46d43'4.0"N +lat_1=46d47'0"N +lat_2=47d5'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.26689661639477,47.51899137910762,560071.2023343183,133643.8079474863
+    -90.43115744110064,45.22247891177436,564812.7278318848,-121947.99671608051
+    -92.28550049871004,47.201657910021176,409791.4798287965,89853.38521327397
+    -90.66287198596919,43.84565151205481,556440.0400305914,-275968.374567744
+    -92.96891764526345,48.549182030094016,352859.03908539796,237608.40585977223
+    -95.84353654498062,44.36404208089723,139616.3823668528,-231218.40791791203
+    -97.1481502532435,44.270838898652585,35323.68200366742,-240505.97560493328
+    -95.09333183881095,44.27922272584976,199551.9104939463,-240489.3545612793
+<EPSG:103610> +proj=lcc +a=6378505.809 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d1'0"W +lat_0=48d1'12.0"N +lat_1=48d7'0"N +lat_2=48d28'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.47939753814317,44.45413072458556,434468.9889774157,-359719.64480059774
+    -94.27286165680661,47.45573339340326,208496.34213885205,-31992.71530915848
+    -97.12049117065813,45.12953337689498,-13340.075429235003,-288752.07782924885
+    -97.16772540262714,44.14153545268751,-20143.32275279844,-398621.9010136889
+    -91.81005505226275,45.16443905725668,404814.68446820497,-281864.8837683267
+    -93.21584531843519,48.70891172381059,284934.19495144335,108644.8141380699
+    -96.51237683802957,44.82981820536494,33910.0128516875,-323233.1947523426
+    -90.31963798114087,48.42837311942486,499808.61472045066,86525.62701809498
+<EPSG:103611> +proj=lcc +a=6378544.823 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d51'0"W +lat_0=47d24'45.0"N +lat_1=47d30'0"N +lat_2=47d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.26347111863134,46.62869389366426,427027.1843445225,-50309.140042516854
+    -95.43679980155748,46.472395017830664,107320.70961974515,-73876.79495675852
+    -91.43002580851481,45.90154517957593,417851.3538399179,-131664.9799936691
+    -94.12751731722496,44.12633626099776,210337.62545351303,-334771.6208034938
+    -94.96602302242627,48.80727041339016,143875.92495270833,185590.93906864815
+    -96.95211783378357,48.20204195034256,-3853.062170621881,120392.86101033575
+    -91.11785383031703,46.28159872398905,440027.8466222874,-88332.13897766666
+    -94.30931476509849,45.711638319172195,194527.8622451094,-158499.66661640734
+<EPSG:103612> +proj=lcc +a=6378490.569 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d3'0"W +lat_0=45d33'33.0"N +lat_1=45d35'0"N +lat_2=45d47'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.77152388535185,47.73902095455711,323385.40775136196,275296.45380597556
+    -93.05495327189892,45.8787990095626,229650.6554859827,66487.78541842046
+    -93.32104630057398,45.2801829641676,209598.889283321,-267.8718625353358
+    -91.66580831955528,48.20027879740296,329788.33392637176,326836.01674689265
+    -91.1925264093501,43.69176916810851,382871.21454502735,-172976.29843482017
+    -93.33826204117749,44.653578140701924,208867.05361851127,-69922.07511448297
+    -96.56339957814157,44.303702547034575,-48194.13276452577,-105914.17393789293
+    -96.12800522152067,49.103075532695776,396.1804484538152,426704.61721417925
+<EPSG:103613> +proj=lcc +a=6378470.757 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'0"W +lat_0=45d9'8.0"N +lat_1=45d13'0"N +lat_2=45d32'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.25638789129448,46.549916669227514,366661.4932224178,189566.34992731587
+    -93.76558845788381,45.860607048635735,329793.36409970117,111732.74371215422
+    -90.57648873753325,47.55810283992346,564343.6085663654,311995.3737225984
+    -92.26551921072145,45.836630480376705,446335.7667983668,113460.75941081991
+    -95.20517715178586,48.436395225868594,215004.60068919556,396081.201871411
+    -90.89220049001429,47.0363901176929,544332.2015425549,252507.2268579694
+    -92.88441299427434,45.120719650794825,401422.48267462326,31875.558223641405
+    -95.02522139509003,46.010537721926624,231774.55715452018,126387.28874010956
+<EPSG:103614> +proj=lcc +a=6378403.701 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d16'0"W +lat_0=43d50'53.0"N +lat_1=43d56'0"N +lat_2=44d22'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.22640659212333,44.64475025041696,155594.4682578534,119011.11787416752
+    -92.34036637519468,48.151409164275464,296079.32437930186,510869.8157480733
+    -94.42333666619457,45.867586135472465,140229.29463873783,254956.71337381596
+    -90.01720999813216,47.953253413216075,470387.54184943944,495316.6962288439
+    -90.42850363497165,47.87674076321722,440031.63750182063,485286.51228120824
+    -96.07334006189492,45.482519513102304,11118.61690514721,213681.6822941551
+    -95.65496379585474,45.0275437518156,42978.476393551755,162477.64091698267
+    -90.01810450137154,46.33585100589115,479617.2847870179,315478.8889964832
+<EPSG:103615> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d44'0"W +lat_0=44d6'29.0"N +lat_1=44d10'0"N +lat_2=44d28'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.60578606468243,44.14635287108823,482516.60869950213,43044.52943846216
+    -90.60677789000644,45.82439229472803,473056.7911182672,229314.99743565012
+    -95.48356819736976,45.23231651195119,93476.93371996353,155693.2257181084
+    -94.87775228935502,47.25533108882671,141453.75000423295,380453.78237477556
+    -95.50333194095901,45.45210704703247,92154.12220739228,180138.71128948862
+    -96.97341681586366,44.17683433057577,-26719.764307749603,40569.17625706628
+    -93.12401663954152,49.34910014730087,269794.19998269645,615015.3788072292
+    -90.83702961272715,46.0261848133862,454113.1506790374,250853.6087270919
+<EPSG:103616> +proj=lcc +a=6378454.907 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d41'0"W +lat_0=46d25'2.0"N +lat_1=46d28'0"N +lat_2=46d44'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.61582206716244,46.95980197720078,5317.638649053668,92601.25598524875
+    -95.68333136211615,45.344510386498904,-82728.4575537091,-84294.34858477485
+    -90.53444277197947,45.31503119018857,320931.48669063684,-89748.23978931636
+    -94.89245517290334,45.25055989124336,-21054.18241778275,-96782.27713250251
+    -91.08012488610339,44.90214604087974,279075.3094831958,-136660.07992912628
+    -90.93237793247792,49.11107050361787,280355.69950640795,331522.5109688834
+    -89.53409054620188,44.55755691374284,402713.52977454336,-171263.85070500514
+    -89.5267142879356,44.89994935466593,401775.96354710794,-133200.18371966726
+<EPSG:103617> +proj=lcc +a=6378400.653 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d46'0"W +lat_0=44d38'23.0"N +lat_1=44d41'0"N +lat_2=44d54'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.52897032626854,47.76701514897261,395378.23787883983,383096.57700895466
+    -90.01329105680306,45.62507712010816,445045.3193353368,146748.88923016947
+    -93.70778337501203,45.93680301706749,156967.88451250902,174650.1256698415
+    -92.83910633200836,43.61085475470885,227297.99604410285,-83428.80864383698
+    -90.20646609347683,45.168487951515964,432214.6468219091,95370.17293612334
+    -90.08922708309441,44.031508907792066,447134.53519279463,-30444.021100084832
+    -96.72048315909842,43.69115826210886,-85740.10405390835,-70606.4224510755
+    -93.29696415391845,47.288798980111864,187966.42393288226,325129.55988669494
+<EPSG:103618> +proj=lcc +a=6378567.378 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d13'0"W +lat_0=46d48'13.0"N +lat_1=46d55'0"N +lat_2=47d19'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.75647739568564,46.32853594262662,341841.7755527921,-19355.81379933577
+    -90.8757346123169,48.10853375233021,401172.1201126768,180890.9748625555
+    -91.4522315893592,44.644840715596175,371877.90513407264,-205676.99415922232
+    -93.01934425480681,46.94067417816003,243567.06861716643,46416.212097046184
+    -92.85669978419588,44.18736038299044,261274.72309672233,-259504.31551650946
+    -94.02175243165526,48.44152621873342,166826.04831002658,212630.83071373016
+    -95.13361312262734,46.65257883070767,82205.27021941685,14100.636316319358
+    -95.00791848010391,45.331602739063044,90341.06800955252,-132865.17731958308
+<EPSG:103619> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'0"W +lat_0=46d9'23.0"N +lat_1=46d16'0"N +lat_2=46d44'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.7847165740512,47.42744450201491,354745.2434109438,175227.41233184052
+    -95.83583177357204,49.23761445280058,52577.33315907391,374065.91758856864
+    -94.61762779119576,46.994950670091335,140916.6598701671,123713.84139350752
+    -91.93645289811704,44.937367750832365,352167.27766399796,-101833.78796204716
+    -91.3645079528978,46.533557933955954,390335.69769036747,77080.94999585848
+    -90.42570792082408,44.979556107488214,471120.07223987806,-92188.72980352849
+    -91.00982496426116,46.479670560939816,417785.4711966633,72225.62313685949
+    -91.33326860442544,47.33098184342164,389214.4322978428,165763.2137003646
+<EPSG:103620> +proj=lcc +a=6378476.853 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'0"W +lat_0=44d45'10.0"N +lat_1=44d50'0"N +lat_2=45d12'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.76054848159343,49.01918788471759,525363.7540604422,516882.00091528025
+    -90.0733965183675,47.59143706504357,586970.8446526777,361624.39008641057
+    -92.50368476491622,44.669837886976126,417699.69088069384,26743.247921421607
+    -95.84612559458581,45.54614150798531,152702.900878712,118655.49480263908
+    -96.77165138270024,43.809265721609385,78223.48058420957,-73953.66679831358
+    -94.7855444245533,49.21235167256076,230171.4380991233,527212.1575007436
+    -95.33173252289201,48.4120259738864,190837.46964748504,437618.3718451019
+    -90.7622167150241,48.16538040131918,531213.2764488164,421922.7866377912
+<EPSG:103621> +proj=lcc +a=6378411.321 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d5'0"W +lat_0=45d17'47.0"N +lat_1=45d20'0"N +lat_2=45d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.3482932141818,45.182664916357204,288764.1210577157,19313.263451973005
+    -93.06250283907929,47.49203517238808,153971.00439286555,274600.5382364442
+    -89.92877201623477,43.82549689802403,406207.6505054076,-128018.54556718729
+    -91.18288098770873,46.65189079597059,297898.7809411992,182880.90988401734
+    -93.89194029221147,46.340130964865644,90139.78843209252,146810.9175324082
+    -96.39744385212934,49.28710818400912,-89181.51260021603,479466.9602846518
+    -89.98113212702773,45.745845219071185,393756.49742831197,85096.51634805808
+    -94.49339890521483,47.11175574692662,45338.896740376134,233238.981073825
+<EPSG:103622> +proj=lcc +a=6378647.541 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=90d15'0"W +lat_0=47d53'0"N +lat_1=47d56'0"N +lat_2=48d10'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.91674193426861,48.77063303114508,29873.078736832817,130480.17332018951
+    -91.07121021529441,47.92245806167002,91021.64852555821,35157.77502113173
+    -92.78126880442832,45.281154997294635,-46410.86178434917,-255659.04229293455
+    -90.73776072436232,43.67233383063342,112949.75836750363,-437934.2838944432
+    -95.56820592974412,45.264778749469336,-265171.872453293,-246328.89823497372
+    -90.52866010145154,44.07341178945513,130023.53525887875,-393336.1832725541
+    -97.13566003830563,48.42155766166207,-356616.4114388784,113094.94652531408
+    -96.92400640427617,48.84917398521935,-336894.94795173424,159097.94958400278
+<EPSG:103623> +proj=lcc +a=6378647.541 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=90d15'0"W +lat_0=47d26'20.0"N +lat_1=47d33'0"N +lat_2=47d49'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.36422320411805,46.65280674531585,-238888.29893214273,-44005.24073238461
+    -89.70394066550429,44.0647656544091,196238.1910601386,-344678.57126031717
+    -93.8442256562971,44.82242731735019,-132134.32043024595,-253901.8792456541
+    -90.55772595740352,44.32701573904316,127811.73369198808,-315588.99474232487
+    -92.27975362680937,45.339195816785285,-6817.25800168424,-200923.72625470458
+    -92.44646961382155,46.18997794879861,-17209.525472510868,-105983.05841589048
+    -91.57311246819698,47.191325562454196,52122.89634715507,3810.16775478431
+    -90.01022765329172,43.66135553431737,171788.47519115085,-389726.50788747513
+<EPSG:103624> +proj=lcc +a=6378514.953 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d55'0"W +lat_0=43d50'53.0"N +lat_1=43d54'0"N +lat_2=44d10'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.40885410031606,49.31741676778517,408495.27508220216,644804.768556708
+    -96.00764474514804,46.707829105610806,68879.27303784879,348986.94130725204
+    -94.01488175916832,44.631623537723556,223963.84103157173,117945.34673495518
+    -92.9171707743605,45.78047135094389,307965.59599344095,247155.0954047217
+    -92.02168510172338,45.070305083598356,380384.5749755556,170315.7558826165
+    -95.6135865397805,47.339302452090635,99640.29039993422,418960.4006141833
+    -94.85981953273307,44.81892033614044,156897.29405463667,138371.77003286127
+    -92.01012767445728,46.93644661119754,373976.920293101,377787.85878486343
+<EPSG:103625> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'0"W +lat_0=46d9'23.0"N +lat_1=46d16'0"N +lat_2=46d44'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.27272919065472,48.88756573815718,386787.2265065467,338969.22662498313
+    -95.15715881691341,43.93872204133717,96904.769660981,-215839.73485848468
+    -93.73839489611224,45.04892252602282,209793.93183610518,-92366.84493754742
+    -93.12663754222362,45.447253602507864,257250.51013228513,-47459.82088283473
+    -96.29953929014908,45.43546812972494,8963.289669180027,-47995.103482224935
+    -90.85070185439614,47.28503683683776,425895.5947982552,162217.8815881407
+    -96.60503269095356,43.907212734276186,-19538.34611854382,-217259.4814371526
+    -96.72651230178397,48.55751990183546,-14511.691507513926,299885.02842011425
+<EPSG:103626> +proj=lcc +a=6378421.989 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d19'0"W +lat_0=44d28'19.0"N +lat_1=44d31'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.61944366904234,45.36844918662262,128678.39955702574,130158.4193644236
+    -90.42084128317565,46.866689578329165,373311.3710275758,300638.82395873516
+    -92.26360264655072,48.18271828182247,230854.56767866146,443722.5588298436
+    -96.84008262547647,45.29562247072856,-123916.1447347544,127998.49504921389
+    -92.42192076935501,47.65517808069062,219705.77054321597,384832.8177087325
+    -90.89792967094263,45.411299647317165,341734.0972460874,137689.25984233402
+    -93.77237402417744,49.0808044933587,119009.15383845207,543421.6216003387
+    -95.64349404849763,46.40094918859041,-26597.475688827224,247463.17693805863
+<EPSG:103627> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'0"W +lat_0=43d50'2.0"N +lat_1=43d53'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.43099976366065,48.6624836393029,-107295.19288497971,573349.9213758804
+    -97.14553881282868,48.655572134929685,-160093.99497622479,575058.4084195502
+    -94.27361717363007,45.63355618102627,46551.19133096535,231376.44564469182
+    -96.8078030857836,48.417933102322266,-136406.6537712973,547347.4459126395
+    -95.44223349700233,43.57540366875625,-51589.21372301859,4882.583669517244
+    -92.72953018732734,47.4856051423635,166530.86598398938,436626.1956208841
+    -90.87177889876162,46.36817270091719,309877.0725876216,314166.30333664996
+    -93.27486500990106,43.624250457619816,123487.83989429327,7249.073178062386
+<EPSG:103628> +proj=lcc +a=6378518.001 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'0"W +lat_0=45d45'32.0"N +lat_1=45d48'0"N +lat_2=46d3'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.07855853741606,45.35004105533452,619967.0019748402,2548.8872202513994
+    -96.78707993215532,48.567381494768775,97940.26497481705,343086.20022282185
+    -90.78532153413717,48.91334724590045,538569.3342946476,394107.84038331907
+    -92.60896757906676,47.486022233603705,411760.04826562095,228102.96382684383
+    -91.32763538421393,49.293238305775155,496335.0091727535,433859.81578163826
+    -92.92444899577957,45.54600428677402,396445.12978928606,11600.28353316164
+    -90.2961637092537,48.461749464493266,578014.4217014272,346435.47765075153
+    -91.20464842711154,47.02357910235669,520618.65760886803,182266.42752467372
+<EPSG:103629> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.84854704315923,45.71202398337603,394002.84089524124,280867.7546411993
+    -90.16659567299162,48.78632161480031,431477.0116271007,625241.6087160171
+    -90.02612307518632,47.95490523293798,446217.8430858921,533051.1243467538
+    -91.07949184301029,47.89844250970506,367597.30384375015,523528.5133955465
+    -94.95664176651599,48.663231498263855,77956.30884832505,605584.6956897165
+    -93.69597032054324,45.07825873154127,172409.54413480771,205909.06327885302
+    -91.32726496369992,48.28478137299544,347666.5440552116,565982.7497057947
+    -95.59868662937748,47.189639802110385,27214.78497525101,442055.42571907473
+<EPSG:103630> +proj=lcc +a=6378464.661 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d5'0"W +lat_0=43d30'0"N +lat_1=43d33'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.26915816828762,43.82498787346546,-184188.88575933926,75082.19886575085
+    -92.0436382984542,47.85295509604774,155379.1985291344,514731.9429183495
+    -92.38975100855986,43.55379017004548,127639.06019681622,36502.34722038237
+    -91.61231852506334,45.67360921255542,189124.7228015327,272180.9670655227
+    -96.53418496299565,44.97135448034529,-198649.09248037788,203410.91237647805
+    -90.1603828740451,49.3662954164885,292779.04441195086,685300.9302846716
+    -94.28053995519394,46.0264474454407,-17854.712243454036,313579.1393034624
+    -92.84769174707381,45.952373255638314,93090.43921909148,303357.22136812
+<EPSG:103631> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.81816813675879,47.70828236840338,237555.31371585088,499185.4688953855
+    -94.51603146720281,43.893785782386345,106917.56610849052,74389.95372450832
+    -95.73659518113581,49.2970903193443,21808.33422626421,677345.783832309
+    -92.60726165219373,43.699493283609094,260639.88555614022,53521.9769183422
+    -97.02171759196754,43.7844721101874,-94818.83038026045,66665.83116447125
+    -94.62988774612488,48.25379349097459,101745.52357254695,559646.0747658928
+    -97.0972361443002,47.09668423397449,-86921.88233515032,434997.7045641078
+    -94.44854699188642,48.147401451660116,115184.72936737986,547681.7260428737
+<EPSG:103632> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'0"W +lat_0=44d11'41.0"N +lat_1=44d18'0"N +lat_2=44d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.95384549450353,48.84778042626237,-55193.338506328466,551800.8113783775
+    -94.32149702916877,44.80269156473578,58394.33750491556,98724.94106176634
+    -90.85144666929497,45.453477141491035,330904.8453158099,172865.38105142073
+    -93.1265613791727,45.40062136059286,152930.60801310823,164499.082318192
+    -90.20525935490717,48.13297104168834,370760.3234444682,472440.74274289596
+    -91.98127662854563,48.47608064281465,237791.2588638951,507373.0757636369
+    -96.31328514404372,48.243332330705236,-84256.163437185,485431.19947184157
+    -90.29135263656751,44.10538848098282,379909.44216400885,24507.222995164426
+<EPSG:103633> +proj=lcc +a=6378518.001 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'0"W +lat_0=45d45'32.0"N +lat_1=45d48'0"N +lat_2=46d3'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.81897359273427,46.186430263550996,247441.56329661317,78738.00644812362
+    -91.08749938995427,45.97636849819576,536749.6661416037,66615.92496886748
+    -95.09168726403615,44.66671029234692,228417.6633030618,-90461.5826353819
+    -92.20612221575473,46.95512973405381,444945.85464187834,170517.443490399
+    -95.12020948596887,47.19395493093777,222879.94425919454,190434.48543385445
+    -90.48369693906524,43.92709264109291,599329.0157726412,-157538.0125316519
+    -91.96160636078169,46.16070797615019,468065.0985100406,83238.06373488462
+    -93.40980475652779,47.38532293425562,351794.94524823927,214607.36942951844
+<EPSG:103634> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d23'0"W +lat_0=44d47'28.0"N +lat_1=44d53'0"N +lat_2=45d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.99912756598229,43.84180937994636,-57974.63770615452,-71621.59027425492
+    -95.17744056397127,48.01341946801767,18367.408666709583,390323.2019068849
+    -94.47083022628847,48.44587490247267,71798.6770092264,437546.3150193527
+    -95.61141432891851,44.49618372474223,-24801.669139468373,141.05896101604594
+    -94.66559935635233,43.59273578483562,48822.48947657421,-101880.27840138094
+    -93.04979119736421,46.136481295929286,178179.9984443634,180073.13014975665
+    -91.61667795671138,44.84907026156949,292056.01640752715,38443.9974850137
+    -94.02447454895868,44.07982166386596,101037.50281777761,-48363.45036447696
+<EPSG:103635> +proj=lcc +a=6378436.619 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=91d28'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.81304923304711,46.03194055407123,-106833.65279750846,317163.15606737824
+    -90.08752298891196,48.049722133699916,255526.36188937406,537525.564943514
+    -95.23904787522306,45.62789027617806,-141856.04852434574,273682.20907021395
+    -94.6213281555016,45.00134363607721,-96346.25062778583,202055.7681192849
+    -92.91951602579913,45.503338055917375,38798.123087073516,254134.08447058103
+    -96.74861657880611,44.58930218709352,-266817.11253911327,164876.06082180774
+    -96.8742062306251,46.97570582716397,-259479.56377723324,430407.7182479169
+    -93.70396383842854,44.48005491658867,-25595.247929969162,141784.12104221064
+<EPSG:103636> +proj=lcc +a=6378411.321 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d5'0"W +lat_0=45d17'47.0"N +lat_1=45d20'0"N +lat_2=45d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.85807979470927,48.00962290740657,-54795.62548636494,335774.7145128843
+    -92.04755955228588,48.98175545179593,228361.05000409205,440942.4988273695
+    -91.09162139340155,43.90612301510952,312450.5650612619,-122056.14277919188
+    -94.03680586998601,46.82686907678093,79628.36597035089,201048.54204478394
+    -92.07446908353023,46.559928722400805,229772.45717419495,171420.4918996761
+    -90.58655893518853,45.6304118575354,347069.05957738037,70630.67589236281
+    -90.54140159882189,48.037665724027974,342118.8054585152,338319.12493854313
+    -93.79809691696428,47.44761867412437,98461.118251171,269898.9426600739
+<EPSG:103637> +proj=lcc +a=6378574.389 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d44'0"W +lat_0=47d30'0"N +lat_1=47d34'0"N +lat_2=47d49'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.47161328303176,44.37498823651405,253125.49005166304,-316270.27809479006
+    -90.50753816083035,44.90594402299439,407398.305466481,-252692.74759499455
+    -91.69363618839637,45.913822643966206,310714.4104002947,-143806.44152097355
+    -92.80277876622414,45.71112504221876,224904.03286847053,-167997.91401939804
+    -91.75342178121507,46.69905474577493,303843.94551533955,-56639.3845569258
+    -89.55035170048278,47.14233988677925,469576.6035173477,-722.6651457030239
+    -92.4588761570943,46.55829778405314,250147.32169130014,-73421.36401991022
+    -93.28697111139715,43.905184384496806,188336.85039766956,-369290.7463831945
+<EPSG:103638> +proj=lcc +a=6378574.389 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d44'0"W +lat_0=47d1'35.0"N +lat_1=47d5'0"N +lat_2=47d25'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.43089687965644,44.21761586394974,-63435.25807207209,-278141.3981932504
+    -96.74560708251649,44.314948067115346,-88185.7549947034,-266397.77627886983
+    -92.60716977113509,43.76113994212378,243254.17893796726,-332020.8575010985
+    -95.24528960526898,48.000891593558165,39562.0730537708,139928.8402956381
+    -92.77448932420745,46.03763325339422,226644.50764801726,-78992.49123534493
+    -94.60109778306494,47.57501992582119,87109.12295185647,91842.30786705748
+    -92.07611584529172,47.834599823285124,276470.64827272773,121660.95150497004
+    -94.6350086230297,46.122189820962554,82691.16724263488,-69644.6438076663
+<EPSG:103639> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.1798287796363,48.17294315603089,359055.9578194213,553869.7792941926
+    -91.1564994248872,44.60038941409115,374184.05240177375,156493.92976183543
+    -93.32656158213992,46.78521710384182,200079.40951420183,395951.89167435234
+    -92.4852593333547,47.97532103215156,262074.21434079827,529345.9001680015
+    -92.67100302775354,45.734410471914146,252014.78035876446,279608.7218597963
+    -94.79009606626111,48.40248512028028,89977.6431430878,576345.3652966346
+    -96.55086808022756,48.82341792752864,-39353.75414195866,626025.3289598637
+    -96.50093547420022,48.49183907561979,-36811.67819650582,588910.6349545084
+<EPSG:103640> +proj=lcc +a=6378472.281 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d54'0"W +lat_0=45d43'48.0"N +lat_1=45d49'0"N +lat_2=46d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.57154408176116,44.17850200339993,178680.6219752781,-141930.16953366474
+    -94.65754002056494,43.492854768703964,10103.241246402147,-216654.97919951388
+    -95.395569848373,45.69030701405855,-41971.16253033833,29117.16350266773
+    -94.85007426608878,48.007849207222066,6822.252998517448,285541.03530679824
+    -92.85794912411667,48.006021114673544,155539.932471681,283554.04136370576
+    -97.14088722000805,47.826026820522905,-165152.4370117759,271995.1585059918
+    -95.67157577654866,48.207226767831095,-53711.04457030952,309531.8193550725
+    -92.59213044161743,46.10924984301299,176202.87082446142,72681.66535521913
+<EPSG:103641> +proj=lcc +a=6378498.189 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d45'0"W +lat_0=44d53'29.0"N +lat_1=44d58'0"N +lat_2=45d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.27065702950803,47.112017526589156,112858.9131589894,277488.9847226074
+    -91.93892997298686,46.49061605394574,368249.4052052614,212003.8343972226
+    -95.75692775487867,44.3138177832486,72054.81413768443,-33207.91150955572
+    -89.74074484432485,48.87774560689898,520410.4461498996,485366.10414150177
+    -90.89940728211103,44.735225412420036,457310.67022573284,20389.933350483996
+    -92.07518034133014,45.56613100846138,361192.29083737376,108928.26893442207
+    -91.18730390843716,44.973627529928436,433361.2360928539,45813.687559858525
+    -96.01382914616028,44.7160886860215,52256.55496691799,11780.992452329545
+<EPSG:103642> +proj=lcc +a=6378449.421 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d9'0"W +lat_0=48d32'38.0"N +lat_1=48d36'0"N +lat_2=48d56'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.73139498203612,47.27432762162113,562213.62485658,-96126.01044115426
+    -95.41029637552857,47.090202935021516,208589.8006623219,-130911.27688213748
+    -91.00630056394682,46.42955195721819,547794.0675840736,-191321.86376554106
+    -90.40016697272613,46.74233891778386,591679.8765080908,-153293.58779200038
+    -94.96985193159458,49.32326183457467,238198.0875329604,117822.34813698272
+    -97.08008397388535,43.54105248468331,76925.10128870285,-525944.4549071663
+    -91.04170010292104,44.6142056045014,558617.0413885182,-393145.367675388
+    -97.11851178564835,45.47923064864398,76552.28712363949,-309951.212434596
+<EPSG:103643> +proj=lcc +a=6378525.621 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d45'0"W +lat_0=47d50'45.0"N +lat_1=48dN +lat_2=48d37'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.92648605872147,43.732216446930614,-23478.42439007963,-424791.292630873
+    -90.15812717301755,45.55559441725865,433085.6724818578,-217670.46972615377
+    -91.94351754151802,48.69663745344411,285381.7164973026,126656.54262141179
+    -92.53944491552176,46.47470925549111,245416.13677170948,-121260.3977702536
+    -92.80711581416972,43.796255655273406,228514.0241945255,-419680.9787709905
+    -89.79604060350242,48.96090053446733,441849.1057752093,161940.9787209789
+    -90.45947922529757,43.551901213077,419118.450572273,-441665.3414248412
+    -90.31272091193803,48.49746760744798,406360.9543335855,108631.06778585483
+<EPSG:103644> +proj=lcc +a=6378476.853 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'0"W +lat_0=44d45'10.0"N +lat_1=44d50'0"N +lat_2=45d12'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.63798890467436,45.64998691770734,636206.695478766,148758.3002984941
+    -95.72793223109657,47.42398352179388,161619.26033632722,327493.4125436599
+    -93.21625035326733,48.396366343307406,347755.25195765786,438927.02123848686
+    -89.64995504131394,45.01764845964456,640650.6355302393,78610.82454843179
+    -94.98976212337878,45.305358742532405,219868.93647481134,92251.12532449012
+    -94.27502014270335,45.99624818199695,274427.75214203016,169876.63871315637
+    -95.8137858179306,47.4407340094126,155134.48538360422,329351.1494946622
+    -94.22873030288386,47.48213375248735,274706.23306515976,335181.8049574743
+<EPSG:103645> +proj=lcc +a=6378466.185 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d59'0"W +lat_0=49d9'0"N +lat_1=49d11'0"N +lat_2=49d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -97.09979092412698,48.89021549824819,-2795.5773423961946,3759.554312107972
+    -94.04997120655095,47.19523997302826,223176.00241553213,-186500.05964550513
+    -96.32744489823351,44.72537215404204,45593.05110910794,-460993.1030280922
+    -90.64050792931268,46.27674449838113,487405.1800468631,-279523.3637851448
+    -91.47473077214359,48.04472903020894,413982.0630451195,-86375.0949248822
+    -97.10509706749166,48.05689479542575,-5784.563791978901,-88872.05929610634
+    -91.51319380648252,48.43604116535797,409120.10770512867,-43032.18088629455
+    -94.44990408384791,47.59189239169763,192539.03050508373,-142670.70852371556
+<EPSG:103646> +proj=lcc +a=6378496.665 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d53'0"W +lat_0=48d21'58.0"N +lat_1=48d27'0"N +lat_2=48d53'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.00336110972222,45.155585450241006,64166.35546687081,-326031.2790617834
+    -95.96574168593575,45.61842466831996,67860.62110628205,-274554.5358610003
+    -93.86395380507832,44.245101454540965,234060.7155775281,-427553.8790169043
+    -96.20731625385575,43.71334962269239,45312.39265132348,-486449.1974631774
+    -94.94769597951662,48.20066432435245,147615.48279987386,12083.763483703868
+    -90.38646344133663,45.55289253489439,503858.88306219404,-272089.0059027055
+    -90.92667410274923,44.81108518023331,465959.35848411743,-356911.4028727963
+    -89.70802594616761,47.28554641117605,543743.0378201414,-76408.75377847295
+<EPSG:103647> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'0"W +lat_0=44d11'41.0"N +lat_1=44d18'0"N +lat_2=44d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.42184503754733,44.22374459440961,289152.4338734291,35136.307078742786
+    -94.46154940460119,44.89711457373956,47484.94702850198,109387.82783200519
+    -96.63539146694137,48.2108648655768,-108368.69973295901,482795.7176117746
+    -94.39578510142665,48.14589083991599,58259.281170090006,470697.07096252346
+    -89.77519850181261,45.858533527662466,413207.62677898805,220761.99873555868
+    -93.39754860506747,46.62136039936959,132148.59520441745,300275.56735292444
+    -90.67278571236825,43.83734473651831,350280.64990561653,-6254.611357116755
+    -95.86182468757835,43.947288790772994,-66613.22168704381,6639.356657518736
+<EPSG:103648> +proj=lcc +a=6378643.579 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d16'0"W +lat_0=44d11'48.0"N +lat_1=44d17'0"N +lat_2=44d37'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.32250819805361,46.09071028913394,534718.5650345918,252569.84864074618
+    -96.57036899296476,49.25742872892651,130210.90033099508,593785.6440143157
+    -96.92536212471596,47.77274151405329,102941.7277761253,428403.07392437855
+    -90.77473886722095,48.36587301786225,560027.1794111594,507980.72457964654
+    -91.0971676392731,46.44486074313591,549633.7676918856,292957.32500679954
+    -96.46941732469692,48.641325204062326,137416.3738983603,525024.4602433234
+    -92.5575810223078,48.68946880028496,426176.846006553,536581.5766552729
+    -93.23989474877823,47.497800037792366,380750.539200246,401809.02405456215
+<EPSG:103649> +proj=lcc +a=6378559.758 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'0"W +lat_0=44d11'44.0"N +lat_1=44d15'0"N +lat_2=44d35'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.44113920156457,44.2583061801101,584052.1241675044,51717.900397641904
+    -89.50434778752476,48.35176561547538,623410.1211809034,511112.19428588764
+    -93.45162378368858,48.001952787621725,331716.0635203769,456490.2584854553
+    -92.73257657435316,47.598016634216684,387165.95742921147,413338.9937843355
+    -93.41384827889097,49.02943501419803,331130.85968203086,571087.4099866238
+    -92.99911886198417,43.80961647064264,381769.190085788,-8412.228515933744
+    -91.25359104628518,47.77592865922104,497334.650559006,438369.401734288
+    -94.47425887300102,45.516744224589885,259915.17674339973,178222.4908995834
+<EPSG:103650> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'0"W +lat_0=44d27'22.0"N +lat_1=44d32'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.1416281907174,44.70811822107204,32876.08374562877,59592.28857971403
+    -94.2178579983589,48.04240973790178,183433.7920368961,429422.3245288442
+    -94.94153566202942,45.243274022995735,128200.73092943142,118006.57417390152
+    -95.19323770922658,48.69478856270612,111078.89832195432,502180.9896848993
+    -92.0722041391896,48.51429903236124,342016.8224073136,484902.80365758
+    -91.89448787948402,45.766629861902544,365453.67614179186,179718.93848898332
+    -93.06602456527686,46.400840311734726,272978.5572511548,247813.1098844356
+    -94.91781395409467,44.344781533842045,129714.43303150158,18148.0749813206
+<EPSG:103651> +proj=lcc +a=6378586.581 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d49'0"W +lat_0=47d9'6.0"N +lat_1=47d12'0"N +lat_2=47d27'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.22881462471183,47.64025587214812,571961.7102482871,99852.85940938244
+    -93.10909900472979,48.09756274528139,354063.7706742259,139160.9955362189
+    -94.54554294188229,47.57445260692145,248039.00171242078,78267.8334421658
+    -94.77083704815959,49.365834870181466,228415.10650841083,277260.44572547905
+    -93.78950357667422,44.56618898371322,313613.1167644633,-254931.40350830113
+    -93.99630121435318,44.56946264142235,297161.9168316707,-254973.26303357084
+    -94.80730873061695,45.07953425904942,231938.0356829724,-199408.48168719487
+    -91.34610081264356,47.11195675237248,491542.12232281157,35795.26134073787
+<EPSG:103652> +proj=lcc +a=6378441.801 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d23'0"W +lat_0=48d10'23.0"N +lat_1=48d14'0"N +lat_2=48d29'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.3397085361828,44.95479196021433,234894.6602447138,-326942.74538941146
+    -91.47892239845045,44.536279155452064,542800.8894734788,-361613.66342836467
+    -96.01160565116547,48.96921927230075,179619.72110554634,119085.92621974004
+    -97.01060488844168,46.20953022470666,103958.36599344072,-187680.99936591586
+    -95.25678899376123,45.404890781985635,240712.54427958713,-276755.83356756484
+    -96.69957604009606,48.432321674633684,128997.41255957974,59359.08353360346
+    -92.06809232796198,44.446834212571055,496515.14273957425,-374379.7846158931
+    -94.31332807919658,45.720165228937425,313711.5012564211,-240143.87612566474
+<EPSG:103653> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.28502515129784,46.631079289820796,203393.50435584714,378817.1113628543
+    -91.23402816396872,47.21361733759112,358514.5750644329,446856.74404611834
+    -89.89985029449934,49.192413721843835,448924.02763890446,671480.4872943913
+    -93.37563849915402,45.928262150049896,196986.4818629151,300557.9242089693
+    -90.41678229294934,44.806001240682406,431907.37298361945,181566.32931422768
+    -97.05538269758509,47.63998831983865,-81475.24128440578,495370.01539769873
+    -89.85884437700167,44.9482868840217,475231.87853681494,199391.7763985312
+    -94.67085321094149,45.07404778625741,95617.18071061846,205656.99579111478
+<EPSG:103654> +proj=lcc +a=6378498.189 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d45'0"W +lat_0=44d53'29.0"N +lat_1=44d58'0"N +lat_2=45d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.93858469595963,43.93700181995325,297868.2522734456,-73956.78801243869
+    -91.88216260087326,46.96373355243588,370739.7368089594,264741.12552008213
+    -96.95271151146054,44.376708957135584,-23152.317127602408,-24326.457849770242
+    -95.77737216839402,47.65634118438399,75147.82742466372,338419.50927499426
+    -92.09928389117746,45.49465024129882,359572.030314834,100925.44040559724
+    -89.91994329923669,45.812452958938486,527635.5015709589,144069.26120599973
+    -92.50488628393238,45.17292731972183,328873.5329099181,64221.20265918864
+    -90.33680229723205,47.312983830351754,486176.85281427955,308835.39765430114
+<EPSG:103655> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d12'0"W +lat_0=45d46'26.0"N +lat_1=45d51'0"N +lat_2=46d16'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.96116578872855,47.46363479060459,170413.6819574498,218370.3691356358
+    -91.62184145469877,43.50382662717096,361077.7349451626,-218504.48451327207
+    -90.50826802247097,49.08569247772965,422366.9397221112,405124.65734852856
+    -90.4682252315977,43.52820363837554,454267.02838754543,-212094.49909293404
+    -91.16742541380904,48.32973477044184,377397.0833122912,318987.308088772
+    -92.91557257141801,49.11505905879868,246303.93018303125,402889.66486995487
+    -91.13098936082743,46.94324254159383,386045.8886084978,164980.37541874987
+    -96.9799285789168,44.79440882019762,-67590.07964345784,-74550.25284825478
+<EPSG:103656> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.03740153593782,44.45797934810414,384191.3504516573,141001.25181739873
+    -90.07587924649496,45.22127923431542,456701.713725393,228885.95479354518
+    -91.93261175730191,48.858634708252026,301050.2510261378,628759.6280163926
+    -90.48102972249941,46.603776912637905,418468.60214633745,381137.3566003091
+    -97.20255269950209,46.22931634603871,-98711.24627052346,338821.5785221998
+    -90.51330992333969,44.68727132762756,424822.2296901347,168059.7338261371
+    -94.097196044603,43.7586188908779,140545.81863536566,59226.13958281059
+    -90.02471984760051,48.08767224834807,445622.48610053264,547846.2080597961
+<EPSG:103657> +proj=lcc +a=6378617.061 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d46'0"W +lat_0=43d50'53.0"N +lat_1=43d55'0"N +lat_2=44d10'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.50313486402925,48.2281815496317,321021.73628990527,520112.25099436
+    -89.99560475164694,49.24149904680525,574105.5534550918,645650.8530534083
+    -89.85694552973908,47.066645220531925,601593.8616245328,404491.7596836791
+    -95.67585594921054,48.91125090457993,159082.11575522894,594008.1090875927
+    -97.02550892995225,49.078576742478646,60064.1731402741,613390.833550253
+    -95.89732252147441,48.8379690760328,142773.74159740497,585832.1553447798
+    -94.35972176875129,44.692291073173216,263935.5178993494,125249.86715605116
+    -96.88586562384933,46.398979688199745,66251.42771339601,314655.0534549559
+<EPSG:103658> +proj=lcc +a=6378403.701 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d16'0"W +lat_0=43d50'53.0"N +lat_1=43d56'0"N +lat_2=44d22'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.12936851642768,48.79211933650866,15082.139074542472,582199.537463785
+    -94.18065348520621,44.03740617895453,159295.01006068158,51523.50284162769
+    -92.57060861875422,46.15325177039004,283495.3957857027,288066.86037314043
+    -94.33926614684519,48.18770340138073,146988.32641471594,513235.7822288466
+    -89.88153119025016,44.887289121255726,498708.1894598181,155198.50342939742
+    -94.78815427846826,47.62545965615337,113128.69760320183,450703.2229097891
+    -90.31882259434708,47.1351179254809,452207.7259661622,403169.01902960456
+    -95.3662146888388,49.37214285583206,72202.78496301317,645934.5792066266
+<EPSG:103659> +proj=lcc +a=6378624.681 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.8611472938886,46.09572299348247,236680.17773208482,319591.54111101717
+    -93.0641733998398,46.6856791964353,373448.1239863491,388541.90579039
+    -93.43555173405797,49.21274711406473,336469.7579538828,669313.0154910436
+    -95.96793501890255,48.83704147475769,151078.1014452332,624550.3392522605
+    -97.17574541770907,46.28269413599098,57832.71830123538,340541.5373042202
+    -96.65359151897977,46.292741968070594,98125.61599172893,341191.1736640983
+    -91.38572181463951,45.51760393080618,509054.9099755085,264546.37768610276
+    -92.67722060451439,45.523702626699986,408172.61028600886,260456.51884500225
+<EPSG:103660> +proj=lcc +a=6378468.623 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d27'0"W +lat_0=47d9'2.0"N +lat_1=47d12'0"N +lat_2=47d27'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.56931496619742,47.34364066325363,445545.34075563663,59247.80970028741
+    -91.46995177065315,46.474645781568164,534659.8426759678,-32448.100071712022
+    -96.53381269383092,45.37821875572246,145831.50152679463,-166574.01660807285
+    -93.2979240961123,49.35188297777188,381507.9146994344,279950.5984510312
+    -93.97561141981981,47.79703600499353,337759.8755329803,105302.91903078022
+    -89.50758102299244,43.586350547107614,713529.2393798898,-340940.462504401
+    -90.03424414677669,44.69899731062096,660878.6411228504,-221182.09593544665
+    -95.5562049794202,47.97871075335277,219133.7073677718,122944.74885538683
+<EPSG:103661> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'0"W +lat_0=43d50'2.0"N +lat_1=43d53'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.54911223393415,45.30857395662082,-132461.29466208845,200647.62405234514
+    -89.90458257821393,44.13187593486593,393411.7589023629,67993.59250050879
+    -92.90723879302308,43.88638095511569,153157.96101169472,36312.792868589415
+    -96.03176908604092,46.54396533400504,-86722.5267806816,336290.7871168015
+    -90.09657006402769,43.83344285372855,379189.8696701167,34308.55293990278
+    -90.66650250163525,47.35193606394726,322694.0839849416,424044.78928875236
+    -95.8166731869698,48.33571517364932,-63201.17281737135,535153.7754110793
+    -94.81995549133853,48.12787654325339,10348.533906813187,509825.7341673272
+<EPSG:103662> +proj=lcc +a=6378525.621 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d43'0"W +lat_0=46d6'23.0"N +lat_1=46d11'0"N +lat_2=46d39'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.82623055436572,44.417090649899876,541891.3071178606,-145272.95465646777
+    -89.74302173740826,44.22574401483105,629617.9752941281,-160565.83106684202
+    -92.80026222949562,46.69616632303924,375428.4770335426,100155.09935905269
+    -94.24050898141152,48.466410075485356,261632.47467015983,293940.98922367324
+    -92.09072494888618,43.746672185010816,444682.2081766324,-225175.00705841428
+    -90.70524110557261,47.73737909142906,528142.4560996061,223726.00612393138
+    -89.57872586809819,44.4816273515894,640511.345355052,-131193.38586480738
+    -92.91791915115272,47.230840281724625,364331.6747763321,159238.65068633363
+<EPSG:103663> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'0"W +lat_0=47d29'56.0"N +lat_1=47d36'0"N +lat_2=48d5'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.28965148888621,44.08476397918267,559604.1619619208,-335919.9549035041
+    -96.5103004496176,48.10401659920518,141702.6186243824,97774.99639787951
+    -95.9332188442794,48.78954414189619,184255.33506074097,174092.08448705773
+    -92.46393248148689,48.84649870373019,438780.69428534905,187569.38153352242
+    -95.22808135311041,46.87210495025436,239215.58280757855,-38570.488643829885
+    -92.1389164304096,48.37979032292687,465445.08691532066,136995.43507123916
+    -93.95801367919424,46.34899886047542,337845.4402634285,-94486.12015560576
+    -89.84596647506115,48.320474675385285,635450.9685719489,142223.8607000216
+<EPSG:103664> +proj=lcc +a=6378472.281 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d54'0"W +lat_0=45d43'48.0"N +lat_1=45d49'0"N +lat_2=46d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.28575822391038,46.66198018477838,199414.879729604,134261.73329808319
+    -92.6373028490749,46.512041435552796,172562.57174056015,117444.52669601033
+    -95.24702100715481,46.93406036922479,-26325.991046811978,166966.99964725436
+    -90.89989079668078,44.57167764258587,311317.1511951183,-96276.07812168625
+    -97.19881938032988,45.50191019774748,-183443.18334830576,14203.985453720878
+    -94.73788277443664,48.68192009867671,16929.125055493932,360339.4199065938
+    -97.08029815552078,43.969287899064874,-183141.31860773475,-156427.648534839
+    -94.68917416788261,48.75711289910699,20707.10696594129,368626.6044351024
+<EPSG:103665> +proj=lcc +a=6378670.401 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d15'0"W +lat_0=43d50'57.0"N +lat_1=43d53'0"N +lat_2=44d9'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.7288968386427,46.61660214161753,269038.5747189653,339243.4857919653
+    -96.86990778279726,47.83507891365394,105883.64555511474,474036.6920725173
+    -96.71825967312678,46.375218252251535,116339.74921122847,311409.9164326767
+    -93.34446060258415,45.862877107180104,378117.8875387616,258292.72074590923
+    -91.79768063193382,48.82149525134494,480396.8606949565,592734.2649989863
+    -89.49902980105016,45.82601785389817,676709.122576607,271691.7871949052
+    -92.2240720593153,49.303474186930046,446384.7063495801,644875.2302198106
+    -94.1251900982796,47.41497538549303,313031.7474413897,429124.8811474552
+<EPSG:103666> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'0"W +lat_0=47d29'56.0"N +lat_1=47d36'0"N +lat_2=48d5'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.26431569464415,45.376162607819026,630349.4414937191,-186696.94944429307
+    -95.78501222274122,49.34172827853381,194684.9321375012,235587.57740744945
+    -94.4905359277107,49.37136854664308,288697.5385350263,240380.53628548852
+    -96.55838598920964,46.16232762648765,137585.73522029165,-118115.8825943294
+    -94.50194527142634,48.0975967070857,291286.5320370342,98726.63323480035
+    -96.44297396414339,48.55607741837553,146766.65037552465,148039.47008269368
+    -91.83027401874791,43.86136687818279,517755.42207556614,-363452.09873771126
+    -89.80316150461567,47.70393733101628,644429.0872030763,74182.81958542162
+<EPSG:103667> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'0"W +lat_0=45d16'58.0"N +lat_1=45d21'0"N +lat_2=45d42'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.58796402706733,46.56544182771564,425473.1602133665,179119.8461367914
+    -91.03312728206213,47.28822164026211,463853.9262257917,261427.9370230481
+    -93.21199699470598,47.65877037815576,298071.1168161719,296423.82659314136
+    -93.43305685518372,46.336799107030465,284601.293864514,149054.73633872494
+    -90.79965946779207,45.62466686503413,491515.75535520277,77668.60652899975
+    -91.40947060665117,47.84706505711788,432508.6662845046,322144.0629426953
+    -91.81955786262066,44.229915838650726,418493.6708434579,-81020.40102065507
+    -92.80306319317874,44.600643629027495,338737.11044952425,-42610.90865115798
+<EPSG:103668> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d23'0"W +lat_0=44d47'28.0"N +lat_1=44d53'0"N +lat_2=45d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.9119528598411,46.84492074738894,112057.15371934189,258932.76619510652
+    -95.47818201419832,45.78372263430319,-10508.267110699235,142909.9048690669
+    -94.7039667511153,47.07014012965203,52024.40713487976,284672.59326560464
+    -89.56918234703875,49.01506448893493,432011.1064483731,507024.22175067954
+    -95.01562033260063,46.7205364895192,27556.35890417108,246224.20394064506
+    -93.41598724136651,47.69015192788605,149946.11461664527,352849.78798844066
+    -91.44376813753173,45.7680987675628,303277.0334940881,140872.95458581691
+    -96.68297624225097,48.38780927565318,-92361.2994089004,435521.6339562496
+<EPSG:103669> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'0"W +lat_0=47d29'56.0"N +lat_1=47d36'0"N +lat_2=48d5'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.72792269770953,45.281533155967196,673164.8124629412,-193723.0856118769
+    -94.28115012384131,48.861845578553655,305434.72741890047,184109.401686633
+    -92.29159113220894,47.01029760161652,462175.74593166786,-15676.499542182017
+    -93.16575470804379,45.03913279806636,404843.8874099177,-237842.82250476105
+    -95.49733697612551,47.43150840115224,217986.72481020127,23357.0896894974
+    -89.98497170604307,47.47901683700624,632893.7520610724,48118.18832733843
+    -91.46723263038471,48.679832276981855,513004.22812876257,173233.3331228984
+    -92.37658443124617,48.11531574447713,449380.5989278949,106688.83479971591
+<EPSG:103670> +proj=lcc +a=6378438.753 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d14'0"W +lat_0=44d11'41.0"N +lat_1=44d16'0"N +lat_2=44d34'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.05594246410453,45.08696331783499,245100.53027758724,130302.86465469903
+    -92.70258270200615,44.556782772272946,353451.747851128,73821.74915953793
+    -89.65771245021689,46.423858423646614,580949.1768225072,292877.3772199773
+    -95.93302021968161,46.77648298370248,98915.87165696762,317736.14562478283
+    -93.2847886053438,45.08579722232504,305810.14007116295,131332.42988972497
+    -90.18771032808108,45.018905157775684,549888.5266200512,134324.9590645242
+    -94.06155739036568,46.41106938777086,242551.34968111542,277500.8627490578
+    -93.89223978020354,49.172123864514994,250538.37991997343,585238.4781059594
+<EPSG:103671> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'0"W +lat_0=44d27'22.0"N +lat_1=44d32'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.92562109201018,43.772545962991444,289905.5428489201,-44039.45412264358
+    -91.14392647017972,44.01694730362473,432138.8381103274,-12326.899595764855
+    -93.31568967164013,48.04228482698549,250816.6497710673,430125.5985492352
+    -92.56580292075716,44.67282930530193,316332.2593076213,56645.021705158775
+    -92.52808021810861,47.52742318241047,311115.68295685505,374050.45295595017
+    -97.03950979288481,45.31580284323639,-36263.73100792713,128810.07107127468
+    -96.29110531037443,48.426406456686536,29453.821790755435,473376.66872673697
+    -95.67647445871097,45.1081360349222,70304.08568918628,103467.05582399463
+<EPSG:103672> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'0"W +lat_0=44d11'41.0"N +lat_1=44d18'0"N +lat_2=44d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.89140281611675,44.461917073762095,92070.49676408316,60451.41696888872
+    -93.4964765078629,46.172016707042886,124344.00097375235,250326.2358090015
+    -94.62854773934491,45.95384446506946,36443.06292624179,227063.45837569208
+    -95.84519094753088,46.74515014213626,-54965.169309818506,317453.6531551905
+    -95.53615378013328,48.17573878757488,-26661.616427433444,475927.43345715577
+    -91.928878477382,45.1736156424556,247087.89759372314,139964.07406525518
+    -96.19288448389855,47.84886090233816,-76944.14135250339,441169.9412087287
+    -94.35545323937957,47.82944141942641,60739.704002249884,435400.68317769736
+<EPSG:103673> +proj=lcc +a=6378624.681 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.50396884564405,47.0120186508512,642933.8382043764,440101.9352240746
+    -90.30879454806191,45.564518525947214,592734.5940909348,274927.22866065305
+    -94.34455904654777,49.020450523136084,270352.60367782,646177.9284807397
+    -94.36750573595292,49.09777592586677,268502.11617557716,654783.1248556882
+    -95.16181344349074,47.48685227121819,211937.0558633045,474215.2948234663
+    -90.09814342729344,43.908061563436604,622128.3922547875,92396.29055924939
+    -96.9171254637579,49.31794965178376,81730.00799221874,678693.5411524152
+    -92.15428636274903,44.254287861800975,455468.5985637562,121230.91207801629
+<EPSG:103674> +proj=lcc +a=6378449.421 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d9'0"W +lat_0=48d32'38.0"N +lat_1=48d36'0"N +lat_2=48d56'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.76366303654603,47.781262121005014,181357.91334158604,-54254.74048621526
+    -90.51741964757501,48.227052986491266,570541.9276012313,10709.87901458122
+    -96.65731670831671,48.206427032498276,114689.69291360155,-6921.944384946273
+    -93.15740114642409,46.4854260827771,382311.5246805514,-193941.95155044738
+    -90.26834055665839,43.83490392160906,626700.1868175641,-475313.7984435307
+    -96.84784665836725,45.292172264754406,97557.6915051468,-331007.98824012943
+    -96.2955787188932,43.934933233278244,140670.41689698602,-482465.6581414364
+    -96.16644109483947,44.41999358224364,151087.24379088564,-428408.4841122492
+<EPSG:103675> +proj=lcc +a=6378543.909 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'0"W +lat_0=47d50'0"N +lat_1=47d59'0"N +lat_2=48d32'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.96894582319763,44.55612492666783,270313.3795349062,-332960.678839523
+    -95.29119725903529,45.10117116882652,-71517.33774052351,-269275.2760099773
+    -93.10298295825851,48.25373303530327,103908.69353112193,77433.85353317829
+    -92.81530697766676,46.23270887861014,124202.57483058024,-147451.8780347979
+    -91.93680134104065,47.66631537786746,190948.02216340374,12037.202393337891
+    -91.1488413453744,44.20293551229517,256659.10320380022,-372550.56529590266
+    -96.49623468628948,46.121881408458385,-160431.0060108385,-151602.5734170679
+    -93.51918980248442,48.75925345260366,73784.82867805607,133992.60321433813
+<EPSG:103676> +proj=lcc +a=6378605.783 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'0"W +lat_0=47d15'0"N +lat_1=47d20'0"N +lat_2=47d45'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.09827148792458,47.007670684901704,255198.7768606511,4431.63478399302
+    -92.22443263732299,47.80701691975885,169297.31892860358,92438.76623693795
+    -95.45104325304989,46.20863566059555,-79214.94128800291,-80828.93389112926
+    -96.17343151756238,45.64342742952106,-137941.29148190905,-141195.05421686295
+    -96.97364365866096,43.73177024610269,-212658.4599812763,-350237.6512990674
+    -89.89338471627839,45.75128802853386,351402.76910111075,-132885.53282761166
+    -92.61240847610851,46.35560523503785,139896.96755747913,-68949.8940576502
+    -96.9772555808907,47.31512430513517,-189726.6394780891,47695.92096622389
+<EPSG:103677> +proj=lcc +a=6378540.861 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'0"W +lat_0=46d39'0"N +lat_1=46d47'0"N +lat_2=47d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.55182415964526,47.1967436906377,144683.92355290492,91270.01789954527
+    -95.05381327689977,47.43178228671389,-44016.369064750936,120660.1278324149
+    -94.91243060116935,44.890514385951,-42228.13612067586,-162084.83713273672
+    -90.552498018161,48.74999940015256,292000.87148911145,265703.4547828541
+    -92.25377621661607,43.54694239477432,168286.33250458556,-314594.4261759805
+    -92.18237495867209,47.834332031603736,172439.25925031045,162194.73100954507
+    -89.61669217213198,44.32430473578865,378606.1682039163,-224029.19901910238
+    -96.67187761831897,44.00057732626241,-186515.3801515522,-255004.45717298315
+<EPSG:103678> +proj=lcc +a=6378421.989 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d19'0"W +lat_0=44d28'19.0"N +lat_1=44d31'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.65678453146798,44.81791902773811,362757.8088602752,72363.8520378836
+    -95.16282340722555,47.383942173394,12851.492624836857,355850.9101323845
+    -91.2995599882309,49.35063271297242,299440.25322123093,575254.2734594928
+    -96.36463640012482,45.43630971047704,-86063.88536040357,142120.4799314254
+    -93.31525289003112,48.007629233971855,152505.97404289345,423711.50545404083
+    -95.49668598310163,47.61854123407719,-11680.172580422455,382580.55072123074
+    -91.29706005970866,49.088934295210095,300346.52172951656,546069.7596398935
+    -90.5621262058162,43.8095766403055,374030.7240812767,-39377.04966759584
+<EPSG:103679> +proj=lcc +a=6378443.325 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d53'0"W +lat_0=44d58'39.0"N +lat_1=45d2'0"N +lat_2=45d28'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.87540855447064,47.01120401138511,457195.4367489251,264141.50913123647
+    -92.19124172255358,44.85058466653074,286161.56633521215,17777.90880440871
+    -93.82877689578986,45.96040389545817,156629.93792315066,139728.9593082873
+    -91.25113731602323,46.42773009754934,354737.3227238711,194983.6130337952
+    -90.98530745210121,46.614149666884,374418.8482606393,216399.24634568623
+    -92.95912030273469,46.99339981773586,222735.03132260818,254991.5978591078
+    -92.27462310860604,43.80556494614245,281886.83538024826,-98476.25862037935
+    -93.12756816001905,47.10581420701444,209799.047253098,267361.6151287535
+<EPSG:103680> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'0"W +lat_0=44d27'22.0"N +lat_1=44d32'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.05341797329608,48.26452285938556,195540.05170796072,454240.27949359536
+    -93.831187142288,44.832309508820614,215832.69525470183,72599.2121393845
+    -91.35249368701541,44.92216094128161,411375.39334347076,87490.72890782764
+    -90.02509685287788,45.02960786048135,515383.0094645426,104488.42324669113
+    -94.97586240668329,43.95887556781644,124904.98217295509,-24717.5805516879
+    -95.27557786174339,47.00233755456139,103515.5387747785,313753.7780660178
+    -93.68930047099515,47.192828707310476,224009.21651249443,335172.72131139284
+    -90.7502414650668,48.598619415191344,439380.41233178665,498163.2353626024
+<EPSG:103681> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'0"W +lat_0=45d16'58.0"N +lat_1=45d21'0"N +lat_2=45d42'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.99221940148546,47.29004282011174,542491.3008337833,266177.4447016855
+    -90.81082855436253,46.491063090526474,485443.8050648762,173793.1244681316
+    -92.06531486280701,44.70822274915968,396826.599740854,-28681.978086387975
+    -95.39859809853421,44.47947009921375,132618.1968646621,-58771.48410478582
+    -90.37662304950717,46.29507302023156,520027.38551456464,153932.85639595185
+    -94.4465957458595,45.875635527388134,207013.4649273276,96615.11299722642
+    -93.26767031307894,46.20664644258942,297672.6419197804,134874.7936675119
+    -94.04799852665383,48.209043059863916,234397.67109910847,356470.9918068651
+<EPSG:103682> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'0"W +lat_0=43d50'2.0"N +lat_1=43d53'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.69247653716887,48.61685138451095,168985.9169828887,562746.5057986397
+    -96.95408411173865,45.87873070049707,-161093.15300676954,265445.53154805617
+    -92.61671749146313,49.17170335384623,174365.2800293206,624702.1108576795
+    -92.96791663941428,43.68127509804896,148267.51867319926,13523.764764377484
+    -92.95439536882995,49.24553647216207,149641.23681210485,632909.3805417028
+    -96.47295154205443,44.31526856548681,-131251.8225024938,90087.83230466445
+    -91.79065419664127,45.632882070314956,240237.32223412348,231030.30329169775
+    -91.53675108476438,47.28069897428403,256973.98002185128,414662.5412675232
+<EPSG:103683> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'0"W +lat_0=45d16'58.0"N +lat_1=45d21'0"N +lat_2=45d42'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.16565106086469,48.70284854803041,151246.4270929506,410895.2610625812
+    -89.50110246504585,47.767169886273,575845.2371169683,321628.7167839054
+    -92.09887868844694,46.300753775177625,387443.79229969054,148100.1496545326
+    -95.37714465690063,45.21978654937884,134558.10222637805,23504.212051138853
+    -90.4459138837831,45.009242532408095,523065.33681543224,10939.218905495567
+    -89.65694504833782,47.58631911466969,565557.2178368462,300742.1452416794
+    -95.00152507552473,46.90633987218491,163716.32624732304,210979.09559480374
+    -96.55094326331172,48.816728172483906,49342.02236382938,424479.4280198941
+<EPSG:103684> +proj=lcc +a=6378470.757 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'0"W +lat_0=45d9'8.0"N +lat_1=45d13'0"N +lat_2=45d32'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.28903852288458,48.22727420002962,432091.79794056667,379001.0396601471
+    -95.28833080129272,48.254600328541834,209034.35097937903,375776.9709464239
+    -96.26859892514916,45.32610283446085,135261.70463249148,49828.80349187979
+    -91.84418704210496,47.57479167995824,468938.0039531978,308113.1560749002
+    -90.70009608095712,45.92646498587541,567104.1082527612,130321.18730362777
+    -96.21360974865125,43.834582782756165,139236.05735836542,-115952.59602199517
+    -95.14112290172282,46.62827959713729,222022.43493937183,194954.794981784
+    -95.5692374162884,46.53059192442845,189293.2845593979,183809.78136612434
+<EPSG:103685> +proj=lcc +a=6378548.481 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d54'0"W +lat_0=45d46'24.0"N +lat_1=45d52'0"N +lat_2=46d17'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.2722969493713,45.34017896394973,436676.73088763247,-11183.68894689465
+    -96.85555240513312,47.98119411064622,6338.214581535052,277773.5851437319
+    -95.86919426683762,48.840597688757384,81170.08692748973,372063.1941427787
+    -96.45568657323427,49.14971470681886,38743.88772961954,407164.8570359851
+    -91.70755122964695,45.42596094083463,402206.06370551605,-3118.5334529231877
+    -96.60134267770258,48.13144821928554,25679.795565094726,294051.3631095309
+    -92.78148685672865,45.304360813273604,318556.5501643842,-19435.452086514833
+    -93.11076969455985,48.72227730618884,284186.90610549855,359937.8643054645
+<EPSG:103686> +proj=lcc +a=6378463.746 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d33'0"W +lat_0=45d35'8.0"N +lat_1=45d38'0"N +lat_2=45d58'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.94095444047333,45.51360774394646,668268.333185947,43825.286863782036
+    -92.72047651706934,45.37771581248763,452263.0882952352,14564.657326943805
+    -90.72249010501515,47.0104225784879,595258.6530680729,205034.73780781523
+    -93.1354250942462,48.159215492985545,406581.69294834044,322108.53809587687
+    -96.89595058296094,47.95988521810148,126543.92338551939,294551.44025033386
+    -95.48649848291245,44.58932041513537,236871.02086410305,-79688.06612385932
+    -91.83448773903382,49.15322543485101,496799.93835182773,437524.12564028794
+    -93.75380526860893,46.758473397308286,366020.56067322067,164603.90320712086
+<EPSG:103687> +proj=lcc +a=6378426.561 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d16'0"W +lat_0=44d6'25.0"N +lat_1=44d9'0"N +lat_2=44d25'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.99764733153334,46.70915176903301,96451.53821885781,320031.48075393995
+    -92.96129414890068,47.56200581303652,100037.54246309522,414942.83849225455
+    -94.70793304928267,44.301312155710086,-42390.32225801435,54976.07998139407
+    -91.36936270404088,46.99631635513066,220729.4505070856,352113.27646102867
+    -95.97883717470775,46.996873739886986,-130185.62517986784,358194.43892809167
+    -96.30249868783972,47.22236829089643,-153571.03680908267,384428.1298035105
+    -92.01814723966498,44.42403584317886,172191.46578486473,65745.96067741764
+    -94.84519249498419,47.764969695169505,-41235.530144665565,440370.9352447828
+<EPSG:103688> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'0"W +lat_0=46d9'23.0"N +lat_1=46d16'0"N +lat_2=46d44'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.22196471042942,46.51740066665452,324640.94059371494,73059.41297369571
+    -93.14568573313205,49.170832453890746,248834.95353673666,366571.2483465001
+    -89.5539283339788,44.28387095369202,544606.5113764467,-165495.48496818103
+    -92.26802803451571,46.3848466232439,321517.4432209082,58230.147176008184
+    -91.9477674844793,44.85815718677001,351555.0563398547,-110664.40777206329
+    -91.23784592003722,48.94440901325589,389087.13527529954,345395.4982275904
+    -97.20735249677135,49.118010149999094,-47849.272531683644,363358.1114853337
+    -93.09022164853964,44.13637577338352,262639.2991857198,-193138.68731211024
+<EPSG:103689> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'0"W +lat_0=43d50'2.0"N +lat_1=43d53'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.32821298848428,47.71261820673526,196653.2748138779,462059.79286648287
+    -94.9901455013747,47.5107166360406,-4080.128320564836,441374.77710737876
+    -95.22714341941163,47.53337800268437,-21890.630253465613,444373.64837988705
+    -90.22934182495669,46.38071493109918,359290.25613235927,316980.4309133855
+    -95.66218441672426,44.22813262513029,-66934.11510411385,77939.32398536464
+    -94.17678509020863,49.2194116308451,60207.909366538544,630695.0480589034
+    -92.99767174622006,48.44413800797256,146388.6066260965,543458.6687868024
+    -91.21069710899037,44.054415443372086,289101.8623318281,56398.3002947902
+<EPSG:103690> +proj=lcc +a=6378514.953 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d55'0"W +lat_0=43d50'53.0"N +lat_1=43d54'0"N +lat_2=44d10'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.24347897666802,45.53887178198331,439312.7708576112,224796.91876587647
+    -92.59637681032879,45.57217002130845,333569.8550804977,224655.68255144043
+    -91.45597598483833,45.62726625619533,422312.1818374441,233898.62543465296
+    -93.90122630310346,47.06396711764882,229650.42324530217,388553.49857258407
+    -91.49169063054404,44.42959902510448,425058.1862550261,100767.52104887433
+    -92.37681013999764,45.11978001340731,352257.97321776935,174890.75987597214
+    -96.69053094355361,48.30610507294885,20437.84534970572,527900.5754052412
+    -95.59448467941299,48.49214646196472,102142.92913088822,547437.479643795
+<EPSG:103691> +proj=lcc +a=6378453.688 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=91d37'0"W +lat_0=43d50'50.0"N +lat_1=43d54'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.21270302076505,45.55821220454628,-128395.70042474137,226769.27298477778
+    -93.03346194549022,48.7473520325279,47842.55124796771,576697.7943957701
+    -94.78106927789977,46.746001546544406,-89639.83359495242,357419.45623956405
+    -92.35138434028981,45.67134393115861,95124.63204998647,233479.88426252524
+    -95.03730083799523,45.79735571875726,-113604.6580513927,252755.77425609744
+    -93.47855834941609,46.16801229341226,8512.2340353115,290087.37493129337
+    -95.00149468817393,46.43129697782057,-107927.87332267285,323097.6751824162
+    -90.39120698901463,45.63562414586997,247989.05115305574,229963.1630052639
+<EPSG:103692> +proj=lcc +a=6378443.325 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d53'0"W +lat_0=44d58'39.0"N +lat_1=45d2'0"N +lat_2=45d28'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.07682391051902,45.243281886378945,294227.745388909,61606.72689127385
+    -90.97126522548885,46.04917897551698,377760.998376922,153663.9483756767
+    -93.65276421212074,47.61973089654788,169748.3565936546,324295.51080935943
+    -89.63086731165824,46.66518068342164,477803.10439235595,226663.86545338613
+    -94.43621431535996,48.06869403039266,111144.19738226014,374385.1110700926
+    -91.19133028314148,45.039774338999436,364480.0606868985,40939.70445406674
+    -92.02190282823538,44.239830132390566,301111.64210041845,-49786.21782506576
+    -92.94419312312152,44.416265820193175,227205.75976388835,-31457.85214685997
+<EPSG:103693> +proj=lcc +a=6378530.193 +rf=298.2572221008827 +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d54'0"W +lat_0=44d32'30.0"N +lat_1=44d40'0"N +lat_2=44d57'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.40909628655832,46.55567219098566,420156.29827745806,260114.48849876857
+    -92.4658743417314,45.485436789982465,420828.7542121983,141041.1838580256
+    -95.73402782843537,43.62170775046344,165800.2097408352,-71741.65903412468
+    -92.87429837049817,48.01215744178149,378461.43782110536,420666.00718278444
+    -96.65523042102984,43.719151232227276,91527.5621164898,-60643.3138118809
+    -95.80970300188513,43.71762318770782,159678.67461082977,-61091.82404905994
+    -96.21629772091039,44.72661091153158,127341.48807344853,51081.974521931596
+    -95.4186251276664,48.025730934468584,188364.70839595154,418077.17801100493
+<EPSG:103694> +proj=tmerc +a=6378523.0 +rf=298.2752724 +x_0=1450000.0 +y_0=1000000.0 +lon_0=92d27'0"W +lat_0=46d37'0"N +k_0=0.99998529 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.66519738308651,48.08591094323721,1135977.9891141441,1171957.8147182981
+    -93.72617473064074,47.66136258820367,1354139.7835593668,1116937.0695583215
+    -92.050896937039,48.40323847295397,1479551.693296999,1198718.5235095788
+    -95.77753250546454,47.11814608555786,1197478.42762184,1061127.226173497
+    -95.31897192661093,48.52647860126436,1238090.484161845,1216323.160879833
+    -93.00677281301233,48.68928189341912,1409005.3269396832,1230600.9256469584
+    -89.71899634478395,46.7136278403019,1658821.3066037847,1014403.1982452909
+    -93.01932208489336,44.2930032219944,1404560.065668571,741892.299884359
+<EPSG:103695> +proj=tmerc +a=6378523.0 +rf=298.2752724 +units=us-ft +x_0=1449999.999999898 +y_0=999999.9999998986 +lon_0=92d27'0"W +lat_0=46d37'0"N +k_0=0.99998529 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.29521083373857,47.4750790056434,4548173.176298553,3595077.8573715896
+    -95.62437306841174,47.8361146527633,3977561.100956716,3741660.8166154847
+    -92.38483621269467,44.51788177999236,4774206.659003715,2515501.5264904536
+    -92.99715921518188,46.84620398647212,4620279.898962347,3365030.043193205
+    -91.92289707932053,48.30117105965598,4885513.446654773,3895745.950308048
+    -89.53149223138561,47.242214585513416,5482166.2701537805,3522561.292032191
+    -91.38765770281292,44.37546128667835,5035000.591299242,2465371.3927414785
+    -92.24425956089317,44.80047625004779,4810616.7846796205,2618596.1851798785
+<EPSG:103700> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152409.319685395 +y_0=30481.863937079 +lon_0=93d25'57.0"W +lat_0=46d9'15.0"N +k_0=1.000059152669 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.90745443659657,46.73899996975748,1133185.495101788,323466.1583265403
+    -92.48620518118575,48.47251061574359,729604.7774765984,947095.1135567784
+    -96.82363317940931,44.26534177554035,-388401.8200958073,-570375.8110012463
+    -91.27953258349469,45.15773604760046,1055470.2807387107,-255962.65768628975
+    -95.54181141463786,45.97499755016593,-36306.80160670296,41761.19358761725
+    -90.6389437158358,45.607860258147994,1215032.7305820493,-86765.38896447203
+    -91.74780685049855,49.001877894295475,904467.0646021545,1143311.7543238392
+    -91.77038819043457,46.405178718437,919375.5508130288,195954.85661322874
+<EPSG:103701> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152407.2112565913 +y_0=30481.44225131827 +lon_0=96d42'0"W +lat_0=46d37'48.0"N +k_0=1.000045317862 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.00961105534965,44.869150863939076,1975458.31006083,-490351.1105177161
+    -93.47211760936524,45.785303886473294,1323565.1272922074,-191422.54289693158
+    -89.82397100228822,48.968598946760075,2151275.3848573756,1028034.9883674985
+    -93.71719661201233,45.665629449882324,1262667.037363522,-237493.79063845085
+    -94.78582954346632,46.84603029204807,979048.544692578,184633.40644853865
+    -94.89440156439098,44.128612957464675,974152.0501249958,-806915.7006070227
+    -95.0749275129427,47.13861663864728,904488.7330617248,289720.4535612775
+    -91.6273060097054,45.354372925946976,1804170.7429964957,-324072.66617395345
+<EPSG:103702> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152411.3546854458 +y_0=30482.27093708916 +lon_0=95d22'33.0"W +lat_0=47d9'6.0"N +k_0=1.000072505661 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.1434262495985,48.19526921429442,800651.4580204384,483123.1875148427
+    -96.70211694809004,48.27724137724884,177043.352551796,513410.07644409157
+    -91.90062016258317,48.177685361201675,1347964.7744153452,493472.25118334027
+    -92.17295486956424,44.14010573452531,1340942.5689336322,-981852.5872206995
+    -95.71020100355827,49.1024198147018,419927.5028630156,811876.9455811795
+    -97.185959602697,45.936562140458456,39448.88515817626,-337952.14444911067
+    -91.88945685663327,43.90445413837721,1419014.2639605042,-1064739.8746362003
+    -94.02841193515877,44.96893439099035,848807.3857461466,-693137.8940804506
+<EPSG:103703> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152411.2096003556 +y_0=30482.24192007113 +lon_0=94d55'14.0"W +lat_0=46d48'13.0"N +k_0=1.000071553661 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.99772159374166,44.932416857944816,480051.3610647062,-582385.6436842522
+    -93.07575512003804,47.607010201466764,955151.4927846888,398473.8647678876
+    -96.58106573050861,44.94148392909718,70023.5973095787,-574686.8121639639
+    -97.18529831316545,46.78616814061588,-67358.91746220429,101816.65873293034
+    -92.09102640221938,45.96986603701373,1219578.2599285326,-191299.9070719988
+    -97.03266936048445,46.77882076790877,-29193.18773262222,98071.91247149381
+    -94.5974894508124,45.342549782417365,583116.0824659462,-432677.7985847132
+    -89.51406592559796,44.64272911623643,1907397.9854640625,-641291.9081881114
+<EPSG:103704> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152411.8635439675 +y_0=30482.3727087935 +lon_0=91d24'33.0"W +lat_0=47d4'0"N +k_0=1.000075844621 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.21889417607943,46.177792194581635,-718437.5677618461,-187258.47934108623
+    -95.28128460487866,46.619778808871374,-473023.7123529073,-39082.44822579846
+    -93.41041707969772,45.911504433198274,-9412.075466441542,-314923.556252463
+    -91.58530645319675,46.193031623719705,455427.3408896661,-218592.9489995822
+    -96.69058957928239,44.19454512300275,-885342.3835335862,-902805.5321279695
+    -90.4200113861642,47.638538366036954,743922.1091057513,310169.29925252957
+    -93.99559542728854,46.50019266153829,-151375.86047768538,-95946.27941754775
+    -95.35073193445595,46.29762178116937,-496342.17365769343,-155701.21796980262
+<EPSG:103705> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152408.5566885446 +y_0=30481.71133770892 +lon_0=93d37'14.0"W +lat_0=45d33'32.0"N +k_0=1.000054146138 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.83440798373272,45.331812933725594,1473817.85601642,40097.252832055754
+    -92.34474073127436,46.96829558376144,818583.0229555815,616613.610915508
+    -91.27410261313496,46.09526898528896,1095368.0598442813,304393.89751101844
+    -94.22786622526824,45.090429433916064,343166.71516241523,-70230.30679934807
+    -92.97021919087261,44.75970800155226,668971.0216313143,-190731.51361794808
+    -95.85351408510466,46.324876005191705,-64157.96912312655,387299.90800341975
+    -93.95632360404728,48.62302501339102,418812.14469312044,1217850.6335241487
+    -90.18393239732112,45.34802350799113,1383669.719695032,41973.15228343538
+<EPSG:103706> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152406.3759409195 +y_0=30481.2751881839 +lon_0=92d50'0"W +lat_0=44d44'45.0"N +k_0=1.000039836799 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.47182480457666,46.70768088971183,-161947.98286518344,826517.8955192332
+    -92.10747534872944,45.691645308349365,685523.6650210522,445716.50082378375
+    -89.5507632162958,43.77805936600859,1367076.304794504,-235628.32458147686
+    -91.7439441170544,46.35096120820702,775138.1992879377,687210.7254708429
+    -96.26736273329222,45.89884724004584,-374324.56569429627,539263.1828246914
+    -95.7326517097832,47.221142402009114,-220451.2340963104,1016087.7918600239
+    -93.78074297575745,45.42661127077344,256758.7083124617,349662.3792209139
+    -89.54353661863185,49.339584995427586,1284368.406556557,1792662.7131364127
+<EPSG:103707> +proj=tmerc +ellps=GRS80 +units=us-ft +x_0=152407.7573379731 +y_0=30481.55146759462 +lon_0=96d31'28.0"W +lat_0=46d1'18.0"N +k_0=1.000048901066 +towgs84=-0.9738,1.9453,0.5486,0.02755079017042466,0.01004922136035853,0.0113590028800276,0.0 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.81423791795187,49.148567580569875,1388017.249446107,1262420.0633127256
+    -89.97230445935048,45.02063932007482,2194426.1417155,-196347.04372531155
+    -93.72776632047528,47.937796718658234,1185575.1968146872,811335.6955347379
+    -91.90079612975177,46.001398548844776,1675083.70783087,126753.44351892608
+    -91.37797695919352,49.311193343105714,1727607.3799799317,1341856.4193055392
+    -96.31980814210203,44.72647167741603,553216.4499537899,-372219.6130536348
+    -96.41721986482709,48.397029177624795,526077.9536533196,966467.3084224192
+    -90.05492566867508,46.48672079448189,2129639.098971215,336469.97009639983
+<EPSG:103708> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d16'0"W +lat_0=45d2'7.0"N +lat_1=45d4'0"N +lat_2=45d22'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.88951734993243,48.90525958706776,108857.06556236772,1516435.1383534656
+    -91.85136152455415,43.99532090457584,872536.9938306783,-275923.91429605865
+    -97.06075669071679,46.396765883230586,-457220.9053000022,619017.7851820576
+    -90.37483929331223,43.88523061042266,1262501.5396641353,-305673.96144835243
+    -90.87963451933452,48.095350691878835,1084033.668831331,1225152.0005871567
+    -89.78870914691382,45.5457962657386,1390882.3816055297,305350.0602017206
+    -95.59775655328666,45.84683792730789,-94043.01664271661,404516.32107048354
+    -95.85590433951,48.11862455921305,-133218.2156680899,1235174.2339311002
+<EPSG:103709> +proj=lcc +a=6378586.581 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d41'0"W +lat_0=46d43'4.0"N +lat_1=46d47'0"N +lat_2=47d5'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.92193209951364,48.4247646008664,1413353.9057353183,744667.0272771999
+    -89.57381838842343,46.35036118901405,2041490.9373144167,26061.39972853021
+    -89.64755457544872,46.265534396670255,2025302.2865946926,-6226.861417571423
+    -94.68592599402407,46.51787903665188,751126.6152440546,28686.085098905205
+    -93.5194437951711,45.70223455010014,1052975.629791689,-262780.57349435025
+    -95.18269753897786,49.14855309070948,619924.8722575507,987374.2165521793
+    -95.39876644191813,44.19290021549146,574727.4111257071,-820957.5256116185
+    -92.91971054235896,49.13048155931218,1162112.4033404596,992059.3042655713
+<EPSG:103710> +proj=lcc +a=6378505.809 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d1'0"W +lat_0=48d1'12.0"N +lat_1=48d7'0"N +lat_2=48d28'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.26156977213965,46.94743062212049,1437847.7214637306,-268351.7737526499
+    -93.85160058942478,43.58587063427345,809718.7677587374,-1516551.778643413
+    -91.38814943382862,47.6911347774879,1393435.0851910738,1147.9615546848288
+    -95.83613091574847,47.40086223163951,297024.61677912826,-124789.11355234643
+    -92.52845999356457,47.1174807078543,1119565.8056875835,-219214.09202851247
+    -95.85299519713443,45.466003748184356,285153.66932085605,-830774.310262159
+    -94.52568760827987,46.42701929552564,623886.4638657328,-480788.3118275784
+    -93.02618902423525,46.992540903100604,996844.1446831663,-268398.07029755076
+<EPSG:103711> +proj=lcc +a=6378544.823 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d51'0"W +lat_0=47d24'45.0"N +lat_1=47d30'0"N +lat_2=47d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.06878663031263,45.37156536378469,1729094.5094404116,-606644.580528463
+    -91.8821434249579,47.01356329127495,1240288.4132594927,-31340.234005169357
+    -95.99377239513592,43.715805849324,196869.33733494885,-1246959.0571804543
+    -92.7426052325736,48.87468639949068,1007250.624428967,640376.0553923458
+    -91.61735594032841,47.61269888313538,1297180.0658486383,189668.24623102136
+    -96.04196672554532,47.34006092259406,204453.08712458378,75849.53047959655
+    -91.07669366296426,45.96476643496815,1459685.9818122652,-404753.49165891006
+    -91.61967190554863,48.58549771290677,1281811.5925111228,544248.8347748623
+<EPSG:103712> +proj=lcc +a=6378490.569 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d3'0"W +lat_0=45d33'33.0"N +lat_1=45d35'0"N +lat_2=45d47'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.97389077524898,47.87294017114483,518694.5800711147,944117.6656295682
+    -93.70959509635432,48.44042626810486,582731.9371045725,1151514.912028717
+    -94.47152949098624,45.251635846608316,391427.284004455,-11856.952091535117
+    -95.31650071787938,47.11321187378849,184539.3464899859,669325.0674362179
+    -94.2074828907466,47.02523544713569,460709.34359823394,634769.5786047161
+    -95.96510307408036,44.83687860098643,3157.9090079835514,-157442.8997500329
+    -95.64380781666814,47.580026351912146,106413.52181111221,841102.2372245042
+    -94.52678162329904,47.890352216030124,382927.4584462174,950814.0987720492
+<EPSG:103713> +proj=lcc +a=6378470.757 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'0"W +lat_0=45d9'8.0"N +lat_1=45d13'0"N +lat_2=45d32'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.61702214075129,45.0079863296903,1129230.94584745,56915.968051482
+    -90.03485114719606,44.989013526691544,2054978.8434987187,98609.40498330265
+    -91.77580257035838,47.208062234600014,1562480.9634290724,878088.0042583375
+    -89.55948245313185,44.14121643201436,2202506.886576742,-199977.9080577494
+    -95.76572339459456,46.61067688772901,571468.3212300758,632029.2524138199
+    -94.51668412274076,48.00216191416722,875786.7302570426,1143358.1936146745
+    -92.09233462463307,47.42540274851904,1479965.094858838,953294.6214974055
+    -91.53127039481973,48.79698428541222,1590648.9721906963,1460793.3171974672
+<EPSG:103714> +proj=lcc +a=6378403.701 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d16'0"W +lat_0=43d50'53.0"N +lat_1=43d56'0"N +lat_2=44d22'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.62204934792103,45.88530173320538,664243.7415081715,843539.3790806462
+    -91.41718398173029,46.19668271407325,1221954.360988611,969019.884416958
+    -94.4451979330414,46.49123364131347,454991.03978794004,1064066.3351004901
+    -92.8235752508851,44.9584784156857,873604.2285404501,508124.6630362791
+    -92.64994196724639,47.475041753341905,900500.3504084152,1427241.6929172997
+    -92.13331157467617,46.90410519879808,1033864.7109450056,1221676.9387521194
+    -92.44339479788752,46.474978132730286,959753.6106186791,1063179.4529695527
+    -91.76768938543925,44.367305806106415,1153445.2062079008,299225.2826204534
+<EPSG:103715> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d44'0"W +lat_0=44d6'29.0"N +lat_1=44d10'0"N +lat_2=44d28'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.81800076710229,43.99912269677551,-48547.0373634044,67259.14641372014
+    -91.90959052056648,46.86816705947941,1206931.420381886,1118961.3824863562
+    -95.41853179680497,46.374330481004556,326920.82425413403,927250.9689124064
+    -90.03624190487957,44.119470820246235,1732910.796760982,139477.53079956427
+    -95.01715166781123,46.34612459860041,428271.9855425563,916358.548049414
+    -94.62288363363457,48.769527646808854,526720.8759672489,1801781.291125266
+    -96.70896931385751,44.72479707098947,-13490.153407052127,331040.1633519175
+    -92.52331316315255,43.520827641976815,1086222.025742258,-106180.8027109181
+<EPSG:103716> +proj=lcc +a=6378454.907 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d41'0"W +lat_0=46d25'2.0"N +lat_1=46d28'0"N +lat_2=46d44'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.93076631465593,47.476489875224736,-302995.27343565115,502913.5305469811
+    -96.05539252585537,45.2994312099603,-367737.7016946141,-289117.2696300341
+    -96.1442940641452,44.86412524236143,-397566.81895459024,-446753.06988737854
+    -92.1946273312613,45.42873889123253,625504.792898097,-260121.77968469562
+    -90.25505735441828,48.937464644165004,1084099.2221838124,1028600.4815209329
+    -95.93690471230207,46.06780542693595,-325705.6236439499,-10399.25976487981
+    -92.57062279385609,43.63761324487959,529879.4249870384,-913963.6759209266
+    -92.51447501719451,47.248045279898314,541943.9515028368,403084.0290792987
+<EPSG:103717> +proj=lcc +a=6378400.653 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d46'0"W +lat_0=44d38'23.0"N +lat_1=44d41'0"N +lat_2=44d54'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.40607378036633,49.02136083955103,346133.64286335616,1700174.2781503112
+    -93.95356840081791,46.94192877506918,453277.4374245618,939784.6130359687
+    -91.00637180917289,46.65647227789672,1193434.818608946,847319.7622213813
+    -94.90750542873127,47.78020343936146,219110.7187782911,1247793.3451982003
+    -92.82338597891666,47.68247510167518,732664.388570793,1211474.0851003553
+    -92.79707763574669,46.90480373430059,742538.3870886132,927626.2197695015
+    -91.64095627910602,44.28592645834029,1056653.023645378,-21715.41193130426
+    -93.18922857330838,49.27581274331196,638293.2595172422,1793181.4508115868
+<EPSG:103718> +proj=lcc +a=6378567.378 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d13'0"W +lat_0=46d48'13.0"N +lat_1=46d55'0"N +lat_2=47d19'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.3081974651907,49.02571184215658,1437993.9574449337,934230.7764886381
+    -90.14859391352849,48.87403435908891,1479142.8443504118,880886.6677710289
+    -94.64149992349091,48.768614441973135,397492.3355947845,817207.2161927933
+    -96.68335330360489,44.008908308136554,-149861.60412270224,-909392.3147124443
+    -92.64246026595616,46.64560955916365,895407.6650418469,46349.84543089706
+    -92.01911879995939,44.19220526847567,1077095.0547666217,-844618.3039019436
+    -93.42671109071341,44.85970429285941,705011.8611926149,-608078.922412537
+    -93.01072293673298,43.89256326352172,818407.4347271225,-959666.1647105481
+<EPSG:103719> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'0"W +lat_0=46d9'23.0"N +lat_1=46d16'0"N +lat_2=46d44'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.90529463783906,45.55719042802971,387618.56944309035,-118218.43684003713
+    -92.00895248914628,46.167890424578175,1122666.69775026,113882.6514340874
+    -91.69915205747267,49.15049685364923,1162998.454734755,1204201.1335070252
+    -92.39885548071658,44.96020378588306,1035438.234318326,-329259.3097562814
+    -95.76424782567128,44.7772526915155,162885.33611181533,-400233.0200015465
+    -92.3362484880591,44.528545672055806,1055892.204777825,-486230.8648247505
+    -92.9229130108199,45.18782418872635,898136.6784767027,-249354.84800198223
+    -94.39292108135558,45.630526695104486,518869.5732795789,-91775.2961670821
+<EPSG:103720> +proj=lcc +a=6378476.853 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'0"W +lat_0=44d45'10.0"N +lat_1=44d50'0"N +lat_2=45d12'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.75240000323892,48.12611330604168,1501901.1847476647,1356214.1727058094
+    -95.29426956617253,47.834621178824165,636668.6725674056,1224852.323304249
+    -93.54291768144628,45.87824104631336,1087631.702765971,518772.75837934547
+    -96.90882290020164,46.516399753523494,233323.53514203895,744933.750847625
+    -94.43588768626293,46.37352350557739,857062.0691265182,694182.1614491107
+    -95.44845977021815,48.08591564617258,598294.5908591414,1316425.3313810306
+    -93.84153886395131,47.87138973600113,993553.5228153323,1243932.539477522
+    -92.17247606602196,46.07493869106521,1433242.727143423,603334.60251089
+<EPSG:103721> +proj=lcc +a=6378411.321 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d5'0"W +lat_0=45d17'47.0"N +lat_1=45d20'0"N +lat_2=45d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.10422174413449,45.83422574038271,239765.91505347707,297779.4960332124
+    -92.35968968856618,46.18340313108383,683318.9138879707,424296.0775224629
+    -90.31025780419205,48.039369644010705,1178991.2076101422,1112462.9254533646
+    -95.79941677238581,49.25727694358584,-149997.165731236,1556779.7333427973
+    -89.57346466959304,46.098278622169296,1390231.8426975803,411875.69071336684
+    -93.00800615396012,47.68317058871223,518569.5743589548,970696.6969451617
+    -93.96010338225888,45.753052079915115,276178.38031288516,267745.3554970243
+    -90.27630196511026,43.785404895619244,1241513.6952200276,-438024.258005099
+<EPSG:103722> +proj=lcc +a=6378647.541 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=90d15'0"W +lat_0=47d53'0"N +lat_1=47d56'0"N +lat_2=48d10'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.22155044223922,46.922089975747085,7251.020352561544,-244370.04301291666
+    -89.59837428533471,45.40283667628769,667565.7106892422,-804362.3344579773
+    -96.08093375884388,46.043882718552936,-980320.9368384576,-515055.4961791387
+    -94.94692453319318,46.26851971950326,-687831.2004223805,-452911.6241522419
+    -94.62174287668165,49.370076958711095,-541502.6944669199,672063.2682186831
+    -95.47691348605444,45.25203624390364,-846819.3267837078,-814414.8684849823
+    -94.88149984239553,47.893998705121376,-635674.9720729517,138039.20127270935
+    -91.88525190331345,43.53110445848993,65008.38348068329,-1484217.4155109248
+<EPSG:103723> +proj=lcc +a=6378647.541 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=90d15'0"W +lat_0=47d26'20.0"N +lat_1=47d33'0"N +lat_2=47d49'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.29396220204603,45.61741786996836,232676.88775964762,-562707.0449633987
+    -90.58703053862277,48.93726744787765,418963.86753418855,646877.2459447994
+    -93.06799608774178,46.50414206950902,-209692.28602233637,-228081.07840786772
+    -91.28609176559395,45.34236226624869,233349.99356702453,-663101.011792952
+    -93.86214317603648,48.0665053953053,-383004.01826962386,349546.83208810876
+    -95.1701858430814,47.669626888454836,-711575.6777988552,222651.91450704532
+    -96.41379418191819,47.00017597030041,-1036634.0870759431,1112.6652661691785
+    -96.12593163295946,44.85928786807679,-1024192.2137434622,-783388.6796350671
+<EPSG:103724> +proj=lcc +a=6378514.953 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d55'0"W +lat_0=43d50'53.0"N +lat_1=43d54'0"N +lat_2=44d10'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.30301570143074,47.95892426796128,1141881.7211691823,1610479.7123621723
+    -96.31495420807681,49.224053358250956,164411.31925293294,2066248.288301214
+    -95.05913603018523,44.00208938796777,462509.3710738142,156186.56024013905
+    -95.02481712517573,45.487572964369214,472251.03009919124,697850.3002176544
+    -92.61639670365663,46.463214379371195,1080187.513305714,1061943.070192288
+    -91.1951689307423,45.09426880250864,1461002.5453651403,576077.9257688372
+    -95.84887847014876,45.783674224537926,262042.07633663126,807198.3763144475
+    -90.652028273844,48.904556830661804,1529157.3745923126,1972987.1804597427
+<EPSG:103725> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'0"W +lat_0=46d9'23.0"N +lat_1=46d16'0"N +lat_2=46d44'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.82509004505594,45.67456787064764,1430714.3837087497,-54263.77798771354
+    -96.26200289116098,47.27861072126941,54321.3318451556,514388.65606179315
+    -90.94417958511666,46.569478303883976,1385747.690740676,270413.0996090409
+    -96.9911988738099,45.39678183611161,-148576.3247409005,-166668.1725958787
+    -94.52583619938649,47.45445554368096,485358.40242212836,573480.4349593847
+    -93.83826096400462,48.64821815162463,652032.285250346,1009757.7426450917
+    -92.48935807578563,47.4835931190645,988971.1019787668,590225.9394625903
+    -96.5409121068237,45.93972767942195,-27723.465204615663,27912.306046024725
+<EPSG:103726> +proj=lcc +a=6378421.989 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d19'0"W +lat_0=44d28'19.0"N +lat_1=44d31'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.09296675813606,47.20110705903536,804488.3950220944,1097825.0308061983
+    -90.00740092282666,45.74423380188539,1344833.5475252997,581098.6668070228
+    -93.03566355867424,48.94281174573323,567726.8435896144,1732190.8282602609
+    -90.08403685628586,48.727633727511524,1282043.4131702005,1668879.9728676032
+    -96.87569196650831,44.29049184777525,-431716.57554326294,54208.80177074956
+    -89.66319893834896,46.535129089728706,1419709.4334033644,873089.8588559761
+    -93.18961626072955,44.159490230994884,533345.5967098188,-13889.912716429855
+    -95.5599685802502,45.93060978098956,-70912.80901839433,639773.5485632158
+<EPSG:103727> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'0"W +lat_0=43d50'2.0"N +lat_1=43d53'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.21800873865146,46.084721310956354,423478.1855032953,921007.5092907591
+    -96.2038713960904,44.30799832194343,-360346.4029976993,289993.0066089963
+    -93.10659119557234,47.464774506796026,452931.7588125912,1424886.5602193614
+    -95.59817266787951,44.92902149967487,-194520.07387911694,510574.79309700686
+    -93.65362196567143,45.39796059140491,310623.04285020917,671155.11707865
+    -91.3511206423011,49.310158068896655,875140.8254170805,2103712.1945417435
+    -90.06480040393565,46.91749343506391,1213539.3732619714,1237228.7947294826
+    -89.55156012150721,48.65441996541068,1315979.9966686629,1876606.9223183033
+<EPSG:103728> +proj=lcc +a=6378518.001 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'0"W +lat_0=45d45'32.0"N +lat_1=45d48'0"N +lat_2=46d3'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.4171068831259,46.69902295528308,658830.5480909484,443510.0649590219
+    -95.97565277145989,48.672795607059165,517986.7461650146,1163295.6396797134
+    -95.04983152906648,46.92838612740806,749948.5800021298,528115.6939184979
+    -90.79328926989866,48.111387687360526,1784333.741561905,1000611.3579889268
+    -90.41691894459814,45.79047146695093,1935900.6050315043,162249.5598081295
+    -93.97490868390946,46.491320960599495,1022681.6273204093,373920.2199060292
+    -96.62798158013682,48.535089181697764,359806.2058611671,1113496.4780003475
+    -95.7510836932325,48.615120966163175,572395.3079926127,1142355.776824859
+<EPSG:103729> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.87029765815755,47.683827963896206,25817.716850741526,1632383.6018548738
+    -93.63989085908077,48.7281431519176,575153.5983180837,2009258.210743155
+    -94.63892070787041,49.1851317376283,334435.3963399392,2177280.097138724
+    -93.67284121143405,45.6914895757259,570876.6049231827,899286.6288578999
+    -93.51203254283641,45.601440657200925,612172.6595891055,866606.9855408961
+    -93.69136918532826,46.516689321318026,565199.4342496615,1200491.9360574947
+    -96.62806914633771,47.81844977515823,-159655.01430539944,1686780.7334842228
+    -93.65475048620877,43.53222694533959,578305.3410629762,111887.1172462414
+<EPSG:103730> +proj=lcc +a=6378464.661 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d5'0"W +lat_0=43d30'0"N +lat_1=43d33'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.82359198693105,44.593581024431934,-213849.61228060216,510481.49899294804
+    -89.8214645997444,47.56303893205122,1059712.4268057763,1590348.8569116038
+    -94.0966819770939,44.124278892724824,-28682.020058974947,333995.38588552194
+    -91.46081210064416,48.33505251013116,651944.922851407,1865733.5007626312
+    -91.47894672986152,44.28617359514481,658289.1296537766,387181.820296249
+    -94.82393971186907,43.90569336363065,-222223.00852065897,259820.80358637933
+    -93.86978068399995,48.99501175175617,69198.16014115022,2111534.2673041034
+    -92.65568247378758,47.024258863292,356994.0062066697,1386281.3170107699
+<EPSG:103731> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.91456073526439,48.966499933192516,267263.0704846445,2097804.8465908086
+    -89.80757776928554,43.88467602298656,1591775.5874701287,267495.4260960413
+    -97.04159772694767,45.671669266987294,-290688.7100177053,906671.2079550879
+    -96.38027052747343,48.077312534354306,-95862.20371523229,1779565.7512832903
+    -94.82343790065447,45.73818359342486,276822.65253915335,917381.9338606144
+    -93.7025383945651,44.303818881305546,564792.0869577391,393137.8951371918
+    -95.92870110269565,45.21096189477085,-10138.719360841133,729941.1661151792
+    -96.64473973531413,46.547511956144064,-178845.42900033595,1222672.8532945304
+<EPSG:103732> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'0"W +lat_0=44d11'41.0"N +lat_1=44d18'0"N +lat_2=44d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.3556743175258,49.22563599672902,1166038.5120505523,1948251.2099487185
+    -91.98965573439875,48.741855805250104,776756.1946672921,1761794.1895457557
+    -92.64698637135383,44.15302326042154,627656.1424873617,85177.35176507935
+    -91.90081620746757,43.54178406782556,826858.9937606654,-135578.380089154
+    -93.53458953930112,44.52344061260749,395340.941031518,220101.01917216202
+    -96.76292494568197,48.647000370378606,-379597.6172977189,1744679.473967937
+    -90.40784004259088,44.934265289846586,1205765.7859248328,381396.90716354165
+    -93.41516206518314,48.32813730982235,431277.17454020295,1608646.9374987918
+<EPSG:103733> +proj=lcc +a=6378518.001 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'0"W +lat_0=45d45'32.0"N +lat_1=45d48'0"N +lat_2=46d3'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.44014185868596,45.996819402338836,1163238.419415837,197622.2672978974
+    -96.26667682300847,49.31502862870927,448217.27102893277,1398039.6329885277
+    -90.30756470741306,45.73490492286724,1965185.6370238925,144026.2463278378
+    -94.5840529034244,44.80552072549216,880569.0417233749,-244167.70606527023
+    -95.39557674050309,45.29457497977662,668436.592546854,-68629.93576078821
+    -96.53308334300151,45.749425486933184,376667.266677065,96922.46422434022
+    -92.01841427758959,46.322894419285994,1518276.8005859137,331433.256625754
+    -94.2941426772713,46.93337892292216,938736.0738375832,533199.706152493
+<EPSG:103734> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d23'0"W +lat_0=44d47'28.0"N +lat_1=44d53'0"N +lat_2=45d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.88951136653573,44.065868990923214,1418234.500197898,-144624.08305367306
+    -96.30422428318312,45.40582686329087,-250119.7834525871,337666.4380141326
+    -96.93160102200754,44.89070032831921,-419367.52014338947,156447.26318779998
+    -91.44066694341019,47.65822477965125,979255.6461539626,1151726.4134131332
+    -90.108971988439,44.25249793289932,1357839.6665610133,-79042.87651314492
+    -93.02019254963331,48.344440628452254,588471.4307430469,1396867.076397882
+    -91.42252611986096,46.09204220272969,997562.3016708802,580427.6606284106
+    -94.25361829152132,44.78099382720696,274008.9373753458,97524.96197686854
+<EPSG:103735> +proj=lcc +a=6378436.619 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=91d28'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.88366668415715,47.7080039597969,643908.783881401,1636221.9491509688
+    -89.5577433700117,49.18208670264274,958745.6581116621,2180727.1027584206
+    -96.51234670436172,46.41233060275072,-773506.1781983004,1201010.3839098345
+    -94.23961491557277,48.279748222901674,-177366.76068584135,1856223.7425745963
+    -91.60250886189645,44.418948025135556,464502.04036876175,435043.2040415561
+    -91.14202324815831,46.13470751413429,582385.4656528551,1061075.5035466033
+    -89.97826863871586,49.250219512374606,857250.7166491847,2203634.60115363
+    -94.52537362426641,46.00227583140937,-277822.73353396595,1026916.7655677233
+<EPSG:103736> +proj=lcc +a=6378411.321 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d5'0"W +lat_0=45d17'47.0"N +lat_1=45d20'0"N +lat_2=45d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.53429965970214,45.626769137712934,1152081.3831083404,230819.62957022816
+    -95.27407477077396,47.74816985897525,-39345.28098583078,1001772.0571126991
+    -96.07309137796852,44.124594707896215,-285158.983897978,-312671.41176638036
+    -93.33266805783532,49.07431190179916,440111.7497419546,1478982.1075211652
+    -92.7253623554843,46.320608784795,590461.855011408,473715.05768392206
+    -94.68322107653688,47.87725802377149,107034.59266258324,1045460.5990522256
+    -94.3462016487779,49.196858815059194,197385.30035889943,1526075.1791594008
+    -89.70946083699559,48.40981784919329,1320337.2407533384,1253275.8551993817
+<EPSG:103737> +proj=lcc +a=6378574.389 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d44'0"W +lat_0=47d30'0"N +lat_1=47d34'0"N +lat_2=47d49'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.71719384772061,48.92727353377096,263401.77673883055,622256.357668433
+    -93.92181598355424,43.557516169592716,449905.03803661204,-1338897.0068078416
+    -95.37827247039763,44.91805788757146,73389.74934860962,-837510.7953119103
+    -90.20097890074689,45.74836266011977,1402046.3411221663,-518447.07779676886
+    -91.56019578212266,48.650485369334966,1025373.3303707871,527111.9639943782
+    -95.15788761296274,46.11392515792934,138562.77104836825,-402312.4206291551
+    -90.42649785018772,48.87482430814944,1295822.6441991257,618598.536100831
+    -92.02743027137113,46.93785538874338,926192.6481946084,-100369.61794718486
+<EPSG:103738> +proj=lcc +a=6378574.389 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d44'0"W +lat_0=47d1'35.0"N +lat_1=47d5'0"N +lat_2=47d25'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.11753881683589,45.19184376791352,142895.0471598842,-566049.0558942759
+    -95.08313141070083,47.2980186690675,165061.28185223456,201978.95805341678
+    -93.6345845549718,46.86122921268689,524706.3664654116,39772.28965004785
+    -95.21621923091173,45.33346779202318,118421.89310053388,-513917.52028779907
+    -91.73542890615839,46.95457093745903,998937.7983541149,80191.92881357696
+    -92.48677201686937,46.42640895267145,814402.9532365971,-116334.56260054899
+    -93.12066805350071,44.091107607589315,661219.9830659437,-970332.2999763545
+    -95.84196636740744,45.653115922082804,-39411.58797822249,-393637.3093452908
+<EPSG:103739> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.37525640355629,45.654335802087964,902936.192747406,889435.6907890987
+    -92.08837719078711,47.223139499342935,963475.3359385469,1463672.5306944377
+    -94.82882496797669,49.13692173892232,288611.01391874655,2160037.794074954
+    -90.54933205001454,44.187850119843965,1391870.8474666548,369042.55269229796
+    -91.5310918031159,49.11490741890416,1081998.0679419746,2159333.596572363
+    -95.05636515684091,47.48604962854077,225822.6530800192,1556404.6519699215
+    -95.70656964330823,46.06214798967153,53696.98995771307,1039166.360585357
+    -94.47370813830673,44.91020170282301,364275.78290403605,614587.1900616558
+<EPSG:103740> +proj=lcc +a=6378472.281 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d54'0"W +lat_0=45d43'48.0"N +lat_1=45d49'0"N +lat_2=46d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.98979763243057,46.711902559274385,1229981.5923318428,471458.11228848045
+    -89.98543584538251,44.88824016497562,1255436.872614131,-193128.8602258229
+    -90.45119462557142,44.41386922764619,1140081.7803226514,-370124.61527397286
+    -91.93574322278279,45.396577860441745,747732.1389133484,-20088.06598698611
+    -90.75254081664693,46.10706848881243,1044667.6394052116,244861.94000847478
+    -89.51499437776378,43.9538844568899,1391801.004857091,-528786.7099655106
+    -93.97748261832348,48.72578812512883,239632.32156284727,1194865.0555404113
+    -89.592327889256,44.07071761150061,1369667.2786591211,-487061.0593480385
+<EPSG:103741> +proj=lcc +a=6378498.189 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d45'0"W +lat_0=44d53'29.0"N +lat_1=44d58'0"N +lat_2=45d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.87766949250998,46.852130052323446,718373.8913849379,816312.7289475016
+    -92.87926817362118,45.644989482721016,978466.7748766406,380334.0615361311
+    -95.5195318805155,49.18053102355526,315458.28346188075,1666593.4353171014
+    -93.71245718232805,47.749678861401925,755523.904634283,1144410.7797122942
+    -92.59425979869876,45.73759354829599,1050444.932152052,415909.1567290689
+    -93.2097107217788,44.8388630212183,899564.6438706786,84655.80600047018
+    -96.3178090569976,47.41114316474943,111499.07516693303,1022932.2903177545
+    -95.3651002540156,44.15078773108735,338519.9757473436,-169421.43634985777
+<EPSG:103742> +proj=lcc +a=6378449.421 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d9'0"W +lat_0=48d32'38.0"N +lat_1=48d36'0"N +lat_2=48d56'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.94614442659957,44.90772651765507,1331739.912408513,-1209775.099762332
+    -91.0296551030854,43.91258651116347,1853096.822458668,-1545615.1617143764
+    -89.8877484175266,44.87897410139916,2125229.0663348185,-1170942.3846596796
+    -95.49979513714214,46.54138804624972,663753.423312463,-629982.65753963
+    -92.65344412622188,49.37146034051547,1332930.1416393223,421080.35596437333
+    -91.25501880847537,46.61353669228927,1730272.2357065282,-564812.9396510962
+    -90.08565049536351,48.74158381539626,1961872.2718274605,230341.30527306767
+    -91.98531138599716,45.97964802658693,1559566.7191425604,-806775.3212754783
+<EPSG:103743> +proj=lcc +a=6378525.621 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d45'0"W +lat_0=47d50'45.0"N +lat_1=48dN +lat_2=48d37'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.05526406875111,46.56973076268975,1429417.5828198371,-343188.0144006585
+    -96.68599245602324,47.85310103581159,-220747.40942038878,116442.72986169373
+    -91.55029205146299,49.16391541557589,1026347.8093672652,588455.8971796673
+    -95.6562039380262,45.9845863860837,15050.395109816776,-573082.7593065263
+    -92.18196083647207,43.605297228055626,916692.9694707524,-1444010.0565253962
+    -91.51810157571974,47.828765054997604,1048216.2770796706,101747.16251253661
+    -93.6913597352319,48.29406641336499,514275.97361010197,263530.92944518995
+    -96.92273455668372,49.20428452042712,-258453.01216038573,611325.8549642635
+<EPSG:103744> +proj=lcc +a=6378476.853 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'0"W +lat_0=44d45'10.0"N +lat_1=44d50'0"N +lat_2=45d12'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.94178716882362,47.02395390773202,726668.8297987528,929672.7193756349
+    -94.46721109925788,45.28551737470846,855927.2046825257,297288.14074609044
+    -96.55264228826326,47.43722650643867,325943.89833045925,1080018.4985382913
+    -94.24748366401714,47.000889936014524,900099.6688957509,923941.9653928498
+    -94.29386868084408,49.309038987848055,872318.880137728,1766975.0002824995
+    -92.23718488438286,49.28134464856951,1364618.048020066,1772548.4112350212
+    -94.57495767134203,45.73820469719281,825597.5020425895,461894.0965682873
+    -96.78269001329521,48.46279199783899,273273.0126239791,1455210.0529890289
+<EPSG:103745> +proj=lcc +a=6378466.185 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d59'0"W +lat_0=49d9'0"N +lat_1=49d11'0"N +lat_2=49d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.28449984412961,46.79451936400734,1677343.7382269118,-722994.9451769836
+    -89.8727805907673,47.87487268076709,1753726.5640543872,-322896.619929313
+    -91.65768695461084,48.15150977640644,1311771.6452471402,-246478.32519379674
+    -93.17351604027228,45.479464846576015,965211.6579823052,-1234318.6320291609
+    -92.42705220728877,46.93167947443229,1139102.0166541631,-698710.2720126811
+    -93.73087842292937,47.63621009663513,808915.9784126161,-449811.81913270405
+    -90.97573705457384,48.37259540719989,1473816.0255895718,-157849.87971253603
+    -95.07269245993115,45.908762550951444,477213.4806417957,-1083025.3164490114
+<EPSG:103746> +proj=lcc +a=6378496.665 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d53'0"W +lat_0=48d21'58.0"N +lat_1=48d27'0"N +lat_2=48d53'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.4424447619499,46.3644210799129,1116666.7222033984,-620523.4701219338
+    -93.63355141982915,45.13938450375381,823111.0497575131,-1075050.9947479875
+    -96.47772969818382,46.26747695992105,96412.56830052595,-661556.3027680112
+    -93.8392053688895,45.40920893661057,768597.5821962834,-977301.9599132537
+    -95.955044197104,43.6554118164936,215303.72732327564,-1618205.5040760008
+    -90.27169897883833,45.30810611177315,1687869.102619253,-980159.8426740897
+    -96.16906924985543,46.34204586879497,174993.70528691416,-635816.2458167617
+    -96.60608707569827,46.106813372792594,62602.95561529299,-719482.8617288996
+<EPSG:103747> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'0"W +lat_0=44d11'41.0"N +lat_1=44d18'0"N +lat_2=44d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.74077324551028,44.33587537011332,-182162.37551371998,162338.26990352114
+    -96.19771745286661,46.731199658216916,-268922.6690168429,1039547.582953815
+    -94.5876344129334,44.80254069497289,122505.04536813057,324961.31284363085
+    -95.83731071074189,44.49657086811914,-205472.5858040157,221713.34520664474
+    -92.40061143392849,44.17483538178391,692251.8340158446,93611.18032077065
+    -94.20624768447139,43.73866733360151,216406.25804611205,-64403.083575601035
+    -92.90196038458267,44.68486153394236,560182.2927546309,278782.717572666
+    -95.53426222204317,47.405718461867565,-95270.7987806205,1280165.2373471872
+<EPSG:103748> +proj=lcc +a=6378643.579 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d16'0"W +lat_0=44d11'48.0"N +lat_1=44d17'0"N +lat_2=44d37'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.76331519013542,46.66527224399202,1631074.1986353877,1031540.1972999941
+    -92.40524139584859,46.6504263429295,1470231.5833375857,1017885.0145120437
+    -93.20653270560312,48.253684890650675,1247102.5368078714,1594645.8920869178
+    -90.21297393077913,43.91798939808465,2093913.45291747,57393.5418545522
+    -91.29589835897053,46.60991627429824,1749561.028937568,1018168.9298330613
+    -94.52217670046642,47.588280878117146,931152.8472913537,1342061.7174517221
+    -94.19907188168622,46.94467327515925,1016932.5216068915,1108934.479761064
+    -96.33489405072689,48.5674816568855,483434.75760345906,1695448.438240182
+<EPSG:103749> +proj=lcc +a=6378559.758 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d51'0"W +lat_0=44d11'44.0"N +lat_1=44d15'0"N +lat_2=44d35'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.9311799117122,46.11165943017375,2000651.4177876632,853045.0153864216
+    -89.81569094536209,43.62541011069354,2096646.859114814,-48989.08906042463
+    -96.41729016564327,44.27396128847654,351401.592846562,129100.04126416151
+    -90.72501721202985,45.57400669956464,1811936.5066324011,643718.2807166032
+    -90.568590431714,48.13177384284648,1791720.4093857028,1578190.8516979748
+    -95.84080204392359,47.325752754171816,502284.2783293235,1241969.3042565715
+    -90.21562991947508,43.54452230141541,1993026.1677030406,-85950.96706795823
+    -94.68672522912884,48.31773253987538,783733.9533974081,1606523.1737837072
+<EPSG:103750> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'0"W +lat_0=44d27'22.0"N +lat_1=44d32'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.66088906186258,48.473563132256885,493300.5481300983,1566206.267595047
+    -94.58900947038501,46.94631095274657,511079.90389550535,1008292.9637298496
+    -96.19497742516805,44.02408911034006,89209.44694828868,-53568.595054332225
+    -93.49696809325631,44.58890383692258,796055.6137443875,150480.98479092127
+    -96.05307975599762,44.68021461909605,130702.71250257968,184926.33101415512
+    -96.58970932463963,44.550775491656154,-9993.337351112634,140641.04985096405
+    -93.4360473908118,45.543124192021175,806809.7796134687,498611.5920415671
+    -93.70733457219946,44.90445471441101,739943.3103982644,264830.1851392625
+<EPSG:103751> +proj=lcc +a=6378586.581 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d49'0"W +lat_0=47d9'6.0"N +lat_1=47d12'0"N +lat_2=47d27'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.73200177830594,43.71616965468271,1846097.233491515,-1109704.2999050145
+    -93.0674834369155,47.777238685875844,1175911.1266175904,340126.0266834755
+    -91.83409697566375,48.12946756428144,1472362.6779834973,481561.44067640527
+    -92.41424011449772,48.08896127354734,1331460.8068859892,460084.53624380473
+    -90.90692311738412,43.98987901097735,1793557.994829633,-1012910.5506808414
+    -90.95717662056666,44.634080153982865,1765679.2802923697,-779011.7699893762
+    -95.07625774934816,46.52668194173699,686405.0919170293,-127085.40265330485
+    -93.15031426910187,44.018356003332855,1202469.348833935,-1031254.6318901265
+<EPSG:103752> +proj=lcc +a=6378441.801 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d23'0"W +lat_0=48d10'23.0"N +lat_1=48d14'0"N +lat_2=48d29'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.92599569356312,46.63877895518692,2120983.7636405635,-391456.4359997501
+    -92.393543003181,48.3994756525903,1468875.4446563325,207820.85338594954
+    -96.3268605535901,47.31060182995964,514012.5706486281,-214636.38158349125
+    -94.7657104188993,46.199019473254445,909907.3968042803,-615911.7054081159
+    -95.00757531394183,49.036047745529935,830052.5917429379,417831.66682751884
+    -93.43297503435335,49.20578363479301,1205288.9665836296,490381.99989145104
+    -91.49988263277338,45.54018546652954,1752034.3311765557,-820833.7768121064
+    -95.88133952211803,46.399836533714705,626734.466077698,-546535.7387194629
+<EPSG:103753> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.97733483759073,48.878134879194256,10074.827999449784,2070057.1731036343
+    -90.76886353013072,49.373737770480375,1261675.3238229803,2260360.317825083
+    -95.10055115858763,47.248661919353516,213669.7574798622,1469785.56649639
+    -95.17515217848576,46.12727588532224,189056.8001095261,1060510.3538797945
+    -96.97128633062019,45.863415781511335,-270166.5050751385,975934.1846581607
+    -90.27740589375868,44.61799867089794,1456201.032088013,528768.8343332426
+    -94.46311466750463,47.49449695686225,372857.025326807,1558057.9358264129
+    -91.73058861478198,49.345710568120936,1031746.5339549225,2242588.8892347068
+<EPSG:103754> +proj=lcc +a=6378498.189 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d45'0"W +lat_0=44d53'29.0"N +lat_1=44d58'0"N +lat_2=45d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.6024960105995,44.23856829219509,1586719.8539771982,-110138.02564234399
+    -95.72750659369778,45.05501803307345,247370.2549802926,161190.90963921367
+    -95.91785591278564,47.98347536200871,213618.82986322275,1230227.6919442804
+    -96.70212586648138,45.94015409155417,3319.4051520083212,488440.9041806473
+    -89.70010543881651,45.60714085784844,1791720.5644837718,401363.6591177983
+    -92.60243859275504,47.07325712312225,1035410.4646575807,902945.0557403419
+    -90.21033514665356,46.3682152503876,1645768.7410282767,670767.8781988187
+    -92.64212374351222,47.709725893823055,1019459.3067658687,1134955.4519037162
+<EPSG:103755> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d12'0"W +lat_0=45d46'26.0"N +lat_1=45d51'0"N +lat_2=46d16'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.85710681999181,47.45890304938614,1574199.6907734752,743942.6728308407
+    -92.59217789052215,48.38341999134157,891041.5613386926,1056029.3141504384
+    -94.99993705746616,48.17318040915935,304664.1207711021,976299.7371512784
+    -89.86704611226564,48.865844835392345,1543787.5356642653,1256699.072070653
+    -95.55869624408045,45.40930788462963,151016.35583375968,-29973.659057635643
+    -89.96485188518788,46.43794739348595,1567388.2964095625,370591.80139829085
+    -91.34780631745647,45.38631856281129,1232770.3923068773,-28202.60354476287
+    -90.14003529808858,45.004676115162404,1549933.3074924713,-153722.30959876935
+<EPSG:103756> +proj=lcc +a=6378521.049 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.96749324232673,48.45728546163541,-234724.24039392418,1923284.3179076635
+    -91.88566393221366,46.10728483635943,1024074.3266965199,1057437.8870267437
+    -92.41471138609937,47.31707638250355,881605.0467741154,1496337.146577383
+    -90.82281423140928,49.01474241915876,1253724.3511727522,2128340.651580811
+    -95.83581034939792,44.846924392706555,10787.622710479187,596642.4258589277
+    -90.97872275318998,44.02997421760477,1281370.1508690896,307196.1151186977
+    -90.9743294117681,46.37936647053643,1251789.1425051847,1163731.836213898
+    -92.74597784691287,47.37589001787888,798961.3731796852,1516473.9610668076
+<EPSG:103757> +proj=lcc +a=6378617.061 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d46'0"W +lat_0=43d50'53.0"N +lat_1=43d55'0"N +lat_2=44d10'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.54556492111112,48.1528255498267,2021295.6136190875,1728680.4673216862
+    -94.21566602586373,44.566347533959025,904255.4362845002,365681.99960487103
+    -90.8852084154998,44.570715610687245,1771548.6004422233,401137.3126389372
+    -90.99242349958007,47.937377905819815,1672501.6117865702,1626409.9548293091
+    -92.3862871637454,47.58683260917473,1335670.4993379042,1481423.422252959
+    -92.56157590920455,49.25132996830939,1268677.42805387,2088364.7604398152
+    -90.0078042737467,47.4319750252436,1926852.1887510903,1457557.1795665326
+    -97.15843844021559,48.96951314939866,164399.44028237124,1973002.1010709726
+<EPSG:103758> +proj=lcc +a=6378403.701 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d16'0"W +lat_0=43d50'53.0"N +lat_1=43d56'0"N +lat_2=44d22'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.6676783349929,45.33352536358895,1425516.0624573526,661870.6693124361
+    -95.64963920790254,44.65004821346141,140067.83199739488,395410.5485642913
+    -90.72324653386111,48.241144669196544,1365511.6559603363,1722024.7917725039
+    -92.21937324710471,46.286596943425224,1017942.6240336819,995773.3681697944
+    -90.84053323030949,44.51647225077008,1393496.9423617637,362293.128914043
+    -94.88329630532526,48.72809197847761,350673.2667915451,1882119.622412615
+    -94.23913974221144,47.140515469080455,506860.39646169456,1301094.7446393964
+    -89.93986180365415,44.41729588766317,1630088.8832804519,337252.7661479284
+<EPSG:103759> +proj=lcc +a=6378624.681 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.93505147744781,45.35607729034583,761043.7817107133,778401.0710016799
+    -93.33010574619094,47.682490373684416,1146911.0198137148,1636646.8192433654
+    -95.26675609159192,46.28054217488858,672953.4007013848,1114894.3911138002
+    -96.88397847645824,44.30855103102934,255479.63464814876,396147.90183509694
+    -94.5931887564876,46.19641716077311,843948.1832107895,1086282.737827773
+    -94.27432010586183,46.82417487382677,920140.301935949,1316958.4734809452
+    -92.82856766162382,48.80808014276293,1255199.4128805923,2052643.7184306022
+    -97.05506276270684,48.84032072156742,232743.25083982947,2052026.708325309
+<EPSG:103760> +proj=lcc +a=6378468.623 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d27'0"W +lat_0=47d9'2.0"N +lat_1=47d12'0"N +lat_2=47d27'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.18249593647681,44.45395090732811,2136953.844464687,-817953.253117546
+    -93.81083433634211,44.48218142325971,1189563.1061810658,-861831.3381646123
+    -94.26659956008602,47.381635254032304,1040882.2921537721,191868.07489393224
+    -96.08860198741297,45.6271177297172,592506.5304643303,-455491.0470299489
+    -96.44439624321582,43.54422917811825,501489.06165183417,-1216010.4587981012
+    -90.0862091686594,48.25334976081686,2048982.610712465,565589.3555599013
+    -95.49911966703378,45.83636570250411,742458.9168016263,-377890.7386687932
+    -94.25731382784348,46.48872563504215,1052344.6623536183,-133635.24795484997
+<EPSG:103761> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'0"W +lat_0=43d50'2.0"N +lat_1=43d53'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.53772857429136,45.640908053332275,596970.2529838975,759155.2733970599
+    -91.01200142505294,49.247809181635475,956916.1243710816,2082577.656640022
+    -93.078180534736,44.35028768392241,457746.67532034783,288303.38178692193
+    -93.30756037309409,47.18122085170335,402635.54536220117,1321454.293144688
+    -93.81826036006632,45.57438993033265,269020.6812405407,735928.9233984739
+    -93.37476877049119,43.516243102973206,378468.3448099436,-15458.747165017792
+    -96.15394896090135,47.316125281292116,-304209.2663828709,1386299.0209170019
+    -93.99705551954567,47.57284425514493,232776.37827022915,1466080.4251895526
+<EPSG:103762> +proj=lcc +a=6378525.621 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d43'0"W +lat_0=46d6'23.0"N +lat_1=46d11'0"N +lat_2=46d39'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.55152782190167,47.600973846010504,1527403.283868883,672227.6319382886
+    -93.2228191634672,47.09766776034194,1121121.2394089028,471344.77469537104
+    -94.2700203496948,47.066340696498955,860552.4132145331,453422.0035863786
+    -95.78287290535968,47.215136081860756,483543.7167155477,504410.76847549266
+    -96.04491543235008,44.86410923624162,414851.93431193725,-352895.0503206205
+    -94.32842736656569,46.39712256241633,850280.8413076585,209106.35877042322
+    -93.95503217754977,46.81430589135382,941093.4830252959,363103.727642694
+    -97.1751715640582,47.339507949305336,138329.78207528687,553110.7362623035
+<EPSG:103763> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'0"W +lat_0=47d29'56.0"N +lat_1=47d36'0"N +lat_2=48d5'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.2512170246538,48.7735788729747,769028.4926327688,566989.480847168
+    -90.72296733532657,44.911879678145,1962797.3746735193,-790501.3217775341
+    -92.31123808900689,44.73539356691682,1554962.8392795362,-880683.3988027265
+    -94.83932265745632,48.76235045611907,868440.5560505034,564591.2989194443
+    -93.88726654082515,48.16113295909641,1105076.6336761601,351294.1354325373
+    -96.94799165024642,48.379505629041375,358708.7728445784,421790.514266397
+    -95.67673455739593,47.260464150077496,671331.5656799088,13791.21468419131
+    -90.14662169207914,48.298274784544105,2012549.399934659,452516.58480707865
+<EPSG:103764> +proj=lcc +a=6378472.281 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d54'0"W +lat_0=45d43'48.0"N +lat_1=45d49'0"N +lat_2=46d20'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.17139521732479,44.62481966014172,1210551.5103293026,-290851.5809824053
+    -93.67956410129027,48.132636061633015,309497.4305978574,977443.7923999615
+    -91.72383529652807,45.288754886793875,802752.2138939842,-58671.35057304928
+    -93.74418374605223,46.40150217945209,287004.2198640354,346020.7844985547
+    -92.11414957673146,43.49509253525422,708749.8936221459,-714118.6852846846
+    -90.49367097852577,43.50670744083223,1138991.5283491297,-701246.3922820662
+    -95.397315609902,48.63703065685204,-104399.27664256541,1170171.832636741
+    -90.92938495253405,48.21967468026245,980731.8327859463,1014240.3469539084
+<EPSG:103765> +proj=lcc +a=6378670.401 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d15'0"W +lat_0=43d50'57.0"N +lat_1=43d53'0"N +lat_2=44d9'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.76711557107714,45.169878491538704,1655974.4705899775,612995.2075196422
+    -91.55507620382073,44.36095508831437,1727380.5751210605,321539.3551364603
+    -97.21822900071179,46.85490877791123,257431.89187325517,1197916.316395167
+    -93.9339332258646,49.29558237570194,1055101.6951356584,2097081.1938539986
+    -92.99899682314033,47.982186653591704,1298035.3761451591,1624190.3963365923
+    -90.71325808803732,45.35541275345132,1922816.1671706403,697022.96587923
+    -90.93098956481535,45.78502909177202,1856840.3161179256,849740.5647818829
+    -90.87298834785919,45.36156890389492,1881681.8786883797,696547.1640209447
+<EPSG:103766> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'0"W +lat_0=47d29'56.0"N +lat_1=47d36'0"N +lat_2=48d5'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.93459139230576,48.80176314330101,604155.1799050868,575624.0608831818
+    -90.09087704136695,44.24240984882631,2146116.096192094,-1021536.8104554479
+    -89.57866908274104,45.878694385805154,2227741.1748692575,-415150.2869048238
+    -91.3363990205972,48.81424184595446,1711440.3346356512,619321.8830374693
+    -90.60467388992951,44.522759580060004,2003983.8889993683,-929924.8502834267
+    -91.35968467585798,44.46090255853856,1808671.426380883,-966197.8811166513
+    -95.1535317382241,44.660769262718084,816139.5700212612,-933133.3793233368
+    -97.21908709945237,48.83034187043385,294635.38688662485,586894.2369150738
+<EPSG:103767> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'0"W +lat_0=45d16'58.0"N +lat_1=45d21'0"N +lat_2=45d42'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.8745736836139,47.27695963506577,1065060.0021921503,835397.4538708912
+    -95.27314498750337,45.928880701057224,468660.92932228174,335635.2751037552
+    -89.769768051336,44.77194699827395,1896434.1830299138,-39468.128374791595
+    -92.94551098893444,46.32674986590218,1056964.99158123,488367.0943517593
+    -94.46107055984297,45.73150695841037,675940.5885032477,264387.24768760946
+    -94.84116751470815,45.1506304259231,579685.9065679248,51966.59900217056
+    -91.80315496957286,45.57057396838335,1356934.4267859615,222807.2318859563
+    -92.11895432944607,44.33764870195405,1293083.7465809088,-229665.15841566885
+<EPSG:103768> +proj=lcc +a=6378418.941 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d23'0"W +lat_0=44d47'28.0"N +lat_1=44d53'0"N +lat_2=45d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.50318608078325,43.590977145611575,468234.79088608373,-337559.25496788434
+    -90.84831167092185,49.26636583306451,1106957.41857819,1743301.1918000742
+    -93.14837993726772,45.41986295719363,560336.9919427102,329348.77624539804
+    -97.08199859002985,45.34392070571751,-450767.5832336345,323275.31102310965
+    -97.16219109739527,46.038849622983875,-459550.1296484186,577386.407715243
+    -90.18438080711957,44.89905733866016,1328788.1717434337,155722.99042053262
+    -93.63695058058266,47.69893097969921,437473.2868214122,1160943.693828239
+    -94.27570153926426,47.658956242214714,279839.1296504533,1147459.822199194
+<EPSG:103769> +proj=lcc +a=6378445.763 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d22'0"W +lat_0=47d29'56.0"N +lat_1=47d36'0"N +lat_2=48d5'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.72597306252379,45.87535359643352,1682072.8211242927,-456788.7729596673
+    -93.41259927860813,47.77269182854785,1226278.0107867778,213761.59247797183
+    -94.18853788323969,46.9467241665791,1044057.3880024246,-93754.5012652021
+    -96.09477431038847,47.25143033671675,567531.6642610588,9849.925972955785
+    -96.84980742134967,47.84247486616831,381347.46209801384,225708.42267904553
+    -91.14465287631619,47.947701420023435,1778894.08247276,306943.8992761556
+    -93.66605944532714,48.602503595445924,1153413.7643861787,514040.1055804984
+    -89.5379003166579,43.93322060509371,2300764.20651239,-1121756.0363702723
+<EPSG:103770> +proj=lcc +a=6378438.753 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d14'0"W +lat_0=44d11'41.0"N +lat_1=44d16'0"N +lat_2=44d34'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.88453339582279,47.26524414962796,1828828.5730021566,1263577.969204483
+    -92.69823409757187,45.41441199309016,1151066.8489781877,554809.045710443
+    -90.1947883140009,46.038387018396236,1779395.018166082,811715.2280133788
+    -90.54778727278894,49.357106167029556,1620483.970963566,2017254.039552613
+    -91.15999806712895,45.10645787316646,1551439.2949716037,458586.8170839844
+    -90.28642297658297,48.72701824715374,1696842.1948956933,1790674.6765946916
+    -90.2625033995718,45.21907303247192,1780356.211730583,512373.1175649007
+    -92.17767035837224,44.27987850244202,1300138.9246751945,145980.12711716467
+<EPSG:103771> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'0"W +lat_0=44d27'22.0"N +lat_1=44d32'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.99561811816729,46.587403132463734,911996.5774419523,881444.3701274884
+    -90.75558229253188,46.84281838836528,1470776.9160598472,993636.4415070486
+    -90.44712385664675,49.05813594367126,1506329.31709866,1805911.9555153013
+    -90.94071279675894,47.462444900235596,1414206.7902985727,1217468.4503752384
+    -94.17303693061103,48.620327565993286,611604.9871796645,1620188.7236361525
+    -95.31994533945979,43.891417081191754,318969.8466793517,-105115.05200674997
+    -96.1104429923952,48.45177301113993,140754.73098941307,1561496.7202024641
+    -91.33654582090645,45.77075458053365,1341255.2731516294,596408.6637176801
+<EPSG:103772> +proj=lcc +a=6378434.181 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d8'0"W +lat_0=44d11'41.0"N +lat_1=44d18'0"N +lat_2=44d40'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.36793539064823,47.44713018115873,689650.7338901788,1287439.1681358663
+    -90.9930469257221,48.34118684555584,1021716.9567871382,1620128.7094218826
+    -90.64986964315966,49.23444572771147,1095420.1613169282,1949206.1878502623
+    -94.77117965401956,47.629608839948474,95529.87084024659,1357263.6983467317
+    -89.81745015093661,45.11791488775924,1355855.9152263321,453954.9521043065
+    -97.02162914598475,48.36357292814788,-447174.243010448,1644011.005401931
+    -96.42581855976897,45.56808959467408,-343211.29823180847,617749.364870927
+    -94.88413932088834,48.17151872828324,71878.59477744717,1555847.1165065507
+<EPSG:103773> +proj=lcc +a=6378624.681 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d57'0"W +lat_0=43d30'0"N +lat_1=43d34'0"N +lat_2=43d48'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.78613151100944,43.89534745663575,2123465.2565484997,304465.07337123074
+    -96.23093253046703,47.00346632760101,429779.44635801023,1378337.0227256264
+    -90.56048180719681,44.39100504259205,1908089.1346879855,470591.8346940924
+    -95.57415536031517,49.07128517417791,590516.004344431,2135095.4153709803
+    -95.9099644845088,48.815492639383116,509687.1685279009,2041152.1165965046
+    -93.09004378023863,46.68047864085277,1218787.7720482696,1272617.725368174
+    -90.6200818143658,45.22133104139127,1873097.040803832,771775.072280035
+    -94.62364295434041,44.407077750140296,846665.2763686585,433467.2338733906
+<EPSG:103774> +proj=lcc +a=6378449.421 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d9'0"W +lat_0=48d32'38.0"N +lat_1=48d36'0"N +lat_2=48d56'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.04704015082095,44.708192166925016,1829039.102830552,-1255661.7536901715
+    -93.53563331654706,46.74087586284453,1155806.4439833697,-546620.6418467305
+    -89.67175446382919,44.69767566969706,2186779.7449349244,-1232274.1676421699
+    -90.80130424578977,49.1921418987248,1778127.3144658345,381412.0362409821
+    -91.06049988162988,46.14329751157636,1790547.8515363277,-732874.2397043435
+    -94.94758459928923,48.15969349116466,793499.0100983053,-37856.02189380748
+    -94.68835656699888,47.068608174095246,864404.2045730569,-434777.55140767543
+    -89.8727442813383,47.2277696485998,2058536.790164272,-315953.0719512181
+<EPSG:103775> +proj=lcc +a=6378543.909 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'0"W +lat_0=47d50'0"N +lat_1=47d59'0"N +lat_2=48d32'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.50420512472175,48.28481483293124,-243488.99489059485,279498.73291842215
+    -94.00492461653275,44.42774551497651,92904.64325647037,-1138902.1101165747
+    -89.72436130823594,47.24545461116483,1176997.6704894837,-102451.43852417567
+    -97.1768506802537,48.27640042009355,-650428.7551499616,297060.75738292164
+    -90.34387444721233,48.17918214211879,1013824.586997608,233219.7206936339
+    -91.5026519820635,46.64920772413909,738030.7168084051,-330537.1726423802
+    -96.97620134903306,44.680242582607136,-678966.9282097865,-1016020.2440590098
+    -95.96718361003504,47.520400941750246,-368887.8090756731,5740.445658397197
+<EPSG:103776> +proj=lcc +a=6378605.783 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'0"W +lat_0=47d15'0"N +lat_1=47d20'0"N +lat_2=47d45'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.64644213008162,46.52026943083758,-556184.194692154,-137645.69225406967
+    -92.84331240189273,45.738015543853095,399515.86851049785,-451311.05466925964
+    -96.28756178107635,44.39098495937784,-504316.08299787086,-918380.7169123966
+    -95.49461163411645,45.217118592072104,-285096.40649496467,-626246.2918493362
+    -95.8299089245478,43.64861707569411,-396422.808421214,-1194833.4234809047
+    -96.8504433333881,44.23326523728603,-654739.9703369841,-968067.3676708193
+    -96.5964483039781,47.43218334094995,-525861.387478231,193849.9394144113
+    -95.18409078167602,45.8519369850964,-196905.95496933107,-397732.80738059396
+<EPSG:103777> +proj=lcc +a=6378540.861 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d27'0"W +lat_0=46d39'0"N +lat_1=46d47'0"N +lat_2=47d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.00127206697321,46.4162585544795,613194.4451495273,15070.331899505716
+    -95.66617873412778,43.59063581340448,-353362.86434259353,-998734.9338354152
+    -94.41818032274257,44.30011515349589,-15815.882996023995,-750767.9414368012
+    -92.9068232455605,44.625866983970575,380957.69748839847,-638019.1788608191
+    -92.88495452710816,46.72585897662868,390906.4629948253,127971.32781857756
+    -95.79742759698557,48.51054481033647,-311543.79377287626,796109.874031904
+    -94.16953698160148,44.10119807642012,47744.393959870504,-824885.7955822975
+    -92.51294365372304,46.6272877392411,484183.7813082029,91722.34939786377
+<EPSG:103778> +proj=lcc +a=6378421.989 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d19'0"W +lat_0=44d28'19.0"N +lat_1=44d31'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.29889812015931,49.37734661874352,265188.0362240989,1892535.2745886503
+    -92.06727667948203,46.81257786484897,813056.2315478242,956109.0026487365
+    -96.96986607264,44.46998563788072,-453419.2483024423,120675.56316462005
+    -89.68140584560248,47.50330409694239,1399356.5531035485,1225965.5070013234
+    -94.69194154688395,48.34997725526754,164887.32847828147,1518085.5197875563
+    -92.7290497677407,44.459365949636215,653435.4879820453,95967.63101068842
+    -90.45303207372494,43.51627250482824,1259678.8228734436,-235067.14058538046
+    -96.57300730626785,47.59043114386865,-304393.14724297787,1253794.8779389013
+<EPSG:103779> +proj=lcc +a=6378443.325 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d53'0"W +lat_0=44d58'39.0"N +lat_1=45d2'0"N +lat_2=45d28'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.19328399021744,44.125406957981355,1206408.1200252215,-198913.0698976397
+    -95.62308998277426,45.745866386117854,55830.77611612204,384971.3275827263
+    -96.9829725912844,43.49258909674058,-322780.98807470093,-425646.35813271557
+    -92.75648180186906,44.227580112260405,795436.5684895101,-171372.47969642037
+    -92.01866380733729,48.45230786040086,953225.9196223075,1373219.1119628022
+    -92.07776582843543,47.237111789797474,948793.9885035455,929228.2364645074
+    -90.7893766327306,47.09966176555083,1270836.5515556876,888824.096971222
+    -92.88096108269917,46.727904973928574,751473.8525077112,739950.4914606233
+<EPSG:103780> +proj=lcc +a=6378414.369 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d38'0"W +lat_0=44d27'22.0"N +lat_1=44d32'0"N +lat_2=44d55'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.72905429446726,46.60332216631576,1230310.5407317565,896136.4092037062
+    -89.54717336929545,45.378806812235624,1806291.1052398963,477246.7904800207
+    -95.46532559970593,45.79344243097547,287727.2275403744,588734.1875154453
+    -95.93285961657148,44.17283869885315,159018.64328410372,-555.4809614689036
+    -93.92622150499841,43.719035689334774,686980.758233682,-167914.74794134553
+    -93.95450287341228,45.170931381441555,675089.1226019209,361360.1586506325
+    -94.00556899273997,48.44436360555599,652705.222365074,1556117.5710343034
+    -94.04685558862909,44.21260773914764,653786.0538423061,11776.269313435798
+<EPSG:103781> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'0"W +lat_0=45d16'58.0"N +lat_1=45d21'0"N +lat_2=45d42'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.32002551654519,47.31735365794463,457802.90573479375,842176.9433469089
+    -92.08749841709971,49.09658065776272,1235090.9917052318,1506015.1551957356
+    -93.53607110894923,43.73358123612899,926789.6000768539,-460641.15503804834
+    -90.01124567975606,44.81081384501878,1832940.1118953156,-29430.17077981865
+    -93.35884401159493,44.373494862644314,968443.138740668,-226339.1973932917
+    -93.02205506598108,45.43677135155603,1046231.1517149917,163391.8952671721
+    -95.14890199764945,45.71427632867032,500280.5000543361,257348.93271230368
+    -95.50907214838686,45.897233151300306,408568.66898674535,324274.1029436284
+<EPSG:103782> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'0"W +lat_0=43d50'2.0"N +lat_1=43d53'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.31169038228686,43.69202724809293,-133438.1673178473,57483.40317692996
+    -93.72820240347167,44.846714325297256,289480.2098738305,470304.1276452929
+    -90.53232278890123,45.527534858649915,1111266.3166900717,726411.1376712909
+    -89.99149846752894,48.943787226661364,1205593.0280155775,1978431.9304897445
+    -95.77743821217219,48.80530867734569,-191824.8255909691,1927203.0921087766
+    -90.09731102538109,44.99400467783027,1229400.0794051418,535449.2328020432
+    -93.70507355998029,49.11793331467796,310397.7009028023,2030617.387595784
+    -97.15013179951355,48.08577938650228,-537052.9026946236,1678501.040926579
+<EPSG:103783> +proj=lcc +a=6378502.761 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d9'0"W +lat_0=45d16'58.0"N +lat_1=45d21'0"N +lat_2=45d42'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.6499556822171,44.299584495453985,892821.5514626738,-254846.92869527105
+    -91.04672324492118,45.44326750226599,1552831.2809771362,185429.09698771161
+    -95.54301160288192,44.42422780421117,397297.64625831513,-212812.80103649953
+    -93.81407728345859,45.998656189152655,839539.0141487066,363882.7256145621
+    -89.62509917930974,45.386549681517955,1918516.2618273685,186661.14635526005
+    -94.69000504737896,45.15718292420821,618675.2664941835,54542.59974633821
+    -95.96422381249042,47.759350379504546,299564.4311161998,1004483.9259532976
+    -93.92296342970839,44.393466323918815,820811.1606109969,-221830.18648501317
+<EPSG:103784> +proj=lcc +a=6378470.757 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d3'0"W +lat_0=45d9'8.0"N +lat_1=45d13'0"N +lat_2=45d32'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.87685433601092,45.65736880184106,1311238.7157384823,300191.6771472935
+    -92.34425953678888,49.12500205822312,1389059.7697213746,1570567.1678091567
+    -90.42967316102401,44.07702160612472,1976282.6746034634,-240501.48414589124
+    -90.85154428347789,46.05214372791196,1819154.6932963606,470779.05168485007
+    -92.27889018895233,46.69807988710624,1446234.8183153335,685956.2947547679
+    -95.97729002193019,48.69527196475591,517592.2093911436,1393007.133338715
+    -94.20843297360648,47.62287257804924,954489.0265771663,1006485.1675711189
+    -96.57392700275088,47.36595720399315,370076.86480034725,907926.305224404
+<EPSG:103785> +proj=lcc +a=6378548.481 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d54'0"W +lat_0=45d46'24.0"N +lat_1=45d52'0"N +lat_2=46d17'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.28536037484592,48.584610647000375,406626.09540810174,1125979.0889523504
+    -94.72287261012946,43.646778583255696,546929.5671846707,-675566.2373145758
+    -92.54528990647853,44.19476620745774,1117868.773201791,-466560.8410959972
+    -95.66125489390791,49.09904988513379,317346.23615917965,1314554.055572931
+    -93.48103783558213,48.032548623061885,847396.9126822773,927282.6864924206
+    -96.4948188677606,46.43508731456028,97870.39364990764,345371.9880489365
+    -97.02494994232623,44.60047271243084,-53643.1688787616,-320332.8174007242
+    -96.85359578901517,44.4143056221019,-10674.569254604885,-389357.44333222386
+<EPSG:103786> +proj=lcc +a=6378463.746 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=96d33'0"W +lat_0=45d35'8.0"N +lat_1=45d38'0"N +lat_2=45d58'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.72016043098562,48.38910941201548,1674141.1655331613,1158408.2471326282
+    -91.36450255174837,46.70870733736776,1800249.7529292305,551819.6092483677
+    -94.78746035915263,45.897942255732126,948747.3963621611,218866.58902936918
+    -93.24080972207905,43.9439581514542,1371852.8714563642,-480601.98491658
+    -93.86924206935076,46.47927775948977,1175345.2560132027,437263.47882583435
+    -95.18399736644616,47.93625346052372,835089.4388524481,960427.093098205
+    -91.69815269217688,45.94170398191548,1733666.721217963,267335.8031839813
+    -93.57833487106535,45.00615148914346,1268570.1734734906,-96993.0014392316
+<EPSG:103787> +proj=lcc +a=6378426.561 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d16'0"W +lat_0=44d6'25.0"N +lat_1=44d9'0"N +lat_2=44d25'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.1754926254011,47.52913992432772,-219686.94081858092,1361379.207200483
+    -89.90276470772955,45.921528706416076,1101810.574832231,770386.5677762214
+    -92.64584251648618,44.60572355108516,401237.74004564434,282073.3539666141
+    -96.14743939224087,43.72044618746956,-525691.9904112883,-16643.807550848214
+    -93.4560051329815,46.315946022764045,199268.440530093,907812.8131175048
+    -92.25409252663398,44.08846831125727,503304.0384162592,93264.51124368109
+    -90.9057011284525,46.37229350233417,843783.7655539849,929048.0401609117
+    -91.05407540705046,43.76572960976088,820352.9388972557,-22026.16538784008
+<EPSG:103788> +proj=lcc +a=6378546.957 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d28'0"W +lat_0=46d9'23.0"N +lat_1=46d16'0"N +lat_2=46d44'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.33525084812969,44.51762080021508,1317126.5423492726,-481514.0834188777
+    -91.50178159770988,49.00390568291151,1212269.3124276958,1152410.617027014
+    -95.42637296647581,48.31428973293458,266337.1792675269,888665.6447888109
+    -93.4969057402036,44.82029969175805,751758.414181632,-385754.29896159103
+    -91.99793401106534,44.17323374351574,1148193.082102145,-613228.4429363094
+    -95.93053839491432,44.05296356607305,114790.44339434651,-663673.2950332027
+    -92.16466849788422,45.74123338577869,1087761.5184675122,-42843.3297084907
+    -90.64310941447405,46.21940794198845,1467574.5515628352,146406.75533614174
+<EPSG:103789> +proj=lcc +a=6378481.425 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=92d55'0"W +lat_0=43d50'2.0"N +lat_1=43d53'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.57547882293991,48.383205720605844,1070596.4778334107,1768789.454606098
+    -92.03728165311246,43.7756297518941,732283.8993995833,80000.14168559728
+    -93.25325658860802,46.65648850764859,415379.3493482493,1129750.5749765278
+    -91.30399910667583,45.07474546147463,916694.7718423351,556499.2137802896
+    -96.88427453515864,44.71087676742393,-531235.4706405703,444547.7419272329
+    -91.99149020233888,46.3101777934639,734008.7618798928,1004465.0828589819
+    -89.97359877350156,46.406356105821196,1243007.497825067,1051518.9393466269
+    -96.4718489880683,46.23860478722037,-400093.3618542157,996433.1933460106
+<EPSG:103790> +proj=lcc +a=6378514.953 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=94d55'0"W +lat_0=43d50'53.0"N +lat_1=43d54'0"N +lat_2=44d10'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -97.10354051241636,48.85082219969276,-28439.578355331392,1933690.6619794138
+    -94.27096114363755,43.51561714560485,671304.096579582,-20518.92204965186
+    -96.38662565233174,48.292970914100536,141132.92664526985,1725689.6651850583
+    -90.19244552160407,47.278301432411745,1674022.3776379798,1385170.5932701316
+    -91.10151523835266,48.77138598850454,1423023.8812970195,1918957.0835764504
+    -90.48187696253211,46.96479652364824,1608325.4756755526,1266816.7929117845
+    -89.63727650512985,43.54359305259709,1899013.549382255,33824.78576551725
+    -89.85376019621073,44.02442464586921,1830960.6467784343,205183.46731935831
+<EPSG:103791> +proj=lcc +a=6378453.688 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=91d37'0"W +lat_0=43d50'50.0"N +lat_1=43d54'0"N +lat_2=44d8'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.63353270714124,46.20595708004302,-770481.1383046048,998908.7128947232
+    -90.99525093920553,48.694456562325605,650610.022449619,1870303.3669782695
+    -92.22372011968336,44.59454149069191,341847.68699689285,373037.69921384635
+    -94.26916116145824,45.91674164504292,-175416.25230615822,865569.3614777387
+    -89.70580894431592,49.22052433374932,958624.8559240489,2067735.0579201176
+    -90.93167725318335,48.814663685796276,665652.1520891334,1914437.1523498897
+    -94.12717269392722,44.13656045822425,-159036.31354355803,215514.10058843603
+    -94.03059041884222,44.344189837832054,-131474.01983111902,290421.3497754476
+<EPSG:103792> +proj=lcc +a=6378443.325 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=93d53'0"W +lat_0=44d58'39.0"N +lat_1=45d2'0"N +lat_2=45d28'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.32620655990021,48.375620789644394,-94574.39970489054,1348961.887640983
+    -95.91536089539142,48.357626835971715,5233.046691824816,1339615.9605424928
+    -94.96373320760699,46.262325840875725,226677.37033548803,570373.6947803298
+    -90.23042453127564,46.52923399970186,1419428.1966798953,686725.6099721075
+    -94.27576561315787,45.620735874211114,399580.59582547785,334794.3884412118
+    -92.25416320084449,46.734229269472294,908660.237968973,744822.0196448024
+    -91.87183689022,43.731860310171385,1031840.6094343677,-347566.6241616148
+    -90.94899027801874,44.51967640410151,1265305.0206006549,-53011.76650621639
+<EPSG:103793> +proj=lcc +a=6378530.193 +rf=298.2572221008827 +units=us-ft +x_0=152400.3048006096 +y_0=30480.06096012193 +lon_0=95d54'0"W +lat_0=44d32'30.0"N +lat_1=44d40'0"N +lat_2=44d57'0"N +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.84246689641469,45.33802550799325,514796.5831766186,390378.56435380445
+    -94.05235417243188,47.155453297799895,960076.1836249679,1058666.9320064841
+    -95.03061944903973,43.70361145601441,729958.724502157,-204324.63893041434
+    -96.72032960926623,45.75597611165569,290565.996816556,543853.3584450053
+    -90.33552301739346,44.37250207418568,1954053.101888133,88102.23315588536
+    -90.4531610853034,46.86407390915889,1862522.116557182,992736.3035713596
+    -90.06522266351415,47.767147721086566,1935758.9823434132,1328361.4010923202
+    -94.91350448751383,44.296386014476795,758312.8423005248,12138.450829536823
+<EPSG:103846> +proj=lcc +a=6378412.542 +rf=298.270107115315 +x_0=60045.72009144019 +y_0=0.0 +lon_0=91d17'40.0"W +lat_0=44d34'52.0"N +lat_1=44d48'50.0"N +lat_2=45d8'30.0"N +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -87.9839432994703,47.14227160599286,311281.0358585773,289869.52309494046
+    -86.8406174651552,47.1597196687773,397865.79137561907,295962.89804094774
+    -92.60226748496953,42.924369379573506,-46793.25042505858,-183269.5365227052
+    -89.08002209994706,46.34219398032318,230555.68104804782,198079.72412039226
+    -92.60751022618139,45.42264042802676,-42724.01650149407,94357.57960781961
+    -89.91540450275112,44.967501102074046,168839.1070865547,43865.9888852177
+    -91.97040218794767,44.08830736082626,5902.244240892098,-54539.73715247208
+    -87.07696664584974,44.30787013006826,396443.65012633766,-21612.08118762964
+<EPSG:103946> +proj=lcc +a=6378412.542 +rf=298.270107115315 +units=us-ft +x_0=60045.72009144019 +y_0=0.0 +lon_0=91d17'40.0"W +lat_0=44d34'52.0"N +lat_1=44d48'50.0"N +lat_2=45d8'30.0"N +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.04545242112005,46.99356806498109,1008129.5920977931,896161.2155245111
+    -90.64225250000085,46.32672258241499,361823.03354579245,637243.9246840619
+    -86.76930203864133,44.40941104705024,1379031.3776517902,-29599.93397733588
+    -89.44201545886742,44.802213274343195,677817.4167260254,86108.96661266171
+    -88.04918721118636,44.53497972698109,1043088.7030554407,119.46222137037611
+    -87.31286855842143,43.19086527762206,1258981.5150884048,-480827.32126736024
+    -91.63714791528915,44.57126886383162,107684.24136206602,-3399.687696708797
+    -87.59150807655776,46.94141086240016,1122254.6847653259,882004.9639850658
+<EPSG:104009> +proj=lonlat +ellps=GRS80 +no_defs +bounds=69.24,39.19,80.29,43.22  <>
+    77.69493930828882,41.596633798972476,77.694939308,41.596633799
+    73.50984649944814,40.61450772543719,73.509846499,40.614507725
+    78.39376967077509,42.83481528740323,78.393769671,42.834815287
+    75.15637418735207,40.743183608683616,75.156374187,40.743183609
+    72.59085168230195,42.36749927588928,72.590851682,42.367499276
+    75.52157995544407,42.74723337664416,75.521579955,42.747233377
+    71.00325881911458,41.35983171685527,71.003258819,41.359831717
+    72.14344462288263,42.5973714428061,72.143444623,42.597371443
+<EPSG:104010> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -140.52596356186086,52.198858344270576,-140.525963562,52.198858344
+    -166.50403979538933,-34.975098658279954,-166.504039795,-34.975098658
+    -175.06436489380218,24.15455769780965,-175.064364894,24.154557698
+    -87.33827809851977,-31.834074649330717,-87.338278099,-31.834074649
+    113.20673735257117,-25.928107362793696,113.206737353,-25.928107363
+    36.1014919829542,53.19219388710724,36.101491983,53.192193887
+    -169.9758694436782,27.099099734489656,-169.975869444,27.099099734
+    -71.76087823487116,-12.60534952568186,-71.760878235,-12.605349526
+<EPSG:104011> +proj=lonlat +ellps=WGS84 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -102.48636558842009,68.62340761221134,-102.486365588,68.623407612
+    15.777304359036378,60.19561608197188,15.777304359,60.195616082
+    98.15596218076746,7.1958426817452334,98.155962181,7.195842682
+    167.20901043559223,-34.8567399804625,167.209010436,-34.85673998
+    -172.8980340884542,57.861376939293194,-172.898034088,57.861376939
+    -53.24716071410185,-60.601754208030535,-53.247160714,-60.601754208
+    -131.6980251807544,-36.7737642467107,-131.698025181,-36.773764247
+    22.375091007471184,-14.604163602124544,22.375091007,-14.604163602
+<EPSG:104012> +proj=lonlat +ellps=WGS84 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -89.75474977330063,87.6390606964085,-89.754749773,87.639060696
+    -54.788319536362664,-31.645461896433083,-54.788319536,-31.645461896
+    72.60143102896475,30.75010220104589,72.601431029,30.750102201
+    -101.70711869991246,-85.67320108997336,-101.7071187,-85.67320109
+    177.44029974458027,-78.12443208152044,177.440299745,-78.124432082
+    -164.30174213591607,-65.21988694938446,-164.301742136,-65.219886949
+    -58.35775203764828,-21.788640019966536,-58.357752038,-21.78864002
+    -118.75628655160907,-15.731999006117192,-118.756286552,-15.731999006
+<EPSG:104013> +proj=lonlat +ellps=WGS84 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    2.9913809236808504,8.822176444012257,2.991380924,8.822176444
+    -71.51006222510168,47.33731666549062,-71.510062225,47.337316665
+    80.98605528767445,-70.64128396827809,80.986055288,-70.641283968
+    -122.46586394899172,22.535774436345775,-122.465863949,22.535774436
+    47.96886715401047,-82.95108161736503,47.968867154,-82.951081617
+    -135.20763451295377,39.9779837620716,-135.207634513,39.977983762
+    -30.943779933704747,-21.243388103457036,-30.943779934,-21.243388103
+    -27.01136099342432,62.57124626523921,-27.011360993,62.571246265
+<EPSG:104014> +proj=lonlat +ellps=WGS84 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -24.410686307797448,-67.9960111403911,-24.410686308,-67.99601114
+    74.64411056898712,-34.94882421764035,74.644110569,-34.948824218
+    -139.9984916669248,10.030344867195325,-139.998491667,10.030344867
+    -166.28235820464513,65.15220534466044,-166.282358205,65.152205345
+    -141.20723518948574,24.85335042550004,-141.207235189,24.853350426
+    -119.4582971761921,77.03825918915368,-119.458297176,77.038259189
+    -48.062800211612455,-51.113638140623486,-48.062800212,-51.113638141
+    -179.87448865126368,14.989534437321211,-179.874488651,14.989534437
+<EPSG:104015> +proj=lonlat +ellps=WGS84 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -48.75376617383063,-84.82828259980305,-48.753766174,-84.8282826
+    94.65545616411106,-65.5808649416685,94.655456164,-65.580864942
+    70.33588229027151,-41.02470863619347,70.33588229,-41.024708636
+    -29.06330812741382,-37.32341942945657,-29.063308127,-37.323419429
+    122.48090071011751,-7.475603890241615,122.48090071,-7.47560389
+    -164.88025802989895,33.30571882546877,-164.88025803,33.305718825
+    109.63837925089632,-6.342159413073048,109.638379251,-6.342159413
+    61.946493559454865,-62.07154236136852,61.946493559,-62.071542361
+<EPSG:104016> +proj=lonlat +ellps=WGS84 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -108.00163815880921,58.2687122157524,-108.001638159,58.268712216
+    179.03157593328126,-33.1200258967936,179.031575933,-33.120025897
+    78.21516864574471,-36.96449960313697,78.215168646,-36.964499603
+    107.59321550464534,-10.622542780345427,107.593215505,-10.62254278
+    56.961257458804255,21.086781066003965,56.961257459,21.086781066
+    90.92982270031172,49.49488371424678,90.9298227,49.494883714
+    26.231570452832443,-25.87061035168243,26.231570453,-25.870610352
+    73.49890902923292,-17.711898720735846,73.498909029,-17.711898721
+<EPSG:104017> +proj=lonlat +a=6378136.0 +rf=298.257839303 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    160.0323154402933,61.852378999747316,160.03231544,61.852379
+    -19.758625058270525,11.035311078196514,-19.758625058,11.035311078
+    93.06074161761245,50.52853270521888,93.060741618,50.528532705
+    -37.320600975880865,62.44629133820658,-37.320600976,62.446291338
+    6.238299834997605,-76.04479680409283,6.238299835,-76.044796804
+    -133.26252243476824,44.62491312385126,-133.262522435,44.624913124
+    -72.68829657739622,29.009665129080503,-72.688296577,29.009665129
+    87.39229403814215,46.8894683667001,87.392294038,46.889468367
+<EPSG:104018> +proj=lonlat +a=6378136.0 +rf=298.257839303 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    148.91384463442398,30.868751509654388,148.913844634,30.86875151
+    175.87975877043777,40.04600852444844,175.87975877,40.046008524
+    58.11734093390348,-37.267832886712576,58.117340934,-37.267832887
+    -114.11184861786494,37.25244286856166,-114.111848618,37.252442869
+    151.92085371316,28.217253367236395,151.920853713,28.217253367
+    -164.31483156834034,45.09590958706329,-164.314831568,45.095909587
+    65.36678955008216,16.11126749139325,65.36678955,16.111267491
+    61.2386807887157,-40.89028130550081,61.238680789,-40.890281305
+<EPSG:104019> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -85.11630154261566,64.75652515502642,-85.116301543,64.756525155
+    -81.7151858138396,-84.77665926656833,-81.715185814,-84.776659267
+    179.46110283558556,60.91123277587397,179.461102836,60.911232776
+    128.43139630024564,28.86195373234318,128.4313963,28.861953732
+    -35.5347136421278,58.67747174666718,-35.534713642,58.677471747
+    -171.87423084376823,-85.18064001468565,-171.874230844,-85.180640015
+    133.37092668760977,-58.43725558695408,133.370926688,-58.437255587
+    -16.19136870941543,-53.87234468147563,-16.191368709,-53.872344681
+<EPSG:104021> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -165.78843042333955,21.004313329261933,-165.788430423,21.004313329
+    -112.99378546103333,-82.7200444829412,-112.993785461,-82.720044483
+    28.96949463571704,-21.996086300058877,28.969494636,-21.9960863
+    123.21136577849444,-63.95230889040185,123.211365778,-63.95230889
+    -76.57604817236668,-44.37432999300212,-76.576048172,-44.374329993
+    141.09557248589743,-59.84444354217216,141.095572486,-59.844443542
+    98.10735797635283,-69.66467529072479,98.107357976,-69.664675291
+    -76.81981916445001,82.04186335442563,-76.819819164,82.041863354
+<EPSG:104050> +proj=lonlat +ellps=WGS84 +towgs84=-19.01545797641788,-115.1184254649785,97.28750774701817,-3.577777246269048,3.484485006141433,2.767585559700101,-18.60812913101473 +no_defs +bounds=-0.7,51.2,0.6,51.8  <>
+    -0.5379492226802639,51.74673493504947,-0.538312126,51.747020549
+    0.5427976353202115,51.3497616477874,0.542455643,51.350046717
+    -0.2721584914350919,51.56028895179149,-0.272515448,51.560573545
+    0.3421774554730417,51.78271731198151,0.34182878,51.783006069
+    0.27381561490602957,51.56900157414785,0.273467518,51.569287987
+    0.443396243470328,51.48671136956271,0.443051563,51.486997488
+    -0.570774386275166,51.70628615833389,-0.571137488,51.706571254
+    -0.0780817257208184,51.39923906466988,-0.078434178,51.399522669
+<EPSG:104101> +proj=lonlat +ellps=bessel +towgs84=374.0,150.0,588.0 +no_defs +bounds=20.37,57.52,28.2,60.0  <>
+    24.138569717406774,57.68338393333495,24.138838994,57.683076479
+    26.531514856113475,58.88010132695084,26.532084648,58.879930669
+    25.478183540814968,59.18685752321585,25.478629163,59.186728172
+    22.065474168653346,58.527242778746135,22.065499673,58.527039678
+    22.756042630513196,57.69725365769516,22.756149001,57.696949927
+    21.27720593457217,58.24531688308563,21.277136828,58.245079547
+    25.941385868276818,57.786509224636426,25.94186875,57.786208851
+    26.507153409826675,58.98048317827417,26.507721888,58.980324786
+<EPSG:104102> +proj=lonlat +ellps=bessel +towgs84=682.0,-203.0,480.0 +no_defs +bounds=9.53,40.85,23.04,49.02  <>
+    19.1080683313946,48.064136935328264,19.113638024,48.064523831
+    23.004614888411215,46.40468761553891,23.010511659,46.404685439
+    20.612641688354486,41.67210428218479,20.617807148,41.671674951
+    13.401254296739518,44.97074875945573,13.405761856,44.971014576
+    13.804245175796947,47.65941130854829,13.809036707,47.659988845
+    20.5685510127895,41.93236399097803,20.573732158,41.931966416
+    18.70875850435055,47.85762818182559,18.714252074,47.858009758
+    20.274766132516348,44.72357977934839,20.280153374,44.723517975
+<EPSG:104103> +proj=lonlat +a=6378249.145 +rf=293.465 +no_defs +bounds=-16.57,4.22,-10.26,10.0  <>
+    -14.214236803233117,5.984715800473496,-14.214236803,5.9847158
+    -10.470088762711093,7.677640169273435,-10.470088763,7.677640169
+    -13.934053953973272,5.931023695954007,-13.934053954,5.931023696
+    -11.42143592679291,5.755031714914935,-11.421435927,5.755031715
+    -11.978687834140352,5.8825389470646,-11.978687834,5.882538947
+    -14.572958489108691,7.71277683967619,-14.572958489,7.71277684
+    -13.703699404709104,4.782117646135364,-13.703699405,4.782117646
+    -11.32723282429724,5.469136943698576,-11.327232824,5.469136944
+<EPSG:104105> +proj=lonlat +ellps=bessel +towgs84=631.392,-66.551,481.442,1.09,-4.445,-4.487,-4.43 +no_defs +bounds=-35.58,29.24,-6.19,43.07  <>
+    -22.27860762591569,31.692524729890543,-22.278777768,31.690150915
+    -25.4250039649386,33.9224615089708,-25.425502561,33.92032956
+    -23.477196838544685,37.98799443503799,-23.477522196,37.986339101
+    -20.242171349443154,39.37583256783992,-20.242155958,39.374354121
+    -14.831134542876654,31.02287042819511,-14.830543521,31.020416133
+    -17.658226922867357,42.12747188520158,-17.657934428,42.126330771
+    -27.012939623739904,31.883580441212988,-27.013584691,31.881213778
+    -22.26935146566985,31.438125251795615,-22.269520134,31.435722872
+<EPSG:104106> +proj=lonlat +ellps=intl +nadgrids=DLX_ETRS89_geo.gsb +no_defs +bounds=-35.58,29.24,-6.19,43.07  <>
+    -30.912468992451746,39.45543720571355,-30.912468992,39.455437206
+    -16.68508317604966,41.68969779978125,-16.685083176,41.6896978
+    -20.426648317867112,31.230066572401142,-20.426648318,31.230066572
+    -32.41193552079575,39.54116149128526,-32.411935521,39.541161491
+    -13.590649772664584,40.76068610824182,-13.590649773,40.760686108
+    -19.05480382543935,39.85053484109357,-19.054803825,39.850534841
+    -33.898370403760964,31.68924113353874,-33.898370404,31.689241134
+    -18.141163011222435,42.76922383614098,-18.141163011,42.769223836
+<EPSG:104109> +proj=lonlat +ellps=clrk66 +towgs84=-89.121,-348.182,260.871 +no_defs +bounds=135.27,-1.19,165.68,13.43  <>
+    151.7995927032875,6.794075443073247,151.796435896,6.792144756
+    155.24981407141684,8.232638925265329,155.246605622,8.230828148
+    135.35736628953066,9.129859363676207,135.354542856,9.127942299
+    158.5311542479182,3.088055947587599,158.527945874,3.085909073
+    163.54535994909483,12.240515416165715,163.542058954,12.239073995
+    140.93355360455635,7.588369711015197,140.930594936,7.586413396
+    135.74720514362804,0.0597163519513777,135.744406228,0.057359787
+    156.52753555113992,10.090211041598018,156.524297998,10.088538378
+<EPSG:104112> +proj=lonlat +ellps=clrk66 +no_defs +bounds=129.48,1.64,136.98,11.45  <>
+    136.7580944797671,6.112076896134749,136.75809448,6.112076896
+    133.9162509466694,7.268544122334632,133.916250947,7.268544122
+    131.5104532583299,3.031770598333588,131.510453258,3.031770598
+    131.98811945049158,6.106780507498022,131.98811945,6.106780507
+    129.72449867877245,4.071842133300561,129.724498679,4.071842133
+    133.49296485640266,6.999501045719078,133.492964856,6.999501046
+    130.38660078615678,5.391613982009336,130.386600786,5.391613982
+    135.69141919517384,2.019549386171859,135.691419195,2.019549386
+<EPSG:104113> +proj=lonlat +ellps=clrk66 +no_defs +bounds=157.47,1.77,175.52,17.88  <>
+    166.13120937105467,10.643937604717136,166.131209371,10.643937605
+    170.90972167909186,5.85414795058505,170.909721679,5.854147951
+    165.0080790660115,11.989450930692758,165.008079066,11.989450931
+    159.36789804655962,9.055917999859188,159.367898047,9.055918
+    168.42008449731082,10.722202655125518,168.420084497,10.722202655
+    162.06626114296543,2.9132873967121413,162.066261143,2.913287397
+    173.62548741462302,7.39925539485238,173.625487415,7.399255395
+    173.4907166905292,6.503493343562621,173.490716691,6.503493344
+<EPSG:104115> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    26.659987250458016,-5.549678209023767,26.65998725,-5.549678209
+    129.9105310606139,-54.57420583527507,129.910531061,-54.574205835
+    94.5279294712696,89.77919468927263,94.527929471,89.779194689
+    16.142490294728248,-83.73604792606994,16.142490295,-83.736047926
+    -48.23880885466025,-50.90299000623015,-48.238808855,-50.902990006
+    133.88102249296122,1.1886819672488684,133.881022493,1.188681967
+    137.95132735706858,19.34488872540794,137.951327357,19.344888725
+    128.6411411098842,-38.27694592524317,128.64114111,-38.276945925
+<EPSG:104116> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -86.4524246119742,87.68482325640102,-86.452424612,87.684823256
+    -39.51587603124119,-10.611960204818246,-39.515876031,-10.611960205
+    143.47816410306592,-74.53286102108126,143.478164103,-74.532861021
+    26.041805213638156,25.08119636590628,26.041805214,25.081196366
+    -133.95382557957475,-30.61025499377707,-133.95382558,-30.610254994
+    -171.9158009315556,54.512431230263076,-171.915800932,54.51243123
+    -128.1393227041957,62.345526168245556,-128.139322704,62.345526168
+    155.0564221028181,42.76613395578181,155.056422103,42.766133956
+<EPSG:104117> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -132.3344964613682,-52.479495375387344,-132.334496461,-52.479495375
+    135.05119076973892,80.41832150988259,135.05119077,80.41832151
+    82.24624375775943,55.11902359697015,82.246243758,55.119023597
+    46.67271252888645,-66.68291241009308,46.672712529,-66.68291241
+    -78.48391249821712,-4.747967193526478,-78.483912498,-4.747967194
+    -136.48682132529427,45.941552187140076,-136.486821325,45.941552187
+    162.5315056556733,58.74181032693957,162.531505656,58.741810327
+    74.9819941811885,-60.99107948159021,74.981994181,-60.991079482
+<EPSG:104118> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    167.69550423793777,-64.31642893212077,167.695504238,-64.316428932
+    160.99901062354877,4.03897727340761,160.999010624,4.038977273
+    -126.17596140109475,-72.44300797497027,-126.175961401,-72.443007975
+    -89.99156690793194,-49.24026757730155,-89.991566908,-49.240267577
+    2.823795578620718,-36.01651145632881,2.823795579,-36.016511456
+    -131.69285556353174,52.73354049820745,-131.692855564,52.733540498
+    28.125888953092897,56.10546974128593,28.125888953,56.105469741
+    -107.42725585602278,13.068128663572153,-107.427255856,13.068128664
+<EPSG:104119> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -152.50973538390622,27.005332263469512,-152.509735384,27.005332263
+    110.91939672377976,58.90396026471487,110.919396724,58.903960265
+    54.99337662634346,46.37036152071272,54.993376626,46.370361521
+    0.9692123383238709,6.876983291796762,0.969212338,6.876983292
+    130.9064753306555,83.65124776810327,130.906475331,83.651247768
+    59.1715281216608,-59.049674822698535,59.171528122,-59.049674823
+    -133.0733149132225,20.571578679405647,-133.073314913,20.571578679
+    -81.09738831347532,-3.6008948466525794,-81.097388313,-3.600894847
+<EPSG:104120> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    61.18072808566126,0.46980040321881233,61.180728086,0.469800403
+    76.63494176866857,-28.335852280814024,76.634941769,-28.335852281
+    132.75717083009255,-33.894290958856296,132.75717083,-33.894290959
+    165.6158496659653,31.545477829620978,165.615849666,31.54547783
+    38.007859011683536,41.73994835913035,38.007859012,41.739948359
+    -2.2648562903199263,69.85746397715445,-2.26485629,69.857463977
+    -123.50794724953019,86.99418911424783,-123.50794725,86.994189114
+    88.63501504966735,-18.16352063467302,88.63501505,-18.163520635
+<EPSG:104121> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    173.9870971895944,53.08112481987163,173.98709719,53.08112482
+    -153.2117573512771,-16.07968810493753,-153.211757351,-16.079688105
+    68.79406465942958,74.01845019616692,68.794064659,74.018450196
+    39.680394464657695,-56.052207148021076,39.680394465,-56.052207148
+    105.30920621772668,-82.79021333545228,105.309206218,-82.790213335
+    -82.53114846764277,61.154192440638724,-82.531148468,61.154192441
+    86.3054510937742,9.300943974846959,86.305451094,9.300943975
+    -116.7485663089766,-80.86459715217643,-116.748566309,-80.864597152
+<EPSG:104122> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -27.742166429882076,-49.27903121891059,-27.74216643,-49.279031219
+    -67.75001317255808,-12.971670731133202,-67.750013173,-12.971670731
+    131.60814456089628,-9.066729470067116,131.608144561,-9.06672947
+    161.33336990847624,8.56043593937558,161.333369908,8.560435939
+    170.5310777066876,88.57207623687657,170.531077707,88.572076237
+    -94.85889253321866,33.13371349101345,-94.858892533,33.133713491
+    11.834822087781987,70.24145342907116,11.834822088,70.241453429
+    161.00534907500918,-9.154074988018053,161.005349075,-9.154074988
+<EPSG:104123> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    139.29180322743878,-63.533582200593145,139.291803227,-63.533582201
+    63.90919233245137,-64.36674800585024,63.909192332,-64.366748006
+    166.4205540213681,-45.02721779562699,166.420554021,-45.027217796
+    121.31938920509327,72.85125540258957,121.319389205,72.851255403
+    49.350812427988046,-87.38556276162362,49.350812428,-87.385562762
+    116.36867563916206,-39.24777385161169,116.368675639,-39.247773852
+    129.79093611549132,45.75157836882744,129.790936115,45.751578369
+    -102.33817624055345,12.747454756365656,-102.338176241,12.747454756
+<EPSG:104124> +proj=lonlat +ellps=GRS80 +towgs84=0.0,0.0,0.0 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -113.71414261151692,2.2078780792254378,-113.714142612,2.207878079
+    -134.57732845069216,32.4800635568227,-134.577328451,32.480063557
+    25.62293092159652,46.65346643390279,25.622930922,46.653466434
+    67.43106778609405,-55.82240004934984,67.431067786,-55.822400049
+    36.31085497293998,57.02519878015195,36.310854973,57.02519878
+    -150.77093717879208,-76.30760599904039,-150.770937179,-76.307605999
+    26.124441296836807,72.75639950843143,26.124441297,72.756399508
+    94.25082305318756,-84.58468746313227,94.250823053,-84.584687463
+<EPSG:104126> +proj=lonlat +ellps=intl +towgs84=-148.6316136424543,-339.4243075977868,-157.37624440126,32.88902440860026,-76.95816925503756,-32.63512216135734,8.204956320811974 +no_defs +bounds=113.52,22.06,113.68,22.23  <>
+    113.52487892548497,22.10357649040444,113.521932327,22.104768161
+    113.60505238805021,22.069620183632974,113.602119041,22.0708467
+    113.6683421694228,22.21594167994978,113.665334761,22.217191282
+    113.58040465547528,22.212875408096675,113.577402368,22.214087812
+    113.66549478592738,22.161917010880526,113.662513898,22.163166788
+    113.64618423933766,22.12643821340166,113.643221471,22.127680712
+    113.58961301909795,22.166483266379803,113.586633023,22.167700763
+    113.67723831998752,22.067458727367526,113.674303061,22.068715892
+<EPSG:104127> +proj=lonlat +ellps=intl +no_defs +bounds=5.93,34.76,18.99,47.1  <>
+    18.737413495866868,40.33150367991902,18.737413496,40.33150368
+    6.508587736921132,39.683565175934966,6.508587737,39.683565176
+    14.578392788930607,39.550440506966495,14.578392789,39.550440507
+    15.42258215650415,38.84277804394496,15.422582157,38.842778044
+    9.054848113939784,40.17961155024759,9.054848114,40.17961155
+    16.956754209965577,38.23424573863321,16.95675421,38.234245739
+    10.97212785874362,35.66983753334899,10.972127859,35.669837533
+    10.256613129714793,46.352805883117156,10.25661313,46.352805883
+<EPSG:104129> +proj=lonlat +ellps=GRS80 +towgs84=0.0,0.0,0.0,-0.0,-0.0,-0.0,0.0 +no_defs +bounds=19.08,58.84,31.59,70.09  <>
+    30.265818156738405,66.0499125573486,30.265818157,66.049912557
+    19.747476880973704,62.73178675259172,19.747476881,62.731786753
+    27.105747820156676,64.50056546992941,27.10574782,64.50056547
+    22.10003096282005,63.863996845770664,22.100030963,63.863996846
+    24.869479239467438,64.13352897780688,24.869479239,64.133528978
+    19.338861092498306,62.04856586022983,19.338861093,62.04856586
+    27.073952294062302,61.72728520334049,27.073952294,61.727285203
+    27.37306448271136,61.95880127081201,27.373064483,61.958801271
+<EPSG:104130> +proj=lonlat +ellps=intl +towgs84=-86.0,-98.0,-119.0 +no_defs +bounds=34.88,29.18,39.31,33.38  <>
+    37.40791364511478,29.188202191142892,37.408176853,29.189277666
+    35.55797734972149,33.194740630154996,35.558296004,33.195765635
+    37.860517151823586,31.539365424148198,37.86077609,31.540409669
+    35.65226159217714,29.915390186410583,35.652567126,29.916460665
+    35.14009677790293,32.84508461207275,35.140424059,32.846116071
+    36.00000601379073,31.898867088942335,36.000309761,31.899910341
+    34.991805554246916,30.675501695046588,34.99212871,30.676564122
+    38.035142645365475,31.589194721478165,38.035397608,31.590237913
+<EPSG:104131> +proj=lonlat +ellps=bessel +towgs84=426.62,142.62,460.09,4.98,4.49,-12.42,-17.1 +no_defs +bounds=13.38,45.42,16.61,46.88  <>
+    14.176018302292594,45.63689981221322,14.180707264,45.637159438
+    14.083982250046574,45.94167641548359,14.08867601,45.94196921
+    15.566141759758695,45.90464706589587,15.571005885,45.904898061
+    15.292339258181467,46.142955886210856,15.297184496,46.143238298
+    13.399542444671281,46.06060264608226,13.404162196,46.060924216
+    16.400606056803912,45.469152577366785,16.4055424,45.469336907
+    16.273890292822202,46.5959728474849,16.278875567,46.596275136
+    13.558616664950645,46.44907822177186,13.563274572,46.449435423
+<EPSG:104134> +proj=lonlat +ellps=GRS80 +no_defs +bounds=87.76,41.58,119.94,52.15  <>
+    105.72427629161436,46.24244642423724,105.724276292,46.242446424
+    98.55877431141948,46.01450311535157,98.558774311,46.014503115
+    110.0758944272147,47.88092800298407,110.075894427,47.880928003
+    88.95280830293278,43.11776894057769,88.952808303,43.117768941
+    103.83096909868875,41.67108116603912,103.830969099,41.671081166
+    95.0941739996614,46.9743444345179,95.094174,46.974344435
+    94.03483657833813,47.728506826076504,94.034836578,47.728506826
+    112.01665909422775,47.351844485295935,112.016659094,47.351844485
+<EPSG:104135> +proj=lonlat +ellps=krass +towgs84=-78.04484474492369,-204.5198973313767,-77.44723022350631,-1.773687750274378,3.319782766651632,-1.042636259684,4.951082173132448 +no_defs +bounds=87.76,41.58,119.94,52.15  <>
+    89.04316749707452,50.182119053009984,89.043501167,50.181628302
+    115.85216209301554,50.60640344631454,115.851463448,50.605821395
+    98.08900900650059,52.00087815833523,98.089003446,52.000285215
+    116.19086767999708,42.8210059370819,116.190159007,42.82061698
+    109.89581895070188,42.274227475457835,109.895309754,42.2738659
+    108.91243643059042,52.043454852033015,108.911998063,52.042835455
+    112.83592016200811,47.13723366735561,112.83532969,47.136737356
+    93.28562637378309,48.69159546215117,93.285771025,48.691121675
+<EPSG:104138> +proj=lonlat +ellps=intl +towgs84=201.0,-228.0,-346.0 +no_defs +bounds=-160.3,18.87,-154.74,22.29  <>
+    -157.2156327184785,20.897285686176453,-157.218401274,20.900441235
+    -159.12501139383573,19.932651300136445,-159.127730348,19.93578898
+    -160.0078246612073,19.67297290198526,-160.010523226,19.676100518
+    -156.12249742813643,19.25724642895321,-156.125254447,19.260437192
+    -155.26423094653168,19.502033023226446,-155.267004837,19.505234557
+    -159.7725409908059,22.210590846162724,-159.775289817,22.213684964
+    -158.74489174152984,21.027097290664724,-158.747636789,21.030226381
+    -158.30936158005747,20.32529259326992,-158.312101583,20.328437942
+<EPSG:104139> +proj=lonlat +ellps=clrk80ign +towgs84=-73.0,-247.0,227.0 +no_defs +bounds=-2.95,31.99,9.09,37.14  <>
+    6.054045099323974,35.87812486287782,6.056679795,35.878934653
+    2.447931072067412,33.55599549290889,2.45055487,33.556773186
+    8.63989553286019,32.78831623363961,8.642385249,32.788927422
+    3.7779935543629932,35.0514928801046,3.780642317,35.052315481
+    -1.14778171058255,34.837178031037254,-1.145065922,34.838099121
+    6.457969280681222,35.99385988128657,6.460600041,35.99466575
+    2.1219672605179474,32.921093967129124,2.124577198,32.921845049
+    6.45006293644001,33.72706901802431,6.452622642,33.727771402
+<EPSG:104140> +proj=lonlat +ellps=clrk80ign +no_defs +bounds=-2.95,31.99,9.09,37.14  <>
+    -0.2604412522458581,35.39490651626653,-0.260441252,35.394906516
+    8.473231379086634,36.115199670293975,8.473231379,36.11519967
+    6.035377772575726,33.531135412656006,6.035377773,33.531135413
+    8.867201265908704,36.61199038335594,8.867201266,36.611990383
+    2.2328652020737474,37.1314102575532,2.232865202,37.131410258
+    0.6808161425628549,34.18727939049638,0.680816143,34.187279391
+    2.3139655175016642,32.28631778429541,2.313965517,32.286317784
+    8.368820167210451,34.749704606735136,8.368820167,34.749704607
+<EPSG:104179> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-16.1,32.88,40.18,84.17  <>
+    35.22527271908683,58.24616650155154,35.225272719,58.246166502
+    -3.3214132038670847,34.966740640630086,-3.321413204,34.966740641
+    -0.6371648723293859,73.90655864324813,-0.637164872,73.906558643
+    6.161277504520733,47.52956001707897,6.161277505,47.529560017
+    20.393585133226182,66.54504135075922,20.393585133,66.545041351
+    0.2136248206107929,71.10842784765487,0.213624821,71.108427848
+    31.11243272659504,73.25761104382609,31.112432727,73.257611044
+    25.2736554029182,60.01817729405701,25.273655403,60.018177294
+<EPSG:104180> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-16.1,32.88,40.18,84.17  <>
+    -14.755686647876402,37.97642773709431,-14.755686648,37.976427737
+    34.38846153444517,56.08538735577599,34.388461534,56.085387356
+    -1.5659085211735118,46.27302693704345,-1.565908521,46.273026937
+    -2.213533819761672,47.154137354195356,-2.21353382,47.154137354
+    25.45436153013209,36.55935501590343,25.45436153,36.559355016
+    -0.3359281170677839,43.28554534585744,-0.335928117,43.285545346
+    38.942214862739895,77.97846391216694,38.942214863,77.978463912
+    21.361674826325284,52.68040620593119,21.361674826,52.680406206
+<EPSG:104181> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-16.1,32.88,40.18,84.17  <>
+    25.9676567467734,64.46624257145005,25.967656747,64.466242571
+    13.020130522335254,37.98060342237488,13.020130522,37.980603422
+    15.716188051657543,53.13499603071888,15.716188052,53.134996031
+    14.669235844253933,58.6328883024383,14.669235844,58.632888302
+    -6.179350827821894,33.7690299027131,-6.179350828,33.769029903
+    35.22950743978287,78.77629865881917,35.22950744,78.776298659
+    11.583150367691836,76.42762337257219,11.583150368,76.427623373
+    -12.918859649414983,66.4181544323682,-12.918859649,66.418154432
+<EPSG:104182> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-16.1,32.88,40.18,84.17  <>
+    -14.502849173887977,77.36861612670315,-14.502849174,77.368616127
+    39.92971158611349,65.38527816042657,39.929711586,65.38527816
+    -0.6314229546413284,43.49638634875366,-0.631422955,43.496386349
+    18.53358155777486,41.891414451530125,18.533581558,41.891414452
+    -12.200054181205221,60.87467490920171,-12.200054181,60.874674909
+    37.168000784130406,34.344678978882094,37.168000784,34.344678979
+    5.407782064759196,38.084002333506845,5.407782065,38.084002334
+    -9.5373737046549,52.5044815746063,-9.537373705,52.504481575
+<EPSG:104183> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-16.1,32.88,40.18,84.17  <>
+    23.030949910708436,63.16756294023907,23.030949911,63.16756294
+    8.30254376821075,38.84135051028037,8.302543768,38.84135051
+    1.0247801169548865,66.01706476415325,1.024780117,66.017064764
+    21.423796201511216,81.42467849959596,21.423796202,81.4246785
+    -15.454244591388337,38.64139030205328,-15.454244591,38.641390302
+    30.26971059029244,36.990899553341,30.26971059,36.990899553
+    -6.120239526581948,77.40342853668261,-6.120239527,77.403428537
+    -0.801004507655426,35.89520834097012,-0.801004508,35.895208341
+<EPSG:104184> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-16.1,32.88,40.18,84.17  <>
+    3.1880151350072197,74.19935288810592,3.188015135,74.199352888
+    14.565555554479744,68.27402883546881,14.565555554,68.274028835
+    21.271737691464516,44.67204198194692,21.271737691,44.672041982
+    -2.082352509158115,46.49434245600419,-2.082352509,46.494342456
+    38.21622932401944,35.90335883463129,38.216229324,35.903358835
+    20.180080431897693,37.89956432364645,20.180080432,37.899564324
+    -11.75361524736309,53.119229992633834,-11.753615247,53.119229993
+    24.583556598805785,34.636843084910154,24.583556599,34.636843085
+<EPSG:104185> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-16.1,32.88,40.18,84.17  <>
+    6.136592457309646,73.29285568599573,6.136592457,73.292855686
+    3.244311011823349,62.509447021611706,3.244311012,62.509447022
+    3.510863144855506,33.05986752352577,3.510863145,33.059867524
+    30.496054209839095,50.98389904044164,30.49605421,50.98389904
+    0.06363638307822228,74.94099038914364,0.063636383,74.940990389
+    17.043069155443,71.86265375470542,17.043069155,71.862653755
+    15.282024671911461,55.13949077208841,15.282024672,55.139490772
+    16.370123190393734,62.89320085136422,16.37012319,62.893200851
+<EPSG:104186> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-16.1,32.88,40.18,84.17  <>
+    5.166219800046189,81.92264738443988,5.1662198,81.922647384
+    13.937216975995732,79.01156920999338,13.937216976,79.01156921
+    32.05969215327617,82.16471292693079,32.059692153,82.164712927
+    21.597810400851742,57.29081705564486,21.597810401,57.290817056
+    -7.271747913975938,39.17394668899661,-7.271747914,39.173946689
+    -2.906369596075793,54.57224287999166,-2.906369596,54.57224288
+    -3.752365157034344,62.45734063240438,-3.752365157,62.457340632
+    6.56262266827272,46.04532273156473,6.562622668,46.045322732
+<EPSG:104248> +proj=lonlat +ellps=intl +towgs84=0.0,0.0,0.0 +no_defs +bounds=113.52,22.06,113.68,22.23  <>
+    113.53655833706436,22.06439526045757,113.536558337,22.064968411
+    113.5613100601843,22.208960023631665,113.56131006,22.209536144
+    113.56082619211016,22.118726982360126,113.560826192,22.119301251
+    113.5352251471226,22.164888564225038,113.535225147,22.165463781
+    113.57792304320428,22.164567642839074,113.577923043,22.165142853
+    113.64551088544243,22.10355218822018,113.645510885,22.104126144
+    113.64200550590773,22.087016724375786,113.642005506,22.08759034
+    113.66149012817496,22.188211680318965,113.661490128,22.188787376
+<EPSG:104257> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -90.75578537150842,51.13149248848481,-90.755785372,51.131492488
+    -122.14573801446946,84.22894208296432,-122.145738014,84.228942083
+    49.95725527986903,87.93566385658713,49.95725528,87.935663857
+    -138.31135809475919,34.47935358717726,-138.311358095,34.479353587
+    -139.05365081251134,-45.34789329323448,-139.053650813,-45.347893293
+    -135.581824412891,43.79304470925902,-135.581824413,43.793044709
+    -50.33615462062696,1.1254916697389206,-50.336154621,1.12549167
+    26.27118251239787,-41.911371275695615,26.271182512,-41.911371276
+<EPSG:104258> +proj=lonlat +ellps=WGS84 +towgs84=0.0,0.0,0.0,0.0,0.0,0.0,0.0 +no_defs +bounds=-16.1,32.88,40.18,84.17  <>
+    23.537351923128007,41.983670244853926,23.537351923,41.983670245
+    -11.003480860509832,74.81942460113787,-11.003480861,74.819424601
+    26.74249254924095,79.7806955931689,26.742492549,79.780695593
+    30.382825182387414,61.03033608388891,30.382825182,61.030336084
+    39.932298087004504,36.36866610537885,39.932298087,36.368666105
+    3.095193321476515,51.310350416495766,3.095193321,51.310350417
+    7.356361036974572,40.24710678563297,7.356361037,40.247106786
+    29.66679380662147,77.02873740579076,29.666793807,77.028737406
+<EPSG:104259> +proj=lonlat +ellps=GRS80 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs +bounds=157.47,-17.56,-151.27,31.8  <>
+    -178.2093753072715,-9.790670118000957,-178.209358107,-9.79067897
+    171.0939918690703,22.05633365113307,171.094003942,22.05632904
+    -179.981068019164,4.557210720029303,-179.981053311,4.557203512
+    -158.442035936598,22.227871016779883,-158.442020791,22.227867064
+    -176.15520758921372,0.6476859468427669,-176.155191886,0.647678696
+    -168.12197007170147,15.073791298969812,-168.121955068,15.073786448
+    -154.5832132589772,-12.770107472584396,-154.583193803,-12.770111384
+    166.2180948761121,11.977035752664943,166.218106529,11.977028692
+<EPSG:104260> +proj=lonlat +ellps=GRS80 +towgs84=-0.9102,2.0141,0.5602,0.029039,0.010065,0.010101,0.0 +no_defs +bounds=129.48,1.64,149.55,23.9  <>
+    144.79938561688098,12.50722595842043,144.799392028,12.507217767
+    148.1736114486961,20.64559139668763,148.173618445,20.645585845
+    146.91161063996435,19.313336878715045,146.911617341,19.313330885
+    132.55689844914215,3.0215977751116663,132.556901688,3.021585832
+    142.9953411529184,2.8812758528588898,142.995347649,2.881264539
+    138.14504091934032,4.865271946138736,138.145045813,4.865260935
+    133.50917766744865,13.31500011248703,133.509180738,13.314991709
+    142.93489525209853,20.239245948631137,142.934900837,20.239240135
+<EPSG:104261> +proj=lonlat +ellps=clrk80ign +towgs84=31.0,146.0,47.0 +no_defs +bounds=-13.24,27.66,-1.01,35.97  <>
+    -3.517982981928874,33.08911846509996,-3.51956427,33.091750759
+    -1.8556857986294055,35.890538120354634,-1.857313123,35.893322692
+    -4.476745269581357,33.48960254536586,-4.478337532,33.492242757
+    -13.189923514960503,31.324732578028804,-13.191491316,31.327151475
+    -7.000357213850923,30.1757744403007,-7.001900991,30.178202393
+    -8.573427828189914,30.42990563217389,-8.574978716,30.432329989
+    -10.518095847492084,28.56581540419835,-10.519620794,28.568103539
+    -7.3217687179649324,28.722291218585287,-7.323291372,28.724625323
+<EPSG:104305> +proj=lonlat +a=6378249.145 +rf=293.465 +no_defs +bounds=-139.05,41.68,-52.62,60.0  <>
+    -98.49918316371907,43.5074391557879,-98.499183164,43.507439156
+    -64.4234841573416,45.011553809391394,-64.423484157,45.011553809
+    -134.7922094880307,50.784131382478776,-134.792209488,50.784131382
+    -69.37728511271753,43.5717344323883,-69.377285113,43.571734432
+    -97.76555307123252,50.61847806529396,-97.765553071,50.618478065
+    -100.46742843921871,53.02656368210948,-100.467428439,53.026563682
+    -64.3178680993528,50.23064935291259,-64.317868099,50.230649353
+    -102.64138696994915,55.4477446649976,-102.64138697,55.447744665
+<EPSG:104700> +proj=lonlat +a=6378418.941 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.79370209534883,44.49024134544329,-96.793702095,44.490241345
+    -95.54242721448293,46.33713214054632,-95.542427214,46.337132141
+    -93.17560017622228,45.80095947372399,-93.175600176,45.800959474
+    -92.49730844638735,46.66025112088762,-92.497308446,46.660251121
+    -92.42161760536445,45.14664980553128,-92.421617605,45.146649806
+    -95.11790581908427,46.00502384573293,-95.117905819,46.005023846
+    -96.66372897375821,45.932166642574934,-96.663728974,45.932166643
+    -92.76237546050734,48.75465936364307,-92.762375461,48.754659364
+<EPSG:104701> +proj=lonlat +a=6378586.581 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.54107949125394,48.02766542797027,-94.541079491,48.027665428
+    -90.52397912695284,46.85457632497564,-90.523979127,46.854576325
+    -89.54835357990443,44.351661777588426,-89.54835358,44.351661778
+    -90.08642547924991,45.650049198321696,-90.086425479,45.650049198
+    -91.68227333337232,44.77457099934189,-91.682273333,44.774570999
+    -93.65020159771724,45.04438846756015,-93.650201598,45.044388468
+    -92.8509467030819,47.3047658071254,-92.850946703,47.304765807
+    -89.89526498191404,44.408921642354585,-89.895264982,44.408921642
+<EPSG:104702> +proj=lonlat +a=6378505.809 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.45416608301059,45.45381764754664,-92.454166083,45.453817648
+    -93.23677736942712,43.59645003295986,-93.236777369,43.596450033
+    -89.87639444036058,48.99831906730665,-89.87639444,48.998319067
+    -96.39543452400217,47.09743032724053,-96.395434524,47.097430327
+    -91.05441313328767,48.315621008758654,-91.054413133,48.315621009
+    -95.36650913442868,43.9731230273207,-95.366509134,43.973123027
+    -94.0015827134565,46.70512226607817,-94.001582713,46.705122266
+    -96.59163419264934,49.02771543911818,-96.591634193,49.027715439
+<EPSG:104703> +proj=lonlat +a=6378544.823 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.76581093317338,47.61179215956691,-90.765810933,47.61179216
+    -96.01334038195002,44.884619750431135,-96.013340382,44.88461975
+    -93.0954581427677,45.11888504634826,-93.095458143,45.118885046
+    -91.12226131993782,47.281475483656315,-91.12226132,47.281475484
+    -93.94541572139086,46.4472853179253,-93.945415721,46.447285318
+    -92.41309710248214,45.94724919403497,-92.413097102,45.947249194
+    -89.57237954733453,49.21945038463102,-89.572379547,49.219450385
+    -91.75461833941603,49.29084678223182,-91.754618339,49.290846782
+<EPSG:104704> +proj=lonlat +a=6378490.569 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.7209192889687,44.39494997992568,-90.720919289,44.39494998
+    -91.35764060414604,46.580426964003,-91.357640604,46.580426964
+    -93.91465519955821,48.1879174703634,-93.9146552,48.18791747
+    -96.62684711069157,49.377588985067604,-96.626847111,49.377588985
+    -94.75762171895421,45.94413885223216,-94.757621719,45.944138852
+    -96.46675668384925,44.09406326070914,-96.466756684,44.094063261
+    -96.17464507903247,48.7351129093898,-96.174645079,48.735112909
+    -90.54005407563025,46.10547912416744,-90.540054076,46.105479124
+<EPSG:104705> +proj=lonlat +a=6378470.757 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.15445861247763,46.66197110722561,-92.154458612,46.661971107
+    -94.90705831205067,49.08518126894904,-94.907058312,49.085181269
+    -95.68862066115207,47.96400466258304,-95.688620661,47.964004663
+    -92.32175772980463,45.483686940591724,-92.32175773,45.483686941
+    -95.07849571762547,44.83907013586138,-95.078495718,44.839070136
+    -90.23535344375385,43.75300103007135,-90.235353444,43.75300103
+    -94.32288171558427,49.3355398781963,-94.322881716,49.335539878
+    -95.84781865905605,47.557277249828346,-95.847818659,47.55727725
+<EPSG:104706> +proj=lonlat +a=6378403.701 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.26220964680138,44.64969192227622,-94.262209647,44.649691922
+    -91.56606767090629,43.87157796171654,-91.566067671,43.871577962
+    -93.46633605152381,48.02008318772094,-93.466336052,48.020083188
+    -90.81598290868224,46.13956462090378,-90.815982909,46.139564621
+    -96.75791538339166,46.13603154112461,-96.757915383,46.136031541
+    -94.43891211569058,45.30840030862985,-94.438912116,45.308400309
+    -96.6735670159039,46.357262719968595,-96.673567016,46.35726272
+    -90.72456276449687,48.63651618693831,-90.724562765,48.636516187
+<EPSG:104707> +proj=lonlat +a=6378434.181 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.37579868098835,44.73666546705301,-96.375798681,44.736665467
+    -90.25461139708865,45.75496043517852,-90.254611397,45.754960435
+    -94.34002663176484,45.61851835265856,-94.340026632,45.618518353
+    -95.3326771433254,44.34944462613495,-95.332677143,44.349444626
+    -94.33864001845832,46.359269001014844,-94.338640018,46.359269001
+    -90.95910939762634,44.9438126425762,-90.959109398,44.943812643
+    -93.74054197536164,44.48589284510366,-93.740541975,44.485892845
+    -90.32842214886448,43.72093297901332,-90.328422149,43.720932979
+<EPSG:104708> +proj=lonlat +a=6378454.907 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.2964531356815,49.064942031438854,-91.296453136,49.064942031
+    -95.63071594505656,48.01863992530095,-95.630715945,48.018639925
+    -92.91448233295282,49.166334410014095,-92.914482333,49.16633441
+    -92.24634978782127,47.23683139027782,-92.246349788,47.23683139
+    -94.24272939301306,49.17339335747439,-94.242729393,49.173393357
+    -91.87140088658782,48.502893725056666,-91.871400887,48.502893725
+    -96.93155206771559,45.718295593185374,-96.931552068,45.718295593
+    -93.05645989927199,49.24169021475908,-93.056459899,49.241690215
+<EPSG:104709> +proj=lonlat +a=6378400.653 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.78641423195016,48.83966492998834,-95.786414232,48.83966493
+    -97.02127461776561,44.69969904897026,-97.021274618,44.699699049
+    -91.33254679006086,46.03288929958755,-91.33254679,46.0328893
+    -89.75562551893633,48.092903369064636,-89.755625519,48.092903369
+    -90.80501415085514,48.495881713674144,-90.805014151,48.495881714
+    -91.05563995451993,49.355519135113106,-91.055639955,49.355519135
+    -92.21482133702527,45.309025105065224,-92.214821337,45.309025105
+    -96.63702446950263,45.665892204855844,-96.63702447,45.665892205
+<EPSG:104710> +proj=lonlat +a=6378567.378 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.69796828493351,44.95429877641902,-95.697968285,44.954298776
+    -96.04086153908429,44.57954280893803,-96.040861539,44.579542809
+    -94.53710853059945,45.54093481720457,-94.537108531,45.540934817
+    -94.14279203727219,48.12188324880851,-94.142792037,48.121883249
+    -91.98802931713172,46.82530841574956,-91.988029317,46.825308416
+    -96.31272050714448,44.37435211729103,-96.312720507,44.374352117
+    -94.04409054069266,46.58313200082411,-94.044090541,46.583132001
+    -89.82655928350863,49.12275822780355,-89.826559284,49.122758228
+<EPSG:104711> +proj=lonlat +a=6378546.957 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.7207002755515,45.289901360997234,-91.720700276,45.289901361
+    -90.78793622053506,48.050474723763465,-90.787936221,48.050474724
+    -92.59871524384373,44.06201274897775,-92.598715244,44.062012749
+    -94.45924418419798,45.16980742603134,-94.459244184,45.169807426
+    -91.43652451830437,43.84325451184697,-91.436524518,43.843254512
+    -95.13972986022549,46.40557082345658,-95.13972986,46.405570823
+    -93.14917700197468,43.67518510946072,-93.149177002,43.675185109
+    -94.8352555616137,44.49896953274994,-94.835255562,44.498969533
+<EPSG:104712> +proj=lonlat +a=6378476.853 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.79422998728202,47.78262587433465,-96.794229987,47.782625874
+    -90.26460896698319,46.5104165499692,-90.264608967,46.51041655
+    -96.60363517451538,44.31441755002286,-96.603635175,44.31441755
+    -95.8281187451417,48.978278293973204,-95.828118745,48.978278294
+    -92.98826701376383,46.80873550818934,-92.988267014,46.808735508
+    -93.00293175925854,47.592023137261336,-93.002931759,47.592023137
+    -97.01115035622199,46.11888068543371,-97.011150356,46.118880685
+    -97.03448757734593,48.27918400420905,-97.034487577,48.279184004
+<EPSG:104713> +proj=lonlat +a=6378411.321 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.73674798891935,48.09709803598204,-96.736747989,48.097098036
+    -91.80765008819635,43.885430201147464,-91.807650088,43.885430201
+    -90.55104020288714,47.10135573652188,-90.551040203,47.101355737
+    -92.5897928944605,47.569966118875776,-92.589792894,47.569966119
+    -93.87491318058666,44.677775176599184,-93.874913181,44.677775177
+    -90.9572342738887,48.146697952577824,-90.957234274,48.146697953
+    -96.98518722821939,47.07098412573604,-96.985187228,47.070984126
+    -93.5182855555462,49.31860830348343,-93.518285556,49.318608303
+<EPSG:104714> +proj=lonlat +a=6378647.541 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.43417769001309,48.383722140781,-96.43417769,48.383722141
+    -96.28901673753845,48.52568346111187,-96.289016738,48.525683461
+    -97.15793527124069,46.03317782965083,-97.157935271,46.03317783
+    -96.84695099888346,49.05468264266321,-96.846950999,49.054682643
+    -95.52682686636705,48.80826555111723,-95.526826866,48.808265551
+    -90.57079653631817,44.32986995496036,-90.570796536,44.329869955
+    -95.99569767217672,46.44273989435454,-95.995697672,46.442739894
+    -90.51248068897071,43.49828789902988,-90.512480689,43.498287899
+<EPSG:104715> +proj=lonlat +a=6378647.541 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.92998295018525,47.34238036363381,-96.92998295,47.342380364
+    -93.59182608921854,46.83521995491832,-93.591826089,46.835219955
+    -95.6954197429943,48.725997174051955,-95.695419743,48.725997174
+    -91.31626528362115,45.22482892393175,-91.316265284,45.224828924
+    -92.3512399849585,44.94411449207504,-92.351239985,44.944114492
+    -96.4710439164397,49.37122923745261,-96.471043916,49.371229237
+    -93.94394615360311,46.65976291900323,-93.943946154,46.659762919
+    -90.45182603179975,43.50929234012343,-90.451826032,43.50929234
+<EPSG:104716> +proj=lonlat +a=6378514.953 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.51372598548639,46.697676277270716,-93.513725985,46.697676277
+    -91.99242388162847,43.85898882718179,-91.992423882,43.858988827
+    -92.65583864535482,44.18033252542916,-92.655838645,44.180332525
+    -91.04798289592871,49.149670742671134,-91.047982896,49.149670743
+    -93.25184170393685,44.2452168020604,-93.251841704,44.245216802
+    -89.52953673610511,46.17109542752361,-89.529536736,46.171095428
+    -91.44368555082964,44.94731996998241,-91.443685551,44.94731997
+    -93.37340604698119,49.086054364062214,-93.373406047,49.086054364
+<EPSG:104717> +proj=lonlat +a=6378546.957 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.02097543073609,44.383263020016805,-93.020975431,44.38326302
+    -95.99567176476897,49.10571885199263,-95.995671765,49.105718852
+    -95.86510730346639,44.76503435785245,-95.865107303,44.765034358
+    -91.55709136316456,44.198289386088554,-91.557091363,44.198289386
+    -97.21063935226567,43.670460990399775,-97.210639352,43.67046099
+    -92.37949950261357,48.022012752512666,-92.379499503,48.022012753
+    -96.65521912405886,47.759965193523534,-96.655219124,47.759965194
+    -90.53797156041861,46.73452784342256,-90.53797156,46.734527843
+<EPSG:104718> +proj=lonlat +a=6378421.989 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.07474499388486,43.59003150449902,-93.074744994,43.590031504
+    -92.85274544949453,46.358070274218754,-92.852745449,46.358070274
+    -89.60615871786084,44.52731410683126,-89.606158718,44.527314107
+    -96.02431128002758,46.23497841847533,-96.02431128,46.234978418
+    -92.48836914035806,46.15217453860237,-92.48836914,46.152174539
+    -95.08841614992028,43.77075590838904,-95.08841615,43.770755908
+    -92.06326923056463,48.15965567782724,-92.063269231,48.159655678
+    -96.45728738264226,49.10498007987583,-96.457287383,49.10498008
+<EPSG:104719> +proj=lonlat +a=6378481.425 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.27783622978306,48.74600470240024,-93.27783623,48.746004702
+    -90.65834563483746,46.206285754311104,-90.658345635,46.206285754
+    -93.86413064949224,45.62875233630088,-93.864130649,45.628752336
+    -95.64520810646407,43.62752294313442,-95.645208106,43.627522943
+    -96.13799040127489,46.77808110453017,-96.137990401,46.778081105
+    -95.64647099379067,48.27958875682409,-95.646470994,48.279588757
+    -92.76446105665745,45.40925856831131,-92.764461057,45.409258568
+    -93.86890682934997,49.351985830853565,-93.868906829,49.351985831
+<EPSG:104720> +proj=lonlat +a=6378518.001 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.52195655080659,46.141419592847015,-93.521956551,46.141419593
+    -94.27658679238242,46.96229611376856,-94.276586792,46.962296114
+    -95.24691712879212,44.32967750612793,-95.246917129,44.329677506
+    -95.10954790333015,46.67940798942853,-95.109547903,46.679407989
+    -92.37816215481494,47.131932642147774,-92.378162155,47.131932642
+    -94.72006961769998,47.71906453157601,-94.720069618,47.719064532
+    -91.38454698869863,45.783280365563805,-91.384546989,45.783280366
+    -95.62699955052997,46.89943869522667,-95.626999551,46.899438695
+<EPSG:104721> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.59792492147297,48.65552760660352,-93.597924921,48.655527607
+    -91.19534890612998,46.595786507014694,-91.195348906,46.595786507
+    -91.99762094173467,46.52687635740929,-91.997620942,46.526876357
+    -91.45057788271302,48.74734610084868,-91.450577883,48.747346101
+    -94.24056837854529,46.20198939026134,-94.240568379,46.20198939
+    -95.53207886813661,48.85928520107349,-95.532078868,48.859285201
+    -96.02635738436574,45.99505387515126,-96.026357384,45.995053875
+    -95.69426012651218,47.02147616912485,-95.694260127,47.021476169
+<EPSG:104722> +proj=lonlat +a=6378464.661 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.3590431019285,43.64903269747563,-95.359043102,43.649032697
+    -91.07885643702214,46.333392538945134,-91.078856437,46.333392539
+    -91.68075331076369,43.74542744783961,-91.680753311,43.745427448
+    -91.55031895629563,43.67370636335306,-91.550318956,43.673706363
+    -93.03872544977857,46.604503458642576,-93.03872545,46.604503459
+    -96.16076895126226,48.472599393669576,-96.160768951,48.472599394
+    -94.82442842198758,48.10182231142678,-94.824428422,48.101822311
+    -91.0053454836631,46.44421720042376,-91.005345484,46.4442172
+<EPSG:104723> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.63769402267786,45.96920533716639,-93.637694023,45.969205337
+    -91.06771324930543,48.620850187188715,-91.067713249,48.620850187
+    -90.7136805753653,45.01818891916542,-90.713680575,45.018188919
+    -94.53223402102294,46.12468136610247,-94.532234021,46.124681366
+    -91.26422619899364,48.83157174220329,-91.264226199,48.831571742
+    -89.82935299883671,46.41138626867633,-89.829352999,46.411386269
+    -95.91109101421345,45.32334827990918,-95.911091014,45.32334828
+    -93.15344689913002,43.550439959067795,-93.153446899,43.550439959
+<EPSG:104724> +proj=lonlat +a=6378434.181 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.52168053587879,46.105701029909106,-90.521680536,46.10570103
+    -95.74776810097033,46.27061025520172,-95.747768101,46.270610255
+    -94.32039330511289,44.693746912266135,-94.320393305,44.693746912
+    -96.7214267389852,43.521181924928406,-96.721426739,43.521181925
+    -89.66006328007886,46.19961392166562,-89.66006328,46.199613922
+    -94.71312873875974,46.78894984158765,-94.713128739,46.788949842
+    -93.99109899389649,48.867399887782945,-93.991098994,48.867399888
+    -90.97331448050959,47.10955836661874,-90.973314481,47.109558367
+<EPSG:104725> +proj=lonlat +a=6378518.001 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.1239029693663,47.10418131860301,-94.123902969,47.104181319
+    -94.62751161480934,43.66567545502251,-94.627511615,43.665675455
+    -90.14046048913966,49.37200957585428,-90.140460489,49.372009576
+    -93.31043083318515,45.77100490707177,-93.310430833,45.771004907
+    -93.22391703904538,45.27096317530568,-93.223917039,45.270963175
+    -90.94342768759593,45.26221518841612,-90.943427688,45.262215188
+    -93.06685475877111,49.278002765116675,-93.066854759,49.278002765
+    -95.44928642253227,46.929269866647836,-95.449286423,46.929269867
+<EPSG:104726> +proj=lonlat +a=6378418.941 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -97.09399646147831,44.866287656909236,-97.093996461,44.866287657
+    -90.91958381631021,46.444937678108985,-90.919583816,46.444937678
+    -92.54127041690714,48.21858814324325,-92.541270417,48.218588143
+    -96.5535492404742,44.25134229834028,-96.55354924,44.251342298
+    -96.98031818843756,48.363714516780085,-96.980318188,48.363714517
+    -91.90953486488019,48.06885014836266,-91.909534865,48.068850148
+    -95.20862864563114,49.25264370273558,-95.208628646,49.252643703
+    -93.87435037278334,46.827441518565955,-93.874350373,46.827441519
+<EPSG:104727> +proj=lonlat +a=6378436.619 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.54141331239039,48.51187179584085,-90.541413312,48.511871796
+    -95.94442496534197,45.295738973018565,-95.944424965,45.295738973
+    -94.62070053305837,48.16155680095476,-94.620700533,48.161556801
+    -91.77827529027148,48.877916963664624,-91.77827529,48.877916964
+    -95.2917051904275,46.08351325599239,-95.29170519,46.083513256
+    -89.86568573468018,44.45551118679729,-89.865685735,44.455511187
+    -96.8743290669447,45.01513388349662,-96.874329067,45.015133883
+    -94.2844568083246,47.39390201528641,-94.284456808,47.393902015
+<EPSG:104728> +proj=lonlat +a=6378411.321 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.32674466418358,46.521580026538075,-93.326744664,46.521580027
+    -95.9690318861102,47.25491746313955,-95.969031886,47.254917463
+    -96.7067739265349,46.76294528200394,-96.706773927,46.762945282
+    -96.15417470423691,43.8069150803567,-96.154174704,43.80691508
+    -92.86255504918395,43.59675898562859,-92.862555049,43.596758986
+    -94.71361526749018,44.119705348180716,-94.713615267,44.119705348
+    -90.55626531127143,43.899379903805716,-90.556265311,43.899379904
+    -91.0351065022014,44.37023365497174,-91.035106502,44.370233655
+<EPSG:104729> +proj=lonlat +a=6378574.389 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.71197641844687,44.342097620426784,-95.711976418,44.34209762
+    -89.58559465827193,43.837922119249484,-89.585594658,43.837922119
+    -90.1496188112556,46.09584632381539,-90.149618811,46.095846324
+    -94.38413258942317,48.473120590995265,-94.384132589,48.473120591
+    -92.15214472931454,48.222324264510235,-92.152144729,48.222324265
+    -90.08404603781284,45.591158371970955,-90.084046038,45.591158372
+    -90.19509100565736,46.60686859778037,-90.195091006,46.606868598
+    -96.12681014742334,47.88066285469693,-96.126810147,47.880662855
+<EPSG:104730> +proj=lonlat +a=6378574.389 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.98170813415788,46.7953745759417,-94.981708134,46.795374576
+    -93.3779098882864,45.34938836270945,-93.377909888,45.349388363
+    -96.29516511297787,44.56999745698879,-96.295165113,44.569997457
+    -91.3111031516533,47.648609333268276,-91.311103152,47.648609333
+    -91.57116699547578,48.0662470659785,-91.571166995,48.066247066
+    -96.1223845534131,44.45383400626064,-96.122384553,44.453834006
+    -92.81807377914795,48.01129183343055,-92.818073779,48.011291833
+    -91.28065476800853,47.658926158496485,-91.280654768,47.658926159
+<EPSG:104731> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.66686108545603,49.14355510878013,-92.666861085,49.143555109
+    -96.11708868333365,48.72301390372514,-96.117088683,48.723013904
+    -94.41592130402698,47.35659901120323,-94.415921304,47.356599011
+    -94.47555645710885,49.37286559981657,-94.475556457,49.3728656
+    -94.61023142006572,47.173888949619766,-94.61023142,47.17388895
+    -94.85348328527111,44.632318176022736,-94.853483285,44.632318176
+    -89.51542862546461,43.74807583620062,-89.515428625,43.748075836
+    -90.43982527080216,47.78686272995327,-90.439825271,47.78686273
+<EPSG:104732> +proj=lonlat +a=6378472.281 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.29298856768786,45.21805967278078,-90.292988568,45.218059673
+    -94.99964690442472,44.019765549062626,-94.999646904,44.019765549
+    -95.78398125667866,49.37090431649131,-95.783981257,49.370904316
+    -94.55670823630825,45.0263248026251,-94.556708236,45.026324803
+    -94.40973353327641,46.87239521433412,-94.409733533,46.872395214
+    -94.40883122777876,47.99115918388792,-94.408831228,47.991159184
+    -91.12690622990579,47.651597100723286,-91.12690623,47.651597101
+    -91.40420739921414,46.15143122661168,-91.404207399,46.151431227
+<EPSG:104733> +proj=lonlat +a=6378498.189 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.82195322203779,47.48098725855267,-93.821953222,47.480987259
+    -95.79575784564597,47.51241473735989,-95.795757846,47.512414737
+    -96.21263986368909,43.60792215924659,-96.212639864,43.607922159
+    -94.04984974638703,44.4621644441632,-94.049849746,44.462164444
+    -92.55973777162308,44.19627677122879,-92.559737772,44.196276771
+    -96.55635556978105,47.72774536448527,-96.55635557,47.727745364
+    -95.26420275688149,46.564847282424715,-95.264202757,46.564847282
+    -91.26879861368039,45.63914710164699,-91.268798614,45.639147102
+<EPSG:104734> +proj=lonlat +a=6378449.421 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.39086127277669,49.30257463126617,-92.390861273,49.302574631
+    -89.74766966665592,47.50618480605559,-89.747669667,47.506184806
+    -91.20498559342337,48.04869856219572,-91.204985593,48.048698562
+    -94.59992569225415,44.29767240302113,-94.599925692,44.297672403
+    -96.39620489247005,48.9256558879657,-96.396204892,48.925655888
+    -97.12625174393405,43.70518363528141,-97.126251744,43.705183635
+    -92.84837321885549,45.70619378605153,-92.848373219,45.706193786
+    -96.50331699785747,47.06449157973503,-96.503316998,47.06449158
+<EPSG:104735> +proj=lonlat +a=6378525.621 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.99252540758832,44.67046035017798,-89.992525408,44.67046035
+    -97.19997779018777,45.34766937408778,-97.19997779,45.347669374
+    -90.38484298319786,43.72096613456991,-90.384842983,43.720966135
+    -89.73407889506707,44.166511478666656,-89.734078895,44.166511479
+    -89.72494627616672,48.36617156981211,-89.724946276,48.36617157
+    -90.1552636210704,47.59843439429086,-90.155263621,47.598434394
+    -91.5686121215502,46.43667152530048,-91.568612122,46.436671525
+    -90.85212933504677,48.57973547634715,-90.852129335,48.579735476
+<EPSG:104736> +proj=lonlat +a=6378476.853 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.64065830680995,44.873768215474115,-93.640658307,44.873768215
+    -97.10611201294428,46.600649309370574,-97.106112013,46.600649309
+    -94.2731915267034,47.669277026051056,-94.273191527,47.669277026
+    -92.49996256273465,47.44065927798474,-92.499962563,47.440659278
+    -91.08623224655294,43.74374528766612,-91.086232247,43.743745288
+    -90.65463771251937,46.764732059740034,-90.654637713,46.76473206
+    -95.45922243489964,47.58560491583074,-95.459222435,47.585604916
+    -91.25354934451362,44.390312950361206,-91.253549345,44.39031295
+<EPSG:104737> +proj=lonlat +a=6378466.185 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.10355415302925,45.34867085674132,-95.103554153,45.348670857
+    -96.24097816482757,45.14535616929783,-96.240978165,45.145356169
+    -93.48544379389647,46.993574721769534,-93.485443794,46.993574722
+    -95.15113482249394,47.26799162737921,-95.151134822,47.267991627
+    -95.17741210335278,45.39866255040515,-95.177412103,45.39866255
+    -90.05973160244588,44.67599601418047,-90.059731602,44.675996014
+    -91.02051752222904,48.96209247302381,-91.020517522,48.962092473
+    -90.27896109638156,45.57222930524949,-90.278961096,45.572229305
+<EPSG:104738> +proj=lonlat +a=6378496.665 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.53458148110055,43.599948599657424,-91.534581481,43.5999486
+    -94.56171343510066,45.49866365494794,-94.561713435,45.498663655
+    -96.55363896804518,48.99726210555805,-96.553638968,48.997262106
+    -96.07360489064448,44.68672389046715,-96.073604891,44.68672389
+    -95.14364821406303,47.46048376859362,-95.143648214,47.460483769
+    -92.04005410539634,45.84518852558818,-92.040054105,45.845188526
+    -95.59971204160144,45.75461545321975,-95.599712042,45.754615453
+    -89.58458520918128,47.52321737541282,-89.584585209,47.523217375
+<EPSG:104739> +proj=lonlat +a=6378434.181 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.82447342462768,44.706411529783125,-95.824473425,44.70641153
+    -94.60769582738489,49.14843635529019,-94.607695827,49.148436355
+    -96.36790662283981,46.134124349499686,-96.367906623,46.134124349
+    -91.49026212705073,45.43632697738216,-91.490262127,45.436326977
+    -93.45869646970993,47.563161268953,-93.45869647,47.563161269
+    -96.33359932918054,43.971157137018416,-96.333599329,43.971157137
+    -90.43612939095227,44.00728651203521,-90.436129391,44.007286512
+    -90.41831620528127,45.18006671341056,-90.418316205,45.180066713
+<EPSG:104740> +proj=lonlat +a=6378643.579 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.80898292966023,44.04164771630309,-90.80898293,44.041647716
+    -94.72139811038477,46.44449708141996,-94.72139811,46.444497081
+    -90.09278825113488,48.96368536033589,-90.092788251,48.96368536
+    -94.4313650935617,47.861972006298664,-94.431365094,47.861972006
+    -94.7376556675964,46.18441758610926,-94.737655668,46.184417586
+    -93.65760318627338,46.46352427566505,-93.657603186,46.463524276
+    -92.46764225403639,44.32212412038421,-92.467642254,44.32212412
+    -91.59169478625135,45.59233090048228,-91.591694786,45.5923309
+<EPSG:104741> +proj=lonlat +a=6378559.758 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.57137167114206,45.83986935006777,-89.571371671,45.83986935
+    -91.92001871175736,48.881243231488476,-91.920018712,48.881243231
+    -96.63995201790871,45.47935687209258,-96.639952018,45.479356872
+    -90.0145975632303,48.13482545563972,-90.014597563,48.134825456
+    -91.94643876393228,46.23251389362331,-91.946438764,46.232513894
+    -96.51117055421302,46.725323245267475,-96.511170554,46.725323245
+    -91.005993823502,49.14085584928989,-91.005993824,49.140855849
+    -93.51505426288932,45.76769379978766,-93.515054263,45.7676938
+<EPSG:104742> +proj=lonlat +a=6378414.369 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.44908359447466,43.96028978380584,-95.449083594,43.960289784
+    -93.05256226177063,47.69454229415839,-93.052562262,47.694542294
+    -90.17341017920934,44.86265667160426,-90.173410179,44.862656672
+    -96.47559173751932,47.20120825563608,-96.475591738,47.201208256
+    -97.04107700899863,43.580340199410024,-97.041077009,43.580340199
+    -94.7057155474386,48.33952138271469,-94.705715547,48.339521383
+    -91.42720312075228,48.04150228616313,-91.427203121,48.041502286
+    -90.28041529788374,44.67676859700376,-90.280415298,44.676768597
+<EPSG:104743> +proj=lonlat +a=6378586.581 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.61977088103536,48.78153440709343,-96.619770881,48.781534407
+    -93.42810648579119,47.856376272897826,-93.428106486,47.856376273
+    -92.60300964465618,48.80212101095259,-92.603009645,48.802121011
+    -97.10642813672298,44.029253515533995,-97.106428137,44.029253516
+    -94.2303982676468,44.96909016166336,-94.230398268,44.969090162
+    -94.64091360711714,47.00505206046833,-94.640913607,47.00505206
+    -93.3529530401731,44.182821596278494,-93.35295304,44.182821596
+    -94.20904962314691,46.60306229355728,-94.209049623,46.603062294
+<EPSG:104744> +proj=lonlat +a=6378441.801 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.73625035821948,45.848164379614836,-91.736250358,45.84816438
+    -93.12601975724245,43.69245102330781,-93.126019757,43.692451023
+    -95.33102568917805,45.98519546060746,-95.331025689,45.985195461
+    -93.03241407215324,43.9006545190126,-93.032414072,43.900654519
+    -95.8865218168444,48.89598320459468,-95.886521817,48.895983205
+    -95.19357708356523,45.26585480204476,-95.193577084,45.265854802
+    -95.48880441243551,45.06615041036143,-95.488804412,45.06615041
+    -95.19622945441708,43.64397345110989,-95.196229454,43.643973451
+<EPSG:104745> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.55835424826712,48.70530762874444,-92.558354248,48.705307629
+    -95.90966418803994,46.02121496430393,-95.909664188,46.021214964
+    -92.92468938100546,45.63532923776998,-92.924689381,45.635329238
+    -90.16109419734182,48.662321774794286,-90.161094197,48.662321775
+    -96.331022704515,47.282609482055385,-96.331022705,47.282609482
+    -93.66541213732695,46.10322318067605,-93.665412137,46.103223181
+    -94.2676647296412,47.56751418792797,-94.26766473,47.567514188
+    -92.48445745138046,47.80994858546211,-92.484457451,47.809948585
+<EPSG:104746> +proj=lonlat +a=6378498.189 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.54839065823788,43.74732335479366,-95.548390658,43.747323355
+    -92.2274469329367,46.275960153449546,-92.227446933,46.275960153
+    -96.2699627911102,45.46987084077948,-96.269962791,45.469870841
+    -96.36069091462228,45.72556581076887,-96.360690915,45.725565811
+    -95.33670555578186,47.9625132315886,-95.336705556,47.962513232
+    -94.218782817325,47.87547891889386,-94.218782817,47.875478919
+    -93.81460120603937,47.64508885787093,-93.814601206,47.645088858
+    -91.43568985784297,44.006186249903784,-91.435689858,44.00618625
+<EPSG:104747> +proj=lonlat +a=6378502.761 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.75727417002118,46.013982673586554,-90.75727417,46.013982674
+    -92.85211564037999,46.976787437078386,-92.85211564,46.976787437
+    -91.36368636955623,43.71061111878015,-91.36368637,43.710611119
+    -90.13878451895873,49.31575820578511,-90.138784519,49.315758206
+    -94.22433485361537,44.46775578081933,-94.224334854,44.467755781
+    -90.49734608089281,44.216910712010076,-90.497346081,44.216910712
+    -92.93033407842617,44.50956438638207,-92.930334078,44.509564386
+    -89.72646592980519,45.164587429580564,-89.72646593,45.16458743
+<EPSG:104748> +proj=lonlat +a=6378521.049 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.27323060897541,47.39773092530624,-90.273230609,47.397730925
+    -91.77141958039857,44.40390977887232,-91.77141958,44.403909779
+    -91.52534687037682,45.48331828267451,-91.52534687,45.483318283
+    -91.2476790526221,44.838995345155325,-91.247679053,44.838995345
+    -95.10333779220538,46.902485368822674,-95.103337792,46.902485369
+    -96.30245343697933,45.34716595815674,-96.302453437,45.347165958
+    -93.09468744685668,45.19486725432435,-93.094687447,45.194867254
+    -93.61666125691974,45.88743867013343,-93.616661257,45.88743867
+<EPSG:104749> +proj=lonlat +a=6378617.061 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.26432521288132,48.15911463338873,-91.264325213,48.159114633
+    -95.27593164848952,48.87564841096031,-95.275931648,48.875648411
+    -92.30646044038996,48.988734349469354,-92.30646044,48.988734349
+    -94.28865188335402,47.03787575987718,-94.288651883,47.03787576
+    -90.75790132026327,44.035428064652336,-90.75790132,44.035428065
+    -97.16910794384272,44.272356841462475,-97.169107944,44.272356841
+    -92.97374045741634,44.77267373462051,-92.973740457,44.772673735
+    -95.79490703866803,44.57767437494768,-95.794907039,44.577674375
+<EPSG:104750> +proj=lonlat +a=6378403.701 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.81111521471564,47.67035339038667,-95.811115215,47.67035339
+    -89.98511401495978,48.6712082537385,-89.985114015,48.671208254
+    -91.54805526600884,44.72926168396979,-91.548055266,44.729261684
+    -96.04645751969046,46.35491291301234,-96.04645752,46.354912913
+    -95.36536340546122,43.51366998423813,-95.365363405,43.513669984
+    -93.698280175795,43.65005790877735,-93.698280176,43.650057909
+    -90.44588647557774,48.76426136775155,-90.445886476,48.764261368
+    -95.68167691012705,43.493568610501846,-95.68167691,43.49356861
+<EPSG:104751> +proj=lonlat +a=6378624.681 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.22914003906494,47.08725266379272,-96.229140039,47.087252664
+    -92.79040131755679,44.91542894963563,-92.790401318,44.91542895
+    -89.8267060346102,43.64527876184581,-89.826706035,43.645278762
+    -91.25423376320195,44.631428370294714,-91.254233763,44.63142837
+    -96.05174343514425,44.29409922947467,-96.051743435,44.294099229
+    -95.27755789710902,45.1801665657472,-95.277557897,45.180166566
+    -89.63266343052746,45.61425710925445,-89.632663431,45.614257109
+    -96.11547477026221,46.58357347851184,-96.11547477,46.583573479
+<EPSG:104752> +proj=lonlat +a=6378468.623 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.32539629729426,46.16360827859583,-95.325396297,46.163608279
+    -96.87214398183025,45.15159400360294,-96.872143982,45.151594004
+    -97.0302076373033,48.39822209598108,-97.030207637,48.398222096
+    -89.87583816187228,47.80935458948487,-89.875838162,47.809354589
+    -90.82505653820623,48.31071864659912,-90.825056538,48.310718647
+    -91.66268435482505,48.00723236519228,-91.662684355,48.007232365
+    -94.13094082685411,43.66727937120194,-94.130940827,43.667279371
+    -96.85975753950963,47.69592719159041,-96.85975754,47.695927192
+<EPSG:104753> +proj=lonlat +a=6378481.425 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.4666498241072,49.28215500594783,-93.466649824,49.282155006
+    -94.75384147146421,45.0186430266812,-94.753841471,45.018643027
+    -92.18384350408098,47.29791611069566,-92.183843504,47.297916111
+    -95.45996637238329,49.11074700797003,-95.459966372,49.110747008
+    -94.24052739641704,47.06960799228587,-94.240527396,47.069607992
+    -92.08078616888014,45.06516102157727,-92.080786169,45.065161022
+    -95.9655682616329,47.087566785258076,-95.965568262,47.087566785
+    -91.07242075428834,47.35530556614459,-91.072420754,47.355305566
+<EPSG:104754> +proj=lonlat +a=6378525.621 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.83423098499095,45.4595920218468,-92.834230985,45.459592022
+    -96.36589285563254,48.29099877517875,-96.365892856,48.290998775
+    -95.10645251157322,44.47638810842157,-95.106452512,44.476388108
+    -89.97128735373072,45.44613378273151,-89.971287354,45.446133783
+    -91.7008537646475,47.06246804420752,-91.700853765,47.062468044
+    -94.33007275395964,44.0474114441802,-94.330072754,44.047411444
+    -92.81525591752413,47.950353587199125,-92.815255918,47.950353587
+    -90.12651666715492,43.89328532401926,-90.126516667,43.893285324
+<EPSG:104755> +proj=lonlat +a=6378445.763 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.9734079371853,45.42216576337673,-89.973407937,45.422165763
+    -91.52278745785615,43.64221160419897,-91.522787458,43.642211604
+    -91.73713861628964,44.09058902935924,-91.737138616,44.090589029
+    -90.58549015718913,43.63007023303897,-90.585490157,43.630070233
+    -91.74471376758743,47.39475652724843,-91.744713768,47.394756527
+    -96.81500249450569,45.6630773158561,-96.815002495,45.663077316
+    -93.15892511953764,46.7250501121266,-93.15892512,46.725050112
+    -94.31225461493287,49.22507373108264,-94.312254615,49.225073731
+<EPSG:104756> +proj=lonlat +a=6378472.281 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.25463964416369,48.61962287887543,-96.254639644,48.619622879
+    -89.68274644095206,44.34413705151724,-89.682746441,44.344137052
+    -95.7282977514074,49.02493659935592,-95.728297751,49.024936599
+    -92.68152231259386,43.80834934050355,-92.681522313,43.808349341
+    -91.11944104100674,44.51051822312737,-91.119441041,44.510518223
+    -95.32505486368078,46.66345148465027,-95.325054864,46.663451485
+    -89.5739187561074,48.9550460966843,-89.573918756,48.955046097
+    -90.43345530988924,43.63270739533016,-90.43345531,43.632707395
+<EPSG:104757> +proj=lonlat +a=6378670.401 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.71901618819771,47.20309112439411,-96.719016188,47.203091124
+    -93.92244260407247,47.13268292237449,-93.922442604,47.132682922
+    -91.54216953998446,43.943132190774435,-91.54216954,43.943132191
+    -90.73434587555195,43.506672937908846,-90.734345876,43.506672938
+    -96.78271666827865,48.71082261608092,-96.782716668,48.710822616
+    -89.49864859796962,45.913350110387924,-89.498648598,45.91335011
+    -91.34726422376117,48.6526065483517,-91.347264224,48.652606548
+    -91.1761998077601,48.73226226055815,-91.176199808,48.732262261
+<EPSG:104758> +proj=lonlat +a=6378445.763 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.40999662241705,46.00539098295805,-94.409996622,46.005390983
+    -94.43252164398665,46.683498088360054,-94.432521644,46.683498088
+    -91.71122141480718,45.991541975710675,-91.711221415,45.991541976
+    -92.61058906607158,44.72805590016337,-92.610589066,44.7280559
+    -93.80281222088225,48.535597350342556,-93.802812221,48.53559735
+    -90.40203725177025,48.50608463382952,-90.402037252,48.506084634
+    -97.02191705582595,48.28910814181872,-97.021917056,48.289108142
+    -94.05244589095135,44.96232821961678,-94.052445891,44.96232822
+<EPSG:104759> +proj=lonlat +a=6378502.761 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.5712440467517,45.93071428555334,-92.571244047,45.930714286
+    -95.69584318052064,47.9994437771546,-95.695843181,47.999443777
+    -93.6181421420762,48.59449935798948,-93.618142142,48.594499358
+    -95.7796248429484,45.86765138788468,-95.779624843,45.867651388
+    -96.92877610574594,49.21729948445902,-96.928776106,49.217299484
+    -92.03794019403901,44.34219894858328,-92.037940194,44.342198949
+    -92.73665366071945,44.98135464939045,-92.736653661,44.981354649
+    -95.52634739602466,47.52797182455452,-95.526347396,47.527971825
+<EPSG:104760> +proj=lonlat +a=6378418.941 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.60835662035113,43.84597312547618,-95.60835662,43.845973125
+    -93.35031600978213,46.63781112341071,-93.35031601,46.637811123
+    -94.94366915333248,45.72107568542238,-94.943669153,45.721075685
+    -97.05180264257137,44.949780595111854,-97.051802643,44.949780595
+    -91.24247758250749,45.41317934420742,-91.242477583,45.413179344
+    -92.16307996260824,45.22676636973414,-92.163079963,45.22676637
+    -93.88397629139747,43.97897171958416,-93.883976291,43.97897172
+    -93.58445968002442,44.96277581980572,-93.58445968,44.96277582
+<EPSG:104761> +proj=lonlat +a=6378445.763 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.47318083910915,44.41447062486258,-92.473180839,44.414470625
+    -95.60461586718927,48.40573211464351,-95.604615867,48.405732115
+    -92.52053668773067,49.031489089475144,-92.520536688,49.031489089
+    -95.19262010725478,48.350259654108804,-95.192620107,48.350259654
+    -90.72144699956588,43.869174243626055,-90.721447,43.869174244
+    -94.77891731933194,48.59580460738544,-94.778917319,48.595804607
+    -96.5972899146148,47.046885520007365,-96.597289915,47.04688552
+    -96.8069578962052,46.02757500799082,-96.806957896,46.027575008
+<EPSG:104762> +proj=lonlat +a=6378438.753 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.68486073971306,46.53427186555988,-91.68486074,46.534271866
+    -90.98690668296942,44.334194125324004,-90.986906683,44.334194125
+    -89.59399062802987,48.549038212450824,-89.593990628,48.549038212
+    -93.79787090202089,43.74061657011943,-93.797870902,43.74061657
+    -94.50009089734058,45.4527116432599,-94.500090897,45.452711643
+    -89.86011722097675,43.75396704081824,-89.860117221,43.753967041
+    -93.3361451485568,44.50460800421345,-93.336145149,44.504608004
+    -91.6995462064043,44.897088384139835,-91.699546206,44.897088384
+<EPSG:104763> +proj=lonlat +a=6378414.369 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.79051262647799,48.90428625245691,-90.790512626,48.904286252
+    -95.78555983465648,49.097076025131926,-95.785559835,49.097076025
+    -95.6369916003284,49.098068896045014,-95.6369916,49.098068896
+    -95.11895411679362,44.835336852353734,-95.118954117,44.835336852
+    -94.19457982897536,45.81682748495755,-94.194579829,45.816827485
+    -91.50193744395061,45.69112995668806,-91.501937444,45.691129957
+    -96.6706098000489,45.62827099553186,-96.6706098,45.628270996
+    -91.76033749126415,43.78663938777316,-91.760337491,43.786639388
+<EPSG:104764> +proj=lonlat +a=6378434.181 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.54551503786243,45.564795129754366,-92.545515038,45.56479513
+    -92.47434275038374,46.98004065169265,-92.47434275,46.980040652
+    -96.13415787605233,45.37329328881978,-96.134157876,45.373293289
+    -92.99833415357804,44.04327523478116,-92.998334154,44.043275235
+    -96.32830360401728,45.71559455574627,-96.328303604,45.715594556
+    -90.04272240836146,44.620574062740886,-90.042722408,44.620574063
+    -94.93738084131529,46.05817670587047,-94.937380841,46.058176706
+    -94.54905037910193,44.58481063423588,-94.549050379,44.584810634
+<EPSG:104765> +proj=lonlat +a=6378624.681 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -97.00266872992636,45.589227179210745,-97.00266873,45.589227179
+    -95.65850389453252,48.23309895133215,-95.658503895,48.233098951
+    -91.5663808592727,45.18352161868759,-91.566380859,45.183521619
+    -92.63376501789209,46.25917699739196,-92.633765018,46.259176997
+    -94.07362638718061,44.527412240316764,-94.073626387,44.52741224
+    -89.62595991220252,47.220662843963986,-89.625959912,47.220662844
+    -91.96132270513597,47.12570415661914,-91.961322705,47.125704157
+    -93.19281830700217,46.7634162681712,-93.192818307,46.763416268
+<EPSG:104766> +proj=lonlat +a=6378449.421 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.68675283728399,48.673656719719716,-95.686752837,48.67365672
+    -89.79069943148474,43.98570971425821,-89.790699431,43.985709714
+    -90.96062370427587,45.317539773317606,-90.960623704,45.317539773
+    -96.03679125716958,44.52850193948018,-96.036791257,44.528501939
+    -91.5738633653932,45.050072360823435,-91.573863365,45.050072361
+    -91.8144564304461,47.084132106965725,-91.81445643,47.084132107
+    -94.22066457353036,44.08855323147892,-94.220664574,44.088553231
+    -91.01235352704249,45.39357099029069,-91.012353527,45.39357099
+<EPSG:104767> +proj=lonlat +a=6378543.909 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.66298784898056,47.86437972055403,-96.662987849,47.864379721
+    -92.31914619491825,46.985503672399204,-92.319146195,46.985503672
+    -93.36084587310773,46.22179978419446,-93.360845873,46.221799784
+    -93.23899475686876,45.756358623923866,-93.238994757,45.756358624
+    -95.58409242662245,44.02109440854703,-95.584092427,44.021094409
+    -91.88200988270036,47.33417231731429,-91.882009883,47.334172317
+    -92.48307041813138,48.079292276572296,-92.483070418,48.079292277
+    -89.72885121772032,47.84275936286053,-89.728851218,47.842759363
+<EPSG:104768> +proj=lonlat +a=6378605.783 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.687000575616,46.48063764468724,-94.687000576,46.480637645
+    -93.55648259660762,43.510634765174366,-93.556482597,43.510634765
+    -95.54116999705187,46.37526753469554,-95.541169997,46.375267535
+    -95.78799993539457,45.183559922639375,-95.787999935,45.183559923
+    -90.9626931957426,46.88271612158585,-90.962693196,46.882716122
+    -95.94446548421561,47.82711836918681,-95.944465484,47.827118369
+    -96.80152994689868,43.560307582678334,-96.801529947,43.560307583
+    -94.05413133444895,48.687556885492235,-94.054131334,48.687556885
+<EPSG:104769> +proj=lonlat +a=6378540.861 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.99144414705812,48.612305831271,-89.991444147,48.612305831
+    -94.17891469882757,48.18330550910733,-94.178914699,48.183305509
+    -91.17632079547947,43.920872058911925,-91.176320795,43.920872059
+    -91.35290590505595,49.1804366397929,-91.352905905,49.18043664
+    -95.04831799042242,44.18970083861645,-95.04831799,44.189700839
+    -89.71715964190165,46.155628094600985,-89.717159642,46.155628095
+    -93.32141844034653,48.3177087027376,-93.32141844,48.317708703
+    -92.67358118311583,48.575407887534496,-92.673581183,48.575407888
+<EPSG:104770> +proj=lonlat +a=6378421.989 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.20111998935222,45.703420876167776,-90.201119989,45.703420876
+    -90.10769524154695,46.40590045016768,-90.107695242,46.40590045
+    -92.59633861755395,45.98866962941998,-92.596338618,45.988669629
+    -93.53617270880744,45.68768075901699,-93.536172709,45.687680759
+    -96.88284258978354,48.677476269050665,-96.88284259,48.677476269
+    -94.10733073956158,47.29362255779131,-94.10733074,47.293622558
+    -93.63768199978486,45.00417666310806,-93.637682,45.004176663
+    -90.73549239100443,44.766652634786624,-90.735492391,44.766652635
+<EPSG:104771> +proj=lonlat +a=6378443.325 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -91.53553594314147,44.92329203805904,-91.535535943,44.923292038
+    -90.75017803418486,45.593596084894706,-90.750178034,45.593596085
+    -90.25137568286537,46.32519550681435,-90.251375683,46.325195507
+    -92.37116799760875,48.86534338584307,-92.371167998,48.865343386
+    -90.23730438445631,45.2712299773197,-90.237304384,45.271229977
+    -95.39864217748297,47.18656192417005,-95.398642177,47.186561924
+    -90.9198430279907,45.79494158269077,-90.919843028,45.794941583
+    -96.61869477000634,45.69204711855509,-96.61869477,45.692047119
+<EPSG:104772> +proj=lonlat +a=6378414.369 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.12072608285366,48.948816060554655,-92.120726083,48.948816061
+    -93.54384614705872,47.044284136193006,-93.543846147,47.044284136
+    -90.1975172532315,44.20049198330694,-90.197517253,44.200491983
+    -92.21596978500251,44.30394710179136,-92.215969785,44.303947102
+    -95.81846302485432,44.34072101832538,-95.818463025,44.340721018
+    -92.39892645729563,44.63791969996358,-92.398926457,44.6379197
+    -93.63160055785274,46.948089281464945,-93.631600558,46.948089281
+    -92.59669634902858,46.923940694973126,-92.596696349,46.923940695
+<EPSG:104773> +proj=lonlat +a=6378502.761 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -90.21401820228603,46.601881035712765,-90.214018202,46.601881036
+    -93.73549585218294,45.25249168658437,-93.735495852,45.252491687
+    -94.12251020229216,46.25988232109461,-94.122510202,46.259882321
+    -91.37278687442262,49.07406874326161,-91.372786874,49.074068743
+    -96.02286475391182,45.75444581541111,-96.022864754,45.754445815
+    -96.37314546626531,45.89228187830612,-96.373145466,45.892281878
+    -89.92559336965826,49.16367679898016,-89.92559337,49.163676799
+    -95.29772441189122,47.41028480901794,-95.297724412,47.410284809
+<EPSG:104774> +proj=lonlat +a=6378481.425 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.95958109267613,48.22396337221922,-94.959581093,48.223963372
+    -93.32886359345343,45.15594459604948,-93.328863593,45.155944596
+    -90.59294865455858,46.99289470160492,-90.592948655,46.992894702
+    -93.35121747168105,44.39010047898739,-93.351217472,44.390100479
+    -96.91566670932114,45.02331879950077,-96.915666709,45.023318799
+    -94.05288155293937,46.25691536173482,-94.052881553,46.256915362
+    -93.87760661437152,48.92108302209105,-93.877606614,48.921083022
+    -89.63239266771052,44.91115692029864,-89.632392668,44.91115692
+<EPSG:104775> +proj=lonlat +a=6378502.761 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.31065902576525,46.61581882244665,-96.310659026,46.615818822
+    -94.90837187159262,43.979495663759494,-94.908371872,43.979495664
+    -96.98924757270697,44.91435083682529,-96.989247573,44.914350837
+    -95.53595820288719,48.451281317327776,-95.535958203,48.451281317
+    -89.50117228590034,44.63290461420085,-89.501172286,44.632904614
+    -96.21955337202148,44.90477395320485,-96.219553372,44.904773953
+    -92.8999782548261,44.67350021746951,-92.899978255,44.673500217
+    -96.01149295475155,46.955283167600584,-96.011492955,46.955283168
+<EPSG:104776> +proj=lonlat +a=6378470.757 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -97.18111811841446,44.240685003292896,-97.181118118,44.240685003
+    -95.05897100832276,48.489910164826085,-95.058971008,48.489910165
+    -93.83608462223754,48.45675811213501,-93.836084622,48.456758112
+    -93.44918529955314,44.00211952786873,-93.4491853,44.002119528
+    -96.07848499043381,48.678329082818664,-96.07848499,48.678329083
+    -91.42977459723187,43.56493461510318,-91.429774597,43.564934615
+    -92.87631806323324,45.04357940264853,-92.876318063,45.043579403
+    -91.67785895381193,48.61700447472747,-91.677858954,48.617004475
+<EPSG:104777> +proj=lonlat +a=6378548.481 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -96.582197637208,46.43552145665268,-96.582197637,46.435521457
+    -91.88433883531673,46.67747587525511,-91.884338835,46.677475875
+    -93.92735235128679,48.42038258317845,-93.927352351,48.420382583
+    -91.93798095204481,44.09533237200492,-91.937980952,44.095332372
+    -93.34975256425444,47.7447685087564,-93.349752564,47.744768509
+    -96.15728962938829,48.557549001302384,-96.157289629,48.557549001
+    -95.23932300408075,47.54064826179595,-95.239323004,47.540648262
+    -91.87584880607623,45.30865365778787,-91.875848806,45.308653658
+<EPSG:104778> +proj=lonlat +a=6378463.746 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -89.63718181436616,48.683744269473834,-89.637181814,48.683744269
+    -96.74018038603005,46.35169111632974,-96.740180386,46.351691116
+    -97.18184444168108,45.86741253926187,-97.181844442,45.867412539
+    -95.81900076256362,46.13860174988797,-95.819000763,46.13860175
+    -94.86323231333647,46.889725620336606,-94.863232313,46.88972562
+    -90.11864014671397,48.05070771535499,-90.118640147,48.050707715
+    -91.06781955642634,46.43463779272533,-91.067819556,46.434637793
+    -93.97566427244163,45.99628950289733,-93.975664272,45.996289503
+<EPSG:104779> +proj=lonlat +a=6378426.561 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.23639714611622,46.870889386981794,-92.236397146,46.870889387
+    -97.04460860896094,48.944803597006256,-97.044608609,48.944803597
+    -90.59674260794961,45.280093159934424,-90.596742608,45.28009316
+    -90.37184032191644,45.985615364018116,-90.371840322,45.985615364
+    -92.007831815004,48.29108741625473,-92.007831815,48.291087416
+    -92.78668455684719,47.57437630564222,-92.786684557,47.574376306
+    -93.61535113264138,48.225639907764176,-93.615351133,48.225639908
+    -92.27480327488223,48.570520666754874,-92.274803275,48.570520667
+<EPSG:104780> +proj=lonlat +a=6378546.957 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.78111364598043,44.80191427150605,-93.781113646,44.801914272
+    -90.59857590532756,45.59056889350209,-90.598575905,45.590568893
+    -96.78402250300324,45.84898642702779,-96.784022503,45.848986427
+    -94.79189249965717,47.64592854488354,-94.7918925,47.645928545
+    -94.36334053046225,44.46197814511559,-94.36334053,44.461978145
+    -92.37541245323573,44.42680275589809,-92.375412453,44.426802756
+    -91.70238106539523,49.130751953826454,-91.702381065,49.130751954
+    -93.00995961197589,48.23826052243363,-93.009959612,48.238260522
+<EPSG:104781> +proj=lonlat +a=6378481.425 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -92.97824884344598,49.300132129264746,-92.978248843,49.300132129
+    -93.60058458841107,47.20249862818727,-93.600584588,47.202498628
+    -95.76303080497757,44.57430596117393,-95.763030805,44.574305961
+    -96.170306500763,47.419170579262705,-96.170306501,47.419170579
+    -94.83653299209524,45.292133483552455,-94.836532992,45.292133484
+    -94.02873094026496,45.30468128988078,-94.02873094,45.30468129
+    -94.51811104113328,44.59926782745806,-94.518111041,44.599267827
+    -96.4857374183152,43.79443291790481,-96.485737418,43.794432918
+<EPSG:104782> +proj=lonlat +a=6378514.953 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -93.57640272042975,44.51313875087296,-93.57640272,44.513138751
+    -89.84747802967964,49.026978963993784,-89.84747803,49.026978964
+    -91.71046624744743,44.79263959453571,-91.710466247,44.792639595
+    -92.7972674923891,45.53254000884925,-92.797267492,45.532540009
+    -94.24000853915283,49.30222501438359,-94.240008539,49.302225014
+    -93.73782152216069,48.23880394075303,-93.737821522,48.238803941
+    -95.41683563216561,48.79326101770856,-95.416835632,48.793261018
+    -93.66456362570256,44.87772677939307,-93.664563626,44.877726779
+<EPSG:104783> +proj=lonlat +a=6378453.688 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.55020847763443,48.54722209015349,-94.550208478,48.54722209
+    -90.36517239725914,44.55477670154491,-90.365172397,44.554776702
+    -96.97142987472071,49.013656235540985,-96.971429875,49.013656236
+    -90.8203161842433,43.515732874116395,-90.820316184,43.515732874
+    -95.11933480779071,48.87026621511492,-95.119334808,48.870266215
+    -94.55884080221517,45.779207128818,-94.558840802,45.779207129
+    -95.95241194892864,45.16542051333651,-95.952411949,45.165420513
+    -92.35690448811823,48.167308137858626,-92.356904488,48.167308138
+<EPSG:104784> +proj=lonlat +a=6378443.325 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.50197656350618,44.604180272757844,-95.501976564,44.604180273
+    -89.59060302041087,46.162589825286325,-89.59060302,46.162589825
+    -96.08310232921444,49.111203895954226,-96.083102329,49.111203896
+    -92.17655639237462,48.95046763151445,-92.176556392,48.950467632
+    -95.85118061970026,47.29858612561052,-95.85118062,47.298586126
+    -96.81382334024497,44.984560274613415,-96.81382334,44.984560275
+    -95.23751959036275,47.8770550749924,-95.23751959,47.877055075
+    -92.58373394520288,47.57397335315305,-92.583733945,47.573973353
+<EPSG:104785> +proj=lonlat +a=6378530.193 +rf=298.2572221008827 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -94.33489619528757,46.03939817184871,-94.334896195,46.039398172
+    -90.72066355032632,45.35135920838522,-90.72066355,45.351359208
+    -94.67300219332924,45.87361664187648,-94.673002193,45.873616642
+    -96.49992222704661,44.37987176617749,-96.499922227,44.379871766
+    -91.25926845486575,45.64219929460043,-91.259268455,45.642199295
+    -94.3972263332608,45.33497098263038,-94.397226333,45.334970983
+    -93.0316213049908,47.320349767175315,-93.031621305,47.320349767
+    -94.25159196455333,47.45763638155912,-94.251591965,47.457636382
+<EPSG:104786> +proj=lonlat +a=6378523.0 +rf=298.2752724 +no_defs +bounds=-97.22,43.49,-89.49,49.38  <>
+    -95.2899674348924,47.84118333892841,-95.289967435,47.841183339
+    -96.51293644610175,45.32677135367043,-96.512936446,45.326771354
+    -91.72453839914593,44.456162142278465,-91.724538399,44.456162142
+    -92.88743962055248,43.88949604030069,-92.887439621,43.88949604
+    -95.7382321426037,43.771365469603374,-95.738232143,43.77136547
+    -95.6924408828237,44.51575564364529,-95.692440883,44.515755644
+    -91.16385742711257,43.9341516492566,-91.163857427,43.934151649
+    -92.59346156157844,45.12653536518118,-92.593461562,45.126535365
+<EPSG:104808> +proj=lonlat +a=6378412.542 +rf=298.270107115315 +no_defs +bounds=-92.89,42.48,-86.25,47.31  <>
+    -88.87733720595905,46.628315806975685,-88.877337206,46.628315807
+    -90.15355009539546,44.95454899087464,-90.153550095,44.954548991
+    -86.26707650568981,47.108329049425514,-86.267076506,47.108329049
+    -86.8783942134475,43.22222254694884,-86.878394213,43.222222547
+    -89.47597295621621,44.800795963083324,-89.475972956,44.800795963
+    -87.82300519988937,43.321243494750455,-87.8230052,43.321243495
+    -89.01368608313071,43.72475474705632,-89.013686083,43.724754747
+    -89.94454906691028,43.82958580425754,-89.944549067,43.829585804
+<EPSG:104896> +proj=lonlat +ellps=GRS80 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -30.8862359284295,42.48844557568776,-30.886235928,42.488445576
+    -164.46922391070908,69.43259312049008,-164.469223911,69.43259312
+    -88.42982698451353,9.887591485225968,-88.429826985,9.887591485
+    133.4137350754698,-18.440777183651278,133.413735075,-18.440777184
+    -166.22492802858022,64.74759445395031,-166.224928029,64.747594454
+    -27.931465293424196,-21.13266309953083,-27.931465293,-21.1326631
+    -8.975716724344437,20.69980474695845,-8.975716724,20.699804747
+    148.5207272108458,-18.287778650924636,148.520727211,-18.287778651
+<EPSG:104904> +proj=lonlat +a=3393400.0 +rf=192.0430107526882 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -51.23803203869335,-66.6517262841174,-51.238032039,-66.651726284
+    -176.79297143373992,-32.97528593322516,-176.792971434,-32.975285933
+    24.007571294849555,48.99106172328888,24.007571295,48.991061723
+    -21.31925865165536,-64.54139966342655,-21.319258652,-64.541399663
+    -84.5711232650373,-7.015189959347481,-84.571123265,-7.015189959
+    110.88307557552054,-58.609430371580316,110.883075576,-58.609430372
+    -70.7112352513088,-85.26531009607052,-70.711235251,-85.265310096
+    100.86301336578919,-75.80976386417053,100.863013366,-75.809763864
+<EPSG:104905> +proj=lonlat +a=3396190.0 +rf=169.8944472236118 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    173.15609076904053,70.95558331798384,173.156090769,70.955583318
+    -122.84142627035058,-54.69736693124459,-122.84142627,-54.697366931
+    -134.94011491901608,-27.350562149826445,-134.940114919,-27.35056215
+    58.02816498288698,-37.49199428929504,58.028164983,-37.491994289
+    -56.04749266826454,47.30919982535386,-56.047492668,47.309199825
+    156.99689608119962,41.25671274445648,156.996896081,41.256712744
+    -42.50406817525251,-68.69466722132802,-42.504068175,-68.694667221
+    49.832218630806295,38.6175926816496,49.832218631,38.617592682
+<EPSG:104908> +proj=lonlat +a=71492000.0 +rf=15.41440275981026 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    150.99823323310426,65.0114667139976,150.998233233,65.011466714
+    -94.97357888544134,-8.351318113986864,-94.973578885,-8.351318114
+    40.935960010463646,84.84426840664909,40.93596001,84.844268407
+    -105.4528359961712,79.88969642031404,-105.452835996,79.88969642
+    -175.1269795487849,88.16011470583766,-175.126979549,88.160114706
+    24.49180638356239,-25.737178612267954,24.491806384,-25.737178612
+    -178.00928328098954,52.22843479870724,-178.009283281,52.228434799
+    -19.585819103706,63.73503510260207,-19.585819104,63.735035103
+<EPSG:104921> +proj=lonlat +a=30000.0 +rf=3.0 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -141.75176722711245,0.21625883875704233,-141.751767227,0.216258839
+    94.32402768926278,-19.09109933745019,94.324027689,-19.091099337
+    -179.8056089669122,-2.5559801773213024,-179.805608967,-2.555980177
+    -65.60235738965203,-41.985001595846086,-65.60235739,-41.985001596
+    34.31713950494313,62.90466049841686,34.317139505,62.904660498
+    -141.27534493825894,8.027210890944858,-141.275344938,8.027210891
+    -72.40383394288426,-12.398375575834933,-72.403833943,-12.398375576
+    64.03069967807033,65.65471533057504,64.030699678,65.654715331
+<EPSG:104925> +proj=lonlat +a=60268000.0 +rf=10.2079945799458 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -129.04348711951118,-64.21431521447833,-129.04348712,-64.214315214
+    39.06494415513191,58.18960704749691,39.064944155,58.189607047
+    166.4649490688953,56.64966821005186,166.464949069,56.64966821
+    117.36376996681014,-36.28457595055838,117.363769967,-36.284575951
+    -15.665125900845425,-2.2508658808614257,-15.665125901,-2.250865881
+    9.503412889913278,-26.42861018113703,9.50341289,-26.428610181
+    -16.5790980397814,12.020970235357325,-16.57909804,12.020970235
+    92.91916852130282,24.78799376833433,92.919168521,24.787993768
+<EPSG:104944> +proj=lonlat +a=25559000.0 +rf=43.61604095563141 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -124.82031703486896,-89.40897913870114,-124.820317035,-89.408979139
+    121.88348885290844,47.44908736353315,121.883488853,47.449087364
+    -26.56564943235219,62.30207051673298,-26.565649432,62.302070517
+    -171.19479640272883,-48.916872415110745,-171.194796403,-48.916872415
+    31.858569204703713,-7.762794420236261,31.858569205,-7.76279442
+    114.27971138947032,85.87350483622822,114.279711389,85.873504836
+    -9.928170096904694,-12.466650363808156,-9.928170097,-12.466650364
+    33.67268604487788,-78.31489799500525,33.672686045,-78.314897995
+<EPSG:104960> +proj=lonlat +a=24764000.0 +rf=58.54373522458629 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    -174.90881097380344,22.80176987231279,-174.908810974,22.801769872
+    -117.60104463172013,64.29566455214373,-117.601044632,64.295664552
+    4.679321191601758,-60.56899343599704,4.679321192,-60.568993436
+    24.51815332998146,-5.907885633598582,24.51815333,-5.907885634
+    -34.94710933713628,51.91492538502385,-34.947109337,51.914925385
+    -147.98058810305216,-51.907265842303616,-147.980588103,-51.907265842
+    154.21947874584123,51.290288553855646,154.219478746,51.290288554
+    72.44197976084897,-2.522310767960164,72.441979761,-2.522310768
+<EPSG:104963> +proj=lonlat +a=104000.0 +rf=6.933333333333334 +no_defs +bounds=-180.0,-90.0,180.0,90.0  <>
+    17.446119403392316,-85.95563116764816,17.446119403,-85.955631168
+    6.686131547539986,47.47346452590915,6.686131548,47.473464526
+    -171.3666034787,56.785003446710135,-171.366603479,56.785003447
+    36.04603574811392,-8.196099487447057,36.046035748,-8.196099487
+    146.26696711549164,-78.29496399593269,146.266967115,-78.294963996
+    76.21842463797196,-58.39950330113814,76.218424638,-58.399503301
+    -18.786481530408395,-32.700079368093895,-18.78648153,-32.700079368
+    24.259106814189465,12.91198466363872,24.259106814,12.911984664
Index: /trunk/nodist/data/projection/projection-regression-test-data
===================================================================
--- /trunk/nodist/data/projection/projection-regression-test-data	(revision 16006)
+++ /trunk/nodist/data/projection/projection-regression-test-data	(revision 16006)
@@ -0,0 +1,24542 @@
+# Data for test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java
+# Format: 1. Projection code; 2. lat/lon; 3. lat/lon projected -> east/north; 4. east/north (3.) inverse projected
+EPSG:102001
+  ll  -71.11595996819582 75.29555331877012
+  en  7605799.3857627185 1.7231767293815598E7
+  ll2 -71.11595996819553 75.29555331877012
+EPSG:102002
+  ll  15.938085475185225 -95.52173193068303
+  en  64490.7579683103 -3023821.01118131
+  ll2 15.938085475185236 -95.52173193068303
+EPSG:102003
+  ll  64.3489401651619 -148.3996632217208
+  en  -2855896.593986164 3678483.8177226777
+  ll2 64.34894016516249 -148.399663221718
+EPSG:102004
+  ll  69.15552856554989 -175.9529010161351
+  en  -3312828.5269930917 5089483.437437541
+  ll2 69.15552856555142 -175.95290101612895
+EPSG:102007
+  ll  15.370505263890166 -19.522648664299737
+  en  1.4017233479845233E7 4125502.0811734414
+  ll2 15.370505263891799 -19.522648664297368
+EPSG:102008
+  ll  -26.310430235490784 -144.84790265811282
+  en  -7029498.157968978 -4792907.062281819
+  ll2 -26.3104302354908 -144.84790265811282
+EPSG:102009
+  ll  83.06025344366137 -15.363299849949556
+  en  1464371.8528762737 5891553.549693836
+  ll2 83.06025344366135 -15.36329984994957
+EPSG:102011
+  ll  -16.599722670655808 -54.77470916887822
+  en  -7445609.670594603 -1836009.6272769677
+  ll2 -16.599722670655808 -54.77470916887822
+EPSG:102012
+  ll  -10.427160150281127 113.59520315054594
+  en  1407227.295658989 -1523214.0272585717
+  ll2 -10.427160150281086 113.59520315054594
+EPSG:102013
+  ll  77.12864164834522 -96.03057988166353
+  en  -2244444.7154256264 7107895.580071944
+  ll2 77.1286416650679 -96.03057984816262
+EPSG:102014
+  ll  83.03330871686356 33.53735036666694
+  en  394028.4454963502 6180716.18772791
+  ll2 83.03330871368794 33.53735037655962
+EPSG:102015
+  ll  15.658476887414125 -46.83524324837795
+  en  1688623.2315422595 5270765.442633786
+  ll2 15.65847688632212 -46.83524324995372
+EPSG:102016
+  ll  59.130703369397 -86.12778720761578
+  en  -3436872.951750753 -232627.9919643067
+  ll2 59.13070336939699 -86.12778720761578
+EPSG:102017
+  ll  25.06136929000492 29.00399636612093
+  en  3321240.5707371845 -5990691.120771409
+  ll2 25.06136927324712 29.00399636612093
+EPSG:102018
+  ll  63.65926421986555 -126.34830324414324
+  en  -2410605.0875155064 1773896.2843606055
+  ll2 63.65926421986508 -126.34830324414322
+EPSG:102019
+  ll  -4.097885244347523 -81.35711641601648
+  en  -9440402.435947107 1434954.8253394098
+  ll2 -4.097885244347527 -81.35711641601648
+EPSG:102020
+  ll  14.047517165379489 -59.19179255797428
+  en  -8623193.305326894 5142129.235969869
+  ll2 14.047517146627275 -59.19179255797428
+EPSG:102021
+  ll  11.269993644587686 -68.51941939670441
+  en  -1.4401823365347913E7 5667391.198744839
+  ll2 11.269993644586869 -68.51941939670441
+EPSG:102022
+  ll  9.925134132882903 -145.11759312339638
+  en  -1.7703781254190378E7 528841.0855120057
+  ll2 9.925134132883137 -145.11759312339638
+EPSG:102024
+  ll  15.697952294124079 96.6708906475966
+  en  7482971.683922545 1517628.7242087433
+  ll2 15.697952294124029 96.67089064759661
+EPSG:102025
+  ll  29.335283957168315 67.80290644877775
+  en  -2437872.5122305974 260649.1392640325
+  ll2 29.335283957168308 67.80290644877775
+EPSG:102027
+  ll  -19.83108622284123 17.737450354866603
+  en  -1.0893461172552394E7 -1014002.2240932959
+  ll2 -19.831086222841208 17.73745035486661
+EPSG:102028
+  ll  8.04853982618529 89.0291358026806
+  en  -3978510.4898517393 2394140.8700639578
+  ll2 8.048539826185257 89.0291358026806
+EPSG:102030
+  ll  -70.93178418393656 75.87559989218951
+  en  -3546531.1319866036 -7822287.3012404675
+  ll2 -70.93178418393656 75.87559989218951
+EPSG:102033
+  ll  -87.74550290730916 -7.878166986001673
+  en  3133298.0509454184 -4944117.602595679
+  ll2 -87.74550290233731 -7.878166971165854
+EPSG:102039
+  ll  48.27220329831079 -88.8242557198501
+  en  537163.4641484396 2828452.543971147
+  ll2 48.27220329831307 -88.82425571985206
+EPSG:102041
+  ll  47.63039849236007 -122.06414248203222
+  en  1336950.7928854562 232374.9678070496
+  ll2 47.63039849236105 -122.06414248203335
+EPSG:102042
+  ll  48.718086673339016 -70.07935638415587
+  en  894798.605506975 1589062.4965307917
+  ll2 48.71808667334185 -70.07935638415698
+EPSG:102043
+  ll  18.253765035222607 -64.070562017384
+  en  386825.13174917747 2018592.380053783
+  ll2 18.253765035225594 -64.07056201738432
+EPSG:102044
+  ll  20.15039656985483 -66.03763810225578
+  en  182435.8089632027 2231026.1572746797
+  ll2 20.150396569844258 -66.03763810225733
+EPSG:102045
+  ll  18.09426081890713 -66.96977310340891
+  en  79699.81985583232 2005141.266456433
+  ll2 18.094260818861457 -66.96977310337094
+EPSG:102060
+  ll  45.55049614132276 14.621209230683078
+  en  470797.3366923496 45203.16646282282
+  ll2 45.550496061413995 14.621209181389919
+EPSG:102063
+  ll  5.4234109793515834 78.97651860557934
+  en  -38268.95087179693 -13210.020983920956
+  ll2 5.4234109863439315 78.97651864046597
+EPSG:102064
+  ll  8.347744673227515 77.07403435586146
+  en  -269956.1660191171 340996.18973260495
+  ll2 8.34774467770921 77.07403439726643
+EPSG:102070
+  ll  50.04930778041178 -3.2707554353992654
+  en  -14171.308887540225 111445.94549827182
+  ll2 50.04930778041174 -3.270755435399301
+EPSG:102071
+  ll  -35.22086634142408 149.20479747849063
+  en  217690.75545562853 610558.020582235
+  ll2 -35.22086634142407 149.20479747849063
+EPSG:102072
+  ll  -22.45713859427803 140.38431843248947
+  en  236512.36325547512 2515423.1743623954
+  ll2 -22.45713859427803 140.38431843248947
+EPSG:102073
+  ll  -23.0909315998149 143.42856637078143
+  en  343787.4286661675 2445304.305622277
+  ll2 -23.090931599814905 143.42856637078143
+EPSG:102074
+  ll  -33.53134164421489 144.28303548062564
+  en  233288.79507066868 1288130.8932943186
+  ll2 -33.53134164421489 144.2830354806256
+EPSG:102075
+  ll  -18.289503831806904 147.19614429018804
+  en  320623.32063126867 2976908.4380660737
+  ll2 -18.2895038318069 147.19614429018804
+EPSG:102076
+  ll  -26.091013906089014 147.80644789596008
+  en  180488.02046970098 2112524.3769429764
+  ll2 -26.091013906088946 147.80644789595988
+EPSG:102077
+  ll  -32.21926390501842 150.5997870693664
+  en  262167.41515866795 1433790.0609669257
+  ll2 -32.21926390501843 150.5997870693664
+EPSG:102078
+  ll  -39.645991667209294 150.88400181537807
+  en  118276.69031151556 607709.2839269834
+  ll2 -39.645991667203276 150.88400181537105
+EPSG:102079
+  ll  -28.59694008731106 151.0326788661775
+  en  -88311.13140265207 1828963.3581030145
+  ll2 -28.59694008719961 151.03267886595765
+EPSG:102093
+  ll  39.33188503558071 13.626361347722368
+  en  2401604.3040652573 4354580.706155231
+  ll2 39.33188503558027 13.626361347721629
+EPSG:102094
+  ll  46.05669655807661 10.720674072537939
+  en  1633105.1330254788 5101882.752297478
+  ll2 46.0566965580743 10.72067407253965
+EPSG:102097
+  ll  36.85001104323871 -29.266968878509278
+  en  297883.58830301504 4080632.5134076923
+  ll2 36.85001104323112 -29.26696887852007
+EPSG:102098
+  ll  36.8568656968702 -20.54961177743136
+  en  540148.8803674289 4079088.861145408
+  ll2 36.8568656968702 -20.549611777431355
+EPSG:102099
+  ll  68.16620694128869 49.331937992637215
+  en  430774.5725174602 7562330.565633257
+  ll2 68.16620694128765 49.33193799263725
+EPSG:102101
+  ll  64.9383902691304 6.417080758385348
+  en  17304.094680670947 773139.3902859321
+  ll2 64.93839023229143 6.417080791539527
+EPSG:102102
+  ll  53.89087581020985 14.327969564590672
+  en  390479.1298744478 -441246.0090977055
+  ll2 53.89087579253052 14.327969586485377
+EPSG:102103
+  ll  -26.02267994956047 13.805085696057912
+  en  308624.0316101985 -9314021.175081152
+  ll2 -26.022679533311 13.805085747503307
+EPSG:102104
+  ll  -79.32485704373077 9.683753804612387
+  en  -73384.77667572036 -1.524225735814643E7
+  ll2 -79.32485664847363 9.68375413065088
+EPSG:102105
+  ll  46.971439246461415 17.51420439088767
+  en  47832.64806995749 -1227143.3639684198
+  ll2 46.97143925229257 17.514204417991603
+EPSG:102106
+  ll  -74.24925384531278 24.528754531458702
+  en  110079.99926837525 -1.4676920935637169E7
+  ll2 -74.24925342406586 24.52875447773677
+EPSG:102107
+  ll  -54.61565197065057 31.70920516192033
+  en  440146.94765385805 -1.2506588286429266E7
+  ll2 -54.615651497907734 31.70920509917131
+EPSG:102108
+  ll  -85.7980947338088 34.28092673870991
+  en  42548.46246063973 -1.5964819120284038E7
+  ll2 -85.79809437394074 34.28092562351701
+EPSG:102109
+  ll  46.799842035442545 13.897793886053801
+  en  415866.79957288725 185067.11563639436
+  ll2 46.799842035442474 13.897793886053634
+EPSG:102116
+  ll  -10.309313376024413 -169.17357593180603
+  en  700144.5582660603 8859369.499128444
+  ll2 -10.30931343144604 -169.17357591707815
+EPSG:102132
+  ll  -20.156598490641557 8.8930202262971
+  en  488882.37857167557 -2229169.442735189
+  ll2 -20.15659809621269 8.893020284336423
+EPSG:102133
+  ll  53.37988577520022 10.209832253721029
+  en  181761.40018653893 5924532.37323315
+  ll2 53.379885763974464 10.20983228249597
+EPSG:102134
+  ll  -3.216106904845759 23.950985089468357
+  en  828187.0462192476 -356507.06418809
+  ll2 -3.2161066117970383 23.95098511891524
+EPSG:102135
+  ll  48.84768304559449 20.7335498446049
+  en  40729.73732857715 5428742.226560729
+  ll2 48.84768303775067 20.73354987443802
+EPSG:102136
+  ll  59.858853306551715 10.585426485610425
+  en  12564.683539825644 3985.5918371530133
+  ll2 59.85885327963028 10.585426513193559
+EPSG:102137
+  ll  60.4676741995152 5.3209559056763895
+  en  59800.07529107324 75028.28477127576
+  ll2 60.467674173000795 5.320955937744917
+EPSG:102138
+  ll  59.94951051878151 10.894048498041554
+  en  9833.469289968576 4088.8408735556295
+  ll2 59.94951049153587 10.894048525372607
+EPSG:102141
+  ll  26.823896681739626 111.07871427480012
+  en  507573.39723547007 2967124.239260353
+  ll2 26.823896676511172 111.07871428777487
+EPSG:102142
+  ll  -36.74584833227864 111.88015232407353
+  en  42553.449043523986 -4078812.579831632
+  ll2 -36.74584830030846 111.88015225649491
+EPSG:102143
+  ll  26.682030271129996 50.81080672108722
+  en  481256.70309239445 2951191.6090361746
+  ll2 26.68203027144966 50.81080671776424
+EPSG:102144
+  ll  20.02861726049876 -16.928520416402087
+  en  298122.28604019 2215798.7900287583
+  ll2 20.02861727936015 -16.928520433182197
+EPSG:102150
+  ll  58.1378962847293 151.7850150645577
+  en  428461.86986276647 6444706.994925498
+  ll2 58.137896284729464 151.7850150645576
+EPSG:102156
+  ll  -11.882941337353998 147.59346193869774
+  en  -89176.28197668085 -1319939.615967282
+  ll2 -11.882940833223666 147.59346169341956
+EPSG:102157
+  ll  43.30586127646817 21.604809541856767
+  en  7549066.579564673 4796397.72176442
+  ll2 43.30586127646824 21.604809541856778
+EPSG:102158
+  ll  31.94478081867927 39.04014364078553
+  en  692902.666120631 537008.0379120735
+  ll2 31.944780827394258 39.040143642735245
+EPSG:102159
+  ll  22.151872997792875 113.57170475605076
+  en  23328.11694311474 13432.246161468349
+  ll2 22.151873135058477 113.5717048359257
+EPSG:102160
+  ll  24.65825936670508 -5.478994699925739
+  en  468802.48360431625 -1361848.6393397967
+  ll2 24.658259366698292 -5.478994699912488
+EPSG:102161
+  ll  36.771366406315835 -15.07424780792852
+  en  -620073.322371747 -298917.9387649138
+  ll2 36.7713664002848 -15.074247808144811
+EPSG:102162
+  ll  -30.588053643993717 -26.664525626996507
+  en  532063.8772769202 -3384008.514215307
+  ll2 -30.588053638517845 -26.66452564364587
+EPSG:102164
+  ll  35.49747923404841 -3.1568774880361605
+  en  651601.379334592 -151343.48985515017
+  ll2 35.49747923327855 -3.1568774872991137
+EPSG:102165
+  ll  -7.886713324418523 -2.791493124488861
+  en  589757.2638644188 -5268505.450335188
+  ll2 -7.886713324239649 -2.791493126648006
+EPSG:102166
+  ll  -5.02311121313214 -31.910264127843377
+  en  621199.3213336093 -555386.9163840739
+  ll2 -5.023111202605477 -31.91026415346701
+EPSG:102168
+  ll  -71.20387143548909 -26.52374671248561
+  en  517081.7133385146 -7900087.381231736
+  ll2 -71.20387145826685 -26.523746702949925
+EPSG:102173
+  ll  49.16284930938918 19.981338096368834
+  en  571521.2719372173 144388.3171128938
+  ll2 49.16284930938925 19.98133809636891
+EPSG:102174
+  ll  54.75921575527925 15.74446893390209
+  en  5547922.376166708 6070212.759092388
+  ll2 54.759215755279556 15.744468933902104
+EPSG:102175
+  ll  51.2721751142565 18.075264210969195
+  en  6505251.997202405 5681930.592733714
+  ll2 51.2721751142567 18.075264210969205
+EPSG:102176
+  ll  50.94795433943798 21.584095917861696
+  en  7541044.724778806 5646023.46562163
+  ll2 50.947954339438205 21.584095917861706
+EPSG:102177
+  ll  54.318230159291524 24.092187038215172
+  en  8505998.573223783 6020877.856458057
+  ll2 54.31823015929184 24.09218703821516
+EPSG:102191
+  ll  69.43374495994836 55.53405201431448
+  en  3448298.0658664657 5554014.606858391
+  ll2 69.43374491105524 55.53405203742437
+EPSG:102192
+  ll  57.32319887754386 -34.80998251945255
+  en  -1508174.2493313379 3762645.904963255
+  ll2 57.32319883397207 -34.80998247413322
+EPSG:102193
+  ll  86.05849642311313 1.5146008461215814
+  en  1392969.6926074733 9781876.652185641
+  ll2 86.05849640234979 1.5146013966092882
+EPSG:102194
+  ll  55.55633946879572 20.33702116637442
+  en  584311.7535226273 855666.7351134177
+  ll2 55.556339468795166 20.3370211663746
+EPSG:102195
+  ll  51.534730275608965 15.538687174062309
+  en  5537375.275309834 5711274.058298512
+  ll2 51.53473027560895 15.538687174062316
+EPSG:102196
+  ll  52.84283253396581 19.32544885774991
+  en  6589300.739562813 5857502.308068145
+  ll2 52.84283253396527 19.32544885775015
+EPSG:102197
+  ll  51.87714645422046 22.359782928556516
+  en  7593633.327674415 5750105.530679133
+  ll2 51.87714645421983 22.35978292855682
+EPSG:102198
+  ll  51.97028399400007 22.788247347949472
+  en  8416732.041504536 5760287.237906044
+  ll2 51.97028399399974 22.78824734794931
+EPSG:102204
+  ll  16.255410769285433 47.27455422048304
+  en  1245052.956975802 2143142.4526435207
+  ll2 16.25541076994127 47.27455421937184
+EPSG:102213
+  ll  70.73594793543805 168.00514656845584
+  en  610616.8662209042 7850687.46275964
+  ll2 70.73594793541339 168.00514656844632
+EPSG:102215
+  ll  70.77359049339142 -84.12534931337862
+  en  388478.81468972185 989210.2108354028
+  ll2 70.77359049339142 -84.12534931337862
+EPSG:102216
+  ll  -31.639531464980642 116.0090528074205
+  en  68249.93143385209 298104.8559572003
+  ll2 -31.639531464978667 116.0090528074205
+EPSG:102217
+  ll  44.63986810781035 -91.24786446504572
+  en  1381345.4465578531 1521331.8691731158
+  ll2 44.639868107810095 -91.24786446504609
+EPSG:102218
+  ll  47.94542350313402 -117.65117633681534
+  en  775435.1924812607 1545100.3003976059
+  ll2 47.94542350313514 -117.65117633681677
+EPSG:102219
+  ll  45.90312522827716 -87.4403891216519
+  en  2357412.3000776484 1989724.149068468
+  ll2 45.903125228254986 -87.44038912164108
+EPSG:102220
+  ll  44.70125731001757 -88.95822630991704
+  en  1976812.9759422156 1542948.5353421252
+  ll2 44.70125731002004 -88.95822630991884
+EPSG:102221
+  ll  2.5596672767916457 -82.03961825166375
+  en  757263.9098475409 -604225.1112773024
+  ll2 2.559667276448252 -82.03961825103168
+EPSG:102222
+  ll  5.251127935372123 -83.35336070111117
+  en  534588.9831429734 -86707.42391547112
+  ll2 5.251127932902766 -83.35336069719764
+EPSG:102223
+  ll  4.0252485500429955 -86.83801057039435
+  en  184845.8061112495 445466.4862512862
+  ll2 4.02524855004139 -86.83801057032066
+EPSG:102224
+  ll  50.946160142794525 111.86897281200329
+  en  1820228.0792371442 5815444.449257459
+  ll2 50.94616686237897 111.8687901272509
+EPSG:102225
+  ll  50.74029916978226 103.22528486586383
+  en  798084.8522788992 5629463.0919765085
+  ll2 50.74029916923975 103.22528486580589
+EPSG:102226
+  ll  43.11780253347296 108.11521368191833
+  en  753438.6935442743 4778608.314278978
+  ll2 43.11780253340048 108.11521368196127
+EPSG:102227
+  ll  49.96449902054058 105.32161634068038
+  en  92862.49452116562 5550153.69176387
+  ll2 49.96449901740633 105.32161634264017
+EPSG:102228
+  ll  41.70618902183184 118.44820591545977
+  en  620488.6037269128 4618168.7715415405
+  ll2 41.70618902183115 118.44820591546066
+EPSG:102231
+  ll  1.815244867768979 -79.08248387288283
+  en  1110749.3171640995 692515.1564669117
+  ll2 1.815244792256691 -79.08248394570847
+EPSG:102232
+  ll  4.1414380476401735 -70.81717218921153
+  en  462360.4899679272 50469.55709216722
+  ll2 4.141438066238532 -70.81717220089865
+EPSG:102233
+  ll  -3.0689227498502705 -72.26964406686922
+  en  301098.8752485814 -748104.8183601364
+  ll2 -3.0689227498501745 -72.26964406687783
+EPSG:102240
+  ll  15.808022526213346 141.6425567560467
+  en  -233058.4398559492 457833.6358570122
+  ll2 15.808022526204455 141.64255675608473
+EPSG:102247
+  ll  69.79186012992955 -97.30534958865778
+  en  1961195.0144275723 3093956.5977144246
+  ll2 69.79186012993063 -97.30534958865898
+EPSG:102306
+  ll  27.69960482896883 80.44885789030388
+  en  149863.7925805141 3069620.581825475
+  ll2 27.699604829456895 80.44885788219078
+EPSG:102319
+  ll  34.62623595912477 32.501803906976235
+  en  154320.56344690474 333049.8218061887
+  ll2 34.62623595914304 32.50180390706109
+EPSG:102328
+  ll  55.10661369529167 10.123405392447474
+  en  2571670.3359585907 6107231.726911273
+  ll2 55.10661369529181 10.123405392447557
+EPSG:102329
+  ll  54.54854987193902 13.913809503352216
+  en  3.2817720915421236E7 6055666.1922908155
+  ll2 54.54854987061361 13.913809502624826
+EPSG:102359
+  ll  48.4608678147168 11.80670882859036
+  en  3263938.7911673076 5372452.0813391665
+  ll2 48.46086781461828 11.806708828565819
+EPSG:102360
+  ll  54.00225915312056 12.690892889167701
+  en  3.3348659919788234E7 5986240.846432383
+  ll2 54.00225915310634 12.690892889164965
+EPSG:102364
+  ll  54.56670949722067 169.18796605477263
+  en  382848.37953267485 6048086.9806438405
+  ll2 54.56670949721909 169.18796605477647
+EPSG:102365
+  ll  54.805651557669044 178.6080244025417
+  en  603356.0294722338 6074350.487166849
+  ll2 54.80565155766873 178.60802440254682
+EPSG:102367
+  ll  68.19497473698866 -143.47870777106075
+  en  438691.2031681297 1582289.6690926114
+  ll2 68.19497473698875 -143.4787077710579
+EPSG:102368
+  ll  68.20767139157182 -147.99695822856603
+  en  417254.86922110844 1584310.292820178
+  ll2 68.20767139156942 -147.99695822856233
+EPSG:102369
+  ll  67.16626657873081 -148.43721064028173
+  en  567691.4433727049 1467684.407753953
+  ll2 67.16626657873068 -148.43721064027844
+EPSG:102370
+  ll  62.245668358305196 -155.3281121708105
+  en  430981.87621025974 919010.0408348402
+  ll2 62.24566835830543 -155.3281121708073
+EPSG:102371
+  ll  69.34109863469229 -159.1590433504584
+  en  454353.9326240456 1709820.217497217
+  ll2 69.3410986346931 -159.1590433504535
+EPSG:102372
+  ll  59.852503095911224 -162.41300882368168
+  en  476855.21277703176 651730.9939621146
+  ll2 59.852503095911956 -162.41300882367796
+EPSG:102373
+  ll  65.24950404488112 -165.31813169061212
+  en  531864.6484176704 1253288.429344807
+  ll2 65.24950404488213 -165.31813169060737
+EPSG:102374
+  ll  58.159271734024244 -171.84025330664585
+  en  391684.3794521122 464537.91697438195
+  ll2 58.15927173402182 -171.8402533066421
+EPSG:102375
+  ll  51.541934585968605 -88.37088989755725
+  en  5682621.9152521705 3328988.598596059
+  ll2 51.54193458597083 -88.37088989755914
+EPSG:102389
+  ll  46.80380536647594 -96.76355143164051
+  en  2903845.636627446 436938.50536721526
+  ll2 46.803805366477924 -96.7635514316426
+EPSG:102390
+  ll  46.91291531592281 -96.84074924622256
+  en  2882679.692644539 475782.09114226315
+  ll2 46.91291531592493 -96.84074924622459
+EPSG:102391
+  ll  46.72879257110885 -96.78770805166023
+  en  2899094.8551809476 409322.70078942727
+  ll2 46.7287925711109 -96.78770805166232
+EPSG:102392
+  ll  68.36583096183692 -151.412823668925
+  en  1449665.6920749068 5253522.745302444
+  ll2 68.36583096183725 -151.41282366892116
+EPSG:102393
+  ll  65.76204920071841 -154.59246419166325
+  en  1551352.4612120837 4299161.870284575
+  ll2 65.76204920071912 -154.59246419165953
+EPSG:102394
+  ll  61.374609538263 -156.6783462384802
+  en  1872235.181885362 2696695.0353101864
+  ll2 61.374609538263236 -156.67834623847676
+EPSG:102395
+  ll  59.43122586572401 -160.74836830112216
+  en  1873446.8941746268 1986212.1249084945
+  ll2 59.43122586572434 -160.74836830111852
+EPSG:102396
+  ll  65.33707466589549 -166.91466231986374
+  en  1500657.799089175 4144309.7675834787
+  ll2 65.33707466589651 -166.91466231985888
+EPSG:102397
+  ll  63.72446356525181 -169.94639072300288
+  en  1649110.4429069778 3553521.7124271514
+  ll2 63.72446356525294 -169.94639072299802
+EPSG:102398
+  ll  53.37869456605684 -91.98372867992563
+  en  1.772394501868259E7 1.0419784305750314E7
+  ll2 53.37869456605884 -91.98372867992755
+EPSG:102399
+  ll  48.595499820228646 -110.23025961328446
+  en  -312039.95939327 685914.5923649176
+  ll2 48.59549982023007 -110.23025961328624
+EPSG:102400
+  ll  51.43034552696036 -0.23983905945396394
+  en  72556.9003019832 26570.030264112116
+  ll2 51.43034551532147 -0.23983903548125576
+EPSG:102401
+  ll  58.817170117523816 -178.62834341384706
+  en  405959.3777800743 6520837.716077391
+  ll2 58.81717011752353 -178.62834341384254
+EPSG:102402
+  ll  58.72600720598848 -172.4574487491583
+  en  415607.26780738775 6510461.0510582505
+  ll2 58.72600720598871 -172.45744874915394
+EPSG:102403
+  ll  74.04082044271522 -166.23203709522758
+  en  462191.90234812524 8216983.270324556
+  ll2 74.0408204427163 -166.23203709522076
+EPSG:102404
+  ll  61.426584254076786 -167.2916066695613
+  en  58410.24863454088 6838436.313179743
+  ll2 61.42658423115579 -167.29160654070446
+EPSG:102405
+  ll  61.93637759686955 -151.1314978751763
+  en  598062.645652524 6868503.6116385255
+  ll2 61.93637759686689 -151.13149787517335
+EPSG:102406
+  ll  58.55585116690501 -145.15408340719793
+  en  607407.4816214655 6492073.546714378
+  ll2 58.55585116690195 -145.15408340719569
+EPSG:102407
+  ll  60.78192204810452 -142.38649881879215
+  en  424501.57860325073 6739294.224012477
+  ll2 60.78192204810438 -142.38649881879053
+EPSG:102408
+  ll  68.67841201318004 -133.34774190677837
+  en  567039.471652015 7619404.409399169
+  ll2 68.67841201317968 -133.34774190677666
+EPSG:102409
+  ll  37.8773436182466 -130.04158976534896
+  en  408399.08784957835 4192716.92294927
+  ll2 37.87734361824733 -130.04158976535004
+EPSG:102410
+  ll  32.11154791487245 -121.25737213573224
+  en  664413.2243341773 3554128.883162994
+  ll2 32.111547914872716 -121.25737213573142
+EPSG:102411
+  ll  33.41839289473813 -116.92397534913887
+  en  507069.30581883894 3697673.625110629
+  ll2 33.41839289473963 -116.92397534914076
+EPSG:102412
+  ll  40.611254656832756 -108.67032124373459
+  en  697085.534875381 4498212.318379967
+  ll2 40.61125465682317 -108.67032124372545
+EPSG:102413
+  ll  29.241281269233404 -103.90676575100386
+  en  606236.9964603058 3235212.6015332863
+  ll2 29.24128126923449 -103.90676575100605
+EPSG:102414
+  ll  28.24598915924867 -98.9071563119716
+  en  509108.58203145675 3124455.302347874
+  ll2 28.245989159250307 -98.90715631197399
+EPSG:102415
+  ll  41.64754888298505 -90.18728097440909
+  en  734235.4109153248 4614466.756154474
+  ll2 41.647548882950815 -90.18728097438269
+EPSG:102416
+  ll  36.13228752651028 -84.33034822510332
+  en  740233.9979804616 4001921.996783735
+  ll2 36.13228752649396 -84.33034822507881
+EPSG:102417
+  ll  39.081952920861994 -78.79799168553096
+  en  690465.5966527843 4328178.212452214
+  ll2 39.08195292085766 -78.79799168552377
+EPSG:102418
+  ll  31.6668216442981 -76.39145753720666
+  en  368090.64783341286 3504346.647941209
+  ll2 31.66682164429904 -76.39145753720888
+EPSG:102419
+  ll  33.66916666984699 -66.93370621515632
+  en  691570.3543898129 3727389.636085806
+  ll2 33.66916666984692 -66.93370621515056
+EPSG:102421
+  ll  12.155805018245207 1.378696203132165
+  en  141329.63406661086 1353178.0248133761
+  ll2 12.155805018245209 1.378696203132165
+EPSG:102422
+  ll  47.199452434430086 69.30217158154286
+  en  5811127.601257968 5254219.010722093
+  ll2 47.19945243443008 69.30217158154286
+EPSG:102423
+  ll  54.03539148050331 -66.33924978568069
+  en  -4517198.9535325365 6015192.264424821
+  ll2 54.035391480503314 -66.33924978568069
+EPSG:102424
+  ll  59.86679917691092 -98.30719481174732
+  en  -5418107.998922127 6664341.599796892
+  ll2 59.86679917691092 -98.30719481174731
+EPSG:102425
+  ll  66.83104986988498 157.0397462505025
+  en  7084129.856030993 7439598.440695467
+  ll2 66.83104986988498 157.0397462505025
+EPSG:102426
+  ll  71.39475720207773 -107.21763371216998
+  en  -4060814.7167065307 7947628.017044693
+  ll2 71.39475720207773 -107.21763371216998
+EPSG:102427
+  ll  75.87241848926966 -61.54206795972735
+  en  -1873133.687947343 8446078.991479654
+  ll2 75.87241848926968 -61.54206795972734
+EPSG:102428
+  ll  77.59233068687581 67.2021474884987
+  en  1533287.7148746576 8637538.741526311
+  ll2 77.59233068687581 67.2021474884987
+EPSG:102429
+  ll  85.98557634283229 144.57542077566
+  en  259894.59350146347 365375.1711847351
+  ll2 85.98557634283229 144.57542077566
+EPSG:102430
+  ll  -2.6482905346995587 98.4434980167108
+  en  1.0091406300627302E7 -294806.35379540105
+  ll2 -2.6482905346995587 98.44349801671079
+EPSG:102431
+  ll  -37.55456810954938 -147.43126941253433
+  en  -1.2362410865633719E7 -4180555.3989163474
+  ll2 -37.55456810954938 -147.43126941253436
+EPSG:102432
+  ll  -48.235375790137454 165.53294558845045
+  en  1.1271536096700134E7 -5369537.471180297
+  ll2 -48.235375790137454 165.53294558845042
+EPSG:102433
+  ll  -56.94950183984687 46.566366906205275
+  en  2566461.2391635897 -6339589.54574235
+  ll2 -56.94950183984687 46.566366906205275
+EPSG:102434
+  ll  -67.22027864392483 -62.70123466115729
+  en  -2828479.4077836093 -7482927.189623674
+  ll2 -67.22027864392483 -62.70123466115728
+EPSG:102435
+  ll  -71.35080123154445 -109.1164077394461
+  en  -4132729.841548423 -7942734.860787606
+  ll2 -71.35080123154445 -109.1164077394461
+EPSG:102436
+  ll  -73.8356447591501 76.32159940361282
+  en  2322972.946805774 -8219346.376981627
+  ll2 -73.8356447591501 76.32159940361282
+EPSG:102437
+  ll  -79.72826213391282 -130.78133992305305
+  en  -2983913.89759059 -8875309.542579811
+  ll2 -79.72826213391282 -130.78133992305305
+EPSG:102438
+  ll  -82.8968677720698 -136.19895665515307
+  en  -549112.624562439 -572588.4782550862
+  ll2 -82.8968677720698 -136.19895665515307
+EPSG:102440
+  ll  56.90066301833512 19.391906767198286
+  en  219444.90298894863 6315787.669543883
+  ll2 56.90066301746776 19.391906767669
+EPSG:102446
+  ll  66.63273629495092 -142.86239383164914
+  en  1515160.4544468592 4618112.746647628
+  ll2 66.63273629495148 -142.86239383164664
+EPSG:102447
+  ll  68.77028229760344 -146.68986173530726
+  en  1548931.2150998604 5399845.870711841
+  ll2 68.77028229760408 -146.68986173530394
+EPSG:102448
+  ll  22.186328170139443 113.57218302537265
+  en  23683.161631897892 17177.426116372993
+  ll2 22.1863281917337 113.57218302537265
+EPSG:102450
+  ll  59.898549608265206 10.639780198795217
+  en  15616.020679463945 8403.091664358188
+  ll2 59.89854958123163 10.639780226333542
+EPSG:102451
+  ll  60.34016508503727 5.431302135955745
+  en  65735.40963177587 60759.218504844
+  ll2 60.34016505878935 5.431302167878301
+EPSG:102452
+  ll  59.85006152786151 10.761287388175084
+  en  2420.683894376511 -7002.5671167115215
+  ll2 59.85006150089518 10.761287415617545
+EPSG:102453
+  ll  11.391739398892781 114.64142821697983
+  en  242464.18442577418 1260403.2390433915
+  ll2 11.391739405992789 114.64142820912589
+EPSG:102454
+  ll  21.976645865645153 124.24967921639039
+  en  628868.5425927469 2430841.1407795423
+  ll2 21.976645874102108 124.24967921000021
+EPSG:102455
+  ll  12.187666781580663 128.88337199820353
+  en  487159.676780401 1347397.3876272736
+  ll2 12.187666797641315 128.8833719838395
+EPSG:102456
+  ll  9.354495639862211 116.34180510052877
+  en  427561.30418669037 1034186.9261933296
+  ll2 9.354495642496097 116.34180508676849
+EPSG:102457
+  ll  4.764577441342485 120.98424925651376
+  en  276241.3836398532 527025.0265845178
+  ll2 4.7645774406278285 120.98424924273982
+EPSG:102458
+  ll  12.431737382903698 128.00354445209226
+  en  391545.04723965406 1374545.4875868957
+  ll2 12.431737394905882 128.0035444434792
+EPSG:102459
+  ll  43.27187216663565 -116.337664657473
+  en  2468606.0456568133 585620.0790190878
+  ll2 43.27187216663689 -116.33766465747469
+EPSG:102461
+  ll  20.280148936833193 -155.19299053832034
+  en  1745636.2369846036 525539.9343120201
+  ll2 20.28014893683357 -155.19299053831938
+EPSG:102462
+  ll  20.646116093381316 -156.00137714905432
+  en  1867885.1047130555 114070.39742465768
+  ll2 20.646116093381668 -156.0013771490533
+EPSG:102464
+  ll  22.194162584978653 -159.42994350918514
+  en  1664122.9890736402 131087.94181452066
+  ll2 22.194162584978912 -159.42994350918374
+EPSG:102465
+  ll  21.809366298905257 -160.25792894397287
+  en  1609461.9796262633 51847.272465795395
+  ll2 21.809366298905513 -160.2579289439714
+EPSG:102492
+  ll  -18.367090215601024 -10.177528072048645
+  en  -1500419.00404585 -6115817.167248856
+  ll2 -18.3670902033521 -10.177528079913461
+EPSG:102525
+  ll  19.806738870622244 -156.0947735341769
+  en  1435975.124173197 353862.43756667647
+  ll2 19.806738870622542 -156.09477353417628
+EPSG:102526
+  ll  20.460658402113822 -156.18335416958982
+  en  1805866.022858581 46487.417611326906
+  ll2 20.460658402114106 -156.1833541695892
+EPSG:102528
+  ll  21.899988183972717 -159.5309716381473
+  en  1629922.50394064 24213.463230436762
+  ll2 21.899988183972905 -159.53097163814627
+EPSG:102529
+  ll  21.888221525648305 -160.0872996760181
+  en  1667331.9376379743 80491.06178222707
+  ll2 21.888221525648486 -160.08729967601704
+EPSG:102550
+  ll  36.625450360772945 26.718502285592855
+  en  9474871.801773263 4053545.4954700135
+  ll2 36.62545036923474 26.71850229018429
+EPSG:102551
+  ll  37.94601197015588 29.28051438095412
+  en  1.0436818676939081E7 4200253.428853611
+  ll2 37.9460119775705 29.28051438475258
+EPSG:102552
+  ll  36.59805417849294 33.971075008372054
+  en  1.1586884788730241E7 4050905.473992658
+  ll2 36.5980541859642 33.971075011268184
+EPSG:102553
+  ll  38.77017814355918 37.37801768400184
+  en  1.2619734797041394E7 4292357.187626146
+  ll2 38.77017814969785 37.3780176860395
+EPSG:102554
+  ll  40.13436174428018 39.48006925754586
+  en  1.3540913516527236E7 4442962.6602104325
+  ll2 40.134361749679115 39.48006925911941
+EPSG:102555
+  ll  37.10521128551269 40.97488049562426
+  en  1.4408920703432458E7 4107215.210876257
+  ll2 37.10521129214041 40.97488049710867
+EPSG:102556
+  ll  39.238744314458565 43.7491989916051
+  en  1.539205491319612E7 4344196.66194438
+  ll2 39.23874432000727 43.74919899251661
+EPSG:102557
+  ll  40.27670204155412 69.09614606318611
+  en  1349283.8069252714 4475157.896998249
+  ll2 40.27670204155411 69.09614606318613
+EPSG:102558
+  ll  40.40858555030725 71.99421859011463
+  en  2340535.980871768 4489750.790180928
+  ll2 40.40858555030726 71.99421859011463
+EPSG:102559
+  ll  40.605374550388035 75.2453049176235
+  en  3361668.545810599 4511748.8161680745
+  ll2 40.605374550388035 75.24530491762353
+EPSG:102560
+  ll  42.555495554405866 77.39070070118106
+  en  4289654.882565551 4728091.783698236
+  ll2 42.55549555440586 77.39070070118106
+EPSG:102561
+  ll  42.711689920845004 79.35473185710516
+  en  5204812.402431599 4746089.777509831
+  ll2 42.71168992084482 79.35473185710488
+EPSG:102562
+  ll  -32.55405912309591 19.313960351990115
+  en  29487.37590016979 -3603336.450254645
+  ll2 -32.55405912309592 19.313960351990115
+EPSG:102563
+  ll  -29.971909785368105 20.99280579942949
+  en  -694.3370624819927 -3316999.5574632348
+  ll2 -29.971909785368112 20.99280579942949
+EPSG:102564
+  ll  -27.555945966328807 23.912029527718573
+  en  90076.16950921953 -3049565.1798719782
+  ll2 -27.555945966328796 23.912029527718634
+EPSG:102565
+  ll  -31.602859355300605 25.508094201949106
+  en  48217.494040338854 -3497928.18828396
+  ll2 -31.60285935530061 25.50809420194911
+EPSG:102566
+  ll  -33.59245916611226 26.91530770134665
+  en  -7861.448167838559 -3718460.7522190604
+  ll2 -33.59245916611226 26.91530770134665
+EPSG:102567
+  ll  -30.438051343963142 29.4973931015477
+  en  47779.729716704445 -3368779.1486161808
+  ll2 -30.43805134396314 29.497393101547704
+EPSG:102568
+  ll  -28.874510286042796 31.312429896414745
+  en  30479.605816727242 -3195400.834693116
+  ll2 -28.874510286042792 31.312429896414745
+EPSG:102581
+  ll  17.000473321656553 -57.97078946083836
+  en  -6032752.133170791 220448.04199819372
+  ll2 17.000473297359672 -57.9707894250829
+EPSG:102582
+  ll  67.95171323286121 62.79106570072875
+  en  3090799.4692152557 5626410.706145724
+  ll2 67.95171323311621 62.7910656735156
+EPSG:102583
+  ll  3.5308871292443733 86.21474923576679
+  en  1.034900473259362E7 3787335.828780447
+  ll2 3.530887105281216 86.2147492219669
+EPSG:102584
+  ll  4.548114813239135 -50.87900002965959
+  en  -6720024.449612163 1894275.2639145753
+  ll2 4.548114784053721 -50.87900001157368
+EPSG:102585
+  ll  50.110647675962994 8.038979596469833
+  en  1007492.1302652301 1283344.0018710445
+  ll2 50.110647676239815 8.038979599627142
+EPSG:102586
+  ll  43.476894317206934 6.459941996295595
+  en  933968.5453864662 1839292.9690486807
+  ll2 43.47689431704647 6.459941999538826
+EPSG:102587
+  ll  42.46343257656301 1.8627610958395993
+  en  561018.5978717264 3018290.2626864463
+  ll2 42.463432576395135 1.8627611003959452
+EPSG:102588
+  ll  41.3579000729141 8.880964534496208
+  en  547347.8748404452 4117196.0498281713
+  ll2 41.35790007238233 8.880964536978638
+EPSG:102589
+  ll  47.63013941269964 -71.9592559629138
+  en  3519633.932886849 8468651.658324335
+  ll2 47.6301394127025 -71.95925596291504
+EPSG:102592
+  ll  53.3975910241483 -43.22973366400631
+  en  -2666636.6272098357 3291078.0808499516
+  ll2 53.39759105656301 -43.229733612416254
+EPSG:102598
+  ll  26.904010708997376 152.65221806640207
+  en  465465.3745203379 2975851.0451952373
+  ll2 26.904010708997383 152.65221806640207
+EPSG:102599
+  ll  34.40401375079629 -115.21652194830791
+  en  1441836.1530418796 7842974.524107007
+  ll2 34.404013750796295 -115.21652194830791
+EPSG:102600
+  ll  35.93004737850804 -114.47034670191559
+  en  1634106.7748999738 8410212.383404676
+  ll2 35.93004737850963 -114.47034670191756
+EPSG:102604
+  ll  32.10422589440318 -82.34870386548124
+  en  356429.48072947236 1.2302788039099848E7
+  ll2 32.1042258944065 -82.34870386548305
+EPSG:102605
+  ll  43.37948398818094 -113.92321394583989
+  en  2506221.066451329 1353183.2073436507
+  ll2 43.379483988182294 -113.92321394584168
+EPSG:102629
+  ll  -42.14185334127607 -81.40883857100559
+  en  1856230.3531337662 -2.6417590057244025E7
+  ll2 -42.14185334071175 -81.40883857079079
+EPSG:102630
+  ll  22.224283719776338 -85.7455759972714
+  en  2561963.494659108 -2822739.8823361793
+  ll2 22.224283719778654 -85.74557599727305
+EPSG:102632
+  ll  6.095369449121762 -142.9812009775053
+  en  1284098.2518556276 -1.742539118046254E7
+  ll2 6.095369449122495 -142.98120097750564
+EPSG:102633
+  ll  28.354179096641047 -144.01300624401566
+  en  2279540.0419487758 -9338348.22608564
+  ll2 28.354179096639115 -144.01300624401148
+EPSG:102634
+  ll  -41.34345454356089 -150.76580740289822
+  en  1430157.4603086507 -3.4658261049773976E7
+  ll2 -41.34345454356107 -150.7658074028996
+EPSG:102635
+  ll  62.12811884082282 -155.89274819526557
+  en  1316471.250904326 2974549.7867866564
+  ll2 62.128118840820015 -155.89274819526236
+EPSG:102636
+  ll  4.859650111264983 -160.9282978283395
+  en  574412.1598404605 -1.7871691984903947E7
+  ll2 4.859650111262896 -160.92829782825368
+EPSG:102637
+  ll  -58.912456013873154 -167.1077875353252
+  en  675516.3944809167 -4.110497030764331E7
+  ll2 -58.912456012361396 -167.10778753391756
+EPSG:102638
+  ll  16.701658851457907 -169.565877723284
+  en  392131.4781982703 -1.3565610726134319E7
+  ll2 16.70165885143537 -169.56587772322925
+EPSG:102639
+  ll  48.71471834244676 -175.50960266474917
+  en  310621.60484456964 -1880867.8678953846
+  ll2 48.714718339871816 -175.50960266355938
+EPSG:102640
+  ll  37.94626630478963 -92.16544408763697
+  en  2.2933037306864265E7 8145043.924569168
+  ll2 37.946266304792296 -92.1654440876391
+EPSG:102648
+  ll  24.553311335732445 -113.31072992484745
+  en  -345287.3539210888 -2331667.6941039935
+  ll2 24.55331133571523 -113.31072992488599
+EPSG:102649
+  ll  -9.51738498151434 -114.22565353984105
+  en  -131886.27726911684 -1.4710749466381803E7
+  ll2 -9.517384981512585 -114.22565353982515
+EPSG:102650
+  ll  29.52826704089749 -109.38810120589598
+  en  2087869.7488589229 -509170.9248036355
+  ll2 29.52826704068394 -109.38810120550416
+EPSG:102661
+  ll  -4.936367263670945 -149.94595142781378
+  en  3664481.613273223 -8633710.679672655
+  ll2 -4.936367263516515 -149.94595143104334
+EPSG:102662
+  ll  59.060289029436234 -162.77360162612726
+  en  491935.03235647985 1.4160068885306658E7
+  ll2 59.06028902509828 -162.77360161876842
+EPSG:102664
+  ll  12.267950015817675 -164.9487521799175
+  en  -307097.2030473405 -3453400.894329863
+  ll2 12.267950015536659 -164.94875217840945
+EPSG:102665
+  ll  -8.631111023225046 -163.12362808187856
+  en  572173.1871419405 -1.0999336624120284E7
+  ll2 -8.631111023220912 -163.12362808180458
+EPSG:102688
+  ll  48.338405178752254 -66.34005199564369
+  en  3.121778617041334E7 1948140.6246517424
+  ll2 48.338405178755195 -66.34005199564454
+EPSG:102689
+  ll  -4.163535914246159 -31.63971436664218
+  en  4.450703507725793E7 -1.1053205114539862E7
+  ll2 -4.163535914245374 -31.63971436663975
+EPSG:102690
+  ll  70.80849815487551 -111.7003011440221
+  en  9341606.276897168 1.1831769741554845E7
+  ll2 70.80849815487625 -111.70030114402232
+EPSG:102696
+  ll  -8.468650874699463 -94.2549111901395
+  en  -537151.6886492783 -1.6093157062017823E7
+  ll2 -8.468650874680094 -94.25491118987226
+EPSG:102697
+  ll  -18.964849360666875 -86.86577698785803
+  en  3589509.567310125 -1.9927572565187465E7
+  ll2 -18.96484936018848 -86.86577698780856
+EPSG:102698
+  ll  72.95281517031788 -87.98932665115481
+  en  3486648.970864007 1.3470273998072214E7
+  ll2 72.95281516838064 -87.9893266693774
+EPSG:102700
+  ll  50.72394848620715 -40.36962006192391
+  en  1.6005760930567771E7 8992131.221845984
+  ll2 50.723948486209686 -40.36962006192327
+EPSG:102701
+  ll  21.21403167847671 -156.73311870175584
+  en  735303.9971207234 2347519.9612688306
+  ll2 21.214031678475244 -156.73311870175422
+EPSG:102702
+  ll  20.007023035602472 -155.82453389863952
+  en  204461.37190092867 2214751.772899531
+  ll2 20.007023035596315 -155.82453389863812
+EPSG:102703
+  ll  -14.438795922304635 -169.54340487934465
+  en  657012.7728482181 8403245.60650185
+  ll2 -14.438795922304822 -169.54340487934476
+EPSG:102705
+  ll  40.68399989035333 -96.68317898122699
+  en  165396.5094081565 158119.01738121366
+  ll2 40.683999890355615 -96.68317898122919
+EPSG:102720
+  ll  -3.286059114886246 -137.67239481213107
+  en  -1.6579564691898864E7 -1.6172124737491027E7
+  ll2 -3.286059114885434 -137.67239481213238
+EPSG:102721
+  ll  19.330965961432625 -21.417912943935164
+  en  2.7346530667482354E7 4031323.763945129
+  ll2 19.330965961434458 -21.41791294393291
+EPSG:102726
+  ll  59.52619654695356 -129.89776322686384
+  en  6399113.4543984635 5953365.325937391
+  ll2 59.526196546954104 -129.89776322686362
+EPSG:102727
+  ll  82.77605956462706 -118.15234219544013
+  en  5089185.102052266 1.689908292614205E7
+  ll2 82.77605956462678 -118.15234219543471
+EPSG:102733
+  ll  45.78762174399489 0.8865475829342415
+  en  2.1217568618039142E7 1.3154355743033238E7
+  ll2 45.78762174399585 0.8865475829349581
+EPSG:102761
+  ll  0.5380590000332575 -67.06283281037184
+  en  415310.2576604056 -5721023.319293932
+  ll2 0.5380590000349446 -67.06283281037244
+EPSG:102799
+  ll  50.3325179285198 -5.4483220261357905
+  en  16622.7100619275 224744.31827503128
+  ll2 50.332517928360076 -5.448322026152741
+EPSG:102800
+  ll  50.33868361384302 -5.419267357325847
+  en  9724.077972548024 225346.10413346055
+  ll2 50.338683613691174 -5.41926735734288
+EPSG:102801
+  ll  50.37780779478753 -5.207330806372917
+  en  16057.542271601968 228967.54682735197
+  ll2 50.3778077946842 -5.207330806388961
+EPSG:102802
+  ll  50.31980768657761 -5.225980109925288
+  en  14452.822817939683 222584.6668814465
+  ll2 50.31980768647068 -5.2259801099417516
+EPSG:102803
+  ll  50.51023667081913 -5.160225088270365
+  en  11034.376769558876 243554.04832507682
+  ll2 50.51023667072446 -5.160225088285429
+EPSG:102804
+  ll  50.276499630704066 -4.943366374588619
+  en  16377.705275874352 216953.7571805532
+  ll2 50.27649963064236 -4.943366374601707
+EPSG:102805
+  ll  50.33937799470931 -4.929409106788824
+  en  17647.450153078244 223909.11542116376
+  ll2 50.33937799464931 -4.929409106801552
+EPSG:102806
+  ll  50.256401475017064 -4.788224507509349
+  en  17347.040620286512 214305.32547918544
+  ll2 50.25640147497248 -4.788224507520176
+EPSG:102807
+  ll  50.456857519755694 -4.843159580899311
+  en  14284.494992865366 236741.5947140634
+  ll2 50.45685751970549 -4.843159580910543
+EPSG:102808
+  ll  50.454190313320446 -4.638849933389208
+  en  18774.259129621147 235915.34485957568
+  ll2 50.454190313288336 -4.638849933397642
+EPSG:102809
+  ll  50.51481255046721 -4.624739366323391
+  en  20014.526420421054 242625.21199328618
+  ll2 50.514812550436105 -4.624739366331564
+EPSG:102810
+  ll  50.43646652859604 -4.502899681593006
+  en  18358.10509124401 233622.37842737196
+  ll2 50.43646652857265 -4.5028996815997715
+EPSG:102811
+  ll  50.26446349454684 -4.586512473547381
+  en  11756.449166671722 214708.91649301164
+  ll2 50.26446349451841 -4.586512473555366
+EPSG:102812
+  ll  50.4476560212478 -4.44757050631844
+  en  11328.175044306787 234746.9722768648
+  ll2 50.44765602122735 -4.447570506324565
+EPSG:102813
+  ll  50.244124730521506 -4.306765111479372
+  en  20623.088140370557 211802.96162895396
+  ll2 50.2441247305072 -4.306765111484185
+EPSG:102814
+  ll  50.74348288407695 -4.2243012595587786
+  en  16165.879031453573 267154.4342538877
+  ll2 50.743482884065386 -4.224301259562595
+EPSG:102815
+  ll  50.359438310385286 -4.239484715080827
+  en  13805.56613790206 224489.41853500254
+  ll2 50.35943831037329 -4.239484715084961
+EPSG:102816
+  ll  50.497071834226745 -4.0119873748173385
+  en  16400.964746893616 239338.22367660434
+  ll2 50.49707183422042 -4.011987374819781
+EPSG:102817
+  ll  50.27944098995152 -3.9681255731619967
+  en  18872.05110138745 215059.7010948296
+  ll2 50.27944098994599 -3.968125573164247
+EPSG:102818
+  ll  50.576927524327026 -3.989863521592909
+  en  18209.295458012144 248188.35808179853
+  ll2 50.57692752432111 -3.9898635215952036
+EPSG:102819
+  ll  50.64024628913671 -3.8056075758825028
+  en  16425.468590965844 254896.0844843876
+  ll2 50.6402462891334 -3.805607575883922
+EPSG:102820
+  ll  50.350669278532415 -3.779980814635566
+  en  17466.29378540443 222654.38490865374
+  ll2 50.350669278529374 -3.779980814636929
+EPSG:102821
+  ll  50.766654558216246 -3.794085491471608
+  en  17582.059024373608 268948.11906758155
+  ll2 50.76665455821306 -3.794085491472963
+EPSG:102822
+  ll  50.689546104851956 -3.5800350137671004
+  en  16492.576048365852 260027.16551194555
+  ll2 50.68954610485046 -3.5800350137678274
+EPSG:102823
+  ll  50.84135152526739 -3.63505046357665
+  en  12979.416062053788 277002.42221266916
+  ll2 50.84135152526556 -3.6350504635774996
+EPSG:102824
+  ll  51.13335795005362 -3.3244431480263334
+  en  18433.11500427843 309051.7524571625
+  ll2 51.133357950053096 -3.3244431480266208
+EPSG:102825
+  ll  50.91002640648978 -3.1847202938429677
+  en  27813.252898106366 284049.70920908276
+  ll2 50.91002640648951 -3.184720293843135
+EPSG:102826
+  ll  51.96918307364082 -3.069451625873041
+  en  14632.60537948487 401765.4153590562
+  ll2 51.96918307364067 -3.069451625873131
+EPSG:102827
+  ll  51.40903291319444 -2.9208788801557026
+  en  24057.174985283047 339314.16620332794
+  ll2 51.409032913194366 -2.9208788801557475
+EPSG:102828
+  ll  51.81081408928388 -1.5098442064106479
+  en  87923.7981455573 383734.7697955969
+  ll2 51.81081408928388 -1.509844206410646
+EPSG:102829
+  ll  50.70429030862609 -2.3374245165314416
+  en  30281.466616474452 260574.69138701382
+  ll2 50.70429030862609 -2.337424516531442
+EPSG:102830
+  ll  51.50443126003729 -1.207293105389948
+  en  31126.93008391218 349819.009276618
+  ll2 51.504431260037265 -1.207293105389927
+EPSG:102831
+  ll  51.73027367749277 -1.406305801453167
+  en  17105.48929204245 374824.3543126998
+  ll2 51.73027367749277 -1.406305801453162
+EPSG:102832
+  ll  51.46451826108911 -0.7224505680945288
+  en  30853.560014961622 345836.09776881884
+  ll2 51.464518261088685 -0.7224505680942945
+EPSG:102833
+  ll  51.21608155740451 -0.5847911958268771
+  en  40952.88570419945 318383.7835960738
+  ll2 51.21608155740372 -0.5847911958264754
+EPSG:102834
+  ll  51.665693038947886 -0.48300170607399506
+  en  17016.89446859053 368513.0776806553
+  ll2 51.6656930389467 -0.4830017060734541
+EPSG:102835
+  ll  51.78513592225532 -0.4248090452740523
+  en  20756.033763491287 381894.51383911254
+  ll2 51.785135922253836 -0.42480904527340974
+EPSG:102836
+  ll  51.6247459982643 -0.19142331029289802
+  en  20293.698262748003 364400.08501923847
+  ll2 51.62474599826091 -0.19142331029160922
+EPSG:102837
+  ll  51.88320866635656 -0.3556644291411773
+  en  8274.9464200777 392891.0453153364
+  ll2 51.88320866635463 -0.3556644291403917
+EPSG:102838
+  ll  50.91696973197571 -0.08653425755008493
+  en  12602.1011543247 285848.6356622675
+  ll2 50.916969731970966 -0.08653425754824602
+EPSG:102839
+  ll  51.39633660577374 0.15602285946314776
+  en  28091.586240319273 339638.22084675136
+  ll2 51.39633660576405 0.1560228594662009
+EPSG:102840
+  ll  51.76136253406086 0.3132127859954198
+  en  20738.07941087635 380535.3215445396
+  ll2 51.76136253404608 0.3132127859993997
+EPSG:102841
+  ll  51.3025816779902 0.16260154139611416
+  en  11852.582196657633 329203.7870800234
+  ll2 51.30258167798033 0.16260154139924865
+EPSG:102842
+  ll  51.87752545303829 0.4506150695527828
+  en  12783.172166450007 393742.925161794
+  ll2 51.8775254530174 0.45061506955776953
+EPSG:102843
+  ll  51.10733525652022 0.40914133464144486
+  en  12748.144266608986 308010.96758118377
+  ll2 51.10733525650141 0.4091413346466732
+EPSG:102844
+  ll  51.12383388216095 0.49303433696667043
+  en  9557.17809383868 310020.02130195557
+  ll2 51.12383388213785 0.49303433697270477
+EPSG:102845
+  ll  51.9073288130793 0.588009948517811
+  en  13121.12185670127 397377.1257793663
+  ll2 51.907328813050334 0.5880099485239497
+EPSG:102846
+  ll  51.52135794350929 0.7716943039311758
+  en  16383.735491684929 354899.3057031752
+  ll2 51.52135794346565 0.7716943039395838
+EPSG:102847
+  ll  50.88068310384791 0.694883612204638
+  en  13668.949852612248 283477.5426762605
+  ll2 50.880683103811144 0.6948836122132175
+EPSG:102848
+  ll  50.96298451042952 0.9274929003389261
+  en  19664.220222532487 293228.81190150697
+  ll2 50.96298451036914 0.9274929003501321
+EPSG:102849
+  ll  51.24507330436577 0.8896869441631072
+  en  15779.118980905449 324491.7404608418
+  ll2 51.24507330430982 0.8896869441732503
+EPSG:102850
+  ll  51.83272719733662 1.0110975188311242
+  en  11559.870419574785 390134.98903920926
+  ll2 51.832727197264894 1.0110975188407498
+EPSG:102851
+  ll  51.10284715282938 1.0998739826117878
+  en  21111.745221231016 309263.3234131101
+  ll2 51.10284715274425 1.0998739826242119
+EPSG:102852
+  ll  51.97684648734741 1.1131231585181744
+  en  7902.190764912113 406431.28968851606
+  ll2 51.97684648725981 1.113123158527642
+EPSG:102853
+  ll  51.93683187799644 1.274510459654821
+  en  19182.24985652085 402480.16525017127
+  ll2 51.9368318778779 1.2745104596638375
+EPSG:102854
+  ll  51.47657906251236 1.213067459556146
+  en  8092.652124534536 351158.5823007472
+  ll2 51.47657906240699 1.2130674595674988
+EPSG:102855
+  ll  51.16558757907934 1.4923845737673036
+  en  20249.566341929312 317411.06997032085
+  ll2 51.16558757890547 1.4923845737777197
+EPSG:102856
+  ll  52.47865811952386 -2.929818313793294
+  en  24955.261392186156 498335.14315829385
+  ll2 52.478658119523786 -2.9298183137933362
+EPSG:102857
+  ll  53.833060706702845 -2.9979730067802906
+  en  22426.861854210903 649136.4715526239
+  ll2 53.833060706702746 -2.997973006780342
+EPSG:102858
+  ll  53.48162802423858 -2.9280785813589354
+  en  26518.91027767278 609975.8919648759
+  ll2 53.48162802423851 -2.928078581358973
+EPSG:102859
+  ll  53.57467842578129 -1.8625380093926522
+  en  63225.82567113935 619936.9954524578
+  ll2 53.5746784257813 -1.8625380093926522
+EPSG:102860
+  ll  53.766630464473266 -1.5847119538586272
+  en  81508.0147423151 641389.0365415497
+  ll2 53.766630464473266 -1.5847119538586265
+EPSG:102861
+  ll  53.06106985650019 -2.392247699989534
+  en  27822.634423975356 562865.3106972516
+  ll2 53.06106985650019 -2.3922476999895346
+EPSG:102862
+  ll  52.507041895408044 -1.6492004742034434
+  en  77944.51904151656 501204.5255967847
+  ll2 52.50704189540804 -1.6492004742034432
+EPSG:102863
+  ll  52.50791048902692 -1.026795832380662
+  en  42165.66965233867 501635.27641872026
+  ll2 52.50791048902683 -1.0267958323806083
+EPSG:102864
+  ll  52.309458547232 -1.016485026868203
+  en  43166.86483797792 479574.7674838441
+  ll2 52.3094585472319 -1.016485026868145
+EPSG:102865
+  ll  52.962980086501 -0.5978495533497636
+  en  36288.29303056064 552721.5342041646
+  ll2 52.962980086500245 -0.5978495533494477
+EPSG:102866
+  ll  53.642393349759 -0.6625413377617
+  en  30528.343703049395 628258.4707377766
+  ll2 53.64239334975843 -0.6625413377614692
+EPSG:102867
+  ll  52.63457525245053 -0.5415263300826951
+  en  10802.536052030613 516228.547455142
+  ll2 52.63457525244959 -0.5415263300822963
+EPSG:102868
+  ll  52.186071548602584 -0.01772209874599323
+  en  30618.809271175545 467158.1368332651
+  ll2 52.186071548596715 -0.01772209874413028
+EPSG:102869
+  ll  52.39278824932805 0.04536006516682381
+  en  17277.748029144 490245.45962108515
+  ll2 52.39278824932096 0.04536006516891901
+EPSG:102870
+  ll  52.056074995689045 0.3038343517210558
+  en  19053.091102849256 453295.4013716434
+  ll2 52.0560749956746 0.3038343517247971
+EPSG:102871
+  ll  52.188931980885805 0.448834479540614
+  en  11493.107262623555 468371.2323256841
+  ll2 52.18893198086499 0.4488344795453353
+EPSG:102872
+  ll  52.24425396412188 0.6306653070020644
+  en  14696.824708456988 474938.7867458366
+  ll2 52.244253964089914 0.6306653070081684
+EPSG:102873
+  ll  52.40387042742864 0.7215367578024047
+  en  9231.686187233427 492893.1680329559
+  ll2 52.403870427389464 0.7215367578089854
+EPSG:102874
+  ll  52.17251422572299 0.9393123149436013
+  en  15086.48311933616 467726.4894814991
+  ll2 52.1725142256609 0.9393123149519931
+EPSG:102875
+  ll  52.73274910292386 1.0904623776908884
+  en  12753.767588483344 530417.7842406892
+  ll2 52.73274910284005 1.0904623776979196
+EPSG:102876
+  ll  52.57687243705629 1.1998034378099414
+  en  10904.100791461096 513384.3627916507
+  ll2 52.576872436953046 1.1998034378168714
+EPSG:102877
+  ll  52.579933758795406 1.3870562764388368
+  en  14570.555453704234 514278.8849421806
+  ll2 52.57993375865029 1.3870562764426584
+EPSG:102878
+  ll  52.6444692813745 1.4483131394202278
+  en  9376.838341664814 521622.0378851084
+  ll2 52.64446928121296 1.4483131394218278
+EPSG:102879
+  ll  52.42768454157328 1.6123506231032163
+  en  12676.112703090854 498044.1904764184
+  ll2 52.42768454135989 1.6123506230989064
+EPSG:102880
+  ll  52.36944571247316 1.859962421030148
+  en  20763.928031677526 492444.3995463953
+  ll2 52.369445740262684 1.8599623103887877
+EPSG:102881
+  ll  54.54603373066612 -3.6625593628248847
+  en  20556.089187338497 744220.6816682365
+  ll2 54.5460337306641 -3.6625593628254705
+EPSG:102882
+  ll  54.336340108087256 -3.380916260822547
+  en  21317.42528293586 720523.8711576292
+  ll2 54.33634010808659 -3.380916260822792
+EPSG:102883
+  ll  54.07189583106547 -3.4387715266626318
+  en  16869.594188990668 691206.7932484276
+  ll2 54.0718958310646 -3.4387715266629435
+EPSG:102884
+  ll  54.709997969757985 -3.1944164387032883
+  en  34154.90784218267 761928.8333588353
+  ll2 54.709997969757715 -3.194416438703403
+EPSG:102885
+  ll  54.037160327508374 -3.263159448179252
+  en  28382.150931533804 687134.9146762454
+  ll2 54.03716032750798 -3.263159448179416
+EPSG:102886
+  ll  54.23250951729269 -2.921246285346073
+  en  28056.716909869727 708516.8797023727
+  ll2 54.232509517292634 -2.9212462853461063
+EPSG:102887
+  ll  54.83417643920537 -3.024407115670464
+  en  22306.367851135874 775600.0073637564
+  ll2 54.83417643920525 -3.0244071156705163
+EPSG:102888
+  ll  55.0305267388469 -2.8894444481398103
+  en  31257.09795140082 797359.3718459526
+  ll2 55.03052673884685 -2.8894444481398356
+EPSG:102889
+  ll  54.75430216083617 -2.914984523116001
+  en  29222.870368706062 766649.581766892
+  ll2 54.754302160836104 -2.9149845231160314
+EPSG:102890
+  ll  54.41810153659692 -2.7969628461843317
+  en  36398.25268967104 729148.9882213201
+  ll2 54.4181015365969 -2.796962846184347
+EPSG:102891
+  ll  55.80457596519628 -2.3088675395133564
+  en  34752.07610454634 883216.8936035434
+  ll2 55.80457596519627 -2.3088675395133564
+EPSG:102892
+  ll  55.60912963253865 -2.3496309389435184
+  en  32086.77495253293 861489.3357533852
+  ll2 55.60912963253864 -2.349630938943519
+EPSG:102893
+  ll  55.46129986349555 -2.2006151854947467
+  en  41432.04257809339 845013.5449490619
+  ll2 55.46129986349554 -2.2006151854947467
+EPSG:102894
+  ll  55.06783127656132 -2.529744251411253
+  en  20277.738683554926 801335.0317832811
+  ll2 55.067831276561314 -2.529744251411255
+EPSG:102895
+  ll  54.996442079212805 -1.011776683490322
+  en  39228.50785785798 793629.6233691999
+  ll2 54.99644207921271 -1.011776683490279
+EPSG:102896
+  ll  54.177833315753574 -1.412136448823649
+  en  14474.779936479787 702225.3267262124
+  ll2 54.177833315753574 -1.4121364488236452
+EPSG:102897
+  ll  54.004593011529316 -0.786606655019757
+  en  21634.522743111855 683409.8687619593
+  ll2 54.004593011528996 -0.7866066550196201
+EPSG:102898
+  ll  54.35942585319454 -0.9115740503929217
+  en  12833.797105179721 722787.2121081225
+  ll2 54.35942585319437 -0.9115740503928456
+EPSG:102899
+  ll  54.3036275027988 -0.3044827736090664
+  en  22433.19431034733 717299.3613774899
+  ll2 54.3036275027965 -0.3044827736083956
+EPSG:102900
+  ll  54.222993827114145 -0.36967010723585636
+  en  18398.36544506345 708243.5739391358
+  ll2 54.222993827112326 -0.3696701072352929
+EPSG:102974
+  ll  45.26034264738201 -87.16779963992064
+  en  2435058.5037825364 1757783.6098343264
+  ll2 45.260342647340174 -87.16779963990032
+EPSG:103166
+  ll  40.880972786223964 -112.7265559056081
+  en  1301262.5221629317 3482754.8293211055
+  ll2 40.8809727862255 -112.72655590561003
+EPSG:103167
+  ll  38.58566457560126 -109.72573680034077
+  en  2147644.2802213626 6658622.172548108
+  ll2 38.58566457560306 -109.72573680034287
+EPSG:103168
+  ll  37.96115019112545 -111.66566885842724
+  en  1592660.3203611139 1.0313908986257382E7
+  ll2 37.96115019112715 -111.66566885842926
+EPSG:103220
+  ll  34.124951502929456 -85.61994109227187
+  en  219684.93752708012 401983.5377893425
+  ll2 34.124951502932376 -85.61994109227383
+EPSG:103221
+  ll  30.93433683352266 -86.98566417333826
+  en  649152.3888294811 103686.79407701858
+  ll2 30.9343368335239 -86.98566417334031
+EPSG:103222
+  ll  33.77992678677928 -110.2242693649339
+  en  208026.22425343667 308246.58910634945
+  ll2 33.77992678678109 -110.22426936493606
+EPSG:103223
+  ll  33.62549216605604 -112.26769287089665
+  en  180793.09925318995 291172.6396316424
+  ll2 33.62549216605776 -112.26769287089877
+EPSG:103224
+  ll  36.94686968932683 -114.35858116051854
+  en  159155.87828998797 659768.8555785493
+  ll2 36.94686968932836 -114.35858116052052
+EPSG:103225
+  ll  33.23488550160209 -110.7975777812863
+  en  507094.6605457245 813569.9859454294
+  ll2 33.234885501603905 -110.7975777812885
+EPSG:103226
+  ll  32.07240565560993 -111.02409544235249
+  en  976475.0619892898 391217.533329139
+  ll2 32.07240565561174 -111.02409544235461
+EPSG:103227
+  ll  34.98857369528243 -113.05708514747975
+  en  907549.4561539817 1451903.6123441611
+  ll2 34.98857369528408 -113.05708514748177
+EPSG:103228
+  ll  35.32106714449247 -91.6062693387675
+  en  435800.55519180634 109651.31840642456
+  ll2 35.32106714449529 -91.60626933876965
+EPSG:103229
+  ll  33.05651595828742 -92.65073024359862
+  en  339223.15397897956 443433.10249256506
+  ll2 33.056515958290305 -92.65073024360082
+EPSG:103230
+  ll  36.320747726094176 -92.0121308687547
+  en  1308761.3144796877 723408.265961295
+  ll2 36.320747726096926 -92.01213086875684
+EPSG:103231
+  ll  34.228561530279826 -93.79680067514578
+  en  769258.7487419025 1885448.5254472585
+  ll2 34.228561530282605 -93.796800675148
+EPSG:103233
+  ll  38.86724414227123 -121.33192429811729
+  en  2057977.0798303436 633482.9897610242
+  ll2 38.86724414227246 -121.33192429811879
+EPSG:103234
+  ll  37.79134078832519 -121.49617438200026
+  en  1912265.216076554 643780.6839371077
+  ll2 37.79134078832645 -121.4961743820018
+EPSG:103236
+  ll  34.33750094896264 -117.27602534220925
+  en  2066615.637320679 593139.0436054701
+  ll2 34.337500948964276 -117.27602534221113
+EPSG:103237
+  ll  33.66892573605655 -117.43567976056919
+  en  1890044.7477646638 667231.175984124
+  ll2 33.66892573605821 -117.43567976057106
+EPSG:103239
+  ll  39.99057299664887 -120.23478625791817
+  en  7056274.526514622 2491608.4592228145
+  ll2 39.9905729966501 -120.23478625791972
+EPSG:103240
+  ll  38.128150840239165 -120.79456744423729
+  en  6476939.004151721 2233382.9809763674
+  ll2 38.12815084024044 -120.79456744423885
+EPSG:103242
+  ll  32.98185234540256 -117.16981655748359
+  en  6816357.624453646 1452875.9433675932
+  ll2 32.98185234540432 -117.16981655748546
+EPSG:103243
+  ll  32.99496153895698 -116.3474603918485
+  en  6531787.646263594 1941805.8759852955
+  ll2 32.99496153895876 -116.34746039185046
+EPSG:103244
+  ll  40.33656806459973 -102.90547924299204
+  en  1134826.4934260494 419414.9375381308
+  ll2 40.33656806460177 -102.90547924299422
+EPSG:103245
+  ll  38.466178499186825 -104.32119477379726
+  en  1017277.9916962332 375718.2067195534
+  ll2 38.466178499188906 -104.32119477379949
+EPSG:103246
+  ll  37.54912276919012 -104.02961563974962
+  en  1044325.9987580706 403760.6355137293
+  ll2 37.54912276919225 -104.02961563975187
+EPSG:103247
+  ll  39.7422146370492 -107.75352527115696
+  en  2366351.568947033 1156992.9120069295
+  ll2 39.74221463705104 -107.75352527115908
+EPSG:103248
+  ll  38.923502584639586 -107.15964113423425
+  en  2527868.455955219 1401345.0005458004
+  ll2 38.92350258464149 -107.15964113423638
+EPSG:103249
+  ll  37.035525504953334 -102.43414697333377
+  en  3894791.3844358614 1148993.5659928955
+  ll2 37.03552550495557 -102.43414697333601
+EPSG:103250
+  ll  41.81974345346661 -73.2654127902579
+  en  261978.5079136519 262078.21262140453
+  ll2 41.81974345346973 -73.26541279025916
+EPSG:103251
+  ll  41.02687458656396 -72.24965449306433
+  en  1138058.5505499304 570915.1524981217
+  ll2 41.02687458656713 -72.24965449306552
+EPSG:103252
+  ll  38.63509957405857 -75.51659479796675
+  en  191299.49796269057 70501.15860173067
+  ll2 38.63509957406169 -75.51659479796814
+EPSG:103253
+  ll  39.591966773174306 -75.79509260569527
+  en  549518.293553586 580029.8011845024
+  ll2 39.59196677317739 -75.7950926056967
+EPSG:103254
+  ll  29.17610502273478 -81.66539926017937
+  en  135277.77218539963 536730.4941212641
+  ll2 29.176105022736817 -81.66539926018113
+EPSG:103255
+  ll  28.969408020155527 -82.37383476884932
+  en  163565.56373153094 513696.5336770937
+  ll2 28.96940802015761 -82.37383476885114
+EPSG:103256
+  ll  30.980965249549733 -86.95971077432174
+  en  365047.6313198585 222129.0332599827
+  ll2 30.980965249550955 -86.95971077432375
+EPSG:103257
+  ll  27.63212750121478 -82.12679645675708
+  en  291321.04492475925 1200626.455102087
+  ll2 27.63212750121712 -82.12679645675907
+EPSG:103258
+  ll  26.383453125349874 -81.9801021386706
+  en  662681.8136044011 745061.1790534946
+  ll2 26.383453125352474 -81.98010213867242
+EPSG:103259
+  ll  30.00507269429547 -83.714046909369
+  en  2217272.4641209967 366371.4202199971
+  ll2 30.005072694297194 -83.7140469093709
+EPSG:103260
+  ll  31.914714606287713 -83.28451456900785
+  en  94281.32576968575 212805.41331742768
+  ll2 31.91471460628854 -83.28451456900994
+EPSG:103261
+  ll  34.82029856170375 -85.41567375787264
+  en  585740.3770408345 535200.6163382445
+  ll2 34.820298561706494 -85.41567375787504
+EPSG:103262
+  ll  32.10148142151837 -83.04339258312295
+  en  384690.8187180801 765433.3303344854
+  ll2 32.101481421521385 -83.04339258312487
+EPSG:103263
+  ll  35.00326109112795 -83.03833352737428
+  en  2634482.0634717587 1822065.9884601545
+  ll2 35.003261091130874 -83.03833352737583
+EPSG:103264
+  ll  43.915088877119864 -113.08552277092507
+  en  126201.77844408248 250170.85042133759
+  ll2 43.91508887712121 -113.08552277092699
+EPSG:103265
+  ll  42.212989200636265 -114.6516348389184
+  en  446195.71134298784 60882.917519072376
+  ll2 42.212989200637615 -114.65163483892022
+EPSG:103266
+  ll  44.606186130363305 -116.05723278763269
+  en  775612.9677658195 326590.597349805
+  ll2 44.60618613036453 -116.05723278763435
+EPSG:103267
+  ll  43.95766707773007 -111.25747225642542
+  en  895575.9852498136 836261.2783483337
+  ll2 43.957667077731486 -111.25747225642726
+EPSG:103268
+  ll  45.39213468669851 -114.49448516733526
+  en  1513387.157968712 1358289.4107089753
+  ll2 45.392134686699784 -114.49448516733696
+EPSG:103269
+  ll  45.55289226399986 -114.92522313880774
+  en  2835949.9623551266 1417579.7622299704
+  ll2 45.55289226400108 -114.92522313880937
+EPSG:103270
+  ll  37.255505420310584 -88.19919834143549
+  en  311899.7066317194 65353.53257814785
+  ll2 37.255505420313355 -88.19919834143752
+EPSG:103271
+  ll  41.86636133697359 -89.9632830611903
+  en  716885.243925137 577259.0876297798
+  ll2 41.86636133697611 -89.96328306119236
+EPSG:103272
+  ll  41.96738604741149 -87.77550547463593
+  en  1135953.975125674 1931196.344469121
+  ll2 41.967386047414124 -87.77550547463794
+EPSG:103273
+  ll  37.300289042401445 -91.20382067538668
+  en  1994911.0994221522 232339.35977889117
+  ll2 37.300289042403996 -91.20382067538898
+EPSG:103274
+  ll  40.52427803834548 -85.64949662956933
+  en  101455.31940994237 585730.644152696
+  ll2 40.52427803834824 -85.64949662957125
+EPSG:103275
+  ll  40.69961911694554 -86.29834091530131
+  en  966342.9651452556 605497.2222589869
+  ll2 40.69961911694826 -86.29834091530321
+EPSG:103276
+  ll  40.929016149488874 -85.77621686071718
+  en  297813.8040386984 2069157.2367031344
+  ll2 40.92901614949161 -85.77621686071909
+EPSG:103277
+  ll  39.742085273137846 -87.17085119010795
+  en  2928141.0742085534 1636757.2015427072
+  ll2 39.74208527314057 -87.17085119010994
+EPSG:103278
+  ll  43.15971753471343 -95.83800130293685
+  en  1309879.9129488182 1186988.7218031625
+  ll2 43.15971753471572 -95.83800130293898
+EPSG:103279
+  ll  40.41069670925053 -95.88743314414822
+  en  297371.95497491723 48387.898547628865
+  ll2 40.410696709252946 -95.88743314415042
+EPSG:103280
+  ll  42.35193776896071 -94.39677230240638
+  en  4678853.736859644 3592581.0365518057
+  ll2 42.3519377689631 -94.39677230240852
+EPSG:103281
+  ll  41.05935121243622 -94.71118146395543
+  en  1306419.1674618432 388276.89889917045
+  ll2 41.05935121243862 -94.71118146395757
+EPSG:103282
+  ll  38.689651077050144 -98.89908796602877
+  en  321777.82092703844 39942.67217388926
+  ll2 38.68965107705247 -98.89908796603099
+EPSG:103283
+  ll  37.02632327050242 -95.65821046717804
+  en  652840.893775403 443770.0675422998
+  ll2 37.02632327050496 -95.65821046718025
+EPSG:103284
+  ll  38.601559810040236 -96.52976679572996
+  en  1732509.4264139172 101098.88784569707
+  ll2 38.60155981004267 -96.52976679573217
+EPSG:103285
+  ll  37.298580757871385 -101.49081206560366
+  en  442503.23992622725 1556378.932317663
+  ll2 37.298580757873665 -101.49081206560591
+EPSG:103286
+  ll  38.753863106151556 -83.9781641235933
+  en  523629.2815046953 139211.3707435155
+  ll2 38.75386310615452 -83.97816412359516
+EPSG:103287
+  ll  38.14887926025026 -82.62025089896521
+  en  2109066.2624043184 240440.12544589813
+  ll2 38.148879260253295 -82.62025089896703
+EPSG:103288
+  ll  37.5029035540397 -84.98496943917908
+  en  1567640.2025617857 1130078.6992879277
+  ll2 37.50290355404267 -84.98496943918099
+EPSG:103289
+  ll  36.99523928969335 -89.409310639189
+  en  3852797.577785874 3542799.055361476
+  ll2 36.99523928969619 -89.40931063919108
+EPSG:103290
+  ll  36.8137806120208 -87.16061290898543
+  en  374140.2932360982 554255.8296914253
+  ll2 36.81378061202371 -87.16061290898743
+EPSG:103291
+  ll  37.6586477229607 -85.59724154577677
+  en  1684639.0264586303 2122988.0506969984
+  ll2 37.65864772296366 -85.5972415457787
+EPSG:103292
+  ll  31.81573698621633 -92.15261195753544
+  en  1032889.0513460694 145934.19576310733
+  ll2 31.81573698621724 -92.15261195753764
+EPSG:103293
+  ll  30.8890269595298 -91.33125127040057
+  en  1000199.6581222784 264819.92088927026
+  ll2 30.889026959530895 -91.33125127040276
+EPSG:103294
+  ll  32.24644816717831 -93.18702833245639
+  en  3068433.1275796196 635967.3751848575
+  ll2 32.24644816718122 -93.18702833245862
+EPSG:103295
+  ll  29.556424142572514 -89.91552457180572
+  en  3731601.183908563 386971.58093477
+  ll2 29.556424142574148 -89.91552457180788
+EPSG:103296
+  ll  47.23333605564926 -67.17773164858507
+  en  400117.07108841103 397209.119968673
+  ll2 47.23333605565172 -67.17773164858556
+EPSG:103297
+  ll  45.42776552948129 -69.72806397972607
+  en  934323.0264127335 288362.7570525109
+  ll2 45.42776552948429 -69.72806397972714
+EPSG:103298
+  ll  47.19274546980762 -69.720559115875
+  en  680816.6145390886 1287961.7516726204
+  ll2 47.192745469810234 -69.72055911587636
+EPSG:103299
+  ll  44.7872446118817 -70.83033896326747
+  en  2780440.7318597334 712932.5508219686
+  ll2 44.78724461188469 -70.83033896326863
+EPSG:103300
+  ll  47.98232150825516 73.25178532410898
+  en  -4.080421400960741E7 -2.6226856039566834E7
+  ll2 -89.99997246903763 114.67010090226029
+EPSG:103301
+  ll  44.965279026241795 -91.94979872280305
+  en  68078.85930253798 -81482.21333882093
+  ll2 44.965279026243756 -91.94979872280555
+EPSG:103302
+  ll  45.36999192135142 -89.30414035256656
+  en  292596.3416727026 29456.25923900697
+  ll2 45.36999192133046 -89.30414035255545
+EPSG:103303
+  ll  46.1632476063569 -89.03249603572148
+  en  392353.2960063367 94460.84383628212
+  ll2 46.16324760635941 -89.0324960357234
+EPSG:103304
+  ll  44.51954119689783 -91.14175860227446
+  en  -218185.9712779029 178239.18254979487
+  ll2 44.5195411968198 -91.14175860231573
+EPSG:103305
+  ll  46.69370612378534 -89.52883055504746
+  en  348773.14135895134 359508.8630458792
+  ll2 46.693706123775584 -89.52883055504286
+EPSG:103306
+  ll  46.76010396314561 -90.65344297229642
+  en  201861.3313395347 156761.13615795222
+  ll2 46.76010396314806 -90.65344297229838
+EPSG:103307
+  ll  42.916594310952796 -91.43495828771982
+  en  5097.967417567823 26082.568783390896
+  ll2 42.91659431090507 -91.43495828775428
+EPSG:103308
+  ll  44.60693479358552 -89.43071011402962
+  en  207992.8622009753 4569.785756342542
+  ll2 44.606934793588096 -89.43071011403157
+EPSG:103309
+  ll  45.98866611245846 -91.61839632910197
+  en  129435.69140964115 265861.26683325425
+  ll2 45.98866611246081 -91.61839632910403
+EPSG:103310
+  ll  46.59641705591209 -86.47663332908007
+  en  393049.11646846763 463952.60033668845
+  ll2 46.59641705591471 -86.47663332908192
+EPSG:103311
+  ll  45.317889146856565 -90.034772800814
+  en  184632.511869272 289475.4366654323
+  ll2 45.31788914685911 -90.03477280081593
+EPSG:103312
+  ll  46.08324415613605 -92.70105427245863
+  en  -6715.319166423316 486617.8597137834
+  ll2 46.08324415613843 -92.70105427246065
+EPSG:103313
+  ll  45.89657039905697 -91.81499260844646
+  en  27417.15776947516 496084.80454427435
+  ll2 45.89657039899022 -91.81499260847754
+EPSG:103314
+  ll  45.47589975209715 -86.8589058527234
+  en  191119.94218112258 119649.76146235368
+  ll2 45.475899752099785 -86.85890585272526
+EPSG:103315
+  ll  46.81309967568015 -91.70563985901205
+  en  75238.22287047117 103375.7619443952
+  ll2 46.813099675682544 -91.70563985901403
+EPSG:103316
+  ll  43.12558283802863 -87.89202994557574
+  en  377542.91056542133 -134746.37098315416
+  ll2 43.125582837706204 -87.89202994544604
+EPSG:103317
+  ll  45.9598317757923 -88.02413088270295
+  en  373160.2439589651 217656.34772383329
+  ll2 45.95983177579489 -88.02413088270484
+EPSG:103318
+  ll  47.14610672067676 -91.41379388772225
+  en  -114686.23240559292 194976.9103428134
+  ll2 47.14610672056803 -91.41379388775773
+EPSG:103319
+  ll  44.08154443409823 -89.0774969996978
+  en  198498.66507646765 151495.6659413405
+  ll2 44.081544434100834 -89.07749699969976
+EPSG:103320
+  ll  44.731827930337154 -87.69981538166508
+  en  349797.50123245514 81131.52966027663
+  ll2 44.73182793033971 -87.6998153816669
+EPSG:103321
+  ll  44.17071600164921 -92.09046312904634
+  en  139107.25519791234 307380.6507897637
+  ll2 44.1707160016513 -92.09046312904881
+EPSG:103322
+  ll  44.13286000373011 -89.76029947533708
+  en  176370.9134279689 211985.66666032383
+  ll2 44.13286000373272 -89.76029947533905
+EPSG:103323
+  ll  42.80801534451801 -87.3192152887818
+  en  308137.4356181039 -29999.04955965749
+  ll2 42.8080153445208 -87.31921528878372
+EPSG:103324
+  ll  42.61215265755528 -90.64213404296866
+  en  73611.07184810707 8250.099850620913
+  ll2 42.61215265755789 -90.6421340429707
+EPSG:103325
+  ll  45.94242982707768 -91.39435106740868
+  en  132668.86918075988 57217.299979984375
+  ll2 45.94242982707992 -91.39435106741088
+EPSG:103326
+  ll  45.79645392511749 -89.69238713371622
+  en  116560.84479639243 197140.84864751232
+  ll2 45.79645392511979 -89.69238713371794
+EPSG:103327
+  ll  45.691327293318245 -90.3813612903476
+  en  138220.0984655835 470030.570540104
+  ll2 45.691327293319205 -90.38136129035078
+EPSG:103328
+  ll  47.013355367889204 -91.51698302344651
+  en  31869.027889703677 406407.5677437592
+  ll2 47.013355367890476 -91.51698302344934
+EPSG:103329
+  ll  43.2065382077786 -91.72039982601429
+  en  -125019.1112918182 117077.17299072577
+  ll2 43.20653820753201 -91.72039982612544
+EPSG:103330
+  ll  44.27603445258579 -90.68573438706875
+  en  -170487.2706165206 116935.24297832175
+  ll2 44.2760344525094 -90.68573438711063
+EPSG:103331
+  ll  45.02157778395214 -87.93401722470647
+  en  397074.825622528 180080.5642235795
+  ll2 45.02157778382717 -87.93401722465664
+EPSG:103332
+  ll  46.190959977905024 -90.27747114397019
+  en  136154.8199639915 441043.7836740959
+  ll2 46.19095997790752 -90.27747114397216
+EPSG:103333
+  ll  45.877919759904024 -86.38546556249469
+  en  403981.36625181366 189085.39589570748
+  ll2 45.877919759906675 -86.38546556249653
+EPSG:103334
+  ll  44.35916585068572 -89.07237698475181
+  en  168824.6547831314 -53717.717956137836
+  ll2 44.35916585068829 -89.07237698475375
+EPSG:103335
+  ll  46.23239040789891 -88.17728808920363
+  en  31469.15291505243 329769.69407126977
+  ll2 46.23239040790146 -88.17728808920553
+EPSG:103336
+  ll  45.022407611112556 -88.21759852846053
+  en  197030.1905230726 69721.93028509371
+  ll2 45.022407611115185 -88.21759852846242
+EPSG:103337
+  ll  46.785672401136594 -87.00734176895008
+  en  292400.0523892018 232985.86147904306
+  ll2 46.785672401139145 -87.00734176895193
+EPSG:103338
+  ll  44.63143354559353 -86.67836250928222
+  en  354272.26170432137 173934.0966044353
+  ll2 44.63143354559624 -86.6783625092841
+EPSG:103339
+  ll  45.53889571682582 -92.32742093434771
+  en  -199991.7533322918 98826.16534150657
+  ll2 45.53889571651909 -92.32742093442967
+EPSG:103340
+  ll  43.916123152952814 -91.62895000983552
+  en  -114039.35239742498 195589.0134133636
+  ll2 43.91612315273358 -91.62895000992765
+EPSG:103341
+  ll  44.80090707044353 -86.2845094477312
+  en  549145.7444890941 220023.23966683313
+  ll2 44.800907070446236 -86.28450944773306
+EPSG:103342
+  ll  43.74646435462685 -87.02265858149022
+  en  254221.02909736003 -71929.41073719291
+  ll2 43.74646435462951 -87.02265858149205
+EPSG:103343
+  ll  44.113200593570916 -87.56041475369962
+  en  228988.33692671562 -117288.8597468483
+  ll2 44.11320059357361 -87.56041475370152
+EPSG:103344
+  ll  43.162904302371366 -91.61283204277879
+  en  -8411.770061340212 53972.100096655566
+  ll2 43.162904302301605 -91.61283204282346
+EPSG:103345
+  ll  45.567934336479986 -87.87475770402573
+  en  187465.69563828365 372368.82693867636
+  ll2 45.56793433648257 -87.87475770402763
+EPSG:103346
+  ll  44.94097217860989 -91.09543616352555
+  en  257015.69107572036 120528.39687133211
+  ll2 44.94097217861243 -91.09543616352757
+EPSG:103347
+  ll  46.825865140763064 -92.6098943647726
+  en  138461.88808151576 329547.3464971448
+  ll2 46.82586514076544 -92.6098943647746
+EPSG:103348
+  ll  45.761374986303665 -86.67431618375852
+  en  605316.0523851038 139585.66275825576
+  ll2 45.76137498248257 -86.67431618549242
+EPSG:103349
+  ll  46.209630748423294 -88.10184312285017
+  en  164336.9761641519 250232.48064148892
+  ll2 46.20963074842586 -88.10184312285207
+EPSG:103350
+  ll  45.27322923430221 -89.1977681057768
+  en  329313.6617207956 80570.57945560101
+  ll2 45.27322923430434 -89.19776810577831
+EPSG:103351
+  ll  44.83265075588026 -90.12540822582909
+  en  9508.199998751486 293072.488406687
+  ll2 44.83265075587235 -90.12540822583807
+EPSG:103352
+  ll  44.074446256383595 -86.94720756431059
+  en  481378.20182900364 223646.34508688923
+  ll2 44.07444625638631 -86.94720756431248
+EPSG:103353
+  ll  44.16646914983726 -86.58383673128579
+  en  345338.4167272498 249873.00386108892
+  ll2 44.1664691498203 -86.58383673127484
+EPSG:103354
+  ll  46.99361618190136 -89.46587464226207
+  en  372315.9109855582 342925.72516705585
+  ll2 46.993616181902304 -89.4658746422629
+EPSG:103355
+  ll  43.83025287272489 -90.95226579187847
+  en  100982.23770511655 112841.47902894465
+  ll2 43.8302528727273 -90.95226579188062
+EPSG:103356
+  ll  46.92501330647415 -89.44533506823664
+  en  344024.6970957011 236008.16358369583
+  ll2 46.92501330647659 -89.44533506823859
+EPSG:103357
+  ll  45.46551405552539 -87.05307251052552
+  en  383850.58445095585 160022.02616708365
+  ll2 45.465514055526796 -87.05307251052635
+EPSG:103358
+  ll  43.940706589291906 -86.28248994787647
+  en  181624.2363855985 75670.88057001402
+  ll2 43.94070658929429 -86.28248994787793
+EPSG:103359
+  ll  46.74959607429045 -87.18499313186753
+  en  581795.8195566048 316023.4046113477
+  ll2 46.749596071980925 -87.18499313255955
+EPSG:103360
+  ll  43.41899504891132 -87.56986450618744
+  en  423167.1533455101 -83476.86845535807
+  ll2 43.41899504891402 -87.56986450618938
+EPSG:103361
+  ll  42.88050933523418 -89.80899502448673
+  en  384213.12013648695 -29997.58659308828
+  ll2 42.880509335235686 -89.80899502448749
+EPSG:103362
+  ll  43.85776593473486 -91.73415333885848
+  en  146058.99849738405 79383.34957948179
+  ll2 43.857765934737415 -91.73415333886052
+EPSG:103363
+  ll  44.32088217194222 -88.03555679045881
+  en  250409.50886975782 -143909.83479978322
+  ll2 44.3208821719449 -88.03555679046073
+EPSG:103364
+  ll  45.15358597421375 -86.42899791669005
+  en  398841.59447486966 389274.70734915684
+  ll2 45.153585974216426 -86.42899791669191
+EPSG:103365
+  ll  44.2927465152912 -86.28027430476624
+  en  673146.4224298685 18061.83970307809
+  ll2 44.29274651529391 -86.28027430476811
+EPSG:103366
+  ll  43.34963797834828 -91.55170094259553
+  en  -162710.60031557357 53860.175559666735
+  ll2 43.3496379782068 -91.55170094266941
+EPSG:103367
+  ll  45.82408677969513 -88.45958023286602
+  en  190559.39796410358 361681.496463376
+  ll2 45.82408677969769 -88.45958023286794
+EPSG:103368
+  ll  46.36176445984426 -86.85673661800348
+  en  335848.2609159227 328763.74642556615
+  ll2 46.3617644598418 -86.8567366180021
+EPSG:103369
+  ll  46.46682272878175 -86.92889641818488
+  en  297869.1216953456 309143.794778765
+  ll2 46.466822728784365 -86.92889641818674
+EPSG:103370
+  ll  45.661022113107556 -89.49955892398069
+  en  166852.63008299534 327350.7175577894
+  ll2 45.66102211311001 -89.49955892398276
+EPSG:103372
+  ll  46.167243243014624 -68.26237881911852
+  en  670083.4887127134 259438.2896380871
+  ll2 46.16724324301758 -68.2623788191195
+EPSG:103373
+  ll  43.846745159696425 -69.95269997846407
+  en  433443.9411979468 38856.686410745635
+  ll2 43.84674515969945 -69.95269997846516
+EPSG:103374
+  ll  46.0676823143029 -70.99515501350575
+  en  252020.4013835293 359583.0240159297
+  ll2 46.06768231430584 -70.99515501350692
+EPSG:103375
+  ll  39.61109841805555 -77.42220149398987
+  en  363742.05955850356 215932.95168781007
+  ll2 39.61109841805869 -77.42220149399141
+EPSG:103376
+  ll  38.63027026406754 -77.79531456137265
+  en  1085140.7921167305 351917.10037619976
+  ll2 38.63027026407067 -77.79531456137418
+EPSG:103377
+  ll  42.05782601790766 -72.71445704632131
+  en  99479.18509153262 868206.7176731129
+  ll2 42.057826017910784 -72.71445704632254
+EPSG:103378
+  ll  41.49505061704931 -70.67379604257172
+  en  485487.62862134335 54993.521245067444
+  ll2 41.495050617052485 -70.67379604257282
+EPSG:103379
+  ll  41.715408599502005 -72.66292070565662
+  en  338667.5598416794 2723481.6379611474
+  ll2 41.715408599505125 -72.66292070565784
+EPSG:103380
+  ll  41.429611118627534 -69.92588070236918
+  en  1797858.0963318266 157053.5620696654
+  ll2 41.429611118630746 -69.92588070237025
+EPSG:103381
+  ll  46.74414767024816 -86.16824470262213
+  en  8063556.478077492 218268.8135726097
+  ll2 46.74414767025065 -86.16824470262402
+EPSG:103382
+  ll  44.9439553957053 -82.5477560874901
+  en  6143530.90089438 182432.58461029403
+  ll2 44.943955395708024 -82.54775608749186
+EPSG:103383
+  ll  42.330214123770894 -84.86793344368427
+  en  3958687.6445626365 92340.62659866584
+  ll2 42.33021412377365 -84.86793344368614
+EPSG:103384
+  ll  48.20149236897985 -88.87350242181513
+  en  2.5789642044065025E7 1252077.1000669214
+  ll2 48.2014923689822 -88.8735024218171
+EPSG:103385
+  ll  44.813653916972044 -83.1850099128013
+  en  1.9991668506438673E7 547981.8932715866
+  ll2 44.81365391697475 -83.1850099128031
+EPSG:103386
+  ll  42.605371334881234 -82.3908629057863
+  en  1.3655211477855925E7 409064.8527921487
+  ll2 42.60537133488407 -82.39086290578808
+EPSG:103387
+  ll  47.27639750379726 -93.4101699258048
+  en  776533.4936705084 186361.1723464622
+  ll2 47.2763975037995 -93.41016992580684
+EPSG:103388
+  ll  47.26862359488946 -95.59667408215944
+  en  698091.7644606518 353030.13547211967
+  ll2 47.268623594891565 -95.59667408216148
+EPSG:103389
+  ll  43.60832584713299 -95.99199095862943
+  en  639192.4363001691 169552.44352755306
+  ll2 43.60832584713521 -95.99199095863156
+EPSG:103390
+  ll  48.49994201967304 -91.74604849215268
+  en  2952919.078651999 1060442.0487766461
+  ll2 48.49994201967527 -91.74604849215471
+EPSG:103391
+  ll  46.30228255956417 -94.42710856025053
+  en  2579906.9046560843 803009.9112390747
+  ll2 46.30228255956636 -94.42710856025259
+EPSG:103392
+  ll  45.01641540274108 -94.82207559949795
+  en  2412083.815180205 1064223.335324155
+  ll2 45.01641540274333 -94.82207559950004
+EPSG:103393
+  ll  32.3061822460389 -88.17964318910613
+  en  361561.0799193383 311287.0231905768
+  ll2 32.30618224604175 -88.17964318910819
+EPSG:103394
+  ll  31.566035134764995 -91.21836062300585
+  en  615982.745703708 229371.43337207788
+  ll2 31.566035134765773 -91.2183606230081
+EPSG:103395
+  ll  30.857411737701828 -89.19280600318014
+  en  871454.8780342609 493843.1882114095
+  ll2 30.85741173770301 -89.19280600318224
+EPSG:103396
+  ll  31.11151271428343 -91.05708397716809
+  en  2070082.623353705 586823.8269202899
+  ll2 31.11151271428442 -91.05708397717031
+EPSG:103397
+  ll  39.15416302747337 -90.90480710452148
+  en  215012.06491377033 368621.6038186392
+  ll2 39.154163027475974 -90.90480710452358
+EPSG:103398
+  ll  37.55363676157769 -92.62837553605753
+  en  488657.81189403625 190899.65433709984
+  ll2 37.55363676158026 -92.62837553605969
+EPSG:103399
+  ll  40.45964735933608 -93.97831987574304
+  en  894246.2712339595 476633.62287429586
+  ll2 40.45964735933849 -93.97831987574519
+EPSG:103400
+  ll  46.3527836850286 -91.1201961203662
+  en  200115.61176051616 1090763.761787967
+  ll2 46.35278368503085 -91.12019612036836
+EPSG:103401
+  ll  44.901634653650554 -90.3123683906133
+  en  647296.7262444216 -293195.93220018246
+  ll2 44.901634653653076 -90.31236839061529
+EPSG:103402
+  ll  46.00413038294319 -88.50023273336508
+  en  1156896.7258696288 335453.09596323356
+  ll2 46.00413038282166 -88.5002327333234
+EPSG:103403
+  ll  43.40115779892314 -87.59208812643455
+  en  1697560.6943334395 -683598.7961827271
+  ll2 43.40115779892587 -87.59208812643647
+EPSG:103404
+  ll  46.58497109427727 -89.27625269136347
+  en  -217246.24211449194 1324761.5502236756
+  ll2 46.584971094279375 -89.27625269136574
+EPSG:103405
+  ll  45.240064137267794 -91.24697433549001
+  en  716751.4956558299 641654.3582883157
+  ll2 45.24006413727026 -91.246974335492
+EPSG:103406
+  ll  45.55945587457798 -87.06182860350177
+  en  1591216.9285293596 118035.62824036318
+  ll2 45.559455874580614 -87.06182860350364
+EPSG:103407
+  ll  44.35576366276695 -89.79870454179628
+  en  463294.6201110972 599162.5501363477
+  ll2 44.355763662769114 -89.79870454179873
+EPSG:103408
+  ll  46.16099621296818 -87.06725298791008
+  en  1267983.145738136 604054.3805913089
+  ll2 46.16099621297081 -87.06725298791196
+EPSG:103409
+  ll  42.539682534874686 -91.40207738501346
+  en  469021.26282130333 -385721.1506140473
+  ll2 42.53968253487725 -91.40207738501549
+EPSG:103410
+  ll  43.115480840239876 -89.13053858483248
+  en  625473.579371955 239641.02423648228
+  ll2 43.115480840242554 -89.13053858483444
+EPSG:103411
+  ll  43.1788543079048 -86.89526108668203
+  en  1451237.5256003987 194510.9762694188
+  ll2 43.178854307907564 -86.89526108668393
+EPSG:103412
+  ll  42.8728827720035 -89.3977971947211
+  en  817549.5968135574 409271.16730602365
+  ll2 42.87288277200617 -89.39779719472304
+EPSG:103413
+  ll  44.18980378698718 -90.96912414837378
+  en  288452.56721411436 998180.9084330942
+  ll2 44.18980378698045 -90.9691241483825
+EPSG:103414
+  ll  46.558913240608675 -87.98083875155389
+  en  342729.50224571285 788028.6629088882
+  ll2 46.558913240611226 -87.9808387515558
+EPSG:103415
+  ll  45.90420242902752 -92.6674852366624
+  en  2849.4310490995163 8506.983991942088
+  ll2 45.90420242902987 -92.66748523666445
+EPSG:103416
+  ll  45.76472233098629 -88.35779662045098
+  en  1072644.414432649 514543.37150069315
+  ll2 45.76472233081831 -88.35779662039712
+EPSG:103417
+  ll  43.96193746790913 -92.61520083106251
+  en  44728.43694319887 -28245.086502582413
+  ll2 43.9619374679116 -92.61520083106454
+EPSG:103418
+  ll  43.9064524774229 -89.04070790931294
+  en  201040.14591950676 -557446.0601760036
+  ll2 43.90645247742548 -89.04070790931496
+EPSG:103419
+  ll  45.43497691040976 -91.21211993961626
+  en  106733.76642858254 1001706.0393129841
+  ll2 45.43497691037781 -91.21211993963603
+EPSG:103420
+  ll  43.90372802991708 -88.8652836656916
+  en  843862.6983843521 -37039.574932545416
+  ll2 43.90372802991971 -88.86528366569355
+EPSG:103421
+  ll  47.01133055060522 -90.97085859928794
+  en  752375.415886479 2041699.3322902047
+  ll2 47.01133055060762 -90.97085859928991
+EPSG:103422
+  ll  46.731220142030736 -88.30795633002616
+  en  942917.5860793293 1647674.0070005325
+  ll2 46.73122014203326 -88.30795633002806
+EPSG:103423
+  ll  45.16735644218771 -87.87732644309149
+  en  847000.4812436283 758655.8348918749
+  ll2 45.16735644219032 -87.87732644309341
+EPSG:103424
+  ll  47.20022422296484 -90.93668235281652
+  en  178192.68301009465 1700528.1073527634
+  ll2 47.2002242229672 -90.9366823528185
+EPSG:103425
+  ll  46.63551600381489 -91.09771192965523
+  en  513422.2448655308 439558.4585797394
+  ll2 46.63551600381727 -91.09771192965725
+EPSG:103426
+  ll  43.59977106817017 -90.4330330052899
+  en  197534.09967045346 -155968.47749516874
+  ll2 43.59977106817276 -90.43303300529189
+EPSG:103427
+  ll  43.17068766576493 -88.9153795103724
+  en  826549.7355876102 619027.5664781543
+  ll2 43.170687665767595 -88.91537951037436
+EPSG:103428
+  ll  46.23181321426958 -86.26064161341625
+  en  1429367.451083419 1066961.3014338994
+  ll2 46.23181321403088 -86.26064161335658
+EPSG:103429
+  ll  43.020575368108496 -88.05952359720811
+  en  565852.7278109887 293034.560765203
+  ll2 43.02057536811118 -88.05952359721003
+EPSG:103430
+  ll  43.87664182387488 -90.6605768320731
+  en  -558254.9098355279 237786.66503525767
+  ll2 43.87664182380334 -90.66057683211496
+EPSG:103431
+  ll  47.20887700544306 -90.36903375948573
+  en  663545.3866120988 1371649.3659307098
+  ll2 47.208877005445395 -90.3690337594876
+EPSG:103432
+  ll  43.482251928618 -90.86759079778115
+  en  284929.365920354 459915.30129566655
+  ll2 43.48225192862058 -90.86759079778315
+EPSG:103433
+  ll  44.82615307401437 -91.49432818445166
+  en  12509.417306480367 235496.39955702703
+  ll2 44.826153074016865 -91.49432818445366
+EPSG:103434
+  ll  44.182101943218065 -92.34702990593213
+  en  -304715.7188096771 -230585.7216659395
+  ll2 44.182101943194105 -92.34702990595058
+EPSG:103435
+  ll  46.775693809295234 -91.81165833485306
+  en  -805804.1630428203 1308402.883338813
+  ll2 46.775693808762455 -91.81165833490628
+EPSG:103436
+  ll  43.17965927601558 -87.37356972634053
+  en  884455.0144613521 -437550.41107539186
+  ll2 43.17965927601833 -87.37356972634245
+EPSG:103437
+  ll  43.492256088264426 -91.45631369887182
+  en  -210949.74236600308 -414879.5966680916
+  ll2 43.49225608804515 -91.45631369897025
+EPSG:103438
+  ll  47.02951253756778 -91.47489772893945
+  en  -62790.17070654476 1442965.5562518786
+  ll2 47.02951253757018 -91.47489772894143
+EPSG:103439
+  ll  45.93669358476886 -90.32360610593813
+  en  -139203.1235028591 450669.4114561861
+  ll2 45.9366935847671 -90.323606105943
+EPSG:103440
+  ll  44.813794757181 -88.2694658401242
+  en  512673.4885878953 946924.6475712068
+  ll2 44.813794757183594 -88.26946584012612
+EPSG:103441
+  ll  46.21037269364477 -87.90530682156938
+  en  1364214.851019109 1217646.0037652738
+  ll2 46.210372693647365 -87.90530682157129
+EPSG:103442
+  ll  45.25561436932765 -88.22225362461454
+  en  519155.5421516379 313126.05457947263
+  ll2 45.255614369330225 -88.22225362461646
+EPSG:103443
+  ll  46.47351960787697 -90.78903639251973
+  en  -83632.27801951153 471942.22018477204
+  ll2 46.473519607879396 -90.78903639252168
+EPSG:103444
+  ll  44.54027413946894 -86.95822873218475
+  en  1205020.777228677 667533.892144788
+  ll2 44.540274139470476 -86.95822873218557
+EPSG:103445
+  ll  42.86258882960592 -89.5254438480459
+  en  172685.85702062337 239642.53321838856
+  ll2 42.86258882960708 -89.52544384804945
+EPSG:103446
+  ll  46.440705936074345 -91.02571479204703
+  en  853216.0996173709 942637.752845838
+  ll2 46.44070593607682 -91.02571479204902
+EPSG:103447
+  ll  42.59455441725181 -87.85140073334905
+  en  1728662.8251677672 -430484.5659847834
+  ll2 42.594554417254564 -87.85140073335099
+EPSG:103448
+  ll  44.233842967110945 -86.67421883478153
+  en  2027073.3150716566 -99007.31219784188
+  ll2 44.23384296348125 -86.67421883596496
+EPSG:103449
+  ll  43.84927920697085 -92.74582417877885
+  en  -671125.4448713058 -25824.036195290562
+  ll2 43.849279206973335 -92.74582417878086
+EPSG:103450
+  ll  42.853057037037175 -86.8833270403509
+  en  1714976.6352580085 -599933.8358153219
+  ll2 42.853057036867845 -86.88332704026479
+EPSG:103451
+  ll  45.778882067692564 -88.47165290742961
+  en  462720.34272159263 1299134.7789297563
+  ll2 45.778882067695115 -88.47165290743153
+EPSG:103452
+  ll  44.28020035528247 -91.86583361498042
+  en  288051.909634215 792903.7519534652
+  ll2 44.280200355284975 -91.86583361498244
+EPSG:103453
+  ll  45.96259009546177 -91.82828343262806
+  en  -220921.98875515044 1476936.1174199774
+  ll2 45.96259009542567 -91.82828343264829
+EPSG:103454
+  ll  45.089447879767896 -89.06498935886326
+  en  1339021.3865210651 432967.33880782354
+  ll2 45.089447879764954 -89.06498935886124
+EPSG:103455
+  ll  45.56741877742337 -88.91676179813864
+  en  860835.1932823901 1003360.2475784837
+  ll2 45.56741877742584 -88.91676179814047
+EPSG:103456
+  ll  46.55234730894563 -88.1675980599229
+  en  1452919.242466152 647701.6987797845
+  ll2 46.55234730894817 -88.1675980599248
+EPSG:103457
+  ll  45.10579000628201 -88.66665535573692
+  en  845224.6625402484 389996.17777515313
+  ll2 45.10579000628458 -88.66665535573884
+EPSG:103458
+  ll  44.866036812848485 -90.80658688850498
+  en  -582406.2615471829 599991.1191681924
+  ll2 44.86603681274989 -90.80658688855159
+EPSG:103459
+  ll  43.62686079861981 -92.05188147276789
+  en  696968.561856334 -148653.48172746948
+  ll2 43.62686079862231 -92.05188147276992
+EPSG:103460
+  ll  46.95003099722321 -91.50687217959153
+  en  358231.411601045 1001535.4991945118
+  ll2 46.95003099722562 -91.50687217959351
+EPSG:103461
+  ll  46.73404731761477 -88.43960948871471
+  en  1577005.47068071 1316400.3146780448
+  ll2 46.73404731756085 -88.43960948869442
+EPSG:103462
+  ll  45.30811311877391 -91.3327645210836
+  en  588567.0156982512 788359.1516621737
+  ll2 45.30811311877638 -91.33276452108556
+EPSG:103463
+  ll  45.436894225693436 -91.62101265160776
+  en  -106343.94529795894 -61265.96828068047
+  ll2 45.436894225695916 -91.62101265160977
+EPSG:103464
+  ll  43.69924694888572 -87.18381767589923
+  en  1122165.9712132965 742722.3589125993
+  ll2 43.69924694888846 -87.18381767590114
+EPSG:103465
+  ll  46.8591328383251 -90.44469702097494
+  en  1102946.021488167 948276.5361105994
+  ll2 46.859132838327554 -90.4446970209769
+EPSG:103466
+  ll  43.49229118224885 -92.63694651217374
+  en  -819695.3961006827 242680.66203911768
+  ll2 43.49229118151942 -92.63694651234788
+EPSG:103467
+  ll  43.10754397261572 -92.83825233797184
+  en  -547123.5051810517 230058.5243603432
+  ll2 43.10754397185916 -92.83825233816677
+EPSG:103468
+  ll  45.49933941113277 -92.02017508898217
+  en  -214483.4447006842 774374.5911874351
+  ll2 45.49933941104168 -92.02017508902269
+EPSG:103469
+  ll  42.945887213307074 -92.18153089755354
+  en  -393192.8524210601 -263892.2294429002
+  ll2 42.94588721330964 -92.18153089755558
+EPSG:103470
+  ll  45.74751875983821 -88.59375729557522
+  en  779064.8481413927 1103944.4699052975
+  ll2 45.74751875984076 -88.59375729557712
+EPSG:103472
+  ll  44.61602089092328 -115.17352869874595
+  en  149963.74843549 56993.87736210005
+  ll2 44.61602089092455 -115.17352869874763
+EPSG:103473
+  ll  47.18383540628919 -110.55275938602011
+  en  1706882.6516696108 1071317.6982866712
+  ll2 47.18383540629062 -110.55275938602193
+EPSG:103476
+  ll  40.60810866518834 -116.92124445192736
+  en  86781.31827159166 8650990.202394843
+  ll2 40.608108665189214 -116.92124445192971
+EPSG:103477
+  ll  39.01720934698355 -115.26422117814202
+  en  621450.8347122528 6474444.06252854
+  ll2 39.017209346984494 -115.26422117814305
+EPSG:103478
+  ll  41.78699187032286 -118.45349406385272
+  en  810793.0962097757 4781048.894214203
+  ll2 41.786991870324066 -118.45349406385432
+EPSG:103479
+  ll  36.25918612663747 -114.14177934436059
+  en  1081170.5118456914 2.6799128181943577E7
+  ll2 36.259186126638554 -114.14177934436157
+EPSG:103480
+  ll  40.426322038255 -116.83276025709584
+  en  1594182.1906788778 2.175178910884275E7
+  ll2 40.42632203825631 -116.83276025709755
+EPSG:103481
+  ll  41.97593335365348 -119.00662522993694
+  en  2509579.3013925836 1.5754926585875878E7
+  ll2 41.975933353654646 -119.00662522993852
+EPSG:103482
+  ll  44.57421895036908 -72.09450221248947
+  en  266018.82764166285 230532.75015604394
+  ll2 44.574218950372085 -72.09450221249067
+EPSG:103483
+  ll  44.40361555321199 -71.31036457159571
+  en  1077367.6578958342 694054.8266160995
+  ll2 44.40361555321502 -71.31036457159688
+EPSG:103484
+  ll  38.912455398586836 -75.13985291516067
+  en  94509.04957138564 8976.461748620015
+  ll2 38.91245539858996 -75.13985291516208
+EPSG:103485
+  ll  39.47907317720713 -74.72877013478548
+  en  427554.5683359804 235255.3450856559
+  ll2 39.479073177210246 -74.72877013478684
+EPSG:103486
+  ll  34.87351767876189 -104.50904044492079
+  en  148937.69815674023 429561.09555686376
+  ll2 34.87351767876396 -104.50904044492306
+EPSG:103487
+  ll  36.380965316093814 -107.61992625838899
+  en  377088.9129441824 597652.5570163524
+  ll2 36.38096531609534 -107.61992625839191
+EPSG:103488
+  ll  32.691872440027424 -106.81146823183107
+  en  925822.2138616716 188047.1878759161
+  ll2 32.69187244002939 -106.81146823183319
+EPSG:103489
+  ll  34.17958326215263 -104.71449493643766
+  en  426064.4886785049 1156953.695152457
+  ll2 34.179583262154715 -104.71449493643993
+EPSG:103490
+  ll  36.5448717214433 -105.59197458566076
+  en  1833705.5444621625 2018266.3717626638
+  ll2 36.54487172144528 -105.59197458566298
+EPSG:103491
+  ll  33.71055345718223 -108.51517531206356
+  en  2515746.1782836043 986759.3128051304
+  ll2 33.71055345718414 -108.51517531206581
+EPSG:103492
+  ll  44.15281308760665 -73.2684662990927
+  en  248513.2682544072 591477.8092836911
+  ll2 44.15281308760935 -73.26846629909362
+EPSG:103493
+  ll  43.42013252847227 -75.98492377629574
+  en  298458.3364624473 380015.47798066377
+  ll2 43.42013252847522 -75.98492377629717
+EPSG:103494
+  ll  42.40291822356521 -79.29857141802052
+  en  291121.0709337462 267093.09410501004
+  ll2 42.40291822356809 -79.29857141802219
+EPSG:103495
+  ll  40.70224793589292 -72.33156446260604
+  en  440995.2536014426 60815.87784979261
+  ll2 40.7022479358961 -72.33156446260723
+EPSG:103496
+  ll  41.43457189701036 -75.2503830083784
+  en  286380.8884008418 948411.1840873552
+  ll2 41.4345718970134 -75.25038300837983
+EPSG:103497
+  ll  43.463418929921545 -75.10095128117496
+  en  1213763.6988929529 1265476.4352684992
+  ll2 43.463418929923655 -75.10095128117541
+EPSG:103498
+  ll  42.8826595367484 -79.1812671016821
+  en  988037.6279052912 1050876.5374578196
+  ll2 42.8826595367513 -79.18126710168374
+EPSG:103499
+  ll  40.92951350639285 -73.40183297094273
+  en  1149538.3270134698 278486.70569020323
+  ll2 40.92951350639598 -73.40183297094399
+EPSG:103500
+  ll  36.09372501460358 -75.56623543681191
+  en  918767.8165521828 265346.8884750823
+  ll2 36.09372501460688 -75.56623543681332
+EPSG:103501
+  ll  34.36103277859518 -78.5832769255802
+  en  2125770.9625331433 222649.99867802855
+  ll2 34.36103277859853 -78.58327692558177
+EPSG:103502
+  ll  48.612061196603214 -103.80235390568464
+  en  356570.5218405067 184456.21399261447
+  ll2 48.612061196604884 -103.80235390568663
+EPSG:103503
+  ll  46.49467236409062 -96.67516425710573
+  en  893504.0167725735 99184.01490897137
+  ll2 46.4946723640927 -96.67516425710782
+EPSG:103504
+  ll  48.85504446341479 -98.42760185998937
+  en  2467411.602427762 683407.3538319268
+  ll2 48.85504446341668 -98.42760185999138
+EPSG:103505
+  ll  47.2504108669129 -102.16468086789789
+  en  1555114.0594460743 581961.0990942995
+  ll2 47.250410866914706 -102.16468086789995
+EPSG:103506
+  ll  40.84243134960303 -83.56918657923438
+  en  509837.31930614565 131115.50864293915
+  ll2 40.8424313496059 -83.5691865792362
+EPSG:103507
+  ll  39.46779831582438 -81.71218042213329
+  en  667789.5122460328 163240.15784896593
+  ll2 39.46779831582737 -81.712180422135
+EPSG:103508
+  ll  41.05629265298665 -81.87742847561238
+  en  2140193.519127765 506882.70183978893
+  ll2 41.056292652989576 -81.87742847561412
+EPSG:103509
+  ll  38.852539819948845 -81.90321315391127
+  en  2138458.6058607185 311069.15398552816
+  ll2 38.85253981995184 -81.90321315391303
+EPSG:103510
+  ll  36.69418704863077 -101.07827913819851
+  en  324954.087926684 192340.00578734858
+  ll2 36.69418704863313 -101.07827913820077
+EPSG:103511
+  ll  35.51929549162999 -98.9094488479465
+  en  517502.160002635 242860.08470839268
+  ll2 35.51929549163248 -98.9094488479488
+EPSG:103512
+  ll  36.582149765617785 -97.38108041852855
+  en  2150224.764090982 576518.6145384996
+  ll2 36.582149765620265 -97.38108041853083
+EPSG:103513
+  ll  34.15069849758226 -99.77784856002617
+  en  1430638.6329655687 302191.2206634139
+  ll2 34.15069849758477 -99.77784856002849
+EPSG:103514
+  ll  41.40107503165739 -75.24964672914113
+  en  809049.4364539766 140102.57706450965
+  ll2 41.40107503166047 -75.24964672914254
+EPSG:103515
+  ll  40.87412042510143 -78.40038602905143
+  en  1788632.719756835 258433.03935814733
+  ll2 40.87412042510448 -78.400386029053
+EPSG:103516
+  ll  40.99096893475899 -74.73666503390254
+  en  853514.0622638625 188386.05527644383
+  ll2 40.99096893476209 -74.73666503390392
+EPSG:103517
+  ll  39.77814636184718 -76.92714107363766
+  en  2199782.7495215666 163114.83543568797
+  ll2 39.77814636185031 -76.92714107363913
+EPSG:103518
+  ll  41.96079236806012 -71.55346087001935
+  en  95568.09578947152 97453.94361738641
+  ll2 41.9607923680632 -71.55346087002052
+EPSG:103519
+  ll  41.418999932117494 -71.58363817937892
+  en  305143.54811364633 122312.48570715588
+  ll2 41.41899993212062 -71.58363817938009
+EPSG:103520
+  ll  34.45477445111008 -80.92374810459809
+  en  616606.2598961681 290715.5080090873
+  ll2 34.4547744511133 -80.92374810459982
+EPSG:103521
+  ll  34.50120885919562 -78.6067290647208
+  en  2720974.971226825 979028.7576569314
+  ll2 34.501208859198925 -78.6067290647224
+EPSG:103522
+  ll  45.796552431317004 -101.99953223055138
+  en  444555.8150226994 220087.00107930455
+  ll2 45.796552431318894 -101.99953223055347
+EPSG:103523
+  ll  44.016691421645554 -100.52351378601382
+  en  584752.4589229674 187026.0509785704
+  ll2 44.01669142164755 -100.52351378601593
+EPSG:103524
+  ll  44.71347078413088 -96.73542022590753
+  en  2816926.094675311 337980.3397664017
+  ll2 44.71347078413306 -96.73542022590965
+EPSG:103525
+  ll  42.48054439057489 -96.786579245567
+  en  2925098.8833535397 74081.88531101248
+  ll2 42.48054439057718 -96.78657924556914
+EPSG:103526
+  ll  35.626872430507575 -87.37083665387136
+  en  475830.8218537646 144385.81681293555
+  ll2 35.62687243051055 -87.37083665387338
+EPSG:103527
+  ll  35.771677745600385 -89.81804352557042
+  en  836176.8722112653 545652.1250108834
+  ll2 35.77167774560325 -89.81804352557252
+EPSG:103539
+  ll  36.1763680194424 -102.30908078024005
+  en  127214.81626039227 1241745.1344843414
+  ll2 36.176368019444666 -102.30908078024233
+EPSG:103540
+  ll  34.49089963060562 -100.40007488119322
+  en  425455.5973300983 2314793.805279894
+  ll2 34.49089963060807 -100.4000748811955
+EPSG:103541
+  ll  31.63628025937527 -94.04350196572618
+  en  1296328.9499248406 3235210.016607989
+  ll2 31.6362802593759 -94.04350196572845
+EPSG:103542
+  ll  30.423695172345905 -99.8111244670192
+  en  522070.2180919225 4287367.030208449
+  ll2 30.423695172346825 -99.81112446702154
+EPSG:103543
+  ll  26.715050332937306 -97.63251168348205
+  en  386310.4712127195 5116448.468312044
+  ll2 26.715050332939313 -97.63251168348442
+EPSG:103544
+  ll  35.782200505367875 -100.323370543485
+  en  1005152.6246098274 3931572.6261445144
+  ll2 35.78220050537028 -100.32337054348729
+EPSG:103545
+  ll  32.40728667653201 -101.56071900270415
+  en  1024043.0521797497 6844873.285696557
+  ll2 32.40728667653454 -101.56071900270646
+EPSG:103546
+  ll  30.82612331520512 -105.73632716247383
+  en  601442.2803020643 1.0305363153507024E7
+  ll2 30.8261233152056 -105.73632716247614
+EPSG:103547
+  ll  28.34563406451092 -104.46645937695146
+  en  210709.3669928448 1.3350703445664596E7
+  ll2 28.345634064512282 -104.46645937695385
+EPSG:103548
+  ll  27.8725493872919 -97.50287518892372
+  en  1306411.19579812 1.7207283292202253E7
+  ll2 27.87254938729369 -97.5028751889261
+EPSG:103549
+  ll  41.702237460961605 -111.20674252652205
+  en  524410.180586933 1152061.4152319205
+  ll2 41.70223746096316 -111.20674252652402
+EPSG:103550
+  ll  40.707384462398146 -111.15573017737059
+  en  529094.2648715321 2263631.417264284
+  ll2 40.70738446239977 -111.15573017737256
+EPSG:103551
+  ll  37.26038292889014 -109.072659067552
+  en  715297.9301866948 3068686.332727257
+  ll2 37.26038292889206 -109.07265906755413
+EPSG:103552
+  ll  41.7053689357075 -111.34123185701176
+  en  1683777.5033572514 3780774.6061270456
+  ll2 41.70536893570907 -111.3412318570137
+EPSG:103553
+  ll  38.66306404132766 -113.23973050321489
+  en  1143621.2845533493 6686615.201830408
+  ll2 38.66306404132926 -113.23973050321682
+EPSG:103554
+  ll  37.21980551391412 -110.74045032976598
+  en  1861594.1153827442 1.0044824173217269E7
+  ll2 37.21980551391593 -110.74045032976805
+EPSG:103555
+  ll  41.711436786541434 -111.57661204592561
+  en  1619501.6479243543 3782947.7233623103
+  ll2 41.711436786543004 -111.57661204592755
+EPSG:103556
+  ll  41.023176180229406 -109.7476893362016
+  en  2123971.1747952383 7546213.480072245
+  ll2 41.02317618023109 -109.74768933620362
+EPSG:103557
+  ll  37.04590851439963 -110.07023975429571
+  en  2057702.919855627 9983777.71434993
+  ll2 37.045908514401496 -110.07023975429783
+EPSG:103558
+  ll  44.06258958986034 -73.34704149104886
+  en  432135.931860986 173942.61205482756
+  ll2 44.06258958986328 -73.34704149105019
+EPSG:103559
+  ll  38.365494321162224 -76.80982721108407
+  en  3647697.885160403 2078927.1497492662
+  ll2 38.3654943211654 -76.80982721108556
+EPSG:103560
+  ll  37.50381275996149 -82.8744300120566
+  en  3113367.4899126943 1138852.9836180718
+  ll2 37.503812759964546 -82.87443001205841
+EPSG:103561
+  ll  38.683474797415755 -77.53629251073583
+  en  1.1758006645813711E7 6933397.316170883
+  ll2 38.68347479741893 -77.53629251073734
+EPSG:103562
+  ll  37.04205628727377 -79.99199695856241
+  en  1.1047480993864285E7 3542309.0690956963
+  ll2 37.042056287276935 -79.99199695856407
+EPSG:103563
+  ll  48.37768480399229 -117.127187713762
+  en  774429.6306842415 159784.66387580553
+  ll2 48.377684803993375 -117.12718771376345
+EPSG:103564
+  ll  46.245525270523665 -119.63100605318637
+  en  567011.963877696 101758.1750840617
+  ll2 46.245525270524695 -119.63100605318775
+EPSG:103565
+  ll  48.14610446825167 -121.82594171057629
+  en  1398104.3239258295 419626.2536332633
+  ll2 48.146104468252574 -121.82594171057742
+EPSG:103566
+  ll  46.64597631298754 -122.10770828558766
+  en  1236673.6972041044 482787.0906519966
+  ll2 46.64597631298845 -122.10770828558883
+EPSG:103567
+  ll  40.07000479088057 -79.84576468918115
+  en  570505.2032478822 174357.432829431
+  ll2 40.07000479088358 -79.84576468918279
+EPSG:103568
+  ll  37.28251411271568 -80.64157102822759
+  en  631787.6964030432 31417.005133945615
+  ll2 37.28251411271881 -80.64157102822928
+EPSG:103569
+  ll  39.926677560671266 -78.13593594039129
+  en  2351037.421311414 522545.5511813842
+  ll2 39.92667756067436 -78.13593594039286
+EPSG:103570
+  ll  38.635645330432524 -82.14585331801328
+  en  1641200.7192631136 597628.1728554178
+  ll2 38.635645330435565 -82.14585331801507
+EPSG:103571
+  ll  46.844950858619264 -89.74261221355837
+  en  619633.24416481 186571.72879271823
+  ll2 46.84495085862166 -89.74261221356036
+EPSG:103572
+  ll  45.77792096587788 -87.7156699744663
+  en  777646.9253617118 218593.66493204335
+  ll2 45.777920965880355 -87.71566997446823
+EPSG:103573
+  ll  42.99461659534238 -88.71723274833961
+  en  704599.1697536608 111296.15997466094
+  ll2 42.994616595344915 -88.71723274834162
+EPSG:103574
+  ll  46.831481471990024 -90.68582487541548
+  en  1796832.5917877103 607834.8894326859
+  ll2 46.83148147199237 -90.68582487541748
+EPSG:103575
+  ll  45.32604969742923 -91.51730654957329
+  en  1578266.2157072134 547844.5190243004
+  ll2 45.3260496974316 -91.51730654957532
+EPSG:103576
+  ll  42.744977600472886 -88.34708556421235
+  en  2412487.4453234603 275921.7329899022
+  ll2 42.74497760047551 -88.34708556421432
+EPSG:103577
+  ll  44.2341152020169 -105.28714033918418
+  en  190376.8045649638 414767.5765502627
+  ll2 44.23411520201866 -105.28714033918624
+EPSG:103578
+  ll  41.73647399361662 -107.58026685514182
+  en  379459.3615074547 237338.2654495718
+  ll2 41.736473993618354 -107.58026685514386
+EPSG:103579
+  ll  41.69454035119579 -110.0892467602567
+  en  488520.0429596186 133518.3381086014
+  ll2 41.69454035119695 -110.08924676025929
+EPSG:103580
+  ll  42.18743254296417 -109.90482705468283
+  en  814745.9351030856 287410.22566961974
+  ll2 42.18743254296575 -109.90482705468482
+EPSG:103581
+  ll  42.54237976371818 -106.10003527738866
+  en  404642.30822848156 745543.7590429436
+  ll2 42.5423797637199 -106.10003527739083
+EPSG:103582
+  ll  43.91717821615628 -106.58029255655337
+  en  1510757.0562396357 1574217.2432483924
+  ll2 43.91717821615796 -106.58029255655539
+EPSG:103583
+  ll  43.95555049839436 -107.81132322741377
+  en  2215678.683109578 1260622.166350955
+  ll2 43.95555049839594 -107.81132322741571
+EPSG:103585
+  ll  41.79310563913161 -109.50566752716675
+  en  2782188.703667826 799735.0718121965
+  ll2 41.793105639133245 -109.50566752716874
+EPSG:103600
+  ll  44.18249123813101 -95.87194960212652
+  en  -42661.627963224775 -185759.13863480446
+  ll2 44.18249123811586 -95.87194960214018
+EPSG:103601
+  ll  47.79607250102838 -94.06336167601091
+  en  349944.3146685774 163492.48376492507
+  ll2 47.796072500999685 -94.06336167600078
+EPSG:103602
+  ll  44.85025344009177 -94.820432947314
+  en  196320.64567030838 -225192.20548165063
+  ll2 44.85025344009409 -94.82043294731606
+EPSG:103603
+  ll  45.547301867114506 -89.78542976708646
+  en  553445.6988727393 -96327.80930277589
+  ll2 45.54730186554542 -89.78542976723372
+EPSG:103604
+  ll  44.48134971095198 -93.38627934284145
+  en  -4889.138396298949 -254988.25096399558
+  ll2 44.4813497109494 -93.38627934284736
+EPSG:103605
+  ll  45.52375166202959 -96.90190811381935
+  en  -103958.60157407759 31816.428529611738
+  ll2 45.52375166192373 -96.90190811386404
+EPSG:103606
+  ll  47.782249318448585 -92.05011188647829
+  en  211102.81370380198 368308.1766043966
+  ll2 47.782249318450894 -92.05011188648024
+EPSG:103607
+  ll  45.35548664248233 -89.53213293839406
+  en  700319.2066237594 -19719.448153168083
+  ll2 45.35548663283291 -89.53213294828716
+EPSG:103608
+  ll  49.311771607696485 -93.22354805035872
+  en  155543.96441716017 506330.35093504254
+  ll2 49.311771607696514 -93.22354805035872
+EPSG:103609
+  ll  44.71483687769014 -94.75262028419864
+  en  226204.7895852415 -191776.11648760425
+  ll2 44.71483687769015 -94.75262028419864
+EPSG:103610
+  ll  46.729082305588165 -90.75745416228439
+  en  477942.44460430555 -104035.14923918595
+  ll2 46.72908230558818 -90.75745416228439
+EPSG:103611
+  ll  45.17548241118445 -91.86229520142243
+  en  387431.73767032113 -213751.17641603298
+  ll2 45.17548241118446 -91.86229520142243
+EPSG:103612
+  ll  47.672388578998046 -90.46370521553209
+  en  421807.1102698364 271483.8524959556
+  ll2 47.67238857899806 -90.46370521553209
+EPSG:103613
+  ll  46.19358232529238 -96.79104278139857
+  en  95189.38755571544 146494.0467564179
+  ll2 46.1935823252924 -96.79104278139857
+EPSG:103614
+  ll  44.909727263438064 -95.1626154260947
+  en  81639.46181950111 148844.72819010683
+  ll2 44.909727263438086 -95.1626154260947
+EPSG:103615
+  ll  45.184721117557146 -95.52158405026518
+  en  90440.41470127963 150431.05011263245
+  ll2 45.184721117557174 -95.52158405026518
+EPSG:103616
+  ll  48.310916132742435 -92.31526773003579
+  en  179715.34320949297 241119.1574686907
+  ll2 48.31091613274246 -92.31526773003579
+EPSG:103617
+  ll  45.77111341075709 -94.79010306730214
+  en  72782.58095813739 156729.4010944468
+  ll2 45.77111341075711 -94.79010306730214
+EPSG:103618
+  ll  45.832936464882955 -95.20316894143407
+  en  75731.21665753 -76952.38671239477
+  ll2 45.832936464882955 -95.20316894143407
+EPSG:103619
+  ll  46.656991374689305 -89.62748969165924
+  en  522587.9739405903 97473.34851483755
+  ll2 46.656991374689326 -89.62748969165924
+EPSG:103620
+  ll  48.79282780080759 -93.44728175111474
+  en  329313.8996377714 482552.0446743505
+  ll2 48.792827800807615 -93.44728175111474
+EPSG:103621
+  ll  48.14433984530868 -91.95921467285537
+  en  236144.6392948905 347777.22918665275
+  ll2 48.14433984530868 -91.95921467285537
+EPSG:103622
+  ll  45.53266291370748 -90.94484652238067
+  en  98068.91568671586 -230696.59247695553
+  ll2 45.53266291370749 -90.94484652238067
+EPSG:103623
+  ll  44.976463434301145 -91.71416332781975
+  en  36779.895313747154 -242270.66025376914
+  ll2 44.976463434301166 -91.71416332781975
+EPSG:103624
+  ll  43.95377923428965 -89.99017534253004
+  en  547629.403444449 54041.73501452736
+  ll2 43.95377923428968 -89.99017534253004
+EPSG:103625
+  ll  45.77925632267545 -95.54935278406654
+  en  68190.2834677832 -10865.560571533704
+  ll2 45.77925632267548 -95.54935278406654
+EPSG:103626
+  ll  48.74541157414843 -89.92427204945722
+  en  402459.132529535 511135.16131038463
+  ll2 48.745411574148434 -89.92427204945722
+EPSG:103627
+  ll  48.58636034990089 -90.97227170282217
+  en  296313.9274748758 561018.5759187854
+  ll2 48.5863603499009 -90.97227170282217
+EPSG:103628
+  ll  46.33776721031234 -95.23344169017247
+  en  215271.75351242255 95149.67606647493
+  ll2 46.337767210312336 -95.23344169017247
+EPSG:103629
+  ll  45.434068198275355 -94.76134664143564
+  en  88880.53037840244 245749.92378098442
+  ll2 45.43406819827538 -94.76134664143564
+EPSG:103630
+  ll  45.885084408537786 -92.90394714713302
+  en  88651.44477667048 295913.9841009819
+  ll2 45.88508440853782 -92.90394714713302
+EPSG:103631
+  ll  47.89616893923353 -91.02333097539396
+  en  371814.798007202 523422.27307998145
+  ll2 47.89616893923356 -91.02333097539396
+EPSG:103632
+  ll  45.93087090800429 -89.53494408714069
+  en  431501.34931046626 229590.94635814906
+  ll2 45.930870908004316 -89.53494408714069
+EPSG:103633
+  ll  48.08865681131718 -90.26739629932706
+  en  583146.8273378022 305174.4195060693
+  ll2 48.0886568113172 -90.26739629932706
+EPSG:103634
+  ll  44.053164666889764 -90.76281533305718
+  en  362395.39625786606 -48132.672686843245
+  ll2 44.05316466688978 -90.76281533305718
+EPSG:103635
+  ll  45.85907721271928 -91.74787834693662
+  en  130544.64757689365 292741.0672957437
+  ll2 45.8590772127193 -91.74787834693662
+EPSG:103636
+  ll  48.939661934698364 -96.93517231531047
+  en  -130207.15895787423 442539.5133620694
+  ll2 48.93966193469837 -96.93517231531047
+EPSG:103637
+  ll  44.88040823267927 -89.56457195673445
+  en  482028.46325516124 -251973.02771083952
+  ll2 44.880408232679294 -89.56457195673445
+EPSG:103638
+  ll  48.91077750500876 -92.2936963457307
+  en  257974.64504959536 241018.20823989785
+  ll2 48.91077750500878 -92.2936963457307
+EPSG:103639
+  ll  48.257901533100934 -91.78911077144123
+  en  313368.204499247 561993.4140153952
+  ll2 48.257901533100934 -91.78911077144123
+EPSG:103640
+  ll  44.46646137363776 -90.01926801185299
+  en  381683.7954418801 -105818.66506672809
+  ll2 44.466461373637785 -90.01926801185299
+EPSG:103641
+  ll  46.9890245265768 -91.36400788878454
+  en  410049.68977948715 269078.1222475179
+  ll2 46.98902452657682 -91.36400788878454
+EPSG:103642
+  ll  46.223311304923314 -91.85451502302251
+  en  483961.20850576414 -218271.60457404229
+  ll2 46.22331130492333 -91.85451502302251
+EPSG:103643
+  ll  46.222531571989876 -95.15721990136477
+  en  43760.446007514605 -149046.98347255678
+  ll2 46.22253157198989 -95.15721990136477
+EPSG:103644
+  ll  44.2219886000312 -92.84076089961147
+  en  392837.41601938085 -24041.21669201759
+  ll2 44.22198860003123 -92.84076089961147
+EPSG:103645
+  ll  48.86532107747409 -95.37188961425693
+  en  123890.37827419786 -1107.7463784947977
+  ll2 48.8653210774741 -95.37188961425693
+EPSG:103646
+  ll  45.23272965400325 -90.2095510287155
+  en  519850.4520849959 -306832.6154673286
+  ll2 45.23272965400327 -90.2095510287155
+EPSG:103647
+  ll  48.11478612595797 -94.62841432174761
+  en  40850.53586030191 467524.23580879066
+  ll2 48.114786125957984 -94.62841432174761
+EPSG:103648
+  ll  47.39368240374991 -91.32373464577941
+  en  525870.4957086835 397276.9009707751
+  ll2 47.39368240374993 -91.32373464577941
+EPSG:103649
+  ll  44.70029642295967 -94.0911681639662
+  en  291799.31140174385 88068.53611294569
+  ll2 44.700296422959696 -94.0911681639662
+EPSG:103650
+  ll  44.138634278282076 -94.29852318049366
+  en  179193.87905056548 -4744.615346364382
+  ll2 44.13863427828209 -94.29852318049366
+EPSG:103651
+  ll  43.57872577329628 -90.28222435829038
+  en  600012.2333077053 -351029.9244375062
+  ll2 43.578725773296306 -90.28222435829038
+EPSG:103652
+  ll  48.355556749493616 -94.73771260334956
+  en  274355.2964991488 52083.19573807891
+  ll2 48.355556749493616 -94.73771260334956
+EPSG:103653
+  ll  47.81018838231842 -92.99494341698362
+  en  224125.22431650924 510377.8965482841
+  ll2 47.81018838231846 -92.99494341698362
+EPSG:103654
+  ll  46.74888983038469 -95.12726203535269
+  en  123560.43131829504 237038.41592020958
+  ll2 46.74888983038471 -95.12726203535269
+EPSG:103655
+  ll  45.51354715812578 -97.10013850043008
+  en  -74186.05313371384 5671.914528457015
+  ll2 45.5135471581258 -97.10013850043008
+EPSG:103656
+  ll  47.65665598672161 -89.52468977449257
+  en  485504.201499588 501736.69566215825
+  ll2 47.65665598672161 -89.52468977449257
+EPSG:103657
+  ll  44.984692790222304 -89.73723496595733
+  en  627603.5471043027 174187.42832082775
+  ll2 44.984692790222326 -89.73723496595733
+EPSG:103658
+  ll  47.38158880465213 -91.05455694246673
+  en  395294.81767990213 428159.821405492
+  ll2 47.38158880465217 -91.05455694246673
+EPSG:103659
+  ll  44.63471839814253 -90.46365577926677
+  en  587496.096650284 170969.75419937947
+  ll2 44.634718398142546 -90.46365577926677
+EPSG:103660
+  ll  47.22324003312465 -89.69024961133296
+  en  663758.954610423 60752.717029026084
+  ll2 47.22324003312464 -89.69024961133296
+EPSG:103661
+  ll  43.83668816133332 -91.98441631777395
+  en  227379.95729247562 31214.906814841153
+  ll2 43.83668816133336 -91.98441631777395
+EPSG:103662
+  ll  48.04343560279715 -90.81477675182518
+  en  517832.019649522 257189.02366672625
+  ll2 48.04343560279718 -90.81477675182518
+EPSG:103663
+  ll  45.69662445478249 -94.28651571144381
+  en  314512.614238796 -167746.12978942445
+  ll2 45.696624454782516 -94.28651571144381
+EPSG:103664
+  ll  47.975118533214776 -90.0684642034932
+  en  363887.8500316122 283879.36299590487
+  ll2 47.975118533214804 -90.0684642034932
+EPSG:103665
+  ll  45.313888848708565 -89.71874011546453
+  en  664187.6891618776 213550.60126686154
+  ll2 45.31388884870859 -89.71874011546453
+EPSG:103666
+  ll  48.957435082043574 -97.18976860030008
+  en  92108.43323784103 192998.2794951263
+  ll2 48.957435082043574 -97.18976860030008
+EPSG:103667
+  ll  47.655384805813405 -92.44774262219238
+  en  355510.6731451093 297707.1324629619
+  ll2 47.65538480581343 -92.44774262219238
+EPSG:103668
+  ll  48.9290191765447 -90.16402035165068
+  en  388810.4133285346 495545.9637361887
+  ll2 48.92901917654473 -90.16402035165068
+EPSG:103669
+  ll  47.145788451547915 -93.84563592336931
+  en  343605.29860788956 -5661.286147674084
+  ll2 47.14578845154791 -93.84563592336931
+EPSG:103670
+  ll  46.06865830374705 -91.7675663244349
+  en  420581.63359358883 244450.99646960554
+  ll2 46.068658303747064 -91.7675663244349
+EPSG:103671
+  ll  45.170294606120365 -94.09294466838853
+  en  194884.41745713702 109990.53566639946
+  ll2 45.17029460612037 -94.09294466838853
+EPSG:103672
+  ll  44.35924285306958 -93.6576650426069
+  en  110598.68822366193 48896.11372710697
+  ll2 44.35924285306962 -93.6576650426069
+EPSG:103673
+  ll  46.8917880019903 -90.39795818644114
+  en  575907.7936843978 421822.4115661048
+  ll2 46.89178800199032 -90.39795818644114
+EPSG:103674
+  ll  47.48071464996225 -93.20379415041532
+  en  374469.13904105587 -83457.73814077399
+  ll2 47.48071464996225 -93.20379415041532
+EPSG:103675
+  ll  47.73597144987909 -96.63094501117382
+  en  -161067.2807332095 28189.787931297375
+  ll2 47.73597144987908 -96.63094501117382
+EPSG:103676
+  ll  47.08863475534972 -93.0727960695618
+  en  105107.19068096484 12728.468106209395
+  ll2 47.088634755349744 -93.0727960695618
+EPSG:103677
+  ll  49.243801929866805 -92.02536420059525
+  en  183346.2959816889 319051.86015784735
+  ll2 49.24380192986682 -92.02536420059525
+EPSG:103678
+  ll  44.27607609519507 -90.88959436790473
+  en  346146.09947107174 11601.521525752221
+  ll2 44.27607609519512 -90.88959436790473
+EPSG:103679
+  ll  48.22183141344704 -92.52624714541516
+  en  253375.61017583823 392143.6379811333
+  ll2 48.22183141344706 -92.52624714541516
+EPSG:103680
+  ll  49.13304043704592 -95.14892483172798
+  en  114658.66289111468 551031.0085120393
+  ll2 49.133040437045956 -95.14892483172798
+EPSG:103681
+  ll  43.66246778894128 -95.65992329685668
+  en  111246.82430545421 -149485.9553455907
+  ll2 43.66246778894131 -95.65992329685668
+EPSG:103682
+  ll  45.80773179826224 -91.79845858412027
+  en  239364.92875455852 250463.80014701167
+  ll2 45.80773179826229 -91.79845858412027
+EPSG:103683
+  ll  47.24098228351906 -91.26967416739488
+  en  446226.642493195 255288.2873132633
+  ll2 47.24098228351905 -91.26967416739488
+EPSG:103684
+  ll  45.58489422340018 -94.25895750614562
+  en  292170.38171693403 80124.10613426074
+  ll2 45.58489422340018 -94.25895750614562
+EPSG:103685
+  ll  45.33919389979245 -93.02010699688816
+  en  299753.64649602585 -16035.038975799525
+  ll2 45.33919389979248 -93.02010699688816
+EPSG:103686
+  ll  47.65444845006009 -95.90569066328477
+  en  200829.64402721752 260707.55009163762
+  ll2 47.65444845006011 -95.90569066328477
+EPSG:103687
+  ll  47.27822691333703 -96.54124865980577
+  en  -171331.8442166024 391555.04264750244
+  ll2 47.27822691333706 -96.54124865980577
+EPSG:103688
+  ll  43.86105430546669 -94.12994175351969
+  en  179500.3084610978 -224663.43418326604
+  ll2 43.86105430546672 -94.12994175351969
+EPSG:103689
+  ll  48.73742090135339 -91.00753456258515
+  en  293314.2453506646 577809.3016210406
+  ll2 48.737420901353396 -91.00753456258515
+EPSG:103690
+  ll  48.08706247843479 -94.60610400010336
+  en  175597.62892758683 502100.859519711
+  ll2 48.08706247843481 -94.60610400010336
+EPSG:103691
+  ll  46.77872854884437 -89.7500734480474
+  en  295113.4643036545 358032.4457821455
+  ll2 46.77872854884438 -89.7500734480474
+EPSG:103692
+  ll  48.843655086020135 -89.75099198807214
+  en  456204.90289512934 468342.5971301804
+  ll2 48.84365508602013 -89.75099198807214
+EPSG:103693
+  ll  48.65651943229388 -94.42459386449875
+  en  261349.83250416885 489241.55413326924
+  ll2 48.6565194322939 -94.42459386449875
+EPSG:103694
+  ll  47.67044195284837 -90.82335964587543
+  en  1572163.768554707 1118439.5876493708
+  ll2 47.67044195284666 -90.8233596458743
+EPSG:103695
+  ll  45.9695061393436 -95.9744625991208
+  en  3860972.3758511487 3064641.979664371
+  ll2 45.96950613917556 -95.97446259917407
+EPSG:103700
+  ll  47.69555301636402 -90.6530359918316
+  en  1184546.5366602817 674507.1262649511
+  ll2 47.6955530163241 -90.65303599181792
+EPSG:103701
+  ll  44.610714602244315 -94.55025940901527
+  en  1059906.8303440951 -628975.0410262448
+  ll2 44.61071460223836 -94.55025940901145
+EPSG:103702
+  ll  49.05542903753122 -94.16007176237187
+  en  791593.4918393627 796890.3306655223
+  ll2 49.05542903753309 -94.1600717623736
+EPSG:103703
+  ll  44.59931010016294 -95.16857004175631
+  en  435430.3958027464 -703752.9749744353
+  ll2 44.599310100165276 -95.16857004175837
+EPSG:103704
+  ll  48.79690633960389 -92.76773326224226
+  en  172551.3842592102 734152.2687057399
+  ll2 48.79690633960554 -92.76773326224465
+EPSG:103705
+  ll  46.41098798569244 -90.68763441703919
+  en  1239900.2293536921 424474.3009743456
+  ll2 46.41098798563828 -90.6876344170179
+EPSG:103706
+  ll  44.199415667580716 -95.93742669476768
+  en  -314102.28484467353 -83832.62001312668
+  ll2 44.19941566750899 -95.93742669480805
+EPSG:103707
+  ll  46.44149368443623 -89.69012417306595
+  en  2222938.751367796 327751.099769732
+  ll2 46.44149367571254 -89.69012418196372
+EPSG:103708
+  ll  48.4768196439081 -93.06999828385919
+  en  547786.1360845073 1355949.1953744357
+  ll2 48.47681964390811 -93.06999828385919
+EPSG:103709
+  ll  46.579524472344474 -90.96249987063958
+  en  1686570.354774395 85296.46847368102
+  ll2 46.57952447234449 -90.96249987063958
+EPSG:103710
+  ll  49.12901745129089 -93.92498000397237
+  en  761430.6570749792 506498.8832503118
+  ll2 49.12901745129092 -93.92498000397237
+EPSG:103711
+  ll  44.771084858274726 -95.20612936948588
+  en  407385.1022287555 -863561.0544879168
+  ll2 44.77108485827474 -95.20612936948588
+EPSG:103712
+  ll  47.97221715068083 -90.72265932365232
+  en  1315548.4465650772 997299.8898207407
+  ll2 47.97221715068085 -90.72265932365232
+EPSG:103713
+  ll  47.57286004444114 -97.13459584684257
+  en  232066.24266183778 984833.5879785368
+  ll2 47.57286004444116 -97.13459584684257
+EPSG:103714
+  ll  47.92406062373047 -96.57904351729843
+  en  -68178.02068144294 1595411.0599641264
+  ll2 47.92406062373048 -96.57904351729843
+EPSG:103715
+  ll  47.13343247821758 -93.52093806146263
+  en  802143.3765478915 1205886.3763727834
+  ll2 47.13343247821762 -93.52093806146263
+EPSG:103716
+  ll  44.24834568520794 -94.06826170020402
+  en  136790.08694821215 -687914.3385646654
+  ll2 44.24834568520795 -94.06826170020402
+EPSG:103717
+  ll  46.9785351886396 -90.34163351790059
+  en  1355390.772822728 971107.8781960302
+  ll2 46.978535188639626 -90.34163351790059
+EPSG:103718
+  ll  46.19554860305034 -96.10474253417549
+  en  21805.551141932985 -116014.84088833
+  ll2 46.19554860305035 -96.10474253417549
+EPSG:103719
+  ll  47.41842317454857 -92.52305245767677
+  en  981225.4622455016 566250.2044324678
+  ll2 47.418423174548586 -92.52305245767677
+EPSG:103720
+  ll  49.18258657555185 -94.9964220843382
+  en  704722.7929866024 1718206.736349523
+  ll2 49.182586575551866 -94.9964220843382
+EPSG:103721
+  ll  46.590868691214176 -89.78985257101479
+  en  1328015.4055318278 589070.8038077495
+  ll2 46.5908686912142 -89.78985257101479
+EPSG:103722
+  ll  46.316389107158884 -95.19171778143448
+  en  -748535.830996584 -431608.0948992985
+  ll2 46.316389107158884 -95.19171778143448
+EPSG:103723
+  ll  47.12305289085797 -94.64730676650179
+  en  -594274.383322751 15844.91905815238
+  ll2 47.12305289085798 -94.64730676650179
+EPSG:103724
+  ll  45.281613705687995 -92.74136180849537
+  en  1060051.830388232 630098.1705488425
+  ll2 45.28161370568801 -92.74136180849537
+EPSG:103725
+  ll  43.66586024487218 -90.98211944887461
+  en  1422923.934202695 -788148.9709908607
+  ll2 43.66586024487223 -90.98211944887461
+EPSG:103726
+  ll  48.181018898129246 -96.3768304026089
+  en  -247849.20730279302 1467547.8234154168
+  ll2 48.18101889812924 -96.3768304026089
+EPSG:103727
+  ll  43.835643553169014 -89.7596674990867
+  en  1332875.8599979964 116583.47651474766
+  ll2 43.835643553169035 -89.7596674990867
+EPSG:103728
+  ll  44.87103982436719 -97.11860903857657
+  en  222895.23001898313 -221915.45841769566
+  ll2 44.87103982436722 -97.11860903857657
+EPSG:103729
+  ll  47.53171752951754 -95.24847724247513
+  en  178478.73387624288 1573789.6324042
+  ll2 47.531717529517536 -95.24847724247513
+EPSG:103730
+  ll  46.01015482863537 -92.43386971730453
+  en  410850.6515952802 1015645.843369547
+  ll2 46.01015482863539 -92.43386971730453
+EPSG:103731
+  ll  47.78057729684172 -94.59372613842584
+  en  341305.609477063 1662895.2117514897
+  ll2 47.78057729684173 -94.59372613842584
+EPSG:103732
+  ll  43.50689714290457 -96.81891523819591
+  en  -477681.8961756388 -128723.45645091789
+  ll2 43.5068971429046 -96.81891523819591
+EPSG:103733
+  ll  45.36950030854229 -93.12595136158406
+  en  1251434.9899695693 -28221.19596395446
+  ll2 45.369500308542314 -93.12595136158406
+EPSG:103734
+  ll  48.86751940161797 -90.3104965073161
+  en  1241202.199756276 1601957.1924263635
+  ll2 48.867519401618004 -90.3104965073161
+EPSG:103735
+  ll  46.382733368001695 -93.89449301250391
+  en  -113378.76592521883 1160438.6661558966
+  ll2 46.38273336800169 -93.89449301250391
+EPSG:103736
+  ll  45.03224937404535 -95.74826085386418
+  en  -188908.66355717092 15113.38225049197
+  ll2 45.03224937404538 -95.74826085386418
+EPSG:103737
+  ll  47.00118148742926 -90.38124806610436
+  en  1336272.2282666846 -63867.490680808885
+  ll2 47.00118148742926 -90.38124806610436
+EPSG:103738
+  ll  44.15459883697693 -94.85438787002875
+  en  205339.9443780048 -945667.5266364095
+  ll2 44.15459883697697 -94.85438787002875
+EPSG:103739
+  ll  45.88199316698509 -89.58045837368589
+  en  1613229.147551039 998012.8495080876
+  ll2 45.88199316698511 -89.58045837368589
+EPSG:103740
+  ll  43.99572082242488 -89.87546875285149
+  en  1296300.1396449215 -517362.086713755
+  ll2 43.995720822424914 -89.87546875285149
+EPSG:103741
+  ll  45.585522338134 -92.36513162418106
+  en  1110570.4472506363 362119.3757673855
+  ll2 45.585522338134 -92.36513162418106
+EPSG:103742
+  ll  43.885196562713276 -93.75716382923176
+  en  1133015.187198051 -1591179.5175374208
+  ll2 43.885196562713304 -93.75716382923176
+EPSG:103743
+  ll  47.1889909710239 -90.78727525046982
+  en  1236659.5117624402 -125404.70618157681
+  ll2 47.18899097102392 -90.78727525046982
+EPSG:103744
+  ll  46.638100520482126 -95.57553183683582
+  en  568979.2797335522 787711.4136098318
+  ll2 46.63810052048212 -95.57553183683582
+EPSG:103745
+  ll  47.186532594772196 -89.99654927313905
+  en  1739961.7713186524 -575588.2150306053
+  ll2 47.18653259477222 -89.99654927313905
+EPSG:103746
+  ll  48.59341693341793 -92.21417805270966
+  en  1145869.2543219381 194229.479427759
+  ll2 48.59341693341794 -92.21417805270966
+EPSG:103747
+  ll  49.308106728685985 -91.05560113876696
+  en  997482.0710055676 1973459.2901205851
+  ll2 49.30810672868597 -91.05560113876696
+EPSG:103748
+  ll  46.045003640158555 -92.64886257829511
+  en  1418825.9349518428 794370.9328187195
+  ll2 46.04500364015858 -92.64886257829511
+EPSG:103749
+  ll  47.53458794682178 -93.21834432262486
+  en  1150997.5109003168 1328720.1512817412
+  ll2 47.53458794682178 -93.21834432262486
+EPSG:103750
+  ll  46.261402190444684 -94.49996891131799
+  en  533747.290436499 758379.7152597622
+  ll2 46.26140219044471 -94.49996891131799
+EPSG:103751
+  ll  47.16833326512617 -90.8221343722938
+  en  1741590.192740828 145879.29366382782
+  ll2 47.16833326512619 -90.8221343722938
+EPSG:103752
+  ll  45.3961376553545 -95.0471513861083
+  en  843705.4361517506 -910319.3009791258
+  ll2 45.39613765535451 -95.0471513861083
+EPSG:103753
+  ll  45.740759532172646 -95.62976008334842
+  en  70834.87567658951 921492.1707226969
+  ll2 45.740759532172675 -95.62976008334842
+EPSG:103754
+  ll  47.90814567439951 -92.29944428383217
+  en  1101687.3153805798 1209767.0299292523
+  ll2 47.90814567439951 -92.29944428383217
+EPSG:103755
+  ll  48.338099288713906 -95.24033933618657
+  en  246750.67681982942 1037185.8096839464
+  ll2 48.33809928871392 -95.24033933618657
+EPSG:103756
+  ll  48.6510847488334 -96.86914127566428
+  en  -208289.86191180718 1993354.7443904039
+  ll2 48.6510847488334 -96.86914127566428
+EPSG:103757
+  ll  44.27306396971488 -92.48537620470883
+  en  1359321.7751603527 272054.3648821854
+  ll2 44.27306396971491 -92.48537620470883
+EPSG:103758
+  ll  45.53415773969529 -94.68513076461609
+  en  392726.14276273747 715071.5416776825
+  ll2 45.53415773969531 -94.68513076461609
+EPSG:103759
+  ll  47.9621266636698 -94.65466433171063
+  en  818290.6717498364 1731203.151224956
+  ll2 47.962126663669835 -94.65466433171063
+EPSG:103760
+  ll  45.96748726799991 -90.642075123282
+  en  1976030.5004054098 -276510.72616164165
+  ll2 45.9674872679999 -90.642075123282
+EPSG:103761
+  ll  45.633772612892486 -93.95011503907305
+  en  235513.94590345182 757986.6106509162
+  ll2 45.63377261289252 -93.95011503907305
+EPSG:103762
+  ll  46.18514938154948 -92.96382760327171
+  en  1197182.4344378624 140857.45125686016
+  ll2 46.1851493815495 -92.96382760327171
+EPSG:103763
+  ll  47.903744186911865 -92.94642983820896
+  en  1338704.4224403931 266248.68191707483
+  ll2 47.90374418691185 -92.94642983820896
+EPSG:103764
+  ll  44.70905689310041 -96.9586236063519
+  en  -555081.5036270553 -245396.02952718275
+  ll2 44.70905689310042 -96.9586236063519
+EPSG:103765
+  ll  44.57266428252844 -89.89499058619072
+  en  2154681.481990512 427575.0477482569
+  ll2 44.57266428252847 -89.89499058619072
+EPSG:103766
+  ll  46.91938865326496 -92.25545489991053
+  en  1527088.5991098345 -84070.26747356956
+  ll2 46.91938865326497 -92.25545489991053
+EPSG:103767
+  ll  46.692896401209666 -93.56903011819722
+  en  896827.4622656924 618189.0345259085
+  ll2 46.692896401209694 -93.56903011819722
+EPSG:103768
+  ll  46.80163136714657 -92.12978403445943
+  en  814105.8508223364 835716.3051244089
+  ll2 46.80163136714659 -92.12978403445943
+EPSG:103769
+  ll  45.97579299503025 -89.68076514360212
+  en  2198759.2283513267 -382118.5710354063
+  ll2 45.97579299503027 -89.68076514360212
+EPSG:103770
+  ll  48.532240719391254 -93.57654856526288
+  en  902496.8012975256 1687313.8653481104
+  ll2 48.532240719391254 -93.57654856526288
+EPSG:103771
+  ll  48.751934484693855 -89.55007932529817
+  en  1728705.38681168 1706376.0425147181
+  ll2 48.75193448469387 -89.55007932529817
+EPSG:103772
+  ll  45.77801159311315 -91.4747880488329
+  en  923289.1189848857 681631.2425182478
+  ll2 45.77801159311317 -91.4747880488329
+EPSG:103773
+  ll  43.57073645184121 -94.89335384260364
+  en  780059.8249938458 127569.85444983756
+  ll2 43.57073645184122 -94.89335384260364
+EPSG:103774
+  ll  44.07862445897292 -93.43193391030073
+  en  1216495.4696902062 -1517584.9710860595
+  ll2 44.07862445897295 -93.43193391030073
+EPSG:103775
+  ll  48.58702353696067 -89.51554766314555
+  en  1210139.3508444421 388541.0860366435
+  ll2 48.58702353696067 -89.51554766314555
+EPSG:103776
+  ll  48.1950494053578 -92.61411324220737
+  en  459966.0438590349 444805.34687947814
+  ll2 48.19504940535782 -92.61411324220737
+EPSG:103777
+  ll  48.55735472827492 -96.13634403957745
+  en  -392849.1555347906 816862.1440776079
+  ll2 48.557354728274916 -96.13634403957745
+EPSG:103778
+  ll  46.55202939009085 -92.84051207353058
+  en  619868.7421873461 858972.3454082694
+  ll2 46.55202939009087 -92.84051207353058
+EPSG:103779
+  ll  48.39338006707402 -93.43842008623547
+  en  608268.2846929565 1346747.0729932943
+  ll2 48.39338006707403 -93.43842008623547
+EPSG:103780
+  ll  47.75338673461281 -94.57233106752734
+  en  515028.29760109266 1303007.5572195207
+  ll2 47.7533867346128 -94.57233106752734
+EPSG:103781
+  ll  44.633306682556565 -96.96699621145335
+  en  26943.654248184415 -131471.2464173961
+  ll2 44.633306682556565 -96.96699621145335
+EPSG:103782
+  ll  49.34629262231775 -95.12386643776235
+  en  -28510.01066181408 2120468.5461405534
+  ll2 49.34629262231774 -95.12386643776235
+EPSG:103783
+  ll  44.74166468137564 -91.26081564890892
+  en  1510329.5897558592 -72839.1038789937
+  ll2 44.74166468137565 -91.26081564890892
+EPSG:103784
+  ll  47.2449324523119 -97.20879372279796
+  en  212015.05346047456 865404.7260830359
+  ll2 47.24493245231189 -97.20879372279796
+EPSG:103785
+  ll  44.689182633286414 -91.58789510714017
+  en  1361456.0038641947 -277437.6735976544
+  ll2 44.689182633286414 -91.58789510714017
+EPSG:103786
+  ll  46.11222371539225 -92.1823377029711
+  en  1607286.798040492 322328.472087204
+  ll2 46.11222371539226 -92.1823377029711
+EPSG:103787
+  ll  44.428068321510786 -95.28029424975237
+  en  -287150.794353299 231528.73910056308
+  ll2 44.4280683215108 -95.28029424975237
+EPSG:103788
+  ll  44.246752559299566 -96.97626624164121
+  en  -158067.44761927944 -586079.6826133159
+  ll2 44.2467525592996 -96.97626624164121
+EPSG:103789
+  ll  47.07743604095514 -95.54257400158906
+  en  -155164.3211339708 1293741.4976872716
+  ll2 47.07743604095512 -95.54257400158906
+EPSG:103790
+  ll  46.93350179728915 -93.91390015843939
+  en  750861.3153668134 1227091.6692295256
+  ll2 46.93350179728917 -93.91390015843939
+EPSG:103791
+  ll  48.39089462184143 -90.5033682366866
+  en  771320.1305109895 1760458.4166741304
+  ll2 48.39089462184143 -90.5033682366866
+EPSG:103792
+  ll  44.853638976230414 -91.36255122450525
+  en  1153678.2278076473 65050.7548081859
+  ll2 44.85363897623044 -91.36255122450525
+EPSG:103793
+  ll  49.255345978979044 -94.23493493567656
+  en  898901.0189700886 1825048.43922039
+  ll2 49.25534597897904 -94.23493493567656
+EPSG:103846
+  ll  44.04036192714662 -87.50916504553719
+  en  363384.51564348856 -53009.905913387985
+  ll2 44.040361927146634 -87.50916504553719
+EPSG:103946
+  ll  45.0850448752559 -88.05187039323249
+  en  1034368.8506371906 200490.22196444744
+  ll2 45.08504487525592 -88.05187039323249
+EPSG:104009
+  ll  42.76309530668594 71.80826983656671
+  en  71.80826983656671 42.76309530668594
+  ll2 42.76309530668594 71.80826983656671
+EPSG:104010
+  ll  -79.78709799056948 -64.92768730931871
+  en  -64.92768730931871 -79.78709799056948
+  ll2 -79.78709799056948 -64.92768730931871
+EPSG:104011
+  ll  -44.58227056171651 -131.55636560778132
+  en  -131.55636560778132 -44.58227056171651
+  ll2 -44.58227056171651 -131.55636560778132
+EPSG:104012
+  ll  59.90877689071786 172.60494999035694
+  en  172.60494999035694 59.90877689071786
+  ll2 59.90877689071786 172.60494999035694
+EPSG:104013
+  ll  -32.95671277467326 -28.28111869363397
+  en  -28.281118693633974 -32.95671277467326
+  ll2 -32.95671277467326 -28.281118693633974
+EPSG:104014
+  ll  45.35212764702314 -131.18464540933292
+  en  -131.18464540933292 45.35212764702314
+  ll2 45.35212764702314 -131.18464540933292
+EPSG:104015
+  ll  30.016131546317794 50.41999801462049
+  en  50.41999801462049 30.016131546317794
+  ll2 30.016131546317794 50.41999801462049
+EPSG:104016
+  ll  35.272320922829834 -145.33431622562617
+  en  -145.33431622562617 35.27232092282984
+  ll2 35.27232092282984 -145.33431622562617
+EPSG:104017
+  ll  -67.85138203986887 1.5620843399848354
+  en  1.5620843399848356 -67.85138203986887
+  ll2 -67.85138203986887 1.5620843399848356
+EPSG:104018
+  ll  -82.4365352613883 -103.19687182730318
+  en  -103.1968718273032 -82.4365352613883
+  ll2 -82.4365352613883 -103.1968718273032
+EPSG:104019
+  ll  -47.99601136270826 -66.5903913934727
+  en  -66.5903913934727 -47.99601136270826
+  ll2 -47.99601136270826 -66.5903913934727
+EPSG:104021
+  ll  -31.806915550719694 40.55131805003626
+  en  40.55131805003626 -31.806915550719697
+  ll2 -31.806915550719697 40.55131805003626
+EPSG:104050
+  ll  51.72104882028464 -0.4927843665815558
+  en  -0.49314630529882564 51.721334321306095
+  ll2 51.72104880851806 -0.4927843422842493
+EPSG:104101
+  ll  -60.358643289616865 -159.28259357289932
+  en  -159.28244874803164 -60.35759678173643
+  ll2 -60.35864351916608 -159.28259360461496
+EPSG:104102
+  ll  41.965971795127984 -57.43016106871414
+  en  -57.43577683365527 41.96540350053698
+  ll2 41.965971794148516 -57.43016107836014
+EPSG:104103
+  ll  36.004594583792 87.2617982355626
+  en  87.2617982355626 36.004594583792
+  ll2 36.004594583792 87.2617982355626
+EPSG:104105
+  ll  -72.60053994243427 -125.03259856343126
+  en  -125.05062991306016 -72.59790297474537
+  ll2 -72.60054028789212 -125.03259536855391
+EPSG:104106
+  ll  18.461583692952416 160.06982542771692
+  en  160.06982542771692 18.461583692952416
+  ll2 18.461583692952416 160.06982542771692
+EPSG:104109
+  ll  2.8846718875415944 161.98949526439478
+  en  161.98626916981257 2.882520674234302
+  ll2 2.884671867494601 161.98949523453166
+EPSG:104112
+  ll  4.666642222049912 129.74295898427923
+  en  129.74295898427923 4.666642222049912
+  ll2 4.666642222049912 129.74295898427923
+EPSG:104113
+  ll  10.683254616816075 163.11423893807606
+  en  163.11423893807606 10.683254616816075
+  ll2 10.683254616816075 163.11423893807606
+EPSG:104115
+  ll  -5.839950608938111 108.9043337772249
+  en  108.90433377722489 -5.839950608938111
+  ll2 -5.839950608938111 108.90433377722489
+EPSG:104116
+  ll  18.6755192375782 63.08308544300718
+  en  63.08308544300717 18.6755192375782
+  ll2 18.6755192375782 63.08308544300718
+EPSG:104117
+  ll  35.71331918784075 153.80391424346203
+  en  153.80391424346203 35.71331918784075
+  ll2 35.71331918784075 153.80391424346203
+EPSG:104118
+  ll  -87.89619135550663 -155.85125908846868
+  en  -155.85125908846868 -87.89619135550663
+  ll2 -87.89619135550663 -155.85125908846868
+EPSG:104119
+  ll  30.72723287728327 -88.04128039699954
+  en  -88.04128039699954 30.72723287728327
+  ll2 30.72723287728327 -88.04128039699954
+EPSG:104120
+  ll  59.987960175639785 170.90650958116055
+  en  170.90650958116055 59.98796017563978
+  ll2 59.98796017563978 170.90650958116055
+EPSG:104121
+  ll  -62.12749210584761 38.38233417828363
+  en  38.38233417828363 -62.12749210584761
+  ll2 -62.12749210584761 38.38233417828363
+EPSG:104122
+  ll  -83.00511434879239 97.46639580928002
+  en  97.46639580928002 -83.00511434879239
+  ll2 -83.00511434879239 97.46639580928002
+EPSG:104123
+  ll  48.23223488957473 -72.83051088502543
+  en  -72.83051088502543 48.23223488957473
+  ll2 48.23223488957473 -72.83051088502543
+EPSG:104124
+  ll  -43.61697193056114 60.97466227259531
+  en  60.97466227259531 -43.61697193150339
+  ll2 -43.616971930561206 60.97466227259532
+EPSG:104126
+  ll  22.142636873487998 113.53909838863433
+  en  113.53613213128695 22.143833570191003
+  ll2 22.14263700889032 113.53909846237433
+EPSG:104127
+  ll  43.08862119509771 13.629390892299226
+  en  13.629390892299227 43.08862119509771
+  ll2 43.08862119509771 13.629390892299227
+EPSG:104129
+  ll  61.58982744615865 26.424007536046147
+  en  26.42400753604614 61.58982744694768
+  ll2 61.58982744615927 26.424007536046144
+EPSG:104130
+  ll  29.908707408855456 38.26192319233335
+  en  38.26216851337628 29.909772518976094
+  ll2 29.90870741855821 38.26192319455716
+EPSG:104131
+  ll  46.24255448000177 13.519479864076983
+  en  13.52412275880026 46.24289163264192
+  ll2 46.24255439496349 13.519479820112537
+EPSG:104134
+  ll  49.410354951644386 103.63121413405577
+  en  103.63121413405577 49.410354951644386
+  ll2 49.410354951644386 103.63121413405577
+EPSG:104135
+  ll  45.93392793379063 119.65606869117298
+  en  119.65525162363723 45.93346175452891
+  ll2 45.93392794305174 119.65606870221073
+EPSG:104138
+  ll  22.18384649780631 -156.20744718979557
+  en  -156.21025637344252 22.18700188271069
+  ll2 22.183846508858 -156.20744719957793
+EPSG:104139
+  ll  36.78592767270235 -0.6262149046078593
+  en  -0.6234389909427045 36.78692817910626
+  ll2 36.78592768320876 -0.6262148755845507
+EPSG:104140
+  ll  36.090258872977806 4.831912105443491
+  en  4.831912105443491 36.090258872977806
+  ll2 36.090258872977806 4.831912105443491
+EPSG:104179
+  ll  70.6638444999783 -4.886277429804796
+  en  -4.886277429804796 70.6638444999783
+  ll2 70.6638444999783 -4.886277429804796
+EPSG:104180
+  ll  68.93583360964931 11.280715375480352
+  en  11.280715375480352 68.93583360964931
+  ll2 68.93583360964931 11.280715375480352
+EPSG:104181
+  ll  80.55506913424031 39.24078900269696
+  en  39.24078900269696 80.55506913424031
+  ll2 80.55506913424031 39.24078900269696
+EPSG:104182
+  ll  51.06860488237831 15.47867141100225
+  en  15.478671411002251 51.06860488237831
+  ll2 51.06860488237831 15.478671411002253
+EPSG:104183
+  ll  58.53863206054916 38.40425495154537
+  en  38.40425495154537 58.53863206054917
+  ll2 58.53863206054917 38.40425495154537
+EPSG:104184
+  ll  51.38680834915468 -5.468127537170972
+  en  -5.4681275371709726 51.386808349154684
+  ll2 51.386808349154684 -5.4681275371709726
+EPSG:104185
+  ll  83.94564532663156 7.290434190571698
+  en  7.290434190571697 83.94564532663156
+  ll2 83.94564532663156 7.290434190571697
+EPSG:104186
+  ll  36.80341351887034 27.531313879522614
+  en  27.531313879522614 36.80341351887034
+  ll2 36.80341351887034 27.531313879522614
+EPSG:104248
+  ll  22.082102548878982 113.63217970329335
+  en  113.63217970329335 22.08267606360534
+  ll2 22.08210257040362 113.63217970329335
+EPSG:104257
+  ll  -82.21696315882247 -27.013265672401587
+  en  -27.013265672401594 -82.21696315882247
+  ll2 -82.21696315882247 -27.013265672401594
+EPSG:104258
+  ll  47.76156742427446 -9.619373402073204
+  en  -9.619373402073206 47.76156742427446
+  ll2 47.76156742427446 -9.619373402073206
+EPSG:104259
+  ll  -15.915776078601471 -0.3465008180043583
+  en  -0.34652466148720484 -15.915775800897695
+  ll2 -15.91577607860164 -0.346500818001663
+EPSG:104260
+  ll  18.950575261373764 145.77372830193104
+  en  145.77373470831847 18.950569121794807
+  ll2 18.950575261374254 145.77372830193394
+EPSG:104261
+  ll  12.066793283465572 -170.10168636484573
+  en  -170.1004143043334 12.067560564743227
+  ll2 12.066793289807848 -170.10168635439848
+EPSG:104305
+  ll  1.243305313922889 -98.69624547360654
+  en  -98.69624547360654 1.243305313922889
+  ll2 1.243305313922889 -98.69624547360654
+EPSG:104700
+  ll  43.765023221533134 -96.91087881580448
+  en  -96.91087881580448 43.765023221533134
+  ll2 43.765023221533134 -96.91087881580448
+EPSG:104701
+  ll  45.07528542246512 -95.53565922375542
+  en  -95.53565922375542 45.07528542246512
+  ll2 45.07528542246512 -95.53565922375542
+EPSG:104702
+  ll  43.68060371820753 -91.66015084301327
+  en  -91.66015084301327 43.68060371820753
+  ll2 43.68060371820753 -91.66015084301327
+EPSG:104703
+  ll  48.79250427300731 -95.94891452315825
+  en  -95.94891452315825 48.79250427300731
+  ll2 48.79250427300731 -95.94891452315825
+EPSG:104704
+  ll  49.30834657867655 -89.80830476033468
+  en  -89.80830476033468 49.308346578676556
+  ll2 49.308346578676556 -89.80830476033468
+EPSG:104705
+  ll  46.077207914302896 -92.76274497856348
+  en  -92.76274497856348 46.077207914302896
+  ll2 46.077207914302896 -92.76274497856348
+EPSG:104706
+  ll  47.25439848112878 -96.6826589214725
+  en  -96.6826589214725 47.25439848112878
+  ll2 47.25439848112878 -96.6826589214725
+EPSG:104707
+  ll  45.407656098043134 -90.73518818154825
+  en  -90.73518818154825 45.407656098043134
+  ll2 45.407656098043134 -90.73518818154825
+EPSG:104708
+  ll  46.23699389178944 -95.92303194945924
+  en  -95.92303194945924 46.23699389178944
+  ll2 46.23699389178944 -95.92303194945924
+EPSG:104709
+  ll  45.26508862554929 -91.27961469787667
+  en  -91.27961469787667 45.26508862554929
+  ll2 45.26508862554929 -91.27961469787667
+EPSG:104710
+  ll  46.71042235537046 -91.5233168877107
+  en  -91.52331688771072 46.71042235537046
+  ll2 46.71042235537046 -91.52331688771072
+EPSG:104711
+  ll  44.27196258065328 -92.2314208477992
+  en  -92.2314208477992 44.27196258065328
+  ll2 44.27196258065328 -92.2314208477992
+EPSG:104712
+  ll  47.76081932354993 -91.35725730794965
+  en  -91.35725730794965 47.76081932354993
+  ll2 47.76081932354993 -91.35725730794965
+EPSG:104713
+  ll  46.63598400760654 -93.36038576116681
+  en  -93.36038576116681 46.63598400760654
+  ll2 46.63598400760654 -93.36038576116681
+EPSG:104714
+  ll  48.88295935362318 -92.4187554334843
+  en  -92.4187554334843 48.88295935362318
+  ll2 48.88295935362318 -92.4187554334843
+EPSG:104715
+  ll  43.69253699558183 -91.60722111118373
+  en  -91.60722111118373 43.69253699558183
+  ll2 43.69253699558183 -91.60722111118373
+EPSG:104716
+  ll  46.85108138159398 -91.55273070420532
+  en  -91.55273070420532 46.85108138159398
+  ll2 46.85108138159398 -91.55273070420532
+EPSG:104717
+  ll  47.59743351533611 -95.4615752019462
+  en  -95.4615752019462 47.59743351533611
+  ll2 47.59743351533611 -95.4615752019462
+EPSG:104718
+  ll  48.400392114117196 -90.34467551283231
+  en  -90.34467551283231 48.400392114117196
+  ll2 48.400392114117196 -90.34467551283231
+EPSG:104719
+  ll  49.37108648786629 -94.58825168176469
+  en  -94.58825168176469 49.371086487866286
+  ll2 49.371086487866286 -94.58825168176469
+EPSG:104720
+  ll  45.010278786363834 -95.47866113276551
+  en  -95.47866113276551 45.010278786363834
+  ll2 45.010278786363834 -95.47866113276551
+EPSG:104721
+  ll  47.82178177603927 -90.19674448023002
+  en  -90.19674448023004 47.82178177603928
+  ll2 47.82178177603928 -90.19674448023004
+EPSG:104722
+  ll  45.525384296894536 -94.93997599512174
+  en  -94.93997599512174 45.525384296894536
+  ll2 45.525384296894536 -94.93997599512174
+EPSG:104723
+  ll  46.95392484302846 -91.39254137353522
+  en  -91.39254137353524 46.95392484302846
+  ll2 46.95392484302846 -91.39254137353524
+EPSG:104724
+  ll  43.80303419674629 -91.5441912019915
+  en  -91.5441912019915 43.80303419674629
+  ll2 43.80303419674629 -91.5441912019915
+EPSG:104725
+  ll  45.41110449383642 -90.40288814215566
+  en  -90.40288814215566 45.41110449383642
+  ll2 45.41110449383642 -90.40288814215566
+EPSG:104726
+  ll  47.740874077973956 -90.38629220562589
+  en  -90.38629220562589 47.74087407797396
+  ll2 47.74087407797396 -90.38629220562589
+EPSG:104727
+  ll  47.83469215323362 -95.82118301108986
+  en  -95.82118301108986 47.83469215323362
+  ll2 47.83469215323362 -95.82118301108986
+EPSG:104728
+  ll  46.56456174383197 -93.45110093213005
+  en  -93.45110093213005 46.56456174383197
+  ll2 46.56456174383197 -93.45110093213005
+EPSG:104729
+  ll  44.59688620307997 -89.64666168759466
+  en  -89.64666168759466 44.59688620307997
+  ll2 44.59688620307997 -89.64666168759466
+EPSG:104730
+  ll  44.68900775974731 -92.8607545883169
+  en  -92.8607545883169 44.68900775974731
+  ll2 44.68900775974731 -92.8607545883169
+EPSG:104731
+  ll  47.109610133895536 -91.12109296050667
+  en  -91.12109296050667 47.109610133895536
+  ll2 47.109610133895536 -91.12109296050667
+EPSG:104732
+  ll  44.18980325877481 -94.60643359612874
+  en  -94.60643359612874 44.18980325877481
+  ll2 44.18980325877481 -94.60643359612874
+EPSG:104733
+  ll  48.02228693194549 -91.81805489528298
+  en  -91.81805489528298 48.02228693194549
+  ll2 48.02228693194549 -91.81805489528298
+EPSG:104734
+  ll  48.364069858755116 -91.81670551861214
+  en  -91.81670551861214 48.364069858755116
+  ll2 48.364069858755116 -91.81670551861214
+EPSG:104735
+  ll  48.49337942046209 -91.5979668566948
+  en  -91.5979668566948 48.49337942046209
+  ll2 48.49337942046209 -91.5979668566948
+EPSG:104736
+  ll  43.67486795750237 -92.96837786719458
+  en  -92.96837786719458 43.67486795750238
+  ll2 43.67486795750238 -92.96837786719458
+EPSG:104737
+  ll  46.27722604406616 -94.69580676630686
+  en  -94.69580676630686 46.27722604406616
+  ll2 46.27722604406616 -94.69580676630686
+EPSG:104738
+  ll  48.7361306563595 -92.53158194000504
+  en  -92.53158194000505 48.7361306563595
+  ll2 48.7361306563595 -92.53158194000505
+EPSG:104739
+  ll  46.77114729794134 -94.87735053776021
+  en  -94.87735053776022 46.77114729794134
+  ll2 46.77114729794134 -94.87735053776022
+EPSG:104740
+  ll  47.426180025757645 -91.29765864834847
+  en  -91.29765864834847 47.426180025757645
+  ll2 47.426180025757645 -91.29765864834847
+EPSG:104741
+  ll  46.067804506593696 -91.13956423679073
+  en  -91.13956423679073 46.067804506593696
+  ll2 46.067804506593696 -91.13956423679073
+EPSG:104742
+  ll  47.81248622805594 -92.96359133591966
+  en  -92.96359133591966 47.81248622805594
+  ll2 47.81248622805594 -92.96359133591966
+EPSG:104743
+  ll  47.76354814321843 -94.51961115063884
+  en  -94.51961115063884 47.763548143218436
+  ll2 47.763548143218436 -94.51961115063884
+EPSG:104744
+  ll  44.85457748878799 -91.33375451884645
+  en  -91.33375451884645 44.85457748878799
+  ll2 44.85457748878799 -91.33375451884645
+EPSG:104745
+  ll  43.8947731223312 -91.74170338770031
+  en  -91.74170338770031 43.8947731223312
+  ll2 43.8947731223312 -91.74170338770031
+EPSG:104746
+  ll  47.278896817242725 -89.70098425541927
+  en  -89.70098425541927 47.278896817242725
+  ll2 47.278896817242725 -89.70098425541927
+EPSG:104747
+  ll  47.01487759970998 -97.0285720214888
+  en  -97.0285720214888 47.01487759970998
+  ll2 47.01487759970998 -97.0285720214888
+EPSG:104748
+  ll  44.52715760093873 -89.95153555400256
+  en  -89.95153555400256 44.52715760093873
+  ll2 44.52715760093873 -89.95153555400256
+EPSG:104749
+  ll  47.047361570912294 -95.23032146528688
+  en  -95.23032146528688 47.0473615709123
+  ll2 47.0473615709123 -95.23032146528688
+EPSG:104750
+  ll  44.24103356979588 -90.69625461200098
+  en  -90.69625461200098 44.24103356979588
+  ll2 44.24103356979588 -90.69625461200098
+EPSG:104751
+  ll  46.041969426531224 -90.9351119773812
+  en  -90.9351119773812 46.041969426531224
+  ll2 46.041969426531224 -90.9351119773812
+EPSG:104752
+  ll  45.26812011189817 -92.71304679225267
+  en  -92.71304679225267 45.26812011189817
+  ll2 45.26812011189817 -92.71304679225267
+EPSG:104753
+  ll  46.77639221014903 -90.2901414304578
+  en  -90.29014143045781 46.776392210149034
+  ll2 46.776392210149034 -90.29014143045781
+EPSG:104754
+  ll  45.31725599137862 -93.68230239078225
+  en  -93.68230239078225 45.31725599137862
+  ll2 45.31725599137862 -93.68230239078225
+EPSG:104755
+  ll  47.64020010021562 -91.35264181288632
+  en  -91.35264181288632 47.64020010021562
+  ll2 47.64020010021562 -91.35264181288632
+EPSG:104756
+  ll  46.939313234712785 -94.61585207857408
+  en  -94.61585207857408 46.939313234712785
+  ll2 46.939313234712785 -94.61585207857408
+EPSG:104757
+  ll  47.79299449421963 -89.69710798797485
+  en  -89.69710798797485 47.79299449421963
+  ll2 47.79299449421963 -89.69710798797485
+EPSG:104758
+  ll  43.94400995900979 -92.72435879552506
+  en  -92.72435879552508 43.94400995900979
+  ll2 43.94400995900979 -92.72435879552508
+EPSG:104759
+  ll  48.47573304938075 -92.28189010928263
+  en  -92.28189010928263 48.47573304938075
+  ll2 48.47573304938075 -92.28189010928263
+EPSG:104760
+  ll  46.96755813299748 -95.91089082245392
+  en  -95.91089082245392 46.96755813299748
+  ll2 46.96755813299748 -95.91089082245392
+EPSG:104761
+  ll  44.09300420645903 -94.08338307607757
+  en  -94.08338307607757 44.09300420645903
+  ll2 44.09300420645903 -94.08338307607757
+EPSG:104762
+  ll  44.227773497043906 -91.3755701973591
+  en  -91.3755701973591 44.227773497043906
+  ll2 44.227773497043906 -91.3755701973591
+EPSG:104763
+  ll  45.984244250100176 -95.7480788246551
+  en  -95.7480788246551 45.984244250100176
+  ll2 45.984244250100176 -95.7480788246551
+EPSG:104764
+  ll  43.778386193353654 -96.79914319645673
+  en  -96.79914319645673 43.778386193353654
+  ll2 43.778386193353654 -96.79914319645673
+EPSG:104765
+  ll  45.20802843459547 -95.4548017916651
+  en  -95.4548017916651 45.20802843459547
+  ll2 45.20802843459547 -95.4548017916651
+EPSG:104766
+  ll  44.91857379424692 -94.36573367758827
+  en  -94.36573367758827 44.91857379424692
+  ll2 44.91857379424692 -94.36573367758827
+EPSG:104767
+  ll  44.98528753787579 -90.25513477655372
+  en  -90.25513477655372 44.98528753787579
+  ll2 44.98528753787579 -90.25513477655372
+EPSG:104768
+  ll  47.78471894510695 -93.53587114519661
+  en  -93.53587114519661 47.78471894510695
+  ll2 47.78471894510695 -93.53587114519661
+EPSG:104769
+  ll  47.278378674132036 -89.88990683995598
+  en  -89.88990683995598 47.278378674132036
+  ll2 47.278378674132036 -89.88990683995598
+EPSG:104770
+  ll  46.29987214136668 -89.831068745289
+  en  -89.831068745289 46.29987214136668
+  ll2 46.29987214136668 -89.831068745289
+EPSG:104771
+  ll  48.030776176303554 -92.24994609642698
+  en  -92.24994609642698 48.030776176303554
+  ll2 48.030776176303554 -92.24994609642698
+EPSG:104772
+  ll  49.18501815321117 -93.4354706537194
+  en  -93.4354706537194 49.185018153211175
+  ll2 49.185018153211175 -93.4354706537194
+EPSG:104773
+  ll  44.072056891941976 -91.059531424501
+  en  -91.059531424501 44.072056891941976
+  ll2 44.072056891941976 -91.059531424501
+EPSG:104774
+  ll  47.8813118160563 -96.39627889788143
+  en  -96.39627889788144 47.8813118160563
+  ll2 47.8813118160563 -96.39627889788144
+EPSG:104775
+  ll  46.929739820173914 -90.65288756687677
+  en  -90.65288756687677 46.929739820173914
+  ll2 46.929739820173914 -90.65288756687677
+EPSG:104776
+  ll  46.86805810225452 -91.98133023227778
+  en  -91.98133023227778 46.86805810225452
+  ll2 46.86805810225452 -91.98133023227778
+EPSG:104777
+  ll  47.29052766274077 -89.8615925768739
+  en  -89.8615925768739 47.29052766274077
+  ll2 47.29052766274077 -89.8615925768739
+EPSG:104778
+  ll  46.75347706458934 -90.22563038644837
+  en  -90.22563038644837 46.75347706458935
+  ll2 46.75347706458935 -90.22563038644837
+EPSG:104779
+  ll  47.63816604273616 -94.36160266917975
+  en  -94.36160266917975 47.63816604273616
+  ll2 47.63816604273616 -94.36160266917975
+EPSG:104780
+  ll  48.427568497833526 -90.38144055971524
+  en  -90.38144055971524 48.427568497833526
+  ll2 48.427568497833526 -90.38144055971524
+EPSG:104781
+  ll  48.86837040982098 -89.74510609314487
+  en  -89.74510609314487 48.868370409820976
+  ll2 48.868370409820976 -89.74510609314487
+EPSG:104782
+  ll  46.60163985290724 -96.86088241486593
+  en  -96.86088241486593 46.60163985290724
+  ll2 46.60163985290724 -96.86088241486593
+EPSG:104783
+  ll  48.27381132510606 -92.86222300756945
+  en  -92.86222300756945 48.27381132510606
+  ll2 48.27381132510606 -92.86222300756945
+EPSG:104784
+  ll  44.38728411171863 -89.61369297204338
+  en  -89.61369297204338 44.38728411171863
+  ll2 44.38728411171863 -89.61369297204338
+EPSG:104785
+  ll  47.397865092924505 -90.55328013723037
+  en  -90.55328013723037 47.397865092924505
+  ll2 47.397865092924505 -90.55328013723037
+EPSG:104786
+  ll  48.55813310842753 -89.62147282756435
+  en  -89.62147282756435 48.55813310842753
+  ll2 48.55813310842753 -89.62147282756435
+EPSG:104808
+  ll  42.79119149694325 -92.80773670116028
+  en  -92.80773670116028 42.79119149694325
+  ll2 42.79119149694325 -92.80773670116028
+EPSG:104896
+  ll  70.74847095865752 74.47726696204535
+  en  74.47726696204535 70.74847095865752
+  ll2 70.74847095865752 74.47726696204535
+EPSG:104904
+  ll  -85.81959882783393 140.53341075435782
+  en  140.53341075435782 -85.81959882783393
+  ll2 -85.81959882783393 140.53341075435782
+EPSG:104905
+  ll  23.54175320373797 36.86726898572522
+  en  36.86726898572522 23.54175320373797
+  ll2 23.54175320373797 36.86726898572522
+EPSG:104908
+  ll  -59.66475433023692 164.0307448370428
+  en  164.0307448370428 -59.66475433023692
+  ll2 -59.66475433023692 164.0307448370428
+EPSG:104921
+  ll  84.13406202714043 32.120222438561484
+  en  32.120222438561484 84.13406202714044
+  ll2 84.13406202714044 32.120222438561484
+EPSG:104925
+  ll  -81.00036419352915 -146.49873633290312
+  en  -146.49873633290312 -81.00036419352917
+  ll2 -81.00036419352917 -146.49873633290312
+EPSG:104944
+  ll  69.35435914433134 -145.41127601177982
+  en  -145.41127601177982 69.35435914433134
+  ll2 69.35435914433134 -145.41127601177982
+EPSG:104960
+  ll  54.964243272769494 -105.9031315401779
+  en  -105.9031315401779 54.96424327276949
+  ll2 54.96424327276949 -105.9031315401779
+EPSG:104963
+  ll  59.32285701911309 -104.28605057961984
+  en  -104.28605057961985 59.32285701911309
+  ll2 59.32285701911309 -104.28605057961985
+EPSG:2000
+  ll  -45.348339640101166 -66.59029532176882
+  en  40437.485506910714 -5031091.332400135
+  ll2 -45.34833963928748 -66.59029532185629
+EPSG:20002
+  ll  -18.06091471041779 2.0970652526529356
+  en  1767742.7393469664 -2011482.558768171
+  ll2 -18.06091470868215 2.0970652536695598
+EPSG:20003
+  ll  22.06053350288414 20.40468859936029
+  en  4058470.60111037 2450460.144775238
+  ll2 22.060533502446678 20.404688599969806
+EPSG:20004
+  ll  -55.06284687830613 13.382264242281078
+  en  4013884.3262006086 -6130828.485608458
+  ll2 -55.062846847740005 13.382264345413137
+EPSG:20005
+  ll  -4.854870201300159 17.298060659972013
+  en  4418804.990727648 -544564.9643296506
+  ll2 -4.854870182186521 17.29806081499469
+EPSG:20006
+  ll  -71.07219171799844 33.28525088500556
+  en  6510453.275239059 -7888688.833756823
+  ll2 -71.07219169976027 33.28525097488226
+EPSG:20007
+  ll  -47.6430257155189 41.98583108070676
+  en  7724461.109198339 -5283046.641423414
+  ll2 -47.643025696743955 41.98583110952346
+EPSG:20008
+  ll  1.7644601935314057 43.23948961688319
+  en  8304187.109622844 195279.80049764158
+  ll2 1.7644601971774592 43.23948962199715
+EPSG:20009
+  ll  23.033341740810044 50.55226808963789
+  en  9454206.052903049 2548384.9080377473
+  ll2 23.03334174059795 50.5522680890825
+EPSG:2001
+  ll  56.22342740564531 -54.24106366212991
+  en  880722.2077983079 6257325.32375199
+  ll2 56.22342735129898 -54.24106380078357
+EPSG:20010
+  ll  33.41549888264929 54.45251024175566
+  en  1.0263109136525175E7 3701810.905764326
+  ll2 33.41549888232269 54.45251023939614
+EPSG:20011
+  ll  38.311364343947446 59.312636990882694
+  en  1.1177531297346033E7 4248569.751885603
+  ll2 38.31136434380248 59.31263698737798
+EPSG:20012
+  ll  -42.9557969841077 75.90495729713572
+  en  1.3063611430778425E7 -4780951.179914347
+  ll2 -42.95579696056029 75.9049572992048
+EPSG:20013
+  ll  -42.73828706999033 66.14680395478561
+  en  1.2774868009955745E7 -4771766.732429237
+  ll2 -42.73828702066128 66.1468040504397
+EPSG:20014
+  ll  -88.91823599118361 76.55396946533705
+  en  1.4490678378088303E7 -9881545.575288717
+  ll2 -88.91823595867662 76.55397022374638
+EPSG:20015
+  ll  -25.96304916877652 86.52461259848815
+  en  1.5452417543133682E7 -2872746.3777809558
+  ll2 -25.96304916375737 86.52461259984727
+EPSG:20016
+  ll  1.4843285461955844 89.0178623414091
+  en  1.605651447109364E7 164609.74376735312
+  ll2 1.4843285433030309 89.01786234094077
+EPSG:20017
+  ll  33.835178236690865 102.59720327000427
+  en  1.783304896797629E7 3751262.661224619
+  ll2 33.835178237192814 102.59720327053464
+EPSG:20018
+  ll  -82.15462245233385 113.29547949851937
+  en  1.8626034563663386E7 -9134808.932512691
+  ll2 -82.15462241824098 113.29547926601808
+EPSG:20019
+  ll  21.400532300801984 114.2951888339341
+  en  1.984178885540402E7 2371081.4470640635
+  ll2 21.400532299118886 114.29518883602296
+EPSG:2002
+  ll  -80.1553854223296 -70.00712272175522
+  en  246704.9642340195 -8908318.060303362
+  ll2 -80.15538562898423 -70.00711641967028
+EPSG:20020
+  ll  11.86266489530027 123.43071279604384
+  en  2.1201988365766827E7 1320092.321891958
+  ll2 11.862664892154003 123.43071279378881
+EPSG:20021
+  ll  -11.025259473733882 119.94496012765913
+  en  2.1165948044409342E7 -1220881.279863066
+  ll2 -11.02525947387644 119.94496012780229
+EPSG:20022
+  ll  4.381250135630026 120.62592111560012
+  en  2.1567132428602785E7 489780.2825306502
+  ll2 4.3812501307593665 120.62592116572489
+EPSG:20023
+  ll  81.58186467923761 140.04517195563997
+  en  2.3582312850075997E7 9065428.202137679
+  ll2 81.58186467746226 140.04517194274112
+EPSG:20024
+  ll  -78.95271623553225 137.73445716557083
+  en  2.4430063329064846E7 -8770193.57194222
+  ll2 -78.95271620694515 137.7344570664358
+EPSG:20025
+  ll  12.243628632724423 137.95963544767986
+  en  2.451251376234466E7 1370741.209117154
+  ll2 12.243628622570688 137.95963549655912
+EPSG:20026
+  ll  29.293837117690558 146.0983989622536
+  en  2.582846637512511E7 3261772.0559211555
+  ll2 29.29383711389907 146.0983989603695
+EPSG:20027
+  ll  -19.877657001586684 153.89041712136333
+  en  2.6964212384731386E7 -2206895.7326269513
+  ll2 -19.877656992326603 153.89041711166084
+EPSG:20028
+  ll  22.49449418335668 159.2838198847007
+  en  2.7910981622972984E7 2499918.46358429
+  ll2 22.494494183500745 159.28381988171773
+EPSG:20029
+  ll  65.16876670251915 167.33256923069067
+  en  2.932802772420295E7 7235266.899283992
+  ll2 65.16876670208251 167.3325692255926
+EPSG:2003
+  ll  50.478647342368674 -65.1360517873289
+  en  177371.37172501461 5595842.509500858
+  ll2 50.47864731377864 -65.13605174358888
+EPSG:20030
+  ll  -34.08460089594583 178.1632611590736
+  en  3.060723314012818E7 -3773635.779576885
+  ll2 -34.08460088012568 178.16326113052284
+EPSG:20031
+  ll  -50.63141019574047 -173.25971410780738
+  en  3.176446967180342E7 -5617793.678131881
+  ll2 -50.63141018115138 -173.2597141564464
+EPSG:20032
+  ll  6.086496582091883 -179.50575469279184
+  en  3.1554872713049356E7 680607.3684475361
+  ll2 6.086496586833995 -179.50575465629282
+EPSG:2004
+  ll  58.44404390459903 -58.297083108395384
+  en  615750.2198875264 6483076.407513204
+  ll2 58.44404389941288 -58.297083160422936
+EPSG:2005
+  ll  -76.63477373094017 -63.72791238301271
+  en  355333.14593577594 -8505677.683368253
+  ll2 -76.63477369257889 -63.72791212135667
+EPSG:2006
+  ll  70.66559743091199 -55.890763090174076
+  en  625459.7798254564 7850375.942203214
+  ll2 70.66559742761117 -55.89076309624666
+EPSG:20062
+  ll  -29.602792505045386 7.260289210586299
+  en  331461.14744591026 -3277405.7581602596
+  ll2 -29.602792505044533 7.26028921058411
+EPSG:20063
+  ll  0.817370042970694 20.812426772317842
+  en  1148101.5953881727 90851.96258274923
+  ll2 0.8173700429345059 20.8124267675937
+EPSG:2007
+  ll  -89.6032908127157 -66.21974843652265
+  en  396412.81621896126 -9952500.802003162
+  ll2 -89.60329096975563 -66.21971594769091
+EPSG:2009
+  ll  -36.96064643651137 -66.26833640950098
+  en  -387565.38180808607 -4119852.280203962
+  ll2 -36.96064642474762 -66.26833640341455
+EPSG:2010
+  ll  5.468965920126948 -51.71254373710879
+  en  1394563.177003695 613583.4482581458
+  ll2 5.468965911099513 -51.71254388089721
+EPSG:2011
+  ll  33.180754148048194 -71.6812576139562
+  en  -365594.7656224894 3695301.6195932226
+  ll2 33.18075414232566 -71.68125761677548
+EPSG:2012
+  ll  8.302096909759584 -61.087817419543924
+  en  1012534.2270017146 923649.1728190304
+  ll2 8.302096909107021 -61.087817426127955
+EPSG:2013
+  ll  89.2364346479128 -65.16462315738633
+  en  312729.67247393646 9915976.104398178
+  ll2 89.23643464791378 -65.16462316080123
+EPSG:20135
+  ll  -55.01080269138505 26.076893615993434
+  en  440908.5006435149 -6096395.490984833
+  ll2 -55.0108025217475 26.076893671066344
+EPSG:20136
+  ll  -78.25129007719252 25.025937801965227
+  en  319214.48691127414 -8698593.814003754
+  ll2 -78.25129005762724 25.02593810142398
+EPSG:20137
+  ll  85.37095217427284 46.0650781247092
+  en  563406.7025747193 9484820.250972679
+  ll2 85.37095217930805 46.065078161672744
+EPSG:20138
+  ll  8.098020471120506 51.90484927833685
+  en  1262406.534095042 901424.8811055918
+  ll2 8.098020466444368 51.90484926385242
+EPSG:2014
+  ll  -14.011005715786382 -76.37038441747607
+  en  -5372.695387722051 -1551194.9531954199
+  ll2 -14.011005715781291 -76.37038441744092
+EPSG:2015
+  ll  -17.165450115023162 -78.79934789729496
+  en  60134.28525901915 -1899762.0668413187
+  ll2 -17.1654501150216 -78.79934789728907
+EPSG:2016
+  ll  -27.748502778606635 -76.5617773929988
+  en  594526.2418598891 -3073554.5480010356
+  ll2 -27.74850277858967 -76.56177739296224
+EPSG:2017
+  ll  41.91261175251477 -74.89278047335935
+  en  189256.46024370025 4642190.984739116
+  ll2 41.912611752514216 -74.89278047336009
+EPSG:2018
+  ll  59.44382107698691 -75.69994294027252
+  en  350186.8769538684 6591516.123766931
+  ll2 59.44382107698689 -75.6999429402725
+EPSG:2019
+  ll  59.57974571574399 -77.62068644735783
+  en  410977.04321816686 6607886.358469073
+  ll2 59.57974571574021 -77.62068644735744
+EPSG:2020
+  ll  48.70994767392709 -80.98151833777705
+  en  416544.4938169358 5397725.736309371
+  ll2 48.70994767392593 -80.98151833777631
+EPSG:2021
+  ll  44.32069045402543 -82.35101240098113
+  en  197033.18890380085 4909636.245298789
+  ll2 44.32069045402492 -82.3510124009817
+EPSG:2022
+  ll  52.974406405116596 -82.60706276272059
+  en  398364.5940485396 5871875.610651281
+  ll2 52.97440640511587 -82.60706276272028
+EPSG:2023
+  ll  48.878498193945305 -87.13823590455254
+  en  294661.1404832435 5415364.121540996
+  ll2 48.87849819394531 -87.13823590455254
+EPSG:2024
+  ll  51.35687523407061 -90.17997605532246
+  en  292264.10025309975 5691016.364590984
+  ll2 51.35687523407062 -90.17997605532246
+EPSG:20249
+  ll  -49.48905781565943 114.95533369924239
+  en  786280.4137873024 4510535.236725299
+  ll2 -49.48905780457153 114.95533372207527
+EPSG:2025
+  ll  43.959735984270985 -93.91753949513763
+  en  231163.02116838144 4869054.712592943
+  ll2 43.95973598427093 -93.91753949513772
+EPSG:20250
+  ll  44.557648575176415 107.13003578729753
+  en  -284058.7953777148 1.4981337158024618E7
+  ll2 44.55764849472791 107.1300360477658
+EPSG:20251
+  ll  -58.44622592105192 131.2814803808194
+  en  982499.528750764 3491676.5153227216
+  ll2 -58.446225883806974 131.28148028973376
+EPSG:20252
+  ll  -85.13395800291855 127.3706559590097
+  en  484442.15343850915 544998.1707230527
+  ll2 -85.13395799609523 127.37065619250072
+EPSG:20253
+  ll  -83.737599957052 129.20560142940963
+  en  429428.2590625312 697544.2987493072
+  ll2 -83.73759994912989 129.20560161427082
+EPSG:20254
+  ll  52.555210611405585 147.0312667957006
+  en  908603.6797842798 1.5839867191172961E7
+  ll2 52.55521060029924 147.031266748458
+EPSG:20255
+  ll  67.19933559989579 148.07674606769874
+  en  546452.9528851953 1.745402697713778E7
+  ll2 67.19933560340304 148.0767460007095
+EPSG:20256
+  ll  21.412916331692628 160.98071766801522
+  en  1329016.0785890287 1.2388916561791271E7
+  ll2 21.41291630552451 160.98071764882903
+EPSG:20257
+  ll  -83.96265992347638 163.1953308276141
+  en  549132.3473235862 674127.0296875574
+  ll2 -83.96265990685689 163.19533094332536
+EPSG:20258
+  ll  -16.7960808690421 157.46774164679078
+  en  -304660.17286418774 8127471.943300574
+  ll2 -16.796080880956104 157.4677416420821
+EPSG:2026
+  ll  48.06438094907365 -94.45119612154907
+  en  420226.7693776111 5325995.33576248
+  ll2 48.06438094907235 -94.45119612154821
+EPSG:2027
+  ll  67.35393793896768 -86.38214978522365
+  en  783920.5974326716 7485806.294986883
+  ll2 67.35393793476099 -86.38214980442832
+EPSG:2028
+  ll  7.50445585545252 -77.81623152925611
+  en  1517485.059880115 840182.161258682
+  ll2 7.50445584799515 -77.81623161057165
+EPSG:2029
+  ll  -31.084869382647895 -72.98104488940454
+  en  1266048.1080604643 -3466614.229856267
+  ll2 -31.084869373400636 -72.98104488629244
+EPSG:2030
+  ll  82.35471218049742 -77.66493726188138
+  en  460429.7872181789 9145218.867614506
+  ll2 82.35471218049634 -77.66493726187502
+EPSG:2031
+  ll  35.66559186715462 -85.45685862665172
+  en  96484.23750338517 3955820.534746813
+  ll2 35.66559186674783 -85.45685862708268
+EPSG:2032
+  ll  -34.230943770694104 -65.08379412606699
+  en  1414953.1544956684 -3832374.0192434667
+  ll2 -34.23094373407826 -65.0837942179672
+EPSG:2033
+  ll  -37.05639493357674 -67.24591559300052
+  en  655966.731720794 -4102364.0700238203
+  ll2 -37.05639493357508 -67.24591559299772
+EPSG:2034
+  ll  74.25690013799556 -54.63478114599137
+  en  752590.0265346796 8258325.279073585
+  ll2 74.25690013197786 -54.63478132602893
+EPSG:20349
+  ll  -16.635315014291464 106.59042892747051
+  en  29200.485935414094 8155444.585056636
+  ll2 -16.63531500875813 106.59042893328595
+EPSG:2035
+  ll  51.24548796638953 -66.6060926729352
+  en  -169824.7704108999 5720878.85819052
+  ll2 51.24548790108201 -66.60609233589527
+EPSG:20350
+  ll  71.36864255270496 110.6626367056305
+  en  274246.96306217456 1.793034794902093E7
+  ll2 71.36864254025073 110.66263661711517
+EPSG:20351
+  ll  -64.34088039254353 116.02528527552441
+  en  163401.54737153393 2846389.1403009053
+  ll2 -64.34088037368029 116.02528535260434
+EPSG:20352
+  ll  -70.39938878856736 130.27625953064904
+  en  547644.8652847472 2188963.5081648994
+  ll2 -70.39938877474795 130.2762595868905
+EPSG:20353
+  ll  78.89756018378066 137.7332218341978
+  en  558608.2371457237 1.875997824755747E7
+  ll2 78.8975601932215 137.7332216684541
+EPSG:20354
+  ll  -57.90261897205294 136.24279872708735
+  en  218065.03835928597 3572046.569054925
+  ll2 -57.902618957897445 136.24279875124375
+EPSG:20355
+  ll  17.069762807851703 152.06773450182217
+  en  1039712.181203785 1.1894182752413573E7
+  ll2 17.069762781916875 152.06773447704626
+EPSG:20356
+  ll  50.676088601992774 156.8400915707293
+  en  771194.4844368091 1.562084474774995E7
+  ll2 50.67608859790757 156.84009152699804
+EPSG:2039
+  ll  74.57727057448596 32.467148704845556
+  en  138191.67381549653 5396143.321202573
+  ll2 74.5772705728637 32.46714868692123
+EPSG:2040
+  ll  -37.02680712145479 0.20993931247797626
+  en  785484.7147315987 -4103005.6354890154
+  ll2 -37.02680676663744 0.20993934973027373
+EPSG:2041
+  ll  -44.99511537005018 6.060487273266315
+  en  1214059.0064796994 -5022779.504143489
+  ll2 -44.99511492696884 6.060487206512962
+EPSG:2042
+  ll  73.25733214787658 -14.968517007636
+  en  308337.6280816108 8138462.110341135
+  ll2 73.25733212711974 -14.968517017690626
+EPSG:2043
+  ll  -14.235417757601937 0.3532197758239697
+  en  1512954.8108137762 -1594681.2776863168
+  ll2 -14.235417624115644 0.3532197394203244
+EPSG:20436
+  ll  30.440567217590697 40.48460574601826
+  en  1219786.0197718958 3391502.6622868753
+  ll2 30.440567211276264 40.484605751278515
+EPSG:20437
+  ll  4.051845015136749 38.22481935607113
+  en  414046.83232788823 447891.6492382947
+  ll2 4.051845015254969 38.22481935515732
+EPSG:20438
+  ll  21.638176408535486 40.318424868268195
+  en  15218.499084706593 2400082.187213248
+  ll2 21.638176408482877 40.318424867766424
+EPSG:20439
+  ll  43.411912387109396 56.596053305173996
+  en  953144.9840969862 4821775.646768192
+  ll2 43.41191238285713 56.596053305200776
+EPSG:2044
+  ll  -65.82199117793284 110.26572307201207
+  en  1.8740488493088555E7 -7313091.178944071
+  ll2 -65.82199115607517 110.2657230460457
+EPSG:20440
+  ll  2.57671162868904 50.90925959029514
+  en  -178337.26068579569 286423.4125482983
+  ll2 2.5767116288801764 50.90925959533938
+EPSG:2045
+  ll  -25.863743048157374 101.09493858183824
+  en  1.8504034777956467E7 -2899491.9312505154
+  ll2 -25.86374302010456 101.09493859671784
+EPSG:2046
+  ll  71.2215016445048 8.154621872671813
+  en  -245578.46297041554 7919172.453134966
+  ll2 71.22150164121473 8.154621900609055
+EPSG:2047
+  ll  -64.72294369591879 23.267125779936965
+  en  298334.70226105937 -7195224.087221198
+  ll2 -64.72294369216814 23.267125768862137
+EPSG:2048
+  ll  50.903604038639145 11.027596300079997
+  en  -560429.1015794907 5671710.062430261
+  ll2 50.90360401569833 11.027596358246432
+EPSG:2049
+  ll  -51.300564671595765 27.46607154554075
+  en  450754.52947193116 -5705411.877411286
+  ll2 -51.30056466477623 27.466071537382543
+EPSG:20499
+  ll  43.683766504381 52.120446713801066
+  en  590344.4228624069 4837345.853093243
+  ll2 43.68376650232244 52.12044671467947
+EPSG:2050
+  ll  -19.454404804791636 22.19554176912138
+  en  -84472.62357006424 -2152165.887200095
+  ll2 -19.45440480479163 22.195541769121398
+EPSG:2051
+  ll  5.794099591114943 27.78912175650718
+  en  309028.315715376 641460.046651426
+  ll2 5.794099591112924 27.789121756444214
+EPSG:2052
+  ll  2.8005188723632557 25.188403506195407
+  en  -201460.39294390508 309823.472260436
+  ll2 2.8005188723631855 25.18840350620263
+EPSG:2053
+  ll  -80.79525405647907 36.69998984828272
+  en  137170.37973796861 -8983052.874744778
+  ll2 -80.79525405587262 36.699989757176624
+EPSG:20538
+  ll  0.5135537806914812 39.548158413771915
+  en  -107464.41540506657 56977.28396232296
+  ll2 0.5135537825616342 39.54815841300519
+EPSG:20539
+  ll  -19.945242529427148 56.04923581527836
+  en  1028952.5872348418 -2213413.316183365
+  ll2 -19.945242530287267 56.0492358107303
+EPSG:2054
+  ll  -42.30154932749861 26.34420119277835
+  en  -383950.14357446873 -4695643.140024149
+  ll2 -42.30154932672458 26.344201192539803
+EPSG:2055
+  ll  59.65082113842806 25.06098600890632
+  en  -446952.94953225437 6641957.79968361
+  ll2 59.65082111895537 25.06098609119899
+EPSG:2056
+  ll  3.512498244537653 71.1550276706904
+  en  1.0254645160071293E7 -624490.211000033
+  ll2 3.5124985193738985 71.15502723883549
+EPSG:2057
+  ll  27.60828909555638 52.41351751537352
+  en  639610.8985708768 3055015.9360113344
+  ll2 27.60828909131278 52.41351751576183
+EPSG:2058
+  ll  -58.898978048218936 42.608537972557706
+  en  362226.9657510186 -6531261.744862148
+  ll2 -58.89897799754524 42.60853798394224
+EPSG:2059
+  ll  2.1440813549810116 59.32733767920666
+  en  1429272.230956065 239695.02825896651
+  ll2 2.1440813706098463 59.32733762614615
+EPSG:2060
+  ll  -7.361249000181971 51.66632387558896
+  en  -89510.08581549255 -817053.659748853
+  ll2 -7.361248977845844 51.66632387646534
+EPSG:2061
+  ll  -15.146434067980906 63.114495735626676
+  en  512256.66971582343 -1674388.5061513793
+  ll2 -15.146434040482996 63.114495727620465
+EPSG:2062
+  ll  14.701654738347571 54.01458641292707
+  en  6926462.06342142 -165024.540649525
+  ll2 14.701654738347592 54.01458641292709
+EPSG:2066
+  ll  13.975131874937176 -60.37243636427039
+  en  355923.1447930759 1677456.190334956
+  ll2 13.975131874938857 -60.37243636426834
+EPSG:2067
+  ll  55.60864303624845 -70.280895468024
+  en  41598.549556628685 6186452.145505989
+  ll2 55.60864296669403 -70.28089547713054
+EPSG:2068
+  ll  -22.10077480814968 3.9236025424921603
+  en  -324205.9328113038 -2453373.6068469845
+  ll2 -22.10077477577771 3.923602567202261
+EPSG:2069
+  ll  69.34293862451958 1.489598332273542
+  en  -173170.50112809334 7724173.01219631
+  ll2 69.34293860050053 1.4895988615748426
+EPSG:2070
+  ll  65.9587268750775 15.612061859412078
+  en  318822.32747099164 7320169.817535178
+  ll2 65.95872687494312 15.612061854834819
+EPSG:2071
+  ll  -43.88695620703719 22.632041906797046
+  en  813391.9757966814 -4889154.301321624
+  ll2 -43.88695615668085 22.63204190512665
+EPSG:2072
+  ll  -15.95797836535425 16.97848445216086
+  en  197757.64417102624 -1764701.064619654
+  ll2 -15.9579783357712 16.978484465687544
+EPSG:2073
+  ll  -78.05550131226424 13.693858341817796
+  en  77580.56067471103 -8672835.400773808
+  ll2 -78.0555012612347 13.693858477257747
+EPSG:2074
+  ll  -58.32917693712442 20.91661242542807
+  en  195165.6508519957 -6467329.9688983215
+  ll2 -58.329176896578566 20.91661245810724
+EPSG:2075
+  ll  62.7361418995022 28.099912428928448
+  en  460575.5503132462 6968779.729805366
+  ll2 62.736141897814456 28.099912424815393
+EPSG:2076
+  ll  87.05090443895097 28.47997325771215
+  en  220024.1090962628 9672386.944000246
+  ll2 87.05090443896133 28.47997325759072
+EPSG:2077
+  ll  -88.06370186422528 -0.2057043318657361
+  en  465499.02880077343 -9784743.981333122
+  ll2 -88.06370181550086 -0.2057025947476807
+EPSG:2078
+  ll  49.04165127477208 20.728598483740104
+  en  918621.5638962942 5448106.846197439
+  ll2 49.04165127031289 20.728598480706363
+EPSG:2079
+  ll  -72.119926076537 14.091939401992112
+  en  263779.0369847155 -8015972.588467008
+  ll2 -72.11992602660418 14.091939516681586
+EPSG:20790
+  ll  46.83636134143734 -9.98616513482922
+  en  58645.27844966925 1098038.2934290988
+  ll2 46.836361319809185 -9.986165116295435
+EPSG:20791
+  ll  -87.52215007105136 -15.611943206866615
+  en  -35915.137293792985 -1.4120180239288647E7
+  ll2 -87.52215005477883 -15.611942935805622
+EPSG:2080
+  ll  88.42812460227549 26.226760409225005
+  en  497667.56686352193 9822656.730021324
+  ll2 88.4281246016475 26.22676041545447
+EPSG:2081
+  ll  -60.629197364773695 -69.27055811450896
+  en  2485189.7335425317 3277922.7427831823
+  ll2 -60.62919736477368 -69.27055811450896
+EPSG:2082
+  ll  3.174363528152554 -78.04437112855676
+  en  1490444.5642166582 1.0357560528001124E7
+  ll2 3.174363461337229 -78.04437105211662
+EPSG:20822
+  ll  -63.27993512652394 -42.51592644046377
+  en  924638.8529800042 2955168.6284486996
+  ll2 -63.27993503869809 -42.515926665212646
+EPSG:20823
+  ll  -31.363531313063113 -49.37720039660361
+  en  83434.7083755313 6521973.866940262
+  ll2 -31.363531303121416 -49.37720040085236
+EPSG:20824
+  ll  77.47198430299338 -47.71701713552125
+  en  289530.9167521287 1.86151242682629E7
+  ll2 77.47198431574284 -47.717016836956006
+EPSG:2083
+  ll  -42.64080807067252 -74.19855461527612
+  en  2073509.2168477243 5266224.0509964125
+  ll2 -42.64080806966936 -74.19855461685084
+EPSG:2084
+  ll  18.242590465593707 -70.64929345205962
+  en  325534.32181674027 1.2017746113711445E7
+  ll2 18.242590452642826 -70.64929346398988
+EPSG:2087
+  ll  25.367686001566113 2.2873738823845784
+  en  -480083.24139849294 2841673.9200850595
+  ll2 25.36768599591562 2.287373901203671
+EPSG:2088
+  ll  56.890311941632234 12.52816439270511
+  en  593046.4719030213 6305783.611386451
+  ll2 56.89031192551144 12.528164378385542
+EPSG:2089
+  ll  70.8985490828787 40.42119106736584
+  en  332907.4156055468 7872395.127719259
+  ll2 70.89854908255191 40.42119106810232
+EPSG:2090
+  ll  28.396661645040112 57.02421802442275
+  en  1090732.9929220467 3155948.2174079022
+  ll2 28.396661643671983 57.024218026655596
+EPSG:2093
+  ll  29.24428306620075 110.44957916897627
+  en  932720.4377146359 3244626.306741155
+  ll2 29.244283065924332 110.44957916985537
+EPSG:20934
+  ll  -51.14958871203945 16.03818667774553
+  en  153076.1391763579 4322110.783185449
+  ll2 -51.14958871180128 16.03818668117516
+EPSG:20935
+  ll  77.57899394428642 24.445828021001642
+  en  438709.96470456617 1.861257165104955E7
+  ll2 77.57899390845779 24.445827940439855
+EPSG:20936
+  ll  -11.868399084485205 27.939483088980033
+  en  -51812.35979157791 8683277.85267167
+  ll2 -11.868399086137659 27.93948308990957
+EPSG:2094
+  ll  -17.75353136794351 104.79804293225641
+  en  372550.49509027426 -1963326.4897571127
+  ll2 -17.7535313676708 104.79804293234254
+EPSG:2095
+  ll  63.31745814074782 -23.008697543758977
+  en  99326.6943867678 7046050.797615608
+  ll2 63.317458103185025 -23.008697489077232
+EPSG:2096
+  ll  -69.77011746963352 127.38673020588993
+  en  137730.7827913143 -1.1450407244311597E7
+  ll2 -69.77011746963278 127.38673020588998
+EPSG:2097
+  ll  36.88308986701449 122.53109024985845
+  en  -198459.43799498107 385389.2940673188
+  ll2 36.88308986657076 122.53109024946083
+EPSG:2098
+  ll  -13.614115984256799 131.3117539988306
+  en  884166.2899764784 -5221481.485035513
+  ll2 -13.614115983454228 131.31175399585865
+EPSG:2099
+  ll  72.65644527894739 49.92631486699122
+  en  72204.2993182416 5357217.657226288
+  ll2 72.65644527910784 49.92631486710464
+EPSG:2100
+  ll  -3.5543672699074875 31.071285564907065
+  en  1287182.6301388363 -396131.6148919081
+  ll2 -3.554367219174092 31.071285583962975
+EPSG:2101
+  ll  55.842606294740136 -34.274279574122076
+  en  3423093.22743142 5886556.16272145
+  ll2 55.84260629474021 -34.27427957412208
+EPSG:2102
+  ll  0.900864836383036 -71.94884307798966
+  en  161298.66796419726 -881786.4582792136
+  ll2 0.900864836383011 -71.94884307798966
+EPSG:2103
+  ll  -34.2033513105752 -66.09121358782043
+  en  1197079.2090227818 -5009548.830865232
+  ll2 -34.20335131057522 -66.09121358782043
+EPSG:21035
+  ll  33.33049794708242 27.03904729061287
+  en  503566.5529891822 1.3688143885304969E7
+  ll2 33.33049775092124 27.039047322404883
+EPSG:21036
+  ll  -80.92760842012919 39.599253236681754
+  en  615845.6681407184 1008520.0105644614
+  ll2 -80.92760841537654 39.599253171524396
+EPSG:21037
+  ll  49.99708893336398 43.17312637123298
+  en  798932.9749078762 1.5546783525367577E7
+  ll2 49.99708868015401 43.17312646332639
+EPSG:2104
+  ll  3.2401415424205595 -59.52871694471334
+  en  1334689.1182682058 -765859.4254726486
+  ll2 3.240141542420561 -59.52871694471334
+EPSG:2105
+  ll  41.14350158797751 172.80374583049152
+  en  235429.96753273875 9440661.705521759
+  ll2 41.14350158797344 172.8037458304869
+EPSG:2106
+  ll  -55.646580058526034 174.52866194752497
+  en  278024.7989480486 -1189933.8276543438
+  ll2 -55.64658005852144 174.52866194752414
+EPSG:2107
+  ll  71.08432031507832 175.38557473044435
+  en  309534.0545844746 1.296863728735255E7
+  ll2 71.08432031507073 175.3855747304476
+EPSG:2108
+  ll  13.82721152352049 175.12401901771736
+  en  232448.84029392307 6720530.793097781
+  ll2 13.827211523520377 175.1240190177189
+EPSG:2109
+  ll  32.726650551793085 168.02880816742578
+  en  -181567.42635788932 8773035.136036422
+  ll2 32.72665054949416 168.02880816516162
+EPSG:21095
+  ll  1.450984606709497 34.04331332012951
+  en  1285414.309641236 161908.32566396683
+  ll2 1.4509845921897344 34.04331330751084
+EPSG:21096
+  ll  3.0964272578471395 37.024963821907214
+  en  947511.7677370433 343402.7530746762
+  ll2 3.096427240603284 37.024963826072636
+EPSG:21097
+  ll  53.705894919522535 34.96080175865666
+  en  233357.8762298689 5958478.7754763
+  ll2 53.70589466988784 34.96080184869591
+EPSG:2110
+  ll  -34.27447906429903 177.5900452713099
+  en  579585.7862803828 1379541.6414043363
+  ll2 -34.2744790642965 177.59004527131475
+EPSG:2111
+  ll  -42.7167918134868 172.45582077357298
+  en  151606.6984526648 520674.5131591358
+  ll2 -42.716791813426255 172.45582077353427
+EPSG:2112
+  ll  -41.1445994558153 178.78393790815477
+  en  663348.4315017344 770897.7669840463
+  ll2 -41.144599455746416 178.7839379082068
+EPSG:2113
+  ll  -32.19616858532769 175.55419212067167
+  en  473341.138977082 1810143.1998754826
+  ll2 -32.19616858532769 175.55419212067162
+EPSG:2114
+  ll  -12.661260861081004 163.07669751747773
+  en  -646791.3912350918 3889310.6664013956
+  ll2 -12.661260847190963 163.07669758878924
+EPSG:21148
+  ll  -88.56216558546399 110.14474428699165
+  en  514204.6697160107 162260.64611133188
+  ll2 -88.56216493935088 110.14474830732775
+EPSG:21149
+  ll  -24.328711219338714 107.37469201812821
+  en  131937.8226328161 7304619.862068988
+  ll2 -24.32871121518517 107.37469202123394
+EPSG:2115
+  ll  48.115899082610156 178.04212064218308
+  en  753107.4366393908 1.071325948264577E7
+  ll2 48.11589908156561 178.04212064205075
+EPSG:21150
+  ll  39.762018794341 115.97037866704869
+  en  411781.9108933008 1.4401880328640293E7
+  ll2 39.76201869635285 115.97037867799799
+EPSG:2116
+  ll  -56.986926368203974 165.61082059872203
+  en  5304.866872853483 -964509.41870437
+  ll2 -56.986926361554914 165.61082061065568
+EPSG:2117
+  ll  55.85032426155533 176.5383550256959
+  en  710347.0831750061 1.1633615117124842E7
+  ll2 55.850324260184905 176.53835502481326
+EPSG:2118
+  ll  61.598336558359705 179.01081401709627
+  en  795470.452280069 1.2343558407817962E7
+  ll2 61.59833654586567 179.0108139674998
+EPSG:2119
+  ll  -53.595069787182545 165.3958184459306
+  en  -103697.49226347485 -439693.24731801404
+  ll2 -53.59506976955743 165.3958184898951
+EPSG:2120
+  ll  62.781907585662395 168.80513681084676
+  en  145098.81254665027 1.2375008065092487E7
+  ll2 62.78190758454988 168.80513681219117
+EPSG:2121
+  ll  4.889831382313574 170.95036963295567
+  en  396744.29770576116 6090770.580025774
+  ll2 4.889831382313581 170.95036963295567
+EPSG:2122
+  ll  -65.44463946392008 177.07644059432172
+  en  715686.6791996295 -1703079.6717977212
+  ll2 -65.44463945812562 177.07644057025104
+EPSG:2123
+  ll  63.95846972497972 173.6758931159018
+  en  648242.000404927 1.2776454341100661E7
+  ll2 63.95846972385114 173.67589311431163
+EPSG:2124
+  ll  17.008042465659656 179.94501348644653
+  en  1170290.4333063583 7523773.49966356
+  ll2 17.00804246340577 179.94501348354999
+EPSG:2125
+  ll  74.93802421502005 172.40358214893055
+  en  430265.7361791898 1.3966176599280694E7
+  ll2 74.93802421502096 172.40358214893055
+EPSG:2126
+  ll  -51.28354586802785 168.91235310143406
+  en  250362.29584833235 32668.595397120458
+  ll2 -51.28354586801868 168.91235310143097
+EPSG:2127
+  ll  -69.60839037116776 167.49616902826
+  en  323322.4309323684 -1971034.3767978451
+  ll2 -69.60839037116624 167.49616902826034
+EPSG:2128
+  ll  74.24158443414649 168.2723606070067
+  en  396171.264599066 1.404199178130366E7
+  ll2 74.24158443414744 168.27236060700662
+EPSG:2129
+  ll  46.096821986297215 164.54143362887532
+  en  152773.19671263947 1.0959402982550452E7
+  ll2 46.09682198620323 164.54143362883985
+EPSG:21291
+  ll  -17.167525533580147 -57.57549152267329
+  en  870690.4285109176 -1903629.9887998328
+  ll2 -17.167525331895238 -57.57549144833306
+EPSG:21292
+  ll  -56.04507570879993 -64.78643148361736
+  en  -295707.43513322284 -7608048.258228145
+  ll2 -56.04507540667609 -64.78643123751247
+EPSG:2130
+  ll  11.422560860236857 161.92905276209717
+  en  -552744.2898746703 7153261.218944261
+  ll2 11.422560853586948 161.92905280098785
+EPSG:2131
+  ll  3.145798457571445 162.38053979970144
+  en  -481089.87890037487 6231660.445082668
+  ll2 3.1457984564143233 162.38053983344378
+EPSG:2132
+  ll  78.61862924825746 162.93893368776168
+  en  281069.4028216492 1.469918560984461E7
+  ll2 78.6186292480388 162.9389336913802
+EPSG:2133
+  ll  -6.730603331701161 158.28539060006943
+  en  -243721.22763029905 9250906.580711395
+  ll2 -6.730603330958243 158.28539060983124
+EPSG:2134
+  ll  40.62045405122839 178.3249280151784
+  en  1119815.0845624015 1.4522495972440533E7
+  ll2 40.620454040907525 178.32492800757487
+EPSG:2135
+  ll  -9.7345752064695 170.0118889627176
+  en  -268288.7629925399 8915982.093769375
+  ll2 -9.734575205163779 170.01188897273997
+EPSG:2136
+  ll  -25.127428701916017 -8.40883739425627
+  en  -1555091.618690547 -1.088010860186649E7
+  ll2 -25.127428610569346 -8.408837398354907
+EPSG:2137
+  ll  -16.421406670273996 -5.449245015383432
+  en  24555.956093894085 -1821074.6069596538
+  ll2 -16.421406605149638 -5.4492450126593255
+EPSG:2138
+  ll  85.12683790348767 4.291222888656279
+  en  779000.6569912925 5284730.251673695
+  ll2 85.12683790348768 4.291222888656279
+EPSG:21413
+  ll  -88.66233574878926 84.05935685299889
+  en  1.3523579436880482E7 -9854442.360313961
+  ll2 -88.6623357083626 84.05935679220595
+EPSG:21414
+  ll  -21.40438346293068 86.48623659850205
+  en  1.5069538182247182E7 -2377730.176764943
+  ll2 -21.404383463269713 86.48623659888837
+EPSG:21415
+  ll  49.242251901437555 96.27828625102049
+  en  1.6175183968012005E7 5498177.184701368
+  ll2 49.24225185406932 96.27828603236493
+EPSG:21416
+  ll  -40.49382150414046 89.55738589958837
+  en  1.6208128358623678E7 -4489973.728160766
+  ll2 -40.49382149342673 89.55738590092244
+EPSG:21417
+  ll  8.402119849781627 93.25369608151294
+  en  1.6866117131914098E7 933856.1354632152
+  ll2 8.402119844730741 93.25369608416561
+EPSG:21418
+  ll  6.945276710674875 100.15237871674944
+  en  1.7963653010098763E7 770831.5359949233
+  ll2 6.9452767056503815 100.15237871895214
+EPSG:21419
+  ll  87.54950522183046 115.80584596855108
+  en  1.9522883379716355E7 9729243.875594266
+  ll2 87.54950521739886 115.80584592869951
+EPSG:21420
+  ll  60.10221903099361 112.14961425835192
+  en  2.0230291507969208E7 6675394.577175506
+  ll2 60.102219034453725 112.1496142636335
+EPSG:21421
+  ll  -44.154189212176 125.70251330563285
+  en  2.1716130096622188E7 -4894436.334481823
+  ll2 -44.154189196741555 125.7025132950588
+EPSG:21422
+  ll  -21.152773632380374 127.90675337708339
+  en  2.238636045403502E7 -2340298.8845437425
+  ll2 -21.152773629620615 127.90675337517146
+EPSG:21423
+  ll  -86.07025812995336 129.77098771244863
+  en  2.3459929748617128E7 -9564903.625454491
+  ll2 -86.07025809533232 129.7709873899946
+EPSG:21453
+  ll  -76.2874706046286 82.63325336878519
+  en  701597.9094328962 -8483699.840072857
+  ll2 -76.28747056584845 82.63325332060212
+EPSG:21454
+  ll  52.904721100675744 74.48637592165011
+  en  62032.4579332819 5883943.378049348
+  ll2 52.904721097702435 74.48637592577276
+EPSG:21455
+  ll  -79.90519449048868 77.64430135586285
+  en  317640.89139056177 -8889235.305794494
+  ll2 -79.90519445243764 77.64430195048287
+EPSG:21456
+  ll  -56.36064984060495 102.12471115184516
+  en  1063090.768037804 -6286108.098009769
+  ll2 -56.360649770692625 102.12471088578243
+EPSG:21457
+  ll  -35.625068589012024 101.34440645527656
+  en  712388.0434537593 -3946383.9733878835
+  ll2 -35.62506858193411 101.34440645448517
+EPSG:21458
+  ll  -57.94477819437305 98.74515529904656
+  en  129855.5588939765 -6442217.450012584
+  ll2 -57.94477816486551 98.74515530578233
+EPSG:21459
+  ll  -9.235805134167649 109.77721059481624
+  en  365582.99998987606 -1021473.1146570528
+  ll2 -9.235805138323022 109.7772105962785
+EPSG:21460
+  ll  10.002400240292644 120.06635402611064
+  en  836283.9607794895 1107759.502042758
+  ll2 10.002400236673395 120.06635403018366
+EPSG:21461
+  ll  89.42452051332748 122.19133426376135
+  en  499021.9940472847 9937727.952004924
+  ll2 89.42452050810162 122.19133400460876
+EPSG:21462
+  ll  45.87354087294196 137.72778921505778
+  en  1177447.5527156615 5119264.528281562
+  ll2 45.87354083946029 137.72778912460933
+EPSG:21463
+  ll  -31.226603944896084 137.31037666812708
+  en  720058.7912220571 -3458326.310026255
+  ll2 -31.226603935076913 137.31037665936245
+EPSG:21500
+  ll  -7.15602974968796 8.4289057727581
+  en  845931.0862798692 -7312003.512369061
+  ll2 -7.156029749687918 8.4289057727581
+EPSG:2154
+  ll  50.02689509732728 -4.49984483215602
+  en  162883.9772750705 7017576.164756145
+  ll2 50.02689509732727 -4.499844832156018
+EPSG:2157
+  ll  -12.127381217545178 -6.141543441972114
+  en  802291.4677321666 -6520822.160937092
+  ll2 -12.127381217544881 -6.141543441976966
+EPSG:2158
+  ll  -20.058640528286347 -3.4946243484862674
+  en  1076360.4357878393 -2227488.304125059
+  ll2 -20.058640527849732 -3.494624348200255
+EPSG:2159
+  ll  -71.58685580081378 -20.619029096040926
+  en  -494347.4918034371 -2.8559447256243E7
+  ll2 -71.58685578986972 -20.619028868907193
+EPSG:2160
+  ll  -52.7297461780726 -11.565184032833063
+  en  896376.2189717634 -2.0993744359632533E7
+  ll2 -52.7297461780726 -11.565184032833063
+EPSG:2161
+  ll  -29.953330187829543 -10.48647869928834
+  en  935761.8051303443 -3322282.82766875
+  ll2 -29.95333013803573 -10.486478700767384
+EPSG:2162
+  ll  -55.6243327457123 -8.574280644441549
+  en  526816.7954149537 -6164357.908942861
+  ll2 -55.624332632568525 -8.574280650324198
+EPSG:2163
+  ll  12.526637770006957 -147.98080061150574
+  en  -5141128.167378955 -2188265.6514135725
+  ll2 12.526637770006962 -147.98080061150574
+EPSG:2164
+  ll  -62.32215364049232 -1.4097532551364758
+  en  685929.1875478415 -6915338.174268206
+  ll2 -62.322153290098704 -1.4097531597690807
+EPSG:2165
+  ll  27.64557544721073 -5.625442931260142
+  en  438260.8837284929 3057666.7165792566
+  ll2 27.645575410282195 -5.62544294020745
+EPSG:2169
+  ll  24.819267021926976 13.01274461879352
+  en  773080.9716932137 -2658974.9982398865
+  ll2 24.819267021284336 13.012744617112071
+EPSG:2172
+  ll  -18.234085696981055 68.37369094014814
+  en  1.2340812832182305E7 -2039478.7002361491
+  ll2 -18.234085695157166 68.37369094166633
+EPSG:2173
+  ll  62.52222075620068 -48.62699797035016
+  en  559121.5585078229 8611536.768666623
+  ll2 62.52222077646538 -48.62699794808661
+EPSG:2174
+  ll  -71.96696153692008 73.18609631090214
+  en  1.2889767427872065E7 -1.992182393787436E7
+  ll2 -71.96696150812424 73.18609635833089
+EPSG:2175
+  ll  25.7544084450238 15.223705058389976
+  en  -137718.83748756337 -1844996.237286585
+  ll2 25.75440845074688 15.22370507360353
+EPSG:2176
+  ll  49.64490220491846 16.279713636209475
+  en  5592415.690627584 5501713.997400717
+  ll2 49.64490220491803 16.279713636209753
+EPSG:2177
+  ll  53.90237086111341 17.70353103400919
+  en  6480514.884490048 5974630.160070014
+  ll2 53.902370861113404 17.703531034009192
+EPSG:2178
+  ll  51.28025609515727 21.516295219859636
+  en  7536021.072707665 5682953.495861566
+  ll2 51.28025609515727 21.51629521985964
+EPSG:21780
+  ll  -44.70775489436065 -118.61699310140912
+  en  -1.6051496704689996E7 -1097635.5911361398
+  ll2 -44.70775492033631 -118.61699167923635
+EPSG:21781
+  ll  46.582471410091934 8.159223152110604
+  en  655230.9360561728 159275.55116362066
+  ll2 46.582471410091884 8.159223152110604
+EPSG:21782
+  ll  34.74535187788922 167.90219295117086
+  en  1.2532343830708392E7 1.2044444049775954E7
+  ll2 34.74535299797168 167.90219267714062
+EPSG:2179
+  ll  51.812974050704796 24.579389794413864
+  en  8539953.715775384 5742250.607423828
+  ll2 51.81297405070478 24.57938979441387
+EPSG:2180
+  ll  49.52724731520737 18.27654136015328
+  en  447661.13055637287 184674.94547155313
+  ll2 49.52724731520734 18.276541360153264
+EPSG:21818
+  ll  38.136635784402756 -80.02811715546076
+  en  58865.14090154343 4233212.7931313235
+  ll2 38.136635737431156 -80.02811704584661
+EPSG:2188
+  ll  -77.50087734087943 -31.914212668964147
+  en  526604.2081455451 -8602957.72376191
+  ll2 -77.50087733325509 -31.914212606862964
+EPSG:2189
+  ll  70.49637897118399 -21.209292861111667
+  en  715388.5915655501 7831625.72840022
+  ll2 70.49637896090049 -21.20929290750706
+EPSG:21896
+  ll  -38.11520059643185 -72.0939253366292
+  en  1437114.837167611 -3740373.737979265
+  ll2 -38.11520049203195 -72.09392551449208
+EPSG:21897
+  ll  22.031877221532156 -77.52835813249685
+  en  643559.4979658581 2933111.03638094
+  ll2 22.031877184835608 -77.5283580799405
+EPSG:21898
+  ll  58.74857364473556 -67.55294941478049
+  en  1203792.7506912872 7011720.905525401
+  ll2 58.74857361880624 -67.55294922846689
+EPSG:21899
+  ll  71.33967040886287 -68.79347473587714
+  en  974146.8757754928 8410257.998313772
+  ll2 71.33967041044382 -68.79347441098989
+EPSG:2190
+  ll  64.61551838226487 -24.41386404683196
+  en  623645.9020232279 7168133.604087349
+  ll2 64.61551835332776 -24.413864064295232
+EPSG:2193
+  ll  -73.61450420863451 164.81463355228576
+  en  1342999.4208316777 1813321.4667470902
+  ll2 -73.61450420262527 164.8146336987436
+EPSG:2195
+  ll  3.112777167828696 -164.4544588193225
+  en  1228875.8449782855 1.0346327092666885E7
+  ll2 3.1127771675219793 -164.45445882898278
+EPSG:2196
+  ll  13.25191764500039 3.9713531819081664
+  en  -399972.47532752855 1472158.2553180938
+  ll2 13.251917644674366 3.9713531833022166
+EPSG:2197
+  ll  57.42888274183025 9.704980067798093
+  en  362157.3773571078 6369684.465599738
+  ll2 57.428882741817496 9.704980067796953
+EPSG:2198
+  ll  -62.01666572027415 10.87941485372176
+  en  684310.676085712 -6885641.6589601
+  ll2 -62.01666571990726 10.87941485394371
+EPSG:2200
+  ll  83.27736391716013 -135.81377486649967
+  en  -500615.70211117156 5573969.802413607
+  ll2 83.27736391716019 -135.81377486649967
+EPSG:2201
+  ll  -26.508090167974927 -75.73876919650628
+  en  426385.40893115744 -2932165.4276852207
+  ll2 -26.508090167974434 -75.73876919650628
+EPSG:2202
+  ll  -10.362158756356493 -61.593814022714355
+  en  1312903.7417065375 -1154944.0574434113
+  ll2 -10.362158754318385 -61.593814036623044
+EPSG:2203
+  ll  28.663657167817192 -67.54873696445412
+  en  55272.81204122334 3179201.9053517105
+  ll2 28.66365716756029 -67.54873696493966
+EPSG:22032
+  ll  -33.663611872314526 7.060216636317232
+  en  320482.76885970274 6273659.303454462
+  ll2 -33.6636118784569 7.060216668024306
+EPSG:22033
+  ll  -77.39519710449734 19.357649370739008
+  en  606385.1118733323 1405420.2830986269
+  ll2 -77.39519710702062 19.357649308675846
+EPSG:2205
+  ll  35.90688046081484 -132.8337839268003
+  en  -3689031.8014313933 954291.8430346603
+  ll2 35.90688046081498 -132.8337839268003
+EPSG:2206
+  ll  73.39423185705186 22.96308397448659
+  en  9371311.965612717 8152258.81257184
+  ll2 73.39423185624659 22.96308397951307
+EPSG:2207
+  ll  -13.024380008369448 27.600380354959135
+  en  1.023966957645526E7 -1441547.9846280648
+  ll2 -13.024379985157465 27.60038036535191
+EPSG:2208
+  ll  17.758625456005632 36.44165656185645
+  en  1.1865200906683639E7 1967768.6897096059
+  ll2 17.75862547134614 36.44165656518096
+EPSG:2209
+  ll  59.95921117640435 32.94775060416021
+  en  1.232954287249561E7 6653645.38198452
+  ll2 59.95921117696542 32.94775060559751
+EPSG:22091
+  ll  -14.237223446719355 11.698894072887946
+  en  521787.00041414076 8426255.55975935
+  ll2 -14.237223442826991 11.698894087866993
+EPSG:22092
+  ll  42.58397958930675 10.93941934800408
+  en  413305.7475144957 1.4715291262211302E7
+  ll2 42.583979409361014 10.939419165062484
+EPSG:2210
+  ll  -17.09183308589799 31.818043110771292
+  en  1.2733927919165898E7 -1904554.8658643248
+  ll2 -17.091833060781468 31.818043122175673
+EPSG:2211
+  ll  22.04709157310701 45.24679933073587
+  en  1.4835308831713898E7 2442741.9792428855
+  ll2 22.047091585952238 45.24679933154157
+EPSG:2212
+  ll  0.9588589591247114 47.69640459845439
+  en  1.5800245505465947E7 106266.65853958568
+  ll2 0.9588589796346839 47.69640459866309
+EPSG:2213
+  ll  33.87168023722262 32.780476868743776
+  en  757194.9997673729 3751408.051404337
+  ll2 33.87168023720194 32.780476868777136
+EPSG:2215
+  ll  68.36441130760471 -0.4186859640937204
+  en  113882.64742215519 7613003.561229685
+  ll2 68.36441121354748 -0.4186856310009343
+EPSG:2216
+  ll  -8.843159206473757 -43.42580631135332
+  en  1335023.1846904536 -985886.547780726
+  ll2 -8.843159137421994 -43.42580642174152
+EPSG:2217
+  ll  21.325354733542383 -44.733854827811626
+  en  527387.1834833873 2358454.0849050577
+  ll2 21.32535479916911 -44.7338548885144
+EPSG:22171
+  ll  -13.027075092145736 -70.8578546925757
+  en  1623899.3312313706 8560981.197495755
+  ll2 -13.02707509214571 -70.85785469257607
+EPSG:22172
+  ll  7.347573932414704 -68.61750590493975
+  en  2542232.031628854 1.0814481002713418E7
+  ll2 7.347573932414774 -68.61750590493975
+EPSG:22173
+  ll  -66.36677233797636 -67.43198141579153
+  en  3435920.9260000205 2637494.0772573696
+  ll2 -66.36677233797667 -67.43198141579154
+EPSG:22174
+  ll  44.55762899249592 -56.474519651482446
+  en  5018474.189480709 1.4958511422928832E7
+  ll2 44.55762898622342 -56.474519655559114
+EPSG:22175
+  ll  -8.188574465225457 -53.302527358541056
+  en  6239636.702158358 9090280.01774717
+  ll2 -8.188574464369372 -53.30252736722107
+EPSG:22176
+  ll  -7.89804872524256 -47.125113218179564
+  en  7594167.7689517 9115535.509530472
+  ll2 -7.898048712446255 -47.12511335248339
+EPSG:22177
+  ll  22.337427934794874 -45.455951106587904
+  en  8382515.550127267 1.2498266962133091E7
+  ll2 22.337427926820443 -45.4559511046494
+EPSG:22181
+  ll  -40.3714515312531 -68.97435972056786
+  en  1756985.107063042 5526794.014522411
+  ll2 -40.37145153119976 -68.97435972052313
+EPSG:22182
+  ll  -36.007496584441604 -62.61822733645461
+  en  3075719.0854437547 5996696.392904252
+  ll2 -36.00749658095995 -62.618227335003546
+EPSG:22183
+  ll  -2.849373506004426 -67.08308838212794
+  en  3379572.0343433484 9686839.122245835
+  ll2 -2.8493735060044196 -67.08308838212741
+EPSG:22184
+  ll  -78.26201922491194 -62.01399652989265
+  en  4522400.441576406 1310689.2320828254
+  ll2 -78.26201922491194 -62.013996529892644
+EPSG:22185
+  ll  -79.4825727450578 -55.45009976197324
+  en  5592662.041744596 1170981.4398660117
+  ll2 -79.482572744993 -55.450099762745154
+EPSG:22186
+  ll  1.5499200723704263 -58.90264745244629
+  en  6288236.09753939 1.0173442567609692E7
+  ll2 1.5499200723703728 -58.90264745243682
+EPSG:22187
+  ll  -57.7318005704219 -56.389849767483845
+  en  7357644.018188183 3598042.9040860934
+  ll2 -57.73180057040522 -56.38984976748487
+EPSG:2219
+  ll  -29.60443563616426 -71.57821511451661
+  en  250313.5042684002 -3277730.293756546
+  ll2 -29.60443563615522 -71.57821511453594
+EPSG:22191
+  ll  32.821100919812494 -70.8389796924872
+  en  1608823.488551501 1.3635760939314347E7
+  ll2 32.82110090421687 -70.83897967271488
+EPSG:22192
+  ll  -7.124384577216574 -74.65670506960824
+  en  1874218.8003723978 9210534.224846177
+  ll2 -7.124384585951489 -74.65670505585943
+EPSG:22193
+  ll  -7.25032141027107 -66.74928221187959
+  en  3417329.6719863447 9200380.42188905
+  ll2 -7.250321417413804 -66.74928220530508
+EPSG:22194
+  ll  59.669659204060025 -72.98616995563543
+  en  3938687.31825492 1.6661971610562364E7
+  ll2 59.66965910822734 -72.98616924010082
+EPSG:22195
+  ll  -66.67486597898369 -55.423916561637405
+  en  5702183.653897792 2596661.069801415
+  ll2 -66.67486597697943 -55.42391656013935
+EPSG:22196
+  ll  57.16036180476033 -55.40158820499511
+  en  6596768.037247865 1.6341207213703943E7
+  ll2 57.16036177621665 -55.40158818702128
+EPSG:22197
+  ll  -20.4463723475219 -55.72790424375649
+  en  7319713.33167955 7739451.630327831
+  ll2 -20.446372350218226 -55.727904242036615
+EPSG:2220
+  ll  -27.524702906004684 -71.80830190956024
+  en  -371801.86231676594 -3075680.5021008104
+  ll2 -27.524702893793314 -71.8083019122453
+EPSG:2222
+  ll  -32.38657311701003 -118.71981707951602
+  en  -1944372.1972757012 -2.312127113315948E7
+  ll2 -32.386573102566935 -118.7198170739388
+EPSG:2223
+  ll  23.673603244559516 -102.63117170191403
+  en  3816545.993243639 -2561231.119918227
+  ll2 23.673603230689782 -102.63117170391286
+EPSG:22234
+  ll  26.897689184488883 29.25753738775162
+  en  1321723.9702715816 1.3002242674707735E7
+  ll2 26.897689015028597 29.257537383363267
+EPSG:22235
+  ll  -49.08204506044316 23.655019106816475
+  en  255795.00160412854 4558320.107971904
+  ll2 -49.082045061239626 23.6550191090279
+EPSG:2224
+  ll  -44.205766631140634 -112.6262506123959
+  en  994664.5667239163 -2.7321913582169592E7
+  ll2 -44.20576663114045 -112.6262506123957
+EPSG:2225
+  ll  23.625559660028017 -57.4132946420757
+  en  2.712606129438945E7 3778469.585462574
+  ll2 23.625559660028035 -57.4132946420757
+EPSG:2226
+  ll  46.18419905860566 -107.78368356458361
+  en  1.0176299912711093E7 5034173.416802452
+  ll2 46.18419905860568 -107.78368356458361
+EPSG:2227
+  ll  0.39233219532160035 -85.5336359595176
+  en  2.173604014598541E7 -9552719.077591458
+  ll2 0.39233219532162705 -85.53363595951758
+EPSG:22275
+  ll  41.420779071816895 5.48165011759947
+  en  -796050.0624841816 4631428.61441673
+  ll2 41.42077879708294 5.48165020793215
+EPSG:22277
+  ll  14.03423055565706 11.846240578323169
+  en  -557291.2622830251 1558495.1435760672
+  ll2 14.03423047962824 11.846240564476123
+EPSG:22279
+  ll  89.73718260745679 24.389009755718234
+  en  2814.5509610210365 9972480.93751769
+  ll2 89.73718272899876 24.389002928372662
+EPSG:2228
+  ll  40.72257933333398 -57.19854974388407
+  en  2.2574779961069956E7 8941903.907775275
+  ll2 40.722579333334046 -57.19854974388407
+EPSG:22281
+  ll  63.6845761446036 14.385511005119909
+  en  -326782.054344657 7081610.336657213
+  ll2 63.684575952262826 14.38551091066765
+EPSG:22283
+  ll  -14.35792420106587 15.66434861460777
+  en  -793126.5832479732 -1600289.1065848742
+  ll2 -14.357924196931089 15.66434862265247
+EPSG:22285
+  ll  19.219203371980242 20.098719245948967
+  en  -515827.34253963275 2133463.1725911554
+  ll2 19.219203261056904 20.098719231445074
+EPSG:22287
+  ll  20.714111476340804 22.049604432755807
+  en  -516102.91328623664 2299574.6156137926
+  ll2 20.714111355378034 22.049604418469148
+EPSG:22289
+  ll  57.959571889423756 26.37405661359557
+  en  -155390.61835424002 6429824.95355013
+  ll2 57.95957167106361 26.37405656785655
+EPSG:2229
+  ll  -21.008327731495015 -54.675807266669835
+  en  3.831296081826139E7 -1.12598461967893E7
+  ll2 -21.008327731494973 -54.675807266669835
+EPSG:22291
+  ll  15.822349333708473 39.66172821097081
+  en  930958.7192241508 1769544.3638010568
+  ll2 15.822349230825441 39.66172819274487
+EPSG:22293
+  ll  -7.469280137794215 38.45839551632448
+  en  603406.442237649 -829403.2229962017
+  ll2 -7.46928014646863 38.45839551373976
+EPSG:2230
+  ll  53.512984803001686 -141.77425749114798
+  en  666672.6928963454 1.031313833650166E7
+  ll2 53.512984803001686 -141.77425749114798
+EPSG:2231
+  ll  -8.661358886932234 -21.085206875146753
+  en  3.94157105501493E7 151772.49955544242
+  ll2 -8.661358886932172 -21.085206875146767
+EPSG:2232
+  ll  0.6497343681842267 -152.08471408753286
+  en  -1.7006768789148863E7 -8292176.710630943
+  ll2 0.6497343681842688 -152.08471408753286
+EPSG:2233
+  ll  57.75364530180653 -131.5590355525183
+  en  -2382651.1125893453 9610281.690960722
+  ll2 57.75364530180651 -131.5590355525183
+EPSG:22332
+  ll  -67.70318692967427 2.382101140235285
+  en  220226.9473471649 -7524653.074289671
+  ll2 -67.7031867654066 2.382101202394201
+EPSG:2234
+  ll  51.748469343156856 -110.79650962426274
+  en  -7486841.189237771 6400409.4610808715
+  ll2 51.748469343156856 -110.79650962426274
+EPSG:2235
+  ll  -76.90573832391465 -75.31936248341945
+  en  664243.4657020919 -4.182113197582726E7
+  ll2 -76.90573832391465 -75.31936248341945
+EPSG:2236
+  ll  28.443291590032658 -89.63731221717923
+  en  -2125301.660107449 1594216.644044836
+  ll2 28.443291578466052 -89.63731222008508
+EPSG:2237
+  ll  -37.60942250020157 -75.38430943582026
+  en  2573613.686748374 -2.2560965165680546E7
+  ll2 -37.609422495414385 -75.3843094354265
+EPSG:2238
+  ll  66.21439189561556 -53.832405440819045
+  en  7754428.80086045 1.5464640777273593E7
+  ll2 66.21439189561553 -53.83240544081904
+EPSG:2239
+  ll  -13.667136022185545 -79.4839715986578
+  en  1608593.8890996815 -1.5855464412777321E7
+  ll2 -13.667136022182337 -79.48397159868355
+EPSG:22391
+  ll  57.3166038987268 -23.98571849818009
+  en  -1665156.5511903702 3110161.868499758
+  ll2 57.3166038825782 -23.985718472764976
+EPSG:22392
+  ll  28.16280731715336 82.19775002521317
+  en  7069493.091693305 2100952.001826676
+  ll2 28.162807285949278 82.19774993693686
+EPSG:2240
+  ll  -15.060011555006838 -81.26317209090911
+  en  3321089.7555110063 -1.6362505824449914E7
+  ll2 -15.06001155500113 -81.26317209093915
+EPSG:2241
+  ll  33.80922182170829 -111.55111285018134
+  en  843148.0658183321 -2860548.993116849
+  ll2 33.8092218217083 -111.55111285018133
+EPSG:2242
+  ll  21.81680039468806 -121.282664713613
+  en  -834730.0515506963 -7162378.9671372585
+  ll2 21.81680039183626 -121.28266471594858
+EPSG:2243
+  ll  -86.62074022443385 -117.43608964125197
+  en  2588254.5912787435 -4.67136679119353E7
+  ll2 -86.62074022443387 -117.43608964125187
+EPSG:2246
+  ll  82.4979619165005 -139.01778343195858
+  en  -2633155.1285925247 2.040404971188155E7
+  ll2 82.49796191650053 -139.0177834319586
+EPSG:2247
+  ll  37.31613825015898 -81.17617390645263
+  en  2969980.017928859 2030433.6743596187
+  ll2 37.31613825015909 -81.17617390645263
+EPSG:2248
+  ll  23.8500437404617 -32.215070174706085
+  en  1.6160351798104687E7 -1368726.7439618192
+  ll2 23.850043740461714 -32.215070174706085
+EPSG:2249
+  ll  52.12801218575889 -28.729910682785444
+  en  1.0015754243471082E7 8934987.858242683
+  ll2 52.128012185758884 -28.72991068278545
+EPSG:2250
+  ll  -7.520136934677025 -134.59622270894664
+  en  -2.782910023325512E7 -8379282.062199312
+  ll2 -7.520136934676989 -134.59622270894664
+EPSG:2251
+  ll  19.050081330787222 -49.763093254544515
+  en  3.9962984659780666E7 -6431261.656662708
+  ll2 19.050081330787254 -49.763093254544515
+EPSG:2252
+  ll  -1.2683269065310459 -141.1528540826788
+  en  -5817528.218010528 -8676687.532259705
+  ll2 -1.2683269065310019 -141.1528540826788
+EPSG:22521
+  ll  -19.453398270581744 -60.22310650648848
+  en  161638.17627584946 7845835.411787924
+  ll2 -19.453398270236804 -60.2231065053723
+EPSG:22522
+  ll  -77.57392983978998 -60.73706014251224
+  en  267177.6900185289 1369771.8545654695
+  ll2 -77.57392980346201 -60.737059325318725
+EPSG:22523
+  ll  -40.53557488874597 -51.70350379248387
+  en  -67890.44591711229 5491158.453245356
+  ll2 -40.53557488053666 -51.70350378862166
+EPSG:22524
+  ll  -78.94220473597757 -48.889801936091644
+  en  289211.7588312355 1218544.9541630354
+  ll2 -78.94220469833795 -48.889801025844605
+EPSG:22525
+  ll  -6.245941274073189 -24.966263183803818
+  en  1391527.0496708024 9302779.86734866
+  ll2 -6.24594127171605 -24.96626321689325
+EPSG:2253
+  ll  6.685751910657597 -136.10274213065983
+  en  -7957603.15427478 -6807274.902600902
+  ll2 6.685751910657634 -136.10274213065983
+EPSG:2254
+  ll  -64.58842219211553 -86.23195902515462
+  en  1392953.046525869 -3.422622825889236E7
+  ll2 -64.58842219209548 -86.23195902515772
+EPSG:2255
+  ll  15.083091153729498 -90.81910768799001
+  en  2125248.462013746 -5237418.301173262
+  ll2 15.083091153729498 -90.81910768799001
+EPSG:2256
+  ll  -7.594052743028356 -84.25069937921661
+  en  1.5393579089778876E7 -1.965814878754855E7
+  ll2 -7.594052743028326 -84.25069937921661
+EPSG:2257
+  ll  56.14349766463167 -110.80268905271095
+  en  -776844.0033961735 9226298.821651869
+  ll2 56.14349765803202 -110.80268904169289
+EPSG:2258
+  ll  86.06767573077803 -98.44857062605789
+  en  1835847.5782140947 2.0128635566715676E7
+  ll2 86.06767573092333 -98.4485707319522
+EPSG:2259
+  ll  -50.95569833092357 -114.12118593612065
+  en  1274301.1181658108 -2.9843209230209958E7
+  ll2 -50.955698325148994 -114.12118593007355
+EPSG:2260
+  ll  43.07254804892369 -81.67756030742518
+  en  -1425915.665027556 1626658.4177938302
+  ll2 43.07254803860889 -81.67756029794694
+EPSG:2261
+  ll  85.32219838547309 -79.11879016002165
+  en  744467.5139608241 1.6568732278640214E7
+  ll2 85.32219838547292 -79.11879016001754
+EPSG:2262
+  ll  -31.91342960937915 -71.80127984783039
+  en  3254861.4209723733 -2.6185746260657497E7
+  ll2 -31.913429605710064 -71.8012798446085
+EPSG:2263
+  ll  21.762721262934313 -92.4105892906049
+  en  -5546006.732715167 -6128650.337981839
+  ll2 21.762721262934335 -92.4105892906049
+EPSG:2264
+  ll  82.79870916949199 -5.179484458892773
+  en  7953877.847262801 2.370975847873667E7
+  ll2 82.79870916949199 -5.179484458892787
+EPSG:2265
+  ll  87.09091999869183 -61.94158688149484
+  en  3169444.019684071 1.7020727752212517E7
+  ll2 87.09091999869183 -61.94158688149478
+EPSG:2266
+  ll  -11.619188916046319 -29.982903031884007
+  en  3.690010235943336E7 -7765246.403433588
+  ll2 -11.619188916046259 -29.982903031884035
+EPSG:2267
+  ll  69.94486721931695 -155.8461539942613
+  en  -6673614.651774974 1.6335901682823498E7
+  ll2 69.94486721931693 -155.8461539942613
+EPSG:2268
+  ll  66.26452918668858 -101.91494979553471
+  en  1267127.2389033556 1.2762599497392848E7
+  ll2 66.26452918668855 -101.91494979553471
+EPSG:2269
+  ll  56.15992712282713 -64.29160953201678
+  en  1.896901779513669E7 8488918.292465787
+  ll2 56.15992712282718 -64.29160953201676
+EPSG:2270
+  ll  14.510014089599682 -97.41915359904621
+  en  1.3949217343196731E7 -9035814.328258816
+  ll2 14.510014089599704 -97.41915359904621
+EPSG:22700
+  ll  84.85314364565485 -19.284056148251967
+  en  -919406.8306109915 7598643.349757436
+  ll2 84.85314364824019 -19.284056159490593
+EPSG:2271
+  ll  0.714547320442751 -122.62870931494294
+  en  -1.7725856618398737E7 -1.033280931108586E7
+  ll2 0.7145473204427889 -122.62870931494294
+EPSG:2272
+  ll  31.727384702322652 -77.80084948029699
+  en  1952513.1986209813 -2780416.372246657
+  ll2 31.727384702322933 -77.80084948029699
+EPSG:2273
+  ll  -23.79843587422504 -18.772109086737373
+  en  3.3803013882959254E7 -1.4168274159268793E7
+  ll2 -23.798435874225024 -18.772109086737387
+EPSG:2274
+  ll  11.29525090915942 -81.28015582052532
+  en  3809578.3985591857 -8590110.222052464
+  ll2 11.295250909159437 -81.28015582052532
+EPSG:2275
+  ll  73.74076291337406 -69.02224607535723
+  en  5177887.459071612 1.9987367632256508E7
+  ll2 73.74076291337407 -69.02224607535723
+EPSG:2276
+  ll  5.528252377857292 -133.3711421818349
+  en  -1.1900396445565725E7 -983301.2003465549
+  ll2 5.528252377857297 -133.3711421818349
+EPSG:2277
+  ll  -17.728395077217765 -128.8472422534969
+  en  -1.159548598837953E7 -7825976.426477988
+  ll2 -17.72839507721777 -128.8472422534969
+EPSG:22770
+  ll  88.33178839099645 25.89350541015238
+  en  162851.1640392544 8337027.438099087
+  ll2 88.33178839170985 25.89350542459618
+EPSG:2278
+  ll  -20.123440340862203 -114.28592116796294
+  en  -5538361.03679896 -6176736.0538396705
+  ll2 -20.123440340862178 -114.28592116796294
+EPSG:22780
+  ll  -15.408325446621546 58.84992478389369
+  en  2585725.2453020783 -5774744.557550252
+  ll2 -15.408325411685732 58.84992479947495
+EPSG:2279
+  ll  22.320648478929378 -80.77995413064328
+  en  6973263.949061707 1.5607755695212543E7
+  ll2 22.32064847892939 -80.77995413064328
+EPSG:2280
+  ll  82.51364961541286 -73.82362445880868
+  en  4446849.681615806 2.1447395844858903E7
+  ll2 82.51364961541283 -73.82362445880867
+EPSG:2281
+  ll  75.53424740638488 -135.79263817773574
+  en  -1284175.1932420582 2.1723125639414556E7
+  ll2 75.53424740638488 -135.79263817773574
+EPSG:2282
+  ll  5.22150793169995 -149.0973508806513
+  en  -1.3806593510207668E7 946300.5636304035
+  ll2 5.221507931700008 -149.0973508806513
+EPSG:2283
+  ll  7.292590229151756 -14.13719527568449
+  en  3.6099454609199494E7 3976731.908755073
+  ll2 7.292590229151768 -14.13719527568449
+EPSG:2284
+  ll  -9.15493726485668 -46.841595797734556
+  en  2.6693260687309843E7 -1.255167221774813E7
+  ll2 -9.154937264856642 -46.84159579773455
+EPSG:2285
+  ll  86.66402887476126 -108.11533530494037
+  en  2095394.2471747287 1.6477310809813032E7
+  ll2 86.66402887476131 -108.11533530494037
+EPSG:2286
+  ll  -6.7796307806267535 -42.635499786647614
+  en  3.671338594437064E7 -2872602.1155925537
+  ll2 -6.779630780626726 -42.635499786647614
+EPSG:2287
+  ll  88.48952798535637 -63.20978614529072
+  en  2534864.27798077 1.8873610960365713E7
+  ll2 88.4895279853563 -63.209786145290735
+EPSG:2288
+  ll  0.10286579759478265 -22.492922575868477
+  en  3.0738685898113575E7 -4811578.491543416
+  ll2 0.10286579759480842 -22.492922575868462
+EPSG:2289
+  ll  14.021491428416766 -126.14343485560835
+  en  -1.2013335716211865E7 -7540482.112232511
+  ll2 14.021491428416795 -126.14343485560835
+EPSG:2290
+  ll  15.943687632905053 3.9781447873233446
+  en  8446507.70401607 -368044.91569497343
+  ll2 15.943687632905064 3.9781447873233304
+EPSG:2294
+  ll  54.52935711510406 -61.713463879572416
+  en  4486181.530819821 6044253.2953086095
+  ll2 54.52935711510406 -61.71346387957241
+EPSG:2295
+  ll  74.07052906444247 -68.23366833823962
+  en  5385654.275738144 8225955.013267175
+  ll2 74.07052906438025 -68.23366833811696
+EPSG:22991
+  ll  -78.79548866373064 29.272159566024982
+  en  175727.34250941098 -1.0976932223026996E7
+  ll2 -78.79548865762061 29.272159495362903
+EPSG:22992
+  ll  85.51115854242002 29.80924568502739
+  en  604430.3872684323 6990600.8161021825
+  ll2 85.51115853854137 29.8092455467458
+EPSG:22993
+  ll  -57.952880485707304 17.932248518833
+  en  163918.94557016378 -9582248.768451737
+  ll2 -57.952880438855004 17.932248770502937
+EPSG:22994
+  ll  -54.03968952448869 22.722407659690965
+  en  419682.62704006786 -8118953.443510242
+  ll2 -54.03968952082652 22.722407649014013
+EPSG:23028
+  ll  -36.77276487575185 -19.82507647570351
+  en  69364.9706510824 -4080559.188550436
+  ll2 -36.772764861319075 -19.825076422533034
+EPSG:23029
+  ll  -34.78856248829353 -2.3310070526161475
+  en  1110733.949678464 -3869932.1099200766
+  ll2 -34.78856246485806 -2.331007012054285
+EPSG:23030
+  ll  45.07173253587433 -7.508541529976422
+  en  145201.23198942625 5001027.30461471
+  ll2 45.0717325471081 -7.508541515465937
+EPSG:23031
+  ll  -18.012297032234684 5.909399445752248
+  en  808185.6721176627 -1993900.704733758
+  ll2 -18.0122970077821 5.909399470345997
+EPSG:23032
+  ll  -71.35663032823946 14.337975879392436
+  en  690327.0560337784 -7925711.6731009325
+  ll2 -71.35663029744319 14.337975956442905
+EPSG:23033
+  ll  70.1559139070934 13.840697315272458
+  en  456152.99140367896 7783882.490379688
+  ll2 70.15591390704067 13.840697321325571
+EPSG:23034
+  ll  83.20594352166003 23.955852082894594
+  en  539083.3264723511 9240651.160743225
+  ll2 83.2059435185785 23.95585209997137
+EPSG:23035
+  ll  44.88202033829393 19.9033154834442
+  en  -60434.06181914196 4994585.045535109
+  ll2 44.88202033312582 19.90331549906747
+EPSG:23036
+  ll  86.8710692665218 29.64120659821952
+  en  479577.5416943046 9649418.642731473
+  ll2 86.8710692616714 29.641206633175493
+EPSG:23037
+  ll  65.09598106857533 36.8751096293454
+  en  400192.93528919684 7221015.203782798
+  ll2 65.09598106864544 36.87510963039617
+EPSG:23038
+  ll  43.52290644927007 50.649635497148445
+  en  956616.5953380011 4834590.614956143
+  ll2 43.522906450381235 50.649635496533804
+EPSG:2309
+  ll  -49.457078090192915 106.22312337662474
+  en  -207994.201843909 4475620.304395002
+  ll2 -49.45707802067547 106.22312373820446
+EPSG:23090
+  ll  74.56922855420919 6.001487291652786
+  en  678062.292565749 8284766.09113387
+  ll2 74.56922855279795 6.001487293724816
+EPSG:23095
+  ll  3.9075646767169587 13.15185751883088
+  en  1408174.718137479 436467.6006213893
+  ll2 3.907564699273907 13.151857492195925
+EPSG:2310
+  ll  45.938238076182586 141.05523162711617
+  en  1201844.8285024501 1.5127203913534332E7
+  ll2 45.938238033593095 141.0552314881032
+EPSG:2311
+  ll  79.90750853782885 5.8344440986379755
+  en  496761.21039730776 8871266.99159487
+  ll2 79.90750853782886 5.8344440986379755
+EPSG:2312
+  ll  -61.10686907261553 11.586960523978325
+  en  316070.4526858834 -6779200.6413004445
+  ll2 -61.106869072488955 11.586960524012714
+EPSG:2313
+  ll  -53.96207421733703 23.975808055820064
+  en  1088177.7637519222 -6016377.833098785
+  ll2 -53.96207417207404 23.97580785140248
+EPSG:2314
+  ll  87.36558574017153 -60.530745646272344
+  en  297048.2318615783 2.827525002993902E7
+  ll2 87.3655856161975 -60.53074649989971
+EPSG:2315
+  ll  22.50455506286906 -77.5357477446401
+  en  -380158.59356544644 1.251384460075739E7
+  ll2 22.504555040905085 -77.53574772597867
+EPSG:2316
+  ll  -12.465056899661107 -71.13716136059317
+  en  -386917.6577917796 8608255.276213353
+  ll2 -12.46505690217006 -71.13716133201025
+EPSG:2317
+  ll  -2.324373884095273 -140.8609613953165
+  en  -7376731.916337173 651062.3137840985
+  ll2 -2.324373687369843 -140.86096122573764
+EPSG:2318
+  ll  72.05625067882613 1.9608423096745042
+  en  -2502026.5937269987 6441192.576379812
+  ll2 72.0562506622437 1.9608424444934294
+EPSG:2319
+  ll  -36.474530045819435 31.251856579344242
+  en  881215.908750244 -4046597.201108042
+  ll2 -36.47453002274667 31.251856592496836
+EPSG:2320
+  ll  58.40445149361702 34.60693221195932
+  en  769253.6334096878 6485744.739061837
+  ll2 58.40445149355706 34.60693221269526
+EPSG:2321
+  ll  6.035454283304418 39.05589926187791
+  en  1171706.5062681579 671267.6430047001
+  ll2 6.0354543024782155 39.05589925987869
+EPSG:2322
+  ll  12.205107455014002 26.81424559759214
+  en  -503524.29614373855 1367035.7807151293
+  ll2 12.205107463859273 26.81424565840869
+EPSG:2323
+  ll  -0.33112450793547055 40.45816117904329
+  en  662361.2348165733 -36505.460821274326
+  ll2 -0.3311244869319618 40.458161182150704
+EPSG:23239
+  ll  -34.54779105189961 45.37770458615393
+  en  -16388.366024915827 -3837396.844189363
+  ll2 -34.547790873562285 45.37770471331569
+EPSG:2324
+  ll  -41.73371190114088 38.82300924924518
+  en  235680.3075135022 -4626936.323179204
+  ll2 -41.73371187749187 38.82300925718209
+EPSG:23240
+  ll  76.91582814377438 58.80276287681522
+  en  545273.5657491194 8537795.117394673
+  ll2 76.91582814729937 58.8027629363072
+EPSG:2325
+  ll  47.29943582630469 36.43398452154631
+  en  -147644.07084218878 5276422.9411008535
+  ll2 47.299435796493015 36.43398461320123
+EPSG:2326
+  ll  -34.34253965979709 115.18396232323983
+  en  929011.7207429266 -5451320.523261349
+  ll2 -34.34253962952836 115.18396225331577
+EPSG:2327
+  ll  -50.40377474474187 70.36683462490393
+  en  1.3170679210282058E7 -5596032.910525473
+  ll2 -50.40377474380367 70.3668346251086
+EPSG:2328
+  ll  -70.58811932821659 72.4694346329554
+  en  1.4184356176923325E7 -7856810.252411287
+  ll2 -70.58811931635175 72.46943483641064
+EPSG:2329
+  ll  61.46507625506726 95.94535655333416
+  en  1.5975860274030278E7 6850053.173002224
+  ll2 61.46507622034718 95.94535629592733
+EPSG:2330
+  ll  -13.254874405779475 83.33011858764975
+  en  1.5447537590978803E7 -1486415.2336737693
+  ll2 -13.254874390843934 83.33011865829775
+EPSG:2331
+  ll  23.047324836677106 96.51113220593939
+  en  1.72448678566357E7 2551950.039118646
+  ll2 23.047324836673155 96.51113220593358
+EPSG:2332
+  ll  -77.07916651407811 112.65634019946354
+  en  1.8690675074730374E7 -8571472.765378231
+  ll2 -77.07916651199541 112.65634011602855
+EPSG:2333
+  ll  74.0897356487427 115.47651792143716
+  en  1.9636912679892607E7 8230489.970875535
+  ll2 74.08973564856014 115.47651792080816
+EPSG:2334
+  ll  -80.41703573526203 113.2540757941062
+  en  2.0430400420802798E7 -8933955.081732143
+  ll2 -80.41703573524626 113.25407579424086
+EPSG:2335
+  ll  64.31738764482714 128.49352684750033
+  en  2.176550024926618E7 7146722.537191692
+  ll2 64.31738764305187 128.49352684417488
+EPSG:2336
+  ll  49.16376290558796 122.98989279460605
+  en  2.2061789902881198E7 5465260.956427629
+  ll2 49.16376290124654 122.9898927978267
+EPSG:2337
+  ll  -43.799442596196656 132.05952860457523
+  en  2.3263358376292773E7 -4855745.419776901
+  ll2 -43.79944259614393 132.05952860454474
+EPSG:2338
+  ll  76.35147330223845 84.93388875500222
+  en  760602.0833113221 8499814.387775024
+  ll2 76.351473296304 84.93388786998281
+EPSG:2339
+  ll  -42.852592408183206 74.99397212293893
+  en  9025.689627010026 -4763881.444300547
+  ll2 -42.85259240458377 74.99397212373955
+EPSG:2340
+  ll  -8.996716512759832 86.5473004218259
+  en  450221.105090392 -994918.334769293
+  ll2 -8.996716512759832 86.5473004218259
+EPSG:2341
+  ll  -31.982347471394824 94.95861236639863
+  en  685126.9211166804 -3541573.005890307
+  ll2 -31.982347471392675 94.95861236640333
+EPSG:2342
+  ll  -80.4354253420265 107.69077763862535
+  en  660692.9995507039 -8945806.383001331
+  ll2 -80.43542534121218 107.69077736570128
+EPSG:2343
+  ll  -4.659368232748577 98.5570116619241
+  en  -216377.50058770878 -518500.32013374014
+  ll2 -4.6593682323457175 98.55701167021678
+EPSG:2344
+  ll  25.356452128247085 112.40510745950012
+  en  641442.8628591269 2806284.4900965774
+  ll2 25.35645212824693 112.40510745950051
+EPSG:2345
+  ll  -34.26552206149251 126.53736321942925
+  en  1379845.534205933 -3834574.923585214
+  ll2 -34.26552203180969 126.53736316101953
+EPSG:2346
+  ll  52.019292211779515 125.21695258846383
+  en  652181.3335049888 5767814.010678594
+  ll2 52.019292211768054 125.21695258846702
+EPSG:2347
+  ll  -17.238642918195723 119.23596215697584
+  en  -542599.0271086824 -1933230.0019368385
+  ll2 -17.23864290107532 119.2359621989288
+EPSG:2348
+  ll  48.95073097685699 135.14794355710248
+  en  510835.97233395645 5424161.543490261
+  ll2 48.95073097685699 135.14794355710248
+EPSG:2349
+  ll  38.81708292053975 71.63693956676265
+  en  2.5207885152405035E7 4303577.02784335
+  ll2 38.817082920447824 71.6369395666784
+EPSG:2350
+  ll  82.7524974776752 76.65626033133982
+  en  2.648106827238705E7 9192731.379833942
+  ll2 82.75249747767519 76.65626033133978
+EPSG:2351
+  ll  -2.3583998933273875 86.2871471699999
+  en  2.8088906778089356E7 -261900.4999685998
+  ll2 -2.3583998932729 86.28714716741158
+EPSG:2352
+  ll  -15.498955318051259 77.41559907870538
+  en  2.7792167666592192E7 -1725103.5412697673
+  ll2 -15.498955316895067 77.41559908121242
+EPSG:2353
+  ll  -3.3497720470412133 83.79336759077097
+  en  2.9143458812189337E7 -370986.4657043351
+  ll2 -3.349772047038296 83.79336759091605
+EPSG:2354
+  ll  -30.91713141435808 88.13722230845346
+  en  3.032192812961983E7 -3423275.999659334
+  ll2 -30.91713141435663 88.13722230845003
+EPSG:2355
+  ll  82.52372107249462 96.742303792351
+  en  3.1554347001004383E7 9168722.83520419
+  ll2 82.52372107248705 96.74230379221545
+EPSG:2356
+  ll  9.886153259198906 93.56655713809691
+  en  3.2233030351845615E7 1094236.858498699
+  ll2 9.886153259197554 93.56655713812077
+EPSG:2357
+  ll  28.35857385464081 99.62208208906421
+  en  3.356098610290935E7 3138338.4671586403
+  ll2 28.358573854640806 99.62208208906421
+EPSG:2358
+  ll  59.81614065331584 108.33659217569281
+  en  3.4855182931653745E7 6650595.833627799
+  ll2 59.8161406480751 108.33659216509102
+EPSG:2359
+  ll  -53.83279027432003 110.68728756471445
+  en  3.587425439590321E7 -5982324.023196304
+  ll2 -53.832790271136695 110.68728756185203
+EPSG:2360
+  ll  -2.097619869359903 100.53610846999278
+  en  3.56673079715446E7 -233937.74473027475
+  ll2 -2.097619868838347 100.5361084934304
+EPSG:2361
+  ll  44.631051396907736 113.69782766805459
+  en  3.7714077105445765E7 4947488.232354276
+  ll2 44.631051396875286 113.6978276680731
+EPSG:2362
+  ll  -30.308120782212242 119.65155463360531
+  en  3.904404088074706E7 -3367839.9789206767
+  ll2 -30.308120781122145 119.65155463524528
+EPSG:2363
+  ll  -11.252340979555271 116.07520322376351
+  en  3.9399014033065036E7 -1244538.497496088
+  ll2 -11.252340979555266 116.0752032237637
+EPSG:2364
+  ll  -60.82712764220339 129.96716502551604
+  en  4.104078263093885E7 -6787458.182040984
+  ll2 -60.82712757901443 129.96716434709185
+EPSG:2365
+  ll  -64.62349927673337 119.2580480473466
+  en  4.132107112613998E7 -7174648.158369267
+  ll2 -64.62349927655693 119.25804804744818
+EPSG:2366
+  ll  60.14976230502796 132.55869209228098
+  en  4.2863917446229406E7 6688856.653327488
+  ll2 60.149762298700395 132.55869207759793
+EPSG:2367
+  ll  -33.323877725437214 126.90208057240629
+  en  4.330464460121206E7 -3690635.552739777
+  ll2 -33.32387772543357 126.9020805723992
+EPSG:2368
+  ll  -74.20949093167074 141.6919120964808
+  en  4.479330804800086E7 -8262645.982755871
+  ll2 -74.20949092076411 141.69191140913162
+EPSG:2369
+  ll  -37.96121943633569 137.05788444814655
+  en  4.5680853836477965E7 -4205193.817265998
+  ll2 -37.96121943633111 137.05788444815286
+EPSG:2370
+  ll  -13.506374394091381 81.73784485683358
+  en  1230955.6557994727 -1503805.1069422786
+  ll2 -13.506374392841893 81.73784485214215
+EPSG:23700
+  ll  46.46561041539386 21.520339346245464
+  en  839912.6237409575 127576.65601458694
+  ll2 46.46561041643152 21.520339350984713
+EPSG:2371
+  ll  -61.633035743291245 72.57322974610227
+  en  212468.75762403623 -6848033.4058693955
+  ll2 -61.633035741357894 72.57322974884825
+EPSG:2372
+  ll  -61.72742793553628 75.64240576694468
+  en  216994.38329657365 -6858223.232216023
+  ll2 -61.72742793375314 75.64240576939531
+EPSG:2373
+  ll  8.399368192405845 86.70491275606497
+  en  798007.9152343194 929849.1225883475
+  ll2 8.399368192403552 86.70491275601862
+EPSG:2374
+  ll  -23.46869940720994 77.53898701739321
+  en  -469613.40295606793 -2628525.6992778126
+  ll2 -23.468699391797397 77.53898702248252
+EPSG:2375
+  ll  77.2823039327753 90.28838936060927
+  en  507090.06759746897 8581730.535026891
+  ll2 77.28230393277532 90.28838936060927
+EPSG:2376
+  ll  83.40529863644778 92.2682595198799
+  en  490614.2404931222 9265473.965498108
+  ll2 83.40529863644778 92.2682595198799
+EPSG:2377
+  ll  58.69569437278744 94.80173998447128
+  en  430525.2552753099 6509395.52369421
+  ll2 58.69569437278717 94.80173998447121
+EPSG:2378
+  ll  -69.2315763973135 105.37024745458675
+  en  751802.5532925078 -7696366.466256937
+  ll2 -69.23157639455152 105.37024744049249
+EPSG:2379
+  ll  -56.418793722302446 94.27380345276858
+  en  23730.57014566689 -6282014.946144931
+  ll2 -56.418793703884155 94.27380350994801
+EPSG:2380
+  ll  -4.4435278564484975 96.53953082074065
+  en  -442416.0820048918 -496770.75240443845
+  ll2 -4.443527853845963 96.53953087277684
+EPSG:2381
+  ll  -3.1167778323475233 116.22458689755304
+  en  1417370.403807668 -348237.7898566789
+  ll2 -3.1167778308248297 116.224586853065
+EPSG:2382
+  ll  -60.76568320048395 115.58519501517556
+  en  749779.2354406905 -6748115.842478687
+  ll2 -60.76568319974486 115.58519501461069
+EPSG:2383
+  ll  10.701738314526239 105.68934263684011
+  en  -412154.78850349074 1195823.7221727646
+  ll2 10.701738309878554 105.68934266696033
+EPSG:23830
+  ll  -60.965863141757 88.11293764769741
+  en  -145544.31293756003 -5277878.734140995
+  ll2 -60.965863136532676 88.11293765954402
+EPSG:23831
+  ll  -74.1305008932288 92.36598521685463
+  en  43428.419191324996 -6735818.971444916
+  ll2 -74.13050089282171 92.36598521902027
+EPSG:23832
+  ll  -84.98190912174354 103.94752010004802
+  en  233657.6960937791 -7941554.534665579
+  ll2 -84.98190912174216 103.94752009998247
+EPSG:23833
+  ll  8.203999848624619 104.53880434491424
+  en  314458.162390752 2407270.701139561
+  ll2 8.203999848624612 104.53880434491388
+EPSG:23834
+  ll  74.0695939771586 97.7395332246742
+  en  -67582.24357464578 9741984.312217887
+  ll2 74.06959396953854 97.73953349792268
+EPSG:23835
+  ll  -89.45178829317967 107.66970628667012
+  en  198044.52539057838 -8439770.96235203
+  ll2 -89.45178829317969 107.66970628667029
+EPSG:23836
+  ll  49.59305030694364 108.25123097417791
+  en  -107106.65664204495 7003712.34802056
+  ll2 49.59305030638915 108.25123097420925
+EPSG:23837
+  ll  27.202264175298012 110.41150563676077
+  en  -304489.33084749576 4519999.551047809
+  ll2 27.202264174852356 110.41150563590386
+EPSG:23838
+  ll  -25.997214588932806 125.49195775108848
+  en  901043.3510391925 -1395049.665513285
+  ll2 -25.997214586119238 125.49195775515923
+EPSG:23839
+  ll  73.46145171829585 121.28605543351753
+  en  193200.21466692074 9654415.969132733
+  ll2 73.46145171829586 121.28605543351753
+EPSG:2384
+  ll  60.00758717915562 110.67449361347896
+  en  147476.77293631266 6671800.653451489
+  ll2 60.0075871740085 110.6744936239832
+EPSG:23840
+  ll  -60.28561651481987 127.38330687490905
+  en  359449.5234782482 -5188711.665091393
+  ll2 -60.28561651477283 127.38330687490406
+EPSG:23841
+  ll  -13.751816634582838 124.88939761960387
+  en  -82392.86622608145 -22265.110005758936
+  ll2 -13.751816634580114 124.889397619626
+EPSG:23842
+  ll  36.91825125832975 139.17564964012755
+  en  973806.2227909695 5622375.401167308
+  ll2 36.91825123682621 139.1756496104112
+EPSG:23843
+  ll  -76.97938369027464 127.94523980566629
+  en  60449.92853872577 -7053633.290583918
+  ll2 -76.97938368989728 127.94523981022931
+EPSG:23844
+  ll  -71.74348756168993 144.9051784092153
+  en  493127.14825877827 -6483172.359034759
+  ll2 -71.74348755235961 144.9051782280139
+EPSG:23845
+  ll  -45.38064732663123 138.49837076678378
+  en  121557.26169829998 -3527233.1510213036
+  ll2 -45.380647326631134 138.49837076678367
+EPSG:23846
+  ll  -9.602423912823724 83.98980814981387
+  en  -492575.29932477 -1074561.3889627217
+  ll2 -9.602423905177547 83.98980820981387
+EPSG:23847
+  ll  -23.74024760152635 93.3966668066252
+  en  -71706.11518699129 -2636756.920696704
+  ll2 -23.740247600908134 93.39666680524866
+EPSG:23848
+  ll  -72.9886457479094 97.50744275525791
+  en  255882.37710559837 -8114522.693136559
+  ll2 -72.9886457435163 97.5074428186411
+EPSG:23849
+  ll  45.59023817877892 104.5874747574324
+  en  -196.85762506199535 5068568.526775027
+  ll2 45.59023817266674 104.58747476031388
+EPSG:2385
+  ll  -52.936177882602124 116.05567913508803
+  en  234856.04468325328 -5874808.191635885
+  ll2 -52.93617788224112 116.05567913513342
+EPSG:23850
+  ll  -68.5196979887265 120.99075461050263
+  en  662959.619957743 -7606119.171578238
+  ll2 -68.51969798858731 120.99075460840933
+EPSG:23851
+  ll  -39.1020051559976 119.14781826889705
+  en  166831.20490950037 -4335185.308520385
+  ll2 -39.10200515588535 119.14781826778766
+EPSG:23852
+  ll  6.071383023072229 136.41420447559366
+  en  1322656.550455552 676746.9557714461
+  ll2 6.071383021539352 136.41420445487012
+EPSG:2386
+  ll  -81.77696205887067 117.79422772504891
+  en  416951.9164701832 -9087306.309480177
+  ll2 -81.77696205880385 117.79422772770135
+EPSG:23866
+  ll  -9.996802557510264 94.38792637019583
+  en  652126.058918705 -1105378.870327627
+  ll2 -9.996802557510222 94.38792637019449
+EPSG:23867
+  ll  -6.128509517765622 99.03138353930579
+  en  503472.3766921898 -677410.4239096971
+  ll2 -6.128509517765622 99.03138353930579
+EPSG:23868
+  ll  65.27914756782414 109.72198481467956
+  en  720184.3547698108 7247813.572290432
+  ll2 65.27914756714898 109.72198481381393
+EPSG:23869
+  ll  -0.4521043343266058 102.89920867442146
+  en  -404425.7165591484 -50478.200155049824
+  ll2 -0.45210433412455747 102.89920871603424
+EPSG:2387
+  ll  -84.58997298452051 133.14097668534896
+  en  575006.8280449763 -9402380.312449528
+  ll2 -84.58997298450885 133.14097663819868
+EPSG:23870
+  ll  -77.21969198728301 122.73058984391338
+  en  641299.7436311713 -8578186.770923192
+  ll2 -77.21969198685525 122.73058983785037
+EPSG:23871
+  ll  78.27607445728682 123.52552687882638
+  en  511920.66502931784 8689233.473484604
+  ll2 78.27607445728682 123.52552687882638
+EPSG:23872
+  ll  -52.1003711805071 127.10525358813489
+  en  370221.52569380583 -5773895.41998951
+  ll2 -52.10037118050263 127.10525358813337
+EPSG:23877
+  ll  63.573279497466075 106.59139105935844
+  en  876295.8118069121 1.7071834349868074E7
+  ll2 63.57327948517142 106.59139099818563
+EPSG:23878
+  ll  38.1097442236881 111.93345236146229
+  en  1108185.0875078002 1.424076525834154E7
+  ll2 38.109744217191036 111.93345236044054
+EPSG:23879
+  ll  33.76050844471432 113.76264191207954
+  en  755875.9406690104 1.3739031892282229E7
+  ll2 33.760508444694594 113.76264191211172
+EPSG:2388
+  ll  32.5749824176295 122.8731931530942
+  en  -75763.25301994919 3622227.9002285
+  ll2 32.57498241551013 122.87319315090326
+EPSG:23880
+  ll  -44.90011121085771 116.54618466976427
+  en  464170.3156917138 5028045.719216708
+  ll2 -44.90011121085771 116.54618466976427
+EPSG:23881
+  ll  -22.060532327272696 127.64803452260927
+  en  979950.6606828247 7553150.1057654265
+  ll2 -22.060532327102745 127.64803452285241
+EPSG:23882
+  ll  53.683631238867434 127.89063592163133
+  en  426732.80682235025 1.5948894811520658E7
+  ll2 53.68363123886725 127.89063592163124
+EPSG:23883
+  ll  -50.19362885016279 135.8207372874896
+  en  558582.9053160603 4439518.052915537
+  ll2 -50.19362885016275 135.82073728748964
+EPSG:23884
+  ll  -79.73373772056406 134.81338181637747
+  en  377132.9629337685 1141598.9302922338
+  ll2 -79.73373772022403 134.81338182880143
+EPSG:23887
+  ll  6.443297467447536 104.1913593235159
+  en  1074791.0490718756 1.0715132769688316E7
+  ll2 6.4432974672007814 104.19135932095732
+EPSG:23888
+  ll  37.27200256019627 112.00540624770252
+  en  1121475.1511554243 1.4148128366308508E7
+  ll2 37.27200255346674 112.00540624610065
+EPSG:23889
+  ll  14.343302850401514 113.22664751737732
+  en  740122.4833292863 1.1586850443325803E7
+  ll2 14.34330285024285 113.22664751655522
+EPSG:2389
+  ll  51.52286159143546 132.17426523460227
+  en  512095.01408940554 5710272.854222626
+  ll2 51.52286159143545 132.17426523460227
+EPSG:23890
+  ll  33.25934220821193 121.79087047552072
+  en  946411.3670305425 1.3690296817660311E7
+  ll2 33.25934220757028 121.79087047497934
+EPSG:23891
+  ll  47.033728771049994 119.56137183797729
+  en  238722.48787983795 1.5214667895709842E7
+  ll2 47.033728770775916 119.56137183645751
+EPSG:23892
+  ll  66.94325650740947 127.93651718930774
+  en  453495.0729699781 1.7425479162680037E7
+  ll2 66.94325650746211 127.93651718648317
+EPSG:23893
+  ll  -76.35346345573299 136.37051648929133
+  en  536064.288033139 1524916.3996520154
+  ll2 -76.3534634559571 136.3705164861959
+EPSG:23894
+  ll  -64.94138507483018 150.62656246418905
+  en  953548.2670215362 2763413.6807289775
+  ll2 -64.94138503510702 150.6265619149449
+EPSG:2390
+  ll  59.32643744120483 143.77035743610065
+  en  998359.7140106796 6611940.247033372
+  ll2 59.32643740677804 143.7703572341596
+EPSG:2391
+  ll  41.60008404038277 12.99828712321163
+  en  832827.095113546 4638413.855920228
+  ll2 41.60008404537036 12.998287160400327
+EPSG:2392
+  ll  66.61861534279987 32.68437231525584
+  en  2883907.7322165323 7418723.4134800285
+  ll2 66.61861532375256 32.68437210136489
+EPSG:2393
+  ll  -74.35973802987084 32.14191565286568
+  en  3654535.173515326 -8262347.852136741
+  ll2 -74.35973800413359 32.14191569909209
+EPSG:2394
+  ll  87.06510545231188 21.75755643860249
+  en  4453183.15305566 9677670.253933838
+  ll2 87.06510543882722 21.757556647312033
+EPSG:23946
+  ll  61.33810498747064 101.35562557635394
+  en  946505.4261094531 6828780.868521262
+  ll2 61.33810491624545 101.35562533845187
+EPSG:23947
+  ll  -78.69298246590763 95.68992929564008
+  en  427939.1800978639 -8737508.961357556
+  ll2 -78.69298158112419 95.68992755223667
+EPSG:23948
+  ll  -54.11844745903714 98.4517508846669
+  en  72736.70118166413 -6016543.984821118
+  ll2 -54.11844698354228 98.45175047488061
+EPSG:2395
+  ll  -72.8520769741305 35.55269933528002
+  en  8190183.367237242 -8111702.640888472
+  ll2 -72.85207696008916 35.55269986965148
+EPSG:2396
+  ll  -43.60001118789897 41.92729341704328
+  en  8767331.410155792 -4869582.427312222
+  ll2 -43.60001115196392 41.9272935288795
+EPSG:2397
+  ll  13.030423587859076 8.753707588178797
+  en  3473413.104812089 1441198.7525072333
+  ll2 13.030423600583056 8.753707606529673
+EPSG:2398
+  ll  -30.129304279472358 14.675134800653753
+  en  4757963.214549415 -3337452.1621466274
+  ll2 -30.129304260403014 14.67513483307996
+EPSG:2399
+  ll  -9.821706418602687 11.994555318622819
+  en  5170287.947561506 -1087543.1377229802
+  ll2 -9.82170640161593 11.994555342338401
+EPSG:2401
+  ll  -56.34344223953492 74.40061786547695
+  en  2.546299012194845E7 -6246905.503261171
+  ll2 -56.34344221623633 74.40061787958605
+EPSG:2402
+  ll  -76.91736512947497 75.86261547827839
+  en  2.644602813570309E7 -8541933.682729792
+  ll2 -76.91736509371627 75.86261552998937
+EPSG:2403
+  ll  -71.44934281122184 78.02145733166867
+  en  2.7394270036762007E7 -7933259.972542007
+  ll2 -71.44934277790793 78.0214573612484
+EPSG:2404
+  ll  35.06111559959513 93.6268830994652
+  en  2.937959736956394E7 3924104.2150474684
+  ll2 35.06111556891086 93.62688302356274
+EPSG:24047
+  ll  -68.93334808160972 92.06720777035035
+  en  222757.50493188662 -7662493.537943005
+  ll2 -68.93334737764124 92.06720716575965
+EPSG:24048
+  ll  63.295271864030894 109.35742710806859
+  en  718765.9744331418 7025548.691699143
+  ll2 63.29527179443288 109.35742690032903
+EPSG:2405
+  ll  -22.79789984245076 88.45781183651937
+  en  2.9649715358864054E7 -2522802.1848164517
+  ll2 -22.797899842763673 88.4578118364708
+EPSG:2406
+  ll  56.05144505605929 88.6639679021814
+  en  3.04167712352561E7 6215120.418425971
+  ll2 56.051445061328764 88.66396790001896
+EPSG:2407
+  ll  -3.9848307175890767 85.02902498692545
+  en  3.0611958754204243E7 -444854.51879215083
+  ll2 -3.9848307211434495 85.02902502028883
+EPSG:2408
+  ll  3.7169537866866307 89.14990219635484
+  en  3.1737233627414092E7 414051.5362310384
+  ll2 3.7169537809476223 89.14990220780301
+EPSG:2409
+  ll  78.0935301504779 98.78579293649283
+  en  3.349505596129842E7 8672299.687319236
+  ll2 78.09353015084397 98.78579293659661
+EPSG:2410
+  ll  54.833664483771884 98.10385933550364
+  en  3.4249689579563916E7 6085700.018131536
+  ll2 54.833664488841514 98.10385933626395
+EPSG:24100
+  ll  -14.428421661129427 -93.12495758652233
+  en  -6124026.6070402125 -1.1722651728869563E7
+  ll2 -14.428421661129404 -93.12495758652233
+EPSG:2411
+  ll  8.487012248817052 113.0016763408839
+  en  3.638379030628853E7 947742.1412282578
+  ll2 8.487012241524374 113.00167631604923
+EPSG:2412
+  ll  74.62685534933064 117.95584952242915
+  en  3.679341998928373E7 8309959.981604456
+  ll2 74.62685534000491 117.95584864272871
+EPSG:2413
+  ll  -24.790679738152264 107.06744040675638
+  en  3.710209286946464E7 -2748507.6988115865
+  ll2 -24.79067973712222 107.06744040638469
+EPSG:2414
+  ll  -82.00234048978693 115.75193354482633
+  en  3.852717204566482E7 -9109144.691255037
+  ll2 -82.00234045209852 115.75193345349047
+EPSG:2415
+  ll  59.98194781461817 118.44304133012142
+  en  3.95805048796903E7 6652969.804601501
+  ll2 59.98194781856354 118.44304133562154
+EPSG:2416
+  ll  38.306360321833125 125.44730694125647
+  en  4.0976552910895914E7 4255621.014899813
+  ll2 38.306360321717 125.44730694857432
+EPSG:2417
+  ll  42.971709932305174 118.4414535514574
+  en  4.1128025017104775E7 4769720.119172364
+  ll2 42.971709934536655 118.44145355717627
+EPSG:2418
+  ll  87.83087826191729 132.37094174202255
+  en  4.25268000733319E7 9761220.45910027
+  ll2 87.83087825788773 132.37094164452074
+EPSG:2419
+  ll  56.312688808490094 124.90974509903526
+  en  4.3246861058269925E7 6250944.537734764
+  ll2 56.312688811381676 124.9097451056225
+EPSG:2420
+  ll  -5.14063479802968 128.54219062281078
+  en  4.411629462231608E7 -569391.7194383154
+  ll2 -5.1406347999964455 128.5421906247593
+EPSG:24200
+  ll  17.030246048270214 7.180628613165027
+  en  8909119.168115688 2042585.532557765
+  ll2 17.030245971585572 7.180628539562881
+EPSG:2421
+  ll  65.8742738188239 141.255689437488
+  en  4.578495883071124E7 7323089.994465979
+  ll2 65.87427381632511 141.2556894298969
+EPSG:2422
+  ll  52.25084380290659 79.67593120311821
+  en  819299.8581533399 5801599.9050412215
+  ll2 52.250843806516734 79.67593119817022
+EPSG:2423
+  ll  -19.163441249877238 68.32097275343355
+  en  -521917.5666494265 -2148196.0404286347
+  ll2 -19.163441232486214 68.32097277982899
+EPSG:2424
+  ll  74.96857036972975 86.4078677286028
+  en  656456.3271969744 8330583.754661813
+  ll2 74.96857037080514 86.407867723908
+EPSG:2425
+  ll  25.418291672963136 83.58241146139059
+  en  458020.27725996595 2812513.6871870076
+  ll2 25.418291672314606 83.58241145811499
+EPSG:2426
+  ll  -1.3380210371072536 82.1613502763642
+  en  -39107.44111615338 -148399.8745643108
+  ll2 -1.338021042099048 82.16135027579666
+EPSG:2427
+  ll  -12.979758845814601 83.20836635955608
+  en  -238396.26285671245 -1445244.122841066
+  ll2 -12.979758847974862 83.20836636396231
+EPSG:2428
+  ll  -41.203033006817805 83.20813594806592
+  en  -321826.7478233661 -4609536.767271803
+  ll2 -41.20303294252417 83.20813614921218
+EPSG:2429
+  ll  15.024254643564475 98.72672776874961
+  en  793320.9934181229 1663551.2764324686
+  ll2 15.0242546401594 98.72672776944303
+EPSG:2430
+  ll  -79.4758494237986 101.19095932411854
+  en  544674.9464482786 -8827438.299652042
+  ll2 -79.47584938540625 101.19095930601914
+EPSG:24305
+  ll  -70.03147465126281 91.89729719944812
+  en  686631.6819394244 -7776766.104480803
+  ll2 -70.03147396397839 91.8972965291566
+EPSG:24306
+  ll  -63.49349770518401 90.49830518561713
+  en  375717.76329053484 -7042948.237241804
+  ll2 -63.49349712765723 90.49830477249773
+EPSG:2431
+  ll  -78.8028590862724 99.24974647097068
+  en  440359.41838012304 -8752859.027899737
+  ll2 -78.80285904811734 99.2497464602615
+EPSG:24311
+  ll  78.6097467430362 66.7850429556438
+  en  583330.891462881 8728757.938640317
+  ll2 78.60974649909761 66.78504297328894
+EPSG:24312
+  ll  18.023645541615466 66.47916933267794
+  en  233125.40969040082 1994366.7389648245
+  ll2 18.023645547920463 66.47916933352391
+EPSG:24313
+  ll  13.973732687822448 68.74695453087871
+  en  -176440.04306389834 1553510.9420314315
+  ll2 13.973732697009362 68.74695453218943
+EPSG:2432
+  ll  -64.43852821373525 110.87952651717903
+  en  782846.3641277526 -7161799.0329175815
+  ll2 -64.43852818204005 110.87952649536106
+EPSG:2433
+  ll  -15.091226664007593 105.05797345040307
+  en  183565.29010048497 -1671109.4008445058
+  ll2 -15.091226667152034 105.05797345109852
+EPSG:2434
+  ll  -56.88745891673613 109.60855819272888
+  en  415145.4390052095 -6308181.617203363
+  ll2 -56.887458893149706 109.60855818358587
+EPSG:24342
+  ll  41.61162538587914 61.8047245464057
+  en  -99680.13151930994 4631480.752416615
+  ll2 41.611625376773866 61.80472455354502
+EPSG:24343
+  ll  -19.631443245474415 73.81603016275892
+  en  375955.55650971155 -2171350.4779009144
+  ll2 -19.63144315612741 73.81603014402805
+EPSG:24344
+  ll  46.87174415131898 77.80374152772835
+  en  256606.93813990033 5195605.048641688
+  ll2 46.87174414578738 77.80374152273255
+EPSG:24345
+  ll  54.66774232769782 89.53045135365552
+  en  663440.6902475005 6060468.303477812
+  ll2 54.66774229646135 89.53045129826097
+EPSG:24346
+  ll  -37.2609671655222 93.86252658634146
+  en  576810.6551828703 -4124282.1947244178
+  ll2 -37.26096693224376 93.8625263691755
+EPSG:24347
+  ll  11.163134942265131 95.68768470817709
+  en  138575.3965962723 1235760.6649789093
+  ll2 11.163134966451997 95.68768466019567
+EPSG:2435
+  ll  -59.449741940902726 118.34637665102633
+  en  746385.301295342 -6600769.194760193
+  ll2 -59.44974191487041 118.34637663302027
+EPSG:2436
+  ll  -23.00320498321338 114.79816262058657
+  en  274172.2342378654 -2546499.357585036
+  ll2 -23.003204982163087 114.79816262016365
+EPSG:2437
+  ll  67.7619336826258 122.33871044360492
+  en  598729.1117754307 7521225.678662644
+  ll2 67.76193368518722 122.33871044832611
+EPSG:24370
+  ll  -14.15048601031441 80.6452793217699
+  en  4584598.616125907 -4725315.134154291
+  ll2 -14.150486010314372 80.6452793217699
+EPSG:24371
+  ll  -22.507708989401607 61.48379792461877
+  en  1857636.772014614 -6726627.818457164
+  ll2 -22.50770898940159 61.48379792461877
+EPSG:24372
+  ll  76.95217818070276 120.83538882768312
+  en  5384513.116573365 8924149.805067215
+  ll2 76.95217818070276 120.8353888276831
+EPSG:24373
+  ll  -33.17030385005891 95.07310978344242
+  en  5355871.424071319 -6201426.183953059
+  ll2 -33.170303850058865 95.07310978344242
+EPSG:24374
+  ll  -7.265551374757386 10.454094921370734
+  en  -5776097.594877819 -257671.58811813334
+  ll2 -7.265551374757376 10.45409492137074
+EPSG:24375
+  ll  -2.6545480241339803 16.477932746254616
+  en  -5985779.563765846 138413.80949614674
+  ll2 -2.654547854051084 16.477933186868754
+EPSG:24376
+  ll  75.77239883654718 126.59162495400037
+  en  5106245.1800052915 7065099.599781234
+  ll2 75.77239872852606 126.59162370431181
+EPSG:24377
+  ll  77.96564976794167 89.36357899901135
+  en  3447127.41824508 8026006.28239738
+  ll2 77.96564954485284 89.36357846035264
+EPSG:24378
+  ll  52.49438537792538 100.0468028548608
+  en  5034818.960818398 3529231.3493424053
+  ll2 52.494385347291576 100.04680275002039
+EPSG:24379
+  ll  22.20788906808415 40.295202171265764
+  en  -696907.18749307 940610.1820605685
+  ll2 22.207889077531725 40.29520220819751
+EPSG:2438
+  ll  88.95524301037494 127.06181663527116
+  en  508194.4151180307 9885599.015387112
+  ll2 88.95524300559983 127.06181647455534
+EPSG:24380
+  ll  -17.388003235397687 109.77359218168408
+  en  5508496.995508586 -4151825.65790267
+  ll2 -17.38800308470383 109.77359192330047
+EPSG:24381
+  ll  75.98647239978091 112.03172549852148
+  en  4636389.889834007 9139749.877278829
+  ll2 75.98647224217898 112.03172461779302
+EPSG:24382
+  ll  34.096422586959875 88.02098839876138
+  en  2798510.663155095 1985106.9202126772
+  ll2 34.09642258696003 88.02098839876138
+EPSG:24383
+  ll  30.374802165331957 103.62758684866357
+  en  5133075.859284567 3085038.314852033
+  ll2 30.37480217347632 103.62758677072117
+EPSG:2439
+  ll  79.6896116478323 116.84300563706178
+  en  317612.52690213075 8864882.384110704
+  ll2 79.68961164599688 116.84300607303565
+EPSG:2440
+  ll  -22.68849883921652 133.70713487291493
+  en  983989.4154071289 -2517639.4866370074
+  ll2 -22.688498834199553 133.70713486928636
+EPSG:2441
+  ll  73.5707804340473 141.01822856610897
+  en  783733.2313227552 8188939.899562939
+  ll2 73.57078042445119 141.01822821370646
+EPSG:2442
+  ll  48.27280553918837 126.05283034406229
+  en  -163937.99147974455 5387650.638646496
+  ll2 48.27280549964448 126.05283049729982
+EPSG:2443
+  ll  44.703996195951646 128.7027692572481
+  en  -63175.636081870754 1299481.0215605737
+  ll2 44.70399619595171 128.70276925724806
+EPSG:2444
+  ll  -66.33182380547166 132.70730382888982
+  en  76495.79862023267 -1.101253153843735E7
+  ll2 -66.33182380547107 132.70730382888982
+EPSG:2445
+  ll  70.3158698675744 131.99541814729517
+  en  -6439.664136091911 3818304.9609345673
+  ll2 70.31586986757534 131.9954181472952
+EPSG:2446
+  ll  -30.138882082553877 125.88212261207227
+  en  -735000.7768803992 -7012183.1411005175
+  ll2 -30.138882076229475 125.88212260745966
+EPSG:2447
+  ll  -89.00154574428629 141.0176000007451
+  en  12978.910258150021 -1.3875357406775253E7
+  ll2 -89.0015457442989 141.01759997450264
+EPSG:2448
+  ll  63.11236595104319 144.82196429243373
+  en  444226.6212756961 3045652.377000583
+  ll2 63.11236592182661 144.82196405561888
+EPSG:2449
+  ll  80.38891279263387 127.86875776861821
+  en  -172639.28342451373 4956372.720237562
+  ll2 80.38891279218966 127.868758273258
+EPSG:2450
+  ll  -34.31784317733623 136.00365345647901
+  en  -229765.64571125267 -7786505.5208910545
+  ll2 -34.317843177325 136.0036534564606
+EPSG:24500
+  ll  -31.12891929964168 103.17335368777829
+  en  -34627.59126877593 -3557826.269862731
+  ll2 -31.12891927090384 103.17335366483434
+EPSG:2451
+  ll  15.2580235481866 134.41033672570933
+  en  -583237.974298755 -2290493.4197199238
+  ll2 15.258023547871796 134.41033672648783
+EPSG:2452
+  ll  75.94755059458583 143.8514371391819
+  en  81794.41434770258 4004867.005240674
+  ll2 75.94755059457414 143.8514371391634
+EPSG:2453
+  ll  -64.78295971649423 146.63614236434316
+  en  303280.4252247574 -1.2075069958250383E7
+  ll2 -64.78295971232586 146.6361423511932
+EPSG:2454
+  ll  16.4416930749788 145.69438233698068
+  en  367997.1883458254 -3051861.937010642
+  ll2 16.441693074960753 145.69438233693185
+EPSG:24547
+  ll  83.30336130161135 101.31262510246249
+  en  530219.9760609719 9250675.278606001
+  ll2 83.303360696056 101.3126240731878
+EPSG:24548
+  ll  -86.4148657877318 111.76336733637318
+  en  547314.8972349702 -9600170.538531927
+  ll2 -86.41486513533165 111.76336316984724
+EPSG:2455
+  ll  61.38108851733722 149.37342724689714
+  en  273663.33326145005 1944694.4881077043
+  ll2 61.38108851594673 149.37342724528796
+EPSG:2456
+  ll  -76.6323577846555 135.72177596781876
+  en  -161790.52161860577 -1.1393480934935262E7
+  ll2 -76.63235778384346 135.72177598156793
+EPSG:2457
+  ll  57.59349970920931 127.72830389825023
+  en  13651.529419213291 3508846.5579441367
+  ll2 57.593499709209766 127.72830389825025
+EPSG:2458
+  ll  58.35220828411295 129.54560813244572
+  en  324440.85089012294 3606700.432025394
+  ll2 58.3522082816019 129.54560812950572
+EPSG:2459
+  ll  -52.969923989873344 137.94731896353338
+  en  466385.4236560418 -8769853.92449867
+  ll2 -52.96992397948043 137.94731894546555
+EPSG:2460
+  ll  -66.88877387634852 134.51533220554765
+  en  -65045.23390554007 -9634127.776718305
+  ll2 -66.88877387634878 134.51533220554768
+EPSG:24600
+  ll  76.9109424624401 36.842786808298584
+  en  1169442.5423390698 6863241.253375286
+  ll2 76.91094237017863 36.84278678660094
+EPSG:2461
+  ll  -22.431883900205975 155.65342519602
+  en  170214.27119484317 -5358860.441319691
+  ll2 -22.431883900205538 155.6534251960203
+EPSG:2462
+  ll  -11.947194210760102 26.602531524559467
+  en  5111224.377700079 -1327378.842184092
+  ll2 -11.947194196954017 26.602531508104242
+EPSG:2463
+  ll  -89.29404329687537 19.638159635561603
+  en  498256.9079675893 -9923282.266058553
+  ll2 -89.29404329100548 19.638162481452348
+EPSG:2464
+  ll  -53.317973275859835 28.106023234066264
+  en  573834.4283808792 -5910600.128707839
+  ll2 -53.31797325823154 28.10602327872926
+EPSG:2465
+  ll  40.71791886692867 23.54580953622074
+  en  -299228.5359390755 4552587.343957961
+  ll2 40.717918825843384 23.54580967583211
+EPSG:2466
+  ll  -85.91532737215599 30.66800184559773
+  en  434057.4464583976 -9550634.652335001
+  ll2 -85.91532735889918 30.668002495087343
+EPSG:2467
+  ll  81.91264329397777 47.13672656625667
+  en  533674.9550501464 9099429.897736343
+  ll2 81.91264329232921 47.13672658471924
+EPSG:2468
+  ll  79.88624748294873 54.55213066210317
+  en  569722.5228319451 8874645.179553118
+  ll2 79.88624748155253 54.55213067172345
+EPSG:2469
+  ll  53.55093466377511 48.13902919273531
+  en  -86514.8505354838 5972619.137684988
+  ll2 53.55093462242121 48.13902936947908
+EPSG:2470
+  ll  -0.5722358161757768 62.460290760116834
+  en  439999.0991049778 -63195.87359547627
+  ll2 -0.5722358158604204 62.46029076043407
+EPSG:2471
+  ll  -68.72152405384509 76.34691079758173
+  en  797140.1947111886 -7644135.73702348
+  ll2 -68.72152401866067 76.34691077645468
+EPSG:24718
+  ll  40.50671418138424 -66.65224069364764
+  en  1207874.974998511 4517938.750477166
+  ll2 40.506714102242526 -66.65224079698471
+EPSG:24719
+  ll  17.93244695789035 -62.661124954782785
+  en  1172633.7959370129 1994555.6270831628
+  ll2 17.93244691947671 -62.66112497828936
+EPSG:2472
+  ll  -31.03754715533819 70.29562728014945
+  en  50701.149221004685 -3444588.663745194
+  ll2 -31.03754714544343 70.29562728514335
+EPSG:24720
+  ll  -12.761620491382587 -71.76552793150466
+  en  -454656.04805397324 -1426655.4456085619
+  ll2 -12.76162041382454 -71.76552785106989
+EPSG:24721
+  ll  -67.37851690447391 -62.66677613473169
+  en  257194.72460646357 -7484576.754575236
+  ll2 -67.37851673923872 -62.66677583796925
+EPSG:2473
+  ll  77.7258211710867 80.40005115746864
+  en  485800.38136638765 8631339.56776558
+  ll2 77.72582117065014 80.40005115835925
+EPSG:2474
+  ll  -48.723309188309685 82.14639367180726
+  en  142968.99721655593 -5410177.426676587
+  ll2 -48.72330916869035 82.14639367977004
+EPSG:2475
+  ll  -85.87145031352023 102.68871664998173
+  en  577561.5046487973 -9547420.989984093
+  ll2 -85.87145028016927 102.68871587270596
+EPSG:2476
+  ll  -69.41329726505253 105.8480757188614
+  en  768367.5119868342 -7718543.510026962
+  ll2 -69.41329723086963 105.84807568494153
+EPSG:2477
+  ll  -28.931326911348137 96.75066850312639
+  en  -305842.9122228904 -3229764.236158934
+  ll2 -28.93132689619345 96.75066849905683
+EPSG:2478
+  ll  -35.610710060576295 113.66522793194336
+  en  741485.0835745251 -3945545.557370685
+  ll2 -35.61071005040299 113.66522792939737
+EPSG:2479
+  ll  19.054173092285197 118.06644562710456
+  en  612214.8409480297 2108077.0740135494
+  ll2 19.054173090353174 118.06644562948198
+EPSG:2480
+  ll  7.647411881740851 121.71298783117288
+  en  357930.5207756256 845948.4608779737
+  ll2 7.647411879259234 121.71298783304437
+EPSG:2481
+  ll  -31.802397037657897 131.95124324575715
+  en  779459.5420547742 -3523665.949215528
+  ll2 -31.802397027585833 131.95124323965513
+EPSG:24817
+  ll  41.54724603097932 -81.66130056581929
+  en  445104.71449455636 4600028.903905393
+  ll2 41.54724596624057 -81.66130066290886
+EPSG:24818
+  ll  81.91044501185516 -71.42539819007803
+  en  556353.8147360217 9096677.677564055
+  ll2 81.91044507291434 -71.42539872385241
+EPSG:24819
+  ll  -5.5291376127089364 -59.00643184753753
+  en  1612691.1339392608 -620193.9970794617
+  ll2 -5.529137608033891 -59.00643201643093
+EPSG:2482
+  ll  -42.65341691497631 136.69590239276914
+  en  638985.5213473602 -4725559.094574447
+  ll2 -42.653416898860684 136.69590238019902
+EPSG:24820
+  ll  -88.3554470758002 -57.2552513531902
+  en  518555.2006921236 -9815294.60398304
+  ll2 -88.35544684852108 -57.25524757039926
+EPSG:24821
+  ll  41.570133880682306 -60.4442617886673
+  en  212979.91775137524 4608032.918276129
+  ll2 41.57013381585073 -60.444261868514076
+EPSG:2483
+  ll  83.38537577453181 141.25269134359027
+  en  503164.2213884516 9263259.905719394
+  ll2 83.38537577240075 141.25269132608645
+EPSG:2484
+  ll  86.97364398271031 140.78899931648968
+  en  463349.0676669088 9666002.197098466
+  ll2 86.97364397964901 140.78899927903453
+EPSG:2485
+  ll  -15.768327507322681 157.27686070251792
+  en  958554.8306809968 -1748593.9643649033
+  ll2 -15.768327498917087 157.27686069281262
+EPSG:2486
+  ll  64.64839070803941 157.27630332494704
+  en  417509.0270140717 7173352.89238335
+  ll2 64.64839070785266 157.27630332357586
+EPSG:2487
+  ll  8.231589418483694 162.63621227644336
+  en  239360.4049873072 911122.4911130798
+  ll2 8.23158942184377 162.63621227091826
+EPSG:24877
+  ll  -29.790563745893145 -90.4738252068637
+  en  -417542.6477064438 6666815.1607141765
+  ll2 -29.790563599047644 -90.4738250646754
+EPSG:24878
+  ll  49.27690057425525 -70.96089348703833
+  en  793974.6817847529 1.546635107958281E7
+  ll2 49.27690052366931 -70.96089360528617
+EPSG:24879
+  ll  53.003669188384634 -77.51883584223509
+  en  -70837.43121392245 1.5906917875142824E7
+  ll2 53.00366911014529 -77.51883586244031
+EPSG:2488
+  ll  -30.39214137475227 165.09507831958507
+  en  -68123.2232547293 -3378389.3982126457
+  ll2 -30.392141358996316 165.0950782981408
+EPSG:24880
+  ll  -43.31992659069036 -53.43312511514002
+  en  1276134.409637087 5159291.615351637
+  ll2 -43.319926404581224 -53.43312524795141
+EPSG:24881
+  ll  44.47778336425415 -66.71658482544456
+  en  -272618.244399506 1.4971313757011972E7
+  ll2 44.477783245230476 -66.71658467856841
+EPSG:24882
+  ll  -83.22298476180224 -57.64635081840024
+  en  412734.48191655276 753665.8842383362
+  ll2 -83.22298453651099 -57.646349909705705
+EPSG:2489
+  ll  -53.54524489425106 172.8382473741321
+  en  224056.8354578063 -5943392.39213667
+  ll2 -53.545244876072296 172.83824732940633
+EPSG:24891
+  ll  79.28235695544478 -77.1235531570544
+  en  292328.8744441896 1.0895888246938234E7
+  ll2 79.28235700002794 -77.12355361242112
+EPSG:24892
+  ll  38.9507078170665 -81.28278720522677
+  en  262475.6756652228 6413572.3795690555
+  ll2 38.95070774967046 -81.28278729439126
+EPSG:24893
+  ll  23.047764509392536 -63.04077100868052
+  en  2089814.6845801906 4658714.09337254
+  ll2 23.04776443175574 -63.040771052218915
+EPSG:2490
+  ll  -34.69322366458222 -170.03932887631734
+  en  1138223.4573966148 -3862682.969876435
+  ll2 -34.69322364405759 -170.03932890927624
+EPSG:2491
+  ll  68.48952051629615 -174.94985591767013
+  en  338265.1789413227 7605824.963609026
+  ll2 68.48952051675182 -174.94985593182201
+EPSG:2494
+  ll  47.12680904577968 29.00954237916383
+  en  1107709.8257999173 5252697.938988944
+  ll2 47.12680902354554 29.00954233679516
+EPSG:2495
+  ll  15.183853397963716 27.250971009920384
+  en  527082.6559600339 1679453.4529377392
+  ll2 15.183853401708014 27.250971018610773
+EPSG:2496
+  ll  -16.460554665432127 33.14498233865824
+  en  515587.77510081395 -1820542.5246484801
+  ll2 -16.460554655127623 33.14498235326975
+EPSG:2497
+  ll  -88.23439369635472 47.45774274142575
+  en  529118.9393652071 -9806989.279080506
+  ll2 -88.23439367248456 47.457743487424324
+EPSG:2498
+  ll  -28.317736721813276 45.823799461342276
+  en  580884.8677169882 -3133864.6803632355
+  ll2 -28.317736710046393 45.82379947468254
+EPSG:2499
+  ll  2.964818308835646 60.71487962100618
+  en  1585320.9204148632 332717.075145749
+  ll2 2.9648183027912696 60.714879473807706
+EPSG:2500
+  ll  67.93988719746375 57.1177671886928
+  en  505033.8040705063 7539250.356397282
+  ll2 67.93988719791254 57.11776718626241
+EPSG:25000
+  ll  -59.333369156057636 -3.7948407089160128
+  en  115297.04378707739 -7097431.142894438
+  ll2 -59.33336887499035 -3.7948406795038996
+EPSG:2501
+  ll  19.331185801801908 67.7052030335409
+  en  994931.7684210526 2145143.83935221
+  ll2 19.331185799453724 67.70520302965241
+EPSG:2502
+  ll  68.55563639249448 67.73326060188558
+  en  448372.11537918984 7608439.293928779
+  ll2 68.5556363937159 67.73326059849983
+EPSG:2503
+  ll  -25.070987716030572 65.9065026784578
+  en  -419922.4154476302 -2804942.0201618047
+  ll2 -25.07098769695577 65.90650268137865
+EPSG:2504
+  ll  13.206635843671833 77.7940864704729
+  en  152359.3969641892 1462870.3684742518
+  ll2 13.206635840419063 77.79408646738706
+EPSG:2505
+  ll  -1.690855211253961 96.15112439004173
+  en  1522637.4034128967 -189309.21550581465
+  ll2 -1.6908552138808504 96.15112429275047
+EPSG:2506
+  ll  18.409510677566473 83.74422347303428
+  en  -481383.6063292428 2061565.9820129555
+  ll2 18.409510662648525 83.74422348911439
+EPSG:2507
+  ll  -16.236555295151987 106.51334656843335
+  en  1305167.815159441 -1810557.0648860934
+  ll2 -16.236555293483985 106.51334656334035
+EPSG:2508
+  ll  -75.9332658416258 95.75488253753754
+  en  249993.3729411557 -8450712.190335829
+  ll2 -75.933265800747 95.75488300337224
+EPSG:2509
+  ll  -88.62449359019467 107.19240849124711
+  en  489759.363541816 -9848699.897199802
+  ll2 -88.62449355203194 107.19240828149707
+EPSG:2510
+  ll  -83.82225120838983 107.27545303754307
+  en  383607.15406231047 -9321835.42690582
+  ll2 -83.82225117319358 107.27545377422874
+EPSG:2511
+  ll  19.045300533617265 122.67593390721133
+  en  465809.84306315123 2106777.7081983406
+  ll2 19.045300531153966 122.67593391101681
+EPSG:2512
+  ll  -19.774663397310533 130.4125676949528
+  en  647945.3448637233 -2187964.0415397417
+  ll2 -19.774663394024873 130.41256769288142
+EPSG:2513
+  ll  -16.837301428514053 133.81379958286198
+  en  373460.55754434917 -1862608.817093211
+  ll2 -16.837301425693997 133.81379958082644
+EPSG:2514
+  ll  -3.2951846044912543 136.9303743061221
+  en  47213.66231960332 -365218.9961895874
+  ll2 -3.2951846049188407 136.93037430699187
+EPSG:2515
+  ll  83.86795839934476 138.14290938655807
+  en  394636.90606811736 9325249.31299703
+  ll2 83.86795839755911 138.14290970364274
+EPSG:2516
+  ll  4.587619945517062 146.50348250941877
+  en  -222569.44447686337 510644.2440591771
+  ll2 4.587619945154027 146.5034825178555
+EPSG:2517
+  ll  -74.29946507538024 153.54160970125852
+  en  335133.16459980875 -8256368.008021508
+  ll2 -74.2994650502861 153.5416096052663
+EPSG:2518
+  ll  46.1867732378509 163.404833289598
+  en  376704.1581517391 5118173.938233108
+  ll2 46.18677323748744 163.40483328835674
+EPSG:2519
+  ll  29.925955056482337 176.82296927989503
+  en  1062588.3206493906 3326294.5225962657
+  ll2 29.925955057783362 176.82296927296784
+EPSG:2520
+  ll  -64.80761706437306 177.39124245729104
+  en  518438.9483188669 -7190018.68881052
+  ll2 -64.8076170487472 177.39124237830754
+EPSG:2521
+  ll  -9.056336320433005 -179.65761618374867
+  en  207546.87050473772 -1002494.2591253011
+  ll2 -9.056336308581105 -179.65761620334817
+EPSG:2522
+  ll  -1.4288861704790747 -169.4431994992241
+  en  673104.5046939866 -157989.46929779567
+  ll2 -1.4288861574876857 -169.44319952176696
+EPSG:2523
+  ll  -24.08291712799742 26.465055230987502
+  en  8056414.302787152 -2675269.7981756707
+  ll2 -24.082917113675766 26.465055253789
+EPSG:25231
+  ll  12.574445920236812 -4.872901138443778
+  en  -357659.0387322956 1402839.6971055996
+  ll2 12.574445916653485 -4.872901121994585
+EPSG:2524
+  ll  -75.86960044733661 25.451215661815297
+  en  8539689.233770613 -8424570.7118534
+  ll2 -75.86960043225119 25.45121580441367
+EPSG:2525
+  ll  -56.72379528517344 32.996567945578704
+  en  9866980.28064664 -6305246.703481521
+  ll2 -56.723795261187874 32.99656798933198
+EPSG:2526
+  ll  30.56489022226694 35.20927866643551
+  en  1.1000204756384999E7 3394426.178805838
+  ll2 30.564890221774007 35.20927867011044
+EPSG:2527
+  ll  32.86067786997812 25.93187123882756
+  en  1.083784200035939E7 3659640.765061837
+  ll2 32.86067786635073 25.931871242597605
+EPSG:2528
+  ll  76.8008867028654 42.586266766823385
+  en  1.2667742811392674E7 8537466.506976154
+  ll2 76.80088670079402 42.58626675387202
+EPSG:2529
+  ll  -55.69155312440348 31.107524418536673
+  en  1.3004321767442817E7 -6202494.685737615
+  ll2 -55.69155308402016 31.107524534845147
+EPSG:2530
+  ll  1.5896389411114313 46.98427764314668
+  en  1.5055437932807066E7 176534.39058159737
+  ll2 1.589638942790379 46.984277644140526
+EPSG:2531
+  ll  69.17777820957133 39.01251602994325
+  en  1.5262813438274544E7 7688950.251547163
+  ll2 69.17777820704539 39.012516041495665
+EPSG:2532
+  ll  -16.697115489146185 45.33023406749671
+  en  1.6215252034697244E7 -1848616.3470126095
+  ll2 -16.69711548172448 45.33023407618786
+EPSG:2533
+  ll  -64.1447608425608 50.52236458077951
+  en  1.7476837975593757E7 -7116073.664805962
+  ll2 -64.1447608178899 50.52236463042255
+EPSG:2534
+  ll  -3.044127127077701 55.43155207745188
+  en  1.865922976257577E7 -336624.35904764506
+  ll2 -3.0441271262573815 55.43155207866939
+EPSG:2535
+  ll  68.94997639279902 57.95651349259722
+  en  1.9538452247189973E7 7652211.339575335
+  ll2 68.94997639321699 57.95651349037189
+EPSG:2536
+  ll  9.613189773670129 51.554267062104806
+  en  1.95698036952015E7 1074670.785543579
+  ll2 9.613189768330939 51.55426709944959
+EPSG:2537
+  ll  4.431903604296721 59.18613240761719
+  en  2.1076453657421954E7 491240.981646071
+  ll2 4.431903603092952 59.18613240690385
+EPSG:2538
+  ll  -10.275245062766274 62.67345170452915
+  en  2.213544961043281E7 -1138102.5223465674
+  ll2 -10.275245061641613 62.67345170576004
+EPSG:2539
+  ll  -80.33526495314251 62.28316462212984
+  en  2.3374388904233836E7 -8929860.870896729
+  ll2 -80.33526492202394 62.28316477290522
+EPSG:25391
+  ll  28.302859762217736 113.08403817283646
+  en  115601.8664892618 3138147.309327637
+  ll2 28.302859753929237 113.08403817862198
+EPSG:25392
+  ll  -27.339281788646723 109.25225088436483
+  en  -467413.41918326693 -3063080.9572692066
+  ll2 -27.33928177031224 109.2522508955703
+EPSG:25393
+  ll  62.839210082528695 122.9234261334879
+  en  597829.3290246729 6971597.447996172
+  ll2 62.83921003201825 122.92342620918109
+EPSG:25394
+  ll  0.6845887792718486 125.06293369341127
+  en  729516.1991990189 75795.53123479034
+  ll2 0.6845887859341726 125.06293367568533
+EPSG:25395
+  ll  -81.52563360920517 128.64556397095726
+  en  559805.7218005063 -9056886.58914276
+  ll2 -81.52563359620956 128.6455641288542
+EPSG:2540
+  ll  -55.2398949648245 67.50032949422553
+  en  2.421390992081475E7 -6133126.77471391
+  ll2 -55.239894941353924 67.50032951467196
+EPSG:2541
+  ll  35.17012407198584 80.59944422626928
+  en  2.6010419134714235E7 3907917.4098969037
+  ll2 35.17012407099519 80.59944422352086
+EPSG:2542
+  ll  -56.31672444900602 79.27824609980148
+  en  2.6579128510054123E7 -6244511.545704886
+  ll2 -56.316724425683304 79.27824611276358
+EPSG:2543
+  ll  74.49880973616874 76.60325853137343
+  en  2.7368943452154398E7 8275881.731361681
+  ll2 74.49880973665907 76.6032585305237
+EPSG:2544
+  ll  -81.1777980214813 86.40948441648244
+  en  2.8541285639864728E7 -9017519.35652391
+  ll2 -81.17779798539142 86.40948446711305
+EPSG:2545
+  ll  -84.84841414201381 86.76871833944176
+  en  2.9497698721878007E7 -9426599.646392185
+  ll2 -84.84841410500063 86.76871842832324
+EPSG:2546
+  ll  29.284229676956826 98.00386773366697
+  en  3.1279073477527823E7 3267554.6405424406
+  ll2 29.284229668671735 98.00386773823621
+EPSG:2547
+  ll  -27.618723101089643 99.81835285380639
+  en  3.217391509186744E7 -3074750.8520229785
+  ll2 -27.618723094622908 99.8183528577178
+EPSG:2548
+  ll  35.956846072109315 88.46530501830193
+  en  3.1819664016997933E7 4007160.1515101045
+  ll2 35.95684606399542 88.46530501771225
+EPSG:2549
+  ll  -26.6665858996081 102.75184788282775
+  en  3.3873616789030425E7 -2956098.31896719
+  ll2 -26.666585896263562 102.75184788279196
+EPSG:2551
+  ll  -27.5203865257283 93.48498567092848
+  en  3.365694459105808E7 -3074292.9831261076
+  ll2 -27.52038651185146 93.48498566672896
+EPSG:2552
+  ll  87.58253211199207 98.95579856705686
+  en  3.547157261737917E7 9733475.313824262
+  ll2 87.58253210783123 98.95579857994365
+EPSG:2553
+  ll  21.380154996597497 106.27858390667761
+  en  3.632142160499102E7 2366206.586556822
+  ll2 21.38015499439486 106.27858390815719
+EPSG:2554
+  ll  -9.820978700469126 119.71451281665753
+  en  3.8459427262160234E7 -1098490.4182532283
+  ll2 -9.820978696205632 119.71451277131972
+EPSG:2555
+  ll  -25.59201253525407 110.19112310964255
+  en  3.8117114564355165E7 -2837057.2883888795
+  ll2 -25.592012532090592 110.1911231088884
+EPSG:2556
+  ll  83.12509860838207 110.56778285001751
+  en  3.941414437232984E7 9238933.365030035
+  ll2 83.12509860621589 110.567782865238
+EPSG:2557
+  ll  17.525829885410246 117.09394546492187
+  en  4.019124401504253E7 1940925.8889293426
+  ll2 17.52582988258709 117.09394546808284
+EPSG:2558
+  ll  -19.563231072893004 115.07484241903377
+  en  4.066622958814527E7 -2183330.3686933797
+  ll2 -19.563231067602228 115.074842419991
+EPSG:2559
+  ll  -36.931258833377406 134.9240060899168
+  en  4.3295867146571204E7 -4126233.3051938023
+  ll2 -36.93125879563575 134.9240060386822
+EPSG:2560
+  ll  -88.18808587067481 130.28197889538893
+  en  4.350444768583711E7 -9799684.833479274
+  ll2 -88.18808583741678 130.28197828397043
+EPSG:2561
+  ll  14.257252157816183 122.26648581889813
+  en  4.344504049139246E7 1599102.3809299406
+  ll2 14.257252138726411 122.26648588781995
+EPSG:2562
+  ll  60.41294078671763 130.5545811537176
+  en  4.525508125862914E7 6708392.8936525285
+  ll2 60.412940788015376 130.55458115921405
+EPSG:2563
+  ll  10.551420592041453 143.05751420010364
+  en  4.705410438910463E7 1171405.0988584429
+  ll2 10.55142059069876 143.05751420043148
+EPSG:2564
+  ll  81.38566215928253 149.42266048888567
+  en  4.7640323198079646E7 9050144.524260981
+  ll2 81.38566215713315 149.4226602692947
+EPSG:2565
+  ll  -13.74144222736544 150.28455871036502
+  en  4.9180794840946406E7 -1528567.3192019053
+  ll2 -13.741442220992333 150.2845587013929
+EPSG:2566
+  ll  49.4744490951673 152.70217980124053
+  en  4.991303646282842E7 5498106.248091988
+  ll2 49.474449091772726 152.702179801929
+EPSG:2567
+  ll  -80.64191612714568 143.98783056139877
+  en  5.0390884164647415E7 -8962525.629530026
+  ll2 -80.64191609868405 143.9878304202762
+EPSG:2568
+  ll  76.4568709152183 150.39280041052706
+  en  5.1431722812485956E7 8491141.418541618
+  ll2 76.45687091421718 150.39280040539555
+EPSG:2569
+  ll  12.68281395497597 165.91682812024163
+  en  5.358195624502289E7 1423408.4869413234
+  ll2 12.682813940341243 165.9168280218027
+EPSG:2570
+  ll  -17.890606189263394 159.7159335343415
+  en  5.3575721272293314E7 -1978964.267373732
+  ll2 -17.890606179889947 159.71593352248365
+EPSG:2571
+  ll  -24.6032258073636 170.87192821317143
+  en  5.540070267707605E7 -2751251.334834706
+  ll2 -24.60322578270922 170.87192819526118
+EPSG:2572
+  ll  -83.97102796979175 167.14527988969508
+  en  5.552502539319128E7 -9329162.016784878
+  ll2 -83.97102795317943 167.14527956068045
+EPSG:2573
+  ll  59.13533024163792 173.06171422154958
+  en  5.678945872332412E7 6568832.8272906635
+  ll2 59.13533023996467 173.06171421384516
+EPSG:2574
+  ll  51.87361786279013 163.2755310535014
+  en  5.6968240626444735E7 5777650.375873885
+  ll2 51.87361784311677 163.27553109818126
+EPSG:2575
+  ll  50.22429375060233 164.58600571845764
+  en  5.78286040254852E7 5608460.585275011
+  ll2 50.224293692724586 164.586005982228
+EPSG:2576
+  ll  -29.55161720413713 176.7963694479557
+  en  5.94801021451605E7 -3270408.9049474183
+  ll2 -29.551617188673642 176.79636942065034
+EPSG:2578
+  ll  47.070391171187765 -170.97971857527511
+  en  6.19570585487351E7 5232811.943945706
+  ll2 47.07039117005708 -170.97971859163832
+EPSG:2579
+  ll  -6.448630578849091 -174.36120858836497
+  en  6.245987415707603E7 -713038.5013550952
+  ll2 -6.448630566232371 -174.36120860996832
+EPSG:2580
+  ll  40.11632904323787 -168.5928623575982
+  en  6.3705053908513814E7 4445349.917984349
+  ll2 40.11632904805051 -168.5928623729707
+EPSG:2581
+  ll  -33.39221889523619 -161.36562387641968
+  en  6.5117645201007046E7 -3715994.9767659544
+  ll2 -33.39221887715089 -161.36562391495028
+EPSG:2582
+  ll  -19.3206393430182 20.770216345167597
+  en  475967.123945636 -2137117.6504646256
+  ll2 -19.320639329418135 20.770216367940783
+EPSG:25828
+  ll  47.117782320935554 -16.503525409604464
+  en  385946.00340927154 5219349.635452863
+  ll2 47.117782320934495 -16.503525409605253
+EPSG:25829
+  ll  65.82806470287636 -9.554928597345642
+  en  474644.50820229325 7300857.887815191
+  ll2 65.82806470287636 -9.554928597345642
+EPSG:2583
+  ll  -65.14179552810657 18.18454310938735
+  en  227528.0996951678 -7239763.8880119035
+  ll2 -65.14179551183234 18.184543197930733
+EPSG:25830
+  ll  37.25171140290211 -2.8211874597155333
+  en  515857.4448277882 4122811.106932426
+  ll2 37.25171140290212 -2.8211874597155333
+EPSG:25831
+  ll  15.703714685419541 1.9029805492944067
+  en  382450.59362736467 1736467.0083671543
+  ll2 15.703714685419522 1.90298054929462
+EPSG:25832
+  ll  43.42381791085779 9.690565246887022
+  en  555898.5039359011 4808112.36517349
+  ll2 43.42381791085778 9.690565246887042
+EPSG:25833
+  ll  75.7892704557877 11.207180641450057
+  en  396131.7404880665 8415005.737878373
+  ll2 75.7892704557369 11.207180641594293
+EPSG:25834
+  ll  46.44885204974395 22.405231854156536
+  en  607926.6287454234 5144879.313369531
+  ll2 46.44885204974325 22.405231854157122
+EPSG:25835
+  ll  42.57574419494572 31.562543802846626
+  en  874467.6530367588 4723802.227199722
+  ll2 42.575744194251236 31.56254380306236
+EPSG:25836
+  ll  28.15042601064217 29.551501695152517
+  en  161292.70745459135 3118678.7016910748
+  ll2 28.150426010596416 29.551501695058228
+EPSG:25837
+  ll  36.3487499992021 40.79948792586663
+  en  661474.4463378747 4024134.254394948
+  ll2 36.348749999200265 40.79948792586979
+EPSG:25838
+  ll  31.188113573425966 46.337070725825676
+  en  627399.0197288111 3451219.8221931364
+  ll2 31.18811357342576 46.33707072582627
+EPSG:2584
+  ll  -5.456855283031189 36.62236109008549
+  en  1571446.699204973 -611937.7984803328
+  ll2 -5.456855269083537 36.622360973245634
+EPSG:2585
+  ll  -44.76933219719004 39.07725636126218
+  en  1218723.928716787 -4999550.122956488
+  ll2 -44.76933213733563 39.07725626024717
+EPSG:2586
+  ll  -53.65157206520627 39.82045502067572
+  en  950786.5812715202 -5968781.3510658685
+  ll2 -53.65157203532143 39.820455043704
+EPSG:2587
+  ll  -65.98574977428578 32.81787519271253
+  en  355594.22087102325 -7324943.273752309
+  ll2 -65.98574975430411 32.817875266153344
+EPSG:2588
+  ll  -48.371134567725804 41.662990230906175
+  en  697395.489109714 -5363100.150587193
+  ll2 -48.37113454827629 41.66299026165756
+EPSG:25884
+  ll  -60.934647934941054 24.531204866433722
+  en  528789.4482289458 -6755624.827708898
+  ll2 -60.93464793494165 24.53120486643373
+EPSG:2589
+  ll  24.764029612885807 35.22219563634772
+  en  -186466.55780221778 2757077.319760711
+  ll2 24.764029611400638 35.22219563645076
+EPSG:2590
+  ll  -35.484052126617314 47.21355234293444
+  en  700984.8728841635 -3930494.4115501135
+  ll2 -35.48405211213955 47.21355235952825
+EPSG:2591
+  ll  83.17257238029697 42.727870416612234
+  en  430212.4598757685 9242702.589078924
+  ll2 83.17257237845425 42.72787044569775
+EPSG:2592
+  ll  -54.18350660300837 41.8544538278816
+  en  -96204.14289986494 -6045043.623814075
+  ll2 -54.1835065329899 41.85445411104525
+EPSG:2593
+  ll  20.744098357894714 55.31680777292215
+  en  637231.573374152 2295388.2088723546
+  ll2 20.744098356473575 55.31680777022626
+EPSG:25932
+  ll  -6.565592715628142 5.901347999295151
+  en  157245.10076296894 9273312.318018548
+  ll2 -6.565592714140436 5.901347999118734
+EPSG:2594
+  ll  -3.1907379444460844 63.03709298376319
+  en  1172328.739949882 -354707.87184181425
+  ll2 -3.1907379449653046 63.03709297759418
+EPSG:2595
+  ll  34.642305029380935 55.528746107684384
+  en  89988.4597795973 3844094.2040706235
+  ll2 34.64230502833046 55.52874610318863
+EPSG:2596
+  ll  40.873278691621096 54.79733268097264
+  en  -191714.96068559424 4559096.062505594
+  ll2 40.87327867149723 54.797332706745394
+EPSG:2597
+  ll  24.568512279738954 60.78671997565759
+  en  -28521.425162067986 2728351.9304794334
+  ll2 24.56851227781386 60.78671997092873
+EPSG:2598
+  ll  47.88883357609515 74.37666499862185
+  en  902098.6561407298 5320136.248514811
+  ll2 47.88883357596269 74.37666499283549
+EPSG:2599
+  ll  -49.95441952811195 80.9418246570583
+  en  1141292.6206247238 -5574166.284293883
+  ll2 -49.95441946571527 80.9418245041068
+EPSG:2601
+  ll  -65.97977845993564 69.66217670685195
+  en  257715.31100896053 -7330875.88137654
+  ll2 -65.97977843043125 69.6621767425401
+EPSG:2602
+  ll  22.780880912161052 70.1868434853352
+  en  -304028.71173068066 2541661.058426303
+  ll2 22.780880905645656 70.1868434774628
+EPSG:2603
+  ll  -1.3487821311642136 77.95613151381049
+  en  161112.47704725259 -149269.0569881031
+  ll2 -1.3487821344102822 77.9561315121323
+EPSG:2604
+  ll  -18.013393580672954 77.38403295803019
+  en  -201870.64379281516 -2004947.7894798524
+  ll2 -18.013393578365143 77.38403295927735
+EPSG:2605
+  ll  -25.184916742357586 81.49619876543132
+  en  -55320.89319337276 -2797825.457656084
+  ll2 -25.184916738119384 81.49619876563706
+EPSG:2606
+  ll  40.8447831743741 98.61981402990463
+  en  1227328.5355187673 4559306.692577445
+  ll2 40.844783150346736 98.61981397853023
+EPSG:2607
+  ll  -52.72422119841161 95.25765634442013
+  en  652520.9572219892 -5846260.376786372
+  ll2 -52.72422117771965 95.25765634663142
+EPSG:2608
+  ll  -43.95383465003912 91.08715409514825
+  en  105615.33595284953 -4880369.966073804
+  ll2 -43.95383463442575 91.08715409767008
+EPSG:2609
+  ll  -4.8346552087490124 101.65731136133937
+  en  794844.0531111688 -535096.2441170141
+  ll2 -4.834655212860132 101.65731136154994
+EPSG:2610
+  ll  15.13022651617635 109.17514883654675
+  en  1272945.7340158331 1686145.5204761317
+  ll2 15.130226510790804 109.17514883329328
+EPSG:2611
+  ll  34.383092873996404 96.95467956142511
+  en  -240818.6900905742 3835694.089944385
+  ll2 34.383092862966656 96.9546795647197
+EPSG:2612
+  ll  -17.53332374237968 111.63360719525063
+  en  885981.5046139203 -1942938.911553342
+  ll2 -17.533323742731067 111.63360719533205
+EPSG:2613
+  ll  -26.111897811912208 104.9467284439791
+  en  -106216.96382572316 -2903277.622441006
+  ll2 -26.11189780767894 104.94672844161478
+EPSG:2614
+  ll  1.457227101660834 107.29371411285028
+  en  -248076.75708098698 162326.79587220278
+  ll2 1.4572270970546963 107.29371412558633
+EPSG:2615
+  ll  -20.432734287908275 124.97828487592332
+  en  1334583.9079023744 -2280571.1305069607
+  ll2 -20.432734280508946 124.97828487485016
+EPSG:2616
+  ll  -22.10033521293191 116.06413435293213
+  en  93551.97889270209 -2450089.06679079
+  ll2 -22.100335210883774 116.06413435221538
+EPSG:2617
+  ll  -80.4630760046708 113.3409791509923
+  en  321993.3623538136 -8951692.543471335
+  ll2 -80.46307596909402 113.34097981912343
+EPSG:2618
+  ll  47.444470481315165 121.78519920403095
+  en  182058.86766450258 5265325.642736161
+  ll2 47.44447048306656 121.78519920886708
+EPSG:2619
+  ll  85.53687454431793 129.80938959862468
+  en  506970.71712670557 9503559.364782939
+  ll2 85.53687454132505 129.80938957630534
+EPSG:26191
+  ll  68.87310352589634 -73.29718117210146
+  en  -2788816.0798808136 5695674.228553689
+  ll2 68.87310349947616 -73.29718111778952
+EPSG:26192
+  ll  20.40343762220704 -10.807588430207261
+  en  -71410.72990018118 -720234.8734296852
+  ll2 20.40343764566362 -10.807588450171831
+EPSG:26194
+  ll  41.220958185431535 -14.654224101868053
+  en  395727.9713862339 2125836.0119044185
+  ll2 41.220958179560384 -14.654224098098782
+EPSG:26195
+  ll  17.461795708425328 -72.76336744454878
+  en  -5440315.012012496 1430121.885863461
+  ll2 17.4617957035936 -72.76336744139549
+EPSG:2620
+  ll  -10.491519805317708 123.19250524803388
+  en  -467853.7209542148 -1173769.4442779906
+  ll2 -10.491519799621065 123.192505295651
+EPSG:2621
+  ll  9.457629277495258 134.67612525597895
+  en  464326.4658479281 1045952.7474066583
+  ll2 9.457629275265594 134.67612525867779
+EPSG:2622
+  ll  -46.947827918510136 137.3625026249479
+  en  451355.1057781508 -5201604.082636493
+  ll2 -46.94782790009927 137.36250260846282
+EPSG:2623
+  ll  -30.02971535895452 138.52592904830962
+  en  261197.74850730013 -3325928.8251866964
+  ll2 -30.029715349265 138.52592904066367
+EPSG:26237
+  ll  56.21062800813647 48.573918915961094
+  en  1092855.495728069 6270722.529778586
+  ll2 56.210627775419425 48.57391838181314
+EPSG:2624
+  ll  26.247404523477456 135.46202059956016
+  en  -355059.52678547404 2932624.6118445713
+  ll2 26.247404512646906 135.46202059886667
+EPSG:2625
+  ll  10.538753713282759 153.95727932180876
+  en  1263135.5940100201 1174024.8195038077
+  ll2 10.538753712581485 153.95727931129525
+EPSG:2626
+  ll  39.775649207128424 140.47625100918947
+  en  -316726.97779828124 4448332.771993577
+  ll2 39.77564916472788 140.47625114260532
+EPSG:2627
+  ll  16.666907552299335 148.5613216599257
+  en  25979.678909551993 1848792.6298299101
+  ll2 16.666907551400072 148.5613216612095
+EPSG:2628
+  ll  -15.73519586129892 150.18915137094638
+  en  -123841.92976164259 -1748879.0489141017
+  ll2 -15.735195854531396 150.1891513652112
+EPSG:2629
+  ll  74.83264908380073 151.89068568355225
+  en  292622.1441399451 8320770.467937097
+  ll2 74.83264908064075 151.8906857212337
+EPSG:2630
+  ll  5.8419821647655965 152.77904657572083
+  en  -525707.1899196317 654526.8487662623
+  ll2 5.8419821597443775 152.7790466644097
+EPSG:2631
+  ll  28.47537847400379 157.5181140244732
+  en  -233974.40105258801 3174140.448303991
+  ll2 28.47537846863531 157.5181140190459
+EPSG:2632
+  ll  -69.57224985199848 167.32144004720018
+  en  473413.3882483006 -7721473.252303103
+  ll2 -69.57224983272633 167.32143995776102
+EPSG:2633
+  ll  88.08204232923785 165.14353623753203
+  en  478010.293469913 9788974.003618883
+  ll2 88.08204232717223 165.14353610919923
+EPSG:26331
+  ll  -84.66429108854538 12.42013205910514
+  en  597450.660491175 -9410080.577676822
+  ll2 -84.6642911069383 12.42013107871281
+EPSG:26332
+  ll  -62.66478932246838 7.95534407222938
+  en  446561.5148264497 -6948640.724526647
+  ll2 -62.66478921051771 7.9553439948420355
+EPSG:2634
+  ll  49.81300161417016 164.44986126005142
+  en  -186969.74354017887 5564071.410140731
+  ll2 49.81300155200556 164.4498615551654
+EPSG:2635
+  ll  -50.896712079496886 179.61400965778003
+  en  683739.627529159 -5643882.932293584
+  ll2 -50.89671206295972 179.61400960841564
+EPSG:2636
+  ll  -22.460077208691672 176.9028789361442
+  en  180945.16405783826 -2488010.989548092
+  ll2 -22.460077194556238 176.90287891272604
+EPSG:2637
+  ll  14.925729067893812 -171.73440894235344
+  en  1067048.5996570964 1657589.679293354
+  ll2 14.925729076490468 -171.73440896035765
+EPSG:2638
+  ll  -36.967432421880275 -164.6346783184314
+  en  1334863.142192054 -4134155.32320932
+  ll2 -36.96743237494544 -164.63467843475036
+EPSG:2639
+  ll  78.38458077674375 -169.77282061532986
+  en  527441.9713034007 8705214.312090052
+  ll2 78.38458077724236 -169.77282064426132
+EPSG:26391
+  ll  -86.5566724157377 8.323113713364929
+  en  256443.93876501048 -1.005779837928256E7
+  ll2 -86.55667244372023 8.323113045675832
+EPSG:26392
+  ll  -19.883234682325536 -1.015442582279725
+  en  -329161.0436453398 -2669579.489576796
+  ll2 -19.883234643205256 -1.0154425730466594
+EPSG:26393
+  ll  -22.570291232330874 19.6793167631372
+  en  1849970.903759054 -2956437.144054372
+  ll2 -22.570291187063713 19.67931675790428
+EPSG:2640
+  ll  50.2100095073084 -175.38403831481935
+  en  -26993.68847637961 5590500.856726381
+  ll2 50.21000949432075 -175.38403829945696
+EPSG:2641
+  ll  -86.43717482869363 14.751661213672952
+  en  7456845.559967572 -9606518.619630426
+  ll2 -86.43717482469361 14.751661795822873
+EPSG:2642
+  ll  22.338414720096807 22.943725161442234
+  en  8391308.03559894 2471761.166753885
+  ll2 22.338414724518827 22.94372517127119
+EPSG:2643
+  ll  12.172645751260447 22.3388232035539
+  en  8992316.342262825 1350640.6508244774
+  ll2 12.172645757707185 22.338823216005256
+EPSG:2644
+  ll  -66.76792357206386 38.99061444630655
+  en  1.0894917111082224E7 -7437066.239719851
+  ll2 -66.76792352730918 38.99061420596915
+EPSG:2645
+  ll  26.577875775059624 33.10342826718332
+  en  1.1510423364604447E7 2940963.4078367525
+  ll2 26.577875776757907 33.10342827203651
+EPSG:2646
+  ll  30.938369281166047 34.91680973237209
+  en  1.2396597847706039E7 3424743.5694109215
+  ll2 30.938369282178776 34.91680973602505
+EPSG:2647
+  ll  62.32411602335293 38.62384381365643
+  en  1.3480615080804272E7 6913209.930702152
+  ll2 62.324116023138 38.62384381629546
+EPSG:2648
+  ll  25.82084376936035 49.71858797530396
+  en  1.5275511225191087E7 2879918.9599552816
+  ll2 25.82084376408494 49.71858798021178
+EPSG:2649
+  ll  66.35475348114304 45.47037489438358
+  en  1.5521168251751505E7 7362566.844523662
+  ll2 66.35475348093749 45.470374895769886
+EPSG:2650
+  ll  -60.64509232081133 56.81352997659387
+  en  1.6981311292775106E7 -6758304.9133629
+  ll2 -60.64509226387167 56.8135297914289
+EPSG:2651
+  ll  -8.035168016314216 53.620925592802784
+  en  1.778911109677013E7 -889387.8256065181
+  ll2 -8.035168012535564 53.62092559665665
+EPSG:2652
+  ll  -62.48219015931901 62.71208243568647
+  en  1.8948375675488085E7 -6960979.300333169
+  ll2 -62.48219010610866 62.71208226027936
+EPSG:2653
+  ll  9.938807005311133 50.456970966734794
+  en  1.878109978786265E7 1106278.0640374857
+  ll2 9.938807005252832 50.45697097435064
+EPSG:2654
+  ll  -2.0663229652988946 58.71358119826691
+  en  2.0356959329954177E7 -228459.8229026194
+  ll2 -2.0663229640253378 58.71358119958589
+EPSG:2655
+  ll  -88.55091175558908 56.13146629815237
+  en  2.1480726167760905E7 -9841334.222134262
+  ll2 -88.55091172998367 56.13146730248527
+EPSG:2656
+  ll  -7.077358961917952 66.42813226866801
+  en  2.254737083928684E7 -782554.3535465861
+  ll2 -7.077358960918024 66.428132269455
+EPSG:2657
+  ll  4.09286316394595 63.77610056228646
+  en  2.2919215629134245E7 454548.3023711384
+  ll2 4.092863163278285 63.77610056396479
+EPSG:2658
+  ll  14.21641551543783 63.414018394092786
+  en  2.3570276163436424E7 1589570.8296433885
+  ll2 14.216415507501857 63.41401841619895
+EPSG:2659
+  ll  -81.12947671137046 66.3160810081921
+  en  2.535104284167755E7 -9022464.628339304
+  ll2 -81.12947668137494 66.31608139714923
+EPSG:2660
+  ll  59.340899671068996 71.33359050572552
+  en  2.612110260848684E7 6599689.648971651
+  ll2 59.340899665656714 71.33359051855358
+EPSG:2661
+  ll  42.959919222696215 90.58642299672573
+  en  2.828248308271501E7 4803148.221947261
+  ll2 42.959919173105874 90.58642280555573
+EPSG:2662
+  ll  64.52971987396737 75.76887418763894
+  en  2.8105775004017934E7 7184578.403740843
+  ll2 64.52971985764464 75.76887431490587
+EPSG:2663
+  ll  10.816226246839804 88.99448784132406
+  en  2.9718174004697748E7 1196927.0169397178
+  ll2 10.816226243971998 88.99448783991465
+EPSG:26632
+  ll  -55.479115890928476 3.201413063926558
+  en  133859.21098412748 -6163369.104544123
+  ll2 -55.47911580531451 3.2014130038823154
+EPSG:2664
+  ll  -35.57179340441926 86.14931200596894
+  en  3.0150873429260746E7 -3944786.821887542
+  ll2 -35.57179339402649 86.14931200865283
+EPSG:2665
+  ll  5.701981461641353 93.64914003630511
+  en  3.1571921521530766E7 630632.5942553558
+  ll2 5.701981458459761 93.64914003556137
+EPSG:2666
+  ll  -67.51269755570527 89.67903270374796
+  en  3.2230488839305278E7 -7505261.795074808
+  ll2 -67.51269752356568 89.67903272885461
+EPSG:2667
+  ll  -24.192309624816986 99.06636552458468
+  en  3.3506742783832554E7 -2676507.11017496
+  ll2 -24.19230962125844 99.06636552469662
+EPSG:2668
+  ll  -82.22321586072061 102.88350386962946
+  en  3.451334828044317E7 -9133515.283121003
+  ll2 -82.22321582614141 102.88350386015364
+EPSG:2669
+  ll  20.736609568634165 99.85123071555124
+  en  3.496319162539092E7 2302540.034877947
+  ll2 20.73660956652119 99.85123071515456
+EPSG:26692
+  ll  42.264033500492815 14.919987916538963
+  en  988440.7348675977 1.4696038715756565E7
+  ll2 42.26403346412251 14.919987896963683
+EPSG:2670
+  ll  57.04266131074863 103.6682803347299
+  en  3.623713739110234E7 6333049.826085026
+  ll2 57.042661313304976 103.66828033559234
+EPSG:2671
+  ll  60.179750220452746 120.89556954397086
+  en  3.804775749937154E7 6715333.736237932
+  ll2 60.17975015992758 120.8955689239967
+EPSG:2672
+  ll  -22.73027938099679 113.2820643784632
+  en  3.8426213797723584E7 -2514764.3203323903
+  ll2 -22.730279377599693 113.28206437763662
+EPSG:2673
+  ll  -9.206309351484464 109.54073729458496
+  en  3.867800312747904E7 -1026580.7699858481
+  ll2 -9.206309350986352 109.5407373112408
+EPSG:2674
+  ll  44.53628281670626 123.2109867829451
+  en  4.075516366236357E7 4938485.301441996
+  ll2 44.536282818208015 123.21098678671736
+EPSG:2675
+  ll  84.64727069284498 130.0643482992016
+  en  4.157337137130839E7 9408674.494746681
+  ll2 84.64727069021373 130.06434823981652
+EPSG:2676
+  ll  -77.35968314787218 128.74887387393838
+  en  4.256709748437167E7 -8591932.028618783
+  ll2 -77.35968311736463 128.74887380840605
+EPSG:2677
+  ll  -20.320748950682685 122.34098148420271
+  en  4.2803307130515195E7 -2261898.462081355
+  ll2 -20.320748945847786 122.34098148195476
+EPSG:2678
+  ll  8.442734869632872 130.26503945388168
+  en  4.4308843254370116E7 934121.6696997117
+  ll2 8.442734867855867 130.26503945574873
+EPSG:2679
+  ll  -53.01856716315491 128.7574565886161
+  en  4.508121771943574E7 -5894902.4635123955
+  ll2 -53.018567136509944 128.75745658015393
+EPSG:2680
+  ll  -55.5988119952592 131.681884452788
+  en  4.610192370953891E7 -6182003.545663955
+  ll2 -55.59881196707994 131.68188444242577
+EPSG:2681
+  ll  49.84700737235258 132.84608641389838
+  en  4.691379615364071E7 5555875.818504629
+  ll2 49.84700734787055 132.84608648546646
+EPSG:2682
+  ll  70.86415011287713 134.64237183434216
+  en  4.8158605099989176E7 7891864.255196661
+  ll2 70.86415009542414 134.642372311083
+EPSG:2683
+  ll  -35.67481188761849 137.25800502507803
+  en  4.861656232479466E7 -3993451.740361377
+  ll2 -35.67481183838377 137.2580051110179
+EPSG:2684
+  ll  10.098593152523947 147.1179739920731
+  en  5.018388078634053E7 1118238.7725280614
+  ll2 10.098593152713406 147.11797399183575
+EPSG:26847
+  ll  -85.32870774554944 -66.81930131868666
+  en  1034394.391734079 -4.6967753696425036E7
+  ll2 -85.32870774554941 -66.81930131868675
+EPSG:26848
+  ll  -82.98725117129958 -76.09566902066805
+  en  2687968.4613734107 -4.582212260052658E7
+  ll2 -82.98725117122282 -76.09566901199887
+EPSG:26849
+  ll  6.3144542416563745 -59.27302180167858
+  en  1.7602292030429926E7 -1.2213858916231694E7
+  ll2 6.314454241656413 -59.273021801678574
+EPSG:2685
+  ll  85.14885564264338 152.27344654563424
+  en  5.1493031689296186E7 9460266.897312101
+  ll2 85.14885564041023 152.2734465092838
+EPSG:26850
+  ll  -9.141125865861628 -16.519612455025964
+  en  3.8661988715713196E7 -3277329.1567537575
+  ll2 -9.141125865861598 -16.519612455025964
+EPSG:26851
+  ll  -9.253839573725601 -149.26796535669527
+  en  -2.4761066570514806E7 -1.1933703756285142E7
+  ll2 -9.253839573725564 -149.26796535669527
+EPSG:26852
+  ll  -14.088257588346751 -142.47845973991411
+  en  -2.0608911038660433E7 -1.7298122798202544E7
+  ll2 -14.08825758834672 -142.47845973991411
+EPSG:26853
+  ll  17.687519165685764 -155.71065011802938
+  en  -2.313854562327793E7 3583603.606586888
+  ll2 17.687519165685774 -155.71065011802938
+EPSG:26854
+  ll  10.012214606929511 -42.15505902517151
+  en  1.7137850054096926E7 -6978941.605485164
+  ll2 10.01221460692954 -42.15505902517151
+EPSG:26855
+  ll  -69.10644359774714 -64.65186211394418
+  en  1486607.5714130101 -4.104204521611643E7
+  ll2 -69.10644359760607 -64.65186211409285
+EPSG:26856
+  ll  89.90032270796073 -79.3395858964756
+  en  2946927.3112900336 1.721320429734485E7
+  ll2 89.90032270799115 -79.33958543111795
+EPSG:26857
+  ll  29.360410373967355 -36.232424020280945
+  en  1.995342649335254E7 655298.7027560245
+  ll2 29.360410373966253 -36.23242402028095
+EPSG:26858
+  ll  11.530529784286475 -93.95120553831264
+  en  2750673.6036539185 -1.2580961878522405E7
+  ll2 11.530529784286497 -93.95120553831264
+EPSG:26859
+  ll  88.67043218354785 -101.91706848986271
+  en  2457579.895081558 2.0482062408328854E7
+  ll2 88.67043218354807 -101.91706848986274
+EPSG:2686
+  ll  -59.48779564684563 155.9674111662926
+  en  5.249804179689736E7 -6597016.053455745
+  ll2 -59.48779562531364 155.96741112381818
+EPSG:26860
+  ll  31.407613199003066 -103.71686909484399
+  en  464241.9503426024 -3059082.7095291805
+  ll2 31.40761319900121 -103.71686909484401
+EPSG:26861
+  ll  17.69680786501833 -113.34806319007953
+  en  -1.0343887102247687E7 -5403087.501318949
+  ll2 17.696807865018325 -113.34806319007953
+EPSG:26862
+  ll  32.53932295562807 -121.08670959251066
+  en  -1.005989705613942E7 1015938.6119525273
+  ll2 32.53932295562831 -121.08670959251066
+EPSG:26863
+  ll  -52.47206359974728 -74.94369769554923
+  en  -451401.8320991949 -3.501023827487497E7
+  ll2 -52.47206359305196 -74.94369768695601
+EPSG:26864
+  ll  58.264073037187075 -71.53587442291274
+  en  2689095.167606773 5634010.748621871
+  ll2 58.264073037186954 -71.53587442291285
+EPSG:26865
+  ll  39.308512699186274 -54.3268024479206
+  en  1.325222817316482E7 418945.56714731804
+  ll2 39.308512699186366 -54.32680244792058
+EPSG:26866
+  ll  23.78217072222028 -120.65485886256991
+  en  -6673537.638104357 -6029221.327891958
+  ll2 23.782170722220098 -120.65485886256991
+EPSG:26867
+  ll  59.80697837513996 -85.95819788683309
+  en  4163439.820687233 6611091.0531696575
+  ll2 59.806978375140474 -85.95819788683309
+EPSG:26868
+  ll  72.43132404477116 -63.37771617225816
+  en  6435756.627447501 1.364758390283033E7
+  ll2 72.43132404477211 -63.37771617225816
+EPSG:26869
+  ll  65.23716358660737 -66.45108318239694
+  en  4224097.0765371835 1.0294835189514713E7
+  ll2 65.23716358660812 -66.45108318239694
+EPSG:2687
+  ll  88.39285957120404 158.43718504416165
+  en  5.349812341443236E7 9822568.177822083
+  ll2 88.39285956872513 158.43718489915713
+EPSG:26870
+  ll  -10.616453457602102 -39.861068180248864
+  en  2.196097731969363E7 -1.497367247550601E7
+  ll2 -10.616453457602075 -39.86106818024887
+EPSG:2688
+  ll  39.36228342686394 169.41724351728735
+  en  5.5139470168492556E7 4385158.904183704
+  ll2 39.36228341731276 169.41724350646692
+EPSG:2689
+  ll  64.57792565219967 170.56427920276704
+  en  5.5766246185477E7 7176082.252590764
+  ll2 64.57792565013528 170.56427919267657
+EPSG:26891
+  ll  71.78707740597119 -74.4425928171114
+  en  585216.0234297063 7986339.937078781
+  ll2 71.78707739852267 -74.44259294064187
+EPSG:26892
+  ll  30.533299108121824 -81.78766622750425
+  en  229217.05545774486 3379159.342177681
+  ll2 30.533299108120325 -81.7876662275043
+EPSG:26893
+  ll  -15.320738628852709 -76.624049368832
+  en  1098713.8242093157 -1707866.6554059063
+  ll2 -15.320738626381791 -76.62404937479435
+EPSG:26894
+  ll  -25.27971200312693 -80.78871428768329
+  en  931124.673734598 -2811295.094931906
+  ll2 -25.279712001829903 -80.7887142854684
+EPSG:26895
+  ll  52.99382231634226 -94.61276049835735
+  en  -4808.985175198293 5883307.371394519
+  ll2 52.99382231542262 -94.61276049804074
+EPSG:26896
+  ll  -55.33116119954047 -98.35604677987622
+  en  -34917.79831498716 -6146559.018694862
+  ll2 -55.33116119734958 -98.35604677808638
+EPSG:26897
+  ll  -4.945135755201079 -92.74169544938552
+  en  666328.8396087005 -547650.593861659
+  ll2 -4.945135755196414 -92.74169544953605
+EPSG:26898
+  ll  -59.070867114168855 -44.016932758138914
+  en  818990.3172793573 -6584593.815730899
+  ll2 -59.070867074532366 -44.016933007432975
+EPSG:26899
+  ll  59.480820135430434 -48.309074089242614
+  en  739980.1048868601 6620791.080137914
+  ll2 59.480820119070856 -48.30907415052751
+EPSG:2690
+  ll  -64.83618374455195 169.14664553834348
+  en  5.6554299063072644E7 -7193610.147775715
+  ll2 -64.83618372616569 169.14664547223757
+EPSG:26901
+  ll  2.097627571428376 -175.2579436417712
+  en  693748.2048922952 231959.7466113218
+  ll2 2.097627571428335 -175.25794364177716
+EPSG:26902
+  ll  -39.6645899678562 -161.24305492152484
+  en  1337654.4388193456 -4436299.223958292
+  ll2 -39.664589920249114 -161.24305508423106
+EPSG:26903
+  ll  -61.18295334389143 -171.91400657914903
+  en  128687.13579522457 -6802829.98523273
+  ll2 -61.18295333567507 -171.91400655462354
+EPSG:26904
+  ll  -40.555379527137276 -155.44102439730955
+  en  801347.8853396934 -4495491.34466792
+  ll2 -40.5553795269948 -155.4410243972082
+EPSG:26905
+  ll  26.570545465884962 -149.7856036759165
+  en  820220.9324264507 2942891.281139822
+  ll2 26.570545465859134 -149.78560367586192
+EPSG:26906
+  ll  58.20100911113667 -150.88647017446522
+  en  271640.50628135086 6457675.914377604
+  ll2 58.20100911083378 -150.88647017436764
+EPSG:26907
+  ll  -78.87243921420784 -150.32525976652732
+  en  299908.4433973277 -8771752.21088466
+  ll2 -78.87243921231594 -150.3252592554568
+EPSG:26908
+  ll  -13.441736596525146 -125.41091024074605
+  en  1542359.971203046 -1506402.7974024168
+  ll2 -13.441736582359068 -125.41091030527689
+EPSG:26909
+  ll  -52.009942092190315 -127.05294890414967
+  en  633630.2943316076 -5763933.75959318
+  ll2 -52.00994209218504 -127.05294890414791
+EPSG:2691
+  ll  -25.777847177738565 169.00206061669223
+  en  5.729943838372974E7 -2853699.049414736
+  ll2 -25.777847164165387 169.0020605976539
+EPSG:26910
+  ll  -59.4562577964843 -118.58672609933797
+  en  750070.6443771531 -6599159.224167232
+  ll2 -59.45625779586356 -118.58672609970719
+EPSG:26911
+  ll  6.0398857475492065 -121.41652867681256
+  en  10783.753116599692 669600.5548577501
+  ll2 6.039885747509176 -121.41652867602707
+EPSG:26912
+  ll  -11.74048724497554 -120.13370732938085
+  en  -499141.5788842605 -1314164.681041729
+  ll2 -11.740487235481257 -120.13370727529046
+EPSG:26913
+  ll  4.6055620261999906 -107.1832470692168
+  en  257780.21388639722 509434.66923433775
+  ll2 4.605562026199635 -107.18324706919866
+EPSG:26914
+  ll  16.976968885325334 -108.45377749898243
+  en  -510244.826493826 1901502.6767404545
+  ll2 16.976968871566985 -108.45377746650438
+EPSG:26915
+  ll  -30.53296609623851 -92.90034903082946
+  en  509559.33557842596 -3377848.9383088923
+  ll2 -30.53296609623851 -92.90034903082946
+EPSG:26916
+  ll  -86.83484973200099 -89.12354198808872
+  en  486912.2688598228 -9644823.94856409
+  ll2 -86.83484973200099 -89.1235419880879
+EPSG:26917
+  ll  24.995379875824696 -76.93436032813956
+  en  910500.8493475029 2770597.1692773765
+  ll2 24.99537987573093 -76.93436032795297
+EPSG:26918
+  ll  84.54393683152165 -82.56475456934153
+  en  419924.80506183044 9394087.883694446
+  ll2 84.54393683155283 -82.5647544898115
+EPSG:26919
+  ll  -47.72114776833773 -68.63899786739583
+  en  527073.9172303957 -5285370.81940891
+  ll2 -47.72114776833773 -68.63899786739583
+EPSG:2692
+  ll  40.56276587554714 169.34945838666403
+  en  5.810595196579155E7 4502540.964237372
+  ll2 40.56276587554228 169.3494583822013
+EPSG:26920
+  ll  64.3291214799275 -62.317985224097576
+  en  532965.4053040731 7133866.748238198
+  ll2 64.32912147992748 -62.317985224097576
+EPSG:26921
+  ll  37.97172039368772 -55.39053339233521
+  en  641365.6763504895 4203899.161087848
+  ll2 37.971720393686674 -55.39053339233348
+EPSG:26922
+  ll  -31.561758415950273 -59.32826507447432
+  en  -291633.12427068944 -3522107.9921778636
+  ll2 -31.561758404235867 -59.32826507417481
+EPSG:26923
+  ll  -10.91681923963236 -40.403958303720295
+  en  1002733.5608048434 -1210606.8892034872
+  ll2 -10.916819239548373 -40.40395830438639
+EPSG:26929
+  ll  84.70064004165377 -85.92780639499333
+  en  199025.4836913367 6034293.845090048
+  ll2 84.70064004165377 -85.92780639499333
+EPSG:2693
+  ll  -86.68933577663775 179.2628729128793
+  en  5.951446306573489E7 -9632605.764644256
+  ll2 -86.6893357683956 179.26287231442518
+EPSG:26930
+  ll  -4.484789920247266 -92.62977431042827
+  en  29973.104249171214 -3817770.946092943
+  ll2 -4.484789920164784 -92.62977430839794
+EPSG:26931
+  ll  56.71085527271815 -129.52906729684838
+  en  1071929.1802393207 550528.6203638697
+  ll2 56.710855272715165 -129.52906729684838
+EPSG:26932
+  ll  -33.8153843551209 -132.88429669967564
+  en  1345245.3206457607 -9765737.337753976
+  ll2 -33.815384332455835 -132.8842967289458
+EPSG:26933
+  ll  87.30833980073197 -150.85737026409913
+  en  474554.90366814623 3716116.194945843
+  ll2 87.30833980073156 -150.85737026264118
+EPSG:26934
+  ll  -15.716707587914144 -155.7516024750332
+  en  -117308.47528347769 -7731851.947603348
+  ll2 -15.71670758744045 -155.7516024740709
+EPSG:26935
+  ll  -87.23052085687257 -152.10120296892003
+  en  510244.45054628997 -1.5677151759170081E7
+  ll2 -87.23052085687259 -152.10120296892032
+EPSG:26936
+  ll  79.38013893020312 -163.23887810053213
+  en  392324.4136021159 2834570.491584864
+  ll2 79.38013893005282 -163.2388780977779
+EPSG:26937
+  ll  89.56671121101888 -158.5636139906829
+  en  502900.53760233195 3967344.20102427
+  ll2 89.5667112110189 -158.56361399074734
+EPSG:26938
+  ll  60.597303045903374 -156.2679786610363
+  en  1031838.8296630108 774124.0364915925
+  ll2 60.59730298925236 -156.26797920302658
+EPSG:26939
+  ll  -0.18954589532349075 -175.43191737056318
+  en  -105528.39263040945 -6006369.4158700835
+  ll2 -0.18954589531818172 -175.43191736744274
+EPSG:26940
+  ll  62.00295669612082 -107.29817633001495
+  en  4118816.002286476 2844580.9067138247
+  ll2 62.0029566961208 -107.29817633001495
+EPSG:26941
+  ll  -11.078619922560831 -140.35382212016626
+  en  -899273.1805106932 -5581959.462717374
+  ll2 -11.078619922560808 -140.35382212016626
+EPSG:26942
+  ll  45.98034463039458 -155.38250091509735
+  en  -547847.586932214 1898523.6544948383
+  ll2 45.98034463039462 -155.38250091509735
+EPSG:26943
+  ll  26.213437294337453 -132.35768019305323
+  en  795150.058765128 -572392.1189730675
+  ll2 26.213437294337464 -132.35768019305323
+EPSG:26944
+  ll  63.77487212954301 -179.63858703761193
+  en  -1208301.6516246106 4845816.563761177
+  ll2 63.774872129543006 -179.63858703761193
+EPSG:26945
+  ll  -12.421433535284839 -134.38125476044414
+  en  -438963.86648250325 -4991211.630807971
+  ll2 -12.421433535284816 -134.38125476044414
+EPSG:26946
+  ll  61.534325948762785 -111.27453567632917
+  en  2306304.747953948 3922056.6389716244
+  ll2 61.53432594876276 -111.27453567632917
+EPSG:26948
+  ll  -74.9346504257601 -106.1805547492547
+  en  328964.44196701946 -1.1753327566754384E7
+  ll2 -74.93465042568052 -106.18055474947816
+EPSG:26949
+  ll  -61.025391528301526 -113.15401370410932
+  en  146473.16705437715 -1.0198909175369086E7
+  ll2 -61.02539152830121 -113.15401370410937
+EPSG:2695
+  ll  71.35980356234873 -172.0892989289031
+  en  6.167494886957421E7 7927954.3534685355
+  ll2 71.35980356265061 -172.08929894761542
+EPSG:26950
+  ll  10.823183726471484 -123.26128805918486
+  en  -831147.658347927 -2217525.8838240365
+  ll2 10.823183714392753 -123.2612879783909
+EPSG:26951
+  ll  49.19862514596906 -59.15980081472868
+  en  2821388.863094131 2073661.4985840796
+  ll2 49.19862514596907 -59.159800814728676
+EPSG:26952
+  ll  -3.5484595483900634 -153.67479495005045
+  en  -7482515.809895415 -1456485.6917524766
+  ll2 -3.5484595483900256 -153.67479495005045
+EPSG:26953
+  ll  71.66034648886875 -175.46819568508147
+  en  -1796890.240742064 5259248.99841295
+  ll2 71.66034648886875 -175.46819568508147
+EPSG:26954
+  ll  2.1737468777486164 -165.2515651465274
+  en  -6558428.61318031 -1370554.5224827868
+  ll2 2.17374687774865 -165.2515651465274
+EPSG:26955
+  ll  32.24604527892822 -125.93039495227096
+  en  -1004398.8994415681 24167.8944844745
+  ll2 32.24604527892848 -125.93039495227096
+EPSG:26956
+  ll  -4.577200206054897 -138.94975841457307
+  en  -8616100.014361706 -1830683.9662968244
+  ll2 -4.577200206054861 -138.94975841457307
+EPSG:26957
+  ll  -68.61530757591294 -80.20612508800232
+  en  5195.963278066862 -1.182953995201948E7
+  ll2 -68.61530757536292 -80.20612508694116
+EPSG:26958
+  ll  -75.79596335132004 -83.081155566878
+  en  142987.74921329404 -1.1108344154920775E7
+  ll2 -75.79596335131866 -83.08115556687736
+EPSG:26959
+  ll  -59.18326195650074 -79.36821371874063
+  en  350424.17568923585 -9257716.071026646
+  ll2 -59.18326195647232 -79.36821371874126
+EPSG:2696
+  ll  7.232736366866604 -169.5849144111655
+  en  6.298794117457496E7 802261.6114937764
+  ll2 7.232736377798287 -169.5849144300284
+EPSG:26960
+  ll  -9.593659864996212 -140.7820441445441
+  en  -6858560.350604333 -2750528.7995764012
+  ll2 -9.593659864996136 -140.7820441445441
+EPSG:26961
+  ll  77.58703323508749 -152.95760394773936
+  en  561011.5148282497 6533614.134984828
+  ll2 77.58703323508425 -152.95760394774337
+EPSG:26962
+  ll  -4.285747815593268 -161.4350829365882
+  en  -29934.96522610821 -2724730.77568311
+  ll2 -4.285747815544718 -161.4350829352634
+EPSG:26963
+  ll  -70.11869575241397 -156.19704167112266
+  en  568447.6621268099 -1.0124664262185732E7
+  ll2 -70.11869575241259 -156.1970416711228
+EPSG:26964
+  ll  53.29439740295561 -168.8039719158509
+  en  -119592.25691218744 3532487.3998943516
+  ll2 53.29439734864628 -168.80397163925508
+EPSG:26965
+  ll  86.20017129331305 -162.53641037067524
+  en  482464.2252635895 7181024.783867487
+  ll2 86.20017129331299 -162.536410370673
+EPSG:26966
+  ll  37.24137003829277 -86.5454626022689
+  en  -188591.58614741336 812100.689730759
+  ll2 37.241370037889084 -86.54546260262293
+EPSG:26967
+  ll  37.63632461827814 -92.23938698200914
+  en  -13063.311277003493 877725.3862878481
+  ll2 37.63632460318515 -92.23938696833548
+EPSG:26968
+  ll  -32.1657510029379 -115.51144049838086
+  en  -115549.88688100019 -8179322.356297394
+  ll2 -32.165751002883425 -115.51144049847309
+EPSG:26969
+  ll  50.875483167409385 -118.69434425334701
+  en  169679.3791330412 1034074.4960309078
+  ll2 50.87548316639115 -118.69434425307782
+EPSG:2697
+  ll  69.6331549436677 -171.25462162762855
+  en  6.3489971642361514E7 7728233.5971268695
+  ll2 69.63315494464426 -171.25462164423087
+EPSG:26970
+  ll  77.5440093405652 -109.20789707229306
+  en  957261.6356692486 4004823.3075328763
+  ll2 77.54400933973614 -109.20789709245281
+EPSG:26971
+  ll  8.276542273742777 -79.95601902923643
+  en  1226075.6705463636 -3134406.280431535
+  ll2 8.27654226962002 -79.95601906873432
+EPSG:26972
+  ll  -39.22712297280293 -97.95460811961969
+  en  27145.495688566123 -8431761.696752952
+  ll2 -39.227122959229646 -97.9546081073553
+EPSG:26973
+  ll  36.787575161599094 -88.88239591687592
+  en  -187065.14303808863 175764.6000911948
+  ll2 36.7875751615375 -88.88239591694762
+EPSG:26974
+  ll  0.7949741159527406 -86.98849402255584
+  en  910556.1073478595 -3813962.808915775
+  ll2 0.7949741159527451 -86.98849402255584
+EPSG:26975
+  ll  31.179906665583466 -49.43537759564322
+  en  5589711.555604171 937322.0661822949
+  ll2 31.179906665583463 -49.43537759564322
+EPSG:26976
+  ll  34.72937576927341 -95.1321722954538
+  en  349604.696067432 -584997.2107501025
+  ll2 34.72937576927356 -95.1321722954538
+EPSG:26977
+  ll  11.867894805421493 -141.94334060699006
+  en  -4712808.425320834 -1777590.4461292743
+  ll2 11.867894805421523 -141.94334060699006
+EPSG:26978
+  ll  3.548177188026841 -141.56624297415908
+  en  -5048819.632973905 -2208621.5918576373
+  ll2 3.548177188026875 -141.56624297415908
+EPSG:2698
+  ll  75.44070329080978 -166.44032235277126
+  en  6.454364441867433E7 8376873.1882412415
+  ll2 75.44070329196138 -166.44032237640056
+EPSG:26980
+  ll  53.07586700213622 -5.191420182038144
+  en  5469316.651062134 4641304.658872429
+  ll2 53.075867002136235 -5.191420182038144
+EPSG:26981
+  ll  -1.6665107658548273 -65.39450080274463
+  en  4508986.267106427 -3329793.6772489888
+  ll2 -1.6665107658547837 -65.39450080274463
+EPSG:26982
+  ll  12.826107748059918 -158.36508083111607
+  en  -6169885.289963593 396030.1012760627
+  ll2 12.82610774805994 -158.36508083111607
+EPSG:26983
+  ll  60.03005994652534 -77.41953479972636
+  en  -196197.508037213 1854014.0074019143
+  ll2 60.030059909865166 -77.41953455908691
+EPSG:26984
+  ll  81.67836730876823 -63.882211488888956
+  en  1001385.397122691 4333713.67889548
+  ll2 81.67836730858383 -63.88221150343949
+EPSG:26985
+  ll  4.40706366101551 -153.53185106337443
+  en  -8494916.12868956 56157.37535295875
+  ll2 4.407063661015565 -153.5318510633744
+EPSG:26986
+  ll  42.89151891027546 8.334385099359622
+  en  5810131.062791032 3795642.5979241696
+  ll2 42.89151891027549 8.334385099359622
+EPSG:26987
+  ll  30.86683616600878 -79.92782204540754
+  en  -414419.4376703736 -1080905.9882384117
+  ll2 30.866836166008767 -79.92782204540754
+EPSG:26988
+  ll  62.1771492990046 -170.30974619300434
+  en  4255537.51282102 4132110.286418411
+  ll2 62.177149299004554 -170.30974619300434
+EPSG:26989
+  ll  50.82916199371181 -72.83332350593025
+  en  6814215.757867114 894300.7384937052
+  ll2 50.8291619937118 -72.83332350593025
+EPSG:2699
+  ll  80.19021036214212 17.642088022257557
+  en  436269.0443548116 8908366.455555988
+  ll2 80.19021036201623 17.642088050611413
+EPSG:26990
+  ll  78.50741235049085 -39.28712479357432
+  en  5295466.370647637 4847439.078810622
+  ll2 78.50741235049084 -39.28712479357433
+EPSG:26991
+  ll  34.62327885396288 -19.80502742032519
+  en  6702494.9975457 1797661.9136542736
+  ll2 34.62327885396305 -19.80502742032519
+EPSG:26992
+  ll  32.1987754393475 -99.3663675588196
+  en  304091.92145708826 -1320070.879752931
+  ll2 32.19877543934775 -99.3663675588196
+EPSG:26993
+  ll  52.54467860087469 -42.04297795901482
+  en  4126294.649130091 2258436.651966279
+  ll2 52.544678600874704 -42.04297795901481
+EPSG:26994
+  ll  82.50348092506783 -80.73149663631554
+  en  417669.6692556287 5907976.132843342
+  ll2 82.50348092491377 -80.73149678281153
+EPSG:26995
+  ll  -20.852630531461514 -81.2876077236539
+  en  1644309.4500841103 -5597860.559290675
+  ll2 -20.852630520505397 -81.28760772911893
+EPSG:26996
+  ll  16.79963516139796 -92.44440204717723
+  en  42710.43208457116 -2107759.143989991
+  ll2 16.799635161397422 -92.44440204717438
+EPSG:26997
+  ll  -62.68890108741835 -90.296438872084
+  en  612823.6134582165 -1.0921959502838995E7
+  ll2 -62.68890108740999 -90.2964388720842
+EPSG:26998
+  ll  59.800500641981586 -98.37668345012638
+  en  632474.8330201057 2634019.678665593
+  ll2 59.8005006416993 -98.37668345001723
+EPSG:2700
+  ll  7.252941044956287 29.653723902903323
+  en  1125488.9999568674 806027.4859723152
+  ll2 7.252941050383077 29.65372390923558
+EPSG:2701
+  ll  50.05904126280433 25.576145976687464
+  en  398167.39997882035 5548504.029914202
+  ll2 50.05904126356613 25.57614598331318
+EPSG:2702
+  ll  -54.36385995126954 39.30221810290735
+  en  1103944.2397526982 -6066420.817842556
+  ll2 -54.363859877689386 39.30221785183718
+EPSG:2703
+  ll  -18.972500141429876 24.7009402775841
+  en  -376294.7725940251 -2119303.9947590763
+  ll2 -18.972500122347334 24.700940301586556
+EPSG:27039
+  ll  81.45687621267797 49.69364797430911
+  en  478240.69405195146 9044052.115935303
+  ll2 81.45687617862534 49.69364788585472
+EPSG:2704
+  ll  -89.66548170361546 40.54187190838555
+  en  503079.0682821268 -9964832.89114756
+  ll2 -89.66548168575989 40.54187717299178
+EPSG:27040
+  ll  35.97715443732338 47.64234868214987
+  en  -344913.4029239487 4021730.546946748
+  ll2 35.97715440910828 47.64234874537126
+EPSG:2705
+  ll  -79.60798956977563 40.50107025369477
+  en  530353.6309376917 -8841832.791558772
+  ll2 -79.60798954965259 40.50107041259277
+EPSG:2706
+  ll  77.09058020074238 42.87283404013893
+  en  521888.72136209917 8560564.44003012
+  ll2 77.09058019972923 42.87283404986506
+EPSG:2707
+  ll  -76.85429442132349 49.62080142145661
+  en  617356.8634013041 -8538588.455045776
+  ll2 -76.85429439711127 49.62080152848795
+EPSG:2708
+  ll  -11.123943163399943 55.33075784777057
+  en  1302974.6565061985 -1240050.242878496
+  ll2 -11.123943157100227 55.33075784000782
+EPSG:2709
+  ll  16.10250908348138 42.264270759074805
+  en  -437545.33756713395 1801009.4578947183
+  ll2 16.10250907692129 42.26427078110545
+EPSG:2710
+  ll  26.53083979816104 48.58642617702494
+  en  -39927.60455244116 2947147.842583849
+  ll2 26.530839797409016 48.58642617543486
+EPSG:2711
+  ll  72.94372036583772 63.66635452633716
+  en  718016.3484087753 8109647.269989739
+  ll2 72.94372036362246 63.66635450366154
+EPSG:2712
+  ll  43.02068873741419 58.98550901213132
+  en  417388.8320111587 4765589.873660756
+  ll2 43.02068873772317 58.98550900864382
+EPSG:27120
+  ll  17.048371078613854 -72.0245071963629
+  en  -463831.91061820975 1907103.7324305552
+  ll2 17.048371084304907 -72.02450716742993
+EPSG:2713
+  ll  -57.35210866069295 71.93236645721139
+  en  1036875.2004220224 -6394446.40549728
+  ll2 -57.35210859672026 71.93236625237273
+EPSG:2714
+  ll  -9.141942960840169 69.81864377666547
+  en  920095.1529620024 -1013094.7707566001
+  ll2 -9.141942959868205 69.81864377704
+EPSG:2715
+  ll  -54.79032301084454 67.8808241356441
+  en  428074.0219381386 -6074427.513310949
+  ll2 -54.790322988883 67.88082415497635
+EPSG:2716
+  ll  78.3593363557712 74.00514238166147
+  en  545237.8582504969 8702778.50379256
+  ll2 78.35933635501777 74.00514238385293
+EPSG:2717
+  ll  86.78277441497659 74.84550519072647
+  en  499088.851316065 9642676.341314116
+  ll2 86.7827744115612 74.84550522120367
+EPSG:2718
+  ll  -86.86453478156264 71.0360869274373
+  en  457609.45965009206 -9654373.753340019
+  ll2 -86.86453475053199 71.03608727458628
+EPSG:2719
+  ll  -83.84183572102324 85.11011186999707
+  en  549248.9432283519 -9315944.358036065
+  ll2 -83.84183568718043 85.11011195153657
+EPSG:2720
+  ll  40.23998789873667 78.76166730230855
+  en  54182.82401700434 4469418.7747373525
+  ll2 40.23998789844499 78.76166729827435
+EPSG:27205
+  ll  29.563370920687774 177.94114992714276
+  en  607880.8663327675 8058372.31970255
+  ll2 29.56337088144389 177.941149927737
+EPSG:27206
+  ll  -63.42942021027464 173.11780214918358
+  en  132879.55424700325 -2159826.7421356826
+  ll2 -63.429420203542136 173.1178021491662
+EPSG:27207
+  ll  80.54786270527495 178.2302710192764
+  en  306298.8366642462 1.3923456114435706E7
+  ll2 80.54786267854494 178.23027101539697
+EPSG:27208
+  ll  31.472269453624563 168.33531296703353
+  en  -493748.16135357437 8604412.381286502
+  ll2 31.472269403645928 168.33531297162193
+EPSG:27209
+  ll  26.77051569210012 175.69260239261297
+  en  445643.2702636231 7996612.008663574
+  ll2 26.77051565166749 175.6926023940337
+EPSG:2721
+  ll  -73.02513093871985 81.90241091470446
+  en  334026.9814806731 -8113585.633146523
+  ll2 -73.02513090751548 81.90241094744331
+EPSG:27210
+  ll  -29.083756356219418 166.77120373683297
+  en  -565335.4578956532 1823937.3004367044
+  ll2 -29.083756358641377 166.7712037391835
+EPSG:27211
+  ll  75.37041466353861 165.6057499591686
+  en  22443.5732079866 1.3548156768928848E7
+  ll2 75.37041462906927 165.60575081376393
+EPSG:27212
+  ll  59.08229690678061 169.7437882137687
+  en  -38261.7016119241 1.179927560827487E7
+  ll2 59.08229687568558 169.74378822590907
+EPSG:27213
+  ll  30.762022747309047 172.59631000700648
+  en  91188.04065064696 8680680.229680123
+  ll2 30.762022708710425 172.5963100097394
+EPSG:27214
+  ll  -43.28704842464522 164.62995005528163
+  en  -352839.32199616765 382567.84415426356
+  ll2 -43.28704840595451 164.62995008935818
+EPSG:27215
+  ll  -69.23362387351897 178.7132592420433
+  en  514077.1326125342 -2422079.843970331
+  ll2 -69.23362386722182 178.71325923972483
+EPSG:27216
+  ll  29.524608775705417 173.87334471780207
+  en  471027.3927079319 8541498.947961347
+  ll2 29.524608736520726 173.87334471998662
+EPSG:27217
+  ll  -15.272022748440918 177.66240156465997
+  en  954252.2218799037 3632215.4654125385
+  ll2 -15.272022779694483 177.6624015638844
+EPSG:27218
+  ll  14.851578494906732 172.04654846888025
+  en  353437.2231082297 7031281.478880935
+  ll2 14.851578450693104 172.04654847133878
+EPSG:27219
+  ll  85.60388378748783 178.34652716352684
+  en  345608.9480504032 1.4941581884069968E7
+  ll2 85.60388376043609 178.34652714934472
+EPSG:2722
+  ll  -22.543824713437985 80.74835701013878
+  en  -454588.9590003857 -2523661.7855428765
+  ll2 -22.543824696286865 80.7483570151961
+EPSG:27220
+  ll  -35.89641940793086 168.10514166589883
+  en  -214614.33117331262 1311777.165400215
+  ll2 -35.896419414802914 168.1051416659367
+EPSG:27221
+  ll  -56.91506917302063 162.4574157502495
+  en  -218336.80686894472 -892954.7144659464
+  ll2 -56.915069134827135 162.45741589261783
+EPSG:27222
+  ll  5.71930834407361 164.3478013171362
+  en  -356191.01652834925 6110684.386801521
+  ll2 5.71930829932976 164.34780132597908
+EPSG:27223
+  ll  -67.08389650107274 163.21943827288916
+  en  66086.64908640532 -1882679.6040940625
+  ll2 -67.08389649372181 163.21943827332385
+EPSG:27224
+  ll  -6.041890808734138 171.3995286801382
+  en  152976.22879484345 4859939.05336036
+  ll2 -6.041890848281558 171.39952868218862
+EPSG:27225
+  ll  -57.46810001356919 178.56690776350467
+  en  731937.4852165945 -849276.0608097401
+  ll2 -57.46809999515036 178.56690773296805
+EPSG:27226
+  ll  46.38737726858653 176.5653733712532
+  en  723649.8463452755 1.0772534495423159E7
+  ll2 46.38737723462923 176.56537337165673
+EPSG:27227
+  ll  -19.83790201840749 166.93284136882562
+  en  34367.11007091566 3458957.7485929853
+  ll2 -19.837902045619554 166.9328413710757
+EPSG:27228
+  ll  34.03177432428224 163.46803799738487
+  en  -155601.95791093778 9477934.922424406
+  ll2 34.031774286770755 163.46803800349502
+EPSG:27229
+  ll  0.6840778974904964 159.97796597017887
+  en  -566599.7766438561 5823846.698060055
+  ll2 0.684077853856506 159.97796600626359
+EPSG:2723
+  ll  -20.790063439085387 87.25359631531381
+  en  -99031.20718645933 -2310436.8877878604
+  ll2 -20.790063435874757 87.25359631544718
+EPSG:27230
+  ll  64.2275008393681 178.0783172705217
+  en  660921.9022566269 1.2922252294560915E7
+  ll2 64.22750080187822 178.07831721776702
+EPSG:27231
+  ll  12.075254764989197 173.33567580599905
+  en  632510.8730269945 7117654.103863358
+  ll2 12.075254720410243 173.33567580793792
+EPSG:27232
+  ll  -28.77978077811369 159.7704597562271
+  en  -538759.9553229965 2647400.5058402778
+  ll2 -28.779780783969173 159.7704597555261
+EPSG:2724
+  ll  -88.0741525906157 99.06125689239158
+  en  511496.0721165764 -9787200.356326075
+  ll2 -88.07415255517141 99.06125691992058
+EPSG:2725
+  ll  19.325225887726347 90.6950981503235
+  en  -375131.10514695593 2158831.739351404
+  ll2 19.325225879635358 90.69509815224849
+EPSG:27258
+  ll  25.77447254778511 173.9849160625147
+  en  1403226.9099974756 1.288158650334957E7
+  ll2 25.774472494432977 173.98491606719585
+EPSG:27259
+  ll  -48.04328022748383 168.89519081344042
+  en  343119.35290702374 4676470.234533977
+  ll2 -48.04328022511634 168.89519081397776
+EPSG:2726
+  ll  63.72013979475349 102.4025208685475
+  en  519887.57179813477 7068757.106223803
+  ll2 63.720139797537335 102.40252086886584
+EPSG:27260
+  ll  -17.073228460817546 176.12704970176694
+  en  407083.6946689301 8111902.711786898
+  ll2 -17.07322849089112 176.12704970280618
+EPSG:2727
+  ll  78.33867654782765 108.01837607951273
+  en  568094.3853305893 8701439.367781281
+  ll2 78.33867654739718 108.01837607918847
+EPSG:2728
+  ll  67.26215787807558 107.44743221871296
+  en  476138.4452904307 7463734.330952141
+  ll2 67.26215788032569 107.44743221972455
+EPSG:2729
+  ll  43.61057524705171 109.44943404523627
+  en  374797.5406271966 4831773.748917179
+  ll2 43.610575249161656 109.44943404697831
+EPSG:27291
+  ll  -35.65561233470427 174.99180185702664
+  en  249652.54637467052 805580.140478414
+  ll2 -35.655612343571654 174.99180185800233
+EPSG:27292
+  ll  17.829993130259723 168.1081806632071
+  en  106550.3544819197 7990412.416571206
+  ll2 17.829993086676744 168.10818066706528
+EPSG:2730
+  ll  66.26413120702654 114.24347726832843
+  en  510908.0064174732 7352353.781025232
+  ll2 66.26413120921787 114.24347727029186
+EPSG:2731
+  ll  -55.51028469081585 108.95386058787514
+  en  -7795.555998053227 -6183458.463016437
+  ll2 -55.51028464479074 108.95386066300641
+EPSG:2732
+  ll  81.64455015278634 122.09202339547204
+  en  533900.5321835668 9069435.283189343
+  ll2 81.644550151137 122.09202339052112
+EPSG:2733
+  ll  35.31256623860742 114.74565928519526
+  en  -251561.0382112217 3940751.2703710557
+  ll2 35.31256622464454 114.74565929756992
+EPSG:2734
+  ll  -86.82360575792076 133.38498822745237
+  en  545523.3519200078 -9650163.355316466
+  ll2 -86.8236057278976 133.3849878278128
+EPSG:2735
+  ll  30.40063584711126 126.11193781128668
+  en  222344.60533674964 3368137.0294246487
+  ll2 30.400635846696986 126.11193781477539
+EPSG:2736
+  ll  -34.279158783573095 41.85814475409174
+  en  1316579.6707994263 6171401.224217238
+  ll2 -34.279158762234786 41.858144733638134
+EPSG:2737
+  ll  -38.10063027005515 42.544517174019575
+  en  810849.5132605365 5777314.728962472
+  ll2 -38.10063026917446 42.54451717483958
+EPSG:2738
+  ll  71.07454098351323 129.96261010378572
+  en  426160.1018509684 7890160.94816142
+  ll2 71.07454098419181 129.96261010542017
+EPSG:2739
+  ll  -20.37558807628413 136.35749540314958
+  en  641649.8084910243 -2254454.6760132452
+  ll2 -20.375588070662058 136.3574953991805
+EPSG:27391
+  ll  15.354420032607678 9.177714465111906
+  en  335485.0377224103 -4730669.757157129
+  ll2 15.354420212125959 9.17771450357719
+EPSG:27392
+  ll  -30.225114594457395 14.588096776235197
+  en  597241.0373266246 -9792362.82773308
+  ll2 -30.22511416219414 14.588096830368817
+EPSG:27393
+  ll  45.44825014244924 19.837385350274204
+  en  713236.4393500477 -1356039.689455975
+  ll2 45.44825010872149 19.837385233836333
+EPSG:27394
+  ll  -48.842509422607364 12.385465009279915
+  en  -61533.42632644932 -1.1843205038070666E7
+  ll2 -48.84250896190938 12.385465086073689
+EPSG:27395
+  ll  32.09011067769565 25.06701544198264
+  en  773378.7736948333 -2850117.7786006555
+  ll2 32.0901107315814 25.06701546970635
+EPSG:27396
+  ll  -72.72828252534578 22.21288049243728
+  en  43716.69036320239 -1.4504312111266812E7
+  ll2 -72.72828209874885 22.21288048756678
+EPSG:27397
+  ll  -81.14171221846802 31.905641690630816
+  en  120205.16816437793 -1.5450221380683536E7
+  ll2 -81.14171183029389 31.905641250490095
+EPSG:27398
+  ll  27.15708292799394 22.979247581665483
+  en  -602646.3578758166 -3411744.1646011025
+  ll2 27.157083020255552 22.979247609190804
+EPSG:2740
+  ll  -11.243658444046545 136.1723816666513
+  en  300312.93021853804 -1243959.8727685572
+  ll2 -11.243658441654608 136.17238166484145
+EPSG:2741
+  ll  -76.92071540291835 143.51230834639958
+  en  563386.9461912469 -8542727.17443804
+  ll2 -76.92071537617477 143.51230825300792
+EPSG:2742
+  ll  -66.9736093886086 143.04517866800964
+  en  458212.9546277189 -7431736.884511868
+  ll2 -66.97360936322299 143.04517862118783
+EPSG:27429
+  ll  28.93270233889939 -17.992339289579945
+  en  -378426.11926134606 3234026.8604080994
+  ll2 28.932702320489614 -17.992339289337828
+EPSG:2743
+  ll  -9.5430219467124 154.35404026609774
+  en  1309413.9025404393 -1063880.1534681655
+  ll2 -9.543021939145339 154.354040245202
+EPSG:2744
+  ll  19.662736685131065 149.93426776628206
+  en  493001.87556280766 2175116.5458154897
+  ll2 19.662736684977606 149.9342677666276
+EPSG:2745
+  ll  59.68608408436876 150.95004342516498
+  en  384435.04339510994 6620967.32345233
+  ll2 59.68608408457996 150.9500434265026
+EPSG:2746
+  ll  -50.93803201209828 148.04875758420454
+  en  -58652.27203612891 -5675357.987447886
+  ll2 -50.938031969395034 148.04875761608042
+EPSG:2747
+  ll  -48.13679652357388 151.6142713985422
+  en  -49662.37147655431 -5360070.957573772
+  ll2 -48.13679649024017 151.61427139700547
+EPSG:2748
+  ll  40.970174578687875 160.08618890897128
+  en  338784.1736743092 4539122.878977442
+  ll2 40.970174578740114 160.08618890828203
+EPSG:2749
+  ll  -73.47733824107723 156.84868987521457
+  en  241746.99795155504 -8174692.11618577
+  ll2 -73.47733821276051 156.84868992591962
+EPSG:27493
+  ll  27.208793870154096 -2.579931338368027
+  en  550650.2024692391 -1369718.327987583
+  ll2 27.208793865298574 -2.5799313442356104
+EPSG:2750
+  ll  -80.36640135673974 173.65217969866228
+  en  605356.2423409641 -8931275.454549532
+  ll2 -80.36640134303302 173.6521794981462
+EPSG:27500
+  ll  74.90767566529507 44.117455583216284
+  en  1663246.576614185 3534533.840536347
+  ll2 74.90767566529506 44.1174555832163
+EPSG:2751
+  ll  49.5303867817245 169.44341934248044
+  en  387190.26709669526 5489891.982997867
+  ll2 49.53038678200109 169.44341933847778
+EPSG:2752
+  ll  82.22210270243943 167.12338883559107
+  en  396171.8165865623 9139578.788569003
+  ll2 82.22210270096978 167.1233888421172
+EPSG:2753
+  ll  33.79048532994845 170.95570633562625
+  en  -60302.52123231022 3757006.0847999905
+  ll2 33.79048532921276 170.95570632846864
+EPSG:2754
+  ll  -7.149081149849536 170.22055456270613
+  en  -585539.0804567593 -802087.1099006699
+  ll2 -7.149081129956837 170.2205546808185
+EPSG:2755
+  ll  -31.884966668609046 -179.74706251271073
+  en  239912.5340054867 -3532371.845782806
+  ll2 -31.884966653007265 -179.74706254095878
+EPSG:2756
+  ll  -81.90680586026245 -170.5141557763218
+  en  554645.9941523073 -9099849.568006247
+  ll2 -81.9068058563314 -170.51415602729838
+EPSG:27561
+  ll  48.687023294540744 9.13470536591202
+  en  1099861.4328694285 132165.3475888527
+  ll2 48.687023294540765 9.13470536591202
+EPSG:27562
+  ll  47.083336187611536 -1.6746579886431774
+  en  295565.17384739226 239272.035265965
+  ll2 47.08333618761155 -1.6746579886431774
+EPSG:27563
+  ll  46.443136133672226 5.992820527372115
+  en  881070.7805340262 466693.7656533589
+  ll2 46.44313613367226 5.992820527372114
+EPSG:27564
+  ll  43.42400252536329 0.5163786716368639
+  en  -147178.22003725363 327298.1840058789
+  ll2 43.42400252536332 0.5163786716368638
+EPSG:2757
+  ll  66.88073356138369 -178.25217974653137
+  en  182563.41380948684 7439709.894548341
+  ll2 66.88073355442198 -178.25217971492845
+EPSG:27571
+  ll  63.95885471429971 -33.393138710163996
+  en  -1148173.0908840485 3251269.8912363257
+  ll2 63.95885471821682 -33.393138678022375
+EPSG:27572
+  ll  85.74660393900494 -71.5151361775664
+  en  -263764.9484329162 7567986.6758479
+  ll2 85.7466039427392 -71.51513589497486
+EPSG:27573
+  ll  16.939439840024818 -26.857391519550994
+  en  -2771275.2637908086 686010.9994028201
+  ll2 16.93943982773842 -26.85739150842766
+EPSG:27574
+  ll  14.660095318298147 71.52257682024177
+  en  7401625.187107384 4201012.316433661
+  ll2 14.660095303005157 71.52257680711169
+EPSG:2758
+  ll  -89.49486462651444 -164.96901257368395
+  en  502850.19043303595 -9945797.439489562
+  ll2 -89.49486462905709 -164.96901659637598
+EPSG:2759
+  ll  12.153684846386682 -93.97669933407343
+  en  -689042.6336966744 -2018006.93251166
+  ll2 12.153684842047111 -93.97669931214624
+EPSG:2760
+  ll  -67.5346373189763 -93.24547601250707
+  en  355205.02044820867 -1.0824726601943009E7
+  ll2 -67.53463731718632 -93.24547600713623
+EPSG:2761
+  ll  -22.24788858749926 -108.73131743533928
+  en  361314.59124868654 -5892336.532805251
+  ll2 -22.247888587499023 -108.73131743533918
+EPSG:2762
+  ll  -57.200287631704064 -106.42639250544967
+  en  544978.119616596 -9785586.816060327
+  ll2 -57.20028762926007 -106.42639250797964
+EPSG:2763
+  ll  -30.60257427615963 -104.70292938404073
+  en  1082645.2406147518 -6852554.729244386
+  ll2 -30.602574258839855 -104.70292939317211
+EPSG:2764
+  ll  -18.833692267939202 -146.37519699135308
+  en  -7947940.334270007 -4485319.989278815
+  ll2 -18.83369226793916 -146.37519699135308
+EPSG:2765
+  ll  -21.98041935310271 -10.478346048500242
+  en  1.235548561336669E7 -1692097.2700744406
+  ll2 -21.98041935310258 -10.478346048500242
+EPSG:2766
+  ll  68.73145903388671 -51.25001843840454
+  en  4986221.429129153 5199098.077014219
+  ll2 68.73145903388757 -51.25001843840456
+EPSG:2767
+  ll  86.84453852721617 -93.45753970780292
+  en  2403460.7533787293 7277704.267648659
+  ll2 86.84453852721651 -93.45753970780292
+EPSG:2768
+  ll  84.10313713225742 -101.18521673376671
+  en  2425959.15496284 6851281.722339988
+  ll2 84.10313713225797 -101.1852167337667
+EPSG:2769
+  ll  26.03373392900413 -73.00028882513479
+  en  6502935.717828294 562057.1246845906
+  ll2 26.0337339290037 -73.00028882513479
+EPSG:2770
+  ll  17.705937395796298 -40.86308530773269
+  en  9719114.235120798 1839708.1043965481
+  ll2 17.705937395796287 -40.863085307732675
+EPSG:27700
+  ll  -64.56982588085273 -11.547460633941183
+  en  -55960.94063119881 -1.272202860552443E7
+  ll2 -64.56982507176626 -11.547460225032141
+EPSG:2771
+  ll  9.767913033289098 -127.01228569537327
+  en  723613.6025032001 -1985660.5254635247
+  ll2 9.767913033289126 -127.01228569537327
+EPSG:2772
+  ll  16.17332229107201 -23.938658061426025
+  en  9098066.973961169 1716459.8538384442
+  ll2 16.17332229107204 -23.938658061426025
+EPSG:2773
+  ll  52.77545816209953 -132.6688640912985
+  en  -948441.6262962335 2261413.061169107
+  ll2 52.775458162099774 -132.6688640912985
+EPSG:2774
+  ll  85.5352631901499 -34.969724919608325
+  en  2109876.4836210147 7386509.882150886
+  ll2 85.53526319015033 -34.96972491960832
+EPSG:2775
+  ll  13.537703927929556 -57.13641321324724
+  en  2179491.2351016514 -2820730.9534826684
+  ll2 13.537703927929565 -57.13641321324724
+EPSG:2776
+  ll  -44.46463435714092 -80.3384819291825
+  en  -191673.7047679072 -9144701.947891466
+  ll2 -44.464634355963724 -80.33848192925146
+EPSG:2777
+  ll  65.61607255104423 -87.80941562110837
+  en  -113314.52484485286 4604535.035218204
+  ll2 65.61607254535672 -87.80941559714329
+EPSG:2778
+  ll  -30.97587900442661 -88.1909140281358
+  en  -391917.43370829057 -6136647.766919341
+  ll2 -30.975879002439907 -88.19091403062303
+EPSG:2779
+  ll  32.96414043464996 -133.21750606643474
+  en  -3822379.306271854 1399069.0416148042
+  ll2 32.964140434650204 -133.21750606643474
+EPSG:2780
+  ll  -78.11140974266306 -83.89558422724747
+  en  160232.79411506993 -1.1993773862169849E7
+  ll2 -78.11140974266364 -83.89558422724733
+EPSG:2781
+  ll  -50.51615127785197 -81.7008265056156
+  en  874862.5372687846 -8920387.134427499
+  ll2 -50.51615127783063 -81.70082650560926
+EPSG:2782
+  ll  -82.55261833992591 -156.3981794563093
+  en  486998.4836003517 -1.1253130774541248E7
+  ll2 -82.55261833992657 -156.39817945630935
+EPSG:2783
+  ll  14.659724574590356 -160.28640859943278
+  en  109871.32931865886 -624786.5109066601
+  ll2 14.659724574568012 -160.28640859933284
+EPSG:2784
+  ll  -21.53748581402425 -149.02132574489326
+  en  1432932.0541182403 -4751058.498166357
+  ll2 -21.53748580340237 -149.02132574764457
+EPSG:2785
+  ll  35.87642386603345 -153.7512726211668
+  en  1019403.1749508036 1571770.0950825207
+  ll2 35.87642386417226 -153.75127261990298
+EPSG:2786
+  ll  89.79078741955809 -154.25118995775756
+  en  502408.307194464 7581831.243305381
+  ll2 89.79078741955598 -154.25118996644298
+EPSG:2787
+  ll  13.423013443106356 -104.01341086238159
+  en  1085623.1201446732 -3115238.447777229
+  ll2 13.423013438503176 -104.0134108807988
+EPSG:2788
+  ll  62.11198763155011 -118.57888610947059
+  en  261111.30443375107 2283121.759867448
+  ll2 62.111987630864306 -118.57888610888013
+EPSG:2789
+  ll  80.29437191998753 -113.79045262163922
+  en  836885.6263449399 4303731.078097861
+  ll2 80.29437191998797 -113.79045262163962
+EPSG:2790
+  ll  -61.195134511995306 -83.5900832347419
+  en  554906.8564362056 -1.0855739298750913E7
+  ll2 -61.195134511108975 -83.5900832355291
+EPSG:2791
+  ll  -8.25887732528632 -100.03897224949317
+  en  -392824.3849930628 -4986135.281782476
+  ll2 -8.258877312086806 -100.03897211848323
+EPSG:2792
+  ll  -10.844943996478861 -80.2579267303808
+  en  692218.3412204701 -5106409.41536749
+  ll2 -10.844943996232702 -80.2579267321288
+EPSG:2793
+  ll  -29.29984700814198 -91.74833934281082
+  en  446517.2804655252 -7153306.794157467
+  ll2 -29.29984700782568 -91.7483393433842
+EPSG:2794
+  ll  61.12733136034019 -145.47290416506044
+  en  -1289512.2777636824 4108920.5077544553
+  ll2 61.12733136034076 -145.47290416506044
+EPSG:2795
+  ll  69.61501533822705 -150.64781356000879
+  en  -1925061.524942061 4284958.599485245
+  ll2 69.61501533822798 -150.64781356000879
+EPSG:2796
+  ll  -0.7397239267188702 -59.51573133109132
+  en  5594598.620757435 -3560039.0992051815
+  ll2 -0.7397239267188396 -59.51573133109133
+EPSG:2797
+  ll  -10.68796180174285 -112.88769673134975
+  en  -1788562.450021008 -5333046.577861333
+  ll2 -10.687961801742809 -112.88769673134978
+EPSG:2798
+  ll  -10.864311292221073 -58.40430058692665
+  en  4429889.069907033 -5489973.061077543
+  ll2 -10.86431129222105 -58.404300586926645
+EPSG:2799
+  ll  20.85532394296954 -74.75268558892188
+  en  1687281.3310193692 -1170472.7625578907
+  ll2 20.855323942969463 -74.75268558892188
+EPSG:2800
+  ll  78.8568907795144 -118.43343516133177
+  en  29828.380402474315 6429280.413545422
+  ll2 78.85689077951525 -118.43343516133179
+EPSG:2801
+  ll  55.796812776920106 -136.07566762125916
+  en  -2075081.7655453389 3750511.4198919837
+  ll2 55.79681277692056 -136.07566762125916
+EPSG:2802
+  ll  -63.10970006827632 -78.35122366024517
+  en  -195810.91260163608 -1.1874362042638132E7
+  ll2 -63.10970001638819 -78.3512230129582
+EPSG:2803
+  ll  -9.858284081845042 -74.7952469566628
+  en  391799.88828562293 -5837710.460246247
+  ll2 -9.858284081763435 -74.795246955885
+EPSG:2804
+  ll  -13.773751333439494 -57.81949972585696
+  en  3445508.1665407945 -6225374.180848747
+  ll2 -13.773751333439435 -57.81949972585695
+EPSG:2805
+  ll  -10.333573771157399 -61.02098811751573
+  en  1878075.8224924994 -5662543.409376434
+  ll2 -10.33357377115738 -61.02098811751573
+EPSG:2806
+  ll  12.856038056325755 -25.305524259753525
+  en  5748471.305053714 -1843571.739793855
+  ll2 12.85603805632577 -25.305524259753522
+EPSG:2807
+  ll  75.23394214595973 -116.32932558711201
+  en  7022863.932653992 3755898.5956862564
+  ll2 75.23394214596068 -116.32932558711201
+EPSG:2808
+  ll  46.00910961425028 -74.36718727690669
+  en  6772571.764134279 346886.6382694416
+  ll2 46.00910961425036 -74.36718727690668
+EPSG:2809
+  ll  -11.71698226696681 -122.17420883184334
+  en  -2018364.0674585784 -5457811.446057933
+  ll2 -11.716982266966781 -122.17420883184334
+EPSG:2810
+  ll  3.807024014509265 -87.54024080648465
+  en  1599609.6349835088 -5063368.950650035
+  ll2 3.8070240145093033 -87.54024080648465
+EPSG:2811
+  ll  46.96825011753176 -45.70324582923561
+  en  4267384.395409653 1415964.2571504598
+  ll2 46.96825011753191 -45.70324582923563
+EPSG:2812
+  ll  26.556853396981545 -136.6557925705461
+  en  -3447986.2086168416 -620756.2077403667
+  ll2 26.556853396981058 -136.6557925705461
+EPSG:2813
+  ll  29.355332518635493 -85.6003471077788
+  en  614006.6811984811 -11688.665562897744
+  ll2 29.35533251859976 -85.60034710770928
+EPSG:2814
+  ll  40.19478515355635 -80.4907438339569
+  en  1538743.732732093 1233154.8156365957
+  ll2 40.194785102240886 -80.49074402234972
+EPSG:2815
+  ll  19.370635881882833 -84.19420099248845
+  en  913474.2303450736 -1812088.6275912423
+  ll2 19.370635880871028 -84.19420099225765
+EPSG:2816
+  ll  -68.85162687498956 -89.66724089835034
+  en  614060.9101960382 -1.160978067099279E7
+  ll2 -68.85162687496714 -89.66724089835947
+EPSG:2817
+  ll  44.634296554056675 -89.59520760007784
+  en  1239162.9678924466 951930.4299354713
+  ll2 44.63429655289656 -89.59520760001823
+EPSG:2818
+  ll  44.27655933141987 -53.449034753624474
+  en  4704539.716967069 1537639.1803034043
+  ll2 44.27655933141997 -53.44903475362446
+EPSG:2819
+  ll  69.883905947839 -98.55087041633416
+  en  565297.1789718432 3506111.5398851065
+  ll2 69.8839059478399 -98.55087041633416
+EPSG:28191
+  ll  -21.570203053454662 34.57767652812345
+  en  104754.31384402225 -5771883.990347592
+  ll2 -21.570203018689934 34.57767659579005
+EPSG:28192
+  ll  59.18873382786856 44.28333525949895
+  en  687450.2776484762 4213542.311647201
+  ll2 59.188733819250096 44.28333498201807
+EPSG:28193
+  ll  20.971632491522698 36.158968029613234
+  en  268724.25591304107 -65320.37615292007
+  ll2 20.97163233889922 36.158968021027356
+EPSG:2820
+  ll  67.94752804358941 -117.02701082508148
+  en  139497.14617775427 1.1693509050683323E7
+  ll2 67.94752804358983 -117.02701082508149
+EPSG:2821
+  ll  -42.043841103831696 -123.07298810008213
+  en  -30465.262780896737 -2522418.9944146127
+  ll2 -42.04384109875659 -123.07298809836445
+EPSG:2822
+  ll  -18.636610438025315 -109.13250874345358
+  en  1800774.4141015396 -1934259.1817195704
+  ll2 -18.636610424009582 -109.13250876584567
+EPSG:2823
+  ll  -48.38233620884156 -74.97020693549885
+  en  55323.237163366255 -1.0073057549397146E7
+  ll2 -48.38233620872096 -74.97020693552665
+EPSG:28232
+  ll  -70.45503435010494 3.1018593674818993
+  en  280003.8823107986 2172951.487729988
+  ll2 -70.45503434803625 3.101859367862905
+EPSG:2824
+  ll  -28.889936726296277 -67.07211317738093
+  en  875547.6929330527 -7519126.022270628
+  ll2 -28.889936721326226 -67.07211317231916
+EPSG:2825
+  ll  -15.941341386781247 -113.38673677328106
+  en  -807683.0418034318 -5214888.661877396
+  ll2 -15.941341376676629 -113.38673674623509
+EPSG:2826
+  ll  -14.48445216665192 -97.89703400011089
+  en  1403212.5934185013 -5048970.132863197
+  ll2 -14.484452161024116 -97.89703401858623
+EPSG:2827
+  ll  13.791147118052095 -105.01219284594828
+  en  1135136.9177355184 -1903785.1620355817
+  ll2 13.791147118047675 -105.01219284598092
+EPSG:2828
+  ll  -76.88530607124872 -82.28608994083882
+  en  -46728.08045205186 -1.2849147629930003E7
+  ll2 -76.88530606888192 -82.28608984386925
+EPSG:2829
+  ll  80.56719896144088 -79.04353955635025
+  en  204984.41145536746 4519616.415657317
+  ll2 80.56719896144043 -79.0435395563472
+EPSG:2830
+  ll  -81.25546707294149 -77.42600220753225
+  en  369648.29745417746 -1.3454214588181432E7
+  ll2 -81.2554670729422 -77.42600220753225
+EPSG:2831
+  ll  -2.887523887112117 4.6400604285290115
+  en  1.0227609937705334E7 -452063.8977843847
+  ll2 -2.8875238871121103 4.6400604285290115
+EPSG:2832
+  ll  9.612135208036918 -82.38090980409739
+  en  3002624.6297835615 -4164012.9303495376
+  ll2 9.61213520803695 -82.38090980409737
+EPSG:2833
+  ll  82.09318929267518 -38.473688627783076
+  en  1793493.56867398 4938840.655788731
+  ll2 82.09318929267582 -38.47368862778308
+EPSG:2834
+  ll  63.14341650959699 -25.61803307002475
+  en  3515421.798282651 3667907.6048942753
+  ll2 63.14341650959764 -25.618033070024754
+EPSG:28348
+  ll  21.832175371059748 103.11215928443376
+  en  304881.32494540344 1.241544704453962E7
+  ll2 21.832175371059005 103.11215928443336
+EPSG:28349
+  ll  -10.235491604420758 109.17901958781029
+  en  300542.4233536527 8867987.182544267
+  ll2 -10.23549160442053 109.17901958781552
+EPSG:2835
+  ll  17.96802310822084 -10.77489989610288
+  en  7880655.0461029215 780930.6804986219
+  ll2 17.968023108220855 -10.77489989610288
+EPSG:28350
+  ll  -82.86031577211327 109.49456201271676
+  en  396142.7814452793 792374.6501030289
+  ll2 -82.86031577195818 109.49456208604794
+EPSG:28351
+  ll  -63.06419858258763 116.83308400418903
+  en  188671.49853009352 2992300.564831853
+  ll2 -63.06419857878507 116.83308401335825
+EPSG:28352
+  ll  83.18527454298663 134.725121952039
+  en  575721.4254566989 1.9240901383792464E7
+  ll2 83.18527454292835 134.72512194571397
+EPSG:28353
+  ll  31.493699271043738 139.22874205111825
+  en  901773.355892359 1.3492072495057745E7
+  ll2 31.493699270830994 139.2287420514617
+EPSG:28354
+  ll  73.15795172306926 147.37055437421287
+  en  705667.099414307 1.8129056434111536E7
+  ll2 73.15795172141068 147.37055435920306
+EPSG:28355
+  ll  79.23754119622251 142.27604222708695
+  en  401624.94099382125 1.8800472294519033E7
+  ll2 79.23754119613723 142.27604222816777
+EPSG:28356
+  ll  37.24503677351093 160.164629471205
+  en  1135873.6848876467 1.4146189423171137E7
+  ll2 37.24503676607334 160.16462946992377
+EPSG:28357
+  ll  15.41355991534519 158.41835449740907
+  en  437589.64058892813 1.1704152589305999E7
+  ll2 15.413559915345179 158.4183544974091
+EPSG:28358
+  ll  -70.59899245501776 174.85779424918164
+  en  864056.7662661561 2137697.4886495993
+  ll2 -70.59899243168759 174.85779348986486
+EPSG:2836
+  ll  17.935868862087645 -153.14236747779543
+  en  -5202950.698821457 -229792.92318426608
+  ll2 17.93586886208766 -153.14236747779546
+EPSG:2837
+  ll  88.05302676954959 -32.131122585840075
+  en  1403350.395099089 8348058.9984467905
+  ll2 88.05302676954972 -32.131122585840075
+EPSG:2838
+  ll  24.074683461176164 -97.18443795868691
+  en  4987610.527899094 -1861570.2326931565
+  ll2 24.074683461175955 -97.18443795868691
+EPSG:2839
+  ll  59.063001036441904 -164.31804561046323
+  en  -1006563.6233224315 2630941.3697567745
+  ll2 59.06300103644239 -164.31804561046323
+EPSG:2840
+  ll  -82.44604132332036 -68.32994400133197
+  en  146520.86991129804 -1.3709301561963765E7
+  ll2 -82.44604132331807 -68.32994400136234
+EPSG:28404
+  ll  19.184618982477986 23.617173288787125
+  en  4775457.807633544 2124284.635406078
+  ll2 19.184618986414883 23.617173298603422
+EPSG:28405
+  ll  15.28426865037855 36.708352722490346
+  en  6547215.090030165 1714097.2185204232
+  ll2 15.284268635842567 36.70835267134097
+EPSG:28406
+  ll  -35.60457657778439 33.95132134387434
+  en  6586311.015739959 -3942044.2007237133
+  ll2 -35.60457656183477 33.95132136826248
+EPSG:28407
+  ll  -2.981367817262509 30.14000862976606
+  en  6511174.447041628 -333577.62629375025
+  ll2 -2.9813678076222225 30.14000871649704
+EPSG:28408
+  ll  28.36793296816849 51.538545338992506
+  en  9141812.115932899 3156754.4156474727
+  ll2 28.36793296492284 51.53854533956561
+EPSG:28409
+  ll  46.63089294687745 44.25849153466909
+  en  8983913.46419534 5188423.421926229
+  ll2 46.63089293843863 44.25849154071652
+EPSG:2841
+  ll  -7.515669853093999 -170.4368409180324
+  en  -9352321.716584273 -1882842.166832841
+  ll2 -7.515669853094035 -170.43684091803235
+EPSG:28410
+  ll  -5.680151124759249 51.86384924269858
+  en  9930351.20378458 -630544.6671321611
+  ll2 -5.68015112237486 51.863849247522225
+EPSG:28411
+  ll  33.247210273589204 71.5279417699767
+  en  1.2295974902554253E7 3712854.703151755
+  ll2 33.24721025820291 71.52794175702019
+EPSG:28412
+  ll  -20.05534335282063 71.49510926374424
+  en  1.2761124576051455E7 -2220358.9402640117
+  ll2 -20.055343349997013 71.49510926544816
+EPSG:28413
+  ll  28.74387959065308 73.4214210178472
+  en  1.3345840278083973E7 3181970.157299379
+  ll2 28.74387958970247 73.42142101332388
+EPSG:28414
+  ll  -57.58094364862496 89.1373983886582
+  en  1.4986127787759643E7 -6413775.642467014
+  ll2 -57.580943600460536 89.13739829955972
+EPSG:28415
+  ll  61.54927099421755 88.56605448968509
+  en  1.5583290801828757E7 6827734.088141508
+  ll2 61.54927099765151 88.56605448734983
+EPSG:28416
+  ll  -16.231458463475803 97.34775208433348
+  en  1.696518743184074E7 -1800110.4441997951
+  ll2 -16.23145846477837 97.34775208414331
+EPSG:28417
+  ll  -6.932553441156031 107.17814721880517
+  en  1.8406760836549282E7 -774368.251899831
+  ll2 -6.93255344175247 107.1781471830587
+EPSG:28418
+  ll  34.130407886043116 105.79436448067983
+  en  1.8573246469712347E7 3778460.1388100972
+  ll2 34.13040788676736 105.79436448226419
+EPSG:28419
+  ll  -58.41779481067138 111.41025672531374
+  en  1.952392656453936E7 -6477843.003915696
+  ll2 -58.41779478598106 111.41025671699717
+EPSG:2842
+  ll  72.76941191702103 -127.47289712077418
+  en  -451717.12450813246 3743031.8068149122
+  ll2 72.76941191702201 -127.47289712077418
+EPSG:28420
+  ll  31.509465893904306 113.9468079470582
+  en  2.0209848972125877E7 3491555.8526448044
+  ll2 31.509465893819993 113.94680795026439
+EPSG:28421
+  ll  -4.828981550440375 114.91955582673702
+  en  2.0600616402643934E7 -539260.5887253744
+  ll2 -4.828981551817543 114.91955586533115
+EPSG:28422
+  ll  -38.8058530095232 135.60500333635323
+  en  2.3073912057213984E7 -4317674.044164642
+  ll2 -38.80585299062422 135.60500332548216
+EPSG:28423
+  ll  -10.39702055548085 134.77284883953098
+  en  2.34750167310913E7 -1149704.4075947776
+  ll2 -10.397020554612427 134.77284883880125
+EPSG:28424
+  ll  -6.43148124585251 148.03539786509762
+  en  2.5280087583073422E7 -716500.3089329839
+  ll2 -6.431481242105869 148.03539784836326
+EPSG:28425
+  ll  79.15579616673949 145.87386590873396
+  en  2.5476235135647196E7 8791168.782437125
+  ll2 79.15579616542487 145.8738659014018
+EPSG:28426
+  ll  71.97739034799679 157.4797689962188
+  en  2.6654513056016397E7 7995428.869722112
+  ll2 71.97739034698766 157.47976899172244
+EPSG:28427
+  ll  -19.481619765485576 155.2867741716042
+  en  2.710979918979231E7 -2159146.7672845884
+  ll2 -19.481619756577828 155.28677416126808
+EPSG:28428
+  ll  72.08863825642183 166.0322136900184
+  en  2.8535309333452657E7 8002418.752700698
+  ll2 72.08863825558646 166.03221368220207
+EPSG:28429
+  ll  -55.38503578851686 179.72368923790947
+  en  3.0052004197750483E7 -6174830.05729377
+  ll2 -55.38503573520257 179.7236890143644
+EPSG:2843
+  ll  -5.276633625400965 -111.81730129504973
+  en  -2994186.8913242994 -4298650.80964397
+  ll2 -5.2766336254009625 -111.81730129504973
+EPSG:28430
+  ll  0.05819326035367567 173.02806650930566
+  en  3.0057319087711442E7 6520.683033158253
+  ll2 0.058193267957423855 173.0280664970357
+EPSG:28431
+  ll  16.884223973982614 -168.68976871458398
+  en  3.238791366022438E7 1886387.9746583344
+  ll2 16.884223977709002 -168.6897687431839
+EPSG:28432
+  ll  -0.8875521898879697 -178.52645480103192
+  en  3.1659640692535557E7 -98930.11273467421
+  ll2 -0.8875521793902829 -178.52645479345026
+EPSG:2844
+  ll  50.959065896917004 -138.81533119343845
+  en  -2464219.285623052 3415285.9375529173
+  ll2 50.95906589691726 -138.81533119343845
+EPSG:2845
+  ll  17.91901259165654 -148.15361862073792
+  en  -4637983.427672049 1719847.5644626347
+  ll2 17.91901259165654 -148.15361862073792
+EPSG:2846
+  ll  -8.477447929223612 -151.14142259326263
+  en  -6065932.726349101 1665.310613097623
+  ll2 -8.477447929223585 -151.14142259326263
+EPSG:2847
+  ll  -10.361105664550042 -159.01496481262427
+  en  -7307806.496608595 1490613.2103995075
+  ll2 -10.36110566455002 -159.01496481262427
+EPSG:2848
+  ll  21.272977578994627 -99.4558860235732
+  en  200322.55827025353 4512796.27335209
+  ll2 21.272977578994567 -99.4558860235732
+EPSG:2849
+  ll  42.52663342735272 -56.2238944799401
+  en  4742428.723968053 2640350.079559204
+  ll2 42.52663342735283 -56.22389447994011
+EPSG:2850
+  ll  -16.786533101709935 -46.43812483323225
+  en  1.047509253763819E7 -1382514.1010371475
+  ll2 -16.786533101709896 -46.43812483323226
+EPSG:2851
+  ll  77.06739075034419 -104.58870020297142
+  en  748383.608354593 8006624.4622814655
+  ll2 77.06739075034508 -104.58870020297142
+EPSG:2852
+  ll  30.131059404965313 -72.44170837814633
+  en  505616.7365525296 -1372483.6991638737
+  ll2 30.131059404963956 -72.44170837814633
+EPSG:2853
+  ll  36.735086265994774 -18.10592184449891
+  en  8516012.796182483 3608719.934490501
+  ll2 36.7350862659949 -18.10592184449893
+EPSG:2854
+  ll  86.33923001118484 -123.41876952103317
+  en  2772412.308743463 8064748.778562807
+  ll2 86.33923001118517 -123.4187695210332
+EPSG:2855
+  ll  50.384565002527054 -97.53997170045061
+  en  2132694.057625517 625425.8755850766
+  ll2 50.384565002527275 -97.53997170045061
+EPSG:2856
+  ll  35.40827317235953 -129.8255833817529
+  en  -360300.0176036793 -1058623.571857018
+  ll2 35.40827317235968 -129.8255833817529
+EPSG:2857
+  ll  -9.354742510932127 -75.79178928747676
+  en  1169762.4341860036 -5957767.231728776
+  ll2 -9.354742510932093 -75.79178928747676
+EPSG:2858
+  ll  59.384137112476516 -64.58445470512787
+  en  1604516.5855652406 2638860.9628428076
+  ll2 59.38413711247699 -64.58445470512787
+EPSG:2859
+  ll  46.96198480599918 -54.17272305810374
+  en  3235386.685050223 804219.165812436
+  ll2 46.96198480599932 -54.17272305810375
+EPSG:2860
+  ll  26.45409900869919 -47.69824251502665
+  en  4827083.195466883 -834877.0429249174
+  ll2 26.45409900869872 -47.69824251502665
+EPSG:28600
+  ll  56.36454950371004 41.22067137692805
+  en  -416492.36961739336 3888874.9807494367
+  ll2 56.36454941621398 41.22067199673183
+EPSG:2861
+  ll  27.44473716678757 -69.27049524025287
+  en  2702841.906299271 -1373723.9211967604
+  ll2 27.444737166786943 -69.27049524025288
+EPSG:2862
+  ll  -54.859968314021 -99.42707879961206
+  en  568346.5064920546 -1.0581138110791167E7
+  ll2 -54.859968310696146 -99.4270788029632
+EPSG:2863
+  ll  -36.63660558567621 -114.5512629071745
+  en  -245977.62937221385 -8465053.51153763
+  ll2 -36.63660557821917 -114.55126290632342
+EPSG:2864
+  ll  83.39970938300581 -101.87275535111752
+  en  688076.7563663863 4784695.793046292
+  ll2 83.39970938290784 -101.8727553844204
+EPSG:2865
+  ll  -14.340130687515867 -103.43988523446411
+  en  1518027.2117974882 -5980991.410565445
+  ll2 -14.340130686341128 -103.43988523806011
+EPSG:2866
+  ll  26.909072405575685 -43.690097190523915
+  en  2479762.7634973517 1350488.828777427
+  ll2 26.909072405575138 -43.690097190523915
+EPSG:2867
+  ll  10.887552943926792 -105.48318582913151
+  en  2381502.08891441 -7292522.059915097
+  ll2 10.887552943831903 -105.48318582987628
+EPSG:2868
+  ll  17.58220704284396 -111.02733489806285
+  en  1009703.5644669728 -4874878.439280748
+  ll2 17.582207042843937 -111.02733489806289
+EPSG:2869
+  ll  -26.889995231426624 -111.26784308854157
+  en  1509169.7926078627 -2.1024953800494824E7
+  ll2 -26.88999523142051 -111.26784308852915
+EPSG:2870
+  ll  10.295026349669062 -86.2876930345746
+  en  2.0771923624875583E7 -6481823.640760255
+  ll2 10.295026349669088 -86.2876930345746
+EPSG:2871
+  ll  10.734185311838218 -159.61897622875375
+  en  -8121343.01904473 -5468967.146388853
+  ll2 10.734185311838225 -159.61897622875372
+EPSG:2872
+  ll  55.36443018508368 -57.923475567046864
+  en  1.928438052895854E7 1.3049558744614618E7
+  ll2 55.3644301850841 -57.92347556704686
+EPSG:2873
+  ll  82.93631726624601 -124.0230056723222
+  en  6139413.478559975 2.222661444675577E7
+  ll2 82.9363172662466 -124.02300567232221
+EPSG:2874
+  ll  18.644980047593336 -139.74830914924104
+  en  -1193168.8136852721 -2991262.9051375645
+  ll2 18.644980047593332 -139.748309149241
+EPSG:2875
+  ll  27.982531527673814 -152.3337020993197
+  en  -4901867.806495697 2119652.4935996328
+  ll2 27.98253152767303 -152.33370209931968
+EPSG:2876
+  ll  0.4579967120290185 -93.92801226438294
+  en  8250683.3921468025 -1.3921311131099986E7
+  ll2 0.4579967120290551 -93.92801226438294
+EPSG:2877
+  ll  -7.863306001591633 -100.30192533168015
+  en  5560268.83492789 -1.745432764617217E7
+  ll2 -7.863306001591712 -100.30192533168015
+EPSG:2878
+  ll  75.35317807106279 -166.4393392053377
+  en  -4221222.3311729785 1.8949375450592075E7
+  ll2 75.35317807106374 -166.4393392053376
+EPSG:2879
+  ll  35.50782647724369 -8.892664088870958
+  en  1.8415874990199257E7 5301583.662705582
+  ll2 35.50782647724387 -8.892664088870958
+EPSG:2880
+  ll  17.427842675384028 -70.05543935259566
+  en  2527122.2157288715 -7453468.811450202
+  ll2 17.427842675061804 -70.05543935286424
+EPSG:2881
+  ll  7.062017112534747 -83.98153772620195
+  en  -424959.2815374744 -6266800.430403928
+  ll2 7.062017112531134 -83.98153772611752
+EPSG:2882
+  ll  -67.27887426446053 -74.97490390177043
+  en  1648188.9779005314 -3.3379830031998493E7
+  ll2 -67.27887425855545 -74.97490393468824
+EPSG:2883
+  ll  29.28925771528788 -44.748662556971965
+  en  1.4386331295596663E7 2292123.1385279046
+  ll2 29.28925771528679 -44.748662556971965
+EPSG:2884
+  ll  2.016130059508498 -91.12928327744198
+  en  -2628306.2190583316 -1.0151222187732307E7
+  ll2 2.0161300576708907 -91.12928319425667
+EPSG:2885
+  ll  -13.709587689276745 -82.69291422754515
+  en  2819590.9244549223 -1.5867195155496381E7
+  ll2 -13.709587689276672 -82.6929142275464
+EPSG:2886
+  ll  61.39722574468303 -107.95101378457029
+  en  1394755.9173099985 7225393.327547268
+  ll2 61.397225744249084 -107.95101378483679
+EPSG:2887
+  ll  -40.83497255761329 -105.91828170736183
+  en  3877750.1598335146 -3.007848523222186E7
+  ll2 -40.834972539313945 -105.91828173273247
+EPSG:2888
+  ll  -72.07475689636841 -114.08545855390744
+  en  2812306.920873835 -4.1387824912884325E7
+  ll2 -72.07475689636873 -114.08545855390753
+EPSG:2891
+  ll  26.1166029273734 -137.7501506332176
+  en  -1.5314631422283899E7 892833.7785102348
+  ll2 26.11660292737298 -137.7501506332176
+EPSG:2892
+  ll  75.02619506058451 -131.23661511109816
+  en  -4059200.047973612 1.8563096729716998E7
+  ll2 75.02619506058551 -131.23661511109816
+EPSG:2893
+  ll  84.72861840871315 -36.22855467720031
+  en  3899326.0150897317 2.102715730170764E7
+  ll2 84.72861840871363 -36.22855467720032
+EPSG:2894
+  ll  22.24477776770418 -68.78995259181369
+  en  1625427.3538287324 -4486770.961258065
+  ll2 22.244777767704072 -68.78995259181369
+EPSG:2895
+  ll  70.86769146774367 -91.8136784061893
+  en  -1380852.6259587957 1.1887043386157628E7
+  ll2 70.86769146774462 -91.81367840618931
+EPSG:2896
+  ll  51.219135532054906 -138.94745289057153
+  en  1.513211844550703E7 6127866.863567253
+  ll2 51.21913553205513 -138.94745289057153
+EPSG:2897
+  ll  45.22154638495482 -31.027650332854165
+  en  3.2459251072916564E7 5052994.5402512215
+  ll2 45.22154638495492 -31.02765033285417
+EPSG:2898
+  ll  -17.05069379283582 -124.4716283283828
+  en  -9133569.729107223 -2.0067545131802876E7
+  ll2 -17.05069379283579 -124.47162832838279
+EPSG:2899
+  ll  -25.50486490917868 -98.2768016047174
+  en  -2139320.974213617 -2.0079865113005523E7
+  ll2 -25.504864892797105 -98.27680160070506
+EPSG:28991
+  ll  -79.88476397853589 -43.97574195676401
+  en  -5841528.1235949155 -3.0190177727512553E7
+  ll2 -79.88476335621421 -43.9757383904794
+EPSG:28992
+  ll  53.0773 4.8091
+  en  116258.1195090166 565761.7177196565
+  ll2 53.07730000496192 4.809100002754373
+EPSG:2900
+  ll  -75.7873200782553 -89.55345450617067
+  en  2366730.4187101894 -3.831707016881388E7
+  ll2 -75.78732007825624 -89.55345450617067
+EPSG:2901
+  ll  63.66681777698207 -170.368907691434
+  en  -7394814.097213513 1.1015586441928098E7
+  ll2 63.66681777698275 -170.36890769143392
+EPSG:2902
+  ll  -17.9806342915104 -108.2268655085713
+  en  -812369.6827041504 -1.779410038771878E7
+  ll2 -17.98063429146759 -108.22686550853176
+EPSG:2903
+  ll  -21.350966054417043 -103.79378706284625
+  en  2476386.043167907 -1.9010197954070024E7
+  ll2 -21.35096605441382 -103.79378706284437
+EPSG:2904
+  ll  28.834465797984294 -100.96187873053285
+  en  4925911.723016618 -723602.9687810467
+  ll2 28.834465794864936 -100.9618787265097
+EPSG:2905
+  ll  85.88871975709523 -78.71869900768407
+  en  381402.78585162736 1.7202991520748895E7
+  ll2 85.8887197570934 -78.71869900727754
+EPSG:2906
+  ll  -9.777054201667994 -69.85151592804685
+  en  3248486.2103660353 -1.810294668548496E7
+  ll2 -9.777054200655984 -69.85151593584301
+EPSG:2907
+  ll  -48.62214952040123 -85.20874009849065
+  en  -453675.95191218413 -3.2276025063840996E7
+  ll2 -48.622149512761624 -85.20874009028589
+EPSG:2908
+  ll  22.649553644605433 -58.76817512545708
+  en  6341032.204071447 -6012051.511193001
+  ll2 22.64955364460531 -58.76817512545708
+EPSG:2909
+  ll  54.849199464280545 -128.24980546683537
+  en  -3795352.574097441 3920649.927296551
+  ll2 54.849199464280886 -128.2498054668354
+EPSG:2910
+  ll  82.95570493705308 -122.5796821768268
+  en  562763.0164462874 1.5217559071395645E7
+  ll2 82.95570493705371 -122.57968217682681
+EPSG:2911
+  ll  43.78567988934026 -95.91889207054136
+  en  2523072.0958542414 3214373.3096292554
+  ll2 43.78567988934037 -95.91889207054135
+EPSG:2912
+  ll  18.75859387568014 -66.69040394679816
+  en  1.301945072815525E7 -3640521.551468326
+  ll2 18.75859387568012 -66.69040394679817
+EPSG:2913
+  ll  81.94212344148403 -55.09421313425847
+  en  1.2514616413598374E7 1.727435685275493E7
+  ll2 81.94212344148472 -55.094213134258496
+EPSG:2914
+  ll  85.57541227564856 -64.75075829363179
+  en  7565701.342783805 1.9520435752128754E7
+  ll2 85.57541227564899 -64.75075829363179
+EPSG:2915
+  ll  76.46572984306718 -85.24313807394557
+  en  2064035.470365775 1.7202609362794783E7
+  ll2 76.46572984306812 -85.24313807394556
+EPSG:2916
+  ll  -4.7946169738327775 -174.47564731709363
+  en  -2.9798980321768153E7 -226034.82002870788
+  ll2 -4.794616973832746 -174.47564731709372
+EPSG:29168
+  ll  -70.25491247711474 -81.69401220123639
+  en  248109.42264958879 -7808167.599624479
+  ll2 -70.2549124718971 -81.69401216415964
+EPSG:29169
+  ll  -16.897642320548954 -72.78406758281518
+  en  96808.65760749084 -1872068.0629700625
+  ll2 -16.89764231982037 -72.78406758171826
+EPSG:2917
+  ll  -17.134565313393402 -37.149908271384675
+  en  3.1116416767921783E7 -4851941.306130745
+  ll2 -17.134565313393352 -37.149908271384675
+EPSG:29170
+  ll  68.72268372360315 -54.945559379608184
+  en  825449.1676440327 7644806.640089517
+  ll2 68.72268371359935 -54.945559502423436
+EPSG:29171
+  ll  27.559448900078976 -59.6001831314754
+  en  243315.39684998593 3051125.0093508856
+  ll2 27.55944889937738 -59.60018313398198
+EPSG:29172
+  ll  -2.046489732204705 -50.58006365437369
+  en  546748.2596890671 -226166.39831522066
+  ll2 -2.0464897334313177 -50.58006365585035
+EPSG:2918
+  ll  42.16906682330885 -94.91591238134568
+  en  3793939.828722029 1.445653598027612E7
+  ll2 42.16906682330896 -94.91591238134568
+EPSG:29187
+  ll  -13.416485525441274 -87.63410022332673
+  en  -219574.53318728274 8507143.051071871
+  ll2 -13.416485522938217 -87.63410021662075
+EPSG:29188
+  ll  16.288468476072723 -84.66454547915717
+  en  -536638.3459042554 1.1825574664153177E7
+  ll2 16.288468460365696 -84.66454543383242
+EPSG:29189
+  ll  73.25226367474315 -77.12843316659391
+  en  239353.0856709604 1.8146377540531166E7
+  ll2 73.25226366876535 -77.12843303636764
+EPSG:2919
+  ll  32.07881877359652 -28.49190057036813
+  en  2.2530108173116803E7 2.106056544371558E7
+  ll2 32.07881877359679 -28.491900570368117
+EPSG:29190
+  ll  72.78756634462212 -60.74130164341408
+  en  574643.8922263874 1.8078194593360912E7
+  ll2 72.78756634543406 -60.741301650098585
+EPSG:29191
+  ll  -37.94330251771137 -56.44243855801336
+  en  549044.0544280591 5800368.913651683
+  ll2 -37.943302516591196 -56.44243855664226
+EPSG:29192
+  ll  68.83985198942568 -50.54394487640957
+  en  518421.16479927755 1.7636572142986476E7
+  ll2 68.83985199062454 -50.54394488209432
+EPSG:29193
+  ll  -58.69721068883372 -53.91007306245934
+  en  -15386.125468790997 3459352.618826625
+  ll2 -58.6972106477939 -53.910072829408044
+EPSG:29194
+  ll  46.55639949440163 -42.49327933071794
+  en  232280.6938805477 1.51618056448812E7
+  ll2 46.55639949487216 -42.49327933429351
+EPSG:29195
+  ll  28.76150227250362 -42.992923367401104
+  en  -478169.53094754496 1.3222893991235718E7
+  ll2 28.761502245831377 -42.99292333426738
+EPSG:2920
+  ll  70.10099055272127 -95.07088262906137
+  en  1617866.9906226106 3.466720734158055E7
+  ll2 70.10099055272218 -95.07088262906139
+EPSG:2921
+  ll  11.908476731879517 -43.740034234929766
+  en  2.62556149698941E7 2615840.289896933
+  ll2 11.908476731879553 -43.74003423492977
+EPSG:2922
+  ll  31.667372857799812 -73.80514002323024
+  en  1.313503256714918E7 6584543.854619287
+  ll2 31.667372857797815 -73.80514002323022
+EPSG:29220
+  ll  -64.38629934790185 -57.13224264711534
+  en  783033.8079972062 2846750.5862795915
+  ll2 -64.38629934270905 -57.13224263379237
+EPSG:29221
+  ll  41.479893458821266 -57.17447914037778
+  en  485718.93261770514 1.4592024377431013E7
+  ll2 41.47989344414 -57.17447908590931
+EPSG:2923
+  ll  0.8017509718093478 -95.9525745231654
+  en  8487869.26410049 -3531521.9659319213
+  ll2 0.8017509718093592 -95.95257452316538
+EPSG:2924
+  ll  75.02193195210958 -50.6784150234259
+  en  1.4971297829882165E7 2.1981419914691813E7
+  ll2 75.02193195211055 -50.6784150234259
+EPSG:2925
+  ll  -14.52873111792245 -50.281720350359635
+  en  2.5903148308350734E7 -1.5705554415129863E7
+  ll2 -14.528731117922428 -50.28172035035962
+EPSG:2926
+  ll  64.6504582075611 -161.35322042254617
+  en  -4723659.850605622 8256579.965148497
+  ll2 64.65045820756183 -161.35322042254617
+EPSG:2927
+  ll  78.09300937632511 -124.69989856533931
+  en  1241035.1092966562 1.2794963159130916E7
+  ll2 78.09300937632602 -124.6998985653393
+EPSG:2928
+  ll  13.264862024031121 -133.91418587509526
+  en  -1.521115637999309E7 -7351119.391051686
+  ll2 13.264862024031133 -133.91418587509526
+EPSG:2929
+  ll  13.63763149501058 -95.2814295096164
+  en  -172728.52838872783 -1.1445553868659824E7
+  ll2 13.637631495010593 -95.28142950961639
+EPSG:2930
+  ll  46.622081772275095 -32.39771033542809
+  en  1.5339421267950218E7 6496614.901722845
+  ll2 46.622081772275216 -32.39771033542809
+EPSG:2931
+  ll  22.79738790536753 20.57691345535314
+  en  1279310.8533823318 2540952.3427638295
+  ll2 22.797387901918835 20.576913459906454
+EPSG:2932
+  ll  -89.93150677413878 48.611312957115295
+  en  199722.64374323192 -1.2399399267234817E7
+  ll2 -89.93150669055046 48.6113364830761
+EPSG:2933
+  ll  87.75905465051224 119.89720680123824
+  en  512593.18769778486 1.9747792306329302E7
+  ll2 87.75905398864231 119.89720698271928
+EPSG:29333
+  ll  -74.64504056130846 18.17175622740899
+  en  593771.1549714585 1713779.521112536
+  ll2 -74.64504043235948 18.171756128801036
+EPSG:2935
+  ll  38.81936948052132 48.75785112042052
+  en  1927885.265905534 4310530.202925557
+  ll2 38.81936947136572 48.75785111382637
+EPSG:2936
+  ll  -48.647120400737954 48.097223207433004
+  en  2562691.881214509 -5409388.822353789
+  ll2 -48.64712038090436 48.09722323406064
+EPSG:2937
+  ll  -10.47957896491036 38.34268907705937
+  en  2289857.0618436136 -1186548.4562300143
+  ll2 -10.479578948479231 38.34268915122443
+EPSG:29371
+  ll  34.91863848581775 1.7797035681255582
+  en  -843724.0470715509 6338311.837268501
+  ll2 34.91863827070622 1.7797036473563101
+EPSG:29373
+  ll  24.03384899385948 15.099240504430153
+  en  213612.94286673857 5094369.5868344605
+  ll2 24.033848884184227 15.099240486093684
+EPSG:29375
+  ll  63.98639461530183 20.382600129133372
+  en  263308.66318907926 9542890.61646441
+  ll2 63.9863941385399 20.38259990634606
+EPSG:29377
+  ll  42.77353216592118 22.69322684008299
+  en  466048.59528135747 7186934.781317938
+  ll2 42.773531902246575 22.693226741085997
+EPSG:29379
+  ll  60.52284358420064 16.2059249960416
+  en  -153288.0185755555 9149044.816773035
+  ll2 60.52284314410747 16.205924880024547
+EPSG:2938
+  ll  -32.92264931177382 55.17410701940402
+  en  4734356.3111066 -3666577.392027816
+  ll2 -32.922649299306435 55.17410703118489
+EPSG:29381
+  ll  -87.30942450829467 30.687521388031893
+  en  50679.25395080353 -7271681.171939592
+  ll2 -87.30942426717444 30.687518465706958
+EPSG:29383
+  ll  57.26531727427624 17.732058765548242
+  en  -317496.2339257957 8795245.386038603
+  ll2 57.26531686766039 17.732058647725655
+EPSG:29385
+  ll  -18.213063604697595 19.96800508632803
+  en  -532645.1346448739 411959.01954249805
+  ll2 -18.213063602854483 19.96800508873741
+EPSG:2939
+  ll  18.55704267828665 41.24427973247712
+  en  1291101.8720598891 2064844.8360648334
+  ll2 18.55704266388734 41.244279758978806
+EPSG:2940
+  ll  17.513778277733905 60.7270729398457
+  en  4040717.718869438 1936095.5324674582
+  ll2 17.513778274031637 60.72707293501803
+EPSG:2941
+  ll  30.132383077463572 51.91759741689417
+  en  3832556.599863244 3330073.0844526715
+  ll2 30.13238307608419 51.91759741319688
+EPSG:2942
+  ll  -56.25334211411242 -24.91290490745611
+  en  -112612.69089339371 -6278596.942322536
+  ll2 -56.25334205249314 -24.91290464601968
+EPSG:2943
+  ll  -85.95513407887886 -14.431504492671245
+  en  504671.5799818515 -9546457.266469175
+  ll2 -85.95513405213619 -14.4315041776916
+EPSG:2945
+  ll  16.210310956893395 -56.006803831373986
+  en  571421.6490483931 1794357.0584547224
+  ll2 16.210310956891007 -56.006803831384964
+EPSG:2946
+  ll  -77.25173579957263 -65.29255757176675
+  en  211410.06746036198 -8580454.556529293
+  ll2 -77.2517357995356 -65.29255757162035
+EPSG:2947
+  ll  -56.669409861065816 -60.216019502301826
+  en  567327.7303951567 -6290678.415963453
+  ll2 -56.66940986050189 -60.216019502526585
+EPSG:2948
+  ll  -13.327539765484445 -65.6881457955713
+  en  501107.4110648623 -1474515.432557451
+  ll2 -13.327539765484165 -65.68814579557501
+EPSG:2949
+  ll  -37.978755876876434 -66.80300087254496
+  en  629632.8681173808 -4211173.551256952
+  ll2 -37.978755876722644 -66.80300087240096
+EPSG:2950
+  ll  6.585576002758842 -80.68552377975986
+  en  -491815.89753903984 733906.2651551098
+  ll2 6.585576001590617 -80.68552376436584
+EPSG:2951
+  ll  51.277294226479825 -69.39199562659587
+  en  800457.445893587 5706408.682252061
+  ll2 51.2772942146173 -69.39199564675133
+EPSG:2952
+  ll  -60.59496143312633 -75.79858434667703
+  en  507525.93512710574 -6725397.374521412
+  ll2 -60.59496143291976 -75.79858434675086
+EPSG:2953
+  ll  27.871756720701313 -45.767960206422984
+  en  4593100.585501373 5648999.195132518
+  ll2 27.871756720700606 -45.76796020642298
+EPSG:2954
+  ll  -48.78075405030826 -142.4034930890113
+  en  -1.5200588206675174E7 -1.3514202097163564E7
+  ll2 -48.78075405030841 -142.4034930890113
+EPSG:2955
+  ll  -16.678765052445684 -117.67302242139628
+  en  428239.0045800905 -1844139.9474961692
+  ll2 -16.67876505244568 -117.6730224213963
+EPSG:2956
+  ll  52.07234798218266 -117.39393450174387
+  en  61984.080202105455 5788398.483856578
+  ll2 52.07234797578542 -117.39393449398634
+EPSG:2957
+  ll  -24.49466711631233 -109.15662218988658
+  en  78613.00767642644 -2715339.675628999
+  ll2 -24.494667116209165 -109.15662219008586
+EPSG:2958
+  ll  88.2123475657275 -71.60582769004264
+  en  532573.1136822095 9801050.489865663
+  ll2 88.21234756642447 -71.60582826747456
+EPSG:2959
+  ll  -60.52436122638033 -81.09379428824678
+  en  165821.3243184334 -6725303.027118211
+  ll2 -60.52436122233822 -81.09379428063792
+EPSG:2960
+  ll  3.2348538118073833 -70.74789285198975
+  en  305780.9874832777 357719.56170199084
+  ll2 3.2348538118073176 -70.74789285198379
+EPSG:2961
+  ll  -35.69352134693274 -67.4394995589345
+  en  98206.79107670195 -3959049.1242389237
+  ll2 -35.69352134653914 -67.43949955934741
+EPSG:2962
+  ll  64.97263605532623 -47.51452416645091
+  en  946443.0169226972 7238994.260952432
+  ll2 64.97263601806185 -47.514524645420124
+EPSG:2965
+  ll  -4.759597489808627 -79.76192233924039
+  en  2480946.4759581424 -1.4537243119331507E7
+  ll2 -4.75959748958285 -79.76192234399322
+EPSG:2966
+  ll  71.96322776905134 -83.09729798612621
+  en  3404560.511532508 1.3420095021737216E7
+  ll2 71.96322776892637 -83.09729798634092
+EPSG:2967
+  ll  17.100854139314976 -88.29438713707302
+  en  -589687.9404659672 -6589786.37241268
+  ll2 17.100854139311476 -88.29438713706203
+EPSG:2968
+  ll  16.974538111707318 -81.79866738188251
+  en  4801390.106078948 -6616899.899611087
+  ll2 16.974538111420046 -81.79866738221631
+EPSG:2969
+  ll  18.09195682909748 -62.90557198327498
+  en  509756.870848181 2000799.1724028382
+  ll2 18.091956804307603 -62.90557196864032
+EPSG:2970
+  ll  16.041843969107557 -61.20853416213802
+  en  692080.8032091978 1774695.5238622925
+  ll2 16.041843952489906 -61.20853418759285
+EPSG:29702
+  ll  -25.018943690192323 43.41957106835357
+  en  95176.46385931433 119965.98671352351
+  ll2 -25.018943690579928 43.41957106821558
+EPSG:2971
+  ll  53.56316817165853 -43.38297738697324
+  en  1004072.5957439169 5961855.468240182
+  ll2 53.5631681218997 -43.382977440856614
+EPSG:2972
+  ll  8.207268629853019 -50.21680809669106
+  en  586265.5532873704 907296.0057201401
+  ll2 8.207268629853017 -50.216808096691146
+EPSG:2973
+  ll  14.407542336386097 -60.935843452421075
+  en  722168.2113894979 1593628.3260067373
+  ll2 14.407542351752353 -60.9358434333617
+EPSG:29738
+  ll  -10.390698040754444 38.395955901523116
+  en  -224361.85022001574 8843935.279647207
+  ll2 -10.390698044430215 38.39595590499107
+EPSG:29739
+  ll  -16.699851489937487 42.92205385469225
+  en  -363597.229991524 8136174.792966424
+  ll2 -16.699851488833293 42.92205386159997
+EPSG:2975
+  ll  -16.18983230787581 40.123852994258414
+  en  -1326413.3757486301 8133460.392475499
+  ll2 -16.189831907677373 40.12386116380695
+EPSG:2976
+  ll  -69.89188638594268 -150.08600167016644
+  en  381647.806262961 2243058.4800346624
+  ll2 -69.89188639035062 -150.08600167371404
+EPSG:2977
+  ll  71.38169901233545 -162.71205251639748
+  en  155457.02135342988 1.7947771121538803E7
+  ll2 71.38169895602388 -162.71205158302996
+EPSG:2978
+  ll  -63.35338884445743 -140.13022968653718
+  en  543681.7865988025 2974678.939787604
+  ll2 -63.353388842526535 -140.130229680541
+EPSG:2980
+  ll  -77.70365951497854 44.220977874316006
+  en  481250.63473548606 1374651.2472196855
+  ll2 -77.70365935430672 44.22097735488417
+EPSG:2981
+  ll  79.22307988377977 155.53625643604767
+  en  303590.688357061 1.881094353624414E7
+  ll2 79.22307990166901 155.53625674803533
+EPSG:29849
+  ll  -40.42431035487997 109.72962545923168
+  en  391841.13981649996 -4475582.172828806
+  ll2 -40.424310318208335 109.72962551747368
+EPSG:29850
+  ll  -55.341380440943546 111.66825339856366
+  en  161717.91773794626 -6145684.788568917
+  ll2 -55.34138030837074 111.66825356951574
+EPSG:2987
+  ll  -33.75876752572323 -60.84890574987472
+  en  143244.6412550321 -3742211.647814076
+  ll2 -33.75876728684413 -60.84890556170286
+EPSG:29871
+  ll  7.31035675748481 118.5748895002964
+  en  48909.589597078455 40329.14703834823
+  ll2 7.310356768091936 118.57488947547155
+EPSG:29872
+  ll  1.3854016435296481 112.8000830085585
+  en  1135720.890687073 503146.4813885587
+  ll2 1.385401646968607 112.80008298784755
+EPSG:29873
+  ll  5.69775184958883 110.80589303824146
+  en  124505.1612814485 630428.9731072409
+  ll2 5.697751852494578 110.80589302651767
+EPSG:2988
+  ll  89.28270100887204 -176.36677725595038
+  en  500740.05519289494 1.991796034776146E7
+  ll2 89.28270099892698 -176.36677774461066
+EPSG:29901
+  ll  40.1560982521348 -17.83218586603864
+  en  -638349.1785175876 -1186843.9058929645
+  ll2 40.1560981327303 -17.83218569242566
+EPSG:29902
+  ll  -51.44719596560751 -9.908848867660598
+  en  67413.01873345053 -1.1383640412465783E7
+  ll2 -51.44719519099295 -9.908848948266616
+EPSG:29903
+  ll  28.852642592589604 -17.262796518133896
+  en  -705909.572025751 -2451909.0808719755
+  ll2 28.85264258133465 -17.26279651045389
+EPSG:2991
+  ll  16.93058544667543 -149.0818149851665
+  en  -2906629.470854521 -2278029.5377857843
+  ll2 16.930585446675433 -149.0818149851665
+EPSG:2992
+  ll  -4.390333010102898 -153.65592350213655
+  en  -1.4912051854719758E7 -1.554790667480616E7
+  ll2 -4.390333010102867 -153.65592350213655
+EPSG:2993
+  ll  82.64439107463957 -54.90333851843843
+  en  1665556.9558652812 5601993.648995145
+  ll2 82.64439107464021 -54.90333851843843
+EPSG:2994
+  ll  8.444511333972489 -93.18688659821532
+  en  1.2851758628554687E7 -1.0978267305472352E7
+  ll2 8.444511333972528 -93.18688659821534
+EPSG:2995
+  ll  9.637410048741387 168.40527746434768
+  en  874064.5064419425 1.1067321996795377E7
+  ll2 9.637410045808231 168.40527745865785
+EPSG:2996
+  ll  61.60035385782794 156.31689655536937
+  en  39858.10721146612 1.6860426644987553E7
+  ll2 61.600353735800915 156.31689639452728
+EPSG:2997
+  ll  -69.27214869369661 173.476718311084
+  en  833755.2939700634 2291041.287796424
+  ll2 -69.27214809430906 173.476716353484
+EPSG:2998
+  ll  3.424604816688799 174.32819468726268
+  en  1540448.892277044 1.0383337157151941E7
+  ll2 3.4246047147205028 174.32819445934626
+EPSG:2999
+  ll  -13.760992431047583 38.60194111040006
+  en  -193969.4282884883 8469842.549172236
+  ll2 -13.760992483199205 38.60194124510362
+EPSG:3000
+  ll  31.910053601835273 18.106211343257215
+  en  -6298607.693804363 4617158.822506972
+  ll2 31.910053822996925 18.106212427647943
+EPSG:3001
+  ll  35.517579866263844 152.3184248561901
+  en  8596711.674334008 5097011.9228557665
+  ll2 35.51757975669144 152.3184246956386
+EPSG:3002
+  ll  11.457376033055027 163.93490862689723
+  en  9885642.748954434 2171556.0805702494
+  ll2 11.457376033600665 163.93490862025226
+EPSG:3003
+  ll  38.09725651416973 7.4345625019044315
+  en  1362730.2218375676 4217833.144082101
+  ll2 38.09725651416882 7.43456250190293
+EPSG:3004
+  ll  46.42503928302209 18.74399103983138
+  en  2807681.5235197735 5148186.206928445
+  ll2 46.425039282776645 18.74399103989143
+EPSG:3005
+  ll  -38.30941542902003 9.097453472284542
+  en  1.3100360003855618E7 9876684.702734185
+  ll2 -38.30941542902001 9.097453472284542
+EPSG:3006
+  ll  29.734840136260985 22.944467857913462
+  en  1269513.1994306452 3315972.5915782284
+  ll2 29.73484012843053 22.944467862496932
+EPSG:3007
+  ll  85.09444290678704 13.59333461891303
+  en  165216.18824875125 9454268.861656606
+  ll2 85.09444290678748 13.593334618912976
+EPSG:3008
+  ll  61.864054488897295 13.084399903079879
+  en  128126.42078915332 6861850.5022156555
+  ll2 61.86405448889793 13.084399903079877
+EPSG:3009
+  ll  75.84142598699606 14.868973663404937
+  en  146420.94567875788 8420863.589297248
+  ll2 75.84142598699697 14.86897366340494
+EPSG:3010
+  ll  -35.61156769605203 12.57054383720126
+  en  -206114.05031784123 -3949561.1397726513
+  ll2 -35.611567695863656 12.570543836982711
+EPSG:3011
+  ll  31.08856949844197 17.952966701182998
+  en  145512.2762463716 3440794.9949085093
+  ll2 31.088569498440243 17.952966701182998
+EPSG:3012
+  ll  34.77359881281197 18.125574947634895
+  en  504861.1194312779 3856327.4649755894
+  ll2 34.77359881264907 18.12557494784226
+EPSG:3013
+  ll  -81.11407807168527 24.062869060600324
+  en  292932.42494509695 -9019805.026843725
+  ll2 -81.11407807113807 24.062868877428173
+EPSG:3014
+  ll  39.55563127495154 9.130464818877277
+  en  -548272.908922119 4411815.694565127
+  ll2 39.55563125743533 9.130464840621219
+EPSG:3015
+  ll  42.45208765109234 19.09275351960411
+  en  178195.5158347532 4701910.649383179
+  ll2 42.45208765109239 19.09275351960411
+EPSG:3016
+  ll  17.87667530751979 10.283834844676605
+  en  -910570.6662609484 2005852.3962705366
+  ll2 17.87667528780899 10.28383489039614
+EPSG:30161
+  ll  -69.90134305473416 136.8532211214447
+  en  281659.54406144226 -1.1426025916082907E7
+  ll2 -69.90134204136443 136.85321978752424
+EPSG:30162
+  ll  1.9195474056796655 134.9184148669885
+  en  436456.9764364435 -3439979.260408353
+  ll2 1.919547648893623 134.91841477518096
+EPSG:30163
+  ll  41.246853327009774 132.97269671637383
+  en  67788.40807842516 582372.818984037
+  ll2 41.24685329232148 132.9726967573053
+EPSG:30164
+  ll  -81.75912881473042 125.64242301161136
+  en  -125129.87239187752 -1.2740757542405708E7
+  ll2 -81.75912779362788 125.64242091829738
+EPSG:30165
+  ll  72.35707639270981 127.31045348873744
+  en  -236914.0308144486 4059631.2311732518
+  ll2 72.35707642666745 127.31045362864694
+EPSG:30166
+  ll  44.141886657363585 132.56344723059402
+  en  -274693.6283723407 909366.9296068924
+  ll2 44.141886623582984 132.5634472791048
+EPSG:30167
+  ll  -49.4350930150272 134.5356181529894
+  en  -190506.62326075337 -9465704.699425919
+  ll2 -49.435092071381966 134.53561765568008
+EPSG:30168
+  ll  -48.588382655107864 145.14428062642483
+  en  490192.6280325915 -9389582.314651666
+  ll2 -48.588381727936806 145.14427995342135
+EPSG:30169
+  ll  -57.944554797613016 133.13970243821615
+  en  -395633.1627597213 -1.0428853434801329E7
+  ll2 -57.944553786115485 133.13970180811071
+EPSG:3017
+  ll  51.82764692645915 14.915917178791242
+  en  -320886.4403061773 5766290.612375549
+  ll2 51.827646917009076 14.915917193188655
+EPSG:30170
+  ll  12.071127734843984 131.72180242979374
+  en  -995444.3858057449 -3077898.7422144697
+  ll2 12.07112783462347 131.72180243832742
+EPSG:30171
+  ll  -18.524206226869936 141.32371773933713
+  en  113652.20827150378 -6922523.273573388
+  ll2 -18.524205655325577 141.32371749498793
+EPSG:30172
+  ll  -6.063578094114206 137.08224259693975
+  en  -572436.4533272407 -5546656.251808244
+  ll2 -6.063577727993344 137.08224245995083
+EPSG:30173
+  ll  -75.74947127170948 150.6585249548609
+  en  176117.14611697817 -1.3291763939991841E7
+  ll2 -75.74947039838179 150.658522316496
+EPSG:30174
+  ll  -4.4038542948742645 140.73203782412043
+  en  -140414.6491501149 -3363953.5121531333
+  ll2 -4.403853935715805 140.73203767210393
+EPSG:30175
+  ll  -61.17611242873696 125.57529108676184
+  en  -103333.69485280404 -9662218.686080148
+  ll2 -61.17611138865905 125.5752905519193
+EPSG:30176
+  ll  13.902345094201607 128.87217243179737
+  en  527250.3740601181 -1334204.866172768
+  ll2 13.902345175924898 128.87217240158455
+EPSG:30177
+  ll  -2.0786060420222867 132.62756275856188
+  en  181281.58314943544 -3106847.9126436156
+  ll2 -2.0786057530486124 132.6275626613673
+EPSG:30178
+  ll  19.248047478211205 134.96830859263298
+  en  -108196.15345381048 -83435.23008501479
+  ll2 19.2480475325295 134.96830856535274
+EPSG:30179
+  ll  73.91924121718557 153.2969516167919
+  en  -21351.366670732514 5328584.236151343
+  ll2 73.91924122983997 153.29695176321164
+EPSG:3018
+  ll  -23.865604244610694 17.32647850693317
+  en  -454081.72178601904 -2653067.8956746347
+  ll2 -23.865604243734737 17.326478505472565
+EPSG:3019
+  ll  -29.422167597809512 9.480770225868152
+  en  1322897.038183 -3257730.8818254815
+  ll2 -29.42216694309414 9.480770186271178
+EPSG:3020
+  ll  38.871020935750835 6.95521210212582
+  en  926913.8607939162 4324318.619755185
+  ll2 38.87102090154081 6.9552121209896205
+EPSG:30200
+  ll  -6.532368683324151 -60.9305157095611
+  en  651054.4449210155 -9007819.858745411
+  ll2 -6.532368555829574 -60.93051568833246
+EPSG:3021
+  ll  7.152495328204623 12.543861613397564
+  en  1139528.0055286526 791632.1219314352
+  ll2 7.152495520464017 12.543861599462982
+EPSG:3022
+  ll  5.847748640394315 25.871556332941708
+  en  2368199.5900095813 652126.1696434538
+  ll2 5.847748869842622 25.871556247652872
+EPSG:3023
+  ll  -11.826985636980666 19.190254035153178
+  en  1378486.8795777417 -1308637.3024173472
+  ll2 -11.826985196280653 19.190253966041574
+EPSG:3024
+  ll  -29.32096175265435 23.303886416988803
+  en  1572728.8646089793 -3245350.015367976
+  ll2 -29.320961089484776 23.303886267916024
+EPSG:3025
+  ll  79.85937914013863 15.421338426699172
+  en  1580801.071079348 8871326.882598517
+  ll2 79.85937914010644 15.421338426387623
+EPSG:3026
+  ll  -5.989173522301613 13.817968853931346
+  en  1528748.6904961104 -662215.9367135599
+  ll2 -5.989173522301613 13.817968853931346
+EPSG:3027
+  ll  42.4419413705819 18.56276842527044
+  en  1726606.3654995295 4703930.262061228
+  ll2 42.44194137054833 18.562768425294593
+EPSG:3028
+  ll  -64.10727799611644 14.420745072905532
+  en  1322787.6102911592 -7116124.888171584
+  ll2 -64.10727799596268 14.420745072982154
+EPSG:3029
+  ll  -83.42005373753756 26.169223569167034
+  en  1574873.8888542864 -9269848.217469327
+  ll2 -83.42005373748003 26.16922356133676
+EPSG:3030
+  ll  -4.64320164994038 12.585743064567561
+  en  388018.01843731524 -521275.07379659655
+  ll2 -4.643201641197294 12.585743232942303
+EPSG:3031
+  ll  -2.203568131709858 -146.83286534539934
+  en  -6512331.978323617 -9964356.342448773
+  ll2 -2.2035681316804365 -146.83286534539934
+EPSG:3032
+  ll  33.26301043285541 56.750872568026864
+  en  770187.9196755216 2.821173402317224E7
+  ll2 33.263010432855005 56.750872568026864
+EPSG:3033
+  ll  -53.85668026617815 77.57896596470384
+  en  6516634.160305618 5517993.5713460725
+  ll2 -53.85668026617812 77.57896596470383
+EPSG:30339
+  ll  -18.792510794583734 50.731979229271005
+  en  471755.7029660448 -2077913.1906689378
+  ll2 -18.792510794583738 50.731979229271005
+EPSG:3034
+  ll  14.000554993391734 63.48163397827122
+  en  1.0109297983930217E7 788501.6285380176
+  ll2 14.000554993391749 63.48163397827122
+EPSG:30340
+  ll  66.01541861962434 58.15116066549848
+  en  552213.8284095287 7322183.704802955
+  ll2 66.0154186196242 58.151160665498494
+EPSG:3035
+  ll  -45.40063789010833 -114.5250706603789
+  en  -7518153.250978978 662760.3359244876
+  ll2 -45.40063789179444 -114.52507066037892
+EPSG:3036
+  ll  41.91433993365871 33.792320014545986
+  en  565706.2186935929 1.4640569056416096E7
+  ll2 41.914339933658695 33.79232001454603
+EPSG:3037
+  ll  -66.07884568528519 35.14244280910481
+  en  325547.95684163406 2665930.612521398
+  ll2 -66.0788456850952 35.142442809245836
+EPSG:3040
+  ll  34.114501979506784 -8.463671401911679
+  en  1103292.5130922473 3794201.977391028
+  ll2 34.11450197601164 -8.463671399693956
+EPSG:3041
+  ll  42.093389288929785 -10.733001557952738
+  en  356684.72510158067 4661598.345808554
+  ll2 42.09338928892777 -10.733001557954966
+EPSG:3042
+  ll  -47.760888373256776 6.075788362285259
+  en  1179854.3587641441 -5329748.747200853
+  ll2 -47.7608883279959 6.075788200391589
+EPSG:3043
+  ll  -84.45096353446557 6.833224136057055
+  en  541352.7478127494 -9379815.77917413
+  ll2 -84.45096353446255 6.833224135886867
+EPSG:3044
+  ll  14.306182987950535 10.821185936258606
+  en  696437.3408154539 1582360.6891249265
+  ll2 14.30618298795023 10.821185936255283
+EPSG:3045
+  ll  -14.468702072372835 24.81051103517412
+  en  1561839.933787446 -1622440.1149258057
+  ll2 -14.468702055373747 24.81051096725361
+EPSG:3046
+  ll  -50.09554818786958 28.7118793293456
+  en  1051294.0835678345 -5577794.247141041
+  ll2 -50.09554816903151 28.71187928896319
+EPSG:3047
+  ll  -77.24520907124231 29.949852563581622
+  en  572672.4086706747 -8575961.879766664
+  ll2 -77.24520907123475 29.94985256356639
+EPSG:3048
+  ll  -8.274428964101801 29.671066701419516
+  en  133204.55608744005 -916171.3892292954
+  ll2 -8.274428964093541 29.671066701561152
+EPSG:3049
+  ll  88.56531807575678 37.061118793138284
+  en  494581.1002254855 9837875.713370916
+  ll2 88.5653180757569 37.061118793138654
+EPSG:30491
+  ll  88.8277404108773 35.309197643939385
+  en  791369.3641076649 8249635.126093919
+  ll2 88.82774041474605 35.30919748746051
+EPSG:30492
+  ll  24.352615001244928 67.59839805203656
+  en  6740112.756188337 1310099.498474287
+  ll2 24.352615007475183 67.59839804846403
+EPSG:30493
+  ll  13.505027718076413 7.865517258122324
+  en  1100576.7785733573 -2236797.4296579044
+  ll2 13.505027718076443 7.865517258122324
+EPSG:30494
+  ll  1.0176990200324774 1.5249008058602271
+  en  348278.42598231806 -3457403.8327385066
+  ll2 1.0176990200325313 1.524900805860227
+EPSG:3054
+  ll  54.197337776091786 -28.770269317133515
+  en  384504.89706843963 6007119.43930597
+  ll2 54.1973377827824 -28.77026931819507
+EPSG:3055
+  ll  -31.284342678152527 -13.415796650511147
+  en  1222858.5438892131 -3486066.952754292
+  ll2 -31.284342662194582 -13.41579665610482
+EPSG:3056
+  ll  78.93218164960041 -23.07277580680918
+  en  327496.21556503547 8774577.103834182
+  ll2 78.9321816450242 -23.07277567600959
+EPSG:3057
+  ll  87.35385571580754 39.154048948412566
+  en  805639.2060223329 3249268.4317626776
+  ll2 87.35385571580777 39.15404894841255
+EPSG:3058
+  ll  -2.7105612795443648 -5.96276330989906
+  en  332179.2898141022 -8100482.393201372
+  ll2 -2.710560243196622 -5.962763966252219
+EPSG:3059
+  ll  49.23525189671949 -54.40128360306443
+  en  -4263130.034442673 2917092.551873151
+  ll2 50188.29483742296 -89.17586803561426
+EPSG:30591
+  ll  22.788174752488885 -51.7775519236948
+  en  -5002692.31808459 111072.64265170746
+  ll2 22.78817477808254 -51.77755184719018
+EPSG:30592
+  ll  50.20347959462654 -73.7873028339065
+  en  -4546552.768736117 3933725.6222447865
+  ll2 50.203479677790476 -73.78730276503047
+EPSG:3060
+  ll  -1.1011308836770013 155.39223808455847
+  en  -574350.5171939996 9876249.5107104
+  ll2 -1.1011309283087392 155.39223817372772
+EPSG:3061
+  ll  0.21190388611037747 -12.867193512830896
+  en  737744.236460192 23124.65487100757
+  ll2 0.21190396804181796 -12.867193603877851
+EPSG:3062
+  ll  39.48000704447523 -28.02953829303477
+  en  411422.2206234793 4370516.429597112
+  ll2 39.48000703530933 -28.029538295995692
+EPSG:3063
+  ll  19.444579262715777 -26.6912160383828
+  en  532312.6927371139 2150112.509347304
+  ll2 19.4445792662654 -26.691216048674807
+EPSG:3064
+  ll  61.837458715705935 10.021969384135332
+  en  553811.3518356719 6856496.212260303
+  ll2 61.83745871570585 10.02196938413535
+EPSG:3065
+  ll  59.84462866445179 13.601062228461913
+  en  421608.76252576907 6634935.594096492
+  ll2 59.844628664451164 13.601062228461801
+EPSG:3066
+  ll  78.7585993856645 27.27174709206205
+  en  289211.709554294 5762568.997143608
+  ll2 78.75859938224063 27.271747848493586
+EPSG:3067
+  ll  46.35672996407686 18.93631540194886
+  en  -120264.82768384449 5165372.018931383
+  ll2 46.356729941477106 18.936315448581674
+EPSG:3068
+  ll  55.703667858672645 14.46073843172399
+  en  92519.82659949943 376112.61856716627
+  ll2 55.703667863702385 14.460738443502686
+EPSG:3070
+  ll  -32.08389450114475 -90.27989821155268
+  en  493586.1730085148 -8029769.096628061
+  ll2 -32.083894501144755 -90.27989821155268
+EPSG:3071
+  ll  31.38683827674204 -81.93987951574283
+  en  1287507.535323897 -979293.6900426196
+  ll2 31.38683826713394 -81.93987951363714
+EPSG:3072
+  ll  9.082258639319292 -77.35092976090698
+  en  -346268.0802293569 -3837127.3260295754
+  ll2 9.082258628774083 -77.35092966987294
+EPSG:30729
+  ll  -50.8917981976221 -0.43288501921205835
+  en  1102154.5461300146 -5672864.587303038
+  ll2 -50.8917978241011 -0.43288523938592294
+EPSG:30730
+  ll  66.25678962936743 1.7101739152361368
+  en  711555.6413577457 7356244.286912048
+  ll2 66.25678961397095 1.7101739347904972
+EPSG:30731
+  ll  4.659215643629722 11.457634913031196
+  en  1441485.4148102314 520361.0070198947
+  ll2 4.659215684965849 11.457634851906176
+EPSG:30732
+  ll  -32.634924622318216 0.777727973316845
+  en  -272273.86258895334 -3640988.891892587
+  ll2 -32.63492430757514 0.7777279202959025
+EPSG:3074
+  ll  -31.7565410896659 -65.3039490767742
+  en  780713.4796148646 -8270110.46849452
+  ll2 -31.75654108902421 -65.30394907584892
+EPSG:3075
+  ll  -35.95318272721916 -76.8848128366882
+  en  -113863.9663154725 -8873226.856416654
+  ll2 -35.953182702479225 -76.88481279722419
+EPSG:3077
+  ll  -13.181858465951393 -68.5782001341696
+  en  494807.3976528088 -6202607.43973929
+  ll2 -13.181858465951128 -68.57820013417324
+EPSG:3078
+  ll  41.60827677021571 -88.24888965973831
+  en  312432.1549270698 119889.29315797798
+  ll2 41.60827677021557 -88.24888965973831
+EPSG:3079
+  ll  44.252524246297604 -83.22129775415792
+  en  721651.7538175047 414986.47761984076
+  ll2 44.252524246297575 -83.22129775415792
+EPSG:30791
+  ll  3.963529113965137 -52.4199902971053
+  en  -6204055.834249365 -1479017.8656732372
+  ll2 3.963529079422138 -52.41999026696998
+EPSG:30792
+  ll  -14.257229098423439 63.389151101239165
+  en  9072484.78896342 -3024463.6836823174
+  ll2 -14.257228968271509 63.38915113523815
+EPSG:3081
+  ll  6.390660613302195 -84.60449919628834
+  en  2851186.137204052 -1691638.4648882658
+  ll2 6.39066061330221 -84.60449919628834
+EPSG:3082
+  ll  20.70901244006837 -51.97229056952915
+  en  6416360.392792113 6392510.807723744
+  ll2 20.709012440068385 -51.97229056952915
+EPSG:3083
+  ll  81.50927874811325 39.39146840700445
+  en  7265001.362759071 1.61235875229174E7
+  ll2 81.50927874811313 39.39146840700445
+EPSG:3084
+  ll  1.7925690835507417 -53.90626250746932
+  en  7132143.536995799 4275703.788932546
+  ll2 1.7925690835507773 -53.906262507469314
+EPSG:3085
+  ll  -15.326940585111373 -90.47611084543749
+  en  2811978.189357174 2769938.273304244
+  ll2 -15.326940585111382 -90.4761108454375
+EPSG:3086
+  ll  86.51739400771302 35.64012776852934
+  en  6453801.865683592 8400565.912698584
+  ll2 86.51739400771285 35.64012776852931
+EPSG:3087
+  ll  77.48347147768237 -133.15913997575345
+  en  -2548793.5410285667 5546550.178244245
+  ll2 77.48347147768321 -133.15913997575345
+EPSG:3088
+  ll  -14.23564921832656 -148.67656184345333
+  en  -7744235.362002637 -2184915.5450623175
+  ll2 -14.23564921832653 -148.67656184345333
+EPSG:3089
+  ll  78.15403445971336 -150.10979183739713
+  en  -1703388.7003047457 2.2744864794298176E7
+  ll2 78.15403445971337 -150.1097918373971
+EPSG:3090
+  ll  51.8715197455014 -43.183787036207534
+  en  4423841.80325527 3421519.537984086
+  ll2 51.871519745501644 -43.18378703620754
+EPSG:3091
+  ll  52.994047382516314 -165.4061805413904
+  en  -1.1171510479761586E7 1.6741326417408895E7
+  ll2 52.994047382516584 -165.40618054139043
+EPSG:3092
+  ll  -55.07920868333913 114.99448287675537
+  en  -10284.381341637287 -6133035.141245526
+  ll2 -55.07920764549229 114.99448276062172
+EPSG:3093
+  ll  -59.181752713763714 126.66207599851143
+  en  366633.83569286513 -6562653.305790835
+  ll2 -59.181751686434765 126.6620754798845
+EPSG:3094
+  ll  -12.649535242161889 129.80261201007573
+  en  -64804.2715745545 -1404608.1223212886
+  ll2 -12.64953480412375 129.80261188430788
+EPSG:3095
+  ll  -37.25499192211106 142.15160087339314
+  en  602413.0491612328 -4124109.5227971487
+  ll2 -37.25499110041702 142.15160044121316
+EPSG:3096
+  ll  3.8836289412677587 145.5788387770365
+  en  342557.8119655143 428694.89577969926
+  ll2 3.883629211659307 145.57883864106398
+EPSG:3097
+  ll  77.93124421339917 128.91575339260137
+  en  637854.523246697 8657662.552023739
+  ll2 77.93124421296599 128.91575338445787
+EPSG:3098
+  ll  -14.955569251703409 130.0832367792496
+  en  616486.1116182263 -1653695.9625342013
+  ll2 -14.9555692517034 130.08323677924938
+EPSG:3099
+  ll  -74.74190202689242 129.53028889536824
+  en  339534.11092741205 -8302205.984890994
+  ll2 -74.74190202636144 129.53028889923436
+EPSG:3100
+  ll  76.8856440892776 143.69856006693752
+  en  568327.3050741379 8535579.410644384
+  ll2 76.88564408927316 143.69856006693072
+EPSG:3101
+  ll  48.11295051341156 151.65851913125738
+  en  846704.0342773186 5339358.26275718
+  ll2 48.112950512473226 151.65851913116458
+EPSG:3102
+  ll  -53.03580141153152 -118.15408681525594
+  en  1.5298054465686034E7 -1.6746128103145035E7
+  ll2 -53.03580112754245 -118.1540869810609
+EPSG:31028
+  ll  58.02643501633568 -19.681456639706916
+  en  223450.87354504818 6441141.623646262
+  ll2 58.026434985483554 -19.68145658888704
+EPSG:3106
+  ll  72.0969514119389 80.73636400949908
+  en  183575.21646567277 8023799.466503381
+  ll2 72.09695123831315 80.73636429522732
+EPSG:3107
+  ll  -13.939572376888975 72.71285014675213
+  en  -5656851.544577028 2053593.717767843
+  ll2 -13.93957237688893 72.71285014675213
+EPSG:3108
+  ll  8.91816206239352 -6.8576453231675885
+  en  -441898.1320458662 -4446080.846940494
+  ll2 8.918162062335961 -6.857645322499123
+EPSG:3109
+  ll  -64.51505280082682 0.22546073300703107
+  en  153350.49658298417 -1.2544030034264563E7
+  ll2 -64.5150528008163 0.22546073300595548
+EPSG:3110
+  ll  -37.69250272651594 81.8489807913753
+  en  -2669861.345592534 2642545.344827027
+  ll2 -37.6925027153536 81.84898081420049
+EPSG:3111
+  ll  6.955808962487794 77.27954738304109
+  en  -6521863.723609947 4495063.925749371
+  ll2 6.9558089624878505 77.27954738304109
+EPSG:3112
+  ll  -41.90400419239095 122.4905037010086
+  en  -975717.9421994162 -4757431.486697955
+  ll2 -41.90400419239099 122.49050370100862
+EPSG:31121
+  ll  62.07510916746668 -65.35492876401155
+  en  64514.81339904381 6910876.308258023
+  ll2 62.0751091277062 -65.35492876067248
+EPSG:3113
+  ll  4.062421876141414 148.14111791956225
+  en  -490178.60854725225 3649238.769942688
+  ll2 4.062421876089104 148.14111792105396
+EPSG:3114
+  ll  -51.3698935990179 -80.50421165304064
+  en  970285.2416572837 -5201555.961081977
+  ll2 -51.36989359901813 -80.50421165304066
+EPSG:3115
+  ll  80.32026539141822 -73.58709323403025
+  en  1065506.570203903 9414636.103367958
+  ll2 80.32026539140828 -73.58709323410146
+EPSG:31154
+  ll  -4.847325659785341 -45.57022475721077
+  en  1438202.7103227503 -541290.5597417465
+  ll2 -4.847325651635656 -45.5702248058915
+EPSG:3116
+  ll  -23.327410930347412 -79.36874443989939
+  en  458314.1425852347 -2098953.244825838
+  ll2 -23.327410929929584 -79.36874444060734
+EPSG:3117
+  ll  11.752489327592315 -65.93839267862256
+  en  1560863.3049483376 1796605.548717604
+  ll2 11.752489327407266 -65.93839267976804
+EPSG:31170
+  ll  73.65054853913679 -56.29421033110805
+  en  480958.24193581654 8173289.430677355
+  ll2 73.6505485690125 -56.29421051940694
+EPSG:31171
+  ll  -12.249864525501721 -48.22263803772671
+  en  1313922.6129212142 -1365526.3321450169
+  ll2 -12.249864490068836 -48.22263803873002
+EPSG:3118
+  ll  88.96275646934527 -62.70949221663832
+  en  1010837.8296028845 1.0378387518192977E7
+  ll2 88.96275646934669 -62.709492220245885
+EPSG:3119
+  ll  -63.66626038697119 9.340822640482662
+  en  942796.3787164061 -6056105.053928434
+  ll2 -63.66626034951472 9.34082270780936
+EPSG:3120
+  ll  19.8985951536566 -33.04056862381348
+  en  -1388814.0367376609 3819516.8537754007
+  ll2 19.89859518079798 -33.04056859561404
+EPSG:3121
+  ll  -52.47794702193997 122.11808241531502
+  en  847289.7230531303 -5828532.9005415235
+  ll2 -52.47794702444182 122.11808243125058
+EPSG:3122
+  ll  -3.9488178610518645 110.40950085219563
+  en  -457788.8244377845 -441516.79342770984
+  ll2 -3.9488178724435574 110.40950089434196
+EPSG:3123
+  ll  -22.92870232942016 122.246560456732
+  en  627611.1869702899 -2537039.357188747
+  ll2 -22.92870236331016 122.2465604459495
+EPSG:3124
+  ll  -72.65689302227727 126.00708960610407
+  en  599719.0591318534 -8067508.27676651
+  ll2 -72.65689300344022 126.00708968086637
+EPSG:3125
+  ll  -6.798601011668325 117.31489428713793
+  en  -352212.7038615529 -758492.9896796752
+  ll2 -6.798601027500523 117.31489429546347
+EPSG:31251
+  ll  41.90936669892582 6.432678616793885
+  en  -323657.0858914697 -351525.28106888104
+  ll2 41.90936669327528 6.432678601899919
+EPSG:31252
+  ll  87.88050268301609 13.210715891379232
+  en  -302.7290513809479 4764719.901451638
+  ll2 87.88050258540484 13.210715650530874
+EPSG:31253
+  ll  -49.582858253043376 16.785220918313335
+  en  32518.61773220654 -1.049466332880491E7
+  ll2 -49.58285761422758 16.785220793688833
+EPSG:31254
+  ll  -85.10505210993098 12.310007339837972
+  en  18669.442384167553 -1.4455118974682638E7
+  ll2 -85.10505115913237 12.310006686224034
+EPSG:31255
+  ll  -55.77677766001058 7.79054116380742
+  en  -347763.2462510332 -1.119766354488646E7
+  ll2 -55.77677693788198 7.790541178676155
+EPSG:31256
+  ll  43.04512383075314 19.559164725738697
+  en  262924.18538744235 -227715.1398881497
+  ll2 43.04512382704591 19.559164738976115
+EPSG:31257
+  ll  27.43557111779407 11.88491484013841
+  en  303360.0302289536 -1963631.7062430982
+  ll2 27.435571090134427 11.884914835269196
+EPSG:31258
+  ll  -70.45401935130413 23.264183728872162
+  en  819301.1450267977 -1.2849712281419996E7
+  ll2 -70.45401847013044 23.264182338763554
+EPSG:31259
+  ll  -35.71524080578418 7.515352980932222
+  en  -49005.6599319675 -8990258.522122616
+  ll2 -35.71524033301677 7.5153530135342255
+EPSG:3126
+  ll  86.07419343061667 13.472994954185086
+  en  457800.07296153513 9565515.911782999
+  ll2 86.07419343061234 13.472994958850762
+EPSG:3127
+  ll  23.16341973314549 10.896130064870267
+  en  -434958.2707670451 2592022.2138695214
+  ll2 23.16341972103129 10.896130065383648
+EPSG:3128
+  ll  -52.1077186715613 14.033587531642606
+  en  23000.232993874815 -5798263.591860181
+  ll2 -52.10771866098732 14.033587549228354
+EPSG:31281
+  ll  79.49240238149827 19.13688732281793
+  en  178962.308527488 8841534.999821985
+  ll2 79.49240231722843 19.136886698887142
+EPSG:31282
+  ll  65.09326150554085 4.565513537934309
+  en  -410788.5724308489 7249887.574499125
+  ll2 65.09326149577103 4.565513796554583
+EPSG:31283
+  ll  60.998371875052015 15.291740078096334
+  en  -55972.80079143409 6765283.5668523675
+  ll2 60.998371883049145 15.29174010390499
+EPSG:31284
+  ll  14.247673055787288 3.695642749339459
+  en  -567841.0627353063 1585561.2278121416
+  ll2 14.24767304246903 3.695642743491511
+EPSG:31285
+  ll  -78.96191677609767 9.471284256180848
+  en  367343.6252655522 -8771636.21376291
+  ll2 -78.96191584488062 9.47128419967286
+EPSG:31286
+  ll  -81.4018133883345 18.98065315164695
+  en  794069.721818764 -9042315.274638837
+  ll2 -81.40181245896622 18.980652112197614
+EPSG:31287
+  ll  65.4748786980798 22.203061396940072
+  en  834591.3614567588 2463056.5283291517
+  ll2 65.47487871798293 22.203061409134992
+EPSG:31288
+  ll  -54.564875899561486 12.635356733526313
+  en  299198.0474396463 -6051336.600010446
+  ll2 -54.56487516090337 12.635356123047863
+EPSG:31289
+  ll  -55.640772666618844 5.458653267012294
+  en  -44888.18686224811 -6196815.043806087
+  ll2 -55.64077188352603 5.45865285603645
+EPSG:3129
+  ll  -79.60035720713485 22.17424231908986
+  en  503512.72066639847 -8840521.579814624
+  ll2 -79.60035720713569 22.174242319089863
+EPSG:31290
+  ll  -34.96866855773854 12.367476755184192
+  en  388141.483837617 -3878598.853775355
+  ll2 -34.96866808645179 12.367476469725613
+EPSG:3130
+  ll  20.199616348973237 26.35356576543394
+  en  850649.9040347849 2238011.0752464593
+  ll2 20.199616348953708 26.353565765440635
+EPSG:31300
+  ll  53.394307701470694 47.94114028474445
+  en  2889063.6443222025 1282091.7004297478
+  ll2 53.39430771350985 47.941140265337765
+EPSG:3131
+  ll  37.586356906337315 27.372926503210778
+  en  797953.1319658434 4166939.576992615
+  ll2 37.58635690625079 27.372926503301056
+EPSG:3132
+  ll  11.19893794164605 32.5104494518403
+  en  1322437.9914423875 1248985.302552608
+  ll2 11.19893793928633 32.510449437910594
+EPSG:3133
+  ll  -64.57112744245511 23.491897096092845
+  en  379809.5068237053 -7165900.694830598
+  ll2 -64.57112744243972 23.491897096094963
+EPSG:3134
+  ll  -3.0037532528692736 19.764459673981715
+  en  -306506.5566852846 -334820.25238192384
+  ll2 -3.0037532522739117 19.764459692663046
+EPSG:3135
+  ll  -39.664659321132845 35.03886857440074
+  en  1104288.1683450956 -4416054.181081568
+  ll2 -39.664659313353845 35.03886857108862
+EPSG:3136
+  ll  -67.51033353221793 23.821985572568842
+  en  279092.28831483796 -7500500.062630961
+  ll2 -67.51033353124753 23.821985574667636
+EPSG:3137
+  ll  -49.48994178412712 29.902573077111434
+  en  492941.2834417661 -5484120.816059019
+  ll2 -49.48994178412729 29.902573077111423
+EPSG:31370
+  ll  49.91513996934379 3.0892264075922404
+  en  58108.25196863871 67871.94610606879
+  ll2 49.91513997291573 3.0892264054277314
+EPSG:3138
+  ll  37.75329621776774 23.366366878238786
+  en  -173220.16400133946 4207666.132652629
+  ll2 37.75329620669861 23.36636688451302
+EPSG:3140
+  ll  56.97355664712137 177.4736509714258
+  en  386838.4472811834 4.200249170917978E7
+  ll2 56.97355659563598 177.47365083088505
+EPSG:3141
+  ll  -32.602880332544395 174.15109494326066
+  en  233027.74814270734 6389310.743980881
+  ll2 -32.60288029247164 174.1510950389952
+EPSG:3142
+  ll  -50.13785501476041 -169.15123604596107
+  en  1060956.5325466925 4416626.275768924
+  ll2 -50.137854939412904 -169.1512359985652
+EPSG:31466
+  ll  7.0210401440287065 6.5142293675331056
+  en  2556811.486749014 776341.9609297287
+  ll2 7.0210401440287065 6.514229367533092
+EPSG:31467
+  ll  49.4988750014639 7.261117510799364
+  en  3374117.1277635116 5486123.243967674
+  ll2 49.49887500146128 7.2611175107980355
+EPSG:31468
+  ll  48.209523046432196 13.141810876019548
+  en  4584969.350196248 5341912.844585768
+  ll2 48.20952304643198 13.141810876019727
+EPSG:31469
+  ll  75.71474879775388 16.230800026412393
+  en  5533907.888998117 8406162.27195727
+  ll2 75.71474879775381 16.23080002641239
+EPSG:3148
+  ll  86.15060671189454 106.92451045928136
+  en  514840.59559574147 9568045.63047007
+  ll2 86.15060639323511 106.92450758945584
+EPSG:3149
+  ll  -75.32360770122031 108.12128905659506
+  en  419126.7734937013 -8361465.51507343
+  ll2 -75.32360687248719 108.1212870164413
+EPSG:31491
+  ll  6.467286190392841 7.692284425303635
+  en  2019550.5936734718 717477.5942476531
+  ll2 6.467286190329768 7.692284424217878
+EPSG:31492
+  ll  80.09262431429252 2.4270773159082584
+  en  2431394.3034142004 8896619.44299178
+  ll2 80.09262431427942 2.4270773159960064
+EPSG:31493
+  ll  -14.408363544266862 7.8138549258204515
+  en  3372092.386884682 -1593703.2002634644
+  ll2 -14.408363544266845 7.813854925820835
+EPSG:31494
+  ll  78.29967154707151 16.396974738912306
+  en  4599478.765600262 8698085.536381228
+  ll2 78.29967154699993 16.396974738351425
+EPSG:31495
+  ll  24.470038590035116 9.987036748760746
+  en  4991504.925545397 2716135.4447845486
+  ll2 24.470038580639404 9.987036754212312
+EPSG:3152
+  ll  -43.91583418356597 16.976866059797214
+  en  13359.218037238432 -1.1365625457836937E7
+  ll2 -43.91583418356592 16.97686605979703
+EPSG:31528
+  ll  2.7631172084955296 -20.079288603902167
+  en  -65533.50119754893 306630.39092309074
+  ll2 2.763117208475143 -20.079288602017012
+EPSG:31529
+  ll  -51.008733804989326 -11.97281977035034
+  en  291209.20940188924 -5654978.0136481505
+  ll2 -51.00873375033845 -11.972819692976973
+EPSG:3153
+  ll  77.46241922427723 26.74623926269652
+  en  2778974.77213985 6812372.203412657
+  ll2 77.46241922427812 26.746239262696548
+EPSG:3154
+  ll  18.45017833135401 -143.00518856983734
+  en  288235.8346042374 2041165.7667713463
+  ll2 18.450178331353246 -143.00518856983538
+EPSG:3155
+  ll  -49.40939045449984 -137.60572029584247
+  en  310987.90380838397 -5476232.23498336
+  ll2 -49.40939045447039 -137.60572029585188
+EPSG:3156
+  ll  1.1828487207214096 -138.20072176563622
+  en  -528047.3897590493 132455.72235996294
+  ll2 1.182848719413515 -138.20072166429875
+EPSG:3157
+  ll  -1.6604711027809742 -128.34965152403618
+  en  -95904.82503601082 -184340.36872539195
+  ll2 -1.6604711027392434 -128.3496515212243
+EPSG:3158
+  ll  29.154454482019844 -102.49920139842189
+  en  159573.97078021662 3230166.3247589325
+  ll2 29.154454481964013 -102.49920139853069
+EPSG:3159
+  ll  47.47140185097737 -101.25486998732752
+  en  -121850.61821182095 5290673.960427898
+  ll2 47.4714018244229 -101.25486992320802
+EPSG:3160
+  ll  46.60819326939745 -95.24322063735278
+  en  -131136.11781178042 5194728.955098456
+  ll2 46.60819324362004 -95.2432205782894
+EPSG:31600
+  ll  75.5031736104261 -55.21746870173125
+  en  -1331686.669659956 5275208.963842396
+  ll2 75.50317357547469 -55.217468686856606
+EPSG:3161
+  ll  10.254386549913484 -98.59099008246342
+  en  -874755.143158339 8056019.2526460495
+  ll2 10.254386549913516 -98.59099008246342
+EPSG:3162
+  ll  17.94943457675764 -87.10072121497633
+  en  677291.8858343575 8897887.656549431
+  ll2 17.949434576757625 -87.10072121497633
+EPSG:3163
+  ll  -30.19899154168688 85.32692106742883
+  en  -7115029.034829219 -2650696.3767226785
+  ll2 -30.19899154168548 85.32692106742883
+EPSG:3164
+  ll  67.99054064175422 173.77000381278478
+  en  865747.0148396955 1.7567889221237674E7
+  ll2 67.9905406230633 173.77000356298308
+EPSG:3165
+  ll  -12.93524495780541 147.53559914211542
+  en  -2073339.5562114886 907515.5123227601
+  ll2 -12.935244960329216 147.53559913940015
+EPSG:3166
+  ll  -18.93927383026218 178.61401200246848
+  en  1282463.425827809 316961.5504195267
+  ll2 -18.93927390047548 178.61401192504601
+EPSG:3167
+  ll  4.5894214535343885 103.88899311718082
+  en  -5460.509281410751 25224.956165464584
+  ll2 4.5894214535340145 103.88899311718082
+EPSG:3168
+  ll  2.72881173225682 101.96321994329483
+  en  440721.7159662675 301943.0167295395
+  ll2 2.728811732222008 101.96321994329483
+EPSG:3169
+  ll  55.533553364212736 165.80954638264419
+  en  929432.2229114384 1.61752473060534E7
+  ll2 55.53355335520218 165.80954636545232
+EPSG:3170
+  ll  42.09027939157002 155.19334689850552
+  en  -311408.05810636294 1.4706587066260938E7
+  ll2 42.090279335878606 155.19334711731875
+EPSG:3171
+  ll  42.751109382053244 161.94718854387617
+  en  -241087.74975581374 1.4773092468838092E7
+  ll2 42.75110934439238 161.94718864893798
+EPSG:3172
+  ll  -38.34017538769148 164.9489446112713
+  en  -28818.49905919435 5739180.91297041
+  ll2 -38.34017535774332 164.9489446627162
+EPSG:3174
+  ll  -60.899707566792884 -49.471315779466266
+  en  7250661.136818544 -6179481.623148577
+  ll2 -60.899707566792884 -49.471315779466266
+EPSG:3175
+  ll  54.48901986889078 -31.455909339475028
+  en  4167854.5415058644 3047009.657180145
+  ll2 54.48901986889081 -31.455909339475028
+EPSG:3176
+  ll  69.19837213167696 102.7249402369923
+  en  370686.02570368705 7679618.659454675
+  ll2 69.19837204713502 102.72494006275045
+EPSG:3177
+  ll  -30.149040905771024 14.958223879504036
+  en  804002.5237991507 -3326721.1387953227
+  ll2 -30.149040904096037 14.958223882109943
+EPSG:3178
+  ll  -56.10654798075091 -67.6790414846061
+  en  954864.6557096087 -6242113.788906899
+  ll2 -56.10654796716036 -67.67904151901598
+EPSG:3179
+  ll  -44.936076432327205 -73.54958192606377
+  en  141023.74588599085 -4985926.645873662
+  ll2 -44.9360764315785 -73.54958192616562
+EPSG:3180
+  ll  -74.36149029069755 -63.210385255713156
+  en  493669.6010396696 -8252379.121349439
+  ll2 -74.3614902906985 -63.210385255713156
+EPSG:3181
+  ll  62.09641804429302 -54.89005535504933
+  en  610149.7812936178 6886713.939484298
+  ll2 62.09641804428701 -54.89005535504929
+EPSG:3182
+  ll  40.85993139761703 -47.55243700004584
+  en  790583.8179950041 4528931.424777876
+  ll2 40.85993139749741 -47.55243699996121
+EPSG:3183
+  ll  34.30271745477067 -50.19845276265081
+  en  21402.723933405476 3807977.4882166376
+  ll2 34.30271745385927 -50.19845276361471
+EPSG:31838
+  ll  45.008471044965916 48.83955084153953
+  en  802572.5536100281 4991060.14250348
+  ll2 45.00847104471711 48.83955084161688
+EPSG:31839
+  ll  -68.37967125351535 52.19108384744222
+  en  548974.5166519296 -7585663.532231414
+  ll2 -68.37967125355092 52.191083847423926
+EPSG:3184
+  ll  45.85020702851969 -39.14446005080728
+  en  488783.97786170634 5077414.83015507
+  ll2 45.850207028519776 -39.14446005080728
+EPSG:3185
+  ll  -41.570464517960644 -32.200121518947576
+  en  566687.9203769945 -4602396.07000146
+  ll2 -41.57046451796068 -32.20012151894753
+EPSG:3186
+  ll  85.90465302754913 -34.22970037617718
+  en  442505.5839036521 9544353.153249266
+  ll2 85.90465302759719 -34.229700323134864
+EPSG:3187
+  ll  51.949641623566606 -22.69343657444871
+  en  383618.30811298784 5756791.770459041
+  ll2 51.94964162356456 -22.693436574449617
+EPSG:3188
+  ll  80.83733049000645 -17.647432319128082
+  en  452951.71940176556 8976120.284775345
+  ll2 80.83733049000543 -17.647432319122153
+EPSG:3189
+  ll  -30.76110413327143 -10.059233339268594
+  en  398625.1815773608 -3403606.0654298
+  ll2 -30.761104133269793 -10.059233339268767
+EPSG:3190
+  ll  70.78987144550649 6.241657851455208
+  en  98775.10487581324 7859072.752480413
+  ll2 70.78987142562302 6.241657886461296
+EPSG:31901
+  ll  28.8533914846369 43.67628428259181
+  en  77870.48607035482 3200710.3778182813
+  ll2 28.853391484485577 43.67628428241363
+EPSG:3191
+  ll  -17.568651842185375 10.465166777383091
+  en  143292.37989347574 -1943229.6017884922
+  ll2 -17.568651841443952 10.465166780395867
+EPSG:3192
+  ll  -28.16645068381755 21.41966909591305
+  en  1028582.8195608691 -3145611.9272559383
+  ll2 -28.16645067260814 21.41966910172138
+EPSG:3193
+  ll  0.9405860922795313 11.272225364191764
+  en  -215141.71703821083 104224.40673724141
+  ll2 0.9405860923438867 11.27222536690962
+EPSG:3194
+  ll  -54.07499863840416 13.503430367221785
+  en  -28780.17194816866 -5999647.681706541
+  ll2 -54.074998629921474 13.503430375474027
+EPSG:3195
+  ll  13.179670895839436 15.382504828948825
+  en  -192339.58156771987 1460348.9253342585
+  ll2 13.179670895525309 15.382504830666504
+EPSG:3196
+  ll  -13.19594307749874 18.531334233919935
+  en  -67635.16334171093 -1460633.7374911953
+  ll2 -13.195943077056423 18.53133423506074
+EPSG:31965
+  ll  25.99495309426034 -114.69801135994771
+  en  730425.9409817065 2877154.477667795
+  ll2 25.994953094256683 -114.69801135994057
+EPSG:31966
+  ll  -69.43383465208657 -103.01342586154857
+  en  812347.7600584603 -7723161.09923649
+  ll2 -69.43383464240777 -103.01342597118155
+EPSG:31967
+  ll  26.882352186989408 -99.46771591723062
+  en  1049965.076724941 2985434.751209862
+  ll2 26.882352186266736 -99.46771591588816
+EPSG:31968
+  ll  -77.1509552103097 -104.9981487371824
+  en  351342.3108177502 -8571212.757828768
+  ll2 -77.15095520974832 -104.99814872803017
+EPSG:31969
+  ll  38.179828843137045 -85.69895677953724
+  en  1139853.0165379257 4251044.4132281765
+  ll2 38.17982883433458 -85.69895678301172
+EPSG:3197
+  ll  -28.29947850958925 27.303703531433865
+  en  622364.5800875241 -3139009.746114536
+  ll2 -28.299478508103867 27.303703531862368
+EPSG:31970
+  ll  -59.49964215270154 -78.13316794138889
+  en  1001043.5980964494 -6629195.991867643
+  ll2 -59.499642116400885 -78.13316816572821
+EPSG:31971
+  ll  3.664278382955615 -89.41831365958534
+  en  -438221.9919995653 409447.6828108967
+  ll2 3.664278380858708 -89.41831360804284
+EPSG:31972
+  ll  -53.705138686154534 -82.49741849303969
+  en  5506.409365093452 -5976855.926691946
+  ll2 -53.705138670043894 -82.49741845473561
+EPSG:31973
+  ll  85.54512797185362 -75.60370133845133
+  en  442857.5135732579 9503878.461474305
+  ll2 85.54512797185326 -75.60370131514401
+EPSG:31974
+  ll  -89.76500035038443 -71.0624796677646
+  en  496320.11857262737 -9971986.73409376
+  ll2 -89.76500035040154 -71.0624795239364
+EPSG:31975
+  ll  -12.071390934747981 -57.772168521095395
+  en  415962.2849910924 -1334566.3579450846
+  ll2 -12.07139093474798 -57.77216852109534
+EPSG:31976
+  ll  -50.4682055089346 -41.66172063624808
+  en  1162159.3061357667 -5632476.422093359
+  ll2 -50.46820545381137 -41.66172088527873
+EPSG:31977
+  ll  70.76797911605797 -84.61841669946155
+  en  367044.619088302 1.78554854501383E7
+  ll2 70.76797911597733 -84.6184166993735
+EPSG:31978
+  ll  -85.6433692481077 -80.16435727696312
+  en  456258.6740630313 486473.4096565619
+  ll2 -85.64336924810124 -80.16435727444076
+EPSG:31979
+  ll  46.21505516904443 -64.79681018494195
+  en  824187.381000883 1.5126534326922303E7
+  ll2 46.21505516855913 -64.79681018487148
+EPSG:3198
+  ll  -3.7929225709640093 29.15419178911087
+  en  661829.9056589965 -420492.2622077513
+  ll2 -3.7929225708085936 29.154191788377194
+EPSG:31980
+  ll  -60.640426887799414 -69.5789270452905
+  en  140569.69735659525 3259247.938109151
+  ll2 -60.64042688149304 -69.57892702994333
+EPSG:31981
+  ll  -69.63928509331353 -66.92212861823295
+  en  116183.83714728383 2243097.937856051
+  ll2 -69.63928506566508 -66.92212782572734
+EPSG:31982
+  ll  83.65495607450433 -45.578681909852094
+  en  566793.5523103038 1.9292717463749073E7
+  ll2 83.65495607446965 -45.57868191372627
+EPSG:31983
+  ll  -2.514060122548898 -40.714699224343704
+  en  976836.8319167295 9721335.72698374
+  ll2 -2.514060122534544 -40.71469922509084
+EPSG:31984
+  ll  -5.453211893397707 -44.126451993776165
+  en  -68631.65685350588 9394815.581779495
+  ll2 -5.453211893299435 -44.12645199183505
+EPSG:31985
+  ll  -40.970542799095526 -25.485583796741093
+  en  1132509.1214044788 5437233.265143626
+  ll2 -40.970542786920326 -25.485583807947375
+EPSG:31986
+  ll  -77.81649946586636 -82.63533786054313
+  en  461477.3434294873 -8638428.379240602
+  ll2 -77.81649946586705 -82.63533786054307
+EPSG:31987
+  ll  71.1760756190753 -66.93317661267437
+  en  789743.7364046345 7916379.20062704
+  ll2 71.1760756108978 -66.93317673631554
+EPSG:31988
+  ll  -67.9229496045171 -67.43942252721612
+  en  565450.7063351022 -7535099.96316149
+  ll2 -67.92294960451724 -67.43942252721615
+EPSG:31989
+  ll  -87.02297082276581 -71.66198187003056
+  en  449963.4189448608 -9669369.148217116
+  ll2 -87.02297082321655 -71.6619815950371
+EPSG:3199
+  ll  -78.80534511316962 6.904398019910948
+  en  454666.0723307385 -8749135.633288298
+  ll2 -78.80534508194519 6.9043980943311
+EPSG:31990
+  ll  -44.33101585983202 -50.63958621464648
+  en  1007121.0877583167 -4928350.073734285
+  ll2 -44.33101585447974 -50.63958621751676
+EPSG:31991
+  ll  -13.798974114031282 -48.027286944947946
+  en  821431.3716479263 -1527484.2018254308
+  ll2 -13.798974114025143 -48.02728694499054
+EPSG:31992
+  ll  -27.743414525977443 -81.72810672240611
+  en  428240.752667435 6931008.127738649
+  ll2 -27.743414525976743 -81.7281067224061
+EPSG:31993
+  ll  40.433622081116255 -84.64998765948567
+  en  -319094.75717006123 1.4520854652953342E7
+  ll2 40.43362203411144 -84.6499875014913
+EPSG:31994
+  ll  19.107174811267313 -60.82661265236511
+  en  1362009.3292390606 1.213290905639511E7
+  ll2 19.10717480580861 -60.82661265554127
+EPSG:31995
+  ll  -13.318064765055453 -55.755515757487146
+  en  1286476.6919368533 8516191.635879984
+  ll2 -13.318064763022022 -55.755515765469305
+EPSG:31996
+  ll  74.60717859579822 -57.98523782614134
+  en  470809.9838413064 1.8280021000059437E7
+  ll2 74.60717859579917 -57.98523782614134
+EPSG:31997
+  ll  73.95499796651382 -59.94325708220896
+  en  225040.67606774933 1.8227689063306384E7
+  ll2 73.95499795797879 -59.943256752989335
+EPSG:31998
+  ll  33.855317727034645 -37.05091950278209
+  en  1236221.6052728798 1.3774675612465248E7
+  ll2 33.85531771637797 -37.05091950440325
+EPSG:31999
+  ll  -21.840441122823407 -37.27368302165951
+  en  678410.2005006934 7583833.691027604
+  ll2 -21.840441122822924 -37.2736830216593
+EPSG:3200
+  ll  0.27792459611147535 62.17916478947201
+  en  3706606.850250991 -2403673.654414963
+  ll2 0.2779246767591442 62.17916481719303
+EPSG:32000
+  ll  48.97473565622522 -24.080993682636876
+  en  1152317.0250506867 1.5463095730931453E7
+  ll2 48.974735614109804 -24.080993831146824
+EPSG:3201
+  ll  31.353460893127206 12.1064843680827
+  en  224788.47672262113 3472409.05881454
+  ll2 31.353460891560648 12.106484371324882
+EPSG:3202
+  ll  -21.80284292498291 28.981501438573094
+  en  1326971.5830135695 -2432497.8075349834
+  ll2 -21.80284291905885 28.981501440869454
+EPSG:3203
+  ll  -82.50715867994074 26.694591238846222
+  en  495556.9226914181 -9161521.927012892
+  ll2 -82.50715864081592 26.694591245330304
+EPSG:3204
+  ll  -41.41874114532288 -31.337539468526046
+  en  2918771.0666839336 4933816.310777388
+  ll2 -41.418741145322876 -31.33753946852606
+EPSG:3205
+  ll  -27.408602766916843 8.961759086988224
+  en  6145357.654395058 4208289.283728449
+  ll2 -27.408602766916815 8.961759086988216
+EPSG:3206
+  ll  -86.41932531007691 -41.6911765446757
+  en  2587.4698744504535 543638.23456108
+  ll2 -86.41932531007693 -41.6911765446757
+EPSG:3207
+  ll  -81.77041258589942 -170.56619454731455
+  en  57927.158405635004 1056879.0248111323
+  ll2 -81.77041258589941 -170.56619454731455
+EPSG:3208
+  ll  -19.292431593218453 -149.54513979628743
+  en  -8289686.94552833 2016331.2893090958
+  ll2 -19.292431593218424 -149.54513979628743
+EPSG:3209
+  ll  -32.21147520234139 -64.80936340253366
+  en  -1164691.1754907186 6690102.708197487
+  ll2 -32.21147520234138 -64.80936340253366
+EPSG:3210
+  ll  -78.15973449847596 39.54816634518262
+  en  -57775.707080025975 1477018.6265718925
+  ll2 -78.15973449847594 39.54816634518262
+EPSG:32100
+  ll  -3.6726976676919953 -70.49404825965979
+  en  6468834.610441129 -4535090.681929465
+  ll2 -3.6726976676919523 -70.49404825965979
+EPSG:32104
+  ll  40.22690572637449 -118.51332242911707
+  en  -1063516.8132782339 211740.05902019402
+  ll2 40.22690572637456 -118.51332242911707
+EPSG:32107
+  ll  -88.69220402051273 -106.76542823693995
+  en  222388.0689575614 -5703106.843510088
+  ll2 -88.69220402078513 -106.7654285615018
+EPSG:32108
+  ll  34.07171843940361 -108.80346679286973
+  en  1226608.5997516224 5952804.050932177
+  ll2 34.07171842922568 -108.80346679415516
+EPSG:32109
+  ll  12.573908208012469 -109.13755086870573
+  en  1830601.6956511678 1562578.801264713
+  ll2 12.57390819560081 -109.13755093240309
+EPSG:3211
+  ll  -19.756662018454847 37.958412382228516
+  en  -2141788.231885365 8189600.076416825
+  ll2 -19.75666201845481 37.958412382228516
+EPSG:32110
+  ll  -36.46376790235441 -64.05297699590737
+  en  983005.5815594923 -8770950.657848658
+  ll2 -36.463767892333216 -64.05297699943029
+EPSG:32111
+  ll  51.89511343513033 -79.13894601637848
+  en  -169222.54670564813 1461705.008529387
+  ll2 51.89511343417777 -79.13894601609469
+EPSG:32112
+  ll  37.73767942409711 -97.03819732031285
+  en  808404.1753241115 772486.5817951522
+  ll2 37.73767941557549 -97.03819732310176
+EPSG:32113
+  ll  61.72518028450094 -106.12937826303663
+  en  506376.5840405105 3414994.150048444
+  ll2 61.72518028450092 -106.12937826303663
+EPSG:32114
+  ll  -41.701876796045894 -104.13283215646477
+  en  1138015.4654826925 -8055449.767257955
+  ll2 -41.70187679585518 -104.13283215635353
+EPSG:32115
+  ll  -73.26790112137147 -71.86731045645604
+  en  234600.79868908646 -1.2434238845838873E7
+  ll2 -73.26790112136277 -71.86731045646125
+EPSG:32116
+  ll  21.56217041594553 -74.96195056436682
+  en  417942.50479209994 -2043207.0313706626
+  ll2 21.562170415945275 -74.96195056436676
+EPSG:32117
+  ll  -88.51847876929811 -77.65635429440242
+  en  352676.63705184025 -1.4265148149720045E7
+  ll2 -88.51847876929816 -77.6563542944024
+EPSG:32118
+  ll  7.673547278944682 -112.36701548924843
+  en  -4475748.593550863 -2734829.380197397
+  ll2 7.67354727894472 -112.36701548924842
+EPSG:32119
+  ll  -20.796878646843084 -65.3883012902503
+  en  2838272.587756968 -6951928.935821857
+  ll2 -20.796878646843044 -65.3883012902503
+EPSG:3212
+  ll  -43.01313220711828 53.92212745783138
+  en  -1045983.9806361829 5363782.293891814
+  ll2 -43.01313220711827 53.92212745783138
+EPSG:32120
+  ll  5.811323522016167 -119.58278672446423
+  en  -2056120.015718982 -4640056.517556688
+  ll2 5.811323522016193 -119.58278672446423
+EPSG:32121
+  ll  -6.393733159913311 -59.307644161438404
+  en  6976436.017522449 -4901972.097704723
+  ll2 -6.393733159913289 -59.30764416143841
+EPSG:32122
+  ll  84.24640553232369 -92.30996354262518
+  en  406228.9886569386 5770015.478730819
+  ll2 84.24640553232368 -92.30996354262518
+EPSG:32123
+  ll  84.14024069401984 -67.5167966398644
+  en  913922.4027810027 6058376.790850557
+  ll2 84.14024069401985 -67.5167966398644
+EPSG:32124
+  ll  78.88017737933502 -155.39090722455012
+  en  -1239530.3672114469 6123555.765381081
+  ll2 78.88017737933502 -155.39090722455012
+EPSG:32125
+  ll  6.718456510253169 -141.52638442945153
+  en  -4609710.528282109 -1924198.8084930235
+  ll2 6.718456510253198 -141.52638442945153
+EPSG:32126
+  ll  63.068643576502055 -80.22019633740774
+  en  4566650.213247959 2721742.343292899
+  ll2 63.06864357650205 -80.22019633740774
+EPSG:32127
+  ll  27.701124954207728 -176.24630495829368
+  en  -3777309.8918647105 255237.60139343824
+  ll2 27.70112495420775 -176.24630495829368
+EPSG:32128
+  ll  52.89541753290591 1.2385112011631918
+  en  5309144.503288711 3733670.026927575
+  ll2 52.895417532905945 1.2385112011631918
+EPSG:32129
+  ll  85.22446161111813 -68.63928464140778
+  en  762398.3512347495 6046634.559533013
+  ll2 85.22446161111812 -68.63928464140778
+EPSG:3213
+  ll  -23.864769230805706 0.5845554454316222
+  en  -7449227.758994348 2604458.407267768
+  ll2 -23.8647692308057 0.5845554454316186
+EPSG:32130
+  ll  77.19400500155612 -80.12146778377148
+  en  -112679.16120189757 4037634.153514804
+  ll2 77.19400499821177 -80.12146753808078
+EPSG:32133
+  ll  55.84917389585907 -146.16663495937755
+  en  -3546594.908206387 4092550.7282016077
+  ll2 55.8491738958591 -146.16663495937755
+EPSG:32134
+  ll  40.21542918669114 -30.510009047345562
+  en  5832977.784651221 1992336.036800983
+  ll2 40.21542918669119 -30.510009047345577
+EPSG:32135
+  ll  -1.7938843612963637 -21.615569458567478
+  en  1.0549824640780898E7 -302503.4074183884
+  ll2 -1.7938843612963224 -21.615569458567478
+EPSG:32136
+  ll  81.87107904554186 -105.76858939533041
+  en  40448.23234329361 6276248.125916962
+  ll2 81.87107904554186 -105.76858939533041
+EPSG:32137
+  ll  -22.903438216454266 -177.5008525455487
+  en  -1.137834426038959E7 -1835234.1691076453
+  ll2 -22.903438216454248 -177.5008525455487
+EPSG:32138
+  ll  8.460538745620688 -42.533109860650626
+  en  7006964.276094317 1097782.4986491825
+  ll2 8.460538745620715 -42.533109860650626
+EPSG:32139
+  ll  23.183383928931903 -105.35576480650263
+  en  181350.31364033214 2290859.029581772
+  ll2 23.18338392893191 -105.35576480650263
+EPSG:3214
+  ll  -73.50337408132764 68.26882399495472
+  en  -681711.3446474815 1887918.7399484348
+  ll2 -73.5033740813276 68.26882399495472
+EPSG:32140
+  ll  19.281838590843385 -60.053295501996146
+  en  4678373.3297370775 3732884.9309929414
+  ll2 19.2818385908434 -60.053295501996146
+EPSG:32141
+  ll  68.12884833493115 -118.88172741545495
+  en  -894263.5049454966 1.0342120668600243E7
+  ll2 68.12884833493115 -118.88172741545495
+EPSG:32142
+  ll  73.47123261571319 -115.76652740560617
+  en  330949.41526519053 4944554.8978930665
+  ll2 73.47123261571319 -115.76652740560617
+EPSG:32143
+  ll  14.752551843942328 -144.1444846300601
+  en  -3254835.612251152 -4855.983253135346
+  ll2 14.752551843942332 -144.1444846300601
+EPSG:32144
+  ll  72.54988667794402 -111.78958413565135
+  en  487458.52463990037 7311325.231736521
+  ll2 72.54988667794403 -111.78958413565135
+EPSG:32145
+  ll  -57.21096521747644 -64.07987080787352
+  en  1008030.7342186201 -1.1081660775879478E7
+  ll2 -57.21096518804384 -64.07987093746121
+EPSG:32146
+  ll  85.32993848446742 -3.823428569750064
+  en  4747045.024762947 8921331.662519043
+  ll2 85.3299384844674 -3.823428569750078
+EPSG:32147
+  ll  50.1859088797452 -129.74923516710192
+  en  -77556.60180544248 3547156.04331179
+  ll2 50.18590887974523 -129.74923516710192
+EPSG:32148
+  ll  32.836149145749566 -101.02439908660268
+  en  2395384.7484478867 -1346339.0444642166
+  ll2 32.83614914574979 -101.0243990866027
+EPSG:32149
+  ll  41.345115027008326 -136.54126349071402
+  en  -838627.4299828089 -307241.2372748456
+  ll2 41.345115027008376 -136.54126349071402
+EPSG:3215
+  ll  -35.40635610799692 53.71400512384976
+  en  -4447139.463332405 4586615.810157285
+  ll2 -35.40635610799692 53.71400512384976
+EPSG:32150
+  ll  56.41862304178528 -47.53627117353135
+  en  2626076.677724245 2385638.7671265597
+  ll2 56.41862304178532 -47.53627117353135
+EPSG:32151
+  ll  53.96309910662908 -9.732689229515785
+  en  5009912.071787848 3693444.9231839897
+  ll2 53.9630991066291 -9.732689229515799
+EPSG:32152
+  ll  -1.8947532789044494 -9.247883426664373
+  en  1.086489611750698E7 -106631.42294818489
+  ll2 -1.89475327890443 -9.247883426664359
+EPSG:32153
+  ll  -8.035437141913349E-4 -149.3713938513742
+  en  -7335234.912779008 -2314770.2571199797
+  ll2 -8.035437141379734E-4 -149.3713938513742
+EPSG:32154
+  ll  17.261977351199036 -106.6724453175491
+  en  -1336053.2959823008 -2643527.7435163422
+  ll2 17.26197735119905 -106.6724453175491
+EPSG:32155
+  ll  -73.91176421602708 -100.58987720684794
+  en  341489.3717038514 -1.2695165118950032E7
+  ll2 -73.91176421581295 -100.58987720761424
+EPSG:32156
+  ll  -71.97944035500473 -105.82351637727578
+  en  452144.43445060606 -1.237475763376128E7
+  ll2 -71.97944035500437 -105.82351637727581
+EPSG:32157
+  ll  85.51263668452015 -107.22448032586561
+  en  613328.623873477 5015579.2824641885
+  ll2 85.51263668452016 -107.22448032586566
+EPSG:32158
+  ll  4.293829167989259 -108.27166488292423
+  en  1001132.5211217894 -3909764.0033310275
+  ll2 4.29382916798915 -108.2716648829312
+EPSG:3216
+  ll  -6.714628610408042 167.72790766012298
+  en  7914110.492565559 6858478.980283799
+  ll2 -6.7146286104080035 167.72790766012298
+EPSG:32161
+  ll  67.98791224862165 -141.50288139255298
+  en  -4924194.241609893 7820324.343475909
+  ll2 67.98791224862165 -141.50288139255298
+EPSG:32164
+  ll  -28.774872343707706 -91.10813314595086
+  en  4172048.9711260437 -1.0527306086219631E7
+  ll2 -28.774872336677184 -91.10813314059719
+EPSG:32165
+  ll  -23.17127565354822 -102.73099700341784
+  en  -1638192.0100839771 -8517345.08154885
+  ll2 -23.171275635469232 -102.73099699196146
+EPSG:32166
+  ll  -21.762724209111795 -77.39407099085784
+  en  4910031.314343564 -7997819.004195921
+  ll2 -21.762724192869445 -77.39407100284123
+EPSG:32167
+  ll  -26.42004513816221 -88.02353851807332
+  en  -660918.8030795753 -9650228.853372455
+  ll2 -26.42004513518516 -88.02353852231268
+EPSG:3217
+  ll  -74.34720805413151 109.62575332486874
+  en  -493583.55223182734 1847239.4817319016
+  ll2 -74.3472080541315 109.62575332486874
+EPSG:3218
+  ll  -48.25500426191545 96.02159204859593
+  en  -3009657.281033815 3803693.8017702713
+  ll2 -48.255004261915346 96.02159204859592
+EPSG:32181
+  ll  81.08780063330053 -46.24291032021104
+  en  421443.72491110663 9012510.13609463
+  ll2 81.08780063297253 -46.24291034814235
+EPSG:32182
+  ll  -49.49828843939052 -47.069133773983
+  en  951262.3619318248 -5522950.7896167515
+  ll2 -49.498288396631 -47.069133929252345
+EPSG:32183
+  ll  -77.37238167462709 -66.9466461640749
+  en  99280.47826113974 -8605718.169954268
+  ll2 -77.372381671682 -66.94664595974406
+EPSG:32184
+  ll  -72.52026360371245 -51.739734324673364
+  en  630819.6265141526 -8075942.242180465
+  ll2 -72.5202635876415 -51.73973503981085
+EPSG:32185
+  ll  50.850674492907274 -56.40842218030715
+  en  874186.1365329361 5666183.599446832
+  ll2 50.85067446795379 -56.408422246958374
+EPSG:32186
+  ll  2.723320483968479 -61.04500504742545
+  en  1024015.2664794605 303032.50505850813
+  ll2 2.7233204837237737 -61.045005056341594
+EPSG:32187
+  ll  16.81024880978275 -79.76492773737574
+  en  -686296.2977453397 1882442.4440614835
+  ll2 16.81024879779463 -79.76492770951646
+EPSG:32188
+  ll  17.89981968500507 -69.91257369908901
+  en  685105.1926528214 1983358.7422801084
+  ll2 17.899819684979658 -69.91257369911936
+EPSG:32189
+  ll  -39.49605539670196 -73.9537001063012
+  en  523820.35669366166 -4376235.323447454
+  ll2 -39.49605539668391 -73.95370010628245
+EPSG:3219
+  ll  -65.85957793908142 178.3924532110131
+  en  1252070.7973834586 2573946.050891132
+  ll2 -65.85957793908142 178.3924532110131
+EPSG:32190
+  ll  62.117290377871285 -83.33003285416139
+  en  104988.70299190484 6895219.74015447
+  ll2 62.11729037763516 -83.33003285404878
+EPSG:32191
+  ll  -62.994701769153785 -89.02796533572726
+  en  -25595.939182991977 -7003890.438614156
+  ll2 -62.99470176382332 -89.02796532039564
+EPSG:32192
+  ll  -32.814042172863424 -89.26771746964647
+  en  -470498.47119902656 -3662203.6107639316
+  ll2 -32.8140421605359 -89.26771746700376
+EPSG:32193
+  ll  43.46085684552361 -87.0640282267329
+  en  56849.82233969684 4818001.067166417
+  ll2 43.46085684545704 -87.06402822677134
+EPSG:32194
+  ll  -48.81494182726456 -88.58285948749466
+  en  188564.42153954902 -5409715.261873965
+  ll2 -48.814941827263084 -88.58285948749555
+EPSG:32195
+  ll  40.88298038795631 -80.4652498791284
+  en  1108870.4342245935 4571134.098938981
+  ll2 40.882980342698225 -80.46525002574054
+EPSG:32196
+  ll  40.16717231935655 -93.63171533429717
+  en  250992.36676791921 4447837.742247884
+  ll2 40.167172319356546 -93.63171533429718
+EPSG:32197
+  ll  -31.028028904321907 -94.81704389954841
+  en  417736.7858988977 -3434339.4828683375
+  ll2 -31.02802890432182 -94.8170438995481
+EPSG:32198
+  ll  65.43153564894904 -41.471863889985045
+  en  1247487.6789363862 2621741.1838296046
+  ll2 65.43153564894902 -41.471863889985045
+EPSG:32199
+  ll  39.30596943899816 -175.78895335712394
+  en  -5916603.755438561 3946559.7594392453
+  ll2 39.30596943899826 -175.78895335712394
+EPSG:3220
+  ll  -44.92202186597701 125.798298059721
+  en  -2859248.3236974846 4390280.718304725
+  ll2 -44.92202186597682 125.798298059721
+EPSG:32201
+  ll  16.437540465657094 -175.20639733341002
+  en  691487.1833723725 1818178.0087375478
+  ll2 16.437540465539268 -175.2063973334468
+EPSG:32202
+  ll  -18.182594407983316 -169.60623402836654
+  en  647390.5461653444 -2010950.3353451171
+  ll2 -18.182594407848445 -169.6062340284017
+EPSG:32203
+  ll  -37.695454753219344 -165.93281300438355
+  en  417749.5512819056 -4172437.726525888
+  ll2 -37.695454753003084 -165.9328130044186
+EPSG:32204
+  ll  26.81030397492397 -149.33924638305592
+  en  1462800.698070427 3002259.3413065365
+  ll2 26.810303955020856 -149.33924639472028
+EPSG:32205
+  ll  -41.32451311568638 -150.08116860591318
+  en  744270.8927675188 -4578894.280458346
+  ll2 -41.32451311542003 -150.0811686059129
+EPSG:32206
+  ll  -34.17084712875298 -155.27332454485364
+  en  -263486.48437182256 -3812192.069333241
+  ll2 -34.17084711488212 -155.27332453835803
+EPSG:32207
+  ll  -31.308402397022135 -142.81231946499386
+  en  327516.4552063772 -3465202.207449854
+  ll2 -31.308402396819847 -142.81231946503172
+EPSG:32208
+  ll  64.15204995321344 -134.1815243853139
+  en  539807.4222562604 7114209.403579669
+  ll2 64.15204995304089 -134.18152438534872
+EPSG:32209
+  ll  78.81069130391705 -124.34098638635336
+  en  600821.8308357729 8752865.742201658
+  ll2 78.81069130374502 -124.34098638733803
+EPSG:3221
+  ll  -18.677628458618003 -108.0558848608644
+  en  -859770.2375695837 8627215.226564858
+  ll2 -18.677628458617978 -108.0558848608644
+EPSG:32210
+  ll  -5.524897397663295 -114.93271672430745
+  en  1396457.9746922539 -616797.1669656567
+  ll2 -5.524897395355315 -114.9327167600685
+EPSG:32211
+  ll  -37.06896275584342 -117.4240181114848
+  en  462292.8880291347 -4102609.12947291
+  ll2 -37.06896275562841 -117.42401811151964
+EPSG:32212
+  ll  84.97564354499687 -101.32321366299726
+  en  594174.8815050024 9444951.52167843
+  ll2 84.97564354694431 -101.32321441194145
+EPSG:32213
+  ll  -82.32173269042161 -114.6984244620744
+  en  355995.90339420026 -9152849.926865097
+  ll2 -82.32173269197055 -114.69842370929035
+EPSG:32214
+  ll  -56.61862466223679 -99.76927062472987
+  en  452782.62089586956 -6275199.605503832
+  ll2 -56.61862466203343 -99.7692706247647
+EPSG:32215
+  ll  63.54795640691469 -88.18621621902693
+  en  739071.4813180129 7055637.79423708
+  ll2 63.547956405887774 -88.18621622004228
+EPSG:32216
+  ll  57.58065593173464 -84.47092978852162
+  en  651204.8968052922 6384838.062855633
+  ll2 57.580655931511814 -84.4709297885555
+EPSG:32217
+  ll  -68.4911606727365 -88.90752218476702
+  en  177193.25739455945 -7618391.973189641
+  ll2 -68.49116066239772 -88.90752208631646
+EPSG:32218
+  ll  -0.7201408430170915 -77.42871464515675
+  en  229667.53620673902 -79673.76911610622
+  ll2 -0.7201408430078172 -77.42871464515751
+EPSG:32219
+  ll  -67.50429534789723 -64.41311005662267
+  en  695694.1964659975 -7494840.7742494
+  ll2 -67.50429534726887 -64.41311005735955
+EPSG:3222
+  ll  -27.892712956823637 -119.74143458626457
+  en  -3449463.9034756306 6501085.034951362
+  ll2 -27.892712956823626 -119.74143458626457
+EPSG:32220
+  ll  -26.700692608794157 -61.41319115608923
+  en  657846.915647674 -2954270.2062480827
+  ll2 -26.700692608612567 -61.41319115612307
+EPSG:32221
+  ll  9.016712665691358 -62.484744222398234
+  en  -103722.49025789462 1001234.319548497
+  ll2 9.016712665389754 -62.48474422013241
+EPSG:32222
+  ll  58.1034082713102 -46.22405247927425
+  en  781335.1164441248 6450182.335632278
+  ll2 58.103408270072336 -46.22405248002787
+EPSG:32223
+  ll  42.374629418802414 -53.548255198091645
+  en  -204027.3212478502 4726903.261367184
+  ll2 42.37462939155302 -53.54825514170146
+EPSG:32224
+  ll  53.98988328319845 -43.55924054826497
+  en  201158.67597435747 5992018.4861446945
+  ll2 53.989883282135914 -43.55924054798086
+EPSG:32225
+  ll  2.3882589868040327 -36.056423985020906
+  en  160011.1371826781 264349.5031657011
+  ll2 2.388258986787538 -36.05642398494162
+EPSG:32226
+  ll  59.84612791789786 -21.203752873872496
+  en  824517.9649120444 6648482.072028148
+  ll2 59.846127914612424 -21.203752878606178
+EPSG:32227
+  ll  34.74195498539032 -25.168643220212694
+  en  118281.06614653562 3852344.679083993
+  ll2 34.741954984932846 -25.168643220555047
+EPSG:32228
+  ll  -70.15282272473661 -24.496408403628564
+  en  141430.0285998101 -7810944.576133376
+  ll2 -70.15282270337353 -24.4964078675349
+EPSG:32229
+  ll  21.832487707036833 -12.051397375852487
+  en  184539.10630101396 2417407.1454725103
+  ll2 21.832487706873835 -12.051397375900876
+EPSG:3223
+  ll  -64.8398745740263 -4.111936121088831
+  en  2718610.5131051154 1019781.5875090815
+  ll2 -64.8398745740263 -4.111936121088831
+EPSG:32230
+  ll  67.6835797245194 -7.5529572418802955
+  en  307206.2594410063 7514674.363935598
+  ll2 67.68357972391989 -7.552957241255676
+EPSG:32231
+  ll  19.612661636720134 4.66616373938983
+  en  674714.8315357156 2169467.2411924726
+  ll2 19.612661636582306 4.6661637393545226
+EPSG:32232
+  ll  -0.5833227690133782 15.504239949294252
+  en  1225274.0237722453 -64899.69657208516
+  ll2 -0.5833227689493203 15.504239939619831
+EPSG:32233
+  ll  -8.190407930252931 11.949003301951368
+  en  163770.15141758823 -906628.3316171345
+  ll2 -8.190407930182117 11.949003302005659
+EPSG:32234
+  ll  57.45632342564912 17.556710856456057
+  en  293437.4513564964 6373414.211346235
+  ll2 57.45632342529949 17.55671085644513
+EPSG:32235
+  ll  4.162104980702324 32.46263919728394
+  en  1107162.2481308393 462146.6037142862
+  ll2 4.162104980556267 32.46263919424348
+EPSG:32236
+  ll  -76.30071091808733 40.12751719572338
+  en  687990.7092009461 -8480114.940427732
+  ll2 -76.30071091624755 40.12751715249095
+EPSG:32237
+  ll  81.97951538459412 44.3388454541021
+  en  583045.6721059398 9106373.014324471
+  ll2 81.9795153844629 44.33884545073131
+EPSG:32238
+  ll  54.55233494420705 40.86808131583268
+  en  232818.42412306764 6052827.369950042
+  ll2 54.55233494352773 40.86808131591605
+EPSG:32239
+  ll  -24.995857767269214 54.25348529241538
+  en  828417.7769167674 -2768435.019550598
+  ll2 -24.995857767072177 54.25348529242863
+EPSG:3224
+  ll  -30.169457983965337 15.682877277068116
+  en  6865972.281620127 1614982.173101241
+  ll2 -30.16945798396531 15.682877277068116
+EPSG:32240
+  ll  -66.98803786952726 49.14773859098307
+  en  158193.63312102598 -7451648.773861674
+  ll2 -66.98803785798509 49.14773868070048
+EPSG:32241
+  ll  -18.85610936968847 58.0214343770717
+  en  -24984.46367593913 -2092294.954820811
+  ll2 -18.85610936933478 58.02143437703149
+EPSG:32242
+  ll  42.946041068351775 71.81790189769906
+  en  729877.6921141814 4758670.785250222
+  ll2 42.94604106809266 71.81790189769059
+EPSG:32243
+  ll  4.965849523211247 78.89540306744915
+  en  932157.7321644278 550157.784447748
+  ll2 4.965849523161676 78.89540306701066
+EPSG:32244
+  ll  -37.47528461161858 77.09313695606849
+  en  154474.84571639984 -4154775.604581326
+  ll2 -37.475284611195505 77.09313695583705
+EPSG:32245
+  ll  -78.27725912611622 89.13412166334285
+  en  548390.8429742758 -8690192.928306086
+  ll2 -78.27725912602833 89.1341216633072
+EPSG:32246
+  ll  -56.74511541226741 95.1837944995184
+  en  633544.0837277859 -6291142.960361573
+  ll2 -56.74511541205451 95.18379449948479
+EPSG:32247
+  ll  -11.918024342912943 103.18678358549985
+  en  956263.7549255264 -1320939.9867011474
+  ll2 -11.918024342771124 103.18678358511794
+EPSG:32248
+  ll  84.39392762147676 109.27124595022204
+  en  546540.3257752071 9373794.969708167
+  ll2 84.39392762142764 109.27124594973579
+EPSG:32249
+  ll  -72.98780245568636 118.98497450127707
+  en  760055.3649944082 -8116478.83557714
+  ll2 -72.98780244966787 118.98497438537134
+EPSG:3225
+  ll  -32.54037827207683 20.4491062372945
+  en  3974858.6980843507 5444179.289495909
+  ll2 -32.54037827207683 20.449106237294487
+EPSG:32250
+  ll  -35.74544784496241 116.35269350843049
+  en  441458.62422282255 -3955911.1565182093
+  ll2 -35.74544784475031 116.35269350839566
+EPSG:32251
+  ll  60.21102490371197 125.45855624968029
+  en  636228.6443899965 6677445.652257204
+  ll2 60.21102490350403 125.4585562496452
+EPSG:32252
+  ll  -43.769997112517665 138.41672629815045
+  en  1258014.1463898371 -4889619.516631308
+  ll2 -43.76999706368325 138.41672612772
+EPSG:32253
+  ll  -53.59988076460131 132.9428566331135
+  en  363863.99751308 -5940974.140215163
+  ll2 -53.59988076438229 132.94285663307687
+EPSG:32254
+  ll  43.4945532635202 144.71915698578607
+  en  800698.7418582567 4822453.581761282
+  ll2 43.49455326308754 144.71915698584485
+EPSG:32255
+  ll  14.930344039713987 151.09623483108933
+  en  940829.3917979626 1654681.7477445605
+  ll2 14.930344039556621 151.0962348308755
+EPSG:32256
+  ll  87.78021155033701 150.53458017425464
+  en  489340.94625881483 9750354.48758353
+  ll2 87.7802115503201 150.5345801742231
+EPSG:32257
+  ll  61.01758350259087 157.99333156377233
+  en  445576.7442037907 6765159.950234083
+  ll2 61.01758350240424 157.9933315637375
+EPSG:32258
+  ll  -84.78988461610956 173.32035577322037
+  en  584062.2423953147 -9422362.180543544
+  ll2 -84.7898846163519 173.32035558412448
+EPSG:32259
+  ll  -69.46449659151952 169.82123411763783
+  en  453848.9983434123 -7706600.911455938
+  ll2 -69.4644965913751 169.821234117603
+EPSG:3226
+  ll  -87.48491013185293 -63.12814977325898
+  en  -264804.55265691533 194605.33641564392
+  ll2 -87.48491013185294 -63.12814977325898
+EPSG:32260
+  ll  -51.396046785821774 175.92624454660768
+  en  425288.5772931582 -5694416.540577728
+  ll2 -51.39604678560523 175.9262445465725
+EPSG:3227
+  ll  -86.20171091993228 -13.652904674184967
+  en  -153395.35383949496 459266.34365888586
+  ll2 -86.20171091993228 -13.65290467418497
+EPSG:3228
+  ll  -33.45740868546354 -65.96165321052408
+  en  -6497803.740248808 1274194.3723657902
+  ll2 -33.457408685463534 -65.96165321052406
+EPSG:3229
+  ll  -33.61032125236722 12.58473676675419
+  en  -1860243.8696190128 6334246.652025167
+  ll2 -33.61032125236723 12.58473676675419
+EPSG:3230
+  ll  -25.602950599467114 0.9019769821862411
+  en  -4790046.221644904 5995447.383147741
+  ll2 -25.6029505994671 0.9019769821862411
+EPSG:32301
+  ll  10.201345090917684 -172.03326498531194
+  en  1044620.3437232117 1.1131857656891061E7
+  ll2 10.201345090710193 -172.03326498647834
+EPSG:32302
+  ll  -78.76071215161693 -166.98667462752042
+  en  587254.2953203521 1253735.5192788094
+  ll2 -78.76071215149597 -166.98667462780242
+EPSG:32303
+  ll  -3.387617232317041 -173.73179730665953
+  en  -473736.2722012891 9621147.211545283
+  ll2 -3.3876172297620726 -173.73179723951947
+EPSG:32304
+  ll  70.04668694478633 -158.11379627981026
+  en  533744.9551770561 1.777132093972815E7
+  ll2 70.04668694464556 -158.11379627984508
+EPSG:32305
+  ll  22.877126477297153 -151.5355916214446
+  en  650205.9977806408 1.253065913426925E7
+  ll2 22.87712647714051 -151.53559162147928
+EPSG:32306
+  ll  -7.72508847225447 -147.90083043992
+  en  400642.94898168114 9145984.638426231
+  ll2 -7.725088472191857 -147.9008304399546
+EPSG:32307
+  ll  -41.94249574927818 -146.47181706213337
+  en  46342.950240949285 5342103.854447052
+  ll2 -41.94249574706571 -146.47181706233044
+EPSG:32308
+  ll  -49.08839124798439 -135.2350132490535
+  en  482829.7611850612 4562690.203178983
+  ll2 -49.08839124776451 -135.23501324908833
+EPSG:32309
+  ll  30.976070801337812 -131.37379362258133
+  en  273281.26802365604 1.342936329079016E7
+  ll2 30.976070801136217 -131.3737936226292
+EPSG:3231
+  ll  -66.71112978701595 136.6567566669696
+  en  2632381.6909701335 574963.4714318232
+  ll2 -66.71112978701593 136.6567566669696
+EPSG:32310
+  ll  25.735213190991715 -121.53912912970888
+  en  646521.2640620888 1.2847167076869415E7
+  ll2 25.73521319082 -121.53912912974319
+EPSG:32311
+  ll  81.51528138960927 -115.51493911072576
+  en  524457.013543181 1.9051031816948272E7
+  ll2 81.51528138954545 -115.51493911076065
+EPSG:32312
+  ll  17.088528545166668 -105.34317587934783
+  en  1102646.5038711978 1.1898105737765707E7
+  ll2 17.088528544594602 -105.3431758798502
+EPSG:32313
+  ll  47.52166202104431 -97.74080070163711
+  en  1046348.6215875725 1.5288724006006997E7
+  ll2 47.52166200809319 -97.74080072003599
+EPSG:32314
+  ll  -60.438518108880174 -94.65608638499688
+  en  738953.4491060018 3291865.828072965
+  ll2 -60.438518108147804 -94.6560863853675
+EPSG:32315
+  ll  8.671296062594806 -85.22099619064905
+  en  1358299.2993717422 1.0967332081005957E7
+  ll2 8.671296059997887 -85.22099621349481
+EPSG:32316
+  ll  -63.73084279843762 -78.27575103421663
+  en  929797.925992907 2903557.0703444015
+  ll2 -63.73084277187306 -78.2757512514847
+EPSG:32317
+  ll  35.03587703733527 -82.3726525386223
+  en  374779.7127928843 1.3877878126820944E7
+  ll2 35.035877037128316 -82.37265253865789
+EPSG:32318
+  ll  -53.9451840444566 -67.03811523316021
+  en  1022052.4900627991 3993171.9097951427
+  ll2 -53.94518402154564 -67.03811530082095
+EPSG:32319
+  ll  69.69693391978558 -59.819462588952995
+  en  854353.863926574 1.7758768471364904E7
+  ll2 69.69693390037602 -59.81946297970402
+EPSG:3232
+  ll  -75.44988223039368 22.72997171715415
+  en  -1119825.0238241367 1303562.7681734206
+  ll2 -75.44988223039368 22.72997171715415
+EPSG:32320
+  ll  -25.339337229786466 -70.74983969670456
+  en  -281406.6417157465 7174763.801158651
+  ll2 -25.33933722457125 -70.74983970217087
+EPSG:32321
+  ll  -80.72780126700127 -48.0135092320875
+  en  661017.405805712 1024691.6336327177
+  ll2 -80.72780126643345 -48.01350960310528
+EPSG:32322
+  ll  26.679542761976478 -54.87621188891377
+  en  114144.58952358109 1.2956804006313823E7
+  ll2 26.679542761719 -54.876211889116526
+EPSG:32323
+  ll  16.363670129185806 -50.04875098246764
+  en  -39794.1434761578 1.1815871401037384E7
+  ll2 16.363670128861443 -50.048750982153805
+EPSG:32324
+  ll  -77.85847899767823 -44.05736080316973
+  en  381393.39443498006 1352304.5583560746
+  ll2 -77.8584789974079 -44.05736080123007
+EPSG:32325
+  ll  -34.12279345544742 -29.643953516267565
+  en  809528.6409928508 6219137.711704271
+  ll2 -34.12279345517418 -29.643953516207677
+EPSG:32326
+  ll  23.17577764211235 -18.782398554706393
+  en  1343049.9005175265 1.2586877860448945E7
+  ll2 23.17577763549092 -18.78239855078002
+EPSG:32327
+  ll  -54.34258101050022 -14.84486230579175
+  en  899888.8711772742 3960880.379104755
+  ll2 -54.342581005233654 -14.84486231210725
+EPSG:32328
+  ll  80.73744037122472 -9.226722323904948
+  en  603573.1136784692 1.896904836822315E7
+  ll2 80.73744037098513 -9.226722330642291
+EPSG:32329
+  ll  34.41826485199198 0.23234208804298362
+  en  1349700.7033663308 1.384742365050891E7
+  ll2 34.418264826475394 0.23234204829113744
+EPSG:3233
+  ll  -29.89403403339982 -2.5543179933081275
+  en  -6870481.279948506 1750860.0916699446
+  ll2 -29.89403403339984 -2.554317993308132
+EPSG:32330
+  ll  24.605158143811167 -10.457275047941334
+  en  -256317.87307414447 1.2741795061456615E7
+  ll2 24.605158139826365 -10.457275052557485
+EPSG:32331
+  ll  75.62212824204747 1.216179915748775
+  en  450557.85578717146 1.839376390264008E7
+  ll2 75.62212824194161 1.2161799157141095
+EPSG:32332
+  ll  53.89525759075258 7.113027612597596
+  en  375996.2181078495 1.5973513767894007E7
+  ll2 53.895257590538456 7.113027612561597
+EPSG:32333
+  ll  49.13272162013541 5.662080232336533
+  en  -180751.14729456545 1.5484330494036723E7
+  ll2 49.13272156570609 5.662080463184227
+EPSG:32334
+  ll  -63.833395325860344 17.321384723689235
+  en  319069.0048430126 2916335.3077841876
+  ll2 -63.83339532551798 17.32138472373843
+EPSG:32335
+  ll  88.4134834760695 33.92354129069377
+  en  521349.33705309127 1.982211984699144E7
+  ll2 88.41348347608393 33.92354125459899
+EPSG:32336
+  ll  11.69260063817488 24.67764040053431
+  en  -409955.294398597 1.1306021192719722E7
+  ll2 11.692600633146338 24.67764042772445
+EPSG:32337
+  ll  -81.03104244474338 34.58600104883396
+  en  423245.6938437973 1000410.6322991662
+  ll2 -81.03104244464204 34.58600104939399
+EPSG:32338
+  ll  75.86905638423497 45.7513591090763
+  en  520471.67464024556 1.8420700842393678E7
+  ll2 75.86905638413134 45.75135910904148
+EPSG:32339
+  ll  -34.34069175435221 51.446613703150504
+  en  541064.3909644358 6199974.958603574
+  ll2 -34.34069175414366 51.44661370311568
+EPSG:3234
+  ll  -64.4411493208393 149.03591166668178
+  en  2429129.492754446 1670703.2321914756
+  ll2 -64.44114932083929 149.03591166668178
+EPSG:32340
+  ll  50.74838505076565 48.83095791241072
+  en  -75930.70780272479 1.5653732264622074E7
+  ll2 50.748385024226636 48.83095798483216
+EPSG:32341
+  ll  -53.875873460055175 72.48873425709337
+  en  1122941.2652314575 3988460.528229582
+  ll2 -53.875873399749544 72.48873391699419
+EPSG:32342
+  ll  20.10748033974211 75.2332849949542
+  en  1152564.1021156623 1.2235606860430285E7
+  ll2 20.10748033863024 75.23328499547675
+EPSG:32343
+  ll  32.49718274520407 72.32289953307833
+  en  248454.10134125766 1.3598700764471063E7
+  ll2 32.497182744990354 72.32289953301691
+EPSG:32344
+  ll  23.98164511111986 79.08950346905267
+  en  305613.852156835 1.2653507119079646E7
+  ll2 23.981645110956514 79.08950346901628
+EPSG:32345
+  ll  -18.018772535859654 79.48237179091487
+  en  -297631.47598118463 7991480.62604471
+  ll2 -18.018772532676806 79.48237179334201
+EPSG:32346
+  ll  88.58866591779028 92.23039110858727
+  en  497883.2847237945 1.9840401969569698E7
+  ll2 88.58866591777952 92.2303911085525
+EPSG:32347
+  ll  71.28632330966201 101.11980001338999
+  en  575888.7743296688 1.791065672091E7
+  ll2 71.28632330952564 101.11980001335448
+EPSG:32348
+  ll  35.30919915716942 108.92579870476236
+  en  856962.2638110602 1.3914402630808756E7
+  ll2 35.309199156778874 108.92579870494691
+EPSG:32349
+  ll  75.89597933583363 104.50291904154456
+  en  323598.5399102082 1.8433286760239944E7
+  ll2 75.89597933458425 104.50291906009993
+EPSG:3235
+  ll  -77.8786923971827 20.413971853334125
+  en  -1406395.3243985802 333164.39334784704
+  ll2 -77.87869239718269 20.413971853334118
+EPSG:32350
+  ll  -77.35907593951951 119.1106910555281
+  en  551548.6024866293 1412231.2836164925
+  ll2 -77.35907593942504 119.1106910554925
+EPSG:32351
+  ll  -70.58190379125884 116.46276664943045
+  en  257840.7173184829 2156186.699154593
+  ll2 -70.5819037883774 116.46276666762611
+EPSG:32352
+  ll  -5.908396803522976 128.3820247064776
+  en  431579.3792274307 9346879.169843292
+  ll2 -5.908396803473951 128.3820247064428
+EPSG:32353
+  ll  -5.4042833959554315 131.6100351576005
+  en  124213.60401799716 9401594.257608823
+  ll2 -5.404283395903706 131.61003515774922
+EPSG:32354
+  ll  8.158662121054078 144.72119763439375
+  en  910174.4843880202 1.0903725719117004E7
+  ll2 8.15866212097826 144.72119763409646
+EPSG:32355
+  ll  63.01659767276692 144.86929321129688
+  en  392142.33434787975 1.698922191181359E7
+  ll2 63.0165976725824 144.86929321126217
+EPSG:32356
+  ll  82.09148658301928 149.03988513489492
+  en  439212.72695171117 1.9117119738284133E7
+  ll2 82.09148658294728 149.0398851350853
+EPSG:32357
+  ll  51.27939029610849 156.8306244959707
+  en  348688.88581179973 1.5683125890053265E7
+  ll2 51.27939029588335 156.83062449593268
+EPSG:32358
+  ll  -3.509329738023254 164.41649157601023
+  en  435172.8732758625 9612084.175083837
+  ll2 -3.50932973799253 164.4164915759754
+EPSG:32359
+  ll  3.194799709131644 175.70182299819425
+  en  1022957.7632228155 1.035431826918909E7
+  ll2 3.194799709077038 175.70182299689858
+EPSG:3236
+  ll  -57.399566598876504 114.91330219016548
+  en  56051.66023812173 3741441.32861587
+  ll2 -57.3995665988765 114.91330219016548
+EPSG:32360
+  ll  -16.385059665945036 169.356596536243
+  en  -318267.15759828535 8173004.05669773
+  ll2 -16.385059662573763 169.35659654201814
+EPSG:3237
+  ll  -76.26023859941114 88.74869540439661
+  en  -933709.3046322364 1333081.3859083499
+  ll2 -76.26023859941115 88.74869540439661
+EPSG:3238
+  ll  -81.75861939259025 137.7403306095016
+  en  -4275.998747958252 1003948.9503560084
+  ll2 -81.75861939259025 137.7403306095016
+EPSG:3239
+  ll  -63.054359003521455 65.71288312142221
+  en  -3048748.7209244203 580964.3796342959
+  ll2 -63.05435900352144 65.71288312142221
+EPSG:3240
+  ll  -15.926957040034026 100.718703754204
+  en  -7671554.673028968 4870244.275759885
+  ll2 -15.92695704003399 100.718703754204
+EPSG:32401
+  ll  45.57533039608805 -177.07977613507876
+  en  493758.021254236 5046865.762584681
+  ll2 45.57533039564708 -177.07977613499293
+EPSG:32402
+  ll  -89.94958540610708 -161.8268481036446
+  en  500897.3056170318 -9992405.195228226
+  ll2 -89.94958540612168 -161.82684856892075
+EPSG:32403
+  ll  20.44093865420743 -174.3196217635097
+  en  -475435.97508002445 2288152.7144339853
+  ll2 20.44093864078528 -174.31962175240838
+EPSG:32404
+  ll  79.43193370827723 -168.4311469193441
+  en  307709.83297439653 8833774.487134222
+  ll2 79.43193370693409 -168.43114634956066
+EPSG:32405
+  ll  -4.89528430203103 -147.10584253157856
+  en  1154616.7366504653 -543971.8453592554
+  ll2 -4.895284301713712 -147.1058425361648
+EPSG:32406
+  ll  -88.97099553679607 -149.96019072995034
+  en  494066.8366555329 -9883227.814728372
+  ll2 -88.97099553677994 -149.96019072984768
+EPSG:32407
+  ll  52.68060533933709 -141.9007366534638
+  en  439091.47290907777 5837119.37004129
+  ll2 52.68060533891135 -141.9007366533779
+EPSG:32408
+  ll  7.9104794649145305 -133.47625612259074
+  en  667945.9653416214 874706.4344674888
+  ll2 7.910479464803656 -133.47625612250727
+EPSG:32409
+  ll  -18.356881322270397 -128.1345083133151
+  en  591416.0211523444 -2029888.7974983726
+  ll2 -18.356881321990105 -128.1345083132292
+EPSG:3241
+  ll  -33.760220950990444 165.2245452851041
+  en  -944177.700664923 6514300.037567859
+  ll2 -33.76022095099044 165.2245452851041
+EPSG:32410
+  ll  -47.693173799748166 -122.78293897656056
+  en  516270.5736391112 -5282221.091992812
+  ll2 -47.69317379929417 -122.78293897647465
+EPSG:32411
+  ll  -28.01125339992859 -114.05841450647328
+  en  789243.2018716928 -3101938.463288398
+  ll2 -28.011253399527423 -114.05841450635045
+EPSG:32412
+  ll  -19.603789209544317 -115.55033658613439
+  en  22416.160243623483 -2174011.280696576
+  ll2 -19.603789209122233 -115.55033658609703
+EPSG:32413
+  ll  25.43849648223457 -95.90946849643534
+  en  1416457.3866691175 2844904.252165376
+  ll2 25.438496468787246 -95.90946849497773
+EPSG:32414
+  ll  45.255237179734365 -107.94604869345612
+  en  -201934.34267253708 5050382.937402415
+  ll2 45.25523714029988 -107.9460485762496
+EPSG:32415
+  ll  -39.04320506465204 -91.43274609434913
+  en  635612.5874414071 -4322739.553899802
+  ll2 -39.04320506420288 -91.43274609426173
+EPSG:32416
+  ll  64.17194372250248 -78.31448176361809
+  en  921197.7214995688 7144982.730764789
+  ll2 64.17194369718807 -78.31448197434143
+EPSG:32417
+  ll  -12.33090035210077 -73.70391085806277
+  en  1295206.828387139 -1374001.4928523696
+  ll2 -12.330900349856373 -73.70391086778693
+EPSG:32418
+  ll  -1.156024815891982 -68.45277407807015
+  en  1229969.34205836 -128621.73629916523
+  ll2 -1.1560248157459811 -68.45277408799991
+EPSG:32419
+  ll  17.892257492759995 -65.88428998623532
+  en  830145.8185343938 1981022.549215655
+  ll2 17.892257492497514 -65.88428998616648
+EPSG:3242
+  ll  -66.00545403233392 -75.83723033655293
+  en  2624869.1932675526 743736.181768349
+  ll2 -66.0054540323339 -75.83723033655293
+EPSG:32420
+  ll  -46.256182227876685 -65.26772001770328
+  en  325201.9444995698 -5125011.395973454
+  ll2 -46.25618222740872 -65.26772001762416
+EPSG:32421
+  ll  -46.512118805849795 -64.30202598478706
+  en  -60109.22260715114 -5176914.097268323
+  ll2 -46.51211879254399 -64.30202596703724
+EPSG:32422
+  ll  22.937315675740138 -52.81733348870054
+  en  313625.9399440042 2537730.435332901
+  ll2 22.937315675427215 -52.81733348861538
+EPSG:32423
+  ll  82.33289827227003 -49.969227320522364
+  en  426069.2737639963 9145166.387433799
+  ll2 82.33289827211212 -49.969227318686265
+EPSG:32424
+  ll  19.389124072087043 -40.164333176756955
+  en  377711.4037013962 2144294.231961056
+  ll2 19.38912407181622 -40.16433317667093
+EPSG:32425
+  ll  -13.213049823002848 -35.79077549610243
+  en  197492.4785852664 -1462382.7596774497
+  ll2 -13.213049822786912 -35.79077549598281
+EPSG:32426
+  ll  -30.874234181449197 -29.302513879035356
+  en  279850.3408095138 -3417935.5525639923
+  ll2 -30.87423418103651 -29.302513878960372
+EPSG:32427
+  ll  58.98178971536578 -29.15306067224181
+  en  32072.71937957144 6566627.931455826
+  ll2 58.9817896917481 -29.153060569491014
+EPSG:32428
+  ll  -2.5311307610493827 -12.849023497180156
+  en  739148.9895014376 -279967.9312753658
+  ll2 -2.5311307609974794 -12.849023497111897
+EPSG:32429
+  ll  -2.432819991206827 -16.306332580536736
+  en  -314526.4552596258 -271116.86243973015
+  ll2 -2.432819990637277 -16.306332560255917
+EPSG:3243
+  ll  -35.00490937530264 -152.39812019228324
+  en  -1853610.269008089 6168365.912708329
+  ll2 -35.00490937530262 -152.39812019228324
+EPSG:32430
+  ll  -78.59310364719727 3.1632982102592777
+  en  635829.8931434095 -8731727.890868813
+  ll2 -78.59310364656206 3.1632981984711117
+EPSG:32431
+  ll  73.25162318408809 7.275089875089382
+  en  637394.1019090143 8133457.181771227
+  ll2 73.25162318368685 7.275089874764609
+EPSG:32432
+  ll  -17.54804916928194 1.5290805581691078
+  en  -294761.1459052616 -1955872.4863689088
+  ll2 -17.54804916612759 1.5290805612709484
+EPSG:32433
+  ll  19.963633661261085 5.5944709291116235
+  en  -487542.05837614334 2235305.375751765
+  ll2 19.96363364715623 5.594470943893424
+EPSG:32434
+  ll  -7.101115433784344 18.108945378427755
+  en  180592.09347718576 -785925.3907184069
+  ll2 -7.1011154336590065 18.10894537858517
+EPSG:32435
+  ll  38.67340251215134 30.538581557596423
+  en  807839.1754787161 4286475.8968214765
+  ll2 38.67340251159829 30.538581557792984
+EPSG:32436
+  ll  2.5420401094872744 37.43958664197514
+  en  994002.5727092111 281821.7809102555
+  ll2 2.54204010944104 37.43958664114541
+EPSG:32437
+  ll  -35.15474303847255 40.733521840402545
+  en  657875.8724424648 -3891579.2626917986
+  ll2 -35.15474303803884 40.73352184049106
+EPSG:32438
+  ll  -16.345589075166473 46.73873709628986
+  en  685707.0131650477 -1807957.466154417
+  ll2 -16.345589074911715 46.73873709637395
+EPSG:32439
+  ll  -53.07613799766844 41.25292762894742
+  en  -152105.41586689628 -5925268.869866593
+  ll2 -53.07613792756958 41.25292804994655
+EPSG:3244
+  ll  -17.007340822423913 -166.08160507301596
+  en  -6613037.58101413 6127054.743013467
+  ll2 -17.00734082242389 -166.08160507301596
+EPSG:32440
+  ll  -57.91089845443789 58.78566096521282
+  en  605790.1550275818 -6420185.972550557
+  ll2 -57.91089845402636 58.78566096529921
+EPSG:32441
+  ll  41.51558105942863 53.662277589019126
+  en  -279597.46258828416 4638299.503412871
+  ll2 41.515581017078254 53.66227771584926
+EPSG:32442
+  ll  33.68410683379855 73.35151949779315
+  en  903464.0685378405 3735635.2727799457
+  ll2 33.68410683309352 73.35151949827582
+EPSG:32443
+  ll  -28.406249774744232 73.30744154850547
+  en  334176.2986474796 -3143372.298627694
+  ll2 -28.406249774356237 73.30744154858968
+EPSG:32444
+  ll  -36.18687157220985 73.08902313353326
+  en  -212018.41041887435 -4033806.4343761564
+  ll2 -36.18687155953794 73.08902314013311
+EPSG:32445
+  ll  -66.36164103281834 77.96904746458348
+  en  97056.97220695659 -7389391.057179886
+  ll2 -66.36164100682718 77.96904778037188
+EPSG:32446
+  ll  -43.655751906865454 92.25259511889526
+  en  439713.81395097135 -4833910.519445422
+  ll2 -43.65575190640904 92.25259511898115
+EPSG:32447
+  ll  -6.652542204587647 93.40019287402397
+  en  -119943.16388373426 -738858.7845686519
+  ll2 -6.652542204259856 93.40019287722178
+EPSG:32448
+  ll  -2.084800812421804 96.7947568862143
+  en  -415610.703861021 -232833.60286161624
+  ll2 -2.084800811364711 96.79475693102697
+EPSG:32449
+  ll  -45.83192942468648 110.02779961174497
+  en  424475.24872608343 -5075833.463410602
+  ll2 -45.831929424230175 110.0277996118308
+EPSG:3245
+  ll  -65.02966305046823 -132.09054212456485
+  en  -1496001.676684365 2411717.7276005815
+  ll2 -65.02966305046822 -132.09054212456485
+EPSG:32450
+  ll  -48.73882829315523 110.33216506962872
+  en  9881.497761257517 -5419907.09037628
+  ll2 -48.738828284755094 110.33216507856356
+EPSG:32451
+  ll  -1.06203763016633 120.3030773398
+  en  199814.62012695195 -117520.0992838467
+  ll2 -1.0620376301373267 120.30307733994519
+EPSG:32452
+  ll  -1.9999022178769792 119.73834975021418
+  en  -534525.9049130327 -223989.56736503603
+  ll2 -1.9999022155269681 119.73834985552683
+EPSG:32453
+  ll  24.258111528712433 129.9154630616427
+  en  -16592.076075143996 2692235.4143797653
+  ll2 24.25811152803629 129.91546306108074
+EPSG:32454
+  ll  -76.7059745694772 145.15085983385868
+  en  606459.1808752402 -8517715.016552849
+  ll2 -76.70597456920288 145.15085983361644
+EPSG:32455
+  ll  -57.89120453671093 148.86655754170164
+  en  610643.2064293101 -6418123.367078563
+  ll2 -57.89120453629835 148.86655754178813
+EPSG:32456
+  ll  -54.296086491196256 154.8138817307107
+  en  618032.7368651199 -6017981.6662634825
+  ll2 -54.2960864907619 154.81388173079756
+EPSG:32457
+  ll  79.07380154090035 162.37381270352734
+  en  571346.6132842831 8780270.906479461
+  ll2 79.07380154072423 162.37381270356138
+EPSG:32458
+  ll  -1.3808958347662355 163.35509743859026
+  en  316965.94373612676 -152695.9661945922
+  ll2 -1.3808958347325226 163.35509743868062
+EPSG:32459
+  ll  69.38291795348894 162.6043410322647
+  en  170950.99510998884 7719672.3710890915
+  ll2 69.38291794046945 162.60434120478695
+EPSG:3246
+  ll  -30.79643416500293 -117.78887553480291
+  en  -4053660.1957157953 5711029.618706464
+  ll2 -30.79643416500293 -117.78887553480291
+EPSG:32460
+  ll  -15.543424552045607 167.36211159458594
+  en  -537730.0909344784 -1741983.9662773986
+  ll2 -15.543424536449203 167.3621116445386
+EPSG:3247
+  ll  -48.47856018638429 19.828947621137672
+  en  4676278.535255691 855937.0369565873
+  ll2 -48.47856018638421 19.828947621137672
+EPSG:3248
+  ll  -59.28425461006671 -28.30496597905514
+  en  -76411.05899487186 3489227.286031527
+  ll2 -59.284254610066704 -28.30496597905514
+EPSG:3249
+  ll  -27.88011819910121 3.8514247481363384
+  en  1584554.6426808832 7234233.913445654
+  ll2 -27.8801181991012 3.85142474813634
+EPSG:3250
+  ll  -48.63987534276478 17.397007146611216
+  en  664860.4534239606 4687708.732046231
+  ll2 -48.63987534276468 17.397007146611216
+EPSG:32501
+  ll  -19.590252755032907 -178.29680409296077
+  en  363967.24448710505 7833342.864307623
+  ll2 -19.590252754737396 -178.29680409287462
+EPSG:32502
+  ll  -66.39305900443732 -166.3548938240275
+  en  707410.8543506439 2628569.5880880384
+  ll2 -66.39305900354412 -166.35489382470857
+EPSG:32503
+  ll  -13.35751485217341 -174.84183174245695
+  en  -570478.9506500242 8501930.351199213
+  ll2 -13.357514835029232 -174.84183166195675
+EPSG:32504
+  ll  -68.28141170149729 -168.11339587535255
+  en  124793.68120627588 2397964.8232878726
+  ll2 -68.28141167910888 -168.1133955189928
+EPSG:32505
+  ll  -35.81032541603049 -144.5861227770609
+  en  1260977.6316937811 6004259.0833169725
+  ll2 -35.81032539874804 -144.58612279232747
+EPSG:32506
+  ll  2.1013732276383337 -145.23682442981507
+  en  696072.1017072913 1.023237458692726E7
+  ll2 2.1013732276172656 -145.2368244297355
+EPSG:32507
+  ll  -46.940033911992536 -140.75494362364873
+  en  518634.16371991916 4801470.896169152
+  ll2 -46.94003391153743 -140.75494362356284
+EPSG:32508
+  ll  5.668021702743246 -132.22456229022302
+  en  807430.3697950791 1.0627240870541235E7
+  ll2 5.668021702664737 -132.22456229019875
+EPSG:32509
+  ll  14.127294742128072 -133.1759992421112
+  en  48901.32232538104 1.1565820041843263E7
+  ll2 14.127294741872278 -133.17599924178793
+EPSG:3251
+  ll  -41.02225218588142 -37.32856305391536
+  en  -4997596.286389572 2674951.777280453
+  ll2 -41.02225218588141 -37.32856305391536
+EPSG:32510
+  ll  54.92582322564954 -130.67591145712376
+  en  8565.964958094351 1.6113543189589657E7
+  ll2 54.92582320701758 -130.67591140651834
+EPSG:32511
+  ll  -12.543937225149165 -120.07085730710867
+  en  166224.29868171777 8611352.071145477
+  ll2 -12.543937224939663 -120.07085730696214
+EPSG:32512
+  ll  -16.76966708329624 -106.46193355050488
+  en  984033.0896220829 8140385.315490995
+  ll2 -16.769667082930127 -106.46193355058377
+EPSG:32513
+  ll  37.06348854891246 -105.88565099218283
+  en  421242.86544918414 1.4102279570439039E7
+  ll2 37.06348854848928 -105.885650992097
+EPSG:32514
+  ll  -24.751064649024016 -105.53016475454012
+  en  -161236.84097263147 7246792.290240966
+  ll2 -24.75106464696922 -105.53016475715316
+EPSG:32515
+  ll  3.721889048065762 -89.49906990732786
+  en  888966.1493304684 1.0412156421211446E7
+  ll2 3.7218890480137214 -89.49906990747428
+EPSG:32516
+  ll  21.05566240806027 -89.38285659813513
+  en  252367.70023356078 1.2330156407950185E7
+  ll2 21.055662407766846 -89.38285659805013
+EPSG:32517
+  ll  51.601077544367456 -76.12426445996317
+  en  837580.1830736131 1.5727935914630176E7
+  ll2 51.60107754265708 -76.12426446035191
+EPSG:32518
+  ll  -53.683787732775656 -75.03662605769382
+  en  497566.08875711076 4051659.4128966955
+  ll2 -53.68378773234159 -75.0366260576079
+EPSG:32519
+  ll  -68.93785843097179 -64.84848983747308
+  en  666387.8226127492 2346940.4449980063
+  ll2 -68.93785843044147 -64.848489837681
+EPSG:3252
+  ll  -32.162057566071 -17.7096247585055
+  en  -5922063.207227571 3379827.5803550333
+  ll2 -32.16205756607099 -17.70962475850549
+EPSG:32520
+  ll  79.18936148210082 -61.14440260966682
+  en  538843.074187198 1.8791723255030796E7
+  ll2 79.1893614819383 -61.14440260958113
+EPSG:32521
+  ll  -73.26421528723056 -66.36876295450794
+  en  199987.93078362412 1846496.5972025031
+  ll2 -73.26421527509925 -66.36876245648976
+EPSG:32522
+  ll  10.681855314674152 -53.99056107659987
+  en  172790.29924554483 1.1182384156824056E7
+  ll2 10.681855314516621 -53.99056107644866
+EPSG:32523
+  ll  -78.74068140656776 -48.4389091128823
+  en  425079.7957917672 1256764.130698761
+  ll2 -78.74068140638022 -48.43890911273488
+EPSG:32524
+  ll  46.8203105089888 -31.858329544694154
+  en  1044659.0035199494 1.5210007875278786E7
+  ll2 46.82031049716236 -31.85832955916812
+EPSG:32525
+  ll  0.34661181519304307 -24.58199789923037
+  en  1440081.1442880626 1.0038729161009392E7
+  ll2 0.3466118149960841 -24.581997953456515
+EPSG:32526
+  ll  46.96257518172192 -23.209111739753727
+  en  788374.1819641581 1.5207979658338666E7
+  ll2 46.9625751810149 -23.209111739614244
+EPSG:32527
+  ll  -61.597093594490296 -26.269703835454717
+  en  220553.50011494278 3159387.864433893
+  ll2 -61.59709359248355 -26.269703833270196
+EPSG:32528
+  ll  54.38516654968697 -7.907547227793742
+  en  960209.8192522114 1.6049579026109597E7
+  ll2 54.385166537665185 -7.9075472513844005
+EPSG:32529
+  ll  12.072714278165748 -16.22935260984511
+  en  -288718.09012341406 1.1345040487263713E7
+  ll2 12.07271427609634 -16.229352600199896
+EPSG:3253
+  ll  -57.21838892174729 87.70920366846283
+  en  1501419.8956482534 3411563.7747805044
+  ll2 -57.21838892174727 87.70920366846283
+EPSG:32530
+  ll  20.527270035721642 -4.463570189686866
+  en  347382.97376596334 1.2270511976729482E7
+  ll2 20.527270035436928 -4.463570189600809
+EPSG:32531
+  ll  6.296169295441061 -0.563656294630464
+  en  105555.3757502085 1.0697288497193769E7
+  ll2 6.296169295344511 -0.563656294312861
+EPSG:32532
+  ll  -79.19994021765235 -0.5871956945698944
+  en  300314.12369918765 1191261.0652419757
+  ll2 -79.19994021623175 -0.5871950342703988
+EPSG:32533
+  ll  37.3702721435382 12.386702880904668
+  en  268570.13901431044 1.4139151341270976E7
+  ll2 37.37027214309528 12.386702880967581
+EPSG:32534
+  ll  33.18086044148109 23.368746327276902
+  en  720830.1516523219 1.3673833576805644E7
+  ll2 33.1808604410714 23.368746327376495
+EPSG:32535
+  ll  42.22083236425547 30.47551964392535
+  en  786835.5433844088 1.4680142057535069E7
+  ll2 42.220832363682646 30.475519644090138
+EPSG:32536
+  ll  54.354315506695826 30.087024504148236
+  en  310692.3633280243 1.6026853550563462E7
+  ll2 54.35431550621943 30.08702450423043
+EPSG:32537
+  ll  -20.340069859934957 30.44385440304653
+  en  -395645.1542246195 7727517.511851648
+  ll2 -20.340069852043715 30.443854405580968
+EPSG:32538
+  ll  59.27013707599767 49.60491218729226
+  en  762339.6251705233 1.6579198536461504E7
+  ll2 59.27013707480461 49.60491218683316
+EPSG:32539
+  ll  -4.2431255993991215 48.722673889504414
+  en  247189.258590064 9530624.86399777
+  ll2 -4.243125599320281 48.722673889613226
+EPSG:3254
+  ll  -69.55935783748221 147.6671054369056
+  en  2095583.3318688516 1017997.1500502485
+  ll2 -69.5593578374822 147.6671054369056
+EPSG:32540
+  ll  50.742899605893655 51.515606891742976
+  en  113141.41262812592 1.5635589034289412E7
+  ll2 50.74289960289233 51.515606893325405
+EPSG:32541
+  ll  67.64749169526684 55.82678430943707
+  en  196125.27718338562 1.7521183558486726E7
+  ll2 67.64749168852936 55.826784349589005
+EPSG:32542
+  ll  -65.12402239138055 70.29873954646621
+  en  560946.1040156902 2777098.0738306614
+  ll2 -65.12402239103476 70.29873954655216
+EPSG:32543
+  ll  -37.858030756996385 73.45118600939713
+  en  363732.5778399878 5808805.746266313
+  ll2 -37.858030756551315 73.45118600948166
+EPSG:32544
+  ll  89.47733659900851 77.60134590195418
+  en  496540.3633744287 1.993970961697992E7
+  ll2 89.47733659899322 77.60134590209829
+EPSG:32545
+  ll  73.37039474795887 85.32451815893725
+  en  446478.6153164117 1.8142546135401197E7
+  ll2 73.37039474771669 85.32451815902326
+EPSG:32546
+  ll  -77.03555504060341 83.41972473249227
+  en  261072.74203697426 1429744.7798653953
+  ll2 -77.03555503590412 83.41972537360806
+EPSG:32547
+  ll  -42.501010413473416 104.51598258817114
+  en  953262.3155636378 5279830.956331716
+  ll2 -42.50101041087668 104.51598258828714
+EPSG:32548
+  ll  -44.05631951807261 108.72959388426897
+  en  798722.8085524049 5115106.841975159
+  ll2 -44.056319517394975 108.72959388444279
+EPSG:32549
+  ll  -47.79024504513258 120.96713044467752
+  en  1246115.534148527 4658712.855943394
+  ll2 -47.79024497021191 120.96713005186956
+EPSG:3255
+  ll  -24.712944754345344 82.89651328824415
+  en  -2096807.1749669125 7570555.545195501
+  ll2 -24.712944754345337 82.89651328824415
+EPSG:32550
+  ll  -84.15855584709759 114.87321203717849
+  en  475836.5886662899 653761.7909733187
+  ll2 -84.15855584700637 114.87321203726528
+EPSG:32551
+  ll  -25.379044046296983 130.38124527823572
+  en  1243824.4292598912 7172468.494598497
+  ll2 -25.379044042180922 130.3812452830937
+EPSG:32552
+  ll  -83.01429402152165 131.51764444791598
+  en  534171.5787582381 781202.5805933233
+  ll2 -83.01429402141243 131.5176444479981
+EPSG:32553
+  ll  -37.28467539146039 130.8056558015254
+  en  128090.70179143682 5865291.489277715
+  ll2 -37.28467539070529 130.80565580132603
+EPSG:32554
+  ll  -6.642585560330758 137.84340281860923
+  en  150894.08616191504 9264646.770603377
+  ll2 -6.642585560210428 137.84340281881256
+EPSG:32555
+  ll  12.105275825759804 153.69723050583352
+  en  1230273.5422147978 1.1347172969817497E7
+  ll2 12.105275824462952 153.69723050023964
+EPSG:32556
+  ll  8.308889914484695 152.47093685060784
+  en  441716.7148155301 1.091848309946989E7
+  ll2 8.308889914367892 152.47093685069382
+EPSG:32557
+  ll  7.508930854839534 150.16957357993388
+  en  -478031.1721571896 1.0839916338661298E7
+  ll2 7.508930849178857 150.1695736406425
+EPSG:32558
+  ll  3.533557431363306 172.9229794182917
+  en  1382754.0522870314 1.0394347177956874E7
+  ll2 3.5335574300023125 172.92297938438347
+EPSG:32559
+  ll  -14.301265194839985 177.43378580823918
+  en  1195142.159082398 8409283.171743061
+  ll2 -14.301265193668605 177.43378580539883
+EPSG:3256
+  ll  -27.62275480254322 72.64389187723052
+  en  -5041141.127103592 5474199.746100746
+  ll2 -27.622754802543216 72.64389187723052
+EPSG:32560
+  ll  -74.95589433562841 170.33047258992903
+  en  307132.3817256744 1670461.2881217524
+  ll2 -74.95589433381431 170.33047261330856
+EPSG:3257
+  ll  -81.07243394691687 59.68598141116407
+  en  -993504.4215353979 315100.1163821565
+  ll2 -81.07243394691685 59.68598141116408
+EPSG:3258
+  ll  -66.41800472503324 155.06890386192725
+  en  93077.10136908406 2680215.327636782
+  ll2 -66.41800472503323 155.06890386192725
+EPSG:3259
+  ll  -50.290231104867395 173.11762346836744
+  en  161193.38670300637 4534791.3350097975
+  ll2 -50.29023110486733 173.11762346836744
+EPSG:3260
+  ll  -61.28972457854637 -118.16292652049796
+  en  2439690.8034169287 2139368.0766479177
+  ll2 -61.28972457854636 -118.16292652049796
+EPSG:32601
+  ll  35.30468974675124 -181.75048187801644
+  en  67958.20646357589 3917197.812559636
+  ll2 35.30468974617771 178.24951812139236
+EPSG:32602
+  ll  -0.35895685791257925 -175.75420623162898
+  en  -29625.972570085898 -39813.425707886265
+  ll2 -0.3589568579084667 -175.75420623022703
+EPSG:32603
+  ll  69.06942592353653 -164.25619547568132
+  en  529653.423074742 7662283.255644933
+  ll2 69.06942592353653 -164.25619547568132
+EPSG:32604
+  ll  68.49291330851102 -162.96491579603722
+  en  337874.4125215008 7603043.066431634
+  ll2 68.4929133083304 -162.96491579584492
+EPSG:32605
+  ll  70.45567827510386 -154.8711613318192
+  en  430146.7851750106 7817765.523690824
+  ll2 70.45567827510223 -154.871161331819
+EPSG:32606
+  ll  45.0472445968384 -147.48643385071935
+  en  461693.09169689566 4988313.77696208
+  ll2 45.04724459683839 -147.48643385071935
+EPSG:32607
+  ll  17.160888392541953 -136.88735017825638
+  en  937701.0944171889 1901994.1783050923
+  ll2 17.160888392484228 -136.88735017834057
+EPSG:32608
+  ll  17.082700048931713 -138.83952009347482
+  en  91233.83062316518 1892731.3620542919
+  ll2 17.08270004889456 -138.8395200934112
+EPSG:32609
+  ll  32.88791124498886 -124.7743273825516
+  en  895391.21089672 3646786.7630577153
+  ll2 32.887911244753056 -124.77432738220956
+EPSG:3261
+  ll  -78.64267313267413 -88.62189292232901
+  en  1044172.4365639116 753832.661710852
+  ll2 -78.64267313267412 -88.62189292232901
+EPSG:32610
+  ll  15.621043862710906 -127.89205445312605
+  en  -24932.886804628302 1733063.162641437
+  ll2 15.62104386254794 -127.89205445274153
+EPSG:32611
+  ll  10.73641510533119 -112.16478744764923
+  en  1029269.7699246187 1191002.7127373253
+  ll2 10.73641510521526 -112.16478744856082
+EPSG:32612
+  ll  61.77560053459669 -114.5125390548194
+  en  314735.1980824949 6854188.16600647
+  ll2 61.77560053445352 -114.51253905477104
+EPSG:32613
+  ll  4.7583779488046805 -107.92602632992818
+  en  175381.1225836458 526643.9142124782
+  ll2 4.758377948802402 -107.92602632984344
+EPSG:32614
+  ll  14.263757165950743 -100.80954124472483
+  en  304782.4591083076 1577656.58300763
+  ll2 14.26375716595045 -100.80954124472159
+EPSG:32615
+  ll  84.67761930424092 -95.31735150114109
+  en  476007.39052546234 9404225.272893205
+  ll2 84.67761930424076 -95.31735150113927
+EPSG:32616
+  ll  72.583548496096 -84.95707014904738
+  en  568238.7416437431 8055185.317500017
+  ll2 72.58354849609388 -84.9570701490479
+EPSG:32617
+  ll  58.773416508274885 -79.23342848764487
+  en  602152.126425848 6516169.077287629
+  ll2 58.77341650827222 -79.2334284876445
+EPSG:32618
+  ll  0.8542824171250176 -70.60589399441409
+  en  989382.9848638987 94704.15218960555
+  ll2 0.8542824171192103 -70.6058939952968
+EPSG:32619
+  ll  9.928164458825613 -66.53356619660251
+  en  770448.3262748267 1098474.2069817486
+  ll2 9.928164458824138 -66.533566196628
+EPSG:3262
+  ll  -34.88133947471252 -164.93282809664842
+  en  -4513055.577587295 4680769.859609452
+  ll2 -34.881339474712505 -164.93282809664842
+EPSG:32620
+  ll  -2.6787491025025547 -66.88079230367741
+  en  68302.71810571593 -296768.5025927257
+  ll2 -2.6787491024945553 -66.88079230325388
+EPSG:32621
+  ll  69.83911306601517 -54.4569378254068
+  en  597795.3401803295 7749969.356382903
+  ll2 69.83911306600419 -54.45693782541029
+EPSG:32622
+  ll  14.524484069634685 -53.96374810803576
+  en  180556.3469154662 1607806.302692525
+  ll2 14.524484069628397 -53.963748107998775
+EPSG:32623
+  ll  16.394157590092313 -42.12374249522621
+  en  807234.0075202533 1814713.5629615306
+  ll2 16.394157590086483 -42.12374249524706
+EPSG:32624
+  ll  5.131580338571972 -39.26307503457069
+  en  470842.78426743025 567215.0037456739
+  ll2 5.131580338571973 -39.26307503457069
+EPSG:32625
+  ll  -0.7883094164596285 -30.122300530621676
+  en  820321.3553729916 -87242.6746455913
+  ll2 -0.7883094164592764 -30.12230053070564
+EPSG:32626
+  ll  58.43458636013028 -29.168484112078048
+  en  373392.9302469797 6479137.4193609245
+  ll2 58.43458636012115 -29.168484112078794
+EPSG:32627
+  ll  8.344532201175449 -23.182089463285656
+  en  259685.6891659215 923051.0956245605
+  ll2 8.34453220117485 -23.182089463270497
+EPSG:32628
+  ll  22.510955722354655 -11.39208694243174
+  en  871237.6024480208 2493863.4479682995
+  ll2 22.510955722318098 -11.392086942377562
+EPSG:32629
+  ll  21.147897974547682 -10.932715320979701
+  en  299305.3797185818 2339737.5836034482
+  ll2 21.147897974546964 -10.93271532097978
+EPSG:3263
+  ll  -72.72521460338073 -123.24021513334996
+  en  -874111.6672528477 1741962.2174893671
+  ll2 -72.7252146033807 -123.24021513334996
+EPSG:32630
+  ll  7.0485574964722595 -2.895336653090574
+  en  511558.9813362481 779118.0296876959
+  ll2 7.048557496472261 -2.895336653090574
+EPSG:32631
+  ll  62.31144897764639 -1.7488227034434083
+  en  253972.61139740905 6917912.226973128
+  ll2 62.311448976802446 -1.7488227026124168
+EPSG:32632
+  ll  11.834748738967427 11.598093592769366
+  en  783086.6736353051 1309597.582045277
+  ll2 11.834748738965086 11.59809359274162
+EPSG:32633
+  ll  42.05539689126687 15.319058068358773
+  en  526400.7140049142 4655976.147281091
+  ll2 42.055396891266874 15.319058068358773
+EPSG:32634
+  ll  75.90951295643045 25.503495199048984
+  en  622276.081252511 8429752.166285355
+  ll2 75.90951295629284 25.503495198370185
+EPSG:32635
+  ll  47.49067536542698 25.527726208112252
+  en  389099.4234549984 5260743.895816009
+  ll2 47.49067536542605 25.527726208111563
+EPSG:32636
+  ll  2.3826611804187845 35.69036984079036
+  en  799224.0520455651 263649.39632216765
+  ll2 2.3826611804180935 35.69036984073283
+EPSG:32637
+  ll  52.14316359823634 35.33858849767755
+  en  249486.75996839188 5783285.072365791
+  ll2 52.143163598004826 35.33858849768187
+EPSG:32638
+  ll  53.91509364067411 42.2117397712837
+  en  316881.19957743154 5977677.047493373
+  ll2 53.915093640629145 42.21173977127907
+EPSG:32639
+  ll  78.6419869416514 46.228999725737076
+  en  395220.30455138447 8734297.004715223
+  ll2 78.64198694154496 46.228999726912456
+EPSG:3264
+  ll  -54.8291152806576 -0.6689559601307451
+  en  3751814.998829049 1381989.177160962
+  ll2 -54.82911528065757 -0.6689559601307451
+EPSG:32640
+  ll  53.864121366142705 57.44751774032813
+  en  529429.9386809022 5968496.735428121
+  ll2 53.8641213661427 57.44751774032813
+EPSG:32641
+  ll  49.571868382578565 60.41766515903435
+  en  313303.34799034183 5494234.471212627
+  ll2 49.57186838255045 60.41766515902551
+EPSG:32642
+  ll  -1.9071382046033127 69.6619425586165
+  en  573618.7511049965 -210811.00831990028
+  ll2 -1.9071382046033127 69.66194255861646
+EPSG:32643
+  ll  1.4895490042363466 73.50410601478126
+  en  333581.31480363844 164696.77435249812
+  ll2 1.4895490042363353 73.50410601478401
+EPSG:32644
+  ll  62.44367553939567 85.9750751673437
+  en  756598.9549050779 6933493.1417253595
+  ll2 62.44367553829019 85.97507516606618
+EPSG:32645
+  ll  77.10426871059683 89.0221872636809
+  en  550370.2039676631 8559275.34448671
+  ll2 77.1042687105959 89.0221872636804
+EPSG:32646
+  ll  50.87569190579864 89.74835752271836
+  en  271249.3586776806 5641039.535641505
+  ll2 50.87569190568539 89.7483575227041
+EPSG:32647
+  ll  70.62231324887725 99.90770843411856
+  en  533612.0813866677 7835525.490747359
+  ll2 70.62231324887722 99.90770843411856
+EPSG:32648
+  ll  39.26637557561634 107.38423392284906
+  en  705690.5819331673 4349046.830078893
+  ll2 39.26637557560433 107.38423392286239
+EPSG:32649
+  ll  11.255609425170523 111.88005555487531
+  en  596060.37945682 1244386.530649622
+  ll2 11.255609425170519 111.88005555487518
+EPSG:3265
+  ll  -44.49906866987579 -90.72413098127085
+  en  -3501538.673877992 3917042.701454675
+  ll2 -44.499068669875776 -90.72413098127085
+EPSG:32650
+  ll  9.877161924846341 119.53983649063838
+  en  778545.0254093793 1092890.6707807132
+  ll2 9.877161924844577 119.53983649060856
+EPSG:32651
+  ll  29.894404052484198 123.73791699307937
+  en  571246.6122429472 3307313.233021876
+  ll2 29.894404052484198 123.7379169930794
+EPSG:32652
+  ll  51.483168367165725 131.7547299698076
+  en  691267.2942592341 5707156.0793594625
+  ll2 51.48316836712366 131.75472996981597
+EPSG:32653
+  ll  3.9439937741275237 139.56906177178473
+  en  1007763.0974047978 437331.50269810087
+  ll2 3.9439937740936983 139.5690617707412
+EPSG:32654
+  ll  0.16694081399375094 139.49272157099904
+  en  332258.8768147535 18458.406171511975
+  ll2 0.16694081399374958 139.49272157100194
+EPSG:32655
+  ll  15.325514479625792 147.8741788025552
+  en  593840.2220569488 1694519.0743215194
+  ll2 15.32551447962579 147.87417880255512
+EPSG:32656
+  ll  5.776293589970747 152.597733111241
+  en  455463.1790096139 638491.4093867452
+  ll2 5.776293589970748 152.597733111241
+EPSG:32657
+  ll  46.64079768923685 162.60478038581513
+  en  775876.5142921584 5171562.354304887
+  ll2 46.64079768904093 162.60478038586615
+EPSG:32658
+  ll  -0.9538168752974308 164.16373403116563
+  en  406954.01883056597 -105436.8250765074
+  ll2 -0.9538168752974308 164.16373403116577
+EPSG:32659
+  ll  40.50129189541295 171.1151678182983
+  en  509758.4272200559 4483404.501650231
+  ll2 40.501291895412955 171.1151678182983
+EPSG:3266
+  ll  -24.19516961410197 -79.93101680725752
+  en  -6542156.279025847 4629748.098315464
+  ll2 -24.19516961410196 -79.93101680725752
+EPSG:32660
+  ll  84.38466705329412 178.8187390897748
+  en  519865.4438068824 9371350.999827776
+  ll2 84.38466705329408 178.8187390897746
+EPSG:32661
+  ll  -16.651775516373988 78.7484724711797
+  en  1.861218950054125E7 -1304830.3544464665
+  ll2 -16.651775516373068 78.7484724711797
+EPSG:32664
+  ll  -50.09455297160714 -98.97391526433553
+  en  1646537.8774331866 -1.820581643107428E7
+  ll2 -50.094552971607136 -98.97391526433553
+EPSG:32665
+  ll  48.656399849213244 -98.04573827384858
+  en  421492.36271988915 1.7721609616698768E7
+  ll2 48.65639984768777 -98.04573827344329
+EPSG:32666
+  ll  12.750316092072154 -87.82070278959428
+  en  1348130.4248864362 4624876.609456946
+  ll2 12.750316092072154 -87.82070278959421
+EPSG:32667
+  ll  -19.621622194443304 -85.44743810181039
+  en  109277.20707845935 -7138115.469513416
+  ll2 -19.621622194333792 -85.44743810185133
+EPSG:3267
+  ll  -40.01625335738457 -68.44351885545936
+  en  -5359688.996582263 2280140.3769221636
+  ll2 -40.016253357384564 -68.44351885545936
+EPSG:3268
+  ll  -27.6998391211661 57.27182902583411
+  en  4035685.7427815446 6323132.2654978605
+  ll2 -27.6998391211661 57.27182902583411
+EPSG:3269
+  ll  -77.2514828668538 -35.152957049745574
+  en  -1426691.1975652925 217212.64499712037
+  ll2 -77.2514828668538 -35.15295704974557
+EPSG:3270
+  ll  -38.29326874944709 56.78302184030676
+  en  -1553907.0026095896 5845841.892691422
+  ll2 -38.29326874944707 56.78302184030676
+EPSG:32701
+  ll  -29.00158099669585 -176.06257492764095
+  en  591305.9239689746 6791477.062909741
+  ll2 -29.001580996695832 -176.06257492764087
+EPSG:32702
+  ll  -83.61115414945169 -167.84722307361665
+  en  539148.6502865502 714244.735085763
+  ll2 -83.61115414944997 -167.84722307364575
+EPSG:32703
+  ll  -59.67977504854512 -165.75611289241155
+  en  457419.4744487591 3384008.125116867
+  ll2 -59.67977504854512 -165.75611289241155
+EPSG:32704
+  ll  -44.74896637041389 -154.13571225132324
+  en  885055.000033729 5033414.6251877425
+  ll2 -44.74896636930519 -154.1357122512614
+EPSG:32705
+  ll  -4.570782032538887 -155.6804518141318
+  en  202567.24068296677 9494225.75977532
+  ll2 -4.570782032537629 -155.6804518140784
+EPSG:32706
+  ll  -55.61672629832347 -144.3508810047789
+  en  666829.6102985529 3833392.5732422797
+  ll2 -55.61672629829106 -144.35088100477648
+EPSG:32707
+  ll  -0.22277876804946573 -136.6505910806773
+  en  984445.3083006871 9975304.651945617
+  ll2 -0.22277876804804692 -136.65059108151155
+EPSG:32708
+  ll  -2.768962687806777 -135.91033889187207
+  en  398815.28724407975 9693905.20036734
+  ll2 -2.7689626878067735 -135.91033889187185
+EPSG:32709
+  ll  -32.79190171964473 -131.727811570545
+  en  244542.4984271567 6368487.503688699
+  ll2 -32.79190171962786 -131.72781157057466
+EPSG:3271
+  ll  -26.453072300138466 20.11251090582438
+  en  -7392847.875732334 2086963.4825021466
+  ll2 -26.45307230013844 20.11251090582438
+EPSG:32710
+  ll  1.5712020890239131 -124.21146729170505
+  en  365234.2722858875 1.0173704546361327E7
+  ll2 1.571202089023917 -124.21146729170411
+EPSG:32711
+  ll  -41.091261924884776 -120.17689123197003
+  en  233168.6164003252 5446247.135222786
+  ll2 -41.09126192481058 -120.17689123202514
+EPSG:32712
+  ll  -79.76744100986106 -115.94410343190378
+  en  402063.913854075 1140210.102930896
+  ll2 -79.7674410097643 -115.94410343026561
+EPSG:32713
+  ll  -10.850887170003276 -108.88425627320359
+  en  75152.58517323533 8797793.85642363
+  ll2 -10.850887169975316 -108.88425627294215
+EPSG:32714
+  ll  -56.89459290929925 -97.364159691813
+  en  599649.1533353492 3693155.6674756007
+  ll2 -56.89459290929749 -97.36415969181262
+EPSG:32715
+  ll  -15.188620247220271 -96.23707027363224
+  en  152136.94772601104 8318235.034911144
+  ll2 -15.188620247208913 -96.23707027358185
+EPSG:32716
+  ll  -4.559807376181936 -82.52818257741919
+  en  996538.1905094216 9494450.775022889
+  ll2 -4.559807376148307 -82.52818257832048
+EPSG:32717
+  ll  -66.29192836668584 -83.46326129024452
+  en  389503.51132141607 2645374.949492234
+  ll2 -66.29192836667309 -83.46326129024241
+EPSG:32718
+  ll  -2.5647882790401297 -76.48884831326323
+  en  334474.6299803979 9716415.67820616
+  ll2 -2.564788279040103 -76.48884831326058
+EPSG:32719
+  ll  -3.3106740144730935 -68.43248658691562
+  en  563046.3761068006 9634048.929625392
+  ll2 -3.310674014473092 -68.43248658691563
+EPSG:3272
+  ll  -73.51800513325698 88.48056257252205
+  en  -953451.9596687699 1597309.0940135203
+  ll2 -73.51800513325695 88.48056257252205
+EPSG:32720
+  ll  -69.88660504305992 -58.451395274860495
+  en  674428.974179743 2240266.527455697
+  ll2 -69.88660504270626 -58.451395275542595
+EPSG:32721
+  ll  -1.460807694037996 -56.918034017934815
+  en  509117.82030811213 9838536.340686502
+  ll2 -1.4608076940379993 -56.918034017934815
+EPSG:32722
+  ll  -67.51187256863244 -49.8909954222962
+  en  547334.5777219022 2511132.6494826376
+  ll2 -67.51187256863233 -49.89099542229619
+EPSG:32723
+  ll  -37.33901138489274 -46.319661481385886
+  en  383102.30125253036 5866702.31187365
+  ll2 -37.339011384892444 -46.319661481386504
+EPSG:32724
+  ll  -64.98185873306474 -42.631062127293355
+  en  328728.803801454 2788647.1170866266
+  ll2 -64.981858732921 -42.631062127215266
+EPSG:32725
+  ll  -65.44826790805924 -36.847373771828195
+  en  321704.4754237144 2736137.6100540617
+  ll2 -65.44826790786291 -36.847373771693206
+EPSG:32726
+  ll  -45.64851344048113 -31.882495362328466
+  en  119560.58075143828 4933398.923731995
+  ll2 -45.64851343931368 -31.88249536231225
+EPSG:32727
+  ll  -50.934366256586614 -25.166137353819305
+  en  207304.56798461737 4349205.018262214
+  ll2 -50.9343662560873 -25.166137353769884
+EPSG:32728
+  ll  -75.6414574413936 -19.243865220370584
+  en  382615.27327160456 1600607.7105821092
+  ll2 -75.6414574412918 -19.243865219974342
+EPSG:32729
+  ll  -83.5333650193571 -5.501531193633692
+  en  543962.835055189 722665.3614518326
+  ll2 -83.53336501935378 -5.501531193707994
+EPSG:3273
+  ll  -52.06743260522197 176.69139402063666
+  en  2291679.397583103 3670317.046140476
+  ll2 -52.06743260522192 176.69139402063666
+EPSG:32730
+  ll  -81.54589940598518 -0.6625327966681755
+  en  538355.0358692394 945086.5607374981
+  ll2 -81.54589940598454 -0.6625327966701109
+EPSG:32731
+  ll  -77.7299649478657 6.793662551026102
+  en  589941.1445311456 1368855.4457734264
+  ll2 -77.72996494783152 6.793662550878643
+EPSG:32732
+  ll  -1.791491309390267 5.643292386980017
+  en  126449.06323080743 9801643.353370337
+  ll2 -1.7914913093881504 5.643292387171929
+EPSG:32733
+  ll  -4.126836934079179 14.21193297521501
+  en  412530.9764488546 9543809.318915822
+  ll2 -4.126836934079182 14.211932975215113
+EPSG:32734
+  ll  3.2478852471029853 16.30155670183659
+  en  -22571.10663481534 1.03602087640951E7
+  ll2 3.247885247069191 16.301556703090707
+EPSG:32735
+  ll  -67.02488461225471 23.602574863927025
+  en  352075.73642084474 2561806.4975000024
+  ll2 -67.02488461217256 23.60257486397256
+EPSG:32736
+  ll  -42.55662303150512 29.942428252202173
+  en  248987.61723446447 5283887.58059233
+  ll2 -42.55662303144185 29.94242825216124
+EPSG:32737
+  ll  -63.21444761968792 35.222287816138596
+  en  310135.9849165189 2984926.8570449185
+  ll2 -63.214447619483444 35.22228781624316
+EPSG:32738
+  ll  -33.61049536194267 49.3934280355533
+  en  907721.7528865209 6272366.919585092
+  ll2 -33.61049536162701 49.393428035971766
+EPSG:32739
+  ll  -36.97742607037574 49.32483640492937
+  en  350900.55360484595 5906320.568081254
+  ll2 -36.97742607037449 49.32483640492722
+EPSG:3274
+  ll  -86.31610991627304 101.26031773285018
+  en  -387814.70609587454 178479.98382070597
+  ll2 -86.31610991627308 101.26031773285018
+EPSG:32740
+  ll  -78.828450880352 53.91362023885953
+  en  433274.5310192385 1247408.5976424795
+  ll2 -78.8284508803443 53.91362023888275
+EPSG:32741
+  ll  -26.30036312196733 65.289773385337
+  en  728606.5155660608 7089027.454681832
+  ll2 -26.300363121964097 65.28977338534425
+EPSG:32742
+  ll  -46.57798418816586 66.46686755703854
+  en  305909.447861159 4838613.998468485
+  ll2 -46.57798418814224 66.46686755702713
+EPSG:32743
+  ll  -25.298456802256545 78.290225577417
+  en  831325.5755857098 7197935.587045593
+  ll2 -25.298456802230085 78.29022557747079
+EPSG:32744
+  ll  -23.333853962130412 81.03414728671824
+  en  503490.800754981 7419521.505624597
+  ll2 -23.333853962130412 81.03414728671824
+EPSG:32745
+  ll  -27.850501765768136 88.49974130692067
+  en  647670.9268986753 6918455.1208804175
+  ll2 -27.850501765767852 88.4997413069215
+EPSG:32746
+  ll  -21.043491771413862 94.96493214411353
+  en  704183.7578679285 7671781.457049107
+  ll2 -21.043491771413077 94.96493214411358
+EPSG:32747
+  ll  -17.444781767557416 97.838202011294
+  en  376622.8914274465 8070864.873775648
+  ll2 -17.44478176755739 97.8382020112942
+EPSG:32748
+  ll  -58.2033639588618 101.36763036809408
+  en  286575.74435410445 3542895.423575569
+  ll2 -58.20336395865971 101.3676303681426
+EPSG:32749
+  ll  -38.23589206710369 109.25679480724837
+  en  347437.2273847225 5766575.122088502
+  ll2 -38.23589206710197 109.25679480724575
+EPSG:3275
+  ll  1.7601214433069003 6.782875586981817
+  en  1859839.0894781305 -1.2879121157179449E7
+  ll2 1.7601214432833585 6.782875586981817
+EPSG:32750
+  ll  -29.646256411547412 116.5390917394596
+  en  455389.40541231557 6720322.4952789955
+  ll2 -29.64625641154741 116.5390917394596
+EPSG:32751
+  ll  -32.31249913837224 123.5620478825476
+  en  552907.9443416377 6424786.563103167
+  ll2 -32.31249913837224 123.56204788254762
+EPSG:32752
+  ll  -40.03951775988635 127.43317318342925
+  en  366330.35649293923 5566680.742924173
+  ll2 -40.03951775988534 127.43317318342783
+EPSG:32753
+  ll  -28.176037015492348 138.7789296805875
+  en  871098.4449456041 6877512.9443833465
+  ll2 -28.17603701541256 138.7789296807489
+EPSG:32754
+  ll  -76.09420937279235 144.16836879822267
+  en  584959.5966797009 1552021.5295536648
+  ll2 -76.09420937277595 144.16836879819402
+EPSG:32755
+  ll  -5.430354355649115 147.0530080779711
+  en  505872.17624536785 9399764.410398118
+  ll2 -5.4303543556491185 147.0530080779711
+EPSG:32756
+  ll  -52.48522451023355 152.57450200005235
+  en  471106.2760023533 4184906.4029179476
+  ll2 -52.48522451023355 152.57450200005235
+EPSG:32757
+  ll  -20.68227265660569 154.09167529202733
+  en  -11660.993969265954 7705261.802298705
+  ll2 -20.682272656387457 154.09167529182267
+EPSG:32758
+  ll  -6.482322318456696 161.77847911397538
+  en  143617.7405419257 9282345.981167438
+  ll2 -6.482322318451158 161.77847911410754
+EPSG:32759
+  ll  -9.653111284693267 166.1444317382442
+  en  -33309.99683953577 8929144.290482225
+  ll2 -9.653111284583055 166.14443173929217
+EPSG:3276
+  ll  -8.194824487338636 -109.26770422318646
+  en  4751779.115560256 9859241.999783775
+  ll2 -8.194824487337963 -109.26770422318646
+EPSG:32760
+  ll  -36.29211488935783 181.82910716731914
+  en  933779.944968744 5972815.905636139
+  ll2 -36.29211488867881 -178.17089283207832
+EPSG:32761
+  ll  -38.055794555690284 -128.52440162080111
+  en  -2836048.856133612 -1850130.8710403177
+  ll2 -38.05579455569005 -128.52440162080111
+EPSG:32766
+  ll  30.43213233394603 43.80892732210802
+  en  1251006.079125826 1.3392694484537875E7
+  ll2 30.432132326484528 43.8089273263015
+EPSG:3277
+  ll  -86.23600060084829 -35.32416339547672
+  en  391523.59633843246 145016.7166123399
+  ll2 -86.23600060084829 -35.32416339547672
+EPSG:3278
+  ll  -26.26721898678278 64.3740133100342
+  en  5123821.711823585 -5972580.930969881
+  ll2 -26.267218986782076 64.3740133100342
+EPSG:3279
+  ll  42.462912837780635 -65.96900130730877
+  en  -1.0209892721113924E7 2.664075199301666E7
+  ll2 42.462912837780515 -65.96900130730877
+EPSG:3280
+  ll  -29.12698753271465 -169.32653437460684
+  en  -3223347.230731451 -6705566.2155786315
+  ll2 -29.126987532714068 -169.32653437460684
+EPSG:3281
+  ll  -20.143690831318054 -138.72173175047791
+  en  -3911311.2533829147 -7921499.708626818
+  ll2 -20.143690831317166 -138.72173175047791
+EPSG:3282
+  ll  -87.6701522006823 -48.22027694753639
+  en  -257972.5673550888 -14514.489217880324
+  ll2 -87.6701522006823 -48.220276947536405
+EPSG:3283
+  ll  -13.884227540076509 152.48738701899043
+  en  9662415.267889481 2144337.609424833
+  ll2 -13.884227540075612 152.48738701899043
+EPSG:3284
+  ll  -26.1588365437026 19.215273340008352
+  en  -7864449.4256969765 579636.8384742566
+  ll2 -26.158836543701895 19.215273340008352
+EPSG:3285
+  ll  -11.119833387948105 116.33610318999047
+  en  -3326788.1921821907 9849003.589358458
+  ll2 -11.119833387947276 116.33610318999047
+EPSG:3286
+  ll  54.838269793009545 -2.1123262410021955
+  en  -8836118.235389758 -3.861869453702797E7
+  ll2 54.838269793005054 -2.1123262410021937
+EPSG:3287
+  ll  -48.17524303305226 -74.54067798259788
+  en  4691735.032954445 1216919.5854811515
+  ll2 -48.17524303303699 -74.54067798259788
+EPSG:3288
+  ll  -3.9999750940881142 -47.03636985626031
+  en  8025276.764679871 8617015.629759714
+  ll2 -3.9999750940877496 -47.03636985626031
+EPSG:3289
+  ll  45.937795737057144 3.9887968424524445
+  en  1.735281221109577E7 2.573745609006604E7
+  ll2 45.93779573705706 3.9887968424524445
+EPSG:3290
+  ll  50.120948094680614 -119.14390941469581
+  en  -1.7752541164785463E7 -2.9713988516197786E7
+  ll2 50.12094809466956 -119.14390941469583
+EPSG:3291
+  ll  -64.60125291001827 -57.790730393799
+  en  -1525235.425737202 -2421163.9703149754
+  ll2 -64.60125291001793 -57.79073039379901
+EPSG:3292
+  ll  -23.92677775484151 84.42446988982196
+  en  -7493786.0488547105 3403191.8681043466
+  ll2 -23.926777754840742 84.42446988982196
+EPSG:3293
+  ll  -86.85422121361098 107.10503797677018
+  en  333472.3652349553 -102621.59297712741
+  ll2 -86.854221213611 107.10503797677019
+EPSG:3294
+  ll  -30.47147734655283 172.2633184247099
+  en  1239131.5458797764 5639337.882713185
+  ll2 -30.47147734655282 172.2633184247099
+EPSG:3296
+  ll  49.37236302094749 -161.94287325274303
+  en  -148806.44148575806 1.5507425148891475E7
+  ll2 49.37236297794738 -161.94287309668866
+EPSG:3297
+  ll  19.883637968327164 -137.47260261389312
+  en  1500916.277644067 1.2227092734453809E7
+  ll2 19.88363795333152 -137.47260263171907
+EPSG:3298
+  ll  -11.163918292632957 -134.84248482023696
+  en  1173504.1540801157 8758868.56358507
+  ll2 -11.163918292030665 -134.8424848239847
+EPSG:3299
+  ll  -32.8903533609971 -133.39041506120634
+  en  650554.1826432217 6359719.454872165
+  ll2 -32.89035336099637 -133.3904150612046
+EPSG:3300
+  ll  46.36923800373967 7.0185371880772465
+  en  -820048.0061365841 5292848.15348074
+  ll2 46.369238003739945 7.018537188076927
+EPSG:3301
+  ll  59.493759099912154 27.525338967200614
+  en  699626.8833689764 6600366.426436952
+  ll2 59.49375909991213 27.525338967200614
+EPSG:3302
+  ll  -7.335013121495535 -143.72531040344722
+  en  198878.83635399275 9188223.549050143
+  ll2 -7.335013121356072 -143.72531040314328
+EPSG:3303
+  ll  -24.052865574918812 -135.17286493372413
+  en  1094084.3935497631 7323159.335869256
+  ll2 -24.052868230524187 -135.1728664672505
+EPSG:3304
+  ll  -57.362570329389406 -138.63058216923295
+  en  1002658.2838927046 3611142.4712697053
+  ll2 -57.362570310195956 -138.63058229726562
+EPSG:3305
+  ll  57.55109601229444 -149.29880056200292
+  en  362557.27395612455 1.638096428357774E7
+  ll2 57.55109593132572 -149.29880052919367
+EPSG:3306
+  ll  -73.66439289683126 -154.14788583498944
+  en  463943.282555296 1824996.8262575045
+  ll2 -73.66439287844452 -154.14788584137216
+EPSG:3307
+  ll  -6.374705957359055 45.56737517245509
+  en  -101687.98740747967 -707800.6821266379
+  ll2 -6.37470595719222 45.56737517508217
+EPSG:3308
+  ll  21.75387432517674 69.4599778267665
+  en  -2070542.6430059914 7170710.163299448
+  ll2 21.753874325176646 69.4599778267665
+EPSG:3310
+  ll  56.2833291759967 -105.61981952640022
+  en  955883.0211813882 2058964.4636019217
+  ll2 56.28332917599671 -105.61981952640022
+EPSG:3311
+  ll  16.73308162957028 -124.60019911752742
+  en  -515778.33600559697 -2308972.9143328555
+  ll2 16.73308162957023 -124.60019911752744
+EPSG:3312
+  ll  -68.21014682723902 -47.13731205896564
+  en  907128.486538963 -7598959.198560943
+  ll2 -68.21014680399058 -47.137312786523815
+EPSG:3313
+  ll  -46.264956023596895 -55.33508065430007
+  en  628301.0535500143 -5124833.695183911
+  ll2 -46.26495602359508 -55.33508065429866
+EPSG:3316
+  ll  82.78318787391316 27.91829867460762
+  en  582892.7885299455 1.919910993909432E7
+  ll2 82.78318787382705 27.91829866609011
+EPSG:3317
+  ll  19.565421935397723 14.799172930013325
+  en  -468633.44692480424 1.2190059032614416E7
+  ll2 19.56542192317223 14.799172942114735
+EPSG:3318
+  ll  -76.61571636176032 16.142436109321103
+  en  606996.9704244691 1489994.4053806234
+  ll2 -76.61571636168601 16.142436108998986
+EPSG:3319
+  ll  85.17418296773252 16.89287355810026
+  en  527169.9869304205 1.9462564256533183E7
+  ll2 85.17418296773208 16.892873558086762
+EPSG:3320
+  ll  68.08730850148913 18.41450332451769
+  en  600572.5940242575 1.7556575291994244E7
+  ll2 68.08730850147933 18.414503324515714
+EPSG:3321
+  ll  -5.901621330412453 15.694328948031703
+  en  244638.1522742983 9347005.933801103
+  ll2 -5.901621330411804 15.694328948055398
+EPSG:3322
+  ll  79.79278465286106 10.169476100842811
+  en  306343.32701246114 1.8877330552004695E7
+  ll2 79.79278465269951 10.169476935225706
+EPSG:3323
+  ll  21.0622070906566 28.254810511287573
+  en  1150961.991249159 1.2342337902298775E7
+  ll2 21.06220708959018 28.254810512294007
+EPSG:3324
+  ll  75.58043311063128 33.32750971018049
+  en  758370.3639525648 1.8411096777512677E7
+  ll2 75.58043310359334 33.32750921667386
+EPSG:3325
+  ll  -17.716879756544373 22.42405422782315
+  en  120516.97793449159 8037113.099193201
+  ll2 -17.716879756519084 22.424054227857983
+EPSG:3326
+  ll  -89.94549968532651 35.52443389095464
+  en  500797.11117734725 5167.333068242297
+  ll2 -89.94549968532888 35.52443381413845
+EPSG:3327
+  ll  -17.33044291431827 30.151351689401594
+  en  516087.0672878372 8083475.160329556
+  ll2 -17.330442914318272 30.151351689401594
+EPSG:3328
+  ll  84.84988202559029 97.68076346689902
+  en  1125850.7985865152 4741804.595633595
+  ll2 84.84988202223751 97.6807634659119
+EPSG:3329
+  ll  -65.53829909085935 6.420970511272706
+  en  5104557.0495312875 -7298471.769155938
+  ll2 -65.5382990651982 6.420970796600726
+EPSG:3330
+  ll  -31.81008155880835 26.24839860272104
+  en  7282375.084854804 -3550582.738255914
+  ll2 -31.81008153312815 26.24839863047773
+EPSG:3331
+  ll  47.35500551628061 12.01391938557996
+  en  6821449.15572509 5286146.499073237
+  ll2 47.355005476963825 12.013919544296327
+EPSG:3332
+  ll  69.99345144430194 15.02228388333858
+  en  8158267.852358297 7793616.810051433
+  ll2 69.99345142798822 15.022284222376399
+EPSG:3333
+  ll  66.25931623439811 7.276349393262851
+  en  3153713.6972590946 7373325.285683188
+  ll2 66.25931622520086 7.276349490830575
+EPSG:3334
+  ll  40.34290499963984 30.460435588355786
+  en  5304521.300862392 4510931.550522114
+  ll2 40.34290495778552 30.460435465862705
+EPSG:3335
+  ll  19.584967315594568 17.688182752478724
+  en  4519757.3639415 2193392.7159462576
+  ll2 19.58496730890765 17.68818278179476
+EPSG:3336
+  ll  -38.059719538877275 66.81234218327599
+  en  308274.6666392544 5785135.415068007
+  ll2 -38.059719547625306 66.81234220632376
+EPSG:3337
+  ll  -7.988228931656124 51.26425790789248
+  en  294095.5517305903 2347704.780978266
+  ll2 -7.988229046701778 51.2642580872615
+EPSG:3338
+  ll  -1.4358933712535276 -67.11964654531752
+  en  9529553.967427237 2242670.8230798407
+  ll2 -1.4358933712535458 -67.11964654531754
+EPSG:3339
+  ll  50.74234943403934 10.661863508524672
+  en  405700.1127516172 1.5623766081475757E7
+  ll2 50.742349281128696 10.661863416317644
+EPSG:3340
+  ll  -65.92684073658869 15.680047225495764
+  en  576618.6899822621 2685207.4259124873
+  ll2 -65.92684072803259 15.68004719250241
+EPSG:3341
+  ll  23.072755837584992 7.5388742628012135
+  en  -368960.3350937923 1.2577763126719719E7
+  ll2 23.072755777622824 7.538874236755045
+EPSG:3342
+  ll  63.143326337720794 10.514655857025655
+  en  274202.1461535511 1.7009426317371298E7
+  ll2 63.143326202398455 10.51465569819529
+EPSG:3343
+  ll  -53.43850971431012 -15.694571752245407
+  en  453861.00329485023 -5921277.558754368
+  ll2 -53.4385097143104 -15.694571752245416
+EPSG:3344
+  ll  72.36875909442838 0.09231890896850103
+  en  806329.3026133212 8053287.0350588355
+  ll2 72.36875908209508 0.09231853503907494
+EPSG:3345
+  ll  43.359645422412825 -11.395830293785405
+  en  -180461.76986840973 4835111.062660779
+  ll2 43.359645396877106 -11.395830241518397
+EPSG:3346
+  ll  23.054766511379242 21.172871523540955
+  en  210248.55301997636 2552893.545418455
+  ll2 23.054766511370495 21.17287152352779
+EPSG:3347
+  ll  87.44868722075515 -13.603000073587651
+  en  6546188.66860158 5960565.572819538
+  ll2 87.4486872207552 -13.603000073587722
+EPSG:3348
+  ll  26.51677610186634 -150.685247613345
+  en  361864.3598424392 1681127.1979129284
+  ll2 26.51677610186587 -150.68524761334504
+EPSG:3350
+  ll  5.599357699703646 20.231711131719678
+  en  59712.43155070444 608484.0388491711
+  ll2 5.599357707554258 20.231711146224765
+EPSG:3351
+  ll  67.79687570411429 22.808083858971692
+  en  1159784.6114889414 7513868.007186614
+  ll2 67.79687570384515 22.808083869570122
+EPSG:3352
+  ll  -75.06154253336874 37.331358717639105
+  en  2519138.982609261 -8366265.731294387
+  ll2 -75.06154250425743 37.33135831776409
+EPSG:3353
+  ll  -9.950508313804349 9.653513833204329
+  en  571637.3118014578 8899976.453260724
+  ll2 -9.950508313804354 9.653513833204299
+EPSG:3354
+  ll  25.67781097036891 11.414375343108926
+  en  742335.6207772959 1.2842256161654878E7
+  ll2 25.677810970364682 11.414375343117976
+EPSG:3355
+  ll  45.910441215155885 39.76443431546049
+  en  1294757.1584853237 2613478.453495331
+  ll2 45.910441177713906 39.76443420023895
+EPSG:3358
+  ll  45.66685140723709 -29.105926869202534
+  en  4400775.142282272 2302917.3512189593
+  ll2 45.66685140723721 -29.10592686920255
+EPSG:3360
+  ll  47.89325413800849 -75.4370255502395
+  en  1039269.5470926742 1811621.0254590653
+  ll2 47.893254138008615 -75.4370255502395
+EPSG:3361
+  ll  -3.027991028004351 -27.654307110758225
+  en  2.454093327028133E7 -7612905.018438381
+  ll2 -3.027991028004325 -27.65430711075823
+EPSG:3362
+  ll  28.352326642798012 -71.59950814694488
+  en  1217436.931488837 -1300628.1210094006
+  ll2 28.352326642797202 -71.59950814694487
+EPSG:3363
+  ll  61.77945721674347 -144.4283991838936
+  en  -9268752.197572032 1.2618682559345683E7
+  ll2 61.77945721674406 -144.42839918389356
+EPSG:3364
+  ll  8.693639508488708 -156.47755149414124
+  en  -8100316.689320972 589379.703644281
+  ll2 8.693639508488747 -156.47755149414124
+EPSG:3365
+  ll  87.360147821736 -29.519408173421482
+  en  3797283.3354893965 2.1975376909410283E7
+  ll2 87.36014782173619 -29.51940817342144
+EPSG:3367
+  ll  -30.516440623036992 -15.44002200472711
+  en  457780.8196151796 -3375833.717692135
+  ll2 -30.516440623036985 -15.440022004727112
+EPSG:3368
+  ll  45.69543152493526 -4.274420819545169
+  en  867921.8843384451 5070767.268889052
+  ll2 45.69543152395708 -4.274420819501946
+EPSG:3369
+  ll  81.23182332784359 -12.816471439482473
+  en  333708.68550661637 9033028.232526092
+  ll2 81.2318233290711 -12.816470605705273
+EPSG:3372
+  ll  18.450506625105277 178.4545699854885
+  en  1288924.7565845829 2056337.1171712982
+  ll2 18.450506622183138 178.45456998384844
+EPSG:3373
+  ll  70.53450274055439 167.6931700948511
+  en  155046.1602462955 7851967.381620284
+  ll2 70.53450272223412 167.69317054383626
+EPSG:3374
+  ll  -79.85445744414656 0.37182958976734426
+  en  683535.3177323692 -8880414.097937567
+  ll2 -79.85445744330194 0.37182904991931665
+EPSG:3375
+  ll  5.040852922166723 103.30627974440675
+  en  590171.4386503983 557417.1541343456
+  ll2 5.040852922166273 103.30627974440675
+EPSG:3376
+  ll  4.747304314605861 118.84323425598721
+  en  1016594.5161534745 528097.7829511302
+  ll2 4.747304314605455 118.84323425598721
+EPSG:3377
+  ll  48.89156010734848 103.99429688391157
+  en  26720.57019395572 5191876.879770025
+  ll2 48.89156010751724 103.9942968840599
+EPSG:3378
+  ll  12.004775351693155 102.31523646623803
+  en  40736.117439204885 1026794.2295150959
+  ll2 12.004775351694645 102.31523646624036
+EPSG:3379
+  ll  56.46771682287883 102.5244152937968
+  en  2254.329703671562 5850334.836913607
+  ll2 56.46771682287961 102.52441529379698
+EPSG:3380
+  ll  -70.56287855128488 101.5357320871954
+  en  -29388.3765411493 -8182754.146054063
+  ll2 -70.56287855128508 101.5357320871954
+EPSG:3381
+  ll  -44.32573731631593 102.57224457151007
+  en  -20131.49542507911 -5457028.561008427
+  ll2 -44.325737316419456 102.57224457142638
+EPSG:3382
+  ll  -5.8703840014789535 99.96881248250148
+  en  -41613.26705010444 -1248586.1903985934
+  ll2 -5.8703840014791995 99.96881248250051
+EPSG:3383
+  ll  22.962743966167466 100.42861065428318
+  en  -21305.96296384345 1880863.53596778
+  ll2 22.962743966168627 100.42861065428256
+EPSG:3384
+  ll  45.85634027452056 100.53077601723719
+  en  -22107.447292642028 4676312.050189673
+  ll2 45.8563402745316 100.53077601723217
+EPSG:3385
+  ll  71.8618083553842 103.13867053860888
+  en  42544.563896986925 7325220.477060331
+  ll2 71.86180835557101 103.13867053853396
+EPSG:3386
+  ll  -89.59009830030605 15.366898838425108
+  en  497801.6385869712 -9956469.843760252
+  ll2 -89.59009826322071 15.366901934622756
+EPSG:3387
+  ll  10.291404297700993 41.91402765514428
+  en  6480276.344184 1151844.8226038879
+  ll2 10.291404319051512 41.91402761717174
+EPSG:3388
+  ll  -73.24907273227738 126.72589597701531
+  en  6273844.747247948 -9063422.188490324
+  ll2 -73.24907270081528 126.72589592872399
+EPSG:3389
+  ll  -14.438886660384838 173.46408675562256
+  en  5.979373138648997E7 -1606932.594724923
+  ll2 -14.43888664777978 173.46408674092538
+EPSG:3390
+  ll  -74.53447359657642 175.40050109492685
+  en  6.0363030953799844E7 -8280370.768905363
+  ll2 -74.5344735821812 175.4005009754068
+EPSG:3391
+  ll  -3.1867470301249483 34.71861712153077
+  en  24187.558580653742 -353485.97007842694
+  ll2 -3.1867470148754866 34.71861710606257
+EPSG:3392
+  ll  -42.65524931085752 49.91035356384653
+  en  902770.5125926323 -4734340.896840583
+  ll2 -42.655249094744335 49.91035336694729
+EPSG:3393
+  ll  2.534516067965697 58.92369445984853
+  en  1383935.1126905987 282587.78560527315
+  ll2 2.5345161112885046 58.92369438211712
+EPSG:3394
+  ll  5.395235475818197 71.65431390978327
+  en  4744208.126777505 -1532843.9099951917
+  ll2 5.395235507659499 71.65431392775704
+EPSG:3395
+  ll  -55.07366715935213 -39.25832129180364
+  en  -4370216.3356023105 -7341116.553800662
+  ll2 -55.073667159347856 -39.25832129180364
+EPSG:3396
+  ll  85.94787390828097 5.998729693776394
+  en  3476325.8490423057 9548940.973035896
+  ll2 85.94787390828067 5.998729693795229
+EPSG:3397
+  ll  -21.509909834280165 16.898888936584218
+  en  5007985.548233981 -2387279.098822047
+  ll2 -21.509909834053683 16.89888893686815
+EPSG:3398
+  ll  -72.89639447161241 17.730027834955038
+  en  4687889.286891364 -8100276.814670913
+  ll2 -72.89639447067847 17.730027829215754
+EPSG:3399
+  ll  30.360299683678065 18.88369648705794
+  en  5873458.963547604 3366127.1156340595
+  ll2 30.360299683563973 18.88369648726471
+EPSG:3400
+  ll  78.77109954006596 -119.28488772461627
+  en  406970.0428323223 8744341.62621527
+  ll2 78.77109954001104 -119.28488772416993
+EPSG:3401
+  ll  -78.83326450687409 -112.17864915060397
+  en  60949.862419569 -8749335.669829166
+  ll2 -78.8332645068696 -112.17864915061432
+EPSG:3402
+  ll  -63.378471196039925 -105.33887023233936
+  en  981446.2654349711 -7061354.504695314
+  ll2 -63.37847114984844 -105.33887077779333
+EPSG:3403
+  ll  41.305179163895815 -116.04810806419964
+  en  -87705.19224905249 4571335.492819394
+  ll2 41.30517916389576 -116.04810806419981
+EPSG:3404
+  ll  80.03367287635575 -134.13315144751257
+  en  -3597707.995945969 2.1162244229439E7
+  ll2 80.03367287635653 -134.13315144751257
+EPSG:3405
+  ll  82.1882894993609 104.21683540335934
+  en  487920.5224368905 9125954.42134177
+  ll2 82.18828949573297 104.21683562005728
+EPSG:3406
+  ll  18.44100002148376 120.66715164912725
+  en  1524539.2181801887 2066626.3594603813
+  ll2 18.441000010157506 120.66715161183404
+EPSG:3407
+  ll  -30.985259804927132 113.97942223611656
+  en  69626.23509522392 -1.9285987758611754E7
+  ll2 -30.985259804928983 113.97942223611584
+EPSG:3408
+  ll  14.029915387907806 -67.12353635759212
+  en  -7225573.641936907 -3048704.612567137
+  ll2 14.029915387907804 -67.12353635759212
+EPSG:3409
+  ll  63.43741087713781 -84.44919915879865
+  en  -1.2343491854085062E7 1199589.7562103607
+  ll2 63.43741087713781 -84.44919915879865
+EPSG:3411
+  ll  69.74806132169249 48.794738310977124
+  en  2211233.0676107476 146665.97776669028
+  ll2 69.74806132169243 48.794738310977124
+EPSG:3412
+  ll  16.404693601449253 -96.84578170804078
+  en  -1.633569511661152E7 -1961153.470471942
+  ll2 16.404693601448326 -96.84578170804079
+EPSG:3413
+  ll  -13.347765070074715 -0.641468759067152
+  en  1.0888686383430652E7 -1.1135271231159024E7
+  ll2 -13.347765070073843 -0.6414687590671448
+EPSG:3414
+  ll  11.883716068132756 95.11990438231899
+  en  -924706.8804460268 1216850.6683523157
+  ll2 11.883716061261092 95.1199044196502
+EPSG:3415
+  ll  -6.102175202961085 84.63633050833405
+  en  -3099218.8699803147 -2274472.469430564
+  ll2 -6.102175202853963 84.63633050841997
+EPSG:3416
+  ll  -5.322633505229999 -35.94551921686246
+  en  -7021845.014243763 -3837710.560721278
+  ll2 -5.322633505229968 -35.94551921686246
+EPSG:3417
+  ll  -16.561507277279265 -162.15589518686093
+  en  -3.0130401517683275E7 -6783901.099482978
+  ll2 -16.561507277279222 -162.15589518686093
+EPSG:3418
+  ll  40.5107077536901 -172.42651367404196
+  en  -1.7416639906293817E7 9478545.973200062
+  ll2 40.510707753690134 -172.42651367404196
+EPSG:3419
+  ll  -17.721469905012015 -93.14017874212873
+  en  3992191.966135508 -2.390877666757108E7
+  ll2 -17.721469905011986 -93.14017874212873
+EPSG:3420
+  ll  70.52027814416724 -77.43076434716478
+  en  4485053.843306695 1.4863104319153175E7
+  ll2 70.52027814416724 -77.43076434716478
+EPSG:3421
+  ll  73.67174360087171 -107.25018112440583
+  en  1511814.8328836996 4.051709447442874E7
+  ll2 73.67174359437234 -107.25018129685824
+EPSG:3422
+  ll  81.05013551862919 -109.10135076981314
+  en  2070434.514090215 3.662587338662852E7
+  ll2 81.05013551811848 -109.10135084759702
+EPSG:3423
+  ll  -81.14657874553757 -119.42653177986735
+  en  2577121.15149113 -2.9064406259412013E7
+  ll2 -81.1465787455376 -119.42653177986735
+EPSG:3424
+  ll  83.59512175437138 -70.16953887632381
+  en  668959.3025208927 1.6365237130440127E7
+  ll2 83.59512175436036 -70.16953887683299
+EPSG:3425
+  ll  -6.836025359901683 -40.08352540995509
+  en  3.0300975485580876E7 -8230872.867101304
+  ll2 -6.836025359901681 -40.08352540995509
+EPSG:3426
+  ll  8.273861167596934 -113.45763409808411
+  en  -6669741.023110003 -1.120756994215332E7
+  ll2 8.273861167597117 -113.45763409808411
+EPSG:3427
+  ll  59.79271911123823 -45.09427464179993
+  en  1.1222595839841953E7 1.0991006337769425E7
+  ll2 59.79271911123874 -45.09427464179995
+EPSG:3428
+  ll  87.70307927418193 -129.86285544742736
+  en  63000.15414770519 2.5090333274836306E7
+  ll2 87.70307927418219 -129.86285544742736
+EPSG:3429
+  ll  -66.73506190913574 -115.6151856819077
+  en  651559.1960168931 -1.0664484867677012E7
+  ll2 -66.73506190913653 -115.61518568190769
+EPSG:3430
+  ll  -64.53500239862845 -115.47773535358215
+  en  1827599.0293629519 -1.6423159792325553E7
+  ll2 -64.53500239862903 -115.47773535358216
+EPSG:3431
+  ll  48.39171252373646 -117.00547035978207
+  en  3008002.6449102336 1.809765724784165E7
+  ll2 48.39171252373516 -117.00547035978114
+EPSG:3432
+  ll  0.09284460723323207 -75.36628674813971
+  en  175759.06702118457 -1.4072495769785486E7
+  ll2 0.0928446072332305 -75.36628674813954
+EPSG:3433
+  ll  63.364194899639116 -10.32847210477405
+  en  1.5080097782846054E7 1.712724279547765E7
+  ll2 63.364194899639095 -10.328472104774065
+EPSG:3434
+  ll  18.944816956302404 -64.59795224136182
+  en  1.0982011951116141E7 -2434342.4354147343
+  ll2 18.944816956302404 -64.59795224136182
+EPSG:3435
+  ll  46.41914402312324 -95.4701214398714
+  en  -815499.206812165 3634971.155328871
+  ll2 46.41914401190063 -95.47012142600711
+EPSG:3436
+  ll  4.395583219806028 -85.72474475476187
+  en  3915644.508606768 -1.1718457307832856E7
+  ll2 4.395583219774925 -85.72474475563408
+EPSG:3437
+  ll  -31.13433735666151 -71.75025541977746
+  en  958096.4934041941 -2.6747897883933492E7
+  ll2 -31.134337356661526 -71.75025541977746
+EPSG:3438
+  ll  -74.14137691090065 -63.33661201275136
+  en  1142981.9859636594 -4.198779422449263E7
+  ll2 -74.14137690551539 -63.3366121567263
+EPSG:3439
+  ll  43.268080072176986 47.10078565465323
+  en  183330.36883379729 4797676.478144465
+  ll2 43.26808002447527 47.10078561143003
+EPSG:3440
+  ll  11.267021467058086 59.116871210553946
+  en  730794.2477152532 1246122.7877331967
+  ll2 11.267021475627626 59.11687117214721
+EPSG:3441
+  ll  78.93294417816234 -142.10942521091062
+  en  -4097277.648525903 2.0036417042817373E7
+  ll2 78.93294417816315 -142.10942521091062
+EPSG:3442
+  ll  85.27660684204932 -41.2527619293339
+  en  4846618.4341771845 2.628760145132935E7
+  ll2 85.27660684204977 -41.25276192933393
+EPSG:3443
+  ll  70.20279294584208 -90.32979740107294
+  en  736602.4433169117 1.2248104562652381E7
+  ll2 70.20279294584051 -90.32979740107258
+EPSG:3444
+  ll  -56.21830010302792 -90.75985072272346
+  en  2175851.6457305937 -3.3766145547834285E7
+  ll2 -56.218300103028305 -90.75985072272343
+EPSG:3445
+  ll  -53.6966358377803 -66.8795322506301
+  en  2021247.182377947 -3.5005256238596275E7
+  ll2 -53.69663583663707 -66.87953225114256
+EPSG:3446
+  ll  52.07317439471629 -78.89159248878899
+  en  -1333536.3492005288 4092781.091393045
+  ll2 52.07317437979779 -78.89159245813048
+EPSG:3447
+  ll  81.94991316977753 24.013087517745433
+  en  542636.6581216259 3953544.955015787
+  ll2 81.9499131697782 24.013087517745433
+EPSG:3448
+  ll  -9.469556457134523 -155.72437042047616
+  en  -8639164.420642614 -482266.7861981706
+  ll2 -9.469556457134493 -155.7243704204762
+EPSG:3449
+  ll  -49.38159424967611 -72.90809076552473
+  en  1087026.6551094372 -5501439.992075347
+  ll2 -49.38159422509782 -72.90809082628937
+EPSG:3450
+  ll  -89.6502018233969 -82.68336134769663
+  en  494778.4780959442 -9959260.84770379
+  ll2 -89.65020182341553 -82.68336125483577
+EPSG:3451
+  ll  -23.532726944184876 -12.15976750692596
+  en  4.190600545944154E7 -8047979.547105223
+  ll2 -23.53272694418486 -12.159767506925974
+EPSG:3452
+  ll  -6.5384482841024365 -173.71981706202948
+  en  -2.9940400743297435E7 -1139489.5979827966
+  ll2 -6.538448284102406 -173.7198170620295
+EPSG:3453
+  ll  -15.13104139484016 -156.62759824343254
+  en  -2.5315781923166864E7 -8612560.17459037
+  ll2 -15.131041394840146 -156.62759824343254
+EPSG:3455
+  ll  0.30393620951542033 -144.7006493436948
+  en  -1.7989773012155846E7 -1.1277036582947595E7
+  ll2 0.3039362095154497 -144.7006493436948
+EPSG:3456
+  ll  8.813363852980586 -64.712729088152
+  en  1.3992669979502564E7 -6717246.004375315
+  ll2 8.813363852980624 -64.712729088152
+EPSG:3457
+  ll  48.57643277369738 -72.28620682605248
+  en  8141465.104244404 7844416.133632748
+  ll2 48.576432773697555 -72.28620682605249
+EPSG:3458
+  ll  6.721433769397233 -118.4319625322766
+  en  -6124392.956162981 -1.356289523998968E7
+  ll2 6.721433769397295 -118.4319625322766
+EPSG:3459
+  ll  68.58392737811086 -86.72417022349876
+  en  4011509.969322594 1.0104842058642289E7
+  ll2 68.58392737811174 -86.72417022349875
+EPSG:3460
+  ll  -84.45024822846737 176.4449754722133
+  en  1975110.7575674597 -3501175.511642716
+  ll2 -84.45024822842521 176.44497547217998
+EPSG:3461
+  ll  70.73459484045745 -6.596094366132359
+  en  808581.4716327956 7869059.716517299
+  ll2 70.73459481465564 -6.596094531257425
+EPSG:3462
+  ll  -53.59813180666713 -2.05619326391691
+  en  959158.9250617919 -5961282.372376793
+  ll2 -53.598131669811536 -2.056193261318662
+EPSG:3463
+  ll  58.98630393640215 -76.03465210556418
+  en  103168.99583368265 1743385.9413266894
+  ll2 58.986303927427755 -76.03465208287722
+EPSG:3464
+  ll  -42.44355483875933 -60.07110826273677
+  en  1245146.5667779814 -9558890.847327836
+  ll2 -42.44355480160174 -60.071108364748056
+EPSG:3465
+  ll  -14.06099395967371 -86.89781434430125
+  en  85028.98886662918 -4930697.996707942
+  ll2 -14.060993959673695 -86.89781434430104
+EPSG:3466
+  ll  -54.858798375462754 -89.64659644004634
+  en  462168.4919695121 -9403109.811177606
+  ll2 -54.85879837545378 -89.64659644004809
+EPSG:3467
+  ll  -10.121502262444565 11.315779879774908
+  en  6409499.807739797 1.3194985033850841E7
+  ll2 -10.121502262444562 11.315779879774912
+EPSG:3468
+  ll  56.778481667202094 -133.51413749442688
+  en  828000.3747251779 550442.7429966284
+  ll2 56.778481667199564 -133.51413749442685
+EPSG:3469
+  ll  -9.158927392744403 -150.57572849576874
+  en  -445840.7774258305 -7009374.548615992
+  ll2 -9.158927387510978 -150.57572845218706
+EPSG:3470
+  ll  29.44836309118847 -148.83560202809355
+  en  224871.90185754158 -2723328.8003963167
+  ll2 29.448363091171505 -148.83560202812646
+EPSG:3471
+  ll  36.07544019685503 -154.41379287455672
+  en  102333.8570687244 -1982773.4419073716
+  ll2 36.07544019646433 -154.41379287495036
+EPSG:3472
+  ll  -26.436940737694208 -152.93660831830667
+  en  606060.5051553913 -8910706.962775573
+  ll2 -26.436940737693703 -152.93660831830658
+EPSG:3473
+  ll  -18.845462911951273 -157.52974135539327
+  en  549555.494608584 -8069736.90298339
+  ll2 -18.845462911951234 -157.5297413553932
+EPSG:3474
+  ll  -20.006970310456026 -163.46688862195813
+  en  346503.5566104009 -8198906.38723448
+  ll2 -20.006970310455852 -163.46688862195788
+EPSG:3475
+  ll  -51.36960498617959 -163.06140051924916
+  en  704599.4498736459 -1.168205339217843E7
+  ll2 -51.369604986117885 -163.0614005192387
+EPSG:3476
+  ll  -78.70374234282379 -162.48556528053265
+  en  663934.5640968534 -1.4735407290938877E7
+  ll2 -78.70374234160704 -162.48556535216548
+EPSG:3477
+  ll  80.29563187875151 -139.80564785835216
+  en  1781222.7412564913 3630288.101635747
+  ll2 80.2956318787523 -139.80564785835216
+EPSG:3478
+  ll  2.441624169569039 -110.92080515043662
+  en  324113.34389434935 -3160634.7520607268
+  ll2 2.4416241695690384 -110.92080515043696
+EPSG:3479
+  ll  73.89759901841512 -104.32861827222547
+  en  1469039.8331771863 1.570663345833825E7
+  ll2 73.897599014547 -104.32861834613931
+EPSG:3480
+  ll  45.00072893935453 -108.15055051806345
+  en  372306.51389253186 1555873.5135338423
+  ll2 45.00072893934888 -108.15055051805933
+EPSG:3481
+  ll  20.228746215411945 -102.33451365459575
+  en  3391263.2164603733 -3850703.426694196
+  ll2 20.228746211139043 -102.3345136543827
+EPSG:3482
+  ll  -13.742475389139699 -104.43122009183224
+  en  1225138.0921486458 -4970171.377007308
+  ll2 -13.74247537742165 -104.43122014115171
+EPSG:3483
+  ll  -82.6730554031981 -123.3884196256042
+  en  251668.15879731433 -4.14212477436086E7
+  ll2 -82.6730554047892 -123.38841891262771
+EPSG:3484
+  ll  -18.15635562210425 -169.46797442916605
+  en  -1.0786770486410959E7 -2093745.3773290091
+  ll2 -18.156355622104204 -169.46797442916602
+EPSG:3485
+  ll  23.53837753596389 -98.69060242883582
+  en  -975054.642753693 -3878712.038770758
+  ll2 23.53837753596371 -98.69060242883582
+EPSG:3486
+  ll  88.66840036909501 -18.113067422292914
+  en  1136443.1542913532 9167895.190724926
+  ll2 88.66840036909515 -18.113067422292872
+EPSG:3487
+  ll  63.3705644218023 -77.94690434926537
+  en  4014706.482584615 1.326162263726244E7
+  ll2 63.37056442180298 -77.94690434926537
+EPSG:3488
+  ll  -67.62358718857561 -125.43072634415131
+  en  -950648.6768179171 -8265379.508935456
+  ll2 -67.62358718857651 -125.43072634415128
+EPSG:3489
+  ll  10.700536279365654 -145.98996824967776
+  en  -940695.7092484552 -2414658.986232719
+  ll2 10.700536279365682 -145.98996824967776
+EPSG:3490
+  ll  -17.8003536057733 -95.08933285471139
+  en  2.152441404712621E7 -2.074644830705852E7
+  ll2 -17.800353605773264 -95.0893328547114
+EPSG:3491
+  ll  45.06811536826507 -66.07803968477985
+  en  6154200.777454781 2643259.6907573347
+  ll2 45.0681153682652 -66.07803968477987
+EPSG:3492
+  ll  -0.20392710310910545 -144.5760238811942
+  en  -3560667.2734271265 -1.1953034756883718E7
+  ll2 -0.20392710310906476 -144.57602388119417
+EPSG:3493
+  ll  4.320027229791073 -86.96951778250107
+  en  6261985.814224111 -2496200.1233395855
+  ll2 4.320027229791107 -86.96951778250107
+EPSG:3494
+  ll  35.421825776609744 -120.58844085259862
+  en  6535295.57135235 1247768.1379976731
+  ll2 35.421825776609914 -120.58844085259862
+EPSG:3495
+  ll  -2.487244817082427 -54.319481583129686
+  en  1.0266460575930113E7 -1126599.1279805165
+  ll2 -2.487244817082381 -54.3194815831297
+EPSG:3496
+  ll  24.922552060216447 -116.81257540069748
+  en  7301085.205102579 -2166001.225651783
+  ll2 24.92255206021618 -116.81257540069748
+EPSG:3497
+  ll  -24.517261906002172 -178.27422294546133
+  en  -7626348.784133963 -4239817.796524629
+  ll2 -24.51726190600189 -178.27422294546136
+EPSG:3498
+  ll  29.909374807336967 -129.3562235078399
+  en  2958906.7103218497 536013.3076070525
+  ll2 29.9093748073357 -129.3562235078399
+EPSG:3499
+  ll  -23.503951131957777 -134.0626340540275
+  en  -912100.3999547171 -6543623.96718585
+  ll2 -23.503951131957564 -134.0626340540275
+EPSG:3500
+  ll  1.2362716112853853 -171.06191885716407
+  en  -1.5570074307503527E7 -4237391.815024701
+  ll2 1.2362716112854237 -171.06191885716404
+EPSG:3501
+  ll  -11.464043228610239 -69.6184070813834
+  en  6379112.972160465 -4805180.619590141
+  ll2 -11.464043228610212 -69.6184070813834
+EPSG:3502
+  ll  6.3676835805569425 -36.12518772880617
+  en  2.948864904802888E7 -424165.62923014304
+  ll2 6.367683580556999 -36.12518772880617
+EPSG:3503
+  ll  75.49438629255329 -90.73831635876248
+  en  1457352.2634506184 4719481.419460616
+  ll2 75.49438629255422 -90.73831635876249
+EPSG:3504
+  ll  -8.407171726928286 -23.113953042767548
+  en  3.870993016353445E7 -597556.589235509
+  ll2 -8.407171726928429 -23.11395304276756
+EPSG:3505
+  ll  -17.36391002305864 -24.661595733526298
+  en  1.2589108963154731E7 -1284584.9817036723
+  ll2 -17.3639100230586 -24.661595733526298
+EPSG:3506
+  ll  8.366471414978164 -148.0632128168823
+  en  -1.3784313934180656E7 -5848370.100090088
+  ll2 8.366471414978346 -148.0632128168823
+EPSG:3507
+  ll  43.177152073631035 -24.317803735754723
+  en  4041165.646138477 1488147.8896570357
+  ll2 43.17715207363111 -24.317803735754733
+EPSG:3508
+  ll  51.721320560498924 -14.333439901118453
+  en  1.3465562244713204E7 8872896.556407224
+  ll2 51.72132056049917 -14.333439901118448
+EPSG:3509
+  ll  33.67366435466222 -80.14717966271657
+  en  -238882.67190252664 -469971.78472780995
+  ll2 33.67366435416824 -80.1471796633345
+EPSG:3510
+  ll  -70.79717182032516 -82.57754799848695
+  en  -204854.36947930386 -3.963531624934943E7
+  ll2 -70.79717181584415 -82.57754795676318
+EPSG:3511
+  ll  -16.15282055634917 -80.66827834302356
+  en  235476.59260122592 -4478528.257961152
+  ll2 -16.152820556349162 -80.66827834302356
+EPSG:3512
+  ll  -56.122834698728795 -83.99193655457609
+  en  45801.23036091065 -2.925833573194345E7
+  ll2 -56.122834698662615 -83.99193655457549
+EPSG:3513
+  ll  23.496576570118393 15.45046219395772
+  en  9497682.07874637 3825483.6169066573
+  ll2 23.49657657011819 15.45046219395772
+EPSG:3514
+  ll  -2.401856999262357 -140.78775765814552
+  en  -6403486.471235401 -1903207.3254297124
+  ll2 -2.4018569992623315 -140.78775765814552
+EPSG:3515
+  ll  84.06354323244639 -106.7069279764339
+  en  -115568.62789980642 2.588976114614156E7
+  ll2 84.0635432324469 -106.70692797643392
+EPSG:3516
+  ll  46.0515012797872 -81.23032543751515
+  en  259562.623685919 2409747.8216436566
+  ll2 46.051501279787274 -81.2303254375151
+EPSG:3517
+  ll  -19.695630247954455 -86.97762325474424
+  en  -1057636.5566341798 -1.6004741459448267E7
+  ll2 -19.695630247729625 -86.97762325485289
+EPSG:3518
+  ll  -73.17814949005167 -75.99567737788082
+  en  399073.12595721707 -1.1452844882953273E7
+  ll2 -73.17814948867384 -75.99567738914035
+EPSG:3519
+  ll  -64.21669025111869 -84.75140202846548
+  en  244565.65476200494 -3.427036513074383E7
+  ll2 -64.2166902510996 -84.7514020284627
+EPSG:3520
+  ll  46.238713817845706 -84.11126909409906
+  en  704272.3598042297 1802327.6818204457
+  ll2 46.23871381784582 -84.11126909409906
+EPSG:3521
+  ll  15.061099209604222 -84.48990214269142
+  en  2182571.3315496244 -5427063.733979271
+  ll2 15.061099209604217 -84.48990214269142
+EPSG:3522
+  ll  -45.13818628655267 -105.82238019365538
+  en  1143180.1418632865 -9647054.094403809
+  ll2 -45.1381862629936 -105.82238024160893
+EPSG:3523
+  ll  57.180607280165674 -116.59695797499657
+  en  1125237.0814072276 5670309.182849552
+  ll2 57.18060728013824 -116.59695797499764
+EPSG:3524
+  ll  -66.59759272267667 -102.90257576298782
+  en  609517.6644477892 -1.203393066632528E7
+  ll2 -66.59759269408671 -102.90257616299945
+EPSG:3525
+  ll  -64.63760851959596 -116.71730135311739
+  en  -57172.63732700014 -3.869000516095582E7
+  ll2 -64.6376085190295 -116.71730135250948
+EPSG:3526
+  ll  -38.40520553542128 -115.584785997475
+  en  814429.9859362757 -8866511.27315756
+  ll2 -38.40520553542131 -115.584785997475
+EPSG:3527
+  ll  47.58368282254219 -108.17849787756961
+  en  4492666.033054635 2248463.159897278
+  ll2 47.58368280627871 -108.17849790554057
+EPSG:3528
+  ll  -29.075149955989254 -83.00791790347479
+  en  818910.7297140895 -7288676.825412204
+  ll2 -29.075149955300503 -83.00791790228637
+EPSG:3529
+  ll  69.55715369107216 -95.00133107643467
+  en  132636.59612211544 1.2054238184845345E7
+  ll2 69.55715368760505 -95.00133105500852
+EPSG:3530
+  ll  15.53251510650307 -93.50131253675484
+  en  342106.95153714286 -2338677.436345532
+  ll2 15.532515106489095 -93.50131253670094
+EPSG:3531
+  ll  -56.65750281594887 -99.44743071869392
+  en  432554.95156170725 -3.405262936488748E7
+  ll2 -56.65750276497133 -99.44743040913501
+EPSG:3532
+  ll  33.5936130079441 -75.83272884998115
+  en  1014522.3130646242 -139719.56132269057
+  ll2 33.59361297486369 -75.83272892567966
+EPSG:3533
+  ll  15.624576267360553 -90.06382119296605
+  en  -1220137.2034740006 -7115921.782580587
+  ll2 15.624576267278877 -90.0638211927505
+EPSG:3534
+  ll  -39.90046950642374 -93.8072764246625
+  en  324768.4506774128 -8341900.054429164
+  ll2 -39.90046950038557 -93.80727642303523
+EPSG:3535
+  ll  41.11784842303382 -94.63328163147143
+  en  871684.5382297065 2228388.045185478
+  ll2 41.11784841042991 -94.6332816192905
+EPSG:3536
+  ll  -4.8145630890037765 -28.260388665073066
+  en  1.0417962318631643E7 -1105746.0793309282
+  ll2 -4.814563089003724 -28.260388665073084
+EPSG:3537
+  ll  76.36246736421842 -138.94924050466702
+  en  86959.85407348037 1.833402413043397E7
+  ll2 76.36246736421934 -138.94924050466705
+EPSG:3538
+  ll  77.06452553452628 -50.41541160305081
+  en  1893103.8853288416 4850386.9133489
+  ll2 77.0645255345272 -50.41541160305081
+EPSG:3539
+  ll  5.043108147998854 -30.86888553748736
+  en  2.6646458530392054E7 -4135270.726125505
+  ll2 5.0431081479988915 -30.868885537487344
+EPSG:3540
+  ll  61.5558196273394 -102.37942569651105
+  en  145552.3864587984 2661006.5702218707
+  ll2 61.55581962734001 -102.37942569651105
+EPSG:3541
+  ll  6.418956213978131 -88.60627267442091
+  en  5268700.598285133 -1.2024035300040286E7
+  ll2 6.418956213978185 -88.6062726744209
+EPSG:3542
+  ll  71.07172750491365 -159.78473467609422
+  en  -2190080.217440246 5380691.597490372
+  ll2 71.07172750491458 -159.78473467609425
+EPSG:3543
+  ll  70.28843656665295 -106.56733179994659
+  en  79537.54416124031 1.4451155703154394E7
+  ll2 70.28843656665387 -106.56733179994659
+EPSG:3544
+  ll  26.649658290038992 -37.96637330061969
+  en  5006765.369976454 -55341.18134794594
+  ll2 26.6496582900385 -37.96637330061969
+EPSG:3545
+  ll  72.7811838695077 -82.69288645843677
+  en  1857444.3148937188 1.3887127320378346E7
+  ll2 72.78118386950864 -82.69288645843677
+EPSG:3546
+  ll  -0.4477716328843684 -122.69599553587113
+  en  -3422564.7852196675 -2396485.0189382327
+  ll2 -0.44777163288434374 -122.69599553587115
+EPSG:3547
+  ll  48.064417004532714 -130.2756762786753
+  en  -5733220.632472677 1.0167106888183998E7
+  ll2 48.064417004532864 -130.2756762786753
+EPSG:3548
+  ll  75.71442088932288 -15.905555167609634
+  en  2955784.1805792665 6289692.750714828
+  ll2 75.7144208893238 -15.905555167609647
+EPSG:3549
+  ll  20.489319463834335 -45.22457401869691
+  en  1.5647466945954118E7 -1154335.0631878772
+  ll2 20.489319463834295 -45.22457401869691
+EPSG:3550
+  ll  13.259599714770033 -52.99845718807177
+  en  5402664.360601123 -1133049.7897307258
+  ll2 13.259599714770049 -52.998457188071775
+EPSG:3551
+  ll  63.790701436153064 -30.264281793068136
+  en  1.483155271360109E7 1.6287644875476552E7
+  ll2 63.790701436153775 -30.26428179306815
+EPSG:3552
+  ll  -17.459568351833244 -114.96188205202168
+  en  -2468398.450699999 -5359537.486001887
+  ll2 -17.459568351833195 -114.96188205202168
+EPSG:3553
+  ll  -4.158645240447537 -9.550289560001488
+  en  3.562450350643126E7 -531897.584146631
+  ll2 -4.15864524044749 -9.550289560001488
+EPSG:3554
+  ll  7.0735793945017065 -74.1009426261075
+  en  -50396.13881510252 -4033043.5303058904
+  ll2 7.073579394400624 -74.10094262462134
+EPSG:3555
+  ll  59.26290959057846 -59.21825980150858
+  en  1192838.874910618 1748712.363053119
+  ll2 59.26290955845907 -59.218259980444685
+EPSG:3556
+  ll  -38.730347615679015 -75.67053093853383
+  en  -160602.99117887882 -9045931.745417954
+  ll2 -38.73034761430032 -75.67053093918214
+EPSG:3557
+  ll  -2.729758811736133 -61.042885634450315
+  en  1131459.437004963 -5140703.601261994
+  ll2 -2.7297588110655986 -61.04288565745596
+EPSG:3558
+  ll  -34.349368112043436 -63.2046243520432
+  en  1541096.0621902603 -8568376.86001346
+  ll2 -34.34936810689676 -63.204624350020744
+EPSG:3559
+  ll  65.03004383374613 -71.44035444483136
+  en  697672.0579191996 3173939.00512923
+  ll2 65.03004383374686 -71.44035444483137
+EPSG:3560
+  ll  8.842280202051285 -114.98067663101143
+  en  187645.29174712702 -8740384.125808408
+  ll2 8.842280202051294 -114.98067663101143
+EPSG:3561
+  ll  82.9354045666615 -151.93241827963934
+  en  659730.7217919582 2.339608788694349E7
+  ll2 82.93540449163783 -151.9324172130518
+EPSG:3562
+  ll  -10.001551782905452 -148.53738688947135
+  en  3432514.4716097973 -1.1043166048457198E7
+  ll2 -10.001551757385569 -148.5373869915845
+EPSG:3563
+  ll  -83.69066018877388 -156.9220923914854
+  en  542462.4096705962 -3.818446789054283E7
+  ll2 -83.69066019126957 -156.92209246569757
+EPSG:3564
+  ll  -50.20586826624992 -153.10161830085337
+  en  1997098.19492911 -2.6241512807122823E7
+  ll2 -50.20586828854548 -153.10161837909132
+EPSG:3565
+  ll  50.79409826080396 -164.94805141453816
+  en  -606709.2107020499 1.064137622183896E7
+  ll2 50.794098156275105 -164.94805128245747
+EPSG:3566
+  ll  79.2665559900964 -49.43735317060498
+  en  7390644.607086647 2.5312710084915012E7
+  ll2 79.26655599009639 -49.43735317060498
+EPSG:3567
+  ll  6.985545940807903 -151.3903935534382
+  en  -1.4387685391964436E7 2006918.181212262
+  ll2 6.985545940807925 -151.3903935534382
+EPSG:3568
+  ll  28.217135968912814 -169.24719999590275
+  en  -1.6044953186934685E7 4934792.01390859
+  ll2 28.217135968911997 -169.24719999590278
+EPSG:3569
+  ll  24.21853835954039 -59.355223640827106
+  en  1.8632276901489176E7 6458392.801625633
+  ll2 24.2185383595402 -59.35522364082713
+EPSG:3570
+  ll  65.28507670710543 -42.08740986593193
+  en  1.2808922894047786E7 2.5098408331824943E7
+  ll2 65.28507670710619 -42.087409865931924
+EPSG:3571
+  ll  64.89964936582356 170.5317439480662
+  en  -457227.6665739163 -2741615.032569975
+  ll2 64.89964936164473 170.5317439480662
+EPSG:3572
+  ll  80.65412551155194 -36.295596276000964
+  en  954663.40670505 419155.4535855484
+  ll2 80.65412550591607 -36.29559627600095
+EPSG:3573
+  ll  -64.1444437814515 -139.25591996218657
+  en  -7856996.652497751 -9614455.935271448
+  ll2 -64.14444377767273 -139.25591996218657
+EPSG:3574
+  ll  -79.21995095992453 -64.95019752248338
+  en  -5350993.180484241 -1.1501332058751125E7
+  ll2 -79.21995095376045 -64.95019752248338
+EPSG:3575
+  ll  -57.24760170920752 24.22564317410226
+  en  3003306.07375122 -1.1846652341148507E7
+  ll2 -57.24760170926206 24.22564317410226
+EPSG:3576
+  ll  -72.86593883837658 18.30093381962338
+  en  -1.1961406582415022E7 -3956073.2817943534
+  ll2 -72.86593883150354 18.30093381962338
+EPSG:3577
+  ll  75.16436397991066 25.748997302526107
+  en  -1.5032076950837223E7 -1750668.8653987835
+  ll2 75.16436397991168 25.74899730252612
+EPSG:3578
+  ll  7.650476268304587 21.67246228608596
+  en  6269532.981529595 1.0868740167847779E7
+  ll2 7.6504762683046055 21.67246228608596
+EPSG:3579
+  ll  -61.84796774100545 -70.16195012379792
+  en  1.1332301755889898E7 -3059701.6726516536
+  ll2 -61.84796774100609 -70.16195012379794
+EPSG:3580
+  ll  74.20254727493595 -140.2961482350721
+  en  -838766.92749338 9899113.200109594
+  ll2 74.20254727493594 -140.2961482350721
+EPSG:3581
+  ll  82.28414310763898 -98.39265192463365
+  en  214164.50433679586 1.0657955754081015E7
+  ll2 82.28414310763965 -98.39265192463367
+EPSG:3582
+  ll  21.060922413393108 -6.880022872821087
+  en  2.394000676059754E7 3005443.728233082
+  ll2 21.060922413393055 -6.880022872821087
+EPSG:3583
+  ll  16.121190955990365 -33.499182664906
+  en  4697140.579692951 -1934424.0892551779
+  ll2 16.121190955990375 -33.49918266490601
+EPSG:3584
+  ll  19.960509717789492 -106.5189185233177
+  en  -1.1178182673593218E7 -5123522.548078024
+  ll2 19.960509717789463 -106.5189185233177
+EPSG:3585
+  ll  31.855639383411898 -88.60092373838849
+  en  -1432701.9616138376 -106485.289075276
+  ll2 31.85563938341007 -88.60092373838849
+EPSG:3586
+  ll  66.48302236704848 -75.54976828665345
+  en  -4859.192213469824 1.2097437956325648E7
+  ll2 66.48302236704929 -75.54976828665345
+EPSG:3587
+  ll  41.369154248668984 -160.81911776815153
+  en  499682.08141631354 2586410.041114722
+  ll2 41.369154248669055 -160.81911776815153
+EPSG:3588
+  ll  47.18436247742534 -108.80175821561852
+  en  1.369620787054121E7 2319404.8728381614
+  ll2 47.18436247742551 -108.8017582156185
+EPSG:3589
+  ll  37.28284815989783 -146.42378592584734
+  en  3154034.375096216 1069647.9599439956
+  ll2 37.28284815989797 -146.42378592584734
+EPSG:3590
+  ll  30.465837040951016 -15.88503950310573
+  en  4.646549931837821E7 4448310.600148394
+  ll2 30.465837040949516 -15.885039503105718
+EPSG:3591
+  ll  42.46233270434987 -86.7053522716931
+  en  441880.19829270244 212613.54240777623
+  ll2 42.46233270434979 -86.70535227169312
+EPSG:3592
+  ll  -12.534396778183787 -63.32235346680068
+  en  7463249.494951844 -6534657.95874524
+  ll2 -12.534396778183753 -63.322353466800685
+EPSG:3593
+  ll  40.29076763266216 -132.4627381359023
+  en  412255.6704835504 3291935.1482411753
+  ll2 40.29076763266224 -132.46273813590227
+EPSG:3594
+  ll  42.15949511507187 -41.200710791689545
+  en  4873865.323169148 1201726.5149230966
+  ll2 42.15949511507196 -41.20071079168955
+EPSG:3595
+  ll  2.8932183560733318 -14.208527313911503
+  en  1.0396982609488107E7 148122.9979105973
+  ll2 2.8932183560733717 -14.208527313911503
+EPSG:3596
+  ll  79.73957403349723 -23.644552894512515
+  en  2475602.380702 5326598.104827199
+  ll2 79.73957403349803 -23.644552894512483
+EPSG:3597
+  ll  6.406938619636875 -94.0704127137977
+  en  -280136.60448265006 -2553124.4260994266
+  ll2 6.406938619506088 -94.07041271169743
+EPSG:3598
+  ll  -21.24653435260153 -85.1841340493917
+  en  2227533.198744594 -1.8435522907087635E7
+  ll2 -21.24653435256593 -85.1841340493561
+EPSG:3599
+  ll  61.86458319383692 -94.24612366070996
+  en  494166.4535495059 3603171.6216627136
+  ll2 61.86458319356568 -94.24612366057411
+EPSG:3600
+  ll  72.96556142684824 -88.81802042806899
+  en  2459181.367981569 1.5864711221204454E7
+  ll2 72.96556142684888 -88.81802042806902
+EPSG:3601
+  ll  81.57533849891843 -101.08230812572656
+  en  360079.53366644226 5104047.139767484
+  ll2 81.57533849862628 -101.08230788001374
+EPSG:3602
+  ll  -69.22985711161998 -90.8495991733654
+  en  236159.61481109116 -1.1649378379611496E7
+  ll2 -69.22985711162089 -90.84959917336539
+EPSG:3603
+  ll  -82.4236391035292 -98.79604823701015
+  en  786798.602048143 -1.3161393388341343E7
+  ll2 -82.42363910351224 -98.79604823653978
+EPSG:3604
+  ll  19.918756252814582 -85.02864257392316
+  en  3385075.902222602 -2363177.887699614
+  ll2 19.918756252814557 -85.02864257392315
+EPSG:3605
+  ll  31.376770883675277 -153.07932797024552
+  en  -1.1385949117005026E7 -937645.1822845611
+  ll2 31.37677088367341 -153.07932797024552
+EPSG:3606
+  ll  61.22145737260993 -160.60868958120668
+  en  -2708330.5615570545 3600302.4281489085
+  ll2 61.22145737261051 -160.6086895812067
+EPSG:3607
+  ll  -67.02808767576461 -109.50333758096914
+  en  811505.6651360723 -5301175.19993842
+  ll2 -67.02808766900984 -109.50333762004101
+EPSG:3608
+  ll  -52.46016874440112 -114.99421916887599
+  en  2013327.3485358313 -1.2013608066286618E7
+  ll2 -52.46016874439923 -114.99421916887518
+EPSG:3609
+  ll  78.47566910172716 -114.31096906864977
+  en  228383.59157024042 1.2867905059196807E7
+  ll2 78.47566910172797 -114.31096906864978
+EPSG:3610
+  ll  86.64558556371384 -115.73764001089761
+  en  652858.4370372633 4.520944743438677E7
+  ll2 86.64558556371416 -115.73764001089761
+EPSG:3611
+  ll  12.237460956150585 -122.65949211260886
+  en  356189.0560150806 1510094.612709703
+  ll2 12.237460956108865 -122.65949211232231
+EPSG:3612
+  ll  56.82623949166222 -119.41959620695135
+  en  2457172.535756427 2.1173751491342667E7
+  ll2 56.82623949166259 -119.41959620695134
+EPSG:3613
+  ll  -83.47615147152405 -72.91687617477749
+  en  284136.90096998063 -1.3980204767690936E7
+  ll2 -83.47615147152463 -72.91687617477749
+EPSG:3614
+  ll  -16.28935187832539 -80.24801629439142
+  en  -2034300.052256327 -2.1417451942044254E7
+  ll2 -16.28935187124583 -80.24801627859901
+EPSG:3615
+  ll  43.515415746278876 -75.93228466960605
+  en  34201.984293161266 520924.44059511775
+  ll2 43.51541574627825 -75.93228466960683
+EPSG:3616
+  ll  -4.072818026918426 -67.16494127390702
+  en  3171356.126123919 -1.5595806341864634E7
+  ll2 -4.072818026042505 -67.16494129373643
+EPSG:3617
+  ll  -45.889604222199345 -105.82075422615553
+  en  533313.5185689151 -8514027.852500856
+  ll2 -45.889604222199445 -105.82075422615554
+EPSG:3618
+  ll  -59.10670177163181 -113.79424470946174
+  en  224312.15371780266 -3.2837762899782315E7
+  ll2 -59.10670175677358 -113.79424465867628
+EPSG:3619
+  ll  -51.941247980423185 -106.37524313695208
+  en  24602.048633264058 -9188915.67001834
+  ll2 -51.94124798041641 -106.3752431369543
+EPSG:3620
+  ll  -35.64957645504849 -96.72882296636764
+  en  2802683.176781929 -2.429035682233992E7
+  ll2 -35.64957644563718 -96.72882296836441
+EPSG:3621
+  ll  -41.80904907090286 -111.87692084650686
+  en  493982.59486202186 -8068641.702705471
+  ll2 -41.809049070577046 -111.87692084666989
+EPSG:3622
+  ll  57.98063861620432 -100.91836574834193
+  en  4063811.456579496 9904344.545804875
+  ll2 57.98063860688998 -100.9183657703502
+EPSG:3623
+  ll  7.30652526428203 -82.6488037353071
+  en  -420938.64641463757 -3616815.811361076
+  ll2 7.306525263886663 -82.64880373040313
+EPSG:3624
+  ll  -26.94495154365029 -74.6805254400642
+  en  1440166.6493418599 -2.431759823674085E7
+  ll2 -26.9449515436486 -74.68052544006142
+EPSG:3625
+  ll  -7.2867268740106255 -74.98036704897757
+  en  96959.49310551415 -5105287.324029928
+  ll2 -7.286726874010689 -74.98036704897756
+EPSG:3626
+  ll  -77.69806979947857 -68.32837378090503
+  en  973017.6954409183 -4.243612123651733E7
+  ll2 -77.69806979889849 -68.32837379281953
+EPSG:3627
+  ll  -18.87441777107169 -77.1875595844288
+  en  -255939.30598800967 -7808471.323389373
+  ll2 -18.874417771071617 -77.1875595844288
+EPSG:3628
+  ll  3.108505522230793 -141.30927324373334
+  en  -2.606130473954285E7 -3497937.538323395
+  ll2 3.108505522230817 -141.30927324373334
+EPSG:3629
+  ll  78.97097179817723 -81.77143157829946
+  en  281922.703976049 4342301.54243798
+  ll2 78.97097179816906 -81.77143157826835
+EPSG:3630
+  ll  -7.841181195605785 -80.51273716928688
+  en  450094.2093160325 -1.7377832893173665E7
+  ll2 -7.8411811956056265 -80.51273716927858
+EPSG:3631
+  ll  63.8032099154039 -92.15471774203877
+  en  -143527.58290360752 3549715.0583056286
+  ll2 63.803209915404594 -92.15471774203877
+EPSG:3632
+  ll  -13.708544479920494 -50.821499610690694
+  en  1.5907576737882745E7 -1.748905202592322E7
+  ll2 -13.708544479920493 -50.821499610690694
+EPSG:3633
+  ll  -3.67588713568464 -39.34013946954295
+  en  9331369.899329873 -2720249.851068609
+  ll2 -3.6758871356846106 -39.34013946954295
+EPSG:3634
+  ll  16.70314520666345 -138.76945231977663
+  en  -1.2704827728967836E7 -7835191.853193659
+  ll2 16.703145206663457 -138.76945231977663
+EPSG:3635
+  ll  37.14969105446345 -82.00887554225122
+  en  2249636.5983845973 -755710.692238838
+  ll2 37.149691054463574 -82.00887554225122
+EPSG:3636
+  ll  87.32845524126627 -156.7201219109955
+  en  330347.41716414323 1.8202329590596605E7
+  ll2 87.32845524126657 -156.7201219109955
+EPSG:3637
+  ll  21.233899709727815 -57.08997346243595
+  en  3349184.7626976655 -1682054.95726509
+  ll2 21.233899709727744 -57.08997346243595
+EPSG:3638
+  ll  9.225052421335405 -40.811771492563906
+  en  5619719.186582643 -2156290.036911037
+  ll2 9.225052421335429 -40.811771492563906
+EPSG:3639
+  ll  -3.387826086706191 -153.19090901146978
+  en  -6645982.8523828965 -2478719.999357385
+  ll2 -3.3878260867061556 -153.19090901146973
+EPSG:3640
+  ll  6.053374645009427 -177.6431984318791
+  en  -2.7350588305786606E7 1742815.671099564
+  ll2 6.0533746450094705 -177.64319843187909
+EPSG:3641
+  ll  69.35453625993051 -134.64609100039075
+  en  -1205388.354522893 4646758.111131007
+  ll2 69.35453625993142 -134.64609100039075
+EPSG:3642
+  ll  65.09107395278401 -148.29714146318548
+  en  -6923485.36544675 1.4494036393826202E7
+  ll2 65.09107395278477 -148.29714146318545
+EPSG:3643
+  ll  -10.953893818192013 -58.56459646733467
+  en  9737949.362323668 -3102754.275649905
+  ll2 -10.953893818191982 -58.56459646733467
+EPSG:3644
+  ll  -13.445594680218214 -99.70637168342836
+  en  1.2872790677619947E7 -2.224604408169315E7
+  ll2 -13.445594680218196 -99.70637168342836
+EPSG:3645
+  ll  34.911479967921714 -132.2835707480167
+  en  1410651.9538227029 -898162.3875276002
+  ll2 34.9114799679219 -132.2835707480167
+EPSG:3646
+  ll  53.49994537435148 -150.7796934173729
+  en  1691436.6727026924 4832926.636152366
+  ll2 53.499945374351775 -150.7796934173729
+EPSG:3647
+  ll  44.95802754296333 -114.98242161018298
+  en  1935213.9853692227 380021.0946227932
+  ll2 44.95802754296343 -114.98242161018298
+EPSG:3648
+  ll  84.0914660867763 -41.13898154475558
+  en  9160095.903900769 1.984157304342551E7
+  ll2 84.09146608677682 -41.13898154475558
+EPSG:3649
+  ll  47.41555917155678 -93.1291853189262
+  en  -560985.1878785773 909983.7087710138
+  ll2 47.415559171556936 -93.12918531892619
+EPSG:3650
+  ll  68.70798787848736 -104.85575494485474
+  en  -2133602.80069466 1.1533915564431034E7
+  ll2 68.70798787848824 -104.85575494485475
+EPSG:3651
+  ll  83.45908939089627 3.505889111891946
+  en  2139288.5413021026 6443345.384886038
+  ll2 83.45908939089685 3.50588911189196
+EPSG:3652
+  ll  25.47836475845508 -75.60549236404013
+  en  2698982.6839142125 -5091351.018459988
+  ll2 25.478364758454756 -75.60549236404013
+EPSG:3653
+  ll  49.44831440356114 -63.83386870110801
+  en  655630.0297278267 957974.748596117
+  ll2 49.448314385497426 -63.83386873759899
+EPSG:3654
+  ll  -21.3394937486988 -78.74948755027313
+  en  -2144017.9315986256 -2.2729157002181217E7
+  ll2 -21.33949374598689 -78.74948755216134
+EPSG:3655
+  ll  46.94191676023905 -84.74289823590767
+  en  316483.29003057803 1696310.2236875638
+  ll2 46.94191676023921 -84.74289823590767
+EPSG:3656
+  ll  -0.9648874656532662 -149.98091192086696
+  en  -2.571429009471111E7 -3057327.9261224126
+  ll2 -0.9648874656532341 -149.98091192086693
+EPSG:3657
+  ll  60.15502042302474 -178.66498973391157
+  en  -3260879.0905506653 3876135.2846779553
+  ll2 60.15502042302526 -178.6649897339117
+EPSG:3658
+  ll  83.99812632567935 -17.56162595557666
+  en  6101807.155957597 1.881776128029599E7
+  ll2 83.99812632567992 -17.561625955576655
+EPSG:3659
+  ll  71.67697081602851 -135.36466038798736
+  en  -800422.1290624903 3725252.0097999144
+  ll2 71.6769708160295 -135.36466038798736
+EPSG:3660
+  ll  -3.7995664411948855 -78.15927245954008
+  en  1.283067453666401E7 -1.725277133266594E7
+  ll2 -3.799566441194851 -78.15927245954009
+EPSG:3661
+  ll  70.39679177998151 -13.89353114902633
+  en  3751856.488746253 5534323.244139526
+  ll2 70.39679177998244 -13.89353114902633
+EPSG:3662
+  ll  -19.372243068353008 -76.28136790966866
+  en  7161387.241964169 -2.2565254930148773E7
+  ll2 -19.37224306835297 -76.28136790966866
+EPSG:3663
+  ll  -20.85164434018568 -144.6497638964857
+  en  -5973466.727213971 -2085176.3360866634
+  ll2 -20.85164434018559 -144.64976389648567
+EPSG:3664
+  ll  -15.98564115168221 -149.38843883246844
+  en  -2.071393721871951E7 -3574485.4700371195
+  ll2 -15.985641151682152 -149.38843883246844
+EPSG:3665
+  ll  -36.9754083884165 75.45335470412351
+  en  1.8404116946611833E7 1.8223347406181976E7
+  ll2 -36.97540838841659 75.45335470412354
+EPSG:3666
+  ll  51.0372842926152 -106.88933036684116
+  en  985344.7297354924 8733773.644299783
+  ll2 51.03728429261543 -106.88933036684116
+EPSG:3667
+  ll  -13.266743278428503 -61.54162946037272
+  en  6113848.161725842 -3690913.8314757887
+  ll2 -13.266743278428468 -61.54162946037271
+EPSG:3668
+  ll  80.81901919161061 -173.24606199369535
+  en  -6005529.673339136 2.5744438028035905E7
+  ll2 80.81901919161136 -173.24606199369543
+EPSG:3669
+  ll  88.00620773952149 -173.10629343105657
+  en  -381689.5121355067 1.0822497575421643E7
+  ll2 88.00620773952161 -173.1062934310565
+EPSG:3670
+  ll  54.036758823688004 -54.95335229802278
+  en  1.1775016258903619E7 1.6965730910196625E7
+  ll2 54.03675882368833 -54.95335229802278
+EPSG:3671
+  ll  30.775000423405515 -158.07652001471826
+  en  -5205078.632235345 6890479.694053513
+  ll2 30.7750004234039 -158.07652001471826
+EPSG:3672
+  ll  -28.181832627307212 -176.5139416921641
+  en  -3.6454727375858754E7 5335143.954575252
+  ll2 -28.181832627306402 -176.51394169216417
+EPSG:3673
+  ll  67.77958772907544 -73.04080887355795
+  en  2066605.0791221466 9025052.505858263
+  ll2 67.77958772907631 -73.04080887355795
+EPSG:3674
+  ll  4.592057006207398 -112.55241736577344
+  en  -3410089.9080498163 4723290.1226581205
+  ll2 4.592057006207438 -112.55241736577344
+EPSG:3675
+  ll  41.93176472091506 -42.015598612275966
+  en  5703548.451874284 4528960.256284943
+  ll2 41.931764720915154 -42.015598612275966
+EPSG:3676
+  ll  44.75318443703005 -110.74155243462366
+  en  1838180.1356804594 8903880.142458972
+  ll2 44.753184437030136 -110.74155243462367
+EPSG:3677
+  ll  1.52600228020626 -115.69024707131162
+  en  -235146.4401815123 -7780796.329635998
+  ll2 1.5260022802062811 -115.69024707131162
+EPSG:3678
+  ll  56.69331807525461 -139.9972445234684
+  en  -1285405.4254442505 3137200.430889371
+  ll2 56.69331807525506 -139.9972445234684
+EPSG:3679
+  ll  88.08569084210266 -160.39072975560916
+  en  191745.1126836082 2.5212136094415322E7
+  ll2 88.08569084210282 -160.39072975560916
+EPSG:3680
+  ll  -15.616324647221756 -68.07892471484683
+  en  2.4692744023044612E7 -1.4719165970115718E7
+  ll2 -15.616324647221735 -68.07892471484682
+EPSG:3681
+  ll  33.12405772638357 -179.76541270964347
+  en  -5338300.383991289 4837364.948031737
+  ll2 33.12405772638381 -179.7654127096472
+EPSG:3682
+  ll  25.785330835128256 -152.01557837721245
+  en  -1.1550860531022234E7 8756748.499227
+  ll2 25.78533083512787 -152.01557837721245
+EPSG:3683
+  ll  -21.99751624659211 -156.12914762847583
+  en  -2.271940277791978E7 -9833415.377121547
+  ll2 -21.99751624659197 -156.1291476284758
+EPSG:3684
+  ll  40.53382865316976 -82.33064003038486
+  en  -333500.88864498877 -171643.25514623328
+  ll2 40.53382860119054 -82.33063983763489
+EPSG:3685
+  ll  35.35711184043322 -154.93062031082135
+  en  -2681101.2778341593 4476284.570247456
+  ll2 35.35711184043338 -154.93062031082138
+EPSG:3686
+  ll  7.248875341185478 -42.60143588780778
+  en  2.603521809712034E7 -2160447.3505155873
+  ll2 7.248875341185562 -42.60143588780778
+EPSG:3687
+  ll  64.7895571223315 -35.980788889094015
+  en  5751260.09748099 4820983.7913269345
+  ll2 64.78955712233224 -35.98078888909402
+EPSG:3688
+  ll  67.97080969438282 -45.124332385351536
+  en  1.6883144443020687E7 1.6458650908214679E7
+  ll2 67.97080969438369 -45.12433238535151
+EPSG:3689
+  ll  2.0097742344901377 -45.11248939557302
+  en  9968895.696859537 -443129.1316645251
+  ll2 2.0097742344901626 -45.112489395573014
+EPSG:3690
+  ll  81.76252077072057 -176.68293658230644
+  en  -1961057.472994625 1.5146147141296193E7
+  ll2 81.7625207707213 -176.6829365823066
+EPSG:3691
+  ll  40.33211900850598 -80.86064304583363
+  en  3746780.4384297924 276581.56119837845
+  ll2 40.332119008506055 -80.86064304583363
+EPSG:3692
+  ll  29.637832246294558 -137.63159054496793
+  en  -3981426.8815769283 -5187126.869899008
+  ll2 29.637832246293375 -137.63159054496796
+EPSG:3693
+  ll  87.55209168409688 -15.85690230025753
+  en  1299706.4118259558 7021133.515867538
+  ll2 87.5520916840971 -15.856902300257556
+EPSG:3694
+  ll  -10.795462864158345 -24.304151190127328
+  en  8764932.748198995 -3388543.990494097
+  ll2 -10.795462864158324 -24.304151190127328
+EPSG:3695
+  ll  84.23052589950566 -108.10826615755235
+  en  279291.1213482475 5117708.645561941
+  ll2 84.2305258995062 -108.10826615755236
+EPSG:3696
+  ll  88.50767253153474 -118.85930797400471
+  en  1331218.6854440337 1.9713257271867804E7
+  ll2 88.50767253153482 -118.8593079740047
+EPSG:3697
+  ll  2.2557181309781704 -119.13823652159917
+  en  -3510657.1004040656 -4452829.810998507
+  ll2 2.2557181309782015 -119.13823652159918
+EPSG:3698
+  ll  10.56658958938321 -154.6211967098849
+  en  -2.2641277437495384E7 -2770849.3290748913
+  ll2 10.566589589383232 -154.62119670988497
+EPSG:3699
+  ll  52.61148693880423 -69.43140110840507
+  en  1998111.4718802222 1357610.3476671607
+  ll2 52.61148693880449 -69.43140110840507
+EPSG:3700
+  ll  36.175327229524044 -105.71381023190375
+  en  -2677212.893230138 -1689076.5538199712
+  ll2 36.17532722952418 -105.71381023190375
+EPSG:37002
+  ll  17.22927910759627 -70.20165200123763
+  en  -70.20165200123763 17.229279107596273
+  ll2 17.229279107596273 -70.20165200123763
+EPSG:37003
+  ll  5.011982439733657 -115.97942339361573
+  en  -115.97942339361572 5.011982439733657
+  ll2 5.011982439733657 -115.97942339361572
+EPSG:37004
+  ll  -46.20818683579682 -17.954573988266105
+  en  -17.954573988266105 -46.20818683579682
+  ll2 -46.20818683579682 -17.954573988266105
+EPSG:37005
+  ll  84.55778134844115 14.481499167117533
+  en  14.481499167117533 84.55778134844115
+  ll2 84.55778134844115 14.481499167117533
+EPSG:37006
+  ll  -45.6796595037041 -53.54413814541293
+  en  -53.54413814541293 -45.6796595037041
+  ll2 -45.6796595037041 -53.54413814541293
+EPSG:37007
+  ll  -64.00164197537065 -91.2005769379532
+  en  -91.2005769379532 -64.00164197537065
+  ll2 -64.00164197537065 -91.2005769379532
+EPSG:37008
+  ll  -23.08815605304082 63.273142695301374
+  en  63.27314269530138 -23.08815605304082
+  ll2 -23.08815605304082 63.27314269530138
+EPSG:3701
+  ll  -1.1795487736640808 -85.36982732554884
+  en  1035678.7397718581 -4610805.4080115985
+  ll2 -1.1795487736527683 -85.36982732674296
+EPSG:3702
+  ll  -15.7106037443897 -99.37836380858138
+  en  821300.8820405201 -6230798.236383325
+  ll2 -15.710603743895796 -99.37836380958471
+EPSG:3703
+  ll  38.404674354348515 -111.23940616019382
+  en  58774.34385192732 -125385.40375117597
+  ll2 38.404674354128865 -111.23940616038031
+EPSG:3704
+  ll  21.9727785242016 -106.99491091344011
+  en  781278.0628643373 -2053095.0366745926
+  ll2 21.97277852420106 -106.99491091343981
+EPSG:3705
+  ll  -80.00304130610263 -102.9041703129287
+  en  938836.2767710234 -1.3278270489707334E7
+  ll2 -80.00304130545655 -102.904170360861
+EPSG:3706
+  ll  -45.57492962030648 173.80175634565813
+  en  718600.091821627 -5050639.584560066
+  ll2 -45.57492962026458 173.8017563456786
+EPSG:3707
+  ll  -5.937273042562978 168.08986873446423
+  en  -490130.60857410415 -664283.1858320856
+  ll2 -5.9372730376856815 168.0898688049974
+EPSG:3708
+  ll  -31.51498544672544 -171.5738406131928
+  en  1015561.0513549342 -3499462.400678774
+  ll2 -31.514985445779907 -171.57384061187665
+EPSG:3709
+  ll  30.10855903359898 -172.16405301930607
+  en  387848.31661186676 3331386.224347212
+  ll2 30.108559033597547 -172.16405301930644
+EPSG:3710
+  ll  -6.066857729644525 -165.4420307975396
+  en  451086.21704422374 -670615.1171437356
+  ll2 -6.066857729644543 -165.4420307975396
+EPSG:3711
+  ll  -16.683562269167624 -165.8993146282233
+  en  -237105.15772173041 -1857334.8526387443
+  ll2 -16.68356226751858 -165.89931462591207
+EPSG:3712
+  ll  -29.192180691569504 -144.07650689910434
+  en  1369385.912610664 -3262469.783324904
+  ll2 -29.192180676974324 -144.076506901016
+EPSG:3713
+  ll  41.6506148330804 -144.4036957374126
+  en  716200.6906071919 4614242.216090047
+  ll2 41.65061483305769 -144.4036957373938
+EPSG:3714
+  ll  52.992509498212826 -139.75015125726895
+  en  583890.5025653322 5872167.995416821
+  ll2 52.99250949821272 -139.75015125726878
+EPSG:3715
+  ll  0.8595134539767884 -136.872777478755
+  en  291592.6998984263 95053.23998638935
+  ll2 0.859513453976762 -136.87277747874623
+EPSG:3716
+  ll  -10.899736459559094 -120.97705570749714
+  en  1379441.9199425743 -1216593.0504230475
+  ll2 -10.899736455885272 -120.9770557304131
+EPSG:3717
+  ll  37.15849308331704 -113.18659333182968
+  en  1372492.8464038856 4157840.6233762167
+  ll2 37.15849304141723 -113.18659345938757
+EPSG:3718
+  ll  -63.142776783186775 -113.22011851397703
+  en  690443.1656927066 -7007104.317986524
+  ll2 -63.14277678298142 -113.2201185140818
+EPSG:3719
+  ll  0.36747717042503325 -120.54698885364996
+  en  -567302.6494965064 41191.63839595306
+  ll2 0.3674771698938982 -120.5469887207827
+EPSG:3720
+  ll  22.987721745292447 -108.05818153050636
+  en  186460.3710595877 2545430.531718156
+  ll2 22.987721745278495 -108.05818153052773
+EPSG:37202
+  ll  19.656223223250493 -36.0122068104516
+  en  -36.0122068104516 19.656223223250493
+  ll2 19.656223223250493 -36.0122068104516
+EPSG:37203
+  ll  -82.77310907330472 95.36714628466808
+  en  95.36714628466808 -82.77310907330472
+  ll2 -82.77310907330472 95.36714628466808
+EPSG:37206
+  ll  -24.482622230022585 -53.79822583182964
+  en  -53.79822583182965 -24.48262223002258
+  ll2 -24.48262223002258 -53.79822583182965
+EPSG:37207
+  ll  10.70464629400334 -57.9912194370372
+  en  -57.99122524422817 10.704887838809048
+  ll2 10.70464629496575 -57.991219437060174
+EPSG:3721
+  ll  73.89081141915287 -102.36108378084504
+  en  395953.86128344364 8202789.601853559
+  ll2 73.89081141911966 -102.36108378079753
+EPSG:37218
+  ll  19.0970302645964 145.35143396640734
+  en  145.35112091981287 19.103064962955102
+  ll2 19.09702998814455 145.3514339806618
+EPSG:3722
+  ll  -22.970725663163847 -100.88235291230043
+  en  -309757.45102578297 -2562110.8765342175
+  ll2 -22.970725658218075 -100.88235291615023
+EPSG:37221
+  ll  -85.26430702363592 -15.268098418149208
+  en  -15.253421445098255 -85.26654734877457
+  ll2 -85.2643073503573 -15.268096278968374
+EPSG:37225
+  ll  31.480355896264513 11.154728936255792
+  en  11.154131562626626 31.47863432664687
+  ll2 31.480355889995664 11.154728934091802
+EPSG:3723
+  ll  82.16493012702566 -96.93047820751049
+  en  349592.9002817458 9136185.961711094
+  ll2 82.16493012929588 -96.93047727447181
+EPSG:3724
+  ll  4.556624986855425 -85.80254692315148
+  en  -33346.56334743486 505433.56983210513
+  ll2 4.556624986801515 -85.80254692178353
+EPSG:37240
+  ll  -62.87911306474625 -53.37744573596322
+  en  -53.37985582546482 -62.88117205688249
+  ll2 -62.87911292112228 -53.37744556809642
+EPSG:37241
+  ll  -79.14267347947582 -122.38204911747013
+  en  -122.37357864845492 -79.14217813887977
+  ll2 -79.14267346525081 -122.38204887419421
+EPSG:37243
+  ll  36.86989618634436 -129.35730126804162
+  en  -129.35678357204966 36.870230263057785
+  ll2 36.86989618498492 -129.35730127013926
+EPSG:37245
+  ll  -3.4241132231112203 -5.953053956321952
+  en  -5.9511380478427425 -3.4244449278271993
+  ll2 -3.4241131943181413 -5.953054035455219
+EPSG:37249
+  ll  88.22879594460807 164.55818284540237
+  en  164.58087648070216 88.23046199348575
+  ll2 88.22879608639535 164.55818436807402
+EPSG:3725
+  ll  11.062739518423228 -66.17995526140089
+  en  1466898.0122651015 1237281.3137919842
+  ll2 11.062739511229628 -66.17995530617975
+EPSG:37257
+  ll  31.237023360056668 -22.214873051942504
+  en  -22.214873051942504 31.23702336005667
+  ll2 31.23702336005667 -22.214873051942504
+EPSG:3726
+  ll  82.96975113738165 -66.89448798770013
+  en  528764.3624899184 9213606.869105812
+  ll2 82.96975113738206 -66.89448798770091
+EPSG:37260
+  ll  -46.70898312653336 13.490235847674626
+  en  13.490235847674628 -46.70898312653336
+  ll2 -46.70898312653336 13.490235847674628
+EPSG:3727
+  ll  -77.76809592711867 51.23716493358032
+  en  59029.799910034926 -6252952.468500746
+  ll2 -77.76809435818454 51.237170451978756
+EPSG:3728
+  ll  47.80635921452516 -63.304027256845984
+  en  6681248.331679894 3493547.579142114
+  ll2 47.80635921452531 -63.30402725684598
+EPSG:3729
+  ll  2.803211291869161 -92.34741144192587
+  en  -2351844.249221357 -1.343270208684045E7
+  ll2 2.8032112918691983 -92.34741144192587
+EPSG:3730
+  ll  4.426436369791304 -106.59247979501411
+  en  136952.21909932207 -1.3107543553175267E7
+  ll2 4.426436369791283 -106.59247979501208
+EPSG:3731
+  ll  13.877480100084867 -109.16447004555333
+  en  662902.1570605005 -9348128.636494014
+  ll2 13.877480100084552 -109.16447004554969
+EPSG:3732
+  ll  -58.39725830101919 -111.44414693960942
+  en  1451741.2572309275 -3.596793449490583E7
+  ll2 -58.397258300986145 -111.44414693960897
+EPSG:3733
+  ll  -89.75608128789113 -109.22994434723503
+  en  2625997.853225904 -4.7109057738842316E7
+  ll2 -89.75608128788775 -109.22994434723498
+EPSG:3734
+  ll  82.67748171553865 -141.82953204857876
+  en  -2206952.6056191237 1.9397948242215812E7
+  ll2 82.67748171553866 -141.82953204857876
+EPSG:3735
+  ll  8.863360088267768 -10.665023081774564
+  en  2.8481508158496022E7 45460.85227852574
+  ll2 8.863360088267797 -10.665023081774564
+EPSG:3736
+  ll  80.31260716733146 -98.4450121762795
+  en  1069684.435066408 1.4573516115149967E7
+  ll2 80.31260716690299 -98.44501220274115
+EPSG:3737
+  ll  -27.170923129641544 -98.2073145998973
+  en  4286796.3919083765 -2.4357905291848827E7
+  ll2 -27.17092311500974 -98.20731460048759
+EPSG:3738
+  ll  -11.781293614084234 -100.32761180921258
+  en  4990018.002679481 -1.9033665155279994E7
+  ll2 -11.781293608688953 -100.32761183860428
+EPSG:3739
+  ll  66.12322596902581 -100.71891896966295
+  en  4008651.4610785064 9786623.694418568
+  ll2 66.12322593745182 -100.71891940655203
+EPSG:3740
+  ll  87.02850135599053 -113.62074230455607
+  en  554044.0251368819 9670629.67015111
+  ll2 87.02850135704553 -113.62074287219261
+EPSG:3741
+  ll  -79.42741436563367 -125.64095103666496
+  en  323631.123573118 -8830777.726155082
+  ll2 -79.42741436417208 -125.64095078000098
+EPSG:3742
+  ll  -82.37549892015865 -107.22141503112992
+  en  555932.2032362026 -9148574.042615153
+  ll2 -82.3754989201508 -107.22141503127767
+EPSG:3743
+  ll  -26.046996587912425 -100.40340842382578
+  en  960138.2583707666 -2889004.76660425
+  ll2 -26.04699658769462 -100.40340842338935
+EPSG:3744
+  ll  -55.369220034735974 -104.18248186818056
+  en  171694.24855771352 -6148110.150980948
+  ll2 -55.36922003293595 -104.18248186687217
+EPSG:3745
+  ll  78.19223040850522 -99.82620510065222
+  en  344403.9473007807 8688907.101070087
+  ll2 78.19223040762414 -99.82620507082291
+EPSG:3746
+  ll  -53.0927065797573 -91.06445074313764
+  en  227881.43200837605 -5890306.68792615
+  ll2 -53.09270657932587 -91.06445074306552
+EPSG:3747
+  ll  -88.91155369972483 -77.02074924547345
+  en  508432.68945730047 -9876733.71552166
+  ll2 -88.91155369972499 -77.02074924571515
+EPSG:3748
+  ll  -9.33630793571102 -80.62560861225198
+  en  -118700.1450094108 -1036973.1650134723
+  ll2 -9.336307935423324 -80.6256086096439
+EPSG:3749
+  ll  -26.311853362441575 -73.88359828270063
+  en  12197.565892029495 -2919449.9304953306
+  ll2 -26.311853362119255 -73.88359828333704
+EPSG:3750
+  ll  -10.793107677337616 -157.70466323570486
+  en  641616.6244948045 -1193403.2208277662
+  ll2 -10.793107677337586 -157.7046632357057
+EPSG:3751
+  ll  28.90991696994557 -144.19328983794028
+  en  1360328.3643017085 3230131.466687209
+  ll2 28.909916956635865 -144.19328983756054
+EPSG:3753
+  ll  22.523557845385618 -164.44842120878977
+  en  -2.298353861370048E7 6320479.625552684
+  ll2 22.523557845385504 -164.4484212087897
+EPSG:3754
+  ll  28.475736303258195 -10.248745965062568
+  en  2.3144217851610065E7 5466149.43670123
+  ll2 28.47573630325733 -10.248745965062568
+EPSG:3755
+  ll  -30.764084859031527 -100.19347285228571
+  en  2219102.304026911 -2.591847344766105E7
+  ll2 -30.764084858504503 -100.19347285144812
+EPSG:3756
+  ll  -83.44460788050341 -101.29986670627622
+  en  1564263.7792638 -4.480965324430223E7
+  ll2 -83.44460788043952 -101.29986671645803
+EPSG:3757
+  ll  -54.67022382492301 -115.40978573247861
+  en  559949.637394492 -3.466300113169896E7
+  ll2 -54.67022381691371 -115.40978571909109
+EPSG:3758
+  ll  53.52292350641798 -108.66834859891597
+  en  2932532.643507482 5080730.36735795
+  ll2 53.52292350641748 -108.66834859891566
+EPSG:3759
+  ll  -37.88992734369315 -148.0138854071332
+  en  4525892.450066378 -2.1601292035860654E7
+  ll2 -37.88992729573714 -148.01388557583368
+EPSG:3760
+  ll  -71.54776365570049 -152.8220987457414
+  en  2240120.190873933 -3.3762844262599096E7
+  ll2 -71.5477636550778 -152.82209874799605
+EPSG:3761
+  ll  -78.83579259228128 -48.37033089074751
+  en  556821.7768578819 -8752926.73979354
+  ll2 -78.83579259227922 -48.37033089075301
+EPSG:3762
+  ll  -12.554893465266986 -111.52424332602115
+  en  -8362836.874655595 205652.35332663232
+  ll2 -12.55489346526695 -111.52424332602114
+EPSG:3763
+  ll  63.419910070935686 -4.083068606785014
+  en  202172.53796120523 2648888.5323343575
+  ll2 63.41991007063016 -4.083068606985986
+EPSG:3764
+  ll  55.141179600590675 -175.43672300221016
+  en  467803.01343099156 1.1787285745788956E7
+  ll2 55.14117960059088 -175.4367230022102
+EPSG:3765
+  ll  -86.25519215405177 6.537675468109941
+  en  427695.3223532208 -9589029.449395085
+  ll2 -86.25519215642336 6.537676449980731
+EPSG:3766
+  ll  2.5142350676665437 58.43909543717504
+  en  5671042.432441635 1846246.4533617818
+  ll2 2.5142350676665637 58.439095437175055
+EPSG:3767
+  ll  -14.377889716134533 21.563823888789027
+  en  1209028.5233586773 -1599636.9453317786
+  ll2 -14.377889715050092 21.563823885501783
+EPSG:3768
+  ll  33.72068886191519 17.104080381424833
+  en  138939.48284311884 3738008.1918382416
+  ll2 33.72068886176035 17.104080381207815
+EPSG:3769
+  ll  -15.376166757871587 -71.02017803825917
+  en  -363142.9749102092 -1716272.878902562
+  ll2 -15.376166633284972 -71.02017802691144
+EPSG:3770
+  ll  -75.23952199395359 -71.15885081687225
+  en  367992.46263192873 -1.180538032508043E7
+  ll2 -75.239521992748 -71.1588508005807
+EPSG:3775
+  ll  40.82851735775199 -107.64190575657177
+  en  283260.35891076026 4526508.080372334
+  ll2 40.828517357649936 -107.64190575649745
+EPSG:3776
+  ll  -60.76019579713672 -112.67395554048909
+  en  72278.57408033713 -6738828.858760693
+  ll2 -60.760195797136284 -112.67395554048902
+EPSG:3777
+  ll  -47.61853918109603 -116.98741417747958
+  en  946.0296851141892 -5275486.73503748
+  ll2 -47.61853918109603 -116.98741417747958
+EPSG:3779
+  ll  -72.8899390298231 -118.67498820933837
+  en  -251487.4130777677 -8106756.33518267
+  ll2 -72.88993902496014 -118.67498812854365
+EPSG:3780
+  ll  -4.929009522720165 -112.21287212854425
+  en  198223.42074611253 -545246.3209166557
+  ll2 -4.929009522720059 -112.21287212855063
+EPSG:3781
+  ll  3.367585317244007 -117.65237093478365
+  en  -72491.35239397579 372359.6163841729
+  ll2 3.367585317244007 -117.65237093478359
+EPSG:3783
+  ll  86.09534183120127 -125.23695054055392
+  en  51241.86280223004 1.2356567191537485E7
+  ll2 86.09534183119776 -125.23695054205758
+EPSG:3784
+  ll  58.41793124961657 -126.92594811974351
+  en  621113.782315281 1.6477108960928055E7
+  ll2 58.417931230276935 -126.92594813191018
+EPSG:3788
+  ll  64.12021814528876 169.74187252503532
+  en  3682229.0418390273 1.7118612189221863E7
+  ll2 64.120218145107 169.74187252493576
+EPSG:3789
+  ll  71.66729637293002 167.75143169640864
+  en  3456153.2094831183 1.795545837109234E7
+  ll2 71.66729637293083 167.75143169640862
+EPSG:3790
+  ll  62.2781865313537 171.2668922901917
+  en  3099191.6417915756 1.693192996500074E7
+  ll2 62.2781865165777 171.26689236016318
+EPSG:3791
+  ll  63.75176546428233 -177.30143846234577
+  en  3534484.229479674 1.707237060153111E7
+  ll2 63.75176546428303 -177.30143846234546
+EPSG:3793
+  ll  85.93657475368585 -173.81549410494375
+  en  3521239.045032454 1.9548609679664537E7
+  ll2 85.93657475368606 -173.81549410495074
+EPSG:3794
+  ll  55.803481916041335 8.313442236873524
+  en  81086.29573610949 1206319.7224195208
+  ll2 55.80348190798001 8.31344225158714
+EPSG:3798
+  ll  28.883388315278047 1.4305003204430875
+  en  7122469.94249068 1445502.1573646402
+  ll2 28.88338831527805 1.4305003204430875
+EPSG:3799
+  ll  42.857634590125826 -16.079646024522333
+  en  4869592.315538859 1357146.1743208007
+  ll2 42.857634590125905 -16.079646024522333
+EPSG:3801
+  ll  -30.168744777348067 -112.37325655732533
+  en  735635.0754684694 -3363182.735452483
+  ll2 -30.168744770967855 -112.37325655273531
+EPSG:3802
+  ll  82.00996919049021 -114.9616566076954
+  en  78113.27278151498 9112078.091801796
+  ll2 82.00996919043985 -114.96165660967293
+EPSG:3812
+  ll  50.76787953358437 3.4513353977071453
+  en  585284.6677650047 662323.5758590272
+  ll2 50.76787953358439 3.451335397707146
+EPSG:3814
+  ll  -83.19650146321193 -83.23854905677338
+  en  585959.5531308148 -1.1542107647597281E7
+  ll2 -83.19650146311253 -83.23854907704545
+EPSG:3815
+  ll  23.36132067896645 -95.14162679208137
+  en  -51751.241589424084 297737.9039928622
+  ll2 23.361320678495613 -95.1416267928759
+EPSG:3816
+  ll  67.41565048688412 -89.15221584998808
+  en  525624.8041460669 5182887.963674547
+  ll2 67.41565048688499 -89.1522158499881
+EPSG:3819
+  ll  -17.852955196024325 9.46986115872187
+  en  9.469098213368573 -17.859718440072427
+  ll2 -17.852954895442757 9.469861187342591
+EPSG:3821
+  ll  52.89964388987394 -103.99773949046475
+  en  -103.99773949046477 52.89964388987394
+  ll2 52.89964388987394 -103.99773949046477
+EPSG:3824
+  ll  52.97107538568454 158.70999765140675
+  en  158.70999765140675 52.97107538659122
+  ll2 52.97107538568482 158.70999765140678
+EPSG:3825
+  ll  -24.58274012791422 120.90039982730858
+  en  442492.3462366127 -2720890.748648343
+  ll2 -24.582740127913066 120.90039982731035
+EPSG:3826
+  ll  -21.324181692327215 120.49799839793808
+  en  197924.93626723337 -2358817.0507888403
+  ll2 -21.324181692327134 120.49799839793809
+EPSG:3827
+  ll  -3.6266181059801 116.05097971220967
+  en  -77743.38833872986 -401511.1985869441
+  ll2 -3.626618105978248 116.05097971230121
+EPSG:3828
+  ll  16.305665000052528 122.75290825914679
+  en  437340.29383984266 1804098.8506619288
+  ll2 16.305665000052258 122.75290825914486
+EPSG:3829
+  ll  85.44012862143103 132.01291914953174
+  en  578839.8963415998 9495341.810721356
+  ll2 85.44012861942706 132.01291939561415
+EPSG:3832
+  ll  73.69237557115602 34.57071836335369
+  en  -1.284952885442483E7 1.23513911708691E7
+  ll2 73.69237557115602 34.57071836335369
+EPSG:3833
+  ll  -40.122015589116714 8.310180221924293
+  en  2441334.068889962 -4443329.386868792
+  ll2 -40.1220155764155 8.310180266636102
+EPSG:3834
+  ll  -73.17421876122998 10.975394224355204
+  en  2563963.802942512 -8124340.522587926
+  ll2 -73.17421875557753 10.975394335564083
+EPSG:3835
+  ll  -16.619912390591494 19.961191732577422
+  en  4030041.646810881 -1844772.3728443906
+  ll2 -16.619912377195234 19.96119175289271
+EPSG:3836
+  ll  -19.25199664983134 23.747451525823024
+  en  4789061.218122198 -2131804.2669845447
+  ll2 -19.251996636681174 23.747451545783598
+EPSG:3837
+  ll  6.649046018760174 13.282919650701793
+  en  3974150.4608442783 737391.2195092333
+  ll2 6.649046028952265 13.282919670037925
+EPSG:3838
+  ll  80.12181009063411 10.216733748299736
+  en  4465973.081149788 8899433.773525389
+  ll2 80.12181009094344 10.216733787264275
+EPSG:3839
+  ll  -23.345450258379103 27.36092529312652
+  en  9537034.919314299 -2582796.7488463987
+  ll2 -23.345450245628044 27.360925315407428
+EPSG:3840
+  ll  65.14834791511055 27.89840501220244
+  en  1.0401543494024077E7 7229639.777154705
+  ll2 65.14834791437369 27.898405021632716
+EPSG:3841
+  ll  17.19315214687842 11.673647903368986
+  en  5826003.964659104 1912820.1174982262
+  ll2 17.193152154927382 11.673647920002368
+EPSG:3844
+  ll  -77.33946844440612 -43.285826176239055
+  en  -6860264.766659237 -2.591965515332728E7
+  ll2 -77.3394684732629 -43.285826003936904
+EPSG:3845
+  ll  -28.88432879346309 15.593295087674015
+  en  1918426.486755713 -3204705.522512642
+  ll2 -28.884328793279725 15.593295088022549
+EPSG:3846
+  ll  74.05526093235983 5.993413147266688
+  en  1268619.985355141 8235582.98219971
+  ll2 74.0552609286633 5.993413219139582
+EPSG:3847
+  ll  -79.05230797406935 22.928205755139697
+  en  1650756.9153129985 -8789248.606882177
+  ll2 -79.05230797321661 22.928205710954114
+EPSG:3848
+  ll  44.524416439304986 14.487657266653233
+  en  1216384.6117095742 4937651.237086002
+  ll2 44.5244164391323 14.487657266584156
+EPSG:3849
+  ll  -13.873537614356351 25.600859564126516
+  en  2073134.6902123005 -1541394.3940996218
+  ll2 -13.873537614104295 25.6008595631745
+EPSG:3850
+  ll  42.80952460181774 20.387262690705548
+  en  1322704.1951752987 4743193.219635792
+  ll2 42.80952460180962 20.387262690698652
+EPSG:3851
+  ll  -12.160567804907686 94.41441210874157
+  en  -5344257.9231784865 6286582.315409499
+  ll2 -12.160567804907672 94.41441210874159
+EPSG:3852
+  ll  -66.38471821642153 117.34890419717863
+  en  -1168174.6306723782 2075670.4229920518
+  ll2 -66.38471821642234 117.34890419717865
+EPSG:3854
+  ll  27.87326054549858 20.109422366147136
+  en  302236.34887607675 -3414547.0117643625
+  ll2 27.87326054549591 20.109422366151822
+EPSG:3857
+  ll  26.19321910736396 -57.05540747306637
+  en  -6351378.906904483 3023031.7049287064
+  ll2 26.193219107363955 -57.05540747306637
+EPSG:3873
+  ll  -7.666177951489999 17.06421431896607
+  en  1.9286383170033634E7 -848214.2247453578
+  ll2 -7.666177951489818 17.06421431897459
+EPSG:3874
+  ll  -74.21560093578528 17.25822007594924
+  en  2.0416744894898023E7 -8241304.619338861
+  ll2 -74.21560093577664 17.258220075956803
+EPSG:3875
+  ll  -1.0247189450503669 18.855238121632883
+  en  2.1261228018086247E7 -113387.62747318688
+  ll2 -1.0247189450502938 18.85523812165061
+EPSG:3876
+  ll  46.237683675004746 14.649671427171338
+  en  2.1933130978477847E7 5148836.916866951
+  ll2 46.23768366175891 14.649671445520905
+EPSG:3877
+  ll  37.201308582823216 32.94050721480718
+  en  2.438367149970276E7 4165467.395180431
+  ll2 37.20130853801085 32.94050706738673
+EPSG:3878
+  ll  38.007527118846355 24.310108829737366
+  en  2.452723486993383E7 4208378.887502061
+  ll2 38.00752711884639 24.31010882973737
+EPSG:3879
+  ll  73.1814931905977 34.29316388504124
+  en  2.579915165106558E7 8147258.17919585
+  ll2 73.1814931789116 34.29316342320523
+EPSG:3880
+  ll  -65.07822633006244 17.65964354269714
+  en  2.6108586074353553E7 -7245958.5199357895
+  ll2 -65.07822631136528 17.659643691628172
+EPSG:3881
+  ll  -33.804381653858734 29.242838263969915
+  en  2.7707698260857176E7 -3744225.7199672232
+  ll2 -33.80438165385308 29.242838263980143
+EPSG:3882
+  ll  -50.569679908812766 32.59066814048468
+  en  2.8825158692636855E7 -5614286.329871497
+  ll2 -50.56967990792374 32.59066814029565
+EPSG:3883
+  ll  28.316824024986104 37.63125934388273
+  en  3.0348264169222012E7 3164008.8806213755
+  ll2 28.316824013558843 37.631259347015195
+EPSG:3884
+  ll  8.654445032292514 26.260530275776965
+  en  3.0088151608510774E7 959056.2666093517
+  ll2 8.654445032274138 26.260530276037002
+EPSG:3885
+  ll  -89.55952837259606 27.331012011112286
+  en  3.1496851742981926E7 -9952868.54233428
+  ll2 -89.55952837259001 27.33101201122945
+EPSG:3889
+  ll  80.53453424889145 -129.40834019942696
+  en  -129.40834019942696 80.53453424919735
+  ll2 80.53453424889221 -129.40834019942696
+EPSG:3890
+  ll  89.00501637294758 48.563598776346296
+  en  518455.7233273465 9888419.464316376
+  ll2 89.0050163734263 48.56359809596608
+EPSG:3891
+  ll  -83.69266017067842 52.77048842030145
+  en  595023.834056698 -9300198.202602804
+  ll2 -83.69266017066364 52.77048831929845
+EPSG:3892
+  ll  -20.82303165960832 46.75374687282746
+  en  57869.35715236218 -2308393.7151883976
+  ll2 -20.823031659519724 46.75374687274452
+EPSG:3893
+  ll  44.78211205611123 38.51811540003024
+  en  168640.69220923004 1778711.8828433834
+  ll2 44.78211203925625 38.518115437557476
+EPSG:3901
+  ll  -7.677156335272784 26.582676055752938
+  en  3454009.7482458274 -848922.5765295734
+  ll2 -7.677156306575639 26.582676074281167
+EPSG:3902
+  ll  -66.25175602814141 26.90729002178849
+  en  495833.7351649155 -7347975.032346047
+  ll2 -66.25175602814225 26.90729002178849
+EPSG:3903
+  ll  28.26672624173618 24.453833312859597
+  en  250227.9431253395 3129378.954856589
+  ll2 28.26672624172795 24.453833312843177
+EPSG:3906
+  ll  -75.66460930265524 153.61901244396347
+  en  153.62339319918323 -75.65930180854609
+  ll2 -75.66461039508216 153.6190115423243
+EPSG:3907
+  ll  -73.8670622010268 5.760370534278085
+  en  5214808.666784386 -8221637.782064309
+  ll2 -73.86706121238234 5.760369669342813
+EPSG:3908
+  ll  -14.73982237325815 8.10669896063613
+  en  5430588.654334035 -1654141.6523317497
+  ll2 -14.739822157735027 8.106698930020555
+EPSG:3909
+  ll  51.49896144940104 23.14443558681199
+  en  7649325.941806131 5708698.241167463
+  ll2 51.49896145095879 23.144435604419872
+EPSG:3910
+  ll  25.632095373698817 14.986894492667172
+  en  7593038.725363784 2866307.568813855
+  ll2 25.63209535271654 14.986894506225939
+EPSG:3911
+  ll  12.134671694715038 20.364115231876923
+  en  1084969.2799619478 1347113.1412750366
+  ll2 12.13467173748648 20.36411518119252
+EPSG:3912
+  ll  67.35426520206741 10.226837513502618
+  en  295389.2658350192 2480533.9804851264
+  ll2 67.35426520359536 10.226837519488713
+EPSG:3920
+  ll  -70.22034222830817 -56.565340908750514
+  en  742584.97382699 -7803169.996006523
+  ll2 -70.22034221962103 -56.565340911405855
+EPSG:3942
+  ll  42.50224953559769 -0.5066786018577263
+  en  1411858.985481917 1261685.9957595603
+  ll2 42.50224953559774 -0.5066786018577272
+EPSG:3943
+  ll  43.90555462555216 9.09689182480521
+  en  2189372.9132868364 2318369.8170039044
+  ll2 43.9055546255522 9.09689182480521
+EPSG:3944
+  ll  43.19615820273569 -2.2408194587228754
+  en  1274301.6555939459 3124223.7388553144
+  ll2 43.19615820273572 -2.2408194587228767
+EPSG:3945
+  ll  42.57364172140781 -4.367440068101999
+  en  1095466.1808782574 3957858.4306936576
+  ll2 42.57364172140783 -4.367440068102
+EPSG:3946
+  ll  46.450766039756 -1.5829952343218343
+  en  1348093.5108619956 5260228.682927812
+  ll2 46.450766039756004 -1.5829952343218343
+EPSG:3947
+  ll  45.274573855216566 8.148993756717044
+  en  2103893.8135509207 6021477.631196575
+  ll2 45.2745738552166 8.148993756717044
+EPSG:3948
+  ll  47.57690494420086 8.633366759947714
+  en  2123416.1310845516 7168437.373686953
+  ll2 47.57690494420085 8.633366759947712
+EPSG:3949
+  ll  47.36655471156381 -1.410864163556286
+  en  1366910.6256544283 8028041.335254104
+  ll2 47.366554711563815 -1.410864163556286
+EPSG:3950
+  ll  48.0634969752751 -5.238953399372484
+  en  1086868.313881684 9018423.494770935
+  ll2 48.06349697527511 -5.238953399372482
+EPSG:3968
+  ll  -8.741088380975842 -34.72993580188111
+  en  6461427.374558064 -3949073.207193813
+  ll2 -8.741088380975814 -34.72993580188111
+EPSG:3969
+  ll  15.911857570495506 -67.71564828042057
+  en  1350450.8215997529 -2199290.311567705
+  ll2 15.911857570495487 -67.71564828042057
+EPSG:3970
+  ll  54.424196668543715 -96.78338500410385
+  en  -1165170.9200772382 2182203.515283325
+  ll2 54.42419666854404 -96.78338500410385
+EPSG:3976
+  ll  -61.485142666969146 135.3681857020244
+  en  2214248.697965832 -2242890.906471596
+  ll2 -61.48514266696824 135.3681857020244
+EPSG:3978
+  ll  54.734228094373535 -58.59865067673286
+  en  2178380.235666256 1272691.5303744862
+  ll2 54.73422809437355 -58.59865067673286
+EPSG:3979
+  ll  69.23983545594258 -177.94783977512023
+  en  -2363496.081103236 4008420.15130681
+  ll2 69.23983545594348 -177.94783977511972
+EPSG:3986
+  ll  -66.34953454343625 38.06570083809839
+  en  560351.1803637778 -5889712.464152392
+  ll2 -66.34953452853955 38.065700711662394
+EPSG:3987
+  ll  -14.26709124115925 23.32666940550432
+  en  -304827.4369270686 -87534.61641797528
+  ll2 -14.267091236039132 23.326669404906447
+EPSG:3988
+  ll  -43.371210143894125 16.353382657316505
+  en  -582088.75939914 -3353973.9035205194
+  ll2 -43.37121008732986 16.353382862902052
+EPSG:3989
+  ll  84.31010060227743 32.04398058021249
+  en  288748.66361986776 1.086772496856159E7
+  ll2 84.31010061449776 32.043980726693675
+EPSG:3991
+  ll  6.112939262628494 -11.378257242302851
+  en  2.062947337954616E7 -1236516.7982227392
+  ll2 6.112939273900094 -11.378257247718226
+EPSG:3992
+  ll  41.94796516192595 -20.193469576887168
+  en  1.4153229331611896E7 1.0871084774314908E7
+  ll2 41.94796511279528 -20.193469561386255
+EPSG:3994
+  ll  -50.71638723313427 160.46719257754955
+  en  5087418.440840361 -4941555.3324789135
+  ll2 -50.716387233124316 160.46719257754955
+EPSG:3995
+  ll  -58.51924034223759 170.25401704511552
+  en  7385615.258124002 4.299981159355027E7
+  ll2 -58.51924034223564 170.25401704511555
+EPSG:3996
+  ll  24.772353705533575 -34.19646314317066
+  en  -4506888.836282304 -6632566.198773271
+  ll2 24.77235370553283 -34.196463143170654
+EPSG:3997
+  ll  -27.792837420424938 58.19549642287275
+  en  782131.0582266948 -3078771.9826762765
+  ll2 -27.79283742041059 58.195496422903716
+EPSG:4001
+  ll  71.01693608544761 140.00358876713972
+  en  140.00358876713972 71.01693608544761
+  ll2 71.01693608544761 140.00358876713972
+EPSG:4002
+  ll  17.867600957489373 -85.13444393847377
+  en  -85.13444393847377 17.867600957489376
+  ll2 17.867600957489376 -85.13444393847377
+EPSG:4003
+  ll  58.734480155782194 -106.16569287757386
+  en  -106.16569287757386 58.7344801557822
+  ll2 58.734480155782194 -106.16569287757386
+EPSG:4004
+  ll  -8.343223475007804 152.5884302292837
+  en  152.5884302292837 -8.343223475007804
+  ll2 -8.343223475007804 152.5884302292837
+EPSG:4005
+  ll  88.08569939821885 116.19542396643016
+  en  116.19542396643016 88.08569939821885
+  ll2 88.08569939821885 116.19542396643016
+EPSG:4006
+  ll  -25.959653653934254 119.41354396996707
+  en  119.41354396996707 -25.959653653934257
+  ll2 -25.959653653934257 119.41354396996707
+EPSG:4007
+  ll  -88.18280335034964 131.869560192365
+  en  131.869560192365 -88.18280335034964
+  ll2 -88.18280335034964 131.869560192365
+EPSG:4008
+  ll  20.646511259269943 -56.452446761478214
+  en  -56.45244676147821 20.646511259269943
+  ll2 20.646511259269943 -56.45244676147821
+EPSG:4009
+  ll  73.88974233519943 -71.97343716599325
+  en  -71.97343716599325 73.88974233519943
+  ll2 73.88974233519943 -71.97343716599325
+EPSG:4010
+  ll  68.17821099997497 46.15087196827352
+  en  46.15087196827352 68.17821099997497
+  ll2 68.17821099997497 46.15087196827352
+EPSG:4011
+  ll  -78.8330043877763 22.597852096305104
+  en  22.597852096305104 -78.8330043877763
+  ll2 -78.8330043877763 22.597852096305104
+EPSG:4012
+  ll  76.9957115549764 -45.96403558979418
+  en  -45.96403558979418 76.9957115549764
+  ll2 76.9957115549764 -45.96403558979418
+EPSG:4013
+  ll  -82.40231517780272 -177.2191940811351
+  en  -177.2191940811351 -82.40231517780272
+  ll2 -82.40231517780272 -177.2191940811351
+EPSG:4014
+  ll  -48.018477867111486 117.22280853547664
+  en  117.22280853547666 -48.018477867111486
+  ll2 -48.018477867111486 117.22280853547666
+EPSG:4015
+  ll  50.63794640973708 103.60608854433775
+  en  103.60608854433775 50.63794640973708
+  ll2 50.63794640973708 103.60608854433775
+EPSG:4016
+  ll  -12.774605970805652 -72.60226007551469
+  en  -72.60226007551469 -12.774605970805652
+  ll2 -12.774605970805652 -72.60226007551469
+EPSG:4018
+  ll  61.39880539239306 -178.46023565024547
+  en  -178.4602356502455 61.39880539239307
+  ll2 61.39880539239308 -178.4602356502455
+EPSG:4019
+  ll  -35.38214903778745 -171.01416984138268
+  en  -171.01416984138268 -35.38214903778745
+  ll2 -35.38214903778745 -171.01416984138268
+EPSG:4020
+  ll  -17.632920439582392 54.381262160476126
+  en  54.381262160476126 -17.632920439582392
+  ll2 -17.632920439582392 54.381262160476126
+EPSG:4021
+  ll  -58.38343284811388 -118.53885273386547
+  en  -118.53885273386545 -58.38343284811388
+  ll2 -58.38343284811388 -118.53885273386545
+EPSG:4022
+  ll  9.536244843970934 -133.7428163178167
+  en  -133.7428163178167 9.536244843970934
+  ll2 9.536244843970934 -133.7428163178167
+EPSG:4023
+  ll  9.25066655746869 49.68311425881345
+  en  49.683114258813454 9.250666557768481
+  ll2 9.25066655746869 49.683114258813454
+EPSG:4024
+  ll  49.39708044354248 135.30007608262247
+  en  135.30007608262247 49.39708044354248
+  ll2 49.39708044354248 135.30007608262247
+EPSG:4025
+  ll  47.853739384731625 -91.53852911503012
+  en  -91.53852911503012 47.853739384731625
+  ll2 47.853739384731625 -91.53852911503012
+EPSG:4026
+  ll  -74.5237725756009 37.935577399474056
+  en  482990.2968090168 -1.3296041359305296E7
+  ll2 -74.52377256598992 37.93557680432614
+EPSG:4027
+  ll  75.06725870170939 108.21623802590636
+  en  108.21623802590636 75.06725870170939
+  ll2 75.06725870170939 108.21623802590636
+EPSG:4028
+  ll  -56.02596376075079 -25.37120867823603
+  en  -25.37120867823603 -56.025963760750784
+  ll2 -56.025963760750784 -25.37120867823603
+EPSG:4029
+  ll  48.3317633016035 20.513157669302757
+  en  20.513157669302757 48.3317633016035
+  ll2 48.3317633016035 20.513157669302757
+EPSG:4030
+  ll  -76.45862687113987 -129.25486208149928
+  en  -129.25486208149928 -76.45862687113987
+  ll2 -76.45862687113987 -129.25486208149928
+EPSG:4031
+  ll  -7.615977032876955 25.419334104651114
+  en  25.419334104651117 -7.615977032876956
+  ll2 -7.615977032876957 25.419334104651117
+EPSG:4032
+  ll  -89.65164035725745 37.439569275205514
+  en  37.439569275205514 -89.65164035725745
+  ll2 -89.65164035725745 37.439569275205514
+EPSG:4033
+  ll  51.20412666146876 -2.962479565101262
+  en  -2.962479565101262 51.20412666146877
+  ll2 51.20412666146878 -2.962479565101262
+EPSG:4034
+  ll  -13.6637468450526 53.19000922683276
+  en  53.19000922683275 -13.663746845052602
+  ll2 -13.663746845052604 53.19000922683275
+EPSG:4035
+  ll  13.407290389433342 -30.758060676734658
+  en  -30.75806067673465 13.407290389433342
+  ll2 13.407290389433342 -30.75806067673465
+EPSG:4036
+  ll  -4.0929944795323365 40.349619680678586
+  en  40.34961968067859 -4.0929944795323365
+  ll2 -4.0929944795323365 40.34961968067859
+EPSG:4037
+  ll  -69.7491550095972 27.030682029108085
+  en  501185.23693169764 -7737900.250982583
+  ll2 -69.7491550095972 27.030682029108085
+EPSG:4038
+  ll  64.29330903978621 38.82760049642374
+  en  781745.2326410647 7142624.5599742755
+  ll2 64.29330903726594 38.827600490750946
+EPSG:4041
+  ll  76.22780164777004 -94.75324746141776
+  en  -94.75324746141776 76.22780164777004
+  ll2 76.22780164777004 -94.75324746141776
+EPSG:4042
+  ll  -0.5348624204934396 -174.0107060221089
+  en  -174.0107060221089 -0.5348624204934396
+  ll2 -0.5348624204934396 -174.0107060221089
+EPSG:4043
+  ll  -46.355969566316 -62.77086442338046
+  en  -62.770864423380466 -46.355969566316
+  ll2 -46.355969566316 -62.77086442338047
+EPSG:4044
+  ll  -41.33273795929097 108.26299574494828
+  en  108.2629957449483 -41.33273795929097
+  ll2 -41.33273795929097 108.2629957449483
+EPSG:4045
+  ll  -25.373068308340706 -16.171373698478135
+  en  -16.171373698478135 -25.373068308340706
+  ll2 -25.373068308340706 -16.171373698478135
+EPSG:4046
+  ll  -79.45472058960766 21.10545313982084
+  en  21.10545313982084 -79.45472058994694
+  ll2 -79.45472058960847 21.10545313982084
+EPSG:4047
+  ll  26.68930886901333 -51.37429447687407
+  en  -51.37429447687408 26.68930886901333
+  ll2 26.68930886901333 -51.37429447687408
+EPSG:4048
+  ll  74.3061238979127 2.6484739030865905
+  en  218631.70503906725 1.82708278685378E7
+  ll2 74.30612388845022 2.6484743998764166
+EPSG:4049
+  ll  1.272806296050092 21.53116400504091
+  en  1340513.8649680433 1.014195824656353E7
+  ll2 1.2728062957112152 21.53116397986169
+EPSG:4050
+  ll  38.47223437952647 10.011464141470562
+  en  -22760.90687818738 1.427652164804699E7
+  ll2 38.472234376713345 10.011464140755562
+EPSG:4051
+  ll  18.62119088723047 8.61099988411268
+  en  -494271.45891701686 1.2085710812052011E7
+  ll2 18.621190873806512 8.610999905029864
+EPSG:4052
+  ll  33.52693956354072 47.251334328748015
+  en  47.251334328748015 33.52693956354072
+  ll2 33.52693956354072 47.251334328748015
+EPSG:4053
+  ll  56.88445806026462 -43.92418521988637
+  en  -43.92418521988637 56.88445806026462
+  ll2 56.88445806026462 -43.92418521988637
+EPSG:4054
+  ll  -24.888291851444365 -17.34572300718696
+  en  -17.34572300718696 -24.888291851444365
+  ll2 -24.888291851444365 -17.34572300718696
+EPSG:4055
+  ll  88.53052705733165 -51.400329791500155
+  en  -51.40032979150016 88.52062793548181
+  ll2 88.53049411046901 -51.40032979150016
+EPSG:4056
+  ll  -72.57558002572465 26.987425387065414
+  en  733135.3856090482 1930864.190177571
+  ll2 -72.57558002267035 26.98742535271282
+EPSG:4057
+  ll  -57.05788628907728 24.882442860102483
+  en  674852.6694164835 3670580.1625958476
+  ll2 -57.05788628902552 24.882442860101733
+EPSG:4058
+  ll  -79.91908036200206 19.83956373217317
+  en  418743.80421779037 1121877.2481719255
+  ll2 -79.91908036196891 19.839563732518794
+EPSG:4059
+  ll  -29.49786435219829 35.85413579936921
+  en  1457885.0425784704 6695058.581185352
+  ll2 -29.497864326813538 35.854135765663145
+EPSG:4060
+  ll  25.94051632671757 27.31253020445846
+  en  431143.3284954333 1.2870138206378058E7
+  ll2 25.94051632671716 27.312530204458447
+EPSG:4061
+  ll  0.5217320615330863 14.363396688961585
+  en  429163.4402588279 1.0057670668314097E7
+  ll2 0.5217320615330809 14.363396688961613
+EPSG:4062
+  ll  42.25924820635802 16.180579576273516
+  en  102445.97903333325 1.4689818937038984E7
+  ll2 42.25924820540886 16.180579576021252
+EPSG:4063
+  ll  3.040823075067877 26.191540232474424
+  en  410161.50498474407 1.0336139106139634E7
+  ll2 3.040823075067878 26.191540232474548
+EPSG:4071
+  ll  33.02315964676016 -35.07046087788009
+  en  1429151.2443878695 1.3698021640987365E7
+  ll2 33.02315961365807 -35.070460952408936
+EPSG:4075
+  ll  42.831955567340685 -47.43334247231155
+  en  -47.43334247231155 42.83195556828137
+  ll2 42.83195556734075 -47.43334247231155
+EPSG:4081
+  ll  -83.57298086929686 6.620527722150115
+  en  6.620527722150115 -83.57298086950664
+  ll2 -83.57298086929742 6.620527722150114
+EPSG:4082
+  ll  72.86379003266742 -22.84311659777252
+  en  439393.67227093765 8086216.911247759
+  ll2 72.86379003266732 -22.84311659777233
+EPSG:4083
+  ll  -81.79781909759004 -12.202668772943063
+  en  544537.6120507446 -9083336.469054352
+  ll2 -81.79781909758897 -12.202668772952851
+EPSG:4087
+  ll  -18.016541231333562 34.01302309942554
+  en  3786312.411767903 -2005592.19572807
+  ll2 -18.016541231333562 34.01302309942554
+EPSG:4088
+  ll  65.30671756733818 15.535224591860953
+  en  1727440.0568844576 7261783.648017801
+  ll2 65.30671756733818 15.535224591860953
+EPSG:4093
+  ll  -25.968414559608703 9.473380853796215
+  en  247405.86271755665 -7873363.578621129
+  ll2 -25.96841455960829 9.473380853796218
+EPSG:4094
+  ll  18.86064548021288 19.588938901466406
+  en  1414228.2105903956 -2886180.514936174
+  ll2 18.860645464766414 19.58893887654922
+EPSG:4095
+  ll  68.13766100629559 2.566408242474058
+  en  219402.62884225993 2589471.4892409137
+  ll2 68.13766098298426 2.5664086233953056
+EPSG:4096
+  ll  80.91062874574274 7.869649207527861
+  en  674505.0357701173 3994544.5499043036
+  ll2 80.91062874530085 7.869649252934205
+EPSG:4097
+  ll  -48.09433317955421 4.702631317102562
+  en  -120068.96210013243 -1.0337751266263563E7
+  ll2 -48.09433317897489 4.7026313170968885
+EPSG:4098
+  ll  10.712149343507988 15.51790233254346
+  en  1004479.753893412 -3809975.0788651416
+  ll2 10.712149343228957 15.517902330539137
+EPSG:4099
+  ll  81.23821998232779 3.459422422812139
+  en  459427.3188924574 4033293.9209876135
+  ll2 81.23821998182615 3.4594226017434173
+EPSG:4100
+  ll  88.87957657640285 5.775899955155078
+  en  779941.0191573529 4878439.186108859
+  ll2 88.87957657677485 5.775900444434859
+EPSG:4120
+  ll  -23.02162690812908 94.4866195447159
+  en  94.4866195447159 -23.02162690812908
+  ll2 -23.02162690812908 94.4866195447159
+EPSG:4121
+  ll  -86.99876375517756 63.47786523012732
+  en  63.441575867504255 -86.99867910087836
+  ll2 -86.99876375842817 63.47786663344327
+EPSG:4122
+  ll  86.11094655680029 157.02076209987717
+  en  157.02076209987717 86.11094655680029
+  ll2 86.11094655680029 157.02076209987717
+EPSG:4123
+  ll  -43.06549943922359 155.62374130759514
+  en  155.62380603716508 -43.06648615973683
+  ll2 -43.065499470059116 155.62374122532088
+EPSG:4124
+  ll  -84.35922281675634 -92.13319503810129
+  en  -92.16290830460434 -84.35938855723504
+  ll2 -84.35922280999381 -92.13318743282987
+EPSG:4125
+  ll  62.0480757969614 -93.07439484118267
+  en  -93.06596763842002 62.0421345756893
+  ll2 62.04807668901479 -93.07439610492693
+EPSG:4126
+  ll  -59.689466846927765 126.27153910283829
+  en  126.27153910283829 -59.68946684692777
+  ll2 -59.68946684692777 126.27153910283829
+EPSG:4127
+  ll  57.5214557508053 106.30289386394549
+  en  106.30114397806176 57.523936200360005
+  ll2 57.52145562190794 106.30289395469623
+EPSG:4128
+  ll  -70.12837750316056 -17.321507962443462
+  en  -17.321507962443462 -70.12837750316056
+  ll2 -70.12837750316056 -17.321507962443462
+EPSG:4129
+  ll  -80.82515424998273 105.98749796289286
+  en  105.97867146372585 -80.82473525364853
+  ll2 -80.8251542396913 105.98749774605173
+EPSG:4130
+  ll  66.79747353183984 -61.98796529443487
+  en  -61.987965294434865 66.79747353183984
+  ll2 66.79747353183984 -61.987965294434865
+EPSG:4131
+  ll  -60.70894450638639 -20.23899843416416
+  en  -20.255391040794088 -60.70799422639848
+  ll2 -60.70894466339562 -20.23899572715104
+EPSG:4132
+  ll  71.12925238327946 138.83920550575317
+  en  138.83139156276007 71.1306553335259
+  ll2 71.12925242675144 138.83920526385114
+EPSG:4133
+  ll  -6.49578471743699 7.353422275664457
+  en  7.3534285656174125 -6.495783777956876
+  ll2 -6.495784717436903 7.353422275664441
+EPSG:4134
+  ll  -24.4301436369321 -164.13832838286726
+  en  -164.14245899491166 -24.43437830889843
+  ll2 -24.430143826923512 -164.1383284969688
+EPSG:4135
+  ll  -24.931544205071503 53.881678910207484
+  en  53.88382990407203 -24.930961602168956
+  ll2 -24.931544211737982 53.88167888572837
+EPSG:4136
+  ll  0.9928121496124618 93.85421177757456
+  en  93.85421177757456 0.9928121496124618
+  ll2 0.9928121496124618 93.85421177757456
+EPSG:4137
+  ll  21.68286895074324 -85.50497761467177
+  en  -85.50497761467177 21.68286895074324
+  ll2 21.68286895074324 -85.50497761467177
+EPSG:4138
+  ll  -69.79151242887825 173.08037131804218
+  en  173.08037131804218 -69.79151242887825
+  ll2 -69.79151242887825 173.08037131804218
+EPSG:4139
+  ll  85.53749064344007 26.93368271917805
+  en  26.92686911275734 85.53827114900804
+  ll2 85.53749061118148 26.933683000718577
+EPSG:4140
+  ll  26.130819484194248 -74.62029520063342
+  en  -74.62029520063342 26.130819484940716
+  ll2 26.130819484193815 -74.62029520063342
+EPSG:4141
+  ll  -86.64177565679351 118.49614705346204
+  en  118.49370966738893 -86.6424396400879
+  ll2 -86.64177565184055 118.49614707164066
+EPSG:4142
+  ll  -50.586523436229825 42.535362320165234
+  en  42.533617643924096 -50.59188180572301
+  ll2 -50.58652302194844 42.5353624546735
+EPSG:4143
+  ll  89.9669654989288 -11.05055346324724
+  en  -11.471813344024861 89.96577860664961
+  ll2 89.96696545642433 -11.050569103092283
+EPSG:4144
+  ll  0.17528300076082814 -59.805278501571905
+  en  -59.810572068907895 0.17283328724432684
+  ll2 0.17528356045494592 -59.805277300230806
+EPSG:4145
+  ll  -63.76358598810526 137.20599084462629
+  en  137.22003033446512 -63.76524925141503
+  ll2 -63.76358578427578 137.20598912717904
+EPSG:4146
+  ll  -81.38962078906229 -62.47025793540122
+  en  -62.506228343494115 -81.38490365047393
+  ll2 -81.38962151862857 -62.4702523679611
+EPSG:4147
+  ll  -19.692606914930565 117.12945641916735
+  en  117.1288367000254 -19.69179168721118
+  ll2 -19.69260690900759 117.12945641469159
+EPSG:4148
+  ll  70.07944198628243 40.98798679715384
+  en  40.98798679715384 70.07944198628243
+  ll2 70.07944198628243 40.98798679715384
+EPSG:4149
+  ll  79.54974239412778 76.62131933244655
+  en  76.65353953486928 79.55037258904827
+  ll2 79.54974236983306 76.62131809380529
+EPSG:4150
+  ll  -48.29591769525581 -60.10087009836607
+  en  -60.1088510555944 -48.299917687001475
+  ll2 -48.295917198824064 -60.100869110955344
+EPSG:4151
+  ll  79.98616125538126 -25.821195442760995
+  en  -25.821195442760995 79.98616125570418
+  ll2 79.98616125538204 -25.821195442760995
+EPSG:4152
+  ll  89.5372735273811 -147.6340729313511
+  en  -147.63407293135114 89.5372735273931
+  ll2 89.53727352737468 -147.63407293135114
+EPSG:4153
+  ll  19.76162794629556 -1.5961448831670566
+  en  -1.5946071741970758 19.763105724567588
+  ll2 19.761627961525534 -1.5961448674136485
+EPSG:4154
+  ll  8.058480792470348 141.7826641074604
+  en  141.78106659083733 8.060190670513753
+  ll2 8.058480856251295 141.7826640482623
+EPSG:4155
+  ll  13.729319172604505 178.48206539115762
+  en  178.48238703569197 13.72986288698009
+  ll2 13.729319190063539 178.48206540141993
+EPSG:4156
+  ll  -32.95708345714404 -122.51182728578547
+  en  -122.51670236038666 -32.95830097377775
+  ll2 -32.95708320784194 -122.51182629235771
+EPSG:4157
+  ll  77.33726400337281 107.43925161526602
+  en  107.43925161526602 77.33726400337281
+  ll2 77.33726400337281 107.43925161526602
+EPSG:4158
+  ll  -25.219855416072548 17.47453286031532
+  en  17.471009286849977 -25.22232054613764
+  ll2 -25.219855517808202 17.474532715700423
+EPSG:4159
+  ll  -40.261860791963656 -54.97716129727955
+  en  -54.97537768549511 -40.26170933681636
+  ll2 -40.2618607842848 -54.97716120719429
+EPSG:4160
+  ll  21.16806904309773 86.73671631608482
+  en  86.73671631608482 21.16806904309773
+  ll2 21.16806904309773 86.73671631608482
+EPSG:4161
+  ll  -1.5919176546830585 -16.656244297314515
+  en  -16.656435666511314 -1.5936541404426043
+  ll2 -1.5919177281557806 -16.6562443053574
+EPSG:4162
+  ll  29.384027565974577 31.76233236383274
+  en  31.762332363832737 29.384027565974577
+  ll2 29.384027565974577 31.76233236383274
+EPSG:4163
+  ll  -39.451518790330155 -74.04583396375052
+  en  -74.04583396375052 -39.451518790330155
+  ll2 -39.451518790330155 -74.04583396375052
+EPSG:4164
+  ll  -79.36441273089866 -10.175009280576461
+  en  -10.167768425530996 -79.36407071783267
+  ll2 -79.36441272900451 -10.175009240455667
+EPSG:4165
+  ll  0.15810412196304924 -150.17507016347764
+  en  -150.1723255043629 0.1578650855040379
+  ll2 0.15810411157557996 -150.1750700450052
+EPSG:4166
+  ll  62.91941964897515 -138.84154991307048
+  en  -138.84154991307048 62.91941964897516
+  ll2 62.91941964897516 -138.84154991307048
+EPSG:4167
+  ll  -46.09881237579186 69.72608178471589
+  en  69.72608178471589 -46.09881237673438
+  ll2 -46.09881237579195 69.72608178471589
+EPSG:4168
+  ll  51.76729341099207 12.75321320496559
+  en  12.752124796867335 51.76561290006525
+  ll2 51.76729335844075 12.753213171016045
+EPSG:4169
+  ll  -76.23963461747563 125.80256961012788
+  en  125.80165695180402 -76.24294774427226
+  ll2 -76.23963434289612 125.80256968571908
+EPSG:4170
+  ll  48.63419850124956 -65.56911299261024
+  en  -65.56911299261024 48.63419850218509
+  ll2 48.63419850124971 -65.56911299261024
+EPSG:4171
+  ll  -10.048414257335807 -52.323518847570966
+  en  -52.32351884757095 -10.048414257660417
+  ll2 -10.048414257335802 -52.32351884757095
+EPSG:4172
+  ll  20.884205806624706 131.01610722039777
+  en  131.01610722039777 20.884205807253768
+  ll2 20.88420580662464 131.01610722039777
+EPSG:4173
+  ll  -56.308478022120546 -87.80380994665103
+  en  -87.80380994665103 -56.308478022990876
+  ll2 -56.30847802212094 -87.80380994665103
+EPSG:4174
+  ll  46.25556436195683 128.83947811188108
+  en  128.83947811188108 46.25556436195683
+  ll2 46.25556436195683 128.83947811188108
+EPSG:4175
+  ll  -33.85381794356434 86.991751403237
+  en  86.99079953336962 -33.85748273900543
+  ll2 -33.85381791308323 86.99175141111697
+EPSG:4176
+  ll  24.237301585217622 80.46932905640074
+  en  80.46932905640074 24.237301585924452
+  ll2 24.23730158521739 80.46932905640074
+EPSG:4178
+  ll  27.25272318112542 -161.7147967875419
+  en  -161.71603929453335 27.253383991566785
+  ll2 27.252723189935384 -161.7147968040202
+EPSG:4179
+  ll  16.96532397619444 -11.51593816777509
+  en  -11.51491518049274 16.966098659005805
+  ll2 16.965323994172458 -11.515938139359578
+EPSG:4180
+  ll  56.09478994942023 58.943115253411435
+  en  58.94311525341144 56.09478995029325
+  ll2 56.09478994942061 58.94311525341144
+EPSG:4181
+  ll  63.046879476190526 157.260847728106
+  en  157.25854784112525 63.049998075673045
+  ll2 63.046879552544375 157.26084767200086
+EPSG:4182
+  ll  63.124951330789486 21.54815228156096
+  en  21.54817394387815 63.12162521192795
+  ll2 63.1249513079568 21.54815228170948
+EPSG:4183
+  ll  29.14790838385275 -118.8293430876129
+  en  -118.82757910720392 29.148485352706412
+  ll2 29.147908395380252 -118.82934305254756
+EPSG:4184
+  ll  -6.233916823150508 -38.694751846849044
+  en  -38.69459949302207 -6.234328902578206
+  ll2 -6.2339168230881485 -38.694751846871974
+EPSG:4185
+  ll  -53.77126666899477 -91.76649915826079
+  en  -91.76649915826079 -53.77126666899478
+  ll2 -53.77126666899478 -91.76649915826079
+EPSG:4188
+  ll  -77.21313277868869 -175.11284031359375
+  en  -175.12087455970234 -77.2098129921906
+  ll2 -77.2131333454798 -175.1128391315205
+EPSG:4189
+  ll  39.9891919471182 80.20195866940924
+  en  80.20195866940924 39.98919194804733
+  ll2 39.98919194711823 80.20195866940924
+EPSG:4190
+  ll  -80.66521448899688 143.86318000668473
+  en  143.86318000668473 -80.66521448929872
+  ll2 -80.66521448899763 143.86318000668473
+EPSG:4191
+  ll  8.385178597193274 23.20502030475606
+  en  23.205977351831788 8.385894258388845
+  ll2 8.38517860857102 23.20502028962837
+EPSG:4192
+  ll  23.623365250711373 65.14390343075053
+  en  65.14279049880031 23.62380812809306
+  ll2 23.623365249079388 65.14390343482806
+EPSG:4193
+  ll  -76.99569594631555 -112.50156959832279
+  en  -112.50127480653592 -76.9984501782165
+  ll2 -76.99569588535802 -112.50156960484372
+EPSG:4194
+  ll  -41.99139968384419 -124.08612053984115
+  en  -124.08682630587599 -41.98971075394404
+  ll2 -41.99139963518356 -124.08612056010051
+EPSG:4195
+  ll  -4.3608510021083475 -129.4682842094754
+  en  -129.46737375217717 -4.359832694311073
+  ll2 -4.360851012173553 -129.46828422057456
+EPSG:4196
+  ll  -52.447104515584215 136.81331933933666
+  en  136.8171124183828 -52.45014643227827
+  ll2 -52.44710469956231 136.8133195824969
+EPSG:4197
+  ll  -83.42752460042053 84.45616511508666
+  en  84.45616511508666 -83.42752460042053
+  ll2 -83.42752460042053 84.45616511508666
+EPSG:4198
+  ll  68.16298985008027 64.66867882878333
+  en  64.66867882878333 68.16298985008027
+  ll2 68.16298985008027 64.66867882878333
+EPSG:4199
+  ll  -83.11064128258694 127.36210713365273
+  en  127.36210713365274 -83.11064128258694
+  ll2 -83.11064128258694 127.36210713365274
+EPSG:4200
+  ll  -85.99824737816041 -115.13862162364317
+  en  -115.14863564953059 -85.99915846729024
+  ll2 -85.99824740637816 -115.13862193257808
+EPSG:4201
+  ll  -86.44285886592803 -153.05214498868918
+  en  -153.0432154086705 -86.44474380523555
+  ll2 -86.44285873925772 -153.0521455884231
+EPSG:4202
+  ll  -59.888053053510276 103.46284927952632
+  en  103.46035085865918 -59.88861220341583
+  ll2 -59.888053045745 103.46284931841015
+EPSG:4203
+  ll  43.06482378912881 -114.01321792008957
+  en  -114.01195500238644 43.0644539137164
+  ll2 43.064823777720626 -114.01321788127545
+EPSG:4204
+  ll  51.05335013266844 -49.44699475478316
+  en  -49.44325681857059 51.05471772145295
+  ll2 51.05335018749137 -49.44699460534888
+EPSG:4205
+  ll  17.08931728957893 -129.1269426802258
+  en  -129.127595698202 17.08932274569572
+  ll2 17.089317289809774 -129.12694270768188
+EPSG:4206
+  ll  31.842880945683874 -101.32142178185327
+  en  -101.32142178185326 31.842880945683877
+  ll2 31.842880945683877 -101.32142178185327
+EPSG:4207
+  ll  -18.0433035880491 27.69062840976838
+  en  27.689800608787813 -18.043846638904743
+  ll2 -18.04330358183284 27.690628419186677
+EPSG:4208
+  ll  13.600739899143306 164.19660278345953
+  en  164.19877253888438 13.60288876887923
+  ll2 13.60074004469979 164.19660292949897
+EPSG:4209
+  ll  -27.407517833230308 144.66403759114831
+  en  144.66245885596283 -27.408003560078754
+  ll2 -27.407517850899712 144.66403753402082
+EPSG:4210
+  ll  13.043735046795746 -145.71249438906088
+  en  -145.71170907304375 13.04805643579989
+  ll2 13.043735154712909 -145.71249436957436
+EPSG:4211
+  ll  41.20565895303389 -94.4861517122551
+  en  -94.48103620530786 41.20155247477223
+  ll2 41.20565974863279 -94.48615269966761
+EPSG:4212
+  ll  -77.66962984969763 -31.28873286587165
+  en  -31.300212958680255 -77.67061250286388
+  ll2 -77.66962974851427 -31.288731684505006
+EPSG:4213
+  ll  -8.872998103435194 -24.846591461726774
+  en  -24.845468822130506 -8.875554742410655
+  ll2 -8.872998109885692 -24.846591458912847
+EPSG:4214
+  ll  -66.24954170999192 -37.08078665293971
+  en  -37.07825874376208 -66.25009412660178
+  ll2 -66.24954172972029 -37.08078656276847
+EPSG:4215
+  ll  37.02296413232911 27.327799250430644
+  en  27.327799250430648 37.02296413232911
+  ll2 37.02296413232911 27.327799250430648
+EPSG:4216
+  ll  42.36531922570825 -92.07695712755987
+  en  -92.07597785268348 42.36420718826465
+  ll2 42.36531922471121 -92.07695712668504
+EPSG:4217
+  ll  -55.86770972501465 172.78052005052774
+  en  2005965.6001918556 -2.0317509902162015E7
+  ll2 -55.86770972501166 172.7805200505284
+EPSG:4218
+  ll  -61.05701444804126 -37.638199768070564
+  en  -37.64612817455504 -61.056780155507006
+  ll2 -61.05701443018345 -37.63820037204598
+EPSG:4219
+  ll  -68.77679680924246 120.63215819827997
+  en  120.63235395616861 -68.78264784931784
+  ll2 -68.7767964799002 120.63215818727377
+EPSG:4220
+  ll  85.39601538897347 63.49642913287258
+  en  63.50864244803728 85.39370512862276
+  ll2 85.39601556665495 63.49642819308027
+EPSG:4221
+  ll  74.64477562016353 -124.4518172592141
+  en  -124.44508828997076 74.64473572516958
+  ll2 74.64477561863804 -124.45181700121933
+EPSG:4222
+  ll  -24.58219012932753 86.40085893350977
+  en  86.39958584672267 -24.58173789269106
+  ll2 -24.582190124515932 86.40085892004032
+EPSG:4223
+  ll  64.14702398918922 50.47941793532212
+  en  50.47517170071345 64.1464902030276
+  ll2 64.14702397697151 50.47941783823624
+EPSG:4224
+  ll  -35.87329429040237 54.4073437584575
+  en  54.4044797373427 -35.874433640587206
+  ll2 -35.873294349873014 54.407343609629436
+EPSG:4225
+  ll  -64.93016878014222 49.11989454761138
+  en  49.11427317890844 -64.93072705811285
+  ll2 -64.93016879560285 49.11989439216513
+EPSG:4226
+  ll  82.26528573108916 -131.0969508372282
+  en  -131.0969508372282 82.26528573108916
+  ll2 82.26528573108916 -131.0969508372282
+EPSG:4227
+  ll  56.051807079247254 -8.066897348688485
+  en  -8.06660408444037 56.052108403908356
+  ll2 56.051807077546634 -8.06689735034053
+EPSG:4228
+  ll  -87.13433856534711 -97.13610132553731
+  en  -97.13610132553731 -87.13433856534711
+  ll2 -87.13433856534711 -97.13610132553731
+EPSG:4229
+  ll  46.58578369302276 174.4906447134785
+  en  174.49191052270854 46.586753005268825
+  ll2 46.585783716040915 174.49064474344115
+EPSG:4230
+  ll  -78.72017592951684 110.05060755002677
+  en  110.04532842314062 -78.7197322164448
+  ll2 -78.7201759108187 110.05060732757866
+EPSG:4231
+  ll  -5.451455508098761 -51.53400647758363
+  en  -51.53288597549672 -5.450583652077063
+  ll2 -5.451455468383504 -51.53400642665304
+EPSG:4232
+  ll  -86.91266406982677 80.58118546162711
+  en  80.52671487143068 -86.91252710494419
+  ll2 -86.91266407973824 80.58118944125474
+EPSG:4233
+  ll  20.258143763837012 -5.389314846767036
+  en  -5.386136424505301 20.257935001082725
+  ll2 20.258143758524362 -5.389314766348286
+EPSG:4234
+  ll  28.63103850967744 -116.3670785567957
+  en  -116.3670785567957 28.63103850967744
+  ll2 28.63103850967744 -116.3670785567957
+EPSG:4235
+  ll  10.662925261554903 -122.29556299349001
+  en  -122.29556299349002 10.662925261554903
+  ll2 10.662925261554903 -122.29556299349002
+EPSG:4236
+  ll  27.794571243249152 -140.68377683454403
+  en  -140.68399134750328 27.800408819862554
+  ll2 27.79457205236819 -140.68377686411912
+EPSG:4237
+  ll  64.94213487970765 -134.6153125932421
+  en  -134.61716504455407 64.94231464998934
+  ll2 64.94213488013004 -134.6153125975812
+EPSG:4238
+  ll  -65.87597899629426 -5.698490228026856
+  en  -5.698110858741522 -65.87581947886103
+  ll2 -65.87597899608006 -5.698490227516148
+EPSG:4239
+  ll  -28.90114232055769 -24.07483083375766
+  en  -24.08344251598518 -28.901503261886432
+  ll2 -28.90114225895115 -24.074829372581355
+EPSG:4240
+  ll  53.508966099636694 19.56953285543233
+  en  19.559031296690506 53.509239964420715
+  ll2 53.508966089746124 19.569533233165654
+EPSG:4241
+  ll  72.05170038147702 -145.55288649247126
+  en  -145.55288649247126 72.05170038147702
+  ll2 72.05170038147702 -145.55288649247126
+EPSG:4242
+  ll  39.376856038693745 -96.30535182565195
+  en  -96.30589543735225 39.37502486581583
+  ll2 39.37685602258628 -96.30535183041465
+EPSG:4243
+  ll  -20.717501991840763 42.710822473272
+  en  42.710822473272 -20.717501991840763
+  ll2 -20.717501991840763 42.710822473272
+EPSG:4244
+  ll  3.7175563731665733 -138.6406350931714
+  en  -138.63474100035998 3.716303862849226
+  ll2 3.7175566303378793 -138.6406362953254
+EPSG:4245
+  ll  52.27308477391816 24.549395306724904
+  en  24.537987178487697 52.27389988835354
+  ll2 52.273084709425866 24.54939620645002
+EPSG:4246
+  ll  -28.756508781090837 74.3378661946935
+  en  74.33551403536175 -28.762138730633335
+  ll2 -28.75650837320064 74.33786636421924
+EPSG:4247
+  ll  82.76491238609648 177.17034726115907
+  en  177.17724306514498 82.76799589897404
+  ll2 82.76491230952666 177.17034709001513
+EPSG:4248
+  ll  -77.39609122817798 150.97500328583948
+  en  150.9755486375556 -77.39864963137354
+  ll2 -77.39609146990038 150.97500333733825
+EPSG:4249
+  ll  -15.698871769496208 -122.03483149800388
+  en  -122.03483149800388 -15.698871769496208
+  ll2 -15.698871769496206 -122.03483149800388
+EPSG:4250
+  ll  31.810093487319307 170.22653497430508
+  en  170.22660374129617 31.810755735696883
+  ll2 31.810093520693897 170.22653497775406
+EPSG:4251
+  ll  -30.43849263227726 107.130624250869
+  en  107.12985154003796 -30.442222522860177
+  ll2 -30.438492652175064 107.13062424676724
+EPSG:4252
+  ll  -87.10823061095999 -32.38473331196502
+  en  -32.38473331196502 -87.10823061096
+  ll2 -87.10823061096 -32.38473331196502
+EPSG:4253
+  ll  60.676363175013876 68.3198786985208
+  en  68.31813798502465 60.67746955758442
+  ll2 60.676363137774125 68.31987875701529
+EPSG:4254
+  ll  -8.706995199707038 -157.00308996386119
+  en  -157.00150725113306 -8.707947863685986
+  ll2 -8.706995221442428 -157.00308992798747
+EPSG:4255
+  ll  21.006375945051275 -57.294427263967805
+  en  -57.290578336140875 21.00598788829283
+  ll2 21.00637592752394 -57.29442709111956
+EPSG:4256
+  ll  46.629393346089216 -16.181436244370957
+  en  -16.178826393039312 46.634018922820815
+  ll2 46.629393273078485 -16.181436285430987
+EPSG:4257
+  ll  20.801104377041867 -143.74912031236886
+  en  -143.74175537434047 20.800010341581014
+  ll2 20.801104467399863 -143.7491209171798
+EPSG:4258
+  ll  68.95423702701359 -136.7642652058481
+  en  -136.76426520584812 68.95423702701359
+  ll2 68.95423702701359 -136.76426520584812
+EPSG:4259
+  ll  -44.83352924376652 -77.40830530104544
+  en  -77.40515443428666 -44.833393099606056
+  ll2 -44.83352923861986 -77.40830518229549
+EPSG:4260
+  ll  -86.30038194671872 -164.35112739842376
+  en  -164.36876049033856 -86.30173789614595
+  ll2 -86.3003819069771 -164.35112688187976
+EPSG:4261
+  ll  52.74264487100439 -36.40935363655484
+  en  -36.41136587807478 52.74497725232763
+  ll2 52.74264483116794 -36.40935360227282
+EPSG:4262
+  ll  86.21259055856089 75.30438150377702
+  en  75.37432519723484 86.21742177440673
+  ll2 86.2125901224818 75.304375202353
+EPSG:4263
+  ll  -18.151817761967834 121.32662015068667
+  en  121.32542050277617 -18.154640832923167
+  ll2 -18.15181776654206 121.32662014875467
+EPSG:4264
+  ll  8.125856166696124 75.89669327577383
+  en  75.8944763871702 8.126865472822379
+  ll2 8.125856193866783 75.89669321648724
+EPSG:4265
+  ll  -19.814940245949003 -47.86356302546369
+  en  -47.86298994416237 -19.815622782793618
+  ll2 -19.814940254572893 -47.863562992858625
+EPSG:4266
+  ll  -61.80865385016633 -135.52450012665423
+  en  -135.52527618227583 -61.8125862401465
+  ll2 -61.80865377123309 -135.52450011110204
+EPSG:4268
+  ll  32.270842461159646 -109.73597543217174
+  en  -109.73597543217174 32.270842461159646
+  ll2 32.270842461159646 -109.73597543217174
+EPSG:4269
+  ll  6.521963413569182 6.706571929204529
+  en  6.70657192920453 6.521963413569181
+  ll2 6.521963413569181 6.70657192920453
+EPSG:4270
+  ll  20.512925997587118 -38.89795544895878
+  en  -38.89529245439068 20.511466178477036
+  ll2 20.512925971558385 -38.89795540175537
+EPSG:4271
+  ll  -37.21713723393305 -6.202436549566556
+  en  -6.206624578993475 -37.218838468137385
+  ll2 -37.21713725470901 -6.202436600490881
+EPSG:4272
+  ll  77.66783837931462 156.79987098425192
+  en  156.79977963333215 77.66730056088817
+  ll2 77.66783835416109 156.79987102664637
+EPSG:4273
+  ll  27.57224493272767 -10.201254492224763
+  en  -10.19972724098487 27.569439532521507
+  ll2 27.572245056436024 -10.201254450065964
+EPSG:4274
+  ll  58.71356253035597 -116.76668984748143
+  en  -116.76239416282988 58.71413727229153
+  ll2 58.71356254987881 -116.76668970185466
+EPSG:4275
+  ll  33.3107435621088 139.38701896598172
+  en  139.3853555005267 33.311659254870825
+  ll2 33.31074359909914 139.3870188991007
+EPSG:4276
+  ll  56.90110948114719 162.37043037727528
+  en  162.37043037727528 56.90110948114719
+  ll2 56.90110948114719 162.37043037727528
+EPSG:4277
+  ll  -69.49093826266983 -58.09380575171451
+  en  -58.10194257087154 -69.49497839438376
+  ll2 -69.49093760566299 -58.09380446862803
+EPSG:4278
+  ll  -73.88513880819241 20.35712277116332
+  en  20.35712277116332 -73.88513880819241
+  ll2 -73.88513880819241 20.35712277116332
+EPSG:4279
+  ll  -34.54057521126112 -125.64986908148767
+  en  -125.64986908148765 -34.54057521126112
+  ll2 -34.54057521126112 -125.64986908148765
+EPSG:4280
+  ll  -40.34055552521494 -90.81524414406175
+  en  -90.81524414406175 -40.34055552521494
+  ll2 -40.34055552521494 -90.81524414406175
+EPSG:4281
+  ll  -33.80282061725201 -65.86040334246859
+  en  -65.85496167803902 -33.80982294666828
+  ll2 -33.80282032087359 -65.86040333940375
+EPSG:4282
+  ll  -65.79570266253137 178.59171510790577
+  en  178.5927496797822 -65.79820271262399
+  ll2 -65.79570272052031 178.59171513187317
+EPSG:4283
+  ll  65.00460563790946 -88.04220284259128
+  en  -88.04220284259128 65.00460563863153
+  ll2 65.00460563791023 -88.04220284259128
+EPSG:4284
+  ll  -3.1447936425312832 94.88935949172253
+  en  94.88923251665493 -3.143997976387551
+  ll2 -3.1447936467956987 94.88935949124858
+EPSG:4285
+  ll  -62.22017331920739 155.57347237889667
+  en  155.56751043427326 -62.220941497279114
+  ll2 -62.220173338467625 155.57347222966735
+EPSG:4286
+  ll  53.185470247645384 54.692225436350924
+  en  54.69222543635094 53.185470247645384
+  ll2 53.185470247645384 54.69222543635094
+EPSG:4287
+  ll  53.26949935938322 -132.50538470382932
+  en  -132.5057992897472 53.269772126764195
+  ll2 53.269499355695814 -132.50538469823783
+EPSG:4288
+  ll  -35.45230643175253 144.07122035889017
+  en  144.07122035889017 -35.45230643175253
+  ll2 -35.45230643175253 144.07122035889017
+EPSG:4289
+  ll  38.46466226759557 152.45982826241243
+  en  152.46396466822804 38.458082356728575
+  ll2 38.464663061164345 152.45982784100488
+EPSG:4291
+  ll  -75.8997138457321 127.43773794076725
+  en  127.43609665312933 -75.89993570725498
+  ll2 -75.89971384818378 127.43773792264497
+EPSG:4292
+  ll  -79.61495655835229 55.18856690414478
+  en  55.17349602718006 -79.61373017981862
+  ll2 -79.61495654716956 55.188566766685476
+EPSG:4293
+  ll  12.72125439713463 75.505478998281
+  en  75.51074708891343 12.723705041645596
+  ll2 12.721254218017226 75.50547861570215
+EPSG:4294
+  ll  -80.97224369210724 -135.52461173902373
+  en  -135.48065882211233 -80.97041851290749
+  ll2 -80.9722439045303 -135.5246168619678
+EPSG:4295
+  ll  -41.65500070482143 -162.0338506341101
+  en  -162.0338506341101 -41.65500070482143
+  ll2 -41.65500070482143 -162.0338506341101
+EPSG:4297
+  ll  1.4322046383291251 166.6274892828721
+  en  166.62498080001944 1.4330974600955488
+  ll2 1.4322046913878443 166.62748913479518
+EPSG:4298
+  ll  35.24621348607333 154.05392809628398
+  en  154.05727420422966 35.249706689405215
+  ll2 35.24621344900722 154.05392806093954
+EPSG:4299
+  ll  -37.38625911342885 29.408891447880478
+  en  29.41324074161239 -37.39147483450833
+  ll2 -37.38625846606016 29.408890970421897
+EPSG:4300
+  ll  43.40813127446236 12.962926843252376
+  en  12.965732364766751 43.40646558405543
+  ll2 43.40813127481481 12.962926842741284
+EPSG:4301
+  ll  -44.45554103450822 7.068629355914453
+  en  7.062077162287018 -44.458791318685655
+  ll2 -44.45554039975408 7.068630630980759
+EPSG:4302
+  ll  -17.64915841100583 -73.87928908078929
+  en  -73.87947487182646 -17.65394218899767
+  ll2 -17.649158192280133 -73.87928907234642
+EPSG:4303
+  ll  -30.589815932845923 -22.30553900572218
+  en  -22.305539005722185 -30.58981593284592
+  ll2 -30.58981593284592 -22.305539005722185
+EPSG:4304
+  ll  -21.34154670728209 14.610225431216321
+  en  14.612352010872085 -21.345154241255344
+  ll2 -21.34154662743403 14.610225384422241
+EPSG:4306
+  ll  -26.951365245878563 -3.9524941953104644
+  en  -3.9524941953104644 -26.951365245878566
+  ll2 -26.951365245878566 -3.9524941953104644
+EPSG:4307
+  ll  21.932385852076905 127.57134534141318
+  en  127.56936550632172 21.93078048174403
+  ll2 21.93238581323347 127.57134526330347
+EPSG:4308
+  ll  38.774390788949574 -71.8024903737281
+  en  -71.8024903737281 38.774390788949574
+  ll2 38.774390788949574 -71.8024903737281
+EPSG:4309
+  ll  50.01114942649622 -8.797545626705045
+  en  -8.799572374279128 50.010509763378344
+  ll2 50.01114941540169 -8.797545661762111
+EPSG:4310
+  ll  20.722181448820393 -51.30767698279601
+  en  -51.30859246572461 20.722979979070303
+  ll2 20.72218144174754 -51.30767697473494
+EPSG:4311
+  ll  61.03539312260139 -116.97857131901442
+  en  -116.97319451005134 61.0377490427665
+  ll2 61.03539307621877 -116.97857142469306
+EPSG:4312
+  ll  21.39070569910588 -133.34073245125944
+  en  -133.34615294328486 21.385637346975123
+  ll2 21.39070661876937 -133.3407319187681
+EPSG:4313
+  ll  17.300266395639852 -27.665403002809626
+  en  -27.66583981809371 17.301239601638684
+  ll2 17.30026640833626 -27.665403001415868
+EPSG:4314
+  ll  0.2450455314900779 144.15023540185894
+  en  144.1546002583249 0.24119835885430424
+  ll2 0.24504621354190043 144.15023474972756
+EPSG:4315
+  ll  -16.17467925127613 65.40114386360054
+  en  65.39994012029193 -16.176855316323515
+  ll2 -16.174679355826413 65.40114380612401
+EPSG:4316
+  ll  79.03646342380443 138.20628838500863
+  en  138.2060039483524 79.03602804590402
+  ll2 79.03646343510314 138.2062883923881
+EPSG:4317
+  ll  53.18559347873506 -117.43043630402019
+  en  -117.43164193504613 53.18666450957782
+  ll2 53.18559349632297 -117.43043632376973
+EPSG:4318
+  ll  -40.0757823978669 137.53167076449995
+  en  137.53159614272775 -40.075793065807254
+  ll2 -40.07578239786199 137.5316707645343
+EPSG:4319
+  ll  27.385703588384942 14.701973090290522
+  en  14.701809222347938 27.385612747108105
+  ll2 27.385703588587695 14.701973090655454
+EPSG:4322
+  ll  74.5347056312838 -24.668833359024433
+  en  -24.66898724791332 74.53469395236074
+  ll2 74.53470563117124 -24.668833359059256
+EPSG:4324
+  ll  17.422103496395664 -42.50922169228073
+  en  -42.50944780339184 17.42208601498172
+  ll2 17.42210349614976 -42.509221692194814
+EPSG:4326
+  ll  -7.087221454568692 41.43170492812351
+  en  41.43170492812351 -7.087221454568692
+  ll2 -7.087221454568692 41.43170492812351
+EPSG:4390
+  ll  4.38070991853283 102.79257259360517
+  en  -85298.94847439097 258600.44925709764
+  ll2 4.380709918462233 102.79257259318189
+EPSG:4391
+  ll  53.79035670623006 101.5532768364465
+  en  -25639.509295464635 5661745.498124668
+  ll2 53.79035655545008 101.55327675468202
+EPSG:4392
+  ll  -51.21957204259063 103.06169141535572
+  en  43872.627726672166 -6086958.076508541
+  ll2 -51.21957190668293 103.06169133235761
+EPSG:4393
+  ll  -84.22951048205402 101.63065414939489
+  en  -20225.941063279002 -9708159.821689617
+  ll2 -84.22950984537417 101.63065286908213
+EPSG:4394
+  ll  57.486169263799724 102.97966538945819
+  en  5244.510169607323 5827083.25166244
+  ll2 57.48616907572676 102.97966527124204
+EPSG:4395
+  ll  1.2334932100400238 99.48506411454036
+  en  -95660.45130115024 -463029.236341201
+  ll2 1.2334932101003975 99.48506411603935
+EPSG:4396
+  ll  -21.678813828276617 101.19001058658777
+  en  57317.11419697233 -3057907.280065038
+  ll2 -21.678813819749358 101.19001057917268
+EPSG:4397
+  ll  -67.21610819277629 101.21540378117679
+  en  17381.838076768723 -7862224.402783495
+  ll2 -67.21610787069007 101.21540358114508
+EPSG:4398
+  ll  -74.33078874939213 101.47705702179655
+  en  -20947.856603040218 -8903877.816985672
+  ll2 -74.33078830956096 101.47705665886222
+EPSG:4414
+  ll  84.76915747653666 137.07105156402255
+  en  22037.552611324936 8129911.919785018
+  ll2 84.7691574766041 137.07105165524067
+EPSG:4415
+  ll  18.77793502339297 75.49444395509215
+  en  6351032.2608052 3298027.372706329
+  ll2 18.77793498540569 75.49444396543818
+EPSG:4417
+  ll  59.47178759214739 20.597257918600498
+  en  7477291.976036254 6595431.052940518
+  ll2 59.47178759316474 20.597257929933104
+EPSG:4420
+  ll  -24.679975238157084 175.5238922827717
+  en  1150430.9735619014 -8957711.84332698
+  ll2 -24.679975238156896 175.52389228277127
+EPSG:4421
+  ll  54.99612244093845 -170.03819346460847
+  en  3100397.8921891563 2.006738230778005E7
+  ll2 54.996122430601524 -170.03819348516123
+EPSG:4422
+  ll  24.914573191627483 -167.4734911692188
+  en  2809215.9578561187 9055464.38175663
+  ll2 24.914573191588467 -167.4734911691412
+EPSG:4423
+  ll  32.2580110240076 -164.4140330286182
+  en  1821494.3196631626 1.1709902726678032E7
+  ll2 32.2580110240076 -164.4140330286182
+EPSG:4424
+  ll  54.22378354796527 -156.05053100812458
+  en  2271226.0663573346 1.972580350767019E7
+  ll2 54.223783547902464 -156.05053100812074
+EPSG:4425
+  ll  -71.96038777104071 -162.6815780263502
+  en  546772.7802326465 -2.628396724276403E7
+  ll2 -71.96038775375034 -162.6815773678306
+EPSG:4426
+  ll  50.90602886207628 -151.92387166643775
+  en  504866.900687615 1.8539760736423735E7
+  ll2 50.90602886072249 -151.92387166596274
+EPSG:4427
+  ll  64.10938849156071 -148.94433869304237
+  en  373077.4888338823 2.3403330659370825E7
+  ll2 64.10938847622892 -148.9443385994216
+EPSG:4428
+  ll  -63.162210930306514 -135.77610375560485
+  en  1512160.2223164039 -2.297862446096027E7
+  ll2 -63.16221093030652 -135.77610375560485
+EPSG:4429
+  ll  64.14900279956132 -129.31310292867693
+  en  1590440.0886612802 2.333871835758721E7
+  ll2 64.14900279956132 -129.31310292867693
+EPSG:4430
+  ll  89.32257077903222 -131.4469802471236
+  en  1603966.571968757 3.2556204145518385E7
+  ll2 89.32257077912546 -131.44698002748595
+EPSG:4431
+  ll  -44.47131982754194 -111.85998506801229
+  en  2981720.7438252554 -1.6197762203758538E7
+  ll2 -44.471319826017414 -111.85998506803412
+EPSG:4432
+  ll  -44.77266862372167 -102.13997331548667
+  en  3940537.5348476893 -1.6391137628736107E7
+  ll2 -44.7726685873629 -102.1399734177978
+EPSG:4433
+  ll  0.6485140849865871 -114.58753836201674
+  en  -1876084.121091087 238525.16889242132
+  ll2 0.6485140840208236 -114.58753822515004
+EPSG:4434
+  ll  85.58592084438166 15.022592737463446
+  en  8423260.414279168 9515109.434462167
+  ll2 85.58592084514798 15.022593183829912
+EPSG:4437
+  ll  -1.1907792941031445 -44.68053754599093
+  en  2754727.449517306 -1793203.557122327
+  ll2 -1.190779294103109 -44.68053754599094
+EPSG:4438
+  ll  34.32262450200949 -71.56457319025687
+  en  2677551.3818035615 1.247791610394572E7
+  ll2 34.322624501933156 -71.56457319014918
+EPSG:4439
+  ll  4.938641454928188 -63.95378669856227
+  en  3478225.119279759 1797928.2028190012
+  ll2 4.938641454847397 -63.953786700369434
+EPSG:4457
+  ll  32.108700747436544 -17.221303296024274
+  en  2.387905183258366E7 7984288.612060289
+  ll2 32.1087007474368 -17.221303296024274
+EPSG:4462
+  ll  -77.98539656767616 115.52925408984188
+  en  -722288.0508293671 -6841198.53303965
+  ll2 -77.98539656767615 115.52925408984188
+EPSG:4463
+  ll  -21.245856770547277 77.67429752138827
+  en  77.67429752138827 -21.24585677118516
+  ll2 -21.245856770547192 77.67429752138827
+EPSG:4467
+  ll  81.31714108060419 -56.627176177748396
+  en  506283.4753289588 9028624.685496762
+  ll2 81.31714108060491 -56.62717617774841
+EPSG:4470
+  ll  22.934578149962334 74.13383048761551
+  en  74.13383048761551 22.934578150640068
+  ll2 22.934578149962203 74.13383048761551
+EPSG:4471
+  ll  49.416691633997914 50.178378314621916
+  en  875511.3957461121 1.5486682913681362E7
+  ll2 49.416691632197214 50.17837831396609
+EPSG:4475
+  ll  -38.15259214574662 -10.136365006526376
+  en  -10.13495273345236 -38.14953756978653
+  ll2 -38.15259210387847 -10.136364987248239
+EPSG:4483
+  ll  71.69775393027132 -155.8965013515438
+  en  -155.8965013515438 71.69775393083347
+  ll2 71.69775393027227 -155.89650135154383
+EPSG:4484
+  ll  26.153555805417582 -122.13178264636548
+  en  -13329.737682250678 2902840.158286124
+  ll2 26.153555804987054 -122.13178264720192
+EPSG:4485
+  ll  -48.7719538834897 -112.74721852019753
+  en  371624.19863728003 -5403577.834166558
+  ll2 -48.771953883487164 -112.74721852019903
+EPSG:4486
+  ll  -59.394711137372425 -111.92559093488228
+  en  107134.75422060076 -6604478.649043757
+  ll2 -59.39471112841225 -111.92559091137835
+EPSG:4487
+  ll  35.30473846328101 -96.17453364722502
+  en  756903.8053345236 3910500.829637733
+  ll2 35.30473846325557 -96.1745336471887
+EPSG:4488
+  ll  -61.341638427361914 -86.53197009633692
+  en  845667.603390358 -6817988.92873171
+  ll2 -61.341638421838 -86.5319701097795
+EPSG:4489
+  ll  41.05115123999502 -87.65174394482521
+  en  445229.5688629538 4544639.942873665
+  ll2 41.051151239995065 -87.65174394482523
+EPSG:4490
+  ll  5.506011391573949 88.39664120403756
+  en  88.39664120403756 5.506011391573949
+  ll2 5.506011391573949 88.39664120403756
+EPSG:4491
+  ll  -42.578639455606925 81.83883893481922
+  en  1.4061553341437062E7 -4738643.486066903
+  ll2 -42.5786394479846 81.83883892993576
+EPSG:4492
+  ll  -43.667803735486906 82.12403819048066
+  en  1.4590656598688684E7 -4837526.426982111
+  ll2 -43.667803735486736 82.12403819048089
+EPSG:4493
+  ll  54.01378257136042 79.58822388589269
+  en  1.501454937263056E7 6012917.018319271
+  ll2 54.01378255632165 79.58822392086708
+EPSG:4494
+  ll  -61.0550699581773 92.74672233479119
+  en  1.6486319539372265E7 -6771656.42931073
+  ll2 -61.0550699581773 92.74672233479119
+EPSG:4495
+  ll  42.27047367736134 106.70443351841034
+  en  1.813578916968408E7 4710524.349937176
+  ll2 42.27047366239354 106.7044334999291
+EPSG:4496
+  ll  -37.06130361768848 95.8468958084117
+  en  1.7684973778963424E7 -4142741.024869562
+  ll2 -37.06130358868727 95.84689586618835
+EPSG:4497
+  ll  50.439717183905714 109.12053630367252
+  en  1.9366487937421877E7 5591446.736226764
+  ll2 50.43971718390148 109.12053630367073
+EPSG:4498
+  ll  81.14827671233226 111.17173425310666
+  en  2.0400000736568756E7 9018390.710313706
+  ll2 81.14827671217726 111.1717342604349
+EPSG:4499
+  ll  10.10528577643099 125.83521501864566
+  en  2.181087046361647E7 1118850.6539225616
+  ll2 10.10528577642741 125.83521501859364
+EPSG:4500
+  ll  -16.60533428622429 125.54184124414425
+  en  2.213080420499496E7 -1839817.4507161572
+  ll2 -16.60533428620561 125.54184124419132
+EPSG:4501
+  ll  9.136412343458375 135.0798346083621
+  en  2.3508775140852135E7 1010338.7075555942
+  ll2 9.136412343458375 135.0798346083621
+EPSG:4502
+  ll  67.38688094781043 66.53013623417621
+  en  137359.66051724897 7502302.497094397
+  ll2 67.38688093123363 66.53013641404104
+EPSG:4503
+  ll  3.588484466792522 72.65676621882028
+  en  -430245.23914900597 401061.411146474
+  ll2 3.588484464863596 72.65676626734528
+EPSG:4504
+  ll  47.13189779390868 94.92998028147277
+  en  1101490.8593361005 5252512.384552191
+  ll2 47.13189777293356 94.92998023917153
+EPSG:4505
+  ll  -80.61493104397984 98.86949197930723
+  en  606719.2572760094 -8959202.353962814
+  ll2 -80.61493104378603 98.86949197153005
+EPSG:4506
+  ll  -34.6818580889721 100.50532781254864
+  en  637954.0132928642 -3840330.3138201884
+  ll2 -34.68185808897155 100.50532781254987
+EPSG:4507
+  ll  -6.462216394980828 95.26581494906155
+  en  -581883.6705760299 -725004.609482079
+  ll2 -6.462216385126359 95.26581507984888
+EPSG:4508
+  ll  52.87626809266001 114.12899535971705
+  en  710643.7475254299 5865438.910524783
+  ll2 52.87626809256976 114.12899535972358
+EPSG:4509
+  ll  -15.788761978353833 113.84125717503757
+  en  161405.8483980862 -1748809.5476261212
+  ll2 -15.78876197834375 113.84125717507622
+EPSG:4510
+  ll  -73.71574182307634 128.65339825934882
+  en  676771.6220285511 -8191978.154400439
+  ll2 -73.71574182231214 128.65339825420847
+EPSG:4511
+  ll  19.11608312710061 123.40052977974062
+  en  -89912.19338216446 2123978.9263566104
+  ll2 19.11608312663723 123.4005297796526
+EPSG:4512
+  ll  -88.82785864618289 126.72140088460782
+  en  481150.39988415805 -9872408.650245247
+  ll2 -88.8278586463119 126.72140106741728
+EPSG:4513
+  ll  52.51402172147132 70.45073118313407
+  en  2.5191240552166406E7 5830275.34657819
+  ll2 52.51402172062346 70.45073118338611
+EPSG:4514
+  ll  89.39487241975911 73.21320445323549
+  en  2.6494359916945834E7 9934612.372410152
+  ll2 89.39487241975937 73.21320445451765
+EPSG:4515
+  ll  42.544298209577335 79.3007072331386
+  en  2.736041666250515E7 4713496.545646839
+  ll2 42.54429820957546 79.30070723313663
+EPSG:4516
+  ll  -74.01969620528908 74.13847310167772
+  en  2.819810495986183E7 -8242570.218784651
+  ll2 -74.01969619328361 74.13847390481493
+EPSG:4517
+  ll  -37.36789081001677 85.96679851990409
+  en  2.9408476666135944E7 -4137840.775133449
+  ll2 -37.367890810016696 85.96679851990393
+EPSG:4518
+  ll  2.222302146175849 82.52118567241999
+  en  2.966570280696377E7 247851.2781133166
+  ll2 2.2223021456160508 82.52118569612215
+EPSG:4519
+  ll  43.41505923911956 95.03597567751261
+  en  3.1664895580797788E7 4810845.614350092
+  ll2 43.41505923911383 95.0359756775174
+EPSG:4520
+  ll  -18.32249283471762 99.18798023647074
+  en  3.2837144493136145E7 -2029626.9102168805
+  ll2 -18.322492834705134 99.18798023645626
+EPSG:4521
+  ll  4.924627520917255 93.81313704015824
+  en  3.292393736091246E7 546793.6159578406
+  ll2 4.924627520820374 93.81313704229044
+EPSG:4522
+  ll  -73.0625924018427 94.35903762204443
+  en  3.4252050366649956E7 -8126550.059406312
+  ll2 -73.0625923972226 94.35903769984304
+EPSG:4523
+  ll  -57.31467349388492 109.88014471849209
+  en  3.579392103478906E7 -6365502.066815696
+  ll2 -57.31467349267547 109.8801447176518
+EPSG:4524
+  ll  -73.21429034660036 98.55383421004
+  en  3.619653654479495E7 -8151648.920235717
+  ll2 -73.21429033420591 98.55383474624095
+EPSG:4525
+  ll  35.94508426869402 108.6199331721206
+  en  3.728523635007123E7 3982068.6207755725
+  ll2 35.94508426868448 108.61993317210644
+EPSG:4526
+  ll  -34.285714586892105 118.5623749402579
+  en  3.892024098091519E7 -3804791.4610365196
+  ll2 -34.28571458647494 118.56237494076014
+EPSG:4527
+  ll  71.42611977650506 124.30982003654438
+  en  3.975941422629779E7 7943805.941486508
+  ll2 71.42611977187818 124.30981998575554
+EPSG:4528
+  ll  -9.240771960099664 122.09579365736022
+  en  4.073034386593138E7 -1022556.9163456275
+  ll2 -9.240771960099158 122.09579365734861
+EPSG:4529
+  ll  -38.21361130070164 116.06392926898725
+  en  4.089220965133252E7 -4254028.669449601
+  ll2 -38.21361129414816 116.06392927012077
+EPSG:4530
+  ll  4.231867328244618 130.21850315618468
+  en  4.296875174033891E7 469219.3452313065
+  ll2 4.231867328223234 130.21850315553286
+EPSG:4531
+  ll  64.40742409179094 138.20540995224232
+  en  4.394266541019464E7 7177440.499423074
+  ll2 64.40742405836703 138.20540959237775
+EPSG:4532
+  ll  -64.84216889503563 122.77733732195081
+  en  4.406356143557161E7 -7225629.916873951
+  ll2 -64.8421688624157 122.77733769166596
+EPSG:4533
+  ll  33.17520257153372 133.57492418071237
+  en  4.536708038113537E7 3673083.7021115487
+  ll2 33.17520257153336 133.57492418071146
+EPSG:4534
+  ll  -82.89942905772523 75.78142979015782
+  en  510788.044233011 -9208988.623081964
+  ll2 -82.89942905772526 75.78142979015782
+EPSG:4535
+  ll  43.596451834883595 74.8326530558047
+  en  244237.07610821107 4833862.23621725
+  ll2 43.59645183480193 74.83265305576008
+EPSG:4536
+  ll  5.533981983768811 78.04984127962602
+  en  172967.51519175078 612747.6054195662
+  ll2 5.533981983766053 78.04984127971197
+EPSG:4537
+  ll  -20.10639095634444 79.98685448259414
+  en  80054.86408407998 -2229205.8092593136
+  ll2 -20.106390956285246 79.98685448256256
+EPSG:4538
+  ll  64.04213948904885 89.4322339302841
+  en  618812.1645066552 7106819.594642567
+  ll2 64.04213948903495 89.4322339302827
+EPSG:4539
+  ll  81.64733716386777 86.18278468898008
+  en  438112.8196404936 9071130.57212875
+  ll2 81.64733716385595 86.18278468914122
+EPSG:4540
+  ll  -44.63769895273001 96.52117414728517
+  en  779379.9424091743 -4950718.210395238
+  ll2 -44.637698952569906 96.52117414734956
+EPSG:4541
+  ll  17.106394742767066 92.21157940139116
+  en  96570.42566461826 1896009.1251823143
+  ll2 17.10639474273288 92.21157940145031
+EPSG:4542
+  ll  -9.34923198470456 96.01292174054005
+  en  171726.1796470536 -1035267.2825441768
+  ll2 -9.349231984699891 96.01292174061311
+EPSG:4543
+  ll  -79.53957994742348 97.24947146673361
+  en  403779.0379623907 -8837655.177299656
+  ll2 -79.53957994734152 97.2494714678736
+EPSG:4544
+  ll  18.33937251648082 108.73684656087971
+  en  895212.9928109706 2032603.6923779359
+  ll2 18.33937251644707 108.73684656085479
+EPSG:4545
+  ll  -38.82813480434976 109.01349851466938
+  en  588008.7219812976 -4299912.63618924
+  ll2 -38.828134804349695 109.01349851466954
+EPSG:4546
+  ll  -47.43635647060463 106.86189811231245
+  en  187866.9443985757 -5264067.81743848
+  ll2 -47.4363564701486 106.86189811227163
+EPSG:4547
+  ll  64.88924297870562 116.82064280267797
+  en  633581.4956035826 7201968.75568097
+  ll2 64.88924297867372 116.82064280267079
+EPSG:4548
+  ll  10.382069651135168 110.90183071759803
+  en  -168993.46207882836 1154549.10755807
+  ll2 10.3820696505986 110.90183072146687
+EPSG:4549
+  ll  -62.48547513176247 111.96312273091233
+  en  86379.22467869887 -6956825.440519403
+  ll2 -62.485475113607635 111.96312283076341
+EPSG:4550
+  ll  26.869054180796212 114.87916835452597
+  en  -308574.09602955764 2999133.1279473878
+  ll2 26.86905417348081 114.87916834859422
+EPSG:4551
+  ll  16.67336519528763 122.36333357553521
+  en  111862.79054956365 1847696.9074377867
+  ll2 16.67336519526188 122.3633335755936
+EPSG:4552
+  ll  -12.347517170923538 130.37117956088235
+  en  649144.1011053738 -1365909.7752631248
+  ll2 -12.34751717092349 130.37117956088133
+EPSG:4553
+  ll  88.13758895105502 133.64772509289799
+  en  505980.39214598754 9794032.32133061
+  ll2 88.137588951055 133.64772509289787
+EPSG:4554
+  ll  79.58016150941125 143.14940534967857
+  en  664089.0038362176 8849759.05897673
+  ll2 79.58016150819665 143.14940519877942
+EPSG:4555
+  ll  78.6751377428231 -61.56588045473465
+  en  -61.56588045473466 78.6751377428231
+  ll2 78.6751377428231 -61.56588045473466
+EPSG:4558
+  ll  -8.062451085694136 157.27630106098604
+  en  157.27630106098607 -8.062451085956585
+  ll2 -8.062451085694258 157.2763010609861
+EPSG:4559
+  ll  -28.64646658487689 -55.78280197864944
+  en  1206348.2193066548 -3190218.2192560663
+  ll2 -28.64646658075954 -55.78280197388912
+EPSG:4568
+  ll  -56.99742660975438 73.45100188237937
+  en  1.3405860597687926E7 -6320805.262286385
+  ll2 -56.99742660975309 73.45100188237907
+EPSG:4569
+  ll  64.49855889003786 72.21214359537495
+  en  1.4078711292663898E7 7184797.726341863
+  ll2 64.49855886407744 72.21214383173476
+EPSG:4570
+  ll  59.71160168158221 84.34390393902783
+  en  1.5350525598658621E7 6625050.661481358
+  ll2 59.711601681552786 84.34390393902903
+EPSG:4571
+  ll  11.31079665603663 84.34323951805732
+  en  1.5551554644398822E7 1265000.0910088986
+  ll2 11.310796649647685 84.34323955602834
+EPSG:4572
+  ll  -78.1761601242114 104.97923328590889
+  en  1.7636598961857505E7 -8688635.081933454
+  ll2 -78.17616012377766 104.97923327691755
+EPSG:4573
+  ll  -6.431669638212625 100.67622320970024
+  en  1.80212343462848E7 -713246.3551409552
+  ll2 -6.4316696381758325 100.67622321038104
+EPSG:4574
+  ll  -83.79014279407507 110.04905407929243
+  en  1.948851146834006E7 -9308644.590624835
+  ll2 -83.79014279407507 110.04905407929238
+EPSG:4575
+  ll  19.89472525682777 117.66999449842373
+  en  2.0570161886403944E7 2200890.8216016022
+  ll2 19.89472525682777 117.66999449842375
+EPSG:4576
+  ll  -8.24699446189939 114.61165920310468
+  en  2.0572588093281697E7 -921775.3514701778
+  ll2 -8.246994457750214 114.61165924305313
+EPSG:4577
+  ll  -23.252751205772995 132.09855766888944
+  en  2.281718994067023E7 -2575962.827909751
+  ll2 -23.252751205757697 132.09855766891445
+EPSG:4578
+  ll  -19.15895808502806 125.074949907596
+  en  2.245180756329146E7 -2149308.939206177
+  ll2 -19.1589580656777 125.0749499420539
+EPSG:4579
+  ll  -61.41906246296371 71.83427749794745
+  en  331015.7613135759 -6816410.717687229
+  ll2 -61.41906246288551 71.83427749796417
+EPSG:4580
+  ll  59.53830966773117 89.04388290156925
+  en  954365.7274663888 6630312.950147374
+  ll2 59.53830964666421 89.0438828091542
+EPSG:4581
+  ll  -37.42994051870873 88.338765990087
+  en  618496.3215758696 -4145141.3906342927
+  ll2 -37.42994051870839 88.33876599008767
+EPSG:4582
+  ll  -44.732762437753856 98.7630560667272
+  en  956520.9705697752 -4971520.342555953
+  ll2 -44.732762434719945 98.76305606588173
+EPSG:4583
+  ll  72.81917998423162 99.13349740915483
+  en  504403.2668012718 8083687.428854159
+  ll2 72.81917998423162 99.13349740915483
+EPSG:4584
+  ll  -81.80877976552878 106.1238003667711
+  en  517881.9643226 -9087448.78784343
+  ll2 -81.80877976552875 106.1238003667711
+EPSG:4585
+  ll  59.17186527836125 110.57301709443821
+  en  475581.1384245642 6562007.148383413
+  ll2 59.171865278361246 110.57301709443821
+EPSG:4586
+  ll  -49.520898801583776 117.06841239571744
+  en  504953.5299319162 -5487658.044300037
+  ll2 -49.520898801583776 117.06841239571744
+EPSG:4587
+  ll  -63.4741457412747 113.91941690097956
+  en  48475.97681133804 -7073465.947164479
+  ll2 -63.47414570799244 113.91941721180198
+EPSG:4588
+  ll  -83.7551137384461 133.71245806007005
+  en  557191.3806131806 -9306977.005294386
+  ll2 -83.75511373842991 133.71245805897695
+EPSG:4589
+  ll  31.98927003023951 127.01749946230348
+  en  -255468.84854082856 3568716.4305472653
+  ll2 31.989270020734203 127.01749946072508
+EPSG:4600
+  ll  -25.80544012040943 -24.851806030897052
+  en  -24.851806030897055 -25.80544012040943
+  ll2 -25.80544012040943 -24.851806030897055
+EPSG:4601
+  ll  89.26328047998643 -21.67446323134905
+  en  -21.59938984492951 89.26128076180103
+  ll2 89.26328053286613 -21.674465222572035
+EPSG:4602
+  ll  -15.124906064530379 7.193682576724342
+  en  7.1882038367087615 -15.133068878773011
+  ll2 -15.124906998762054 7.193681953626403
+EPSG:4603
+  ll  42.3123265905343 -155.34170408105157
+  en  -155.33971281187235 42.31390208040188
+  ll2 42.31232656635919 -155.34170411149344
+EPSG:4604
+  ll  -55.090871198001416 -14.922473778143342
+  en  -14.928608648963639 -55.09625453688617
+  ll2 -55.090870878374695 -14.922473414756848
+EPSG:4605
+  ll  53.68388387323023 -95.42665020657108
+  en  -95.42652388153091 53.68430298506053
+  ll2 53.68388387107922 -95.42665020721799
+EPSG:4606
+  ll  -68.28803198776407 -28.757366760658186
+  en  -28.758347985711296 -68.28957172016494
+  ll2 -68.2880318587388 -28.757366678515158
+EPSG:4607
+  ll  56.76546209405063 171.84712332851785
+  en  171.85295926061704 56.765891128522156
+  ll2 56.76546209521131 171.84712334426303
+EPSG:4608
+  ll  -76.07404069237896 -30.94821845658538
+  en  -30.948218456585376 -76.07404069237896
+  ll2 -76.07404069237896 -30.948218456585376
+EPSG:4609
+  ll  25.81736914358801 106.82861265817235
+  en  106.82861265817235 25.81736914358801
+  ll2 25.817369143588014 106.82861265817235
+EPSG:4610
+  ll  -4.829586011713275 17.536653435368038
+  en  17.536653435368038 -4.829586011713275
+  ll2 -4.829586011713275 17.536653435368038
+EPSG:4611
+  ll  82.79547066585704 149.34290975085554
+  en  149.317676272825 82.79636708142849
+  ll2 82.79547066672029 149.3429098032959
+EPSG:4612
+  ll  -58.306257348653205 144.60213804999916
+  en  144.60213804999916 -58.30625734949611
+  ll2 -58.30625734865367 144.60213804999916
+EPSG:4613
+  ll  -84.22092900256692 -13.269766261786913
+  en  -13.320693282663163 -84.2159510960455
+  ll2 -84.22092960150555 -13.269760126646355
+EPSG:4614
+  ll  -21.872493613000543 -96.22511297317327
+  en  -96.22455416049203 -21.8737125721656
+  ll2 -21.872493746009663 -96.22511290047025
+EPSG:4615
+  ll  10.244710018804156 130.72286107303597
+  en  130.71792627167477 10.242424554528915
+  ll2 10.244709860648712 130.722860733751
+EPSG:4616
+  ll  -80.21938781596077 -150.37552371573847
+  en  -150.37367494437285 -80.22251195704351
+  ll2 -80.21938789224961 -150.37552367061664
+EPSG:4617
+  ll  -78.5224668916699 37.52648771871978
+  en  37.52648771871978 -78.52246689203763
+  ll2 -78.52246689167075 37.52648771871978
+EPSG:4618
+  ll  4.774937987325956 48.274298113789285
+  en  48.27382201902594 4.7752549573524785
+  ll2 4.774937986259732 48.27429811538013
+EPSG:4619
+  ll  44.0876310151946 37.3864530531217
+  en  37.38645305312169 44.08763101613745
+  ll2 44.08763101519468 37.386453053121684
+EPSG:4620
+  ll  54.81214972552223 -148.04148147053212
+  en  -148.04231116912737 54.8154176564023
+  ll2 54.812149779311014 -148.04148148415692
+EPSG:4621
+  ll  42.899521381541405 -56.91651894079587
+  en  -56.9195818028079 42.902361674398044
+  ll2 42.899521300583174 -56.91651885381343
+EPSG:4622
+  ll  49.47461062282616 -109.62956955335417
+  en  -109.62357426176771 49.47835023704565
+  ll2 49.474610670921564 -109.62956947647648
+EPSG:4623
+  ll  58.4087726210667 -178.78248869261247
+  en  -178.77848727348615 58.410373143449036
+  ll2 58.40877271468931 -178.7824884590029
+EPSG:4624
+  ll  -84.2983732880713 -173.41329993912248
+  en  -173.41329993912242 -84.29837328825774
+  ll2 -84.2983732880718 -173.41329993912242
+EPSG:4625
+  ll  -50.44948825538305 155.8023956605216
+  en  155.80965918266227 -50.45135287077999
+  ll2 -50.449488284076786 155.8023957719735
+EPSG:4626
+  ll  -68.55443581505419 171.64086968475772
+  en  171.61822886772407 -68.5489296932764
+  ll2 -68.55443472827866 171.64086521769778
+EPSG:4627
+  ll  26.700320483388282 110.60814719467368
+  en  110.60814719467368 26.700320484146033
+  ll2 26.700320483387777 110.60814719467369
+EPSG:4628
+  ll  -49.49939130980256 69.35884457510306
+  en  69.36036810965199 -49.502241384749844
+  ll2 -49.49939139447979 69.35884462023691
+EPSG:4629
+  ll  -61.37113497647589 -155.1483429288211
+  en  -155.1422741218903 -61.370539837972274
+  ll2 -61.37113497714107 -155.1483429129554
+EPSG:4630
+  ll  74.11028824901533 -108.14224768405853
+  en  -108.14206803282676 74.10809202747349
+  ll2 74.1102881973074 -108.1422476798303
+EPSG:4631
+  ll  -51.44263441806412 -63.74931144139521
+  en  -63.74999230038112 -51.44564219528362
+  ll2 -51.442634540341125 -63.749311469000425
+EPSG:4632
+  ll  -35.80194759694242 46.1490392444274
+  en  46.146443906808145 -35.79919342299239
+  ll2 -35.801947543261875 46.14903919406367
+EPSG:4633
+  ll  -13.4882748914697 36.12023391946403
+  en  36.12039978922621 -13.487466417884038
+  ll2 -13.488274803346782 36.12023393742928
+EPSG:4634
+  ll  -47.07137497324855 23.57547863770955
+  en  23.57960930614824 -47.07298846127714
+  ll2 -47.071374944209325 23.575478563603657
+EPSG:4635
+  ll  77.849034946904 43.104008486000794
+  en  43.10683126993448 77.8456034262162
+  ll2 77.84903486831735 43.1040083574146
+EPSG:4636
+  ll  -26.204001443699646 146.35081650558197
+  en  146.35445584618063 -26.205215270409234
+  ll2 -26.204001440592453 146.3508164963179
+EPSG:4637
+  ll  61.130851628190186 -24.70152491751449
+  en  -24.7066422052121 61.13261560265707
+  ll2 61.130851750608215 -24.701525272051
+EPSG:4638
+  ll  20.5473067226347 -120.73998615214576
+  en  -120.73800092347082 20.54438555122613
+  ll2 20.54730680353586 -120.73998620680449
+EPSG:4639
+  ll  -37.556485782072464 -135.0596867418442
+  en  -135.0627667094738 -37.55590207051536
+  ll2 -37.55648576128609 -135.05968685106984
+EPSG:4640
+  ll  71.99002840370818 139.6170138900817
+  en  139.6170138900817 71.99002840370818
+  ll2 71.99002840370818 139.6170138900817
+EPSG:4641
+  ll  47.81643540559125 35.49257057923057
+  en  35.49286732366434 47.82031966396077
+  ll2 47.81643560501966 35.492570594418936
+EPSG:4642
+  ll  -16.906678754205842 -165.13413777434383
+  en  -165.1372636188623 -16.909929087353838
+  ll2 -16.906678885328123 -165.13413789966785
+EPSG:4643
+  ll  70.56521047851896 87.87888653062691
+  en  87.88376118842312 70.55948081961343
+  ll2 70.56521133271521 87.87888734347197
+EPSG:4644
+  ll  -64.21746237942585 164.7505021541001
+  en  164.74348359619844 -64.21857713733502
+  ll2 -64.21746235826554 164.7505022871358
+EPSG:4645
+  ll  26.18707975201444 100.77895418583171
+  en  100.77895418583171 26.187731593141226
+  ll2 26.187079775965223 100.77895418583172
+EPSG:4646
+  ll  26.43918288238598 83.76705821816824
+  en  83.75690457478757 26.44435755289712
+  ll2 26.439183235613676 83.76705752887386
+EPSG:4647
+  ll  -76.13792619950138 16.73959791140613
+  en  3.270643345186227E7 -8464135.292662872
+  ll2 -76.13792619675739 16.73959782036971
+EPSG:4652
+  ll  -78.64295746016069 79.9806684619763
+  en  2.560941024380873E7 -8738435.447815584
+  ll2 -78.6429574600241 79.98066846024338
+EPSG:4653
+  ll  60.664026717567566 82.83916364748133
+  en  2.6764436510235332E7 6737918.410902408
+  ll2 60.66402671654385 82.83916364655553
+EPSG:4654
+  ll  -63.7317423763523 77.94158114325181
+  en  2.7348954313721642E7 -7073689.517950117
+  ll2 -63.73174237629636 77.9415811432663
+EPSG:4655
+  ll  22.261276311553345 74.47971261736981
+  en  2.751545811456073E7 2493960.34383371
+  ll2 22.26127629602985 74.47971262605446
+EPSG:4656
+  ll  -28.458413026068648 87.62397083361101
+  en  2.9561114937990155E7 -3149459.118130602
+  ll2 -28.458413026068644 87.623970833611
+EPSG:4657
+  ll  -27.812184622738265 -8.058229172542525
+  en  -8.060189027216676 -27.811039153367417
+  ll2 -27.812184828704364 -8.058228821981775
+EPSG:4658
+  ll  -79.23171989568206 179.36350293394264
+  en  179.36571651742477 -79.2325291699045
+  ll2 -79.23171992833265 179.36350302321986
+EPSG:4659
+  ll  -49.308659018750696 56.16938365861063
+  en  56.16938365861063 -49.30865901968313
+  ll2 -49.30865901875085 56.16938365861063
+EPSG:4660
+  ll  -12.810660026388447 74.1886625044761
+  en  74.20329174466032 -12.812054818863439
+  ll2 -12.810660363195483 74.18866357402364
+EPSG:4661
+  ll  -36.28458761994232 -165.9036539630546
+  en  -165.9036539630546 -36.2845876208427
+  ll2 -36.284587619942336 -165.9036539630546
+EPSG:4662
+  ll  -30.218875325189373 58.36471107008691
+  en  58.36650724314655 -30.220491664217576
+  ll2 -30.218875279179358 58.36471101921661
+EPSG:4663
+  ll  42.74883981346852 116.71563355657185
+  en  116.70878850202857 42.747622881306334
+  ll2 42.74883973224316 116.71563310126065
+EPSG:4664
+  ll  -41.19536888618599 37.57015784343889
+  en  37.567346136306796 -41.196103179482165
+  ll2 -41.195368899727036 37.570157791788716
+EPSG:4665
+  ll  -42.92399681954331 -64.91206978148446
+  en  -64.91175544653275 -42.92336737802378
+  ll2 -42.92399681052531 -64.91206977699713
+EPSG:4666
+  ll  29.237052051417265 98.11321809374908
+  en  98.11811461094253 29.23094227623923
+  ll2 29.23705270146555 98.11321757540588
+EPSG:4667
+  ll  -18.61218869191113 14.109155596517212
+  en  14.109155596517212 -18.61218869191113
+  ll2 -18.61218869191113 14.109155596517212
+EPSG:4668
+  ll  -0.2575842428449846 -171.99190036519758
+  en  -171.99266452237433 -0.2565194291487934
+  ll2 -0.25758418396494137 -171.99190040716974
+EPSG:4669
+  ll  43.763571351956244 -76.50397692024245
+  en  -76.50397692024245 43.7635713528987
+  ll2 43.763571351956315 -76.50397692024245
+EPSG:4670
+  ll  74.70148199798555 -136.1264363794791
+  en  -136.1264363794791 74.70148199798555
+  ll2 74.70148199798555 -136.1264363794791
+EPSG:4671
+  ll  1.710002127727222 93.20771507217523
+  en  93.20771507217523 1.710002127727222
+  ll2 1.710002127727222 93.20771507217523
+EPSG:4672
+  ll  -72.690646146816 -111.45255566222512
+  en  -111.45787649364607 -72.69116878088418
+  ll2 -72.69064615101401 -111.45255570492189
+EPSG:4673
+  ll  -2.755678367401501 -26.3143362886548
+  en  -26.314978599171887 -2.7568471229689697
+  ll2 -2.7556784437379362 -26.31433632038576
+EPSG:4674
+  ll  -67.13758441728083 138.09996255174707
+  en  138.09996255174707 -67.13758441795581
+  ll2 -67.13758441728167 138.09996255174707
+EPSG:4675
+  ll  -34.065942648620066 105.70766849081429
+  en  105.70589843371909 -34.06879594607324
+  ll2 -34.06594250247493 105.70766858105532
+EPSG:4676
+  ll  63.09467040874526 -138.03211930511213
+  en  -138.03211930511213 63.09467040874526
+  ll2 63.09467040874526 -138.03211930511213
+EPSG:4677
+  ll  -20.642809221975753 -39.683532245988374
+  en  -39.683532245988374 -20.642809221975753
+  ll2 -20.642809221975753 -39.683532245988374
+EPSG:4678
+  ll  4.786703643938296 116.22033226986912
+  en  116.22017023654608 4.786952245938902
+  ll2 4.786703642674419 116.22033227068741
+EPSG:4679
+  ll  85.62180850722928 -83.80286106379651
+  en  -83.79674186913567 85.61976269883901
+  ll2 85.62180849599221 -83.80286103016947
+EPSG:4680
+  ll  -71.14117840391518 -2.4934577717794184
+  en  -2.4918499723161 -71.14336402296539
+  ll2 -71.1411784402536 -2.4934577450705175
+EPSG:4681
+  ll  -61.61457725290575 -139.95844517715292
+  en  -139.95844517715292 -61.614577252905754
+  ll2 -61.614577252905754 -139.95844517715292
+EPSG:4682
+  ll  -50.22679411672055 -175.97565303523322
+  en  -175.96564549959004 -50.2243577104214
+  ll2 -50.22679456288102 -175.97565486320997
+EPSG:4683
+  ll  -88.76026853662587 -175.14768974221153
+  en  -175.20519485365068 -88.76295979971599
+  ll2 -88.76026850495712 -175.1476897388658
+EPSG:4684
+  ll  19.308181572729836 39.88791860620864
+  en  39.88945056658716 19.307349373889345
+  ll2 19.308181577061823 39.88791859828149
+EPSG:4685
+  ll  -78.62252758794192 141.80269625705012
+  en  141.80269625705012 -78.62252758794192
+  ll2 -78.62252758794192 141.80269625705012
+EPSG:4686
+  ll  -6.36899362522901 40.56170867852995
+  en  40.56170867852995 -6.368993625437337
+  ll2 -6.3689936252290344 40.56170867852995
+EPSG:4687
+  ll  -5.866210917125841 13.182991116758785
+  en  13.182998170277433 -5.866207422369518
+  ll2 -5.866210917126094 13.182991116758807
+EPSG:4688
+  ll  -1.9161683527315319 169.567099812634
+  en  169.57937326769704 -1.9576224242576372
+  ll2 -1.9161756845501516 169.56710608481842
+EPSG:4689
+  ll  -31.70472801417325 -102.87208195515865
+  en  -102.87587283625606 -31.704844006553028
+  ll2 -31.704728026053456 -102.87208205056132
+EPSG:4690
+  ll  30.21081439784645 20.456970836484885
+  en  20.456093207056337 30.21120813238217
+  ll2 30.210814449411348 20.456970766535626
+EPSG:4691
+  ll  50.99567573658135 149.23375146449558
+  en  149.238134314004 50.995591681377384
+  ll2 50.9956756972214 149.23375164841917
+EPSG:4692
+  ll  28.292582375473685 13.092697602799433
+  en  13.092335349856231 28.2940673489228
+  ll2 28.292582479620332 13.092697577525524
+EPSG:4693
+  ll  -79.43197622450931 -88.16223707215289
+  en  -88.16223683729926 -79.4319786614021
+  ll2 -79.43197622450988 -88.16223707215292
+EPSG:4694
+  ll  10.017634575357135 -120.45293638122666
+  en  -120.45293638122668 10.017634575357135
+  ll2 10.017634575357135 -120.45293638122668
+EPSG:4695
+  ll  -74.10133080758368 -81.35308072326242
+  en  -81.34968046202415 -74.10177649814348
+  ll2 -74.10133081412836 -81.35308067336891
+EPSG:4696
+  ll  -66.09163747602487 112.49557549627394
+  en  112.49557549627394 -66.09163747602487
+  ll2 -66.09163747602487 112.49557549627394
+EPSG:4697
+  ll  61.629624533178344 -29.433502503366498
+  en  -29.4335025033665 61.62962453317835
+  ll2 61.62962453317835 -29.433502503366505
+EPSG:4698
+  ll  -65.26709369681447 -162.2521296486472
+  en  -162.2568892783187 -65.26744366310064
+  ll2 -65.26709369945549 -162.25212968450455
+EPSG:4699
+  ll  -30.0188085358525 -102.00640203812571
+  en  -101.99825214193895 -30.01766731746936
+  ll2 -30.018808485797912 -102.00640168239029
+EPSG:4700
+  ll  -66.6279092662278 -107.39020651797925
+  en  -107.39020651797925 -66.6279092662278
+  ll2 -66.6279092662278 -107.39020651797925
+EPSG:4701
+  ll  -47.98211632770738 -64.49546466307707
+  en  -64.49358727144508 -47.984949829557884
+  ll2 -47.98211637993654 -64.49546462857799
+EPSG:4702
+  ll  -18.52585316834653 123.05600695292515
+  en  123.05600695292513 -18.525853168915614
+  ll2 -18.525853168346515 123.05600695292513
+EPSG:4703
+  ll  23.856175508865178 116.77901104216909
+  en  116.77901104216909 23.856175508865178
+  ll2 23.856175508865178 116.77901104216909
+EPSG:4704
+  ll  71.71815175085223 -64.7681683699314
+  en  -64.7681683699314 71.71815175085223
+  ll2 71.71815175085223 -64.7681683699314
+EPSG:4705
+  ll  66.61360441039855 -169.23171038146913
+  en  -169.23171038146913 66.61360441039855
+  ll2 66.61360441039855 -169.23171038146913
+EPSG:4706
+  ll  65.6202993264314 30.592177756544345
+  en  30.58845894093774 65.6197051106395
+  ll2 65.62029932264117 30.592177732843506
+EPSG:4707
+  ll  12.824410434747634 -135.471587689618
+  en  -135.47308584657182 12.82770201728107
+  ll2 12.824410524406547 -135.4715877301657
+EPSG:4708
+  ll  22.555631948238215 -100.97542879481917
+  en  -100.97078303505778 22.552406435271436
+  ll2 22.555631797761656 -100.97542857931454
+EPSG:4709
+  ll  86.59769949453096 13.803702046673806
+  en  13.797931044627324 86.59935959321045
+  ll2 86.59769946803124 13.803702138747862
+EPSG:4710
+  ll  -3.969143521035164 120.59218732276537
+  en  120.59222738435705 -3.965198375711046
+  ll2 -3.9691429485517076 120.59218732854004
+EPSG:4711
+  ll  -10.030039232793229 -130.64016680812253
+  en  -130.64241531811317 -10.030251538952822
+  ll2 -10.03003924444816 -130.6401669307527
+EPSG:4712
+  ll  76.23239175028021 74.07200359936837
+  en  74.06348097186287 76.23306386488011
+  ll2 76.23239177418117 74.07200329650495
+EPSG:4713
+  ll  -16.295555902191353 85.22974471616504
+  en  85.22912635915593 -16.298144339472504
+  ll2 -16.295555868014926 85.22974472427903
+EPSG:4714
+  ll  -18.51306985128008 109.25206471156605
+  en  109.2485284110142 -18.515646429253373
+  ll2 -18.51306962504435 109.25206502019087
+EPSG:4715
+  ll  27.215788178561695 144.4498652815517
+  en  144.44819543640037 27.214579101121362
+  ll2 27.215788111950392 144.44986519004226
+EPSG:4716
+  ll  35.51013370682888 -110.00879263049227
+  en  -110.01302601649344 35.514624427795454
+  ll2 35.51013381414552 -110.00879273120219
+EPSG:4717
+  ll  -0.6510040311167273 -41.47194672474782
+  en  -41.47295124042209 -0.6526792258213794
+  ll2 -0.6510040220781258 -41.471946719364205
+EPSG:4718
+  ll  32.18235772383214 -143.66667113206853
+  en  -143.6698159948796 32.18851501668124
+  ll2 32.182357498546615 -143.66667101756437
+EPSG:4719
+  ll  39.41769402810445 -151.2012207100356
+  en  -151.20090518815186 39.416266023630364
+  ll2 39.4176940085377 -151.20122070572953
+EPSG:4720
+  ll  -14.921419962072491 106.50759856562792
+  en  106.50744467673904 -14.921458359121836
+  ll2 -14.921419961958694 106.50759856559311
+EPSG:4721
+  ll  -13.792683731486079 120.98510863901885
+  en  120.98904266576552 -13.791778709940937
+  ll2 -13.792683662957286 120.98510893503583
+EPSG:4722
+  ll  85.09297410822066 143.43488109263245
+  en  143.39532421368327 85.09966214330238
+  ll2 85.09297402872762 143.43488156205856
+EPSG:4723
+  ll  31.574739280900644 -161.29878676327334
+  en  -161.29973208555643 31.574911517949015
+  ll2 31.574739325653287 -161.2987866346395
+EPSG:4724
+  ll  -73.76310976653485 25.399895394393354
+  en  25.41533843672555 -73.76298753617341
+  ll2 -73.76310975917245 25.399896328496673
+EPSG:4725
+  ll  64.82658764718263 7.292983502025976
+  en  7.295139301531063 64.82943091863663
+  ll2 64.82658767783379 7.292983525234556
+EPSG:4726
+  ll  27.052211100290776 26.837529113207125
+  en  26.837023490210903 27.051900325366816
+  ll2 27.05221111044193 26.837529132759354
+EPSG:4727
+  ll  44.234226624576934 36.32864797704971
+  en  36.33245343850013 44.2349994086219
+  ll2 44.23422669717269 36.328648333270216
+EPSG:4728
+  ll  -6.929552719422219 -127.27911444817383
+  en  -127.27740818902137 -6.931172797489677
+  ll2 -6.929552845106504 -127.2791143166777
+EPSG:4729
+  ll  -87.15569542771891 -22.78488351233051
+  en  -22.825270904494637 -87.15674851386788
+  ll2 -87.15569544800562 -22.784884289523546
+EPSG:4730
+  ll  -85.63891800725177 -121.17237931995174
+  en  -121.18694184487148 -85.63799316029875
+  ll2 -85.6389179975736 -121.17237947239933
+EPSG:4731
+  ll  17.169386600288206 31.829996776822554
+  en  31.8271269956144 17.172139716326427
+  ll2 17.169386734689002 31.829996637586092
+EPSG:4732
+  ll  -48.548898470999845 -129.79962978543
+  en  -129.80024035818832 -48.54877504282746
+  ll2 -48.548898470209934 -129.79962978932676
+EPSG:4733
+  ll  -10.605898386618989 -121.27674375224765
+  en  -121.27916975277087 -10.607362996846046
+  ll2 -10.605898416089168 -121.27674380074613
+EPSG:4734
+  ll  12.760746686260603 -118.5941631998392
+  en  -118.5871224983802 12.76630633470696
+  ll2 12.760746714233395 -118.59416316464167
+EPSG:4735
+  ll  16.40791023461037 -94.6435293042663
+  en  -94.64821844090305 16.413443315883292
+  ll2 16.40790864320184 -94.64352796395634
+EPSG:4736
+  ll  -32.81094424756028 -155.2635223701101
+  en  -155.2645676492903 -32.81151828264873
+  ll2 -32.8109442373277 -155.26352235156585
+EPSG:4737
+  ll  -57.72350128256881 -131.9881628159278
+  en  -131.9881628159278 -57.72350128342015
+  ll2 -57.723501282569266 -131.9881628159278
+EPSG:4738
+  ll  -33.4042647369429 26.28756620710155
+  en  26.287566207101552 -33.404264736942906
+  ll2 -33.404264736942906 26.287566207101555
+EPSG:4739
+  ll  54.68942841431186 145.41702235392353
+  en  145.41218949315353 54.69099869222158
+  ll2 54.689428419559945 145.41702233781038
+EPSG:4740
+  ll  -5.335512878301714 74.88159959430473
+  en  74.88157848319362 -5.335526304608728
+  ll2 -5.335512878298582 74.88159959430473
+EPSG:4741
+  ll  -69.52735338324743 -112.20394483065328
+  en  -112.20394483065328 -69.52735338324743
+  ll2 -69.52735338324743 -112.20394483065328
+EPSG:4742
+  ll  50.99597301012625 -154.89900030743675
+  en  -154.89900030743675 50.99597301012625
+  ll2 50.99597301012625 -154.89900030743675
+EPSG:4743
+  ll  40.43004964534606 -10.029397738673879
+  en  -10.025645169040057 40.43210322462515
+  ll2 40.430049720769034 -10.02939760139551
+EPSG:4744
+  ll  42.26699979361044 -156.77078918372743
+  en  -156.77124528073338 42.269357732659685
+  ll2 42.26699994564562 -156.77078921302638
+EPSG:4745
+  ll  19.579220556270798 55.29986470614176
+  en  55.29986470614176 19.579220556270798
+  ll2 19.579220556270798 55.29986470614176
+EPSG:4746
+  ll  -54.094268223239645 143.6892237410376
+  en  143.6892237410376 -54.09426822323965
+  ll2 -54.09426822323965 143.6892237410376
+EPSG:4747
+  ll  75.27214897422868 86.66151687414265
+  en  86.66151687414265 75.27214897469231
+  ll2 75.27214897422964 86.66151687414265
+EPSG:4748
+  ll  15.971088321108397 -26.39219432263809
+  en  -26.39567783674672 15.972749689223185
+  ll2 15.971088323698355 -26.39219432803491
+EPSG:4749
+  ll  52.742592421515155 -18.659799230158
+  en  -18.659799230157997 52.74259242242387
+  ll2 52.74259242151542 -18.659799230157997
+EPSG:4750
+  ll  55.78763053953884 104.42256742800669
+  en  104.42176290578638 55.78796611808359
+  ll2 55.78763053942161 104.42256742828802
+EPSG:4751
+  ll  -74.70255672981423 -21.39596595529366
+  en  -21.39596595529366 -74.70255672981423
+  ll2 -74.70255672981423 -21.39596595529366
+EPSG:4752
+  ll  47.375723022841356 -118.01175810837222
+  en  -118.01047851468384 47.376408958251055
+  ll2 47.37572299051533 -118.01175816848858
+EPSG:4753
+  ll  -75.32963626029736 171.91364409212065
+  en  171.91364409212065 -75.32963626029736
+  ll2 -75.32963626029736 171.91364409212065
+EPSG:4754
+  ll  3.8298033539767857 130.42748470530614
+  en  130.42541488617863 3.8299674819162215
+  ll2 3.8298033617949345 130.42748460736996
+EPSG:4755
+  ll  -44.01845301265966 92.12261890649751
+  en  92.12261890649751 -44.01845301265966
+  ll2 -44.01845301265966 92.12261890649751
+EPSG:4756
+  ll  -82.46387111180664 -79.9893200199258
+  en  -79.97599700666886 -82.46378591219245
+  ll2 -82.46387111033647 -79.98931978430453
+EPSG:4757
+  ll  51.29846876060179 113.69172316037736
+  en  113.69172316037736 51.29846876060179
+  ll2 51.29846876060179 113.69172316037736
+EPSG:4758
+  ll  -45.51562768191982 15.6381536144672
+  en  15.6381536144672 -45.515627681919824
+  ll2 -45.515627681919824 15.638153614467202
+EPSG:4759
+  ll  -74.03190409160084 -7.146029999549739
+  en  -7.146029999549739 -74.03190409209955
+  ll2 -74.03190409160179 -7.1460299995497385
+EPSG:4760
+  ll  12.91598583221986 80.03743219980129
+  en  80.03743219980129 12.91598583221986
+  ll2 12.91598583221986 80.03743219980129
+EPSG:4761
+  ll  72.69186169316546 -25.168802246574558
+  en  -25.16880224657456 72.69186169370104
+  ll2 72.69186169316643 -25.168802246574565
+EPSG:4762
+  ll  23.165342385929947 114.57708259830684
+  en  114.57708259830686 23.165342385929947
+  ll2 23.165342385929947 114.57708259830686
+EPSG:4763
+  ll  -0.2594246783853009 -113.38291420160589
+  en  -113.38291420160589 -0.2594246783853009
+  ll2 -0.2594246783853009 -113.38291420160589
+EPSG:4764
+  ll  -5.211949202191278 -99.36210893074437
+  en  -99.36210893074437 -5.211949202362221
+  ll2 -5.211949202191285 -99.36210893074437
+EPSG:4765
+  ll  -8.242985261014468 -17.494431749131394
+  en  -17.494431749131394 -8.242985261282639
+  ll2 -8.24298526101461 -17.494431749131394
+EPSG:4766
+  ll  -83.06595104898665 87.54283329604938
+  en  3.046687738872736E7 -9228376.498824801
+  ll2 -83.06595104898616 87.54283329605235
+EPSG:4767
+  ll  -75.72999683560559 83.63653861358462
+  en  3.124326513603404E7 -8428948.560282685
+  ll2 -75.72999682896561 83.63653912565083
+EPSG:4768
+  ll  48.411444271735064 86.07844019715708
+  en  3.1765943165662758E7 5412033.353326241
+  ll2 48.411444198039646 86.07844058790484
+EPSG:4769
+  ll  76.34428793721645 93.92021938924185
+  en  3.3366227528154604E7 8482906.753340434
+  ll2 76.34428793695994 93.92021939126317
+EPSG:4770
+  ll  -84.99973435030626 101.59490101915614
+  en  3.449605631332145E7 -9443656.938871576
+  ll2 -84.99973435030624 101.59490101915627
+EPSG:4771
+  ll  -80.28347722204197 97.0707350060425
+  en  3.5350987029807344E7 -8927127.439253312
+  ll2 -80.28347722120992 97.07073512445022
+EPSG:4772
+  ll  83.31364060394606 108.33654394709114
+  en  3.6504376604597814E7 9255346.06147992
+  ll2 83.31364060394607 108.33654394709139
+EPSG:4773
+  ll  37.31831833685503 116.81798200477571
+  en  3.801594638707367E7 4147823.296470805
+  ll2 37.318318334651146 116.81798200579733
+EPSG:4774
+  ll  22.86713683214974 116.0135428312535
+  en  3.87066683873127E7 2531280.5620826194
+  ll2 22.86713683214866 116.01354283125492
+EPSG:4775
+  ll  39.26312420274513 114.74581165098412
+  en  3.930543972368705E7 4350215.347182278
+  ll2 39.263124202736556 114.74581165097426
+EPSG:4776
+  ll  41.00534166483365 116.81061320234282
+  en  4.023165802272242E7 4546149.912340726
+  ll2 41.005341664758035 116.81061320228628
+EPSG:4777
+  ll  20.17456327177075 115.15016038353718
+  en  4.067745790271372E7 2251249.5612237765
+  ll2 20.174563267443627 115.150160383449
+EPSG:4778
+  ll  -61.05199674085619 119.46436270131335
+  en  4.2147353294244125E7 -6789033.873575139
+  ll2 -61.051996734903184 119.46436271595651
+EPSG:4779
+  ll  18.159523177987552 134.70784060868965
+  en  4.410476474145334E7 2018084.5835598155
+  ll2 18.159523177486516 134.7078406085137
+EPSG:4780
+  ll  11.456314804071198 135.31224645454648
+  en  4.48616120715799E7 1269042.3332066885
+  ll2 11.456314804060687 135.31224645444325
+EPSG:4781
+  ll  52.780103680134715 140.14995633707483
+  en  4.5847387958243124E7 5862698.993320013
+  ll2 52.78010367835991 140.1499563360932
+EPSG:4782
+  ll  -2.5167051403165175 84.95436669221839
+  en  1612700.1031234362 -282566.7941780687
+  ll2 -2.516705135467543 84.95436651610103
+EPSG:4783
+  ll  57.05441543404464 83.68469970830908
+  en  844741.3175656684 6340454.9888951
+  ll2 57.054415431029476 83.68469970483623
+EPSG:4784
+  ll  -15.339642788587085 72.53263123597523
+  en  -412108.96192965354 -1714525.6043821175
+  ll2 -15.339642782266427 72.53263125340726
+EPSG:4785
+  ll  36.81681944486475 77.0900543604865
+  en  -116971.55580707442 4098611.620109242
+  ll2 36.81681943900577 77.09005436025899
+EPSG:4786
+  ll  56.58559799996533 79.62006793489046
+  en  47020.3196950971 6298282.702656661
+  ll2 56.58559798587382 79.6200679726882
+EPSG:4787
+  ll  -30.305844442516587 93.19772696749175
+  en  807670.4090539715 -3358412.694030317
+  ll2 -30.305844442481277 93.19772696755982
+EPSG:4788
+  ll  8.617493124018111 94.32637693778521
+  en  646010.7016004863 953215.204499841
+  ll2 8.617493124018083 94.32637693778405
+EPSG:4789
+  ll  75.50514059736363 99.91539335541091
+  en  609363.8618067029 8387086.3148852615
+  ll2 75.50514059729896 99.91539335521945
+EPSG:4790
+  ll  5.241018795589426 95.46407793441813
+  en  107764.43827937508 580655.0617394639
+  ll2 5.24101879558112 95.46407793465097
+EPSG:4791
+  ll  -69.93396355673791 98.98514151513604
+  en  384547.62823278195 -7764602.316154224
+  ll2 -69.93396355670774 98.98514151515266
+EPSG:4792
+  ll  -49.938464864704684 114.48289574139476
+  en  1180218.8857703167 -5577363.544008272
+  ll2 -49.938464805184466 114.48289546216746
+EPSG:4793
+  ll  75.18635895624018 117.35176601328891
+  en  765977.4734478731 8368921.002974102
+  ll2 75.18635894858582 117.35176551051944
+EPSG:4794
+  ll  28.0949566229569 107.36830816161
+  en  142953.6718005273 3114353.723871129
+  ll2 28.094956622894642 107.36830816148282
+EPSG:4795
+  ll  -20.935761269433485 111.3153525306208
+  en  220675.52876297088 -2318345.381500218
+  ll2 -20.935761269428248 111.3153525306184
+EPSG:4796
+  ll  79.26112543755974 112.81345729280531
+  en  412949.29373858485 8805917.223898716
+  ll2 79.26112543751755 112.81345729316892
+EPSG:4797
+  ll  -56.6582141493353 120.5683735189845
+  en  534857.6837828974 -6282108.143582953
+  ll2 -56.6582141493353 120.5683735189845
+EPSG:4798
+  ll  71.85045898270525 124.71191102430078
+  en  559535.9925815199 7976426.344637054
+  ll2 71.85045898270445 124.71191102430068
+EPSG:4799
+  ll  -4.24334291793852 123.76829298656963
+  en  252177.37933531325 -469578.8287034293
+  ll2 -4.243342917938144 123.7682929865902
+EPSG:4800
+  ll  -34.77761308760502 129.3820440162696
+  en  534970.8721264675 -3850056.3977696616
+  ll2 -34.77761308760501 129.3820440162696
+EPSG:4801
+  ll  -49.37325815884687 -164.23179733845456
+  en  -171.67370420021976 -49.370583543752716
+  ll2 -49.3732587610742 -164.23179681673753
+EPSG:4802
+  ll  -17.892796525236292 -95.33823066750367
+  en  -21.259931476464274 -17.88962424911285
+  ll2 -17.89279651279777 -95.33823067770477
+EPSG:4803
+  ll  83.33065795095723 -38.549457324021176
+  en  -29.39929658404763 83.32896018421488
+  ll2 83.33065788714318 -38.549456637629895
+EPSG:4804
+  ll  52.62132806420664 -64.22765995467509
+  en  -171.03090103566524 52.614788697942465
+  ll2 52.621329111988665 -64.22766067056703
+EPSG:4805
+  ll  -30.502382851226123 37.62425994318511
+  en  55.29693905035859 -30.507495254980075
+  ll2 -30.502382361959295 37.624259370695114
+EPSG:4806
+  ll  24.4693249765414 45.94791554131325
+  en  33.49480417886371 24.468861967199373
+  ll2 24.469324989824752 45.94791553798142
+EPSG:4807
+  ll  -75.20409806509495 10.267666438062548
+  en  7.931457355806514 -75.20485639081792
+  ll2 -75.2040979976466 10.267666347375751
+EPSG:4808
+  ll  76.79408745441029 88.46461579971327
+  en  -18.343103644731173 76.79408745441029
+  ll2 76.79408745441029 88.46461579971327
+EPSG:4809
+  ll  -52.989977766815954 -131.53916663926793
+  en  -135.90714163926793 -52.98997776681596
+  ll2 -52.98997776681596 -131.53916663926793
+EPSG:4810
+  ll  -71.24985414622854 43.21025689025265
+  en  40.874336414896085 -71.24751661792979
+  ll2 -71.24985408855937 43.210256922521374
+EPSG:4811
+  ll  28.522402037214263 138.16370078308304
+  en  135.82409414566726 28.52276827103961
+  ll2 28.52240203975911 138.16370076664333
+EPSG:4812
+  ll  38.113160290637126 136.63325714253506
+  en  906437.3160096019 4230288.695303567
+  ll2 38.113160290038536 136.63325714296624
+EPSG:4813
+  ll  54.36623906729463 169.25059633301166
+  en  62.45208958194997 54.36956608217008
+  ll2 54.36623883414308 169.25059568899462
+EPSG:4814
+  ll  40.10195085256609 -20.994719538373516
+  en  -39.05299731615129 40.10195085256609
+  ll2 40.10195085256609 -20.994719538373513
+EPSG:4815
+  ll  88.69189863132885 -93.19282827338697
+  en  -116.90916577338697 88.69189863132885
+  ll2 88.69189863132885 -93.19282827338698
+EPSG:4816
+  ll  -37.92220927097175 -60.65104922323114
+  en  -62.985704639865695 -37.927580259509945
+  ll2 -37.9222089413431 -60.65104938051546
+EPSG:4817
+  ll  80.79007703855524 -66.07378735067188
+  en  -76.80584491187238 80.79145146794846
+  ll2 80.7900770240077 -66.07378676718885
+EPSG:4818
+  ll  -74.10106978367264 -90.41447719841501
+  en  -72.7670459233751 -74.10124066354886
+  ll2 -74.10106975246222 -90.41447370426187
+EPSG:4819
+  ll  -9.259321807392482 135.1252245983803
+  en  132.7858131237723 -9.264749012849007
+  ll2 -9.259321894655994 135.12522457250006
+EPSG:4820
+  ll  -63.55349241185317 133.04778854714476
+  en  26.24353804321592 -63.559404386934936
+  ll2 -63.553492061757574 133.04778834203876
+EPSG:4821
+  ll  24.307181751012365 114.98042160204389
+  en  112.64319243537722 24.307181751012365
+  ll2 24.307181751012365 114.98042160204389
+EPSG:4822
+  ll  -87.79855257178201 140.86889980150295
+  en  525136.961659124 -9757533.840287095
+  ll2 -87.7985525717867 140.86889979343476
+EPSG:4823
+  ll  36.871987671883744 158.1405367049527
+  en  158.1405367049527 36.871987671883744
+  ll2 36.871987671883744 158.1405367049527
+EPSG:4824
+  ll  -18.25989360911956 66.63745424481314
+  en  66.63745424481314 -18.25989360911956
+  ll2 -18.25989360911956 66.63745424481314
+EPSG:4826
+  ll  -39.49394374036685 3.8627795760872914
+  en  4097776.509770711 -6870264.773109299
+  ll2 -39.49394374036686 3.862779576087295
+EPSG:4839
+  ll  88.25522831147832 27.630810608656745
+  en  102666.64478190515 4724048.62875998
+  ll2 88.25522831147855 27.630810608656752
+EPSG:4901
+  ll  71.71615145828261 126.25323095527901
+  en  123.91602262194569 71.71615145828261
+  ll2 71.71615145828261 126.25323095527902
+EPSG:4902
+  ll  76.44308627826621 55.85632742733202
+  en  53.51909826066535 76.44308627826621
+  ll2 76.44308627826621 55.85632742733202
+EPSG:4903
+  ll  27.378923243672034 166.96268864066622
+  en  170.65062752955512 27.378923243672034
+  ll2 27.378923243672034 166.96268864066624
+EPSG:4904
+  ll  5.475031253648169 102.90093040721013
+  en  112.03692069495584 5.469571249414993
+  ll2 5.47503210142768 102.90092977725674
+EPSG:5013
+  ll  -66.78348803963289 -121.30319924495774
+  en  -121.30319924495774 -66.78348804031594
+  ll2 -66.7834880396337 -121.30319924495774
+EPSG:5014
+  ll  -16.7683309730795 -25.707346454470837
+  en  1278967.000075987 -1868284.872768698
+  ll2 -16.768330970683422 -25.707346457932847
+EPSG:5015
+  ll  -72.74287896907245 -20.994723791038094
+  en  698547.1799682509 -8081744.926434276
+  ll2 -72.74287896781534 -20.994723799787554
+EPSG:5016
+  ll  -8.123383216144617 -16.935020044877326
+  en  286787.7887573774 -898446.9915348152
+  ll2 -8.123383216144472 -16.935020044869056
+EPSG:5018
+  ll  -81.18066303708804 -3.6089266146959353
+  en  77475.71081414577 -1.3412614853415545E7
+  ll2 -81.18066303230717 -3.608926605691839
+EPSG:5041
+  ll  -14.737323880014742 -31.27099107011827
+  en  -6494042.084627187 -1.1986192096024344E7
+  ll2 -14.737323880013857 -31.270991070118267
+EPSG:5042
+  ll  -16.11598329054371 -97.87024441414485
+  en  -7430865.181745999 696351.0186251279
+  ll2 -16.11598329054279 -97.87024441414486
+EPSG:5048
+  ll  7.556616585204793 19.78136408233872
+  en  -298378.887002739 841922.0159042499
+  ll2 7.556616583853502 19.781364097259125
+EPSG:5070
+  ll  0.5619215891761371 -159.31180868353957
+  en  -7560971.36008138 310596.1577298769
+  ll2 0.5619215891761646 -159.31180868353957
+EPSG:5071
+  ll  42.35077243361198 -51.968703769753716
+  en  3476540.8380818595 2970250.992728777
+  ll2 42.35077243361206 -51.968703769753716
+EPSG:5072
+  ll  87.76263275942475 -110.4207735959925
+  en  -613119.1321436722 5919529.2924344335
+  ll2 87.76263275942492 -110.4207735959925
+EPSG:5105
+  ll  -3.9749417560042133 3.141514911971208
+  en  -161991.78962896872 -5871190.002715995
+  ll2 -3.9749417560037146 3.1415149119988928
+EPSG:5106
+  ll  28.892405648472504 5.322578610897153
+  en  -14849.602652383299 -2233368.3319647047
+  ll2 28.892405648471463 5.322578610896896
+EPSG:5107
+  ll  2.0457866251836805 9.272248171562483
+  en  297192.4369220766 -5204961.435961961
+  ll2 2.045786625183628 9.272248171555951
+EPSG:5108
+  ll  84.90883890825393 7.057384574411396
+  en  85702.95790180644 4002225.4075168404
+  ll2 84.90883890825438 7.057384574411414
+EPSG:5109
+  ll  -20.415120017455763 0.2935930186512907
+  en  -864033.5344675747 -7716785.785671974
+  ll2 -20.41512000530769 0.29359302784668806
+EPSG:5110
+  ll  76.29159414367896 7.939046773538099
+  en  32246.17825337661 3041299.8997733123
+  ll2 76.29159414367548 7.939046773542325
+EPSG:5111
+  ll  -0.47589928761672695 1.6393571633292634
+  en  -1003139.5571167881 -5484699.338974233
+  ll2 -0.4758992867489051 1.6393573313779013
+EPSG:5112
+  ll  38.09606081007439 21.280485136122582
+  en  870923.927854929 -1176514.4122186308
+  ll2 38.09606078530113 21.280485093850572
+EPSG:5113
+  ll  66.71358244253693 7.411247102789847
+  en  -168363.8255721248 1984243.9446382504
+  ll2 66.71358243982885 7.411247111711203
+EPSG:5114
+  ll  36.89734532934361 6.974304195995877
+  en  -571314.4436953393 -1319606.5126202358
+  ll2 36.89734531969232 6.974304199445685
+EPSG:5115
+  ll  53.56012440711561 8.88527867569608
+  en  -338037.5675335357 526055.1768874786
+  ll2 53.56012439933906 8.885278687498886
+EPSG:5116
+  ll  -69.14146977489315 18.78720657141714
+  en  190905.2374866897 -1.3106184548015814E7
+  ll2 -69.14146977488772 18.78720657141588
+EPSG:5117
+  ll  -89.63049823085122 12.957634553473367
+  en  96731.50624552784 -1.5392106910898507E7
+  ll2 -89.6304982308462 12.957634554271694
+EPSG:5118
+  ll  -72.6923725600825 22.846600234688598
+  en  244276.90310623078 -1.3505901781767007E7
+  ll2 -72.69237255989412 22.846600234215156
+EPSG:5119
+  ll  -59.675732421578545 19.87627245465107
+  en  121201.05641110777 -1.2049289085463665E7
+  ll2 -59.67573242157907 19.87627245465107
+EPSG:5120
+  ll  29.152024527520695 28.550471225789416
+  en  884642.001173934 -2178197.600876828
+  ll2 29.152024519413814 28.550471230670592
+EPSG:5121
+  ll  66.52929109826579 21.030385739283233
+  en  79120.29257508198 1950656.9274785104
+  ll2 66.5292910982666 21.030385739283226
+EPSG:5122
+  ll  -31.177645458794842 22.369883310437395
+  en  87596.39273401149 -8881960.014958572
+  ll2 -31.177645458793062 22.369883310437398
+EPSG:5123
+  ll  78.73305742947565 29.62058861432076
+  en  233316.6787158382 3319386.7534473026
+  ll2 78.73305742904923 29.620588603151642
+EPSG:5124
+  ll  -73.57382917175308 14.876747557960012
+  en  -202665.43365278072 -1.362349037790893E7
+  ll2 -73.57382915943587 14.87674819641941
+EPSG:5125
+  ll  -71.86643384048102 29.708485266998302
+  en  246145.2792336316 -1.3413611474180229E7
+  ll2 -71.86643384030697 29.708485266648605
+EPSG:5126
+  ll  -2.595053728863334 21.817785963366095
+  en  -421272.76635043306 -5719196.824507062
+  ll2 -2.595053728836763 21.817785964614128
+EPSG:5127
+  ll  -39.89660852857181 22.44506050986565
+  en  -332411.251608399 -9861583.8718193
+  ll2 -39.89660852745305 22.4450605093979
+EPSG:5128
+  ll  34.226281912732404 21.16888631245231
+  en  -576162.6756325765 -1618110.2957553482
+  ll2 34.22628190584749 21.168886311039607
+EPSG:5129
+  ll  -43.2806880285453 22.203109696870854
+  en  -492375.2403717713 -1.0251118831814582E7
+  ll2 -43.28068801709816 22.20310970864565
+EPSG:5130
+  ll  -23.493543640277608 39.8423456553954
+  en  1057194.5893609729 -8061776.909480074
+  ll2 -23.49354362597348 39.842345652322756
+EPSG:5132
+  ll  23.657630627923893 -28.985115572668548
+  en  -28.985115572668548 23.657630627923893
+  ll2 23.657630627923893 -28.985115572668548
+EPSG:5167
+  ll  44.44678140691613 124.58275518947445
+  en  -310783.3989649374 1235963.9468313295
+  ll2 44.44678140127027 124.58275519276313
+EPSG:5168
+  ll  39.31717065208605 119.39054408465377
+  en  -456528.63689864834 723915.7455722954
+  ll2 39.317170640171916 119.39054409397077
+EPSG:5169
+  ll  21.580363967535575 127.07558631683915
+  en  414963.64286504104 -1318542.0703147356
+  ll2 21.58036396753443 127.07558631683978
+EPSG:5170
+  ll  87.95762198341882 132.39853124643935
+  en  221455.03044129096 6066697.337545598
+  ll2 87.95762198342048 132.3985312426476
+EPSG:5171
+  ll  -5.435602964366851 123.4057977909252
+  en  -420866.1044678035 -4310954.062018106
+  ll2 -5.435602964191231 123.40579779421145
+EPSG:5172
+  ll  63.19176858954924 132.80530307331807
+  en  290859.0172282569 3303220.620979045
+  ll2 63.19176858954678 132.80530307331816
+EPSG:5173
+  ll  10.116141328083543 126.74497449577771
+  en  390938.37592616945 -2587974.31054692
+  ll2 10.11614132808337 126.74497449577353
+EPSG:5174
+  ll  -86.65415135267678 134.38734293502216
+  en  247998.79102421814 -1.3337365864843002E7
+  ll2 -86.65415135275262 134.3873428705776
+EPSG:5175
+  ll  72.17917544437984 128.48853327164898
+  en  250756.70322876293 4354810.834683612
+  ll2 72.1791754443795 128.48853327164895
+EPSG:5176
+  ll  26.003158739660748 119.67447499386948
+  en  -736364.8312260977 -796559.0487685376
+  ll2 26.003158724115433 119.67447499637517
+EPSG:5177
+  ll  -23.980215730376628 136.1135404435949
+  en  720501.2950455111 -6369367.7868282655
+  ll2 -23.980215730024877 136.1135404442335
+EPSG:5178
+  ll  -44.5282855602861 133.24681167335638
+  en  1456595.2138569728 -7151531.987955658
+  ll2 -44.52828555733257 133.2468116725948
+EPSG:5179
+  ll  20.19151488300436 120.03688471886126
+  en  218572.75157607778 44495.52628162922
+  ll2 20.191514879882035 120.03688471820983
+EPSG:5180
+  ll  -76.03244090612439 128.0511781343984
+  en  282208.8247541268 -1.2151804905114869E7
+  ll2 -76.03244090611209 128.051178134378
+EPSG:5181
+  ll  12.169374845334062 130.11324341082636
+  en  538980.3483902735 -2359734.0107756946
+  ll2 12.169374845326626 130.11324341075803
+EPSG:5182
+  ll  54.98123463139376 121.41925467455896
+  en  -157108.32052860217 2451905.1231942335
+  ll2 54.98123462858311 121.41925467714618
+EPSG:5183
+  ll  -51.05670797896726 129.6541640558784
+  en  245864.59047693785 -9366096.08071503
+  ll2 -51.05670797896746 129.65416405587843
+EPSG:5184
+  ll  65.59546174333866 129.68594767889834
+  en  139395.71389844076 3570866.2439847505
+  ll2 65.59546174333911 129.68594767889832
+EPSG:5185
+  ll  69.9738049799073 132.95924851942527
+  en  503567.55487208255 4178409.9363140864
+  ll2 69.97380497100316 132.95924841214176
+EPSG:5186
+  ll  -26.551866261481045 122.02631891017049
+  en  -295980.4057313561 -6555113.896553947
+  ll2 -26.551866261113375 122.02631890945001
+EPSG:5187
+  ll  86.65123493674582 123.85967326825974
+  en  166507.1993785571 6021935.978325739
+  ll2 86.65123493674434 123.85967327068674
+EPSG:5188
+  ll  -16.414731898457234 123.61302974738174
+  en  -590862.8919737772 -5437500.46107542
+  ll2 -16.41473189587386 123.613029751751
+EPSG:5223
+  ll  89.76281753326197 15.073239090366013
+  en  501419.7202724465 1.0471521772084335E7
+  ll2 89.76281753326198 15.07323909034262
+EPSG:5228
+  ll  -29.375470931639377 130.08190525780105
+  en  130.08583838133922 -29.378584438863765
+  ll2 -29.375470580280922 130.0819042737705
+EPSG:5229
+  ll  -75.53935328708808 8.509422590703082
+  en  26.169134537542067 -75.54490223211049
+  ll2 -75.5393523908151 8.509422574806765
+EPSG:5233
+  ll  -77.54943103226499 -33.64467538210735
+  en  -33.671172581649735 -77.5447656982864
+  ll2 -77.54943160470383 -33.644671771357814
+EPSG:5234
+  ll  40.836454797413495 82.95606278396568
+  en  384000.61027692957 3950211.1581694107
+  ll2 40.83645474516854 82.95606283553612
+EPSG:5235
+  ll  23.089333785767167 82.59356373287116
+  en  686460.7786166036 2281282.445406324
+  ll2 23.089333763736725 82.59356374779455
+EPSG:5243
+  ll  16.955332416378873 -58.24036143859171
+  en  -7353312.672098567 -271729.2751794433
+  ll2 16.955332416378898 -58.24036143859171
+EPSG:5246
+  ll  -75.54081389844583 57.493976912178425
+  en  57.49397691217844 -75.54081389890175
+  ll2 -75.54081389844679 57.49397691217843
+EPSG:5247
+  ll  5.117971000931756 112.73944950832504
+  en  339418.2022298416 566060.6133440748
+  ll2 5.117971000931315 112.73944950832504
+EPSG:5252
+  ll  35.00208021493492 160.11714946399684
+  en  160.1171494639968 35.002080215821806
+  ll2 35.00208021493493 160.11714946399684
+EPSG:5253
+  ll  -70.6275128816441 36.20650698229444
+  en  839826.8998917998 -7864814.153183572
+  ll2 -70.62751286446014 36.20650657487562
+EPSG:5254
+  ll  87.89790729113986 30.414727951232774
+  en  501699.1007014817 9767181.839104773
+  ll2 87.89790729114009 30.41472795123278
+EPSG:5255
+  ll  41.46211678981683 28.315830960074223
+  en  108607.76069054398 4602501.179251664
+  ll2 41.46211678904554 28.3158309597864
+EPSG:5256
+  ll  2.4270485828913024 29.059833391114907
+  en  -273787.86932506436 270362.7383776519
+  ll2 2.427048582529678 29.059833405481506
+EPSG:5257
+  ll  71.63311998901409 39.74180841142757
+  en  526098.5037078209 7951351.720558949
+  ll2 71.63311998901501 39.74180841142758
+EPSG:5258
+  ll  -37.80960209970766 36.39898892202588
+  en  6583.878028622654 -4201176.411834388
+  ll2 -37.80960209789107 36.39898892115626
+EPSG:5259
+  ll  25.19048064157728 40.054629105639506
+  en  1139.156868670194 2796333.1515041026
+  ll2 25.19048064126001 40.05462910502289
+EPSG:5264
+  ll  83.63518114295238 95.3050096170773
+  en  95.3050096170773 83.63518114316015
+  ll2 83.63518114295293 95.3050096170773
+EPSG:5266
+  ll  -51.030173274350105 95.62659538230287
+  en  644584.830575137 -5670527.591313051
+  ll2 -51.03017327135529 95.62659538029145
+EPSG:5269
+  ll  77.61361702107376 24.411779820301128
+  en  9438018.324458523 8620064.73904229
+  ll2 77.6136170210711 24.411779820305814
+EPSG:5270
+  ll  -46.40138051989058 33.16530262689453
+  en  1.0743409859531919E7 -5145573.045942357
+  ll2 -46.40138051980133 33.16530262692716
+EPSG:5271
+  ll  56.47518117126853 28.957801979881268
+  en  1.1250979870637145E7 6268800.378595538
+  ll2 56.47518117086848 28.957801980002674
+EPSG:5272
+  ll  -77.55886093316693 26.846540326976392
+  en  1.2280624735066703E7 -8629735.915008105
+  ll2 -77.5588609296753 26.846540752478855
+EPSG:5273
+  ll  20.443116127005112 42.809676700706746
+  en  1.389776722925911E7 2266045.961019732
+  ll2 20.443116126961275 42.80967670073538
+EPSG:5274
+  ll  55.831467002295255 33.490881279835804
+  en  1.3967513081083711E7 6222612.385957795
+  ll2 55.831466970087135 33.4908814152231
+EPSG:5275
+  ll  -58.11092997414241 54.91678965300105
+  en  1.6083293484043773E7 -6486665.383099473
+  ll2 -58.11092990490091 54.91678905607589
+EPSG:5292
+  ll  -43.1257006474824 87.51204872073025
+  en  -12139.816384195961 -7281724.694700199
+  ll2 -43.12570064739382 87.51204872067972
+EPSG:5293
+  ll  -38.39200551737743 91.78570432888978
+  en  445328.97277721483 -6753378.10083096
+  ll2 -38.392005517369725 91.78570432889948
+EPSG:5294
+  ll  23.3943055464551 82.5242523006751
+  en  -500263.7362883466 107320.83824756788
+  ll2 23.39430554325644 82.52425229705949
+EPSG:5295
+  ll  17.3088288859542 83.47238546728912
+  en  -448759.3745234085 -573573.9577710405
+  ll2 17.308828884747186 83.47238546843286
+EPSG:5296
+  ll  -10.459470298675697 96.17981134960249
+  en  911303.5907522356 -3663011.1506237406
+  ll2 -10.459470298176125 96.17981134603032
+EPSG:5297
+  ll  61.27464751951638 97.38806555310248
+  en  585142.6413384487 4312163.039229073
+  ll2 61.27464751496446 97.38806554321377
+EPSG:5298
+  ll  -59.89696665537397 100.00082902678243
+  en  739790.2246408022 -9175109.15466991
+  ll2 -59.89696662180744 100.00082882187915
+EPSG:5299
+  ll  -48.49068861107958 83.87975891152124
+  en  -154257.81017620652 -7887461.77697854
+  ll2 -48.49068860862066 83.8797589125736
+EPSG:5300
+  ll  -59.2251421462457 99.43611790288381
+  en  710981.0427149814 -9095768.639912378
+  ll2 -59.225142124277774 99.43611780692015
+EPSG:53002
+  ll  11.931070951169445 58.45013387633085
+  en  3249677.6441506976 1326673.934496898
+  ll2 11.931070951169445 58.45013387633086
+EPSG:53004
+  ll  59.52358149797681 58.73840342129213
+  en  6531409.384113465 8285138.729906487
+  ll2 59.5235814979768 58.73840342129213
+EPSG:53008
+  ll  58.982194186686854 -88.06214048573408
+  en  -5045893.591670716 6558520.755923763
+  ll2 58.98219418668685 -88.06214048573406
+EPSG:5301
+  ll  38.67590781236038 85.82641867718482
+  en  -100196.40677721298 1790216.8948758058
+  ll2 38.67590781209367 85.82641867697238
+EPSG:5302
+  ll  -31.606909554271425 95.3837131367602
+  en  612336.6663195428 -6004596.491506822
+  ll2 -31.606909554154495 95.38371313695333
+EPSG:53028
+  ll  -35.72259959292767 0.08011233833985498
+  en  7232.0544104483415 -3972172.9228725126
+  ll2 -35.722603125469135 0.08011233833985497
+EPSG:5303
+  ll  59.74559228260094 92.1133124256515
+  en  421266.64908547123 4129663.8946155645
+  ll2 59.74559228253462 92.11331242564285
+EPSG:5304
+  ll  -53.381347773638 97.62006562289469
+  en  738936.201025496 -8442302.544809936
+  ll2 -53.38134775920573 97.62006559144845
+EPSG:5305
+  ll  -51.4863618391636 89.04382667659078
+  en  214840.67535858502 -8206316.423026679
+  ll2 -51.48636183916381 89.04382667659078
+EPSG:5306
+  ll  -65.4348507487311 82.25281269516515
+  en  -189413.37091853592 -9793047.343734888
+  ll2 -65.4348507126794 82.25281318454124
+EPSG:5307
+  ll  -16.997122351575527 92.41951834806022
+  en  454436.5483767467 -4380990.024807616
+  ll2 -16.99712235157501 92.41951834805766
+EPSG:5308
+  ll  -1.4370074296203654 97.33145245866892
+  en  1049428.818317466 -2660154.88445598
+  ll2 -1.43700742935099 97.33145244065975
+EPSG:5309
+  ll  10.262952288897566 98.08250962421218
+  en  1125320.743959195 -1354166.9280885975
+  ll2 10.262952285532712 98.08250960090834
+EPSG:5310
+  ll  0.5456762757764864 97.47604105426441
+  en  908975.9463060292 -2439337.7035735515
+  ll2 0.545676275749413 97.4760410490175
+EPSG:5311
+  ll  40.187057323551244 96.66928053548243
+  en  744294.9369719682 1966480.759356455
+  ll2 40.18705732097309 96.66928053582232
+EPSG:5316
+  ll  20.470976476746415 0.3348112093663431
+  en  966848.7309296274 -3718267.7252755184
+  ll2 20.470976473925635 0.33481121040568596
+EPSG:5318
+  ll  81.70617497035016 -3.828484027971033
+  en  251070.1128343551 3077032.350255139
+  ll2 81.70617497034699 -3.8284840280013688
+EPSG:5320
+  ll  69.5093537625584 -113.68722387769542
+  en  -213432.42887353874 8643067.7698542
+  ll2 69.5093537625584 -113.68722387769542
+EPSG:5321
+  ll  -1.0563001875892812 -11.852415726092232
+  en  1.059245816196014E7 4824028.587652992
+  ll2 -1.0563001875892706 -11.852415726092232
+EPSG:5324
+  ll  17.75714847073675 -38.92114542786058
+  en  -38.92114542786058 17.75714847128542
+  ll2 17.757148470736734 -38.92114542786059
+EPSG:5325
+  ll  25.07816813970769 -7.402209063825694
+  en  3110069.5559353875 -4317519.519979514
+  ll2 25.078168139707362 -7.402209063825689
+EPSG:5329
+  ll  -23.170901896645304 -57.605842799307936
+  en  -1.4699694275369853E7 -1727381.2603731817
+  ll2 -23.17090257374119 -57.60584274024006
+EPSG:5330
+  ll  12.9779121381478 142.08163488900027
+  en  7460496.874071628 2343321.8977075103
+  ll2 12.977912125247077 142.08163486687238
+EPSG:5331
+  ll  -4.523931631753413 -57.62016766238983
+  en  -1.4701037559979454E7 400716.72736424254
+  ll2 -4.523931469991159 -57.62016812526913
+EPSG:5337
+  ll  -0.4402497156128504 -35.57669067759142
+  en  213033.45011595974 9951437.378902594
+  ll2 -0.44024972375838245 -35.57669066968326
+EPSG:5340
+  ll  -79.08373708697388 97.34020103203989
+  en  97.34020103203987 -79.08373708732455
+  ll2 -79.08373708697474 97.34020103203989
+EPSG:5343
+  ll  -21.09792182260685 -75.81186730649658
+  en  1103719.6235156215 7663297.216459169
+  ll2 -21.09792182256072 -75.81186730654146
+EPSG:5344
+  ll  62.77653758245239 -66.74464997079369
+  en  2615140.361987076 1.6967458701342095E7
+  ll2 62.776537582443524 -66.74464997079401
+EPSG:5345
+  ll  -81.80853749130311 -69.92439539956493
+  en  3437597.027584568 912758.1314323223
+  ll2 -81.80853749129064 -69.92439539935785
+EPSG:5346
+  ll  74.32360939637678 -60.44567429544476
+  en  4577049.121967312 1.8255061880147595E7
+  ll2 74.32360939637154 -60.44567429544881
+EPSG:5347
+  ll  -25.619686807011377 -58.89768121758523
+  en  5610718.867571219 7166803.620489343
+  ll2 -25.619686807010982 -58.897681217585145
+EPSG:5348
+  ll  -57.91123887857013 -60.049080487356974
+  en  6319290.354814782 3576493.7105541755
+  ll2 -57.91123887849915 -60.04908048735155
+EPSG:5349
+  ll  48.2033666848742 -58.74450294548271
+  en  7147378.430113523 1.5353902323175032E7
+  ll2 48.20336668382586 -58.744502945344166
+EPSG:5354
+  ll  -52.401659492822176 146.60559718290403
+  en  146.60559718290403 -52.40165949373383
+  ll2 -52.401659492822425 146.60559718290403
+EPSG:5355
+  ll  43.079761306918954 -62.982006591609675
+  en  501464.7145784575 1.4769672372585136E7
+  ll2 43.07976130691903 -62.982006591609675
+EPSG:5356
+  ll  18.391115929799824 -75.32289006928845
+  en  -168961.7312261928 1.2045137369774789E7
+  ll2 18.391115928812436 -75.3228900690143
+EPSG:5357
+  ll  -5.450383118183225 -61.269550293318716
+  en  26606.345743233396 9395873.002251858
+  ll2 -5.4503831181540034 -61.26955029265335
+EPSG:5360
+  ll  33.000706415419785 150.4766469623891
+  en  150.47664696238917 33.00070641628207
+  ll2 33.000706415419785 150.47664696238917
+EPSG:5361
+  ll  41.29067808838289 -75.94903158263119
+  en  -82033.53374544089 1.4594378080963302E7
+  ll2 41.29067808051054 -75.94903157817072
+EPSG:5362
+  ll  35.02079454397614 -69.88502603089968
+  en  966844.7632075367 1.3887326482028726E7
+  ll2 35.02079454310281 -69.88502603004295
+EPSG:5365
+  ll  79.56137632671894 62.07245410548765
+  en  62.07245410548765 79.56137632671894
+  ll2 79.56137632671894 62.07245410548765
+EPSG:5367
+  ll  -50.01577478383219 -90.51606743413544
+  en  33201.49035635975 -5562426.0669300305
+  ll2 -50.015774776766705 -90.51606742622049
+EPSG:5371
+  ll  34.34232118777322 17.399958201671012
+  en  17.399958201671012 34.34232118865248
+  ll2 34.34232118777324 17.39995820167101
+EPSG:5373
+  ll  -11.974607051657273 111.18903395181138
+  en  111.18903395181138 -11.974607052040744
+  ll2 -11.974607051657275 111.18903395181138
+EPSG:5381
+  ll  32.499162936808986 -154.41541940947513
+  en  -154.41541940947513 32.499162936808986
+  ll2 32.499162936808986 -154.41541940947513
+EPSG:5382
+  ll  55.15847159901966 -51.22486855196062
+  en  867752.3877568918 1.6127658943624668E7
+  ll2 55.15847159558471 -51.22486855558037
+EPSG:5383
+  ll  55.965475530331474 -41.25535855365909
+  en  1107187.8672131645 1.6245195103993258E7
+  ll2 55.96547546325999 -41.25535902565449
+EPSG:5387
+  ll  -13.50748738737002 -78.94673582411342
+  en  72593.66700247792 8503299.723894848
+  ll2 -13.507487387333589 -78.9467358239165
+EPSG:5389
+  ll  -13.754949598337362 -77.6349142815801
+  en  -436640.3256286435 8462499.381592536
+  ll2 -13.75494959141763 -77.63491425455183
+EPSG:5393
+  ll  15.817533616690696 97.06993788475137
+  en  97.06993788475137 15.817533617186132
+  ll2 15.81753361669069 97.06993788475137
+EPSG:5396
+  ll  85.45890672867552 -17.685723686358163
+  en  581976.2750976877 1.949762292860788E7
+  ll2 85.45890672991743 -17.685724216225502
+EPSG:54002
+  ll  -81.52791474007026 -132.4089323736002
+  en  -7369847.464155086 -9075645.954302043
+  ll2 -81.52791474007026 -132.4089323736002
+EPSG:54004
+  ll  24.798639080371075 -30.851861983016846
+  en  -3434413.565973791 2833116.423049954
+  ll2 24.798639080370325 -30.851861983016846
+EPSG:54008
+  ll  58.982194186686854 -88.06214048573408
+  en  -5064010.776136052 6540685.607089906
+  ll2 58.98219418668685 -88.06214048573408
+EPSG:54028
+  ll  21.630537363040688 0.6844020151189876
+  en  70854.19115356311 2393046.696556602
+  ll2 21.630537363156403 0.6844020153338655
+EPSG:5451
+  ll  -12.265890919772374 60.335531137524015
+  en  60.33673178345974 -12.266270550047402
+  ll2 -12.265890935354685 60.33553118649022
+EPSG:5456
+  ll  -7.058060078061928 -125.34359731362593
+  en  -4232283.1554888915 -1388042.6316461316
+  ll2 -7.0580600887335265 -125.34359729499748
+EPSG:5457
+  ll  9.574848330505503 -120.12057395604873
+  en  -3495454.982452159 590709.9602773364
+  ll2 9.574848302498367 -120.12057393082222
+EPSG:5459
+  ll  53.3919350902027 -13.495821342647247
+  en  7030305.877492833 6118474.828172098
+  ll2 53.391935055853416 -13.49582132375772
+EPSG:5460
+  ll  42.88579614836537 -104.56830167793106
+  en  -963861.945518957 3722289.1047923826
+  ll2 42.88579608485465 -104.56830160675739
+EPSG:5461
+  ll  -38.4301385080049 -159.31323775652754
+  en  -9397901.10667844 -4832409.977980193
+  ll2 -38.43013850517535 -159.31323776083818
+EPSG:5462
+  ll  -36.303650809760185 -133.54113165048614
+  en  -5734691.158540781 -5209225.869847168
+  ll2 -36.30365080565965 -133.54113163241485
+EPSG:5463
+  ll  -53.6569739241917 -83.46783364471169
+  en  336986.841885718 -5948173.820346501
+  ll2 -53.65697392207877 -83.46783363745061
+EPSG:5464
+  ll  -60.37547591501232 -1.7161017029811774
+  en  -1.7161017029811771 -60.375475915012316
+  ll2 -60.375475915012316 -1.7161017029811771
+EPSG:5467
+  ll  23.74156475630633 111.61161371957803
+  en  111.61161371957803 23.74156475630633
+  ll2 23.74156475630633 111.61161371957803
+EPSG:5469
+  ll  2.1908727151704497 -69.51470674503652
+  en  1672960.5818818514 -379133.8329359005
+  ll2 2.1908727151705096 -69.51470674503652
+EPSG:5479
+  ll  -51.7300532029167 125.77596353050335
+  en  4407396.797828691 7155149.770084354
+  ll2 -51.730053202916885 125.77596353050335
+EPSG:5480
+  ll  -38.41991102677649 103.35647538816578
+  en  -166523.0424505351 4280938.531146152
+  ll2 -38.41991102677651 103.35647538816579
+EPSG:5481
+  ll  -57.74340380926751 158.42198453732902
+  en  2538781.925412519 2517516.876803356
+  ll2 -57.74340380926796 158.42198453732894
+EPSG:5482
+  ll  -84.67992269786018 38.63993839182492
+  en  4630926.042841101 538329.4296840875
+  ll2 -84.67992269786068 38.63993839182493
+EPSG:5489
+  ll  -25.37275649979 0.9280345717344858
+  en  0.9280345717344858 -25.372756500520985
+  ll2 -25.37275649978965 0.9280345717344858
+EPSG:5490
+  ll  34.21918360282328 -56.71065528362763
+  en  1079741.5084207202 3804395.8762096423
+  ll2 34.21918360001584 -56.710655281602854
+EPSG:5518
+  ll  -82.96719031336711 -172.50831913551306
+  en  404494.48527236294 -3694603.5264946735
+  ll2 -82.96719030817913 -172.508319155259
+EPSG:5519
+  ll  -30.143848048492778 -175.64972125132917
+  en  431872.55072114273 2187408.183157393
+  ll2 -30.14384805145908 -175.6497212529037
+EPSG:5520
+  ll  -43.74673670261651 -2.6216444523614246
+  en  1047211.9695343436 -4861225.871600116
+  ll2 -43.746736215488745 -2.621644344875191
+EPSG:5523
+  ll  18.781791461637738 16.969028388020053
+  en  2077060.264926738 7585569.7672887035
+  ll2 18.781791461246353 16.96902838802454
+EPSG:5524
+  ll  63.185584889838 150.95006259152296
+  en  150.95006259152296 63.185584889838
+  ll2 63.185584889838005 150.95006259152296
+EPSG:5527
+  ll  85.34789538362341 -121.66300531653917
+  en  -121.6564519689315 85.34820999824029
+  ll2 85.3478953829804 -121.66300532993905
+EPSG:5531
+  ll  -16.940271523444636 -52.15181913843679
+  en  1016788.791699368 8120712.931945052
+  ll2 -16.940271523867455 -52.1518191392756
+EPSG:5533
+  ll  -1.757390652367917 -52.58790850704061
+  en  -346391.3406738271 9804067.735604402
+  ll2 -1.7573906529935794 -52.587908482148315
+EPSG:5534
+  ll  75.40355294007298 -43.58481056525512
+  en  371186.39169371664 1.837361210106218E7
+  ll2 75.40355294144307 -43.58481057112984
+EPSG:5535
+  ll  -4.156446302086209 -32.39553576149664
+  en  567120.3176109195 9540594.748502556
+  ll2 -4.1564463040804185 -32.39553576302662
+EPSG:5536
+  ll  -20.647874512292717 -58.326510364368936
+  en  361801.591322365 7716229.149862689
+  ll2 -20.64787451229264 -58.32651036436885
+EPSG:5537
+  ll  -6.5243055587965415 -49.9222253335322
+  en  619169.3964190843 9278701.649283888
+  ll2 -6.524305558796541 -49.92222533353266
+EPSG:5538
+  ll  70.43489695467991 -40.240952060512114
+  en  677718.7365552537 1.782154137787181E7
+  ll2 70.43489695424356 -40.240952061547304
+EPSG:5539
+  ll  -58.31406527395925 -33.43245081945206
+  en  825992.7209540232 3522681.250519255
+  ll2 -58.31406527137406 -33.432450822494694
+EPSG:5546
+  ll  86.08739145317188 141.26608165799888
+  en  141.26608165799888 86.08739145330027
+  ll2 86.08739145317224 141.2660816579989
+EPSG:5550
+  ll  -71.42784534327221 149.79667682510023
+  en  811724.0017396542 2052147.4358503884
+  ll2 -71.4278453309949 149.7966765523622
+EPSG:5551
+  ll  -1.1275773800516191 137.4119768933629
+  en  -571745.6574440114 9873591.316359887
+  ll2 -1.1275773783747898 137.41197702984812
+EPSG:5552
+  ll  23.755159411745197 153.58875102196524
+  en  559995.9654910659 1.2627243884194463E7
+  ll2 23.755159411744998 153.58875102196524
+EPSG:5554
+  ll  68.75909148440255 0.361401506588205
+  en  393345.1485862054 7629789.659951814
+  ll2 68.75909148438811 0.3614015065929262
+EPSG:5555
+  ll  86.75785428546419 7.5623349086656475
+  en  490923.0094819807 9636099.243847717
+  ll2 86.7578542854645 7.562334908665676
+EPSG:5556
+  ll  68.79614865675265 18.069682593728057
+  en  623861.935167193 7634726.392279562
+  ll2 68.79614865671564 18.069682593709043
+EPSG:5559
+  ll  -17.61219936100603 -72.81437591553934
+  en  2721954.050308528 -3655516.969287246
+  ll2 -17.6121993633157 -72.81437593131692
+EPSG:5561
+  ll  72.12948008829815 175.5258963487313
+  en  175.52166975401505 72.12927893183159
+  ll2 72.12948008770465 175.52589633416923
+EPSG:5562
+  ll  -20.103717041500673 27.27520389954669
+  en  5157390.210935294 -2236198.4908843753
+  ll2 -20.103717028130248 27.275203919741124
+EPSG:5563
+  ll  72.55190609565861 28.78763405644424
+  en  5559977.708380036 8054738.108321009
+  ll2 72.55190609492732 28.787634069188705
+EPSG:5564
+  ll  12.60864672203806 27.436347739965512
+  en  5894737.261278859 1400945.3551335393
+  ll2 12.608646726060652 27.43634775115281
+EPSG:5565
+  ll  5.636628544773004 36.32554690518373
+  en  7203706.765427004 624056.9321923344
+  ll2 5.636628548297705 36.32554691189368
+EPSG:5566
+  ll  36.6547786962397 26.517148276416837
+  en  993649.8978166383 4072535.9103782065
+  ll2 36.65477869583093 26.517148284220553
+EPSG:5567
+  ll  -37.00598005099798 32.845709069660785
+  en  1020671.5719288234 -4113161.557301027
+  ll2 -37.005980032840796 32.845709096909424
+EPSG:5568
+  ll  17.90641015955123 28.044473377801047
+  en  -25516.84435665002 1987726.3966420302
+  ll2 17.906410162581736 28.044473386211415
+EPSG:5569
+  ll  -71.6952850228739 37.37611248872698
+  en  443169.6569737261 -7958931.814599397
+  ll2 -71.69528500209022 37.37611258269783
+EPSG:5589
+  ll  -60.58780276022191 -81.19727692818095
+  en  1552240.7425508571 -2.7866458016165145E7
+  ll2 -60.58780274717986 -81.19727697478201
+EPSG:5593
+  ll  -69.47976394911105 101.65065187557849
+  en  101.65065187557848 -69.47976394973003
+  ll2 -69.47976394911196 101.65065187557849
+EPSG:5596
+  ll  44.04289551184351 11.01831511647505
+  en  974751.7943470028 4878636.857070036
+  ll2 44.04289551184358 11.01831511647505
+EPSG:5598
+  ll  66.98563351591454 10.05324887892809
+  en  944133.1486407308 7433326.109714046
+  ll2 66.98563351591513 10.05324887892808
+EPSG:5627
+  ll  84.98617685640215 4.308363704089661
+  en  483584.5406834657 9438654.899454512
+  ll2 84.98617685343358 4.30836375017009
+EPSG:5628
+  ll  77.22702700232298 -63.34698762246322
+  en  -63.34698762246321 77.22702700272957
+  ll2 77.22702700232388 -63.34698762246321
+EPSG:5629
+  ll  41.5623572825109 39.069716227755755
+  en  5410.906453704345 1.4618200628106235E7
+  ll2 41.56235727936341 39.06971622795615
+EPSG:5631
+  ll  46.76000720794471 13.88906544930015
+  en  2873604.3052989524 5192337.0103015145
+  ll2 46.76000720943216 13.8890654638068
+EPSG:5632
+  ll  88.59195068562201 30.303197001894105
+  en  4100444.8234785083 7345095.225093836
+  ll2 88.59195068562228 30.30319700189411
+EPSG:5633
+  ll  32.10143683187792 -99.66468396965172
+  en  -2142969.481850708 7670026.090342334
+  ll2 32.10143682232161 -99.66468396965172
+EPSG:5634
+  ll  44.73235142741427 43.761338436519054
+  en  6507108.804053778 2601340.7392926356
+  ll2 44.73235142741437 43.761338436519054
+EPSG:5635
+  ll  13.8511931628463 -38.372594402366516
+  en  -875071.4496919811 633020.5706892847
+  ll2 13.85119314420695 -38.37259440236653
+EPSG:5636
+  ll  82.16595216810498 -135.31921297760783
+  en  3784001.4356518034 8032209.811246303
+  ll2 82.16595216315451 -135.31921297760783
+EPSG:5637
+  ll  -1.7906977289314252 20.152006290816047
+  en  5565308.0616947375 -3620252.2476698747
+  ll2 -1.7906977289313901 20.152006290816054
+EPSG:5638
+  ll  19.825020641428466 -15.645404488722676
+  en  1576211.9705871982 120318.8894550018
+  ll2 19.8250206217897 -15.645404488722685
+EPSG:5639
+  ll  49.029161950629934 12.564236704801559
+  en  4181126.435413616 2483990.5252432283
+  ll2 49.02916195063009 12.564236704801566
+EPSG:5641
+  ll  -49.93383931217301 40.41312972718575
+  en  1.4279888478912478E7 3601767.464654859
+  ll2 -49.933839312161766 40.413129727185755
+EPSG:5643
+  ll  41.66055483285982 31.866237633592732
+  en  2643477.1710991547 -429585.6727790547
+  ll2 41.6605548378891 31.866237636145886
+EPSG:5644
+  ll  -24.53888382244861 46.055143962480905
+  en  -1240.470127239474 7277111.423000287
+  ll2 -24.538883822147653 46.055143961910375
+EPSG:5646
+  ll  -85.93250062312842 -72.78297546692977
+  en  1633061.744066861 -4.6766083040482715E7
+  ll2 -85.93250062312846 -72.78297546692977
+EPSG:5649
+  ll  -75.79768151115195 3.7403955237067272
+  en  3.1520276881327998E7 -8412737.208831063
+  ll2 -75.79768151115287 3.7403955237067152
+EPSG:5650
+  ll  33.39852674940393 11.503220753991952
+  en  3.3174741752404876E7 3700936.6516645
+  ll2 33.39852674932508 11.5032207538726
+EPSG:5651
+  ll  -1.6798441856474682 -3.7088438200141343
+  en  3.0752072712474745E7 -186961.90386876473
+  ll2 -1.6798441854486343 -3.708843808354555
+EPSG:5652
+  ll  16.916470799902655 2.4221374692143036
+  en  3.1798231838615235E7 1882073.3100769173
+  ll2 16.91647079869258 2.422137470661637
+EPSG:5653
+  ll  58.578761076745536 5.4669369640459635
+  en  3.294680473088168E7 6532561.522434641
+  ll2 58.57876102125042 5.466937386407249
+EPSG:5654
+  ll  73.10344656092116 -81.83178124013399
+  en  650492.6583840231 1.1258309636005344E7
+  ll2 73.10344654885452 -81.8317807610611
+EPSG:5655
+  ll  -17.573640000390995 -70.13973316608153
+  en  2462617.2541341055 -2.1825057511219185E7
+  ll2 -17.57364000038913 -70.13973316608724
+EPSG:5659
+  ll  -69.53181409336078 5.847535599913199
+  en  377078.2431115787 -1.1716905143422704E7
+  ll2 -69.5318140787678 5.847535613447822
+EPSG:5663
+  ll  -55.36633749609651 20.30070050017393
+  en  3836099.583022089 -6150869.427693338
+  ll2 -55.36633748019133 20.300700556189064
+EPSG:5664
+  ll  78.96293789863029 9.07479497658184
+  en  2501722.740197223 8769518.354765322
+  ll2 78.9629378996386 9.074795008476798
+EPSG:5665
+  ll  32.880594755595894 21.55856055358045
+  en  4114425.9974272316 3658768.5787682747
+  ll2 32.8805947559945 21.55856056634156
+EPSG:5666
+  ll  -37.02254156563309 16.153106431188302
+  en  4136902.150814373 -4122614.36653002
+  ll2 -37.022541558395 16.1531064301855
+EPSG:5667
+  ll  48.15517377742631 5.989647416854416
+  en  4052966.855622503 5352634.755041947
+  ll2 48.15517377317074 5.989647419703986
+EPSG:5668
+  ll  23.439834176674168 18.081248542250645
+  en  5122157.371798964 2606162.541139024
+  ll2 23.43983417567554 18.081248543816073
+EPSG:5669
+  ll  -84.68321938521251 17.125431634857563
+  en  5521989.450150874 -9407501.542226821
+  ll2 -84.68321938521244 17.12543163485673
+EPSG:5670
+  ll  24.854994591168918 6.308972521283441
+  en  3228075.4126212588 2752798.8579638964
+  ll2 24.854994600285035 6.308972541554813
+EPSG:5671
+  ll  35.28919787791301 6.201529642780796
+  en  3972353.100879994 3922268.1807170846
+  ll2 35.28919788309167 6.201529660587874
+EPSG:5672
+  ll  42.03725291415344 24.96165310558608
+  en  6325399.139905521 4704205.189145744
+  ll2 42.03725285493665 24.961652859276544
+EPSG:5673
+  ll  47.08722971553706 7.230540914335629
+  en  3365765.117677828 5218611.461255647
+  ll2 47.08722972042118 7.2305409294591305
+EPSG:5674
+  ll  80.84420586104412 2.681386160567523
+  en  4335212.777653301 8992843.434744328
+  ll2 80.84420586260408 2.6813867136331493
+EPSG:5675
+  ll  -44.7561321856825 19.463605000816703
+  en  5853566.636539465 -4967571.812837856
+  ll2 -44.75613217004628 19.463605038064166
+EPSG:5676
+  ll  67.39498942704179 10.782401189852937
+  en  2705072.4277110132 7485866.651736904
+  ll2 67.39498941170878 10.782401190999872
+EPSG:5677
+  ll  -23.806681834470467 0.44832321524302143
+  en  2626492.345768724 -2660646.161554266
+  ll2 -23.80668157079461 0.44832324830079545
+EPSG:5678
+  ll  -78.94329102161608 14.094455958537853
+  en  4544903.723821382 -8767646.193292467
+  ll2 -78.94329018552645 14.09445545814564
+EPSG:5679
+  ll  -34.221532264947285 13.378965500377237
+  en  5350777.220143852 -3789666.6062615956
+  ll2 -34.221531894327 13.378965457490485
+EPSG:5680
+  ll  67.90862945406892 -3.8313582858020583
+  en  1213658.967196511 7551081.324773223
+  ll2 67.90862943160909 -3.8313582412082132
+EPSG:5681
+  ll  69.28966046727211 45.867002808624534
+  en  45.867002808624534 69.28966046727211
+  ll2 69.28966046727211 45.867002808624534
+EPSG:5682
+  ll  -66.5554399951427 1.4458273355729325
+  en  2297896.972954237 -7391366.936133215
+  ll2 -66.5554399946519 1.4458273362171212
+EPSG:5683
+  ll  25.304893146340206 1.4476012097666477
+  en  2738157.853601977 2821100.229885759
+  ll2 25.304893142057086 1.447601204725765
+EPSG:5684
+  ll  75.94946687692672 15.53873583650839
+  en  4595874.278548335 8434879.956629897
+  ll2 75.9494668768942 15.53873583643101
+EPSG:5685
+  ll  -64.91010822036814 24.428393374806102
+  en  5944933.974856172 -7233811.032377041
+  ll2 -64.91010818417163 24.42839292211302
+EPSG:5698
+  ll  -4.794672595375047 -56.88723310672615
+  en  -7887564.097869018 3591847.9769603577
+  ll2 -4.794672595375035 -56.88723310672616
+EPSG:5699
+  ll  3.8280625708096565 35.472770125119666
+  en  5177683.433778624 2388284.762351404
+  ll2 3.8280625708096836 35.472770125119666
+EPSG:5700
+  ll  -44.236624943484316 -171.9498449180283
+  en  903293.2863668574 5089429.601243117
+  ll2 -44.236624942123456 -171.94984491798186
+EPSG:5707
+  ll  3.044263882259308 -39.97441273707527
+  en  -5335817.158706662 -2778169.312775267
+  ll2 3.044263866614557 -39.97441272879752
+EPSG:5708
+  ll  -8.17673868459391 -30.65544104596875
+  en  -5033313.875798093 -1128425.873572399
+  ll2 -8.176738654362126 -30.655441056347687
+EPSG:5825
+  ll  22.765399428278556 148.32298285107188
+  en  129395.81015520392 7029025.069330881
+  ll2 22.765399408429776 148.32298282825263
+EPSG:5832
+  ll  -13.873205611456655 11.17784138870282
+  en  3060302.7479766374 -1540251.8895438616
+  ll2 -13.873205611240182 11.177841387871801
+EPSG:5833
+  ll  -66.17737574759148 3.0034094763924877
+  en  3229985.340948135 -7354780.635375311
+  ll2 -66.17737574500849 3.0034094840754237
+EPSG:5834
+  ll  -69.25331735771275 15.461791412830342
+  en  4636832.321561694 -7688729.013967768
+  ll2 -69.25331735763874 15.461791412773035
+EPSG:5835
+  ll  -46.162380802424714 17.013994299934545
+  en  5655533.528448558 -5115587.680412694
+  ll2 -46.162380802418824 17.013994299938282
+EPSG:5836
+  ll  -42.16210793601977 32.47447537777537
+  en  -39170.1183933483 -4688431.4866677085
+  ll2 -42.1621079303338 32.47447538013121
+EPSG:5837
+  ll  -57.68542305930945 64.12100023631032
+  en  924131.5220752696 -6416008.075552001
+  ll2 -57.685423048164495 64.12100020784182
+EPSG:5839
+  ll  81.7155938648105 -85.8536349275606
+  en  422013.54974913574 1.9076352422974825E7
+  ll2 81.71559386476493 -85.85363492615227
+EPSG:5842
+  ll  -18.08130236997279 18.798569003264515
+  en  1220759.0152155273 7987503.1410019575
+  ll2 -18.081302368401637 18.798569002404488
+EPSG:5844
+  ll  -68.87894738562699 20.80524155622353
+  en  131307.90362047596 2329171.428632031
+  ll2 -68.87894736411128 20.80524194676169
+EPSG:5845
+  ll  -59.49784333893305 11.989125736804596
+  en  329559.9430133231 -6599349.179053531
+  ll2 -59.497843338870695 11.98912573681175
+EPSG:5846
+  ll  -35.82700397741889 11.529947187056749
+  en  107525.7835345119 -3966449.466088161
+  ll2 -35.82700397741889 11.529947187056749
+EPSG:5847
+  ll  -20.3866012926446 14.602373646508665
+  en  265081.35502175585 -2255551.302407156
+  ll2 -20.386601292644535 14.602373646508617
+EPSG:5848
+  ll  83.0228450815211 9.920751849221377
+  en  81176.42824870095 9225728.39772906
+  ll2 83.022845081487 9.92075185136309
+EPSG:5849
+  ll  30.505958589155057 20.6621663506131
+  en  549710.6913311289 3383580.2964964504
+  ll2 30.505958588977574 20.662166350922643
+EPSG:5850
+  ll  40.3335578086446 19.74593207174361
+  en  298367.6726997964 4468029.925279526
+  ll2 40.33355780864267 19.745932071746093
+EPSG:5851
+  ll  36.026397841730656 6.5081157544744475
+  en  -548460.9404148088 4016324.758515319
+  ll2 36.02639783103008 6.508115758479769
+EPSG:5852
+  ll  -0.12244568702239178 24.72492917271516
+  en  1153221.1936603056 -13708.316159459751
+  ll2 -0.12244568690876033 24.724929087397047
+EPSG:5853
+  ll  -75.25089210341852 24.572083304634294
+  en  357670.7770037892 -8367794.181193284
+  ll2 -75.25089210092774 24.572083250185614
+EPSG:5854
+  ll  24.35013111095988 18.134257979531405
+  en  87517.03361610888 2694207.8752562557
+  ll2 24.350131110959637 18.1342579795314
+EPSG:5855
+  ll  2.3390474865263826 27.987965569320423
+  en  1013310.799156554 261030.23652423458
+  ll2 2.3390474857781514 27.9879655395452
+EPSG:5856
+  ll  -25.079600575894787 20.973086586310103
+  en  71619.57643655117 -2775097.0624685097
+  ll2 -25.079600575894474 20.973086586310085
+EPSG:5857
+  ll  74.36183252984907 19.65649199629678
+  en  41892.38192323284 8258974.3045908185
+  ll2 74.3618325298028 19.656491996384016
+EPSG:5858
+  ll  19.09262667427403 -55.648772130343794
+  en  10615.95945342118 1.2117610141775709E7
+  ll2 19.092626673199504 -55.64877213262722
+EPSG:5875
+  ll  -45.376254694676135 -75.37498930469518
+  en  470703.04576567945 4975206.489228673
+  ll2 -45.37625469262874 -75.37498930016515
+EPSG:5876
+  ll  76.12664896865695 -77.18697749542889
+  en  281592.00615776127 1.8464511777885936E7
+  ll2 76.12664896530715 -77.18697735144926
+EPSG:5877
+  ll  -56.38735709675776 -70.49446907055261
+  en  37841.05798121414 3725600.9318547985
+  ll2 -56.38735707891614 -70.49446902113255
+EPSG:5879
+  ll  22.566803315343634 47.986412234233754
+  en  806882.4453636861 1.2498854747036481E7
+  ll2 22.566803279012234 47.98641228518319
+EPSG:5886
+  ll  -17.276046659037803 173.56631544356082
+  en  173.56631544356082 -17.276046659037803
+  ll2 -17.276046659037803 173.56631544356082
+EPSG:5887
+  ll  -5.645406415032554 -169.43928184792176
+  en  2339674.34986553 4370518.714316466
+  ll2 -5.645406413572541 -169.43928187071148
+EPSG:5890
+  ll  66.04209911338945 -69.0757615108255
+  en  -940085.3433753065 2458718.609666341
+  ll2 66.04209911338924 -69.07576151082549
+EPSG:5921
+  ll  40.52892841240194 -154.16146545728856
+  en  -3918318.7169954167 -3276386.439871483
+  ll2 40.528928412401974 -154.16146545728856
+EPSG:5922
+  ll  31.030399128486827 -9.124598226672305
+  en  3486339.4629557086 -5179015.202611323
+  ll2 31.03039912848683 -9.124598226672308
+EPSG:5923
+  ll  24.41058402573499 -0.40915379523023887
+  en  -4383203.711502081 -5767979.575060641
+  ll2 24.410584025735016 -0.40915379523023887
+EPSG:5924
+  ll  65.15114712280042 164.75637341923564
+  en  2395878.8361672736 -460727.61800920725
+  ll2 65.1511471228004 164.75637341923564
+EPSG:5925
+  ll  73.20594193766 172.33728481641313
+  en  -151127.84253723035 -899751.5009666046
+  ll2 73.20594193766001 172.33728481641313
+EPSG:5926
+  ll  15.123512063973234 -95.97757613162639
+  en  2301865.3767849067 -7047295.78574887
+  ll2 15.123512063973251 -95.97757613162639
+EPSG:5927
+  ll  61.96296689843804 36.391873936732026
+  en  3031358.8113326887 956496.889576885
+  ll2 61.96296689843803 36.391873936732026
+EPSG:5928
+  ll  49.45248418853398 105.49451703180665
+  en  4332906.808800575 302259.1904335469
+  ll2 49.452484188533994 105.49451703180667
+EPSG:5929
+  ll  82.0607455737557 30.02223353439975
+  en  -888732.9135058662 1639382.3955028735
+  ll2 82.06074557375571 30.02223353439976
+EPSG:5930
+  ll  65.77715381458079 154.75110688487973
+  en  -1000659.7385230525 -635055.932315838
+  ll2 65.77715381458076 154.75110688487973
+EPSG:5931
+  ll  12.490035529860474 -69.40225060450484
+  en  5819948.597623879 -4560210.191335
+  ll2 12.490035529860497 -69.40225060450484
+EPSG:5932
+  ll  33.15122133556142 -11.176586596986184
+  en  2841788.8780497024 -3067505.9890974048
+  ll2 33.151221335561644 -11.176586596986184
+EPSG:5933
+  ll  10.115739183374147 87.12670185963691
+  en  7467016.062623864 -3507682.4483909756
+  ll2 10.115739183374183 87.12670185963691
+EPSG:5934
+  ll  17.70625200839562 41.44972201392367
+  en  -7378833.685626652 -1713490.5519744058
+  ll2 17.706252008395627 41.44972201392367
+EPSG:5935
+  ll  20.54433938538454 117.3865226341916
+  en  -6746718.353632741 -1927321.12939658
+  ll2 20.544339385384543 117.3865226341916
+EPSG:5936
+  ll  -7.617997864501135 -73.39529156662769
+  en  1.6034763632097552E7 -1342333.544862527
+  ll2 -7.617997864500502 -73.39529156662769
+EPSG:5937
+  ll  40.116601431432585 -5.977445286606297
+  en  7888119.395689784 2414066.697619995
+  ll2 40.116601431432414 -5.977445286606297
+EPSG:5938
+  ll  41.74899088819822 4.7117069828731815
+  en  5477455.142102011 -2497401.702663985
+  ll2 41.748990888198065 4.711706982873189
+EPSG:5939
+  ll  6.625520125212645 108.53414456579492
+  en  1.3262599557431208E7 2104999.54251288
+  ll2 6.6255201252121045 108.53414456579492
+EPSG:5940
+  ll  67.16597966436889 -11.317200785908796
+  en  -301709.27450728463 3138435.488250933
+  ll2 67.16597966436873 -11.31720078590881
+EPSG:5942
+  ll  31.47253249231747 153.5274184466915
+  en  153.5274184466915 31.472532493157168
+  ll2 31.472532492315562 153.5274184466915
+EPSG:5945
+  ll  -79.2880811493931 9.286184409257874
+  en  178541.34608726593 -1.4239482305006394E7
+  ll2 -79.2880811493708 9.28618440911093
+EPSG:5946
+  ll  29.548536389070293 9.396779236010225
+  en  380817.76631933264 -2157710.6413674774
+  ll2 29.548536389050945 9.39677923604759
+EPSG:5947
+  ll  69.90906071210239 8.446720025141365
+  en  136308.18093668515 2327834.4585460583
+  ll2 69.90906071210328 8.446720025141364
+EPSG:5948
+  ll  -6.693634283323746 4.965097753295133
+  en  -291082.0737673939 -6172867.695140728
+  ll2 -6.693634283313468 4.965097753512026
+EPSG:5949
+  ll  -46.19949627085871 0.24381282931597736
+  en  -614295.5982799694 -1.0591365794458091E7
+  ll2 -46.19949622251088 0.2438130043592537
+EPSG:5950
+  ll  -49.74595218850206 15.042639700878283
+  en  427344.45591757627 -1.0953785970970226E7
+  ll2 -49.7459521876739 15.042639700751323
+EPSG:5951
+  ll  -83.17880336142511 5.15885511890524
+  en  16048.917303071968 -1.4676015644877004E7
+  ll2 -83.17880336133415 5.1588551348503735
+EPSG:5952
+  ll  1.8508681599052892 10.346336165200729
+  en  -139677.22683390186 -5226478.009825758
+  ll2 1.850868159905151 10.346336165218691
+EPSG:5953
+  ll  65.67887310010155 19.49623315657928
+  en  375343.5711031632 1868894.5305943922
+  ll2 65.67887309740713 19.49623314898565
+EPSG:5954
+  ll  -65.81602113098015 7.7654468751592525
+  en  -207510.00363404822 -1.2750118751097837E7
+  ll2 -65.81602112572924 7.765446896938444
+EPSG:5955
+  ll  -7.649851570287993 25.198476218471864
+  en  1175080.3967734461 -6289410.118842808
+  ll2 -7.649851559303862 25.198476099257984
+EPSG:5956
+  ll  -51.91118038116254 20.88350411884074
+  en  401575.5205857586 -1.1193831081386128E7
+  ll2 -51.911180380483536 20.88350411869688
+EPSG:5957
+  ll  76.71849748256821 9.17818273931827
+  en  -112829.11270028393 3102556.732471809
+  ll2 76.71849747924075 9.17818291645713
+EPSG:5958
+  ll  -30.924674808139677 15.210211670233567
+  en  -214517.62327767123 -8858549.287632663
+  ll2 -30.924674808093723 15.210211670151821
+EPSG:5959
+  ll  17.350860286156106 23.690759665136255
+  en  545746.8611337992 -3507277.702005948
+  ll2 17.350860286090338 23.690759665053548
+EPSG:5960
+  ll  -18.652369212208157 28.875852262911017
+  en  986254.4569425441 -7515294.782674989
+  ll2 -18.652369205868066 28.875852257237945
+EPSG:5961
+  ll  40.64779597833373 22.885321935406388
+  en  217174.29240696237 -928898.9701179687
+  ll2 40.647795978333264 22.88532193540713
+EPSG:5962
+  ll  -45.24424931654621 15.966553602978077
+  en  -412938.36519815616 -1.0464184126722556E7
+  ll2 -45.244249310078466 15.966553607620655
+EPSG:5963
+  ll  -69.03448801114718 24.909343341222907
+  en  156295.5743977499 -1.309320147123161E7
+  ll2 -69.03448801114772 24.909343341222907
+EPSG:5964
+  ll  -41.30642482405967 26.729540416454576
+  en  286717.50682824245 -1.0008285188766906E7
+  ll2 -41.30642482405074 26.729540416463184
+EPSG:5965
+  ll  27.29629165257535 33.805966126058706
+  en  923917.2505232178 -2383308.490529596
+  ll2 27.29629164399738 33.80596613161531
+EPSG:5966
+  ll  -17.24183817263132 16.55327496801263
+  en  -962249.2556700862 -7365882.686646973
+  ll2 -17.241838153265427 16.55327501810465
+EPSG:5967
+  ll  -74.29285394139816 30.93113169325991
+  en  203671.52734426683 -1.3682281524511226E7
+  ll2 -74.29285394136288 30.93113169320243
+EPSG:5968
+  ll  30.411250394111335 33.928177855917546
+  en  621954.7861374881 -2053040.3344975617
+  ll2 30.41125039324673 33.92817785725089
+EPSG:5969
+  ll  -89.0252172352033 31.730992073215425
+  en  104238.2048079075 -1.532445365353099E7
+  ll2 -89.02521723520341 31.730992073214118
+EPSG:5970
+  ll  78.93456542413938 36.51939696597984
+  en  228804.4982459767 3341541.558218061
+  ll2 78.93456542377083 36.51939695635551
+EPSG:5971
+  ll  35.71835451660661 11.958335520202269
+  en  1311307.8988214112 3989915.5563521255
+  ll2 35.71835449300222 11.958335485119076
+EPSG:5972
+  ll  -73.35365039303139 0.5338787991456515
+  en  230122.92874621827 -8159074.895471785
+  ll2 -73.35365038559857 0.5338789973853935
+EPSG:5973
+  ll  70.81956052219482 24.270043728836452
+  en  838753.2206784878 7883224.118231294
+  ll2 70.81956050494314 24.270043293689536
+EPSG:5974
+  ll  56.647305641370366 23.239768833153356
+  en  637331.9025048504 6280369.361081955
+  ll2 56.647305641359125 23.239768833154717
+EPSG:5975
+  ll  27.03313806083102 25.635875695537102
+  en  364690.28928650194 2990837.785520998
+  ll2 27.033138060830296 25.635875695536647
+EPSG:5976
+  ll  -44.71009491667402 25.796961901251333
+  en  -70579.30015782814 -4976046.043348275
+  ll2 -44.7100949054529 25.796961913728154
+EPSG:6050
+  ll  55.19615952409699 -88.63161722952866
+  en  2.210403968989266E7 -74972.87049224065
+  ll2 55.196159524097425 -88.63161722952867
+EPSG:6051
+  ll  52.93756215368339 -115.89120526193574
+  en  1.4713766345692914E7 1486252.3457557266
+  ll2 52.93756215368366 -115.89120526193575
+EPSG:6052
+  ll  64.31052702377848 57.63428683787467
+  en  2.3203174175714094E7 2352846.254943147
+  ll2 64.31052702377919 57.63428683787469
+EPSG:6053
+  ll  24.989674266201718 -26.904447990965565
+  en  3.471909846355172E7 -1167633.514787821
+  ll2 24.989674266201433 -26.90444799096556
+EPSG:6054
+  ll  23.011730645393577 -25.49380085805943
+  en  3.3380477828351334E7 -3212200.5812538294
+  ll2 23.01173064539343 -25.49380085805945
+EPSG:6055
+  ll  87.63127804457409 18.326618585340285
+  en  3.3628314289955825E7 4533611.714593601
+  ll2 87.63127804457436 18.326618585340047
+EPSG:6056
+  ll  55.59825694221574 -100.2769065495558
+  en  1.825223381255609E7 2971878.084460716
+  ll2 55.59825694221618 -100.27690654955583
+EPSG:6057
+  ll  52.86805277498461 -40.85923213210822
+  en  2.236723302325277E7 1942860.5048533282
+  ll2 52.8680527749849 -40.85923213210823
+EPSG:6058
+  ll  87.41794515103868 50.41719097405411
+  en  2.4774705926392153E7 6026090.019940466
+  ll2 87.41794515103895 50.41719097405414
+EPSG:6059
+  ll  31.79658920782081 -125.48714646669133
+  en  3.554617233296724E7 4190885.511591059
+  ll2 31.796589207819007 -125.48714646669136
+EPSG:6060
+  ll  42.76174466985283 -88.67858757772336
+  en  3.96875392189272E7 3681601.4131409414
+  ll2 42.7617446698529 -88.67858757772339
+EPSG:6061
+  ll  32.919982052257815 -38.87302014310012
+  en  4.3647834205435395E7 1136437.630711357
+  ll2 32.919982052258085 -38.8730201431001
+EPSG:6062
+  ll  9.612496738702367 -75.31311788178063
+  en  2.3392758725499824E7 -572920.9803786464
+  ll2 9.61249673870239 -75.31311788178061
+EPSG:6063
+  ll  55.32966510816333 -30.87023718453129
+  en  2.8962053374748264E7 5026712.831099825
+  ll2 55.32966510816379 -30.870237184531312
+EPSG:6064
+  ll  88.78276240937532 43.77093681342723
+  en  3.064762853114326E7 8907269.507380536
+  ll2 88.78276240937554 43.77093681342699
+EPSG:6065
+  ll  71.81602093094142 -49.63329437136137
+  en  1.1547934110641304E7 8222981.48510853
+  ll2 71.81602093094234 -49.63329437136135
+EPSG:6066
+  ll  83.98709947239739 35.469361669400286
+  en  1.4216758408641657E7 1.0070605756134776E7
+  ll2 83.98709947239793 35.46936166940026
+EPSG:6067
+  ll  55.5496344918567 -73.47615325865078
+  en  1.9161706314503036E7 8002164.2151567545
+  ll2 55.549634491857134 -73.47615325865078
+EPSG:6068
+  ll  78.7009803130663 6.691714694117508
+  en  2.3437391952620517E7 1.0721608829811387E7
+  ll2 78.70098031306713 6.691714694117487
+EPSG:6069
+  ll  77.04965842372059 -2.471442781243695
+  en  2.2044230693050653E7 2013733.9554714921
+  ll2 77.04965842372151 -2.471442781243653
+EPSG:6070
+  ll  57.770073963999096 -56.58345144379988
+  en  7954825.321039139 3898643.5174939185
+  ll2 57.770073963999536 -56.583451443799866
+EPSG:6071
+  ll  75.74192432348941 45.80740719864451
+  en  2.7425529245135132E7 4830796.593765065
+  ll2 75.7419243234904 45.807407198644476
+EPSG:6072
+  ll  26.321493596619987 -29.986178439062734
+  en  2.1753410425094735E7 2569315.3282954986
+  ll2 26.321493596619533 -29.986178439062723
+EPSG:6073
+  ll  26.02830230835749 -44.4442731259172
+  en  5199884.728995613 3259599.8391350084
+  ll2 26.028302308357084 -44.444273125917206
+EPSG:6074
+  ll  12.489542069649216 29.384508743964844
+  en  1.2758859392674983E7 -2078811.97659468
+  ll2 12.489542069649227 29.384508743964847
+EPSG:6075
+  ll  66.73735372108823 123.04255500992801
+  en  2.6949530795096338E7 2470171.09324616
+  ll2 66.73735372108823 123.042555009928
+EPSG:6076
+  ll  26.750930530191496 68.74301535249006
+  en  2.335531062596354E7 -3662704.387732406
+  ll2 26.750930530191496 68.74301535249006
+EPSG:6077
+  ll  26.98257673783951 41.15644934535034
+  en  1.2094311960870208E7 -2709724.4249321492
+  ll2 26.982576737839512 41.15644934535034
+EPSG:6078
+  ll  52.478048546773636 154.45572887973424
+  en  1.9522842390204456E7 3318759.4355346365
+  ll2 52.47804854677364 154.45572887973424
+EPSG:6079
+  ll  37.01042317033846 95.52134793099798
+  en  1.5563793479765033E7 -1139315.836139354
+  ll2 37.010423170338555 95.52134793099798
+EPSG:6080
+  ll  65.82533571984742 86.99962908194706
+  en  1.7218508650470458E7 3288641.682946671
+  ll2 65.82533571984739 86.99962908194703
+EPSG:6081
+  ll  81.55295995509758 25.280373446793377
+  en  2.9986716642415125E7 5337706.328597339
+  ll2 81.55295995509755 25.280373446793313
+EPSG:6082
+  ll  54.53797896786149 119.31658269002615
+  en  3.487657949577715E7 2911731.504164623
+  ll2 54.53797896786148 119.3165826900262
+EPSG:6083
+  ll  29.197510462072852 162.60154430347748
+  en  4.041438996777141E7 1992586.1339370832
+  ll2 29.197510462072884 162.60154430347745
+EPSG:6084
+  ll  64.81893958018196 52.439813852264635
+  en  3.374466550882734E7 5434102.9168374995
+  ll2 64.81893958018196 52.439813852264635
+EPSG:6085
+  ll  66.59658108172546 96.09377542681389
+  en  3.6301188047379136E7 4688555.485669711
+  ll2 66.59658108172547 96.09377542681392
+EPSG:6086
+  ll  57.06624498995436 109.44402294256909
+  en  3.705110725844236E7 4727378.538494595
+  ll2 57.066244989954406 109.44402294256909
+EPSG:6087
+  ll  67.76092158898987 48.06134594000487
+  en  1.524893932079856E7 5036467.6735008955
+  ll2 67.76092158898989 48.06134594000486
+EPSG:6088
+  ll  48.6158907974167 15.103386719233967
+  en  1.356725981874531E7 4924246.358566544
+  ll2 48.615890797416725 15.10338671923396
+EPSG:6089
+  ll  84.55292857509467 93.67605411114475
+  en  1.9485453142092023E7 6912987.372613127
+  ll2 84.5529285750947 93.67605411114477
+EPSG:6090
+  ll  33.89853993930292 59.69101124239903
+  en  1.6213819758188285E7 3671802.862362018
+  ll2 33.89853993930311 59.691011242399036
+EPSG:6091
+  ll  67.09923552450003 103.85694807058889
+  en  2.212764495794795E7 5337467.366540822
+  ll2 67.09923552450003 103.85694807058887
+EPSG:6092
+  ll  17.867033997040842 75.65370466804734
+  en  1.68513671181456E7 5787938.801408391
+  ll2 17.86703399704085 75.65370466804734
+EPSG:6093
+  ll  61.85709227533155 136.4568878173119
+  en  2.5414410432612404E7 5129929.154693442
+  ll2 61.85709227533153 136.45688781731192
+EPSG:6094
+  ll  20.63022577568089 -101.19989825986707
+  en  3.6696498731952354E7 3213572.056839365
+  ll2 20.63022577568086 -101.1998982598671
+EPSG:6095
+  ll  70.15669585501138 -165.09782628973232
+  en  3.0824309053243745E7 5393870.401814701
+  ll2 70.1566958550123 -165.09782628973244
+EPSG:6096
+  ll  14.903937644629021 -158.52892703741023
+  en  1.5467945517668078E7 -170942.2513856981
+  ll2 14.903937644629037 -158.52892703741026
+EPSG:6097
+  ll  40.09873594701235 -152.14043438250263
+  en  1.6016839093968015E7 3227321.1479757726
+  ll2 40.09873594701243 -152.14043438250266
+EPSG:6098
+  ll  82.97814245185006 -95.32946476277644
+  en  2.342731031659253E7 1228790.5368809267
+  ll2 82.97814245185067 -95.32946476277634
+EPSG:6099
+  ll  54.79020114488402 -170.22332673522155
+  en  1.1223179788286569E7 1071655.2138508915
+  ll2 54.79020114488437 -170.2233267352216
+EPSG:6100
+  ll  36.6879693469208 -16.977449466080913
+  en  2.1824116044363588E7 -3954.6769188572653
+  ll2 36.687969346920895 -16.977449466080902
+EPSG:6101
+  ll  86.78785405004453 -90.31806116606404
+  en  2.572819336950262E7 4484427.193398271
+  ll2 86.78785405004488 -90.31806116606418
+EPSG:6102
+  ll  51.20468480162757 -40.09542865770334
+  en  3.124910844680736E7 2412990.249486679
+  ll2 51.20468480162776 -40.09542865770334
+EPSG:6103
+  ll  29.64467553987945 -70.58066562210888
+  en  2.9304279025528148E7 -2455561.975339859
+  ll2 29.64467553987826 -70.58066562210888
+EPSG:6104
+  ll  20.60982926686014 -162.30770924458164
+  en  9972091.468961142 -1012552.3054805966
+  ll2 20.60982926686009 -162.30770924458167
+EPSG:6105
+  ll  82.28875348518734 -99.86769504246061
+  en  1.6562416348076358E7 5277155.021425018
+  ll2 82.28875348518801 -99.8676950424606
+EPSG:6106
+  ll  61.80719540590116 -86.80780310872552
+  en  1.8080116688303642E7 3004075.2547260765
+  ll2 61.807195405901766 -86.80780310872548
+EPSG:6107
+  ll  66.16248196193726 -75.01123750682103
+  en  3.568717317832082E7 5941840.387147036
+  ll2 66.16248196193804 -75.01123750682108
+EPSG:6108
+  ll  74.59348095213292 -99.89634938644721
+  en  3.582774837499029E7 5816915.463032539
+  ll2 74.59348095213389 -99.89634938644717
+EPSG:6109
+  ll  38.37192279853344 -144.58297600474216
+  en  3.2842570695E7 3798855.4921677313
+  ll2 38.37192279853354 -144.58297600474216
+EPSG:6110
+  ll  15.215127159292374 -149.06724557723456
+  en  3.060300186180061E7 5066663.179542473
+  ll2 15.215127159292386 -149.0672455772346
+EPSG:6111
+  ll  15.427746997166528 -55.29539781078225
+  en  2.716179081531805E7 6089439.744802961
+  ll2 15.427746997166524 -55.29539781078224
+EPSG:6112
+  ll  28.33091028755902 -156.04300836206278
+  en  1.580299936807204E7 3416551.7491130526
+  ll2 28.330910287558197 -156.0430083620628
+EPSG:6113
+  ll  83.8195488245214 -59.49471729452608
+  en  2.2914928036672883E7 8334257.005405455
+  ll2 83.81954882452196 -59.49471729452605
+EPSG:6114
+  ll  69.80170908892627 -16.895205501360806
+  en  2.642078980446295E7 7605711.855173888
+  ll2 69.8017090889272 -16.895205501360834
+EPSG:6115
+  ll  61.94511473633165 -5.970150389259317
+  en  2.563711345028953E7 -567131.6451055224
+  ll2 61.94511473633162 -5.970150389259345
+EPSG:6116
+  ll  54.58534267253356 148.2548301323063
+  en  3.2945151539231684E7 -136408.59880397562
+  ll2 54.58534267253357 148.2548301323063
+EPSG:6117
+  ll  80.57050504861002 122.89308252390293
+  en  3.1021015493595246E7 1071287.718281991
+  ll2 80.57050504861003 122.893082523903
+EPSG:6118
+  ll  49.99929850960663 -151.4250469200051
+  en  2.1385365162486635E7 -2612246.299870542
+  ll2 49.99929850960663 -151.42504692000512
+EPSG:6119
+  ll  36.61027163326102 143.07829912826017
+  en  2.9596443980864294E7 -2837600.3263994893
+  ll2 36.61027163326112 143.07829912826017
+EPSG:6120
+  ll  76.73502514433584 154.9348480313942
+  en  1.0217273087340206E7 1932236.708413242
+  ll2 76.73502514433586 154.9348480313942
+EPSG:6121
+  ll  26.959336593424556 -82.59689428743212
+  en  1.9761642476091795E7 851927.9202424865
+  ll2 26.959336593424556 -82.59689428743212
+EPSG:6122
+  ll  45.826171994167055 111.35349862428237
+  en  1.69472133144141E7 2496836.1632400197
+  ll2 45.82617199416707 111.35349862428235
+EPSG:6123
+  ll  70.12168629256496 -83.83031887307101
+  en  2.557271344046805E7 3932635.7192522143
+  ll2 70.12168629256496 -83.830318873071
+EPSG:6124
+  ll  25.885111064284054 -128.6938371514276
+  en  1.5813505172064766E7 -791578.2204982117
+  ll2 25.885111064284047 -128.6938371514276
+EPSG:6125
+  ll  29.34045173308477 -20.701596987695808
+  en  4.564985400902703E7 638524.8943660678
+  ll2 29.340451733083672 -20.701596987695794
+EPSG:6128
+  ll  34.516532238230894 -86.71611689712745
+  en  -82342.74390522159 1.2579262855916623E7
+  ll2 34.516532289335316 -86.71611691640011
+EPSG:6129
+  ll  -1.9757129137794323 -71.00949711296076
+  en  5304001.06818315 -728285.948736077
+  ll2 -1.9757128994832538 -71.00949727425865
+EPSG:6135
+  ll  -34.31070455977969 -97.44295391637344
+  en  -97.44295391637345 -34.310704560658564
+  ll2 -34.3107045597797 -97.44295391637345
+EPSG:6144
+  ll  -60.06962270604155 -44.38813479175769
+  en  -44.38813479175769 -60.069622706856855
+  ll2 -60.0696227060421 -44.38813479175769
+EPSG:6145
+  ll  65.85555947024616 3.3584738821380284
+  en  2230.097270758197 1877118.0387932237
+  ll2 65.85555947024126 3.358473882138476
+EPSG:6146
+  ll  -15.758205910358214 12.119122387166192
+  en  702987.1894135892 -7182218.329759214
+  ll2 -15.758205909951405 12.119122386344397
+EPSG:6147
+  ll  18.28968912286112 3.913463032610691
+  en  -279407.4403551809 -3404507.301739295
+  ll2 18.289689122835096 3.9134630326334148
+EPSG:6148
+  ll  52.08099666131659 3.799223972513869
+  en  -222168.4968890678 351509.3801053534
+  ll2 52.08099666028575 3.7992239728541373
+EPSG:6149
+  ll  -27.937884474725465 11.45021216425182
+  en  291957.34006654087 -8524371.8067478
+  ll2 -27.937884474723283 11.450212164255376
+EPSG:6150
+  ll  68.23630968387494 17.503360550756955
+  en  389377.6507271623 2157408.406471639
+  ll2 68.23630967858668 17.50336051814759
+EPSG:6151
+  ll  7.684476583319068 2.389043627574959
+  en  -909315.8568874034 -4570726.919454644
+  ll2 7.6844765762560865 2.3890437027259925
+EPSG:6152
+  ll  10.97427192348394 16.76700702839412
+  en  566774.2146628643 -4214349.189676912
+  ll2 10.97427192343208 16.76700702795976
+EPSG:6153
+  ll  11.199142372719834 8.12919157160795
+  en  -487366.1101539722 -4187430.033957674
+  ll2 11.199142372479688 8.129191573211603
+EPSG:6154
+  ll  87.86254128348546 5.104075262800432
+  en  61032.846295065705 4335142.986348248
+  ll2 87.86254128430534 5.104075840845815
+EPSG:6155
+  ll  -76.54800765159595 21.243192266151866
+  en  248977.8287387801 -1.3938286286711011E7
+  ll2 -76.54800765109648 21.243192260013135
+EPSG:6156
+  ll  -57.991655403373144 18.14003711669468
+  en  196996.85055598355 -1.1862813239986643E7
+  ll2 -57.99165540337186 18.140037116694995
+EPSG:6157
+  ll  86.77567949088592 25.98785539931045
+  en  153128.76943014137 4214486.0013308395
+  ll2 86.77567949126409 25.987855170872773
+EPSG:6158
+  ll  51.41812138840294 23.30167360895594
+  en  433940.91748048336 278269.9916716651
+  ll2 51.41812138723464 23.30167360856743
+EPSG:6159
+  ll  -42.576230743671694 29.499608241797354
+  en  921301.0958393251 -1.0195675599426415E7
+  ll2 -42.57623068072303 29.499607964921978
+EPSG:6160
+  ll  -76.89014275227 30.159771512656995
+  en  343641.3609431104 -1.3989267290425707E7
+  ll2 -76.89014274748429 30.159770822739187
+EPSG:6161
+  ll  -31.16547898979418 28.65529772328609
+  en  783007.2296592228 -8902746.409184333
+  ll2 -31.1654789850501 28.6552977271766
+EPSG:6162
+  ll  -36.839695567580485 25.946851753371455
+  en  407505.4771044846 -9515553.38717885
+  ll2 -36.83969556748678 25.946851753475546
+EPSG:6163
+  ll  78.16635927407381 16.817804750027918
+  en  -52717.42872045591 3257851.86445292
+  ll2 78.16635927328016 16.817804774611773
+EPSG:6164
+  ll  44.045212370609846 22.82281612511524
+  en  -34419.01098919113 -551068.6596389965
+  ll2 44.04521237060807 22.822816125113544
+EPSG:6165
+  ll  6.535234778696065 34.54911580665519
+  en  1104945.751796716 -4699533.050955118
+  ll2 6.535234772788612 34.54911573016836
+EPSG:6166
+  ll  -8.568727150652606 36.1371617875928
+  en  1165752.379680779 -6392283.962672931
+  ll2 -8.56872713923637 36.1371616804515
+EPSG:6167
+  ll  71.99760256778328 18.861778034097576
+  en  -197179.24123757903 2581932.790881522
+  ll2 71.99760255749445 18.861778267363487
+EPSG:6168
+  ll  -65.99551166255016 26.237205878123035
+  en  -2741.741742070415 -1.2755475026883973E7
+  ll2 -65.99551166254311 26.237205878123895
+EPSG:6169
+  ll  -46.439305949353326 26.69293108951707
+  en  -115713.30011470779 -1.0580030572160646E7
+  ll2 -46.439305949309876 26.69293108949814
+EPSG:6170
+  ll  -38.029774646291386 30.29753827704884
+  en  82224.47183021042 -9642104.928623296
+  ll2 -38.02977464629141 30.297538277048847
+EPSG:6171
+  ll  34.36542210171369 11.523416115318359
+  en  1284785.2280508375 3835769.8372119353
+  ll2 34.365422085361445 11.523416103088508
+EPSG:6172
+  ll  2.536221967828979 1.6967053326324741
+  en  -314096.8376406074 282636.0476198957
+  ll2 2.5362219672897486 1.6967053527249523
+EPSG:6173
+  ll  52.67517661058511 23.927713407159636
+  en  1102975.2739262413 5873626.431133575
+  ll2 52.675176567116104 23.92771322362254
+EPSG:6174
+  ll  83.99038087024718 24.142903000988465
+  en  536718.5579185801 9328021.782302426
+  ll2 83.9903808702463 24.142903000960118
+EPSG:6175
+  ll  80.4173048603227 21.328768528253207
+  en  394764.79146698077 8933303.926229283
+  ll2 80.41730486015166 21.328768533943883
+EPSG:6176
+  ll  23.911152592778663 30.05124912443556
+  en  199784.23117677303 2647523.062584256
+  ll2 23.911152592766477 30.051249124414046
+EPSG:6190
+  ll  1.8615653198635194 41.30022430136843
+  en  5532563.396025907 -4514308.430561294
+  ll2 1.8615653498859528 41.300224272060014
+EPSG:6207
+  ll  68.58857781443032 -92.60458844978726
+  en  -92.6109624552982 68.58048598771967
+  ll2 68.58857875500235 -92.60458770927809
+EPSG:6210
+  ll  -80.00700366013436 -54.54834889219598
+  en  315830.7184182798 -8897517.818490397
+  ll2 -80.00700365970985 -54.54834825131374
+EPSG:6211
+  ll  80.67048323348851 -41.72966972829964
+  en  450615.840376742 8957584.512304638
+  ll2 80.67048323348708 -41.729669728291846
+EPSG:6307
+  ll  33.59968915768029 -93.66607767538066
+  en  -2414257.3479099143 2162644.4431349877
+  ll2 33.599689157680515 -93.66607767538068
+EPSG:6311
+  ll  -25.889718392931442 -149.58815853012487
+  en  -149.58828746662718 -25.88965318577947
+  ll2 -25.889718392903042 -149.5881585301717
+EPSG:6312
+  ll  -26.93905418753434 29.69858523142425
+  en  -127943.57162173238 -6485017.123783695
+  ll2 -26.939054187538442 29.69858523144839
+EPSG:6316
+  ll  -31.861642153170635 21.273400500102603
+  en  7526302.485208105 -3526487.917405366
+  ll2 -31.86164169774092 21.273400140477936
+EPSG:6318
+  ll  -3.962404530421992 98.78868707479705
+  en  98.78868707479705 -3.9624045304219924
+  ll2 -3.962404530421992 98.78868707479705
+EPSG:6322
+  ll  81.69449437943695 90.84071520715594
+  en  90.84071520715594 81.69449437943695
+  ll2 81.69449437943695 90.84071520715594
+EPSG:6325
+  ll  -48.80484649952498 -42.76016237135036
+  en  -42.76016237135036 -48.80484649952498
+  ll2 -48.80484649952498 -42.76016237135036
+EPSG:6328
+  ll  66.02651111099047 173.8377009521195
+  en  628624.558719514 7325776.277526746
+  ll2 66.02651111096012 173.8377009521113
+EPSG:6329
+  ll  -30.243989850560787 171.12378353298226
+  en  -65847.58712997916 -3360469.376562685
+  ll2 -30.24398984919103 171.12378353099209
+EPSG:6330
+  ll  54.09673009727615 -176.93797369145955
+  en  504056.364409403 5994285.7646132745
+  ll2 54.09673009727616 -176.93797369145955
+EPSG:6331
+  ll  31.524068671432673 -171.45827860686154
+  en  456490.8238254221 3487775.252211271
+  ll2 31.524068671432666 -171.45827860686154
+EPSG:6332
+  ll  -80.32525327224567 -168.3022313808704
+  en  438077.78285984363 -8919648.97559889
+  ll2 -80.325253272238 -168.3022313808272
+EPSG:6333
+  ll  -37.81782922613564 -152.30964852767661
+  en  1089178.5552180328 -4206749.300081202
+  ll2 -37.81782922095531 -152.30964852759513
+EPSG:6334
+  ll  35.30993077061258 -148.61978216792835
+  en  898318.8313114729 3916224.559043793
+  ll2 35.30993077025945 -148.61978216753667
+EPSG:6335
+  ll  61.47562114812874 -156.77985614817163
+  en  -19640.592048619525 6854870.0314216325
+  ll2 61.47562109269539 -156.77985556744568
+EPSG:6336
+  ll  -45.93891305221986 -132.22792813781783
+  en  1179896.3692553623 -5124806.038646488
+  ll2 -45.938913016439095 -132.22792824010588
+EPSG:6337
+  ll  -34.85412909471855 -125.31374704173643
+  en  1386918.0431496352 -3899954.401886486
+  ll2 -34.854129061221805 -125.31374711991023
+EPSG:6338
+  ll  -35.846137293384146 -126.92392155136407
+  en  687487.8028893927 -3968872.7328603403
+  ll2 -35.846137293379975 -126.92392155135728
+EPSG:6339
+  ll  -56.14279202457568 -128.10966740219263
+  en  182657.01292718848 -6233735.709990191
+  ll2 -56.14279202294292 -128.10966740098678
+EPSG:6340
+  ll  76.53720307215264 -121.35395229975967
+  en  386943.2420060141 8499309.393295908
+  ll2 76.53720307205292 -121.35395229925554
+EPSG:6341
+  ll  -59.02753634015971 -117.22136370177549
+  en  143184.54526499164 -6559753.18151666
+  ll2 -59.02753633531384 -117.22136369306813
+EPSG:6342
+  ll  16.73589460434384 -103.80764745703466
+  en  627101.9911099846 1850719.6306071044
+  ll2 16.735894604343812 -103.80764745703493
+EPSG:6343
+  ll  80.27213808456449 -91.53335003077494
+  en  640470.8251914015 8920995.65552333
+  ll2 80.27213808387765 -91.53335009937521
+EPSG:6344
+  ll  -15.55283456537066 -83.48157387168463
+  en  1524692.8704248813 -1742448.4907423905
+  ll2 -15.552834551267013 -83.48157391637899
+EPSG:6345
+  ll  -85.42542099082856 -94.9251886919419
+  en  429651.4641011052 -9492085.020489855
+  ll2 -85.42542099099067 -94.92518857008213
+EPSG:6346
+  ll  77.00491990665174 -75.37324633258969
+  en  641038.7638415545 8554076.183888342
+  ll2 77.00491990624771 -75.37324633771719
+EPSG:6347
+  ll  56.703138236241074 -75.0264186528776
+  en  498382.3660644663 6284341.756885429
+  ll2 56.70313823624108 -75.0264186528776
+EPSG:6348
+  ll  -53.863933463539034 -64.79135821102943
+  en  776697.6107237587 -5976596.604812752
+  ll2 -53.86393346300974 -64.79135821115935
+EPSG:6350
+  ll  -80.0209110224801 -11.618238432859727
+  en  1.3063857734315593E7 -697620.1274206848
+  ll2 -80.02091102247998 -11.61823843285974
+EPSG:6351
+  ll  74.18155698794537 -149.27550769291977
+  en  2.991428555107788E7 5788026.2473429805
+  ll2 74.18155698794538 -149.2755076929198
+EPSG:6352
+  ll  21.136998351824765 -148.53630415963005
+  en  3.1287317164173085E7 -762393.4417115841
+  ll2 21.13699835182476 -148.53630415963005
+EPSG:6353
+  ll  71.23768071379325 -139.91780574809727
+  en  1.537654841275259E7 6965741.0746360095
+  ll2 71.23768071379324 -139.91780574809724
+EPSG:6354
+  ll  70.22282036427644 -141.2146680018883
+  en  1.6718227163217807E7 6681495.451226694
+  ll2 70.22282036427644 -141.21466800188827
+EPSG:6355
+  ll  -77.21975326779273 -91.09630117677644
+  en  70153.727934229 -1.195561007327453E7
+  ll2 -77.21975326753025 -91.09630117396642
+EPSG:6356
+  ll  2.3864200787158296 -92.628686840988
+  en  28841.328795902664 -3054964.8645849456
+  ll2 2.386420078670905 -92.6286868388351
+EPSG:6362
+  ll  32.169167247026024 -17.182997323072073
+  en  1.0087845766210772E7 4544916.714838553
+  ll2 32.169167247026266 -17.182997323072044
+EPSG:6365
+  ll  84.64211164455767 163.59988549541578
+  en  163.59988549541578 84.64211164473302
+  ll2 84.64211164455816 163.59988549541575
+EPSG:6366
+  ll  54.358826389261424 -110.7360002563786
+  en  906802.0185404269 6041548.287667555
+  ll2 54.35882638365447 -110.73600026379502
+EPSG:6367
+  ll  -38.18636056946653 -118.46113790597518
+  en  -153843.0931424246 -4252895.585568096
+  ll2 -38.18636055948914 -118.46113790093273
+EPSG:6368
+  ll  15.422632032475889 -106.78440136830955
+  en  308518.75081413804 1705864.978869551
+  ll2 15.4226320324756 -106.78440136830706
+EPSG:6369
+  ll  -23.746862313861 -95.33136809451743
+  en  874040.6156710319 -2631027.8365125423
+  ll2 -23.746862313815907 -95.33136809443623
+EPSG:6370
+  ll  -59.99078438191468 -100.82764415688584
+  en  63952.251134323946 -6676238.348769569
+  ll2 -59.99078436419476 -100.82764408375223
+EPSG:6371
+  ll  -12.254035070498603 -84.3476778734233
+  en  788550.6071444473 -1356062.8832084767
+  ll2 -12.254035070495863 -84.3476778734527
+EPSG:6372
+  ll  -7.293715011097742 -48.81498463376445
+  en  9067455.727796076 -1046995.3862803964
+  ll2 -7.293715011097782 -48.81498463376446
+EPSG:6381
+  ll  -81.77263078826563 22.808717010809207
+  en  329037.5498153272 -9083640.82580717
+  ll2 -81.77263077691696 22.808717264023763
+EPSG:6382
+  ll  -28.511244621970228 15.739214892782526
+  en  -510112.89921480545 -3183063.5847934424
+  ll2 -28.511244597906696 15.739214918519632
+EPSG:6383
+  ll  -63.728587359161295 35.566626787895125
+  en  722412.2644846758 -7098018.501037026
+  ll2 -63.7285873149878 35.56662666659106
+EPSG:6384
+  ll  -65.05314237876011 29.682551422878692
+  en  285173.7264334611 -7217338.5943648545
+  ll2 -65.0531423605695 29.6825514956409
+EPSG:6385
+  ll  58.15933644790425 24.124830642525136
+  en  -221424.9504595446 6483567.689051737
+  ll2 58.15933640972127 24.12483086737107
+EPSG:6386
+  ll  60.80574369955846 33.0946063091695
+  en  141995.8139669316 6747457.4602963105
+  ll2 60.805743699060606 33.094606313944794
+EPSG:6387
+  ll  22.510416585671848 48.00446751365945
+  en  1229286.4150705994 2518528.264514798
+  ll2 22.510416573993194 48.00446751222066
+EPSG:6391
+  ll  14.97132385291944 -13.315747713557954
+  en  2.615122538274686E7 4922600.804051079
+  ll2 14.97132385291945 -13.315747713557938
+EPSG:6393
+  ll  5.680096886456667 -177.46768485472967
+  en  -3204649.917888248 -3884131.3066787203
+  ll2 5.680096886456661 -177.46768485472967
+EPSG:6394
+  ll  57.43001412397566 -140.9804855596243
+  en  380081.29686265625 646725.2280274499
+  ll2 57.43001412397313 -140.9804855596243
+EPSG:6395
+  ll  76.25909754766835 -138.63247756354963
+  en  589271.7190036569 2483868.615895433
+  ll2 76.25909754764548 -138.6324775635993
+EPSG:6396
+  ll  86.41146684413206 -150.35907200929324
+  en  469558.27681496344 3616032.219434979
+  ll2 86.41146684413046 -150.35907200874598
+EPSG:6397
+  ll  -8.81192494733557 -154.72414174268494
+  en  -20236.43617833109 -6962960.1264011385
+  ll2 -8.811924947249892 -154.7241417417213
+EPSG:6398
+  ll  1.6335392455589925 -163.91008334391833
+  en  -608197.7215596754 -5801954.565366738
+  ll2 1.633539242486784 -163.91008317115072
+EPSG:6399
+  ll  -7.722408063735713 -164.00899455688938
+  en  -164007.55764367827 -6843875.237503692
+  ll2 -7.7224080633475705 -164.0089945523985
+EPSG:6400
+  ll  -8.995208300437469 -170.92286720693915
+  en  -484873.60839675926 -6992001.934932884
+  ll2 -8.995208293596903 -170.9228671480923
+EPSG:6401
+  ll  -78.1928000076858 -174.03428656697372
+  en  316974.0209429953 -1.4680391984447137E7
+  ll2 -78.19280000579205 -174.0342864361747
+EPSG:6402
+  ll  -36.19922558493711 -165.47253119584255
+  en  907272.4442682646 -1.0002080448005041E7
+  ll2 -36.199225584478235 -165.47253119539837
+EPSG:6403
+  ll  22.99061056932241 -142.8245076380553
+  en  4693229.590496334 -2378754.085467911
+  ll2 22.99061056932243 -142.8245076380553
+EPSG:6404
+  ll  -80.2225785031907 -112.56088594482269
+  en  201143.0992096112 -1.233980105161309E7
+  ll2 -80.22257850319072 -112.56088594482269
+EPSG:6405
+  ll  -81.4996819843673 -113.24909598125947
+  en  627845.3446573603 -4.0953347691308476E7
+  ll2 -81.49968198436729 -113.24909598125946
+EPSG:6406
+  ll  16.902158818725823 -113.01717096983016
+  en  -90409.85211292974 -1559140.7441596345
+  ll2 16.902158818720135 -113.01717096981301
+EPSG:6407
+  ll  -32.98645818916888 -105.53562852010032
+  en  2120608.539787599 -2.326460674547014E7
+  ll2 -32.98645818875712 -105.5356285195389
+EPSG:6408
+  ll  -67.07204752654057 -112.8489252388545
+  en  252544.6867582226 -1.0872921970160834E7
+  ll2 -67.07204752654054 -112.8489252388545
+EPSG:6409
+  ll  -60.361233174942285 -118.40841679685867
+  en  -142974.74663443587 -3.3247063748632744E7
+  ll2 -60.36123317411551 -118.40841679621657
+EPSG:6410
+  ll  72.15879304018827 -143.81411442844896
+  en  -1850540.477284199 5187897.573017174
+  ll2 72.1587930401883 -143.814114428449
+EPSG:6411
+  ll  58.71958080896411 -19.652630404170083
+  en  1.510779458006133E7 1.4463864111816242E7
+  ll2 58.71958080896409 -19.652630404170083
+EPSG:6412
+  ll  0.39445784527797656 -130.96391539311466
+  en  -4573422.116101191 -2424987.8929606522
+  ll2 0.39445784527801964 -130.96391539311466
+EPSG:6413
+  ll  23.390428775690047 -101.56334400184963
+  en  -1943725.2832362833 -1929525.003893108
+  ll2 23.390428775690058 -101.56334400184963
+EPSG:6414
+  ll  -46.687072210647905 -90.63362928555675
+  en  4811217.263010538 -6720230.288116518
+  ll2 -46.687072210647834 -90.63362928555675
+EPSG:6415
+  ll  77.66785860605287 -67.02727481867939
+  en  3690649.448677239 5724940.399223016
+  ll2 77.66785860605287 -67.02727481867939
+EPSG:6416
+  ll  33.337985226634295 -110.17527554522647
+  en  1.0191781726363601E7 -304220.7330176658
+  ll2 33.3379852266345 -110.17527554522647
+EPSG:6417
+  ll  -15.553648759867905 -175.66169754109362
+  en  -6280405.793651716 -3834401.474412103
+  ll2 -15.553648759867867 -175.66169754109362
+EPSG:6418
+  ll  47.1767883660134 -84.02862713493593
+  en  1.5827893276015604E7 7080681.223937643
+  ll2 47.17678836601341 -84.02862713493592
+EPSG:6419
+  ll  15.538127850043367 -104.85447947087084
+  en  3791725.275664388 -1731555.6684977305
+  ll2 15.538127850043388 -104.85447947087084
+EPSG:6420
+  ll  52.160892945559965 -138.41611823042592
+  en  2424330.7768322933 7805987.9317070935
+  ll2 52.16089294555998 -138.41611823042592
+EPSG:6421
+  ll  52.08504303897989 -98.58745634073144
+  en  3444917.895533832 2537693.2393333763
+  ll2 52.0850430389799 -98.58745634073144
+EPSG:6422
+  ll  88.8896144213864 -91.61833665398456
+  en  7314446.36438207 2.7724290850006845E7
+  ll2 88.88961442138628 -91.61833665398449
+EPSG:6423
+  ll  -19.012561723018287 -116.78857885192787
+  en  2193859.108297715 -6242787.56326275
+  ll2 -19.01256172301826 -116.78857885192787
+EPSG:6424
+  ll  -0.6599555906649996 -92.03974830384635
+  en  1.7764601277750086E7 -1.0119279996470172E7
+  ll2 -0.6599555906649673 -92.03974830384635
+EPSG:6425
+  ll  45.4730620586119 -111.21653412310296
+  en  2402866.4546168786 1997408.823919581
+  ll2 45.473062058611916 -111.21653412310296
+EPSG:6426
+  ll  -3.2058761637770736 -160.2559486322041
+  en  -1.2286021239191338E7 -8062192.312303603
+  ll2 -3.205876163777022 -160.2559486322041
+EPSG:6427
+  ll  1.449916949344484 -96.13454944215478
+  en  2182376.905239674 -3952441.082515008
+  ll2 1.4499169493445156 -96.13454944215478
+EPSG:6428
+  ll  67.60249294102175 -63.19758877556622
+  en  9666006.699352618 1.3976808558463413E7
+  ll2 67.60249294102175 -63.19758877556621
+EPSG:6429
+  ll  18.48328706579133 -75.92323119181468
+  en  4192431.3171282685 -1509903.254604101
+  ll2 18.48328706579134 -75.92323119181468
+EPSG:6430
+  ll  35.9768756446979 -143.74152686861254
+  en  -7997469.709877009 2185239.585191795
+  ll2 35.97687564469804 -143.74152686861254
+EPSG:6431
+  ll  49.0608666576517 -25.927459991199214
+  en  6156991.381578351 4068576.531222938
+  ll2 49.0608666576517 -25.92745999119923
+EPSG:6432
+  ll  19.59358359979067 -55.526126658425454
+  en  2.0190060050602626E7 -604106.3306658958
+  ll2 19.59358359979068 -55.526126658425454
+EPSG:6433
+  ll  -13.475800517080819 -120.76850847362235
+  en  -7224539.627613671 -4683761.920884962
+  ll2 -13.475800517080787 -120.76850847362235
+EPSG:6434
+  ll  88.30892287021715 -155.51442203298168
+  en  -1009964.8793568403 2.299995224185206E7
+  ll2 88.30892287021716 -155.51442203298177
+EPSG:6435
+  ll  36.941148808027435 -68.58141560747927
+  en  809285.4935010187 -95615.87543464926
+  ll2 36.941148802481464 -68.58141560713689
+EPSG:6436
+  ll  57.23191359668061 -81.10556340053343
+  en  -470265.82851179363 7062265.559193369
+  ll2 57.23191359366508 -81.10556339700504
+EPSG:6437
+  ll  85.61947390786887 -79.19081295066069
+  en  215430.79420232595 6820329.8286470035
+  ll2 85.61947390786887 -79.19081295066088
+EPSG:6438
+  ll  -50.577259155147885 -72.80095567476633
+  en  2560185.814245974 -2.732591335416624E7
+  ll2 -50.57725912831095 -72.80095574898345
+EPSG:6439
+  ll  -69.91347359264388 -43.519370309940854
+  en  6785306.202994698 -6200050.583403235
+  ll2 -69.91347359264381 -43.519370309940854
+EPSG:6440
+  ll  52.32620854990201 -86.71846001110967
+  en  435536.3504632539 2659884.0951313474
+  ll2 52.326208549902 -86.71846001110967
+EPSG:6441
+  ll  55.5285656649317 -107.78993258463464
+  en  -3395548.1442897953 1.0560836104201358E7
+  ll2 55.528565664931754 -107.78993258463464
+EPSG:6442
+  ll  41.35984683243288 -90.92807367125977
+  en  -547400.596846652 1926863.1225422516
+  ll2 41.359846799761634 -90.92807359249149
+EPSG:6443
+  ll  8.81821779062517 -72.1713030760573
+  en  4220255.9793107575 -5585857.496562448
+  ll2 8.818217777227764 -72.17130319807008
+EPSG:6444
+  ll  6.613684360257878 -81.98780555243906
+  en  219777.1597576673 -2588515.0755741317
+  ll2 6.61368436025788 -81.98780555243906
+EPSG:6445
+  ll  -47.78419715834262 -72.34197653536532
+  en  3070163.761951568 -2.84140702076645E7
+  ll2 -47.784197089215965 -72.34197687839536
+EPSG:6446
+  ll  -81.752611675239 -76.0624239366847
+  en  829411.1750579373 -1.2408792881093731E7
+  ll2 -81.75261167488786 -76.06242408279041
+EPSG:6447
+  ll  -55.45138596082552 -75.46943224336256
+  en  4099373.5603993824 -3.1171551659339495E7
+  ll2 -55.45138592419519 -75.46943240634175
+EPSG:6448
+  ll  1.621574601071032 -104.34925006021496
+  en  1578973.1962277533 -4432485.035720624
+  ll2 1.6215745985509493 -104.34925020260009
+EPSG:6449
+  ll  -7.475800280846684 -113.44955588684572
+  en  1839745.2299412214 -1.785115611496449E7
+  ll2 -7.475800280846687 -113.44955588684573
+EPSG:6450
+  ll  -68.93210999397016 -105.10151118544611
+  en  483001.7803155916 -1.2280128276281105E7
+  ll2 -68.9321099887987 -105.10151122121341
+EPSG:6451
+  ll  3.290231097548727 -118.34800875603038
+  en  -1601957.4606630772 -1.3938402828383267E7
+  ll2 3.290231097330712 -118.3480087493632
+EPSG:6452
+  ll  77.11060228411151 -115.79518845499732
+  en  798874.3688320736 3947664.2922227266
+  ll2 77.11060228411151 -115.79518845499732
+EPSG:6453
+  ll  65.1332605332959 -112.71251006303108
+  en  3092278.168989967 8578847.712874867
+  ll2 65.13326053324707 -112.71251006304594
+EPSG:6454
+  ll  8.853128680496923 -89.28075608298086
+  en  195779.68848642055 -3080303.6715582097
+  ll2 8.853128680496917 -89.28075608298064
+EPSG:6455
+  ll  -27.030795903080325 -93.27644841309134
+  en  -626121.1440838268 -2.3162762384299476E7
+  ll2 -27.030795902712114 -93.27644841381002
+EPSG:6456
+  ll  -52.14170826401336 -100.10540622684503
+  en  20479.306174722733 -9884790.017948037
+  ll2 -52.14170818676903 -100.10540574395561
+EPSG:6457
+  ll  31.057828717783664 -94.6983927281112
+  en  876885.5650747652 -2011994.0398135656
+  ll2 31.057828717475658 -94.69839272861476
+EPSG:6458
+  ll  -22.785723289300762 -82.61972861598
+  en  412964.2558951997 -6425812.662688508
+  ll2 -22.78572328928749 -82.61972861596038
+EPSG:6459
+  ll  -54.45073585571904 -92.59796365042818
+  en  -1145762.5465664605 -3.2676781829499666E7
+  ll2 -54.45073584557505 -92.59796363123358
+EPSG:6460
+  ll  47.466597415253574 -84.36953581657879
+  en  1104583.5197905959 1360653.610784192
+  ll2 47.46659741521708 -84.36953581656437
+EPSG:6461
+  ll  -39.728672846277206 -94.22273311012823
+  en  943774.0837100316 -2.7314819699386537E7
+  ll2 -39.72867283780096 -94.22273310590832
+EPSG:6462
+  ll  65.19887870623779 -47.75794923519592
+  en  3738832.7443760377 4333906.730950822
+  ll2 65.19887870623778 -47.75794923519592
+EPSG:6463
+  ll  53.90544747804381 -81.7138175766666
+  en  7507267.529933823 8014237.760793938
+  ll2 53.905447478043826 -81.7138175766666
+EPSG:6464
+  ll  38.31601296075267 -11.911065219187009
+  en  6641399.963820047 2924782.802771133
+  ll2 38.316012960752765 -11.911065219187009
+EPSG:6465
+  ll  -17.455829251199038 -75.43988542994514
+  en  1.178075763942735E7 -2.3761665657314908E7
+  ll2 -17.455829251199003 -75.43988542994514
+EPSG:6466
+  ll  29.293165609052984 -104.29123491132512
+  en  -219646.46910946618 -986543.3828423626
+  ll2 29.29316560905297 -104.29123491132512
+EPSG:6467
+  ll  36.97216976633625 -153.11568297559543
+  en  -1.3824380149683556E7 4258243.574742871
+  ll2 36.97216976633637 -153.11568297559546
+EPSG:6468
+  ll  -0.1783007806922079 -105.84343559839027
+  en  -600974.4323599887 -3945951.1710916385
+  ll2 -0.17830078069216823 -105.84343559839027
+EPSG:6469
+  ll  77.73654152012314 -138.3542401573063
+  en  -3089631.815519806 1.900018731651141E7
+  ll2 77.73654152012314 -138.35424015730626
+EPSG:6470
+  ll  63.298402572664244 -90.2009169690996
+  en  165932.7818972965 2981970.7747654547
+  ll2 63.29840257266421 -90.2009169690996
+EPSG:6471
+  ll  -11.276868257894277 -164.57024788777375
+  en  -3.416708868156594E7 -3360395.7945350045
+  ll2 -11.276868257894252 -164.57024788777375
+EPSG:6472
+  ll  19.793835417657874 -50.70627848454501
+  en  5257632.769575221 -150885.2094706213
+  ll2 19.7938354176579 -50.70627848454501
+EPSG:6473
+  ll  4.114529412685986 -94.53245326253406
+  en  1172543.543394223 -8938673.506273149
+  ll2 4.1145294126860215 -94.53245326253406
+EPSG:6474
+  ll  -15.660221164009497 -115.66010808278878
+  en  -4205923.367769554 -5381292.426291587
+  ll2 -15.660221164009476 -115.66010808278878
+EPSG:6475
+  ll  -19.993723503176415 -101.84262836819178
+  en  -7178588.08866521 -2.1800268025735844E7
+  ll2 -19.9937235031764 -101.84262836819178
+EPSG:6476
+  ll  4.259049890364452 -110.76555405422253
+  en  -1252330.762767529 -2830709.896101951
+  ll2 4.259049890364485 -110.76555405422253
+EPSG:6477
+  ll  -17.519419721440713 -167.6477997493497
+  en  -3.1186958588410683E7 -7331873.947941448
+  ll2 -17.51941972144066 -167.6477997493497
+EPSG:6478
+  ll  75.92200240319345 -150.2055521458464
+  en  -1516603.115026928 6762137.012376401
+  ll2 75.92200240319346 -150.2055521458464
+EPSG:6479
+  ll  43.53962784583521 -8.167102179347893
+  en  2.405098954033294E7 1.3409443920465458E7
+  ll2 43.53962784583525 -8.167102179347893
+EPSG:6480
+  ll  26.76053885696203 -69.58705936284993
+  en  454042.22708935966 -1857050.497567253
+  ll2 26.760538856962025 -69.58705936284993
+EPSG:6481
+  ll  -80.22179964520637 -62.431191924549864
+  en  803107.8487480289 -1.3769765747070646E7
+  ll2 -80.2217996450605 -62.43119192847437
+EPSG:6482
+  ll  82.90356075277367 -74.7464409444012
+  en  239741.03233854286 4467365.323804499
+  ll2 82.90356075275776 -74.74644094384917
+EPSG:6483
+  ll  -59.04080460094534 -68.3981951461661
+  en  305843.75420215196 -1.1382866625222418E7
+  ll2 -59.04080460094535 -68.3981951461661
+EPSG:6484
+  ll  -77.97579409266888 -77.6139478660543
+  en  291335.81110690424 -4.432745454591853E7
+  ll2 -77.97579408971723 -77.61394745514154
+EPSG:6485
+  ll  67.65783384358949 -62.50976089810143
+  en  1224246.8862791646 2783500.8620286034
+  ll2 67.65783383430995 -62.50976097046689
+EPSG:6486
+  ll  -82.41257973782412 -71.86281468392295
+  en  2870700.1295177112 -4.55991700776614E7
+  ll2 -82.41257973782403 -71.86281468392284
+EPSG:6487
+  ll  -11.021985482339112 -91.75938126956841
+  en  -1879579.6414090586 -5920776.732083216
+  ll2 -11.021985482339081 -91.75938126956841
+EPSG:6488
+  ll  66.10079040485597 -95.61958756707608
+  en  -1847004.2987722368 1.1154884639160918E7
+  ll2 66.10079040485597 -95.61958756707608
+EPSG:6489
+  ll  66.84778268404824 -77.91745284190644
+  en  132190.37339142448 3004871.3275421592
+  ll2 66.84778268404823 -77.91745284190644
+EPSG:6490
+  ll  2.0429052767651115 -77.21227143307243
+  en  -1390695.1142322267 -1.5135303322962698E7
+  ll2 2.0429052767651625 -77.21227143307243
+EPSG:6491
+  ll  60.315605327527535 -8.523576669688993
+  en  3559591.9513956513 4235955.710082354
+  ll2 60.31560532752751 -8.523576669689014
+EPSG:6492
+  ll  65.84124081370452 -48.127330246358696
+  en  4495785.941852465 1.234967213285329E7
+  ll2 65.8412408137045 -48.12733024635869
+EPSG:6493
+  ll  56.497679556824835 -139.1963891541538
+  en  2805032.529277245 2598267.68486947
+  ll2 56.497679556824856 -139.1963891541538
+EPSG:6494
+  ll  87.61061075498613 -119.16412724043012
+  en  1.8626905852751672E7 1.9280202695124187E7
+  ll2 87.61061075498611 -119.16412724043025
+EPSG:6495
+  ll  5.352306492846463 -115.67131749521386
+  en  4102413.270730397 -4026726.57885216
+  ll2 5.352306492846496 -115.67131749521386
+EPSG:6496
+  ll  50.5958505064533 -119.44507517510519
+  en  1.88977421064796E7 3646953.445638252
+  ll2 50.59585050645332 -119.44507517510519
+EPSG:6497
+  ll  47.483240761154256 -85.40849207600685
+  en  544389.0285745421 770360.2613843894
+  ll2 47.48324076113723 -85.40849207600685
+EPSG:6498
+  ll  23.077703633744676 -107.4529507181953
+  en  1531646.3070926345 -1743876.902619338
+  ll2 23.077703633744683 -107.4529507181953
+EPSG:6499
+  ll  53.00775691304186 -157.69923331181772
+  en  -1297093.1010452474 1.0927117687882634E7
+  ll2 53.007756913041874 -157.69923331181772
+EPSG:6500
+  ll  38.31224381438126 -108.58635483378286
+  en  -458636.4027763512 -531310.5606338086
+  ll2 38.312243814381354 -108.58635483378286
+EPSG:6501
+  ll  29.599284146536547 -84.51357337017232
+  en  5835090.922083201 -5163830.654234873
+  ll2 29.599284146536537 -84.51357337017232
+EPSG:6502
+  ll  57.991334674424465 -23.68424820543663
+  en  4436625.78863238 3137066.186653178
+  ll2 57.991334674424444 -23.68424820543663
+EPSG:6503
+  ll  19.618330414820157 -35.32453772165778
+  en  2.277355626243138E7 -1941424.1594228367
+  ll2 19.618330414820168 -35.324537721657755
+EPSG:6504
+  ll  -8.517390722254339 -22.17364308424027
+  en  1.0977130223413087E7 -1668568.9214322492
+  ll2 -8.517390722254316 -22.17364308424027
+EPSG:6505
+  ll  79.95118874311936 -12.343085757066802
+  en  8632075.311533444 1.833558551312609E7
+  ll2 79.95118874311937 -12.343085757066802
+EPSG:6506
+  ll  -67.75955973766918 -95.93213438327057
+  en  602.4722978938371 -1.0800411216915091E7
+  ll2 -67.75955973167908 -95.93213434674549
+EPSG:6507
+  ll  17.46326025790195 -86.34088876436846
+  en  1853031.2141145277 -4367827.190486658
+  ll2 17.46326025789938 -86.34088876437609
+EPSG:6508
+  ll  -81.5654879449386 -97.36730152031289
+  en  375585.97038079443 -1.1363333979391085E7
+  ll2 -81.56548794454255 -97.3673014372062
+EPSG:6509
+  ll  -18.531102539557267 -95.8165722204024
+  en  120378.87573574402 -5323023.614343214
+  ll2 -18.53110253916417 -95.81657222035075
+EPSG:6510
+  ll  -55.97314187298594 -82.21628153990031
+  en  3957123.866387667 -3.1166547503864557E7
+  ll2 -55.97314184835847 -82.21628162822094
+EPSG:6511
+  ll  6.213897401419274 -99.21978619309088
+  en  -245309.47939563508 -3274959.6919914703
+  ll2 6.213897400721667 -99.21978618298141
+EPSG:6512
+  ll  -43.28294105751499 -86.82462972460876
+  en  548307.0820167516 -8767183.40318968
+  ll2 -43.28294105731847 -86.82462972451744
+EPSG:6513
+  ll  -56.28402820611756 -88.14254417139956
+  en  1243411.147220697 -1.0261806683895139E7
+  ll2 -56.284028200178085 -88.142544180838
+EPSG:6514
+  ll  73.56626343453306 -139.82838202557156
+  en  -480172.08001741907 3610301.41210258
+  ll2 73.56626343453307 -139.82838202557156
+EPSG:6515
+  ll  27.799331887533576 -27.094513531830984
+  en  2.510746786605523E7 7326208.655478066
+  ll2 27.799331887533583 -27.094513531830984
+EPSG:6516
+  ll  66.89493490927636 -26.365700526576262
+  en  3719933.842339006 4582416.14189247
+  ll2 66.89493490927634 -26.365700526576262
+EPSG:6518
+  ll  33.520347222252425 -108.64219929730125
+  en  1246360.1380826312 5892591.485656243
+  ll2 33.520347211282086 -108.6421992989366
+EPSG:6519
+  ll  10.071000671081265 -112.92230765653001
+  en  2987773.011821815 1.0726593151707375E7
+  ll2 10.071000671060396 -112.9223076567617
+EPSG:6520
+  ll  53.47289885321999 -114.44653548963011
+  en  275475.93936359667 1.0080784972546652E7
+  ll2 53.47289885321976 -114.44653548963001
+EPSG:6521
+  ll  -54.31506107179667 -121.59131684039508
+  en  -625748.8581565063 -6179519.704029386
+  ll2 -54.3150610674113 -121.59131683540468
+EPSG:6522
+  ll  -30.09075357459087 -111.71431382095658
+  en  1462890.0769307981 -3196297.2491276134
+  ll2 -30.09075357116065 -111.71431381710664
+EPSG:6523
+  ll  55.4660263797588 -114.18254981983229
+  en  3537476.936974518 2.0704790521396577E7
+  ll2 55.46602637908073 -114.18254982009384
+EPSG:6524
+  ll  -24.9887013857947 -68.76424818363972
+  en  593097.6027355734 -7474867.330701483
+  ll2 -24.98870138578269 -68.76424818361568
+EPSG:6525
+  ll  -59.892422387300776 -71.08337679263038
+  en  1091375.1738170702 -3.723427223944867E7
+  ll2 -59.89242238730078 -71.08337679263038
+EPSG:6526
+  ll  84.80687374693508 -66.77293501870737
+  en  227876.15864965512 5126664.769660602
+  ll2 84.80687374701444 -66.77293511526595
+EPSG:6527
+  ll  -38.4186137381825 -79.46464064809743
+  en  -930599.5436944881 -2.8099686920431893E7
+  ll2 -38.41861373726115 -79.46464064865171
+EPSG:6528
+  ll  43.25310459931458 -113.83049121242564
+  en  -115624.1059238225 1387718.6117447594
+  ll2 43.25310458507206 -113.83049119465012
+EPSG:6529
+  ll  84.95519073602259 -116.07834744307908
+  en  1325278.3648058376 1.9734729379009288E7
+  ll2 84.95519073840326 -116.07834657997975
+EPSG:6530
+  ll  -14.156698536180727 -108.56917852819976
+  en  -292631.4928725514 -5000345.649862855
+  ll2 -14.15669853612123 -108.56917852794503
+EPSG:6531
+  ll  78.31550335264677 -112.89220288709441
+  en  -91538.96486514511 1.73219594629373E7
+  ll2 78.31550335038027 -112.89220265435594
+EPSG:6532
+  ll  47.75747638199337 -100.81753273350317
+  en  1355834.246259178 1884222.9653112544
+  ll2 47.757476371494725 -100.8175327468793
+EPSG:6533
+  ll  -74.01810849519185 -109.40999099681997
+  en  2564084.449509716 -3.821511393086676E7
+  ll2 -74.01810849519148 -109.40999099681993
+EPSG:6534
+  ll  -37.93509545168933 -73.61923004599163
+  en  510586.12912755925 -8633429.486566344
+  ll2 -37.93509545164856 -73.61923004594699
+EPSG:6535
+  ll  13.499731980437133 -79.60101632467118
+  en  -252034.77031632414 -9627072.399809752
+  ll2 13.499731980430507 -79.60101632462292
+EPSG:6536
+  ll  84.60044274815453 -75.55097581904246
+  en  138955.78986784795 5098474.995702837
+  ll2 84.60044274815453 -75.55097581904246
+EPSG:6537
+  ll  46.82408132800833 -83.144372039642
+  en  -1671193.2235558096 3031517.639619972
+  ll2 46.82408129417541 -83.14437194451642
+EPSG:6538
+  ll  13.2196493963595 -98.73857990918742
+  en  -2643435.165317939 -2681347.4615568616
+  ll2 13.21964939635952 -98.73857990918742
+EPSG:6539
+  ll  78.58047390239078 -146.40327849268638
+  en  -5619985.506265772 1.8401424778698217E7
+  ll2 78.58047390239078 -146.40327849268635
+EPSG:6540
+  ll  66.74054389417611 -69.3568268749121
+  en  755505.7649000386 3005785.9047931177
+  ll2 66.74054386655389 -69.35682726152223
+EPSG:6541
+  ll  -7.913914066686985 -70.66197061752656
+  en  4022668.4620403172 -1.7430107207883E7
+  ll2 -7.913914064001065 -70.66197064491992
+EPSG:6542
+  ll  53.31400177889954 -104.98668011574527
+  en  -1199422.3741615063 2447823.1297007524
+  ll2 53.31400177889953 -104.98668011574527
+EPSG:6543
+  ll  86.11759586086409 -41.61749699046429
+  en  4262998.218254533 2.4460299939575646E7
+  ll2 86.11759586086411 -41.61749699046428
+EPSG:6544
+  ll  55.350665645302286 -44.1733146973979
+  en  3890338.7284771916 2191453.2843754515
+  ll2 55.350665645302385 -44.17331469739789
+EPSG:6545
+  ll  34.483154778172896 -128.2159842818429
+  en  -6421586.492480038 -3077693.6188943703
+  ll2 34.48315477817305 -128.2159842818429
+EPSG:6546
+  ll  30.8369824159684 -75.09781372250552
+  en  3075481.993528098 -1264135.5845619116
+  ll2 30.8369824159684 -75.09781372250552
+EPSG:6547
+  ll  38.65086089622168 -78.29497622517107
+  en  8286884.4656030405 -1667320.4685786709
+  ll2 38.650860896221765 -78.29497622517107
+EPSG:6548
+  ll  10.064238972196186 -61.581134152768925
+  en  3195588.893884246 -3127737.20480531
+  ll2 10.06423897219623 -61.581134152768925
+EPSG:6549
+  ll  -13.49767520064413 -112.72003507501945
+  en  -1.3985256488894498E7 -1.9626311296340317E7
+  ll2 -13.497675200644114 -112.72003507501945
+EPSG:6550
+  ll  20.3059409919219 -120.51683945078705
+  en  -3458880.4929647767 -1131351.4819904095
+  ll2 20.30594099192194 -120.51683945078705
+EPSG:6551
+  ll  47.580660898403465 -29.9395727660648
+  en  1.4351456763590286E7 7211415.605450217
+  ll2 47.58066089840347 -29.939572766064792
+EPSG:6552
+  ll  68.80501803795408 -98.39177759142844
+  en  580417.2869102565 4011449.934745694
+  ll2 68.80501803795408 -98.39177759142844
+EPSG:6553
+  ll  -23.35518218869101 -41.8145780781623
+  en  3.1802952833734777E7 -1.658327477510768E7
+  ll2 -23.35518218869098 -41.8145780781623
+EPSG:6554
+  ll  31.06376111869144 -61.68316951076005
+  en  3997883.7139201127 366041.40232791234
+  ll2 31.063761118691446 -61.68316951076005
+EPSG:6555
+  ll  72.15807769266148 -118.82792456534156
+  en  -1172259.7213222648 1.5832529900369156E7
+  ll2 72.15807769266148 -118.82792456534156
+EPSG:6556
+  ll  -3.087176543368429 -148.52151877886493
+  en  -3746259.7725110673 -4839524.976072456
+  ll2 -3.087176543368394 -148.52151877886493
+EPSG:6557
+  ll  25.022693052454407 -137.59124493876686
+  en  -4604601.715581898 -5591986.865201055
+  ll2 25.022693052454404 -137.59124493876686
+EPSG:6558
+  ll  77.3442431429903 -77.16879160255542
+  en  3779949.771826013 4364502.819111171
+  ll2 77.3442431429903 -77.1687916025554
+EPSG:6559
+  ll  39.943912527327484 -114.60995396435322
+  en  9858649.579975184 -1298536.3558243727
+  ll2 39.943912527327576 -114.60995396435322
+EPSG:6560
+  ll  46.67799065680991 -123.18298614244296
+  en  1294384.8277179606 560337.4575061469
+  ll2 46.677990656809925 -123.18298614244296
+EPSG:6561
+  ll  75.57127545368527 -168.26951963389484
+  en  -285641.63380293397 1.4771708108833991E7
+  ll2 75.57127545368527 -168.26951963389484
+EPSG:6562
+  ll  6.227630590130104 -102.43277077144896
+  en  -2598206.8210175503 -3537410.810609172
+  ll2 6.227630590130127 -102.43277077144896
+EPSG:6563
+  ll  75.27717274550437 -59.142314638575755
+  en  4185322.142083817 1.405143088184629E7
+  ll2 75.27717274550437 -59.142314638575755
+EPSG:6564
+  ll  64.81192826794594 -146.00409033630052
+  en  -2670314.2772714132 4261963.3455522545
+  ll2 64.81192826794593 -146.00409033630052
+EPSG:6565
+  ll  -17.43518433264078 -141.87853238023678
+  en  -3.0831686974788543E7 -1.1951568637617692E7
+  ll2 -17.435184332640766 -141.87853238023678
+EPSG:6566
+  ll  49.19063955748692 -37.37128306317638
+  en  2688061.5686946698 4066356.8159847083
+  ll2 49.19063955748694 -37.37128306317638
+EPSG:6567
+  ll  -12.383408749378773 -80.80553930227072
+  en  -916026.2736264246 -5937099.218369107
+  ll2 -12.383408738275193 -80.80553924428324
+EPSG:6568
+  ll  -28.76709202399885 -80.79224765659174
+  en  -2656139.815876065 -2.5488571827788904E7
+  ll2 -28.767092006240006 -80.79224764863379
+EPSG:6569
+  ll  7.549466624155741 -29.32441068645835
+  en  6637027.218300118 -1246464.3540440695
+  ll2 7.54946662415578 -29.324410686458343
+EPSG:6570
+  ll  -20.234210112368622 1.350700353038036
+  en  4.0697107847236186E7 -5715124.729062056
+  ll2 -20.234210112368608 1.3507003530380501
+EPSG:6571
+  ll  52.64797320152891 -39.572238167986484
+  en  4354793.852560988 2452903.9245062345
+  ll2 52.647973201528906 -39.57223816798647
+EPSG:6572
+  ll  13.210946338742538 -161.96412394465221
+  en  -2.0941694987308037E7 -2479106.001122099
+  ll2 13.210946338742565 -161.96412394465221
+EPSG:6573
+  ll  62.855691975463785 -149.78019314719347
+  en  -1933170.6695907586 3106293.2015057956
+  ll2 62.85569197546375 -149.78019314719347
+EPSG:6574
+  ll  1.77167507446228 -166.06811210783383
+  en  -2.543197731340704E7 -4609015.953173102
+  ll2 1.7716750744623184 -166.06811210783383
+EPSG:6575
+  ll  58.080689827882665 -65.40433850999811
+  en  1915768.4015921748 2848840.71356033
+  ll2 58.08068982788266 -65.40433850999811
+EPSG:6576
+  ll  51.66150935426613 -34.78209459161556
+  en  1.354391470271206E7 9494481.459855348
+  ll2 51.66150935426614 -34.78209459161556
+EPSG:6577
+  ll  45.83666043438009 -27.00575226340723
+  en  6185562.089015989 6690461.132047457
+  ll2 45.83666043438013 -27.00575226340723
+EPSG:6578
+  ll  77.02897090553843 -66.81795940080735
+  en  6828944.984203496 3.059346467663109E7
+  ll2 77.02897090553844 -66.81795940080734
+EPSG:6579
+  ll  -16.133325692503647 59.57117649203889
+  en  1.6707217079333391E7 1.6005629629845748E7
+  ll2 -16.13332569250366 59.57117649203889
+EPSG:6580
+  ll  -20.908775566246 -79.05597389140104
+  en  4727147.537608987 166853.00455699675
+  ll2 -20.908775566245996 -79.05597389140104
+EPSG:6581
+  ll  -2.5537785407044353 -34.20884238302594
+  en  8687328.071094822 -346289.518831969
+  ll2 -2.553778540704381 -34.20884238302594
+EPSG:6582
+  ll  13.739918467329616 -82.12527706149211
+  en  7961244.310498612 -3544660.5753701185
+  ll2 13.739918467329616 -82.12527706149211
+EPSG:6583
+  ll  -9.400906520490583 -34.27330102759919
+  en  9178843.39291039 -274496.7344474578
+  ll2 -9.400906520490555 -34.27330102759919
+EPSG:6584
+  ll  83.30013705938087 -86.4563680633422
+  en  3063597.1709791347 2.974223369843329E7
+  ll2 83.3001370593809 -86.4563680633422
+EPSG:6585
+  ll  -1.4717593208114579 -121.289943509686
+  en  -2538421.126749108 2125754.08748032
+  ll2 -1.4717593208114252 -121.289943509686
+EPSG:6586
+  ll  25.46740605582189 -155.78032157440046
+  en  -1.727692891657112E7 2.054860456372819E7
+  ll2 25.46740605582188 -155.78032157440046
+EPSG:6587
+  ll  70.42068970790882 -103.87485365592828
+  en  339429.77345846174 9275878.502782563
+  ll2 70.42068970790882 -103.87485365592828
+EPSG:6588
+  ll  0.19401197993239094 -21.082016339010863
+  en  3.1814380461638883E7 1.2965915118068086E7
+  ll2 0.1940119799324045 -21.082016339010863
+EPSG:6589
+  ll  -8.94556937634836 -72.99805172121086
+  en  445228.37717338477 -5696239.706074756
+  ll2 -8.945569376348356 -72.99805172121084
+EPSG:6590
+  ll  -74.81804301443528 -66.95822166476492
+  en  2171391.062873722 -4.271940127752791E7
+  ll2 -74.81804301386886 -66.9582216691203
+EPSG:6591
+  ll  58.53384660229317 -88.32188450965693
+  en  -551185.1505673437 2583834.832545166
+  ll2 58.53384660229315 -88.32188450965693
+EPSG:6592
+  ll  16.011148329261623 -151.92686185138896
+  en  -4075679.8491491573 2740235.8930585766
+  ll2 16.01114832926165 -151.92686185138896
+EPSG:6593
+  ll  57.657730872409864 -70.3846745631787
+  en  1.3172834561957935E7 1.4070452900949007E7
+  ll2 57.65773087240987 -70.38467456317869
+EPSG:6594
+  ll  82.99388519156436 -70.77384453428924
+  en  3692651.959475804 7128007.278737901
+  ll2 82.99388519156435 -70.77384453428924
+EPSG:6595
+  ll  86.04800885907278 -149.73468798203965
+  en  7743435.252326305 2.711408258497915E7
+  ll2 86.04800885907284 -149.73468798203965
+EPSG:6596
+  ll  27.831785508592517 -144.07747992293864
+  en  -1887305.310842304 -1808272.852657451
+  ll2 27.831785508592535 -144.07747992293864
+EPSG:6597
+  ll  27.332163475304043 -85.85850379906049
+  en  1.3283483869553111E7 -4624873.06864236
+  ll2 27.332163475304032 -85.85850379906049
+EPSG:6598
+  ll  80.55245794528335 -136.8867932683446
+  en  101581.32930256322 4293859.320506572
+  ll2 80.55245794528334 -136.8867932683446
+EPSG:6599
+  ll  49.27408044504823 -166.77330921595365
+  en  -8794970.661268706 4589568.568821403
+  ll2 49.274080445048234 -166.77330921595365
+EPSG:6600
+  ll  83.2153509318276 -119.97397459020326
+  en  -297708.4865769197 5981880.496079007
+  ll2 83.21535093182761 -119.97397459020326
+EPSG:6601
+  ll  -13.564707455835887 -96.88776700993937
+  en  -7168493.18585347 -2.0902610703338444E7
+  ll2 -13.56470745583587 -96.88776700993937
+EPSG:6602
+  ll  41.57863071923563 -17.98122720687536
+  en  5468043.143453248 2230371.4170141793
+  ll2 41.57863071923568 -17.981227206875353
+EPSG:6603
+  ll  88.11214633317573 -137.41614860485063
+  en  84939.5652665872 2.436754907491309E7
+  ll2 88.11214633317563 -137.41614860485066
+EPSG:6605
+  ll  12.929435886384862 -70.01472805627454
+  en  1.0066946074617038E7 -1.0808250881153418E7
+  ll2 12.92943588638488 -70.01472805627454
+EPSG:6606
+  ll  69.89577691616729 -65.50874646368048
+  en  1631684.8495081747 3005847.4582851897
+  ll2 69.89577691616726 -65.50874646368048
+EPSG:6607
+  ll  25.0750576389814 -65.47394930336128
+  en  1.0467327129118603E7 -6154010.400650393
+  ll2 25.075057638981388 -65.47394930336128
+EPSG:6608
+  ll  79.06597878589949 -41.13226743619134
+  en  1930949.9090332023 4905317.274986558
+  ll2 79.0659787858995 -41.13226743619133
+EPSG:6609
+  ll  72.35082714441646 -141.33597077740248
+  en  -4387633.81682686 1.3685481726496752E7
+  ll2 72.35082714441646 -141.33597077740248
+EPSG:6610
+  ll  -16.841354579158548 -88.84854840285975
+  en  642673.8038260298 -6342362.189176467
+  ll2 -16.841354579158523 -88.84854840285996
+EPSG:6611
+  ll  9.339884263493616 -98.0598477903462
+  en  982575.3570112054 -3444083.6222477606
+  ll2 9.339884262068814 -98.05984780199218
+EPSG:6612
+  ll  -70.96904207830693 -97.8126810601446
+  en  1532634.951791652 -4.060886024533954E7
+  ll2 -70.96904207322153 -97.81268111339119
+EPSG:6613
+  ll  -51.10416179736576 -104.18457749850369
+  en  620502.8802807287 -1.0052805883134902E7
+  ll2 -51.104161797272226 -104.18457749849082
+EPSG:6614
+  ll  -21.87253653624282 -106.56449546658865
+  en  1573026.2857627375 -2.232443811894985E7
+  ll2 -21.8725365362428 -106.56449546658865
+EPSG:6615
+  ll  -78.0004760287708 -114.5101057287705
+  en  697318.1643064498 -1.3049996646284036E7
+  ll2 -78.00047602869067 -114.51010572817611
+EPSG:6616
+  ll  -42.95087845516341 -101.43987254347479
+  en  4939297.359972786 -3.0111937687759496E7
+  ll2 -42.95087842566908 -101.43987261072776
+EPSG:6617
+  ll  64.07816125306351 -111.58188524681086
+  en  461861.51682517026 2626425.8435048256
+  ll2 64.07816125302902 -111.58188524680386
+EPSG:6618
+  ll  -55.10301181843119 -101.69680969219124
+  en  3444163.1746266093 -3.48287973433059E7
+  ll2 -55.103011807295 -101.69680971550292
+EPSG:6619
+  ll  39.725864710305636 -154.37418078675273
+  en  -3036283.464697707 3018751.511470194
+  ll2 39.7258647103057 -154.37418078675273
+EPSG:6620
+  ll  50.95147694011145 -68.78257132098913
+  en  3426269.1224336238 2919591.66749777
+  ll2 50.951476940111476 -68.78257132098912
+EPSG:6621
+  ll  69.63529588692887 -50.00029503354
+  en  3225851.1801974326 7831962.939853153
+  ll2 69.63529588692886 -50.00029503354
+EPSG:6622
+  ll  74.52160987211884 -148.52387879147489
+  en  -2086427.0470751782 4751680.712610869
+  ll2 74.52160987211981 -148.52387879147497
+EPSG:6623
+  ll  -70.12026794790006 -34.43336166133315
+  en  6439299.406407849 -6814257.92083024
+  ll2 -70.12026794790016 -34.43336166133316
+EPSG:6624
+  ll  -54.51001526692251 -4.0030579480078075
+  en  1.0677990752566697E7 -2786747.8178774514
+  ll2 -54.51001526692287 -4.003057948007808
+EPSG:6625
+  ll  -17.586925210314448 -91.78892049203859
+  en  1.249979837524881E7 -1.6251635168277536E7
+  ll2 -17.586925210314437 -91.78892049203859
+EPSG:6626
+  ll  -9.294320707386992 -108.28063314459915
+  en  3295202.14956837 -1.7135970407562394E7
+  ll2 -9.294320707386953 -108.28063314459915
+EPSG:6627
+  ll  22.965371364330416 -161.62260680733354
+  en  -1.4942983414422352E7 9355552.769566009
+  ll2 22.965371364330426 -161.62260680733357
+EPSG:6628
+  ll  19.14377643392062 -158.6951424264339
+  en  163740.49910644762 37439.37845995563
+  ll2 19.143776433907234 -158.6951424264275
+EPSG:6629
+  ll  43.65958423889282 -157.76421041231515
+  en  411471.13122943765 2587229.954964132
+  ll2 43.65958423889267 -157.76421041231535
+EPSG:6630
+  ll  82.00698691139965 -163.91362025961138
+  en  408317.33273839275 6772344.780542673
+  ll2 82.00698691128021 -163.9136202511993
+EPSG:6631
+  ll  89.03266388425288 -165.7328492873841
+  en  488270.2339558585 7479138.350860923
+  ll2 89.0326638842588 -165.73284927345193
+EPSG:6632
+  ll  46.47472964179178 -151.58054757360182
+  en  1159266.1099927155 2787912.292123258
+  ll2 46.47472960951622 -151.58054766034874
+EPSG:6633
+  ll  10.15200926950493 -166.20728723296787
+  en  -1319974.2750068537 -3961277.401121005
+  ll2 10.152009265386786 -166.20728720385432
+EPSG:6634
+  ll  -45.96674402874367 -150.59080921506416
+  en  1151450.010439422 -5124844.450029824
+  ll2 -45.96674400043457 -150.59080928305454
+EPSG:6635
+  ll  69.46527642845538 -149.13495727414772
+  en  651220.4338792011 7711022.6385207595
+  ll2 69.4652764283151 -149.13495727430353
+EPSG:6636
+  ll  15.719076416361986 -172.2822501365423
+  en  362610.1481426006 1.1738278131252164E7
+  ll2 15.719076416361954 -172.28225013654185
+EPSG:6637
+  ll  11.490441129151165 153.50609525766853
+  en  1058779.4580553193 -7631.310791902215
+  ll2 11.490441122168287 153.50609521716245
+EPSG:6646
+  ll  -87.1961077844455 44.040956888066354
+  en  786860.1448654787 -1.2892996890196165E7
+  ll2 -87.19610788049104 44.04095266287759
+EPSG:6649
+  ll  50.46726971949798 26.028387328902255
+  en  26.02838732890226 50.46726972042389
+  ll2 50.46726971949817 26.028387328902255
+EPSG:6650
+  ll  77.1720303790573 -131.54604528541245
+  en  733355.7529506193 8584789.097655185
+  ll2 77.17203037483233 -131.54604585411818
+EPSG:6651
+  ll  -89.29299133974624 -131.24524735916248
+  en  505169.12936058553 -9919197.381551147
+  ll2 -89.29299133974634 -131.24524735930567
+EPSG:6652
+  ll  43.53951711428644 -121.85585886315921
+  en  1077262.0554325953 4845587.793073589
+  ll2 43.5395171040508 -121.85585887283932
+EPSG:6653
+  ll  -68.98211887682996 -132.24957788638156
+  en  130966.48438899888 -7680250.230778536
+  ll2 -68.98211885495591 -132.2495774733426
+EPSG:6654
+  ll  89.27705143516596 -119.06248710188227
+  en  497095.1313686781 9917300.568663022
+  ll2 89.27705143516603 -119.06248710188163
+EPSG:6655
+  ll  21.00970843212444 -116.29717488684265
+  en  -51080.73537228769 2332373.5226166015
+  ll2 21.009708431763542 -116.29717488722525
+EPSG:6656
+  ll  -28.1624489128195 -109.78182563628948
+  en  30241.414696793072 -3124463.724210126
+  ll2 -28.162448912487037 -109.78182563692177
+EPSG:6657
+  ll  14.131803185987323 -101.72412283296552
+  en  205890.02627134346 1564011.1554384292
+  ll2 14.131803185983692 -101.72412283293968
+EPSG:6658
+  ll  -21.34789712399497 -94.96113171155959
+  en  296628.54974484915 -2361918.512520201
+  ll2 -21.34789712399409 -94.96113171155982
+EPSG:6659
+  ll  79.97402991568978 -96.79617184641454
+  en  310476.8413811758 8894682.982282832
+  ll2 79.97402991575234 -96.79617103694598
+EPSG:6660
+  ll  79.84654455593878 -86.1667617549043
+  en  398447.06791801075 8868968.33114568
+  ll2 79.84654455581791 -86.16676175246408
+EPSG:6661
+  ll  -23.338270477248912 -80.128241249296
+  en  -24715.212116883253 -2590286.6370387217
+  ll2 -23.33827047690474 -80.12824124988595
+EPSG:6662
+  ll  -19.75591231376427 -73.27737517810532
+  en  51554.98804579786 -2190136.3972950615
+  ll2 -19.755912313677882 -73.27737517814076
+EPSG:6663
+  ll  -36.89901421505392 -60.97831967861762
+  en  680129.29978746 -4085578.2888462795
+  ll2 -36.8990142150501 -60.97831967861179
+EPSG:6664
+  ll  23.85774921907492 -60.47652732856943
+  en  145863.8675661016 2642826.7239262937
+  ll2 23.857749219042116 -60.47652732862876
+EPSG:6665
+  ll  -69.61855360745102 -46.7686768800998
+  en  664350.0363289285 -7729028.103445565
+  ll2 -69.61855360721509 -46.76867688045347
+EPSG:6668
+  ll  -68.56041172947585 122.39476348734883
+  en  122.39476348734883 -68.56041172947585
+  ll2 -68.56041172947585 122.39476348734884
+EPSG:6669
+  ll  -28.18021494969043 135.36349867478305
+  en  576285.490074302 -6784441.223455563
+  ll2 -28.180214948548528 135.3634986767193
+EPSG:6670
+  ll  49.6420500755099 125.16773354002359
+  en  -421085.29072426545 1864458.236208379
+  ll2 49.64205007185148 125.16773354251649
+EPSG:6671
+  ll  -8.072430130125397 140.02635241367557
+  en  868876.1861486413 -4886125.378708805
+  ll2 -8.07243012754378 140.0263523880203
+EPSG:6672
+  ll  78.9600157088328 141.04994782432044
+  en  161014.83264802766 5126187.834357837
+  ll2 78.9600157076857 141.04994774936722
+EPSG:6673
+  ll  16.013167458440236 132.38561814718656
+  en  -208472.26674879517 -2213243.148046542
+  ll2 16.01316745843972 132.38561814719
+EPSG:6674
+  ll  26.860384758056725 139.1860209380981
+  en  316683.3368649435 -1009299.8721574206
+  ll2 26.860384758031582 139.18602093815142
+EPSG:6675
+  ll  44.17803455251416 128.76242065225773
+  en  -672052.1306494188 942446.1427786456
+  ll2 44.17803452597764 128.76242070967228
+EPSG:6676
+  ll  -37.63065226017573 147.44938300897894
+  en  790710.4784224964 -8189110.06174266
+  ll2 -37.630652233502424 147.44938296014232
+EPSG:6677
+  ll  -63.85641543937088 140.50096600547397
+  en  32832.22419027542 -1.1068455289234363E7
+  ll2 -63.85641543937088 140.50096600547397
+EPSG:6678
+  ll  -11.124217227107778 145.7130427141238
+  en  533615.0439324571 -5663561.412498548
+  ll2 -11.124217226981445 145.71304271320585
+EPSG:6679
+  ll  -23.354495208584254 148.01623526431504
+  en  795721.915914023 -7478341.089623094
+  ll2 -23.35449520399356 148.01623526846933
+EPSG:6680
+  ll  83.0224797742884 133.0804451870713
+  en  -123884.29242652612 4358261.716579345
+  ll2 83.02247977505967 133.08044564056536
+EPSG:6681
+  ll  15.058338420538746 136.98257286495922
+  en  -783154.9314355735 -3195102.475733741
+  ll2 15.058338418323428 136.98257287066576
+EPSG:6682
+  ll  69.29512572516128 137.74369992246022
+  en  -167877.39588774013 4818866.911241351
+  ll2 69.2951257249073 137.74369992283093
+EPSG:6683
+  ll  17.463748670068497 127.54985487834742
+  en  5295.079539035494 -945108.3053476387
+  ll2 17.463748670068494 127.54985487834742
+EPSG:6684
+  ll  -47.71757687664171 121.30311774050645
+  en  -202324.53747307847 -8166567.936585847
+  ll2 -47.717576876606365 121.30311774049285
+EPSG:6685
+  ll  54.55178692042921 121.0246905303702
+  en  -644313.3078568993 3216069.9000313915
+  ll2 54.55178684287901 121.02469108456579
+EPSG:6686
+  ll  -68.43123484987436 141.57862327289104
+  en  228670.7804751211 -9815730.812635124
+  ll2 -68.43123484849285 141.5786232687025
+EPSG:6687
+  ll  -85.45477515622625 149.12990172506662
+  en  -43050.22980384165 -1.2371724666557902E7
+  ll2 -85.45477515621982 149.12990172655023
+EPSG:6688
+  ll  17.834408271039322 122.76520759728959
+  en  475121.10783291626 1971880.8843913483
+  ll2 17.834408271039326 122.76520759728959
+EPSG:6689
+  ll  -63.237226424682376 130.08963191773282
+  en  554742.329986869 -7012485.529874252
+  ll2 -63.23722642468228 130.08963191773285
+EPSG:6690
+  ll  -7.023837938086544 128.23121418377258
+  en  -249285.33445790817 -781815.2837913184
+  ll2 -7.023837937272498 128.23121419387363
+EPSG:6691
+  ll  88.48786748105016 132.21322726000443
+  en  474213.05668938684 9831117.317352304
+  ll2 88.48786748135096 132.21322757419742
+EPSG:6692
+  ll  71.92505093286013 145.82985598250966
+  en  459481.1556982235 7980965.949615565
+  ll2 71.92505093286007 145.82985598250966
+EPSG:6696
+  ll  -44.51464003120027 -143.3676447281721
+  en  -143.36764472817217 -44.51464003214344
+  ll2 -44.514640031200365 -143.3676447281722
+EPSG:6697
+  ll  -50.674410379137136 -111.76226114428563
+  en  -111.76226114428563 -50.674410379137136
+  ll2 -50.674410379137136 -111.76226114428563
+EPSG:6700
+  ll  4.809334169704371 -27.11104610348582
+  en  -27.11451538657419 4.80282816179075
+  ll2 4.80933524050782 -27.111045536277622
+EPSG:6703
+  ll  -69.64534651768147 -58.501591758294985
+  en  558161.9359446126 2272963.0090049906
+  ll2 -69.64534651768102 -58.501591758295
+EPSG:6706
+  ll  -32.5289504346152 -41.69385674976269
+  en  -41.69385674976269 -32.52895043547107
+  ll2 -32.5289504346152 -41.69385674976269
+EPSG:6707
+  ll  51.6961126523818 5.071327300475398
+  en  228521.2887431311 5734548.804792836
+  ll2 51.69611265202933 5.071327300499384
+EPSG:6708
+  ll  38.08669800649628 6.639140011405309
+  en  -233818.5274576001 4248594.251979532
+  ll2 38.08669798759671 6.6391400350122485
+EPSG:6709
+  ll  -63.94914284557444 15.906770787852611
+  en  250628.49880484506 -7101313.842550054
+  ll2 -63.94914284441375 15.906770789510423
+EPSG:6720
+  ll  58.80055821429647 107.28694215240205
+  en  146068.48859478452 7821800.991665149
+  ll2 58.80055821429463 107.28694215240233
+EPSG:6721
+  ll  11.549897488258054 99.8281526797207
+  en  -583337.1271076214 2583757.089620082
+  ll2 11.549897487848687 99.82815268216065
+EPSG:6722
+  ll  5.579842027407437 96.25213263771981
+  en  -19012.261221985784 2017043.0165541316
+  ll2 5.579842027407436 96.25213263771984
+EPSG:6723
+  ll  -33.9483105551738 99.84838061552328
+  en  324906.51110008877 -2261890.543808466
+  ll2 -33.948310555142676 99.84838061557167
+EPSG:6736
+  ll  19.80275226503214 84.85430196104923
+  en  -355374.5348390072 1.2210351491109103E7
+  ll2 19.802752259591678 84.85430196256198
+EPSG:6737
+  ll  -63.637062873767846 104.1072539518519
+  en  752838.8154631557 2933321.699960106
+  ll2 -63.63706287256426 104.10725395016752
+EPSG:6738
+  ll  -60.582266979922935 176.86435463524484
+  en  821044.339746231 3269410.2341138357
+  ll2 -60.582266976708304 176.86435462987274
+EPSG:6783
+  ll  19.060503339936858 -27.147179386465098
+  en  -27.1471793864651 19.060503339936858
+  ll2 19.060503339936858 -27.1471793864651
+EPSG:6784
+  ll  67.70231911705415 -122.68727223523204
+  en  -165461.9739332201 2591772.126043313
+  ll2 67.70231911640381 -122.68727223405644
+EPSG:6785
+  ll  -71.11317524277162 -116.7932815501515
+  en  254575.20539724946 -4.207654828902057E7
+  ll2 -71.11317524277158 -116.7932815501515
+EPSG:6786
+  ll  -79.14049230127945 -124.16350182448444
+  en  -92961.33136065479 -1.3727967021003466E7
+  ll2 -79.14049230082188 -124.16350180927776
+EPSG:6787
+  ll  -13.027130932949603 -118.39646455053858
+  en  -69209.88477217061 -2.0902821992263682E7
+  ll2 -13.027130932949596 -118.39646455053857
+EPSG:6788
+  ll  77.1787161897173 -127.3413913048544
+  en  -58395.15519197978 3953655.026220137
+  ll2 77.17871618934211 -127.34139130000166
+EPSG:6789
+  ll  -72.99407276708706 -122.73859520478558
+  en  156527.32850831051 -4.176424138640583E7
+  ll2 -72.99407276708703 -122.73859520478558
+EPSG:6790
+  ll  87.53224423749498 -124.1909593124176
+  en  68262.14319230987 5103735.156386111
+  ll2 87.53224423749498 -124.19095931241469
+EPSG:6791
+  ll  49.043149526669566 -121.67289534961157
+  en  280965.0177822298 2659849.438974415
+  ll2 49.043149526669566 -121.67289534961157
+EPSG:6792
+  ll  -7.26187240070267 -57.87666951387199
+  en  9205351.942587001 -2675488.157157814
+  ll2 -7.261872400702656 -57.87666951387199
+EPSG:6793
+  ll  -1.3308668714913612 -91.96615001159383
+  en  1.4218255465270473E7 -1.5521638893255012E7
+  ll2 -1.3308668714913288 -91.96615001159383
+EPSG:6794
+  ll  35.10522943896737 -119.23111893318949
+  en  266520.7003604688 -934204.7088266967
+  ll2 35.105229438967534 -119.23111893318949
+EPSG:6795
+  ll  48.28675735336993 -175.10868689353407
+  en  -1.1943256343809094E7 5934095.688581928
+  ll2 48.28675735336993 -175.10868689353407
+EPSG:6796
+  ll  24.296429431963354 -118.36877613637257
+  en  267836.1510713048 -2126806.9251550077
+  ll2 24.29642943196336 -118.36877613637257
+EPSG:6797
+  ll  87.5015959709879 -53.78607280333571
+  en  2404050.977817478 2.0186842308180217E7
+  ll2 87.50159597098795 -53.78607280333571
+EPSG:6798
+  ll  69.01637609024185 -121.3094348861065
+  en  49368.29491001232 2996079.1700136364
+  ll2 69.01637609024185 -121.3094348861065
+EPSG:6799
+  ll  6.7587335874208385 -53.890795951658475
+  en  2.625511828060305E7 -3278414.785871981
+  ll2 6.758733587420857 -53.890795951658475
+EPSG:6800
+  ll  69.49037918522481 -119.95866354053993
+  en  171960.10369011015 3008803.5937802647
+  ll2 69.49037918516264 -119.95866354058566
+EPSG:6801
+  ll  75.5652956140101 -117.64941055968202
+  en  649627.0762682769 1.2108646121320797E7
+  ll2 75.56529561343747 -117.64941056520762
+EPSG:6802
+  ll  -14.438720594576338 -124.16564298626672
+  en  -49753.59576400166 -6304666.05711348
+  ll2 -14.438720594576335 -124.16564298626665
+EPSG:6803
+  ll  57.06091650083354 -121.88827012853342
+  en  418892.5601284805 5316807.756535294
+  ll2 57.0609165008327 -121.88827012853321
+EPSG:6804
+  ll  48.19155025790216 -116.40938653058122
+  en  454301.08412442985 318555.48606594955
+  ll2 48.19155025790217 -116.40938653058122
+EPSG:6805
+  ll  43.6175185509049 -136.3919965818395
+  en  -3691635.8523972593 -232431.72084364478
+  ll2 43.61751855090491 -136.3919965818395
+EPSG:6806
+  ll  37.89274443297452 -172.82463754068706
+  en  -4170004.2809073273 627364.0766040842
+  ll2 37.8927444329746 -172.82463754068706
+EPSG:6807
+  ll  50.60777035800989 -83.3073818955106
+  en  8854868.189657537 3880397.3530488615
+  ll2 50.607770358009894 -83.3073818955106
+EPSG:6808
+  ll  46.62463210910227 -123.74769060374403
+  en  111034.59291755408 264638.1149837794
+  ll2 46.62463210910222 -123.74769060374403
+EPSG:6809
+  ll  45.79601071193666 -122.18819770803432
+  en  759235.4283780055 566219.8793572396
+  ll2 45.796010711936596 -122.18819770803432
+EPSG:6810
+  ll  46.11646152216381 -124.42452849262837
+  en  58189.11088506784 208867.11148428265
+  ll2 46.116461522163746 -124.42452849262835
+EPSG:6811
+  ll  45.07921004835099 -121.79801560891943
+  en  862680.5933408183 306131.2263735232
+  ll2 45.079210048350895 -121.79801560891943
+EPSG:6812
+  ll  56.93442424289074 -129.44197707236833
+  en  -321611.07986016216 1585069.5429812449
+  ll2 56.93442423826318 -129.44197706563935
+EPSG:6813
+  ll  30.993572119169755 -118.29422760625584
+  en  1744071.2524721797 -4275099.536017301
+  ll2 30.99357211858998 -118.29422760535643
+EPSG:6814
+  ll  34.22869587702613 -126.82834608241176
+  en  -272099.44464878767 -949667.2154149432
+  ll2 34.22869587694212 -126.82834608253029
+EPSG:6815
+  ll  -75.7608961372479 -129.1052635053798
+  en  -355345.4703689937 -4.3189350425006814E7
+  ll2 -75.76089613664524 -129.1052634990164
+EPSG:6816
+  ll  25.56479501315647 -122.54686063348593
+  en  -75463.35256981791 -2100085.732721589
+  ll2 25.564795013156182 -122.54686063348663
+EPSG:6817
+  ll  -44.11503604781834 -123.78075409858037
+  en  -467944.9782758167 -3.2220561948797554E7
+  ll2 -44.11503604778016 -123.7807540986029
+EPSG:6818
+  ll  63.622532854937276 -120.78790830723625
+  en  90518.92842786321 2128646.8095741575
+  ll2 63.6225328549373 -120.78790830723625
+EPSG:6819
+  ll  -5.218546020483373 -127.48095239061034
+  en  -2100022.0296767587 -1.807990757357928E7
+  ll2 -5.218546020018055 -127.4809523822018
+EPSG:6820
+  ll  -31.27975405275648 -121.42602512844311
+  en  215765.72771625468 -8309468.344743664
+  ll2 -31.279754052755486 -121.4260251284407
+EPSG:6821
+  ll  13.989272427395335 -120.39161554308221
+  en  1148039.758540421 -1.0817515872616474E7
+  ll2 13.98927242739129 -120.39161554311129
+EPSG:6822
+  ll  -44.06557397329985 -125.1958382877087
+  en  -112576.37463576911 -9729301.944312245
+  ll2 -44.065573973294086 -125.19583828771323
+EPSG:6823
+  ll  -75.74425557233518 -125.76680388535732
+  en  -70475.32072830445 -4.349681407115818E7
+  ll2 -75.7442555723298 -125.7668038853525
+EPSG:6824
+  ll  59.522128900941226 -124.33999989418608
+  en  -6981.132257809157 1977481.3179886297
+  ll2 59.522128900941134 -124.3399998941861
+EPSG:6825
+  ll  85.3550736939633 -127.27560958419225
+  en  47142.3827491795 1.5947273474776395E7
+  ll2 85.35507369396096 -127.27560958397214
+EPSG:6826
+  ll  4.833551516341231 -118.14412686284928
+  en  626426.5230476799 -4087361.7802615906
+  ll2 4.833551516245714 -118.14412686499539
+EPSG:6827
+  ll  -13.976157874820515 -128.96334075180906
+  en  -1834623.454785364 -2.0266036786832042E7
+  ll2 -13.976157874439686 -128.9633407504614
+EPSG:6828
+  ll  50.44300518134665 -125.64290978462948
+  en  -225082.2081206857 610447.1802858543
+  ll2 50.443005181221174 -125.64290978464611
+EPSG:6829
+  ll  55.920268035185785 -123.41307976660204
+  en  -188677.47282413504 3987299.2555682454
+  ll2 55.92026803518562 -123.4130797666021
+EPSG:6830
+  ll  18.580243032795366 -123.96318743991517
+  en  -162063.5548162824 -2929105.5328106717
+  ll2 18.58024303279516 -123.96318743991446
+EPSG:6831
+  ll  27.545575206146637 -126.28142063223183
+  en  -1247229.4534247676 -6334429.435473962
+  ll2 27.545575206048373 -126.28142063243214
+EPSG:6832
+  ll  -21.890079761074986 -115.93059707459358
+  en  253916.89487040884 -7408976.998985421
+  ll2 -21.890079761073828 -115.93059707459271
+EPSG:6833
+  ll  -43.61201142375601 -117.9492514136529
+  en  144676.2280293683 -3.2207792727290835E7
+  ll2 -43.612011423756 -117.9492514136529
+EPSG:6834
+  ll  -52.71438650580162 -115.03971446577947
+  en  240056.76355326822 -1.0833301769839678E7
+  ll2 -52.71438650573685 -115.03971446577219
+EPSG:6835
+  ll  -58.3153392677927 -117.90800623073301
+  en  148926.01406222663 -3.7574941044272155E7
+  ll2 -58.31533926779268 -117.90800623073301
+EPSG:6836
+  ll  -28.704212489281865 -118.17340300967821
+  en  -34674.902831716056 -7968340.615864881
+  ll2 -28.704212489281776 -118.17340300967847
+EPSG:6837
+  ll  38.144196086854734 -111.19386278922575
+  en  1933155.5041123023 -1808005.1554649745
+  ll2 38.14419608455871 -111.19386278838799
+EPSG:6838
+  ll  -17.7774040965694 -123.38873674125017
+  en  -598662.9008453483 -6769101.231544464
+  ll2 -17.77740409553843 -123.38873674059246
+EPSG:6839
+  ll  26.73203982629707 -123.52026038852418
+  en  -1868764.4069612846 -5958213.402244329
+  ll2 26.732039824357347 -123.52026039163358
+EPSG:6840
+  ll  45.4983303137031 -124.02347660639194
+  en  136816.61633677874 452304.46613487136
+  ll2 45.49833031370305 -124.02347660639194
+EPSG:6841
+  ll  42.11887950263409 -123.60611817453163
+  en  562475.8203282222 252328.1489648389
+  ll2 42.11887950263395 -123.60611817453163
+EPSG:6842
+  ll  45.77943548547348 -123.93722673746905
+  en  143514.30101026973 483553.4573274059
+  ll2 45.77943548547341 -123.93722673746905
+EPSG:6843
+  ll  43.00134399835363 -124.67910107806455
+  en  273768.47263064864 574278.4717453801
+  ll2 43.00134399835353 -124.67910107806456
+EPSG:6844
+  ll  -86.37696029347735 -113.94669829119537
+  en  96793.92868439536 -1.4612358723080665E7
+  ll2 -86.37696029347445 -113.94669829398158
+EPSG:6845
+  ll  -84.41071368537345 -125.51099056034337
+  en  -29134.51154487743 -4.7227266847454436E7
+  ll2 -84.41071368533623 -125.51099054421381
+EPSG:6846
+  ll  -62.76938333230505 -112.79685814774572
+  en  384944.18377304514 -1.1992031275614126E7
+  ll2 -62.76938332762566 -112.79685815994397
+EPSG:6847
+  ll  43.3260198554529 -118.16351613396722
+  en  463805.69881830935 -699834.0608693131
+  ll2 43.32601985545282 -118.1635161339671
+EPSG:6848
+  ll  -15.873082816103377 -112.7185491386745
+  en  632283.7286207571 -6759075.633063588
+  ll2 -15.873082815696621 -112.71854913945997
+EPSG:6849
+  ll  76.33628442008879 -112.29837139287864
+  en  619969.9171012767 1.1452255143474258E7
+  ll2 76.33628441939588 -112.2983714024632
+EPSG:6850
+  ll  1.7065984685473694 -124.18273444651713
+  en  -622118.7777568357 -4805345.950684729
+  ll2 1.7065984684687614 -124.18273444164682
+EPSG:6851
+  ll  -55.12432742513707 -115.0513001356979
+  en  785360.724293964 -3.645715836234476E7
+  ll2 -55.124327425019224 -115.05130013570268
+EPSG:6852
+  ll  81.32430881963066 -48.36545865623228
+  en  1610399.4703769148 5192586.421174064
+  ll2 81.32430881963069 -48.36545865623226
+EPSG:6853
+  ll  0.1757909645872484 -66.66356109901412
+  en  2.5237919984794207E7 -8919753.005337007
+  ll2 0.17579096458728413 -66.6635610990141
+EPSG:6854
+  ll  12.148852614926795 -97.45876618709515
+  en  3250486.8867897233 -3345310.1891530687
+  ll2 12.148852614926811 -97.45876618709515
+EPSG:6855
+  ll  62.272151111389576 -117.64541857228764
+  en  1241016.6073200752 6415335.629918978
+  ll2 62.27215111138956 -117.64541857228764
+EPSG:6856
+  ll  -27.793486685149155 -116.4573392245827
+  en  703818.5901955814 -8004176.484290957
+  ll2 -27.79348668283341 -116.45733922111975
+EPSG:6857
+  ll  -60.32117127940171 -120.5844377335257
+  en  617006.924758294 -3.806905971515654E7
+  ll2 -60.321171279381765 -120.5844377335262
+EPSG:6858
+  ll  7.258988127295098 -121.74648442487472
+  en  197647.0123498052 -4107983.932574861
+  ll2 7.258988127295075 -121.74648442487604
+EPSG:6859
+  ll  6.544621003075051 -125.1147582992115
+  en  -573234.0349327842 -1.3736057374751689E7
+  ll2 6.544621003074746 -125.11475829919993
+EPSG:6860
+  ll  50.646953985315605 -128.1915338094784
+  en  -402489.2094761185 745323.5172362961
+  ll2 50.64695398211794 -128.191533807308
+EPSG:6861
+  ll  -9.21611764562951 -125.95529769302222
+  en  -1246680.5465474487 -1.9373316023916442E7
+  ll2 -9.216117645617874 -125.95529769286088
+EPSG:6862
+  ll  -85.55881965231559 -124.41423520404032
+  en  -16555.586293811957 -1.4391510493983833E7
+  ll2 -85.55881965231555 -124.41423520404
+EPSG:6863
+  ll  16.475895948334596 -118.46562539104592
+  en  1414526.6147595816 -1.0029329534138327E7
+  ll2 16.475895948285398 -118.46562539114983
+EPSG:6867
+  ll  44.28666762595499 -94.56531727021031
+  en  2435344.512829791 605986.1234685793
+  ll2 44.28666762595501 -94.56531727021031
+EPSG:6868
+  ll  -15.214292745335303 -62.88287784718938
+  en  3.1762843417729992E7 -1.3602914575221192E7
+  ll2 -15.214292745335275 -62.88287784718938
+EPSG:6870
+  ll  55.64009650662106 16.300375421168013
+  en  267088.40401057515 6174702.936433701
+  ll2 55.640096506381944 16.300375421207466
+EPSG:6875
+  ll  -31.161664710542475 21.709950935496384
+  en  7926450.90527186 -3484590.4595521647
+  ll2 -31.16166468434862 21.709950896193277
+EPSG:6876
+  ll  42.73336076383447 3.6243570947480768
+  en  2313905.8397136712 4767255.662929331
+  ll2 42.73336073931361 3.6243571423533987
+EPSG:6879
+  ll  72.93310248936899 -149.0729918190293
+  en  -1482100.969601463 4193468.9657232254
+  ll2 72.93310248936899 -149.0729918190293
+EPSG:6880
+  ll  -18.0725629420642 -174.57253244171562
+  en  -3.592569623377988E7 -7893275.933425513
+  ll2 -18.072562942064177 -174.57253244171562
+EPSG:6881
+  ll  -62.39031489582547 -42.12683578182356
+  en  -42.123613797471144 -62.394950515563
+  ll2 -62.39031464555808 -42.126835955492524
+EPSG:6882
+  ll  76.84072365203812 51.4724918526189
+  en  51.46722874066536 76.84046249863934
+  ll2 76.84072365130304 51.47249183778683
+EPSG:6883
+  ll  82.04859845556967 -13.688449662801645
+  en  -13.677935119726975 82.04654226513722
+  ll2 82.0485982876453 -13.688448803934467
+EPSG:6884
+  ll  5.669460380426816 -50.122461144079466
+  en  1.096185111788244E7 -605198.4398522392
+  ll2 5.669460380426851 -50.122461144079466
+EPSG:6885
+  ll  54.22364746089731 -154.73024785385348
+  en  1000224.5485735033 5414779.307399873
+  ll2 54.22364746089731 -154.73024785385348
+EPSG:6886
+  ll  51.5297922622901 -164.39968868929247
+  en  -1441276.81241384 1888793.2731976262
+  ll2 51.52979226229011 -164.39968868929247
+EPSG:6887
+  ll  66.69578743672447 -132.2638482336628
+  en  3036468.2269737097 9558482.409938421
+  ll2 66.69578743672446 -132.2638482336628
+EPSG:6892
+  ll  -0.4019656900749595 -164.5395074138744
+  en  -164.5409594537787 -0.3995941781373359
+  ll2 -0.4019656137052489 -164.53950746032135
+EPSG:6894
+  ll  -52.18671184941831 156.15949345882996
+  en  156.16147502329224 -52.19169032904524
+  ll2 -52.18671171436805 156.1594934052183
+EPSG:6915
+  ll  -38.57037545180093 50.24392760710738
+  en  -88785.6747597513 -4290529.25356005
+  ll2 -38.57037544648897 50.24392760962563
+EPSG:6917
+  ll  89.79110245342878 26.660667251214306
+  en  26.66066725121431 89.79110245342878
+  ll2 89.79110245342878 26.66066725121431
+EPSG:6922
+  ll  48.85247161905704 -165.63858000994753
+  en  -4193112.207417448 3195034.4444951164
+  ll2 48.85247161905705 -165.63858000994753
+EPSG:6923
+  ll  1.8897129076777794 -148.8804070117797
+  en  -1.9872129748826645E7 -7296746.198497495
+  ll2 1.8897129076778048 -148.8804070117797
+EPSG:6924
+  ll  15.871634451586353 -130.70553751986728
+  en  -3260030.6570401243 -1640238.4883805285
+  ll2 15.871634451586365 -130.70553751986728
+EPSG:6925
+  ll  4.814684869278452 -35.34410348049829
+  en  2.6105657568177663E7 -3194605.871803546
+  ll2 4.8146848692784845 -35.344103480498276
+EPSG:6927
+  ll  60.35923815740787 102.81384001974656
+  en  -28266.693421428048 6582158.680901068
+  ll2 60.35923815740777 102.81384001974654
+EPSG:6931
+  ll  -28.834392635408236 -24.03203309859444
+  en  -4464816.073903002 -1.0013071261654906E7
+  ll2 -28.834392622243083 -24.03203309859444
+EPSG:6932
+  ll  -87.120362127112 -0.361954063170316
+  en  -2031.6372742902904 321595.20962906786
+  ll2 -87.12036212511357 -0.361954063170316
+EPSG:6956
+  ll  -24.15447218156875 100.05441655354451
+  en  -197932.40067040463 -2173403.831293069
+  ll2 -24.15447217529524 100.05441654071953
+EPSG:6957
+  ll  17.86506205458113 103.50823261125055
+  en  -158299.38856571898 2476590.5206687404
+  ll2 17.86506205053156 103.5082326188618
+EPSG:6958
+  ll  -25.61989370215796 107.1415646563458
+  en  -86408.07824331032 -2334629.35103182
+  ll2 -25.619893693374806 107.1415646359877
+EPSG:6959
+  ll  25.36757213712268 108.52558189324554
+  en  77858.75025725443 3306827.520118067
+  ll2 25.36757213322499 108.52558190072719
+EPSG:6962
+  ll  -17.41936431965716 85.66479176576104
+  en  1.0243518673409741E7 -3608899.9408331425
+  ll2 -17.419364319657117 85.66479176576107
+EPSG:6980
+  ll  -42.12415132464262 -98.62402056763949
+  en  -98.62402056763949 -42.124151324642625
+  ll2 -42.124151324642625 -98.62402056763949
+EPSG:6983
+  ll  -48.51130274235646 -10.58337442672564
+  en  -10.58337442672564 -48.51130274235646
+  ll2 -48.51130274235646 -10.58337442672564
+EPSG:6984
+  ll  36.47387733730332 36.687982626622905
+  en  352484.8243358592 1153659.1260700817
+  ll2 36.473877337302746 36.68798262662405
+EPSG:6987
+  ll  24.757512246258173 3.658428265788814
+  en  3.658428265788814 24.757512246258173
+  ll2 24.757512246258173 3.658428265788814
+EPSG:6990
+  ll  58.57890498410748 61.98910958043811
+  en  61.98910958043811 58.57890498410748
+  ll2 58.57890498410748 61.98910958043811
+EPSG:6991
+  ll  24.427998501064693 30.20905906716918
+  en  -287500.8122475317 -173648.09677921457
+  ll2 24.427998500747258 30.209059066572
+EPSG:7005
+  ll  -61.756758127775484 33.600270958759346
+  en  215145.6354135644 -6858853.911740129
+  ll2 -61.75675793569124 33.60027098582642
+EPSG:7006
+  ll  -7.61540556924453 45.434105841284875
+  en  547811.9366225409 -842150.0218906834
+  ll2 -7.615405440355436 45.43410586281767
+EPSG:7007
+  ll  -51.649610785048345 57.995673770023195
+  en  983579.7210583503 -5745327.636106646
+  ll2 -51.649610485343935 57.995673911891764
+EPSG:7035
+  ll  15.72718739977337 142.01914709906083
+  en  142.01914709906083 15.72718739977337
+  ll2 15.72718739977337 142.01914709906083
+EPSG:7037
+  ll  81.39926992514421 -61.167762953630714
+  en  -61.167762953630714 81.39926992514421
+  ll2 81.39926992514421 -61.167762953630714
+EPSG:7039
+  ll  -23.25223788128808 -31.962521206881263
+  en  -31.962521206881263 -23.25223788128808
+  ll2 -23.25223788128808 -31.962521206881263
+EPSG:7041
+  ll  -47.2240397287904 39.37920591655191
+  en  39.37920591655191 -47.2240397287904
+  ll2 -47.2240397287904 39.37920591655191
+EPSG:7057
+  ll  48.596850428355026 -173.66854388054097
+  en  -4895550.695632191 1.9867680785463586E7
+  ll2 48.59685042835503 -173.668543880541
+EPSG:7058
+  ll  40.573367803431495 -23.566834596461575
+  en  2.9625004098562114E7 1.6359470558029493E7
+  ll2 40.573367803431545 -23.56683459646156
+EPSG:7059
+  ll  64.09825328103412 -94.55638279174417
+  en  1.2963240707872584E7 1.702020590295235E7
+  ll2 64.09825328093878 -94.55638279170807
+EPSG:7060
+  ll  46.77056858012149 -65.70153039288519
+  en  2.1677675559257865E7 1.1392163984699624E7
+  ll2 46.77056858012149 -65.70153039288519
+EPSG:7061
+  ll  10.095186234160984 -68.85960329063371
+  en  2.5111947635704752E7 -2208602.4237761577
+  ll2 10.095186234161016 -68.85960329063371
+EPSG:7062
+  ll  -42.36292168978941 -92.5706609540095
+  en  1.73548479453709E7 -2.3434199857013695E7
+  ll2 -42.362921689712614 -92.57066095396031
+EPSG:7063
+  ll  -44.585219159123525 -91.39960124850198
+  en  1.834257082103856E7 -2.404525304916248E7
+  ll2 -44.585219159027574 -91.3996012484574
+EPSG:7064
+  ll  9.501592745796827 -94.26733790924062
+  en  1.8301615032291926E7 -4176568.217948623
+  ll2 9.501592745796827 -94.26733790924061
+EPSG:7065
+  ll  39.81860386631706 -89.91866023442876
+  en  2.0314143642377887E7 7056034.107382711
+  ll2 39.8186038662771 -89.91866023439205
+EPSG:7066
+  ll  88.94775636560193 -138.45307301961017
+  en  1.958982299511337E7 2.9909395444120504E7
+  ll2 88.94775636560206 -138.4530730196101
+EPSG:7067
+  ll  69.93579643373266 -91.33716540069679
+  en  2.13989830281047E7 1.844256980864648E7
+  ll2 69.93579643373265 -91.33716540069679
+EPSG:7068
+  ll  -3.5378500290210795 -124.63452835378439
+  en  7998867.154818748 -8974629.068466317
+  ll2 -3.5378500290210666 -124.63452835378439
+EPSG:7069
+  ll  -79.35240544233795 -92.6557978572458
+  en  2.3449960928519055E7 -3.7138237464779854E7
+  ll2 -79.35240544233795 -92.65579785724582
+EPSG:7070
+  ll  16.640870328914332 -87.26273761421491
+  en  2.589659887328685E7 -2371260.804250722
+  ll2 16.64087032886827 -87.26273761430691
+EPSG:7073
+  ll  -68.2878156967075 -74.31723958330133
+  en  -74.31723958330133 -68.2878156967075
+  ll2 -68.2878156967075 -74.31723958330133
+EPSG:7074
+  ll  -49.00994131370563 37.78863283116938
+  en  411416.0951409801 4570732.196453838
+  ll2 -49.00994131370533 37.78863283116915
+EPSG:7075
+  ll  -63.802751436839806 45.48582273657193
+  en  523929.8362136073 2924874.4539395133
+  ll2 -63.8027514368398 45.48582273657193
+EPSG:7076
+  ll  44.43434252672637 57.645869938092645
+  en  1028947.3824538514 1.4941641837469079E7
+  ll2 44.43434251977553 57.64586993316014
+EPSG:7077
+  ll  -83.75623827380964 53.89043792143681
+  en  462260.7267909802 698100.5910927635
+  ll2 -83.75623827380815 53.89043792146253
+EPSG:7078
+  ll  7.966512250213853 66.25245853678243
+  en  858633.9783482777 1.0882007641136529E7
+  ll2 7.966512250206829 66.25245853665487
+EPSG:7079
+  ll  -24.374608539890914 71.57889574289888
+  en  761596.028889528 7301867.28972335
+  ll2 -24.374608539885386 71.57889574290935
+EPSG:7080
+  ll  -0.9101761013197063 77.84871811340999
+  en  817082.7560432148 9899272.81560333
+  ll2 -0.9101761013193231 77.84871811333052
+EPSG:7081
+  ll  -9.441290828674312 83.34764260614999
+  en  757787.1548498517 8955492.656001203
+  ll2 -9.441290828673266 83.34764260612948
+EPSG:7084
+  ll  22.030709337881106 169.12032260127694
+  en  169.12032260127694 22.030709337881106
+  ll2 22.030709337881106 169.12032260127694
+EPSG:7086
+  ll  49.17189968772644 172.42543844971004
+  en  172.42543844971004 49.171899687726444
+  ll2 49.171899687726444 172.42543844971004
+EPSG:7088
+  ll  -11.161032857345958 29.651958305183825
+  en  29.651958305183825 -11.161032857345958
+  ll2 -11.161032857345958 29.65195830518383
+EPSG:7109
+  ll  27.15230175396158 -110.03958920372466
+  en  393961.0255003857 -2367506.847158138
+  ll2 27.152301753956156 -110.0395892037125
+EPSG:7110
+  ll  -39.916010682831995 -116.00643016916074
+  en  -199884.4785210949 -9746373.430125723
+  ll2 -39.91601068270615 -116.006430169259
+EPSG:7111
+  ll  -5.288156783086617 -71.24310227534578
+  en  6349055.708836718 -4980270.704754426
+  ll2 -5.288156783086582 -71.24310227534578
+EPSG:7112
+  ll  24.280615477933374 -172.65779477383177
+  en  -6060245.430395324 177602.41638998516
+  ll2 24.28061547793338 -172.65779477383177
+EPSG:7113
+  ll  57.51627775485389 -26.712764291193224
+  en  4188968.734718708 3376898.500326272
+  ll2 57.51627775485386 -26.71276429119321
+EPSG:7114
+  ll  84.76048542126081 -44.69141621415645
+  en  933497.7170387754 4915995.851824946
+  ll2 84.76048542126081 -44.69141621415643
+EPSG:7115
+  ll  42.01934376044005 -105.14321338598047
+  en  415948.65720867686 -300131.94135261734
+  ll2 42.01934376041631 -105.14321338596172
+EPSG:7116
+  ll  76.30458940539876 -173.86423825290376
+  en  -1718361.2417233074 4413757.859313795
+  ll2 76.30458940539876 -173.86423825290376
+EPSG:7117
+  ll  20.280319855899585 -87.49971639362751
+  en  2562971.769917715 -2556346.7841784884
+  ll2 20.28031985589959 -87.4997163936275
+EPSG:7118
+  ll  -37.249990712067785 -110.43091075994897
+  en  -86151.7256804106 -8854132.030751377
+  ll2 -37.249990712062875 -110.43091075995605
+EPSG:7119
+  ll  -47.62346606486935 -114.8403237684329
+  en  -85099.29691152429 -3.4957173416988224E7
+  ll2 -47.62346606485426 -114.84032376843989
+EPSG:7120
+  ll  -40.191111426650046 -115.21725423562526
+  en  -431257.48688914743 -3.206881990203863E7
+  ll2 -40.19111142662233 -115.21725423565094
+EPSG:7121
+  ll  -1.2578080971476702 -130.46263608834812
+  en  -9288424.141288782 -1.8403769488947786E7
+  ll2 -1.2578080971476329 -130.46263608834812
+EPSG:7122
+  ll  32.99118324447202 -38.14246644218747
+  en  1.9958525780915882E7 4335367.8041562885
+  ll2 32.991183244472246 -38.142466442187484
+EPSG:7123
+  ll  80.60710222253985 -30.952297262853847
+  en  5565803.524074804 1.5636941578126857E7
+  ll2 80.60710222253987 -30.952297262853833
+EPSG:7124
+  ll  54.11560051657928 -84.58021754239307
+  en  4784873.792602512 2890057.563689099
+  ll2 54.11560051657928 -84.58021754239307
+EPSG:7125
+  ll  51.99380792706171 -110.34159699567981
+  en  72106.27568503868 2653494.3227408757
+  ll2 51.99380792703249 -110.34159699568592
+EPSG:7126
+  ll  11.357430863715976 -98.90858954440979
+  en  5520806.61711866 -1.2704543779015826E7
+  ll2 11.357430863716006 -98.90858954440979
+EPSG:7127
+  ll  4.119868369271497 -40.18045504250762
+  en  2.841644424226054E7 -3648826.062957428
+  ll2 4.119868369271505 -40.1804550425076
+EPSG:7128
+  ll  -83.06109531868591 -110.4453731631944
+  en  234583.77547942204 -4.57890495240884E7
+  ll2 -83.06109531868572 -110.44537316319362
+EPSG:7131
+  ll  -2.7274513048560465 -120.40140818176097
+  en  275841.8404234753 -4457562.985942067
+  ll2 -2.727451304855906 -120.40140818177463
+EPSG:7132
+  ll  -55.76221126164116 -121.31191808024681
+  en  391870.05851926695 -3.391888338050992E7
+  ll2 -55.76221126164095 -121.31191808024673
+EPSG:7133
+  ll  -76.70709194911718 147.32158000445514
+  en  147.32158000445514 -76.70709194911718
+  ll2 -76.70709194911718 147.32158000445514
+EPSG:7136
+  ll  -70.6516606687304 37.40070794838988
+  en  37.40070794838988 -70.6516606687304
+  ll2 -70.6516606687304 37.40070794838988
+EPSG:7139
+  ll  -86.16445039128409 -98.27578734923362
+  en  -98.27578734923364 -86.16445039128409
+  ll2 -86.16445039128409 -98.27578734923364
+EPSG:7142
+  ll  35.02842099954253 41.1776218909538
+  en  714895.3673820777 508565.28877967014
+  ll2 35.02842090399035 41.177621882036064
+EPSG:7257
+  ll  -46.76724545195753 -86.99441528722765
+  en  83832.69229509652 -9638332.20850067
+  ll2 -46.76724545195094 -86.99441528723152
+EPSG:7258
+  ll  34.977647590312756 -88.17364430379217
+  en  -178556.9373180619 -1895527.2598893158
+  ll2 34.97764759025795 -88.17364430386746
+EPSG:7259
+  ll  -32.04933159160677 -78.10644639730397
+  en  896492.5589551087 -8062213.81093134
+  ll2 -32.04933158734893 -78.10644639397917
+EPSG:7260
+  ll  -29.441075035214908 -87.13877235560679
+  en  122416.76170421063 -2.5438544063314054E7
+  ll2 -29.441075035212393 -87.13877235561267
+EPSG:7261
+  ll  87.885201666782 -88.49372636446951
+  en  229106.94794641703 5483645.401047139
+  ll2 87.885201666782 -88.49372636446347
+EPSG:7262
+  ll  -59.90294798121779 -79.12548401331458
+  en  2020683.8763214955 -3.590926922416711E7
+  ll2 -59.902947973820424 -79.12548403159654
+EPSG:7263
+  ll  -70.79808908120077 -87.31068621531341
+  en  239607.5634507057 -1.2301875528552255E7
+  ll2 -70.79808908120077 -87.31068621531341
+EPSG:7264
+  ll  54.59590431385479 -90.7892300032775
+  en  47606.713354001855 5296560.221904916
+  ll2 54.5959043136836 -90.7892300032653
+EPSG:7265
+  ll  72.21209831538283 -91.93431249257502
+  en  17491.841167097475 3628949.1496390863
+  ll2 72.21209831317687 -91.93431247395051
+EPSG:7266
+  ll  -33.56727051442533 -90.6300287204609
+  en  -806736.068930002 -2.6664436669515952E7
+  ll2 -33.567270513532485 -90.63002872148968
+EPSG:7267
+  ll  65.1426148947717 -90.44539558721156
+  en  54954.75084458152 2884009.3573917747
+  ll2 65.1426148945383 -90.44539558704336
+EPSG:7268
+  ll  78.37774620650976 -83.5042694814264
+  en  1008442.817030434 1.4293845583300646E7
+  ll2 78.37774620650255 -83.5042694814441
+EPSG:7269
+  ll  -54.37037393591286 -82.15538871056707
+  en  509300.4297001267 -1.0317878785990013E7
+  ll2 -54.37037393543215 -82.15538871068583
+EPSG:7270
+  ll  5.824696627036701 -81.34609379559838
+  en  2589659.3703974527 -1.1929489726350235E7
+  ll2 5.824696626953773 -81.34609379715255
+EPSG:7271
+  ll  -56.21230964214385 -90.00378317609947
+  en  31936.664482865628 -1.0675488457593204E7
+  ll2 -56.21230964201216 -90.00378317608705
+EPSG:7272
+  ll  -86.74738713455606 -87.44377495009871
+  en  770896.3292293082 -4.6184351648399524E7
+  ll2 -86.74738713455609 -87.44377495009873
+EPSG:7273
+  ll  44.496545975039766 -87.92006234837153
+  en  119099.31288233666 475532.5510251727
+  ll2 44.49654597503873 -87.92006234837253
+EPSG:7274
+  ll  -48.11356856177729 -92.2919093805309
+  en  -651731.2531952 -3.216118971159973E7
+  ll2 -48.11356855798548 -92.29190937825159
+EPSG:7275
+  ll  29.151570903540033 -88.72592518769879
+  en  -64227.575147215684 -958054.4996697531
+  ll2 29.151570903512305 -88.72592518775542
+EPSG:7276
+  ll  -74.71620683024891 -89.92812516680884
+  en  369751.2951708266 -4.097207235358065E7
+  ll2 -74.71620683011416 -89.92812516634095
+EPSG:7277
+  ll  32.53976418437601 -83.697618127867
+  en  564391.9224811919 -692205.6632398971
+  ll2 32.539764184307984 -83.69761812775629
+EPSG:7278
+  ll  49.14764411915576 -82.61339833406396
+  en  1873116.7319420055 3795388.764200573
+  ll2 49.14764411834044 -82.61339833416096
+EPSG:7279
+  ll  -63.26825839170819 -83.56485186540364
+  en  392348.9739220491 -1.1432442096242256E7
+  ll2 -63.2682583916532 -83.56485186541663
+EPSG:7280
+  ll  -52.95095028954852 -84.77796606375186
+  en  1189181.2476960411 -3.373100436622262E7
+  ll2 -52.95095028954498 -84.77796606375072
+EPSG:7281
+  ll  22.921184704312907 -87.79192065484125
+  en  107461.05266491786 -1646248.501609032
+  ll2 22.921184704312836 -87.79192065484135
+EPSG:7282
+  ll  6.9418275394018 -87.63021072643969
+  en  377593.30570537195 -1.1203750436467228E7
+  ll2 6.941827539401792 -87.63021072643912
+EPSG:7283
+  ll  83.99674025669407 -83.06828255737915
+  en  287057.6914506708 5111752.751043299
+  ll2 83.99674025668808 -83.0682825576469
+EPSG:7284
+  ll  36.3604913264607 -82.31377631606615
+  en  2197266.658104762 -607785.4329828654
+  ll2 36.360491325813804 -82.31377631549095
+EPSG:7285
+  ll  -42.70268933317565 -79.62999894587506
+  en  671848.80990266 -8987091.871375807
+  ll2 -42.7026893315274 -79.62999894573497
+EPSG:7286
+  ll  41.015101756446825 -86.59858399887338
+  en  318617.6568288554 984244.8919732275
+  ll2 41.01510175644509 -86.59858399887548
+EPSG:7287
+  ll  -13.519702322882907 -82.44007418226735
+  en  587664.8132078173 -5791300.681020117
+  ll2 -13.51970232287312 -82.44007418233353
+EPSG:7288
+  ll  66.1315468933949 -80.90428205709436
+  en  1490188.3192618412 1.0013527315693667E7
+  ll2 66.13154689274354 -80.90428205802002
+EPSG:7289
+  ll  37.72325217167763 -91.42487320107901
+  en  -331161.9743314191 -335776.8249077465
+  ll2 37.72325216742667 -91.42487320165677
+EPSG:7290
+  ll  -69.66706069855127 -78.03008116296914
+  en  1666574.1668232759 -4.028802670799836E7
+  ll2 -69.66706069431675 -78.03008119299577
+EPSG:7291
+  ll  22.583068792538924 -90.24544181803444
+  en  -99025.25385877647 -1691619.215504491
+  ll2 22.583068792517857 -90.24544181806509
+EPSG:7292
+  ll  40.117587624234716 -82.65278977864367
+  en  1989468.6790292002 845649.345293829
+  ll2 40.11758762380491 -82.65278977838857
+EPSG:7293
+  ll  67.75262715827489 -90.52668648485002
+  en  42477.71833297485 3060152.5826902157
+  ll2 67.75262715775601 -90.52668648400892
+EPSG:7294
+  ll  53.061340042191375 -79.50528105872874
+  en  2182195.767161899 4706795.318882368
+  ll2 53.061340036087884 -79.50528106644558
+EPSG:7295
+  ll  6.683605586721811 -87.1740192654561
+  en  5089.858794362459 -3570820.1611906826
+  ll2 6.683605586721393 -87.17401926544163
+EPSG:7296
+  ll  47.75676437081921 -78.26049430234909
+  en  2457180.737523929 3292427.888209091
+  ll2 47.75676436214888 -78.26049431196905
+EPSG:7297
+  ll  53.58494052289325 -90.77620726251993
+  en  9819.39093301716 1557402.1821234203
+  ll2 53.58494052272432 -90.77620726251473
+EPSG:7298
+  ll  44.19897735284809 -86.92147252439028
+  en  886675.9263932045 1666780.5789816354
+  ll2 44.19897735284809 -86.92147252439028
+EPSG:7299
+  ll  58.66006470465487 -85.37481528583928
+  en  293699.0358335516 2011766.4997988243
+  ll2 58.660064704654815 -85.37481528583926
+EPSG:7300
+  ll  61.837642992682305 -88.20582908690281
+  en  458050.4177643216 7765448.673882486
+  ll2 61.837642992678646 -88.20582908690298
+EPSG:7301
+  ll  10.6120512376784 -85.82475888365062
+  en  439766.7482514292 -3014047.516194986
+  ll2 10.612051237678159 -85.82475888365573
+EPSG:7302
+  ll  17.836952036752976 -92.76342326325872
+  en  -992874.6856039471 -7243457.063122615
+  ll2 17.836952036511136 -92.76342326311529
+EPSG:7303
+  ll  46.42427303720228 -81.42713618079596
+  en  568447.4214672378 719757.4404824424
+  ll2 46.424273036663664 -81.4271361807345
+EPSG:7304
+  ll  5.220179084339364 -83.92891732187503
+  en  1431694.5863636702 -1.2647661307264984E7
+  ll2 5.220179084339255 -83.92891732188106
+EPSG:7305
+  ll  -8.784786772265747 -90.78464519340038
+  en  -287023.2256564455 -5357423.029877054
+  ll2 -8.784786772172746 -90.78464519236014
+EPSG:7306
+  ll  85.52262666226363 -88.38628058047959
+  en  719154.2155885269 1.6798061708877463E7
+  ll2 85.52262666226353 -88.3862805804772
+EPSG:7307
+  ll  -25.430349360116082 -92.01152780596492
+  en  -385653.5980943043 -7183255.297410153
+  ll2 -25.43034935880493 -92.0115278082102
+EPSG:7308
+  ll  23.336589929673366 -92.71018846518614
+  en  -1535075.6807477367 -5760990.800498959
+  ll2 23.336589927458967 -92.71018846805458
+EPSG:7309
+  ll  -29.8357068683532 -87.27413117903545
+  en  131352.06993814968 -7468582.459445971
+  ll2 -29.835706868353146 -87.27413117903566
+EPSG:7310
+  ll  -1.2958192634769432 -85.99966924658726
+  en  842291.5007183683 -1.4138260957186604E7
+  ll2 -1.2958192634769472 -85.99966924658726
+EPSG:7311
+  ll  -1.2653578140020727 -85.99480945973481
+  en  179363.25251286908 -4505888.8835777035
+  ll2 -1.2653578140020751 -85.9948094597348
+EPSG:7312
+  ll  53.69870343442457 -78.58222295158927
+  en  2274597.678832389 5277601.650949621
+  ll2 53.69870342474533 -78.58222296850451
+EPSG:7313
+  ll  -19.529255137777525 -83.27103959266894
+  en  542269.0909072973 -6595392.095121331
+  ll2 -19.529255137770296 -83.27103959267194
+EPSG:7314
+  ll  75.73240579432237 -80.39204835464452
+  en  1306551.6655440885 1.3071276545763465E7
+  ll2 75.7324057937248 -80.39204836086792
+EPSG:7315
+  ll  35.78309132004786 -78.94325263455622
+  en  833226.725843378 -484350.69984187203
+  ll2 35.78309131603022 -78.94325263306725
+EPSG:7316
+  ll  -35.86164881114312 -91.91388586982187
+  en  -1114529.5586786224 -2.7740234093336944E7
+  ll2 -35.861648807593525 -91.9138858713262
+EPSG:7317
+  ll  47.04585788956132 -82.43903299242223
+  en  506795.63993556827 969151.7161192234
+  ll2 47.04585788939231 -82.43903299237869
+EPSG:7318
+  ll  -9.60369741912605 -83.68438835978797
+  en  1603547.9916527788 -1.7428311265644297E7
+  ll2 -9.603697419125199 -83.68438835980481
+EPSG:7319
+  ll  52.40327144324152 -91.127975924507
+  en  -34090.448800202226 1344632.3175180813
+  ll2 52.403271442831766 -91.12797592445519
+EPSG:7320
+  ll  -25.99267161513891 -83.35581431763991
+  en  2017903.5127922443 -2.412349435311193E7
+  ll2 -25.992671615077022 -83.35581431751224
+EPSG:7321
+  ll  44.01587905629586 -85.44063223381896
+  en  204666.6377831862 448856.5366470814
+  ll2 44.01587905629586 -85.44063223381896
+EPSG:7322
+  ll  53.46908560891433 -78.25223298431565
+  en  2256606.2905320246 4991038.849603906
+  ll2 53.469085600169954 -78.25223299846913
+EPSG:7323
+  ll  23.226987403973993 -85.68661043270409
+  en  205546.71652638022 -1662881.1684425892
+  ll2 23.226987403973993 -85.68661043270409
+EPSG:7324
+  ll  49.06353946149869 -89.43631933670174
+  en  -192241.95669508542 3977117.3863522653
+  ll2 49.063539461062646 -89.43631933670835
+EPSG:7325
+  ll  2.0455580021995132 -90.40104784225123
+  en  -272428.2422356394 -4033480.356544899
+  ll2 2.0455580021807873 -90.40104784111317
+EPSG:7326
+  ll  51.24107902294938 -81.6052076986718
+  en  1748313.1001959937 4681770.238914235
+  ll2 51.2410790224283 -81.60520769873527
+EPSG:7327
+  ll  18.07043907960474 -81.20530540760407
+  en  764004.6711085408 -2310078.174326441
+  ll2 18.07043907940762 -81.20530540769634
+EPSG:7328
+  ll  31.269840267416086 -90.69676494604424
+  en  -633963.2526996336 -2775620.282693485
+  ll2 31.269840267096182 -90.69676494655786
+EPSG:7329
+  ll  12.52167224328457 -94.23687394232245
+  en  -499246.0013435584 -2821621.553932863
+  ll2 12.521672242028204 -94.23687393649406
+EPSG:7330
+  ll  5.516171382617898 -89.56303455898316
+  en  19042.412019371823 -1.1829280616757005E7
+  ll2 5.516171382617556 -89.56303455896834
+EPSG:7331
+  ll  32.398315696778695 -78.83513105948896
+  en  862957.9677882288 -927031.5574620357
+  ll2 32.39831569348945 -78.83513105661635
+EPSG:7332
+  ll  -4.767818974104017 -81.10548799243765
+  en  2370216.8805434955 -1.6605146446158253E7
+  ll2 -4.76781897407502 -81.10548799319442
+EPSG:7333
+  ll  -12.051908733982174 -85.21371564657545
+  en  478105.801956624 -5805185.441338322
+  ll2 -12.051908733981357 -85.21371564658662
+EPSG:7334
+  ll  -33.951727814317465 -86.71712189153024
+  en  994503.98123305 -2.7001225491574936E7
+  ll2 -33.95172781431745 -86.71712189153023
+EPSG:7335
+  ll  -68.38726636939617 -81.20694359231373
+  en  467686.12931346253 -1.2093122445219235E7
+  ll2 -68.3872663680599 -81.20694359626397
+EPSG:7336
+  ll  11.503588741246745 -82.63931893727525
+  en  2259954.521679104 -1.055827808818789E7
+  ll2 11.503588741204625 -82.63931893760622
+EPSG:7337
+  ll  -61.59602055351636 -88.49680907145037
+  en  133996.74739864992 -1.1110800846513841E7
+  ll2 -61.59602055351146 -88.49680907145056
+EPSG:7338
+  ll  84.89444437364114 -90.56678537125579
+  en  654888.8922268683 1.691709066721845E7
+  ll2 84.89444437363737 -90.56678537096501
+EPSG:7339
+  ll  -75.73144052888101 -93.15877659947309
+  en  69402.68430796018 -1.275040933278246E7
+  ll2 -75.73144052796289 -93.15877658717079
+EPSG:7340
+  ll  -34.5194504324148 -81.67177136630092
+  en  2378281.7857559044 -2.6793508432107143E7
+  ll2 -34.519450431400216 -81.67177136527928
+EPSG:7341
+  ll  44.41664808559898 -93.40869622540619
+  en  -278406.6591546086 641630.3171052252
+  ll2 44.41664807945177 -93.4086962215515
+EPSG:7342
+  ll  -47.3387926376022 -88.66916616837453
+  en  348737.63137492444 -3.1318296356880486E7
+  ll2 -47.33879263759938 -88.66916616837631
+EPSG:7343
+  ll  65.81669263746772 -89.48981687001881
+  en  142158.281432117 2955013.7151153157
+  ll2 65.81669263746201 -89.48981687001837
+EPSG:7344
+  ll  -52.88164502342215 -85.00695397903469
+  en  1304875.9706303389 -3.3508343726850145E7
+  ll2 -52.8816450234062 -85.00695397903115
+EPSG:7345
+  ll  29.100631172346525 -79.95802009122949
+  en  897110.7031137262 -910037.2432795292
+  ll2 29.1006311695045 -79.95802008750508
+EPSG:7346
+  ll  -40.879427886297904 -88.99190656958704
+  en  153568.2554076226 -2.847496391303977E7
+  ll2 -40.87942788628752 -88.99190656959719
+EPSG:7347
+  ll  8.976869221261737 -84.1550299012754
+  en  586008.0943936177 -3160721.8882007087
+  ll2 8.976869221255475 -84.1550299013744
+EPSG:7348
+  ll  -8.80798929490716 -82.59827607775202
+  en  2486305.489579537 -1.6837888899963256E7
+  ll2 -8.807989294824155 -82.59827607868966
+EPSG:7349
+  ll  46.91461319822844 -91.403497244983
+  en  -23070.262847579666 1059812.012240197
+  ll2 46.914613198075806 -91.40349724502529
+EPSG:7350
+  ll  9.172423474300501 -92.85764947811894
+  en  -984301.0070154805 -1.0255151966816224E7
+  ll2 9.17242347418671 -92.857649476952
+EPSG:7351
+  ll  83.34152022724612 -78.86449994441308
+  en  319957.1206967408 4902572.952242001
+  ll2 83.34152022717045 -78.86449995715874
+EPSG:7352
+  ll  -49.67078470741636 -89.54100604982321
+  en  -276048.8900137072 -3.2396846069247216E7
+  ll2 -49.670784706643374 -89.54100604972048
+EPSG:7353
+  ll  10.88764703596189 -78.81713698440163
+  en  950208.0619634375 -3059868.940972208
+  ll2 10.887647035120759 -78.81713698979792
+EPSG:7354
+  ll  47.62976222898476 -83.06942063446614
+  en  1337424.5287663348 3308090.3517094
+  ll2 47.629762228973455 -83.06942063446061
+EPSG:7355
+  ll  25.312310876714164 -89.10154080411888
+  en  -82490.94908614841 -1511350.6370143571
+  ll2 25.312310876691715 -89.10154080416457
+EPSG:7356
+  ll  -28.458015356299974 -89.9777410333693
+  en  -523564.9206865544 -2.4514445666398913E7
+  ll2 -28.458015356170243 -89.97774103362497
+EPSG:7357
+  ll  20.666341927549666 -80.56076357903157
+  en  917280.7080677614 -1844063.4922468506
+  ll2 20.666341926256866 -80.5607635780843
+EPSG:7358
+  ll  -51.19662432263629 -88.75595443373655
+  en  396176.7538313569 -3.2215261278468356E7
+  ll2 -51.1966243226339 -88.75595443373757
+EPSG:7359
+  ll  -88.02915758014692 -87.32364649555836
+  en  231076.38662956434 -1.4342708400097713E7
+  ll2 -88.02915758014692 -87.32364649555647
+EPSG:7360
+  ll  -44.51646315158151 -89.30585883824321
+  en  -335847.2693523196 -3.117031775861999E7
+  ll2 -44.51646315105036 -89.30585883836574
+EPSG:7361
+  ll  -29.765478073695768 -85.23990779860097
+  en  458611.4817701448 -7567789.531425331
+  ll2 -29.765478073691597 -85.23990779859166
+EPSG:7362
+  ll  -68.63748318308558 -84.12603355105509
+  en  1237391.2555376426 -3.901683501376959E7
+  ll2 -68.63748318301772 -84.12603355109982
+EPSG:7363
+  ll  64.98516036311207 -88.36033912715774
+  en  171072.5107971385 2794816.039784856
+  ll2 64.98516036311146 -88.36033912715777
+EPSG:7364
+  ll  -17.84308046525024 -82.32600666150762
+  en  2379488.3623002158 -2.098244391947461E7
+  ll2 -17.843080465132125 -82.32600666159256
+EPSG:7365
+  ll  18.65693272030073 -81.24912881716699
+  en  905864.0553023114 -2073890.8785792352
+  ll2 18.656932719324836 -81.24912881729422
+EPSG:7366
+  ll  33.44817287796897 -86.87089501058016
+  en  994562.5588244456 -1465370.687714657
+  ll2 33.44817287796897 -86.87089501058014
+EPSG:7367
+  ll  -60.846445463615865 -84.02198092192855
+  en  426321.4614733719 -1.1063733508086007E7
+  ll2 -60.84644546348648 -84.02198092196393
+EPSG:7368
+  ll  -6.698002035074239 -80.97069339278526
+  en  3142700.942471743 -1.6587140283143882E7
+  ll2 -6.698002034495913 -80.9706934005485
+EPSG:7369
+  ll  -86.30143252938517 -85.27283066767359
+  en  239835.4998505365 -1.404394352815999E7
+  ll2 -86.30143252938518 -85.27283066767359
+EPSG:7370
+  ll  75.51540648034847 -83.20377343113918
+  en  974881.2969909543 1.2896913896023788E7
+  ll2 75.51540648034717 -83.20377343113974
+EPSG:7373
+  ll  -29.642078765275826 -174.43564116184328
+  en  -174.43564116184325 -29.64207876608683
+  ll2 -29.64207876527463 -174.43564116184325
+EPSG:7374
+  ll  -85.8126409086921 44.897952962702206
+  en  450347.3903793507 -9533097.11419005
+  ll2 -85.81264090868737 44.897952974112556
+EPSG:7375
+  ll  8.671145827110394 62.39436909770357
+  en  1094286.6310602757 962722.4006421596
+  ll2 8.67114582690546 62.394369095560606
+EPSG:7376
+  ll  -19.118563639481636 57.97436101348686
+  en  -29108.811726149986 -2121560.362466654
+  ll2 -19.11856363925025 57.9743610134453
+EPSG:7400
+  ll  8.807471614826653 97.13159996726134
+  en  94.79278785858114 8.805511912883123
+  ll2 8.80747157932508 97.13159993877237
+EPSG:7401
+  ll  0.2619586639155944 -73.50714686837568
+  en  -9023657.588720314 1532729.4146924305
+  ll2 0.26195860807475313 -73.50714683739777
+EPSG:7402
+  ll  55.08191428415611 50.66856291905012
+  en  3527688.1282847333 4054193.3193727667
+  ll2 55.08191428562642 50.66856290726634
+EPSG:7403
+  ll  51.15675570718767 53.838128436884745
+  en  3999091.483693848 5085727.686456004
+  ll2 51.156755709289065 53.83812842407741
+EPSG:7404
+  ll  70.24893947993158 -73.17286544214225
+  en  -73.1835019694986 70.24735487554359
+  ll2 70.24893949829942 -73.17286530228441
+EPSG:7405
+  ll  86.76861952567566 -7.781942266882916
+  en  363785.05272662424 4111583.095227671
+  ll2 86.7686194897726 -7.781942364828115
+EPSG:7408
+  ll  -66.49746884805192 161.4017397709069
+  en  161.40705669520742 -66.4944794516959
+  ll2 -66.49746946367546 161.40173873920918
+EPSG:7409
+  ll  5.238070887260548 134.64836583392827
+  en  134.64836583392827 5.238070887432339
+  ll2 5.2380708872605535 134.64836583392827
+EPSG:7410
+  ll  31.500943853293435 177.53695393163588
+  en  177.53230798082606 31.503756558646767
+  ll2 31.50094394588685 177.53695374162805
+EPSG:7411
+  ll  5.604359804699925 31.182509451808997
+  en  4526025.029814059 -2013523.8688898506
+  ll2 5.604359817634448 31.182509453516072
+EPSG:7412
+  ll  87.46073218762724 -58.6001973184524
+  en  86038.10605279228 7674777.21009501
+  ll2 87.46073218541554 -58.600196869274505
+EPSG:7413
+  ll  13.570749483881787 -39.30352180344735
+  en  -4306634.550393725 931843.1459095157
+  ll2 13.570749464395451 -39.30352178603122
+EPSG:7414
+  ll  -83.71347513069955 20.362069847012236
+  en  20.319011244321885 -83.71435995166324
+  ll2 -83.71347494412701 20.36207890629688
+EPSG:7415
+  ll  -34.91938563976642 -70.9012278214783
+  en  -1.5052237971380103E7 -9080347.868494952
+  ll2 -34.91938516049587 -70.90122702049479
+EPSG:7416
+  ll  15.117185725470534 8.47359630556732
+  en  443437.91751329927 1671355.0853409655
+  ll2 15.117185725470534 8.473596305567325
+EPSG:7417
+  ll  6.487858676149401 20.922773690090814
+  en  1156010.816682588 720975.5524855874
+  ll2 6.487858675845381 20.92277368564387
+EPSG:7418
+  ll  -19.648742313111583 9.546547059889479
+  en  204881.4839245192 -2173373.280870242
+  ll2 -19.648742313111537 9.546547059889479
+EPSG:7419
+  ll  67.46374487428986 5.766647384887816
+  en  233675.35473682854 7499096.624294574
+  ll2 67.46374487138438 5.766647396088979
+EPSG:7420
+  ll  -40.4528733849578 20.72173330603879
+  en  1385486.064737911 -4495572.249804553
+  ll2 -40.45287338255095 20.721733306364026
+EPSG:7421
+  ll  83.96232081395449 -0.9577068736044652
+  en  542169.7335233307 6818760.562306329
+  ll2 83.9623208020705 -0.9577068174516613
+EPSG:7422
+  ll  -5.359056160841542 61.454596079153305
+  en  8986664.859684568 191556.07521003857
+  ll2 -5.359056132702595 61.45459608809148
+EPSG:7423
+  ll  -21.211437381556237 161.89532045449164
+  en  161.89532045449167 -21.211437382193285
+  ll2 -21.21143738155616 161.8953204544917
+EPSG:7528
+  ll  80.83370898677578 -89.05785481122483
+  en  163980.6466429139 4175067.407464471
+  ll2 80.83370898677579 -89.05785481122483
+EPSG:7529
+  ll  18.03366888451457 -93.14002283202294
+  en  -93858.10358705616 -3067049.529709608
+  ll2 18.03366888451173 -93.14002283201653
+EPSG:7530
+  ll  -84.64165804700353 -94.40635178738886
+  en  66494.20053298718 -1.4404544023877114E7
+  ll2 -84.64165804700328 -94.40635178738445
+EPSG:7531
+  ll  44.99561147807031 -56.013715458385576
+  en  2909636.6589474385 570597.4646678582
+  ll2 44.995611478070344 -56.013715458385576
+EPSG:7532
+  ll  -33.05847541384092 -90.9710220139635
+  en  -245924.54739372438 -8421448.767246978
+  ll2 -33.05847541381209 -90.97102201401144
+EPSG:7533
+  ll  -43.204928694906194 -90.5017872245167
+  en  280544.2561444272 -9602869.764505146
+  ll2 -43.204928694905824 -90.50178722451624
+EPSG:7534
+  ll  58.5163810408952 -21.41827791065694
+  en  3776241.8464969317 3246920.631570727
+  ll2 58.516381040895176 -21.418277910656954
+EPSG:7535
+  ll  -5.369838505079983 -84.61919460230946
+  en  675218.8516240716 -5326854.878705846
+  ll2 -5.369838505064506 -84.61919460269819
+EPSG:7536
+  ll  7.517623807326171 -103.51457453738671
+  en  -1566290.6034709066 -4268016.893559913
+  ll2 7.517623807326193 -103.51457453738671
+EPSG:7537
+  ll  88.52517816706859 -89.03579145761634
+  en  204756.8536163052 5008160.369588817
+  ll2 88.52517816706859 -89.03579145761644
+EPSG:7538
+  ll  66.34271495482106 -34.018425140383954
+  en  2707116.438599158 3614756.0246536657
+  ll2 66.34271495482105 -34.01842514038395
+EPSG:7539
+  ll  45.49212304886874 -60.23137347399883
+  en  2462556.1778870705 744249.3701189896
+  ll2 45.492123048868756 -60.23137347399882
+EPSG:7540
+  ll  1.9586135012512926 -117.09145628684695
+  en  -3563991.6689363997 -4154159.140112087
+  ll2 1.9586135012513257 -117.09145628684695
+EPSG:7541
+  ll  54.05421837163098 -93.62014683660477
+  en  -53856.852419037255 1409850.7020295318
+  ll2 54.05421837040581 -93.62014683600262
+EPSG:7542
+  ll  41.414406365351084 -85.97086177932341
+  en  267605.9054507177 -330861.1940465767
+  ll2 41.41440636535073 -85.97086177932289
+EPSG:7543
+  ll  -10.490323315615214 -98.7291232065076
+  en  -688320.9102561827 -6251567.186211361
+  ll2 -10.490323314462154 -98.7291231986889
+EPSG:7544
+  ll  32.94112971810273 -95.9984716916945
+  en  -332123.78889280953 -1265542.9315465563
+  ll2 32.94112971790399 -95.9984716919856
+EPSG:7545
+  ll  -7.403597429340904 -12.838344219641584
+  en  1.082691291989044E7 -890933.1337542129
+  ll2 -7.403597429340873 -12.838344219641584
+EPSG:7546
+  ll  28.559374159227758 -86.48848522062426
+  en  295286.4571440702 -1872274.343181896
+  ll2 28.559374159227193 -86.48848522062274
+EPSG:7547
+  ll  -53.33784862387737 -84.35342816378162
+  en  560880.6085870996 -1.0795931587401748E7
+  ll2 -53.337848623290164 -84.35342816392546
+EPSG:7548
+  ll  -33.02716221113181 -95.12938320295527
+  en  -162325.77983602253 -8250620.936166887
+  ll2 -33.02716221085598 -95.12938320334531
+EPSG:7549
+  ll  52.11172406664708 -29.707262155234275
+  en  4006542.218452605 2528340.735158262
+  ll2 52.111724066647085 -29.70726215523429
+EPSG:7550
+  ll  6.623237749021545 -71.45050869169623
+  en  2509699.133240338 -4064882.407684353
+  ll2 6.623237749021565 -71.45050869169623
+EPSG:7551
+  ll  -50.17634155876976 -93.25192660579586
+  en  -107695.26425720904 -1.0276938693670878E7
+  ll2 -50.17634155868666 -93.25192660581155
+EPSG:7552
+  ll  55.24821830459922 -90.09058776393613
+  en  231472.8453697525 1091846.4495455557
+  ll2 55.24821830459922 -90.09058776393613
+EPSG:7553
+  ll  60.97531575369828 -95.28494942527664
+  en  -213339.96426361596 1893987.0350589482
+  ll2 60.975315753093554 -95.28494942485293
+EPSG:7554
+  ll  32.31148196080636 -90.93947180467936
+  en  -100894.62409928546 -1095263.0163589611
+  ll2 32.311481960774984 -90.93947180473383
+EPSG:7555
+  ll  -10.95191987792552 -91.08402328867936
+  en  -306667.4808617982 -6005900.1243582545
+  ll2 -10.951919877910157 -91.08402328852476
+EPSG:7556
+  ll  -10.35764156875085 -92.44169756081793
+  en  7232.856533034093 -5958658.409340576
+  ll2 -10.357641568750834 -92.44169756081747
+EPSG:7557
+  ll  -10.942190961285007 -93.6008843276788
+  en  -568886.3322880703 -7100901.05278358
+  ll2 -10.942190961284972 -93.6008843276788
+EPSG:7558
+  ll  -47.894539269194944 -84.40768845133931
+  en  514332.4806446564 -1.0288723466868654E7
+  ll2 -47.89453926712135 -84.40768845201694
+EPSG:7559
+  ll  86.79414949837545 -96.48902725235338
+  en  -4411.786520441077 5513094.00972631
+  ll2 86.79414949837545 -96.48902725235338
+EPSG:7560
+  ll  -48.5043834839889 -93.13014930023208
+  en  -161717.64016549967 -1.0339636452862618E7
+  ll2 -48.50438348166285 -93.13014929928643
+EPSG:7561
+  ll  68.03420914692649 -93.79709544108154
+  en  -118994.66134615745 2606117.5407597846
+  ll2 68.03420914576621 -93.79709543808302
+EPSG:7562
+  ll  44.94797730503094 -160.62933090815085
+  en  -4680305.078376592 2433751.7879976323
+  ll2 44.94797730503096 -160.62933090815085
+EPSG:7563
+  ll  -18.559720608195832 -88.71421218351196
+  en  97802.82590213846 -6971249.559182281
+  ll2 -18.559720608195825 -88.71421218351193
+EPSG:7564
+  ll  74.41741845664411 -6.485275625051173
+  en  2533486.956392418 4837968.834354388
+  ll2 74.41741845664411 -6.485275625051173
+EPSG:7565
+  ll  -6.166592316238159 -126.03903090466864
+  en  -5002864.929704275 -5190976.968805312
+  ll2 -6.16659231623812 -126.03903090466864
+EPSG:7566
+  ll  -7.359808585894754 -92.67046260897123
+  en  137632.71938157524 -5761384.591822462
+  ll2 -7.359808585894747 -92.67046260897123
+EPSG:7567
+  ll  26.872859963009184 -67.98854538439909
+  en  2263202.9671058804 -1633974.0691940552
+  ll2 26.872859963009176 -67.98854538439909
+EPSG:7568
+  ll  -17.331229755019564 -85.83943216807485
+  en  722695.9835014225 -6858953.048649821
+  ll2 -17.331229754891886 -85.83943216821119
+EPSG:7569
+  ll  16.32593216540579 -70.52744954235047
+  en  2533076.927607182 -2684979.006279299
+  ll2 16.3259321654058 -70.52744954235047
+EPSG:7570
+  ll  21.641851059019842 -85.48783405511534
+  en  517548.10177325906 -2247112.13939094
+  ll2 21.641851058987072 -85.4878340550774
+EPSG:7571
+  ll  -74.47406230878006 -86.38625722932053
+  en  390319.146771707 -1.3139261825986564E7
+  ll2 -74.47406230855697 -86.38625723026496
+EPSG:7572
+  ll  -68.30420096259806 -85.53564776953714
+  en  365628.6819443287 -1.2329309004456982E7
+  ll2 -68.30420096227184 -85.53564776999295
+EPSG:7573
+  ll  61.9334419734492 -8.531161176895722
+  en  3984299.7841327838 4076195.8963838327
+  ll2 61.93344197344918 -8.531161176895708
+EPSG:7574
+  ll  -24.201220249197235 -82.57438985480421
+  en  875934.0008396239 -7568923.336528675
+  ll2 -24.201220248195018 -82.57438985311872
+EPSG:7575
+  ll  51.52830988079759 -93.99972431795229
+  en  70681.03278902652 833944.3214043824
+  ll2 51.528309880796954 -93.99972431795261
+EPSG:7576
+  ll  84.50763596416472 -109.18110942972532
+  en  -129962.22815778744 5112073.531818464
+  ll2 84.50763596416475 -109.18110942972532
+EPSG:7577
+  ll  -44.492838160647956 -86.22182187288202
+  en  666189.0744661347 -9722448.872207992
+  ll2 -44.49283815911372 -86.22182187290908
+EPSG:7578
+  ll  61.02582715200423 -38.199073947645275
+  en  3024572.9714582604 2940019.443313958
+  ll2 61.02582715200419 -38.19907394764527
+EPSG:7579
+  ll  26.609296126139007 -88.34319714674221
+  en  254728.59849019453 -2148688.0216090973
+  ll2 26.609296126139007 -88.34319714674221
+EPSG:7580
+  ll  48.170574328330716 -85.85388392199373
+  en  433402.4075451859 726657.9424451679
+  ll2 48.17057432833071 -85.85388392199373
+EPSG:7581
+  ll  23.059662671288983 -22.840488174430874
+  en  6918998.552447815 669816.6863212121
+  ll2 23.059662671288994 -22.840488174430874
+EPSG:7582
+  ll  73.33339001648824 -93.17807965127886
+  en  -43515.98550212987 3394437.9223936265
+  ll2 73.33339001603716 -93.17807964920961
+EPSG:7583
+  ll  -1.4282874739770506 -88.43282505956172
+  en  185659.7263768545 -4872992.004889719
+  ll2 -1.4282874739770568 -88.43282505956172
+EPSG:7584
+  ll  -59.68829758488793 -85.87205766894922
+  en  350836.05275594373 -1.143281865261195E7
+  ll2 -59.68829758483328 -85.87205766895488
+EPSG:7585
+  ll  11.134908926964247 -99.57779351801824
+  en  -1187129.086214005 -3720656.573224584
+  ll2 11.134908926964277 -99.57779351801824
+EPSG:7586
+  ll  31.29923569791844 -173.4731100110552
+  en  -6598173.839585138 2473853.2357786987
+  ll2 31.299235697918466 -173.4731100110552
+EPSG:7587
+  ll  36.116571122074745 -94.07324591480709
+  en  -720495.0250395933 -2615854.366637488
+  ll2 36.116571121832415 -94.07324591506676
+EPSG:7588
+  ll  24.140404128288907 -84.87984569562758
+  en  2484140.52513021 -7810668.732912292
+  ll2 24.14040412755286 -84.87984569434752
+EPSG:7589
+  ll  26.80042757468803 -91.01768121663594
+  en  577140.6204511911 -6673453.7901269095
+  ll2 26.800427574688026 -91.0176812166359
+EPSG:7590
+  ll  21.458004801552917 -13.947160833503403
+  en  2.5029012379588537E7 3985427.9584201183
+  ll2 21.458004801552956 -13.947160833503403
+EPSG:7591
+  ll  -39.62207364201101 -83.72948015959452
+  en  1306919.591061088 -3.0034702093369007E7
+  ll2 -39.622073641608225 -83.7294801593337
+EPSG:7592
+  ll  -65.82102628017492 -96.26533701212583
+  en  -94829.5300401095 -3.978605755073025E7
+  ll2 -65.82102627970876 -96.26533701159374
+EPSG:7593
+  ll  14.504066418438637 -69.66598604172545
+  en  9305131.588082213 -1.0458251329197135E7
+  ll2 14.504066418438644 -69.66598604172546
+EPSG:7594
+  ll  -66.59074545414987 -90.33435523578461
+  en  536103.7274878826 -3.976963732136128E7
+  ll2 -66.59074545414771 -90.33435523578454
+EPSG:7595
+  ll  42.2134427921182 -129.16776106451104
+  en  -9705674.58449587 1492983.898298291
+  ll2 42.21344279211826 -129.16776106451104
+EPSG:7596
+  ll  -39.396791624287545 -88.41209647816194
+  en  1305009.6338266893 -3.0166858125936482E7
+  ll2 -39.39679162427787 -88.41209647815108
+EPSG:7597
+  ll  8.888500372420001 -93.23450829790009
+  en  -1077264.3994989824 -1.2897944894415123E7
+  ll2 8.888500372420006 -93.23450829790009
+EPSG:7598
+  ll  34.02824687778482 -113.05189794242003
+  en  -6331264.284213004 -2287289.7851535673
+  ll2 34.02824687778501 -113.05189794242003
+EPSG:7599
+  ll  -16.592194249597686 -33.15263068366366
+  en  3.0787333210863505E7 -1.4883649560301343E7
+  ll2 -16.59219424959765 -33.15263068366365
+EPSG:7600
+  ll  -64.65914456223187 -90.57177358537452
+  en  582385.1558123884 -3.860877721691317E7
+  ll2 -64.6591445622297 -90.57177358537453
+EPSG:7601
+  ll  9.898796955740195 -86.00001560709757
+  en  978808.6192989306 -1.2543981312429741E7
+  ll2 9.898796955740174 -86.00001560709843
+EPSG:7602
+  ll  88.68098193746124 -95.35408762595468
+  en  165020.42027372608 1.5656038541393029E7
+  ll2 88.68098193746125 -95.35408762589016
+EPSG:7603
+  ll  81.71278613110044 -85.60656241301352
+  en  501466.99669916974 1.3657670250014238E7
+  ll2 81.71278613091823 -85.60656242763976
+EPSG:7604
+  ll  73.47462110187402 -58.893055100303314
+  en  4293916.818143236 1.2103640022016233E7
+  ll2 73.47462110187402 -58.893055100303314
+EPSG:7605
+  ll  9.840597751694958 -93.04550518832431
+  en  -1328948.5855616264 -1.2932285835150989E7
+  ll2 9.840597751575554 -93.04550518723423
+EPSG:7606
+  ll  -65.14940839383537 -94.58269184656842
+  en  -9662.05597034947 -3.975189337238054E7
+  ll2 -65.14940839115613 -94.58269183958187
+EPSG:7607
+  ll  -57.753051463380984 -90.5086785592181
+  en  851908.2813679898 -3.605777046172932E7
+  ll2 -57.75305146338098 -90.5086785592181
+EPSG:7608
+  ll  54.30131719785708 -54.08143254366618
+  en  8137696.720934708 6063360.872370744
+  ll2 54.30131719785709 -54.081432543666175
+EPSG:7609
+  ll  -10.547966805892152 -61.67572061614443
+  en  1.5084125085541511E7 -2.006244016821451E7
+  ll2 -10.547966805892141 -61.67572061614443
+EPSG:7610
+  ll  0.3819323329219486 -96.2939983239415
+  en  -1873214.5509777376 -1.5318878898121947E7
+  ll2 0.38193233289751005 -96.29399831731038
+EPSG:7611
+  ll  63.922414110493236 -89.2119873221123
+  en  893001.2491284296 6754120.401538891
+  ll2 63.92241411049314 -89.21198732211228
+EPSG:7612
+  ll  -60.14319884915163 -87.50878120262189
+  en  696424.3720898831 -3.7900469669622846E7
+  ll2 -60.14319884903845 -87.50878120264683
+EPSG:7613
+  ll  -17.16903437873607 -88.22733368859215
+  en  493802.250406058 -2.1571213998620477E7
+  ll2 -17.16903437873605 -88.22733368859215
+EPSG:7614
+  ll  87.84048450760969 -82.18246631500656
+  en  336010.6219258748 1.6304394850519646E7
+  ll2 87.8404845076111 -82.18246631860524
+EPSG:7615
+  ll  65.51181012456024 -92.49690014020665
+  en  248834.33467446684 8058243.566074275
+  ll2 65.51181012456007 -92.49690014020666
+EPSG:7616
+  ll  51.53675853209179 -69.62125712497742
+  en  5056191.910412535 3210632.9061675686
+  ll2 51.53675853209179 -69.62125712497742
+EPSG:7617
+  ll  62.06518926602956 -88.88461082212812
+  en  526597.7031054896 6289173.002274842
+  ll2 62.06518926602952 -88.88461082212812
+EPSG:7618
+  ll  28.237248714073225 -7.956454037136837
+  en  2.32345752437388E7 6710041.168304939
+  ll2 28.237248714073235 -7.956454037136837
+EPSG:7619
+  ll  -66.88094807967045 -91.63969254172004
+  en  218327.42610999563 -4.060843897315333E7
+  ll2 -66.88094807947215 -91.63969254154978
+EPSG:7620
+  ll  -43.80940712530883 -85.77070314200591
+  en  1044528.1896506271 -3.2184526727466423E7
+  ll2 -43.8094071252808 -85.77070314198794
+EPSG:7621
+  ll  69.36365900850706 -135.7061916821315
+  en  -5599803.04084993 1.1793242901731499E7
+  ll2 69.36365900850704 -135.70619168213148
+EPSG:7622
+  ll  21.115940459876057 -88.32369510220694
+  en  458421.56011155527 -8471280.394666823
+  ll2 21.11594045987605 -88.32369510220694
+EPSG:7623
+  ll  37.71925749594717 -110.02719616373051
+  en  -5685445.310932253 -1969105.2840291648
+  ll2 37.71925749594726 -110.02719616373051
+EPSG:7624
+  ll  7.349634990562237 -78.71237826648789
+  en  6440292.561060997 -1.3703081902563434E7
+  ll2 7.349634990562285 -78.71237826648789
+EPSG:7625
+  ll  -85.15633065542207 -88.7821489512825
+  en  584077.2134187203 -4.727712068789838E7
+  ll2 -85.15633065541971 -88.7821489514606
+EPSG:7626
+  ll  15.672494908310203 -116.72224975323806
+  en  -1.0346847582699569E7 -8940512.918284884
+  ll2 15.672494908310192 -116.72224975323806
+EPSG:7627
+  ll  39.79889119088625 -95.18196115675929
+  en  -571028.5027410169 -1698936.5691193498
+  ll2 39.79889119017156 -95.1819611571366
+EPSG:7628
+  ll  -11.07879746801869 -164.63930313854803
+  en  -3.4289506830686405E7 -5726265.331978313
+  ll2 -11.078797468018658 -164.63930313854803
+EPSG:7629
+  ll  17.49342215192324 -95.08951851058653
+  en  -1619893.4093164178 -8859932.799650915
+  ll2 17.493422151235936 -95.0895185100559
+EPSG:7630
+  ll  82.16857960051408 -84.83165933336129
+  en  1132730.7682777352 1.4001770678332888E7
+  ll2 82.16857960037053 -84.8316593469559
+EPSG:7631
+  ll  88.89105957349926 -90.14607162818206
+  en  607254.788562919 1.6849163383273102E7
+  ll2 88.89105957349926 -90.14607162818206
+EPSG:7632
+  ll  82.17651938775501 -52.38153819054172
+  en  3356801.9535259227 1.5695965834222266E7
+  ll2 82.17651938775504 -52.38153819054171
+EPSG:7633
+  ll  6.017475830789081 -85.02318018980121
+  en  2163073.7876565442 -1.3816460811383467E7
+  ll2 6.0174758307788485 -85.02318019004294
+EPSG:7634
+  ll  40.23765700885818 -99.2279872851007
+  en  -1298902.4356348426 -1315655.2361061566
+  ll2 40.237657003367296 -99.2279872837877
+EPSG:7635
+  ll  35.60266749541804 -39.40770469176883
+  en  1.4996919706037115E7 1554223.238648964
+  ll2 35.60266749541817 -39.40770469176883
+EPSG:7636
+  ll  -8.776083940807368 -95.09856344926291
+  en  -505077.4300721067 -1.8875799377567142E7
+  ll2 -8.776083940789023 -95.0985634490082
+EPSG:7637
+  ll  1.467790406767282 -90.69066092641317
+  en  773120.4334873797 -1.6491115103279231E7
+  ll2 1.467790406767295 -90.69066092641317
+EPSG:7638
+  ll  83.18059283984063 -45.83017234739779
+  en  3101472.8048232864 1.600387090149641E7
+  ll2 83.18059283984064 -45.83017234739779
+EPSG:7639
+  ll  65.1563545402408 -83.5871756102203
+  en  1599362.931288235 8847310.522967365
+  ll2 65.15635454024078 -83.5871756102203
+EPSG:7640
+  ll  25.390909462984347 -124.18069332109923
+  en  -1.026766236523694E7 -4748446.868292949
+  ll2 25.390909462984343 -124.18069332109923
+EPSG:7641
+  ll  16.392756185596 -89.88529430694774
+  en  -244458.82547952296 -9644821.093631804
+  ll2 16.39275618559565 -89.88529430694545
+EPSG:7642
+  ll  58.982194186686854 -88.06214048573408
+  en  715726.8090782783 5990375.579622134
+  ll2 58.982194186686876 -88.06214048573408
+EPSG:7643
+  ll  84.77342648985149 -90.03865212559815
+  en  566211.1127354517 1.5121622221465152E7
+  ll2 84.7734264898515 -90.03865212559815
+EPSG:7644
+  ll  16.400141394068214 -31.26753551614084
+  en  2.1162145970024213E7 -2674455.2145745712
+  ll2 16.40014139406824 -31.26753551614084
+EPSG:7645
+  ll  -7.287777357194264 -99.21276976541854
+  en  -4112844.748691826 -2.0612730742246624E7
+  ll2 -7.287777357194248 -99.21276976541854
+EPSG:7683
+  ll  -57.302049415104825 -54.799325943699756
+  en  -54.79932594369976 -57.30204941510483
+  ll2 -57.30204941510483 -54.79932594369976
+EPSG:7686
+  ll  -21.041738072622152 -136.56386630476325
+  en  -136.56386630476328 -21.041738072622152
+  ll2 -21.041738072622152 -136.56386630476328
+EPSG:7692
+  ll  35.374930371030544 75.0316127498021
+  en  1892434.9136717822 3950481.58521971
+  ll2 35.374930367271126 75.03161275149614
+EPSG:7693
+  ll  59.80361423950251 67.12786537820764
+  en  2053774.0021975324 6655093.579673789
+  ll2 59.80361423890996 67.12786537856503
+EPSG:7694
+  ll  42.81353659299191 70.11078748689832
+  en  2939628.435017754 4766175.280189951
+  ll2 42.81353659242229 70.11078748670906
+EPSG:7695
+  ll  54.395228078671806 74.9059019449816
+  en  4130441.743227812 6047793.647531527
+  ll2 54.39522807864161 74.90590194497797
+EPSG:7696
+  ll  73.80748333320187 83.02308423158027
+  en  5378027.4647242045 8210220.733081135
+  ll2 73.80748333319592 83.02308423157689
+EPSG:7755
+  ll  58.78315305795102 6.533158975389352
+  en  -974945.384973878 9397050.57930068
+  ll2 58.78315305795098 6.533158975389355
+EPSG:7756
+  ll  18.166788165822382 132.93161362863586
+  en  6446532.770802366 1907721.1590628226
+  ll2 18.16678816582239 132.93161362863586
+EPSG:7757
+  ll  75.76682249223794 94.68051534153345
+  en  1008503.2237203761 7253202.123240735
+  ll2 75.76682249223794 94.68051534153345
+EPSG:7758
+  ll  40.0093923605362 104.53642763620196
+  en  2036760.2105743424 2615971.8653421374
+  ll2 40.009392360536275 104.53642763620196
+EPSG:7759
+  ll  7.062044285635814 9.845289880847657
+  en  -7358749.791442755 1371912.650004754
+  ll2 7.062044285635829 9.845289880847659
+EPSG:7760
+  ll  31.413344269913402 29.356411510695885
+  en  -3416747.524383041 2200776.2967089657
+  ll2 31.41334426991342 29.356411510695885
+EPSG:7761
+  ll  80.6320990010812 37.85969581787522
+  en  -540124.4091485727 9692033.329298686
+  ll2 80.63209900108122 37.85969581787522
+EPSG:7762
+  ll  -28.558426595019768 99.02246692917844
+  en  4710278.273390466 -6258036.567464365
+  ll2 -28.55842659501975 99.02246692917844
+EPSG:7763
+  ll  84.71367021290291 -1.531830768231945
+  en  -846780.7186909125 9228576.558651526
+  ll2 84.7136702129029 -1.5318307682319414
+EPSG:7764
+  ll  70.07623431540436 115.17059459232462
+  en  2855518.725672516 5616089.746847369
+  ll2 70.07623431540435 115.17059459232462
+EPSG:7765
+  ll  10.129730639577978 106.6809525118828
+  en  3361634.706023792 -332796.0369678037
+  ll2 10.12973063957799 106.6809525118828
+EPSG:7766
+  ll  47.93016249211412 104.55068378673651
+  en  3140423.0892553185 3937630.1496360465
+  ll2 47.93016249211415 104.55068378673651
+EPSG:7767
+  ll  -23.83351322099262 35.8181426513183
+  en  -4460908.426509816 -3558158.483207222
+  ll2 -23.83351322099264 35.818142651318304
+EPSG:7768
+  ll  32.100422055623596 92.68600717428129
+  en  874938.9473319284 1817371.1806985145
+  ll2 32.10042205562386 92.68600717428129
+EPSG:7769
+  ll  -1.9725736030351158 175.6523747362614
+  en  1.0788427130818453E7 1051963.841786828
+  ll2 -1.9725736030350638 175.6523747362614
+EPSG:7770
+  ll  -25.794125256582777 177.2081077093444
+  en  1.266543218110444E7 -1767394.1758298166
+  ll2 -25.79412525658275 177.2081077093444
+EPSG:7771
+  ll  67.66490578949717 10.60871947381373
+  en  -3720395.261925484 7756250.145932829
+  ll2 67.66490578949717 10.608719473813736
+EPSG:7772
+  ll  54.51497151036381 35.79006916596147
+  en  -2824097.4945072047 5634269.708658666
+  ll2 54.51497151036382 35.790069165961484
+EPSG:7773
+  ll  30.266170372891523 40.54502084753002
+  en  -2296885.4940252854 1438854.7902099194
+  ll2 30.26617037289151 40.545020847530026
+EPSG:7774
+  ll  48.70149829293429 -0.04099662773246493
+  en  -4559619.214429708 5152403.871069975
+  ll2 48.701498292934296 -0.04099662773246848
+EPSG:7775
+  ll  -10.364763325625542 86.0896842064535
+  en  1700974.5398815835 -3432860.138854132
+  ll2 -10.364763325625514 86.0896842064535
+EPSG:7776
+  ll  -24.62515169190088 127.36160206467625
+  en  8362913.497145702 -4487538.3462431375
+  ll2 -24.62515169190085 127.36160206467625
+EPSG:7777
+  ll  44.40401536762542 93.29367584234109
+  en  1003479.0154784769 4784992.447342461
+  ll2 44.404015367625426 93.29367584234109
+EPSG:7778
+  ll  45.038717658861145 84.34945812164533
+  en  1165396.5170115095 3667870.2210506485
+  ll2 45.03871765885382 84.34945812165039
+EPSG:7779
+  ll  13.053905645404413 74.93129169339893
+  en  1101012.2446575512 743378.5571549612
+  ll2 13.05390564540441 74.93129169339879
+EPSG:7780
+  ll  -20.966065879878016 70.63381220463114
+  en  402321.1142542728 -3002086.4933985453
+  ll2 -20.966065879277927 70.63381220403198
+EPSG:7781
+  ll  -26.115834707135747 80.54276250570854
+  en  1454620.3367857675 -3058438.247809071
+  ll2 -26.115834706932255 80.54276250611818
+EPSG:7782
+  ll  -19.63491207999526 74.88596768069576
+  en  1184715.361066891 -2278607.074419991
+  ll2 -19.634912079994898 74.88596768069516
+EPSG:7783
+  ll  73.91849427481674 92.75950175677514
+  en  1000293.9006036295 6647745.784359006
+  ll2 73.91849427481675 92.75950175677514
+EPSG:7784
+  ll  -85.28450680950681 84.35083729292771
+  en  961935.800696262 -1.1533452562607866E7
+  ll2 -85.28450680950355 84.35083729327678
+EPSG:7785
+  ll  13.05900803163388 77.40535694362131
+  en  894850.5233598128 1241751.0064792128
+  ll2 13.059008031633876 77.40535694362148
+EPSG:7786
+  ll  -35.35294098915443 96.83686601522948
+  en  1462561.803015101 -5553132.056472415
+  ll2 -35.35294098828846 96.83686601604687
+EPSG:7787
+  ll  -14.184667791697294 85.83670806453094
+  en  779962.2025677725 -3265956.7026447067
+  ll2 -14.18466779169669 85.8367080645369
+EPSG:7791
+  ll  18.04642104615509 7.701808204839568
+  en  362596.4535934912 1995803.680469028
+  ll2 18.046421046155018 7.701808204839854
+EPSG:7792
+  ll  71.51558888879254 10.400610319223937
+  en  337385.45249777276 7941096.048931137
+  ll2 71.51558888848285 10.4006103199983
+EPSG:7793
+  ll  0.05709600003115156 22.576659296575396
+  en  675464.913680158 6313.229794255688
+  ll2 0.057096000031150944 22.576659296571766
+EPSG:7794
+  ll  40.65186977714134 18.535250907316716
+  en  7552079.881086031 4515720.3077098215
+  ll2 40.65186977181755 18.53525090595752
+EPSG:7795
+  ll  1.7250138187376933 11.930973656597684
+  en  2992319.4797139955 190742.8716747561
+  ll2 1.725013818737693 11.930973656597684
+EPSG:7798
+  ll  48.871497105322305 -69.46025738770987
+  en  -69.46025738770987 48.8714971053223
+  ll2 48.8714971053223 -69.46025738770987
+EPSG:7799
+  ll  79.943892005344 21.131731997777365
+  en  502567.8970678515 8875326.223826883
+  ll2 79.94389200534403 21.131731997777365
+EPSG:7800
+  ll  82.8483295022175 23.246669517939765
+  en  447867.8486159796 9201222.587397499
+  ll2 82.84832950221073 23.24666951807926
+EPSG:7801
+  ll  8.779954716301283 -31.169529397111113
+  en  -6268457.960386199 3118389.8735579746
+  ll2 8.779954716301305 -31.169529397111127
+EPSG:7803
+  ll  9.838425647315375 21.56727245880048
+  en  562201.9441375253 1087600.964144069
+  ll2 9.838425647315377 21.567272458800467
+EPSG:7804
+  ll  80.394278407206 18.1272949829981
+  en  446505.95335789275 8926916.362890892
+  ll2 80.39427840720273 18.127294983010422
+EPSG:7805
+  ll  -19.775268791313465 37.63749388109005
+  en  986202.9851037192 -2193280.283687983
+  ll2 -19.775268791169403 37.637493881160516
+EPSG:7825
+  ll  -80.3333823232742 23.4799241270371
+  en  1299754.0835469773 -8931676.155349057
+  ll2 -80.33338231057026 23.479924342262485
+EPSG:7826
+  ll  -56.24492528490767 26.52019697268664
+  en  2301371.1782983323 -6245066.344786813
+  ll2 -56.24492526674234 26.52019702617983
+EPSG:7827
+  ll  73.02731509305968 27.068367704000902
+  en  3220890.717642342 8099289.149681933
+  ll2 73.0273150924178 27.06836771577845
+EPSG:7828
+  ll  50.360320843073396 31.036742174941477
+  en  4195998.94683377 5572849.342990082
+  ll2 50.36032084283368 31.036742178336826
+EPSG:7829
+  ll  47.16515880802078 33.131837123686175
+  en  5120562.591501435 5219223.186867187
+  ll2 47.16515880773463 33.131837126110646
+EPSG:7830
+  ll  44.16119801795651 40.74289115116394
+  en  6479519.396610818 4885067.296794655
+  ll2 44.161198017504255 40.74289115059061
+EPSG:7831
+  ll  -73.62320612049669 34.787727779036715
+  en  7089179.594858568 -8194393.373328751
+  ll2 -73.62320609830434 34.78772791377861
+EPSG:7844
+  ll  81.62301941463122 29.953142021869127
+  en  29.953142021869127 81.62301941463122
+  ll2 81.62301941463122 29.953142021869127
+EPSG:7845
+  ll  -71.93910495360755 61.21226165510156
+  en  -3650367.9432238997 -9799927.366112914
+  ll2 -71.93910495360755 61.21226165510157
+EPSG:7846
+  ll  -67.01966274366642 93.16480481429146
+  en  507180.07966975245 2566418.4383430807
+  ll2 -67.01966274366642 93.16480481429146
+EPSG:7847
+  ll  4.600082922963082 98.45715051797414
+  en  439786.83300841146 1.050848121122569E7
+  ll2 4.600082922963075 98.45715051797416
+EPSG:7848
+  ll  17.8910774540973 103.02588033629105
+  en  290852.7886255209 1.197924204834463E7
+  ll2 17.891077454096656 103.0258803362933
+EPSG:7849
+  ll  46.10863434129695 116.12406171795679
+  en  895970.4937275941 1.5118894470282981E7
+  ll2 46.108634339719195 116.12406171775443
+EPSG:7850
+  ll  -65.93384099222834 114.86698302357432
+  en  402953.9122368841 2685814.539254195
+  ll2 -65.93384099222284 114.86698302357475
+EPSG:7851
+  ll  -2.7376143498612464 122.10998042126553
+  en  401071.3891631472 9697372.347317377
+  ll2 -2.7376143498612406 122.10998042126573
+EPSG:7852
+  ll  36.23085825598011 132.05130388251334
+  en  774242.3985571638 1.401387290185036E7
+  ll2 36.23085825593687 132.05130388256796
+EPSG:7853
+  ll  -5.292164832828561 136.34709577626995
+  en  649276.9263343876 9414878.221354248
+  ll2 -5.292164832828541 136.34709577626847
+EPSG:7854
+  ll  70.05914526118886 143.32414602768557
+  en  588445.5194293372 1.777415547039932E7
+  ll2 70.05914526118258 143.32414602768404
+EPSG:7855
+  ll  -56.90662864046862 152.44173673328407
+  en  831199.8925894168 3679815.1148150573
+  ll2 -56.906628638133114 152.44173673099252
+EPSG:7856
+  ll  76.06064906647313 154.69584690138126
+  en  545596.2258571082 1.8442607770283964E7
+  ll2 76.06064906647275 154.69584690138115
+EPSG:7857
+  ll  -72.18973658076554 165.07857358111875
+  en  707199.5485503774 1979427.8310744073
+  ll2 -72.18973657930478 165.07857357143448
+EPSG:7858
+  ll  23.70114775079942 166.3754173102571
+  en  640225.5119391691 1.2621816713848807E7
+  ll2 23.701147750799308 166.3754173102573
+EPSG:7859
+  ll  -70.2145881793576 168.21013015399978
+  en  394634.94985110016 2207781.866462309
+  ll2 -70.21458817933923 168.21013015400806
+EPSG:7877
+  ll  -43.25229644848443 -12.026779064898708
+  en  -213023.35178568697 -1043712.2321326723
+  ll2 -43.25229625675868 -12.026779276549243
+EPSG:7878
+  ll  42.82563539509914 -4.567416463174756
+  en  371355.9835471788 1.4742945242158253E7
+  ll2 42.82563528015405 -4.567416069833974
+EPSG:7881
+  ll  -46.90838541815874 -155.90193888684973
+  en  -155.90193752762116 -46.9083861964948
+  ll2 -46.90838541815885 -155.90193888684973
+EPSG:7882
+  ll  15.205189224637664 -11.018648207094367
+  en  -270906.6972056155 5455112.2568607675
+  ll2 15.205189224367004 -11.018648206402503
+EPSG:7883
+  ll  51.82730909046384 2.282903038289824
+  en  863946.017029807 1.5755038335219845E7
+  ll2 51.8273090883978 2.28290303714018
+EPSG:7886
+  ll  -49.31017605336441 -146.23508222608396
+  en  -146.23508222608396 -49.31017605429684
+  ll2 -49.31017605336458 -146.23508222608393
+EPSG:7887
+  ll  -27.325068392799132 -9.484857585586317
+  en  -142334.35011996038 6960826.776237229
+  ll2 -27.325068390836137 -9.484857588689774
+EPSG:7899
+  ll  -36.05068162382776 136.57071223697503
+  en  1741474.2839616626 2571730.5528762066
+  ll2 -36.05068162382775 136.57071223697503
+EPSG:7954
+  ll  -60.66479278722892 2.671924361288365
+  en  809223.5687852206 3261475.7108559934
+  ll2 -60.66479250809371 2.671923601728113
+EPSG:7955
+  ll  46.90498654220977 -4.0200142968561465
+  en  422315.65335930046 1.5195110547232907E7
+  ll2 46.90498654220978 -4.02001429685626
+EPSG:7956
+  ll  29.562688734736057 1.2305012683040815
+  en  909991.592133923 1.3277805742264802E7
+  ll2 29.562688734556158 1.2305012686352574
+EPSG:7992
+  ll  71.05417602618277 11.405080075638855
+  en  369738.7847776233 1.7887371634154577E7
+  ll2 71.05417602751223 11.405080077038104
+EPSG:8013
+  ll  75.39181607963295 122.61322172524949
+  en  183081.2533432896 1.247602794732893E7
+  ll2 75.3918160794306 122.61322172419943
+EPSG:8014
+  ll  -64.23801156340922 116.5389815255288
+  en  122531.91796976073 -4427036.631082787
+  ll2 -64.23801156340892 116.53898152552883
+EPSG:8015
+  ll  -3.223547646922242 124.16309179168613
+  en  253402.84062118555 1943371.036256646
+  ll2 -3.2235476469221576 124.16309179167858
+EPSG:8016
+  ll  40.75751201437396 110.917396085416
+  en  -331395.5398326497 8523449.94727707
+  ll2 40.757512013775624 110.91739608512826
+EPSG:8017
+  ll  57.33451839273684 118.49487142453269
+  en  340638.4180330828 9417472.462117452
+  ll2 57.33451839160269 118.49487142377276
+EPSG:8018
+  ll  -50.32531887730856 106.39652495650165
+  en  104941.9838726285 -4177457.906107655
+  ll2 -50.32531887730853 106.39652495650166
+EPSG:8019
+  ll  -75.88386333628871 96.44063350046521
+  en  38170.03561971792 -6825588.599900542
+  ll2 -75.88386333628873 96.44063350046521
+EPSG:8020
+  ll  12.60152373179207 113.96072713752933
+  en  -174376.61981407105 5494459.681516419
+  ll2 12.601523731791618 113.96072713753556
+EPSG:8021
+  ll  -55.95308272127048 116.51809291885012
+  en  -284976.4368315564 -2166384.063312269
+  ll2 -55.95308271907996 116.51809292074536
+EPSG:8022
+  ll  -82.73264447102218 109.96431416729436
+  en  -7912.154024836389 -6442368.913869005
+  ll2 -82.7326444710103 109.96431416760521
+EPSG:8023
+  ll  30.849139571894582 111.34339894022757
+  en  -259994.43479587935 6868767.503320554
+  ll2 30.84913957185445 111.34339894015281
+EPSG:8024
+  ll  -33.3664187226447 115.5225348763523
+  en  -496721.6390464414 90423.42106032465
+  ll2 -33.366418720697425 115.52253487447383
+EPSG:8025
+  ll  -71.85499654481957 112.85917986332967
+  en  -23849.152789291533 -4327275.156040258
+  ll2 -71.85499654481663 112.85917986333038
+EPSG:8026
+  ll  11.915336367711717 111.3676164595877
+  en  -266242.97891825106 5019444.48630601
+  ll2 11.915336367706532 111.36761645964064
+EPSG:8027
+  ll  -88.10345769995625 116.05253516856166
+  en  46744.27579859786 -7240148.396753864
+  ll2 -88.10345769995625 116.05253516856166
+EPSG:8028
+  ll  56.57508378862215 126.9951177209605
+  en  -57855.69194321285 8374079.10769797
+  ll2 56.575083788619445 126.99511772095994
+EPSG:8029
+  ll  -45.924581379681065 109.41930053818075
+  en  -411302.04872565845 -1354942.112230476
+  ll2 -45.92458137588284 109.41930053992958
+EPSG:8030
+  ll  -26.99171827202653 109.39186300575327
+  en  -523797.56161297974 1050117.739928382
+  ll2 -26.99171827108053 109.39186300404873
+EPSG:8031
+  ll  44.450671817900115 113.17078958182324
+  en  -160604.13171763503 8827301.48499589
+  ll2 44.4506718178714 113.17078958180615
+EPSG:8032
+  ll  -12.814025959316481 120.20836729117964
+  en  224633.39425974473 1082317.8062154937
+  ll2 -12.814025959316352 120.20836729117748
+EPSG:8035
+  ll  52.26762053720071 -60.410418134948976
+  en  2220136.8822935787 1.900902830874701E7
+  ll2 52.26762053717162 -60.410418134943185
+EPSG:8036
+  ll  -24.82343295305438 -62.514349054707104
+  en  -189649.33785134336 -9044238.70505162
+  ll2 -24.82343295245214 -62.51434905581687
+EPSG:8042
+  ll  -51.83572481829176 -17.360055103997325
+  en  0.3066115626693424 -51.835724818291766
+  ll2 -51.835724818291766 -17.360055103997325
+EPSG:8043
+  ll  -63.75270534646084 -57.75316761639726
+  en  -40.0865009497306 -63.75270534646086
+  ll2 -63.752705346460864 -57.75316761639726
+EPSG:8044
+  ll  74.24805993058229 13.67984759862845
+  en  -13867.545002279032 2919300.4755457253
+  ll2 74.24805993059265 13.679847598638112
+EPSG:8045
+  ll  -28.163254473091953 15.928089018570395
+  en  -43803.747721729786 -8457127.564756345
+  ll2 -28.163254473128784 15.928089018533722
+EPSG:8058
+  ll  9.153013278889759 68.8363282916517
+  en  -803009.6136891935 5657666.177411627
+  ll2 9.153013278889784 68.8363282916517
+EPSG:8059
+  ll  -57.78653509124244 90.35594145375765
+  en  -1897096.2768641487 -1576682.4224344152
+  ll2 -57.78653509124241 90.35594145375765
+EPSG:8065
+  ll  31.62870612420983 -110.19541728450915
+  en  535008.3629318255 576031.9693071857
+  ll2 31.628706124209376 -110.19541728450915
+EPSG:8066
+  ll  -79.5112447669274 -107.57699743601694
+  en  2105862.2331443406 -3.9334771100951165E7
+  ll2 -79.5112447668598 -107.5769974368521
+EPSG:8067
+  ll  44.93957040591789 -111.37782487348385
+  en  1063256.3769272128 4899792.769977247
+  ll2 44.9395704059151 -111.37782487348161
+EPSG:8068
+  ll  39.27073206818049 -104.25362623112206
+  en  1890237.6559109774 2638006.1686492083
+  ll2 39.27073206818055 -104.25362623112206
+EPSG:8082
+  ll  23.59882909089056 -62.5784546520792
+  en  2.4389934400145624E7 2611010.469024663
+  ll2 23.598829090890536 -62.578454652079266
+EPSG:8083
+  ll  55.14379627426894 -69.68275397233926
+  en  2.516971089664118E7 6124899.196238836
+  ll2 55.14379627246195 -69.68275397105174
+EPSG:8086
+  ll  -18.643208115034795 21.474466026967775
+  en  21.474466026967775 -18.643208115034795
+  ll2 -18.643208115034795 21.474466026967775
+EPSG:8088
+  ll  46.954359151993685 1.4503893218724642
+  en  4296004.639187377 -1478278.3968570125
+  ll2 46.954359151993685 1.4503893218724606
+EPSG:8090
+  ll  8.016236539527014 -93.26626096687954
+  en  -432188.4637084451 -4143967.3283274714
+  ll2 8.016236539390624 -93.26626096522094
+EPSG:8091
+  ll  -15.060850143796998 -94.10281463648475
+  en  -1668252.883808899 -2.200951639076114E7
+  ll2 -15.060850143212608 -94.10281463501025
+EPSG:8092
+  ll  77.38328128842005 -146.30501502061287
+  en  -1462467.7124541665 4542030.585885164
+  ll2 77.38328128842096 -146.30501502061287
+EPSG:8093
+  ll  -14.463903102780485 -86.82400624358311
+  en  2956453.425185419 -2.520455178871556E7
+  ll2 -14.463903102780458 -86.82400624358311
+EPSG:8095
+  ll  53.99427605236417 -142.93072510821077
+  en  -3075768.4141413136 2310286.62898849
+  ll2 53.99427605236446 -142.93072510821077
+EPSG:8096
+  ll  55.15702832736801 -138.02341834765517
+  en  -8977355.12837465 7320287.261577249
+  ll2 55.15702832736845 -138.02341834765517
+EPSG:8097
+  ll  -0.24108360047543087 -93.97043109591255
+  en  -567987.6332937694 -5329312.832317849
+  ll2 -0.24108360047539673 -93.97043109591256
+EPSG:8098
+  ll  42.14856516028604 -61.51567633615133
+  en  7776097.102029416 686544.795541355
+  ll2 42.148565160286104 -61.51567633615133
+EPSG:8099
+  ll  58.748636277102776 -86.9143816819071
+  en  295138.5107545157 1706877.516803219
+  ll2 58.748636277099116 -86.91438168190662
+EPSG:8100
+  ll  -23.400814886937255 -92.64708309831666
+  en  -678263.6056869066 -2.429060380535117E7
+  ll2 -23.400814886880237 -92.64708309841586
+EPSG:8101
+  ll  -41.10900780830722 -92.87670976206452
+  en  -182010.73857817758 -9278332.902673
+  ll2 -41.10900780758019 -92.87670976236531
+EPSG:8102
+  ll  1.6448891028609296 -85.79359864452329
+  en  1572933.2523160647 -1.4872014805751124E7
+  ll2 1.644889102860667 -85.7935986445573
+EPSG:8103
+  ll  -15.765348904568924 -81.84170707848612
+  en  788002.5708136848 -6507418.453215382
+  ll2 -15.765348903768832 -81.8417070800554
+EPSG:8104
+  ll  16.429795310176644 -81.74493658253178
+  en  2612057.273148348 -9599541.788156526
+  ll2 16.429795309266794 -81.74493658388826
+EPSG:8105
+  ll  35.07012845497967 -160.41877848994616
+  en  -5375739.444137717 1548577.3285104474
+  ll2 35.070128454979844 -160.4187784899462
+EPSG:8106
+  ll  -5.044188539913469 -159.9939412351759
+  en  -3.0374463642459538E7 -6149763.874631892
+  ll2 -5.04418853991344 -159.99394123517595
+EPSG:8107
+  ll  35.85862691259636 -139.14124686643356
+  en  -4099324.843215976 689768.011719508
+  ll2 35.8586269125965 -139.14124686643356
+EPSG:8108
+  ll  16.843010784372943 -160.7135808558844
+  en  -2.36836438993157E7 1787113.887219852
+  ll2 16.84301078437295 -160.7135808558844
+EPSG:8109
+  ll  -13.738893430828698 -5.347590280382406
+  en  1.235595504083109E7 -680874.0705044242
+  ll2 -13.73889343082869 -5.347590280382406
+EPSG:8110
+  ll  22.930033936855708 -12.802628478783362
+  en  2.412607297181828E7 3914845.6296299673
+  ll2 22.930033936855576 -12.802628478783364
+EPSG:8111
+  ll  69.37747717225218 -166.48451244496763
+  en  -2717953.543547352 4479637.882698794
+  ll2 69.37747717225308 -166.4845124449676
+EPSG:8112
+  ll  46.017130673833314 -157.41457663046972
+  en  -1.445761302382917E7 7482305.679012447
+  ll2 46.01713067383343 -157.41457663046972
+EPSG:8113
+  ll  -36.73119410275862 -95.72781803170521
+  en  -132730.67991375973 -8856497.871154357
+  ll2 -36.73119410237794 -95.72781803206308
+EPSG:8114
+  ll  12.265427661472444 -85.95745914017735
+  en  2776453.7883826196 -1.1215110430029357E7
+  ll2 12.26542766120457 -85.95745914161972
+EPSG:8115
+  ll  -8.450853721033454 -95.12129682251023
+  en  -568363.4346251391 -6686571.689315782
+  ll2 -8.450853721033427 -95.12129682251023
+EPSG:8116
+  ll  70.1044335499248 -119.46540675145951
+  en  -3379216.2149316194 1.0537890936271233E7
+  ll2 70.10443354992576 -119.4654067514595
+EPSG:8117
+  ll  -60.031165865083345 -90.14674658616698
+  en  304111.25098100805 -1.1538426410651969E7
+  ll2 -60.03116586506432 -90.1467465861673
+EPSG:8118
+  ll  11.728624265829154 -88.26996727858642
+  en  2104989.905244877 -1.173625122927258E7
+  ll2 11.728624265766195 -88.26996727903477
+EPSG:8119
+  ll  -32.91935938156638 -93.88975864882522
+  en  -232145.86319608538 -8534329.285390867
+  ll2 -32.91935938066418 -93.88975864993537
+EPSG:8120
+  ll  33.34451303678432 -88.7673652552875
+  en  811580.5236385603 -3894034.490995441
+  ll2 33.344513036784306 -88.76736525528752
+EPSG:8121
+  ll  54.05907414771821 -30.30582495957043
+  en  3863337.6408907757 2492624.2736138115
+  ll2 54.059074147718526 -30.30582495957042
+EPSG:8122
+  ll  58.36803393682141 -131.37892425855114
+  en  -6891395.940017683 6946531.84022718
+  ll2 58.36803393682189 -131.37892425855114
+EPSG:8123
+  ll  46.414001129645214 -90.44950265396147
+  en  143374.3171964626 399604.2725280828
+  ll2 46.41400112964533 -90.44950265396149
+EPSG:8124
+  ll  -32.657289968797784 -92.43579648068383
+  en  -171614.70382025948 -2.7429595918929163E7
+  ll2 -32.657289968787026 -92.43579648070357
+EPSG:8125
+  ll  12.316640653465669 -90.49812622171203
+  en  312392.4543226682 -3502867.590553596
+  ll2 12.31664065346568 -90.49812622171206
+EPSG:8126
+  ll  -35.048827409961234 -88.41316423634271
+  en  1616391.8276977374 -2.8702490197963484E7
+  ll2 -35.04882740994412 -88.41316423631692
+EPSG:8127
+  ll  -49.40016028833752 -95.4502931340634
+  en  -316509.01100732165 -1.01395346825552E7
+  ll2 -49.400160282153976 -95.45029312801614
+EPSG:8128
+  ll  -65.69321842925943 -82.76471522255672
+  en  1429633.9855298253 -3.920280795827038E7
+  ll2 -65.69321842563849 -82.76471523456277
+EPSG:8129
+  ll  20.73007391727871 -108.86455966515055
+  en  -1842888.530039336 -2206236.1762514915
+  ll2 20.73007391727865 -108.86455966515055
+EPSG:8130
+  ll  61.777563642340674 -152.9310123599032
+  en  -9785030.732860109 1.1413029309559686E7
+  ll2 61.777563642341256 -152.9310123599032
+EPSG:8131
+  ll  -86.99943478136422 -87.05021900222586
+  en  248084.88398901344 -1.4603928991702875E7
+  ll2 -86.99943478136426 -87.05021900229038
+EPSG:8132
+  ll  -87.54473917450476 -85.40535981252681
+  en  827703.7874506888 -4.8114450596224755E7
+  ll2 -87.54473917450525 -85.4053598147272
+EPSG:8133
+  ll  79.41507173528842 -37.65531919774804
+  en  1397396.548445007 4743711.481336685
+  ll2 79.41507173528925 -37.65531919774804
+EPSG:8134
+  ll  -10.094983771070991 -22.847566619938107
+  en  3.235620302429997E7 -8815476.14857297
+  ll2 -10.094983771070963 -22.847566619938103
+EPSG:8135
+  ll  -35.2748183679702 -96.3673126227157
+  en  -198087.715726478 -8859150.350782556
+  ll2 -35.274818367834854 -96.3673126228832
+EPSG:8136
+  ll  -84.06218361831337 -92.74679100367376
+  en  460698.9196061608 -4.687220480344249E7
+  ll2 -84.06218361831385 -92.74679100367376
+EPSG:8137
+  ll  88.00895895576754 -115.1122430684674
+  en  -24480.036064839223 5890083.616553826
+  ll2 88.00895895576765 -115.1122430684674
+EPSG:8138
+  ll  36.12183406988629 -125.51896698264716
+  en  -9113642.072363447 -830349.1765565744
+  ll2 36.12183406988645 -125.51896698264716
+EPSG:8139
+  ll  7.561867315113666 -103.19862765448266
+  en  -1756439.693379373 -4312499.630867238
+  ll2 7.561867315113766 -103.19862765448265
+EPSG:8140
+  ll  27.577848842925583 -9.902412620615934
+  en  2.300776192556976E7 5852700.150968084
+  ll2 27.577848842924922 -9.902412620615946
+EPSG:8141
+  ll  -11.502983495805864 -91.60495643167806
+  en  -220683.20806503127 -6192809.939424092
+  ll2 -11.502983495784612 -91.60495643149295
+EPSG:8142
+  ll  66.56817721156978 -93.85133194841937
+  en  -264518.8777191968 8139254.440761128
+  ll2 66.56817720919123 -93.85133194127489
+EPSG:8143
+  ll  3.615138553362115 -69.88489869129036
+  en  3055433.3292494486 -4350755.783202289
+  ll2 3.6151385533621467 -69.88489869129036
+EPSG:8144
+  ll  44.95566809885013 -116.72732171955005
+  en  -5971322.680274272 1807636.1133664232
+  ll2 44.955668098850246 -116.72732171955005
+EPSG:8145
+  ll  -32.60480089724003 -83.96293376578643
+  en  523715.27806257794 -8571458.456135686
+  ll2 -32.60480089692419 -83.9629337653293
+EPSG:8146
+  ll  -27.428565388219297 -92.05817029659823
+  en  -835790.2545708701 -2.6227451542642526E7
+  ll2 -27.428565388159104 -92.05817029672156
+EPSG:8147
+  ll  25.397890532926056 -91.64210385423763
+  en  -157094.55727962087 -2134770.2392326603
+  ll2 25.397890532846688 -91.64210385439765
+EPSG:8148
+  ll  65.35194260653537 -92.25908716981368
+  en  88821.17649533424 7570822.2969375225
+  ll2 65.35194260599924 -92.25908716919665
+EPSG:8149
+  ll  7.071423286293648 -156.27584310421287
+  en  -7886941.930994334 -972215.2083757154
+  ll2 7.071423286293732 -156.2758431042128
+EPSG:8150
+  ll  85.60449411886093 -103.09097846964323
+  en  -395750.2361330713 1.7345769795312583E7
+  ll2 85.60449411886135 -103.09097846964323
+EPSG:8151
+  ll  -13.371352162080399 -94.13662945070368
+  en  -361292.4891463054 -6451086.582455915
+  ll2 -13.371352162007042 -94.13662945033735
+EPSG:8152
+  ll  25.003302480481295 -91.25164864997365
+  en  -121921.44742538029 -7219508.83770015
+  ll2 25.003302480480748 -91.25164864997419
+EPSG:8153
+  ll  62.84285252285968 -142.35494877414826
+  en  -2468573.5175479874 3022668.9563709125
+  ll2 62.842852522860305 -142.35494877414826
+EPSG:8154
+  ll  6.850479400216159 -110.05796428398494
+  en  -8551140.96289581 -1.3373033822004994E7
+  ll2 6.850479400216229 -110.05796428398494
+EPSG:8155
+  ll  59.57673440832653 -97.94393955894245
+  en  -243664.76405983817 1812826.8785794324
+  ll2 59.57673440144521 -97.94393954311313
+EPSG:8156
+  ll  -24.711261633986084 -96.82166149681731
+  en  -1401395.9142475477 -2.479775349774837E7
+  ll2 -24.711261633394876 -96.82166149790251
+EPSG:8157
+  ll  -17.937493545581532 -81.78213579167104
+  en  691775.8329070928 -6786076.15711699
+  ll2 -17.937493545050412 -81.7821357919295
+EPSG:8158
+  ll  69.09934898993592 -85.60715714831426
+  en  515849.2261589555 9440450.400889795
+  ll2 69.09934898993446 -85.60715714831451
+EPSG:8159
+  ll  -46.972048416656136 -91.0617883882466
+  en  -55090.69371742217 -9884972.6962007
+  ll2 -46.972048416565194 -91.06178838827685
+EPSG:8160
+  ll  -4.052723958550672 -82.52865903762459
+  en  2567733.442471799 -1.681738902334019E7
+  ll2 -4.05272395844917 -82.52865904033052
+EPSG:8161
+  ll  -59.7978067443977 -86.15940148955758
+  en  289875.0844063248 -1.1518221288681094E7
+  ll2 -59.79780674352315 -86.1594014902162
+EPSG:8162
+  ll  38.024494475454574 -89.77797301759236
+  en  395771.12054715457 -2185830.5447663367
+  ll2 38.02449447545451 -89.77797301759215
+EPSG:8163
+  ll  80.69965891000481 -86.00687063897769
+  en  297604.5727224785 3933233.1629776694
+  ll2 80.69965890997518 -86.00687063939802
+EPSG:8164
+  ll  -26.78229658928008 -84.5950695679485
+  en  2573732.6407767027 -2.627856455530551E7
+  ll2 -26.782296588455882 -84.5950695664359
+EPSG:8165
+  ll  -67.60403222316567 -92.75753954498731
+  en  2663.8940395199315 -1.2216011054477612E7
+  ll2 -67.60403222315092 -92.75753954498346
+EPSG:8166
+  ll  -11.38677376335771 -84.23521519265883
+  en  2496540.8717982783 -1.961155277886167E7
+  ll2 -11.386773762887232 -84.23521519551875
+EPSG:8167
+  ll  58.25087461241977 -24.83628997465283
+  en  3685127.355796925 3153503.004034295
+  ll2 58.25087461242024 -24.836289974652832
+EPSG:8168
+  ll  74.78523911796682 -35.19333210311248
+  en  6446145.972332602 1.43314066429066E7
+  ll2 74.78523911796782 -35.19333210311249
+EPSG:8169
+  ll  46.426622708632344 -169.94900632401425
+  en  -5119511.428124186 3177714.1641058354
+  ll2 46.42662270863245 -169.94900632401425
+EPSG:8170
+  ll  35.421097039340886 -122.88237008889809
+  en  -9113032.851756308 -571561.8521900267
+  ll2 35.42109703934106 -122.88237008889809
+EPSG:8171
+  ll  63.68742820838173 -94.76376716629959
+  en  46286.921531984786 2484947.9643050935
+  ll2 63.68742820811764 -94.76376716613305
+EPSG:8172
+  ll  21.534441731989077 -96.46015141637066
+  en  -1131146.877716294 -7196142.268820071
+  ll2 21.534441731422245 -96.46015141705286
+EPSG:8173
+  ll  -74.35507238756334 -87.46768485763911
+  en  310946.82745990844 -1.3130620992679581E7
+  ll2 -74.35507238756423 -87.46768485763913
+EPSG:8177
+  ll  88.31329558302488 -90.92420960114482
+  en  880295.1889667001 1.6206052905667283E7
+  ll2 88.31329558302505 -90.92420960114316
+EPSG:8179
+  ll  -88.85575229713494 -95.39435028718535
+  en  44014.17478238686 -1.479420047172518E7
+  ll2 -88.85575229713511 -95.39435028710956
+EPSG:8180
+  ll  -36.61248807288767 -91.85658214803544
+  en  181113.33424064508 -2.9439150064727433E7
+  ll2 -36.6124880728877 -91.85658214803544
+EPSG:8181
+  ll  86.46082945944423 -85.33221100321308
+  en  104433.00236042007 4526323.675176872
+  ll2 86.4608294594585 -85.33221102598932
+EPSG:8182
+  ll  -18.723187107272253 -90.94478161059085
+  en  530310.4623158318 -2.347338090892788E7
+  ll2 -18.723187107272214 -90.94478161059091
+EPSG:8184
+  ll  71.72782583359898 -94.18900556933808
+  en  -82873.15060454872 3057419.304022039
+  ll2 71.7278258303408 -94.18900553840434
+EPSG:8185
+  ll  -83.2190667180536 -91.13159673483541
+  en  354140.16425391875 -4.647250528415545E7
+  ll2 -83.21906671804739 -91.13159673465564
+EPSG:8187
+  ll  -4.595389133111354 -94.66830710338887
+  en  -391768.97334080655 -5104043.625883155
+  ll2 -4.59538913289567 -94.66830709866215
+EPSG:8189
+  ll  12.547462363568755 -85.62086373361878
+  en  1989177.8327277561 -1.0509916892966593E7
+  ll2 12.547462363560477 -85.62086373368844
+EPSG:8191
+  ll  56.0315977879409 -37.333684234478625
+  en  3376260.9377201363 2605234.2320146738
+  ll2 56.031597787941344 -37.333684234478625
+EPSG:8193
+  ll  76.96435512053918 -60.39397484992591
+  en  3870890.613213496 1.4413780933482742E7
+  ll2 76.96435512054008 -60.39397484992591
+EPSG:8196
+  ll  53.1465579572846 -155.2912672291183
+  en  -3843389.2592114 2766431.180647953
+  ll2 53.14655795728489 -155.2912672291183
+EPSG:8197
+  ll  58.88930128655028 -166.36246175046622
+  en  -1.257459981101066E7 1.2244742112962492E7
+  ll2 58.889301286550776 -166.36246175046622
+EPSG:8198
+  ll  -0.05326071651946762 -167.00637187001763
+  en  -9475298.067881586 -313370.3829112707
+  ll2 -0.05326071651946636 -167.00637187001763
+EPSG:8200
+  ll  36.223771591878155 -110.93756654072845
+  en  -5777691.802014056 -1454241.536771866
+  ll2 36.2237715918783 -110.93756654072844
+EPSG:8201
+  ll  -21.50195577663834 -91.04513418439163
+  en  165048.5271983011 -7208403.926737987
+  ll2 -21.501955776638255 -91.04513418439161
+EPSG:8202
+  ll  -68.02742750130575 -84.71426716024745
+  en  1476427.2104148648 -4.065293220464949E7
+  ll2 -68.0274274991148 -84.71426716819882
+EPSG:8203
+  ll  59.59463327152906 -16.29372033075512
+  en  3852799.843372175 3581417.50335481
+  ll2 59.59463327152953 -16.29372033075512
+EPSG:8204
+  ll  86.46065089719832 -170.62649129659164
+  en  -2584778.070202019 1.9251299372305837E7
+  ll2 86.46065089719863 -170.6264912965916
+EPSG:8205
+  ll  -56.52508351526441 -83.13005805127642
+  en  575063.3567232451 -1.1011823948108308E7
+  ll2 -56.525083513087885 -83.13005805325545
+EPSG:8206
+  ll  17.65830774158755 -83.88911403276735
+  en  2409610.7914102026 -9096052.437459132
+  ll2 17.658307741464395 -83.88911403287074
+EPSG:8207
+  ll  19.44664672021905 -88.64556450300513
+  en  504577.0904701865 -2962265.7105451073
+  ll2 19.446646720219032 -88.64556450300513
+EPSG:8208
+  ll  19.074918531026825 -39.83112368220131
+  en  1.884640131617221E7 -3522899.3061157553
+  ll2 19.074918531026814 -39.8311236822013
+EPSG:8209
+  ll  -80.2888964319062 -91.2104572834895
+  en  186314.52606179134 -1.3734180739362953E7
+  ll2 -80.28889643190699 -91.21045728348952
+EPSG:8210
+  ll  42.884240442350404 -92.39789098041103
+  en  413999.97723635193 -217087.69821949527
+  ll2 42.88424044235045 -92.39789098041108
+EPSG:8212
+  ll  -9.22194187765966 -93.72375638817917
+  en  -598398.3538312098 -5783088.675245745
+  ll2 -9.221941877339267 -93.72375638524699
+EPSG:8213
+  ll  22.67260150477388 -82.03658432041118
+  en  2116942.0547637255 -7341008.738886332
+  ll2 22.6726015039291 -82.03658431918407
+EPSG:8214
+  ll  1.4859528246070486 -152.0155401027956
+  en  -7825555.4067596225 -2085161.8568993944
+  ll2 1.4859528246070723 -152.0155401027956
+EPSG:8216
+  ll  46.15187029088296 -34.83981804930485
+  en  1.3838229726431081E7 5187149.533991437
+  ll2 46.1518702908831 -34.839818049304874
+EPSG:8218
+  ll  50.863974363030394 -96.06433416010222
+  en  -203510.75371343177 645691.627757371
+  ll2 50.86397436249597 -96.06433416004364
+EPSG:8220
+  ll  70.74199523535066 -90.96548455529073
+  en  412477.7485004153 9358172.581347063
+  ll2 70.74199523535157 -90.96548455529073
+EPSG:8222
+  ll  -7.541795494474513 -93.74550393861512
+  en  -172055.54606182227 -5898924.3823489705
+  ll2 -7.541795494469395 -93.74550393850978
+EPSG:8224
+  ll  -58.28109297701475 -85.67547742071932
+  en  1518678.9540303105 -3.78517772369384E7
+  ll2 -58.28109297573926 -85.67547742173059
+EPSG:8225
+  ll  -69.0899625115868 -83.76706972639953
+  en  395223.8976905092 -1.2483988000905246E7
+  ll2 -69.08996250911657 -83.7670697379446
+EPSG:8226
+  ll  -78.68868766095815 -91.64391251853436
+  en  364869.28696710744 -4.443292052401801E7
+  ll2 -78.68868766095885 -91.64391251853432
+EPSG:8232
+  ll  25.360140505089916 -138.53044470321336
+  en  -138.53044470321336 25.36014050508992
+  ll2 25.36014050508992 -138.53044470321336
+EPSG:8237
+  ll  2.013869344021444 -58.43836781390992
+  en  -58.43836781390992 2.013869344021444
+  ll2 2.013869344021444 -58.43836781390992
+EPSG:8240
+  ll  -2.9371312952575437 152.81456338401046
+  en  152.81456338401046 -2.9371312952575437
+  ll2 -2.9371312952575437 152.81456338401046
+EPSG:8246
+  ll  -14.27313826259197 -100.6235173759341
+  en  -100.6235173759341 -14.273138262591969
+  ll2 -14.273138262591969 -100.6235173759341
+EPSG:8249
+  ll  -71.53969320366743 -131.8403460601621
+  en  -131.8403460601621 -71.53969320366743
+  ll2 -71.53969320366743 -131.8403460601621
+EPSG:8252
+  ll  -34.8682027552782 -4.9798406369013435
+  en  -4.9798406369013435 -34.8682027552782
+  ll2 -34.8682027552782 -4.9798406369013435
+EPSG:8255
+  ll  -55.25642985274145 -144.203839384157
+  en  -144.203839384157 -55.25642985274144
+  ll2 -55.25642985274144 -144.203839384157
+EPSG:8311
+  ll  61.690587516068916 -122.24691844120184
+  en  -152319.24441915675 2032997.5044286994
+  ll2 61.690587515366126 -122.24691844061967
+EPSG:8312
+  ll  -14.574268347581508 -123.24895986482686
+  en  -1681339.88005478 -2.1123540333696615E7
+  ll2 -14.574268347211753 -123.2489598637121
+EPSG:8313
+  ll  -30.53444770751654 -116.62395761203864
+  en  248099.1264501017 -8201836.586129742
+  ll2 -30.53444770751052 -116.62395761202582
+EPSG:8314
+  ll  87.36401044417548 -123.1477297654991
+  en  -4239.8502337763175 1.6046984352058332E7
+  ll2 87.36401044417511 -123.14772976514865
+EPSG:8315
+  ll  -2.6305335227162594 -92.04063781058369
+  en  4689930.470516176 -5019170.589257872
+  ll2 -2.6305335227162208 -92.04063781058369
+EPSG:8316
+  ll  -7.605927267903988 -125.62341217675211
+  en  -1075036.9857597644 -2.2039511212589014E7
+  ll2 -7.605927267903972 -125.62341217675211
+EPSG:8317
+  ll  50.055333788314556 -120.96064974406374
+  en  -75063.6052400906 646322.4663632268
+  ll2 50.05533378831402 -120.96064974406407
+EPSG:8318
+  ll  78.40209319221401 -124.24137726615501
+  en  -273524.71511176956 1.2498873408286149E7
+  ll2 78.40209319212182 -124.241377265298
+EPSG:8319
+  ll  -66.17044771622852 -121.66548771843559
+  en  -66501.58880758204 -1.1971789014483478E7
+  ll2 -66.17044771616102 -121.6654877184063
+EPSG:8320
+  ll  -47.644299384147075 -111.94643763910791
+  en  1857445.1940012176 -3.25621886606489E7
+  ll2 -47.64429937762501 -111.9464376449091
+EPSG:8321
+  ll  35.52435108374437 -55.752854128071036
+  en  5163262.490098402 1037967.2882512031
+  ll2 35.52435108374452 -55.752854128071036
+EPSG:8322
+  ll  79.44982504043075 -52.21844704950405
+  en  5324643.931135311 1.6027354990874482E7
+  ll2 79.44982504043074 -52.218447049504064
+EPSG:8323
+  ll  67.34907709353551 -85.07313783278657
+  en  1810660.7792512085 3258976.6359596997
+  ll2 67.3490770935355 -85.07313783278659
+EPSG:8324
+  ll  31.95177177344855 -175.94907795112795
+  en  -1.5619698230338987E7 1254996.6679703072
+  ll2 31.951771773448815 -175.94907795112795
+EPSG:8325
+  ll  30.641516957042143 -55.36639690957311
+  en  5770603.47416341 975047.721077432
+  ll2 30.641516957042153 -55.36639690957311
+EPSG:8326
+  ll  77.1371187695948 -128.53069702332098
+  en  -727945.4836895674 1.269668602201693E7
+  ll2 77.13711876959484 -128.53069702332098
+EPSG:8327
+  ll  52.77678491806978 -162.79763998243564
+  en  -2640328.400207459 1624254.2725774373
+  ll2 52.77678491806979 -162.79763998243564
+EPSG:8328
+  ll  76.03930613150864 -155.94408952212865
+  en  -3358482.949718804 1.2879207968454314E7
+  ll2 76.03930613150864 -155.94408952212865
+EPSG:8329
+  ll  4.40185993467858 -39.439717013630144
+  en  9459792.589001065 250130.09636010142
+  ll2 4.4018599346786145 -39.43971701363013
+EPSG:8330
+  ll  28.101545543557023 -94.67448294253263
+  en  8606099.259751711 -4607442.714507263
+  ll2 28.10154554355701 -94.67448294253263
+EPSG:8331
+  ll  53.528284494254194 -116.87400739379002
+  en  117046.98011421965 1310014.553934637
+  ll2 53.52828449425418 -116.87400739379001
+EPSG:8332
+  ll  -86.48605616407815 -113.04667008819011
+  en  331464.80297098047 -4.67097845339925E7
+  ll2 -86.48605616407642 -113.04667008897508
+EPSG:8333
+  ll  86.42596305777462 -49.392101256895444
+  en  796324.9707420996 5642841.453292555
+  ll2 86.42596305777458 -49.39210125689546
+EPSG:8334
+  ll  32.936101726338045 -42.952579474759546
+  en  2.0595914394193277E7 6169969.756553406
+  ll2 32.93610172633827 -42.95257947475956
+EPSG:8335
+  ll  -8.274606831485936 -154.35138834936402
+  en  -5578883.935811882 -5338600.618266417
+  ll2 -8.27460683148591 -154.35138834936402
+EPSG:8336
+  ll  -10.560545899754798 -144.06216499165342
+  en  -1.3660830697451208E7 -2.06789377832044E7
+  ll2 -10.560545899754757 -144.06216499165342
+EPSG:8337
+  ll  -14.263115083289918 -123.99635187570092
+  en  -325599.5266679111 -6205777.963565667
+  ll2 -14.26311508326634 -123.99635187558565
+EPSG:8338
+  ll  -39.6063796850945 -115.30190729911402
+  en  1647989.9967769622 -2.9605476873522718E7
+  ll2 -39.60637968402399 -115.30190729862706
+EPSG:8339
+  ll  67.36940344679073 -44.42231681746367
+  en  3275031.052325322 4554358.233961478
+  ll2 67.36940344679073 -44.42231681746365
+EPSG:8340
+  ll  -10.719789746531518 -174.67920830808941
+  en  -2.5936039889067557E7 -1.374779385068717E7
+  ll2 -10.7197897465315 -174.67920830808941
+EPSG:8341
+  ll  64.86050506110786 -106.65054949127587
+  en  655445.2225394647 2370323.91308833
+  ll2 64.86050506110784 -106.65054949127587
+EPSG:8342
+  ll  -14.13081836135056 -83.21528699437535
+  en  2.0001648998407267E7 -2.081296677051618E7
+  ll2 -14.13081836135053 -83.21528699437535
+EPSG:8343
+  ll  27.065444180058833 -111.63132370230424
+  en  642871.7610198559 -2004625.9965230238
+  ll2 27.06544417900921 -111.63132370044035
+EPSG:8344
+  ll  57.54758792200619 -115.58144119179894
+  en  573787.6204962049 4494941.473773489
+  ll2 57.54758792200167 -115.58144119179828
+EPSG:8345
+  ll  72.31349623238494 -138.63219094442354
+  en  -713791.9502632235 3657213.2669465
+  ll2 72.31349623238492 -138.63219094442354
+EPSG:8346
+  ll  40.406093370537185 -144.5433944100446
+  en  -6615103.6860622 416578.6244611132
+  ll2 40.40609337053724 -144.5433944100446
+EPSG:8347
+  ll  68.77094473955083 -127.51813878097562
+  en  -202872.66927933678 2879808.3573699924
+  ll2 68.77094473829901 -127.5181387771554
+EPSG:8348
+  ll  -54.36027094932673 -122.4425966289696
+  en  -28801.703471619683 -3.540430873730805E7
+  ll2 -54.36027094932673 -122.4425966289696
+EPSG:8349
+  ll  -89.76930415831318 -71.76313032412529
+  en  -71.76313032412529 -89.76930415831916
+  ll2 -89.76930415830996 -71.76313032412529
+EPSG:8350
+  ll  -23.962203864105504 -103.81792607255176
+  en  -103.81792607255174 -23.96220386480631
+  ll2 -23.962203864105295 -103.81792607255174
Index: /trunk/nodist/data/relation_analysis_2lane.osm
===================================================================
--- /trunk/nodist/data/relation_analysis_2lane.osm	(revision 16006)
+++ /trunk/nodist/data/relation_analysis_2lane.osm	(revision 16006)
@@ -0,0 +1,2132 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <node id='-782' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4387686151809527' lon='0.32413556525495063'>
+    <tag k='name' v='Example 14' />
+  </node>
+  <node id='-780' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='0.17778881803451704' lon='0.38867607457702047' />
+  <node id='-778' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='0.5999464472372492' lon='0.38396699448649296' />
+  <node id='-776' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='0.8077541885251163' lon='0.3816488250275967' />
+  <node id='-774' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='1.108960212361633' lon='0.3782885458696606' />
+  <node id='-772' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='1.39815037728743' lon='0.3750619960045459' />
+  <node id='-770' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='1.4960031706716514' lon='0.373970147814556' />
+  <node id='-768' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='1.2408127843418342' lon='0.32309947973257086' />
+  <node id='-766' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='1.2160909667264068' lon='0.3483826003284233' />
+  <node id='-764' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='1.2168081188315212' lon='0.3039311427259326' />
+  <node id='-762' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='1.2683221836940557' lon='0.30371366394056715' />
+  <node id='-760' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true' lat='1.2699387079656923' lon='0.3476778611959861' />
+  <node id='-758' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.30848785914711474' lon='-0.6149753547796225' />
+  <node id='-756' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.28710659315194276' lon='-0.6111962024566723' />
+  <node id='-754' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.27116027538045373' lon='-0.6112746838127807' />
+  <node id='-752' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.27784761586162626' lon='-0.6112417714281813' />
+  <node id='-750' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.3503678205632294' lon='-0.6108848550265773' />
+  <node id='-748' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.3423359440426359' lon='-0.6109243849422347' />
+  <node id='-746' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.29615840536270244' lon='-0.6111516530329073' />
+  <node id='-744' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.31736766877346256' lon='-0.6110472693195877' />
+  <node id='-742' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.33054461530428364' lon='-0.610982417426836' />
+  <node id='-740' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.30514687051142825' lon='-0.6137388233996101' />
+  <node id='-738' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true' lat='0.31116194550117193' lon='-0.6149953495439495' />
+  <node id='-736' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='0.31016562849547946' lon='-0.6073558351833592' />
+  <node id='-734' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.30404772546437736' lon='-0.6068480889368235' />
+  <node id='-732' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.5709135896846484' lon='-0.7626529643761373'>
+    <tag k='name' v='See ticket #5109, where was forward/backward role introduced' />
+  </node>
+  <node id='-730' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.38754913456980106' lon='-0.2533060933293697' />
+  <node id='-728' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.3150292031401164' lon='-0.25366300973097344' />
+  <node id='-726' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3412292208877588' lon='-0.2492693272396156' />
+  <node id='-724' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.30834188485864805' lon='-0.25369592211557296' />
+  <node id='-722' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='0.3473471013503759' lon='-0.24977707348615144' />
+  <node id='-720' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3333399292633713' lon='-0.2535728913356993' />
+  <node id='-718' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3677260099247537' lon='-0.25340365572962825' />
+  <node id='-716' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3545491145173295' lon='-0.25346850762238005' />
+  <node id='-714' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.32428814885763846' lon='-0.25361744075946446' />
+  <node id='-712' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true' lat='0.3483434146406148' lon='-0.25741658784674176' />
+  <node id='-710' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3423283619113964' lon='-0.2561600617024023' />
+  <node id='-708' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.3795172912483285' lon='-0.25334562324502685' />
+  <node id='-706' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.6159099018765737' lon='-0.7689967139885556'>
+    <tag k='name' v='These are testing examples of relation sorting and visualization' />
+  </node>
+  <node id='-704' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4396900950582148' lon='0.24007562225475165'>
+    <tag k='name' v='Example 13' />
+  </node>
+  <node id='-702' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4396365087604062' lon='0.14770387622191955'>
+    <tag k='name' v='Example 12' />
+  </node>
+  <node id='-700' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4395933784726673' lon='0.07335614061775216'>
+    <tag k='name' v='Example 11' />
+  </node>
+  <node id='-698' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.439537178169707' lon='-0.02352160802224613'>
+    <tag k='name' v='Example 10' />
+  </node>
+  <node id='-696' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.439491433118698' lon='-0.102376653647654'>
+    <tag k='name' v='Example 9' />
+  </node>
+  <node id='-694' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4394352320547732' lon='-0.19925570970172662'>
+    <tag k='name' v='Example 8' />
+  </node>
+  <node id='-692' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4393855652386773' lon='-0.28487106665195805'>
+    <tag k='name' v='Example 7' />
+  </node>
+  <node id='-690' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4393358969045964' lon='-0.37048903843033815'>
+    <tag k='name' v='Example 6' />
+  </node>
+  <node id='-688' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4392897331539705' lon='-0.4500658289213373'>
+    <tag k='name' v='Example 6' />
+  </node>
+  <node id='-686' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4392445646349339' lon='-0.5279270437381459'>
+    <tag k='name' v='Example 5' />
+  </node>
+  <node id='-684' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.439184337514448' lon='-0.6317461805522621'>
+    <tag k='name' v='Example 4' />
+  </node>
+  <node id='-682' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4391266193501888' lon='-0.7312403916085062'>
+    <tag k='name' v='Example 3' />
+  </node>
+  <node id='-680' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4390571914199113' lon='-0.8509198208548396'>
+    <tag k='name' v='Example 2' />
+  </node>
+  <node id='-678' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4389693618734944' lon='-1.0023198349656075'>
+    <tag k='name' v='Example 1' />
+  </node>
+  <node id='-676' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.37401467598137395' lon='0.575050644159831'>
+    <tag k='name' v='more complicated and conroversial cases (are not working yet)' />
+  </node>
+  <node id='-674' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.17480373205915398' lon='0.12106230809967687' />
+  <node id='-672' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.8047693839672705' lon='0.11403505855025318' />
+  <node id='-670' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.1059756698678058' lon='0.110674779392317' />
+  <node id='-668' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3951661640154094' lon='0.10744822952720227' />
+  <node id='-666' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4930190860125396' lon='0.1063563813372125' />
+  <node id='-664' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.383980025893991' lon='-0.8956823392342668' />
+  <node id='-662' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3850685774328184' lon='-0.7980653617873087' />
+  <node id='-660' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3864079493614376' lon='-0.6779557466986987' />
+  <node id='-658' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3875385348094682' lon='-0.576569230435799' />
+  <node id='-656' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3885429202363986' lon='-0.48649980175873603' />
+  <node id='-654' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3893825002879168' lon='-0.4112094570006294' />
+  <node id='-652' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.390470462546013' lon='-0.31364510114393473' />
+  <node id='-650' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.391391218461025' lon='-0.23107514496890255' />
+  <node id='-648' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3924087110069419' lon='-0.1398301710600961' />
+  <node id='-646' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3933427356021748' lon='-0.05607026004891036' />
+  <node id='-644' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.394556775745257' lon='0.052800471230697164' />
+  <node id='-642' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.397058302080261' lon='0.2771284870711634' />
+  <node id='-640' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.1078680165844528' lon='0.28035503693627806' />
+  <node id='-638' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4949111425612724' lon='0.2760366388811735' />
+  <node id='-636' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.8066618967505625' lon='0.28371531609421424' />
+  <node id='-634' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.1766964230766088' lon='0.29074256564363793' />
+  <node id='-632' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.17590772200290028' lon='0.22003530067860744' />
+  <node id='-630' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.8058732700321385' lon='0.21300805112918378' />
+  <node id='-628' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.1070794591073925' lon='0.2096477719712476' />
+  <node id='-626' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3962698315885658' lon='0.20642122210613287' />
+  <node id='-624' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4941227060510263' lon='0.2053293739161431' />
+  <node id='-622' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.0958769751272128' lon='-0.7948388119221941' />
+  <node id='-620' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.0972164935282154' lon='-0.6747291968335841' />
+  <node id='-618' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.098347202738967' lon='-0.5733426805706843' />
+  <node id='-616' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.0993516982082434' lon='-0.4832732518936213' />
+  <node id='-614' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.1001913703139243' lon='-0.40798290713551466' />
+  <node id='-612' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.1012794519519635' lon='-0.31041855127882007' />
+  <node id='-610' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.102200308981178' lon='-0.22784859510378783' />
+  <node id='-608' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.1032179133514561' lon='-0.1366036211949814' />
+  <node id='-606' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.1041520406780636' lon='-0.05284371018379566' />
+  <node id='-604' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.1053662144657188' lon='0.05602702109581188' />
+  <node id='-602' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.8041598751511724' lon='0.05938730025374807' />
+  <node id='-600' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.8029455950522515' lon='-0.049483431025859455' />
+  <node id='-598' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.8020113860269094' lon='-0.1332433420370452' />
+  <node id='-596' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.800993692748125' lon='-0.22448831594585164' />
+  <node id='-594' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.8000727553451613' lon='-0.3070582721208838' />
+  <node id='-592' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.7989845788380576' lon='-0.4046226279775784' />
+  <node id='-590' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.7981448335962325' lon='-0.4799129727356851' />
+  <node id='-588' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.7971402507195539' lon='-0.5699824014127481' />
+  <node id='-586' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.7960094432295309' lon='-0.6713689176756479' />
+  <node id='-584' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.7946698085517483' lon='-0.7914785327642578' />
+  <node id='-582' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.17419416598672774' lon='0.06641454980317175' />
+  <node id='-580' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4924097239730214' lon='0.051708623040707384' />
+  <node id='-578' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.17297977203270695' lon='-0.042456181476435775' />
+  <node id='-576' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4911957360543415' lon='-0.05716210823890019' />
+  <node id='-574' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.17204547560530964' lon='-0.1262160924876215' />
+  <node id='-572' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4902617516081738' lon='-0.14092201925008593' />
+  <node id='-570' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.17102768730453624' lon='-0.21746106639642795' />
+  <node id='-568' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.489244302769601' lon='-0.2321669931588924' />
+  <node id='-566' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.17010666408500602' lon='-0.30003102257146014' />
+  <node id='-564' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4883235863799236' lon='-0.31473694933392454' />
+  <node id='-562' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.16901838638714176' lon='-0.3975953784281548' />
+  <node id='-560' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4872356707922687' lon='-0.41230130519061914' />
+  <node id='-558' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.16817856321182087' lon='-0.4728857231862614' />
+  <node id='-556' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.486396126732194' lon='-0.4875916499487257' />
+  <node id='-554' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.400887810379521' lon='0.6205456817172229' />
+  <node id='-552' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.3821793687905544' lon='-1.0571580163454568' />
+  <node id='-550' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4853917843340465' lon='-0.5776610786257889' />
+  <node id='-548' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.1671738872815054' lon='-0.5629551518633243' />
+  <node id='-546' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4842612472853502' lon='-0.6790475948886887' />
+  <node id='-544' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.16604297527749431' lon='-0.6643416681262243' />
+  <node id='-542' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.16470321710262678' lon='-0.784451283214834' />
+  <node id='-540' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4829219326447232' lon='-0.7991572099772984' />
+  <node id='-538' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.8104921654153725' lon='0.6271325107402738' />
+  <node id='-536' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.7935810437057801' lon='-0.8890955102112159' />
+  <node id='-534' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.7917800342225055' lon='-1.050571187322406' />
+  <node id='-532' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.1116979481404536' lon='0.6237722315823376' />
+  <node id='-530' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.0947883046619011' lon='-0.892455789369152' />
+  <node id='-528' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.0929874510621782' lon='-1.053931466480342' />
+  <node id='-526' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.1636143521402687' lon='-0.8820682606617922' />
+  <node id='-524' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4818334276263398' lon='-0.8967741874242567' />
+  <node id='-522' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4987404855530877' lon='0.6194538335272329' />
+  <node id='-520' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.18052705457418083' lon='0.6341597602896974' />
+  <node id='-518' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='0.16181317754623406' lon='-1.0435439377729823' />
+  <node id='-516' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.4800328473984288' lon='-1.0582498645354468' />
+  <node id='-514' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.316487306427631' lon='-0.8488200729380928'>
+    <tag k='name' v='See discussion under ticket #5109' />
+  </node>
+  <node id='-512' action='modify' timestamp='2011-01-03T14:45:18Z' visible='true' lat='1.3266598219636017' lon='-0.848399160083479'>
+    <tag k='ref' v='based on incomplete relation 51857' />
+  </node>
+  <node id='-510' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2335018299948177' lon='-0.6200231850249067' />
+  <node id='-508' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2397815332124724' lon='-0.26419990281625255' />
+  <node id='-506' action='modify' timestamp='2011-01-12T11:14:40Z' visible='true' lat='0.36993723760591923' lon='-0.09080376290415128' />
+  <node id='-504' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='1.2215664083048159' lon='-0.18499481826591252' />
+  <node id='-502' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.2931719780199173' lon='-0.09623727330367528' />
+  <node id='-500' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='0.3086978686812131' lon='-0.523822294125458' />
+  <node id='-498' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2618178493794898' lon='-0.2885589010225804' />
+  <node id='-496' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2381022738950473' lon='-0.3576260650986885' />
+  <node id='-494' action='modify' timestamp='2011-01-03T14:45:18Z' visible='true' lat='0.495672657950751' lon='-0.9814519299422491'>
+    <tag k='ref' v='based on relation 75408' />
+  </node>
+  <node id='-492' action='modify' timestamp='2011-01-12T11:14:40Z' visible='true' lat='0.34966683062583653' lon='-0.12115463461743238' />
+  <node id='-490' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2884793698959447' lon='-0.3544182120605985' />
+  <node id='-488' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.2381787836948666' lon='-0.07943700579149382' />
+  <node id='-486' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2906350587901165' lon='-0.361054553372103' />
+  <node id='-484' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.31421232189987497' lon='-0.9354712216958024' />
+  <node id='-482' action='modify' timestamp='2011-01-03T14:45:18Z' visible='true' lat='0.5179186737114342' lon='-0.9805665272598022'>
+    <tag k='name' v='Not sorted right (in reverse order)' />
+  </node>
+  <node id='-480' action='modify' timestamp='2010-07-27T09:29:05Z' visible='true' lat='1.2587624479144077' lon='-0.7319980255738986' />
+  <node id='-478' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2430653947127628' lon='-0.012026921207548653' />
+  <node id='-476' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.4580852985171629' lon='-0.9636548781271862' />
+  <node id='-474' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.3151692794456404' lon='-0.4424958097292308' />
+  <node id='-472' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2578140284416206' lon='-0.523362968176241' />
+  <node id='-470' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2218607339892453' lon='-0.012131304920868065' />
+  <node id='-468' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.27814217070885255' lon='-0.7177507711210769' />
+  <node id='-466' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.1776234371484116' lon='-0.4459063077651511' />
+  <node id='-464' action='modify' timestamp='2010-07-27T09:29:05Z' visible='true' lat='1.2757817599563548' lon='-0.7318995084567931' />
+  <node id='-462' action='modify' timestamp='2011-01-07T10:51:09Z' visible='true' lat='1.2121938568308968' lon='0.13904868503121381' />
+  <node id='-460' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true' lat='0.3021975424134569' lon='-0.7215499182083539' />
+  <node id='-458' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.1873186432810088' lon='-0.4456659174272098' />
+  <node id='-456' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.2947445475968351' lon='-0.5278117123355611' />
+  <node id='-454' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true' lat='1.2708160092296368' lon='0.07064959995211716' />
+  <node id='-452' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.2950833164878779' lon='-0.7134026576012279' />
+  <node id='-450' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true' lat='0.3097998750518769' lon='-0.5314472795683923' />
+  <node id='-448' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2700142919195387' lon='-0.5326998758830735' />
+  <node id='-446' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true' lat='1.238454634444518' lon='0.0808097427563028' />
+  <node id='-444' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='1.2242448697407162' lon='-0.6200687539964158' />
+  <node id='-442' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='0.24566863825957674' lon='-0.3428848644718947' />
+  <node id='-440' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3025735205902157' lon='-0.5233993139360963' />
+  <node id='-438' action='modify' timestamp='2010-09-22T13:12:44Z' visible='true' lat='0.35881153670874777' lon='-0.4093987400293982' />
+  <node id='-436' action='modify' timestamp='2010-09-20T10:45:24Z' visible='true' lat='0.26867630897033856' lon='-0.33213422686675304' />
+  <node id='-434' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.276930059473664' lon='-0.6198093999950706' />
+  <node id='-432' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.266732408124999' lon='-0.2824120094111092' />
+  <node id='-430' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='1.2542051018670572' lon='-0.1670620677979014' />
+  <node id='-428' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2553809927542894' lon='-0.25839155103743244' />
+  <node id='-426' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='1.2563864724820357' lon='-0.1945923613791611' />
+  <node id='-424' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2471650797036338' lon='-0.2810256562034426' />
+  <node id='-422' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2513002289210833' lon='-0.35987297444009925' />
+  <node id='-420' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.2380889776965152' lon='-0.09583037272827917' />
+  <node id='-418' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2789199092323023' lon='-0.35787166318788705' />
+  <node id='-416' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.2122842817135187' lon='-0.09563975522128489' />
+  <node id='-414' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2698492525449352' lon='-0.36052258656403263' />
+  <node id='-412' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.277693195181603' lon='-0.015010998175605231' />
+  <node id='-410' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.28421823649333955' lon='-0.9377449296988263' />
+  <node id='-408' action='modify' timestamp='2010-07-27T09:29:05Z' visible='true' lat='1.2677057860476286' lon='-0.7319462567060253' />
+  <node id='-406' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='1.2358649315906514' lon='-0.008335487071319888' />
+  <node id='-404' action='modify' timestamp='2011-01-03T19:37:42Z' visible='true' lat='1.2707427076248503' lon='0.5311548967161315'>
+    <tag k='name' v='sorting examples (needs to be sorted first)' />
+  </node>
+  <node id='-402' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2755888704574847' lon='-0.44347723843203596' />
+  <node id='-400' action='modify' timestamp='2010-07-27T09:29:04Z' visible='true' lat='1.2562629535510594' lon='-0.5441369193077454' />
+  <node id='-398' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2687068254583576' lon='-0.012423827808902553' />
+  <node id='-396' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.28719399001741874' lon='-0.7177062216973119' />
+  <node id='-394' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.1989827436946476' lon='-0.45187332067719493' />
+  <node id='-392' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.278803280776241' lon='-0.5335697561847002' />
+  <node id='-390' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.40738275588722656' lon='-0.9654410545475309' />
+  <node id='-388' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true' lat='1.2550433275450048' lon='0.0783685955263022' />
+  <node id='-386' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.229129127923234' lon='-0.44886543183635325' />
+  <node id='-384' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3291251218890129' lon='-0.5271663312364939' />
+  <node id='-382' action='modify' timestamp='2011-01-07T10:51:09Z' visible='true' lat='1.3066872073827818' lon='0.15320635508864214' />
+  <node id='-380' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='0.3012012245747565' lon='-0.7139104038477637' />
+  <node id='-378' action='modify' timestamp='2010-09-20T10:45:24Z' visible='true' lat='0.29510989751578814' lon='-0.3365929584562701' />
+  <node id='-376' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2616304471684052' lon='-0.5282792330199299' />
+  <node id='-374' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true' lat='1.2279713763089644' lon='0.07142295496589145' />
+  <node id='-372' action='modify' timestamp='2010-09-22T13:12:44Z' visible='true' lat='0.3464907936027229' lon='-0.4478110195100784' />
+  <node id='-370' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='0.35335868783267477' lon='-0.3189796308554631' />
+  <node id='-368' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.292193056346859' lon='-0.4430655258901063' />
+  <node id='-366' action='modify' timestamp='2010-09-22T13:12:44Z' visible='true' lat='0.3070184174450784' lon='-0.4336813498919325' />
+  <node id='-364' action='modify' timestamp='2010-09-20T10:45:24Z' visible='true' lat='0.2482937435207256' lon='-0.32831245693288114' />
+  <node id='-362' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2637561410141804' lon='-0.6198742518878224' />
+  <node id='-360' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2311272939086695' lon='-0.2753341743027735' />
+  <node id='-358' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='1.24352566629499' lon='-0.18395019617944225' />
+  <node id='-356' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2483592694143235' lon='-0.2879005096416641' />
+  <node id='-354' action='modify' timestamp='2011-01-12T11:14:40Z' visible='true' lat='0.36993136794550946' lon='-0.07450527606019378' />
+  <node id='-352' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2515381063749975' lon='-0.6225658059678446' />
+  <node id='-350' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.2782483101698867' lon='-0.11192075561224035' />
+  <node id='-348' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2491445072205154' lon='-0.35323663312859144' />
+  <node id='-346' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.279214468452031' lon='-0.09613416773874663' />
+  <node id='-344' action='modify' timestamp='2011-01-12T11:14:40Z' visible='true' lat='0.34974005741631453' lon='-0.0732619031490871' />
+  <node id='-342' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2268146545247687' lon='-0.3600085566617388' />
+  <node id='-340' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.260068245872219' lon='-0.0959927335259675' />
+  <node id='-338' action='modify' timestamp='2011-01-03T19:37:42Z' visible='true' lat='0.9505454512389573' lon='0.5555341665066208'>
+    <tag k='name' v='visualization examples (should be visualized correctly without sorting)' />
+  </node>
+  <node id='-336' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.267693546188194' lon='-0.3538862452525237' />
+  <node id='-334' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2899111061031203' lon='-0.012319444095583143' />
+  <node id='-332' action='modify' timestamp='2010-07-27T09:29:05Z' visible='true' lat='1.2426538809087524' lon='-0.7320912702065169' />
+  <node id='-330' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.21752192393946' lon='-0.92123767796836' />
+  <node id='-328' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.216790144100519' lon='-0.4449351733449705' />
+  <node id='-326' action='modify' timestamp='2010-07-27T09:29:05Z' visible='true' lat='1.2384008123741832' lon='-0.7321158890493631' />
+  <node id='-324' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='1.2504002306179802' lon='-0.012513946204176351' />
+  <node id='-322' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.26219584097758575' lon='-0.7178292524771849' />
+  <node id='-320' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.328113733467533' lon='-0.4421748380205233' />
+  <node id='-318' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2441503576507886' lon='-0.5283295394478312' />
+  <node id='-316' action='modify' timestamp='2011-01-07T10:51:09Z' visible='true' lat='1.2106579073131647' lon='0.16778775564756207' />
+  <node id='-314' action='modify' timestamp='2010-12-24T23:22:32Z' visible='true' lat='0.2905756364810546' lon='-0.7215928513825128' />
+  <node id='-312' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.226632894916462' lon='-0.4375804451932484' />
+  <node id='-310' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.31595033490133073' lon='-0.5274136443568966' />
+  <node id='-308' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.34140345240767567' lon='-0.7174394236909821' />
+  <node id='-306' action='modify' timestamp='2011-01-07T10:51:09Z' visible='true' lat='1.2773476786821494' lon='0.1676321220694917' />
+  <node id='-304' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='0.3584658608037243' lon='-0.3505528622456377' />
+  <node id='-302' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.261347792900886' lon='-0.5487845286910829' />
+  <node id='-300' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true' lat='1.262271228609873' lon='0.07199028524507162' />
+  <node id='-298' action='modify' timestamp='2010-09-22T13:12:44Z' visible='true' lat='0.3472959010106497' lon='-0.4197122019229039' />
+  <node id='-296' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='0.3649656058312432' lon='-0.3355689206706535' />
+  <node id='-294' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.3038531712383015' lon='-0.44531126991621106' />
+  <node id='-292' action='modify' timestamp='2010-09-22T13:12:44Z' visible='true' lat='0.3545460956700841' lon='-0.4679694080050998' />
+  <node id='-290' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='0.24056141272836168' lon='-0.31131163308172016' />
+  <node id='-288' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.3409145182364103' lon='-0.5269450239740145' />
+  <node id='-286' action='modify' timestamp='2011-01-07T11:23:53Z' visible='true' lat='1.2709835536657144' lon='0.08003439700279807' />
+  <node id='-284' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='1.2565557346208394' lon='-0.6161828177515938' />
+  <node id='-282' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2398613304306438' lon='-0.2540338254051145' />
+  <node id='-280' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='1.2967486150834893' lon='-0.6197118375948121' />
+  <node id='-278' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.266683601921749' lon='-0.2729598910499693' />
+  <node id='-276' action='modify' timestamp='2011-01-12T11:14:40Z' visible='true' lat='0.35969102495815747' lon='-0.06095792511629319' />
+  <node id='-274' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true' lat='1.2575518264888725' lon='-0.6238223321121841' />
+  <node id='-272' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.2601797339768999' lon='-0.11170384627957004' />
+  <node id='-270' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2150992195743422' lon='-0.356825666477535' />
+  <node id='-268' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2328109695166383' lon='-0.263918855039455' />
+  <node id='-266' action='modify' timestamp='2011-01-12T11:14:40Z' visible='true' lat='0.35029758962528584' lon='-0.09595327564441608' />
+  <node id='-264' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.224658912915551' lon='-0.3533722153502437' />
+  <node id='-262' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.2594175272580945' lon='-0.07823152844262751' />
+  <node id='-260' action='modify' timestamp='2010-07-27T12:36:40Z' visible='true' lat='0.293588040523291' lon='-0.8341968134162621' />
+  <node id='-258' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='1.282710772763742' lon='-0.008628009959354378' />
+  <node id='-256' action='modify' timestamp='2010-07-27T09:29:05Z' visible='true' lat='1.2511220151511462' lon='-0.7320422523816186' />
+  <node id='-254' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.28815636514843845' lon='-0.9896969185670914' />
+  <node id='-252' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2765943076555244' lon='-0.008120263712818479' />
+  <node id='-250' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2646673860074633' lon='-0.4476669159774193' />
+  <node id='-248' action='modify' timestamp='2010-07-27T12:36:40Z' visible='true' lat='0.327133978262074' lon='-0.8349341239179249' />
+  <node id='-246' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2308472640063721' lon='-0.014718475287570741' />
+  <node id='-244' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.2688831863897276' lon='-0.7177963400925856' />
+  <node id='-242' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2526122916292584' lon='-0.44404695459291144' />
+  <node id='-240' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2512312313714737' lon='-0.5447197648657947' />
+  <node id='-238' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.33117838901862184' lon='-0.9603103621284227' />
+  <node id='-236' action='modify' timestamp='2011-01-07T10:51:09Z' visible='true' lat='1.1774490784381524' lon='0.1555247992884056' />
+  <node id='-234' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.1971565246022675' lon='-0.4369170296645056' />
+  <node id='-232' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.275915737114753' lon='-0.5300436220831383' />
+  <node id='-230' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2297483568170953' lon='-0.007827740824783989' />
+  <node id='-228' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.3333715683888997' lon='-0.7174789536066397' />
+  <node id='-226' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='0.3891598848916003' lon='-0.33554890582752533' />
+  <node id='-224' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.275781090977838' lon='-0.546568254522835' />
+  <node id='-222' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true' lat='1.2617685935794825' lon='0.08087232531089458' />
+  <node id='-220' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.308403270935406' lon='-0.7176018379839925' />
+  <node id='-218' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='0.32018477885051855' lon='-0.338829418864518' />
+  <node id='-216' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.27643675931601797' lon='-0.5281553794298457' />
+  <node id='-214' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true' lat='1.2215709394826235' lon='0.09064888321676708' />
+  <node id='-212' action='modify' timestamp='2010-09-22T13:12:44Z' visible='true' lat='0.27819529007802213' lon='-0.42783310279632936' />
+  <node id='-210' action='modify' timestamp='2010-09-20T10:45:24Z' visible='true' lat='0.21107159650226084' lon='-0.3255058446376941' />
+  <node id='-208' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.3489450785098026' lon='-0.5267942763801413' />
+  <node id='-206' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2425516464155335' lon='-0.6199786356011417' />
+  <node id='-204' action='modify' timestamp='2010-09-20T10:45:24Z' visible='true' lat='0.4132640061074262' lon='-0.3375484009397381' />
+  <node id='-202' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='1.2887186361333964' lon='-0.6197513675104692' />
+  <node id='-200' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.254445854056236' lon='-0.26530642423909023' />
+  <node id='-198' action='modify' timestamp='2011-01-12T11:14:40Z' visible='true' lat='0.361364962573857' lon='-0.10480164046307332' />
+  <node id='-196' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='1.2663911227420463' lon='-0.18286245616110167' />
+  <node id='-194' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.3101545976435667' lon='-0.09636272643430324' />
+  <node id='-192' action='modify' timestamp='2011-01-12T11:14:40Z' visible='true' lat='0.3478357341432959' lon='-0.04952744875813226' />
+  <node id='-190' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2625877434825457' lon='-0.35749048287704377' />
+  <node id='-188' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2597605399764995' lon='-0.2826565377155301' />
+  <node id='-186' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='1.2905262621831857' lon='-0.18171430522892046' />
+  <node id='-184' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true' lat='1.1968474292634066' lon='-0.09552572512933802' />
+  <node id='-182' action='modify' timestamp='2010-07-27T12:36:40Z' visible='true' lat='0.30694581913199526' lon='-0.8344904054797591' />
+  <node id='-180' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true' lat='1.2837068545502404' lon='-0.01626752431994469' />
+  <node id='-178' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.301922400665762' lon='-0.35867206180903993' />
+  <node id='-176' action='modify' timestamp='2011-01-03T14:45:18Z' visible='true' lat='0.27119023106217127' lon='-0.9648577781344697' />
+  <node id='-174' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.31815043971780915' lon='-0.9874232105640681' />
+  <node id='-172' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2625252296268583' lon='-0.43668002984136817' />
+  <node id='-170' action='modify' timestamp='2010-07-27T12:36:40Z' visible='true' lat='0.3414676553982232' lon='-0.8352491663973169' />
+  <node id='-168' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true' lat='1.2368610312869788' lon='-0.0159750014319102' />
+  <node id='-166' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.32925562621340304' lon='-1.009296309719003' />
+  <node id='-164' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.3020751382559217' lon='-0.4385638749644542' />
+  <node id='-162' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2651979923717562' lon='-0.5259494867570569' />
+  <node id='-160' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2596570992598488' lon='-0.012468377232667693' />
+  <node id='-158' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true' lat='0.3689705848086487' lon='-0.9565565199340457' />
+  <node id='-156' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.210295784968165' lon='-0.4450962012663346' />
+  <node id='-154' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2723406373692443' lon='-0.5268316812886622' />
+  <node id='-152' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.29636855216923746' lon='-0.7222473603896578' />
+  <node id='-150' action='modify' timestamp='2011-01-07T10:51:09Z' visible='true' lat='1.2845891156615874' lon='0.13805871192349095' />
+  <node id='-148' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.2397670354254' lon='-0.44436545718409526' />
+  <node id='-146' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3037679768148981' lon='-0.5302741673743041' />
+  <node id='-144' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true' lat='1.2783554980714653' lon='0.07584475546231549' />
+  <node id='-142' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.32158022896182065' lon='-0.717536986091241' />
+  <node id='-140' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='0.34200909354362036' lon='-0.33484827178210197' />
+  <node id='-138' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.26975051495690605' lon='-0.5282808910254192' />
+  <node id='-136' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true' lat='1.2865651385163364' lon='0.07467165583098041' />
+  <node id='-134' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='1.2175589707068741' lon='-0.6201016663810153' />
+  <node id='-132' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true' lat='0.22921170484449813' lon='-0.32718027400835875' />
+  <node id='-130' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.28569421899994846' lon='-0.5279816018566835' />
+  <node id='-128' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='1.250439207779967' lon='-0.615675071505058' />
+  <node id='-126' action='modify' timestamp='2010-09-20T10:45:24Z' visible='true' lat='0.44893284858349314' lon='-0.34168865170143253' />
+  <node id='-124' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.990523303370106' lon='-0.9833825261337615' />
+  <node id='-122' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.9985541166513882' lon='-0.9833429962181043' />
+  <node id='-120' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.9787335124659479' lon='-0.9834405586183628' />
+  <node id='-118' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.965558252007565' lon='-0.9835054105111147' />
+  <node id='-116' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='0.958357118788226' lon='-0.9798139763748861' />
+  <node id='-114' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.9522399782307596' lon='-0.9793062301283502' />
+  <node id='-112' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.9443516304662661' lon='-0.983609794224434' />
+  <node id='-110' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true' lat='0.9593533109234148' lon='-0.9874534907354763' />
+  <node id='-108' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.9533389868359899' lon='-0.9861969645911368' />
+  <node id='-106' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.9353009187299693' lon='-0.9836543436481991' />
+  <node id='-104' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.926043050365166' lon='-0.983699912619708' />
+  <node id='-102' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.9193565002845452' lon='-0.9837328250043076' />
+  <node id='-100' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true' lat='1.022765868973546' lon='-0.9862256969006761'>
+    <tag k='name' v='See discussion under ticket #5109' />
+  </node>
+  <node id='-98' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5839715892302623' lon='-1.0482530178635099' />
+  <node id='-96' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.6026845463644322' lon='0.62945068019917' />
+  <node id='-94' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5857726772448626' lon='-0.8867773407523197' />
+  <node id='-92' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5868614896649882' lon='-0.7891603633053615' />
+  <node id='-90' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5882011829817917' lon='-0.6690507482167517' />
+  <node id='-88' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5893320400583951' lon='-0.5676642319538518' />
+  <node id='-86' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5903366670545311' lon='-0.4775948032767889' />
+  <node id='-84' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5911764492254673' lon='-0.40230445851868224' />
+  <node id='-82' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5931856516706348' lon='-0.22217014648695543' />
+  <node id='-80' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.592264673653241' lon='-0.30474010266198764' />
+  <node id='-78' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5942033898933472' lon='-0.13092517257814898' />
+  <node id='-76' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5951376402334587' lon='-0.047165261566963254' />
+  <node id='-74' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5963519741156842' lon='0.06170546971264433' />
+  <node id='-72' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5969615099635387' lon='0.11635322800914942' />
+  <node id='-70' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5980654450456954' lon='0.21532622058808001' />
+  <node id='-68' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.5988541068297791' lon='0.2860334855531104' />
+  <node id='-66' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.7052409339112479' lon='0.5683632497103698'>
+    <tag k='name' v='negative examples (can&apos;t be sorted in one way/loop, but should be visualized correctly)' />
+  </node>
+  <node id='-64' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true' lat='0.41943570953250076' lon='-0.1803342466716302'>
+    <tag k='name' v='Is not showing clearly, that it is uncorrect relation' />
+  </node>
+  <node id='-62' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.3188470522809841' lon='-0.18014864505047243' />
+  <node id='-60' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.3121597364384589' lon='-0.18018155743507164' />
+  <node id='-58' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.32810599453583716' lon='-0.1801030760789636' />
+  <node id='-56' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.33715777145998854' lon='-0.18005852665519873' />
+  <node id='-54' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.34504705997222945' lon='-0.17575496255911466' />
+  <node id='-52' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true' lat='0.35116493797164755' lon='-0.17626270880565056' />
+  <node id='-50' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3583669481830913' lon='-0.17995414294187934' />
+  <node id='-48' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3463322893801515' lon='-0.1845996653475445' />
+  <node id='-46' action='modify' timestamp='2010-12-24T23:22:32Z' visible='true' lat='0.34053940176938147' lon='-0.18394515634039968' />
+  <node id='-44' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true' lat='0.35216125085657757' lon='-0.1839022231662407' />
+  <node id='-42' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true' lat='0.3715438380269776' lon='-0.17988929104912765' />
+  <node id='-40' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.38333511420082106' lon='-0.17983125856452647' />
+  <node id='-38' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true' lat='0.39136695392189624' lon='-0.17979172864886891' />
+  <node id='-36' action='modify' timestamp='2011-01-15T16:03:55Z' visible='true' lat='0.375517087803379' lon='-0.6120387192006299'>
+    <tag k='name' v='See ticket #5849' />
+  </node>
+  <node id='-34' action='modify' timestamp='2011-01-15T16:03:55Z' visible='true' lat='0.37178591982049264' lon='-0.7180444124887215'>
+    <tag k='name' v='See ticket #5849' />
+  </node>
+  <node id='-32' action='modify' timestamp='2011-01-15T16:03:55Z' visible='true' lat='0.40994959205366677' lon='-0.1807403127389062'>
+    <tag k='name' v='See ticket #5849' />
+  </node>
+  <node id='-30' action='modify' timestamp='2011-01-15T16:03:55Z' visible='true' lat='0.4798762266618128' lon='-0.9768428899455838'>
+    <tag k='name' v='See ticket #5848' />
+  </node>
+  <node id='-28' action='modify' timestamp='2011-01-15T16:03:55Z' visible='true' lat='0.41958465794708627' lon='-0.25858525396583687'>
+    <tag k='name' v='See ticket #5849' />
+  </node>
+  <node id='-26' action='modify' timestamp='2011-01-15T16:03:55Z' visible='true' lat='0.4269012908108965' lon='-0.25869599547303995'>
+    <tag k='name' v='The north pointing part should be visualised as connected' />
+  </node>
+  <node id='-24' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.289973929072504' lon='0.2455885042008379' />
+  <node id='-22' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.2742827015780531' lon='0.24583725402263307' />
+  <node id='-20' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.2745887794724124' lon='0.2360403379642391' />
+  <node id='-18' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.2577544415009703' lon='0.2360403379642391' />
+  <node id='-16' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.2580605213468603' lon='0.24828648303723155' />
+  <node id='-14' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.2577544415009703' lon='0.25808339909562555' />
+  <node id='-12' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.230513192463736' lon='0.2586957063492752' />
+  <node id='-10' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.2302071094218492' lon='0.24553110039580828' />
+  <node id='-8' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.2069446961332821' lon='0.24644956127628267' />
+  <node id='-6' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.2302071094218492' lon='0.22838649729361873' />
+  <node id='-4' action='modify' timestamp='2011-02-20T17:16:54Z' visible='true' lat='1.257142281701475' lon='0.22716188278631952' />
+  <node id='21733807' action='delete' timestamp='2010-09-02T23:27:15Z' uid='89943' user='Bengatzer' visible='true' version='6' changeset='5666931' lat='49.7784871' lon='11.5438208' />
+  <node id='21733808' action='delete' timestamp='2010-09-02T23:27:55Z' uid='89943' user='Bengatzer' visible='true' version='6' changeset='5666931' lat='49.7773847' lon='11.5428194' />
+  <node id='21733809' action='delete' timestamp='2009-09-07T19:05:41Z' uid='28476' user='Spoony' visible='true' version='3' changeset='2405545' lat='49.7726935' lon='11.5417753' />
+  <node id='21733810' action='delete' timestamp='2009-09-07T19:05:41Z' uid='28476' user='Spoony' visible='true' version='3' changeset='2405545' lat='49.7709349' lon='11.5418467' />
+  <node id='21733811' action='delete' timestamp='2009-02-07T14:15:30Z' uid='89943' user='Bengatzer' visible='true' version='11' changeset='226654' lat='49.7692918' lon='11.5427441' />
+  <node id='21733812' action='delete' timestamp='2009-09-07T19:05:41Z' uid='28476' user='Spoony' visible='true' version='3' changeset='2405545' lat='49.7676389' lon='11.5442494' />
+  <node id='26064507' action='delete' timestamp='2010-09-02T23:27:27Z' uid='89943' user='Bengatzer' visible='true' version='4' changeset='5666931' lat='49.7664745' lon='11.5448157' />
+  <node id='26064508' action='delete' timestamp='2009-09-07T19:05:55Z' uid='28476' user='Spoony' visible='true' version='2' changeset='2405545' lat='49.7681008' lon='11.5438489' />
+  <node id='26064509' action='delete' timestamp='2009-09-07T19:05:55Z' uid='28476' user='Spoony' visible='true' version='3' changeset='2405545' lat='49.77004' lon='11.5422295' />
+  <node id='26064510' action='delete' timestamp='2009-09-07T19:05:55Z' uid='28476' user='Spoony' visible='true' version='3' changeset='2405545' lat='49.774951' lon='11.5422142' />
+  <node id='26064512' action='delete' timestamp='2010-09-02T23:27:16Z' uid='89943' user='Bengatzer' visible='true' version='5' changeset='5666931' lat='49.7789702' lon='11.5448103' />
+  <node id='298772089' action='delete' timestamp='2010-09-02T23:28:01Z' uid='89943' user='Bengatzer' visible='true' version='9' changeset='5666931' lat='49.7776779' lon='11.5429928' />
+  <node id='298772147' action='delete' timestamp='2010-09-02T23:27:30Z' uid='89943' user='Bengatzer' visible='true' version='4' changeset='5666931' lat='49.7792716' lon='11.5461912' />
+  <node id='298773429' action='delete' timestamp='2010-09-02T23:28:11Z' uid='89943' user='Bengatzer' visible='true' version='5' changeset='5666931' lat='49.7791426' lon='11.545449' />
+  <node id='298773430' action='delete' timestamp='2010-09-02T23:27:30Z' uid='89943' user='Bengatzer' visible='true' version='4' changeset='5666931' lat='49.7786712' lon='11.54416' />
+  <node id='300919273' action='modify' timestamp='2010-09-03T11:42:06Z' uid='89943' user='Bengatzer' visible='true' version='8' changeset='5669948' lat='1.2427834174932362' lon='-0.8478851741990798' />
+  <node id='332209785' action='modify' timestamp='2010-09-02T23:28:02Z' uid='89943' user='Bengatzer' visible='true' version='4' changeset='5666931' lat='1.2942742408155512' lon='-0.8476231998474472' />
+  <node id='332209790' action='delete' timestamp='2009-01-15T12:12:50Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='790294' lat='49.7758506' lon='11.5423957' />
+  <node id='332209792' action='delete' timestamp='2009-01-15T12:12:50Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='790294' lat='49.7719111' lon='11.5417254' />
+  <node id='332209794' action='delete' timestamp='2009-01-15T12:12:51Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='790294' lat='49.7714184' lon='11.5417458' />
+  <node id='332209798' action='delete' timestamp='2009-01-15T12:12:52Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='790294' lat='49.769719' lon='11.5424267' />
+  <node id='332209799' action='delete' timestamp='2010-09-02T23:27:54Z' uid='89943' user='Bengatzer' visible='true' version='2' changeset='5666931' lat='49.7670525' lon='11.5445844' />
+  <node id='332209808' action='delete' timestamp='2010-09-02T23:27:28Z' uid='89943' user='Bengatzer' visible='true' version='6' changeset='5666931' lat='49.7782704' lon='11.543549' />
+  <node id='385823326' action='delete' timestamp='2009-04-27T11:10:41Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='988256' lat='49.7668926' lon='11.544656' />
+  <node id='385823357' action='delete' timestamp='2010-09-02T23:28:15Z' uid='89943' user='Bengatzer' visible='true' version='2' changeset='5666931' lat='49.7679263' lon='11.5440256' />
+  <node id='893542805' action='delete' timestamp='2010-09-02T23:26:58Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='5666931' lat='49.7731997' lon='11.5418756' />
+  <node id='893542831' action='delete' timestamp='2010-09-02T23:26:59Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='5666931' lat='49.77418' lon='11.5420643' />
+  <node id='893542841' action='delete' timestamp='2010-09-02T23:26:59Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='5666931' lat='49.7691137' lon='11.5429093' />
+  <node id='893542874' action='delete' timestamp='2010-09-02T23:27:01Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='5666931' lat='49.77561' lon='11.5423471' />
+  <node id='893542944' action='delete' timestamp='2010-09-02T23:27:03Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='5666931' lat='49.7779982' lon='11.5432679' />
+  <node id='893542950' action='delete' timestamp='2010-09-02T23:27:03Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='5666931' lat='1.1671778106571937' lon='0.03790392551329174' />
+  <node id='893542980' action='delete' timestamp='2010-09-02T23:27:04Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='5666931' lat='49.7673709' lon='11.5444068' />
+  <node id='893543065' action='delete' timestamp='2010-09-02T23:27:07Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='5666931' lat='49.7710574' lon='11.5418211' />
+  <way id='-1357' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true'>
+    <nd ref='-770' />
+    <nd ref='-772' />
+    <nd ref='-774' />
+    <nd ref='-776' />
+    <nd ref='-778' />
+    <nd ref='-780' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1355' timestamp='2011-02-21T10:14:28Z' visible='true'>
+    <nd ref='-766' />
+    <nd ref='-760' />
+  </way>
+  <way id='-1353' timestamp='2011-02-21T10:14:28Z' visible='true'>
+    <nd ref='-764' />
+    <nd ref='-766' />
+  </way>
+  <way id='-1351' timestamp='2011-02-21T10:14:28Z' visible='true'>
+    <nd ref='-762' />
+    <nd ref='-764' />
+  </way>
+  <way id='-1349' timestamp='2011-02-21T10:14:28Z' visible='true'>
+    <nd ref='-760' />
+    <nd ref='-762' />
+  </way>
+  <way id='-1347' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-742' />
+    <nd ref='-748' />
+  </way>
+  <way id='-1345' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-746' />
+    <nd ref='-756' />
+  </way>
+  <way id='-1343' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-736' />
+    <nd ref='-744' />
+  </way>
+  <way id='-1341' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-756' />
+    <nd ref='-752' />
+  </way>
+  <way id='-1339' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-746' />
+    <nd ref='-734' />
+  </way>
+  <way id='-1337' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-752' />
+    <nd ref='-754' />
+  </way>
+  <way id='-1335' timestamp='2010-09-14T14:43:02Z' visible='true'>
+    <nd ref='-744' />
+    <nd ref='-738' />
+  </way>
+  <way id='-1333' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-748' />
+    <nd ref='-750' />
+  </way>
+  <way id='-1331' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-740' />
+    <nd ref='-746' />
+  </way>
+  <way id='-1329' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-742' />
+    <nd ref='-744' />
+  </way>
+  <way id='-1327' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-758' />
+    <nd ref='-740' />
+  </way>
+  <way id='-1325' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-734' />
+    <nd ref='-736' />
+  </way>
+  <way id='-1323' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-720' />
+    <nd ref='-714' />
+  </way>
+  <way id='-1321' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-726' />
+    <nd ref='-722' />
+  </way>
+  <way id='-1319' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-728' />
+    <nd ref='-724' />
+  </way>
+  <way id='-1317' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-718' />
+    <nd ref='-716' />
+  </way>
+  <way id='-1315' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-718' />
+    <nd ref='-708' />
+  </way>
+  <way id='-1313' timestamp='2010-09-14T14:43:02Z' visible='true'>
+    <nd ref='-716' />
+    <nd ref='-712' />
+  </way>
+  <way id='-1311' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-714' />
+    <nd ref='-728' />
+  </way>
+  <way id='-1309' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-722' />
+    <nd ref='-716' />
+  </way>
+  <way id='-1307' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-708' />
+    <nd ref='-730' />
+  </way>
+  <way id='-1305' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-712' />
+    <nd ref='-710' />
+  </way>
+  <way id='-1303' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-710' />
+    <nd ref='-720' />
+  </way>
+  <way id='-1301' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-720' />
+    <nd ref='-726' />
+  </way>
+  <way id='-1299' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-666' />
+    <nd ref='-668' />
+    <nd ref='-670' />
+    <nd ref='-672' />
+    <nd ref='-72' />
+    <nd ref='-674' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1297' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-634' />
+    <nd ref='-68' />
+    <nd ref='-636' />
+    <nd ref='-640' />
+    <nd ref='-642' />
+    <nd ref='-638' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1295' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-624' />
+    <nd ref='-626' />
+    <nd ref='-628' />
+    <nd ref='-630' />
+    <nd ref='-70' />
+    <nd ref='-632' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1293' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-580' />
+    <nd ref='-644' />
+    <nd ref='-604' />
+    <nd ref='-602' />
+    <nd ref='-74' />
+    <nd ref='-582' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1291' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-576' />
+    <nd ref='-646' />
+    <nd ref='-606' />
+    <nd ref='-600' />
+    <nd ref='-76' />
+    <nd ref='-578' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1289' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-572' />
+    <nd ref='-648' />
+    <nd ref='-608' />
+    <nd ref='-598' />
+    <nd ref='-78' />
+    <nd ref='-574' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1287' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-568' />
+    <nd ref='-650' />
+    <nd ref='-610' />
+    <nd ref='-596' />
+    <nd ref='-82' />
+    <nd ref='-570' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1285' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-564' />
+    <nd ref='-652' />
+    <nd ref='-612' />
+    <nd ref='-594' />
+    <nd ref='-80' />
+    <nd ref='-566' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1283' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-560' />
+    <nd ref='-654' />
+    <nd ref='-614' />
+    <nd ref='-592' />
+    <nd ref='-84' />
+    <nd ref='-562' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1281' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-556' />
+    <nd ref='-656' />
+    <nd ref='-616' />
+    <nd ref='-590' />
+    <nd ref='-86' />
+    <nd ref='-558' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1279' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-552' />
+    <nd ref='-664' />
+    <nd ref='-662' />
+    <nd ref='-660' />
+    <nd ref='-658' />
+    <nd ref='-656' />
+    <nd ref='-654' />
+    <nd ref='-652' />
+    <nd ref='-650' />
+    <nd ref='-648' />
+    <nd ref='-646' />
+    <nd ref='-644' />
+    <nd ref='-668' />
+    <nd ref='-626' />
+    <nd ref='-642' />
+    <nd ref='-772' />
+    <nd ref='-554' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1277' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-548' />
+    <nd ref='-88' />
+    <nd ref='-588' />
+    <nd ref='-618' />
+    <nd ref='-658' />
+    <nd ref='-550' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1275' action='modify' timestamp='2011-01-15T14:58:39Z' visible='true'>
+    <nd ref='-544' />
+    <nd ref='-90' />
+    <nd ref='-586' />
+    <nd ref='-620' />
+    <nd ref='-660' />
+    <nd ref='-546' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1273' action='modify' timestamp='2011-01-15T14:58:40Z' visible='true'>
+    <nd ref='-540' />
+    <nd ref='-662' />
+    <nd ref='-622' />
+    <nd ref='-584' />
+    <nd ref='-92' />
+    <nd ref='-542' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1271' action='modify' timestamp='2011-01-15T14:58:40Z' visible='true'>
+    <nd ref='-534' />
+    <nd ref='-536' />
+    <nd ref='-584' />
+    <nd ref='-586' />
+    <nd ref='-588' />
+    <nd ref='-590' />
+    <nd ref='-592' />
+    <nd ref='-594' />
+    <nd ref='-596' />
+    <nd ref='-598' />
+    <nd ref='-600' />
+    <nd ref='-602' />
+    <nd ref='-672' />
+    <nd ref='-630' />
+    <nd ref='-636' />
+    <nd ref='-776' />
+    <nd ref='-538' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1269' action='modify' timestamp='2011-01-15T14:58:40Z' visible='true'>
+    <nd ref='-528' />
+    <nd ref='-530' />
+    <nd ref='-622' />
+    <nd ref='-620' />
+    <nd ref='-618' />
+    <nd ref='-616' />
+    <nd ref='-614' />
+    <nd ref='-612' />
+    <nd ref='-610' />
+    <nd ref='-608' />
+    <nd ref='-606' />
+    <nd ref='-604' />
+    <nd ref='-670' />
+    <nd ref='-628' />
+    <nd ref='-640' />
+    <nd ref='-774' />
+    <nd ref='-532' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1267' action='modify' timestamp='2011-01-15T14:58:40Z' visible='true'>
+    <nd ref='-524' />
+    <nd ref='-664' />
+    <nd ref='-530' />
+    <nd ref='-536' />
+    <nd ref='-94' />
+    <nd ref='-526' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1265' action='modify' timestamp='2011-01-15T14:58:40Z' visible='true'>
+    <nd ref='-516' />
+    <nd ref='-552' />
+    <nd ref='-528' />
+    <nd ref='-534' />
+    <nd ref='-98' />
+    <nd ref='-518' />
+    <nd ref='-526' />
+    <nd ref='-542' />
+    <nd ref='-544' />
+    <nd ref='-548' />
+    <nd ref='-558' />
+    <nd ref='-562' />
+    <nd ref='-566' />
+    <nd ref='-570' />
+    <nd ref='-574' />
+    <nd ref='-578' />
+    <nd ref='-582' />
+    <nd ref='-674' />
+    <nd ref='-632' />
+    <nd ref='-634' />
+    <nd ref='-780' />
+    <nd ref='-520' />
+    <nd ref='-96' />
+    <nd ref='-538' />
+    <nd ref='-532' />
+    <nd ref='-554' />
+    <nd ref='-522' />
+    <nd ref='-770' />
+    <nd ref='-638' />
+    <nd ref='-624' />
+    <nd ref='-666' />
+    <nd ref='-580' />
+    <nd ref='-576' />
+    <nd ref='-572' />
+    <nd ref='-568' />
+    <nd ref='-564' />
+    <nd ref='-560' />
+    <nd ref='-556' />
+    <nd ref='-550' />
+    <nd ref='-546' />
+    <nd ref='-540' />
+    <nd ref='-524' />
+    <nd ref='-516' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-1263' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-168' />
+    <nd ref='-246' />
+  </way>
+  <way id='-1261' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true'>
+    <nd ref='-390' />
+    <nd ref='-158' />
+  </way>
+  <way id='-1259' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-202' />
+    <nd ref='-280' />
+  </way>
+  <way id='-1257' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-386' />
+    <nd ref='-328' />
+  </way>
+  <way id='-1255' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-350' />
+    <nd ref='-502' />
+  </way>
+  <way id='-1253' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-470' />
+    <nd ref='-230' />
+  </way>
+  <way id='-1251' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-152' />
+    <nd ref='-314' />
+  </way>
+  <way id='-1249' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-162' />
+    <nd ref='-154' />
+  </way>
+  <way id='-1247' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-488' />
+    <nd ref='-262' />
+  </way>
+  <way id='-1245' timestamp='2011-01-07T10:51:09Z' visible='true'>
+    <nd ref='-382' />
+    <nd ref='-306' />
+  </way>
+  <way id='-1243' action='modify' timestamp='2010-09-22T13:12:44Z' visible='true'>
+    <nd ref='-212' />
+    <nd ref='-292' />
+  </way>
+  <way id='-1241' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-376' />
+    <nd ref='-472' />
+  </way>
+  <way id='-1239' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-502' />
+    <nd ref='-346' />
+  </way>
+  <way id='-1237' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-384' />
+    <nd ref='-288' />
+  </way>
+  <way id='-1235' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-278' />
+    <nd ref='-200' />
+  </way>
+  <way id='-1233' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-490' />
+    <nd ref='-178' />
+  </way>
+  <way id='-1231' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-432' />
+    <nd ref='-498' />
+  </way>
+  <way id='-1229' timestamp='2010-07-27T12:36:40Z' visible='true'>
+    <nd ref='-248' />
+    <nd ref='-182' />
+  </way>
+  <way id='-1227' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-200' />
+    <nd ref='-282' />
+  </way>
+  <way id='-1225' timestamp='2010-07-27T09:29:05Z' visible='true'>
+    <nd ref='-464' />
+    <nd ref='-408' />
+  </way>
+  <way id='-1223' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-188' />
+    <nd ref='-278' />
+  </way>
+  <way id='-1221' timestamp='2010-07-28T12:06:45Z' visible='true'>
+    <nd ref='-196' />
+    <nd ref='-186' />
+  </way>
+  <way id='-1219' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true'>
+    <nd ref='-364' />
+    <nd ref='-436' />
+  </way>
+  <way id='-1217' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-388' />
+    <nd ref='-446' />
+  </way>
+  <way id='-1215' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-264' />
+    <nd ref='-496' />
+  </way>
+  <way id='-1213' action='modify' timestamp='2010-09-20T10:45:24Z' visible='true'>
+    <nd ref='-436' />
+    <nd ref='-378' />
+  </way>
+  <way id='-1211' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-144' />
+    <nd ref='-454' />
+  </way>
+  <way id='-1209' timestamp='2011-01-12T11:14:40Z' visible='true'>
+    <nd ref='-276' />
+    <nd ref='-354' />
+  </way>
+  <way id='-1207' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-190' />
+    <nd ref='-422' />
+  </way>
+  <way id='-1205' action='modify' timestamp='2010-09-20T10:45:24Z' visible='true'>
+    <nd ref='-378' />
+    <nd ref='-218' />
+  </way>
+  <way id='-1203' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-454' />
+    <nd ref='-300' />
+  </way>
+  <way id='-1201' timestamp='2010-09-22T13:12:44Z' visible='true'>
+    <nd ref='-298' />
+    <nd ref='-372' />
+  </way>
+  <way id='-1199' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-130' />
+    <nd ref='-216' />
+  </way>
+  <way id='-1197' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-206' />
+    <nd ref='-510' />
+  </way>
+  <way id='-1195' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-172' />
+    <nd ref='-402' />
+  </way>
+  <way id='-1193' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-246' />
+    <nd ref='-470' />
+  </way>
+  <way id='-1191' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-142' />
+    <nd ref='-228' />
+  </way>
+  <way id='-1189' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-434' />
+    <nd ref='-362' />
+  </way>
+  <way id='-1187' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-386' />
+    <nd ref='-148' />
+  </way>
+  <way id='-1185' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-194' />
+    <nd ref='-502' />
+  </way>
+  <way id='-1183' timestamp='2011-01-04T18:56:52Z' visible='true'>
+    <nd ref='-324' />
+    <nd ref='-478' />
+  </way>
+  <way id='-1181' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-396' />
+    <nd ref='-468' />
+  </way>
+  <way id='-1179' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-284' />
+    <nd ref='-362' />
+  </way>
+  <way id='-1177' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-154' />
+    <nd ref='-232' />
+  </way>
+  <way id='-1175' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-346' />
+    <nd ref='-340' />
+  </way>
+  <way id='-1173' timestamp='2011-01-07T10:51:09Z' visible='true'>
+    <nd ref='-150' />
+    <nd ref='-382' />
+  </way>
+  <way id='-1171' timestamp='2010-09-14T14:43:02Z' visible='true'>
+    <nd ref='-220' />
+    <nd ref='-460' />
+  </way>
+  <way id='-1169' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-302' />
+    <nd ref='-240' />
+  </way>
+  <way id='-1167' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-416' />
+    <nd ref='-184' />
+  </way>
+  <way id='-1165' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-440' />
+    <nd ref='-500' />
+  </way>
+  <way id='-1163' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-252' />
+    <nd ref='-258' />
+  </way>
+  <way id='-1161' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-418' />
+    <nd ref='-490' />
+  </way>
+  <way id='-1159' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-282' />
+    <nd ref='-508' />
+  </way>
+  <way id='-1157' timestamp='2010-07-27T12:36:40Z' visible='true'>
+    <nd ref='-182' />
+    <nd ref='-260' />
+  </way>
+  <way id='-1155' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-360' />
+    <nd ref='-424' />
+  </way>
+  <way id='-1153' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true'>
+    <nd ref='-390' />
+    <nd ref='-476' />
+  </way>
+  <way id='-1151' action='modify' timestamp='2010-07-27T09:29:05Z' visible='true'>
+    <nd ref='-240' />
+    <nd ref='-400' />
+  </way>
+  <way id='-1149' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-268' />
+    <nd ref='-282' />
+  </way>
+  <way id='-1147' timestamp='2010-07-28T12:06:45Z' visible='true'>
+    <nd ref='-504' />
+    <nd ref='-358' />
+  </way>
+  <way id='-1145' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-394' />
+    <nd ref='-458' />
+  </way>
+  <way id='-1143' timestamp='2011-01-12T11:14:40Z' visible='true'>
+    <nd ref='-506' />
+    <nd ref='-198' />
+  </way>
+  <way id='-1141' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-270' />
+    <nd ref='-264' />
+  </way>
+  <way id='-1139' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-500' />
+    <nd ref='-310' />
+    <nd ref='-450' />
+  </way>
+  <way id='-1137' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-136' />
+    <nd ref='-144' />
+  </way>
+  <way id='-1135' timestamp='2011-01-12T11:14:40Z' visible='true'>
+    <nd ref='-354' />
+    <nd ref='-506' />
+  </way>
+  <way id='-1133' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-348' />
+    <nd ref='-190' />
+  </way>
+  <way id='-1131' timestamp='2010-09-20T10:45:24Z' visible='true'>
+    <nd ref='-226' />
+    <nd ref='-204' />
+  </way>
+  <way id='-1129' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-222' />
+    <nd ref='-286' />
+  </way>
+  <way id='-1127' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-418' />
+    <nd ref='-414' />
+  </way>
+  <way id='-1125' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-288' />
+    <nd ref='-208' />
+  </way>
+  <way id='-1123' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-286' />
+    <nd ref='-144' />
+  </way>
+  <way id='-1121' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-434' />
+    <nd ref='-202' />
+  </way>
+  <way id='-1119' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-474' />
+    <nd ref='-164' />
+  </way>
+  <way id='-1117' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-398' />
+    <nd ref='-252' />
+  </way>
+  <way id='-1115' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-244' />
+    <nd ref='-322' />
+  </way>
+  <way id='-1113' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-206' />
+    <nd ref='-128' />
+  </way>
+  <way id='-1111' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-312' />
+    <nd ref='-148' />
+  </way>
+  <way id='-1109' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-406' />
+    <nd ref='-478' />
+  </way>
+  <way id='-1107' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-452' />
+    <nd ref='-380' />
+  </way>
+  <way id='-1105' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-128' />
+    <nd ref='-284' />
+  </way>
+  <way id='-1103' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-472' />
+    <nd ref='-318' />
+  </way>
+  <way id='-1101' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-340' />
+    <nd ref='-420' />
+  </way>
+  <way id='-1099' timestamp='2011-01-07T10:51:09Z' visible='true'>
+    <nd ref='-316' />
+    <nd ref='-236' />
+  </way>
+  <way id='-1097' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-380' />
+    <nd ref='-220' />
+  </way>
+  <way id='-1095' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-318' />
+    <nd ref='-240' />
+  </way>
+  <way id='-1093' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-262' />
+    <nd ref='-340' />
+    <nd ref='-272' />
+  </way>
+  <way id='-1091' timestamp='2010-09-22T13:12:44Z' visible='true'>
+    <nd ref='-292' />
+    <nd ref='-438' />
+  </way>
+  <way id='-1089' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-162' />
+    <nd ref='-376' />
+  </way>
+  <way id='-1087' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-416' />
+    <nd ref='-488' />
+  </way>
+  <way id='-1085' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-486' />
+    <nd ref='-418' />
+  </way>
+  <way id='-1083' timestamp='2010-09-20T10:45:24Z' visible='true'>
+    <nd ref='-132' />
+    <nd ref='-210' />
+  </way>
+  <way id='-1081' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true'>
+    <nd ref='-254' />
+    <nd ref='-166' />
+  </way>
+  <way id='-1079' timestamp='2010-07-27T10:28:17Z' visible='true'>
+    <nd ref='-224' />
+    <nd ref='-392' />
+  </way>
+  <way id='-1077' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-424' />
+    <nd ref='-498' />
+  </way>
+  <way id='-1075' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true'>
+    <nd ref='-166' />
+    <nd ref='-390' />
+  </way>
+  <way id='-1073' timestamp='2010-07-27T09:29:05Z' visible='true'>
+    <nd ref='-400' />
+    <nd ref='-302' />
+  </way>
+  <way id='-1071' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-508' />
+    <nd ref='-360' />
+  </way>
+  <way id='-1069' timestamp='2010-07-27T09:29:05Z' visible='true'>
+    <nd ref='-408' />
+    <nd ref='-480' />
+  </way>
+  <way id='-1067' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-458' />
+    <nd ref='-466' />
+  </way>
+  <way id='-1065' timestamp='2011-01-12T11:14:40Z' visible='true'>
+    <nd ref='-198' />
+    <nd ref='-266' />
+  </way>
+  <way id='-1063' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-342' />
+    <nd ref='-270' />
+  </way>
+  <way id='-1061' timestamp='2010-07-27T10:49:22Z' visible='true'>
+    <nd ref='-242' />
+    <nd ref='-148' />
+  </way>
+  <way id='-1059' timestamp='2011-01-07T10:51:09Z' visible='true'>
+    <nd ref='-462' />
+    <nd ref='-150' />
+  </way>
+  <way id='-1057' timestamp='2011-01-12T11:14:40Z' visible='true'>
+    <nd ref='-266' />
+    <nd ref='-344' />
+  </way>
+  <way id='-1055' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-496' />
+    <nd ref='-348' />
+  </way>
+  <way id='-1053' timestamp='2010-09-20T10:45:24Z' visible='true'>
+    <nd ref='-204' />
+    <nd ref='-126' />
+  </way>
+  <way id='-1051' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-388' />
+    <nd ref='-222' />
+  </way>
+  <way id='-1049' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-336' />
+    <nd ref='-418' />
+  </way>
+  <way id='-1047' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-368' />
+    <nd ref='-294' />
+  </way>
+  <way id='-1045' action='modify' timestamp='2010-09-22T13:12:44Z' visible='true'>
+    <nd ref='-366' />
+    <nd ref='-298' />
+  </way>
+  <way id='-1043' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-368' />
+    <nd ref='-164' />
+  </way>
+  <way id='-1041' timestamp='2010-09-14T14:43:02Z' visible='true'>
+    <nd ref='-334' />
+    <nd ref='-180' />
+  </way>
+  <way id='-1039' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-352' />
+    <nd ref='-206' />
+  </way>
+  <way id='-1037' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-242' />
+    <nd ref='-172' />
+  </way>
+  <way id='-1035' timestamp='2010-09-14T14:43:02Z' visible='true'>
+    <nd ref='-478' />
+    <nd ref='-168' />
+  </way>
+  <way id='-1033' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-396' />
+    <nd ref='-452' />
+  </way>
+  <way id='-1031' timestamp='2010-07-30T09:00:52Z' visible='true'>
+    <nd ref='-458' />
+    <nd ref='-234' />
+  </way>
+  <way id='-1029' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-472' />
+    <nd ref='-162' />
+  </way>
+  <way id='-1027' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-360' />
+    <nd ref='-268' />
+  </way>
+  <way id='-1025' timestamp='2011-01-07T10:51:09Z' visible='true'>
+    <nd ref='-306' />
+    <nd ref='-316' />
+  </way>
+  <way id='-1023' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-460' />
+    <nd ref='-152' />
+  </way>
+  <way id='-1021' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-232' />
+    <nd ref='-448' />
+  </way>
+  <way id='-1019' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-272' />
+    <nd ref='-350' />
+  </way>
+  <way id='-1017' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-228' />
+    <nd ref='-308' />
+  </way>
+  <way id='-1015' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-448' />
+    <nd ref='-162' />
+  </way>
+  <way id='-1013' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-412' />
+    <nd ref='-398' />
+  </way>
+  <way id='-1011' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-146' />
+    <nd ref='-456' />
+    <nd ref='-440' />
+  </way>
+  <way id='-1009' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true'>
+    <nd ref='-132' />
+    <nd ref='-442' />
+    <nd ref='-364' />
+    <nd ref='-290' />
+    <nd ref='-132' />
+  </way>
+  <way id='-1007' timestamp='2010-12-25T10:26:34Z' visible='true'>
+    <nd ref='-410' />
+    <nd ref='-330' />
+  </way>
+  <way id='-1005' timestamp='2010-07-27T12:36:40Z' visible='true'>
+    <nd ref='-170' />
+    <nd ref='-248' />
+  </way>
+  <way id='-1003' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-356' />
+    <nd ref='-360' />
+  </way>
+  <way id='-1001' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true'>
+    <nd ref='-238' />
+    <nd ref='-174' />
+    <nd ref='-254' />
+    <nd ref='-176' />
+    <nd ref='-410' />
+    <nd ref='-484' />
+    <nd ref='-238' />
+    <tag k='junction' v='roundabout' />
+  </way>
+  <way id='-999' timestamp='2010-07-27T09:29:05Z' visible='true'>
+    <nd ref='-256' />
+    <nd ref='-332' />
+  </way>
+  <way id='-997' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-278' />
+    <nd ref='-432' />
+  </way>
+  <way id='-995' timestamp='2010-07-27T09:29:05Z' visible='true'>
+    <nd ref='-480' />
+    <nd ref='-256' />
+  </way>
+  <way id='-993' timestamp='2010-07-27T10:49:22Z' visible='true'>
+    <nd ref='-368' />
+    <nd ref='-402' />
+  </way>
+  <way id='-991' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true'>
+    <nd ref='-430' />
+    <nd ref='-196' />
+    <nd ref='-426' />
+    <nd ref='-358' />
+    <nd ref='-430' />
+    <tag k='junction' v='roundabout' />
+  </way>
+  <way id='-989' timestamp='2010-07-27T10:49:22Z' visible='true'>
+    <nd ref='-328' />
+    <nd ref='-156' />
+  </way>
+  <way id='-987' timestamp='2011-01-07T10:51:09Z' visible='true'>
+    <nd ref='-236' />
+    <nd ref='-462' />
+  </way>
+  <way id='-985' timestamp='2011-01-12T11:14:40Z' visible='true'>
+    <nd ref='-344' />
+    <nd ref='-276' />
+  </way>
+  <way id='-983' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-422' />
+    <nd ref='-496' />
+  </way>
+  <way id='-981' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-450' />
+    <nd ref='-146' />
+  </way>
+  <way id='-979' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-214' />
+    <nd ref='-446' />
+  </way>
+  <way id='-977' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-190' />
+    <nd ref='-336' />
+  </way>
+  <way id='-975' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-216' />
+    <nd ref='-138' />
+  </way>
+  <way id='-973' timestamp='2010-09-22T13:12:44Z' visible='true'>
+    <nd ref='-372' />
+    <nd ref='-366' />
+  </way>
+  <way id='-971' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-320' />
+    <nd ref='-474' />
+  </way>
+  <way id='-969' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-258' />
+    <nd ref='-334' />
+  </way>
+  <way id='-967' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-444' />
+    <nd ref='-134' />
+  </way>
+  <way id='-965' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-250' />
+    <nd ref='-242' />
+  </way>
+  <way id='-963' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-398' />
+    <nd ref='-160' />
+  </way>
+  <way id='-961' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-468' />
+    <nd ref='-244' />
+  </way>
+  <way id='-959' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-274' />
+    <nd ref='-352' />
+  </way>
+  <way id='-957' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-312' />
+    <nd ref='-328' />
+  </way>
+  <way id='-955' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-498' />
+    <nd ref='-188' />
+  </way>
+  <way id='-953' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-230' />
+    <nd ref='-406' />
+  </way>
+  <way id='-951' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-142' />
+    <nd ref='-220' />
+  </way>
+  <way id='-949' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-302' />
+    <nd ref='-224' />
+  </way>
+  <way id='-947' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <nd ref='-420' />
+    <nd ref='-416' />
+  </way>
+  <way id='-945' timestamp='2010-09-22T13:12:44Z' visible='true'>
+    <nd ref='-438' />
+    <nd ref='-212' />
+  </way>
+  <way id='-943' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-384' />
+    <nd ref='-310' />
+  </way>
+  <way id='-941' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-180' />
+    <nd ref='-412' />
+  </way>
+  <way id='-939' timestamp='2011-01-12T11:14:40Z' visible='true'>
+    <nd ref='-492' />
+    <nd ref='-266' />
+  </way>
+  <way id='-937' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-456' />
+    <nd ref='-130' />
+  </way>
+  <way id='-935' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-428' />
+    <nd ref='-278' />
+  </way>
+  <way id='-933' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-178' />
+    <nd ref='-486' />
+  </way>
+  <way id='-931' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-282' />
+    <nd ref='-428' />
+  </way>
+  <way id='-929' timestamp='2010-12-25T10:26:34Z' visible='true'>
+    <nd ref='-158' />
+    <nd ref='-238' />
+  </way>
+  <way id='-927' timestamp='2010-07-27T09:29:05Z' visible='true'>
+    <nd ref='-332' />
+    <nd ref='-326' />
+  </way>
+  <way id='-925' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-498' />
+    <nd ref='-356' />
+  </way>
+  <way id='-923' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-392' />
+    <nd ref='-232' />
+  </way>
+  <way id='-921' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-234' />
+    <nd ref='-156' />
+  </way>
+  <way id='-919' timestamp='2010-07-30T09:00:52Z' visible='true'>
+    <nd ref='-156' />
+    <nd ref='-394' />
+  </way>
+  <way id='-917' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true'>
+    <nd ref='-140' />
+    <nd ref='-304' />
+    <nd ref='-296' />
+    <nd ref='-370' />
+    <nd ref='-140' />
+  </way>
+  <way id='-915' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-446' />
+    <nd ref='-374' />
+  </way>
+  <way id='-913' timestamp='2011-01-12T11:14:40Z' visible='true'>
+    <nd ref='-344' />
+    <nd ref='-192' />
+  </way>
+  <way id='-911' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-496' />
+    <nd ref='-342' />
+  </way>
+  <way id='-909' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true'>
+    <nd ref='-296' />
+    <nd ref='-226' />
+  </way>
+  <way id='-907' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-374' />
+    <nd ref='-214' />
+  </way>
+  <way id='-905' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-414' />
+    <nd ref='-190' />
+  </way>
+  <way id='-903' timestamp='2010-09-20T10:45:24Z' visible='true'>
+    <nd ref='-218' />
+    <nd ref='-140' />
+  </way>
+  <way id='-901' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <nd ref='-300' />
+    <nd ref='-388' />
+  </way>
+  <way id='-899' timestamp='2010-09-14T14:43:02Z' visible='true'>
+    <nd ref='-362' />
+    <nd ref='-274' />
+  </way>
+  <way id='-897' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-474' />
+    <nd ref='-294' />
+  </way>
+  <way id='-895' action='modify' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-160' />
+    <nd ref='-324' />
+  </way>
+  <way id='-893' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-510' />
+    <nd ref='-444' />
+  </way>
+  <way id='-891' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-402' />
+    <nd ref='-250' />
+  </way>
+  <way id='-889' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-124' />
+    <nd ref='-122' />
+  </way>
+  <way id='-887' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-120' />
+    <nd ref='-124' />
+  </way>
+  <way id='-885' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-120' />
+    <nd ref='-118' />
+  </way>
+  <way id='-883' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-116' />
+    <nd ref='-118' />
+  </way>
+  <way id='-881' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-114' />
+    <nd ref='-116' />
+  </way>
+  <way id='-879' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-112' />
+    <nd ref='-114' />
+  </way>
+  <way id='-877' timestamp='2010-09-14T14:43:02Z' visible='true'>
+    <nd ref='-118' />
+    <nd ref='-110' />
+  </way>
+  <way id='-875' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-110' />
+    <nd ref='-108' />
+  </way>
+  <way id='-873' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-108' />
+    <nd ref='-112' />
+  </way>
+  <way id='-871' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-112' />
+    <nd ref='-106' />
+  </way>
+  <way id='-869' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-106' />
+    <nd ref='-104' />
+  </way>
+  <way id='-867' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-104' />
+    <nd ref='-102' />
+  </way>
+  <way id='-865' action='modify' timestamp='2011-01-15T15:11:18Z' visible='true'>
+    <nd ref='-98' />
+    <nd ref='-94' />
+    <nd ref='-92' />
+    <nd ref='-90' />
+    <nd ref='-88' />
+    <nd ref='-86' />
+    <nd ref='-84' />
+    <nd ref='-80' />
+    <nd ref='-82' />
+    <nd ref='-78' />
+    <nd ref='-76' />
+    <nd ref='-74' />
+    <nd ref='-72' />
+    <nd ref='-70' />
+    <nd ref='-68' />
+    <nd ref='-778' />
+    <nd ref='-96' />
+    <tag k='type' v='grid' />
+  </way>
+  <way id='-863' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-62' />
+    <nd ref='-60' />
+  </way>
+  <way id='-861' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-58' />
+    <nd ref='-62' />
+  </way>
+  <way id='-859' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-56' />
+    <nd ref='-58' />
+  </way>
+  <way id='-857' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-56' />
+    <nd ref='-54' />
+  </way>
+  <way id='-855' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-54' />
+    <nd ref='-52' />
+  </way>
+  <way id='-853' action='modify' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-52' />
+    <nd ref='-50' />
+  </way>
+  <way id='-851' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-48' />
+    <nd ref='-46' />
+  </way>
+  <way id='-849' timestamp='2010-07-29T14:09:05Z' visible='true'>
+    <nd ref='-44' />
+    <nd ref='-48' />
+  </way>
+  <way id='-847' timestamp='2010-09-14T14:43:02Z' visible='true'>
+    <nd ref='-50' />
+    <nd ref='-44' />
+  </way>
+  <way id='-845' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <nd ref='-42' />
+    <nd ref='-50' />
+  </way>
+  <way id='-843' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-42' />
+    <nd ref='-40' />
+  </way>
+  <way id='-841' timestamp='2010-07-27T09:49:02Z' visible='true'>
+    <nd ref='-40' />
+    <nd ref='-38' />
+  </way>
+  <way id='-839' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-24' />
+    <nd ref='-22' />
+  </way>
+  <way id='-837' action='modify' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-22' />
+    <nd ref='-20' />
+  </way>
+  <way id='-835' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-18' />
+    <nd ref='-16' />
+  </way>
+  <way id='-833' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-16' />
+    <nd ref='-14' />
+  </way>
+  <way id='-831' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-14' />
+    <nd ref='-12' />
+  </way>
+  <way id='-829' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-12' />
+    <nd ref='-10' />
+  </way>
+  <way id='-827' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-10' />
+    <nd ref='-8' />
+  </way>
+  <way id='-825' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-10' />
+    <nd ref='-6' />
+  </way>
+  <way id='-823' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-6' />
+    <nd ref='-4' />
+  </way>
+  <way id='-821' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-4' />
+    <nd ref='-18' />
+  </way>
+  <way id='-819' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-16' />
+    <nd ref='-22' />
+  </way>
+  <way id='-817' timestamp='2011-02-20T17:16:55Z' visible='true'>
+    <nd ref='-20' />
+    <nd ref='-18' />
+  </way>
+  <way id='25622133' action='modify' timestamp='2010-09-02T23:27:50Z' uid='89943' user='Bengatzer' visible='true' version='14' changeset='5666931'>
+    <nd ref='332209785' />
+    <nd ref='300919273' />
+  </way>
+  <way id='30146592' action='delete' timestamp='2010-09-02T23:27:18Z' uid='89943' user='Bengatzer' visible='true' version='5' changeset='5666931'>
+  </way>
+  <way id='49747643' action='delete' timestamp='2010-09-02T23:28:06Z' uid='89943' user='Bengatzer' visible='true' version='2' changeset='5666931'>
+  </way>
+  <way id='49747644' action='delete' timestamp='2010-09-02T23:28:15Z' uid='89943' user='Bengatzer' visible='true' version='2' changeset='5666931'>
+  </way>
+  <way id='75689743' action='delete' timestamp='2010-09-02T23:27:14Z' uid='89943' user='Bengatzer' visible='true' version='1' changeset='5666931'>
+  </way>
+  <relation id='-1412' action='modify' timestamp='2011-02-21T10:14:28Z' visible='true'>
+    <member type='way' ref='-1355' role='' />
+    <member type='way' ref='-1351' role='' />
+    <member type='node' ref='-768' role='' />
+    <member type='way' ref='-1353' role='' />
+    <member type='way' ref='-1349' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1410' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <member type='way' ref='-1333' role='' />
+    <member type='way' ref='-1347' role='' />
+    <member type='way' ref='-1329' role='' />
+    <member type='way' ref='-1335' role='forward' />
+    <member type='way' ref='-1327' role='forward' />
+    <member type='way' ref='-1331' role='forward' />
+    <member type='way' ref='-1343' role='forward' />
+    <member type='way' ref='-1325' role='forward' />
+    <member type='way' ref='-1339' role='forward' />
+    <member type='way' ref='-1345' role='' />
+    <member type='way' ref='-1341' role='' />
+    <member type='way' ref='-1337' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1408' action='modify' timestamp='2011-01-12T12:08:32Z' visible='true'>
+    <member type='way' ref='-1307' role='' />
+    <member type='way' ref='-1315' role='' />
+    <member type='way' ref='-1317' role='' />
+    <member type='way' ref='-1313' role='forward' />
+    <member type='way' ref='-1303' role='forward' />
+    <member type='way' ref='-1305' role='forward' />
+    <member type='way' ref='-1309' role='forward' />
+    <member type='way' ref='-1321' role='forward' />
+    <member type='way' ref='-1301' role='forward' />
+    <member type='way' ref='-1323' role='' />
+    <member type='way' ref='-1311' role='' />
+    <member type='way' ref='-1319' role='' />
+    <tag k='name' v='ex2' />
+  </relation>
+  <relation id='-1406' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <member type='way' ref='-1307' role='' />
+    <member type='way' ref='-1315' role='' />
+    <member type='way' ref='-1309' role='forward' />
+    <member type='way' ref='-1321' role='forward' />
+    <member type='way' ref='-1301' role='forward' />
+    <member type='way' ref='-1313' role='forward' />
+    <member type='way' ref='-1305' role='forward' />
+    <member type='way' ref='-1303' role='forward' />
+    <member type='way' ref='-1323' role='' />
+    <member type='way' ref='-1311' role='' />
+    <member type='way' ref='-1319' role='' />
+    <tag k='name' v='ex1' />
+  </relation>
+  <relation id='-1404' action='modify' timestamp='2011-01-07T10:51:09Z' visible='true'>
+    <member type='way' ref='-1245' role='forward' />
+    <member type='way' ref='-1059' role='forward' />
+    <member type='way' ref='-1099' role='forward' />
+    <member type='way' ref='-1025' role='forward' />
+    <member type='way' ref='-1173' role='forward' />
+    <member type='way' ref='-987' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1402' action='modify' timestamp='2010-07-27T10:49:23Z' visible='true'>
+    <member type='way' ref='-1067' role='' />
+    <member type='way' ref='-1187' role='backward' />
+    <member type='way' ref='-993' role='' />
+    <member type='way' ref='-1195' role='backward' />
+    <member type='way' ref='-921' role='forward' />
+    <member type='way' ref='-965' role='backward' />
+    <member type='way' ref='-1043' role='forward' />
+    <member type='way' ref='-1119' role='backward' />
+    <member type='way' ref='-989' role='' />
+    <member type='way' ref='-957' role='backward' />
+    <member type='way' ref='-1061' role='' />
+    <member type='way' ref='-1037' role='backward' />
+    <member type='way' ref='-891' role='backward' />
+    <member type='way' ref='-1111' role='forward' />
+    <member type='way' ref='-1047' role='backward' />
+    <member type='way' ref='-897' role='forward' />
+    <member type='way' ref='-1031' role='forward' />
+    <member type='way' ref='-1257' role='forward' />
+    <member type='way' ref='-1145' role='forward' />
+    <member type='way' ref='-919' role='forward' />
+    <member type='way' ref='-971' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1400' action='modify' timestamp='2010-07-27T20:07:30Z' visible='true'>
+    <member type='way' ref='-1161' role='forward' />
+    <member type='way' ref='-1085' role='forward' />
+    <member type='way' ref='-933' role='forward' />
+    <member type='way' ref='-983' role='forward' />
+    <member type='way' ref='-1141' role='forward' />
+    <member type='way' ref='-905' role='forward' />
+    <member type='way' ref='-1233' role='forward' />
+    <member type='way' ref='-1207' role='forward' />
+    <member type='way' ref='-1133' role='forward' />
+    <member type='way' ref='-1055' role='forward' />
+    <member type='way' ref='-1063' role='forward' />
+    <member type='way' ref='-1049' role='forward' />
+    <member type='way' ref='-1127' role='forward' />
+    <member type='way' ref='-1215' role='forward' />
+    <member type='way' ref='-977' role='forward' />
+    <member type='way' ref='-911' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1398' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true'>
+    <member type='way' ref='-929' role='forward' />
+    <member type='way' ref='-1153' role='' />
+    <member type='way' ref='-1081' role='forward' />
+    <member type='way' ref='-1001' role='' />
+    <member type='way' ref='-1007' role='' />
+    <member type='way' ref='-1075' role='forward' />
+    <member type='way' ref='-1261' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1396' action='modify' timestamp='2011-01-07T11:23:54Z' visible='true'>
+    <member type='way' ref='-1129' role='forward' />
+    <member type='way' ref='-901' role='forward' />
+    <member type='way' ref='-1203' role='forward' />
+    <member type='way' ref='-1137' role='' />
+    <member type='way' ref='-1123' role='forward' />
+    <member type='way' ref='-907' role='forward' />
+    <member type='way' ref='-1051' role='forward' />
+    <member type='way' ref='-1217' role='' />
+    <member type='way' ref='-915' role='forward' />
+    <member type='way' ref='-1211' role='forward' />
+    <member type='way' ref='-979' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1394' action='modify' timestamp='2010-07-28T12:06:45Z' visible='true'>
+    <member type='way' ref='-917' role='forward' />
+    <member type='way' ref='-1131' role='' />
+    <member type='way' ref='-1083' role='' />
+    <member type='way' ref='-1053' role='' />
+    <member type='way' ref='-1213' role='' />
+    <member type='way' ref='-909' role='' />
+    <member type='way' ref='-903' role='' />
+    <member type='way' ref='-1009' role='forward' />
+    <member type='way' ref='-1205' role='' />
+    <member type='way' ref='-1219' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1392' timestamp='2010-07-27T12:36:40Z' visible='true'>
+    <member type='way' ref='-1005' role='' />
+    <member type='way' ref='-1157' role='' />
+    <member type='way' ref='-1229' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1390' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <member type='way' ref='-1115' role='' />
+    <member type='way' ref='-961' role='' />
+    <member type='way' ref='-1181' role='' />
+    <member type='way' ref='-1033' role='forward' />
+    <member type='way' ref='-1107' role='forward' />
+    <member type='way' ref='-1097' role='forward' />
+    <member type='way' ref='-1251' role='forward' />
+    <member type='way' ref='-1023' role='forward' />
+    <member type='way' ref='-1171' role='forward' />
+    <member type='way' ref='-951' role='' />
+    <member type='way' ref='-1191' role='' />
+    <member type='way' ref='-1017' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1388' action='modify' timestamp='2010-07-27T20:07:30Z' visible='true'>
+    <member type='way' ref='-1235' role='forward' />
+    <member type='way' ref='-935' role='forward' />
+    <member type='way' ref='-931' role='forward' />
+    <member type='way' ref='-1003' role='forward' />
+    <member type='way' ref='-1159' role='forward' />
+    <member type='way' ref='-1231' role='forward' />
+    <member type='way' ref='-1227' role='forward' />
+    <member type='way' ref='-925' role='forward' />
+    <member type='way' ref='-1077' role='forward' />
+    <member type='way' ref='-1155' role='forward' />
+    <member type='way' ref='-1149' role='forward' />
+    <member type='way' ref='-1223' role='forward' />
+    <member type='way' ref='-997' role='forward' />
+    <member type='way' ref='-1071' role='forward' />
+    <member type='way' ref='-955' role='forward' />
+    <member type='way' ref='-1027' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1386' timestamp='2010-07-27T09:29:05Z' visible='true'>
+    <member type='way' ref='-1069' role='' />
+    <member type='way' ref='-999' role='' />
+    <member type='way' ref='-1225' role='' />
+    <member type='way' ref='-927' role='' />
+    <member type='way' ref='-995' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1384' action='modify' timestamp='2010-09-22T13:12:44Z' visible='true'>
+    <member type='way' ref='-1243' role='forward' />
+    <member type='way' ref='-1201' role='forward' />
+    <member type='way' ref='-1091' role='forward' />
+    <member type='way' ref='-973' role='forward' />
+    <member type='way' ref='-945' role='forward' />
+    <member type='way' ref='-1045' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1382' action='modify' timestamp='2010-09-22T07:22:37Z' visible='true'>
+    <member type='way' ref='-1255' role='forward' />
+    <member type='way' ref='-1185' role='' />
+    <member type='way' ref='-1019' role='forward' />
+    <member type='way' ref='-1175' role='forward' />
+    <member type='way' ref='-947' role='forward' />
+    <member type='way' ref='-1101' role='forward' />
+    <member type='way' ref='-1087' role='forward' />
+    <member type='way' ref='-1247' role='forward' />
+    <member type='way' ref='-1093' role='forward' />
+    <member type='way' ref='-1239' role='forward' />
+    <member type='way' ref='-1167' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1380' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <member type='way' ref='-981' role='forward' />
+    <member type='way' ref='-975' role='' />
+    <member type='way' ref='-1165' role='forward' />
+    <member type='way' ref='-937' role='' />
+    <member type='way' ref='-1199' role='' />
+    <member type='way' ref='-1011' role='forward' />
+    <member type='way' ref='-1125' role='' />
+    <member type='way' ref='-943' role='' />
+    <member type='way' ref='-1139' role='forward' />
+    <member type='way' ref='-1237' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1378' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <member type='way' ref='-1105' role='forward' />
+    <member type='way' ref='-959' role='forward' />
+    <member type='way' ref='-1189' role='' />
+    <member type='way' ref='-1039' role='forward' />
+    <member type='way' ref='-1259' role='' />
+    <member type='way' ref='-899' role='forward' />
+    <member type='way' ref='-967' role='' />
+    <member type='way' ref='-1113' role='forward' />
+    <member type='way' ref='-893' role='' />
+    <member type='way' ref='-1179' role='forward' />
+    <member type='way' ref='-1197' role='' />
+    <member type='way' ref='-1121' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1376' action='modify' timestamp='2011-01-12T11:14:41Z' visible='true'>
+    <member type='way' ref='-913' role='' />
+    <member type='way' ref='-1057' role='' />
+    <member type='way' ref='-1065' role='' />
+    <member type='way' ref='-1143' role='' />
+    <member type='way' ref='-1135' role='' />
+    <member type='way' ref='-1209' role='' />
+    <member type='way' ref='-985' role='' />
+    <member type='way' ref='-1057' role='' />
+    <member type='way' ref='-939' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1374' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <member type='way' ref='-1193' role='forward' />
+    <member type='way' ref='-941' role='forward' />
+    <member type='way' ref='-963' role='' />
+    <member type='way' ref='-969' role='forward' />
+    <member type='way' ref='-1163' role='forward' />
+    <member type='way' ref='-895' role='' />
+    <member type='way' ref='-1109' role='forward' />
+    <member type='way' ref='-1117' role='forward' />
+    <member type='way' ref='-1263' role='forward' />
+    <member type='way' ref='-1183' role='' />
+    <member type='way' ref='-1035' role='forward' />
+    <member type='way' ref='-953' role='forward' />
+    <member type='way' ref='-1253' role='forward' />
+    <member type='way' ref='-1013' role='forward' />
+    <member type='way' ref='-1041' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1372' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <member type='way' ref='-1089' role='forward' />
+    <member type='way' ref='-1241' role='forward' />
+    <member type='way' ref='-1073' role='forward' />
+    <member type='way' ref='-923' role='' />
+    <member type='way' ref='-1079' role='' />
+    <member type='way' ref='-1177' role='forward' />
+    <member type='way' ref='-949' role=' ' />
+    <member type='way' ref='-1095' role='' />
+    <member type='way' ref='-1249' role='forward' />
+    <member type='way' ref='-1103' role='' />
+    <member type='way' ref='-1151' role='forward' />
+    <member type='way' ref='-1029' role='forward' />
+    <member type='way' ref='-1169' role='forward' />
+    <member type='way' ref='-1021' role='forward' />
+    <member type='way' ref='-1015' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1370' action='modify' timestamp='2010-07-29T13:40:01Z' visible='true'>
+    <member type='way' ref='-1147' role='' />
+    <member type='way' ref='-1221' role='' />
+    <member type='way' ref='-991' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1368' action='modify' timestamp='2010-12-25T10:26:34Z' visible='true'>
+    <member type='way' ref='-839' role='' />
+    <member type='way' ref='-821' role='forward' />
+    <member type='way' ref='-831' role='forward' />
+    <member type='way' ref='-825' role='forward' />
+    <member type='way' ref='-833' role='forward' />
+    <member type='way' ref='-837' role='forward' />
+    <member type='way' ref='-835' role='forward' />
+    <member type='way' ref='-827' role='' />
+    <member type='way' ref='-819' role='forward' />
+    <member type='way' ref='-823' role='forward' />
+    <member type='way' ref='-817' role='forward' />
+    <member type='way' ref='-829' role='forward' />
+    <member type='way' ref='-835' role='forward' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='-1366' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <member type='way' ref='-889' role='' />
+    <member type='way' ref='-887' role='' />
+    <member type='way' ref='-885' role='' />
+    <member type='way' ref='-883' role='forward' />
+    <member type='way' ref='-881' role='forward' />
+    <member type='way' ref='-879' role='forward' />
+    <member type='way' ref='-877' role='forward' />
+    <member type='way' ref='-875' role='forward' />
+    <member type='way' ref='-873' role='forward' />
+    <member type='way' ref='-871' role='' />
+    <member type='way' ref='-869' role='' />
+    <member type='way' ref='-867' role='' />
+    <tag k='name' v='ex1' />
+  </relation>
+  <relation id='-1364' action='modify' timestamp='2010-07-27T08:34:21Z' visible='true'>
+    <member type='way' ref='-841' role='' />
+    <member type='way' ref='-843' role='' />
+    <member type='way' ref='-845' role='' />
+    <member type='way' ref='-847' role='forward' />
+    <member type='way' ref='-849' role='forward' />
+    <member type='way' ref='-851' role='forward' />
+    <member type='way' ref='-853' role='forward' />
+    <member type='way' ref='-855' role='forward' />
+    <member type='way' ref='-857' role='forward' />
+    <member type='way' ref='-859' role='' />
+    <member type='way' ref='-861' role='' />
+    <member type='way' ref='-863' role='' />
+    <tag k='name' v='pokus' />
+  </relation>
+  <relation id='51857' action='modify' timestamp='2011-01-07T15:55:33Z' uid='132895' user='msbuettn' visible='true' version='974' changeset='6893860'>
+    <member type='way' ref='38423471' role='' />
+    <member type='way' ref='25622133' role='' />
+  </relation>
+</osm>
Index: /trunk/nodist/data/relation_sort.osm
===================================================================
--- /trunk/nodist/data/relation_sort.osm	(revision 16006)
+++ /trunk/nodist/data/relation_sort.osm	(revision 16006)
@@ -0,0 +1,245 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <node id='-102392' action='modify' lat='0.01291904386' lon='-0.02396592658'>
+    <tag k='leisure' v='playground' />
+    <tag k='name' v='playground' />
+  </node>
+  <node id='-102394' action='modify' lat='0.01332107032' lon='-0.02263899789'>
+    <tag k='name' v='tree' />
+    <tag k='natural' v='tree' />
+  </node>
+  <node id='-102396' action='modify' lat='0.01139224268' lon='-0.02151079902' />
+  <node id='-102398' action='modify' lat='0.0109901814' lon='-0.0222164576' />
+  <node id='-102400' action='modify' lat='0.0121881599' lon='-0.02275800953' />
+  <node id='-102402' action='modify' lat='0.01157190167' lon='-0.0230943624' />
+  <node id='-102404' action='modify' lat='0.01196661593' lon='-0.02305340149' />
+  <node id='-102406' action='modify' lat='0.01109685072' lon='-0.02314366015' />
+  <node id='-102408' action='modify' lat='0.01111326139' lon='-0.02365239075' />
+  <node id='-102410' action='modify' lat='0.01153993866' lon='-0.02462061996' />
+  <node id='-102412' action='modify' lat='0.01539626035' lon='-0.02388024137' />
+  <node id='-102414' action='modify' lat='0.01542802059' lon='-0.02334031727' />
+  <node id='-102416' action='modify' lat='0.01540023038' lon='-0.02298301455' />
+  <node id='-102418' action='modify' lat='0.01518187872' lon='-0.02231604948' />
+  <node id='-102420' action='modify' lat='0.01491191668' lon='-0.02217709842' />
+  <node id='-102422' action='modify' lat='0.01465783476' lon='-0.0221612183' />
+  <node id='-102424' action='modify' lat='0.01427274184' lon='-0.02253440114' />
+  <node id='-102426' action='modify' lat='0.01398689968' lon='-0.02242324029' />
+  <node id='-102428' action='modify' lat='0.01389955902' lon='-0.02207784767' />
+  <node id='-102430' action='modify' lat='0.01401468989' lon='-0.02181979571' />
+  <node id='-102432' action='modify' lat='0.01425289169' lon='-0.02177612537' />
+  <node id='-102434' action='modify' lat='0.01437993265' lon='-0.02156968381'>
+    <tag k='name' v='t1n1' />
+  </node>
+  <node id='-102436' action='modify' lat='0.01426877181' lon='-0.02151807341' />
+  <node id='-102438' action='modify' lat='0.01433229229' lon='-0.02137515233'>
+    <tag k='name' v='t1n2' />
+  </node>
+  <node id='-102440' action='modify' lat='0.01342315541' lon='-0.02427327436' />
+  <node id='-102442' action='modify' lat='0.01305394261' lon='-0.02332046712' />
+  <node id='-102444' action='modify' lat='0.01320480375' lon='-0.0219111064' />
+  <node id='-102446' action='modify' lat='0.01301027228' lon='-0.02147837311' />
+  <node id='-102448' action='modify' lat='0.01317304351' lon='-0.02399140222'>
+    <tag k='addr:housenumber' v='1' />
+    <tag k='name' v='t2n1' />
+  </node>
+  <node id='-102450' action='modify' lat='0.01307379276' lon='-0.02369761998'>
+    <tag k='addr:housenumber' v='2' />
+    <tag k='name' v='t2n2' />
+  </node>
+  <node id='-102452' action='modify' lat='0.01293087168' lon='-0.023173576'>
+    <tag k='addr:housenumber' v='3' />
+    <tag k='name' v='t2n3' />
+  </node>
+  <node id='-102454' action='modify' lat='0.01303806249' lon='-0.02222870882'>
+    <tag k='addr:housenumber' v='4' />
+    <tag k='name' v='t2n4' />
+  </node>
+  <node id='-102479' action='modify' lat='0.01033835868' lon='-0.02471605239' />
+  <node id='-102480' action='modify' lat='0.0103474155' lon='-0.02419528553' />
+  <node id='-102482' action='modify' lat='0.01009382468' lon='-0.0240503765' />
+  <node id='-102484' action='modify' lat='0.01007118265' lon='-0.02420887076' />
+  <node id='-102486' action='modify' lat='0.00997608609' lon='-0.02410018898' />
+  <node id='-102488' action='modify' lat='0.01002137016' lon='-0.02383301294' />
+  <node id='-102490' action='modify' lat='0.01036552913' lon='-0.02307676889' />
+  <node id='-102492' action='modify' lat='0.01029760301' lon='-0.02173183188' />
+  <way id='-102455' action='modify'>
+    <nd ref='-102406' />
+    <nd ref='-102402' />
+    <tag k='name' v='t3w2' />
+  </way>
+  <way id='-102456' action='modify'>
+    <nd ref='-102398' />
+    <nd ref='-102396' />
+    <tag k='name' v='t3w7' />
+  </way>
+  <way id='-102457' action='modify'>
+    <nd ref='-102404' />
+    <nd ref='-102400' />
+    <tag k='name' v='t3w4' />
+  </way>
+  <way id='-102458' action='modify'>
+    <nd ref='-102402' />
+    <nd ref='-102404' />
+    <tag k='name' v='t3w3' />
+  </way>
+  <way id='-102459' action='modify'>
+    <nd ref='-102406' />
+    <nd ref='-102398' />
+    <tag k='name' v='t3w6' />
+  </way>
+  <way id='-102460' action='modify'>
+    <nd ref='-102410' />
+    <nd ref='-102408' />
+    <nd ref='-102406' />
+    <tag k='name' v='t3w1' />
+  </way>
+  <way id='-102461' action='modify'>
+    <nd ref='-102412' />
+    <nd ref='-102414' />
+    <tag k='name' v='t1w1' />
+  </way>
+  <way id='-102462' action='modify'>
+    <nd ref='-102422' />
+    <nd ref='-102424' />
+    <tag k='name' v='t1w5' />
+  </way>
+  <way id='-102463' action='modify'>
+    <nd ref='-102426' />
+    <nd ref='-102428' />
+    <nd ref='-102430' />
+    <tag k='name' v='t1w6' />
+  </way>
+  <way id='-102464' action='modify'>
+    <nd ref='-102414' />
+    <nd ref='-102416' />
+    <tag k='name' v='t1w2' />
+  </way>
+  <way id='-102465' action='modify'>
+    <nd ref='-102416' />
+    <nd ref='-102418' />
+    <tag k='name' v='t1w3' />
+  </way>
+  <way id='-102466' action='modify'>
+    <nd ref='-102418' />
+    <nd ref='-102420' />
+    <tag k='name' v='t1w4' />
+  </way>
+  <way id='-102467' action='modify'>
+    <nd ref='-102430' />
+    <nd ref='-102432' />
+    <nd ref='-102436' />
+    <tag k='name' v='t1w7' />
+  </way>
+  <way id='-102468' action='modify'>
+    <nd ref='-102440' />
+    <nd ref='-102442' />
+    <tag k='name' v='t2w1' />
+  </way>
+  <way id='-102469' action='modify'>
+    <nd ref='-102442' />
+    <nd ref='-102444' />
+    <nd ref='-102446' />
+    <tag k='name' v='t2w2' />
+  </way>
+  <way id='-102470' action='modify'>
+    <nd ref='-102400' />
+    <nd ref='-102406' />
+    <tag k='name' v='t3w5' />
+  </way>
+  <way id='-102481' action='modify'>
+    <nd ref='-102479' />
+    <nd ref='-102480' />
+    <tag k='name' v='t4w1' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-102499' action='modify'>
+    <nd ref='-102480' />
+    <nd ref='-102482' />
+    <tag k='name' v='t4w2' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-102500' action='modify'>
+    <nd ref='-102482' />
+    <nd ref='-102484' />
+    <tag k='name' v='t4w3' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-102501' action='modify'>
+    <nd ref='-102484' />
+    <nd ref='-102486' />
+    <tag k='name' v='t4w4' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-102502' action='modify'>
+    <nd ref='-102486' />
+    <nd ref='-102488' />
+    <tag k='name' v='t4w5' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-102503' action='modify'>
+    <nd ref='-102490' />
+    <nd ref='-102488' />
+    <tag k='name' v='t4w6' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-102504' action='modify'>
+    <nd ref='-102490' />
+    <nd ref='-102492' />
+    <tag k='name' v='t4w7' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <relation id='-102471' action='modify'>
+    <member type='node' ref='-102392' role='' />
+    <member type='way' ref='-102468' role='street' />
+    <member type='node' ref='-102448' role='house' />
+    <member type='node' ref='-102450' role='house' />
+    <member type='node' ref='-102452' role='house' />
+    <member type='way' ref='-102469' role='street' />
+    <member type='node' ref='-102394' role='tree' />
+    <member type='node' ref='-102454' role='house' />
+    <tag k='test' v='street' />
+    <tag k='type' v='street' />
+  </relation>
+  <relation id='-102472' action='modify'>
+    <member type='way' ref='-102470' role='forward' />
+    <member type='way' ref='-102455' role='forward' />
+    <member type='way' ref='-102456' role='' />
+    <member type='way' ref='-102457' role='forward' />
+    <member type='way' ref='-102459' role='' />
+    <member type='way' ref='-102458' role='forward' />
+    <member type='way' ref='-102460' role='' />
+    <tag k='test' v='loop' />
+  </relation>
+  <relation id='-102473' action='modify'>
+    <member type='way' ref='-102465' role='' />
+    <member type='way' ref='-102467' role='' />
+    <member type='way' ref='-102461' role='' />
+    <member type='way' ref='-102464' role='' />
+    <member type='way' ref='-102466' role='' />
+    <member type='way' ref='-102462' role='' />
+    <member type='way' ref='-102463' role='' />
+    <member type='node' ref='-102434' role='' />
+    <member type='node' ref='-102438' role='' />
+    <tag k='test' v='generic' />
+  </relation>
+  <relation id='-102474' action='modify'>
+    <member type='way' ref='-102468' role='street' />
+    <member type='node' ref='-102448' role='house' />
+    <member type='node' ref='-102450' role='house' />
+    <member type='node' ref='-102452' role='house' />
+    <member type='way' ref='-102469' role='street' />
+    <member type='node' ref='-102454' role='house' />
+    <tag k='test' v='associatedStreet' />
+    <tag k='type' v='associatedStreet' />
+  </relation>
+  <relation id='-102497' action='modify'>
+    <member type='way' ref='-102481' role='' />
+    <member type='way' ref='-102499' role='' />
+    <member type='way' ref='-102500' role='' />
+    <member type='way' ref='-102501' role='' />
+    <member type='way' ref='-102502' role='' />
+    <member type='way' ref='-102503' role='' />
+    <member type='way' ref='-102504' role='' />
+    <tag k='test' v='direction' />
+  </relation>
+</osm>
Index: /trunk/nodist/data/restriction.osm
===================================================================
--- /trunk/nodist/data/restriction.osm	(revision 16006)
+++ /trunk/nodist/data/restriction.osm	(revision 16006)
@@ -0,0 +1,1322 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <bounds minlat='51.11' minlon='14.1474724' maxlat='51.128' maxlon='14.1624928' origin='OpenStreetMap server' />
+  <node id='-112765' timestamp='2009-09-09T15:30:17Z' lat='51.12685072757' lon='14.15427286731' />
+  <node id='-112767' timestamp='2009-09-09T15:30:17Z' lat='51.12491022742' lon='14.15549352527' />
+  <node id='-112769' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12605931503' lon='14.15436430695' />
+  <node id='-112771' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12586408431' lon='14.15567544036' />
+  <node id='-112773' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12579431682' lon='14.15414950429' />
+  <node id='-112775' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12642195563' lon='14.15531985188'>
+    <tag k='name' v='05.2 - no u-turn via way (oneway -1)' />
+  </node>
+  <node id='-112777' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12623599959' lon='14.15545319632' />
+  <node id='-112779' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12634290978' lon='14.15468281326' />
+  <node id='-112781' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12639417699' lon='14.15504124187' />
+  <node id='-112783' timestamp='2009-09-09T15:30:17Z' lat='51.12478663003' lon='14.14819163664' />
+  <node id='-112785' timestamp='2009-09-09T15:30:17Z' lat='51.12283807725' lon='14.15440385069' />
+  <node id='-112787' timestamp='2009-09-09T15:30:17Z' lat='51.12296149513' lon='14.15281897236' />
+  <node id='-112789' timestamp='2009-09-09T15:30:17Z' lat='51.12382849366' lon='14.15893983767' />
+  <node id='-112791' timestamp='2009-09-09T15:30:17Z' lat='51.12415687673' lon='14.14938313775' />
+  <node id='-112793' timestamp='2009-09-09T15:30:17Z' lat='51.12640159941' lon='14.15004290516' />
+  <node id='-112795' timestamp='2009-09-09T15:30:17Z' lat='51.12273695881' lon='14.14938084777' />
+  <node id='-112797' timestamp='2009-09-09T15:30:17Z' lat='51.1277862524' lon='14.14978912672'>
+    <tag k='name' v='02 - no left turn' />
+  </node>
+  <node id='-112799' timestamp='2009-09-09T15:30:17Z' lat='51.1225259251' lon='14.14922859479' />
+  <node id='-112801' timestamp='2009-09-09T15:30:17Z' lat='51.12746773715' lon='14.14874657148' />
+  <node id='-112803' timestamp='2009-09-09T15:30:17Z' lat='51.12729238308' lon='14.15557661349' />
+  <node id='-112805' timestamp='2009-09-09T15:30:17Z' lat='51.1229567433' lon='14.15107768356' />
+  <node id='-112807' timestamp='2009-09-09T15:30:17Z' lat='51.12772365837' lon='14.15281769346'>
+    <tag k='name' v='04 - no u-turn' />
+  </node>
+  <node id='-112809' timestamp='2009-09-09T15:30:17Z' lat='51.12657975215' lon='14.14956647934' />
+  <node id='-112811' timestamp='2009-09-09T15:30:17Z' lat='51.12516999149' lon='14.15176588735'>
+    <tag k='name' v='E03 - more than one to way' />
+  </node>
+  <node id='-112813' timestamp='2009-09-09T15:30:17Z' lat='51.12760635285' lon='14.14781126188' />
+  <node id='-112815' timestamp='2009-09-09T15:30:17Z' lat='51.12692046293' lon='14.15579884295' />
+  <node id='-112817' timestamp='2009-09-09T15:30:17Z' lat='51.12663682278' lon='14.15112887816'>
+    <tag k='name' v='13 - only straight on' />
+  </node>
+  <node id='-112819' timestamp='2009-09-09T15:30:17Z' lat='51.12311262389' lon='14.14818981581' />
+  <node id='-112821' timestamp='2009-09-09T15:30:17Z' lat='51.1275783295' lon='14.15056934876' />
+  <node id='-112823' timestamp='2009-09-09T15:30:17Z' lat='51.12679284443' lon='14.14842834219'>
+    <tag k='name' v='11 - only right turn' />
+  </node>
+  <node id='-112825' timestamp='2009-09-09T15:30:17Z' lat='51.12638224325' lon='14.14826886911' />
+  <node id='-112827' timestamp='2009-09-09T15:30:17Z' lat='51.12674414248' lon='14.14970522092'>
+    <tag k='name' v='12 - only left turn' />
+  </node>
+  <node id='-112829' timestamp='2009-09-09T15:30:17Z' lat='51.12526043589' lon='14.14863570781'>
+    <tag k='name' v='E01 - no via' />
+  </node>
+  <node id='-112831' timestamp='2009-09-09T15:30:17Z' lat='51.12338915823' lon='14.15147893707'>
+    <tag k='name' v='E10 - via and from no connected' />
+  </node>
+  <node id='-112833' timestamp='2009-09-09T15:30:17Z' lat='51.12509517451' lon='14.15978418431'>
+    <tag k='name' v='E07- unknown element type' />
+  </node>
+  <node id='-112835' timestamp='2009-09-09T15:30:17Z' lat='51.12643289814' lon='14.15053125281' />
+  <node id='-112837' timestamp='2009-09-09T15:30:17Z' lat='51.12713609363' lon='14.15684201958' />
+  <node id='-112839' timestamp='2009-09-09T15:30:17Z' lat='51.12464863837' lon='14.15725878008' />
+  <node id='-112841' timestamp='2009-09-09T15:30:17Z' lat='51.12590819464' lon='14.15077165847' />
+  <node id='-112843' timestamp='2009-09-09T15:30:17Z' lat='51.12712520737' lon='14.15250972111' />
+  <node id='-112845' timestamp='2009-09-09T15:30:17Z' lat='51.12731306547' lon='14.15265822038' />
+  <node id='-112847' timestamp='2009-09-09T15:30:17Z' lat='51.12699504738' lon='14.15246047377' />
+  <node id='-112849' timestamp='2009-09-09T15:30:17Z' lat='51.12295882294' lon='14.15448080142' />
+  <node id='-112851' timestamp='2009-09-09T15:30:17Z' lat='51.12713066197' lon='14.1524851921' />
+  <node id='-112853' timestamp='2009-09-09T15:30:17Z' lat='51.12584736985' lon='14.14938627477' />
+  <node id='-112855' timestamp='2009-09-09T15:30:17Z' lat='51.12747834203' lon='14.15544327581'>
+    <tag k='name' v='05 - no u-turn via way' />
+  </node>
+  <node id='-112857' timestamp='2009-09-09T15:30:17Z' lat='51.12523188077' lon='14.1477582322'>
+    <tag k='highway' v='stop' />
+    <tag k='name' v='Errors' />
+  </node>
+  <node id='-112859' timestamp='2009-09-09T15:30:17Z' lat='51.12457924322' lon='14.15349277214' />
+  <node id='-112861' timestamp='2009-09-09T15:30:17Z' lat='51.12491008503' lon='14.15746706215' />
+  <node id='-112863' timestamp='2009-09-09T15:30:17Z' lat='51.12738112256' lon='14.1531553777' />
+  <node id='-112865' timestamp='2009-09-09T15:30:17Z' lat='51.12297894719' lon='14.15697528755' />
+  <node id='-112867' timestamp='2009-09-09T15:30:17Z' lat='51.1268895' lon='14.14947018057' />
+  <node id='-112869' timestamp='2009-09-09T15:30:17Z' lat='51.12302326893' lon='14.15286439729' />
+  <node id='-112871' timestamp='2009-09-09T15:30:17Z' lat='51.1225043202' lon='14.15997507086' />
+  <node id='-112873' timestamp='2009-09-09T15:30:17Z' lat='51.12718925344' lon='14.15083447275' />
+  <node id='-112875' timestamp='2009-09-09T15:30:17Z' lat='51.12270489537' lon='14.1508732714' />
+  <node id='-112877' timestamp='2009-09-09T15:30:17Z' lat='51.12508922929' lon='14.14842635997' />
+  <node id='-112879' timestamp='2009-09-09T15:30:17Z' lat='51.12229069281' lon='14.15672519768' />
+  <node id='-112881' timestamp='2009-09-09T15:30:17Z' lat='51.12516087724' lon='14.15391322931'>
+    <tag k='name' v='E04 - unknown role node' />
+  </node>
+  <node id='-112883' timestamp='2009-09-09T15:30:17Z' lat='51.1230156811' lon='14.14959019561' />
+  <node id='-112885' timestamp='2009-09-09T15:30:17Z' lat='51.12277142137' lon='14.15265998513' />
+  <node id='-112887' timestamp='2009-09-09T15:30:17Z' lat='51.1270576424' lon='14.14943190703' />
+  <node id='-112889' timestamp='2009-09-09T15:30:17Z' lat='51.12509584886' lon='14.15762053315'>
+    <tag k='name' v='E06 - unknown role way' />
+  </node>
+  <node id='-112891' timestamp='2009-09-09T15:30:17Z' lat='51.12739968019' lon='14.14824941416' />
+  <node id='-112893' timestamp='2009-09-09T15:30:17Z' lat='51.12451791448' lon='14.15718204458' />
+  <node id='-112895' timestamp='2009-09-09T15:30:17Z' lat='51.12431684909' lon='14.15177684956' />
+  <node id='-112897' timestamp='2009-09-09T15:30:17Z' lat='51.1269944618' lon='14.15247971933' />
+  <node id='-112899' timestamp='2009-09-09T15:30:17Z' lat='51.12283390219' lon='14.14798046797' />
+  <node id='-112901' timestamp='2009-09-09T15:30:17Z' lat='51.12358644693' lon='14.14863388699'>
+    <tag k='name' v='E08 - no from' />
+  </node>
+  <node id='-112903' timestamp='2009-09-09T15:30:17Z' lat='51.12221154302' lon='14.15971194029' />
+  <node id='-112905' timestamp='2009-09-09T15:30:17Z' lat='51.12241027907' lon='14.15061586349' />
+  <node id='-112907' timestamp='2009-09-09T15:30:17Z' lat='51.12658892047' lon='14.14783071683' />
+  <node id='-112909' timestamp='2009-09-09T15:30:17Z' lat='51.12737566006' lon='14.14962965365' />
+  <node id='-112911' timestamp='2009-09-09T15:30:17Z' lat='51.12778224908' lon='14.15116697411'>
+    <tag k='name' v='03 - no straight on' />
+  </node>
+  <node id='-112913' timestamp='2009-09-09T15:30:17Z' lat='51.12604381243' lon='14.1507963768' />
+  <node id='-112915' timestamp='2009-09-09T15:30:17Z' lat='51.12348950513' lon='14.15003426679'>
+    <tag k='name' v='E09 - no to' />
+  </node>
+  <node id='-112917' timestamp='2009-09-09T15:30:17Z' lat='51.1273716567' lon='14.15100750104' />
+  <node id='-112919' timestamp='2009-09-09T15:30:17Z' lat='51.12450791843' lon='14.1479822888' />
+  <node id='-112921' timestamp='2009-09-09T15:30:17Z' lat='51.12262286893' lon='14.147828215' />
+  <node id='-112923' timestamp='2009-09-09T15:30:17Z' lat='51.12606421876' lon='14.1480711225' />
+  <node id='-112925' timestamp='2009-09-09T15:30:17Z' lat='51.12645030171' lon='14.14876602643' />
+  <node id='-112927' timestamp='2009-09-09T15:30:17Z' lat='51.12345568325' lon='14.15326565079'>
+    <tag k='name' v='E11 - via and to not connected' />
+  </node>
+  <node id='-112929' timestamp='2009-09-09T15:30:17Z' lat='51.12781027231' lon='14.14840888724'>
+    <tag k='name' v='01 - no right turn' />
+  </node>
+  <node id='-112931' timestamp='2009-09-09T15:30:17Z' lat='51.12711572139' lon='14.15448768912' />
+  <node id='-112933' timestamp='2009-09-09T15:30:17Z' lat='51.1240829202' lon='14.15113007892' />
+  <node id='-112935' timestamp='2009-09-09T15:30:17Z' lat='51.12461694194' lon='14.15939290172' />
+  <node id='-112937' timestamp='2009-09-09T15:30:17Z' lat='51.12574004806' lon='14.15080993201' />
+  <node id='-112939' timestamp='2009-09-09T15:30:17Z' lat='51.12466601376' lon='14.14958045761' />
+  <node id='-112941' timestamp='2009-09-09T15:30:17Z' lat='51.12633354088' lon='14.14954574784' />
+  <node id='-112943' timestamp='2009-09-09T15:30:17Z' lat='51.12308986901' lon='14.16065681827'>
+    <tag k='name' v='E14 - strange type' />
+  </node>
+  <node id='-112945' timestamp='2009-09-09T15:30:17Z' lat='51.12662845427' lon='14.14828960061' />
+  <node id='-112947' timestamp='2009-09-09T15:30:17Z' lat='51.12505818304' lon='14.14986547518' />
+  <node id='-112949' timestamp='2009-09-09T15:30:17Z' lat='51.12687109993' lon='14.15662719776' />
+  <node id='-112951' timestamp='2009-09-09T15:30:17Z' lat='51.12479673722' lon='14.14965719311' />
+  <node id='-112953' timestamp='2009-09-09T15:30:17Z' lat='51.12751973852' lon='14.1522200681' />
+  <node id='-112955' timestamp='2009-09-09T15:30:17Z' lat='51.12705363902' lon='14.15080975442' />
+  <node id='-112957' timestamp='2009-09-09T15:30:17Z' lat='51.12400877582' lon='14.15698472472' />
+  <node id='-112959' timestamp='2009-09-09T15:30:17Z' lat='51.12764588578' lon='14.14827014566' />
+  <node id='-112961' timestamp='2009-09-09T15:30:17Z' lat='51.12755927152' lon='14.15267895188' />
+  <node id='-112963' timestamp='2009-09-09T15:30:17Z' lat='51.12761786244' lon='14.15102823254' />
+  <node id='-112965' timestamp='2009-09-09T15:30:17Z' lat='51.12233094189' lon='14.15407681009' />
+  <node id='-112967' timestamp='2009-09-09T15:30:17Z' lat='51.12647243206' lon='14.15099013659' />
+  <node id='-112969' timestamp='2009-09-09T15:30:17Z' lat='51.12731275525' lon='14.15793094394' />
+  <node id='-112971' timestamp='2009-09-09T15:30:17Z' lat='51.12464878076' lon='14.1552852432' />
+  <node id='-112973' timestamp='2009-09-09T15:30:17Z' lat='51.12758233283' lon='14.14919150137' />
+  <node id='-112975' timestamp='2009-09-09T15:30:17Z' lat='51.1268854966' lon='14.15084802796' />
+  <node id='-112977' timestamp='2009-09-09T15:30:17Z' lat='51.12498422795' lon='14.15161241635' />
+  <node id='-112979' timestamp='2009-09-09T15:30:17Z' lat='51.12400891821' lon='14.15501118785' />
+  <node id='-112981' timestamp='2009-09-09T15:30:17Z' lat='51.12708166269' lon='14.14805166755' />
+  <node id='-112983' timestamp='2009-09-09T15:30:17Z' lat='51.12622622022' lon='14.15096940509' />
+  <node id='-112985' timestamp='2009-09-09T15:30:17Z' lat='51.12749871412' lon='14.15779760627'>
+    <tag k='name' v='05.1 - no u-turn via way (oneway)' />
+  </node>
+  <node id='-112987' timestamp='2009-09-09T15:30:17Z' lat='51.12619983608' lon='14.14809584082' />
+  <node id='-112989' timestamp='2009-09-09T15:30:17Z' lat='51.12719325681' lon='14.14945662536' />
+  <node id='-112991' timestamp='2009-09-09T15:30:17Z' lat='51.12299907143' lon='14.15538497248' />
+  <node id='-112993' timestamp='2009-09-09T15:30:17Z' lat='51.12615113351' lon='14.14937271956' />
+  <node id='-112995' timestamp='2009-09-09T15:30:17Z' lat='51.12524394628' lon='14.15001894618'>
+    <tag k='name' v='E02 - more than one from way' />
+  </node>
+  <node id='-112997' timestamp='2009-09-09T15:30:17Z' lat='51.12694083526' lon='14.15815317341' />
+  <node id='-112999' timestamp='2009-09-09T15:30:17Z' lat='51.1224768055' lon='14.15240257722' />
+  <node id='-113001' timestamp='2009-09-09T15:30:17Z' lat='51.12451805687' lon='14.1552085077' />
+  <node id='-113003' timestamp='2009-09-09T15:30:17Z' lat='51.12721727703' lon='14.14807638587' />
+  <node id='-113005' timestamp='2009-09-09T15:30:17Z' lat='51.12762186578' lon='14.14965038515' />
+  <node id='-113007' timestamp='2009-09-09T15:30:17Z' lat='51.12682956011' lon='14.15251522618' />
+  <node id='-113009' timestamp='2009-09-09T15:30:17Z' lat='51.12429689281' lon='14.14783003582' />
+  <node id='-113011' timestamp='2009-09-09T15:30:17Z' lat='51.12472278171' lon='14.15140413428' />
+  <node id='-113013' timestamp='2009-09-09T15:30:17Z' lat='51.12589607274' lon='14.14810939603' />
+  <node id='-113015' timestamp='2009-09-09T15:30:17Z' lat='51.12601551605' lon='14.14934800123' />
+  <node id='-113017' timestamp='2009-09-09T15:30:17Z' lat='51.12408119372' lon='14.15041358589' />
+  <node id='-113019' timestamp='2009-09-09T15:30:17Z' lat='51.12739930957' lon='14.15480621802' />
+  <node id='-113021' timestamp='2009-09-09T15:30:17Z' lat='51.12747094135' lon='14.15751898823' />
+  <node id='-113023' timestamp='2009-09-09T15:30:17Z' lat='51.12398683067' lon='14.15315812256' />
+  <node id='-113025' timestamp='2009-09-09T15:30:17Z' lat='51.12400723706' lon='14.15216052706' />
+  <node id='-113027' timestamp='2009-09-09T15:30:17Z' lat='51.12273343072' lon='14.15685986145' />
+  <node id='-113029' timestamp='2009-09-09T15:30:17Z' lat='51.12459205804' lon='14.15132739878' />
+  <node id='-113031' timestamp='2009-09-09T15:30:17Z' lat='51.12229069281' lon='14.15575048845' />
+  <node id='-113033' timestamp='2009-09-09T15:30:17Z' lat='51.12331829196' lon='14.14982491895' />
+  <node id='-113035' timestamp='2009-09-09T15:30:17Z' lat='51.12682690475' lon='14.15249874731' />
+  <node id='-113037' timestamp='2009-09-09T15:30:17Z' lat='51.12629427891' lon='14.15146656241' />
+  <node id='-113039' timestamp='2009-09-09T15:30:17Z' lat='51.12301517082' lon='14.1570971262' />
+  <node id='-113041' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.1208544112' lon='14.14973450254' />
+  <node id='-113043' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12138451003' lon='14.14910019727' />
+  <node id='-113045' timestamp='2009-09-09T15:30:17Z' lat='51.12227056826' lon='14.15828344994' />
+  <node id='-113047' timestamp='2009-09-09T15:30:17Z' lat='51.12691352038' lon='14.14808994108' />
+  <node id='-113049' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12104955775' lon='14.14842333078' />
+  <node id='-113051' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.121412314' lon='14.1493788014'>
+    <tag k='name' v='E15 - via wrong direction' />
+  </node>
+  <node id='-113053' timestamp='2009-09-09T15:30:17Z' lat='51.1228949694' lon='14.15103225864' />
+  <node id='-113055' timestamp='2009-09-09T15:30:17Z' lat='51.12422918217' lon='14.15805430338' />
+  <node id='-113057' timestamp='2009-09-09T15:30:17Z' lat='51.12741968169' lon='14.15716054847' />
+  <node id='-113059' timestamp='2009-09-09T15:30:17Z' lat='51.12310774219' lon='14.1577832702'>
+    <tag k='name' v='E13 - via way not connected to from' />
+  </node>
+  <node id='-113061' timestamp='2009-09-09T15:30:17Z' lat='51.12312786638' lon='14.15528237151'>
+    <tag k='name' v='E12 - via way not connected to to' />
+  </node>
+  <node id='-113063' timestamp='2009-09-09T15:30:17Z' lat='51.12743971371' lon='14.15150465836' />
+  <node id='-113065' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12133320856' lon='14.14874177937' />
+  <node id='-113067' timestamp='2009-09-09T15:30:17Z' lat='51.12439080525' lon='14.15002990839' />
+  <node id='-113069' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12122634865' lon='14.14951218338' />
+  <node id='-113071' timestamp='2009-09-09T15:30:17Z' lat='51.12744371706' lon='14.15012681097' />
+  <node id='-113073' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12078451382' lon='14.14820858199' />
+  <node id='-113075' timestamp='2009-09-09T15:30:17Z' lat='51.12509599125' lon='14.15564699627'>
+    <tag k='name' v='E05 - more than one via' />
+  </node>
+  <node id='-113077' timestamp='2009-09-09T15:30:17Z' lat='51.12341523412' lon='14.14842453915' />
+  <node id='-113079' timestamp='2009-09-09T15:30:17Z' lat='51.12654021832' lon='14.14910759556' />
+  <node id='-113081' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12583271475' lon='14.15961116877' />
+  <node id='-113083' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12602798967' lon='14.15830005232' />
+  <node id='-113085' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12620463765' lon='14.15938895641' />
+  <node id='-113087' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12631157382' lon='14.15861858265' />
+  <node id='-113089' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12576299859' lon='14.1580852272' />
+  <node id='-113091' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12636282899' lon='14.15897701552' />
+  <node id='-113093' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12639059826' lon='14.15925562781'>
+    <tag k='name' v='05.3 - no u-turn via way (no oneway)' />
+  </node>
+  <node id='-113095' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12137725231' lon='14.1518898594' />
+  <node id='-113097' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12140504965' lon='14.15216846523'>
+    <tag k='name' v='E16 - via wrong direction (oneway -1)' />
+  </node>
+  <node id='-113099' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.1208471382' lon='14.15252413281' />
+  <node id='-113101' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12104231609' lon='14.15121297265' />
+  <node id='-113103' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12121908106' lon='14.15230183603' />
+  <node id='-113105' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12132595938' lon='14.15153143836' />
+  <node id='-113107' action='modify' timestamp='2009-09-09T15:30:17Z' lat='51.12077727721' lon='14.15099820786' />
+  <node id='-113109' action='modify' lat='51.12141142564' lon='14.15385602832' />
+  <node id='-113111' action='modify' lat='51.12143162821' lon='14.15484308124'>
+    <tag k='name' v='E17.1 - superflous (from is oneway)' />
+  </node>
+  <node id='-113113' action='modify' lat='51.12081881295' lon='14.15481089473' />
+  <node id='-113115' action='modify' lat='51.12147876415' lon='14.15547608793' />
+  <node id='-113117' action='modify' lat='51.12084575174' lon='14.15725170225' />
+  <node id='-113119' action='modify' lat='51.12143836409' lon='14.15629683584' />
+  <node id='-113121' action='modify' lat='51.12145856665' lon='14.15728388876'>
+    <tag k='name' v='E17.2 - superflous (from is oneway (-1))' />
+  </node>
+  <node id='-113123' action='modify' lat='51.12150570255' lon='14.15791689545' />
+  <node id='-113125' action='modify' lat='51.12076830247' lon='14.15845333993' />
+  <node id='-113127' action='modify' lat='51.12098379911' lon='14.15860890806' />
+  <node id='-113129' action='modify' lat='51.12125316849' lon='14.15878593385' />
+  <node id='-113131' action='modify' lat='51.12123633295' lon='14.15932237566' />
+  <node id='-113133' action='modify' lat='51.12124306717' lon='14.15985345304' />
+  <node id='-113135' action='modify' lat='51.12063698371' lon='14.15979444444' />
+  <node id='-113137' action='modify' lat='51.12170099162' lon='14.1589790529'>
+    <tag k='name' v='E17.3 - superflous (from is oneway)' />
+  </node>
+  <node id='-113139' action='modify' lat='51.1217043587' lon='14.15991782606' />
+  <node id='-113141' action='modify' lat='51.1211740414' lon='14.16121333301' />
+  <node id='-113143' action='modify' lat='51.12118077563' lon='14.1617444104' />
+  <node id='-113145' action='modify' lat='51.1216387007' lon='14.16087001026' />
+  <node id='-113147' action='modify' lat='51.12164206778' lon='14.16180878341' />
+  <node id='-113149' action='modify' lat='51.12057469135' lon='14.1616854018' />
+  <node id='-113151' action='modify' lat='51.12070601028' lon='14.16034429729' />
+  <node id='-113153' action='modify' lat='51.12092150721' lon='14.16049986541' />
+  <node id='-113155' action='modify' lat='51.12119087696' lon='14.16067689121' />
+  <node id='-113285' action='modify' lat='51.11898154738' lon='14.15149110127' />
+  <node id='-113287' action='modify' lat='51.11955081506' lon='14.15174128292' />
+  <node id='-113290' action='modify' lat='51.11971470963' lon='14.15189934655'>
+    <tag k='name' v='E18 - to way doesn&apos;t start or end at via node' />
+  </node>
+  <node id='-113293' action='modify' lat='51.11903723764' lon='14.15246265907' />
+  <node id='-113694' action='modify' lat='51.1197837724' lon='14.14795874858' />
+  <node id='-113696' action='modify' lat='51.11980397568' lon='14.1489458015' />
+  <node id='-113698' action='modify' lat='51.11919113883' lon='14.14891361499' />
+  <node id='-113700' action='modify' lat='51.11985111328' lon='14.14957880819' />
+  <node id='-113903' action='modify' lat='51.11915454603' lon='14.153955978' />
+  <node id='-113905' action='modify' lat='51.11972381158' lon='14.15420615966' />
+  <node id='-113907' action='modify' lat='51.11988770553' lon='14.15436422329'>
+    <tag k='name' v='E18 - to way doesn&apos;t start or end at via node' />
+  </node>
+  <node id='-113909' action='modify' lat='51.11921023608' lon='14.1549275358' />
+  <node id='-114252' action='modify' lat='51.11907177664' lon='14.15604930116' />
+  <node id='-114254' action='modify' lat='51.11969492251' lon='14.15648362716' />
+  <node id='-114257' action='modify' lat='51.11989452214' lon='14.1575151514' />
+  <node id='-114261' action='modify' lat='51.11921782721' lon='14.15760822126' />
+  <node id='-114425' action='modify' lat='51.11908306419' lon='14.15822793912' />
+  <node id='-114427' action='modify' lat='51.11922911472' lon='14.15978685922' />
+  <node id='-114429' action='modify' lat='51.1197062099' lon='14.15866226512' />
+  <node id='-114431' action='modify' lat='51.11990580948' lon='14.15969378936' />
+  <node id='-138962' action='modify' lat='51.11964401375' lon='14.1607743948' />
+  <node id='-138964' action='modify' lat='51.11956090453' lon='14.1607328948' />
+  <node id='-138966' action='modify' lat='51.11932627434' lon='14.1605924948' />
+  <node id='-138968' action='modify' lat='51.11922148908' lon='14.1605297948' />
+  <node id='-138970' action='modify' lat='51.11970174611' lon='14.1606904948' />
+  <node id='-138972' action='modify' lat='51.11998142029' lon='14.1606011948' />
+  <node id='-138974' action='modify' lat='51.11970407232' lon='14.1609007948' />
+  <node id='-138976' action='modify' lat='51.11909862283' lon='14.1606108948' />
+  <node id='-138978' action='modify' lat='51.11929761964' lon='14.1607307948' />
+  <node id='-138980' action='modify' lat='51.11938242064' lon='14.1607607948' />
+  <node id='-139147' action='modify' lat='51.12600394515' lon='14.1602059678' />
+  <node id='-139148' action='modify' lat='51.12545534658' lon='14.15967261709' />
+  <node id='-139149' action='modify' lat='51.1257203484' lon='14.15988743891' />
+  <node id='-139150' action='modify' lat='51.12552508405' lon='14.16119859274' />
+  <node id='-139152' action='modify' lat='51.12608298001' lon='14.1608430256'>
+    <tag k='name' v='05.4 - no u-turn via way (oneway, conditional)' />
+  </node>
+  <node id='-139153' action='modify' lat='51.12589701544' lon='14.16097636327' />
+  <node id='-139155' action='modify' lat='51.12605520638' lon='14.16056440756' />
+  <way id='-138981' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112783' />
+    <nd ref='-112877' />
+    <nd ref='-112829' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138982' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112801' />
+    <nd ref='-112891' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138983' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112849' />
+    <nd ref='-113061' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138984' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112925' />
+    <nd ref='-112825' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138985' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112891' />
+    <nd ref='-112959' />
+    <nd ref='-112929' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138986' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112935' />
+    <nd ref='-112789' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138987' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112933' />
+    <nd ref='-113029' />
+    <nd ref='-113011' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138988' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113057' />
+    <nd ref='-113021' />
+    <nd ref='-112985' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-138989' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112765' />
+    <nd ref='-112931' />
+    <nd ref='-113019' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138990' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113079' />
+    <nd ref='-112941' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138991' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112845' />
+    <nd ref='-112961' />
+    <nd ref='-112807' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138992' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112821' />
+    <nd ref='-112917' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138993' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112979' />
+    <nd ref='-113001' />
+    <nd ref='-112971' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138994' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113059' />
+    <nd ref='-113045' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138995' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112845' />
+    <nd ref='-112843' />
+    <nd ref='-112897' />
+    <nd ref='-113007' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138996' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112909' />
+    <nd ref='-112989' />
+    <nd ref='-112887' />
+    <nd ref='-112867' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138997' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112883' />
+    <nd ref='-113033' />
+    <nd ref='-112915' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138998' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112909' />
+    <nd ref='-113005' />
+    <nd ref='-112797' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-138999' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112995' />
+    <nd ref='-112947' />
+    <nd ref='-112951' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139000' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112813' />
+    <nd ref='-112891' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139001' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112835' />
+    <nd ref='-112983' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139002' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113023' />
+    <nd ref='-112859' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139003' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113071' />
+    <nd ref='-112909' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139004' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112833' />
+    <nd ref='-112935' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139005' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112903' />
+    <nd ref='-112871' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139006' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112965' />
+    <nd ref='-112785' />
+    <nd ref='-112849' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139007' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112845' />
+    <nd ref='-112851' />
+    <nd ref='-112847' />
+    <nd ref='-113035' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139008' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112985' />
+    <nd ref='-112969' />
+    <nd ref='-112997' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139009' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112861' />
+    <nd ref='-113055' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139010' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112999' />
+    <nd ref='-112885' />
+    <nd ref='-112787' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139011' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113025' />
+    <nd ref='-112895' />
+    <nd ref='-113011' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139012' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113009' />
+    <nd ref='-112919' />
+    <nd ref='-112783' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139013' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113037' />
+    <nd ref='-112983' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139014' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112859' />
+    <nd ref='-112881' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139015' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112957' />
+    <nd ref='-112893' />
+    <nd ref='-112839' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139016' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112949' />
+    <nd ref='-112837' />
+    <nd ref='-113057' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139017' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113063' />
+    <nd ref='-112917' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139018' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112941' />
+    <nd ref='-112993' />
+    <nd ref='-113015' />
+    <nd ref='-112853' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139019' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112863' />
+    <nd ref='-112845' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139020' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112983' />
+    <nd ref='-112967' />
+    <nd ref='-112817' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139021' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112891' />
+    <nd ref='-113003' />
+    <nd ref='-112981' />
+    <nd ref='-113047' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139022' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112793' />
+    <nd ref='-112941' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139023' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113039' />
+    <nd ref='-113059' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139024' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112879' />
+    <nd ref='-113027' />
+    <nd ref='-112865' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139025' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112907' />
+    <nd ref='-112825' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139026' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112921' />
+    <nd ref='-112899' />
+    <nd ref='-112819' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139027' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112991' />
+    <nd ref='-113031' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139028' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112905' />
+    <nd ref='-112875' />
+    <nd ref='-113053' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139029' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112871' />
+    <nd ref='-112943' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139030' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112791' />
+    <nd ref='-112939' />
+    <nd ref='-112951' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139031' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113073' />
+    <nd ref='-113049' />
+    <nd ref='-113065' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139032' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113075' />
+    <nd ref='-112767' />
+    <nd ref='-112971' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139033' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112869' />
+    <nd ref='-112927' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139034' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112973' />
+    <nd ref='-112909' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139035' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113051' />
+    <nd ref='-113069' />
+    <nd ref='-113041' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139036' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112983' />
+    <nd ref='-112913' />
+    <nd ref='-112841' />
+    <nd ref='-112937' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139037' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112799' />
+    <nd ref='-112795' />
+    <nd ref='-112883' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139038' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112941' />
+    <nd ref='-112809' />
+    <nd ref='-112827' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139039' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112805' />
+    <nd ref='-112831' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139040' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112953' />
+    <nd ref='-112845' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139041' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112819' />
+    <nd ref='-113077' />
+    <nd ref='-112901' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139042' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113051' />
+    <nd ref='-113043' />
+    <nd ref='-113065' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139043' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113019' />
+    <nd ref='-112855' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139044' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112889' />
+    <nd ref='-112861' />
+    <nd ref='-112839' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139045' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112855' />
+    <nd ref='-112803' />
+    <nd ref='-112815' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139046' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113017' />
+    <nd ref='-113067' />
+    <nd ref='-112951' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139047' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112773' />
+    <nd ref='-112769' />
+    <nd ref='-112779' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139048' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112775' />
+    <nd ref='-112777' />
+    <nd ref='-112771' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139049' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112775' />
+    <nd ref='-112781' />
+    <nd ref='-112779' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='-1' />
+  </way>
+  <way id='-139050' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112917' />
+    <nd ref='-112963' />
+    <nd ref='-112911' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139051' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112825' />
+    <nd ref='-112987' />
+    <nd ref='-112923' />
+    <nd ref='-113013' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139052' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112917' />
+    <nd ref='-112873' />
+    <nd ref='-112955' />
+    <nd ref='-112975' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139053' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112825' />
+    <nd ref='-112945' />
+    <nd ref='-112823' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139054' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-112811' />
+    <nd ref='-112977' />
+    <nd ref='-113011' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139055' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113093' />
+    <nd ref='-113085' />
+    <nd ref='-113081' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139056' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113089' />
+    <nd ref='-113083' />
+    <nd ref='-113087' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139057' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113093' />
+    <nd ref='-113091' />
+    <nd ref='-113087' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='no' />
+  </way>
+  <way id='-139058' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113105' />
+    <nd ref='-113095' />
+    <nd ref='-113097' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='-1' />
+  </way>
+  <way id='-139059' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113107' />
+    <nd ref='-113101' />
+    <nd ref='-113105' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139060' timestamp='2009-09-09T15:30:17Z'>
+    <nd ref='-113097' />
+    <nd ref='-113103' />
+    <nd ref='-113099' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139061' action='modify'>
+    <nd ref='-113111' />
+    <nd ref='-113113' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139062' action='modify'>
+    <nd ref='-113111' />
+    <nd ref='-113109' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139063' action='modify'>
+    <nd ref='-113115' />
+    <nd ref='-113111' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139064' action='modify'>
+    <nd ref='-113121' />
+    <nd ref='-113117' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139065' action='modify'>
+    <nd ref='-113123' />
+    <nd ref='-113121' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139066' action='modify'>
+    <nd ref='-113119' />
+    <nd ref='-113121' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='-1' />
+  </way>
+  <way id='-139067' action='modify'>
+    <nd ref='-113129' />
+    <nd ref='-113127' />
+    <nd ref='-113125' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139068' action='modify'>
+    <nd ref='-113131' />
+    <nd ref='-113129' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139069' action='modify'>
+    <nd ref='-113135' />
+    <nd ref='-113133' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139070' action='modify'>
+    <nd ref='-113133' />
+    <nd ref='-113131' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139071' action='modify'>
+    <nd ref='-113129' />
+    <nd ref='-113137' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139072' action='modify'>
+    <nd ref='-113133' />
+    <nd ref='-113139' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139073' action='modify'>
+    <nd ref='-113141' />
+    <nd ref='-113155' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139074' action='modify'>
+    <nd ref='-113149' />
+    <nd ref='-113143' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139075' action='modify'>
+    <nd ref='-113155' />
+    <nd ref='-113145' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139076' action='modify'>
+    <nd ref='-113143' />
+    <nd ref='-113147' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139077' action='modify'>
+    <nd ref='-113143' />
+    <nd ref='-113141' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139078' action='modify'>
+    <nd ref='-113151' />
+    <nd ref='-113153' />
+    <nd ref='-113155' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139079' action='modify'>
+    <nd ref='-113285' />
+    <nd ref='-113287' />
+    <nd ref='-113290' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139080' action='modify'>
+    <nd ref='-113287' />
+    <nd ref='-113293' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139081' action='modify'>
+    <nd ref='-113698' />
+    <nd ref='-113696' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139082' action='modify'>
+    <nd ref='-113700' />
+    <nd ref='-113696' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139083' action='modify'>
+    <nd ref='-113696' />
+    <nd ref='-113694' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139084' action='modify'>
+    <nd ref='-113903' />
+    <nd ref='-113905' />
+    <nd ref='-113907' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139085' action='modify'>
+    <nd ref='-113905' />
+    <nd ref='-113909' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139086' action='modify'>
+    <nd ref='-114252' />
+    <nd ref='-114254' />
+    <nd ref='-114257' />
+    <nd ref='-114252' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139087' action='modify'>
+    <nd ref='-114252' />
+    <nd ref='-114261' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139088' action='modify'>
+    <nd ref='-114425' />
+    <nd ref='-114427' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139089' action='modify'>
+    <nd ref='-114425' />
+    <nd ref='-114429' />
+    <nd ref='-114431' />
+    <nd ref='-114425' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139090' action='modify'>
+    <nd ref='-138964' />
+    <nd ref='-138966' />
+    <nd ref='-138968' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139091' action='modify'>
+    <nd ref='-138964' />
+    <nd ref='-138970' />
+    <nd ref='-138972' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139092' action='modify'>
+    <nd ref='-138974' />
+    <nd ref='-138964' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139093' action='modify'>
+    <nd ref='-138976' />
+    <nd ref='-138978' />
+    <nd ref='-138980' />
+    <nd ref='-138964' />
+    <tag k='highway' v='unclassified' />
+  </way>
+  <way id='-139151' action='modify'>
+    <nd ref='-139148' />
+    <nd ref='-139149' />
+    <nd ref='-139147' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139154' action='modify'>
+    <nd ref='-139147' />
+    <nd ref='-139155' />
+    <nd ref='-139152' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <way id='-139156' action='modify'>
+    <nd ref='-139152' />
+    <nd ref='-139153' />
+    <nd ref='-139150' />
+    <tag k='highway' v='unclassified' />
+    <tag k='oneway' v='yes' />
+  </way>
+  <relation id='-139094' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139044' role='to' />
+    <member type='node' ref='-112839' role='via' />
+    <member type='way' ref='-139015' role='from' />
+    <member type='way' ref='-139009' role='xxx' />
+    <tag k='josm_error_codes' v='1807' />
+    <tag k='name' v='E06 - unknown role way' />
+    <tag k='restriction' v='only_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139095' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-138982' role='to' />
+    <member type='node' ref='-112891' role='via' />
+    <member type='way' ref='-139021' role='from' />
+    <tag k='name' v='OK 01 - no right turn' />
+    <tag k='restriction' v='no_right_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139096' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-138986' role='from' />
+    <member type='way' ref='-139004' role='to' />
+    <member type='node' ref='-112935' role='via' />
+    <member type='relation' ref='-139095' role='error' />
+    <tag k='josm_error_codes' v='1808' />
+    <tag k='name' v='E07- unknown element type' />
+    <tag k='restriction' v='no_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139097' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139037' role='from' />
+    <member type='node' ref='-112883' role='via' />
+    <tag k='josm_error_codes' v='1803' />
+    <tag k='name' v='E09 - no to' />
+    <tag k='restriction' v='no_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139098' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139046' role='from' />
+    <member type='way' ref='-139030' role='from' />
+    <member type='node' ref='-112951' role='via' />
+    <member type='way' ref='-138999' role='to' />
+    <tag k='josm_error_codes' v='1805' />
+    <tag k='name' v='E02 - more than one from way' />
+    <tag k='restriction' v='no_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139099' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139051' role='from' />
+    <member type='node' ref='-112825' role='via' />
+    <member type='way' ref='-138984' role='to' />
+    <tag k='name' v='OK 11 - only right turn' />
+    <tag k='restriction' v='only_right_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139100' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-138990' role='to' />
+    <member type='way' ref='-139018' role='from' />
+    <member type='node' ref='-112941' role='via' />
+    <tag k='name' v='OK 12 - only left turn' />
+    <tag k='restriction' v='only_left_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139101' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='node' ref='-112871' role='via' />
+    <member type='way' ref='-139029' role='to' />
+    <member type='way' ref='-139005' role='from' />
+    <tag k='josm_error_codes' v='1817' />
+    <tag k='name' v='E14 - strange type' />
+    <tag k='restriction' v='no_whatever' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139102' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139054' role='to' />
+    <member type='way' ref='-139011' role='to' />
+    <member type='way' ref='-138987' role='from' />
+    <member type='node' ref='-113011' role='via' />
+    <tag k='josm_error_codes' v='1806' />
+    <tag k='name' v='E03 - more than one to way' />
+    <tag k='restriction' v='only_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139103' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139043' role='via' />
+    <member type='way' ref='-138989' role='from' />
+    <member type='way' ref='-139045' role='to' />
+    <tag k='name' v='OK 05 - no u-turn via way' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139104' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139039' role='to' />
+    <member type='way' ref='-139028' role='from' />
+    <member type='node' ref='-112805' role='via' />
+    <tag k='josm_error_codes' v='1809' />
+    <tag k='name' v='E10 - via and from no connected' />
+    <tag k='restriction' v='no_right_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139105' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139050' role='to' />
+    <member type='way' ref='-139052' role='from' />
+    <member type='node' ref='-112917' role='via' />
+    <tag k='name' v='OK 03 - no straight on' />
+    <tag k='restriction' v='no_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139106' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139008' role='to' />
+    <member type='way' ref='-139016' role='from' />
+    <member type='way' ref='-138988' role='via' />
+    <tag k='name' v='OK 05.1 - no u-turn via way (oneway)' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139107' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139035' role='to' />
+    <member type='way' ref='-139031' role='from' />
+    <member type='way' ref='-139042' role='via' />
+    <tag k='josm_error_codes' v='1811,1812' />
+    <tag k='name' v='E15 - via wrong direction' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139108' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='node' ref='-112787' role='via' />
+    <member type='way' ref='-139033' role='to' />
+    <member type='way' ref='-139010' role='from' />
+    <tag k='josm_error_codes' v='1810' />
+    <tag k='name' v='E11 - via and to not connected' />
+    <tag k='restriction' v='no_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139109' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-138993' role='from' />
+    <member type='way' ref='-139032' role='to' />
+    <member type='node' ref='-113001' role='via' />
+    <member type='node' ref='-112971' role='via' />
+    <tag k='josm_error_codes' v='1804' />
+    <tag k='name' v='E05 - more than one via' />
+    <tag k='restriction' v='only_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139110' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-138981' role='to' />
+    <member type='way' ref='-139012' role='from' />
+    <tag k='josm_error_codes' v='1801' />
+    <tag k='name' v='E01 - no via' />
+    <tag k='restriction' v='no_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139111' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139023' role='via' />
+    <member type='way' ref='-138994' role='to' />
+    <member type='way' ref='-139024' role='from' />
+    <tag k='josm_error_codes' v='1811' />
+    <tag k='name' v='E13 - via way not connected to from' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139112' timestamp='2009-09-09T15:30:17Z'>
+    <member type='node' ref='-112845' role='via' />
+    <member type='way' ref='-138995' role='from' />
+    <member type='way' ref='-139007' role='to' />
+    <tag k='name' v='OK 04 - no u -turn' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139113' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139027' role='to' />
+    <member type='way' ref='-139006' role='from' />
+    <member type='way' ref='-138983' role='via' />
+    <tag k='josm_error_codes' v='1812' />
+    <tag k='name' v='E12 - via way not connected to to' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139114' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139036' role='from' />
+    <member type='way' ref='-139020' role='to' />
+    <member type='node' ref='-112983' role='via' />
+    <tag k='name' v='OK 13 - only straight on' />
+    <tag k='restriction' v='only_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139115' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139041' role='to' />
+    <member type='node' ref='-112819' role='via' />
+    <tag k='josm_error_codes' v='1802' />
+    <tag k='name' v='E08 - no from' />
+    <tag k='restriction' v='no_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139116' action='modify' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-139002' role='from' />
+    <member type='way' ref='-139014' role='to' />
+    <member type='node' ref='-112859' role='via' />
+    <member type='node' ref='-113023' role='' />
+    <tag k='josm_error_codes' v='1807' />
+    <tag k='name' v='E04 - unknown role node' />
+    <tag k='restriction' v='no_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139117' timestamp='2009-09-09T15:30:17Z'>
+    <member type='way' ref='-138996' role='from' />
+    <member type='way' ref='-139034' role='to' />
+    <member type='node' ref='-112909' role='via' />
+    <tag k='name' v='OK 02 - no left turn' />
+    <tag k='restriction' v='no_left_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139118' action='modify'>
+    <member type='way' ref='-139049' role='via' />
+    <member type='way' ref='-139048' role='to' />
+    <member type='way' ref='-139047' role='from' />
+    <tag k='name' v='OK 05.2 - no u-turn via way (oneway -1)' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139119' action='modify'>
+    <member type='way' ref='-139056' role='from' />
+    <member type='way' ref='-139057' role='via' />
+    <member type='way' ref='-139055' role='to' />
+    <tag k='name' v='OK 05.3 - no u-turn via way (no oneway)' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139120' action='modify'>
+    <member type='way' ref='-139059' role='from' />
+    <member type='way' ref='-139058' role='via' />
+    <member type='way' ref='-139060' role='to' />
+    <tag k='josm_error_codes' v='1811,1812' />
+    <tag k='name' v='E16 - via wrong direction (oneway -1)' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139121' action='modify'>
+    <member type='way' ref='-139062' role='from' />
+    <member type='way' ref='-139061' role='to' />
+    <member type='node' ref='-113111' role='via' />
+    <tag k='josm_error_codes' v='1815' />
+    <tag k='name' v='E17.2 - superflous (from is oneway (-1))' />
+    <tag k='restriction' v='no_right_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139122' action='modify'>
+    <member type='way' ref='-139066' role='from' />
+    <member type='way' ref='-139064' role='to' />
+    <member type='node' ref='-113121' role='via' />
+    <tag k='josm_error_codes' v='1815' />
+    <tag k='name' v='E17.1 - superflous (from is oneway)' />
+    <tag k='restriction' v='no_right_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139123' action='modify'>
+    <member type='way' ref='-139067' role='from' />
+    <member type='way' ref='-139068' role='via' />
+    <member type='way' ref='-139070' role='via' />
+    <member type='way' ref='-139069' role='to' />
+    <tag k='josm_error_codes' v='1815' />
+    <tag k='name' v='E17.3 - superflous (from is oneway with via way)' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139124' action='modify'>
+    <member type='way' ref='-139078' role='from' />
+    <member type='way' ref='-139073' role='via' />
+    <member type='way' ref='-139077' role='via' />
+    <member type='way' ref='-139074' role='to' />
+    <tag k='josm_error_codes' v='1815' />
+    <tag k='name' v='E17.4 - superflous (to is oneway with via way)' />
+    <tag k='restriction' v='no_u_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139125' action='modify'>
+    <member type='way' ref='-139080' role='from' />
+    <member type='way' ref='-139079' role='to' />
+    <member type='node' ref='-113287' role='via' />
+    <tag k='josm_error_codes' v='1810' />
+    <tag k='name' v='E18.1 - to way does not start or end at via node' />
+    <tag k='restriction' v='no_left_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139126' action='modify'>
+    <member type='way' ref='-139083' role='from' />
+    <member type='way' ref='-139081' role='to' />
+    <member type='node' ref='-113696' role='via' />
+    <tag k='josm_error_codes' v='1815' />
+    <tag k='name' v='E17.4 - superflous (to is oneway with via node)' />
+    <tag k='restriction' v='no_right_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139127' action='modify'>
+    <member type='way' ref='-139085' role='to' />
+    <member type='way' ref='-139084' role='from' />
+    <member type='node' ref='-113905' role='via' />
+    <tag k='josm_error_codes' v='1809' />
+    <tag k='name' v='E18.2 - from way does not start or end at a &quot;via&quot; node' />
+    <tag k='restriction' v='no_right_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139128' action='modify'>
+    <member type='way' ref='-139087' role='from' />
+    <member type='way' ref='-139086' role='to' />
+    <member type='node' ref='-114252' role='via' />
+    <tag k='josm_error_codes' v='1818' />
+    <tag k='name' v='E19.1 - to way is closed' />
+    <tag k='restriction' v='no_right_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139129' action='modify'>
+    <member type='way' ref='-139089' role='from' />
+    <member type='way' ref='-139088' role='to' />
+    <member type='node' ref='-114425' role='via' />
+    <tag k='josm_error_codes' v='1819' />
+    <tag k='name' v='E19.2 - from way is closed' />
+    <tag k='restriction' v='no_left_turn' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139130' action='modify'>
+    <member type='way' ref='-139092' role='from' />
+    <member type='node' ref='-138964' role='via' />
+    <member type='way' ref='-139090' role='to' />
+    <member type='node' ref='-138962' role='location_hint' />
+    <tag k='josm_error_codes' v='1807' />
+    <tag k='name' v='E20 - role location_hint' />
+    <tag k='restriction' v='only_straight_on' />
+    <tag k='type' v='restriction' />
+  </relation>
+  <relation id='-139207' action='modify'>
+    <member type='way' ref='-139151' role='from' />
+    <member type='way' ref='-139154' role='via' />
+    <member type='way' ref='-139156' role='to' />
+    <tag k='name' v='OK 05.4 - no u-turn via way (oneway, conditional)' />
+    <tag k='restriction:conditional' v='no_u_turn @ (Mo-Fr 16:00-18:00)' />
+    <tag k='type' v='restriction' />
+  </relation>
+</osm>
Index: /trunk/nodist/data/rtklib_example.pos
===================================================================
--- /trunk/nodist/data/rtklib_example.pos	(revision 16006)
+++ /trunk/nodist/data/rtklib_example.pos	(revision 16006)
@@ -0,0 +1,162 @@
+% program   : RTKLIB ver.demo5 b31
+% inp file  : rover_2019-06-08_08-03-52.obs
+% inp file  : 2019-06-08-00_00_00-GNSS-1.obs
+% inp file  : 2019-06-08-00_00_00-GNSS-1.nav
+% inp file  : 2019-06-08-00_00_00-GNSS-1.sbs
+% obs start : 2019/06/08 08:03:55.5 GPST (week2056 547435.5s)
+% obs end   : 2019/06/08 09:46:21.0 GPST (week2056 553581.0s)
+% pos mode  : kinematic
+% freqs     : L1
+% solution  : combined
+% elev mask : 15.0 deg
+% dynamics  : on
+% tidecorr  : off
+% ionos opt : sbas
+% tropo opt : sbas
+% ephemeris : broadcast
+% navi sys  : gps galileo beidou sbas
+% amb res   : fix and hold
+% val thres : 3.0
+% antenna1  :                       ( 0.0000  0.0000  0.0000)
+% antenna2  :                       ( 0.0000  0.0000  0.0000)
+% ref pos   : 47.060027749  -1.350495019   84.8600
+%
+% (lat/lon/height=WGS84/ellipsoidal,Q=1:fix,2:float,3:sbas,4:dgps,5:single,6:ppp,ns=# of satellites)
+%  GPST                  latitude(deg) longitude(deg)  height(m)   Q  ns   sdn(m)   sde(m)   sdu(m)  sdne(m)  sdeu(m)  sdun(m) age(s)  ratio
+2019/06/08 08:23:12.000   46.948881673   -1.484757046    92.3955   5   2   1.5620   0.9325   0.8167  -0.7246   0.7583   0.6573   0.00    0.0
+2019/06/08 08:23:12.300   46.948848788   -1.484833804    92.4220   5   3   1.4758   1.0096   0.8814  -0.6942   0.8505   0.6116   0.30    0.0
+2019/06/08 08:23:12.600   46.948813792   -1.484909829    92.4091   5   2   2.1081   1.2813   1.0397  -1.1106   0.9987   0.7367   0.60    0.0
+2019/06/08 08:23:12.900   46.948779140   -1.484986229    92.3736   5   2   2.8326   1.6742   1.2982  -1.5630   1.2565   0.8884   0.90    0.0
+2019/06/08 08:23:13.200   46.948744854   -1.485062975    92.2902   5   2   3.6159   2.1241   1.6466  -1.9920   1.5901   1.1395   0.20    0.0
+2019/06/08 08:23:13.500   46.948713060   -1.485139149    92.3189   5  18   3.9457   2.4259   2.0200  -1.9980   1.9244   1.4795   0.50    0.0
+2019/06/08 08:23:13.800   46.948683857   -1.485217312    92.2626   5  19   3.5354   2.4717   2.2715  -1.2931   2.1249   1.7616   0.80    0.0
+2019/06/08 08:23:14.100   46.948655272   -1.485293384    92.2833   5  18   2.7312   2.4024   2.2404   0.6702   2.0525   1.7913   0.10    0.0
+2019/06/08 08:23:14.400   46.948626092   -1.485367358    92.3972   5  17   1.9236   2.1953   1.9196   0.9413   1.7132   1.5611   0.40    0.0
+2019/06/08 08:23:14.700   46.948596651   -1.485443253    92.5788   5  17   1.2701   1.6139   1.4645   0.8161   1.3018   1.2056   0.70    0.0
+2019/06/08 08:23:15.000   46.948566957   -1.485520023    92.7400   5   2   0.7828   0.9580   0.9790   0.5956   0.8588   0.8204   0.00    0.0
+2019/06/08 08:23:15.300   46.948537341   -1.485595237    92.9436   5  17   0.5342   0.6179   0.7083   0.4817   0.6250   0.5978   0.30    0.0
+2019/06/08 08:23:15.600   46.948507439   -1.485669909    93.1221   2   4   0.4058   0.3567   0.4900   0.3239   0.3941   0.4355  -0.40    0.0
+2019/06/08 08:23:15.900   46.948477526   -1.485744397    93.2623   2   4   0.3750   0.2358   0.4073   0.2477   0.2858   0.3832  -0.10    0.0
+2019/06/08 08:23:16.200   46.948451394   -1.485815546    93.9011   2   4   0.1836   0.1904   0.2316   0.1661   0.2067   0.1962   0.20    0.0
+2019/06/08 08:23:16.500   46.948420724   -1.485888453    94.0974   2   5   0.1830   0.1916   0.2330   0.1664   0.2080   0.1964   0.50    0.0
+2019/06/08 08:23:16.800   46.948391572   -1.485959494    94.4561   2   7   0.4220   0.5231   0.6166   0.4615   0.5667   0.5058   0.80    0.0
+2019/06/08 08:23:17.100   46.948360137   -1.486034550    94.4872   2   4   0.2895   0.3457   0.4102   0.3043   0.3748   0.3384   0.10    0.0
+2019/06/08 08:23:17.400   46.948329481   -1.486109424    94.5336   2   4   0.1836   0.1926   0.2334   0.1667   0.2087   0.1967   0.40    0.0
+2019/06/08 08:23:17.700   46.948298931   -1.486185006    94.5665   2   4   0.1085   0.0631   0.0879   0.0371   0.0652   0.0840   0.70    0.0
+2019/06/08 08:23:18.000   46.948267189   -1.486259346    94.6620   2   5   0.0962   0.0322   0.0516  -0.0415   0.0183   0.0569   0.00    0.0
+2019/06/08 08:23:18.300   46.948235607   -1.486333906    94.6421   2   4   0.2189   0.0339   0.1793  -0.0163   0.0414   0.1920   0.30    0.0
+2019/06/08 08:23:18.600   46.948203828   -1.486408026    94.6782   2   6   0.1748   0.0331   0.1452  -0.0129   0.0408   0.1523   0.60    0.0
+2019/06/08 08:23:18.900   46.948173813   -1.486480502    94.9764   2   4   0.3824   0.4814   0.5612   0.4198   0.5184   0.4584   0.90    0.0
+2019/06/08 08:23:19.200   46.948142054   -1.486555005    95.0866   2   4   0.2469   0.3051   0.3520   0.2596   0.3256   0.2872   0.20    0.0
+2019/06/08 08:23:19.500   46.948111316   -1.486628980    95.2515   2   4   0.1534   0.1644   0.1890   0.1326   0.1721   0.1581   0.50    0.0
+2019/06/08 08:23:19.800   46.948081159   -1.486705093    95.4092   5   2   0.1457   0.1190   0.0889  -0.1016  -0.0312   0.0990   0.80    0.0
+2019/06/08 08:23:20.100   46.948049752   -1.486779356    95.5462   2   5   0.0794   0.0282   0.0311  -0.0447  -0.0157   0.0367   0.10    0.0
+2019/06/08 08:23:20.400   46.948018473   -1.486853406    95.6833   1   8   0.0337   0.0077   0.0232  -0.0093   0.0056   0.0195  -0.60  137.6
+2019/06/08 08:23:20.700   46.947987581   -1.486927517    95.8484   1   8   0.0335   0.0076   0.0230  -0.0092   0.0055   0.0195  -0.30  137.0
+2019/06/08 08:23:21.000   46.947956648   -1.487001576    96.0348   1  10   0.0297   0.0059   0.0221  -0.0034  -0.0010   0.0217   0.00   92.2
+2019/06/08 08:23:21.300   46.947925845   -1.487075406    96.2532   1   8   0.0337   0.0077   0.0234  -0.0092   0.0057   0.0197  -0.70  135.9
+2019/06/08 08:23:21.600   46.947895282   -1.487149661    96.4196   1   9   0.0247   0.0071   0.0229  -0.0045   0.0061   0.0181  -0.40  134.6
+2019/06/08 08:23:21.900   46.947864473   -1.487223475    96.5978   1  10   0.0215   0.0065   0.0191  -0.0074   0.0003   0.0134  -0.10  134.6
+2019/06/08 08:23:22.200   46.947833612   -1.487297245    96.8061   1  13   0.0183   0.0053   0.0181  -0.0040  -0.0045   0.0148  -0.80  128.1
+2019/06/08 08:23:22.500   46.947802999   -1.487371032    97.0089   1  13   0.0126   0.0047   0.0150   0.0039   0.0020   0.0094  -0.50  127.6
+2019/06/08 08:23:22.800   46.947772308   -1.487444560    97.1732   1  13   0.0127   0.0047   0.0151   0.0040   0.0021   0.0095  -0.20  126.7
+2019/06/08 08:23:23.100   46.947741714   -1.487518109    97.3565   1  13   0.0128   0.0048   0.0152   0.0040   0.0021   0.0096  -0.90  125.9
+2019/06/08 08:23:23.400   46.947711032   -1.487591384    97.5293   1  14   0.0107   0.0048   0.0141   0.0034   0.0012   0.0071  -0.60  125.0
+2019/06/08 08:23:23.700   46.947680523   -1.487664603    97.7282   1  14   0.0108   0.0048   0.0141   0.0034   0.0014   0.0073  -0.30  124.9
+2019/06/08 08:23:24.000   46.947650144   -1.487737769    97.9333   1  15   0.0096   0.0048   0.0143   0.0026   0.0017   0.0077   0.00  125.0
+2019/06/08 08:23:24.300   46.947619881   -1.487810960    98.1183   1  15   0.0099   0.0049   0.0149   0.0025   0.0021   0.0080  -0.70  124.5
+2019/06/08 08:23:24.600   46.947589696   -1.487884018    98.2902   1  16   0.0100   0.0050   0.0147   0.0029   0.0037   0.0081  -0.40  123.9
+2019/06/08 08:23:24.900   46.947559590   -1.487956933    98.4752   1  16   0.0098   0.0045   0.0130   0.0013  -0.0010   0.0069  -0.10  137.4
+2019/06/08 08:23:25.200   46.947529477   -1.488029847    98.6622   1  17   0.0109   0.0047   0.0137   0.0003  -0.0015   0.0080  -0.80  136.7
+2019/06/08 08:23:25.500   46.947499576   -1.488102578    98.8544   1  15   0.0089   0.0045   0.0129   0.0035   0.0024   0.0057  -0.50   73.4
+2019/06/08 08:23:25.800   46.947469669   -1.488174974    99.0530   1  15   0.0099   0.0047   0.0134   0.0041   0.0028   0.0065  -0.20   73.2
+2019/06/08 08:23:26.100   46.947439940   -1.488246965    99.2417   1  15   0.0123   0.0054   0.0145   0.0055   0.0034   0.0079  -0.90   73.2
+2019/06/08 08:23:26.400   46.947410461   -1.488318266    99.4118   1  14   0.0070   0.0043   0.0133   0.0015  -0.0020   0.0052  -0.60    8.0
+2019/06/08 08:23:26.700   46.947381409   -1.488388829    99.5938   1  14   0.0070   0.0043   0.0132   0.0015  -0.0020   0.0052  -0.30    7.1
+2019/06/08 08:23:27.000   46.947352691   -1.488458625    99.7872   1  15   0.0063   0.0043   0.0125   0.0014  -0.0021   0.0038   0.00    6.2
+2019/06/08 08:23:27.300   46.947324244   -1.488527733    99.9706   1  14   0.0071   0.0043   0.0133   0.0015  -0.0021   0.0052  -0.70    5.1
+2019/06/08 08:23:27.600   46.947296226   -1.488596072   100.1577   1  13   0.0100   0.0044   0.0133   0.0031  -0.0017   0.0059  -0.40   35.8
+2019/06/08 08:23:27.900   46.947268321   -1.488663688   100.3222   1  15   0.0079   0.0043   0.0132   0.0020  -0.0019   0.0054  -0.10   35.9
+2019/06/08 08:23:28.200   46.947240770   -1.488730576   100.4869   1  14   0.0082   0.0044   0.0133   0.0022  -0.0020   0.0055  -0.80   35.7
+2019/06/08 08:23:28.500   46.947213627   -1.488796733   100.6640   1  14   0.0087   0.0044   0.0133   0.0024  -0.0019   0.0056  -0.50   35.7
+2019/06/08 08:23:28.800   46.947187024   -1.488862157   100.8461   1  14   0.0058   0.0031   0.0094   0.0015  -0.0014   0.0039   0.80    3.3
+2019/06/08 08:23:29.100   46.947160479   -1.488926923   101.0013   1  13   0.0101   0.0045   0.0135   0.0031  -0.0017   0.0061  -0.90   35.6
+2019/06/08 08:23:29.400   46.947134042   -1.488990886   101.1503   1  12   0.0168   0.0051   0.0169  -0.0050  -0.0054   0.0133  -0.60   39.7
+2019/06/08 08:23:29.700   46.947108031   -1.489054173   101.2854   1  12   0.0167   0.0051   0.0168  -0.0050  -0.0054   0.0132  -0.30   39.5
+2019/06/08 08:23:30.000   46.947082224   -1.489116615   101.3942   1  12   0.0166   0.0051   0.0166  -0.0049  -0.0053   0.0129   0.00   39.4
+2019/06/08 08:23:30.300   46.947056636   -1.489178225   101.5024   1  13   0.0078   0.0049   0.0123  -0.0011  -0.0033   0.0019  -0.70   28.5
+2019/06/08 08:23:30.600   46.947031462   -1.489239141   101.6234   1  13   0.0078   0.0048   0.0122  -0.0011  -0.0033   0.0019  -0.40   28.3
+2019/06/08 08:23:30.900   46.947006703   -1.489299195   101.7315   1  15   0.0057   0.0043   0.0119   0.0013  -0.0022   0.0019  -0.10   30.6
+2019/06/08 08:23:31.200   46.946982244   -1.489358199   101.8311   1  17   0.0053   0.0041   0.0108   0.0019   0.0016  -0.0023  -0.80   26.2
+2019/06/08 08:23:31.500   46.946958266   -1.489416160   101.9290   1  17   0.0037   0.0029   0.0077   0.0013   0.0009  -0.0016   0.50    3.2
+2019/06/08 08:23:31.800   46.946934936   -1.489472728   102.0272   1  17   0.0037   0.0029   0.0076   0.0013   0.0010  -0.0016   0.80    3.4
+2019/06/08 08:23:32.100   46.946912367   -1.489527620   102.1292   1  17   0.0037   0.0029   0.0076   0.0013   0.0010  -0.0016   0.10    3.6
+2019/06/08 08:23:32.400   46.946890498   -1.489580948   102.1976   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.40    3.8
+2019/06/08 08:23:32.700   46.946869563   -1.489632203   102.2186   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.70    3.9
+2019/06/08 08:23:33.000   46.946849138   -1.489681670   102.2612   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.00    4.0
+2019/06/08 08:23:33.300   46.946829528   -1.489729623   102.3151   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.30    4.0
+2019/06/08 08:23:33.600   46.946810716   -1.489775875   102.3531   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.60    3.9
+2019/06/08 08:23:33.900   46.946792608   -1.489820405   102.3917   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.90    3.9
+2019/06/08 08:23:34.200   46.946775284   -1.489863010   102.4276   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.20    4.0
+2019/06/08 08:23:34.500   46.946758754   -1.489903736   102.4626   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.50    4.0
+2019/06/08 08:23:34.800   46.946743124   -1.489942634   102.4919   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.80    4.1
+2019/06/08 08:23:35.100   46.946728301   -1.489979865   102.5196   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.10    4.2
+2019/06/08 08:23:35.400   46.946714037   -1.490016005   102.5495   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.40    4.2
+2019/06/08 08:23:35.700   46.946700337   -1.490051753   102.5751   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.70    4.1
+2019/06/08 08:23:36.000   46.946687282   -1.490087043   102.5893   1  17   0.0037   0.0029   0.0076   0.0013   0.0011  -0.0016   0.00    4.1
+2019/06/08 08:23:36.300   46.946675206   -1.490122194   102.6039   1  17   0.0037   0.0029   0.0076   0.0013   0.0010  -0.0016   0.30    4.0
+2019/06/08 08:23:36.600   46.946664218   -1.490157135   102.6100   1  17   0.0037   0.0029   0.0076   0.0013   0.0010  -0.0016   0.60    4.0
+2019/06/08 08:23:36.900   46.946654547   -1.490192058   102.6157   1  17   0.0037   0.0029   0.0077   0.0013   0.0009  -0.0016   0.90    4.0
+2019/06/08 08:23:37.200   46.946646387   -1.490227094   102.6310   1  17   0.0037   0.0029   0.0077   0.0013   0.0006  -0.0016   0.20    4.0
+2019/06/08 08:23:37.500   46.946639497   -1.490262108   102.6329   1  17   0.0037   0.0029   0.0077   0.0013   0.0007  -0.0016   0.50   15.7
+2019/06/08 08:23:37.800   46.946634042   -1.490296841   102.6423   1  17   0.0037   0.0029   0.0077   0.0013   0.0009  -0.0016   0.80   19.5
+2019/06/08 08:23:38.100   46.946630103   -1.490331688   102.6637   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.10    4.2
+2019/06/08 08:23:38.400   46.946627826   -1.490365889   102.6749   1  17   0.0037   0.0029   0.0075   0.0013   0.0012  -0.0016   0.40    5.6
+2019/06/08 08:23:38.700   46.946626703   -1.490399806   102.7107   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.70    6.1
+2019/06/08 08:23:39.000   46.946626273   -1.490433169   102.7399   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.00    7.2
+2019/06/08 08:23:39.300   46.946625842   -1.490465991   102.7637   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.30    8.3
+2019/06/08 08:23:39.600   46.946624440   -1.490498049   102.7787   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.60    9.3
+2019/06/08 08:23:39.900   46.946621492   -1.490529109   102.7954   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.90   10.2
+2019/06/08 08:23:40.200   46.946616562   -1.490558861   102.8229   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.20   11.1
+2019/06/08 08:23:40.500   46.946609691   -1.490587045   102.8559   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.50   11.9
+2019/06/08 08:23:40.800   46.946601054   -1.490613433   102.8822   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.80   12.6
+2019/06/08 08:23:41.100   46.946590936   -1.490637955   102.9026   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.10   13.3
+2019/06/08 08:23:41.400   46.946579179   -1.490660846   102.9391   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.40   13.9
+2019/06/08 08:23:41.700   46.946565835   -1.490682088   102.9728   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.70   14.6
+2019/06/08 08:23:42.000   46.946550982   -1.490701548   102.9992   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.00   15.2
+2019/06/08 08:23:42.300   46.946534768   -1.490718963   103.0185   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.30   15.8
+2019/06/08 08:23:42.600   46.946517469   -1.490735032   103.0480   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.60   16.6
+2019/06/08 08:23:42.900   46.946499385   -1.490750275   103.0747   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.90   17.3
+2019/06/08 08:23:43.200   46.946480595   -1.490765402   103.0989   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.20   18.0
+2019/06/08 08:23:43.500   46.946461523   -1.490781680   103.1120   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.50   18.5
+2019/06/08 08:23:43.800   46.946442853   -1.490800186   103.1095   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.80   19.1
+2019/06/08 08:23:44.100   46.946424525   -1.490821206   103.0997   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.10   19.5
+2019/06/08 08:23:44.400   46.946406628   -1.490844711   103.1119   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.40   20.0
+2019/06/08 08:23:44.700   46.946389229   -1.490870854   103.1357   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.70   20.4
+2019/06/08 08:23:45.000   46.946372374   -1.490899368   103.1703   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.00   20.8
+2019/06/08 08:23:45.300   46.946355778   -1.490930115   103.2158   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.30   21.2
+2019/06/08 08:23:45.600   46.946339212   -1.490962585   103.2553   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.60   21.6
+2019/06/08 08:23:45.900   46.946322282   -1.490996481   103.2969   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.90   21.7
+2019/06/08 08:23:46.200   46.946305180   -1.491031989   103.3320   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.20   21.8
+2019/06/08 08:23:46.500   46.946287882   -1.491069052   103.3601   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.50   21.7
+2019/06/08 08:23:46.800   46.946270381   -1.491107601   103.3968   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.80   21.7
+2019/06/08 08:23:47.100   46.946252592   -1.491147668   103.4255   1  17   0.0037   0.0029   0.0076   0.0013   0.0012  -0.0016   0.10   21.8
+2019/06/08 08:23:47.400   46.946234548   -1.491189067   103.4520   1  17   0.0037   0.0028   0.0075   0.0013   0.0012  -0.0016   0.40   21.9
+2019/06/08 08:23:47.700   46.946216030   -1.491231732   103.4873   1  17   0.0038   0.0029   0.0076   0.0014   0.0012  -0.0017   0.70   21.9
+2019/06/08 08:23:48.000   46.946197195   -1.491275571   103.5232   1  17   0.0038   0.0028   0.0075   0.0014   0.0012  -0.0017   0.00   22.0
+2019/06/08 08:23:48.300   46.946177930   -1.491320586   103.5652   1  17   0.0038   0.0029   0.0076   0.0013   0.0012  -0.0017   0.30   22.1
+2019/06/08 08:23:48.600   46.946158233   -1.491366724   103.6035   1  17   0.0039   0.0029   0.0076   0.0013   0.0012  -0.0018   0.60   22.2
+2019/06/08 08:23:48.900   46.946138209   -1.491413777   103.6433   1  17   0.0042   0.0029   0.0078   0.0014   0.0011  -0.0010   0.90   22.6
+2019/06/08 08:23:49.200   46.946117683   -1.491462037   103.6847   1  16   0.0052   0.0030   0.0082   0.0015   0.0010   0.0026   0.20   24.4
+2019/06/08 08:23:49.500   46.946097297   -1.491511020   103.7377   1  16   0.0054   0.0030   0.0083   0.0015   0.0008   0.0026   0.50   24.0
+2019/06/08 08:23:49.800   46.946075948   -1.491561273   103.8107   1  13   0.0100   0.0032   0.0097  -0.0014  -0.0018   0.0065   0.80   34.5
+2019/06/08 08:23:50.100   46.946054697   -1.491612349   103.8796   1  13   0.0102   0.0033   0.0100  -0.0018  -0.0022   0.0069   0.10   34.8
+2019/06/08 08:23:50.400   46.946033161   -1.491664327   103.9328   1  12   0.0119   0.0036   0.0118  -0.0035  -0.0038   0.0093   0.40   33.7
+2019/06/08 08:23:50.700   46.946011583   -1.491717409   103.9911   1  12   0.0119   0.0036   0.0119  -0.0035  -0.0038   0.0093   0.70   34.2
+2019/06/08 08:23:51.000   46.945989770   -1.491771400   104.0243   1  12   0.0118   0.0036   0.0119  -0.0035  -0.0038   0.0093   0.00   34.5
+2019/06/08 08:23:51.300   46.945967777   -1.491826229   104.0479   1  12   0.0119   0.0036   0.0118  -0.0035  -0.0038   0.0093   0.30   34.6
+2019/06/08 08:23:51.600   46.945945285   -1.491881652   104.0770   1  13   0.0107   0.0035   0.0113  -0.0027  -0.0033   0.0082   0.60   34.7
+2019/06/08 08:23:51.900   46.945922570   -1.491937907   104.1243   1  13   0.0107   0.0035   0.0113  -0.0027  -0.0033   0.0083   0.90   34.7
+2019/06/08 08:23:52.200   46.945899358   -1.491994688   104.1614   1  12   0.0119   0.0036   0.0119  -0.0035  -0.0038   0.0093   0.20   34.8
+2019/06/08 08:23:52.500   46.945875976   -1.492051575   104.2057   1  12   0.0119   0.0036   0.0119  -0.0035  -0.0038   0.0093   0.50   35.0
+2019/06/08 08:23:52.800   46.945852764   -1.492108071   104.2518   1  12   0.0119   0.0036   0.0119  -0.0036  -0.0038   0.0093   0.80   35.3
Index: /trunk/nodist/data/rtklib_example2.pos
===================================================================
--- /trunk/nodist/data/rtklib_example2.pos	(revision 16006)
+++ /trunk/nodist/data/rtklib_example2.pos	(revision 16006)
@@ -0,0 +1,27 @@
+% program   : RTKPOST ver.demo5 b29e
+% inp file  : ..\..\RINEX\2019\2050\0\igu20500_18.sp3
+% obs start : 2019/04/21 08:20:32.0 GPST (week2050  30032.0s)
+% obs end   : 2019/04/21 08:22:34.0 GPST (week2050  30154.0s)
+% pos mode  : kinematic
+% freqs     : L1
+% solution  : forward
+% elev mask : 15.0 deg
+% dynamics  : on
+% tidecorr  : off
+% ionos opt : broadcast
+% tropo opt : saastamoinen
+% ephemeris : precise
+% amb res   : fix and hold
+% val thres : 3.0
+% antenna1  :                       ( 0.0000  0.0000  0.0000)
+% antenna2  :                       ( 0.0000  0.0000  0.0000)
+% ref pos   : 54.330394848   48.402636321   219.1427
+%
+% (lat/lon/height=WGS84/ellipsoidal,Q=1:fix,2:float,3:sbas,4:dgps,5:single,6:ppp,ns=# of satellites)
+%  GPST               latitude(deg) longitude(deg)  height(m)   Q  ns   sdn(m)   sde(m)   sdu(m)  sdne(m)  sdeu(m)  sdun(m) age(s)  ratio
+2019/04/21 08:20:32   54.262930227   48.325420725   141.8619   2   4   3.5277   3.7156  17.2873   2.3856  -7.2184  -5.7246   2.00    0.0
+2019/04/21 08:20:32   54.262958214   48.325449059   143.0793   2   4   2.6540   2.8837  13.7886   1.9062  -5.7620  -4.5848   2.50    0.0
+2019/04/21 08:20:33   54.262986445   48.325467024   140.3774   2   5   1.6763   1.3406   5.2964  -0.5547  -1.6719  -0.2926   3.00    0.0
+2019/04/21 08:20:33   54.263015765   48.325492927   138.4168   2   4   1.4856   1.2305   5.0426  -0.3606  -1.7052  -0.7839   3.50    0.0
+2019/04/21 08:20:34   54.263041845   48.325512930   138.8902   2   4   1.3541   1.1540   4.8558  -0.1657  -1.7117  -0.9512   4.00    0.0
+2019/04/21 08:20:34   54.263066740   48.325531409   139.6451   2   6   1.1759   0.9257   3.4257  -0.4701  -1.0110   0.5915   4.50    0.0
Index: /trunk/nodist/data/tagchecker.cfg
===================================================================
--- /trunk/nodist/data/tagchecker.cfg	(revision 16006)
+++ /trunk/nodist/data/tagchecker.cfg	(revision 16006)
@@ -0,0 +1,47 @@
+# JOSM TagChecker validator file
+
+# Format:
+# Each line specifies a certain error to be reported
+# <data type> : messagetype : <key><expression><value>
+# Lines starting with a # are considered as comments.
+#
+# Data type can be:
+#  node        - a node point
+#  way         - a way
+#  relation    - a relation
+#  *           - all data types
+#
+# Message type can be:
+# E            - an error
+# W            - a warning
+# I            - an low priority informational warning
+#
+# Key and value are expressions describing certain keys and values of these keys.
+# Regular expressions are supported. In this case the expressions starts and
+# ends with a / sign. If an 'i' is appended, the regular expression is
+# case insensitive. For instance, /foo|bar/i
+#
+# The * sign indicates any string.
+# The texts BOOLEAN_TRUE and BOOLEAN_FALSE in the value part indicate a special
+# handling for boolean values (yes, true, 0, false, no, ...).
+#
+# Expression can be:
+#  !=          - the key/value combination does not match
+#  ==          - the key/value combination does match
+#
+# To have more complicated expressions, multiple elements can be grouped together
+# with an logical and (&&).
+#
+# The comment at the end of a rule is displayed in validator description
+#
+# Empty lines and space signs are ignored
+
+# The following could replace unnamed way check. Still at the moment we keep it as it is
+#way  : W : junction == roundabout && highway == /motorway|trunk|primary|secondary|tertiary|residential|pedestrian/ && /name|ref|(name:.*)|(.*_name)|(.*_ref)/ != * # Unnamed junction
+#way  : W : highway == /motorway|trunk|primary|secondary|tertiary|residential|pedestrian/ && /name|ref|(name:.*)|(.*_name)|(.*_ref)/ != * # Unnamed 
+
+# see #5844, #6760
+#way  : W : oneway != BOOLEAN_FALSE && /.*:(backward|forward)/ == *    # oneway combined with *:backward/forward
+
+
+# all former checks are now located in resources/data/validator/*mapcss :-)
Index: /trunk/nodist/data/trans/README
===================================================================
--- /trunk/nodist/data/trans/README	(revision 16006)
+++ /trunk/nodist/data/trans/README	(revision 16006)
@@ -0,0 +1,1 @@
+Translations of plugin descriptions for https://josm.openstreetmap.de/plugin
Index: /trunk/nodist/images/closechangeset.svg
===================================================================
--- /trunk/nodist/images/closechangeset.svg	(revision 16006)
+++ /trunk/nodist/images/closechangeset.svg	(revision 16006)
@@ -0,0 +1,225 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="closechangeset.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.5-ws\JOSM\images\closechangeset.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient1400">
+      <stop
+         id="stop1401"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1400"
+       id="linearGradient17450"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1148815,0,0,0.111489,-49.944348,-46.709945)"
+       x1="537.42401"
+       y1="580.16663"
+       x2="539.39642"
+       y2="510.39194" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="6.1230318e-14 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective3269"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4004"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4054"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4104"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2556"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="6.0335269"
+     inkscape:cy="25.086803"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1103"
+     inkscape:window-height="824"
+     inkscape:window-x="150"
+     inkscape:window-y="77"
+     inkscape:snap-global="true" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="4.5834389"
+       inkscape:original="M 547.25 494.90625 C 547.15581 494.91224 547.06196 494.92267 546.96875 494.9375 C 546.73282 494.97719 546.68628 494.99521 546.84375 494.96875 C 524.84282 498.66333 486.64226 504.70723 464.125 512.78125 C 463.15567 513.13537 462.43455 513.95957 462.21875 514.96875 C 462.15787 515.25343 462.16594 515.52974 462.1875 515.8125 C 462.05699 516.6851 462.30033 517.57519 462.90625 518.25 C 470.3466 526.58465 475.04831 536.96666 477.65625 546.5625 C 480.26419 556.15834 480.71815 565.04611 480 569.8125 C 479.30782 574.40653 476.22839 582.0513 474.59375 588.9375 C 473.77643 592.3806 473.25435 595.69511 473.90625 598.84375 C 474.55815 601.99239 477.07104 604.95638 480.71875 605.78125 C 480.7809 605.79364 480.84344 605.80407 480.90625 605.8125 C 502.83748 609.49724 508.3071 611.152 530.28125 619.03125 C 531.00412 619.2851 531.77801 619.24067 532.46875 618.9375 C 532.87181 618.81636 533.26667 618.66906 533.71875 618.53125 C 555.08828 610.94998 576.58139 605.04634 597.875 601.46875 C 597.95919 601.45151 598.0426 601.43065 598.125 601.40625 C 601.50992 600.51027 603.68441 597.45149 604.21875 594.40625 C 604.75309 591.36101 604.30268 588.11024 603.59375 584.6875 C 602.17588 577.84201 599.46382 570.20636 598.75 565.46875 C 598.03185 560.70236 598.51706 551.81459 601.125 542.21875 C 603.73294 532.62291 608.43467 522.24088 615.875 513.90625 C 616.46759 513.24343 616.73797 512.38142 616.625 511.53125 C 616.62371 511.52157 616.62638 511.50967 616.625 511.5 C 616.65564 511.14932 616.62753 510.78679 616.53125 510.4375 C 616.25916 509.45037 615.50959 508.67713 614.53125 508.375 C 592.67011 501.65325 570.38545 497.83074 547.875 494.9375 C 547.66833 494.90533 547.45885 494.89485 547.25 494.90625 z "
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:6.00000191;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path2509"
+       d="M 546.96875,490.34375 C 546.73069,490.35889 546.48536,490.3688 546.25,490.40625 C 546.23958,490.40621 546.22917,490.40621 546.21875,490.40625 C 546.18701,490.41159 546.10787,490.43747 546.09375,490.4375 C 546.08297,490.43753 546.00824,490.4694 546,490.46875 C 524.03634,494.156 485.91874,500.0939 462.5625,508.46875 C 460.12832,509.35802 458.2957,511.44805 457.75,514 C 457.64304,514.50016 457.69346,514.75022 457.6875,515.125 L 457.65625,515.125 C 457.64549,515.19696 457.66489,515.27144 457.65625,515.34375 C 457.65949,515.59267 457.61289,515.99741 457.625,516.15625 L 457.71875,516.15625 C 457.7004,517.9925 458.20677,519.87224 459.5,521.3125 C 466.31992,528.95215 470.75702,538.69215 473.21875,547.75 C 475.67414,556.78454 476.01944,565.47005 475.46875,569.125 C 474.96335,572.47938 471.88234,580.4719 470.125,587.875 C 469.25632,591.53448 468.52638,595.53153 469.40625,599.78125 C 470.41647,604.66054 474.20882,609.00402 479.71875,610.25 C 479.74989,610.26075 479.78114,610.27117 479.8125,610.28125 C 479.96915,610.31248 480.122,610.32238 480.28125,610.34375 C 502.11416,614.01197 506.78015,615.47725 528.71875,623.34375 C 528.72917,623.34379 528.73958,623.34379 528.75,623.34375 C 530.40543,623.92509 532.17716,623.80119 533.75,623.25 L 533.78125,623.3125 C 534.02995,623.23775 534.12934,623.18613 534.3125,623.125 C 534.56656,623.04021 534.89238,622.95811 535.0625,622.90625 C 535.12544,622.88677 535.18796,622.86593 535.25,622.84375 C 556.41348,615.33558 577.64691,609.52458 598.625,606 C 598.67726,605.99049 598.72935,605.98007 598.78125,605.96875 C 598.99443,605.9251 599.2296,605.87406 599.4375,605.8125 C 604.84753,604.38048 607.90888,599.80302 608.71875,595.1875 C 609.42483,591.16351 608.84138,587.35958 608.09375,583.75 C 606.57774,576.43069 603.84834,568.54503 603.28125,564.78125 C 602.73348,561.14567 603.10468,552.44974 605.5625,543.40625 C 608.02422,534.34841 612.46135,524.60837 619.28125,516.96875 C 620.51026,515.59409 621.05725,513.76559 621.0625,511.90625 L 621.1875,511.90625 C 621.20597,511.69481 621.124,511.46534 621.125,511.25 C 621.11555,511.14318 621.17044,511.04431 621.15625,510.9375 C 621.32932,512.23623 621.34875,512.19262 621.15625,510.84375 L 621.09375,510.84375 C 621.06785,510.30541 621.08958,509.77048 620.9375,509.21875 C 620.25532,506.74384 618.3293,504.75794 615.875,504 C 593.64408,497.16455 571.10612,493.3158 548.46875,490.40625 C 547.94647,490.32495 547.52805,490.31493 547,490.34375 C 546.98958,490.34371 546.97917,490.34371 546.96875,490.34375 z"
+       transform="matrix(0.1135532,0,0,0.111489,-49.335921,-46.595244)" />
+    <path
+       style="fill:#868686;fill-opacity:1;stroke:none;stroke-width:6.00000191;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 12.924605,8.4666578 C 12.913779,8.4673258 12.902997,8.4684873 12.89229,8.4701416 C 12.865186,8.4745657 12.859837,8.4765759 12.877931,8.4736259 C 12.786503,8.4888493 12.705252,8.5391968 12.652552,8.6132887 C 12.599857,8.6873791 12.580157,8.7789571 12.597907,8.8673206 C 13.063685,11.178246 12.549429,13.423784 12.411222,14.69262 C 12.368911,15.081069 12.239522,15.593805 12.127614,16.117589 C 12.015699,16.641374 11.918992,17.175433 11.97324,17.661015 C 11.987118,17.776601 12.061895,17.876879 12.170691,17.925802 L 12.170691,17.967609 C 12.208734,17.966363 12.256131,17.965642 12.314297,17.96064 L 12.314297,17.957156 C 12.326251,17.957763 12.338236,17.957763 12.350195,17.957156 C 13.408446,17.851867 14.413515,17.156796 15.706891,15.929452 C 17.00026,14.702105 18.596283,12.915142 20.808352,10.511782 C 20.887089,10.42697 20.915822,10.309046 20.884563,10.198996 C 20.853304,10.088942 20.766372,10.001956 20.653979,9.9682752 C 18.142536,9.2188742 15.58244,8.792705 12.996401,8.4701416 C 12.972662,8.4665551 12.948593,8.4653868 12.924605,8.4666578 z"
+       id="path2444" />
+    <path
+       style="fill:#868686;fill-opacity:1;stroke:none;stroke-width:6.00000191;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 12.89588,8.4701416 C 12.889866,8.4711476 12.883882,8.4723092 12.877931,8.4736259 C 10.350431,8.8855312 5.9618883,9.5593602 3.3750696,10.459523 C 3.2637103,10.499003 3.1810754,10.591254 3.1562839,10.703766 C 3.131498,10.816276 3.1680252,10.933259 3.2530097,11.013483 C 5.6953752,13.323085 7.3848559,15.082627 8.745786,16.260433 C 10.106717,17.438241 11.183197,18.073268 12.350195,17.957156 C 12.441799,17.948375 12.525979,17.904399 12.583977,17.835025 C 12.641968,17.765654 12.66896,17.676651 12.65894,17.587849 C 12.621333,17.251276 12.694381,16.759684 12.802537,16.253466 C 12.9107,15.74725 13.046291,15.227179 13.096921,14.7623 C 13.224499,13.591049 13.776479,11.21938 13.276427,8.7384122 C 13.241924,8.5658384 13.075658,8.448632 12.89588,8.4701416 z"
+       id="path2453" />
+    <path
+       style="fill:url(#linearGradient17450);fill-opacity:1;stroke:none;stroke-width:6.00000191;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 12.924605,8.4666578 C 12.914969,8.4672523 12.905428,8.4687664 12.89588,8.4701416 C 12.894703,8.4703113 12.893467,8.4699603 12.89229,8.4701416 C 12.865186,8.4745657 12.859837,8.4765759 12.877931,8.4736259 C 10.350431,8.8855312 5.9618883,9.5593602 3.3750696,10.459523 C 3.2637103,10.499003 3.1808704,10.590893 3.1560777,10.703404 C 3.1312858,10.815918 3.1680252,10.933259 3.2530097,11.013483 C 5.6953752,13.323085 7.3848559,15.082627 8.745786,16.260433 C 10.037021,17.377925 11.07132,18.005298 12.170691,17.967609 C 12.187819,17.96705 12.214268,17.964912 12.235314,17.964124 C 12.261459,17.962615 12.288066,17.962907 12.314297,17.96064 C 12.326256,17.959609 12.33821,17.95835 12.350195,17.957156 C 13.408446,17.851867 14.413515,17.156796 15.706891,15.929452 C 17.00026,14.702105 18.596283,12.915142 20.808352,10.511782 C 20.887089,10.42697 20.915001,10.308271 20.883741,10.198221 C 20.852484,10.088165 20.766372,10.001956 20.653979,9.9682752 C 18.142536,9.2188742 15.58244,8.792705 12.996401,8.4701416 C 12.985745,8.4685309 12.974844,8.4707738 12.964093,8.4701416 C 12.950893,8.4693629 12.937823,8.4659578 12.924605,8.4666578 z"
+       id="path2521" />
+    <image
+       y="0.1322051"
+       x="2.9311147"
+       id="image3271"
+       height="10.642858"
+       width="10.464286"
+       sodipodi:absref="C:\data\projekte\eclipse-3.5-ws\JOSM\images\data\node.png"
+       xlink:href="data\node.png" />
+    <image
+       y="5.1982875"
+       x="9.66008"
+       id="image4176"
+       height="12.25"
+       width="11.982143"
+       sodipodi:absref="C:\data\projekte\eclipse-3.5-ws\JOSM\images\data\node.png"
+       xlink:href="data\node.png" />
+    <image
+       y="5.3641677"
+       x="2.6339738"
+       id="image4172"
+       height="12.25"
+       width="11.982143"
+       sodipodi:absref="C:\data\projekte\eclipse-3.5-ws\JOSM\images\data\node.png"
+       xlink:href="data\node.png" />
+    <path
+       style="fill:#a5a5a5;fill-opacity:1;stroke:none;stroke-width:6.00000191;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 3.4720008,10.511782 C 3.3397013,10.519066 3.2234186,10.599308 3.1728865,10.718192 C 3.1223611,10.837074 3.1465234,10.973543 3.2350604,11.069226 C 4.0898189,11.998449 4.6299567,13.155928 4.929564,14.22576 C 5.2291652,15.295591 5.2813174,16.28648 5.1988132,16.81788 C 5.1192951,17.330065 4.7655289,18.18237 4.577736,18.950107 C 4.483846,19.333974 4.4238601,19.703506 4.4987542,20.054543 C 4.5736483,20.405583 4.8623293,20.736036 5.2813861,20.827999 C 5.2885284,20.82938 5.2957144,20.830542 5.3029246,20.831482 C 7.8224215,21.242291 8.4507791,21.426777 10.975205,22.305229 C 11.075864,22.339532 11.187223,22.326668 11.276769,22.270388 C 12.904219,21.248857 13.986669,20.640894 14.716034,20.099835 C 15.445405,19.558779 15.843565,19.021368 15.922294,18.298593 C 15.971357,17.848175 15.760389,17.402269 15.455586,16.904981 C 15.150784,16.407691 14.727881,15.86447 14.252921,15.30581 C 13.302995,14.188491 12.144834,13.010651 11.352162,12.117921 C 11.294712,12.052911 11.213767,12.011761 11.125989,12.002947 C 8.4177034,11.74705 6.0994113,11.399503 3.6084268,10.532686 C 3.5648694,10.516858 3.5184637,10.509748 3.4720008,10.511782 z"
+       id="path2442" />
+    <path
+       style="fill:#a5a5a5;fill-opacity:1;stroke:none;stroke-width:6.00000191;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 20.549866,10.027502 C 20.502912,10.027678 20.45649,10.037164 20.413446,10.055376 C 18.059083,11.053067 13.700468,11.846209 11.061368,11.999464 C 10.90453,12.009545 10.77458,12.121322 10.745444,12.271218 C 10.243386,14.754362 10.7937,17.126645 10.921358,18.298593 C 10.996794,18.991157 11.209678,19.832623 11.341392,20.507468 C 11.429257,20.957667 11.611714,22.312547 10.975205,22.305229 C 11.130072,22.345111 11.231615,22.290452 11.370111,22.249484 C 13.825078,21.404256 16.294237,20.746064 18.740483,20.347201 C 18.750156,20.345279 18.759737,20.342954 18.769205,20.340235 C 19.158069,20.240343 19.407877,19.899322 19.469263,19.559812 C 19.530648,19.220301 19.478906,18.857876 19.397461,18.476278 C 19.234574,17.713081 18.923009,16.861791 18.841003,16.333599 C 18.758502,15.802198 18.814244,14.81131 19.113848,13.741478 C 19.413453,12.67165 19.953595,11.514168 20.808352,10.584948 C 20.899121,10.486418 20.921679,10.346618 20.865792,10.22609 C 20.809907,10.105569 20.686056,10.026918 20.549866,10.027502 z"
+       id="path2440"
+       sodipodi:nodetypes="csccsscccsssssssc" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:6.00000191;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 10.537223,12.022665 C 10.447196,14.256974 10.661346,16.197299 10.70595,17.326981 C 10.743661,18.281725 10.912576,19.442522 11.007513,20.372838 C 11.053826,20.826622 11.12298,21.948094 10.908157,22.514315 L 11.370111,22.466273 C 11.231615,22.521717 11.130072,22.595683 10.975205,22.541713 C 11.611714,22.551617 11.429257,20.718054 11.341392,20.108799 C 11.209678,19.195529 10.996794,18.05677 10.921358,17.119522 C 10.833595,16.029147 10.545219,14.169517 10.537223,12.022665 z"
+       id="path2495"
+       sodipodi:nodetypes="csssccssc" />
+    <image
+       y="1.4718096"
+       x="9.2844448"
+       id="image4178"
+       height="10.642858"
+       width="10.464286"
+       sodipodi:absref="C:\data\projekte\eclipse-3.5-ws\JOSM\images\data\node.png"
+       xlink:href="data\node.png" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.87631428;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3338"
+       width="9.4060545"
+       height="6.6698389"
+       x="8.1271439"
+       y="15.640499" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#141414;stroke-width:0.87631428;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 8.999263,14.173084 C 9.3611495,8.0531779 16.498669,8.7512039 16.195519,14.229232"
+       id="path3259"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="opacity:1;fill:#f7f678;fill-opacity:1;fill-rule:evenodd;stroke:#f1a638;stroke-width:0.87631428;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2562"
+       width="9.4060545"
+       height="6.6698389"
+       x="6.9738712"
+       y="14.817385" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#f1a638;stroke-width:0.87631428;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 9.155356,17.3719 L 14.467152,17.3719 L 14.467152,17.3719"
+       id="path3334" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#f1a638;stroke-width:0.87631428;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 9.2075087,19.118763 L 14.454684,19.118763 L 14.454684,19.118763"
+       id="path3336" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#555555;stroke-width:0.87631428;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 8.305253,14.034544 C 8.6671395,7.9146379 15.804659,8.6126639 15.501509,14.090691"
+       id="path3348"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/nodist/images/downloadincomplete.svg
===================================================================
--- /trunk/nodist/images/downloadincomplete.svg	(revision 16006)
+++ /trunk/nodist/images/downloadincomplete.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2440"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   width="24"
+   height="24"
+   version="1.0"
+   sodipodi:docname="downloadincomplete.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.5-ws\JOSM\images\dialogs\relation\downloadincompleteselected.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <metadata
+     id="metadata2445">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2443">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective2447" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="709"
+     inkscape:window-width="707"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="9.625"
+     inkscape:cx="2.7470728"
+     inkscape:cy="12.749824"
+     inkscape:window-x="181"
+     inkscape:window-y="114"
+     inkscape:current-layer="svg2440"
+     showguides="true"
+     inkscape:guide-bbox="true" />
+  <image
+     xlink:href="C:\data\projekte\eclipse-3.5-ws\JOSM-next\images\download.png"
+     sodipodi:absref="C:\data\projekte\eclipse-3.5-ws\JOSM-next\images\download.png"
+     width="20.475441"
+     height="19.565584"
+     id="image2449"
+     x="6.5984073"
+     y="3.394974" />
+  <rect
+     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.80511302;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect2383"
+     width="7.1048818"
+     height="19.479883"
+     x="1.8840165"
+     y="1.9178306" />
+  <path
+     style="fill:none;fill-rule:evenodd"
+     d="M 1.7802088,3.9390222 L 8.5302088,3.8765222"
+     id="path3157" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.48521939;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M 2.1512973,5.9869972 L 8.5966203,6.0298042"
+     id="path3165" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47918671;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M 2.2785108,10.722365 L 8.6023673,10.764917"
+     id="path3167" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47906977;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M 2.2925889,16.300569 L 8.5960355,16.343237"
+     id="path3219" />
+  <rect
+     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.80511302;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect2817"
+     width="7.1048818"
+     height="19.479883"
+     x="-23.396597"
+     y="-1.7399416" />
+  <path
+     style="fill:none;fill-rule:evenodd"
+     d="M -23.500404,0.2812499 L -16.750405,0.2187499"
+     id="path2819" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.48521939;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M -23.129316,2.3292249 L -16.683993,2.3720319"
+     id="path2821" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47918671;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M -23.002102,7.0645929 L -16.678246,7.1071449"
+     id="path2823" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47906977;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M -22.988024,12.642797 L -16.684578,12.685465"
+     id="path2825" />
+  <rect
+     style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.36889639;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect2827"
+     width="6.0146875"
+     height="3.9307344"
+     x="-22.860413"
+     y="2.7501955" />
+  <rect
+     style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.40339443;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect2829"
+     width="5.9801893"
+     height="4.7274051"
+     x="-22.816162"
+     y="7.4850187" />
+</svg>
Index: /trunk/nodist/images/downloadincompleteselected.svg
===================================================================
--- /trunk/nodist/images/downloadincompleteselected.svg	(revision 16006)
+++ /trunk/nodist/images/downloadincompleteselected.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2440"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   width="24"
+   height="24"
+   version="1.0"
+   sodipodi:docname="downloadincompleteselected.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.5-ws\JOSM\images\dialogs\relation\downloadincomplete.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <metadata
+     id="metadata2445">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2443">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective2447" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="709"
+     inkscape:window-width="707"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="9.625"
+     inkscape:cx="2.7470728"
+     inkscape:cy="12.749824"
+     inkscape:window-x="181"
+     inkscape:window-y="114"
+     inkscape:current-layer="svg2440"
+     showguides="true"
+     inkscape:guide-bbox="true" />
+  <image
+     xlink:href="C:\data\projekte\eclipse-3.5-ws\JOSM-next\images\download.png"
+     sodipodi:absref="C:\data\projekte\eclipse-3.5-ws\JOSM-next\images\download.png"
+     width="20.475441"
+     height="19.565584"
+     id="image2449"
+     x="6.5984073"
+     y="3.394974" />
+  <rect
+     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.80511302;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect2383"
+     width="7.1048818"
+     height="19.479883"
+     x="-14.843256"
+     y="15.632116" />
+  <path
+     style="fill:none;fill-rule:evenodd"
+     d="M -14.947064,17.653308 L -8.1970639,17.590808"
+     id="path3157" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.48521939;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M -14.575975,19.701283 L -8.1306524,19.74409"
+     id="path3165" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47918671;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M -14.448762,24.436651 L -8.1249054,24.479203"
+     id="path3167" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47906977;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M -14.434684,30.014855 L -8.1312372,30.057523"
+     id="path3219" />
+  <rect
+     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.80511302;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect2817"
+     width="7.1048818"
+     height="19.479883"
+     x="1.7462602"
+     y="2.4159026" />
+  <path
+     style="fill:none;fill-rule:evenodd"
+     d="M 1.6424531,4.4370941 L 8.3924521,4.3745941"
+     id="path2819" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.48521939;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M 2.0135411,6.4850691 L 8.4588641,6.5278761"
+     id="path2821" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47918671;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M 2.1407551,11.220437 L 8.4646111,11.262989"
+     id="path2823" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47906977;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     d="M 2.1548331,16.798641 L 8.4582791,16.841309"
+     id="path2825" />
+  <rect
+     style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.36889639;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect2827"
+     width="6.0146875"
+     height="3.9307344"
+     x="2.2824445"
+     y="6.9060397" />
+  <rect
+     style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.40339443;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect2829"
+     width="5.9801893"
+     height="4.7274051"
+     x="2.326695"
+     y="11.640862" />
+</svg>
Index: /trunk/nodist/images/downloadprimitive.svg
===================================================================
--- /trunk/nodist/images/downloadprimitive.svg	(revision 16006)
+++ /trunk/nodist/images/downloadprimitive.svg	(revision 16006)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2440"
+   sodipodi:version="0.32"
+   inkscape:version="0.47 r22583"
+   width="24"
+   height="24"
+   version="1.0"
+   sodipodi:docname="downloadprimitive.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Documents and Settings\matthiasj\My Documents\Eclipse\core\images\downloadprimitive.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <metadata
+     id="metadata2445">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2443">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective2447" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="709"
+     inkscape:window-width="884"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="9.625"
+     inkscape:cx="8.1098883"
+     inkscape:cy="12.749824"
+     inkscape:window-x="181"
+     inkscape:window-y="114"
+     inkscape:current-layer="svg2440"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-maximized="0" />
+  <image
+     xlink:href="..\images\download.png"
+     y="4"
+     x="0"
+     height="24"
+     width="24"
+     id="image2449" />
+  <path
+     style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 3,9 11,-6 7,8"
+     id="path3604"
+     sodipodi:nodetypes="ccc" />
+  <rect
+     style="fill:#ffffff;stroke:#ff0000;stroke-width:0.99975336000000004;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+     id="rect2824"
+     width="3.0002465"
+     height="3.0002465"
+     x="1.4993833"
+     y="7.50037" />
+  <rect
+     style="fill:#ffffff;stroke:#ff0000;stroke-width:1.00036620999999990;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+     id="rect2826"
+     width="2.9996338"
+     height="2.9996338"
+     x="12.500183"
+     y="1.5001831" />
+  <rect
+     style="fill:#ffffff;stroke:#ff0000;stroke-width:0.99982095000000004;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+     id="rect2828"
+     width="3.0001793"
+     height="3.0001791"
+     x="19.499554"
+     y="9.500268" />
+</svg>
Index: /trunk/nodist/images/fixme.svg
===================================================================
--- /trunk/nodist/images/fixme.svg	(revision 16006)
+++ /trunk/nodist/images/fixme.svg	(revision 16006)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="25"
+   height="28"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="fixme.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0"
+   inkscape:export-filename="/home/stoecker/josm/core/fixme.png"
+   inkscape:export-xdpi="192.5"
+   inkscape:export-ydpi="192.5">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#000000"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="11.920582"
+     inkscape:cy="17.319721"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1200"
+     inkscape:window-height="854"
+     inkscape:window-x="311"
+     inkscape:window-y="44" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-55.342857,-153.56218)">
+    <flowRoot
+       xml:space="preserve"
+       id="flowRoot2395"
+       style="font-size:40px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Chancery L"><flowRegion
+         id="flowRegion2397"><rect
+           id="rect2399"
+           width="31.607143"
+           height="47.142857"
+           x="50"
+           y="138.61218" /></flowRegion><flowPara
+         id="flowPara2401" /></flowRoot>    <path
+       style="font-size:40px;font-style:normal;font-weight:normal;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Chancery L"
+       d="M 69.630952,166.45623 L 71.764285,157.88957 L 77.097618,158.0229 C 77.530951,157.65623 78.497619,156.9229 79.197618,156.48957 C 79.364285,156.08957 79.397618,156.0229 79.530952,155.55623 C 78.130953,156.4229 76.964283,156.72289 75.097618,156.72289 L 70.630952,156.68957 C 67.030955,156.68957 64.93095,157.22289 63.097618,158.5229 C 61.230953,159.88956 60.097618,162.22289 60.097618,164.65623 C 60.097618,165.45623 60.197619,166.0229 60.530952,167.22289 L 63.330952,165.95623 C 62.797619,164.38957 62.664285,163.65623 62.664285,162.65623 C 62.664285,159.65623 64.630955,157.78957 67.730952,157.78957 C 68.130951,157.78957 68.697619,157.82289 69.330952,157.88957 L 67.197618,166.45623 L 65.997618,167.98957 L 66.830952,167.98957 L 65.930952,171.55623 C 64.59762,176.88956 63.797615,177.82289 60.630952,177.82289 C 60.197619,177.82289 59.63095,177.78957 58.397618,177.75623 L 57.097618,179.9229 C 57.797617,179.98957 58.397619,180.0229 58.764285,180.0229 C 60.764283,180.0229 62.19762,179.38956 64.397618,177.58957 C 66.830949,175.62289 67.697619,174.18956 68.497618,171.0229 L 69.297618,167.82289 C 71.197616,167.72289 72.764285,167.62289 72.864285,167.58957 C 73.797617,167.45623 74.064286,167.28956 74.897618,166.45623 L 69.630952,166.45623"
+       id="white" />
+    <path
+       style="font-size:40px;font-style:normal;font-weight:normal;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Chancery L"
+       d="M 68.688096,166.00147 L 70.821429,157.43481 L 76.154762,157.56814 C 76.588095,157.20148 77.554763,156.46814 78.254762,156.03481 C 78.421429,155.63481 78.454762,155.56814 78.588096,155.10147 C 77.188097,155.96814 76.021427,156.26814 74.154762,156.26814 L 69.688096,156.2348 C 66.088099,156.2348 63.988094,156.76814 62.154762,158.06814 C 60.288098,159.43481 59.154762,161.76814 59.154762,164.20147 C 59.154762,165.00147 59.254763,165.56814 59.588096,166.76814 L 62.388096,165.50147 C 61.854763,163.93481 61.721429,163.20147 61.721429,162.20147 C 61.721429,159.20148 63.688099,157.3348 66.788096,157.3348 C 67.188095,157.3348 67.754763,157.36814 68.388096,157.43481 L 66.254762,166.00147 L 65.054762,167.53481 L 65.888096,167.53481 L 64.988096,171.10147 C 63.654764,176.4348 62.854759,177.36814 59.688096,177.36814 C 59.254763,177.36814 58.688094,177.3348 57.454762,177.30147 L 56.154762,179.46814 C 56.854762,179.53481 57.454763,179.56814 57.821429,179.56814 C 59.821427,179.56814 61.254765,178.93481 63.454762,177.13481 C 65.888093,175.16814 66.754763,173.73479 67.554762,170.56814 L 68.354762,167.36814 C 70.25476,167.26814 71.821429,167.16814 71.921429,167.13481 C 72.854761,167.00147 73.12143,166.8348 73.954762,166.00147 L 68.688096,166.00147"
+       id="red" />
+  </g>
+</svg>
Index: /trunk/nodist/images/invisiblenew.svg
===================================================================
--- /trunk/nodist/images/invisiblenew.svg	(revision 16006)
+++ /trunk/nodist/images/invisiblenew.svg	(revision 16006)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="invisiblenew.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="8.7366971"
+     inkscape:cy="3.025169"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="921"
+     inkscape:window-height="738"
+     inkscape:window-x="353"
+     inkscape:window-y="99" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       style="fill:#800000;fill-rule:evenodd;stroke:#800000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="M 0.89285715,15.107143 L 15,1.1785714"
+       id="path2383" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#800000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0.71428572,0.82142853 L 14.821429,15.107143 L 14.821429,15.107143"
+       id="path3155" />
+  </g>
+</svg>
Index: /trunk/nodist/images/logo/raw_logo_for_inkscape.svg
===================================================================
--- /trunk/nodist/images/logo/raw_logo_for_inkscape.svg	(revision 16006)
+++ /trunk/nodist/images/logo/raw_logo_for_inkscape.svg	(revision 16006)
@@ -0,0 +1,1006 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="1000"
+   height="1000"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
+   sodipodi:docname="logo.svg"
+   inkscape:export-filename="C:\Users\Diamond00744\Desktop\header.png"
+   inkscape:export-xdpi="7.5759072"
+   inkscape:export-ydpi="7.5759072">
+  <title
+     id="title3175">JOSM Logotype 2019</title>
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1162">
+      <stop
+         style="stop-color:#e3e5fc;stop-opacity:0.28282827"
+         offset="0"
+         id="stop1158" />
+      <stop
+         style="stop-color:#7ca4e5;stop-opacity:0"
+         offset="1"
+         id="stop1160" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1139">
+      <stop
+         style="stop-color:#1e427c;stop-opacity:1"
+         offset="0"
+         id="stop1135" />
+      <stop
+         style="stop-color:#4471aa;stop-opacity:1"
+         offset="1"
+         id="stop1137" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9279">
+      <stop
+         style="stop-color:#ad7a4a;stop-opacity:1"
+         offset="0"
+         id="stop9275" />
+      <stop
+         style="stop-color:#edb096;stop-opacity:1"
+         offset="1"
+         id="stop9277" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient9147">
+      <stop
+         style="stop-color:#ffd555;stop-opacity:1"
+         offset="0"
+         id="stop9143" />
+      <stop
+         style="stop-color:#ffcb27;stop-opacity:1"
+         offset="1"
+         id="stop9145" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5125">
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0"
+         id="stop5121" />
+      <stop
+         style="stop-color:#3c3c3c;stop-opacity:0;"
+         offset="1"
+         id="stop5123" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4523">
+      <stop
+         style="stop-color:#e6b636;stop-opacity:1;"
+         offset="0"
+         id="stop4525" />
+      <stop
+         id="stop4531"
+         offset="0.5"
+         style="stop-color:#f1cf09;stop-opacity:1;" />
+      <stop
+         style="stop-color:#f0d609;stop-opacity:1;"
+         offset="0.5625"
+         id="stop4539" />
+      <stop
+         style="stop-color:#f0b10a;stop-opacity:1;"
+         offset="0.625"
+         id="stop4535" />
+      <stop
+         id="stop4537"
+         offset="0.6875"
+         style="stop-color:#f0ce0b;stop-opacity:1;" />
+      <stop
+         style="stop-color:#f0aa0c;stop-opacity:1;"
+         offset="0.75"
+         id="stop4533" />
+      <stop
+         style="stop-color:#ffd900;stop-opacity:1;"
+         offset="1"
+         id="stop4527" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3927">
+      <stop
+         id="stop3929"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:0.36868685" />
+      <stop
+         id="stop3931"
+         offset="1"
+         style="stop-color:#3c3c3c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.98703934,0.23824023,-0.94680265,1.3016992,230.52643,-134.50576)"
+       y2="219.38611"
+       x2="787.82941"
+       y1="454.9873"
+       x1="716.07227"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3892"
+       xlink:href="#linearGradient5125"
+       inkscape:collect="always" />
+    <filter
+       inkscape:collect="always"
+       id="filter4005">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="10"
+         id="feGaussianBlur4007" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3927"
+       id="linearGradient4017"
+       x1="455"
+       y1="690"
+       x2="532.19708"
+       y2="656.34796"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0061717,0.23807111,-0.23807111,1.0061717,94.828085,-143.10414)" />
+    <filter
+       inkscape:collect="always"
+       id="filter3987"
+       x="-0.033087028"
+       width="1.0661741"
+       y="-0.30881226"
+       height="1.6176245">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="11.58046"
+         id="feGaussianBlur3989" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       id="filter4629-1"
+       inkscape:label="textshadow">
+      <feGaussianBlur
+         stdDeviation="0.5"
+         id="feGaussianBlur4631-1" />
+    </filter>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3411">
+      <path
+         sodipodi:nodetypes="ccccccccccccc"
+         inkscape:connector-curvature="0"
+         id="path3413"
+         d="m 1320,320 c 15,5 25,20 25,20 10,15 10,40 10,40 5,10 5,30 0,40 0,0 0,25 -10,40 0,0 -10,15 -25,20 h 540 l 40,-20 20,-40 v -40 l -20,-40 -40,-20 z"
+         style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath3446">
+      <path
+         sodipodi:nodetypes="cccccc"
+         inkscape:connector-curvature="0"
+         id="path3448"
+         d="m 1320,320 -200,80 200,80 60,-20 V 340 Z"
+         style="display:inline;fill:#dfc4b3;fill-opacity:1;stroke:none" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath4833">
+      <path
+         mask="none"
+         sodipodi:nodetypes="ccccc"
+         inkscape:connector-curvature="0"
+         id="path4835"
+         d="M 1478.5858,-6.694775 V 320 h 264.0886 V -6.694775 Z"
+         style="display:inline;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.26400566" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath5203">
+      <rect
+         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#515151;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:8, 8;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:normal"
+         id="rect5205"
+         width="800"
+         height="800"
+         x="80"
+         y="140" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath5217">
+      <rect
+         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#515151;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:8, 8;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:normal"
+         id="rect5219"
+         width="800"
+         height="800"
+         x="80"
+         y="140" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath9081">
+      <rect
+         style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:0.17171715;fill-rule:nonzero;stroke:none;stroke-width:4.0211215;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:8.04224403, 8.04224403;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:normal"
+         id="rect9083"
+         width="427.55597"
+         height="1040.0021"
+         x="255.84587"
+         y="-55.826595"
+         transform="matrix(0.98232755,0.18716991,0,1,0,0)" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath9114">
+      <path
+         style="fill:#ff4dcf;fill-opacity:0.17171715;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 31.923389,874.33669 231.9623,974.5625 651.93359,894.47266 851.37123,994.2063 V 154.14302 L 651.92798,54.413132 231.9623,134.50391 31.923389,34.273408 Z"
+         id="path9116"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccccc" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath9126">
+      <path
+         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#515151;stroke-width:3.68568182;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:7.37136328, 7.37136328;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:normal"
+         d="m 24.202168,100.97416 225.774912,18.96914 9.93545,7.23647 4.92045,812.94323 -14.81657,19.84314 -225.814242,112.70596 z"
+         id="path9128"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccc" />
+    </clipPath>
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath9132">
+      <path
+         style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#515151;stroke-width:4.098773;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:8.19754535, 8.19754535;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:normal"
+         d="m 670.56313,120.09136 220.49913,-38.47773 -6.60713,882.19043 -213.892,-3.61311 -16.8261,-7.45821 -3.19654,-803.01744 z"
+         id="path9134"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccc" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9147"
+       id="linearGradient9261"
+       gradientUnits="userSpaceOnUse"
+       x1="146.46803"
+       y1="211.90245"
+       x2="826.25989"
+       y2="900.62445" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9279"
+       id="linearGradient9439"
+       gradientUnits="userSpaceOnUse"
+       x1="1240"
+       y1="480"
+       x2="1240"
+       y2="320" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4523"
+       id="linearGradient1085"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(1555.4695,-347.95224)"
+       x1="215.45517"
+       y1="753.17932"
+       x2="280.40707"
+       y2="715.67932" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1684"
+       id="linearGradient1686"
+       x1="1655.907"
+       y1="655.02527"
+       x2="1561.8591"
+       y2="367.52527"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-73.236076,-11.97827)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient1684">
+      <stop
+         style="stop-color:#1e427c;stop-opacity:1"
+         offset="0"
+         id="stop1680" />
+      <stop
+         style="stop-color:#5373a7;stop-opacity:1"
+         offset="1"
+         id="stop1682" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1139"
+       id="linearGradient1141"
+       x1="893.78308"
+       y1="-484.92429"
+       x2="1255.8214"
+       y2="1410.1218"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1162"
+       id="radialGradient1164"
+       cx="494"
+       cy="556.57275"
+       fx="494"
+       fy="556.57275"
+       r="1922"
+       gradientTransform="matrix(1.0724512,-0.64308013,0.38445714,0.64115108,-249.76924,517.40712)"
+       gradientUnits="userSpaceOnUse" />
+    <clipPath
+       clipPathUnits="userSpaceOnUse"
+       id="clipPath1210">
+      <path
+         style="display:inline;fill:url(#linearGradient1214);fill-opacity:1;stroke:none;stroke-width:0.97590005"
+         d="M 80,140 V 940 H 880 V 140 Z"
+         id="path1212"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccc" />
+    </clipPath>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient9147"
+       id="linearGradient1214"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-289.08117,-8.1046899)"
+       x1="146.46803"
+       y1="211.90245"
+       x2="826.25989"
+       y2="900.62445" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#000000"
+     borderopacity="0.05098039"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.70710678"
+     inkscape:cx="304.82037"
+     inkscape:cy="509.22298"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer15"
+     showgrid="false"
+     showborder="true"
+     borderlayer="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1018"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     showguides="false"
+     inkscape:guide-bbox="true"
+     inkscape:snap-global="false"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:showpageshadow="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>JOSM Logotype 2019</dc:title>
+        <dc:date>2019-08-05</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Diamond00744</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Public Domain</dc:title>
+          </cc:Agent>
+        </dc:rights>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer9"
+     inkscape:label="banner_background"
+     sodipodi:insensitive="true"
+     style="display:none">
+    <rect
+       style="opacity:1;vector-effect:none;fill:url(#linearGradient1141);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:42.15313339;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;paint-order:stroke fill markers"
+       id="rect1125"
+       width="5871.8145"
+       height="3264.0049"
+       x="-2053.438"
+       y="-1194.8595" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer10"
+     inkscape:label="banner_overground"
+     style="display:none"
+     sodipodi:insensitive="true">
+    <rect
+       style="opacity:1;vector-effect:none;fill:url(#radialGradient1164);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:36;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0;marker:none;paint-order:stroke fill markers"
+       id="rect1156"
+       width="6912"
+       height="4221.1455"
+       x="-2552"
+       y="-1640" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer14"
+     inkscape:label="banner_river"
+     style="display:none"
+     sodipodi:insensitive="true">
+    <path
+       style="fill:none;fill-opacity:1;stroke:#eaf4ff;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:28, 28;stroke-dashoffset:0;stroke-opacity:0.14646463"
+       d="m -8.4852814,-1197.6879 c 47.1107954,86.6433 70.2051454,115.901 137.3624814,181.5879 185.98924,181.91689 170.86947,310.74389 351.95541,418.03867 84.99593,50.36072 132.31652,249.24593 48.08326,370.52396 -105.99276,152.607098 -85.57943,254.776205 -95.19596,334.78384"
+       id="path1235"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csssc" />
+    <path
+       style="fill:none;fill-opacity:1;stroke:#eaf4ff;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:28, 28;stroke-dashoffset:0;stroke-opacity:0.14646463"
+       d="m 154.50967,-1201.6879 c 33.58107,25.2489 46.87341,65.448 76.36753,89.3381 124.17636,100.5824 92.79351,127.49774 180.23968,253.47015 16.29127,23.46873 134.23736,144.68767 157.39697,161.82337 120.4475,89.11859 143.89961,309.39223 59.39697,438.40621 C 476.52098,-27.516385 520.1911,8.854741 509.94531,99.10433"
+       id="path1237"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cssssc" />
+    <path
+       style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#eaf4ff;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:28, 28;stroke-dashoffset:0;stroke-opacity:0.14646463"
+       d="m 613.76869,882.62027 c -4.80131,5.61381 -28.13508,21.15086 -22.48918,50.85486 3.42797,18.03512 -33.06331,25.06981 -37.84535,28.25784 -27.54272,18.3618 -15.7464,-29.34943 -33.71067,-59.31371"
+       id="path1243"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cssc" />
+    <path
+       style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#eaf4ff;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:28, 28;stroke-dashoffset:0;stroke-opacity:0.14646463"
+       d="m 110,892 c -47.658851,68.5247 -79.009636,140.0193 -116,214 -37.539488,75.079 81.241364,233.5173 74,248 -24.760243,49.5205 -22.68619,106.7448 -36,160 -14.025873,56.1035 -46.616007,112.54 -68,166 -28.498028,71.2451 -113.32698,166.654 -148,236 -16.13142,32.2628 -65.92049,50.8609 -86,86 -24.25704,42.4498 -45.63327,96.0416 -76,134"
+       id="path1251"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#eaf4ff;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:28, 28;stroke-dashoffset:0;stroke-opacity:0.14646463"
+       d="m 178,2076 c 70.92762,-81.8201 80,-202.1853 80,-306 0,-194.0925 -48.90595,-380.6457 -46,-574 1.15305,-76.7208 120.866,-190.0744 138,-146 7.64465,19.6646 65.66244,16.7649 62,46 -4.32837,34.5507 141.46826,-30.4073 102,8 -15.1704,14.7626 18.87191,54.561 52,60 71.85192,11.7968 103.50508,-20.0482 116,-42 11.23091,-19.7311 61.66909,5.8195 72,6 127.69588,2.2312 90.20351,-96.5783 134,-100 63.88371,-4.991 69.11649,12.9942 116.462,18.5667 32.3249,3.8047 66.5161,87.7588 71.4705,116.1556 10.1589,-65.2151 -6.9881,-103.1674 -9.0036,-108.9233 C 1060.1965,1034.5727 1014.4474,988.19406 984,980 877.67412,951.38536 873.70169,925.50282 838,866"
+       id="path1253"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csssssssssscssc" />
+    <path
+       style="opacity:1;vector-effect:none;fill:none;fill-opacity:1;stroke:#eaf4ff;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:28, 28;stroke-dashoffset:0;stroke-opacity:0.14646463"
+       d="M 1075.9325,1162.7223 C 1096.9325,1241.7223 1006,1269 1006,1346"
+       id="path1255"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="g1153"
+     inkscape:label="banner_text_small"
+     style="display:none"
+     sodipodi:insensitive="true">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#182f51;fill-opacity:0.45959598;fill-rule:nonzero;stroke:none;stroke-width:18.78250694;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 364.01126,1281.1912 c -21.55166,0 -33.8523,4.0186 -41.33744,9.7764 -3.74251,2.8789 -6.09561,6.2209 -7.33672,9.0856 -1.24161,2.8646 -1.4125,6.1813 -1.4125,6.1813 v 109.5646 c 0,0 0.17215,3.3167 1.4125,6.1813 1.24111,2.8646 3.59421,6.2067 7.33672,9.0856 7.48514,5.7577 19.78578,9.7764 41.33744,9.7764 21.55165,0 33.8523,-4.0187 41.33743,-9.7764 3.74251,-2.8789 6.09562,-6.221 7.33685,-9.0856 1.24149,-2.8646 1.41237,-6.1813 1.41237,-6.1813 v -109.5646 c 0,0 -0.17215,-3.3167 -1.41237,-6.1813 -1.24123,-2.8647 -3.59434,-6.2067 -7.33685,-9.0856 -7.48513,-5.7578 -19.78578,-9.7764 -41.33743,-9.7764 z m 122.08628,0 c -21.55165,0 -33.8523,4.0186 -41.33744,9.7764 -3.74237,2.8789 -6.09561,6.2209 -7.33684,9.0856 -1.24149,2.8646 -1.41237,6.1813 -1.41237,6.1813 v 31.3042 c 0,6.026 3.4641,10.0901 6.68878,12.9252 3.22494,2.835 6.9417,5.022 11.134,7.1718 8.3841,4.2997 18.72111,8.2357 28.89494,12.1487 10.17382,3.913 20.18459,7.803 27.06116,11.3295 3.43823,1.7631 6.07997,3.4892 7.30606,4.5672 0.3068,0.2707 0.21921,0.2013 0.3068,0.3056 v 28.6749 c -0.0593,0.1453 -0.20029,0.5821 -1.42461,1.5224 -2.69058,2.0687 -10.7367,5.8759 -29.88048,5.8759 -19.14377,0 -27.19078,-3.8075 -29.87947,-5.8756 -1.28603,-0.9893 -1.45439,-1.4937 -1.49793,-1.6019 -1.4857,-11.6805 -18.74875,-10.5578 -18.70925,1.2167 0,0 0.17214,3.3167 1.41237,6.1813 1.24123,2.8646 3.59447,6.2067 7.33684,9.0856 7.48514,5.7577 19.78579,9.7764 41.33744,9.7764 21.55166,0 33.8523,-4.0187 41.33744,-9.7764 3.74251,-2.8789 6.09561,-6.221 7.33685,-9.0856 1.24148,-2.8646 1.41249,-6.1813 1.41249,-6.1813 v -31.3042 c 0,-6.0261 -3.46422,-10.0901 -6.6889,-12.9252 -3.22494,-2.835 -6.9417,-5.022 -11.13388,-7.1718 -8.38423,-4.2997 -18.72111,-8.2357 -28.89506,-12.1487 -10.17383,-3.913 -20.18459,-7.803 -27.06117,-11.3295 -3.4381,-1.7631 -6.07996,-3.4892 -7.30605,-4.5672 -0.30996,-0.2708 -0.21909,-0.2012 -0.30681,-0.3055 v -28.6752 c 0.0593,-0.1452 0.20029,-0.5819 1.42474,-1.5224 2.69058,-2.0685 10.73658,-5.8758 29.88035,-5.8758 19.14378,0 27.19091,3.8074 29.8796,5.8757 1.28591,0.9892 1.45439,1.4936 1.49781,1.6019 1.48569,11.6804 18.74875,10.5578 18.70937,-1.2167 0,0 -0.17227,-3.3167 -1.41249,-6.1813 -1.24124,-2.8647 -3.59434,-6.2067 -7.33685,-9.0856 -7.48514,-5.7578 -19.78578,-9.7764 -41.33744,-9.7764 z m -203.61774,2.9959 c -5.18415,0.078 -9.32484,4.3414 -9.25063,9.5257 v 124.6358 c -1.55826,1.5205 -4.03013,3.7113 -6.26081,3.7113 h -31.30421 c -3.13041,0 -7.83826,-5.2092 -7.83826,-5.2092 -6.8897,-10.6922 -22.84741,-0.054 -15.62768,10.4184 0,0 7.81378,13.5733 23.46594,13.5733 h 31.30421 c 15.65204,0 23.46594,-13.5733 23.46594,-13.5733 1.02833,-1.5426 1.57745,-3.3552 1.57745,-5.2092 v -128.3471 c 0.0757,-5.2944 -4.23749,-9.605 -9.53195,-9.5257 z m 378.64003,0.1406 c -3.25245,0.097 -6.22295,1.8718 -7.85076,4.6895 l -38.82442,67.2979 -38.82431,-67.2979 c -4.8068,-8.3135 -17.51748,-4.9075 -17.52316,4.6956 v 134.6079 c -0.17846,12.7 18.96216,12.7 18.78244,0 v -99.5374 l 29.43321,51.016 c 3.61592,6.2569 12.64771,6.2569 16.26376,0 l 29.43308,-51.016 v 99.5374 c -0.17846,12.7 18.96216,12.7 18.78257,0 v -134.6079 c 0,-5.2958 -4.37883,-9.5431 -9.67241,-9.3851 z m -297.10857,15.6459 c 19.14377,0 27.19078,3.8074 29.87959,5.8757 1.22268,0.9405 1.36378,1.377 1.42461,1.5224 v 107.2902 c -0.0593,0.1452 -0.20041,0.5819 -1.42461,1.5224 -2.68881,2.0681 -10.73582,5.8756 -29.87959,5.8756 -19.14378,0 -27.19079,-3.8075 -29.87947,-5.8756 -1.22281,-0.9405 -1.36391,-1.377 -1.42474,-1.5224 v -107.2902 c 0.0593,-0.1453 0.20041,-0.5819 1.42474,-1.5224 2.68868,-2.0683 10.73569,-5.8757 29.87947,-5.8757 z"
+       id="path1149"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sccccccsccccccsscccsccscccccscccccscccsccscccccscccccscccssccssccccccccccccccccccccsccccsccccs" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#d6e3fa;fill-opacity:0.93939394;fill-rule:nonzero;stroke:none;stroke-width:18.78250694;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 361.30717,1277.5673 c -21.55165,0 -33.8523,4.0187 -41.33744,9.7764 -3.7425,2.8789 -6.09561,6.221 -7.33684,9.0856 -1.24149,2.8646 -1.41237,6.1813 -1.41237,6.1813 v 109.5646 c 0,0 0.17214,3.3167 1.41237,6.1813 1.24123,2.8647 3.59434,6.2067 7.33684,9.0856 7.48514,5.7578 19.78579,9.7764 41.33744,9.7764 21.55166,0 33.8523,-4.0186 41.33744,-9.7764 3.7425,-2.8789 6.09561,-6.2209 7.33684,-9.0856 1.24149,-2.8646 1.41237,-6.1813 1.41237,-6.1813 v -109.5646 c 0,0 -0.17214,-3.3167 -1.41237,-6.1813 -1.24123,-2.8646 -3.59434,-6.2067 -7.33684,-9.0856 -7.48514,-5.7577 -19.78578,-9.7764 -41.33744,-9.7764 z m 122.08629,0 c -21.55166,0 -33.8523,4.0187 -41.33744,9.7764 -3.74238,2.8789 -6.09561,6.221 -7.33685,9.0856 -1.24148,2.8646 -1.41237,6.1813 -1.41237,6.1813 v 31.3042 c 0,6.0261 3.4641,10.0901 6.68878,12.9252 3.22494,2.835 6.9417,5.022 11.13388,7.1718 8.38423,4.2997 18.72124,8.2357 28.89506,12.1487 10.17383,3.913 20.18459,7.8032 27.06117,11.3295 3.4381,1.7631 6.07996,3.4892 7.30605,4.5672 0.30681,0.2708 0.21922,0.2013 0.30681,0.3056 v 28.6751 c -0.0593,0.1451 -0.20029,0.5819 -1.42461,1.5223 -2.69058,2.0686 -10.73671,5.8759 -29.88048,5.8759 -19.14378,0 -27.19078,-3.8074 -29.8796,-5.8757 -1.28591,-0.9893 -1.45427,-1.4936 -1.49781,-1.6019 -1.48569,-11.6804 -18.74875,-10.5578 -18.70925,1.2167 0,0 0.17215,3.3167 1.41237,6.1813 1.24124,2.8647 3.59447,6.2067 7.33685,9.0856 7.48514,5.7578 19.78578,9.7764 41.33744,9.7764 21.55165,0 33.8523,-4.0186 41.33744,-9.7764 3.7425,-2.8789 6.09561,-6.2209 7.33684,-9.0856 1.24149,-2.8646 1.4125,-6.1813 1.4125,-6.1813 v -31.3042 c 0,-6.026 -3.46423,-10.0901 -6.68891,-12.9252 -3.22494,-2.835 -6.94169,-5.022 -11.13387,-7.1718 -8.38423,-4.2997 -18.72124,-8.2357 -28.89507,-12.1487 -10.17382,-3.913 -20.18459,-7.803 -27.06116,-11.3295 -3.43823,-1.7631 -6.07997,-3.4892 -7.30605,-4.5671 -0.30997,-0.2708 -0.2191,-0.2013 -0.30681,-0.3055 v -28.6752 c 0.0593,-0.1453 0.20029,-0.582 1.42474,-1.5225 2.69045,-2.0685 10.73657,-5.8757 29.88035,-5.8757 19.14377,0 27.19078,3.8073 29.87947,5.8756 1.28603,0.9892 1.45439,1.4937 1.49793,1.6019 1.4857,11.6804 18.74875,10.5578 18.70938,-1.2167 0,0 -0.17227,-3.3167 -1.4125,-6.1813 -1.24123,-2.8646 -3.59434,-6.2067 -7.33684,-9.0856 -7.48514,-5.7577 -19.78579,-9.7764 -41.33744,-9.7764 z m -203.61774,2.9959 c -5.18428,0.078 -9.32484,4.3415 -9.25063,9.5258 v 124.6357 c -1.55826,1.5206 -4.03013,3.7114 -6.26082,3.7114 h -31.3042 c -3.13041,0 -7.83826,-5.2093 -7.83826,-5.2093 -6.8897,-10.6922 -22.84741,-0.054 -15.62769,10.4184 0,0 7.81378,13.5733 23.46595,13.5733 h 31.3042 c 15.65204,0 23.46582,-13.5733 23.46582,-13.5733 1.02845,-1.5426 1.57745,-3.3552 1.57745,-5.2091 V 1290.089 c 0.0745,-5.2945 -4.23736,-9.6051 -9.53182,-9.5258 z m 378.64003,0.1406 c -3.25245,0.097 -6.22296,1.8719 -7.85076,4.6895 l -38.82443,67.2979 -38.8243,-67.2979 c -4.8068,-8.3135 -17.51761,-4.9075 -17.52317,4.6957 v 134.6079 c -0.17845,12.6999 18.96217,12.6999 18.78245,0 v -99.5375 l 29.4332,51.016 c 3.61593,6.2569 12.64772,6.2569 16.26376,0 l 29.43308,-51.016 v 99.5375 c -0.17845,12.6999 18.96217,12.6999 18.78258,0 V 1290.089 c 0,-5.2959 -4.37884,-9.5431 -9.67241,-9.3852 z m -297.10858,15.646 c 19.14378,0 27.19078,3.8073 29.8796,5.8756 1.22268,0.9405 1.36377,1.377 1.42461,1.5224 v 107.2902 c -0.0593,0.1453 -0.20042,0.5819 -1.42461,1.5224 -2.68882,2.0683 -10.73582,5.8757 -29.8796,5.8757 -19.14377,0 -27.19078,-3.8074 -29.87947,-5.8757 -1.22281,-0.9405 -1.3639,-1.377 -1.42473,-1.5224 v -107.2902 c 0.0593,-0.1452 0.20041,-0.5819 1.42473,-1.5224 2.68869,-2.0683 10.7357,-5.8756 29.87947,-5.8756 z"
+       id="path1151"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sccccccsccccccsscccsccscccccscccccscccsccscccccscccccscccssccssccccccccccccccccccccsccccsccccs" />
+  </g>
+  <g
+     inkscape:label="banner_text_big"
+     id="g1147"
+     inkscape:groupmode="layer"
+     style="display:none"
+     sodipodi:insensitive="true">
+    <path
+       sodipodi:nodetypes="sccccccsccccccsscccsccscccccscccccscccsccscccccscccccscccssccssccccccccccccccccccccsccccsccccs"
+       inkscape:connector-curvature="0"
+       id="path1143"
+       d="m 1321.2084,365.60141 c -36.24,0 -56.924,6.75749 -69.5105,16.43946 -6.2931,4.84096 -10.2499,10.46076 -12.3371,15.27767 -2.0877,4.8169 -2.3751,10.39418 -2.3751,10.39418 v 184.23697 c 0,0 0.2896,5.57727 2.3751,10.39417 2.0872,4.8169 6.044,10.43671 12.3371,15.27767 12.5865,9.68197 33.2705,16.43946 69.5105,16.43946 36.2399,0 56.9239,-6.75749 69.5104,-16.43946 6.2931,-4.84096 10.2499,-10.46077 12.3371,-15.27767 2.0876,-4.8169 2.3751,-10.39417 2.3751,-10.39417 V 407.71272 c 0,0 -0.2896,-5.57728 -2.3751,-10.39418 -2.0872,-4.81691 -6.044,-10.43671 -12.3371,-15.27767 -12.5865,-9.68197 -33.2705,-16.43946 -69.5104,-16.43946 z m 205.2925,0 c -36.2398,0 -56.9239,6.75749 -69.5104,16.43946 -6.293,4.84096 -10.2499,10.46076 -12.3371,15.27767 -2.0877,4.8169 -2.3751,10.39418 -2.3751,10.39418 v 52.63913 c 0,10.13304 5.8251,16.96701 11.2474,21.73423 5.423,4.76715 11.6728,8.44462 18.7222,12.05967 14.0983,7.23009 31.4803,13.84862 48.588,20.42852 17.1078,6.57988 33.9412,13.12114 45.5045,19.05083 5.7813,2.96485 10.2235,5.86727 12.2854,7.68 0.5159,0.45533 0.3685,0.33847 0.5159,0.51376 v 48.21829 c -0.1001,0.24424 -0.337,0.97861 -2.3957,2.56 -4.5243,3.47834 -18.0542,9.88037 -50.2451,9.88037 -32.1909,0 -45.7223,-6.40229 -50.2435,-9.88011 -2.1624,-1.66346 -2.4456,-2.51157 -2.5188,-2.69365 -2.4982,-19.64103 -31.5266,-17.75323 -31.4603,2.04593 0,0 0.2896,5.57727 2.3751,10.39417 2.0872,4.8169 6.0441,10.43671 12.3371,15.27767 12.5865,9.68197 33.2706,16.43946 69.5104,16.43946 36.24,0 56.924,-6.75749 69.5105,-16.43946 6.2931,-4.84096 10.2499,-10.46077 12.3371,-15.27767 2.0876,-4.8169 2.3751,-10.39417 2.3751,-10.39417 v -52.63914 c 0,-10.13304 -5.8251,-16.96701 -11.2475,-21.73423 -5.4228,-4.76715 -11.6727,-8.44463 -18.7221,-12.05967 -14.0983,-7.23009 -31.4803,-13.84862 -48.5881,-20.42851 -17.1076,-6.5799 -33.9411,-13.12115 -45.5043,-19.05084 -5.7814,-2.96485 -10.2236,-5.86726 -12.2855,-7.68 -0.5211,-0.45533 -0.3684,-0.33847 -0.5158,-0.51376 v -48.21829 c 0.1,-0.24425 0.3368,-0.97862 2.3956,-2.56 4.5243,-3.47834 18.0541,-9.88036 50.245,-9.88036 32.1909,0 45.7224,6.40228 50.2436,9.8801 2.1624,1.66345 2.4456,2.51156 2.5187,2.69365 2.4983,19.64103 31.5266,17.75323 31.4604,-2.04592 0,0 -0.2895,-5.57728 -2.3751,-10.39418 -2.0872,-4.81691 -6.044,-10.43671 -12.3371,-15.27767 -12.5865,-9.68197 -33.2705,-16.43946 -69.5105,-16.43946 z m -342.3907,5.03772 c -8.7175,0.13055 -15.6801,7.30031 -15.5554,16.01793 v 209.57983 c -2.6203,2.55683 -6.7768,6.24063 -10.5277,6.24063 h -52.6392 c -5.2639,0 -13.1804,-8.75947 -13.1804,-8.75947 -11.5853,-17.97938 -38.4186,-0.0905 -26.2785,17.51893 0,0 13.1393,22.82401 39.4589,22.82401 h 52.6392 c 26.3194,0 39.4587,-22.82401 39.4587,-22.82401 1.7292,-2.594 2.6526,-5.64186 2.6526,-8.75946 V 386.65706 c 0.1262,-8.90281 -7.1253,-16.15122 -16.0282,-16.01793 z m 636.6972,0.23636 c -5.4692,0.16422 -10.4641,3.14771 -13.2014,7.8857 l -65.2846,113.16387 -65.2846,-113.16387 c -8.0827,-13.97958 -29.4564,-8.25218 -29.4658,7.89587 v 226.34828 c -0.3001,21.35554 31.8856,21.35554 31.5834,0 V 445.62932 l 49.4929,85.78536 c 6.0804,10.52114 21.2678,10.52114 27.3482,0 l 49.4928,-85.78536 v 167.37602 c -0.3,21.35554 31.8857,21.35554 31.5835,0 V 386.65706 c 0,-8.90512 -7.3631,-16.04709 -16.2644,-15.78148 z m -499.599,26.3094 c 32.1908,0 45.7223,6.40228 50.2435,9.8801 2.0561,1.58138 2.2934,2.31554 2.3956,2.56 v 180.41242 c -0.1,0.24424 -0.3369,0.97861 -2.3956,2.56 -4.5212,3.47782 -18.0527,9.88011 -50.2435,9.88011 -32.191,0 -45.7224,-6.40229 -50.2436,-9.88011 -2.0561,-1.58139 -2.2934,-2.31554 -2.3957,-2.56 V 409.62499 c 0.1001,-0.24425 0.337,-0.97862 2.3957,-2.56 4.5212,-3.47782 18.0526,-9.8801 50.2436,-9.8801 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#182f51;fill-opacity:0.530303;fill-rule:nonzero;stroke:none;stroke-width:31.58348274;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <path
+       sodipodi:nodetypes="sccccccsccccccsscccsccscccccscccccscccsccscccccscccccscccssccssccccccccccccccccccccsccccsccccs"
+       inkscape:connector-curvature="0"
+       id="path1145"
+       d="m 1316.6613,359.50774 c -36.24,0 -56.924,6.75749 -69.5105,16.43946 -6.2931,4.84096 -10.2499,10.46077 -12.3371,15.27767 -2.0876,4.8169 -2.3751,10.39418 -2.3751,10.39418 v 184.23697 c 0,0 0.2896,5.57727 2.3751,10.39417 2.0872,4.81691 6.044,10.43671 12.3371,15.27767 12.5865,9.68197 33.2705,16.43946 69.5105,16.43946 36.2399,0 56.9239,-6.75749 69.5104,-16.43946 6.2931,-4.84096 10.2499,-10.46076 12.3371,-15.27767 2.0877,-4.8169 2.3751,-10.39417 2.3751,-10.39417 V 401.61905 c 0,0 -0.2896,-5.57728 -2.3751,-10.39418 -2.0872,-4.8169 -6.044,-10.43671 -12.3371,-15.27767 -12.5865,-9.68197 -33.2705,-16.43946 -69.5104,-16.43946 z m 205.2925,0 c -36.2398,0 -56.9239,6.75749 -69.5104,16.43946 -6.293,4.84096 -10.2499,10.46077 -12.3371,15.27767 -2.0876,4.8169 -2.3751,10.39418 -2.3751,10.39418 v 52.63913 c 0,10.13304 5.8251,16.96701 11.2475,21.73423 5.4229,4.76715 11.6728,8.44463 18.7222,12.05967 14.0983,7.23009 31.4803,13.84862 48.588,20.42852 17.1077,6.57989 33.9411,13.12114 45.5044,19.05083 5.7813,2.96485 10.2235,5.86727 12.2854,7.68 0.5159,0.45533 0.3685,0.33847 0.5159,0.51377 v 48.21828 c -0.1,0.24425 -0.3369,0.97862 -2.3956,2.56 -4.5243,3.47834 -18.0542,9.88037 -50.2452,9.88037 -32.1908,0 -45.7223,-6.40229 -50.2435,-9.88011 -2.1624,-1.66345 -2.4455,-2.51156 -2.5187,-2.69365 -2.4982,-19.64103 -31.5266,-17.75323 -31.4604,2.04593 0,0 0.2896,5.57727 2.3751,10.39417 2.0872,4.81691 6.0441,10.43671 12.3371,15.27767 12.5865,9.68197 33.2706,16.43946 69.5104,16.43946 36.24,0 56.924,-6.75749 69.5106,-16.43946 6.293,-4.84096 10.2498,-10.46076 12.337,-15.27767 2.0877,-4.8169 2.3752,-10.39417 2.3752,-10.39417 v -52.63914 c 0,-10.13304 -5.8252,-16.96701 -11.2475,-21.73423 -5.4229,-4.76715 -11.6727,-8.44462 -18.7221,-12.05967 -14.0983,-7.23009 -31.4803,-13.84862 -48.5881,-20.42851 -17.1077,-6.57989 -33.9412,-13.12115 -45.5044,-19.05084 -5.7814,-2.96485 -10.2236,-5.86726 -12.2855,-7.68 -0.5211,-0.45533 -0.3684,-0.33847 -0.5158,-0.51376 v -48.21829 c 0.1001,-0.24424 0.3369,-0.97861 2.3957,-2.56 4.5243,-3.47834 18.0541,-9.88036 50.2449,-9.88036 32.191,0 45.7225,6.40228 50.2436,9.8801 2.1624,1.66346 2.4456,2.51157 2.5188,2.69365 2.4982,19.64103 31.5266,17.75323 31.4604,-2.04592 0,0 -0.2896,-5.57728 -2.3752,-10.39418 -2.0872,-4.8169 -6.044,-10.43671 -12.337,-15.27767 -12.5866,-9.68197 -33.2706,-16.43946 -69.5106,-16.43946 z m -342.3906,5.03773 c -8.7176,0.13054 -15.6802,7.3003 -15.5554,16.01792 v 209.57983 c -2.6203,2.55683 -6.7768,6.24063 -10.5278,6.24063 h -52.6391 c -5.264,0 -13.1804,-8.75947 -13.1804,-8.75947 -11.5854,-17.97938 -38.4187,-0.0905 -26.2786,17.51893 0,0 13.1393,22.82401 39.459,22.82401 h 52.6391 c 26.3195,0 39.4588,-22.82401 39.4588,-22.82401 1.7292,-2.594 2.6525,-5.64185 2.6525,-8.75946 V 380.56339 c 0.1263,-8.9028 -7.1253,-16.15121 -16.0281,-16.01792 z m 636.6972,0.23635 c -5.4692,0.16423 -10.4642,3.14771 -13.2014,7.8857 l -65.2846,113.16388 -65.2847,-113.16388 c -8.0827,-13.97958 -29.4563,-8.25218 -29.4658,7.89587 v 226.34829 c -0.3001,21.35553 31.8856,21.35553 31.5835,0 V 439.53565 l 49.4929,85.78537 c 6.0803,10.52113 21.2677,10.52113 27.3481,0 l 49.4929,-85.78537 v 167.37603 c -0.3,21.35553 31.8856,21.35553 31.5835,0 V 380.56339 c 0,-8.90512 -7.3632,-16.04708 -16.2644,-15.78147 z m -499.5991,26.3094 c 32.1909,0 45.7223,6.40228 50.2435,9.8801 2.0561,1.58139 2.2934,2.31554 2.3957,2.56 v 180.41242 c -0.1001,0.24425 -0.337,0.97862 -2.3957,2.56 -4.5212,3.47782 -18.0526,9.88011 -50.2435,9.88011 -32.1909,0 -45.7224,-6.40229 -50.2436,-9.88011 -2.0561,-1.58138 -2.2934,-2.31554 -2.3956,-2.56 V 403.53132 c 0.1,-0.24424 0.3369,-0.97861 2.3956,-2.56 4.5212,-3.47782 18.0527,-9.8801 50.2436,-9.8801 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#bdd2f3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:31.58348274;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer15"
+     inkscape:label="twitter_round"
+     style="display:none">
+    <circle
+       style="opacity:1;vector-effect:none;fill:none;fill-opacity:0.40909095;fill-rule:nonzero;stroke:#2470c4;stroke-width:7.28552008;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:29.14208022, 29.14208022;stroke-dashoffset:0;stroke-opacity:0.03535354;marker:none;paint-order:stroke fill markers"
+       id="path1329"
+       cx="438"
+       cy="498"
+       r="761.85724"
+       inkscape:export-xdpi="32.104507"
+       inkscape:export-ydpi="32.104507" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer8"
+     inkscape:label="text_for_header"
+     style="display:none"
+     sodipodi:insensitive="true">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#182f51;fill-opacity:0.07575755;fill-rule:nonzero;stroke:none;stroke-width:38.74163818;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 1364.5432,335.86979 c -44.4535,0 -69.8254,8.28903 -85.2645,20.16534 -7.7194,5.93813 -12.573,12.83162 -15.1332,18.74024 -2.5608,5.90861 -2.9134,12.74994 -2.9134,12.74994 v 225.99287 c 0,0 0.3552,6.84132 2.9134,12.74993 2.5602,5.90862 7.4138,12.80211 15.1332,18.74024 15.4391,11.87631 40.811,20.16534 85.2645,20.16534 44.4534,0 69.8253,-8.28903 85.2644,-20.16534 7.7194,-5.93813 12.573,-12.83162 15.1332,-18.74024 2.5608,-5.90861 2.9134,-12.74993 2.9134,-12.74993 V 387.52531 c 0,0 -0.3552,-6.84133 -2.9134,-12.74994 -2.5602,-5.90862 -7.4138,-12.80211 -15.1332,-18.74024 -15.4391,-11.87631 -40.811,-20.16534 -85.2644,-20.16534 z m 251.8205,0 c -44.4533,0 -69.8253,8.28903 -85.2644,20.16534 -7.7193,5.93813 -12.573,12.83162 -15.1332,18.74024 -2.5608,5.90861 -2.9134,12.74994 -2.9134,12.74994 v 64.56939 c 0,12.42961 7.1453,20.81245 13.7966,26.66012 6.652,5.84759 14.3183,10.35854 22.9654,14.79291 17.2936,8.86873 38.6151,16.9873 59.6001,25.05848 20.9851,8.07117 41.6337,16.09495 55.8177,23.36856 7.0916,3.63681 12.5406,7.19704 15.0698,9.42061 0.6328,0.55853 0.452,0.41518 0.6328,0.63021 v 59.14659 c -0.1227,0.2996 -0.4133,1.20041 -2.9386,3.1402 -5.5497,4.26668 -22.146,12.11968 -61.6328,12.11968 -39.4867,0 -56.0849,-7.85332 -61.6308,-12.11936 -2.6525,-2.04046 -2.9998,-3.08079 -3.0896,-3.30414 -3.0644,-24.09252 -38.6719,-21.77687 -38.5906,2.50962 0,0 0.3552,6.84132 2.9134,12.74993 2.5602,5.90862 7.4139,12.80211 15.1332,18.74024 15.4391,11.87631 40.8111,20.16534 85.2644,20.16534 44.4535,0 69.8254,-8.28903 85.2646,-20.16534 7.7193,-5.93813 12.5729,-12.83162 15.1331,-18.74024 2.5608,-5.90861 2.9135,-12.74993 2.9135,-12.74993 v -64.5694 c 0,-12.42961 -7.1454,-20.81245 -13.7967,-26.66012 -6.6519,-5.84759 -14.3182,-10.35854 -22.9653,-14.79291 -17.2936,-8.86873 -38.6151,-16.9873 -59.6002,-25.05847 -20.985,-8.07118 -41.6337,-16.09496 -55.8176,-23.36857 -7.0917,-3.63681 -12.5407,-7.19703 -15.0699,-9.42061 -0.6392,-0.55853 -0.4519,-0.41518 -0.6327,-0.6302 v -59.1466 c 0.1227,-0.2996 0.4132,-1.20041 2.9386,-3.1402 5.5497,-4.26668 22.1459,-12.11967 61.6326,-12.11967 39.4868,0 56.0851,7.85331 61.6309,12.11935 2.6525,2.04046 2.9999,3.08079 3.0896,3.30414 3.0645,24.09252 38.6719,21.77687 38.5907,-2.50961 0,0 -0.3552,-6.84133 -2.9135,-12.74994 -2.5602,-5.90862 -7.4138,-12.80211 -15.1331,-18.74024 -15.4392,-11.87631 -40.8111,-20.16534 -85.2646,-20.16534 z m -419.9909,6.17949 c -10.6933,0.16013 -19.2339,8.95486 -19.0809,19.64827 v 257.07949 c -3.2142,3.13632 -8.3127,7.65502 -12.9138,7.65502 h -64.5694 c -6.457,0 -16.1676,-10.74473 -16.1676,-10.74473 -14.2111,-22.05427 -47.126,-0.11106 -32.2344,21.48946 0,0 16.1172,27.9969 48.402,27.9969 h 64.5694 c 32.2846,0 48.4018,-27.9969 48.4018,-27.9969 2.1211,-3.18191 3.2537,-6.92054 3.2537,-10.74473 V 361.69755 c 0.1549,-10.92056 -8.7402,-19.81177 -19.6608,-19.64827 z m 780.9998,0.28992 c -6.7088,0.20145 -12.8358,3.86112 -16.1934,9.67294 l -80.0809,138.8116 -80.0809,-138.8116 c -9.9146,-17.14795 -36.1324,-10.12248 -36.144,9.68541 v 277.64839 c -0.3681,26.1956 39.1122,26.1956 38.7416,0 V 434.03542 l 60.7101,105.22796 c 7.4584,12.90567 26.0879,12.90567 33.5464,0 l 60.71,-105.22796 v 205.31052 c -0.368,26.1956 39.1123,26.1956 38.7417,0 V 361.69755 c 0,-10.9234 -9.032,-19.68404 -19.9506,-19.35823 z m -612.8294,32.27223 c 39.4867,0 56.0849,7.85331 61.6308,12.11935 2.5221,1.93979 2.8132,2.84034 2.9386,3.1402 V 611.1725 c -0.1227,0.2996 -0.4133,1.20041 -2.9386,3.1402 -5.5459,4.26604 -22.1441,12.11936 -61.6308,12.11936 -39.4868,0 -56.085,-7.85332 -61.6309,-12.11936 -2.5221,-1.93979 -2.8132,-2.84034 -2.9386,-3.1402 V 389.87098 c 0.1227,-0.2996 0.4133,-1.20041 2.9386,-3.1402 5.5459,-4.26604 22.1441,-12.11935 61.6309,-12.11935 z"
+       id="path3478-6-1-8-4-7-4"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sccccccsccccccsscccsccscccccscccccscccsccscccccscccccscccssccssccccccccccccccccccccsccccsccccs" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#linearGradient1686);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:38.74163818;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 1358.9656,328.39504 c -44.4535,0 -69.8254,8.28903 -85.2645,20.16534 -7.7194,5.93813 -12.573,12.83162 -15.1332,18.74024 -2.5608,5.90861 -2.9134,12.74994 -2.9134,12.74994 v 225.99287 c 0,0 0.3552,6.84132 2.9134,12.74993 2.5602,5.90862 7.4138,12.80211 15.1332,18.74024 15.4391,11.87631 40.811,20.16534 85.2645,20.16534 44.4534,0 69.8253,-8.28903 85.2644,-20.16534 7.7194,-5.93813 12.573,-12.83162 15.1332,-18.74024 2.5608,-5.90861 2.9134,-12.74993 2.9134,-12.74993 V 380.05056 c 0,0 -0.3552,-6.84133 -2.9134,-12.74994 -2.5602,-5.90862 -7.4138,-12.80211 -15.1332,-18.74024 -15.4391,-11.87631 -40.811,-20.16534 -85.2644,-20.16534 z m 251.8205,0 c -44.4533,0 -69.8253,8.28903 -85.2644,20.16534 -7.7193,5.93813 -12.573,12.83162 -15.1332,18.74024 -2.5608,5.90861 -2.9134,12.74994 -2.9134,12.74994 v 64.56939 c 0,12.42961 7.1453,20.81245 13.7966,26.66012 6.652,5.84759 14.3183,10.35854 22.9654,14.79291 17.2936,8.86873 38.6151,16.9873 59.6001,25.05848 20.9851,8.07117 41.6337,16.09495 55.8177,23.36856 7.0916,3.63681 12.5406,7.19704 15.0698,9.42061 0.6328,0.55853 0.452,0.41518 0.6328,0.63021 v 59.14659 c -0.1227,0.2996 -0.4133,1.20041 -2.9386,3.1402 -5.5497,4.26668 -22.146,12.11968 -61.6328,12.11968 -39.4867,0 -56.0849,-7.85332 -61.6308,-12.11936 -2.6525,-2.04046 -2.9998,-3.08079 -3.0896,-3.30414 -3.0644,-24.09252 -38.6719,-21.77687 -38.5906,2.50962 0,0 0.3552,6.84132 2.9134,12.74993 2.5602,5.90862 7.4139,12.80211 15.1332,18.74024 15.4391,11.87631 40.8111,20.16534 85.2644,20.16534 44.4535,0 69.8254,-8.28903 85.2646,-20.16534 7.7193,-5.93813 12.5729,-12.83162 15.1331,-18.74024 2.5608,-5.90861 2.9135,-12.74993 2.9135,-12.74993 v -64.5694 c 0,-12.42961 -7.1454,-20.81245 -13.7967,-26.66012 -6.6519,-5.84759 -14.3182,-10.35854 -22.9653,-14.79291 -17.2936,-8.86873 -38.6151,-16.9873 -59.6002,-25.05847 -20.985,-8.07118 -41.6337,-16.09496 -55.8176,-23.36857 -7.0917,-3.63681 -12.5407,-7.19703 -15.0699,-9.42061 -0.6392,-0.55853 -0.4519,-0.41518 -0.6327,-0.6302 v -59.1466 c 0.1227,-0.2996 0.4132,-1.20041 2.9386,-3.1402 5.5497,-4.26668 22.1459,-12.11967 61.6326,-12.11967 39.4868,0 56.0851,7.85331 61.6309,12.11935 2.6525,2.04046 2.9999,3.08079 3.0896,3.30414 3.0645,24.09252 38.6719,21.77687 38.5907,-2.50961 0,0 -0.3552,-6.84133 -2.9135,-12.74994 -2.5602,-5.90862 -7.4138,-12.80211 -15.1331,-18.74024 -15.4392,-11.87631 -40.8111,-20.16534 -85.2646,-20.16534 z m -419.9909,6.17949 c -10.6933,0.16013 -19.2339,8.95486 -19.0809,19.64827 v 257.07949 c -3.2142,3.13632 -8.3127,7.65502 -12.9138,7.65502 h -64.5694 c -6.457,0 -16.1676,-10.74473 -16.1676,-10.74473 -14.2111,-22.05427 -47.126,-0.11106 -32.2344,21.48946 0,0 16.1172,27.9969 48.402,27.9969 h 64.5694 c 32.2846,0 48.4018,-27.9969 48.4018,-27.9969 2.1211,-3.18191 3.2537,-6.92054 3.2537,-10.74473 V 354.2228 c 0.1549,-10.92056 -8.7402,-19.81177 -19.6608,-19.64827 z m 780.9998,0.28992 c -6.7088,0.20145 -12.8358,3.86112 -16.1934,9.67294 l -80.0809,138.8116 -80.0809,-138.8116 c -9.9146,-17.14795 -36.1324,-10.12248 -36.144,9.68541 v 277.64839 c -0.3681,26.1956 39.1122,26.1956 38.7416,0 V 426.56067 l 60.7101,105.22796 c 7.4584,12.90567 26.0879,12.90567 33.5464,0 l 60.71,-105.22796 v 205.31052 c -0.368,26.1956 39.1123,26.1956 38.7417,0 V 354.2228 c 0,-10.9234 -9.032,-19.68404 -19.9506,-19.35823 z m -612.8294,32.27223 c 39.4867,0 56.0849,7.85331 61.6308,12.11935 2.5221,1.93979 2.8132,2.84034 2.9386,3.1402 v 221.30152 c -0.1227,0.2996 -0.4133,1.20041 -2.9386,3.1402 -5.5459,4.26604 -22.1441,12.11936 -61.6308,12.11936 -39.4868,0 -56.085,-7.85332 -61.6309,-12.11936 -2.5221,-1.93979 -2.8132,-2.84034 -2.9386,-3.1402 V 382.39623 c 0.1227,-0.2996 0.4133,-1.20041 2.9386,-3.1402 5.5459,-4.26604 22.1441,-12.11935 61.6309,-12.11935 z"
+       id="path3478-6-1-8-4-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sccccccsccccccsscccsccscccccscccccscccsccscccccscccccscccssccssccccccccccccccccccccsccccsccccs" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer1"
+     inkscape:label="text"
+     style="display:none"
+     sodipodi:insensitive="true">
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1085,185 v 30 c 0,0 0,15 -15,15 -3,0 -5,-3 -5,-3"
+       id="path3478"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1100,220 v -25 c 0,0 0,-12 15,-12 15,0 15,12 15,12 v 25 c 0,0 1,12 -15,12 -15,0 -15,-12 -15,-12 z"
+       id="path3480"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1175,188 c 0,0 0,-5 -15,-5 -15,0 -15,17 -15,17 0,10 30,5 30,15 0,0 0,17 -15,17 -15,0 -15,-7 -15,-7"
+       id="path3482"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1190,230 v -45 l 15,25 15,-25 v 45"
+       id="path3484"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1085,261 v 41 c 0,0 -2,3 -5,3 h -10 c -3,0 -5,-3 -5,-3"
+       id="path3478-6"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1100,300 v -35 c 0,0 0,-5 15,-5 15,0 15,5 15,5 v 35 c 0,0 1,5 -15,5 -15,0 -15,-5 -15,-5 z"
+       id="path3480-2"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1190,304 v -43 l 15,26 15,-26 v 43"
+       id="path3484-4"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1175,265 c 0,0 0,-5 -15,-5 -15,0 -15,5 -15,5 v 10 c 0,5 30,10 30,15 v 10 c 0,0 1,5 -15,5 -15,0 -15,-5 -15,-5"
+       id="path3480-2-4"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1085,331 v 41 c 0,0 -2,3 -5,3 h -10 c -3,0 -5,-3 -5,-3"
+       id="path3478-6-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1098,370 v -35 c 0,0 0,-5 15,-5 15,0 15,5 15,5 v 35 c 0,0 1,5 -15,5 -15,0 -15,-5 -15,-5 z"
+       id="path3480-2-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1184,374 v -43 l 15,26 15,-26 v 43"
+       id="path3484-4-4"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1171,335 c 0,0 0,-5 -15,-5 -15,0 -15,5 -15,5 v 10 c 0,5 30,10 30,15 v 10 c 0,0 1,5 -15,5 -15,0 -15,-5 -15,-5"
+       id="path3480-2-4-8"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1085,395 v 41 c 0,0 -2,3 -5,3 h -10 c -3,0 -5,-3 -5,-3"
+       id="path3478-6-1-8"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1098,434 v -35 c 0,0 0,-5 13,-5 13,0 13,5 13,5 v 35 c 0,0 0,5 -13,5 -13,0 -13,-5 -13,-5 z"
+       id="path3480-2-1-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1176,438 v -43 l 15,26 15,-26 v 43"
+       id="path3484-4-4-5"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="display:inline;fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1163,399 c 0,0 0,-5 -13,-5 -13,0 -13,5 -13,5 v 10 c 0,5 26,10 26,15 v 10 c 0,0 0,5 -13,5 -13,0 -13,-5 -13,-5"
+       id="path3480-2-4-8-5"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 1110,452 c -6.8846,0 -10.814,1.28374 -13.2051,3.12305 -1.1955,0.91965 -1.9472,1.98726 -2.3437,2.90234 C 1094.0546,458.94047 1094,460 1094,460 v 35 c 0,0 0.055,1.05953 0.4512,1.97461 0.3965,0.91508 1.1482,1.98269 2.3437,2.90234 2.3911,1.83931 6.3205,3.12305 13.2051,3.12305 6.8846,0 10.814,-1.28374 13.2051,-3.12305 1.1955,-0.91965 1.9472,-1.98726 2.3437,-2.90234 C 1125.9454,496.05953 1126,495 1126,495 v -35 c 0,0 -0.055,-1.05953 -0.4512,-1.97461 -0.3965,-0.91508 -1.1482,-1.98269 -2.3437,-2.90234 C 1120.814,453.28374 1116.8846,452 1110,452 Z m 39,0 c -6.8846,0 -10.814,1.28374 -13.2051,3.12305 -1.1955,0.91965 -1.9472,1.98726 -2.3437,2.90234 C 1133.0546,458.94047 1133,460 1133,460 v 10 c 0,1.925 1.1066,3.22327 2.1367,4.12891 1.0302,0.90563 2.2175,1.60425 3.5567,2.29101 2.6783,1.37352 5.9804,2.63086 9.2304,3.88086 3.25,1.25 6.4479,2.49266 8.6446,3.61914 1.0983,0.56324 1.9422,1.11462 2.3339,1.45899 0.098,0.0865 0.07,0.0643 0.098,0.0976 v 9.16016 c -0.019,0.0464 -0.064,0.18591 -0.4551,0.48633 -0.8595,0.66079 -3.4298,1.877 -9.5452,1.877 -6.1154,0 -8.686,-1.21626 -9.5449,-1.87695 -0.4108,-0.31601 -0.4646,-0.47713 -0.4785,-0.51172 -0.4746,-3.73126 -5.9892,-3.37263 -5.9766,0.38867 0,0 0.055,1.05953 0.4512,1.97461 0.3965,0.91508 1.1482,1.98269 2.3437,2.90234 2.3911,1.83931 6.3205,3.12305 13.2051,3.12305 6.8846,0 10.814,-1.28374 13.2051,-3.12305 1.1955,-0.91965 1.9472,-1.98726 2.3437,-2.90234 C 1164.9454,496.05953 1165,495 1165,495 v -10 c 0,-1.925 -1.1066,-3.22327 -2.1367,-4.12891 -1.0302,-0.90563 -2.2175,-1.60425 -3.5567,-2.29101 -2.6783,-1.37352 -5.9804,-2.63086 -9.2304,-3.88086 -3.25,-1.25 -6.4479,-2.49266 -8.6446,-3.61914 -1.0983,-0.56324 -1.9422,-1.11462 -2.3339,-1.45899 -0.099,-0.0865 -0.07,-0.0643 -0.098,-0.0976 v -9.16016 c 0.019,-0.0464 0.064,-0.18591 0.4551,-0.48633 0.8595,-0.66079 3.4298,-1.877 9.5452,-1.877 6.1154,0 8.686,1.21626 9.5449,1.87695 0.4108,0.31601 0.4646,0.47713 0.4785,0.51172 0.4746,3.73126 5.9892,3.37263 5.9766,-0.38867 0,0 -0.055,-1.05953 -0.4512,-1.97461 -0.3965,-0.91508 -1.1482,-1.98269 -2.3437,-2.90234 C 1159.814,453.28374 1155.8846,452 1149,452 Z m -65.0449,0.95703 c -1.6561,0.0248 -2.9788,1.38686 -2.9551,3.04297 v 39.81445 c -0.4978,0.48573 -1.2874,1.18555 -2,1.18555 h -10 c -1,0 -2.5039,-1.66406 -2.5039,-1.66406 -2.2009,-3.41559 -7.2985,-0.0172 -4.9922,3.32812 0,0 2.4961,4.33594 7.4961,4.33594 h 10 c 5,0 7.4961,-4.33594 7.4961,-4.33594 C 1086.8246,498.17127 1087,497.59226 1087,497 v -41 c 0.024,-1.69129 -1.3536,-3.06829 -3.0449,-3.04297 z m 120.9551,0.0449 c -1.039,0.0312 -1.9879,0.59798 -2.5079,1.49807 L 1190,475.99805 1177.5977,454.5 c -1.5355,-2.65574 -5.5959,-1.56769 -5.5977,1.5 v 43 c -0.057,4.05697 6.0574,4.05697 6,0 v -31.79688 l 9.4023,16.29688 c 1.1551,1.99873 4.0403,1.99873 5.1954,0 L 1202,467.20312 V 499 c -0.057,4.05697 6.0574,4.05697 6,0 v -43 c -5e-4,-1.69173 -1.3988,-3.04851 -3.0898,-2.99805 z M 1110,458 c 6.1154,0 8.686,1.21626 9.5449,1.87695 0.3906,0.30042 0.4357,0.43989 0.4551,0.48633 v 34.27344 c -0.019,0.0464 -0.064,0.18591 -0.4551,0.48633 C 1118.686,495.78374 1116.1154,497 1110,497 c -6.1154,0 -8.686,-1.21626 -9.5449,-1.87695 -0.3906,-0.30042 -0.4357,-0.43989 -0.4551,-0.48633 v -34.27344 c 0.019,-0.0464 0.064,-0.18591 0.4551,-0.48633 C 1101.314,459.21626 1103.8846,458 1110,458 Z"
+       id="path3478-6-1-8-4"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sccccccsccccccsscccsccscccccscccccscccsccscccccscccccscccssccssccccccccccccccccccccsccccsccccs" />
+  </g>
+  <g
+     style="display:none"
+     inkscape:label="pencil_base"
+     id="g4137"
+     inkscape:groupmode="layer"
+     sodipodi:insensitive="true">
+    <g
+       id="g3773"
+       transform="translate(-40,-320)">
+      <path
+         style="display:inline;fill:url(#linearGradient9439);fill-opacity:1;stroke:none"
+         d="M 1320,320 1193.0819,370.76724 1162,392.5 l -42,7.5 41.7715,3.25862 31.2026,25.93103 L 1320,480 1380,460 V 340 Z"
+         id="path4139-5"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccccccc" />
+      <g
+         clip-path="url(#clipPath3411)"
+         id="g3405">
+        <path
+           sodipodi:nodetypes="cccccc"
+           inkscape:connector-curvature="0"
+           id="path4139-5-2"
+           d="m 1280,350 v 50 50 h 660 c 0,-53.33333 0,-46.66667 0,-100 z"
+           style="display:inline;fill:#853909;fill-opacity:1;stroke:none"
+           clip-path="none" />
+        <path
+           style="fill:#974613;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 1940,380 v -40 l -85,-10 h -480 l -95,10 v 40 z"
+           id="path3294"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           clip-path="none" />
+        <path
+           style="opacity:1;vector-effect:none;fill:#642b06;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           d="m 1940,420 v 40 l -85,10 h -495 l -80,-10 v -40 z"
+           id="path3326"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccccc"
+           clip-path="none" />
+        <path
+           style="display:inline;opacity:1;vector-effect:none;fill:#b25c28;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           d="m 1280,320 v 20 h 660 v -20 z"
+           id="path3305"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           clip-path="none" />
+        <path
+           style="display:inline;opacity:1;vector-effect:none;fill:#4d2105;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           d="m 1280,460 v 20 h 660 v -20 z"
+           id="path3342"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="ccccc"
+           clip-path="none" />
+      </g>
+      <path
+         style="display:inline;opacity:1;vector-effect:none;fill:#120e02;fill-opacity:0.84343435;fill-rule:nonzero;stroke:none;stroke-width:0.5885148;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal;filter:url(#filter4629-1)"
+         mask="none"
+         clip-path="none"
+         d="m 1780.1484,386.07031 c -3.9797,0 -6.2505,0.74145 -7.6328,1.80469 -0.691,0.53161 -1.1262,1.14875 -1.3554,1.67773 -0.2288,0.52896 -0.2618,1.14063 -0.2618,1.14063 v 20.23242 c 0,0 0.033,0.61361 0.2618,1.14258 0.2292,0.52897 0.6644,1.14611 1.3554,1.67773 1.3823,1.06323 3.6531,1.80469 7.6328,1.80469 3.9798,0 6.2506,-0.74146 7.6328,-1.80469 0.6911,-0.53162 1.1263,-1.14876 1.3555,-1.67773 0.2288,-0.52897 0.2598,-1.14258 0.2598,-1.14258 v -20.23242 c 0,0 -0.031,-0.61167 -0.2598,-1.14063 -0.2292,-0.52898 -0.6643,-1.14612 -1.3555,-1.67773 -1.3821,-1.06324 -3.653,-1.80469 -7.6328,-1.80469 z m 22.545,0 c -3.9798,0 -6.2526,0.74145 -7.6348,1.80469 -0.6911,0.53161 -1.1243,1.14875 -1.3535,1.67773 -0.2297,0.52896 -0.2617,1.14063 -0.2617,1.14063 v 5.78125 c 0,1.11278 0.6388,1.8632 1.2343,2.38672 0.5955,0.52351 1.2826,0.92722 2.0567,1.32422 1.5483,0.79397 3.4572,1.52156 5.3359,2.24414 1.8787,0.72258 3.7282,1.44062 4.9981,2.09179 0.6349,0.32559 1.1212,0.64468 1.3476,0.84375 0.059,0.0496 0.043,0.0373 0.059,0.0566 v 5.29493 c -0.011,0.0268 -0.038,0.10759 -0.2637,0.28125 -0.4968,0.38198 -1.9824,1.08398 -5.5175,1.08398 -3.5351,0 -5.0212,-0.70207 -5.5176,-1.08398 -0.2374,-0.18268 -0.2674,-0.27688 -0.2774,-0.29688 -0.2731,-2.15859 -3.465,-1.95116 -3.455,0.22461 0,0 0.033,0.61361 0.2617,1.14258 0.2292,0.52897 0.6625,1.14611 1.3535,1.67773 1.3822,1.06323 3.6551,1.80469 7.6348,1.80469 3.9797,0 6.2506,-0.74146 7.6328,-1.80469 0.691,-0.53162 1.1261,-1.14876 1.3554,-1.67773 0.2298,-0.52897 0.2598,-1.14258 0.2598,-1.14258 v -5.7793 c 0,-1.11277 -0.639,-1.8632 -1.2344,-2.38671 -0.5956,-0.52351 -1.2825,-0.92919 -2.0566,-1.32618 -1.5483,-0.79398 -3.4572,-1.51962 -5.3359,-2.24218 -1.8787,-0.7226 -3.7263,-1.44063 -4.9961,-2.0918 -0.6349,-0.32558 -1.1232,-0.64468 -1.3496,-0.84375 -0.057,-0.0496 -0.041,-0.0373 -0.057,-0.0566 v -5.29492 c 0.011,-0.0268 0.038,-0.10759 0.2637,-0.28125 0.4968,-0.38198 1.9825,-1.08594 5.5176,-1.08594 3.5351,0 5.021,0.70402 5.5175,1.08594 0.2374,0.18267 0.2654,0.27492 0.2754,0.29492 0.2721,2.15974 3.4651,1.95218 3.4551,-0.22461 0,0 -0.031,-0.61167 -0.2598,-1.14063 -0.2293,-0.52898 -0.6644,-1.14612 -1.3554,-1.67773 -1.3822,-1.06324 -3.6531,-1.80469 -7.6328,-1.80469 z m -37.6016,0.55274 c -0.9572,0.015 -1.721,0.80261 -1.707,1.75976 v 23.01367 c -0.2878,0.28077 -0.7444,0.68555 -1.1563,0.68555 h -5.7812 c -0.5781,0 -1.4473,-0.96094 -1.4473,-0.96094 -1.2643,-2.0118 -4.2562,-0.0165 -2.8848,1.92383 0,0 1.4418,2.50586 4.3321,2.50586 h 5.7812 c 2.8903,0 4.332,-2.50586 4.332,-2.50586 0.1907,-0.28495 0.2926,-0.62003 0.293,-0.96289 v -23.69922 c 0.014,-0.97858 -0.7832,-1.77526 -1.7617,-1.75976 z m 52.7187,0.0234 c -0.9047,-0.0348 -1.8222,0.62738 -1.8222,1.73632 v 24.85547 c -0.01,2.32075 3.4787,2.32075 3.4687,0 v -18.38086 l 5.4336,9.42188 c 0.6675,1.15612 2.3363,1.15612 3.0039,0 l 5.4356,-9.42188 v 18.38086 c -0.01,2.32075 3.4787,2.32075 3.4687,0 v -24.85547 c 4e-4,-0.97885 -0.8087,-1.76417 -1.7871,-1.73437 -0.6007,0.0185 -1.149,0.34656 -1.4492,0.86718 l -7.1699,12.42579 -7.168,-12.42579 c -0.3327,-0.5762 -0.8712,-0.84826 -1.4141,-0.86914 z m -37.6621,2.89062 c 3.5351,0 5.0211,0.70403 5.5176,1.08594 0.2257,0.17367 0.2527,0.25445 0.2637,0.28125 v 19.8125 c -0.011,0.0268 -0.038,0.10759 -0.2637,0.28125 -0.4965,0.38192 -1.9825,1.08398 -5.5176,1.08398 -3.5351,0 -5.0209,-0.70206 -5.5175,-1.08398 -0.2257,-0.17366 -0.2527,-0.25445 -0.2637,-0.28125 v -19.8125 c 0.011,-0.0268 0.038,-0.10758 0.2637,-0.28125 0.4966,-0.38191 1.9824,-1.08594 5.5175,-1.08594 z"
+         id="rect3736"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="sccccccsccccccsscccsccscccccscccccscccsccccccccscccccscccssccsscccccsccccccccccccccsccccsccccs" />
+      <path
+         clip-path="url(#clipPath3446)"
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0"
+         id="path3415"
+         d="m 1115,400 65,-40 c 30,15 30,65 0,80 z"
+         style="opacity:1;vector-effect:none;fill:#3d3d3d;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         id="path3478-6-1-8-4-5"
+         d="m 1779.4988,385.18513 c -3.9797,0 -6.2511,0.74208 -7.6334,1.80532 -0.691,0.53161 -1.1255,1.14876 -1.3548,1.67774 -0.2292,0.52896 -0.2608,1.14144 -0.2608,1.14144 v 20.23219 c 0,0 0.032,0.61248 0.2608,1.14145 0.2293,0.52897 0.6638,1.14612 1.3548,1.67774 1.3823,1.06323 3.6537,1.80531 7.6334,1.80531 3.9798,0 6.2512,-0.74208 7.6334,-1.80531 0.6911,-0.53162 1.1256,-1.14877 1.3548,-1.67774 0.2292,-0.52897 0.2609,-1.14145 0.2609,-1.14145 v -20.23219 c 0,0 -0.032,-0.61248 -0.2609,-1.14144 -0.2292,-0.52898 -0.6637,-1.14613 -1.3548,-1.67774 -1.3822,-1.06324 -3.6536,-1.80532 -7.6334,-1.80532 z m 22.5445,0 c -3.9798,0 -6.2512,0.74208 -7.6334,1.80532 -0.6911,0.53161 -1.1256,1.14876 -1.3548,1.67774 -0.2292,0.52896 -0.2609,1.14144 -0.2609,1.14144 v 5.78062 c 0,1.11278 0.6397,1.86326 1.2352,2.38678 0.5955,0.52351 1.2819,0.92735 2.056,1.32435 1.5483,0.79397 3.4571,1.52079 5.3358,2.24337 1.8787,0.72258 3.7272,1.44092 4.9971,2.09209 0.6349,0.32559 1.1227,0.64432 1.3491,0.84339 0.057,0.05 0.041,0.0371 0.057,0.0564 v 5.29514 c -0.011,0.0268 -0.037,0.10747 -0.2631,0.28113 -0.4968,0.38198 -1.9826,1.08503 -5.5177,1.08503 -3.5351,0 -5.0211,-0.70308 -5.5175,-1.08499 -0.2376,-0.18268 -0.2686,-0.27582 -0.2767,-0.29581 a 1.7343611,1.7343611 0 0 0 -3.4548,0.22467 c 0,0 0.032,0.61248 0.2608,1.14145 0.2292,0.52897 0.6638,1.14612 1.3548,1.67774 1.3822,1.06323 3.6537,1.80531 7.6334,1.80531 3.9797,0 6.2512,-0.74208 7.6334,-1.80531 0.691,-0.53162 1.1255,-1.14877 1.3548,-1.67774 0.2293,-0.52897 0.2608,-1.14145 0.2608,-1.14145 v -5.78062 c 0,-1.11277 -0.6397,-1.86325 -1.2351,-2.38677 -0.5956,-0.52351 -1.2819,-0.92736 -2.056,-1.32435 -1.5483,-0.79398 -3.4571,-1.5208 -5.3358,-2.24337 -1.8787,-0.72259 -3.7273,-1.44093 -4.9971,-2.0921 -0.6349,-0.32558 -1.1227,-0.64432 -1.3491,-0.84339 -0.058,-0.05 -0.041,-0.0371 -0.057,-0.0564 v -5.29514 c 0.011,-0.0268 0.037,-0.10747 0.2631,-0.28113 0.4968,-0.38198 1.9826,-1.08503 5.5177,-1.08503 3.5351,0 5.0211,0.70308 5.5176,1.085 0.2374,0.18267 0.2685,0.27581 0.2765,0.29581 a 1.7343611,1.7343611 0 0 0 3.4549,-0.22468 c 0,0 -0.032,-0.61248 -0.2608,-1.14144 -0.2293,-0.52898 -0.6638,-1.14613 -1.3548,-1.67774 -1.3822,-1.06324 -3.6537,-1.80532 -7.6334,-1.80532 z m -37.6001,0.55322 a 1.7343611,1.7343611 0 0 0 -1.7082,1.75903 v 23.01525 c -0.2878,0.28077 -0.7442,0.68532 -1.1561,0.68532 h -5.7806 c -0.5781,0 -1.4474,-0.96193 -1.4474,-0.96193 a 1.7343611,1.7343611 0 1 0 -2.8858,1.92386 c 0,0 1.4429,2.50644 4.3332,2.50644 h 5.7806 c 2.8903,0 4.3332,-2.50644 4.3332,-2.50644 a 1.7343611,1.7343611 0 0 0 0.2913,-0.96193 v -23.70057 a 1.7343611,1.7343611 0 0 0 -1.7602,-1.75903 z m 69.9197,0.026 a 1.7343611,1.7343611 0 0 0 -1.4498,0.86597 l -7.1693,12.42722 -7.1693,-12.42722 a 1.7343611,1.7343611 0 0 0 -3.2358,0.8671 v 24.85669 a 1.7343611,1.7343611 0 1 0 3.4684,0 v -18.38059 l 5.4351,9.42062 a 1.7343611,1.7343611 0 0 0 3.0033,0 l 5.4351,-9.42062 v 18.38059 a 1.7343611,1.7343611 0 1 0 3.4684,0 v -24.85669 a 1.7343611,1.7343611 0 0 0 -1.7861,-1.73307 z m -54.8641,2.88919 c 3.5351,0 5.0211,0.70308 5.5176,1.08499 0.2258,0.17367 0.2518,0.25429 0.2631,0.28114 v 19.81219 c -0.011,0.0268 -0.037,0.10747 -0.2631,0.28113 -0.4965,0.38192 -1.9825,1.08499 -5.5176,1.08499 -3.5351,0 -5.021,-0.70307 -5.5176,-1.08499 -0.2257,-0.17366 -0.2518,-0.25429 -0.263,-0.28113 v -19.81219 c 0.011,-0.0268 0.037,-0.10747 0.263,-0.28114 0.4966,-0.38191 1.9825,-1.08499 5.5176,-1.08499 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;vector-effect:none;fill:url(#linearGradient1085);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.13432839;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+         inkscape:connector-curvature="0"
+         mask="none" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer4"
+     inkscape:label="map_bg"
+     style="display:none">
+    <g
+       id="g8930"
+       clip-path="url(#clipPath1210)">
+      <g
+         id="g1197">
+        <path
+           sodipodi:nodetypes="ccccccccc"
+           inkscape:connector-curvature="0"
+           id="path4186"
+           d="M 80,140 V 940 H 346.66667 613.33333 880 V 140 H 613.33333 346.66667 Z"
+           style="display:inline;fill:url(#linearGradient9261);fill-opacity:1;stroke:none;stroke-width:0.97590005" />
+        <path
+           sodipodi:nodetypes="ccccccccssssssssssccccssssssccccccc"
+           style="opacity:1;fill:#fff3aa;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 531.5,222.5 15,92 35,55.5 70,68 12.5,59.5 38,206.5 49,69 58.25708,-28.16089 c 0,0 -2.18645,-22.55291 -4.94609,-33.49711 -3.07279,-12.18607 -6.55709,-24.56376 -12.83653,-35.45003 -6.76813,-11.73348 -19.66626,-19.21269 -26.14747,-31.10707 -8.2251,-15.09479 -7.3774,-33.96922 -15.1832,-49.28505 C 743.42546,582.31776 730.09739,573.24303 723.5,560 c -9.12631,-18.31937 -13.79563,-38.78563 -17,-59 -4.6213,-29.15293 5.02047,-60.09363 -3,-88.5 -8.43707,-29.88188 -24.6546,-58.45038 -46,-81 -19.06906,-20.14486 -50.4384,-25.33307 -70,-45 -11.836,-11.89973 -20.34466,-27.09218 -27,-42.5 -11.18491,-25.89425 -20.89517,-81.99953 -20.89517,-81.99953 L 527.5,158 Z M 339.74935,838.93398 c 0,0 63.30863,0.96432 94.58073,5.34315 23.45014,3.28357 46.79271,8.26051 69.29647,15.62742 18.80751,6.1569 34.67879,22.42662 54.4264,23.71572 16.72077,1.09151 35.07978,-3.62808 48.3036,-13.91915 11.78391,-9.17049 18.1803,-24.41485 22.5959,-38.67882 4.40456,-14.2283 5.79926,-29.90248 3.20101,-44.56855 -4.00615,-22.61304 -28.24264,-62.84062 -28.24264,-62.84062 l 107.4386,79.81119 -16,127.22034 L 653.79046,942 560.54639,943 341.98946,919.40202 Z"
+           id="path2942"
+           inkscape:connector-curvature="0" />
+        <path
+           style="fill:#316ed9;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 550.70711,133.98959 -61.41422,0.70711 C 479.29289,154.6967 460,198.76894 460,240 c 0,110 43.06127,102.79716 70,170 26.92445,67.16722 25.74694,148.73468 40,220 10,50 26.76866,121.41927 70,145 12.41532,6.77199 40,65 40,95 0,31.18135 -14.25359,51.28146 -32.70954,74 L 883,942 886,859 C 876,779 750,670 715.71875,625.71875 667.2915,563.16505 684.23298,529.00012 670,455 653.67832,370.14032 579.69159,364.6462 560,300 526.36402,189.57528 550.70711,173.98959 550.70711,133.98959 Z M 362.91718,830.01448 C 315.42215,824.98957 275.62467,845.07045 235.98382,863.76406 213.41671,874.40613 199.01165,852.5825 158.56325,943 l 408.48314,1 c -25.21712,-26.94324 -59.67308,-69.7613 -113.61466,-77.11702 -44.09288,-6.0127 -19.92938,-29.40069 -90.51455,-36.8685 z"
+           id="path4182"
+           inkscape:connector-curvature="0"
+           mask="none"
+           sodipodi:nodetypes="ccssssscccssscssccss" />
+        <path
+           style="fill:#009d00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="m 410.15938,136.5 c -10,20 -34.11475,55.16956 -59.53912,71.05992 -24.62617,15.39149 -90.25848,24.02655 -128.91315,19.93755 C 176.47187,222.71237 167.49978,211.17104 74,224.98781 L 77,136 Z"
+           id="path4248"
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cssccc"
+           mask="none" />
+      </g>
+    </g>
+  </g>
+  <g
+     style="display:none"
+     inkscape:label="map_objs"
+     id="g5119"
+     inkscape:groupmode="layer">
+    <g
+       id="g5199"
+       clip-path="url(#clipPath5203)">
+      <rect
+         transform="rotate(-5.9985694)"
+         style="opacity:1;vector-effect:none;fill:#8c133f;fill-opacity:1;stroke:none;stroke-width:3.79201698;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
+         id="rect4993"
+         width="266.72729"
+         height="297.24506"
+         x="-125.68399"
+         y="331.99625"
+         inkscape:transform-center-x="-725.69962"
+         inkscape:transform-center-y="-557.0985" />
+      <rect
+         ry="0"
+         transform="rotate(-5.9985694)"
+         style="display:inline;opacity:1;vector-effect:none;fill:#33757c;fill-opacity:1;stroke:none;stroke-width:0.88078535px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal"
+         id="rect5001"
+         width="108.50864"
+         height="193.02408"
+         x="211.0433"
+         y="436.21552"
+         inkscape:transform-center-x="-249.75721"
+         inkscape:transform-center-y="-482.87906" />
+      <path
+         style="display:inline;fill:none;stroke:#234868;stroke-width:50;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.87878789"
+         d="M -23.248667,725.65014 434.23139,677.56704"
+         id="path5007"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cc"
+         inkscape:transform-center-x="56.694788"
+         inkscape:transform-center-y="129.96538" />
+      <path
+         style="display:inline;fill:none;stroke:#234868;stroke-width:40;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.87878789"
+         d="M 19.638033,942.35439 185.60092,703.69916"
+         id="path5009"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cc"
+         inkscape:transform-center-x="236.95984"
+         inkscape:transform-center-y="97.225073" />
+      <g
+         id="g5043"
+         transform="rotate(-8.9985694,457.52229,5045.5602)"
+         clip-path="url(#clipPath4833)" />
+      <g
+         transform="rotate(-8.9985694,-28.852909,489.58238)"
+         style="display:inline"
+         mask="none"
+         id="g5045" />
+      <path
+         style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#0d4474;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.87878789;paint-order:stroke fill markers"
+         d="m 220.70543,694.29386 c 5.19443,19.3877 -6.31154,39.31542 -25.69921,44.50983 -19.38767,5.19437 -39.31541,-6.31156 -44.50981,-25.69923 -5.1944,-19.3877 6.31154,-39.31545 25.69924,-44.50982 19.38767,-5.19439 39.31541,6.31154 44.50978,25.69922 z"
+         id="path5111"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="sssss"
+         inkscape:transform-center-x="372.70906"
+         inkscape:transform-center-y="464.62769" />
+      <path
+         sodipodi:nodetypes="sssss"
+         inkscape:connector-curvature="0"
+         id="path5113"
+         d="m 469.33592,668.16177 c 5.1944,19.38766 -6.31157,39.31541 -25.69924,44.50982 -19.38768,5.19437 -39.31539,-6.31157 -44.50982,-25.69927 -5.19439,-19.38765 6.31158,-39.3154 25.69925,-44.50981 19.38769,-5.19438 39.31544,6.31157 44.50981,25.69926 z"
+         style="display:inline;fill:#ffffff;fill-opacity:1;stroke:#0d4474;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.87878789;paint-order:stroke fill markers"
+         inkscape:transform-center-x="-43.332175"
+         inkscape:transform-center-y="353.11147" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="union"
+     style="display:none"
+     sodipodi:insensitive="true">
+    <g
+       id="g8961"
+       transform="matrix(1.0500791,0,0,1.0500791,-44.069575,-27.074319)">
+      <use
+         height="100%"
+         width="100%"
+         id="use8932"
+         xlink:href="#g8930"
+         y="0"
+         x="0"
+         style="display:inline" />
+      <use
+         height="100%"
+         width="100%"
+         id="use8939"
+         xlink:href="#g5199"
+         y="0"
+         x="0"
+         style="display:inline" />
+      <g
+         clip-path="url(#clipPath5217)"
+         id="use8944"
+         transform="translate(0,514.4656)" />
+      <g
+         id="use8954" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer13"
+     inkscape:label="map_shadow"
+     style="display:inline"
+     sodipodi:insensitive="true">
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none;filter:url(#filter3987)"
+       d="m 42.5,875 157,82.5 L 539,908 706.42179,966.28175 546.70101,772.47056 197.39697,803.75736 Z"
+       id="path3177"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc"
+       transform="matrix(1.1751768,0,0,1.1751768,-3.5968708,-179.75471)" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer6"
+     inkscape:label="map"
+     style="display:inline"
+     sodipodi:insensitive="true">
+    <use
+       style="display:inline"
+       x="0"
+       y="0"
+       xlink:href="#g8961"
+       id="use9056"
+       transform="matrix(0.93734601,0.46871001,0,0.98420964,13.567338,-378.77506)"
+       width="100%"
+       height="100%"
+       clip-path="url(#clipPath9132)" />
+    <use
+       style="display:inline"
+       x="0"
+       y="0"
+       xlink:href="#g8961"
+       id="use8969"
+       width="100%"
+       height="100%"
+       transform="matrix(0.93734601,0.46967899,0,0.98420964,-5.5111674,-103.04452)"
+       clip-path="url(#clipPath9126)" />
+    <use
+       style="display:inline"
+       x="0"
+       y="0"
+       xlink:href="#g8961"
+       id="use9053"
+       transform="matrix(0.98420964,-0.18752852,0,0.98420964,-18.576228,61.420505)"
+       width="100%"
+       height="100%"
+       clip-path="url(#clipPath9081)" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer5"
+     inkscape:label="map_glow"
+     style="display:inline"
+     sodipodi:insensitive="true">
+    <path
+       style="fill:#ffffff;fill-opacity:0.40909095;stroke:none"
+       mask="none"
+       d="M 31.07403,33.32969 30.754005,875.81499 231.9623,976.23881 V 132.72374 Z M 651.84595,54.073288 V 898.00063 l 202.13575,98.42784 -1.31492,-843.29092 z"
+       id="path4189"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccc"
+       clip-path="url(#clipPath9114)"
+       transform="matrix(0.98420964,0,0,0.98420964,0.50408172,0.02362604)" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer12"
+     inkscape:label="pencil_shadow"
+     style="display:inline"
+     sodipodi:insensitive="true">
+    <path
+       style="display:inline;fill:url(#linearGradient3892);fill-opacity:1;stroke:none;filter:url(#filter4005)"
+       d="M 572.10412,580.74889 476.53475,683.34808 681.5173,565.54282 707.27398,529.24915 869.23963,454.07603 834.43588,275.54719 663.6582,403.33661 Z"
+       id="path6550-9"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccc"
+       inkscape:transform-center-x="-215.60715"
+       inkscape:transform-center-y="-175.66366"
+       transform="matrix(1.0218858,0.16971281,-0.15750787,1.0200046,2.6684521,-114.57978)" />
+    <path
+       style="fill:url(#linearGradient4017);fill-opacity:1;stroke:none;stroke-width:1.03395319"
+       d="m 382.14591,663.31717 195.91395,-58.14703 -3.43637,-48.98168 z"
+       id="path4009"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc"
+       inkscape:transform-center-x="-139.82598"
+       inkscape:transform-center-y="-86.787478" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer7"
+     inkscape:label="pencil"
+     style="display:inline"
+     sodipodi:insensitive="true">
+    <use
+       style="display:inline"
+       x="0"
+       y="0"
+       xlink:href="#g3773"
+       id="use3777"
+       transform="matrix(0.69887489,-0.7619929,0.7619929,0.69887489,-433.5982,1430.3596)"
+       width="100%"
+       height="100%"
+       inkscape:transform-center-x="-315.04168"
+       inkscape:transform-center-y="-339.51677" />
+  </g>
+</svg>
Index: /trunk/nodist/images/mergecomplete.svg
===================================================================
--- /trunk/nodist/images/mergecomplete.svg	(revision 16006)
+++ /trunk/nodist/images/mergecomplete.svg	(revision 16006)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="mergecomplete.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="1.7844983"
+     inkscape:cy="13.711502"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="994"
+     inkscape:window-height="764"
+     inkscape:window-x="115"
+     inkscape:window-y="115" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#007c00;stroke-width:2.31105803999999980;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.1783721,9.8630335 L 6.4262162,13.505955 L 13.984069,2.2684695"
+       id="path2385" />
+  </g>
+</svg>
Index: /trunk/nodist/images/misc/gray_check.svg
===================================================================
--- /trunk/nodist/images/misc/gray_check.svg	(revision 16006)
+++ /trunk/nodist/images/misc/gray_check.svg	(revision 16006)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <defs>
+    <linearGradient x1="8" y1="4" x2="8" y2="13" id="gray" gradientUnits="userSpaceOnUse">
+      <stop stop-color="#c5c5c5"/>
+      <stop offset=".5" stop-color="#666666"/>
+      <stop offset="1" stop-color="#909090"/>
+    </linearGradient>
+  </defs>
+  <path d="m1.5,8.5l5,5l8,-8l-2.5,-2.5l-5.5,5.5l-2.5,-2.5z" stroke="#2e2e2e" fill="url(#gray)"/>
+</svg>
Index: /trunk/nodist/images/presets/accommodation/chalet.svg
===================================================================
--- /trunk/nodist/images/presets/accommodation/chalet.svg	(revision 16006)
+++ /trunk/nodist/images/presets/accommodation/chalet.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg831"
+   sodipodi:version="0.32"
+   width="66.032692pt"
+   height="65.311539pt"
+   sodipodi:docname="chalet.svg"
+   inkscape:version="0.91 r13725"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <metadata
+     id="metadata2216">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs833" />
+  <sodipodi:namedview
+     id="base"
+     inkscape:zoom="4.3131439"
+     inkscape:cx="19.414108"
+     inkscape:cy="29.615847"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg831"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       originx="-15.444941"
+       originy="-24.440363" />
+  </sodipodi:namedview>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4140"
+     width="82.540863"
+     height="81.639427"
+     x="3.6975297e-007"
+     y="0" />
+  <g
+     id="g825"
+     transform="matrix(0.680918,0,0,0.658159,-80.582191,-28.356326)">
+    <g
+       id="g815"
+       transform="matrix(0.268353,0,0,0.275569,94.8544,31.97102)">
+      <path
+         style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
+         d="m 147.599,86.2593 -15.334,13.418 21.085,23.0017 15.335,-11.501 13.418,11.501 21.086,-19.168 21.085,19.168 36.421,0 c 11.501,11.501 26.835,32.587 51.756,32.587 24.919,0 54.971,-13.533 55.589,-51.755 2.412,-36.3837 -26.837,-53.6723 -53.673,-53.6723 -26.836,1.9168 -44.088,19.1686 -53.672,36.4206 l -113.096,0 z m 210.856,16.2927 c 0,12.168 -6.441,22.044 -14.377,22.044 -7.935,0 -14.376,-9.876 -14.376,-22.044 0,-12.1677 6.441,-22.0437 14.376,-22.0437 7.936,0 14.377,9.876 14.377,22.0437 z"
+         id="path808"
+         sodipodi:nodetypes="cccccccccccccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         style="font-size:12px;fill-rule:evenodd;stroke:#000000;stroke-width:0.774998pt"
+         d="m 357.772,94.7983 c -4.75,5.111 -4.749,7.4347 3.166,12.5467 l 36.41,-4.183 c 3.694,-2.323 4.222,-7.4347 -3.166,-11.1517 l -36.41,2.788 z"
+         id="path809"
+         sodipodi:nodetypes="ccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         style="font-size:12px;fill-rule:evenodd;stroke:#000000;stroke-width:0.981394pt"
+         d="m 389.251,76.8318 8.868,29.3682 16.667,-6.6617 -8.834,-27.2582 -16.701,4.5517 z m -9.995,-10.3533 14.623,58.7975 89.458,-24.987 -14.383,-58.8024 -89.698,24.9919 z"
+         id="path814"
+         sodipodi:nodetypes="cccccccccc"
+         inkscape:connector-curvature="0" />
+    </g>
+    <path
+       style="font-size:12px;fill-rule:evenodd;stroke:#000000;stroke-width:0.57346001pt"
+       d="m 179.113,80.5082 -60.267,36.8048 6.027,9.2 7.232,-3.451 0,43.706 94.018,0 0,-43.706 6.845,3.336 6.027,-9.201 -59.882,-36.6888 z m -26.517,41.4048 -0.262,13.861 54.241,0 0.262,-13.861 -54.241,0 z"
+       id="path824"
+       sodipodi:nodetypes="ccccccccccccccc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/accommodation/guest_house.svg
===================================================================
--- /trunk/nodist/images/presets/accommodation/guest_house.svg	(revision 16006)
+++ /trunk/nodist/images/presets/accommodation/guest_house.svg	(revision 16006)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="guest_house.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-6.2994363"
+     inkscape:cy="4.3181102"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8,-8.000001)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4140"
+       width="16"
+       height="16"
+       x="8"
+       y="8.000001" />
+    <path
+       style="font-size:12px;fill:#b3b3b3;fill-rule:evenodd;stroke:#000000;stroke-width:0.03181237"
+       d="m 16.249466,8.6436365 -5.563218,5.7098325 1.112637,0 0,8.564744 3.337938,0 0,-4.352519 2.30158,0 7e-6,4.352519 3.261638,0 0,-8.564744 1.112644,0 -5.563226,-5.7098325 0,0 0,0 z"
+       id="path645"
+       sodipodi:nodetypes="ccccccccccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 9.3392857,15.160715 9.25,22.125"
+       id="path2157"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 9.4285715,19.535715 22.821428,19.625"
+       id="path2159"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 22.910714,21.857143 23,17.303572"
+       id="path2161"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.14999998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2163"
+       width="7.0535712"
+       height="1.25"
+       x="14.696428"
+       y="16.991074"
+       ry="0.625" />
+    <ellipse
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.47860229;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path2167"
+       cx="12.53125"
+       cy="15.741072"
+       rx="0.97409177"
+       ry="0.86248463" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2169"
+       width="2.7232141"
+       height="0.22321428"
+       x="10.544642"
+       y="17.973215"
+       ry="0.11160714" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/beacon.svg
===================================================================
--- /trunk/nodist/images/presets/beacon.svg	(revision 16006)
+++ /trunk/nodist/images/presets/beacon.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="16"
+   viewBox="0 0 13 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="beacon4.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="10.048765"
+     inkscape:cy="12.542862"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="-1"
+       originy="-1.7382813e-005" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-1,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4153"
+       width="13"
+       height="16"
+       x="1"
+       y="1036.3622"
+       ry="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.03509831px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.5,1052.3622 0,-15"
+       id="path4145"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.05475128px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3,1038.8622 8.9,0"
+       id="path4149"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.4945081,1037.3622 c 0.4833948,7.4862 9.5054919,7.5966 10.0223199,0"
+       id="path4151"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4170"
+       d="m 3.6,1040.8615 7.8,0"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.98742092px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/beauty.svg
===================================================================
--- /trunk/nodist/images/presets/beauty.svg	(revision 16006)
+++ /trunk/nodist/images/presets/beauty.svg	(revision 16006)
@@ -0,0 +1,361 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="529.35229"
+   height="1542.7272"
+   id="svg3097"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="beauty2new.svg">
+  <defs
+     id="defs3099">
+    <filter
+       id="filter4862-1"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4864-2"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter4862-5"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4864-6"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter4862-4"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4864-9"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter4862-54"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4864-62"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter3040"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur3042"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter3044"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur3046"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter3048"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur3050"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter3052"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur3054"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter3056"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur3058"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter3060"
+       height="1.0726"
+       width="1.2434"
+       y="-0.036311999"
+       x="-0.12168"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur3062"
+         stdDeviation="3.7661955" />
+    </filter>
+    <filter
+       id="filter4973"
+       y="-0.089010999"
+       width="1.7701"
+       x="-0.38503999"
+       height="1.178"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4975"
+         stdDeviation="9.8905746" />
+    </filter>
+    <filter
+       id="filter4973-3"
+       height="1.178"
+       width="1.7701"
+       y="-0.089010999"
+       x="-0.38503999"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4975-4"
+         stdDeviation="9.8905746" />
+    </filter>
+    <linearGradient
+       id="linearGradient5010"
+       x1="1072.8"
+       gradientUnits="userSpaceOnUse"
+       y1="1542.4"
+       gradientTransform="matrix(1.2179,0,0,1.2169,-426.46,-475.03)"
+       x2="1032.4"
+       y2="1530.8">
+      <stop
+         id="stop5006"
+         stop-color="#ececec"
+         offset="0" />
+      <stop
+         id="stop5008"
+         stop-color="#ececec"
+         stop-opacity="0"
+         offset="1" />
+    </linearGradient>
+    <filter
+       id="filter3840"
+       y="-0.032026"
+       width="1.4413"
+       x="-0.22063001"
+       height="1.0641"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur3842"
+         stdDeviation="6.5957527" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="-145.32061"
+     inkscape:cy="731.34638"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3102">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-495.32061,279.01873)">
+    <g
+       id="layer1-1"
+       transform="matrix(1.1076098,0,0,1,163.52225,87.387517)">
+      <path
+         id="path4538"
+         d="m 812.16,603.3 a 197.99,28.284 0 1 1 -395.98,0 197.99,28.284 0 1 1 395.98,0 z"
+         transform="matrix(-0.90281,0,0,0.9018,1087.4,-342.03)"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#000000;stroke-width:3.92689991" />
+      <path
+         id="path4540"
+         d="m 812.16,603.3 a 197.99,28.284 0 1 1 -395.98,0 197.99,28.284 0 1 1 395.98,0 z"
+         transform="matrix(-0.79371,0,0,0.79117,1020.3,-275.28)"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#000000;stroke-width:4.47139978" />
+      <path
+         id="rect4554"
+         d="M 765.64,681 V 965.83 H 301.34 V 681 h 0.0568 c 0.11756,33.624 103.99,60.872 232.11,60.872 128.11,0 231.99,-27.247 232.11,-60.872 h 0.0283 z"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#000000;stroke-width:3.54329991" />
+      <path
+         id="path4556"
+         d="m 812.16,603.3 a 197.99,28.284 0 1 1 -395.98,0 197.99,28.284 0 1 1 395.98,0 z"
+         transform="matrix(-1.1723,0,0,2.1542,1253.5,-618.68)"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#000000;stroke-width:2.22970009" />
+      <path
+         id="rect4542"
+         d="m 336.1,545.33 c 0.77601,23.318 88.839,42.187 197.41,42.187 102.71,0 187.1,-16.874 196.56,-38.439 -0.45972,61.522 0.28805,72.302 0.90283,131.87 0,23.461 -88.414,42.469 -197.46,42.469 -109.046,0 -197.43,-19.008 -197.43,-42.469 1.2186,-59.254 0,-73.417 0,-135.62 h 0.0283 z"
+         inkscape:connector-curvature="0"
+         style="fill:#ffffff;stroke:#000000;stroke-width:3.54329991" />
+      <path
+         id="path4552"
+         d="m 812.16,603.3 a 197.99,28.284 0 1 1 -395.98,0 197.99,28.284 0 1 1 395.98,0 z"
+         transform="matrix(-0.99727,0,0,1.5019,1146,-361.38)"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#000000;stroke-width:2.89520001" />
+      <path
+         id="path4544"
+         d="m 712.04,202.58 v 342.43 h -0.45141 c -1.1356,13.948 -80.717,29.087 -178.73,29.087 -98.012,0 -177.57,-15.14 -178.7,-29.087 h -0.0283 V 202.58 h 0.0564 c 2.0494,13.833 81.24,24.969 178.67,24.969 97.433,0 176.65,-11.135 178.7,-24.969 z"
+         inkscape:connector-curvature="0"
+         style="fill:#ffffff;stroke:#000000;stroke-width:3.54329991" />
+      <path
+         id="path4927"
+         style="color:#000000;fill:#cccccc;filter:url(#filter4862-1)"
+         d="m 658.62,1090.2 34.345,12.122 74.751,-10.102 10.102,-246.48 -111.12,8.0812 z"
+         transform="matrix(1.2183,0,0,1.2989,-365.13,-858.77)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4699"
+         d="M 684.31,203.54 V -150.1 c 3.3989,-71.5 -60.39,-192.44 -96.085,-214.5 l -17.411,1.2883 c -11.195,2.9205 -22.039,6.0644 -32.061,10.489 -20.195,8.9164 -153.28,214.58 -158.07,240.05 -1.8589,9.8939 -1.7542,19.294 -1.3934,27.651 v 286.08 c 0.50801,24.859 276.82,31.804 305.02,2.5766 z"
+         inkscape:connector-curvature="0"
+         style="fill:#d40000;stroke:#000000;stroke-width:3.54329991" />
+      <path
+         id="path4868"
+         style="color:#000000;fill:#cccccc;filter:url(#filter4862-5)"
+         d="m 868.73,430.11 -2.0203,220.21 -42.426,8.0812 z"
+         transform="matrix(1.2183,0,0,1.2781,-365.13,-278.77)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4903"
+         style="color:#000000;fill:#666666;filter:url(#filter4862-4)"
+         d="m 593.97,829.57 78.792,10.102 -20.203,256.58 -46.467,-4.0406 -6.0609,-14.142 2.0203,-248.5 z"
+         transform="matrix(1.2183,0,0,1.2781,-365.13,-835.78)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4915"
+         style="color:#000000;fill:#666666;filter:url(#filter4862-54)"
+         d="m 697.01,845.73 v 232.34 l 34.345,-236.38 z"
+         transform="matrix(1.2183,0,0,1.2781,-365.13,-835.78)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4939"
+         style="color:#000000;fill:#cccccc;filter:url(#filter4862-1)"
+         d="m 658.62,1090.2 34.345,12.122 74.751,-10.102 10.102,-246.48 -111.12,8.0812 z"
+         transform="matrix(1.4284,0,0,0.51721,-512.65,152.39)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4941"
+         style="color:#000000;fill:#cccccc;filter:url(#filter4862-5)"
+         d="m 868.73,430.11 -2.0203,220.21 -42.426,8.0812 z"
+         transform="matrix(1.4284,0,0,0.51721,-517.57,355.67)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4945"
+         style="color:#000000;fill:#666666;filter:url(#filter4862-54)"
+         d="m 697.01,845.73 v 232.34 l 25.73,-223.3 z"
+         transform="matrix(1.4284,0,0,0.51721,-528.65,154.23)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4947"
+         style="color:#000000;fill:#cccccc;filter:url(#filter4862-1)"
+         d="m 658.62,1090.2 34.345,12.122 91.809,0.9888 13.757,-240.93 -131.83,-8.5542 z"
+         transform="matrix(1.4284,0,0,0.31351,-540.5,477.81)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4949"
+         style="color:#000000;fill:#cccccc;filter:url(#filter4862-5)"
+         d="m 868.73,430.11 -2.0203,220.21 -42.426,8.0812 z"
+         transform="matrix(1.408,-0.24026,0.052851,0.30903,-504.71,787.73)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4953"
+         style="color:#000000;fill:#666666;filter:url(#filter4862-54)"
+         d="m 697.01,845.73 v 232.34 l 25.73,-223.3 z"
+         transform="matrix(1.4284,0,0,0.31351,-544.31,477.19)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="rect4686"
+         d="m 765.64,766.63 v 284.83 H 301.34 V 766.63 h 0.0568 c 0.11756,33.624 103.99,60.872 232.11,60.872 128.11,0 231.99,-27.247 232.11,-60.872 h 0.0283 z"
+         inkscape:connector-curvature="0"
+         style="stroke:#000000;stroke-width:3.54329991" />
+      <path
+         id="path4955"
+         style="color:#000000;fill:#666666;filter:url(#filter4973)"
+         d="m 593.97,829.57 61.649,25.064 -3.0602,241.62 -46.467,-4.0406 -6.0609,-14.142 2.0203,-248.5 z"
+         transform="matrix(-1.2183,0,0,1.2781,1472.2,-255.14)"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4977"
+         style="color:#000000;fill:#1a1a1a;filter:url(#filter4973-3)"
+         d="m 358.99,887.71 16.162,58.589 -9.0914,147.48 195.97,6.0609 -16.162,-90.914 -25.254,-69.701 -85.863,-41.416 z"
+         transform="matrix(1.2183,0,0,1.2169,-93.626,-254.7)"
+         inkscape:connector-curvature="0" />
+      <rect
+         id="rect5002"
+         style="color:#000000;fill:url(#linearGradient5010)"
+         transform="matrix(0.85619,-0.51666,0,1,0,0)"
+         height="286.85001"
+         width="13.459"
+         y="1246.7"
+         x="868.15002" />
+      <path
+         id="path3070"
+         transform="translate(0,-435.83)"
+         d="m 592.86,98.189 c 47.14,62.861 68.57,111.43 71.43,142.86 2.85,31.42 -14.29,351.42 -14.29,351.42 z"
+         inkscape:connector-curvature="0"
+         style="fill:#ff2a2a;filter:url(#filter3840)" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/bicycle_road.svg
===================================================================
--- /trunk/nodist/images/presets/bicycle_road.svg	(revision 16006)
+++ /trunk/nodist/images/presets/bicycle_road.svg	(revision 16006)
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="760"
+   height="760"
+   id="svg2"
+   inkscape:version="0.48.3.1 r9886"
+   sodipodi:docname="bicycle_road_sign_icon.svg">
+  <title
+     id="title3003">bicycle_road_sign_icon</title>
+  <metadata
+     id="metadata28">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>bicycle_road_sign_icon</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>skyper</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1920"
+     inkscape:window-height="1021"
+     id="namedview26"
+     showgrid="false"
+     inkscape:zoom="0.62105263"
+     inkscape:cx="-369.68442"
+     inkscape:cy="327.45704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs4" />
+  <path
+     inkscape:connector-curvature="0"
+     id="rect2841"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.01799999999999979;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dashoffset:0;opacity:1;stroke-dasharray:none"
+     d="m 45.824811,3.3417118 667.440239,0 c 17.26431,0 44.40426,25.3658182 44.40426,44.6040572 l 0,663.062641 c 0,17.56106 -26.23171,45.64977 -47.01218,45.64977 l -662.224403,0 c -16.898243,0 -44.6781525,-25.29652 -44.6781525,-37.91916 l 0,-672.469767 c 0,-19.094699 22.7368545,-42.9275412 42.0702365,-42.9275412 z" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path1934"
+     style="fill:none;stroke:#000000;stroke-width:17;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:1"
+     d="m 25.443662,52.632534 0,658.329506 c 0,15.81111 15.542175,24.19269 27.474772,24.19269 l 657.360006,-0.25172 c 11.21703,0 24.66493,-13.41694 24.66493,-25.92349 l 0,-654.891497 c 0.17207,-19.416771 -15.69419,-29.40446 -26.88735,-29.40446 l -654.202941,0.25171 c -19.69216,0 -28.409417,14.141544 -28.409417,27.697261 z" />
+  <g
+     id="g3093"
+     transform="translate(-0.29929775,60.174376)">
+    <path
+       d="m 620.29687,319.82557 a 239.28563,239.28563 0 0 1 -478.57126,0 239.28563,239.28563 0 1 1 478.57126,0 z"
+       style="fill:#003399;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path1882"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g12681">
+      <circle
+         cx="215"
+         cy="409"
+         r="161"
+         transform="matrix(0.404263,0,0,0.404263,177.6268,199.8607)"
+         style="fill:none;stroke:#ffffff;stroke-width:40px;stroke-opacity:1"
+         id="circle11777"
+         sodipodi:cx="215"
+         sodipodi:cy="409"
+         sodipodi:rx="161"
+         sodipodi:ry="161"
+         d="m 376,409 c 0,88.91784 -72.08216,161 -161,161 -88.91784,0 -161,-72.08216 -161,-161 0,-88.91784 72.08216,-161 161,-161 88.91784,0 161,72.08216 161,161 z" />
+      <circle
+         cx="790"
+         cy="406"
+         r="161"
+         transform="matrix(0.404263,0,0,0.404263,177.6268,199.8607)"
+         style="fill:none;stroke:#ffffff;stroke-width:40px;stroke-opacity:1"
+         id="circle11779"
+         sodipodi:cx="790"
+         sodipodi:cy="406"
+         sodipodi:rx="161"
+         sodipodi:ry="161"
+         d="m 951,406 c 0,88.91784 -72.08216,161 -161,161 -88.91784,0 -161,-72.08216 -161,-161 0,-88.91784 72.08216,-161 161,-161 88.91784,0 161,72.08216 161,161 z" />
+      <path
+         d="m 351.25144,206.11348 c -53.59172,0.52234 -44.50307,-5.53676 -73.33604,87.12573 -23.48869,74.03725 -20.93021,65.96322 -21.05305,71.15653 -0.0861,4.03463 3.17077,7.23353 7.26337,7.50734 8.51119,-0.86058 4.93119,0.9205 34.43938,-90.71243 107.82185,113.74166 67.3698,95.29738 125.39558,97.60727 76.26112,-0.73127 82.45951,3.96976 83.3649,-7.20825 -0.10447,-3.79564 -1.88041,-6.0591 -54.21853,-122.54013 l 5.01443,-13.78968 17.2371,-0.3134 -0.6268,-14.41649 -64.24739,0 c -5.67605,7.7654 2.29829,7.73058 31.02679,14.10308 l -5.01443,14.10309 -128.18137,0.3134 c 8.63597,-30.15622 3.76082,-28.27581 42.62266,-28.20617 l 0.3134,-14.72989 z m -46.63991,58.39296 125.428,-0.22238 -36.24958,97.40685 -89.17842,-97.18447 z m 140.55052,5.78215 -35.58241,93.40383 77.83652,0.22239 -42.25411,-93.62622 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-opacity:1"
+         id="path11781"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/buoy.svg
===================================================================
--- /trunk/nodist/images/presets/buoy.svg	(revision 16006)
+++ /trunk/nodist/images/presets/buoy.svg	(revision 16006)
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg11061"
+   sodipodi:docname="05.svg"
+   viewBox="0 0 16 13.16"
+   sodipodi:version="0.32"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:version="0.48.5 r10040"
+   width="100%"
+   height="100%">
+  <defs
+     id="defs19" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="988"
+     inkscape:zoom="7.9195959"
+     inkscape:window-x="-8"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="12.690764"
+     inkscape:cy="-1.7102381"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2996"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-20.992211px"
+       originy="-17.263822px" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     transform="translate(-342.00221,-525.78218)">
+    <g
+       id="g8623"
+       style="stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+       transform="matrix(0.27596409,0,0,0.27596409,312.14469,443.26105)">
+      <g
+         id="g8580"
+         style="stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002">
+        <g
+           id="g8511"
+           style="stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+           transform="translate(37.969,105.24)">
+          <path
+             id="path8513"
+             style="fill:none;stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+             d="M 70.756,237.48 H 95.821"
+             inkscape:connector-curvature="0" />
+          <path
+             id="path8515"
+             sodipodi:rx="3.0409236"
+             sodipodi:ry="3.2943337"
+             style="fill:none;stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+             sodipodi:type="arc"
+             d="m 153.73558,203.86003 c 0,1.81941 -1.36147,3.29433 -3.04092,3.29433 -1.67946,0 -3.04093,-1.47492 -3.04093,-3.29433 0,-1.81941 1.36147,-3.29433 3.04093,-3.29433 1.67945,0 3.04092,1.47492 3.04092,3.29433 z"
+             transform="translate(-51.358,33.79)"
+             sodipodi:cy="203.86003"
+             sodipodi:cx="150.69466" />
+          <path
+             id="path8517"
+             style="fill:none;stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+             d="m 102.76,237.56 h 24.91"
+             inkscape:connector-curvature="0" />
+        </g>
+        <path
+           id="path8519"
+           sodipodi:nodetypes="cscsc"
+           style="fill:none;stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+           d="m 112.51,342.13 c 0,0 3.74,-12.46 6.76,-17.06 5.94,-9.05 25.51,-25.51 25.51,-25.51 0,0 11.39,17.02 14.36,25.2 1.86,5.12 3.23,17.88 3.23,17.88"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path8521"
+           style="fill:none;stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+           d="m 117.51,330.97 44.55,9.19"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path8523"
+           style="fill:none;stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+           d="m 124.93,318.24 34.65,7.07"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path8548"
+           style="fill:#008000;fill-rule:evenodd;stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+           d="m 142.05,321.12 -15.95,-3.27 3.07,-3.1 c 2.57,-2.59 6.33,-6.08 14.14,-13.11 0.58,-0.52 1.16,-0.95 1.29,-0.95 0.28,0 5.67,8.53 8.45,13.38 2.82,4.92 5.54,10.4 5.12,10.35 -0.09,-0.01 -7.35,-1.5 -16.12,-3.3 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path8550"
+           style="fill:#008000;fill-rule:evenodd;stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+           d="m 113.5,341 c 1.22,-4.07 3.73,-10.59 3.82,-9.93 0.07,0.46 1.88,0.88 21.13,4.84 11.57,2.38 21.53,4.44 22.11,4.58 0.95,0.23 1.06,0.34 1.06,0.98 v 0.72 h -10.35 -10.35 l -0.26,-0.75 c -0.35,-1.01 -1.71,-2.21 -2.7,-2.4 -1.6,-0.3 -3.46,0.87 -4.1,2.58 l -0.22,0.57 H 123.39 113.15 L 113.5,341 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path8558"
+           style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:1.06299996;stroke-miterlimit:3.98790002"
+           d="m 139.37,334.86 c -12.03,-2.48 -21.91,-4.53 -21.95,-4.56 -0.04,-0.03 0.41,-1.05 1,-2.27 1.12,-2.3 3.46,-5.61 5.54,-7.83 l 1.21,-1.29 16.82,3.43 16.83,3.44 0.26,0.89 c 0.55,1.87 2.41,12.53 2.21,12.68 -0.02,0.01 -9.89,-2.01 -21.92,-4.49 z"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+  <metadata
+     id="metadata17">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title>conical buoy green-red-green</dc:title>
+        <dc:date>2010-06-11T21:59:05</dc:date>
+        <dc:description>conical bouy, green-red-green, symbol, IALA A</dc:description>
+        <dc:source>https://openclipart.org/detail/66199/conical-buoy-green-red-green-by-seafish</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>seafish</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>buoy</rdf:li>
+            <rdf:li>chart</rdf:li>
+            <rdf:li>conical</rdf:li>
+            <rdf:li>green</rdf:li>
+            <rdf:li>navigation</rdf:li>
+            <rdf:li>red</rdf:li>
+            <rdf:li>sailing</rdf:li>
+            <rdf:li>sea</rdf:li>
+            <rdf:li>symbol</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/nodist/images/presets/chicane.svg
===================================================================
--- /trunk/nodist/images/presets/chicane.svg	(revision 16006)
+++ /trunk/nodist/images/presets/chicane.svg	(revision 16006)
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="01.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="0.13600065"
+     inkscape:cy="6.8852811"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-355px"
+       originy="-535px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-355,-501.36218)">
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect2991"
+       width="10"
+       height="16"
+       x="358"
+       y="501.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3808"
+       width="1"
+       height="2"
+       x="361"
+       y="515.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3810"
+       width="1"
+       height="2"
+       x="361"
+       y="512.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3812"
+       width="1"
+       height="2"
+       x="552.17462"
+       y="292.87277"
+       transform="matrix(0.89384905,0.44836801,-0.44836801,0.89384905,0,0)" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3816"
+       width="1"
+       height="2"
+       x="364"
+       y="504.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3818"
+       width="1"
+       height="2"
+       x="364"
+       y="501.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3901"
+       width="3"
+       height="16"
+       x="355"
+       y="501.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3903"
+       width="3"
+       height="16"
+       x="368"
+       y="501.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3901-1"
+       width="3.0277281"
+       height="4"
+       x="357.97226"
+       y="501.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3901-1-6"
+       width="3"
+       height="4"
+       x="365"
+       y="513.36218" />
+    <path
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       d="m 361,505.36218 c -3,6 -3,6 -3,6 l 0,-6 z"
+       id="path4036"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       d="m 365,513.36218 c 3,-6 3,-6 3,-6 l 0,6 z"
+       id="path4036-8"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3812-6"
+       width="1"
+       height="2"
+       x="552.31073"
+       y="290.07751"
+       transform="matrix(0.89384905,0.44836801,-0.44836801,0.89384905,0,0)" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/chocker.svg
===================================================================
--- /trunk/nodist/images/presets/chocker.svg	(revision 16006)
+++ /trunk/nodist/images/presets/chocker.svg	(revision 16006)
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="02.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-4.52401"
+     inkscape:cy="17.24102"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-375px"
+       originy="-535px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-375,-501.36218)">
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect2991-0"
+       width="9"
+       height="16"
+       x="378"
+       y="501.36218" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#1a1a1a;fill-opacity:1;stroke:none"
+       id="path2993-9"
+       sodipodi:cx="360"
+       sodipodi:cy="506.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 362,506.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.25,0,0,1.75,-72.5,-376.77164)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#1a1a1a;fill-opacity:1;stroke:none"
+       id="path2993-1-4"
+       sodipodi:cx="360"
+       sodipodi:cy="506.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 362,506.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.5,0,0,1.75,-152,-376.77164)" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3808-8"
+       width="1"
+       height="2"
+       x="382"
+       y="515.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3810-8"
+       width="1"
+       height="2"
+       x="382"
+       y="512.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3814-4"
+       width="1"
+       height="2"
+       x="382"
+       y="506.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3816-5"
+       width="1"
+       height="2"
+       x="382"
+       y="503.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3818-5"
+       width="1"
+       height="1"
+       x="382"
+       y="501.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3810-8-1"
+       width="1"
+       height="2"
+       x="382"
+       y="509.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3905"
+       width="3"
+       height="16"
+       x="375"
+       y="501.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3907"
+       width="4"
+       height="16"
+       x="387"
+       y="501.36218" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/crossing.svg
===================================================================
--- /trunk/nodist/images/presets/crossing.svg	(revision 16006)
+++ /trunk/nodist/images/presets/crossing.svg	(revision 16006)
@@ -0,0 +1,254 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__crossing.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="10.844551"
+     inkscape:cy="7.1297948"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="false"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#004aff;fill-opacity:1;stroke:none;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4343"
+       width="16"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       rx="2"
+       ry="2" />
+    <path
+       sodipodi:nodetypes="cccccc"
+       d="m 5.762084,1051.1878 -1.9620495,0.014 1.0978265,-3.1723 1.456386,0 -0.592163,3.1548 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path4212"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5663-9"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       d="m 8.603631,1037.6807 c 0,0.4867 -0.3945114,0.8812 -0.8811649,0.8812 -0.4866538,0 -0.8811649,-0.3945 -0.8811649,-0.8812 0,-0.4866 0.3945111,-0.8811 0.8811649,-0.8811 0.4866535,0 0.8811649,0.3945 0.8811649,0.8811 l 0,0 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5645-0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 0.70781155,1051.182 1.94606705,0 1.3829417,-3.1296 -1.4642127,0 -1.86479605,3.1296 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5649-7"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 7.014089,1051.182 1.9789292,0 -0.2979935,-3.1367 -1.4086978,0 -0.2722379,3.1367 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5651-1"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 10.173449,1051.1878 1.962049,0.014 -1.097826,-3.1723 -1.4563865,0 0.5921635,3.1548 z"
+       sodipodi:nodetypes="cccccc" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path5653-6"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 13.363004,1051.202 1.929186,0 -1.916308,-3.1709 -1.430017,0.014 1.417139,3.1567 z" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 7.289062,1039.2508 -1.9335937,2.9023 c -0.3658869,0.5708 0.3030598,0.9797 0.6835937,0.3887 l 1.2285156,-1.7988 0.00195,2.3613 -2.0898437,3.7753 c -0.3108139,0.5384 0.4784904,1.0101 0.8203156,0.418 l 2.1699219,-3.8789 2.0475556,3.8424 c 0.33917,0.6008 1.154093,0.2207 0.835975,-0.4148 l -1.9811868,-3.742 -0.021484,-2.8516 0.6894532,0.6114 0,1.1386 c 0,0.573 0.8027356,0.6031 0.8027356,0.02 l 0,-1.3633 c 0,0 -0.0013,-0.1459 -0.183594,-0.3418 L 8.625,1038.8957 c -0.1769879,-0.1334 -0.9645841,-0.1612 -1.3359375,0.3555 z"
+       id="path5659-8"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/embankment-pattern-centered.svg
===================================================================
--- /trunk/nodist/images/presets/embankment-pattern-centered.svg	(revision 16006)
+++ /trunk/nodist/images/presets/embankment-pattern-centered.svg	(revision 16006)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="10"
+   height="20"
+   viewBox="0 0 10 20"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="embankment-pattern-centered1.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1032.3622)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#c14d00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.5,1040.3622 0,-8"
+       id="path4147"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#c14d00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.5,1052.3622 0,-8"
+       id="path4149"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#c14d00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.5,1049.3622 0,-5"
+       id="path4151"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#c14d00;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.5,1040.3622 0,-4"
+       id="path4153"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/furniture.svg
===================================================================
--- /trunk/nodist/images/presets/furniture.svg	(revision 16006)
+++ /trunk/nodist/images/presets/furniture.svg	(revision 16006)
@@ -0,0 +1,376 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" [
+	<!ENTITY ns_svg "http://www.w3.org/2000/svg">
+	<!ENTITY ns_xlink "http://www.w3.org/1999/xlink">
+]>
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="416.263" height="469.455" viewBox="0 0 416.263 469.455" overflow="visible" enable-background="new 0 0 416.263 469.455" xml:space="preserve">
+<g>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M157.76,1.26c-0.296,1.804-6.83,1.475-6.342,0.396   C152.841,0.833,155.705,1.451,157.76,1.26z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M162.913,4.431c-1.925-0.288-3.677,1.088-4.756,0.396   C158.815,3.675,163.305,0.693,162.913,4.431z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M148.643,4.828c1.334-0.659,5.405-0.659,6.738,0   C153.726,6.952,150.655,5.461,148.643,4.828z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M145.472,7.206c0.748,1.557-2.819,1.606-5.153,2.378   c-33.01,10.925-66.249,24.924-94.735,39.242c3.491-4.924,9.828-6.112,15.062-8.72c10.38-5.172,20.96-10.345,32.503-15.062   c15.87-6.486,33.378-13.071,51.926-17.837C145.208,7.206,145.34,7.206,145.472,7.206z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M179.561,10.773c-4.043,2.72-8.926,3.699-13.477,5.55   c-7.519,3.058-15.237,6.069-23.783,8.72c2.998-3.476,9.895-3.054,13.08-6.342C164.428,17.045,170.321,12.235,179.561,10.773z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M180.354,14.737c0.824,0.222,0.84,0.619,0.396,1.189   c-10.382,3.76-21.738,8.646-32.107,11.099C158.41,22.126,170.262,19.312,180.354,14.737z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M183.128,19.097c-1.436,2.284-4.068,1.928-6.342,2.775   c-7.884,2.937-16.425,7.108-24.972,9.909C161.057,26.358,172.159,22.794,183.128,19.097z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M185.11,23.458c-9.352,4.257-20.745,8.587-30.125,11.495   C164.105,30.2,174.249,26.469,185.11,23.458z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M185.506,27.421c0.265,0,0.529,0,0.793,0c-0.439,1.706-2.685,1.832-3.964,2.378   c-8.941,3.821-19.496,8.596-28.936,12.685C162.599,35.959,174.785,32.422,185.506,27.421z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M187.885,32.574c-7.835,3.006-15.919,7.854-23.783,9.513   C171.541,38.673,179.47,33.697,187.885,32.574z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M106.626,36.935c-12.182,6.184-25.784,10.947-36.07,19.026   c3.77-6.591,13.248-8.967,21.404-13.08c4.777-2.409,9.119-4.773,13.477-6.342C106.078,36.426,106.12,36.913,106.626,36.935z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M189.867,37.331c-9.514,3.699-18.206,8.219-28.143,11.495   C170.479,44.368,179.063,39.739,189.867,37.331z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M191.849,42.484c-10.275,2.678-20.18,7.825-28.936,10.702   c7.344-5.34,18.142-7.227,26.558-11.495C190.288,41.931,192.224,41.051,191.849,42.484z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M109.005,44.862c-2.713,2.19-6.081,3.115-9.117,4.757   c-8.353,4.516-17.728,9.101-26.954,13.477c4.459-4.671,11.332-6.14,17.044-9.117c6.048-3.152,11.93-6.833,17.837-9.513   C108.135,44.675,108.459,44.879,109.005,44.862z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M193.434,46.051c-9.978,4.028-19.326,8.685-29.729,12.288   c3.999-3.422,9.43-4.64,14.27-6.738C182.804,49.506,187.676,46.657,193.434,46.051z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M41.62,47.24c-1.612,2.669-6.675,2.194-10.702,1.585   C33.004,46.816,37.543,47.26,41.62,47.24z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M43.999,49.222c2.7,4.749,3.297,10.333,4.756,15.459   c10.159,35.685,21.958,72.905,31.71,109.798c-1.444,0.537-1.958,2.005-3.567,2.378C64.376,135.207,52.11,93.301,40.431,50.808   C41.677,50.336,42.528,49.47,43.999,49.222z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M107.816,51.997c-3.243-0.072-4.242,2.1-7.135,2.378   C101.744,52.76,106.688,49.703,107.816,51.997z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M193.831,50.808c-8.773,4.043-17.965,7.667-27.747,10.703   c3.395-3.052,8.38-3.701,12.684-5.55C183.619,53.877,188.119,51.935,193.831,50.808z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M29.729,51.204c2.114,0,4.228,0,6.342,0   C48.952,92.7,59.29,135.216,72.538,177.253c1.823,5.783,4.322,11.646,4.36,17.837C61.509,148.513,49.402,98.651,34.089,51.997   C45.741,94.71,58.99,138.342,71.349,182.01c1.671,5.905,5.191,11.872,3.964,18.233C59.815,151.66,46.919,100.472,31.314,51.997   c11.342,43.983,26.454,89.094,38.449,133.977c1.668,6.241,4.786,12.407,3.964,19.026c-2.922-5.837-4.544-12.253-6.342-18.63   C55.905,145.65,43.684,104.293,31.71,61.906c-1-3.54-3.021-6.452-3.171-9.513C28.761,51.822,29.158,51.426,29.729,51.204z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M36.863,51.204c0.641-0.112,0.683,0.375,1.189,0.396   c6.875,23.272,13.846,46.401,20.215,69.763c6.35,23.289,14.511,46.144,19.819,70.159C63.646,145.452,50.922,97.658,36.863,51.204z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M65.403,55.564c-3.401-0.563-7.384-0.543-10.702-1.189   C56.907,53.06,63.224,53.539,65.403,55.564z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M99.492,53.979c0.824,0.222,0.84,0.618,0.396,1.189   c-8.917,3.635-18.049,9.168-26.161,12.288C80.962,61.61,91.165,58.733,99.492,53.979z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M114.158,54.375c-12.85,5.252-24.784,11.419-37.656,16.648   C87.934,64.354,99.958,58.277,114.158,54.375z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M195.812,55.564c-10.433,3.043-19.139,7.815-30.125,10.306   C175.022,61.988,185.159,56.809,195.812,55.564z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M197.398,59.528c-9.261,4.479-19.89,7.592-29.332,11.891   C176.197,66.07,187.724,62.016,197.398,59.528z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M110.59,60.717C99.536,65.653,87.495,71.706,76.898,75.78   c9.714-6.273,21.663-10.312,32.503-15.459C110.042,60.209,110.083,60.695,110.59,60.717z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M30.125,62.303c0.461-0.064,0.705,0.087,0.793,0.396   c13.562,45.632,25.904,92.81,40.034,138.733c0.865,2.812,2.635,5.802,0.793,8.721c-8.676-26.288-16.282-54.675-24.576-82.448   c-3.194-10.695-5.22-22.95-10.306-31.314C35.17,84.476,32.582,73.455,30.125,62.303z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M67.781,64.681c-2.325-0.053-4.489-0.268-6.342-0.793   C61.959,62.913,67.078,63.293,67.781,64.681z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M116.933,63.492c-12.688,6.097-27.086,11.616-38.053,18.234   c2.708-4.696,8.596-5.643,13.477-7.928C100.301,70.079,107.631,65.409,116.933,63.492z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M199.38,64.681c-10.32,3.954-21.192,9.456-31.314,12.288   C177.724,72.353,188.548,66.803,199.38,64.681z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M68.97,67.852c-2.249,0.879-8.697-0.78-12.684-0.792   C59.931,65.24,65.612,66.895,68.97,67.852z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M112.176,69.042c0.487,0.173,0.814,0.507,0.792,1.189   c-11.899,4.484-22.408,10.36-33.296,15.855C88.614,78.512,101.426,74.807,112.176,69.042z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M199.776,69.042c0.824,0.222,0.84,0.618,0.396,1.189   c-9.935,2.221-17.062,7.25-26.954,9.513C181.232,75.337,190.688,72.373,199.776,69.042z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M70.16,73.401c-5.134-0.68-11.075-0.552-15.855-1.585   c1.142-1.098,3.741-0.579,5.946-0.396C63.707,71.706,68.511,71.659,70.16,73.401z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M118.518,72.212c-11.933,5.508-23.883,10.999-34.881,17.441   C93.273,81.849,105.202,76.336,118.518,72.212z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M201.758,73.401c-4.975,4.539-13.41,5.617-19.423,9.117   C187.189,77.859,195.484,76.64,201.758,73.401z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M61.043,77.365c3.247-0.864,8.209-0.021,11.099,0.793   C70.132,79.223,64.193,77.761,61.043,77.365z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M202.947,77.365c-5.074,3.513-12.625,5.064-18.63,7.531   c-1.435,0.59-2.642,2.364-4.36,1.585C186.208,82.031,194.83,79.95,202.947,77.365z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M117.329,78.158c-11.124,5.392-22.417,10.615-32.503,17.044   c3.255-4.098,9.326-6.937,15.459-10.306c5.396-2.964,11.155-4.526,16.251-7.135C116.997,77.697,117.242,77.849,117.329,78.158z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M74.124,83.708c-4.396,1.156-11.081-2.082-17.441-1.585   C61.721,80.281,69.293,82.705,74.124,83.708z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M204.533,81.726c-7.061,5.491-18.935,6.169-26.558,11.099   C184.089,86.386,196.237,85.982,204.533,81.726z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M363.878,97.977c-1.595-1.734-1.955-6.097-3.171-7.928   c-4.558-6.862-16.279-3.925-26.161-2.378c-38.404,6.012-83.173,14.37-120.104,19.026c-3.674-4.002,3.778-4.8,6.342-5.55   c6.416-1.876,18.124-3.295,25.765-4.36c34.928-4.868,73.444-9.832,105.041-13.477c2.656-0.307,7.125,0.188,9.117,1.585   C363.894,87.133,367.501,94.65,363.878,97.977z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M124.86,86.482c-13.067,6.091-26.725,11.592-38.053,19.423   c3.069-5.15,10.909-7.892,18.63-11.495C112.497,91.115,117.914,87.504,124.86,86.482z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M204.929,86.482c-9.242,4.499-19.179,8.304-30.521,10.703   C184.013,93.048,194.647,89.941,204.929,86.482z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M63.025,87.275c4.13,0.759,9.954-0.177,12.288,2.378   C71.496,88.581,65.817,89.372,63.025,87.275z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M125.653,91.239c-12.417,5.552-24.175,11.763-36.071,17.837   c1.36-3.204,5.262-3.579,7.928-5.153c8.106-4.788,18.011-9.081,26.954-13.081C125.104,90.73,125.146,91.217,125.653,91.239z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M206.912,91.239c-9.758,4.248-20.072,7.939-30.522,11.495   C185.438,98.036,196.923,93.676,206.912,91.239z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M77.691,95.203c-5.432,0.541-11.563-1.648-17.837-1.586   C64.765,92.034,72.757,94.171,77.691,95.203z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M327.807,94.013c0.407,1.332-1.232,0.617-1.981,0.793   C325.418,93.474,327.058,94.189,327.807,94.013z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M337.321,94.806c0,0.264,0,0.528,0,0.793c-0.919,0.126-1.522-0.064-1.982-0.396   C335.467,94.746,337.068,93.838,337.321,94.806z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M323.843,94.806c0.407,1.332-1.232,0.617-1.981,0.793   C321.455,94.267,323.094,94.982,323.843,94.806z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M334.546,95.203c-0.059,0.866-0.999,0.851-1.982,0.792   C332.287,94.623,333.954,94.574,334.546,95.203z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M207.307,95.599c-8.617,4.859-19.057,7.896-28.936,11.495   c3.448-3.191,8.806-4.146,13.477-5.946c4.684-1.804,9.471-3.246,13.477-5.549C205.986,95.599,206.647,95.599,207.307,95.599z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M319.88,95.599c-0.05,1.189-2.25,1.271-2.775,0.792   C317.161,95.258,318.758,95.667,319.88,95.599z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M330.979,95.599c0.11,1.27-1.736,1.441-2.379,0.792   C328.645,95.379,329.927,95.605,330.979,95.599z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M126.446,96.392c-11.636,5.805-23.861,11.021-34.882,17.441   c0.687-3.161,4.6-4.248,7.135-5.549c8.048-4.132,18.283-8.131,26.557-12.288C125.897,95.883,125.939,96.37,126.446,96.392z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M325.033,96.788c-0.038,1.289-2.394,1.454-3.171,0.792   C321.95,96.348,323.834,96.911,325.033,96.788z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M320.276,97.581c-0.124,1.33-1.796,1.111-3.171,1.189   C317.229,97.44,318.901,97.659,320.276,97.581z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M77.294,100.752c-5.437-0.113-9.981-1.117-14.666-1.982   C65.947,97.862,73.621,99.38,77.294,100.752z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M371.013,189.145c-3.846-0.165-2.54-6.984-2.774-10.306   c-1.839-25.993-3.43-51.996-4.757-79.276c1.081,0.289,0.798-0.788,1.586-0.792c0.264,0,0.528,0,0.792,0   c0.965,15.216,1.851,30.848,2.775,46.376C369.516,159.952,371.708,176.118,371.013,189.145z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M37.656,99.167c0.353,0.175,0.709,0.348,0.793,0.792   c9.227,33.606,19.687,67.455,29.332,101.077c1.288,4.489,3.507,9.417,2.378,14.27c-3.337-6.556-4.679-14.17-6.739-21.405   c-4.083-14.342-8.469-29.023-12.684-43.602c-2.081-7.196-3.555-14.662-7.135-21.008C42.042,118.827,39.42,109.426,37.656,99.167z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M208.1,99.959c-0.707,1.683-3.006,2.465-4.756,3.171   c-6.514,2.627-15.983,5.153-21.405,7.927C188.589,105.288,199.917,104.195,208.1,99.959z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M127.239,103.526c-12.72,3.928-23.111,10.186-34.089,15.855   c3.298-4.835,9.747-6.048,15.062-8.721c5.617-2.824,11.589-5.926,17.044-8.324C126.392,102.259,127.42,102.288,127.239,103.526z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M209.29,105.508c0.265,0,0.528,0,0.793,0   c-10.419,3.983-20.774,8.03-32.107,11.099C187.514,112.272,199.39,108.162,209.29,105.508z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M71.745,106.698c-1.274,0.73-4.379-0.101-5.946-0.396   C66.794,104.649,71.014,105.56,71.745,106.698z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M126.446,109.076c-11.399,4.324-21.418,10.028-30.918,16.252   c-0.528-2.729,4.592-4.407,7.531-5.946c6.907-3.615,14.64-8.624,22.594-11.099C126.327,108.137,126.401,108.592,126.446,109.076z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M359.518,108.679c1.36,1.283,0.85,4.436,1.189,6.739   C359.351,114.131,359.66,111.18,359.518,108.679z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M72.142,109.076c2.955,1.273,8.82-0.364,9.909,2.775   C79.403,110.271,73.73,111.715,72.142,109.076z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M212.064,109.472c-8.314,3.577-17.038,6.745-25.765,9.91   c3.51-2.362,7.645-4.302,11.892-5.946C202.42,111.799,207.213,110.485,212.064,109.472z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M131.995,111.454c0.396,0,0.792,0,1.189,0   c-12.388,5.978-24.302,12.429-36.467,18.63C106.962,122.359,119.472,116.9,131.995,111.454z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M212.46,113.833c-7.406,3.825-17.087,5.374-24.179,9.513   c0.474-3.463,6.699-4.147,10.702-5.549c4.21-1.475,8.76-3.003,12.288-4.36C211.912,113.324,211.954,113.811,212.46,113.833z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M357.14,114.229c1.228,0.409,1.34,3.424,0.792,4.36   C356.753,118.05,357.236,115.85,357.14,114.229z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M65.799,114.625c0.264,0,0.528,0,0.793,0c3.741,0.059,8.101,1.114,11.891,1.585   c1.615,0.201,4.444-1.039,5.153,1.189C78.325,116.735,70.465,117.041,65.799,114.625z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M360.311,117.4c1.095,0.031,1.408,4.391,0,4.36   C360.614,120.032,359.821,118.088,360.311,117.4z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M211.667,118.192c0.488,0.173,0.814,0.507,0.793,1.189   c-10.668,2.94-19.159,8.06-30.521,10.306C191.419,125.426,202.144,122.41,211.667,118.192z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M130.41,118.589c-11.271,5.773-22.366,11.723-33.692,17.441   C106.722,128.99,118.007,123.231,130.41,118.589z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M67.781,120.967c3.712-1.364,8.562,1.092,12.684,1.189   c2.107,0.05,4.803-1.272,5.549,1.189C79.647,122.843,73.356,122.263,67.781,120.967z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M213.253,123.346c-9.135,3.153-17.624,6.952-26.558,10.306   C193.889,128.806,204.015,124.83,213.253,123.346z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M131.599,124.535c-11.782,5.658-23.563,11.318-34.089,18.233   c2.655-3.122,6.933-6.15,11.495-8.72c6.333-3.567,14.045-6.265,21.405-9.513C130.806,124.535,131.202,124.535,131.599,124.535z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M357.932,124.535c1.152,0.007,0.938,2.24,0.396,2.775   C357.618,126.454,357.632,125.489,357.932,124.535z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M87.997,130.48c-5.457-0.225-9.381-1.981-15.459-1.585   c0.825-1.269,2.909-1.059,5.946-0.793C81.725,128.386,86.509,129.017,87.997,130.48z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M211.271,127.706c-8.692,4.128-18.667,9.073-27.746,11.495   C192.529,135.125,201.058,130.573,211.271,127.706z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M137.148,128.895c-1.279,1.861-4.895,1.94-7.135,2.774   c-10.631,3.96-20.84,10.789-30.521,15.855c1.84-2.666,5.161-4.23,7.928-5.946C115.649,136.478,125.978,131.439,137.148,128.895z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M355.158,130.877c2.03-0.166,1.202,4.144,0.793,5.153   C355.312,134.686,355.138,132.878,355.158,130.877z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M358.329,130.877c0.898,0.667,1.897,5.372,0,5.153   C358.329,134.312,358.329,132.594,358.329,130.877z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M89.582,136.823c-4.728-0.557-8.561-2.01-14.27-1.586   C79.202,133.498,86.897,134.724,89.582,136.823z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M45.188,135.237c0.431,0.098,0.269,0.788,0.793,0.793   c5.298,21.75,12.124,42.603,18.233,63.817c1.948,6.766,5.108,14.059,3.964,21.405c-6.442-16.68-9.451-36.793-16.648-52.719   C50.065,157.044,46.523,145.535,45.188,135.237z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M135.166,135.633c-11.797,5.116-23.531,12.407-34.485,17.044   C111.2,146.282,122.997,139.059,135.166,135.633z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M140.319,139.201c-9.812,5.499-21.25,9.935-30.917,15.459   c-2.813,1.607-5.009,4.521-8.324,4.757c1.648-2.184,4.908-2.756,6.342-5.153C119.173,150.029,127.698,142.567,140.319,139.201z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M355.951,139.994c1.433-0.375,0.553,1.561,0.793,2.378   C355.311,142.748,356.191,140.811,355.951,139.994z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M352.78,140.787c1.368,0.855,0.838,5.354,0.793,6.342   C352.421,146.056,352.269,142.24,352.78,140.787z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M81.655,141.976c3.211,1.148,8.821-0.102,10.306,2.774   C88.964,143.386,83.526,144.464,81.655,141.976z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M143.887,141.976c-13.945,6.667-27.743,13.481-40.035,21.801   c2.808-3.88,7.601-5.716,11.495-8.324c8.413-5.634,17.821-9.313,27.747-13.477C143.358,141.976,143.622,141.976,143.887,141.976z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M82.051,145.543c-2.221-0.818-4.859-1.218-7.531-1.585   C76.123,142.456,81.656,143.259,82.051,145.543z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M356.347,143.165c1.232,0.088,0.67,1.973,0.793,3.171   C355.933,146.214,355.769,143.859,356.347,143.165z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M189.47,144.354c-0.14,5.279-3.571,10.696-4.756,16.251   c-1.287-0.23-1.844,0.27-2.775,0.396C183.193,155.765,184.171,146.862,189.47,144.354z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M145.869,145.146c0.487,0.173,0.814,0.507,0.792,1.189   c-14.935,6.073-27.499,14.518-41.224,21.801C117.298,158.856,131.709,152.127,145.869,145.146z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M182.732,148.318c0.884,0.406,0.313,2.653-0.793,2.378   C181.713,149.413,182.06,148.702,182.732,148.318z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M353.176,148.318c1.202-0.013,0.987,1.391,1.188,2.378   C352.946,150.926,353.16,149.523,353.176,148.318z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M180.354,149.507c2.029,1.457,1.554,4.764,0.396,6.738   c-1.02-1.358-0.743-4.014-1.982-5.153C178.895,150.162,179.995,150.205,180.354,149.507z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M82.051,150.696c3.594-0.683,9.114,0.132,12.288,1.189   C91.771,153.083,85.495,151.251,82.051,150.696z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M178.372,151.489c0.543,3.583,2.758,5.881,1.189,9.513   C178.156,159.295,174.531,152.206,178.372,151.489z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M177.975,161.398c-0.66,0-1.321,0-1.981,0   c-0.741-2.826-1.579-5.556-2.378-8.324C177.191,152.416,176.368,158.845,177.975,161.398z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M268.747,166.948c-1.69,0.423-1.99,2.237-3.964,2.378   c1.053-16.904-14.208-13.353-28.539-10.702c-28.847,5.335-61.679,10.375-91.564,15.459c-12.975,2.207-25.871,5.25-37.656,6.342   c-9.808,0.909-17.909-4.167-27.747-2.378c-0.499-1.415,1.719-2.487,2.378-2.775c3.296-1.439,10.851-1.712,15.855-2.378   c21.572-2.87,43.96-5.465,66.989-8.324c31.113-3.862,60.971-9.072,88.393-11.495C262.57,152.219,269.288,156.85,268.747,166.948z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M172.426,153.867c1.643,1.925,1.821,5.314,2.775,7.928   c-0.793,0-1.585,0-2.378,0c-0.235-2.803-1.354-4.724-1.982-7.135C171.579,154.605,172.165,154.399,172.426,153.867z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M350.401,154.263c1.419,0.167,1.116,2.056,1.189,3.567   C349.999,157.837,350.489,155.762,350.401,154.263z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M172.03,162.191c-0.661,0-1.321,0-1.982,0   c-0.326-2.184-1.315-3.706-1.585-5.946C171.337,154.045,171.224,159.882,172.03,162.191z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M169.255,162.587c-0.792,0-1.585,0-2.378,0   c-0.682-1.168-0.481-3.218-1.585-3.964C167.732,154.826,168.614,160.093,169.255,162.587z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M163.309,159.812c0.366,1.819-0.992,1.915-0.792,3.568   c-2.626,0.148-4.587,0.962-7.531,0.792C157.625,162.584,160.181,160.913,163.309,159.812z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M164.895,160.209c0.673,0.565,1.371,2.15,0.793,2.775   c-0.528,0-1.057,0-1.585,0C164.389,162.082,164.456,160.959,164.895,160.209z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M350.797,160.209c1.931,0.698,1.317,5.417,1.189,5.946   C350.358,165.406,351.587,161.797,350.797,160.209z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M234.261,162.191c-0.415,1.562-1.702,1.115-2.774,0.793   C231.87,162.177,233.009,162.127,234.261,162.191z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M230.297,162.984c0.027,1.265-2.491,1.028-2.774,0.792   C227.579,162.643,229.176,163.052,230.297,162.984z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M226.73,163.776c-0.382,0.807-1.521,0.856-2.774,0.793   C224.004,163.38,226.205,163.298,226.73,163.776z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M84.429,163.776c4.844,0.441,9.937,0.634,12.685,3.171   C93.226,165.55,87.703,165.788,84.429,163.776z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M220.388,164.173c1.024,1.309-3.132,1.621-5.153,1.982   c-35.942,6.413-74.838,12.081-109.797,19.423c-8.012-1.616-15.139-4.46-24.576-3.567c7.511-3.851,16.129,2.593,24.576,1.981   c8.753-0.633,18.519-3.12,28.54-4.756C161.722,174.705,194.158,168.651,220.388,164.173z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M231.09,164.569c-0.056,1.134-1.653,0.725-2.774,0.792   C228.372,164.228,229.969,164.637,231.09,164.569z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M227.126,165.362c-0.044,1.013-1.327,0.787-2.378,0.793   C224.737,164.983,226.583,164.813,227.126,165.362z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M240.604,164.966c0.212,1.038-2.905,1.964-2.775,0.396   C238.759,165.236,239.317,164.736,240.604,164.966z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M223.163,165.362c2.062,0.624-1.304,2.13-1.981,1.189   C220.99,165.303,222.999,166.254,223.163,165.362z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M237.037,165.758c-0.382,0.946-2.309,1.54-3.172,0.793   C233.954,165.318,235.838,165.881,237.037,165.758z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M246.153,165.758c0.379,1.12-2.578,1.958-2.378,0.396   C244.708,166.164,244.942,165.472,246.153,165.758z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M220.388,166.551c-0.056,1.134-1.653,0.725-2.774,0.792   C217.663,166.155,219.863,166.073,220.388,166.551z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M229.901,166.551c0.793,0,1.586,0,2.379,0c0.375,1.432-1.562,0.553-2.379,0.792   C229.901,167.08,229.901,166.815,229.901,166.551z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M242.982,166.551c-0.049,1.189-2.249,1.271-2.774,0.792   C240.262,166.21,241.861,166.619,242.982,166.551z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M215.235,166.948c1.114,1.633-2.91,1.657-4.756,1.981   c-23.979,4.223-50.973,8.953-75.313,13.477c-9.26,1.722-18.859,3.95-27.747,4.757c-9.149,0.831-17.439-4.428-26.161-2.775   c3.774-2.519,8.363-0.831,12.288,0c3.725,0.789,7.651,2.109,11.495,1.982c8.452-0.279,18.001-3.174,27.351-4.756   c26.385-4.465,57.241-9.888,82.447-14.666C214.971,166.948,215.103,166.948,215.235,166.948z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M229.109,167.344c-0.045,1.013-1.327,0.787-2.379,0.793   C226.718,166.965,228.566,166.794,229.109,167.344z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M239.415,167.344c-0.056,1.134-1.653,0.725-2.774,0.793   C236.689,166.947,238.889,166.865,239.415,167.344z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M225.145,167.74c0.029,1.352-1.469,1.174-2.775,1.189   C222.439,167.677,223.938,167.855,225.145,167.74z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M235.054,168.929c-1.494-0.305-1.895,0.484-3.171,0.396   C231.737,167.875,235.333,166.989,235.054,168.929z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M87.204,168.137c1.951,0.824,5.878-0.33,6.342,1.982   C91.529,169.361,87.978,170.138,87.204,168.137z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M220.388,168.533c-1.471,2.246-4.536,1.594-6.738,1.982   c-24.729,4.355-52.196,9.454-77.691,13.873c-9.436,1.636-18.915,4.209-28.143,5.153c-8.555,0.875-16.628-3.975-24.972-3.171   c8.841-2.24,14.619,2.808,24.972,1.982c8.941-0.713,18.214-3.256,27.747-4.756c26.537-4.178,59.594-10.454,84.033-15.062   C219.86,168.533,220.124,168.533,220.388,168.533z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M268.747,168.533c0.265,0,0.528,0,0.793,0   c4.977,73.878,10.089,150.575,15.459,225.541c1.322,18.469,2.515,37.269,3.964,55.891c0.435,5.589,1.892,12.572-3.567,15.854   c-6.849-95.252-14.023-199.265-20.216-294.907C266.576,170.326,267.581,169.349,268.747,168.533z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M230.297,168.929c-0.124,1.33-1.796,1.111-3.171,1.189   C227.25,168.79,228.922,169.008,230.297,168.929z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M224.749,169.722c0.895,1.675-1.694,1.113-1.982,1.189   c-7.657,2.013-17.399,3.244-25.765,4.756c-19.017,3.438-38.525,7.025-58.664,10.702c-9.879,1.804-20.161,4.319-29.729,5.153   c-9.139,0.797-16.938-2.999-25.368-3.171c8.207-1.812,15.868,3.07,24.179,2.378c9.319-0.776,19.12-3.259,28.936-5.153   C164.738,180.1,196.826,175.161,224.749,169.722z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M349.212,173.686c1.437,0.28,0.546,2.889,0.793,4.36   C348.939,177.475,348.69,174.596,349.212,173.686z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M53.512,176.064c3.552,11.942,8.068,25.704,11.495,38.449   c0.979,3.641,3.777,8.933,0.396,11.892C61.355,209.21,54.989,194.916,53.512,176.064z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M166.084,208.171c2.471-8.76,5.767-16.695,7.928-25.765   c1.028,0.072,2.655-1.267,3.171-0.396c-2.942,7.194-3.697,17.218-7.531,23.386C168.884,206.631,167.769,208.054,166.084,208.171z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M168.462,183.199c0.528,0,1.057,0,1.585,0   c0.605,1.619,1.345,4.16,0,5.549C169.212,187.36,168.282,184.323,168.462,183.199z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M167.273,183.596c0.995,3.732,3.132,7.144,1.189,10.702   c-1.942-2.682-1.982-7.267-3.568-10.306C166.107,184.279,166.061,183.308,167.273,183.596z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M163.706,183.992c1.351,4.469,5.309,10.841,2.775,15.459   c-1.574-4.9-3.175-9.773-4.36-15.062C162.748,184.355,163.632,184.579,163.706,183.992z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M159.345,184.785c0.396,0,0.793,0,1.189,0   c1.976,5.498,6.057,12.868,4.36,19.423C162.875,197.903,160.812,191.642,159.345,184.785z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M157.363,185.181c0.641-0.112,0.683,0.375,1.189,0.396   c0.879,8.182,6.9,16.406,4.756,23.783C161.097,201.956,156.531,193.026,157.363,185.181z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M82.051,185.974c0.238,0.907-2.743,1.44-2.378,0   C80.599,185.852,81.31,185.198,82.051,185.974z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M262.008,189.145c1.069-0.049,1.416,4.082,0,3.964   C262.008,191.788,262.008,190.466,262.008,189.145z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M155.778,189.542c1.954,2.963,2.381,7.765,3.567,11.891   c1.083,3.769,4.407,8.252,1.586,10.703c-2.891-5.169-2.837-13.283-6.342-17.837C155.405,193.133,155.281,191.026,155.778,189.542z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M83.24,191.523c0.3,3.964-1.91,7.824-3.171,11.495   c-9.49,27.628-19.231,56.795-28.539,84.826c-1.924,0.718-2.699,2.586-4.757,3.171c11.669-30.641,20.206-64.522,32.503-95.924   C79.965,193.332,80.333,190.436,83.24,191.523z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M259.63,192.316c1.25-0.51,1.25,3.285,0,2.775   C259.63,194.166,259.63,193.241,259.63,192.316z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M54.701,193.505c1.799,3.607,3.537,11.245,5.549,18.234   c2.318,8.05,7.063,15.301,3.171,21.008c-2.877-10.731-5.595-21.623-9.513-31.314c0.999,7.347,4.715,16.776,7.135,24.972   c1.499,5.079,3.544,9.057,0.396,12.685c-3.165-10.445-5.282-21.936-9.513-31.314c1.238,7.18,4.513,16.148,6.739,24.575   c1.211,4.588,3.872,8.817,0.792,12.288c-2.659-10.289-5.472-20.424-8.72-30.125c0.927,8.418,4.693,18.086,7.135,26.954   c0.702,2.548,2.473,6.662-0.396,8.721c-2.603-9.817-4.803-20.037-8.72-28.54c1.349,6.765,4.138,14.76,6.342,22.99   c1.217,4.544,3.261,7.403,1.189,11.495c-3.798-8.754-5.836-19.268-9.117-28.54c-0.362,4.55,2.065,9.836,3.567,15.063   c1.517,5.276,3.135,10.682,4.757,15.459c-0.439,1.675-1.263,2.965-1.586,4.756c-3.604-8.419-4.972-19.075-8.72-27.35   c0.47,4.392,1.882,9.574,3.567,15.062c1.814,5.908,5.549,13.09,3.171,17.44c-3.598-8.029-4.55-18.704-8.72-26.161   c1.121,11.387,9.163,21.452,6.738,32.503c-3.5-7.73-4.243-18.218-8.324-25.368c0.812,9.643,8.723,21.013,6.342,31.314   c-3.352-7.615-4.508-17.426-7.928-24.973c0.194,3.973,1.715,8.582,3.171,13.478c1.801,6.053,5.761,13.093,1.982,17.44   c-2.516-8.979-4.511-18.479-7.928-26.558C43.124,237.686,48.895,215.579,54.701,193.505z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M262.405,193.505c0.907,0.331,1.085,2.436,0.396,3.171   C261.594,196.645,261.872,194.084,262.405,193.505z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M154.192,195.091c0.461-0.064,0.705,0.087,0.793,0.396   c0.413,2.965,1.804,6.299,2.774,9.513c0.917,3.038,2.871,6.896,0.396,8.721c-1.731-4.215-2.378-9.513-4.36-13.477   c-1.048,4.556,5.006,11.097,1.982,15.062c-2.189-2.303-1.933-7.052-3.567-9.91c-1.554,3.38,4.419,9.406,0.396,11.495   c-0.317-1.929-0.694-3.798-1.585-5.153c-1.626,1.931,2.7,5.748-0.396,6.738c-1.536,0.215-0.343-2.3-1.585-2.378   c-1.113,0.759,0.544,2.067,0.396,3.171c-0.593,0.464-1.622,0.493-1.982,1.189C148.43,212.317,152.329,203.666,154.192,195.091z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M260.026,196.676c1.433-0.375,0.554,1.561,0.793,2.378   C259.345,198.962,259.708,197.649,260.026,196.676z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M224.352,199.847c-0.031,1.207-2.592,0.929-3.171,0.396   C221.901,199.725,223.573,199.115,224.352,199.847z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M262.801,199.451c0.866,0.059,0.851,0.999,0.792,1.982   C262.221,201.71,262.172,200.043,262.801,199.451z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M405.499,199.847c1.825,0.157,1.522,2.442,1.585,4.36   C405.946,203.363,405.659,201.668,405.499,199.847z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M257.251,201.433c1.489,0.625,1.05,3.179,1.189,5.153   C256.678,206.235,257.427,203.371,257.251,201.433z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M260.026,201.433c1.271-0.111,1.441,1.736,0.793,2.378   C259.806,203.767,260.033,202.484,260.026,201.433z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M215.631,201.829c7.803,0.522,17.696-1.048,24.18,0.793   c-13.197-0.629-31.501,0.82-46.773,0c-6.049-0.325,2.546-0.788,3.568-0.793C203.303,201.793,209.574,201.856,215.631,201.829z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M244.963,201.829c0.407,1.332-1.232,0.617-1.981,0.793   C242.575,201.29,244.214,202.005,244.963,201.829z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M262.801,202.622c0.461-0.065,0.705,0.087,0.792,0.396   c5.027,77.348,11.592,158.016,16.252,235.848c-1.853-9.326-1.879-19.215-2.378-28.937c-1.426-27.799-4.302-57.768-6.343-87.204   c-2.738-39.502-5.752-79.352-8.323-118.914C262.801,203.415,262.801,203.018,262.801,202.622z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M202.551,204.208c-0.678,1.189-1.442,0.44-2.774,0.396   C199.987,203.249,201.686,203.997,202.551,204.208z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M408.669,203.811c1.798,0.977,1.725,3.825,1.981,6.342   C409.233,208.797,409.203,206.052,408.669,203.811z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M260.422,204.208c1.167,0.936,1.219,4.693,0.793,5.946   C259.63,209.492,260.765,206.111,260.422,204.208z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M225.937,206.189c-0.157,1.692-3.321,0.378-4.756,0.792   C221.338,205.29,224.502,206.604,225.937,206.189z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M401.931,206.982c1.251-0.51,1.251,3.285,0,2.775   C401.931,208.832,401.931,207.907,401.931,206.982z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M258.044,207.378c1.47,2.098,0.567,6.567,1.189,9.513   C257.197,215.57,258.075,209.404,258.044,207.378z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M396.778,208.171c1.632,2.729,0.911,7.809,1.982,11.099   C396.228,217.667,396.92,210.856,396.778,208.171z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M325.429,210.946c-16.834,0.21-34.542-0.454-50.736,0.396   c3.246-2.149,8.154-1.189,12.684-1.189C300.062,210.153,316.832,209.399,325.429,210.946z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M329.79,210.946c-0.925,0-1.85,0-2.774,0   C327.097,209.795,330.133,209.13,329.79,210.946z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M352.78,211.739c-19.002,2.092-44.25-0.236-62.629,1.189   c2.396-2.157,7.566-1.189,11.892-1.189C319.42,211.739,342.478,211.574,352.78,211.739z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M286.98,212.135c-0.103,0.722-3.283,1.585-3.171,0   C284.386,211.552,286.404,211.552,286.98,212.135z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M402.328,212.531c1.781,1.521,0.919,5.687,1.585,8.324   C402.381,219.083,402.694,215.468,402.328,212.531z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M304.025,213.721c-0.059,0.867-0.999,0.851-1.982,0.792   C301.765,213.141,303.432,213.092,304.025,213.721z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M368.635,213.324c-19.688,1.786-45.357,0.232-61.836,1.189   c-0.243-0.353-0.479-0.709,0-0.792C322.58,212.878,348.438,213.531,368.635,213.324z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M254.874,214.117c1.837-0.251,1.004,2.167,1.188,3.568   C254.727,217.435,255.03,215.546,254.874,214.117z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M261.215,214.117c0.337-0.073,0.374,0.155,0.396,0.396   c5.252,75.029,10.594,144.96,15.062,219.199C270.665,364.256,265.758,287.602,261.215,214.117z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M324.24,216.099c-1.188,0-2.378,0-3.567,0   C321.103,215.225,324.482,214.122,324.24,216.099z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M390.833,214.91c2.336,2.843,1.889,10.496,1.981,14.27   C391.237,225.339,391.629,219.53,390.833,214.91z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M340.492,217.288c1.057,0,2.114,0,3.171,0c0.242,1.563-2.176,0.466-3.171,0.792   C340.492,217.816,340.492,217.552,340.492,217.288z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M407.876,217.288c1.543,1.503-0.223,3.748,0.793,5.946   C406.736,223.065,407.402,218.589,407.876,217.288z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M258.441,217.685c0.461-0.065,0.705,0.087,0.793,0.396   c5.005,61.739,8.497,123.714,13.08,184.714c-2.308-2.978-1.359-7.211-1.585-10.702c-3.624-55.953-8.429-117.265-12.288-173.219   C258.441,218.477,258.441,218.081,258.441,217.685z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M255.667,219.667c1.013,0.044,0.786,1.327,0.792,2.378   C255.027,222.42,255.906,220.483,255.667,219.667z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M385.679,220.855c2.09,7.644,1.992,16.55,3.567,25.369   C386.147,239.934,386.058,228.548,385.679,220.855z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M403.913,223.234c1.859,1.536,0.086,5.651,0.793,7.531   C402.487,230.388,403.603,224.848,403.913,223.234z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M399.156,224.026c0.396,0,0.793,0,1.189,0c0.262,3.306-0.524,7.66,0.396,10.306   C398.575,234.117,399.413,227.474,399.156,224.026z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M256.062,224.819c0.891,0.325,1.85,2.618,0,2.378   C256.063,226.405,256.062,225.612,256.062,224.819z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M379.337,227.198c2.196,2.068,2.061,8.46,1.981,11.495   C379.891,235.628,380.264,230.762,379.337,227.198z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M253.288,228.783c1.908,0.724,0.772,2.309,1.189,4.756   C252.945,233.089,253.406,230.647,253.288,228.783z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M393.607,230.765c1.448,2.119,1.639,5.496,1.586,9.116   C394.067,237.649,393.216,233.212,393.607,230.765z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M256.458,231.558c0.461-0.064,0.706,0.087,0.793,0.396   c3.823,56.247,8.201,117.722,11.892,175.201c-5.809-56.197-8.388-117.786-12.685-174.408   C256.458,232.35,256.458,231.954,256.458,231.558z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M160.931,233.54c-0.661,0-1.321,0-1.982,0   C158.951,232.333,161.274,231.9,160.931,233.54z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M401.931,233.936c0.063-0.465,0.723-0.334,1.188-0.396   c0.205,1.009,0.676,1.537-0.792,1.586C402.361,234.563,402.393,234.002,401.931,233.936z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M374.184,233.936c2.184,6.141,3.102,13.547,3.567,21.404   C375.952,249.07,374.876,239.999,374.184,233.936z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M135.562,235.522c-1.189,0-2.378,0-3.567,0   C132.355,234.342,135.709,233.891,135.562,235.522z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M183.128,235.522c-13.506,0.015-30.368-0.012-45.188,0   C150.938,234.215,169.718,234.207,183.128,235.522z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M188.678,234.729c-0.044,1.013-1.328,0.786-2.378,0.793   C185.924,234.089,187.86,234.968,188.678,234.729z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M254.081,235.125c0.973,0.266,1.214,2.307,0.793,2.774   C253.74,237.844,254.149,236.247,254.081,235.125z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M149.436,237.9c-0.9-0.289-3.093,0.714-2.775-0.793   C147.582,236.819,149.623,236.104,149.436,237.9z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M210.083,237.107c-18.669,1.872-39.755,0.122-56.683,0.793   c-0.674,0.146-0.748-0.31-0.793-0.793C173.3,236.412,191.226,236.581,210.083,237.107z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M215.631,237.107c0.51,1.251-3.284,1.251-2.774,0   C213.565,237.109,215.163,236.04,215.631,237.107z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M168.858,239.089c0.176,1.001-3.438,1.43-3.171,0   C166.594,238.836,168.079,238.303,168.858,239.089z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M235.847,239.089c-19.086,1.834-41.616,0.275-62.232,0.792   C190.18,237.959,216.083,239.637,235.847,239.089z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M241,239.881c-0.66,0-1.32,0-1.981,0C239.02,238.674,241.343,238.242,241,239.881   z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M254.477,239.089c1.069-0.049,1.416,4.082,0,3.964   C254.899,241.303,253.693,239.99,254.477,239.089z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M367.842,239.089c2.606,2.252,1.146,7.613,2.378,11.891   C367.638,248.806,368.503,243.184,367.842,239.089z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M190.66,241.071c0.792,0,1.585,0,2.378,0c0.375,1.433-1.561,0.553-2.378,0.793   C190.66,241.599,190.66,241.335,190.66,241.071z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M225.937,243.449c-1.473,1.422-4.429,0.7-6.342,0.396   C220.27,242.418,224.643,242.981,225.937,243.449z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M313.934,245.828c-0.66,0-1.321,0-1.981,0   C311.955,244.621,314.278,244.188,313.934,245.828z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M243.775,245.035c0.793,0,1.585,0,2.378,0c0.376,1.433-1.562,0.553-2.378,0.793   C243.775,245.563,243.775,245.299,243.775,245.035z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M276.674,245.035c11.23,0,22.462,0,33.692,0   c-6.83,1.424-17.802,0.793-26.558,0.793C281.123,245.828,277.958,246.716,276.674,245.035z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M363.085,245.431c0.641-0.111,0.683,0.375,1.189,0.396   c0.63,8.354,2.983,14.985,3.171,23.782C365.11,262.433,364.566,253.464,363.085,245.431z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M381.715,245.431c2.041,2.584,1.492,7.757,1.586,12.288   C381.842,254.784,381.788,248.445,381.715,245.431z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M332.96,246.621c0.321,0.075,0.396,0.397,0.793,0.396c0,0.265,0,0.529,0,0.793   c-0.919,0.127-1.521-0.063-1.982-0.396C331.861,246.842,332.955,247.275,332.96,246.621z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M251.703,247.809c1.04,0.597,1.467,3.299,0.792,4.36   C251.316,251.63,251.798,249.431,251.703,247.809z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M255.27,248.206c3.954,45.576,6.437,94.813,9.909,139.923   c-2.035-4.182-1.479-10.211-1.981-16.252c-3.201-38.433-5.517-82.515-8.324-122.481   C254.839,248.833,254.808,248.272,255.27,248.206z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M286.98,248.999c-0.289,1.354-2.869-0.112-4.756,0.396   C282.51,248.044,286.097,248.503,286.98,248.999z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M298.079,250.584c0.925,0,1.851,0,2.775,0c0.317,1.507-1.875,0.504-2.775,0.792   C298.079,251.113,298.079,250.848,298.079,250.584z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M358.725,250.584c1.639,0.272,1.433,2.189,1.586,3.171   c1.103,7.053,2.14,15.248,2.378,22.197C360.581,268.284,359.599,259.488,358.725,250.584z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M323.448,252.169c0.375,1.433-1.562,0.553-2.379,0.793   C321.114,251.95,322.396,252.175,323.448,252.169z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M252.099,254.547c1.105-0.275,1.677,1.973,0.792,2.379   C251.459,257.301,252.338,255.365,252.099,254.547z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M371.013,254.944c1.997,4.03,1.23,8.396,1.981,13.478   C370.931,265.568,371.017,258.546,371.013,254.944z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M353.968,258.116c2.041,5.755,2.542,13.05,3.964,19.422   C355.292,272.383,354.542,265.338,353.968,258.116z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M252.495,259.701c0.461-0.064,0.706,0.088,0.793,0.396   c2.619,37.782,4.771,74.381,7.531,111.383c-2.386-8.646-2.073-18.11-2.774-27.35c-2.101-27.684-3.922-56.484-5.55-83.24   C252.495,260.494,252.495,260.097,252.495,259.701z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M38.449,304.888c-1.102-7.487-3.298-17.313-7.135-23.387   c2.131-6.589,3.64-13.801,5.549-20.611c3.398,8.493,4.973,18.81,8.324,27.351c-0.992,0.989-0.215,3.749-1.982,3.963   c-2.299-7.874-4.067-16.279-7.135-23.386c1.075,8.307,4.752,17.444,7.135,25.765c-2.302,5.361-3.857,11.47-5.946,17.044   c-2.563-6.949-3.765-15.261-6.738-21.801c0.957,7.5,4.082,16.266,6.342,23.783c-1.968,3.449-2.027,8.808-4.756,11.495   c-0.886-5.192-2.155-10.001-3.964-14.27c-0.616,6.313,5.709,13.602,2.775,19.818c-2.562-3.252-1.945-9.682-4.757-12.684   c1.891,8.751,5.859,16.401,0.793,24.179c-2.175-3.771-2.308-9.584-4.36-13.477c-1.146,5.996,6.242,13.674,1.982,19.026   c-1.198-4.484-2.046-9.317-3.964-13.081c-1.278,4.077,3.413,9.422,3.567,14.666c0.124,4.205-2.209,7.865-3.964,11.099   c-1.06-2.375-0.726-6.145-2.774-7.531c-0.218,4.216,4.6,9.598,1.189,13.874c-1.685-1.222-0.572-5.242-2.774-5.946   c-0.317,3.499,4.147,7.979,0.792,11.495c-0.648-1.201-0.373-3.327-1.982-3.567c3.416,9.299-3.982,17.414-5.549,26.558   c-2.423-0.483-4.355-1.458-7.135-1.585c9.62-37.285,19.614-74.195,29.332-111.384C34.29,289.229,35.533,297.895,38.449,304.888z    M36.863,287.448c1.035,3.427,1.728,7.464,3.964,9.909c-2.144-6.973-3.288-14.945-6.738-20.611   C34.956,280.222,35.788,283.886,36.863,287.448z M34.485,318.761c-1.949-7.168-3.539-14.694-6.342-21.008   C29.63,303.811,31.248,313.137,34.485,318.761z M27.747,309.249c-0.076-1.773-0.431-3.269-1.585-3.964   C26.376,306.919,26.385,308.761,27.747,309.249z M25.765,315.987c0.634-0.832-0.027-2.908-0.792-3.567   C24.299,313.291,24.785,315.542,25.765,315.987z M27.747,335.013c-1.424-5.446-2.454-11.287-5.153-15.459   C24.165,324.854,24.916,330.973,27.747,335.013z M22.197,354.833c-0.989-4.296-1.163-9.407-3.964-11.892   C19.813,346.646,19.775,351.97,22.197,354.833z M14.27,377.426c0.01-1.463-0.177-2.729-1.585-2.774   C13.141,375.648,12.872,377.371,14.27,377.426z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M349.609,260.89c1.624,3.793,0.971,9.863,1.981,14.27   C349.093,272.478,349.798,264.567,349.609,260.89z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M250.117,263.665c3.236,32.164,4.557,61.207,6.738,92.357   c-1.979-3.1-1.282-7.24-1.585-10.703c-2.272-25.932-3.429-54.022-5.55-80.465C249.686,264.292,249.655,263.731,250.117,263.665z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M345.645,267.628c0.64-0.111,0.683,0.375,1.188,0.396   c1.09,8.027,3.064,15.169,5.153,22.197C347.472,285.091,347.258,275.66,345.645,267.628z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M95.528,268.025c1.727,5.145,1.899,11.842,3.171,17.44   C95.973,281.569,95.511,273.349,95.528,268.025z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M99.888,269.214c1.896,3.389,1.809,8.761,2.774,13.08   C100.58,279.221,99.938,273.05,99.888,269.214z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M119.708,269.61c1.605,4.077,1.612,9.751,2.378,14.667   C120.202,280.719,119.335,274.111,119.708,269.61z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M340.492,269.61c0.641-0.111,0.683,0.375,1.189,0.396   c1.526,9.976,4.203,20.893,5.549,29.729c-3.48-0.04-2.735-4.136-3.171-6.342c-1.339-6.789-3.428-14.172-3.964-22.594   C339.984,270.16,340.47,270.117,340.492,269.61z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M105.438,270.006c1.627,2.602,1.284,7.173,1.982,10.703   C106.005,278.052,105.117,273.117,105.438,270.006z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M131.599,270.006c1.706,1.994,1.498,5.902,1.982,9.117   C131.952,277.265,131.58,272.209,131.599,270.006z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M175.201,270.403c1.838,2.224,0.793,6.383,1.982,9.91   C175.364,278.385,175.054,272.99,175.201,270.403z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M188.678,270.799c1.18,1.493,0.704,5.872,1.585,8.721   C188.372,278.182,188.269,273.138,188.678,270.799z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M212.46,270.799c1.272,4.139,1.035,10.564,1.982,16.648   C211.669,284.254,212.294,275.617,212.46,270.799z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M225.937,270.799c0.979,1.952,0.949,7.586,1.189,9.91   C224.879,278.81,225.135,273.681,225.937,270.799z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M239.415,270.799c2.035,2.854,1.404,8.373,1.981,12.685   C239.753,280.471,239.362,274.198,239.415,270.799z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M110.194,271.196c2.281,1.947,1.35,7.106,2.378,10.306   C110.411,279.435,111.043,274.575,110.194,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M137.544,271.196c0.396,0,0.793,0,1.189,0   c-0.334,4.518,1.139,10.424,1.982,15.062C137.899,283.155,137.935,275.444,137.544,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M161.724,271.196c1.835,4.508,1.779,10.905,3.171,15.855   C162.307,283.542,161.646,276.056,161.724,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M168.462,271.196c1.605,3.283,1.699,8.078,2.378,12.288   C168.828,280.608,168.561,275.986,168.462,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M194.624,271.196c1.051,3.428,0.899,10.812,1.982,15.459   C194.478,283.21,194.033,276.045,194.624,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M206.515,271.196c0.396,0,0.792,0,1.188,0c-1.305,3.324,0.551,8.574-0.396,11.495   C205.733,279.75,205.662,274.439,206.515,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M219.199,271.196c1.487,3.799,0.923,9.647,1.586,14.27   C218.744,282.45,218.27,274.661,219.199,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M330.186,271.196c1.953,3.9,1.046,8.213,1.981,13.081   C329.998,281.425,330.57,275.833,330.186,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M335.338,271.196c1.918,2.478,1.547,9.241,1.586,12.288   C335.708,280.305,335.408,274.213,335.338,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M376.167,271.196c0.337-0.073,0.374,0.154,0.396,0.396   c0.338-0.073,0.374,0.154,0.396,0.396c0.772,23.556,3.254,45.335,4.36,69.366c0.129,2.794,1.146,6.602-2.378,7.531   c-1.482-25.222-3.364-50.734-4.757-75.312C375.241,273.177,375.492,271.974,376.167,271.196z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M125.256,271.592c1.678,3.872,1.823,9.276,2.775,13.873   c-1.656-0.797-1.611-3.728-1.982-5.945C125.591,276.785,124.789,273.949,125.256,271.592z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M149.04,271.592c1.637,3.411,1.34,10.779,1.982,13.873   C149.197,282.242,148.9,275.467,149.04,271.592z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M280.638,271.592c1.559,2.802,0.6,8.121,1.586,11.495   C280.085,281.091,280.331,274.727,280.638,271.592z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M91.96,271.989c1.331,1.048,0.841,3.916,1.189,5.945   C91.221,277.475,91.481,273.647,91.96,271.989z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M181.146,271.989c1.838,1.465,1.187,5.419,1.585,8.324   C180.841,278.901,181.667,274.772,181.146,271.989z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M307.196,271.989c1.282,1.063,1.499,4.97,1.189,6.342   C306.849,277.356,307.268,274.426,307.196,271.989z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M233.073,272.385c1.999,3.021,0.653,9.388,1.981,13.08   C232.542,283.192,233.164,275.769,233.073,272.385z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M285.395,272.385c0.396,0,0.793,0,1.188,0c-0.716,5.354,0.583,11.73,1.982,16.251   C284.95,284.926,285.73,278.918,285.395,272.385z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M290.547,272.782c1.548,1.228,0.776,4.772,1.586,6.738   C290.328,278.731,289.954,274.681,290.547,272.782z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M296.494,272.782c1.426,4.286,1.196,11.255,2.774,15.854   C296.473,285.466,296.196,277.731,296.494,272.782z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M319.88,272.782c0.396,0,0.792,0,1.188,0c0.015,2.893,0.565,5.248,0.793,7.928   C319.755,279.512,320.694,275.271,319.88,272.782z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M201.362,273.178c2.277,4.114,0.284,10.457,1.982,14.666   C200.402,285.476,202,276.538,201.362,273.178z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M301.25,273.574c2.521,3.426,1.051,10.842,2.775,15.062   C300.88,285.835,302.442,278.329,301.25,273.574z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M313.934,273.574c1.66,3.493,1.217,9.089,2.378,13.081   C313.857,284.146,313.765,277.416,313.934,273.574z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M114.554,275.16c2.116,2.376,1.808,7.177,2.775,10.702   C115.376,283.323,115.077,279.129,114.554,275.16z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M143.49,275.556c1.479,2.655,1.487,8.767,1.982,11.099   C143.41,284.519,143.136,278.825,143.49,275.556z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M34.089,276.746c3.451,5.666,4.595,13.639,6.738,20.611   c-2.236-2.445-2.929-6.482-3.964-9.909C35.788,283.886,34.956,280.222,34.089,276.746z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M371.806,277.141c2.253,25.702,3.916,48.865,4.756,73.331   c-2.464-1.198-1.752-4.955-1.981-7.531c-1.808-20.272-2.549-43.37-4.36-65.007C370.807,277.728,371.219,277.348,371.806,277.141z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M325.033,279.124c0.396,0,0.793,0,1.189,0c-0.809,2.733,0.682,5.33,0.793,8.324   C324.953,286.075,325.159,282.433,325.033,279.124z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M369.031,279.917c2.292,22.657,3.959,47.937,4.757,69.763   c-2.209-0.717-1.38-4.915-1.585-7.928c-1.332-19.534-3.276-41.748-3.964-60.646C368.609,280.815,368.839,280.384,369.031,279.917z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M308.385,282.294c1.706,1.2,1.032,4.781,1.585,7.135   C308.192,288.487,308.116,283.993,308.385,282.294z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M366.256,283.484c0.461-0.064,0.706,0.087,0.793,0.396   c1.72,21.271,3.365,44.729,4.36,65.402c-2.573-0.81-2.198-4.689-2.379-6.738c-1.081-12.332-1.673-26.297-2.378-41.224   c-0.269-5.676-1.711-12.529-0.793-16.648C365.749,284.033,366.235,283.991,366.256,283.484z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M109.401,283.88c1.174,1.023-0.552,2.483,0.396,3.567   C108.285,287.632,109.047,284.351,109.401,283.88z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M89.979,284.277c0.625,0.828,0.275,2.632,0.793,3.567   c-1.155,0.066-5.088,0.133-6.342,0C85.828,286.203,87.633,284.97,89.979,284.277z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M226.333,284.277c1.245,0.505,1.402,3.655,0.793,4.756   C225.814,288.366,226.246,285.195,226.333,284.277z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M336.924,286.258c1.066,3.668,2.104,10.643,1.981,14.666   C337.3,297.22,336.45,290.73,336.924,286.258z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M363.878,286.655c2.74,19.834,3.016,41.147,4.757,61.836   c-4.651-17.245-4.344-42.75-5.55-60.25C362.796,287.159,363.874,287.443,363.878,286.655z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M244.171,291.412c0,1.188,0,2.378,0,3.567   c-62.317,1.282-127.22-1.579-196.209-1.982c2.694-5.46,9.284-4.239,18.233-3.964C119.541,290.677,182.583,289.829,244.171,291.412z   "/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M361.104,289.429c2.27,9.226,1.973,21.018,2.774,31.711   C362.055,311.141,359.56,299.625,361.104,289.429z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M328.997,292.6c0.64,1.466-2.057,2.58-2.774,3.964   c-15.747,1.146-29.874-0.422-46.377,0c-0.495-0.883-0.954-4.47,0.396-4.756C296.936,292.736,315.137,291.787,328.997,292.6z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M331.375,294.979c0.645,8.483,6.306,23.876-1.188,28.539   C331.328,315.659,323.539,299.405,331.375,294.979z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M28.143,297.753c2.803,6.313,4.394,13.84,6.342,21.008   C31.248,313.137,29.63,303.811,28.143,297.753z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M70.556,297.753c0.153,1.607-2.47,0.437-3.567,0.793   C66.835,296.939,69.458,298.11,70.556,297.753z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M72.142,298.15c0.095-0.573,3.262-0.922,2.774,0.396   C73.863,298.542,72.652,298.696,72.142,298.15z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M76.501,297.753c1.142,0.048,2.595-0.217,3.171,0.396   C79.479,298.698,76.099,299.112,76.501,297.753z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M325.826,300.924c-16.399-0.061-30.827-0.165-45.98-0.793   c0-0.396,0-0.792,0-1.188c0.321-0.075,0.396-0.398,0.793-0.396c9.389,0.446,25.581,0.501,36.07,0.793   C319.611,299.419,323.857,297.976,325.826,300.924z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M75.312,301.321c-1.068,0.913-3.823,0.141-5.549,0.396   C70.08,300.168,74.338,300.946,75.312,301.321z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M82.844,300.924c-2.36,1.803-4.383,0.804-7.135,0.793   C76.701,300.067,80.588,301.311,82.844,300.924z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M85.619,300.924c0.925,0,1.85,0,2.774,0   C88.747,302.731,85.395,302.38,85.619,300.924z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M326.222,302.907c-2.257,2.149-7.684,1.188-11.892,1.188   c-11.05,0-23.279-0.053-34.089-1.188c0.064-0.461-0.088-0.706-0.396-0.793c0.176-0.353,0.349-0.709,0.793-0.793   c14.098,0.748,24.01-0.441,40.827,0.396C322.898,301.789,325.49,300.87,326.222,302.907z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M84.826,304.492c0.55-0.903,2.759-0.147,3.964-0.396   C88.887,305.619,85.384,304.852,84.826,304.492z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M95.528,304.095c0.242,1.563-2.176,0.467-3.171,0.793   C92.445,303.656,94.33,304.218,95.528,304.095z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M97.114,304.095c1.321,0,2.642,0,3.963,0   C100.958,305.948,96.921,305.472,97.114,304.095z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M326.222,305.681c0.009,2.779-3.738,1.541-5.153,1.585   c-12.767,0.405-29.055-0.49-40.827-1.188c0-0.396,0-0.793,0-1.189C291.955,304.721,313.011,304.275,326.222,305.681z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M338.51,304.492c-0.946,1.696-2.067,3.218-3.964,3.964   C335.616,306.882,336.24,304.864,338.51,304.492z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M340.095,304.492c1.251,2.104-3.477,4.936-5.152,6.738   C336.199,308.523,338.79,307.15,340.095,304.492z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M342.474,304.888c0.947,1.18-1.561,3.271-2.775,4.757   c-1.354,1.654-2.738,3.719-4.36,4.36C337.151,310.4,340.439,308.271,342.474,304.888z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M26.161,305.285c1.154,0.695,1.509,2.19,1.585,3.964   C26.385,308.761,26.376,306.919,26.161,305.285z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M101.474,307.663c-0.206,1.323-3.567,0.9-4.36,0.396   C98.332,307.471,100.219,307.114,101.474,307.663z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M107.023,307.663c0.407,1.332-1.232,0.617-1.982,0.793   C104.634,307.124,106.274,307.838,107.023,307.663z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M113.365,307.663c0.375,1.433-1.561,0.554-2.378,0.793   C111.031,307.443,112.314,307.669,113.365,307.663z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M118.122,307.663c1.057,0,2.114,0,3.171,0   C121.762,309.395,117.652,309.395,118.122,307.663z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M326.619,309.249c-0.552,2.205-3.801,1.149-5.153,1.189   c-12.971,0.377-28.396-0.463-40.827-0.793c0-0.396,0-0.793,0-1.189c-0.064-0.461,0.088-0.705,0.396-0.793   c11.985,0.171,21.04,0.396,35.277,0.396C319.969,308.059,324.498,307.133,326.619,309.249z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M327.412,313.212c-11.951,0.578-34.739,1.192-46.773-0.793   c0-0.396,0-0.793,0-1.189c0.321-0.075,0.395-0.397,0.793-0.396c10.162,0.362,22.645,0.396,35.674,0.396   C320.555,311.23,325.892,309.812,327.412,313.212z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M113.762,312.419c-3.434-0.154-4.955,0.104-6.739-0.396   C107.294,311.078,113.236,310.298,113.762,312.419z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M24.972,312.419c0.766,0.659,1.427,2.735,0.792,3.567   C24.785,315.542,24.299,313.291,24.972,312.419z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M327.412,315.194c0.032,0.628-0.191,1.513,0.396,1.586   c-17.073,1.865-30.721,0.242-46.772,0c0-0.793,0-1.586,0-2.378C298.027,314.439,312.228,314.456,327.412,315.194z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M103.852,315.987c-1.057,0-2.114,0-3.171,0   C100.624,314.305,103.779,314.566,103.852,315.987z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M112.572,315.194c0.242,1.563-2.176,0.467-3.171,0.793   C109.49,314.754,111.374,315.317,112.572,315.194z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M123.671,315.194c-0.531,2.181-2.012,0.596-3.567,0.793   C120.243,314.672,122.388,315.365,123.671,315.194z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M133.581,316.383c-1.318-0.399-4.312,0.877-4.36-0.793   C130.254,315.32,133.745,314.329,133.581,316.383z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M327.807,320.347c-0.621,2.226-3.641,1.142-5.152,1.189   c-13.594,0.431-26.662-0.924-41.224-0.396c0.28-1.47-0.678-1.701-0.396-3.171c11.702,1.316,27.016-0.893,42.413,0.396   C324.563,318.458,328.354,317.36,327.807,320.347z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M99.888,319.158c-0.287,1.352-3.874,0.893-4.757,0.396   C95.638,318.423,98.87,318.527,99.888,319.158z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M105.438,318.761c0.631,1.458-3.016,1.854-2.775,0.396   C103.914,319.352,104.062,318.444,105.438,318.761z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M110.59,319.158c-0.674,1.318-2.574,0.496-3.567,0.396   C107.377,318.581,109.796,318.48,110.59,319.158z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M22.594,319.554c2.699,4.172,3.729,10.013,5.153,15.459   C24.916,330.973,24.165,324.854,22.594,319.554z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M328.204,323.518c-0.716,2.191-4.007,1.192-5.549,1.189   c-10.929-0.02-30.653-0.173-41.224-1.189c0-0.264,0-0.528,0-0.793c-0.064-0.46,0.087-0.705,0.396-0.792   c13.334,0.678,26.117-0.283,41.62,0.396C324.762,322.386,327.558,321.395,328.204,323.518z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M79.276,323.122c-0.652,1.711-2.944,1.076-3.964,0.793   C75.517,322.534,77.902,323.333,79.276,323.122z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M86.808,323.122c0.621,1.362-2.654,1.882-2.378,0.396   C84.898,323.062,85.831,323.07,86.808,323.122z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M95.131,323.518c-0.204,1.382-2.589,0.581-3.963,0.793   C91.935,322.485,93.942,323.405,95.131,323.518z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M99.492,323.518c1.057,0,2.114,0,3.171,0c0.242,1.563-2.176,0.467-3.171,0.793   C99.492,324.046,99.492,323.783,99.492,323.518z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M281.431,325.897c0.176-0.354,0.348-0.709,0.793-0.793   c10.937,0.029,22.119-0.187,32.503,0.396c0.708-0.112,0.813,0.374,0.396,0.396c-10.416,0.449-23.374,0.13-33.296,0.792   C281.892,326.228,281.74,325.984,281.431,325.897z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M60.646,327.482c1.057,0,2.114,0,3.171,0c0.242,1.563-2.176,0.467-3.171,0.793   C60.646,328.01,60.646,327.747,60.646,327.482z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M68.574,327.878c-0.422,0.899-2.492,0.151-3.568,0.396   C64.822,326.762,68.103,327.524,68.574,327.878z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M74.52,327.878c-0.85,1.49-2.183,0.141-3.964,0.396   C70.69,326.984,73.808,327.365,74.52,327.878z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M76.501,327.482c12.781-0.089,22.171,0.184,29.729,0.396   c-7.924,1.828-20.788-0.138-28.936,0.793C77.037,328.268,76.383,328.261,76.501,327.482z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M300.854,327.482c0.487,0.173,0.813,0.508,0.792,1.189   c-6.654,5.765-11.59,13.249-18.233,19.026C288.24,339.972,295.473,334.654,300.854,327.482z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M284.206,327.878c1.05,1.076-0.843,2.573-1.981,2.774   C282.766,329.61,283.892,329.151,284.206,327.878z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M288.566,327.878c-1.878,2.35-3.273,5.184-6.342,6.342   C283.749,331.517,285.42,328.961,288.566,327.878z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M291.737,327.878c-2.494,3.848-5.58,7.104-9.117,9.909   C285.036,333.862,287.828,330.311,291.737,327.878z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M294.908,327.878c-3.351,5.105-7.887,9.025-11.892,13.477   c1.555-4.788,7.883-8.236,10.307-13.477C293.851,327.878,294.379,327.878,294.908,327.878z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M298.475,327.878c-4.77,5.933-9.869,11.535-15.459,16.648   C287.642,338.45,292.15,332.254,298.475,327.878z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M303.628,327.878c-5.038,7.779-13.16,15.908-20.216,22.99   C289.562,342.616,296.952,335.604,303.628,327.878z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M36.071,331.842c-4.055,13.843-10.141,29.312-15.062,43.998   c-2.264,6.755-2.882,14.888-8.72,17.441c6.557-20.793,13.881-40.82,20.612-61.439C33.957,331.842,35.014,331.842,36.071,331.842z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M18.233,342.941c2.801,2.484,2.975,7.596,3.964,11.892   C19.775,351.97,19.813,346.646,18.233,342.941z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M12.684,374.652c1.408,0.045,1.595,1.312,1.585,2.774   C12.872,377.371,13.141,375.648,12.684,374.652z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M260.819,376.237c1.134,0.056,0.726,1.653,0.793,2.774   C260.001,379.384,260.238,376.865,260.819,376.237z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M260.819,380.201c1.507-0.317,0.504,1.874,0.793,2.774   C260.478,382.92,260.887,381.322,260.819,380.201z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M261.215,384.958c1.189,0.049,1.271,2.249,0.793,2.774   C260.875,387.676,261.284,386.079,261.215,384.958z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M264.783,390.903c1.685,0.298,1.046,2.918,1.189,4.757   C263.872,395.778,265.122,392.546,264.783,390.903z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M265.179,396.056c1.134,0.056,0.725,1.653,0.793,2.774   C264.465,399.149,265.468,396.957,265.179,396.056z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M265.576,403.984c1.58-0.259,1.136,1.507,1.189,2.774   C265.414,406.789,265.591,405.29,265.576,403.984z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M271.521,405.172c0.396,0,0.793,0,1.189,0c-0.399,1.319,0.877,4.312-0.793,4.36   C272.113,407.752,271.716,406.563,271.521,405.172z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M268.747,409.136c1.708-0.069,1.368,3.397,0.793,4.36   C268.102,413.216,268.993,410.608,268.747,409.136z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M272.314,412.308c1.607-0.154,0.437,2.47,0.793,3.567   C271.644,415.081,271.983,413.384,272.314,412.308z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M269.143,414.686c1.15,0.082,1.815,3.118,0,2.774   C269.143,416.536,269.143,415.611,269.143,414.686z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M272.314,416.272c1.51,0.207,1.102,2.334,1.189,3.963   C271.804,420.216,272.447,417.857,272.314,416.272z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M269.54,419.443c1.105-0.275,1.677,1.972,0.793,2.378   C268.9,422.197,269.78,420.259,269.54,419.443z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M273.107,423.803c1.115,0.116,1.699,3.234,0,2.774   C273.107,425.653,273.107,424.728,273.107,423.803z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M269.936,424.595c1.222,0.017,1.417,2.104,0.793,2.775   C269.595,427.315,270.003,425.717,269.936,424.595z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M276.674,436.09c1.207,0.031,0.929,2.592,0.396,3.171   C276.406,438.688,275.91,436.903,276.674,436.09z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M276.674,440.451c0.396,0,0.793,0,1.189,0c0,0.661,0,1.321,0,1.982   C276.625,442.614,276.596,441.585,276.674,440.451z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M279.449,440.451c1.59,0.405,1.158,2.494,0.793,3.964   C278.861,444.21,279.661,441.825,279.449,440.451z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M277.071,444.018c1.62,2.765,1.102,6.58,1.585,11.099   C276.833,451.969,277.359,449.098,277.071,444.018z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M279.845,446.792c1.368-0.129,1.45,2.071,0.793,2.775   C279.504,449.512,279.914,447.915,279.845,446.792z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M280.242,449.964c1.513,0.204,0.521,2.914,1.189,3.964   C279.493,454.149,280.484,451.439,280.242,449.964z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M281.035,459.081c1.381,0.204,0.581,2.59,0.793,3.964   C279.962,463.381,280.548,459.857,281.035,459.081z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" d="M162.12,0.071c2.003,0.375,1.43,3.327,2.774,4.36   c3.65-0.373,9.454-1.626,13.081,0c5.252,2.354,9.229,16.07,11.495,21.801c9.206,23.274,17.663,51.148,23.783,75.312   c20.503-5.115,44.334-8.184,69.366-11.099c18.095-2.106,35.729-4.4,53.908-6.738c11.781-1.516,24.675-5,29.332,5.153   c3.208,6.992,1.764,17.803,2.379,26.161c1.859,25.282,3.176,50.008,5.152,73.727c7.085,0.352,13.992,0.31,23.387,0.793   c5.339,0.274,11.62,0.449,14.27,3.171c2.631,2.701,3.105,8.438,3.964,13.081c0.962,5.199,1.806,12.758,0.793,16.648   c-1.038,3.987-5.87,8.391-8.721,12.288c-2.835,3.875-6.794,7.691-9.909,11.099c-6.995,7.65-12.687,17.448-19.026,22.99   c0.96,15.523,2.469,40.43,3.964,58.664c0.744,9.074,3.663,22.838-4.36,24.576c-3.891,0.842-7.399-1.972-11.099-2.379   c-2.828-18.708-5.723-37.351-8.721-55.89c-4.638,2.497-6.213,8.057-11.495,9.909c-3.459,4.204-6.986,8.341-10.702,12.288   c0.082,4.574-2.688,8.896-5.549,10.306c-7.125,3.514-14.333-1.076-22.594,1.189c-3.012,0.826-9.981,10.182-12.288,12.685   c-4.163,4.518-7.241,8.569-11.892,13.08c2.851,36.344,5.553,71.263,7.531,107.816c-2.56,2.739-3.483,7.663-7.531,8.323   c-3.659,0.598-7.633-2.929-11.495-2.378c-1.832-9.94-3.236-23.008-5.549-34.485c-0.229-1.138,0.465-3.821-1.586-3.964   c0.379-8.231-1.28-16.767-2.774-24.972c-4.392-24.108-8.435-49.804-12.288-74.916c-47.766,1.07-107.795-0.2-159.742,1.981   c-17.379,0.73-33.947,0.797-51.926,1.189c-4.773,12.195-10.314,29.839-15.062,44.395c-1.626,4.986-3.092,10.811-5.153,14.27   c-1.09,1.83-5.342,5.928-7.531,6.343c-3.428,0.649-7.194-1.626-10.306-2.775c15.262-58.806,32.014-116.907,46.773-175.993   c2.104-8.423,5.351-16.725,6.739-24.972c1.209-7.188-1.26-13.423-2.775-21.008c-7.946-39.797-15.999-81.76-24.179-121.689   c2.627-4.334,11.238-6.155,17.837-3.964C75.386,30.006,107.926,15.111,145.869,5.62c1.832-0.821-0.958-2.829,0.792-3.964   C150.914-0.532,155.604,0.083,162.12,0.071z M151.418,1.656c-0.488,1.079,6.045,1.408,6.342-0.396   C155.705,1.451,152.841,0.833,151.418,1.656z M158.156,4.828c1.08,0.692,2.831-0.685,4.756-0.396   C163.305,0.693,158.815,3.675,158.156,4.828z M155.381,4.828c-1.333-0.659-5.404-0.659-6.738,0   C150.655,5.461,153.726,6.952,155.381,4.828z M170.444,5.62c-14.5,1.117-23.371,3.266-34.881,7.531   c-6.292,2.332-13.032,3.742-18.63,5.946C93.088,28.484,69.906,38.36,49.548,49.619c5.417,1.367,12.206-0.658,16.648,1.189   c-4.592,2.963-13.478,1.047-18.63-0.792c-1.557,2.057,0.637,5.175,0.792,7.928c3.492-0.312,7.42,0.631,11.099,0.792   c2.366,0.104,5.843-1.023,7.135,1.189c-5.791-0.05-11.072-0.824-17.441-1.189c10.175,38.977,22.08,76.223,32.899,114.554   c6.761,0.022,12.053-1.424,18.234-1.982c-0.357-4.531-1.962-7.816-3.171-11.495c-6.329-1.07-13.801-0.998-19.026-3.171   c6.693,0.178,12.083,1.658,18.63,1.982c-4.854-17.873-9.788-35.664-15.459-52.719c-2.312-0.463-5.478-0.072-6.738-1.585   c2.521-0.275,3.821,0.671,6.342,0.396c-4.444-17.753-11.171-33.224-15.062-51.53c5.134-7.902,15.365-10.362,24.179-14.27   c8.854-3.925,18.179-7.838,27.351-11.495c18.886-7.532,38.12-15.604,56.683-20.612c2.062-0.556,3.601,0.149,4.756,0   C177.136,4.296,173.005,5.423,170.444,5.62z M145.076,7.206c-18.547,4.766-36.056,11.352-51.926,17.837   c-11.543,4.717-22.123,9.89-32.503,15.062c-5.234,2.608-11.571,3.796-15.062,8.72c28.486-14.317,61.725-28.316,94.735-39.242   c2.334-0.772,5.901-0.821,5.153-2.378C145.34,7.206,145.208,7.206,145.076,7.206z M150.625,164.966   c16.593-8.397,33.114-21.179,51.133-28.143c9.495-3.67,14.751-5.093,13.477-17.837c-1.36-13.609-6.013-25.152-9.116-37.656   c-6.411-25.825-16.793-51.347-26.162-72.934c-0.022-0.242-0.059-0.469-0.396-0.396c-0.022-0.242-0.06-0.469-0.396-0.396   c-0.084,0.445-0.44,0.617-0.793,0.793c-5.612-0.145-10.833,2.47-16.648,4.36c-14.613,4.75-28.159,11.062-41.224,15.855   c-9.289,3.407-18.802,6.694-27.35,10.702c-8.782,4.118-18.116,7.213-24.972,13.477c-0.217,2.991,0.498,5.051,1.189,7.135   c11.268-6.124,23.579-14.543,35.674-19.422c1.438-0.58,4.175-1.837,5.549-0.793c-14.75,6.126-28.567,13.185-40.827,21.801   c3.52,13.92,8.936,25.945,12.288,40.034c12.531-7.553,26.188-16.093,41.224-19.819c-14.365,6.247-28.789,12.435-40.828,21.008   c7.322,22.143,13.546,45.383,20.215,68.178c11.564,0.323,16.32-4.721,23.783-8.721c7.976-4.275,13.562-8.973,21.404-11.099   c-10.321,5.798-20.52,11.719-30.521,17.837c15.75,0.952,20.192-11.518,32.503-12.684c-7.075,2.966-13.314,6.769-19.026,11.099   c3.641-0.19,6.816-0.847,10.306-1.189c2.115-2.512,6.347-5.013,9.513-5.153c-2.242,2.382-6.506,2.743-8.72,5.153   C145.2,165.677,147.965,165.143,150.625,164.966z M30.918,48.826c4.027,0.609,9.09,1.084,10.702-1.585   C37.543,47.26,33.004,46.816,30.918,48.826z M40.431,50.808c11.679,42.493,23.945,84.399,36.467,126.049   c1.609-0.373,2.123-1.841,3.567-2.378c-9.752-36.893-21.552-74.113-31.71-109.798c-1.459-5.126-2.057-10.71-4.756-15.459   C42.528,49.47,41.677,50.336,40.431,50.808z M28.54,52.393c0.15,3.062,2.171,5.973,3.171,9.513   c11.973,42.387,24.195,83.744,35.674,124.464c1.798,6.376,3.42,12.792,6.342,18.63c0.822-6.619-2.296-12.786-3.964-19.026   C57.768,141.091,42.656,95.98,31.314,51.997c15.605,48.475,28.501,99.663,43.999,148.247c1.227-6.361-2.292-12.329-3.964-18.233   c-12.359-43.668-25.608-87.3-37.26-130.013c15.313,46.654,27.42,96.516,42.809,143.094c-0.038-6.191-2.538-12.054-4.36-17.837   C59.29,135.216,48.952,92.7,36.071,51.204c-2.114,0-4.228,0-6.342,0C29.158,51.426,28.761,51.822,28.54,52.393z M78.087,191.523   c-5.308-24.015-13.47-46.87-19.819-70.159c-6.37-23.362-13.34-46.491-20.215-69.763c-0.507-0.022-0.549-0.508-1.189-0.396   C50.922,97.658,63.646,145.452,78.087,191.523z M36.863,96.392c5.086,8.364,7.112,20.619,10.306,31.314   c8.293,27.773,15.9,56.16,24.576,82.448c1.842-2.918,0.072-5.909-0.793-8.721c-14.13-45.924-26.473-93.101-40.034-138.733   c-0.088-0.309-0.332-0.461-0.793-0.396C32.582,73.455,35.17,84.476,36.863,96.392z M360.708,84.896   c-1.992-1.398-6.461-1.892-9.117-1.585c-31.597,3.646-70.113,8.609-105.041,13.477c-7.641,1.065-19.349,2.484-25.765,4.36   c-2.563,0.75-10.016,1.548-6.342,5.55c36.931-4.657,81.699-13.014,120.104-19.026c9.882-1.547,21.604-4.484,26.161,2.378   c1.216,1.831,1.576,6.193,3.171,7.928C367.501,94.65,363.894,87.133,360.708,84.896z M357.537,89.257   c-5.194-3.915-13.748,0.977-19.819-0.793c0.835,2.083-1.994,1.102-2.379,1.189c-1.359,0.308-2.789,0.601-3.964,0.792   c-35.982,5.876-73.119,12.17-108.608,17.837c-2.475,0.395-5.776-0.438-7.531,1.982c30.865-4.983,62.931-10.049,93.546-15.062   c4.298-0.704,8.462-2.55,12.685-1.586c-35.674,6.539-71.821,11.119-106.23,18.234c33.276-3.324,67.483-11.264,100.285-15.062   c-28.118,5.289-58.978,9.992-87.601,14.666c-4.017,0.656-8.459,0.426-11.892,2.775c32.932-3.668,66.933-11.815,99.889-15.459   c-30.497,5.459-63.354,11.094-93.942,15.855c-1.615,0.251-4.554,0.025-5.55,1.982c36.259-4.946,76.867-12.221,114.95-18.63   c8.999-1.514,20.146-5.6,21.405,3.171c2.458-0.713,5.448-0.894,8.324-1.189C360.456,95.094,360.3,91.34,357.537,89.257z    M346.042,97.185c-41.018,7.511-87.446,13.76-129.221,21.008c-0.137,2.321,0.097,7.516,0,11.099   c-5.266,7.947-17.332,9.093-25.369,14.27c-1.015,6.12-3.892,10.377-4.756,16.648c15.811-1.978,37.103-4.923,54.7-7.135   c6.341-0.797,13.455-2.533,18.63-1.585c14.55,2.664,10.029,22.799,12.288,38.053c23.909-0.92,49.111-0.719,72.935,0   c0.892-11.304,2.015-24.303,2.774-37.656c0.766-13.466,2.073-27.218,1.586-39.242C351.778,107.499,352.404,96.019,346.042,97.185z    M368.635,145.146c-0.925-15.529-1.811-31.161-2.775-46.376c-0.264,0-0.528,0-0.792,0c-0.788,0.005-0.505,1.082-1.586,0.792   c1.327,27.28,2.918,53.284,4.757,79.276c0.234,3.322-1.071,10.142,2.774,10.306C371.708,176.118,369.516,159.952,368.635,145.146z    M43.602,129.292c3.58,6.346,5.054,13.812,7.135,21.008c4.215,14.579,8.602,29.26,12.684,43.602   c2.06,7.234,3.402,14.849,6.739,21.405c1.128-4.853-1.091-9.781-2.378-14.27c-9.646-33.622-20.105-67.471-29.332-101.077   c-0.084-0.445-0.44-0.617-0.793-0.792C39.42,109.426,42.042,118.827,43.602,129.292z M361.104,101.544   c-0.022-0.242-0.06-0.469-0.396-0.396c-2.324,0.715-4.959,1.12-7.928,1.189c-2.14,26.149-3.825,57.324-5.55,81.258   c-0.11,1.538-1.635,5.91,1.586,5.946c2.334-3.021-0.74-7.088,0.793-10.306c2.52,2.207-1.484,10.848,2.774,10.306   c0.714-6.002-1.405-14.711-0.396-21.008c0.53,2.973,1.021,6.871,1.189,10.702c0.175,3.976-0.754,8.436,1.585,10.702   c1.838-11.237-1.924-25.809-0.793-37.656c1.282,9.363,1.698,22.333,2.379,31.71c0.132,1.818-0.798,5.056,1.585,5.55   c1.895-0.907,0.507-5.54,0.396-7.531c-0.536-9.677-1.454-20.828-1.188-30.521c0.985,8.987,1.842,20.834,2.378,30.521   c0.117,2.122-1.194,6.748,1.981,7.135c0.455-16.31-3.483-35.71-1.981-51.133c0.656,15.15,2.27,32.872,3.171,45.584   c0.127,1.785-1.045,4.828,1.189,5.946c0.05-23.414-2.981-43.7-3.171-65.8c1.598,18.431,3.523,39.632,4.36,58.665   c0.082,1.873-0.96,5.839,1.188,6.739C365.563,160.725,362.736,128.667,361.104,101.544z M51.53,168.533   c7.197,15.925,10.206,36.039,16.648,52.719c1.144-7.346-2.016-14.639-3.964-21.405c-6.109-21.214-12.936-42.067-18.233-63.817   c-0.524-0.005-0.362-0.695-0.793-0.793C46.523,145.535,50.065,157.044,51.53,168.533z M181.939,161.002   c0.931-0.126,1.488-0.626,2.775-0.396c1.185-5.555,4.617-10.973,4.756-16.251C184.171,146.862,183.193,155.765,181.939,161.002z    M181.939,150.696c1.106,0.275,1.677-1.972,0.793-2.378C182.06,148.702,181.713,149.413,181.939,150.696z M178.768,151.092   c1.239,1.139,0.962,3.794,1.982,5.153c1.158-1.974,1.632-5.281-0.396-6.738C179.995,150.205,178.895,150.162,178.768,151.092z    M179.561,161.002c1.569-3.632-0.646-5.931-1.189-9.513C174.531,152.206,178.156,159.295,179.561,161.002z M173.615,153.074   c0.799,2.768,1.637,5.498,2.378,8.324c0.66,0,1.321,0,1.981,0C176.368,158.845,177.191,152.416,173.615,153.074z M252.891,153.074   c-27.422,2.423-57.28,7.633-88.393,11.495c-23.029,2.858-45.417,5.454-66.989,8.324c-5.004,0.666-12.559,0.939-15.855,2.378   c-0.66,0.288-2.877,1.36-2.378,2.775c9.837-1.789,17.939,3.287,27.747,2.378c11.786-1.091,24.681-4.135,37.656-6.342   c29.886-5.084,62.718-10.124,91.564-15.459c14.331-2.65,29.592-6.202,28.539,10.702c1.974-0.141,2.273-1.955,3.964-2.378   C269.288,156.85,262.57,152.219,252.891,153.074z M170.84,154.66c0.628,2.411,1.747,4.332,1.982,7.135c0.793,0,1.585,0,2.378,0   c-0.954-2.614-1.132-6.002-2.775-7.928C172.165,154.399,171.579,154.605,170.84,154.66z M168.462,156.245   c0.271,2.24,1.259,3.762,1.585,5.946c0.661,0,1.321,0,1.982,0C171.224,159.882,171.337,154.045,168.462,156.245z M165.291,158.624   c1.104,0.746,0.904,2.796,1.585,3.964c0.793,0,1.586,0,2.378,0C168.614,160.093,167.732,154.826,165.291,158.624z M250.91,158.624   c-22.034,4.434-46.983,7.985-73.331,12.288c-17.709,2.892-37.409,6.14-55.097,9.117c-6.647,1.119-13.567,2.969-19.026,2.774   c-9.09-0.324-17.223-5.208-26.161-2.378c0.363,3.601,1.981,5.947,2.378,9.513c10.242-1.491,17.653,3.322,27.35,2.775   c10.94-0.617,23.204-4.063,35.278-6.342c30.214-5.702,59.056-9.957,89.186-15.458c9.232-1.686,19.219-5.646,22.99,0.792   c2.456-0.761,6.858-0.629,8.324-1.189C263.134,161.695,258.389,157.119,250.91,158.624z M154.985,164.173   c2.944,0.17,4.905-0.644,7.531-0.792c-0.199-1.653,1.158-1.749,0.792-3.568C160.181,160.913,157.625,162.584,154.985,164.173z    M164.102,162.984c0.528,0,1.057,0,1.585,0c0.578-0.625-0.12-2.21-0.793-2.775C164.456,160.959,164.389,162.082,164.102,162.984z    M265.179,170.912c6.192,95.643,13.367,199.655,20.216,294.907c5.459-3.282,4.002-10.266,3.567-15.854   c-1.449-18.622-2.642-37.422-3.964-55.891c-5.37-74.966-10.482-151.662-15.459-225.541c-0.265,0-0.528,0-0.793,0   C267.581,169.349,266.576,170.326,265.179,170.912z M252.891,176.064c-0.288-10.499-12.889-5.268-22.197-3.567   c-15.684,2.864-37.11,6.321-51.529,8.72c-2.138,7.508-5.874,15.53-6.739,22.99c17.866-15.687,50.303-13.753,79.277-14.666   C251.877,185.264,253,180.032,252.891,176.064z M254.081,173.29c-0.475,19.74-2.991,40.759-3.964,62.628   c-1.188,26.716-7.744,59.098,0,84.43c-0.342-12.638-2.863-27.497-1.981-37.656c2.906,21.17,1.853,42.302,5.152,61.043   c7.137,40.525,13.584,81.883,19.819,121.688c3.103,0.994,6.836,1.356,9.909,2.379c-6.202-99.075-13.103-197.241-20.215-295.701   c-0.265,0-0.528,0-0.793,0C259.785,172.916,256.304,172.475,254.081,173.29z M65.403,226.405c3.381-2.959,0.583-8.25-0.396-11.892   c-3.426-12.745-7.943-26.507-11.495-38.449C54.989,194.916,61.355,209.21,65.403,226.405z M169.651,205.396   c3.834-6.168,4.589-16.192,7.531-23.386c-0.516-0.871-2.143,0.468-3.171,0.396c-2.161,9.07-5.457,17.005-7.928,25.765   C167.769,208.054,168.884,206.631,169.651,205.396z M170.048,188.749c1.345-1.39,0.605-3.93,0-5.549c-0.529,0-1.057,0-1.585,0   C168.282,184.323,169.212,187.36,170.048,188.749z M164.895,183.992c1.585,3.04,1.625,7.624,3.568,10.306   c1.943-3.559-0.194-6.97-1.189-10.702C166.061,183.308,166.107,184.279,164.895,183.992z M162.12,184.388   c1.186,5.289,2.787,10.162,4.36,15.062c2.534-4.618-1.424-10.99-2.775-15.459C163.632,184.579,162.748,184.355,162.12,184.388z    M164.895,204.208c1.697-6.555-2.384-13.925-4.36-19.423c-0.396,0-0.793,0-1.189,0   C160.812,191.642,162.875,197.903,164.895,204.208z M163.309,209.36c2.144-7.376-3.877-15.601-4.756-23.783   c-0.507-0.022-0.549-0.508-1.189-0.396C156.531,193.026,161.097,201.956,163.309,209.36z M95.924,258.116   c11.224-10.812,22.549-17.301,35.278-26.162c4.289-2.984,11.737-7.182,13.874-10.702c2.525-4.162,3.298-10.977,5.153-17.441   c1.833-6.39,5.039-14.063,4.757-18.233c-7.64,1.994-16.291,2.928-24.576,4.36c-7.491,1.295-14.862,3.758-22.197,4.36   c-7.625,0.626-14.516-2.541-22.198-2.775c-11.482,31.458-22.04,63.844-32.899,95.925c8.441-0.188,19.092,0.682,28.936,0.396   c2.171-2.321,5.524-3.461,7.531-5.946C86.703,269.598,90.092,263.734,95.924,258.116z M154.589,194.298   c3.505,4.554,3.451,12.668,6.342,17.837c2.821-2.451-0.502-6.934-1.586-10.703c-1.186-4.126-1.613-8.928-3.567-11.891   C155.281,191.026,155.405,193.133,154.589,194.298z M356.744,291.808c3.026-3.488,6.449-6.578,8.72-9.514   c11.036-14.267,20.821-26.513,32.504-39.638c2.438-2.74,5.504-6.117,8.324-9.91c2.739-3.685,7.023-7.458,7.927-10.306   c1.434-4.516-0.649-19.792-1.981-24.179c-2.402-7.911-13.228-7.274-21.801-7.135c-39.544,0.642-81.275-1.666-117.726,0   c-0.16,4.546,0.426,9.507,0.793,15.062c5.31,0.183,7.349-0.777,11.892,0.396c-2.96,1.401-9.593-0.872-11.892,1.189   c8.989,1.449,21.795-0.919,30.125,1.189c-9.909,0-19.819,0-29.729,0c0.129,11.94,1.609,23.583,1.981,34.089   c1.465,0.253,3.949-0.514,4.757,0.396c-2.398,0.572-5.886,0.108-4.757,3.172c15.522,1.225,40.833-0.442,55.098,0.792   c-17.442,0.924-36.599,0.134-54.701,0.396c0.688,6.184,0.95,12.792,1.189,19.423c14.764,1.703,33.519,0.396,46.772,0.396   c5.607,0,11.604,0.354,15.062-0.793c3.575-1.186,4.931-4.558,7.135-7.531c1.712-2.308,4.792-4.171,4.36-6.342   c-7.934-0.522-17.96,1.048-24.575-0.793c8.594-0.522,19.283,1.05,26.558-0.793c-11.82-0.389-32.696,0.613-47.566-0.396   c11.571-0.72,25.702-0.396,37.656-0.396c4.107,0,8.753,0.955,11.892-1.189c-20.739-0.261-44.874,0.523-63.421-0.396   c19.003-0.584,43.118-0.706,64.214,0c8.216-10.943,18.455-19.862,26.558-30.918c-11.49-0.512-24.927,1.036-34.882-0.792   c10.33,0.007,19.91-0.043,28.54-0.396c2.839-0.116,7.165,1.362,8.72-1.189c-23.494-0.035-30.117,0.874-55.89,0   c17.618-1.031,32.224-0.592,57.079-0.793c3.297-3.558,7.146-7.466,11.099-11.099c3.485-3.204,7.139-9.401,12.685-7.928   c-4.99,2.355-7.806,6.088-11.892,9.91c-11.671,10.916-21.589,23.011-31.711,34.881c-5.1,5.981-10.605,10.83-15.459,17.045   c-2.532,3.242-4.392,7.143-7.135,9.116c-5.367,3.862-16.921,2.778-24.972,3.171c-13.021,0.636-26.403,0.189-40.431,0   c0.018,4.004,0.864,9.924,1.188,14.666c0.182,2.654-0.923,6.723,2.775,5.946c0.951-0.979-1.428-4.094,0-5.55   c1.551,0.695,0.364,4.129,1.188,5.55c3.039,0,6.078,0,9.117,0c-0.064-2.224-2.098-6.856,0.396-7.928   c-0.078,3.39,0.548,4.122,0.396,7.928c15.973,0.656,21.957-0.525,38.845,1.189c1.755,2.87,1.356,7.893,2.775,11.099   C347.936,304.782,350.97,298.461,356.744,291.808z M79.276,195.091c-12.298,31.402-20.834,65.284-32.503,95.924   c2.058-0.585,2.833-2.453,4.757-3.171c9.308-28.031,19.049-57.198,28.539-84.826c1.262-3.671,3.471-7.531,3.171-11.495   C80.333,190.436,79.965,193.332,79.276,195.091z M183.128,199.451c11.899,0.521,25.886-1.046,36.467,0.793   c-10.649,0.086-25.178-0.03-38.449,0c-15.484,11.074-32.597,20.518-47.566,32.106c9.073,0.091,14.256,0,22.197,0.793   c-7.399,0.925-16.515,0.133-24.576,0.396c-9.193,6.499-21.709,14.374-30.521,22.594c-3.032,2.828-7.61,5.917-9.117,8.721   c-3.372,6.273-0.147,15.341,0.793,23.387c28.864-0.099,57.46,0.784,84.826,0.792c0.884-0.783-1.517-3.736,0-5.152   c0.42,1.444,1.557,3.788,0.792,5.152c2.257-0.274,3.292,0.672,5.55,0.396c0.222-1.601-1.792-3.633,0-4.36   c0.643,1.075,0.51,2.925,0.792,4.36c3.086-0.127,2.973-0.383,5.549,0c1.023-0.923-1.285-5.284,0.396-5.549   c0.616,1.498,0.773,3.454,0.793,5.549c22.202,0.022,32.812,0.135,53.512,0.396c0.799-6.468,1-13.534,1.585-20.216   c-29.059-0.982-59.097,0.211-90.771,0c1.04,6.233,2.577,12.137,2.775,18.234c-1.735-5.532-2.955-11.58-3.567-18.234   c-21.429-0.282-37.347-1.02-57.872-2.378c-1.365,0.014-3.572,1.854-3.964,0.396c2.551-3.955,6.771-1.785,10.306-1.586   c52.758,2.987,97.703,0.358,143.49,1.189c-0.117-8.057,1.442-16.511,1.189-23.387c-7.044-0.204-12.186,1.023-16.648-0.396   c4.652-1.425,13.053,0.897,17.045-1.188c-15.347-1.438-34.447,0.905-48.755-1.189c16.251,0,32.503,0,48.755,0   c1.036-11.201,1.446-20.607,2.378-31.71c-1.175-0.692-5.718,1.063-6.738-0.793c2.552-1.301,5.885,0.925,6.738-0.792   c-5.041-2.358-15.571,0.773-20.612-1.585c3.255,0,7.389,0,11.099,0c3.728,0,7.904,0.964,9.91-1.189   c-13.688-0.683-29.341,0.977-42.413-0.792c13.648-0.089,28.581-0.301,42.017,0c0.793-3.832,0.861-8.388,1.189-12.685   C231.625,191.783,199.572,190.188,183.128,199.451z M37.26,259.701c3.417,8.078,5.412,17.578,7.928,26.558   c3.779-4.348-0.181-11.388-1.982-17.44c-1.456-4.896-2.977-9.505-3.171-13.478c3.42,7.547,4.576,17.357,7.928,24.973   c2.381-10.302-5.53-21.672-6.342-31.314c4.081,7.15,4.824,17.638,8.324,25.368c2.424-11.051-5.617-21.116-6.738-32.503   c4.17,7.457,5.123,18.132,8.72,26.161c2.378-4.351-1.356-11.532-3.171-17.44c-1.685-5.488-3.097-10.671-3.567-15.062   c3.749,8.274,5.116,18.931,8.72,27.35c0.323-1.791,1.146-3.081,1.586-4.756c-1.622-4.777-3.24-10.183-4.757-15.459   c-1.502-5.227-3.93-10.513-3.567-15.063c3.28,9.272,5.319,19.786,9.117,28.54c2.072-4.092,0.028-6.951-1.189-11.495   c-2.204-8.23-4.994-16.226-6.342-22.99c3.917,8.503,6.118,18.723,8.72,28.54c2.869-2.059,1.098-6.173,0.396-8.721   c-2.442-8.868-6.208-18.536-7.135-26.954c3.248,9.701,6.061,19.836,8.72,30.125c3.079-3.471,0.419-7.7-0.792-12.288   c-2.226-8.427-5.501-17.395-6.739-24.575c4.231,9.378,6.349,20.87,9.513,31.314c3.148-3.628,1.103-7.605-0.396-12.685   c-2.42-8.196-6.137-17.625-7.135-24.972c3.918,9.691,6.636,20.583,9.513,31.314c3.893-5.707-0.853-12.958-3.171-21.008   c-2.013-6.989-3.75-14.626-5.549-18.234C48.895,215.579,43.124,237.686,37.26,259.701z M147.454,220.459   c0.36-0.696,1.389-0.725,1.982-1.189c0.148-1.104-1.51-2.412-0.396-3.171c1.243,0.079,0.049,2.593,1.585,2.378   c3.097-0.99-1.229-4.807,0.396-6.738c0.892,1.354,1.269,3.224,1.585,5.153c4.023-2.089-1.95-8.115-0.396-11.495   c1.635,2.857,1.378,7.606,3.567,9.91c3.024-3.965-3.03-10.507-1.982-15.062c1.982,3.964,2.629,9.262,4.36,13.477   c2.474-1.824,0.521-5.683-0.396-8.721c-0.971-3.214-2.362-6.548-2.774-9.513c-0.088-0.309-0.332-0.46-0.793-0.396   C152.329,203.666,148.43,212.317,147.454,220.459z M31.314,282.294c-9.718,37.188-19.712,74.099-29.332,111.384   c2.779,0.127,4.711,1.102,7.135,1.585c1.567-9.144,8.965-17.259,5.549-26.558c1.609,0.24,1.333,2.366,1.982,3.567   c3.354-3.516-1.109-7.996-0.792-11.495c2.203,0.704,1.089,4.725,2.774,5.946c3.411-4.276-1.407-9.658-1.189-13.874   c2.049,1.387,1.715,5.156,2.774,7.531c1.754-3.233,4.088-6.894,3.964-11.099c-0.155-5.244-4.845-10.589-3.567-14.666   c1.918,3.764,2.766,8.597,3.964,13.081c4.26-5.353-3.127-13.03-1.982-19.026c2.053,3.893,2.185,9.706,4.36,13.477   c5.066-7.777,1.098-15.428-0.793-24.179c2.812,3.002,2.195,9.432,4.757,12.684c2.935-6.217-3.391-13.505-2.775-19.818   c1.809,4.269,3.078,9.077,3.964,14.27c2.729-2.688,2.789-8.046,4.756-11.495c-2.26-7.518-5.385-16.283-6.342-23.783   c2.973,6.54,4.175,14.852,6.738,21.801c2.089-5.574,3.644-11.683,5.946-17.044c-2.383-8.32-6.06-17.458-7.135-25.765   c3.067,7.106,4.836,15.512,7.135,23.386c1.767-0.214,0.99-2.974,1.982-3.963c-3.352-8.541-4.926-18.857-8.324-27.351   c-1.909,6.811-3.418,14.022-5.549,20.611c3.837,6.073,6.033,15.899,7.135,23.387C35.533,297.895,34.29,289.229,31.314,282.294z    M374.184,273.574c1.393,24.578,3.274,50.091,4.757,75.312c3.523-0.93,2.507-4.737,2.378-7.531   c-1.106-24.031-3.588-45.811-4.36-69.366c-0.022-0.242-0.059-0.47-0.396-0.396c-0.021-0.242-0.059-0.47-0.396-0.396   C375.492,271.974,375.241,273.177,374.184,273.574z M370.22,277.934c1.812,21.637,2.553,44.734,4.36,65.007   c0.229,2.576-0.482,6.333,1.981,7.531c-0.84-24.466-2.503-47.629-4.756-73.331C371.219,277.348,370.807,277.728,370.22,277.934z    M368.239,281.105c0.688,18.898,2.632,41.112,3.964,60.646c0.205,3.013-0.624,7.211,1.585,7.928   c-0.798-21.826-2.465-47.105-4.757-69.763C368.839,280.384,368.609,280.815,368.239,281.105z M365.86,284.672   c-0.918,4.119,0.524,10.973,0.793,16.648c0.705,14.927,1.297,28.892,2.378,41.224c0.181,2.049-0.194,5.929,2.379,6.738   c-0.995-20.674-2.641-44.132-4.36-65.402c-0.087-0.31-0.332-0.461-0.793-0.396C366.235,283.991,365.749,284.033,365.86,284.672z    M84.429,287.844c1.254,0.133,5.187,0.066,6.342,0c-0.518-0.936-0.167-2.739-0.793-3.567   C87.633,284.97,85.828,286.203,84.429,287.844z M363.085,288.241c1.206,17.5,0.898,43.005,5.55,60.25   c-1.741-20.688-2.017-42.002-4.757-61.836C363.874,287.443,362.796,287.159,363.085,288.241z M66.196,289.033   c-8.949-0.275-15.539-1.496-18.233,3.964c68.989,0.403,133.892,3.265,196.209,1.982c0-1.189,0-2.379,0-3.567   C182.583,289.829,119.541,290.677,66.196,289.033z M363.878,321.14c-0.802-10.693-0.505-22.485-2.774-31.711   C359.56,299.625,362.055,311.141,363.878,321.14z M280.242,291.808c-1.351,0.286-0.892,3.873-0.396,4.756   c16.503-0.422,30.63,1.146,46.377,0c0.718-1.384,3.414-2.498,2.774-3.964C315.137,291.787,296.936,292.736,280.242,291.808z    M32.503,330.256c27.104-0.495,53.661-0.181,78.483-1.585c-1.206-0.38-4.02,0.849-3.964-0.793c4.11,0.25,9.522-0.802,11.892,1.189   c40.979-1.689,87.838-0.626,130.013-2.775c-50.867-1.421-98.234-0.445-143.886-2.378c50.543-1.116,94.945,2.289,143.886,0.396   c0.052-3.895-4.121-2.751-6.342-2.774c-46.1-0.483-86.624-0.608-130.409-1.982c42.106-0.883,86.685,1.189,128.031,1.189   c2.744,0,6.997,0.973,7.928-1.189c-1.408-2.874-5.875-1.878-8.721-1.981c-31.328-1.142-61.583-0.392-89.186-1.189   c-5.341-0.154-8.549,1.003-12.684-0.793c33.025-0.173,67.491,1.385,103.852,1.189c4.072-0.021,5.954,0.565,5.946-1.586   c-0.01-2.426-5.724-1.585-7.531-1.585c-9.76,0-18.634,0-27.351,0c-28.317,0-67.179-0.562-95.131-1.982   c37.62-0.143,85.489,1.189,122.085,1.189c2.262,0,5.64,1.021,7.531-1.189c-1.609-2.181-4.725-1.144-6.738-1.188   c-7.84-0.177-12.533-0.217-19.423-0.396c-29.244-0.763-62.718,0.065-90.375-1.982c40.952,0.883,70.528,0.59,109.798,1.189   c1.976,0.03,4.826,0.937,6.342-0.793c-2.215-2.159-5.723-1.189-8.324-1.189c-45.113,0-91.872-1.366-135.562-2.774   c50.154-0.062,92.676,1.792,139.526,1.586c0.785-0.004,3.327,1.083,3.567-0.793c-0.212-2.168-3.014-1.145-3.964-1.189   c-11.729-0.555-21.145-0.323-33.692-0.792c-34.431-1.289-78.129,0.699-117.725-1.982c45.533,0.494,97.391,0.583,147.454,1.586   c1.396,0.027,7.635,1.186,7.531-0.793c-0.108-2.096-7.217-1.548-8.72-1.586c-3.219-0.081-5.323,0.031-7.928,0   c-48.402-0.567-100.321-0.246-146.662-2.378c51.391-0.529,108.602,2.906,162.913,0.793c-7.505-1.278-15.386-1.041-23.386-1.189   c-61.438-1.142-113.858-1.47-176.787-2.774C40.188,306.23,36.855,318.753,32.503,330.256z M330.186,323.518   c7.494-4.663,1.833-20.056,1.188-28.539C323.539,299.405,331.328,315.659,330.186,323.518z M316.708,299.339   c-10.489-0.292-26.682-0.347-36.07-0.793c-0.397-0.002-0.472,0.321-0.793,0.396c0,0.396,0,0.793,0,1.188   c15.153,0.628,29.581,0.732,45.98,0.793C323.857,297.976,319.611,299.419,316.708,299.339z M321.465,301.717   c-16.817-0.838-26.729,0.352-40.827-0.396c-0.444,0.084-0.617,0.44-0.793,0.793c0.309,0.087,0.461,0.332,0.396,0.793   c10.81,1.136,23.039,1.188,34.089,1.188c4.208,0,9.635,0.961,11.892-1.188C325.49,300.87,322.898,301.789,321.465,301.717z    M280.242,304.888c0,0.396,0,0.793,0,1.189c11.772,0.698,28.061,1.594,40.827,1.188c1.415-0.044,5.162,1.194,5.153-1.585   C313.011,304.275,291.955,304.721,280.242,304.888z M334.546,308.456c1.896-0.746,3.018-2.268,3.964-3.964   C336.24,304.864,335.616,306.882,334.546,308.456z M334.943,311.23c1.676-1.803,6.403-4.635,5.152-6.738   C338.79,307.15,336.199,308.523,334.943,311.23z M335.338,314.005c1.622-0.642,3.007-2.706,4.36-4.36   c1.215-1.486,3.723-3.577,2.775-4.757C340.439,308.271,337.151,310.4,335.338,314.005z M316.312,308.059   c-14.237,0-23.292-0.226-35.277-0.396c-0.309,0.088-0.461,0.332-0.396,0.793c0,0.396,0,0.793,0,1.189   c12.432,0.33,27.856,1.17,40.827,0.793c1.353-0.04,4.602,1.016,5.153-1.189C324.498,307.133,319.969,308.059,316.312,308.059z    M317.105,311.23c-13.029,0-25.512-0.033-35.674-0.396c-0.398-0.002-0.472,0.32-0.793,0.396c0,0.396,0,0.793,0,1.189   c12.034,1.985,34.822,1.371,46.773,0.793C325.892,309.812,320.555,311.23,317.105,311.23z M281.035,314.402   c0,0.792,0,1.585,0,2.378c16.052,0.242,29.699,1.865,46.772,0c-0.587-0.073-0.363-0.958-0.396-1.586   C312.228,314.456,298.027,314.439,281.035,314.402z M323.448,318.366c-15.397-1.289-30.711,0.92-42.413-0.396   c-0.281,1.47,0.677,1.701,0.396,3.171c14.562-0.527,27.63,0.827,41.224,0.396c1.512-0.048,4.531,1.036,5.152-1.189   C328.354,317.36,324.563,318.458,323.448,318.366z M323.448,322.329c-15.503-0.679-28.286,0.282-41.62-0.396   c-0.31,0.087-0.461,0.332-0.396,0.792c0,0.265,0,0.529,0,0.793c10.57,1.017,30.295,1.17,41.224,1.189   c1.542,0.003,4.833,1.002,5.549-1.189C327.558,321.395,324.762,322.386,323.448,322.329z M281.828,326.689   c9.922-0.662,22.88-0.343,33.296-0.792c0.417-0.022,0.312-0.509-0.396-0.396c-10.384-0.583-21.566-0.367-32.503-0.396   c-0.445,0.084-0.617,0.439-0.793,0.793C281.74,325.984,281.892,326.228,281.828,326.689z M283.413,347.698   c6.644-5.777,11.579-13.262,18.233-19.026c0.021-0.682-0.305-1.017-0.792-1.189C295.473,334.654,288.24,339.972,283.413,347.698z    M282.224,330.653c1.139-0.201,3.031-1.698,1.981-2.774C283.892,329.151,282.766,329.61,282.224,330.653z M282.224,334.22   c3.068-1.158,4.464-3.992,6.342-6.342C285.42,328.961,283.749,331.517,282.224,334.22z M282.62,337.788   c3.537-2.805,6.623-6.062,9.117-9.909C287.828,330.311,285.036,333.862,282.62,337.788z M293.323,327.878   c-2.424,5.24-8.752,8.688-10.307,13.477c4.005-4.451,8.541-8.371,11.892-13.477C294.379,327.878,293.851,327.878,293.323,327.878z    M283.016,344.527c5.59-5.113,10.689-10.716,15.459-16.648C292.15,332.254,287.642,338.45,283.016,344.527z M283.413,350.869   c7.056-7.082,15.178-15.211,20.216-22.99C296.952,335.604,289.562,342.616,283.413,350.869z M32.9,331.842   c-6.731,20.619-14.055,40.646-20.612,61.439c5.838-2.554,6.457-10.687,8.72-17.441c4.921-14.686,11.007-30.155,15.062-43.998   C35.014,331.842,33.957,331.842,32.9,331.842z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M44.791,294.979c62.928,1.305,115.348,1.633,176.787,2.774   c8,0.148,15.881-0.089,23.386,1.189c-54.311,2.113-111.522-1.322-162.913-0.793c46.341,2.132,98.26,1.811,146.662,2.378   c2.604,0.031,4.709-0.081,7.928,0c1.503,0.038,8.611-0.51,8.72,1.586c0.104,1.979-6.136,0.82-7.531,0.793   c-50.062-1.003-101.92-1.092-147.454-1.586c39.596,2.682,83.294,0.693,117.725,1.982c12.548,0.469,21.963,0.237,33.692,0.792   c0.95,0.045,3.752-0.979,3.964,1.189c-0.24,1.876-2.782,0.789-3.567,0.793c-46.851,0.206-89.373-1.647-139.526-1.586   c43.691,1.408,90.449,2.774,135.562,2.774c2.602,0,6.109-0.97,8.324,1.189c-1.516,1.729-4.366,0.823-6.342,0.793   c-39.27-0.6-68.846-0.307-109.798-1.189c27.657,2.048,61.131,1.22,90.375,1.982c6.89,0.18,11.583,0.22,19.423,0.396   c2.014,0.045,5.129-0.992,6.738,1.188c-1.892,2.211-5.27,1.189-7.531,1.189c-36.597,0-84.465-1.332-122.085-1.189   c27.953,1.42,66.814,1.982,95.131,1.982c8.717,0,17.591,0,27.351,0c1.808,0,7.521-0.841,7.531,1.585   c0.008,2.151-1.874,1.564-5.946,1.586c-36.361,0.195-70.827-1.362-103.852-1.189c4.135,1.796,7.343,0.639,12.684,0.793   c27.604,0.798,57.858,0.048,89.186,1.189c2.846,0.104,7.312-0.893,8.721,1.981c-0.931,2.162-5.184,1.189-7.928,1.189   c-41.347,0-85.925-2.072-128.031-1.189c43.786,1.374,84.31,1.499,130.409,1.982c2.221,0.023,6.394-1.12,6.342,2.774   c-48.941,1.893-93.343-1.513-143.886-0.396c45.652,1.933,93.019,0.957,143.886,2.378c-42.175,2.149-89.034,1.086-130.013,2.775   c-2.37-1.991-7.781-0.939-11.892-1.189c-0.056,1.642,2.758,0.413,3.964,0.793c-24.822,1.404-51.379,1.09-78.483,1.585   C36.855,318.753,40.188,306.23,44.791,294.979z M66.989,298.546c1.097-0.356,3.721,0.814,3.567-0.793   C69.458,298.11,66.835,296.939,66.989,298.546z M74.916,298.546c0.488-1.318-2.679-0.97-2.774-0.396   C72.652,298.696,73.863,298.542,74.916,298.546z M79.673,298.15c-0.576-0.613-2.029-0.349-3.171-0.396   C76.099,299.112,79.479,298.698,79.673,298.15z M69.763,301.717c1.726-0.256,4.481,0.517,5.549-0.396   C74.338,300.946,70.08,300.168,69.763,301.717z M75.709,301.717c2.752,0.011,4.775,1.01,7.135-0.793   C80.588,301.311,76.701,300.067,75.709,301.717z M88.393,300.924c-0.925,0-1.85,0-2.774,0   C85.395,302.38,88.747,302.731,88.393,300.924z M88.79,304.095c-1.205,0.249-3.414-0.507-3.964,0.396   C85.384,304.852,88.887,305.619,88.79,304.095z M92.357,304.888c0.995-0.326,3.413,0.771,3.171-0.793   C94.33,304.218,92.445,303.656,92.357,304.888z M101.077,304.095c-1.321,0-2.643,0-3.963,0   C96.921,305.472,100.958,305.948,101.077,304.095z M97.114,308.059c0.793,0.504,4.154,0.927,4.36-0.396   C100.219,307.114,98.332,307.471,97.114,308.059z M105.041,308.456c0.75-0.176,2.389,0.539,1.982-0.793   C106.274,307.838,104.634,307.124,105.041,308.456z M110.987,308.456c0.817-0.239,2.754,0.64,2.378-0.793   C112.314,307.669,111.031,307.443,110.987,308.456z M121.293,307.663c-1.057,0-2.114,0-3.171,0   C117.652,309.395,121.762,309.395,121.293,307.663z M107.023,312.023c1.784,0.5,3.305,0.242,6.739,0.396   C113.236,310.298,107.294,311.078,107.023,312.023z M100.681,315.987c1.057,0,2.114,0,3.171,0   C103.779,314.566,100.624,314.305,100.681,315.987z M109.401,315.987c0.995-0.326,3.413,0.771,3.171-0.793   C111.374,315.317,109.49,314.754,109.401,315.987z M120.104,315.987c1.555-0.197,3.037,1.388,3.567-0.793   C122.388,315.365,120.243,314.672,120.104,315.987z M129.22,315.59c0.048,1.67,3.042,0.394,4.36,0.793   C133.745,314.329,130.254,315.32,129.22,315.59z M95.131,319.554c0.883,0.496,4.47,0.955,4.757-0.396   C98.87,318.527,95.638,318.423,95.131,319.554z M102.663,319.158c-0.241,1.457,3.406,1.062,2.775-0.396   C104.062,318.444,103.914,319.352,102.663,319.158z M107.023,319.554c0.993,0.1,2.894,0.922,3.567-0.396   C109.796,318.48,107.377,318.581,107.023,319.554z M75.312,323.915c1.02,0.283,3.312,0.918,3.964-0.793   C77.902,323.333,75.517,322.534,75.312,323.915z M84.429,323.518c-0.275,1.485,3,0.966,2.378-0.396   C85.831,323.07,84.898,323.062,84.429,323.518z M91.168,324.311c1.374-0.212,3.759,0.589,3.963-0.793   C93.942,323.405,91.935,322.485,91.168,324.311z M99.492,324.311c0.995-0.326,3.413,0.771,3.171-0.793c-1.057,0-2.114,0-3.171,0   C99.492,323.783,99.492,324.046,99.492,324.311z M60.646,328.275c0.995-0.326,3.413,0.771,3.171-0.793c-1.057,0-2.114,0-3.171,0   C60.646,327.747,60.646,328.01,60.646,328.275z M65.006,328.275c1.076-0.245,3.146,0.503,3.568-0.396   C68.103,327.524,64.822,326.762,65.006,328.275z M70.556,328.275c1.781-0.256,3.114,1.094,3.964-0.396   C73.808,327.365,70.69,326.984,70.556,328.275z M77.294,328.671c8.148-0.931,21.012,1.035,28.936-0.793   c-7.558-0.213-16.948-0.485-29.729-0.396C76.383,328.261,77.037,328.268,77.294,328.671z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#4E8ABE" d="M141.905,166.155c2.214-2.41,6.478-2.771,8.72-5.153   c-3.167,0.14-7.398,2.641-9.513,5.153c-3.489,0.342-6.665,0.999-10.306,1.189c5.711-4.33,11.951-8.132,19.026-11.099   c-12.311,1.166-16.753,13.636-32.503,12.684c10.001-6.118,20.2-12.039,30.521-17.837c-7.843,2.126-13.428,6.824-21.404,11.099   c-7.463,4-12.219,9.044-23.783,8.721c-6.669-22.795-12.894-46.035-20.215-68.178c12.039-8.573,26.462-14.761,40.828-21.008   c-15.036,3.726-28.693,12.266-41.224,19.819c-3.352-14.089-8.768-26.114-12.288-40.034c12.26-8.617,26.078-15.675,40.827-21.801   c-1.374-1.044-4.112,0.213-5.549,0.793C92.946,45.381,80.634,53.8,69.367,59.924c-0.691-2.083-1.406-4.144-1.189-7.135   c6.856-6.264,16.19-9.359,24.972-13.477c8.548-4.008,18.062-7.295,27.35-10.702c13.065-4.792,26.61-11.105,41.224-15.855   c5.815-1.891,11.036-4.505,16.648-4.36c0.353-0.176,0.709-0.348,0.793-0.793c0.337-0.073,0.374,0.155,0.396,0.396   c0.337-0.073,0.374,0.155,0.396,0.396c9.368,21.587,19.751,47.109,26.162,72.934c3.104,12.504,7.756,24.047,9.116,37.656   c1.274,12.745-3.981,14.167-13.477,17.837c-18.02,6.964-34.541,19.746-51.133,28.143   C147.965,165.143,145.2,165.677,141.905,166.155z M155.381,18.701c-3.186,3.289-10.082,2.866-13.08,6.342   c8.546-2.651,16.264-5.663,23.783-8.72c4.551-1.851,9.434-2.83,13.477-5.55C170.321,12.235,164.428,17.045,155.381,18.701z    M148.643,27.025c10.369-2.453,21.725-7.339,32.107-11.099c0.443-0.571,0.427-0.967-0.396-1.189   C170.262,19.312,158.41,22.126,148.643,27.025z M151.814,31.781c8.547-2.801,17.088-6.973,24.972-9.909   c2.274-0.847,4.907-0.491,6.342-2.775C172.159,22.794,161.057,26.358,151.814,31.781z M154.985,34.953   c9.38-2.908,20.773-7.238,30.125-11.495C174.249,26.469,164.105,30.2,154.985,34.953z M153.4,42.484   c9.439-4.088,19.994-8.864,28.936-12.685c1.279-0.546,3.524-0.672,3.964-2.378c-0.264,0-0.528,0-0.793,0   C174.785,32.422,162.599,35.959,153.4,42.484z M164.102,42.087c7.863-1.659,15.948-6.507,23.783-9.513   C179.47,33.697,171.541,38.673,164.102,42.087z M105.438,36.538c-4.358,1.569-8.7,3.933-13.477,6.342   c-8.156,4.113-17.635,6.489-21.404,13.08c10.287-8.079,23.889-12.842,36.07-19.026C106.12,36.913,106.078,36.426,105.438,36.538z    M161.724,48.826c9.937-3.276,18.629-7.796,28.143-11.495C179.063,39.739,170.479,44.368,161.724,48.826z M189.47,41.691   c-8.416,4.268-19.213,6.155-26.558,11.495c8.756-2.877,18.661-8.024,28.936-10.702C192.224,41.051,190.288,41.931,189.47,41.691z    M107.816,44.466c-5.907,2.68-11.79,6.361-17.837,9.513c-5.712,2.977-12.585,4.445-17.044,9.117   c9.227-4.376,18.601-8.961,26.954-13.477c3.036-1.642,6.404-2.567,9.117-4.757C108.459,44.879,108.135,44.675,107.816,44.466z    M177.975,51.601c-4.839,2.099-10.271,3.316-14.27,6.738c10.402-3.603,19.751-8.26,29.729-12.288   C187.676,46.657,182.804,49.506,177.975,51.601z M100.681,54.375c2.893-0.278,3.892-2.45,7.135-2.378   C106.688,49.703,101.744,52.76,100.681,54.375z M178.768,55.96c-4.304,1.849-9.29,2.498-12.684,5.55   c9.781-3.035,18.973-6.66,27.747-10.703C188.119,51.935,183.619,53.877,178.768,55.96z M73.727,67.456   c8.112-3.12,17.244-8.652,26.161-12.288c0.443-0.571,0.427-0.967-0.396-1.189C91.165,58.733,80.962,61.61,73.727,67.456z    M76.501,71.023c12.873-5.229,24.807-11.396,37.656-16.648C99.958,58.277,87.934,64.354,76.501,71.023z M165.688,65.87   c10.986-2.491,19.692-7.262,30.125-10.306C185.159,56.809,175.022,61.988,165.688,65.87z M168.066,71.419   c9.442-4.299,20.071-7.412,29.332-11.891C187.724,62.016,176.197,66.07,168.066,71.419z M109.401,60.321   c-10.84,5.147-22.789,9.186-32.503,15.459c10.597-4.074,22.638-10.127,33.692-15.062C110.083,60.695,110.042,60.209,109.401,60.321   z M92.357,73.798c-4.881,2.285-10.77,3.232-13.477,7.928c10.967-6.618,25.364-12.137,38.053-18.234   C107.631,65.409,100.301,70.079,92.357,73.798z M168.066,76.969c10.122-2.832,20.994-8.333,31.314-12.288   C188.548,66.803,177.724,72.353,168.066,76.969z M79.673,86.085c10.888-5.495,21.396-11.371,33.296-15.855   c0.021-0.682-0.305-1.016-0.792-1.189C101.426,74.807,88.614,78.512,79.673,86.085z M173.219,79.744   c9.892-2.264,17.019-7.292,26.954-9.513c0.443-0.571,0.427-0.967-0.396-1.189C190.688,72.373,181.232,75.337,173.219,79.744z    M83.637,89.653c10.998-6.442,22.949-11.933,34.881-17.441C105.202,76.336,93.273,81.849,83.637,89.653z M182.335,82.518   c6.013-3.5,14.448-4.578,19.423-9.117C195.484,76.64,187.189,77.859,182.335,82.518z M179.957,86.482   c1.719,0.778,2.925-0.996,4.36-1.585c6.004-2.467,13.556-4.018,18.63-7.531C194.83,79.95,186.208,82.031,179.957,86.482z    M116.536,77.762c-5.096,2.609-10.856,4.17-16.251,7.135c-6.133,3.37-12.204,6.208-15.459,10.306   c10.086-6.43,21.38-11.652,32.503-17.044C117.242,77.849,116.997,77.697,116.536,77.762z M177.975,92.824   c7.623-4.929,19.497-5.608,26.558-11.099C196.237,85.982,184.089,86.386,177.975,92.824z M105.438,94.41   c-7.721,3.603-15.561,6.345-18.63,11.495c11.328-7.831,24.985-13.332,38.053-19.423C117.914,87.504,112.497,91.115,105.438,94.41z    M174.408,97.185c11.343-2.398,21.279-6.204,30.521-10.703C194.647,89.941,184.013,93.048,174.408,97.185z M124.464,90.842   c-8.943,4-18.848,8.293-26.954,13.081c-2.666,1.574-6.568,1.949-7.928,5.153c11.896-6.074,23.653-12.285,36.071-17.837   C125.146,91.217,125.104,90.73,124.464,90.842z M176.39,102.734c10.45-3.556,20.764-7.247,30.522-11.495   C196.923,93.676,185.438,98.036,176.39,102.734z M205.326,95.599c-4.006,2.303-8.793,3.745-13.477,5.549   c-4.671,1.8-10.029,2.754-13.477,5.946c9.879-3.598,20.318-6.636,28.936-11.495C206.647,95.599,205.986,95.599,205.326,95.599z    M125.256,95.995c-8.274,4.157-18.509,8.156-26.557,12.288c-2.536,1.302-6.449,2.388-7.135,5.549   c11.021-6.42,23.246-11.636,34.882-17.441C125.939,96.37,125.897,95.883,125.256,95.995z M181.939,111.058   c5.421-2.774,14.891-5.3,21.405-7.927c1.75-0.707,4.049-1.488,4.756-3.171C199.917,104.195,188.589,105.288,181.939,111.058z    M125.256,102.337c-5.455,2.397-11.427,5.5-17.044,8.324c-5.315,2.672-11.765,3.886-15.062,8.721   c10.978-5.67,21.369-11.927,34.089-15.855C127.42,102.288,126.392,102.259,125.256,102.337z M177.975,116.607   c11.333-3.068,21.688-7.116,32.107-11.099c-0.265,0-0.528,0-0.793,0C199.39,108.162,187.514,112.272,177.975,116.607z    M125.653,108.283c-7.954,2.475-15.687,7.483-22.594,11.099c-2.939,1.539-8.06,3.217-7.531,5.946   c9.5-6.224,19.519-11.928,30.918-16.252C126.401,108.592,126.327,108.137,125.653,108.283z M198.191,113.436   c-4.247,1.644-8.382,3.584-11.892,5.946c8.727-3.165,17.45-6.333,25.765-9.91C207.213,110.485,202.42,111.799,198.191,113.436z    M96.717,130.084c12.165-6.201,24.079-12.652,36.467-18.63c-0.396,0-0.792,0-1.189,0C119.472,116.9,106.962,122.359,96.717,130.084   z M211.271,113.436c-3.527,1.357-8.077,2.886-12.288,4.36c-4.003,1.402-10.228,2.086-10.702,5.549   c7.092-4.139,16.773-5.688,24.179-9.513C211.954,113.811,211.912,113.324,211.271,113.436z M181.939,129.688   c11.363-2.246,19.853-7.365,30.521-10.306c0.021-0.682-0.305-1.016-0.793-1.189C202.144,122.41,191.419,125.426,181.939,129.688z    M96.717,136.03c11.327-5.718,22.421-11.668,33.692-17.441C118.007,123.231,106.722,128.99,96.717,136.03z M186.696,133.651   c8.934-3.354,17.423-7.153,26.558-10.306C204.015,124.83,193.889,128.806,186.696,133.651z M130.41,124.535   c-7.36,3.248-15.072,5.946-21.405,9.513c-4.562,2.57-8.84,5.598-11.495,8.72c10.525-6.915,22.307-12.575,34.089-18.233   C131.202,124.535,130.806,124.535,130.41,124.535z M183.525,139.201c9.079-2.422,19.054-7.367,27.746-11.495   C201.058,130.573,192.529,135.125,183.525,139.201z M107.419,141.579c-2.767,1.715-6.088,3.28-7.928,5.946   c9.682-5.066,19.891-11.896,30.521-15.855c2.24-0.834,5.856-0.913,7.135-2.774C125.978,131.439,115.649,136.478,107.419,141.579z    M100.681,152.678c10.954-4.637,22.688-11.929,34.485-17.044C122.997,139.059,111.2,146.282,100.681,152.678z M107.419,154.263   c-1.435,2.397-4.694,2.97-6.342,5.153c3.315-0.236,5.511-3.149,8.324-4.757c9.667-5.524,21.105-9.96,30.917-15.459   C127.698,142.567,119.173,150.029,107.419,154.263z M143.094,141.976c-9.925,4.164-19.334,7.843-27.747,13.477   c-3.895,2.607-8.687,4.443-11.495,8.324c12.292-8.319,26.089-15.134,40.035-21.801   C143.622,141.976,143.358,141.976,143.094,141.976z M105.438,168.137c13.725-7.284,26.289-15.728,41.224-21.801   c0.021-0.682-0.305-1.016-0.792-1.189C131.709,152.127,117.298,158.856,105.438,168.137z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M361.104,99.959c-2.876,0.295-5.866,0.476-8.324,1.189   c-1.26-8.771-12.406-4.685-21.405-3.171c-38.083,6.409-78.691,13.684-114.95,18.63c0.996-1.957,3.935-1.73,5.55-1.982   c30.588-4.761,63.445-10.396,93.942-15.855c-32.956,3.644-66.957,11.791-99.889,15.459c3.433-2.349,7.875-2.119,11.892-2.775   c28.623-4.674,59.482-9.377,87.601-14.666c-32.802,3.799-67.009,11.738-100.285,15.062c34.409-7.115,70.557-11.695,106.23-18.234   c-4.223-0.964-8.387,0.882-12.685,1.586c-30.615,5.013-62.681,10.079-93.546,15.062c1.755-2.42,5.057-1.587,7.531-1.982   c35.489-5.667,72.626-11.961,108.608-17.837c1.175-0.191,2.604-0.485,3.964-0.792c0.385-0.087,3.214,0.894,2.379-1.189   c6.071,1.77,14.625-3.122,19.819,0.793C360.3,91.34,360.456,95.094,361.104,99.959z M325.826,94.806   c0.749-0.176,2.389,0.539,1.981-0.793C327.058,94.189,325.418,93.474,325.826,94.806z M335.338,95.203   c0.46,0.333,1.063,0.522,1.982,0.396c0-0.265,0-0.529,0-0.793C337.068,93.838,335.467,94.746,335.338,95.203z M321.862,95.599   c0.749-0.176,2.389,0.539,1.981-0.793C323.094,94.982,321.455,94.267,321.862,95.599z M332.564,95.995   c0.983,0.059,1.924,0.074,1.982-0.792C333.954,94.574,332.287,94.623,332.564,95.995z M317.105,96.392   c0.525,0.479,2.726,0.396,2.775-0.792C318.758,95.667,317.161,95.258,317.105,96.392z M328.6,96.392   c0.643,0.648,2.489,0.478,2.379-0.792C329.927,95.605,328.645,95.379,328.6,96.392z M321.862,97.581   c0.777,0.661,3.133,0.497,3.171-0.792C323.834,96.911,321.95,96.348,321.862,97.581z M317.105,98.77   c1.375-0.079,3.047,0.14,3.171-1.189C318.901,97.659,317.229,97.44,317.105,98.77z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M366.256,189.145c-2.148-0.899-1.106-4.866-1.188-6.739   c-0.837-19.032-2.763-40.234-4.36-58.665c0.189,22.1,3.221,42.386,3.171,65.8c-2.234-1.118-1.062-4.161-1.189-5.946   c-0.901-12.712-2.515-30.434-3.171-45.584c-1.502,15.423,2.437,34.823,1.981,51.133c-3.176-0.387-1.864-5.013-1.981-7.135   c-0.536-9.687-1.393-21.534-2.378-30.521c-0.266,9.693,0.652,20.844,1.188,30.521c0.11,1.992,1.498,6.625-0.396,7.531   c-2.383-0.494-1.453-3.731-1.585-5.55c-0.681-9.377-1.097-22.347-2.379-31.71c-1.131,11.848,2.631,26.419,0.793,37.656   c-2.339-2.266-1.41-6.727-1.585-10.702c-0.169-3.832-0.659-7.729-1.189-10.702c-1.009,6.297,1.11,15.006,0.396,21.008   c-4.259,0.542-0.255-8.099-2.774-10.306c-1.533,3.218,1.541,7.285-0.793,10.306c-3.221-0.036-1.696-4.408-1.586-5.946   c1.725-23.935,3.41-55.109,5.55-81.258c2.969-0.07,5.604-0.475,7.928-1.189c0.337-0.073,0.374,0.155,0.396,0.396   C362.736,128.667,365.563,160.725,366.256,189.145z M360.708,115.418c-0.34-2.303,0.171-5.456-1.189-6.739   C359.66,111.18,359.351,114.131,360.708,115.418z M357.932,118.589c0.548-0.936,0.436-3.951-0.792-4.36   C357.236,115.85,356.753,118.05,357.932,118.589z M360.311,121.76c1.408,0.03,1.095-4.33,0-4.36   C359.821,118.088,360.614,120.032,360.311,121.76z M358.329,127.31c0.541-0.535,0.756-2.768-0.396-2.775   C357.632,125.489,357.618,126.454,358.329,127.31z M355.951,136.03c0.409-1.009,1.237-5.318-0.793-5.153   C355.138,132.878,355.312,134.686,355.951,136.03z M358.329,136.03c1.897,0.219,0.898-4.486,0-5.153   C358.329,132.594,358.329,134.312,358.329,136.03z M356.744,142.372c-0.24-0.817,0.64-2.754-0.793-2.378   C356.191,140.811,355.311,142.748,356.744,142.372z M353.573,147.128c0.045-0.988,0.575-5.486-0.793-6.342   C352.269,142.24,352.421,146.056,353.573,147.128z M357.14,146.335c-0.123-1.198,0.439-3.083-0.793-3.171   C355.769,143.859,355.933,146.214,357.14,146.335z M354.365,150.696c-0.201-0.987,0.014-2.391-1.188-2.378   C353.16,149.523,352.946,150.926,354.365,150.696z M351.59,157.831c-0.073-1.512,0.229-3.4-1.189-3.567   C350.489,155.762,349.999,157.837,351.59,157.831z M351.987,166.155c0.128-0.528,0.741-5.248-1.189-5.946   C351.587,161.797,350.358,165.406,351.987,166.155z M350.005,178.046c-0.247-1.472,0.644-4.08-0.793-4.36   C348.69,174.596,348.939,177.475,350.005,178.046z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#4E8ABE" d="M178.768,6.81c-1.155,0.149-2.695-0.556-4.756,0   c-18.563,5.007-37.796,13.08-56.683,20.612c-9.172,3.657-18.497,7.57-27.351,11.495c-8.814,3.907-19.045,6.367-24.179,14.27   c3.892,18.306,10.618,33.777,15.062,51.53c-2.521,0.274-3.821-0.671-6.342-0.396c1.26,1.514,4.426,1.123,6.738,1.585   c5.671,17.055,10.605,34.846,15.459,52.719c-6.546-0.324-11.937-1.804-18.63-1.982c5.226,2.173,12.698,2.101,19.026,3.171   c1.209,3.679,2.813,6.964,3.171,11.495c-6.181,0.558-11.473,2.004-18.234,1.982C71.231,134.958,59.326,97.712,49.151,58.735   c6.369,0.365,11.65,1.139,17.441,1.189c-1.292-2.212-4.77-1.085-7.135-1.189c-3.678-0.162-7.606-1.105-11.099-0.792   c-0.156-2.753-2.35-5.871-0.792-7.928c5.152,1.84,14.038,3.755,18.63,0.792c-4.442-1.847-11.231,0.178-16.648-1.189   c20.358-11.259,43.541-21.134,67.385-30.521c5.598-2.204,12.337-3.614,18.63-5.946c11.511-4.266,20.381-6.414,34.881-7.531   C173.005,5.423,177.136,4.296,178.768,6.81z M54.701,54.375c3.318,0.646,7.301,0.626,10.702,1.189   C63.224,53.539,56.907,53.06,54.701,54.375z M61.439,63.888c1.854,0.525,4.017,0.74,6.342,0.793   C67.078,63.293,61.959,62.913,61.439,63.888z M56.286,67.06c3.987,0.013,10.436,1.672,12.684,0.792   C65.612,66.895,59.931,65.24,56.286,67.06z M60.25,71.419c-2.205-0.182-4.804-0.702-5.946,0.396   c4.781,1.033,10.722,0.906,15.855,1.585C68.511,71.659,63.707,71.706,60.25,71.419z M72.142,78.158   c-2.889-0.814-7.852-1.657-11.099-0.793C64.193,77.761,70.132,79.223,72.142,78.158z M56.683,82.122   c6.36-0.497,13.045,2.742,17.441,1.585C69.293,82.705,61.721,80.281,56.683,82.122z M75.312,89.653   c-2.333-2.555-8.158-1.62-12.288-2.378C65.817,89.372,71.496,88.581,75.312,89.653z M59.854,93.617   c6.274-0.062,12.406,2.126,17.837,1.586C72.757,94.171,64.765,92.034,59.854,93.617z M62.628,98.77   c4.685,0.865,9.229,1.869,14.666,1.982C73.621,99.38,65.947,97.862,62.628,98.77z M65.799,106.301   c1.566,0.295,4.671,1.126,5.946,0.396C71.014,105.56,66.794,104.649,65.799,106.301z M82.051,111.851   c-1.089-3.139-6.955-1.501-9.909-2.775C73.73,111.715,79.403,110.271,82.051,111.851z M83.637,117.4   c-0.709-2.229-3.539-0.988-5.153-1.189c-3.79-0.471-8.15-1.526-11.891-1.585c-0.265,0-0.529,0-0.793,0   C70.465,117.041,78.325,116.735,83.637,117.4z M86.015,123.346c-0.747-2.461-3.442-1.14-5.549-1.189   c-4.122-0.097-8.972-2.553-12.684-1.189C73.356,122.263,79.647,122.843,86.015,123.346z M78.483,128.102   c-3.037-0.266-5.121-0.476-5.946,0.793c6.078-0.396,10.002,1.361,15.459,1.585C86.509,129.017,81.725,128.386,78.483,128.102z    M75.312,135.237c5.709-0.424,9.542,1.029,14.27,1.586C86.897,134.724,79.202,133.498,75.312,135.237z M91.96,144.75   c-1.484-2.876-7.094-1.626-10.306-2.774C83.526,144.464,88.964,143.386,91.96,144.75z M74.52,143.958   c2.671,0.367,5.31,0.767,7.531,1.585C81.656,143.259,76.123,142.456,74.52,143.958z M94.339,151.885   c-3.174-1.058-8.694-1.873-12.288-1.189C85.495,151.251,91.771,153.083,94.339,151.885z M97.114,166.948   c-2.748-2.537-7.841-2.73-12.685-3.171C87.703,165.788,93.226,165.55,97.114,166.948z M93.546,170.119   c-0.463-2.312-4.391-1.158-6.342-1.982C87.978,170.138,91.529,169.361,93.546,170.119z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M262.801,170.515c-1.466,0.56-5.868,0.428-8.324,1.189   c-3.771-6.438-13.758-2.479-22.99-0.792c-30.13,5.502-58.971,9.757-89.186,15.458c-12.074,2.279-24.338,5.725-35.278,6.342   c-9.697,0.547-17.108-4.266-27.35-2.775c-0.397-3.566-2.016-5.912-2.378-9.513c8.938-2.83,17.071,2.055,26.161,2.378   c5.459,0.194,12.379-1.656,19.026-2.774c17.688-2.977,37.388-6.225,55.097-9.117c26.347-4.303,51.296-7.854,73.331-12.288   C258.389,157.119,263.134,161.695,262.801,170.515z M231.487,162.984c1.072,0.322,2.359,0.769,2.774-0.793   C233.009,162.127,231.87,162.177,231.487,162.984z M227.523,163.776c0.283,0.236,2.802,0.473,2.774-0.792   C229.176,163.052,227.579,162.643,227.523,163.776z M223.956,164.569c1.253,0.063,2.393,0.014,2.774-0.793   C226.205,163.298,224.004,163.38,223.956,164.569z M133.977,179.235c-10.021,1.636-19.787,4.124-28.54,4.756   c-8.446,0.611-17.065-5.833-24.576-1.981c9.437-0.893,16.563,1.951,24.576,3.567c34.959-7.342,73.855-13.01,109.797-19.423   c2.021-0.361,6.178-0.673,5.153-1.982C194.158,168.651,161.722,174.705,133.977,179.235z M228.316,165.362   c1.121-0.068,2.719,0.341,2.774-0.792C229.969,164.637,228.372,164.228,228.316,165.362z M224.749,166.155   c1.051-0.006,2.334,0.22,2.378-0.793C226.583,164.813,224.737,164.983,224.749,166.155z M237.829,165.362   c-0.13,1.568,2.987,0.642,2.775-0.396C239.317,164.736,238.759,165.236,237.829,165.362z M221.181,166.551   c0.678,0.941,4.044-0.565,1.981-1.189C222.999,166.254,220.99,165.303,221.181,166.551z M233.865,166.551   c0.863,0.747,2.79,0.153,3.172-0.793C235.838,165.881,233.954,165.318,233.865,166.551z M243.775,166.155   c-0.2,1.561,2.757,0.723,2.378-0.396C244.942,165.472,244.708,166.164,243.775,166.155z M217.614,167.344   c1.121-0.068,2.719,0.341,2.774-0.792C219.863,166.073,217.663,166.155,217.614,167.344z M229.901,167.344   c0.817-0.24,2.754,0.64,2.379-0.792c-0.793,0-1.586,0-2.379,0C229.901,166.815,229.901,167.08,229.901,167.344z M240.208,167.344   c0.525,0.479,2.726,0.396,2.774-0.792C241.861,166.619,240.262,166.21,240.208,167.344z M214.838,166.948   c-25.206,4.778-56.062,10.201-82.447,14.666c-9.35,1.582-18.899,4.478-27.351,4.756c-3.844,0.127-7.77-1.193-11.495-1.982   c-3.925-0.831-8.513-2.519-12.288,0c8.722-1.653,17.012,3.605,26.161,2.775c8.888-0.807,18.486-3.035,27.747-4.757   c24.34-4.524,51.334-9.254,75.313-13.477c1.846-0.325,5.87-0.348,4.756-1.981C215.103,166.948,214.971,166.948,214.838,166.948z    M226.73,168.137c1.052-0.006,2.334,0.22,2.379-0.793C228.566,166.794,226.718,166.965,226.73,168.137z M236.64,168.137   c1.121-0.068,2.719,0.341,2.774-0.793C238.889,166.865,236.689,166.947,236.64,168.137z M222.37,168.929   c1.307-0.015,2.805,0.163,2.775-1.189C223.938,167.855,222.439,167.677,222.37,168.929z M231.883,169.326   c1.276,0.087,1.677-0.701,3.171-0.396C235.333,166.989,231.737,167.875,231.883,169.326z M219.595,168.533   c-24.438,4.609-57.496,10.884-84.033,15.062c-9.533,1.5-18.805,4.043-27.747,4.756c-10.354,0.826-16.131-4.222-24.972-1.982   c8.344-0.803,16.417,4.046,24.972,3.171c9.228-0.944,18.707-3.518,28.143-5.153c25.495-4.419,52.961-9.518,77.691-13.873   c2.202-0.388,5.268,0.264,6.738-1.982C220.124,168.533,219.86,168.533,219.595,168.533z M227.126,170.119   c1.375-0.079,3.047,0.14,3.171-1.189C228.922,169.008,227.25,168.79,227.126,170.119z M136.355,185.578   c-9.816,1.894-19.617,4.377-28.936,5.153c-8.312,0.692-15.973-4.191-24.179-2.378c8.43,0.172,16.229,3.968,25.368,3.171   c9.568-0.834,19.85-3.349,29.729-5.153c20.139-3.677,39.647-7.265,58.664-10.702c8.365-1.512,18.107-2.743,25.765-4.756   c0.288-0.076,2.877,0.486,1.982-1.189C196.826,175.161,164.738,180.1,136.355,185.578z M79.673,185.974   c-0.365,1.44,2.616,0.907,2.378,0C81.31,185.198,80.599,185.852,79.673,185.974z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#F1E5C8" d="M262.008,172.101c0.265,0,0.528,0,0.793,0   c7.112,98.459,14.013,196.625,20.215,295.701c-3.073-1.022-6.807-1.385-9.909-2.379c-6.235-39.806-12.683-81.163-19.819-121.688   c-3.3-18.741-2.246-39.873-5.152-61.043c-0.882,10.159,1.64,25.019,1.981,37.656c-7.744-25.332-1.188-57.714,0-84.43   c0.973-21.869,3.489-42.888,3.964-62.628C256.304,172.475,259.785,172.916,262.008,172.101z M262.008,193.109   c1.416,0.118,1.069-4.013,0-3.964C262.008,190.466,262.008,191.788,262.008,193.109z M259.63,195.091c1.25,0.51,1.25-3.285,0-2.775   C259.63,193.241,259.63,194.166,259.63,195.091z M262.801,196.676c0.688-0.736,0.511-2.84-0.396-3.171   C261.872,194.084,261.594,196.645,262.801,196.676z M260.819,199.054c-0.239-0.817,0.64-2.753-0.793-2.378   C259.708,197.649,259.345,198.962,260.819,199.054z M263.593,201.433c0.059-0.983,0.074-1.923-0.792-1.982   C262.172,200.043,262.221,201.71,263.593,201.433z M258.441,206.585c-0.14-1.974,0.3-4.527-1.189-5.153   C257.427,203.371,256.678,206.235,258.441,206.585z M260.819,203.811c0.648-0.642,0.478-2.489-0.793-2.378   C260.033,202.484,259.806,203.767,260.819,203.811z M262.801,203.811c2.571,39.562,5.585,79.412,8.323,118.914   c2.041,29.437,4.917,59.405,6.343,87.204c0.499,9.722,0.525,19.61,2.378,28.937c-4.66-77.832-11.225-158.5-16.252-235.848   c-0.087-0.309-0.331-0.461-0.792-0.396C262.801,203.018,262.801,203.415,262.801,203.811z M261.215,210.153   c0.426-1.252,0.374-5.01-0.793-5.946C260.765,206.111,259.63,209.492,261.215,210.153z M259.234,216.892   c-0.622-2.946,0.28-7.416-1.189-9.513C258.075,209.404,257.197,215.57,259.234,216.892z M256.062,217.685   c-0.185-1.4,0.648-3.819-1.188-3.568C255.03,215.546,254.727,217.435,256.062,217.685z M276.674,433.712   c-4.469-74.239-9.811-144.17-15.062-219.199c-0.022-0.242-0.06-0.469-0.396-0.396C265.758,287.602,270.665,364.256,276.674,433.712   z M258.441,218.874c3.859,55.954,8.664,117.266,12.288,173.219c0.226,3.491-0.723,7.725,1.585,10.702   c-4.583-61-8.075-122.975-13.08-184.714c-0.088-0.309-0.332-0.461-0.793-0.396C258.441,218.081,258.441,218.477,258.441,218.874z    M256.458,222.044c-0.006-1.051,0.221-2.334-0.792-2.378C255.906,220.483,255.027,222.42,256.458,222.044z M256.062,227.198   c1.85,0.239,0.891-2.054,0-2.378C256.062,225.612,256.063,226.405,256.062,227.198z M254.477,233.54   c-0.417-2.447,0.719-4.032-1.189-4.756C253.406,230.647,252.945,233.089,254.477,233.54z M256.458,232.747   c4.297,56.622,6.876,118.211,12.685,174.408c-3.69-57.479-8.068-118.954-11.892-175.201c-0.087-0.309-0.332-0.46-0.793-0.396   C256.458,231.954,256.458,232.35,256.458,232.747z M254.874,237.9c0.421-0.468,0.18-2.509-0.793-2.774   C254.149,236.247,253.74,237.844,254.874,237.9z M254.477,243.053c1.416,0.118,1.069-4.013,0-3.964   C253.693,239.99,254.899,241.303,254.477,243.053z M252.495,252.169c0.675-1.062,0.248-3.764-0.792-4.36   C251.798,249.431,251.316,251.63,252.495,252.169z M254.874,249.395c2.808,39.967,5.123,84.049,8.324,122.481   c0.503,6.041-0.054,12.07,1.981,16.252c-3.473-45.109-5.955-94.347-9.909-139.923C254.808,248.272,254.839,248.833,254.874,249.395   z M252.891,256.926c0.885-0.406,0.313-2.654-0.792-2.379C252.338,255.365,251.459,257.301,252.891,256.926z M252.495,260.89   c1.628,26.756,3.449,55.557,5.55,83.24c0.701,9.239,0.389,18.703,2.774,27.35c-2.76-37.002-4.912-73.601-7.531-111.383   c-0.087-0.309-0.332-0.461-0.793-0.396C252.495,260.097,252.495,260.494,252.495,260.89z M249.72,264.854   c2.121,26.442,3.277,54.533,5.55,80.465c0.303,3.463-0.395,7.604,1.585,10.703c-2.182-31.15-3.502-60.193-6.738-92.357   C249.655,263.731,249.686,264.292,249.72,264.854z M261.612,379.011c-0.067-1.121,0.341-2.719-0.793-2.774   C260.238,376.865,260.001,379.384,261.612,379.011z M261.612,382.975c-0.289-0.9,0.714-3.092-0.793-2.774   C260.887,381.322,260.478,382.92,261.612,382.975z M262.008,387.732c0.479-0.525,0.396-2.726-0.793-2.774   C261.284,386.079,260.875,387.676,262.008,387.732z M265.972,395.66c-0.144-1.839,0.495-4.459-1.189-4.757   C265.122,392.546,263.872,395.778,265.972,395.66z M265.972,398.831c-0.068-1.121,0.341-2.719-0.793-2.774   C265.468,396.957,264.465,399.149,265.972,398.831z M266.765,406.758c-0.054-1.268,0.391-3.033-1.189-2.774   C265.591,405.29,265.414,406.789,266.765,406.758z M271.917,409.533c1.67-0.048,0.394-3.041,0.793-4.36c-0.396,0-0.793,0-1.189,0   C271.716,406.563,272.113,407.752,271.917,409.533z M269.54,413.497c0.575-0.963,0.915-4.43-0.793-4.36   C268.993,410.608,268.102,413.216,269.54,413.497z M273.107,415.875c-0.356-1.098,0.814-3.722-0.793-3.567   C271.983,413.384,271.644,415.081,273.107,415.875z M269.143,417.46c1.815,0.344,1.15-2.692,0-2.774   C269.143,415.611,269.143,416.536,269.143,417.46z M273.503,420.235c-0.088-1.629,0.32-3.756-1.189-3.963   C272.447,417.857,271.804,420.216,273.503,420.235z M270.333,421.821c0.884-0.406,0.312-2.653-0.793-2.378   C269.78,420.259,268.9,422.197,270.333,421.821z M273.107,426.578c1.699,0.46,1.115-2.658,0-2.774   C273.107,424.728,273.107,425.653,273.107,426.578z M270.729,427.371c0.624-0.672,0.429-2.759-0.793-2.775   C270.003,425.717,269.595,427.315,270.729,427.371z M277.071,439.261c0.532-0.579,0.811-3.14-0.396-3.171   C275.91,436.903,276.406,438.688,277.071,439.261z M277.864,442.433c0-0.661,0-1.321,0-1.982c-0.396,0-0.793,0-1.189,0   C276.596,441.585,276.625,442.614,277.864,442.433z M280.242,444.415c0.365-1.47,0.797-3.559-0.793-3.964   C279.661,441.825,278.861,444.21,280.242,444.415z M278.656,455.117c-0.483-4.519,0.035-8.334-1.585-11.099   C277.359,449.098,276.833,451.969,278.656,455.117z M280.638,449.568c0.657-0.704,0.575-2.904-0.793-2.775   C279.914,447.915,279.504,449.512,280.638,449.568z M281.431,453.928c-0.669-1.05,0.323-3.76-1.189-3.964   C280.484,451.439,279.493,454.149,281.431,453.928z M281.828,463.044c-0.212-1.374,0.588-3.76-0.793-3.964   C280.548,459.857,279.962,463.381,281.828,463.044z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#4E8ABE" d="M251.703,191.523c-0.328,4.297-0.396,8.853-1.189,12.685   c-13.436-0.301-28.368-0.089-42.017,0c13.072,1.769,28.725,0.11,42.413,0.792c-2.006,2.153-6.183,1.189-9.91,1.189   c-3.71,0-7.844,0-11.099,0c5.041,2.358,15.571-0.773,20.612,1.585c-0.854,1.717-4.187-0.509-6.738,0.792   c1.021,1.856,5.563,0.101,6.738,0.793c-0.932,11.104-1.342,20.509-2.378,31.71c-16.252,0-32.504,0-48.755,0   c14.308,2.095,33.409-0.248,48.755,1.189c-3.992,2.086-12.393-0.236-17.045,1.188c4.463,1.42,9.604,0.192,16.648,0.396   c0.253,6.876-1.307,15.33-1.189,23.387c-45.787-0.831-90.732,1.798-143.49-1.189c-3.534-0.199-7.754-2.369-10.306,1.586   c0.392,1.457,2.599-0.383,3.964-0.396c20.524,1.358,36.442,2.096,57.872,2.378c0.613,6.654,1.832,12.702,3.567,18.234   c-0.198-6.098-1.735-12.001-2.775-18.234c31.674,0.211,61.713-0.982,90.771,0c-0.585,6.682-0.786,13.748-1.585,20.216   c-20.699-0.262-31.31-0.374-53.512-0.396c-0.02-2.095-0.177-4.051-0.793-5.549c-1.682,0.265,0.626,4.626-0.396,5.549   c-2.577-0.383-2.463-0.127-5.549,0c-0.282-1.436-0.15-3.285-0.792-4.36c-1.792,0.728,0.222,2.76,0,4.36   c-2.257,0.275-3.292-0.671-5.55-0.396c0.765-1.364-0.373-3.708-0.792-5.152c-1.517,1.416,0.884,4.369,0,5.152   c-27.366-0.008-55.962-0.891-84.826-0.792c-0.94-8.046-4.165-17.113-0.793-23.387c1.507-2.804,6.085-5.893,9.117-8.721   c8.812-8.22,21.328-16.095,30.521-22.594c8.061-0.264,17.176,0.528,24.576-0.396c-7.941-0.793-13.124-0.702-22.197-0.793   c14.969-11.589,32.082-21.033,47.566-32.106c13.271-0.03,27.799,0.086,38.449,0c-10.581-1.839-24.567-0.272-36.467-0.793   C199.572,190.188,231.625,191.783,251.703,191.523z M221.181,200.244c0.579,0.533,3.14,0.811,3.171-0.396   C223.573,199.115,221.901,199.725,221.181,200.244z M196.605,201.829c-1.022,0.005-9.617,0.468-3.568,0.793   c15.272,0.82,33.576-0.629,46.773,0c-6.483-1.841-16.377-0.271-24.18-0.793C209.574,201.856,203.303,201.793,196.605,201.829z    M242.982,202.622c0.749-0.176,2.389,0.539,1.981-0.793C244.214,202.005,242.575,201.29,242.982,202.622z M199.776,204.604   c1.332,0.043,2.097,0.792,2.774-0.396C201.686,203.997,199.987,203.249,199.776,204.604z M221.181,206.982   c1.435-0.415,4.599,0.899,4.756-0.792C224.502,206.604,221.338,205.29,221.181,206.982z M158.949,233.54c0.661,0,1.321,0,1.982,0   C161.274,231.9,158.951,232.333,158.949,233.54z M131.995,235.522c1.189,0,2.378,0,3.567,0   C135.709,233.891,132.355,234.342,131.995,235.522z M137.941,235.522c14.819-0.012,31.681,0.015,45.188,0   C169.718,234.207,150.938,234.215,137.941,235.522z M186.299,235.522c1.051-0.007,2.334,0.22,2.378-0.793   C187.86,234.968,185.924,234.089,186.299,235.522z M146.661,237.107c-0.318,1.507,1.875,0.504,2.775,0.793   C149.623,236.104,147.582,236.819,146.661,237.107z M152.607,237.107c0.045,0.483,0.119,0.938,0.793,0.793   c16.927-0.671,38.013,1.079,56.683-0.793C191.226,236.581,173.3,236.412,152.607,237.107z M212.857,237.107   c-0.51,1.251,3.284,1.251,2.774,0C215.163,236.04,213.565,237.109,212.857,237.107z M165.688,239.089   c-0.268,1.43,3.347,1.001,3.171,0C168.079,238.303,166.594,238.836,165.688,239.089z M173.615,239.881   c20.616-0.517,43.146,1.042,62.232-0.792C216.083,239.637,190.18,237.959,173.615,239.881z M239.018,239.881   c0.661,0,1.321,0,1.981,0C241.343,238.242,239.02,238.674,239.018,239.881z M190.66,241.864c0.817-0.24,2.753,0.64,2.378-0.793   c-0.792,0-1.585,0-2.378,0C190.66,241.335,190.66,241.599,190.66,241.864z M219.595,243.845c1.913,0.304,4.869,1.025,6.342-0.396   C224.643,242.981,220.27,242.418,219.595,243.845z M243.775,245.828c0.816-0.24,2.754,0.64,2.378-0.793c-0.793,0-1.585,0-2.378,0   C243.775,245.299,243.775,245.563,243.775,245.828z M98.699,285.465c-1.272-5.599-1.445-12.296-3.171-17.44   C95.511,273.349,95.973,281.569,98.699,285.465z M102.663,282.294c-0.966-4.319-0.878-9.691-2.774-13.08   C99.938,273.05,100.58,279.221,102.663,282.294z M122.085,284.277c-0.766-4.916-0.773-10.59-2.378-14.667   C119.335,274.111,120.202,280.719,122.085,284.277z M107.419,280.709c-0.698-3.53-0.355-8.102-1.982-10.703   C105.117,273.117,106.005,278.052,107.419,280.709z M133.581,279.124c-0.484-3.215-0.276-7.123-1.982-9.117   C131.58,272.209,131.952,277.265,133.581,279.124z M177.183,280.313c-1.188-3.527-0.144-7.687-1.982-9.91   C175.054,272.99,175.364,278.385,177.183,280.313z M190.263,279.52c-0.881-2.849-0.405-7.228-1.585-8.721   C188.269,273.138,188.372,278.182,190.263,279.52z M214.443,287.448c-0.947-6.084-0.71-12.51-1.982-16.648   C212.294,275.617,211.669,284.254,214.443,287.448z M227.126,280.709c-0.24-2.324-0.21-7.958-1.189-9.91   C225.135,273.681,224.879,278.81,227.126,280.709z M241.396,283.484c-0.577-4.312,0.054-9.831-1.981-12.685   C239.362,274.198,239.753,280.471,241.396,283.484z M112.572,281.501c-1.028-3.199-0.097-8.358-2.378-10.306   C111.043,274.575,110.411,279.435,112.572,281.501z M140.715,286.258c-0.843-4.639-2.316-10.545-1.982-15.062   c-0.396,0-0.792,0-1.189,0C137.935,275.444,137.899,283.155,140.715,286.258z M164.895,287.051   c-1.392-4.95-1.336-11.348-3.171-15.855C161.646,276.056,162.307,283.542,164.895,287.051z M170.84,283.484   c-0.679-4.21-0.772-9.005-2.378-12.288C168.561,275.986,168.828,280.608,170.84,283.484z M196.605,286.655   c-1.083-4.646-0.931-12.031-1.982-15.459C194.033,276.045,194.478,283.21,196.605,286.655z M207.307,282.691   c0.947-2.921-0.908-8.171,0.396-11.495c-0.396,0-0.792,0-1.188,0C205.662,274.439,205.733,279.75,207.307,282.691z    M220.785,285.465c-0.663-4.622-0.099-10.471-1.586-14.27C218.27,274.661,218.744,282.45,220.785,285.465z M126.049,279.52   c0.371,2.218,0.326,5.148,1.982,5.945c-0.952-4.597-1.097-10.001-2.775-13.873C124.789,273.949,125.591,276.785,126.049,279.52z    M151.021,285.465c-0.642-3.094-0.345-10.462-1.982-13.873C148.9,275.467,149.197,282.242,151.021,285.465z M93.15,277.934   c-0.349-2.029,0.141-4.897-1.189-5.945C91.481,273.647,91.221,277.475,93.15,277.934z M182.732,280.313   c-0.399-2.905,0.253-6.859-1.585-8.324C181.667,274.772,180.841,278.901,182.732,280.313z M235.054,285.465   c-1.328-3.692,0.018-10.059-1.981-13.08C233.164,275.769,232.542,283.192,235.054,285.465z M203.344,287.844   c-1.698-4.209,0.295-10.552-1.982-14.666C202,276.538,200.402,285.476,203.344,287.844z M117.329,285.862   c-0.967-3.525-0.659-8.326-2.775-10.702C115.077,279.129,115.376,283.323,117.329,285.862z M145.472,286.655   c-0.495-2.332-0.503-8.443-1.982-11.099C143.136,278.825,143.41,284.519,145.472,286.655z M109.798,287.448   c-0.949-1.084,0.777-2.544-0.396-3.567C109.047,284.351,108.285,287.632,109.798,287.448z M227.126,289.033   c0.609-1.101,0.452-4.251-0.793-4.756C226.246,285.195,225.814,288.366,227.126,289.033z"/>
+	<path fill-rule="evenodd" clip-rule="evenodd" fill="#4E8ABE" d="M334.546,302.907c-1.419-3.206-1.021-8.229-2.775-11.099   c-16.888-1.715-22.872-0.533-38.845-1.189c0.151-3.806-0.475-4.538-0.396-7.928c-2.494,1.071-0.461,5.704-0.396,7.928   c-3.039,0-6.078,0-9.117,0c-0.824-1.421,0.362-4.854-1.188-5.55c-1.428,1.456,0.951,4.57,0,5.55   c-3.698,0.776-2.594-3.292-2.775-5.946c-0.324-4.742-1.171-10.662-1.188-14.666c14.027,0.189,27.41,0.636,40.431,0   c8.051-0.393,19.604,0.691,24.972-3.171c2.743-1.974,4.603-5.874,7.135-9.116c4.854-6.215,10.359-11.063,15.459-17.045   c10.122-11.871,20.04-23.965,31.711-34.881c4.086-3.822,6.901-7.554,11.892-9.91c-5.546-1.473-9.199,4.724-12.685,7.928   c-3.952,3.633-7.802,7.541-11.099,11.099c-24.855,0.201-39.461-0.238-57.079,0.793c25.772,0.874,32.396-0.035,55.89,0   c-1.555,2.551-5.881,1.073-8.72,1.189c-8.63,0.353-18.21,0.403-28.54,0.396c9.955,1.828,23.392,0.28,34.882,0.792   c-8.103,11.056-18.342,19.975-26.558,30.918c-21.096-0.706-45.211-0.584-64.214,0c18.547,0.92,42.682,0.136,63.421,0.396   c-3.139,2.145-7.784,1.189-11.892,1.189c-11.954,0-26.085-0.324-37.656,0.396c14.87,1.01,35.746,0.008,47.566,0.396   c-7.274,1.843-17.964,0.271-26.558,0.793c6.615,1.841,16.642,0.271,24.575,0.793c0.432,2.171-2.648,4.034-4.36,6.342   c-2.204,2.974-3.56,6.346-7.135,7.531c-3.459,1.147-9.455,0.793-15.062,0.793c-13.254,0-32.009,1.307-46.772-0.396   c-0.239-6.631-0.502-13.239-1.189-19.423c18.103-0.263,37.259,0.527,54.701-0.396c-14.265-1.234-39.575,0.433-55.098-0.792   c-1.129-3.063,2.358-2.6,4.757-3.172c-0.808-0.909-3.292-0.143-4.757-0.396c-0.372-10.507-1.853-22.149-1.981-34.089   c9.909,0,19.819,0,29.729,0c-8.33-2.108-21.136,0.26-30.125-1.189c2.299-2.061,8.932,0.212,11.892-1.189   c-4.543-1.173-6.582-0.213-11.892-0.396c-0.367-5.556-0.953-10.516-0.793-15.062c36.45-1.666,78.182,0.642,117.726,0   c8.573-0.139,19.398-0.776,21.801,7.135c1.332,4.387,3.415,19.664,1.981,24.179c-0.903,2.848-5.188,6.621-7.927,10.306   c-2.82,3.793-5.886,7.17-8.324,9.91c-11.683,13.125-21.468,25.371-32.504,39.638c-2.271,2.936-5.693,6.025-8.72,9.514   C350.97,298.461,347.936,304.782,334.546,302.907z M407.083,204.208c-0.062-1.918,0.24-4.204-1.585-4.36   C405.659,201.668,405.946,203.363,407.083,204.208z M410.651,210.153c-0.257-2.518-0.184-5.366-1.981-6.342   C409.203,206.052,409.233,208.797,410.651,210.153z M401.931,209.757c1.251,0.51,1.251-3.285,0-2.775   C401.931,207.907,401.931,208.832,401.931,209.757z M398.76,219.27c-1.071-3.29-0.351-8.37-1.982-11.099   C396.92,210.856,396.228,217.667,398.76,219.27z M287.376,210.153c-4.529,0-9.438-0.96-12.684,1.189   c16.194-0.85,33.902-0.187,50.736-0.396C316.832,209.399,300.062,210.153,287.376,210.153z M327.015,210.946   c0.925,0,1.85,0,2.774,0C330.133,209.13,327.097,209.795,327.015,210.946z M302.042,211.739c-4.325,0-9.496-0.968-11.892,1.189   c18.379-1.425,43.627,0.903,62.629-1.189C342.478,211.574,319.42,211.739,302.042,211.739z M283.809,212.135   c-0.112,1.585,3.068,0.722,3.171,0C286.404,211.552,284.386,211.552,283.809,212.135z M403.913,220.855   c-0.666-2.637,0.196-6.803-1.585-8.324C402.694,215.468,402.381,219.083,403.913,220.855z M302.042,214.513   c0.983,0.059,1.924,0.074,1.982-0.792C303.432,213.092,301.765,213.141,302.042,214.513z M306.799,213.721   c-0.479,0.083-0.243,0.44,0,0.792c16.479-0.957,42.147,0.597,61.836-1.189C348.438,213.531,322.58,212.878,306.799,213.721z    M320.672,216.099c1.189,0,2.379,0,3.567,0C324.482,214.122,321.103,215.225,320.672,216.099z M392.814,229.179   c-0.093-3.774,0.354-11.427-1.981-14.27C391.629,219.53,391.237,225.339,392.814,229.179z M340.492,218.081   c0.995-0.326,3.413,0.771,3.171-0.792c-1.057,0-2.114,0-3.171,0C340.492,217.552,340.492,217.816,340.492,218.081z    M408.669,223.234c-1.016-2.198,0.75-4.443-0.793-5.946C407.402,218.589,406.736,223.065,408.669,223.234z M389.247,246.224   c-1.575-8.818-1.478-17.725-3.567-25.369C386.058,228.548,386.147,239.934,389.247,246.224z M404.706,230.765   c-0.707-1.88,1.066-5.995-0.793-7.531C403.603,224.848,402.487,230.388,404.706,230.765z M400.742,234.333   c-0.921-2.646-0.135-7-0.396-10.306c-0.396,0-0.793,0-1.189,0C399.413,227.474,398.575,234.117,400.742,234.333z M381.319,238.693   c0.079-3.035,0.215-9.427-1.981-11.495C380.264,230.762,379.891,235.628,381.319,238.693z M395.193,239.881   c0.053-3.62-0.138-6.997-1.586-9.116C393.216,233.212,394.067,237.649,395.193,239.881z M402.328,235.125   c1.468-0.049,0.997-0.577,0.792-1.586c-0.466,0.062-1.125-0.068-1.188,0.396C402.393,234.002,402.361,234.563,402.328,235.125z    M377.751,255.34c-0.466-7.857-1.384-15.264-3.567-21.404C374.876,239.999,375.952,249.07,377.751,255.34z M370.22,250.98   c-1.232-4.277,0.229-9.639-2.378-11.891C368.503,243.184,367.638,248.806,370.22,250.98z M311.953,245.828c0.66,0,1.321,0,1.981,0   C314.278,244.188,311.955,244.621,311.953,245.828z M283.809,245.828c8.756,0,19.728,0.631,26.558-0.793   c-11.23,0-22.462,0-33.692,0C277.958,246.716,281.123,245.828,283.809,245.828z M367.446,269.61   c-0.188-8.797-2.541-15.428-3.171-23.782c-0.507-0.021-0.549-0.508-1.189-0.396C364.566,253.464,365.11,262.433,367.446,269.61z    M383.301,257.719c-0.094-4.531,0.455-9.704-1.586-12.288C381.788,248.445,381.842,254.784,383.301,257.719z M331.771,247.413   c0.461,0.333,1.063,0.523,1.982,0.396c0-0.264,0-0.528,0-0.793c-0.397,0.002-0.472-0.32-0.793-0.396   C332.955,247.275,331.861,246.842,331.771,247.413z M282.224,249.395c1.887-0.509,4.467,0.957,4.756-0.396   C286.097,248.503,282.51,248.044,282.224,249.395z M298.079,251.376c0.9-0.288,3.093,0.715,2.775-0.792c-0.925,0-1.851,0-2.775,0   C298.079,250.848,298.079,251.113,298.079,251.376z M362.689,275.953c-0.238-6.949-1.275-15.145-2.378-22.197   c-0.153-0.981,0.053-2.898-1.586-3.171C359.599,259.488,360.581,268.284,362.689,275.953z M321.069,252.962   c0.817-0.24,2.754,0.64,2.379-0.793C322.396,252.175,321.114,251.95,321.069,252.962z M372.995,268.421   c-0.751-5.082,0.016-9.447-1.981-13.478C371.017,258.546,370.931,265.568,372.995,268.421z M357.932,277.538   c-1.422-6.372-1.923-13.667-3.964-19.422C354.542,265.338,355.292,272.383,357.932,277.538z M351.59,275.16   c-1.011-4.406-0.357-10.477-1.981-14.27C349.798,264.567,349.093,272.478,351.59,275.16z M351.987,290.222   c-2.089-7.028-4.063-14.17-5.153-22.197c-0.506-0.021-0.549-0.508-1.188-0.396C347.258,275.66,347.472,285.091,351.987,290.222z    M340.095,270.799c0.536,8.422,2.625,15.805,3.964,22.594c0.436,2.206-0.31,6.302,3.171,6.342   c-1.346-8.836-4.022-19.753-5.549-29.729c-0.507-0.021-0.549-0.508-1.189-0.396C340.47,270.117,339.984,270.16,340.095,270.799z    M332.167,284.277c-0.936-4.868-0.028-9.181-1.981-13.081C330.57,275.833,329.998,281.425,332.167,284.277z M336.924,283.484   c-0.039-3.047,0.332-9.811-1.586-12.288C335.408,274.213,335.708,280.305,336.924,283.484z M282.224,283.087   c-0.986-3.374-0.027-8.693-1.586-11.495C280.331,274.727,280.085,281.091,282.224,283.087z M308.385,278.331   c0.31-1.372,0.093-5.278-1.189-6.342C307.268,274.426,306.849,277.356,308.385,278.331z M288.566,288.636   c-1.399-4.521-2.698-10.896-1.982-16.251c-0.396,0-0.793,0-1.188,0C285.73,278.918,284.95,284.926,288.566,288.636z    M292.133,279.52c-0.81-1.966-0.038-5.511-1.586-6.738C289.954,274.681,290.328,278.731,292.133,279.52z M299.268,288.636   c-1.578-4.6-1.349-11.568-2.774-15.854C296.196,277.731,296.473,285.466,299.268,288.636z M321.862,280.709   c-0.228-2.68-0.778-5.035-0.793-7.928c-0.396,0-0.793,0-1.188,0C320.694,275.271,319.755,279.512,321.862,280.709z    M304.025,288.636c-1.725-4.221-0.255-11.637-2.775-15.062C302.442,278.329,300.88,285.835,304.025,288.636z M316.312,286.655   c-1.161-3.992-0.718-9.588-2.378-13.081C313.765,277.416,313.857,284.146,316.312,286.655z M327.015,287.448   c-0.111-2.994-1.602-5.591-0.793-8.324c-0.396,0-0.793,0-1.189,0C325.159,282.433,324.953,286.075,327.015,287.448z    M309.97,289.429c-0.553-2.354,0.121-5.935-1.585-7.135C308.116,283.993,308.192,288.487,309.97,289.429z M338.906,300.924   c0.122-4.023-0.915-10.998-1.981-14.666C336.45,290.73,337.3,297.22,338.906,300.924z"/>
+</g>
+</svg>
Index: /trunk/nodist/images/presets/hairdresser.svg
===================================================================
--- /trunk/nodist/images/presets/hairdresser.svg	(revision 16006)
+++ /trunk/nodist/images/presets/hairdresser.svg	(revision 16006)
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="423.36899"
+   height="585.67322"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="hairdresser3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\hairdresser.png"
+   inkscape:export-xdpi="2.4587088"
+   inkscape:export-ydpi="2.4587088">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="-185.2181"
+     inkscape:cy="289.93333"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="0"
+     inkscape:window-y="29"
+     inkscape:window-maximized="0"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Ulf Lamping</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-186.88541,-124.96056)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4152"
+       width="423.36899"
+       height="585.67322"
+       x="186.88541"
+       y="124.96056" />
+    <g
+       transform="matrix(0.984863,-0.1733347,0.1733347,0.984863,-63.954713,95.523647)"
+       id="g3167">
+      <ellipse
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="path2383"
+         cx="497.14285"
+         cy="642.36218"
+         rx="37.142857"
+         ry="64.285713" />
+      <path
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 500,578.07647 465.71429,112.36218 460,600.93361 500,578.07647 Z"
+         id="path3155"
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0" />
+      <ellipse
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="path3157"
+         cx="497.14285"
+         cy="642.36218"
+         rx="37.142857"
+         ry="64.285713" />
+      <path
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 500,578.07647 465.71429,112.36218 460,600.93361 500,578.07647 Z"
+         id="path3159"
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       id="g3183"
+       transform="matrix(-0.984863,-0.1733347,-0.1733347,0.984863,1029.3244,95.523647)">
+      <ellipse
+         id="path3185"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="497.14285"
+         cy="642.36218"
+         rx="37.142857"
+         ry="64.285713" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3187"
+         d="M 500,578.07647 465.71429,112.36218 460,600.93361 500,578.07647 Z"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <ellipse
+         id="path3189"
+         style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="497.14285"
+         cy="642.36218"
+         rx="37.142857"
+         ry="64.285713" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3191"
+         d="M 500,578.07647 465.71429,112.36218 460,600.93361 500,578.07647 Z"
+         style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </g>
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3193"
+       d="m 237.76218,165.86094 0,493.00252"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:41.75354004;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <rect
+       y="160.92047"
+       x="239.98688"
+       height="20.026224"
+       width="91.454796"
+       id="rect3195"
+       style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:25.68806267;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       y="155.21933"
+       x="277.14285"
+       height="0"
+       width="20"
+       id="rect3197"
+       style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:25.68806267;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3217"
+       width="91.454796"
+       height="20.026224"
+       x="239.98688"
+       y="258.06329" />
+    <rect
+       style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:25.68806267;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3233"
+       width="91.454796"
+       height="20.026224"
+       x="239.98688"
+       y="355.20615" />
+    <rect
+       y="452.34903"
+       x="239.98688"
+       height="20.026224"
+       width="91.454796"
+       id="rect3235"
+       style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:25.68806267;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       y="549.49188"
+       x="239.98688"
+       height="20.026224"
+       width="91.454796"
+       id="rect3237"
+       style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:25.68806267;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:25.68806267;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3239"
+       width="91.454796"
+       height="20.026224"
+       x="239.98688"
+       y="646.63477" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/heliostat.svg
===================================================================
--- /trunk/nodist/images/presets/heliostat.svg	(revision 16006)
+++ /trunk/nodist/images/presets/heliostat.svg	(revision 16006)
@@ -0,0 +1,254 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__heliostat5.svg">
+  <defs
+     id="defs4266">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4221">
+      <stop
+         style="stop-color:#00022f;stop-opacity:1"
+         offset="0"
+         id="stop4223" />
+      <stop
+         style="stop-color:#c4c7ff;stop-opacity:1"
+         offset="1"
+         id="stop4225" />
+    </linearGradient>
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4221"
+       id="linearGradient4227"
+       x1="8"
+       y1="1048.3621"
+       x2="8"
+       y2="1042.3621"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="5.3676669"
+     inkscape:cy="7.170145"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="false"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4228"
+       d="m 8,1048.3621 0,4"
+       style="fill:none;fill-rule:evenodd;stroke:#666666;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="opacity:1;fill:url(#linearGradient4227);fill-opacity:1;stroke:#000000;stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1;marker-start:"
+       d="m 1.9342585,1041.8621 8,0 3.9999995,6 -7.9999995,0 z"
+       id="rect4219"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/island.svg
===================================================================
--- /trunk/nodist/images/presets/island.svg	(revision 16006)
+++ /trunk/nodist/images/presets/island.svg	(revision 16006)
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="03.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="8.9697083"
+     inkscape:cy="6.7551551"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-395px"
+       originy="-535px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-395,-501.36218)">
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect2991-0-7"
+       width="9"
+       height="16"
+       x="398"
+       y="501.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3808-8-5"
+       width="1"
+       height="1"
+       x="402"
+       y="516.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3818-5-1"
+       width="1"
+       height="1"
+       x="402"
+       y="501.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3905-2"
+       width="3"
+       height="16"
+       x="395"
+       y="501.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3907-3"
+       width="4"
+       height="16"
+       x="407"
+       y="501.36218" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#1a1a1a;fill-opacity:1;stroke:none"
+       id="path2993-9-2"
+       sodipodi:cx="360"
+       sodipodi:cy="506.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 360,504.36218 c 1.10457,0 2,0.89543 2,2 0,1.10457 -0.89543,2 -2,2"
+       transform="matrix(1.3991553,0,0,1.5000012,-101.69592,-250.18169)"
+       sodipodi:start="4.712389"
+       sodipodi:end="7.8539816"
+       sodipodi:open="true" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="path2993-9-2-2"
+       sodipodi:cx="360"
+       sodipodi:cy="506.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 361,504.63013 c 0.95659,0.55229 1.28434,1.77547 0.73205,2.73205 -0.17554,0.30404 -0.42801,0.55652 -0.73205,0.73205 l -1,-1.73205 z"
+       transform="matrix(1.9999998,0,0,2.8867455,-314.99995,-952.37657)"
+       sodipodi:start="5.2359878"
+       sodipodi:end="7.3303829" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3818-5-1-1"
+       width="1"
+       height="2"
+       x="402"
+       y="503.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3818-5-1-8"
+       width="1"
+       height="2"
+       x="402"
+       y="513.36218" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/location_transition.svg
===================================================================
--- /trunk/nodist/images/presets/location_transition.svg	(revision 16006)
+++ /trunk/nodist/images/presets/location_transition.svg	(revision 16006)
@@ -0,0 +1,239 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__location_transition10.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="10.727401"
+     inkscape:cy="10.231641"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#00d400;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0,1046.3621 16,0"
+       id="path4206"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4336"
+       width="16"
+       height="5.0000825"
+       x="0"
+       y="1047.3621" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1038.9034 8.4999999,0 0,10.9942 7.5000001,0"
+       id="path4215"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/lottery.svg
===================================================================
--- /trunk/nodist/images/presets/lottery.svg	(revision 16006)
+++ /trunk/nodist/images/presets/lottery.svg	(revision 16006)
@@ -0,0 +1,347 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64"
+   height="64"
+   id="svg1307"
+   sodipodi:version="0.32"
+   inkscape:version="0.43"
+   version="1.0"
+   sodipodi:docbase="/tmp/wikinews"
+   sodipodi:docname="Lotto-v1.svg">
+  <defs
+     id="defs1309" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4"
+     inkscape:cx="30.25"
+     inkscape:cy="23.910307"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     inkscape:window-width="984"
+     inkscape:window-height="719"
+     inkscape:window-x="0"
+     inkscape:window-y="0" />
+  <metadata
+     id="metadata1312">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="g6865">
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="-1.3614551"
+         x="10.326274"
+         height="34"
+         width="50.067074"
+         id="rect2216"
+         style="fill:#d99f9f;fill-opacity:1;stroke:#000000;stroke-width:0.93292624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="0.60500801"
+         x="20.35981"
+         height="6"
+         width="6"
+         id="rect2224"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="0.60500801"
+         x="28.35981"
+         height="6"
+         width="6"
+         id="rect2226"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="0.60500801"
+         x="36.35981"
+         height="6"
+         width="6"
+         id="rect2228"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="0.60500801"
+         x="44.35981"
+         height="6"
+         width="6"
+         id="rect2235"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="0.60500801"
+         x="12.359811"
+         height="6"
+         width="6"
+         id="rect2286"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="0.60500801"
+         x="52.35981"
+         height="6"
+         width="6"
+         id="rect2288"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="8.6050081"
+         x="20.35981"
+         height="6"
+         width="6"
+         id="rect2290"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="8.6050081"
+         x="28.35981"
+         height="6"
+         width="6"
+         id="rect2292"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="8.6050081"
+         x="36.359814"
+         height="6"
+         width="6"
+         id="rect2294"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="8.6050081"
+         x="44.359814"
+         height="6"
+         width="6"
+         id="rect2296"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="8.6050081"
+         x="12.359811"
+         height="6"
+         width="6"
+         id="rect2298"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="8.6050081"
+         x="52.359814"
+         height="6"
+         width="6"
+         id="rect2300"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="16.605007"
+         x="20.359804"
+         height="6"
+         width="6"
+         id="rect2302"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="16.605007"
+         x="28.359804"
+         height="6"
+         width="6"
+         id="rect2304"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="16.605007"
+         x="36.35981"
+         height="6"
+         width="6"
+         id="rect2306"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="16.605007"
+         x="44.35981"
+         height="6"
+         width="6"
+         id="rect2308"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="16.605007"
+         x="12.359806"
+         height="6"
+         width="6"
+         id="rect2310"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="16.605007"
+         x="52.35981"
+         height="6"
+         width="6"
+         id="rect2312"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="24.605007"
+         x="20.35981"
+         height="6"
+         width="6"
+         id="rect2314"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="24.605007"
+         x="28.35981"
+         height="6"
+         width="6"
+         id="rect2316"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="24.605007"
+         x="36.359818"
+         height="6"
+         width="6"
+         id="rect2318"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="24.605007"
+         x="44.359814"
+         height="6"
+         width="6"
+         id="rect2320"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="24.605007"
+         x="12.359812"
+         height="6"
+         width="6"
+         id="rect2322"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="matrix(0.963141,0.268997,-0.268997,0.963141,0,0)"
+         y="24.605007"
+         x="52.359814"
+         height="6"
+         width="6"
+         id="rect2324"
+         style="fill:none;fill-opacity:1;stroke:#b50023;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         id="path4082"
+         d="M 11.394423,3.291391 C 13.19723,7.6344064 14.111461,10.595961 15.865574,13.305076 C 16.073049,13.625509 16.407577,13.842783 16.678578,14.111636"
+         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         id="path4084"
+         d="M 16.904272,5.868514 C 17.309376,6.4941709 15.445697,6.1804209 14.708993,6.293661 C 12.874321,6.5756717 11.899317,9.161173 10.609804,9.8182242"
+         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </g>
+    <g
+       id="g6894"
+       transform="translate(-0.163838,-37.41383)">
+      <g
+         transform="matrix(1.310345,0,0,1.310345,-27.2672,12.59487)"
+         id="g4137">
+        <path
+           sodipodi:type="arc"
+           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.76315778;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="path1315"
+           sodipodi:cx="19.710602"
+           sodipodi:cy="30.85437"
+           sodipodi:rx="6.805903"
+           sodipodi:ry="6.805903"
+           d="M 26.516505 30.85437 A 6.805903 6.805903 0 1 1  12.904699,30.85437 A 6.805903 6.805903 0 1 1  26.516505 30.85437 z"
+           transform="translate(33.5953,16.45153)" />
+        <text
+           xml:space="preserve"
+           style="font-size:6px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+           x="49.560547"
+           y="49.453125"
+           id="text2212"
+           sodipodi:linespacing="125%"><tspan
+             sodipodi:role="line"
+             id="tspan2214"
+             x="49.560547"
+             y="49.453125">23</tspan></text>
+      </g>
+      <g
+         transform="matrix(1.310345,0,0,1.310345,-0.646509,6.456979)"
+         id="g4127">
+        <path
+           sodipodi:type="arc"
+           style="font-size:8px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.76315778;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;font-family:Bitstream Vera Sans"
+           id="path2202"
+           sodipodi:cx="19.710602"
+           sodipodi:cy="30.85437"
+           sodipodi:rx="6.805903"
+           sodipodi:ry="6.805903"
+           d="M 26.516505 30.85437 A 6.805903 6.805903 0 1 1  12.904699,30.85437 A 6.805903 6.805903 0 1 1  26.516505 30.85437 z"
+           transform="translate(2.595301,21.45153)" />
+        <text
+           xml:space="preserve"
+           style="font-size:4.94748735px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+           x="39.434193"
+           y="58.444778"
+           id="text2204"
+           sodipodi:linespacing="100%"
+           transform="matrix(1.143483,0.274659,-0.403949,0.777495,0,0)"><tspan
+             sodipodi:role="line"
+             id="tspan2206"
+             x="39.434193"
+             y="58.444778">12</tspan></text>
+      </g>
+      <g
+         transform="matrix(1.310345,0,0,1.310345,4.353479,2.465499)"
+         id="g4132">
+        <path
+           sodipodi:type="arc"
+           style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.76315778;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="path2198"
+           sodipodi:cx="19.710602"
+           sodipodi:cy="30.85437"
+           sodipodi:rx="6.805903"
+           sodipodi:ry="6.805903"
+           d="M 26.516505 30.85437 A 6.805903 6.805903 0 1 1  12.904699,30.85437 A 6.805903 6.805903 0 1 1  26.516505 30.85437 z"
+           transform="translate(17.9835,18.83973)" />
+        <text
+           xml:space="preserve"
+           style="font-size:5.03230143px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+           x="45.061573"
+           y="43.613289"
+           id="text2208"
+           sodipodi:linespacing="125%"
+           transform="scale(0.838717,1.192297)"><tspan
+             sodipodi:role="line"
+             id="tspan2210"
+             x="45.061573"
+             y="43.613289">42</tspan></text>
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/milestone.svg
===================================================================
--- /trunk/nodist/images/presets/milestone.svg	(revision 16006)
+++ /trunk/nodist/images/presets/milestone.svg	(revision 16006)
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="10.000005"
+   height="15.999977"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="35.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="14.896862"
+     inkscape:cy="2.6431793"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-235px"
+       originy="-540.00002px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-235,-496.36218)">
+    <path
+       sodipodi:type="arc"
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="path2989"
+       sodipodi:cx="238"
+       sodipodi:cy="500.36218"
+       sodipodi:rx="3"
+       sodipodi:ry="3"
+       d="m 241,500.36218 c 0,1.65686 -1.34315,3 -3,3 -1.65685,0 -3,-1.34314 -3,-3 0,-1.65685 1.34315,-3 3,-3 1.65685,0 3,1.34315 3,3 z"
+       transform="matrix(1.6666667,0,0,1.5,-156.66667,-249.68109)" />
+    <rect
+       style="fill:#4d4d4d;fill-opacity:1;stroke:none"
+       id="rect2987"
+       width="9.9999666"
+       height="11.999978"
+       x="235"
+       y="500.36218"
+       rx="0"
+       ry="0" />
+    <rect
+       style="fill:#b3b3b3;fill-opacity:1;stroke:none"
+       id="rect2991-9"
+       width="1.0180936"
+       height="6.1354146"
+       x="-7.7647033"
+       y="-564.4978"
+       transform="matrix(-0.90519741,0.42499136,-0.42025266,-0.90740713,0,0)" />
+    <rect
+       style="fill:#b3b3b3;fill-opacity:1;stroke:none"
+       id="rect2991-0-4"
+       width="1.0180936"
+       height="6.1354151"
+       x="-3.177521"
+       y="-562.34961"
+       transform="matrix(-0.9051974,0.42499137,-0.42025265,-0.90740713,0,0)" />
+    <rect
+       style="fill:#b3b3b3;fill-opacity:1;stroke:none"
+       id="rect2991-9-1"
+       width="1.0180936"
+       height="6.1354146"
+       x="-435.21201"
+       y="-360.63678"
+       transform="matrix(-0.90741195,-0.42024226,0.42498099,-0.90520228,0,0)" />
+    <rect
+       style="fill:#b3b3b3;fill-opacity:1;stroke:none"
+       id="rect2991-0-4-7"
+       width="1.0180936"
+       height="6.1354151"
+       x="-430.66403"
+       y="-362.74817"
+       transform="matrix(-0.90741195,-0.42024225,0.424981,-0.90520227,0,0)" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/motorway_junction.svg
===================================================================
--- /trunk/nodist/images/presets/motorway_junction.svg	(revision 16006)
+++ /trunk/nodist/images/presets/motorway_junction.svg	(revision 16006)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="486"
+   height="347"
+   viewBox="0 0 486 347"
+   id="Layer_1"
+   xml:space="preserve"
+   style="overflow:visible"><metadata
+   id="metadata2403"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+         rdf:resource="http://web.resource.org/cc/PublicDomain" /><dc:title></dc:title></cc:Work><cc:License
+       rdf:about="http://web.resource.org/cc/PublicDomain"><cc:permits
+         rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
+         rdf:resource="http://web.resource.org/cc/Distribution" /><cc:permits
+         rdf:resource="http://web.resource.org/cc/DerivativeWorks" /></cc:License></rdf:RDF></metadata><defs
+   id="defs2401" />
+<rect
+   width="486"
+   height="347"
+   x="0"
+   y="0"
+   id="rect2987"
+   style="fill:#ffffff;fill-opacity:1;stroke:none" /><g
+   id="XMLID_4_">
+	<g
+   id="g2394">
+		<path
+   d="m 486,4 c 0,3 0,6 0,9 -14.15,31.03 -30.58,72.23 -46,109 -3.52,8.39 -8.83,31.86 -20,31 -9.24,-0.71 -14.1,-24.24 -17,-33 -4.94,-14.93 -7.62,-25.51 -12,-38 -50.74,20.65 -87.69,53.67 -86,122 1.34,54.26 21.16,99.67 33,143 l -148,0 C 185.45,231.55 181.01,115.99 177,0 l 51,0 c 11.73,38.61 24.47,76.2 36,115 25.44,-24.63 60.55,-50.85 103,-63 -6.69,-8.75 -16.41,-15.01 -25,-22 -7.83,-6.37 -20.32,-12.24 -20,-26 1.99,-0.68 2.29,-3.05 4,-4 l 156,0 c 0.44,1.23 1.28,2.05 3,2 -0.16,1.16 0.22,1.78 1,2 z"
+   id="path2396" />
+		<path
+   d="m 111,0 51,0 c -4.53,115.47 -8.94,231.06 -13,347 L 0,347 0,344 C 37.73,230.06 73.56,114.23 111,0 z"
+   id="path2398" />
+	</g>
+</g>
+</svg>
Index: /trunk/nodist/images/presets/office_administrative.svg
===================================================================
--- /trunk/nodist/images/presets/office_administrative.svg	(revision 16006)
+++ /trunk/nodist/images/presets/office_administrative.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="administrative.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-0.74560552"
+     inkscape:cy="4.0690032"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3621 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.919e-4,0.013 -3.919e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5664"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4162"
+       width="1"
+       height="9.0000019"
+       x="-5.3644186e-007"
+       y="1043.3621" />
+    <rect
+       style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4175"
+       width="8.000001"
+       height="6.0000415"
+       x="0.9999997"
+       y="1043.3621" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/passingplace.svg
===================================================================
--- /trunk/nodist/images/presets/passingplace.svg	(revision 16006)
+++ /trunk/nodist/images/presets/passingplace.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="340"
+   height="340"
+   id="svg2"
+   version="1.1">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective3618"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="133.48921"
+     inkscape:cy="116.13646"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="1002"
+     inkscape:window-x="-4"
+     inkscape:window-y="-3"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-119.72398,-435.08149)">
+    <path
+       sodipodi:type="arc"
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#828282;stroke-width:10.77890490999999962;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="passing"
+       sodipodi:cx="294.28571"
+       sodipodi:cy="378.07648"
+       sodipodi:rx="51.42857"
+       sodipodi:ry="237.98166"
+       d="m 294.28571,616.05814 a 51.42857,237.98166 0 1 1 0,-475.96332"
+       transform="matrix(1.6172412,1.6172412,-0.33687259,0.33687259,-51.01183,3.8128213)"
+       sodipodi:start="1.5707963"
+       sodipodi:end="4.712389"
+       inkscape:label="#passing"
+       sodipodi:open="true" />
+    <path
+       style="fill:#adadad;fill-opacity:1;stroke:#828282;stroke-width:9.45491314;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M 162.02413,744.74956 435.1977,471.57598"
+       id="way" />
+    <g
+       id="g3600"
+       transform="matrix(0.71526955,0.71526955,-0.542115,0.542115,377.06495,185.30985)">
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3594"
+         d="m 240.66884,652.84685 c 0,0 -5.80837,-32.82996 -55.30585,-58.08377"
+         style="fill:none;stroke:#828282;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <path
+         id="path3598"
+         d="m 215.41503,609.15775 23.23351,30.80966 1.51523,-31.31473 -24.74874,0.50507 z"
+         style="fill:#828282;fill-opacity:1;stroke:none" />
+    </g>
+    <g
+       id="g3600-6"
+       transform="matrix(0.71526955,0.71526955,0.542115,-0.542115,-124.24198,686.61678)">
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3594-0"
+         d="m 240.66884,652.84685 c 0,0 -5.80837,-32.82996 -55.30585,-58.08377"
+         style="fill:none;stroke:#828282;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+      <path
+         id="path3598-9"
+         d="m 215.41503,609.15775 23.23351,30.80966 1.51523,-31.31473 -24.74874,0.50507 z"
+         style="fill:#828282;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/power_connection1.svg
===================================================================
--- /trunk/nodist/images/presets/power_connection1.svg	(revision 16006)
+++ /trunk/nodist/images/presets/power_connection1.svg	(revision 16006)
@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="connection.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="12.674325"
+     inkscape:cy="10.134108"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8944273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.5000007,1038.3621 v 8"
+       id="path4226"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0,1038.8621 H 16"
+       id="path4230"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4238"
+       cx="7.499999"
+       cy="1038.8621"
+       r="1.5" />
+    <circle
+       r="1.5"
+       cy="1045.8621"
+       cx="7.5"
+       id="circle4240"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0,1045.8621 H 16"
+       id="path4230-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/power_connection2.svg
===================================================================
--- /trunk/nodist/images/presets/power_connection2.svg	(revision 16006)
+++ /trunk/nodist/images/presets/power_connection2.svg	(revision 16006)
@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="connection2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="12.674325"
+     inkscape:cy="10.134108"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8944273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.5000007,1040.3621 v 8"
+       id="path4226"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0,1040.8621 H 16"
+       id="path4230"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4238"
+       cx="7.499999"
+       cy="1040.8621"
+       r="1.5" />
+    <circle
+       r="1.5"
+       cy="1047.8621"
+       cx="7.5"
+       id="circle4240"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0,1047.8621 H 16"
+       id="path4230-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/power_connection3.svg
===================================================================
--- /trunk/nodist/images/presets/power_connection3.svg	(revision 16006)
+++ /trunk/nodist/images/presets/power_connection3.svg	(revision 16006)
@@ -0,0 +1,256 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="connection43.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="5.8462"
+     inkscape:cy="5.134108"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.8944273px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5.5000007,1038.3621 c -0.020897,3.4518 0.068411,8.7353 0.7174012,10.9985 0.7485548,2.6104 5.3926701,2.7624 4.2825981,-3.4985"
+       id="path4226"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0,1038.8621 H 16"
+       id="path4230"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4238"
+       cx="5.499999"
+       cy="1038.8621"
+       r="1.5" />
+    <circle
+       r="1.5"
+       cy="1045.8621"
+       cx="10.5"
+       id="circle4240"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0,1045.8621 H 16"
+       id="path4230-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/railway.svg
===================================================================
--- /trunk/nodist/images/presets/railway.svg	(revision 16006)
+++ /trunk/nodist/images/presets/railway.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="320"
+   height="60"
+   id="svg3091"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="10.svg">
+  <defs
+     id="defs3093" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="127.46227"
+     inkscape:cy="68.199653"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3112"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="-1.7382813e-005px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3096">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-992.36218)">
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect4919-27"
+       width="320"
+       height="60"
+       x="0"
+       y="992.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect4921-6"
+       width="60"
+       height="40"
+       x="20"
+       y="1002.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect4923-14"
+       width="80"
+       height="40"
+       x="120"
+       y="1002.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect4925-2"
+       width="60"
+       height="40"
+       x="240"
+       y="1002.3622" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/railway_signal.svg
===================================================================
--- /trunk/nodist/images/presets/railway_signal.svg	(revision 16006)
+++ /trunk/nodist/images/presets/railway_signal.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="10"
+   height="16"
+   id="svg3850"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="traffic_signals.svg">
+  <defs
+     id="defs3852" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="5.7820201"
+     inkscape:cy="6.6012186"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3877"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="2px"
+       originy="-1.7382812e-005px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3855">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(2,-1036.3622)">
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect3804"
+       width="10"
+       height="16"
+       x="-2"
+       y="1036.3622"
+       ry="2" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:0.70588235;stroke:#ffffff;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:0.56078419;stroke-dasharray:none"
+       id="path3024"
+       sodipodi:cx="638"
+       sodipodi:cy="709.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,709.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-695.7619,262.44171)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:0.70744683;stroke:#ffffff;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.56078419;stroke-dasharray:none"
+       id="path3796"
+       sodipodi:cx="638"
+       sodipodi:cy="714.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,714.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-695.7619,261.96552)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ff0000;fill-opacity:1;stroke:#b20505;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3798"
+       sodipodi:cx="638"
+       sodipodi:cy="719.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,719.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-695.76189,261.48934)" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/railway_switch.svg
===================================================================
--- /trunk/nodist/images/presets/railway_switch.svg	(revision 16006)
+++ /trunk/nodist/images/presets/railway_switch.svg	(revision 16006)
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="105.98101"
+   id="svg3091"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="10.svg">
+  <defs
+     id="defs3093" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="127.46227"
+     inkscape:cy="89.71849"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3112"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="-7.2695923e-005px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3096">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-946.38112)">
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect4919-2-7"
+       width="160"
+       height="29.999945"
+       x="0"
+       y="1022.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect4923-5-4"
+       width="40"
+       height="20"
+       x="60"
+       y="1027.3623" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect4925-1-0"
+       width="30"
+       height="20"
+       x="120"
+       y="1027.3623" />
+    <g
+       id="g5088-4"
+       transform="matrix(8.6602541,-5.0000001,5.0000001,8.6602541,-9742.1362,-2827.4939)">
+      <rect
+         y="820.86218"
+         x="651"
+         height="2.9999945"
+         width="16"
+         id="rect4919-2-2-8"
+         style="fill:#000000;fill-opacity:1;stroke:none" />
+      <rect
+         y="821.36218"
+         x="657"
+         height="2"
+         width="4"
+         id="rect4923-5-2-8"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="821.36218"
+         x="663"
+         height="2"
+         width="3"
+         id="rect4925-1-1-2"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="821.36218"
+         x="652"
+         height="2"
+         width="3"
+         id="rect4921-6-3-6-4"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/sport/tee_area.svg
===================================================================
--- /trunk/nodist/images/presets/sport/tee_area.svg	(revision 16006)
+++ /trunk/nodist/images/presets/sport/tee_area.svg	(revision 16006)
@@ -0,0 +1,161 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="101.97638"
+   height="101.97638"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="tee.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-0" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5732"
+       id="linearGradient5766"
+       gradientUnits="userSpaceOnUse"
+       x1="135.73668"
+       y1="786.59497"
+       x2="135.85074"
+       y2="796.06512"
+       gradientTransform="matrix(1.1811017,0,0,1.1811017,28.593093,-46.764246)" />
+    <linearGradient
+       id="linearGradient5732">
+      <stop
+         style="stop-color:#594f03;stop-opacity:1"
+         offset="0"
+         id="stop5734" />
+      <stop
+         style="stop-color:#c5ad09;stop-opacity:1"
+         offset="1"
+         id="stop5736" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-4" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="-36.298389"
+     inkscape:cy="119.82921"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-436.6305,-349.64159)">
+    <g
+       id="g3268"
+       transform="translate(435.17774,348.18883)">
+      <path
+         id="path3270"
+         d="m 22.429134,2.4448819 60.023622,0 c 11.055118,0 19.984254,8.9291341 19.984254,19.9842521 l 0,60.023622 c 0,11.055118 -8.929136,19.984254 -19.984254,19.984254 l -60.023622,0 c -11.055118,0 -19.9842521,-8.929136 -19.9842521,-19.984254 l 0,-60.023622 c 0,-11.055118 8.9291341,-19.9842521 19.9842521,-19.9842521 z"
+         style="fill:#a8fa8b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.98425198px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3272"
+         d="m 10.062992,41.279527 86.173228,0 0,39.720473 -86.173228,0 z"
+         style="fill:#06910e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.92125982px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3274"
+         d="m 49.889764,25.688976 c 0,4.606299 -3.720473,8.326772 -8.326772,8.326772 -4.606299,0 -8.326772,-3.720473 -8.326772,-8.326772 0,-4.606299 3.720473,-8.362204 8.326772,-8.362204 4.606299,0 8.326772,3.755905 8.326772,8.362204 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#555555;stroke-width:1.20472443px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3276"
+         d="m 38.267716,38.161417 6.874016,0 0,23.385827 -3.57874,5.456693 -3.295276,-5.456693 z"
+         style="fill:#c5ad09;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3278"
+         d="m 35.787401,33.590551 c 2.692914,3.082677 1.877953,2.161417 2.338583,4.712598 0.03543,0 0,0.03543 0,0.03543 l 0,23.31496 3.330709,5.492126 L 45,61.653543 l 0,-23.31496 0,-0.03543 c 0.496063,-2.374015 -0.141732,-1.594488 2.338582,-4.712598 l -11.551181,0 z"
+         style="fill:none;stroke:#000000;stroke-width:0.49606299px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/traffic_calming.svg
===================================================================
--- /trunk/nodist/images/presets/traffic_calming.svg	(revision 16006)
+++ /trunk/nodist/images/presets/traffic_calming.svg	(revision 16006)
@@ -0,0 +1,221 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="4.0734712"
+     inkscape:cy="4.2697724"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#004aff;fill-opacity:1;stroke:none;stroke-width:1.29700005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4343"
+       width="16"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       rx="2" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 1,1049.3621 14,0 10e-7,-3 -2,0 c -1,0 -2,-3 -5,-3 -3,0 -4,3 -5,3 l -2,0 z"
+       id="path4211"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccssscc" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/traffic_mirror.svg
===================================================================
--- /trunk/nodist/images/presets/traffic_mirror.svg	(revision 16006)
+++ /trunk/nodist/images/presets/traffic_mirror.svg	(revision 16006)
@@ -0,0 +1,322 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="11.000029"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="08.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="9.6281481"
+     inkscape:cy="8.3728898"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-337px"
+       originy="-470px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-337,-566.36218)">
+    <rect
+       style="fill:#c8b7b7;fill-opacity:1;stroke:none"
+       id="rect2989-3"
+       width="9"
+       height="6"
+       x="338"
+       y="567.36218" />
+    <rect
+       style="fill:#cccccc;fill-opacity:1;stroke:none"
+       id="rect2991-1"
+       width="1"
+       height="8"
+       x="342"
+       y="574.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect2993-2"
+       width="1.0001225"
+       height="0.99995375"
+       x="337"
+       y="567.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect2995-3"
+       width="0.99993408"
+       height="1.0000679"
+       x="337"
+       y="571.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect2997-3"
+       width="1.000026"
+       height="0.99978256"
+       x="339"
+       y="573.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect2999-4"
+       width="0.99999619"
+       height="1"
+       x="343"
+       y="573.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3001-1"
+       width="1"
+       height="1"
+       x="345"
+       y="573.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3003-1"
+       width="1"
+       height="1"
+       x="347"
+       y="571.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3009-3"
+       width="1"
+       height="1"
+       x="347"
+       y="567.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3011-8"
+       width="1"
+       height="1"
+       x="344"
+       y="566.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3013-7"
+       width="1"
+       height="1"
+       x="340"
+       y="566.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3015-4"
+       width="1"
+       height="1"
+       x="337"
+       y="568.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3017-2"
+       width="1"
+       height="1"
+       x="337"
+       y="572.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3019-7"
+       width="1"
+       height="1"
+       x="340"
+       y="573.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3021-7"
+       width="1"
+       height="1"
+       x="344"
+       y="573.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3023-9"
+       width="1"
+       height="1"
+       x="346"
+       y="573.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3025-3"
+       width="1"
+       height="1"
+       x="347"
+       y="568.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3027-1"
+       width="1.0000283"
+       height="0.99984413"
+       x="347"
+       y="566.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3029-9"
+       width="0.99992859"
+       height="0.99978286"
+       x="343"
+       y="566.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3031-8"
+       width="1.0000174"
+       height="0.99975455"
+       x="339"
+       y="566.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3968"
+       width="1"
+       height="1"
+       x="337"
+       y="573.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3970"
+       width="1"
+       height="1"
+       x="341"
+       y="573.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3972"
+       width="1"
+       height="1"
+       x="347"
+       y="573.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3974"
+       width="1"
+       height="1"
+       x="347"
+       y="569.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3976"
+       width="1"
+       height="1"
+       x="346"
+       y="566.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3978"
+       width="1"
+       height="1"
+       x="342"
+       y="566.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3980"
+       width="1"
+       height="1"
+       x="338"
+       y="566.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3982"
+       width="1"
+       height="1"
+       x="337"
+       y="569.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3984"
+       width="1"
+       height="1"
+       x="337"
+       y="570.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3986"
+       width="1"
+       height="1"
+       x="338"
+       y="573.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3988"
+       width="1"
+       height="1"
+       x="342"
+       y="573.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3990"
+       width="1"
+       height="1"
+       x="347"
+       y="572.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3992"
+       width="1"
+       height="1"
+       x="347"
+       y="570.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3994"
+       width="1"
+       height="1"
+       x="345"
+       y="566.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3996"
+       width="1"
+       height="1"
+       x="341"
+       y="566.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3998"
+       width="1"
+       height="1"
+       x="337"
+       y="566.36218" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/transport/crossing2.svg
===================================================================
--- /trunk/nodist/images/presets/transport/crossing2.svg	(revision 16006)
+++ /trunk/nodist/images/presets/transport/crossing2.svg	(revision 16006)
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_crossing.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627418"
+     inkscape:cx="-2.6588823"
+     inkscape:cy="8.51055"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.41999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4142"
+       width="16.000004"
+       height="14.000041"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       ry="1.0000401" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4978-3"
+       width="16.000004"
+       height="2.9999599"
+       x="-4.7683727e-007"
+       y="1049.3621" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4980-3"
+       width="2.0000002"
+       height="3.9999194"
+       x="1.9999999"
+       y="1047.3621" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4984-4"
+       width="2.0000002"
+       height="3.9999194"
+       x="12.000002"
+       y="1047.3621" />
+    <g
+       id="g4139"
+       transform="matrix(1.083336,0,0,1.083336,-0.28539483,-86.366234)">
+      <path
+         style="fill:#3771c8;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path31-1-7-9"
+         d="m 8.9974621,1039.7475 c -0.2717474,-0.4801 -0.6027334,-0.9009 -1.1216077,-0.898 -0.7735773,0 -0.991882,0.323 -1.2938063,0.6249 l -1.917091,2.0517 c -0.5040482,0.52 0.1994342,1.1172 0.6184552,0.6436 l 1.3551756,-1.4802 0,2.4877 -1.0948375,4.39 c -0.2462742,0.9191 0.8082853,1.1119 1.026968,0.2957 0.3840289,-1.3964 1.1226074,-4.0049 1.1226074,-4.0049 l 1.5046684,4.0314 c 0.3446734,0.8212 1.3301008,0.3642 1.0508278,-0.3645 l -1.5813288,-4.4278 0,-2.1678 1.3510968,2.4636 c 0.293345,0.5349 1.093409,0.1 0.76408,-0.467"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="csccccccccccccsc" />
+      <path
+         style="fill:#3771c8;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         id="path47-86-1-7"
+         d="m 8.7153441,1037.285 c 0,-0.5097 -0.413226,-0.9229 -0.9230502,-0.9229 -0.5098266,0 -0.9230995,0.4132 -0.9230995,0.9229 0,0.51 0.4132729,0.9232 0.9230995,0.9232 0.5098242,0 0.9230502,-0.4132 0.9230502,-0.9232"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/transport/level_crossing2.svg
===================================================================
--- /trunk/nodist/images/presets/transport/level_crossing2.svg	(revision 16006)
+++ /trunk/nodist/images/presets/transport/level_crossing2.svg	(revision 16006)
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="level_crossing.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="3.5632884"
+     inkscape:cy="8.3664812"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.41999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4151"
+       width="16.000004"
+       height="14.000041"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       ry="1.0000391" />
+    <path
+       style="fill:#3771c8;fill-opacity:1"
+       d="m 4.0000002,1037.8317 -1.546875,2.9961 -2.45312563841862,1.0039 0,3 1.25585933841862,0 c 0.067814,-1.2331 1.0872995,-2.1992 2.3222656,-2.2012 1.2374593,10e-4 2.2586354,0.9693 2.3242188,2.2051 l 4.8183597,0 c 0.0632,-1.2367 1.083993,-2.2067 2.322266,-2.209 1.240774,0 2.261316,0.9755 2.322265,2.2149 l 0.634766,0 2e-6,-3.0098 -4.847657,-1.0117 -1.60547,-2.9883 z m 0.78125,1 4,0 1.0000008,2 -6.0000008,0 z"
+       id="path4159-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccccccc" />
+    <circle
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4153-4"
+       cx="3.5777335"
+       cy="1044.9607"
+       r="1.4001033" />
+    <circle
+       r="1.4001033"
+       cy="1044.9607"
+       cx="13.042019"
+       id="circle4238"
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4978-3"
+       width="16.000004"
+       height="2.9999611"
+       x="-4.7683727e-007"
+       y="1049.3621" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4980-3"
+       width="2.0000007"
+       height="3.9999213"
+       x="1.9999995"
+       y="1047.3621" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4984-4"
+       width="2.0000005"
+       height="3.9999213"
+       x="12.000002"
+       y="1047.3621" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/transport/platform.svg
===================================================================
--- /trunk/nodist/images/presets/transport/platform.svg	(revision 16006)
+++ /trunk/nodist/images/presets/transport/platform.svg	(revision 16006)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4163"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="24.svg">
+  <defs
+     id="defs4165" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="0.64342836"
+     inkscape:cy="7.857738"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4711"
+       originx="-364.99999"
+       originy="-370.00002" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4168">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-365,-666.36218)">
+    <rect
+       style="opacity:1;fill:#242424;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4725"
+       width="7.0000005"
+       height="2"
+       x="365"
+       y="680.36218" />
+    <rect
+       style="opacity:1;fill:#242424;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4727"
+       width="9.000001"
+       height="4"
+       x="372"
+       y="678.36218" />
+    <rect
+       style="opacity:1;fill:#734a08;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4729"
+       width="1.0000002"
+       height="12"
+       x="380"
+       y="666.36218" />
+    <rect
+       style="opacity:1;fill:#734a08;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4731"
+       width="6.0000005"
+       height="1"
+       x="374"
+       y="666.36218" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#734a08;fill-opacity:1"
+       d="m 375.27309,678.34987 c -0.16434,-0.0525 -0.29449,-0.1707 -0.33166,-0.30112 -0.0148,-0.052 -0.0219,-1.11512 -0.022,-3.30608 l -1.2e-4,-3.22947 -0.0832,0 -0.0832,0 0,1.21906 c 0,1.19507 -8.5e-4,1.22052 -0.043,1.29281 -0.0546,0.0936 -0.11603,0.1375 -0.23614,0.1688 -0.17758,0.0463 -0.37178,-0.0421 -0.44152,-0.20088 -0.0449,-0.10217 -0.042,-2.82715 0.003,-2.99607 0.10182,-0.38077 0.43146,-0.69271 0.81595,-0.77209 0.20254,-0.0418 2.07512,-0.0423 2.27705,-6.2e-4 0.2057,0.0425 0.38237,0.13855 0.5387,0.29296 0.16079,0.15881 0.23585,0.28765 0.29184,0.50092 0.039,0.14865 0.0412,0.22826 0.0412,1.5231 0,1.18364 -0.004,1.37624 -0.032,1.44092 -0.0431,0.10056 -0.0876,0.14578 -0.18655,0.19009 -0.16435,0.0735 -0.37323,0.0262 -0.4704,-0.10652 l -0.05,-0.0683 -0.006,-1.24211 -0.006,-1.2421 -0.0828,0 -0.0828,0 0,3.24533 c 0,3.5575 0.008,3.32129 -0.12079,3.45376 -0.10192,0.10465 -0.2059,0.14423 -0.37878,0.14423 -0.17288,0 -0.27684,-0.0396 -0.37878,-0.14423 -0.12654,-0.12989 -0.1208,-0.0292 -0.1208,-2.11532 l 0,-1.90691 -0.0832,0 -0.0832,0 0,1.90691 c 0,1.554 -0.005,1.91898 -0.0281,1.97216 -0.042,0.0975 -0.13316,0.19362 -0.22893,0.24122 -0.0923,0.0459 -0.30184,0.0672 -0.38842,0.0395 z m 0.46822,-8.35239 c -0.25164,-0.0876 -0.40716,-0.22253 -0.51725,-0.44888 -0.061,-0.12528 -0.0653,-0.14935 -0.0653,-0.35782 0,-0.21093 0.004,-0.23098 0.0673,-0.3567 0.31729,-0.62793 1.23335,-0.62947 1.55012,-0.003 0.0656,0.12979 0.0687,0.14615 0.0687,0.36944 0,0.21475 -0.005,0.24298 -0.0582,0.34908 -0.0898,0.17823 -0.22253,0.30819 -0.40378,0.39546 -0.14072,0.0678 -0.17645,0.0762 -0.34703,0.0819 -0.14313,0.005 -0.21596,-0.003 -0.2945,-0.0299 z"
+       id="path2558" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/transport/switch.svg
===================================================================
--- /trunk/nodist/images/presets/transport/switch.svg	(revision 16006)
+++ /trunk/nodist/images/presets/transport/switch.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="rail_railway_switch.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-11.517092"
+     inkscape:cy="4.0015607"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-8-3-7-6-5"
+       d="m -1.0476837e-5,1039.3621 0,-2 15.000015476837,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-2-0-9-3-7-8"
+       d="m -4.7683722e-7,1043.3621 0,-2 14.00000147683722,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-1-0-8-5-3-6"
+       d="m -4.7683722e-7,1047.3621 0,-2 13.00000147683722,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-5-0-5-8-3-4"
+       d="m -4.7683722e-7,1051.3621 0,-2 12.00000147683722,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-9-7-8-7-2-8-3-9"
+       d="m 3.0000019,1052.3621 -1.000011,0 0,-16 1.000011,0 z"
+       class="st5" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 5.9868759,1036.3621 c -3.703746,7.0026 -3.986328,15.2305 -3.986328,15.2305 l 1,0.035 c 0,0 0.323914,-8.4499 4.117188,-15.2656 l -1.13086,0 z"
+       id="path4812-4"
+       inkscape:connector-curvature="0" />
+    <path
+       class="st5"
+       d="m 10.000001,1052.3621 -1.0000113,0 0,-16 1.0000113,0 z"
+       id="path4143"
+       inkscape:connector-curvature="0"
+       style="fill:#000000;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4145"
+       d="m 12.986875,1036.3621 c -3.7037463,7.0026 -3.9863283,15.2305 -3.9863283,15.2305 l 1.0000003,0.035 c 0,0 0.323914,-8.4499 4.117188,-15.2656 l -1.13086,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/trash-bin.svg
===================================================================
--- /trunk/nodist/images/presets/trash-bin.svg	(revision 16006)
+++ /trunk/nodist/images/presets/trash-bin.svg	(revision 16006)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg831"
+   sodipodi:version="0.32"
+   width="112.85"
+   height="123.6125"
+   sodipodi:docname="trash-bin2.svg"
+   inkscape:version="0.91 r13725"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <metadata
+     id="metadata2212">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs833" />
+  <sodipodi:namedview
+     id="base"
+     inkscape:zoom="3.0498533"
+     inkscape:cx="0.52067075"
+     inkscape:cy="61.478367"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg831"
+     showgrid="false"
+     units="px"
+     inkscape:window-maximized="1" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4136"
+     width="112.85"
+     height="123.6125"
+     x="0"
+     y="-8.3923342e-006" />
+  <g
+     id="g663"
+     transform="matrix(0.453438,-0.0060926,0.00628608,0.467838,-68.49557,-243.2297)">
+    <path
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-dasharray:none;stroke-opacity:1"
+       d="m 234.631,654.56 c 8.279,-4.073 11.199,-8.145 14.119,-15.079 -7.396,-4.554 -13.898,-8.156 -17.721,-18.434 -3.207,-2.543 -18.027,0.637 -19.448,8.586 5.896,10.217 10.901,17.572 23.05,24.927 z"
+       id="path660"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 187.354,655.797 80.406,-10e-4 -10.149,110.072 -58.548,-0.782 -11.709,-109.289 z"
+       id="path661"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 289.719,610.341 c 0.846,7.972 4.226,26.31 4.226,34.282 0,12.757 -5.917,46.243 -6.763,57.405 -0.844,11.162 1.692,47.837 -0.844,51.824 -2.536,3.986 -19.44,6.378 -19.44,6.378 l -1.69,5.58 34.653,0 3.381,-58.202 c 1.69,-4.783 6.761,-8.77 10.141,0 0.846,6.379 0,22.324 2.536,28.703 2.536,6.378 5.072,23.918 5.072,23.918 0,0 -13.523,1.595 -13.523,5.581 0,3.987 28.736,2.392 28.736,2.392 -5.071,-10.364 -5.072,-50.228 -8.452,-55.81 1.69,-5.58 0,-90.093 0,-90.093 0,0 6.761,2.392 9.297,5.581 2.535,3.189 -0.846,30.296 0.845,35.878 3.099,4.517 8.733,4.252 11.833,1.594 -1.691,-10.364 0,-39.066 -1.69,-44.647 -1.691,-5.581 -19.44,-38.27 -25.357,-40.662 -5.915,-2.392 -10.141,-0.798 -12.677,-2.392 -2.535,-4.784 2.535,-9.568 3.38,-15.946 0,-12.756 -4.225,-17.54 -16.058,-17.54 -11.833,0 -16.904,5.582 -16.904,8.77 0,3.19 2.537,17.54 3.381,19.932 3.381,2.392 5.916,1.596 9.297,1.596 5.072,3.986 0.846,7.972 0.846,7.972 0,0 -1.691,0.797 -3.381,4.784 -2.536,3.986 -8.453,12.756 -14.369,12.756 -11.832,3.986 -45.639,3.19 -47.33,6.378 -3.381,3.987 -1.69,8.771 2.535,11.162 l 58.319,-7.174 z"
+       id="path662"
+       sodipodi:nodetypes="cccccccccccccccccccccccccccccccc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/vehicle/ford.svg
===================================================================
--- /trunk/nodist/images/presets/vehicle/ford.svg	(revision 16006)
+++ /trunk/nodist/images/presets/vehicle/ford.svg	(revision 16006)
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="ford12.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-3.9697886"
+     inkscape:cy="2.3971322"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="fill:#ffffff;fill-opacity:1"
+       id="rect4148"
+       width="16.000004"
+       height="16.000004"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       ry="2.3864501" />
+    <path
+       style="fill:#000000"
+       d="m 8.1107127,1037.3621 -1.0610248,3.8423 -5.048498,0.5092 -0.00119,2.8581 c 0,0 1.9439315,-0.017 6.0511112,-0.017 0.1430592,1.601 1.4544383,2.7956 2.9684849,2.7956 1.597498,0 2.980406,-1.3547 2.980406,-3.0788 0,-1.3793 -0.870279,-2.5123 -2.038598,-2.9187 l 0,-3.9779 -3.8506843,0 z"
+       id="path4153"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccsscccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#0070ff;stroke-width:1.73526525;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0.62451997,1051.114 1.84387033,-1.9325 1.8438702,1.9325 1.8438701,-1.9325 1.8438703,1.9325 1.8438707,-1.9325 1.8438704,1.9325 1.843869,-1.9325 1.843871,1.9325"
+       id="path4181"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff"
+       d="m 8.718716,1038.1256 2.420089,0 0,3.0666 -3.23076,0.024 0.810671,-3.0787 z"
+       id="path4151" />
+    <path
+       style="fill:#ffffff"
+       d="m 11.007668,1043.0395 c 0.762984,0 1.216005,0.5788 1.216005,1.2315 0,0.6527 -0.453021,1.2315 -1.216005,1.2315 -0.762985,0 -1.2160071,-0.5788 -1.2160071,-1.2315 0,-0.6527 0.4530221,-1.2315 1.2160071,-1.2315 z"
+       id="path4149" />
+    <circle
+       r="1.7789224"
+       cy="1045.5714"
+       cx="4.4972916"
+       id="circle4145"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4143"
+       cx="4.4972916"
+       cy="1045.5714"
+       r="0.91713595" />
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/vehicle/restrictions/bicycle_road.svg
===================================================================
--- /trunk/nodist/images/presets/vehicle/restrictions/bicycle_road.svg	(revision 16006)
+++ /trunk/nodist/images/presets/vehicle/restrictions/bicycle_road.svg	(revision 16006)
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="760"
+   height="760"
+   id="svg2"
+   inkscape:version="0.48.3.1 r9886"
+   sodipodi:docname="bicycle_road_sign_icon.svg">
+  <title
+     id="title3003">bicycle_road_sign_icon</title>
+  <metadata
+     id="metadata28">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>bicycle_road_sign_icon</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>skyper</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1920"
+     inkscape:window-height="1021"
+     id="namedview26"
+     showgrid="false"
+     inkscape:zoom="0.62105263"
+     inkscape:cx="-369.68442"
+     inkscape:cy="327.45704"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs4" />
+  <path
+     inkscape:connector-curvature="0"
+     id="rect2841"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.01799999999999979;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0;stroke-dashoffset:0;opacity:1;stroke-dasharray:none"
+     d="m 45.824811,3.3417118 667.440239,0 c 17.26431,0 44.40426,25.3658182 44.40426,44.6040572 l 0,663.062641 c 0,17.56106 -26.23171,45.64977 -47.01218,45.64977 l -662.224403,0 c -16.898243,0 -44.6781525,-25.29652 -44.6781525,-37.91916 l 0,-672.469767 c 0,-19.094699 22.7368545,-42.9275412 42.0702365,-42.9275412 z" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path1934"
+     style="fill:none;stroke:#000000;stroke-width:17;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;opacity:1"
+     d="m 25.443662,52.632534 0,658.329506 c 0,15.81111 15.542175,24.19269 27.474772,24.19269 l 657.360006,-0.25172 c 11.21703,0 24.66493,-13.41694 24.66493,-25.92349 l 0,-654.891497 c 0.17207,-19.416771 -15.69419,-29.40446 -26.88735,-29.40446 l -654.202941,0.25171 c -19.69216,0 -28.409417,14.141544 -28.409417,27.697261 z" />
+  <g
+     id="g3093"
+     transform="translate(-0.29929775,60.174376)">
+    <path
+       d="m 620.29687,319.82557 a 239.28563,239.28563 0 0 1 -478.57126,0 239.28563,239.28563 0 1 1 478.57126,0 z"
+       style="fill:#003399;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path1882"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g12681">
+      <circle
+         cx="215"
+         cy="409"
+         r="161"
+         transform="matrix(0.404263,0,0,0.404263,177.6268,199.8607)"
+         style="fill:none;stroke:#ffffff;stroke-width:40px;stroke-opacity:1"
+         id="circle11777"
+         sodipodi:cx="215"
+         sodipodi:cy="409"
+         sodipodi:rx="161"
+         sodipodi:ry="161"
+         d="m 376,409 c 0,88.91784 -72.08216,161 -161,161 -88.91784,0 -161,-72.08216 -161,-161 0,-88.91784 72.08216,-161 161,-161 88.91784,0 161,72.08216 161,161 z" />
+      <circle
+         cx="790"
+         cy="406"
+         r="161"
+         transform="matrix(0.404263,0,0,0.404263,177.6268,199.8607)"
+         style="fill:none;stroke:#ffffff;stroke-width:40px;stroke-opacity:1"
+         id="circle11779"
+         sodipodi:cx="790"
+         sodipodi:cy="406"
+         sodipodi:rx="161"
+         sodipodi:ry="161"
+         d="m 951,406 c 0,88.91784 -72.08216,161 -161,161 -88.91784,0 -161,-72.08216 -161,-161 0,-88.91784 72.08216,-161 161,-161 88.91784,0 161,72.08216 161,161 z" />
+      <path
+         d="m 351.25144,206.11348 c -53.59172,0.52234 -44.50307,-5.53676 -73.33604,87.12573 -23.48869,74.03725 -20.93021,65.96322 -21.05305,71.15653 -0.0861,4.03463 3.17077,7.23353 7.26337,7.50734 8.51119,-0.86058 4.93119,0.9205 34.43938,-90.71243 107.82185,113.74166 67.3698,95.29738 125.39558,97.60727 76.26112,-0.73127 82.45951,3.96976 83.3649,-7.20825 -0.10447,-3.79564 -1.88041,-6.0591 -54.21853,-122.54013 l 5.01443,-13.78968 17.2371,-0.3134 -0.6268,-14.41649 -64.24739,0 c -5.67605,7.7654 2.29829,7.73058 31.02679,14.10308 l -5.01443,14.10309 -128.18137,0.3134 c 8.63597,-30.15622 3.76082,-28.27581 42.62266,-28.20617 l 0.3134,-14.72989 z m -46.63991,58.39296 125.428,-0.22238 -36.24958,97.40685 -89.17842,-97.18447 z m 140.55052,5.78215 -35.58241,93.40383 77.83652,0.22239 -42.25411,-93.62622 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-opacity:1"
+         id="path11781"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/presets/wlan/wlan.svg
===================================================================
--- /trunk/nodist/images/presets/wlan/wlan.svg	(revision 16006)
+++ /trunk/nodist/images/presets/wlan/wlan.svg	(revision 16006)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="wlan2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.919596"
+     inkscape:cx="1.708747"
+     inkscape:cy="7.5709017"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1027"
+     inkscape:window-height="898"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-7.6573291,-6.9863105)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4136"
+       width="16.000069"
+       height="16"
+       x="7.6573291"
+       y="6.9863105" />
+    <g
+       id="g3523"
+       transform="matrix(0.79409201,0,0,0.75334086,3.2063056,3.6026141)">
+      <path
+         transform="matrix(2.4344654e-4,-0.3229747,0.3466886,2.2679447e-4,-84.550573,28.281801)"
+         sodipodi:open="true"
+         sodipodi:end="3.1461198"
+         sodipodi:start="6.2818457"
+         d="M 64.999978,265.18224 A 25,23.928572 0 0 1 52.486661,285.94441 25,23.928572 0 0 1 27.444365,285.90621 25,23.928572 0 0 1 15.000256,265.10597"
+         sodipodi:ry="23.928572"
+         sodipodi:rx="25"
+         sodipodi:cy="265.21429"
+         sodipodi:cx="40"
+         id="path3417"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#090505;stroke-width:2.9884491;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(0.00169302,0.3229709,-0.3466846,0.00157722,115.89082,2.0256076)"
+         sodipodi:open="true"
+         sodipodi:end="3.1461198"
+         sodipodi:start="6.2818457"
+         d="M 64.999978,265.18224 A 25,23.928572 0 0 1 52.486661,285.94441 25,23.928572 0 0 1 27.444365,285.90621 25,23.928572 0 0 1 15.000256,265.10597"
+         sodipodi:ry="23.928572"
+         sodipodi:rx="25"
+         sodipodi:cy="265.21429"
+         sodipodi:cx="40"
+         id="path3423"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#090505;stroke-width:2.9884491;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/session.svg
===================================================================
--- /trunk/nodist/images/session.svg	(revision 16006)
+++ /trunk/nodist/images/session.svg	(revision 16006)
@@ -0,0 +1,649 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="51.08881"
+   height="40.82074"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="/home/marco/svg/2008"
+   sodipodi:docname="box-open-0.1.svg"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3815">
+      <stop
+         style="stop-color:#b1883f;stop-opacity:1;"
+         offset="0"
+         id="stop3817" />
+      <stop
+         style="stop-color:#b1883f;stop-opacity:0;"
+         offset="1"
+         id="stop3819" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7504">
+      <stop
+         style="stop-color:white;stop-opacity:0.53218883"
+         offset="0"
+         id="stop7506" />
+      <stop
+         style="stop-color:white;stop-opacity:0;"
+         offset="1"
+         id="stop7508" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5734">
+      <stop
+         style="stop-color:white;stop-opacity:0.88627452"
+         offset="0"
+         id="stop5736" />
+      <stop
+         style="stop-color:white;stop-opacity:0.14509805"
+         offset="1"
+         id="stop5738" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5838">
+      <stop
+         style="stop-color:#7c6634;stop-opacity:1;"
+         offset="0"
+         id="stop5840" />
+      <stop
+         style="stop-color:#5f4e28;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5842" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5056">
+      <stop
+         id="stop5058"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.13541667;" />
+      <stop
+         id="stop5060"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5050">
+      <stop
+         id="stop5052"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.15625000;" />
+      <stop
+         id="stop5054"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5030">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.20833331;"
+         offset="0.0000000"
+         id="stop5032" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop5034" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4294">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.66799998"
+         offset="0"
+         id="stop4296" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4298" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3546">
+      <stop
+         style="stop-color:#e6be76;stop-opacity:1;"
+         offset="0"
+         id="stop3548" />
+      <stop
+         style="stop-color:#ba9a5f;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop3550" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5734"
+       id="linearGradient5740"
+       x1="46"
+       y1="37.749943"
+       x2="63.75"
+       y2="102.78278"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.388313,0,0,0.376593,-5.514659e-2,-2.49561)" />
+    <linearGradient
+       y2="42.025642"
+       y1="12.897436"
+       xlink:href="#linearGradient2166"
+       x2="63.358974"
+       x1="97.410255"
+       inkscape:collect="always"
+       id="linearGradient2176"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-0.384615,8.589744)" />
+    <linearGradient
+       y2="12"
+       y1="41"
+       xlink:href="#linearGradient2166"
+       x2="95"
+       x1="61"
+       inkscape:collect="always"
+       id="linearGradient2172"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-0.384615,8.589744)" />
+    <linearGradient
+       y2="895.68713"
+       y1="1079.7177"
+       xlink:href="#linearGradient1017"
+       x2="441.94626"
+       x1="97.909615"
+       inkscape:collect="always"
+       id="linearGradient6641"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.154701,0.866025)" />
+    <linearGradient
+       y2="1285.3988"
+       y1="1285.3988"
+       xlink:href="#linearGradient1017"
+       x2="84.609047"
+       x1="181.43164"
+       inkscape:collect="always"
+       id="linearGradient5876"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.154701,0.866025)" />
+    <linearGradient
+       y2="21.069715"
+       y1="813.86877"
+       xlink:href="#linearGradient6517"
+       x2="841.63055"
+       x1="45.506062"
+       inkscape:collect="always"
+       id="linearGradient5092"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.928107,0,0,0.69608,-112.1865,694.2911)" />
+    <linearGradient
+       id="linearGradient8387">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.0000000;"
+         offset="0.0000000"
+         id="stop8388" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.098039217;"
+         offset="0.42613181"
+         id="stop8392" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.16853933;"
+         offset="0.52207208"
+         id="stop8389" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.098039217;"
+         offset="0.63933450"
+         id="stop8391" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop8390" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6517">
+      <stop
+         style="stop-color:#002f8a;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop6518" />
+      <stop
+         style="stop-color:#005dcc;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop6520" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2152">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop2153" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.49803922;"
+         offset="0.0099999998"
+         id="stop2778" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop2154" />
+    </linearGradient>
+    <linearGradient
+       y2="-157.47726"
+       y1="-177.46144"
+       xlink:href="#linearGradient1022"
+       x2="9.707943"
+       x1="-8.4761829"
+       id="linearGradient1021"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.578926,0.633342)" />
+    <linearGradient
+       y2="-127.91295"
+       y1="-154.59496"
+       xlink:href="#linearGradient1017"
+       x2="12.010341"
+       x1="-3.191411"
+       id="linearGradient1025"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.555191,0.643008)" />
+    <linearGradient
+       y2="-178.84084"
+       y1="-210.38924"
+       xlink:href="#linearGradient1017"
+       x2="-19.672827"
+       x1="-27.045366"
+       id="linearGradient1026"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.916124,0.521887)" />
+    <linearGradient
+       id="linearGradient2302">
+      <stop
+         style="stop-color:#2c3d78;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop2303" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop2304" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1022">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.40833300;"
+         offset="0.0000000"
+         id="stop1024" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop1023" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1017">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.17500000;"
+         offset="0.0000000"
+         id="stop1019" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.37500000;"
+         offset="1.0000000"
+         id="stop1018" />
+    </linearGradient>
+    <defs
+       id="defs877">
+      <linearGradient
+         y2="0.5"
+         y1="0.5"
+         xlink:href="#linearGradient1017"
+         x2="1"
+         x1="0"
+         spreadMethod="pad"
+         id="linearGradient585"
+         gradientUnits="objectBoundingBox" />
+      <linearGradient
+         y2="0.5"
+         y1="0.5"
+         xlink:href="#linearGradient1022"
+         x2="1"
+         x1="0"
+         spreadMethod="pad"
+         id="linearGradient579"
+         gradientUnits="objectBoundingBox" />
+      <linearGradient
+         y2="0.60227275"
+         y1="0.51136363"
+         xlink:href="#linearGradient579"
+         x2="0.41176471"
+         x1="0.4852941"
+         id="linearGradient582" />
+      <linearGradient
+         y2="1.0964912"
+         y1="0.12280702"
+         xlink:href="#linearGradient585"
+         x2="0.3272059"
+         x1="0.50735295"
+         id="linearGradient584" />
+      <linearGradient
+         xlink:href="#linearGradient585"
+         id="linearGradient589" />
+    </defs>
+    <linearGradient
+       id="linearGradient3658">
+      <stop
+         style="stop-color:#ffff47;stop-opacity:1;"
+         offset="0"
+         id="stop3660" />
+      <stop
+         style="stop-color:#ffdd47;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop3662" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4564">
+      <stop
+         style="stop-color:#c6a965;stop-opacity:1;"
+         offset="0"
+         id="stop4566" />
+      <stop
+         style="stop-color:#b79d5d;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop4568" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4580">
+      <stop
+         style="stop-color:#d3b46b;stop-opacity:1;"
+         offset="0"
+         id="stop4582" />
+      <stop
+         style="stop-color:#ad9457;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop4584" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4596">
+      <stop
+         style="stop-color:#937541;stop-opacity:1;"
+         offset="0"
+         id="stop4598" />
+      <stop
+         style="stop-color:#524124;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop4600" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4612">
+      <stop
+         style="stop-color:#193670;stop-opacity:1;"
+         offset="0"
+         id="stop4614" />
+      <stop
+         style="stop-color:#132955;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop4616" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2166">
+      <stop
+         style="stop-color:#009300;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop2168" />
+      <stop
+         style="stop-color:#00cd00;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop2170" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3755"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,1.055011,1.5082821)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3759"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,1.0550113,1.5082821)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5030"
+       id="radialGradient3765"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0177515,0,0,0.1310797,127.25834,37.243336)"
+       cx="-59.60252"
+       cy="522.11993"
+       fx="-59.60252"
+       fy="522.11993"
+       r="61.16605" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5030"
+       id="radialGradient3796"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0177515,0,0,0.1310797,127.25834,37.243336)"
+       cx="-59.60252"
+       cy="522.11993"
+       fx="-59.60252"
+       fy="522.11993"
+       r="61.16605" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3803"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-64.882697,27.267619)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3806"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-64.882697,27.267619)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3815"
+       id="linearGradient3821"
+       x1="-79.732391"
+       y1="63.816757"
+       x2="-80.912842"
+       y2="57.477097"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,-1,-165.99332,117.92031)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3815"
+       id="linearGradient3838"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,-1,-113.1261,122.66317)"
+       x1="-79.732391"
+       y1="63.816757"
+       x2="-82.772545"
+       y2="59.333252" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3841"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-11.944989,32.258282)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3844"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-11.944989,32.258282)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5030"
+       id="radialGradient3861"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0177515,0,0,0.1310797,127.25834,37.243336)"
+       cx="-59.60252"
+       cy="522.11993"
+       fx="-59.60252"
+       fy="522.11993"
+       r="61.16605" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3863"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-11.944989,32.258282)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3865"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-11.944989,32.258282)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3815"
+       id="linearGradient3867"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,-1,-113.1261,122.66317)"
+       x1="-79.732391"
+       y1="63.816757"
+       x2="-82.772545"
+       y2="59.333252" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8284271"
+     inkscape:cx="20.570675"
+     inkscape:cy="-26.943759"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="913"
+     inkscape:window-height="710"
+     inkscape:window-x="30"
+     inkscape:window-y="5"
+     showborder="false"
+     showgrid="false"
+     inkscape:showpageshadow="false"
+     width="48px"
+     height="48px" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(110.04367,-53.811123)">
+    <g
+       id="g6343"
+       inkscape:groupmode="layer"
+       inkscape:label="Layer 1"
+       transform="matrix(0.6454805,0,0,0.6454805,234.71183,124.03662)" />
+    <g
+       id="g9086"
+       inkscape:groupmode="layer"
+       inkscape:label="Layer 1"
+       transform="matrix(0.6454805,0,0,0.6454805,180.49147,34.726518)" />
+    <g
+       id="g3825">
+      <path
+         inkscape:transform-center-x="-6.026071"
+         inkscape:transform-center-y="-8.329675"
+         sodipodi:nodetypes="cccsc"
+         id="path3823"
+         d="M -86.623105,54.489535 C -86.623105,54.489535 -93.37311,59.924486 -93.37311,59.924486 L -107.6537,65.549227 C -107.6537,65.549227 -100.31677,58.695342 -100.31677,58.695342 C -100.31677,58.695342 -86.623105,54.489535 -86.623105,54.489535 z "
+         style="fill:#b1883f;fill-opacity:1;fill-rule:evenodd;stroke:#746137;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
+      <path
+         transform="matrix(0.4176239,0,0,0.8311427,-112.31209,-3.117884)"
+         d="M 127.76384 105.68266 A 61.16605 11.926199 0 1 1  5.431736,105.68266 A 61.16605 11.926199 0 1 1  127.76384 105.68266 z"
+         sodipodi:ry="11.926199"
+         sodipodi:rx="61.16605"
+         sodipodi:cy="105.68266"
+         sodipodi:cx="66.597786"
+         id="path3782"
+         style="color:#000000;fill:url(#radialGradient3796);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3784"
+         d="M -80.885932,63.528182 L -100.31271,58.888017 L -100.43771,83.714158 L -80.885932,88.352168 L -80.885932,63.528182 z "
+         style="fill:#c7a465;fill-opacity:1;fill-rule:nonzero;stroke:#746137;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3786"
+         d="M -80.495766,63.524502 L -66.479523,59.312192 L -66.391135,83.70756 L -80.459155,88.259337 L -80.495766,63.524502 z "
+         style="fill:#c7a465;fill-opacity:1;fill-rule:nonzero;stroke:#746137;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3788"
+         d="M -85.961079,54.311123 L -66.273711,59.022967 L -80.767049,63.259337 L -100.43771,58.703685 L -85.961079,54.311123 z "
+         style="fill:#82642f;fill-opacity:1;fill-rule:nonzero;stroke:#746137;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3792"
+         d="M -81.417561,63.863221 L -81.417561,76.74957 C -84.694545,80.06392 -99.979165,55.276567 -99.786401,78.409507 L -99.778553,59.474836 L -81.417561,63.863221 z "
+         style="opacity:0.81171546;fill:url(#linearGradient3806);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3794"
+         d="M -79.986992,63.85196 C -79.986992,63.85196 -79.986992,76.738309 -79.986992,76.738309 C -75.383439,57.824095 -66.709947,64.559769 -67.063501,59.963575 L -79.986992,63.85196 z "
+         style="opacity:0.81171546;fill:url(#linearGradient3803);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         inkscape:transform-center-y="-8.3223685"
+         inkscape:transform-center-x="-10.429825"
+         sodipodi:nodetypes="cccsc"
+         id="path3790"
+         d="M -74.31573,72.895758 C -74.31573,72.895758 -80.5743,63.739982 -80.5743,63.739982 L -65.875944,59.320564 C -65.875944,59.320564 -60.822643,68.096899 -60.822643,68.096899 C -60.822643,68.096899 -74.31573,72.895758 -74.31573,72.895758 z "
+         style="fill:#b1883f;fill-opacity:1;fill-rule:evenodd;stroke:#746137;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3813"
+         d="M -67.705475,59.313708 C -67.705475,59.313708 -86.090252,55.071068 -86.090252,55.071068 L -98.02896,58.731601 C -83.77896,63.231601 -80.205475,57.188708 -67.705475,59.313708 z "
+         style="fill:url(#linearGradient3821);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/images/uploadproperties.svg
===================================================================
--- /trunk/nodist/images/uploadproperties.svg	(revision 16006)
+++ /trunk/nodist/images/uploadproperties.svg	(revision 16006)
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="32"
+   height="32"
+   id="svg2636"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="uploadproperties.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs2638">
+    <linearGradient
+       id="linearGradient3307"
+       inkscape:collect="always">
+      <stop
+         id="stop3309"
+         offset="0"
+         style="stop-color:#888a85;stop-opacity:1;" />
+      <stop
+         id="stop3311"
+         offset="1"
+         style="stop-color:#888a85;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3307"
+       id="linearGradient3213"
+       gradientUnits="userSpaceOnUse"
+       x1="36.201752"
+       y1="37.667465"
+       x2="30.034962"
+       y2="41.842426"
+       gradientTransform="translate(-12.085485,46.559377)" />
+    <linearGradient
+       id="linearGradient3315"
+       inkscape:collect="always">
+      <stop
+         id="stop3317"
+         offset="0"
+         style="stop-color:white;stop-opacity:1;" />
+      <stop
+         id="stop3319"
+         offset="1"
+         style="stop-color:white;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3315"
+       id="linearGradient3211"
+       gradientUnits="userSpaceOnUse"
+       x1="33.358002"
+       y1="37.386215"
+       x2="33.358002"
+       y2="49.240597"
+       gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,24.376723,41.46818)" />
+    <linearGradient
+       id="linearGradient3355">
+      <stop
+         style="stop-color:#6f716c;stop-opacity:1;"
+         offset="0"
+         id="stop3357" />
+      <stop
+         style="stop-color:#888a85;stop-opacity:0;"
+         offset="1"
+         id="stop3359" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3355"
+       id="linearGradient3209"
+       gradientUnits="userSpaceOnUse"
+       x1="38.045502"
+       y1="44.886215"
+       x2="35.045086"
+       y2="49.835117"
+       gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,24.376723,41.46818)" />
+    <linearGradient
+       id="linearGradient3331"
+       inkscape:collect="always">
+      <stop
+         id="stop3333"
+         offset="0"
+         style="stop-color:#d3d7cf;stop-opacity:1;" />
+      <stop
+         id="stop3335"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3331"
+       id="linearGradient3207"
+       gradientUnits="userSpaceOnUse"
+       x1="35.197689"
+       y1="46.093544"
+       x2="33.97504"
+       y2="48.780663"
+       gradientTransform="matrix(0.707107,-0.707107,0.707107,0.707107,24.376723,41.46818)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3373">
+      <stop
+         style="stop-color:white;stop-opacity:1"
+         offset="0"
+         id="stop3375" />
+      <stop
+         style="stop-color:white;stop-opacity:0"
+         offset="1"
+         id="stop3377" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3373"
+       id="linearGradient3205"
+       gradientUnits="userSpaceOnUse"
+       x1="34.715317"
+       y1="37.277191"
+       x2="34.739281"
+       y2="39.821026" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective2644" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8"
+     inkscape:cx="62.244146"
+     inkscape:cy="-17.783918"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="640"
+     inkscape:window-height="669"
+     inkscape:window-x="776"
+     inkscape:window-y="218" />
+  <metadata
+     id="metadata2641">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <image
+       y="-1.445924"
+       x="-2.1832919"
+       id="image2612"
+       height="24"
+       width="24"
+       sodipodi:absref="C:\data\projekte\eclipse-3.5-ws\JOSM\images\upload.png"
+       xlink:href="C:\data\projekte\eclipse-3.5-ws\JOSM\images\upload.png" />
+    <g
+       style="display:inline"
+       id="g3199"
+       transform="translate(-56.944674,-22.388676)">
+      <path
+         sodipodi:type="inkscape:offset"
+         inkscape:radius="1.9415275"
+         inkscape:original="M 32.5 24.1875 C 30.13715 25.312159 28.5 27.710447 28.5 30.5 C 28.5 33.289555 30.137147 35.687838 32.5 36.8125 L 32.5 52.53125 L 38.53125 52.53125 L 38.53125 36.8125 C 40.880361 35.682677 42.5 33.279516 42.5 30.5 C 42.5 27.720486 40.880357 25.31732 38.53125 24.1875 L 38.53125 30.5 L 35.5 31.5 L 32.5 30.5 L 32.5 24.1875 z "
+         style="opacity:0.6;fill:url(#linearGradient3205);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3191"
+         d="M 32.25,22.25 C 32.043286,22.280154 31.842792,22.343467 31.65625,22.4375 C 28.640502,23.872923 26.5625,26.95081 26.5625,30.5 C 26.5625,33.580722 28.174273,36.238535 30.5625,37.84375 L 30.5625,52.53125 C 30.564822,53.600338 31.430912,54.466428 32.5,54.46875 L 38.53125,54.46875 C 39.600338,54.466428 40.466428,53.600338 40.46875,52.53125 L 40.46875,37.84375 C 42.844043,36.232086 44.4375,33.567313 44.4375,30.5 C 44.4375,26.966258 42.379089,23.882338 39.375,22.4375 C 38.773479,22.149072 38.066011,22.189623 37.501386,22.544893 C 36.936761,22.900162 36.594042,23.520404 36.59375,24.1875 L 36.59375,29.09375 L 35.53125,29.46875 L 34.4375,29.09375 L 34.4375,24.1875 C 34.440787,23.627701 34.202308,23.093722 33.783242,22.72255 C 33.364176,22.351377 32.805304,22.179131 32.25,22.25 z"
+         transform="matrix(0.707107,-0.707107,0.707107,0.707107,24.376723,41.46818)" />
+      <path
+         inkscape:transform-center-y="4.25"
+         sodipodi:nodetypes="csccccsccccc"
+         id="path3193"
+         d="M 64.460851,35.590353 C 63.585317,38.056395 64.123523,40.909882 66.096036,42.882394 C 68.06855,44.854908 70.92203,45.393112 73.388077,44.517579 L 84.496141,55.625643 L 88.76088,51.360904 L 77.652816,40.25284 C 78.514983,37.792861 77.960949,34.948311 75.995534,32.982896 C 74.03012,31.017482 71.185564,30.463448 68.72559,31.325614 L 73.189203,35.789227 L 71.76394,38.628703 L 68.924464,40.053966 L 64.460851,35.590353 z"
+         style="opacity:1;fill:url(#linearGradient3207);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3209);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+      <path
+         sodipodi:nodetypes="cssccccsscccccccc"
+         id="path3195"
+         d="M 65.278443,37.82216 C 65.241287,39.398428 65.595444,40.967588 66.803143,42.175287 C 68.500555,43.872699 70.939563,44.319035 73.05662,43.567404 C 73.420655,43.440219 73.825401,43.534946 74.095184,43.810472 L 84.480516,54.195804 L 87.331041,51.345279 L 76.945709,40.959947 C 76.670183,40.690164 76.575456,40.285418 76.702641,39.921383 C 77.441691,37.81269 76.980699,35.382275 75.288427,33.690003 C 74.087903,32.489479 72.524408,32.117827 70.957396,32.143206 L 73.89631,35.08212 C 74.196292,35.387224 74.267489,35.850006 74.073087,36.231169 L 72.636776,39.081694 C 72.540784,39.272675 72.385815,39.427645 72.194834,39.523636 L 69.366406,40.93785 C 68.985243,41.132253 68.522461,41.061055 68.217357,40.761073 L 65.278443,37.82216 z"
+         style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3211);stroke-width:1.00000036;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+      <rect
+         ry="1.0000049"
+         rx="1.0000049"
+         y="84.059372"
+         x="22.414534"
+         height="15.00002"
+         width="2.0000098"
+         id="rect3197"
+         style="opacity:0.4;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient3213);stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:1.4;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         transform="matrix(0.7071068,-0.7071068,0.7071068,0.7071068,0,0)" />
+    </g>
+  </g>
+</svg>
Index: /trunk/nodist/styles/potlatch2/README
===================================================================
--- /trunk/nodist/styles/potlatch2/README	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/README	(revision 16006)
@@ -0,0 +1,19 @@
+The Potlatch 2 styles need to be patched in order to work with the JOSM MapCSS implementation.
+
+Potlatch 2's repository is git://git.openstreetmap.org/potlatch2.git
+
+ * nodist/styles/potlatch2/source
+        contains the unmodified source files copied from git.openstreetmap.org/potlatch2.git/history/master:/resources/stylesheets
+
+ * nodist/styles/potlatch2/patched
+        contains the manually edited version
+
+ * resources/images/icons
+        copy of git.openstreetmap.org/potlatch2.git/tree/HEAD:/resources/icons
+
+ * resources/styles/standard/potlatch2.mapcss
+        concatination of the patched files; the ant task 'assemble' helps with this (use build.xml in the current folder)
+
+When updating from upstream, keep all 4 locations in sync.
+
+At time of writing, the last update used 0a21b8bca71f6105c244cb52d7b7dcb5a840bd3a (2014-10-07) but better check the commit dates as well.
Index: /trunk/nodist/styles/potlatch2/build.xml
===================================================================
--- /trunk/nodist/styles/potlatch2/build.xml	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/build.xml	(revision 16006)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project name="potlatch2_patch_utils" basedir="." default="assemble">
+    <!--    concatinate the files to one mapcss style file     -->
+    <target name="assemble">
+        <concat destfile="../../../resources/styles/standard/potlatch2.mapcss">
+            <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE nodist/styles/potlatch2/README) */
+            </header>
+            <filelist dir="." files="prelude.css"/>
+            <filelist dir="patched" files="core_ways.css,core_pois.css,core_landuse.css,core_relations.css,potlatch.css"/>
+        </concat>
+    </target>
+</project>
Index: /trunk/nodist/styles/potlatch2/patched/core_landuse.css
===================================================================
--- /trunk/nodist/styles/potlatch2/patched/core_landuse.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/patched/core_landuse.css	(revision 16006)
@@ -0,0 +1,48 @@
+/****************
+ * core_landuse.css
+ ****************/
+
+/* Landuse */
+
+area[natural]:closed                          { color: #ADD6A5; width: 1; fill-color: #ADD6A5; fill-opacity: 0.2; }
+area[natural=beach]:closed                    { color: #ffdd44; width: 1; fill-color: yellow; fill-opacity: 0.2; prop_area_small_name : 1;}
+way[natural=coastline]						{ z-index: 5; color: black; width: 3; }
+area[landuse]:closed                          { color: #444444; width: 2; fill-color: #444444; fill-opacity: 0.3; }
+area[landuse=residential]:closed              { color: #666666; width: 2; fill-color: #666666; fill-opacity: 0.15; }
+area[landuse=retail]:closed                   { color: #cc2222; width: 2; fill-color: #aa4422; fill-opacity: 0.15; }
+area[landuse=commercial]:closed               { color: #4444bb; width: 2; fill-color: #444488; fill-opacity: 0.15; }
+area[landuse=military]:closed                 { color: #ff4444; width: 2; fill-color: #ff4444; fill-opacity: 0.2; prop_area_small_name : 1; }
+area[amenity]:closed, area[shop]:closed                { color: #ADCEB5; width: 1; fill-color: #ADCEB5; fill-opacity: 0.2; }
+/* way[sport] should not be rendered by itself, according to wiki. Can we make it an "if all else fails"? */
+area[leisure]:closed                         { color: #8CD6B5; width: 1; fill-color: #8CD6B5; fill-opacity: 0.2; }
+area[tourism]:closed                          { color: #F7CECE; width: 1; fill-color: #F7CECE; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[historic]:closed, area[ruins]:closed        { color: #F7F7DE; width: 1; fill-color: #F7F7DE; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[military]:closed                         { color: #D6D6D6; width: 1; fill-color: #D6D6D6; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[building]:closed                         { color: #bca9a9; width: 1; fill-color: #ff6ec7; fill-opacity: 0.2; }
+area[natural=water]:closed,
+area[waterway][waterway!=dam]:closed          { color: #3434ff;    width: 2; fill-color: #3434ff;    fill-opacity: 0.2; prop_area_small_name : 1;}
+way[waterway=dam]!:closed                   { z-index: 5; color: black; width: 3; }
+area[waterway=dam]:closed                   { z-index: 5; color: black; width: 1; fill-color: #222222; fill-opacity: 0.1; prop_area_small_name : 1;}
+area[man_made]:closed							{ color: black; width: 2; fill-color: #222222; fill-opacity: 0.1; prop_area_small_name : 1; }
+area[man_made=reservoir_covered]:closed       { color: #3434ff; width: 2; dashes: 4, 2; fill-color: #222222; fill-opacity: 0.1; prop_area_small_name : 1; }
+area[landuse=reservoir]:closed                { color: #3434ff;    width: 2; fill-color: #3434ff;    fill-opacity: 0.2; prop_area_small_name : 1;}
+area[landuse=forest]:closed, area[natural=wood]:closed { color: green;   width: 2; fill-color: green;   fill-opacity: 0.2; prop_area_small_name : 1;}
+area[leisure=park]:closed                    { color: #22aa22; width: 2; fill-color: #44ff44; fill-opacity: 0.15; prop_area_small_name : 1;}
+area[leisure=garden]:closed                  { color: #66ff44; width: 1; fill-color: #66ff44; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[leisure=pitch]:closed					{ z-index: 6; color: #88bb44; width: 2; fill-color: #88ff44; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[landuse=recreation_ground]:closed        { color: green; fill-color: green; prop_area_small_name : 1;}
+area[amenity=parking]:closed                  { color: #bbaa66;    width: 1; fill-color: #bbaa66;    fill-opacity: 0.2; }
+area[public_transport=pay_scale_area]:closed  { color: gray;    width: 1; fill-color: gray;    fill-opacity: 0.1; }
+way[man_made=pier]							{ z-index: 4; color: #777; width: 3; casing-color: black; casing-width: 1;}
+way[man_made=pier][floating=yes]			{ z-index: 5; dashes: 4,2; casing-color: #444;}
+area[leisure=marina]:closed					{ color: pink; fill-color: pink; fill-opacity: 0.4; prop_area_small_name : 1;}
+way[leisure=slipway]						{ z-index: 5; color: grey; width: 3; casing-color: #3434ff; casing-width: 2; }
+area[leisure=golf_course]:closed { color: #44ee22; width: 2; fill-color: #44ee22; fill-opacity: 0.2; prop_area_small_name : 1;}
+way[boundary]                               { z-index: 5; color: #000066; width: 2; opacity: 0.6; dashes: 24,4, 4, 4; z-index: 4;}
+/* Perhaps should be filled, on lower zooms. */
+way[boundary=national_park]                 { z-index: 5; color: #225500; width: 2; opacity: 0.6; dashes: 24,4, 4, 4; z-index: 4;}
+way[boundary=protected_area]                { z-index: 5; color: #447744; width: 2; opacity: 0.6; dashes: 12,4, 4, 4; z-index: 4;}
+way[boundary=administrative]                { z-index: 5; color: purple; width: 2; opacity: 0.2; dashes: 24,4; z-index: 4;}
+way[boundary=administrative][waterway]      { z-index: 5; opacity: 0.8; z-index: 4; dashes: 24,4; width: 6; }
+area[landuse=cemetery]:closed						{ color: #664466; width: 2; fill-color: #664466; opacity: 0.2; prop_area_small_name : 1;}
+/* Addressing. Nodes with addresses *and* match POIs should have a poi icon, so we put addressing first */
Index: /trunk/nodist/styles/potlatch2/patched/core_pois.css
===================================================================
--- /trunk/nodist/styles/potlatch2/patched/core_pois.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/patched/core_pois.css	(revision 16006)
@@ -0,0 +1,152 @@
+
+/****************
+ * core_pois.css
+ ****************/
+
+node { text-anchor-horizontal: center; text-anchor-vertical: below; }
+
+node[place] { icon-image: icons/place.png; font-family: DejaVu; text: auto; font-size: 10; font-weight: bold; z-index: 20; }
+node[amenity=telephone] { icon-image: icons/telephone.png; z-index: 20; }
+node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; z-index: 20; }
+node[tourism=guesthouse] { icon-image: icons/accommodation_bed_and_breakfast.n.16.png; z-index: 20; }
+node[tourism=alpine_hut] { icon-image: icons/accommodation_alpinehut.n.16.png; z-index: 20; }
+node[tourism=camp_site] { icon-image: icons/accommodation_camping.n.16.png; z-index: 20; }
+node[tourism=caravan_site] { icon-image: icons/accommodation_caravan_park.n.16.png; z-index: 20; }
+node[tourism=chalet] { icon-image: icons/accommodation_chalet.n.16.png; z-index: 20; }
+node[tourism=guest_house],node[tourism=bed_and_breakfast] { icon-image: icons/accommodation_bed_and_breakfast.n.16.png; z-index: 20; }
+node[tourism=hotel] { icon-image: icons/accommodation_hotel.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[tourism=hostel] { icon-image: icons/accommodation_youth_hostel.n.16.png; z-index: 20; }
+node[tourism=motel] { icon-image: icons/accommodation_motel.n.16.png; z-index: 20; }
+node[amenity=fire_station] { icon-image: icons/amenity_firestation2.n.16.png; z-index: 20; }
+node[amenity=police] { icon-image: icons/amenity_police2.n.16.png; z-index: 20; }
+node[amenity=post_box] { icon-image: icons/amenity_post_box.n.16.png; z-index: 20; }
+node[amenity=recycling] { icon-image: icons/amenity_recycling.n.16.png; z-index: 20; }
+node[barrier=bollard] { icon-image: icons/barrier_bollard.n.16.png; z-index: 20; }
+node[barrier=gate], node[highway=gate] { icon-image: icons/barrier_gate.n.16.png; z-index: 20; }
+node[barrier=stile], node[highway=stile] { icon-image: icons/barrier_stile.n.16.png; z-index: 20; }
+node[barrier=toll_booth] { icon-image: icons/barrier_toll_booth.n.16.png; z-index: 20; }
+node[barrier=lift_gate] { icon-image: icons/barrier_lift_gate.n.16.png; z-index: 20; }
+node[barrier=kissing_gate] { icon-image: icons/barrier_kissing_gate.16.png; z-index: 20; }
+node[barrier=cycle_barrier] { icon-image: icons/barrier_cycle_barrier.16.png; z-index: 20; }
+node[barrier=block] { icon-image: icons/barrier_blocks.16.png; z-index: 20; }
+node[barrier=cattle_grid] { icon-image: icons/barrier_cattle_grid.16.png; z-index: 20; }
+node[amenity=school] { icon-image: icons/education_school.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+area[amenity=school]:closed { color: yellow; fill-color: yellow; fill-opacity: 0.1; prop_area_small_name : 1; }
+node[amenity=bar] { icon-image: icons/food_bar.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=fast_food] { icon-image: icons/food_fastfood.n.16.png; z-index: 20; }
+node[amenity=nightclub] { icon-image: icons/food_nightclub.n.16.png; text-offset: 0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=hospital] { icon-image: icons/health_hospital.n.16.png; z-index: 20; }
+node[amenity=pharmacy] { icon-image: icons/health_pharmacy.n.16.png; z-index: 20; }
+node[amenity=atm] { icon-image: icons/money_atm.n.16.png; z-index: 20; }
+node[amenity=bank] { icon-image: icons/money_bank2.n.16.png; z-index: 20; }
+/* More Amenities */
+node[amenity=bench] { icon-image: icons/amenity_bench.n.16.png; z-index: 20; }
+node[amenity=drinking_water] { icon-image: icons/food_drinkingtap.n.16.png; z-index: 20; }
+node[amenity=emergency_phone] { icon-image: icons/emergency-telephone-16.png; z-index: 20; }
+node[amenity=fountain] { icon-image: icons/amenity_fountain2.n.16.png; z-index: 20; }
+node[amenity=hunting_stand] { icon-image: icons/sport_shooting.n.16.png; z-index: 20; }
+node[amenity=kindergarten] { icon-image: icons/education_nursery3.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=library] { icon-image: icons/amenity_library.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=place_of_worship]  { icon-image: icons/place_of_worship_unknown.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=post_office] { icon-image: icons/amenity_post_office.n.16.png; z-index: 20; }
+node[amenity=shelter] { icon-image: icons/accommodation_shelter2.n.16.png; z-index: 20; }
+node[amenity=swimming_pool] { icon-image: icons/sport_swimming_outdoor.n.16.png; z-index: 20; }
+node[amenity=townhall] { icon-image: icons/amenity_town_hall.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=toilets] { icon-image: icons/amenity_toilets.n.16.png; z-index: 20; }
+node[amenity=vending_machine] { icon-image: icons/shopping_vending_machine.n.16.png; z-index: 20; }
+node[amenity=veterinary] { icon-image: icons/health_veterinary.n.8E7409.16.png; z-index: 20; }
+node[amenity=waste_basket] { icon-image: icons/amenity_waste_bin.n.16.png; z-index: 20; }
+node[amenity=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; }
+node[emergency=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; }
+/* Shops */
+node[shop=alcohol] { icon-image: icons/shopping_alcohol.n.16.png; z-index: 20; }
+node[shop=bakery] { icon-image: icons/shopping_bakery.n.16.png; z-index: 20; }
+node[shop=bicycle] { icon-image: icons/shopping_bicycle.n.16.png; z-index: 20; }
+node[shop=book], node[shop=books] { icon-image: icons/shopping_book.n.16.png; z-index: 20; }
+node[shop=butcher] { icon-image: icons/shopping_butcher.n.16.png; z-index: 20; }
+node[shop=car_repair] { icon-image: icons/shopping_car_repair.n.16.png; z-index: 20; }
+node[shop=car] { icon-image: icons/shopping_car.n.16.png; z-index: 20; }
+node[shop=clothes] { icon-image: icons/shopping_clothes.n.16.png; z-index: 20; }
+node[shop=confectionery] { icon-image: icons/shopping_confectionery.n.16.png; z-index: 20; }
+node[shop=convenience] { icon-image: icons/shopping_convenience.n.16.png; z-index: 20; }
+node[shop=department_store] { icon-image: icons/shopping_department_store.n.16.png; z-index: 20; }
+node[shop=doityourself] { icon-image: icons/shopping_diy.n.16.png; z-index: 20; }
+node[shop=fishmonger] { icon-image: icons/shopping_fish.n.16.png; z-index: 20; }
+node[shop=florist] { icon-image: icons/shopping_florist.n.16.png; z-index: 20; }
+node[shop=garden_centre] { icon-image: icons/shopping_garden_centre.n.16.png; z-index: 20; }
+node[shop=gift] { icon-image: icons/shopping_gift.n.16.png; z-index: 20; }
+node[shop=greengrocer] { icon-image: icons/shopping_greengrocer.n.16.png; z-index: 20; }
+node[shop=hairdresser] { icon-image: icons/shopping_hairdresser.n.16.png; z-index: 20; }
+node[shop=hifi] { icon-image: icons/shopping_hifi.n.16.png; z-index: 20; }
+node[shop=jewelry] { icon-image: icons/shopping_jewelry.n.16.png; z-index: 20; }
+node[shop=kiosk] { icon-image: icons/shopping_kiosk.n.16.png; z-index: 20; }
+node[shop=laundry] { icon-image: icons/shopping_laundrette.n.16.png; z-index: 20; }
+node[amenity=marketplace] { icon-image: icons/shopping_marketplace.n.16.png; z-index: 20; }
+node[shop=motorcycle] { icon-image: icons/shopping_motorcycle.n.16.png; z-index: 20; }
+node[shop=music] { icon-image: icons/shopping_music.n.16.png; z-index: 20; }
+node[shop=supermarket] { icon-image: icons/shopping_supermarket.n.16.png; z-index: 20; }
+node[shop=toys] { icon-image: icons/shopping_toys.n.16.png; z-index: 20; }
+/* More Touristy Items */
+node[tourism=artwork] { icon-image: icons/tourist_art_gallery2.n.16.png; z-index: 20; }
+node[historic=archaeological_site] { icon-image: icons/tourist_archaeological.n.16.png; z-index: 20; }
+node[historic=battlefield] { icon-image: icons/tourist_battlefield.n.16.png; z-index: 20; }
+node[historic=castle] { icon-image: icons/tourist_castle.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=cinema] { icon-image: icons/tourist_cinema.n.16.png; z-index: 20; }
+node[historic=memorial] { icon-image: icons/tourist_memorial.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[historic=monument] { icon-image: icons/tourist_monument.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[tourism=museum] { icon-image: icons/tourist_museum.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[tourism=information] { icon-image: icons/tourist_information.png; z-index: 20; }
+node[tourism=picnic_site] { icon-image: icons/tourist_picnic.n.16.png; z-index: 20; }
+node[historic=ruins] { icon-image: icons/tourist_ruin.n.16.png; z-index: 20; }
+node[amenity=theatre] { icon-image: icons/tourist_theatre.n.16.png; z-index: 20; }
+node[tourism=theme_park] { icon-image: icons/tourist_theme_park.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[tourism=viewpoint] { icon-image: icons/tourist_view_point.n.16.png; z-index: 20; }
+node[tourism=zoo] { icon-image: icons/tourist_zoo.n.16.png; z-index: 20; }
+/* Transport */
+node[aeroway=aerodrome] { icon-image: icons/transport_aerodrome.n.16.png; z-index: 20; }
+node[aeroway=gate] { icon-image: icons/transport_airport_gate.n.16.png; z-index: 20; }
+node[aeroway=terminal] { icon-image: icons/transport_airport_terminal.n.16.png; z-index: 20; }
+node[aeroway=helipad] { icon-image: icons/transport_helicopter_pad.n.16.png; z-index: 20; }
+node[amenity=bus_station] { icon-image: icons/transport_bus_station.n.16.png; z-index: 20; }
+node[highway=bus_stop] { icon-image: icons/transport_bus_stop2.n.16.png; z-index: 20; }
+node[amenity=fuel] { icon-image: icons/transport_fuel.n.16.png; z-index: 20; }
+node[amenity=car_wash] { icon-image: icons/transport_car_wash.n.16.png; z-index: 20; }
+node[amenity=bicycle_parking] { icon-image: icons/transport_parking_bicycle.n.16.png; text-offset:0; text: capacity; font-size: 10; z-index: 20; }
+node[amenity=parking] { icon-image: icons/transport_parking_car.n.16.png; z-index: 20; }
+node[amenity=ferry_terminal] { icon-image: icons/transport_port.n.16.png; z-index: 20; }
+node[amenity=bicycle_rental] { icon-image: icons/transport_rental_bicycle.n.16.png; z-index: 20; }
+node[amenity=car_rental] { icon-image: icons/transport_rental_car.n.16.png; z-index: 20; }
+node[amenity=taxi] { icon-image: icons/transport_taxi_rank.n.16.png; z-index: 20; }
+node[railway=station] { icon-image: icons/transport_train_station.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[railway=tram_stop] { icon-image: icons/transport_tram_stop.n.16.png; z-index: 20; }
+node[leisure=marina] { icon-image: icons/transport_marina.n.16.png; z-index: 20; }
+node[highway=mini_roundabout] { icon-image: icons/transport_miniroundabout_anticlockwise.n.16.png; z-index: 20; }
+node[highway=crossing] { icon-image: icons/transport_zebracrossing.n.16.png; z-index: 20; }
+/* Misc */
+node[leisure=playground] { icon-image: icons/amenity_playground.n.16.png; z-index: 20; }
+node[leisure=sports_centre] { icon-image: icons/sport_leisure_centre.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+/* node[landuse=cemetery], node[landuse=grave_yard] { i|||con-image: icons/?.png; z-index: 20; } */
+node[man_made=survey_point] { icon-image: icons/manmade_lighthouse.png; z-index: 20; }
+node[man_made=tower] { icon-image: icons/manmade_tower.png; z-index: 20; }
+/* Yes these power stations seem a little backward - but that's seemingly what the side menu uses ATM */
+node[power=station] { icon-image: icons/power_substation.n.16.png; z-index: 20; }
+node[power=generator] { icon-image: icons/power_station.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+/* P2 previously had these icons instead of "icon-image: cross" which is not standard MapCSS but a P2 keyword we won't implement, so keep the old icons */
+node[power=tower] { icon-image: icons/power_tower_high2.n.16.png; z-index: 20; }
+node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; }
+node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
+/* Natural */
+node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+
+/* Addressing */
+
+node[addr:housenumber],
+node[addr:housename] { symbol-shape: circle; symbol-size: 8; symbol-fill-color: #B0E0E6; }
+node[addr:housenumber]::hn_casing,
+node[addr:housename]::hn_casing { z-index: -100; symbol-shape: circle; symbol-size: 10; symbol-fill-color: blue; }
+
+way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;}
Index: /trunk/nodist/styles/potlatch2/patched/core_relations.css
===================================================================
--- /trunk/nodist/styles/potlatch2/patched/core_relations.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/patched/core_relations.css	(revision 16006)
@@ -0,0 +1,8 @@
+/* Route relations */
+
+relation[type=route] > way::route { z-index: -1; width: 13; color: blue; opacity: 0.3; linecap: none; }
+relation[type=route][route=bicycle][network=ncn] > way::route { z-index: -1; width: 12; color: red; opacity: 0.3; linecap: none; }
+relation[type=route][route=bicycle][network=rcn] > way::route { z-index: -1; width: 12; color: cyan; opacity: 0.3; linecap: none; }
+relation[type=route][route=bicycle][network=lcn] > way::route { z-index: -1; width: 12; color: blue; opacity: 0.3; linecap: none; }
+relation[type=route][route=mtb] > way::route { z-index: -1; width: 12; color: brown; opacity: 0.3; linecap: none; }
+relation[type=route][route=foot] > way::route { z-index: -1; width: 10; color: #80ff80; opacity: 0.6; linecap: none; }
Index: /trunk/nodist/styles/potlatch2/patched/core_ways.css
===================================================================
--- /trunk/nodist/styles/potlatch2/patched/core_ways.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/patched/core_ways.css	(revision 16006)
@@ -0,0 +1,126 @@
+/****************
+ * core_ways.css
+ ****************/
+
+/* Roads */
+
+way[highway=motorway],way[highway=motorway_link],
+way[highway=trunk],way[highway=trunk_link],
+way[highway=primary],way[highway=primary_link],
+way[highway=secondary],way[highway=secondary_link],
+way[highway=tertiary],way[highway=tertiary_link],
+way[highway=residential],way[highway=unclassified]  { z-index: 5; text: auto; text-color: black; font-size: 12; text-position: line; text-halo-color: white; text-halo-radius: 2; linecap: round; casing-linecap: round }
+way[highway=motorway],way[highway=motorway_link]    { z-index: 9; color: #809BC0; width: 7; casing-color: #1e375a; casing-width: 1; }
+way[highway=trunk],way[highway=trunk_link]          { z-index: 9; color: #7FC97F; width: 7; casing-color: #245424; casing-width: 1; }
+way[highway=primary],way[highway=primary_link]      { z-index: 8; color: #E46D71; width: 7; casing-color: #651316; casing-width: 1; }
+way[highway=secondary],way[highway=secondary_link]  { z-index: 7; color: #FDBF6F; width: 7; casing-color: #b16603; casing-width: 1; }
+way[highway=tertiary],way[highway=tertiary_link]    { z-index: 6; color: #FEFECB; width: 5; casing-color: #626202; casing-width: 1; }
+way[highway=unclassified]                           { z-index: 6; color: #D0D0D0; width: 5; casing-width: 1; }
+way[highway=residential]                            { z-index: 5; color: #E8E8E8; width: 5; casing-color: gray; casing-width: 1; }
+way[highway=service][service!=parking_aisle]        { z-index: 5; color: white; width: 3; casing-color: gray; casing-width: 1; }
+way[highway=service][service=parking_aisle]         { z-index: 5; color: white; width: 1; casing-color: #aaaaaa; casing-width: 1; }
+way[highway=service][service=alley]                 { z-index: 5; color: white; width: 2; dashes: 6,2; casing-color: black; casing-width: 1; }
+way[highway=road]                                   { z-index: 5; color: gray; width: 5; casing-color: white; casing-width: 1; }
+way[highway=living_street]                          { z-index: 5; color: #ddffee; width: 3; casing-color: #555555; casing-width: 1; }
+
+/* Road areas */
+
+way[highway=pedestrian]!:closed { z-index: 5; color: #ddddee; width: 5; casing-color: #555555; casing-width: 1; casing-dashes: 2,4;}
+area[highway=pedestrian]:closed  { color: #555555; width: 1; fill-color: #ddddee; fill-opacity: 0.8; } /* FIXME: dashed outline */
+
+/* Paths */
+
+way[highway=steps]     { z-index: 5; color: #FF6644; width: 6; dashes: 2, 2; }
+way[highway=footway]   { z-index: 5; color: #FF6644; width: 2; dashes: 6, 3; prop_path : 1;}
+way[highway=footway][bicycle=yes]::bike   { z-index: 4; color: blue; width: 1; }
+way[highway=bridleway] { z-index:9; color: #996644; width: 2; dashes: 4, 2, 2, 2; prop_path : 1;}
+way[highway=track]     { z-index: 5; color: #996644; width: 2; dashes: 4, 2; prop_path : 1;}
+way[highway=path]      { z-index: 5; color: brown; width: 2; dashes: 2, 2; prop_path : 1;}
+way[highway=cycleway]  { z-index: 5; color: blue; width: 2; dashes: 4, 2; prop_path : 1;}
+way[is_prop_set("prop_path")]  { z-index: 5; text: auto; text-color: black; text-position: line; text-offset: 7; font-size: 12; }
+
+/* Under construction */
+
+way[highway=proposed] { z-index: 5; color: #88ffff; width: 6; dashes: 8, 4; }
+way[highway=construction] { z-index: 5; color: #ffffbb; width: 6; dashes: 8, 4; casing-color: #0000aa; casing-width: 1; casing-dashes: 8,4;}
+
+/* Railways */
+
+way[railway=rail] { z-index: 6; color: black; width: 5; linecap: round; dashes: 0; }
+way[railway=rail]::dashes { z-index: 7; color: white; width: 3; dashes: 12,12; linecap: round; }
+
+way[construction=rail] { z-index: 6; color: black; width: 5; dashes: 6, 6, 4, 8;}
+way[construction=rail]::inner { z-index: 7; color: white; width: 3; dashes: 6,18; }
+
+way[railway=platform] { z-index: 5; color:black; width: 2; }
+
+way[railway=subway] { z-index: 6; color: #444444; width: 5; }
+way[railway=subway]::dashes  { z-index: 7; color: white; width: 3; dashes: 8,8; }
+
+way[construction=subway] { z-index: 6; color: #444444; width: 5; dashes: 4, 4; }
+way[construction=subway]::dashes  { z-index: 7; color: white; width: 3; dashes: 4,12;}
+
+way[railway=disused][!highway],way[railway=abandoned][!highway] { z-index: 6; color: #444400; width: 3; dashes: 17, 2, 5, 0; }
+way[railway=disused][!highway]::dashes,way[railway=abandoned][!highway]::dashes { z-index: 7; color: #999999; width: 2; dashes: 12,12; }
+
+way[railway=tram]      { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; }
+way[construction=tram] { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; dashes: 6, 6; casing-dashes: 6, 6; }
+
+way[railway=light_rail] { z-index: 6; color: black; width: 4; }
+way[railway=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,4; }
+
+way[construction=light_rail] { z-index: 6; color: black; width: 4; dashes: 8, 4, 4, 4; }
+way[construction=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,12; }
+
+/* Waterways */ 
+
+way[waterway=river], 
+way[waterway=canal], 
+way[waterway=stream]   { z-index: 5; color: #3434ff; width: 2; text:auto; text-color: #3434ff; font-size:9; text-position: line; text-offset: 7;}
+way[waterway=drain]              {z-index: 5; color: #3434ff; width: 1; text:auto; text-color: #3434ff; text-position: line; text-offset: 3;}
+way[waterway][tunnel=yes]                {z-index: 5; dashes: 8,4;}
+
+/* Aeroways */
+
+way[aeroway=aerodrome]:closed
+    { z-index: 3; color: #bb44bb; width: 3; casing-color: #66066;  casing-width: 1;  }
+way[aeroway=taxiway]!:closed { z-index: 8; color: #999999; width: 3; casing-color: #aa66aa; casing-width: 2; }
+area[aeroway=taxiway]:closed { z-index: 8; color: #bb99bb; width: 3; fill-color: #ccaacc; } 
+
+way[aeroway=runway]!:closed { z-index: 9; color: black; width: 5;  }
+way[aeroway=runway]!:closed::aa { z-index: 12; color: white; width: 5;  dashes: 0, 20, 4, 76; }
+way[aeroway=runway]!:closed::bb { z-index: 13; color: black; width: 3; }
+way[aeroway=runway]!:closed::cc { z-index: 14; color: white; width: 1;  dashes: 4, 16; }
+
+area[aeroway=runway]:closed { z-index: 9; color: black; width: 3; fill-color: #775577; } 
+area[aeroway=apron]:closed { z-index: 4; color: #cc66cc; width: 1; fill-color: #ddaadd; fill-opacity: 0.5;} 
+
+/* Barriers */
+
+way[barrier] {z-index: 5; color: #000000; width: 1}
+way[barrier=fence] {z-index: 5; color: #000000; width: 1; dashes: 8,4,2,4; }
+
+/* Power */
+
+way[power=line] {z-index: 5; color: darkgray; width: 3; dashes: 12,2; casing-color: black; casing-width: 2; casing-dashes: 4, 38;}
+way[power=minor_line] {z-index: 5; color: gray; width: 2; dashes: 2,4; casing-width: 3; casing-color: white; casing-dashes: 2,22;}
+area[power=station]:closed { color: black; width: 2; fill-color: #666666; fill-opacity: 0.6; prop_area_small_name : 1;}
+area[power=generator]:closed { color: black; width: 2; fill-color: #444444; fill-opacity: 0.6; prop_area_small_name : 1;}
+
+/* Leisure */
+
+way[golf=hole] {z-index: 5; color: darkgreen; width: 5; casing-color: green; casing-width: 2; }
+area[leisure=sports_centre]:closed { color: #66ddcc; fill-color: #66ddcc; prop_area_small_name : 1; }
+
+
+/* Physical decoration */
+
+way[bridge=yes]::bridge1, way[bridge=viaduct]::bridge1, way[bridge=suspension]::bridge1 { z-index: 4; color: white; width: +3; }
+way[bridge=yes]::bridge2, way[bridge=viaduct]::bridge2, way[bridge=suspension]::bridge2 { z-index: 3; color: #444444; width: +6; }
+way[tunnel=yes][!waterway]::bridge1 { z-index: 4; color: white; width: +2; }
+way[tunnel=yes][!waterway]::bridge2 { z-index: 3; color: black; width: +6; dashes: 4,4; }
+
+/* Attribute decoration */
+
+/*way[oneway=yes]::arrows, way[junction=roundabout]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows; }
+way[oneway=-1]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows-reversed; }*/
Index: /trunk/nodist/styles/potlatch2/patched/potlatch.css
===================================================================
--- /trunk/nodist/styles/potlatch2/patched/potlatch.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/patched/potlatch.css	(revision 16006)
@@ -0,0 +1,16 @@
+
+/*@import("stylesheets/core_ways.css");*/
+/*@import("stylesheets/core_pois.css");*/
+/*@import("stylesheets/core_landuse.css");*/
+/*@import("stylesheets/core_relations.css");*/
+way[is_prop_set("prop_area_small_name")] {text-color: black; font-size: 10; text: auto; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
+/*@import("stylesheets/core_interactive.css");*/
+
+/* Rendering for licence status */
+
+/*way[_status=no]::status       { z-index: 0; width: eval('_width+7'); color: #AA0000; }
+way[_status=partial]::status  { z-index: 0; width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+way[_status=unsure]::status   { z-index: 0; width: eval('_width+7'); color: darkorange; opacity: 0.6; }
+node[_status=no]::status      { z-index: 0; i|||con-image: square; icon-width: eval('_width+7'); color: #AA0000; }
+node[_status=partial]::status { z-index: 0; i|||con-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+node[_status=unsure]::status  { z-index: 0; i|||con-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; }*/
Index: /trunk/nodist/styles/potlatch2/prelude.css
===================================================================
--- /trunk/nodist/styles/potlatch2/prelude.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/prelude.css	(revision 16006)
@@ -0,0 +1,48 @@
+/*
+
+	Potlatch 2 core stylesheet
+	
+	This stylesheet should contain commonly used features and only the most essential extra attributes
+	(e.g. oneway). It needs to remain simple (not too many nested styles or dash-type decorations) in
+	order not to kill performance on slower systems and those with a less effective Flash Player (i.e. 
+	Linux).
+	
+	It is expected that experienced mappers will switch between this and other stylesheets as required.
+
+*/
+
+meta {
+    title: "Potlatch 2";
+    icon: "dialogs/mappaint/pl2_small.png";
+}
+
+canvas {
+    fill-color: #ffffea;
+}
+
+node, area {
+    text-color: black;
+}
+
+relation[restriction=no_left_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.svg";
+}
+relation[restriction=no_right_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.svg";
+}
+relation[restriction=no_straight_on] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.svg";
+}
+relation[restriction=no_u_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.svg";
+}
+relation[restriction=only_left_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.svg";
+}
+relation[restriction=only_right_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.svg";
+}
+relation[restriction=only_straight_on] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.svg";
+}
+
Index: /trunk/nodist/styles/potlatch2/source/bikeshops.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/bikeshops.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/bikeshops.css	(revision 16006)
@@ -0,0 +1,3 @@
+node  { z-index: 9;
+            icon-image: features/bike-shop.png;
+            text-offset: 28; font-family: DejaVu; text: name; font-size: 9; text_color: red; width: 50;}
Index: /trunk/nodist/styles/potlatch2/source/bugs.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/bugs.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/bugs.css	(revision 16006)
@@ -0,0 +1,9 @@
+node[status=fixed] { z-index: 2;
+            icon-image: features/bugs/fixed.png; }
+
+node[status=invalid] { z-index: 2;
+            icon-image: features/bugs/invalid.png; }
+
+node[status=open]  { z-index: 2;
+            icon-image: features/bugs/open.png;
+            text-offset: 14; font-family: DejaVu; text: name; font-size: 9; text_color: red; }
Index: /trunk/nodist/styles/potlatch2/source/core_interactive.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/core_interactive.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/core_interactive.css	(revision 16006)
@@ -0,0 +1,28 @@
+/* Turn restrictions */
+
+relation[type=restriction] node { z-index:11; icon-image: icons/restriction.png; }
+
+/* Interactive way behaviour */
+
+way::highlight :hover	{ z-index: 2; width: eval('_width+10'); color: #ffff99; }
+way::highlight :hover :background { color: lightcyan; }
+way::highlight :selected { z-index: 2; width: eval('_width+10'); color: yellow; opacity: 0.7;}
+way::highlight :selected :background { color: cyan; }
+way::highlight :restrictfrom { z-index: -1; width: eval('_width+10'); color: red; opacity: 0.7;}
+way::highlight :restrictto { z-index: -1; width: eval('_width+10'); color: blue; opacity: 0.7;}
+/*way !:drawn !:hasTags{ z-index:10; width: 0.5; color: red; }*/
+way !:drawn { z-index:10; width: 1; color: #333333; }
+way :tiger { casing-color: #ff00ff;}
+
+/* Interactive node behaviour */
+
+node :dupe { z-index: 9; icon-image: circle; icon-width:8; color: white; opacity: 0.4; casing-opacity: 0.4; casing-color: red; casing-width: 3; }
+node :hoverway { z-index: 9; icon-image: circle; icon-width: 8; color: blue; layer: 5; }
+node !:drawn :hasTags :poi { z-index: 2; icon-image: circle; icon-width: 8; color: #00ac00; casing-color: #004400; casing-width: 1; }
+node !:drawn :poi { z-index: 2; icon-image: circle; icon-width: 8; color: #BBB; casing-color: #333; casing-width: 1; }
+node !:drawn :hasTags :selectedway { z-index: 9; icon-image: circle; icon-width: 10; color: black; layer: 5; }
+node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 8; color: black; }
+node !:drawn :selectedway { z-index: 9; icon-image: circle; icon-width: 8; color: red; casing-color: #cc0000; casing-width: 1; layer: 5; }
+node::selectedNode :selected { z-index: 1; icon-image: square; icon-width: eval('_width+10'); color: yellow; interactive: no; layer: 5; }
+node::selectedNode :selected :background { color: cyan; }
+node::junctionNode :junction :selectedway { z-index: 8; icon-image: circle; icon-width: 12; casing-color: black; casing-width: 1; layer: 5; }
Index: /trunk/nodist/styles/potlatch2/source/core_landuse.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/core_landuse.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/core_landuse.css	(revision 16006)
@@ -0,0 +1,43 @@
+/* Landuse */
+
+way[natural] :area                          { color: #ADD6A5; width: 1; fill-color: #ADD6A5; fill-opacity: 0.2; }
+way[natural=beach] :area                    { color: #ffdd44; width: 1; fill-color: yellow; fill-opacity: 0.2; set .area_small_name;}
+way[natural=coastline]						{ color: black; width: 3; }
+way[landuse] :area                          { color: #444444; width: 2; fill-color: #444444; fill-opacity: 0.3; }
+way[landuse=residential] :area              { color: #666666; width: 2; fill-color: #666666; fill-opacity: 0.15; }
+way[landuse=retail] :area                   { color: #cc2222; width: 2; fill-color: #aa4422; fill-opacity: 0.15; }
+way[landuse=commercial] :area               { color: #4444bb; width: 2; fill-color: #444488; fill-opacity: 0.15; }
+way[landuse=military] :area                 { color: #ff4444; width: 2; fill-color: #ff4444; fill-opacity: 0.2; set .area_small_name; }
+way[amenity],way[shop] :area                { color: #ADCEB5; width: 1; fill-color: #ADCEB5; fill-opacity: 0.2; }
+/* way[sport] should not be rendered by itself, according to wiki. Can we make it an "if all else fails"? */
+way[leisure] :area                         { color: #8CD6B5; width: 1; fill-color: #8CD6B5; fill-opacity: 0.2; }
+way[tourism] :area                          { color: #F7CECE; width: 1; fill-color: #F7CECE; fill-opacity: 0.2; set .area_small_name;}
+way[historic] :area,way[ruins] :area        { color: #F7F7DE; width: 1; fill-color: #F7F7DE; fill-opacity: 0.2; set .area_small_name;}
+way[military] :area                         { color: #D6D6D6; width: 1; fill-color: #D6D6D6; fill-opacity: 0.2; set .area_small_name;}
+way[building] :area                         { color: #bca9a9; width: 1; fill-color: #ff6ec7; fill-opacity: 0.2; }
+way[natural=water],
+way[waterway][waterway!=dam] :area          { color: #3434ff;    width: 2; fill-color: #3434ff;    fill-opacity: 0.2; set .area_small_name;}
+way[waterway=dam]							{ color: black; width: 1; fill-color: #222222; fill-opacity: 0.1; set .area_small_name;}
+way[man_made] :area							{ color: black; width: 2; fill-color: #222222; fill-opacity: 0.1; set .area_small_name; }
+way[man_made=reservoir_covered] :area       { color: #3434ff; width: 2; dashes: 4, 2; fill-color: #222222; fill-opacity: 0.1; set .area_small_name; }
+way[landuse=reservoir] :area                { color: #3434ff;    width: 2; fill-color: #3434ff;    fill-opacity: 0.2; set .area_small_name;}
+way[landuse=forest],way[natural=wood] :area { color: green;   width: 2; fill-color: green;   fill-opacity: 0.2; set .area_small_name;}
+way[leisure=park]  :area                    { color: #22aa22; width: 2; fill-color: #44ff44; fill-opacity: 0.15; set .area_small_name;}
+way[leisure=garden]  :area                  { color: #66ff44; width: 1; fill-color: #66ff44; fill-opacity: 0.2; set .area_small_name;}
+way[leisure=pitch] :area					{ z-index: 6; color: #88bb44; width: 2; fill-color: #88ff44; fill-opacity: 0.2; set .area_small_name;}
+way[landuse=recreation_ground] :area        { color: green; fill-color: green; set .area_small_name;}
+way[amenity=parking] :area                  { color: #bbaa66;    width: 1; fill-color: #bbaa66;    fill-opacity: 0.2; }
+way[public_transport=pay_scale_area] :area  { color: gray;    width: 1; fill-color: gray;    fill-opacity: 0.1; }
+way[man_made=pier]							{ z-index: 4; color: #777; width: 3; casing-color: black; casing-width: 1;}
+way[man_made=pier][floating=yes]			{ dashes: 4,2; casing-color: #444;}
+way[leisure=marina] :area					{ color: pink; fill-color: pink; fill-opacity: 0.4; set .area_small_name;}
+way[leisure=slipway]						{ color: grey; width: 3; casing-color: #3434ff; casing-width: 2; }
+way[leisure=golf_course] :area { color: #44ee22; width: 2; fill-color: #44ee22; fill-opacity: 0.2; set .area_small_name;}
+way[boundary]                               { color: #000066; width: 2; opacity: 0.6; dashes: 24,4, 4, 4; z-index: 4;}
+/* Perhaps should be filled, on lower zooms. */
+way[boundary=national_park]                 { color: #225500; width: 2; opacity: 0.6; dashes: 24,4, 4, 4; z-index: 4;}
+way[boundary=protected_area]                { color: #447744; width: 2; opacity: 0.6; dashes: 12,4, 4, 4; z-index: 4;}
+way[boundary=administrative]                { color: purple; width: 2; opacity: 0.2; dashes: 24,4; z-index: 4;}
+way[boundary=administrative][waterway]      { opacity: 0.8; z-index: 4; dashes: 24,4; width: 6; }
+way[landuse=cemetery]						{ color: #664466; width: 2; fill-color: #664466; opacity: 0.2; set .area_small_name;}
+/* Addressing. Nodes with addresses *and* match POIs should have a poi icon, so we put addressing first */
Index: /trunk/nodist/styles/potlatch2/source/core_pois.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/core_pois.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/core_pois.css	(revision 16006)
@@ -0,0 +1,141 @@
+node[place] { icon-image: icons/place.png; text-offset: 17; font-family: DejaVu; text: name; font-size: 10; font-weight: bold; z-index: 20; }
+node[amenity=telephone] { icon-image: icons/telephone.png; z-index: 20; }
+node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; z-index: 20; }
+node[tourism=guesthouse] { icon-image: icons/accommodation_bed_and_breakfast.n.16.png; z-index: 20; }
+node[tourism=alpine_hut] { icon-image: icons/accommodation_alpinehut.n.16.png; z-index: 20; }
+node[tourism=camp_site] { icon-image: icons/accommodation_camping.n.16.png; z-index: 20; }
+node[tourism=caravan_site] { icon-image: icons/accommodation_caravan_park.n.16.png; z-index: 20; }
+node[tourism=chalet] { icon-image: icons/accommodation_chalet.n.16.png; z-index: 20; }
+node[tourism=guest_house],node[tourism=bed_and_breakfast] { icon-image: icons/accommodation_bed_and_breakfast.n.16.png; z-index: 20; }
+node[tourism=hotel] { icon-image: icons/accommodation_hotel.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[tourism=hostel] { icon-image: icons/accommodation_youth_hostel.n.16.png; z-index: 20; }
+node[tourism=motel] { icon-image: icons/accommodation_motel.n.16.png; z-index: 20; }
+node[amenity=fire_station] { icon-image: icons/amenity_firestation2.n.16.png; z-index: 20; }
+node[amenity=police] { icon-image: icons/amenity_police2.n.16.png; z-index: 20; }
+node[amenity=post_box] { icon-image: icons/amenity_post_box.n.16.png; z-index: 20; }
+node[amenity=recycling] { icon-image: icons/amenity_recycling.n.16.png; z-index: 20; }
+node[barrier=bollard] { icon-image: icons/barrier_bollard.n.16.png; z-index: 20; }
+node[barrier=gate], node[highway=gate] { icon-image: icons/barrier_gate.n.16.png; z-index: 20; }
+node[barrier=stile], node[highway=stile] { icon-image: icons/barrier_stile.n.16.png; z-index: 20; }
+node[barrier=toll_booth] { icon-image: icons/barrier_toll_booth.n.16.png; z-index: 20; }
+node[barrier=lift_gate] { icon-image: icons/barrier_lift_gate.n.16.png; z-index: 20; }
+node[barrier=kissing_gate] { icon-image: icons/barrier_kissing_gate.16.png; z-index: 20; }
+node[barrier=cycle_barrier] { icon-image: icons/barrier_cycle_barrier.16.png; z-index: 20; }
+node[barrier=block] { icon-image: icons/barrier_blocks.16.png; z-index: 20; }
+node[barrier=cattle_grid] { icon-image: icons/barrier_cattle_grid.16.png; z-index: 20; }
+node[amenity=school] { icon-image: icons/education_school.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+way[amenity=school] :area { color: yellow; fill-color: yellow; fill-opacity: 0.1; set .area_small_name; }
+node[amenity=bar] { icon-image: icons/food_bar.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[amenity=fast_food] { icon-image: icons/food_fastfood.n.16.png; z-index: 20; }
+node[amenity=nightclub] { icon-image: icons/food_nightclub.n.16.png; text-offset: 15; text: name; font-size: 10; z-index: 20; }
+node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 15; text: name; font-size: 10; z-index: 20; }
+node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[amenity=hospital] { icon-image: icons/health_hospital.n.16.png; z-index: 20; }
+node[amenity=pharmacy] { icon-image: icons/health_pharmacy.n.16.png; z-index: 20; }
+node[amenity=atm] { icon-image: icons/money_atm.n.16.png; z-index: 20; }
+node[amenity=bank] { icon-image: icons/money_bank2.n.16.png; z-index: 20; }
+/* More Amenities */
+node[amenity=bench] { icon-image: icons/amenity_bench.n.16.png; z-index: 20; }
+node[amenity=drinking_water] { icon-image: icons/food_drinkingtap.n.16.png; z-index: 20; }
+node[amenity=emergency_phone] { icon-image: icons/emergency-telephone-16.png; z-index: 20; }
+node[amenity=fountain] { icon-image: icons/amenity_fountain2.n.16.png; z-index: 20; }
+node[amenity=hunting_stand] { icon-image: icons/sport_shooting.n.16.png; z-index: 20; }
+node[amenity=kindergarten] { icon-image: icons/education_nursery3.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[amenity=library] { icon-image: icons/amenity_library.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[amenity=place_of_worship]  { icon-image: icons/place_of_worship_unknown.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[amenity=post_office] { icon-image: icons/amenity_post_office.n.16.png; z-index: 20; }
+node[amenity=shelter] { icon-image: icons/accommodation_shelter2.n.16.png; z-index: 20; }
+node[amenity=swimming_pool] { icon-image: icons/sport_swimming_outdoor.n.16.png; z-index: 20; }
+node[amenity=townhall] { icon-image: icons/amenity_town_hall.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[amenity=toilets] { icon-image: icons/amenity_toilets.n.16.png; z-index: 20; }
+node[amenity=vending_machine] { icon-image: icons/shopping_vending_machine.n.16.png; z-index: 20; }
+node[amenity=veterinary] { icon-image: icons/health_veterinary.n.8E7409.16.png; z-index: 20; }
+node[amenity=waste_basket] { icon-image: icons/amenity_waste_bin.n.16.png; z-index: 20; }
+node[amenity=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; }
+node[emergency=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; }
+/* Shops */
+node[shop=alcohol] { icon-image: icons/shopping_alcohol.n.16.png; z-index: 20; }
+node[shop=bakery] { icon-image: icons/shopping_bakery.n.16.png; z-index: 20; }
+node[shop=bicycle] { icon-image: icons/shopping_bicycle.n.16.png; z-index: 20; }
+node[shop=book], node[shop=books] { icon-image: icons/shopping_book.n.16.png; z-index: 20; }
+node[shop=butcher] { icon-image: icons/shopping_butcher.n.16.png; z-index: 20; }
+node[shop=car_repair] { icon-image: icons/shopping_car_repair.n.16.png; z-index: 20; }
+node[shop=car] { icon-image: icons/shopping_car.n.16.png; z-index: 20; }
+node[shop=clothes] { icon-image: icons/shopping_clothes.n.16.png; z-index: 20; }
+node[shop=confectionery] { icon-image: icons/shopping_confectionery.n.16.png; z-index: 20; }
+node[shop=convenience] { icon-image: icons/shopping_convenience.n.16.png; z-index: 20; }
+node[shop=department_store] { icon-image: icons/shopping_department_store.n.16.png; z-index: 20; }
+node[shop=doityourself] { icon-image: icons/shopping_diy.n.16.png; z-index: 20; }
+node[shop=fishmonger] { icon-image: icons/shopping_fish.n.16.png; z-index: 20; }
+node[shop=florist] { icon-image: icons/shopping_florist.n.16.png; z-index: 20; }
+node[shop=garden_centre] { icon-image: icons/shopping_garden_centre.n.16.png; z-index: 20; }
+node[shop=gift] { icon-image: icons/shopping_gift.n.16.png; z-index: 20; }
+node[shop=greengrocer] { icon-image: icons/shopping_greengrocer.n.16.png; z-index: 20; }
+node[shop=hairdresser] { icon-image: icons/shopping_hairdresser.n.16.png; z-index: 20; }
+node[shop=hifi] { icon-image: icons/shopping_hifi.n.16.png; z-index: 20; }
+node[shop=jewelry] { icon-image: icons/shopping_jewelry.n.16.png; z-index: 20; }
+node[shop=kiosk] { icon-image: icons/shopping_kiosk.n.16.png; z-index: 20; }
+node[shop=laundry] { icon-image: icons/shopping_laundrette.n.16.png; z-index: 20; }
+node[amenity=marketplace] { icon-image: icons/shopping_marketplace.n.16.png; z-index: 20; }
+node[shop=motorcycle] { icon-image: icons/shopping_motorcycle.n.16.png; z-index: 20; }
+node[shop=music] { icon-image: icons/shopping_music.n.16.png; z-index: 20; }
+node[shop=supermarket] { icon-image: icons/shopping_supermarket.n.16.png; z-index: 20; }
+node[shop=toys] { icon-image: icons/shopping_toys.n.16.png; z-index: 20; }
+/* More Touristy Items */
+node[tourism=artwork] { icon-image: icons/tourist_art_gallery2.n.16.png; z-index: 20; }
+node[historic=archaeological_site] { icon-image: icons/tourist_archaeological.n.16.png; z-index: 20; }
+node[historic=battlefield] { icon-image: icons/tourist_battlefield.n.16.png; z-index: 20; }
+node[historic=castle] { icon-image: icons/tourist_castle.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[amenity=cinema] { icon-image: icons/tourist_cinema.n.16.png; z-index: 20; }
+node[historic=memorial] { icon-image: icons/tourist_memorial.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[historic=monument] { icon-image: icons/tourist_monument.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[tourism=museum] { icon-image: icons/tourist_museum.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[tourism=information] { icon-image: icons/tourist_information.png; z-index: 20; }
+node[tourism=picnic_site] { icon-image: icons/tourist_picnic.n.16.png; z-index: 20; }
+node[historic=ruins] { icon-image: icons/tourist_ruin.n.16.png; z-index: 20; }
+node[amenity=theatre] { icon-image: icons/tourist_theatre.n.16.png; z-index: 20; }
+node[tourism=theme_park] { icon-image: icons/tourist_theme_park.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[tourism=viewpoint] { icon-image: icons/tourist_view_point.n.16.png; z-index: 20; }
+node[tourism=zoo] { icon-image: icons/tourist_zoo.n.16.png; z-index: 20; }
+/* Transport */
+node[aeroway=aerodrome] { icon-image: icons/transport_aerodrome.n.16.png; z-index: 20; }
+node[aeroway=gate] { icon-image: icons/transport_airport_gate.n.16.png; z-index: 20; }
+node[aeroway=terminal] { icon-image: icons/transport_airport_terminal.n.16.png; z-index: 20; }
+node[aeroway=helipad] { icon-image: icons/transport_helicopter_pad.n.16.png; z-index: 20; }
+node[amenity=bus_station] { icon-image: icons/transport_bus_station.n.16.png; z-index: 20; }
+node[highway=bus_stop] { icon-image: icons/transport_bus_stop2.n.16.png; z-index: 20; }
+node[amenity=fuel] { icon-image: icons/transport_fuel.n.16.png; z-index: 20; }
+node[amenity=car_wash] { icon-image: icons/transport_car_wash.n.16.png; z-index: 20; }
+node[amenity=bicycle_parking] { icon-image: icons/transport_parking_bicycle.n.16.png; text-offset: 15; text: capacity; font-size: 10; z-index: 20; }
+node[amenity=parking] { icon-image: icons/transport_parking_car.n.16.png; z-index: 20; }
+node[amenity=ferry_terminal] { icon-image: icons/transport_port.n.16.png; z-index: 20; }
+node[amenity=bicycle_rental] { icon-image: icons/transport_rental_bicycle.n.16.png; z-index: 20; }
+node[amenity=car_rental] { icon-image: icons/transport_rental_car.n.16.png; z-index: 20; }
+node[amenity=taxi] { icon-image: icons/transport_taxi_rank.n.16.png; z-index: 20; }
+node[railway=station] { icon-image: icons/transport_train_station.n.16.png; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[railway=tram_stop] { icon-image: icons/transport_tram_stop.n.16.png; z-index: 20; }
+node[leisure=marina] { icon-image: icons/transport_marina.n.16.png; z-index: 20; }
+node[highway=mini_roundabout] { icon-image: icons/transport_miniroundabout_anticlockwise.n.16.png; z-index: 20; }
+node[highway=crossing] { icon-image: icons/transport_zebracrossing.n.16.png; z-index: 20; }
+/* Misc */
+node[leisure=playground] { icon-image: icons/amenity_playground.n.16.png; z-index: 20; }
+node[leisure=sports_centre] { icon-image: icons/sport_leisure_centre.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
+/* node[landuse=cemetery], node[landuse=grave_yard] { icon-image: icons/?.png; z-index: 20; } */
+node[man_made=survey_point] { icon-image: icons/manmade_lighthouse.png; z-index: 20; }
+node[man_made=tower] { icon-image: icons/manmade_tower.png; z-index: 20; }
+/* Yes these power stations seem a little backward - but that's seemingly what the side menu uses ATM */
+node[power=station] { icon-image: icons/power_substation.n.16.png; z-index: 20; }
+node[power=generator] { icon-image: icons/power_station.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[power=tower] { icon-image: cross; icon-width: 7; width: 3; color: #F44; z-index: 20; }
+node[power=pole] { icon-image: cross; icon-width: 7; width: 3; color: #444; z-index: 20; }
+node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
+/* Natural */
+node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
+node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:15; text: name; font-size: 10; z-index: 20; }
+
+/* Addressing */
+
+node[addr:housenumber] !:drawn,
+node[addr:housename] !:drawn { icon-image: circle; icon-width: 8; color: #B0E0E6; casing-color:blue; casing-width: 1; z-index: 20; }
+way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;}
Index: /trunk/nodist/styles/potlatch2/source/core_relations.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/core_relations.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/core_relations.css	(revision 16006)
@@ -0,0 +1,8 @@
+/* Route relations */
+
+relation[type=route] way::route { z-index: 1; width: 13; color: blue; opacity: 0.3; }
+relation[type=route][route=bicycle][network=ncn] way::route { z-index: 1; width: 12; color: red; opacity: 0.3; }
+relation[type=route][route=bicycle][network=rcn] way::route { z-index: 1; width: 12; color: cyan; opacity: 0.3; }
+relation[type=route][route=bicycle][network=lcn] way::route { z-index: 1; width: 12; color: blue; opacity: 0.3; }
+relation[type=route][route=mtb] way::route { z-index: 1; width: 12; color: brown; opacity: 0.3; }
+relation[type=route][route=foot] way::route { z-index: 1; width: 10; color: #80ff80; opacity: 0.6; }
Index: /trunk/nodist/styles/potlatch2/source/core_ways.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/core_ways.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/core_ways.css	(revision 16006)
@@ -0,0 +1,123 @@
+
+/* Roads */
+
+way[highway=motorway],way[highway=motorway_link],
+way[highway=trunk],way[highway=trunk_link],
+way[highway=primary],way[highway=primary_link],
+way[highway=secondary],way[highway=secondary_link],
+way[highway=tertiary],way[highway=tertiary_link],
+way[highway=residential],way[highway=unclassified]  { text: name; text-color: black; font-size: 12; text-position: offset; text-offset: 10; text-halo-color: white; text-halo-radius: 2; linecap: round; casing-linecap: round }
+way[highway=motorway],way[highway=motorway_link]    { z-index: 9; color: #809BC0; width: 7; casing-color: #1e375a; casing-width: 1; }
+way[highway=trunk],way[highway=trunk_link]          { z-index: 9; color: #7FC97F; width: 7; casing-color: #245424; casing-width: 1; }
+way[highway=primary],way[highway=primary_link]      { z-index: 8; color: #E46D71; width: 7; casing-color: #651316; casing-width: 1; }
+way[highway=secondary],way[highway=secondary_link]  { z-index: 7; color: #FDBF6F; width: 7; casing-color: #b16603; casing-width: 1; }
+way[highway=tertiary],way[highway=tertiary_link]    { z-index: 6; color: #FEFECB; width: 5; casing-color: #626202; casing-width: 1; }
+way[highway=unclassified]                           { z-index: 6; color: #D0D0D0; width: 5; casing-width: 1; }
+way[highway=residential]                            { z-index: 5; color: #E8E8E8; width: 5; casing-color: gray; casing-width: 1; }
+way[highway=service][service!=parking_aisle]        { color: white; width: 3; casing-color: gray; casing-width: 1; }
+way[highway=service][service=parking_aisle]         { color: white; width: 1; casing-color: #aaaaaa; casing-width: 1; }
+way[highway=service][service=alley]                 { color: white; width: 2; dashes: 6,2; casing-color: black; casing-width: 1; }
+way[highway=road]                                   { color: gray; width: 5; casing-color: white; casing-width: 1; }
+way[highway=living_street]                          { z-index: 5; color: #ddffee; width: 3; casing-color: #555555; casing-width: 1; }
+
+/* Road areas */
+
+way[highway=pedestrian] !:area { color: #ddddee; width: 5; casing-color: #555555; casing-width: 1; casing-dashes: 2,4;}
+way[highway=pedestrian] :area  { color: #555555; width: 1; fill-color: #ddddee; fill-opacity: 0.8; }
+
+/* Paths */
+
+way[highway=steps]     { color: #FF6644; width: 6; dashes: 2, 2; }
+way[highway=footway]   { color: #FF6644; width: 2; dashes: 6, 3; set .path;}
+way[highway=footway][bicycle=yes]::bike   { z-index: 4; color: blue; width: 1; }
+way[highway=bridleway] { z-index:9; color: #996644; width: 2; dashes: 4, 2, 2, 2; set .path;}
+way[highway=track]     { color: #996644; width: 2; dashes: 4, 2; set .path;}
+way[highway=path]      { color: brown; width: 2; dashes: 2, 2; set .path;}
+way[highway=cycleway]  { color: blue; width: 2; dashes: 4, 2; set .path;}
+way .path              { text: name; text-color: black; text-position: offset; text-offset: 7; font-size: 12; }
+
+/* Under construction */
+
+way[highway=proposed] { color: #88ffff; width: 6; dashes: 8, 4; }
+way[highway=construction] { color: #ffffbb; width: 6; dashes: 8, 4; casing-color: #0000aa; casing-width: 1; casing-dashes: 8,4;}
+
+/* Railways */
+
+way[railway=rail] { z-index: 6; color: black; width: 5; linecap: round; }
+way[railway=rail]::dashes { z-index: 7; color: white; width: 3; dashes: 12,12; linecap: round; }
+
+way[construction=rail] { z-index: 6; color: black; width: 5; dashes: 6, 6, 4, 8;}
+way[construction=rail]::inner { z-index: 7; color: white; width: 3; dashes: 6,18; }
+
+way[railway=platform] { color:black; width: 2; }
+
+way[railway=subway] { z-index: 6; color: #444444; width: 5; }
+way[railway=subway]::dashes  { z-index: 7; color: white; width: 3; dashes: 8,8; }
+
+way[construction=subway] { z-index: 6; color: #444444; width: 5; dashes: 4, 4; }
+way[construction=subway]::dashes  { z-index: 7; color: white; width: 3; dashes: 4,12;}
+
+way[railway=disused][!highway],way[railway=abandoned][!highway] { z-index: 6; color: #444400; width: 3; dashes: 17, 2, 5, 0; }
+way[railway=disused][!highway]::dashes,way[railway=abandoned][!highway]::dashes { z-index: 7; color: #999999; width: 2; dashes: 12,12; }
+
+way[railway=tram]      { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; }
+way[construction=tram] { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; dashes: 6, 6; casing-dashes: 6, 6; }
+
+way[railway=light_rail] { z-index: 6; color: black; width: 4; }
+way[railway=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,4; }
+
+way[construction=light_rail] { z-index: 6; color: black; width: 4; dashes: 8, 4, 4, 4; }
+way[construction=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,12; }
+
+/* Waterways */ 
+
+way[waterway=river], 
+way[waterway=canal], 
+way[waterway=stream]   { color: #3434ff; width: 2; text:name; text-color: #3434ff; font-size:9; text-position: offset; text-offset: 7;}
+way[waterway=drain]              {color: #3434ff; width: 1; text:name; text-color: #3434ff; text-position: offset; text-offset: 3;}
+way[waterway][tunnel=yes]                {dashes: 8,4;}
+
+/* Aeroways */
+
+way[aeroway=aerodrome] :area
+    { z-index: 3; color: #bb44bb; width: 3; casing-color: #66066;  casing-width: 1;  }
+way[aeroway=taxiway] !:area { z-index: 8; color: #999999; width: 3; casing-color: #aa66aa; casing-width: 2; }
+way[aeroway=taxiway]  :area { z-index: 8; color: #bb99bb; width: 3; fill-color: #ccaacc; } 
+
+way[aeroway=runway] !:area { z-index: 9; color: black; width: 5;  }
+way[aeroway=runway]::aa !:area { z-index: 12; color: white; width: 5;  dashes: 0, 20, 4, 76; }
+way[aeroway=runway]::bb !:area { z-index: 13; color: black; width: 3; }
+way[aeroway=runway]::cc !:area { z-index: 14; color: white; width: 1;  dashes: 4, 16; }
+
+way[aeroway=runway] :area { z-index: 9; color: black; width: 3; fill-color: #775577; } 
+way[aeroway=apron] :area { z-index: 4; color: #cc66cc; width: 1; fill-color: #ddaadd; fill-opacity: 0.5;} 
+
+/* Barriers */
+
+way[barrier] {color: #000000; width: 1}
+way[barrier=fence] {color: #000000; width: 1; dashes: 8,4,2,4; }
+
+/* Power */
+
+way[power=line] {color: darkgray; width: 3; dashes: 12,2; casing-color: black; casing-width: 2; casing-dashes: 4, 38;}
+way[power=minor_line] {color: gray; width: 2; dashes: 2,4; casing-width: 3; casing-color: white; casing-dashes: 2,22;}
+way[power=station] :area { color: black; width: 2; fill-color: #666666; fill-opacity: 0.6; set .area_small_name;}
+way[power=generator] :area { color: black; width: 2; fill-color: #444444; fill-opacity: 0.6; set .area_small_name;}
+
+/* Leisure */
+
+way[golf=hole] {color: darkgreen; width: 5; casing-color: green; casing-width: 2; }
+way[leisure=sports_centre] :area { color: #66ddcc; fill-color: #66ddcc; set .area_small_name; }
+
+
+/* Physical decoration */
+
+way[bridge=yes]::bridge1, way[bridge=viaduct]::bridge1, way[bridge=suspension]::bridge1 { z-index: 4; color: white; width: eval('_width+3'); }
+way[bridge=yes]::bridge2, way[bridge=viaduct]::bridge2, way[bridge=suspension]::bridge2 { z-index: 3; color: #444444; width: eval('_width+6'); }
+way[tunnel=yes][!waterway]::bridge1 { z-index: 4; color: white; width: eval('_width+2'); }
+way[tunnel=yes][!waterway]::bridge2 { z-index: 3; color: black; width: eval('_width+6'); dashes: 4,4; }
+
+/* Attribute decoration */
+
+way[oneway=yes]::arrows, way[junction=roundabout]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows; }
+way[oneway=-1]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows-reversed; }
Index: /trunk/nodist/styles/potlatch2/source/enhanced.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/enhanced.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/enhanced.css	(revision 16006)
@@ -0,0 +1,35 @@
+/*
+	Potlatch 2 enhanced stylesheet
+
+	The aim of this stylesheet is to provide a fuller, more detailed rendering of additional attributes
+	(e.g. direction, access) used at times by the moderately experienced mapper.
+	
+*/
+
+@import("stylesheets/core_ways.css");
+@import("stylesheets/core_pois.css");
+@import("stylesheets/core_landuse.css");
+
+/* Access */
+
+way[access=private]::access,way[access=no]::access { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;}
+way[access=permissive]::access { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;}
+
+/* Physical */
+
+way[embankment=yes]::hatches, way[cutting=yes]::hatches
+    { z-index: 3; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; }
+
+/* Interactive behaviour */
+
+@import("stylesheets/core_relations.css");
+way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
+@import("stylesheets/core_interactive.css");
+
+/* Direction on selected ways */
+
+way[highway][!oneway][junction!=roundabout]::direction :selected,
+way[aerial_way]::direction :selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; }
+way[waterway]::direction :selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; }
+way[railway]::direction :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; }
+
Index: /trunk/nodist/styles/potlatch2/source/gpx.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/gpx.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/gpx.css	(revision 16006)
@@ -0,0 +1,12 @@
+/*
+
+	Wireframe stylesheet for GPS tracks
+	
+*/
+
+way { z-index: 2; width: 1; color: cyan; } 
+node :poi { z-index: 2; 
+			icon-image: circle; icon-width: 8; color: orange; 
+			casing-color: red; casing-width: 1; 
+			text-offset: 10; font-family: DejaVu; text: name; font-size: 9; text_color: red; }
+
Index: /trunk/nodist/styles/potlatch2/source/network.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/network.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/network.css	(revision 16006)
@@ -0,0 +1,35 @@
+/*
+	Potlatch 2 network stylesheet
+
+	This is a variant of the enhanced stylesheet _without_ landuse and similar polygons. The aim is to 
+	prevent such items distracting the mapper and leading to unwanted junctions (and slowing down
+	rendering!).
+	
+*/
+
+@import("stylesheets/core_ways.css");
+@import("stylesheets/core_pois.css");
+
+/* Access */
+
+way[access=private]::access,way[access=no]::access { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;}
+way[access=permissive]::access { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;}
+
+/* Physical */
+
+way[embankment=yes]::hatches, way[cutting=yes]::hatches
+    { z-index: 3; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; }
+
+/* Interactive behaviour */
+
+@import("stylesheets/core_relations.css");
+way .area_small_name {text-color: black; font-size: 9; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
+@import("stylesheets/core_interactive.css");
+
+/* Direction on selected ways */
+
+way[highway][!oneway][junction!=roundabout]::direction :selected,
+way[aerial_way]::direction :selected { z-index: 14; color: #999922; width: 2; dashes: 3,60; line-style: arrows; }
+way[waterway]::direction :selected { z-index: 14; color: #4444CC; width: 2; dashes: 5,60; line-style: arrows; }
+way[railway]::direction :selected{ z-index: 14; color: #999999; width: 3; dashes: 4,92; line-style: arrows; }
+
Index: /trunk/nodist/styles/potlatch2/source/opencyclemap.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/opencyclemap.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/opencyclemap.css	(revision 16006)
@@ -0,0 +1,150 @@
+/*
+
+	Stylesheet that mimicks, to a certain extent, opencyclemap
+        Andy Allan, June 2010
+
+	Based heavily on:
+	MapCSS demonstration stylesheet
+	Richard Fairhurst, October 2009
+	
+*/
+
+/* This rule applies to all areas (closed ways). Note that rules are applied in the order
+  they appear in the file, so later rules may replace this one for some ways.
+  This is used as a debugger for finding unstyled areas; it's obviously oversimplistic since
+  it picks up closed-loop highways. */
+
+way :area { color: grey; width: 1; fill-color: red; fill-opacity: 0.1; }
+
+/* A set of fairly standard rules.
+  We use z-index to make sure high-priority roads appear above minor ones.
+  The default z-index is 5. If an object matches multiple rules with the same
+  z-index then the rules are "merged" (but individual properties become one or the other)  */
+
+/*way[highway=motorway],way[highway=motorway_link],
+way[highway=trunk],way[highway=trunk_link],
+way[highway=primary],way[highway=primary_link],
+way[highway=secondary],way[highway=secondary_link],
+way[highway=tertiary],way[highway=tertiary_link],
+way[highway=residential]                             { text: name; text-color: black; font-size: 7; text-position: line;}*/
+way[highway=motorway],way[highway=motorway_link]    { z-index: 9; color: #bfbfcf; width: 7; casing-color: #506077; casing-width: 1; }
+way[highway=trunk],way[highway=trunk_link]          { z-index: 9; color: #c8d8c8; width: 7; casing-color: #477147; casing-width: 1; }
+way[highway=primary],way[highway=primary_link]      { z-index: 8; color: #d8c8c8; width: 7; casing-color: #8d4346; casing-width: 1; }
+way[highway=secondary],way[highway=secondary_link]  { z-index: 7; color: #eeeec9; width: 7; casing-color: #a37b48; casing-width: 1; }
+way[highway=tertiary],way[highway=unclassified]     { z-index: 6; color: #eeeec9; width: 5; casing-color: #999999; casing-width: 1; }
+way[highway=residential]                            { z-index: 5; color: white; width: 5; casing-color: #999; casing-width: 1; }
+way[highway=service]                                { color: white; width: 3; casing-color: #999; casing-width: 1; }
+
+/* Pedestrian precincts need to be treated carefully. Only closed-loops with an explicit
+area=yes tag should be filled. The below doesn't yet work as intended. */
+way[highway=pedestrian] !:area { color: #ddddee; width: 5; casing-color: #555555; casing-width: 1; }
+way[highway=pedestrian] :area  { color: #555555; width: 1; fill-color: #ddddee; fill-opacity: 0.8; }
+
+way[highway=steps]     { color: #be6c6c; width: 2; dashes: 4, 2; }
+way[highway=footway]   { color: #be6c6c; width: 2; dashes: 6, 3; }
+way[highway=cycleway]  { color: blue; width: 1.6; dashes: 5, 4; }
+way[highway=bridleway] { z-index:9; color: #996644; width: 2; dashes: 4, 2, 2, 2; }
+way[highway=track]     { color: #996644; width: 2; dashes: 4, 2; }
+way[highway=path]      { color: lightgreen; width: 2; dashes: 2, 2; }
+
+way[waterway=river], way[waterway=canal] { color: blue; width: 2; text:name; text-color:blue; font-size:9; text-position: offset; text-offset: 7;}
+
+way[barrier] {color: #000000; width: 1}
+
+/* Fills can be solid colour or bitmap images */
+
+
+way[natural] :area                          { color: #ADD6A5; width: 1; fill-color: #ADD6A5; fill-opacity: 0.2; }
+way[landuse] :area                          { color: #efefef; width: 1; fill-color: #f5f5f5; fill-opacity: 0.3; }
+way[amenity],way[shop] :area                { color: #ADCEB5; width: 1; fill-color: #ADCEB5; fill-opacity: 0.2; }
+way[leisure],way[sport] :area               { color: #8CD6B5; width: 1; fill-color: #8CD6B5; fill-opacity: 0.2; }
+way[tourism] :area                          { color: #F7CECE; width: 1; fill-color: #F7CECE; fill-opacity: 0.2; }
+way[historic],way[ruins] :area              { color: #F7F7DE; width: 1; fill-color: #F7F7DE; fill-opacity: 0.2; }
+way[military] :area                         { color: #D6D6D6; width: 1; fill-color: #D6D6D6; fill-opacity: 0.2; }
+way[building] :area                         { color: #8d8d8d; width: 1; fill-color: #e0e0e0; fill-opacity: 0.2; }
+way[natural=water],
+way[waterway] :area               { color: blue;    width: 2; fill-color: blue;    fill-opacity: 0.2; }
+way[landuse=forest],way[natural=wood] :area { color: green;   width: 2; fill-color: green;   fill-opacity: 0.2; }
+way[leisure=pitch],way[leisure=park]        { color: #44ff44; width: 1; fill-color: #44ff44; fill-opacity: 0.2; }
+way[amenity=parking] :area                  { color: gray;    width: 1; fill-color: gray;    fill-opacity: 0.2; }
+way[public_transport=pay_scale_area] :area  { color: gray;    width: 1; fill-color: gray;    fill-opacity: 0.1; }
+
+/* Addressing. Nodes with addresses *and* match POIs should have a poi icon, so we put addressing first */ 
+
+node[addr:housenumber],
+node[addr:housename] { icon-image: circle; icon-width: 8; color: #B0E0E6; casing-color:blue; casing-width: 1; }
+way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;}
+
+/* POIs, too, can have bitmap icons - they can even be transparent */
+
+node[amenity=pub] { icon-image: icons/pub.png; text-offset: 15; font-family: DejaVu; text: name; font-size: 9; }
+/*node[place] { icon-image: icons/place.png; text-offset: 17; font-family: DejaVu; text: name; font-size: 9; font-weight: bold; text-decoration: underline; }
+node[railway=station] { icon-image: icons/station.png; text-offset: 13; font-family: DejaVu; text: name; font-size: 9; font-weight: bold; }
+node[aeroway=aerodrome] { icon-image: icons/airport.png; text-offset: 13; font-family: DejaVu; text: name; font-size: 10; }
+node[amenity=atm] { icon-image: icons/atm.png; }
+node[amenity=bank] { icon-image: icons/bank.png; text-offset: 15; text: name; }
+node[highway=bus_stop] { icon-image: icons/bus_stop.png; }
+node[amenity=cafe] { icon-image: icons/cafe.png; text-offset: 15; text: name; }
+node[shop=convenience] { icon-image: icons/convenience.png; text-offset:15; text:name; }
+node[shop=supermarket] { icon-image: icons/supermarket.png; text-offset:15; text:name; }
+node[amenity=fast_food] { icon-image: icons/fast_food.png; text-offset:15; text: name; }
+node[amenity=fire_station] { icon-image: icons/fire_station.png; }
+node[amenity=hospital] { icon-image: icons/hospital.png; }
+node[tourism=hotel] { icon-image: icons/hotel.png; }
+node[amenity=parking] { icon-image: icons/parking.png; } */
+node[amenity=bicycle_parking] { icon-image: icons/parking_cycle.png; text-offset: 15; text: capacity; text-color: blue }
+/* node[amenity=pharmacy] { icon-image: icons/pharmacy.png; }
+node[amenity=pharmacy][dispensing=yes] { icon-image: icons/pharmacy_dispensing.png; }
+node[amenity=police] { icon-image: icons/police.png; }
+node[amenity=post_box] { icon-image: icons/post_box.png; }
+node[amenity=recycling] { icon-image: icons/recycling.png; }
+node[amenity=restaurant] { icon-image: icons/restaurant.png; }
+node[amenity=school] { icon-image: icons/school.png; }
+node[amenity=taxi] { icon-image: icons/taxi.png; }
+node[amenity=telephone] { icon-image: icons/telephone.png; }
+way node[barrier=gate], way node[highway=gate] { icon-image: icons/gate.png; }
+node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; }*/
+
+/* Important shops */
+node[shop=bicycle] { icon-image: icons/shopping_bicycle.n.16.png; text-offset: 15; text: name; }
+
+/* We can stack styles at different z-index (depth) */
+
+way[railway=rail] { z-index: 6; color: #444444; width: 5; }
+way[railway=rail]::dashes { z-index: 7; color: white; width: 3; dashes: 12,12; }
+way[railway=platform] { color:black; width: 2; }
+way[railway=subway] { z-index: 6; color: #444444; width: 5; }
+way[railway=subway]::dashes { z-index: 7; color: white; width: 3; dashes: 8,8; }
+
+/* Bridge */
+way[bridge=yes]::bridge1, way[bridge=viaduct]::bridge1, way[bridge=suspension]::bridge1  { z-index: 4; color: white; width: eval('_width+3'); }
+way[bridge=yes]::bridge2, way[bridge=viaduct]::bridge2, way[bridge=suspension]::bridge2  { z-index: 3; color: black; width: eval('_width+6'); }
+    
+/* Tunnel */
+way[tunnel=yes]::tunnel1 { z-index: 4; color: white; width: eval('_width+2'); }
+way[tunnel=yes]::tunnel2 { z-index: 3; color: black; width: eval('_width+6'); dashes: 4,4; }
+
+/* Oneway */
+way[oneway=yes]::arrows { z-index: 10; color: #6c70d5; width: 2; dashes: 10,30; line-style: arrows; }
+
+
+/* Change the road colour based on dynamically set "highlighted" tag (see earlier) */
+
+way .highlighted { color: pink; }
+
+/* Interactive editors may choose different behaviour when a user mouses-over or selects
+   an object. Potlatch 2 supports these but the stand-alone Halcyon viewer does not */
+
+@import("stylesheets/core_interactive.css");
+
+/* Descendant selectors provide an easy way to style relations: this example means "any way
+   which is part of a relation whose type=route". */
+
+relation[type=route] way::routeline { z-index: 1; width: 17; color: yellow; opacity: 0.3; }
+relation[type=route][route=bicycle][network=ncn] way::routeline { z-index: 1; width: 12; color: red; opacity: 0.3; }
+relation[type=route][route=bicycle][network=rcn] way::routeline { z-index: 1; width: 12; color: cyan; opacity: 0.3; }
+relation[type=route][route=bicycle][network=lcn] way::routeline { z-index: 1; width: 12; color: blue; opacity: 0.3; }
+relation[type=route][route=bicycle][network=mtb] way::routeline { z-index: 1; width: 12; color: #48a448; opacity: 0.3; }
+
+
+
Index: /trunk/nodist/styles/potlatch2/source/potlatch.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/potlatch.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/potlatch.css	(revision 16006)
@@ -0,0 +1,28 @@
+/*
+
+	Potlatch 2 core stylesheet
+	
+	This stylesheet should contain commonly used features and only the most essential extra attributes
+	(e.g. oneway). It needs to remain simple (not too many nested styles or dash-type decorations) in
+	order not to kill performance on slower systems and those with a less effective Flash Player (i.e. 
+	Linux).
+	
+	It is expected that experienced mappers will switch between this and other stylesheets as required.
+
+*/
+
+@import("stylesheets/core_ways.css");
+@import("stylesheets/core_pois.css");
+@import("stylesheets/core_landuse.css");
+@import("stylesheets/core_relations.css");
+way .area_small_name {text-color: black; font-size: 10; text: name; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
+@import("stylesheets/core_interactive.css");
+
+/* Rendering for licence status */
+
+way[_status=no]::status       { z-index: 0; width: eval('_width+7'); color: #AA0000; }
+way[_status=partial]::status  { z-index: 0; width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+way[_status=unsure]::status   { z-index: 0; width: eval('_width+7'); color: darkorange; opacity: 0.6; }
+node[_status=no]::status      { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; }
+node[_status=partial]::status { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+node[_status=unsure]::status  { z-index: 0; icon-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; }
Index: /trunk/nodist/styles/potlatch2/source/snapshot.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/snapshot.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/snapshot.css	(revision 16006)
@@ -0,0 +1,26 @@
+/*
+
+	Stylesheet that does simple wireframe display
+
+*/
+
+way :hover	{ z-index: 2; width: 14; color: yellow; linecap: round; }
+way :selected { z-index: 2; width: 14; color: yellow; linecap: round; }
+way !:drawn { z-index: 1; width: 14; color: #444444; linecap: round; }
+
+node :selectedway { z-index: 8; icon-image: circle; icon-width: 16; color: green; }
+node :hoverway { z-index: 9; icon-image: circle; icon-width: 16; color: blue; }
+node :selected { z-index: 9; icon-image: circle; icon-width: 16; color: red; casing-color: black; casing-width: 1; }
+node !:drawn :poi { z-index: 6; icon-image: circle; icon-width: 16; color: green; casing-color: black; casing-width: 1; }
+node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 16; color: black; }
+node :hasTags :selectedway { z-index: 9; icon-image: circle; icon-width: 16; color: black; }
+
+way[_status=incomplete]::statushighlight { z-index: 0; width: 20; color: #d95f02; linecap: round; }
+way[_status=complete]::statushighlight { z-index: 0; width: 18; color: #1b9e77; opacity: 0.4; linecap: round; }
+way[_status=complete] { opacity: 0.7; }
+node[_status=incomplete]::statushighlight :hasTags { z-index: 5; icon-image: circle; icon-width: 24; color: #d95f02; }
+node[_status=complete]::statushighlight :hasTags { z-index: 5; icon-image: circle; icon-width: 20; color: #1b9e77; opacity: 0.4; }
+node[_status=complete] { opacity: 0.7; }
+
+
+
Index: /trunk/nodist/styles/potlatch2/source/wireframe.css
===================================================================
--- /trunk/nodist/styles/potlatch2/source/wireframe.css	(revision 16006)
+++ /trunk/nodist/styles/potlatch2/source/wireframe.css	(revision 16006)
@@ -0,0 +1,17 @@
+/*
+
+	Stylesheet that does simple wireframe display
+	
+*/
+
+way :hover	{ z-index: 2; width: 1; color: blue; }
+way :selected { z-index: 2; width: 1; color: red; }
+way !:drawn { z-index:10; width: 1; color: black; } 
+
+node :selectedway { z-index: 8; icon-image: square; icon-width: 6; color: green; }
+node :hoverway { z-index: 9; icon-image: square; icon-width: 6; color: blue; }
+node :selected { z-index: 9; icon-image: square; icon-width: 6; color: red; casing-color: black; casing-width: 1; }
+node !:drawn :poi { z-index: 2; icon-image: square; icon-width: 4; color: green; casing-color: black; casing-width: 1; }
+node !:drawn :hasTags { z-index: 9; icon-image: circle; icon-width: 6; color: black; }
+node :hasTags :selectedway { z-index: 9; icon-image: square; icon-width: 8; color: black; layer: 5; }
+
Index: /trunk/nodist/styles/standard/README.txt
===================================================================
--- /trunk/nodist/styles/standard/README.txt	(revision 16006)
+++ /trunk/nodist/styles/standard/README.txt	(revision 16006)
@@ -0,0 +1,1 @@
+Instead of the flat icons dir previously used, use the hierarchy from svn.openstreetmap.org/applications/share/map-icons instead.
Index: /trunk/nodist/styles/standard/makefile
===================================================================
--- /trunk/nodist/styles/standard/makefile	(revision 16006)
+++ /trunk/nodist/styles/standard/makefile	(revision 16006)
@@ -0,0 +1,6 @@
+
+all: overview.osm
+
+overview.osm: makefile elemstyles.xml overview.xsl
+	xsltproc --nonet overview.xsl elemstyles.xml > overview.osm
+	
Index: /trunk/nodist/styles/standard/overview.osm
===================================================================
--- /trunk/nodist/styles/standard/overview.osm	(revision 16006)
+++ /trunk/nodist/styles/standard/overview.osm	(revision 16006)
@@ -0,0 +1,8838 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--DO NOT EDIT! THIS FILE IS GENERATED!!!-->
+<osm version="0.6" generator="overview-creator.xslt">
+  <node id="-20200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00030">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="highway"/>
+  </node>
+  <node id="-20400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00030">
+    <tag k="highway" v="motorway"/>
+    <tag k="name" v="motorway"/>
+  </node>
+  <node id="-20401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00026"/>
+  <node id="-20402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00054"/>
+  <node id="-20403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00054"/>
+  <node id="-20404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00026"/>
+  <way id="-20404" user="overview-creator" visible="true">
+    <nd ref="-20401"/>
+    <nd ref="-20402"/>
+    <nd ref="-20403"/>
+    <nd ref="-20404"/>
+    <nd ref="-20401"/>
+    <tag k="highway" v="motorway"/>
+    <tag k="name" v="motorway"/>
+  </way>
+  <node id="-20600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00030">
+    <tag k="highway" v="motorway_link"/>
+    <tag k="name" v="motorway_link"/>
+  </node>
+  <node id="-20601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00026"/>
+  <node id="-20602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00054"/>
+  <node id="-20603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00054"/>
+  <node id="-20604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00026"/>
+  <way id="-20604" user="overview-creator" visible="true">
+    <nd ref="-20601"/>
+    <nd ref="-20602"/>
+    <nd ref="-20603"/>
+    <nd ref="-20604"/>
+    <nd ref="-20601"/>
+    <tag k="highway" v="motorway_link"/>
+    <tag k="name" v="motorway_link"/>
+  </way>
+  <node id="-20800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00030">
+    <tag k="highway" v="trunk"/>
+    <tag k="name" v="trunk"/>
+  </node>
+  <node id="-20801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00026"/>
+  <node id="-20802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00054"/>
+  <node id="-20803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00054"/>
+  <node id="-20804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00026"/>
+  <way id="-20804" user="overview-creator" visible="true">
+    <nd ref="-20801"/>
+    <nd ref="-20802"/>
+    <nd ref="-20803"/>
+    <nd ref="-20804"/>
+    <nd ref="-20801"/>
+    <tag k="highway" v="trunk"/>
+    <tag k="name" v="trunk"/>
+  </way>
+  <node id="-21000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00030">
+    <tag k="highway" v="trunk_link"/>
+    <tag k="name" v="trunk_link"/>
+  </node>
+  <node id="-21001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00026"/>
+  <node id="-21002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00054"/>
+  <node id="-21003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00054"/>
+  <node id="-21004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00026"/>
+  <way id="-21004" user="overview-creator" visible="true">
+    <nd ref="-21001"/>
+    <nd ref="-21002"/>
+    <nd ref="-21003"/>
+    <nd ref="-21004"/>
+    <nd ref="-21001"/>
+    <tag k="highway" v="trunk_link"/>
+    <tag k="name" v="trunk_link"/>
+  </way>
+  <node id="-21200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00030">
+    <tag k="highway" v="primary"/>
+    <tag k="name" v="primary"/>
+  </node>
+  <node id="-21201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00026"/>
+  <node id="-21202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00054"/>
+  <node id="-21203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00054"/>
+  <node id="-21204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00026"/>
+  <way id="-21204" user="overview-creator" visible="true">
+    <nd ref="-21201"/>
+    <nd ref="-21202"/>
+    <nd ref="-21203"/>
+    <nd ref="-21204"/>
+    <nd ref="-21201"/>
+    <tag k="highway" v="primary"/>
+    <tag k="name" v="primary"/>
+  </way>
+  <node id="-21400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00030">
+    <tag k="highway" v="primary_link"/>
+    <tag k="name" v="primary_link"/>
+  </node>
+  <node id="-21401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00026"/>
+  <node id="-21402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00054"/>
+  <node id="-21403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00054"/>
+  <node id="-21404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00026"/>
+  <way id="-21404" user="overview-creator" visible="true">
+    <nd ref="-21401"/>
+    <nd ref="-21402"/>
+    <nd ref="-21403"/>
+    <nd ref="-21404"/>
+    <nd ref="-21401"/>
+    <tag k="highway" v="primary_link"/>
+    <tag k="name" v="primary_link"/>
+  </way>
+  <node id="-21600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00030">
+    <tag k="highway" v="secondary"/>
+    <tag k="name" v="secondary"/>
+  </node>
+  <node id="-21601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00026"/>
+  <node id="-21602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00054"/>
+  <node id="-21603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00054"/>
+  <node id="-21604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00026"/>
+  <way id="-21604" user="overview-creator" visible="true">
+    <nd ref="-21601"/>
+    <nd ref="-21602"/>
+    <nd ref="-21603"/>
+    <nd ref="-21604"/>
+    <nd ref="-21601"/>
+    <tag k="highway" v="secondary"/>
+    <tag k="name" v="secondary"/>
+  </way>
+  <node id="-21800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00030">
+    <tag k="highway" v="secondary_link"/>
+    <tag k="name" v="secondary_link"/>
+  </node>
+  <node id="-21801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00026"/>
+  <node id="-21802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00054"/>
+  <node id="-21803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00054"/>
+  <node id="-21804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00026"/>
+  <way id="-21804" user="overview-creator" visible="true">
+    <nd ref="-21801"/>
+    <nd ref="-21802"/>
+    <nd ref="-21803"/>
+    <nd ref="-21804"/>
+    <nd ref="-21801"/>
+    <tag k="highway" v="secondary_link"/>
+    <tag k="name" v="secondary_link"/>
+  </way>
+  <node id="-22000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00030">
+    <tag k="highway" v="tertiary"/>
+    <tag k="name" v="tertiary"/>
+  </node>
+  <node id="-22001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00026"/>
+  <node id="-22002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00054"/>
+  <node id="-22003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00054"/>
+  <node id="-22004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00026"/>
+  <way id="-22004" user="overview-creator" visible="true">
+    <nd ref="-22001"/>
+    <nd ref="-22002"/>
+    <nd ref="-22003"/>
+    <nd ref="-22004"/>
+    <nd ref="-22001"/>
+    <tag k="highway" v="tertiary"/>
+    <tag k="name" v="tertiary"/>
+  </way>
+  <node id="-22200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00030">
+    <tag k="highway" v="unclassified"/>
+    <tag k="name" v="unclassified"/>
+  </node>
+  <node id="-22201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00026"/>
+  <node id="-22202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00054"/>
+  <node id="-22203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00054"/>
+  <node id="-22204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00026"/>
+  <way id="-22204" user="overview-creator" visible="true">
+    <nd ref="-22201"/>
+    <nd ref="-22202"/>
+    <nd ref="-22203"/>
+    <nd ref="-22204"/>
+    <nd ref="-22201"/>
+    <tag k="highway" v="unclassified"/>
+    <tag k="name" v="unclassified"/>
+  </way>
+  <node id="-22400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00030">
+    <tag k="highway" v="road"/>
+    <tag k="name" v="road"/>
+  </node>
+  <node id="-22401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00026"/>
+  <node id="-22402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00054"/>
+  <node id="-22403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00054"/>
+  <node id="-22404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00026"/>
+  <way id="-22404" user="overview-creator" visible="true">
+    <nd ref="-22401"/>
+    <nd ref="-22402"/>
+    <nd ref="-22403"/>
+    <nd ref="-22404"/>
+    <nd ref="-22401"/>
+    <tag k="highway" v="road"/>
+    <tag k="name" v="road"/>
+  </way>
+  <node id="-22600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00030">
+    <tag k="highway" v="unsurfaced"/>
+    <tag k="name" v="unsurfaced"/>
+  </node>
+  <node id="-22601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00026"/>
+  <node id="-22602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00054"/>
+  <node id="-22603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00054"/>
+  <node id="-22604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00026"/>
+  <way id="-22604" user="overview-creator" visible="true">
+    <nd ref="-22601"/>
+    <nd ref="-22602"/>
+    <nd ref="-22603"/>
+    <nd ref="-22604"/>
+    <nd ref="-22601"/>
+    <tag k="highway" v="unsurfaced"/>
+    <tag k="name" v="unsurfaced"/>
+  </way>
+  <node id="-22800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00030">
+    <tag k="highway" v="track"/>
+    <tag k="name" v="track"/>
+  </node>
+  <node id="-22801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00026"/>
+  <node id="-22802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00054"/>
+  <node id="-22803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00054"/>
+  <node id="-22804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00026"/>
+  <way id="-22804" user="overview-creator" visible="true">
+    <nd ref="-22801"/>
+    <nd ref="-22802"/>
+    <nd ref="-22803"/>
+    <nd ref="-22804"/>
+    <nd ref="-22801"/>
+    <tag k="highway" v="track"/>
+    <tag k="name" v="track"/>
+  </way>
+  <node id="-23000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00030">
+    <tag k="highway" v="residential"/>
+    <tag k="name" v="residential"/>
+  </node>
+  <node id="-23001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00026"/>
+  <node id="-23002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00054"/>
+  <node id="-23003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00054"/>
+  <node id="-23004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00026"/>
+  <way id="-23004" user="overview-creator" visible="true">
+    <nd ref="-23001"/>
+    <nd ref="-23002"/>
+    <nd ref="-23003"/>
+    <nd ref="-23004"/>
+    <nd ref="-23001"/>
+    <tag k="highway" v="residential"/>
+    <tag k="name" v="residential"/>
+  </way>
+  <node id="-23200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00030">
+    <tag k="highway" v="living_street"/>
+    <tag k="name" v="living_street"/>
+  </node>
+  <node id="-23201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00026"/>
+  <node id="-23202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00054"/>
+  <node id="-23203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00054"/>
+  <node id="-23204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00026"/>
+  <way id="-23204" user="overview-creator" visible="true">
+    <nd ref="-23201"/>
+    <nd ref="-23202"/>
+    <nd ref="-23203"/>
+    <nd ref="-23204"/>
+    <nd ref="-23201"/>
+    <tag k="highway" v="living_street"/>
+    <tag k="name" v="living_street"/>
+  </way>
+  <node id="-23400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00030">
+    <tag k="highway" v="service"/>
+    <tag k="name" v="service"/>
+  </node>
+  <node id="-23401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00026"/>
+  <node id="-23402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00054"/>
+  <node id="-23403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00054"/>
+  <node id="-23404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00026"/>
+  <way id="-23404" user="overview-creator" visible="true">
+    <nd ref="-23401"/>
+    <nd ref="-23402"/>
+    <nd ref="-23403"/>
+    <nd ref="-23404"/>
+    <nd ref="-23401"/>
+    <tag k="highway" v="service"/>
+    <tag k="name" v="service"/>
+  </way>
+  <node id="-23600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00030">
+    <tag k="highway" v="bridleway"/>
+    <tag k="name" v="bridleway"/>
+  </node>
+  <node id="-23601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00026"/>
+  <node id="-23602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00054"/>
+  <node id="-23603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00054"/>
+  <node id="-23604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00026"/>
+  <way id="-23604" user="overview-creator" visible="true">
+    <nd ref="-23601"/>
+    <nd ref="-23602"/>
+    <nd ref="-23603"/>
+    <nd ref="-23604"/>
+    <nd ref="-23601"/>
+    <tag k="highway" v="bridleway"/>
+    <tag k="name" v="bridleway"/>
+  </way>
+  <node id="-23800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00030">
+    <tag k="highway" v="cycleway"/>
+    <tag k="name" v="cycleway"/>
+  </node>
+  <node id="-23801" user="overview-creator" visible="true" lat="-0.00186" lon="0.00026"/>
+  <node id="-23802" user="overview-creator" visible="true" lat="-0.00186" lon="0.00054"/>
+  <node id="-23803" user="overview-creator" visible="true" lat="-0.00194" lon="0.00054"/>
+  <node id="-23804" user="overview-creator" visible="true" lat="-0.00194" lon="0.00026"/>
+  <way id="-23804" user="overview-creator" visible="true">
+    <nd ref="-23801"/>
+    <nd ref="-23802"/>
+    <nd ref="-23803"/>
+    <nd ref="-23804"/>
+    <nd ref="-23801"/>
+    <tag k="highway" v="cycleway"/>
+    <tag k="name" v="cycleway"/>
+  </way>
+  <node id="-24000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00030">
+    <tag k="highway" v="footway"/>
+    <tag k="name" v="footway"/>
+  </node>
+  <node id="-24001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00026"/>
+  <node id="-24002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00054"/>
+  <node id="-24003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00054"/>
+  <node id="-24004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00026"/>
+  <way id="-24004" user="overview-creator" visible="true">
+    <nd ref="-24001"/>
+    <nd ref="-24002"/>
+    <nd ref="-24003"/>
+    <nd ref="-24004"/>
+    <nd ref="-24001"/>
+    <tag k="highway" v="footway"/>
+    <tag k="name" v="footway"/>
+  </way>
+  <node id="-24200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00030">
+    <tag k="highway" v="path"/>
+    <tag k="name" v="path"/>
+  </node>
+  <node id="-24201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00026"/>
+  <node id="-24202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00054"/>
+  <node id="-24203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00054"/>
+  <node id="-24204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00026"/>
+  <way id="-24204" user="overview-creator" visible="true">
+    <nd ref="-24201"/>
+    <nd ref="-24202"/>
+    <nd ref="-24203"/>
+    <nd ref="-24204"/>
+    <nd ref="-24201"/>
+    <tag k="highway" v="path"/>
+    <tag k="name" v="path"/>
+  </way>
+  <node id="-24400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00030">
+    <tag k="highway" v="pedestrian"/>
+    <tag k="name" v="pedestrian"/>
+  </node>
+  <node id="-24401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00026"/>
+  <node id="-24402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00054"/>
+  <node id="-24403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00054"/>
+  <node id="-24404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00026"/>
+  <way id="-24404" user="overview-creator" visible="true">
+    <nd ref="-24401"/>
+    <nd ref="-24402"/>
+    <nd ref="-24403"/>
+    <nd ref="-24404"/>
+    <nd ref="-24401"/>
+    <tag k="highway" v="pedestrian"/>
+    <tag k="name" v="pedestrian"/>
+  </way>
+  <node id="-24600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00030">
+    <tag k="highway" v="steps"/>
+    <tag k="name" v="steps"/>
+  </node>
+  <node id="-24601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00026"/>
+  <node id="-24602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00054"/>
+  <node id="-24603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00054"/>
+  <node id="-24604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00026"/>
+  <way id="-24604" user="overview-creator" visible="true">
+    <nd ref="-24601"/>
+    <nd ref="-24602"/>
+    <nd ref="-24603"/>
+    <nd ref="-24604"/>
+    <nd ref="-24601"/>
+    <tag k="highway" v="steps"/>
+    <tag k="name" v="steps"/>
+  </way>
+  <node id="-24800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00030">
+    <tag k="highway" v="bus_guideway"/>
+    <tag k="name" v="bus_guideway"/>
+  </node>
+  <node id="-24801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00026"/>
+  <node id="-24802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00054"/>
+  <node id="-24803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00054"/>
+  <node id="-24804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00026"/>
+  <way id="-24804" user="overview-creator" visible="true">
+    <nd ref="-24801"/>
+    <nd ref="-24802"/>
+    <nd ref="-24803"/>
+    <nd ref="-24804"/>
+    <nd ref="-24801"/>
+    <tag k="highway" v="bus_guideway"/>
+    <tag k="name" v="bus_guideway"/>
+  </way>
+  <node id="-25000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00030">
+    <tag k="highway" v="mini_roundabout"/>
+    <tag k="name" v="mini_roundabout"/>
+  </node>
+  <node id="-25001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00026"/>
+  <node id="-25002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00054"/>
+  <node id="-25003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00054"/>
+  <node id="-25004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00026"/>
+  <way id="-25004" user="overview-creator" visible="true">
+    <nd ref="-25001"/>
+    <nd ref="-25002"/>
+    <nd ref="-25003"/>
+    <nd ref="-25004"/>
+    <nd ref="-25001"/>
+    <tag k="highway" v="mini_roundabout"/>
+    <tag k="name" v="mini_roundabout"/>
+  </way>
+  <node id="-25200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00030">
+    <tag k="highway" v="stop"/>
+    <tag k="name" v="stop"/>
+  </node>
+  <node id="-25201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00026"/>
+  <node id="-25202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00054"/>
+  <node id="-25203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00054"/>
+  <node id="-25204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00026"/>
+  <way id="-25204" user="overview-creator" visible="true">
+    <nd ref="-25201"/>
+    <nd ref="-25202"/>
+    <nd ref="-25203"/>
+    <nd ref="-25204"/>
+    <nd ref="-25201"/>
+    <tag k="highway" v="stop"/>
+    <tag k="name" v="stop"/>
+  </way>
+  <node id="-25400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00030">
+    <tag k="highway" v="traffic_signals"/>
+    <tag k="name" v="traffic_signals"/>
+  </node>
+  <node id="-25401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00026"/>
+  <node id="-25402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00054"/>
+  <node id="-25403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00054"/>
+  <node id="-25404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00026"/>
+  <way id="-25404" user="overview-creator" visible="true">
+    <nd ref="-25401"/>
+    <nd ref="-25402"/>
+    <nd ref="-25403"/>
+    <nd ref="-25404"/>
+    <nd ref="-25401"/>
+    <tag k="highway" v="traffic_signals"/>
+    <tag k="name" v="traffic_signals"/>
+  </way>
+  <node id="-25600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00030">
+    <tag k="highway" v="street_lamp"/>
+    <tag k="name" v="street_lamp"/>
+  </node>
+  <node id="-25601" user="overview-creator" visible="true" lat="-0.00276" lon="0.00026"/>
+  <node id="-25602" user="overview-creator" visible="true" lat="-0.00276" lon="0.00054"/>
+  <node id="-25603" user="overview-creator" visible="true" lat="-0.00284" lon="0.00054"/>
+  <node id="-25604" user="overview-creator" visible="true" lat="-0.00284" lon="0.00026"/>
+  <way id="-25604" user="overview-creator" visible="true">
+    <nd ref="-25601"/>
+    <nd ref="-25602"/>
+    <nd ref="-25603"/>
+    <nd ref="-25604"/>
+    <nd ref="-25601"/>
+    <tag k="highway" v="street_lamp"/>
+    <tag k="name" v="street_lamp"/>
+  </way>
+  <node id="-25800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00030">
+    <tag k="highway" v="speed_camera"/>
+    <tag k="name" v="speed_camera"/>
+  </node>
+  <node id="-25801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00026"/>
+  <node id="-25802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00054"/>
+  <node id="-25803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00054"/>
+  <node id="-25804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00026"/>
+  <way id="-25804" user="overview-creator" visible="true">
+    <nd ref="-25801"/>
+    <nd ref="-25802"/>
+    <nd ref="-25803"/>
+    <nd ref="-25804"/>
+    <nd ref="-25801"/>
+    <tag k="highway" v="speed_camera"/>
+    <tag k="name" v="speed_camera"/>
+  </way>
+  <node id="-26000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00030">
+    <tag k="highway" v="crossing"/>
+    <tag k="name" v="crossing"/>
+  </node>
+  <node id="-26001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00026"/>
+  <node id="-26002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00054"/>
+  <node id="-26003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00054"/>
+  <node id="-26004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00026"/>
+  <way id="-26004" user="overview-creator" visible="true">
+    <nd ref="-26001"/>
+    <nd ref="-26002"/>
+    <nd ref="-26003"/>
+    <nd ref="-26004"/>
+    <nd ref="-26001"/>
+    <tag k="highway" v="crossing"/>
+    <tag k="name" v="crossing"/>
+  </way>
+  <node id="-26200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00030">
+    <tag k="highway" v="incline"/>
+    <tag k="name" v="incline"/>
+  </node>
+  <node id="-26201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00026"/>
+  <node id="-26202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00054"/>
+  <node id="-26203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00054"/>
+  <node id="-26204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00026"/>
+  <way id="-26204" user="overview-creator" visible="true">
+    <nd ref="-26201"/>
+    <nd ref="-26202"/>
+    <nd ref="-26203"/>
+    <nd ref="-26204"/>
+    <nd ref="-26201"/>
+    <tag k="highway" v="incline"/>
+    <tag k="name" v="incline"/>
+  </way>
+  <node id="-26400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00030">
+    <tag k="highway" v="incline_steep"/>
+    <tag k="name" v="incline_steep"/>
+  </node>
+  <node id="-26401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00026"/>
+  <node id="-26402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00054"/>
+  <node id="-26403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00054"/>
+  <node id="-26404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00026"/>
+  <way id="-26404" user="overview-creator" visible="true">
+    <nd ref="-26401"/>
+    <nd ref="-26402"/>
+    <nd ref="-26403"/>
+    <nd ref="-26404"/>
+    <nd ref="-26401"/>
+    <tag k="highway" v="incline_steep"/>
+    <tag k="name" v="incline_steep"/>
+  </way>
+  <node id="-26600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00030">
+    <tag k="highway" v="motorway_junction"/>
+    <tag k="name" v="motorway_junction"/>
+  </node>
+  <node id="-26601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00026"/>
+  <node id="-26602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00054"/>
+  <node id="-26603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00054"/>
+  <node id="-26604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00026"/>
+  <way id="-26604" user="overview-creator" visible="true">
+    <nd ref="-26601"/>
+    <nd ref="-26602"/>
+    <nd ref="-26603"/>
+    <nd ref="-26604"/>
+    <nd ref="-26601"/>
+    <tag k="highway" v="motorway_junction"/>
+    <tag k="name" v="motorway_junction"/>
+  </way>
+  <node id="-26800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00030">
+    <tag k="highway" v="services"/>
+    <tag k="name" v="services"/>
+  </node>
+  <node id="-26801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00026"/>
+  <node id="-26802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00054"/>
+  <node id="-26803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00054"/>
+  <node id="-26804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00026"/>
+  <way id="-26804" user="overview-creator" visible="true">
+    <nd ref="-26801"/>
+    <nd ref="-26802"/>
+    <nd ref="-26803"/>
+    <nd ref="-26804"/>
+    <nd ref="-26801"/>
+    <tag k="highway" v="services"/>
+    <tag k="name" v="services"/>
+  </way>
+  <node id="-27000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00030">
+    <tag k="highway" v="ford"/>
+    <tag k="name" v="ford"/>
+  </node>
+  <node id="-27001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00026"/>
+  <node id="-27002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00054"/>
+  <node id="-27003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00054"/>
+  <node id="-27004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00026"/>
+  <way id="-27004" user="overview-creator" visible="true">
+    <nd ref="-27001"/>
+    <nd ref="-27002"/>
+    <nd ref="-27003"/>
+    <nd ref="-27004"/>
+    <nd ref="-27001"/>
+    <tag k="highway" v="ford"/>
+    <tag k="name" v="ford"/>
+  </way>
+  <node id="-27200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00030">
+    <tag k="highway" v="bus_stop"/>
+    <tag k="name" v="bus_stop"/>
+  </node>
+  <node id="-27201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00026"/>
+  <node id="-27202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00054"/>
+  <node id="-27203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00054"/>
+  <node id="-27204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00026"/>
+  <way id="-27204" user="overview-creator" visible="true">
+    <nd ref="-27201"/>
+    <nd ref="-27202"/>
+    <nd ref="-27203"/>
+    <nd ref="-27204"/>
+    <nd ref="-27201"/>
+    <tag k="highway" v="bus_stop"/>
+    <tag k="name" v="bus_stop"/>
+  </way>
+  <node id="-27400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00030">
+    <tag k="highway" v="turning_circle"/>
+    <tag k="name" v="turning_circle"/>
+  </node>
+  <node id="-27401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00026"/>
+  <node id="-27402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00054"/>
+  <node id="-27403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00054"/>
+  <node id="-27404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00026"/>
+  <way id="-27404" user="overview-creator" visible="true">
+    <nd ref="-27401"/>
+    <nd ref="-27402"/>
+    <nd ref="-27403"/>
+    <nd ref="-27404"/>
+    <nd ref="-27401"/>
+    <tag k="highway" v="turning_circle"/>
+    <tag k="name" v="turning_circle"/>
+  </way>
+  <node id="-27600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00030">
+    <tag k="highway" v="passing_place"/>
+    <tag k="name" v="passing_place"/>
+  </node>
+  <node id="-27601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00026"/>
+  <node id="-27602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00054"/>
+  <node id="-27603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00054"/>
+  <node id="-27604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00026"/>
+  <way id="-27604" user="overview-creator" visible="true">
+    <nd ref="-27601"/>
+    <nd ref="-27602"/>
+    <nd ref="-27603"/>
+    <nd ref="-27604"/>
+    <nd ref="-27601"/>
+    <tag k="highway" v="passing_place"/>
+    <tag k="name" v="passing_place"/>
+  </way>
+  <node id="-27800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00030">
+    <tag k="highway" v="construction"/>
+    <tag k="name" v="construction"/>
+  </node>
+  <node id="-27801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00026"/>
+  <node id="-27802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00054"/>
+  <node id="-27803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00054"/>
+  <node id="-27804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00026"/>
+  <way id="-27804" user="overview-creator" visible="true">
+    <nd ref="-27801"/>
+    <nd ref="-27802"/>
+    <nd ref="-27803"/>
+    <nd ref="-27804"/>
+    <nd ref="-27801"/>
+    <tag k="highway" v="construction"/>
+    <tag k="name" v="construction"/>
+  </way>
+  <node id="-28000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00030">
+    <tag k="highway" v="emergency_access_point"/>
+    <tag k="name" v="emergency_access_point"/>
+  </node>
+  <node id="-28001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00026"/>
+  <node id="-28002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00054"/>
+  <node id="-28003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00054"/>
+  <node id="-28004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00026"/>
+  <way id="-28004" user="overview-creator" visible="true">
+    <nd ref="-28001"/>
+    <nd ref="-28002"/>
+    <nd ref="-28003"/>
+    <nd ref="-28004"/>
+    <nd ref="-28001"/>
+    <tag k="highway" v="emergency_access_point"/>
+    <tag k="name" v="emergency_access_point"/>
+  </way>
+  <node id="-40200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00060">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="cycleway"/>
+  </node>
+  <node id="-40400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00060">
+    <tag k="cycleway" v="lane"/>
+    <tag k="name" v="lane"/>
+  </node>
+  <node id="-40401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00056"/>
+  <node id="-40402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00084"/>
+  <node id="-40403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00084"/>
+  <node id="-40404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00056"/>
+  <way id="-40404" user="overview-creator" visible="true">
+    <nd ref="-40401"/>
+    <nd ref="-40402"/>
+    <nd ref="-40403"/>
+    <nd ref="-40404"/>
+    <nd ref="-40401"/>
+    <tag k="cycleway" v="lane"/>
+    <tag k="name" v="lane"/>
+  </way>
+  <node id="-40600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00060">
+    <tag k="cycleway" v="opposite_lane"/>
+    <tag k="name" v="opposite_lane"/>
+  </node>
+  <node id="-40601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00056"/>
+  <node id="-40602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00084"/>
+  <node id="-40603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00084"/>
+  <node id="-40604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00056"/>
+  <way id="-40604" user="overview-creator" visible="true">
+    <nd ref="-40601"/>
+    <nd ref="-40602"/>
+    <nd ref="-40603"/>
+    <nd ref="-40604"/>
+    <nd ref="-40601"/>
+    <tag k="cycleway" v="opposite_lane"/>
+    <tag k="name" v="opposite_lane"/>
+  </way>
+  <node id="-40800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00060">
+    <tag k="cycleway" v="track"/>
+    <tag k="name" v="track"/>
+  </node>
+  <node id="-40801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00056"/>
+  <node id="-40802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00084"/>
+  <node id="-40803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00084"/>
+  <node id="-40804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00056"/>
+  <way id="-40804" user="overview-creator" visible="true">
+    <nd ref="-40801"/>
+    <nd ref="-40802"/>
+    <nd ref="-40803"/>
+    <nd ref="-40804"/>
+    <nd ref="-40801"/>
+    <tag k="cycleway" v="track"/>
+    <tag k="name" v="track"/>
+  </way>
+  <node id="-41000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00060">
+    <tag k="cycleway" v="opposite_track"/>
+    <tag k="name" v="opposite_track"/>
+  </node>
+  <node id="-41001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00056"/>
+  <node id="-41002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00084"/>
+  <node id="-41003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00084"/>
+  <node id="-41004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00056"/>
+  <way id="-41004" user="overview-creator" visible="true">
+    <nd ref="-41001"/>
+    <nd ref="-41002"/>
+    <nd ref="-41003"/>
+    <nd ref="-41004"/>
+    <nd ref="-41001"/>
+    <tag k="cycleway" v="opposite_track"/>
+    <tag k="name" v="opposite_track"/>
+  </way>
+  <node id="-41200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00060">
+    <tag k="cycleway" v="opposite"/>
+    <tag k="name" v="opposite"/>
+  </node>
+  <node id="-41201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00056"/>
+  <node id="-41202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00084"/>
+  <node id="-41203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00084"/>
+  <node id="-41204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00056"/>
+  <way id="-41204" user="overview-creator" visible="true">
+    <nd ref="-41201"/>
+    <nd ref="-41202"/>
+    <nd ref="-41203"/>
+    <nd ref="-41204"/>
+    <nd ref="-41201"/>
+    <tag k="cycleway" v="opposite"/>
+    <tag k="name" v="opposite"/>
+  </way>
+  <node id="-41600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00060">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="tracktype"/>
+  </node>
+  <node id="-41800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00060">
+    <tag k="tracktype" v="grade1"/>
+    <tag k="name" v="grade1"/>
+  </node>
+  <node id="-41801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00056"/>
+  <node id="-41802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00084"/>
+  <node id="-41803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00084"/>
+  <node id="-41804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00056"/>
+  <way id="-41804" user="overview-creator" visible="true">
+    <nd ref="-41801"/>
+    <nd ref="-41802"/>
+    <nd ref="-41803"/>
+    <nd ref="-41804"/>
+    <nd ref="-41801"/>
+    <tag k="tracktype" v="grade1"/>
+    <tag k="name" v="grade1"/>
+  </way>
+  <node id="-42000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00060">
+    <tag k="tracktype" v="grade2"/>
+    <tag k="name" v="grade2"/>
+  </node>
+  <node id="-42001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00056"/>
+  <node id="-42002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00084"/>
+  <node id="-42003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00084"/>
+  <node id="-42004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00056"/>
+  <way id="-42004" user="overview-creator" visible="true">
+    <nd ref="-42001"/>
+    <nd ref="-42002"/>
+    <nd ref="-42003"/>
+    <nd ref="-42004"/>
+    <nd ref="-42001"/>
+    <tag k="tracktype" v="grade2"/>
+    <tag k="name" v="grade2"/>
+  </way>
+  <node id="-42200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00060">
+    <tag k="tracktype" v="grade3"/>
+    <tag k="name" v="grade3"/>
+  </node>
+  <node id="-42201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00056"/>
+  <node id="-42202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00084"/>
+  <node id="-42203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00084"/>
+  <node id="-42204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00056"/>
+  <way id="-42204" user="overview-creator" visible="true">
+    <nd ref="-42201"/>
+    <nd ref="-42202"/>
+    <nd ref="-42203"/>
+    <nd ref="-42204"/>
+    <nd ref="-42201"/>
+    <tag k="tracktype" v="grade3"/>
+    <tag k="name" v="grade3"/>
+  </way>
+  <node id="-42400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00060">
+    <tag k="tracktype" v="grade4"/>
+    <tag k="name" v="grade4"/>
+  </node>
+  <node id="-42401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00056"/>
+  <node id="-42402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00084"/>
+  <node id="-42403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00084"/>
+  <node id="-42404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00056"/>
+  <way id="-42404" user="overview-creator" visible="true">
+    <nd ref="-42401"/>
+    <nd ref="-42402"/>
+    <nd ref="-42403"/>
+    <nd ref="-42404"/>
+    <nd ref="-42401"/>
+    <tag k="tracktype" v="grade4"/>
+    <tag k="name" v="grade4"/>
+  </way>
+  <node id="-42600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00060">
+    <tag k="tracktype" v="grade5"/>
+    <tag k="name" v="grade5"/>
+  </node>
+  <node id="-42601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00056"/>
+  <node id="-42602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00084"/>
+  <node id="-42603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00084"/>
+  <node id="-42604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00056"/>
+  <way id="-42604" user="overview-creator" visible="true">
+    <nd ref="-42601"/>
+    <nd ref="-42602"/>
+    <nd ref="-42603"/>
+    <nd ref="-42604"/>
+    <nd ref="-42601"/>
+    <tag k="tracktype" v="grade5"/>
+    <tag k="name" v="grade5"/>
+  </way>
+  <node id="-43000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00060">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="direction"/>
+  </node>
+  <node id="-43200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00060">
+    <tag k="direction" v="clockwise"/>
+    <tag k="name" v="clockwise"/>
+  </node>
+  <node id="-43201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00056"/>
+  <node id="-43202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00084"/>
+  <node id="-43203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00084"/>
+  <node id="-43204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00056"/>
+  <way id="-43204" user="overview-creator" visible="true">
+    <nd ref="-43201"/>
+    <nd ref="-43202"/>
+    <nd ref="-43203"/>
+    <nd ref="-43204"/>
+    <nd ref="-43201"/>
+    <tag k="direction" v="clockwise"/>
+    <tag k="name" v="clockwise"/>
+  </way>
+  <node id="-43400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00060">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="junction"/>
+  </node>
+  <node id="-43600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00060">
+    <tag k="junction" v="roundabout"/>
+    <tag k="name" v="roundabout"/>
+  </node>
+  <node id="-43601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00056"/>
+  <node id="-43602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00084"/>
+  <node id="-43603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00084"/>
+  <node id="-43604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00056"/>
+  <way id="-43604" user="overview-creator" visible="true">
+    <nd ref="-43601"/>
+    <nd ref="-43602"/>
+    <nd ref="-43603"/>
+    <nd ref="-43604"/>
+    <nd ref="-43601"/>
+    <tag k="junction" v="roundabout"/>
+    <tag k="name" v="roundabout"/>
+  </way>
+  <node id="-44000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00060">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="restriction"/>
+  </node>
+  <node id="-44200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00060">
+    <tag k="restriction" v="no_left_turn"/>
+    <tag k="name" v="no_left_turn"/>
+  </node>
+  <node id="-44201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00056"/>
+  <node id="-44202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00084"/>
+  <node id="-44203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00084"/>
+  <node id="-44204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00056"/>
+  <way id="-44204" user="overview-creator" visible="true">
+    <nd ref="-44201"/>
+    <nd ref="-44202"/>
+    <nd ref="-44203"/>
+    <nd ref="-44204"/>
+    <nd ref="-44201"/>
+    <tag k="restriction" v="no_left_turn"/>
+    <tag k="name" v="no_left_turn"/>
+  </way>
+  <node id="-44400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00060">
+    <tag k="restriction" v="no_right_turn"/>
+    <tag k="name" v="no_right_turn"/>
+  </node>
+  <node id="-44401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00056"/>
+  <node id="-44402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00084"/>
+  <node id="-44403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00084"/>
+  <node id="-44404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00056"/>
+  <way id="-44404" user="overview-creator" visible="true">
+    <nd ref="-44401"/>
+    <nd ref="-44402"/>
+    <nd ref="-44403"/>
+    <nd ref="-44404"/>
+    <nd ref="-44401"/>
+    <tag k="restriction" v="no_right_turn"/>
+    <tag k="name" v="no_right_turn"/>
+  </way>
+  <node id="-44600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00060">
+    <tag k="restriction" v="no_straight_on"/>
+    <tag k="name" v="no_straight_on"/>
+  </node>
+  <node id="-44601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00056"/>
+  <node id="-44602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00084"/>
+  <node id="-44603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00084"/>
+  <node id="-44604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00056"/>
+  <way id="-44604" user="overview-creator" visible="true">
+    <nd ref="-44601"/>
+    <nd ref="-44602"/>
+    <nd ref="-44603"/>
+    <nd ref="-44604"/>
+    <nd ref="-44601"/>
+    <tag k="restriction" v="no_straight_on"/>
+    <tag k="name" v="no_straight_on"/>
+  </way>
+  <node id="-44800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00060">
+    <tag k="restriction" v="no_u_turn"/>
+    <tag k="name" v="no_u_turn"/>
+  </node>
+  <node id="-44801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00056"/>
+  <node id="-44802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00084"/>
+  <node id="-44803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00084"/>
+  <node id="-44804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00056"/>
+  <way id="-44804" user="overview-creator" visible="true">
+    <nd ref="-44801"/>
+    <nd ref="-44802"/>
+    <nd ref="-44803"/>
+    <nd ref="-44804"/>
+    <nd ref="-44801"/>
+    <tag k="restriction" v="no_u_turn"/>
+    <tag k="name" v="no_u_turn"/>
+  </way>
+  <node id="-45000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00060">
+    <tag k="restriction" v="only_left_turn"/>
+    <tag k="name" v="only_left_turn"/>
+  </node>
+  <node id="-45001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00056"/>
+  <node id="-45002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00084"/>
+  <node id="-45003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00084"/>
+  <node id="-45004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00056"/>
+  <way id="-45004" user="overview-creator" visible="true">
+    <nd ref="-45001"/>
+    <nd ref="-45002"/>
+    <nd ref="-45003"/>
+    <nd ref="-45004"/>
+    <nd ref="-45001"/>
+    <tag k="restriction" v="only_left_turn"/>
+    <tag k="name" v="only_left_turn"/>
+  </way>
+  <node id="-45200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00060">
+    <tag k="restriction" v="only_right_turn"/>
+    <tag k="name" v="only_right_turn"/>
+  </node>
+  <node id="-45201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00056"/>
+  <node id="-45202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00084"/>
+  <node id="-45203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00084"/>
+  <node id="-45204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00056"/>
+  <way id="-45204" user="overview-creator" visible="true">
+    <nd ref="-45201"/>
+    <nd ref="-45202"/>
+    <nd ref="-45203"/>
+    <nd ref="-45204"/>
+    <nd ref="-45201"/>
+    <tag k="restriction" v="only_right_turn"/>
+    <tag k="name" v="only_right_turn"/>
+  </way>
+  <node id="-45400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00060">
+    <tag k="restriction" v="only_straight_on"/>
+    <tag k="name" v="only_straight_on"/>
+  </node>
+  <node id="-45401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00056"/>
+  <node id="-45402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00084"/>
+  <node id="-45403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00084"/>
+  <node id="-45404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00056"/>
+  <way id="-45404" user="overview-creator" visible="true">
+    <nd ref="-45401"/>
+    <nd ref="-45402"/>
+    <nd ref="-45403"/>
+    <nd ref="-45404"/>
+    <nd ref="-45401"/>
+    <tag k="restriction" v="only_straight_on"/>
+    <tag k="name" v="only_straight_on"/>
+  </way>
+  <node id="-47200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00060">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="tunnel"/>
+  </node>
+  <node id="-47400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00060">
+    <tag k="tunnel" v="yes"/>
+    <tag k="name" v="yes"/>
+  </node>
+  <node id="-47401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00056"/>
+  <node id="-47402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00084"/>
+  <node id="-47403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00084"/>
+  <node id="-47404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00056"/>
+  <way id="-47404" user="overview-creator" visible="true">
+    <nd ref="-47401"/>
+    <nd ref="-47402"/>
+    <nd ref="-47403"/>
+    <nd ref="-47404"/>
+    <nd ref="-47401"/>
+    <tag k="tunnel" v="yes"/>
+    <tag k="name" v="yes"/>
+  </way>
+  <node id="-47600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00060">
+    <tag k="tunnel" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-47601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00056"/>
+  <node id="-47602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00084"/>
+  <node id="-47603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00084"/>
+  <node id="-47604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00056"/>
+  <way id="-47604" user="overview-creator" visible="true">
+    <nd ref="-47601"/>
+    <nd ref="-47602"/>
+    <nd ref="-47603"/>
+    <nd ref="-47604"/>
+    <nd ref="-47601"/>
+    <tag k="tunnel" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-48000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00060">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="mountain_pass"/>
+  </node>
+  <node id="-48200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00060">
+    <tag k="mountain_pass" v="yes"/>
+    <tag k="name" v="yes"/>
+  </node>
+  <node id="-48201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00056"/>
+  <node id="-48202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00084"/>
+  <node id="-48203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00084"/>
+  <node id="-48204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00056"/>
+  <way id="-48204" user="overview-creator" visible="true">
+    <nd ref="-48201"/>
+    <nd ref="-48202"/>
+    <nd ref="-48203"/>
+    <nd ref="-48204"/>
+    <nd ref="-48201"/>
+    <tag k="mountain_pass" v="yes"/>
+    <tag k="name" v="yes"/>
+  </way>
+  <node id="-65600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="barrier"/>
+  </node>
+  <node id="-65800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00090">
+    <tag k="barrier" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-65801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00086"/>
+  <node id="-65802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00114"/>
+  <node id="-65803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00114"/>
+  <node id="-65804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00086"/>
+  <way id="-65804" user="overview-creator" visible="true">
+    <nd ref="-65801"/>
+    <nd ref="-65802"/>
+    <nd ref="-65803"/>
+    <nd ref="-65804"/>
+    <nd ref="-65801"/>
+    <tag k="barrier" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-66000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00090">
+    <tag k="barrier" v="bollard"/>
+    <tag k="name" v="bollard"/>
+  </node>
+  <node id="-66001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00086"/>
+  <node id="-66002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00114"/>
+  <node id="-66003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00114"/>
+  <node id="-66004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00086"/>
+  <way id="-66004" user="overview-creator" visible="true">
+    <nd ref="-66001"/>
+    <nd ref="-66002"/>
+    <nd ref="-66003"/>
+    <nd ref="-66004"/>
+    <nd ref="-66001"/>
+    <tag k="barrier" v="bollard"/>
+    <tag k="name" v="bollard"/>
+  </way>
+  <node id="-66200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00090">
+    <tag k="barrier" v="gate"/>
+    <tag k="name" v="gate"/>
+  </node>
+  <node id="-66201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00086"/>
+  <node id="-66202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00114"/>
+  <node id="-66203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00114"/>
+  <node id="-66204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00086"/>
+  <way id="-66204" user="overview-creator" visible="true">
+    <nd ref="-66201"/>
+    <nd ref="-66202"/>
+    <nd ref="-66203"/>
+    <nd ref="-66204"/>
+    <nd ref="-66201"/>
+    <tag k="barrier" v="gate"/>
+    <tag k="name" v="gate"/>
+  </way>
+  <node id="-66400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00090">
+    <tag k="barrier" v="hedge"/>
+    <tag k="name" v="hedge"/>
+  </node>
+  <node id="-66401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00086"/>
+  <node id="-66402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00114"/>
+  <node id="-66403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00114"/>
+  <node id="-66404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00086"/>
+  <way id="-66404" user="overview-creator" visible="true">
+    <nd ref="-66401"/>
+    <nd ref="-66402"/>
+    <nd ref="-66403"/>
+    <nd ref="-66404"/>
+    <nd ref="-66401"/>
+    <tag k="barrier" v="hedge"/>
+    <tag k="name" v="hedge"/>
+  </way>
+  <node id="-66600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00090">
+    <tag k="barrier" v="stile"/>
+    <tag k="name" v="stile"/>
+  </node>
+  <node id="-66601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00086"/>
+  <node id="-66602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00114"/>
+  <node id="-66603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00114"/>
+  <node id="-66604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00086"/>
+  <way id="-66604" user="overview-creator" visible="true">
+    <nd ref="-66601"/>
+    <nd ref="-66602"/>
+    <nd ref="-66603"/>
+    <nd ref="-66604"/>
+    <nd ref="-66601"/>
+    <tag k="barrier" v="stile"/>
+    <tag k="name" v="stile"/>
+  </way>
+  <node id="-66800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00090">
+    <tag k="barrier" v="turnstile"/>
+    <tag k="name" v="turnstile"/>
+  </node>
+  <node id="-66801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00086"/>
+  <node id="-66802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00114"/>
+  <node id="-66803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00114"/>
+  <node id="-66804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00086"/>
+  <way id="-66804" user="overview-creator" visible="true">
+    <nd ref="-66801"/>
+    <nd ref="-66802"/>
+    <nd ref="-66803"/>
+    <nd ref="-66804"/>
+    <nd ref="-66801"/>
+    <tag k="barrier" v="turnstile"/>
+    <tag k="name" v="turnstile"/>
+  </way>
+  <node id="-67000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00090">
+    <tag k="barrier" v="fence"/>
+    <tag k="name" v="fence"/>
+  </node>
+  <node id="-67001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00086"/>
+  <node id="-67002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00114"/>
+  <node id="-67003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00114"/>
+  <node id="-67004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00086"/>
+  <way id="-67004" user="overview-creator" visible="true">
+    <nd ref="-67001"/>
+    <nd ref="-67002"/>
+    <nd ref="-67003"/>
+    <nd ref="-67004"/>
+    <nd ref="-67001"/>
+    <tag k="barrier" v="fence"/>
+    <tag k="name" v="fence"/>
+  </way>
+  <node id="-67200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00090">
+    <tag k="barrier" v="cycle_barrier"/>
+    <tag k="name" v="cycle_barrier"/>
+  </node>
+  <node id="-67201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00086"/>
+  <node id="-67202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00114"/>
+  <node id="-67203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00114"/>
+  <node id="-67204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00086"/>
+  <way id="-67204" user="overview-creator" visible="true">
+    <nd ref="-67201"/>
+    <nd ref="-67202"/>
+    <nd ref="-67203"/>
+    <nd ref="-67204"/>
+    <nd ref="-67201"/>
+    <tag k="barrier" v="cycle_barrier"/>
+    <tag k="name" v="cycle_barrier"/>
+  </way>
+  <node id="-67400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00090">
+    <tag k="barrier" v="lift_gate"/>
+    <tag k="name" v="lift_gate"/>
+  </node>
+  <node id="-67401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00086"/>
+  <node id="-67402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00114"/>
+  <node id="-67403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00114"/>
+  <node id="-67404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00086"/>
+  <way id="-67404" user="overview-creator" visible="true">
+    <nd ref="-67401"/>
+    <nd ref="-67402"/>
+    <nd ref="-67403"/>
+    <nd ref="-67404"/>
+    <nd ref="-67401"/>
+    <tag k="barrier" v="lift_gate"/>
+    <tag k="name" v="lift_gate"/>
+  </way>
+  <node id="-67600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00090">
+    <tag k="barrier" v="wall"/>
+    <tag k="name" v="wall"/>
+  </node>
+  <node id="-67601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00086"/>
+  <node id="-67602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00114"/>
+  <node id="-67603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00114"/>
+  <node id="-67604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00086"/>
+  <way id="-67604" user="overview-creator" visible="true">
+    <nd ref="-67601"/>
+    <nd ref="-67602"/>
+    <nd ref="-67603"/>
+    <nd ref="-67604"/>
+    <nd ref="-67601"/>
+    <tag k="barrier" v="wall"/>
+    <tag k="name" v="wall"/>
+  </way>
+  <node id="-67800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00090">
+    <tag k="barrier" v="toll_booth"/>
+    <tag k="name" v="toll_booth"/>
+  </node>
+  <node id="-67801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00086"/>
+  <node id="-67802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00114"/>
+  <node id="-67803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00114"/>
+  <node id="-67804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00086"/>
+  <way id="-67804" user="overview-creator" visible="true">
+    <nd ref="-67801"/>
+    <nd ref="-67802"/>
+    <nd ref="-67803"/>
+    <nd ref="-67804"/>
+    <nd ref="-67801"/>
+    <tag k="barrier" v="toll_booth"/>
+    <tag k="name" v="toll_booth"/>
+  </way>
+  <node id="-68000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00090">
+    <tag k="barrier" v="kissing_gate"/>
+    <tag k="name" v="kissing_gate"/>
+  </node>
+  <node id="-68001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00086"/>
+  <node id="-68002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00114"/>
+  <node id="-68003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00114"/>
+  <node id="-68004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00086"/>
+  <way id="-68004" user="overview-creator" visible="true">
+    <nd ref="-68001"/>
+    <nd ref="-68002"/>
+    <nd ref="-68003"/>
+    <nd ref="-68004"/>
+    <nd ref="-68001"/>
+    <tag k="barrier" v="kissing_gate"/>
+    <tag k="name" v="kissing_gate"/>
+  </way>
+  <node id="-68200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00090">
+    <tag k="barrier" v="city_wall"/>
+    <tag k="name" v="city_wall"/>
+  </node>
+  <node id="-68201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00086"/>
+  <node id="-68202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00114"/>
+  <node id="-68203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00114"/>
+  <node id="-68204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00086"/>
+  <way id="-68204" user="overview-creator" visible="true">
+    <nd ref="-68201"/>
+    <nd ref="-68202"/>
+    <nd ref="-68203"/>
+    <nd ref="-68204"/>
+    <nd ref="-68201"/>
+    <tag k="barrier" v="city_wall"/>
+    <tag k="name" v="city_wall"/>
+  </way>
+  <node id="-85800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00120">
+    <tag k="barrier" v="entrance"/>
+    <tag k="name" v="entrance"/>
+  </node>
+  <node id="-85801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00116"/>
+  <node id="-85802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00144"/>
+  <node id="-85803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00144"/>
+  <node id="-85804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00116"/>
+  <way id="-85804" user="overview-creator" visible="true">
+    <nd ref="-85801"/>
+    <nd ref="-85802"/>
+    <nd ref="-85803"/>
+    <nd ref="-85804"/>
+    <nd ref="-85801"/>
+    <tag k="barrier" v="entrance"/>
+    <tag k="name" v="entrance"/>
+  </way>
+  <node id="-86000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00120">
+    <tag k="barrier" v="retaining_wall"/>
+    <tag k="name" v="retaining_wall"/>
+  </node>
+  <node id="-86001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00116"/>
+  <node id="-86002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00144"/>
+  <node id="-86003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00144"/>
+  <node id="-86004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00116"/>
+  <way id="-86004" user="overview-creator" visible="true">
+    <nd ref="-86001"/>
+    <nd ref="-86002"/>
+    <nd ref="-86003"/>
+    <nd ref="-86004"/>
+    <nd ref="-86001"/>
+    <tag k="barrier" v="retaining_wall"/>
+    <tag k="name" v="retaining_wall"/>
+  </way>
+  <node id="-86200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00120">
+    <tag k="barrier" v="cattle_grid"/>
+    <tag k="name" v="cattle_grid"/>
+  </node>
+  <node id="-86201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00116"/>
+  <node id="-86202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00144"/>
+  <node id="-86203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00144"/>
+  <node id="-86204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00116"/>
+  <way id="-86204" user="overview-creator" visible="true">
+    <nd ref="-86201"/>
+    <nd ref="-86202"/>
+    <nd ref="-86203"/>
+    <nd ref="-86204"/>
+    <nd ref="-86201"/>
+    <tag k="barrier" v="cattle_grid"/>
+    <tag k="name" v="cattle_grid"/>
+  </way>
+  <node id="-86400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00120">
+    <tag k="barrier" v="block"/>
+    <tag k="name" v="block"/>
+  </node>
+  <node id="-86401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00116"/>
+  <node id="-86402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00144"/>
+  <node id="-86403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00144"/>
+  <node id="-86404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00116"/>
+  <way id="-86404" user="overview-creator" visible="true">
+    <nd ref="-86401"/>
+    <nd ref="-86402"/>
+    <nd ref="-86403"/>
+    <nd ref="-86404"/>
+    <nd ref="-86401"/>
+    <tag k="barrier" v="block"/>
+    <tag k="name" v="block"/>
+  </way>
+  <node id="-86600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00120">
+    <tag k="barrier" v="border_control"/>
+    <tag k="name" v="border_control"/>
+  </node>
+  <node id="-86601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00116"/>
+  <node id="-86602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00144"/>
+  <node id="-86603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00144"/>
+  <node id="-86604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00116"/>
+  <way id="-86604" user="overview-creator" visible="true">
+    <nd ref="-86601"/>
+    <nd ref="-86602"/>
+    <nd ref="-86603"/>
+    <nd ref="-86604"/>
+    <nd ref="-86601"/>
+    <tag k="barrier" v="border_control"/>
+    <tag k="name" v="border_control"/>
+  </way>
+  <node id="-86800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00120">
+    <tag k="barrier" v="bump_gate"/>
+    <tag k="name" v="bump_gate"/>
+  </node>
+  <node id="-86801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00116"/>
+  <node id="-86802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00144"/>
+  <node id="-86803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00144"/>
+  <node id="-86804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00116"/>
+  <way id="-86804" user="overview-creator" visible="true">
+    <nd ref="-86801"/>
+    <nd ref="-86802"/>
+    <nd ref="-86803"/>
+    <nd ref="-86804"/>
+    <nd ref="-86801"/>
+    <tag k="barrier" v="bump_gate"/>
+    <tag k="name" v="bump_gate"/>
+  </way>
+  <node id="-87000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00120">
+    <tag k="barrier" v="sally_port"/>
+    <tag k="name" v="sally_port"/>
+  </node>
+  <node id="-87001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00116"/>
+  <node id="-87002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00144"/>
+  <node id="-87003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00144"/>
+  <node id="-87004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00116"/>
+  <way id="-87004" user="overview-creator" visible="true">
+    <nd ref="-87001"/>
+    <nd ref="-87002"/>
+    <nd ref="-87003"/>
+    <nd ref="-87004"/>
+    <nd ref="-87001"/>
+    <tag k="barrier" v="sally_port"/>
+    <tag k="name" v="sally_port"/>
+  </way>
+  <node id="-87200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00120">
+    <tag k="barrier" v="portcullis"/>
+    <tag k="name" v="portcullis"/>
+  </node>
+  <node id="-87201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00116"/>
+  <node id="-87202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00144"/>
+  <node id="-87203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00144"/>
+  <node id="-87204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00116"/>
+  <way id="-87204" user="overview-creator" visible="true">
+    <nd ref="-87201"/>
+    <nd ref="-87202"/>
+    <nd ref="-87203"/>
+    <nd ref="-87204"/>
+    <nd ref="-87201"/>
+    <tag k="barrier" v="portcullis"/>
+    <tag k="name" v="portcullis"/>
+  </way>
+  <node id="-87400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00120">
+    <tag k="barrier" v="spikes"/>
+    <tag k="name" v="spikes"/>
+  </node>
+  <node id="-87401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00116"/>
+  <node id="-87402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00144"/>
+  <node id="-87403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00144"/>
+  <node id="-87404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00116"/>
+  <way id="-87404" user="overview-creator" visible="true">
+    <nd ref="-87401"/>
+    <nd ref="-87402"/>
+    <nd ref="-87403"/>
+    <nd ref="-87404"/>
+    <nd ref="-87401"/>
+    <tag k="barrier" v="spikes"/>
+    <tag k="name" v="spikes"/>
+  </way>
+  <node id="-87600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00120">
+    <tag k="barrier" v="bus_trap"/>
+    <tag k="name" v="bus_trap"/>
+  </node>
+  <node id="-87601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00116"/>
+  <node id="-87602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00144"/>
+  <node id="-87603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00144"/>
+  <node id="-87604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00116"/>
+  <way id="-87604" user="overview-creator" visible="true">
+    <nd ref="-87601"/>
+    <nd ref="-87602"/>
+    <nd ref="-87603"/>
+    <nd ref="-87604"/>
+    <nd ref="-87601"/>
+    <tag k="barrier" v="bus_trap"/>
+    <tag k="name" v="bus_trap"/>
+  </way>
+  <node id="-87800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00120">
+    <tag k="barrier" v="drawbridge"/>
+    <tag k="name" v="drawbridge"/>
+  </node>
+  <node id="-87801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00116"/>
+  <node id="-87802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00144"/>
+  <node id="-87803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00144"/>
+  <node id="-87804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00116"/>
+  <way id="-87804" user="overview-creator" visible="true">
+    <nd ref="-87801"/>
+    <nd ref="-87802"/>
+    <nd ref="-87803"/>
+    <nd ref="-87804"/>
+    <nd ref="-87801"/>
+    <tag k="barrier" v="drawbridge"/>
+    <tag k="name" v="drawbridge"/>
+  </way>
+  <node id="-88000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00120">
+    <tag k="barrier" v="hampshire_gate"/>
+    <tag k="name" v="hampshire_gate"/>
+  </node>
+  <node id="-88001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00116"/>
+  <node id="-88002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00144"/>
+  <node id="-88003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00144"/>
+  <node id="-88004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00116"/>
+  <way id="-88004" user="overview-creator" visible="true">
+    <nd ref="-88001"/>
+    <nd ref="-88002"/>
+    <nd ref="-88003"/>
+    <nd ref="-88004"/>
+    <nd ref="-88001"/>
+    <tag k="barrier" v="hampshire_gate"/>
+    <tag k="name" v="hampshire_gate"/>
+  </way>
+  <node id="-60200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="access"/>
+  </node>
+  <node id="-60400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00090">
+    <tag k="access" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-60401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00086"/>
+  <node id="-60402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00114"/>
+  <node id="-60403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00114"/>
+  <node id="-60404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00086"/>
+  <way id="-60404" user="overview-creator" visible="true">
+    <nd ref="-60401"/>
+    <nd ref="-60402"/>
+    <nd ref="-60403"/>
+    <nd ref="-60404"/>
+    <nd ref="-60401"/>
+    <tag k="access" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-60600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00090">
+    <tag k="access" v="permissive"/>
+    <tag k="name" v="permissive"/>
+  </node>
+  <node id="-60601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00086"/>
+  <node id="-60602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00114"/>
+  <node id="-60603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00114"/>
+  <node id="-60604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00086"/>
+  <way id="-60604" user="overview-creator" visible="true">
+    <nd ref="-60601"/>
+    <nd ref="-60602"/>
+    <nd ref="-60603"/>
+    <nd ref="-60604"/>
+    <nd ref="-60601"/>
+    <tag k="access" v="permissive"/>
+    <tag k="name" v="permissive"/>
+  </way>
+  <node id="-60800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00090">
+    <tag k="access" v="private"/>
+    <tag k="name" v="private"/>
+  </node>
+  <node id="-60801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00086"/>
+  <node id="-60802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00114"/>
+  <node id="-60803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00114"/>
+  <node id="-60804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00086"/>
+  <way id="-60804" user="overview-creator" visible="true">
+    <nd ref="-60801"/>
+    <nd ref="-60802"/>
+    <nd ref="-60803"/>
+    <nd ref="-60804"/>
+    <nd ref="-60801"/>
+    <tag k="access" v="private"/>
+    <tag k="name" v="private"/>
+  </way>
+  <node id="-61000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00090">
+    <tag k="access" v="destination"/>
+    <tag k="name" v="destination"/>
+  </node>
+  <node id="-61001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00086"/>
+  <node id="-61002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00114"/>
+  <node id="-61003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00114"/>
+  <node id="-61004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00086"/>
+  <way id="-61004" user="overview-creator" visible="true">
+    <nd ref="-61001"/>
+    <nd ref="-61002"/>
+    <nd ref="-61003"/>
+    <nd ref="-61004"/>
+    <nd ref="-61001"/>
+    <tag k="access" v="destination"/>
+    <tag k="name" v="destination"/>
+  </way>
+  <node id="-60600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="bicycle"/>
+  </node>
+  <node id="-60800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00090">
+    <tag k="bicycle" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-60801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00086"/>
+  <node id="-60802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00114"/>
+  <node id="-60803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00114"/>
+  <node id="-60804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00086"/>
+  <way id="-60804" user="overview-creator" visible="true">
+    <nd ref="-60801"/>
+    <nd ref="-60802"/>
+    <nd ref="-60803"/>
+    <nd ref="-60804"/>
+    <nd ref="-60801"/>
+    <tag k="bicycle" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-61000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00090">
+    <tag k="bicycle" v="designated"/>
+    <tag k="name" v="designated"/>
+  </node>
+  <node id="-61001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00086"/>
+  <node id="-61002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00114"/>
+  <node id="-61003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00114"/>
+  <node id="-61004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00086"/>
+  <way id="-61004" user="overview-creator" visible="true">
+    <nd ref="-61001"/>
+    <nd ref="-61002"/>
+    <nd ref="-61003"/>
+    <nd ref="-61004"/>
+    <nd ref="-61001"/>
+    <tag k="bicycle" v="designated"/>
+    <tag k="name" v="designated"/>
+  </way>
+  <node id="-61200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="foot"/>
+  </node>
+  <node id="-61400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00090">
+    <tag k="foot" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-61401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00086"/>
+  <node id="-61402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00114"/>
+  <node id="-61403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00114"/>
+  <node id="-61404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00086"/>
+  <way id="-61404" user="overview-creator" visible="true">
+    <nd ref="-61401"/>
+    <nd ref="-61402"/>
+    <nd ref="-61403"/>
+    <nd ref="-61404"/>
+    <nd ref="-61401"/>
+    <tag k="foot" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-61600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00090">
+    <tag k="foot" v="designated"/>
+    <tag k="name" v="designated"/>
+  </node>
+  <node id="-61601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00086"/>
+  <node id="-61602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00114"/>
+  <node id="-61603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00114"/>
+  <node id="-61604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00086"/>
+  <way id="-61604" user="overview-creator" visible="true">
+    <nd ref="-61601"/>
+    <nd ref="-61602"/>
+    <nd ref="-61603"/>
+    <nd ref="-61604"/>
+    <nd ref="-61601"/>
+    <tag k="foot" v="designated"/>
+    <tag k="name" v="designated"/>
+  </way>
+  <node id="-62000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="goods"/>
+  </node>
+  <node id="-62200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00090">
+    <tag k="goods" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-62201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00086"/>
+  <node id="-62202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00114"/>
+  <node id="-62203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00114"/>
+  <node id="-62204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00086"/>
+  <way id="-62204" user="overview-creator" visible="true">
+    <nd ref="-62201"/>
+    <nd ref="-62202"/>
+    <nd ref="-62203"/>
+    <nd ref="-62204"/>
+    <nd ref="-62201"/>
+    <tag k="goods" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-62400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="hgv"/>
+  </node>
+  <node id="-62600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00090">
+    <tag k="hgv" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-62601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00086"/>
+  <node id="-62602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00114"/>
+  <node id="-62603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00114"/>
+  <node id="-62604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00086"/>
+  <way id="-62604" user="overview-creator" visible="true">
+    <nd ref="-62601"/>
+    <nd ref="-62602"/>
+    <nd ref="-62603"/>
+    <nd ref="-62604"/>
+    <nd ref="-62601"/>
+    <tag k="hgv" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-62800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="horse"/>
+  </node>
+  <node id="-63000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00090">
+    <tag k="horse" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-63001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00086"/>
+  <node id="-63002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00114"/>
+  <node id="-63003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00114"/>
+  <node id="-63004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00086"/>
+  <way id="-63004" user="overview-creator" visible="true">
+    <nd ref="-63001"/>
+    <nd ref="-63002"/>
+    <nd ref="-63003"/>
+    <nd ref="-63004"/>
+    <nd ref="-63001"/>
+    <tag k="horse" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-63200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00090">
+    <tag k="horse" v="designated"/>
+    <tag k="name" v="designated"/>
+  </node>
+  <node id="-63201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00086"/>
+  <node id="-63202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00114"/>
+  <node id="-63203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00114"/>
+  <node id="-63204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00086"/>
+  <way id="-63204" user="overview-creator" visible="true">
+    <nd ref="-63201"/>
+    <nd ref="-63202"/>
+    <nd ref="-63203"/>
+    <nd ref="-63204"/>
+    <nd ref="-63201"/>
+    <tag k="horse" v="designated"/>
+    <tag k="name" v="designated"/>
+  </way>
+  <node id="-63400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="motorcycle"/>
+  </node>
+  <node id="-63600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00090">
+    <tag k="motorcycle" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-63601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00086"/>
+  <node id="-63602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00114"/>
+  <node id="-63603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00114"/>
+  <node id="-63604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00086"/>
+  <way id="-63604" user="overview-creator" visible="true">
+    <nd ref="-63601"/>
+    <nd ref="-63602"/>
+    <nd ref="-63603"/>
+    <nd ref="-63604"/>
+    <nd ref="-63601"/>
+    <tag k="motorcycle" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-63800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="motorcar"/>
+  </node>
+  <node id="-64000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00090">
+    <tag k="motorcar" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-64001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00086"/>
+  <node id="-64002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00114"/>
+  <node id="-64003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00114"/>
+  <node id="-64004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00086"/>
+  <way id="-64004" user="overview-creator" visible="true">
+    <nd ref="-64001"/>
+    <nd ref="-64002"/>
+    <nd ref="-64003"/>
+    <nd ref="-64004"/>
+    <nd ref="-64001"/>
+    <tag k="motorcar" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-64200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="psv"/>
+  </node>
+  <node id="-64400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00090">
+    <tag k="psv" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-64401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00086"/>
+  <node id="-64402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00114"/>
+  <node id="-64403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00114"/>
+  <node id="-64404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00086"/>
+  <way id="-64404" user="overview-creator" visible="true">
+    <nd ref="-64401"/>
+    <nd ref="-64402"/>
+    <nd ref="-64403"/>
+    <nd ref="-64404"/>
+    <nd ref="-64401"/>
+    <tag k="psv" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-64600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="motorboat"/>
+  </node>
+  <node id="-64800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00090">
+    <tag k="motorboat" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-64801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00086"/>
+  <node id="-64802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00114"/>
+  <node id="-64803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00114"/>
+  <node id="-64804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00086"/>
+  <way id="-64804" user="overview-creator" visible="true">
+    <nd ref="-64801"/>
+    <nd ref="-64802"/>
+    <nd ref="-64803"/>
+    <nd ref="-64804"/>
+    <nd ref="-64801"/>
+    <tag k="motorboat" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-65000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00090">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="boat"/>
+  </node>
+  <node id="-65200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00090">
+    <tag k="boat" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-65201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00086"/>
+  <node id="-65202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00114"/>
+  <node id="-65203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00114"/>
+  <node id="-65204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00086"/>
+  <way id="-65204" user="overview-creator" visible="true">
+    <nd ref="-65201"/>
+    <nd ref="-65202"/>
+    <nd ref="-65203"/>
+    <nd ref="-65204"/>
+    <nd ref="-65201"/>
+    <tag k="boat" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-80200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="noexit"/>
+  </node>
+  <node id="-80400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00120">
+    <tag k="noexit" v="yes"/>
+    <tag k="name" v="yes"/>
+  </node>
+  <node id="-80401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00116"/>
+  <node id="-80402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00144"/>
+  <node id="-80403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00144"/>
+  <node id="-80404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00116"/>
+  <way id="-80404" user="overview-creator" visible="true">
+    <nd ref="-80401"/>
+    <nd ref="-80402"/>
+    <nd ref="-80403"/>
+    <nd ref="-80404"/>
+    <nd ref="-80401"/>
+    <tag k="noexit" v="yes"/>
+    <tag k="name" v="yes"/>
+  </way>
+  <node id="-80600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="maxweight"/>
+  </node>
+  <node id="-80800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00120">
+    <tag k="maxweight" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-80801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00116"/>
+  <node id="-80802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00144"/>
+  <node id="-80803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00144"/>
+  <node id="-80804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00116"/>
+  <way id="-80804" user="overview-creator" visible="true">
+    <nd ref="-80801"/>
+    <nd ref="-80802"/>
+    <nd ref="-80803"/>
+    <nd ref="-80804"/>
+    <nd ref="-80801"/>
+    <tag k="maxweight" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-81000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="maxheight"/>
+  </node>
+  <node id="-81200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00120">
+    <tag k="maxheight" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-81201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00116"/>
+  <node id="-81202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00144"/>
+  <node id="-81203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00144"/>
+  <node id="-81204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00116"/>
+  <way id="-81204" user="overview-creator" visible="true">
+    <nd ref="-81201"/>
+    <nd ref="-81202"/>
+    <nd ref="-81203"/>
+    <nd ref="-81204"/>
+    <nd ref="-81201"/>
+    <tag k="maxheight" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-81400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="maxwidth"/>
+  </node>
+  <node id="-81600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00120">
+    <tag k="maxwidth" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-81601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00116"/>
+  <node id="-81602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00144"/>
+  <node id="-81603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00144"/>
+  <node id="-81604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00116"/>
+  <way id="-81604" user="overview-creator" visible="true">
+    <nd ref="-81601"/>
+    <nd ref="-81602"/>
+    <nd ref="-81603"/>
+    <nd ref="-81604"/>
+    <nd ref="-81601"/>
+    <tag k="maxwidth" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-81800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="maxlength"/>
+  </node>
+  <node id="-82000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00120">
+    <tag k="maxlength" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-82001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00116"/>
+  <node id="-82002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00144"/>
+  <node id="-82003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00144"/>
+  <node id="-82004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00116"/>
+  <way id="-82004" user="overview-creator" visible="true">
+    <nd ref="-82001"/>
+    <nd ref="-82002"/>
+    <nd ref="-82003"/>
+    <nd ref="-82004"/>
+    <nd ref="-82001"/>
+    <tag k="maxlength" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-82200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="maxspeed"/>
+  </node>
+  <node id="-82400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00120">
+    <tag k="maxspeed" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-82401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00116"/>
+  <node id="-82402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00144"/>
+  <node id="-82403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00144"/>
+  <node id="-82404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00116"/>
+  <way id="-82404" user="overview-creator" visible="true">
+    <nd ref="-82401"/>
+    <nd ref="-82402"/>
+    <nd ref="-82403"/>
+    <nd ref="-82404"/>
+    <nd ref="-82401"/>
+    <tag k="maxspeed" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-82600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="minspeed"/>
+  </node>
+  <node id="-82800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00120">
+    <tag k="minspeed" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-82801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00116"/>
+  <node id="-82802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00144"/>
+  <node id="-82803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00144"/>
+  <node id="-82804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00116"/>
+  <way id="-82804" user="overview-creator" visible="true">
+    <nd ref="-82801"/>
+    <nd ref="-82802"/>
+    <nd ref="-82803"/>
+    <nd ref="-82804"/>
+    <nd ref="-82801"/>
+    <tag k="minspeed" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-83000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="maxstay"/>
+  </node>
+  <node id="-83200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00120">
+    <tag k="maxstay" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-83201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00116"/>
+  <node id="-83202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00144"/>
+  <node id="-83203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00144"/>
+  <node id="-83204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00116"/>
+  <way id="-83204" user="overview-creator" visible="true">
+    <nd ref="-83201"/>
+    <nd ref="-83202"/>
+    <nd ref="-83203"/>
+    <nd ref="-83204"/>
+    <nd ref="-83201"/>
+    <tag k="maxstay" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-83400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="toll"/>
+  </node>
+  <node id="-83600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00120">
+    <tag k="toll" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-83601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00116"/>
+  <node id="-83602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00144"/>
+  <node id="-83603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00144"/>
+  <node id="-83604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00116"/>
+  <way id="-83604" user="overview-creator" visible="true">
+    <nd ref="-83601"/>
+    <nd ref="-83602"/>
+    <nd ref="-83603"/>
+    <nd ref="-83604"/>
+    <nd ref="-83601"/>
+    <tag k="toll" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-83800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="oneway"/>
+  </node>
+  <node id="-84000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00120">
+    <tag k="oneway" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-84001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00116"/>
+  <node id="-84002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00144"/>
+  <node id="-84003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00144"/>
+  <node id="-84004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00116"/>
+  <way id="-84004" user="overview-creator" visible="true">
+    <nd ref="-84001"/>
+    <nd ref="-84002"/>
+    <nd ref="-84003"/>
+    <nd ref="-84004"/>
+    <nd ref="-84001"/>
+    <tag k="oneway" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-84200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00120">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="traffic_sign"/>
+  </node>
+  <node id="-84400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00120">
+    <tag k="traffic_sign" v="city_limit"/>
+    <tag k="name" v="city_limit"/>
+  </node>
+  <node id="-84401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00116"/>
+  <node id="-84402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00144"/>
+  <node id="-84403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00144"/>
+  <node id="-84404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00116"/>
+  <way id="-84404" user="overview-creator" visible="true">
+    <nd ref="-84401"/>
+    <nd ref="-84402"/>
+    <nd ref="-84403"/>
+    <nd ref="-84404"/>
+    <nd ref="-84401"/>
+    <tag k="traffic_sign" v="city_limit"/>
+    <tag k="name" v="city_limit"/>
+  </way>
+  <node id="-100200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00150">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="railway"/>
+  </node>
+  <node id="-100400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00150">
+    <tag k="railway" v="station"/>
+    <tag k="name" v="station"/>
+  </node>
+  <node id="-100401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00146"/>
+  <node id="-100402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00174"/>
+  <node id="-100403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00174"/>
+  <node id="-100404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00146"/>
+  <way id="-100404" user="overview-creator" visible="true">
+    <nd ref="-100401"/>
+    <nd ref="-100402"/>
+    <nd ref="-100403"/>
+    <nd ref="-100404"/>
+    <nd ref="-100401"/>
+    <tag k="railway" v="station"/>
+    <tag k="name" v="station"/>
+  </way>
+  <node id="-100600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00150">
+    <tag k="railway" v="halt"/>
+    <tag k="name" v="halt"/>
+  </node>
+  <node id="-100601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00146"/>
+  <node id="-100602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00174"/>
+  <node id="-100603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00174"/>
+  <node id="-100604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00146"/>
+  <way id="-100604" user="overview-creator" visible="true">
+    <nd ref="-100601"/>
+    <nd ref="-100602"/>
+    <nd ref="-100603"/>
+    <nd ref="-100604"/>
+    <nd ref="-100601"/>
+    <tag k="railway" v="halt"/>
+    <tag k="name" v="halt"/>
+  </way>
+  <node id="-100800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00150">
+    <tag k="railway" v="tram_station"/>
+    <tag k="name" v="tram_station"/>
+  </node>
+  <node id="-100801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00146"/>
+  <node id="-100802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00174"/>
+  <node id="-100803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00174"/>
+  <node id="-100804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00146"/>
+  <way id="-100804" user="overview-creator" visible="true">
+    <nd ref="-100801"/>
+    <nd ref="-100802"/>
+    <nd ref="-100803"/>
+    <nd ref="-100804"/>
+    <nd ref="-100801"/>
+    <tag k="railway" v="tram_station"/>
+    <tag k="name" v="tram_station"/>
+  </way>
+  <node id="-101000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00150">
+    <tag k="railway" v="tram_stop"/>
+    <tag k="name" v="tram_stop"/>
+  </node>
+  <node id="-101001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00146"/>
+  <node id="-101002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00174"/>
+  <node id="-101003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00174"/>
+  <node id="-101004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00146"/>
+  <way id="-101004" user="overview-creator" visible="true">
+    <nd ref="-101001"/>
+    <nd ref="-101002"/>
+    <nd ref="-101003"/>
+    <nd ref="-101004"/>
+    <nd ref="-101001"/>
+    <tag k="railway" v="tram_stop"/>
+    <tag k="name" v="tram_stop"/>
+  </way>
+  <node id="-101200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00150">
+    <tag k="railway" v="subway_entrance"/>
+    <tag k="name" v="subway_entrance"/>
+  </node>
+  <node id="-101201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00146"/>
+  <node id="-101202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00174"/>
+  <node id="-101203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00174"/>
+  <node id="-101204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00146"/>
+  <way id="-101204" user="overview-creator" visible="true">
+    <nd ref="-101201"/>
+    <nd ref="-101202"/>
+    <nd ref="-101203"/>
+    <nd ref="-101204"/>
+    <nd ref="-101201"/>
+    <tag k="railway" v="subway_entrance"/>
+    <tag k="name" v="subway_entrance"/>
+  </way>
+  <node id="-101400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00150">
+    <tag k="railway" v="crossing"/>
+    <tag k="name" v="crossing"/>
+  </node>
+  <node id="-101401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00146"/>
+  <node id="-101402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00174"/>
+  <node id="-101403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00174"/>
+  <node id="-101404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00146"/>
+  <way id="-101404" user="overview-creator" visible="true">
+    <nd ref="-101401"/>
+    <nd ref="-101402"/>
+    <nd ref="-101403"/>
+    <nd ref="-101404"/>
+    <nd ref="-101401"/>
+    <tag k="railway" v="crossing"/>
+    <tag k="name" v="crossing"/>
+  </way>
+  <node id="-101600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00150">
+    <tag k="railway" v="level_crossing"/>
+    <tag k="name" v="level_crossing"/>
+  </node>
+  <node id="-101601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00146"/>
+  <node id="-101602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00174"/>
+  <node id="-101603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00174"/>
+  <node id="-101604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00146"/>
+  <way id="-101604" user="overview-creator" visible="true">
+    <nd ref="-101601"/>
+    <nd ref="-101602"/>
+    <nd ref="-101603"/>
+    <nd ref="-101604"/>
+    <nd ref="-101601"/>
+    <tag k="railway" v="level_crossing"/>
+    <tag k="name" v="level_crossing"/>
+  </way>
+  <node id="-101800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00150">
+    <tag k="railway" v="rail"/>
+    <tag k="name" v="rail"/>
+  </node>
+  <node id="-101801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00146"/>
+  <node id="-101802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00174"/>
+  <node id="-101803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00174"/>
+  <node id="-101804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00146"/>
+  <way id="-101804" user="overview-creator" visible="true">
+    <nd ref="-101801"/>
+    <nd ref="-101802"/>
+    <nd ref="-101803"/>
+    <nd ref="-101804"/>
+    <nd ref="-101801"/>
+    <tag k="railway" v="rail"/>
+    <tag k="name" v="rail"/>
+  </way>
+  <node id="-102000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00150">
+    <tag k="railway" v="tram"/>
+    <tag k="name" v="tram"/>
+  </node>
+  <node id="-102001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00146"/>
+  <node id="-102002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00174"/>
+  <node id="-102003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00174"/>
+  <node id="-102004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00146"/>
+  <way id="-102004" user="overview-creator" visible="true">
+    <nd ref="-102001"/>
+    <nd ref="-102002"/>
+    <nd ref="-102003"/>
+    <nd ref="-102004"/>
+    <nd ref="-102001"/>
+    <tag k="railway" v="tram"/>
+    <tag k="name" v="tram"/>
+  </way>
+  <node id="-102200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00150">
+    <tag k="railway" v="light_rail"/>
+    <tag k="name" v="light_rail"/>
+  </node>
+  <node id="-102201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00146"/>
+  <node id="-102202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00174"/>
+  <node id="-102203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00174"/>
+  <node id="-102204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00146"/>
+  <way id="-102204" user="overview-creator" visible="true">
+    <nd ref="-102201"/>
+    <nd ref="-102202"/>
+    <nd ref="-102203"/>
+    <nd ref="-102204"/>
+    <nd ref="-102201"/>
+    <tag k="railway" v="light_rail"/>
+    <tag k="name" v="light_rail"/>
+  </way>
+  <node id="-102400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00150">
+    <tag k="railway" v="subway"/>
+    <tag k="name" v="subway"/>
+  </node>
+  <node id="-102401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00146"/>
+  <node id="-102402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00174"/>
+  <node id="-102403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00174"/>
+  <node id="-102404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00146"/>
+  <way id="-102404" user="overview-creator" visible="true">
+    <nd ref="-102401"/>
+    <nd ref="-102402"/>
+    <nd ref="-102403"/>
+    <nd ref="-102404"/>
+    <nd ref="-102401"/>
+    <tag k="railway" v="subway"/>
+    <tag k="name" v="subway"/>
+  </way>
+  <node id="-102600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00150">
+    <tag k="railway" v="preserved"/>
+    <tag k="name" v="preserved"/>
+  </node>
+  <node id="-102601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00146"/>
+  <node id="-102602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00174"/>
+  <node id="-102603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00174"/>
+  <node id="-102604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00146"/>
+  <way id="-102604" user="overview-creator" visible="true">
+    <nd ref="-102601"/>
+    <nd ref="-102602"/>
+    <nd ref="-102603"/>
+    <nd ref="-102604"/>
+    <nd ref="-102601"/>
+    <tag k="railway" v="preserved"/>
+    <tag k="name" v="preserved"/>
+  </way>
+  <node id="-102800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00150">
+    <tag k="railway" v="disused"/>
+    <tag k="name" v="disused"/>
+  </node>
+  <node id="-102801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00146"/>
+  <node id="-102802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00174"/>
+  <node id="-102803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00174"/>
+  <node id="-102804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00146"/>
+  <way id="-102804" user="overview-creator" visible="true">
+    <nd ref="-102801"/>
+    <nd ref="-102802"/>
+    <nd ref="-102803"/>
+    <nd ref="-102804"/>
+    <nd ref="-102801"/>
+    <tag k="railway" v="disused"/>
+    <tag k="name" v="disused"/>
+  </way>
+  <node id="-103000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00150">
+    <tag k="railway" v="abandoned"/>
+    <tag k="name" v="abandoned"/>
+  </node>
+  <node id="-103001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00146"/>
+  <node id="-103002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00174"/>
+  <node id="-103003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00174"/>
+  <node id="-103004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00146"/>
+  <way id="-103004" user="overview-creator" visible="true">
+    <nd ref="-103001"/>
+    <nd ref="-103002"/>
+    <nd ref="-103003"/>
+    <nd ref="-103004"/>
+    <nd ref="-103001"/>
+    <tag k="railway" v="abandoned"/>
+    <tag k="name" v="abandoned"/>
+  </way>
+  <node id="-103200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00150">
+    <tag k="railway" v="narrow_gauge"/>
+    <tag k="name" v="narrow_gauge"/>
+  </node>
+  <node id="-103201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00146"/>
+  <node id="-103202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00174"/>
+  <node id="-103203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00174"/>
+  <node id="-103204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00146"/>
+  <way id="-103204" user="overview-creator" visible="true">
+    <nd ref="-103201"/>
+    <nd ref="-103202"/>
+    <nd ref="-103203"/>
+    <nd ref="-103204"/>
+    <nd ref="-103201"/>
+    <tag k="railway" v="narrow_gauge"/>
+    <tag k="name" v="narrow_gauge"/>
+  </way>
+  <node id="-103400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00150">
+    <tag k="railway" v="monorail"/>
+    <tag k="name" v="monorail"/>
+  </node>
+  <node id="-103401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00146"/>
+  <node id="-103402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00174"/>
+  <node id="-103403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00174"/>
+  <node id="-103404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00146"/>
+  <way id="-103404" user="overview-creator" visible="true">
+    <nd ref="-103401"/>
+    <nd ref="-103402"/>
+    <nd ref="-103403"/>
+    <nd ref="-103404"/>
+    <nd ref="-103401"/>
+    <tag k="railway" v="monorail"/>
+    <tag k="name" v="monorail"/>
+  </way>
+  <node id="-103600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00150">
+    <tag k="railway" v="turntable"/>
+    <tag k="name" v="turntable"/>
+  </node>
+  <node id="-103601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00146"/>
+  <node id="-103602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00174"/>
+  <node id="-103603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00174"/>
+  <node id="-103604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00146"/>
+  <way id="-103604" user="overview-creator" visible="true">
+    <nd ref="-103601"/>
+    <nd ref="-103602"/>
+    <nd ref="-103603"/>
+    <nd ref="-103604"/>
+    <nd ref="-103601"/>
+    <tag k="railway" v="turntable"/>
+    <tag k="name" v="turntable"/>
+  </way>
+  <node id="-103800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00150">
+    <tag k="railway" v="buffer_stop"/>
+    <tag k="name" v="buffer_stop"/>
+  </node>
+  <node id="-103801" user="overview-creator" visible="true" lat="-0.00186" lon="0.00146"/>
+  <node id="-103802" user="overview-creator" visible="true" lat="-0.00186" lon="0.00174"/>
+  <node id="-103803" user="overview-creator" visible="true" lat="-0.00194" lon="0.00174"/>
+  <node id="-103804" user="overview-creator" visible="true" lat="-0.00194" lon="0.00146"/>
+  <way id="-103804" user="overview-creator" visible="true">
+    <nd ref="-103801"/>
+    <nd ref="-103802"/>
+    <nd ref="-103803"/>
+    <nd ref="-103804"/>
+    <nd ref="-103801"/>
+    <tag k="railway" v="buffer_stop"/>
+    <tag k="name" v="buffer_stop"/>
+  </way>
+  <node id="-104000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00150">
+    <tag k="railway" v="platform"/>
+    <tag k="name" v="platform"/>
+  </node>
+  <node id="-104001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00146"/>
+  <node id="-104002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00174"/>
+  <node id="-104003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00174"/>
+  <node id="-104004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00146"/>
+  <way id="-104004" user="overview-creator" visible="true">
+    <nd ref="-104001"/>
+    <nd ref="-104002"/>
+    <nd ref="-104003"/>
+    <nd ref="-104004"/>
+    <nd ref="-104001"/>
+    <tag k="railway" v="platform"/>
+    <tag k="name" v="platform"/>
+  </way>
+  <node id="-104200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00150">
+    <tag k="railway" v="funicular"/>
+    <tag k="name" v="funicular"/>
+  </node>
+  <node id="-104201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00146"/>
+  <node id="-104202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00174"/>
+  <node id="-104203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00174"/>
+  <node id="-104204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00146"/>
+  <way id="-104204" user="overview-creator" visible="true">
+    <nd ref="-104201"/>
+    <nd ref="-104202"/>
+    <nd ref="-104203"/>
+    <nd ref="-104204"/>
+    <nd ref="-104201"/>
+    <tag k="railway" v="funicular"/>
+    <tag k="name" v="funicular"/>
+  </way>
+  <node id="-104200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00150">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="service"/>
+  </node>
+  <node id="-104400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00150">
+    <tag k="service" v="yard"/>
+    <tag k="name" v="yard"/>
+  </node>
+  <node id="-104401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00146"/>
+  <node id="-104402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00174"/>
+  <node id="-104403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00174"/>
+  <node id="-104404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00146"/>
+  <way id="-104404" user="overview-creator" visible="true">
+    <nd ref="-104401"/>
+    <nd ref="-104402"/>
+    <nd ref="-104403"/>
+    <nd ref="-104404"/>
+    <nd ref="-104401"/>
+    <tag k="service" v="yard"/>
+    <tag k="name" v="yard"/>
+  </way>
+  <node id="-104600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00150">
+    <tag k="service" v="siding"/>
+    <tag k="name" v="siding"/>
+  </node>
+  <node id="-104601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00146"/>
+  <node id="-104602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00174"/>
+  <node id="-104603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00174"/>
+  <node id="-104604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00146"/>
+  <way id="-104604" user="overview-creator" visible="true">
+    <nd ref="-104601"/>
+    <nd ref="-104602"/>
+    <nd ref="-104603"/>
+    <nd ref="-104604"/>
+    <nd ref="-104601"/>
+    <tag k="service" v="siding"/>
+    <tag k="name" v="siding"/>
+  </way>
+  <node id="-104800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00150">
+    <tag k="service" v="spur"/>
+    <tag k="name" v="spur"/>
+  </node>
+  <node id="-104801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00146"/>
+  <node id="-104802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00174"/>
+  <node id="-104803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00174"/>
+  <node id="-104804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00146"/>
+  <way id="-104804" user="overview-creator" visible="true">
+    <nd ref="-104801"/>
+    <nd ref="-104802"/>
+    <nd ref="-104803"/>
+    <nd ref="-104804"/>
+    <nd ref="-104801"/>
+    <tag k="service" v="spur"/>
+    <tag k="name" v="spur"/>
+  </way>
+  <node id="-105200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00150">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="bridge"/>
+  </node>
+  <node id="-105400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00150">
+    <tag k="bridge" v="yes"/>
+    <tag k="name" v="yes"/>
+  </node>
+  <node id="-105401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00146"/>
+  <node id="-105402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00174"/>
+  <node id="-105403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00174"/>
+  <node id="-105404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00146"/>
+  <way id="-105404" user="overview-creator" visible="true">
+    <nd ref="-105401"/>
+    <nd ref="-105402"/>
+    <nd ref="-105403"/>
+    <nd ref="-105404"/>
+    <nd ref="-105401"/>
+    <tag k="bridge" v="yes"/>
+    <tag k="name" v="yes"/>
+  </way>
+  <node id="-105600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00150">
+    <tag k="bridge" v="no"/>
+    <tag k="name" v="no"/>
+  </node>
+  <node id="-105601" user="overview-creator" visible="true" lat="-0.00276" lon="0.00146"/>
+  <node id="-105602" user="overview-creator" visible="true" lat="-0.00276" lon="0.00174"/>
+  <node id="-105603" user="overview-creator" visible="true" lat="-0.00284" lon="0.00174"/>
+  <node id="-105604" user="overview-creator" visible="true" lat="-0.00284" lon="0.00146"/>
+  <way id="-105604" user="overview-creator" visible="true">
+    <nd ref="-105601"/>
+    <nd ref="-105602"/>
+    <nd ref="-105603"/>
+    <nd ref="-105604"/>
+    <nd ref="-105601"/>
+    <tag k="bridge" v="no"/>
+    <tag k="name" v="no"/>
+  </way>
+  <node id="-105800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00150">
+    <tag k="bridge" v="viaduct"/>
+    <tag k="name" v="viaduct"/>
+  </node>
+  <node id="-105801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00146"/>
+  <node id="-105802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00174"/>
+  <node id="-105803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00174"/>
+  <node id="-105804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00146"/>
+  <way id="-105804" user="overview-creator" visible="true">
+    <nd ref="-105801"/>
+    <nd ref="-105802"/>
+    <nd ref="-105803"/>
+    <nd ref="-105804"/>
+    <nd ref="-105801"/>
+    <tag k="bridge" v="viaduct"/>
+    <tag k="name" v="viaduct"/>
+  </way>
+  <node id="-106000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00150">
+    <tag k="bridge" v="aqueduct"/>
+    <tag k="name" v="aqueduct"/>
+  </node>
+  <node id="-106001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00146"/>
+  <node id="-106002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00174"/>
+  <node id="-106003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00174"/>
+  <node id="-106004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00146"/>
+  <way id="-106004" user="overview-creator" visible="true">
+    <nd ref="-106001"/>
+    <nd ref="-106002"/>
+    <nd ref="-106003"/>
+    <nd ref="-106004"/>
+    <nd ref="-106001"/>
+    <tag k="bridge" v="aqueduct"/>
+    <tag k="name" v="aqueduct"/>
+  </way>
+  <node id="-106200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00150">
+    <tag k="bridge" v="swing"/>
+    <tag k="name" v="swing"/>
+  </node>
+  <node id="-106201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00146"/>
+  <node id="-106202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00174"/>
+  <node id="-106203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00174"/>
+  <node id="-106204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00146"/>
+  <way id="-106204" user="overview-creator" visible="true">
+    <nd ref="-106201"/>
+    <nd ref="-106202"/>
+    <nd ref="-106203"/>
+    <nd ref="-106204"/>
+    <nd ref="-106201"/>
+    <tag k="bridge" v="swing"/>
+    <tag k="name" v="swing"/>
+  </way>
+  <node id="-106600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00150">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="route"/>
+  </node>
+  <node id="-106800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00150">
+    <tag k="route" v="bus"/>
+    <tag k="name" v="bus"/>
+  </node>
+  <node id="-106801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00146"/>
+  <node id="-106802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00174"/>
+  <node id="-106803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00174"/>
+  <node id="-106804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00146"/>
+  <way id="-106804" user="overview-creator" visible="true">
+    <nd ref="-106801"/>
+    <nd ref="-106802"/>
+    <nd ref="-106803"/>
+    <nd ref="-106804"/>
+    <nd ref="-106801"/>
+    <tag k="route" v="bus"/>
+    <tag k="name" v="bus"/>
+  </way>
+  <node id="-107000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00150">
+    <tag k="route" v="ferry"/>
+    <tag k="name" v="ferry"/>
+  </node>
+  <node id="-107001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00146"/>
+  <node id="-107002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00174"/>
+  <node id="-107003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00174"/>
+  <node id="-107004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00146"/>
+  <way id="-107004" user="overview-creator" visible="true">
+    <nd ref="-107001"/>
+    <nd ref="-107002"/>
+    <nd ref="-107003"/>
+    <nd ref="-107004"/>
+    <nd ref="-107001"/>
+    <tag k="route" v="ferry"/>
+    <tag k="name" v="ferry"/>
+  </way>
+  <node id="-107200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00150">
+    <tag k="route" v="flight"/>
+    <tag k="name" v="flight"/>
+  </node>
+  <node id="-107201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00146"/>
+  <node id="-107202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00174"/>
+  <node id="-107203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00174"/>
+  <node id="-107204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00146"/>
+  <way id="-107204" user="overview-creator" visible="true">
+    <nd ref="-107201"/>
+    <nd ref="-107202"/>
+    <nd ref="-107203"/>
+    <nd ref="-107204"/>
+    <nd ref="-107201"/>
+    <tag k="route" v="flight"/>
+    <tag k="name" v="flight"/>
+  </way>
+  <node id="-107400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00150">
+    <tag k="route" v="ncn"/>
+    <tag k="name" v="ncn"/>
+  </node>
+  <node id="-107401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00146"/>
+  <node id="-107402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00174"/>
+  <node id="-107403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00174"/>
+  <node id="-107404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00146"/>
+  <way id="-107404" user="overview-creator" visible="true">
+    <nd ref="-107401"/>
+    <nd ref="-107402"/>
+    <nd ref="-107403"/>
+    <nd ref="-107404"/>
+    <nd ref="-107401"/>
+    <tag k="route" v="ncn"/>
+    <tag k="name" v="ncn"/>
+  </way>
+  <node id="-107600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00150">
+    <tag k="route" v="subsea"/>
+    <tag k="name" v="subsea"/>
+  </node>
+  <node id="-107601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00146"/>
+  <node id="-107602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00174"/>
+  <node id="-107603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00174"/>
+  <node id="-107604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00146"/>
+  <way id="-107604" user="overview-creator" visible="true">
+    <nd ref="-107601"/>
+    <nd ref="-107602"/>
+    <nd ref="-107603"/>
+    <nd ref="-107604"/>
+    <nd ref="-107601"/>
+    <tag k="route" v="subsea"/>
+    <tag k="name" v="subsea"/>
+  </way>
+  <node id="-107800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00150">
+    <tag k="route" v="ski"/>
+    <tag k="name" v="ski"/>
+  </node>
+  <node id="-107801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00146"/>
+  <node id="-107802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00174"/>
+  <node id="-107803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00174"/>
+  <node id="-107804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00146"/>
+  <way id="-107804" user="overview-creator" visible="true">
+    <nd ref="-107801"/>
+    <nd ref="-107802"/>
+    <nd ref="-107803"/>
+    <nd ref="-107804"/>
+    <nd ref="-107801"/>
+    <tag k="route" v="ski"/>
+    <tag k="name" v="ski"/>
+  </way>
+  <node id="-108000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00150">
+    <tag k="route" v="tour"/>
+    <tag k="name" v="tour"/>
+  </node>
+  <node id="-108001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00146"/>
+  <node id="-108002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00174"/>
+  <node id="-108003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00174"/>
+  <node id="-108004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00146"/>
+  <way id="-108004" user="overview-creator" visible="true">
+    <nd ref="-108001"/>
+    <nd ref="-108002"/>
+    <nd ref="-108003"/>
+    <nd ref="-108004"/>
+    <nd ref="-108001"/>
+    <tag k="route" v="tour"/>
+    <tag k="name" v="tour"/>
+  </way>
+  <node id="-108200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00150">
+    <tag k="route" v="pub_crawl"/>
+    <tag k="name" v="pub_crawl"/>
+  </node>
+  <node id="-108201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00146"/>
+  <node id="-108202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00174"/>
+  <node id="-108203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00174"/>
+  <node id="-108204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00146"/>
+  <way id="-108204" user="overview-creator" visible="true">
+    <nd ref="-108201"/>
+    <nd ref="-108202"/>
+    <nd ref="-108203"/>
+    <nd ref="-108204"/>
+    <nd ref="-108201"/>
+    <tag k="route" v="pub_crawl"/>
+    <tag k="name" v="pub_crawl"/>
+  </way>
+  <node id="-120200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00180">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="aeroway"/>
+  </node>
+  <node id="-120400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00180">
+    <tag k="aeroway" v="aerodrome"/>
+    <tag k="name" v="aerodrome"/>
+  </node>
+  <node id="-120401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00176"/>
+  <node id="-120402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00204"/>
+  <node id="-120403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00204"/>
+  <node id="-120404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00176"/>
+  <way id="-120404" user="overview-creator" visible="true">
+    <nd ref="-120401"/>
+    <nd ref="-120402"/>
+    <nd ref="-120403"/>
+    <nd ref="-120404"/>
+    <nd ref="-120401"/>
+    <tag k="aeroway" v="aerodrome"/>
+    <tag k="name" v="aerodrome"/>
+  </way>
+  <node id="-120600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00180">
+    <tag k="aeroway" v="terminal"/>
+    <tag k="name" v="terminal"/>
+  </node>
+  <node id="-120601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00176"/>
+  <node id="-120602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00204"/>
+  <node id="-120603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00204"/>
+  <node id="-120604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00176"/>
+  <way id="-120604" user="overview-creator" visible="true">
+    <nd ref="-120601"/>
+    <nd ref="-120602"/>
+    <nd ref="-120603"/>
+    <nd ref="-120604"/>
+    <nd ref="-120601"/>
+    <tag k="aeroway" v="terminal"/>
+    <tag k="name" v="terminal"/>
+  </way>
+  <node id="-120800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00180">
+    <tag k="aeroway" v="helipad"/>
+    <tag k="name" v="helipad"/>
+  </node>
+  <node id="-120801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00176"/>
+  <node id="-120802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00204"/>
+  <node id="-120803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00204"/>
+  <node id="-120804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00176"/>
+  <way id="-120804" user="overview-creator" visible="true">
+    <nd ref="-120801"/>
+    <nd ref="-120802"/>
+    <nd ref="-120803"/>
+    <nd ref="-120804"/>
+    <nd ref="-120801"/>
+    <tag k="aeroway" v="helipad"/>
+    <tag k="name" v="helipad"/>
+  </way>
+  <node id="-121000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00180">
+    <tag k="aeroway" v="runway"/>
+    <tag k="name" v="runway"/>
+  </node>
+  <node id="-121001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00176"/>
+  <node id="-121002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00204"/>
+  <node id="-121003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00204"/>
+  <node id="-121004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00176"/>
+  <way id="-121004" user="overview-creator" visible="true">
+    <nd ref="-121001"/>
+    <nd ref="-121002"/>
+    <nd ref="-121003"/>
+    <nd ref="-121004"/>
+    <nd ref="-121001"/>
+    <tag k="aeroway" v="runway"/>
+    <tag k="name" v="runway"/>
+  </way>
+  <node id="-121200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00180">
+    <tag k="aeroway" v="taxiway"/>
+    <tag k="name" v="taxiway"/>
+  </node>
+  <node id="-121201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00176"/>
+  <node id="-121202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00204"/>
+  <node id="-121203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00204"/>
+  <node id="-121204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00176"/>
+  <way id="-121204" user="overview-creator" visible="true">
+    <nd ref="-121201"/>
+    <nd ref="-121202"/>
+    <nd ref="-121203"/>
+    <nd ref="-121204"/>
+    <nd ref="-121201"/>
+    <tag k="aeroway" v="taxiway"/>
+    <tag k="name" v="taxiway"/>
+  </way>
+  <node id="-121400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00180">
+    <tag k="aeroway" v="apron"/>
+    <tag k="name" v="apron"/>
+  </node>
+  <node id="-121401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00176"/>
+  <node id="-121402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00204"/>
+  <node id="-121403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00204"/>
+  <node id="-121404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00176"/>
+  <way id="-121404" user="overview-creator" visible="true">
+    <nd ref="-121401"/>
+    <nd ref="-121402"/>
+    <nd ref="-121403"/>
+    <nd ref="-121404"/>
+    <nd ref="-121401"/>
+    <tag k="aeroway" v="apron"/>
+    <tag k="name" v="apron"/>
+  </way>
+  <node id="-121600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00180">
+    <tag k="aeroway" v="gate"/>
+    <tag k="name" v="gate"/>
+  </node>
+  <node id="-121601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00176"/>
+  <node id="-121602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00204"/>
+  <node id="-121603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00204"/>
+  <node id="-121604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00176"/>
+  <way id="-121604" user="overview-creator" visible="true">
+    <nd ref="-121601"/>
+    <nd ref="-121602"/>
+    <nd ref="-121603"/>
+    <nd ref="-121604"/>
+    <nd ref="-121601"/>
+    <tag k="aeroway" v="gate"/>
+    <tag k="name" v="gate"/>
+  </way>
+  <node id="-121800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00180">
+    <tag k="aeroway" v="windsock"/>
+    <tag k="name" v="windsock"/>
+  </node>
+  <node id="-121801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00176"/>
+  <node id="-121802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00204"/>
+  <node id="-121803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00204"/>
+  <node id="-121804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00176"/>
+  <way id="-121804" user="overview-creator" visible="true">
+    <nd ref="-121801"/>
+    <nd ref="-121802"/>
+    <nd ref="-121803"/>
+    <nd ref="-121804"/>
+    <nd ref="-121801"/>
+    <tag k="aeroway" v="windsock"/>
+    <tag k="name" v="windsock"/>
+  </way>
+  <node id="-122200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00180">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="aerialway"/>
+  </node>
+  <node id="-122400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00180">
+    <tag k="aerialway" v="cable_car"/>
+    <tag k="name" v="cable_car"/>
+  </node>
+  <node id="-122401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00176"/>
+  <node id="-122402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00204"/>
+  <node id="-122403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00204"/>
+  <node id="-122404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00176"/>
+  <way id="-122404" user="overview-creator" visible="true">
+    <nd ref="-122401"/>
+    <nd ref="-122402"/>
+    <nd ref="-122403"/>
+    <nd ref="-122404"/>
+    <nd ref="-122401"/>
+    <tag k="aerialway" v="cable_car"/>
+    <tag k="name" v="cable_car"/>
+  </way>
+  <node id="-122600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00180">
+    <tag k="aerialway" v="gondola"/>
+    <tag k="name" v="gondola"/>
+  </node>
+  <node id="-122601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00176"/>
+  <node id="-122602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00204"/>
+  <node id="-122603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00204"/>
+  <node id="-122604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00176"/>
+  <way id="-122604" user="overview-creator" visible="true">
+    <nd ref="-122601"/>
+    <nd ref="-122602"/>
+    <nd ref="-122603"/>
+    <nd ref="-122604"/>
+    <nd ref="-122601"/>
+    <tag k="aerialway" v="gondola"/>
+    <tag k="name" v="gondola"/>
+  </way>
+  <node id="-122800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00180">
+    <tag k="aerialway" v="chair_lift"/>
+    <tag k="name" v="chair_lift"/>
+  </node>
+  <node id="-122801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00176"/>
+  <node id="-122802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00204"/>
+  <node id="-122803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00204"/>
+  <node id="-122804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00176"/>
+  <way id="-122804" user="overview-creator" visible="true">
+    <nd ref="-122801"/>
+    <nd ref="-122802"/>
+    <nd ref="-122803"/>
+    <nd ref="-122804"/>
+    <nd ref="-122801"/>
+    <tag k="aerialway" v="chair_lift"/>
+    <tag k="name" v="chair_lift"/>
+  </way>
+  <node id="-123000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00180">
+    <tag k="aerialway" v="drag_lift"/>
+    <tag k="name" v="drag_lift"/>
+  </node>
+  <node id="-123001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00176"/>
+  <node id="-123002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00204"/>
+  <node id="-123003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00204"/>
+  <node id="-123004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00176"/>
+  <way id="-123004" user="overview-creator" visible="true">
+    <nd ref="-123001"/>
+    <nd ref="-123002"/>
+    <nd ref="-123003"/>
+    <nd ref="-123004"/>
+    <nd ref="-123001"/>
+    <tag k="aerialway" v="drag_lift"/>
+    <tag k="name" v="drag_lift"/>
+  </way>
+  <node id="-123200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00180">
+    <tag k="aerialway" v="station"/>
+    <tag k="name" v="station"/>
+  </node>
+  <node id="-123201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00176"/>
+  <node id="-123202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00204"/>
+  <node id="-123203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00204"/>
+  <node id="-123204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00176"/>
+  <way id="-123204" user="overview-creator" visible="true">
+    <nd ref="-123201"/>
+    <nd ref="-123202"/>
+    <nd ref="-123203"/>
+    <nd ref="-123204"/>
+    <nd ref="-123201"/>
+    <tag k="aerialway" v="station"/>
+    <tag k="name" v="station"/>
+  </way>
+  <node id="-123600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00180">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="piste:difficulty"/>
+  </node>
+  <node id="-123800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00180">
+    <tag k="piste:difficulty" v="easy"/>
+    <tag k="name" v="easy"/>
+  </node>
+  <node id="-123801" user="overview-creator" visible="true" lat="-0.00186" lon="0.00176"/>
+  <node id="-123802" user="overview-creator" visible="true" lat="-0.00186" lon="0.00204"/>
+  <node id="-123803" user="overview-creator" visible="true" lat="-0.00194" lon="0.00204"/>
+  <node id="-123804" user="overview-creator" visible="true" lat="-0.00194" lon="0.00176"/>
+  <way id="-123804" user="overview-creator" visible="true">
+    <nd ref="-123801"/>
+    <nd ref="-123802"/>
+    <nd ref="-123803"/>
+    <nd ref="-123804"/>
+    <nd ref="-123801"/>
+    <tag k="piste:difficulty" v="easy"/>
+    <tag k="name" v="easy"/>
+  </way>
+  <node id="-124000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00180">
+    <tag k="piste:difficulty" v="intermediate"/>
+    <tag k="name" v="intermediate"/>
+  </node>
+  <node id="-124001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00176"/>
+  <node id="-124002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00204"/>
+  <node id="-124003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00204"/>
+  <node id="-124004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00176"/>
+  <way id="-124004" user="overview-creator" visible="true">
+    <nd ref="-124001"/>
+    <nd ref="-124002"/>
+    <nd ref="-124003"/>
+    <nd ref="-124004"/>
+    <nd ref="-124001"/>
+    <tag k="piste:difficulty" v="intermediate"/>
+    <tag k="name" v="intermediate"/>
+  </way>
+  <node id="-124200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00180">
+    <tag k="piste:difficulty" v="advanced"/>
+    <tag k="name" v="advanced"/>
+  </node>
+  <node id="-124201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00176"/>
+  <node id="-124202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00204"/>
+  <node id="-124203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00204"/>
+  <node id="-124204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00176"/>
+  <way id="-124204" user="overview-creator" visible="true">
+    <nd ref="-124201"/>
+    <nd ref="-124202"/>
+    <nd ref="-124203"/>
+    <nd ref="-124204"/>
+    <nd ref="-124201"/>
+    <tag k="piste:difficulty" v="advanced"/>
+    <tag k="name" v="advanced"/>
+  </way>
+  <node id="-124400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00180">
+    <tag k="piste:difficulty" v="expert"/>
+    <tag k="name" v="expert"/>
+  </node>
+  <node id="-124401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00176"/>
+  <node id="-124402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00204"/>
+  <node id="-124403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00204"/>
+  <node id="-124404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00176"/>
+  <way id="-124404" user="overview-creator" visible="true">
+    <nd ref="-124401"/>
+    <nd ref="-124402"/>
+    <nd ref="-124403"/>
+    <nd ref="-124404"/>
+    <nd ref="-124401"/>
+    <tag k="piste:difficulty" v="expert"/>
+    <tag k="name" v="expert"/>
+  </way>
+  <node id="-124600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00180">
+    <tag k="piste:difficulty" v="freeride"/>
+    <tag k="name" v="freeride"/>
+  </node>
+  <node id="-124601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00176"/>
+  <node id="-124602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00204"/>
+  <node id="-124603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00204"/>
+  <node id="-124604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00176"/>
+  <way id="-124604" user="overview-creator" visible="true">
+    <nd ref="-124601"/>
+    <nd ref="-124602"/>
+    <nd ref="-124603"/>
+    <nd ref="-124604"/>
+    <nd ref="-124601"/>
+    <tag k="piste:difficulty" v="freeride"/>
+    <tag k="name" v="freeride"/>
+  </way>
+  <node id="-124800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00180">
+    <tag k="piste:difficulty" v="novice"/>
+    <tag k="name" v="novice"/>
+  </node>
+  <node id="-124801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00176"/>
+  <node id="-124802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00204"/>
+  <node id="-124803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00204"/>
+  <node id="-124804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00176"/>
+  <way id="-124804" user="overview-creator" visible="true">
+    <nd ref="-124801"/>
+    <nd ref="-124802"/>
+    <nd ref="-124803"/>
+    <nd ref="-124804"/>
+    <nd ref="-124801"/>
+    <tag k="piste:difficulty" v="novice"/>
+    <tag k="name" v="novice"/>
+  </way>
+  <node id="-125200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00180">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="waterway"/>
+  </node>
+  <node id="-125400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00180">
+    <tag k="waterway" v="river"/>
+    <tag k="name" v="river"/>
+  </node>
+  <node id="-125401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00176"/>
+  <node id="-125402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00204"/>
+  <node id="-125403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00204"/>
+  <node id="-125404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00176"/>
+  <way id="-125404" user="overview-creator" visible="true">
+    <nd ref="-125401"/>
+    <nd ref="-125402"/>
+    <nd ref="-125403"/>
+    <nd ref="-125404"/>
+    <nd ref="-125401"/>
+    <tag k="waterway" v="river"/>
+    <tag k="name" v="river"/>
+  </way>
+  <node id="-125600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00180">
+    <tag k="waterway" v="riverbank"/>
+    <tag k="name" v="riverbank"/>
+  </node>
+  <node id="-125601" user="overview-creator" visible="true" lat="-0.00276" lon="0.00176"/>
+  <node id="-125602" user="overview-creator" visible="true" lat="-0.00276" lon="0.00204"/>
+  <node id="-125603" user="overview-creator" visible="true" lat="-0.00284" lon="0.00204"/>
+  <node id="-125604" user="overview-creator" visible="true" lat="-0.00284" lon="0.00176"/>
+  <way id="-125604" user="overview-creator" visible="true">
+    <nd ref="-125601"/>
+    <nd ref="-125602"/>
+    <nd ref="-125603"/>
+    <nd ref="-125604"/>
+    <nd ref="-125601"/>
+    <tag k="waterway" v="riverbank"/>
+    <tag k="name" v="riverbank"/>
+  </way>
+  <node id="-125800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00180">
+    <tag k="waterway" v="canal"/>
+    <tag k="name" v="canal"/>
+  </node>
+  <node id="-125801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00176"/>
+  <node id="-125802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00204"/>
+  <node id="-125803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00204"/>
+  <node id="-125804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00176"/>
+  <way id="-125804" user="overview-creator" visible="true">
+    <nd ref="-125801"/>
+    <nd ref="-125802"/>
+    <nd ref="-125803"/>
+    <nd ref="-125804"/>
+    <nd ref="-125801"/>
+    <tag k="waterway" v="canal"/>
+    <tag k="name" v="canal"/>
+  </way>
+  <node id="-126000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00180">
+    <tag k="waterway" v="stream"/>
+    <tag k="name" v="stream"/>
+  </node>
+  <node id="-126001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00176"/>
+  <node id="-126002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00204"/>
+  <node id="-126003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00204"/>
+  <node id="-126004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00176"/>
+  <way id="-126004" user="overview-creator" visible="true">
+    <nd ref="-126001"/>
+    <nd ref="-126002"/>
+    <nd ref="-126003"/>
+    <nd ref="-126004"/>
+    <nd ref="-126001"/>
+    <tag k="waterway" v="stream"/>
+    <tag k="name" v="stream"/>
+  </way>
+  <node id="-126200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00180">
+    <tag k="waterway" v="drain"/>
+    <tag k="name" v="drain"/>
+  </node>
+  <node id="-126201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00176"/>
+  <node id="-126202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00204"/>
+  <node id="-126203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00204"/>
+  <node id="-126204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00176"/>
+  <way id="-126204" user="overview-creator" visible="true">
+    <nd ref="-126201"/>
+    <nd ref="-126202"/>
+    <nd ref="-126203"/>
+    <nd ref="-126204"/>
+    <nd ref="-126201"/>
+    <tag k="waterway" v="drain"/>
+    <tag k="name" v="drain"/>
+  </way>
+  <node id="-126400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00180">
+    <tag k="waterway" v="dock"/>
+    <tag k="name" v="dock"/>
+  </node>
+  <node id="-126401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00176"/>
+  <node id="-126402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00204"/>
+  <node id="-126403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00204"/>
+  <node id="-126404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00176"/>
+  <way id="-126404" user="overview-creator" visible="true">
+    <nd ref="-126401"/>
+    <nd ref="-126402"/>
+    <nd ref="-126403"/>
+    <nd ref="-126404"/>
+    <nd ref="-126401"/>
+    <tag k="waterway" v="dock"/>
+    <tag k="name" v="dock"/>
+  </way>
+  <node id="-126600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00180">
+    <tag k="waterway" v="lock_gate"/>
+    <tag k="name" v="lock_gate"/>
+  </node>
+  <node id="-126601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00176"/>
+  <node id="-126602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00204"/>
+  <node id="-126603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00204"/>
+  <node id="-126604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00176"/>
+  <way id="-126604" user="overview-creator" visible="true">
+    <nd ref="-126601"/>
+    <nd ref="-126602"/>
+    <nd ref="-126603"/>
+    <nd ref="-126604"/>
+    <nd ref="-126601"/>
+    <tag k="waterway" v="lock_gate"/>
+    <tag k="name" v="lock_gate"/>
+  </way>
+  <node id="-126800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00180">
+    <tag k="waterway" v="turning_point"/>
+    <tag k="name" v="turning_point"/>
+  </node>
+  <node id="-126801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00176"/>
+  <node id="-126802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00204"/>
+  <node id="-126803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00204"/>
+  <node id="-126804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00176"/>
+  <way id="-126804" user="overview-creator" visible="true">
+    <nd ref="-126801"/>
+    <nd ref="-126802"/>
+    <nd ref="-126803"/>
+    <nd ref="-126804"/>
+    <nd ref="-126801"/>
+    <tag k="waterway" v="turning_point"/>
+    <tag k="name" v="turning_point"/>
+  </way>
+  <node id="-127000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00180">
+    <tag k="waterway" v="boatyard"/>
+    <tag k="name" v="boatyard"/>
+  </node>
+  <node id="-127001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00176"/>
+  <node id="-127002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00204"/>
+  <node id="-127003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00204"/>
+  <node id="-127004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00176"/>
+  <way id="-127004" user="overview-creator" visible="true">
+    <nd ref="-127001"/>
+    <nd ref="-127002"/>
+    <nd ref="-127003"/>
+    <nd ref="-127004"/>
+    <nd ref="-127001"/>
+    <tag k="waterway" v="boatyard"/>
+    <tag k="name" v="boatyard"/>
+  </way>
+  <node id="-127200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00180">
+    <tag k="waterway" v="water_point"/>
+    <tag k="name" v="water_point"/>
+  </node>
+  <node id="-127201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00176"/>
+  <node id="-127202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00204"/>
+  <node id="-127203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00204"/>
+  <node id="-127204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00176"/>
+  <way id="-127204" user="overview-creator" visible="true">
+    <nd ref="-127201"/>
+    <nd ref="-127202"/>
+    <nd ref="-127203"/>
+    <nd ref="-127204"/>
+    <nd ref="-127201"/>
+    <tag k="waterway" v="water_point"/>
+    <tag k="name" v="water_point"/>
+  </way>
+  <node id="-127400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00180">
+    <tag k="waterway" v="waste_disposal"/>
+    <tag k="name" v="waste_disposal"/>
+  </node>
+  <node id="-127401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00176"/>
+  <node id="-127402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00204"/>
+  <node id="-127403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00204"/>
+  <node id="-127404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00176"/>
+  <way id="-127404" user="overview-creator" visible="true">
+    <nd ref="-127401"/>
+    <nd ref="-127402"/>
+    <nd ref="-127403"/>
+    <nd ref="-127404"/>
+    <nd ref="-127401"/>
+    <tag k="waterway" v="waste_disposal"/>
+    <tag k="name" v="waste_disposal"/>
+  </way>
+  <node id="-127600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00180">
+    <tag k="waterway" v="mooring"/>
+    <tag k="name" v="mooring"/>
+  </node>
+  <node id="-127601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00176"/>
+  <node id="-127602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00204"/>
+  <node id="-127603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00204"/>
+  <node id="-127604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00176"/>
+  <way id="-127604" user="overview-creator" visible="true">
+    <nd ref="-127601"/>
+    <nd ref="-127602"/>
+    <nd ref="-127603"/>
+    <nd ref="-127604"/>
+    <nd ref="-127601"/>
+    <tag k="waterway" v="mooring"/>
+    <tag k="name" v="mooring"/>
+  </way>
+  <node id="-127800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00180">
+    <tag k="waterway" v="weir"/>
+    <tag k="name" v="weir"/>
+  </node>
+  <node id="-127801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00176"/>
+  <node id="-127802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00204"/>
+  <node id="-127803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00204"/>
+  <node id="-127804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00176"/>
+  <way id="-127804" user="overview-creator" visible="true">
+    <nd ref="-127801"/>
+    <nd ref="-127802"/>
+    <nd ref="-127803"/>
+    <nd ref="-127804"/>
+    <nd ref="-127801"/>
+    <tag k="waterway" v="weir"/>
+    <tag k="name" v="weir"/>
+  </way>
+  <node id="-128000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00180">
+    <tag k="waterway" v="dam"/>
+    <tag k="name" v="dam"/>
+  </node>
+  <node id="-128001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00176"/>
+  <node id="-128002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00204"/>
+  <node id="-128003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00204"/>
+  <node id="-128004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00176"/>
+  <way id="-128004" user="overview-creator" visible="true">
+    <nd ref="-128001"/>
+    <nd ref="-128002"/>
+    <nd ref="-128003"/>
+    <nd ref="-128004"/>
+    <nd ref="-128001"/>
+    <tag k="waterway" v="dam"/>
+    <tag k="name" v="dam"/>
+  </way>
+  <node id="-128200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00180">
+    <tag k="waterway" v="waterfall"/>
+    <tag k="name" v="waterfall"/>
+  </node>
+  <node id="-128201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00176"/>
+  <node id="-128202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00204"/>
+  <node id="-128203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00204"/>
+  <node id="-128204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00176"/>
+  <way id="-128204" user="overview-creator" visible="true">
+    <nd ref="-128201"/>
+    <nd ref="-128202"/>
+    <nd ref="-128203"/>
+    <nd ref="-128204"/>
+    <nd ref="-128201"/>
+    <tag k="waterway" v="waterfall"/>
+    <tag k="name" v="waterfall"/>
+  </way>
+  <node id="-160200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00240">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="amenity"/>
+  </node>
+  <node id="-160400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00240">
+    <tag k="amenity" v="pub"/>
+    <tag k="name" v="pub"/>
+  </node>
+  <node id="-160401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00236"/>
+  <node id="-160402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00264"/>
+  <node id="-160403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00264"/>
+  <node id="-160404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00236"/>
+  <way id="-160404" user="overview-creator" visible="true">
+    <nd ref="-160401"/>
+    <nd ref="-160402"/>
+    <nd ref="-160403"/>
+    <nd ref="-160404"/>
+    <nd ref="-160401"/>
+    <tag k="amenity" v="pub"/>
+    <tag k="name" v="pub"/>
+  </way>
+  <node id="-160600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00240">
+    <tag k="amenity" v="biergarten"/>
+    <tag k="name" v="biergarten"/>
+  </node>
+  <node id="-160601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00236"/>
+  <node id="-160602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00264"/>
+  <node id="-160603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00264"/>
+  <node id="-160604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00236"/>
+  <way id="-160604" user="overview-creator" visible="true">
+    <nd ref="-160601"/>
+    <nd ref="-160602"/>
+    <nd ref="-160603"/>
+    <nd ref="-160604"/>
+    <nd ref="-160601"/>
+    <tag k="amenity" v="biergarten"/>
+    <tag k="name" v="biergarten"/>
+  </way>
+  <node id="-160800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00240">
+    <tag k="amenity" v="nightclub"/>
+    <tag k="name" v="nightclub"/>
+  </node>
+  <node id="-160801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00236"/>
+  <node id="-160802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00264"/>
+  <node id="-160803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00264"/>
+  <node id="-160804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00236"/>
+  <way id="-160804" user="overview-creator" visible="true">
+    <nd ref="-160801"/>
+    <nd ref="-160802"/>
+    <nd ref="-160803"/>
+    <nd ref="-160804"/>
+    <nd ref="-160801"/>
+    <tag k="amenity" v="nightclub"/>
+    <tag k="name" v="nightclub"/>
+  </way>
+  <node id="-161000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00240">
+    <tag k="amenity" v="stripclub"/>
+    <tag k="name" v="stripclub"/>
+  </node>
+  <node id="-161001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00236"/>
+  <node id="-161002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00264"/>
+  <node id="-161003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00264"/>
+  <node id="-161004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00236"/>
+  <way id="-161004" user="overview-creator" visible="true">
+    <nd ref="-161001"/>
+    <nd ref="-161002"/>
+    <nd ref="-161003"/>
+    <nd ref="-161004"/>
+    <nd ref="-161001"/>
+    <tag k="amenity" v="stripclub"/>
+    <tag k="name" v="stripclub"/>
+  </way>
+  <node id="-161200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00240">
+    <tag k="amenity" v="brothel"/>
+    <tag k="name" v="brothel"/>
+  </node>
+  <node id="-161201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00236"/>
+  <node id="-161202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00264"/>
+  <node id="-161203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00264"/>
+  <node id="-161204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00236"/>
+  <way id="-161204" user="overview-creator" visible="true">
+    <nd ref="-161201"/>
+    <nd ref="-161202"/>
+    <nd ref="-161203"/>
+    <nd ref="-161204"/>
+    <nd ref="-161201"/>
+    <tag k="amenity" v="brothel"/>
+    <tag k="name" v="brothel"/>
+  </way>
+  <node id="-161400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00240">
+    <tag k="amenity" v="cafe"/>
+    <tag k="name" v="cafe"/>
+  </node>
+  <node id="-161401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00236"/>
+  <node id="-161402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00264"/>
+  <node id="-161403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00264"/>
+  <node id="-161404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00236"/>
+  <way id="-161404" user="overview-creator" visible="true">
+    <nd ref="-161401"/>
+    <nd ref="-161402"/>
+    <nd ref="-161403"/>
+    <nd ref="-161404"/>
+    <nd ref="-161401"/>
+    <tag k="amenity" v="cafe"/>
+    <tag k="name" v="cafe"/>
+  </way>
+  <node id="-161600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00240">
+    <tag k="amenity" v="restaurant"/>
+    <tag k="name" v="restaurant"/>
+  </node>
+  <node id="-161601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00236"/>
+  <node id="-161602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00264"/>
+  <node id="-161603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00264"/>
+  <node id="-161604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00236"/>
+  <way id="-161604" user="overview-creator" visible="true">
+    <nd ref="-161601"/>
+    <nd ref="-161602"/>
+    <nd ref="-161603"/>
+    <nd ref="-161604"/>
+    <nd ref="-161601"/>
+    <tag k="amenity" v="restaurant"/>
+    <tag k="name" v="restaurant"/>
+  </way>
+  <node id="-161800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00240">
+    <tag k="amenity" v="food_court"/>
+    <tag k="name" v="food_court"/>
+  </node>
+  <node id="-161801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00236"/>
+  <node id="-161802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00264"/>
+  <node id="-161803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00264"/>
+  <node id="-161804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00236"/>
+  <way id="-161804" user="overview-creator" visible="true">
+    <nd ref="-161801"/>
+    <nd ref="-161802"/>
+    <nd ref="-161803"/>
+    <nd ref="-161804"/>
+    <nd ref="-161801"/>
+    <tag k="amenity" v="food_court"/>
+    <tag k="name" v="food_court"/>
+  </way>
+  <node id="-162000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00240">
+    <tag k="amenity" v="fast_food"/>
+    <tag k="name" v="fast_food"/>
+  </node>
+  <node id="-162001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00236"/>
+  <node id="-162002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00264"/>
+  <node id="-162003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00264"/>
+  <node id="-162004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00236"/>
+  <way id="-162004" user="overview-creator" visible="true">
+    <nd ref="-162001"/>
+    <nd ref="-162002"/>
+    <nd ref="-162003"/>
+    <nd ref="-162004"/>
+    <nd ref="-162001"/>
+    <tag k="amenity" v="fast_food"/>
+    <tag k="name" v="fast_food"/>
+  </way>
+  <node id="-162200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00240">
+    <tag k="amenity" v="bar"/>
+    <tag k="name" v="bar"/>
+  </node>
+  <node id="-162201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00236"/>
+  <node id="-162202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00264"/>
+  <node id="-162203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00264"/>
+  <node id="-162204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00236"/>
+  <way id="-162204" user="overview-creator" visible="true">
+    <nd ref="-162201"/>
+    <nd ref="-162202"/>
+    <nd ref="-162203"/>
+    <nd ref="-162204"/>
+    <nd ref="-162201"/>
+    <tag k="amenity" v="bar"/>
+    <tag k="name" v="bar"/>
+  </way>
+  <node id="-162400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00240">
+    <tag k="amenity" v="ice_cream"/>
+    <tag k="name" v="ice_cream"/>
+  </node>
+  <node id="-162401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00236"/>
+  <node id="-162402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00264"/>
+  <node id="-162403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00264"/>
+  <node id="-162404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00236"/>
+  <way id="-162404" user="overview-creator" visible="true">
+    <nd ref="-162401"/>
+    <nd ref="-162402"/>
+    <nd ref="-162403"/>
+    <nd ref="-162404"/>
+    <nd ref="-162401"/>
+    <tag k="amenity" v="ice_cream"/>
+    <tag k="name" v="ice_cream"/>
+  </way>
+  <node id="-162600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00240">
+    <tag k="amenity" v="parking"/>
+    <tag k="name" v="parking"/>
+  </node>
+  <node id="-162601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00236"/>
+  <node id="-162602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00264"/>
+  <node id="-162603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00264"/>
+  <node id="-162604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00236"/>
+  <way id="-162604" user="overview-creator" visible="true">
+    <nd ref="-162601"/>
+    <nd ref="-162602"/>
+    <nd ref="-162603"/>
+    <nd ref="-162604"/>
+    <nd ref="-162601"/>
+    <tag k="amenity" v="parking"/>
+    <tag k="name" v="parking"/>
+  </way>
+  <node id="-162800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00240">
+    <tag k="amenity" v="bicycle_parking"/>
+    <tag k="name" v="bicycle_parking"/>
+  </node>
+  <node id="-162801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00236"/>
+  <node id="-162802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00264"/>
+  <node id="-162803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00264"/>
+  <node id="-162804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00236"/>
+  <way id="-162804" user="overview-creator" visible="true">
+    <nd ref="-162801"/>
+    <nd ref="-162802"/>
+    <nd ref="-162803"/>
+    <nd ref="-162804"/>
+    <nd ref="-162801"/>
+    <tag k="amenity" v="bicycle_parking"/>
+    <tag k="name" v="bicycle_parking"/>
+  </way>
+  <node id="-163000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00240">
+    <tag k="amenity" v="bicycle_rental"/>
+    <tag k="name" v="bicycle_rental"/>
+  </node>
+  <node id="-163001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00236"/>
+  <node id="-163002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00264"/>
+  <node id="-163003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00264"/>
+  <node id="-163004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00236"/>
+  <way id="-163004" user="overview-creator" visible="true">
+    <nd ref="-163001"/>
+    <nd ref="-163002"/>
+    <nd ref="-163003"/>
+    <nd ref="-163004"/>
+    <nd ref="-163001"/>
+    <tag k="amenity" v="bicycle_rental"/>
+    <tag k="name" v="bicycle_rental"/>
+  </way>
+  <node id="-163200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00240">
+    <tag k="amenity" v="car_rental"/>
+    <tag k="name" v="car_rental"/>
+  </node>
+  <node id="-163201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00236"/>
+  <node id="-163202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00264"/>
+  <node id="-163203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00264"/>
+  <node id="-163204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00236"/>
+  <way id="-163204" user="overview-creator" visible="true">
+    <nd ref="-163201"/>
+    <nd ref="-163202"/>
+    <nd ref="-163203"/>
+    <nd ref="-163204"/>
+    <nd ref="-163201"/>
+    <tag k="amenity" v="car_rental"/>
+    <tag k="name" v="car_rental"/>
+  </way>
+  <node id="-163400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00240">
+    <tag k="amenity" v="car_sharing"/>
+    <tag k="name" v="car_sharing"/>
+  </node>
+  <node id="-163401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00236"/>
+  <node id="-163402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00264"/>
+  <node id="-163403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00264"/>
+  <node id="-163404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00236"/>
+  <way id="-163404" user="overview-creator" visible="true">
+    <nd ref="-163401"/>
+    <nd ref="-163402"/>
+    <nd ref="-163403"/>
+    <nd ref="-163404"/>
+    <nd ref="-163401"/>
+    <tag k="amenity" v="car_sharing"/>
+    <tag k="name" v="car_sharing"/>
+  </way>
+  <node id="-163600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00240">
+    <tag k="amenity" v="car_wash"/>
+    <tag k="name" v="car_wash"/>
+  </node>
+  <node id="-163601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00236"/>
+  <node id="-163602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00264"/>
+  <node id="-163603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00264"/>
+  <node id="-163604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00236"/>
+  <way id="-163604" user="overview-creator" visible="true">
+    <nd ref="-163601"/>
+    <nd ref="-163602"/>
+    <nd ref="-163603"/>
+    <nd ref="-163604"/>
+    <nd ref="-163601"/>
+    <tag k="amenity" v="car_wash"/>
+    <tag k="name" v="car_wash"/>
+  </way>
+  <node id="-163800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00240">
+    <tag k="amenity" v="taxi"/>
+    <tag k="name" v="taxi"/>
+  </node>
+  <node id="-163801" user="overview-creator" visible="true" lat="-0.00186" lon="0.00236"/>
+  <node id="-163802" user="overview-creator" visible="true" lat="-0.00186" lon="0.00264"/>
+  <node id="-163803" user="overview-creator" visible="true" lat="-0.00194" lon="0.00264"/>
+  <node id="-163804" user="overview-creator" visible="true" lat="-0.00194" lon="0.00236"/>
+  <way id="-163804" user="overview-creator" visible="true">
+    <nd ref="-163801"/>
+    <nd ref="-163802"/>
+    <nd ref="-163803"/>
+    <nd ref="-163804"/>
+    <nd ref="-163801"/>
+    <tag k="amenity" v="taxi"/>
+    <tag k="name" v="taxi"/>
+  </way>
+  <node id="-164000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00240">
+    <tag k="amenity" v="fuel"/>
+    <tag k="name" v="fuel"/>
+  </node>
+  <node id="-164001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00236"/>
+  <node id="-164002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00264"/>
+  <node id="-164003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00264"/>
+  <node id="-164004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00236"/>
+  <way id="-164004" user="overview-creator" visible="true">
+    <nd ref="-164001"/>
+    <nd ref="-164002"/>
+    <nd ref="-164003"/>
+    <nd ref="-164004"/>
+    <nd ref="-164001"/>
+    <tag k="amenity" v="fuel"/>
+    <tag k="name" v="fuel"/>
+  </way>
+  <node id="-164200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00240">
+    <tag k="amenity" v="grit_bin"/>
+    <tag k="name" v="grit_bin"/>
+  </node>
+  <node id="-164201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00236"/>
+  <node id="-164202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00264"/>
+  <node id="-164203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00264"/>
+  <node id="-164204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00236"/>
+  <way id="-164204" user="overview-creator" visible="true">
+    <nd ref="-164201"/>
+    <nd ref="-164202"/>
+    <nd ref="-164203"/>
+    <nd ref="-164204"/>
+    <nd ref="-164201"/>
+    <tag k="amenity" v="grit_bin"/>
+    <tag k="name" v="grit_bin"/>
+  </way>
+  <node id="-164400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00240">
+    <tag k="amenity" v="telephone"/>
+    <tag k="name" v="telephone"/>
+  </node>
+  <node id="-164401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00236"/>
+  <node id="-164402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00264"/>
+  <node id="-164403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00264"/>
+  <node id="-164404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00236"/>
+  <way id="-164404" user="overview-creator" visible="true">
+    <nd ref="-164401"/>
+    <nd ref="-164402"/>
+    <nd ref="-164403"/>
+    <nd ref="-164404"/>
+    <nd ref="-164401"/>
+    <tag k="amenity" v="telephone"/>
+    <tag k="name" v="telephone"/>
+  </way>
+  <node id="-164600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00240">
+    <tag k="amenity" v="clock"/>
+    <tag k="name" v="clock"/>
+  </node>
+  <node id="-164601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00236"/>
+  <node id="-164602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00264"/>
+  <node id="-164603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00264"/>
+  <node id="-164604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00236"/>
+  <way id="-164604" user="overview-creator" visible="true">
+    <nd ref="-164601"/>
+    <nd ref="-164602"/>
+    <nd ref="-164603"/>
+    <nd ref="-164604"/>
+    <nd ref="-164601"/>
+    <tag k="amenity" v="clock"/>
+    <tag k="name" v="clock"/>
+  </way>
+  <node id="-164800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00240">
+    <tag k="amenity" v="emergency_phone"/>
+    <tag k="name" v="emergency_phone"/>
+  </node>
+  <node id="-164801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00236"/>
+  <node id="-164802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00264"/>
+  <node id="-164803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00264"/>
+  <node id="-164804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00236"/>
+  <way id="-164804" user="overview-creator" visible="true">
+    <nd ref="-164801"/>
+    <nd ref="-164802"/>
+    <nd ref="-164803"/>
+    <nd ref="-164804"/>
+    <nd ref="-164801"/>
+    <tag k="amenity" v="emergency_phone"/>
+    <tag k="name" v="emergency_phone"/>
+  </way>
+  <node id="-165000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00240">
+    <tag k="amenity" v="toilets"/>
+    <tag k="name" v="toilets"/>
+  </node>
+  <node id="-165001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00236"/>
+  <node id="-165002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00264"/>
+  <node id="-165003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00264"/>
+  <node id="-165004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00236"/>
+  <way id="-165004" user="overview-creator" visible="true">
+    <nd ref="-165001"/>
+    <nd ref="-165002"/>
+    <nd ref="-165003"/>
+    <nd ref="-165004"/>
+    <nd ref="-165001"/>
+    <tag k="amenity" v="toilets"/>
+    <tag k="name" v="toilets"/>
+  </way>
+  <node id="-165200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00240">
+    <tag k="amenity" v="recycling"/>
+    <tag k="name" v="recycling"/>
+  </node>
+  <node id="-165201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00236"/>
+  <node id="-165202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00264"/>
+  <node id="-165203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00264"/>
+  <node id="-165204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00236"/>
+  <way id="-165204" user="overview-creator" visible="true">
+    <nd ref="-165201"/>
+    <nd ref="-165202"/>
+    <nd ref="-165203"/>
+    <nd ref="-165204"/>
+    <nd ref="-165201"/>
+    <tag k="amenity" v="recycling"/>
+    <tag k="name" v="recycling"/>
+  </way>
+  <node id="-165400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00240">
+    <tag k="amenity" v="waste_basket"/>
+    <tag k="name" v="waste_basket"/>
+  </node>
+  <node id="-165401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00236"/>
+  <node id="-165402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00264"/>
+  <node id="-165403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00264"/>
+  <node id="-165404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00236"/>
+  <way id="-165404" user="overview-creator" visible="true">
+    <nd ref="-165401"/>
+    <nd ref="-165402"/>
+    <nd ref="-165403"/>
+    <nd ref="-165404"/>
+    <nd ref="-165401"/>
+    <tag k="amenity" v="waste_basket"/>
+    <tag k="name" v="waste_basket"/>
+  </way>
+  <node id="-165600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00240">
+    <tag k="amenity" v="public_building"/>
+    <tag k="name" v="public_building"/>
+  </node>
+  <node id="-165601" user="overview-creator" visible="true" lat="-0.00276" lon="0.00236"/>
+  <node id="-165602" user="overview-creator" visible="true" lat="-0.00276" lon="0.00264"/>
+  <node id="-165603" user="overview-creator" visible="true" lat="-0.00284" lon="0.00264"/>
+  <node id="-165604" user="overview-creator" visible="true" lat="-0.00284" lon="0.00236"/>
+  <way id="-165604" user="overview-creator" visible="true">
+    <nd ref="-165601"/>
+    <nd ref="-165602"/>
+    <nd ref="-165603"/>
+    <nd ref="-165604"/>
+    <nd ref="-165601"/>
+    <tag k="amenity" v="public_building"/>
+    <tag k="name" v="public_building"/>
+  </way>
+  <node id="-165800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00240">
+    <tag k="amenity" v="embassy"/>
+    <tag k="name" v="embassy"/>
+  </node>
+  <node id="-165801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00236"/>
+  <node id="-165802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00264"/>
+  <node id="-165803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00264"/>
+  <node id="-165804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00236"/>
+  <way id="-165804" user="overview-creator" visible="true">
+    <nd ref="-165801"/>
+    <nd ref="-165802"/>
+    <nd ref="-165803"/>
+    <nd ref="-165804"/>
+    <nd ref="-165801"/>
+    <tag k="amenity" v="embassy"/>
+    <tag k="name" v="embassy"/>
+  </way>
+  <node id="-166000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00240">
+    <tag k="amenity" v="townhall"/>
+    <tag k="name" v="townhall"/>
+  </node>
+  <node id="-166001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00236"/>
+  <node id="-166002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00264"/>
+  <node id="-166003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00264"/>
+  <node id="-166004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00236"/>
+  <way id="-166004" user="overview-creator" visible="true">
+    <nd ref="-166001"/>
+    <nd ref="-166002"/>
+    <nd ref="-166003"/>
+    <nd ref="-166004"/>
+    <nd ref="-166001"/>
+    <tag k="amenity" v="townhall"/>
+    <tag k="name" v="townhall"/>
+  </way>
+  <node id="-166200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00240">
+    <tag k="amenity" v="community_centre"/>
+    <tag k="name" v="community_centre"/>
+  </node>
+  <node id="-166201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00236"/>
+  <node id="-166202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00264"/>
+  <node id="-166203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00264"/>
+  <node id="-166204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00236"/>
+  <way id="-166204" user="overview-creator" visible="true">
+    <nd ref="-166201"/>
+    <nd ref="-166202"/>
+    <nd ref="-166203"/>
+    <nd ref="-166204"/>
+    <nd ref="-166201"/>
+    <tag k="amenity" v="community_centre"/>
+    <tag k="name" v="community_centre"/>
+  </way>
+  <node id="-166400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00240">
+    <tag k="amenity" v="drinking_water"/>
+    <tag k="name" v="drinking_water"/>
+  </node>
+  <node id="-166401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00236"/>
+  <node id="-166402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00264"/>
+  <node id="-166403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00264"/>
+  <node id="-166404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00236"/>
+  <way id="-166404" user="overview-creator" visible="true">
+    <nd ref="-166401"/>
+    <nd ref="-166402"/>
+    <nd ref="-166403"/>
+    <nd ref="-166404"/>
+    <nd ref="-166401"/>
+    <tag k="amenity" v="drinking_water"/>
+    <tag k="name" v="drinking_water"/>
+  </way>
+  <node id="-166600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00240">
+    <tag k="amenity" v="fountain"/>
+    <tag k="name" v="fountain"/>
+  </node>
+  <node id="-166601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00236"/>
+  <node id="-166602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00264"/>
+  <node id="-166603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00264"/>
+  <node id="-166604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00236"/>
+  <way id="-166604" user="overview-creator" visible="true">
+    <nd ref="-166601"/>
+    <nd ref="-166602"/>
+    <nd ref="-166603"/>
+    <nd ref="-166604"/>
+    <nd ref="-166601"/>
+    <tag k="amenity" v="fountain"/>
+    <tag k="name" v="fountain"/>
+  </way>
+  <node id="-166800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00240">
+    <tag k="amenity" v="place_of_worship"/>
+    <tag k="name" v="place_of_worship"/>
+  </node>
+  <node id="-166801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00236"/>
+  <node id="-166802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00264"/>
+  <node id="-166803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00264"/>
+  <node id="-166804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00236"/>
+  <way id="-166804" user="overview-creator" visible="true">
+    <nd ref="-166801"/>
+    <nd ref="-166802"/>
+    <nd ref="-166803"/>
+    <nd ref="-166804"/>
+    <nd ref="-166801"/>
+    <tag k="amenity" v="place_of_worship"/>
+    <tag k="name" v="place_of_worship"/>
+  </way>
+  <node id="-167000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00240">
+    <tag k="amenity" v="grave_yard"/>
+    <tag k="name" v="grave_yard"/>
+  </node>
+  <node id="-167001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00236"/>
+  <node id="-167002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00264"/>
+  <node id="-167003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00264"/>
+  <node id="-167004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00236"/>
+  <way id="-167004" user="overview-creator" visible="true">
+    <nd ref="-167001"/>
+    <nd ref="-167002"/>
+    <nd ref="-167003"/>
+    <nd ref="-167004"/>
+    <nd ref="-167001"/>
+    <tag k="amenity" v="grave_yard"/>
+    <tag k="name" v="grave_yard"/>
+  </way>
+  <node id="-167200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00240">
+    <tag k="amenity" v="crematorium"/>
+    <tag k="name" v="crematorium"/>
+  </node>
+  <node id="-167201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00236"/>
+  <node id="-167202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00264"/>
+  <node id="-167203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00264"/>
+  <node id="-167204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00236"/>
+  <way id="-167204" user="overview-creator" visible="true">
+    <nd ref="-167201"/>
+    <nd ref="-167202"/>
+    <nd ref="-167203"/>
+    <nd ref="-167204"/>
+    <nd ref="-167201"/>
+    <tag k="amenity" v="crematorium"/>
+    <tag k="name" v="crematorium"/>
+  </way>
+  <node id="-167400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00240">
+    <tag k="amenity" v="post_office"/>
+    <tag k="name" v="post_office"/>
+  </node>
+  <node id="-167401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00236"/>
+  <node id="-167402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00264"/>
+  <node id="-167403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00264"/>
+  <node id="-167404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00236"/>
+  <way id="-167404" user="overview-creator" visible="true">
+    <nd ref="-167401"/>
+    <nd ref="-167402"/>
+    <nd ref="-167403"/>
+    <nd ref="-167404"/>
+    <nd ref="-167401"/>
+    <tag k="amenity" v="post_office"/>
+    <tag k="name" v="post_office"/>
+  </way>
+  <node id="-167600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00240">
+    <tag k="amenity" v="post_box"/>
+    <tag k="name" v="post_box"/>
+  </node>
+  <node id="-167601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00236"/>
+  <node id="-167602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00264"/>
+  <node id="-167603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00264"/>
+  <node id="-167604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00236"/>
+  <way id="-167604" user="overview-creator" visible="true">
+    <nd ref="-167601"/>
+    <nd ref="-167602"/>
+    <nd ref="-167603"/>
+    <nd ref="-167604"/>
+    <nd ref="-167601"/>
+    <tag k="amenity" v="post_box"/>
+    <tag k="name" v="post_box"/>
+  </way>
+  <node id="-167800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00240">
+    <tag k="amenity" v="school"/>
+    <tag k="name" v="school"/>
+  </node>
+  <node id="-167801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00236"/>
+  <node id="-167802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00264"/>
+  <node id="-167803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00264"/>
+  <node id="-167804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00236"/>
+  <way id="-167804" user="overview-creator" visible="true">
+    <nd ref="-167801"/>
+    <nd ref="-167802"/>
+    <nd ref="-167803"/>
+    <nd ref="-167804"/>
+    <nd ref="-167801"/>
+    <tag k="amenity" v="school"/>
+    <tag k="name" v="school"/>
+  </way>
+  <node id="-168000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00240">
+    <tag k="amenity" v="university"/>
+    <tag k="name" v="university"/>
+  </node>
+  <node id="-168001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00236"/>
+  <node id="-168002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00264"/>
+  <node id="-168003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00264"/>
+  <node id="-168004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00236"/>
+  <way id="-168004" user="overview-creator" visible="true">
+    <nd ref="-168001"/>
+    <nd ref="-168002"/>
+    <nd ref="-168003"/>
+    <nd ref="-168004"/>
+    <nd ref="-168001"/>
+    <tag k="amenity" v="university"/>
+    <tag k="name" v="university"/>
+  </way>
+  <node id="-168200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00240">
+    <tag k="amenity" v="college"/>
+    <tag k="name" v="college"/>
+  </node>
+  <node id="-168201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00236"/>
+  <node id="-168202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00264"/>
+  <node id="-168203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00264"/>
+  <node id="-168204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00236"/>
+  <way id="-168204" user="overview-creator" visible="true">
+    <nd ref="-168201"/>
+    <nd ref="-168202"/>
+    <nd ref="-168203"/>
+    <nd ref="-168204"/>
+    <nd ref="-168201"/>
+    <tag k="amenity" v="college"/>
+    <tag k="name" v="college"/>
+  </way>
+  <node id="-185800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00270">
+    <tag k="amenity" v="kindergarten"/>
+    <tag k="name" v="kindergarten"/>
+  </node>
+  <node id="-185801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00266"/>
+  <node id="-185802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00294"/>
+  <node id="-185803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00294"/>
+  <node id="-185804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00266"/>
+  <way id="-185804" user="overview-creator" visible="true">
+    <nd ref="-185801"/>
+    <nd ref="-185802"/>
+    <nd ref="-185803"/>
+    <nd ref="-185804"/>
+    <nd ref="-185801"/>
+    <tag k="amenity" v="kindergarten"/>
+    <tag k="name" v="kindergarten"/>
+  </way>
+  <node id="-186000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00270">
+    <tag k="amenity" v="driving_school"/>
+    <tag k="name" v="driving_school"/>
+  </node>
+  <node id="-186001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00266"/>
+  <node id="-186002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00294"/>
+  <node id="-186003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00294"/>
+  <node id="-186004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00266"/>
+  <way id="-186004" user="overview-creator" visible="true">
+    <nd ref="-186001"/>
+    <nd ref="-186002"/>
+    <nd ref="-186003"/>
+    <nd ref="-186004"/>
+    <nd ref="-186001"/>
+    <tag k="amenity" v="driving_school"/>
+    <tag k="name" v="driving_school"/>
+  </way>
+  <node id="-186200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00270">
+    <tag k="amenity" v="pharmacy"/>
+    <tag k="name" v="pharmacy"/>
+  </node>
+  <node id="-186201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00266"/>
+  <node id="-186202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00294"/>
+  <node id="-186203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00294"/>
+  <node id="-186204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00266"/>
+  <way id="-186204" user="overview-creator" visible="true">
+    <nd ref="-186201"/>
+    <nd ref="-186202"/>
+    <nd ref="-186203"/>
+    <nd ref="-186204"/>
+    <nd ref="-186201"/>
+    <tag k="amenity" v="pharmacy"/>
+    <tag k="name" v="pharmacy"/>
+  </way>
+  <node id="-186400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00270">
+    <tag k="amenity" v="hospital"/>
+    <tag k="name" v="hospital"/>
+  </node>
+  <node id="-186401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00266"/>
+  <node id="-186402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00294"/>
+  <node id="-186403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00294"/>
+  <node id="-186404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00266"/>
+  <way id="-186404" user="overview-creator" visible="true">
+    <nd ref="-186401"/>
+    <nd ref="-186402"/>
+    <nd ref="-186403"/>
+    <nd ref="-186404"/>
+    <nd ref="-186401"/>
+    <tag k="amenity" v="hospital"/>
+    <tag k="name" v="hospital"/>
+  </way>
+  <node id="-186600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00270">
+    <tag k="amenity" v="nursery"/>
+    <tag k="name" v="nursery"/>
+  </node>
+  <node id="-186601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00266"/>
+  <node id="-186602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00294"/>
+  <node id="-186603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00294"/>
+  <node id="-186604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00266"/>
+  <way id="-186604" user="overview-creator" visible="true">
+    <nd ref="-186601"/>
+    <nd ref="-186602"/>
+    <nd ref="-186603"/>
+    <nd ref="-186604"/>
+    <nd ref="-186601"/>
+    <tag k="amenity" v="nursery"/>
+    <tag k="name" v="nursery"/>
+  </way>
+  <node id="-186800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00270">
+    <tag k="amenity" v="baby_hatch"/>
+    <tag k="name" v="baby_hatch"/>
+  </node>
+  <node id="-186801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00266"/>
+  <node id="-186802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00294"/>
+  <node id="-186803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00294"/>
+  <node id="-186804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00266"/>
+  <way id="-186804" user="overview-creator" visible="true">
+    <nd ref="-186801"/>
+    <nd ref="-186802"/>
+    <nd ref="-186803"/>
+    <nd ref="-186804"/>
+    <nd ref="-186801"/>
+    <tag k="amenity" v="baby_hatch"/>
+    <tag k="name" v="baby_hatch"/>
+  </way>
+  <node id="-187000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00270">
+    <tag k="amenity" v="doctors"/>
+    <tag k="name" v="doctors"/>
+  </node>
+  <node id="-187001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00266"/>
+  <node id="-187002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00294"/>
+  <node id="-187003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00294"/>
+  <node id="-187004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00266"/>
+  <way id="-187004" user="overview-creator" visible="true">
+    <nd ref="-187001"/>
+    <nd ref="-187002"/>
+    <nd ref="-187003"/>
+    <nd ref="-187004"/>
+    <nd ref="-187001"/>
+    <tag k="amenity" v="doctors"/>
+    <tag k="name" v="doctors"/>
+  </way>
+  <node id="-187200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00270">
+    <tag k="amenity" v="dentist"/>
+    <tag k="name" v="dentist"/>
+  </node>
+  <node id="-187201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00266"/>
+  <node id="-187202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00294"/>
+  <node id="-187203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00294"/>
+  <node id="-187204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00266"/>
+  <way id="-187204" user="overview-creator" visible="true">
+    <nd ref="-187201"/>
+    <nd ref="-187202"/>
+    <nd ref="-187203"/>
+    <nd ref="-187204"/>
+    <nd ref="-187201"/>
+    <tag k="amenity" v="dentist"/>
+    <tag k="name" v="dentist"/>
+  </way>
+  <node id="-187400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00270">
+    <tag k="amenity" v="veterinary"/>
+    <tag k="name" v="veterinary"/>
+  </node>
+  <node id="-187401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00266"/>
+  <node id="-187402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00294"/>
+  <node id="-187403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00294"/>
+  <node id="-187404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00266"/>
+  <way id="-187404" user="overview-creator" visible="true">
+    <nd ref="-187401"/>
+    <nd ref="-187402"/>
+    <nd ref="-187403"/>
+    <nd ref="-187404"/>
+    <nd ref="-187401"/>
+    <tag k="amenity" v="veterinary"/>
+    <tag k="name" v="veterinary"/>
+  </way>
+  <node id="-187600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00270">
+    <tag k="amenity" v="library"/>
+    <tag k="name" v="library"/>
+  </node>
+  <node id="-187601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00266"/>
+  <node id="-187602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00294"/>
+  <node id="-187603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00294"/>
+  <node id="-187604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00266"/>
+  <way id="-187604" user="overview-creator" visible="true">
+    <nd ref="-187601"/>
+    <nd ref="-187602"/>
+    <nd ref="-187603"/>
+    <nd ref="-187604"/>
+    <nd ref="-187601"/>
+    <tag k="amenity" v="library"/>
+    <tag k="name" v="library"/>
+  </way>
+  <node id="-187800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00270">
+    <tag k="amenity" v="police"/>
+    <tag k="name" v="police"/>
+  </node>
+  <node id="-187801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00266"/>
+  <node id="-187802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00294"/>
+  <node id="-187803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00294"/>
+  <node id="-187804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00266"/>
+  <way id="-187804" user="overview-creator" visible="true">
+    <nd ref="-187801"/>
+    <nd ref="-187802"/>
+    <nd ref="-187803"/>
+    <nd ref="-187804"/>
+    <nd ref="-187801"/>
+    <tag k="amenity" v="police"/>
+    <tag k="name" v="police"/>
+  </way>
+  <node id="-188000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00270">
+    <tag k="amenity" v="fire_station"/>
+    <tag k="name" v="fire_station"/>
+  </node>
+  <node id="-188001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00266"/>
+  <node id="-188002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00294"/>
+  <node id="-188003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00294"/>
+  <node id="-188004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00266"/>
+  <way id="-188004" user="overview-creator" visible="true">
+    <nd ref="-188001"/>
+    <nd ref="-188002"/>
+    <nd ref="-188003"/>
+    <nd ref="-188004"/>
+    <nd ref="-188001"/>
+    <tag k="amenity" v="fire_station"/>
+    <tag k="name" v="fire_station"/>
+  </way>
+  <node id="-188200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00270">
+    <tag k="amenity" v="bus_station"/>
+    <tag k="name" v="bus_station"/>
+  </node>
+  <node id="-188201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00266"/>
+  <node id="-188202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00294"/>
+  <node id="-188203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00294"/>
+  <node id="-188204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00266"/>
+  <way id="-188204" user="overview-creator" visible="true">
+    <nd ref="-188201"/>
+    <nd ref="-188202"/>
+    <nd ref="-188203"/>
+    <nd ref="-188204"/>
+    <nd ref="-188201"/>
+    <tag k="amenity" v="bus_station"/>
+    <tag k="name" v="bus_station"/>
+  </way>
+  <node id="-205800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00300">
+    <tag k="amenity" v="ferry_terminal"/>
+    <tag k="name" v="ferry_terminal"/>
+  </node>
+  <node id="-205801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00296"/>
+  <node id="-205802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00324"/>
+  <node id="-205803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00324"/>
+  <node id="-205804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00296"/>
+  <way id="-205804" user="overview-creator" visible="true">
+    <nd ref="-205801"/>
+    <nd ref="-205802"/>
+    <nd ref="-205803"/>
+    <nd ref="-205804"/>
+    <nd ref="-205801"/>
+    <tag k="amenity" v="ferry_terminal"/>
+    <tag k="name" v="ferry_terminal"/>
+  </way>
+  <node id="-206000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00300">
+    <tag k="amenity" v="theatre"/>
+    <tag k="name" v="theatre"/>
+  </node>
+  <node id="-206001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00296"/>
+  <node id="-206002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00324"/>
+  <node id="-206003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00324"/>
+  <node id="-206004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00296"/>
+  <way id="-206004" user="overview-creator" visible="true">
+    <nd ref="-206001"/>
+    <nd ref="-206002"/>
+    <nd ref="-206003"/>
+    <nd ref="-206004"/>
+    <nd ref="-206001"/>
+    <tag k="amenity" v="theatre"/>
+    <tag k="name" v="theatre"/>
+  </way>
+  <node id="-206200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00300">
+    <tag k="amenity" v="cinema"/>
+    <tag k="name" v="cinema"/>
+  </node>
+  <node id="-206201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00296"/>
+  <node id="-206202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00324"/>
+  <node id="-206203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00324"/>
+  <node id="-206204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00296"/>
+  <way id="-206204" user="overview-creator" visible="true">
+    <nd ref="-206201"/>
+    <nd ref="-206202"/>
+    <nd ref="-206203"/>
+    <nd ref="-206204"/>
+    <nd ref="-206201"/>
+    <tag k="amenity" v="cinema"/>
+    <tag k="name" v="cinema"/>
+  </way>
+  <node id="-206400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00300">
+    <tag k="amenity" v="arts_centre"/>
+    <tag k="name" v="arts_centre"/>
+  </node>
+  <node id="-206401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00296"/>
+  <node id="-206402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00324"/>
+  <node id="-206403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00324"/>
+  <node id="-206404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00296"/>
+  <way id="-206404" user="overview-creator" visible="true">
+    <nd ref="-206401"/>
+    <nd ref="-206402"/>
+    <nd ref="-206403"/>
+    <nd ref="-206404"/>
+    <nd ref="-206401"/>
+    <tag k="amenity" v="arts_centre"/>
+    <tag k="name" v="arts_centre"/>
+  </way>
+  <node id="-206600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00300">
+    <tag k="amenity" v="courthouse"/>
+    <tag k="name" v="courthouse"/>
+  </node>
+  <node id="-206601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00296"/>
+  <node id="-206602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00324"/>
+  <node id="-206603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00324"/>
+  <node id="-206604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00296"/>
+  <way id="-206604" user="overview-creator" visible="true">
+    <nd ref="-206601"/>
+    <nd ref="-206602"/>
+    <nd ref="-206603"/>
+    <nd ref="-206604"/>
+    <nd ref="-206601"/>
+    <tag k="amenity" v="courthouse"/>
+    <tag k="name" v="courthouse"/>
+  </way>
+  <node id="-206800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00300">
+    <tag k="amenity" v="prison"/>
+    <tag k="name" v="prison"/>
+  </node>
+  <node id="-206801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00296"/>
+  <node id="-206802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00324"/>
+  <node id="-206803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00324"/>
+  <node id="-206804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00296"/>
+  <way id="-206804" user="overview-creator" visible="true">
+    <nd ref="-206801"/>
+    <nd ref="-206802"/>
+    <nd ref="-206803"/>
+    <nd ref="-206804"/>
+    <nd ref="-206801"/>
+    <tag k="amenity" v="prison"/>
+    <tag k="name" v="prison"/>
+  </way>
+  <node id="-207000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00300">
+    <tag k="amenity" v="bank"/>
+    <tag k="name" v="bank"/>
+  </node>
+  <node id="-207001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00296"/>
+  <node id="-207002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00324"/>
+  <node id="-207003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00324"/>
+  <node id="-207004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00296"/>
+  <way id="-207004" user="overview-creator" visible="true">
+    <nd ref="-207001"/>
+    <nd ref="-207002"/>
+    <nd ref="-207003"/>
+    <nd ref="-207004"/>
+    <nd ref="-207001"/>
+    <tag k="amenity" v="bank"/>
+    <tag k="name" v="bank"/>
+  </way>
+  <node id="-207200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00300">
+    <tag k="amenity" v="bureau_de_change"/>
+    <tag k="name" v="bureau_de_change"/>
+  </node>
+  <node id="-207201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00296"/>
+  <node id="-207202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00324"/>
+  <node id="-207203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00324"/>
+  <node id="-207204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00296"/>
+  <way id="-207204" user="overview-creator" visible="true">
+    <nd ref="-207201"/>
+    <nd ref="-207202"/>
+    <nd ref="-207203"/>
+    <nd ref="-207204"/>
+    <nd ref="-207201"/>
+    <tag k="amenity" v="bureau_de_change"/>
+    <tag k="name" v="bureau_de_change"/>
+  </way>
+  <node id="-207400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00300">
+    <tag k="amenity" v="atm"/>
+    <tag k="name" v="atm"/>
+  </node>
+  <node id="-207401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00296"/>
+  <node id="-207402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00324"/>
+  <node id="-207403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00324"/>
+  <node id="-207404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00296"/>
+  <way id="-207404" user="overview-creator" visible="true">
+    <nd ref="-207401"/>
+    <nd ref="-207402"/>
+    <nd ref="-207403"/>
+    <nd ref="-207404"/>
+    <nd ref="-207401"/>
+    <tag k="amenity" v="atm"/>
+    <tag k="name" v="atm"/>
+  </way>
+  <node id="-207600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00300">
+    <tag k="amenity" v="bench"/>
+    <tag k="name" v="bench"/>
+  </node>
+  <node id="-207601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00296"/>
+  <node id="-207602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00324"/>
+  <node id="-207603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00324"/>
+  <node id="-207604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00296"/>
+  <way id="-207604" user="overview-creator" visible="true">
+    <nd ref="-207601"/>
+    <nd ref="-207602"/>
+    <nd ref="-207603"/>
+    <nd ref="-207604"/>
+    <nd ref="-207601"/>
+    <tag k="amenity" v="bench"/>
+    <tag k="name" v="bench"/>
+  </way>
+  <node id="-207800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00300">
+    <tag k="amenity" v="bbq"/>
+    <tag k="name" v="bbq"/>
+  </node>
+  <node id="-207801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00296"/>
+  <node id="-207802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00324"/>
+  <node id="-207803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00324"/>
+  <node id="-207804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00296"/>
+  <way id="-207804" user="overview-creator" visible="true">
+    <nd ref="-207801"/>
+    <nd ref="-207802"/>
+    <nd ref="-207803"/>
+    <nd ref="-207804"/>
+    <nd ref="-207801"/>
+    <tag k="amenity" v="bbq"/>
+    <tag k="name" v="bbq"/>
+  </way>
+  <node id="-208000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00300">
+    <tag k="amenity" v="shelter"/>
+    <tag k="name" v="shelter"/>
+  </node>
+  <node id="-208001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00296"/>
+  <node id="-208002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00324"/>
+  <node id="-208003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00324"/>
+  <node id="-208004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00296"/>
+  <way id="-208004" user="overview-creator" visible="true">
+    <nd ref="-208001"/>
+    <nd ref="-208002"/>
+    <nd ref="-208003"/>
+    <nd ref="-208004"/>
+    <nd ref="-208001"/>
+    <tag k="amenity" v="shelter"/>
+    <tag k="name" v="shelter"/>
+  </way>
+  <node id="-208200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00300">
+    <tag k="amenity" v="hunting_stand"/>
+    <tag k="name" v="hunting_stand"/>
+  </node>
+  <node id="-208201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00296"/>
+  <node id="-208202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00324"/>
+  <node id="-208203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00324"/>
+  <node id="-208204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00296"/>
+  <way id="-208204" user="overview-creator" visible="true">
+    <nd ref="-208201"/>
+    <nd ref="-208202"/>
+    <nd ref="-208203"/>
+    <nd ref="-208204"/>
+    <nd ref="-208201"/>
+    <tag k="amenity" v="hunting_stand"/>
+    <tag k="name" v="hunting_stand"/>
+  </way>
+  <node id="-225800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00330">
+    <tag k="amenity" v="marketplace"/>
+    <tag k="name" v="marketplace"/>
+  </node>
+  <node id="-225801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00326"/>
+  <node id="-225802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00354"/>
+  <node id="-225803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00354"/>
+  <node id="-225804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00326"/>
+  <way id="-225804" user="overview-creator" visible="true">
+    <nd ref="-225801"/>
+    <nd ref="-225802"/>
+    <nd ref="-225803"/>
+    <nd ref="-225804"/>
+    <nd ref="-225801"/>
+    <tag k="amenity" v="marketplace"/>
+    <tag k="name" v="marketplace"/>
+  </way>
+  <node id="-226000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00330">
+    <tag k="amenity" v="wlan"/>
+    <tag k="name" v="wlan"/>
+  </node>
+  <node id="-226001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00326"/>
+  <node id="-226002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00354"/>
+  <node id="-226003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00354"/>
+  <node id="-226004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00326"/>
+  <way id="-226004" user="overview-creator" visible="true">
+    <nd ref="-226001"/>
+    <nd ref="-226002"/>
+    <nd ref="-226003"/>
+    <nd ref="-226004"/>
+    <nd ref="-226001"/>
+    <tag k="amenity" v="wlan"/>
+    <tag k="name" v="wlan"/>
+  </way>
+  <node id="-226200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00330">
+    <tag k="amenity" v="vending_machine"/>
+    <tag k="name" v="vending_machine"/>
+  </node>
+  <node id="-226201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00326"/>
+  <node id="-226202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00354"/>
+  <node id="-226203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00354"/>
+  <node id="-226204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00326"/>
+  <way id="-226204" user="overview-creator" visible="true">
+    <nd ref="-226201"/>
+    <nd ref="-226202"/>
+    <nd ref="-226203"/>
+    <nd ref="-226204"/>
+    <nd ref="-226201"/>
+    <tag k="amenity" v="vending_machine"/>
+    <tag k="name" v="vending_machine"/>
+  </way>
+  <node id="-180200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00270">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="leisure"/>
+  </node>
+  <node id="-180400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00270">
+    <tag k="leisure" v="sports_centre"/>
+    <tag k="name" v="sports_centre"/>
+  </node>
+  <node id="-180401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00266"/>
+  <node id="-180402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00294"/>
+  <node id="-180403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00294"/>
+  <node id="-180404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00266"/>
+  <way id="-180404" user="overview-creator" visible="true">
+    <nd ref="-180401"/>
+    <nd ref="-180402"/>
+    <nd ref="-180403"/>
+    <nd ref="-180404"/>
+    <nd ref="-180401"/>
+    <tag k="leisure" v="sports_centre"/>
+    <tag k="name" v="sports_centre"/>
+  </way>
+  <node id="-180600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00270">
+    <tag k="leisure" v="golf_course"/>
+    <tag k="name" v="golf_course"/>
+  </node>
+  <node id="-180601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00266"/>
+  <node id="-180602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00294"/>
+  <node id="-180603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00294"/>
+  <node id="-180604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00266"/>
+  <way id="-180604" user="overview-creator" visible="true">
+    <nd ref="-180601"/>
+    <nd ref="-180602"/>
+    <nd ref="-180603"/>
+    <nd ref="-180604"/>
+    <nd ref="-180601"/>
+    <tag k="leisure" v="golf_course"/>
+    <tag k="name" v="golf_course"/>
+  </way>
+  <node id="-180800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00270">
+    <tag k="leisure" v="stadium"/>
+    <tag k="name" v="stadium"/>
+  </node>
+  <node id="-180801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00266"/>
+  <node id="-180802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00294"/>
+  <node id="-180803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00294"/>
+  <node id="-180804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00266"/>
+  <way id="-180804" user="overview-creator" visible="true">
+    <nd ref="-180801"/>
+    <nd ref="-180802"/>
+    <nd ref="-180803"/>
+    <nd ref="-180804"/>
+    <nd ref="-180801"/>
+    <tag k="leisure" v="stadium"/>
+    <tag k="name" v="stadium"/>
+  </way>
+  <node id="-181000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00270">
+    <tag k="leisure" v="track"/>
+    <tag k="name" v="track"/>
+  </node>
+  <node id="-181001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00266"/>
+  <node id="-181002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00294"/>
+  <node id="-181003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00294"/>
+  <node id="-181004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00266"/>
+  <way id="-181004" user="overview-creator" visible="true">
+    <nd ref="-181001"/>
+    <nd ref="-181002"/>
+    <nd ref="-181003"/>
+    <nd ref="-181004"/>
+    <nd ref="-181001"/>
+    <tag k="leisure" v="track"/>
+    <tag k="name" v="track"/>
+  </way>
+  <node id="-181200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00270">
+    <tag k="leisure" v="pitch"/>
+    <tag k="name" v="pitch"/>
+  </node>
+  <node id="-181201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00266"/>
+  <node id="-181202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00294"/>
+  <node id="-181203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00294"/>
+  <node id="-181204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00266"/>
+  <way id="-181204" user="overview-creator" visible="true">
+    <nd ref="-181201"/>
+    <nd ref="-181202"/>
+    <nd ref="-181203"/>
+    <nd ref="-181204"/>
+    <nd ref="-181201"/>
+    <tag k="leisure" v="pitch"/>
+    <tag k="name" v="pitch"/>
+  </way>
+  <node id="-181400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00270">
+    <tag k="leisure" v="water_park"/>
+    <tag k="name" v="water_park"/>
+  </node>
+  <node id="-181401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00266"/>
+  <node id="-181402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00294"/>
+  <node id="-181403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00294"/>
+  <node id="-181404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00266"/>
+  <way id="-181404" user="overview-creator" visible="true">
+    <nd ref="-181401"/>
+    <nd ref="-181402"/>
+    <nd ref="-181403"/>
+    <nd ref="-181404"/>
+    <nd ref="-181401"/>
+    <tag k="leisure" v="water_park"/>
+    <tag k="name" v="water_park"/>
+  </way>
+  <node id="-181600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00270">
+    <tag k="leisure" v="marina"/>
+    <tag k="name" v="marina"/>
+  </node>
+  <node id="-181601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00266"/>
+  <node id="-181602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00294"/>
+  <node id="-181603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00294"/>
+  <node id="-181604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00266"/>
+  <way id="-181604" user="overview-creator" visible="true">
+    <nd ref="-181601"/>
+    <nd ref="-181602"/>
+    <nd ref="-181603"/>
+    <nd ref="-181604"/>
+    <nd ref="-181601"/>
+    <tag k="leisure" v="marina"/>
+    <tag k="name" v="marina"/>
+  </way>
+  <node id="-181800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00270">
+    <tag k="leisure" v="slipway"/>
+    <tag k="name" v="slipway"/>
+  </node>
+  <node id="-181801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00266"/>
+  <node id="-181802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00294"/>
+  <node id="-181803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00294"/>
+  <node id="-181804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00266"/>
+  <way id="-181804" user="overview-creator" visible="true">
+    <nd ref="-181801"/>
+    <nd ref="-181802"/>
+    <nd ref="-181803"/>
+    <nd ref="-181804"/>
+    <nd ref="-181801"/>
+    <tag k="leisure" v="slipway"/>
+    <tag k="name" v="slipway"/>
+  </way>
+  <node id="-182000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00270">
+    <tag k="leisure" v="fishing"/>
+    <tag k="name" v="fishing"/>
+  </node>
+  <node id="-182001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00266"/>
+  <node id="-182002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00294"/>
+  <node id="-182003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00294"/>
+  <node id="-182004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00266"/>
+  <way id="-182004" user="overview-creator" visible="true">
+    <nd ref="-182001"/>
+    <nd ref="-182002"/>
+    <nd ref="-182003"/>
+    <nd ref="-182004"/>
+    <nd ref="-182001"/>
+    <tag k="leisure" v="fishing"/>
+    <tag k="name" v="fishing"/>
+  </way>
+  <node id="-182200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00270">
+    <tag k="leisure" v="nature_reserve"/>
+    <tag k="name" v="nature_reserve"/>
+  </node>
+  <node id="-182201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00266"/>
+  <node id="-182202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00294"/>
+  <node id="-182203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00294"/>
+  <node id="-182204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00266"/>
+  <way id="-182204" user="overview-creator" visible="true">
+    <nd ref="-182201"/>
+    <nd ref="-182202"/>
+    <nd ref="-182203"/>
+    <nd ref="-182204"/>
+    <nd ref="-182201"/>
+    <tag k="leisure" v="nature_reserve"/>
+    <tag k="name" v="nature_reserve"/>
+  </way>
+  <node id="-182400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00270">
+    <tag k="leisure" v="park"/>
+    <tag k="name" v="park"/>
+  </node>
+  <node id="-182401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00266"/>
+  <node id="-182402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00294"/>
+  <node id="-182403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00294"/>
+  <node id="-182404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00266"/>
+  <way id="-182404" user="overview-creator" visible="true">
+    <nd ref="-182401"/>
+    <nd ref="-182402"/>
+    <nd ref="-182403"/>
+    <nd ref="-182404"/>
+    <nd ref="-182401"/>
+    <tag k="leisure" v="park"/>
+    <tag k="name" v="park"/>
+  </way>
+  <node id="-182600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00270">
+    <tag k="leisure" v="playground"/>
+    <tag k="name" v="playground"/>
+  </node>
+  <node id="-182601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00266"/>
+  <node id="-182602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00294"/>
+  <node id="-182603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00294"/>
+  <node id="-182604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00266"/>
+  <way id="-182604" user="overview-creator" visible="true">
+    <nd ref="-182601"/>
+    <nd ref="-182602"/>
+    <nd ref="-182603"/>
+    <nd ref="-182604"/>
+    <nd ref="-182601"/>
+    <tag k="leisure" v="playground"/>
+    <tag k="name" v="playground"/>
+  </way>
+  <node id="-182800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00270">
+    <tag k="leisure" v="garden"/>
+    <tag k="name" v="garden"/>
+  </node>
+  <node id="-182801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00266"/>
+  <node id="-182802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00294"/>
+  <node id="-182803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00294"/>
+  <node id="-182804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00266"/>
+  <way id="-182804" user="overview-creator" visible="true">
+    <nd ref="-182801"/>
+    <nd ref="-182802"/>
+    <nd ref="-182803"/>
+    <nd ref="-182804"/>
+    <nd ref="-182801"/>
+    <tag k="leisure" v="garden"/>
+    <tag k="name" v="garden"/>
+  </way>
+  <node id="-183000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00270">
+    <tag k="leisure" v="common"/>
+    <tag k="name" v="common"/>
+  </node>
+  <node id="-183001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00266"/>
+  <node id="-183002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00294"/>
+  <node id="-183003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00294"/>
+  <node id="-183004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00266"/>
+  <way id="-183004" user="overview-creator" visible="true">
+    <nd ref="-183001"/>
+    <nd ref="-183002"/>
+    <nd ref="-183003"/>
+    <nd ref="-183004"/>
+    <nd ref="-183001"/>
+    <tag k="leisure" v="common"/>
+    <tag k="name" v="common"/>
+  </way>
+  <node id="-183200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00270">
+    <tag k="leisure" v="swimming_pool"/>
+    <tag k="name" v="swimming_pool"/>
+  </node>
+  <node id="-183201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00266"/>
+  <node id="-183202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00294"/>
+  <node id="-183203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00294"/>
+  <node id="-183204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00266"/>
+  <way id="-183204" user="overview-creator" visible="true">
+    <nd ref="-183201"/>
+    <nd ref="-183202"/>
+    <nd ref="-183203"/>
+    <nd ref="-183204"/>
+    <nd ref="-183201"/>
+    <tag k="leisure" v="swimming_pool"/>
+    <tag k="name" v="swimming_pool"/>
+  </way>
+  <node id="-183400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00270">
+    <tag k="leisure" v="miniature_golf"/>
+    <tag k="name" v="miniature_golf"/>
+  </node>
+  <node id="-183401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00266"/>
+  <node id="-183402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00294"/>
+  <node id="-183403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00294"/>
+  <node id="-183404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00266"/>
+  <way id="-183404" user="overview-creator" visible="true">
+    <nd ref="-183401"/>
+    <nd ref="-183402"/>
+    <nd ref="-183403"/>
+    <nd ref="-183404"/>
+    <nd ref="-183401"/>
+    <tag k="leisure" v="miniature_golf"/>
+    <tag k="name" v="miniature_golf"/>
+  </way>
+  <node id="-183600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00270">
+    <tag k="leisure" v="dog_park"/>
+    <tag k="name" v="dog_park"/>
+  </node>
+  <node id="-183601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00266"/>
+  <node id="-183602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00294"/>
+  <node id="-183603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00294"/>
+  <node id="-183604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00266"/>
+  <way id="-183604" user="overview-creator" visible="true">
+    <nd ref="-183601"/>
+    <nd ref="-183602"/>
+    <nd ref="-183603"/>
+    <nd ref="-183604"/>
+    <nd ref="-183601"/>
+    <tag k="leisure" v="dog_park"/>
+    <tag k="name" v="dog_park"/>
+  </way>
+  <node id="-183800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00270">
+    <tag k="leisure" v="ice_rink"/>
+    <tag k="name" v="ice_rink"/>
+  </node>
+  <node id="-183801" user="overview-creator" visible="true" lat="-0.00186" lon="0.00266"/>
+  <node id="-183802" user="overview-creator" visible="true" lat="-0.00186" lon="0.00294"/>
+  <node id="-183803" user="overview-creator" visible="true" lat="-0.00194" lon="0.00294"/>
+  <node id="-183804" user="overview-creator" visible="true" lat="-0.00194" lon="0.00266"/>
+  <way id="-183804" user="overview-creator" visible="true">
+    <nd ref="-183801"/>
+    <nd ref="-183802"/>
+    <nd ref="-183803"/>
+    <nd ref="-183804"/>
+    <nd ref="-183801"/>
+    <tag k="leisure" v="ice_rink"/>
+    <tag k="name" v="ice_rink"/>
+  </way>
+  <node id="-184400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00270">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="parking"/>
+  </node>
+  <node id="-184600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00270">
+    <tag k="parking" v="multi-storey"/>
+    <tag k="name" v="multi-storey"/>
+  </node>
+  <node id="-184601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00266"/>
+  <node id="-184602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00294"/>
+  <node id="-184603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00294"/>
+  <node id="-184604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00266"/>
+  <way id="-184604" user="overview-creator" visible="true">
+    <nd ref="-184601"/>
+    <nd ref="-184602"/>
+    <nd ref="-184603"/>
+    <nd ref="-184604"/>
+    <nd ref="-184601"/>
+    <tag k="parking" v="multi-storey"/>
+    <tag k="name" v="multi-storey"/>
+  </way>
+  <node id="-184800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00270">
+    <tag k="parking" v="underground"/>
+    <tag k="name" v="underground"/>
+  </node>
+  <node id="-184801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00266"/>
+  <node id="-184802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00294"/>
+  <node id="-184803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00294"/>
+  <node id="-184804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00266"/>
+  <way id="-184804" user="overview-creator" visible="true">
+    <nd ref="-184801"/>
+    <nd ref="-184802"/>
+    <nd ref="-184803"/>
+    <nd ref="-184804"/>
+    <nd ref="-184801"/>
+    <tag k="parking" v="underground"/>
+    <tag k="name" v="underground"/>
+  </way>
+  <node id="-185000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00270">
+    <tag k="parking" v="park_and_ride"/>
+    <tag k="name" v="park_and_ride"/>
+  </node>
+  <node id="-185001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00266"/>
+  <node id="-185002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00294"/>
+  <node id="-185003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00294"/>
+  <node id="-185004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00266"/>
+  <way id="-185004" user="overview-creator" visible="true">
+    <nd ref="-185001"/>
+    <nd ref="-185002"/>
+    <nd ref="-185003"/>
+    <nd ref="-185004"/>
+    <nd ref="-185001"/>
+    <tag k="parking" v="park_and_ride"/>
+    <tag k="name" v="park_and_ride"/>
+  </way>
+  <node id="-185200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00270">
+    <tag k="parking" v="surface"/>
+    <tag k="name" v="surface"/>
+  </node>
+  <node id="-185201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00266"/>
+  <node id="-185202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00294"/>
+  <node id="-185203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00294"/>
+  <node id="-185204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00266"/>
+  <way id="-185204" user="overview-creator" visible="true">
+    <nd ref="-185201"/>
+    <nd ref="-185202"/>
+    <nd ref="-185203"/>
+    <nd ref="-185204"/>
+    <nd ref="-185201"/>
+    <tag k="parking" v="surface"/>
+    <tag k="name" v="surface"/>
+  </way>
+  <node id="-200200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00300">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="religion"/>
+  </node>
+  <node id="-200400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00300">
+    <tag k="religion" v="bahai"/>
+    <tag k="name" v="bahai"/>
+  </node>
+  <node id="-200401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00296"/>
+  <node id="-200402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00324"/>
+  <node id="-200403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00324"/>
+  <node id="-200404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00296"/>
+  <way id="-200404" user="overview-creator" visible="true">
+    <nd ref="-200401"/>
+    <nd ref="-200402"/>
+    <nd ref="-200403"/>
+    <nd ref="-200404"/>
+    <nd ref="-200401"/>
+    <tag k="religion" v="bahai"/>
+    <tag k="name" v="bahai"/>
+  </way>
+  <node id="-200600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00300">
+    <tag k="religion" v="buddhist"/>
+    <tag k="name" v="buddhist"/>
+  </node>
+  <node id="-200601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00296"/>
+  <node id="-200602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00324"/>
+  <node id="-200603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00324"/>
+  <node id="-200604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00296"/>
+  <way id="-200604" user="overview-creator" visible="true">
+    <nd ref="-200601"/>
+    <nd ref="-200602"/>
+    <nd ref="-200603"/>
+    <nd ref="-200604"/>
+    <nd ref="-200601"/>
+    <tag k="religion" v="buddhist"/>
+    <tag k="name" v="buddhist"/>
+  </way>
+  <node id="-200800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00300">
+    <tag k="religion" v="christian"/>
+    <tag k="name" v="christian"/>
+  </node>
+  <node id="-200801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00296"/>
+  <node id="-200802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00324"/>
+  <node id="-200803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00324"/>
+  <node id="-200804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00296"/>
+  <way id="-200804" user="overview-creator" visible="true">
+    <nd ref="-200801"/>
+    <nd ref="-200802"/>
+    <nd ref="-200803"/>
+    <nd ref="-200804"/>
+    <nd ref="-200801"/>
+    <tag k="religion" v="christian"/>
+    <tag k="name" v="christian"/>
+  </way>
+  <node id="-201000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00300">
+    <tag k="religion" v="hindu"/>
+    <tag k="name" v="hindu"/>
+  </node>
+  <node id="-201001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00296"/>
+  <node id="-201002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00324"/>
+  <node id="-201003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00324"/>
+  <node id="-201004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00296"/>
+  <way id="-201004" user="overview-creator" visible="true">
+    <nd ref="-201001"/>
+    <nd ref="-201002"/>
+    <nd ref="-201003"/>
+    <nd ref="-201004"/>
+    <nd ref="-201001"/>
+    <tag k="religion" v="hindu"/>
+    <tag k="name" v="hindu"/>
+  </way>
+  <node id="-201200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00300">
+    <tag k="religion" v="jain"/>
+    <tag k="name" v="jain"/>
+  </node>
+  <node id="-201201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00296"/>
+  <node id="-201202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00324"/>
+  <node id="-201203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00324"/>
+  <node id="-201204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00296"/>
+  <way id="-201204" user="overview-creator" visible="true">
+    <nd ref="-201201"/>
+    <nd ref="-201202"/>
+    <nd ref="-201203"/>
+    <nd ref="-201204"/>
+    <nd ref="-201201"/>
+    <tag k="religion" v="jain"/>
+    <tag k="name" v="jain"/>
+  </way>
+  <node id="-201400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00300">
+    <tag k="religion" v="jewish"/>
+    <tag k="name" v="jewish"/>
+  </node>
+  <node id="-201401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00296"/>
+  <node id="-201402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00324"/>
+  <node id="-201403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00324"/>
+  <node id="-201404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00296"/>
+  <way id="-201404" user="overview-creator" visible="true">
+    <nd ref="-201401"/>
+    <nd ref="-201402"/>
+    <nd ref="-201403"/>
+    <nd ref="-201404"/>
+    <nd ref="-201401"/>
+    <tag k="religion" v="jewish"/>
+    <tag k="name" v="jewish"/>
+  </way>
+  <node id="-201600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00300">
+    <tag k="religion" v="muslim"/>
+    <tag k="name" v="muslim"/>
+  </node>
+  <node id="-201601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00296"/>
+  <node id="-201602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00324"/>
+  <node id="-201603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00324"/>
+  <node id="-201604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00296"/>
+  <way id="-201604" user="overview-creator" visible="true">
+    <nd ref="-201601"/>
+    <nd ref="-201602"/>
+    <nd ref="-201603"/>
+    <nd ref="-201604"/>
+    <nd ref="-201601"/>
+    <tag k="religion" v="muslim"/>
+    <tag k="name" v="muslim"/>
+  </way>
+  <node id="-201800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00300">
+    <tag k="religion" v="sikh"/>
+    <tag k="name" v="sikh"/>
+  </node>
+  <node id="-201801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00296"/>
+  <node id="-201802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00324"/>
+  <node id="-201803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00324"/>
+  <node id="-201804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00296"/>
+  <way id="-201804" user="overview-creator" visible="true">
+    <nd ref="-201801"/>
+    <nd ref="-201802"/>
+    <nd ref="-201803"/>
+    <nd ref="-201804"/>
+    <nd ref="-201801"/>
+    <tag k="religion" v="sikh"/>
+    <tag k="name" v="sikh"/>
+  </way>
+  <node id="-202000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00300">
+    <tag k="religion" v="shinto"/>
+    <tag k="name" v="shinto"/>
+  </node>
+  <node id="-202001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00296"/>
+  <node id="-202002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00324"/>
+  <node id="-202003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00324"/>
+  <node id="-202004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00296"/>
+  <way id="-202004" user="overview-creator" visible="true">
+    <nd ref="-202001"/>
+    <nd ref="-202002"/>
+    <nd ref="-202003"/>
+    <nd ref="-202004"/>
+    <nd ref="-202001"/>
+    <tag k="religion" v="shinto"/>
+    <tag k="name" v="shinto"/>
+  </way>
+  <node id="-202200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00300">
+    <tag k="religion" v="spiritualist"/>
+    <tag k="name" v="spiritualist"/>
+  </node>
+  <node id="-202201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00296"/>
+  <node id="-202202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00324"/>
+  <node id="-202203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00324"/>
+  <node id="-202204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00296"/>
+  <way id="-202204" user="overview-creator" visible="true">
+    <nd ref="-202201"/>
+    <nd ref="-202202"/>
+    <nd ref="-202203"/>
+    <nd ref="-202204"/>
+    <nd ref="-202201"/>
+    <tag k="religion" v="spiritualist"/>
+    <tag k="name" v="spiritualist"/>
+  </way>
+  <node id="-202400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00300">
+    <tag k="religion" v="taoist"/>
+    <tag k="name" v="taoist"/>
+  </node>
+  <node id="-202401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00296"/>
+  <node id="-202402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00324"/>
+  <node id="-202403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00324"/>
+  <node id="-202404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00296"/>
+  <way id="-202404" user="overview-creator" visible="true">
+    <nd ref="-202401"/>
+    <nd ref="-202402"/>
+    <nd ref="-202403"/>
+    <nd ref="-202404"/>
+    <nd ref="-202401"/>
+    <tag k="religion" v="taoist"/>
+    <tag k="name" v="taoist"/>
+  </way>
+  <node id="-202600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00300">
+    <tag k="religion" v="unitarian"/>
+    <tag k="name" v="unitarian"/>
+  </node>
+  <node id="-202601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00296"/>
+  <node id="-202602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00324"/>
+  <node id="-202603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00324"/>
+  <node id="-202604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00296"/>
+  <way id="-202604" user="overview-creator" visible="true">
+    <nd ref="-202601"/>
+    <nd ref="-202602"/>
+    <nd ref="-202603"/>
+    <nd ref="-202604"/>
+    <nd ref="-202601"/>
+    <tag k="religion" v="unitarian"/>
+    <tag k="name" v="unitarian"/>
+  </way>
+  <node id="-202800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00300">
+    <tag k="religion" v="zoroastrian"/>
+    <tag k="name" v="zoroastrian"/>
+  </node>
+  <node id="-202801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00296"/>
+  <node id="-202802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00324"/>
+  <node id="-202803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00324"/>
+  <node id="-202804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00296"/>
+  <way id="-202804" user="overview-creator" visible="true">
+    <nd ref="-202801"/>
+    <nd ref="-202802"/>
+    <nd ref="-202803"/>
+    <nd ref="-202804"/>
+    <nd ref="-202801"/>
+    <tag k="religion" v="zoroastrian"/>
+    <tag k="name" v="zoroastrian"/>
+  </way>
+  <node id="-226600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00330">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="information"/>
+  </node>
+  <node id="-226800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00330">
+    <tag k="information" v="guidepost"/>
+    <tag k="name" v="guidepost"/>
+  </node>
+  <node id="-226801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00326"/>
+  <node id="-226802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00354"/>
+  <node id="-226803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00354"/>
+  <node id="-226804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00326"/>
+  <way id="-226804" user="overview-creator" visible="true">
+    <nd ref="-226801"/>
+    <nd ref="-226802"/>
+    <nd ref="-226803"/>
+    <nd ref="-226804"/>
+    <nd ref="-226801"/>
+    <tag k="information" v="guidepost"/>
+    <tag k="name" v="guidepost"/>
+  </way>
+  <node id="-227000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00330">
+    <tag k="information" v="office"/>
+    <tag k="name" v="office"/>
+  </node>
+  <node id="-227001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00326"/>
+  <node id="-227002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00354"/>
+  <node id="-227003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00354"/>
+  <node id="-227004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00326"/>
+  <way id="-227004" user="overview-creator" visible="true">
+    <nd ref="-227001"/>
+    <nd ref="-227002"/>
+    <nd ref="-227003"/>
+    <nd ref="-227004"/>
+    <nd ref="-227001"/>
+    <tag k="information" v="office"/>
+    <tag k="name" v="office"/>
+  </way>
+  <node id="-227200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00330">
+    <tag k="information" v="map"/>
+    <tag k="name" v="map"/>
+  </node>
+  <node id="-227201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00326"/>
+  <node id="-227202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00354"/>
+  <node id="-227203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00354"/>
+  <node id="-227204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00326"/>
+  <way id="-227204" user="overview-creator" visible="true">
+    <nd ref="-227201"/>
+    <nd ref="-227202"/>
+    <nd ref="-227203"/>
+    <nd ref="-227204"/>
+    <nd ref="-227201"/>
+    <tag k="information" v="map"/>
+    <tag k="name" v="map"/>
+  </way>
+  <node id="-227400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00330">
+    <tag k="information" v="board"/>
+    <tag k="name" v="board"/>
+  </node>
+  <node id="-227401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00326"/>
+  <node id="-227402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00354"/>
+  <node id="-227403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00354"/>
+  <node id="-227404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00326"/>
+  <way id="-227404" user="overview-creator" visible="true">
+    <nd ref="-227401"/>
+    <nd ref="-227402"/>
+    <nd ref="-227403"/>
+    <nd ref="-227404"/>
+    <nd ref="-227401"/>
+    <tag k="information" v="board"/>
+    <tag k="name" v="board"/>
+  </way>
+  <node id="-220200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00330">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="man_made"/>
+  </node>
+  <node id="-220400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00330">
+    <tag k="man_made" v="beacon"/>
+    <tag k="name" v="beacon"/>
+  </node>
+  <node id="-220401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00326"/>
+  <node id="-220402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00354"/>
+  <node id="-220403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00354"/>
+  <node id="-220404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00326"/>
+  <way id="-220404" user="overview-creator" visible="true">
+    <nd ref="-220401"/>
+    <nd ref="-220402"/>
+    <nd ref="-220403"/>
+    <nd ref="-220404"/>
+    <nd ref="-220401"/>
+    <tag k="man_made" v="beacon"/>
+    <tag k="name" v="beacon"/>
+  </way>
+  <node id="-220600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00330">
+    <tag k="man_made" v="crane"/>
+    <tag k="name" v="crane"/>
+  </node>
+  <node id="-220601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00326"/>
+  <node id="-220602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00354"/>
+  <node id="-220603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00354"/>
+  <node id="-220604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00326"/>
+  <way id="-220604" user="overview-creator" visible="true">
+    <nd ref="-220601"/>
+    <nd ref="-220602"/>
+    <nd ref="-220603"/>
+    <nd ref="-220604"/>
+    <nd ref="-220601"/>
+    <tag k="man_made" v="crane"/>
+    <tag k="name" v="crane"/>
+  </way>
+  <node id="-220800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00330">
+    <tag k="man_made" v="gasometer"/>
+    <tag k="name" v="gasometer"/>
+  </node>
+  <node id="-220801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00326"/>
+  <node id="-220802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00354"/>
+  <node id="-220803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00354"/>
+  <node id="-220804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00326"/>
+  <way id="-220804" user="overview-creator" visible="true">
+    <nd ref="-220801"/>
+    <nd ref="-220802"/>
+    <nd ref="-220803"/>
+    <nd ref="-220804"/>
+    <nd ref="-220801"/>
+    <tag k="man_made" v="gasometer"/>
+    <tag k="name" v="gasometer"/>
+  </way>
+  <node id="-221000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00330">
+    <tag k="man_made" v="lighthouse"/>
+    <tag k="name" v="lighthouse"/>
+  </node>
+  <node id="-221001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00326"/>
+  <node id="-221002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00354"/>
+  <node id="-221003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00354"/>
+  <node id="-221004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00326"/>
+  <way id="-221004" user="overview-creator" visible="true">
+    <nd ref="-221001"/>
+    <nd ref="-221002"/>
+    <nd ref="-221003"/>
+    <nd ref="-221004"/>
+    <nd ref="-221001"/>
+    <tag k="man_made" v="lighthouse"/>
+    <tag k="name" v="lighthouse"/>
+  </way>
+  <node id="-221200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00330">
+    <tag k="man_made" v="pier"/>
+    <tag k="name" v="pier"/>
+  </node>
+  <node id="-221201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00326"/>
+  <node id="-221202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00354"/>
+  <node id="-221203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00354"/>
+  <node id="-221204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00326"/>
+  <way id="-221204" user="overview-creator" visible="true">
+    <nd ref="-221201"/>
+    <nd ref="-221202"/>
+    <nd ref="-221203"/>
+    <nd ref="-221204"/>
+    <nd ref="-221201"/>
+    <tag k="man_made" v="pier"/>
+    <tag k="name" v="pier"/>
+  </way>
+  <node id="-221400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00330">
+    <tag k="man_made" v="pipeline"/>
+    <tag k="name" v="pipeline"/>
+  </node>
+  <node id="-221401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00326"/>
+  <node id="-221402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00354"/>
+  <node id="-221403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00354"/>
+  <node id="-221404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00326"/>
+  <way id="-221404" user="overview-creator" visible="true">
+    <nd ref="-221401"/>
+    <nd ref="-221402"/>
+    <nd ref="-221403"/>
+    <nd ref="-221404"/>
+    <nd ref="-221401"/>
+    <tag k="man_made" v="pipeline"/>
+    <tag k="name" v="pipeline"/>
+  </way>
+  <node id="-221600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00330">
+    <tag k="man_made" v="petroleum_well"/>
+    <tag k="name" v="petroleum_well"/>
+  </node>
+  <node id="-221601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00326"/>
+  <node id="-221602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00354"/>
+  <node id="-221603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00354"/>
+  <node id="-221604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00326"/>
+  <way id="-221604" user="overview-creator" visible="true">
+    <nd ref="-221601"/>
+    <nd ref="-221602"/>
+    <nd ref="-221603"/>
+    <nd ref="-221604"/>
+    <nd ref="-221601"/>
+    <tag k="man_made" v="petroleum_well"/>
+    <tag k="name" v="petroleum_well"/>
+  </way>
+  <node id="-221800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00330">
+    <tag k="man_made" v="reservoir_covered"/>
+    <tag k="name" v="reservoir_covered"/>
+  </node>
+  <node id="-221801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00326"/>
+  <node id="-221802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00354"/>
+  <node id="-221803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00354"/>
+  <node id="-221804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00326"/>
+  <way id="-221804" user="overview-creator" visible="true">
+    <nd ref="-221801"/>
+    <nd ref="-221802"/>
+    <nd ref="-221803"/>
+    <nd ref="-221804"/>
+    <nd ref="-221801"/>
+    <tag k="man_made" v="reservoir_covered"/>
+    <tag k="name" v="reservoir_covered"/>
+  </way>
+  <node id="-222000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00330">
+    <tag k="man_made" v="surveillance"/>
+    <tag k="name" v="surveillance"/>
+  </node>
+  <node id="-222001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00326"/>
+  <node id="-222002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00354"/>
+  <node id="-222003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00354"/>
+  <node id="-222004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00326"/>
+  <way id="-222004" user="overview-creator" visible="true">
+    <nd ref="-222001"/>
+    <nd ref="-222002"/>
+    <nd ref="-222003"/>
+    <nd ref="-222004"/>
+    <nd ref="-222001"/>
+    <tag k="man_made" v="surveillance"/>
+    <tag k="name" v="surveillance"/>
+  </way>
+  <node id="-222200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00330">
+    <tag k="man_made" v="survey_point"/>
+    <tag k="name" v="survey_point"/>
+  </node>
+  <node id="-222201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00326"/>
+  <node id="-222202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00354"/>
+  <node id="-222203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00354"/>
+  <node id="-222204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00326"/>
+  <way id="-222204" user="overview-creator" visible="true">
+    <nd ref="-222201"/>
+    <nd ref="-222202"/>
+    <nd ref="-222203"/>
+    <nd ref="-222204"/>
+    <nd ref="-222201"/>
+    <tag k="man_made" v="survey_point"/>
+    <tag k="name" v="survey_point"/>
+  </way>
+  <node id="-222400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00330">
+    <tag k="man_made" v="tower"/>
+    <tag k="name" v="tower"/>
+  </node>
+  <node id="-222401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00326"/>
+  <node id="-222402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00354"/>
+  <node id="-222403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00354"/>
+  <node id="-222404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00326"/>
+  <way id="-222404" user="overview-creator" visible="true">
+    <nd ref="-222401"/>
+    <nd ref="-222402"/>
+    <nd ref="-222403"/>
+    <nd ref="-222404"/>
+    <nd ref="-222401"/>
+    <tag k="man_made" v="tower"/>
+    <tag k="name" v="tower"/>
+  </way>
+  <node id="-222600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00330">
+    <tag k="man_made" v="wastewater_plant"/>
+    <tag k="name" v="wastewater_plant"/>
+  </node>
+  <node id="-222601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00326"/>
+  <node id="-222602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00354"/>
+  <node id="-222603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00354"/>
+  <node id="-222604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00326"/>
+  <way id="-222604" user="overview-creator" visible="true">
+    <nd ref="-222601"/>
+    <nd ref="-222602"/>
+    <nd ref="-222603"/>
+    <nd ref="-222604"/>
+    <nd ref="-222601"/>
+    <tag k="man_made" v="wastewater_plant"/>
+    <tag k="name" v="wastewater_plant"/>
+  </way>
+  <node id="-222800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00330">
+    <tag k="man_made" v="watermill"/>
+    <tag k="name" v="watermill"/>
+  </node>
+  <node id="-222801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00326"/>
+  <node id="-222802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00354"/>
+  <node id="-222803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00354"/>
+  <node id="-222804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00326"/>
+  <way id="-222804" user="overview-creator" visible="true">
+    <nd ref="-222801"/>
+    <nd ref="-222802"/>
+    <nd ref="-222803"/>
+    <nd ref="-222804"/>
+    <nd ref="-222801"/>
+    <tag k="man_made" v="watermill"/>
+    <tag k="name" v="watermill"/>
+  </way>
+  <node id="-223000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00330">
+    <tag k="man_made" v="water_tower"/>
+    <tag k="name" v="water_tower"/>
+  </node>
+  <node id="-223001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00326"/>
+  <node id="-223002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00354"/>
+  <node id="-223003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00354"/>
+  <node id="-223004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00326"/>
+  <way id="-223004" user="overview-creator" visible="true">
+    <nd ref="-223001"/>
+    <nd ref="-223002"/>
+    <nd ref="-223003"/>
+    <nd ref="-223004"/>
+    <nd ref="-223001"/>
+    <tag k="man_made" v="water_tower"/>
+    <tag k="name" v="water_tower"/>
+  </way>
+  <node id="-223200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00330">
+    <tag k="man_made" v="windmill"/>
+    <tag k="name" v="windmill"/>
+  </node>
+  <node id="-223201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00326"/>
+  <node id="-223202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00354"/>
+  <node id="-223203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00354"/>
+  <node id="-223204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00326"/>
+  <way id="-223204" user="overview-creator" visible="true">
+    <nd ref="-223201"/>
+    <nd ref="-223202"/>
+    <nd ref="-223203"/>
+    <nd ref="-223204"/>
+    <nd ref="-223201"/>
+    <tag k="man_made" v="windmill"/>
+    <tag k="name" v="windmill"/>
+  </way>
+  <node id="-223400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00330">
+    <tag k="man_made" v="works"/>
+    <tag k="name" v="works"/>
+  </node>
+  <node id="-223401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00326"/>
+  <node id="-223402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00354"/>
+  <node id="-223403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00354"/>
+  <node id="-223404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00326"/>
+  <way id="-223404" user="overview-creator" visible="true">
+    <nd ref="-223401"/>
+    <nd ref="-223402"/>
+    <nd ref="-223403"/>
+    <nd ref="-223404"/>
+    <nd ref="-223401"/>
+    <tag k="man_made" v="works"/>
+    <tag k="name" v="works"/>
+  </way>
+  <node id="-204000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00300">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="power"/>
+  </node>
+  <node id="-204200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00300">
+    <tag k="power" v="tower"/>
+    <tag k="name" v="tower"/>
+  </node>
+  <node id="-204201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00296"/>
+  <node id="-204202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00324"/>
+  <node id="-204203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00324"/>
+  <node id="-204204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00296"/>
+  <way id="-204204" user="overview-creator" visible="true">
+    <nd ref="-204201"/>
+    <nd ref="-204202"/>
+    <nd ref="-204203"/>
+    <nd ref="-204204"/>
+    <nd ref="-204201"/>
+    <tag k="power" v="tower"/>
+    <tag k="name" v="tower"/>
+  </way>
+  <node id="-204400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00300">
+    <tag k="power" v="pole"/>
+    <tag k="name" v="pole"/>
+  </node>
+  <node id="-204401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00296"/>
+  <node id="-204402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00324"/>
+  <node id="-204403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00324"/>
+  <node id="-204404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00296"/>
+  <way id="-204404" user="overview-creator" visible="true">
+    <nd ref="-204401"/>
+    <nd ref="-204402"/>
+    <nd ref="-204403"/>
+    <nd ref="-204404"/>
+    <nd ref="-204401"/>
+    <tag k="power" v="pole"/>
+    <tag k="name" v="pole"/>
+  </way>
+  <node id="-204600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00300">
+    <tag k="power" v="line"/>
+    <tag k="name" v="line"/>
+  </node>
+  <node id="-204601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00296"/>
+  <node id="-204602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00324"/>
+  <node id="-204603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00324"/>
+  <node id="-204604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00296"/>
+  <way id="-204604" user="overview-creator" visible="true">
+    <nd ref="-204601"/>
+    <nd ref="-204602"/>
+    <nd ref="-204603"/>
+    <nd ref="-204604"/>
+    <nd ref="-204601"/>
+    <tag k="power" v="line"/>
+    <tag k="name" v="line"/>
+  </way>
+  <node id="-204800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00300">
+    <tag k="power" v="minor_line"/>
+    <tag k="name" v="minor_line"/>
+  </node>
+  <node id="-204801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00296"/>
+  <node id="-204802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00324"/>
+  <node id="-204803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00324"/>
+  <node id="-204804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00296"/>
+  <way id="-204804" user="overview-creator" visible="true">
+    <nd ref="-204801"/>
+    <nd ref="-204802"/>
+    <nd ref="-204803"/>
+    <nd ref="-204804"/>
+    <nd ref="-204801"/>
+    <tag k="power" v="minor_line"/>
+    <tag k="name" v="minor_line"/>
+  </way>
+  <node id="-205000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00300">
+    <tag k="power" v="station"/>
+    <tag k="name" v="station"/>
+  </node>
+  <node id="-205001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00296"/>
+  <node id="-205002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00324"/>
+  <node id="-205003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00324"/>
+  <node id="-205004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00296"/>
+  <way id="-205004" user="overview-creator" visible="true">
+    <nd ref="-205001"/>
+    <nd ref="-205002"/>
+    <nd ref="-205003"/>
+    <nd ref="-205004"/>
+    <nd ref="-205001"/>
+    <tag k="power" v="station"/>
+    <tag k="name" v="station"/>
+  </way>
+  <node id="-205200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00300">
+    <tag k="power" v="sub_station"/>
+    <tag k="name" v="sub_station"/>
+  </node>
+  <node id="-205201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00296"/>
+  <node id="-205202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00324"/>
+  <node id="-205203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00324"/>
+  <node id="-205204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00296"/>
+  <way id="-205204" user="overview-creator" visible="true">
+    <nd ref="-205201"/>
+    <nd ref="-205202"/>
+    <nd ref="-205203"/>
+    <nd ref="-205204"/>
+    <nd ref="-205201"/>
+    <tag k="power" v="sub_station"/>
+    <tag k="name" v="sub_station"/>
+  </way>
+  <node id="-205400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00300">
+    <tag k="power" v="generator"/>
+    <tag k="name" v="generator"/>
+  </node>
+  <node id="-205401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00296"/>
+  <node id="-205402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00324"/>
+  <node id="-205403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00324"/>
+  <node id="-205404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00296"/>
+  <way id="-205404" user="overview-creator" visible="true">
+    <nd ref="-205401"/>
+    <nd ref="-205402"/>
+    <nd ref="-205403"/>
+    <nd ref="-205404"/>
+    <nd ref="-205401"/>
+    <tag k="power" v="generator"/>
+    <tag k="name" v="generator"/>
+  </way>
+  <node id="-224000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00330">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="power_source"/>
+  </node>
+  <node id="-224200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00330">
+    <tag k="power_source" v="wind"/>
+    <tag k="name" v="wind"/>
+  </node>
+  <node id="-224201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00326"/>
+  <node id="-224202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00354"/>
+  <node id="-224203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00354"/>
+  <node id="-224204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00326"/>
+  <way id="-224204" user="overview-creator" visible="true">
+    <nd ref="-224201"/>
+    <nd ref="-224202"/>
+    <nd ref="-224203"/>
+    <nd ref="-224204"/>
+    <nd ref="-224201"/>
+    <tag k="power_source" v="wind"/>
+    <tag k="name" v="wind"/>
+  </way>
+  <node id="-224400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00330">
+    <tag k="power_source" v="hydro"/>
+    <tag k="name" v="hydro"/>
+  </node>
+  <node id="-224401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00326"/>
+  <node id="-224402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00354"/>
+  <node id="-224403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00354"/>
+  <node id="-224404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00326"/>
+  <way id="-224404" user="overview-creator" visible="true">
+    <nd ref="-224401"/>
+    <nd ref="-224402"/>
+    <nd ref="-224403"/>
+    <nd ref="-224404"/>
+    <nd ref="-224401"/>
+    <tag k="power_source" v="hydro"/>
+    <tag k="name" v="hydro"/>
+  </way>
+  <node id="-224600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00330">
+    <tag k="power_source" v="fossil"/>
+    <tag k="name" v="fossil"/>
+  </node>
+  <node id="-224601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00326"/>
+  <node id="-224602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00354"/>
+  <node id="-224603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00354"/>
+  <node id="-224604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00326"/>
+  <way id="-224604" user="overview-creator" visible="true">
+    <nd ref="-224601"/>
+    <nd ref="-224602"/>
+    <nd ref="-224603"/>
+    <nd ref="-224604"/>
+    <nd ref="-224601"/>
+    <tag k="power_source" v="fossil"/>
+    <tag k="name" v="fossil"/>
+  </way>
+  <node id="-224800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00330">
+    <tag k="power_source" v="coal"/>
+    <tag k="name" v="coal"/>
+  </node>
+  <node id="-224801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00326"/>
+  <node id="-224802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00354"/>
+  <node id="-224803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00354"/>
+  <node id="-224804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00326"/>
+  <way id="-224804" user="overview-creator" visible="true">
+    <nd ref="-224801"/>
+    <nd ref="-224802"/>
+    <nd ref="-224803"/>
+    <nd ref="-224804"/>
+    <nd ref="-224801"/>
+    <tag k="power_source" v="coal"/>
+    <tag k="name" v="coal"/>
+  </way>
+  <node id="-225000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00330">
+    <tag k="power_source" v="gas"/>
+    <tag k="name" v="gas"/>
+  </node>
+  <node id="-225001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00326"/>
+  <node id="-225002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00354"/>
+  <node id="-225003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00354"/>
+  <node id="-225004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00326"/>
+  <way id="-225004" user="overview-creator" visible="true">
+    <nd ref="-225001"/>
+    <nd ref="-225002"/>
+    <nd ref="-225003"/>
+    <nd ref="-225004"/>
+    <nd ref="-225001"/>
+    <tag k="power_source" v="gas"/>
+    <tag k="name" v="gas"/>
+  </way>
+  <node id="-225200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00330">
+    <tag k="power_source" v="photovoltaic"/>
+    <tag k="name" v="photovoltaic"/>
+  </node>
+  <node id="-225201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00326"/>
+  <node id="-225202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00354"/>
+  <node id="-225203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00354"/>
+  <node id="-225204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00326"/>
+  <way id="-225204" user="overview-creator" visible="true">
+    <nd ref="-225201"/>
+    <nd ref="-225202"/>
+    <nd ref="-225203"/>
+    <nd ref="-225204"/>
+    <nd ref="-225201"/>
+    <tag k="power_source" v="photovoltaic"/>
+    <tag k="name" v="photovoltaic"/>
+  </way>
+  <node id="-225400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00330">
+    <tag k="power_source" v="nuclear"/>
+    <tag k="name" v="nuclear"/>
+  </node>
+  <node id="-225401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00326"/>
+  <node id="-225402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00354"/>
+  <node id="-225403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00354"/>
+  <node id="-225404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00326"/>
+  <way id="-225404" user="overview-creator" visible="true">
+    <nd ref="-225401"/>
+    <nd ref="-225402"/>
+    <nd ref="-225403"/>
+    <nd ref="-225404"/>
+    <nd ref="-225401"/>
+    <tag k="power_source" v="nuclear"/>
+    <tag k="name" v="nuclear"/>
+  </way>
+  <node id="-228000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00330">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="vending"/>
+  </node>
+  <node id="-228200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00330">
+    <tag k="vending" v="excrement_bags"/>
+    <tag k="name" v="excrement_bags"/>
+  </node>
+  <node id="-228201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00326"/>
+  <node id="-228202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00354"/>
+  <node id="-228203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00354"/>
+  <node id="-228204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00326"/>
+  <way id="-228204" user="overview-creator" visible="true">
+    <nd ref="-228201"/>
+    <nd ref="-228202"/>
+    <nd ref="-228203"/>
+    <nd ref="-228204"/>
+    <nd ref="-228201"/>
+    <tag k="vending" v="excrement_bags"/>
+    <tag k="name" v="excrement_bags"/>
+  </way>
+  <node id="-240200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00360">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="shop"/>
+  </node>
+  <node id="-240400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00360">
+    <tag k="shop" v="supermarket"/>
+    <tag k="name" v="supermarket"/>
+  </node>
+  <node id="-240401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00356"/>
+  <node id="-240402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00384"/>
+  <node id="-240403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00384"/>
+  <node id="-240404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00356"/>
+  <way id="-240404" user="overview-creator" visible="true">
+    <nd ref="-240401"/>
+    <nd ref="-240402"/>
+    <nd ref="-240403"/>
+    <nd ref="-240404"/>
+    <nd ref="-240401"/>
+    <tag k="shop" v="supermarket"/>
+    <tag k="name" v="supermarket"/>
+  </way>
+  <node id="-240600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00360">
+    <tag k="shop" v="convenience"/>
+    <tag k="name" v="convenience"/>
+  </node>
+  <node id="-240601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00356"/>
+  <node id="-240602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00384"/>
+  <node id="-240603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00384"/>
+  <node id="-240604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00356"/>
+  <way id="-240604" user="overview-creator" visible="true">
+    <nd ref="-240601"/>
+    <nd ref="-240602"/>
+    <nd ref="-240603"/>
+    <nd ref="-240604"/>
+    <nd ref="-240601"/>
+    <tag k="shop" v="convenience"/>
+    <tag k="name" v="convenience"/>
+  </way>
+  <node id="-240800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00360">
+    <tag k="shop" v="bakery"/>
+    <tag k="name" v="bakery"/>
+  </node>
+  <node id="-240801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00356"/>
+  <node id="-240802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00384"/>
+  <node id="-240803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00384"/>
+  <node id="-240804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00356"/>
+  <way id="-240804" user="overview-creator" visible="true">
+    <nd ref="-240801"/>
+    <nd ref="-240802"/>
+    <nd ref="-240803"/>
+    <nd ref="-240804"/>
+    <nd ref="-240801"/>
+    <tag k="shop" v="bakery"/>
+    <tag k="name" v="bakery"/>
+  </way>
+  <node id="-241000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00360">
+    <tag k="shop" v="butcher"/>
+    <tag k="name" v="butcher"/>
+  </node>
+  <node id="-241001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00356"/>
+  <node id="-241002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00384"/>
+  <node id="-241003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00384"/>
+  <node id="-241004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00356"/>
+  <way id="-241004" user="overview-creator" visible="true">
+    <nd ref="-241001"/>
+    <nd ref="-241002"/>
+    <nd ref="-241003"/>
+    <nd ref="-241004"/>
+    <nd ref="-241001"/>
+    <tag k="shop" v="butcher"/>
+    <tag k="name" v="butcher"/>
+  </way>
+  <node id="-241200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00360">
+    <tag k="shop" v="bicycle"/>
+    <tag k="name" v="bicycle"/>
+  </node>
+  <node id="-241201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00356"/>
+  <node id="-241202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00384"/>
+  <node id="-241203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00384"/>
+  <node id="-241204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00356"/>
+  <way id="-241204" user="overview-creator" visible="true">
+    <nd ref="-241201"/>
+    <nd ref="-241202"/>
+    <nd ref="-241203"/>
+    <nd ref="-241204"/>
+    <nd ref="-241201"/>
+    <tag k="shop" v="bicycle"/>
+    <tag k="name" v="bicycle"/>
+  </way>
+  <node id="-241400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00360">
+    <tag k="shop" v="doityourself"/>
+    <tag k="name" v="doityourself"/>
+  </node>
+  <node id="-241401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00356"/>
+  <node id="-241402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00384"/>
+  <node id="-241403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00384"/>
+  <node id="-241404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00356"/>
+  <way id="-241404" user="overview-creator" visible="true">
+    <nd ref="-241401"/>
+    <nd ref="-241402"/>
+    <nd ref="-241403"/>
+    <nd ref="-241404"/>
+    <nd ref="-241401"/>
+    <tag k="shop" v="doityourself"/>
+    <tag k="name" v="doityourself"/>
+  </way>
+  <node id="-241600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00360">
+    <tag k="shop" v="dry_cleaning"/>
+    <tag k="name" v="dry_cleaning"/>
+  </node>
+  <node id="-241601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00356"/>
+  <node id="-241602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00384"/>
+  <node id="-241603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00384"/>
+  <node id="-241604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00356"/>
+  <way id="-241604" user="overview-creator" visible="true">
+    <nd ref="-241601"/>
+    <nd ref="-241602"/>
+    <nd ref="-241603"/>
+    <nd ref="-241604"/>
+    <nd ref="-241601"/>
+    <tag k="shop" v="dry_cleaning"/>
+    <tag k="name" v="dry_cleaning"/>
+  </way>
+  <node id="-241800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00360">
+    <tag k="shop" v="laundry"/>
+    <tag k="name" v="laundry"/>
+  </node>
+  <node id="-241801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00356"/>
+  <node id="-241802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00384"/>
+  <node id="-241803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00384"/>
+  <node id="-241804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00356"/>
+  <way id="-241804" user="overview-creator" visible="true">
+    <nd ref="-241801"/>
+    <nd ref="-241802"/>
+    <nd ref="-241803"/>
+    <nd ref="-241804"/>
+    <nd ref="-241801"/>
+    <tag k="shop" v="laundry"/>
+    <tag k="name" v="laundry"/>
+  </way>
+  <node id="-242000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00360">
+    <tag k="shop" v="outdoor"/>
+    <tag k="name" v="outdoor"/>
+  </node>
+  <node id="-242001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00356"/>
+  <node id="-242002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00384"/>
+  <node id="-242003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00384"/>
+  <node id="-242004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00356"/>
+  <way id="-242004" user="overview-creator" visible="true">
+    <nd ref="-242001"/>
+    <nd ref="-242002"/>
+    <nd ref="-242003"/>
+    <nd ref="-242004"/>
+    <nd ref="-242001"/>
+    <tag k="shop" v="outdoor"/>
+    <tag k="name" v="outdoor"/>
+  </way>
+  <node id="-242200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00360">
+    <tag k="shop" v="kiosk"/>
+    <tag k="name" v="kiosk"/>
+  </node>
+  <node id="-242201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00356"/>
+  <node id="-242202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00384"/>
+  <node id="-242203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00384"/>
+  <node id="-242204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00356"/>
+  <way id="-242204" user="overview-creator" visible="true">
+    <nd ref="-242201"/>
+    <nd ref="-242202"/>
+    <nd ref="-242203"/>
+    <nd ref="-242204"/>
+    <nd ref="-242201"/>
+    <tag k="shop" v="kiosk"/>
+    <tag k="name" v="kiosk"/>
+  </way>
+  <node id="-242400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00360">
+    <tag k="shop" v="alcohol"/>
+    <tag k="name" v="alcohol"/>
+  </node>
+  <node id="-242401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00356"/>
+  <node id="-242402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00384"/>
+  <node id="-242403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00384"/>
+  <node id="-242404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00356"/>
+  <way id="-242404" user="overview-creator" visible="true">
+    <nd ref="-242401"/>
+    <nd ref="-242402"/>
+    <nd ref="-242403"/>
+    <nd ref="-242404"/>
+    <nd ref="-242401"/>
+    <tag k="shop" v="alcohol"/>
+    <tag k="name" v="alcohol"/>
+  </way>
+  <node id="-242600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00360">
+    <tag k="shop" v="beverages"/>
+    <tag k="name" v="beverages"/>
+  </node>
+  <node id="-242601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00356"/>
+  <node id="-242602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00384"/>
+  <node id="-242603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00384"/>
+  <node id="-242604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00356"/>
+  <way id="-242604" user="overview-creator" visible="true">
+    <nd ref="-242601"/>
+    <nd ref="-242602"/>
+    <nd ref="-242603"/>
+    <nd ref="-242604"/>
+    <nd ref="-242601"/>
+    <tag k="shop" v="beverages"/>
+    <tag k="name" v="beverages"/>
+  </way>
+  <node id="-242800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00360">
+    <tag k="shop" v="books"/>
+    <tag k="name" v="books"/>
+  </node>
+  <node id="-242801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00356"/>
+  <node id="-242802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00384"/>
+  <node id="-242803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00384"/>
+  <node id="-242804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00356"/>
+  <way id="-242804" user="overview-creator" visible="true">
+    <nd ref="-242801"/>
+    <nd ref="-242802"/>
+    <nd ref="-242803"/>
+    <nd ref="-242804"/>
+    <nd ref="-242801"/>
+    <tag k="shop" v="books"/>
+    <tag k="name" v="books"/>
+  </way>
+  <node id="-243000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00360">
+    <tag k="shop" v="car"/>
+    <tag k="name" v="car"/>
+  </node>
+  <node id="-243001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00356"/>
+  <node id="-243002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00384"/>
+  <node id="-243003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00384"/>
+  <node id="-243004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00356"/>
+  <way id="-243004" user="overview-creator" visible="true">
+    <nd ref="-243001"/>
+    <nd ref="-243002"/>
+    <nd ref="-243003"/>
+    <nd ref="-243004"/>
+    <nd ref="-243001"/>
+    <tag k="shop" v="car"/>
+    <tag k="name" v="car"/>
+  </way>
+  <node id="-243200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00360">
+    <tag k="shop" v="car_dealer"/>
+    <tag k="name" v="car_dealer"/>
+  </node>
+  <node id="-243201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00356"/>
+  <node id="-243202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00384"/>
+  <node id="-243203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00384"/>
+  <node id="-243204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00356"/>
+  <way id="-243204" user="overview-creator" visible="true">
+    <nd ref="-243201"/>
+    <nd ref="-243202"/>
+    <nd ref="-243203"/>
+    <nd ref="-243204"/>
+    <nd ref="-243201"/>
+    <tag k="shop" v="car_dealer"/>
+    <tag k="name" v="car_dealer"/>
+  </way>
+  <node id="-243400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00360">
+    <tag k="shop" v="car_repair"/>
+    <tag k="name" v="car_repair"/>
+  </node>
+  <node id="-243401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00356"/>
+  <node id="-243402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00384"/>
+  <node id="-243403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00384"/>
+  <node id="-243404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00356"/>
+  <way id="-243404" user="overview-creator" visible="true">
+    <nd ref="-243401"/>
+    <nd ref="-243402"/>
+    <nd ref="-243403"/>
+    <nd ref="-243404"/>
+    <nd ref="-243401"/>
+    <tag k="shop" v="car_repair"/>
+    <tag k="name" v="car_repair"/>
+  </way>
+  <node id="-243600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00360">
+    <tag k="shop" v="chemist"/>
+    <tag k="name" v="chemist"/>
+  </node>
+  <node id="-243601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00356"/>
+  <node id="-243602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00384"/>
+  <node id="-243603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00384"/>
+  <node id="-243604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00356"/>
+  <way id="-243604" user="overview-creator" visible="true">
+    <nd ref="-243601"/>
+    <nd ref="-243602"/>
+    <nd ref="-243603"/>
+    <nd ref="-243604"/>
+    <nd ref="-243601"/>
+    <tag k="shop" v="chemist"/>
+    <tag k="name" v="chemist"/>
+  </way>
+  <node id="-243800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00360">
+    <tag k="shop" v="clothes"/>
+    <tag k="name" v="clothes"/>
+  </node>
+  <node id="-243801" user="overview-creator" visible="true" lat="-0.00186" lon="0.00356"/>
+  <node id="-243802" user="overview-creator" visible="true" lat="-0.00186" lon="0.00384"/>
+  <node id="-243803" user="overview-creator" visible="true" lat="-0.00194" lon="0.00384"/>
+  <node id="-243804" user="overview-creator" visible="true" lat="-0.00194" lon="0.00356"/>
+  <way id="-243804" user="overview-creator" visible="true">
+    <nd ref="-243801"/>
+    <nd ref="-243802"/>
+    <nd ref="-243803"/>
+    <nd ref="-243804"/>
+    <nd ref="-243801"/>
+    <tag k="shop" v="clothes"/>
+    <tag k="name" v="clothes"/>
+  </way>
+  <node id="-244000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00360">
+    <tag k="shop" v="computer"/>
+    <tag k="name" v="computer"/>
+  </node>
+  <node id="-244001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00356"/>
+  <node id="-244002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00384"/>
+  <node id="-244003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00384"/>
+  <node id="-244004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00356"/>
+  <way id="-244004" user="overview-creator" visible="true">
+    <nd ref="-244001"/>
+    <nd ref="-244002"/>
+    <nd ref="-244003"/>
+    <nd ref="-244004"/>
+    <nd ref="-244001"/>
+    <tag k="shop" v="computer"/>
+    <tag k="name" v="computer"/>
+  </way>
+  <node id="-244200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00360">
+    <tag k="shop" v="cycle_repair"/>
+    <tag k="name" v="cycle_repair"/>
+  </node>
+  <node id="-244201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00356"/>
+  <node id="-244202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00384"/>
+  <node id="-244203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00384"/>
+  <node id="-244204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00356"/>
+  <way id="-244204" user="overview-creator" visible="true">
+    <nd ref="-244201"/>
+    <nd ref="-244202"/>
+    <nd ref="-244203"/>
+    <nd ref="-244204"/>
+    <nd ref="-244201"/>
+    <tag k="shop" v="cycle_repair"/>
+    <tag k="name" v="cycle_repair"/>
+  </way>
+  <node id="-244400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00360">
+    <tag k="shop" v="department_store"/>
+    <tag k="name" v="department_store"/>
+  </node>
+  <node id="-244401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00356"/>
+  <node id="-244402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00384"/>
+  <node id="-244403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00384"/>
+  <node id="-244404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00356"/>
+  <way id="-244404" user="overview-creator" visible="true">
+    <nd ref="-244401"/>
+    <nd ref="-244402"/>
+    <nd ref="-244403"/>
+    <nd ref="-244404"/>
+    <nd ref="-244401"/>
+    <tag k="shop" v="department_store"/>
+    <tag k="name" v="department_store"/>
+  </way>
+  <node id="-244600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00360">
+    <tag k="shop" v="electronics"/>
+    <tag k="name" v="electronics"/>
+  </node>
+  <node id="-244601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00356"/>
+  <node id="-244602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00384"/>
+  <node id="-244603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00384"/>
+  <node id="-244604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00356"/>
+  <way id="-244604" user="overview-creator" visible="true">
+    <nd ref="-244601"/>
+    <nd ref="-244602"/>
+    <nd ref="-244603"/>
+    <nd ref="-244604"/>
+    <nd ref="-244601"/>
+    <tag k="shop" v="electronics"/>
+    <tag k="name" v="electronics"/>
+  </way>
+  <node id="-244800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00360">
+    <tag k="shop" v="furniture"/>
+    <tag k="name" v="furniture"/>
+  </node>
+  <node id="-244801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00356"/>
+  <node id="-244802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00384"/>
+  <node id="-244803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00384"/>
+  <node id="-244804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00356"/>
+  <way id="-244804" user="overview-creator" visible="true">
+    <nd ref="-244801"/>
+    <nd ref="-244802"/>
+    <nd ref="-244803"/>
+    <nd ref="-244804"/>
+    <nd ref="-244801"/>
+    <tag k="shop" v="furniture"/>
+    <tag k="name" v="furniture"/>
+  </way>
+  <node id="-245000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00360">
+    <tag k="shop" v="florist"/>
+    <tag k="name" v="florist"/>
+  </node>
+  <node id="-245001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00356"/>
+  <node id="-245002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00384"/>
+  <node id="-245003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00384"/>
+  <node id="-245004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00356"/>
+  <way id="-245004" user="overview-creator" visible="true">
+    <nd ref="-245001"/>
+    <nd ref="-245002"/>
+    <nd ref="-245003"/>
+    <nd ref="-245004"/>
+    <nd ref="-245001"/>
+    <tag k="shop" v="florist"/>
+    <tag k="name" v="florist"/>
+  </way>
+  <node id="-245200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00360">
+    <tag k="shop" v="groceries"/>
+    <tag k="name" v="groceries"/>
+  </node>
+  <node id="-245201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00356"/>
+  <node id="-245202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00384"/>
+  <node id="-245203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00384"/>
+  <node id="-245204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00356"/>
+  <way id="-245204" user="overview-creator" visible="true">
+    <nd ref="-245201"/>
+    <nd ref="-245202"/>
+    <nd ref="-245203"/>
+    <nd ref="-245204"/>
+    <nd ref="-245201"/>
+    <tag k="shop" v="groceries"/>
+    <tag k="name" v="groceries"/>
+  </way>
+  <node id="-245400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00360">
+    <tag k="shop" v="garden_centre"/>
+    <tag k="name" v="garden_centre"/>
+  </node>
+  <node id="-245401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00356"/>
+  <node id="-245402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00384"/>
+  <node id="-245403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00384"/>
+  <node id="-245404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00356"/>
+  <way id="-245404" user="overview-creator" visible="true">
+    <nd ref="-245401"/>
+    <nd ref="-245402"/>
+    <nd ref="-245403"/>
+    <nd ref="-245404"/>
+    <nd ref="-245401"/>
+    <tag k="shop" v="garden_centre"/>
+    <tag k="name" v="garden_centre"/>
+  </way>
+  <node id="-245600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00360">
+    <tag k="shop" v="hairdresser"/>
+    <tag k="name" v="hairdresser"/>
+  </node>
+  <node id="-245601" user="overview-creator" visible="true" lat="-0.00276" lon="0.00356"/>
+  <node id="-245602" user="overview-creator" visible="true" lat="-0.00276" lon="0.00384"/>
+  <node id="-245603" user="overview-creator" visible="true" lat="-0.00284" lon="0.00384"/>
+  <node id="-245604" user="overview-creator" visible="true" lat="-0.00284" lon="0.00356"/>
+  <way id="-245604" user="overview-creator" visible="true">
+    <nd ref="-245601"/>
+    <nd ref="-245602"/>
+    <nd ref="-245603"/>
+    <nd ref="-245604"/>
+    <nd ref="-245601"/>
+    <tag k="shop" v="hairdresser"/>
+    <tag k="name" v="hairdresser"/>
+  </way>
+  <node id="-245800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00360">
+    <tag k="shop" v="hardware"/>
+    <tag k="name" v="hardware"/>
+  </node>
+  <node id="-245801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00356"/>
+  <node id="-245802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00384"/>
+  <node id="-245803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00384"/>
+  <node id="-245804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00356"/>
+  <way id="-245804" user="overview-creator" visible="true">
+    <nd ref="-245801"/>
+    <nd ref="-245802"/>
+    <nd ref="-245803"/>
+    <nd ref="-245804"/>
+    <nd ref="-245801"/>
+    <tag k="shop" v="hardware"/>
+    <tag k="name" v="hardware"/>
+  </way>
+  <node id="-246000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00360">
+    <tag k="shop" v="hifi"/>
+    <tag k="name" v="hifi"/>
+  </node>
+  <node id="-246001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00356"/>
+  <node id="-246002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00384"/>
+  <node id="-246003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00384"/>
+  <node id="-246004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00356"/>
+  <way id="-246004" user="overview-creator" visible="true">
+    <nd ref="-246001"/>
+    <nd ref="-246002"/>
+    <nd ref="-246003"/>
+    <nd ref="-246004"/>
+    <nd ref="-246001"/>
+    <tag k="shop" v="hifi"/>
+    <tag k="name" v="hifi"/>
+  </way>
+  <node id="-246200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00360">
+    <tag k="shop" v="jewelry"/>
+    <tag k="name" v="jewelry"/>
+  </node>
+  <node id="-246201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00356"/>
+  <node id="-246202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00384"/>
+  <node id="-246203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00384"/>
+  <node id="-246204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00356"/>
+  <way id="-246204" user="overview-creator" visible="true">
+    <nd ref="-246201"/>
+    <nd ref="-246202"/>
+    <nd ref="-246203"/>
+    <nd ref="-246204"/>
+    <nd ref="-246201"/>
+    <tag k="shop" v="jewelry"/>
+    <tag k="name" v="jewelry"/>
+  </way>
+  <node id="-246400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00360">
+    <tag k="shop" v="mall"/>
+    <tag k="name" v="mall"/>
+  </node>
+  <node id="-246401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00356"/>
+  <node id="-246402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00384"/>
+  <node id="-246403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00384"/>
+  <node id="-246404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00356"/>
+  <way id="-246404" user="overview-creator" visible="true">
+    <nd ref="-246401"/>
+    <nd ref="-246402"/>
+    <nd ref="-246403"/>
+    <nd ref="-246404"/>
+    <nd ref="-246401"/>
+    <tag k="shop" v="mall"/>
+    <tag k="name" v="mall"/>
+  </way>
+  <node id="-246600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00360">
+    <tag k="shop" v="motorcycle"/>
+    <tag k="name" v="motorcycle"/>
+  </node>
+  <node id="-246601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00356"/>
+  <node id="-246602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00384"/>
+  <node id="-246603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00384"/>
+  <node id="-246604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00356"/>
+  <way id="-246604" user="overview-creator" visible="true">
+    <nd ref="-246601"/>
+    <nd ref="-246602"/>
+    <nd ref="-246603"/>
+    <nd ref="-246604"/>
+    <nd ref="-246601"/>
+    <tag k="shop" v="motorcycle"/>
+    <tag k="name" v="motorcycle"/>
+  </way>
+  <node id="-246800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00360">
+    <tag k="shop" v="newsagent"/>
+    <tag k="name" v="newsagent"/>
+  </node>
+  <node id="-246801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00356"/>
+  <node id="-246802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00384"/>
+  <node id="-246803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00384"/>
+  <node id="-246804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00356"/>
+  <way id="-246804" user="overview-creator" visible="true">
+    <nd ref="-246801"/>
+    <nd ref="-246802"/>
+    <nd ref="-246803"/>
+    <nd ref="-246804"/>
+    <nd ref="-246801"/>
+    <tag k="shop" v="newsagent"/>
+    <tag k="name" v="newsagent"/>
+  </way>
+  <node id="-247000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00360">
+    <tag k="shop" v="organic"/>
+    <tag k="name" v="organic"/>
+  </node>
+  <node id="-247001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00356"/>
+  <node id="-247002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00384"/>
+  <node id="-247003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00384"/>
+  <node id="-247004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00356"/>
+  <way id="-247004" user="overview-creator" visible="true">
+    <nd ref="-247001"/>
+    <nd ref="-247002"/>
+    <nd ref="-247003"/>
+    <nd ref="-247004"/>
+    <nd ref="-247001"/>
+    <tag k="shop" v="organic"/>
+    <tag k="name" v="organic"/>
+  </way>
+  <node id="-247200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00360">
+    <tag k="shop" v="optician"/>
+    <tag k="name" v="optician"/>
+  </node>
+  <node id="-247201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00356"/>
+  <node id="-247202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00384"/>
+  <node id="-247203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00384"/>
+  <node id="-247204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00356"/>
+  <way id="-247204" user="overview-creator" visible="true">
+    <nd ref="-247201"/>
+    <nd ref="-247202"/>
+    <nd ref="-247203"/>
+    <nd ref="-247204"/>
+    <nd ref="-247201"/>
+    <tag k="shop" v="optician"/>
+    <tag k="name" v="optician"/>
+  </way>
+  <node id="-247400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00360">
+    <tag k="shop" v="shoes"/>
+    <tag k="name" v="shoes"/>
+  </node>
+  <node id="-247401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00356"/>
+  <node id="-247402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00384"/>
+  <node id="-247403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00384"/>
+  <node id="-247404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00356"/>
+  <way id="-247404" user="overview-creator" visible="true">
+    <nd ref="-247401"/>
+    <nd ref="-247402"/>
+    <nd ref="-247403"/>
+    <nd ref="-247404"/>
+    <nd ref="-247401"/>
+    <tag k="shop" v="shoes"/>
+    <tag k="name" v="shoes"/>
+  </way>
+  <node id="-247600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00360">
+    <tag k="shop" v="sports"/>
+    <tag k="name" v="sports"/>
+  </node>
+  <node id="-247601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00356"/>
+  <node id="-247602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00384"/>
+  <node id="-247603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00384"/>
+  <node id="-247604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00356"/>
+  <way id="-247604" user="overview-creator" visible="true">
+    <nd ref="-247601"/>
+    <nd ref="-247602"/>
+    <nd ref="-247603"/>
+    <nd ref="-247604"/>
+    <nd ref="-247601"/>
+    <tag k="shop" v="sports"/>
+    <tag k="name" v="sports"/>
+  </way>
+  <node id="-247800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00360">
+    <tag k="shop" v="stationery"/>
+    <tag k="name" v="stationery"/>
+  </node>
+  <node id="-247801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00356"/>
+  <node id="-247802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00384"/>
+  <node id="-247803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00384"/>
+  <node id="-247804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00356"/>
+  <way id="-247804" user="overview-creator" visible="true">
+    <nd ref="-247801"/>
+    <nd ref="-247802"/>
+    <nd ref="-247803"/>
+    <nd ref="-247804"/>
+    <nd ref="-247801"/>
+    <tag k="shop" v="stationery"/>
+    <tag k="name" v="stationery"/>
+  </way>
+  <node id="-248000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00360">
+    <tag k="shop" v="tailor"/>
+    <tag k="name" v="tailor"/>
+  </node>
+  <node id="-248001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00356"/>
+  <node id="-248002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00384"/>
+  <node id="-248003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00384"/>
+  <node id="-248004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00356"/>
+  <way id="-248004" user="overview-creator" visible="true">
+    <nd ref="-248001"/>
+    <nd ref="-248002"/>
+    <nd ref="-248003"/>
+    <nd ref="-248004"/>
+    <nd ref="-248001"/>
+    <tag k="shop" v="tailor"/>
+    <tag k="name" v="tailor"/>
+  </way>
+  <node id="-248200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00360">
+    <tag k="shop" v="travel_agency"/>
+    <tag k="name" v="travel_agency"/>
+  </node>
+  <node id="-248201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00356"/>
+  <node id="-248202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00384"/>
+  <node id="-248203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00384"/>
+  <node id="-248204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00356"/>
+  <way id="-248204" user="overview-creator" visible="true">
+    <nd ref="-248201"/>
+    <nd ref="-248202"/>
+    <nd ref="-248203"/>
+    <nd ref="-248204"/>
+    <nd ref="-248201"/>
+    <tag k="shop" v="travel_agency"/>
+    <tag k="name" v="travel_agency"/>
+  </way>
+  <node id="-265800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00390">
+    <tag k="shop" v="toys"/>
+    <tag k="name" v="toys"/>
+  </node>
+  <node id="-265801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00386"/>
+  <node id="-265802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00414"/>
+  <node id="-265803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00414"/>
+  <node id="-265804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00386"/>
+  <way id="-265804" user="overview-creator" visible="true">
+    <nd ref="-265801"/>
+    <nd ref="-265802"/>
+    <nd ref="-265803"/>
+    <nd ref="-265804"/>
+    <nd ref="-265801"/>
+    <tag k="shop" v="toys"/>
+    <tag k="name" v="toys"/>
+  </way>
+  <node id="-266000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00390">
+    <tag k="shop" v="video"/>
+    <tag k="name" v="video"/>
+  </node>
+  <node id="-266001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00386"/>
+  <node id="-266002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00414"/>
+  <node id="-266003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00414"/>
+  <node id="-266004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00386"/>
+  <way id="-266004" user="overview-creator" visible="true">
+    <nd ref="-266001"/>
+    <nd ref="-266002"/>
+    <nd ref="-266003"/>
+    <nd ref="-266004"/>
+    <nd ref="-266001"/>
+    <tag k="shop" v="video"/>
+    <tag k="name" v="video"/>
+  </way>
+  <node id="-266200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00390">
+    <tag k="shop" v="shopping_centre"/>
+    <tag k="name" v="shopping_centre"/>
+  </node>
+  <node id="-266201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00386"/>
+  <node id="-266202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00414"/>
+  <node id="-266203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00414"/>
+  <node id="-266204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00386"/>
+  <way id="-266204" user="overview-creator" visible="true">
+    <nd ref="-266201"/>
+    <nd ref="-266202"/>
+    <nd ref="-266203"/>
+    <nd ref="-266204"/>
+    <nd ref="-266201"/>
+    <tag k="shop" v="shopping_centre"/>
+    <tag k="name" v="shopping_centre"/>
+  </way>
+  <node id="-260200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00390">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="tourism"/>
+  </node>
+  <node id="-260400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00390">
+    <tag k="tourism" v="hotel"/>
+    <tag k="name" v="hotel"/>
+  </node>
+  <node id="-260401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00386"/>
+  <node id="-260402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00414"/>
+  <node id="-260403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00414"/>
+  <node id="-260404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00386"/>
+  <way id="-260404" user="overview-creator" visible="true">
+    <nd ref="-260401"/>
+    <nd ref="-260402"/>
+    <nd ref="-260403"/>
+    <nd ref="-260404"/>
+    <nd ref="-260401"/>
+    <tag k="tourism" v="hotel"/>
+    <tag k="name" v="hotel"/>
+  </way>
+  <node id="-260600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00390">
+    <tag k="tourism" v="motel"/>
+    <tag k="name" v="motel"/>
+  </node>
+  <node id="-260601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00386"/>
+  <node id="-260602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00414"/>
+  <node id="-260603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00414"/>
+  <node id="-260604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00386"/>
+  <way id="-260604" user="overview-creator" visible="true">
+    <nd ref="-260601"/>
+    <nd ref="-260602"/>
+    <nd ref="-260603"/>
+    <nd ref="-260604"/>
+    <nd ref="-260601"/>
+    <tag k="tourism" v="motel"/>
+    <tag k="name" v="motel"/>
+  </way>
+  <node id="-260800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00390">
+    <tag k="tourism" v="guest_house"/>
+    <tag k="name" v="guest_house"/>
+  </node>
+  <node id="-260801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00386"/>
+  <node id="-260802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00414"/>
+  <node id="-260803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00414"/>
+  <node id="-260804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00386"/>
+  <way id="-260804" user="overview-creator" visible="true">
+    <nd ref="-260801"/>
+    <nd ref="-260802"/>
+    <nd ref="-260803"/>
+    <nd ref="-260804"/>
+    <nd ref="-260801"/>
+    <tag k="tourism" v="guest_house"/>
+    <tag k="name" v="guest_house"/>
+  </way>
+  <node id="-261000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00390">
+    <tag k="tourism" v="hostel"/>
+    <tag k="name" v="hostel"/>
+  </node>
+  <node id="-261001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00386"/>
+  <node id="-261002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00414"/>
+  <node id="-261003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00414"/>
+  <node id="-261004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00386"/>
+  <way id="-261004" user="overview-creator" visible="true">
+    <nd ref="-261001"/>
+    <nd ref="-261002"/>
+    <nd ref="-261003"/>
+    <nd ref="-261004"/>
+    <nd ref="-261001"/>
+    <tag k="tourism" v="hostel"/>
+    <tag k="name" v="hostel"/>
+  </way>
+  <node id="-261200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00390">
+    <tag k="tourism" v="chalet"/>
+    <tag k="name" v="chalet"/>
+  </node>
+  <node id="-261201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00386"/>
+  <node id="-261202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00414"/>
+  <node id="-261203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00414"/>
+  <node id="-261204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00386"/>
+  <way id="-261204" user="overview-creator" visible="true">
+    <nd ref="-261201"/>
+    <nd ref="-261202"/>
+    <nd ref="-261203"/>
+    <nd ref="-261204"/>
+    <nd ref="-261201"/>
+    <tag k="tourism" v="chalet"/>
+    <tag k="name" v="chalet"/>
+  </way>
+  <node id="-261400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00390">
+    <tag k="tourism" v="alpine_hut"/>
+    <tag k="name" v="alpine_hut"/>
+  </node>
+  <node id="-261401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00386"/>
+  <node id="-261402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00414"/>
+  <node id="-261403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00414"/>
+  <node id="-261404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00386"/>
+  <way id="-261404" user="overview-creator" visible="true">
+    <nd ref="-261401"/>
+    <nd ref="-261402"/>
+    <nd ref="-261403"/>
+    <nd ref="-261404"/>
+    <nd ref="-261401"/>
+    <tag k="tourism" v="alpine_hut"/>
+    <tag k="name" v="alpine_hut"/>
+  </way>
+  <node id="-261600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00390">
+    <tag k="tourism" v="camp_site"/>
+    <tag k="name" v="camp_site"/>
+  </node>
+  <node id="-261601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00386"/>
+  <node id="-261602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00414"/>
+  <node id="-261603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00414"/>
+  <node id="-261604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00386"/>
+  <way id="-261604" user="overview-creator" visible="true">
+    <nd ref="-261601"/>
+    <nd ref="-261602"/>
+    <nd ref="-261603"/>
+    <nd ref="-261604"/>
+    <nd ref="-261601"/>
+    <tag k="tourism" v="camp_site"/>
+    <tag k="name" v="camp_site"/>
+  </way>
+  <node id="-261800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00390">
+    <tag k="tourism" v="caravan_site"/>
+    <tag k="name" v="caravan_site"/>
+  </node>
+  <node id="-261801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00386"/>
+  <node id="-261802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00414"/>
+  <node id="-261803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00414"/>
+  <node id="-261804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00386"/>
+  <way id="-261804" user="overview-creator" visible="true">
+    <nd ref="-261801"/>
+    <nd ref="-261802"/>
+    <nd ref="-261803"/>
+    <nd ref="-261804"/>
+    <nd ref="-261801"/>
+    <tag k="tourism" v="caravan_site"/>
+    <tag k="name" v="caravan_site"/>
+  </way>
+  <node id="-262000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00390">
+    <tag k="tourism" v="picnic_site"/>
+    <tag k="name" v="picnic_site"/>
+  </node>
+  <node id="-262001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00386"/>
+  <node id="-262002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00414"/>
+  <node id="-262003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00414"/>
+  <node id="-262004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00386"/>
+  <way id="-262004" user="overview-creator" visible="true">
+    <nd ref="-262001"/>
+    <nd ref="-262002"/>
+    <nd ref="-262003"/>
+    <nd ref="-262004"/>
+    <nd ref="-262001"/>
+    <tag k="tourism" v="picnic_site"/>
+    <tag k="name" v="picnic_site"/>
+  </way>
+  <node id="-262200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00390">
+    <tag k="tourism" v="viewpoint"/>
+    <tag k="name" v="viewpoint"/>
+  </node>
+  <node id="-262201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00386"/>
+  <node id="-262202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00414"/>
+  <node id="-262203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00414"/>
+  <node id="-262204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00386"/>
+  <way id="-262204" user="overview-creator" visible="true">
+    <nd ref="-262201"/>
+    <nd ref="-262202"/>
+    <nd ref="-262203"/>
+    <nd ref="-262204"/>
+    <nd ref="-262201"/>
+    <tag k="tourism" v="viewpoint"/>
+    <tag k="name" v="viewpoint"/>
+  </way>
+  <node id="-262400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00390">
+    <tag k="tourism" v="theme_park"/>
+    <tag k="name" v="theme_park"/>
+  </node>
+  <node id="-262401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00386"/>
+  <node id="-262402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00414"/>
+  <node id="-262403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00414"/>
+  <node id="-262404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00386"/>
+  <way id="-262404" user="overview-creator" visible="true">
+    <nd ref="-262401"/>
+    <nd ref="-262402"/>
+    <nd ref="-262403"/>
+    <nd ref="-262404"/>
+    <nd ref="-262401"/>
+    <tag k="tourism" v="theme_park"/>
+    <tag k="name" v="theme_park"/>
+  </way>
+  <node id="-262600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00390">
+    <tag k="tourism" v="attraction"/>
+    <tag k="name" v="attraction"/>
+  </node>
+  <node id="-262601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00386"/>
+  <node id="-262602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00414"/>
+  <node id="-262603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00414"/>
+  <node id="-262604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00386"/>
+  <way id="-262604" user="overview-creator" visible="true">
+    <nd ref="-262601"/>
+    <nd ref="-262602"/>
+    <nd ref="-262603"/>
+    <nd ref="-262604"/>
+    <nd ref="-262601"/>
+    <tag k="tourism" v="attraction"/>
+    <tag k="name" v="attraction"/>
+  </way>
+  <node id="-262800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00390">
+    <tag k="tourism" v="zoo"/>
+    <tag k="name" v="zoo"/>
+  </node>
+  <node id="-262801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00386"/>
+  <node id="-262802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00414"/>
+  <node id="-262803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00414"/>
+  <node id="-262804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00386"/>
+  <way id="-262804" user="overview-creator" visible="true">
+    <nd ref="-262801"/>
+    <nd ref="-262802"/>
+    <nd ref="-262803"/>
+    <nd ref="-262804"/>
+    <nd ref="-262801"/>
+    <tag k="tourism" v="zoo"/>
+    <tag k="name" v="zoo"/>
+  </way>
+  <node id="-263000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00390">
+    <tag k="tourism" v="artwork"/>
+    <tag k="name" v="artwork"/>
+  </node>
+  <node id="-263001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00386"/>
+  <node id="-263002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00414"/>
+  <node id="-263003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00414"/>
+  <node id="-263004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00386"/>
+  <way id="-263004" user="overview-creator" visible="true">
+    <nd ref="-263001"/>
+    <nd ref="-263002"/>
+    <nd ref="-263003"/>
+    <nd ref="-263004"/>
+    <nd ref="-263001"/>
+    <tag k="tourism" v="artwork"/>
+    <tag k="name" v="artwork"/>
+  </way>
+  <node id="-263200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00390">
+    <tag k="tourism" v="museum"/>
+    <tag k="name" v="museum"/>
+  </node>
+  <node id="-263201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00386"/>
+  <node id="-263202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00414"/>
+  <node id="-263203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00414"/>
+  <node id="-263204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00386"/>
+  <way id="-263204" user="overview-creator" visible="true">
+    <nd ref="-263201"/>
+    <nd ref="-263202"/>
+    <nd ref="-263203"/>
+    <nd ref="-263204"/>
+    <nd ref="-263201"/>
+    <tag k="tourism" v="museum"/>
+    <tag k="name" v="museum"/>
+  </way>
+  <node id="-263400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00390">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="information"/>
+  </node>
+  <node id="-263401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00386"/>
+  <node id="-263402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00414"/>
+  <node id="-263403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00414"/>
+  <node id="-263404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00386"/>
+  <way id="-263404" user="overview-creator" visible="true">
+    <nd ref="-263401"/>
+    <nd ref="-263402"/>
+    <nd ref="-263403"/>
+    <nd ref="-263404"/>
+    <nd ref="-263401"/>
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="information"/>
+  </way>
+  <node id="-263800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00390">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="historic"/>
+  </node>
+  <node id="-264000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00390">
+    <tag k="historic" v="castle"/>
+    <tag k="name" v="castle"/>
+  </node>
+  <node id="-264001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00386"/>
+  <node id="-264002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00414"/>
+  <node id="-264003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00414"/>
+  <node id="-264004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00386"/>
+  <way id="-264004" user="overview-creator" visible="true">
+    <nd ref="-264001"/>
+    <nd ref="-264002"/>
+    <nd ref="-264003"/>
+    <nd ref="-264004"/>
+    <nd ref="-264001"/>
+    <tag k="historic" v="castle"/>
+    <tag k="name" v="castle"/>
+  </way>
+  <node id="-264200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00390">
+    <tag k="historic" v="monument"/>
+    <tag k="name" v="monument"/>
+  </node>
+  <node id="-264201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00386"/>
+  <node id="-264202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00414"/>
+  <node id="-264203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00414"/>
+  <node id="-264204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00386"/>
+  <way id="-264204" user="overview-creator" visible="true">
+    <nd ref="-264201"/>
+    <nd ref="-264202"/>
+    <nd ref="-264203"/>
+    <nd ref="-264204"/>
+    <nd ref="-264201"/>
+    <tag k="historic" v="monument"/>
+    <tag k="name" v="monument"/>
+  </way>
+  <node id="-264400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00390">
+    <tag k="historic" v="memorial"/>
+    <tag k="name" v="memorial"/>
+  </node>
+  <node id="-264401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00386"/>
+  <node id="-264402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00414"/>
+  <node id="-264403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00414"/>
+  <node id="-264404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00386"/>
+  <way id="-264404" user="overview-creator" visible="true">
+    <nd ref="-264401"/>
+    <nd ref="-264402"/>
+    <nd ref="-264403"/>
+    <nd ref="-264404"/>
+    <nd ref="-264401"/>
+    <tag k="historic" v="memorial"/>
+    <tag k="name" v="memorial"/>
+  </way>
+  <node id="-264600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00390">
+    <tag k="historic" v="archaeological_site"/>
+    <tag k="name" v="archaeological_site"/>
+  </node>
+  <node id="-264601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00386"/>
+  <node id="-264602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00414"/>
+  <node id="-264603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00414"/>
+  <node id="-264604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00386"/>
+  <way id="-264604" user="overview-creator" visible="true">
+    <nd ref="-264601"/>
+    <nd ref="-264602"/>
+    <nd ref="-264603"/>
+    <nd ref="-264604"/>
+    <nd ref="-264601"/>
+    <tag k="historic" v="archaeological_site"/>
+    <tag k="name" v="archaeological_site"/>
+  </way>
+  <node id="-264800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00390">
+    <tag k="historic" v="ruins"/>
+    <tag k="name" v="ruins"/>
+  </node>
+  <node id="-264801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00386"/>
+  <node id="-264802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00414"/>
+  <node id="-264803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00414"/>
+  <node id="-264804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00386"/>
+  <way id="-264804" user="overview-creator" visible="true">
+    <nd ref="-264801"/>
+    <nd ref="-264802"/>
+    <nd ref="-264803"/>
+    <nd ref="-264804"/>
+    <nd ref="-264801"/>
+    <tag k="historic" v="ruins"/>
+    <tag k="name" v="ruins"/>
+  </way>
+  <node id="-265000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00390">
+    <tag k="historic" v="battlefield"/>
+    <tag k="name" v="battlefield"/>
+  </node>
+  <node id="-265001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00386"/>
+  <node id="-265002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00414"/>
+  <node id="-265003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00414"/>
+  <node id="-265004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00386"/>
+  <way id="-265004" user="overview-creator" visible="true">
+    <nd ref="-265001"/>
+    <nd ref="-265002"/>
+    <nd ref="-265003"/>
+    <nd ref="-265004"/>
+    <nd ref="-265001"/>
+    <tag k="historic" v="battlefield"/>
+    <tag k="name" v="battlefield"/>
+  </way>
+  <node id="-265200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00390">
+    <tag k="historic" v="wayside_cross"/>
+    <tag k="name" v="wayside_cross"/>
+  </node>
+  <node id="-265201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00386"/>
+  <node id="-265202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00414"/>
+  <node id="-265203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00414"/>
+  <node id="-265204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00386"/>
+  <way id="-265204" user="overview-creator" visible="true">
+    <nd ref="-265201"/>
+    <nd ref="-265202"/>
+    <nd ref="-265203"/>
+    <nd ref="-265204"/>
+    <nd ref="-265201"/>
+    <tag k="historic" v="wayside_cross"/>
+    <tag k="name" v="wayside_cross"/>
+  </way>
+  <node id="-265400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00390">
+    <tag k="historic" v="wayside_shrine"/>
+    <tag k="name" v="wayside_shrine"/>
+  </node>
+  <node id="-265401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00386"/>
+  <node id="-265402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00414"/>
+  <node id="-265403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00414"/>
+  <node id="-265404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00386"/>
+  <way id="-265404" user="overview-creator" visible="true">
+    <nd ref="-265401"/>
+    <nd ref="-265402"/>
+    <nd ref="-265403"/>
+    <nd ref="-265404"/>
+    <nd ref="-265401"/>
+    <tag k="historic" v="wayside_shrine"/>
+    <tag k="name" v="wayside_shrine"/>
+  </way>
+  <node id="-265600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00390">
+    <tag k="historic" v="boundary_stone"/>
+    <tag k="name" v="boundary_stone"/>
+  </node>
+  <node id="-265601" user="overview-creator" visible="true" lat="-0.00276" lon="0.00386"/>
+  <node id="-265602" user="overview-creator" visible="true" lat="-0.00276" lon="0.00414"/>
+  <node id="-265603" user="overview-creator" visible="true" lat="-0.00284" lon="0.00414"/>
+  <node id="-265604" user="overview-creator" visible="true" lat="-0.00284" lon="0.00386"/>
+  <way id="-265604" user="overview-creator" visible="true">
+    <nd ref="-265601"/>
+    <nd ref="-265602"/>
+    <nd ref="-265603"/>
+    <nd ref="-265604"/>
+    <nd ref="-265601"/>
+    <tag k="historic" v="boundary_stone"/>
+    <tag k="name" v="boundary_stone"/>
+  </way>
+  <node id="-267200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00390">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="military"/>
+  </node>
+  <node id="-267400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00390">
+    <tag k="military" v="airfield"/>
+    <tag k="name" v="airfield"/>
+  </node>
+  <node id="-267401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00386"/>
+  <node id="-267402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00414"/>
+  <node id="-267403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00414"/>
+  <node id="-267404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00386"/>
+  <way id="-267404" user="overview-creator" visible="true">
+    <nd ref="-267401"/>
+    <nd ref="-267402"/>
+    <nd ref="-267403"/>
+    <nd ref="-267404"/>
+    <nd ref="-267401"/>
+    <tag k="military" v="airfield"/>
+    <tag k="name" v="airfield"/>
+  </way>
+  <node id="-267600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00390">
+    <tag k="military" v="bunker"/>
+    <tag k="name" v="bunker"/>
+  </node>
+  <node id="-267601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00386"/>
+  <node id="-267602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00414"/>
+  <node id="-267603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00414"/>
+  <node id="-267604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00386"/>
+  <way id="-267604" user="overview-creator" visible="true">
+    <nd ref="-267601"/>
+    <nd ref="-267602"/>
+    <nd ref="-267603"/>
+    <nd ref="-267604"/>
+    <nd ref="-267601"/>
+    <tag k="military" v="bunker"/>
+    <tag k="name" v="bunker"/>
+  </way>
+  <node id="-267800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00390">
+    <tag k="military" v="barracks"/>
+    <tag k="name" v="barracks"/>
+  </node>
+  <node id="-267801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00386"/>
+  <node id="-267802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00414"/>
+  <node id="-267803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00414"/>
+  <node id="-267804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00386"/>
+  <way id="-267804" user="overview-creator" visible="true">
+    <nd ref="-267801"/>
+    <nd ref="-267802"/>
+    <nd ref="-267803"/>
+    <nd ref="-267804"/>
+    <nd ref="-267801"/>
+    <tag k="military" v="barracks"/>
+    <tag k="name" v="barracks"/>
+  </way>
+  <node id="-268000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00390">
+    <tag k="military" v="danger_area"/>
+    <tag k="name" v="danger_area"/>
+  </node>
+  <node id="-268001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00386"/>
+  <node id="-268002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00414"/>
+  <node id="-268003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00414"/>
+  <node id="-268004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00386"/>
+  <way id="-268004" user="overview-creator" visible="true">
+    <nd ref="-268001"/>
+    <nd ref="-268002"/>
+    <nd ref="-268003"/>
+    <nd ref="-268004"/>
+    <nd ref="-268001"/>
+    <tag k="military" v="danger_area"/>
+    <tag k="name" v="danger_area"/>
+  </way>
+  <node id="-268200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00390">
+    <tag k="military" v="range"/>
+    <tag k="name" v="range"/>
+  </node>
+  <node id="-268201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00386"/>
+  <node id="-268202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00414"/>
+  <node id="-268203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00414"/>
+  <node id="-268204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00386"/>
+  <way id="-268204" user="overview-creator" visible="true">
+    <nd ref="-268201"/>
+    <nd ref="-268202"/>
+    <nd ref="-268203"/>
+    <nd ref="-268204"/>
+    <nd ref="-268201"/>
+    <tag k="military" v="range"/>
+    <tag k="name" v="range"/>
+  </way>
+  <node id="-280200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00420">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="sport"/>
+  </node>
+  <node id="-280400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00420">
+    <tag k="sport" v="9pin"/>
+    <tag k="name" v="9pin"/>
+  </node>
+  <node id="-280401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00416"/>
+  <node id="-280402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00444"/>
+  <node id="-280403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00444"/>
+  <node id="-280404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00416"/>
+  <way id="-280404" user="overview-creator" visible="true">
+    <nd ref="-280401"/>
+    <nd ref="-280402"/>
+    <nd ref="-280403"/>
+    <nd ref="-280404"/>
+    <nd ref="-280401"/>
+    <tag k="sport" v="9pin"/>
+    <tag k="name" v="9pin"/>
+  </way>
+  <node id="-280600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00420">
+    <tag k="sport" v="10pin"/>
+    <tag k="name" v="10pin"/>
+  </node>
+  <node id="-280601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00416"/>
+  <node id="-280602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00444"/>
+  <node id="-280603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00444"/>
+  <node id="-280604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00416"/>
+  <way id="-280604" user="overview-creator" visible="true">
+    <nd ref="-280601"/>
+    <nd ref="-280602"/>
+    <nd ref="-280603"/>
+    <nd ref="-280604"/>
+    <nd ref="-280601"/>
+    <tag k="sport" v="10pin"/>
+    <tag k="name" v="10pin"/>
+  </way>
+  <node id="-280800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00420">
+    <tag k="sport" v="athletics"/>
+    <tag k="name" v="athletics"/>
+  </node>
+  <node id="-280801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00416"/>
+  <node id="-280802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00444"/>
+  <node id="-280803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00444"/>
+  <node id="-280804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00416"/>
+  <way id="-280804" user="overview-creator" visible="true">
+    <nd ref="-280801"/>
+    <nd ref="-280802"/>
+    <nd ref="-280803"/>
+    <nd ref="-280804"/>
+    <nd ref="-280801"/>
+    <tag k="sport" v="athletics"/>
+    <tag k="name" v="athletics"/>
+  </way>
+  <node id="-281000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00420">
+    <tag k="sport" v="australian_football"/>
+    <tag k="name" v="australian_football"/>
+  </node>
+  <node id="-281001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00416"/>
+  <node id="-281002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00444"/>
+  <node id="-281003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00444"/>
+  <node id="-281004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00416"/>
+  <way id="-281004" user="overview-creator" visible="true">
+    <nd ref="-281001"/>
+    <nd ref="-281002"/>
+    <nd ref="-281003"/>
+    <nd ref="-281004"/>
+    <nd ref="-281001"/>
+    <tag k="sport" v="australian_football"/>
+    <tag k="name" v="australian_football"/>
+  </way>
+  <node id="-281200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00420">
+    <tag k="sport" v="baseball"/>
+    <tag k="name" v="baseball"/>
+  </node>
+  <node id="-281201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00416"/>
+  <node id="-281202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00444"/>
+  <node id="-281203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00444"/>
+  <node id="-281204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00416"/>
+  <way id="-281204" user="overview-creator" visible="true">
+    <nd ref="-281201"/>
+    <nd ref="-281202"/>
+    <nd ref="-281203"/>
+    <nd ref="-281204"/>
+    <nd ref="-281201"/>
+    <tag k="sport" v="baseball"/>
+    <tag k="name" v="baseball"/>
+  </way>
+  <node id="-281400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00420">
+    <tag k="sport" v="basketball"/>
+    <tag k="name" v="basketball"/>
+  </node>
+  <node id="-281401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00416"/>
+  <node id="-281402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00444"/>
+  <node id="-281403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00444"/>
+  <node id="-281404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00416"/>
+  <way id="-281404" user="overview-creator" visible="true">
+    <nd ref="-281401"/>
+    <nd ref="-281402"/>
+    <nd ref="-281403"/>
+    <nd ref="-281404"/>
+    <nd ref="-281401"/>
+    <tag k="sport" v="basketball"/>
+    <tag k="name" v="basketball"/>
+  </way>
+  <node id="-281600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00420">
+    <tag k="sport" v="boules"/>
+    <tag k="name" v="boules"/>
+  </node>
+  <node id="-281601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00416"/>
+  <node id="-281602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00444"/>
+  <node id="-281603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00444"/>
+  <node id="-281604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00416"/>
+  <way id="-281604" user="overview-creator" visible="true">
+    <nd ref="-281601"/>
+    <nd ref="-281602"/>
+    <nd ref="-281603"/>
+    <nd ref="-281604"/>
+    <nd ref="-281601"/>
+    <tag k="sport" v="boules"/>
+    <tag k="name" v="boules"/>
+  </way>
+  <node id="-281800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00420">
+    <tag k="sport" v="bowls"/>
+    <tag k="name" v="bowls"/>
+  </node>
+  <node id="-281801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00416"/>
+  <node id="-281802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00444"/>
+  <node id="-281803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00444"/>
+  <node id="-281804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00416"/>
+  <way id="-281804" user="overview-creator" visible="true">
+    <nd ref="-281801"/>
+    <nd ref="-281802"/>
+    <nd ref="-281803"/>
+    <nd ref="-281804"/>
+    <nd ref="-281801"/>
+    <tag k="sport" v="bowls"/>
+    <tag k="name" v="bowls"/>
+  </way>
+  <node id="-282000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00420">
+    <tag k="sport" v="canoe"/>
+    <tag k="name" v="canoe"/>
+  </node>
+  <node id="-282001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00416"/>
+  <node id="-282002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00444"/>
+  <node id="-282003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00444"/>
+  <node id="-282004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00416"/>
+  <way id="-282004" user="overview-creator" visible="true">
+    <nd ref="-282001"/>
+    <nd ref="-282002"/>
+    <nd ref="-282003"/>
+    <nd ref="-282004"/>
+    <nd ref="-282001"/>
+    <tag k="sport" v="canoe"/>
+    <tag k="name" v="canoe"/>
+  </way>
+  <node id="-282200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00420">
+    <tag k="sport" v="chess"/>
+    <tag k="name" v="chess"/>
+  </node>
+  <node id="-282201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00416"/>
+  <node id="-282202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00444"/>
+  <node id="-282203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00444"/>
+  <node id="-282204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00416"/>
+  <way id="-282204" user="overview-creator" visible="true">
+    <nd ref="-282201"/>
+    <nd ref="-282202"/>
+    <nd ref="-282203"/>
+    <nd ref="-282204"/>
+    <nd ref="-282201"/>
+    <tag k="sport" v="chess"/>
+    <tag k="name" v="chess"/>
+  </way>
+  <node id="-282400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00420">
+    <tag k="sport" v="climbing"/>
+    <tag k="name" v="climbing"/>
+  </node>
+  <node id="-282401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00416"/>
+  <node id="-282402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00444"/>
+  <node id="-282403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00444"/>
+  <node id="-282404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00416"/>
+  <way id="-282404" user="overview-creator" visible="true">
+    <nd ref="-282401"/>
+    <nd ref="-282402"/>
+    <nd ref="-282403"/>
+    <nd ref="-282404"/>
+    <nd ref="-282401"/>
+    <tag k="sport" v="climbing"/>
+    <tag k="name" v="climbing"/>
+  </way>
+  <node id="-282600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00420">
+    <tag k="sport" v="cricket"/>
+    <tag k="name" v="cricket"/>
+  </node>
+  <node id="-282601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00416"/>
+  <node id="-282602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00444"/>
+  <node id="-282603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00444"/>
+  <node id="-282604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00416"/>
+  <way id="-282604" user="overview-creator" visible="true">
+    <nd ref="-282601"/>
+    <nd ref="-282602"/>
+    <nd ref="-282603"/>
+    <nd ref="-282604"/>
+    <nd ref="-282601"/>
+    <tag k="sport" v="cricket"/>
+    <tag k="name" v="cricket"/>
+  </way>
+  <node id="-282800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00420">
+    <tag k="sport" v="cricket_nets"/>
+    <tag k="name" v="cricket_nets"/>
+  </node>
+  <node id="-282801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00416"/>
+  <node id="-282802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00444"/>
+  <node id="-282803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00444"/>
+  <node id="-282804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00416"/>
+  <way id="-282804" user="overview-creator" visible="true">
+    <nd ref="-282801"/>
+    <nd ref="-282802"/>
+    <nd ref="-282803"/>
+    <nd ref="-282804"/>
+    <nd ref="-282801"/>
+    <tag k="sport" v="cricket_nets"/>
+    <tag k="name" v="cricket_nets"/>
+  </way>
+  <node id="-283000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00420">
+    <tag k="sport" v="croquet"/>
+    <tag k="name" v="croquet"/>
+  </node>
+  <node id="-283001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00416"/>
+  <node id="-283002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00444"/>
+  <node id="-283003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00444"/>
+  <node id="-283004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00416"/>
+  <way id="-283004" user="overview-creator" visible="true">
+    <nd ref="-283001"/>
+    <nd ref="-283002"/>
+    <nd ref="-283003"/>
+    <nd ref="-283004"/>
+    <nd ref="-283001"/>
+    <tag k="sport" v="croquet"/>
+    <tag k="name" v="croquet"/>
+  </way>
+  <node id="-283200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00420">
+    <tag k="sport" v="cycling"/>
+    <tag k="name" v="cycling"/>
+  </node>
+  <node id="-283201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00416"/>
+  <node id="-283202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00444"/>
+  <node id="-283203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00444"/>
+  <node id="-283204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00416"/>
+  <way id="-283204" user="overview-creator" visible="true">
+    <nd ref="-283201"/>
+    <nd ref="-283202"/>
+    <nd ref="-283203"/>
+    <nd ref="-283204"/>
+    <nd ref="-283201"/>
+    <tag k="sport" v="cycling"/>
+    <tag k="name" v="cycling"/>
+  </way>
+  <node id="-283400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00420">
+    <tag k="sport" v="dog_racing"/>
+    <tag k="name" v="dog_racing"/>
+  </node>
+  <node id="-283401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00416"/>
+  <node id="-283402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00444"/>
+  <node id="-283403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00444"/>
+  <node id="-283404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00416"/>
+  <way id="-283404" user="overview-creator" visible="true">
+    <nd ref="-283401"/>
+    <nd ref="-283402"/>
+    <nd ref="-283403"/>
+    <nd ref="-283404"/>
+    <nd ref="-283401"/>
+    <tag k="sport" v="dog_racing"/>
+    <tag k="name" v="dog_racing"/>
+  </way>
+  <node id="-283600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00420">
+    <tag k="sport" v="equestrian"/>
+    <tag k="name" v="equestrian"/>
+  </node>
+  <node id="-283601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00416"/>
+  <node id="-283602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00444"/>
+  <node id="-283603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00444"/>
+  <node id="-283604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00416"/>
+  <way id="-283604" user="overview-creator" visible="true">
+    <nd ref="-283601"/>
+    <nd ref="-283602"/>
+    <nd ref="-283603"/>
+    <nd ref="-283604"/>
+    <nd ref="-283601"/>
+    <tag k="sport" v="equestrian"/>
+    <tag k="name" v="equestrian"/>
+  </way>
+  <node id="-283800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00420">
+    <tag k="sport" v="football"/>
+    <tag k="name" v="football"/>
+  </node>
+  <node id="-283801" user="overview-creator" visible="true" lat="-0.00186" lon="0.00416"/>
+  <node id="-283802" user="overview-creator" visible="true" lat="-0.00186" lon="0.00444"/>
+  <node id="-283803" user="overview-creator" visible="true" lat="-0.00194" lon="0.00444"/>
+  <node id="-283804" user="overview-creator" visible="true" lat="-0.00194" lon="0.00416"/>
+  <way id="-283804" user="overview-creator" visible="true">
+    <nd ref="-283801"/>
+    <nd ref="-283802"/>
+    <nd ref="-283803"/>
+    <nd ref="-283804"/>
+    <nd ref="-283801"/>
+    <tag k="sport" v="football"/>
+    <tag k="name" v="football"/>
+  </way>
+  <node id="-284000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00420">
+    <tag k="sport" v="golf"/>
+    <tag k="name" v="golf"/>
+  </node>
+  <node id="-284001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00416"/>
+  <node id="-284002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00444"/>
+  <node id="-284003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00444"/>
+  <node id="-284004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00416"/>
+  <way id="-284004" user="overview-creator" visible="true">
+    <nd ref="-284001"/>
+    <nd ref="-284002"/>
+    <nd ref="-284003"/>
+    <nd ref="-284004"/>
+    <nd ref="-284001"/>
+    <tag k="sport" v="golf"/>
+    <tag k="name" v="golf"/>
+  </way>
+  <node id="-284200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00420">
+    <tag k="sport" v="gymnastics"/>
+    <tag k="name" v="gymnastics"/>
+  </node>
+  <node id="-284201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00416"/>
+  <node id="-284202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00444"/>
+  <node id="-284203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00444"/>
+  <node id="-284204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00416"/>
+  <way id="-284204" user="overview-creator" visible="true">
+    <nd ref="-284201"/>
+    <nd ref="-284202"/>
+    <nd ref="-284203"/>
+    <nd ref="-284204"/>
+    <nd ref="-284201"/>
+    <tag k="sport" v="gymnastics"/>
+    <tag k="name" v="gymnastics"/>
+  </way>
+  <node id="-284400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00420">
+    <tag k="sport" v="hockey"/>
+    <tag k="name" v="hockey"/>
+  </node>
+  <node id="-284401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00416"/>
+  <node id="-284402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00444"/>
+  <node id="-284403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00444"/>
+  <node id="-284404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00416"/>
+  <way id="-284404" user="overview-creator" visible="true">
+    <nd ref="-284401"/>
+    <nd ref="-284402"/>
+    <nd ref="-284403"/>
+    <nd ref="-284404"/>
+    <nd ref="-284401"/>
+    <tag k="sport" v="hockey"/>
+    <tag k="name" v="hockey"/>
+  </way>
+  <node id="-284600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00420">
+    <tag k="sport" v="horse_racing"/>
+    <tag k="name" v="horse_racing"/>
+  </node>
+  <node id="-284601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00416"/>
+  <node id="-284602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00444"/>
+  <node id="-284603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00444"/>
+  <node id="-284604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00416"/>
+  <way id="-284604" user="overview-creator" visible="true">
+    <nd ref="-284601"/>
+    <nd ref="-284602"/>
+    <nd ref="-284603"/>
+    <nd ref="-284604"/>
+    <nd ref="-284601"/>
+    <tag k="sport" v="horse_racing"/>
+    <tag k="name" v="horse_racing"/>
+  </way>
+  <node id="-284800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00420">
+    <tag k="sport" v="motor"/>
+    <tag k="name" v="motor"/>
+  </node>
+  <node id="-284801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00416"/>
+  <node id="-284802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00444"/>
+  <node id="-284803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00444"/>
+  <node id="-284804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00416"/>
+  <way id="-284804" user="overview-creator" visible="true">
+    <nd ref="-284801"/>
+    <nd ref="-284802"/>
+    <nd ref="-284803"/>
+    <nd ref="-284804"/>
+    <nd ref="-284801"/>
+    <tag k="sport" v="motor"/>
+    <tag k="name" v="motor"/>
+  </way>
+  <node id="-285000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00420">
+    <tag k="sport" v="multi"/>
+    <tag k="name" v="multi"/>
+  </node>
+  <node id="-285001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00416"/>
+  <node id="-285002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00444"/>
+  <node id="-285003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00444"/>
+  <node id="-285004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00416"/>
+  <way id="-285004" user="overview-creator" visible="true">
+    <nd ref="-285001"/>
+    <nd ref="-285002"/>
+    <nd ref="-285003"/>
+    <nd ref="-285004"/>
+    <nd ref="-285001"/>
+    <tag k="sport" v="multi"/>
+    <tag k="name" v="multi"/>
+  </way>
+  <node id="-285200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00420">
+    <tag k="sport" v="pelota"/>
+    <tag k="name" v="pelota"/>
+  </node>
+  <node id="-285201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00416"/>
+  <node id="-285202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00444"/>
+  <node id="-285203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00444"/>
+  <node id="-285204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00416"/>
+  <way id="-285204" user="overview-creator" visible="true">
+    <nd ref="-285201"/>
+    <nd ref="-285202"/>
+    <nd ref="-285203"/>
+    <nd ref="-285204"/>
+    <nd ref="-285201"/>
+    <tag k="sport" v="pelota"/>
+    <tag k="name" v="pelota"/>
+  </way>
+  <node id="-285400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00420">
+    <tag k="sport" v="racquet"/>
+    <tag k="name" v="racquet"/>
+  </node>
+  <node id="-285401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00416"/>
+  <node id="-285402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00444"/>
+  <node id="-285403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00444"/>
+  <node id="-285404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00416"/>
+  <way id="-285404" user="overview-creator" visible="true">
+    <nd ref="-285401"/>
+    <nd ref="-285402"/>
+    <nd ref="-285403"/>
+    <nd ref="-285404"/>
+    <nd ref="-285401"/>
+    <tag k="sport" v="racquet"/>
+    <tag k="name" v="racquet"/>
+  </way>
+  <node id="-285600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00420">
+    <tag k="sport" v="rugby"/>
+    <tag k="name" v="rugby"/>
+  </node>
+  <node id="-285601" user="overview-creator" visible="true" lat="-0.00276" lon="0.00416"/>
+  <node id="-285602" user="overview-creator" visible="true" lat="-0.00276" lon="0.00444"/>
+  <node id="-285603" user="overview-creator" visible="true" lat="-0.00284" lon="0.00444"/>
+  <node id="-285604" user="overview-creator" visible="true" lat="-0.00284" lon="0.00416"/>
+  <way id="-285604" user="overview-creator" visible="true">
+    <nd ref="-285601"/>
+    <nd ref="-285602"/>
+    <nd ref="-285603"/>
+    <nd ref="-285604"/>
+    <nd ref="-285601"/>
+    <tag k="sport" v="rugby"/>
+    <tag k="name" v="rugby"/>
+  </way>
+  <node id="-285800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00420">
+    <tag k="sport" v="skating"/>
+    <tag k="name" v="skating"/>
+  </node>
+  <node id="-285801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00416"/>
+  <node id="-285802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00444"/>
+  <node id="-285803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00444"/>
+  <node id="-285804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00416"/>
+  <way id="-285804" user="overview-creator" visible="true">
+    <nd ref="-285801"/>
+    <nd ref="-285802"/>
+    <nd ref="-285803"/>
+    <nd ref="-285804"/>
+    <nd ref="-285801"/>
+    <tag k="sport" v="skating"/>
+    <tag k="name" v="skating"/>
+  </way>
+  <node id="-286000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00420">
+    <tag k="sport" v="skateboard"/>
+    <tag k="name" v="skateboard"/>
+  </node>
+  <node id="-286001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00416"/>
+  <node id="-286002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00444"/>
+  <node id="-286003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00444"/>
+  <node id="-286004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00416"/>
+  <way id="-286004" user="overview-creator" visible="true">
+    <nd ref="-286001"/>
+    <nd ref="-286002"/>
+    <nd ref="-286003"/>
+    <nd ref="-286004"/>
+    <nd ref="-286001"/>
+    <tag k="sport" v="skateboard"/>
+    <tag k="name" v="skateboard"/>
+  </way>
+  <node id="-286200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00420">
+    <tag k="sport" v="soccer"/>
+    <tag k="name" v="soccer"/>
+  </node>
+  <node id="-286201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00416"/>
+  <node id="-286202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00444"/>
+  <node id="-286203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00444"/>
+  <node id="-286204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00416"/>
+  <way id="-286204" user="overview-creator" visible="true">
+    <nd ref="-286201"/>
+    <nd ref="-286202"/>
+    <nd ref="-286203"/>
+    <nd ref="-286204"/>
+    <nd ref="-286201"/>
+    <tag k="sport" v="soccer"/>
+    <tag k="name" v="soccer"/>
+  </way>
+  <node id="-286400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00420">
+    <tag k="sport" v="swimming"/>
+    <tag k="name" v="swimming"/>
+  </node>
+  <node id="-286401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00416"/>
+  <node id="-286402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00444"/>
+  <node id="-286403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00444"/>
+  <node id="-286404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00416"/>
+  <way id="-286404" user="overview-creator" visible="true">
+    <nd ref="-286401"/>
+    <nd ref="-286402"/>
+    <nd ref="-286403"/>
+    <nd ref="-286404"/>
+    <nd ref="-286401"/>
+    <tag k="sport" v="swimming"/>
+    <tag k="name" v="swimming"/>
+  </way>
+  <node id="-286600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00420">
+    <tag k="sport" v="skiing"/>
+    <tag k="name" v="skiing"/>
+  </node>
+  <node id="-286601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00416"/>
+  <node id="-286602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00444"/>
+  <node id="-286603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00444"/>
+  <node id="-286604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00416"/>
+  <way id="-286604" user="overview-creator" visible="true">
+    <nd ref="-286601"/>
+    <nd ref="-286602"/>
+    <nd ref="-286603"/>
+    <nd ref="-286604"/>
+    <nd ref="-286601"/>
+    <tag k="sport" v="skiing"/>
+    <tag k="name" v="skiing"/>
+  </way>
+  <node id="-286800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00420">
+    <tag k="sport" v="table_tennis"/>
+    <tag k="name" v="table_tennis"/>
+  </node>
+  <node id="-286801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00416"/>
+  <node id="-286802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00444"/>
+  <node id="-286803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00444"/>
+  <node id="-286804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00416"/>
+  <way id="-286804" user="overview-creator" visible="true">
+    <nd ref="-286801"/>
+    <nd ref="-286802"/>
+    <nd ref="-286803"/>
+    <nd ref="-286804"/>
+    <nd ref="-286801"/>
+    <tag k="sport" v="table_tennis"/>
+    <tag k="name" v="table_tennis"/>
+  </way>
+  <node id="-287000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00420">
+    <tag k="sport" v="tennis"/>
+    <tag k="name" v="tennis"/>
+  </node>
+  <node id="-287001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00416"/>
+  <node id="-287002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00444"/>
+  <node id="-287003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00444"/>
+  <node id="-287004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00416"/>
+  <way id="-287004" user="overview-creator" visible="true">
+    <nd ref="-287001"/>
+    <nd ref="-287002"/>
+    <nd ref="-287003"/>
+    <nd ref="-287004"/>
+    <nd ref="-287001"/>
+    <tag k="sport" v="tennis"/>
+    <tag k="name" v="tennis"/>
+  </way>
+  <node id="-287200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00420">
+    <tag k="sport" v="paintball"/>
+    <tag k="name" v="paintball"/>
+  </node>
+  <node id="-287201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00416"/>
+  <node id="-287202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00444"/>
+  <node id="-287203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00444"/>
+  <node id="-287204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00416"/>
+  <way id="-287204" user="overview-creator" visible="true">
+    <nd ref="-287201"/>
+    <nd ref="-287202"/>
+    <nd ref="-287203"/>
+    <nd ref="-287204"/>
+    <nd ref="-287201"/>
+    <tag k="sport" v="paintball"/>
+    <tag k="name" v="paintball"/>
+  </way>
+  <node id="-287400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00420">
+    <tag k="sport" v="squash"/>
+    <tag k="name" v="squash"/>
+  </node>
+  <node id="-287401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00416"/>
+  <node id="-287402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00444"/>
+  <node id="-287403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00444"/>
+  <node id="-287404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00416"/>
+  <way id="-287404" user="overview-creator" visible="true">
+    <nd ref="-287401"/>
+    <nd ref="-287402"/>
+    <nd ref="-287403"/>
+    <nd ref="-287404"/>
+    <nd ref="-287401"/>
+    <tag k="sport" v="squash"/>
+    <tag k="name" v="squash"/>
+  </way>
+  <node id="-287600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00420">
+    <tag k="sport" v="shooting"/>
+    <tag k="name" v="shooting"/>
+  </node>
+  <node id="-287601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00416"/>
+  <node id="-287602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00444"/>
+  <node id="-287603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00444"/>
+  <node id="-287604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00416"/>
+  <way id="-287604" user="overview-creator" visible="true">
+    <nd ref="-287601"/>
+    <nd ref="-287602"/>
+    <nd ref="-287603"/>
+    <nd ref="-287604"/>
+    <nd ref="-287601"/>
+    <tag k="sport" v="shooting"/>
+    <tag k="name" v="shooting"/>
+  </way>
+  <node id="-287800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00420">
+    <tag k="sport" v="volleyball"/>
+    <tag k="name" v="volleyball"/>
+  </node>
+  <node id="-287801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00416"/>
+  <node id="-287802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00444"/>
+  <node id="-287803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00444"/>
+  <node id="-287804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00416"/>
+  <way id="-287804" user="overview-creator" visible="true">
+    <nd ref="-287801"/>
+    <nd ref="-287802"/>
+    <nd ref="-287803"/>
+    <nd ref="-287804"/>
+    <nd ref="-287801"/>
+    <tag k="sport" v="volleyball"/>
+    <tag k="name" v="volleyball"/>
+  </way>
+  <node id="-288000" user="overview-creator" visible="true" lat="-0.00400" lon="0.00420">
+    <tag k="sport" v="beachvolleyball"/>
+    <tag k="name" v="beachvolleyball"/>
+  </node>
+  <node id="-288001" user="overview-creator" visible="true" lat="-0.00396" lon="0.00416"/>
+  <node id="-288002" user="overview-creator" visible="true" lat="-0.00396" lon="0.00444"/>
+  <node id="-288003" user="overview-creator" visible="true" lat="-0.00404" lon="0.00444"/>
+  <node id="-288004" user="overview-creator" visible="true" lat="-0.00404" lon="0.00416"/>
+  <way id="-288004" user="overview-creator" visible="true">
+    <nd ref="-288001"/>
+    <nd ref="-288002"/>
+    <nd ref="-288003"/>
+    <nd ref="-288004"/>
+    <nd ref="-288001"/>
+    <tag k="sport" v="beachvolleyball"/>
+    <tag k="name" v="beachvolleyball"/>
+  </way>
+  <node id="-288200" user="overview-creator" visible="true" lat="-0.00410" lon="0.00420">
+    <tag k="sport" v="bowling"/>
+    <tag k="name" v="bowling"/>
+  </node>
+  <node id="-288201" user="overview-creator" visible="true" lat="-0.00406" lon="0.00416"/>
+  <node id="-288202" user="overview-creator" visible="true" lat="-0.00406" lon="0.00444"/>
+  <node id="-288203" user="overview-creator" visible="true" lat="-0.00414" lon="0.00444"/>
+  <node id="-288204" user="overview-creator" visible="true" lat="-0.00414" lon="0.00416"/>
+  <way id="-288204" user="overview-creator" visible="true">
+    <nd ref="-288201"/>
+    <nd ref="-288202"/>
+    <nd ref="-288203"/>
+    <nd ref="-288204"/>
+    <nd ref="-288201"/>
+    <tag k="sport" v="bowling"/>
+    <tag k="name" v="bowling"/>
+  </way>
+  <node id="-305800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00450">
+    <tag k="sport" v="handball"/>
+    <tag k="name" v="handball"/>
+  </node>
+  <node id="-305801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00446"/>
+  <node id="-305802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00474"/>
+  <node id="-305803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00474"/>
+  <node id="-305804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00446"/>
+  <way id="-305804" user="overview-creator" visible="true">
+    <nd ref="-305801"/>
+    <nd ref="-305802"/>
+    <nd ref="-305803"/>
+    <nd ref="-305804"/>
+    <nd ref="-305801"/>
+    <tag k="sport" v="handball"/>
+    <tag k="name" v="handball"/>
+  </way>
+  <node id="-306000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00450">
+    <tag k="sport" v="rowing"/>
+    <tag k="name" v="rowing"/>
+  </node>
+  <node id="-306001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00446"/>
+  <node id="-306002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00474"/>
+  <node id="-306003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00474"/>
+  <node id="-306004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00446"/>
+  <way id="-306004" user="overview-creator" visible="true">
+    <nd ref="-306001"/>
+    <nd ref="-306002"/>
+    <nd ref="-306003"/>
+    <nd ref="-306004"/>
+    <nd ref="-306001"/>
+    <tag k="sport" v="rowing"/>
+    <tag k="name" v="rowing"/>
+  </way>
+  <node id="-306200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00450">
+    <tag k="sport" v="sailing"/>
+    <tag k="name" v="sailing"/>
+  </node>
+  <node id="-306201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00446"/>
+  <node id="-306202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00474"/>
+  <node id="-306203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00474"/>
+  <node id="-306204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00446"/>
+  <way id="-306204" user="overview-creator" visible="true">
+    <nd ref="-306201"/>
+    <nd ref="-306202"/>
+    <nd ref="-306203"/>
+    <nd ref="-306204"/>
+    <nd ref="-306201"/>
+    <tag k="sport" v="sailing"/>
+    <tag k="name" v="sailing"/>
+  </way>
+  <node id="-306400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00450">
+    <tag k="sport" v="diving"/>
+    <tag k="name" v="diving"/>
+  </node>
+  <node id="-306401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00446"/>
+  <node id="-306402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00474"/>
+  <node id="-306403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00474"/>
+  <node id="-306404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00446"/>
+  <way id="-306404" user="overview-creator" visible="true">
+    <nd ref="-306401"/>
+    <nd ref="-306402"/>
+    <nd ref="-306403"/>
+    <nd ref="-306404"/>
+    <nd ref="-306401"/>
+    <tag k="sport" v="diving"/>
+    <tag k="name" v="diving"/>
+  </way>
+  <node id="-306600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00450">
+    <tag k="sport" v="badminton"/>
+    <tag k="name" v="badminton"/>
+  </node>
+  <node id="-306601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00446"/>
+  <node id="-306602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00474"/>
+  <node id="-306603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00474"/>
+  <node id="-306604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00446"/>
+  <way id="-306604" user="overview-creator" visible="true">
+    <nd ref="-306601"/>
+    <nd ref="-306602"/>
+    <nd ref="-306603"/>
+    <nd ref="-306604"/>
+    <nd ref="-306601"/>
+    <tag k="sport" v="badminton"/>
+    <tag k="name" v="badminton"/>
+  </way>
+  <node id="-306800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00450">
+    <tag k="sport" v="archery"/>
+    <tag k="name" v="archery"/>
+  </node>
+  <node id="-306801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00446"/>
+  <node id="-306802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00474"/>
+  <node id="-306803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00474"/>
+  <node id="-306804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00446"/>
+  <way id="-306804" user="overview-creator" visible="true">
+    <nd ref="-306801"/>
+    <nd ref="-306802"/>
+    <nd ref="-306803"/>
+    <nd ref="-306804"/>
+    <nd ref="-306801"/>
+    <tag k="sport" v="archery"/>
+    <tag k="name" v="archery"/>
+  </way>
+  <node id="-307000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00450">
+    <tag k="sport" v="fishing"/>
+    <tag k="name" v="fishing"/>
+  </node>
+  <node id="-307001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00446"/>
+  <node id="-307002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00474"/>
+  <node id="-307003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00474"/>
+  <node id="-307004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00446"/>
+  <way id="-307004" user="overview-creator" visible="true">
+    <nd ref="-307001"/>
+    <nd ref="-307002"/>
+    <nd ref="-307003"/>
+    <nd ref="-307004"/>
+    <nd ref="-307001"/>
+    <tag k="sport" v="fishing"/>
+    <tag k="name" v="fishing"/>
+  </way>
+  <node id="-320200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00480">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="landuse"/>
+  </node>
+  <node id="-320400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00480">
+    <tag k="landuse" v="farm"/>
+    <tag k="name" v="farm"/>
+  </node>
+  <node id="-320401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00476"/>
+  <node id="-320402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00504"/>
+  <node id="-320403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00504"/>
+  <node id="-320404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00476"/>
+  <way id="-320404" user="overview-creator" visible="true">
+    <nd ref="-320401"/>
+    <nd ref="-320402"/>
+    <nd ref="-320403"/>
+    <nd ref="-320404"/>
+    <nd ref="-320401"/>
+    <tag k="landuse" v="farm"/>
+    <tag k="name" v="farm"/>
+  </way>
+  <node id="-320600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00480">
+    <tag k="landuse" v="farmland"/>
+    <tag k="name" v="farmland"/>
+  </node>
+  <node id="-320601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00476"/>
+  <node id="-320602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00504"/>
+  <node id="-320603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00504"/>
+  <node id="-320604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00476"/>
+  <way id="-320604" user="overview-creator" visible="true">
+    <nd ref="-320601"/>
+    <nd ref="-320602"/>
+    <nd ref="-320603"/>
+    <nd ref="-320604"/>
+    <nd ref="-320601"/>
+    <tag k="landuse" v="farmland"/>
+    <tag k="name" v="farmland"/>
+  </way>
+  <node id="-320800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00480">
+    <tag k="landuse" v="meadow"/>
+    <tag k="name" v="meadow"/>
+  </node>
+  <node id="-320801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00476"/>
+  <node id="-320802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00504"/>
+  <node id="-320803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00504"/>
+  <node id="-320804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00476"/>
+  <way id="-320804" user="overview-creator" visible="true">
+    <nd ref="-320801"/>
+    <nd ref="-320802"/>
+    <nd ref="-320803"/>
+    <nd ref="-320804"/>
+    <nd ref="-320801"/>
+    <tag k="landuse" v="meadow"/>
+    <tag k="name" v="meadow"/>
+  </way>
+  <node id="-321000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00480">
+    <tag k="landuse" v="vineyard"/>
+    <tag k="name" v="vineyard"/>
+  </node>
+  <node id="-321001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00476"/>
+  <node id="-321002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00504"/>
+  <node id="-321003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00504"/>
+  <node id="-321004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00476"/>
+  <way id="-321004" user="overview-creator" visible="true">
+    <nd ref="-321001"/>
+    <nd ref="-321002"/>
+    <nd ref="-321003"/>
+    <nd ref="-321004"/>
+    <nd ref="-321001"/>
+    <tag k="landuse" v="vineyard"/>
+    <tag k="name" v="vineyard"/>
+  </way>
+  <node id="-321200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00480">
+    <tag k="landuse" v="orchard"/>
+    <tag k="name" v="orchard"/>
+  </node>
+  <node id="-321201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00476"/>
+  <node id="-321202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00504"/>
+  <node id="-321203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00504"/>
+  <node id="-321204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00476"/>
+  <way id="-321204" user="overview-creator" visible="true">
+    <nd ref="-321201"/>
+    <nd ref="-321202"/>
+    <nd ref="-321203"/>
+    <nd ref="-321204"/>
+    <nd ref="-321201"/>
+    <tag k="landuse" v="orchard"/>
+    <tag k="name" v="orchard"/>
+  </way>
+  <node id="-321400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00480">
+    <tag k="landuse" v="quarry"/>
+    <tag k="name" v="quarry"/>
+  </node>
+  <node id="-321401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00476"/>
+  <node id="-321402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00504"/>
+  <node id="-321403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00504"/>
+  <node id="-321404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00476"/>
+  <way id="-321404" user="overview-creator" visible="true">
+    <nd ref="-321401"/>
+    <nd ref="-321402"/>
+    <nd ref="-321403"/>
+    <nd ref="-321404"/>
+    <nd ref="-321401"/>
+    <tag k="landuse" v="quarry"/>
+    <tag k="name" v="quarry"/>
+  </way>
+  <node id="-321600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00480">
+    <tag k="landuse" v="landfill"/>
+    <tag k="name" v="landfill"/>
+  </node>
+  <node id="-321601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00476"/>
+  <node id="-321602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00504"/>
+  <node id="-321603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00504"/>
+  <node id="-321604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00476"/>
+  <way id="-321604" user="overview-creator" visible="true">
+    <nd ref="-321601"/>
+    <nd ref="-321602"/>
+    <nd ref="-321603"/>
+    <nd ref="-321604"/>
+    <nd ref="-321601"/>
+    <tag k="landuse" v="landfill"/>
+    <tag k="name" v="landfill"/>
+  </way>
+  <node id="-321800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00480">
+    <tag k="landuse" v="basin"/>
+    <tag k="name" v="basin"/>
+  </node>
+  <node id="-321801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00476"/>
+  <node id="-321802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00504"/>
+  <node id="-321803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00504"/>
+  <node id="-321804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00476"/>
+  <way id="-321804" user="overview-creator" visible="true">
+    <nd ref="-321801"/>
+    <nd ref="-321802"/>
+    <nd ref="-321803"/>
+    <nd ref="-321804"/>
+    <nd ref="-321801"/>
+    <tag k="landuse" v="basin"/>
+    <tag k="name" v="basin"/>
+  </way>
+  <node id="-322000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00480">
+    <tag k="landuse" v="reservoir"/>
+    <tag k="name" v="reservoir"/>
+  </node>
+  <node id="-322001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00476"/>
+  <node id="-322002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00504"/>
+  <node id="-322003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00504"/>
+  <node id="-322004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00476"/>
+  <way id="-322004" user="overview-creator" visible="true">
+    <nd ref="-322001"/>
+    <nd ref="-322002"/>
+    <nd ref="-322003"/>
+    <nd ref="-322004"/>
+    <nd ref="-322001"/>
+    <tag k="landuse" v="reservoir"/>
+    <tag k="name" v="reservoir"/>
+  </way>
+  <node id="-322200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00480">
+    <tag k="landuse" v="forest"/>
+    <tag k="name" v="forest"/>
+  </node>
+  <node id="-322201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00476"/>
+  <node id="-322202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00504"/>
+  <node id="-322203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00504"/>
+  <node id="-322204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00476"/>
+  <way id="-322204" user="overview-creator" visible="true">
+    <nd ref="-322201"/>
+    <nd ref="-322202"/>
+    <nd ref="-322203"/>
+    <nd ref="-322204"/>
+    <nd ref="-322201"/>
+    <tag k="landuse" v="forest"/>
+    <tag k="name" v="forest"/>
+  </way>
+  <node id="-322400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00480">
+    <tag k="landuse" v="allotments"/>
+    <tag k="name" v="allotments"/>
+  </node>
+  <node id="-322401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00476"/>
+  <node id="-322402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00504"/>
+  <node id="-322403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00504"/>
+  <node id="-322404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00476"/>
+  <way id="-322404" user="overview-creator" visible="true">
+    <nd ref="-322401"/>
+    <nd ref="-322402"/>
+    <nd ref="-322403"/>
+    <nd ref="-322404"/>
+    <nd ref="-322401"/>
+    <tag k="landuse" v="allotments"/>
+    <tag k="name" v="allotments"/>
+  </way>
+  <node id="-322600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00480">
+    <tag k="landuse" v="grass"/>
+    <tag k="name" v="grass"/>
+  </node>
+  <node id="-322601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00476"/>
+  <node id="-322602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00504"/>
+  <node id="-322603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00504"/>
+  <node id="-322604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00476"/>
+  <way id="-322604" user="overview-creator" visible="true">
+    <nd ref="-322601"/>
+    <nd ref="-322602"/>
+    <nd ref="-322603"/>
+    <nd ref="-322604"/>
+    <nd ref="-322601"/>
+    <tag k="landuse" v="grass"/>
+    <tag k="name" v="grass"/>
+  </way>
+  <node id="-322800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00480">
+    <tag k="landuse" v="residential"/>
+    <tag k="name" v="residential"/>
+  </node>
+  <node id="-322801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00476"/>
+  <node id="-322802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00504"/>
+  <node id="-322803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00504"/>
+  <node id="-322804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00476"/>
+  <way id="-322804" user="overview-creator" visible="true">
+    <nd ref="-322801"/>
+    <nd ref="-322802"/>
+    <nd ref="-322803"/>
+    <nd ref="-322804"/>
+    <nd ref="-322801"/>
+    <tag k="landuse" v="residential"/>
+    <tag k="name" v="residential"/>
+  </way>
+  <node id="-323000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00480">
+    <tag k="landuse" v="farmyard"/>
+    <tag k="name" v="farmyard"/>
+  </node>
+  <node id="-323001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00476"/>
+  <node id="-323002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00504"/>
+  <node id="-323003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00504"/>
+  <node id="-323004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00476"/>
+  <way id="-323004" user="overview-creator" visible="true">
+    <nd ref="-323001"/>
+    <nd ref="-323002"/>
+    <nd ref="-323003"/>
+    <nd ref="-323004"/>
+    <nd ref="-323001"/>
+    <tag k="landuse" v="farmyard"/>
+    <tag k="name" v="farmyard"/>
+  </way>
+  <node id="-323200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00480">
+    <tag k="landuse" v="retail"/>
+    <tag k="name" v="retail"/>
+  </node>
+  <node id="-323201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00476"/>
+  <node id="-323202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00504"/>
+  <node id="-323203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00504"/>
+  <node id="-323204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00476"/>
+  <way id="-323204" user="overview-creator" visible="true">
+    <nd ref="-323201"/>
+    <nd ref="-323202"/>
+    <nd ref="-323203"/>
+    <nd ref="-323204"/>
+    <nd ref="-323201"/>
+    <tag k="landuse" v="retail"/>
+    <tag k="name" v="retail"/>
+  </way>
+  <node id="-323400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00480">
+    <tag k="landuse" v="commercial"/>
+    <tag k="name" v="commercial"/>
+  </node>
+  <node id="-323401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00476"/>
+  <node id="-323402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00504"/>
+  <node id="-323403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00504"/>
+  <node id="-323404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00476"/>
+  <way id="-323404" user="overview-creator" visible="true">
+    <nd ref="-323401"/>
+    <nd ref="-323402"/>
+    <nd ref="-323403"/>
+    <nd ref="-323404"/>
+    <nd ref="-323401"/>
+    <tag k="landuse" v="commercial"/>
+    <tag k="name" v="commercial"/>
+  </way>
+  <node id="-323600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00480">
+    <tag k="landuse" v="industrial"/>
+    <tag k="name" v="industrial"/>
+  </node>
+  <node id="-323601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00476"/>
+  <node id="-323602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00504"/>
+  <node id="-323603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00504"/>
+  <node id="-323604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00476"/>
+  <way id="-323604" user="overview-creator" visible="true">
+    <nd ref="-323601"/>
+    <nd ref="-323602"/>
+    <nd ref="-323603"/>
+    <nd ref="-323604"/>
+    <nd ref="-323601"/>
+    <tag k="landuse" v="industrial"/>
+    <tag k="name" v="industrial"/>
+  </way>
+  <node id="-323800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00480">
+    <tag k="landuse" v="brownfield"/>
+    <tag k="name" v="brownfield"/>
+  </node>
+  <node id="-323801" user="overview-creator" visible="true" lat="-0.00186" lon="0.00476"/>
+  <node id="-323802" user="overview-creator" visible="true" lat="-0.00186" lon="0.00504"/>
+  <node id="-323803" user="overview-creator" visible="true" lat="-0.00194" lon="0.00504"/>
+  <node id="-323804" user="overview-creator" visible="true" lat="-0.00194" lon="0.00476"/>
+  <way id="-323804" user="overview-creator" visible="true">
+    <nd ref="-323801"/>
+    <nd ref="-323802"/>
+    <nd ref="-323803"/>
+    <nd ref="-323804"/>
+    <nd ref="-323801"/>
+    <tag k="landuse" v="brownfield"/>
+    <tag k="name" v="brownfield"/>
+  </way>
+  <node id="-324000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00480">
+    <tag k="landuse" v="greenfield"/>
+    <tag k="name" v="greenfield"/>
+  </node>
+  <node id="-324001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00476"/>
+  <node id="-324002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00504"/>
+  <node id="-324003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00504"/>
+  <node id="-324004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00476"/>
+  <way id="-324004" user="overview-creator" visible="true">
+    <nd ref="-324001"/>
+    <nd ref="-324002"/>
+    <nd ref="-324003"/>
+    <nd ref="-324004"/>
+    <nd ref="-324001"/>
+    <tag k="landuse" v="greenfield"/>
+    <tag k="name" v="greenfield"/>
+  </way>
+  <node id="-324200" user="overview-creator" visible="true" lat="-0.00210" lon="0.00480">
+    <tag k="landuse" v="railway"/>
+    <tag k="name" v="railway"/>
+  </node>
+  <node id="-324201" user="overview-creator" visible="true" lat="-0.00206" lon="0.00476"/>
+  <node id="-324202" user="overview-creator" visible="true" lat="-0.00206" lon="0.00504"/>
+  <node id="-324203" user="overview-creator" visible="true" lat="-0.00214" lon="0.00504"/>
+  <node id="-324204" user="overview-creator" visible="true" lat="-0.00214" lon="0.00476"/>
+  <way id="-324204" user="overview-creator" visible="true">
+    <nd ref="-324201"/>
+    <nd ref="-324202"/>
+    <nd ref="-324203"/>
+    <nd ref="-324204"/>
+    <nd ref="-324201"/>
+    <tag k="landuse" v="railway"/>
+    <tag k="name" v="railway"/>
+  </way>
+  <node id="-324400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00480">
+    <tag k="landuse" v="construction"/>
+    <tag k="name" v="construction"/>
+  </node>
+  <node id="-324401" user="overview-creator" visible="true" lat="-0.00216" lon="0.00476"/>
+  <node id="-324402" user="overview-creator" visible="true" lat="-0.00216" lon="0.00504"/>
+  <node id="-324403" user="overview-creator" visible="true" lat="-0.00224" lon="0.00504"/>
+  <node id="-324404" user="overview-creator" visible="true" lat="-0.00224" lon="0.00476"/>
+  <way id="-324404" user="overview-creator" visible="true">
+    <nd ref="-324401"/>
+    <nd ref="-324402"/>
+    <nd ref="-324403"/>
+    <nd ref="-324404"/>
+    <nd ref="-324401"/>
+    <tag k="landuse" v="construction"/>
+    <tag k="name" v="construction"/>
+  </way>
+  <node id="-324600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00480">
+    <tag k="landuse" v="military"/>
+    <tag k="name" v="military"/>
+  </node>
+  <node id="-324601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00476"/>
+  <node id="-324602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00504"/>
+  <node id="-324603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00504"/>
+  <node id="-324604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00476"/>
+  <way id="-324604" user="overview-creator" visible="true">
+    <nd ref="-324601"/>
+    <nd ref="-324602"/>
+    <nd ref="-324603"/>
+    <nd ref="-324604"/>
+    <nd ref="-324601"/>
+    <tag k="landuse" v="military"/>
+    <tag k="name" v="military"/>
+  </way>
+  <node id="-324800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00480">
+    <tag k="landuse" v="cemetery"/>
+    <tag k="name" v="cemetery"/>
+  </node>
+  <node id="-324801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00476"/>
+  <node id="-324802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00504"/>
+  <node id="-324803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00504"/>
+  <node id="-324804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00476"/>
+  <way id="-324804" user="overview-creator" visible="true">
+    <nd ref="-324801"/>
+    <nd ref="-324802"/>
+    <nd ref="-324803"/>
+    <nd ref="-324804"/>
+    <nd ref="-324801"/>
+    <tag k="landuse" v="cemetery"/>
+    <tag k="name" v="cemetery"/>
+  </way>
+  <node id="-325000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00480">
+    <tag k="landuse" v="village_green"/>
+    <tag k="name" v="village_green"/>
+  </node>
+  <node id="-325001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00476"/>
+  <node id="-325002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00504"/>
+  <node id="-325003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00504"/>
+  <node id="-325004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00476"/>
+  <way id="-325004" user="overview-creator" visible="true">
+    <nd ref="-325001"/>
+    <nd ref="-325002"/>
+    <nd ref="-325003"/>
+    <nd ref="-325004"/>
+    <nd ref="-325001"/>
+    <tag k="landuse" v="village_green"/>
+    <tag k="name" v="village_green"/>
+  </way>
+  <node id="-325200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00480">
+    <tag k="landuse" v="recreation_ground"/>
+    <tag k="name" v="recreation_ground"/>
+  </node>
+  <node id="-325201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00476"/>
+  <node id="-325202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00504"/>
+  <node id="-325203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00504"/>
+  <node id="-325204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00476"/>
+  <way id="-325204" user="overview-creator" visible="true">
+    <nd ref="-325201"/>
+    <nd ref="-325202"/>
+    <nd ref="-325203"/>
+    <nd ref="-325204"/>
+    <nd ref="-325201"/>
+    <tag k="landuse" v="recreation_ground"/>
+    <tag k="name" v="recreation_ground"/>
+  </way>
+  <node id="-325600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00480">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="building"/>
+  </node>
+  <node id="-325800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00480">
+    <tag k="building" v="any"/>
+    <tag k="name" v="(any)"/>
+  </node>
+  <node id="-325801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00476"/>
+  <node id="-325802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00504"/>
+  <node id="-325803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00504"/>
+  <node id="-325804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00476"/>
+  <way id="-325804" user="overview-creator" visible="true">
+    <nd ref="-325801"/>
+    <nd ref="-325802"/>
+    <nd ref="-325803"/>
+    <nd ref="-325804"/>
+    <nd ref="-325801"/>
+    <tag k="building" v="any"/>
+    <tag k="name" v="any"/>
+  </way>
+  <node id="-326800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00480">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="boundary"/>
+  </node>
+  <node id="-327000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00480">
+    <tag k="boundary" v="national"/>
+    <tag k="name" v="national"/>
+  </node>
+  <node id="-327001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00476"/>
+  <node id="-327002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00504"/>
+  <node id="-327003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00504"/>
+  <node id="-327004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00476"/>
+  <way id="-327004" user="overview-creator" visible="true">
+    <nd ref="-327001"/>
+    <nd ref="-327002"/>
+    <nd ref="-327003"/>
+    <nd ref="-327004"/>
+    <nd ref="-327001"/>
+    <tag k="boundary" v="national"/>
+    <tag k="name" v="national"/>
+  </way>
+  <node id="-327200" user="overview-creator" visible="true" lat="-0.00360" lon="0.00480">
+    <tag k="boundary" v="administrative"/>
+    <tag k="name" v="administrative"/>
+  </node>
+  <node id="-327201" user="overview-creator" visible="true" lat="-0.00356" lon="0.00476"/>
+  <node id="-327202" user="overview-creator" visible="true" lat="-0.00356" lon="0.00504"/>
+  <node id="-327203" user="overview-creator" visible="true" lat="-0.00364" lon="0.00504"/>
+  <node id="-327204" user="overview-creator" visible="true" lat="-0.00364" lon="0.00476"/>
+  <way id="-327204" user="overview-creator" visible="true">
+    <nd ref="-327201"/>
+    <nd ref="-327202"/>
+    <nd ref="-327203"/>
+    <nd ref="-327204"/>
+    <nd ref="-327201"/>
+    <tag k="boundary" v="administrative"/>
+    <tag k="name" v="administrative"/>
+  </way>
+  <node id="-327400" user="overview-creator" visible="true" lat="-0.00370" lon="0.00480">
+    <tag k="boundary" v="civil"/>
+    <tag k="name" v="civil"/>
+  </node>
+  <node id="-327401" user="overview-creator" visible="true" lat="-0.00366" lon="0.00476"/>
+  <node id="-327402" user="overview-creator" visible="true" lat="-0.00366" lon="0.00504"/>
+  <node id="-327403" user="overview-creator" visible="true" lat="-0.00374" lon="0.00504"/>
+  <node id="-327404" user="overview-creator" visible="true" lat="-0.00374" lon="0.00476"/>
+  <way id="-327404" user="overview-creator" visible="true">
+    <nd ref="-327401"/>
+    <nd ref="-327402"/>
+    <nd ref="-327403"/>
+    <nd ref="-327404"/>
+    <nd ref="-327401"/>
+    <tag k="boundary" v="civil"/>
+    <tag k="name" v="civil"/>
+  </way>
+  <node id="-327600" user="overview-creator" visible="true" lat="-0.00380" lon="0.00480">
+    <tag k="boundary" v="political"/>
+    <tag k="name" v="political"/>
+  </node>
+  <node id="-327601" user="overview-creator" visible="true" lat="-0.00376" lon="0.00476"/>
+  <node id="-327602" user="overview-creator" visible="true" lat="-0.00376" lon="0.00504"/>
+  <node id="-327603" user="overview-creator" visible="true" lat="-0.00384" lon="0.00504"/>
+  <node id="-327604" user="overview-creator" visible="true" lat="-0.00384" lon="0.00476"/>
+  <way id="-327604" user="overview-creator" visible="true">
+    <nd ref="-327601"/>
+    <nd ref="-327602"/>
+    <nd ref="-327603"/>
+    <nd ref="-327604"/>
+    <nd ref="-327601"/>
+    <tag k="boundary" v="political"/>
+    <tag k="name" v="political"/>
+  </way>
+  <node id="-327800" user="overview-creator" visible="true" lat="-0.00390" lon="0.00480">
+    <tag k="boundary" v="national_park"/>
+    <tag k="name" v="national_park"/>
+  </node>
+  <node id="-327801" user="overview-creator" visible="true" lat="-0.00386" lon="0.00476"/>
+  <node id="-327802" user="overview-creator" visible="true" lat="-0.00386" lon="0.00504"/>
+  <node id="-327803" user="overview-creator" visible="true" lat="-0.00394" lon="0.00504"/>
+  <node id="-327804" user="overview-creator" visible="true" lat="-0.00394" lon="0.00476"/>
+  <way id="-327804" user="overview-creator" visible="true">
+    <nd ref="-327801"/>
+    <nd ref="-327802"/>
+    <nd ref="-327803"/>
+    <nd ref="-327804"/>
+    <nd ref="-327801"/>
+    <tag k="boundary" v="national_park"/>
+    <tag k="name" v="national_park"/>
+  </way>
+  <node id="-344400" user="overview-creator" visible="true" lat="-0.00220" lon="0.00510">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="place"/>
+  </node>
+  <node id="-344600" user="overview-creator" visible="true" lat="-0.00230" lon="0.00510">
+    <tag k="place" v="continent"/>
+    <tag k="name" v="continent"/>
+  </node>
+  <node id="-344601" user="overview-creator" visible="true" lat="-0.00226" lon="0.00506"/>
+  <node id="-344602" user="overview-creator" visible="true" lat="-0.00226" lon="0.00534"/>
+  <node id="-344603" user="overview-creator" visible="true" lat="-0.00234" lon="0.00534"/>
+  <node id="-344604" user="overview-creator" visible="true" lat="-0.00234" lon="0.00506"/>
+  <way id="-344604" user="overview-creator" visible="true">
+    <nd ref="-344601"/>
+    <nd ref="-344602"/>
+    <nd ref="-344603"/>
+    <nd ref="-344604"/>
+    <nd ref="-344601"/>
+    <tag k="place" v="continent"/>
+    <tag k="name" v="continent"/>
+  </way>
+  <node id="-344800" user="overview-creator" visible="true" lat="-0.00240" lon="0.00510">
+    <tag k="place" v="country"/>
+    <tag k="name" v="country"/>
+  </node>
+  <node id="-344801" user="overview-creator" visible="true" lat="-0.00236" lon="0.00506"/>
+  <node id="-344802" user="overview-creator" visible="true" lat="-0.00236" lon="0.00534"/>
+  <node id="-344803" user="overview-creator" visible="true" lat="-0.00244" lon="0.00534"/>
+  <node id="-344804" user="overview-creator" visible="true" lat="-0.00244" lon="0.00506"/>
+  <way id="-344804" user="overview-creator" visible="true">
+    <nd ref="-344801"/>
+    <nd ref="-344802"/>
+    <nd ref="-344803"/>
+    <nd ref="-344804"/>
+    <nd ref="-344801"/>
+    <tag k="place" v="country"/>
+    <tag k="name" v="country"/>
+  </way>
+  <node id="-345000" user="overview-creator" visible="true" lat="-0.00250" lon="0.00510">
+    <tag k="place" v="state"/>
+    <tag k="name" v="state"/>
+  </node>
+  <node id="-345001" user="overview-creator" visible="true" lat="-0.00246" lon="0.00506"/>
+  <node id="-345002" user="overview-creator" visible="true" lat="-0.00246" lon="0.00534"/>
+  <node id="-345003" user="overview-creator" visible="true" lat="-0.00254" lon="0.00534"/>
+  <node id="-345004" user="overview-creator" visible="true" lat="-0.00254" lon="0.00506"/>
+  <way id="-345004" user="overview-creator" visible="true">
+    <nd ref="-345001"/>
+    <nd ref="-345002"/>
+    <nd ref="-345003"/>
+    <nd ref="-345004"/>
+    <nd ref="-345001"/>
+    <tag k="place" v="state"/>
+    <tag k="name" v="state"/>
+  </way>
+  <node id="-345200" user="overview-creator" visible="true" lat="-0.00260" lon="0.00510">
+    <tag k="place" v="region"/>
+    <tag k="name" v="region"/>
+  </node>
+  <node id="-345201" user="overview-creator" visible="true" lat="-0.00256" lon="0.00506"/>
+  <node id="-345202" user="overview-creator" visible="true" lat="-0.00256" lon="0.00534"/>
+  <node id="-345203" user="overview-creator" visible="true" lat="-0.00264" lon="0.00534"/>
+  <node id="-345204" user="overview-creator" visible="true" lat="-0.00264" lon="0.00506"/>
+  <way id="-345204" user="overview-creator" visible="true">
+    <nd ref="-345201"/>
+    <nd ref="-345202"/>
+    <nd ref="-345203"/>
+    <nd ref="-345204"/>
+    <nd ref="-345201"/>
+    <tag k="place" v="region"/>
+    <tag k="name" v="region"/>
+  </way>
+  <node id="-345400" user="overview-creator" visible="true" lat="-0.00270" lon="0.00510">
+    <tag k="place" v="county"/>
+    <tag k="name" v="county"/>
+  </node>
+  <node id="-345401" user="overview-creator" visible="true" lat="-0.00266" lon="0.00506"/>
+  <node id="-345402" user="overview-creator" visible="true" lat="-0.00266" lon="0.00534"/>
+  <node id="-345403" user="overview-creator" visible="true" lat="-0.00274" lon="0.00534"/>
+  <node id="-345404" user="overview-creator" visible="true" lat="-0.00274" lon="0.00506"/>
+  <way id="-345404" user="overview-creator" visible="true">
+    <nd ref="-345401"/>
+    <nd ref="-345402"/>
+    <nd ref="-345403"/>
+    <nd ref="-345404"/>
+    <nd ref="-345401"/>
+    <tag k="place" v="county"/>
+    <tag k="name" v="county"/>
+  </way>
+  <node id="-345600" user="overview-creator" visible="true" lat="-0.00280" lon="0.00510">
+    <tag k="place" v="city"/>
+    <tag k="name" v="city"/>
+  </node>
+  <node id="-345601" user="overview-creator" visible="true" lat="-0.00276" lon="0.00506"/>
+  <node id="-345602" user="overview-creator" visible="true" lat="-0.00276" lon="0.00534"/>
+  <node id="-345603" user="overview-creator" visible="true" lat="-0.00284" lon="0.00534"/>
+  <node id="-345604" user="overview-creator" visible="true" lat="-0.00284" lon="0.00506"/>
+  <way id="-345604" user="overview-creator" visible="true">
+    <nd ref="-345601"/>
+    <nd ref="-345602"/>
+    <nd ref="-345603"/>
+    <nd ref="-345604"/>
+    <nd ref="-345601"/>
+    <tag k="place" v="city"/>
+    <tag k="name" v="city"/>
+  </way>
+  <node id="-345800" user="overview-creator" visible="true" lat="-0.00290" lon="0.00510">
+    <tag k="place" v="town"/>
+    <tag k="name" v="town"/>
+  </node>
+  <node id="-345801" user="overview-creator" visible="true" lat="-0.00286" lon="0.00506"/>
+  <node id="-345802" user="overview-creator" visible="true" lat="-0.00286" lon="0.00534"/>
+  <node id="-345803" user="overview-creator" visible="true" lat="-0.00294" lon="0.00534"/>
+  <node id="-345804" user="overview-creator" visible="true" lat="-0.00294" lon="0.00506"/>
+  <way id="-345804" user="overview-creator" visible="true">
+    <nd ref="-345801"/>
+    <nd ref="-345802"/>
+    <nd ref="-345803"/>
+    <nd ref="-345804"/>
+    <nd ref="-345801"/>
+    <tag k="place" v="town"/>
+    <tag k="name" v="town"/>
+  </way>
+  <node id="-346000" user="overview-creator" visible="true" lat="-0.00300" lon="0.00510">
+    <tag k="place" v="village"/>
+    <tag k="name" v="village"/>
+  </node>
+  <node id="-346001" user="overview-creator" visible="true" lat="-0.00296" lon="0.00506"/>
+  <node id="-346002" user="overview-creator" visible="true" lat="-0.00296" lon="0.00534"/>
+  <node id="-346003" user="overview-creator" visible="true" lat="-0.00304" lon="0.00534"/>
+  <node id="-346004" user="overview-creator" visible="true" lat="-0.00304" lon="0.00506"/>
+  <way id="-346004" user="overview-creator" visible="true">
+    <nd ref="-346001"/>
+    <nd ref="-346002"/>
+    <nd ref="-346003"/>
+    <nd ref="-346004"/>
+    <nd ref="-346001"/>
+    <tag k="place" v="village"/>
+    <tag k="name" v="village"/>
+  </way>
+  <node id="-346200" user="overview-creator" visible="true" lat="-0.00310" lon="0.00510">
+    <tag k="place" v="hamlet"/>
+    <tag k="name" v="hamlet"/>
+  </node>
+  <node id="-346201" user="overview-creator" visible="true" lat="-0.00306" lon="0.00506"/>
+  <node id="-346202" user="overview-creator" visible="true" lat="-0.00306" lon="0.00534"/>
+  <node id="-346203" user="overview-creator" visible="true" lat="-0.00314" lon="0.00534"/>
+  <node id="-346204" user="overview-creator" visible="true" lat="-0.00314" lon="0.00506"/>
+  <way id="-346204" user="overview-creator" visible="true">
+    <nd ref="-346201"/>
+    <nd ref="-346202"/>
+    <nd ref="-346203"/>
+    <nd ref="-346204"/>
+    <nd ref="-346201"/>
+    <tag k="place" v="hamlet"/>
+    <tag k="name" v="hamlet"/>
+  </way>
+  <node id="-346400" user="overview-creator" visible="true" lat="-0.00320" lon="0.00510">
+    <tag k="place" v="suburb"/>
+    <tag k="name" v="suburb"/>
+  </node>
+  <node id="-346401" user="overview-creator" visible="true" lat="-0.00316" lon="0.00506"/>
+  <node id="-346402" user="overview-creator" visible="true" lat="-0.00316" lon="0.00534"/>
+  <node id="-346403" user="overview-creator" visible="true" lat="-0.00324" lon="0.00534"/>
+  <node id="-346404" user="overview-creator" visible="true" lat="-0.00324" lon="0.00506"/>
+  <way id="-346404" user="overview-creator" visible="true">
+    <nd ref="-346401"/>
+    <nd ref="-346402"/>
+    <nd ref="-346403"/>
+    <nd ref="-346404"/>
+    <nd ref="-346401"/>
+    <tag k="place" v="suburb"/>
+    <tag k="name" v="suburb"/>
+  </way>
+  <node id="-346600" user="overview-creator" visible="true" lat="-0.00330" lon="0.00510">
+    <tag k="place" v="locality"/>
+    <tag k="name" v="locality"/>
+  </node>
+  <node id="-346601" user="overview-creator" visible="true" lat="-0.00326" lon="0.00506"/>
+  <node id="-346602" user="overview-creator" visible="true" lat="-0.00326" lon="0.00534"/>
+  <node id="-346603" user="overview-creator" visible="true" lat="-0.00334" lon="0.00534"/>
+  <node id="-346604" user="overview-creator" visible="true" lat="-0.00334" lon="0.00506"/>
+  <way id="-346604" user="overview-creator" visible="true">
+    <nd ref="-346601"/>
+    <nd ref="-346602"/>
+    <nd ref="-346603"/>
+    <nd ref="-346604"/>
+    <nd ref="-346601"/>
+    <tag k="place" v="locality"/>
+    <tag k="name" v="locality"/>
+  </way>
+  <node id="-346800" user="overview-creator" visible="true" lat="-0.00340" lon="0.00510">
+    <tag k="place" v="island"/>
+    <tag k="name" v="island"/>
+  </node>
+  <node id="-346801" user="overview-creator" visible="true" lat="-0.00336" lon="0.00506"/>
+  <node id="-346802" user="overview-creator" visible="true" lat="-0.00336" lon="0.00534"/>
+  <node id="-346803" user="overview-creator" visible="true" lat="-0.00344" lon="0.00534"/>
+  <node id="-346804" user="overview-creator" visible="true" lat="-0.00344" lon="0.00506"/>
+  <way id="-346804" user="overview-creator" visible="true">
+    <nd ref="-346801"/>
+    <nd ref="-346802"/>
+    <nd ref="-346803"/>
+    <nd ref="-346804"/>
+    <nd ref="-346801"/>
+    <tag k="place" v="island"/>
+    <tag k="name" v="island"/>
+  </way>
+  <node id="-347000" user="overview-creator" visible="true" lat="-0.00350" lon="0.00510">
+    <tag k="place" v="islet"/>
+    <tag k="name" v="islet"/>
+  </node>
+  <node id="-347001" user="overview-creator" visible="true" lat="-0.00346" lon="0.00506"/>
+  <node id="-347002" user="overview-creator" visible="true" lat="-0.00346" lon="0.00534"/>
+  <node id="-347003" user="overview-creator" visible="true" lat="-0.00354" lon="0.00534"/>
+  <node id="-347004" user="overview-creator" visible="true" lat="-0.00354" lon="0.00506"/>
+  <way id="-347004" user="overview-creator" visible="true">
+    <nd ref="-347001"/>
+    <nd ref="-347002"/>
+    <nd ref="-347003"/>
+    <nd ref="-347004"/>
+    <nd ref="-347001"/>
+    <tag k="place" v="islet"/>
+    <tag k="name" v="islet"/>
+  </way>
+  <node id="-340200" user="overview-creator" visible="true" lat="-0.00010" lon="0.00510">
+    <tag k="tourism" v="information"/>
+    <tag k="name" v="natural"/>
+  </node>
+  <node id="-340400" user="overview-creator" visible="true" lat="-0.00020" lon="0.00510">
+    <tag k="natural" v="spring"/>
+    <tag k="name" v="spring"/>
+  </node>
+  <node id="-340401" user="overview-creator" visible="true" lat="-0.00016" lon="0.00506"/>
+  <node id="-340402" user="overview-creator" visible="true" lat="-0.00016" lon="0.00534"/>
+  <node id="-340403" user="overview-creator" visible="true" lat="-0.00024" lon="0.00534"/>
+  <node id="-340404" user="overview-creator" visible="true" lat="-0.00024" lon="0.00506"/>
+  <way id="-340404" user="overview-creator" visible="true">
+    <nd ref="-340401"/>
+    <nd ref="-340402"/>
+    <nd ref="-340403"/>
+    <nd ref="-340404"/>
+    <nd ref="-340401"/>
+    <tag k="natural" v="spring"/>
+    <tag k="name" v="spring"/>
+  </way>
+  <node id="-340600" user="overview-creator" visible="true" lat="-0.00030" lon="0.00510">
+    <tag k="natural" v="peak"/>
+    <tag k="name" v="peak"/>
+  </node>
+  <node id="-340601" user="overview-creator" visible="true" lat="-0.00026" lon="0.00506"/>
+  <node id="-340602" user="overview-creator" visible="true" lat="-0.00026" lon="0.00534"/>
+  <node id="-340603" user="overview-creator" visible="true" lat="-0.00034" lon="0.00534"/>
+  <node id="-340604" user="overview-creator" visible="true" lat="-0.00034" lon="0.00506"/>
+  <way id="-340604" user="overview-creator" visible="true">
+    <nd ref="-340601"/>
+    <nd ref="-340602"/>
+    <nd ref="-340603"/>
+    <nd ref="-340604"/>
+    <nd ref="-340601"/>
+    <tag k="natural" v="peak"/>
+    <tag k="name" v="peak"/>
+  </way>
+  <node id="-340800" user="overview-creator" visible="true" lat="-0.00040" lon="0.00510">
+    <tag k="natural" v="glacier"/>
+    <tag k="name" v="glacier"/>
+  </node>
+  <node id="-340801" user="overview-creator" visible="true" lat="-0.00036" lon="0.00506"/>
+  <node id="-340802" user="overview-creator" visible="true" lat="-0.00036" lon="0.00534"/>
+  <node id="-340803" user="overview-creator" visible="true" lat="-0.00044" lon="0.00534"/>
+  <node id="-340804" user="overview-creator" visible="true" lat="-0.00044" lon="0.00506"/>
+  <way id="-340804" user="overview-creator" visible="true">
+    <nd ref="-340801"/>
+    <nd ref="-340802"/>
+    <nd ref="-340803"/>
+    <nd ref="-340804"/>
+    <nd ref="-340801"/>
+    <tag k="natural" v="glacier"/>
+    <tag k="name" v="glacier"/>
+  </way>
+  <node id="-341000" user="overview-creator" visible="true" lat="-0.00050" lon="0.00510">
+    <tag k="natural" v="volcano"/>
+    <tag k="name" v="volcano"/>
+  </node>
+  <node id="-341001" user="overview-creator" visible="true" lat="-0.00046" lon="0.00506"/>
+  <node id="-341002" user="overview-creator" visible="true" lat="-0.00046" lon="0.00534"/>
+  <node id="-341003" user="overview-creator" visible="true" lat="-0.00054" lon="0.00534"/>
+  <node id="-341004" user="overview-creator" visible="true" lat="-0.00054" lon="0.00506"/>
+  <way id="-341004" user="overview-creator" visible="true">
+    <nd ref="-341001"/>
+    <nd ref="-341002"/>
+    <nd ref="-341003"/>
+    <nd ref="-341004"/>
+    <nd ref="-341001"/>
+    <tag k="natural" v="volcano"/>
+    <tag k="name" v="volcano"/>
+  </way>
+  <node id="-341200" user="overview-creator" visible="true" lat="-0.00060" lon="0.00510">
+    <tag k="natural" v="cliff"/>
+    <tag k="name" v="cliff"/>
+  </node>
+  <node id="-341201" user="overview-creator" visible="true" lat="-0.00056" lon="0.00506"/>
+  <node id="-341202" user="overview-creator" visible="true" lat="-0.00056" lon="0.00534"/>
+  <node id="-341203" user="overview-creator" visible="true" lat="-0.00064" lon="0.00534"/>
+  <node id="-341204" user="overview-creator" visible="true" lat="-0.00064" lon="0.00506"/>
+  <way id="-341204" user="overview-creator" visible="true">
+    <nd ref="-341201"/>
+    <nd ref="-341202"/>
+    <nd ref="-341203"/>
+    <nd ref="-341204"/>
+    <nd ref="-341201"/>
+    <tag k="natural" v="cliff"/>
+    <tag k="name" v="cliff"/>
+  </way>
+  <node id="-341400" user="overview-creator" visible="true" lat="-0.00070" lon="0.00510">
+    <tag k="natural" v="scree"/>
+    <tag k="name" v="scree"/>
+  </node>
+  <node id="-341401" user="overview-creator" visible="true" lat="-0.00066" lon="0.00506"/>
+  <node id="-341402" user="overview-creator" visible="true" lat="-0.00066" lon="0.00534"/>
+  <node id="-341403" user="overview-creator" visible="true" lat="-0.00074" lon="0.00534"/>
+  <node id="-341404" user="overview-creator" visible="true" lat="-0.00074" lon="0.00506"/>
+  <way id="-341404" user="overview-creator" visible="true">
+    <nd ref="-341401"/>
+    <nd ref="-341402"/>
+    <nd ref="-341403"/>
+    <nd ref="-341404"/>
+    <nd ref="-341401"/>
+    <tag k="natural" v="scree"/>
+    <tag k="name" v="scree"/>
+  </way>
+  <node id="-341600" user="overview-creator" visible="true" lat="-0.00080" lon="0.00510">
+    <tag k="natural" v="scrub"/>
+    <tag k="name" v="scrub"/>
+  </node>
+  <node id="-341601" user="overview-creator" visible="true" lat="-0.00076" lon="0.00506"/>
+  <node id="-341602" user="overview-creator" visible="true" lat="-0.00076" lon="0.00534"/>
+  <node id="-341603" user="overview-creator" visible="true" lat="-0.00084" lon="0.00534"/>
+  <node id="-341604" user="overview-creator" visible="true" lat="-0.00084" lon="0.00506"/>
+  <way id="-341604" user="overview-creator" visible="true">
+    <nd ref="-341601"/>
+    <nd ref="-341602"/>
+    <nd ref="-341603"/>
+    <nd ref="-341604"/>
+    <nd ref="-341601"/>
+    <tag k="natural" v="scrub"/>
+    <tag k="name" v="scrub"/>
+  </way>
+  <node id="-341800" user="overview-creator" visible="true" lat="-0.00090" lon="0.00510">
+    <tag k="natural" v="fell"/>
+    <tag k="name" v="fell"/>
+  </node>
+  <node id="-341801" user="overview-creator" visible="true" lat="-0.00086" lon="0.00506"/>
+  <node id="-341802" user="overview-creator" visible="true" lat="-0.00086" lon="0.00534"/>
+  <node id="-341803" user="overview-creator" visible="true" lat="-0.00094" lon="0.00534"/>
+  <node id="-341804" user="overview-creator" visible="true" lat="-0.00094" lon="0.00506"/>
+  <way id="-341804" user="overview-creator" visible="true">
+    <nd ref="-341801"/>
+    <nd ref="-341802"/>
+    <nd ref="-341803"/>
+    <nd ref="-341804"/>
+    <nd ref="-341801"/>
+    <tag k="natural" v="fell"/>
+    <tag k="name" v="fell"/>
+  </way>
+  <node id="-342000" user="overview-creator" visible="true" lat="-0.00100" lon="0.00510">
+    <tag k="natural" v="heath"/>
+    <tag k="name" v="heath"/>
+  </node>
+  <node id="-342001" user="overview-creator" visible="true" lat="-0.00096" lon="0.00506"/>
+  <node id="-342002" user="overview-creator" visible="true" lat="-0.00096" lon="0.00534"/>
+  <node id="-342003" user="overview-creator" visible="true" lat="-0.00104" lon="0.00534"/>
+  <node id="-342004" user="overview-creator" visible="true" lat="-0.00104" lon="0.00506"/>
+  <way id="-342004" user="overview-creator" visible="true">
+    <nd ref="-342001"/>
+    <nd ref="-342002"/>
+    <nd ref="-342003"/>
+    <nd ref="-342004"/>
+    <nd ref="-342001"/>
+    <tag k="natural" v="heath"/>
+    <tag k="name" v="heath"/>
+  </way>
+  <node id="-342200" user="overview-creator" visible="true" lat="-0.00110" lon="0.00510">
+    <tag k="natural" v="wood"/>
+    <tag k="name" v="wood"/>
+  </node>
+  <node id="-342201" user="overview-creator" visible="true" lat="-0.00106" lon="0.00506"/>
+  <node id="-342202" user="overview-creator" visible="true" lat="-0.00106" lon="0.00534"/>
+  <node id="-342203" user="overview-creator" visible="true" lat="-0.00114" lon="0.00534"/>
+  <node id="-342204" user="overview-creator" visible="true" lat="-0.00114" lon="0.00506"/>
+  <way id="-342204" user="overview-creator" visible="true">
+    <nd ref="-342201"/>
+    <nd ref="-342202"/>
+    <nd ref="-342203"/>
+    <nd ref="-342204"/>
+    <nd ref="-342201"/>
+    <tag k="natural" v="wood"/>
+    <tag k="name" v="wood"/>
+  </way>
+  <node id="-342400" user="overview-creator" visible="true" lat="-0.00120" lon="0.00510">
+    <tag k="natural" v="wetland"/>
+    <tag k="name" v="wetland"/>
+  </node>
+  <node id="-342401" user="overview-creator" visible="true" lat="-0.00116" lon="0.00506"/>
+  <node id="-342402" user="overview-creator" visible="true" lat="-0.00116" lon="0.00534"/>
+  <node id="-342403" user="overview-creator" visible="true" lat="-0.00124" lon="0.00534"/>
+  <node id="-342404" user="overview-creator" visible="true" lat="-0.00124" lon="0.00506"/>
+  <way id="-342404" user="overview-creator" visible="true">
+    <nd ref="-342401"/>
+    <nd ref="-342402"/>
+    <nd ref="-342403"/>
+    <nd ref="-342404"/>
+    <nd ref="-342401"/>
+    <tag k="natural" v="wetland"/>
+    <tag k="name" v="wetland"/>
+  </way>
+  <node id="-342600" user="overview-creator" visible="true" lat="-0.00130" lon="0.00510">
+    <tag k="natural" v="water"/>
+    <tag k="name" v="water"/>
+  </node>
+  <node id="-342601" user="overview-creator" visible="true" lat="-0.00126" lon="0.00506"/>
+  <node id="-342602" user="overview-creator" visible="true" lat="-0.00126" lon="0.00534"/>
+  <node id="-342603" user="overview-creator" visible="true" lat="-0.00134" lon="0.00534"/>
+  <node id="-342604" user="overview-creator" visible="true" lat="-0.00134" lon="0.00506"/>
+  <way id="-342604" user="overview-creator" visible="true">
+    <nd ref="-342601"/>
+    <nd ref="-342602"/>
+    <nd ref="-342603"/>
+    <nd ref="-342604"/>
+    <nd ref="-342601"/>
+    <tag k="natural" v="water"/>
+    <tag k="name" v="water"/>
+  </way>
+  <node id="-342800" user="overview-creator" visible="true" lat="-0.00140" lon="0.00510">
+    <tag k="natural" v="coastline"/>
+    <tag k="name" v="coastline"/>
+  </node>
+  <node id="-342801" user="overview-creator" visible="true" lat="-0.00136" lon="0.00506"/>
+  <node id="-342802" user="overview-creator" visible="true" lat="-0.00136" lon="0.00534"/>
+  <node id="-342803" user="overview-creator" visible="true" lat="-0.00144" lon="0.00534"/>
+  <node id="-342804" user="overview-creator" visible="true" lat="-0.00144" lon="0.00506"/>
+  <way id="-342804" user="overview-creator" visible="true">
+    <nd ref="-342801"/>
+    <nd ref="-342802"/>
+    <nd ref="-342803"/>
+    <nd ref="-342804"/>
+    <nd ref="-342801"/>
+    <tag k="natural" v="coastline"/>
+    <tag k="name" v="coastline"/>
+  </way>
+  <node id="-343000" user="overview-creator" visible="true" lat="-0.00150" lon="0.00510">
+    <tag k="natural" v="mud"/>
+    <tag k="name" v="mud"/>
+  </node>
+  <node id="-343001" user="overview-creator" visible="true" lat="-0.00146" lon="0.00506"/>
+  <node id="-343002" user="overview-creator" visible="true" lat="-0.00146" lon="0.00534"/>
+  <node id="-343003" user="overview-creator" visible="true" lat="-0.00154" lon="0.00534"/>
+  <node id="-343004" user="overview-creator" visible="true" lat="-0.00154" lon="0.00506"/>
+  <way id="-343004" user="overview-creator" visible="true">
+    <nd ref="-343001"/>
+    <nd ref="-343002"/>
+    <nd ref="-343003"/>
+    <nd ref="-343004"/>
+    <nd ref="-343001"/>
+    <tag k="natural" v="mud"/>
+    <tag k="name" v="mud"/>
+  </way>
+  <node id="-343200" user="overview-creator" visible="true" lat="-0.00160" lon="0.00510">
+    <tag k="natural" v="beach"/>
+    <tag k="name" v="beach"/>
+  </node>
+  <node id="-343201" user="overview-creator" visible="true" lat="-0.00156" lon="0.00506"/>
+  <node id="-343202" user="overview-creator" visible="true" lat="-0.00156" lon="0.00534"/>
+  <node id="-343203" user="overview-creator" visible="true" lat="-0.00164" lon="0.00534"/>
+  <node id="-343204" user="overview-creator" visible="true" lat="-0.00164" lon="0.00506"/>
+  <way id="-343204" user="overview-creator" visible="true">
+    <nd ref="-343201"/>
+    <nd ref="-343202"/>
+    <nd ref="-343203"/>
+    <nd ref="-343204"/>
+    <nd ref="-343201"/>
+    <tag k="natural" v="beach"/>
+    <tag k="name" v="beach"/>
+  </way>
+  <node id="-343400" user="overview-creator" visible="true" lat="-0.00170" lon="0.00510">
+    <tag k="natural" v="bay"/>
+    <tag k="name" v="bay"/>
+  </node>
+  <node id="-343401" user="overview-creator" visible="true" lat="-0.00166" lon="0.00506"/>
+  <node id="-343402" user="overview-creator" visible="true" lat="-0.00166" lon="0.00534"/>
+  <node id="-343403" user="overview-creator" visible="true" lat="-0.00174" lon="0.00534"/>
+  <node id="-343404" user="overview-creator" visible="true" lat="-0.00174" lon="0.00506"/>
+  <way id="-343404" user="overview-creator" visible="true">
+    <nd ref="-343401"/>
+    <nd ref="-343402"/>
+    <nd ref="-343403"/>
+    <nd ref="-343404"/>
+    <nd ref="-343401"/>
+    <tag k="natural" v="bay"/>
+    <tag k="name" v="bay"/>
+  </way>
+  <node id="-343600" user="overview-creator" visible="true" lat="-0.00180" lon="0.00510">
+    <tag k="natural" v="land"/>
+    <tag k="name" v="land"/>
+  </node>
+  <node id="-343601" user="overview-creator" visible="true" lat="-0.00176" lon="0.00506"/>
+  <node id="-343602" user="overview-creator" visible="true" lat="-0.00176" lon="0.00534"/>
+  <node id="-343603" user="overview-creator" visible="true" lat="-0.00184" lon="0.00534"/>
+  <node id="-343604" user="overview-creator" visible="true" lat="-0.00184" lon="0.00506"/>
+  <way id="-343604" user="overview-creator" visible="true">
+    <nd ref="-343601"/>
+    <nd ref="-343602"/>
+    <nd ref="-343603"/>
+    <nd ref="-343604"/>
+    <nd ref="-343601"/>
+    <tag k="natural" v="land"/>
+    <tag k="name" v="land"/>
+  </way>
+  <node id="-343800" user="overview-creator" visible="true" lat="-0.00190" lon="0.00510">
+    <tag k="natural" v="cave_entrance"/>
+    <tag k="name" v="cave_entrance"/>
+  </node>
+  <node id="-343801" user="overview-creator" visible="true" lat="-0.00186" lon="0.00506"/>
+  <node id="-343802" user="overview-creator" visible="true" lat="-0.00186" lon="0.00534"/>
+  <node id="-343803" user="overview-creator" visible="true" lat="-0.00194" lon="0.00534"/>
+  <node id="-343804" user="overview-creator" visible="true" lat="-0.00194" lon="0.00506"/>
+  <way id="-343804" user="overview-creator" visible="true">
+    <nd ref="-343801"/>
+    <nd ref="-343802"/>
+    <nd ref="-343803"/>
+    <nd ref="-343804"/>
+    <nd ref="-343801"/>
+    <tag k="natural" v="cave_entrance"/>
+    <tag k="name" v="cave_entrance"/>
+  </way>
+  <node id="-344000" user="overview-creator" visible="true" lat="-0.00200" lon="0.00510">
+    <tag k="natural" v="tree"/>
+    <tag k="name" v="tree"/>
+  </node>
+  <node id="-344001" user="overview-creator" visible="true" lat="-0.00196" lon="0.00506"/>
+  <node id="-344002" user="overview-creator" visible="true" lat="-0.00196" lon="0.00534"/>
+  <node id="-344003" user="overview-creator" visible="true" lat="-0.00204" lon="0.00534"/>
+  <node id="-344004" user="overview-creator" visible="true" lat="-0.00204" lon="0.00506"/>
+  <way id="-344004" user="overview-creator" visible="true">
+    <nd ref="-344001"/>
+    <nd ref="-344002"/>
+    <nd ref="-344003"/>
+    <nd ref="-344004"/>
+    <nd ref="-344001"/>
+    <tag k="natural" v="tree"/>
+    <tag k="name" v="tree"/>
+  </way>
+</osm>
Index: /trunk/nodist/styles/standard/overview.xsl
===================================================================
--- /trunk/nodist/styles/standard/overview.xsl	(revision 16006)
+++ /trunk/nodist/styles/standard/overview.xsl	(revision 16006)
@@ -0,0 +1,651 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<xsl:stylesheet
+    version="1.0"
+    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+    xmlns:html="http://www.w3.org/1999/xhtml"
+    exclude-result-prefixes="html"
+>
+ 
+    <xsl:output
+        method="xml"
+		indent="yes"
+		encoding="UTF-8"
+    />
+
+
+<xsl:variable name="column-width">2</xsl:variable>
+<xsl:variable name="xscale">10</xsl:variable>
+<xsl:variable name="yscale">10</xsl:variable>
+<xsl:variable name="areaoffset">4</xsl:variable>
+<xsl:variable name="ymax">41</xsl:variable>
+<xsl:variable name="ynextcol">29</xsl:variable>
+
+
+<xsl:template name="node-attributes">
+	<xsl:param name="id" />
+	<xsl:param name="x" />
+	<xsl:param name="y" />
+
+	
+	<xsl:variable name="lon">
+		<xsl:choose>
+			<xsl:when test="$x &gt;= 1000"><xsl:value-of select="$x" /></xsl:when>
+			<xsl:when test="$x &gt;= 100">0<xsl:value-of select="$x" /></xsl:when>
+			<xsl:when test="$x &gt;= 10">00<xsl:value-of select="$x" /></xsl:when>
+			<xsl:otherwise>000<xsl:value-of select="$x" /></xsl:otherwise>
+		</xsl:choose>
+	</xsl:variable>
+
+	<xsl:variable name="lat">
+		<xsl:choose>
+			<xsl:when test="$y &gt;= 1000"><xsl:value-of select="$y" /></xsl:when>
+			<xsl:when test="$y &gt;= 100">0<xsl:value-of select="$y" /></xsl:when>
+			<xsl:when test="$y &gt;= 10">00<xsl:value-of select="$y" /></xsl:when>
+			<xsl:otherwise>000<xsl:value-of select="$y" /></xsl:otherwise>
+		</xsl:choose>
+	</xsl:variable>
+	
+
+	<xsl:attribute name="id"><xsl:value-of select="$id" /></xsl:attribute>
+	<xsl:attribute name="user">overview-creator</xsl:attribute>
+	<xsl:attribute name="visible">true</xsl:attribute>
+	<xsl:attribute name="lat">-0.0<xsl:value-of select="$lat" /></xsl:attribute>
+	<xsl:attribute name="lon">0.0<xsl:value-of select="$lon" /></xsl:attribute>
+
+	<!-- debugging
+	<xsl:element name="tag">
+		<xsl:attribute name="k">x</xsl:attribute>
+		<xsl:attribute name="v"><xsl:value-of select="$x" /></xsl:attribute>
+	</xsl:element>
+	
+	<xsl:element name="tag">
+		<xsl:attribute name="k">y</xsl:attribute>
+		<xsl:attribute name="v"><xsl:value-of select="$y" /></xsl:attribute>
+	</xsl:element>
+	-->
+
+	<!-- debugging
+	<xsl:element name="tag">
+		<xsl:attribute name="k">lat</xsl:attribute>
+		<xsl:attribute name="v"><xsl:value-of select="$lat" /></xsl:attribute>
+	</xsl:element>
+	
+	<xsl:element name="tag">
+		<xsl:attribute name="k">lon</xsl:attribute>
+		<xsl:attribute name="v"><xsl:value-of select="$lon" /></xsl:attribute>
+	</xsl:element>
+	-->
+	
+</xsl:template>
+
+	
+	
+<xsl:template name="rule">
+	<xsl:param name="index" />
+	<xsl:param name="xpos" />
+	<xsl:param name="ypos" />
+
+	
+	<xsl:variable name="xoffset"><xsl:value-of select="number( ($xpos) * ($xscale + $column-width*$xscale) )" /></xsl:variable>
+	<xsl:variable name="yoffset"><xsl:value-of select="number($ypos*$yscale)" /></xsl:variable>
+	<xsl:variable name="idbase"><xsl:value-of select="number($xpos * 20000 + $ypos * 200)" /></xsl:variable>
+
+	
+
+	<!-- ICON example -->
+	<xsl:element name="node">
+		<xsl:call-template name="node-attributes">
+			<xsl:with-param name="id" select="-number($idbase + 0)"/>
+			<xsl:with-param name="x" select="number( 0*$xscale + $xoffset )"/>
+			<xsl:with-param name="y" select="$yoffset"/>
+		</xsl:call-template>
+
+		<xsl:if test="rule[$index]/condition/@v">
+			<xsl:element name="tag">
+				<xsl:attribute name="k"><xsl:value-of select = "rule[$index]/condition/@k" /></xsl:attribute>
+				<xsl:attribute name="v"><xsl:value-of select = "rule[$index]/condition/@v" /></xsl:attribute>
+			</xsl:element>
+			<xsl:element name="tag">
+				<xsl:attribute name="k">name</xsl:attribute>
+				<xsl:attribute name="v"><xsl:value-of select = "rule[$index]/condition/@v" /></xsl:attribute>
+			</xsl:element>
+		</xsl:if>
+		<xsl:if test="rule[$index]/condition/@b">
+			<xsl:element name="tag">
+				<xsl:attribute name="k"><xsl:value-of select = "rule[$index]/condition/@k" /></xsl:attribute>
+				<xsl:attribute name="v"><xsl:value-of select = "rule[$index]/condition/@b" /></xsl:attribute>
+			</xsl:element>
+			<xsl:element name="tag">
+				<xsl:attribute name="k">name</xsl:attribute>
+				<xsl:attribute name="v"><xsl:value-of select = "rule[$index]/condition/@b" /></xsl:attribute>
+			</xsl:element>
+		</xsl:if>
+		<xsl:if test="not(rule[$index]/condition/@b) and not(rule[$index]/condition/@v)">
+			<xsl:element name="tag">
+				<xsl:attribute name="k"><xsl:value-of select = "rule[$index]/condition/@k" /></xsl:attribute>
+				<xsl:attribute name="v">any</xsl:attribute>
+			</xsl:element>
+			<xsl:element name="tag">
+				<xsl:attribute name="k">name</xsl:attribute>
+				<xsl:attribute name="v">(any)</xsl:attribute>
+			</xsl:element>
+		</xsl:if>
+	</xsl:element>
+
+
+	<!-- AREA / LINE example -->
+	
+	<xsl:element name="node">
+		<xsl:call-template name="node-attributes">
+			<xsl:with-param name="id" select="-number($idbase + 1)"/>
+			<xsl:with-param name="x" select="number($xoffset - $areaoffset)"/>
+			<xsl:with-param name="y" select="number($yoffset - $areaoffset)"/>
+		</xsl:call-template>
+		<!--<xsl:element name="tag">
+			<xsl:attribute name="k">pos</xsl:attribute>
+			<xsl:attribute name="v">nw</xsl:attribute>
+		</xsl:element>-->
+	</xsl:element>
+	
+	<xsl:element name="node">
+		<xsl:call-template name="node-attributes">
+			<xsl:with-param name="id" select="-number($idbase + 2)"/>
+			<xsl:with-param name="x" select="number($xoffset + $areaoffset + 2*$xscale)"/>
+			<xsl:with-param name="y" select="number($yoffset - $areaoffset)"/>
+		</xsl:call-template>
+		<!--<xsl:element name="tag">
+			<xsl:attribute name="k">pos</xsl:attribute>
+			<xsl:attribute name="v">ne</xsl:attribute>
+		</xsl:element>-->
+	</xsl:element>
+	
+	<xsl:element name="node">
+		<xsl:call-template name="node-attributes">
+			<xsl:with-param name="id" select="-number($idbase + 3)"/>
+			<xsl:with-param name="x" select="number($xoffset + $areaoffset + 2*$xscale)"/>
+			<xsl:with-param name="y" select="number($yoffset + $areaoffset)"/>
+		</xsl:call-template>
+		<!--<xsl:element name="tag">
+			<xsl:attribute name="k">pos</xsl:attribute>
+			<xsl:attribute name="v">se</xsl:attribute>
+		</xsl:element>-->
+	</xsl:element>
+	
+	<xsl:element name="node">
+		<xsl:call-template name="node-attributes">
+			<xsl:with-param name="id" select="-number($idbase + 4)"/>
+			<xsl:with-param name="x" select="number($xoffset - $areaoffset)"/>
+			<xsl:with-param name="y" select="number($yoffset + $areaoffset)"/>
+		</xsl:call-template>
+		<!--<xsl:element name="tag">
+			<xsl:attribute name="k">pos</xsl:attribute>
+			<xsl:attribute name="v">sw</xsl:attribute>
+		</xsl:element>-->
+	</xsl:element>
+	
+	
+	<xsl:element name="way">
+		<xsl:attribute name="id"><xsl:value-of select="-number($idbase + 4)" /></xsl:attribute>
+		<xsl:attribute name="user">overview-creator</xsl:attribute>
+		<xsl:attribute name="visible">true</xsl:attribute>
+
+		<xsl:element name="nd">
+			<xsl:attribute name="ref"><xsl:value-of select = "-number($idbase + 1)" /></xsl:attribute>
+		</xsl:element>
+		<xsl:element name="nd">
+			<xsl:attribute name="ref"><xsl:value-of select = "-number($idbase + 2)" /></xsl:attribute>
+		</xsl:element>
+		<xsl:element name="nd">
+			<xsl:attribute name="ref"><xsl:value-of select = "-number($idbase + 3)" /></xsl:attribute>
+		</xsl:element>
+		<xsl:element name="nd">
+			<xsl:attribute name="ref"><xsl:value-of select = "-number($idbase + 4)" /></xsl:attribute>
+		</xsl:element>
+		<xsl:element name="nd">
+			<xsl:attribute name="ref"><xsl:value-of select = "-number($idbase + 1)" /></xsl:attribute>
+		</xsl:element>
+		
+		<xsl:if test="rule[$index]/condition/@v">
+			<xsl:element name="tag">
+				<xsl:attribute name="k"><xsl:value-of select = "rule[$index]/condition/@k" /></xsl:attribute>
+				<xsl:attribute name="v"><xsl:value-of select = "rule[$index]/condition/@v" /></xsl:attribute>
+			</xsl:element>
+			<xsl:element name="tag">
+				<xsl:attribute name="k">name</xsl:attribute>
+				<xsl:attribute name="v"><xsl:value-of select = "rule[$index]/condition/@v" /></xsl:attribute>
+			</xsl:element>
+		</xsl:if>
+		<xsl:if test="rule[$index]/condition/@b">
+			<xsl:element name="tag">
+				<xsl:attribute name="k"><xsl:value-of select = "rule[$index]/condition/@k" /></xsl:attribute>
+				<xsl:attribute name="v"><xsl:value-of select = "rule[$index]/condition/@b" /></xsl:attribute>
+			</xsl:element>
+			<xsl:element name="tag">
+				<xsl:attribute name="k">name</xsl:attribute>
+				<xsl:attribute name="v"><xsl:value-of select = "rule[$index]/condition/@b" /></xsl:attribute>
+			</xsl:element>
+		</xsl:if>
+		<xsl:if test="not(rule[$index]/condition/@b) and not(rule[$index]/condition/@v)">
+			<xsl:element name="tag">
+				<xsl:attribute name="k"><xsl:value-of select = "rule[$index]/condition/@k" /></xsl:attribute>
+				<xsl:attribute name="v">any</xsl:attribute>
+			</xsl:element>
+			<xsl:element name="tag">
+				<xsl:attribute name="k">name</xsl:attribute>
+				<xsl:attribute name="v">any</xsl:attribute>
+			</xsl:element>
+		</xsl:if>
+	</xsl:element>
+</xsl:template>
+
+
+<xsl:template name="posed_rules">
+
+	<xsl:param name="key"/>
+	<xsl:param name="index"/>
+	<xsl:param name="xpos"/>
+	<xsl:param name="ypos"/>
+	
+	<xsl:if test="rule[$index]/condition/@k=$key">
+		<xsl:call-template name="rule">
+			<xsl:with-param name="index" select="$index"/>
+			<xsl:with-param name="xpos" select="$xpos"/>
+			<xsl:with-param name="ypos" select="$ypos"/>
+		</xsl:call-template>
+
+		<xsl:choose>
+			<xsl:when test="$ypos &lt; $ymax">
+				<!-- recursive call - increasing index and output counters -->
+			    <xsl:call-template name="posed_rules">
+					<xsl:with-param name="key" select="$key"/>
+					<xsl:with-param name="index" select="$index + 1"/>
+					<xsl:with-param name="xpos" select="$xpos"/>
+					<xsl:with-param name="ypos" select="$ypos + 1"/>
+			    </xsl:call-template>
+			</xsl:when>
+			<xsl:otherwise>
+				<!-- recursive call - increasing index and output counters -->
+			    <xsl:call-template name="posed_rules">
+					<xsl:with-param name="key" select="$key"/>
+					<xsl:with-param name="index" select="$index + 1"/>
+					<xsl:with-param name="xpos" select="$xpos + 1"/>
+					<xsl:with-param name="ypos" select="$ynextcol"/>
+			    </xsl:call-template>
+			</xsl:otherwise>
+		</xsl:choose>
+	</xsl:if>
+
+	<xsl:if test="rule[$index]/condition/@k!=$key">
+		<!-- recursive call - only increasing the index counter -->
+	    <xsl:call-template name="posed_rules">
+			<xsl:with-param name="key" select="$key"/>
+			<xsl:with-param name="index" select="$index + 1"/>
+			<xsl:with-param name="xpos" select="$xpos"/>
+			<xsl:with-param name="ypos" select="$ypos"/>
+	    </xsl:call-template>
+	</xsl:if>
+	
+</xsl:template>
+
+
+<xsl:template name="topic">
+
+	<xsl:param name="key"/>
+	<xsl:param name="row"/>
+	<xsl:param name="column"/>
+
+
+	<xsl:variable name="xoffset"><xsl:value-of select="number( ($column) * ($xscale + $column-width*$xscale) )" /></xsl:variable>
+	<xsl:variable name="yoffset"><xsl:value-of select="number($row*$yscale)" /></xsl:variable>
+	<xsl:variable name="idbase"><xsl:value-of select="number($column * 20000 + $row * 200)" /></xsl:variable>
+
+	
+	<!-- header item -->
+	<xsl:element name="node">
+		<xsl:call-template name="node-attributes">
+			<xsl:with-param name="id" select="-number($idbase)"/>
+			<xsl:with-param name="x" select="number($xoffset)"/>
+			<xsl:with-param name="y" select="number($yoffset)"/>
+		</xsl:call-template>
+		
+		<xsl:element name="tag">
+			<xsl:attribute name="k"><xsl:value-of select = "'tourism'" /></xsl:attribute>
+			<xsl:attribute name="v"><xsl:value-of select = "'information'" /></xsl:attribute>
+		</xsl:element>
+		<xsl:element name="tag">
+			<xsl:attribute name="k">name</xsl:attribute>
+			<xsl:attribute name="v"><xsl:value-of select = "$key" /></xsl:attribute>
+		</xsl:element>
+	</xsl:element>
+	
+	<!-- key related items -->
+    <xsl:call-template name="posed_rules">
+		<xsl:with-param name="key" select="$key"/>
+		<xsl:with-param name="index" select="1"/>
+		<xsl:with-param name="xpos" select="$column"/>
+		<xsl:with-param name="ypos" select="number($row + 1)"/>
+    </xsl:call-template>
+</xsl:template>
+	
+
+<xsl:template match="rules">
+
+	<xsl:comment>DO NOT EDIT! THIS FILE IS GENERATED!!!</xsl:comment>
+	<xsl:element name="osm">
+	<xsl:attribute name="version">0.6</xsl:attribute>
+	<xsl:attribute name="generator">overview-creator.xslt</xsl:attribute>
+	
+	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'highway'"/>
+		<xsl:with-param name="column" select="1"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'cycleway'"/>
+		<xsl:with-param name="column" select="2"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'tracktype'"/>
+		<xsl:with-param name="column" select="2"/>
+		<xsl:with-param name="row" select="8"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'direction'"/>
+		<xsl:with-param name="column" select="2"/>
+		<xsl:with-param name="row" select="15"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'junction'"/>
+		<xsl:with-param name="column" select="2"/>
+		<xsl:with-param name="row" select="17"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'restriction'"/>
+		<xsl:with-param name="column" select="2"/>
+		<xsl:with-param name="row" select="20"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'tunnel'"/>
+		<xsl:with-param name="column" select="2"/>
+		<xsl:with-param name="row" select="36"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'mountain_pass'"/>
+		<xsl:with-param name="column" select="2"/>
+		<xsl:with-param name="row" select="40"/>
+    </xsl:call-template>
+    
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'barrier'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="28"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'access'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'bicycle'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="3"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'foot'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="6"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'goods'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="10"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'hgv'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="12"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'horse'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="14"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'motorcycle'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="17"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'motorcar'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="19"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'psv'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="21"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'motorboat'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="23"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'boat'"/>
+		<xsl:with-param name="column" select="3"/>
+		<xsl:with-param name="row" select="25"/>
+    </xsl:call-template>
+	
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'noexit'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'maxweight'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="3"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'maxheight'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="5"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'maxwidth'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="7"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'maxlength'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="9"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'maxspeed'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="11"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'minspeed'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="13"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'maxstay'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="15"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'toll'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="17"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'oneway'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="19"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'traffic_sign'"/>
+		<xsl:with-param name="column" select="4"/>
+		<xsl:with-param name="row" select="21"/>
+    </xsl:call-template>
+		
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'railway'"/>
+		<xsl:with-param name="column" select="5"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'service'"/>
+		<xsl:with-param name="column" select="5"/>
+		<xsl:with-param name="row" select="21"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'bridge'"/>
+		<xsl:with-param name="column" select="5"/>
+		<xsl:with-param name="row" select="26"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'route'"/>
+		<xsl:with-param name="column" select="5"/>
+		<xsl:with-param name="row" select="33"/>
+    </xsl:call-template>
+	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'aeroway'"/>
+		<xsl:with-param name="column" select="6"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'aerialway'"/>
+		<xsl:with-param name="column" select="6"/>
+		<xsl:with-param name="row" select="11"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'piste:difficulty'"/>
+		<xsl:with-param name="column" select="6"/>
+		<xsl:with-param name="row" select="18"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'waterway'"/>
+		<xsl:with-param name="column" select="6"/>
+		<xsl:with-param name="row" select="26"/>
+    </xsl:call-template>
+
+	
+	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'amenity'"/>
+		<xsl:with-param name="column" select="8"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'leisure'"/>
+		<xsl:with-param name="column" select="9"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'parking'"/>
+		<xsl:with-param name="column" select="9"/>
+		<xsl:with-param name="row" select="22"/>
+    </xsl:call-template>
+	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'religion'"/>
+		<xsl:with-param name="column" select="10"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+<xsl:call-template name="topic">
+	<xsl:with-param name="key" select="'information'"/>
+	<xsl:with-param name="column" select="11"/>
+	<xsl:with-param name="row" select="33"/>
+</xsl:call-template>
+	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'man_made'"/>
+		<xsl:with-param name="column" select="11"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+<xsl:call-template name="topic">
+	<xsl:with-param name="key" select="'power'"/>
+	<xsl:with-param name="column" select="10"/>
+	<xsl:with-param name="row" select="20"/>
+</xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'power_source'"/>
+		<xsl:with-param name="column" select="11"/>
+		<xsl:with-param name="row" select="20"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'vending'"/>
+		<xsl:with-param name="column" select="11"/>
+		<xsl:with-param name="row" select="40"/>
+    </xsl:call-template>
+
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'shop'"/>
+		<xsl:with-param name="column" select="12"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'tourism'"/>
+		<xsl:with-param name="column" select="13"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>		
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'historic'"/>
+		<xsl:with-param name="column" select="13"/>
+		<xsl:with-param name="row" select="19"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'military'"/>
+		<xsl:with-param name="column" select="13"/>
+		<xsl:with-param name="row" select="36"/>
+    </xsl:call-template>
+	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'sport'"/>
+		<xsl:with-param name="column" select="14"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+
+
+
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'landuse'"/>
+		<xsl:with-param name="column" select="16"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'building'"/>
+		<xsl:with-param name="column" select="16"/>
+		<xsl:with-param name="row" select="28"/>
+    </xsl:call-template>	
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'boundary'"/>
+		<xsl:with-param name="column" select="16"/>
+		<xsl:with-param name="row" select="34"/>
+    </xsl:call-template>
+	
+    <xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'place'"/>
+		<xsl:with-param name="column" select="17"/>
+		<xsl:with-param name="row" select="22"/>
+    </xsl:call-template>
+	<xsl:call-template name="topic">
+		<xsl:with-param name="key" select="'natural'"/>
+		<xsl:with-param name="column" select="17"/>
+		<xsl:with-param name="row" select="1"/>
+    </xsl:call-template>
+	
+	</xsl:element>
+</xsl:template>
+ 
+</xsl:stylesheet>
Index: /trunk/resources/data/boundaries.osm
===================================================================
--- /trunk/resources/data/boundaries.osm	(revision 16006)
+++ /trunk/resources/data/boundaries.osm	(revision 16006)
@@ -0,0 +1,58752 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<osm version='0.6' upload='never' generator='JOSM'>
+  <node id='-8' lat='-4.80838' lon='14.83101' />
+  <node id='-10' lat='-4.77818' lon='13.50305' />
+  <node id='-12' lat='-4.72601' lon='13.70417' />
+  <node id='-14' lat='-4.89897' lon='13.41764' />
+  <node id='-16' lat='-4.5942' lon='13.11182' />
+  <node id='-18' lat='-4.50906' lon='13.9108' />
+  <node id='-20' lat='-4.41842' lon='13.81162' />
+  <node id='-22' lat='-4.44864' lon='13.71794' />
+  <node id='-24' lat='-4.56125' lon='14.37366' />
+  <node id='-26' lat='-4.36623' lon='14.3957' />
+  <node id='-28' lat='-4.42941' lon='14.47284' />
+  <node id='-30' lat='-4.22062' lon='15.48121' />
+  <node id='-32' lat='-4.28381' lon='15.41785' />
+  <node id='-34' lat='-4.27282' lon='15.32693' />
+  <node id='-36' lat='-4.32388' lon='15.1978' />
+  <node id='-38' lat='-4.84956' lon='14.5059' />
+  <node id='-40' lat='-4.92093' lon='14.67948' />
+  <node id='-42' lat='-4.8825' lon='14.41499' />
+  <node id='-44' lat='-4.28381' lon='14.40672' />
+  <node id='-46' lat='-4.042' lon='15.53081' />
+  <node id='-48' lat='-3.2969' lon='16.21407' />
+  <node id='-50' lat='-3.9513' lon='15.89448' />
+  <node id='-52' lat='-2.59528' lon='16.22785' />
+  <node id='-54' lat='-3.25014' lon='16.1755' />
+  <node id='-56' lat='-1.8795' lon='16.50336' />
+  <node id='-58' lat='-0.52707' lon='17.72112' />
+  <node id='-60' lat='-0.99265' lon='17.32438' />
+  <node id='-62' lat='-1.12762' lon='16.97999' />
+  <node id='-64' lat='-1.45815' lon='16.70724' />
+  <node id='-66' lat='0.32424' lon='17.93877' />
+  <node id='-68' lat='0.48128' lon='17.95255' />
+  <node id='-70' lat='0.23884' lon='17.81204' />
+  <node id='-72' lat='0.58873' lon='17.86989' />
+  <node id='-74' lat='1.04327' lon='17.85887' />
+  <node id='-76' lat='1.58553' lon='18.08034' />
+  <node id='-78' lat='3.19342' lon='18.63857' />
+  <node id='-80' lat='2.26876' lon='18.10683' />
+  <node id='-82' lat='-0.26535' lon='17.66051' />
+  <node id='-84' lat='-2.16586' lon='16.16173' />
+  <node id='-86' lat='-4.94632' lon='12.63465' />
+  <node id='-88' lat='-5.01715' lon='12.60251' />
+  <node id='-90' lat='-4.95505' lon='12.70868' />
+  <node id='-92' lat='-4.74346' lon='12.8733' />
+  <node id='-94' lat='-4.67745' lon='13.11195' />
+  <node id='-96' lat='-5.14658' lon='12.53586' />
+  <node id='-98' lat='-5.1332' lon='12.51589' />
+  <node id='-100' lat='-5.14058' lon='12.49815' />
+  <node id='-102' lat='-5.1618' lon='12.53599' />
+  <node id='-104' lat='-5.09408' lon='12.46297' />
+  <node id='-106' lat='-5.17481' lon='12.52301' />
+  <node id='-108' lat='-4.47907' lon='12.91489' />
+  <node id='-110' lat='-4.40315' lon='12.87096' />
+  <node id='-112' lat='-4.38709' lon='12.76844' />
+  <node id='-114' lat='-4.55937' lon='12.64835' />
+  <node id='-116' lat='-4.60609' lon='12.40964' />
+  <node id='-118' lat='-4.79437' lon='12.25587' />
+  <node id='-120' lat='-4.78415' lon='12.32324' />
+  <node id='-122' lat='-4.75642' lon='12.20901' />
+  <node id='-124' lat='-4.90089' lon='12.16068' />
+  <node id='-126' lat='7.79302' lon='15.50743' />
+  <node id='-128' lat='8.65982' lon='15.09484' />
+  <node id='-130' lat='8.80557' lon='14.83566' />
+  <node id='-132' lat='9.2954' lon='14.37094' />
+  <node id='-134' lat='9.73169' lon='14.01793' />
+  <node id='-136' lat='9.99246' lon='15.14043' />
+  <node id='-138' lat='9.94845' lon='15.05999' />
+  <node id='-140' lat='9.99246' lon='15.24618' />
+  <node id='-142' lat='9.97926' lon='14.95722' />
+  <node id='-144' lat='9.93818' lon='14.80082' />
+  <node id='-146' lat='10.1098' lon='15.50535' />
+  <node id='-148' lat='10.31063' lon='15.30874' />
+  <node id='-150' lat='10.47764' lon='15.23724' />
+  <node id='-152' lat='10.62846' lon='15.15532' />
+  <node id='-154' lat='10.53915' lon='15.14936' />
+  <node id='-156' lat='10.87431' lon='15.09127' />
+  <node id='-158' lat='11.04101' lon='15.10021' />
+  <node id='-160' lat='11.02347' lon='15.04957' />
+  <node id='-162' lat='11.40481' lon='15.0585' />
+  <node id='-164' lat='11.5537' lon='15.13149' />
+  <node id='-166' lat='11.71126' lon='15.06595' />
+  <node id='-168' lat='11.8731' lon='15.04808' />
+  <node id='-170' lat='12.0608' lon='15.05786' />
+  <node id='-172' lat='12.1223' lon='15.00146' />
+  <node id='-174' lat='12.0925' lon='14.96952' />
+  <node id='-176' lat='12.16593' lon='14.89019' />
+  <node id='-178' lat='12.91036' lon='14.56101' />
+  <node id='-180' lat='12.78256' lon='14.55058' />
+  <node id='-182' lat='12.41916' lon='14.17523' />
+  <node id='-184' lat='12.53405' lon='14.20204' />
+  <node id='-186' lat='12.17466' lon='14.6474' />
+  <node id='-188' lat='11.7798' lon='14.61612' />
+  <node id='-190' lat='11.72001' lon='14.55207' />
+  <node id='-192' lat='11.66166' lon='14.64591' />
+  <node id='-194' lat='11.23831' lon='14.17821' />
+  <node id='-196' lat='11.00593' lon='13.7403' />
+  <node id='-198' lat='10.94451' lon='13.70753' />
+  <node id='-200' lat='10.9255' lon='13.73434' />
+  <node id='-202' lat='11.00154' lon='13.78945' />
+  <node id='-204' lat='10.61236' lon='13.54964' />
+  <node id='-206' lat='10.53183' lon='13.5705' />
+  <node id='-208' lat='10.13326' lon='13.43644' />
+  <node id='-210' lat='10.12299' lon='13.34111' />
+  <node id='-212' lat='10.03647' lon='13.25025' />
+  <node id='-214' lat='9.9822' lon='13.286' />
+  <node id='-216' lat='9.93232' lon='13.27409' />
+  <node id='-218' lat='9.91031' lon='13.24132' />
+  <node id='-220' lat='9.86042' lon='13.25025' />
+  <node id='-222' lat='9.76795' lon='13.25472' />
+  <node id='-224' lat='9.8296' lon='13.29941' />
+  <node id='-226' lat='9.49334' lon='13.02385' />
+  <node id='-228' lat='9.57266' lon='13.22642' />
+  <node id='-230' lat='10.00127' lon='13.25323' />
+  <node id='-232' lat='9.33905' lon='12.91958' />
+  <node id='-234' lat='9.11411' lon='12.90022' />
+  <node id='-236' lat='8.91992' lon='12.81085' />
+  <node id='-238' lat='8.75361' lon='12.79' />
+  <node id='-240' lat='8.7595' lon='12.71701' />
+  <node id='-242' lat='8.65938' lon='12.68722' />
+  <node id='-244' lat='8.6152' lon='12.44146' />
+  <node id='-246' lat='8.52536' lon='12.4489' />
+  <node id='-248' lat='8.17904' lon='12.24782' />
+  <node id='-250' lat='8.10826' lon='12.19271' />
+  <node id='-252' lat='8.43696' lon='12.26123' />
+  <node id='-254' lat='7.97553' lon='12.20909' />
+  <node id='-256' lat='6.60892' lon='11.51499' />
+  <node id='-258' lat='6.5882' lon='11.42264' />
+  <node id='-260' lat='6.74059' lon='11.57755' />
+  <node id='-262' lat='6.86186' lon='11.55818' />
+  <node id='-264' lat='6.9905' lon='11.63117' />
+  <node id='-266' lat='7.47812' lon='11.93205' />
+  <node id='-268' lat='7.52981' lon='12.01844' />
+  <node id='-270' lat='7.26098' lon='11.84864' />
+  <node id='-272' lat='7.09398' lon='11.87396' />
+  <node id='-274' lat='7.67302' lon='11.99908' />
+  <node id='-276' lat='6.69325' lon='10.94302' />
+  <node id='-278' lat='6.51717' lon='11.09495' />
+  <node id='-280' lat='6.68437' lon='11.09644' />
+  <node id='-282' lat='6.83377' lon='10.8179' />
+  <node id='-284' lat='6.9358' lon='10.83727' />
+  <node id='-286' lat='7.14719' lon='10.59746' />
+  <node id='-288' lat='7.06885' lon='10.60789' />
+  <node id='-290' lat='7.16345' lon='10.57214' />
+  <node id='-292' lat='6.88996' lon='10.21466' />
+  <node id='-294' lat='6.93432' lon='10.53639' />
+  <node id='-296' lat='6.79088' lon='9.77824' />
+  <node id='-298' lat='6.77756' lon='9.86314' />
+  <node id='-300' lat='6.43874' lon='9.51757' />
+  <node id='-302' lat='6.51717' lon='9.70674' />
+  <node id='-304' lat='5.78857' lon='8.88156' />
+  <node id='-306' lat='5.68483' lon='8.83687' />
+  <node id='-308' lat='5.1243' lon='8.78027' />
+  <node id='-310' lat='5.58403' lon='8.92029' />
+  <node id='-312' lat='4.87353' lon='8.60302' />
+  <node id='-314' lat='11.51283' lon='14.6124' />
+  <node id='-316' lat='11.30258' lon='13.97489' />
+  <node id='-318' lat='12.35223' lon='14.4843' />
+  <node id='-320' lat='12.36533' lon='14.22215' />
+  <node id='-322' lat='6.53789' lon='11.42041' />
+  <node id='-324' lat='9.36698' lon='12.85628' />
+  <node id='-326' lat='5.82562' lon='8.84209' />
+  <node id='-328' lat='7.03781' lon='10.15135' />
+  <node id='-330' lat='9.04654' lon='34.14304' />
+  <node id='-332' lat='8.4842' lon='33.89579' />
+  <node id='-334' lat='8.50041' lon='34.01346' />
+  <node id='-336' lat='8.41938' lon='33.87195' />
+  <node id='-338' lat='8.47094' lon='33.54575' />
+  <node id='-340' lat='8.45474' lon='33.3119' />
+  <node id='-342' lat='8.3678' lon='33.71407' />
+  <node id='-344' lat='8.44442' lon='33.66938' />
+  <node id='-346' lat='8.60204' lon='34.14453' />
+  <node id='-348' lat='8.29264' lon='33.1853' />
+  <node id='-350' lat='8.13047' lon='33.18083' />
+  <node id='-352' lat='8.05822' lon='33.08401' />
+  <node id='-354' lat='7.90333' lon='33.0006' />
+  <node id='-356' lat='8.40317' lon='33.19721' />
+  <node id='-358' lat='7.77939' lon='33.24637' />
+  <node id='-360' lat='7.65983' lon='33.71407' />
+  <node id='-362' lat='7.7543' lon='33.44745' />
+  <node id='-364' lat='7.71297' lon='33.32531' />
+  <node id='-366' lat='7.5491' lon='33.87642' />
+  <node id='-368' lat='7.27437' lon='34.03878' />
+  <node id='-370' lat='7.36449' lon='34.02984' />
+  <node id='-372' lat='6.91963' lon='34.35753' />
+  <node id='-374' lat='7.04382' lon='34.19369' />
+  <node id='-376' lat='7.12807' lon='34.19369' />
+  <node id='-378' lat='6.91076' lon='34.47669' />
+  <node id='-380' lat='6.82794' lon='34.53925' />
+  <node id='-382' lat='7.25664' lon='34.01495' />
+  <node id='-384' lat='5.68937' lon='35.12611' />
+  <node id='-386' lat='5.62118' lon='35.13058' />
+  <node id='-388' lat='6.26415' lon='34.96227' />
+  <node id='-390' lat='5.89387' lon='35.00546' />
+  <node id='-392' lat='6.60161' lon='34.87736' />
+  <node id='-394' lat='6.72589' lon='34.65096' />
+  <node id='-396' lat='6.5957' lon='34.77459' />
+  <node id='-398' lat='6.46991' lon='35.01738' />
+  <node id='-400' lat='6.74808' lon='34.53776' />
+  <node id='-402' lat='7.78989' lon='33.04944' />
+  <node id='-404' lat='13.95666' lon='36.44653' />
+  <node id='-406' lat='13.56459' lon='36.38993' />
+  <node id='-408' lat='13.83954' lon='36.48824' />
+  <node id='-410' lat='12.92665' lon='36.13374' />
+  <node id='-412' lat='12.88019' lon='36.16651' />
+  <node id='-414' lat='12.72478' lon='36.01458' />
+  <node id='-416' lat='12.70879' lon='36.14268' />
+  <node id='-418' lat='13.36759' lon='36.24545' />
+  <node id='-420' lat='11.85156' lon='35.11492' />
+  <node id='-422' lat='11.71158' lon='35.05832' />
+  <node id='-424' lat='11.56278' lon='35.09556' />
+  <node id='-426' lat='11.24448' lon='34.95704' />
+  <node id='-428' lat='11.91132' lon='35.24302' />
+  <node id='-430' lat='12.67101' lon='35.70476' />
+  <node id='-432' lat='10.74588' lon='34.86618' />
+  <node id='-434' lat='10.69027' lon='34.77532' />
+  <node id='-436' lat='10.78832' lon='34.86916' />
+  <node id='-438' lat='10.86147' lon='34.97491' />
+  <node id='-440' lat='10.91559' lon='34.97789' />
+  <node id='-442' lat='10.74588' lon='34.77383' />
+  <node id='-444' lat='10.95946' lon='34.93172' />
+  <node id='-446' lat='10.89072' lon='34.59062' />
+  <node id='-448' lat='9.7492' lon='34.13186' />
+  <node id='-450' lat='9.9033' lon='34.20484' />
+  <node id='-452' lat='9.55243' lon='34.08717' />
+  <node id='-454' lat='10.11599' lon='34.32102' />
+  <node id='-456' lat='10.23914' lon='34.34783' />
+  <node id='-458' lat='10.02506' lon='34.22718' />
+  <node id='-460' lat='10.781' lon='34.4372' />
+  <node id='-462' lat='10.53508' lon='34.2823' />
+  <node id='-464' lat='11.19626' lon='35.01215' />
+  <node id='-466' lat='3.40737' lon='30.93486' />
+  <node id='-468' lat='3.50847' lon='30.94081' />
+  <node id='-470' lat='3.26908' lon='30.84251' />
+  <node id='-472' lat='2.9508' lon='30.8574' />
+  <node id='-474' lat='3.04897' lon='30.77101' />
+  <node id='-476' lat='2.5863' lon='30.75612' />
+  <node id='-478' lat='2.83923' lon='30.8857' />
+  <node id='-480' lat='2.42559' lon='30.83059' />
+  <node id='-482' lat='2.30207' lon='31.07934' />
+  <node id='-484' lat='2.35862' lon='31.06593' />
+  <node id='-486' lat='2.27676' lon='31.12104' />
+  <node id='-488' lat='2.2217' lon='31.20148' />
+  <node id='-490' lat='2.29462' lon='31.1985' />
+  <node id='-492' lat='2.41071' lon='30.96911' />
+  <node id='-494' lat='2.33332' lon='30.91102' />
+  <node id='-496' lat='2.43601' lon='30.74271' />
+  <node id='-498' lat='-0.47969' lon='29.67474' />
+  <node id='-500' lat='-0.55714' lon='29.67176' />
+  <node id='-502' lat='-0.71055' lon='29.62708' />
+  <node id='-504' lat='-0.8997' lon='29.63006' />
+  <node id='-506' lat='-0.89821' lon='29.58388' />
+  <node id='-508' lat='-0.46777' lon='29.65091' />
+  <node id='-510' lat='0.16675' lon='29.77454' />
+  <node id='-512' lat='0.07291' lon='29.7224' />
+  <node id='-514' lat='0.64486' lon='29.95477' />
+  <node id='-516' lat='0.52124' lon='29.97413' />
+  <node id='-518' lat='0.39166' lon='29.87284' />
+  <node id='-520' lat='0.16824' lon='29.81922' />
+  <node id='-522' lat='0.99635' lon='30.22139' />
+  <node id='-524' lat='1.14974' lon='30.24671' />
+  <node id='-526' lat='0.89805' lon='30.1484' />
+  <node id='-528' lat='0.84295' lon='29.98307' />
+  <node id='-530' lat='-0.08051' lon='29.72687' />
+  <node id='-532' lat='2.11006' lon='31.30127' />
+  <node id='-534' lat='2.17853' lon='31.28042' />
+  <node id='-536' lat='1.21675' lon='30.48503' />
+  <node id='-538' lat='3.81339' lon='32.89746' />
+  <node id='-540' lat='3.77327' lon='32.72021' />
+  <node id='-542' lat='3.748' lon='32.41337' />
+  <node id='-544' lat='3.6053' lon='32.20782' />
+  <node id='-546' lat='3.50867' lon='32.19888' />
+  <node id='-548' lat='3.53543' lon='32.08866' />
+  <node id='-550' lat='3.589' lon='32.05187' />
+  <node id='-552' lat='3.57408' lon='31.95907' />
+  <node id='-554' lat='3.78664' lon='31.86821' />
+  <node id='-556' lat='3.6499' lon='31.96205' />
+  <node id='-558' lat='3.74354' lon='31.72075' />
+  <node id='-560' lat='3.63652' lon='31.50776' />
+  <node id='-562' lat='3.67814' lon='31.50478' />
+  <node id='-564' lat='3.8015' lon='31.29476' />
+  <node id='-566' lat='3.82083' lon='31.81459' />
+  <node id='-568' lat='3.693' lon='30.97601' />
+  <node id='-570' lat='3.79853' lon='31.16666' />
+  <node id='-572' lat='3.94079' lon='41.1754' />
+  <node id='-574' lat='3.47834' lon='39.19954' />
+  <node id='-576' lat='3.5267' lon='39.07736' />
+  <node id='-578' lat='3.51198' lon='38.91938' />
+  <node id='-580' lat='3.62551' lon='38.52336' />
+  <node id='-582' lat='3.45521' lon='39.49444' />
+  <node id='-584' lat='3.40895' lon='39.51551' />
+  <node id='-586' lat='3.39634' lon='39.55132' />
+  <node id='-588' lat='3.67058' lon='39.76808' />
+  <node id='-590' lat='3.47434' lon='39.58339' />
+  <node id='-592' lat='3.86974' lon='39.86043' />
+  <node id='-594' lat='4.27683' lon='40.77498' />
+  <node id='-596' lat='4.33503' lon='37.07724' />
+  <node id='-598' lat='4.53244' lon='35.95449' />
+  <node id='-600' lat='5.10757' lon='35.81968' />
+  <node id='-602' lat='5.33413' lon='35.8576' />
+  <node id='-604' lat='5.42431' lon='35.50792' />
+  <node id='-606' lat='5.34042' lon='35.29938' />
+  <node id='-608' lat='4.90402' lon='35.30992' />
+  <node id='-610' lat='4.91872' lon='35.47843' />
+  <node id='-612' lat='4.76969' lon='35.42366' />
+  <node id='-614' lat='5.02364' lon='35.34151' />
+  <node id='-616' lat='4.61643' lon='35.51424' />
+  <node id='-618' lat='4.15235' lon='34.06046' />
+  <node id='-620' lat='3.80464' lon='34.15429' />
+  <node id='-622' lat='3.44342' lon='34.41794' />
+  <node id='-624' lat='3.48802' lon='34.39112' />
+  <node id='-626' lat='3.51627' lon='34.44922' />
+  <node id='-628' lat='3.11478' lon='34.56242' />
+  <node id='-630' lat='3.18319' lon='34.45815' />
+  <node id='-632' lat='3.37949' lon='34.40006' />
+  <node id='-634' lat='3.67385' lon='34.45815' />
+  <node id='-636' lat='2.8753' lon='34.65774' />
+  <node id='-638' lat='2.85447' lon='34.73967' />
+  <node id='-640' lat='2.76223' lon='34.78137' />
+  <node id='-642' lat='2.70272' lon='34.77244' />
+  <node id='-644' lat='2.47209' lon='34.95267' />
+  <node id='-646' lat='2.93034' lon='34.60114' />
+  <node id='-648' lat='1.26626' lon='34.82606' />
+  <node id='-650' lat='1.30944' lon='34.82606' />
+  <node id='-652' lat='1.21265' lon='34.67562' />
+  <node id='-654' lat='1.14712' lon='34.58029' />
+  <node id='-656' lat='1.22754' lon='34.80223' />
+  <node id='-658' lat='1.56109' lon='34.92734' />
+  <node id='-660' lat='1.6668' lon='34.9899' />
+  <node id='-662' lat='1.5596' lon='34.87819' />
+  <node id='-664' lat='1.36752' lon='34.7918' />
+  <node id='-666' lat='1.97348' lon='34.98692' />
+  <node id='-668' lat='2.42447' lon='34.90947' />
+  <node id='-670' lat='1.10692' lon='34.52369' />
+  <node id='-672' lat='0.80266' lon='34.40041' />
+  <node id='-674' lat='0.75693' lon='34.31516' />
+  <node id='-676' lat='0.62289' lon='34.20196' />
+  <node id='-678' lat='0.48884' lon='34.11408' />
+  <node id='-680' lat='0.58118' lon='34.13493' />
+  <node id='-682' lat='0.63182' lon='34.27345' />
+  <node id='-684' lat='0.44713' lon='34.08727' />
+  <node id='-686' lat='0.36372' lon='34.10067' />
+  <node id='-688' lat='-0.54188' lon='33.9264' />
+  <node id='-690' lat='-0.13079' lon='33.98449' />
+  <node id='-692' lat='0.10581' lon='33.90936' />
+  <node id='-694' lat='1.09868' lon='34.57427' />
+  <node id='-696' lat='-13.12671' lon='32.98289' />
+  <node id='-698' lat='-13.19492' lon='33.0078' />
+  <node id='-700' lat='-12.88707' lon='33.02181' />
+  <node id='-702' lat='-12.88251' lon='32.96733' />
+  <node id='-704' lat='-12.54692' lon='33.28177' />
+  <node id='-706' lat='-12.61377' lon='33.18837' />
+  <node id='-708' lat='-12.54085' lon='33.37517' />
+  <node id='-710' lat='-12.59554' lon='33.05917' />
+  <node id='-712' lat='-12.76868' lon='32.94397' />
+  <node id='-714' lat='-11.91252' lon='33.33937' />
+  <node id='-716' lat='-11.59248' lon='33.32692' />
+  <node id='-718' lat='-12.14242' lon='33.25998' />
+  <node id='-720' lat='-12.32498' lon='33.47636' />
+  <node id='-722' lat='-12.34931' lon='33.3705' />
+  <node id='-724' lat='-12.35996' lon='33.54485' />
+  <node id='-726' lat='-11.40637' lon='33.23663' />
+  <node id='-728' lat='-11.43536' lon='33.29267' />
+  <node id='-730' lat='-11.3789' lon='33.29267' />
+  <node id='-732' lat='-11.15296' lon='33.39697' />
+  <node id='-734' lat='-10.36077' lon='33.54797' />
+  <node id='-736' lat='-10.20148' lon='33.53863' />
+  <node id='-738' lat='-10.78465' lon='33.47636' />
+  <node id='-740' lat='-10.56896' lon='33.70675' />
+  <node id='-742' lat='-10.84428' lon='33.28022' />
+  <node id='-744' lat='-10.88862' lon='33.25998' />
+  <node id='-746' lat='-9.61316' lon='33.05485' />
+  <node id='-748' lat='-9.66525' lon='33.10163' />
+  <node id='-750' lat='-9.58929' lon='33.12144' />
+  <node id='-752' lat='-9.5133' lon='33.00476' />
+  <node id='-754' lat='-9.63053' lon='33.00256' />
+  <node id='-756' lat='-9.9104' lon='33.37902' />
+  <node id='-758' lat='-9.81063' lon='33.36581' />
+  <node id='-760' lat='-9.82364' lon='33.31517' />
+  <node id='-762' lat='-9.61099' lon='33.2095' />
+  <node id='-764' lat='-10.05133' lon='33.31297' />
+  <node id='-766' lat='-11.59302' lon='33.24252' />
+  <node id='-768' lat='-9.31963' lon='32.76233' />
+  <node id='-770' lat='-9.28583' lon='32.75611' />
+  <node id='-772' lat='-9.24281' lon='32.53661' />
+  <node id='-774' lat='-9.14754' lon='32.49147' />
+  <node id='-776' lat='-9.07069' lon='31.98866' />
+  <node id='-778' lat='-9.04609' lon='32.08206' />
+  <node id='-780' lat='-9.13371' lon='32.25486' />
+  <node id='-782' lat='-9.05993' lon='32.16146' />
+  <node id='-784' lat='-9.11988' lon='32.43543' />
+  <node id='-786' lat='-9.02303' lon='31.94196' />
+  <node id='-788' lat='-8.60769' lon='31.37533' />
+  <node id='-790' lat='-8.58615' lon='31.00796' />
+  <node id='-792' lat='-8.70619' lon='31.57147' />
+  <node id='-794' lat='-8.91386' lon='31.71158' />
+  <node id='-796' lat='-8.88618' lon='31.81587' />
+  <node id='-798' lat='-8.81388' lon='31.57147' />
+  <node id='-800' lat='-8.93846' lon='31.94663' />
+  <node id='-802' lat='-11.39799' lon='34.91153' />
+  <node id='-804' lat='-11.32245' lon='34.79375' />
+  <node id='-806' lat='-11.11731' lon='34.63305' />
+  <node id='-808' lat='-10.93796' lon='34.67047' />
+  <node id='-810' lat='-10.6828' lon='34.65946' />
+  <node id='-812' lat='-10.56271' lon='34.57581' />
+  <node id='-814' lat='-10.0678' lon='34.54499' />
+  <node id='-816' lat='-9.58516' lon='33.76677' />
+  <node id='-818' lat='-9.62206' lon='33.9638' />
+  <node id='-820' lat='-9.54066' lon='33.95829' />
+  <node id='-822' lat='-9.71647' lon='33.93298' />
+  <node id='-824' lat='-9.49398' lon='34.03865' />
+  <node id='-826' lat='-9.48554' lon='33.31581' />
+  <node id='-828' lat='-9.49322' lon='33.14925' />
+  <node id='-830' lat='49.1816' lon='110.64493' />
+  <node id='-832' lat='49.16676' lon='110.24373' />
+  <node id='-834' lat='49.22859' lon='109.51325' />
+  <node id='-836' lat='49.34709' lon='109.18017' />
+  <node id='-838' lat='49.25083' lon='110.39891' />
+  <node id='-840' lat='49.53167' lon='108.27937' />
+  <node id='-842' lat='49.66659' lon='107.95387' />
+  <node id='-844' lat='50.04239' lon='107.1174' />
+  <node id='-846' lat='50.30177' lon='106.80326' />
+  <node id='-848' lat='50.1977' lon='107.00007' />
+  <node id='-850' lat='50.34044' lon='106.58373' />
+  <node id='-852' lat='50.33474' lon='106.07865' />
+  <node id='-854' lat='50.40582' lon='106.05562' />
+  <node id='-856' lat='50.13952' lon='103.70343' />
+  <node id='-858' lat='50.38873' lon='102.71178' />
+  <node id='-860' lat='50.67982' lon='102.32194' />
+  <node id='-862' lat='51.50467' lon='101.5044' />
+  <node id='-864' lat='51.45753' lon='101.39085' />
+  <node id='-866' lat='51.74903' lon='99.89203' />
+  <node id='-868' lat='51.73028' lon='100.61116' />
+  <node id='-870' lat='51.96876' lon='99.27888' />
+  <node id='-872' lat='51.90108' lon='99.75578' />
+  <node id='-874' lat='52.14563' lon='98.87768' />
+  <node id='-876' lat='51.8637' lon='98.74142' />
+  <node id='-878' lat='50.61262' lon='98.06393' />
+  <node id='-880' lat='50.78044' lon='97.9693' />
+  <node id='-882' lat='50.86652' lon='98.01472' />
+  <node id='-884' lat='51.00248' lon='97.83305' />
+  <node id='-886' lat='51.46696' lon='98.05257' />
+  <node id='-888' lat='49.99861' lon='97.76871' />
+  <node id='-890' lat='49.92801' lon='97.56432' />
+  <node id='-892' lat='49.84265' lon='97.56811' />
+  <node id='-894' lat='50.33561' lon='98.29481' />
+  <node id='-896' lat='49.91339' lon='97.85197' />
+  <node id='-898' lat='50.4996' lon='98.31373' />
+  <node id='-900' lat='49.88413' lon='96.97388' />
+  <node id='-902' lat='50.04239' lon='95.80056' />
+  <node id='-904' lat='49.97915' lon='95.74757' />
+  <node id='-906' lat='49.96941' lon='95.02465' />
+  <node id='-908' lat='50.04725' lon='94.97166' />
+  <node id='-910' lat='50.17832' lon='94.49477' />
+  <node id='-912' lat='50.04239' lon='94.6121' />
+  <node id='-914' lat='49.74737' lon='97.24639' />
+  <node id='-916' lat='50.22193' lon='94.39258' />
+  <node id='-918' lat='50.78762' lon='92.44714' />
+  <node id='-920' lat='50.79001' lon='93.01109' />
+  <node id='-922' lat='50.63183' lon='92.99595' />
+  <node id='-924' lat='50.73734' lon='91.86048' />
+  <node id='-926' lat='49.90851' lon='89.59711' />
+  <node id='-928' lat='49.44808' lon='88.82499' />
+  <node id='-930' lat='49.72535' lon='89.70687' />
+  <node id='-932' lat='48.11302' lon='88.8011' />
+  <node id='-934' lat='48.10263' lon='88.93186' />
+  <node id='-936' lat='48.21893' lon='88.58316' />
+  <node id='-938' lat='48.34531' lon='88.58939' />
+  <node id='-940' lat='48.58478' lon='87.96361' />
+  <node id='-942' lat='48.71436' lon='88.0788' />
+  <node id='-944' lat='47.41826' lon='90.48854' />
+  <node id='-946' lat='47.30438' lon='90.48542' />
+  <node id='-948' lat='47.68303' lon='90.33598' />
+  <node id='-950' lat='47.7375' lon='90.10871' />
+  <node id='-952' lat='47.88177' lon='90.06512' />
+  <node id='-954' lat='47.82745' lon='89.76624' />
+  <node id='-956' lat='48.0423' lon='89.55453' />
+  <node id='-958' lat='46.72916' lon='91.03649' />
+  <node id='-960' lat='46.58171' lon='91.0147' />
+  <node id='-962' lat='46.99525' lon='90.84035' />
+  <node id='-964' lat='46.57315' lon='91.07696' />
+  <node id='-966' lat='46.04194' lon='91.03026' />
+  <node id='-968' lat='46.30711' lon='90.89639' />
+  <node id='-970' lat='45.07408' lon='91.64048' />
+  <node id='-972' lat='44.35284' lon='94.71959' />
+  <node id='-974' lat='44.71016' lon='94.10003' />
+  <node id='-976' lat='44.95964' lon='93.51161' />
+  <node id='-978' lat='42.67087' lon='100.84979' />
+  <node id='-980' lat='42.68231' lon='100.33297' />
+  <node id='-982' lat='42.15137' lon='102.42826' />
+  <node id='-984' lat='41.89696' lon='103.3685' />
+  <node id='-986' lat='42.22519' lon='102.07645' />
+  <node id='-988' lat='42.14675' lon='102.72403' />
+  <node id='-990' lat='41.64619' lon='104.91272' />
+  <node id='-992' lat='42.41395' lon='107.29755' />
+  <node id='-994' lat='42.36107' lon='107.24774' />
+  <node id='-996' lat='42.46221' lon='107.49681' />
+  <node id='-998' lat='42.28741' lon='106.76517' />
+  <node id='-1000' lat='42.45532' lon='108.23156' />
+  <node id='-1002' lat='42.44842' lon='109.452' />
+  <node id='-1004' lat='42.45302' lon='109.00679' />
+  <node id='-1006' lat='42.40246' lon='108.84489' />
+  <node id='-1008' lat='42.78293' lon='110.4327' />
+  <node id='-1010' lat='43.51207' lon='111.59087' />
+  <node id='-1012' lat='43.3289' lon='111.0149' />
+  <node id='-1014' lat='42.6411' lon='110.08401' />
+  <node id='-1016' lat='43.81596' lon='111.96289' />
+  <node id='-1018' lat='44.86297' lon='112.74662' />
+  <node id='-1020' lat='45.06858' lon='112.4164' />
+  <node id='-1022' lat='45.27189' lon='114.5166' />
+  <node id='-1024' lat='44.92847' lon='114.08071' />
+  <node id='-1026' lat='44.91444' lon='113.909' />
+  <node id='-1028' lat='45.39106' lon='115.35757' />
+  <node id='-1030' lat='45.96479' lon='116.26678' />
+  <node id='-1032' lat='46.33083' lon='116.75551' />
+  <node id='-1034' lat='46.35818' lon='117.07252' />
+  <node id='-1036' lat='46.61132' lon='119.37306' />
+  <node id='-1038' lat='46.6083' lon='119.30261' />
+  <node id='-1040' lat='46.64761' lon='119.24978' />
+  <node id='-1042' lat='46.77139' lon='118.89974' />
+  <node id='-1044' lat='46.72765' lon='118.92616' />
+  <node id='-1046' lat='46.74273' lon='119.00541' />
+  <node id='-1048' lat='46.77742' lon='118.8337' />
+  <node id='-1050' lat='46.65516' lon='119.10448' />
+  <node id='-1052' lat='46.68689' lon='118.78747' />
+  <node id='-1054' lat='46.73519' lon='118.30534' />
+  <node id='-1056' lat='46.50991' lon='117.69554' />
+  <node id='-1058' lat='46.59771' lon='117.60748' />
+  <node id='-1060' lat='46.90091' lon='119.91242' />
+  <node id='-1062' lat='46.92196' lon='119.85518' />
+  <node id='-1064' lat='47.19192' lon='119.71209' />
+  <node id='-1066' lat='47.24575' lon='119.62403' />
+  <node id='-1068' lat='47.24874' lon='119.56019' />
+  <node id='-1070' lat='47.29505' lon='119.54918' />
+  <node id='-1072' lat='46.66423' lon='119.89261' />
+  <node id='-1074' lat='46.62947' lon='119.77373' />
+  <node id='-1076' lat='46.67631' lon='119.80455' />
+  <node id='-1078' lat='46.59015' lon='119.68127' />
+  <node id='-1080' lat='46.62342' lon='119.65265' />
+  <node id='-1082' lat='48.03853' lon='118.22677' />
+  <node id='-1084' lat='48.04' lon='118.11009' />
+  <node id='-1086' lat='48.00246' lon='118.29654' />
+  <node id='-1088' lat='48.00982' lon='118.03676' />
+  <node id='-1090' lat='47.77216' lon='117.50181' />
+  <node id='-1092' lat='47.89039' lon='116.67405' />
+  <node id='-1094' lat='37.21549' lon='44.75986' />
+  <node id='-1096' lat='37.2915' lon='44.81021' />
+  <node id='-1098' lat='37.6429' lon='44.56887' />
+  <node id='-1100' lat='37.60165' lon='44.61401' />
+  <node id='-1102' lat='37.45018' lon='44.58449' />
+  <node id='-1104' lat='37.85433' lon='44.3883' />
+  <node id='-1106' lat='37.783' lon='44.55498' />
+  <node id='-1108' lat='37.77065' lon='44.45948' />
+  <node id='-1110' lat='37.71985' lon='44.62096' />
+  <node id='-1112' lat='38.36117' lon='44.38309' />
+  <node id='-1114' lat='38.38295' lon='44.44386' />
+  <node id='-1116' lat='38.25763' lon='44.42476' />
+  <node id='-1118' lat='38.71427' lon='44.26155' />
+  <node id='-1120' lat='38.93881' lon='44.18863' />
+  <node id='-1122' lat='39.13975' lon='44.20946' />
+  <node id='-1124' lat='38.81581' lon='44.30322' />
+  <node id='-1126' lat='38.6465' lon='44.28065' />
+  <node id='-1128' lat='38.62752' lon='44.32058' />
+  <node id='-1130' lat='38.37887' lon='44.3119' />
+  <node id='-1132' lat='38.33939' lon='44.50115' />
+  <node id='-1134' lat='37.88859' lon='44.22509' />
+  <node id='-1136' lat='39.4131' lon='44.37921' />
+  <node id='-1138' lat='39.4169' lon='44.22452' />
+  <node id='-1140' lat='39.378' lon='44.29818' />
+  <node id='-1142' lat='39.61579' lon='44.48111' />
+  <node id='-1144' lat='39.56659' lon='44.41849' />
+  <node id='-1146' lat='39.4131' lon='44.42832' />
+  <node id='-1148' lat='39.39223' lon='44.03667' />
+  <node id='-1150' lat='39.71124' lon='44.71806' />
+  <node id='-1152' lat='39.72163' lon='44.65422' />
+  <node id='-1154' lat='39.78393' lon='44.6137' />
+  <node id='-1156' lat='42.10152' lon='27.22376' />
+  <node id='-1158' lat='42.08735' lon='27.08486' />
+  <node id='-1160' lat='42.06028' lon='27.19251' />
+  <node id='-1162' lat='42.10409' lon='27.27411' />
+  <node id='-1164' lat='41.99709' lon='27.83492' />
+  <node id='-1166' lat='41.94803' lon='27.81235' />
+  <node id='-1168' lat='41.97515' lon='27.69949' />
+  <node id='-1170' lat='41.97902' lon='27.91479' />
+  <node id='-1172' lat='41.90928' lon='27.55191' />
+  <node id='-1174' lat='42.0809' lon='27.03277' />
+  <node id='-1176' lat='41.97386' lon='26.79143' />
+  <node id='-1178' lat='42.00741' lon='26.95638' />
+  <node id='-1180' lat='41.90024' lon='26.57961' />
+  <node id='-1182' lat='41.92995' lon='26.56051' />
+  <node id='-1184' lat='41.97644' lon='26.62996' />
+  <node id='-1186' lat='41.82653' lon='26.53968' />
+  <node id='-1188' lat='41.82265' lon='26.36952' />
+  <node id='-1190' lat='43.19651' lon='42.75889' />
+  <node id='-1192' lat='43.08883' lon='43.03322' />
+  <node id='-1194' lat='43.02413' lon='43.0419' />
+  <node id='-1196' lat='42.74297' lon='43.81453' />
+  <node id='-1198' lat='42.62043' lon='43.73119' />
+  <node id='-1200' lat='42.74934' lon='44.88754' />
+  <node id='-1202' lat='42.61277' lon='44.80941' />
+  <node id='-1204' lat='42.74679' lon='44.70002' />
+  <node id='-1206' lat='42.70598' lon='45.15318' />
+  <node id='-1208' lat='42.55268' lon='45.36501' />
+  <node id='-1210' lat='42.48358' lon='45.78692' />
+  <node id='-1212' lat='42.75699' lon='44.54202' />
+  <node id='-1214' lat='42.55396' lon='43.95517' />
+  <node id='-1216' lat='42.20768' lon='45.61676' />
+  <node id='-1218' lat='43.57344' lon='40.10657' />
+  <node id='-1220' lat='43.23226' lon='42.40563' />
+  <node id='-1222' lat='43.22331' lon='41.64935' />
+  <node id='-1224' lat='43.56212' lon='40.65957' />
+  <node id='-1226' lat='43.13917' lon='42.66667' />
+  <node id='-1228' lat='41.17666' lon='43.44973' />
+  <node id='-1230' lat='41.2028' lon='43.36118' />
+  <node id='-1232' lat='41.25242' lon='43.1945' />
+  <node id='-1234' lat='41.17536' lon='43.23096' />
+  <node id='-1236' lat='41.25503' lon='43.13373' />
+  <node id='-1238' lat='41.37891' lon='43.02956' />
+  <node id='-1240' lat='41.50516' lon='42.8785' />
+  <node id='-1242' lat='41.30331' lon='43.21707' />
+  <node id='-1244' lat='41.47265' lon='42.84899' />
+  <node id='-1246' lat='41.50126' lon='42.78995' />
+  <node id='-1248' lat='41.58912' lon='42.84471' />
+  <node id='-1250' lat='41.58183' lon='42.59202' />
+  <node id='-1252' lat='41.49346' lon='42.26387' />
+  <node id='-1254' lat='41.52466' lon='41.95134' />
+  <node id='-1256' lat='41.43621' lon='41.81939' />
+  <node id='-1258' lat='20.92138' lon='15.57248' />
+  <node id='-1260' lat='14.64013' lon='13.67878' />
+  <node id='-1262' lat='14.55276' lon='13.68573' />
+  <node id='-1264' lat='14.72915' lon='13.809' />
+  <node id='-1266' lat='14.87519' lon='13.78991' />
+  <node id='-1268' lat='14.46704' lon='13.48259' />
+  <node id='-1270' lat='13.71195' lon='13.33213' />
+  <node id='-1272' lat='13.53984' lon='13.05085' />
+  <node id='-1274' lat='13.29157' lon='12.6793' />
+  <node id='-1276' lat='13.27805' lon='12.58033' />
+  <node id='-1278' lat='13.48919' lon='12.87376' />
+  <node id='-1280' lat='13.52802' lon='13.19844' />
+  <node id='-1282' lat='13.10056' lon='12.16189' />
+  <node id='-1284' lat='13.14452' lon='12.04209' />
+  <node id='-1286' lat='13.12423' lon='12.19315' />
+  <node id='-1288' lat='13.2527' lon='11.88236' />
+  <node id='-1290' lat='13.06673' lon='12.47095' />
+  <node id='-1292' lat='13.28819' lon='10.46731' />
+  <node id='-1294' lat='13.36422' lon='10.66004' />
+  <node id='-1296' lat='13.37773' lon='11.4535' />
+  <node id='-1298' lat='13.18171' lon='10.00373' />
+  <node id='-1300' lat='12.83661' lon='8.97413' />
+  <node id='-1302' lat='12.80614' lon='9.65995' />
+  <node id='-1304' lat='13.01768' lon='8.60431' />
+  <node id='-1306' lat='13.07519' lon='8.49493' />
+  <node id='-1308' lat='12.93985' lon='8.64251' />
+  <node id='-1310' lat='13.02445' lon='7.12676' />
+  <node id='-1312' lat='13.1293' lon='7.22399' />
+  <node id='-1314' lat='13.00076' lon='7.0521' />
+  <node id='-1316' lat='13.20369' lon='8.25185' />
+  <node id='-1318' lat='13.30847' lon='8.07997' />
+  <node id='-1320' lat='13.34902' lon='7.81085' />
+  <node id='-1322' lat='13.09717' lon='7.39241' />
+  <node id='-1324' lat='13.06166' lon='8.41853' />
+  <node id='-1326' lat='13.27129' lon='10.19993' />
+  <node id='-1328' lat='13.6006' lon='6.43053' />
+  <node id='-1330' lat='13.34057' lon='6.69617' />
+  <node id='-1332' lat='12.99825' lon='6.94445' />
+  <node id='-1334' lat='11.88495' lon='3.31613' />
+  <node id='-1336' lat='12.01467' lon='3.25352' />
+  <node id='-1338' lat='11.86092' lon='3.48187' />
+  <node id='-1340' lat='12.10952' lon='2.39657' />
+  <node id='-1342' lat='12.30631' lon='2.6593' />
+  <node id='-1344' lat='12.40585' lon='2.83978' />
+  <node id='-1346' lat='13.83567' lon='5.35437' />
+  <node id='-1348' lat='13.75474' lon='5.27797' />
+  <node id='-1350' lat='13.7345' lon='4.9368' />
+  <node id='-1352' lat='13.75052' lon='5.07396' />
+  <node id='-1354' lat='13.33968' lon='1.24516' />
+  <node id='-1356' lat='13.37853' lon='1.21217' />
+  <node id='-1358' lat='13.35488' lon='1.28509' />
+  <node id='-1360' lat='13.39373' lon='1.24429' />
+  <node id='-1362' lat='13.38951' lon='1.20088' />
+  <node id='-1364' lat='13.31771' lon='1.18873' />
+  <node id='-1366' lat='13.5668' lon='0.99514' />
+  <node id='-1368' lat='13.64442' lon='0.77637' />
+  <node id='-1370' lat='13.46635' lon='1.02813' />
+  <node id='-1372' lat='13.6866' lon='0.77377' />
+  <node id='-1374' lat='13.37515' lon='0.99253' />
+  <node id='-1376' lat='13.10727' lon='0.99167' />
+  <node id='-1378' lat='14.05575' lon='0.38051' />
+  <node id='-1380' lat='13.68491' lon='0.61924' />
+  <node id='-1382' lat='11.98672' lon='2.45824' />
+  <node id='-1384' lat='11.04719' lon='1.03409' />
+  <node id='-1386' lat='11.08876' lon='0.9813' />
+  <node id='-1388' lat='11.68254' lon='2.29983' />
+  <node id='-1390' lat='11.42227' lon='2.00988' />
+  <node id='-1392' lat='11.46822' lon='1.42823' />
+  <node id='-1394' lat='-3.52798' lon='11.57949' />
+  <node id='-1396' lat='-3.51089' lon='11.48764' />
+  <node id='-1398' lat='-3.69888' lon='11.22301' />
+  <node id='-1400' lat='-3.30267' lon='11.96554' />
+  <node id='-1402' lat='-3.0773' lon='11.70558' />
+  <node id='-1404' lat='-3.00424' lon='11.80365' />
+  <node id='-1406' lat='-2.81146' lon='11.64798' />
+  <node id='-1408' lat='-2.85654' lon='11.5359' />
+  <node id='-1410' lat='-2.61865' lon='11.64487' />
+  <node id='-1412' lat='-2.39936' lon='11.74605' />
+  <node id='-1414' lat='-2.33559' lon='11.96866' />
+  <node id='-1416' lat='-1.91091' lon='12.82172' />
+  <node id='-1418' lat='-1.8129' lon='12.61312' />
+  <node id='-1420' lat='-1.92025' lon='12.44656' />
+  <node id='-1422' lat='-2.32626' lon='12.47925' />
+  <node id='-1424' lat='-2.15671' lon='14.23518' />
+  <node id='-1426' lat='-2.23916' lon='14.16202' />
+  <node id='-1428' lat='-2.33715' lon='14.23829' />
+  <node id='-1430' lat='-2.49268' lon='14.10442' />
+  <node id='-1432' lat='-2.46935' lon='13.85846' />
+  <node id='-1434' lat='-2.35581' lon='13.92073' />
+  <node id='-1436' lat='-2.09293' lon='13.75884' />
+  <node id='-1438' lat='-0.38261' lon='14.2165' />
+  <node id='-1440' lat='-0.20826' lon='14.06862' />
+  <node id='-1442' lat='-0.44799' lon='14.41887' />
+  <node id='-1444' lat='0.58563' lon='14.10909' />
+  <node id='-1446' lat='0.26652' lon='13.88648' />
+  <node id='-1448' lat='1.4261' lon='13.89582' />
+  <node id='-1450' lat='1.57238' lon='13.13461' />
+  <node id='-1452' lat='1.32339' lon='13.25447' />
+  <node id='-1454' lat='2.25716' lon='13.28534' />
+  <node id='-1456' lat='10.69273' lon='-8.32614' />
+  <node id='-1458' lat='10.91762' lon='-8.2667' />
+  <node id='-1460' lat='10.24677' lon='-7.3707' />
+  <node id='-1462' lat='10.44602' lon='-7.44555' />
+  <node id='-1464' lat='10.4655' lon='-7.52261' />
+  <node id='-1466' lat='10.40921' lon='-7.54462' />
+  <node id='-1468' lat='10.46334' lon='-7.63048' />
+  <node id='-1470' lat='10.15577' lon='-7.92107' />
+  <node id='-1472' lat='10.46767' lon='-5.65135' />
+  <node id='-1474' lat='10.43952' lon='-5.78124' />
+  <node id='-1476' lat='10.19694' lon='-5.99478' />
+  <node id='-1478' lat='10.46983' lon='-6.1731' />
+  <node id='-1480' lat='10.24244' lon='-6.18851' />
+  <node id='-1482' lat='10.35074' lon='-6.68164' />
+  <node id='-1484' lat='10.35291' lon='-6.93921' />
+  <node id='-1486' lat='10.25111' lon='-7.01186' />
+  <node id='-1488' lat='10.21644' lon='-6.97444' />
+  <node id='-1490' lat='10.15794' lon='-7.00966' />
+  <node id='-1492' lat='10.59104' lon='-6.52974' />
+  <node id='-1494' lat='10.68624' lon='-6.325' />
+  <node id='-1496' lat='10.69922' lon='-6.40646' />
+  <node id='-1498' lat='10.5694' lon='-6.42847' />
+  <node id='-1500' lat='10.74248' lon='-6.24795' />
+  <node id='-1502' lat='10.66893' lon='-6.63541' />
+  <node id='-1504' lat='10.14711' lon='-7.0603' />
+  <node id='-1506' lat='10.84628' lon='-5.41579' />
+  <node id='-1508' lat='10.75329' lon='-5.47083' />
+  <node id='-1510' lat='10.56074' lon='-5.46643' />
+  <node id='-1512' lat='11.43811' lon='-5.20665' />
+  <node id='-1514' lat='11.36905' lon='-5.25509' />
+  <node id='-1516' lat='11.60421' lon='-5.22867' />
+  <node id='-1518' lat='11.24816' lon='-5.25949' />
+  <node id='-1520' lat='11.21578' lon='-5.32553' />
+  <node id='-1522' lat='11.13371' lon='-5.32994' />
+  <node id='-1524' lat='11.07538' lon='-5.49284' />
+  <node id='-1526' lat='11.61715' lon='-5.29251' />
+  <node id='-1528' lat='11.84778' lon='-5.26389' />
+  <node id='-1530' lat='11.75728' lon='-5.26389' />
+  <node id='-1532' lat='11.8327' lon='-5.40258' />
+  <node id='-1534' lat='11.97918' lon='-5.07897' />
+  <node id='-1536' lat='12.01579' lon='-4.72893' />
+  <node id='-1538' lat='12.31922' lon='-4.41412' />
+  <node id='-1540' lat='12.19875' lon='-4.57703' />
+  <node id='-1542' lat='12.1385' lon='-4.54841' />
+  <node id='-1544' lat='12.13204' lon='-4.62546' />
+  <node id='-1546' lat='12.06531' lon='-4.62987' />
+  <node id='-1548' lat='12.06746' lon='-4.70692' />
+  <node id='-1550' lat='12.71467' lon='-4.238' />
+  <node id='-1552' lat='12.71252' lon='-4.47356' />
+  <node id='-1554' lat='12.95722' lon='-4.21819' />
+  <node id='-1556' lat='13.1781' lon='-3.54454' />
+  <node id='-1558' lat='13.38164' lon='-3.96282' />
+  <node id='-1560' lat='13.44375' lon='-3.90558' />
+  <node id='-1562' lat='13.36665' lon='-3.7911' />
+  <node id='-1564' lat='14.14713' lon='-2.66175' />
+  <node id='-1566' lat='13.81174' lon='-2.90831' />
+  <node id='-1568' lat='14.05532' lon='-2.84667' />
+  <node id='-1570' lat='13.64921' lon='-2.88189' />
+  <node id='-1572' lat='14.96961' lon='0.06588' />
+  <node id='-1574' lat='15.07805' lon='-0.24673' />
+  <node id='-1576' lat='15.08655' lon='-0.72004' />
+  <node id='-1578' lat='14.95898' lon='0.72632' />
+  <node id='-1580' lat='15.34571' lon='3.01806' />
+  <node id='-1582' lat='17.00118' lon='4.21787' />
+  <node id='-1584' lat='28.63371' lon='80.37188' />
+  <node id='-1586' lat='28.82346' lon='80.12125' />
+  <node id='-1588' lat='28.63098' lon='80.44504' />
+  <node id='-1590' lat='29.20327' lon='80.28626' />
+  <node id='-1592' lat='29.13938' lon='80.26602' />
+  <node id='-1594' lat='29.21414' lon='80.24112' />
+  <node id='-1596' lat='29.11626' lon='80.23178' />
+  <node id='-1598' lat='29.13649' lon='80.18085' />
+  <node id='-1600' lat='28.91479' lon='80.05743' />
+  <node id='-1602' lat='29.30784' lon='80.31428' />
+  <node id='-1604' lat='29.44299' lon='80.24322' />
+  <node id='-1606' lat='29.63581' lon='80.41858' />
+  <node id='-1608' lat='29.88176' lon='80.56957' />
+  <node id='-1610' lat='29.79451' lon='80.41554' />
+  <node id='-1612' lat='29.79566' lon='80.48997' />
+  <node id='-1614' lat='29.95732' lon='80.67076' />
+  <node id='-1616' lat='29.95732' lon='80.60226' />
+  <node id='-1618' lat='30.13384' lon='80.8778' />
+  <node id='-1620' lat='30.18229' lon='80.93695' />
+  <node id='-1622' lat='29.73865' lon='80.36803' />
+  <node id='-1624' lat='28.6706' lon='80.50575' />
+  <node id='-1626' lat='28.54897' lon='80.52443' />
+  <node id='-1628' lat='28.47237' lon='80.89648' />
+  <node id='-1630' lat='28.69182' lon='80.55142' />
+  <node id='-1632' lat='28.17638' lon='81.38683' />
+  <node id='-1634' lat='28.13521' lon='81.32923' />
+  <node id='-1636' lat='28.12148' lon='81.48179' />
+  <node id='-1638' lat='28.08303' lon='81.47867' />
+  <node id='-1640' lat='28.36284' lon='81.19847' />
+  <node id='-1642' lat='27.33885' lon='83.35136' />
+  <node id='-1644' lat='27.32778' lon='83.29999' />
+  <node id='-1646' lat='27.36235' lon='83.2673' />
+  <node id='-1648' lat='27.39276' lon='83.38872' />
+  <node id='-1650' lat='27.47013' lon='83.61288' />
+  <node id='-1652' lat='27.4798' lon='83.39495' />
+  <node id='-1654' lat='27.38309' lon='83.27197' />
+  <node id='-1656' lat='27.45632' lon='83.19413' />
+  <node id='-1658' lat='27.46036' lon='82.94938' />
+  <node id='-1660' lat='27.50328' lon='82.93261' />
+  <node id='-1662' lat='27.49838' lon='82.74119' />
+  <node id='-1664' lat='27.92222' lon='82.06554' />
+  <node id='-1666' lat='27.6716' lon='82.46405' />
+  <node id='-1668' lat='27.72122' lon='82.70378' />
+  <node id='-1670' lat='27.93322' lon='81.97214' />
+  <node id='-1672' lat='27.84995' lon='81.91223' />
+  <node id='-1674' lat='27.45218' lon='84.21376' />
+  <node id='-1676' lat='27.44941' lon='84.25735' />
+  <node id='-1678' lat='27.52399' lon='84.10791' />
+  <node id='-1680' lat='27.43836' lon='84.02229' />
+  <node id='-1682' lat='27.4241' lon='83.86182' />
+  <node id='-1684' lat='27.44939' lon='83.93306' />
+  <node id='-1686' lat='27.39' lon='84.29315' />
+  <node id='-1688' lat='27.21294' lon='84.69166' />
+  <node id='-1690' lat='27.33885' lon='84.62161' />
+  <node id='-1692' lat='26.9149' lon='84.97186' />
+  <node id='-1694' lat='26.95599' lon='84.96687' />
+  <node id='-1696' lat='27.01989' lon='84.82913' />
+  <node id='-1698' lat='26.98984' lon='84.85754' />
+  <node id='-1700' lat='26.88991' lon='85.05592' />
+  <node id='-1702' lat='26.85381' lon='85.02635' />
+  <node id='-1704' lat='26.80519' lon='85.18046' />
+  <node id='-1706' lat='26.86909' lon='85.19291' />
+  <node id='-1708' lat='26.74954' lon='85.34302' />
+  <node id='-1710' lat='26.75933' lon='85.21159' />
+  <node id='-1712' lat='27.04669' lon='84.64496' />
+  <node id='-1714' lat='26.63076' lon='85.76907' />
+  <node id='-1716' lat='26.60866' lon='85.85126' />
+  <node id='-1718' lat='26.56667' lon='85.8492' />
+  <node id='-1720' lat='26.79613' lon='85.73483' />
+  <node id='-1722' lat='26.67471' lon='85.72315' />
+  <node id='-1724' lat='26.45892' lon='86.76797' />
+  <node id='-1728' lat='26.43919' lon='86.82898' />
+  <node id='-1732' lat='26.58685' lon='87.04691' />
+  <node id='-1734' lat='26.53228' lon='87.01559' />
+  <node id='-1736' lat='26.52076' lon='86.95912' />
+  <node id='-1738' lat='26.53819' lon='86.54258' />
+  <node id='-1740' lat='26.42386' lon='86.74025' />
+  <node id='-1742' lat='26.61886' lon='86.26235' />
+  <node id='-1744' lat='26.58863' lon='86.22513' />
+  <node id='-1746' lat='26.66756' lon='86.02729' />
+  <node id='-1748' lat='26.43106' lon='87.51571' />
+  <node id='-1750' lat='26.40294' lon='87.66803' />
+  <node id='-1752' lat='26.43663' lon='87.84193' />
+  <node id='-1754' lat='26.46737' lon='87.7918' />
+  <node id='-1756' lat='26.40711' lon='87.76004' />
+  <node id='-1758' lat='26.43501' lon='87.67893' />
+  <node id='-1760' lat='26.48565' lon='87.89085' />
+  <node id='-1762' lat='26.38342' lon='87.59175' />
+  <node id='-1764' lat='26.44058' lon='87.46566' />
+  <node id='-1766' lat='26.40815' lon='87.37314' />
+  <node id='-1768' lat='26.37294' lon='87.26568' />
+  <node id='-1770' lat='26.40592' lon='87.26587' />
+  <node id='-1772' lat='26.40542' lon='87.14751' />
+  <node id='-1774' lat='26.45039' lon='87.09147' />
+  <node id='-1776' lat='26.34787' lon='87.34568' />
+  <node id='-1778' lat='26.58571' lon='87.0707' />
+  <node id='-1780' lat='26.86721' lon='85.61621' />
+  <node id='-1782' lat='27.35797' lon='83.85595' />
+  <node id='-1784' lat='27.79285' lon='88.19107' />
+  <node id='-1786' lat='27.43007' lon='88.07277' />
+  <node id='-1788' lat='27.49223' lon='88.04008' />
+  <node id='-1790' lat='27.85067' lon='88.1973' />
+  <node id='-1792' lat='26.98758' lon='88.11719' />
+  <node id='-1794' lat='26.75516' lon='88.19107' />
+  <node id='-1796' lat='26.43732' lon='88.09414' />
+  <node id='-1798' lat='27.11045' lon='87.9887' />
+  <node id='-1800' lat='27.84517' lon='87.56996' />
+  <node id='-1802' lat='27.84104' lon='87.11696' />
+  <node id='-1804' lat='27.94835' lon='87.03757' />
+  <node id='-1806' lat='27.80938' lon='87.72718' />
+  <node id='-1808' lat='27.95248' lon='87.82681' />
+  <node id='-1814' lat='28.04182' lon='86.75582' />
+  <node id='-1816' lat='28.10638' lon='86.74181' />
+  <node id='-1818' lat='28.09569' lon='86.56265' />
+  <node id='-1820' lat='27.96623' lon='86.51609' />
+  <node id='-1822' lat='27.91122' lon='86.42736' />
+  <node id='-1824' lat='27.9786' lon='86.22966' />
+  <node id='-1826' lat='28.38475' lon='85.69105' />
+  <node id='-1828' lat='28.25045' lon='85.60854' />
+  <node id='-1830' lat='28.30529' lon='85.59765' />
+  <node id='-1832' lat='28.32996' lon='85.4233' />
+  <node id='-1834' lat='28.28336' lon='85.38127' />
+  <node id='-1836' lat='28.54076' lon='85.18668' />
+  <node id='-1838' lat='28.34092' lon='85.10729' />
+  <node id='-1840' lat='28.62825' lon='85.19135' />
+  <node id='-1842' lat='28.05144' lon='85.90743' />
+  <node id='-1844' lat='28.18187' lon='85.84672' />
+  <node id='-1846' lat='28.23126' lon='85.74864' />
+  <node id='-1848' lat='28.09264' lon='86.088' />
+  <node id='-1850' lat='28.02121' lon='86.08333' />
+  <node id='-1852' lat='27.93047' lon='86.12069' />
+  <node id='-1854' lat='27.90021' lon='86.06309' />
+  <node id='-1856' lat='27.9401' lon='85.94946' />
+  <node id='-1858' lat='27.99023' lon='85.97813' />
+  <node id='-1860' lat='28.38064' lon='85.71907' />
+  <node id='-1862' lat='28.17364' lon='86.18607' />
+  <node id='-1864' lat='29.30513' lon='83.44787' />
+  <node id='-1866' lat='29.61957' lon='83.07116' />
+  <node id='-1868' lat='28.58041' lon='84.85511' />
+  <node id='-1870' lat='28.73887' lon='84.62317' />
+  <node id='-1872' lat='28.74023' lon='84.47528' />
+  <node id='-1874' lat='29.02783' lon='84.24801' />
+  <node id='-1876' lat='29.23451' lon='84.18107' />
+  <node id='-1878' lat='29.33091' lon='83.97559' />
+  <node id='-1880' lat='29.30513' lon='83.82303' />
+  <node id='-1882' lat='29.16249' lon='83.63156' />
+  <node id='-1884' lat='28.89571' lon='84.2231' />
+  <node id='-1886' lat='29.81695' lon='82.73024' />
+  <node id='-1888' lat='29.9735' lon='82.5341' />
+  <node id='-1890' lat='30.02608' lon='82.38622' />
+  <node id='-1892' lat='30.23745' lon='82.10757' />
+  <node id='-1894' lat='30.16884' lon='82.19475' />
+  <node id='-1896' lat='30.33423' lon='81.99082' />
+  <node id='-1898' lat='30.44703' lon='81.62033' />
+  <node id='-1900' lat='30.35439' lon='82.10135' />
+  <node id='-1902' lat='30.21862' lon='81.39928' />
+  <node id='-1904' lat='30.15303' lon='81.33355' />
+  <node id='-1906' lat='30.08806' lon='81.29032' />
+  <node id='-1908' lat='30.14596' lon='81.2623' />
+  <node id='-1910' lat='30.0126' lon='81.24362' />
+  <node id='-1912' lat='30.01395' lon='81.12842' />
+  <node id='-1914' lat='30.42153' lon='81.41018' />
+  <node id='-1916' lat='30.0692' lon='82.16984' />
+  <node id='-1918' lat='29.56813' lon='83.28131' />
+  <node id='-1920' lat='28.68562' lon='85.06059' />
+  <node id='-1922' lat='46.38282' lon='16.18824' />
+  <node id='-1924' lat='46.40547' lon='16.14859' />
+  <node id='-1926' lat='46.39141' lon='16.05281' />
+  <node id='-1928' lat='46.30652' lon='15.97965' />
+  <node id='-1930' lat='46.3463' lon='16.07616' />
+  <node id='-1932' lat='46.09103' lon='15.62317' />
+  <node id='-1934' lat='46.14761' lon='15.59909' />
+  <node id='-1936' lat='46.19229' lon='15.64904' />
+  <node id='-1938' lat='46.22478' lon='15.67395' />
+  <node id='-1940' lat='46.21719' lon='15.78817' />
+  <node id='-1942' lat='46.25811' lon='15.79284' />
+  <node id='-1944' lat='46.21396' lon='15.6434' />
+  <node id='-1946' lat='45.82915' lon='15.64185' />
+  <node id='-1948' lat='45.84953' lon='15.57952' />
+  <node id='-1950' lat='45.86819' lon='15.68232' />
+  <node id='-1952' lat='45.8465' lon='15.70411' />
+  <node id='-1954' lat='46.04682' lon='15.72977' />
+  <node id='-1956' lat='45.6303' lon='15.31027' />
+  <node id='-1958' lat='45.60504' lon='15.27747' />
+  <node id='-1960' lat='45.64727' lon='15.4057' />
+  <node id='-1962' lat='45.71623' lon='15.34919' />
+  <node id='-1964' lat='45.53224' lon='15.30249' />
+  <node id='-1966' lat='45.45258' lon='15.33051' />
+  <node id='-1968' lat='45.46678' lon='15.27758' />
+  <node id='-1970' lat='45.48752' lon='15.38188' />
+  <node id='-1972' lat='45.49079' lon='15.05187' />
+  <node id='-1974' lat='45.48533' lon='15.02385' />
+  <node id='-1976' lat='45.42309' lon='15.16862' />
+  <node id='-1978' lat='45.47769' lon='14.90554' />
+  <node id='-1980' lat='45.45913' lon='14.81992' />
+  <node id='-1982' lat='45.53442' lon='14.71718' />
+  <node id='-1984' lat='45.49515' lon='14.80124' />
+  <node id='-1986' lat='45.52788' lon='14.92266' />
+  <node id='-1988' lat='45.69014' lon='15.30872' />
+  <node id='-1990' lat='45.53006' lon='14.68605' />
+  <node id='-1992' lat='45.57366' lon='14.69694' />
+  <node id='-1994' lat='45.62812' lon='14.59576' />
+  <node id='-1996' lat='45.66403' lon='14.60977' />
+  <node id='-1998' lat='45.45258' lon='13.97309' />
+  <node id='-2000' lat='45.45149' lon='13.90771' />
+  <node id='-2002' lat='45.42637' lon='13.88124' />
+  <node id='-2004' lat='45.47551' lon='13.99488' />
+  <node id='-2006' lat='45.43729' lon='13.81742' />
+  <node id='-2008' lat='45.54424' lon='14.49769' />
+  <node id='-2010' lat='45.6205' lon='14.53816' />
+  <node id='-2012' lat='45.60852' lon='14.5008' />
+  <node id='-2014' lat='45.48642' lon='14.36693' />
+  <node id='-2016' lat='45.48239' lon='14.26611' />
+  <node id='-2018' lat='45.50607' lon='14.24239' />
+  <node id='-2020' lat='45.50388' lon='14.22371' />
+  <node id='-2022' lat='45.48752' lon='14.07116' />
+  <node id='-2024' lat='45.46896' lon='14.20348' />
+  <node id='-2026' lat='45.52352' lon='14.00578' />
+  <node id='-2028' lat='45.50825' lon='13.96063' />
+  <node id='-2030' lat='45.67165' lon='14.57397' />
+  <node id='-2032' lat='45.46787' lon='13.7785' />
+  <node id='-2034' lat='45.72275' lon='15.25423' />
+  <node id='-2036' lat='46.49653' lon='16.23961' />
+  <node id='-2038' lat='46.55008' lon='16.37193' />
+  <node id='-2040' lat='46.5171' lon='16.44036' />
+  <node id='-2042' lat='46.47831' lon='16.52604' />
+  <node id='-2044' lat='46.5051' lon='16.52604' />
+  <node id='-2046' lat='46.63673' lon='16.39217' />
+  <node id='-2048' lat='46.6549' lon='16.38594' />
+  <node id='-2050' lat='46.66238' lon='16.41863' />
+  <node id='-2052' lat='46.69975' lon='16.37816' />
+  <node id='-2054' lat='46.69228' lon='16.42641' />
+  <node id='-2056' lat='46.7787' lon='16.30966' />
+  <node id='-2058' lat='46.79838' lon='16.31303' />
+  <node id='-2060' lat='46.80641' lon='16.3408' />
+  <node id='-2062' lat='46.83836' lon='16.34547' />
+  <node id='-2064' lat='46.87137' lon='16.2941' />
+  <node id='-2066' lat='46.87775' lon='16.2365' />
+  <node id='-2068' lat='46.85434' lon='16.15711' />
+  <node id='-2070' lat='46.82772' lon='15.99054' />
+  <node id='-2072' lat='46.74991' lon='15.98432' />
+  <node id='-2074' lat='46.68694' lon='16.04347' />
+  <node id='-2076' lat='46.67947' lon='15.99988' />
+  <node id='-2078' lat='46.6549' lon='16.04036' />
+  <node id='-2080' lat='46.7211' lon='15.87691' />
+  <node id='-2082' lat='46.71897' lon='15.8162' />
+  <node id='-2084' lat='46.69863' lon='15.76771' />
+  <node id='-2086' lat='46.69548' lon='15.72279' />
+  <node id='-2088' lat='46.70616' lon='15.6543' />
+  <node id='-2090' lat='46.69228' lon='15.6543' />
+  <node id='-2092' lat='46.67947' lon='15.62317' />
+  <node id='-2094' lat='46.68908' lon='15.59826' />
+  <node id='-2096' lat='46.66985' lon='15.54533' />
+  <node id='-2098' lat='46.6312' lon='15.54431' />
+  <node id='-2100' lat='46.65556' lon='15.41235' />
+  <node id='-2102' lat='46.63994' lon='15.23711' />
+  <node id='-2104' lat='46.61321' lon='15.46906' />
+  <node id='-2106' lat='46.66131' lon='15.14215' />
+  <node id='-2108' lat='46.641' lon='15.01451' />
+  <node id='-2110' lat='46.6009' lon='14.98024' />
+  <node id='-2112' lat='46.60848' lon='14.92283' />
+  <node id='-2114' lat='46.63459' lon='14.96002' />
+  <node id='-2116' lat='46.56614' lon='14.83549' />
+  <node id='-2118' lat='46.61' lon='14.87129' />
+  <node id='-2120' lat='46.44936' lon='14.66892' />
+  <node id='-2122' lat='46.49974' lon='14.72185' />
+  <node id='-2124' lat='46.51046' lon='14.81836' />
+  <node id='-2126' lat='46.43434' lon='14.5942' />
+  <node id='-2128' lat='46.41717' lon='14.45877' />
+  <node id='-2130' lat='46.42617' lon='14.52176' />
+  <node id='-2132' lat='46.37208' lon='14.56463' />
+  <node id='-2134' lat='46.43327' lon='14.314' />
+  <node id='-2136' lat='46.44614' lon='14.42608' />
+  <node id='-2138' lat='46.44315' lon='14.28326' />
+  <node id='-2140' lat='46.43327' lon='14.15989' />
+  <node id='-2142' lat='46.47724' lon='14.12097' />
+  <node id='-2144' lat='46.49117' lon='14.04002' />
+  <node id='-2146' lat='46.48474' lon='14.00422' />
+  <node id='-2148' lat='46.52331' lon='13.89837' />
+  <node id='-2150' lat='26.89089' lon='89.09554' />
+  <node id='-2152' lat='26.86224' lon='89.37913' />
+  <node id='-2154' lat='26.81661' lon='89.12825' />
+  <node id='-2156' lat='27.144' lon='88.74219' />
+  <node id='-2158' lat='27.10937' lon='88.86984' />
+  <node id='-2160' lat='26.97488' lon='88.8714' />
+  <node id='-2162' lat='26.72422' lon='90.04535' />
+  <node id='-2164' lat='26.77215' lon='90.67715' />
+  <node id='-2166' lat='27.07334' lon='92.03457' />
+  <node id='-2168' lat='26.893' lon='92.11863' />
+  <node id='-2170' lat='27.26861' lon='92.04702' />
+  <node id='-2172' lat='27.27829' lon='92.12019' />
+  <node id='-2174' lat='27.48287' lon='91.65007' />
+  <node id='-2176' lat='27.93903' lon='91.48973' />
+  <node id='-2178' lat='27.84823' lon='91.5629' />
+  <node id='-2180' lat='28.0064' lon='91.46327' />
+  <node id='-2182' lat='28.07509' lon='91.25779' />
+  <node id='-2184' lat='28.19178' lon='90.13387' />
+  <node id='-2186' lat='28.02838' lon='90.58842' />
+  <node id='-2188' lat='28.07784' lon='90.69894' />
+  <node id='-2190' lat='27.98715' lon='91.20019' />
+  <node id='-2192' lat='28.23979' lon='89.79762' />
+  <node id='-2194' lat='28.16433' lon='89.59525' />
+  <node id='-2196' lat='27.62502' lon='89.12825' />
+  <node id='-2198' lat='27.60985' lon='89.0582' />
+  <node id='-2200' lat='27.51671' lon='88.97213' />
+  <node id='-2202' lat='27.4106' lon='88.95355' />
+  <node id='-2204' lat='27.32532' lon='89.00216' />
+  <node id='-2206' lat='27.30319' lon='88.96947' />
+  <node id='-2208' lat='27.33777' lon='88.93678' />
+  <node id='-2210' lat='14.23873' lon='105.14012' />
+  <node id='-2212' lat='14.34432' lon='105.17748' />
+  <node id='-2214' lat='14.20402' lon='105.08408' />
+  <node id='-2216' lat='14.23722' lon='105.02804' />
+  <node id='-2218' lat='14.38806' lon='104.97667' />
+  <node id='-2220' lat='14.42726' lon='104.69335' />
+  <node id='-2222' lat='14.36091' lon='104.55014' />
+  <node id='-2224' lat='14.39861' lon='104.27616' />
+  <node id='-2226' lat='14.3398' lon='103.93836' />
+  <node id='-2228' lat='14.38052' lon='103.70175' />
+  <node id='-2230' lat='14.42575' lon='103.53518' />
+  <node id='-2232' lat='14.35639' lon='103.39353' />
+  <node id='-2234' lat='14.33075' lon='103.16469' />
+  <node id='-2236' lat='14.19044' lon='102.93275' />
+  <node id='-2238' lat='14.4348' lon='103.71109' />
+  <node id='-2240' lat='13.93374' lon='102.77864' />
+  <node id='-2242' lat='13.77806' lon='102.72727' />
+  <node id='-2244' lat='13.6589' lon='102.5481' />
+  <node id='-2246' lat='13.60883' lon='102.62483' />
+  <node id='-2248' lat='13.60461' lon='102.57573' />
+  <node id='-2250' lat='14.01531' lon='102.91251' />
+  <node id='-2252' lat='13.56933' lon='102.5358' />
+  <node id='-2254' lat='11.75613' lon='102.90973' />
+  <node id='-2256' lat='11.8519' lon='102.83957' />
+  <node id='-2258' lat='11.98746' lon='102.78427' />
+  <node id='-2260' lat='12.06815' lon='102.77026' />
+  <node id='-2262' lat='12.40284' lon='102.78116' />
+  <node id='-2264' lat='12.37091' lon='102.73134' />
+  <node id='-2266' lat='12.1686' lon='102.70176' />
+  <node id='-2268' lat='12.43781' lon='102.7796' />
+  <node id='-2270' lat='12.65358' lon='102.57567' />
+  <node id='-2272' lat='12.66117' lon='102.51963' />
+  <node id='-2274' lat='13.50551' lon='102.361' />
+  <node id='-2276' lat='13.26006' lon='102.36146' />
+  <node id='-2278' lat='13.09061' lon='102.43422' />
+  <node id='-2280' lat='12.99813' lon='102.52275' />
+  <node id='-2282' lat='12.97537' lon='102.48694' />
+  <node id='-2284' lat='12.77506' lon='102.53053' />
+  <node id='-2286' lat='12.71736' lon='102.4994' />
+  <node id='-2288' lat='13.55613' lon='102.33828' />
+  <node id='-2290' lat='14.29416' lon='106.8497' />
+  <node id='-2292' lat='14.33639' lon='106.90574' />
+  <node id='-2294' lat='14.36806' lon='106.98825' />
+  <node id='-2296' lat='14.3198' lon='106.9649' />
+  <node id='-2298' lat='14.41782' lon='107.04585' />
+  <node id='-2300' lat='14.3937' lon='107.09722' />
+  <node id='-2302' lat='14.41782' lon='107.17038' />
+  <node id='-2304' lat='14.48716' lon='107.21241' />
+  <node id='-2306' lat='14.54292' lon='107.26534' />
+  <node id='-2308' lat='14.48716' lon='107.256' />
+  <node id='-2310' lat='14.54443' lon='107.37897' />
+  <node id='-2312' lat='14.58812' lon='107.3276' />
+  <node id='-2314' lat='14.52785' lon='107.44435' />
+  <node id='-2316' lat='14.61523' lon='107.47238' />
+  <node id='-2318' lat='14.58963' lon='107.29803' />
+  <node id='-2320' lat='14.45099' lon='107.03962' />
+  <node id='-2322' lat='14.31226' lon='106.80767' />
+  <node id='-2324' lat='14.42687' lon='106.73762' />
+  <node id='-2326' lat='14.44194' lon='106.63333' />
+  <node id='-2328' lat='14.50977' lon='106.59908' />
+  <node id='-2330' lat='14.50525' lon='106.57106' />
+  <node id='-2332' lat='14.59565' lon='106.54148' />
+  <node id='-2334' lat='14.58963' lon='106.50723' />
+  <node id='-2336' lat='14.55045' lon='106.45898' />
+  <node id='-2338' lat='14.50977' lon='106.47766' />
+  <node id='-2340' lat='14.52032' lon='106.43874' />
+  <node id='-2342' lat='14.45249' lon='106.40916' />
+  <node id='-2344' lat='14.44043' lon='106.32355' />
+  <node id='-2346' lat='14.48415' lon='106.25194' />
+  <node id='-2348' lat='14.36203' lon='106.21302' />
+  <node id='-2350' lat='14.30623' lon='106.02311' />
+  <node id='-2352' lat='14.32734' lon='105.99509' />
+  <node id='-2354' lat='14.36957' lon='106.00131' />
+  <node id='-2356' lat='14.20363' lon='106.04801' />
+  <node id='-2358' lat='14.18401' lon='106.10872' />
+  <node id='-2360' lat='14.11307' lon='106.11962' />
+  <node id='-2362' lat='14.06324' lon='106.18656' />
+  <node id='-2364' lat='14.01794' lon='106.16632' />
+  <node id='-2366' lat='13.98471' lon='106.10094' />
+  <node id='-2368' lat='13.9137' lon='106.10405' />
+  <node id='-2370' lat='13.92881' lon='105.90791' />
+  <node id='-2372' lat='14.02247' lon='105.78182' />
+  <node id='-2374' lat='14.08438' lon='105.78338' />
+  <node id='-2376' lat='14.10703' lon='105.44869' />
+  <node id='-2378' lat='14.15684' lon='105.5561' />
+  <node id='-2380' lat='14.09948' lon='105.36775' />
+  <node id='-2382' lat='14.17496' lon='105.2759' />
+  <node id='-2384' lat='21.5388' lon='107.95232' />
+  <node id='-2386' lat='21.54997' lon='108.02926' />
+  <node id='-2388' lat='21.58906' lon='107.92652' />
+  <node id='-2390' lat='21.5905' lon='107.90006' />
+  <node id='-2392' lat='21.65128' lon='107.86114' />
+  <node id='-2394' lat='21.66141' lon='107.80355' />
+  <node id='-2396' lat='21.60787' lon='107.66967' />
+  <node id='-2398' lat='21.61945' lon='107.56537' />
+  <node id='-2400' lat='21.5934' lon='107.54047' />
+  <node id='-2402' lat='21.59774' lon='107.49065' />
+  <node id='-2404' lat='21.62958' lon='107.49532' />
+  <node id='-2406' lat='21.6672' lon='107.47197' />
+  <node id='-2408' lat='21.64839' lon='107.41593' />
+  <node id='-2410' lat='21.59774' lon='107.38636' />
+  <node id='-2412' lat='21.60063' lon='107.35989' />
+  <node id='-2414' lat='21.6672' lon='107.35834' />
+  <node id='-2416' lat='21.74674' lon='107.29296' />
+  <node id='-2418' lat='21.7077' lon='107.24625' />
+  <node id='-2420' lat='21.71493' lon='107.20734' />
+  <node id='-2422' lat='21.79879' lon='107.10771' />
+  <node id='-2424' lat='21.81981' lon='107.02615' />
+  <node id='-2426' lat='21.85948' lon='107.00964' />
+  <node id='-2428' lat='21.88982' lon='107.06101' />
+  <node id='-2430' lat='21.92303' lon='107.05634' />
+  <node id='-2432' lat='21.95191' lon='106.99252' />
+  <node id='-2434' lat='21.92592' lon='106.97228' />
+  <node id='-2436' lat='21.93459' lon='106.92714' />
+  <node id='-2438' lat='21.97934' lon='106.81038' />
+  <node id='-2440' lat='21.97357' lon='106.9178' />
+  <node id='-2442' lat='22.00965' lon='106.74345' />
+  <node id='-2444' lat='21.96013' lon='106.69276' />
+  <node id='-2446' lat='22.15102' lon='106.6983' />
+  <node id='-2448' lat='22.1885' lon='106.67495' />
+  <node id='-2450' lat='22.02409' lon='106.70142' />
+  <node id='-2452' lat='22.22309' lon='106.69986' />
+  <node id='-2454' lat='21.99811' lon='106.68274' />
+  <node id='-2456' lat='22.33977' lon='106.6516' />
+  <node id='-2458' lat='22.37' lon='106.57221' />
+  <node id='-2460' lat='22.474' lon='106.58395' />
+  <node id='-2462' lat='22.46498' lon='106.55665' />
+  <node id='-2464' lat='22.63606' lon='106.72321' />
+  <node id='-2466' lat='22.5757' lon='106.65316' />
+  <node id='-2468' lat='22.60301' lon='106.61269' />
+  <node id='-2470' lat='22.58432' lon='106.71698' />
+  <node id='-2472' lat='22.85982' lon='106.71128' />
+  <node id='-2474' lat='22.88296' lon='106.71387' />
+  <node id='-2476' lat='22.89587' lon='106.6734' />
+  <node id='-2478' lat='22.92311' lon='106.55976' />
+  <node id='-2480' lat='22.92884' lon='106.60179' />
+  <node id='-2482' lat='22.86862' lon='106.6516' />
+  <node id='-2484' lat='22.8098' lon='106.83685' />
+  <node id='-2486' lat='22.94891' lon='106.51306' />
+  <node id='-2488' lat='22.91164' lon='106.49749' />
+  <node id='-2490' lat='22.86718' lon='106.34961' />
+  <node id='-2492' lat='22.87722' lon='106.27022' />
+  <node id='-2494' lat='22.98475' lon='106.19705' />
+  <node id='-2496' lat='22.99049' lon='106.00179' />
+  <node id='-2498' lat='22.94178' lon='105.99568' />
+  <node id='-2500' lat='22.92756' lon='105.8726' />
+  <node id='-2502' lat='23.06641' lon='105.72382' />
+  <node id='-2504' lat='23.16806' lon='105.56037' />
+  <node id='-2506' lat='23.20669' lon='105.49966' />
+  <node id='-2508' lat='23.30824' lon='105.42805' />
+  <node id='-2510' lat='23.28107' lon='105.40782' />
+  <node id='-2512' lat='23.28679' lon='105.17276' />
+  <node id='-2514' lat='23.25247' lon='105.11672' />
+  <node id='-2516' lat='23.19176' lon='104.98712' />
+  <node id='-2518' lat='23.26248' lon='105.07002' />
+  <node id='-2520' lat='23.27249' lon='105.22569' />
+  <node id='-2522' lat='23.39684' lon='105.32376' />
+  <node id='-2524' lat='23.20463' lon='104.96532' />
+  <node id='-2526' lat='23.17235' lon='104.9486' />
+  <node id='-2528' lat='23.18666' lon='104.91435' />
+  <node id='-2530' lat='23.17141' lon='104.87992' />
+  <node id='-2532' lat='23.12854' lon='104.87382' />
+  <node id='-2534' lat='23.01484' lon='104.8334' />
+  <node id='-2536' lat='23.12934' lon='104.79478' />
+  <node id='-2538' lat='22.90017' lon='104.77114' />
+  <node id='-2540' lat='22.95178' lon='104.86765' />
+  <node id='-2542' lat='22.83419' lon='104.65283' />
+  <node id='-2544' lat='22.81841' lon='104.60457' />
+  <node id='-2546' lat='22.75813' lon='104.47225' />
+  <node id='-2548' lat='22.81984' lon='104.72755' />
+  <node id='-2550' lat='23.075' lon='105.57594' />
+  <node id='-2552' lat='22.85571' lon='104.58122' />
+  <node id='-2554' lat='22.34841' lon='106.55976' />
+  <node id='-2556' lat='22.43336' lon='102.16621' />
+  <node id='-2558' lat='22.77969' lon='102.51802' />
+  <node id='-2560' lat='22.7036' lon='102.57095' />
+  <node id='-2562' lat='22.69212' lon='102.42618' />
+  <node id='-2564' lat='22.77108' lon='102.46665' />
+  <node id='-2566' lat='22.67919' lon='102.38415' />
+  <node id='-2568' lat='22.64184' lon='102.41061' />
+  <node id='-2570' lat='22.4607' lon='102.25339' />
+  <node id='-2572' lat='22.41321' lon='102.26428' />
+  <node id='-2574' lat='22.48659' lon='102.9321' />
+  <node id='-2576' lat='22.60735' lon='102.8636' />
+  <node id='-2578' lat='22.73376' lon='102.60675' />
+  <node id='-2580' lat='22.50097' lon='103.07843' />
+  <node id='-2582' lat='22.68063' lon='103.28079' />
+  <node id='-2584' lat='22.64471' lon='103.18895' />
+  <node id='-2586' lat='22.59873' lon='103.15782' />
+  <node id='-2588' lat='22.55705' lon='103.17961' />
+  <node id='-2590' lat='22.69499' lon='103.56255' />
+  <node id='-2592' lat='22.65764' lon='103.57812' />
+  <node id='-2594' lat='22.70648' lon='103.43646' />
+  <node id='-2596' lat='22.75816' lon='103.43179' />
+  <node id='-2598' lat='22.59155' lon='103.52675' />
+  <node id='-2600' lat='22.8127' lon='103.32282' />
+  <node id='-2602' lat='22.44775' lon='103.0722' />
+  <node id='-2604' lat='22.79979' lon='103.64506' />
+  <node id='-2606' lat='22.50584' lon='103.96352' />
+  <node id='-2608' lat='22.72945' lon='104.03734' />
+  <node id='-2610' lat='22.51823' lon='104.01088' />
+  <node id='-2612' lat='22.80363' lon='104.11384' />
+  <node id='-2614' lat='22.8457' lon='104.27084' />
+  <node id='-2616' lat='22.76534' lon='104.25683' />
+  <node id='-2618' lat='22.69353' lon='104.35593' />
+  <node id='-2620' lat='14.87795' lon='107.59285' />
+  <node id='-2622' lat='14.79282' lon='107.51579' />
+  <node id='-2624' lat='14.93751' lon='107.48277' />
+  <node id='-2626' lat='15.00982' lon='107.46516' />
+  <node id='-2628' lat='15.13949' lon='107.61926' />
+  <node id='-2630' lat='15.0566' lon='107.61486' />
+  <node id='-2632' lat='15.20111' lon='107.58844' />
+  <node id='-2634' lat='15.2266' lon='107.62587' />
+  <node id='-2636' lat='15.37524' lon='107.60605' />
+  <node id='-2638' lat='15.42193' lon='107.62367' />
+  <node id='-2640' lat='15.40496' lon='107.53341' />
+  <node id='-2642' lat='15.48771' lon='107.50699' />
+  <node id='-2644' lat='15.49832' lon='107.3815' />
+  <node id='-2646' lat='15.62345' lon='107.34408' />
+  <node id='-2648' lat='15.62769' lon='107.27583' />
+  <node id='-2650' lat='15.71459' lon='107.27143' />
+  <node id='-2652' lat='15.74638' lon='107.21859' />
+  <node id='-2654' lat='15.89464' lon='107.34188' />
+  <node id='-2656' lat='15.83747' lon='107.21419' />
+  <node id='-2658' lat='16.01106' lon='107.46296' />
+  <node id='-2660' lat='15.88829' lon='107.39471' />
+  <node id='-2662' lat='16.08511' lon='107.44975' />
+  <node id='-2664' lat='16.05549' lon='107.33968' />
+  <node id='-2666' lat='16.13587' lon='107.25822' />
+  <node id='-2668' lat='16.17816' lon='107.14595' />
+  <node id='-2670' lat='16.26271' lon='107.15035' />
+  <node id='-2672' lat='16.3092' lon='107.09091' />
+  <node id='-2674' lat='16.31132' lon='107.02597' />
+  <node id='-2676' lat='16.30204' lon='106.97385' />
+  <node id='-2678' lat='16.34938' lon='106.96638' />
+  <node id='-2680' lat='16.43594' lon='106.88067' />
+  <node id='-2682' lat='16.52671' lon='106.88727' />
+  <node id='-2684' lat='16.55415' lon='106.84104' />
+  <node id='-2686' lat='16.41904' lon='106.74418' />
+  <node id='-2688' lat='16.47816' lon='106.65832' />
+  <node id='-2690' lat='16.56892' lon='106.66052' />
+  <node id='-2692' lat='16.86831' lon='106.55265' />
+  <node id='-2694' lat='16.87884' lon='106.52183' />
+  <node id='-2696' lat='16.92097' lon='106.51963' />
+  <node id='-2698' lat='16.92729' lon='106.54824' />
+  <node id='-2700' lat='16.68704' lon='106.55485' />
+  <node id='-2702' lat='17.01362' lon='106.43597' />
+  <node id='-2704' lat='16.9673' lon='106.50862' />
+  <node id='-2706' lat='17.20509' lon='106.31929' />
+  <node id='-2708' lat='17.3018' lon='106.29287' />
+  <node id='-2710' lat='17.24714' lon='106.24444' />
+  <node id='-2712' lat='17.0031' lon='106.55045' />
+  <node id='-2714' lat='17.89356' lon='105.60381' />
+  <node id='-2716' lat='17.96687' lon='105.64784' />
+  <node id='-2718' lat='18.22008' lon='105.46292' />
+  <node id='-2720' lat='18.15315' lon='105.38366' />
+  <node id='-2722' lat='18.58355' lon='105.1327' />
+  <node id='-2724' lat='18.43533' lon='105.10408' />
+  <node id='-2726' lat='18.70453' lon='105.12829' />
+  <node id='-2728' lat='18.85668' lon='104.64617' />
+  <node id='-2730' lat='18.97747' lon='104.5361' />
+  <node id='-2732' lat='19.70242' lon='104.23229' />
+  <node id='-2734' lat='19.61743' lon='104.05617' />
+  <node id='-2736' lat='19.51575' lon='104.10832' />
+  <node id='-2738' lat='19.43484' lon='104.06058' />
+  <node id='-2740' lat='19.31854' lon='103.87125' />
+  <node id='-2742' lat='18.64196' lon='105.19654' />
+  <node id='-2744' lat='19.72729' lon='104.68359' />
+  <node id='-2746' lat='19.80395' lon='104.8355' />
+  <node id='-2748' lat='19.91783' lon='104.8465' />
+  <node id='-2750' lat='20.09573' lon='104.9874' />
+  <node id='-2752' lat='20.15567' lon='104.91695' />
+  <node id='-2754' lat='20.14121' lon='104.86852' />
+  <node id='-2756' lat='19.62365' lon='104.64837' />
+  <node id='-2758' lat='19.61743' lon='104.53169' />
+  <node id='-2760' lat='19.70035' lon='104.41281' />
+  <node id='-2762' lat='20.37459' lon='104.47886' />
+  <node id='-2764' lat='20.24452' lon='104.61315' />
+  <node id='-2766' lat='20.36633' lon='104.62195' />
+  <node id='-2768' lat='20.40554' lon='104.72102' />
+  <node id='-2770' lat='20.47774' lon='104.66158' />
+  <node id='-2772' lat='20.3849' lon='104.40621' />
+  <node id='-2774' lat='20.47155' lon='104.38199' />
+  <node id='-2776' lat='20.91433' lon='104.27412' />
+  <node id='-2778' lat='20.6653' lon='104.63957' />
+  <node id='-2780' lat='20.96779' lon='104.11121' />
+  <node id='-2782' lat='20.8732' lon='103.82282' />
+  <node id='-2784' lat='20.66324' lon='103.68633' />
+  <node id='-2786' lat='20.82382' lon='103.45737' />
+  <node id='-2788' lat='20.79501' lon='103.38032' />
+  <node id='-2790' lat='20.6669' lon='103.73478' />
+  <node id='-2792' lat='19.66926' lon='104.06498' />
+  <node id='-2794' lat='21.73667' lon='102.82115' />
+  <node id='-2796' lat='21.83888' lon='102.81894' />
+  <node id='-2798' lat='21.66713' lon='102.74189' />
+  <node id='-2800' lat='21.65894' lon='102.67145' />
+  <node id='-2802' lat='21.91447' lon='102.62301' />
+  <node id='-2804' lat='21.99002' lon='102.49092' />
+  <node id='-2806' lat='22.02676' lon='102.51734' />
+  <node id='-2808' lat='22.30403' lon='102.18712' />
+  <node id='-2810' lat='21.3107' lon='102.88939' />
+  <node id='-2812' lat='21.46034' lon='102.94223' />
+  <node id='-2814' lat='21.4255' lon='102.86297' />
+  <node id='-2816' lat='21.58936' lon='102.98846' />
+  <node id='-2818' lat='21.74076' lon='102.97965' />
+  <node id='-2820' lat='21.71213' lon='102.86077' />
+  <node id='-2822' lat='21.84501' lon='102.85637' />
+  <node id='-2824' lat='21.24707' lon='102.89825' />
+  <node id='-2826' lat='21.25736' lon='102.80794' />
+  <node id='-2828' lat='21.05821' lon='102.97745' />
+  <node id='-2830' lat='21.05821' lon='103.03469' />
+  <node id='-2832' lat='20.89994' lon='103.12055' />
+  <node id='-2834' lat='11.66635' lon='105.8507' />
+  <node id='-2836' lat='11.60536' lon='105.80867' />
+  <node id='-2838' lat='11.56876' lon='105.81645' />
+  <node id='-2840' lat='11.67854' lon='105.88962' />
+  <node id='-2842' lat='11.7197' lon='106.00792' />
+  <node id='-2844' lat='11.63738' lon='105.95188' />
+  <node id='-2846' lat='11.77457' lon='106.02038' />
+  <node id='-2848' lat='11.77761' lon='106.06708' />
+  <node id='-2850' lat='11.73283' lon='106.13158' />
+  <node id='-2852' lat='11.72122' lon='106.26478' />
+  <node id='-2854' lat='11.75171' lon='106.18539' />
+  <node id='-2856' lat='11.67549' lon='106.30525' />
+  <node id='-2858' lat='11.69836' lon='106.37219' />
+  <node id='-2860' lat='11.66787' lon='106.44691' />
+  <node id='-2862' lat='11.68616' lon='106.45158' />
+  <node id='-2864' lat='11.76999' lon='106.41577' />
+  <node id='-2866' lat='11.8279' lon='106.44535' />
+  <node id='-2868' lat='11.86294' lon='106.44068' />
+  <node id='-2870' lat='11.86751' lon='106.4687' />
+  <node id='-2872' lat='12.33327' lon='107.34511' />
+  <node id='-2874' lat='12.27547' lon='107.15831' />
+  <node id='-2876' lat='12.08983' lon='106.99953' />
+  <node id='-2878' lat='12.06548' lon='106.92325' />
+  <node id='-2880' lat='12.0807' lon='106.79405' />
+  <node id='-2882' lat='11.96956' lon='106.70687' />
+  <node id='-2884' lat='11.97413' lon='106.4111' />
+  <node id='-2886' lat='12.52177' lon='107.5755' />
+  <node id='-2888' lat='12.7982' lon='107.55993' />
+  <node id='-2890' lat='12.88926' lon='107.49611' />
+  <node id='-2892' lat='12.29373' lon='107.4463' />
+  <node id='-2894' lat='12.36824' lon='107.55059' />
+  <node id='-2896' lat='12.24657' lon='107.42917' />
+  <node id='-2898' lat='14.41552' lon='107.44941' />
+  <node id='-2900' lat='14.32655' lon='107.39493' />
+  <node id='-2902' lat='14.24509' lon='107.40427' />
+  <node id='-2904' lat='14.11832' lon='107.33577' />
+  <node id='-2906' lat='14.07906' lon='107.37158' />
+  <node id='-2908' lat='14.02319' lon='107.35757' />
+  <node id='-2910' lat='14.54665' lon='107.52569' />
+  <node id='-2912' lat='14.59034' lon='107.52102' />
+  <node id='-2914' lat='14.628' lon='107.55371' />
+  <node id='-2916' lat='14.40346' lon='107.48521' />
+  <node id='-2918' lat='13.99147' lon='107.38247' />
+  <node id='-2920' lat='13.91593' lon='107.46498' />
+  <node id='-2922' lat='13.99751' lon='107.44318' />
+  <node id='-2924' lat='13.78897' lon='107.45252' />
+  <node id='-2926' lat='13.73908' lon='107.53503' />
+  <node id='-2928' lat='13.52577' lon='107.61909' />
+  <node id='-2930' lat='13.3668' lon='107.62843' />
+  <node id='-2932' lat='13.01215' lon='107.49144' />
+  <node id='-2934' lat='11.10476' lon='106.1527' />
+  <node id='-2936' lat='10.97795' lon='106.20095' />
+  <node id='-2938' lat='10.98176' lon='106.14301' />
+  <node id='-2940' lat='10.79451' lon='106.18539' />
+  <node id='-2942' lat='10.8098' lon='106.06708' />
+  <node id='-2944' lat='10.9168' lon='105.94535' />
+  <node id='-2946' lat='10.83853' lon='105.93403' />
+  <node id='-2948' lat='10.85873' lon='105.84603' />
+  <node id='-2950' lat='11.07879' lon='106.10444' />
+  <node id='-2952' lat='11.43605' lon='105.88962' />
+  <node id='-2954' lat='11.28343' lon='105.86782' />
+  <node id='-2956' lat='10.94586' lon='105.50045' />
+  <node id='-2958' lat='10.96878' lon='105.42884' />
+  <node id='-2960' lat='10.95656' lon='105.08326' />
+  <node id='-2962' lat='10.89236' lon='105.02722' />
+  <node id='-2964' lat='10.86179' lon='105.34011' />
+  <node id='-2966' lat='10.53073' lon='104.59018' />
+  <node id='-2968' lat='10.52833' lon='104.87933' />
+  <node id='-2970' lat='10.64003' lon='104.95094' />
+  <node id='-2972' lat='10.72722' lon='105.09571' />
+  <node id='-2974' lat='33.52774' lon='35.94465' />
+  <node id='-2976' lat='33.57904' lon='36.05723' />
+  <node id='-2978' lat='33.6596' lon='35.9341' />
+  <node id='-2980' lat='33.82927' lon='36.06778' />
+  <node id='-2982' lat='33.85118' lon='36.14517' />
+  <node id='-2984' lat='33.86579' lon='36.38263' />
+  <node id='-2986' lat='33.83365' lon='36.3967' />
+  <node id='-2988' lat='34.05982' lon='36.50576' />
+  <node id='-2990' lat='34.09916' lon='36.5128' />
+  <node id='-2992' lat='34.05253' lon='36.41078' />
+  <node id='-2994' lat='33.91981' lon='36.28589' />
+  <node id='-2996' lat='34.46541' lon='36.46179' />
+  <node id='-2998' lat='34.20251' lon='36.62537' />
+  <node id='-3000' lat='34.2316' lon='36.59195' />
+  <node id='-3002' lat='34.27667' lon='36.58667' />
+  <node id='-3004' lat='34.31009' lon='36.60778' />
+  <node id='-3006' lat='34.31881' lon='36.56556' />
+  <node id='-3008' lat='34.3798' lon='36.53039' />
+  <node id='-3010' lat='34.41609' lon='36.55853' />
+  <node id='-3012' lat='34.50165' lon='36.4442' />
+  <node id='-3014' lat='34.5002' lon='36.34745' />
+  <node id='-3016' lat='34.52629' lon='36.3369' />
+  <node id='-3018' lat='34.55672' lon='36.39846' />
+  <node id='-3020' lat='34.61175' lon='36.41429' />
+  <node id='-3022' lat='34.59438' lon='36.45299' />
+  <node id='-3024' lat='34.6378' lon='36.46003' />
+  <node id='-3026' lat='34.62505' lon='36.42941' />
+  <node id='-3028' lat='34.65447' lon='36.35384' />
+  <node id='-3030' lat='34.68516' lon='36.35135' />
+  <node id='-3032' lat='34.69334' lon='36.32399' />
+  <node id='-3034' lat='34.62991' lon='36.29165' />
+  <node id='-3036' lat='32.37908' lon='36.40959' />
+  <node id='-3038' lat='32.52751' lon='36.20379' />
+  <node id='-3040' lat='32.51463' lon='36.08074' />
+  <node id='-3042' lat='32.65911' lon='36.02239' />
+  <node id='-3044' lat='32.66237' lon='35.96633' />
+  <node id='-3046' lat='32.71966' lon='35.93307' />
+  <node id='-3048' lat='33.11921' lon='35.52573' />
+  <node id='-3050' lat='33.114' lon='35.50335' />
+  <node id='-3052' lat='33.09056' lon='35.50272' />
+  <node id='-3054' lat='33.09264' lon='35.448' />
+  <node id='-3056' lat='33.06659' lon='35.43059' />
+  <node id='-3058' lat='33.05617' lon='35.35223' />
+  <node id='-3060' lat='33.10515' lon='35.31429' />
+  <node id='-3062' lat='33.08743' lon='35.1924' />
+  <node id='-3064' lat='33.43183' lon='35.88668' />
+  <node id='-3066' lat='33.36354' lon='35.81324' />
+  <node id='-3068' lat='33.27278' lon='35.62019' />
+  <node id='-3070' lat='33.24226' lon='35.62283' />
+  <node id='-3072' lat='33.26653' lon='35.58502' />
+  <node id='-3074' lat='33.28381' lon='35.58326' />
+  <node id='-3076' lat='33.28969' lon='35.56523' />
+  <node id='-3078' lat='33.25844' lon='35.55555' />
+  <node id='-3080' lat='33.25513' lon='35.54544' />
+  <node id='-3082' lat='33.236' lon='35.54808' />
+  <node id='-3084' lat='33.23196' lon='35.5362' />
+  <node id='-3086' lat='33.27342' lon='35.77513' />
+  <node id='-3088' lat='33.24841' lon='35.81295' />
+  <node id='-3090' lat='33.19397' lon='35.83846' />
+  <node id='-3092' lat='33.16673' lon='35.84285' />
+  <node id='-3094' lat='33.1336' lon='35.81911' />
+  <node id='-3096' lat='33.2028' lon='35.81647' />
+  <node id='-3098' lat='33.11077' lon='35.81911' />
+  <node id='-3100' lat='32.82817' lon='35.83758' />
+  <node id='-3102' lat='32.8725' lon='35.84021' />
+  <node id='-3104' lat='32.91976' lon='35.87012' />
+  <node id='-3106' lat='32.77938' lon='35.78745' />
+  <node id='-3108' lat='32.9456' lon='35.89298' />
+  <node id='-3110' lat='32.98028' lon='35.87188' />
+  <node id='-3112' lat='32.64393' lon='35.56614' />
+  <node id='-3114' lat='32.48669' lon='35.57485' />
+  <node id='-3116' lat='32.42687' lon='35.55494' />
+  <node id='-3118' lat='32.21877' lon='35.57111' />
+  <node id='-3120' lat='32.04076' lon='35.52012' />
+  <node id='-3122' lat='31.96587' lon='35.54375' />
+  <node id='-3124' lat='31.9131' lon='35.52758' />
+  <node id='-3126' lat='31.12444' lon='35.43658' />
+  <node id='-3128' lat='30.95565' lon='35.41371' />
+  <node id='-3130' lat='30.8802' lon='35.33984' />
+  <node id='-3132' lat='30.81224' lon='35.33456' />
+  <node id='-3134' lat='30.60401' lon='35.21379' />
+  <node id='-3136' lat='30.07374' lon='35.14108' />
+  <node id='-3138' lat='30.43535' lon='35.16218' />
+  <node id='-3140' lat='29.66343' lon='35.02147' />
+  <node id='-3142' lat='31.25535' lon='35.40316' />
+  <node id='-3144' lat='6.35887' lon='-8.38453' />
+  <node id='-3146' lat='6.49977' lon='-8.45666' />
+  <node id='-3148' lat='6.43797' lon='-8.48652' />
+  <node id='-3150' lat='6.36381' lon='-8.3298' />
+  <node id='-3152' lat='5.80974' lon='-7.48155' />
+  <node id='-3154' lat='5.84934' lon='-7.46165' />
+  <node id='-3156' lat='5.94337' lon='-7.67309' />
+  <node id='-3158' lat='5.90625' lon='-7.70294' />
+  <node id='-3160' lat='5.84687' lon='-7.43677' />
+  <node id='-3162' lat='5.99037' lon='-7.78254' />
+  <node id='-3164' lat='6.07696' lon='-7.79747' />
+  <node id='-3166' lat='6.08932' lon='-7.8497' />
+  <node id='-3168' lat='6.20309' lon='-7.83478' />
+  <node id='-3170' lat='6.27728' lon='-7.90692' />
+  <node id='-3172' lat='6.31684' lon='-8.00642' />
+  <node id='-3174' lat='6.28222' lon='-8.17557' />
+  <node id='-3176' lat='4.94294' lon='-7.53876' />
+  <node id='-3178' lat='5.14118' lon='-7.48901' />
+  <node id='-3180' lat='5.08667' lon='-7.55369' />
+  <node id='-3182' lat='5.74787' lon='-7.43926' />
+  <node id='-3184' lat='5.61173' lon='-7.37209' />
+  <node id='-3186' lat='5.42355' lon='-7.43428' />
+  <node id='-3188' lat='5.32944' lon='-7.36463' />
+  <node id='-3190' lat='5.26256' lon='-7.46165' />
+  <node id='-3192' lat='4.8909' lon='-7.59349' />
+  <node id='-3194' lat='7.25794' lon='-8.37458' />
+  <node id='-3196' lat='7.51203' lon='-8.41935' />
+  <node id='-3198' lat='7.1691' lon='-8.29249' />
+  <node id='-3200' lat='6.82837' lon='-8.31736' />
+  <node id='-3202' lat='7.62525' lon='-8.55874' />
+  <node id='-3204' lat='7.70167' lon='-8.55874' />
+  <node id='-3206' lat='7.51429' lon='-8.72789' />
+  <node id='-3208' lat='7.69428' lon='-8.67814' />
+  <node id='-3210' lat='7.38109' lon='-9.20798' />
+  <node id='-3212' lat='7.30461' lon='-9.18311' />
+  <node id='-3214' lat='7.35149' lon='-8.8448' />
+  <node id='-3216' lat='7.2824' lon='-8.93435' />
+  <node id='-3218' lat='7.26019' lon='-8.85724' />
+  <node id='-3220' lat='7.1985' lon='-9.09107' />
+  <node id='-3222' lat='7.42056' lon='-9.305' />
+  <node id='-3224' lat='7.41809' lon='-9.41943' />
+  <node id='-3226' lat='7.37122' lon='-9.48161' />
+  <node id='-3228' lat='7.62032' lon='-9.37465' />
+  <node id='-3230' lat='7.74111' lon='-9.35724' />
+  <node id='-3232' lat='7.9284' lon='-9.44928' />
+  <node id='-3234' lat='8.02448' lon='-9.41445' />
+  <node id='-3236' lat='8.18455' lon='-9.50898' />
+  <node id='-3238' lat='8.35195' lon='-9.47415' />
+  <node id='-3240' lat='8.54633' lon='-9.77763' />
+  <node id='-3242' lat='8.42578' lon='-10.05873' />
+  <node id='-3244' lat='8.50697' lon='-10.05375' />
+  <node id='-3246' lat='8.52665' lon='-10.14579' />
+  <node id='-3248' lat='8.47991' lon='-10.203' />
+  <node id='-3250' lat='10.1021' lon='-8.01225' />
+  <node id='-3252' lat='10.04577' lon='-8.11921' />
+  <node id='-3254' lat='9.94288' lon='-8.15652' />
+  <node id='-3256' lat='9.86936' lon='-8.09434' />
+  <node id='-3258' lat='9.55062' lon='-8.14657' />
+  <node id='-3260' lat='9.39604' lon='-8.03463' />
+  <node id='-3262' lat='9.41812' lon='-7.85056' />
+  <node id='-3264' lat='9.20456' lon='-7.90777' />
+  <node id='-3266' lat='9.08422' lon='-7.73862' />
+  <node id='-3268' lat='8.99332' lon='-7.92518' />
+  <node id='-3270' lat='8.81146' lon='-7.95503' />
+  <node id='-3272' lat='8.66148' lon='-7.69882' />
+  <node id='-3274' lat='8.36873' lon='-7.65653' />
+  <node id='-3276' lat='8.50652' lon='-7.92518' />
+  <node id='-3278' lat='8.11023' lon='-7.99919' />
+  <node id='-3280' lat='8.00925' lon='-7.94695' />
+  <node id='-3282' lat='8.20134' lon='-7.98675' />
+  <node id='-3284' lat='8.16071' lon='-8.062' />
+  <node id='-3286' lat='8.04989' lon='-8.06449' />
+  <node id='-3288' lat='7.87991' lon='-8.13414' />
+  <node id='-3290' lat='7.78626' lon='-8.09931' />
+  <node id='-3292' lat='7.54466' lon='-8.21374' />
+  <node id='-3294' lat='7.6285' lon='-8.4003' />
+  <node id='-3296' lat='8.24196' lon='-8.2411' />
+  <node id='-3298' lat='8.48438' lon='-8.22991' />
+  <node id='-3300' lat='10.2703' lon='-7.9578' />
+  <node id='-3302' lat='10.44649' lon='-8.10207' />
+  <node id='-3304' lat='10.41722' lon='-8.22711' />
+  <node id='-3306' lat='11.06234' lon='-8.35083' />
+  <node id='-3308' lat='10.99397' lon='-8.66923' />
+  <node id='-3310' lat='11.37466' lon='-8.40058' />
+  <node id='-3312' lat='11.66715' lon='-8.80854' />
+  <node id='-3314' lat='12.34842' lon='-8.94784' />
+  <node id='-3316' lat='12.50875' lon='-9.13689' />
+  <node id='-3318' lat='12.48446' lon='-9.38067' />
+  <node id='-3320' lat='12.29009' lon='-9.32097' />
+  <node id='-3322' lat='12.18312' lon='-9.63938' />
+  <node id='-3324' lat='12.0226' lon='-9.714' />
+  <node id='-3326' lat='12.24634' lon='-10.30604' />
+  <node id='-3328' lat='11.91552' lon='-10.71897' />
+  <node id='-3330' lat='12.1053' lon='-10.80355' />
+  <node id='-3332' lat='12.24634' lon='-10.99758' />
+  <node id='-3334' lat='12.01286' lon='-11.24136' />
+  <node id='-3336' lat='12.17826' lon='-11.50006' />
+  <node id='-3338' lat='-11.91488' lon='26.01777' />
+  <node id='-3340' lat='-11.61312' lon='27.04351' />
+  <node id='-3342' lat='-12.01868' lon='26.88687' />
+  <node id='-3344' lat='-11.65767' lon='25.33058' />
+  <node id='-3346' lat='-11.06816' lon='24.34528' />
+  <node id='-3348' lat='-11.44975' lon='24.42612' />
+  <node id='-3350' lat='-11.19707' lon='25.34069' />
+  <node id='-3352' lat='-11.60323' lon='27.22541' />
+  <node id='-3354' lat='-13.41844' lon='29.65078' />
+  <node id='-3356' lat='-13.21685' lon='29.60531' />
+  <node id='-3358' lat='-13.41353' lon='29.01918' />
+  <node id='-3360' lat='-12.41375' lon='28.33199' />
+  <node id='-3362' lat='-12.22123' lon='27.59932' />
+  <node id='-3364' lat='-11.76157' lon='27.21025' />
+  <node id='-3366' lat='-12.23604' lon='29.48404' />
+  <node id='-3368' lat='-12.43843' lon='29.4992' />
+  <node id='-3370' lat='-12.37921' lon='29.18592' />
+  <node id='-3372' lat='-11.87532' lon='28.48357' />
+  <node id='-3374' lat='-11.57848' lon='28.37241' />
+  <node id='-3376' lat='-10.65133' lon='28.65032' />
+  <node id='-3378' lat='46.88854' lon='12.2006' />
+  <node id='-3380' lat='46.88651' lon='12.27591' />
+  <node id='-3382' lat='46.6595' lon='12.59992' />
+  <node id='-3384' lat='47.01241' lon='12.11675' />
+  <node id='-3386' lat='47.03996' lon='12.21781' />
+  <node id='-3388' lat='46.71529' lon='12.38708' />
+  <node id='-3390' lat='47.09331' lon='12.19254' />
+  <node id='-3392' lat='46.98484' lon='11.74789' />
+  <node id='-3394' lat='46.99862' lon='11.33355' />
+  <node id='-3396' lat='46.92966' lon='11.10618' />
+  <node id='-3398' lat='46.76896' lon='11.00764' />
+  <node id='-3400' lat='46.78972' lon='10.72974' />
+  <node id='-3402' lat='46.82258' lon='10.75753' />
+  <node id='-3404' lat='46.87614' lon='10.66405' />
+  <node id='-3406' lat='46.84505' lon='10.54783' />
+  <node id='-3408' lat='46.17392' lon='13.66472' />
+  <node id='-3410' lat='46.18966' lon='13.64451' />
+  <node id='-3412' lat='46.18703' lon='13.56682' />
+  <node id='-3414' lat='46.2054' lon='13.56114' />
+  <node id='-3416' lat='46.22725' lon='13.47587' />
+  <node id='-3418' lat='46.20758' lon='13.42218' />
+  <node id='-3420' lat='46.29668' lon='13.37671' />
+  <node id='-3422' lat='46.33507' lon='13.44808' />
+  <node id='-3424' lat='46.35992' lon='13.43418' />
+  <node id='-3426' lat='46.3621' lon='13.47019' />
+  <node id='-3428' lat='46.40915' lon='13.5763' />
+  <node id='-3430' lat='46.42613' lon='13.5763' />
+  <node id='-3432' lat='46.44137' lon='13.59777' />
+  <node id='-3434' lat='46.43881' lon='13.68684' />
+  <node id='-3436' lat='46.01832' lon='13.49702' />
+  <node id='-3438' lat='46.04498' lon='13.50998' />
+  <node id='-3440' lat='46.04839' lon='13.49568' />
+  <node id='-3442' lat='46.09022' lon='13.57072' />
+  <node id='-3444' lat='46.05986' lon='13.50104' />
+  <node id='-3446' lat='45.93607' lon='13.63815' />
+  <node id='-3448' lat='45.91782' lon='13.61931' />
+  <node id='-3450' lat='45.94894' lon='13.6329' />
+  <node id='-3452' lat='45.98326' lon='13.64307' />
+  <node id='-3454' lat='45.98947' lon='13.63458' />
+  <node id='-3456' lat='45.98388' lon='13.62074' />
+  <node id='-3458' lat='45.99009' lon='13.58903' />
+  <node id='-3460' lat='45.96991' lon='13.56759' />
+  <node id='-3462' lat='45.96588' lon='13.52963' />
+  <node id='-3464' lat='45.98078' lon='13.50104' />
+  <node id='-3466' lat='45.88173' lon='13.58644' />
+  <node id='-3468' lat='45.83503' lon='13.58858' />
+  <node id='-3470' lat='45.8425' lon='13.57563' />
+  <node id='-3472' lat='45.65207' lon='13.87933' />
+  <node id='-3474' lat='45.70855' lon='13.83332' />
+  <node id='-3476' lat='45.68703' lon='13.83422' />
+  <node id='-3478' lat='45.7176' lon='13.8235' />
+  <node id='-3480' lat='45.79955' lon='13.66986' />
+  <node id='-3482' lat='45.60835' lon='13.8695' />
+  <node id='-3484' lat='45.59898' lon='13.86771' />
+  <node id='-3486' lat='20.73533' lon='1.20992' />
+  <node id='-3488' lat='19.81703' lon='3.24648' />
+  <node id='-3490' lat='19.1366' lon='3.12501' />
+  <node id='-3492' lat='18.9745' lon='3.36082' />
+  <node id='-3494' lat='26.39148' lon='9.51696' />
+  <node id='-3496' lat='24.21456' lon='11.41061' />
+  <node id='-3498' lat='24.5595' lon='10.85323' />
+  <node id='-3500' lat='24.5465' lon='10.33159' />
+  <node id='-3502' lat='24.98124' lon='10.02432' />
+  <node id='-3504' lat='25.35635' lon='10.03146' />
+  <node id='-3506' lat='26.19288' lon='9.38834' />
+  <node id='-3508' lat='26.57696' lon='9.89569' />
+  <node id='-3510' lat='29.40961' lon='9.78136' />
+  <node id='-3512' lat='24.26669' lon='11.62498' />
+  <node id='-3514' lat='32.6307' lon='11.46037' />
+  <node id='-3516' lat='32.48013' lon='11.57828' />
+  <node id='-3518' lat='32.4138' lon='11.53898' />
+  <node id='-3520' lat='32.2145' lon='11.04234' />
+  <node id='-3522' lat='31.97235' lon='10.7315' />
+  <node id='-3524' lat='31.96629' lon='10.62788' />
+  <node id='-3526' lat='31.72956' lon='10.48497' />
+  <node id='-3528' lat='33.10175' lon='8.11433' />
+  <node id='-3530' lat='33.18851' lon='7.83028' />
+  <node id='-3532' lat='33.05086' lon='8.1179' />
+  <node id='-3534' lat='33.7726' lon='7.54088' />
+  <node id='-3536' lat='34.21841' lon='7.81242' />
+  <node id='-3538' lat='34.95378' lon='8.30727' />
+  <node id='-3540' lat='35.10007' lon='8.3555' />
+  <node id='-3542' lat='34.92009' lon='8.25189' />
+  <node id='-3544' lat='34.72798' lon='8.29655' />
+  <node id='-3546' lat='35.47774' lon='8.36086' />
+  <node id='-3548' lat='35.66373' lon='8.35371' />
+  <node id='-3550' lat='35.91733' lon='8.2626' />
+  <node id='-3552' lat='36.44939' lon='8.18936' />
+  <node id='-3554' lat='36.42208' lon='8.40731' />
+  <node id='-3556' lat='36.8364' lon='8.67706' />
+  <node id='-3558' lat='36.86499' lon='8.62972' />
+  <node id='-3560' lat='36.78062' lon='8.57613' />
+  <node id='-3562' lat='36.7706' lon='8.46537' />
+  <node id='-3564' lat='36.66607' lon='8.47609' />
+  <node id='-3566' lat='36.48817' lon='8.16167' />
+  <node id='-3568' lat='9.59205' lon='43.32613' />
+  <node id='-3570' lat='9.84605' lon='43.23518' />
+  <node id='-3572' lat='9.90579' lon='43.0937' />
+  <node id='-3574' lat='10.18441' lon='42.87643' />
+  <node id='-3576' lat='10.62672' lon='42.69452' />
+  <node id='-3578' lat='4.44032' lon='42.97746' />
+  <node id='-3580' lat='4.57923' lon='43.04177' />
+  <node id='-3582' lat='4.28357' lon='42.84526' />
+  <node id='-3584' lat='4.79289' lon='43.40263' />
+  <node id='-3586' lat='4.20518' lon='42.55853' />
+  <node id='-3588' lat='4.17667' lon='42.07619' />
+  <node id='-3590' lat='18.59899' lon='49.04884' />
+  <node id='-3592' lat='18.20584' lon='48.19996' />
+  <node id='-3594' lat='17.50366' lon='47.58351' />
+  <node id='-3596' lat='17.10808' lon='47.48245' />
+  <node id='-3598' lat='16.94765' lon='47.00571' />
+  <node id='-3600' lat='17.29151' lon='46.76494' />
+  <node id='-3602' lat='17.20464' lon='46.31018' />
+  <node id='-3604' lat='17.47475' lon='44.50126' />
+  <node id='-3606' lat='17.35762' lon='43.70631' />
+  <node id='-3608' lat='17.56148' lon='43.43005' />
+  <node id='-3610' lat='17.38343' lon='43.22533' />
+  <node id='-3612' lat='16.65179' lon='43.22066' />
+  <node id='-3614' lat='8.35326' lon='-10.63934' />
+  <node id='-3616' lat='8.48941' lon='-10.37257' />
+  <node id='-3618' lat='8.31174' lon='-10.54891' />
+  <node id='-3620' lat='8.5314' lon='-10.61422' />
+  <node id='-3622' lat='8.29235' lon='-10.70565' />
+  <node id='-3624' lat='8.67669' lon='-10.47707' />
+  <node id='-3626' lat='8.81225' lon='-10.56197' />
+  <node id='-3628' lat='9.06386' lon='-10.5783' />
+  <node id='-3630' lat='9.07998' lon='-10.74484' />
+  <node id='-3632' lat='9.29919' lon='-10.6534' />
+  <node id='-3634' lat='10.00098' lon='-11.2118' />
+  <node id='-3636' lat='8.15627' lon='-10.45023' />
+  <node id='-3638' lat='8.21283' lon='-10.29839' />
+  <node id='-3640' lat='8.28554' lon='-10.31635' />
+  <node id='-3642' lat='8.30008' lon='-10.30084' />
+  <node id='-3644' lat='8.15223' lon='-10.35227' />
+  <node id='-3646' lat='8.1393' lon='-10.51554' />
+  <node id='-3648' lat='6.97746' lon='-11.4027' />
+  <node id='-3650' lat='7.21576' lon='-11.29417' />
+  <node id='-3652' lat='6.92704' lon='-11.50429' />
+  <node id='-3654' lat='9.3133' lon='-12.76788' />
+  <node id='-3656' lat='9.26335' lon='-12.94095' />
+  <node id='-3658' lat='9.0409' lon='-13.08953' />
+  <node id='-3660' lat='9.0925' lon='-13.18586' />
+  <node id='-3662' lat='12.97808' lon='-11.39935' />
+  <node id='-3664' lat='13.39174' lon='-11.63025' />
+  <node id='-3666' lat='13.84505' lon='-11.93043' />
+  <node id='-3668' lat='13.33333' lon='-11.83345' />
+  <node id='-3670' lat='13.71049' lon='-12.06897' />
+  <node id='-3672' lat='12.44559' lon='-11.46267' />
+  <node id='-3674' lat='12.42008' lon='-11.91331' />
+  <node id='-3676' lat='12.51892' lon='-12.87336' />
+  <node id='-3678' lat='12.32758' lon='-12.35415' />
+  <node id='-3680' lat='12.49342' lon='-13.06603' />
+  <node id='-3682' lat='12.64003' lon='-13.05296' />
+  <node id='-3684' lat='-1.69663' lon='29.24458' />
+  <node id='-3686' lat='-1.40499' lon='29.53062' />
+  <node id='-3688' lat='-1.5054' lon='29.45038' />
+  <node id='-3690' lat='-1.50887' lon='29.36322' />
+  <node id='-3692' lat='-1.90576' lon='29.11847' />
+  <node id='-3694' lat='-2.12278' lon='29.17562' />
+  <node id='-3696' lat='-1.66826' lon='29.24323' />
+  <node id='-3698' lat='-2.70596' lon='29.00357' />
+  <node id='-3700' lat='-2.55848' lon='28.89288' />
+  <node id='-3702' lat='-2.50493' lon='28.88846' />
+  <node id='-3704' lat='-2.50887' lon='28.87497' />
+  <node id='-3706' lat='-2.44866' lon='28.86846' />
+  <node id='-3708' lat='-2.47557' lon='28.89132' />
+  <node id='-3710' lat='-2.53185' lon='28.86193' />
+  <node id='-3712' lat='-2.27043' lon='29.105' />
+  <node id='-3714' lat='-2.29001' lon='29.00051' />
+  <node id='-3716' lat='-2.37321' lon='28.95642' />
+  <node id='-3718' lat='-2.37321' lon='28.89601' />
+  <node id='-3720' lat='-2.41888' lon='28.86826' />
+  <node id='-3722' lat='-2.66111' lon='28.89793' />
+  <node id='-3724' lat='-1.34303' lon='30.16369' />
+  <node id='-3726' lat='-1.48269' lon='29.912' />
+  <node id='-3728' lat='-1.31187' lon='29.82657' />
+  <node id='-3730' lat='-0.9852' lon='30.76635' />
+  <node id='-3732' lat='-1.01175' lon='30.70631' />
+  <node id='-3734' lat='-1.06601' lon='30.64166' />
+  <node id='-3736' lat='-1.10641' lon='30.45116' />
+  <node id='-3738' lat='-1.16412' lon='30.50889' />
+  <node id='-3740' lat='-1.33264' lon='30.57123' />
+  <node id='-3742' lat='-1.64652' lon='30.84079' />
+  <node id='-3744' lat='-2.08223' lon='30.89303' />
+  <node id='-3746' lat='-2.35795' lon='30.83915' />
+  <node id='-3748' lat='-2.82933' lon='29.36805' />
+  <node id='-3750' lat='-2.6483' lon='29.32234' />
+  <node id='-3752' lat='-2.58632' lon='29.0562' />
+  <node id='-3754' lat='-2.43626' lon='30.14034' />
+  <node id='-3756' lat='-2.33348' lon='29.95911' />
+  <node id='-3758' lat='-2.75105' lon='29.88237' />
+  <node id='-3760' lat='-2.31064' lon='30.42933' />
+  <node id='-3762' lat='10.97586' lon='42.13691' />
+  <node id='-3764' lat='10.98493' lon='42.79037' />
+  <node id='-3766' lat='11.06992' lon='42.75111' />
+  <node id='-3768' lat='11.09711' lon='42.62989' />
+  <node id='-3770' lat='10.98493' lon='42.42669' />
+  <node id='-3772' lat='10.92599' lon='42.06302' />
+  <node id='-3774' lat='11.49902' lon='41.77727' />
+  <node id='-3776' lat='11.33606' lon='41.8096' />
+  <node id='-3778' lat='12.58747' lon='42.86195' />
+  <node id='-3780' lat='12.42629' lon='42.7996' />
+  <node id='-3782' lat='12.36201' lon='42.6957' />
+  <node id='-3784' lat='12.52661' lon='42.46941' />
+  <node id='-3786' lat='29.50584' lon='46.89695' />
+  <node id='-3788' lat='30.01044' lon='47.15166' />
+  <node id='-3790' lat='29.85763' lon='48.40479' />
+  <node id='-3792' lat='27.87827' lon='49.98877' />
+  <node id='-3794' lat='26.73086' lon='50.71771' />
+  <node id='-3796' lat='25.61443' lon='56.25341' />
+  <node id='-3798' lat='25.60643' lon='56.26636' />
+  <node id='-3800' lat='25.60211' lon='56.25365' />
+  <node id='-3802' lat='25.61119' lon='56.20473' />
+  <node id='-3804' lat='25.65508' lon='56.18363' />
+  <node id='-3806' lat='25.66351' lon='56.14826' />
+  <node id='-3808' lat='25.73524' lon='56.13579' />
+  <node id='-3810' lat='25.77239' lon='56.17416' />
+  <node id='-3812' lat='25.82765' lon='56.13963' />
+  <node id='-3814' lat='25.9795' lon='56.19334' />
+  <node id='-3816' lat='26.06828' lon='56.15498' />
+  <node id='-3818' lat='24.88334' lon='56.30269' />
+  <node id='-3820' lat='24.93205' lon='56.34873' />
+  <node id='-3822' lat='24.85063' lon='56.20568' />
+  <node id='-3824' lat='24.78565' lon='56.20062' />
+  <node id='-3826' lat='24.97284' lon='56.3227' />
+  <node id='-3828' lat='24.89639' lon='55.97467' />
+  <node id='-3830' lat='24.87461' lon='56.05106' />
+  <node id='-3832' lat='24.95727' lon='56.05715' />
+  <node id='-3834' lat='25.00857' lon='55.96316' />
+  <node id='-3836' lat='24.96771' lon='55.90849' />
+  <node id='-3838' lat='24.96858' lon='55.85094' />
+  <node id='-3840' lat='24.68567' lon='55.83271' />
+  <node id='-3842' lat='24.5287' lon='55.76461' />
+  <node id='-3844' lat='24.41521' lon='55.83271' />
+  <node id='-3846' lat='24.31069' lon='55.80747' />
+  <node id='-3848' lat='24.27914' lon='55.79145' />
+  <node id='-3850' lat='24.23466' lon='55.75257' />
+  <node id='-3852' lat='24.23476' lon='55.77658' />
+  <node id='-3854' lat='24.20193' lon='55.83367' />
+  <node id='-3856' lat='24.01633' lon='55.8308' />
+  <node id='-3858' lat='23.10378' lon='55.22634' />
+  <node id='-3860' lat='23.669' lon='55.57358' />
+  <node id='-3862' lat='23.94946' lon='55.48677' />
+  <node id='-3864' lat='25.595' lon='50.7801' />
+  <node id='-3866' lat='25.6965' lon='50.86149' />
+  <node id='-3868' lat='25.88946' lon='50.81266' />
+  <node id='-3870' lat='24.71675' lon='51.83108' />
+  <node id='-3872' lat='24.62785' lon='51.39468' />
+  <node id='-3874' lat='24.50747' lon='51.29972' />
+  <node id='-3876' lat='24.46907' lon='51.09638' />
+  <node id='-3878' lat='24.27256' lon='51.58871' />
+  <node id='-3880' lat='24.39615' lon='51.41644' />
+  <node id='-3882' lat='24.75635' lon='52.02277' />
+  <node id='-3884' lat='25.00368' lon='52.35509' />
+  <node id='-3886' lat='25.62624' lon='55.14145' />
+  <node id='-3888' lat='24.64436' lon='53.97892' />
+  <node id='-3890' lat='25.51697' lon='52.82259' />
+  <node id='-3892' lat='50.80065' lon='6.00462' />
+  <node id='-3894' lat='50.81694' lon='6.02328' />
+  <node id='-3896' lat='50.84435' lon='6.01921' />
+  <node id='-3898' lat='50.8572' lon='6.05623' />
+  <node id='-3900' lat='50.84674' lon='6.07431' />
+  <node id='-3902' lat='50.87223' lon='6.08805' />
+  <node id='-3904' lat='50.97356' lon='5.90296' />
+  <node id='-3906' lat='51.05182' lon='5.86735' />
+  <node id='-3908' lat='51.06736' lon='5.9134' />
+  <node id='-3910' lat='51.03496' lon='5.9541' />
+  <node id='-3912' lat='51.15677' lon='6.16706' />
+  <node id='-3914' lat='51.19589' lon='6.17384' />
+  <node id='-3916' lat='51.17038' lon='6.07889' />
+  <node id='-3918' lat='51.24432' lon='6.07889' />
+  <node id='-3920' lat='51.39948' lon='6.22641' />
+  <node id='-3922' lat='51.48568' lon='6.21724' />
+  <node id='-3924' lat='51.36135' lon='6.22674' />
+  <node id='-3926' lat='51.33169' lon='6.16977' />
+  <node id='-3928' lat='51.65609' lon='6.11759' />
+  <node id='-3930' lat='51.6742' lon='6.02767' />
+  <node id='-3932' lat='51.71821' lon='6.04091' />
+  <node id='-3934' lat='51.87257' lon='6.38815' />
+  <node id='-3936' lat='51.82771' lon='6.40704' />
+  <node id='-3938' lat='51.90439' lon='6.15349' />
+  <node id='-3940' lat='51.89769' lon='6.11551' />
+  <node id='-3942' lat='51.84094' lon='6.16902' />
+  <node id='-3944' lat='51.86136' lon='6.06705' />
+  <node id='-3946' lat='51.76944' lon='5.98665' />
+  <node id='-3948' lat='51.82786' lon='5.94568' />
+  <node id='-3950' lat='51.7493' lon='5.95003' />
+  <node id='-3952' lat='51.96711' lon='6.82357' />
+  <node id='-3954' lat='51.89518' lon='6.72319' />
+  <node id='-3956' lat='51.91861' lon='6.68386' />
+  <node id='-3958' lat='52.2271' lon='6.9897' />
+  <node id='-3960' lat='52.11728' lon='6.83984' />
+  <node id='-3962' lat='52.11895' lon='6.76117' />
+  <node id='-3964' lat='51.9905' lon='6.83035' />
+  <node id='-3966' lat='52.05052' lon='6.68128' />
+  <node id='-3968' lat='52.37805' lon='7.07044' />
+  <node id='-3970' lat='52.27941' lon='7.02703' />
+  <node id='-3972' lat='52.23789' lon='7.06365' />
+  <node id='-3974' lat='52.47235' lon='6.99041' />
+  <node id='-3976' lat='52.43597' lon='6.94293' />
+  <node id='-3978' lat='52.62905' lon='6.71641' />
+  <node id='-3980' lat='52.81083' lon='7.07253' />
+  <node id='-3982' lat='53.00742' lon='7.21694' />
+  <node id='-3984' lat='53.13817' lon='7.17898' />
+  <node id='-3986' lat='50.72647' lon='6.0326' />
+  <node id='-3988' lat='50.54179' lon='6.17802' />
+  <node id='-3990' lat='50.53576' lon='6.19735' />
+  <node id='-3992' lat='50.5212' lon='6.19193' />
+  <node id='-3994' lat='50.52089' lon='6.20599' />
+  <node id='-3996' lat='50.50272' lon='6.26637' />
+  <node id='-3998' lat='50.50058' lon='6.30809' />
+  <node id='-4000' lat='50.40776' lon='6.36852' />
+  <node id='-4002' lat='50.31139' lon='6.35701' />
+  <node id='-4004' lat='50.32333' lon='6.32488' />
+  <node id='-4006' lat='50.37994' lon='6.34406' />
+  <node id='-4008' lat='50.33557' lon='6.40785' />
+  <node id='-4010' lat='50.32425' lon='6.40641' />
+  <node id='-4012' lat='50.14971' lon='6.14132' />
+  <node id='-4014' lat='50.75448' lon='5.84888' />
+  <node id='-4016' lat='50.76542' lon='5.84548' />
+  <node id='-4018' lat='50.7622' lon='5.95942' />
+  <node id='-4020' lat='51.10861' lon='5.8109' />
+  <node id='-4022' lat='51.10585' lon='5.83226' />
+  <node id='-4024' lat='51.05834' lon='5.79835' />
+  <node id='-4026' lat='51.09328' lon='5.82921' />
+  <node id='-4028' lat='51.09371' lon='5.79903' />
+  <node id='-4030' lat='51.06196' lon='5.77258' />
+  <node id='-4032' lat='51.27502' lon='5.347' />
+  <node id='-4034' lat='51.26314' lon='5.33886' />
+  <node id='-4036' lat='51.47167' lon='5.0106' />
+  <node id='-4038' lat='51.44736' lon='4.82409' />
+  <node id='-4040' lat='51.44905' lon='4.38122' />
+  <node id='-4042' lat='51.27331' lon='3.38289' />
+  <node id='-4044' lat='51.31572' lon='3.35847' />
+  <node id='-4046' lat='51.33436' lon='3.38696' />
+  <node id='-4048' lat='29.58903' lon='64.62116' />
+  <node id='-4050' lat='29.50407' lon='64.19796' />
+  <node id='-4052' lat='-4.67835' lon='39.21631' />
+  <node id='-4054' lat='-4.64201' lon='40.14328' />
+  <node id='-4056' lat='-4.68136' lon='39.62121' />
+  <node id='-4058' lat='-3.50723' lon='37.63099' />
+  <node id='-4060' lat='-3.54243' lon='37.75036' />
+  <node id='-4062' lat='-3.42735' lon='37.5903' />
+  <node id='-4064' lat='-1.05101' lon='34.03084' />
+  <node id='-4066' lat='-1.02264' lon='34.0824' />
+  <node id='-4068' lat='-1.00779' lon='34.02286' />
+  <node id='-4070' lat='-7.14121' lon='30.2567' />
+  <node id='-4072' lat='-2.65841' lon='30.52747' />
+  <node id='-4074' lat='-2.86151' lon='30.40662' />
+  <node id='-4076' lat='-2.9573' lon='30.4987' />
+  <node id='-4078' lat='-2.89791' lon='30.57926' />
+  <node id='-4080' lat='-2.98987' lon='30.6675' />
+  <node id='-4082' lat='-2.97837' lon='30.83823' />
+  <node id='-4084' lat='-3.56532' lon='30.45915' />
+  <node id='-4086' lat='-4.01738' lon='30.22042' />
+  <node id='-4088' lat='-4.26631' lon='30.03323' />
+  <node id='-4090' lat='-4.45836' lon='29.75109' />
+  <node id='-4092' lat='-2.81978' lon='29.00404' />
+  <node id='-4094' lat='-2.81774' lon='29.0505' />
+  <node id='-4096' lat='-2.87871' lon='29.09119' />
+  <node id='-4098' lat='-2.95457' lon='29.16037' />
+  <node id='-4100' lat='-2.99385' lon='29.17258' />
+  <node id='-4102' lat='-2.91935' lon='29.09797' />
+  <node id='-4104' lat='-2.78523' lon='29.00167' />
+  <node id='-4106' lat='-3.3514' lon='29.21463' />
+  <node id='-4108' lat='-9.49122' lon='28.56208' />
+  <node id='-4110' lat='-9.78' lon='28.68532' />
+  <node id='-4112' lat='-8.66935' lon='28.9711' />
+  <node id='-4114' lat='-9.23393' lon='28.38526' />
+  <node id='-4116' lat='-9.30091' lon='28.36562' />
+  <node id='-4118' lat='-9.35379' lon='28.52636' />
+  <node id='-4120' lat='-16.15414' lon='35.52365' />
+  <node id='-4122' lat='-14.89478' lon='35.87212' />
+  <node id='-4124' lat='-14.27714' lon='35.5299' />
+  <node id='-4126' lat='-14.15594' lon='35.47989' />
+  <node id='-4128' lat='-21.48967' lon='39.10324' />
+  <node id='-4130' lat='-26.40185' lon='32.07352' />
+  <node id='-4132' lat='-26.15656' lon='32.10435' />
+  <node id='-4134' lat='-27.11057' lon='31.97463' />
+  <node id='-4136' lat='-26.80721' lon='32.09664' />
+  <node id='-4138' lat='-26.26303' lon='30.95819' />
+  <node id='-4140' lat='-25.7431' lon='31.31237' />
+  <node id='-4142' lat='-25.91558' lon='31.13073' />
+  <node id='-4144' lat='-26.48271' lon='30.78927' />
+  <node id='-4146' lat='-29.58456' lon='29.28545' />
+  <node id='-4148' lat='-29.76266' lon='29.12553' />
+  <node id='-4150' lat='-29.3772' lon='29.44883' />
+  <node id='-4152' lat='-29.21246' lon='29.40524' />
+  <node id='-4154' lat='-28.57025' lon='28.65091' />
+  <node id='-4156' lat='-28.85991' lon='28.02503' />
+  <node id='-4158' lat='-28.84864' lon='27.9392' />
+  <node id='-4160' lat='-28.89839' lon='27.75458' />
+  <node id='-4162' lat='-29.48161' lon='27.33464' />
+  <node id='-4164' lat='-30.00718' lon='27.22719' />
+  <node id='-4166' lat='-30.14577' lon='27.40778' />
+  <node id='-4168' lat='-30.32239' lon='27.45452' />
+  <node id='-4170' lat='-30.10579' lon='28.80222' />
+  <node id='-4172' lat='-30.1592' lon='28.399' />
+  <node id='-4174' lat='-29.91706' lon='29.16548' />
+  <node id='-4176' lat='-30.28476' lon='28.2319' />
+  <node id='-4178' lat='-30.60635' lon='27.74814' />
+  <node id='-4180' lat='-29.72796' lon='27.09489' />
+  <node id='-4182' lat='-30.33456' lon='27.38108' />
+  <node id='-4184' lat='-28.89165' lon='18.99885' />
+  <node id='-4186' lat='-28.68718' lon='17.4579' />
+  <node id='-4188' lat='-28.08573' lon='17.15405' />
+  <node id='-4190' lat='-28.057' lon='16.90446' />
+  <node id='-4192' lat='-18.07151' lon='24.57485' />
+  <node id='-4194' lat='-17.95726' lon='24.40577' />
+  <node id='-4196' lat='-18.01919' lon='24.19416' />
+  <node id='-4198' lat='-17.99855' lon='23.29618' />
+  <node id='-4200' lat='-18.4881' lon='23.61088' />
+  <node id='-4202' lat='-17.52963' lon='24.5621' />
+  <node id='-4204' lat='-17.46818' lon='24.38712' />
+  <node id='-4206' lat='-17.49082' lon='24.32811' />
+  <node id='-4208' lat='-17.47489' lon='24.23619' />
+  <node id='-4210' lat='-17.90832' lon='25.23909' />
+  <node id='-4212' lat='-17.84452' lon='25.05895' />
+  <node id='-4214' lat='-17.79674' lon='24.95586' />
+  <node id='-4216' lat='-17.78253' lon='25.16882' />
+  <node id='-4218' lat='-17.58221' lon='25.00198' />
+  <node id='-4220' lat='-17.94318' lon='21.14283' />
+  <node id='-4222' lat='-17.80375' lon='18.84226' />
+  <node id='-4224' lat='-17.15165' lon='12.07076' />
+  <node id='-4226' lat='-17.43141' lon='13.95896' />
+  <node id='-4228' lat='-16.98048' lon='13.36212' />
+  <node id='-4230' lat='-16.98567' lon='12.97145' />
+  <node id='-4232' lat='-17.24495' lon='12.52111' />
+  <node id='-4234' lat='-17.25013' lon='11.75063' />
+  <node id='-4236' lat='-17.47563' lon='23.20038' />
+  <node id='-4238' lat='-16.50269' lon='22.17217' />
+  <node id='-4240' lat='-11.15368' lon='24.02603' />
+  <node id='-4242' lat='-12.13149' lon='23.98804' />
+  <node id='-4244' lat='-12.29058' lon='24.06672' />
+  <node id='-4246' lat='-12.844' lon='23.90937' />
+  <node id='-4248' lat='-11.02856' lon='23.86868' />
+  <node id='-4250' lat='-10.946' lon='23.45631' />
+  <node id='-4252' lat='-11.10577' lon='23.16602' />
+  <node id='-4254' lat='-11.05784' lon='22.54205' />
+  <node id='-4256' lat='-5.87078' lon='13.04371' />
+  <node id='-4258' lat='-6.07585' lon='12.42245' />
+  <node id='-4260' lat='-9.94628' lon='22.19039' />
+  <node id='-4262' lat='-10.76291' lon='22.32604' />
+  <node id='-4264' lat='-10.85884' lon='22.17954' />
+  <node id='-4266' lat='-9.59871' lon='21.84856' />
+  <node id='-4268' lat='-6.91953' lon='20.31846' />
+  <node id='-4270' lat='-6.90876' lon='20.61689' />
+  <node id='-4272' lat='-7.28566' lon='20.56263' />
+  <node id='-4274' lat='-6.98955' lon='20.30218' />
+  <node id='-4276' lat='-8.00126' lon='18.33635' />
+  <node id='-4278' lat='-7.21787' lon='16.96282' />
+  <node id='-4280' lat='56.31406' lon='21.57888' />
+  <node id='-4282' lat='56.16917' lon='21.24644' />
+  <node id='-4284' lat='56.37282' lon='23.75726' />
+  <node id='-4286' lat='56.34307' lon='23.49803' />
+  <node id='-4288' lat='56.30226' lon='24.32334' />
+  <node id='-4290' lat='56.24881' lon='24.13139' />
+  <node id='-4292' lat='56.3231' lon='24.02657' />
+  <node id='-4294' lat='56.26522' lon='24.42746' />
+  <node id='-4296' lat='56.3827' lon='23.31606' />
+  <node id='-4298' lat='56.36284' lon='22.69354' />
+  <node id='-4300' lat='56.41213' lon='22.96988' />
+  <node id='-4302' lat='56.30511' lon='23.09531' />
+  <node id='-4304' lat='56.1878' lon='25.09325' />
+  <node id='-4306' lat='56.08892' lon='25.69246' />
+  <node id='-4308' lat='55.95884' lon='26.03815' />
+  <node id='-4310' lat='56.14725' lon='25.68588' />
+  <node id='-4312' lat='55.71156' lon='26.39561' />
+  <node id='-4314' lat='56.11849' lon='27.97865' />
+  <node id='-4316' lat='55.89687' lon='27.63065' />
+  <node id='-4318' lat='55.8089' lon='27.3541' />
+  <node id='-4320' lat='55.78558' lon='27.61683' />
+  <node id='-4322' lat='55.78299' lon='27.27804' />
+  <node id='-4324' lat='55.85032' lon='27.1559' />
+  <node id='-4326' lat='55.8102' lon='26.97153' />
+  <node id='-4328' lat='55.67658' lon='26.76872' />
+  <node id='-4330' lat='55.70645' lon='26.71802' />
+  <node id='-4332' lat='55.70515' lon='26.64888' />
+  <node id='-4334' lat='57.53728' lon='27.56832' />
+  <node id='-4336' lat='57.42826' lon='27.52453' />
+  <node id='-4338' lat='57.29402' lon='27.86101' />
+  <node id='-4340' lat='56.524' lon='28.10069' />
+  <node id='-4342' lat='56.44637' lon='28.19057' />
+  <node id='-4344' lat='56.59004' lon='28.04768' />
+  <node id='-4346' lat='56.57989' lon='28.13526' />
+  <node id='-4348' lat='56.88204' lon='27.86101' />
+  <node id='-4350' lat='56.83921' lon='27.66511' />
+  <node id='-4352' lat='56.27588' lon='28.23716' />
+  <node id='-4354' lat='56.37806' lon='28.16599' />
+  <node id='-4356' lat='57.90193' lon='25.73499' />
+  <node id='-4358' lat='57.98539' lon='25.28237' />
+  <node id='-4360' lat='58.08288' lon='25.29581' />
+  <node id='-4362' lat='57.7718' lon='26.03332' />
+  <node id='-4364' lat='57.78342' lon='26.02456' />
+  <node id='-4366' lat='57.78158' lon='26.027' />
+  <node id='-4368' lat='57.77441' lon='26.0266' />
+  <node id='-4370' lat='57.77169' lon='26.02069' />
+  <node id='-4372' lat='57.76865' lon='26.02415' />
+  <node id='-4374' lat='57.76105' lon='26.0543' />
+  <node id='-4376' lat='57.76619' lon='26.08098' />
+  <node id='-4378' lat='57.7206' lon='26.2029' />
+  <node id='-4380' lat='57.79037' lon='26.0324' />
+  <node id='-4382' lat='57.84744' lon='26.05949' />
+  <node id='-4384' lat='57.56885' lon='26.46527' />
+  <node id='-4386' lat='57.59244' lon='26.29253' />
+  <node id='-4388' lat='57.6849' lon='26.1866' />
+  <node id='-4390' lat='57.51813' lon='26.54675' />
+  <node id='-4392' lat='57.62823' lon='26.90364' />
+  <node id='-4394' lat='57.83356' lon='27.56689' />
+  <node id='-4396' lat='57.83963' lon='27.78526' />
+  <node id='-4398' lat='57.78842' lon='27.50171' />
+  <node id='-4400' lat='57.72843' lon='27.52615' />
+  <node id='-4402' lat='57.66834' lon='27.3746' />
+  <node id='-4404' lat='57.62125' lon='27.40393' />
+  <node id='-4406' lat='57.57672' lon='27.31919' />
+  <node id='-4408' lat='58.09462' lon='27.62393' />
+  <node id='-4410' lat='58.22615' lon='27.48541' />
+  <node id='-4412' lat='57.92627' lon='27.67282' />
+  <node id='-4414' lat='59.18097' lon='27.87978' />
+  <node id='-4416' lat='59.1116' lon='27.80482' />
+  <node id='-4418' lat='59.28351' lon='28.00689' />
+  <node id='-4420' lat='59.38058' lon='28.21137' />
+  <node id='-4422' lat='59.28934' lon='28.14215' />
+  <node id='-4424' lat='59.24353' lon='27.90911' />
+  <node id='-4426' lat='31.31921' lon='24.83101' />
+  <node id='-4428' lat='30.73861' lon='25.01077' />
+  <node id='-4430' lat='30.17441' lon='24.71117' />
+  <node id='-4432' lat='11.36323' lon='-14.77786' />
+  <node id='-4434' lat='10.99244' lon='-14.95993' />
+  <node id='-4436' lat='12.16869' lon='-13.94589' />
+  <node id='-4438' lat='12.24077' lon='-13.92745' />
+  <node id='-4440' lat='12.24978' lon='-13.70851' />
+  <node id='-4442' lat='12.49515' lon='-13.65089' />
+  <node id='-4444' lat='12.42764' lon='-13.64168' />
+  <node id='-4446' lat='12.60313' lon='-13.7039' />
+  <node id='-4448' lat='12.00869' lon='-13.7039' />
+  <node id='-4450' lat='11.63649' lon='-14.09799' />
+  <node id='-4452' lat='11.70195' lon='-13.7039' />
+  <node id='-4454' lat='11.67486' lon='-14.26623' />
+  <node id='-4456' lat='12.42974' lon='-15.67302' />
+  <node id='-4458' lat='12.46157' lon='-16.20591' />
+  <node id='-4460' lat='12.36449' lon='-16.38191' />
+  <node id='-4462' lat='13.34472' lon='-13.79409' />
+  <node id='-4464' lat='13.59126' lon='-13.8955' />
+  <node id='-4466' lat='13.46578' lon='-14.34721' />
+  <node id='-4468' lat='13.23033' lon='-14.36795' />
+  <node id='-4470' lat='13.80173' lon='-14.93719' />
+  <node id='-4472' lat='15.51558' lon='-11.70705' />
+  <node id='-4474' lat='14.76143' lon='-11.94903' />
+  <node id='-4476' lat='15.4223' lon='-10.71721' />
+  <node id='-4478' lat='16.09022' lon='-13.43135' />
+  <node id='-4480' lat='16.64997' lon='-15.00557' />
+  <node id='-4482' lat='16.50315' lon='-15.6509' />
+  <node id='-4484' lat='16.51565' lon='-16.27016' />
+  <node id='-4486' lat='16.20605' lon='-16.4429' />
+  <node id='-4488' lat='38.25518' lon='127.04479' />
+  <node id='-4490' lat='38.10246' lon='126.88106' />
+  <node id='-4492' lat='38.0344' lon='126.84961' />
+  <node id='-4494' lat='37.7897' lon='126.66067' />
+  <node id='-4496' lat='37.76364' lon='126.59918' />
+  <node id='-4498' lat='37.76857' lon='126.56709' />
+  <node id='-4500' lat='59.8926' lon='12.15641' />
+  <node id='-4502' lat='59.86039' lon='11.87121' />
+  <node id='-4504' lat='59.69531' lon='11.92112' />
+  <node id='-4506' lat='59.59442' lon='11.69297' />
+  <node id='-4508' lat='59.24985' lon='11.8213' />
+  <node id='-4510' lat='58.90177' lon='11.65732' />
+  <node id='-4512' lat='59.99259' lon='12.36317' />
+  <node id='-4514' lat='60.13846' lon='12.52003' />
+  <node id='-4516' lat='60.50559' lon='12.59133' />
+  <node id='-4518' lat='61.02442' lon='12.2277' />
+  <node id='-4520' lat='61.06584' lon='12.69115' />
+  <node id='-4522' lat='61.56547' lon='12.57707' />
+  <node id='-4524' lat='61.57226' lon='12.40595' />
+  <node id='-4526' lat='61.35427' lon='12.86939' />
+  <node id='-4528' lat='62.25699' lon='12.29187' />
+  <node id='-4530' lat='62.6297' lon='12.07085' />
+  <node id='-4532' lat='63.00104' lon='12.19919' />
+  <node id='-4534' lat='64.02171' lon='12.74105' />
+  <node id='-4536' lat='63.59373' lon='12.14928' />
+  <node id='-4538' lat='63.47935' lon='12.19919' />
+  <node id='-4540' lat='63.27487' lon='11.98529' />
+  <node id='-4542' lat='65.31786' lon='14.50926' />
+  <node id='-4544' lat='66.15572' lon='15.05113' />
+  <node id='-4546' lat='66.28509' lon='15.49318' />
+  <node id='-4548' lat='66.48217' lon='15.37197' />
+  <node id='-4550' lat='66.12399' lon='14.53778' />
+  <node id='-4552' lat='67.4364' lon='16.09922' />
+  <node id='-4554' lat='67.21653' lon='16.39154' />
+  <node id='-4556' lat='67.52106' lon='16.12774' />
+  <node id='-4558' lat='67.06419' lon='16.35589' />
+  <node id='-4560' lat='68.11591' lon='17.30416' />
+  <node id='-4562' lat='67.91037' lon='16.7409' />
+  <node id='-4564' lat='67.52923' lon='16.38441' />
+  <node id='-4566' lat='68.20874' lon='18.13836' />
+  <node id='-4568' lat='68.53721' lon='18.1241' />
+  <node id='-4570' lat='68.58672' lon='18.39503' />
+  <node id='-4572' lat='68.50849' lon='18.63032' />
+  <node id='-4574' lat='68.52416' lon='18.97255' />
+  <node id='-4576' lat='68.93283' lon='20.28444' />
+  <node id='-4578' lat='68.80174' lon='20.33435' />
+  <node id='-4580' lat='68.67246' lon='20.22027' />
+  <node id='-4582' lat='68.55546' lon='19.95647' />
+  <node id='-4584' lat='68.48759' lon='20.22027' />
+  <node id='-4586' lat='68.35911' lon='19.93508' />
+  <node id='-4588' lat='66.15802' lon='23.90497' />
+  <node id='-4590' lat='66.21299' lon='23.71339' />
+  <node id='-4592' lat='66.772' lon='23.89488' />
+  <node id='-4594' lat='66.79585' lon='23.98059' />
+  <node id='-4596' lat='66.56434' lon='23.85959' />
+  <node id='-4598' lat='66.43568' lon='23.63776' />
+  <node id='-4600' lat='66.84149' lon='23.98563' />
+  <node id='-4602' lat='67.17038' lon='23.56214' />
+  <node id='-4604' lat='67.20752' lon='23.58735' />
+  <node id='-4606' lat='67.25435' lon='23.54701' />
+  <node id='-4608' lat='67.29914' lon='23.75372' />
+  <node id='-4610' lat='67.43688' lon='23.75372' />
+  <node id='-4612' lat='67.85297' lon='23.45627' />
+  <node id='-4614' lat='67.59306' lon='23.54701' />
+  <node id='-4616' lat='67.46974' lon='23.39577' />
+  <node id='-4618' lat='68.05545' lon='23.40081' />
+  <node id='-4620' lat='68.15134' lon='23.26469' />
+  <node id='-4622' lat='68.14759' lon='23.15377' />
+  <node id='-4624' lat='67.9497' lon='23.65793' />
+  <node id='-4626' lat='68.26551' lon='23.10336' />
+  <node id='-4628' lat='68.40881' lon='22.73028' />
+  <node id='-4630' lat='68.50692' lon='22.00429' />
+  <node id='-4632' lat='68.88969' lon='21.03001' />
+  <node id='-4634' lat='68.89696' lon='20.90649' />
+  <node id='-4636' lat='68.93142' lon='20.85104' />
+  <node id='-4638' lat='68.96764' lon='20.91658' />
+  <node id='-4640' lat='69.03087' lon='20.78802' />
+  <node id='-4642' lat='69.22755' lon='21.00732' />
+  <node id='-4644' lat='68.71561' lon='22.38367' />
+  <node id='-4646' lat='68.89514' lon='22.27276' />
+  <node id='-4648' lat='62.43042' lon='31.10136' />
+  <node id='-4650' lat='61.17448' lon='29.01829' />
+  <node id='-4652' lat='60.93365' lon='28.47974' />
+  <node id='-4654' lat='62.66284' lon='31.38369' />
+  <node id='-4656' lat='62.91642' lon='31.58535' />
+  <node id='-4658' lat='63.09035' lon='31.29294' />
+  <node id='-4660' lat='63.22239' lon='31.23244' />
+  <node id='-4662' lat='63.46666' lon='30.49637' />
+  <node id='-4664' lat='63.83364' lon='30.25437' />
+  <node id='-4666' lat='63.75795' lon='29.98213' />
+  <node id='-4668' lat='64.09036' lon='30.55687' />
+  <node id='-4670' lat='64.25728' lon='30.4762' />
+  <node id='-4672' lat='64.35782' lon='30.06279' />
+  <node id='-4674' lat='64.57513' lon='30.01238' />
+  <node id='-4676' lat='64.64862' lon='30.12329' />
+  <node id='-4678' lat='64.79072' lon='30.05271' />
+  <node id='-4680' lat='64.80789' lon='29.68972' />
+  <node id='-4682' lat='65.05993' lon='29.61914' />
+  <node id='-4684' lat='65.1109' lon='29.84096' />
+  <node id='-4686' lat='65.22101' lon='29.8813' />
+  <node id='-4688' lat='65.23791' lon='29.61914' />
+  <node id='-4690' lat='65.31803' lon='29.68972' />
+  <node id='-4692' lat='65.56945' lon='29.84096' />
+  <node id='-4694' lat='65.64025' lon='29.74013' />
+  <node id='-4696' lat='65.70256' lon='29.97205' />
+  <node id='-4698' lat='66.13863' lon='29.91155' />
+  <node id='-4700' lat='65.66935' lon='30.16363' />
+  <node id='-4702' lat='66.94139' lon='28.9839' />
+  <node id='-4704' lat='67.51507' lon='29.91155' />
+  <node id='-4706' lat='67.79872' lon='29.66955' />
+  <node id='-4708' lat='69.27485' lon='21.63833' />
+  <node id='-4710' lat='68.74393' lon='22.53321' />
+  <node id='-4712' lat='68.64684' lon='23.13064' />
+  <node id='-4714' lat='68.70276' lon='23.68017' />
+  <node id='-4716' lat='68.84514' lon='23.781' />
+  <node id='-4718' lat='68.81601' lon='24.02299' />
+  <node id='-4720' lat='68.73936' lon='24.18432' />
+  <node id='-4722' lat='68.65143' lon='24.74898' />
+  <node id='-4724' lat='68.55579' lon='24.90023' />
+  <node id='-4726' lat='68.61102' lon='24.93048' />
+  <node id='-4728' lat='68.63307' lon='25.10189' />
+  <node id='-4730' lat='68.78684' lon='25.12206' />
+  <node id='-4732' lat='68.90328' lon='25.42455' />
+  <node id='-4734' lat='68.53366' lon='28.43941' />
+  <node id='-4736' lat='68.86696' lon='28.78224' />
+  <node id='-4738' lat='68.91417' lon='28.45957' />
+  <node id='-4740' lat='68.89602' lon='25.61613' />
+  <node id='-4742' lat='68.99383' lon='25.75729' />
+  <node id='-4744' lat='69.27039' lon='25.69679' />
+  <node id='-4746' lat='69.68397' lon='25.96904' />
+  <node id='-4748' lat='69.91377' lon='26.40261' />
+  <node id='-4750' lat='69.96565' lon='26.64461' />
+  <node id='-4752' lat='70.06215' lon='27.57226' />
+  <node id='-4754' lat='69.92069' lon='27.05802' />
+  <node id='-4756' lat='70.0965' lon='27.95542' />
+  <node id='-4758' lat='69.99671' lon='27.97558' />
+  <node id='-4760' lat='69.88605' lon='28.32849' />
+  <node id='-4762' lat='69.81658' lon='28.36883' />
+  <node id='-4764' lat='69.47994' lon='29.31664' />
+  <node id='-4766' lat='69.22395' lon='28.8629' />
+  <node id='-4768' lat='69.11997' lon='28.81248' />
+  <node id='-4770' lat='69.54699' lon='30.95011' />
+  <node id='-4772' lat='69.54699' lon='30.52662' />
+  <node id='-4774' lat='69.65244' lon='30.16363' />
+  <node id='-4776' lat='69.41623' lon='29.97205' />
+  <node id='-4778' lat='69.2811' lon='29.27631' />
+  <node id='-4780' lat='69.13794' lon='29.26623' />
+  <node id='-4782' lat='69.0119' lon='29.0444' />
+  <node id='-4784' lat='11.1117' lon='-72.4767' />
+  <node id='-4786' lat='10.44309' lon='-72.88002' />
+  <node id='-4788' lat='9.85253' lon='-72.98085' />
+  <node id='-4790' lat='11.14138' lon='-72.24983' />
+  <node id='-4792' lat='11.65536' lon='-71.9675' />
+  <node id='-4794' lat='8.03534' lon='-72.39137' />
+  <node id='-4796' lat='8.36513' lon='-72.4042' />
+  <node id='-4798' lat='7.94329' lon='-72.48801' />
+  <node id='-4800' lat='7.40034' lon='-72.43132' />
+  <node id='-4802' lat='7.37034' lon='-72.19437' />
+  <node id='-4804' lat='9.10663' lon='-72.94052' />
+  <node id='-4806' lat='9.27584' lon='-73.02119' />
+  <node id='-4808' lat='9.16636' lon='-73.36905' />
+  <node id='-4810' lat='9.10165' lon='-72.77415' />
+  <node id='-4812' lat='8.61428' lon='-72.65474' />
+  <node id='-4814' lat='7.09799' lon='-70.7596' />
+  <node id='-4816' lat='6.98163' lon='-71.03941' />
+  <node id='-4818' lat='7.03837' lon='-72.04895' />
+  <node id='-4820' lat='6.96516' lon='-70.10716' />
+  <node id='-4822' lat='6.2891' lon='-67.60654' />
+  <node id='-4824' lat='6.20625' lon='-67.4625' />
+  <node id='-4826' lat='5.98835' lon='-67.43513' />
+  <node id='-4828' lat='5.84537' lon='-67.58558' />
+  <node id='-4830' lat='5.5369' lon='-67.59141' />
+  <node id='-4832' lat='5.31104' lon='-67.83341' />
+  <node id='-4834' lat='4.53249' lon='-67.85358' />
+  <node id='-4836' lat='3.74303' lon='-67.62671' />
+  <node id='-4838' lat='3.75812' lon='-67.50067' />
+  <node id='-4840' lat='2.81691' lon='-67.65696' />
+  <node id='-4842' lat='2.79173' lon='-67.85862' />
+  <node id='-4844' lat='2.86727' lon='-67.85862' />
+  <node id='-4846' lat='1.17441' lon='-67.08222' />
+  <node id='-4848' lat='1.80439' lon='-67.15784' />
+  <node id='-4850' lat='1.87494' lon='-67.299' />
+  <node id='-4852' lat='2.22258' lon='-67.40488' />
+  <node id='-4854' lat='1.82455' lon='-67.9292' />
+  <node id='-4856' lat='2.00091' lon='-68.18632' />
+  <node id='-4858' lat='1.83463' lon='-68.26699' />
+  <node id='-4860' lat='1.72881' lon='-68.18128' />
+  <node id='-4862' lat='1.76408' lon='-69.53746' />
+  <node id='-4864' lat='1.70865' lon='-69.38621' />
+  <node id='-4866' lat='1.69353' lon='-69.83491' />
+  <node id='-4868' lat='0.84172' lon='-69.14422' />
+  <node id='-4870' lat='1.06856' lon='-69.26017' />
+  <node id='-4872' lat='1.07864' lon='-69.82987' />
+  <node id='-4874' lat='-1.01853' lon='-69.4215' />
+  <node id='-4876' lat='-0.75136' lon='-69.59796' />
+  <node id='-4878' lat='-0.51947' lon='-69.603' />
+  <node id='-4880' lat='0.57958' lon='-69.20976' />
+  <node id='-4882' lat='0.71065' lon='-69.47696' />
+  <node id='-4884' lat='0.55437' lon='-70.04162' />
+  <node id='-4886' lat='-0.19681' lon='-70.03658' />
+  <node id='-4888' lat='1.64566' lon='-57.97336' />
+  <node id='-4890' lat='1.51966' lon='-58.01873' />
+  <node id='-4892' lat='1.58014' lon='-58.33887' />
+  <node id='-4894' lat='1.95808' lon='-57.23981' />
+  <node id='-4896' lat='2.01854' lon='-57.09109' />
+  <node id='-4898' lat='1.98327' lon='-57.35073' />
+  <node id='-4900' lat='1.69605' lon='-57.55743' />
+  <node id='-4902' lat='1.95304' lon='-57.07092' />
+  <node id='-4904' lat='1.89509' lon='-56.7659' />
+  <node id='-4906' lat='1.73344' lon='-57.77281' />
+  <node id='-4908' lat='1.48399' lon='-58.4858' />
+  <node id='-4910' lat='1.29154' lon='-58.53571' />
+  <node id='-4912' lat='1.17749' lon='-58.84229' />
+  <node id='-4914' lat='1.31293' lon='-58.92072' />
+  <node id='-4916' lat='1.40559' lon='-59.25583' />
+  <node id='-4918' lat='1.87596' lon='-59.74066' />
+  <node id='-4920' lat='2.27497' lon='-59.7264' />
+  <node id='-4922' lat='2.36759' lon='-59.91177' />
+  <node id='-4924' lat='2.92312' lon='-59.99733' />
+  <node id='-4926' lat='3.37162' lon='-59.79769' />
+  <node id='-4928' lat='3.57089' lon='-59.86899' />
+  <node id='-4930' lat='4.20399' lon='-59.73353' />
+  <node id='-4932' lat='3.91951' lon='-59.51963' />
+  <node id='-4934' lat='2.4317' lon='-63.39114' />
+  <node id='-4936' lat='2.48156' lon='-64.0257' />
+  <node id='-4938' lat='2.16098' lon='-63.39827' />
+  <node id='-4940' lat='1.94722' lon='-64.06135' />
+  <node id='-4942' lat='1.64792' lon='-64.08274' />
+  <node id='-4944' lat='1.35569' lon='-64.34654' />
+  <node id='-4946' lat='1.5125' lon='-64.38932' />
+  <node id='-4948' lat='1.12046' lon='-65.11657' />
+  <node id='-4950' lat='0.62856' lon='-65.57288' />
+  <node id='-4952' lat='0.92086' lon='-65.50158' />
+  <node id='-4954' lat='1.01353' lon='-65.6727' />
+  <node id='-4956' lat='3.89995' lon='-63.42233' />
+  <node id='-4958' lat='3.91417' lon='-63.70218' />
+  <node id='-4960' lat='3.94796' lon='-63.86082' />
+  <node id='-4962' lat='3.83592' lon='-63.50611' />
+  <node id='-4964' lat='3.9693' lon='-63.4464' />
+  <node id='-4966' lat='4.01731' lon='-63.67099' />
+  <node id='-4968' lat='3.90172' lon='-63.99183' />
+  <node id='-4970' lat='4.12932' lon='-64.14512' />
+  <node id='-4972' lat='4.28931' lon='-64.72977' />
+  <node id='-4974' lat='4.12576' lon='-64.57648' />
+  <node id='-4976' lat='3.7879' lon='-64.48379' />
+  <node id='-4978' lat='4.24665' lon='-64.84028' />
+  <node id='-4980' lat='4.04754' lon='-62.57656' />
+  <node id='-4982' lat='3.73099' lon='-62.7655' />
+  <node id='-4984' lat='4.03331' lon='-62.74411' />
+  <node id='-4986' lat='3.59935' lon='-62.98296' />
+  <node id='-4988' lat='3.96219' lon='-63.21111' />
+  <node id='-4990' lat='4.44216' lon='-61.29675' />
+  <node id='-4992' lat='4.43149' lon='-61.48569' />
+  <node id='-4994' lat='4.2822' lon='-61.54629' />
+  <node id='-4996' lat='4.08309' lon='-62.13094' />
+  <node id='-4998' lat='4.18621' lon='-62.44822' />
+  <node id='-5000' lat='4.54167' lon='-61.31457' />
+  <node id='-5002' lat='4.49839' lon='-61.15703' />
+  <node id='-5004' lat='4.54167' lon='-60.98303' />
+  <node id='-5006' lat='4.70512' lon='-60.86539' />
+  <node id='-5008' lat='4.94312' lon='-60.5802' />
+  <node id='-5010' lat='4.45637' lon='-59.78878' />
+  <node id='-5012' lat='4.53456' lon='-60.15953' />
+  <node id='-5014' lat='4.69801' lon='-60.04189' />
+  <node id='-5016' lat='5.07097' lon='-59.98129' />
+  <node id='-5018' lat='5.28754' lon='-60.20944' />
+  <node id='-5020' lat='5.21299' lon='-60.32352' />
+  <node id='-5022' lat='6.70922' lon='-61.13632' />
+  <node id='-5024' lat='6.58174' lon='-61.20762' />
+  <node id='-5026' lat='6.19558' lon='-61.15058' />
+  <node id='-5028' lat='7.1162' lon='-60.28074' />
+  <node id='-5030' lat='7.20817' lon='-60.44116' />
+  <node id='-5032' lat='7.14804' lon='-60.54098' />
+  <node id='-5034' lat='7.25061' lon='-60.63367' />
+  <node id='-5036' lat='7.33194' lon='-60.59802' />
+  <node id='-5038' lat='7.55817' lon='-60.71923' />
+  <node id='-5040' lat='7.56877' lon='-60.64793' />
+  <node id='-5042' lat='7.83373' lon='-60.51959' />
+  <node id='-5044' lat='7.8302' lon='-60.38056' />
+  <node id='-5046' lat='8.04557' lon='-60.02407' />
+  <node id='-5048' lat='8.20791' lon='-59.97059' />
+  <node id='-5050' lat='8.23261' lon='-59.83156' />
+  <node id='-5052' lat='8.28906' lon='-59.80661' />
+  <node id='-5054' lat='15.01158' lon='-83.49268' />
+  <node id='-5056' lat='14.76697' lon='-83.89551' />
+  <node id='-5058' lat='14.76353' lon='-84.10584' />
+  <node id='-5060' lat='14.89448' lon='-83.62101' />
+  <node id='-5062' lat='14.63249' lon='-84.48373' />
+  <node id='-5064' lat='14.68078' lon='-84.70119' />
+  <node id='-5066' lat='14.82212' lon='-84.82596' />
+  <node id='-5068' lat='14.80489' lon='-84.90082' />
+  <node id='-5070' lat='14.53934' lon='-85.1575' />
+  <node id='-5072' lat='14.24929' lon='-85.18602' />
+  <node id='-5074' lat='14.2562' lon='-85.32149' />
+  <node id='-5076' lat='12.98682' lon='-87.03785' />
+  <node id='-5078' lat='13.00892' lon='-87.06306' />
+  <node id='-5080' lat='13.05313' lon='-86.93197' />
+  <node id='-5082' lat='13.30641' lon='-86.87066' />
+  <node id='-5084' lat='13.30348' lon='-86.71267' />
+  <node id='-5086' lat='13.79605' lon='-86.76812' />
+  <node id='-5088' lat='13.77157' lon='-86.35219' />
+  <node id='-5090' lat='14.04317' lon='-86.14801' />
+  <node id='-5092' lat='14.08474' lon='-86.00685' />
+  <node id='-5094' lat='13.99181' lon='-86.03458' />
+  <node id='-5096' lat='13.8499' lon='-85.75477' />
+  <node id='-5098' lat='13.9698' lon='-85.73964' />
+  <node id='-5100' lat='13.50577' lon='-87.71657' />
+  <node id='-5102' lat='13.52906' lon='-87.78148' />
+  <node id='-5104' lat='13.75443' lon='-87.73106' />
+  <node id='-5106' lat='13.80829' lon='-87.68821' />
+  <node id='-5108' lat='13.91353' lon='-87.7966' />
+  <node id='-5110' lat='13.86948' lon='-88.00331' />
+  <node id='-5112' lat='13.98447' lon='-88.07641' />
+  <node id='-5114' lat='13.99915' lon='-88.23018' />
+  <node id='-5116' lat='13.91108' lon='-88.25791' />
+  <node id='-5118' lat='13.86458' lon='-88.48982' />
+  <node id='-5120' lat='13.97224' lon='-88.49738' />
+  <node id='-5122' lat='14.04317' lon='-88.70661' />
+  <node id='-5124' lat='14.10919' lon='-88.73182' />
+  <node id='-5126' lat='14.11652' lon='-88.815' />
+  <node id='-5128' lat='14.17763' lon='-88.85785' />
+  <node id='-5130' lat='14.20207' lon='-88.94608' />
+  <node id='-5132' lat='14.33644' lon='-89.04187' />
+  <node id='-5134' lat='14.44561' lon='-89.39028' />
+  <node id='-5136' lat='14.41637' lon='-89.57441' />
+  <node id='-5138' lat='14.33165' lon='-89.58814' />
+  <node id='-5140' lat='14.26084' lon='-89.50614' />
+  <node id='-5142' lat='14.22628' lon='-89.52397' />
+  <node id='-5144' lat='14.21937' lon='-89.61844' />
+  <node id='-5146' lat='14.1537' lon='-89.70756' />
+  <node id='-5148' lat='14.07073' lon='-89.75569' />
+  <node id='-5150' lat='14.04133' lon='-89.73251' />
+  <node id='-5152' lat='14.02923' lon='-89.76103' />
+  <node id='-5154' lat='14.07073' lon='-89.81807' />
+  <node id='-5156' lat='14.0396' lon='-89.88937' />
+  <node id='-5158' lat='13.85104' lon='-90.10505' />
+  <node id='-5160' lat='14.99967' lon='-89.18048' />
+  <node id='-5162' lat='14.97775' lon='-89.15149' />
+  <node id='-5164' lat='15.07392' lon='-89.15149' />
+  <node id='-5166' lat='14.85596' lon='-89.23467' />
+  <node id='-5168' lat='14.71582' lon='-89.13132' />
+  <node id='-5170' lat='14.57802' lon='-89.15653' />
+  <node id='-5172' lat='14.58046' lon='-89.23719' />
+  <node id='-5174' lat='14.47553' lon='-89.35189' />
+  <node id='-5176' lat='15.69247' lon='-88.24022' />
+  <node id='-5178' lat='15.66942' lon='-88.31459' />
+  <node id='-5180' lat='15.63665' lon='-88.32467' />
+  <node id='-5182' lat='19.53374' lon='-71.71268' />
+  <node id='-5184' lat='19.37866' lon='-71.69448' />
+  <node id='-5186' lat='19.26686' lon='-71.73229' />
+  <node id='-5188' lat='19.08353' lon='-71.71088' />
+  <node id='-5190' lat='18.95007' lon='-71.77766' />
+  <node id='-5192' lat='18.95007' lon='-71.88102' />
+  <node id='-5194' lat='19.21212' lon='-71.62642' />
+  <node id='-5196' lat='19.33823' lon='-71.77766' />
+  <node id='-5198' lat='18.64939' lon='-71.95412' />
+  <node id='-5200' lat='18.62551' lon='-71.82556' />
+  <node id='-5202' lat='18.45821' lon='-71.90875' />
+  <node id='-5204' lat='18.50125' lon='-71.88102' />
+  <node id='-5206' lat='18.62312' lon='-72.00201' />
+  <node id='-5208' lat='18.11115' lon='-71.74994' />
+  <node id='-5210' lat='18.18302' lon='-71.78271' />
+  <node id='-5212' lat='18.34101' lon='-71.69952' />
+  <node id='-5214' lat='15.97077' lon='-63.25348' />
+  <node id='-5216' lat='16.0256' lon='-63.85239' />
+  <node id='-5218' lat='-1.26222' lon='-73.65312' />
+  <node id='-5220' lat='-2.44514' lon='-72.92587' />
+  <node id='-5222' lat='-2.23142' lon='-70.94377' />
+  <node id='-5224' lat='-3.47846' lon='-80.24475' />
+  <node id='-5226' lat='-3.90317' lon='-80.13232' />
+  <node id='-5228' lat='-4.01342' lon='-80.46386' />
+  <node id='-5230' lat='-4.20938' lon='-80.45023' />
+  <node id='-5232' lat='-4.21323' lon='-80.32114' />
+  <node id='-5234' lat='-4.41516' lon='-80.46386' />
+  <node id='-5236' lat='-4.48269' lon='-80.39256' />
+  <node id='-5238' lat='-4.47558' lon='-79.79722' />
+  <node id='-5240' lat='-4.29786' lon='-80.13945' />
+  <node id='-5242' lat='-4.46848' lon='-79.59402' />
+  <node id='-5244' lat='-4.95167' lon='-79.26248' />
+  <node id='-5246' lat='-3.47653' lon='-78.14324' />
+  <node id='-5248' lat='-3.51113' lon='-78.22642' />
+  <node id='-5250' lat='-4.60754' lon='-78.68394' />
+  <node id='-5252' lat='-3.36431' lon='-78.19369' />
+  <node id='-5254' lat='-3.39907' lon='-78.24589' />
+  <node id='-5256' lat='-3.38633' lon='-78.34362' />
+  <node id='-5258' lat='-4.66795' lon='-78.85149' />
+  <node id='-5260' lat='-0.95588' lon='-75.22862' />
+  <node id='-5262' lat='-0.19213' lon='-75.53615' />
+  <node id='-5264' lat='-0.18708' lon='-75.60169' />
+  <node id='-5266' lat='-0.60048' lon='-75.22862' />
+  <node id='-5268' lat='-0.50218' lon='-74.42701' />
+  <node id='-5270' lat='-0.0308' lon='-75.18513' />
+  <node id='-5272' lat='-0.10012' lon='-75.61997' />
+  <node id='-5274' lat='-0.17196' lon='-75.40192' />
+  <node id='-5276' lat='0.09578' lon='-75.82927' />
+  <node id='-5278' lat='0.42294' lon='-76.23441' />
+  <node id='-5280' lat='0.38228' lon='-76.41215' />
+  <node id='-5282' lat='0.24015' lon='-76.4094' />
+  <node id='-5284' lat='0.64476' lon='-77.49984' />
+  <node id='-5286' lat='0.40782' lon='-77.52001' />
+  <node id='-5288' lat='1.15389' lon='-78.42749' />
+  <node id='-5290' lat='10.79916' lon='-83.66597' />
+  <node id='-5292' lat='10.71161' lon='-83.90838' />
+  <node id='-5294' lat='11.07568' lon='-84.68197' />
+  <node id='-5296' lat='10.9497' lon='-84.92439' />
+  <node id='-5298' lat='11.22607' lon='-85.60529' />
+  <node id='-5300' lat='11.06868' lon='-85.71223' />
+  <node id='-5302' lat='9.49746' lon='-82.66667' />
+  <node id='-5304' lat='9.59573' lon='-82.77206' />
+  <node id='-5306' lat='9.62645' lon='-82.87919' />
+  <node id='-5308' lat='9.4973' lon='-82.84871' />
+  <node id='-5310' lat='8.26634' lon='-82.9388' />
+  <node id='-5312' lat='8.48117' lon='-82.8382' />
+  <node id='-5314' lat='8.33394' lon='-83.05209' />
+  <node id='-5316' lat='8.6981' lon='-82.8794' />
+  <node id='-5318' lat='8.774' lon='-82.91377' />
+  <node id='-5320' lat='8.97125' lon='-82.72126' />
+  <node id='-5322' lat='9.46741' lon='-82.93516' />
+  <node id='-5324' lat='9.07687' lon='-82.93516' />
+  <node id='-5326' lat='7.47612' lon='-77.72157' />
+  <node id='-5328' lat='7.72348' lon='-77.72514' />
+  <node id='-5330' lat='7.51147' lon='-77.57185' />
+  <node id='-5332' lat='7.97422' lon='-77.17257' />
+  <node id='-5334' lat='8.49991' lon='-77.45064' />
+  <node id='-5336' lat='7.48319' lon='-77.81426' />
+  <node id='-5338' lat='-7.77897' lon='-73.65485' />
+  <node id='-5340' lat='-7.89884' lon='-73.76576' />
+  <node id='-5342' lat='-9.04074' lon='-72.92886' />
+  <node id='-5344' lat='-9.98049' lon='-72.14742' />
+  <node id='-5346' lat='-9.5184' lon='-72.31883' />
+  <node id='-5348' lat='-9.41397' lon='-72.72216' />
+  <node id='-5350' lat='-9.58303' lon='-70.58453' />
+  <node id='-5352' lat='-9.76692' lon='-70.55429' />
+  <node id='-5354' lat='-9.42628' lon='-70.53373' />
+  <node id='-5356' lat='-9.80666' lon='-70.62487' />
+  <node id='-5358' lat='-10.92744' lon='-69.90896' />
+  <node id='-5360' lat='-11.07096' lon='-70.38791' />
+  <node id='-5362' lat='-10.92249' lon='-70.51395' />
+  <node id='-5364' lat='-7.28944' lon='-73.77011' />
+  <node id='-5366' lat='-6.87919' lon='-73.73986' />
+  <node id='-5368' lat='-6.43852' lon='-73.12983' />
+  <node id='-5370' lat='-6.05764' lon='-73.24579' />
+  <node id='-5372' lat='-4.51661' lon='-71.87003' />
+  <node id='-5374' lat='-5.0391' lon='-72.64391' />
+  <node id='-5376' lat='-4.27281' lon='-70.11305' />
+  <node id='-5378' lat='-4.37833' lon='-70.00888' />
+  <node id='-5380' lat='-4.3607' lon='-70.19582' />
+  <node id='-5382' lat='-4.15214' lon='-70.33236' />
+  <node id='-5384' lat='-4.15717' lon='-70.77601' />
+  <node id='-5386' lat='-3.79505' lon='-70.3374' />
+  <node id='-5388' lat='-3.87553' lon='-70.52393' />
+  <node id='-5390' lat='-11.14749' lon='-68.71533' />
+  <node id='-5392' lat='-9.86253' lon='-65.29019' />
+  <node id='-5394' lat='-9.63894' lon='-65.40615' />
+  <node id='-5396' lat='-9.84266' lon='-65.56244' />
+  <node id='-5398' lat='-9.75323' lon='-65.68343' />
+  <node id='-5400' lat='-12.46398' lon='-64.30708' />
+  <node id='-5402' lat='-11.98604' lon='-64.99778' />
+  <node id='-5404' lat='-11.48749' lon='-65.30027' />
+  <node id='-5406' lat='-13.49564' lon='-61.81151' />
+  <node id='-5408' lat='-12.42952' lon='-63.76259' />
+  <node id='-5410' lat='-13.50054' lon='-61.05527' />
+  <node id='-5412' lat='-14.22496' lon='-60.46037' />
+  <node id='-5414' lat='-13.77981' lon='-60.48053' />
+  <node id='-5416' lat='-14.63021' lon='-60.27887' />
+  <node id='-5418' lat='-19.00544' lon='-57.69134' />
+  <node id='-5420' lat='-18.97546' lon='-57.71995' />
+  <node id='-5422' lat='-18.89573' lon='-57.71995' />
+  <node id='-5424' lat='-19.03161' lon='-57.71113' />
+  <node id='-5426' lat='-18.90087' lon='-57.76764' />
+  <node id='-5428' lat='-18.24219' lon='-57.48237' />
+  <node id='-5430' lat='-18.25655' lon='-57.56807' />
+  <node id='-5432' lat='-19.03259' lon='-57.78463' />
+  <node id='-5434' lat='-17.56095' lon='-57.73949' />
+  <node id='-5436' lat='-17.44555' lon='-57.90082' />
+  <node id='-5438' lat='-17.5273' lon='-57.99661' />
+  <node id='-5440' lat='-17.28195' lon='-58.32935' />
+  <node id='-5442' lat='-16.80958' lon='-58.5058' />
+  <node id='-5444' lat='-16.3699' lon='-58.30918' />
+  <node id='-5446' lat='-16.25861' lon='-58.32431' />
+  <node id='-5448' lat='-16.32636' lon='-58.41506' />
+  <node id='-5450' lat='-13.40792' lon='-68.8864' />
+  <node id='-5452' lat='-12.87769' lon='-68.85615' />
+  <node id='-5454' lat='-14.18639' lon='-68.88135' />
+  <node id='-5456' lat='-15.23478' lon='-69.14856' />
+  <node id='-5458' lat='-14.94634' lon='-69.36254' />
+  <node id='-5460' lat='-16.57214' lon='-69.04027' />
+  <node id='-5462' lat='-16.42165' lon='-68.98358' />
+  <node id='-5464' lat='-16.33272' lon='-68.79464' />
+  <node id='-5466' lat='-16.22693' lon='-69.09986' />
+  <node id='-5468' lat='-16.194' lon='-68.96238' />
+  <node id='-5470' lat='-16.66769' lon='-69.00853' />
+  <node id='-5472' lat='-16.72233' lon='-69.16896' />
+  <node id='-5474' lat='-17.28142' lon='-69.62883' />
+  <node id='-5476' lat='-17.37466' lon='-69.46863' />
+  <node id='-5478' lat='-21.77837' lon='-66.24077' />
+  <node id='-5480' lat='-22.08741' lon='-66.29714' />
+  <node id='-5482' lat='-22.23644' lon='-66.7298' />
+  <node id='-5484' lat='-22.10105' lon='-65.7467' />
+  <node id='-5486' lat='-22.55807' lon='-64.22918' />
+  <node id='-5488' lat='-22.25035' lon='-64.58888' />
+  <node id='-5490' lat='-22.88824' lon='-64.31489' />
+  <node id='-5492' lat='-21.99934' lon='-63.93287' />
+  <node id='-5494' lat='-22.12534' lon='-62.8078' />
+  <node id='-5496' lat='-24.04436' lon='-60.28163' />
+  <node id='-5498' lat='-23.80934' lon='-60.99754' />
+  <node id='-5500' lat='-23.62932' lon='-61.0782' />
+  <node id='-5502' lat='-23.0507' lon='-61.9756' />
+  <node id='-5504' lat='-22.55807' lon='-62.22768' />
+  <node id='-5506' lat='-24.97099' lon='-58.33055' />
+  <node id='-5508' lat='-24.49935' lon='-59.33886' />
+  <node id='-5510' lat='-24.34787' lon='-59.45482' />
+  <node id='-5512' lat='-24.92528' lon='-58.25492' />
+  <node id='-5514' lat='-25.47269' lon='-57.57431' />
+  <node id='-5516' lat='-25.93604' lon='-57.87176' />
+  <node id='-5518' lat='-26.16704' lon='-58.1188' />
+  <node id='-5520' lat='-26.83443' lon='-58.3198' />
+  <node id='-5522' lat='-27.14028' lon='-58.65321' />
+  <node id='-5524' lat='-27.5165' lon='-56.85337' />
+  <node id='-5526' lat='-27.2387' lon='-58.04205' />
+  <node id='-5528' lat='-26.97679' lon='-55.39611' />
+  <node id='-5530' lat='-27.1941' lon='-55.62322' />
+  <node id='-5532' lat='-27.32444' lon='-55.59094' />
+  <node id='-5534' lat='-26.96068' lon='-55.16948' />
+  <node id='-5536' lat='-26.37705' lon='-54.69333' />
+  <node id='-5538' lat='-27.44485' lon='-55.74475' />
+  <node id='-5540' lat='-20.10053' lon='-61.93912' />
+  <node id='-5542' lat='-20.93155' lon='-57.84536' />
+  <node id='-5544' lat='-22.25347' lon='-56.23206' />
+  <node id='-5546' lat='-22.08072' lon='-56.45893' />
+  <node id='-5548' lat='-22.28387' lon='-56.6508' />
+  <node id='-5550' lat='-22.62765' lon='-55.62493' />
+  <node id='-5552' lat='-23.99669' lon='-55.12292' />
+  <node id='-5554' lat='-23.83078' lon='-54.6238' />
+  <node id='-5556' lat='-25.13381' lon='-54.4423' />
+  <node id='-5558' lat='-25.46026' lon='-54.62033' />
+  <node id='-5560' lat='-26.19501' lon='-53.65018' />
+  <node id='-5562' lat='-33.68908' lon='-53.52794' />
+  <node id='-5564' lat='-33.16843' lon='-53.53459' />
+  <node id='-5566' lat='-31.05053' lon='-55.87388' />
+  <node id='-5568' lat='-30.84117' lon='-55.58866' />
+  <node id='-5570' lat='-32.71147' lon='-53.1111' />
+  <node id='-5572' lat='-30.02578' lon='-56.90236' />
+  <node id='-5574' lat='-30.26121' lon='-57.22502' />
+  <node id='-5576' lat='-31.86966' lon='-58.20252' />
+  <node id='-5578' lat='-34.69099' lon='-57.83001' />
+  <node id='-5580' lat='-34.15035' lon='-58.34425' />
+  <node id='-5582' lat='-33.11777' lon='-58.40475' />
+  <node id='-5584' lat='-18.16893' lon='-69.14807' />
+  <node id='-5586' lat='-18.03715' lon='-69.07496' />
+  <node id='-5588' lat='-17.94844' lon='-69.28671' />
+  <node id='-5590' lat='-17.72048' lon='-69.82868' />
+  <node id='-5592' lat='-18.12582' lon='-69.81607' />
+  <node id='-5594' lat='-17.94605' lon='-69.75305' />
+  <node id='-5596' lat='-18.31737' lon='-70.16394' />
+  <node id='-5598' lat='-18.31258' lon='-70.31267' />
+  <node id='-5600' lat='-18.25992' lon='-69.96732' />
+  <node id='-5602' lat='-17.65083' lon='-69.66483' />
+  <node id='-5604' lat='-17.65563' lon='-69.79087' />
+  <node id='-5606' lat='-20.91542' lon='-68.53957' />
+  <node id='-5608' lat='-20.7355' lon='-68.55383' />
+  <node id='-5610' lat='-20.94562' lon='-68.40403' />
+  <node id='-5612' lat='-21.28614' lon='-68.18816' />
+  <node id='-5614' lat='-19.84651' lon='-68.54611' />
+  <node id='-5616' lat='-20.03134' lon='-68.57132' />
+  <node id='-5618' lat='-20.08817' lon='-68.74273' />
+  <node id='-5620' lat='-20.46178' lon='-68.7276' />
+  <node id='-5622' lat='-20.62701' lon='-68.44023' />
+  <node id='-5624' lat='-22.89771' lon='-67.54284' />
+  <node id='-5626' lat='-25.08636' lon='-68.38372' />
+  <node id='-5628' lat='-24.69831' lon='-68.56909' />
+  <node id='-5630' lat='-24.04237' lon='-67.33563' />
+  <node id='-5632' lat='-24.42596' lon='-68.24825' />
+  <node id='-5634' lat='-25.32505' lon='-68.57622' />
+  <node id='-5636' lat='-27.95042' lon='-69.22504' />
+  <node id='-5638' lat='-29.07185' lon='-69.80969' />
+  <node id='-5640' lat='-27.08414' lon='-68.43363' />
+  <node id='-5642' lat='-27.16029' lon='-68.77586' />
+  <node id='-5644' lat='-28.44055' lon='-69.66709' />
+  <node id='-5646' lat='-26.28146' lon='-68.56909' />
+  <node id='-5648' lat='-26.15353' lon='-68.38372' />
+  <node id='-5650' lat='-26.49861' lon='-68.59048' />
+  <node id='-5652' lat='-26.90626' lon='-68.27677' />
+  <node id='-5654' lat='-30.26131' lon='-69.8596' />
+  <node id='-5656' lat='-29.28351' lon='-69.99507' />
+  <node id='-5658' lat='-30.36595' lon='-70.14479' />
+  <node id='-5660' lat='-33.34489' lon='-69.88099' />
+  <node id='-5662' lat='-31.51559' lon='-70.55832' />
+  <node id='-5664' lat='-34.13344' lon='-69.87386' />
+  <node id='-5666' lat='-35.24145' lon='-70.49416' />
+  <node id='-5668' lat='-36.02375' lon='-70.38008' />
+  <node id='-5670' lat='-36.4321' lon='-70.95047' />
+  <node id='-5672' lat='-37.20264' lon='-71.24279' />
+  <node id='-5674' lat='-38.91474' lon='-71.37826' />
+  <node id='-5676' lat='-40.72714' lon='-71.92726' />
+  <node id='-5678' lat='-42.11711' lon='-71.74901' />
+  <node id='-5680' lat='-42.15941' lon='-72.15541' />
+  <node id='-5682' lat='-42.85321' lon='-72.14828' />
+  <node id='-5684' lat='-43.64774' lon='-71.64206' />
+  <node id='-5686' lat='-45.61611' lon='-71.75614' />
+  <node id='-5688' lat='-45.22075' lon='-71.35687' />
+  <node id='-5690' lat='-44.38097' lon='-71.81318' />
+  <node id='-5692' lat='-44.46244' lon='-71.16436' />
+  <node id='-5694' lat='-44.75684' lon='-71.26418' />
+  <node id='-5696' lat='-44.81756' lon='-72.06985' />
+  <node id='-5698' lat='-47.13595' lon='-71.94152' />
+  <node id='-5700' lat='-48.52392' lon='-72.54042' />
+  <node id='-5702' lat='-48.28727' lon='-72.27662' />
+  <node id='-5704' lat='-47.80586' lon='-72.50478' />
+  <node id='-5706' lat='-48.81116' lon='-72.56894' />
+  <node id='-5708' lat='-49.14342' lon='-73.09655' />
+  <node id='-5710' lat='45.1934' lon='-67.27039' />
+  <node id='-5712' lat='45.60725' lon='-67.6049' />
+  <node id='-5714' lat='45.91814' lon='-67.75196' />
+  <node id='-5716' lat='26.90984' lon='-10.68417' />
+  <node id='-5718' lat='20.80492' lon='-17.35589' />
+  <node id='-5720' lat='8.00111' lon='47.92477' />
+  <node id='-5722' lat='2.78611' lon='49.16337' />
+  <node id='-5724' lat='17.98125' lon='38.57727' />
+  <node id='-5726' lat='27.70027' lon='34.51305' />
+  <node id='-5728' lat='16.40211' lon='42.15205' />
+  <node id='-5730' lat='13.0483' lon='50.51849' />
+  <node id='-5732' lat='26.41236' lon='56.79239' />
+  <node id='-5734' lat='28.66798' lon='47.59863' />
+  <node id='-5736' lat='28.83382' lon='47.58376' />
+  <node id='-5738' lat='29.35727' lon='34.95987' />
+  <node id='-5740' lat='30.48295' lon='42.97796' />
+  <node id='-5742' lat='35.94113' lon='36.00514' />
+  <node id='-5744' lat='9.81445' lon='-60.89962' />
+  <node id='-5746' lat='11.77667' lon='-60.07172' />
+  <node id='-5748' lat='8.6862' lon='-59.54058' />
+  <node id='-5750' lat='18.73231' lon='-65.02435' />
+  <node id='-5752' lat='18.98678' lon='-64.62855' />
+  <node id='-5754' lat='18.3662' lon='-62.64209' />
+  <node id='-5756' lat='18.89029' lon='-63.3414' />
+  <node id='-5758' lat='18.06614' lon='-63.0579' />
+  <node id='-5760' lat='18.04943' lon='-63.07759' />
+  <node id='-5762' lat='18.04608' lon='-63.09686' />
+  <node id='-5764' lat='18.05368' lon='-63.11096' />
+  <node id='-5766' lat='18.02904' lon='-62.93924' />
+  <node id='-5768' lat='18.05757' lon='-63.02323' />
+  <node id='-5770' lat='18.0541' lon='-63.13584' />
+  <node id='-5772' lat='17.9615' lon='-63.33064' />
+  <node id='-5774' lat='18.06012' lon='-63.35989' />
+  <node id='-5776' lat='18.19278' lon='-62.86666' />
+  <node id='-5778' lat='17.90532' lon='-63.29212' />
+  <node id='-5780' lat='16.66647' lon='-61.83929' />
+  <node id='-5782' lat='16.69392' lon='-62.52079' />
+  <node id='-5784' lat='16.82364' lon='-62.62949' />
+  <node id='-5786' lat='16.48911' lon='-60.71337' />
+  <node id='-5788' lat='13.68336' lon='-61.43129' />
+  <node id='-5790' lat='12.52991' lon='-61.38256' />
+  <node id='-5792' lat='4.51394' lon='-51.63798' />
+  <node id='-5794' lat='11.96275' lon='-70.92579' />
+  <node id='-5796' lat='12.92535' lon='-70.34259' />
+  <node id='-5798' lat='11.79035' lon='-68.99639' />
+  <node id='-5800' lat='12.18025' lon='-69.4514' />
+  <node id='-5802' lat='12.36848' lon='-65.4181' />
+  <node id='-5804' lat='12.4116' lon='-67.89186' />
+  <node id='-5806' lat='11.92623' lon='-63.73917' />
+  <node id='-5808' lat='11.77722' lon='-68.01417' />
+  <node id='-5810' lat='20.32236' lon='-70.39828' />
+  <node id='-5812' lat='19.73128' lon='-71.77419' />
+  <node id='-5814' lat='17.48026' lon='-72.29523' />
+  <node id='-5816' lat='20.26689' lon='-79.63484' />
+  <node id='-5818' lat='19.50496' lon='-79.33932' />
+  <node id='-5820' lat='18.7521' lon='-81.52417' />
+  <node id='-5822' lat='19.51758' lon='-81.81969' />
+  <node id='-5824' lat='20.76169' lon='-85.29304' />
+  <node id='-5826' lat='20.93037' lon='-80.28428' />
+  <node id='-5828' lat='19.33462' lon='-78.19353' />
+  <node id='-5830' lat='19.51903' lon='-73.98196' />
+  <node id='-5832' lat='21.8218' lon='-85.9092' />
+  <node id='-5834' lat='25.97377' lon='-96.92418' />
+  <node id='-5836' lat='20.98822' lon='-71.13087' />
+  <node id='-5838' lat='21.53631' lon='-70.63262' />
+  <node id='-5840' lat='21.93519' lon='-17.27295' />
+  <node id='-5842' lat='27.02969' lon='-14.43883' />
+  <node id='-5844' lat='35.17111' lon='-2.41312' />
+  <node id='-5846' lat='35.63219' lon='-2.85819' />
+  <node id='-5848' lat='35.30475' lon='-2.96648' />
+  <node id='-5850' lat='35.28599' lon='-2.92181' />
+  <node id='-5852' lat='35.27313' lon='-2.92674' />
+  <node id='-5854' lat='37.97429' lon='2.46645' />
+  <node id='-5856' lat='38.19924' lon='7.89009' />
+  <node id='-5858' lat='35.25036' lon='12.02012' />
+  <node id='-5860' lat='35.88474' lon='13.4634' />
+  <node id='-5862' lat='35.36688' lon='14.74801' />
+  <node id='-5864' lat='42.39171' lon='18.54128' />
+  <node id='-5866' lat='42.48556' lon='18.43588' />
+  <node id='-5868' lat='42.21008' lon='9.86526' />
+  <node id='-5870' lat='41.32097' lon='9.28609' />
+  <node id='-5872' lat='41.26173' lon='8.80584' />
+  <node id='-5874' lat='43.20816' lon='9.56115' />
+  <node id='-5876' lat='43.53609' lon='7.53358' />
+  <node id='-5878' lat='43.78887' lon='7.5289' />
+  <node id='-5880' lat='45.64761' lon='13.6076' />
+  <node id='-5882' lat='41.90281' lon='12.45826' />
+  <node id='-5884' lat='41.90174' lon='12.45834' />
+  <node id='-5886' lat='41.90115' lon='12.4577' />
+  <node id='-5888' lat='41.90125' lon='12.45691' />
+  <node id='-5890' lat='41.9033' lon='12.45755' />
+  <node id='-5892' lat='41.90172' lon='12.45626' />
+  <node id='-5894' lat='41.9058' lon='12.45762' />
+  <node id='-5896' lat='41.90738' lon='12.45543' />
+  <node id='-5898' lat='41.90625' lon='12.45091' />
+  <node id='-5900' lat='41.90194' lon='12.44582' />
+  <node id='-5902' lat='41.90028' lon='12.45446' />
+  <node id='-5904' lat='43.57419' lon='7.63035' />
+  <node id='-5906' lat='41.44198' lon='9.62656' />
+  <node id='-5908' lat='41.54558' lon='7.52234' />
+  <node id='-5910' lat='45.33128' lon='13.05142' />
+  <node id='-5912' lat='44.48877' lon='13.12821' />
+  <node id='-5914' lat='42.18525' lon='16.15283' />
+  <node id='-5916' lat='36.26215' lon='15.10171' />
+  <node id='-5918' lat='36.53141' lon='14.02721' />
+  <node id='-5920' lat='35.1178' lon='12.80065' />
+  <node id='-5922' lat='40.72797' lon='25.94795' />
+  <node id='-5924' lat='40.3958' lon='26.04292' />
+  <node id='-5926' lat='40.17161' lon='25.61285' />
+  <node id='-5928' lat='39.39358' lon='25.94257' />
+  <node id='-5930' lat='39.43096' lon='26.43357' />
+  <node id='-5932' lat='39.0312' lon='26.70773' />
+  <node id='-5934' lat='38.81372' lon='26.61814' />
+  <node id='-5936' lat='38.65436' lon='26.21136' />
+  <node id='-5938' lat='38.48731' lon='26.32173' />
+  <node id='-5940' lat='38.44695' lon='26.24183' />
+  <node id='-5942' lat='38.17558' lon='26.21136' />
+  <node id='-5944' lat='37.9131' lon='27.05537' />
+  <node id='-5946' lat='37.72343' lon='27.16428' />
+  <node id='-5948' lat='37.69034' lon='26.99377' />
+  <node id='-5950' lat='37.64989' lon='26.95583' />
+  <node id='-5952' lat='37.32' lon='27.14757' />
+  <node id='-5954' lat='36.94571' lon='27.20312' />
+  <node id='-5956' lat='36.9008' lon='27.45627' />
+  <node id='-5958' lat='36.71622' lon='27.24613' />
+  <node id='-5960' lat='36.53789' lon='27.46117' />
+  <node id='-5962' lat='36.46155' lon='27.95037' />
+  <node id='-5964' lat='36.56812' lon='28.23708' />
+  <node id='-5966' lat='36.01033' lon='29.30783' />
+  <node id='-5968' lat='33.45682' lon='22.5213' />
+  <node id='-5970' lat='39.82496' lon='18.75365' />
+  <node id='-5972' lat='40.35325' lon='19.0384' />
+  <node id='-5974' lat='-21.93325' lon='-133.61511' />
+  <node id='-5976' lat='-24.55017' lon='-122.0366' />
+  <node id='-5978' lat='-45.18423' lon='-179.93224' />
+  <node id='-5980' lat='-22.90585' lon='-180.0' />
+  <node id='-5982' lat='-24.21376' lon='-180.0' />
+  <node id='-5984' lat='-14.96041' lon='-180.0' />
+  <node id='-5986' lat='-14.92809' lon='-167.73854' />
+  <node id='-5988' lat='-45.20102' lon='-173.00283' />
+  <node id='-5990' lat='-14.95183' lon='-176.76826' />
+  <node id='-5992' lat='-14.94228' lon='-173.13438' />
+  <node id='-5994' lat='-24.19665' lon='-173.10761' />
+  <node id='-5996' lat='-22.89767' lon='-176.74538' />
+  <node id='-5998' lat='-12.48057' lon='-174.18596' />
+  <node id='-6000' lat='-14.94502' lon='-174.17905' />
+  <node id='-6002' lat='-14.95666' lon='-178.60161' />
+  <node id='-6004' lat='-14.93704' lon='-171.14262' />
+  <node id='-6006' lat='-12.4725' lon='-171.14953' />
+  <node id='-6008' lat='-28.52556' lon='-156.44843' />
+  <node id='-6010' lat='-28.4709' lon='-133.59543' />
+  <node id='-6012' lat='-7.46952' lon='-133.65593' />
+  <node id='-6014' lat='-7.51261' lon='-149.6249' />
+  <node id='-6016' lat='-10.13616' lon='-174.17993' />
+  <node id='-6018' lat='-12.49232' lon='-178.60852' />
+  <node id='-6020' lat='1.65656' lon='-177.43928' />
+  <node id='-6022' lat='-1.40631' lon='-175.33482' />
+  <node id='-6024' lat='-7.54825' lon='-175.31804' />
+  <node id='-6026' lat='-10.12005' lon='-167.75195' />
+  <node id='-6028' lat='-7.4975' lon='-156.50903' />
+  <node id='-6030' lat='-7.54408' lon='-174.18707' />
+  <node id='-6032' lat='5.27712' lon='-149.65979' />
+  <node id='-6034' lat='-12.30171' lon='-149.61166' />
+  <node id='-6036' lat='-12.32002' lon='-156.4957' />
+  <node id='-6038' lat='-1.35506' lon='-158.62058' />
+  <node id='-6040' lat='7.12322' lon='-163.24994' />
+  <node id='-6042' lat='7.1291' lon='-161.0731' />
+  <node id='-6044' lat='1.11722' lon='-161.05669' />
+  <node id='-6046' lat='1.1296' lon='-158.62734' />
+  <node id='-6048' lat='5.2462' lon='-161.06795' />
+  <node id='-6050' lat='18.15359' lon='-179.23433' />
+  <node id='-6052' lat='18.17333' lon='-154.13058' />
+  <node id='-6054' lat='29.20682' lon='-154.14205' />
+  <node id='-6056' lat='29.18869' lon='-179.2458' />
+  <node id='-6058' lat='14.43014' lon='-25.82546' />
+  <node id='-6060' lat='14.46693' lon='-22.19117' />
+  <node id='-6062' lat='17.64208' lon='-22.22571' />
+  <node id='-6064' lat='17.60587' lon='-25.86' />
+  <node id='-6066' lat='-35.03863' lon='16.22632' />
+  <node id='-6068' lat='-28.53246' lon='16.59922' />
+  <node id='-6070' lat='-28.57126' lon='16.46592' />
+  <node id='-6072' lat='-26.8579' lon='32.89816' />
+  <node id='-6074' lat='-48.03306' lon='38.88176' />
+  <node id='-6076' lat='-40.02846' lon='-13.29655' />
+  <node id='-6078' lat='-41.00353' lon='-9.34669' />
+  <node id='-6080' lat='-15.55882' lon='-4.97086' />
+  <node id='-6082' lat='-6.63386' lon='-14.91926' />
+  <node id='-6084' lat='-34.54062' lon='-53.54511' />
+  <node id='-6086' lat='1.86593' lon='-28.99601' />
+  <node id='-6088' lat='-20.99094' lon='-28.34015' />
+  <node id='-6090' lat='-53.1401' lon='-62.78369' />
+  <node id='-6092' lat='-59.90465' lon='-26.52505' />
+  <node id='-6094' lat='-54.792' lon='-23.50385' />
+  <node id='-6096' lat='-50.36819' lon='-62.3754' />
+  <node id='-6098' lat='-55.04486' lon='-63.07977' />
+  <node id='-6100' lat='-52.65781' lon='-68.60702' />
+  <node id='-6102' lat='-54.9125' lon='-68.60733' />
+  <node id='-6104' lat='-54.8753' lon='-68.01394' />
+  <node id='-6106' lat='-54.94199' lon='-67.11046' />
+  <node id='-6108' lat='-55.19618' lon='-66.07313' />
+  <node id='-6110' lat='-58.14883' lon='-68.11646' />
+  <node id='-6112' lat='-26.52828' lon='-113.52687' />
+  <node id='-6114' lat='9.93766' lon='-78.79327' />
+  <node id='-6116' lat='9.22278' lon='-77.58292' />
+  <node id='-6118' lat='16.62373' lon='-78.66279' />
+  <node id='-6120' lat='15.86201' lon='-81.80642' />
+  <node id='-6122' lat='17.10872' lon='-87.3359' />
+  <node id='-6124' lat='15.88698' lon='-88.95358' />
+  <node id='-6126' lat='16.09624' lon='-88.40779' />
+  <node id='-6128' lat='10.96805' lon='-83.54024' />
+  <node id='-6130' lat='13.45767' lon='-87.77354' />
+  <node id='-6132' lat='13.44655' lon='-87.83467' />
+  <node id='-6134' lat='17.04813' lon='-89.15025' />
+  <node id='-6136' lat='15.9063' lon='-89.02415' />
+  <node id='-6138' lat='15.90898' lon='-89.17418' />
+  <node id='-6140' lat='13.73679' lon='-90.11344' />
+  <node id='-6142' lat='-17.99635' lon='-78.15039' />
+  <node id='-6144' lat='-7.80762' lon='-84.46057' />
+  <node id='-6146' lat='-20.10822' lon='-73.98689' />
+  <node id='-6148' lat='-18.3495' lon='-70.378' />
+  <node id='-6150' lat='8.04083' lon='-82.89978' />
+  <node id='-6152' lat='5.02401' lon='-87.41779' />
+  <node id='-6154' lat='7.22681' lon='-77.89178' />
+  <node id='-6156' lat='4.00341' lon='-82.12561' />
+  <node id='-6158' lat='-2.52874' lon='-92.46744' />
+  <node id='-6160' lat='2.64343' lon='-93.12365' />
+  <node id='-6162' lat='9.84394' lon='-109.6462' />
+  <node id='-6164' lat='9.84085' lon='-108.755' />
+  <node id='-6166' lat='10.72712' lon='-108.75183' />
+  <node id='-6168' lat='10.7302' lon='-109.64303' />
+  <node id='-6170' lat='32.64094' lon='-114.76736' />
+  <node id='-6172' lat='32.55543' lon='-114.81141' />
+  <node id='-6174' lat='32.55731' lon='-114.79524' />
+  <node id='-6176' lat='32.62028' lon='-114.80584' />
+  <node id='-6178' lat='18.41089' lon='-120.12904' />
+  <node id='-6180' lat='50.85267' lon='-10.17712' />
+  <node id='-6182' lat='54.24486' lon='-13.3292' />
+  <node id='-6184' lat='55.84142' lon='-7.93366' />
+  <node id='-6186' lat='35.93599' lon='-7.27694' />
+  <node id='-6188' lat='42.4358' lon='3.4481' />
+  <node id='-6190' lat='39.43581' lon='5.18061' />
+  <node id='-6192' lat='35.91222' lon='-5.27635' />
+  <node id='-6194' lat='36.07439' lon='-5.3004' />
+  <node id='-6196' lat='36.10278' lon='-5.39074' />
+  <node id='-6198' lat='36.14896' lon='-5.40134' />
+  <node id='-6200' lat='36.15481' lon='-5.38545' />
+  <node id='-6202' lat='36.15501' lon='-5.34536' />
+  <node id='-6204' lat='26.96222' lon='-18.8556' />
+  <node id='-6206' lat='29.62861' lon='-18.67893' />
+  <node id='-6208' lat='3.48284' lon='8.05799' />
+  <node id='-6210' lat='3.72052' lon='9.22018' />
+  <node id='-6212' lat='-1.68343' lon='5.37613' />
+  <node id='-6214' lat='-1.69667' lon='5.85762' />
+  <node id='-6216' lat='-1.20569' lon='5.87114' />
+  <node id='-6218' lat='-1.19244' lon='5.38965' />
+  <node id='-6220' lat='2.29079' lon='9.83238' />
+  <node id='-6222' lat='2.24676' lon='9.84716' />
+  <node id='-6224' lat='2.35097' lon='9.82123' />
+  <node id='-6226' lat='2.23756' lon='7.23334' />
+  <node id='-6228' lat='1.79377' lon='8.0168' />
+  <node id='-6230' lat='-0.53945' lon='6.69416' />
+  <node id='-6232' lat='-0.09539' lon='5.9107' />
+  <node id='-6234' lat='-0.64092' lon='7.24416' />
+  <node id='-6236' lat='12.61191' lon='-61.73897' />
+  <node id='-6238' lat='12.51526' lon='-61.13395' />
+  <node id='-6240' lat='11.65795' lon='-61.57265' />
+  <node id='-6242' lat='11.87638' lon='-62.14806' />
+  <node id='-6244' lat='17.22145' lon='-62.27053' />
+  <node id='-6246' lat='16.81958' lon='-61.44461' />
+  <node id='-6248' lat='17.9187' lon='-61.45764' />
+  <node id='-6250' lat='17.9235' lon='-62.12601' />
+  <node id='-6252' lat='38.25641' lon='71.37803' />
+  <node id='-6254' lat='37.78677' lon='71.55752' />
+  <node id='-6256' lat='37.26158' lon='73.8564' />
+  <node id='-6258' lat='37.34208' lon='74.20308' />
+  <node id='-6260' lat='36.96224' lon='74.53739' />
+  <node id='-6262' lat='36.91421' lon='73.82685' />
+  <node id='-6264' lat='36.71838' lon='72.18135' />
+  <node id='-6266' lat='34.36769' lon='71.17662' />
+  <node id='-6268' lat='33.53535' lon='70.17062' />
+  <node id='-6270' lat='30.97532' lon='66.58175' />
+  <node id='-6272' lat='30.9408' lon='66.39194' />
+  <node id='-6274' lat='30.57001' lon='66.28413' />
+  <node id='-6276' lat='30.404' lon='66.34869' />
+  <node id='-6278' lat='29.9583' lon='66.36042' />
+  <node id='-6280' lat='29.53957' lon='65.04005' />
+  <node id='-6282' lat='29.39157' lon='64.12966' />
+  <node id='-6284' lat='29.50456' lon='63.5876' />
+  <node id='-6286' lat='29.40782' lon='62.47751' />
+  <node id='-6288' lat='29.86514' lon='60.87231' />
+  <node id='-6290' lat='31.37391' lon='61.70929' />
+  <node id='-6292' lat='31.49561' lon='60.84541' />
+  <node id='-6294' lat='32.22565' lon='60.86191' />
+  <node id='-6296' lat='34.31539' lon='60.66502' />
+  <node id='-6298' lat='34.30411' lon='60.91321' />
+  <node id='-6300' lat='35.61482' lon='61.27371' />
+  <node id='-6302' lat='37.32409' lon='66.30993' />
+  <node id='-6304' lat='37.1834' lon='67.78329' />
+  <node id='-6306' lat='37.52519' lon='70.15015' />
+  <node id='-6308' lat='38.34774' lon='70.61526' />
+  <node id='-6310' lat='-5.85631' lon='16.55507' />
+  <node id='-6312' lat='-8.13784' lon='17.5828' />
+  <node id='-6314' lat='-7.99743' lon='19.33698' />
+  <node id='-6316' lat='-7.00195' lon='19.5469' />
+  <node id='-6318' lat='-7.29628' lon='21.79824' />
+  <node id='-6320' lat='-11.24911' lon='22.25951' />
+  <node id='-6322' lat='-10.89356' lon='24.00027' />
+  <node id='-6324' lat='-12.99091' lon='24.03339' />
+  <node id='-6326' lat='-13.00148' lon='21.97988' />
+  <node id='-6328' lat='-18.02787' lon='21.42741' />
+  <node id='-6330' lat='-17.38927' lon='18.39229' />
+  <node id='-6332' lat='-17.38814' lon='14.28743' />
+  <node id='-6334' lat='-17.25284' lon='10.5065' />
+  <node id='-6336' lat='-5.74353' lon='12.52318' />
+  <node id='-6338' lat='-5.74031' lon='12.26557' />
+  <node id='-6340' lat='-5.76338' lon='12.20376' />
+  <node id='-6342' lat='-5.94705' lon='11.95767' />
+  <node id='-6344' lat='42.55582' lon='20.07761' />
+  <node id='-6346' lat='41.8818' lon='20.59524' />
+  <node id='-6348' lat='40.85475' lon='20.97887' />
+  <node id='-6350' lat='39.69227' lon='20.00957' />
+  <node id='-6352' lat='39.69533' lon='19.92466' />
+  <node id='-6354' lat='39.78684' lon='19.97622' />
+  <node id='-6356' lat='39.82857' lon='19.95905' />
+  <node id='-6358' lat='41.74971' lon='19.26406' />
+  <node id='-6360' lat='41.84849' lon='19.37597' />
+  <node id='-6362' lat='42.60217' lon='1.44197' />
+  <node id='-6364' lat='25.26344' lon='56.28423' />
+  <node id='-6366' lat='25.26128' lon='56.27086' />
+  <node id='-6368' lat='25.27916' lon='56.2716' />
+  <node id='-6370' lat='25.28486' lon='56.28102' />
+  <node id='-6372' lat='25.2754' lon='56.29379' />
+  <node id='-6374' lat='25.62825' lon='56.26534' />
+  <node id='-6376' lat='25.7713' lon='56.82555' />
+  <node id='-6378' lat='24.73699' lon='56.13684' />
+  <node id='-6380' lat='24.74457' lon='56.06128' />
+  <node id='-6382' lat='24.9116' lon='55.81116' />
+  <node id='-6384' lat='24.32776' lon='55.83395' />
+  <node id='-6386' lat='24.26114' lon='55.75939' />
+  <node id='-6388' lat='24.2172' lon='55.95472' />
+  <node id='-6390' lat='24.07426' lon='56.01799' />
+  <node id='-6392' lat='24.05994' lon='55.73301' />
+  <node id='-6394' lat='22.71065' lon='55.2137' />
+  <node id='-6396' lat='22.63334' lon='55.13599' />
+  <node id='-6398' lat='22.94341' lon='52.56622' />
+  <node id='-6400' lat='24.12041' lon='51.59617' />
+  <node id='-6402' lat='26.18798' lon='55.81777' />
+  <node id='-6404' lat='26.05038' lon='56.08666' />
+  <node id='-6406' lat='25.33108' lon='56.26062' />
+  <node id='-6408' lat='25.31253' lon='56.23362' />
+  <node id='-6410' lat='25.28843' lon='56.25008' />
+  <node id='-6412' lat='25.27505' lon='56.24465' />
+  <node id='-6414' lat='25.25668' lon='56.20838' />
+  <node id='-6416' lat='25.24104' lon='56.20872' />
+  <node id='-6418' lat='25.22867' lon='56.24341' />
+  <node id='-6420' lat='25.23404' lon='56.27628' />
+  <node id='-6422' lat='25.26653' lon='56.34438' />
+  <node id='-6424' lat='25.30681' lon='56.35172' />
+  <node id='-6426' lat='25.30107' lon='56.3111' />
+  <node id='-6428' lat='25.31815' lon='56.3005' />
+  <node id='-6430' lat='-21.9987' lon='-62.81124' />
+  <node id='-6432' lat='-24.00701' lon='-60.03367' />
+  <node id='-6434' lat='-25.59224' lon='-54.59398' />
+  <node id='-6436' lat='-25.55513' lon='-53.90831' />
+  <node id='-6438' lat='-27.09844' lon='-53.80144' />
+  <node id='-6440' lat='-27.94661' lon='-55.33303' />
+  <node id='-6442' lat='-32.98842' lon='-58.1224' />
+  <node id='-6444' lat='-35.78518' lon='-55.71154' />
+  <node id='-6446' lat='-50.58411' lon='-72.31343' />
+  <node id='-6448' lat='-46.55385' lon='-71.68577' />
+  <node id='-6450' lat='-38.6923' lon='-70.89532' />
+  <node id='-6452' lat='-22.99839' lon='-66.99632' />
+  <node id='-6454' lat='-22.81525' lon='-67.18382' />
+  <node id='-6456' lat='40.58424' lon='45.50279' />
+  <node id='-6458' lat='40.65023' lon='45.47927' />
+  <node id='-6460' lat='40.64765' lon='45.56071' />
+  <node id='-6462' lat='41.29747' lon='45.0133' />
+  <node id='-6464' lat='41.2464' lon='45.05497' />
+  <node id='-6466' lat='41.2101' lon='45.02932' />
+  <node id='-6468' lat='41.19211' lon='45.05201' />
+  <node id='-6470' lat='41.19967' lon='45.11811' />
+  <node id='-6472' lat='41.168' lon='45.1969' />
+  <node id='-6474' lat='41.13299' lon='45.19942' />
+  <node id='-6476' lat='41.10917' lon='45.08028' />
+  <node id='-6478' lat='41.05379' lon='45.06784' />
+  <node id='-6480' lat='41.06059' lon='45.12923' />
+  <node id='-6482' lat='41.09369' lon='45.1313' />
+  <node id='-6484' lat='41.08082' lon='45.1634' />
+  <node id='-6486' lat='41.05068' lon='45.16493' />
+  <node id='-6488' lat='41.04518' lon='45.1994' />
+  <node id='-6490' lat='41.0027' lon='45.25897' />
+  <node id='-6492' lat='41.03757' lon='45.28859' />
+  <node id='-6494' lat='38.86548' lon='46.53497' />
+  <node id='-6496' lat='39.28931' lon='45.99774' />
+  <node id='-6498' lat='39.3695' lon='45.79225' />
+  <node id='-6500' lat='39.56716' lon='45.80804' />
+  <node id='-6502' lat='39.49888' lon='45.46992' />
+  <node id='-6504' lat='39.79277' lon='45.06604' />
+  <node id='-6506' lat='39.7148' lon='44.75779' />
+  <node id='-6508' lat='40.04866' lon='44.26973' />
+  <node id='-6510' lat='41.12611' lon='43.4717' />
+  <node id='-6512' lat='41.25685' lon='44.93493' />
+  <node id='-6514' lat='41.03411' lon='45.00864' />
+  <node id='-6516' lat='41.03938' lon='45.03792' />
+  <node id='-6518' lat='41.06653' lon='45.04517' />
+  <node id='-6520' lat='41.07931' lon='45.03406' />
+  <node id='-6522' lat='41.09407' lon='45.00864' />
+  <node id='-6524' lat='41.07553' lon='44.95383' />
+  <node id='-6526' lat='41.06345' lon='44.96031' />
+  <node id='-6528' lat='41.05657' lon='44.9903' />
+  <node id='-6530' lat='40.9817' lon='45.21324' />
+  <node id='-6532' lat='40.97828' lon='45.23095' />
+  <node id='-6534' lat='41.00226' lon='45.23487' />
+  <node id='-6536' lat='41.01484' lon='45.20625' />
+  <node id='-6538' lat='41.0066' lon='45.18382' />
+  <node id='-6540' lat='40.98998' lon='45.19312' />
+  <node id='-6542' lat='40.99348' lon='45.20518' />
+  <node id='-6544' lat='40.99001' lon='45.21219' />
+  <node id='-6546' lat='48.98444' lon='15.34823' />
+  <node id='-6548' lat='48.60371' lon='16.93955' />
+  <node id='-6550' lat='48.00636' lon='17.16001' />
+  <node id='-6552' lat='47.76171' lon='16.61183' />
+  <node id='-6554' lat='47.50155' lon='16.64821' />
+  <node id='-6556' lat='47.46139' lon='16.6718' />
+  <node id='-6558' lat='47.39416' lon='16.49908' />
+  <node id='-6560' lat='47.21127' lon='16.43663' />
+  <node id='-6562' lat='47.00159' lon='16.28202' />
+  <node id='-6564' lat='46.867' lon='16.10983' />
+  <node id='-6566' lat='46.85698' lon='10.47197' />
+  <node id='-6568' lat='46.84296' lon='10.10715' />
+  <node id='-6570' lat='46.91434' lon='9.98058' />
+  <node id='-6572' lat='46.93343' lon='9.88266' />
+  <node id='-6574' lat='47.01337' lon='9.87935' />
+  <node id='-6576' lat='47.06091' lon='9.60717' />
+  <node id='-6578' lat='47.27029' lon='9.53116' />
+  <node id='-6580' lat='47.2809' lon='9.54773' />
+  <node id='-6582' lat='47.31334' lon='9.58513' />
+  <node id='-6584' lat='47.49495' lon='9.56312' />
+  <node id='-6586' lat='47.53457' lon='9.72736' />
+  <node id='-6588' lat='47.56755' lon='10.60337' />
+  <node id='-6590' lat='47.59202' lon='11.63934' />
+  <node id='-6592' lat='47.84374' lon='13.00588' />
+  <node id='-6594' lat='48.31575' lon='13.30897' />
+  <node id='-6596' lat='48.5898' lon='14.20691' />
+  <node id='-6598' lat='48.55852' lon='14.33909' />
+  <node id='-6600' lat='48.58855' lon='14.43076' />
+  <node id='-6602' lat='48.64695' lon='14.4587' />
+  <node id='-6604' lat='48.58215' lon='14.66762' />
+  <node id='-6606' lat='48.75915' lon='14.95641' />
+  <node id='-6608' lat='38.84206' lon='46.14785' />
+  <node id='-6610' lat='39.42998' lon='44.96746' />
+  <node id='-6612' lat='39.62677' lon='44.81043' />
+  <node id='-6614' lat='41.26366' lon='47.49004' />
+  <node id='-6616' lat='41.84306' lon='48.5867' />
+  <node id='-6618' lat='38.40869' lon='49.20805' />
+  <node id='-6620' lat='38.43975' lon='48.88288' />
+  <node id='-6622' lat='38.61013' lon='48.45084' />
+  <node id='-6624' lat='38.59958' lon='48.3146' />
+  <node id='-6626' lat='38.71883' lon='48.24773' />
+  <node id='-6628' lat='38.82705' lon='48.02581' />
+  <node id='-6630' lat='38.90333' lon='48.01409' />
+  <node id='-6632' lat='38.94434' lon='48.08627' />
+  <node id='-6634' lat='39.03022' lon='48.33884' />
+  <node id='-6636' lat='39.37584' lon='48.37385' />
+  <node id='-6638' lat='39.70999' lon='47.98977' />
+  <node id='-6640' lat='39.45999' lon='47.38978' />
+  <node id='-6642' lat='41.46433' lon='45.26285' />
+  <node id='-6644' lat='41.47168' lon='45.31352' />
+  <node id='-6646' lat='41.42402' lon='45.4006' />
+  <node id='-6648' lat='41.91323' lon='46.42738' />
+  <node id='-6650' lat='-2.66266' lon='30.41789' />
+  <node id='-6652' lat='-3.25152' lon='30.84165' />
+  <node id='-6654' lat='-4.44845' lon='29.43673' />
+  <node id='-6656' lat='-3.75856' lon='29.23708' />
+  <node id='-6658' lat='-3.05471' lon='29.25633' />
+  <node id='-6660' lat='51.4213' lon='4.82946' />
+  <node id='-6662' lat='51.43319' lon='4.78314' />
+  <node id='-6664' lat='51.43046' lon='4.76577' />
+  <node id='-6666' lat='51.41337' lon='4.77229' />
+  <node id='-6668' lat='51.41102' lon='4.78941' />
+  <node id='-6670' lat='51.41502' lon='4.84988' />
+  <node id='-6672' lat='51.41404' lon='4.90016' />
+  <node id='-6674' lat='51.39487' lon='4.92152' />
+  <node id='-6676' lat='51.44406' lon='5.00393' />
+  <node id='-6678' lat='51.48679' lon='5.03281' />
+  <node id='-6680' lat='51.47022' lon='5.04774' />
+  <node id='-6682' lat='51.4715' lon='5.07891' />
+  <node id='-6684' lat='51.43163' lon='5.10456' />
+  <node id='-6686' lat='51.39469' lon='5.07102' />
+  <node id='-6688' lat='51.34791' lon='5.13105' />
+  <node id='-6690' lat='51.31592' lon='5.13377' />
+  <node id='-6692' lat='51.31035' lon='5.16222' />
+  <node id='-6694' lat='51.32243' lon='5.2002' />
+  <node id='-6696' lat='51.30495' lon='5.24244' />
+  <node id='-6698' lat='51.26888' lon='5.22542' />
+  <node id='-6700' lat='51.26064' lon='5.23814' />
+  <node id='-6702' lat='51.26693' lon='5.26461' />
+  <node id='-6704' lat='51.26104' lon='5.29716' />
+  <node id='-6706' lat='51.26248' lon='5.41672' />
+  <node id='-6708' lat='51.28169' lon='5.4407' />
+  <node id='-6710' lat='51.2849' lon='5.46519' />
+  <node id='-6712' lat='51.30053' lon='5.48476' />
+  <node id='-6714' lat='51.29462' lon='5.515' />
+  <node id='-6716' lat='51.26544' lon='5.5569' />
+  <node id='-6718' lat='51.22249' lon='5.5603' />
+  <node id='-6720' lat='51.19788' lon='5.65145' />
+  <node id='-6722' lat='51.18736' lon='5.65528' />
+  <node id='-6724' lat='51.1829' lon='5.70344' />
+  <node id='-6726' lat='51.18928' lon='5.74617' />
+  <node id='-6728' lat='51.17845' lon='5.77735' />
+  <node id='-6730' lat='51.1522' lon='5.77697' />
+  <node id='-6732' lat='51.16753' lon='5.82564' />
+  <node id='-6734' lat='51.14445' lon='5.85508' />
+  <node id='-6736' lat='51.11661' lon='5.80798' />
+  <node id='-6738' lat='51.03113' lon='5.75961' />
+  <node id='-6740' lat='51.02483' lon='5.77688' />
+  <node id='-6742' lat='50.99703' lon='5.76242' />
+  <node id='-6744' lat='50.96092' lon='5.71864' />
+  <node id='-6746' lat='50.95428' lon='5.72875' />
+  <node id='-6748' lat='50.96202' lon='5.74752' />
+  <node id='-6750' lat='50.95601' lon='5.75927' />
+  <node id='-6752' lat='50.94723' lon='5.74644' />
+  <node id='-6754' lat='50.92312' lon='5.72545' />
+  <node id='-6756' lat='50.91167' lon='5.72644' />
+  <node id='-6758' lat='50.90796' lon='5.71626' />
+  <node id='-6760' lat='50.91046' lon='5.69858' />
+  <node id='-6762' lat='50.88142' lon='5.67886' />
+  <node id='-6764' lat='50.87107' lon='5.64504' />
+  <node id='-6766' lat='50.84742' lon='5.64009' />
+  <node id='-6768' lat='50.82309' lon='5.65259' />
+  <node id='-6770' lat='50.80764' lon='5.70118' />
+  <node id='-6772' lat='50.79641' lon='5.68995' />
+  <node id='-6774' lat='50.7827' lon='5.70107' />
+  <node id='-6776' lat='50.75804' lon='5.68091' />
+  <node id='-6778' lat='50.75529' lon='5.69469' />
+  <node id='-6780' lat='50.76398' lon='5.72216' />
+  <node id='-6782' lat='50.75674' lon='5.73904' />
+  <node id='-6784' lat='50.7691' lon='5.74356' />
+  <node id='-6786' lat='50.78159' lon='5.76533' />
+  <node id='-6788' lat='50.78308' lon='5.77513' />
+  <node id='-6790' lat='50.7558' lon='5.80673' />
+  <node id='-6792' lat='50.77092' lon='5.88734' />
+  <node id='-6794' lat='50.75125' lon='5.89129' />
+  <node id='-6796' lat='50.75124' lon='5.89132' />
+  <node id='-6798' lat='50.75441' lon='5.97545' />
+  <node id='-6800' lat='50.75398' lon='6.01976' />
+  <node id='-6802' lat='50.74618' lon='6.03889' />
+  <node id='-6804' lat='50.71848' lon='6.0406' />
+  <node id='-6806' lat='50.72861' lon='6.04428' />
+  <node id='-6808' lat='50.72231' lon='6.11707' />
+  <node id='-6810' lat='50.6245' lon='6.17852' />
+  <node id='-6812' lat='50.62444' lon='6.26957' />
+  <node id='-6814' lat='50.60392' lon='6.2476' />
+  <node id='-6816' lat='50.59869' lon='6.24888' />
+  <node id='-6818' lat='50.58732' lon='6.24005' />
+  <node id='-6820' lat='50.5907' lon='6.22581' />
+  <node id='-6822' lat='50.56952' lon='6.20281' />
+  <node id='-6824' lat='50.55875' lon='6.17739' />
+  <node id='-6826' lat='50.5313' lon='6.19579' />
+  <node id='-6828' lat='50.52653' lon='6.18716' />
+  <node id='-6830' lat='50.49578' lon='6.22335' />
+  <node id='-6832' lat='50.48833' lon='6.3465' />
+  <node id='-6834' lat='50.46083' lon='6.34005' />
+  <node id='-6836' lat='50.45397' lon='6.37219' />
+  <node id='-6838' lat='50.30887' lon='6.29949' />
+  <node id='-6840' lat='50.27458' lon='6.28797' />
+  <node id='-6842' lat='50.25179' lon='6.208' />
+  <node id='-6844' lat='50.2234' lon='6.16853' />
+  <node id='-6846' lat='50.20815' lon='6.18364' />
+  <node id='-6848' lat='50.1822' lon='6.18739' />
+  <node id='-6850' lat='50.17106' lon='6.14588' />
+  <node id='-6852' lat='50.14126' lon='6.15298' />
+  <node id='-6854' lat='50.15344' lon='6.06406' />
+  <node id='-6856' lat='50.18283' lon='6.02488' />
+  <node id='-6858' lat='50.13295' lon='5.95929' />
+  <node id='-6860' lat='50.11476' lon='5.89488' />
+  <node id='-6862' lat='50.04614' lon='5.86904' />
+  <node id='-6864' lat='49.9892' lon='5.83968' />
+  <node id='-6866' lat='49.82435' lon='5.74844' />
+  <node id='-6868' lat='49.82058' lon='5.74364' />
+  <node id='-6870' lat='49.75048' lon='5.82245' />
+  <node id='-6872' lat='49.72395' lon='5.82562' />
+  <node id='-6874' lat='49.69291' lon='5.86527' />
+  <node id='-6876' lat='49.67862' lon='5.86175' />
+  <node id='-6878' lat='49.60898' lon='5.8762' />
+  <node id='-6880' lat='49.56082' lon='5.8424' />
+  <node id='-6882' lat='49.55228' lon='5.79195' />
+  <node id='-6884' lat='49.56298' lon='5.77435' />
+  <node id='-6886' lat='49.55915' lon='5.7577' />
+  <node id='-6888' lat='49.54321' lon='5.75649' />
+  <node id='-6890' lat='49.76193' lon='5.09249' />
+  <node id='-6892' lat='49.79872' lon='4.96714' />
+  <node id='-6894' lat='49.78995' lon='4.85464' />
+  <node id='-6896' lat='49.9236' lon='4.88529' />
+  <node id='-6898' lat='49.95609' lon='4.78827' />
+  <node id='-6900' lat='51.07014' lon='2.55904' />
+  <node id='-6902' lat='51.52087' lon='2.18458' />
+  <node id='-6904' lat='51.85301' lon='2.56575' />
+  <node id='-6906' lat='51.24135' lon='3.43488' />
+  <node id='-6908' lat='51.2458' lon='3.52698' />
+  <node id='-6910' lat='51.28697' lon='3.51502' />
+  <node id='-6912' lat='51.30064' lon='3.58939' />
+  <node id='-6914' lat='51.25766' lon='3.78999' />
+  <node id='-6916' lat='51.2151' lon='3.78783' />
+  <node id='-6918' lat='51.20371' lon='3.90125' />
+  <node id='-6920' lat='51.24171' lon='4.05165' />
+  <node id='-6922' lat='51.29348' lon='4.16721' />
+  <node id='-6924' lat='51.35371' lon='4.24024' />
+  <node id='-6926' lat='51.37443' lon='4.21923' />
+  <node id='-6928' lat='51.37687' lon='4.33265' />
+  <node id='-6930' lat='51.35738' lon='4.34086' />
+  <node id='-6932' lat='51.35547' lon='4.39292' />
+  <node id='-6934' lat='51.36989' lon='4.43777' />
+  <node id='-6936' lat='51.41965' lon='4.38064' />
+  <node id='-6938' lat='51.43316' lon='4.39747' />
+  <node id='-6940' lat='51.4778' lon='4.47736' />
+  <node id='-6942' lat='51.48184' lon='4.5388' />
+  <node id='-6944' lat='51.47265' lon='4.54675' />
+  <node id='-6946' lat='51.45002' lon='4.52846' />
+  <node id='-6948' lat='51.4243' lon='4.53521' />
+  <node id='-6950' lat='51.4324' lon='4.57489' />
+  <node id='-6952' lat='51.42352' lon='4.65442' />
+  <node id='-6954' lat='51.48937' lon='4.74578' />
+  <node id='-6956' lat='51.50284' lon='4.78803' />
+  <node id='-6958' lat='51.4799' lon='4.84139' />
+  <node id='-6960' lat='6.13349' lon='2.74181' />
+  <node id='-6962' lat='6.02702' lon='1.67336' />
+  <node id='-6964' lat='6.24075' lon='1.62913' />
+  <node id='-6966' lat='6.28221' lon='1.79826' />
+  <node id='-6968' lat='10.99597' lon='0.91245' />
+  <node id='-6970' lat='11.89473' lon='2.39723' />
+  <node id='-6972' lat='12.24804' lon='2.37783' />
+  <node id='-6974' lat='15.00135' lon='0.23859' />
+  <node id='-6976' lat='14.51654' lon='0.16936' />
+  <node id='-6978' lat='12.41915' lon='2.26349' />
+  <node id='-6980' lat='12.35539' lon='2.05785' />
+  <node id='-6982' lat='10.99964' lon='0.66104' />
+  <node id='-6984' lat='10.93269' lon='0.4958' />
+  <node id='-6986' lat='11.01011' lon='0.50388' />
+  <node id='-6988' lat='11.0067' lon='-2.83373' />
+  <node id='-6990' lat='13.12927' lon='-4.34477' />
+  <node id='-6992' lat='13.49778' lon='-3.96501' />
+  <node id='-6994' lat='13.1588' lon='-3.4313' />
+  <node id='-6996' lat='13.27272' lon='-3.43507' />
+  <node id='-6998' lat='13.29035' lon='-3.23599' />
+  <node id='-7000' lat='13.5422' lon='-3.28396' />
+  <node id='-7002' lat='13.70699' lon='-3.26407' />
+  <node id='-7004' lat='14.29671' lon='-2.47587' />
+  <node id='-7006' lat='14.14878' lon='-2.10223' />
+  <node id='-7008' lat='14.19011' lon='-1.9992' />
+  <node id='-7010' lat='14.47709' lon='-1.97945' />
+  <node id='-7012' lat='14.50023' lon='-1.68083' />
+  <node id='-7014' lat='14.72774' lon='-1.32166' />
+  <node id='-7016' lat='14.7921' lon='-1.05875' />
+  <node id='-7018' lat='26.13708' lon='89.15869' />
+  <node id='-7020' lat='25.61714' lon='89.86129' />
+  <node id='-7022' lat='25.1534' lon='90.40034' />
+  <node id='-7024' lat='25.12846' lon='91.63648' />
+  <node id='-7026' lat='24.38997' lon='92.11662' />
+  <node id='-7028' lat='24.14674' lon='91.89258' />
+  <node id='-7030' lat='23.99072' lon='91.35741' />
+  <node id='-7032' lat='23.37538' lon='91.28293' />
+  <node id='-7034' lat='22.93929' lon='91.61571' />
+  <node id='-7036' lat='23.26619' lon='91.76417' />
+  <node id='-7038' lat='23.42235' lon='91.84789' />
+  <node id='-7040' lat='22.1522' lon='92.60029' />
+  <node id='-7042' lat='21.97638' lon='92.60949' />
+  <node id='-7044' lat='21.87037' lon='92.62187' />
+  <node id='-7046' lat='20.38919' lon='92.39837' />
+  <node id='-7048' lat='21.60785' lon='89.13927' />
+  <node id='-7050' lat='22.75228' lon='88.9151' />
+  <node id='-7052' lat='22.83346' lon='88.96713' />
+  <node id='-7054' lat='23.50535' lon='88.79351' />
+  <node id='-7056' lat='23.64044' lon='88.56507' />
+  <node id='-7058' lat='24.31464' lon='88.68801' />
+  <node id='-7060' lat='24.32474' lon='88.50934' />
+  <node id='-7062' lat='24.51301' lon='88.12296' />
+  <node id='-7064' lat='25.66245' lon='88.45103' />
+  <node id='-7066' lat='25.80811' lon='88.242' />
+  <node id='-7068' lat='25.78773' lon='88.13138' />
+  <node id='-7070' lat='25.91334' lon='88.08804' />
+  <node id='-7072' lat='26.14417' lon='88.1844' />
+  <node id='-7074' lat='26.22216' lon='88.34757' />
+  <node id='-7076' lat='43.79494' lon='23.05288' />
+  <node id='-7078' lat='43.84843' lon='23.26772' />
+  <node id='-7080' lat='43.68218' lon='24.18149' />
+  <node id='-7082' lat='43.6831' lon='25.10718' />
+  <node id='-7084' lat='43.69263' lon='25.72792' />
+  <node id='-7086' lat='43.85745' lon='25.94911' />
+  <node id='-7088' lat='44.04356' lon='26.38764' />
+  <node id='-7090' lat='44.13555' lon='26.95141' />
+  <node id='-7092' lat='44.0141' lon='27.39757' />
+  <node id='-7094' lat='43.84193' lon='27.99558' />
+  <node id='-7096' lat='43.76' lon='28.23293' />
+  <node id='-7098' lat='41.98066' lon='28.02971' />
+  <node id='-7100' lat='42.31725' lon='22.34773' />
+  <node id='-7102' lat='42.87774' lon='22.54302' />
+  <node id='-7104' lat='43.6558' lon='22.47582' />
+  <node id='-7106' lat='43.81281' lon='22.35558' />
+  <node id='-7108' lat='44.00514' lon='22.41449' />
+  <node id='-7110' lat='44.06534' lon='22.61688' />
+  <node id='-7112' lat='44.07694' lon='23.04988' />
+  <node id='-7114' lat='43.84452' lon='22.85314' />
+  <node id='-7116' lat='26.30758' lon='50.93865' />
+  <node id='-7118' lat='25.54641' lon='50.80824' />
+  <node id='-7120' lat='26.08243' lon='50.26923' />
+  <node id='-7122' lat='45.04489' lon='17.84826' />
+  <node id='-7124' lat='45.07654' lon='18.1624' />
+  <node id='-7126' lat='44.90669' lon='18.76347' />
+  <node id='-7128' lat='44.85097' lon='18.8704' />
+  <node id='-7130' lat='44.85493' lon='19.01994' />
+  <node id='-7132' lat='44.65412' lon='19.26388' />
+  <node id='-7134' lat='43.98764' lon='19.23465' />
+  <node id='-7136' lat='43.79668' lon='19.3986' />
+  <node id='-7138' lat='42.55921' lon='18.43735' />
+  <node id='-7140' lat='42.97223' lon='17.70879' />
+  <node id='-7142' lat='43.08595' lon='17.64268' />
+  <node id='-7144' lat='43.16559' lon='17.46986' />
+  <node id='-7146' lat='43.76011' lon='16.80736' />
+  <node id='-7148' lat='44.02826' lon='16.43629' />
+  <node id='-7150' lat='44.27012' lon='16.18688' />
+  <node id='-7152' lat='44.82334' lon='15.72584' />
+  <node id='-7154' lat='44.8455' lon='15.79472' />
+  <node id='-7156' lat='45.09616' lon='16.12153' />
+  <node id='-7158' lat='56.16964' lon='28.15217' />
+  <node id='-7160' lat='55.98971' lon='29.21717' />
+  <node id='-7162' lat='55.8358' lon='30.12136' />
+  <node id='-7164' lat='54.50361' lon='31.08543' />
+  <node id='-7166' lat='54.0837' lon='31.89599' />
+  <node id='-7168' lat='53.80015' lon='31.77028' />
+  <node id='-7170' lat='53.7166' lon='32.36663' />
+  <node id='-7172' lat='53.07594' lon='32.15368' />
+  <node id='-7174' lat='52.07775' lon='30.95589' />
+  <node id='-7176' lat='51.48372' lon='29.54372' />
+  <node id='-7178' lat='51.5664' lon='28.64429' />
+  <node id='-7180' lat='51.66713' lon='27.20948' />
+  <node id='-7182' lat='51.87315' lon='26.39367' />
+  <node id='-7184' lat='51.66979' lon='24.13075' />
+  <node id='-7186' lat='52.11264' lon='23.61' />
+  <node id='-7188' lat='52.22848' lon='23.20071' />
+  <node id='-7190' lat='52.6149' lon='23.73615' />
+  <node id='-7192' lat='52.71332' lon='23.93763' />
+  <node id='-7194' lat='53.24131' lon='23.81995' />
+  <node id='-7196' lat='55.67968' lon='26.63231' />
+  <node id='-7198' lat='18.49048' lon='-88.3268' />
+  <node id='-7200' lat='18.47591' lon='-88.29909' />
+  <node id='-7202' lat='18.41778' lon='-88.03238' />
+  <node id='-7204' lat='18.16657' lon='-88.03165' />
+  <node id='-7206' lat='-15.09515' lon='-60.23968' />
+  <node id='-7208' lat='-15.50267' lon='-60.23797' />
+  <node id='-7210' lat='-17.8431' lon='-57.69877' />
+  <node id='-7212' lat='-19.76276' lon='-58.14215' />
+  <node id='-7214' lat='-19.98346' lon='-57.8496' />
+  <node id='-7216' lat='-19.80058' lon='-58.23216' />
+  <node id='-7218' lat='-19.29148' lon='-59.06965' />
+  <node id='-7220' lat='-19.2981' lon='-60.00638' />
+  <node id='-7222' lat='-19.63958' lon='-61.73723' />
+  <node id='-7224' lat='-20.55311' lon='-62.26883' />
+  <node id='-7226' lat='-21.06657' lon='-62.2757' />
+  <node id='-7228' lat='-22.25091' lon='-62.64455' />
+  <node id='-7230' lat='-22.08255' lon='-64.99524' />
+  <node id='-7232' lat='-19.72118' lon='-68.66761' />
+  <node id='-7234' lat='-18.93302' lon='-68.94987' />
+  <node id='-7236' lat='-16.16668' lon='-69.20291' />
+  <node id='-7238' lat='-13.68546' lon='-69.05265' />
+  <node id='-7240' lat='-10.94555' lon='-69.57156' />
+  <node id='-7242' lat='-10.35141' lon='-65.37923' />
+  <node id='-7244' lat='4.34069' lon='-59.69361' />
+  <node id='-7246' lat='1.95135' lon='-56.47045' />
+  <node id='-7248' lat='1.83137' lon='-55.99278' />
+  <node id='-7250' lat='2.37298' lon='-52.6906' />
+  <node id='-7252' lat='-33.86894' lon='-53.18243' />
+  <node id='-7254' lat='-30.19229' lon='-57.65132' />
+  <node id='-7256' lat='-20.16193' lon='-58.16225' />
+  <node id='-7258' lat='-16.26479' lon='-60.16069' />
+  <node id='-7260' lat='-15.09887' lon='-60.58224' />
+  <node id='-7262' lat='-12.52544' lon='-63.90248' />
+  <node id='-7264' lat='-10.34016' lon='-67.17784' />
+  <node id='-7266' lat='-11.00891' lon='-68.74802' />
+  <node id='-7268' lat='-11.0108' lon='-70.64134' />
+  <node id='-7270' lat='-9.9668' lon='-71.23394' />
+  <node id='-7272' lat='-9.40904' lon='-73.21498' />
+  <node id='-7274' lat='-7.58465' lon='-73.96938' />
+  <node id='-7276' lat='-5.14765' lon='-72.83973' />
+  <node id='-7278' lat='-4.36915' lon='-70.96814' />
+  <node id='-7280' lat='-4.2431' lon='-69.94708' />
+  <node id='-7282' lat='-1.42219' lon='-69.43395' />
+  <node id='-7284' lat='1.22998' lon='-66.85795' />
+  <node id='-7286' lat='0.74585' lon='-66.28507' />
+  <node id='-7288' lat='2.79797' lon='-64.02908' />
+  <node id='-7290' lat='5.20931' lon='-60.73204' />
+  <node id='-7292' lat='12.80638' lon='-59.14146' />
+  <node id='-7294' lat='12.77667' lon='-59.88892' />
+  <node id='-7296' lat='13.58015' lon='-59.92255' />
+  <node id='-7298' lat='13.60976' lon='-59.17509' />
+  <node id='-7300' lat='5.01011' lon='115.16236' />
+  <node id='-7302' lat='4.87604' lon='115.15092' />
+  <node id='-7304' lat='4.8256' lon='115.20737' />
+  <node id='-7306' lat='4.39123' lon='115.09978' />
+  <node id='-7308' lat='4.53418' lon='115.07737' />
+  <node id='-7310' lat='4.63706' lon='115.04064' />
+  <node id='-7312' lat='4.74137' lon='115.02278' />
+  <node id='-7314' lat='4.81146' lon='114.96982' />
+  <node id='-7316' lat='4.42387' lon='114.83189' />
+  <node id='-7318' lat='4.4257' lon='114.88039' />
+  <node id='-7320' lat='4.58441' lon='114.07448' />
+  <node id='-7322' lat='4.64632' lon='114.08532' />
+  <node id='-7324' lat='4.90275' lon='115.05038' />
+  <node id='-7326' lat='27.76358' lon='91.6469' />
+  <node id='-7328' lat='27.6144' lon='91.55819' />
+  <node id='-7330' lat='27.47352' lon='92.01132' />
+  <node id='-7332' lat='26.90704' lon='90.39271' />
+  <node id='-7334' lat='27.32483' lon='88.91901' />
+  <node id='-7336' lat='-24.78725' lon='20.02809' />
+  <node id='-7338' lat='-24.76768' lon='19.99817' />
+  <node id='-7340' lat='-21.99991' lon='19.99912' />
+  <node id='-7342' lat='-22.00026' lon='20.99751' />
+  <node id='-7344' lat='-18.31743' lon='20.99904' />
+  <node id='-7346' lat='-18.31795' lon='21.45556' />
+  <node id='-7348' lat='-18.00075' lon='23.0996' />
+  <node id='-7350' lat='-17.89338' lon='24.73364' />
+  <node id='-7352' lat='10.91915' lon='22.87758' />
+  <node id='-7354' lat='9.67566' lon='23.69155' />
+  <node id='-7356' lat='4.01805' lon='15.07686' />
+  <node id='-7358' lat='4.1362' lon='15.10644' />
+  <node id='-7360' lat='4.6135' lon='14.73383' />
+  <node id='-7362' lat='7.52179' lon='15.49743' />
+  <node id='-7364' lat='42.91911' lon='-65.81187' />
+  <node id='-7366' lat='44.20069' lon='-67.16117' />
+  <node id='-7368' lat='44.95333' lon='-67.0216' />
+  <node id='-7370' lat='45.11176' lon='-67.11316' />
+  <node id='-7372' lat='45.16179' lon='-67.15965' />
+  <node id='-7374' lat='45.16771' lon='-67.19603' />
+  <node id='-7376' lat='45.1722' lon='-67.20349' />
+  <node id='-7378' lat='45.16344' lon='-67.22751' />
+  <node id='-7380' lat='45.18173' lon='-67.29748' />
+  <node id='-7382' lat='45.14865' lon='-67.29754' />
+  <node id='-7384' lat='45.122' lon='-67.34927' />
+  <node id='-7386' lat='45.27351' lon='-67.48201' />
+  <node id='-7388' lat='45.37969' lon='-67.42394' />
+  <node id='-7390' lat='45.48971' lon='-67.50578' />
+  <node id='-7392' lat='45.50584' lon='-67.42144' />
+  <node id='-7394' lat='45.59162' lon='-67.43815' />
+  <node id='-7396' lat='45.69528' lon='-67.80705' />
+  <node id='-7398' lat='45.80022' lon='-67.80653' />
+  <node id='-7400' lat='45.82324' lon='-67.75654' />
+  <node id='-7402' lat='45.87531' lon='-67.80961' />
+  <node id='-7404' lat='45.9392' lon='-67.78111' />
+  <node id='-7406' lat='47.06473' lon='-67.78578' />
+  <node id='-7408' lat='47.1925' lon='-67.94843' />
+  <node id='-7410' lat='47.35712' lon='-68.23244' />
+  <node id='-7412' lat='47.35851' lon='-68.37458' />
+  <node id='-7414' lat='47.28723' lon='-68.38332' />
+  <node id='-7416' lat='47.28431' lon='-68.57914' />
+  <node id='-7418' lat='47.1807' lon='-68.89222' />
+  <node id='-7420' lat='47.2456' lon='-69.05039' />
+  <node id='-7422' lat='47.42012' lon='-69.05148' />
+  <node id='-7424' lat='47.46461' lon='-69.22119' />
+  <node id='-7426' lat='46.69543' lon='-69.99966' />
+  <node id='-7428' lat='46.41768' lon='-70.05812' />
+  <node id='-7430' lat='46.35357' lon='-70.18547' />
+  <node id='-7432' lat='45.96424' lon='-70.31025' />
+  <node id='-7434' lat='45.95138' lon='-70.24694' />
+  <node id='-7436' lat='45.89675' lon='-70.25976' />
+  <node id='-7438' lat='45.79497' lon='-70.41523' />
+  <node id='-7440' lat='45.73215' lon='-70.38934' />
+  <node id='-7442' lat='45.49771' lon='-70.72651' />
+  <node id='-7444' lat='45.37444' lon='-70.80236' />
+  <node id='-7446' lat='45.22698' lon='-70.84816' />
+  <node id='-7448' lat='45.33895' lon='-70.95193' />
+  <node id='-7450' lat='45.30623' lon='-71.08364' />
+  <node id='-7452' lat='45.24128' lon='-71.14568' />
+  <node id='-7454' lat='45.25438' lon='-71.19723' />
+  <node id='-7456' lat='45.25184' lon='-71.22338' />
+  <node id='-7458' lat='45.29996' lon='-71.29371' />
+  <node id='-7460' lat='45.24624' lon='-71.37133' />
+  <node id='-7462' lat='45.2361' lon='-71.44252' />
+  <node id='-7464' lat='45.21382' lon='-71.40364' />
+  <node id='-7466' lat='45.12624' lon='-71.42778' />
+  <node id='-7468' lat='45.07784' lon='-71.48735' />
+  <node id='-7470' lat='45.01357' lon='-71.50067' />
+  <node id='-7472' lat='45.00606' lon='-74.8447' />
+  <node id='-7474' lat='44.98051' lon='-74.99101' />
+  <node id='-7476' lat='44.95608' lon='-75.01363' />
+  <node id='-7478' lat='44.87821' lon='-75.2193' />
+  <node id='-7480' lat='44.76614' lon='-75.41441' />
+  <node id='-7482' lat='44.51537' lon='-75.76813' />
+  <node id='-7484' lat='44.43176' lon='-75.8217' />
+  <node id='-7486' lat='44.34463' lon='-75.95947' />
+  <node id='-7488' lat='44.34896' lon='-76.00018' />
+  <node id='-7490' lat='44.28262' lon='-76.16285' />
+  <node id='-7492' lat='44.23051' lon='-76.1664' />
+  <node id='-7494' lat='44.19643' lon='-76.244' />
+  <node id='-7496' lat='44.19894' lon='-76.31222' />
+  <node id='-7498' lat='44.13493' lon='-76.35324' />
+  <node id='-7500' lat='44.09393' lon='-76.43859' />
+  <node id='-7502' lat='43.63099' lon='-76.79706' />
+  <node id='-7504' lat='43.54052' lon='-79.25796' />
+  <node id='-7506' lat='43.26183' lon='-79.06921' />
+  <node id='-7508' lat='42.93022' lon='-78.90905' />
+  <node id='-7510' lat='42.89733' lon='-78.90712' />
+  <node id='-7512' lat='42.82887' lon='-78.93684' />
+  <node id='-7514' lat='41.67615' lon='-82.67862' />
+  <node id='-7516' lat='42.04089' lon='-83.14962' />
+  <node id='-7518' lat='42.2376' lon='-83.12724' />
+  <node id='-7520' lat='42.28877' lon='-83.09837' />
+  <node id='-7522' lat='42.30978' lon='-83.07837' />
+  <node id='-7524' lat='42.33045' lon='-83.02253' />
+  <node id='-7526' lat='42.37355' lon='-82.82964' />
+  <node id='-7528' lat='42.55594' lon='-82.64242' />
+  <node id='-7530' lat='42.54984' lon='-82.58873' />
+  <node id='-7532' lat='42.5718' lon='-82.57583' />
+  <node id='-7534' lat='42.611' lon='-82.51858' />
+  <node id='-7536' lat='42.66025' lon='-82.51063' />
+  <node id='-7538' lat='42.76615' lon='-82.46613' />
+  <node id='-7540' lat='42.97626' lon='-82.4146' />
+  <node id='-7542' lat='42.992' lon='-82.42469' />
+  <node id='-7544' lat='45.30225' lon='-82.48419' />
+  <node id='-7546' lat='45.82131' lon='-83.59589' />
+  <node id='-7548' lat='45.99749' lon='-83.43746' />
+  <node id='-7550' lat='46.105' lon='-83.57017' />
+  <node id='-7552' lat='46.05922' lon='-83.90453' />
+  <node id='-7554' lat='46.05634' lon='-83.95399' />
+  <node id='-7556' lat='46.23987' lon='-84.1096' />
+  <node id='-7558' lat='46.25512' lon='-84.09756' />
+  <node id='-7560' lat='46.2681' lon='-84.11615' />
+  <node id='-7562' lat='46.50248' lon='-84.11196' />
+  <node id='-7564' lat='46.53068' lon='-84.12885' />
+  <node id='-7566' lat='46.52753' lon='-84.17723' />
+  <node id='-7568' lat='46.54061' lon='-84.1945' />
+  <node id='-7570' lat='46.53337' lon='-84.2264' />
+  <node id='-7572' lat='46.49508' lon='-84.26351' />
+  <node id='-7574' lat='46.49127' lon='-84.29893' />
+  <node id='-7576' lat='46.50683' lon='-84.34174' />
+  <node id='-7578' lat='46.49853' lon='-84.42101' />
+  <node id='-7580' lat='46.48972' lon='-84.4481' />
+  <node id='-7582' lat='46.45225' lon='-84.47607' />
+  <node id='-7584' lat='46.45974' lon='-84.55635' />
+  <node id='-7586' lat='46.88881' lon='-84.85871' />
+  <node id='-7588' lat='48.30586' lon='-88.37033' />
+  <node id='-7590' lat='48.01412' lon='-89.48837' />
+  <node id='-7592' lat='48.00023' lon='-89.57972' />
+  <node id='-7594' lat='47.98109' lon='-89.89974' />
+  <node id='-7596' lat='48.11043' lon='-90.07418' />
+  <node id='-7598' lat='48.09488' lon='-90.56312' />
+  <node id='-7600' lat='48.12184' lon='-90.56444' />
+  <node id='-7602' lat='48.09143' lon='-90.75045' />
+  <node id='-7604' lat='48.2484' lon='-90.87588' />
+  <node id='-7606' lat='48.18096' lon='-91.08016' />
+  <node id='-7608' lat='48.08522' lon='-91.25025' />
+  <node id='-7610' lat='48.04912' lon='-91.43248' />
+  <node id='-7612' lat='48.07454' lon='-91.45829' />
+  <node id='-7614' lat='48.04339' lon='-91.58025' />
+  <node id='-7616' lat='48.10611' lon='-91.55649' />
+  <node id='-7618' lat='48.11805' lon='-91.70451' />
+  <node id='-7620' lat='48.19875' lon='-91.71231' />
+  <node id='-7622' lat='48.21278' lon='-91.86125' />
+  <node id='-7624' lat='48.35958' lon='-92.05339' />
+  <node id='-7626' lat='48.35252' lon='-92.202' />
+  <node id='-7628' lat='48.25046' lon='-92.27167' />
+  <node id='-7630' lat='48.22259' lon='-92.37185' />
+  <node id='-7632' lat='48.36609' lon='-92.48147' />
+  <node id='-7634' lat='48.40624' lon='-92.45588' />
+  <node id='-7636' lat='48.44921' lon='-92.50712' />
+  <node id='-7638' lat='48.43471' lon='-92.65606' />
+  <node id='-7640' lat='48.50278' lon='-92.62747' />
+  <node id='-7642' lat='48.54133' lon='-92.6342' />
+  <node id='-7644' lat='48.54005' lon='-92.7287' />
+  <node id='-7646' lat='48.60866' lon='-92.94973' />
+  <node id='-7648' lat='48.64266' lon='-93.25391' />
+  <node id='-7650' lat='48.60948' lon='-93.40693' />
+  <node id='-7652' lat='48.59147' lon='-93.44472' />
+  <node id='-7654' lat='48.54357' lon='-93.47022' />
+  <node id='-7656' lat='48.51845' lon='-93.66382' />
+  <node id='-7658' lat='48.51631' lon='-93.79267' />
+  <node id='-7660' lat='48.52439' lon='-93.80939' />
+  <node id='-7662' lat='48.62745' lon='-93.83288' />
+  <node id='-7664' lat='48.63284' lon='-93.85769' />
+  <node id='-7666' lat='48.65202' lon='-94.23215' />
+  <node id='-7668' lat='48.65729' lon='-94.25104' />
+  <node id='-7670' lat='48.69223' lon='-94.44258' />
+  <node id='-7672' lat='48.70216' lon='-94.53826' />
+  <node id='-7674' lat='48.71803' lon='-94.58903' />
+  <node id='-7676' lat='48.77883' lon='-94.69335' />
+  <node id='-7678' lat='48.80918' lon='-94.69669' />
+  <node id='-7680' lat='48.82365' lon='-94.70486' />
+  <node id='-7682' lat='48.8339' lon='-94.70087' />
+  <node id='-7684' lat='48.84077' lon='-94.687' />
+  <node id='-7686' lat='49.09931' lon='-94.75017' />
+  <node id='-7688' lat='49.29483' lon='-94.82487' />
+  <node id='-7690' lat='49.32299' lon='-94.8159' />
+  <node id='-7692' lat='49.32492' lon='-94.85381' />
+  <node id='-7694' lat='49.37035' lon='-94.95681' />
+  <node id='-7696' lat='49.35647' lon='-95.01419' />
+  <node id='-7698' lat='49.35311' lon='-95.05825' />
+  <node id='-7700' lat='49.384' lon='-95.15357' />
+  <node id='-7702' lat='48.9996' lon='-95.15355' />
+  <node id='-7704' lat='72.20369' lon='-141.00555' />
+  <node id='-7706' lat='45.93987' lon='-51.16966' />
+  <node id='-7708' lat='46.64935' lon='-55.8643' />
+  <node id='-7710' lat='47.31192' lon='-56.25228' />
+  <node id='-7712' lat='47.38123' lon='-57.60106' />
+  <node id='-7714' lat='51.98254' lon='126.44606' />
+  <node id='-7716' lat='51.70607' lon='126.68349' />
+  <node id='-7718' lat='50.23503' lon='127.60515' />
+  <node id='-7720' lat='46.46681' lon='133.84104' />
+  <node id='-7722' lat='46.4274' lon='133.91496' />
+  <node id='-7724' lat='46.05576' lon='133.72695' />
+  <node id='-7726' lat='45.1332' lon='133.12293' />
+  <node id='-7728' lat='45.05916' lon='132.83978' />
+  <node id='-7730' lat='45.2567' lon='131.99417' />
+  <node id='-7732' lat='44.04262' lon='131.30365' />
+  <node id='-7734' lat='42.84753' lon='130.66524' />
+  <node id='-7736' lat='42.9027' lon='130.26095' />
+  <node id='-7738' lat='42.96494' lon='129.85261' />
+  <node id='-7740' lat='42.06657' lon='128.96068' />
+  <node id='-7742' lat='42.03537' lon='128.94007' />
+  <node id='-7744' lat='42.01769' lon='128.04487' />
+  <node id='-7746' lat='41.60322' lon='128.30716' />
+  <node id='-7748' lat='41.40895' lon='128.20061' />
+  <node id='-7750' lat='41.79955' lon='126.90729' />
+  <node id='-7752' lat='40.11047' lon='124.38556' />
+  <node id='-7754' lat='40.05573' lon='124.3322' />
+  <node id='-7756' lat='24.49266' lon='118.56434' />
+  <node id='-7758' lat='24.51645' lon='118.35291' />
+  <node id='-7760' lat='24.51231' lon='118.28244' />
+  <node id='-7762' lat='24.38193' lon='118.09488' />
+  <node id='-7764' lat='24.06775' lon='118.41371' />
+  <node id='-7766' lat='21.53604' lon='108.0569' />
+  <node id='-7768' lat='21.77659' lon='101.11744' />
+  <node id='-7770' lat='21.67396' lon='100.87265' />
+  <node id='-7772' lat='22.15874' lon='99.1552' />
+  <node id='-7774' lat='22.85726' lon='99.45654' />
+  <node id='-7776' lat='22.94086' lon='99.43537' />
+  <node id='-7778' lat='22.90014' lon='99.54218' />
+  <node id='-7780' lat='23.08218' lon='99.52214' />
+  <node id='-7782' lat='23.18656' lon='98.88597' />
+  <node id='-7784' lat='24.15624' lon='98.87998' />
+  <node id='-7786' lat='24.11406' lon='98.20666' />
+  <node id='-7788' lat='23.84574' lon='97.64667' />
+  <node id='-7790' lat='23.94032' lon='97.5247' />
+  <node id='-7792' lat='24.16902' lon='97.75305' />
+  <node id='-7794' lat='24.76475' lon='97.56648' />
+  <node id='-7796' lat='26.09165' lon='98.66884' />
+  <node id='-7798' lat='26.85615' lon='98.7333' />
+  <node id='-7800' lat='28.21385' lon='97.34547' />
+  <node id='-7802' lat='29.20797' lon='95.72086' />
+  <node id='-7804' lat='29.31739' lon='94.69318' />
+  <node id='-7806' lat='28.68821' lon='93.72797' />
+  <node id='-7808' lat='28.67189' lon='93.44621' />
+  <node id='-7810' lat='28.15018' lon='92.67486' />
+  <node id='-7812' lat='27.95417' lon='88.1278' />
+  <node id='-7814' lat='31.60631' lon='78.84516' />
+  <node id='-7816' lat='32.00384' lon='78.74404' />
+  <node id='-7818' lat='32.38051' lon='79.0979' />
+  <node id='-7820' lat='32.47766' lon='79.13174' />
+  <node id='-7822' lat='32.53277' lon='79.26768' />
+  <node id='-7824' lat='33.56521' lon='78.73636' />
+  <node id='-7826' lat='34.03195' lon='78.65657' />
+  <node id='-7828' lat='34.61484' lon='78.27781' />
+  <node id='-7830' lat='35.48022' lon='78.11664' />
+  <node id='-7832' lat='35.66062' lon='76.77323' />
+  <node id='-7834' lat='36.13136' lon='75.93028' />
+  <node id='-7836' lat='36.7529' lon='75.72737' />
+  <node id='-7838' lat='37.03023' lon='74.56453' />
+  <node id='-7840' lat='37.23275' lon='74.88887' />
+  <node id='-7842' lat='37.77486' lon='75.00935' />
+  <node id='-7844' lat='38.66449' lon='73.80656' />
+  <node id='-7846' lat='39.24534' lon='73.60638' />
+  <node id='-7848' lat='39.46425' lon='73.59831' />
+  <node id='-7850' lat='39.47879' lon='73.87018' />
+  <node id='-7852' lat='39.60733' lon='73.94683' />
+  <node id='-7854' lat='39.76136' lon='73.83006' />
+  <node id='-7856' lat='40.04378' lon='73.97049' />
+  <node id='-7858' lat='40.13191' lon='74.25533' />
+  <node id='-7860' lat='40.34668' lon='74.69875' />
+  <node id='-7862' lat='42.21166' lon='80.17807' />
+  <node id='-7864' lat='42.23797' lon='80.26841' />
+  <node id='-7866' lat='42.61137' lon='80.16892' />
+  <node id='-7868' lat='42.8366' lon='80.26886' />
+  <node id='-7870' lat='42.83142' lon='80.38169' />
+  <node id='-7872' lat='42.9011' lon='80.58999' />
+  <node id='-7874' lat='43.141' lon='80.62913' />
+  <node id='-7876' lat='43.14235' lon='80.78817' />
+  <node id='-7878' lat='43.30065' lon='80.77771' />
+  <node id='-7880' lat='43.32589' lon='80.69718' />
+  <node id='-7882' lat='43.44948' lon='80.75156' />
+  <node id='-7884' lat='49.12432' lon='86.87238' />
+  <node id='-7886' lat='49.11626' lon='87.28386' />
+  <node id='-7888' lat='48.89582' lon='87.73822' />
+  <node id='-7890' lat='46.99399' lon='90.76108' />
+  <node id='-7892' lat='45.49314' lon='90.65114' />
+  <node id='-7894' lat='44.25274' lon='95.01191' />
+  <node id='-7896' lat='44.2805' lon='95.39772' />
+  <node id='-7898' lat='43.99353' lon='95.52594' />
+  <node id='-7900' lat='43.2528' lon='95.89543' />
+  <node id='-7902' lat='42.90363' lon='96.35658' />
+  <node id='-7904' lat='42.72055' lon='96.37926' />
+  <node id='-7906' lat='42.50074' lon='101.80515' />
+  <node id='-7908' lat='41.66113' lon='104.51667' />
+  <node id='-7910' lat='41.58382' lon='105.01119' />
+  <node id='-7912' lat='42.40898' lon='107.57258' />
+  <node id='-7914' lat='44.3461' lon='111.40498' />
+  <node id='-7916' lat='44.98032' lon='111.76275' />
+  <node id='-7918' lat='45.38337' lon='114.54801' />
+  <node id='-7920' lat='45.43585' lon='114.74612' />
+  <node id='-7922' lat='45.37377' lon='114.94546' />
+  <node id='-7924' lat='45.45761' lon='115.69688' />
+  <node id='-7926' lat='45.68603' lon='116.16989' />
+  <node id='-7928' lat='45.78637' lon='116.27366' />
+  <node id='-7930' lat='45.8778' lon='116.24012' />
+  <node id='-7932' lat='46.38637' lon='116.83166' />
+  <node id='-7934' lat='46.36335' lon='117.36609' />
+  <node id='-7936' lat='46.63783' lon='119.42827' />
+  <node id='-7938' lat='47.42617' lon='119.31964' />
+  <node id='-7940' lat='47.53997' lon='119.13995' />
+  <node id='-7942' lat='47.76947' lon='118.7564' />
+  <node id='-7944' lat='47.63627' lon='117.37875' />
+  <node id='-7946' lat='47.87766' lon='116.2527' />
+  <node id='-7948' lat='47.67741' lon='115.94296' />
+  <node id='-7950' lat='48.15367' lon='115.52082' />
+  <node id='-7952' lat='48.81716' lon='116.06565' />
+  <node id='-7954' lat='48.87014' lon='116.03781' />
+  <node id='-7956' lat='49.68482' lon='117.07142' />
+  <node id='-7958' lat='49.62544' lon='117.27597' />
+  <node id='-7960' lat='49.62324' lon='117.48208' />
+  <node id='-7962' lat='50.00276' lon='119.11003' />
+  <node id='-7964' lat='50.37412' lon='119.13553' />
+  <node id='-7966' lat='51.93544' lon='120.65907' />
+  <node id='-7968' lat='52.32447' lon='120.61346' />
+  <node id='-7970' lat='52.54099' lon='120.71673' />
+  <node id='-7972' lat='53.31888' lon='121.39213' />
+  <node id='-7974' lat='53.47395' lon='122.85966' />
+  <node id='-7976' lat='53.54843' lon='123.26989' />
+  <node id='-7978' lat='47.79998' lon='8.61657' />
+  <node id='-7980' lat='47.67462' lon='8.79511' />
+  <node id='-7982' lat='47.7075' lon='8.76965' />
+  <node id='-7984' lat='47.72059' lon='8.77309' />
+  <node id='-7986' lat='47.73821' lon='8.80663' />
+  <node id='-7988' lat='47.64769' lon='8.89946' />
+  <node id='-7990' lat='47.66389' lon='9.13845' />
+  <node id='-7992' lat='46.61003' lon='10.10307' />
+  <node id='-7994' lat='45.85653' lon='7.10685' />
+  <node id='-7996' lat='46.42661' lon='6.82312' />
+  <node id='-7998' lat='47.06616' lon='6.68823' />
+  <node id='-8000' lat='47.24338' lon='6.9508' />
+  <node id='-8002' lat='47.49432' lon='6.98425' />
+  <node id='-8004' lat='47.44312' lon='7.17026' />
+  <node id='-8006' lat='47.59017' lon='7.58945' />
+  <node id='-8008' lat='47.54599' lon='7.75261' />
+  <node id='-8010' lat='47.55691' lon='7.79486' />
+  <node id='-8012' lat='47.55493' lon='7.97581' />
+  <node id='-8014' lat='47.57918' lon='8.10395' />
+  <node id='-8016' lat='47.62141' lon='8.20617' />
+  <node id='-8018' lat='47.60603' lon='8.29722' />
+  <node id='-8020' lat='47.56608' lon='8.38273' />
+  <node id='-8022' lat='47.63476' lon='8.51686' />
+  <node id='-8024' lat='47.67258' lon='8.6052' />
+  <node id='-8026' lat='47.66059' lon='8.52801' />
+  <node id='-8028' lat='47.66676' lon='8.41346' />
+  <node id='-8030' lat='47.77215' lon='8.48868' />
+  <node id='-8032' lat='47.78001' lon='8.56814' />
+  <node id='-8034' lat='-54.92205' lon='-67.46182' />
+  <node id='-8036' lat='-19.40499' lon='-68.41218' />
+  <node id='-8038' lat='-22.87076' lon='-67.85114' />
+  <node id='-8040' lat='-18.35072' lon='-70.59118' />
+  <node id='-8042' lat='10.43177' lon='-5.51058' />
+  <node id='-8044' lat='9.49343' lon='-2.68802' />
+  <node id='-8046' lat='8.20872' lon='-2.49037' />
+  <node id='-8048' lat='5.10657' lon='-2.75502' />
+  <node id='-8050' lat='4.17519' lon='-3.34019' />
+  <node id='-8052' lat='4.35145' lon='-7.53259' />
+  <node id='-8054' lat='6.50612' lon='-8.59456' />
+  <node id='-8056' lat='7.55676' lon='-8.47114' />
+  <node id='-8058' lat='12.62963' lon='14.83314' />
+  <node id='-8060' lat='12.3269' lon='14.90827' />
+  <node id='-8062' lat='11.79313' lon='15.11579' />
+  <node id='-8064' lat='10.80921' lon='15.06737' />
+  <node id='-8066' lat='9.99344' lon='15.68761' />
+  <node id='-8068' lat='9.92876' lon='15.41408' />
+  <node id='-8070' lat='10.00264' lon='14.4673' />
+  <node id='-8072' lat='10.00055' lon='14.20411' />
+  <node id='-8074' lat='9.82413' lon='14.1317' />
+  <node id='-8076' lat='9.6365' lon='13.97544' />
+  <node id='-8078' lat='9.19611' lon='14.35707' />
+  <node id='-8080' lat='8.50892' lon='15.20426' />
+  <node id='-8082' lat='7.7696' lon='15.59272' />
+  <node id='-8084' lat='7.58936' lon='15.56964' />
+  <node id='-8086' lat='2.21537' lon='16.19357' />
+  <node id='-8088' lat='2.16106' lon='13.29457' />
+  <node id='-8090' lat='2.16561' lon='9.991' />
+  <node id='-8092' lat='2.33797' lon='9.81162' />
+  <node id='-8094' lat='4.06346' lon='8.6479' />
+  <node id='-8096' lat='4.30689' lon='8.34397' />
+  <node id='-8098' lat='13.0797' lon='14.08251' />
+  <node id='-8100' lat='13.08259' lon='14.46881' />
+  <node id='-8102' lat='35.70297' lon='32.82353' />
+  <node id='-8104' lat='-2.7416' lon='29.04081' />
+  <node id='-8106' lat='-6.2731' lon='29.52552' />
+  <node id='-8108' lat='-8.27382' lon='30.79243' />
+  <node id='-8110' lat='-8.4831' lon='28.88917' />
+  <node id='-8112' lat='-9.92942' lon='28.62795' />
+  <node id='-8114' lat='-13.44683' lon='29.81551' />
+  <node id='-8116' lat='3.47564' lon='18.62755' />
+  <node id='-8118' lat='-4.63739' lon='13.09648' />
+  <node id='-8120' lat='-5.02627' lon='12.00924' />
+  <node id='-8122' lat='-5.33417' lon='11.50888' />
+  <node id='-8124' lat='-4.39519' lon='10.75913' />
+  <node id='-8126' lat='-3.68942' lon='11.68608' />
+  <node id='-8128' lat='-3.62768' lon='11.92719' />
+  <node id='-8130' lat='-3.5812' lon='11.8318' />
+  <node id='-8132' lat='-2.41704' lon='12.04895' />
+  <node id='-8134' lat='-2.43224' lon='13.47977' />
+  <node id='-8136' lat='-1.97624' lon='14.25932' />
+  <node id='-8138' lat='-1.89412' lon='14.41838' />
+  <node id='-8140' lat='-0.57818' lon='14.52569' />
+  <node id='-8142' lat='-0.2287' lon='13.90632' />
+  <node id='-8144' lat='0.57255' lon='14.26066' />
+  <node id='-8146' lat='12.65801' lon='-71.19849' />
+  <node id='-8148' lat='11.85' lon='-71.3275' />
+  <node id='-8150' lat='6.1072' lon='-69.41843' />
+  <node id='-8152' lat='3.38393' lon='-67.30945' />
+  <node id='-8154' lat='2.35778' lon='-67.21967' />
+  <node id='-8156' lat='-3.7921' lon='-70.71396' />
+  <node id='-8158' lat='-2.73906' lon='-70.04609' />
+  <node id='-8160' lat='-0.97229' lon='-74.26675' />
+  <node id='-8162' lat='1.47457' lon='-78.87137' />
+  <node id='-8164' lat='7.07793' lon='-78.06168' />
+  <node id='-8166' lat='8.81247' lon='-77.32389' />
+  <node id='-8168' lat='9.65379' lon='-82.51044' />
+  <node id='-8170' lat='9.57279' lon='-82.56507' />
+  <node id='-8172' lat='8.10219' lon='-82.88641' />
+  <node id='-8174' lat='8.05755' lon='-82.89137' />
+  <node id='-8176' lat='7.93865' lon='-82.94503' />
+  <node id='-8178' lat='11.09059' lon='-86.14524' />
+  <node id='-8180' lat='35.04253' lon='33.76106' />
+  <node id='-8182' lat='35.05321' lon='33.73824' />
+  <node id='-8184' lat='36.10954' lon='35.51152' />
+  <node id='-8186' lat='34.9976' lon='33.77312' />
+  <node id='-8188' lat='34.99518' lon='33.77553' />
+  <node id='-8190' lat='34.99582' lon='33.78516' />
+  <node id='-8192' lat='34.98914' lon='33.79191' />
+  <node id='-8194' lat='34.98854' lon='33.78917' />
+  <node id='-8196' lat='34.98951' lon='33.78571' />
+  <node id='-8198' lat='34.98699' lon='33.78318' />
+  <node id='-8200' lat='34.988' lon='33.77843' />
+  <node id='-8202' lat='34.98981' lon='33.7778' />
+  <node id='-8204' lat='34.99188' lon='33.76738' />
+  <node id='-8206' lat='34.99543' lon='33.76605' />
+  <node id='-8208' lat='34.99916' lon='33.75682' />
+  <node id='-8210' lat='35.00113' lon='33.75994' />
+  <node id='-8212' lat='35.01053' lon='33.74144' />
+  <node id='-8214' lat='35.01178' lon='33.7343' />
+  <node id='-8216' lat='35.02181' lon='33.73781' />
+  <node id='-8218' lat='35.02329' lon='33.74265' />
+  <node id='-8220' lat='35.02274' lon='33.74983' />
+  <node id='-8222' lat='35.01319' lon='33.7492' />
+  <node id='-8224' lat='34.96623' lon='33.90075' />
+  <node id='-8226' lat='34.49942' lon='33.26744' />
+  <node id='-8228' lat='34.64424' lon='33.0138' />
+  <node id='-8230' lat='34.63446' lon='32.96718' />
+  <node id='-8232' lat='34.62919' lon='32.95891' />
+  <node id='-8234' lat='34.64075' lon='32.95323' />
+  <node id='-8236' lat='34.66462' lon='32.95325' />
+  <node id='-8238' lat='34.66112' lon='32.97079' />
+  <node id='-8240' lat='34.65277' lon='32.97736' />
+  <node id='-8242' lat='34.65518' lon='32.99014' />
+  <node id='-8244' lat='34.68061' lon='32.99135' />
+  <node id='-8246' lat='34.67907' lon='32.94683' />
+  <node id='-8248' lat='34.66241' lon='32.93449' />
+  <node id='-8250' lat='34.66736' lon='32.92807' />
+  <node id='-8252' lat='34.67091' lon='32.93043' />
+  <node id='-8254' lat='34.67343' lon='32.91398' />
+  <node id='-8256' lat='34.66102' lon='32.9068' />
+  <node id='-8258' lat='34.68734' lon='32.86167' />
+  <node id='-8260' lat='34.70585' lon='32.86014' />
+  <node id='-8262' lat='34.70622' lon='32.82717' />
+  <node id='-8264' lat='34.67883' lon='32.79433' />
+  <node id='-8266' lat='34.68318' lon='32.76136' />
+  <node id='-8268' lat='34.64985' lon='32.75515' />
+  <node id='-8270' lat='34.43926' lon='32.74412' />
+  <node id='-8272' lat='34.37973' lon='32.10341' />
+  <node id='-8274' lat='35.1606' lon='31.71872' />
+  <node id='-8276' lat='50.86966' lon='14.82803' />
+  <node id='-8278' lat='49.6815' lon='18.80479' />
+  <node id='-8280' lat='49.51672' lon='18.84521' />
+  <node id='-8282' lat='48.87602' lon='17.19355' />
+  <node id='-8284' lat='54.12784' lon='14.20811' />
+  <node id='-8286' lat='54.85841' lon='9.20571' />
+  <node id='-8288' lat='54.84726' lon='9.24631' />
+  <node id='-8290' lat='54.83432' lon='9.23445' />
+  <node id='-8292' lat='54.8112' lon='9.2474' />
+  <node id='-8294' lat='54.84254' lon='9.41213' />
+  <node id='-8296' lat='54.82586' lon='9.43155' />
+  <node id='-8298' lat='54.83131' lon='9.4659' />
+  <node id='-8300' lat='54.73883' lon='10.16755' />
+  <node id='-8302' lat='54.65968' lon='10.31111' />
+  <node id='-8304' lat='54.38543' lon='11.90309' />
+  <node id='-8306' lat='48.76988' lon='13.84023' />
+  <node id='-8308' lat='47.53629' lon='9.55125' />
+  <node id='-8310' lat='47.65939' lon='9.25619' />
+  <node id='-8312' lat='47.65513' lon='9.1705' />
+  <node id='-8314' lat='47.6868' lon='9.02093' />
+  <node id='-8316' lat='47.65441' lon='8.87625' />
+  <node id='-8318' lat='47.68209' lon='8.85065' />
+  <node id='-8320' lat='47.70504' lon='8.86989' />
+  <node id='-8322' lat='47.71458' lon='8.82002' />
+  <node id='-8324' lat='47.69282' lon='8.72809' />
+  <node id='-8326' lat='47.69651' lon='8.72617' />
+  <node id='-8328' lat='47.7169' lon='8.73671' />
+  <node id='-8330' lat='47.7626' lon='8.62408' />
+  <node id='-8332' lat='47.80633' lon='8.56415' />
+  <node id='-8334' lat='47.61897' lon='8.50747' />
+  <node id='-8336' lat='47.58854' lon='7.88664' />
+  <node id='-8338' lat='47.58798' lon='7.81901' />
+  <node id='-8340' lat='47.54219' lon='7.71961' />
+  <node id='-8342' lat='47.63849' lon='7.5591' />
+  <node id='-8344' lat='47.65115' lon='7.53384' />
+  <node id='-8346' lat='47.66437' lon='7.52067' />
+  <node id='-8348' lat='47.68335' lon='7.51915' />
+  <node id='-8350' lat='47.70197' lon='7.51266' />
+  <node id='-8352' lat='47.71635' lon='7.53722' />
+  <node id='-8354' lat='47.72912' lon='7.54761' />
+  <node id='-8356' lat='47.77747' lon='7.52921' />
+  <node id='-8358' lat='48.54758' lon='7.80167' />
+  <node id='-8360' lat='48.5857' lon='7.80057' />
+  <node id='-8362' lat='48.87985' lon='8.12813' />
+  <node id='-8364' lat='48.95825' lon='8.19989' />
+  <node id='-8366' lat='48.95856' lon='8.20031' />
+  <node id='-8368' lat='48.97833' lon='8.14189' />
+  <node id='-8370' lat='49.03161' lon='7.97783' />
+  <node id='-8372' lat='49.05544' lon='7.93641' />
+  <node id='-8374' lat='49.03499' lon='7.86386' />
+  <node id='-8376' lat='49.05428' lon='7.63618' />
+  <node id='-8378' lat='49.13915' lon='7.49172' />
+  <node id='-8380' lat='49.17' lon='7.49473' />
+  <node id='-8382' lat='49.17308' lon='7.3662' />
+  <node id='-8384' lat='49.28065' lon='6.66583' />
+  <node id='-8386' lat='49.46546' lon='6.40274' />
+  <node id='-8388' lat='49.4667' lon='6.39168' />
+  <node id='-8390' lat='49.46463' lon='6.38352' />
+  <node id='-8392' lat='49.48931' lon='6.36907' />
+  <node id='-8394' lat='49.55171' lon='6.38072' />
+  <node id='-8396' lat='49.57053' lon='6.35825' />
+  <node id='-8398' lat='49.59946' lon='6.385' />
+  <node id='-8400' lat='49.60081' lon='6.39822' />
+  <node id='-8402' lat='49.61723' lon='6.41861' />
+  <node id='-8404' lat='49.65722' lon='6.4413' />
+  <node id='-8406' lat='49.66078' lon='6.42726' />
+  <node id='-8408' lat='49.66857' lon='6.42937' />
+  <node id='-8410' lat='49.69092' lon='6.46048' />
+  <node id='-8412' lat='49.75292' lon='6.50174' />
+  <node id='-8414' lat='49.81164' lon='6.45425' />
+  <node id='-8416' lat='49.81591' lon='6.42521' />
+  <node id='-8418' lat='49.85032' lon='6.36576' />
+  <node id='-8420' lat='49.84974' lon='6.34267' />
+  <node id='-8422' lat='49.88203' lon='6.26146' />
+  <node id='-8424' lat='49.89972' lon='6.23496' />
+  <node id='-8426' lat='49.94955' lon='6.22094' />
+  <node id='-8428' lat='49.97086' lon='6.16466' />
+  <node id='-8430' lat='49.98518' lon='6.1701' />
+  <node id='-8432' lat='49.99563' lon='6.14147' />
+  <node id='-8434' lat='50.01849' lon='6.1295' />
+  <node id='-8436' lat='50.02019' lon='6.13273' />
+  <node id='-8438' lat='50.02207' lon='6.14666' />
+  <node id='-8440' lat='50.02929' lon='6.13044' />
+  <node id='-8442' lat='50.05916' lon='6.11274' />
+  <node id='-8444' lat='50.77453' lon='6.02624' />
+  <node id='-8446' lat='50.79992' lon='5.97497' />
+  <node id='-8448' lat='50.80988' lon='5.98404' />
+  <node id='-8450' lat='50.89307' lon='6.07486' />
+  <node id='-8452' lat='50.92066' lon='6.09297' />
+  <node id='-8454' lat='50.93367' lon='6.01615' />
+  <node id='-8456' lat='50.98303' lon='6.02697' />
+  <node id='-8458' lat='51.07469' lon='5.98292' />
+  <node id='-8460' lat='51.54096' lon='6.18017' />
+  <node id='-8462' lat='51.60564' lon='6.09055' />
+  <node id='-8464' lat='51.85395' lon='6.47179' />
+  <node id='-8466' lat='52.40237' lon='7.03417' />
+  <node id='-8468' lat='52.488' lon='6.69507' />
+  <node id='-8470' lat='52.65375' lon='6.77307' />
+  <node id='-8472' lat='52.63318' lon='7.04557' />
+  <node id='-8474' lat='53.20058' lon='7.21679' />
+  <node id='-8476' lat='53.31866' lon='7.19052' />
+  <node id='-8478' lat='53.32672' lon='7.00198' />
+  <node id='-8480' lat='53.44221' lon='6.91025' />
+  <node id='-8482' lat='54.20039' lon='5.45168' />
+  <node id='-8484' lat='55.09613' lon='8.02459' />
+  <node id='-8486' lat='55.06747' lon='8.45719' />
+  <node id='-8488' lat='54.91069' lon='8.63979' />
+  <node id='-8490' lat='11.70983' lon='43.42425' />
+  <node id='-8492' lat='10.97127' lon='41.80056' />
+  <node id='-8494' lat='11.72361' lon='41.82878' />
+  <node id='-8496' lat='11.81157' lon='41.95461' />
+  <node id='-8498' lat='12.46478' lon='42.4037' />
+  <node id='-8500' lat='12.79154' lon='43.29075' />
+  <node id='-8502' lat='12.59711' lon='43.32909' />
+  <node id='-8504' lat='56.04345' lon='12.65312' />
+  <node id='-8506' lat='54.91837' lon='8.55769' />
+  <node id='-8508' lat='57.35913' lon='7.28637' />
+  <node id='-8510' lat='58.38489' lon='10.40861' />
+  <node id='-8512' lat='18.97186' lon='-67.99519' />
+  <node id='-8514' lat='17.83927' lon='-68.20301' />
+  <node id='-8516' lat='17.20162' lon='-71.87936' />
+  <node id='-8518' lat='18.03456' lon='-71.75671' />
+  <node id='-8520' lat='18.78423' lon='-71.71885' />
+  <node id='-8522' lat='20.08703' lon='-72.17094' />
+  <node id='-8524' lat='35.73669' lon='8.26472' />
+  <node id='-8526' lat='35.29884' lon='8.30329' />
+  <node id='-8528' lat='34.57575' lon='8.20482' />
+  <node id='-8530' lat='34.06493' lon='7.52851' />
+  <node id='-8532' lat='32.83483' lon='8.31895' />
+  <node id='-8534' lat='32.50101' lon='8.35999' />
+  <node id='-8536' lat='30.16738' lon='9.3876' />
+  <node id='-8538' lat='23.51735' lon='11.96886' />
+  <node id='-8540' lat='20.87258' lon='7.48273' />
+  <node id='-8542' lat='20.79165' lon='7.38361' />
+  <node id='-8544' lat='19.45101' lon='5.8153' />
+  <node id='-8546' lat='19.14224' lon='4.26651' />
+  <node id='-8548' lat='21.12843' lon='1.15698' />
+  <node id='-8550' lat='24.99935' lon='-4.83423' />
+  <node id='-8552' lat='27.6666' lon='-8.66879' />
+  <node id='-8554' lat='28.71194' lon='-8.6715' />
+  <node id='-8556' lat='29.50924' lon='-6.95824' />
+  <node id='-8558' lat='29.51623' lon='-6.69965' />
+  <node id='-8560' lat='29.61407' lon='-5.75616' />
+  <node id='-8562' lat='29.48103' lon='-5.58831' />
+  <node id='-8564' lat='30.67539' lon='-3.64735' />
+  <node id='-8566' lat='30.85566' lon='-3.65418' />
+  <node id='-8568' lat='31.6339' lon='-3.66314' />
+  <node id='-8570' lat='32.16603' lon='-2.46166' />
+  <node id='-8572' lat='32.52467' lon='-0.9912' />
+  <node id='-8574' lat='32.73628' lon='-1.37794' />
+  <node id='-8576' lat='32.95499' lon='-1.54244' />
+  <node id='-8578' lat='34.10405' lon='-1.64666' />
+  <node id='-8580' lat='34.39018' lon='-1.78042' />
+  <node id='-8582' lat='34.48056' lon='-1.69788' />
+  <node id='-8584' lat='-0.11943' lon='-75.25764' />
+  <node id='-8586' lat='-0.9374' lon='-75.3872' />
+  <node id='-8588' lat='-1.55961' lon='-75.57429' />
+  <node id='-8590' lat='-2.12179' lon='-76.05203' />
+  <node id='-8592' lat='-2.58397' lon='-76.6324' />
+  <node id='-8594' lat='-3.05454' lon='-77.94147' />
+  <node id='-8596' lat='-5.01481' lon='-79.01659' />
+  <node id='-8598' lat='-3.431' lon='-80.20647' />
+  <node id='-8600' lat='-3.39149' lon='-80.30602' />
+  <node id='-8602' lat='-3.36941' lon='-84.52388' />
+  <node id='-8604' lat='31.32363' lon='34.21853' />
+  <node id='-8606' lat='31.29591' lon='34.24012' />
+  <node id='-8608' lat='29.24574' lon='24.99968' />
+  <node id='-8610' lat='31.57937' lon='25.06041' />
+  <node id='-8612' lat='31.67534' lon='25.14001' />
+  <node id='-8614' lat='16.19728' lon='41.37609' />
+  <node id='-8616' lat='15.565' lon='41.29956' />
+  <node id='-8618' lat='13.58268' lon='42.63806' />
+  <node id='-8620' lat='14.25597' lon='36.54376' />
+  <node id='-8622' lat='15.14963' lon='36.44337' />
+  <node id='-8624' lat='17.66269' lon='38.37133' />
+  <node id='-8626' lat='17.87167' lon='38.45916' />
+  <node id='-8628' lat='18.37348' lon='39.63762' />
+  <node id='-8630' lat='35.26576' lon='-2.95065' />
+  <node id='-8632' lat='35.28852' lon='-2.97035' />
+  <node id='-8634' lat='35.3401' lon='-2.92224' />
+  <node id='-8636' lat='35.8711' lon='-5.34379' />
+  <node id='-8638' lat='35.87375' lon='-5.35844' />
+  <node id='-8640' lat='35.88417' lon='-5.37338' />
+  <node id='-8642' lat='42.44682' lon='1.99838' />
+  <node id='-8644' lat='42.44697' lon='1.98378' />
+  <node id='-8646' lat='42.45364' lon='1.96125' />
+  <node id='-8648' lat='42.45785' lon='1.95606' />
+  <node id='-8650' lat='42.47854' lon='1.96215' />
+  <node id='-8652' lat='42.48568' lon='1.97697' />
+  <node id='-8654' lat='42.49351' lon='1.98916' />
+  <node id='-8656' lat='42.4858' lon='1.99766' />
+  <node id='-8658' lat='42.47486' lon='1.98579' />
+  <node id='-8660' lat='42.46208' lon='1.99216' />
+  <node id='-8662' lat='42.45171' lon='2.01564' />
+  <node id='-8664' lat='43.59738' lon='-1.81005' />
+  <node id='-8666' lat='43.38957' lon='-1.77289' />
+  <node id='-8668' lat='43.37497' lon='-1.79319' />
+  <node id='-8670' lat='43.36399' lon='-1.78332' />
+  <node id='-8672' lat='43.35476' lon='-1.78714' />
+  <node id='-8674' lat='43.34396' lon='-1.77068' />
+  <node id='-8676' lat='43.34107' lon='-1.75334' />
+  <node id='-8678' lat='43.3317' lon='-1.75079' />
+  <node id='-8680' lat='43.27272' lon='-1.40942' />
+  <node id='-8682' lat='43.24511' lon='-1.3758' />
+  <node id='-8684' lat='43.12815' lon='-1.41562' />
+  <node id='-8686' lat='43.08372' lon='-1.47555' />
+  <node id='-8688' lat='43.02658' lon='-1.35272' />
+  <node id='-8690' lat='43.09665' lon='-1.34419' />
+  <node id='-8692' lat='43.1127' lon='-1.32209' />
+  <node id='-8694' lat='43.06859' lon='-1.30531' />
+  <node id='-8696' lat='42.96916' lon='-0.75478' />
+  <node id='-8698' lat='42.82713' lon='-0.50863' />
+  <node id='-8700' lat='42.80132' lon='-0.38833' />
+  <node id='-8702' lat='42.84788' lon='-0.3122' />
+  <node id='-8704' lat='42.78974' lon='-0.17939' />
+  <node id='-8706' lat='42.79535' lon='-0.16141' />
+  <node id='-8708' lat='42.68513' lon='-0.02468' />
+  <node id='-8710' lat='42.73424' lon='0.17569' />
+  <node id='-8712' lat='42.7174' lon='0.25336' />
+  <node id='-8714' lat='42.69779' lon='0.40214' />
+  <node id='-8716' lat='42.69458' lon='0.67873' />
+  <node id='-8718' lat='42.84021' lon='0.66121' />
+  <node id='-8720' lat='42.86372' lon='0.711' />
+  <node id='-8722' lat='42.79154' lon='0.93089' />
+  <node id='-8724' lat='42.80629' lon='0.96166' />
+  <node id='-8726' lat='42.78754' lon='0.98292' />
+  <node id='-8728' lat='42.78569' lon='1.0804' />
+  <node id='-8730' lat='42.71407' lon='1.15928' />
+  <node id='-8732' lat='42.71944' lon='1.35562' />
+  <node id='-8734' lat='42.50338' lon='1.72515' />
+  <node id='-8736' lat='42.48863' lon='1.76335' />
+  <node id='-8738' lat='42.48395' lon='1.83037' />
+  <node id='-8740' lat='42.4501' lon='1.88853' />
+  <node id='-8742' lat='42.45439' lon='1.93663' />
+  <node id='-8744' lat='42.44316' lon='1.94292' />
+  <node id='-8746' lat='42.43039' lon='1.94084' />
+  <node id='-8748' lat='42.42401' lon='1.9574' />
+  <node id='-8750' lat='42.37787' lon='1.96482' />
+  <node id='-8752' lat='42.35399' lon='2.00488' />
+  <node id='-8754' lat='42.35906' lon='2.06241' />
+  <node id='-8756' lat='42.38393' lon='2.11621' />
+  <node id='-8758' lat='42.41291' lon='2.12789' />
+  <node id='-8760' lat='42.42314' lon='2.16599' />
+  <node id='-8762' lat='42.41633' lon='2.20578' />
+  <node id='-8764' lat='42.43757' lon='2.25551' />
+  <node id='-8766' lat='42.39977' lon='2.38504' />
+  <node id='-8768' lat='42.39423' lon='2.43299' />
+  <node id='-8770' lat='42.37568' lon='2.43508' />
+  <node id='-8772' lat='42.33933' lon='2.48457' />
+  <node id='-8774' lat='42.33406' lon='2.54382' />
+  <node id='-8776' lat='42.35351' lon='2.55516' />
+  <node id='-8778' lat='42.35808' lon='2.57934' />
+  <node id='-8780' lat='42.33974' lon='2.6747' />
+  <node id='-8782' lat='42.38771' lon='2.65311' />
+  <node id='-8784' lat='42.42298' lon='2.72056' />
+  <node id='-8786' lat='42.42578' lon='2.75497' />
+  <node id='-8788' lat='42.41046' lon='2.77464' />
+  <node id='-8790' lat='42.45724' lon='2.84335' />
+  <node id='-8792' lat='42.45444' lon='2.85675' />
+  <node id='-8794' lat='42.46843' lon='2.86983' />
+  <node id='-8796' lat='42.45938' lon='2.88413' />
+  <node id='-8798' lat='42.4573' lon='2.92107' />
+  <node id='-8800' lat='42.48174' lon='2.94283' />
+  <node id='-8802' lat='42.46692' lon='2.96518' />
+  <node id='-8804' lat='42.47363' lon='3.03734' />
+  <node id='-8806' lat='42.42748' lon='3.08167' />
+  <node id='-8808' lat='42.42621' lon='3.10027' />
+  <node id='-8810' lat='42.43646' lon='3.11379' />
+  <node id='-8812' lat='42.43545' lon='3.17156' />
+  <node id='-8814' lat='36.15272' lon='-5.33822' />
+  <node id='-8816' lat='36.15496' lon='-5.36494' />
+  <node id='-8818' lat='35.92591' lon='-5.38491' />
+  <node id='-8820' lat='35.93752' lon='-5.64962' />
+  <node id='-8822' lat='36.96896' lon='-7.37282' />
+  <node id='-8824' lat='37.81193' lon='-7.33441' />
+  <node id='-8826' lat='38.01914' lon='-7.00375' />
+  <node id='-8828' lat='39.66717' lon='-7.54121' />
+  <node id='-8830' lat='39.66877' lon='-7.01613' />
+  <node id='-8832' lat='41.02888' lon='-6.9357' />
+  <node id='-8834' lat='41.57638' lon='-6.19128' />
+  <node id='-8836' lat='41.86488' lon='-8.87157' />
+  <node id='-8838' lat='41.86623' lon='-9.14112' />
+  <node id='-8840' lat='44.17365' lon='-10.14298' />
+  <node id='-8842' lat='59.58538' lon='27.85643' />
+  <node id='-8844' lat='59.47017' lon='28.04187' />
+  <node id='-8846' lat='58.98351' lon='27.74429' />
+  <node id='-8848' lat='58.78381' lon='27.36366' />
+  <node id='-8850' lat='58.39525' lon='27.55489' />
+  <node id='-8852' lat='57.89244' lon='27.81841' />
+  <node id='-8854' lat='57.52242' lon='27.34698' />
+  <node id='-8856' lat='58.0831' lon='25.19484' />
+  <node id='-8858' lat='57.87471' lon='24.3579' />
+  <node id='-8860' lat='57.91787' lon='24.26221' />
+  <node id='-8862' lat='10.98533' lon='42.95776' />
+  <node id='-8864' lat='8.93028' lon='44.19222' />
+  <node id='-8866' lat='7.9989' lon='46.99339' />
+  <node id='-8868' lat='4.91821' lon='44.98104' />
+  <node id='-8870' lat='4.9451' lon='44.02436' />
+  <node id='-8872' lat='3.97375' lon='41.89488' />
+  <node id='-8874' lat='3.60445' lon='38.45812' />
+  <node id='-8876' lat='4.44406' lon='36.03924' />
+  <node id='-8878' lat='5.50106' lon='35.31188' />
+  <node id='-8880' lat='9.50238' lon='34.10229' />
+  <node id='-8882' lat='69.69193' lon='29.12697' />
+  <node id='-8884' lat='68.19816' lon='28.62982' />
+  <node id='-8886' lat='68.06655' lon='29.34179' />
+  <node id='-8888' lat='67.67523' lon='30.02041' />
+  <node id='-8890' lat='65.39731' lon='24.14112' />
+  <node id='-8892' lat='65.85385' lon='24.15791' />
+  <node id='-8894' lat='69.06069' lon='20.55258' />
+  <node id='-8896' lat='69.11874' lon='20.72171' />
+  <node id='-8898' lat='69.0356' lon='21.05775' />
+  <node id='-8900' lat='69.10291' lon='21.11099' />
+  <node id='-8902' lat='69.18809' lon='20.98641' />
+  <node id='-8904' lat='69.31281' lon='21.27827' />
+  <node id='-8906' lat='-17.28904' lon='162.93363' />
+  <node id='-8908' lat='-22.54607' lon='173.07304' />
+  <node id='-8910' lat='5.26909' lon='-54.26916' />
+  <node id='-8912' lat='14.96709' lon='-61.51867' />
+  <node id='-8914' lat='15.22234' lon='-60.69955' />
+  <node id='-8916' lat='15.70997' lon='-60.95725' />
+  <node id='-8918' lat='15.79571' lon='-61.44899' />
+  <node id='-8920' lat='15.58058' lon='-61.81728' />
+  <node id='-8922' lat='16.35721' lon='-62.17275' />
+  <node id='-8924' lat='17.64353' lon='-62.76692' />
+  <node id='-8926' lat='17.79659' lon='-63.07669' />
+  <node id='-8928' lat='18.13489' lon='-62.75637' />
+  <node id='-8930' lat='17.8636' lon='-62.54836' />
+  <node id='-8932' lat='49.53775' lon='5.81664' />
+  <node id='-8934' lat='49.52152' lon='5.83389' />
+  <node id='-8936' lat='49.50034' lon='5.94128' />
+  <node id='-8938' lat='49.45513' lon='5.97693' />
+  <node id='-8940' lat='49.44801' lon='6.04176' />
+  <node id='-8942' lat='49.46663' lon='6.05553' />
+  <node id='-8944' lat='49.46351' lon='6.09845' />
+  <node id='-8946' lat='49.49365' lon='6.12814' />
+  <node id='-8948' lat='49.51408' lon='6.2409' />
+  <node id='-8950' lat='47.43638' lon='7.40308' />
+  <node id='-8952' lat='47.49455' lon='7.19583' />
+  <node id='-8954' lat='47.0494' lon='6.71531' />
+  <node id='-8956' lat='46.92703' lon='6.43341' />
+  <node id='-8958' lat='46.80336' lon='6.43216' />
+  <node id='-8960' lat='46.77502' lon='6.45209' />
+  <node id='-8962' lat='44.89915' lon='6.75518' />
+  <node id='-8964' lat='44.43112' lon='6.94504' />
+  <node id='-8966' lat='44.42043' lon='6.88784' />
+  <node id='-8968' lat='44.36637' lon='6.89171' />
+  <node id='-8970' lat='43.99943' lon='7.66848' />
+  <node id='-8972' lat='43.9763' lon='7.65266' />
+  <node id='-8974' lat='43.95772' lon='7.60771' />
+  <node id='-8976' lat='43.94506' lon='7.56858' />
+  <node id='-8978' lat='43.89932' lon='7.56075' />
+  <node id='-8980' lat='43.88301' lon='7.51162' />
+  <node id='-8982' lat='43.86551' lon='7.49355' />
+  <node id='-8984' lat='43.84345' lon='7.50423' />
+  <node id='-8986' lat='43.7432' lon='7.45448' />
+  <node id='-8988' lat='43.72479' lon='7.41855' />
+  <node id='-8990' lat='48.91595' lon='-2.5234' />
+  <node id='-8992' lat='49.91866' lon='-2.02963' />
+  <node id='-8994' lat='50.74239' lon='1.17405' />
+  <node id='-8996' lat='1.23368' lon='13.15519' />
+  <node id='-8998' lat='1.39842' lon='14.25186' />
+  <node id='-9000' lat='0.9152' lon='14.48179' />
+  <node id='-9002' lat='-2.33098' lon='13.02759' />
+  <node id='-9004' lat='-2.33379' lon='11.57637' />
+  <node id='-9006' lat='-3.17465' lon='11.70227' />
+  <node id='-9008' lat='-3.71571' lon='11.87083' />
+  <node id='-9010' lat='-3.94169' lon='11.12647' />
+  <node id='-9012' lat='0.69445' lon='9.00916' />
+  <node id='-9014' lat='0.84865' lon='9.35563' />
+  <node id='-9016' lat='0.96418' lon='9.51998' />
+  <node id='-9018' lat='1.0185' lon='9.54793' />
+  <node id='-9020' lat='1.03039' lon='9.62096' />
+  <node id='-9022' lat='1.05865' lon='9.66092' />
+  <node id='-9024' lat='1.06836' lon='9.68638' />
+  <node id='-9026' lat='1.06721' lon='9.73014' />
+  <node id='-9028' lat='1.05949' lon='9.76085' />
+  <node id='-9030' lat='1.03996' lon='9.78058' />
+  <node id='-9032' lat='1.0019' lon='9.79648' />
+  <node id='-9034' lat='1.00251' lon='11.35307' />
+  <node id='-9036' lat='2.17217' lon='11.3561' />
+  <node id='-9038' lat='2.29975' lon='11.37116' />
+  <node id='-9040' lat='17.02632' lon='-62.14123' />
+  <node id='-9042' lat='31.99084' lon='-64.37503' />
+  <node id='-9044' lat='31.98296' lon='-65.22652' />
+  <node id='-9046' lat='32.66274' lon='-65.23529' />
+  <node id='-9048' lat='32.67056' lon='-64.3838' />
+  <node id='-9050' lat='36.09907' lon='-5.28217' />
+  <node id='-9052' lat='36.05935' lon='-5.32837' />
+  <node id='-9054' lat='36.06205' lon='-5.36503' />
+  <node id='-9056' lat='36.14942' lon='-5.27801' />
+  <node id='-9058' lat='55.06933' lon='-7.2471' />
+  <node id='-9060' lat='49.31141' lon='-2.9511' />
+  <node id='-9062' lat='49.7273' lon='-6.81839' />
+  <node id='-9064' lat='55.54107' lon='-6.79943' />
+  <node id='-9066' lat='41.43606' lon='42.51772' />
+  <node id='-9068' lat='41.52185' lon='41.54366' />
+  <node id='-9070' lat='11.14075' lon='-0.13493' />
+  <node id='-9072' lat='11.10811' lon='-0.14462' />
+  <node id='-9074' lat='11.08628' lon='-0.05733' />
+  <node id='-9076' lat='11.11202' lon='-0.0275' />
+  <node id='-9078' lat='11.10763' lon='-0.00514' />
+  <node id='-9080' lat='11.06229' lon='0.02395' />
+  <node id='-9082' lat='10.9807' lon='0.03355' />
+  <node id='-9084' lat='10.96417' lon='-0.0063' />
+  <node id='-9086' lat='10.91644' lon='-0.00908' />
+  <node id='-9088' lat='10.8783' lon='-0.02685' />
+  <node id='-9090' lat='10.81916' lon='-0.0228' />
+  <node id='-9092' lat='10.76794' lon='-0.07183' />
+  <node id='-9094' lat='10.71845' lon='-0.07327' />
+  <node id='-9096' lat='10.7147' lon='-0.09141' />
+  <node id='-9098' lat='6.17069' lon='1.19966' />
+  <node id='-9100' lat='5.93551' lon='1.27574' />
+  <node id='-9102' lat='12.40788' lon='-11.37536' />
+  <node id='-9104' lat='10.17117' lon='-7.97971' />
+  <node id='-9106' lat='8.48711' lon='-10.27575' />
+  <node id='-9108' lat='9.99763' lon='-11.89624' />
+  <node id='-9110' lat='9.92386' lon='-12.24262' />
+  <node id='-9112' lat='9.04245' lon='-13.29911' />
+  <node id='-9114' lat='8.64107' lon='-14.36218' />
+  <node id='-9116' lat='10.162' lon='-15.96748' />
+  <node id='-9118' lat='10.89557' lon='-15.07174' />
+  <node id='-9120' lat='13.57989' lon='-15.14917' />
+  <node id='-9122' lat='13.37768' lon='-15.26908' />
+  <node id='-9124' lat='13.34832' lon='-15.80478' />
+  <node id='-9126' lat='13.16729' lon='-15.80355' />
+  <node id='-9128' lat='13.16791' lon='-16.69343' />
+  <node id='-9130' lat='13.06025' lon='-16.74676' />
+  <node id='-9132' lat='13.59273' lon='-17.43598' />
+  <node id='-9134' lat='13.58758' lon='-15.47902' />
+  <node id='-9136' lat='13.79313' lon='-15.36504' />
+  <node id='-9138' lat='11.60713' lon='-14.31513' />
+  <node id='-9140' lat='11.49708' lon='-14.51173' />
+  <node id='-9142' lat='11.51188' lon='-14.66677' />
+  <node id='-9144' lat='12.34803' lon='-16.70562' />
+  <node id='-9146' lat='12.6847' lon='-15.17582' />
+  <node id='-9148' lat='12.68013' lon='-13.70523' />
+  <node id='-9150' lat='2.44901' lon='9.6225' />
+  <node id='-9152' lat='2.32428' lon='9.83754' />
+  <node id='-9154' lat='2.20457' lon='9.89012' />
+  <node id='-9156' lat='2.20049' lon='9.90749' />
+  <node id='-9158' lat='41.71149' lon='26.35957' />
+  <node id='-9160' lat='39.6504' lon='19.98042' />
+  <node id='-9162' lat='41.34104' lon='22.93334' />
+  <node id='-9164' lat='17.81563' lon='-89.14985' />
+  <node id='-9166' lat='15.88619' lon='-89.22683' />
+  <node id='-9168' lat='16.03858' lon='-88.20359' />
+  <node id='-9170' lat='16.07371' lon='-91.73182' />
+  <node id='-9172' lat='16.07573' lon='-90.44567' />
+  <node id='-9174' lat='6.73257' lon='-56.84822' />
+  <node id='-9176' lat='4.89394' lon='-57.8699' />
+  <node id='-9178' lat='3.32121' lon='-57.35891' />
+  <node id='-9180' lat='5.95304' lon='-61.4041' />
+  <node id='-9182' lat='6.8631' lon='-60.54873' />
+  <node id='-9184' lat='6.94847' lon='-60.39419' />
+  <node id='-9186' lat='8.35213' lon='-59.85562' />
+  <node id='-9188' lat='8.53046' lon='-59.98508' />
+  <node id='-9190' lat='17.73736' lon='-83.86109' />
+  <node id='-9192' lat='15.03256' lon='-83.04763' />
+  <node id='-9194' lat='15.00002' lon='-83.13724' />
+  <node id='-9196' lat='14.11304' lon='-85.45762' />
+  <node id='-9198' lat='12.98646' lon='-87.37107' />
+  <node id='-9200' lat='13.25228' lon='-87.69751' />
+  <node id='-9202' lat='13.32715' lon='-87.73714' />
+  <node id='-9204' lat='13.44169' lon='-87.73841' />
+  <node id='-9206' lat='13.46083' lon='-87.72115' />
+  <node id='-9208' lat='14.43013' lon='-89.34776' />
+  <node id='-9210' lat='15.14039' lon='-88.97343' />
+  <node id='-9212' lat='15.72294' lon='-88.22552' />
+  <node id='-9214' lat='46.28122' lon='16.8903' />
+  <node id='-9216' lat='45.91329' lon='18.81394' />
+  <node id='-9218' lat='45.57253' lon='18.88776' />
+  <node id='-9220' lat='45.29547' lon='19.10774' />
+  <node id='-9222' lat='45.01191' lon='19.1011' />
+  <node id='-9224' lat='42.92787' lon='17.5392' />
+  <node id='-9226' lat='42.88641' lon='17.6444' />
+  <node id='-9228' lat='45.4895' lon='13.56979' />
+  <node id='-9230' lat='45.45898' lon='13.62902' />
+  <node id='-9232' lat='46.37837' lon='16.30233' />
+  <node id='-9234' lat='48.34628' lon='21.72525' />
+  <node id='-9236' lat='48.4005' lon='22.14689' />
+  <node id='-9238' lat='47.95851' lon='22.89849' />
+  <node id='-9242' lat='46.14405' lon='20.45377' />
+  <node id='-9244' lat='46.1438' lon='20.28324' />
+  <node id='-9246' lat='46.12332' lon='20.26068' />
+  <node id='-9248' lat='46.04015' lon='19.10388' />
+  <node id='-9250' lat='45.84207' lon='17.66545' />
+  <node id='-9252' lat='46.47524' lon='16.59527' />
+  <node id='-9254' lat='46.53303' lon='16.52885' />
+  <node id='-9256' lat='46.56684' lon='16.50139' />
+  <node id='-9258' lat='48.53336' lon='20.5215' />
+  <node id='-9260' lat='48.5824' lon='20.83248' />
+  <node id='-9262' lat='-9.46406' lon='125.09025' />
+  <node id='-9264' lat='-9.41206' lon='124.10539' />
+  <node id='-9266' lat='-9.48493' lon='124.3535' />
+  <node id='-9268' lat='-9.13002' lon='124.46701' />
+  <node id='-9270' lat='-8.85617' lon='124.94011' />
+  <node id='-9272' lat='-9.08128' lon='124.97742' />
+  <node id='-9274' lat='0.68547' lon='141.00167' />
+  <node id='-9276' lat='1.99182' lon='109.62558' />
+  <node id='-9278' lat='1.91771' lon='109.53794' />
+  <node id='-9280' lat='26.36029' lon='88.00895' />
+  <node id='-9282' lat='27.62149' lon='96.90112' />
+  <node id='-9284' lat='27.45752' lon='96.91431' />
+  <node id='-9286' lat='27.29818' lon='96.40779' />
+  <node id='-9288' lat='26.65372' lon='95.30339' />
+  <node id='-9290' lat='26.07338' lon='95.18556' />
+  <node id='-9294' lat='24.56656' lon='94.45279' />
+  <node id='-9296' lat='23.83333' lon='94.14081' />
+  <node id='-9298' lat='24.0003' lon='93.75952' />
+  <node id='-9300' lat='24.00922' lon='93.62871' />
+  <node id='-9302' lat='24.10151' lon='93.34735' />
+  <node id='-9304' lat='23.38828' lon='93.39981' />
+  <node id='-9306' lat='23.35426' lon='93.36862' />
+  <node id='-9308' lat='21.77397' lon='89.03553' />
+  <node id='-9310' lat='21.42955' lon='89.13606' />
+  <node id='-9312' lat='9.159' lon='79.45362' />
+  <node id='-9314' lat='7.85769' lon='77.66782' />
+  <node id='-9316' lat='23.53945' lon='68.11329' />
+  <node id='-9318' lat='23.85849' lon='68.20763' />
+  <node id='-9320' lat='23.96838' lon='68.39339' />
+  <node id='-9322' lat='23.97027' lon='68.74643' />
+  <node id='-9324' lat='24.17007' lon='69.73335' />
+  <node id='-9326' lat='24.172' lon='70.03428' />
+  <node id='-9328' lat='24.30915' lon='70.11712' />
+  <node id='-9330' lat='24.92843' lon='70.94002' />
+  <node id='-9332' lat='25.15064' lon='70.89148' />
+  <node id='-9334' lat='25.93238' lon='70.0985' />
+  <node id='-9336' lat='26.74892' lon='69.50904' />
+  <node id='-9338' lat='27.18109' lon='69.58519' />
+  <node id='-9340' lat='27.56627' lon='70.03136' />
+  <node id='-9342' lat='27.8057' lon='70.12502' />
+  <node id='-9346' lat='27.96035' lon='71.89921' />
+  <node id='-9348' lat='28.11555' lon='71.9244' />
+  <node id='-9352' lat='28.3869' lon='72.20329' />
+  <node id='-9354' lat='28.66367' lon='72.29495' />
+  <node id='-9356' lat='28.78283' lon='72.40402' />
+  <node id='-9358' lat='29.02487' lon='72.94272' />
+  <node id='-9360' lat='29.16422' lon='73.01337' />
+  <node id='-9362' lat='29.1878' lon='73.05886' />
+  <node id='-9364' lat='29.56646' lon='73.28094' />
+  <node id='-9366' lat='29.94707' lon='73.3962' />
+  <node id='-9368' lat='30.01848' lon='73.58665' />
+  <node id='-9370' lat='30.06969' lon='73.80299' />
+  <node id='-9372' lat='30.19829' lon='73.97225' />
+  <node id='-9374' lat='30.36305' lon='73.88993' />
+  <node id='-9376' lat='31.04153' lon='74.5616' />
+  <node id='-9378' lat='31.30321' lon='74.53223' />
+  <node id='-9380' lat='31.45605' lon='74.64713' />
+  <node id='-9382' lat='31.72227' lon='74.47771' />
+  <node id='-9384' lat='32.26836' lon='75.38046' />
+  <node id='-9386' lat='32.49298' lon='74.68362' />
+  <node id='-9388' lat='32.60985' lon='74.64424' />
+  <node id='-9390' lat='32.66792' lon='74.69542' />
+  <node id='-9392' lat='32.71225' lon='74.65345' />
+  <node id='-9394' lat='33.18908' lon='74.02144' />
+  <node id='-9396' lat='33.56392' lon='74.10115' />
+  <node id='-9398' lat='33.56718' lon='74.03576' />
+  <node id='-9400' lat='33.64061' lon='73.97367' />
+  <node id='-9402' lat='34.70073' lon='74.12897' />
+  <node id='-9404' lat='34.79626' lon='74.31239' />
+  <node id='-9406' lat='34.703' lon='74.6663' />
+  <node id='-9408' lat='34.51827' lon='75.75438' />
+  <node id='-9410' lat='34.96906' lon='76.87193' />
+  <node id='-9412' lat='34.93349' lon='76.99251' />
+  <node id='-9414' lat='35.05419' lon='77.11796' />
+  <node id='-9416' lat='54.09785' lon='-6.26218' />
+  <node id='-9418' lat='37.3464' lon='53.89734' />
+  <node id='-9420' lat='37.32047' lon='54.24565' />
+  <node id='-9422' lat='37.45809' lon='54.58664' />
+  <node id='-9424' lat='37.94705' lon='55.13412' />
+  <node id='-9426' lat='37.98546' lon='57.35042' />
+  <node id='-9428' lat='37.77281' lon='58.21399' />
+  <node id='-9430' lat='37.6856' lon='58.22999' />
+  <node id='-9432' lat='37.53146' lon='59.33507' />
+  <node id='-9434' lat='37.04102' lon='60.00768' />
+  <node id='-9436' lat='36.63214' lon='60.34767' />
+  <node id='-9438' lat='36.64644' lon='61.14516' />
+  <node id='-9440' lat='35.27845' lon='61.0991' />
+  <node id='-9442' lat='34.52857' lon='60.72316' />
+  <node id='-9444' lat='33.73422' lon='60.5485' />
+  <node id='-9446' lat='33.50219' lon='60.88908' />
+  <node id='-9448' lat='33.12944' lon='60.56485' />
+  <node id='-9450' lat='30.84224' lon='61.80829' />
+  <node id='-9452' lat='29.00507' lon='61.53765' />
+  <node id='-9454' lat='28.42703' lon='62.40259' />
+  <node id='-9456' lat='28.02992' lon='62.7638' />
+  <node id='-9458' lat='27.34381' lon='62.79684' />
+  <node id='-9460' lat='27.22412' lon='62.80604' />
+  <node id='-9462' lat='26.65072' lon='63.1889' />
+  <node id='-9464' lat='26.26601' lon='62.21304' />
+  <node id='-9466' lat='26.26251' lon='61.89391' />
+  <node id='-9468' lat='25.66638' lon='61.683' />
+  <node id='-9470' lat='25.0492' lon='61.57592' />
+  <node id='-9472' lat='24.57287' lon='61.5251' />
+  <node id='-9474' lat='25.03856' lon='56.86325' />
+  <node id='-9476' lat='25.68383' lon='54.39838' />
+  <node id='-9478' lat='27.89227' lon='50.37726' />
+  <node id='-9480' lat='29.78572' lon='48.83867' />
+  <node id='-9482' lat='30.04456' lon='48.4494' />
+  <node id='-9484' lat='37.1431' lon='44.78319' />
+  <node id='-9486' lat='39.19842' lon='44.1043' />
+  <node id='-9488' lat='39.68788' lon='44.47298' />
+  <node id='-9490' lat='37.38615' lon='42.78887' />
+  <node id='-9492' lat='37.32015' lon='42.93705' />
+  <node id='-9494' lat='29.66815' lon='48.59531' />
+  <node id='-9496' lat='30.02906' lon='48.06782' />
+  <node id='-9498' lat='29.98906' lon='48.01114' />
+  <node id='-9500' lat='30.10453' lon='47.7095' />
+  <node id='-9502' lat='30.10421' lon='47.37192' />
+  <node id='-9504' lat='29.10283' lon='46.5527' />
+  <node id='-9506' lat='29.05947' lon='46.42415' />
+  <node id='-9508' lat='29.19736' lon='44.72255' />
+  <node id='-9510' lat='30.72204' lon='42.97601' />
+  <node id='-9512' lat='32.05667' lon='40.01521' />
+  <node id='-9514' lat='32.23259' lon='39.29903' />
+  <node id='-9516' lat='34.31604' lon='40.64314' />
+  <node id='-9518' lat='34.39788' lon='40.97676' />
+  <node id='-9520' lat='34.65742' lon='41.12388' />
+  <node id='-9522' lat='35.1508' lon='41.21654' />
+  <node id='-9524' lat='35.42708' lon='41.26569' />
+  <node id='-9526' lat='35.62502' lon='41.38184' />
+  <node id='-9528' lat='35.84095' lon='41.37027' />
+  <node id='-9530' lat='36.06012' lon='41.2564' />
+  <node id='-9532' lat='36.35368' lon='41.28864' />
+  <node id='-9534' lat='36.52502' lon='41.40058' />
+  <node id='-9536' lat='36.58782' lon='41.81736' />
+  <node id='-9538' lat='37.0627' lon='42.36697' />
+  <node id='-9540' lat='37.10998' lon='42.35724' />
+  <node id='-9542' lat='37.14878' lon='42.56725' />
+  <node id='-9544' lat='33.1031' lon='35.84802' />
+  <node id='-9546' lat='31.76535' lon='35.55941' />
+  <node id='-9548' lat='31.82938' lon='33.62659' />
+  <node id='-9550' lat='33.09318' lon='35.10645' />
+  <node id='-9552' lat='33.3172' lon='35.813' />
+  <node id='-9554' lat='46.5222' lon='13.7148' />
+  <node id='-9556' lat='46.13587' lon='13.64053' />
+  <node id='-9558' lat='46.00546' lon='13.47474' />
+  <node id='-9560' lat='45.89907' lon='13.60857' />
+  <node id='-9562' lat='45.6322' lon='13.9191' />
+  <node id='-9564' lat='45.5825' lon='13.78445' />
+  <node id='-9566' lat='45.92435' lon='7.04151' />
+  <node id='-9568' lat='45.99867' lon='7.98881' />
+  <node id='-9570' lat='46.35071' lon='9.73086' />
+  <node id='-9572' lat='46.44479' lon='10.03715' />
+  <node id='-9574' lat='46.53164' lon='10.46136' />
+  <node id='-9576' lat='17.08879' lon='-75.50728' />
+  <node id='-9578' lat='16.57862' lon='-78.34606' />
+  <node id='-9580' lat='18.78765' lon='-78.75694' />
+  <node id='-9582' lat='18.86145' lon='-76.34192' />
+  <node id='-9584' lat='32.30203' lon='39.04251' />
+  <node id='-9586' lat='32.35555' lon='39.26157' />
+  <node id='-9588' lat='30.49998' lon='37.99354' />
+  <node id='-9590' lat='29.49696' lon='36.50005' />
+  <node id='-9592' lat='29.37455' lon='34.88293' />
+  <node id='-9594' lat='29.45305' lon='34.92298' />
+  <node id='-9596' lat='32.74803' lon='35.75983' />
+  <node id='-9598' lat='32.31293' lon='36.83946' />
+  <node id='-9600' lat='33.37328' lon='38.79171' />
+  <node id='-9602' lat='32.50304' lon='39.08202' />
+  <node id='-9604' lat='32.47694' lon='38.98762' />
+  <node id='-9606' lat='55.38148' lon='68.90865' />
+  <node id='-9608' lat='55.35545' lon='69.74917' />
+  <node id='-9610' lat='55.10558' lon='70.96009' />
+  <node id='-9612' lat='53.80831' lon='75.07405' />
+  <node id='-9614' lat='53.98652' lon='75.43398' />
+  <node id='-9616' lat='54.16017' lon='76.44076' />
+  <node id='-9618' lat='53.99329' lon='76.54243' />
+  <node id='-9620' lat='49.25142' lon='87.03071' />
+  <node id='-9622' lat='49.23603' lon='87.31465' />
+  <node id='-9624' lat='42.50147' lon='70.97717' />
+  <node id='-9626' lat='42.26238' lon='70.94483' />
+  <node id='-9628' lat='41.03019' lon='68.62221' />
+  <node id='-9630' lat='42.85481' lon='65.85194' />
+  <node id='-9632' lat='45.58671' lon='58.59711' />
+  <node id='-9634' lat='44.99622' lon='55.97842' />
+  <node id='-9636' lat='44.99622' lon='55.97832' />
+  <node id='-9638' lat='44.99617' lon='55.97822' />
+  <node id='-9640' lat='44.99617' lon='55.97811' />
+  <node id='-9642' lat='44.99612' lon='55.97801' />
+  <node id='-9644' lat='44.99607' lon='55.97801' />
+  <node id='-9646' lat='44.99607' lon='55.97791' />
+  <node id='-9648' lat='44.99607' lon='55.9778' />
+  <node id='-9650' lat='44.99601' lon='55.9777' />
+  <node id='-9652' lat='44.99596' lon='55.9777' />
+  <node id='-9654' lat='44.99591' lon='55.9776' />
+  <node id='-9656' lat='44.99591' lon='55.97749' />
+  <node id='-9658' lat='44.99591' lon='55.97739' />
+  <node id='-9660' lat='44.99586' lon='55.97739' />
+  <node id='-9662' lat='44.99586' lon='55.97729' />
+  <node id='-9664' lat='44.99581' lon='55.97718' />
+  <node id='-9666' lat='44.99576' lon='55.97708' />
+  <node id='-9668' lat='44.9957' lon='55.97698' />
+  <node id='-9670' lat='44.99565' lon='55.97698' />
+  <node id='-9672' lat='44.9956' lon='55.97687' />
+  <node id='-9674' lat='44.9956' lon='55.97677' />
+  <node id='-9676' lat='44.99555' lon='55.97677' />
+  <node id='-9678' lat='44.9955' lon='55.97677' />
+  <node id='-9680' lat='44.99545' lon='55.97667' />
+  <node id='-9682' lat='44.99539' lon='55.97656' />
+  <node id='-9684' lat='44.99534' lon='55.97646' />
+  <node id='-9686' lat='44.99529' lon='55.97646' />
+  <node id='-9688' lat='44.99524' lon='55.97636' />
+  <node id='-9690' lat='44.99519' lon='55.97636' />
+  <node id='-9692' lat='44.99514' lon='55.97625' />
+  <node id='-9694' lat='44.99508' lon='55.97615' />
+  <node id='-9696' lat='44.99503' lon='55.97615' />
+  <node id='-9698' lat='44.99498' lon='55.97615' />
+  <node id='-9700' lat='44.99493' lon='55.97615' />
+  <node id='-9702' lat='44.99483' lon='55.97615' />
+  <node id='-9704' lat='44.99477' lon='55.97615' />
+  <node id='-9706' lat='44.99477' lon='55.97605' />
+  <node id='-9708' lat='44.99467' lon='55.97605' />
+  <node id='-9710' lat='44.99462' lon='55.97605' />
+  <node id='-9712' lat='44.99457' lon='55.97605' />
+  <node id='-9714' lat='44.99452' lon='55.97605' />
+  <node id='-9716' lat='44.99446' lon='55.97594' />
+  <node id='-9718' lat='44.99441' lon='55.97584' />
+  <node id='-9720' lat='44.99436' lon='55.97584' />
+  <node id='-9722' lat='44.99431' lon='55.97584' />
+  <node id='-9724' lat='44.99426' lon='55.97584' />
+  <node id='-9726' lat='44.99421' lon='55.97584' />
+  <node id='-9728' lat='44.99415' lon='55.97584' />
+  <node id='-9730' lat='44.99405' lon='55.97584' />
+  <node id='-9732' lat='44.994' lon='55.97584' />
+  <node id='-9734' lat='44.9939' lon='55.97584' />
+  <node id='-9736' lat='44.99384' lon='55.97584' />
+  <node id='-9738' lat='44.99374' lon='55.97584' />
+  <node id='-9740' lat='44.99369' lon='55.97584' />
+  <node id='-9742' lat='44.99359' lon='55.97584' />
+  <node id='-9744' lat='44.99353' lon='55.97584' />
+  <node id='-9746' lat='44.99348' lon='55.97584' />
+  <node id='-9748' lat='44.99343' lon='55.97584' />
+  <node id='-9750' lat='44.99338' lon='55.97584' />
+  <node id='-9752' lat='44.99328' lon='55.97584' />
+  <node id='-9754' lat='44.99322' lon='55.97584' />
+  <node id='-9756' lat='41.32584' lon='56.00314' />
+  <node id='-9758' lat='41.78034' lon='52.47884' />
+  <node id='-9760' lat='41.69249' lon='52.26048' />
+  <node id='-9762' lat='46.04554' lon='49.88945' />
+  <node id='-9764' lat='46.26944' lon='49.32259' />
+  <node id='-9766' lat='47.40818' lon='48.45173' />
+  <node id='-9768' lat='47.76559' lon='47.64973' />
+  <node id='-9770' lat='48.43019' lon='46.49011' />
+  <node id='-9772' lat='48.95352' lon='46.78392' />
+  <node id='-9774' lat='49.34026' lon='46.78398' />
+  <node id='-9776' lat='49.86707' lon='46.9078' />
+  <node id='-9778' lat='50.09242' lon='48.10044' />
+  <node id='-9780' lat='49.89546' lon='48.68352' />
+  <node id='-9782' lat='51.49445' lon='53.46165' />
+  <node id='-9784' lat='50.54508' lon='55.67774' />
+  <node id='-9786' lat='50.70852' lon='58.87974' />
+  <node id='-9788' lat='50.67705' lon='60.31914' />
+  <node id='-9790' lat='50.6629' lon='60.81833' />
+  <node id='-9792' lat='50.80679' lon='61.4431' />
+  <node id='-9794' lat='52.92217' lon='61.05842' />
+  <node id='-9796' lat='53.94768' lon='62.03913' />
+  <node id='-9798' lat='54.27079' lon='63.80604' />
+  <node id='-9800' lat='54.20013' lon='63.91224' />
+  <node id='-9802' lat='54.4212' lon='64.97216' />
+  <node id='-9804' lat='54.33028' lon='65.11033' />
+  <node id='-9806' lat='54.35721' lon='65.24663' />
+  <node id='-9808' lat='54.55216' lon='65.20174' />
+  <node id='-9810' lat='54.98645' lon='68.21308' />
+  <node id='-9812' lat='4.61933' lon='35.9419' />
+  <node id='-9814' lat='4.44518' lon='36.84474' />
+  <node id='-9816' lat='3.62487' lon='38.14168' />
+  <node id='-9818' lat='3.14314' lon='41.31368' />
+  <node id='-9820' lat='2.82959' lon='40.98767' />
+  <node id='-9822' lat='-0.83068' lon='41.00099' />
+  <node id='-9824' lat='-1.59812' lon='41.56' />
+  <node id='-9826' lat='-1.66375' lon='41.56362' />
+  <node id='-9828' lat='-1.85308' lon='41.75542' />
+  <node id='-9830' lat='-4.93877' lon='39.44306' />
+  <node id='-9832' lat='-3.69179' lon='37.81321' />
+  <node id='-9834' lat='-3.304' lon='37.71745' />
+  <node id='-9836' lat='-3.06222' lon='37.67199' />
+  <node id='-9838' lat='-0.99298' lon='33.93107' />
+  <node id='-9840' lat='4.72162' lon='34.47601' />
+  <node id='-9842' lat='42.44778' lon='79.52921' />
+  <node id='-9844' lat='42.42816' lon='79.97364' />
+  <node id='-9846' lat='42.03211' lon='80.17842' />
+  <node id='-9848' lat='41.39603' lon='78.3732' />
+  <node id='-9850' lat='40.09742' lon='74.35063' />
+  <node id='-9852' lat='39.75073' lon='73.9051' />
+  <node id='-9854' lat='39.39696' lon='72.62027' />
+  <node id='-9856' lat='39.44056' lon='71.62688' />
+  <node id='-9858' lat='39.8127' lon='69.26938' />
+  <node id='-9860' lat='39.93991' lon='69.53615' />
+  <node id='-9862' lat='40.03277' lon='69.5057' />
+  <node id='-9864' lat='40.10639' lon='69.67001' />
+  <node id='-9866' lat='39.9878' lon='70.65946' />
+  <node id='-9868' lat='40.0981' lon='70.65827' />
+  <node id='-9870' lat='40.79122' lon='73.13412' />
+  <node id='-9872' lat='41.5455' lon='70.17682' />
+  <node id='-9874' lat='42.28356' lon='71.13263' />
+  <node id='-9876' lat='42.98612' lon='74.88756' />
+  <node id='-9878' lat='39.89808' lon='71.04979' />
+  <node id='-9880' lat='40.1771' lon='71.06305' />
+  <node id='-9882' lat='39.98598' lon='71.86463' />
+  <node id='-9884' lat='39.93701' lon='71.7504' />
+  <node id='-9886' lat='39.77923' lon='70.63105' />
+  <node id='-9888' lat='11.55953' lon='105.87328' />
+  <node id='-9890' lat='10.89839' lon='105.86376' />
+  <node id='-9892' lat='11.03671' lon='105.77751' />
+  <node id='-9894' lat='10.4057' lon='104.49869' />
+  <node id='-9896' lat='10.43046' lon='104.47963' />
+  <node id='-9898' lat='10.42386' lon='104.43778' />
+  <node id='-9900' lat='11.25257' lon='102.52395' />
+  <node id='-9902' lat='11.65512' lon='102.91449' />
+  <node id='-9904' lat='14.34967' lon='105.20894' />
+  <node id='-9906' lat='17.23125' lon='-63.11114' />
+  <node id='-9908' lat='37.70512' lon='126.13074' />
+  <node id='-9910' lat='37.80873' lon='126.46818' />
+  <node id='-9912' lat='37.95852' lon='126.67023' />
+  <node id='-9914' lat='38.30722' lon='127.15749' />
+  <node id='-9916' lat='38.33227' lon='127.38727' />
+  <node id='-9918' lat='38.30647' lon='127.49672' />
+  <node id='-9920' lat='38.32257' lon='127.55013' />
+  <node id='-9922' lat='38.31861' lon='128.02917' />
+  <node id='-9924' lat='38.41657' lon='128.27652' />
+  <node id='-9926' lat='38.58462' lon='128.31105' />
+  <node id='-9928' lat='28.81495' lon='49.00421' />
+  <node id='-9930' lat='28.53628' lon='48.42991' />
+  <node id='-9932' lat='28.5221' lon='47.70561' />
+  <node id='-9934' lat='29.0014' lon='47.46202' />
+  <node id='-9936' lat='30.02448' lon='48.17332' />
+  <node id='-9938' lat='22.43372' lon='102.1245' />
+  <node id='-9940' lat='22.40092' lon='102.14099' />
+  <node id='-9942' lat='14.69092' lon='107.54361' />
+  <node id='-9944' lat='20.36626' lon='100.08404' />
+  <node id='-9946' lat='21.17254' lon='101.29326' />
+  <node id='-9948' lat='21.25668' lon='101.54563' />
+  <node id='-9950' lat='33.33609' lon='35.77477' />
+  <node id='-9952' lat='33.19865' lon='35.54228' />
+  <node id='-9954' lat='33.20368' lon='34.78515' />
+  <node id='-9956' lat='34.70851' lon='35.48515' />
+  <node id='-9958' lat='34.63322' lon='35.97386' />
+  <node id='-9960' lat='3.7105' lon='-7.52774' />
+  <node id='-9962' lat='6.15992' lon='-12.15048' />
+  <node id='-9964' lat='7.7739' lon='-10.60422' />
+  <node id='-9966' lat='31.9359' lon='25.63787' />
+  <node id='-9968' lat='21.99535' lon='24.99885' />
+  <node id='-9970' lat='23.49639' lon='15.99566' />
+  <node id='-9972' lat='23.00539' lon='14.99751' />
+  <node id='-9974' lat='22.61719' lon='14.22918' />
+  <node id='-9976' lat='23.16574' lon='13.5631' />
+  <node id='-9978' lat='30.34366' lon='9.76848' />
+  <node id='-9980' lat='30.34074' lon='9.88152' />
+  <node id='-9982' lat='30.90337' lon='10.29516' />
+  <node id='-9984' lat='31.42098' lon='10.12239' />
+  <node id='-9986' lat='33.1409' lon='11.55852' />
+  <node id='-9988' lat='14.23076' lon='-60.5958' />
+  <node id='-9990' lat='13.41452' lon='-60.70539' />
+  <node id='-9992' lat='14.25664' lon='-61.26561' />
+  <node id='-9994' lat='-29.45598' lon='29.33204' />
+  <node id='-9996' lat='-30.68072' lon='28.12073' />
+  <node id='-9998' lat='-29.65439' lon='27.01016' />
+  <node id='-10000' lat='53.95052' lon='23.51284' />
+  <node id='-10002' lat='55.18507' lon='21.51095' />
+  <node id='-10004' lat='55.21115' lon='21.46766' />
+  <node id='-10006' lat='55.29348' lon='21.38446' />
+  <node id='-10008' lat='55.28427' lon='21.35465' />
+  <node id='-10010' lat='55.24456' lon='21.26425' />
+  <node id='-10012' lat='56.42851' lon='22.09728' />
+  <node id='-10014' lat='50.12964' lon='6.1379' />
+  <node id='-10016' lat='50.09171' lon='6.12055' />
+  <node id='-10018' lat='50.01466' lon='6.13794' />
+  <node id='-10020' lat='50.01056' lon='6.13806' />
+  <node id='-10022' lat='50.00908' lon='6.14948' />
+  <node id='-10024' lat='49.9537' lon='6.17872' />
+  <node id='-10026' lat='49.95622' lon='6.18554' />
+  <node id='-10028' lat='49.95053' lon='6.19856' />
+  <node id='-10030' lat='49.83785' lon='6.33585' />
+  <node id='-10032' lat='49.82263' lon='6.47111' />
+  <node id='-10034' lat='49.81338' lon='6.52121' />
+  <node id='-10036' lat='49.58886' lon='6.37464' />
+  <node id='-10038' lat='49.57813' lon='6.36676' />
+  <node id='-10040' lat='49.52931' lon='6.35666' />
+  <node id='-10042' lat='49.50377' lon='6.36788' />
+  <node id='-10044' lat='49.46937' lon='6.36778' />
+  <node id='-10046' lat='49.4593' lon='6.3687' />
+  <node id='-10048' lat='49.45268' lon='6.10072' />
+  <node id='-10050' lat='49.46399' lon='6.07887' />
+  <node id='-10052' lat='49.49053' lon='5.96876' />
+  <node id='-10054' lat='49.50015' lon='5.86571' />
+  <node id='-10056' lat='49.5425' lon='5.80871' />
+  <node id='-10058' lat='49.54777' lon='5.81838' />
+  <node id='-10060' lat='49.55663' lon='5.84692' />
+  <node id='-10062' lat='49.57539' lon='5.87256' />
+  <node id='-10064' lat='49.58674' lon='5.84971' />
+  <node id='-10066' lat='49.5969' lon='5.84826' />
+  <node id='-10068' lat='49.62047' lon='5.87609' />
+  <node id='-10070' lat='49.63853' lon='5.90599' />
+  <node id='-10072' lat='49.66377' lon='5.9069' />
+  <node id='-10074' lat='49.70951' lon='5.88677' />
+  <node id='-10076' lat='49.72739' lon='5.86503' />
+  <node id='-10078' lat='49.7962' lon='5.78871' />
+  <node id='-10080' lat='49.79239' lon='5.75409' />
+  <node id='-10082' lat='49.83452' lon='5.7404' />
+  <node id='-10084' lat='49.83823' lon='5.74076' />
+  <node id='-10086' lat='49.8711' lon='5.75269' />
+  <node id='-10088' lat='49.87922' lon='5.78415' />
+  <node id='-10090' lat='49.89796' lon='5.73621' />
+  <node id='-10092' lat='49.97142' lon='5.81163' />
+  <node id='-10094' lat='50.01286' lon='5.81866' />
+  <node id='-10096' lat='50.06342' lon='5.85474' />
+  <node id='-10098' lat='50.07824' lon='5.8857' />
+  <node id='-10100' lat='50.17259' lon='5.96453' />
+  <node id='-10102' lat='50.16362' lon='6.03093' />
+  <node id='-10104' lat='56.46666' lon='24.89005' />
+  <node id='-10106' lat='56.07818' lon='21.15016' />
+  <node id='-10108' lat='56.04073' lon='20.68447' />
+  <node id='-10110' lat='57.06466' lon='19.64795' />
+  <node id='-10112' lat='57.56697' lon='23.20055' />
+  <node id='-10114' lat='35.88794' lon='-5.27056' />
+  <node id='-10116' lat='35.21494' lon='-3.90602' />
+  <node id='-10118' lat='35.20841' lon='-3.88926' />
+  <node id='-10120' lat='35.35051' lon='-2.27707' />
+  <node id='-10122' lat='35.08532' lon='-2.21248' />
+  <node id='-10124' lat='34.74226' lon='-1.73707' />
+  <node id='-10126' lat='34.61907' lon='-1.84569' />
+  <node id='-10128' lat='33.27084' lon='-1.67067' />
+  <node id='-10130' lat='32.07832' lon='-1.22829' />
+  <node id='-10132' lat='32.06557' lon='-2.93873' />
+  <node id='-10134' lat='31.79459' lon='-2.82784' />
+  <node id='-10136' lat='30.28343' lon='-4.6058' />
+  <node id='-10138' lat='29.95253' lon='-5.21671' />
+  <node id='-10140' lat='29.52322' lon='-5.72121' />
+  <node id='-10142' lat='29.44634' lon='-6.78351' />
+  <node id='-10144' lat='26.9898' lon='-8.71787' />
+  <node id='-10146' lat='26.90042' lon='-9.56957' />
+  <node id='-10148' lat='26.71379' lon='-9.81998' />
+  <node id='-10150' lat='26.8505' lon='-11.35695' />
+  <node id='-10152' lat='26.72023' lon='-11.23622' />
+  <node id='-10154' lat='26.04442' lon='-12.06001' />
+  <node id='-10156' lat='24.39502' lon='-12.92147' />
+  <node id='-10158' lat='22.75501' lon='-14.10361' />
+  <node id='-10160' lat='22.00886' lon='-14.48112' />
+  <node id='-10162' lat='21.63839' lon='-14.47329' />
+  <node id='-10164' lat='21.39745' lon='-16.44269' />
+  <node id='-10166' lat='21.36239' lon='-16.9978' />
+  <node id='-10168' lat='21.34022' lon='-17.02707' />
+  <node id='-10170' lat='21.34226' lon='-17.21511' />
+  <node id='-10172' lat='43.51859' lon='7.50102' />
+  <node id='-10174' lat='43.7296' lon='7.40903' />
+  <node id='-10176' lat='43.73977' lon='7.42062' />
+  <node id='-10178' lat='43.74963' lon='7.4379' />
+  <node id='-10180' lat='48.45926' lon='27.74422' />
+  <node id='-10182' lat='48.32368' lon='27.95883' />
+  <node id='-10184' lat='48.03392' lon='28.8414' />
+  <node id='-10186' lat='47.55001' lon='29.11743' />
+  <node id='-10188' lat='47.13581' lon='29.57696' />
+  <node id='-10190' lat='47.12878' lon='29.49732' />
+  <node id='-10192' lat='47.07851' lon='29.53044' />
+  <node id='-10194' lat='46.40114' lon='29.94114' />
+  <node id='-10196' lat='46.35851' lon='29.88329' />
+  <node id='-10198' lat='46.25852' lon='28.94953' />
+  <node id='-10200' lat='46.09176' lon='28.94643' />
+  <node id='-10202' lat='45.54744' lon='28.30201' />
+  <node id='-10204' lat='46.01105' lon='28.08612' />
+  <node id='-10206' lat='47.48113' lon='27.47942' />
+  <node id='-10208' lat='48.25804' lon='26.62823' />
+  <node id='-10210' lat='48.37534' lon='27.27855' />
+  <node id='-10212' lat='48.4434' lon='27.32159' />
+  <node id='-10214' lat='-12.74579' lon='51.94557' />
+  <node id='-10216' lat='-26.33102' lon='47.18248' />
+  <node id='-10218' lat='-25.64228' lon='42.93867' />
+  <node id='-10220' lat='31.33232' lon='-111.07523' />
+  <node id='-10222' lat='31.33316' lon='-108.20979' />
+  <node id='-10224' lat='31.78534' lon='-108.20899' />
+  <node id='-10226' lat='31.784' lon='-106.529' />
+  <node id='-10228' lat='31.76922' lon='-106.51251' />
+  <node id='-10230' lat='31.76155' lon='-106.50962' />
+  <node id='-10232' lat='31.75714' lon='-106.50111' />
+  <node id='-10234' lat='31.75054' lon='-106.47298' />
+  <node id='-10236' lat='31.75478' lon='-106.43419' />
+  <node id='-10238' lat='31.73151' lon='-106.38003' />
+  <node id='-10240' lat='31.71165' lon='-106.3718' />
+  <node id='-10242' lat='31.69663' lon='-106.34864' />
+  <node id='-10244' lat='31.66303' lon='-106.33419' />
+  <node id='-10246' lat='31.56173' lon='-106.28084' />
+  <node id='-10248' lat='31.54193' lon='-106.24612' />
+  <node id='-10250' lat='31.51262' lon='-106.23711' />
+  <node id='-10252' lat='31.46305' lon='-106.20346' />
+  <node id='-10254' lat='31.40569' lon='-106.09025' />
+  <node id='-10256' lat='31.39181' lon='-106.00363' />
+  <node id='-10258' lat='28.93865' lon='-103.15787' />
+  <node id='-10260' lat='29.7744' lon='-101.47277' />
+  <node id='-10262' lat='25.96583' lon='-97.13927' />
+  <node id='-10264' lat='17.80373' lon='-87.24084' />
+  <node id='-10266' lat='18.18511' lon='-87.84815' />
+  <node id='-10268' lat='18.18266' lon='-87.85693' />
+  <node id='-10270' lat='18.19971' lon='-87.86657' />
+  <node id='-10272' lat='18.18313' lon='-87.87604' />
+  <node id='-10274' lat='18.15213' lon='-87.90671' />
+  <node id='-10276' lat='18.47617' lon='-88.26593' />
+  <node id='-10278' lat='17.81655' lon='-90.98678' />
+  <node id='-10280' lat='17.25192' lon='-90.99199' />
+  <node id='-10282' lat='17.25373' lon='-91.43809' />
+  <node id='-10284' lat='16.70697' lon='-90.69064' />
+  <node id='-10286' lat='16.49832' lon='-90.61212' />
+  <node id='-10288' lat='15.26077' lon='-92.20983' />
+  <node id='-10290' lat='15.07406' lon='-92.0621' />
+  <node id='-10292' lat='14.53423' lon='-92.2261' />
+  <node id='-10294' lat='14.39277' lon='-92.37213' />
+  <node id='-10296' lat='32.53427' lon='-117.1243' />
+  <node id='-10298' lat='32.71894' lon='-114.71871' />
+  <node id='-10300' lat='32.49609' lon='-114.82011' />
+  <node id='-10302' lat='42.25915' lon='21.58992' />
+  <node id='-10304' lat='17.00432' lon='4.26762' />
+  <node id='-10306' lat='16.39923' lon='4.19893' />
+  <node id='-10308' lat='15.35934' lon='3.50368' />
+  <node id='-10310' lat='15.42221' lon='3.03134' />
+  <node id='-10312' lat='15.27978' lon='1.31275' />
+  <node id='-10314' lat='14.98275' lon='0.96711' />
+  <node id='-10316' lat='10.24877' lon='-7.13331' />
+  <node id='-10318' lat='15.4396' lon='-9.40447' />
+  <node id='-10320' lat='15.69412' lon='-9.31106' />
+  <node id='-10322' lat='25.0002' lon='-6.57191' />
+  <node id='-10324' lat='21.56129' lon='101.15156' />
+  <node id='-10326' lat='20.08614' lon='99.416' />
+  <node id='-10328' lat='19.7419' lon='98.98679' />
+  <node id='-10330' lat='19.67807' lon='98.56065' />
+  <node id='-10332' lat='19.80941' lon='98.03314' />
+  <node id='-10334' lat='19.65755' lon='98.04364' />
+  <node id='-10336' lat='19.39429' lon='97.78769' />
+  <node id='-10338' lat='19.29526' lon='97.84186' />
+  <node id='-10340' lat='19.26769' lon='97.78606' />
+  <node id='-10342' lat='19.22217' lon='97.84024' />
+  <node id='-10344' lat='18.9812' lon='97.73654' />
+  <node id='-10346' lat='18.9371' lon='97.66487' />
+  <node id='-10348' lat='18.88478' lon='97.73836' />
+  <node id='-10350' lat='18.58097' lon='97.76752' />
+  <node id='-10352' lat='18.54596' lon='97.34522' />
+  <node id='-10354' lat='18.23846' lon='97.60841' />
+  <node id='-10356' lat='17.97912' lon='97.73723' />
+  <node id='-10358' lat='17.54504' lon='97.91829' />
+  <node id='-10360' lat='17.33847' lon='98.10439' />
+  <node id='-10362' lat='16.81934' lon='98.53833' />
+  <node id='-10364' lat='16.11706' lon='98.8376' />
+  <node id='-10366' lat='15.87197' lon='98.59853' />
+  <node id='-10368' lat='15.65406' lon='98.541' />
+  <node id='-10370' lat='15.33471' lon='98.56027' />
+  <node id='-10372' lat='15.39154' lon='98.4866' />
+  <node id='-10374' lat='15.34177' lon='98.39351' />
+  <node id='-10376' lat='15.13125' lon='98.18821' />
+  <node id='-10378' lat='14.83013' lon='98.24874' />
+  <node id='-10380' lat='14.37701' lon='98.56762' />
+  <node id='-10382' lat='14.04868' lon='98.97356' />
+  <node id='-10384' lat='13.72621' lon='99.16695' />
+  <node id='-10386' lat='13.20575' lon='99.20617' />
+  <node id='-10388' lat='12.84799' lon='99.18905' />
+  <node id='-10390' lat='12.60603' lon='99.409' />
+  <node id='-10392' lat='11.62434' lon='99.47598' />
+  <node id='-10394' lat='11.32081' lon='99.31573' />
+  <node id='-10396' lat='10.92962' lon='98.99701' />
+  <node id='-10398' lat='42.21682' lon='18.45131' />
+  <node id='-10400' lat='50.4648' lon='105.32528' />
+  <node id='-10402' lat='49.97612' lon='107.36407' />
+  <node id='-10404' lat='49.93191' lon='107.96116' />
+  <node id='-10406' lat='49.60772' lon='113.02647' />
+  <node id='-10408' lat='49.83356' lon='113.20216' />
+  <node id='-10410' lat='49.83813' lon='116.71193' />
+  <node id='-10412' lat='48.51781' lon='115.78876' />
+  <node id='-10414' lat='48.25699' lon='115.811' />
+  <node id='-10416' lat='47.91988' lon='115.57128' />
+  <node id='-10418' lat='47.80693' lon='116.08431' />
+  <node id='-10420' lat='47.83662' lon='116.4465' />
+  <node id='-10422' lat='47.88836' lon='116.87527' />
+  <node id='-10424' lat='47.82242' lon='117.08918' />
+  <node id='-10426' lat='48.01661' lon='117.80196' />
+  <node id='-10428' lat='47.99277' lon='118.55766' />
+  <node id='-10430' lat='47.66458' lon='119.12343' />
+  <node id='-10432' lat='47.48104' lon='119.35892' />
+  <node id='-10434' lat='46.57862' lon='117.41782' />
+  <node id='-10436' lat='46.30211' lon='116.58612' />
+  <node id='-10438' lat='45.6227' lon='115.91898' />
+  <node id='-10440' lat='44.74326' lon='113.63821' />
+  <node id='-10442' lat='45.09074' lon='111.98695' />
+  <node id='-10444' lat='43.68709' lon='111.93776' />
+  <node id='-10446' lat='43.6637' lon='111.79758' />
+  <node id='-10448' lat='42.63111' lon='109.89402' />
+  <node id='-10450' lat='41.7442' lon='105.24708' />
+  <node id='-10452' lat='41.8706' lon='104.52258' />
+  <node id='-10454' lat='41.78246' lon='103.92804' />
+  <node id='-10456' lat='42.56535' lon='99.50671' />
+  <node id='-10458' lat='42.7964' lon='97.1777' />
+  <node id='-10460' lat='44.02407' lon='95.32891' />
+  <node id='-10462' lat='45.19667' lon='90.89169' />
+  <node id='-10464' lat='45.73437' lon='90.70907' />
+  <node id='-10466' lat='47.98528' lon='89.0711' />
+  <node id='-10468' lat='48.95853' lon='87.88171' />
+  <node id='-10470' lat='49.17354' lon='87.81333' />
+  <node id='-10472' lat='49.48821' lon='88.42449' />
+  <node id='-10474' lat='50.69585' lon='92.07173' />
+  <node id='-10476' lat='50.57498' lon='94.30823' />
+  <node id='-10478' lat='51.46579' lon='98.22053' />
+  <node id='-10480' lat='51.71832' lon='98.33222' />
+  <node id='-10482' lat='-26.92273' lon='33.10054' />
+  <node id='-10484' lat='-26.86027' lon='32.35222' />
+  <node id='-10486' lat='-26.852' lon='32.29584' />
+  <node id='-10488' lat='-26.84136' lon='32.22302' />
+  <node id='-10490' lat='-26.84032' lon='32.19409' />
+  <node id='-10492' lat='-26.84345' lon='32.13315' />
+  <node id='-10494' lat='-26.00978' lon='32.08599' />
+  <node id='-10496' lat='-25.95387' lon='31.974' />
+  <node id='-10498' lat='-21.31246' lon='32.41234' />
+  <node id='-10500' lat='-16.92259' lon='32.84113' />
+  <node id='-10502' lat='-15.9962' lon='30.42568' />
+  <node id='-10504' lat='-15.62269' lon='30.41902' />
+  <node id='-10506' lat='-14.99447' lon='30.22098' />
+  <node id='-10508' lat='-17.13235' lon='35.0923' />
+  <node id='-10510' lat='-16.11371' lon='35.43355' />
+  <node id='-10512' lat='-16.10147' lon='35.70107' />
+  <node id='-10514' lat='-16.03907' lon='35.80487' />
+  <node id='-10516' lat='-15.41913' lon='35.85303' />
+  <node id='-10518' lat='-15.17428' lon='35.78799' />
+  <node id='-10520' lat='-14.89514' lon='35.91812' />
+  <node id='-10522' lat='-14.67481' lon='35.86945' />
+  <node id='-10524' lat='-13.48958' lon='34.86229' />
+  <node id='-10526' lat='-13.48487' lon='34.60253' />
+  <node id='-10528' lat='-12.17408' lon='34.37831' />
+  <node id='-10530' lat='-12.0174' lon='34.46088' />
+  <node id='-10532' lat='-12.15652' lon='34.70739' />
+  <node id='-10534' lat='-12.04837' lon='34.82903' />
+  <node id='-10536' lat='-11.87849' lon='34.57917' />
+  <node id='-10538' lat='-11.57499' lon='34.64241' />
+  <node id='-10540' lat='-10.4618' lon='40.44265' />
+  <node id='-10542' lat='16.49919' lon='-5.60725' />
+  <node id='-10544' lat='16.33354' lon='-5.33435' />
+  <node id='-10546' lat='15.50061' lon='-5.50165' />
+  <node id='-10548' lat='15.50032' lon='-9.32979' />
+  <node id='-10550' lat='15.7044' lon='-9.33314' />
+  <node id='-10552' lat='15.60553' lon='-9.44673' />
+  <node id='-10554' lat='15.11001' lon='-10.90932' />
+  <node id='-10556' lat='15.62339' lon='-11.43483' />
+  <node id='-10558' lat='14.76324' lon='-12.23936' />
+  <node id='-10560' lat='15.52116' lon='-13.11029' />
+  <node id='-10562' lat='16.61495' lon='-14.32144' />
+  <node id='-10564' lat='16.09753' lon='-16.44814' />
+  <node id='-10566' lat='16.09032' lon='-16.50854' />
+  <node id='-10568' lat='20.76408' lon='-17.0471' />
+  <node id='-10570' lat='20.92697' lon='-17.06781' />
+  <node id='-10572' lat='20.9961' lon='-17.0396' />
+  <node id='-10574' lat='21.33343' lon='-13.01525' />
+  <node id='-10576' lat='22.53866' lon='-13.08438' />
+  <node id='-10578' lat='22.89493' lon='-13.10753' />
+  <node id='-10580' lat='23.02297' lon='-13.00412' />
+  <node id='-10582' lat='23.3187' lon='-12.36213' />
+  <node id='-10584' lat='25.99918' lon='-8.66721' />
+  <node id='-10586' lat='-9.62442' lon='33.48052' />
+  <node id='-10588' lat='-10.12279' lon='34.51911' />
+  <node id='-10590' lat='-11.01611' lon='34.61161' />
+  <node id='-10592' lat='-11.57354' lon='34.96296' />
+  <node id='-10594' lat='-14.00019' lon='33.24249' />
+  <node id='-10596' lat='-13.47292' lon='32.86113' />
+  <node id='-10598' lat='-9.36712' lon='32.99397' />
+  <node id='-10600' lat='5.61613' lon='101.14062' />
+  <node id='-10602' lat='6.23546' lon='102.09086' />
+  <node id='-10604' lat='1.33529' lon='104.34728' />
+  <node id='-10606' lat='1.43322' lon='104.07348' />
+  <node id='-10608' lat='1.44691' lon='104.04622' />
+  <node id='-10610' lat='1.4438' lon='104.02277' />
+  <node id='-10612' lat='1.35255' lon='103.62738' />
+  <node id='-10614' lat='1.19719' lon='103.56591' />
+  <node id='-10616' lat='5.99868' lon='99.31854' />
+  <node id='-10618' lat='6.42105' lon='100.12' />
+  <node id='-10620' lat='7.43869' lon='116.79524' />
+  <node id='-10622' lat='5.09568' lon='119.44841' />
+  <node id='-10624' lat='4.59798' lon='118.75416' />
+  <node id='-10626' lat='4.15511' lon='118.07935' />
+  <node id='-10628' lat='2.08014' lon='109.64506' />
+  <node id='-10630' lat='4.82087' lon='115.02955' />
+  <node id='-10632' lat='5.35005' lon='115.02521' />
+  <node id='-10634' lat='-17.49501' lon='24.70864' />
+  <node id='-10636' lat='-17.79571' lon='25.26433' />
+  <node id='-10638' lat='-28.63117' lon='16.45332' />
+  <node id='-10640' lat='-29.23989' lon='15.70388' />
+  <node id='-10642' lat='21.99339' lon='15.19692' />
+  <node id='-10644' lat='21.49365' lon='15.20213' />
+  <node id='-10646' lat='21.44557' lon='15.28332' />
+  <node id='-10648' lat='20.95395' lon='15.62515' />
+  <node id='-10650' lat='20.86507' lon='15.55382' />
+  <node id='-10652' lat='20.79488' lon='15.56004' />
+  <node id='-10654' lat='20.74039' lon='15.59841' />
+  <node id='-10656' lat='20.70069' lon='15.6721' />
+  <node id='-10658' lat='20.35364' lon='15.99632' />
+  <node id='-10660' lat='19.93002' lon='15.75098' />
+  <node id='-10662' lat='18.77402' lon='15.6032' />
+  <node id='-10664' lat='16.89649' lon='15.50373' />
+  <node id='-10666' lat='15.72591' lon='14.37425' />
+  <node id='-10668' lat='15.04043' lon='13.86301' />
+  <node id='-10670' lat='14.40881' lon='13.47559' />
+  <node id='-10672' lat='13.73627' lon='5.21026' />
+  <node id='-10674' lat='13.78' lon='4.87425' />
+  <node id='-10676' lat='13.47725' lon='4.23456' />
+  <node id='-10678' lat='12.52223' lon='3.65111' />
+  <node id='-10680' lat='12.25884' lon='3.66364' />
+  <node id='-10682' lat='12.11826' lon='3.63136' />
+  <node id='-10684' lat='11.83042' lon='3.63063' />
+  <node id='-10686' lat='11.80865' lon='3.67122' />
+  <node id='-10688' lat='11.69181' lon='3.61075' />
+  <node id='-10690' lat='13.64564' lon='6.15771' />
+  <node id='-10692' lat='13.67835' lon='6.27411' />
+  <node id='-10694' lat='13.71094' lon='13.6302' />
+  <node id='-10696' lat='6.38038' lon='2.70566' />
+  <node id='-10698' lat='11.70269' lon='3.59375' />
+  <node id='-10700' lat='11.75429' lon='3.67988' />
+  <node id='-10702' lat='11.91847' lon='3.61955' />
+  <node id='-10704' lat='11.97599' lon='3.67775' />
+  <node id='-10706' lat='12.74979' lon='3.94339' />
+  <node id='-10708' lat='12.98862' lon='4.10006' />
+  <node id='-10710' lat='13.17189' lon='4.14367' />
+  <node id='-10712' lat='13.47586' lon='4.14186' />
+  <node id='-10714' lat='13.68286' lon='4.4668' />
+  <node id='-10716' lat='13.8845' lon='5.52957' />
+  <node id='-10718' lat='14.49418' lon='-82.06974' />
+  <node id='-10720' lat='11.91792' lon='-82.56142' />
+  <node id='-10722' lat='11.01562' lon='-83.68276' />
+  <node id='-10724' lat='13.13228' lon='-87.7346' />
+  <node id='-10726' lat='13.12523' lon='-87.55124' />
+  <node id='-10728' lat='-54.71036' lon='3.87126' />
+  <node id='-10730' lat='-54.70531' lon='2.85578' />
+  <node id='-10732' lat='-54.15099' lon='2.86398' />
+  <node id='-10734' lat='-54.15611' lon='3.87947' />
+  <node id='-10736' lat='69.80584' lon='30.84095' />
+  <node id='-10738' lat='69.04774' lon='28.91738' />
+  <node id='-10740' lat='69.04469' lon='20.0695' />
+  <node id='-10742' lat='67.96537' lon='17.90787' />
+  <node id='-10744' lat='64.58402' lon='13.64276' />
+  <node id='-10746' lat='64.46674' lon='14.11117' />
+  <node id='-10748' lat='64.18725' lon='14.16051' />
+  <node id='-10750' lat='64.00953' lon='13.98222' />
+  <node id='-10752' lat='64.09087' lon='13.23411' />
+  <node id='-10754' lat='61.7147' lon='12.14746' />
+  <node id='-10756' lat='58.89604' lon='11.45199' />
+  <node id='-10758' lat='58.99022' lon='11.4601' />
+  <node id='-10760' lat='27.88015' lon='88.13378' />
+  <node id='-10762' lat='28.82763' lon='80.06957' />
+  <node id='-10764' lat='30.20059' lon='81.03953' />
+  <node id='-10766' lat='-0.26' lon='167.2' />
+  <node id='-10768' lat='-0.8' lon='167.2' />
+  <node id='-10770' lat='-0.8' lon='166.65' />
+  <node id='-10772' lat='-0.26' lon='166.65' />
+  <node id='-10774' lat='22.55394' lon='61.45114' />
+  <node id='-10776' lat='17.24021' lon='56.66759' />
+  <node id='-10778' lat='19.00083' lon='52.00311' />
+  <node id='-10780' lat='20.00083' lon='54.99756' />
+  <node id='-10782' lat='21.99658' lon='55.66469' />
+  <node id='-10784' lat='26.58649' lon='56.2644' />
+  <node id='-10786' lat='26.76645' lon='56.68954' />
+  <node id='-10788' lat='29.85181' lon='66.24175' />
+  <node id='-10790' lat='30.06321' lon='66.23609' />
+  <node id='-10792' lat='31.59687' lon='68.91078' />
+  <node id='-10794' lat='32.29119' lon='69.27932' />
+  <node id='-10796' lat='32.88843' lon='69.49854' />
+  <node id='-10798' lat='34.26619' lon='71.12815' />
+  <node id='-10800' lat='34.87728' lon='71.29472' />
+  <node id='-10802' lat='36.04134' lon='71.19505' />
+  <node id='-10804' lat='36.84601' lon='72.6323' />
+  <node id='-10806' lat='36.82648' lon='74.04856' />
+  <node id='-10808' lat='6.97312' lon='-82.13751' />
+  <node id='-10810' lat='-12.50689' lon='-68.65044' />
+  <node id='-10812' lat='-15.61358' lon='-69.40336' />
+  <node id='-10814' lat='-17.4988' lon='-69.46897' />
+  <node id='-10816' lat='-9.48146' lon='144.30183' />
+  <node id='-10818' lat='-9.19253' lon='142.23304' />
+  <node id='-10820' lat='-9.19923' lon='142.1462' />
+  <node id='-10822' lat='-9.23534' lon='142.0953' />
+  <node id='-10824' lat='-9.56571' lon='142.0601' />
+  <node id='-10826' lat='-9.34945' lon='140.88922' />
+  <node id='-10828' lat='-9.1242' lon='141.00782' />
+  <node id='-10830' lat='55.25302' lon='18.57853' />
+  <node id='-10832' lat='54.36264' lon='22.79705' />
+  <node id='-10834' lat='49.84249' lon='22.99329' />
+  <node id='-10836' lat='49.53094' lon='22.64534' />
+  <node id='-10838' lat='49.20288' lon='22.72009' />
+  <node id='-10840' lat='49.22136' lon='22.04427' />
+  <node id='-10842' lat='49.37176' lon='21.09799' />
+  <node id='-10844' lat='49.1813' lon='20.08238' />
+  <node id='-10846' lat='49.27806' lon='19.82237' />
+  <node id='-10848' lat='53.74464' lon='14.27249' />
+  <node id='-10852' lat='42.32281' lon='130.65022' />
+  <node id='-10854' lat='38.61914' lon='128.65655' />
+  <node id='-10856' lat='38.62345' lon='128.37487' />
+  <node id='-10858' lat='37.84095' lon='126.43239' />
+  <node id='-10860' lat='37.83113' lon='126.24402' />
+  <node id='-10862' lat='37.74728' lon='126.18776' />
+  <node id='-10864' lat='37.62643' lon='125.37112' />
+  <node id='-10866' lat='37.66334' lon='125.06408' />
+  <node id='-10868' lat='37.977' lon='124.84224' />
+  <node id='-10870' lat='38.79949' lon='123.90497' />
+  <node id='-10872' lat='-22.09157' lon='-57.98625' />
+  <node id='-10874' lat='-22.29008' lon='-55.8331' />
+  <node id='-10876' lat='-23.9657' lon='-55.41784' />
+  <node id='-10878' lat='-24.07305' lon='-54.28207' />
+  <node id='-10880' lat='-27.3467' lon='-55.89195' />
+  <node id='-10882' lat='-27.29973' lon='-58.59549' />
+  <node id='-10884' lat='-25.13863' lon='-57.80821' />
+  <node id='-10886' lat='24.74049' lon='50.8133' />
+  <node id='-10888' lat='25.57887' lon='50.57069' />
+  <node id='-10890' lat='26.70231' lon='51.83682' />
+  <node id='-10892' lat='24.66608' lon='51.58834' />
+  <node id='-10894' lat='47.98538' lon='27.15622' />
+  <node id='-10896' lat='47.73722' lon='27.29069' />
+  <node id='-10898' lat='46.97621' lon='28.09095' />
+  <node id='-10900' lat='46.50481' lon='28.22281' />
+  <node id='-10902' lat='45.6051' lon='28.08927' />
+  <node id='-10904' lat='45.46895' lon='28.21139' />
+  <node id='-10906' lat='43.70874' lon='29.24336' />
+  <node id='-10908' lat='44.6619' lon='22.30844' />
+  <node id='-10910' lat='44.89502' lon='21.56328' />
+  <node id='-10912' lat='45.49788' lon='20.77217' />
+  <node id='-10914' lat='45.77738' lon='20.82364' />
+  <node id='-10916' lat='45.82801' lon='20.65645' />
+  <node id='-10918' lat='45.99356' lon='20.35862' />
+  <node id='-10920' lat='47.96858' lon='23.4979' />
+  <node id='-10922' lat='47.95062' lon='24.61994' />
+  <node id='-10924' lat='47.93919' lon='25.77723' />
+  <node id='-10926' lat='54.44203' lon='19.8038' />
+  <node id='-10928' lat='71.53642' lon='180.0' />
+  <node id='-10930' lat='49.32325' lon='108.53969' />
+  <node id='-10932' lat='51.35566' lon='102.14032' />
+  <node id='-10934' lat='49.46934' lon='88.17223' />
+  <node id='-10936' lat='41.95365' lon='48.80971' />
+  <node id='-10938' lat='43.06294' lon='39.81147' />
+  <node id='-10940' lat='47.12069' lon='38.22955' />
+  <node id='-10942' lat='47.61631' lon='38.35062' />
+  <node id='-10944' lat='47.69346' lon='38.76379' />
+  <node id='-10946' lat='47.87719' lon='38.87979' />
+  <node id='-10948' lat='47.82876' lon='39.73935' />
+  <node id='-10950' lat='48.59368' lon='39.67226' />
+  <node id='-10952' lat='48.99454' lon='39.6683' />
+  <node id='-10954' lat='49.05121' lon='39.6836' />
+  <node id='-10956' lat='49.05709' lon='39.93437' />
+  <node id='-10958' lat='50.00904' lon='38.68677' />
+  <node id='-10960' lat='50.34935' lon='37.08468' />
+  <node id='-10962' lat='52.10266' lon='32.2777' />
+  <node id='-10964' lat='52.08085' lon='32.23331' />
+  <node id='-10966' lat='52.03319' lon='32.08813' />
+  <node id='-10968' lat='52.11406' lon='31.7822' />
+  <node id='-10970' lat='52.32146' lon='31.57971' />
+  <node id='-10972' lat='52.69707' lon='31.50406' />
+  <node id='-10974' lat='53.031' lon='31.24147' />
+  <node id='-10976' lat='53.33494' lon='32.73257' />
+  <node id='-10978' lat='54.25315' lon='31.30791' />
+  <node id='-10980' lat='54.80699' lon='30.75165' />
+  <node id='-10982' lat='54.94064' lon='30.81759' />
+  <node id='-10984' lat='55.28223' lon='30.87944' />
+  <node id='-10986' lat='55.27931' lon='30.81946' />
+  <node id='-10988' lat='60.52722' lon='27.77352' />
+  <node id='-10990' lat='-1.0555' lon='30.47194' />
+  <node id='-10992' lat='-1.43244' lon='30.71974' />
+  <node id='-10994' lat='-1.39016' lon='29.59061' />
+  <node id='-10996' lat='-1.06896' lon='30.35212' />
+  <node id='-10998' lat='27.31569' lon='-8.66674' />
+  <node id='-11000' lat='25.9986' lon='-12.0002' />
+  <node id='-11002' lat='23.4538' lon='-12.00251' />
+  <node id='-11004' lat='23.41935' lon='-12.14969' />
+  <node id='-11006' lat='23.28975' lon='-12.5741' />
+  <node id='-11008' lat='22.75649' lon='-13.15313' />
+  <node id='-11010' lat='21.33997' lon='-16.95474' />
+  <node id='-11012' lat='21.12142' lon='-16.99806' />
+  <node id='-11014' lat='21.05368' lon='-17.0357' />
+  <node id='-11016' lat='20.85742' lon='-17.0695' />
+  <node id='-11018' lat='21.36587' lon='-14.78487' />
+  <node id='-11020' lat='22.41636' lon='-14.1291' />
+  <node id='-11022' lat='23.77231' lon='-13.75627' />
+  <node id='-11024' lat='24.01923' lon='-13.00628' />
+  <node id='-11026' lat='25.13682' lon='-12.12281' />
+  <node id='-11028' lat='26.05229' lon='-11.62052' />
+  <node id='-11030' lat='26.611' lon='-11.38635' />
+  <node id='-11032' lat='26.98639' lon='-9.08698' />
+  <node id='-11034' lat='27.66663' lon='-8.77527' />
+  <node id='-11036' lat='26.53976' lon='50.38162' />
+  <node id='-11038' lat='25.87592' lon='50.302' />
+  <node id='-11040' lat='24.54396' lon='50.92992' />
+  <node id='-11042' lat='16.40371' lon='42.76801' />
+  <node id='-11044' lat='27.99552' lon='34.46254' />
+  <node id='-11046' lat='29.18469' lon='36.07081' />
+  <node id='-11048' lat='29.86903' lon='36.75083' />
+  <node id='-11050' lat='29.99949' lon='37.4971' />
+  <node id='-11052' lat='30.33245' lon='37.66395' />
+  <node id='-11054' lat='31.50081' lon='36.99791' />
+  <node id='-11056' lat='31.99721' lon='38.99233' />
+  <node id='-11058' lat='22.00903' lon='37.8565' />
+  <node id='-11060' lat='15.69575' lon='23.99997' />
+  <node id='-11062' lat='19.49944' lon='23.99539' />
+  <node id='-11064' lat='20.00038' lon='23.99715' />
+  <node id='-11066' lat='19.99661' lon='24.99794' />
+  <node id='-11068' lat='4.77382' lon='35.82118' />
+  <node id='-11070' lat='3.75068' lon='33.51264' />
+  <node id='-11072' lat='3.77812' lon='33.18356' />
+  <node id='-11074' lat='16.13961' lon='-13.80075' />
+  <node id='-11076' lat='11.92379' lon='-17.4623' />
+  <node id='-11078' lat='13.04579' lon='-17.43966' />
+  <node id='-11080' lat='14.63444' lon='-18.35085' />
+  <node id='-11082' lat='16.07139' lon='-17.15288' />
+  <node id='-11084' lat='16.0496' lon='-16.48967' />
+  <node id='-11086' lat='1.42405' lon='104.00131' />
+  <node id='-11088' lat='1.42015' lon='104.08871' />
+  <node id='-11090' lat='1.39694' lon='104.09162' />
+  <node id='-11092' lat='1.35998' lon='104.08072' />
+  <node id='-11094' lat='1.27714' lon='104.12282' />
+  <node id='-11096' lat='1.26954' lon='104.03085' />
+  <node id='-11098' lat='1.12902' lon='103.74084' />
+  <node id='-11100' lat='1.43166' lon='103.67468' />
+  <node id='-11102' lat='1.46108' lon='103.7219' />
+  <node id='-11104' lat='1.4502' lon='103.74161' />
+  <node id='-11106' lat='1.42926' lon='103.93384' />
+  <node id='-11108' lat='8.04829' lon='-10.57523' />
+  <node id='-11110' lat='8.04072' lon='-10.60492' />
+  <node id='-11112' lat='9.86834' lon='-12.47254' />
+  <node id='-11114' lat='9.87203' lon='-12.12634' />
+  <node id='-11116' lat='9.93927' lon='-11.91023' />
+  <node id='-11118' lat='13.41078' lon='-87.84675' />
+  <node id='-11120' lat='13.35689' lon='-87.80177' />
+  <node id='-11122' lat='12.63306' lon='-88.11443' />
+  <node id='-11124' lat='12.8866' lon='-90.55276' />
+  <node id='-11126' lat='43.89369' lon='12.45648' />
+  <node id='-11128' lat='43.9024' lon='12.40935' />
+  <node id='-11130' lat='43.98052' lon='12.47853' />
+  <node id='-11132' lat='43.99122' lon='12.51463' />
+  <node id='-11134' lat='43.97131' lon='12.50622' />
+  <node id='-11136' lat='43.96198' lon='12.50875' />
+  <node id='-11138' lat='43.94096' lon='12.51553' />
+  <node id='-11140' lat='43.89706' lon='12.48771' />
+  <node id='-11142' lat='8.00124' lon='47.97917' />
+  <node id='-11144' lat='11.56816' lon='48.95249' />
+  <node id='-11146' lat='12.56479' lon='51.12877' />
+  <node id='-11148' lat='46.19005' lon='19.66007' />
+  <node id='-11150' lat='45.24148' lon='21.29398' />
+  <node id='-11152' lat='45.01941' lon='21.35855' />
+  <node id='-11154' lat='44.66165' lon='21.7795' />
+  <node id='-11156' lat='44.47258' lon='22.45436' />
+  <node id='-11158' lat='44.21564' lon='22.67173' />
+  <node id='-11160' lat='43.47225' lon='22.53397' />
+  <node id='-11162' lat='43.19279' lon='23.00806' />
+  <node id='-11164' lat='42.56851' lon='22.43983' />
+  <node id='-11166' lat='42.74888' lon='21.39045' />
+  <node id='-11168' lat='42.8335' lon='20.35692' />
+  <node id='-11170' lat='43.5264' lon='19.22807' />
+  <node id='-11172' lat='2.67798' lon='-54.28534' />
+  <node id='-11174' lat='2.32856' lon='-54.6084' />
+  <node id='-11176' lat='2.02964' lon='-56.70519' />
+  <node id='-11178' lat='5.0208' lon='-57.37442' />
+  <node id='-11180' lat='6.2264' lon='-53.7094' />
+  <node id='-11182' lat='48.92857' lon='22.42934' />
+  <node id='-11184' lat='45.4436' lon='13.67398' />
+  <node id='-11186' lat='45.59464' lon='13.45644' />
+  <node id='-11188' lat='45.59352' lon='13.7198' />
+  <node id='-11190' lat='45.59811' lon='13.74587' />
+  <node id='-11192' lat='45.58185' lon='13.84106' />
+  <node id='-11194' lat='45.8072' lon='13.59784' />
+  <node id='-11196' lat='55.1553' lon='14.28399' />
+  <node id='-11198' lat='55.13257' lon='12.84405' />
+  <node id='-11200' lat='55.42675' lon='12.60345' />
+  <node id='-11202' lat='55.63369' lon='12.88472' />
+  <node id='-11204' lat='55.91371' lon='12.6372' />
+  <node id='-11206' lat='56.29488' lon='12.07466' />
+  <node id='-11208' lat='-25.999' lon='32.00916' />
+  <node id='-11210' lat='-26.5317' lon='32.13409' />
+  <node id='-11212' lat='-26.8096' lon='32.00893' />
+  <node id='-11214' lat='-27.31675' lon='31.97592' />
+  <node id='-11216' lat='-27.31549' lon='31.49834' />
+  <node id='-11218' lat='-25.71886' lon='31.4175' />
+  <node id='-11220' lat='37.2863' lon='42.23683' />
+  <node id='-11222' lat='33.40479' lon='35.82577' />
+  <node id='-11224' lat='33.47886' lon='35.94816' />
+  <node id='-11226' lat='34.64977' lon='35.98718' />
+  <node id='-11228' lat='35.92109' lon='35.931' />
+  <node id='-11230' lat='35.94107' lon='35.98499' />
+  <node id='-11232' lat='35.92403' lon='36.01844' />
+  <node id='-11234' lat='36.22088' lon='36.39206' />
+  <node id='-11236' lat='36.23677' lon='36.68672' />
+  <node id='-11238' lat='36.82901' lon='36.66727' />
+  <node id='-11240' lat='36.75997' lon='36.99557' />
+  <node id='-11242' lat='36.63495' lon='37.08279' />
+  <node id='-11244' lat='36.6736' lon='37.21988' />
+  <node id='-11246' lat='36.63243' lon='37.47253' />
+  <node id='-11248' lat='36.66904' lon='37.49103' />
+  <node id='-11250' lat='36.75065' lon='37.68048' />
+  <node id='-11252' lat='36.76055' lon='37.81974' />
+  <node id='-11254' lat='36.91842' lon='38.21064' />
+  <node id='-11256' lat='36.90064' lon='38.38859' />
+  <node id='-11258' lat='36.84429' lon='38.55908' />
+  <node id='-11260' lat='36.70629' lon='38.74042' />
+  <node id='-11262' lat='36.70911' lon='39.03217' />
+  <node id='-11264' lat='36.66834' lon='39.21538' />
+  <node id='-11266' lat='36.75538' lon='39.81589' />
+  <node id='-11268' lat='37.0996' lon='40.69136' />
+  <node id='-11270' lat='37.13147' lon='40.90856' />
+  <node id='-11272' lat='37.07665' lon='41.21937' />
+  <node id='-11274' lat='37.08084' lon='41.515' />
+  <node id='-11276' lat='37.17209' lon='42.00894' />
+  <node id='-11278' lat='37.28569' lon='42.18225' />
+  <node id='-11280' lat='37.31323' lon='42.19301' />
+  <node id='-11282' lat='37.32491' lon='42.2112' />
+  <node id='-11284' lat='37.31395' lon='42.22257' />
+  <node id='-11286' lat='37.30238' lon='42.22381' />
+  <node id='-11288' lat='37.28715' lon='42.20454' />
+  <node id='-11290' lat='37.28026' lon='42.21548' />
+  <node id='-11292' lat='7.22462' lon='102.46318' />
+  <node id='-11294' lat='6.50233' lon='99.91873' />
+  <node id='-11296' lat='6.44501' lon='99.50117' />
+  <node id='-11298' lat='8.18901' lon='97.19814' />
+  <node id='-11300' lat='39.86989' lon='70.52631' />
+  <node id='-11302' lat='40.90612' lon='70.68112' />
+  <node id='-11304' lat='40.98941' lon='70.57501' />
+  <node id='-11306' lat='40.98787' lon='70.54223' />
+  <node id='-11308' lat='41.00642' lon='70.56077' />
+  <node id='-11310' lat='40.72825' lon='70.80009' />
+  <node id='-11312' lat='40.45174' lon='70.32626' />
+  <node id='-11314' lat='40.26421' lon='70.56394' />
+  <node id='-11316' lat='40.17396' lon='70.62342' />
+  <node id='-11318' lat='40.217' lon='70.8607' />
+  <node id='-11320' lat='40.12797' lon='70.7928' />
+  <node id='-11322' lat='39.93216' lon='70.47557' />
+  <node id='-11324' lat='40.00891' lon='70.58297' />
+  <node id='-11326' lat='40.23288' lon='70.01283' />
+  <node id='-11328' lat='39.92877' lon='69.43557' />
+  <node id='-11330' lat='40.01994' lon='69.35649' />
+  <node id='-11332' lat='39.52516' lon='69.3594' />
+  <node id='-11334' lat='39.58792' lon='70.64087' />
+  <node id='-11336' lat='39.35116' lon='72.85934' />
+  <node id='-11338' lat='37.46495' lon='73.29633' />
+  <node id='-11340' lat='37.02014' lon='72.66381' />
+  <node id='-11342' lat='36.68084' lon='71.83229' />
+  <node id='-11344' lat='37.05855' lon='71.43097' />
+  <node id='-11346' lat='37.93031' lon='71.24969' />
+  <node id='-11348' lat='37.93276' lon='70.17206' />
+  <node id='-11350' lat='37.09426' lon='69.25152' />
+  <node id='-11352' lat='36.91923' lon='68.02194' />
+  <node id='-11354' lat='37.31594' lon='67.8474' />
+  <node id='-11356' lat='37.93' lon='68.12635' />
+  <node id='-11358' lat='38.39435' lon='68.06274' />
+  <node id='-11360' lat='38.82115' lon='68.06948' />
+  <node id='-11362' lat='39.02589' lon='68.09704' />
+  <node id='-11364' lat='39.00775' lon='67.68915' />
+  <node id='-11366' lat='39.53929' lon='68.54166' />
+  <node id='-11368' lat='40.54469' lon='69.21063' />
+  <node id='-11370' lat='40.62615' lon='69.69434' />
+  <node id='-11372' lat='41.04438' lon='70.45251' />
+  <node id='-11374' lat='41.21694' lon='60.5078' />
+  <node id='-11376' lat='38.95561' lon='64.19086' />
+  <node id='-11378' lat='38.29052' lon='65.55873' />
+  <node id='-11380' lat='37.35409' lon='66.55743' />
+  <node id='-11382' lat='37.34388' lon='65.64263' />
+  <node id='-11384' lat='40.29239' lon='51.7708' />
+  <node id='-11386' lat='41.25435' lon='57.03423' />
+  <node id='-11388' lat='-9.34243' lon='124.04286' />
+  <node id='-11390' lat='-8.41485' lon='127.53551' />
+  <node id='-11392' lat='-8.75859' lon='124.92337' />
+  <node id='-11394' lat='-8.22976' lon='125.31127' />
+  <node id='-11396' lat='-8.06136' lon='125.65946' />
+  <node id='-11398' lat='-8.31789' lon='125.87691' />
+  <node id='-11400' lat='37.6713' lon='11.2718' />
+  <node id='-11402' lat='33.34642' lon='11.66543' />
+  <node id='-11404' lat='33.16754' lon='11.56255' />
+  <node id='-11406' lat='33.09826' lon='11.51549' />
+  <node id='-11408' lat='31.72648' lon='10.31364' />
+  <node id='-11410' lat='30.23971' lon='9.55544' />
+  <node id='-11412' lat='32.07865' lon='9.07483' />
+  <node id='-11414' lat='33.42114' lon='7.73687' />
+  <node id='-11416' lat='34.20167' lon='7.66174' />
+  <node id='-11418' lat='34.16492' lon='7.74207' />
+  <node id='-11420' lat='34.3987' lon='7.86264' />
+  <node id='-11422' lat='35.23376' lon='8.47318' />
+  <node id='-11424' lat='36.9401' lon='8.64044' />
+  <node id='-11426' lat='37.14286' lon='8.59123' />
+  <node id='-11428' lat='41.98371' lon='28.32297' />
+  <node id='-11430' lat='40.73051' lon='26.03489' />
+  <node id='-11432' lat='36.10365' lon='29.69611' />
+  <node id='-11434' lat='36.14179' lon='29.61805' />
+  <node id='-11436' lat='36.1731' lon='29.61002' />
+  <node id='-11438' lat='36.18377' lon='29.48192' />
+  <node id='-11440' lat='36.69898' lon='27.89482' />
+  <node id='-11442' lat='25.98197' lon='122.26612' />
+  <node id='-11444' lat='-0.99911' lon='30.80408' />
+  <node id='-11446' lat='-10.25691' lon='40.74206' />
+  <node id='-11448' lat='-4.44681' lon='29.63827' />
+  <node id='-11450' lat='-2.41404' lon='30.54501' />
+  <node id='-11452' lat='-1.91477' lon='30.80802' />
+  <node id='-11454' lat='3.48867' lon='30.85153' />
+  <node id='-11456' lat='3.89296' lon='33.02852' />
+  <node id='-11458' lat='4.23316' lon='33.9873' />
+  <node id='-11460' lat='46.98085' lon='38.3384' />
+  <node id='-11462' lat='46.86078' lon='38.12112' />
+  <node id='-11464' lat='45.79231' lon='35.23066' />
+  <node id='-11466' lat='46.10317' lon='33.57318' />
+  <node id='-11468' lat='46.06013' lon='33.59087' />
+  <node id='-11470' lat='46.0123' lon='33.54017' />
+  <node id='-11472' lat='45.08461' lon='30.04414' />
+  <node id='-11474' lat='45.43907' lon='28.28504' />
+  <node id='-11476' lat='49.08865' lon='22.56155' />
+  <node id='-11478' lat='49.00725' lon='22.89122' />
+  <node id='-11480' lat='50.38248' lon='23.71382' />
+  <node id='-11482' lat='50.60752' lon='24.0996' />
+  <node id='-11484' lat='51.07697' lon='23.90376' />
+  <node id='-11486' lat='51.40871' lon='23.69905' />
+  <node id='-11488' lat='51.50512' lon='23.62751' />
+  <node id='-11490' lat='51.97143' lon='25.20228' />
+  <node id='-11492' lat='51.77291' lon='27.20602' />
+  <node id='-11494' lat='51.66988' lon='28.23452' />
+  <node id='-11496' lat='51.54505' lon='28.37592' />
+  <node id='-11498' lat='18.71009' lon='-74.7289' />
+  <node id='-11500' lat='18.06252' lon='-74.76465' />
+  <node id='-11502' lat='18.17213' lon='-75.27909' />
+  <node id='-11504' lat='18.6531' lon='-75.24866' />
+  <node id='-11506' lat='19.02804' lon='166.94111' />
+  <node id='-11508' lat='19.02484' lon='166.27567' />
+  <node id='-11510' lat='19.60026' lon='166.27257' />
+  <node id='-11512' lat='19.60345' lon='166.93801' />
+  <node id='-11514' lat='65.98512' lon='-168.95635' />
+  <node id='-11516' lat='40.01404' lon='71.78838' />
+  <node id='-11518' lat='39.95026' lon='71.1427' />
+  <node id='-11520' lat='39.88423' lon='71.16101' />
+  <node id='-11522' lat='40.05481' lon='71.01035' />
+  <node id='-11524' lat='40.18154' lon='71.00236' />
+  <node id='-11526' lat='40.86947' lon='72.59136' />
+  <node id='-11528' lat='40.28761' lon='70.95789' />
+  <node id='-11530' lat='40.22392' lon='70.9818' />
+  <node id='-11532' lat='41.90056' lon='12.45181' />
+  <node id='-11534' lat='41.90095' lon='12.44834' />
+  <node id='-11536' lat='41.90326' lon='12.44815' />
+  <node id='-11538' lat='41.90545' lon='12.44984' />
+  <node id='-11540' lat='41.90629' lon='12.45561' />
+  <node id='-11542' lat='41.90143' lon='12.45435' />
+  <node id='-11544' lat='12.38063' lon='-70.24399' />
+  <node id='-11546' lat='11.18974' lon='-61.62505' />
+  <node id='-11548' lat='10.04435' lon='-62.08693' />
+  <node id='-11550' lat='8.10026' lon='109.55486' />
+  <node id='-11552' lat='8.03101' lon='104.81582' />
+  <node id='-11554' lat='17.36399' lon='106.09019' />
+  <node id='-11556' lat='16.16312' lon='53.32998' />
+  <node id='-11558' lat='12.12478' lon='55.69862' />
+  <node id='-11560' lat='11.68582' lon='52.253' />
+  <node id='-11562' lat='12.3823' lon='43.90659' />
+  <node id='-11564' lat='-25.99973' lon='31.86881' />
+  <node id='-11566' lat='-26.84722' lon='30.81101' />
+  <node id='-11568' lat='-26.79622' lon='30.88826' />
+  <node id='-11570' lat='-26.92706' lon='30.97757' />
+  <node id='-11572' lat='-27.0245' lon='30.96088' />
+  <node id='-11574' lat='-27.20151' lon='31.15027' />
+  <node id='-11576' lat='-28.42622' lon='19.99882' />
+  <node id='-11578' lat='-24.81004' lon='20.03678' />
+  <node id='-11580' lat='-22.19581' lon='29.37703' />
+  <node id='-11582' lat='-28.7293' lon='28.1317' />
+  <node id='-11584' lat='-9.40138' lon='32.95389' />
+  <node id='-11586' lat='-13.80755' lon='32.79015' />
+  <node id='-11588' lat='-15.93805' lon='29.01298' />
+  <node id='-11590' lat='-16.96274' lon='27.83141' />
+  <node id='-11592' lat='-17.24365' lon='27.62795' />
+  <node id='-11594' lat='-17.34378' lon='27.61377' />
+  <node id='-11596' lat='-18.07411' lon='26.68403' />
+  <node id='-11598' lat='-17.86232' lon='25.51646' />
+  <node id='-11600' lat='-17.62877' lon='23.47474' />
+  <node id='-11602' lat='-16.18028' lon='22.00323' />
+  <node id='-11604' lat='-12.14898' lon='29.8139' />
+  <node id='-11606' lat='-9.44726' lon='28.51627' />
+  <node id='-11608' lat='-19.36098' lon='32.77966' />
+  <node id='-11610' lat='-21.32873' lon='32.48236' />
+  <node id='-11612' lat='-22.422' lon='31.30611' />
+  <node id='-11614' lat='83.41631' lon='-85.36473' />
+  <node id='-11616' lat='83.40597' lon='-62.36036' />
+  <node id='-11618' lat='82.31398' lon='-59.93819' />
+  <node id='-11620' lat='81.66522' lon='-63.1988' />
+  <node id='-11622' lat='78.42484' lon='-73.91222' />
+  <node id='-11624' lat='80.75493' lon='-67.48417' />
+  <node id='-11626' lat='75.70014' lon='-74.12379' />
+  <node id='-11628' lat='48.53282' lon='-125.03842' />
+  <node id='-11630' lat='48.21223' lon='-123.50039' />
+  <node id='-11632' lat='48.35395' lon='-123.15614' />
+  <node id='-11634' lat='48.6959' lon='-123.26565' />
+  <node id='-11636' lat='48.76586' lon='-123.0093' />
+  <node id='-11638' lat='48.83186' lon='-123.0093' />
+  <node id='-11640' lat='49.00419' lon='-123.32163' />
+  <node id='-11642' lat='33.57011' lon='-122.18305' />
+  <node id='-11644' lat='32.5991' lon='-118.48109' />
+  <node id='-11646' lat='48.51151' lon='-133.36909' />
+  <node id='-11648' lat='54.62289' lon='-133.92876' />
+  <node id='-11650' lat='54.70835' lon='-130.61931' />
+  <node id='-11652' lat='54.76912' lon='-130.64499' />
+  <node id='-11654' lat='54.85377' lon='-130.44184' />
+  <node id='-11656' lat='54.97174' lon='-130.27203' />
+  <node id='-11658' lat='55.07744' lon='-130.18765' />
+  <node id='-11660' lat='55.21556' lon='-130.08035' />
+  <node id='-11662' lat='55.28029' lon='-129.97513' />
+  <node id='-11664' lat='43.71683' lon='-59.437' />
+  <node id='-11666' lat='44.90965' lon='-66.96824' />
+  <node id='-11668' lat='44.83078' lon='-66.96824' />
+  <node id='-11670' lat='44.82597' lon='-66.93432' />
+  <node id='-11672' lat='44.87071' lon='-66.98249' />
+  <node id='-11674' lat='27.02964' lon='-79.36558' />
+  <node id='-11676' lat='24.23074' lon='-82.02215' />
+  <node id='-11678' lat='84.11035' lon='-34.32457' />
+  <node id='-11680' lat='55.43944' lon='-45.64471' />
+  <node id='-11682' lat='82.6752' lon='-3.52068' />
+  <node id='-11684' lat='-23.49588' lon='166.93331' />
+  <node id='-11686' lat='-15.7108' lon='158.60851' />
+  <node id='-11688' lat='-18.93777' lon='157.46481' />
+  <node id='-11690' lat='-53.87687' lon='71.08716' />
+  <node id='-11692' lat='-9.05052' lon='127.55165' />
+  <node id='-11694' lat='-9.24611' lon='142.31447' />
+  <node id='-11696' lat='-9.35994' lon='142.5723' />
+  <node id='-11698' lat='-9.31709' lon='142.81927' />
+  <node id='-11700' lat='-12.9001' lon='155.22803' />
+  <node id='-11702' lat='-21.86428' lon='158.4748' />
+  <node id='-11704' lat='-54.25538' lon='159.92772' />
+  <node id='-11706' lat='-53.19756' lon='169.00308' />
+  <node id='-11708' lat='-50.04657' lon='179.49541' />
+  <node id='-11710' lat='-36.79303' lon='179.49541' />
+  <node id='-11712' lat='-29.09191' lon='169.6687' />
+  <node id='-11714' lat='8.98767' lon='79.37385' />
+  <node id='-11716' lat='5.46963' lon='79.9245' />
+  <node id='-11718' lat='6.54691' lon='82.74996' />
+  <node id='-11720' lat='10.20786' lon='80.48418' />
+  <node id='-11722' lat='9.80115' lon='79.42124' />
+  <node id='-11724' lat='53.385' lon='172.01045' />
+  <node id='-11726' lat='51.06331' lon='171.97544' />
+  <node id='-11728' lat='51.0171' lon='180.0' />
+  <node id='-11730' lat='53.34113' lon='180.0' />
+  <node id='-11732' lat='53.9242' lon='169.19658' />
+  <node id='-11734' lat='44.571' lon='145.82343' />
+  <node id='-11736' lat='43.76813' lon='145.23667' />
+  <node id='-11738' lat='43.50342' lon='145.76215' />
+  <node id='-11740' lat='43.07828' lon='145.97944' />
+  <node id='-11742' lat='62.52334' lon='180.0' />
+  <node id='-11744' lat='45.92937' lon='140.9182' />
+  <node id='-11746' lat='41.5445' lon='131.95041' />
+  <node id='-11748' lat='77.7025' lon='157.93051' />
+  <node id='-11750' lat='81.82849' lon='94.09128' />
+  <node id='-11752' lat='82.16972' lon='56.59649' />
+  <node id='-11754' lat='70.16571' lon='31.59909' />
+  <node id='-11756' lat='50.81807' lon='-179.55295' />
+  <node id='-11758' lat='57.62081' lon='-179.55295' />
+  <node id='-11760' lat='63.77445' lon='-172.76104' />
+  <node id='-11762' lat='65.48473' lon='-169.03888' />
+  <node id='-11764' lat='71.99091' lon='-168.25765' />
+  <node id='-11766' lat='62.99867' lon='-25.58144' />
+  <node id='-11768' lat='63.06873' lon='-12.08632' />
+  <node id='-11770' lat='70.09565' lon='-10.71459' />
+  <node id='-11772' lat='67.46637' lon='-25.70385' />
+  <node id='-11774' lat='23.44484' lon='-80.16442' />
+  <node id='-11776' lat='20.6935' lon='-73.62304' />
+  <node id='-11778' lat='20.79216' lon='-72.94479' />
+  <node id='-11780' lat='22.40371' lon='-72.41726' />
+  <node id='-11782' lat='26.86841' lon='-76.80329' />
+  <node id='-11784' lat='27.53866' lon='-78.4311' />
+  <node id='-11786' lat='17.48384' lon='-64.35558' />
+  <node id='-11788' lat='18.10286' lon='-64.646' />
+  <node id='-11790' lat='18.39954' lon='-64.86049' />
+  <node id='-11792' lat='18.36478' lon='-64.64067' />
+  <node id='-11794' lat='7.6285' lon='72.15131' />
+  <node id='-11796' lat='7.70688' lon='74.03744' />
+  <node id='-11798' lat='-1.22734' lon='74.20495' />
+  <node id='-11800' lat='-1.32013' lon='72.64576' />
+  <node id='-11802' lat='-4.95745' lon='70.64754' />
+  <node id='-11804' lat='-4.96078' lon='73.19979' />
+  <node id='-11806' lat='-7.72081' lon='73.19616' />
+  <node id='-11808' lat='-7.71751' lon='70.64391' />
+  <node id='-11810' lat='-36.04977' lon='80.15867' />
+  <node id='-11812' lat='-51.14192' lon='70.67507' />
+  <node id='-11814' lat='-46.28749' lon='46.31615' />
+  <node id='-11816' lat='-20.37973' lon='54.32269' />
+  <node id='-11818' lat='-20.2711' lon='56.62373' />
+  <node id='-11820' lat='-21.9174' lon='56.73473' />
+  <node id='-11822' lat='-22.02482' lon='54.43368' />
+  <node id='-11824' lat='-9.1938' lon='63.47388' />
+  <node id='-11826' lat='-21.5783' lon='64.11105' />
+  <node id='-11828' lat='-9.55401' lon='56.09755' />
+  <node id='-11830' lat='-3.53165' lon='53.06458' />
+  <node id='-11832' lat='-2.9998' lon='56.94974' />
+  <node id='-11834' lat='-7.697' lon='57.144' />
+  <node id='-11836' lat='-10.83678' lon='46.52682' />
+  <node id='-11838' lat='-9.09441' lon='45.39948' />
+  <node id='-11840' lat='-10.78153' lon='51.51407' />
+  <node id='-11842' lat='-11.11413' lon='42.93552' />
+  <node id='-11844' lat='-11.04481' lon='44.69407' />
+  <node id='-11846' lat='-12.58368' lon='44.75722' />
+  <node id='-11848' lat='-12.65261' lon='42.99868' />
+  <node id='-11850' lat='-10.8109' lon='48.86266' />
+  <node id='-11852' lat='-16.09877' lon='43.72277' />
+  <node id='-11854' lat='-23.17181' lon='40.40841' />
+  <node id='-11856' lat='48.52441' lon='-5.81385' />
+  <node id='-11858' lat='49.22209' lon='-2.56423' />
+  <node id='-11860' lat='48.86706' lon='-2.00491' />
+  <node id='-11862' lat='49.23037' lon='-1.83944' />
+  <node id='-11864' lat='49.46288' lon='-2.09454' />
+  <node id='-11866' lat='52.03902' lon='-5.79914' />
+  <node id='-11868' lat='53.63269' lon='-5.37267' />
+  <node id='-11870' lat='53.87749' lon='-5.83481' />
+  <node id='-11872' lat='57.60709' lon='-14.78497' />
+  <node id='-11874' lat='61.32236' lon='-0.3751' />
+  <node id='-11876' lat='62.35338' lon='-8.51774' />
+  <node id='-11878' lat='62.77194' lon='-5.70102' />
+  <node id='-11880' lat='60.95272' lon='-6.51083' />
+  <node id='-11882' lat='64.74703' lon='-179.99933' />
+  <node id='-11884' lat='71.90735' lon='-179.9843' />
+  <node id='-11886' lat='55.27952' lon='-6.71944' />
+  <node id='-11888' lat='55.19878' lon='-6.9734' />
+  <node id='-11890' lat='39.07068' lon='-32.42346' />
+  <node id='-11892' lat='29.50503' lon='-15.92339' />
+  <node id='-11894' lat='41.4962' lon='-30.18705' />
+  <node id='-11896' lat='37.16868' lon='-7.39769' />
+  <node id='-11898' lat='47.3339' lon='-56.67989' />
+  <node id='-11900' lat='46.51478' lon='-56.70773' />
+  <node id='-11902' lat='44.41383' lon='61.01475' />
+  <node id='-11904' lat='43.51008' lon='62.01711' />
+  <node id='-11906' lat='43.64003' lon='63.34656' />
+  <node id='-11908' lat='43.56941' lon='64.53885' />
+  <node id='-11910' lat='43.74748' lon='64.96464' />
+  <node id='-11912' lat='41.94455' lon='66.00546' />
+  <node id='-11914' lat='41.87388' lon='66.53302' />
+  <node id='-11916' lat='41.1311' lon='66.69129' />
+  <node id='-11918' lat='23.60141' lon='155.16731' />
+  <node id='-11920' lat='23.54946' lon='122.20217' />
+  <node id='-11922' lat='27.24938' lon='123.1407' />
+  <node id='-11924' lat='32.33183' lon='127.42045' />
+  <node id='-11926' lat='34.87122' lon='129.2669' />
+  <node id='-11928' lat='37.41' lon='133.61399' />
+  <node id='-11930' lat='33.30571' lon='122.80525' />
+  <node id='-11932' lat='37.49093' lon='123.85601' />
+  <node id='-11934' lat='37.81462' lon='126.19097' />
+  <node id='-11936' lat='37.72949' lon='125.81159' />
+  <node id='-11938' lat='38.05679' lon='124.67666' />
+  <node id='-11940' lat='37.80827' lon='124.87921' />
+  <node id='-11942' lat='31.01942' lon='123.5458' />
+  <node id='-11944' lat='25.22863' lon='120.49232' />
+  <node id='-11946' lat='24.33015' lon='118.179' />
+  <node id='-11948' lat='24.54644' lon='118.42453' />
+  <node id='-11950' lat='21.52331' lon='120.69238' />
+  <node id='-11952' lat='21.77688' lon='121.8109' />
+  <node id='-11954' lat='25.44232' lon='122.32924' />
+  <node id='-11956' lat='23.51406' lon='121.75634' />
+  <node id='-11958' lat='15.61902' lon='112.88221' />
+  <node id='-11960' lat='15.19951' lon='110.2534' />
+  <node id='-11962' lat='18.66249' lon='107.44022' />
+  <node id='-11964' lat='21.47338' lon='108.10003' />
+  <node id='-11966' lat='20.07614' lon='108.26073' />
+  <node id='-11968' lat='10.48391' lon='103.99198' />
+  <node id='-11970' lat='5.42408' lon='108.10426' />
+  <node id='-11972' lat='2.32059' lon='109.71058' />
+  <node id='-11974' lat='1.79674' lon='134.40878' />
+  <node id='-11976' lat='3.08804' lon='128.97621' />
+  <node id='-11978' lat='6.02692' lon='126.69413' />
+  <node id='-11980' lat='4.82064' lon='124.97752' />
+  <node id='-11982' lat='3.99509' lon='118.41402' />
+  <node id='-11984' lat='3.86466' lon='99.75778' />
+  <node id='-11986' lat='5.70549' lon='97.65314' />
+  <node id='-11988' lat='6.60903' lon='94.98735' />
+  <node id='-11990' lat='5.95573' lon='93.82619' />
+  <node id='-11992' lat='-7.16134' lon='96.82918' />
+  <node id='-11994' lat='-11.65621' lon='122.91521' />
+  <node id='-11996' lat='-8.97063' lon='139.41724' />
+  <node id='-11998' lat='42.4581' lon='34.8305' />
+  <node id='-12000' lat='41.72528' lon='40.89217' />
+  <node id='-12002' lat='35.92555' lon='29.73302' />
+  <node id='-12004' lat='45.19227' lon='29.69272' />
+  <node id='-12006' lat='54.45423' lon='19.64312' />
+  <node id='-12008' lat='54.32395' lon='21.41123' />
+  <node id='-12010' lat='46.13561' lon='33.61467' />
+  <node id='-12012' lat='46.14147' lon='33.63854' />
+  <node id='-12014' lat='46.22615' lon='33.61517' />
+  <node id='-12016' lat='46.23028' lon='33.646' />
+  <node id='-12018' lat='46.18555' lon='33.74047' />
+  <node id='-12020' lat='46.20482' lon='33.79715' />
+  <node id='-12022' lat='46.19863' lon='33.85234' />
+  <node id='-12024' lat='46.15938' lon='33.91549' />
+  <node id='-12026' lat='46.10838' lon='34.05272' />
+  <node id='-12028' lat='46.11769' lon='34.07311' />
+  <node id='-12030' lat='46.10494' lon='34.12929' />
+  <node id='-12032' lat='46.06804' lon='34.181' />
+  <node id='-12034' lat='46.0532' lon='34.25111' />
+  <node id='-12036' lat='46.06114' lon='34.33912' />
+  <node id='-12038' lat='46.00245' lon='34.41221' />
+  <node id='-12040' lat='45.95995' lon='34.44155' />
+  <node id='-12042' lat='45.94267' lon='34.48729' />
+  <node id='-12044' lat='45.95097' lon='34.52011' />
+  <node id='-12046' lat='45.99347' lon='34.55889' />
+  <node id='-12048' lat='45.99347' lon='34.60861' />
+  <node id='-12050' lat='45.97136' lon='34.66679' />
+  <node id='-12052' lat='45.90705' lon='34.75479' />
+  <node id='-12054' lat='45.90047' lon='34.80153' />
+  <node id='-12056' lat='45.81009' lon='34.79905' />
+  <node id='-12058' lat='45.75634' lon='34.96015' />
+  <node id='-12060' lat='46.82615' lon='37.62608' />
+  <node id='-12062' lat='45.50633' lon='31.62627' />
+  <node id='-12064' lat='43.9825' lon='33.66142' />
+  <node id='-12066' lat='51.37112' lon='3.36263' />
+  <node id='-12068' lat='54.82438' lon='12.85844' />
+  <node id='-12070' lat='54.63689' lon='11.00303' />
+  <node id='-12072' lat='54.84171' lon='9.89314' />
+  <node id='-12074' lat='54.8247' lon='9.73563' />
+  <node id='-12076' lat='54.85548' lon='9.61187' />
+  <node id='-12078' lat='54.88057' lon='9.62734' />
+  <node id='-12080' lat='54.88785' lon='9.58937' />
+  <node id='-12082' lat='54.80233' lon='9.33849' />
+  <node id='-12084' lat='54.83968' lon='9.38532' />
+  <node id='-12086' lat='54.8948' lon='8.76387' />
+  <node id='-12088' lat='54.90452' lon='8.92795' />
+  <node id='-12090' lat='54.87249' lon='9.04629' />
+  <node id='-12092' lat='54.87421' lon='9.14275' />
+  <node id='-12094' lat='54.84044' lon='13.93395' />
+  <node id='-12096' lat='55.54655' lon='15.79951' />
+  <node id='-12098' lat='54.73263' lon='15.36991' />
+  <node id='-12100' lat='5.08515' lon='-3.10675' />
+  <node id='-12102' lat='5.12675' lon='-3.11073' />
+  <node id='-12104' lat='5.10397' lon='-2.96554' />
+  <node id='-12106' lat='5.12477' lon='-2.95261' />
+  <node id='-12108' lat='5.13665' lon='-3.063' />
+  <node id='-12110' lat='6.11522' lon='1.19771' />
+  <node id='-12112' lat='5.15655' lon='1.07031' />
+  <node id='-12114' lat='3.78489' lon='5.87055' />
+  <node id='-12116' lat='13.95915' lon='92.61282' />
+  <node id='-12118' lat='13.6468' lon='93.69443' />
+  <node id='-12120' lat='14.00732' lon='94.6395' />
+  <node id='-12122' lat='9.92804' lon='98.55174' />
+  <node id='-12124' lat='9.91973' lon='98.33094' />
+  <node id='-12126' lat='9.56576' lon='98.21525' />
+  <node id='-12128' lat='9.60854' lon='97.63455' />
+  <node id='-12130' lat='11.79791' lon='97.16045' />
+  <node id='-12132' lat='-22.5' lon='174.0' />
+  <node id='-12134' lat='-11.5' lon='179.99999' />
+  <node id='-12136' lat='-22.5' lon='179.99999' />
+  <node id='-12138' lat='3.9' lon='178.0' />
+  <node id='-12140' lat='-3.5' lon='178.0' />
+  <node id='-12142' lat='-3.5' lon='169.0' />
+  <node id='-12144' lat='-5.0' lon='174.0' />
+  <node id='-12146' lat='-5.0' lon='179.99999' />
+  <node id='-12148' lat='-11.5' lon='174.0' />
+  <node id='-12150' lat='-12.67903' lon='165.31108' />
+  <node id='-12152' lat='-12.74443' lon='168.14096' />
+  <node id='-12154' lat='-4.77078' lon='159.32766' />
+  <node id='-12156' lat='-9.22564' lon='171.21374' />
+  <node id='-12158' lat='-12.81344' lon='171.12712' />
+  <node id='-12160' lat='-13.44534' lon='160.37269' />
+  <node id='-12162' lat='-7.33315' lon='154.74815' />
+  <node id='-12164' lat='-6.92266' lon='155.60735' />
+  <node id='-12166' lat='-6.84664' lon='155.92557' />
+  <node id='-12168' lat='-6.65703' lon='156.03993' />
+  <node id='-12170' lat='-6.92661' lon='155.69784' />
+  <node id='-12172' lat='21.03576' lon='144.18594' />
+  <node id='-12174' lat='21.00809' lon='146.6755' />
+  <node id='-12176' lat='12.82462' lon='144.61642' />
+  <node id='-12178' lat='3.9' lon='169.0' />
+  <node id='-12180' lat='5.70687' lon='173.53711' />
+  <node id='-12182' lat='15.77133' lon='169.29099' />
+  <node id='-12184' lat='10.59067' lon='159.04653' />
+  <node id='-12186' lat='12.45908' lon='136.04605' />
+  <node id='-12188' lat='6.73747' lon='136.27107' />
+  <node id='-12190' lat='-1.39237' lon='156.88247' />
+  <node id='-12192' lat='6.367' lon='165.35175' />
+  <node id='-12194' lat='44.84989' lon='49.2134' />
+  <node id='-12196' lat='9.66162' lon='102.47649' />
+  <node id='-12198' lat='1.44271' lon='104.56723' />
+  <node id='-12200' lat='3.24936' lon='105.01437' />
+  <node id='-12202' lat='1.18825' lon='103.66049' />
+  <node id='-12204' lat='1.45183' lon='103.76395' />
+  <node id='-12206' lat='1.47953' lon='103.81181' />
+  <node id='-12208' lat='1.46288' lon='103.86383' />
+  <node id='-12210' lat='1.42841' lon='103.89565' />
+  <node id='-12212' lat='1.30383' lon='103.03657' />
+  <node id='-12214' lat='6.4045' lon='100.0756' />
+  <node id='-12216' lat='9.92389' lon='98.52291' />
+  <node id='-12218' lat='9.95782' lon='98.47298' />
+  <node id='-12220' lat='39.8232' lon='124.17532' />
+  <node id='-12222' lat='63.06556' lon='20.15877' />
+  <node id='-12224' lat='60.19152' lon='19.08191' />
+  <node id='-12226' lat='60.3893' lon='27.71177' />
+  <node id='-12228' lat='60.22766' lon='27.44953' />
+  <node id='-12230' lat='60.00121' lon='26.32936' />
+  <node id='-12232' lat='59.63819' lon='26.90044' />
+  <node id='-12234' lat='59.11672' lon='11.34459' />
+  <node id='-12236' lat='59.07862' lon='11.15367' />
+  <node id='-12238' lat='58.98745' lon='11.08911' />
+  <node id='-12240' lat='58.89391' lon='10.64958' />
+  <node id='-12242' lat='56.60205' lon='12.16597' />
+  <node id='-12244' lat='55.5623' lon='14.89259' />
+  <node id='-12246' lat='59.15546' lon='20.5104' />
+  <node id='-12248' lat='57.57876' lon='19.84909' />
+  <node id='-12250' lat='57.87798' lon='22.80496' />
+  <node id='-12252' lat='55.27994' lon='20.95181' />
+  <node id='-12254' lat='55.40986' lon='20.60454' />
+  <node id='-12256' lat='53.8664' lon='14.21323' />
+  <node id='-12258' lat='53.29807' lon='77.90383' />
+  <node id='-12260' lat='52.01171' lon='79.11255' />
+  <node id='-12262' lat='7.52841' lon='117.17735' />
+  <node id='-12264' lat='7.3895' lon='117.43832' />
+  <node id='-12266' lat='6.25755' lon='117.89159' />
+  <node id='-12268' lat='5.53889' lon='119.34756' />
+  <node id='-12270' lat='4.44172' lon='118.8663' />
+  <node id='-12272' lat='4.16535' lon='117.67641' />
+  <node id='-12274' lat='4.16637' lon='117.89538' />
+  <node id='-12276' lat='4.88201' lon='114.99417' />
+  <node id='-12278' lat='4.72871' lon='114.77303' />
+  <node id='-12280' lat='4.81905' lon='114.88841' />
+  <node id='-12282' lat='4.75062' lon='114.8266' />
+  <node id='-12284' lat='4.12205' lon='114.78539' />
+  <node id='-12286' lat='-8.22363' lon='127.21788' />
+  <node id='-12288' lat='-9.19281' lon='124.97892' />
+  <node id='-12290' lat='-9.16434' lon='125.18907' />
+  <node id='-12292' lat='-8.96359' lon='125.11764' />
+  <node id='-12294' lat='-9.03142' lon='125.18632' />
+  <node id='-12296' lat='-9.30263' lon='124.45971' />
+  <node id='-12298' lat='-9.3582' lon='124.38554' />
+  <node id='-12300' lat='-9.43002' lon='124.35258' />
+  <node id='-12302' lat='-9.50453' lon='124.28115' />
+  <node id='-12304' lat='-9.42324' lon='124.14517' />
+  <node id='-12306' lat='-9.36904' lon='124.21247' />
+  <node id='-12308' lat='-9.42189' lon='124.28115' />
+  <node id='-12310' lat='-9.22671' lon='124.04628' />
+  <node id='-12312' lat='-9.11416' lon='124.33472' />
+  <node id='-12314' lat='-9.85176' lon='125.68138' />
+  <node id='-12316' lat='-6.90181' lon='141.01763' />
+  <node id='-12318' lat='-6.3233' lon='140.99813' />
+  <node id='-12320' lat='-6.72996' lon='140.85295' />
+  <node id='-12322' lat='-5.69776' lon='157.60997' />
+  <node id='-12324' lat='-6.55528' lon='156.03296' />
+  <node id='-12326' lat='34.76642' lon='33.98684' />
+  <node id='-12328' lat='34.73974' lon='33.83531' />
+  <node id='-12330' lat='34.97592' lon='33.86432' />
+  <node id='-12332' lat='34.97075' lon='33.84811' />
+  <node id='-12334' lat='34.98108' lon='33.83505' />
+  <node id='-12336' lat='34.98956' lon='33.85621' />
+  <node id='-12338' lat='35.001' lon='33.85891' />
+  <node id='-12340' lat='35.00579' lon='33.85216' />
+  <node id='-12342' lat='35.00616' lon='33.84045' />
+  <node id='-12344' lat='35.01685' lon='33.82875' />
+  <node id='-12346' lat='35.02865' lon='33.83055' />
+  <node id='-12348' lat='35.04192' lon='33.81524' />
+  <node id='-12350' lat='35.04786' lon='33.8012' />
+  <node id='-12352' lat='35.0667' lon='33.82051' />
+  <node id='-12354' lat='35.05777' lon='33.8355' />
+  <node id='-12356' lat='35.0574' lon='33.85261' />
+  <node id='-12358' lat='35.07877' lon='33.88367' />
+  <node id='-12360' lat='35.06873' lon='33.89485' />
+  <node id='-12362' lat='35.07686' lon='33.90247' />
+  <node id='-12364' lat='35.11377' lon='33.89853' />
+  <node id='-12366' lat='35.08688' lon='33.91789' />
+  <node id='-12368' lat='35.07579' lon='33.91299' />
+  <node id='-12370' lat='35.11408' lon='33.88737' />
+  <node id='-12372' lat='35.07201' lon='33.8541' />
+  <node id='-12374' lat='35.08881' lon='33.87479' />
+  <node id='-12376' lat='35.09389' lon='33.87097' />
+  <node id='-12378' lat='35.10457' lon='33.87622' />
+  <node id='-12380' lat='35.12293' lon='33.87224' />
+  <node id='-12382' lat='35.12449' lon='33.88561' />
+  <node id='-12384' lat='35.12007' lon='33.88943' />
+  <node id='-12386' lat='35.07826' lon='33.82067' />
+  <node id='-12388' lat='35.06823' lon='33.84168' />
+  <node id='-12390' lat='35.05104' lon='33.78581' />
+  <node id='-12392' lat='35.03722' lon='33.71482' />
+  <node id='-12394' lat='35.04882' lon='33.70209' />
+  <node id='-12396' lat='35.01754' lon='33.69731' />
+  <node id='-12398' lat='35.03123' lon='33.69938' />
+  <node id='-12400' lat='35.03866' lon='33.67678' />
+  <node id='-12402' lat='35.06602' lon='33.68474' />
+  <node id='-12404' lat='35.05963' lon='33.67742' />
+  <node id='-12406' lat='35.07644' lon='33.70861' />
+  <node id='-12408' lat='35.07279' lon='33.7161' />
+  <node id='-12410' lat='35.06237' lon='33.69095' />
+  <node id='-12412' lat='35.00294' lon='33.71514' />
+  <node id='-12414' lat='34.99303' lon='33.70639' />
+  <node id='-12416' lat='34.97947' lon='33.70575' />
+  <node id='-12418' lat='34.98854' lon='33.78149' />
+  <node id='-12420' lat='34.67027' lon='32.93693' />
+  <node id='-12422' lat='34.67111' lon='32.94379' />
+  <node id='-12424' lat='34.68471' lon='32.95539' />
+  <node id='-12426' lat='34.67268' lon='32.98668' />
+  <node id='-12428' lat='34.6587' lon='32.94796' />
+  <node id='-12430' lat='34.65204' lon='32.94976' />
+  <node id='-12432' lat='34.64528' lon='32.95471' />
+  <node id='-12434' lat='34.64046' lon='32.96968' />
+  <node id='-12436' lat='60.30648' lon='-141.00116' />
+  <node id='-12438' lat='60.22077' lon='-140.5227' />
+  <node id='-12440' lat='60.18027' lon='-139.98024' />
+  <node id='-12442' lat='60.30919' lon='-140.45648' />
+  <node id='-12444' lat='60.33693' lon='-139.68991' />
+  <node id='-12446' lat='60.08896' lon='-139.20603' />
+  <node id='-12448' lat='60.35205' lon='-139.05831' />
+  <node id='-12450' lat='59.24465' lon='-137.60623' />
+  <node id='-12452' lat='59.76431' lon='-138.62145' />
+  <node id='-12454' lat='59.99655' lon='-139.05365' />
+  <node id='-12456' lat='59.90728' lon='-138.71149' />
+  <node id='-12458' lat='58.42773' lon='-133.38523' />
+  <node id='-12460' lat='58.89415' lon='-137.4925' />
+  <node id='-12462' lat='59.79937' lon='-135.48007' />
+  <node id='-12464' lat='59.16198' lon='-136.82619' />
+  <node id='-12466' lat='59.46617' lon='-136.47323' />
+  <node id='-12468' lat='59.16752' lon='-136.52365' />
+  <node id='-12470' lat='59.59083' lon='-136.31566' />
+  <node id='-12472' lat='59.44466' lon='-136.33727' />
+  <node id='-12474' lat='59.55526' lon='-136.22381' />
+  <node id='-12476' lat='59.56208' lon='-135.03069' />
+  <node id='-12478' lat='58.73543' lon='-133.84645' />
+  <node id='-12480' lat='59.28745' lon='-135.00267' />
+  <node id='-12482' lat='59.2458' lon='-134.7047' />
+  <node id='-12484' lat='58.8634' lon='-134.27175' />
+  <node id='-12486' lat='59.1297' lon='-134.55699' />
+  <node id='-12488' lat='59.13231' lon='-134.48059' />
+  <node id='-12490' lat='56.62247' lon='-131.8271' />
+  <node id='-12492' lat='56.12178' lon='-130.10173' />
+  <node id='-12494' lat='56.00325' lon='-130.00093' />
+  <node id='-12496' lat='55.74895' lon='-130.15373' />
+  <node id='-12498' lat='55.91344' lon='-130.00857' />
+  <node id='-12500' lat='56.36185' lon='-130.77769' />
+  <node id='-12502' lat='56.10849' lon='-130.33965' />
+  <node id='-12504' lat='49.36579' lon='-94.99532' />
+  <node id='-12506' lat='49.37056' lon='-95.12903' />
+  <node id='-12508' lat='49.11998' lon='-94.77355' />
+  <node id='-12510' lat='48.71543' lon='-94.54885' />
+  <node id='-12512' lat='48.71049' lon='-94.4174' />
+  <node id='-12514' lat='48.70232' lon='-94.27153' />
+  <node id='-12516' lat='48.68404' lon='-94.25172' />
+  <node id='-12518' lat='48.58232' lon='-93.80676' />
+  <node id='-12520' lat='48.60599' lon='-93.3712' />
+  <node id='-12522' lat='48.62787' lon='-93.33946' />
+  <node id='-12524' lat='48.49573' lon='-92.69927' />
+  <node id='-12526' lat='48.46081' lon='-92.71323' />
+  <node id='-12528' lat='48.31251' lon='-92.30939' />
+  <node id='-12530' lat='48.35651' lon='-92.26662' />
+  <node id='-12532' lat='48.36578' lon='-92.14732' />
+  <node id='-12534' lat='48.25409' lon='-91.98929' />
+  <node id='-12536' lat='48.02607' lon='-89.77248' />
+  <node id='-12538' lat='42.95423' lon='-82.4253' />
+  <node id='-12540' lat='42.93139' lon='-82.45331' />
+  <node id='-12542' lat='42.8068' lon='-82.4826' />
+  <node id='-12544' lat='43.07845' lon='-79.07486' />
+  <node id='-12546' lat='43.06659' lon='-79.01055' />
+  <node id='-12548' lat='43.01983' lon='-79.02424' />
+  <node id='-12550' lat='43.05612' lon='-78.99941' />
+  <node id='-12552' lat='42.98444' lon='-79.02074' />
+  <node id='-12554' lat='42.97' lon='-78.98126' />
+  <node id='-12556' lat='42.95509' lon='-78.96312' />
+  <node id='-12558' lat='42.95229' lon='-78.93224' />
+  <node id='-12560' lat='43.12029' lon='-79.06881' />
+  <node id='-12562' lat='43.10937' lon='-79.05671' />
+  <node id='-12564' lat='43.13934' lon='-79.0427' />
+  <node id='-12566' lat='43.16396' lon='-79.04652' />
+  <node id='-12568' lat='43.20133' lon='-79.05002' />
+  <node id='-12570' lat='43.17418' lon='-79.05384' />
+  <node id='-12572' lat='43.25375' lon='-79.05512' />
+  <node id='-12574' lat='43.21224' lon='-79.05544' />
+  <node id='-12576' lat='45.31573' lon='-71.01866' />
+  <node id='-12578' lat='45.34819' lon='-71.0107' />
+  <node id='-12580' lat='45.29849' lon='-70.91169' />
+  <node id='-12582' lat='45.2398' lon='-70.89864' />
+  <node id='-12584' lat='45.39828' lon='-70.82638' />
+  <node id='-12586' lat='45.43269' lon='-70.78372' />
+  <node id='-12588' lat='45.37592' lon='-70.65383' />
+  <node id='-12590' lat='45.42286' lon='-70.62518' />
+  <node id='-12592' lat='45.56964' lon='-70.68516' />
+  <node id='-12594' lat='45.67291' lon='-70.54019' />
+  <node id='-12596' lat='46.1453' lon='-70.23855' />
+  <node id='-12598' lat='46.18832' lon='-70.29078' />
+  <node id='-12600' lat='47.24399' lon='-68.70125' />
+  <node id='-12602' lat='47.24659' lon='-68.60575' />
+  <node id='-12604' lat='47.10377' lon='-67.87993' />
+  <node id='-12606' lat='8.04729' lon='129.01382' />
+  <node id='-12608' lat='8.2483' lon='116.28201' />
+  <node id='-12610' lat='31.77509' lon='-106.52266' />
+  <node id='-12612' lat='31.74769' lon='-106.48815' />
+  <node id='-12614' lat='31.75998' lon='-106.46726' />
+  <node id='-12616' lat='31.76523' lon='-106.45244' />
+  <node id='-12618' lat='31.75196' lon='-106.41773' />
+  <node id='-12620' lat='31.62154' lon='-106.30305' />
+  <node id='-12622' lat='30.4236' lon='-104.77674' />
+  <node id='-12624' lat='29.64671' lon='-104.5171' />
+  <node id='-12626' lat='29.57105' lon='-104.3969' />
+  <node id='-12628' lat='29.54255' lon='-104.37752' />
+  <node id='-12630' lat='29.55396' lon='-104.39363' />
+  <node id='-12632' lat='29.8192' lon='-102.60596' />
+  <node id='-12634' lat='29.296' lon='-100.87982' />
+  <node id='-12636' lat='28.75598' lon='-100.52313' />
+  <node id='-12638' lat='27.50021' lon='-99.50208' />
+  <node id='-12640' lat='26.39849' lon='-99.08477' />
+  <node id='-12642' lat='26.09457' lon='-98.27075' />
+  <node id='-12644' lat='28.66117' lon='-100.50029' />
+  <node id='-12646' lat='26.01708' lon='-97.66511' />
+  <node id='-12648' lat='25.83969' lon='-97.42511' />
+  <node id='-12650' lat='25.92189' lon='-97.35946' />
+  <node id='-12652' lat='25.83854' lon='-97.37332' />
+  <node id='-12654' lat='14.98143' lon='-92.1454' />
+  <node id='-12656' lat='14.84147' lon='-92.18161' />
+  <node id='-12658' lat='14.6804' lon='-92.1454' />
+  <node id='-12660' lat='14.88647' lon='-92.1423' />
+  <node id='-12662' lat='16.40524' lon='-90.40499' />
+  <node id='-12664' lat='16.92175' lon='-91.04436' />
+  <node id='-12666' lat='17.95104' lon='-89.15105' />
+  <node id='-12668' lat='18.0067' lon='-89.03839' />
+  <node id='-12670' lat='17.89535' lon='-88.8716' />
+  <node id='-12672' lat='18.49164' lon='-88.48242' />
+  <node id='-12674' lat='18.0707' lon='-88.71505' />
+  <node id='-12676' lat='5.68785' lon='-54.01074' />
+  <node id='-12678' lat='5.52789' lon='-54.01877' />
+  <node id='-12680' lat='4.91964' lon='-54.4717' />
+  <node id='-12682' lat='4.13222' lon='-54.38444' />
+  <node id='-12684' lat='3.58697' lon='-53.9849' />
+  <node id='-12686' lat='4.14596' lon='-51.61983' />
+  <node id='-12688' lat='3.17896' lon='-52.31787' />
+  <node id='-12690' lat='2.1881' lon='-52.96539' />
+  <node id='-12692' lat='2.10779' lon='-54.16286' />
+  <node id='-12694' lat='2.34412' lon='-53.78743' />
+  <node id='-12696' lat='2.42442' lon='-54.42864' />
+  <node id='-12698' lat='4.8383' lon='-51.35485' />
+  <node id='-12700' lat='5.33714' lon='-57.31629' />
+  <node id='-12702' lat='5.15605' lon='-57.22536' />
+  <node id='-12704' lat='3.95513' lon='-58.0307' />
+  <node id='-12706' lat='2.02003' lon='-56.55439' />
+  <node id='-12708' lat='1.89861' lon='-55.89863' />
+  <node id='-12710' lat='2.27723' lon='-56.13054' />
+  <node id='-12712' lat='2.53188' lon='-55.96292' />
+  <node id='-12714' lat='2.40342' lon='-55.71493' />
+  <node id='-12716' lat='2.05236' lon='-55.92159' />
+  <node id='-12718' lat='2.564' lon='-55.01919' />
+  <node id='-12720' lat='-51.98018' lon='-71.99889' />
+  <node id='-12722' lat='-52.00845' lon='-69.97824' />
+  <node id='-12724' lat='-52.33516' lon='-68.41683' />
+  <node id='-12726' lat='-51.59954' lon='-72.33873' />
+  <node id='-12728' lat='-49.79461' lon='-73.45156' />
+  <node id='-12730' lat='-50.78337' lon='-73.15765' />
+  <node id='-12732' lat='-49.92488' lon='-73.55259' />
+  <node id='-12734' lat='5.79464' lon='100.98815' />
+  <node id='-12736' lat='5.91013' lon='101.02708' />
+  <node id='-12738' lat='5.9193' lon='101.087' />
+  <node id='-12740' lat='6.11411' lon='101.12388' />
+  <node id='-12742' lat='6.14161' lon='101.06165' />
+  <node id='-12744' lat='6.19431' lon='101.12618' />
+  <node id='-12746' lat='6.25617' lon='101.10313' />
+  <node id='-12748' lat='6.24929' lon='100.85884' />
+  <node id='-12750' lat='6.45086' lon='100.81045' />
+  <node id='-12752' lat='6.46231' lon='100.74822' />
+  <node id='-12754' lat='6.50811' lon='100.74361' />
+  <node id='-12756' lat='6.45086' lon='100.66986' />
+  <node id='-12758' lat='6.54932' lon='100.35413' />
+  <node id='-12760' lat='6.72559' lon='100.19511' />
+  <node id='-12762' lat='6.68439' lon='100.29651' />
+  <node id='-12764' lat='5.71065' lon='101.25755' />
+  <node id='-12766' lat='5.78633' lon='101.25524' />
+  <node id='-12768' lat='5.93534' lon='101.58019' />
+  <node id='-12770' lat='5.75881' lon='101.69773' />
+  <node id='-12772' lat='6.14161' lon='102.09182' />
+  <node id='-12774' lat='5.98421' lon='101.94712' />
+  <node id='-12776' lat='5.85511' lon='101.92819' />
+  <node id='-12778' lat='5.79091' lon='101.75074' />
+  <node id='-12780' lat='5.74505' lon='101.80144' />
+  <node id='-12782' lat='4.57' lon='114.15813' />
+  <node id='-12784' lat='4.49878' lon='114.26876' />
+  <node id='-12786' lat='4.34942' lon='114.32176' />
+  <node id='-12788' lat='4.2552' lon='114.32176' />
+  <node id='-12790' lat='4.27588' lon='114.4416' />
+  <node id='-12792' lat='4.13108' lon='114.49922' />
+  <node id='-12794' lat='4.00694' lon='114.64211' />
+  <node id='-12796' lat='4.30806' lon='115.31275' />
+  <node id='-12798' lat='4.33563' lon='115.36346' />
+  <node id='-12800' lat='4.42295' lon='115.2851' />
+  <node id='-12802' lat='4.63661' lon='115.27819' />
+  <node id='-12804' lat='1.80624' lon='109.57923' />
+  <node id='-12806' lat='1.79972' lon='109.66397' />
+  <node id='-12808' lat='1.60425' lon='109.66397' />
+  <node id='-12810' lat='0.88088' lon='110.49182' />
+  <node id='-12812' lat='1.08326' lon='111.22979' />
+  <node id='-12814' lat='0.97864' lon='111.55434' />
+  <node id='-12816' lat='1.17004' lon='112.15679' />
+  <node id='-12818' lat='1.44135' lon='112.2127' />
+  <node id='-12820' lat='1.56516' lon='112.48648' />
+  <node id='-12822' lat='1.57819' lon='113.021' />
+  <node id='-12824' lat='1.42832' lon='113.01448' />
+  <node id='-12826' lat='1.23933' lon='113.64677' />
+  <node id='-12828' lat='1.44787' lon='114.03788' />
+  <node id='-12830' lat='1.5' lon='114.57892' />
+  <node id='-12832' lat='1.92351' lon='114.80706' />
+  <node id='-12834' lat='2.21665' lon='114.80706' />
+  <node id='-12836' lat='2.49671' lon='115.1721' />
+  <node id='-12838' lat='2.82879' lon='115.11343' />
+  <node id='-12840' lat='3.14776' lon='115.53713' />
+  <node id='-12842' lat='3.93499' lon='115.58276' />
+  <node id='-12844' lat='4.37708' lon='115.90217' />
+  <node id='-12846' lat='4.35108' lon='117.25801' />
+  <node id='-12848' lat='4.18857' lon='117.47313' />
+  <node id='-12850' lat='40.45387' lon='124.86913' />
+  <node id='-12852' lat='40.87908' lon='125.76869' />
+  <node id='-12854' lat='40.92835' lon='126.00335' />
+  <node id='-12856' lat='41.35206' lon='126.53189' />
+  <node id='-12858' lat='41.65565' lon='126.60631' />
+  <node id='-12860' lat='41.49473' lon='127.29712' />
+  <node id='-12862' lat='41.74568' lon='128.15119' />
+  <node id='-12864' lat='42.43739' lon='129.72541' />
+  <node id='-12866' lat='42.41574' lon='129.28541' />
+  <node id='-12868' lat='42.17224' lon='129.15178' />
+  <node id='-12870' lat='42.44702' lon='129.42882' />
+  <node id='-12872' lat='42.37254' lon='129.54701' />
+  <node id='-12874' lat='42.44461' lon='129.60482' />
+  <node id='-12876' lat='43.01051' lon='129.95082' />
+  <node id='-12878' lat='42.71127' lon='130.2385' />
+  <node id='-12880' lat='42.61636' lon='130.50123' />
+  <node id='-12882' lat='42.54849' lon='130.44361' />
+  <node id='-12884' lat='42.6011' lon='130.41826' />
+  <node id='-12886' lat='42.43281' lon='130.56835' />
+  <node id='-12888' lat='42.41422' lon='130.64181' />
+  <node id='-12890' lat='42.58413' lon='130.62107' />
+  <node id='-12892' lat='42.68925' lon='130.56576' />
+  <node id='-12894' lat='42.70788' lon='130.40213' />
+  <node id='-12896' lat='42.76205' lon='130.44361' />
+  <node id='-12898' lat='42.86518' lon='131.02438' />
+  <node id='-12900' lat='42.94114' lon='131.135' />
+  <node id='-12902' lat='42.91246' lon='131.02668' />
+  <node id='-12904' lat='43.04734' lon='131.10274' />
+  <node id='-12906' lat='43.39498' lon='131.30324' />
+  <node id='-12908' lat='43.21385' lon='131.19031' />
+  <node id='-12910' lat='43.13654' lon='131.20414' />
+  <node id='-12912' lat='43.53047' lon='131.19492' />
+  <node id='-12914' lat='43.46695' lon='131.29402' />
+  <node id='-12916' lat='43.82383' lon='131.21105' />
+  <node id='-12918' lat='43.94011' lon='131.26176' />
+  <node id='-12920' lat='44.03131' lon='131.25484' />
+  <node id='-12922' lat='43.96085' lon='131.23583' />
+  <node id='-12924' lat='44.70266' lon='131.1108' />
+  <node id='-12926' lat='44.85154' lon='130.95639' />
+  <node id='-12928' lat='44.99513' lon='131.48415' />
+  <node id='-12930' lat='45.12374' lon='131.68466' />
+  <node id='-12932' lat='45.2196' lon='131.66852' />
+  <node id='-12934' lat='45.33636' lon='131.86903' />
+  <node id='-12936' lat='45.22609' lon='131.76532' />
+  <node id='-12938' lat='45.0212' lon='132.96373' />
+  <node id='-12940' lat='45.25693' lon='133.09279' />
+  <node id='-12942' lat='45.51913' lon='133.19419' />
+  <node id='-12944' lat='45.57723' lon='133.41083' />
+  <node id='-12946' lat='45.86203' lon='133.48457' />
+  <node id='-12948' lat='45.90053' lon='133.60442' />
+  <node id='-12950' lat='46.14697' lon='133.68047' />
+  <node id='-12952' lat='46.25066' lon='133.88097' />
+  <node id='-12954' lat='46.75668' lon='134.03538' />
+  <node id='-12956' lat='47.33458' lon='134.20016' />
+  <node id='-12958' lat='47.4812' lon='134.50898' />
+  <node id='-12960' lat='47.72051' lon='134.7671' />
+  <node id='-12962' lat='47.98651' lon='134.55508' />
+  <node id='-12964' lat='48.36763' lon='134.75328' />
+  <node id='-12966' lat='48.42884' lon='134.49516' />
+  <node id='-12968' lat='47.96491' lon='132.66989' />
+  <node id='-12970' lat='47.71741' lon='132.57309' />
+  <node id='-12972' lat='47.6957' lon='130.95985' />
+  <node id='-12974' lat='48.86741' lon='130.2355' />
+  <node id='-12976' lat='48.88251' lon='130.66946' />
+  <node id='-12978' lat='48.61745' lon='130.52147' />
+  <node id='-12980' lat='48.30942' lon='130.84462' />
+  <node id='-12982' lat='48.10052' lon='130.65103' />
+  <node id='-12984' lat='47.90623' lon='130.90915' />
+  <node id='-12986' lat='49.42398' lon='129.50685' />
+  <node id='-12988' lat='49.5748' lon='127.83476' />
+  <node id='-12990' lat='49.58676' lon='128.72896' />
+  <node id='-12992' lat='49.36813' lon='129.11153' />
+  <node id='-12994' lat='49.84306' lon='127.53516' />
+  <node id='-12996' lat='50.01251' lon='127.49299' />
+  <node id='-12998' lat='50.28393' lon='127.37384' />
+  <node id='-13000' lat='50.72075' lon='127.28165' />
+  <node id='-13002' lat='51.0841' lon='126.93135' />
+  <node id='-13004' lat='51.3238' lon='126.90369' />
+  <node id='-13006' lat='53.07229' lon='125.6131' />
+  <node id='-13008' lat='52.13738' lon='126.558' />
+  <node id='-13010' lat='53.21881' lon='124.46078' />
+  <node id='-13012' lat='53.20225' lon='125.17522' />
+  <node id='-13014' lat='53.49391' lon='123.86158' />
+  <node id='-13016' lat='53.49565' lon='122.35063' />
+  <node id='-13018' lat='53.28499' lon='120.85633' />
+  <node id='-13020' lat='52.7359' lon='120.0451' />
+  <node id='-13022' lat='52.58773' lon='120.04049' />
+  <node id='-13024' lat='52.63811' lon='120.46454' />
+  <node id='-13026' lat='52.20805' lon='120.77337' />
+  <node id='-13028' lat='51.671' lon='120.10963' />
+  <node id='-13030' lat='50.35162' lon='119.38598' />
+  <node id='-13032' lat='50.13348' lon='119.27996' />
+  <node id='-13034' lat='49.52696' lon='117.82343' />
+  <node id='-13036' lat='49.93809' lon='118.61623' />
+  <node id='-13038' lat='50.28098' lon='114.325' />
+  <node id='-13040' lat='50.04477' lon='116.22402' />
+  <node id='-13042' lat='49.92919' lon='116.62502' />
+  <node id='-13044' lat='50.19254' lon='114.9703' />
+  <node id='-13046' lat='49.97367' lon='115.26068' />
+  <node id='-13048' lat='49.87688' lon='115.73602' />
+  <node id='-13050' lat='54.83084' lon='-7.47626' />
+  <node id='-13052' lat='54.94498' lon='-7.40004' />
+  <node id='-13054' lat='55.04688' lon='-7.34464' />
+  <node id='-13056' lat='55.00391' lon='-7.4033' />
+  <node id='-13058' lat='54.9403' lon='-7.44404' />
+  <node id='-13060' lat='54.87003' lon='-7.4473' />
+  <node id='-13062' lat='54.74606' lon='-7.54671' />
+  <node id='-13064' lat='54.79401' lon='-7.54508' />
+  <node id='-13066' lat='54.4212' lon='-7.02034' />
+  <node id='-13068' lat='54.7103' lon='-7.75041' />
+  <node id='-13070' lat='54.75265' lon='-7.64449' />
+  <node id='-13072' lat='54.73854' lon='-7.83352' />
+  <node id='-13074' lat='54.66603' lon='-7.93293' />
+  <node id='-13076' lat='54.62077' lon='-7.70315' />
+  <node id='-13078' lat='54.53671' lon='-7.8596' />
+  <node id='-13080' lat='54.54427' lon='-7.99812' />
+  <node id='-13082' lat='54.48941' lon='-8.04538' />
+  <node id='-13084' lat='54.46763' lon='-8.179' />
+  <node id='-13086' lat='54.36292' lon='-8.04555' />
+  <node id='-13088' lat='54.29299' lon='-7.87101' />
+  <node id='-13090' lat='54.21779' lon='-7.8596' />
+  <node id='-13092' lat='54.20159' lon='-7.81397' />
+  <node id='-13094' lat='54.20731' lon='-7.69501' />
+  <node id='-13096' lat='54.12239' lon='-7.55812' />
+  <node id='-13098' lat='54.12239' lon='-7.4799' />
+  <node id='-13100' lat='54.1539' lon='-7.44567' />
+  <node id='-13102' lat='54.11475' lon='-7.32834' />
+  <node id='-13104' lat='54.13863' lon='-7.26316' />
+  <node id='-13106' lat='54.20063' lon='-7.25012' />
+  <node id='-13108' lat='54.22732' lon='-7.14908' />
+  <node id='-13110' lat='54.31296' lon='-7.19145' />
+  <node id='-13112' lat='54.12013' lon='-7.29493' />
+  <node id='-13114' lat='54.11869' lon='-7.30553' />
+  <node id='-13116' lat='54.14698' lon='-7.34005' />
+  <node id='-13118' lat='54.17191' lon='-7.29157' />
+  <node id='-13120' lat='54.16714' lon='-7.28017' />
+  <node id='-13122' lat='54.1354' lon='-7.29687' />
+  <node id='-13124' lat='54.34682' lon='-6.87775' />
+  <node id='-13126' lat='54.22791' lon='-6.81583' />
+  <node id='-13128' lat='54.18788' lon='-6.74575' />
+  <node id='-13130' lat='54.20218' lon='-6.70175' />
+  <node id='-13132' lat='54.17071' lon='-6.6382' />
+  <node id='-13134' lat='54.0666' lon='-6.66264' />
+  <node id='-13136' lat='54.03503' lon='-6.62842' />
+  <node id='-13138' lat='54.07234' lon='-6.36605' />
+  <node id='-13140' lat='54.06947' lon='-6.47849' />
+  <node id='-13142' lat='54.11248' lon='-6.36279' />
+  <node id='-13144' lat='54.09337' lon='-6.32694' />
+  <node id='-13146' lat='54.11278' lon='-6.29003' />
+  <node id='-13148' lat='41.90375' lon='-8.81794' />
+  <node id='-13150' lat='41.92833' lon='-8.75712' />
+  <node id='-13152' lat='41.9469' lon='-8.74606' />
+  <node id='-13154' lat='41.98862' lon='-8.69071' />
+  <node id='-13156' lat='41.99703' lon='-8.6681' />
+  <node id='-13158' lat='42.02972' lon='-8.65832' />
+  <node id='-13160' lat='42.04691' lon='-8.63791' />
+  <node id='-13162' lat='42.06264' lon='-8.5252' />
+  <node id='-13164' lat='42.07658' lon='-8.52837' />
+  <node id='-13166' lat='42.08218' lon='-8.44123' />
+  <node id='-13168' lat='42.15402' lon='-8.1986' />
+  <node id='-13170' lat='42.09065' lon='-8.36353' />
+  <node id='-13172' lat='42.06436' lon='-8.18178' />
+  <node id='-13174' lat='42.08537' lon='-8.11729' />
+  <node id='-13176' lat='42.01398' lon='-8.08796' />
+  <node id='-13178' lat='42.05767' lon='-8.08847' />
+  <node id='-13180' lat='41.91237' lon='-8.2185' />
+  <node id='-13182' lat='41.9828' lon='-8.16232' />
+  <node id='-13184' lat='41.87944' lon='-8.16944' />
+  <node id='-13186' lat='41.87459' lon='-8.19551' />
+  <node id='-13188' lat='41.81753' lon='-8.16455' />
+  <node id='-13190' lat='41.81024' lon='-8.0961' />
+  <node id='-13192' lat='41.83453' lon='-8.01136' />
+  <node id='-13194' lat='41.87337' lon='-7.9804' />
+  <node id='-13196' lat='41.8758' lon='-7.92336' />
+  <node id='-13198' lat='41.92432' lon='-7.90707' />
+  <node id='-13200' lat='41.92553' lon='-7.88751' />
+  <node id='-13202' lat='41.84571' lon='-7.88055' />
+  <node id='-13204' lat='41.8758' lon='-6.51374' />
+  <node id='-13206' lat='41.96674' lon='-6.58544' />
+  <node id='-13208' lat='41.99097' lon='-6.81196' />
+  <node id='-13210' lat='41.98855' lon='-7.14115' />
+  <node id='-13212' lat='41.88065' lon='-7.84188' />
+  <node id='-13214' lat='41.90977' lon='-7.69848' />
+  <node id='-13216' lat='41.87944' lon='-7.58603' />
+  <node id='-13218' lat='39.0243' lon='-6.95211' />
+  <node id='-13220' lat='38.21454' lon='-6.93418' />
+  <node id='-13222' lat='38.17227' lon='-7.09389' />
+  <node id='-13224' lat='37.98884' lon='-7.24544' />
+  <node id='-13226' lat='38.00296' lon='-7.12648' />
+  <node id='-13228' lat='38.04404' lon='-7.10366' />
+  <node id='-13230' lat='38.01966' lon='-7.05966' />
+  <node id='-13232' lat='37.90145' lon='-7.27314' />
+  <node id='-13234' lat='37.56119' lon='-7.51759' />
+  <node id='-13236' lat='37.47127' lon='-7.46878' />
+  <node id='-13238' lat='37.75729' lon='-7.41981' />
+  <node id='-13240' lat='38.44336' lon='-7.32529' />
+  <node id='-13242' lat='38.27597' lon='-7.15581' />
+  <node id='-13244' lat='38.72107' lon='-7.26174' />
+  <node id='-13246' lat='38.61674' lon='-7.265' />
+  <node id='-13248' lat='38.87221' lon='-7.03848' />
+  <node id='-13250' lat='38.907' lon='-7.051' />
+  <node id='-13252' lat='39.27579' lon='-7.23403' />
+  <node id='-13254' lat='39.17101' lon='-7.12811' />
+  <node id='-13256' lat='39.20132' lon='-7.23566' />
+  <node id='-13258' lat='39.11287' lon='-7.14929' />
+  <node id='-13260' lat='39.11919' lon='-7.04011' />
+  <node id='-13262' lat='39.07619' lon='-6.97004' />
+  <node id='-13264' lat='39.10275' lon='-7.10692' />
+  <node id='-13266' lat='39.45847' lon='-7.2927' />
+  <node id='-13268' lat='39.34857' lon='-7.3149' />
+  <node id='-13270' lat='39.58794' lon='-7.49477' />
+  <node id='-13272' lat='39.64569' lon='-7.33507' />
+  <node id='-13274' lat='39.66576' lon='-7.24707' />
+  <node id='-13276' lat='40.18564' lon='-7.02544' />
+  <node id='-13278' lat='40.01986' lon='-6.86737' />
+  <node id='-13280' lat='40.10716' lon='-6.94233' />
+  <node id='-13282' lat='40.12087' lon='-7.00589' />
+  <node id='-13284' lat='39.81488' lon='-6.97492' />
+  <node id='-13286' lat='39.86618' lon='-6.91463' />
+  <node id='-13288' lat='40.56801' lon='-6.84292' />
+  <node id='-13290' lat='40.26776' lon='-6.86085' />
+  <node id='-13292' lat='40.23169' lon='-7.00426' />
+  <node id='-13294' lat='40.36468' lon='-6.78426' />
+  <node id='-13296' lat='40.42177' lon='-6.84618' />
+  <node id='-13298' lat='40.2976' lon='-6.86085' />
+  <node id='-13300' lat='40.33239' lon='-6.80218' />
+  <node id='-13302' lat='40.55067' lon='-6.80218' />
+  <node id='-13304' lat='40.46394' lon='-6.84944' />
+  <node id='-13306' lat='40.51723' lon='-6.7973' />
+  <node id='-13308' lat='40.84472' lon='-6.82337' />
+  <node id='-13310' lat='40.84842' lon='-6.79892' />
+  <node id='-13312' lat='40.88047' lon='-6.80707' />
+  <node id='-13314' lat='40.89771' lon='-6.84292' />
+  <node id='-13316' lat='40.93958' lon='-6.8527' />
+  <node id='-13318' lat='40.74603' lon='-6.82826' />
+  <node id='-13320' lat='40.65955' lon='-6.79567' />
+  <node id='-13322' lat='41.13049' lon='-6.77319' />
+  <node id='-13324' lat='41.03922' lon='-6.913' />
+  <node id='-13326' lat='41.02692' lon='-6.84781' />
+  <node id='-13328' lat='41.10187' lon='-6.75655' />
+  <node id='-13330' lat='41.05397' lon='-6.79241' />
+  <node id='-13332' lat='41.24725' lon='-6.65046' />
+  <node id='-13334' lat='41.24417' lon='-6.55937' />
+  <node id='-13336' lat='41.35274' lon='-6.38551' />
+  <node id='-13338' lat='41.66432' lon='-6.29863' />
+  <node id='-13340' lat='41.74219' lon='-6.56426' />
+  <node id='-13342' lat='41.68623' lon='-6.54633' />
+  <node id='-13344' lat='41.65823' lon='-6.49907' />
+  <node id='-13346' lat='41.68258' lon='-6.44204' />
+  <node id='-13348' lat='41.94371' lon='-6.5447' />
+  <node id='-13350' lat='41.88429' lon='-6.56752' />
+  <node id='-13352' lat='41.98734' lon='-6.76959' />
+  <node id='-13354' lat='41.94129' lon='-6.75004' />
+  <node id='-13356' lat='41.94008' lon='-6.61967' />
+  <node id='-13358' lat='41.94977' lon='-7.01078' />
+  <node id='-13360' lat='41.94493' lon='-6.82174' />
+  <node id='-13362' lat='41.94403' lon='-6.94396' />
+  <node id='-13364' lat='41.96553' lon='-6.95537' />
+  <node id='-13366' lat='41.9728' lon='-6.98144' />
+  <node id='-13368' lat='41.94977' lon='-7.07596' />
+  <node id='-13370' lat='41.97401' lon='-7.08574' />
+  <node id='-13372' lat='41.97515' lon='-7.18549' />
+  <node id='-13374' lat='41.88793' lon='-7.18677' />
+  <node id='-13376' lat='41.8406' lon='-7.32366' />
+  <node id='-13378' lat='41.88308' lon='-7.65774' />
+  <node id='-13380' lat='41.83089' lon='-7.62188' />
+  <node id='-13382' lat='41.83939' lon='-7.52737' />
+  <node id='-13384' lat='41.87095' lon='-7.49803' />
+  <node id='-13386' lat='41.86488' lon='-7.45566' />
+  <node id='-13388' lat='41.80589' lon='-7.42864' />
+  <node id='-13390' lat='41.85031' lon='-7.37092' />
+  <node id='-13392' lat='42.61515' lon='1.73452' />
+  <node id='-13394' lat='42.59098' lon='1.72588' />
+  <node id='-13396' lat='42.57698' lon='1.7858' />
+  <node id='-13398' lat='42.55492' lon='1.73683' />
+  <node id='-13400' lat='42.62957' lon='1.63485' />
+  <node id='-13402' lat='42.61346' lon='1.47986' />
+  <node id='-13404' lat='42.63296' lon='1.46718' />
+  <node id='-13406' lat='42.65203' lon='1.48043' />
+  <node id='-13408' lat='42.65669' lon='1.55418' />
+  <node id='-13410' lat='42.62703' lon='1.60085' />
+  <node id='-13412' lat='42.43724' lon='1.44529' />
+  <node id='-13414' lat='42.50949' lon='1.46661' />
+  <node id='-13416' lat='42.53539' lon='1.41245' />
+  <node id='-13418' lat='42.54431' lon='1.44759' />
+  <node id='-13420' lat='42.48315' lon='1.41648' />
+  <node id='-13422' lat='42.47848' lon='1.43838' />
+  <node id='-13424' lat='42.43299' lon='1.55073' />
+  <node id='-13426' lat='42.47125' lon='1.65674' />
+  <node id='-13428' lat='42.50779' lon='1.66826' />
+  <node id='-13430' lat='42.48867' lon='1.70571' />
+  <node id='-13432' lat='42.45808' lon='1.55937' />
+  <node id='-13434' lat='42.44957' lon='1.57953' />
+  <node id='-13436' lat='42.46275' lon='1.58933' />
+  <node id='-13438' lat='42.42959' lon='1.5127' />
+  <node id='-13440' lat='42.55959' lon='1.4234' />
+  <node id='-13442' lat='42.56722' lon='1.44529' />
+  <node id='-13444' lat='42.58292' lon='1.42512' />
+  <node id='-13446' lat='42.61982' lon='1.6625' />
+  <node id='-13448' lat='42.62533' lon='1.68267' />
+  <node id='-13450' lat='42.64483' lon='1.50867' />
+  <node id='-13452' lat='42.49569' lon='1.98022' />
+  <node id='-13454' lat='42.48487' lon='1.97227' />
+  <node id='-13456' lat='42.48081' lon='1.97003' />
+  <node id='-13458' lat='42.75872' lon='0.65421' />
+  <node id='-13460' lat='42.67431' lon='0.29407' />
+  <node id='-13462' lat='42.72282' lon='0.36251' />
+  <node id='-13464' lat='42.72761' lon='-0.10519' />
+  <node id='-13466' lat='42.79939' lon='-0.44334' />
+  <node id='-13468' lat='42.80776' lon='-0.41319' />
+  <node id='-13470' lat='42.77846' lon='-0.55497' />
+  <node id='-13472' lat='42.92541' lon='-0.72037' />
+  <node id='-13474' lat='42.88303' lon='-0.67637' />
+  <node id='-13476' lat='42.91228' lon='-0.73422' />
+  <node id='-13478' lat='42.87945' lon='-0.69837' />
+  <node id='-13480' lat='42.89318' lon='-0.72608' />
+  <node id='-13482' lat='43.05534' lon='-1.22881' />
+  <node id='-13484' lat='42.99279' lon='-1.00963' />
+  <node id='-13486' lat='42.96239' lon='-0.97133' />
+  <node id='-13488' lat='42.95166' lon='-0.81652' />
+  <node id='-13490' lat='43.0059' lon='-1.10333' />
+  <node id='-13492' lat='43.04164' lon='-1.25244' />
+  <node id='-13494' lat='43.11961' lon='-1.27118' />
+  <node id='-13496' lat='43.09581' lon='-1.30052' />
+  <node id='-13498' lat='43.047' lon='-1.44067' />
+  <node id='-13500' lat='43.29481' lon='-1.73074' />
+  <node id='-13502' lat='43.32979' lon='-1.7397' />
+  <node id='-13504' lat='43.31378' lon='-1.69407' />
+  <node id='-13506' lat='43.30726' lon='-1.62481' />
+  <node id='-13508' lat='43.25269' lon='-1.61341' />
+  <node id='-13510' lat='43.28591' lon='-1.63052' />
+  <node id='-13512' lat='43.25269' lon='-1.57674' />
+  <node id='-13514' lat='43.28828' lon='-1.55963' />
+  <node id='-13516' lat='43.29481' lon='-1.50992' />
+  <node id='-13518' lat='43.27049' lon='-1.45289' />
+  <node id='-13520' lat='43.90498' lon='12.44184' />
+  <node id='-13522' lat='43.89991' lon='12.41641' />
+  <node id='-13524' lat='43.90956' lon='12.41233' />
+  <node id='-13526' lat='43.92379' lon='12.40733' />
+  <node id='-13528' lat='43.92984' lon='12.41551' />
+  <node id='-13530' lat='43.95485' lon='12.40415' />
+  <node id='-13532' lat='43.94325' lon='12.40506' />
+  <node id='-13534' lat='43.95698' lon='12.43662' />
+  <node id='-13536' lat='43.95273' lon='12.41414' />
+  <node id='-13538' lat='43.9578' lon='12.42005' />
+  <node id='-13540' lat='43.96597' lon='12.44684' />
+  <node id='-13542' lat='43.99113' lon='12.50678' />
+  <node id='-13544' lat='43.98508' lon='12.5154' />
+  <node id='-13546' lat='43.97201' lon='12.51109' />
+  <node id='-13548' lat='43.98165' lon='12.51064' />
+  <node id='-13550' lat='43.95796' lon='12.50655' />
+  <node id='-13552' lat='43.94897' lon='12.51427' />
+  <node id='-13554' lat='43.90973' lon='12.49429' />
+  <node id='-13556' lat='43.91774' lon='12.49247' />
+  <node id='-13558' lat='43.93017' lon='12.50496' />
+  <node id='-13560' lat='43.92363' lon='12.50269' />
+  <node id='-13562' lat='43.92248' lon='12.49724' />
+  <node id='-13564' lat='43.93769' lon='12.41165' />
+  <node id='-13566' lat='43.97463' lon='12.46205' />
+  <node id='-13568' lat='43.98492' lon='12.49406' />
+  <node id='-13570' lat='44.03009' lon='7.6597' />
+  <node id='-13572' lat='44.07578' lon='7.72508' />
+  <node id='-13574' lat='44.12795' lon='7.66878' />
+  <node id='-13576' lat='44.17487' lon='7.68694' />
+  <node id='-13578' lat='44.17877' lon='7.63245' />
+  <node id='-13580' lat='44.14881' lon='7.62155' />
+  <node id='-13582' lat='44.11882' lon='7.36364' />
+  <node id='-13584' lat='44.14359' lon='7.34547' />
+  <node id='-13586' lat='44.23736' lon='7.00764' />
+  <node id='-13588' lat='44.20352' lon='7.16929' />
+  <node id='-13590' lat='44.1462' lon='7.27827' />
+  <node id='-13592' lat='44.28289' lon='6.98221' />
+  <node id='-13594' lat='44.49834' lon='6.86233' />
+  <node id='-13596' lat='44.53072' lon='6.85507' />
+  <node id='-13598' lat='44.62129' lon='6.96042' />
+  <node id='-13600' lat='44.66264' lon='6.95133' />
+  <node id='-13602' lat='44.84322' lon='6.90774' />
+  <node id='-13604' lat='44.8664' lon='6.93499' />
+  <node id='-13606' lat='44.82519' lon='7.02217' />
+  <node id='-13608' lat='44.68073' lon='7.07484' />
+  <node id='-13610' lat='44.78782' lon='7.00401' />
+  <node id='-13612' lat='44.69364' lon='7.00582' />
+  <node id='-13614' lat='45.01939' lon='6.74791' />
+  <node id='-13616' lat='45.02324' lon='6.66981' />
+  <node id='-13618' lat='45.11175' lon='6.62803' />
+  <node id='-13620' lat='45.16044' lon='6.7697' />
+  <node id='-13622' lat='45.13226' lon='6.85144' />
+  <node id='-13624' lat='45.25386' lon='7.13115' />
+  <node id='-13626' lat='45.32924' lon='7.10572' />
+  <node id='-13628' lat='45.40071' lon='7.18019' />
+  <node id='-13630' lat='45.509' lon='7.00037' />
+  <node id='-13632' lat='45.63869' lon='6.98948' />
+  <node id='-13634' lat='45.71864' lon='6.80785' />
+  <node id='-13636' lat='45.83265' lon='6.80785' />
+  <node id='-13638' lat='45.85163' lon='6.95315' />
+  <node id='-13640' lat='45.97421' lon='7.56343' />
+  <node id='-13642' lat='45.91485' lon='7.85949' />
+  <node id='-13644' lat='45.99945' lon='7.9049' />
+  <node id='-13646' lat='46.39171' lon='6.8024' />
+  <node id='-13648' lat='46.06502' lon='6.93862' />
+  <node id='-13650' lat='45.9944' lon='7.00946' />
+  <node id='-13652' lat='46.03855' lon='6.87868' />
+  <node id='-13654' lat='46.12548' lon='6.89321' />
+  <node id='-13656' lat='46.14058' lon='6.78968' />
+  <node id='-13658' lat='46.28512' lon='6.86052' />
+  <node id='-13660' lat='46.34784' lon='6.77152' />
+  <node id='-13662' lat='46.57649' lon='6.11084' />
+  <node id='-13664' lat='46.41676' lon='6.06407' />
+  <node id='-13666' lat='46.54402' lon='6.1567' />
+  <node id='-13668' lat='46.46244' lon='6.07269' />
+  <node id='-13670' lat='46.36759' lon='6.16987' />
+  <node id='-13672' lat='46.45431' lon='6.53358' />
+  <node id='-13674' lat='46.28512' lon='6.1013' />
+  <node id='-13676' lat='46.3632' lon='6.25432' />
+  <node id='-13678' lat='46.31304' lon='6.21981' />
+  <node id='-13680' lat='46.24745' lon='6.26749' />
+  <node id='-13682' lat='46.25059' lon='6.12446' />
+  <node id='-13684' lat='46.21525' lon='5.97542' />
+  <node id='-13686' lat='46.12925' lon='5.95781' />
+  <node id='-13688' lat='46.17392' lon='5.98188' />
+  <node id='-13690' lat='46.16644' lon='6.18871' />
+  <node id='-13692' lat='46.26221' lon='6.29474' />
+  <node id='-13694' lat='46.22688' lon='6.29663' />
+  <node id='-13696' lat='46.30175' lon='6.24826' />
+  <node id='-13698' lat='46.27822' lon='6.23775' />
+  <node id='-13700' lat='46.29014' lon='6.25137' />
+  <node id='-13702' lat='46.24417' lon='6.31041' />
+  <node id='-13704' lat='46.20531' lon='6.24821' />
+  <node id='-13706' lat='46.20714' lon='6.23544' />
+  <node id='-13708' lat='46.17999' lon='6.18707' />
+  <node id='-13710' lat='46.1406' lon='6.13397' />
+  <node id='-13712' lat='46.14373' lon='6.09926' />
+  <node id='-13714' lat='46.13712' lon='6.03614' />
+  <node id='-13716' lat='46.15191' lon='6.05203' />
+  <node id='-13718' lat='46.15191' lon='6.09199' />
+  <node id='-13720' lat='46.14879' lon='6.07491' />
+  <node id='-13722' lat='46.13303' lon='5.97893' />
+  <node id='-13724' lat='46.14499' lon='5.9871' />
+  <node id='-13726' lat='46.17046' lon='5.98846' />
+  <node id='-13728' lat='46.19638' lon='5.96515' />
+  <node id='-13730' lat='46.18587' lon='5.99573' />
+  <node id='-13732' lat='46.2383' lon='6.03342' />
+  <node id='-13734' lat='46.23127' lon='6.04602' />
+  <node id='-13736' lat='46.24583' lon='6.0633' />
+  <node id='-13738' lat='46.24651' lon='6.08563' />
+  <node id='-13740' lat='46.23772' lon='6.10071' />
+  <node id='-13742' lat='46.33844' lon='6.13876' />
+  <node id='-13744' lat='46.29547' lon='6.11697' />
+  <node id='-13746' lat='46.31157' lon='6.1198' />
+  <node id='-13748' lat='46.3491' lon='6.15738' />
+  <node id='-13750' lat='46.40768' lon='6.09926' />
+  <node id='-13752' lat='46.44305' lon='6.08427' />
+  <node id='-13754' lat='46.68251' lon='6.27135' />
+  <node id='-13756' lat='46.73171' lon='6.38351' />
+  <node id='-13758' lat='46.88865' lon='6.46456' />
+  <node id='-13760' lat='47.35335' lon='6.87959' />
+  <node id='-13762' lat='47.36996' lon='7.03125' />
+  <node id='-13764' lat='47.28747' lon='6.94316' />
+  <node id='-13766' lat='47.33304' lon='7.05305' />
+  <node id='-13768' lat='47.43388' lon='6.93953' />
+  <node id='-13770' lat='47.45264' lon='7.0024' />
+  <node id='-13772' lat='47.53821' lon='7.49691' />
+  <node id='-13774' lat='47.47216' lon='7.4583' />
+  <node id='-13776' lat='47.48628' lon='7.42923' />
+  <node id='-13778' lat='47.49712' lon='7.43356' />
+  <node id='-13780' lat='47.47932' lon='7.47534' />
+  <node id='-13782' lat='47.49651' lon='7.51076' />
+  <node id='-13784' lat='47.51798' lon='7.49804' />
+  <node id='-13786' lat='47.51644' lon='7.5229' />
+  <node id='-13788' lat='47.52856' lon='7.50588' />
+  <node id='-13790' lat='47.53515' lon='7.51904' />
+  <node id='-13792' lat='47.5284' lon='7.53199' />
+  <node id='-13794' lat='47.57785' lon='7.56684' />
+  <node id='-13796' lat='47.57536' lon='7.58386' />
+  <node id='-13798' lat='47.54546' lon='7.50873' />
+  <node id='-13800' lat='47.54578' lon='7.51723' />
+  <node id='-13802' lat='47.55347' lon='7.52831' />
+  <node id='-13804' lat='47.55553' lon='7.53634' />
+  <node id='-13806' lat='47.56779' lon='7.55652' />
+  <node id='-13808' lat='47.57232' lon='7.55689' />
+  <node id='-13810' lat='47.60058' lon='7.59301' />
+  <node id='-13812' lat='47.61628' lon='7.57423' />
+  <node id='-13814' lat='47.60794' lon='7.58851' />
+  <node id='-13816' lat='46.10331' lon='8.02906' />
+  <node id='-13818' lat='46.11577' lon='8.11383' />
+  <node id='-13820' lat='46.17817' lon='8.16866' />
+  <node id='-13822' lat='46.26692' lon='8.08814' />
+  <node id='-13824' lat='46.38044' lon='8.31162' />
+  <node id='-13826' lat='46.41587' lon='8.30648' />
+  <node id='-13828' lat='46.46367' lon='8.42464' />
+  <node id='-13830' lat='46.26869' lon='8.45032' />
+  <node id='-13832' lat='46.43712' lon='8.46317' />
+  <node id='-13834' lat='46.12112' lon='8.62242' />
+  <node id='-13836' lat='46.0748' lon='8.85617' />
+  <node id='-13838' lat='45.98973' lon='8.78585' />
+  <node id='-13840' lat='45.86245' lon='8.93504' />
+  <node id='-13842' lat='45.95465' lon='8.88904' />
+  <node id='-13844' lat='45.89906' lon='9.09065' />
+  <node id='-13846' lat='45.82127' lon='9.0298' />
+  <node id='-13848' lat='45.8388' lon='8.91129' />
+  <node id='-13850' lat='45.83707' lon='8.9621' />
+  <node id='-13852' lat='45.9698' lon='8.99257' />
+  <node id='-13854' lat='46.04928' lon='9.01618' />
+  <node id='-13856' lat='46.23616' lon='9.24503' />
+  <node id='-13858' lat='46.49685' lon='9.28136' />
+  <node id='-13860' lat='46.50873' lon='9.45936' />
+  <node id='-13862' lat='46.37481' lon='9.46117' />
+  <node id='-13864' lat='46.32717' lon='9.29226' />
+  <node id='-13866' lat='46.43743' lon='9.25502' />
+  <node id='-13868' lat='46.5081' lon='9.36128' />
+  <node id='-13870' lat='46.46621' lon='9.40487' />
+  <node id='-13872' lat='46.2958' lon='9.57015' />
+  <node id='-13874' lat='46.29266' lon='9.71273' />
+  <node id='-13876' lat='46.38045' lon='9.95249' />
+  <node id='-13878' lat='46.21668' lon='10.07055' />
+  <node id='-13880' lat='46.25626' lon='10.17862' />
+  <node id='-13882' lat='46.3372' lon='10.10506' />
+  <node id='-13884' lat='46.41051' lon='10.165' />
+  <node id='-13886' lat='46.57432' lon='10.25309' />
+  <node id='-13888' lat='46.63484' lon='10.23674' />
+  <node id='-13890' lat='46.67847' lon='10.38659' />
+  <node id='-13892' lat='46.63671' lon='10.40475' />
+  <node id='-13894' lat='46.62049' lon='10.49375' />
+  <node id='-13896' lat='46.86942' lon='10.22675' />
+  <node id='-13898' lat='46.93147' lon='10.24128' />
+  <node id='-13900' lat='47.00212' lon='10.36933' />
+  <node id='-13902' lat='46.92093' lon='10.30031' />
+  <node id='-13904' lat='46.93891' lon='10.48376' />
+  <node id='-13906' lat='47.17124' lon='9.56539' />
+  <node id='-13908' lat='47.14685' lon='9.62623' />
+  <node id='-13910' lat='47.07732' lon='9.61216' />
+  <node id='-13912' lat='47.08443' lon='9.63395' />
+  <node id='-13914' lat='47.22585' lon='9.55176' />
+  <node id='-13916' lat='47.24281' lon='9.56766' />
+  <node id='-13918' lat='47.20673' lon='9.58264' />
+  <node id='-13920' lat='47.21926' lon='9.56981' />
+  <node id='-13922' lat='47.05257' lon='9.47548' />
+  <node id='-13924' lat='47.06495' lon='9.54041' />
+  <node id='-13926' lat='47.04762' lon='9.55721' />
+  <node id='-13928' lat='47.06402' lon='9.47139' />
+  <node id='-13930' lat='47.08505' lon='9.51362' />
+  <node id='-13932' lat='47.10019' lon='9.52089' />
+  <node id='-13934' lat='47.13727' lon='9.51044' />
+  <node id='-13936' lat='47.17402' lon='9.48774' />
+  <node id='-13938' lat='47.19346' lon='9.4891' />
+  <node id='-13940' lat='47.24959' lon='9.52406' />
+  <node id='-13942' lat='47.22153' lon='9.50318' />
+  <node id='-13944' lat='47.29919' lon='9.55857' />
+  <node id='-13946' lat='47.34671' lon='9.59978' />
+  <node id='-13948' lat='47.36639' lon='9.62476' />
+  <node id='-13950' lat='47.36824' lon='9.65427' />
+  <node id='-13952' lat='47.48344' lon='9.58208' />
+  <node id='-13954' lat='47.46305' lon='9.59482' />
+  <node id='-13956' lat='47.46165' lon='9.60205' />
+  <node id='-13958' lat='47.47178' lon='9.60841' />
+  <node id='-13960' lat='47.45858' lon='9.62158' />
+  <node id='-13962' lat='47.45599' lon='9.6423' />
+  <node id='-13964' lat='47.44847' lon='9.65863' />
+  <node id='-13966' lat='47.43842' lon='9.64483' />
+  <node id='-13968' lat='47.41937' lon='9.65043' />
+  <node id='-13970' lat='47.40504' lon='9.65136' />
+  <node id='-13972' lat='47.39591' lon='9.6629' />
+  <node id='-13974' lat='47.37824' lon='9.6711' />
+  <node id='-13976' lat='47.39191' lon='9.67334' />
+  <node id='-13978' lat='47.56256' lon='7.63338' />
+  <node id='-13980' lat='47.58519' lon='7.60523' />
+  <node id='-13982' lat='47.57869' lon='7.60459' />
+  <node id='-13984' lat='47.57683' lon='7.61929' />
+  <node id='-13986' lat='47.59151' lon='7.64309' />
+  <node id='-13988' lat='47.59212' lon='7.67395' />
+  <node id='-13990' lat='47.56435' lon='7.67655' />
+  <node id='-13992' lat='47.57133' lon='7.68904' />
+  <node id='-13994' lat='47.59905' lon='7.68229' />
+  <node id='-13996' lat='47.60099' lon='7.69385' />
+  <node id='-13998' lat='47.59601' lon='7.68486' />
+  <node id='-14000' lat='47.5871' lon='7.67115' />
+  <node id='-14002' lat='47.54662' lon='7.65083' />
+  <node id='-14004' lat='47.54554' lon='7.66174' />
+  <node id='-14006' lat='47.53752' lon='7.6656' />
+  <node id='-14008' lat='47.53232' lon='7.68101' />
+  <node id='-14010' lat='47.53297' lon='7.69642' />
+  <node id='-14012' lat='47.58196' lon='7.84167' />
+  <node id='-14014' lat='47.55031' lon='7.91251' />
+  <node id='-14016' lat='47.57674' lon='7.90673' />
+  <node id='-14018' lat='47.5436' lon='7.94614' />
+  <node id='-14020' lat='47.55789' lon='7.95682' />
+  <node id='-14022' lat='47.55096' lon='8.02136' />
+  <node id='-14024' lat='47.55616' lon='8.00113' />
+  <node id='-14026' lat='47.56374' lon='8.06663' />
+  <node id='-14028' lat='47.55768' lon='8.08557' />
+  <node id='-14030' lat='47.56504' lon='8.10002' />
+  <node id='-14032' lat='47.55443' lon='8.04383' />
+  <node id='-14034' lat='47.58432' lon='8.13662' />
+  <node id='-14036' lat='47.5841' lon='8.11543' />
+  <node id='-14038' lat='47.59147' lon='8.13823' />
+  <node id='-14040' lat='47.59558' lon='8.14947' />
+  <node id='-14042' lat='47.5945' lon='8.1652' />
+  <node id='-14044' lat='47.61636' lon='8.19378' />
+  <node id='-14046' lat='47.60385' lon='8.22577' />
+  <node id='-14048' lat='47.6181' lon='8.22011' />
+  <node id='-14050' lat='47.61204' lon='8.23809' />
+  <node id='-14052' lat='47.61571' lon='8.25863' />
+  <node id='-14054' lat='47.6103' lon='8.26313' />
+  <node id='-14056' lat='47.61225' lon='8.2824' />
+  <node id='-14058' lat='47.5919' lon='8.29524' />
+  <node id='-14060' lat='47.57133' lon='8.32735' />
+  <node id='-14062' lat='47.57826' lon='8.39477' />
+  <node id='-14064' lat='47.56617' lon='8.43235' />
+  <node id='-14066' lat='47.58107' lon='8.49431' />
+  <node id='-14068' lat='47.588' lon='8.48949' />
+  <node id='-14070' lat='47.58389' lon='8.46637' />
+  <node id='-14072' lat='47.60121' lon='8.45578' />
+  <node id='-14074' lat='47.62394' lon='8.55756' />
+  <node id='-14076' lat='47.59537' lon='8.57586' />
+  <node id='-14078' lat='47.61204' lon='8.60348' />
+  <node id='-14080' lat='47.64298' lon='8.59545' />
+  <node id='-14082' lat='47.65098' lon='8.62884' />
+  <node id='-14084' lat='47.65271' lon='8.60701' />
+  <node id='-14086' lat='47.63757' lon='8.62049' />
+  <node id='-14088' lat='47.63735' lon='8.60412' />
+  <node id='-14090' lat='47.64514' lon='8.61471' />
+  <node id='-14092' lat='47.67088' lon='8.56141' />
+  <node id='-14094' lat='47.66158' lon='8.57683' />
+  <node id='-14096' lat='47.65379' lon='8.44711' />
+  <node id='-14098' lat='47.65747' lon='8.4667' />
+  <node id='-14100' lat='47.64103' lon='8.46605' />
+  <node id='-14102' lat='47.64687' lon='8.5322' />
+  <node id='-14104' lat='47.64709' lon='8.49656' />
+  <node id='-14106' lat='47.67499' lon='8.40473' />
+  <node id='-14108' lat='47.68407' lon='8.4211' />
+  <node id='-14110' lat='47.69855' lon='8.40569' />
+  <node id='-14112' lat='47.72426' lon='8.44807' />
+  <node id='-14114' lat='47.7493' lon='8.45771' />
+  <node id='-14116' lat='47.73121' lon='8.70543' />
+  <node id='-14118' lat='47.75168' lon='8.74251' />
+  <node id='-14120' lat='47.76571' lon='8.71778' />
+  <node id='-14122' lat='47.80066' lon='8.65292' />
+  <node id='-14124' lat='47.76398' lon='8.64425' />
+  <node id='-14126' lat='47.78599' lon='8.68022' />
+  <node id='-14128' lat='47.75686' lon='8.68985' />
+  <node id='-14130' lat='47.68928' lon='8.65769' />
+  <node id='-14132' lat='47.71367' lon='8.66416' />
+  <node id='-14134' lat='47.71453' lon='8.70237' />
+  <node id='-14136' lat='47.69088' lon='8.71773' />
+  <node id='-14138' lat='47.6979' lon='8.67508' />
+  <node id='-14140' lat='47.68437' lon='8.66837' />
+  <node id='-14142' lat='47.69552' lon='8.68985' />
+  <node id='-14144' lat='47.68904' lon='8.70847' />
+  <node id='-14146' lat='47.68969' lon='8.75856' />
+  <node id='-14148' lat='47.70222' lon='8.79966' />
+  <node id='-14150' lat='47.67045' lon='8.87383' />
+  <node id='-14152' lat='47.65596' lon='8.94093' />
+  <node id='-14154' lat='47.67801' lon='9.09891' />
+  <node id='-14156' lat='47.66904' lon='9.15181' />
+  <node id='-14158' lat='50.13668' lon='6.1137' />
+  <node id='-14160' lat='50.17246' lon='6.08577' />
+  <node id='-14162' lat='50.16374' lon='6.12028' />
+  <node id='-14164' lat='50.02683' lon='5.8551' />
+  <node id='-14166' lat='49.97823' lon='5.83467' />
+  <node id='-14168' lat='49.99662' lon='5.82331' />
+  <node id='-14170' lat='49.93646' lon='5.77314' />
+  <node id='-14172' lat='49.96056' lon='5.77291' />
+  <node id='-14174' lat='49.96451' lon='5.80833' />
+  <node id='-14176' lat='49.85368' lon='5.74567' />
+  <node id='-14178' lat='49.85631' lon='5.75861' />
+  <node id='-14180' lat='49.84811' lon='5.75884' />
+  <node id='-14182' lat='49.84709' lon='5.74953' />
+  <node id='-14184' lat='49.83933' lon='5.74975' />
+  <node id='-14186' lat='49.81428' lon='5.74953' />
+  <node id='-14188' lat='49.74729' lon='5.83149' />
+  <node id='-14190' lat='49.72161' lon='5.84193' />
+  <node id='-14192' lat='49.6511' lon='5.90164' />
+  <node id='-14194' lat='49.63507' lon='5.88552' />
+  <node id='-14196' lat='49.62802' lon='5.88393' />
+  <node id='-14198' lat='49.58756' lon='5.86986' />
+  <node id='-14200' lat='49.5425' lon='5.83648' />
+  <node id='-14202' lat='49.53027' lon='5.84466' />
+  <node id='-14204' lat='49.52717' lon='5.83467' />
+  <node id='-14206' lat='49.45594' lon='6.08373' />
+  <node id='-14208' lat='49.4735' lon='6.12346' />
+  <node id='-14210' lat='49.4707' lon='6.10325' />
+  <node id='-14212' lat='49.48796' lon='6.14321' />
+  <node id='-14214' lat='49.49297' lon='6.16115' />
+  <node id='-14216' lat='49.50226' lon='6.15366' />
+  <node id='-14218' lat='49.50934' lon='6.17386' />
+  <node id='-14220' lat='49.50536' lon='6.19543' />
+  <node id='-14222' lat='49.503' lon='6.27875' />
+  <node id='-14224' lat='49.48465' lon='6.28818' />
+  <node id='-14226' lat='49.55855' lon='6.38228' />
+  <node id='-14228' lat='49.57593' lon='6.38024' />
+  <node id='-14230' lat='49.5799' lon='6.38342' />
+  <node id='-14232' lat='49.66021' lon='6.43768' />
+  <node id='-14234' lat='49.67799' lon='6.44654' />
+  <node id='-14236' lat='49.72645' lon='6.49535' />
+  <node id='-14238' lat='49.73291' lon='6.50193' />
+  <node id='-14240' lat='49.72058' lon='6.51397' />
+  <node id='-14242' lat='49.72425' lon='6.51805' />
+  <node id='-14244' lat='49.72718' lon='6.50261' />
+  <node id='-14246' lat='49.71353' lon='6.50647' />
+  <node id='-14248' lat='49.72205' lon='6.49694' />
+  <node id='-14250' lat='49.71808' lon='6.5042' />
+  <node id='-14252' lat='49.69767' lon='6.48014' />
+  <node id='-14254' lat='49.71118' lon='6.49785' />
+  <node id='-14256' lat='49.78952' lon='6.50534' />
+  <node id='-14258' lat='49.79787' lon='6.52169' />
+  <node id='-14260' lat='49.80666' lon='6.53122' />
+  <node id='-14262' lat='49.78336' lon='6.51669' />
+  <node id='-14264' lat='49.77515' lon='6.51056' />
+  <node id='-14266' lat='49.76855' lon='6.51828' />
+  <node id='-14268' lat='49.75961' lon='6.51646' />
+  <node id='-14270' lat='49.80124' lon='6.51215' />
+  <node id='-14272' lat='49.81267' lon='6.48718' />
+  <node id='-14274' lat='49.80916' lon='6.50647' />
+  <node id='-14276' lat='49.81091' lon='6.42905' />
+  <node id='-14278' lat='49.81443' lon='6.44131' />
+  <node id='-14280' lat='49.82029' lon='6.40022' />
+  <node id='-14282' lat='49.87592' lon='6.28874' />
+  <node id='-14284' lat='49.86685' lon='6.29692' />
+  <node id='-14286' lat='49.87021' lon='6.30963' />
+  <node id='-14288' lat='49.85133' lon='6.32303' />
+  <node id='-14290' lat='49.83728' lon='6.32098' />
+  <node id='-14292' lat='49.929' lon='6.22608' />
+  <node id='-14294' lat='49.92403' lon='6.21882' />
+  <node id='-14296' lat='49.92096' lon='6.22926' />
+  <node id='-14298' lat='49.96611' lon='6.18045' />
+  <node id='-14300' lat='49.96991' lon='6.19089' />
+  <node id='-14302' lat='50.04141' lon='6.13458' />
+  <node id='-14304' lat='35.04378' lon='-2.21445' />
+  <node id='-14306' lat='34.93218' lon='-2.04734' />
+  <node id='-14308' lat='34.886' lon='-1.97469' />
+  <node id='-14310' lat='34.93218' lon='-1.97833' />
+  <node id='-14312' lat='33.71721' lon='-1.73494' />
+  <node id='-14314' lat='33.59929' lon='-1.59508' />
+  <node id='-14316' lat='33.0499' lon='-1.46249' />
+  <node id='-14318' lat='32.32993' lon='-1.24998' />
+  <node id='-14320' lat='32.12096' lon='-1.15735' />
+  <node id='-14322' lat='32.1917' lon='-1.24453' />
+  <node id='-14324' lat='31.39202' lon='-3.66386' />
+  <node id='-14326' lat='31.31912' lon='-3.77647' />
+  <node id='-14328' lat='31.14984' lon='-3.77103' />
+  <node id='-14330' lat='31.0503' lon='-3.54944' />
+  <node id='-14332' lat='30.53229' lon='-4.31774' />
+  <node id='-14334' lat='29.36252' lon='-7.61585' />
+  <node id='-14336' lat='51.00326' lon='2.57551' />
+  <node id='-14338' lat='50.81457' lon='2.63331' />
+  <node id='-14340' lat='50.91751' lon='2.59093' />
+  <node id='-14342' lat='50.94746' lon='2.63074' />
+  <node id='-14344' lat='50.81295' lon='2.71165' />
+  <node id='-14346' lat='50.71773' lon='2.81056' />
+  <node id='-14348' lat='50.69263' lon='2.90069' />
+  <node id='-14350' lat='50.75138' lon='2.95019' />
+  <node id='-14352' lat='50.78603' lon='3.1257' />
+  <node id='-14354' lat='50.71019' lon='3.22042' />
+  <node id='-14356' lat='50.71389' lon='3.24593' />
+  <node id='-14358' lat='50.67668' lon='3.264' />
+  <node id='-14360' lat='50.52724' lon='3.28575' />
+  <node id='-14362' lat='50.60718' lon='3.2729' />
+  <node id='-14364' lat='50.6585' lon='3.23951' />
+  <node id='-14366' lat='50.49538' lon='3.37693' />
+  <node id='-14368' lat='50.51009' lon='3.44629' />
+  <node id='-14370' lat='50.53397' lon='3.47385' />
+  <node id='-14372' lat='50.5256' lon='3.51564' />
+  <node id='-14374' lat='50.48885' lon='3.49509' />
+  <node id='-14376' lat='50.50192' lon='3.5683' />
+  <node id='-14378' lat='50.46275' lon='3.64426' />
+  <node id='-14380' lat='50.45165' lon='3.66153' />
+  <node id='-14382' lat='50.34563' lon='3.66976' />
+  <node id='-14384' lat='50.30305' lon='3.71009' />
+  <node id='-14386' lat='50.34809' lon='3.73911' />
+  <node id='-14388' lat='50.35219' lon='3.84314' />
+  <node id='-14390' lat='50.32814' lon='3.90781' />
+  <node id='-14392' lat='50.35793' lon='4.0268' />
+  <node id='-14394' lat='50.30234' lon='4.10957' />
+  <node id='-14396' lat='50.25609' lon='4.13665' />
+  <node id='-14398' lat='50.25786' lon='4.16808' />
+  <node id='-14400' lat='50.2833' lon='4.15524' />
+  <node id='-14402' lat='50.28838' lon='4.17347' />
+  <node id='-14404' lat='50.27443' lon='4.17861' />
+  <node id='-14406' lat='50.27333' lon='4.20651' />
+  <node id='-14408' lat='50.25539' lon='4.21945' />
+  <node id='-14410' lat='50.21103' lon='4.15524' />
+  <node id='-14412' lat='50.13078' lon='4.13561' />
+  <node id='-14414' lat='50.13535' lon='4.20147' />
+  <node id='-14416' lat='50.06945' lon='4.23101' />
+  <node id='-14418' lat='50.04719' lon='4.16294' />
+  <node id='-14420' lat='49.98034' lon='4.14239' />
+  <node id='-14422' lat='49.95803' lon='4.20532' />
+  <node id='-14424' lat='49.97043' lon='4.31963' />
+  <node id='-14426' lat='49.94659' lon='4.51098' />
+  <node id='-14428' lat='49.99685' lon='4.68695' />
+  <node id='-14430' lat='50.09384' lon='4.70064' />
+  <node id='-14432' lat='50.16878' lon='4.82438' />
+  <node id='-14434' lat='50.15182' lon='4.88602' />
+  <node id='-14436' lat='49.70287' lon='5.14545' />
+  <node id='-14438' lat='49.69456' lon='5.26232' />
+  <node id='-14440' lat='49.49825' lon='5.46541' />
+  <node id='-14442' lat='49.61225' lon='5.3137' />
+  <node id='-14444' lat='49.63055' lon='5.30214' />
+  <node id='-14446' lat='49.61596' lon='5.3974' />
+  <node id='-14448' lat='49.62889' lon='5.34837' />
+  <node id='-14450' lat='49.6555' lon='5.33039' />
+  <node id='-14452' lat='49.52729' lon='5.55001' />
+  <node id='-14454' lat='49.51228' lon='5.60909' />
+  <node id='-14456' lat='49.55146' lon='5.64505' />
+  <node id='-14458' lat='49.86457' lon='4.85134' />
+  <node id='-14460' lat='49.82271' lon='4.86965' />
+  <node id='-14462' lat='49.47683' lon='6.42432' />
+  <node id='-14464' lat='49.42464' lon='6.55404' />
+  <node id='-14466' lat='49.40748' lon='6.533' />
+  <node id='-14468' lat='49.36864' lon='6.60091' />
+  <node id='-14470' lat='49.35358' lon='6.58807' />
+  <node id='-14472' lat='49.35027' lon='6.572' />
+  <node id='-14474' lat='49.31055' lon='6.60186' />
+  <node id='-14476' lat='49.21661' lon='6.69274' />
+  <node id='-14478' lat='49.2208' lon='6.71843' />
+  <node id='-14480' lat='49.20486' lon='6.73256' />
+  <node id='-14482' lat='49.18808' lon='6.71137' />
+  <node id='-14484' lat='49.16375' lon='6.73765' />
+  <node id='-14486' lat='49.16793' lon='6.78265' />
+  <node id='-14488' lat='49.15162' lon='6.83385' />
+  <node id='-14490' lat='49.15734' lon='6.84703' />
+  <node id='-14492' lat='49.21249' lon='6.83555' />
+  <node id='-14494' lat='49.22376' lon='6.85939' />
+  <node id='-14496' lat='49.20863' lon='6.89298' />
+  <node id='-14498' lat='49.22261' lon='6.91875' />
+  <node id='-14500' lat='49.18185' lon='6.86225' />
+  <node id='-14502' lat='49.203' lon='6.95963' />
+  <node id='-14504' lat='49.2099' lon='6.97273' />
+  <node id='-14506' lat='49.19018' lon='7.01318' />
+  <node id='-14508' lat='49.19096' lon='7.03459' />
+  <node id='-14510' lat='49.12123' lon='7.04409' />
+  <node id='-14512' lat='49.11185' lon='7.05548' />
+  <node id='-14514' lat='49.11415' lon='7.06642' />
+  <node id='-14516' lat='49.15031' lon='7.07859' />
+  <node id='-14518' lat='49.1255' lon='7.07162' />
+  <node id='-14520' lat='49.13094' lon='7.09007' />
+  <node id='-14522' lat='49.15631' lon='7.10715' />
+  <node id='-14524' lat='49.13787' lon='7.10384' />
+  <node id='-14526' lat='49.14253' lon='7.12504' />
+  <node id='-14528' lat='49.1204' lon='7.1593' />
+  <node id='-14530' lat='49.14399' lon='7.35995' />
+  <node id='-14532' lat='49.12971' lon='7.23473' />
+  <node id='-14534' lat='49.11426' lon='7.29514' />
+  <node id='-14536' lat='49.14231' lon='7.3195' />
+  <node id='-14538' lat='49.18354' lon='7.44052' />
+  <node id='-14540' lat='49.16765' lon='7.44455' />
+  <node id='-14542' lat='49.09818' lon='7.53012' />
+  <node id='-14544' lat='49.08136' lon='7.56416' />
+  <node id='-14546' lat='49.07654' lon='7.62575' />
+  <node id='-14548' lat='49.04562' lon='7.75948' />
+  <node id='-14550' lat='49.06583' lon='7.79557' />
+  <node id='-14552' lat='48.97352' lon='8.22604' />
+  <node id='-14554' lat='48.64217' lon='7.84098' />
+  <node id='-14556' lat='48.75606' lon='7.96994' />
+  <node id='-14558' lat='48.79017' lon='8.0326' />
+  <node id='-14560' lat='48.76085' lon='8.01534' />
+  <node id='-14562' lat='48.72491' lon='7.96812' />
+  <node id='-14564' lat='48.66317' lon='7.89002' />
+  <node id='-14566' lat='48.78957' lon='8.06802' />
+  <node id='-14568' lat='48.81829' lon='8.10253' />
+  <node id='-14570' lat='48.30018' lon='7.69022' />
+  <node id='-14572' lat='48.39192' lon='7.73109' />
+  <node id='-14574' lat='48.32736' lon='7.74562' />
+  <node id='-14576' lat='48.48945' lon='7.76833' />
+  <node id='-14578' lat='48.51239' lon='7.80647' />
+  <node id='-14580' lat='48.12292' lon='7.57137' />
+  <node id='-14582' lat='48.03265' lon='7.56966' />
+  <node id='-14584' lat='48.22219' lon='7.6648' />
+  <node id='-14586' lat='47.87371' lon='7.55673' />
+  <node id='-14588' lat='47.97898' lon='7.62302' />
+  <node id='-14590' lat='46.72716' lon='49.01136' />
+  <node id='-14592' lat='46.38542' lon='49.16518' />
+  <node id='-14594' lat='46.56267' lon='48.54988' />
+  <node id='-14596' lat='46.69268' lon='48.51142' />
+  <node id='-14598' lat='47.4102' lon='48.52326' />
+  <node id='-14600' lat='47.74545' lon='48.15348' />
+  <node id='-14602' lat='47.83687' lon='47.41689' />
+  <node id='-14604' lat='47.68176' lon='47.38731' />
+  <node id='-14606' lat='48.27188' lon='47.11516' />
+  <node id='-14608' lat='47.83687' lon='47.12107' />
+  <node id='-14610' lat='49.23531' lon='46.98795' />
+  <node id='-14612' lat='48.99715' lon='46.91104' />
+  <node id='-14614' lat='49.07085' lon='47.01458' />
+  <node id='-14616' lat='49.17152' lon='47.04416' />
+  <node id='-14618' lat='49.93721' lon='47.18319' />
+  <node id='-14620' lat='50.09308' lon='47.34589' />
+  <node id='-14622' lat='50.30894' lon='47.30448' />
+  <node id='-14624' lat='50.47867' lon='47.58551' />
+  <node id='-14626' lat='49.86099' lon='48.24519' />
+  <node id='-14628' lat='49.82283' lon='48.42564' />
+  <node id='-14630' lat='50.02281' lon='48.90782' />
+  <node id='-14632' lat='50.63278' lon='48.57946' />
+  <node id='-14634' lat='50.85927' lon='49.41959' />
+  <node id='-14636' lat='51.09396' lon='49.39001' />
+  <node id='-14638' lat='51.11067' lon='49.76866' />
+  <node id='-14640' lat='50.78639' lon='49.12673' />
+  <node id='-14642' lat='50.61589' lon='48.86936' />
+  <node id='-14644' lat='51.2405' lon='49.97277' />
+  <node id='-14646' lat='51.28677' lon='50.26859' />
+  <node id='-14648' lat='51.61859' lon='50.59695' />
+  <node id='-14650' lat='51.68466' lon='51.26254' />
+  <node id='-14652' lat='51.48799' lon='51.301' />
+  <node id='-14654' lat='51.49536' lon='51.77431' />
+  <node id='-14656' lat='51.67916' lon='51.8246' />
+  <node id='-14658' lat='51.74161' lon='52.36119' />
+  <node id='-14660' lat='51.48444' lon='52.54329' />
+  <node id='-14662' lat='50.85554' lon='54.46331' />
+  <node id='-14664' lat='50.61214' lon='54.41894' />
+  <node id='-14666' lat='50.52006' lon='54.55797' />
+  <node id='-14668' lat='50.61214' lon='54.71476' />
+  <node id='-14670' lat='51.01958' lon='54.56685' />
+  <node id='-14672' lat='51.03261' lon='54.72067' />
+  <node id='-14674' lat='50.7471' lon='56.11398' />
+  <node id='-14676' lat='50.93204' lon='56.17906' />
+  <node id='-14678' lat='51.11253' lon='57.17302' />
+  <node id='-14680' lat='50.88354' lon='57.44221' />
+  <node id='-14682' lat='50.93017' lon='57.74986' />
+  <node id='-14684' lat='51.13852' lon='57.75578' />
+  <node id='-14686' lat='51.15151' lon='58.3208' />
+  <node id='-14688' lat='50.64216' lon='59.48928' />
+  <node id='-14690' lat='50.49937' lon='59.51886' />
+  <node id='-14692' lat='50.54451' lon='59.81172' />
+  <node id='-14694' lat='50.8163' lon='60.01288' />
+  <node id='-14696' lat='50.83312' lon='60.17262' />
+  <node id='-14698' lat='51.23679' lon='61.56889' />
+  <node id='-14700' lat='51.61124' lon='60.92401' />
+  <node id='-14702' lat='51.48615' lon='60.95655' />
+  <node id='-14704' lat='51.40687' lon='61.50677' />
+  <node id='-14706' lat='51.25716' lon='61.6813' />
+  <node id='-14708' lat='51.32746' lon='61.55114' />
+  <node id='-14710' lat='51.61675' lon='60.5424' />
+  <node id='-14712' lat='51.98263' lon='59.99809' />
+  <node id='-14714' lat='51.99173' lon='60.19925' />
+  <node id='-14716' lat='52.15175' lon='60.48915' />
+  <node id='-14718' lat='51.87135' lon='60.09867' />
+  <node id='-14720' lat='51.7964' lon='60.50986' />
+  <node id='-14722' lat='51.66815' lon='60.36787' />
+  <node id='-14724' lat='52.15538' lon='60.72581' />
+  <node id='-14726' lat='52.22067' lon='60.78201' />
+  <node id='-14728' lat='52.35096' lon='61.05417' />
+  <node id='-14730' lat='52.50068' lon='60.98021' />
+  <node id='-14732' lat='52.52228' lon='60.84709' />
+  <node id='-14734' lat='52.63912' lon='60.84118' />
+  <node id='-14736' lat='52.66245' lon='60.71693' />
+  <node id='-14738' lat='52.75923' lon='60.71989' />
+  <node id='-14740' lat='53.03227' lon='61.23462' />
+  <node id='-14742' lat='52.96105' lon='62.0422' />
+  <node id='-14744' lat='52.99133' lon='62.12799' />
+  <node id='-14746' lat='53.09626' lon='62.14574' />
+  <node id='-14748' lat='53.30536' lon='61.19024' />
+  <node id='-14750' lat='53.41481' lon='61.14291' />
+  <node id='-14752' lat='53.50112' lon='61.57185' />
+  <node id='-14754' lat='53.57144' lon='61.55706' />
+  <node id='-14756' lat='53.62937' lon='60.90626' />
+  <node id='-14758' lat='53.45887' lon='61.37957' />
+  <node id='-14760' lat='53.50992' lon='61.29082' />
+  <node id='-14762' lat='53.80268' lon='61.22574' />
+  <node id='-14764' lat='53.93699' lon='60.99796' />
+  <node id='-14766' lat='53.92797' lon='61.26863' />
+  <node id='-14768' lat='54.08464' lon='61.3706' />
+  <node id='-14770' lat='54.04134' lon='62.00966' />
+  <node id='-14772' lat='54.03961' lon='62.38535' />
+  <node id='-14774' lat='53.90737' lon='62.45931' />
+  <node id='-14776' lat='53.94047' lon='62.56876' />
+  <node id='-14778' lat='54.05871' lon='62.58651' />
+  <node id='-14780' lat='54.22679' lon='64.02715' />
+  <node id='-14782' lat='54.29763' lon='63.97686' />
+  <node id='-14784' lat='55.18823' lon='68.19206' />
+  <node id='-14786' lat='55.1476' lon='70.19179' />
+  <node id='-14788' lat='55.3027' lon='70.76493' />
+  <node id='-14790' lat='54.13326' lon='71.10379' />
+  <node id='-14792' lat='54.71253' lon='71.08288' />
+  <node id='-14794' lat='54.64965' lon='71.24185' />
+  <node id='-14796' lat='54.33376' lon='71.08706' />
+  <node id='-14798' lat='54.17736' lon='71.96141' />
+  <node id='-14800' lat='54.36303' lon='72.17477' />
+  <node id='-14802' lat='53.92685' lon='72.43415' />
+  <node id='-14804' lat='54.1161' lon='72.71026' />
+  <node id='-14806' lat='53.96132' lon='73.37963' />
+  <node id='-14808' lat='54.07194' lon='73.74778' />
+  <node id='-14810' lat='53.86522' lon='73.68921' />
+  <node id='-14812' lat='53.61532' lon='73.25412' />
+  <node id='-14814' lat='53.44623' lon='73.39218' />
+  <node id='-14816' lat='54.07439' lon='75.3668' />
+  <node id='-14818' lat='54.4677' lon='76.91052' />
+  <node id='-14820' lat='54.1798' lon='76.82266' />
+  <node id='-14822' lat='50.77658' lon='80.08138' />
+  <node id='-14824' lat='50.95581' lon='80.4127' />
+  <node id='-14826' lat='51.20855' lon='80.44819' />
+  <node id='-14828' lat='51.28262' lon='80.80318' />
+  <node id='-14830' lat='51.15662' lon='81.16999' />
+  <node id='-14832' lat='50.94833' lon='81.06091' />
+  <node id='-14834' lat='50.97524' lon='81.41248' />
+  <node id='-14836' lat='50.77658' lon='81.46581' />
+  <node id='-14838' lat='50.75412' lon='82.55443' />
+  <node id='-14840' lat='51.00796' lon='83.14607' />
+  <node id='-14842' lat='50.87375' lon='83.8442' />
+  <node id='-14844' lat='50.27257' lon='84.29385' />
+  <node id='-14846' lat='50.06793' lon='84.99198' />
+  <node id='-14848' lat='49.60239' lon='85.24047' />
+  <node id='-14850' lat='49.50259' lon='86.18709' />
+  <node id='-14852' lat='49.80136' lon='86.63674' />
+  <node id='-14854' lat='49.74787' lon='86.79056' />
+  <node id='-14856' lat='49.60239' lon='86.61307' />
+  <node id='-14858' lat='49.51796' lon='86.82606' />
+  <node id='-14860' lat='49.13794' lon='87.48983' />
+  <node id='-14862' lat='49.07403' lon='87.478' />
+  <node id='-14864' lat='49.18147' lon='87.98977' />
+  <node id='-14866' lat='49.30314' lon='88.15543' />
+  <node id='-14868' lat='43.48835' lon='65.18666' />
+  <node id='-14870' lat='43.31856' lon='65.53277' />
+  <node id='-14872' lat='42.93426' lon='66.09482' />
+  <node id='-14874' lat='41.14611' lon='67.9644' />
+  <node id='-14876' lat='41.02794' lon='67.98511' />
+  <node id='-14878' lat='41.08148' lon='68.08273' />
+  <node id='-14880' lat='41.0324' lon='68.1271' />
+  <node id='-14882' lat='40.83798' lon='67.96736' />
+  <node id='-14884' lat='40.56437' lon='68.49983' />
+  <node id='-14886' lat='40.59358' lon='68.63' />
+  <node id='-14888' lat='40.99669' lon='68.49983' />
+  <node id='-14890' lat='40.93861' lon='68.65662' />
+  <node id='-14892' lat='40.96989' lon='68.73945' />
+  <node id='-14894' lat='41.05025' lon='68.7217' />
+  <node id='-14896' lat='41.22804' lon='69.01308' />
+  <node id='-14898' lat='41.36183' lon='69.05006' />
+  <node id='-14900' lat='42.30188' lon='70.85973' />
+  <node id='-14902' lat='42.18033' lon='71.28719' />
+  <node id='-14904' lat='41.92554' lon='70.69777' />
+  <node id='-14906' lat='42.1308' lon='52.97575' />
+  <node id='-14908' lat='42.38477' lon='54.20635' />
+  <node id='-14910' lat='41.92424' lon='54.95182' />
+  <node id='-14912' lat='41.25609' lon='55.45471' />
+  <node id='-14914' lat='42.43098' lon='73.44393' />
+  <node id='-14916' lat='43.03071' lon='73.55634' />
+  <node id='-14918' lat='42.83578' lon='71.88792' />
+  <node id='-14920' lat='42.77853' lon='71.2724' />
+  <node id='-14922' lat='43.24657' lon='74.22489' />
+  <node id='-14924' lat='42.79672' lon='75.72174' />
+  <node id='-14926' lat='42.94848' lon='75.82823' />
+  <node id='-14928' lat='42.89649' lon='78.48469' />
+  <node id='-14930' lat='42.804' lon='79.19763' />
+  <node id='-14932' lat='42.04113' lon='79.92977' />
+  <node id='-14934' lat='43.01557' lon='80.3735' />
+  <node id='-14936' lat='44.10986' lon='80.40031' />
+  <node id='-14938' lat='44.63073' lon='80.38384' />
+  <node id='-14940' lat='44.89957' lon='79.8987' />
+  <node id='-14942' lat='45.03352' lon='80.11169' />
+  <node id='-14944' lat='45.3504' lon='81.73278' />
+  <node id='-14946' lat='45.1755' lon='82.51374' />
+  <node id='-14948' lat='45.40027' lon='82.58474' />
+  <node id='-14950' lat='45.56619' lon='82.21792' />
+  <node id='-14952' lat='47.19053' lon='83.04622' />
+  <node id='-14954' lat='46.98912' lon='83.92184' />
+  <node id='-14956' lat='47.06171' lon='85.54294' />
+  <node id='-14958' lat='47.2898' lon='85.69696' />
+  <node id='-14960' lat='47.01394' lon='84.73077' />
+  <node id='-14962' lat='47.04816' lon='85.22443' />
+  <node id='-14964' lat='46.87399' lon='84.93995' />
+  <node id='-14966' lat='48.05493' lon='85.5169' />
+  <node id='-14968' lat='48.3939' lon='85.73581' />
+  <node id='-14970' lat='48.46064' lon='86.38069' />
+  <node id='-14972' lat='48.70331' lon='86.75343' />
+  <node id='-14974' lat='48.99918' lon='86.73568' />
+  <node id='-14976' lat='47.53584' lon='10.56912' />
+  <node id='-14978' lat='47.54057' lon='10.48849' />
+  <node id='-14980' lat='47.58552' lon='10.47329' />
+  <node id='-14982' lat='47.58394' lon='10.43473' />
+  <node id='-14984' lat='47.5524' lon='10.44992' />
+  <node id='-14986' lat='47.50111' lon='10.4324' />
+  <node id='-14988' lat='47.5934' lon='9.76748' />
+  <node id='-14990' lat='47.59419' lon='9.80254' />
+  <node id='-14992' lat='47.58158' lon='9.82591' />
+  <node id='-14994' lat='47.54688' lon='9.8189' />
+  <node id='-14996' lat='47.52953' lon='9.87499' />
+  <node id='-14998' lat='47.54688' lon='9.87733' />
+  <node id='-15000' lat='47.53899' lon='9.96029' />
+  <node id='-15002' lat='47.53111' lon='9.92407' />
+  <node id='-15004' lat='47.48216' lon='10.00003' />
+  <node id='-15006' lat='47.48927' lon='10.03859' />
+  <node id='-15008' lat='47.45531' lon='10.07131' />
+  <node id='-15010' lat='47.46005' lon='10.09001' />
+  <node id='-15012' lat='47.4316' lon='10.1052' />
+  <node id='-15014' lat='47.40709' lon='10.06897' />
+  <node id='-15016' lat='47.35724' lon='10.09819' />
+  <node id='-15018' lat='47.37228' lon='10.11805' />
+  <node id='-15020' lat='47.36674' lon='10.16362' />
+  <node id='-15022' lat='47.38889' lon='10.17648' />
+  <node id='-15024' lat='47.38019' lon='10.2127' />
+  <node id='-15026' lat='47.48453' lon='10.44291' />
+  <node id='-15028' lat='47.43318' lon='10.47446' />
+  <node id='-15030' lat='47.47901' lon='10.46278' />
+  <node id='-15032' lat='47.30813' lon='10.33424' />
+  <node id='-15034' lat='47.37623' lon='10.39851' />
+  <node id='-15036' lat='47.38494' lon='10.4324' />
+  <node id='-15038' lat='47.41183' lon='10.4359' />
+  <node id='-15040' lat='47.27088' lon='10.23257' />
+  <node id='-15042' lat='47.27167' lon='10.17531' />
+  <node id='-15044' lat='47.29149' lon='10.17648' />
+  <node id='-15046' lat='47.31014' lon='10.2147' />
+  <node id='-15048' lat='47.32832' lon='10.19998' />
+  <node id='-15050' lat='47.38904' lon='10.22774' />
+  <node id='-15052' lat='47.37609' lon='10.23757' />
+  <node id='-15054' lat='47.57881' lon='11.60681' />
+  <node id='-15056' lat='47.55515' lon='11.58811' />
+  <node id='-15058' lat='47.52281' lon='11.58578' />
+  <node id='-15060' lat='47.51413' lon='11.4362' />
+  <node id='-15062' lat='47.50939' lon='11.52618' />
+  <node id='-15064' lat='47.47465' lon='11.38128' />
+  <node id='-15066' lat='47.53701' lon='10.88814' />
+  <node id='-15068' lat='47.51729' lon='10.77596' />
+  <node id='-15070' lat='47.5591' lon='10.63456' />
+  <node id='-15072' lat='47.55752' lon='10.68832' />
+  <node id='-15074' lat='47.54253' lon='10.6965' />
+  <node id='-15076' lat='47.53228' lon='10.7596' />
+  <node id='-15078' lat='47.51334' lon='10.91268' />
+  <node id='-15080' lat='47.5015' lon='10.86945' />
+  <node id='-15082' lat='47.4786' lon='10.87061' />
+  <node id='-15084' lat='47.48571' lon='10.90918' />
+  <node id='-15086' lat='47.48018' lon='10.93839' />
+  <node id='-15088' lat='47.46991' lon='10.92437' />
+  <node id='-15090' lat='47.42882' lon='10.98513' />
+  <node id='-15092' lat='47.39719' lon='11.11835' />
+  <node id='-15094' lat='47.39561' lon='10.97111' />
+  <node id='-15096' lat='47.41617' lon='10.97111' />
+  <node id='-15098' lat='47.41222' lon='11.12536' />
+  <node id='-15100' lat='47.43198' lon='11.20482' />
+  <node id='-15102' lat='47.43277' lon='11.25157' />
+  <node id='-15104' lat='47.3964' lon='11.22002' />
+  <node id='-15106' lat='47.39956' lon='11.27844' />
+  <node id='-15108' lat='47.42566' lon='11.29597' />
+  <node id='-15110' lat='47.44937' lon='11.33804' />
+  <node id='-15112' lat='47.44621' lon='11.4175' />
+  <node id='-15114' lat='47.6741' lon='12.6071' />
+  <node id='-15116' lat='47.58354' lon='11.84052' />
+  <node id='-15118' lat='47.60667' lon='12.20398' />
+  <node id='-15120' lat='47.6977' lon='12.43883' />
+  <node id='-15122' lat='47.63238' lon='12.57438' />
+  <node id='-15124' lat='47.62293' lon='12.50076' />
+  <node id='-15126' lat='47.63553' lon='12.53816' />
+  <node id='-15128' lat='47.6741' lon='12.44117' />
+  <node id='-15130' lat='47.62451' lon='12.0088' />
+  <node id='-15132' lat='47.60166' lon='11.85572' />
+  <node id='-15134' lat='47.61033' lon='12.02282' />
+  <node id='-15136' lat='47.61506' lon='12.17824' />
+  <node id='-15138' lat='47.60639' lon='12.13734' />
+  <node id='-15140' lat='47.61742' lon='12.05788' />
+  <node id='-15142' lat='47.70105' lon='12.16217' />
+  <node id='-15144' lat='47.7433' lon='12.2542' />
+  <node id='-15146' lat='47.71776' lon='12.22571' />
+  <node id='-15148' lat='47.67725' lon='12.26004' />
+  <node id='-15150' lat='47.73544' lon='12.26238' />
+  <node id='-15152' lat='47.69534' lon='12.24017' />
+  <node id='-15154' lat='47.68827' lon='12.27991' />
+  <node id='-15156' lat='47.69534' lon='12.336' />
+  <node id='-15158' lat='47.68433' lon='12.37222' />
+  <node id='-15160' lat='47.60121' lon='12.17737' />
+  <node id='-15162' lat='47.61019' lon='12.18145' />
+  <node id='-15164' lat='47.6049' lon='12.18568' />
+  <node id='-15166' lat='47.64085' lon='12.19895' />
+  <node id='-15168' lat='47.61082' lon='12.20801' />
+  <node id='-15170' lat='47.66663' lon='12.18347' />
+  <node id='-15172' lat='47.65984' lon='12.18507' />
+  <node id='-15174' lat='47.68167' lon='12.16769' />
+  <node id='-15176' lat='47.70065' lon='12.18303' />
+  <node id='-15178' lat='47.6787' lon='12.7357' />
+  <node id='-15180' lat='47.61493' lon='12.82101' />
+  <node id='-15182' lat='47.66689' lon='12.77777' />
+  <node id='-15184' lat='47.64485' lon='12.76492' />
+  <node id='-15186' lat='47.58025' lon='12.77427' />
+  <node id='-15188' lat='47.54477' lon='12.80699' />
+  <node id='-15190' lat='47.54556' lon='12.84672' />
+  <node id='-15192' lat='47.46267' lon='12.9998' />
+  <node id='-15194' lat='47.52741' lon='12.85256' />
+  <node id='-15196' lat='47.49426' lon='13.04537' />
+  <node id='-15198' lat='47.48716' lon='12.98344' />
+  <node id='-15200' lat='47.47452' lon='12.9624' />
+  <node id='-15202' lat='47.72116' lon='13.01382' />
+  <node id='-15204' lat='47.68814' lon='13.07692' />
+  <node id='-15206' lat='47.63304' lon='13.09562' />
+  <node id='-15208' lat='47.58183' lon='13.04537' />
+  <node id='-15210' lat='47.53373' lon='13.03252' />
+  <node id='-15212' lat='47.56291' lon='13.05355' />
+  <node id='-15214' lat='47.58577' lon='13.06641' />
+  <node id='-15216' lat='47.60075' lon='13.06407' />
+  <node id='-15218' lat='47.77302' lon='12.93202' />
+  <node id='-15220' lat='47.72513' lon='12.90274' />
+  <node id='-15222' lat='47.76281' lon='12.94371' />
+  <node id='-15224' lat='47.71094' lon='12.92969' />
+  <node id='-15226' lat='47.7078' lon='12.98578' />
+  <node id='-15228' lat='47.95647' lon='12.91683' />
+  <node id='-15230' lat='47.96195' lon='12.87476' />
+  <node id='-15232' lat='48.01122' lon='12.8549' />
+  <node id='-15234' lat='48.07373' lon='12.76141' />
+  <node id='-15236' lat='48.10885' lon='12.74973' />
+  <node id='-15238' lat='48.29422' lon='13.26039' />
+  <node id='-15240' lat='48.29577' lon='13.18093' />
+  <node id='-15242' lat='48.20629' lon='12.95306' />
+  <node id='-15244' lat='48.20318' lon='12.87126' />
+  <node id='-15246' lat='48.25689' lon='13.02083' />
+  <node id='-15248' lat='48.27867' lon='13.126' />
+  <node id='-15250' lat='48.27711' lon='13.0851' />
+  <node id='-15252' lat='48.15876' lon='12.8362' />
+  <node id='-15254' lat='48.14979' lon='12.80676' />
+  <node id='-15256' lat='48.12445' lon='12.78595' />
+  <node id='-15258' lat='48.12796' lon='12.7617' />
+  <node id='-15260' lat='48.37292' lon='13.40709' />
+  <node id='-15262' lat='48.71375' lon='13.79337' />
+  <node id='-15264' lat='48.51208' lon='13.72802' />
+  <node id='-15266' lat='48.62345' lon='13.82609' />
+  <node id='-15268' lat='48.69832' lon='13.81791' />
+  <node id='-15270' lat='48.5624' lon='13.7513' />
+  <node id='-15272' lat='48.59487' lon='13.80038' />
+  <node id='-15274' lat='48.55324' lon='13.76921' />
+  <node id='-15276' lat='48.58026' lon='13.80519' />
+  <node id='-15278' lat='48.59023' lon='13.51291' />
+  <node id='-15280' lat='48.55912' lon='13.57535' />
+  <node id='-15282' lat='48.57013' lon='13.59705' />
+  <node id='-15284' lat='48.43386' lon='13.43929' />
+  <node id='-15286' lat='48.45711' lon='13.42527' />
+  <node id='-15288' lat='48.51092' lon='13.45727' />
+  <node id='-15290' lat='48.55776' lon='13.43695' />
+  <node id='-15292' lat='48.56472' lon='13.45214' />
+  <node id='-15294' lat='48.55157' lon='13.46967' />
+  <node id='-15296' lat='50.25032' lon='12.09287' />
+  <node id='-15298' lat='49.30417' lon='13.03618' />
+  <node id='-15300' lat='48.88538' lon='13.73854' />
+  <node id='-15302' lat='48.83537' lon='13.76994' />
+  <node id='-15304' lat='48.83319' lon='13.78977' />
+  <node id='-15306' lat='48.77877' lon='13.8096' />
+  <node id='-15308' lat='49.1228' lon='13.28242' />
+  <node id='-15310' lat='49.04812' lon='13.39479' />
+  <node id='-15312' lat='48.98851' lon='13.40802' />
+  <node id='-15314' lat='48.93752' lon='13.50221' />
+  <node id='-15316' lat='48.97441' lon='13.50552' />
+  <node id='-15318' lat='48.96899' lon='13.58319' />
+  <node id='-15320' lat='48.87886' lon='13.67739' />
+  <node id='-15322' lat='48.9462' lon='13.61624' />
+  <node id='-15324' lat='49.11412' lon='13.23689' />
+  <node id='-15326' lat='49.14339' lon='13.17019' />
+  <node id='-15328' lat='49.16713' lon='13.17665' />
+  <node id='-15330' lat='49.27399' lon='13.02957' />
+  <node id='-15332' lat='49.76321' lon='12.40489' />
+  <node id='-15334' lat='49.52565' lon='12.64782' />
+  <node id='-15336' lat='49.52887' lon='12.60155' />
+  <node id='-15338' lat='49.6146' lon='12.56188' />
+  <node id='-15340' lat='49.61888' lon='12.53544' />
+  <node id='-15342' lat='49.68415' lon='12.52553' />
+  <node id='-15344' lat='49.70233' lon='12.4462' />
+  <node id='-15346' lat='49.42935' lon='12.669' />
+  <node id='-15348' lat='49.3989' lon='12.75854' />
+  <node id='-15350' lat='49.34618' lon='12.78168' />
+  <node id='-15352' lat='49.35479' lon='12.88249' />
+  <node id='-15354' lat='49.33541' lon='12.88414' />
+  <node id='-15356' lat='49.34079' lon='12.94859' />
+  <node id='-15358' lat='49.47628' lon='12.64121' />
+  <node id='-15360' lat='49.42363' lon='12.71227' />
+  <node id='-15362' lat='49.94222' lon='12.47264' />
+  <node id='-15364' lat='49.92094' lon='12.55197' />
+  <node id='-15366' lat='49.78882' lon='12.46603' />
+  <node id='-15368' lat='49.83575' lon='12.48256' />
+  <node id='-15370' lat='49.97305' lon='12.49908' />
+  <node id='-15372' lat='50.06331' lon='12.26111' />
+  <node id='-15374' lat='50.19997' lon='12.19335' />
+  <node id='-15376' lat='50.16399' lon='12.21484' />
+  <node id='-15378' lat='50.13434' lon='12.1917' />
+  <node id='-15380' lat='50.10315' lon='12.2073' />
+  <node id='-15382' lat='50.0771' lon='12.27433' />
+  <node id='-15384' lat='50.40944' lon='12.94058' />
+  <node id='-15386' lat='50.45738' lon='12.82465' />
+  <node id='-15388' lat='50.39694' lon='12.51356' />
+  <node id='-15390' lat='50.39948' lon='12.70731' />
+  <node id='-15392' lat='50.43237' lon='12.73476' />
+  <node id='-15394' lat='50.41949' lon='12.67261' />
+  <node id='-15396' lat='50.17146' lon='12.32596' />
+  <node id='-15398' lat='50.27396' lon='12.13716' />
+  <node id='-15400' lat='50.32041' lon='12.10907' />
+  <node id='-15402' lat='50.32146' lon='12.18013' />
+  <node id='-15404' lat='50.2729' lon='12.20823' />
+  <node id='-15406' lat='50.27079' lon='12.25119' />
+  <node id='-15408' lat='50.24594' lon='12.23943' />
+  <node id='-15410' lat='50.22429' lon='12.28755' />
+  <node id='-15412' lat='50.32302' lon='12.39924' />
+  <node id='-15414' lat='50.34784' lon='12.48256' />
+  <node id='-15416' lat='50.37278' lon='12.48747' />
+  <node id='-15418' lat='50.35228' lon='12.49214' />
+  <node id='-15420' lat='50.35527' lon='12.46643' />
+  <node id='-15422' lat='50.33774' lon='12.43722' />
+  <node id='-15424' lat='50.32506' lon='12.43371' />
+  <node id='-15426' lat='50.29521' lon='12.40158' />
+  <node id='-15428' lat='50.28289' lon='12.36594' />
+  <node id='-15430' lat='50.23993' lon='12.35425' />
+  <node id='-15432' lat='50.24367' lon='12.33263' />
+  <node id='-15434' lat='50.17524' lon='12.29232' />
+  <node id='-15436' lat='50.19544' lon='12.28063' />
+  <node id='-15438' lat='50.25189' lon='12.26953' />
+  <node id='-15440' lat='50.25525' lon='12.24791' />
+  <node id='-15442' lat='50.20442' lon='12.32445' />
+  <node id='-15444' lat='50.19432' lon='12.33847' />
+  <node id='-15446' lat='50.74142' lon='13.89444' />
+  <node id='-15448' lat='50.60102' lon='13.46413' />
+  <node id='-15450' lat='50.50237' lon='13.19043' />
+  <node id='-15452' lat='50.50944' lon='13.0312' />
+  <node id='-15454' lat='50.59268' lon='13.25158' />
+  <node id='-15456' lat='50.64931' lon='13.37485' />
+  <node id='-15458' lat='50.67654' lon='13.53748' />
+  <node id='-15460' lat='50.73096' lon='13.65977' />
+  <node id='-15462' lat='50.44763' lon='13.02147' />
+  <node id='-15464' lat='50.57904' lon='13.29454' />
+  <node id='-15466' lat='50.58009' lon='13.32594' />
+  <node id='-15468' lat='50.60317' lon='13.32264' />
+  <node id='-15470' lat='50.627' lon='13.37805' />
+  <node id='-15472' lat='50.50132' lon='13.08301' />
+  <node id='-15474' lat='50.51709' lon='13.13424' />
+  <node id='-15476' lat='50.64721' lon='13.5226' />
+  <node id='-15478' lat='50.70394' lon='13.52474' />
+  <node id='-15480' lat='50.78533' lon='13.89113' />
+  <node id='-15482' lat='50.86049' lon='14.22331' />
+  <node id='-15484' lat='50.8177' lon='13.98864' />
+  <node id='-15486' lat='50.80662' lon='14.02982' />
+  <node id='-15488' lat='51.05515' lon='14.30098' />
+  <node id='-15490' lat='50.98935' lon='14.25665' />
+  <node id='-15492' lat='50.97718' lon='14.28776' />
+  <node id='-15494' lat='50.98556' lon='14.32353' />
+  <node id='-15496' lat='50.95243' lon='14.31422' />
+  <node id='-15498' lat='50.93866' lon='14.39848' />
+  <node id='-15500' lat='50.88761' lon='14.24314' />
+  <node id='-15502' lat='50.89386' lon='14.27123' />
+  <node id='-15504' lat='50.88448' lon='14.30098' />
+  <node id='-15506' lat='50.89907' lon='14.38691' />
+  <node id='-15508' lat='51.02086' lon='14.41335' />
+  <node id='-15510' lat='51.03712' lon='14.45827' />
+  <node id='-15512' lat='50.96148' lon='14.59702' />
+  <node id='-15514' lat='50.922' lon='14.56374' />
+  <node id='-15516' lat='50.93241' lon='14.64802' />
+  <node id='-15518' lat='50.86049' lon='14.61993' />
+  <node id='-15520' lat='50.90513' lon='14.65259' />
+  <node id='-15522' lat='50.81438' lon='14.79139' />
+  <node id='-15524' lat='50.91443' lon='14.58024' />
+  <node id='-15526' lat='50.98685' lon='14.59908' />
+  <node id='-15528' lat='51.01008' lon='14.56432' />
+  <node id='-15530' lat='51.02242' lon='14.49873' />
+  <node id='-15532' lat='51.04382' lon='14.49154' />
+  <node id='-15534' lat='51.02286' lon='14.49202' />
+  <node id='-15536' lat='51.04692' lon='14.49991' />
+  <node id='-15538' lat='51.0427' lon='14.50809' />
+  <node id='-15540' lat='51.01679' lon='14.53321' />
+  <node id='-15542' lat='51.00374' lon='14.53438' />
+  <node id='-15544' lat='50.96606' lon='14.30251' />
+  <node id='-15546' lat='50.97379' lon='14.32793' />
+  <node id='-15548' lat='52.28007' lon='14.58149' />
+  <node id='-15550' lat='52.84311' lon='14.12256' />
+  <node id='-15552' lat='52.59847' lon='14.61073' />
+  <node id='-15554' lat='52.81175' lon='14.22071' />
+  <node id='-15556' lat='52.42568' lon='14.54423' />
+  <node id='-15558' lat='52.57136' lon='14.6289' />
+  <node id='-15560' lat='52.53116' lon='14.60081' />
+  <node id='-15562' lat='52.48993' lon='14.63056' />
+  <node id='-15564' lat='51.56209' lon='14.71125' />
+  <node id='-15566' lat='51.80473' lon='14.60493' />
+  <node id='-15568' lat='51.83302' lon='14.59089' />
+  <node id='-15570' lat='51.94048' lon='14.7177' />
+  <node id='-15572' lat='51.97679' lon='14.70488' />
+  <node id='-15574' lat='52.06624' lon='14.76026' />
+  <node id='-15576' lat='52.09167' lon='14.72971' />
+  <node id='-15578' lat='52.10283' lon='14.6917' />
+  <node id='-15580' lat='52.13936' lon='14.67683' />
+  <node id='-15582' lat='52.25038' lon='14.70139' />
+  <node id='-15584' lat='52.22144' lon='14.71319' />
+  <node id='-15586' lat='52.19612' lon='14.68344' />
+  <node id='-15588' lat='52.16927' lon='14.70616' />
+  <node id='-15590' lat='51.67445' lon='14.75392' />
+  <node id='-15592' lat='51.70842' lon='14.69065' />
+  <node id='-15594' lat='51.79472' lon='14.64625' />
+  <node id='-15596' lat='51.61263' lon='14.7727' />
+  <node id='-15598' lat='51.28387' lon='15.04288' />
+  <node id='-15600' lat='51.33449' lon='14.98008' />
+  <node id='-15602' lat='51.44793' lon='14.9652' />
+  <node id='-15604' lat='51.52922' lon='14.73219' />
+  <node id='-15606' lat='51.47155' lon='14.94749' />
+  <node id='-15608' lat='51.04552' lon='14.95529' />
+  <node id='-15610' lat='52.95786' lon='14.14056' />
+  <node id='-15612' lat='52.87715' lon='14.15873' />
+  <node id='-15614' lat='53.00264' lon='14.25954' />
+  <node id='-15616' lat='53.13669' lon='14.38679' />
+  <node id='-15618' lat='53.05829' lon='14.35044' />
+  <node id='-15620' lat='53.16444' lon='14.36696' />
+  <node id='-15622' lat='53.20405' lon='14.37853' />
+  <node id='-15624' lat='53.21098' lon='14.40662' />
+  <node id='-15626' lat='53.26241' lon='14.45125' />
+  <node id='-15628' lat='53.27427' lon='14.44133' />
+  <node id='-15630' lat='53.27724' lon='14.4215' />
+  <node id='-15632' lat='53.49506' lon='14.35209' />
+  <node id='-15634' lat='53.63392' lon='14.2853' />
+  <node id='-15636' lat='53.61581' lon='14.31904' />
+  <node id='-15638' lat='53.55499' lon='14.30416' />
+  <node id='-15640' lat='53.50587' lon='14.3273' />
+  <node id='-15642' lat='53.9291' lon='14.22634' />
+  <node id='-15644' lat='53.91258' lon='14.18544' />
+  <node id='-15646' lat='53.91671' lon='14.20647' />
+  <node id='-15648' lat='53.90776' lon='14.20823' />
+  <node id='-15650' lat='53.69866' lon='14.26782' />
+  <node id='-15652' lat='53.67721' lon='14.2836' />
+  <node id='-15654' lat='53.65955' lon='14.28477' />
+  <node id='-15656' lat='53.66613' lon='14.27133' />
+  <node id='-15658' lat='54.41732' lon='22.7253' />
+  <node id='-15660' lat='54.532' lon='22.67788' />
+  <node id='-15662' lat='54.56454' lon='22.71293' />
+  <node id='-15664' lat='54.58486' lon='22.68021' />
+  <node id='-15666' lat='54.6483' lon='22.75467' />
+  <node id='-15668' lat='54.66604' lon='22.73397' />
+  <node id='-15670' lat='54.72952' lon='22.73631' />
+  <node id='-15672' lat='54.79492' lon='22.87317' />
+  <node id='-15674' lat='54.88711' lon='22.85083' />
+  <node id='-15676' lat='54.9811' lon='22.68723' />
+  <node id='-15678' lat='54.97037' lon='22.65451' />
+  <node id='-15680' lat='55.07085' lon='22.58907' />
+  <node id='-15682' lat='55.01863' lon='22.60075' />
+  <node id='-15684' lat='55.04408' lon='22.47688' />
+  <node id='-15686' lat='55.0655' lon='22.31562' />
+  <node id='-15688' lat='55.05345' lon='22.14267' />
+  <node id='-15690' lat='55.02131' lon='22.11697' />
+  <node id='-15692' lat='55.02935' lon='22.06087' />
+  <node id='-15694' lat='55.05078' lon='22.02582' />
+  <node id='-15696' lat='55.07888' lon='22.03984' />
+  <node id='-15698' lat='55.08691' lon='21.99543' />
+  <node id='-15700' lat='55.07353' lon='21.96505' />
+  <node id='-15702' lat='55.09493' lon='21.85521' />
+  <node id='-15704' lat='55.20311' lon='21.55605' />
+  <node id='-15706' lat='55.1791' lon='21.64954' />
+  <node id='-15708' lat='54.11091' lon='24.77131' />
+  <node id='-15710' lat='53.92691' lon='23.61677' />
+  <node id='-15712' lat='53.90076' lon='24.44411' />
+  <node id='-15714' lat='53.96405' lon='24.19638' />
+  <node id='-15716' lat='53.90076' lon='24.34128' />
+  <node id='-15718' lat='53.92554' lon='23.98837' />
+  <node id='-15720' lat='53.9613' lon='23.95098' />
+  <node id='-15722' lat='53.89558' lon='23.80543' />
+  <node id='-15724' lat='53.93379' lon='23.71726' />
+  <node id='-15726' lat='53.94205' lon='23.81309' />
+  <node id='-15728' lat='54.00217' lon='24.62275' />
+  <node id='-15730' lat='54.01901' lon='24.69652' />
+  <node id='-15732' lat='53.96543' lon='24.69185' />
+  <node id='-15734' lat='54.02862' lon='24.85311' />
+  <node id='-15736' lat='54.93438' lon='25.89462' />
+  <node id='-15738' lat='54.17589' lon='24.96894' />
+  <node id='-15740' lat='54.14241' lon='24.991' />
+  <node id='-15742' lat='54.13419' lon='25.0728' />
+  <node id='-15744' lat='54.219' lon='25.19199' />
+  <node id='-15746' lat='54.26271' lon='25.22705' />
+  <node id='-15748' lat='54.30267' lon='25.509' />
+  <node id='-15750' lat='54.26544' lon='25.35559' />
+  <node id='-15752' lat='54.25212' lon='25.56823' />
+  <node id='-15754' lat='54.17799' lon='25.51452' />
+  <node id='-15756' lat='54.14925' lon='25.54724' />
+  <node id='-15758' lat='54.1259' lon='25.64875' />
+  <node id='-15760' lat='54.16704' lon='25.71084' />
+  <node id='-15762' lat='54.15747' lon='25.78563' />
+  <node id='-15764' lat='54.23327' lon='25.78553' />
+  <node id='-15766' lat='54.31727' lon='25.68513' />
+  <node id='-15768' lat='54.31591' lon='25.55425' />
+  <node id='-15770' lat='54.33158' lon='25.5376' />
+  <node id='-15772' lat='54.42075' lon='25.63371' />
+  <node id='-15774' lat='54.4656' lon='25.62203' />
+  <node id='-15776' lat='54.57252' lon='25.75977' />
+  <node id='-15778' lat='54.5321' lon='25.68045' />
+  <node id='-15780' lat='54.80108' lon='25.74122' />
+  <node id='-15782' lat='54.95705' lon='25.99129' />
+  <node id='-15784' lat='54.94631' lon='26.05907' />
+  <node id='-15786' lat='54.98924' lon='26.13386' />
+  <node id='-15788' lat='54.99729' lon='26.20397' />
+  <node id='-15790' lat='55.08032' lon='26.26941' />
+  <node id='-15792' lat='55.10439' lon='26.23202' />
+  <node id='-15794' lat='55.1525' lon='26.35121' />
+  <node id='-15796' lat='55.12814' lon='26.46249' />
+  <node id='-15798' lat='55.16051' lon='26.51481' />
+  <node id='-15800' lat='55.57887' lon='26.63167' />
+  <node id='-15802' lat='55.5093' lon='26.55094' />
+  <node id='-15804' lat='55.40277' lon='26.5522' />
+  <node id='-15806' lat='55.34832' lon='26.44937' />
+  <node id='-15808' lat='55.32572' lon='26.5709' />
+  <node id='-15810' lat='55.33902' lon='26.6714' />
+  <node id='-15812' lat='55.31642' lon='26.80929' />
+  <node id='-15814' lat='55.30444' lon='26.83266' />
+  <node id='-15816' lat='55.28182' lon='26.835' />
+  <node id='-15818' lat='55.24226' lon='26.73017' />
+  <node id='-15820' lat='55.21788' lon='26.72983' />
+  <node id='-15822' lat='55.14181' lon='26.54753' />
+  <node id='-15824' lat='55.19787' lon='26.68075' />
+  <node id='-15826' lat='55.16718' lon='26.69243' />
+  <node id='-15828' lat='54.40827' lon='22.83756' />
+  <node id='-15830' lat='54.38514' lon='23.00584' />
+  <node id='-15832' lat='54.35927' lon='22.99649' />
+  <node id='-15834' lat='54.34565' lon='23.05726' />
+  <node id='-15836' lat='54.31567' lon='23.04323' />
+  <node id='-15838' lat='54.29794' lon='23.104' />
+  <node id='-15840' lat='54.31567' lon='23.13905' />
+  <node id='-15842' lat='54.25701' lon='23.24656' />
+  <node id='-15844' lat='54.25155' lon='23.3494' />
+  <node id='-15846' lat='54.17911' lon='23.42418' />
+  <node id='-15848' lat='54.17775' lon='23.45223' />
+  <node id='-15850' lat='54.14764' lon='23.49196' />
+  <node id='-15852' lat='54.04622' lon='23.52702' />
+  <node id='-15854' lat='53.98855' lon='23.48261' />
+  <node id='-15856' lat='42.8885' lon='20.53484' />
+  <node id='-15858' lat='42.84853' lon='20.40594' />
+  <node id='-15860' lat='42.83157' lon='20.43734' />
+  <node id='-15862' lat='42.93208' lon='20.48692' />
+  <node id='-15864' lat='43.01067' lon='20.59929' />
+  <node id='-15866' lat='43.00826' lon='20.64557' />
+  <node id='-15868' lat='43.09641' lon='20.69515' />
+  <node id='-15870' lat='43.20492' lon='20.59929' />
+  <node id='-15872' lat='43.21335' lon='20.68688' />
+  <node id='-15874' lat='43.25068' lon='20.73811' />
+  <node id='-15876' lat='43.26769' lon='20.82145' />
+  <node id='-15878' lat='43.21697' lon='20.88685' />
+  <node id='-15880' lat='43.17842' lon='20.83727' />
+  <node id='-15882' lat='43.12416' lon='20.96287' />
+  <node id='-15884' lat='43.13471' lon='21.08952' />
+  <node id='-15886' lat='42.99694' lon='21.16734' />
+  <node id='-15888' lat='43.02277' lon='21.2041' />
+  <node id='-15890' lat='42.8994' lon='21.2719' />
+  <node id='-15892' lat='42.87276' lon='21.44047' />
+  <node id='-15894' lat='43.11089' lon='21.14465' />
+  <node id='-15896' lat='43.10707' lon='21.05378' />
+  <node id='-15898' lat='43.13984' lon='21.00749' />
+  <node id='-15900' lat='42.90424' lon='21.32974' />
+  <node id='-15902' lat='42.87397' lon='21.36941' />
+  <node id='-15904' lat='42.67813' lon='21.6626' />
+  <node id='-15906' lat='42.70125' lon='21.75025' />
+  <node id='-15908' lat='42.70418' lon='21.58755' />
+  <node id='-15910' lat='42.72643' lon='21.59154' />
+  <node id='-15912' lat='42.65923' lon='21.79413' />
+  <node id='-15914' lat='42.45106' lon='21.62556' />
+  <node id='-15916' lat='42.55041' lon='21.7327' />
+  <node id='-15918' lat='42.41081' lon='21.64209' />
+  <node id='-15920' lat='42.37664' lon='21.62887' />
+  <node id='-15922' lat='42.36809' lon='21.53467' />
+  <node id='-15924' lat='42.33634' lon='21.5264' />
+  <node id='-15926' lat='42.30946' lon='21.56772' />
+  <node id='-15928' lat='41.85318' lon='20.68523' />
+  <node id='-15930' lat='41.91839' lon='20.76786' />
+  <node id='-15932' lat='42.05229' lon='20.75464' />
+  <node id='-15934' lat='42.20794' lon='21.11491' />
+  <node id='-15936' lat='42.19815' lon='21.16614' />
+  <node id='-15938' lat='42.08909' lon='21.22728' />
+  <node id='-15940' lat='42.10993' lon='21.31983' />
+  <node id='-15942' lat='42.1418' lon='21.30496' />
+  <node id='-15944' lat='42.24465' lon='21.38428' />
+  <node id='-15946' lat='42.23609' lon='21.43882' />
+  <node id='-15948' lat='42.2789' lon='21.43882' />
+  <node id='-15950' lat='42.24465' lon='21.52145' />
+  <node id='-15952' lat='42.27156' lon='21.50823' />
+  <node id='-15954' lat='41.91593' lon='20.57946' />
+  <node id='-15956' lat='42.32168' lon='20.24399' />
+  <node id='-15958' lat='42.50469' lon='20.17127' />
+  <node id='-15960' lat='42.32656' lon='20.34479' />
+  <node id='-15962' lat='42.25444' lon='20.48857' />
+  <node id='-15964' lat='42.12097' lon='20.56955' />
+  <node id='-15966' lat='42.08173' lon='20.55633' />
+  <node id='-15968' lat='42.03879' lon='20.59434' />
+  <node id='-15970' lat='41.94913' lon='20.63069' />
+  <node id='-15972' lat='42.65559' lon='20.0969' />
+  <node id='-15974' lat='42.71147' lon='20.02915' />
+  <node id='-15976' lat='42.74789' lon='20.02088' />
+  <node id='-15978' lat='42.77701' lon='20.04898' />
+  <node id='-15980' lat='42.76245' lon='20.2539' />
+  <node id='-15982' lat='42.81945' lon='20.27869' />
+  <node id='-15984' lat='42.34913' lon='22.29275' />
+  <node id='-15986' lat='42.37477' lon='22.29605' />
+  <node id='-15988' lat='42.29848' lon='22.02908' />
+  <node id='-15990' lat='42.32103' lon='22.16384' />
+  <node id='-15992' lat='42.34669' lon='21.94405' />
+  <node id='-15994' lat='42.23789' lon='21.70111' />
+  <node id='-15996' lat='42.30392' lon='21.91595' />
+  <node id='-15998' lat='42.3247' lon='21.84654' />
+  <node id='-16000' lat='42.02275' lon='22.86749' />
+  <node id='-16002' lat='42.20393' lon='22.47251' />
+  <node id='-16004' lat='42.30339' lon='22.38136' />
+  <node id='-16006' lat='42.19527' lon='22.50289' />
+  <node id='-16008' lat='42.15457' lon='22.51224' />
+  <node id='-16010' lat='42.06614' lon='22.67701' />
+  <node id='-16012' lat='41.87587' lon='22.90254' />
+  <node id='-16014' lat='41.77137' lon='22.96682' />
+  <node id='-16016' lat='41.76527' lon='23.01239' />
+  <node id='-16018' lat='41.71034' lon='23.03342' />
+  <node id='-16020' lat='41.63265' lon='22.95513' />
+  <node id='-16022' lat='41.35782' lon='22.96331' />
+  <node id='-16024' lat='40.85546' lon='21.15262' />
+  <node id='-16026' lat='40.8855' lon='21.21105' />
+  <node id='-16028' lat='40.9173' lon='21.41555' />
+  <node id='-16030' lat='40.86165' lon='21.25779' />
+  <node id='-16032' lat='40.87578' lon='21.35595' />
+  <node id='-16034' lat='41.12449' lon='22.1424' />
+  <node id='-16036' lat='41.15617' lon='22.06527' />
+  <node id='-16038' lat='41.09191' lon='21.90869' />
+  <node id='-16040' lat='41.04786' lon='21.91102' />
+  <node id='-16042' lat='40.90759' lon='21.53007' />
+  <node id='-16044' lat='40.86076' lon='21.57448' />
+  <node id='-16046' lat='40.9429' lon='21.69601' />
+  <node id='-16048' lat='40.92525' lon='21.7556' />
+  <node id='-16050' lat='41.15969' lon='22.17629' />
+  <node id='-16052' lat='41.13065' lon='22.5549' />
+  <node id='-16054' lat='41.16409' lon='22.26744' />
+  <node id='-16056' lat='41.11921' lon='22.42285' />
+  <node id='-16058' lat='41.18168' lon='22.65306' />
+  <node id='-16060' lat='41.11568' lon='22.58295' />
+  <node id='-16062' lat='41.14385' lon='22.62852' />
+  <node id='-16064' lat='41.13945' lon='22.71266' />
+  <node id='-16066' lat='41.16321' lon='22.74538' />
+  <node id='-16068' lat='41.32225' lon='22.76408' />
+  <node id='-16070' lat='41.3398' lon='22.81199' />
+  <node id='-16072' lat='41.5549' lon='20.45809' />
+  <node id='-16074' lat='41.58113' lon='20.55508' />
+  <node id='-16076' lat='41.65975' lon='20.51769' />
+  <node id='-16078' lat='41.7897' lon='20.57144' />
+  <node id='-16080' lat='41.87068' lon='20.55976' />
+  <node id='-16082' lat='41.78099' lon='20.53405' />
+  <node id='-16084' lat='41.72433' lon='20.51301' />
+  <node id='-16086' lat='41.69292' lon='20.52937' />
+  <node id='-16088' lat='41.2323' lon='20.51068' />
+  <node id='-16090' lat='41.33679' lon='20.49432' />
+  <node id='-16092' lat='41.34381' lon='20.52119' />
+  <node id='-16094' lat='41.4087' lon='20.55976' />
+  <node id='-16096' lat='41.442' lon='20.51301' />
+  <node id='-16098' lat='41.0889' lon='20.63454' />
+  <node id='-16100' lat='41.11179' lon='20.58546' />
+  <node id='-16102' lat='41.09066' lon='20.59832' />
+  <node id='-16104' lat='41.13644' lon='20.59715' />
+  <node id='-16106' lat='40.9081' lon='20.73504' />
+  <node id='-16108' lat='41.08009' lon='20.65558' />
+  <node id='-16110' lat='40.91781' lon='20.71634' />
+  <node id='-16112' lat='40.89662' lon='20.81567' />
+  <node id='-16114' lat='40.92752' lon='20.83671' />
+  <node id='-16116' lat='40.90103' lon='20.97693' />
+  <node id='-16118' lat='40.92399' lon='20.94305' />
+  <node id='-16120' lat='42.10024' lon='19.40687' />
+  <node id='-16122' lat='42.06835' lon='19.37548' />
+  <node id='-16124' lat='42.17745' lon='19.28623' />
+  <node id='-16126' lat='42.62774' lon='19.65972' />
+  <node id='-16128' lat='42.66299' lon='19.73244' />
+  <node id='-16130' lat='42.58517' lon='19.77375' />
+  <node id='-16132' lat='42.57422' lon='19.74731' />
+  <node id='-16134' lat='42.50237' lon='19.76549' />
+  <node id='-16136' lat='42.46581' lon='19.82333' />
+  <node id='-16138' lat='42.51699' lon='19.9324' />
+  <node id='-16140' lat='42.5109' lon='20.00842' />
+  <node id='-16142' lat='42.54622' lon='20.01834' />
+  <node id='-16144' lat='39.99438' lon='20.31135' />
+  <node id='-16146' lat='39.99058' lon='20.37911' />
+  <node id='-16148' lat='39.82832' lon='20.41546' />
+  <node id='-16150' lat='39.78516' lon='20.38572' />
+  <node id='-16152' lat='39.81563' lon='20.30804' />
+  <node id='-16154' lat='39.80421' lon='20.29152' />
+  <node id='-16156' lat='39.72799' lon='20.31961' />
+  <node id='-16158' lat='39.64532' lon='20.22376' />
+  <node id='-16160' lat='39.69112' lon='20.05189' />
+  <node id='-16162' lat='39.65805' lon='20.12956' />
+  <node id='-16164' lat='39.67459' lon='20.22707' />
+  <node id='-16166' lat='40.06777' lon='20.42373' />
+  <node id='-16168' lat='40.09433' lon='20.67162' />
+  <node id='-16170' lat='40.47882' lon='20.83688' />
+  <node id='-16172' lat='40.27739' lon='20.71789' />
+  <node id='-16174' lat='40.06524' lon='20.55593' />
+  <node id='-16176' lat='40.08168' lon='20.51297' />
+  <node id='-16178' lat='40.06271' lon='20.48487' />
+  <node id='-16180' lat='40.35803' lon='20.78234' />
+  <node id='-16182' lat='40.42726' lon='20.7906' />
+  <node id='-16184' lat='40.46625' lon='20.94925' />
+  <node id='-16186' lat='40.51526' lon='20.96908' />
+  <node id='-16188' lat='40.56299' lon='21.03932' />
+  <node id='-16190' lat='40.66586' lon='21.05833' />
+  <node id='-16192' lat='40.76982' lon='20.95752' />
+  <node id='-16194' lat='40.79109' lon='20.98396' />
+  <node id='-16196' lat='43.47926' lon='19.22229' />
+  <node id='-16198' lat='43.38846' lon='19.44315' />
+  <node id='-16200' lat='43.32644' lon='19.48171' />
+  <node id='-16202' lat='43.31623' lon='19.52962' />
+  <node id='-16204' lat='43.25158' lon='19.54598' />
+  <node id='-16206' lat='42.90676' lon='20.34528' />
+  <node id='-16208' lat='42.99058' lon='20.14896' />
+  <node id='-16210' lat='43.11098' lon='19.96549' />
+  <node id='-16212' lat='43.0538' lon='19.98887' />
+  <node id='-16214' lat='43.02732' lon='20.04729' />
+  <node id='-16216' lat='42.99571' lon='20.05431' />
+  <node id='-16218' lat='42.96237' lon='20.12325' />
+  <node id='-16220' lat='42.97177' lon='20.16415' />
+  <node id='-16222' lat='43.2286' lon='19.62661' />
+  <node id='-16224' lat='43.19027' lon='19.64063' />
+  <node id='-16226' lat='43.16044' lon='19.76918' />
+  <node id='-16228' lat='43.11951' lon='19.79255' />
+  <node id='-16230' lat='43.08539' lon='19.92576' />
+  <node id='-16232' lat='42.72074' lon='18.56789' />
+  <node id='-16234' lat='42.58409' lon='18.49778' />
+  <node id='-16236' lat='42.57376' lon='18.53751' />
+  <node id='-16238' lat='42.62279' lon='18.52232' />
+  <node id='-16240' lat='42.64429' lon='18.57373' />
+  <node id='-16242' lat='42.68328' lon='18.54841' />
+  <node id='-16244' lat='42.58409' lon='18.55504' />
+  <node id='-16246' lat='43.03928' lon='18.66254' />
+  <node id='-16248' lat='43.01451' lon='18.52232' />
+  <node id='-16250' lat='42.74992' lon='18.47324' />
+  <node id='-16252' lat='42.81682' lon='18.45921' />
+  <node id='-16254' lat='42.89306' lon='18.49661' />
+  <node id='-16256' lat='42.95553' lon='18.49076' />
+  <node id='-16258' lat='43.14766' lon='18.64735' />
+  <node id='-16260' lat='43.2056' lon='18.66605' />
+  <node id='-16262' lat='43.2286' lon='18.71747' />
+  <node id='-16264' lat='43.25243' lon='18.6976' />
+  <node id='-16266' lat='43.29838' lon='18.76538' />
+  <node id='-16268' lat='43.32426' lon='18.85342' />
+  <node id='-16270' lat='43.34795' lon='18.83912' />
+  <node id='-16272' lat='43.36383' lon='18.90911' />
+  <node id='-16274' lat='43.32899' lon='18.95819' />
+  <node id='-16276' lat='43.29327' lon='18.95001' />
+  <node id='-16278' lat='43.24988' lon='19.00844' />
+  <node id='-16280' lat='43.30008' lon='19.04233' />
+  <node id='-16282' lat='43.29668' lon='19.08206' />
+  <node id='-16284' lat='43.31453' lon='19.08673' />
+  <node id='-16286' lat='43.43854' lon='19.01078' />
+  <node id='-16288' lat='43.53943' lon='19.15685' />
+  <node id='-16290' lat='43.50384' lon='19.04934' />
+  <node id='-16292' lat='43.55806' lon='19.01078' />
+  <node id='-16294' lat='43.50299' lon='18.91379' />
+  <node id='-16296' lat='43.45042' lon='18.96053' />
+  <node id='-16298' lat='43.49367' lon='18.95469' />
+  <node id='-16300' lat='40.74283' lon='26.12495' />
+  <node id='-16302' lat='40.77339' lon='26.12854' />
+  <node id='-16304' lat='40.83298' lon='26.21351' />
+  <node id='-16306' lat='40.86048' lon='26.20856' />
+  <node id='-16308' lat='40.94042' lon='26.32259' />
+  <node id='-16310' lat='41.24929' lon='26.32259' />
+  <node id='-16312' lat='40.94292' lon='26.35894' />
+  <node id='-16314' lat='41.07386' lon='26.31928' />
+  <node id='-16316' lat='41.33993' lon='26.5209' />
+  <node id='-16318' lat='41.25053' lon='26.39861' />
+  <node id='-16320' lat='41.32131' lon='26.5837' />
+  <node id='-16322' lat='41.34613' lon='26.62997' />
+  <node id='-16324' lat='41.60491' lon='26.59196' />
+  <node id='-16326' lat='41.67037' lon='26.47958' />
+  <node id='-16328' lat='41.62592' lon='26.5209' />
+  <node id='-16330' lat='41.02027' lon='26.3606' />
+  <node id='-16332' lat='40.98388' lon='26.33297' />
+  <node id='-16334' lat='40.9168' lon='26.26169' />
+  <node id='-16336' lat='40.89119' lon='26.29441' />
+  <node id='-16338' lat='40.93005' lon='26.28623' />
+  <node id='-16340' lat='41.56808' lon='24.52599' />
+  <node id='-16342' lat='41.42278' lon='24.61129' />
+  <node id='-16344' lat='41.51297' lon='24.30513' />
+  <node id='-16346' lat='41.57682' lon='24.27124' />
+  <node id='-16348' lat='41.53222' lon='24.06323' />
+  <node id='-16350' lat='41.46132' lon='24.06908' />
+  <node id='-16352' lat='41.39999' lon='23.40416' />
+  <node id='-16354' lat='41.40175' lon='23.76525' />
+  <node id='-16356' lat='41.43943' lon='23.80148' />
+  <node id='-16358' lat='41.31755' lon='23.1833' />
+  <node id='-16360' lat='41.36317' lon='23.33639' />
+  <node id='-16362' lat='41.37106' lon='23.22771' />
+  <node id='-16364' lat='41.40525' lon='23.31301' />
+  <node id='-16366' lat='41.33773' lon='23.21953' />
+  <node id='-16368' lat='41.37632' lon='23.63203' />
+  <node id='-16370' lat='41.41139' lon='23.67644' />
+  <node id='-16372' lat='41.40262' lon='23.52453' />
+  <node id='-16374' lat='41.45257' lon='23.89613' />
+  <node id='-16376' lat='41.47971' lon='23.91483' />
+  <node id='-16378' lat='41.44118' lon='23.96975' />
+  <node id='-16380' lat='41.51735' lon='24.18126' />
+  <node id='-16382' lat='41.54796' lon='24.10063' />
+  <node id='-16384' lat='41.23411' lon='25.28322' />
+  <node id='-16386' lat='41.34913' lon='24.8041' />
+  <node id='-16388' lat='41.41928' lon='24.71529' />
+  <node id='-16390' lat='41.4035' lon='24.82514' />
+  <node id='-16392' lat='41.34212' lon='25.11611' />
+  <node id='-16394' lat='41.38685' lon='24.942' />
+  <node id='-16396' lat='41.39298' lon='24.86136' />
+  <node id='-16398' lat='41.40876' lon='24.90928' />
+  <node id='-16400' lat='41.34563' lon='25.8266' />
+  <node id='-16402' lat='41.28506' lon='25.48187' />
+  <node id='-16404' lat='41.29209' lon='25.70507' />
+  <node id='-16406' lat='41.2798' lon='25.52394' />
+  <node id='-16408' lat='41.31667' lon='25.55082' />
+  <node id='-16410' lat='41.30614' lon='25.61042' />
+  <node id='-16412' lat='41.31316' lon='25.66183' />
+  <node id='-16414' lat='41.30526' lon='25.87919' />
+  <node id='-16416' lat='41.35878' lon='26.12926' />
+  <node id='-16418' lat='41.42278' lon='26.16548' />
+  <node id='-16420' lat='41.43943' lon='26.20288' />
+  <node id='-16422' lat='41.47533' lon='26.14796' />
+  <node id='-16424' lat='41.71544' lon='26.2654' />
+  <node id='-16426' lat='41.74139' lon='26.22888' />
+  <node id='-16428' lat='41.74858' lon='26.16841' />
+  <node id='-16430' lat='41.70345' lon='26.06148' />
+  <node id='-16432' lat='41.64584' lon='26.07083' />
+  <node id='-16434' lat='41.60828' lon='26.15146' />
+  <node id='-16436' lat='41.55496' lon='26.14328' />
+  <node id='-16438' lat='41.55409' lon='26.17951' />
+  <node id='-16440' lat='41.50072' lon='26.176' />
+  <node id='-16442' lat='41.73223' lon='26.21325' />
+  <node id='-16444' lat='41.73637' lon='26.32952' />
+  <node id='-16446' lat='34.80049' lon='41.2345' />
+  <node id='-16448' lat='37.17814' lon='42.32313' />
+  <node id='-16450' lat='37.22548' lon='42.34735' />
+  <node id='-16452' lat='37.27017' lon='42.26039' />
+  <node id='-16454' lat='37.2798' lon='42.2824' />
+  <node id='-16456' lat='36.6704' lon='37.10894' />
+  <node id='-16458' lat='36.66069' lon='37.16177' />
+  <node id='-16460' lat='36.66422' lon='37.02088' />
+  <node id='-16462' lat='36.69512' lon='37.01647' />
+  <node id='-16464' lat='36.71101' lon='37.04619' />
+  <node id='-16466' lat='36.73483' lon='37.04399' />
+  <node id='-16468' lat='36.74012' lon='36.99886' />
+  <node id='-16470' lat='36.49539' lon='36.54206' />
+  <node id='-16472' lat='36.58295' lon='36.58829' />
+  <node id='-16474' lat='36.65186' lon='36.57398' />
+  <node id='-16476' lat='36.71189' lon='36.62681' />
+  <node id='-16478' lat='36.74629' lon='36.61581' />
+  <node id='-16480' lat='36.33772' lon='36.6081' />
+  <node id='-16482' lat='36.33861' lon='36.65653' />
+  <node id='-16484' lat='36.20461' lon='36.4617' />
+  <node id='-16486' lat='36.2419' lon='36.50463' />
+  <node id='-16488' lat='36.22592' lon='36.6125' />
+  <node id='-16490' lat='36.01163' lon='36.37474' />
+  <node id='-16492' lat='35.88242' lon='35.99829' />
+  <node id='-16494' lat='35.85923' lon='36.11827' />
+  <node id='-16496' lat='35.83692' lon='36.13919' />
+  <node id='-16498' lat='35.81015' lon='36.14029' />
+  <node id='-16500' lat='35.80925' lon='36.1623' />
+  <node id='-16502' lat='35.92076' lon='36.17441' />
+  <node id='-16504' lat='35.95195' lon='36.19973' />
+  <node id='-16506' lat='35.96264' lon='36.25366' />
+  <node id='-16508' lat='35.94839' lon='36.27678' />
+  <node id='-16510' lat='35.96086' lon='36.29769' />
+  <node id='-16512' lat='36.00273' lon='36.28338' />
+  <node id='-16514' lat='36.00985' lon='36.30099' />
+  <node id='-16516' lat='35.98687' lon='36.33956' />
+  <node id='-16518' lat='37.37436' lon='43.11403' />
+  <node id='-16520' lat='37.30629' lon='43.30083' />
+  <node id='-16522' lat='37.33105' lon='43.33508' />
+  <node id='-16524' lat='37.24436' lon='43.50787' />
+  <node id='-16526' lat='37.25675' lon='43.56702' />
+  <node id='-16528' lat='37.21957' lon='43.63085' />
+  <node id='-16530' lat='37.23692' lon='43.7009' />
+  <node id='-16532' lat='37.22825' lon='43.8052' />
+  <node id='-16534' lat='37.19477' lon='43.82699' />
+  <node id='-16536' lat='37.22205' lon='43.84878' />
+  <node id='-16538' lat='37.22453' lon='43.90949' />
+  <node id='-16540' lat='37.33229' lon='44.02002' />
+  <node id='-16542' lat='37.32486' lon='44.13521' />
+  <node id='-16544' lat='37.25055' lon='44.2613' />
+  <node id='-16546' lat='36.97373' lon='44.30645' />
+  <node id='-16548' lat='37.09551' lon='44.18503' />
+  <node id='-16550' lat='37.15756' lon='44.22239' />
+  <node id='-16552' lat='37.16501' lon='44.27998' />
+  <node id='-16554' lat='36.98119' lon='44.25975' />
+  <node id='-16556' lat='37.19229' lon='44.63179' />
+  <node id='-16558' lat='37.05825' lon='44.42631' />
+  <node id='-16560' lat='37.05825' lon='44.38117' />
+  <node id='-16562' lat='37.04955' lon='44.35315' />
+  <node id='-16564' lat='37.02843' lon='44.35937' />
+  <node id='-16566' lat='37.16644' lon='44.7868' />
+  <node id='-16568' lat='37.16162' lon='44.76698' />
+  <node id='-16570' lat='31.00004' lon='47.68219' />
+  <node id='-16572' lat='30.9967' lon='48.03221' />
+  <node id='-16574' lat='30.4789' lon='48.02443' />
+  <node id='-16576' lat='30.44133' lon='48.14585' />
+  <node id='-16578' lat='30.39703' lon='48.18321' />
+  <node id='-16580' lat='30.32796' lon='48.19425' />
+  <node id='-16582' lat='30.31644' lon='48.21279' />
+  <node id='-16584' lat='30.3408' lon='48.26393' />
+  <node id='-16586' lat='30.19846' lon='48.41117' />
+  <node id='-16588' lat='30.17254' lon='48.41671' />
+  <node id='-16590' lat='30.13485' lon='48.38714' />
+  <node id='-16592' lat='30.11062' lon='48.38869' />
+  <node id='-16594' lat='30.08233' lon='48.43384' />
+  <node id='-16596' lat='30.00148' lon='48.44785' />
+  <node id='-16598' lat='29.96238' lon='48.51011' />
+  <node id='-16600' lat='29.93675' lon='48.61441' />
+  <node id='-16602' lat='31.78422' lon='47.86337' />
+  <node id='-16604' lat='31.39086' lon='47.6804' />
+  <node id='-16606' lat='32.45393' lon='47.17218' />
+  <node id='-16608' lat='32.47808' lon='47.37529' />
+  <node id='-16610' lat='32.20583' lon='47.57144' />
+  <node id='-16612' lat='32.15972' lon='47.52474' />
+  <node id='-16614' lat='32.07666' lon='47.64771' />
+  <node id='-16616' lat='32.91992' lon='46.46788' />
+  <node id='-16618' lat='34.7222' lon='45.65672' />
+  <node id='-16620' lat='33.97421' lon='45.41077' />
+  <node id='-16622' lat='33.63661' lon='45.89801' />
+  <node id='-16624' lat='33.55751' lon='45.96183' />
+  <node id='-16626' lat='33.49263' lon='45.86687' />
+  <node id='-16628' lat='33.5082' lon='45.99919' />
+  <node id='-16630' lat='33.20395' lon='46.20623' />
+  <node id='-16632' lat='33.11924' lon='46.11905' />
+  <node id='-16634' lat='33.13097' lon='46.05367' />
+  <node id='-16636' lat='33.09577' lon='46.03966' />
+  <node id='-16638' lat='33.07229' lon='46.15175' />
+  <node id='-16640' lat='32.98354' lon='46.09103' />
+  <node id='-16642' lat='32.95612' lon='46.17198' />
+  <node id='-16644' lat='32.9731' lon='46.32298' />
+  <node id='-16646' lat='33.60938' lon='45.77814' />
+  <node id='-16648' lat='33.94968' lon='45.50261' />
+  <node id='-16650' lat='33.9458' lon='45.42789' />
+  <node id='-16652' lat='34.15088' lon='45.56176' />
+  <node id='-16654' lat='34.30147' lon='45.58667' />
+  <node id='-16656' lat='34.35148' lon='45.53552' />
+  <node id='-16658' lat='34.3439' lon='45.49171' />
+  <node id='-16660' lat='34.45949' lon='45.43879' />
+  <node id='-16662' lat='34.60441' lon='45.53219' />
+  <node id='-16664' lat='34.47692' lon='45.51883' />
+  <node id='-16666' lat='34.55057' lon='45.60224' />
+  <node id='-16668' lat='34.54416' lon='45.73923' />
+  <node id='-16670' lat='34.69277' lon='45.70031' />
+  <node id='-16672' lat='35.2883' lon='46.15474' />
+  <node id='-16674' lat='35.23729' lon='46.11367' />
+  <node id='-16676' lat='35.22561' lon='46.18457' />
+  <node id='-16678' lat='35.18536' lon='46.19738' />
+  <node id='-16680' lat='35.16984' lon='46.16229' />
+  <node id='-16682' lat='35.1268' lon='46.15642' />
+  <node id='-16684' lat='35.11097' lon='46.19116' />
+  <node id='-16686' lat='35.03699' lon='46.06508' />
+  <node id='-16688' lat='35.09538' lon='45.92203' />
+  <node id='-16690' lat='34.91135' lon='45.78904' />
+  <node id='-16692' lat='34.89858' lon='45.86532' />
+  <node id='-16694' lat='34.82322' lon='45.70031' />
+  <node id='-16696' lat='34.83975' lon='45.73641' />
+  <node id='-16698' lat='34.85133' lon='45.79682' />
+  <node id='-16700' lat='35.49848' lon='45.98453' />
+  <node id='-16702' lat='35.79898' lon='45.76145' />
+  <node id='-16704' lat='35.8581' lon='46.08325' />
+  <node id='-16706' lat='35.8013' lon='46.17198' />
+  <node id='-16708' lat='35.82655' lon='46.32921' />
+  <node id='-16710' lat='35.78363' lon='46.34166' />
+  <node id='-16712' lat='35.71414' lon='46.23736' />
+  <node id='-16714' lat='35.69139' lon='46.01631' />
+  <node id='-16716' lat='35.63574' lon='45.99452' />
+  <node id='-16718' lat='35.57416' lon='46.03028' />
+  <node id='-16720' lat='35.58132' lon='45.97584' />
+  <node id='-16722' lat='35.52012' lon='46.01518' />
+  <node id='-16724' lat='36.43257' lon='45.23953' />
+  <node id='-16726' lat='36.06222' lon='45.37652' />
+  <node id='-16728' lat='35.92872' lon='45.6645' />
+  <node id='-16730' lat='35.99943' lon='45.55245' />
+  <node id='-16732' lat='35.97156' lon='45.38275' />
+  <node id='-16734' lat='35.99424' lon='45.33916' />
+  <node id='-16736' lat='36.77622' lon='44.84725' />
+  <node id='-16738' lat='36.75128' lon='45.01537' />
+  <node id='-16740' lat='36.6814' lon='45.06985' />
+  <node id='-16742' lat='36.62645' lon='45.06985' />
+  <node id='-16744' lat='36.40751' lon='45.11811' />
+  <node id='-16746' lat='36.5402' lon='45.00759' />
+  <node id='-16748' lat='36.81362' lon='44.83479' />
+  <node id='-16750' lat='36.86096' lon='44.90173' />
+  <node id='-16752' lat='37.01897' lon='44.89862' />
+  <node id='-16754' lat='37.04383' lon='44.81611' />
+  <node id='-16756' lat='37.11958' lon='44.75229' />
+  <node id='-16758' lat='41.09176' lon='44.97169' />
+  <node id='-16760' lat='41.0228' lon='45.26162' />
+  <node id='-16762' lat='40.67382' lon='45.51825' />
+  <node id='-16764' lat='41.1117' lon='43.74717' />
+  <node id='-16766' lat='41.24644' lon='44.18148' />
+  <node id='-16768' lat='41.30371' lon='44.81437' />
+  <node id='-16770' lat='41.18204' lon='44.46791' />
+  <node id='-16772' lat='41.25949' lon='44.80053' />
+  <node id='-16774' lat='41.21366' lon='44.89911' />
+  <node id='-16776' lat='41.20195' lon='44.87887' />
+  <node id='-16778' lat='41.24018' lon='44.61462' />
+  <node id='-16780' lat='41.20312' lon='44.34337' />
+  <node id='-16782' lat='41.2382' lon='44.34417' />
+  <node id='-16784' lat='41.19141' lon='44.16591' />
+  <node id='-16786' lat='41.16329' lon='43.84835' />
+  <node id='-16788' lat='41.13398' lon='43.67712' />
+  <node id='-16790' lat='40.87436' lon='45.60584' />
+  <node id='-16792' lat='40.99784' lon='45.35677' />
+  <node id='-16794' lat='41.02603' lon='45.39725' />
+  <node id='-16796' lat='41.01663' lon='45.44083' />
+  <node id='-16798' lat='40.97904' lon='45.40814' />
+  <node id='-16800' lat='40.65979' lon='45.35366' />
+  <node id='-16802' lat='40.78366' lon='45.55914' />
+  <node id='-16804' lat='40.7424' lon='45.4206' />
+  <node id='-16806' lat='40.53804' lon='45.42994' />
+  <node id='-16808' lat='40.57707' lon='45.45484' />
+  <node id='-16810' lat='40.37696' lon='45.65098' />
+  <node id='-16812' lat='40.27846' lon='45.95609' />
+  <node id='-16814' lat='40.0131' lon='45.59806' />
+  <node id='-16816' lat='40.03218' lon='45.78642' />
+  <node id='-16818' lat='39.98925' lon='45.83779' />
+  <node id='-16820' lat='40.181' lon='45.97944' />
+  <node id='-16822' lat='39.97733' lon='45.60895' />
+  <node id='-16824' lat='39.9475' lon='45.7833' />
+  <node id='-16826' lat='39.82925' lon='45.82533' />
+  <node id='-16828' lat='39.78859' lon='45.96543' />
+  <node id='-16830' lat='39.60533' lon='46.18493' />
+  <node id='-16832' lat='39.63651' lon='46.40286' />
+  <node id='-16834' lat='39.57534' lon='46.42465' />
+  <node id='-16836' lat='39.58734' lon='46.52117' />
+  <node id='-16838' lat='39.56694' lon='46.57098' />
+  <node id='-16840' lat='39.42039' lon='46.37795' />
+  <node id='-16842' lat='39.52373' lon='46.51027' />
+  <node id='-16844' lat='39.47809' lon='46.53051' />
+  <node id='-16846' lat='39.45405' lon='46.4013' />
+  <node id='-16848' lat='39.54414' lon='46.57721' />
+  <node id='-16850' lat='39.19636' lon='46.44022' />
+  <node id='-16852' lat='39.07078' lon='46.54296' />
+  <node id='-16854' lat='38.94982' lon='46.51805' />
+  <node id='-16856' lat='39.23013' lon='46.63481' />
+  <node id='-16858' lat='39.35181' lon='46.43244' />
+  <node id='-16860' lat='39.33736' lon='46.50093' />
+  <node id='-16862' lat='39.24942' lon='46.56476' />
+  <node id='-16864' lat='39.18912' lon='46.52584' />
+  <node id='-16866' lat='39.15895' lon='46.54141' />
+  <node id='-16868' lat='39.21204' lon='46.58032' />
+  <node id='-16870' lat='38.85262' lon='46.20601' />
+  <node id='-16872' lat='38.92076' lon='46.34059' />
+  <node id='-16874' lat='39.0744' lon='46.06973' />
+  <node id='-16876' lat='39.09978' lon='46.02303' />
+  <node id='-16878' lat='39.46487' lon='45.83' />
+  <node id='-16880' lat='39.60174' lon='45.70547' />
+  <node id='-16882' lat='39.67846' lon='45.18554' />
+  <node id='-16884' lat='39.58614' lon='45.17464' />
+  <node id='-16886' lat='39.57654' lon='45.29606' />
+  <node id='-16888' lat='39.61373' lon='45.30385' />
+  <node id='-16890' lat='39.61373' lon='45.23535' />
+  <node id='-16892' lat='39.58074' lon='45.21784' />
+  <node id='-16894' lat='39.74432' lon='44.88354' />
+  <node id='-16896' lat='39.72157' lon='44.92869' />
+  <node id='-16898' lat='39.97733' lon='44.46635' />
+  <node id='-16900' lat='40.01787' lon='43.92307' />
+  <node id='-16902' lat='40.11199' lon='43.65688' />
+  <node id='-16904' lat='40.47413' lon='43.54791' />
+  <node id='-16906' lat='40.43267' lon='43.60862' />
+  <node id='-16908' lat='40.34019' lon='43.59928' />
+  <node id='-16910' lat='40.16673' lon='43.71136' />
+  <node id='-16912' lat='40.14889' lon='43.65221' />
+  <node id='-16914' lat='40.66805' lon='43.7425' />
+  <node id='-16916' lat='40.93084' lon='43.67712' />
+  <node id='-16918' lat='41.02251' lon='43.47319' />
+  <node id='-16920' lat='41.0988' lon='43.44984' />
+  <node id='-16922' lat='40.54159' lon='43.63664' />
+  <node id='-16924' lat='40.98961' lon='43.58683' />
+  <node id='-16926' lat='40.84846' lon='43.67712' />
+  <node id='-16928' lat='40.7365' lon='43.74872' />
+  <node id='-16930' lat='39.65768' lon='44.80977' />
+  <node id='-16932' lat='39.59653' lon='44.88916' />
+  <node id='-16934' lat='39.35052' lon='45.08751' />
+  <node id='-16936' lat='39.21952' lon='45.16168' />
+  <node id='-16938' lat='39.18333' lon='45.30489' />
+  <node id='-16940' lat='39.09007' lon='45.40148' />
+  <node id='-16942' lat='38.87861' lon='46.06766' />
+  <node id='-16944' lat='38.99243' lon='45.44966' />
+  <node id='-16946' lat='38.90768' lon='45.83883' />
+  <node id='-16948' lat='38.87739' lon='45.90266' />
+  <node id='-16950' lat='38.89072' lon='45.94624' />
+  <node id='-16952' lat='38.87376' lon='46.00228' />
+  <node id='-16954' lat='39.07224' lon='45.40452' />
+  <node id='-16956' lat='39.04927' lon='45.44811' />
+  <node id='-16958' lat='39.13143' lon='46.83822' />
+  <node id='-16960' lat='39.16644' lon='46.92539' />
+  <node id='-16962' lat='39.13505' lon='46.95341' />
+  <node id='-16964' lat='39.20143' lon='47.05771' />
+  <node id='-16966' lat='39.24846' lon='47.05927' />
+  <node id='-16968' lat='39.37492' lon='47.31301' />
+  <node id='-16970' lat='39.30028' lon='48.15984' />
+  <node id='-16972' lat='39.25208' lon='48.12404' />
+  <node id='-16974' lat='39.19419' lon='48.15361' />
+  <node id='-16976' lat='39.09278' lon='48.31239' />
+  <node id='-16978' lat='38.97186' lon='48.28437' />
+  <node id='-16980' lat='38.91616' lon='48.07734' />
+  <node id='-16982' lat='38.45076' lon='48.58793' />
+  <node id='-16984' lat='38.40198' lon='48.62217' />
+  <node id='-16986' lat='38.40564' lon='48.70001' />
+  <node id='-16988' lat='38.45026' lon='48.78979' />
+  <node id='-16990' lat='41.65444' lon='48.42301' />
+  <node id='-16992' lat='41.49957' lon='48.07587' />
+  <node id='-16994' lat='41.51472' lon='48.22064' />
+  <node id='-16996' lat='41.60441' lon='48.40277' />
+  <node id='-16998' lat='41.21798' lon='47.87973' />
+  <node id='-17000' lat='41.20275' lon='47.54504' />
+  <node id='-17002' lat='41.22969' lon='47.62288' />
+  <node id='-17004' lat='41.19455' lon='47.75831' />
+  <node id='-17006' lat='41.80547' lon='46.58924' />
+  <node id='-17008' lat='41.8623' lon='46.75269' />
+  <node id='-17010' lat='41.27884' lon='47.34579' />
+  <node id='-17012' lat='41.59044' lon='47.10762' />
+  <node id='-17014' lat='41.76252' lon='46.8134' />
+  <node id='-17016' lat='41.63583' lon='47.00955' />
+  <node id='-17018' lat='41.59743' lon='46.99554' />
+  <node id='-17020' lat='41.55434' lon='47.03757' />
+  <node id='-17022' lat='41.87389' lon='46.5332' />
+  <node id='-17024' lat='41.45898' lon='45.45973' />
+  <node id='-17026' lat='41.3539' lon='45.68389' />
+  <node id='-17028' lat='41.36208' lon='45.71035' />
+  <node id='-17030' lat='41.35157' lon='45.75705' />
+  <node id='-17032' lat='41.29545' lon='45.69946' />
+  <node id='-17034' lat='41.2229' lon='45.80842' />
+  <node id='-17036' lat='41.19011' lon='46.27698' />
+  <node id='-17038' lat='41.19479' lon='46.13221' />
+  <node id='-17040' lat='41.17956' lon='45.95786' />
+  <node id='-17042' lat='41.84399' lon='46.3984' />
+  <node id='-17044' lat='41.75811' lon='46.23962' />
+  <node id='-17046' lat='41.77205' lon='46.20538' />
+  <node id='-17048' lat='41.62327' lon='46.19759' />
+  <node id='-17050' lat='41.72094' lon='46.17891' />
+  <node id='-17052' lat='41.59883' lon='46.24429' />
+  <node id='-17054' lat='41.10805' lon='46.37661' />
+  <node id='-17056' lat='41.09984' lon='46.456' />
+  <node id='-17058' lat='41.0576' lon='46.48558' />
+  <node id='-17060' lat='41.1104' lon='46.55096' />
+  <node id='-17062' lat='41.09515' lon='46.63969' />
+  <node id='-17064' lat='41.28609' lon='46.72375' />
+  <node id='-17066' lat='41.20533' lon='46.66148' />
+  <node id='-17068' lat='41.37727' lon='46.63658' />
+  <node id='-17070' lat='41.43331' lon='46.4669' />
+  <node id='-17072' lat='41.48464' lon='46.40307' />
+  <node id='-17074' lat='41.4963' lon='46.33925' />
+  <node id='-17076' lat='41.5724' lon='46.29794' />
+  <node id='-17078' lat='41.63339' lon='46.26531' />
+  <node id='-17080' lat='41.57454' lon='46.34126' />
+  <node id='-17082' lat='41.60089' lon='46.28182' />
+  <node id='-17084' lat='41.60912' lon='46.3253' />
+  <node id='-17086' lat='9.60062' lon='-4.31392' />
+  <node id='-17088' lat='9.76012' lon='-4.25999' />
+  <node id='-17090' lat='9.94279' lon='-3.69703' />
+  <node id='-17092' lat='9.91125' lon='-3.31779' />
+  <node id='-17094' lat='9.74019' lon='-3.00765' />
+  <node id='-17096' lat='9.40778' lon='-2.76494' />
+  <node id='-17098' lat='9.57403' lon='-2.93012' />
+  <node id='-17100' lat='9.93781' lon='-3.19306' />
+  <node id='-17102' lat='9.85147' lon='-3.16609' />
+  <node id='-17104' lat='9.84981' lon='-3.27228' />
+  <node id='-17106' lat='9.89132' lon='-4.96621' />
+  <node id='-17108' lat='9.70696' lon='-4.6426' />
+  <node id='-17110' lat='10.29788' lon='-5.12465' />
+  <node id='-17112' lat='9.99923' lon='-4.96453' />
+  <node id='-17114' lat='10.2929' lon='-5.39602' />
+  <node id='-17116' lat='8.7789' lon='-2.58243' />
+  <node id='-17118' lat='9.04949' lon='-2.77799' />
+  <node id='-17120' lat='9.01771' lon='-2.66357' />
+  <node id='-17122' lat='9.22717' lon='-2.69814' />
+  <node id='-17124' lat='6.81744' lon='-3.23327' />
+  <node id='-17126' lat='7.23737' lon='-2.95438' />
+  <node id='-17128' lat='7.27165' lon='-2.97822' />
+  <node id='-17130' lat='7.60847' lon='-2.92339' />
+  <node id='-17132' lat='8.02055' lon='-2.67787' />
+  <node id='-17134' lat='7.86002' lon='-2.79467' />
+  <node id='-17136' lat='7.94974' lon='-2.78395' />
+  <node id='-17138' lat='7.92613' lon='-2.74819' />
+  <node id='-17140' lat='8.02645' lon='-2.61232' />
+  <node id='-17142' lat='8.11495' lon='-2.62901' />
+  <node id='-17144' lat='5.71697' lon='-3.01896' />
+  <node id='-17146' lat='6.62521' lon='-3.25999' />
+  <node id='-17148' lat='5.60963' lon='-2.76614' />
+  <node id='-17150' lat='5.34789' lon='-2.72737' />
+  <node id='-17152' lat='5.34621' lon='-2.77625' />
+  <node id='-17154' lat='5.1364' lon='-2.73074' />
+  <node id='-17156' lat='5.71865' lon='-2.95323' />
+  <node id='-17158' lat='5.65156' lon='-2.85378' />
+  <node id='-17160' lat='5.6415' lon='-2.96671' />
+  <node id='-17162' lat='5.62137' lon='-2.93132' />
+  <node id='-17164' lat='6.74407' lon='-3.21954' />
+  <node id='-17166' lat='10.64281' lon='-2.94232' />
+  <node id='-17168' lat='10.40252' lon='-2.83108' />
+  <node id='-17170' lat='9.56589' lon='-2.76534' />
+  <node id='-17172' lat='9.83172' lon='-2.74174' />
+  <node id='-17174' lat='10.99811' lon='-0.67143' />
+  <node id='-17176' lat='11.17157' lon='-0.27374' />
+  <node id='-17178' lat='10.91305' lon='-0.61937' />
+  <node id='-17180' lat='11.12713' lon='-0.28566' />
+  <node id='-17182' lat='11.11661' lon='-0.42391' />
+  <node id='-17184' lat='11.12596' lon='-0.38219' />
+  <node id='-17186' lat='11.07801' lon='-0.35955' />
+  <node id='-17188' lat='11.04292' lon='-0.44298' />
+  <node id='-17190' lat='11.08317' lon='0.00342' />
+  <node id='-17192' lat='10.63458' lon='-0.05945' />
+  <node id='-17194' lat='8.29529' lon='0.73432' />
+  <node id='-17196' lat='7.41099' lon='0.62943' />
+  <node id='-17198' lat='6.94391' lon='0.52098' />
+  <node id='-17200' lat='7.01252' lon='0.59606' />
+  <node id='-17202' lat='7.31643' lon='0.65327' />
+  <node id='-17204' lat='6.9723' lon='0.52217' />
+  <node id='-17206' lat='6.33779' lon='0.89283' />
+  <node id='-17208' lat='6.33779' lon='0.99652' />
+  <node id='-17210' lat='6.17074' lon='1.09187' />
+  <node id='-17212' lat='6.24064' lon='1.03108' />
+  <node id='-17214' lat='6.22998' lon='1.05969' />
+  <node id='-17216' lat='6.56517' lon='0.74862' />
+  <node id='-17218' lat='6.53083' lon='0.71048' />
+  <node id='-17220' lat='6.73682' lon='0.6497' />
+  <node id='-17222' lat='6.63857' lon='0.63659' />
+  <node id='-17224' lat='6.76049' lon='0.58176' />
+  <node id='-17226' lat='6.92971' lon='0.56508' />
+  <node id='-17228' lat='6.82921' lon='0.52853' />
+  <node id='-17230' lat='7.39326' lon='0.57223' />
+  <node id='-17232' lat='7.58706' lon='0.51979' />
+  <node id='-17234' lat='7.45354' lon='0.52455' />
+  <node id='-17236' lat='7.62368' lon='0.58295' />
+  <node id='-17238' lat='7.85751' lon='0.62943' />
+  <node id='-17240' lat='8.12779' lon='0.58891' />
+  <node id='-17242' lat='8.25873' lon='0.63897' />
+  <node id='-17244' lat='8.13959' lon='0.6056' />
+  <node id='-17246' lat='8.18324' lon='0.61156' />
+  <node id='-17248' lat='8.19622' lon='0.5913' />
+  <node id='-17250' lat='9.40697' lon='0.56388' />
+  <node id='-17252' lat='8.75262' lon='0.37319' />
+  <node id='-17254' lat='8.48866' lon='0.64731' />
+  <node id='-17256' lat='8.59945' lon='0.47211' />
+  <node id='-17258' lat='8.87746' lon='0.52455' />
+  <node id='-17260' lat='9.04581' lon='0.45424' />
+  <node id='-17262' lat='10.31112' lon='0.39584' />
+  <node id='-17264' lat='9.47869' lon='0.2254' />
+  <node id='-17266' lat='9.48339' lon='0.49118' />
+  <node id='-17268' lat='9.49749' lon='0.36485' />
+  <node id='-17270' lat='9.42696' lon='0.25758' />
+  <node id='-17272' lat='9.44812' lon='0.33148' />
+  <node id='-17274' lat='9.72781' lon='0.32075' />
+  <node id='-17276' lat='10.03309' lon='0.36366' />
+  <node id='-17278' lat='10.02018' lon='0.41252' />
+  <node id='-17280' lat='10.06361' lon='0.41371' />
+  <node id='-17282' lat='10.09412' lon='0.35293' />
+  <node id='-17284' lat='9.71607' lon='0.34816' />
+  <node id='-17286' lat='9.66907' lon='0.34816' />
+  <node id='-17288' lat='9.6491' lon='0.32313' />
+  <node id='-17290' lat='9.69022' lon='0.28261' />
+  <node id='-17292' lat='9.66437' lon='0.26712' />
+  <node id='-17294' lat='9.59387' lon='0.29334' />
+  <node id='-17296' lat='9.6256' lon='0.36008' />
+  <node id='-17298' lat='9.58682' lon='0.38153' />
+  <node id='-17300' lat='9.57389' lon='0.23851' />
+  <node id='-17302' lat='9.50337' lon='0.31241' />
+  <node id='-17304' lat='9.521' lon='0.30406' />
+  <node id='-17306' lat='9.52335' lon='0.2409' />
+  <node id='-17308' lat='10.53149' lon='0.12886' />
+  <node id='-17310' lat='10.41546' lon='0.29453' />
+  <node id='-17312' lat='10.30408' lon='0.33028' />
+  <node id='-17314' lat='10.4096' lon='0.18846' />
+  <node id='-17316' lat='10.98561' lon='0.48852' />
+  <node id='-17318' lat='10.98035' lon='0.50521' />
+  <node id='-17320' lat='9.0527' lon='1.61838' />
+  <node id='-17322' lat='9.99525' lon='1.35507' />
+  <node id='-17324' lat='10.37665' lon='0.77666' />
+  <node id='-17326' lat='10.71459' lon='0.80358' />
+  <node id='-17328' lat='10.803' lon='0.8804' />
+  <node id='-17330' lat='9.5951' lon='1.36624' />
+  <node id='-17332' lat='9.54765' lon='1.33675' />
+  <node id='-17334' lat='9.3226' lon='1.41746' />
+  <node id='-17336' lat='9.16941' lon='1.5649' />
+  <node id='-17338' lat='6.99562' lon='1.64249' />
+  <node id='-17340' lat='6.99737' lon='1.55877' />
+  <node id='-17342' lat='6.68619' lon='1.58105' />
+  <node id='-17344' lat='6.74843' lon='1.61812' />
+  <node id='-17346' lat='6.43189' lon='1.76906' />
+  <node id='-17348' lat='9.06924' lon='2.77907' />
+  <node id='-17350' lat='10.40538' lon='3.78292' />
+  <node id='-17352' lat='10.46351' lon='3.6844' />
+  <node id='-17354' lat='10.27185' lon='3.57275' />
+  <node id='-17356' lat='10.18136' lon='3.66908' />
+  <node id='-17358' lat='9.10006' lon='3.08017' />
+  <node id='-17360' lat='9.47167' lon='3.13928' />
+  <node id='-17362' lat='9.87739' lon='3.54429' />
+  <node id='-17364' lat='9.83641' lon='3.35383' />
+  <node id='-17366' lat='9.78032' lon='3.32099' />
+  <node id='-17368' lat='9.70696' lon='3.34726' />
+  <node id='-17370' lat='9.61632' lon='3.25093' />
+  <node id='-17372' lat='9.28375' lon='3.14147' />
+  <node id='-17374' lat='11.29765' lon='3.49175' />
+  <node id='-17376' lat='11.13015' lon='3.71505' />
+  <node id='-17378' lat='10.59316' lon='3.84243' />
+  <node id='-17380' lat='7.87825' lon='2.67523' />
+  <node id='-17382' lat='7.7755' lon='2.73095' />
+  <node id='-17384' lat='7.5423' lon='2.73405' />
+  <node id='-17386' lat='7.5116' lon='2.78668' />
+  <node id='-17388' lat='7.43486' lon='2.79442' />
+  <node id='-17390' lat='7.42565' lon='2.74489' />
+  <node id='-17392' lat='6.95722' lon='2.71702' />
+  <node id='-17394' lat='7.13543' lon='2.76965' />
+  <node id='-17396' lat='6.92802' lon='2.74024' />
+  <node id='-17398' lat='6.78508' lon='2.73405' />
+  <node id='-17400' lat='6.76356' lon='2.78823' />
+  <node id='-17402' lat='6.70514' lon='2.78204' />
+  <node id='-17404' lat='6.64057' lon='2.7325' />
+  <node id='-17406' lat='6.57291' lon='2.74334' />
+  <node id='-17408' lat='6.50831' lon='2.70464' />
+  <node id='-17410' lat='-22.22907' lon='29.0151' />
+  <node id='-17412' lat='-22.44299' lon='28.91889' />
+  <node id='-17414' lat='-22.5694' lon='28.34874' />
+  <node id='-17416' lat='-23.37952' lon='27.52393' />
+  <node id='-17418' lat='-23.65486' lon='26.99749' />
+  <node id='-17420' lat='-23.40917' lon='27.33768' />
+  <node id='-17422' lat='-24.24885' lon='26.84165' />
+  <node id='-17424' lat='-24.60358' lon='26.46346' />
+  <node id='-17426' lat='-24.47219' lon='26.51667' />
+  <node id='-17428' lat='-24.75727' lon='25.8515' />
+  <node id='-17430' lat='-26.9039' lon='20.68596' />
+  <node id='-17432' lat='-26.14892' lon='20.86081' />
+  <node id='-17434' lat='-26.4692' lon='20.61754' />
+  <node id='-17436' lat='-26.78181' lon='20.63275' />
+  <node id='-17438' lat='-24.94869' lon='20.29826' />
+  <node id='-17440' lat='-25.47827' lon='20.64795' />
+  <node id='-17442' lat='-25.29971' lon='23.03497' />
+  <node id='-17444' lat='-26.86152' lon='21.69322' />
+  <node id='-17446' lat='-26.80047' lon='20.87031' />
+  <node id='-17448' lat='-26.19668' lon='22.56365' />
+  <node id='-17450' lat='-25.50572' lon='22.86012' />
+  <node id='-17452' lat='-25.99186' lon='22.70808' />
+  <node id='-17454' lat='-26.23078' lon='22.41921' />
+  <node id='-17456' lat='-26.61882' lon='22.06192' />
+  <node id='-17458' lat='-26.3773' lon='22.21206' />
+  <node id='-17460' lat='-26.69015' lon='21.77114' />
+  <node id='-17462' lat='-25.64286' lon='23.9244' />
+  <node id='-17464' lat='-25.29971' lon='23.47588' />
+  <node id='-17466' lat='-25.62916' lon='24.18287' />
+  <node id='-17468' lat='-25.773' lon='24.36531' />
+  <node id='-17470' lat='-25.73021' lon='24.44703' />
+  <node id='-17472' lat='-25.81749' lon='24.67319' />
+  <node id='-17474' lat='-25.72507' lon='25.01718' />
+  <node id='-17476' lat='-25.76616' lon='25.33076' />
+  <node id='-17478' lat='-25.6343' lon='25.58543' />
+  <node id='-17480' lat='-24.87802' lon='25.88571' />
+  <node id='-17482' lat='-26.86661' lon='21.13353' />
+  <node id='-17484' lat='-26.82083' lon='21.37869' />
+  <node id='-17486' lat='-26.79199' lon='21.7854' />
+  <node id='-17488' lat='-26.66808' lon='21.90703' />
+  <node id='-17490' lat='-26.65959' lon='21.83291' />
+  <node id='-17492' lat='-25.80723' lon='24.8946' />
+  <node id='-17494' lat='-25.75931' lon='25.12266' />
+  <node id='-17496' lat='-25.29284' lon='25.69661' />
+  <node id='-17498' lat='-25.4491' lon='25.6643' />
+  <node id='-17500' lat='-25.25503' lon='25.72702' />
+  <node id='-17502' lat='-24.78661' lon='25.84295' />
+  <node id='-17504' lat='-24.63468' lon='26.39409' />
+  <node id='-17506' lat='-23.21894' lon='27.6066' />
+  <node id='-17508' lat='-23.2137' lon='27.74154' />
+  <node id='-17510' lat='-23.04941' lon='27.93539' />
+  <node id='-17512' lat='-22.96194' lon='27.93729' />
+  <node id='-17514' lat='-22.90243' lon='28.04752' />
+  <node id='-17516' lat='-22.8394' lon='28.04562' />
+  <node id='-17518' lat='-22.55887' lon='28.63287' />
+  <node id='-17520' lat='-22.36919' lon='31.38336' />
+  <node id='-17522' lat='-22.12917' lon='29.64609' />
+  <node id='-17524' lat='-22.35587' lon='30.28351' />
+  <node id='-17526' lat='-22.28907' lon='30.86696' />
+  <node id='-17528' lat='-22.34884' lon='31.08932' />
+  <node id='-17530' lat='-22.32599' lon='31.16344' />
+  <node id='-17532' lat='-22.14128' lon='29.76848' />
+  <node id='-17534' lat='-22.30841' lon='30.13147' />
+  <node id='-17536' lat='-22.2961' lon='30.2265' />
+  <node id='-17538' lat='-22.31368' lon='30.48686' />
+  <node id='-17540' lat='-22.34533' lon='30.38614' />
+  <node id='-17542' lat='-22.32599' lon='30.6294' />
+  <node id='-17544' lat='-22.19408' lon='29.92242' />
+  <node id='-17546' lat='-23.176' lon='31.55779' />
+  <node id='-17548' lat='-23.95293' lon='31.87707' />
+  <node id='-17550' lat='-23.47268' lon='31.56539' />
+  <node id='-17552' lat='-23.90082' lon='31.77445' />
+  <node id='-17554' lat='-23.60858' lon='31.67942' />
+  <node id='-17556' lat='-23.72695' lon='31.70223' />
+  <node id='-17558' lat='-24.18892' lon='31.90368' />
+  <node id='-17560' lat='-24.29983' lon='31.9835' />
+  <node id='-17562' lat='-25.84216' lon='31.92649' />
+  <node id='-17564' lat='-25.65044' lon='32.00631' />
+  <node id='-17566' lat='-25.46356' lon='31.97875' />
+  <node id='-17568' lat='-25.38117' lon='32.01676' />
+  <node id='-17570' lat='-25.10785' lon='32.03196' />
+  <node id='-17572' lat='-20.49873' lon='27.28865' />
+  <node id='-17574' lat='-19.53709' lon='26.17227' />
+  <node id='-17576' lat='-18.6355' lon='25.79217' />
+  <node id='-17578' lat='-18.82808' lon='25.82353' />
+  <node id='-17580' lat='-18.90362' lon='25.94326' />
+  <node id='-17582' lat='-19.02943' lon='25.99837' />
+  <node id='-17584' lat='-19.08152' lon='25.96226' />
+  <node id='-17586' lat='-20.08244' lon='27.21278' />
+  <node id='-17588' lat='-19.92707' lon='26.72246' />
+  <node id='-17590' lat='-20.28935' lon='27.29831' />
+  <node id='-17592' lat='-18.39041' lon='25.53465' />
+  <node id='-17594' lat='-18.12691' lon='25.39972' />
+  <node id='-17596' lat='-18.07091' lon='25.31799' />
+  <node id='-17598' lat='-18.56165' lon='25.68859' />
+  <node id='-17600' lat='-20.48531' lon='27.69361' />
+  <node id='-17602' lat='-20.51735' lon='27.72972' />
+  <node id='-17604' lat='-21.08409' lon='27.69171' />
+  <node id='-17606' lat='-21.57624' lon='28.01669' />
+  <node id='-17608' lat='-21.31621' lon='27.91407' />
+  <node id='-17610' lat='-21.81877' lon='29.07763' />
+  <node id='-17612' lat='-21.63455' lon='28.58114' />
+  <node id='-17614' lat='-21.59037' lon='28.29416' />
+  <node id='-17616' lat='-21.66634' lon='28.49942' />
+  <node id='-17618' lat='-22.05967' lon='29.24648' />
+  <node id='-17620' lat='-22.00563' lon='29.04108' />
+  <node id='-17622' lat='-21.90647' lon='29.02191' />
+  <node id='-17624' lat='-22.07275' lon='29.14501' />
+  <node id='-17626' lat='-22.07472' lon='29.1974' />
+  <node id='-17628' lat='-22.04867' lon='29.08495' />
+  <node id='-17630' lat='-21.95665' lon='29.02191' />
+  <node id='-17632' lat='-21.85864' lon='29.04023' />
+  <node id='-17634' lat='-22.18363' lon='29.3533' />
+  <node id='-17636' lat='-22.17771' lon='29.21955' />
+  <node id='-17638' lat='-22.21399' lon='29.15268' />
+  <node id='-17640' lat='-22.18599' lon='29.18974' />
+  <node id='-17642' lat='-22.21202' lon='29.10881' />
+  <node id='-17644' lat='15.23478' lon='36.54276' />
+  <node id='-17646' lat='15.75323' lon='36.69761' />
+  <node id='-17648' lat='15.80831' lon='36.76371' />
+  <node id='-17650' lat='17.07172' lon='36.99777' />
+  <node id='-17652' lat='17.04041' lon='37.42694' />
+  <node id='-17654' lat='16.23451' lon='36.92193' />
+  <node id='-17656' lat='17.32199' lon='37.50967' />
+  <node id='-17658' lat='17.53906' lon='38.13362' />
+  <node id='-17660' lat='14.89447' lon='37.91287' />
+  <node id='-17662' lat='14.18413' lon='37.528' />
+  <node id='-17664' lat='14.27155' lon='37.09486' />
+  <node id='-17666' lat='14.40746' lon='37.13206' />
+  <node id='-17668' lat='14.44657' lon='37.3106' />
+  <node id='-17670' lat='14.2149' lon='37.47319' />
+  <node id='-17672' lat='14.2561' lon='37.01622' />
+  <node id='-17674' lat='14.32201' lon='36.85787' />
+  <node id='-17676' lat='14.31172' lon='36.63364' />
+  <node id='-17678' lat='14.28237' lon='36.55659' />
+  <node id='-17680' lat='14.26177' lon='36.56536' />
+  <node id='-17682' lat='14.53969' lon='40.14649' />
+  <node id='-17684' lat='14.41445' lon='38.45748' />
+  <node id='-17686' lat='14.67287' lon='38.25562' />
+  <node id='-17688' lat='14.72745' lon='38.0364' />
+  <node id='-17690' lat='14.51323' lon='38.3533' />
+  <node id='-17692' lat='14.4754' lon='38.78306' />
+  <node id='-17694' lat='14.54895' lon='38.98058' />
+  <node id='-17696' lat='14.63717' lon='39.02834' />
+  <node id='-17698' lat='14.65187' lon='39.16074' />
+  <node id='-17700' lat='14.61827' lon='39.14772' />
+  <node id='-17702' lat='14.56996' lon='39.19547' />
+  <node id='-17704' lat='14.41024' lon='39.9443' />
+  <node id='-17706' lat='14.54264' lon='40.07236' />
+  <node id='-17708' lat='14.49011' lon='39.52756' />
+  <node id='-17710' lat='14.55735' lon='39.50585' />
+  <node id='-17712' lat='14.60987' lon='39.58182' />
+  <node id='-17714' lat='14.54264' lon='39.76632' />
+  <node id='-17716' lat='14.54402' lon='39.37685' />
+  <node id='-17718' lat='14.40393' lon='39.2519' />
+  <node id='-17720' lat='14.44598' lon='39.2302' />
+  <node id='-17722' lat='14.48801' lon='39.26927' />
+  <node id='-17724' lat='14.56365' lon='39.23888' />
+  <node id='-17726' lat='13.60787' lon='41.25097' />
+  <node id='-17728' lat='14.39342' lon='40.21128' />
+  <node id='-17730' lat='14.41445' lon='40.25686' />
+  <node id='-17732' lat='14.11152' lon='40.9167' />
+  <node id='-17734' lat='13.38626' lon='41.62864' />
+  <node id='-17736' lat='12.80912' lon='42.05841' />
+  <node id='-17738' lat='12.75832' lon='42.21469' />
+  <node id='-17740' lat='12.6355' lon='42.2798' />
+  <node id='-17742' lat='-21.133' lon='32.37115' />
+  <node id='-17744' lat='-20.91929' lon='32.51644' />
+  <node id='-17746' lat='-20.63319' lon='32.48122' />
+  <node id='-17748' lat='-20.56312' lon='32.55167' />
+  <node id='-17750' lat='-20.56106' lon='32.66174' />
+  <node id='-17752' lat='-19.77787' lon='33.06461' />
+  <node id='-17754' lat='-20.02007' lon='33.01178' />
+  <node id='-17756' lat='-20.03868' lon='32.93032' />
+  <node id='-17758' lat='-20.27841' lon='32.85987' />
+  <node id='-17760' lat='-20.16686' lon='32.85987' />
+  <node id='-17762' lat='-19.68462' lon='32.84666' />
+  <node id='-17764' lat='-19.67219' lon='32.95013' />
+  <node id='-17766' lat='-19.48343' lon='32.84446' />
+  <node id='-17768' lat='-19.47513' lon='32.78282' />
+  <node id='-17770' lat='-19.29238' lon='32.85107' />
+  <node id='-17772' lat='-19.0262' lon='32.84006' />
+  <node id='-17774' lat='-19.09279' lon='32.87088' />
+  <node id='-17776' lat='-19.02204' lon='32.72118' />
+  <node id='-17778' lat='-18.94293' lon='32.69917' />
+  <node id='-17780' lat='-18.92628' lon='32.73439' />
+  <node id='-17782' lat='-18.84712' lon='32.70137' />
+  <node id='-17784' lat='-18.77419' lon='32.82465' />
+  <node id='-17786' lat='-18.7992' lon='32.9017' />
+  <node id='-17788' lat='-18.69079' lon='32.95013' />
+  <node id='-17790' lat='-18.58023' lon='32.88629' />
+  <node id='-17792' lat='-18.51344' lon='32.88629' />
+  <node id='-17794' lat='-18.4696' lon='33.02278' />
+  <node id='-17796' lat='-17.60298' lon='33.0492' />
+  <node id='-17798' lat='-17.99705' lon='32.94133' />
+  <node id='-17800' lat='-18.35054' lon='33.03159' />
+  <node id='-17802' lat='-17.11971' lon='32.96554' />
+  <node id='-17804' lat='-17.48964' lon='32.96554' />
+  <node id='-17806' lat='-17.55891' lon='32.98536' />
+  <node id='-17808' lat='-17.3468' lon='33.0426' />
+  <node id='-17810' lat='-17.30477' lon='33.00517' />
+  <node id='-17812' lat='-16.41569' lon='31.91324' />
+  <node id='-17814' lat='-16.43892' lon='32.28529' />
+  <node id='-17816' lat='-16.59932' lon='32.71017' />
+  <node id='-17818' lat='-16.66893' lon='32.69917' />
+  <node id='-17820' lat='-16.70689' lon='32.97655' />
+  <node id='-17822' lat='-16.89446' lon='32.91051' />
+  <node id='-17824' lat='-16.70267' lon='32.78943' />
+  <node id='-17826' lat='-16.4727' lon='32.42838' />
+  <node id='-17828' lat='-16.43892' lon='32.02772' />
+  <node id='-17830' lat='-15.99924' lon='30.91597' />
+  <node id='-17832' lat='-16.05848' lon='30.97761' />
+  <node id='-17834' lat='-15.98019' lon='31.13171' />
+  <node id='-17836' lat='-16.01193' lon='31.30563' />
+  <node id='-17838' lat='-16.15154' lon='31.42451' />
+  <node id='-17840' lat='-16.19595' lon='31.67988' />
+  <node id='-17842' lat='-16.34388' lon='31.90223' />
+  <node id='-17844' lat='-13.93992' lon='33.16749' />
+  <node id='-17846' lat='-14.05022' lon='33.02977' />
+  <node id='-17848' lat='-13.82956' lon='32.88985' />
+  <node id='-17850' lat='-13.60019' lon='32.66468' />
+  <node id='-17852' lat='-13.77224' lon='32.76962' />
+  <node id='-17854' lat='-13.71576' lon='32.84528' />
+  <node id='-17856' lat='-13.64805' lon='32.7828' />
+  <node id='-17858' lat='-13.64268' lon='32.68654' />
+  <node id='-17860' lat='-13.55769' lon='32.68436' />
+  <node id='-17862' lat='-13.57682' lon='32.73683' />
+  <node id='-17864' lat='-13.52794' lon='32.84176' />
+  <node id='-17866' lat='-13.98447' lon='33.07568' />
+  <node id='-17868' lat='-13.95689' lon='32.99042' />
+  <node id='-17870' lat='-15.76589' lon='29.21955' />
+  <node id='-17872' lat='-15.68702' lon='29.4437' />
+  <node id='-17874' lat='-15.6126' lon='29.8317' />
+  <node id='-17876' lat='-15.6513' lon='30.35574' />
+  <node id='-17878' lat='-16.5528' lon='28.73725' />
+  <node id='-17880' lat='-16.51575' lon='28.76199' />
+  <node id='-17882' lat='-16.48611' lon='28.81454' />
+  <node id='-17884' lat='-16.04537' lon='28.8501' />
+  <node id='-17886' lat='-15.93987' lon='28.9243' />
+  <node id='-17888' lat='-17.81398' lon='27.14196' />
+  <node id='-17890' lat='-17.60487' lon='27.30736' />
+  <node id='-17892' lat='-18.0199' lon='26.74314' />
+  <node id='-17894' lat='-17.98756' lon='26.89926' />
+  <node id='-17896' lat='-17.81987' lon='25.6827' />
+  <node id='-17898' lat='-17.91403' lon='25.85738' />
+  <node id='-17900' lat='-17.97726' lon='25.85892' />
+  <node id='-17902' lat='-17.88608' lon='26.21601' />
+  <node id='-17904' lat='-17.99638' lon='26.55918' />
+  <node id='-17906' lat='-17.93021' lon='26.0908' />
+  <node id='-17908' lat='-17.98168' lon='26.08925' />
+  <node id='-17910' lat='-14.61306' lon='33.66677' />
+  <node id='-17912' lat='-14.38652' lon='34.35843' />
+  <node id='-17914' lat='-14.99583' lon='34.61522' />
+  <node id='-17916' lat='-14.59776' lon='34.53962' />
+  <node id='-17918' lat='-15.60864' lon='34.44981' />
+  <node id='-17920' lat='-15.44778' lon='34.43126' />
+  <node id='-17922' lat='-15.30619' lon='34.57503' />
+  <node id='-17924' lat='-17.1244' lon='35.3062' />
+  <node id='-17926' lat='-16.20923' lon='34.40344' />
+  <node id='-17928' lat='-16.83167' lon='35.04805' />
+  <node id='-17930' lat='-17.00027' lon='35.04805' />
+  <node id='-17932' lat='-16.93521' lon='35.17017' />
+  <node id='-17934' lat='-16.81687' lon='35.13771' />
+  <node id='-17936' lat='-16.93817' lon='35.27065' />
+  <node id='-17938' lat='-16.82871' lon='35.30929' />
+  <node id='-17940' lat='-16.56812' lon='35.14235' />
+  <node id='-17942' lat='-16.69402' lon='35.27219' />
+  <node id='-17944' lat='-16.04737' lon='34.43126' />
+  <node id='-17946' lat='-15.90321' lon='34.25195' />
+  <node id='-17948' lat='-16.2211' lon='35.30157' />
+  <node id='-17950' lat='-16.4792' lon='35.25828' />
+  <node id='-17952' lat='-11.3123' lon='37.8388' />
+  <node id='-17954' lat='-11.41081' lon='35.82767' />
+  <node id='-17956' lat='-11.55927' lon='35.63599' />
+  <node id='-17958' lat='-11.57593' lon='36.19094' />
+  <node id='-17960' lat='-11.70008' lon='36.19094' />
+  <node id='-17962' lat='-11.72884' lon='36.62068' />
+  <node id='-17964' lat='-11.56836' lon='36.80309' />
+  <node id='-17966' lat='-11.68949' lon='37.3936' />
+  <node id='-17968' lat='-11.53352' lon='37.76614' />
+  <node id='-17970' lat='-11.4199' lon='38.47258' />
+  <node id='-17972' lat='-11.27289' lon='38.21598' />
+  <node id='-17974' lat='-11.26228' lon='37.93618' />
+  <node id='-17976' lat='-11.17433' lon='39.24395' />
+  <node id='-17978' lat='-11.16978' lon='38.88996' />
+  <node id='-17980' lat='-10.80255' lon='40.00295' />
+  <node id='-17982' lat='-10.96043' lon='39.58249' />
+  <node id='-17984' lat='11.41645' lon='22.93124' />
+  <node id='-17986' lat='11.21955' lon='22.97249' />
+  <node id='-17988' lat='13.3731' lon='22.29689' />
+  <node id='-17990' lat='12.74682' lon='22.22684' />
+  <node id='-17992' lat='12.07485' lon='22.64092' />
+  <node id='-17994' lat='12.45514' lon='22.38873' />
+  <node id='-17996' lat='12.61925' lon='22.46345' />
+  <node id='-17998' lat='12.02766' lon='22.48369' />
+  <node id='-18000' lat='12.16769' lon='22.50548' />
+  <node id='-18002' lat='11.64372' lon='22.54907' />
+  <node id='-18004' lat='11.40424' lon='22.7997' />
+  <node id='-18006' lat='12.81362' lon='21.81432' />
+  <node id='-18008' lat='12.68001' lon='21.89371' />
+  <node id='-18010' lat='12.66634' lon='22.15679' />
+  <node id='-18012' lat='12.63292' lon='21.98711' />
+  <node id='-18014' lat='13.05637' lon='21.94819' />
+  <node id='-18016' lat='13.19281' lon='22.1599' />
+  <node id='-18018' lat='13.13976' lon='22.02914' />
+  <node id='-18020' lat='14.11704' lon='22.5553' />
+  <node id='-18022' lat='13.77863' lon='22.08674' />
+  <node id='-18024' lat='13.96754' lon='22.22995' />
+  <node id='-18026' lat='14.69149' lon='22.70474' />
+  <node id='-18028' lat='14.58907' lon='22.38562' />
+  <node id='-18030' lat='14.24986' lon='22.44944' />
+  <node id='-18032' lat='14.23024' lon='22.55997' />
+  <node id='-18034' lat='14.86308' lon='22.66115' />
+  <node id='-18036' lat='15.71297' lon='23.10792' />
+  <node id='-18038' lat='15.22989' lon='22.99584' />
+  <node id='-18040' lat='15.40105' lon='22.99584' />
+  <node id='-18042' lat='15.47007' lon='22.92579' />
+  <node id='-18044' lat='15.55107' lon='22.93201' />
+  <node id='-18046' lat='15.69649' lon='23.38812' />
+  <node id='-18048' lat='15.7804' lon='23.62785' />
+  <node id='-18050' lat='9.86923' lon='23.67164' />
+  <node id='-18052' lat='10.45214' lon='23.3128' />
+  <node id='-18054' lat='10.69235' lon='23.02221' />
+  <node id='-18056' lat='9.80643' lon='24.84653' />
+  <node id='-18058' lat='10.33718' lon='25.0918' />
+  <node id='-18060' lat='10.42599' lon='25.78141' />
+  <node id='-18062' lat='10.17941' lon='25.93241' />
+  <node id='-18064' lat='9.66572' lon='24.09319' />
+  <node id='-18066' lat='9.73784' lon='24.12744' />
+  <node id='-18068' lat='9.79962' lon='24.49389' />
+  <node id='-18070' lat='9.9081' lon='24.97739' />
+  <node id='-18072' lat='10.38159' lon='25.93163' />
+  <node id='-18074' lat='10.07949' lon='29.54' />
+  <node id='-18076' lat='9.61323' lon='27.90704' />
+  <node id='-18078' lat='9.48735' lon='26.70685' />
+  <node id='-18080' lat='9.62858' lon='27.14427' />
+  <node id='-18082' lat='9.57946' lon='26.35815' />
+  <node id='-18084' lat='9.91545' lon='26.21338' />
+  <node id='-18086' lat='9.75133' lon='29.53844' />
+  <node id='-18088' lat='9.67155' lon='28.99983' />
+  <node id='-18090' lat='9.74826' lon='29.06988' />
+  <node id='-18092' lat='9.75287' lon='31.28504' />
+  <node id='-18094' lat='10.29245' lon='29.94629' />
+  <node id='-18096' lat='9.71451' lon='30.82893' />
+  <node id='-18098' lat='10.28633' lon='30.00389' />
+  <node id='-18100' lat='9.95992' lon='30.53005' />
+  <node id='-18102' lat='9.7498' lon='30.84605' />
+  <node id='-18104' lat='10.65065' lon='31.99177' />
+  <node id='-18106' lat='10.28939' lon='31.77539' />
+  <node id='-18108' lat='10.77913' lon='33.24645' />
+  <node id='-18110' lat='11.04662' lon='32.46967' />
+  <node id='-18112' lat='11.70208' lon='32.39578' />
+  <node id='-18114' lat='11.18207' lon='32.39358' />
+  <node id='-18116' lat='11.43248' lon='33.13988' />
+  <node id='-18118' lat='11.95203' lon='32.10079' />
+  <node id='-18120' lat='11.95203' lon='32.73921' />
+  <node id='-18122' lat='12.22757' lon='32.73921' />
+  <node id='-18124' lat='12.22111' lon='33.25876' />
+  <node id='-18126' lat='10.83632' lon='33.26977' />
+  <node id='-18128' lat='10.64382' lon='33.52294' />
+  <node id='-18130' lat='9.49937' lon='33.87958' />
+  <node id='-18132' lat='9.762' lon='33.9082' />
+  <node id='-18134' lat='10.44254' lon='33.66604' />
+  <node id='-18136' lat='10.32994' lon='33.80913' />
+  <node id='-18138' lat='10.17179' lon='33.90159' />
+  <node id='-18140' lat='10.15446' lon='33.96984' />
+  <node id='-18142' lat='9.80972' lon='33.96323' />
+  <node id='-18144' lat='9.99623' lon='33.99185' />
+  <node id='-18146' lat='7.66675' lon='25.29214' />
+  <node id='-18148' lat='8.69288' lon='24.25691' />
+  <node id='-18150' lat='8.71749' lon='23.51905' />
+  <node id='-18152' lat='8.99743' lon='23.59065' />
+  <node id='-18154' lat='8.99128' lon='23.44744' />
+  <node id='-18156' lat='9.16959' lon='23.4848' />
+  <node id='-18158' lat='9.28637' lon='23.64358' />
+  <node id='-18160' lat='9.19418' lon='23.56263' />
+  <node id='-18162' lat='9.53823' lon='23.62179' />
+  <node id='-18164' lat='9.44303' lon='23.64981' />
+  <node id='-18166' lat='8.36959' lon='24.13238' />
+  <node id='-18168' lat='8.16933' lon='24.85156' />
+  <node id='-18170' lat='8.26177' lon='24.35965' />
+  <node id='-18172' lat='7.96588' lon='24.98855' />
+  <node id='-18174' lat='7.8487' lon='25.25319' />
+  <node id='-18176' lat='6.63493' lon='26.38022' />
+  <node id='-18178' lat='7.09549' lon='25.90076' />
+  <node id='-18180' lat='7.33024' lon='25.37461' />
+  <node id='-18182' lat='7.61115' lon='25.20649' />
+  <node id='-18184' lat='7.50312' lon='25.20337' />
+  <node id='-18186' lat='7.42595' lon='25.35281' />
+  <node id='-18188' lat='6.36272' lon='26.32729' />
+  <node id='-18190' lat='6.1987' lon='26.58259' />
+  <node id='-18192' lat='6.09655' lon='26.51721' />
+  <node id='-18194' lat='5.71254' lon='27.22705' />
+  <node id='-18196' lat='5.37167' lon='27.23017' />
+  <node id='-18198' lat='5.62889' lon='27.22705' />
+  <node id='-18200' lat='5.56382' lon='27.28621' />
+  <node id='-18202' lat='4.34297' lon='29.22207' />
+  <node id='-18204' lat='4.89375' lon='27.65462' />
+  <node id='-18206' lat='4.89375' lon='27.56656' />
+  <node id='-18208' lat='4.79284' lon='27.76469' />
+  <node id='-18210' lat='4.59976' lon='27.79551' />
+  <node id='-18212' lat='4.35614' lon='28.20719' />
+  <node id='-18214' lat='4.42638' lon='28.6651' />
+  <node id='-18216' lat='4.48784' lon='28.8126' />
+  <node id='-18218' lat='4.48784' lon='29.03054' />
+  <node id='-18220' lat='4.7007' lon='29.49726' />
+  <node id='-18222' lat='4.50101' lon='29.43341' />
+  <node id='-18224' lat='4.56246' lon='29.82087' />
+  <node id='-18226' lat='4.37809' lon='29.79666' />
+  <node id='-18228' lat='3.84451' lon='30.55396' />
+  <node id='-18230' lat='3.62703' lon='30.56277' />
+  <node id='-18232' lat='3.74567' lon='30.57378' />
+  <node id='-18234' lat='3.83353' lon='30.47691' />
+  <node id='-18236' lat='3.93896' lon='30.22374' />
+  <node id='-18238' lat='4.10586' lon='30.1621' />
+  <node id='-18240' lat='4.13221' lon='30.06964' />
+  <node id='-18242' lat='3.95653' lon='30.27658' />
+  <node id='-18244' lat='3.5743' lon='30.85997' />
+  <node id='-18246' lat='3.60506' lon='30.80713' />
+  <node id='-18248' lat='3.67097' lon='30.78512' />
+  <node id='-18250' lat='8.87971' lon='18.86388' />
+  <node id='-18252' lat='9.97642' lon='21.26348' />
+  <node id='-18254' lat='11.00246' lon='22.45889' />
+  <node id='-18256' lat='10.64136' lon='21.72139' />
+  <node id='-18258' lat='10.29932' lon='21.71479' />
+  <node id='-18260' lat='9.95907' lon='21.34934' />
+  <node id='-18262' lat='10.2105' lon='21.52766' />
+  <node id='-18264' lat='10.217' lon='21.63553' />
+  <node id='-18266' lat='9.11019' lon='20.36748' />
+  <node id='-18268' lat='9.44696' lon='20.82979' />
+  <node id='-18270' lat='9.00367' lon='19.06421' />
+  <node id='-18272' lat='7.98905' lon='17.67288' />
+  <node id='-18274' lat='7.95853' lon='17.93926' />
+  <node id='-18276' lat='8.01085' lon='18.02731' />
+  <node id='-18278' lat='8.05009' lon='18.6085' />
+  <node id='-18280' lat='8.68172' lon='19.11044' />
+  <node id='-18282' lat='8.25929' lon='18.79783' />
+  <node id='-18284' lat='8.08714' lon='18.64153' />
+  <node id='-18286' lat='8.14163' lon='18.62612' />
+  <node id='-18288' lat='8.22226' lon='18.67455' />
+  <node id='-18290' lat='7.53971' lon='16.8143' />
+  <node id='-18292' lat='7.88657' lon='16.58315' />
+  <node id='-18294' lat='7.67281' lon='16.6668' />
+  <node id='-18296' lat='7.76444' lon='16.59415' />
+  <node id='-18298' lat='7.75353' lon='16.658' />
+  <node id='-18300' lat='7.77971' lon='16.41583' />
+  <node id='-18302' lat='7.68809' lon='16.40703' />
+  <node id='-18304' lat='7.52006' lon='15.73118' />
+  <node id='-18306' lat='7.44149' lon='15.79942' />
+  <node id='-18308' lat='2.17866' lon='14.61145' />
+  <node id='-18310' lat='1.91264' lon='15.34776' />
+  <node id='-18312' lat='2.03243' lon='15.22634' />
+  <node id='-18314' lat='1.98887' lon='15.00996' />
+  <node id='-18316' lat='1.98265' lon='15.48942' />
+  <node id='-18318' lat='1.76483' lon='16.02959' />
+  <node id='-18320' lat='1.65591' lon='16.02647' />
+  <node id='-18322' lat='1.70259' lon='16.14634' />
+  <node id='-18324' lat='1.9811' lon='16.05294' />
+  <node id='-18326' lat='2.19733' lon='16.08563' />
+  <node id='-18328' lat='2.18955' lon='16.15568' />
+  <node id='-18330' lat='3.02306' lon='16.05449' />
+  <node id='-18332' lat='2.45708' lon='16.08252' />
+  <node id='-18334' lat='2.84739' lon='16.50126' />
+  <node id='-18336' lat='3.47999' lon='16.57598' />
+  <node id='-18338' lat='2.92512' lon='16.46701' />
+  <node id='-18340' lat='3.70515' lon='17.46876' />
+  <node id='-18342' lat='3.63045' lon='17.35649' />
+  <node id='-18344' lat='3.54257' lon='16.68283' />
+  <node id='-18346' lat='3.55136' lon='17.01746' />
+  <node id='-18348' lat='3.54476' lon='18.14902' />
+  <node id='-18350' lat='3.63924' lon='18.49245' />
+  <node id='-18352' lat='3.49423' lon='18.58711' />
+  <node id='-18354' lat='3.47665' lon='18.17323' />
+  <node id='-18356' lat='3.50302' lon='18.24148' />
+  <node id='-18358' lat='3.57992' lon='18.2723' />
+  <node id='-18360' lat='3.58212' lon='18.39558' />
+  <node id='-18362' lat='3.61068' lon='17.83421' />
+  <node id='-18364' lat='3.53378' lon='17.85842' />
+  <node id='-18366' lat='3.56893' lon='18.05656' />
+  <node id='-18368' lat='3.63705' lon='17.60966' />
+  <node id='-18370' lat='3.26835' lon='15.77725' />
+  <node id='-18372' lat='3.24348' lon='15.73522' />
+  <node id='-18374' lat='4.05131' lon='15.17482' />
+  <node id='-18376' lat='4.30282' lon='15.08609' />
+  <node id='-18378' lat='4.41458' lon='15.00825' />
+  <node id='-18380' lat='6.39043' lon='14.79966' />
+  <node id='-18382' lat='6.75693' lon='14.96311' />
+  <node id='-18384' lat='6.77085' lon='15.04717' />
+  <node id='-18386' lat='7.25135' lon='15.23397' />
+  <node id='-18388' lat='6.34866' lon='14.80122' />
+  <node id='-18390' lat='6.26356' lon='14.74206' />
+  <node id='-18392' lat='6.08867' lon='14.43073' />
+  <node id='-18394' lat='6.18928' lon='14.56149' />
+  <node id='-18396' lat='6.00508' lon='14.42917' />
+  <node id='-18398' lat='5.91683' lon='14.49455' />
+  <node id='-18400' lat='5.28319' lon='14.52724' />
+  <node id='-18402' lat='5.51411' lon='14.62531' />
+  <node id='-18404' lat='5.59777' lon='14.58951' />
+  <node id='-18406' lat='5.70466' lon='14.62375' />
+  <node id='-18408' lat='5.91838' lon='14.60974' />
+  <node id='-18410' lat='5.23979' lon='14.57083' />
+  <node id='-18412' lat='5.21343' lon='14.65489' />
+  <node id='-18414' lat='4.11347' lon='22.27682' />
+  <node id='-18416' lat='4.42394' lon='20.60184' />
+  <node id='-18418' lat='4.44877' lon='20.90383' />
+  <node id='-18420' lat='4.29285' lon='21.21341' />
+  <node id='-18422' lat='4.33895' lon='21.11214' />
+  <node id='-18424' lat='4.39603' lon='21.08793' />
+  <node id='-18426' lat='4.25553' lon='21.55904' />
+  <node id='-18428' lat='4.317' lon='21.6405' />
+  <node id='-18430' lat='4.20723' lon='22.10721' />
+  <node id='-18432' lat='4.33676' lon='21.25744' />
+  <node id='-18434' lat='5.0915' lon='24.46719' />
+  <node id='-18436' lat='4.60013' lon='23.38847' />
+  <node id='-18438' lat='4.82392' lon='22.94817' />
+  <node id='-18440' lat='4.13039' lon='22.45504' />
+  <node id='-18442' lat='4.48821' lon='22.60915' />
+  <node id='-18444' lat='4.22041' lon='22.5431' />
+  <node id='-18446' lat='4.47285' lon='22.6928' />
+  <node id='-18448' lat='4.71423' lon='22.78526' />
+  <node id='-18450' lat='4.69887' lon='22.84691' />
+  <node id='-18452' lat='4.79321' lon='22.89094' />
+  <node id='-18454' lat='4.90509' lon='24.71816' />
+  <node id='-18456' lat='5.03668' lon='25.31256' />
+  <node id='-18458' lat='5.29101' lon='25.34558' />
+  <node id='-18460' lat='5.37431' lon='25.53271' />
+  <node id='-18462' lat='5.19455' lon='25.86073' />
+  <node id='-18464' lat='5.25594' lon='26.13371' />
+  <node id='-18466' lat='5.04984' lon='26.48595' />
+  <node id='-18468' lat='5.10685' lon='26.74572' />
+  <node id='-18470' lat='5.03887' lon='26.85579' />
+  <node id='-18472' lat='5.13535' lon='26.93064' />
+  <node id='-18474' lat='5.22305' lon='27.09575' />
+  <node id='-18476' lat='5.07349' lon='27.44012' />
+  <node id='-18478' lat='14.55731' lon='105.53864' />
+  <node id='-18480' lat='17.80151' lon='102.68194' />
+  <node id='-18482' lat='16.565' lon='104.73349' />
+  <node id='-18484' lat='17.39367' lon='104.80061' />
+  <node id='-18486' lat='18.33631' lon='103.97725' />
+  <node id='-18488' lat='17.97095' lon='103.01998' />
+  <node id='-18490' lat='18.4341' lon='103.30977' />
+  <node id='-18492' lat='18.0054' lon='102.95812' />
+  <node id='-18494' lat='17.66788' lon='104.45404' />
+  <node id='-18496' lat='16.00657' lon='105.42001' />
+  <node id='-18498' lat='16.09792' lon='105.06204' />
+  <node id='-18500' lat='16.25627' lon='105.00262' />
+  <node id='-18502' lat='15.3796' lon='105.47635' />
+  <node id='-18504' lat='15.92737' lon='105.34115' />
+  <node id='-18506' lat='15.74742' lon='105.46573' />
+  <node id='-18508' lat='15.68792' lon='105.61756' />
+  <node id='-18510' lat='15.41031' lon='105.58191' />
+  <node id='-18512' lat='15.13132' lon='105.46661' />
+  <node id='-18514' lat='15.32724' lon='105.58043' />
+  <node id='-18516' lat='15.00037' lon='105.61162' />
+  <node id='-18518' lat='14.80802' lon='105.5121' />
+  <node id='-18520' lat='14.43865' lon='105.43783' />
+  <node id='-18522' lat='19.04716' lon='101.35606' />
+  <node id='-18524' lat='18.21532' lon='102.11359' />
+  <node id='-18526' lat='17.97106' lon='102.45523' />
+  <node id='-18528' lat='17.95411' lon='102.60971' />
+  <node id='-18530' lat='17.83537' lon='102.59485' />
+  <node id='-18532' lat='18.02474' lon='101.88485' />
+  <node id='-18534' lat='18.43247' lon='101.06047' />
+  <node id='-18536' lat='18.68875' lon='101.27585' />
+  <node id='-18538' lat='18.73377' lon='101.22832' />
+  <node id='-18540' lat='18.89545' lon='101.25803' />
+  <node id='-18542' lat='18.34367' lon='101.18227' />
+  <node id='-18544' lat='18.25624' lon='101.15108' />
+  <node id='-18546' lat='18.2125' lon='101.19118' />
+  <node id='-18548' lat='18.07559' lon='101.78087' />
+  <node id='-18550' lat='17.47586' lon='101.15108' />
+  <node id='-18552' lat='17.57926' lon='100.96541' />
+  <node id='-18554' lat='18.0544' lon='101.1793' />
+  <node id='-18556' lat='17.87637' lon='101.02185' />
+  <node id='-18558' lat='17.7392' lon='101.44667' />
+  <node id='-18560' lat='17.92867' lon='101.72294' />
+  <node id='-18562' lat='19.48324' lon='100.77231' />
+  <node id='-18564' lat='19.61901' lon='100.90302' />
+  <node id='-18566' lat='19.59242' lon='101.26545' />
+  <node id='-18568' lat='19.12717' lon='101.261' />
+  <node id='-18570' lat='19.33334' lon='101.24911' />
+  <node id='-18572' lat='19.48324' lon='101.26991' />
+  <node id='-18574' lat='19.35296' lon='101.20604' />
+  <node id='-18576' lat='19.46223' lon='101.21347' />
+  <node id='-18578' lat='20.15791' lon='100.58808' />
+  <node id='-18580' lat='19.87904' lon='100.5094' />
+  <node id='-18582' lat='19.75047' lon='100.398' />
+  <node id='-18584' lat='19.53504' lon='100.49604' />
+  <node id='-18586' lat='19.55884' lon='100.64606' />
+  <node id='-18588' lat='19.49164' lon='100.58219' />
+  <node id='-18590' lat='20.26293' lon='100.09337' />
+  <node id='-18592' lat='20.24324' lon='100.1712' />
+  <node id='-18594' lat='20.3992' lon='100.25769' />
+  <node id='-18596' lat='20.4028' lon='100.33383' />
+  <node id='-18598' lat='20.17741' lon='100.55218' />
+  <node id='-18600' lat='20.82783' lon='100.36375' />
+  <node id='-18602' lat='20.68247' lon='100.1957' />
+  <node id='-18604' lat='21.31786' lon='100.72716' />
+  <node id='-18606' lat='20.82194' lon='100.51079' />
+  <node id='-18608' lat='20.8347' lon='100.60112' />
+  <node id='-18610' lat='20.88279' lon='100.64628' />
+  <node id='-18612' lat='20.88574' lon='100.50974' />
+  <node id='-18614' lat='21.02796' lon='100.55281' />
+  <node id='-18616' lat='21.05639' lon='100.63578' />
+  <node id='-18618' lat='21.2934' lon='100.80173' />
+  <node id='-18620' lat='21.39612' lon='101.00234' />
+  <node id='-18622' lat='21.56422' lon='101.2124' />
+  <node id='-18624' lat='21.41959' lon='101.19349' />
+  <node id='-18626' lat='21.52808' lon='101.16198' />
+  <node id='-18628' lat='21.36482' lon='101.26912' />
+  <node id='-18630' lat='21.23271' lon='101.2229' />
+  <node id='-18632' lat='21.83019' lon='101.7791' />
+  <node id='-18634' lat='21.72852' lon='101.74555' />
+  <node id='-18636' lat='21.23329' lon='101.6068' />
+  <node id='-18638' lat='21.18621' lon='101.59491' />
+  <node id='-18640' lat='21.17947' lon='101.60886' />
+  <node id='-18642' lat='21.20004' lon='101.66977' />
+  <node id='-18644' lat='21.14911' lon='101.70548' />
+  <node id='-18646' lat='21.14813' lon='101.7622' />
+  <node id='-18648' lat='21.25291' lon='101.84412' />
+  <node id='-18650' lat='21.19025' lon='101.79266' />
+  <node id='-18652' lat='21.21571' lon='101.76745' />
+  <node id='-18654' lat='21.20983' lon='101.83887' />
+  <node id='-18656' lat='21.30967' lon='101.74014' />
+  <node id='-18658' lat='21.48276' lon='101.74224' />
+  <node id='-18660' lat='21.61562' lon='101.83257' />
+  <node id='-18662' lat='21.51794' lon='101.7727' />
+  <node id='-18664' lat='21.5873' lon='101.7475' />
+  <node id='-18666' lat='21.57461' lon='101.80001' />
+  <node id='-18668' lat='22.24794' lon='101.53638' />
+  <node id='-18670' lat='21.96574' lon='101.62566' />
+  <node id='-18672' lat='22.50337' lon='101.7685' />
+  <node id='-18674' lat='22.27515' lon='101.61306' />
+  <node id='-18676' lat='22.46843' lon='101.68973' />
+  <node id='-18678' lat='22.13026' lon='101.57525' />
+  <node id='-18680' lat='22.13513' lon='101.60675' />
+  <node id='-18682' lat='22.38397' lon='101.86828' />
+  <node id='-18684' lat='22.46164' lon='102.03633' />
+  <node id='-18686' lat='22.42766' lon='101.98487' />
+  <node id='-18688' lat='22.44417' lon='101.91344' />
+  <node id='-18690' lat='22.38688' lon='101.90714' />
+  <node id='-18692' lat='22.28876' lon='101.56789' />
+  <node id='-18694' lat='48.66873' lon='14.06151' />
+  <node id='-18696' lat='48.63788' lon='14.01482' />
+  <node id='-18698' lat='48.5943' lon='14.09104' />
+  <node id='-18700' lat='48.60429' lon='14.56139' />
+  <node id='-18702' lat='48.62881' lon='14.60808' />
+  <node id='-18704' lat='48.59794' lon='14.71794' />
+  <node id='-18706' lat='48.69502' lon='14.72756' />
+  <node id='-18708' lat='48.73489' lon='14.80584' />
+  <node id='-18710' lat='48.7874' lon='14.81545' />
+  <node id='-18712' lat='48.77959' lon='14.98032' />
+  <node id='-18714' lat='48.79101' lon='14.95072' />
+  <node id='-18716' lat='49.01444' lon='14.99878' />
+  <node id='-18718' lat='48.99056' lon='15.15534' />
+  <node id='-18720' lat='48.94278' lon='15.16358' />
+  <node id='-18722' lat='48.95766' lon='15.26177' />
+  <node id='-18724' lat='48.98831' lon='15.28305' />
+  <node id='-18726' lat='48.96983' lon='14.97612' />
+  <node id='-18728' lat='48.90082' lon='14.98917' />
+  <node id='-18730' lat='48.8516' lon='15.75341' />
+  <node id='-18732' lat='48.87644' lon='15.78087' />
+  <node id='-18734' lat='48.86921' lon='15.84404' />
+  <node id='-18736' lat='48.75436' lon='16.06034' />
+  <node id='-18738' lat='48.729' lon='16.37345' />
+  <node id='-18740' lat='48.80865' lon='16.46134' />
+  <node id='-18742' lat='48.74576' lon='16.40915' />
+  <node id='-18744' lat='48.7281' lon='16.68518' />
+  <node id='-18746' lat='48.77699' lon='16.67008' />
+  <node id='-18748' lat='48.71541' lon='16.90354' />
+  <node id='-18750' lat='48.70998' lon='16.79779' />
+  <node id='-18752' lat='48.73806' lon='16.71883' />
+  <node id='-18754' lat='48.35258' lon='16.84243' />
+  <node id='-18756' lat='48.44968' lon='16.85204' />
+  <node id='-18758' lat='48.53614' lon='16.94611' />
+  <node id='-18760' lat='48.14179' lon='17.05735' />
+  <node id='-18762' lat='48.09366' lon='17.09168' />
+  <node id='-18764' lat='48.13996' lon='17.02919' />
+  <node id='-18766' lat='48.17385' lon='16.97701' />
+  <node id='-18768' lat='48.32519' lon='16.90903' />
+  <node id='-18770' lat='48.31332' lon='16.89461' />
+  <node id='-18772' lat='48.0317' lon='17.07039' />
+  <node id='-18774' lat='47.97336' lon='17.09786' />
+  <node id='-18776' lat='47.86245' lon='17.00997' />
+  <node id='-18778' lat='47.87719' lon='17.08275' />
+  <node id='-18780' lat='47.92461' lon='17.11022' />
+  <node id='-18782' lat='47.73469' lon='16.72089' />
+  <node id='-18784' lat='47.67878' lon='16.7511' />
+  <node id='-18786' lat='47.70928' lon='17.08893' />
+  <node id='-18788' lat='47.68432' lon='16.82938' />
+  <node id='-18790' lat='47.68895' lon='16.87538' />
+  <node id='-18792' lat='47.72268' lon='16.86509' />
+  <node id='-18794' lat='47.79377' lon='17.05048' />
+  <node id='-18796' lat='47.81129' lon='17.07039' />
+  <node id='-18798' lat='47.66537' lon='16.4222' />
+  <node id='-18800' lat='47.72268' lon='16.55129' />
+  <node id='-18802' lat='47.73837' lon='16.53514' />
+  <node id='-18804' lat='47.61772' lon='16.58699' />
+  <node id='-18806' lat='47.63114' lon='16.64193' />
+  <node id='-18808' lat='47.52692' lon='16.71059' />
+  <node id='-18810' lat='47.41181' lon='16.45104' />
+  <node id='-18812' lat='47.25079' lon='16.44142' />
+  <node id='-18814' lat='47.25918' lon='16.47782' />
+  <node id='-18816' lat='47.00084' lon='16.51369' />
+  <node id='-18818' lat='47.03548' lon='16.43936' />
+  <node id='-18820' lat='47.05747' lon='16.52176' />
+  <node id='-18822' lat='47.09395' lon='16.46134' />
+  <node id='-18824' lat='47.13974' lon='16.52863' />
+  <node id='-18826' lat='47.14418' lon='16.44932' />
+  <node id='-18828' lat='47.20649' lon='16.41739' />
+  <node id='-18830' lat='47.16845' lon='16.46442' />
+  <node id='-18832' lat='46.94134' lon='16.19904' />
+  <node id='-18834' lat='46.9643' lon='16.27594' />
+  <node id='-18836' lat='42.61423' lon='18.36197' />
+  <node id='-18838' lat='42.6112' lon='18.24318' />
+  <node id='-18840' lat='42.92725' lon='17.68151' />
+  <node id='-18842' lat='42.9182' lon='17.80854' />
+  <node id='-18844' lat='42.89556' lon='17.7948' />
+  <node id='-18846' lat='42.83668' lon='17.88201' />
+  <node id='-18848' lat='43.33065' lon='17.286' />
+  <node id='-18850' lat='43.49376' lon='17.15828' />
+  <node id='-18852' lat='43.40353' lon='17.25579' />
+  <node id='-18854' lat='43.49376' lon='17.24411' />
+  <node id='-18856' lat='43.44542' lon='17.29699' />
+  <node id='-18858' lat='43.58037' lon='17.00585' />
+  <node id='-18860' lat='44.0244' lon='16.50528' />
+  <node id='-18862' lat='43.77157' lon='16.75316' />
+  <node id='-18864' lat='43.95326' lon='16.55472' />
+  <node id='-18866' lat='43.84887' lon='16.70922' />
+  <node id='-18868' lat='44.07523' lon='16.43662' />
+  <node id='-18870' lat='44.08263' lon='16.36864' />
+  <node id='-18872' lat='44.55572' lon='16.03012' />
+  <node id='-18874' lat='44.52586' lon='16.10566' />
+  <node id='-18876' lat='44.35231' lon='16.21346' />
+  <node id='-18878' lat='44.38275' lon='16.12969' />
+  <node id='-18880' lat='44.40679' lon='16.16814' />
+  <node id='-18882' lat='44.71501' lon='15.8255' />
+  <node id='-18884' lat='44.74964' lon='15.89348' />
+  <node id='-18886' lat='44.58605' lon='16.00884' />
+  <node id='-18888' lat='44.61538' lon='16.05828' />
+  <node id='-18890' lat='44.87045' lon='15.76096' />
+  <node id='-18892' lat='45.0638' lon='15.74585' />
+  <node id='-18894' lat='44.96818' lon='15.74723' />
+  <node id='-18896' lat='44.97401' lon='15.78568' />
+  <node id='-18898' lat='45.11519' lon='15.78842' />
+  <node id='-18900' lat='45.16508' lon='15.76371' />
+  <node id='-18902' lat='45.22459' lon='15.83512' />
+  <node id='-18904' lat='45.23088' lon='15.98412' />
+  <node id='-18906' lat='44.99732' lon='16.29036' />
+  <node id='-18908' lat='45.00241' lon='16.35404' />
+  <node id='-18910' lat='45.1147' lon='16.40023' />
+  <node id='-18912' lat='45.18951' lon='16.83804' />
+  <node id='-18914' lat='45.22713' lon='16.52982' />
+  <node id='-18916' lat='45.14522' lon='16.4634' />
+  <node id='-18918' lat='45.21153' lon='16.49155' />
+  <node id='-18920' lat='45.27607' lon='16.92405' />
+  <node id='-18922' lat='45.14764' lon='17.18438' />
+  <node id='-18924' lat='45.13408' lon='17.66571' />
+  <node id='-18926' lat='45.146' lon='17.24325' />
+  <node id='-18928' lat='45.18444' lon='17.26815' />
+  <node id='-18930' lat='45.10816' lon='17.59104' />
+  <node id='-18932' lat='45.14958' lon='17.99479' />
+  <node id='-18934' lat='45.05871' lon='18.47939' />
+  <node id='-18936' lat='45.11083' lon='18.41896' />
+  <node id='-18938' lat='45.1021' lon='18.32077' />
+  <node id='-18940' lat='45.13699' lon='18.24387' />
+  <node id='-18942' lat='45.07544' lon='18.65723' />
+  <node id='-18944' lat='44.97741' lon='18.78357' />
+  <node id='-18946' lat='44.92055' lon='19.18183' />
+  <node id='-18948' lat='44.90645' lon='18.98957' />
+  <node id='-18950' lat='44.92541' lon='19.02871' />
+  <node id='-18952' lat='44.89915' lon='19.06853' />
+  <node id='-18954' lat='44.95409' lon='19.15573' />
+  <node id='-18956' lat='44.97692' lon='19.05205' />
+  <node id='-18958' lat='45.14668' lon='19.07952' />
+  <node id='-18960' lat='45.12972' lon='19.14063' />
+  <node id='-18962' lat='45.17863' lon='19.19144' />
+  <node id='-18964' lat='45.23475' lon='19.41941' />
+  <node id='-18966' lat='45.23813' lon='19.28208' />
+  <node id='-18968' lat='45.17137' lon='19.43589' />
+  <node id='-18970' lat='45.37528' lon='18.97446' />
+  <node id='-18972' lat='45.49333' lon='18.99918' />
+  <node id='-18974' lat='45.53712' lon='18.94562' />
+  <node id='-18976' lat='45.53086' lon='19.07471' />
+  <node id='-18978' lat='45.48804' lon='19.08364' />
+  <node id='-18980' lat='45.66731' lon='18.96691' />
+  <node id='-18982' lat='45.71863' lon='18.90305' />
+  <node id='-18984' lat='45.87995' lon='18.80211' />
+  <node id='-18986' lat='45.92057' lon='18.6792' />
+  <node id='-18988' lat='45.80772' lon='18.57483' />
+  <node id='-18990' lat='45.73972' lon='18.44368' />
+  <node id='-18992' lat='45.79671' lon='17.99805' />
+  <node id='-18994' lat='45.78522' lon='17.87377' />
+  <node id='-18996' lat='45.78905' lon='18.12439' />
+  <node id='-18998' lat='45.76511' lon='18.08869' />
+  <node id='-19000' lat='45.95209' lon='17.35672' />
+  <node id='-19002' lat='45.93728' lon='17.56821' />
+  <node id='-19004' lat='46.16697' lon='17.14592' />
+  <node id='-19006' lat='46.45203' lon='16.6639' />
+  <node id='-19008' lat='46.39523' lon='16.7154' />
+  <node id='-19010' lat='46.36255' lon='16.8541' />
+  <node id='-19012' lat='44.88164' lon='19.36722' />
+  <node id='-19014' lat='44.50132' lon='19.12278' />
+  <node id='-19016' lat='44.28648' lon='19.16741' />
+  <node id='-19018' lat='44.41463' lon='19.14681' />
+  <node id='-19020' lat='44.39421' lon='19.10749' />
+  <node id='-19022' lat='44.27185' lon='19.32464' />
+  <node id='-19024' lat='44.18353' lon='19.3588' />
+  <node id='-19026' lat='43.95573' lon='19.52515' />
+  <node id='-19028' lat='44.06894' lon='19.55999' />
+  <node id='-19030' lat='44.05254' lon='19.61991' />
+  <node id='-19032' lat='43.99922' lon='19.56498' />
+  <node id='-19034' lat='44.01464' lon='19.61836' />
+  <node id='-19036' lat='43.96611' lon='19.38439' />
+  <node id='-19038' lat='44.01502' lon='19.24363' />
+  <node id='-19040' lat='43.5938' lon='19.2553' />
+  <node id='-19042' lat='43.71403' lon='19.5176' />
+  <node id='-19044' lat='43.58385' lon='19.50455' />
+  <node id='-19046' lat='43.57987' lon='19.42696' />
+  <node id='-19048' lat='43.58833' lon='19.33426' />
+  <node id='-19050' lat='43.60921' lon='19.36653' />
+  <node id='-19052' lat='43.54056' lon='19.41941' />
+  <node id='-19054' lat='43.53061' lon='19.24774' />
+  <node id='-19056' lat='42.33822' lon='22.45919' />
+  <node id='-19058' lat='42.50144' lon='22.55669' />
+  <node id='-19060' lat='42.3991' lon='22.51961' />
+  <node id='-19062' lat='42.3915' lon='22.47498' />
+  <node id='-19064' lat='42.74144' lon='22.4997' />
+  <node id='-19066' lat='42.82057' lon='22.43309' />
+  <node id='-19068' lat='42.98253' lon='22.78397' />
+  <node id='-19070' lat='42.88701' lon='22.74826' />
+  <node id='-19072' lat='43.03625' lon='22.89521' />
+  <node id='-19074' lat='43.11199' lon='22.98104' />
+  <node id='-19076' lat='43.33665' lon='22.82036' />
+  <node id='-19078' lat='43.22417' lon='22.89727' />
+  <node id='-19080' lat='43.69566' lon='22.41043' />
+  <node id='-19082' lat='44.16938' lon='22.61711' />
+  <node id='-19084' lat='43.9844' lon='22.87873' />
+  <node id='-19086' lat='43.88055' lon='22.83753' />
+  <node id='-19088' lat='44.01946' lon='23.01674' />
+  <node id='-19090' lat='43.84936' lon='23.4507' />
+  <node id='-19092' lat='43.79289' lon='23.61687' />
+  <node id='-19094' lat='43.80627' lon='23.73978' />
+  <node id='-19096' lat='43.76314' lon='24.50264' />
+  <node id='-19098' lat='43.70211' lon='24.35364' />
+  <node id='-19100' lat='43.68523' lon='24.73542' />
+  <node id='-19102' lat='43.72693' lon='24.96682' />
+  <node id='-19104' lat='43.74082' lon='24.62281' />
+  <node id='-19106' lat='43.61866' lon='25.39528' />
+  <node id='-19108' lat='43.70261' lon='25.17144' />
+  <node id='-19110' lat='43.90925' lon='26.05584' />
+  <node id='-19112' lat='43.96908' lon='26.10115' />
+  <node id='-19114' lat='44.05698' lon='26.62712' />
+  <node id='-19116' lat='44.12602' lon='27.26845' />
+  <node id='-19118' lat='44.00761' lon='27.92008' />
+  <node id='-19120' lat='43.95326' lon='27.73468' />
+  <node id='-19122' lat='44.01206' lon='27.60834' />
+  <node id='-19124' lat='44.04958' lon='27.64542' />
+  <node id='-19126' lat='44.30712' lon='22.56012' />
+  <node id='-19128' lat='44.28206' lon='22.68166' />
+  <node id='-19130' lat='44.7194' lon='22.45301' />
+  <node id='-19132' lat='44.61489' lon='22.61917' />
+  <node id='-19134' lat='44.54446' lon='22.76749' />
+  <node id='-19136' lat='44.51852' lon='22.70981' />
+  <node id='-19138' lat='44.55719' lon='22.61368' />
+  <node id='-19140' lat='44.47836' lon='22.54021' />
+  <node id='-19142' lat='44.53419' lon='22.56493' />
+  <node id='-19144' lat='44.61587' lon='22.69196' />
+  <node id='-19146' lat='44.63395' lon='21.99364' />
+  <node id='-19148' lat='44.49844' lon='22.08016' />
+  <node id='-19150' lat='44.48179' lon='22.18315' />
+  <node id='-19152' lat='44.47444' lon='22.13234' />
+  <node id='-19154' lat='44.86364' lon='21.35643' />
+  <node id='-19156' lat='44.78133' lon='21.38802' />
+  <node id='-19158' lat='44.77304' lon='21.55007' />
+  <node id='-19160' lat='44.65349' lon='21.71692' />
+  <node id='-19162' lat='44.75208' lon='21.60019' />
+  <node id='-19164' lat='44.67059' lon='21.61942' />
+  <node id='-19166' lat='44.67107' lon='21.67504' />
+  <node id='-19168' lat='44.9327' lon='21.54938' />
+  <node id='-19170' lat='45.19557' lon='21.48278' />
+  <node id='-19172' lat='45.04294' lon='21.4505' />
+  <node id='-19174' lat='45.15345' lon='21.51299' />
+  <node id='-19176' lat='45.30144' lon='21.09894' />
+  <node id='-19178' lat='45.60969' lon='20.76798' />
+  <node id='-19180' lat='45.53567' lon='20.83321' />
+  <node id='-19182' lat='45.78522' lon='20.78446' />
+  <node id='-19184' lat='45.7493' lon='20.70069' />
+  <node id='-19186' lat='45.75601' lon='20.77416' />
+  <node id='-19188' lat='46.1313' lon='19.81491' />
+  <node id='-19190' lat='46.17553' lon='19.93508' />
+  <node id='-19192' lat='46.17696' lon='20.01816' />
+  <node id='-19194' lat='46.14509' lon='20.03533' />
+  <node id='-19196' lat='46.17315' lon='20.09713' />
+  <node id='-19198' lat='45.99694' lon='19.28826' />
+  <node id='-19200' lat='45.9998' lon='19.14543' />
+  <node id='-19202' lat='45.93537' lon='18.99712' />
+  <node id='-19204' lat='29.38903' lon='61.31508' />
+  <node id='-19206' lat='28.77937' lon='61.65978' />
+  <node id='-19208' lat='28.55284' lon='61.93581' />
+  <node id='-19210' lat='28.24842' lon='62.59499' />
+  <node id='-19212' lat='28.28108' lon='62.79412' />
+  <node id='-19214' lat='27.47627' lon='62.84905' />
+  <node id='-19216' lat='27.25674' lon='63.19649' />
+  <node id='-19218' lat='27.08692' lon='63.25005' />
+  <node id='-19220' lat='27.14437' lon='63.32283' />
+  <node id='-19222' lat='26.83844' lon='63.18688' />
+  <node id='-19224' lat='26.84212' lon='63.25005' />
+  <node id='-19226' lat='26.528' lon='62.31484' />
+  <node id='-19228' lat='26.64099' lon='62.77352' />
+  <node id='-19230' lat='26.31647' lon='62.05117' />
+  <node id='-19232' lat='26.07249' lon='61.83831' />
+  <node id='-19234' lat='25.7538' lon='61.83968' />
+  <node id='-19236' lat='25.27541' lon='61.6433' />
+  <node id='-19238' lat='31.16167' lon='61.80569' />
+  <node id='-19240' lat='30.92724' lon='61.78268' />
+  <node id='-19242' lat='30.97669' lon='61.8335' />
+  <node id='-19244' lat='33.59772' lon='60.57762' />
+  <node id='-19246' lat='33.56054' lon='60.69573' />
+  <node id='-19248' lat='33.55596' lon='60.91133' />
+  <node id='-19250' lat='34.13992' lon='60.50209' />
+  <node id='-19252' lat='33.80793' lon='60.5838' />
+  <node id='-19254' lat='34.63064' lon='60.99922' />
+  <node id='-19256' lat='34.70631' lon='61.00197' />
+  <node id='-19258' lat='34.82139' lon='61.06926' />
+  <node id='-19260' lat='35.09938' lon='61.12831' />
+  <node id='-19262' lat='35.30249' lon='61.18187' />
+  <node id='-19264' lat='35.95992' lon='61.12007' />
+  <node id='-19266' lat='36.12759' lon='61.22719' />
+  <node id='-19268' lat='35.92879' lon='61.22444' />
+  <node id='-19270' lat='35.67038' lon='61.22719' />
+  <node id='-19272' lat='35.80749' lon='61.26152' />
+  <node id='-19274' lat='36.38782' lon='61.1393' />
+  <node id='-19276' lat='36.55348' lon='61.18187' />
+  <node id='-19278' lat='37.47892' lon='59.39797' />
+  <node id='-19280' lat='37.13594' lon='59.55178' />
+  <node id='-19282' lat='37.34257' lon='59.39385' />
+  <node id='-19284' lat='37.12499' lon='59.74678' />
+  <node id='-19286' lat='37.6433' lon='58.47786' />
+  <node id='-19288' lat='37.70526' lon='58.5479' />
+  <node id='-19290' lat='37.51161' lon='59.22905' />
+  <node id='-19292' lat='37.64548' lon='58.6921' />
+  <node id='-19294' lat='37.67374' lon='58.9338' />
+  <node id='-19296' lat='37.63134' lon='58.39959' />
+  <node id='-19298' lat='37.89299' lon='57.79534' />
+  <node id='-19300' lat='38.08132' lon='56.33278' />
+  <node id='-19302' lat='38.18502' lon='56.32454' />
+  <node id='-19304' lat='38.26054' lon='56.43303' />
+  <node id='-19306' lat='38.09321' lon='57.37236' />
+  <node id='-19308' lat='38.18717' lon='57.03453' />
+  <node id='-19310' lat='38.28965' lon='57.21169' />
+  <node id='-19312' lat='38.24005' lon='56.62255' />
+  <node id='-19314' lat='38.27887' lon='56.73928' />
+  <node id='-19316' lat='38.08564' lon='55.44152' />
+  <node id='-19318' lat='38.12238' lon='55.76561' />
+  <node id='-19320' lat='38.08024' lon='55.97847' />
+  <node id='-19322' lat='37.43532' lon='54.67247' />
+  <node id='-19324' lat='37.75739' lon='54.851' />
+  <node id='-19326' lat='37.62264' lon='54.77684' />
+  <node id='-19328' lat='37.61285' lon='54.81804' />
+  <node id='-19330' lat='37.51597' lon='54.77822' />
+  <node id='-19332' lat='37.34912' lon='54.36211' />
+  <node id='-19334' lat='10.31488' lon='98.7391' />
+  <node id='-19336' lat='10.52761' lon='98.81944' />
+  <node id='-19338' lat='10.62548' lon='98.77275' />
+  <node id='-19340' lat='10.68351' lon='98.78511' />
+  <node id='-19342' lat='10.78336' lon='98.86819' />
+  <node id='-19344' lat='10.85485' lon='99.0069' />
+  <node id='-19346' lat='11.28545' lon='99.32756' />
+  <node id='-19348' lat='10.94857' lon='99.06938' />
+  <node id='-19350' lat='10.97217' lon='99.02337' />
+  <node id='-19352' lat='11.3925' lon='99.39485' />
+  <node id='-19354' lat='11.82699' lon='99.64891' />
+  <node id='-19356' lat='11.62732' lon='99.5672' />
+  <node id='-19358' lat='12.1353' lon='99.47519' />
+  <node id='-19360' lat='12.14805' lon='99.56445' />
+  <node id='-19362' lat='12.02317' lon='99.53424' />
+  <node id='-19364' lat='12.68921' lon='99.29254' />
+  <node id='-19366' lat='12.9898' lon='99.18748' />
+  <node id='-19368' lat='13.05804' lon='99.10646' />
+  <node id='-19370' lat='13.19847' lon='99.12225' />
+  <node id='-19372' lat='15.30667' lon='98.30446' />
+  <node id='-19374' lat='15.21327' lon='98.22' />
+  <node id='-19376' lat='15.25268' lon='98.40522' />
+  <node id='-19378' lat='15.46821' lon='98.58598' />
+  <node id='-19380' lat='16.04578' lon='98.57019' />
+  <node id='-19382' lat='16.27068' lon='98.68074' />
+  <node id='-19384' lat='16.42354' lon='98.84485' />
+  <node id='-19386' lat='16.36425' lon='98.92656' />
+  <node id='-19388' lat='16.13353' lon='98.69585' />
+  <node id='-19390' lat='16.47424' lon='98.63817' />
+  <node id='-19392' lat='16.64503' lon='98.51113' />
+  <node id='-19394' lat='16.55983' lon='98.57912' />
+  <node id='-19396' lat='16.62826' lon='98.5695' />
+  <node id='-19398' lat='16.73613' lon='98.46994' />
+  <node id='-19400' lat='17.04822' lon='98.34566' />
+  <node id='-19402' lat='17.06266' lon='98.39441' />
+  <node id='-19404' lat='16.89979' lon='98.52624' />
+  <node id='-19406' lat='16.8446' lon='98.49603' />
+  <node id='-19408' lat='17.36829' lon='98.11185' />
+  <node id='-19410' lat='17.71595' lon='97.76407' />
+  <node id='-19412' lat='17.88005' lon='97.66794' />
+  <node id='-19414' lat='18.26844' lon='97.50383' />
+  <node id='-19416' lat='18.33885' lon='97.56219' />
+  <node id='-19418' lat='18.29778' lon='97.64116' />
+  <node id='-19420' lat='18.4939' lon='97.5258' />
+  <node id='-19422' lat='18.57138' lon='97.36444' />
+  <node id='-19424' lat='19.04261' lon='97.73797' />
+  <node id='-19426' lat='19.09972' lon='97.83479' />
+  <node id='-19428' lat='19.5041' lon='97.88423' />
+  <node id='-19430' lat='19.55782' lon='97.84715' />
+  <node id='-19432' lat='19.67876' lon='98.24884' />
+  <node id='-19434' lat='19.78541' lon='98.13829' />
+  <node id='-19436' lat='19.71303' lon='98.51182' />
+  <node id='-19438' lat='19.80931' lon='98.83661' />
+  <node id='-19440' lat='20.10298' lon='99.0735' />
+  <node id='-19442' lat='20.12877' lon='99.20328' />
+  <node id='-19444' lat='20.14811' lon='99.52943' />
+  <node id='-19446' lat='20.20676' lon='99.5569' />
+  <node id='-19448' lat='20.36198' lon='99.46077' />
+  <node id='-19450' lat='20.39673' lon='99.46008' />
+  <node id='-19452' lat='20.32077' lon='99.68255' />
+  <node id='-19454' lat='20.33687' lon='99.81096' />
+  <node id='-19456' lat='20.44371' lon='99.86383' />
+  <node id='-19458' lat='20.46301' lon='99.95721' />
+  <node id='-19460' lat='22.15335' lon='89.07114' />
+  <node id='-19462' lat='23.21134' lon='88.99148' />
+  <node id='-19464' lat='23.2492' lon='88.71133' />
+  <node id='-19466' lat='23.08759' lon='88.86377' />
+  <node id='-19468' lat='22.95235' lon='88.87063' />
+  <node id='-19470' lat='23.47361' lon='88.74841' />
+  <node id='-19472' lat='23.87105' lon='88.58087' />
+  <node id='-19474' lat='24.1959' lon='88.74841' />
+  <node id='-19476' lat='23.91751' lon='88.73743' />
+  <node id='-19478' lat='24.14703' lon='88.6976' />
+  <node id='-19480' lat='23.87607' lon='88.66189' />
+  <node id='-19482' lat='24.86803' lon='88.33917' />
+  <node id='-19484' lat='25.07468' lon='88.46277' />
+  <node id='-19486' lat='24.66477' lon='88.00683' />
+  <node id='-19488' lat='24.63232' lon='88.08786' />
+  <node id='-19490' lat='24.85806' lon='88.15515' />
+  <node id='-19492' lat='24.93529' lon='88.14004' />
+  <node id='-19494' lat='24.96642' lon='88.21832' />
+  <node id='-19496' lat='24.88796' lon='88.27325' />
+  <node id='-19498' lat='25.20149' lon='88.44766' />
+  <node id='-19500' lat='25.18534' lon='88.94067' />
+  <node id='-19502' lat='25.30303' lon='89.01105' />
+  <node id='-19504' lat='25.34679' lon='88.85278' />
+  <node id='-19506' lat='25.51546' lon='88.81296' />
+  <node id='-19508' lat='25.46959' lon='88.677' />
+  <node id='-19510' lat='25.59227' lon='88.4559' />
+  <node id='-19512' lat='26.63837' lon='88.41196' />
+  <node id='-19514' lat='26.48929' lon='88.33093' />
+  <node id='-19516' lat='26.45241' lon='88.35153' />
+  <node id='-19518' lat='26.48683' lon='88.36938' />
+  <node id='-19520' lat='26.45855' lon='88.48749' />
+  <node id='-19522' lat='26.35923' lon='88.51649' />
+  <node id='-19524' lat='26.29123' lon='88.35153' />
+  <node id='-19526' lat='26.54489' lon='88.4298' />
+  <node id='-19528' lat='26.38353' lon='88.69485' />
+  <node id='-19530' lat='26.26291' lon='88.67837' />
+  <node id='-19532' lat='26.2469' lon='89.05328' />
+  <node id='-19534' lat='26.37984' lon='88.91321' />
+  <node id='-19536' lat='26.4564' lon='88.95612' />
+  <node id='-19538' lat='26.38845' lon='89.08899' />
+  <node id='-19540' lat='26.31093' lon='88.78961' />
+  <node id='-19542' lat='26.23211' lon='88.85004' />
+  <node id='-19544' lat='26.0077' lon='89.35953' />
+  <node id='-19546' lat='25.9682' lon='89.57101' />
+  <node id='-19548' lat='26.22595' lon='89.63968' />
+  <node id='-19550' lat='26.15818' lon='89.73581' />
+  <node id='-19552' lat='25.82489' lon='89.80585' />
+  <node id='-19554' lat='25.93115' lon='89.86592' />
+  <node id='-19556' lat='25.31854' lon='89.84086' />
+  <node id='-19558' lat='25.17788' lon='90.65042' />
+  <node id='-19560' lat='25.20677' lon='91.25517' />
+  <node id='-19562' lat='25.15799' lon='90.87427' />
+  <node id='-19564' lat='25.1834' lon='92.0316' />
+  <node id='-19566' lat='25.07593' lon='92.33957' />
+  <node id='-19568' lat='24.9191' lon='92.25854' />
+  <node id='-19570' lat='24.86055' lon='92.38626' />
+  <node id='-19572' lat='24.88796' lon='92.49887' />
+  <node id='-19574' lat='24.3799' lon='91.96603' />
+  <node id='-19576' lat='24.10693' lon='91.37414' />
+  <node id='-19578' lat='24.08687' lon='91.55542' />
+  <node id='-19580' lat='24.1132' lon='91.63782' />
+  <node id='-19582' lat='24.22095' lon='91.65292' />
+  <node id='-19584' lat='24.22345' lon='91.82596' />
+  <node id='-19586' lat='24.23848' lon='91.76004' />
+  <node id='-19588' lat='24.14703' lon='91.73257' />
+  <node id='-19590' lat='23.6599' lon='91.15579' />
+  <node id='-19592' lat='23.83463' lon='91.25192' />
+  <node id='-19594' lat='23.89616' lon='91.22308' />
+  <node id='-19596' lat='24.0041' lon='91.29587' />
+  <node id='-19598' lat='23.06612' lon='91.36453' />
+  <node id='-19600' lat='23.07117' lon='91.40848' />
+  <node id='-19602' lat='23.27522' lon='91.4035' />
+  <node id='-19604' lat='23.2328' lon='91.46615' />
+  <node id='-19606' lat='23.01051' lon='91.54993' />
+  <node id='-19608' lat='23.08001' lon='91.81634' />
+  <node id='-19610' lat='23.73284' lon='91.95093' />
+  <node id='-19612' lat='23.47361' lon='91.95642' />
+  <node id='-19614' lat='23.28705' lon='92.38214' />
+  <node id='-19616' lat='23.70392' lon='92.26541' />
+  <node id='-19618' lat='23.64229' lon='92.04706' />
+  <node id='-19620' lat='23.73409' lon='92.15417' />
+  <node id='-19622' lat='22.9435' lon='92.37665' />
+  <node id='-19624' lat='22.71441' lon='92.5181' />
+  <node id='-19626' lat='22.13554' lon='92.56616' />
+  <node id='-19628' lat='20.72172' lon='92.37665' />
+  <node id='-19630' lat='20.63179' lon='92.28464' />
+  <node id='-19632' lat='20.57137' lon='92.31348' />
+  <node id='-19634' lat='20.5688' lon='92.4302' />
+  <node id='-19636' lat='21.17445' lon='92.17752' />
+  <node id='-19638' lat='21.47764' lon='92.37939' />
+  <node id='-19640' lat='21.337' lon='92.20087' />
+  <node id='-19642' lat='21.24615' lon='92.60187' />
+  <node id='-19644' lat='21.28454' lon='92.68152' />
+  <node id='-19646' lat='21.6092' lon='92.59775' />
+  <node id='-19648' lat='21.37025' lon='92.43158' />
+  <node id='-19650' lat='21.3856' lon='92.55105' />
+  <node id='-19652' lat='48.35828' lon='26.6839' />
+  <node id='-19654' lat='48.29071' lon='26.79239' />
+  <node id='-19656' lat='48.31629' lon='26.82809' />
+  <node id='-19658' lat='48.40388' lon='26.71274' />
+  <node id='-19660' lat='48.41095' lon='26.85556' />
+  <node id='-19662' lat='48.36558' lon='26.93384' />
+  <node id='-19664' lat='48.37653' lon='27.03821' />
+  <node id='-19666' lat='48.42485' lon='27.0231' />
+  <node id='-19668' lat='48.43214' lon='27.08078' />
+  <node id='-19670' lat='48.37288' lon='27.13434' />
+  <node id='-19672' lat='48.44398' lon='27.37604' />
+  <node id='-19674' lat='48.41026' lon='27.37741' />
+  <node id='-19676' lat='48.41209' lon='27.44333' />
+  <node id='-19678' lat='48.454' lon='27.46942' />
+  <node id='-19680' lat='48.49224' lon='27.5889' />
+  <node id='-19682' lat='48.46311' lon='27.59027' />
+  <node id='-19684' lat='48.44034' lon='27.6658' />
+  <node id='-19686' lat='48.25049' lon='26.81161' />
+  <node id='-19688' lat='47.71366' lon='27.25519' />
+  <node id='-19690' lat='47.92391' lon='27.1618' />
+  <node id='-19692' lat='47.1381' lon='27.81892' />
+  <node id='-19694' lat='47.32507' lon='27.60263' />
+  <node id='-19696' lat='47.46637' lon='27.55731' />
+  <node id='-19698' lat='47.29248' lon='27.73172' />
+  <node id='-19700' lat='46.64305' lon='28.24808' />
+  <node id='-19702' lat='46.82283' lon='28.12173' />
+  <node id='-19704' lat='46.18099' lon='28.13684' />
+  <node id='-19706' lat='46.22852' lon='28.10937' />
+  <node id='-19708' lat='46.31869' lon='28.19864' />
+  <node id='-19710' lat='46.35283' lon='28.18902' />
+  <node id='-19712' lat='46.43334' lon='28.25769' />
+  <node id='-19714' lat='45.6421' lon='28.16568' />
+  <node id='-19716' lat='45.73803' lon='28.52823' />
+  <node id='-19718' lat='45.49982' lon='28.51449' />
+  <node id='-19720' lat='45.56716' lon='28.49252' />
+  <node id='-19722' lat='45.58062' lon='28.54196' />
+  <node id='-19724' lat='45.51715' lon='28.41836' />
+  <node id='-19726' lat='45.48538' lon='28.43072' />
+  <node id='-19728' lat='45.66994' lon='28.47879' />
+  <node id='-19730' lat='45.6613' lon='28.51587' />
+  <node id='-19732' lat='45.78019' lon='28.70401' />
+  <node id='-19734' lat='45.83475' lon='28.78503' />
+  <node id='-19736' lat='45.81753' lon='28.69852' />
+  <node id='-19738' lat='46.19716' lon='29.06656' />
+  <node id='-19740' lat='45.96664' lon='28.74383' />
+  <node id='-19742' lat='46.00385' lon='28.98004' />
+  <node id='-19744' lat='46.04962' lon='29.00613' />
+  <node id='-19748' lat='46.45699' lon='28.9306' />
+  <node id='-19750' lat='46.37912' lon='29.24886' />
+  <node id='-19752' lat='46.55435' lon='29.23547' />
+  <node id='-19754' lat='46.49505' lon='29.35357' />
+  <node id='-19756' lat='46.35472' lon='29.5939' />
+  <node id='-19758' lat='46.36041' lon='29.6763' />
+  <node id='-19760' lat='46.4215' lon='29.66359' />
+  <node id='-19762' lat='46.45889' lon='29.49914' />
+  <node id='-19764' lat='46.45605' lon='29.74496' />
+  <node id='-19766' lat='46.54302' lon='29.88916' />
+  <node id='-19768' lat='46.38694' lon='30.09103' />
+  <node id='-19770' lat='46.40967' lon='30.16794' />
+  <node id='-19772' lat='46.45132' lon='30.02511' />
+  <node id='-19774' lat='46.56002' lon='29.94409' />
+  <node id='-19776' lat='46.75325' lon='29.9743' />
+  <node id='-19778' lat='46.88199' lon='29.87405' />
+  <node id='-19780' lat='46.8604' lon='29.75458' />
+  <node id='-19782' lat='46.92234' lon='29.72986' />
+  <node id='-19784' lat='46.94766' lon='29.57056' />
+  <node id='-19786' lat='47.05069' lon='29.62137' />
+  <node id='-19788' lat='47.09932' lon='29.61038' />
+  <node id='-19790' lat='47.24962' lon='29.54996' />
+  <node id='-19792' lat='47.25521' lon='29.59665' />
+  <node id='-19794' lat='47.36508' lon='29.5733' />
+  <node id='-19796' lat='47.43387' lon='29.18603' />
+  <node id='-19798' lat='47.44664' lon='29.3261' />
+  <node id='-19800' lat='47.30179' lon='29.39889' />
+  <node id='-19802' lat='47.30366' lon='29.47854' />
+  <node id='-19804' lat='47.36043' lon='29.48678' />
+  <node id='-19806' lat='47.60012' lon='29.22414' />
+  <node id='-19808' lat='47.99013' lon='29.1723' />
+  <node id='-19810' lat='47.89261' lon='29.19839' />
+  <node id='-19812' lat='47.73607' lon='29.22242' />
+  <node id='-19814' lat='47.79953' lon='29.27255' />
+  <node id='-19816' lat='47.80367' lon='29.20663' />
+  <node id='-19818' lat='47.88893' lon='29.27804' />
+  <node id='-19820' lat='47.96255' lon='28.9306' />
+  <node id='-19822' lat='48.12506' lon='28.85232' />
+  <node id='-19824' lat='48.17453' lon='28.53921' />
+  <node id='-19826' lat='48.0737' lon='28.48428' />
+  <node id='-19828' lat='48.20749' lon='28.19314' />
+  <node id='-19830' lat='48.24957' lon='28.35519' />
+  <node id='-19832' lat='48.14018' lon='28.30609' />
+  <node id='-19834' lat='48.20543' lon='28.36996' />
+  <node id='-19836' lat='48.17567' lon='28.38712' />
+  <node id='-19838' lat='48.13147' lon='28.34009' />
+  <node id='-19840' lat='48.12047' lon='28.42454' />
+  <node id='-19842' lat='48.3124' lon='28.09873' />
+  <node id='-19844' lat='48.23494' lon='28.07504' />
+  <node id='-19846' lat='48.25963' lon='28.17666' />
+  <node id='-19848' lat='50.86817' lon='14.99852' />
+  <node id='-19850' lat='50.97984' lon='15.01088' />
+  <node id='-19852' lat='50.99108' lon='14.96419' />
+  <node id='-19854' lat='51.0123' lon='15.03895' />
+  <node id='-19856' lat='50.97724' lon='15.27043' />
+  <node id='-19858' lat='50.77187' lon='15.3803' />
+  <node id='-19860' lat='50.99021' lon='15.11937' />
+  <node id='-19862' lat='51.01959' lon='15.16744' />
+  <node id='-19864' lat='50.9833' lon='15.1743' />
+  <node id='-19866' lat='50.99886' lon='15.2361' />
+  <node id='-19868' lat='51.01095' lon='15.10152' />
+  <node id='-19870' lat='50.8907' lon='15.2773' />
+  <node id='-19872' lat='50.83956' lon='15.36656' />
+  <node id='-19874' lat='50.80833' lon='15.43798' />
+  <node id='-19876' lat='50.60046' lon='16.02437' />
+  <node id='-19878' lat='50.75666' lon='15.81683' />
+  <node id='-19880' lat='50.67188' lon='15.87331' />
+  <node id='-19882' lat='50.69799' lon='15.97219' />
+  <node id='-19884' lat='50.73885' lon='15.73186' />
+  <node id='-19886' lat='50.66405' lon='16.10265' />
+  <node id='-19888' lat='50.61528' lon='15.98317' />
+  <node id='-19890' lat='50.63009' lon='16.0175' />
+  <node id='-19892' lat='50.43291' lon='16.19526' />
+  <node id='-19894' lat='50.58041' lon='16.44597' />
+  <node id='-19896' lat='50.66579' lon='16.33611' />
+  <node id='-19898' lat='50.67101' lon='16.23174' />
+  <node id='-19900' lat='50.63096' lon='16.20839' />
+  <node id='-19902' lat='50.50274' lon='16.31413' />
+  <node id='-19904' lat='50.49575' lon='16.34572' />
+  <node id='-19906' lat='50.09659' lon='16.7014' />
+  <node id='-19908' lat='50.36891' lon='16.28118' />
+  <node id='-19910' lat='50.37679' lon='16.36495' />
+  <node id='-19912' lat='50.21009' lon='16.56407' />
+  <node id='-19914' lat='50.16613' lon='16.55446' />
+  <node id='-19916' lat='50.1142' lon='16.63137' />
+  <node id='-19918' lat='50.32509' lon='16.42674' />
+  <node id='-19920' lat='50.34875' lon='16.3622' />
+  <node id='-19922' lat='50.38292' lon='16.30289' />
+  <node id='-19924' lat='50.3207' lon='16.39379' />
+  <node id='-19926' lat='50.45117' lon='16.89229' />
+  <node id='-19928' lat='50.41093' lon='16.85933' />
+  <node id='-19930' lat='50.38117' lon='17.14498' />
+  <node id='-19932' lat='50.38817' lon='17.19579' />
+  <node id='-19934' lat='50.20834' lon='16.8456' />
+  <node id='-19936' lat='50.31281' lon='16.94448' />
+  <node id='-19938' lat='50.38642' lon='16.90877' />
+  <node id='-19940' lat='50.21449' lon='17.00353' />
+  <node id='-19942' lat='50.23118' lon='17.02825' />
+  <node id='-19944' lat='50.25753' lon='16.99803' />
+  <node id='-19946' lat='50.27772' lon='17.02138' />
+  <node id='-19948' lat='50.30316' lon='16.99803' />
+  <node id='-19950' lat='50.24172' lon='16.98018' />
+  <node id='-19952' lat='50.16437' lon='17.59404' />
+  <node id='-19954' lat='50.10275' lon='17.66683' />
+  <node id='-19956' lat='50.32859' lon='17.69292' />
+  <node id='-19958' lat='50.18812' lon='17.70528' />
+  <node id='-19960' lat='50.23382' lon='17.76296' />
+  <node id='-19962' lat='50.32246' lon='17.27681' />
+  <node id='-19964' lat='50.3654' lon='17.19991' />
+  <node id='-19966' lat='50.32947' lon='17.34273' />
+  <node id='-19968' lat='50.2628' lon='17.34548' />
+  <node id='-19970' lat='50.27837' lon='17.58889' />
+  <node id='-19972' lat='50.28123' lon='17.3702' />
+  <node id='-19974' lat='50.29966' lon='17.74648' />
+  <node id='-19976' lat='50.25665' lon='17.72176' />
+  <node id='-19978' lat='50.12037' lon='17.6888' />
+  <node id='-19980' lat='50.02253' lon='17.77669' />
+  <node id='-19982' lat='50.07896' lon='17.7506' />
+  <node id='-19984' lat='49.71983' lon='18.62676' />
+  <node id='-19986' lat='49.96779' lon='18.27107' />
+  <node id='-19988' lat='49.97452' lon='17.86886' />
+  <node id='-19990' lat='50.06574' lon='18.03212' />
+  <node id='-19992' lat='50.04954' lon='18.00396' />
+  <node id='-19994' lat='50.03311' lon='18.04585' />
+  <node id='-19996' lat='50.01194' lon='18.04585' />
+  <node id='-19998' lat='50.01723' lon='18.00191' />
+  <node id='-20000' lat='50.04535' lon='18.07898' />
+  <node id='-20002' lat='50.00223' lon='18.10628' />
+  <node id='-20004' lat='49.99958' lon='18.20241' />
+  <node id='-20006' lat='49.97309' lon='18.21752' />
+  <node id='-20008' lat='49.91565' lon='18.31914' />
+  <node id='-20010' lat='49.93863' lon='18.27794' />
+  <node id='-20012' lat='49.94747' lon='18.33562' />
+  <node id='-20014' lat='49.89906' lon='18.53423' />
+  <node id='-20016' lat='49.92537' lon='18.54299' />
+  <node id='-20018' lat='49.91565' lon='18.57697' />
+  <node id='-20020' lat='49.83334' lon='18.57183' />
+  <node id='-20022' lat='49.86256' lon='18.60341' />
+  <node id='-20024' lat='49.87849' lon='18.57045' />
+  <node id='-20026' lat='49.5446' lon='18.84786' />
+  <node id='-20028' lat='49.70473' lon='18.69817' />
+  <node id='-20030' lat='49.68163' lon='18.72838' />
+  <node id='-20032' lat='49.28909' lon='18.18456' />
+  <node id='-20034' lat='49.3267' lon='18.36446' />
+  <node id='-20036' lat='49.47059' lon='18.54848' />
+  <node id='-20038' lat='49.492' lon='18.74761' />
+  <node id='-20040' lat='49.51162' lon='18.57183' />
+  <node id='-20042' lat='49.50895' lon='18.67757' />
+  <node id='-20044' lat='49.49022' lon='18.53063' />
+  <node id='-20046' lat='49.49824' lon='18.6144' />
+  <node id='-20048' lat='49.39467' lon='18.44686' />
+  <node id='-20050' lat='49.40003' lon='18.4084' />
+  <node id='-20052' lat='49.36517' lon='18.4139' />
+  <node id='-20054' lat='48.80936' lon='17.3853' />
+  <node id='-20056' lat='48.85004' lon='17.45671' />
+  <node id='-20058' lat='48.81117' lon='17.5295' />
+  <node id='-20060' lat='48.86721' lon='17.7094' />
+  <node id='-20062' lat='48.92318' lon='17.77944' />
+  <node id='-20064' lat='48.92679' lon='17.87831' />
+  <node id='-20066' lat='49.01784' lon='17.91814' />
+  <node id='-20068' lat='49.03157' lon='18.06885' />
+  <node id='-20070' lat='49.08624' lon='18.1104' />
+  <node id='-20072' lat='49.24518' lon='18.15022' />
+  <node id='-20074' lat='48.70887' lon='17.00215' />
+  <node id='-20076' lat='48.82925' lon='17.11202' />
+  <node id='-20078' lat='48.85546' lon='17.29054' />
+  <node id='-20080' lat='45.32102' lon='28.34554' />
+  <node id='-20082' lat='45.24759' lon='28.5735' />
+  <node id='-20084' lat='45.22631' lon='28.71358' />
+  <node id='-20086' lat='45.24179' lon='28.78911' />
+  <node id='-20088' lat='45.28045' lon='28.94292' />
+  <node id='-20090' lat='45.3384' lon='28.81383' />
+  <node id='-20092' lat='45.33164' lon='28.96077' />
+  <node id='-20094' lat='45.43388' lon='29.24779' />
+  <node id='-20096' lat='45.44545' lon='29.42632' />
+  <node id='-20098' lat='45.38857' lon='29.59798' />
+  <node id='-20100' lat='45.25629' lon='29.65428' />
+  <node id='-20102' lat='45.26885' lon='29.68175' />
+  <node id='-20104' lat='47.99246' lon='26.17711' />
+  <node id='-20106' lat='47.9897' lon='26.05901' />
+  <node id='-20108' lat='48.18418' lon='26.33504' />
+  <node id='-20110' lat='48.22445' lon='26.55202' />
+  <node id='-20112' lat='47.94924' lon='25.63878' />
+  <node id='-20114' lat='47.89403' lon='25.23778' />
+  <node id='-20116' lat='47.7234' lon='24.88896' />
+  <node id='-20118' lat='47.75203' lon='25.11144' />
+  <node id='-20120' lat='47.82031' lon='24.81893' />
+  <node id='-20122' lat='47.84428' lon='24.70632' />
+  <node id='-20124' lat='48.01818' lon='23.52803' />
+  <node id='-20126' lat='47.9329' lon='23.8602' />
+  <node id='-20128' lat='47.98786' lon='23.66262' />
+  <node id='-20130' lat='47.99705' lon='23.75188' />
+  <node id='-20132' lat='47.98142' lon='23.80904' />
+  <node id='-20134' lat='47.96672' lon='23.96337' />
+  <node id='-20136' lat='47.90231' lon='24.22566' />
+  <node id='-20138' lat='47.97131' lon='24.43578' />
+  <node id='-20140' lat='47.9244' lon='24.34926' />
+  <node id='-20142' lat='48.00716' lon='23.08858' />
+  <node id='-20144' lat='47.96672' lon='22.94301' />
+  <node id='-20146' lat='47.99338' lon='23.0158' />
+  <node id='-20148' lat='48.02002' lon='22.92241' />
+  <node id='-20150' lat='48.12188' lon='23.15999' />
+  <node id='-20152' lat='48.0237' lon='23.33577' />
+  <node id='-20154' lat='48.08245' lon='23.27397' />
+  <node id='-20156' lat='48.08061' lon='23.1133' />
+  <node id='-20158' lat='48.42534' lon='22.2083' />
+  <node id='-20160' lat='48.23726' lon='22.38133' />
+  <node id='-20162' lat='48.10813' lon='22.58733' />
+  <node id='-20164' lat='48.25189' lon='22.49806' />
+  <node id='-20166' lat='48.15121' lon='22.59007' />
+  <node id='-20168' lat='48.11363' lon='22.81804' />
+  <node id='-20170' lat='47.98602' lon='22.84276' />
+  <node id='-20172' lat='48.04665' lon='22.87847' />
+  <node id='-20174' lat='48.09162' lon='22.66835' />
+  <node id='-20176' lat='48.12005' lon='22.73427' />
+  <node id='-20182' lat='47.7871' lon='22.67247' />
+  <node id='-20186' lat='47.50492' lon='22.00917' />
+  <node id='-20188' lat='47.76126' lon='22.31816' />
+  <node id='-20190' lat='47.7391' lon='22.41979' />
+  <node id='-20194' lat='47.03902' lon='21.648' />
+  <node id='-20196' lat='47.11104' lon='21.78395' />
+  <node id='-20198' lat='47.38046' lon='21.94463' />
+  <node id='-20200' lat='47.37767' lon='22.01055' />
+  <node id='-20202' lat='47.42508' lon='22.03389' />
+  <node id='-20204' lat='46.63035' lon='21.33214' />
+  <node id='-20206' lat='46.65109' lon='21.43926' />
+  <node id='-20216' lat='46.86935' lon='21.59307' />
+  <node id='-20218' lat='46.84118' lon='21.52028' />
+  <node id='-20220' lat='46.99595' lon='21.68645' />
+  <node id='-20222' lat='46.91628' lon='21.59581' />
+  <node id='-20226' lat='46.24897' lon='21.06572' />
+  <node id='-20228' lat='46.30118' lon='21.16872' />
+  <node id='-20236' lat='46.28884' lon='20.86797' />
+  <node id='-20238' lat='46.16629' lon='20.35573' />
+  <node id='-20240' lat='46.18721' lon='20.49718' />
+  <node id='-20242' lat='46.12728' lon='20.63863' />
+  <node id='-20244' lat='46.21002' lon='20.76085' />
+  <node id='-20246' lat='46.25467' lon='20.74574' />
+  <node id='-20248' lat='48.02094' lon='17.23699' />
+  <node id='-20250' lat='47.7548' lon='17.71215' />
+  <node id='-20252' lat='47.75665' lon='18.02938' />
+  <node id='-20254' lat='47.73541' lon='18.29305' />
+  <node id='-20256' lat='47.82308' lon='18.8506' />
+  <node id='-20258' lat='47.76588' lon='18.56496' />
+  <node id='-20260' lat='47.76772' lon='18.66521' />
+  <node id='-20262' lat='47.8157' lon='18.74074' />
+  <node id='-20264' lat='47.87469' lon='18.76821' />
+  <node id='-20266' lat='48.04206' lon='18.82176' />
+  <node id='-20268' lat='47.97499' lon='18.76134' />
+  <node id='-20270' lat='48.0595' lon='19.23924' />
+  <node id='-20272' lat='48.08336' lon='19.28182' />
+  <node id='-20274' lat='48.09437' lon='19.47957' />
+  <node id='-20276' lat='48.07052' lon='19.01952' />
+  <node id='-20278' lat='48.19791' lon='19.52489' />
+  <node id='-20280' lat='48.25006' lon='19.63338' />
+  <node id='-20282' lat='48.1283' lon='19.92452' />
+  <node id='-20284' lat='48.2784' lon='20.24312' />
+  <node id='-20286' lat='48.26104' lon='20.29943' />
+  <node id='-20288' lat='48.49546' lon='21.11516' />
+  <node id='-20290' lat='48.58456' lon='21.44063' />
+  <node id='-20292' lat='48.50365' lon='21.6068' />
+  <node id='-20294' lat='48.3989' lon='21.67134' />
+  <node id='-20296' lat='48.33321' lon='21.8279' />
+  <node id='-20298' lat='48.36242' lon='21.83339' />
+  <node id='-20300' lat='48.56548' lon='22.16023' />
+  <node id='-20302' lat='48.68893' lon='22.34151' />
+  <node id='-20304' lat='48.6218' lon='22.21379' />
+  <node id='-20306' lat='49.01424' lon='22.54338' />
+  <node id='-20308' lat='48.99172' lon='22.48296' />
+  <node id='-20310' lat='49.10513' lon='22.86336' />
+  <node id='-20312' lat='49.4447' lon='21.62328' />
+  <node id='-20314' lat='49.35443' lon='21.77983' />
+  <node id='-20316' lat='49.39467' lon='21.82927' />
+  <node id='-20318' lat='49.3437' lon='21.96385' />
+  <node id='-20320' lat='49.41433' lon='21.43376' />
+  <node id='-20322' lat='49.45988' lon='21.27858' />
+  <node id='-20324' lat='49.4054' lon='21.19756' />
+  <node id='-20326' lat='49.41791' lon='21.041' />
+  <node id='-20328' lat='49.43666' lon='21.12477' />
+  <node id='-20330' lat='49.31685' lon='20.13738' />
+  <node id='-20332' lat='49.29626' lon='20.9229' />
+  <node id='-20334' lat='49.41813' lon='20.72274' />
+  <node id='-20336' lat='49.34817' lon='20.31453' />
+  <node id='-20338' lat='49.39914' lon='20.31728' />
+  <node id='-20340' lat='49.41612' lon='20.46422' />
+  <node id='-20342' lat='49.375' lon='20.5631' />
+  <node id='-20344' lat='49.41791' lon='20.61666' />
+  <node id='-20346' lat='49.35265' lon='20.21977' />
+  <node id='-20348' lat='49.23532' lon='19.90529' />
+  <node id='-20350' lat='49.22904' lon='19.98494' />
+  <node id='-20352' lat='49.20751' lon='19.75286' />
+  <node id='-20354' lat='49.19316' lon='19.86409' />
+  <node id='-20356' lat='49.41701' lon='19.78581' />
+  <node id='-20358' lat='49.61583' lon='19.45348' />
+  <node id='-20360' lat='49.40897' lon='19.6375' />
+  <node id='-20362' lat='49.46077' lon='19.57845' />
+  <node id='-20364' lat='49.45184' lon='19.64162' />
+  <node id='-20366' lat='49.39288' lon='19.72127' />
+  <node id='-20368' lat='49.52856' lon='19.53313' />
+  <node id='-20370' lat='49.57311' lon='19.52626' />
+  <node id='-20372' lat='49.52143' lon='18.94536' />
+  <node id='-20374' lat='49.49914' lon='18.97283' />
+  <node id='-20376' lat='49.39557' lon='18.9742' />
+  <node id='-20378' lat='49.41165' lon='19.18019' />
+  <node id='-20380' lat='49.53391' lon='19.25435' />
+  <node id='-20382' lat='49.574' lon='19.37795' />
+  <node id='-20384' lat='49.53747' lon='19.36009' />
+  <node id='-20386' lat='53.60942' lon='23.62004' />
+  <node id='-20388' lat='52.94016' lon='23.91805' />
+  <node id='-20390' lat='53.0831' lon='23.87548' />
+  <node id='-20392' lat='53.16469' lon='23.91393' />
+  <node id='-20394' lat='52.95919' lon='23.94689' />
+  <node id='-20396' lat='52.28812' lon='23.18196' />
+  <node id='-20398' lat='52.53774' lon='23.45112' />
+  <node id='-20400' lat='52.59868' lon='23.58296' />
+  <node id='-20402' lat='52.18215' lon='23.47859' />
+  <node id='-20404' lat='52.12148' lon='23.54314' />
+  <node id='-20406' lat='51.9906' lon='23.68733' />
+  <node id='-20408' lat='51.74298' lon='23.53198' />
+  <node id='-20410' lat='51.53673' lon='23.56236' />
+  <node id='-20412' lat='51.78208' lon='23.62691' />
+  <node id='-20414' lat='51.92066' lon='23.61523' />
+  <node id='-20416' lat='51.58369' lon='23.99907' />
+  <node id='-20418' lat='51.50255' lon='23.6736' />
+  <node id='-20420' lat='51.62122' lon='23.60906' />
+  <node id='-20422' lat='51.66809' lon='23.7766' />
+  <node id='-20424' lat='51.63316' lon='23.91118' />
+  <node id='-20426' lat='51.59734' lon='23.8741' />
+  <node id='-20428' lat='51.32182' lon='23.63858' />
+  <node id='-20430' lat='50.79271' lon='23.95925' />
+  <node id='-20432' lat='50.71625' lon='24.0595' />
+  <node id='-20434' lat='51.00836' lon='23.92217' />
+  <node id='-20436' lat='50.86128' lon='24.14524' />
+  <node id='-20438' lat='50.90196' lon='24.04576' />
+  <node id='-20440' lat='50.83847' lon='23.99254' />
+  <node id='-20442' lat='50.83262' lon='24.0952' />
+  <node id='-20444' lat='50.41289' lon='23.99563' />
+  <node id='-20446' lat='50.40481' lon='23.79445' />
+  <node id='-20448' lat='50.5071' lon='24.07048' />
+  <node id='-20450' lat='50.0957' lon='23.28221' />
+  <node id='-20452' lat='50.33385' lon='23.67635' />
+  <node id='-20454' lat='49.49378' lon='22.69444' />
+  <node id='-20456' lat='49.32759' lon='22.748' />
+  <node id='-20458' lat='51.75063' lon='24.3163' />
+  <node id='-20460' lat='51.80841' lon='24.29021' />
+  <node id='-20462' lat='51.88222' lon='24.37123' />
+  <node id='-20464' lat='51.91273' lon='24.98784' />
+  <node id='-20466' lat='51.92205' lon='25.46163' />
+  <node id='-20468' lat='51.92967' lon='26.00408' />
+  <node id='-20470' lat='51.86781' lon='26.19084' />
+  <node id='-20472' lat='51.76933' lon='26.99422' />
+  <node id='-20474' lat='51.82284' lon='26.69759' />
+  <node id='-20476' lat='51.80501' lon='26.46962' />
+  <node id='-20478' lat='51.73788' lon='26.9489' />
+  <node id='-20480' lat='51.60161' lon='27.24828' />
+  <node id='-20482' lat='51.65957' lon='27.26613' />
+  <node id='-20484' lat='51.60672' lon='27.71932' />
+  <node id='-20486' lat='51.50854' lon='27.67125' />
+  <node id='-20488' lat='51.47604' lon='27.76052' />
+  <node id='-20490' lat='51.62293' lon='27.85253' />
+  <node id='-20492' lat='51.56065' lon='27.95827' />
+  <node id='-20494' lat='51.57857' lon='28.10658' />
+  <node id='-20496' lat='51.61952' lon='27.91844' />
+  <node id='-20498' lat='51.61184' lon='27.47212' />
+  <node id='-20500' lat='51.63486' lon='27.55727' />
+  <node id='-20502' lat='51.5854' lon='27.51058' />
+  <node id='-20504' lat='51.39814' lon='29.49773' />
+  <node id='-20506' lat='51.37843' lon='29.32881' />
+  <node id='-20508' lat='51.4187' lon='29.42357' />
+  <node id='-20510' lat='51.65872' lon='29.1187' />
+  <node id='-20512' lat='51.64679' lon='29.16402' />
+  <node id='-20514' lat='51.49828' lon='29.25191' />
+  <node id='-20516' lat='51.56918' lon='29.20659' />
+  <node id='-20518' lat='51.57089' lon='29.25603' />
+  <node id='-20520' lat='51.41442' lon='28.75615' />
+  <node id='-20522' lat='51.59734' lon='28.47051' />
+  <node id='-20524' lat='51.44695' lon='28.69161' />
+  <node id='-20526' lat='51.46236' lon='28.73143' />
+  <node id='-20528' lat='51.45294' lon='28.78224' />
+  <node id='-20530' lat='51.55552' lon='28.81795' />
+  <node id='-20532' lat='51.48802' lon='28.76027' />
+  <node id='-20534' lat='51.59222' lon='28.95528' />
+  <node id='-20536' lat='51.56833' lon='28.99098' />
+  <node id='-20538' lat='51.53417' lon='29.7408' />
+  <node id='-20540' lat='51.4461' lon='29.77376' />
+  <node id='-20542' lat='51.51025' lon='30.17888' />
+  <node id='-20544' lat='51.25655' lon='30.56203' />
+  <node id='-20546' lat='51.35014' lon='30.64992' />
+  <node id='-20548' lat='51.42555' lon='30.34642' />
+  <node id='-20550' lat='51.33984' lon='30.36153' />
+  <node id='-20552' lat='51.59649' lon='30.51946' />
+  <node id='-20554' lat='52.1004' lon='31.13332' />
+  <node id='-20556' lat='52.04131' lon='31.25142' />
+  <node id='-20558' lat='52.12991' lon='31.38326' />
+  <node id='-20560' lat='52.1973' lon='31.6895' />
+  <node id='-20562' lat='52.26711' lon='31.70735' />
+  <node id='-20564' lat='52.18636' lon='31.77877' />
+  <node id='-20566' lat='52.05144' lon='31.92159' />
+  <node id='-20568' lat='52.09955' lon='31.81722' />
+  <node id='-20570' lat='52.11305' lon='31.85018' />
+  <node id='-20572' lat='52.08015' lon='31.96141' />
+  <node id='-20574' lat='52.55361' lon='31.63869' />
+  <node id='-20576' lat='52.33849' lon='31.62084' />
+  <node id='-20578' lat='52.51518' lon='31.56316' />
+  <node id='-20580' lat='52.48843' lon='31.61397' />
+  <node id='-20582' lat='52.79011' lon='31.592' />
+  <node id='-20584' lat='52.71613' lon='31.57277' />
+  <node id='-20586' lat='53.21406' lon='31.40523' />
+  <node id='-20588' lat='53.04101' lon='31.32283' />
+  <node id='-20590' lat='53.08805' lon='31.33519' />
+  <node id='-20592' lat='53.09712' lon='31.3915' />
+  <node id='-20594' lat='53.13504' lon='31.36403' />
+  <node id='-20596' lat='53.19432' lon='31.56316' />
+  <node id='-20598' lat='53.22886' lon='31.62496' />
+  <node id='-20600' lat='53.18033' lon='31.787' />
+  <node id='-20602' lat='53.10042' lon='31.82373' />
+  <node id='-20604' lat='53.18856' lon='32.40773' />
+  <node id='-20606' lat='53.28431' lon='32.51725' />
+  <node id='-20608' lat='53.74039' lon='32.45717' />
+  <node id='-20610' lat='53.68594' lon='32.50112' />
+  <node id='-20612' lat='53.6656' lon='32.40499' />
+  <node id='-20614' lat='53.5548' lon='32.47777' />
+  <node id='-20616' lat='53.45597' lon='32.74968' />
+  <node id='-20618' lat='53.81586' lon='32.12621' />
+  <node id='-20620' lat='53.78099' lon='31.89137' />
+  <node id='-20622' lat='54.14535' lon='31.57002' />
+  <node id='-20624' lat='54.46585' lon='31.22945' />
+  <node id='-20626' lat='54.74346' lon='30.95479' />
+  <node id='-20628' lat='54.67046' lon='30.99187' />
+  <node id='-20630' lat='54.66947' lon='31.19339' />
+  <node id='-20632' lat='54.63113' lon='31.21399' />
+  <node id='-20634' lat='54.68872' lon='30.98226' />
+  <node id='-20636' lat='54.70698' lon='31.0262' />
+  <node id='-20638' lat='54.71967' lon='30.97127' />
+  <node id='-20640' lat='55.06167' lon='31.02071' />
+  <node id='-20642' lat='54.9585' lon='30.93144' />
+  <node id='-20644' lat='54.98609' lon='30.95754' />
+  <node id='-20646' lat='55.02232' lon='30.9081' />
+  <node id='-20648' lat='55.02783' lon='31.00972' />
+  <node id='-20650' lat='55.03964' lon='30.94243' />
+  <node id='-20652' lat='55.6185' lon='30.93419' />
+  <node id='-20654' lat='55.3313' lon='30.8257' />
+  <node id='-20656' lat='55.3914' lon='30.93144' />
+  <node id='-20658' lat='55.46621' lon='30.90123' />
+  <node id='-20660' lat='55.50667' lon='30.95204' />
+  <node id='-20662' lat='55.86819' lon='30.27776' />
+  <node id='-20664' lat='55.58514' lon='30.7845' />
+  <node id='-20666' lat='55.63169' lon='30.86003' />
+  <node id='-20668' lat='55.66268' lon='30.72957' />
+  <node id='-20670' lat='55.64176' lon='30.67464' />
+  <node id='-20672' lat='55.73079' lon='30.63344' />
+  <node id='-20674' lat='55.75862' lon='29.3604' />
+  <node id='-20676' lat='55.70294' lon='29.51283' />
+  <node id='-20678' lat='55.87281' lon='29.97975' />
+  <node id='-20680' lat='55.77716' lon='29.61446' />
+  <node id='-20682' lat='55.79569' lon='29.80672' />
+  <node id='-20684' lat='55.95978' lon='29.44692' />
+  <node id='-20686' lat='56.06035' lon='28.30571' />
+  <node id='-20688' lat='55.97131' lon='28.73418' />
+  <node id='-20690' lat='56.03427' lon='29.08299' />
+  <node id='-20692' lat='56.07262' lon='28.63668' />
+  <node id='-20694' lat='56.11705' lon='28.5529' />
+  <node id='-20696' lat='56.10173' lon='28.68337' />
+  <node id='-20698' lat='56.09407' lon='28.43068' />
+  <node id='-20700' lat='56.05805' lon='28.36888' />
+  <node id='-20702' lat='56.11399' lon='28.37987' />
+  <node id='-20704' lat='52.2461' lon='32.89937' />
+  <node id='-20706' lat='52.3754' lon='33.18913' />
+  <node id='-20708' lat='52.32842' lon='32.3528' />
+  <node id='-20710' lat='52.1434' lon='32.34044' />
+  <node id='-20712' lat='52.32423' lon='32.54781' />
+  <node id='-20714' lat='52.25535' lon='32.69475' />
+  <node id='-20716' lat='52.27888' lon='32.85405' />
+  <node id='-20718' lat='52.24946' lon='32.38988' />
+  <node id='-20720' lat='52.23685' lon='32.33083' />
+  <node id='-20722' lat='52.35779' lon='33.51323' />
+  <node id='-20724' lat='52.31499' lon='33.48027' />
+  <node id='-20726' lat='52.30324' lon='33.55718' />
+  <node id='-20728' lat='52.37204' lon='33.78789' />
+  <node id='-20730' lat='52.14087' lon='34.11199' />
+  <node id='-20732' lat='52.00835' lon='34.09413' />
+  <node id='-20734' lat='51.82793' lon='34.41136' />
+  <node id='-20736' lat='51.67065' lon='34.07765' />
+  <node id='-20738' lat='51.72852' lon='34.42922' />
+  <node id='-20740' lat='51.5205' lon='34.30562' />
+  <node id='-20742' lat='51.26429' lon='34.23009' />
+  <node id='-20744' lat='51.4187' lon='34.22048' />
+  <node id='-20746' lat='51.363' lon='34.33446' />
+  <node id='-20748' lat='51.25053' lon='34.6613' />
+  <node id='-20750' lat='51.23936' lon='34.31661' />
+  <node id='-20752' lat='51.2746' lon='34.38802' />
+  <node id='-20754' lat='51.18' lon='34.6874' />
+  <node id='-20756' lat='51.2342' lon='34.97304' />
+  <node id='-20758' lat='51.23162' lon='35.14058' />
+  <node id='-20760' lat='51.17483' lon='34.82472' />
+  <node id='-20762' lat='51.04723' lon='35.20375' />
+  <node id='-20764' lat='51.16191' lon='35.12685' />
+  <node id='-20766' lat='51.08434' lon='35.31774' />
+  <node id='-20768' lat='51.04119' lon='35.40837' />
+  <node id='-20770' lat='50.94524' lon='35.32598' />
+  <node id='-20772' lat='50.64751' lon='35.39464' />
+  <node id='-20774' lat='50.66405' lon='35.48116' />
+  <node id='-20776' lat='50.77274' lon='35.47704' />
+  <node id='-20778' lat='50.45117' lon='35.58003' />
+  <node id='-20780' lat='50.49247' lon='35.47463' />
+  <node id='-20782' lat='50.41356' lon='35.80388' />
+  <node id='-20784' lat='50.35489' lon='35.73659' />
+  <node id='-20786' lat='50.35707' lon='35.61711' />
+  <node id='-20788' lat='50.45205' lon='36.06893' />
+  <node id='-20790' lat='50.29088' lon='36.30101' />
+  <node id='-20792' lat='50.3943' lon='36.20763' />
+  <node id='-20794' lat='50.31457' lon='36.47817' />
+  <node id='-20796' lat='50.218' lon='36.64571' />
+  <node id='-20798' lat='50.34963' lon='36.91762' />
+  <node id='-20800' lat='50.26982' lon='36.69377' />
+  <node id='-20802' lat='50.46079' lon='37.48204' />
+  <node id='-20804' lat='50.21976' lon='37.61113' />
+  <node id='-20806' lat='50.36277' lon='37.47243' />
+  <node id='-20808' lat='50.29966' lon='37.62486' />
+  <node id='-20810' lat='50.08161' lon='38.18517' />
+  <node id='-20812' lat='50.08866' lon='38.32524' />
+  <node id='-20814' lat='49.97176' lon='38.65688' />
+  <node id='-20816' lat='50.00664' lon='38.35408' />
+  <node id='-20818' lat='50.07896' lon='37.75807' />
+  <node id='-20820' lat='50.08425' lon='37.79515' />
+  <node id='-20822' lat='50.04194' lon='37.90776' />
+  <node id='-20824' lat='49.90592' lon='38.02999' />
+  <node id='-20826' lat='49.98104' lon='38.21675' />
+  <node id='-20828' lat='49.94482' lon='38.02999' />
+  <node id='-20830' lat='49.88911' lon='39.1808' />
+  <node id='-20832' lat='49.79524' lon='38.9391' />
+  <node id='-20834' lat='49.86787' lon='38.90477' />
+  <node id='-20836' lat='49.90238' lon='38.73311' />
+  <node id='-20838' lat='49.75976' lon='39.27968' />
+  <node id='-20840' lat='49.73758' lon='39.59142' />
+  <node id='-20842' lat='49.61761' lon='39.65047' />
+  <node id='-20844' lat='49.61672' lon='40.13249' />
+  <node id='-20846' lat='49.56064' lon='39.84548' />
+  <node id='-20848' lat='49.56865' lon='40.16683' />
+  <node id='-20850' lat='49.52321' lon='40.03636' />
+  <node id='-20852' lat='49.25683' lon='40.22176' />
+  <node id='-20854' lat='49.1761' lon='40.01988' />
+  <node id='-20856' lat='49.45452' lon='40.03087' />
+  <node id='-20858' lat='49.34996' lon='40.18331' />
+  <node id='-20860' lat='48.83739' lon='39.79466' />
+  <node id='-20862' lat='48.98675' lon='39.74874' />
+  <node id='-20864' lat='48.91596' lon='39.78368' />
+  <node id='-20866' lat='48.86901' lon='39.98967' />
+  <node id='-20868' lat='48.79398' lon='39.97182' />
+  <node id='-20870' lat='48.87443' lon='40.08168' />
+  <node id='-20872' lat='48.91957' lon='40.03636' />
+  <node id='-20874' lat='48.22811' lon='39.94847' />
+  <node id='-20876' lat='48.22445' lon='40.00752' />
+  <node id='-20878' lat='48.31768' lon='39.99241' />
+  <node id='-20880' lat='48.26743' lon='39.91465' />
+  <node id='-20882' lat='48.57821' lon='39.84548' />
+  <node id='-20884' lat='48.30947' lon='39.84273' />
+  <node id='-20886' lat='48.3049' lon='39.90041' />
+  <node id='-20888' lat='48.33321' lon='39.84136' />
+  <node id='-20890' lat='48.35055' lon='39.94847' />
+  <node id='-20892' lat='48.46633' lon='39.86196' />
+  <node id='-20894' lat='48.04206' lon='39.77544' />
+  <node id='-20896' lat='48.04482' lon='39.88256' />
+  <node id='-20898' lat='48.06501' lon='39.83724' />
+  <node id='-20900' lat='47.96396' lon='39.82213' />
+  <node id='-20902' lat='47.81109' lon='38.79628' />
+  <node id='-20904' lat='47.30788' lon='38.22225' />
+  <node id='-20906' lat='47.2324' lon='38.23049' />
+  <node id='-20908' lat='47.30508' lon='38.33074' />
+  <node id='-20910' lat='47.2585' lon='38.32112' />
+  <node id='-20912' lat='47.39255' lon='38.28954' />
+  <node id='-20914' lat='47.53552' lon='38.28679' />
+  <node id='-20916' lat='41.80383' lon='56.96218' />
+  <node id='-20918' lat='41.41777' lon='57.03359' />
+  <node id='-20920' lat='41.36625' lon='57.13796' />
+  <node id='-20922' lat='42.18555' lon='57.84932' />
+  <node id='-20924' lat='41.92043' lon='57.03633' />
+  <node id='-20926' lat='42.16519' lon='57.6296' />
+  <node id='-20928' lat='42.14076' lon='57.30275' />
+  <node id='-20930' lat='42.29535' lon='58.40688' />
+  <node id='-20932' lat='42.30348' lon='58.51674' />
+  <node id='-20934' lat='42.56497' lon='58.29427' />
+  <node id='-20936' lat='42.43335' lon='58.3492' />
+  <node id='-20938' lat='42.50021' lon='57.99214' />
+  <node id='-20940' lat='42.62159' lon='58.14321' />
+  <node id='-20942' lat='42.69632' lon='58.27504' />
+  <node id='-20944' lat='42.64988' lon='58.57991' />
+  <node id='-20946' lat='42.79314' lon='58.6266' />
+  <node id='-20948' lat='42.5407' lon='58.93422' />
+  <node id='-20950' lat='42.52248' lon='59.17317' />
+  <node id='-20952' lat='42.29738' lon='59.4341' />
+  <node id='-20954' lat='42.4374' lon='57.90975' />
+  <node id='-20956' lat='42.24047' lon='57.92897' />
+  <node id='-20958' lat='42.27655' lon='59.94633' />
+  <node id='-20960' lat='42.212' lon='60.00539' />
+  <node id='-20962' lat='41.76287' lon='60.06032' />
+  <node id='-20964' lat='41.80997' lon='60.08504' />
+  <node id='-20966' lat='41.75058' lon='60.33223' />
+  <node id='-20968' lat='41.97966' lon='59.95046' />
+  <node id='-20970' lat='42.01028' lon='60.0356' />
+  <node id='-20972' lat='42.08982' lon='60.04659' />
+  <node id='-20974' lat='42.1428' lon='59.96419' />
+  <node id='-20976' lat='41.60082' lon='60.18117' />
+  <node id='-20978' lat='41.4363' lon='60.06581' />
+  <node id='-20980' lat='41.25691' lon='61.03261' />
+  <node id='-20982' lat='41.14946' lon='61.22212' />
+  <node id='-20984' lat='41.14946' lon='61.33199' />
+  <node id='-20986' lat='41.29407' lon='61.4446' />
+  <node id='-20988' lat='41.12257' lon='61.87856' />
+  <node id='-20990' lat='40.58242' lon='62.11751' />
+  <node id='-20992' lat='40.43206' lon='62.34273' />
+  <node id='-20994' lat='39.98528' lon='62.43337' />
+  <node id='-20996' lat='39.27666' lon='63.6913' />
+  <node id='-20998' lat='39.22349' lon='63.70778' />
+  <node id='-21000' lat='38.98691' lon='64.32576' />
+  <node id='-21002' lat='38.25733' lon='65.83913' />
+  <node id='-21004' lat='38.16238' lon='66.24013' />
+  <node id='-21006' lat='38.02403' lon='66.41042' />
+  <node id='-21008' lat='38.0435' lon='66.56697' />
+  <node id='-21010' lat='37.96776' lon='66.67684' />
+  <node id='-21012' lat='37.39827' lon='66.52303' />
+  <node id='-21014' lat='37.45497' lon='66.65761' />
+  <node id='-21016' lat='37.58568' lon='66.52852' />
+  <node id='-21018' lat='37.80084' lon='66.53676' />
+  <node id='-21020' lat='35.86208' lon='63.12276' />
+  <node id='-21022' lat='35.85985' lon='63.29579' />
+  <node id='-21024' lat='35.90881' lon='63.53475' />
+  <node id='-21026' lat='35.95106' lon='63.56496' />
+  <node id='-21028' lat='36.03773' lon='63.98519' />
+  <node id='-21030' lat='36.10433' lon='64.05385' />
+  <node id='-21032' lat='35.43803' lon='61.58742' />
+  <node id='-21034' lat='35.41341' lon='61.77693' />
+  <node id='-21036' lat='35.4604' lon='61.97743' />
+  <node id='-21038' lat='35.43803' lon='62.05709' />
+  <node id='-21040' lat='35.33278' lon='62.15871' />
+  <node id='-21042' lat='35.25964' lon='62.29191' />
+  <node id='-21044' lat='35.13312' lon='62.29878' />
+  <node id='-21046' lat='35.28796' lon='62.48006' />
+  <node id='-21048' lat='35.22067' lon='62.62288' />
+  <node id='-21050' lat='35.25432' lon='62.74098' />
+  <node id='-21052' lat='35.43131' lon='63.0898' />
+  <node id='-21054' lat='35.37086' lon='62.90853' />
+  <node id='-21056' lat='35.67487' lon='63.23262' />
+  <node id='-21058' lat='35.63024' lon='63.10079' />
+  <node id='-21060' lat='35.53196' lon='63.12276' />
+  <node id='-21062' lat='35.81782' lon='63.10318' />
+  <node id='-21064' lat='36.24401' lon='64.43288' />
+  <node id='-21066' lat='36.6351' lon='64.61141' />
+  <node id='-21068' lat='36.44311' lon='64.62514' />
+  <node id='-21070' lat='36.34362' lon='64.57295' />
+  <node id='-21072' lat='37.23881' lon='65.51778' />
+  <node id='-21074' lat='37.21913' lon='64.97945' />
+  <node id='-21076' lat='37.55438' lon='65.72274' />
+  <node id='-21078' lat='37.45061' lon='65.64137' />
+  <node id='-21080' lat='41.40335' lon='70.48909' />
+  <node id='-21082' lat='41.47953' lon='70.67586' />
+  <node id='-21084' lat='41.24813' lon='70.77885' />
+  <node id='-21086' lat='41.36419' lon='70.78572' />
+  <node id='-21088' lat='41.23833' lon='70.86263' />
+  <node id='-21090' lat='41.16393' lon='70.9615' />
+  <node id='-21092' lat='41.19494' lon='71.02193' />
+  <node id='-21094' lat='41.15359' lon='71.11806' />
+  <node id='-21096' lat='41.18796' lon='71.25813' />
+  <node id='-21098' lat='41.11015' lon='71.27187' />
+  <node id='-21100' lat='41.16807' lon='71.34877' />
+  <node id='-21102' lat='41.09436' lon='71.40198' />
+  <node id='-21104' lat='41.31883' lon='71.46688' />
+  <node id='-21106' lat='41.29175' lon='71.57227' />
+  <node id='-21108' lat='41.54713' lon='71.73054' />
+  <node id='-21110' lat='41.49599' lon='71.65914' />
+  <node id='-21112' lat='41.42111' lon='71.6787' />
+  <node id='-21114' lat='41.43012' lon='71.71132' />
+  <node id='-21116' lat='41.4466' lon='71.76625' />
+  <node id='-21118' lat='41.2982' lon='71.91457' />
+  <node id='-21120' lat='41.19081' lon='71.85964' />
+  <node id='-21122' lat='41.11739' lon='72.07249' />
+  <node id='-21124' lat='41.16483' lon='72.16433' />
+  <node id='-21126' lat='40.99571' lon='72.18339' />
+  <node id='-21128' lat='41.06104' lon='72.34757' />
+  <node id='-21130' lat='40.96046' lon='72.55109' />
+  <node id='-21132' lat='40.83512' lon='73.13267' />
+  <node id='-21134' lat='40.8094' lon='72.94454' />
+  <node id='-21136' lat='40.84681' lon='73.01869' />
+  <node id='-21138' lat='40.85512' lon='72.84291' />
+  <node id='-21140' lat='40.27586' lon='72.05464' />
+  <node id='-21142' lat='40.4007' lon='72.40346' />
+  <node id='-21144' lat='40.5219' lon='72.66713' />
+  <node id='-21146' lat='40.59076' lon='72.66713' />
+  <node id='-21148' lat='40.61917' lon='72.40517' />
+  <node id='-21150' lat='40.60144' lon='72.34406' />
+  <node id='-21152' lat='40.48222' lon='72.44191' />
+  <node id='-21154' lat='40.5532' lon='72.47795' />
+  <node id='-21156' lat='40.57273' lon='72.75982' />
+  <node id='-21158' lat='40.67856' lon='72.80137' />
+  <node id='-21160' lat='40.49893' lon='72.18648' />
+  <node id='-21162' lat='40.31907' lon='71.96401' />
+  <node id='-21164' lat='40.28765' lon='71.05901' />
+  <node id='-21166' lat='40.34106' lon='71.13042' />
+  <node id='-21168' lat='40.20615' lon='71.61725' />
+  <node id='-21170' lat='40.26775' lon='71.61931' />
+  <node id='-21172' lat='40.31593' lon='71.36663' />
+  <node id='-21174' lat='40.26984' lon='71.68386' />
+  <node id='-21176' lat='40.18492' lon='71.69621' />
+  <node id='-21178' lat='40.14818' lon='71.73054' />
+  <node id='-21180' lat='40.25647' lon='71.85002' />
+  <node id='-21182' lat='39.95582' lon='71.84316' />
+  <node id='-21184' lat='39.93581' lon='71.23067' />
+  <node id='-21186' lat='39.95568' lon='71.10501' />
+  <node id='-21188' lat='40.03052' lon='71.12218' />
+  <node id='-21190' lat='39.99291' lon='71.11668' />
+  <node id='-21192' lat='40.16813' lon='70.80495' />
+  <node id='-21194' lat='40.3442' lon='70.57149' />
+  <node id='-21196' lat='40.38605' lon='70.37511' />
+  <node id='-21198' lat='40.52503' lon='70.49871' />
+  <node id='-21200' lat='40.90555' lon='70.6721' />
+  <node id='-21202' lat='40.97661' lon='70.6158' />
+  <node id='-21204' lat='40.90296' lon='70.36655' />
+  <node id='-21206' lat='41.02014' lon='70.38028' />
+  <node id='-21208' lat='40.57988' lon='69.3455' />
+  <node id='-21210' lat='40.70233' lon='69.32834' />
+  <node id='-21212' lat='40.7918' lon='69.38327' />
+  <node id='-21214' lat='40.77621' lon='69.53021' />
+  <node id='-21216' lat='40.49274' lon='69.27066' />
+  <node id='-21218' lat='40.18774' lon='69.30448' />
+  <node id='-21220' lat='40.22904' lon='69.04544' />
+  <node id='-21222' lat='40.30357' lon='69.24817' />
+  <node id='-21224' lat='40.26362' lon='69.25229' />
+  <node id='-21226' lat='40.24502' lon='69.30104' />
+  <node id='-21228' lat='40.2821' lon='69.30808' />
+  <node id='-21230' lat='40.36102' lon='69.30774' />
+  <node id='-21232' lat='40.34819' lon='69.33794' />
+  <node id='-21234' lat='39.85265' lon='68.63071' />
+  <node id='-21236' lat='40.14826' lon='68.5332' />
+  <node id='-21238' lat='40.20492' lon='68.77902' />
+  <node id='-21240' lat='40.17555' lon='68.79276' />
+  <node id='-21242' lat='40.18604' lon='68.84357' />
+  <node id='-21244' lat='40.20885' lon='68.85832' />
+  <node id='-21246' lat='40.11676' lon='68.52771' />
+  <node id='-21248' lat='40.07789' lon='68.62796' />
+  <node id='-21250' lat='40.15771' lon='69.01523' />
+  <node id='-21252' lat='40.04952' lon='68.84906' />
+  <node id='-21254' lat='40.06949' lon='68.96579' />
+  <node id='-21256' lat='40.11466' lon='69.01935' />
+  <node id='-21258' lat='39.87163' lon='68.88889' />
+  <node id='-21260' lat='39.91167' lon='68.93695' />
+  <node id='-21262' lat='39.68905' lon='68.61972' />
+  <node id='-21264' lat='40.11833' lon='69.53794' />
+  <node id='-21266' lat='39.98431' lon='69.43134' />
+  <node id='-21268' lat='39.59281' lon='69.68677' />
+  <node id='-21270' lat='39.53141' lon='70.2869' />
+  <node id='-21272' lat='39.60128' lon='70.44757' />
+  <node id='-21274' lat='39.53882' lon='69.87491' />
+  <node id='-21276' lat='39.58223' lon='70.11111' />
+  <node id='-21278' lat='39.38933' lon='70.7854' />
+  <node id='-21280' lat='39.41586' lon='71.06418' />
+  <node id='-21282' lat='39.50704' lon='71.08752' />
+  <node id='-21284' lat='39.61397' lon='71.49814' />
+  <node id='-21286' lat='39.57588' lon='71.55856' />
+  <node id='-21288' lat='39.45722' lon='71.5517' />
+  <node id='-21290' lat='39.45456' lon='71.76816' />
+  <node id='-21292' lat='39.36704' lon='72.04059' />
+  <node id='-21294' lat='39.27674' lon='71.90601' />
+  <node id='-21296' lat='39.27355' lon='71.79202' />
+  <node id='-21298' lat='39.32031' lon='71.7522' />
+  <node id='-21300' lat='39.40631' lon='71.80164' />
+  <node id='-21302' lat='39.26823' lon='72.09689' />
+  <node id='-21304' lat='39.17248' lon='72.23834' />
+  <node id='-21306' lat='39.2661' lon='72.17242' />
+  <node id='-21308' lat='39.33093' lon='72.33173' />
+  <node id='-21310' lat='39.35536' lon='73.18454' />
+  <node id='-21312' lat='39.38615' lon='73.31912' />
+  <node id='-21314' lat='39.46677' lon='73.45096' />
+  <node id='-21316' lat='39.38402' lon='73.5004' />
+  <node id='-21318' lat='39.40843' lon='73.59241' />
+  <node id='-21320' lat='39.3543' lon='73.55396' />
+  <node id='-21322' lat='39.27567' lon='73.54572' />
+  <node id='-21324' lat='40.32857' lon='74.85996' />
+  <node id='-21326' lat='40.44886' lon='74.78168' />
+  <node id='-21328' lat='40.52197' lon='74.82013' />
+  <node id='-21330' lat='40.43945' lon='75.08243' />
+  <node id='-21332' lat='39.23739' lon='67.33226' />
+  <node id='-21334' lat='39.31287' lon='67.36522' />
+  <node id='-21336' lat='39.315' lon='67.45998' />
+  <node id='-21338' lat='39.52505' lon='67.39681' />
+  <node id='-21340' lat='39.46146' lon='67.46822' />
+  <node id='-21342' lat='39.53564' lon='67.46547' />
+  <node id='-21344' lat='39.57799' lon='67.44899' />
+  <node id='-21346' lat='39.60234' lon='67.62889' />
+  <node id='-21348' lat='39.66156' lon='67.70992' />
+  <node id='-21350' lat='39.56317' lon='68.12053' />
+  <node id='-21352' lat='39.14479' lon='67.67833' />
+  <node id='-21354' lat='38.85985' lon='68.19743' />
+  <node id='-21356' lat='38.47169' lon='68.11366' />
+  <node id='-21358' lat='38.56087' lon='68.05873' />
+  <node id='-21360' lat='38.64136' lon='68.0807' />
+  <node id='-21362' lat='38.71641' lon='68.05598' />
+  <node id='-21364' lat='38.73677' lon='68.12877' />
+  <node id='-21366' lat='37.91477' lon='68.27159' />
+  <node id='-21368' lat='38.19484' lon='68.40343' />
+  <node id='-21370' lat='38.40822' lon='68.13289' />
+  <node id='-21372' lat='37.43107' lon='67.81566' />
+  <node id='-21374' lat='37.17216' lon='67.2581' />
+  <node id='-21376' lat='37.26102' lon='67.51868' />
+  <node id='-21378' lat='37.32958' lon='66.64699' />
+  <node id='-21380' lat='37.40162' lon='66.95598' />
+  <node id='-21382' lat='37.24545' lon='67.2224' />
+  <node id='-21384' lat='37.27168' lon='67.13039' />
+  <node id='-21386' lat='37.35469' lon='67.08232' />
+  <node id='-21388' lat='40.03369' lon='71.21139' />
+  <node id='-21390' lat='39.96348' lon='71.71511' />
+  <node id='-21392' lat='39.86319' lon='70.74189' />
+  <node id='-21394' lat='40.95354' lon='76.75681' />
+  <node id='-21396' lat='41.0696' lon='76.99302' />
+  <node id='-21398' lat='41.0033' lon='77.28004' />
+  <node id='-21400' lat='41.14307' lon='77.81287' />
+  <node id='-21402' lat='41.23091' lon='78.12873' />
+  <node id='-21404' lat='41.38565' lon='78.15757' />
+  <node id='-21406' lat='41.0375' lon='77.3693' />
+  <node id='-21408' lat='41.01574' lon='77.76206' />
+  <node id='-21410' lat='41.00227' lon='77.52723' />
+  <node id='-21412' lat='40.3482' lon='76.33659' />
+  <node id='-21414' lat='40.46114' lon='76.5261' />
+  <node id='-21416' lat='40.66874' lon='75.5854' />
+  <node id='-21418' lat='40.45382' lon='75.22834' />
+  <node id='-21420' lat='40.28642' lon='75.69663' />
+  <node id='-21422' lat='40.2948' lon='75.91361' />
+  <node id='-21424' lat='40.38064' lon='75.96168' />
+  <node id='-21426' lat='31.61665' lon='68.79997' />
+  <node id='-21428' lat='31.83158' lon='68.57475' />
+  <node id='-21430' lat='31.75687' lon='68.6956' />
+  <node id='-21432' lat='31.52772' lon='67.58323' />
+  <node id='-21434' lat='31.52304' lon='67.72056' />
+  <node id='-21436' lat='31.63536' lon='67.86887' />
+  <node id='-21438' lat='31.6564' lon='68.00071' />
+  <node id='-21440' lat='31.82691' lon='68.1655' />
+  <node id='-21442' lat='31.80357' lon='68.25614' />
+  <node id='-21444' lat='31.75863' lon='68.27605' />
+  <node id='-21446' lat='31.76446' lon='68.44222' />
+  <node id='-21448' lat='31.07597' lon='66.68166' />
+  <node id='-21450' lat='31.20526' lon='66.72561' />
+  <node id='-21452' lat='31.40473' lon='67.62374' />
+  <node id='-21454' lat='31.4188' lon='67.7748' />
+  <node id='-21456' lat='31.33203' lon='67.78854' />
+  <node id='-21458' lat='31.19586' lon='67.29964' />
+  <node id='-21460' lat='31.24519' lon='67.03323' />
+  <node id='-21462' lat='31.31561' lon='67.04147' />
+  <node id='-21464' lat='31.26867' lon='66.83273' />
+  <node id='-21466' lat='37.21565' lon='74.80605' />
+  <node id='-21470' lat='37.24518' lon='74.49981' />
+  <node id='-21474' lat='35.82848' lon='76.14913' />
+  <node id='-21476' lat='35.9264' lon='76.15325' />
+  <node id='-21478' lat='35.8908' lon='76.50961' />
+  <node id='-21480' lat='35.84296' lon='76.33453' />
+  <node id='-21482' lat='36.56986' lon='75.92391' />
+  <node id='-21484' lat='36.41198' lon='76.0324' />
+  <node id='-21486' lat='36.17511' lon='76.00906' />
+  <node id='-21490' lat='36.95382' lon='75.40481' />
+  <node id='-21492' lat='36.71971' lon='75.45562' />
+  <node id='-21498' lat='37.02622' lon='75.13839' />
+  <node id='-21500' lat='38.84782' lon='73.7033' />
+  <node id='-21502' lat='38.93867' lon='73.7445' />
+  <node id='-21504' lat='38.91517' lon='73.82964' />
+  <node id='-21506' lat='39.04007' lon='73.81728' />
+  <node id='-21508' lat='39.023' lon='73.75823' />
+  <node id='-21510' lat='38.61106' lon='73.79806' />
+  <node id='-21512' lat='38.52945' lon='73.97933' />
+  <node id='-21514' lat='38.65504' lon='74.17022' />
+  <node id='-21516' lat='38.47034' lon='74.51217' />
+  <node id='-21518' lat='38.42947' lon='74.69619' />
+  <node id='-21520' lat='38.03033' lon='74.9063' />
+  <node id='-21522' lat='37.83428' lon='74.92416' />
+  <node id='-21524' lat='38.19889' lon='74.80331' />
+  <node id='-21526' lat='38.22155' lon='74.69894' />
+  <node id='-21528' lat='38.07359' lon='74.82665' />
+  <node id='-21530' lat='37.31839' lon='75.12328' />
+  <node id='-21532' lat='37.52779' lon='75.06011' />
+  <node id='-21534' lat='37.41443' lon='75.15899' />
+  <node id='-21536' lat='37.37297' lon='75.09719' />
+  <node id='-21538' lat='37.67576' lon='74.8912' />
+  <node id='-21540' lat='37.55501' lon='74.94338' />
+  <node id='-21542' lat='37.3435' lon='74.8294' />
+  <node id='-21544' lat='37.3948' lon='74.68383' />
+  <node id='-21546' lat='37.37734' lon='74.56161' />
+  <node id='-21548' lat='37.41116' lon='74.23339' />
+  <node id='-21550' lat='37.3948' lon='74.41055' />
+  <node id='-21552' lat='37.4417' lon='73.77197' />
+  <node id='-21554' lat='37.33913' lon='73.76647' />
+  <node id='-21556' lat='37.27469' lon='73.61129' />
+  <node id='-21558' lat='37.23643' lon='73.64974' />
+  <node id='-21560' lat='37.22659' lon='73.82552' />
+  <node id='-21562' lat='37.22222' lon='72.79693' />
+  <node id='-21564' lat='37.31729' lon='73.06884' />
+  <node id='-21566' lat='36.98115' lon='72.31676' />
+  <node id='-21568' lat='36.74943' lon='71.57195' />
+  <node id='-21570' lat='36.67346' lon='71.67083' />
+  <node id='-21572' lat='37.47971' lon='71.5256' />
+  <node id='-21574' lat='37.53527' lon='71.49693' />
+  <node id='-21576' lat='37.88564' lon='71.32871' />
+  <node id='-21578' lat='37.95349' lon='71.51565' />
+  <node id='-21580' lat='37.92425' lon='71.58843' />
+  <node id='-21582' lat='37.79956' lon='71.59255' />
+  <node id='-21584' lat='38.48862' lon='70.98693' />
+  <node id='-21586' lat='38.45548' lon='70.77132' />
+  <node id='-21588' lat='38.44688' lon='70.84376' />
+  <node id='-21590' lat='38.46826' lon='70.88719' />
+  <node id='-21592' lat='38.43021' lon='70.92728' />
+  <node id='-21594' lat='38.40176' lon='71.0556' />
+  <node id='-21596' lat='38.42517' lon='71.09542' />
+  <node id='-21598' lat='38.12546' lon='70.4898' />
+  <node id='-21600' lat='37.84296' lon='70.1863' />
+  <node id='-21602' lat='37.81258' lon='70.27694' />
+  <node id='-21604' lat='37.66706' lon='70.28243' />
+  <node id='-21606' lat='37.16752' lon='69.39529' />
+  <node id='-21608' lat='37.23315' lon='69.45022' />
+  <node id='-21610' lat='37.40462' lon='69.36645' />
+  <node id='-21612' lat='37.5844' lon='69.51888' />
+  <node id='-21614' lat='37.5746' lon='69.80041' />
+  <node id='-21616' lat='37.5659' lon='69.95971' />
+  <node id='-21618' lat='37.60616' lon='69.84435' />
+  <node id='-21620' lat='37.61378' lon='69.93362' />
+  <node id='-21622' lat='37.19815' lon='68.61851' />
+  <node id='-21624' lat='37.25174' lon='69.03274' />
+  <node id='-21626' lat='37.27906' lon='68.6798' />
+  <node id='-21628' lat='37.32603' lon='68.96407' />
+  <node id='-21630' lat='37.23862' lon='68.81438' />
+  <node id='-21632' lat='37.32494' lon='68.80889' />
+  <node id='-21634' lat='37.26704' lon='68.91189' />
+  <node id='-21636' lat='37.33368' lon='68.88168' />
+  <node id='-21638' lat='37.02074' lon='68.18542' />
+  <node id='-21640' lat='37.13906' lon='68.41888' />
+  <node id='-21642' lat='37.10621' lon='68.29253' />
+  <node id='-21644' lat='37.00977' lon='68.27605' />
+  <node id='-21646' lat='37.10402' lon='68.41201' />
+  <node id='-21648' lat='37.08978' lon='67.7803' />
+  <node id='-21650' lat='37.0591' lon='67.87917' />
+  <node id='-21652' lat='31.93186' lon='69.3225' />
+  <node id='-21654' lat='32.14141' lon='69.27032' />
+  <node id='-21656' lat='31.64822' lon='68.95995' />
+  <node id='-21658' lat='31.62249' lon='69.00939' />
+  <node id='-21660' lat='31.85957' lon='69.20577' />
+  <node id='-21662' lat='31.70782' lon='69.11514' />
+  <node id='-21664' lat='32.8768' lon='69.5436' />
+  <node id='-21666' lat='32.45946' lon='69.23599' />
+  <node id='-21668' lat='32.53938' lon='69.2868' />
+  <node id='-21670' lat='32.7302' lon='69.43649' />
+  <node id='-21672' lat='32.56601' lon='69.38155' />
+  <node id='-21674' lat='32.6678' lon='69.44747' />
+  <node id='-21676' lat='32.76601' lon='69.38018' />
+  <node id='-21678' lat='32.85834' lon='69.47082' />
+  <node id='-21680' lat='33.01509' lon='69.49004' />
+  <node id='-21682' lat='33.09911' lon='69.57656' />
+  <node id='-21684' lat='33.22557' lon='70.07369' />
+  <node id='-21686' lat='33.14282' lon='70.02563' />
+  <node id='-21688' lat='33.13247' lon='69.79766' />
+  <node id='-21690' lat='33.09451' lon='69.85259' />
+  <node id='-21692' lat='33.09911' lon='69.71526' />
+  <node id='-21694' lat='33.34496' lon='70.32775' />
+  <node id='-21696' lat='33.21064' lon='70.13686' />
+  <node id='-21698' lat='33.64387' lon='70.20141' />
+  <node id='-21700' lat='34.04194' lon='69.90203' />
+  <node id='-21702' lat='33.9463' lon='70.54336' />
+  <node id='-21704' lat='33.97933' lon='70.88119' />
+  <node id='-21706' lat='34.06242' lon='71.07345' />
+  <node id='-21708' lat='34.10564' lon='71.06933' />
+  <node id='-21710' lat='34.16503' lon='71.13078' />
+  <node id='-21712' lat='33.6553' lon='70.14785' />
+  <node id='-21714' lat='33.71701' lon='70.14236' />
+  <node id='-21716' lat='33.73528' lon='70.00503' />
+  <node id='-21718' lat='33.93719' lon='69.85671' />
+  <node id='-21720' lat='34.80882' lon='71.28356' />
+  <node id='-21722' lat='34.69034' lon='71.08718' />
+  <node id='-21724' lat='34.63047' lon='71.11602' />
+  <node id='-21726' lat='34.54568' lon='71.0089' />
+  <node id='-21728' lat='34.44835' lon='71.02401' />
+  <node id='-21730' lat='35.21262' lon='71.67495' />
+  <node id='-21732' lat='35.4479' lon='71.65435' />
+  <node id='-21734' lat='35.28776' lon='71.5541' />
+  <node id='-21736' lat='34.97328' lon='71.50329' />
+  <node id='-21738' lat='35.09023' lon='71.52938' />
+  <node id='-21740' lat='35.02615' lon='71.55273' />
+  <node id='-21742' lat='35.00478' lon='71.49917' />
+  <node id='-21744' lat='35.31037' lon='71.54294' />
+  <node id='-21746' lat='35.95865' lon='71.37969' />
+  <node id='-21748' lat='35.6267' lon='71.49917' />
+  <node id='-21750' lat='35.71483' lon='71.55273' />
+  <node id='-21752' lat='36.49924' lon='71.80267' />
+  <node id='-21754' lat='36.39429' lon='71.60491' />
+  <node id='-21756' lat='37.00977' lon='74.43389' />
+  <node id='-21758' lat='28.12356' lon='88.63235' />
+  <node id='-21760' lat='28.01936' lon='88.83559' />
+  <node id='-21762' lat='27.9478' lon='88.25332' />
+  <node id='-21764' lat='27.45415' lon='88.77517' />
+  <node id='-21766' lat='27.85192' lon='88.88091' />
+  <node id='-21768' lat='28.06057' lon='88.54858' />
+  <node id='-21770' lat='22.05965' lon='99.96612' />
+  <node id='-21772' lat='21.71064' lon='99.98654' />
+  <node id='-21774' lat='21.82782' lon='99.94003' />
+  <node id='-21776' lat='21.97053' lon='99.99084' />
+  <node id='-21778' lat='21.70539' lon='100.12679' />
+  <node id='-21780' lat='21.65306' lon='100.17486' />
+  <node id='-21782' lat='21.59945' lon='100.10757' />
+  <node id='-21784' lat='21.50365' lon='100.12542' />
+  <node id='-21786' lat='21.45637' lon='100.57861' />
+  <node id='-21788' lat='21.51898' lon='100.72143' />
+  <node id='-21790' lat='21.54325' lon='100.42892' />
+  <node id='-21792' lat='21.46148' lon='100.4811' />
+  <node id='-21794' lat='21.53176' lon='100.35201' />
+  <node id='-21796' lat='21.47043' lon='100.25863' />
+  <node id='-21798' lat='21.48704' lon='100.1625' />
+  <node id='-21800' lat='21.51898' lon='100.18447' />
+  <node id='-21802' lat='22.09656' lon='99.33166' />
+  <node id='-21804' lat='22.13345' lon='99.47585' />
+  <node id='-21806' lat='22.04183' lon='99.85351' />
+  <node id='-21808' lat='22.73893' lon='99.31243' />
+  <node id='-21810' lat='22.50188' lon='99.37972' />
+  <node id='-21812' lat='22.4105' lon='99.28771' />
+  <node id='-21814' lat='22.57544' lon='99.38247' />
+  <node id='-21816' lat='23.16382' lon='99.05975' />
+  <node id='-21818' lat='23.13099' lon='99.34127' />
+  <node id='-21820' lat='23.12215' lon='99.04601' />
+  <node id='-21822' lat='23.09025' lon='99.25741' />
+  <node id='-21824' lat='23.80492' lon='98.68209' />
+  <node id='-21826' lat='23.77947' lon='98.79607' />
+  <node id='-21828' lat='23.5345' lon='98.80294' />
+  <node id='-21830' lat='23.48995' lon='98.87683' />
+  <node id='-21832' lat='23.59555' lon='98.88396' />
+  <node id='-21834' lat='23.47908' lon='98.82877' />
+  <node id='-21836' lat='23.33038' lon='98.87573' />
+  <node id='-21838' lat='23.36946' lon='98.92104' />
+  <node id='-21840' lat='23.31414' lon='98.93958' />
+  <node id='-21842' lat='23.9644' lon='98.67797' />
+  <node id='-21844' lat='24.10612' lon='98.89632' />
+  <node id='-21846' lat='24.13119' lon='98.54476' />
+  <node id='-21848' lat='24.08371' lon='98.59256' />
+  <node id='-21850' lat='23.95663' lon='97.79416' />
+  <node id='-21852' lat='24.43748' lon='97.52757' />
+  <node id='-21854' lat='24.45288' lon='97.66998' />
+  <node id='-21856' lat='24.30027' lon='97.66723' />
+  <node id='-21858' lat='24.26365' lon='97.76799' />
+  <node id='-21860' lat='24.18883' lon='97.72799' />
+  <node id='-21862' lat='24.29652' lon='97.71941' />
+  <node id='-21864' lat='24.35658' lon='97.7098' />
+  <node id='-21866' lat='24.33781' lon='97.65624' />
+  <node id='-21868' lat='24.54535' lon='97.56286' />
+  <node id='-21870' lat='24.84557' lon='97.70181' />
+  <node id='-21872' lat='24.8289' lon='97.76481' />
+  <node id='-21874' lat='24.85655' lon='97.79949' />
+  <node id='-21876' lat='24.91332' lon='97.72903' />
+  <node id='-21878' lat='25.08508' lon='97.72216' />
+  <node id='-21880' lat='25.2715' lon='97.83614' />
+  <node id='-21882' lat='25.11492' lon='97.77023' />
+  <node id='-21884' lat='25.20815' lon='97.92541' />
+  <node id='-21886' lat='25.41547' lon='98.14925' />
+  <node id='-21888' lat='25.50722' lon='98.12591' />
+  <node id='-21890' lat='25.56298' lon='98.18084' />
+  <node id='-21892' lat='25.62739' lon='98.16848' />
+  <node id='-21894' lat='25.55307' lon='98.31268' />
+  <node id='-21896' lat='25.61129' lon='98.40606' />
+  <node id='-21898' lat='25.6051' lon='98.25774' />
+  <node id='-21900' lat='25.85129' lon='98.54064' />
+  <node id='-21902' lat='25.79937' lon='98.63128' />
+  <node id='-21904' lat='25.86241' lon='98.70818' />
+  <node id='-21906' lat='26.11547' lon='98.57085' />
+  <node id='-21908' lat='26.15492' lon='98.63128' />
+  <node id='-21910' lat='26.17218' lon='98.7329' />
+  <node id='-21912' lat='26.24487' lon='98.67797' />
+  <node id='-21914' lat='26.36183' lon='98.72741' />
+  <node id='-21916' lat='26.61994' lon='98.77547' />
+  <node id='-21918' lat='27.9478' lon='98.13964' />
+  <node id='-21920' lat='27.51385' lon='98.32641' />
+  <node id='-21922' lat='27.55404' lon='98.42529' />
+  <node id='-21924' lat='27.67086' lon='98.43353' />
+  <node id='-21926' lat='27.56499' lon='98.69582' />
+  <node id='-21928' lat='28.55628' lon='97.56835' />
+  <node id='-21930' lat='28.29783' lon='97.41729' />
+  <node id='-21932' lat='28.2688' lon='97.47085' />
+  <node id='-21934' lat='28.49716' lon='97.50518' />
+  <node id='-21936' lat='28.33168' lon='97.79632' />
+  <node id='-21938' lat='28.5056' lon='97.70705' />
+  <node id='-21940' lat='28.3776' lon='97.90069' />
+  <node id='-21942' lat='28.12114' lon='98.15337' />
+  <node id='-21944' lat='22.45873' lon='93.13537' />
+  <node id='-21946' lat='22.16017' lon='92.70416' />
+  <node id='-21948' lat='22.03547' lon='92.67532' />
+  <node id='-21950' lat='22.05456' lon='92.86208' />
+  <node id='-21952' lat='21.95143' lon='92.89504' />
+  <node id='-21954' lat='22.02656' lon='92.93899' />
+  <node id='-21956' lat='21.98964' lon='92.99804' />
+  <node id='-21958' lat='22.05965' lon='92.99255' />
+  <node id='-21960' lat='22.20595' lon='93.04885' />
+  <node id='-21962' lat='22.18687' lon='93.15734' />
+  <node id='-21964' lat='22.24535' lon='93.14224' />
+  <node id='-21966' lat='22.25425' lon='93.19991' />
+  <node id='-21968' lat='22.43716' lon='93.18206' />
+  <node id='-21970' lat='23.05772' lon='93.12988' />
+  <node id='-21972' lat='22.69459' lon='93.09417' />
+  <node id='-21974' lat='22.92498' lon='93.134' />
+  <node id='-21976' lat='23.00464' lon='93.2878' />
+  <node id='-21978' lat='22.54374' lon='93.11477' />
+  <node id='-21980' lat='22.59573' lon='93.134' />
+  <node id='-21982' lat='23.13698' lon='93.38478' />
+  <node id='-21984' lat='23.92925' lon='93.3908' />
+  <node id='-21986' lat='23.93176' lon='93.36059' />
+  <node id='-21988' lat='24.04468' lon='93.32351' />
+  <node id='-21990' lat='23.68299' lon='93.43475' />
+  <node id='-21992' lat='23.7622' lon='93.3908' />
+  <node id='-21994' lat='23.4728' lon='93.38805' />
+  <node id='-21996' lat='24.07854' lon='93.41415' />
+  <node id='-21998' lat='23.97067' lon='93.46633' />
+  <node id='-22000' lat='23.94432' lon='93.50616' />
+  <node id='-22002' lat='23.92549' lon='93.80279' />
+  <node id='-22004' lat='23.95812' lon='93.92089' />
+  <node id='-22008' lat='24.23752' lon='94.30215' />
+  <node id='-22010' lat='25.20318' lon='94.57458' />
+  <node id='-22012' lat='25.13606' lon='94.74212' />
+  <node id='-22014' lat='24.59281' lon='94.50729' />
+  <node id='-22016' lat='24.70764' lon='94.5526' />
+  <node id='-22018' lat='24.70889' lon='94.60204' />
+  <node id='-22020' lat='25.00545' lon='94.73937' />
+  <node id='-22024' lat='25.47003' lon='94.68032' />
+  <node id='-22026' lat='25.49359' lon='94.80117' />
+  <node id='-22034' lat='26.1019' lon='95.11428' />
+  <node id='-22036' lat='26.38397' lon='95.12801' />
+  <node id='-22038' lat='26.45408' lon='95.05798' />
+  <node id='-22040' lat='26.68499' lon='95.23513' />
+  <node id='-22042' lat='26.7083' lon='95.437' />
+  <node id='-22044' lat='27.01335' lon='95.81603' />
+  <node id='-22046' lat='27.24572' lon='96.15591' />
+  <node id='-22048' lat='27.04149' lon='95.93002' />
+  <node id='-22050' lat='27.19428' lon='96.04949' />
+  <node id='-22052' lat='27.09041' lon='97.14675' />
+  <node id='-22054' lat='27.17474' lon='96.89132' />
+  <node id='-22056' lat='27.29928' lon='96.55761' />
+  <node id='-22058' lat='27.36638' lon='96.73888' />
+  <node id='-22060' lat='27.2065' lon='96.85287' />
+  <node id='-22062' lat='27.25046' lon='96.88445' />
+  <node id='-22064' lat='27.14052' lon='97.17422' />
+  <node id='-22066' lat='27.92233' lon='97.29919' />
+  <node id='-22068' lat='28.06784' lon='97.31292' />
+  <node id='-22070' lat='27.87256' lon='97.35824' />
+  <node id='-22072' lat='28.06663' lon='97.35412' />
+  <node id='-22074' lat='28.01329' lon='97.38845' />
+  <node id='-22076' lat='28.42955' lon='96.48895' />
+  <node id='-22078' lat='28.51526' lon='96.40929' />
+  <node id='-22080' lat='28.72742' lon='96.61391' />
+  <node id='-22082' lat='28.3619' lon='97.1289' />
+  <node id='-22084' lat='28.32564' lon='96.98882' />
+  <node id='-22086' lat='28.61657' lon='96.6455' />
+  <node id='-22088' lat='28.4875' lon='96.85561' />
+  <node id='-22090' lat='28.39452' lon='96.88445' />
+  <node id='-22092' lat='29.32063' lon='95.75149' />
+  <node id='-22094' lat='29.02325' lon='96.20467' />
+  <node id='-22096' lat='29.10607' lon='96.3626' />
+  <node id='-22098' lat='29.11087' lon='96.18682' />
+  <node id='-22100' lat='29.18643' lon='96.31316' />
+  <node id='-22102' lat='29.38167' lon='96.05361' />
+  <node id='-22104' lat='29.31464' lon='95.84899' />
+  <node id='-22106' lat='29.17804' lon='94.81353' />
+  <node id='-22108' lat='29.07727' lon='95.26122' />
+  <node id='-22110' lat='29.14446' lon='95.0978' />
+  <node id='-22112' lat='29.13847' lon='95.3038' />
+  <node id='-22114' lat='29.13487' lon='95.50842' />
+  <node id='-22116' lat='29.13007' lon='95.41091' />
+  <node id='-22118' lat='29.09527' lon='95.11291' />
+  <node id='-22120' lat='29.10727' lon='95.2214' />
+  <node id='-22122' lat='29.11687' lon='94.2752' />
+  <node id='-22124' lat='29.01965' lon='94.35897' />
+  <node id='-22126' lat='28.50319' lon='93.18069' />
+  <node id='-22128' lat='28.37035' lon='93.14635' />
+  <node id='-22130' lat='28.25671' lon='92.93075' />
+  <node id='-22132' lat='27.76325' lon='91.84722' />
+  <node id='-22134' lat='27.7195' lon='91.87057' />
+  <node id='-22136' lat='28.07632' lon='92.65472' />
+  <node id='-22138' lat='28.05814' lon='92.73025' />
+  <node id='-22140' lat='27.98662' lon='92.7275' />
+  <node id='-22142' lat='27.79363' lon='92.32101' />
+  <node id='-22144' lat='27.89077' lon='92.27432' />
+  <node id='-22146' lat='27.80092' lon='92.42538' />
+  <node id='-22148' lat='35.67356' lon='76.84539' />
+  <node id='-22150' lat='35.5932' lon='76.96624' />
+  <node id='-22152' lat='35.46132' lon='77.44277' />
+  <node id='-22160' lat='35.46244' lon='77.70232' />
+  <node id='-22164' lat='35.52058' lon='77.80532' />
+  <node id='-22166' lat='35.23954' lon='78.00033' />
+  <node id='-22168' lat='35.3785' lon='78.03466' />
+  <node id='-22172' lat='34.88771' lon='78.22692' />
+  <node id='-22178' lat='34.7998' lon='78.18435' />
+  <node id='-22182' lat='34.08858' lon='78.66225' />
+  <node id='-22184' lat='34.15452' lon='78.91769' />
+  <node id='-22186' lat='34.3027' lon='78.99802' />
+  <node id='-22190' lat='34.32482' lon='79.05364' />
+  <node id='-22192' lat='34.45174' lon='78.74465' />
+  <node id='-22194' lat='34.57283' lon='78.54964' />
+  <node id='-22196' lat='34.50835' lon='78.56475' />
+  <node id='-22198' lat='34.01121' lon='78.73367' />
+  <node id='-22200' lat='33.66445' lon='78.67599' />
+  <node id='-22202' lat='33.73871' lon='78.77349' />
+  <node id='-22204' lat='33.17156' lon='79.15252' />
+  <node id='-22206' lat='33.02545' lon='79.14016' />
+  <node id='-22208' lat='32.69668' lon='79.46562' />
+  <node id='-22210' lat='32.33655' lon='78.96713' />
+  <node id='-22212' lat='32.37948' lon='78.99322' />
+  <node id='-22214' lat='32.53938' lon='78.38897' />
+  <node id='-22216' lat='32.69438' lon='78.73916' />
+  <node id='-22218' lat='32.2762' lon='78.49609' />
+  <node id='-22220' lat='32.45367' lon='78.4645' />
+  <node id='-22222' lat='32.46873' lon='78.7831' />
+  <node id='-22224' lat='31.78723' lon='78.69933' />
+  <node id='-22226' lat='31.99478' lon='78.78036' />
+  <node id='-22228' lat='31.50197' lon='78.71032' />
+  <node id='-22230' lat='31.31209' lon='78.77898' />
+  <node id='-22232' lat='31.42817' lon='79.01931' />
+  <node id='-22234' lat='31.43403' lon='79.14016' />
+  <node id='-22236' lat='31.34963' lon='79.22805' />
+  <node id='-22238' lat='30.93943' lon='79.59884' />
+  <node id='-22240' lat='30.88288' lon='79.93255' />
+  <node id='-22242' lat='30.32023' lon='80.83343' />
+  <node id='-22244' lat='30.44936' lon='80.54504' />
+  <node id='-22246' lat='30.58541' lon='80.20721' />
+  <node id='-22248' lat='24.31904' lon='68.7416' />
+  <node id='-22250' lat='24.33156' lon='68.90914' />
+  <node id='-22252' lat='24.26021' lon='68.97781' />
+  <node id='-22254' lat='24.29777' lon='69.07806' />
+  <node id='-22256' lat='24.25646' lon='69.19341' />
+  <node id='-22258' lat='24.28712' lon='69.29778' />
+  <node id='-22260' lat='24.29777' lon='69.59579' />
+  <node id='-22262' lat='24.43787' lon='70.5667' />
+  <node id='-22264' lat='24.27774' lon='70.57906' />
+  <node id='-22266' lat='24.27398' lon='70.88393' />
+  <node id='-22268' lat='24.23517' lon='70.71502' />
+  <node id='-22270' lat='24.30903' lon='70.85784' />
+  <node id='-22272' lat='24.3791' lon='70.94985' />
+  <node id='-22274' lat='24.34657' lon='71.04461' />
+  <node id='-22276' lat='24.69017' lon='71.09405' />
+  <node id='-22278' lat='24.60904' lon='70.97594' />
+  <node id='-22280' lat='24.46038' lon='71.00341' />
+  <node id='-22282' lat='24.42662' lon='71.12838' />
+  <node id='-22284' lat='25.39314' lon='70.66695' />
+  <node id='-22286' lat='25.68186' lon='70.67382' />
+  <node id='-22288' lat='25.71156' lon='70.2687' />
+  <node id='-22290' lat='25.67443' lon='70.37444' />
+  <node id='-22292' lat='25.68928' lon='70.53649' />
+  <node id='-22294' lat='25.71898' lon='70.60378' />
+  <node id='-22296' lat='26.08094' lon='70.08193' />
+  <node id='-22298' lat='26.56836' lon='69.88555' />
+  <node id='-22300' lat='26.60398' lon='70.05584' />
+  <node id='-22302' lat='26.24118' lon='70.17532' />
+  <node id='-22304' lat='26.55362' lon='70.17532' />
+  <node id='-22306' lat='28.01208' lon='70.37307' />
+  <node id='-22308' lat='28.02178' lon='70.60927' />
+  <node id='-22312' lat='27.68423' lon='70.79054' />
+  <node id='-22316' lat='30.28466' lon='73.95736' />
+  <node id='-22318' lat='31.13829' lon='74.51629' />
+  <node id='-22320' lat='31.12771' lon='74.6852' />
+  <node id='-22322' lat='31.05479' lon='74.67971' />
+  <node id='-22324' lat='31.08303' lon='74.56023' />
+  <node id='-22326' lat='31.13711' lon='74.60006' />
+  <node id='-22328' lat='31.10419' lon='74.60281' />
+  <node id='-22330' lat='31.50197' lon='74.59319' />
+  <node id='-22332' lat='31.55698' lon='74.61517' />
+  <node id='-22334' lat='31.87824' lon='74.58907' />
+  <node id='-22336' lat='32.10187' lon='75.25649' />
+  <node id='-22338' lat='31.95983' lon='74.79919' />
+  <node id='-22340' lat='32.04485' lon='74.86236' />
+  <node id='-22342' lat='32.0658' lon='74.9269' />
+  <node id='-22344' lat='32.03786' lon='75.00793' />
+  <node id='-22346' lat='32.45367' lon='74.97634' />
+  <node id='-22348' lat='32.49538' lon='75.03265' />
+  <node id='-22350' lat='32.36556' lon='75.28259' />
+  <node id='-22352' lat='32.49075' lon='74.84725' />
+  <node id='-22354' lat='32.92795' lon='74.31227' />
+  <node id='-22356' lat='32.84219' lon='74.7113' />
+  <node id='-22358' lat='32.90563' lon='74.41467' />
+  <node id='-22360' lat='32.77755' lon='74.45312' />
+  <node id='-22362' lat='32.75561' lon='74.6289' />
+  <node id='-22364' lat='32.82604' lon='74.64675' />
+  <node id='-22366' lat='33.02891' lon='74.31854' />
+  <node id='-22368' lat='32.97823' lon='74.34875' />
+  <node id='-22370' lat='33.07495' lon='74.17571' />
+  <node id='-22372' lat='33.13477' lon='74.15374' />
+  <node id='-22374' lat='33.25199' lon='74.01366' />
+  <node id='-22376' lat='33.26232' lon='74.08782' />
+  <node id='-22378' lat='33.3679' lon='74.17983' />
+  <node id='-22380' lat='33.4745' lon='74.18121' />
+  <node id='-22382' lat='33.73071' lon='73.96423' />
+  <node id='-22384' lat='34.01235' lon='73.91341' />
+  <node id='-22386' lat='34.03853' lon='74.21554' />
+  <node id='-22388' lat='33.82089' lon='74.05898' />
+  <node id='-22390' lat='33.83002' lon='74.14001' />
+  <node id='-22392' lat='33.92237' lon='74.26086' />
+  <node id='-22394' lat='34.01577' lon='74.25262' />
+  <node id='-22396' lat='34.05105' lon='73.88732' />
+  <node id='-22398' lat='34.2522' lon='73.98208' />
+  <node id='-22400' lat='34.35317' lon='73.90517' />
+  <node id='-22402' lat='34.34183' lon='73.74862' />
+  <node id='-22404' lat='34.32935' lon='73.8475' />
+  <node id='-22406' lat='34.3781' lon='73.74999' />
+  <node id='-22408' lat='34.48911' lon='73.88732' />
+  <node id='-22410' lat='34.68244' lon='73.96423' />
+  <node id='-22412' lat='34.54568' lon='73.89419' />
+  <node id='-22414' lat='34.63386' lon='73.93401' />
+  <node id='-22416' lat='34.57169' lon='73.93951' />
+  <node id='-22418' lat='34.77386' lon='74.58083' />
+  <node id='-22420' lat='34.64629' lon='75.01479' />
+  <node id='-22422' lat='34.55021' lon='75.38009' />
+  <node id='-22424' lat='34.76371' lon='76.67648' />
+  <node id='-22426' lat='34.84039' lon='76.74377' />
+  <node id='-22428' lat='34.92488' lon='76.74514' />
+  <node id='-22430' lat='34.6429' lon='76.15463' />
+  <node id='-22432' lat='34.78965' lon='76.47186' />
+  <node id='-22434' lat='34.67566' lon='76.04614' />
+  <node id='-22436' lat='35.52617' lon='76.75475' />
+  <node id='-22438' lat='35.39754' lon='76.85088' />
+  <node id='-22440' lat='35.39866' lon='76.93465' />
+  <node id='-22442' lat='49.94612' lon='-2.39388' />
+  <node id='-22444' lat='54.44148' lon='-4.86305' />
+  <node id='-22446' lat='54.57861' lon='-4.1819' />
+  <node id='-22448' lat='54.12723' lon='-3.64906' />
+  <node id='-22450' lat='60.61414' lon='19.23413' />
+  <node id='-22452' lat='60.71528' lon='20.96741' />
+  <node id='-22454' lat='60.54555' lon='21.15143' />
+  <node id='-22456' lat='60.12142' lon='21.02509' />
+  <node id='-22458' lat='59.67511' lon='21.35468' />
+  <node id='-22460' lat='18.07976' lon='-63.95092' />
+  <node id='-22462' lat='18.93262' lon='-63.90607' />
+  <node id='-22464' lat='-60.0' lon='180.0' />
+  <node id='-22466' lat='-85.0' lon='180.0' />
+  <node id='-22468' lat='-85.0' lon='-180.0' />
+  <node id='-22470' lat='-60.0' lon='-180.0' />
+  <node id='-22472' lat='12.75292' lon='-69.5195' />
+  <node id='-22474' lat='11.78151' lon='-68.33524' />
+  <node id='-22476' lat='12.62309' lon='-68.90012' />
+  <node id='-22478' lat='-10.176' lon='105.30283' />
+  <node id='-22480' lat='-10.18257' lon='105.97626' />
+  <node id='-22482' lat='-10.81333' lon='105.9699' />
+  <node id='-22484' lat='-10.80676' lon='105.29647' />
+  <node id='-22486' lat='-11.5651' lon='96.54423' />
+  <node id='-22488' lat='-11.57036' lon='97.25212' />
+  <node id='-22490' lat='-12.47233' lon='97.24513' />
+  <node id='-22492' lat='-12.46709' lon='96.53724' />
+  <node id='-22494' lat='-7.52784' lon='-167.75329' />
+  <node id='-22496' lat='-23.22266' lon='-167.73129' />
+  <node id='-22498' lat='-23.21255' lon='-156.46451' />
+  <node id='-22500' lat='-53.93403' lon='-58.84651' />
+  <node id='-22502' lat='-51.15168' lon='-55.76919' />
+  <node id='-22504' lat='-52.56305' lon='-43.57991' />
+  <node id='-22506' lat='-57.40649' lon='-40.68557' />
+  <node id='-22508' lat='13.92273' lon='143.82485' />
+  <node id='-22510' lat='13.85876' lon='146.25931' />
+  <node id='-22512' lat='20.05526' lon='136.0511' />
+  <node id='-22514' lat='-51.48322' lon='72.87012' />
+  <node id='-22516' lat='-53.99822' lon='75.44182' />
+  <node id='-22518' lat='22.13873' lon='113.92195' />
+  <node id='-22520' lat='22.15017' lon='114.50148' />
+  <node id='-22522' lat='22.55977' lon='114.44998' />
+  <node id='-22524' lat='22.55977' lon='114.25154' />
+  <node id='-22526' lat='22.42972' lon='113.86771' />
+  <node id='-22528' lat='22.2163' lon='113.81621' />
+  <node id='-22530' lat='22.1826' lon='113.83338' />
+  <node id='-22532' lat='22.5065' lon='114.03113' />
+  <node id='-22534' lat='22.5436' lon='114.22888' />
+  <node id='-22536' lat='22.5026' lon='114.05438' />
+  <node id='-22538' lat='22.54003' lon='114.12665' />
+  <node id='-22540' lat='22.52878' lon='114.11181' />
+  <node id='-22542' lat='22.51617' lon='114.06272' />
+  <node id='-22544' lat='22.51855' lon='114.07267' />
+  <node id='-22546' lat='22.52997' lon='114.07817' />
+  <node id='-22548' lat='22.5352' lon='114.1034' />
+  <node id='-22550' lat='22.54091' lon='114.1482' />
+  <node id='-22552' lat='22.56041' lon='114.1597' />
+  <node id='-22554' lat='22.55343' lon='114.22185' />
+  <node id='-22556' lat='29.18961' lon='-177.8563' />
+  <node id='-22558' lat='27.68616' lon='-177.84531' />
+  <node id='-22560' lat='27.68129' lon='-176.81808' />
+  <node id='-22562' lat='29.19028' lon='-176.83456' />
+  <node id='-22564' lat='17.13856' lon='-169.97341' />
+  <node id='-22566' lat='17.13856' lon='-169.02347' />
+  <node id='-22568' lat='16.32808' lon='-169.02347' />
+  <node id='-22570' lat='16.32808' lon='-169.97341' />
+  <node id='-22572' lat='5.24198' lon='-163.24478' />
+  <node id='-22574' lat='-1.36251' lon='-161.04969' />
+  <node id='-22576' lat='1.67574' lon='-175.33167' />
+  <node id='-22578' lat='-1.43294' lon='-177.43039' />
+  <node id='-22580' lat='17.56928' lon='-65.27974' />
+  <node id='-22582' lat='22.14519' lon='113.54942' />
+  <node id='-22584' lat='22.10909' lon='113.54839' />
+  <node id='-22586' lat='22.07696' lon='113.57191' />
+  <node id='-22588' lat='22.10782' lon='113.63011' />
+  <node id='-22590' lat='22.20464' lon='113.60504' />
+  <node id='-22592' lat='22.20416' lon='113.57123' />
+  <node id='-22594' lat='22.20973' lon='113.56865' />
+  <node id='-22596' lat='22.21672' lon='113.5508' />
+  <node id='-22598' lat='22.21688' lon='113.54333' />
+  <node id='-22600' lat='22.21314' lon='113.54093' />
+  <node id='-22602' lat='22.2137' lon='113.53593' />
+  <node id='-22604' lat='22.21235' lon='113.53301' />
+  <node id='-22606' lat='22.20607' lon='113.53552' />
+  <node id='-22608' lat='22.18271' lon='113.52659' />
+  <node id='-22610' lat='22.15497' lon='113.54093' />
+  <node id='-22612' lat='-13.22353' lon='45.54824' />
+  <node id='-22614' lat='-13.30845' lon='44.82644' />
+  <node id='-22616' lat='-12.30345' lon='45.45962' />
+  <node id='-22618' lat='-23.23027' lon='-173.11048' />
+  <node id='-22620' lat='-30.60259' lon='169.35326' />
+  <node id='-22622' lat='-27.25416' lon='166.75333' />
+  <node id='-22624' lat='31.46619' lon='34.052' />
+  <node id='-22626' lat='31.70393' lon='34.29262' />
+  <node id='-22628' lat='31.54197' lon='34.56797' />
+  <node id='-22630' lat='31.36404' lon='34.36505' />
+  <node id='-22632' lat='31.30598' lon='34.37381' />
+  <node id='-22634' lat='31.21998' lon='34.26742' />
+  <node id='-22636' lat='31.49578' lon='35.47672' />
+  <node id='-22638' lat='31.49572' lon='35.39675' />
+  <node id='-22640' lat='31.37445' lon='35.22921' />
+  <node id='-22642' lat='31.3551' lon='35.13033' />
+  <node id='-22644' lat='31.35979' lon='35.02459' />
+  <node id='-22646' lat='31.34337' lon='34.92571' />
+  <node id='-22648' lat='31.37093' lon='34.88932' />
+  <node id='-22650' lat='31.39321' lon='34.87833' />
+  <node id='-22652' lat='31.43891' lon='34.89756' />
+  <node id='-22654' lat='31.47816' lon='34.93258' />
+  <node id='-22656' lat='31.50743' lon='34.94356' />
+  <node id='-22658' lat='31.55601' lon='34.9415' />
+  <node id='-22660' lat='31.59813' lon='34.95249' />
+  <node id='-22662' lat='31.65426' lon='35.00879' />
+  <node id='-22664' lat='31.69107' lon='35.08226' />
+  <node id='-22666' lat='31.73634' lon='35.15119' />
+  <node id='-22668' lat='31.70896' lon='35.23972' />
+  <node id='-22670' lat='31.74846' lon='35.26319' />
+  <node id='-22672' lat='31.8387' lon='35.25753' />
+  <node id='-22674' lat='31.88241' lon='35.2136' />
+  <node id='-22676' lat='31.81835' lon='35.21469' />
+  <node id='-22678' lat='31.82542' lon='35.18169' />
+  <node id='-22680' lat='31.80901' lon='35.18603' />
+  <node id='-22682' lat='31.81325' lon='35.14174' />
+  <node id='-22684' lat='31.85627' lon='35.07677' />
+  <node id='-22686' lat='31.85685' lon='35.05617' />
+  <node id='-22688' lat='31.82944' lon='35.01978' />
+  <node id='-22690' lat='31.83352' lon='34.9724' />
+  <node id='-22692' lat='31.85569' lon='34.99712' />
+  <node id='-22694' lat='31.85919' lon='35.03489' />
+  <node id='-22696' lat='31.92448' lon='35.03489' />
+  <node id='-22698' lat='31.93264' lon='35.00124' />
+  <node id='-22700' lat='31.96935' lon='34.98682' />
+  <node id='-22702' lat='32.027' lon='35.00261' />
+  <node id='-22704' lat='32.09551' lon='34.9863' />
+  <node id='-22706' lat='32.10962' lon='34.99437' />
+  <node id='-22708' lat='32.19522' lon='34.95703' />
+  <node id='-22710' lat='32.23981' lon='35.01841' />
+  <node id='-22712' lat='32.2671' lon='35.02939' />
+  <node id='-22714' lat='32.28684' lon='35.01119' />
+  <node id='-22716' lat='32.33863' lon='35.01772' />
+  <node id='-22718' lat='32.35008' lon='35.04243' />
+  <node id='-22720' lat='32.38242' lon='35.0421' />
+  <node id='-22722' lat='32.4585' lon='35.07059' />
+  <node id='-22724' lat='32.55289' lon='35.2244' />
+  <node id='-22726' lat='32.52453' lon='35.25049' />
+  <node id='-22728' lat='32.50947' lon='35.29306' />
+  <node id='-22730' lat='32.52047' lon='35.35212' />
+  <node id='-22732' lat='32.50136' lon='35.40224' />
+  <node id='-22734' lat='32.46009' lon='35.42034' />
+  <node id='-22736' lat='32.43706' lon='35.41048' />
+  <node id='-22738' lat='32.41562' lon='35.42078' />
+  <node id='-22740' lat='32.38674' lon='35.55807' />
+  <node id='-22742' lat='75.46568' lon='33.12005' />
+  <node id='-22744' lat='80.57056' lon='35.22046' />
+  <node id='-22746' lat='-12.45583' lon='47.29063' />
+  <node id='-22748' lat='-17.08802' lon='41.06663' />
+  <node id='-22750' lat='-15.5001' lon='54.08717' />
+  <node id='-22752' lat='-15.45342' lon='54.91606' />
+  <node id='-22754' lat='-16.28353' lon='54.96649' />
+  <node id='-22756' lat='-16.33002' lon='54.13761' />
+  <node id='-22758' lat='-8.70814' lon='-14.82771' />
+  <node id='-22760' lat='-8.07391' lon='-13.33271' />
+  <node id='-22762' lat='29.61659' lon='-12.42686' />
+  <node id='-22764' lat='30.94071' lon='-14.33337' />
+  <node id='-22766' lat='36.05227' lon='-5.10878' />
+  <node id='-22768' lat='35.17419' lon='-4.30191' />
+  <node id='-22770' lat='35.17058' lon='-4.30112' />
+  <node id='-22772' lat='35.17149' lon='-4.29436' />
+  <node id='-22774' lat='35.22024' lon='-3.90288' />
+  <node id='-22776' lat='35.21406' lon='-3.88617' />
+  <node id='-22778' lat='35.1877' lon='-2.41265' />
+  <node id='-22780' lat='35.18777' lon='-2.44896' />
+  <node id='-22782' lat='35.17075' lon='-2.44887' />
+  <node id='-22784' lat='-7.71938' lon='72.09053' />
+  <node id='-22786' lat='-6.94304' lon='72.0768' />
+  <node id='-22788' lat='-6.94577' lon='73.19718' />
+  <node id='-22790' lat='-36.6746' lon='-13.48367' />
+  <node id='-22792' lat='-36.60319' lon='-11.55782' />
+  <node id='-22794' lat='-37.8367' lon='-11.48092' />
+  <node id='-22796' lat='-37.88844' lon='-13.41694' />
+  <node id='-22798' lat='-26.70736' lon='99.6403' />
+  <node id='-22800' lat='-28.32101' lon='165.46901' />
+  <node id='-22802' lat='45.96485' lon='8.95861' />
+  <node id='-22804' lat='45.98436' lon='8.96668' />
+  <node id='-22806' lat='45.98317' lon='8.97741' />
+  <node id='-22808' lat='45.96151' lon='8.97604' />
+  <node id='-22810' lat='22.00405' lon='33.17563' />
+  <node id='-22812' lat='22.00501' lon='34.0765' />
+  <node id='-22814' lat='21.72406' lon='33.57251' />
+  <node id='-22816' lat='21.76784' lon='33.99686' />
+  <node id='-22818' lat='51.4353' lon='4.91493' />
+  <node id='-22820' lat='51.43329' lon='4.92652' />
+  <node id='-22822' lat='51.42984' lon='4.92952' />
+  <node id='-22824' lat='51.43064' lon='4.93986' />
+  <node id='-22826' lat='51.44003' lon='4.94265' />
+  <node id='-22828' lat='51.43861' lon='4.93471' />
+  <node id='-22830' lat='51.44185' lon='4.93416' />
+  <node id='-22832' lat='51.44193' lon='4.94025' />
+  <node id='-22834' lat='51.44634' lon='4.93544' />
+  <node id='-22836' lat='51.44161' lon='4.92879' />
+  <node id='-22838' lat='51.43856' lon='4.92815' />
+  <node id='-22840' lat='51.44273' lon='4.92566' />
+  <node id='-22842' lat='51.4437' lon='4.92811' />
+  <node id='-22844' lat='51.44741' lon='4.92287' />
+  <node id='-22846' lat='51.44621' lon='4.91811' />
+  <node id='-22848' lat='51.44252' lon='4.92227' />
+  <node id='-22850' lat='51.43634' lon='4.91935' />
+  <node id='-22852' lat='51.44945' lon='4.93295' />
+  <node id='-22854' lat='51.44632' lon='4.93909' />
+  <node id='-22856' lat='51.45014' lon='4.9524' />
+  <node id='-22858' lat='51.45207' lon='4.95244' />
+  <node id='-22860' lat='-14.42902' lon='129.0' />
+  <node id='-22862' lat='-43.08851' lon='129.0' />
+  <node id='-22864' lat='-25.99861' lon='129.00057' />
+  <node id='-22866' lat='-25.99861' lon='129.00183' />
+  <node id='-22868' lat='-25.99819' lon='137.99993' />
+  <node id='-22870' lat='-26.00101' lon='141.00013' />
+  <node id='-22872' lat='-16.23841' lon='138.00067' />
+  <node id='-22874' lat='-38.2743' lon='140.96369' />
+  <node id='-22876' lat='-39.16128' lon='152.57175' />
+  <node id='-22878' lat='-55.66823' lon='158.89388' />
+  <node id='-22880' lat='-47.26522' lon='137.66184' />
+  <node id='-22882' lat='-39.23791' lon='140.64335' />
+  <node id='-22884' lat='-33.98067' lon='140.9638' />
+  <node id='-22886' lat='-34.02172' lon='141.00268' />
+  <node id='-22888' lat='-34.18902' lon='141.5377' />
+  <node id='-22890' lat='-34.0924' lon='141.71349' />
+  <node id='-22892' lat='-34.12651' lon='142.0211' />
+  <node id='-22894' lat='-34.18334' lon='142.22023' />
+  <node id='-22896' lat='-34.3014' lon='142.24495' />
+  <node id='-22898' lat='-34.34563' lon='142.37404' />
+  <node id='-22900' lat='-34.74267' lon='142.50999' />
+  <node id='-22902' lat='-34.77765' lon='142.61711' />
+  <node id='-22904' lat='-34.56871' lon='142.76268' />
+  <node id='-22906' lat='-34.79344' lon='143.34221' />
+  <node id='-22908' lat='-34.99618' lon='143.3271' />
+  <node id='-22910' lat='-35.18047' lon='143.39027' />
+  <node id='-22912' lat='-35.20741' lon='143.57155' />
+  <node id='-22914' lat='-35.33634' lon='143.56743' />
+  <node id='-22916' lat='-35.57238' lon='144.08241' />
+  <node id='-22918' lat='-36.11895' lon='144.74022' />
+  <node id='-22920' lat='-36.05236' lon='144.94896' />
+  <node id='-22922' lat='-35.86673' lon='144.9778' />
+  <node id='-22924' lat='-35.81774' lon='145.1165' />
+  <node id='-22926' lat='-35.86005' lon='145.34447' />
+  <node id='-22928' lat='-35.80772' lon='145.50789' />
+  <node id='-22930' lat='-35.98461' lon='145.80589' />
+  <node id='-22932' lat='-36.03571' lon='146.36894' />
+  <node id='-22934' lat='-35.96794' lon='146.42387' />
+  <node id='-22936' lat='-35.97349' lon='146.59966' />
+  <node id='-22938' lat='-36.08788' lon='146.85097' />
+  <node id='-22940' lat='-36.09898' lon='147.04185' />
+  <node id='-22942' lat='-36.00683' lon='147.10503' />
+  <node id='-22944' lat='-36.05458' lon='147.31926' />
+  <node id='-22946' lat='-35.94681' lon='147.39616' />
+  <node id='-22948' lat='-35.94237' lon='147.71202' />
+  <node id='-22950' lat='-36.0457' lon='147.99217' />
+  <node id='-22952' lat='-36.39248' lon='148.04573' />
+  <node id='-22954' lat='-36.59782' lon='148.20366' />
+  <node id='-22956' lat='-36.79272' lon='148.10753' />
+  <node id='-22958' lat='-36.79602' lon='148.19405' />
+  <node id='-22960' lat='-37.59458' lon='150.19768' />
+  <node id='-22962' lat='-28.99903' lon='140.99934' />
+  <node id='-22964' lat='-28.99906' lon='148.95806' />
+  <node id='-22966' lat='-28.77479' lon='149.19248' />
+  <node id='-22968' lat='-28.68628' lon='149.37788' />
+  <node id='-22970' lat='-28.58202' lon='149.48705' />
+  <node id='-22972' lat='-28.57056' lon='149.58044' />
+  <node id='-22974' lat='-28.62723' lon='149.67519' />
+  <node id='-22976' lat='-28.53558' lon='150.30004' />
+  <node id='-22978' lat='-28.66098' lon='150.43737' />
+  <node id='-22980' lat='-28.63446' lon='150.74499' />
+  <node id='-22982' lat='-28.94017' lon='151.27508' />
+  <node id='-22984' lat='-29.15627' lon='151.30392' />
+  <node id='-22986' lat='-29.17186' lon='151.39318' />
+  <node id='-22988' lat='-28.94858' lon='151.55248' />
+  <node id='-22990' lat='-28.86683' lon='151.72552' />
+  <node id='-22992' lat='-28.9606' lon='151.7777' />
+  <node id='-22994' lat='-28.89449' lon='152.01391' />
+  <node id='-22996' lat='-28.69351' lon='152.06472' />
+  <node id='-22998' lat='-28.54282' lon='151.94662' />
+  <node id='-23000' lat='-28.25168' lon='152.49731' />
+  <node id='-23002' lat='-28.3327' lon='152.57696' />
+  <node id='-23004' lat='-28.27466' lon='152.60442' />
+  <node id='-23006' lat='-28.35929' lon='152.74725' />
+  <node id='-23008' lat='-28.30852' lon='152.87222' />
+  <node id='-23010' lat='-28.35445' lon='153.10293' />
+  <node id='-23012' lat='-28.25289' lon='153.18121' />
+  <node id='-23014' lat='-28.242' lon='153.36385' />
+  <node id='-23016' lat='-28.15789' lon='153.47715' />
+  <node id='-23018' lat='-28.17635' lon='153.53414' />
+  <node id='-23020' lat='-28.16364' lon='153.55096' />
+  <node id='-23022' lat='-19.80828' lon='149.03078' />
+  <node id='-23024' lat='-24.72709' lon='153.5901' />
+  <node id='-23026' lat='-33.24807' lon='159.35793' />
+  <node id='-23028' lat='-27.34698' lon='155.3142' />
+  <node id='-23030' lat='-35.1241' lon='149.12159' />
+  <node id='-23032' lat='-35.30698' lon='148.80951' />
+  <node id='-23034' lat='-35.49504' lon='148.76247' />
+  <node id='-23036' lat='-35.69995' lon='148.78891' />
+  <node id='-23038' lat='-35.76043' lon='148.85723' />
+  <node id='-23040' lat='-35.715' lon='148.8768' />
+  <node id='-23042' lat='-35.75095' lon='148.89431' />
+  <node id='-23044' lat='-35.82504' lon='148.89602' />
+  <node id='-23046' lat='-35.8971' lon='148.96194' />
+  <node id='-23048' lat='-35.91684' lon='149.04811' />
+  <node id='-23050' lat='-35.81223' lon='149.09824' />
+  <node id='-23052' lat='-35.6411' lon='149.09549' />
+  <node id='-23054' lat='-35.58193' lon='149.07936' />
+  <node id='-23056' lat='-35.59337' lon='149.14219' />
+  <node id='-23058' lat='-35.55288' lon='149.12983' />
+  <node id='-23060' lat='-35.50566' lon='149.15283' />
+  <node id='-23062' lat='-35.45338' lon='149.13429' />
+  <node id='-23064' lat='-35.34732' lon='149.2057' />
+  <node id='-23066' lat='-35.33024' lon='149.25136' />
+  <node id='-23068' lat='-35.33976' lon='149.33719' />
+  <node id='-23070' lat='-35.3518' lon='149.35058' />
+  <node id='-23072' lat='-35.32435' lon='149.39796' />
+  <node id='-23074' lat='-35.30362' lon='149.39418' />
+  <node id='-23076' lat='-35.24336' lon='149.23488' />
+  <node id='-23078' lat='-35.2285' lon='149.2469' />
+  <node id='-23080' lat='-35.18502' lon='149.19746' />
+  <node id='-23082' lat='-35.20157' lon='149.18956' />
+  <node id='-23084' lat='-35.11779' lon='150.66156' />
+  <node id='-23086' lat='-35.12312' lon='150.70087' />
+  <node id='-23088' lat='-35.10852' lon='150.78069' />
+  <node id='-23090' lat='-35.20971' lon='150.7431' />
+  <node id='-23092' lat='-35.18389' lon='150.59307' />
+  <node id='-23094' lat='-35.14376' lon='150.59384' />
+  <node id='-23096' lat='-35.17225' lon='150.59126' />
+  <node id='-23098' lat='-35.15197' lon='150.59564' />
+  <node id='-23100' lat='-35.15429' lon='150.60534' />
+  <node id='-23102' lat='-35.1672' lon='150.60036' />
+  <node id='-23104' lat='60.00043' lon='-120.00135' />
+  <node id='-23106' lat='53.79861' lon='-120.00143' />
+  <node id='-23108' lat='48.99885' lon='-114.0683' />
+  <node id='-23110' lat='49.57064' lon='-114.74352' />
+  <node id='-23112' lat='50.29534' lon='-114.70812' />
+  <node id='-23114' lat='59.99944' lon='-110.00637' />
+  <node id='-23116' lat='48.99901' lon='-110.0051' />
+  <node id='-23118' lat='59.99922' lon='-102.00759' />
+  <node id='-23120' lat='48.99935' lon='-101.36198' />
+  <node id='-23122' lat='55.81762' lon='-101.98961' />
+  <node id='-23124' lat='59.99917' lon='-94.78348' />
+  <node id='-23126' lat='56.84662' lon='-88.99084' />
+  <node id='-23128' lat='52.84191' lon='-95.15374' />
+  <node id='-23130' lat='55.13419' lon='-82.10455' />
+  <node id='-23132' lat='52.92137' lon='-82.09357' />
+  <node id='-23134' lat='51.46031' lon='-79.51659' />
+  <node id='-23136' lat='47.53313' lon='-79.51787' />
+  <node id='-23138' lat='47.51342' lon='-79.55581' />
+  <node id='-23140' lat='47.42941' lon='-79.58877' />
+  <node id='-23142' lat='47.30711' lon='-79.48921' />
+  <node id='-23144' lat='47.25307' lon='-79.42535' />
+  <node id='-23146' lat='47.10512' lon='-79.44869' />
+  <node id='-23148' lat='46.83335' lon='-79.21317' />
+  <node id='-23150' lat='46.82678' lon='-79.17335' />
+  <node id='-23152' lat='46.68518' lon='-79.08958' />
+  <node id='-23154' lat='46.64607' lon='-79.04563' />
+  <node id='-23156' lat='46.63664' lon='-79.01817' />
+  <node id='-23158' lat='46.54604' lon='-78.98796' />
+  <node id='-23160' lat='46.45624' lon='-78.88496' />
+  <node id='-23162' lat='46.38619' lon='-78.73115' />
+  <node id='-23164' lat='46.3407' lon='-78.72703' />
+  <node id='-23166' lat='46.32173' lon='-78.703' />
+  <node id='-23168' lat='46.29138' lon='-78.38508' />
+  <node id='-23170' lat='46.25388' lon='-78.31642' />
+  <node id='-23172' lat='46.27714' lon='-78.24981' />
+  <node id='-23174' lat='46.18452' lon='-77.69363' />
+  <node id='-23176' lat='46.19925' lon='-77.67852' />
+  <node id='-23178' lat='46.05696' lon='-77.35717' />
+  <node id='-23180' lat='46.02741' lon='-77.31803' />
+  <node id='-23182' lat='46.0174' lon='-77.27683' />
+  <node id='-23184' lat='45.98258' lon='-77.28782' />
+  <node id='-23186' lat='45.93962' lon='-77.2734' />
+  <node id='-23188' lat='45.86556' lon='-77.19238' />
+  <node id='-23190' lat='45.84165' lon='-77.12097' />
+  <node id='-23192' lat='45.83543' lon='-77.07565' />
+  <node id='-23194' lat='45.8072' lon='-77.04681' />
+  <node id='-23196' lat='45.80863' lon='-77.01866' />
+  <node id='-23198' lat='45.78613' lon='-76.98982' />
+  <node id='-23200' lat='45.789' lon='-76.94107' />
+  <node id='-23202' lat='45.80624' lon='-76.91085' />
+  <node id='-23204' lat='45.89137' lon='-76.93077' />
+  <node id='-23206' lat='45.90141' lon='-76.893' />
+  <node id='-23208' lat='45.87273' lon='-76.77696' />
+  <node id='-23210' lat='45.84978' lon='-76.7646' />
+  <node id='-23212' lat='45.75308' lon='-76.77558' />
+  <node id='-23214' lat='45.69172' lon='-76.68975' />
+  <node id='-23216' lat='45.66438' lon='-76.71653' />
+  <node id='-23218' lat='45.62357' lon='-76.6719' />
+  <node id='-23220' lat='45.58466' lon='-76.67602' />
+  <node id='-23222' lat='45.56015' lon='-76.65885' />
+  <node id='-23224' lat='45.53226' lon='-76.60873' />
+  <node id='-23226' lat='45.51638' lon='-76.5023' />
+  <node id='-23228' lat='45.45814' lon='-76.36772' />
+  <node id='-23230' lat='45.46873' lon='-76.24343' />
+  <node id='-23232' lat='45.51109' lon='-76.23245' />
+  <node id='-23234' lat='45.52023' lon='-76.19468' />
+  <node id='-23236' lat='45.51735' lon='-76.091' />
+  <node id='-23238' lat='45.47643' lon='-75.97152' />
+  <node id='-23240' lat='45.41477' lon='-75.91522' />
+  <node id='-23242' lat='45.37716' lon='-75.8493' />
+  <node id='-23244' lat='45.3762' lon='-75.80535' />
+  <node id='-23246' lat='45.4114' lon='-75.75935' />
+  <node id='-23248' lat='45.41736' lon='-75.72982' />
+  <node id='-23250' lat='45.41766' lon='-75.72381' />
+  <node id='-23252' lat='45.422' lon='-75.7239' />
+  <node id='-23254' lat='45.42158' lon='-75.71772' />
+  <node id='-23256' lat='45.42345' lon='-75.70957' />
+  <node id='-23258' lat='45.42706' lon='-75.70424' />
+  <node id='-23260' lat='45.43712' lon='-75.70287' />
+  <node id='-23262' lat='45.45187' lon='-75.69334' />
+  <node id='-23264' lat='45.45826' lon='-75.68562' />
+  <node id='-23266' lat='45.47192' lon='-75.61876' />
+  <node id='-23268' lat='45.47361' lon='-75.58151' />
+  <node id='-23270' lat='45.51368' lon='-75.4804' />
+  <node id='-23272' lat='45.53581' lon='-75.33981' />
+  <node id='-23274' lat='45.58677' lon='-75.24162' />
+  <node id='-23276' lat='45.57715' lon='-75.13038' />
+  <node id='-23278' lat='45.59589' lon='-75.02601' />
+  <node id='-23280' lat='45.64536' lon='-74.94087' />
+  <node id='-23282' lat='45.62856' lon='-74.71427' />
+  <node id='-23284' lat='45.64008' lon='-74.64286' />
+  <node id='-23286' lat='45.62183' lon='-74.61059' />
+  <node id='-23288' lat='45.59157' lon='-74.52819' />
+  <node id='-23290' lat='45.59638' lon='-74.48081' />
+  <node id='-23292' lat='45.56562' lon='-74.38125' />
+  <node id='-23294' lat='45.30253' lon='-74.47257' />
+  <node id='-23296' lat='45.18844' lon='-74.32151' />
+  <node id='-23298' lat='45.06927' lon='-74.50073' />
+  <node id='-23300' lat='45.00646' lon='-74.66689' />
+  <node id='-23302' lat='45.68615' lon='-64.54574' />
+  <node id='-23304' lat='45.8557' lon='-64.33563' />
+  <node id='-23306' lat='45.83274' lon='-64.28619' />
+  <node id='-23308' lat='45.9799' lon='-64.1571' />
+  <node id='-23310' lat='45.97703' lon='-64.04861' />
+  <node id='-23312' lat='46.01901' lon='-64.03625' />
+  <node id='-23314' lat='46.10096' lon='-63.58306' />
+  <node id='-23316' lat='45.85952' lon='-62.49954' />
+  <node id='-23318' lat='47.38172' lon='-60.49316' />
+  <node id='-23320' lat='46.22936' lon='-63.75335' />
+  <node id='-23322' lat='46.6005' lon='-64.66796' />
+  <node id='-23324' lat='46.42845' lon='-61.75622' />
+  <node id='-23326' lat='47.30076' lon='-69.05073' />
+  <node id='-23328' lat='47.34824' lon='-68.80844' />
+  <node id='-23330' lat='47.42727' lon='-68.57223' />
+  <node id='-23332' lat='47.55439' lon='-68.38546' />
+  <node id='-23334' lat='47.91553' lon='-68.38409' />
+  <node id='-23336' lat='47.91461' lon='-68.12454' />
+  <node id='-23338' lat='48.00014' lon='-68.12316' />
+  <node id='-23340' lat='48.00014' lon='-67.60543' />
+  <node id='-23342' lat='47.93209' lon='-67.60406' />
+  <node id='-23344' lat='47.85751' lon='-67.37884' />
+  <node id='-23346' lat='47.93117' lon='-67.06161' />
+  <node id='-23348' lat='47.89159' lon='-66.96548' />
+  <node id='-23350' lat='47.97716' lon='-66.93664' />
+  <node id='-23352' lat='48.04698' lon='-66.52465' />
+  <node id='-23354' lat='48.0791' lon='-66.50405' />
+  <node id='-23356' lat='48.08919' lon='-66.37908' />
+  <node id='-23358' lat='48.03872' lon='-66.28295' />
+  <node id='-23360' lat='47.92013' lon='-65.19393' />
+  <node id='-23362' lat='48.12037' lon='-64.29855' />
+  <node id='-23364' lat='47.11511' lon='-64.01702' />
+  <node id='-23366' lat='51.99856' lon='-57.10774' />
+  <node id='-23368' lat='51.37809' lon='-57.10928' />
+  <node id='-23370' lat='51.99787' lon='-63.8082' />
+  <node id='-23372' lat='51.57984' lon='-64.55407' />
+  <node id='-23374' lat='52.90413' lon='-67.35283' />
+  <node id='-23376' lat='54.45267' lon='-67.83623' />
+  <node id='-23378' lat='55.09899' lon='-66.84746' />
+  <node id='-23380' lat='54.63112' lon='-63.7603' />
+  <node id='-23382' lat='60.27404' lon='-64.79302' />
+  <node id='-23384' lat='62.9266' lon='-53.68108' />
+  <node id='-23386' lat='60.00396' lon='-68.84423' />
+  <node id='-23388' lat='61.12682' lon='-69.3496' />
+  <node id='-23390' lat='62.57769' lon='-73.67821' />
+  <node id='-23392' lat='62.65853' lon='-78.62206' />
+  <node id='-23394' lat='58.64783' lon='-79.23729' />
+  <node id='-23396' lat='57.55654' lon='-77.32567' />
+  <node id='-23398' lat='56.02851' lon='-77.17186' />
+  <node id='-23400' lat='54.90049' lon='-78.98049' />
+  <node id='-23402' lat='54.66449' lon='-79.92119' />
+  <node id='-23404' lat='52.08899' lon='-78.74291' />
+  <node id='-23406' lat='51.58666' lon='-79.56139' />
+  <node id='-23408' lat='69.40701' lon='-136.61065' />
+  <node id='-23410' lat='68.88195' lon='-136.4486' />
+  <node id='-23412' lat='67.65377' lon='-136.4486' />
+  <node id='-23414' lat='67.59731' lon='-136.21788' />
+  <node id='-23416' lat='67.0511' lon='-136.20381' />
+  <node id='-23418' lat='67.00031' lon='-136.15918' />
+  <node id='-23420' lat='67.00286' lon='-134.09581' />
+  <node id='-23422' lat='60.77223' lon='-126.80638' />
+  <node id='-23424' lat='60.9114' lon='-124.71898' />
+  <node id='-23426' lat='59.99964' lon='-123.86203' />
+  <node id='-23428' lat='79.74266' lon='-110.08928' />
+  <node id='-23430' lat='70.00345' lon='-110.07969' />
+  <node id='-23432' lat='69.63965' lon='-120.71446' />
+  <node id='-23434' lat='68.0217' lon='-120.71446' />
+  <node id='-23436' lat='65.10654' lon='-111.26622' />
+  <node id='-23438' lat='64.2419' lon='-102.08165' />
+  <node id='-23440' lat='38.93441' lon='-77.11962' />
+  <node id='-23442' lat='38.99552' lon='-77.04117' />
+  <node id='-23444' lat='38.89301' lon='-76.90939' />
+  <node id='-23446' lat='38.79153' lon='-77.03906' />
+  <node id='-23448' lat='38.92787' lon='-77.11536' />
+  <node id='-23450' lat='38.91912' lon='-77.10592' />
+  <node id='-23452' lat='38.91264' lon='-77.10201' />
+  <node id='-23454' lat='38.90436' lon='-77.08897' />
+  <node id='-23456' lat='38.90106' lon='-77.07047' />
+  <node id='-23458' lat='38.89895' lon='-77.06759' />
+  <node id='-23460' lat='38.88152' lon='-77.05957' />
+  <node id='-23462' lat='38.87964' lon='-77.05493' />
+  <node id='-23464' lat='38.87343' lon='-77.0491' />
+  <node id='-23466' lat='38.87557' lon='-77.04592' />
+  <node id='-23468' lat='38.86133' lon='-77.03021' />
+  <node id='-23470' lat='31.89065' lon='-88.47496' />
+  <node id='-23472' lat='34.89407' lon='-88.09868' />
+  <node id='-23474' lat='34.9211' lon='-88.14949' />
+  <node id='-23476' lat='35.00664' lon='-88.20305' />
+  <node id='-23478' lat='34.98639' lon='-85.60478' />
+  <node id='-23480' lat='32.85909' lon='-85.18318' />
+  <node id='-23482' lat='32.5818' lon='-85.07057' />
+  <node id='-23484' lat='32.51697' lon='-84.99916' />
+  <node id='-23486' lat='32.42661' lon='-84.9662' />
+  <node id='-23488' lat='32.33034' lon='-85.0074' />
+  <node id='-23490' lat='32.26185' lon='-84.88518' />
+  <node id='-23492' lat='32.13519' lon='-85.06233' />
+  <node id='-23494' lat='32.01766' lon='-85.05547' />
+  <node id='-23496' lat='31.844' lon='-85.14336' />
+  <node id='-23498' lat='31.62676' lon='-85.07332' />
+  <node id='-23500' lat='31.52965' lon='-85.04311' />
+  <node id='-23502' lat='31.27295' lon='-85.10902' />
+  <node id='-23504' lat='31.16255' lon='-85.09804' />
+  <node id='-23506' lat='31.02143' lon='-85.00191' />
+  <node id='-23508' lat='31.0026' lon='-85.00191' />
+  <node id='-23510' lat='30.99671' lon='-87.5988' />
+  <node id='-23512' lat='30.96375' lon='-87.59056' />
+  <node id='-23514' lat='30.86596' lon='-87.63588' />
+  <node id='-23516' lat='30.74093' lon='-87.52739' />
+  <node id='-23518' lat='30.67362' lon='-87.40654' />
+  <node id='-23520' lat='30.62518' lon='-87.39418' />
+  <node id='-23522' lat='30.52113' lon='-87.44774' />
+  <node id='-23524' lat='30.47144' lon='-87.42989' />
+  <node id='-23526' lat='30.44658' lon='-87.3777' />
+  <node id='-23528' lat='30.31863' lon='-87.50679' />
+  <node id='-23530' lat='30.30677' lon='-87.44774' />
+  <node id='-23532' lat='30.28187' lon='-87.51915' />
+  <node id='-23534' lat='30.07055' lon='-87.51915' />
+  <node id='-23536' lat='31.3333' lon='-109.05235' />
+  <node id='-23538' lat='37.00061' lon='-109.04686' />
+  <node id='-23540' lat='37.00171' lon='-114.05113' />
+  <node id='-23542' lat='36.1991' lon='-114.04564' />
+  <node id='-23544' lat='36.11372' lon='-114.12254' />
+  <node id='-23546' lat='36.02936' lon='-114.14864' />
+  <node id='-23548' lat='36.01715' lon='-114.2379' />
+  <node id='-23550' lat='36.06379' lon='-114.30931' />
+  <node id='-23552' lat='36.147' lon='-114.37523' />
+  <node id='-23554' lat='36.15254' lon='-114.57298' />
+  <node id='-23556' lat='36.13036' lon='-114.61281' />
+  <node id='-23558' lat='36.14367' lon='-114.63066' />
+  <node id='-23560' lat='36.09486' lon='-114.75014' />
+  <node id='-23562' lat='36.03159' lon='-114.72404' />
+  <node id='-23564' lat='36.0127' lon='-114.74052' />
+  <node id='-23566' lat='35.98271' lon='-114.74602' />
+  <node id='-23568' lat='35.87039' lon='-114.66774' />
+  <node id='-23570' lat='35.85592' lon='-114.70482' />
+  <node id='-23572' lat='35.65197' lon='-114.68971' />
+  <node id='-23574' lat='35.60956' lon='-114.65263' />
+  <node id='-23576' lat='35.49783' lon='-114.68147' />
+  <node id='-23578' lat='35.33331' lon='-114.59633' />
+  <node id='-23580' lat='35.15498' lon='-114.57024' />
+  <node id='-23582' lat='35.12803' lon='-114.5826' />
+  <node id='-23584' lat='35.12129' lon='-114.62791' />
+  <node id='-23586' lat='35.10444' lon='-114.64577' />
+  <node id='-23588' lat='35.07635' lon='-114.60732' />
+  <node id='-23590' lat='35.01451' lon='-114.64165' />
+  <node id='-23592' lat='34.86704' lon='-114.63203' />
+  <node id='-23594' lat='34.83773' lon='-114.58672' />
+  <node id='-23596' lat='34.77233' lon='-114.5565' />
+  <node id='-23598' lat='34.71478' lon='-114.47411' />
+  <node id='-23600' lat='34.58939' lon='-114.42879' />
+  <node id='-23602' lat='34.52153' lon='-114.37798' />
+  <node id='-23604' lat='34.45361' lon='-114.38484' />
+  <node id='-23606' lat='34.44682' lon='-114.3409' />
+  <node id='-23608' lat='34.3074' lon='-114.1404' />
+  <node id='-23610' lat='34.26315' lon='-114.13628' />
+  <node id='-23612' lat='34.11434' lon='-114.3821' />
+  <node id='-23614' lat='33.93223' lon='-114.53728' />
+  <node id='-23616' lat='33.87182' lon='-114.50432' />
+  <node id='-23618' lat='33.85015' lon='-114.52766' />
+  <node id='-23620' lat='33.69718' lon='-114.49745' />
+  <node id='-23622' lat='33.68461' lon='-114.52904' />
+  <node id='-23624' lat='33.55196' lon='-114.53316' />
+  <node id='-23626' lat='33.41336' lon='-114.65263' />
+  <node id='-23628' lat='33.40763' lon='-114.72954' />
+  <node id='-23630' lat='33.35947' lon='-114.69795' />
+  <node id='-23632' lat='33.3044' lon='-114.72816' />
+  <node id='-23634' lat='33.22517' lon='-114.67186' />
+  <node id='-23636' lat='33.0918' lon='-114.70894' />
+  <node id='-23638' lat='33.0262' lon='-114.61693' />
+  <node id='-23640' lat='33.03196' lon='-114.5208' />
+  <node id='-23642' lat='32.91098' lon='-114.46724' />
+  <node id='-23644' lat='32.84294' lon='-114.47136' />
+  <node id='-23646' lat='32.79216' lon='-114.5359' />
+  <node id='-23648' lat='32.75405' lon='-114.53178' />
+  <node id='-23650' lat='32.73442' lon='-114.59633' />
+  <node id='-23652' lat='32.7425' lon='-114.70482' />
+  <node id='-23654' lat='33.01929' lon='-94.04366' />
+  <node id='-23656' lat='33.55539' lon='-94.0464' />
+  <node id='-23658' lat='33.57828' lon='-94.07661' />
+  <node id='-23660' lat='33.56455' lon='-94.38423' />
+  <node id='-23662' lat='33.64004' lon='-94.48448' />
+  <node id='-23664' lat='35.38371' lon='-94.43092' />
+  <node id='-23666' lat='36.49995' lon='-94.61906' />
+  <node id='-23668' lat='36.49885' lon='-90.1545' />
+  <node id='-23670' lat='36.41711' lon='-90.13939' />
+  <node id='-23672' lat='36.39833' lon='-90.07347' />
+  <node id='-23674' lat='36.27442' lon='-90.07759' />
+  <node id='-23676' lat='36.26446' lon='-90.11467' />
+  <node id='-23678' lat='35.99826' lon='-90.37834' />
+  <node id='-23680' lat='36.00048' lon='-89.73701' />
+  <node id='-23682' lat='35.91489' lon='-89.64638' />
+  <node id='-23684' lat='35.8804' lon='-89.67384' />
+  <node id='-23686' lat='35.91044' lon='-89.73564' />
+  <node id='-23688' lat='35.87261' lon='-89.77409' />
+  <node id='-23690' lat='35.83366' lon='-89.70131' />
+  <node id='-23692' lat='35.8047' lon='-89.72878' />
+  <node id='-23694' lat='35.73228' lon='-89.95399' />
+  <node id='-23696' lat='35.66871' lon='-89.94301' />
+  <node id='-23698' lat='35.64528' lon='-89.89357' />
+  <node id='-23700' lat='35.38483' lon='-90.11604' />
+  <node id='-23702' lat='35.1314' lon='-90.07072' />
+  <node id='-23704' lat='35.13252' lon='-90.16136' />
+  <node id='-23706' lat='34.99989' lon='-90.31242' />
+  <node id='-23708' lat='34.93349' lon='-90.24925' />
+  <node id='-23710' lat='34.72946' lon='-90.56236' />
+  <node id='-23712' lat='34.49776' lon='-90.58846' />
+  <node id='-23714' lat='33.96299' lon='-91.08696' />
+  <node id='-23716' lat='33.29866' lon='-91.14052' />
+  <node id='-23718' lat='33.00432' lon='-91.16798' />
+  <node id='-23720' lat='38.99862' lon='-120.00023' />
+  <node id='-23722' lat='41.99495' lon='-120.0016' />
+  <node id='-23724' lat='42.00605' lon='-125.69978' />
+  <node id='-23726' lat='41.00069' lon='-109.05003' />
+  <node id='-23728' lat='41.00235' lon='-102.05165' />
+  <node id='-23730' lat='36.99314' lon='-102.04214' />
+  <node id='-23732' lat='42.0497' lon='-73.48746' />
+  <node id='-23734' lat='41.2957' lon='-73.5508' />
+  <node id='-23736' lat='41.21298' lon='-73.48283' />
+  <node id='-23738' lat='41.10079' lon='-73.72761' />
+  <node id='-23740' lat='41.01225' lon='-73.65535' />
+  <node id='-23742' lat='41.00098' lon='-73.66067' />
+  <node id='-23744' lat='40.99373' lon='-73.65947' />
+  <node id='-23746' lat='40.99062' lon='-73.65723' />
+  <node id='-23748' lat='40.98854' lon='-73.65981' />
+  <node id='-23750' lat='40.9494' lon='-73.62136' />
+  <node id='-23752' lat='41.32188' lon='-71.85736' />
+  <node id='-23754' lat='41.34199' lon='-71.82955' />
+  <node id='-23756' lat='41.3626' lon='-71.83917' />
+  <node id='-23758' lat='41.37033' lon='-71.83333' />
+  <node id='-23760' lat='41.38837' lon='-71.83367' />
+  <node id='-23762' lat='41.39455' lon='-71.84191' />
+  <node id='-23764' lat='41.40948' lon='-71.84363' />
+  <node id='-23766' lat='41.41952' lon='-71.81926' />
+  <node id='-23768' lat='41.41592' lon='-71.79866' />
+  <node id='-23770' lat='41.65621' lon='-71.78733' />
+  <node id='-23772' lat='42.0236' lon='-71.80067' />
+  <node id='-23774' lat='42.03756' lon='-72.75464' />
+  <node id='-23776' lat='42.00491' lon='-72.76837' />
+  <node id='-23778' lat='41.9993' lon='-72.81712' />
+  <node id='-23780' lat='42.03654' lon='-72.81369' />
+  <node id='-23782' lat='38.46017' lon='-75.69382' />
+  <node id='-23784' lat='38.4507' lon='-74.98718' />
+  <node id='-23786' lat='38.79724' lon='-75.01808' />
+  <node id='-23788' lat='39.30382' lon='-75.38063' />
+  <node id='-23790' lat='39.45773' lon='-75.56053' />
+  <node id='-23792' lat='39.63352' lon='-75.55641' />
+  <node id='-23794' lat='39.77457' lon='-75.46131' />
+  <node id='-23796' lat='39.7962' lon='-75.40672' />
+  <node id='-23798' lat='39.81414' lon='-75.43796' />
+  <node id='-23800' lat='39.82548' lon='-75.46783' />
+  <node id='-23802' lat='39.83365' lon='-75.49942' />
+  <node id='-23804' lat='39.83945' lon='-75.53959' />
+  <node id='-23806' lat='39.83945' lon='-75.57632' />
+  <node id='-23808' lat='39.83734' lon='-75.59898' />
+  <node id='-23810' lat='39.83259' lon='-75.62713' />
+  <node id='-23812' lat='39.82337' lon='-75.65975' />
+  <node id='-23814' lat='39.81387' lon='-75.68172' />
+  <node id='-23816' lat='39.79515' lon='-75.71434' />
+  <node id='-23818' lat='39.78644' lon='-75.72532' />
+  <node id='-23820' lat='39.77378' lon='-75.74043' />
+  <node id='-23822' lat='39.75002' lon='-75.76' />
+  <node id='-23824' lat='39.7223' lon='-75.77476' />
+  <node id='-23826' lat='39.72204' lon='-75.78987' />
+  <node id='-23828' lat='39.65388' lon='-75.78918' />
+  <node id='-23830' lat='24.36791' lon='-83.18732' />
+  <node id='-23832' lat='30.71535' lon='-81.56078' />
+  <node id='-23834' lat='30.83098' lon='-81.95354' />
+  <node id='-23836' lat='30.77554' lon='-81.97826' />
+  <node id='-23838' lat='30.7897' lon='-82.01946' />
+  <node id='-23840' lat='30.66575' lon='-82.05105' />
+  <node id='-23842' lat='30.56765' lon='-82.00847' />
+  <node id='-23844' lat='30.36287' lon='-82.04555' />
+  <node id='-23846' lat='30.3605' lon='-82.17052' />
+  <node id='-23848' lat='30.40908' lon='-82.20897' />
+  <node id='-23850' lat='30.56765' lon='-82.2282' />
+  <node id='-23852' lat='30.7118' lon='-84.86355' />
+  <node id='-23854' lat='30.76256' lon='-84.92122' />
+  <node id='-23856' lat='30.88285' lon='-84.9377' />
+  <node id='-23858' lat='30.97591' lon='-85.00637' />
+  <node id='-23860' lat='35.0011' lon='-83.10796' />
+  <node id='-23862' lat='34.99098' lon='-83.09869' />
+  <node id='-23864' lat='34.9544' lon='-83.12616' />
+  <node id='-23866' lat='34.94033' lon='-83.11689' />
+  <node id='-23868' lat='34.87417' lon='-83.2374' />
+  <node id='-23870' lat='34.78878' lon='-83.32357' />
+  <node id='-23872' lat='34.75861' lon='-83.32048' />
+  <node id='-23874' lat='34.72814' lon='-83.35447' />
+  <node id='-23876' lat='34.69455' lon='-83.34829' />
+  <node id='-23878' lat='34.61096' lon='-83.22916' />
+  <node id='-23880' lat='34.60728' lon='-83.17148' />
+  <node id='-23882' lat='34.59259' lon='-83.16873' />
+  <node id='-23884' lat='34.48625' lon='-83.03655' />
+  <node id='-23886' lat='34.47238' lon='-83.00085' />
+  <node id='-23888' lat='34.48625' lon='-82.90231' />
+  <node id='-23890' lat='34.47408' lon='-82.87519' />
+  <node id='-23892' lat='34.36419' lon='-82.83365' />
+  <node id='-23894' lat='34.34039' lon='-82.79657' />
+  <node id='-23896' lat='34.29672' lon='-82.78043' />
+  <node id='-23898' lat='34.2709' lon='-82.75057' />
+  <node id='-23900' lat='34.20789' lon='-82.74095' />
+  <node id='-23902' lat='34.14882' lon='-82.71658' />
+  <node id='-23904' lat='34.0951' lon='-82.64311' />
+  <node id='-23906' lat='34.06809' lon='-82.64105' />
+  <node id='-23908' lat='34.02855' lon='-82.59538' />
+  <node id='-23910' lat='33.95567' lon='-82.56414' />
+  <node id='-23912' lat='33.85651' lon='-82.39008' />
+  <node id='-23914' lat='33.80062' lon='-82.3015' />
+  <node id='-23916' lat='33.66214' lon='-82.20022' />
+  <node id='-23918' lat='33.63013' lon='-82.19747' />
+  <node id='-23920' lat='33.59095' lon='-82.1343' />
+  <node id='-23922' lat='33.59782' lon='-82.10752' />
+  <node id='-23924' lat='33.56464' lon='-82.05019' />
+  <node id='-23926' lat='33.51342' lon='-81.99766' />
+  <node id='-23928' lat='33.48794' lon='-81.9877' />
+  <node id='-23930' lat='33.46674' lon='-81.92968' />
+  <node id='-23932' lat='33.43953' lon='-81.91354' />
+  <node id='-23934' lat='33.34609' lon='-81.93964' />
+  <node id='-23936' lat='33.30248' lon='-81.85587' />
+  <node id='-23938' lat='33.24622' lon='-81.85037' />
+  <node id='-23940' lat='33.20716' lon='-81.78858' />
+  <node id='-23942' lat='33.2198' lon='-81.77553' />
+  <node id='-23944' lat='33.19912' lon='-81.75974' />
+  <node id='-23946' lat='33.18303' lon='-81.7721' />
+  <node id='-23948' lat='33.15947' lon='-81.76248' />
+  <node id='-23950' lat='33.11807' lon='-81.70824' />
+  <node id='-23952' lat='33.09276' lon='-81.64163' />
+  <node id='-23954' lat='33.09564' lon='-81.62103' />
+  <node id='-23956' lat='33.00988' lon='-81.49538' />
+  <node id='-23958' lat='32.93557' lon='-81.50087' />
+  <node id='-23960' lat='32.84851' lon='-81.45555' />
+  <node id='-23962' lat='32.84101' lon='-81.42809' />
+  <node id='-23964' lat='32.65101' lon='-81.39581' />
+  <node id='-23966' lat='32.63193' lon='-81.41847' />
+  <node id='-23968' lat='32.59086' lon='-81.38277' />
+  <node id='-23970' lat='32.55788' lon='-81.3244' />
+  <node id='-23972' lat='32.55904' lon='-81.28595' />
+  <node id='-23974' lat='32.53531' lon='-81.27771' />
+  <node id='-23976' lat='32.46292' lon='-81.19257' />
+  <node id='-23978' lat='32.42409' lon='-81.20767' />
+  <node id='-23980' lat='32.29127' lon='-81.11772' />
+  <node id='-23982' lat='32.24017' lon='-81.15823' />
+  <node id='-23984' lat='32.1937' lon='-81.11978' />
+  <node id='-23986' lat='32.11638' lon='-81.11635' />
+  <node id='-23988' lat='32.08497' lon='-81.05386' />
+  <node id='-23990' lat='32.1001' lon='-81.00511' />
+  <node id='-23992' lat='32.03667' lon='-80.92066' />
+  <node id='-23994' lat='32.0326' lon='-80.49837' />
+  <node id='-23996' lat='42.00013' lon='-117.02619' />
+  <node id='-23998' lat='42.00049' lon='-111.04628' />
+  <node id='-24000' lat='44.47412' lon='-111.04897' />
+  <node id='-24002' lat='44.75395' lon='-111.38328' />
+  <node id='-24004' lat='44.64267' lon='-111.51237' />
+  <node id='-24006' lat='44.539' lon='-111.48765' />
+  <node id='-24008' lat='44.55662' lon='-112.31163' />
+  <node id='-24010' lat='44.44888' lon='-112.39403' />
+  <node id='-24012' lat='44.50571' lon='-112.71812' />
+  <node id='-24014' lat='44.43712' lon='-112.83897' />
+  <node id='-24016' lat='44.36255' lon='-112.82249' />
+  <node id='-24018' lat='44.45476' lon='-113.00926' />
+  <node id='-24020' lat='44.7754' lon='-113.13286' />
+  <node id='-24022' lat='44.82802' lon='-113.25645' />
+  <node id='-24024' lat='44.7871' lon='-113.3361' />
+  <node id='-24026' lat='44.93506' lon='-113.5009' />
+  <node id='-24028' lat='44.97005' lon='-113.44047' />
+  <node id='-24030' lat='45.05742' lon='-113.45421' />
+  <node id='-24032' lat='45.34385' lon='-113.75084' />
+  <node id='-24034' lat='45.59809' lon='-113.82225' />
+  <node id='-24036' lat='45.70752' lon='-113.98155' />
+  <node id='-24038' lat='45.46148' lon='-114.33861' />
+  <node id='-24040' lat='45.5731' lon='-114.54735' />
+  <node id='-24042' lat='45.77653' lon='-114.55559' />
+  <node id='-24044' lat='45.88752' lon='-114.39628' />
+  <node id='-24046' lat='46.04407' lon='-114.49516' />
+  <node id='-24048' lat='46.64887' lon='-114.31938' />
+  <node id='-24050' lat='46.64322' lon='-114.61052' />
+  <node id='-24052' lat='47.25631' lon='-115.33562' />
+  <node id='-24054' lat='47.43311' lon='-115.75859' />
+  <node id='-24056' lat='47.47953' lon='-115.63225' />
+  <node id='-24058' lat='47.55002' lon='-115.75859' />
+  <node id='-24060' lat='47.60746' lon='-115.68992' />
+  <node id='-24062' lat='47.97742' lon='-116.04835' />
+  <node id='-24064' lat='48.99999' lon='-116.04938' />
+  <node id='-24066' lat='49.00056' lon='-117.03266' />
+  <node id='-24068' lat='46.4257' lon='-117.04021' />
+  <node id='-24070' lat='46.42309' lon='-117.03644' />
+  <node id='-24072' lat='46.40794' lon='-117.03575' />
+  <node id='-24074' lat='46.37787' lon='-117.04914' />
+  <node id='-24076' lat='46.3665' lon='-117.06287' />
+  <node id='-24078' lat='46.34873' lon='-117.06184' />
+  <node id='-24080' lat='46.34281' lon='-117.04811' />
+  <node id='-24082' lat='46.34138' lon='-117.03472' />
+  <node id='-24084' lat='46.16048' lon='-116.92348' />
+  <node id='-24086' lat='46.08242' lon='-116.98116' />
+  <node id='-24088' lat='46.07004' lon='-116.94958' />
+  <node id='-24090' lat='45.99567' lon='-116.91799' />
+  <node id='-24092' lat='45.82129' lon='-116.77585' />
+  <node id='-24094' lat='45.7533' lon='-116.54789' />
+  <node id='-24096' lat='45.60746' lon='-116.46274' />
+  <node id='-24098' lat='45.3185' lon='-116.67972' />
+  <node id='-24100' lat='45.11342' lon='-116.75388' />
+  <node id='-24102' lat='45.02321' lon='-116.84864' />
+  <node id='-24104' lat='44.97563' lon='-116.85825' />
+  <node id='-24106' lat='44.92995' lon='-116.83353' />
+  <node id='-24108' lat='44.78588' lon='-116.9379' />
+  <node id='-24110' lat='44.74298' lon='-117.05051' />
+  <node id='-24112' lat='44.53093' lon='-117.15626' />
+  <node id='-24114' lat='44.48392' lon='-117.22492' />
+  <node id='-24116' lat='44.37408' lon='-117.24003' />
+  <node id='-24118' lat='44.34266' lon='-117.18921' />
+  <node id='-24120' lat='44.30238' lon='-117.22149' />
+  <node id='-24122' lat='44.26453' lon='-117.18304' />
+  <node id='-24124' lat='44.24387' lon='-116.97841' />
+  <node id='-24126' lat='44.19565' lon='-116.97155' />
+  <node id='-24128' lat='44.17792' lon='-116.90151' />
+  <node id='-24130' lat='44.15526' lon='-116.89602' />
+  <node id='-24132' lat='44.09513' lon='-116.94271' />
+  <node id='-24134' lat='44.08921' lon='-116.97429' />
+  <node id='-24136' lat='44.05172' lon='-116.97704' />
+  <node id='-24138' lat='44.03198' lon='-116.93722' />
+  <node id='-24140' lat='43.98654' lon='-116.93859' />
+  <node id='-24142' lat='43.96282' lon='-116.97704' />
+  <node id='-24144' lat='43.91734' lon='-116.96194' />
+  <node id='-24146' lat='43.8629' lon='-116.99215' />
+  <node id='-24148' lat='43.83121' lon='-117.02923' />
+  <node id='-24150' lat='42.49706' lon='-87.02282' />
+  <node id='-24152' lat='41.75764' lon='-87.20959' />
+  <node id='-24154' lat='41.76174' lon='-87.51995' />
+  <node id='-24156' lat='39.35835' lon='-87.52819' />
+  <node id='-24158' lat='39.33286' lon='-87.59411' />
+  <node id='-24160' lat='39.20103' lon='-87.59411' />
+  <node id='-24162' lat='39.15845' lon='-87.65453' />
+  <node id='-24164' lat='39.05188' lon='-87.57213' />
+  <node id='-24166' lat='38.98786' lon='-87.57213' />
+  <node id='-24168' lat='38.9537' lon='-87.5172' />
+  <node id='-24170' lat='38.86821' lon='-87.55565' />
+  <node id='-24172' lat='38.76121' lon='-87.49523' />
+  <node id='-24174' lat='38.68406' lon='-87.52819' />
+  <node id='-24176' lat='38.6712' lon='-87.61059' />
+  <node id='-24178' lat='38.51234' lon='-87.66552' />
+  <node id='-24180' lat='38.47364' lon='-87.75341' />
+  <node id='-24182' lat='38.4005' lon='-87.74792' />
+  <node id='-24184' lat='38.24535' lon='-87.97863' />
+  <node id='-24186' lat='38.14606' lon='-87.93468' />
+  <node id='-24188' lat='38.04231' lon='-88.03356' />
+  <node id='-24190' lat='37.8864' lon='-88.02257' />
+  <node id='-24192' lat='37.90807' lon='-88.09124' />
+  <node id='-24194' lat='37.80181' lon='-88.03356' />
+  <node id='-24196' lat='37.66279' lon='-88.15716' />
+  <node id='-24198' lat='37.47121' lon='-88.06652' />
+  <node id='-24200' lat='37.44286' lon='-88.30822' />
+  <node id='-24202' lat='37.40142' lon='-88.35491' />
+  <node id='-24204' lat='37.4276' lon='-88.40984' />
+  <node id='-24206' lat='37.39487' lon='-88.47301' />
+  <node id='-24208' lat='37.27476' lon='-88.51696' />
+  <node id='-24210' lat='37.15884' lon='-88.42357' />
+  <node id='-24212' lat='37.06247' lon='-88.46477' />
+  <node id='-24214' lat='37.06247' lon='-88.55266' />
+  <node id='-24216' lat='37.11505' lon='-88.62682' />
+  <node id='-24218' lat='37.23323' lon='-88.95916' />
+  <node id='-24220' lat='37.1676' lon='-89.09649' />
+  <node id='-24222' lat='37.01862' lon='-89.19536' />
+  <node id='-24224' lat='37.09314' lon='-89.286' />
+  <node id='-24226' lat='36.99011' lon='-89.28325' />
+  <node id='-24228' lat='37.04274' lon='-89.38488' />
+  <node id='-24230' lat='37.20698' lon='-89.46728' />
+  <node id='-24232' lat='37.28788' lon='-89.52495' />
+  <node id='-24234' lat='37.3403' lon='-89.49199' />
+  <node id='-24236' lat='37.35559' lon='-89.42882' />
+  <node id='-24238' lat='37.4385' lon='-89.43706' />
+  <node id='-24240' lat='37.52786' lon='-89.52221' />
+  <node id='-24242' lat='37.69322' lon='-89.52221' />
+  <node id='-24244' lat='37.90374' lon='-89.83806' />
+  <node id='-24246' lat='38.07258' lon='-90.18139' />
+  <node id='-24248' lat='38.20436' lon='-90.35168' />
+  <node id='-24250' lat='38.32728' lon='-90.37914' />
+  <node id='-24252' lat='38.43278' lon='-90.29674' />
+  <node id='-24254' lat='38.54027' lon='-90.26104' />
+  <node id='-24256' lat='38.60094' lon='-90.19031' />
+  <node id='-24258' lat='38.64385' lon='-90.17795' />
+  <node id='-24260' lat='38.68138' lon='-90.18894' />
+  <node id='-24262' lat='38.70604' lon='-90.21366' />
+  <node id='-24264' lat='38.73015' lon='-90.2116' />
+  <node id='-24266' lat='38.7778' lon='-90.16079' />
+  <node id='-24268' lat='38.79761' lon='-90.12234' />
+  <node id='-24270' lat='38.84789' lon='-90.1086' />
+  <node id='-24272' lat='38.91951' lon='-90.25554' />
+  <node id='-24274' lat='38.96438' lon='-90.41141' />
+  <node id='-24276' lat='38.96705' lon='-90.46429' />
+  <node id='-24278' lat='38.90616' lon='-90.50342' />
+  <node id='-24280' lat='38.87088' lon='-90.55767' />
+  <node id='-24282' lat='38.87302' lon='-90.59475' />
+  <node id='-24284' lat='38.94035' lon='-90.66822' />
+  <node id='-24286' lat='39.05828' lon='-90.71491' />
+  <node id='-24288' lat='39.09612' lon='-90.67989' />
+  <node id='-24290' lat='39.25847' lon='-90.72933' />
+  <node id='-24292' lat='39.45756' lon='-91.04656' />
+  <node id='-24294' lat='39.73481' lon='-91.37615' />
+  <node id='-24296' lat='39.80026' lon='-91.36242' />
+  <node id='-24298' lat='39.8551' lon='-91.44756' />
+  <node id='-24300' lat='40.18533' lon='-91.52996' />
+  <node id='-24302' lat='40.60368' lon='-91.3377' />
+  <node id='-24304' lat='40.66621' lon='-91.15093' />
+  <node id='-24306' lat='41.01115' lon='-90.96416' />
+  <node id='-24308' lat='41.28415' lon='-91.10149' />
+  <node id='-24310' lat='41.43259' lon='-91.04107' />
+  <node id='-24312' lat='41.46141' lon='-90.67303' />
+  <node id='-24314' lat='41.49565' lon='-90.60572' />
+  <node id='-24316' lat='41.51468' lon='-90.59267' />
+  <node id='-24318' lat='41.5274' lon='-90.54581' />
+  <node id='-24320' lat='41.51828' lon='-90.50667' />
+  <node id='-24322' lat='41.52162' lon='-90.46581' />
+  <node id='-24324' lat='41.57481' lon='-90.3956' />
+  <node id='-24326' lat='41.58803' lon='-90.34187' />
+  <node id='-24328' lat='41.65143' lon='-90.34325' />
+  <node id='-24330' lat='41.75012' lon='-90.30651' />
+  <node id='-24332' lat='41.809' lon='-90.18566' />
+  <node id='-24334' lat='42.0287' lon='-90.14515' />
+  <node id='-24336' lat='42.14692' lon='-90.19184' />
+  <node id='-24338' lat='42.22019' lon='-90.40333' />
+  <node id='-24340' lat='42.34617' lon='-90.43079' />
+  <node id='-24342' lat='42.48406' lon='-90.65258' />
+  <node id='-24344' lat='42.50785' lon='-90.64245' />
+  <node id='-24346' lat='41.761' lon='-84.80614' />
+  <node id='-24348' lat='39.10708' lon='-84.81884' />
+  <node id='-24350' lat='39.05911' lon='-84.89643' />
+  <node id='-24352' lat='38.97696' lon='-84.82433' />
+  <node id='-24354' lat='38.90486' lon='-84.88064' />
+  <node id='-24356' lat='38.88294' lon='-84.7852' />
+  <node id='-24358' lat='38.83054' lon='-84.82845' />
+  <node id='-24360' lat='38.78881' lon='-84.80991' />
+  <node id='-24362' lat='38.77543' lon='-84.99188' />
+  <node id='-24364' lat='38.68597' lon='-85.16628' />
+  <node id='-24366' lat='38.73848' lon='-85.2734' />
+  <node id='-24368' lat='38.72402' lon='-85.443' />
+  <node id='-24370' lat='38.53574' lon='-85.41828' />
+  <node id='-24372' lat='38.3825' lon='-85.6387' />
+  <node id='-24374' lat='38.3125' lon='-85.65723' />
+  <node id='-24376' lat='38.26345' lon='-85.74925' />
+  <node id='-24378' lat='38.28717' lon='-85.79182' />
+  <node id='-24380' lat='38.27316' lon='-85.84057' />
+  <node id='-24382' lat='38.23379' lon='-85.83576' />
+  <node id='-24384' lat='38.17552' lon='-85.90511' />
+  <node id='-24386' lat='38.0664' lon='-85.91267' />
+  <node id='-24388' lat='38.01016' lon='-85.94219' />
+  <node id='-24390' lat='37.99771' lon='-86.01772' />
+  <node id='-24392' lat='37.9582' lon='-86.04244' />
+  <node id='-24394' lat='38.01557' lon='-86.10973' />
+  <node id='-24396' lat='38.01611' lon='-86.20106' />
+  <node id='-24398' lat='38.05937' lon='-86.27728' />
+  <node id='-24400' lat='38.13989' lon='-86.27384' />
+  <node id='-24402' lat='38.17552' lon='-86.32465' />
+  <node id='-24404' lat='38.03288' lon='-86.52378' />
+  <node id='-24406' lat='37.91813' lon='-86.52309' />
+  <node id='-24408' lat='37.90133' lon='-86.74282' />
+  <node id='-24410' lat='37.99717' lon='-86.81217' />
+  <node id='-24412' lat='37.89971' lon='-87.04357' />
+  <node id='-24414' lat='37.82002' lon='-87.05387' />
+  <node id='-24416' lat='37.78313' lon='-87.09301' />
+  <node id='-24418' lat='37.7853' lon='-87.13078' />
+  <node id='-24420' lat='37.84334' lon='-87.16442' />
+  <node id='-24422' lat='37.90794' lon='-86.65645' />
+  <node id='-24424' lat='37.91303' lon='-86.58981' />
+  <node id='-24426' lat='37.83675' lon='-86.63556' />
+  <node id='-24428' lat='37.84768' lon='-87.23309' />
+  <node id='-24430' lat='37.94683' lon='-87.41093' />
+  <node id='-24432' lat='37.90567' lon='-87.51049' />
+  <node id='-24434' lat='37.94629' lon='-87.5771' />
+  <node id='-24436' lat='37.97336' lon='-87.59014' />
+  <node id='-24438' lat='37.92463' lon='-87.62447' />
+  <node id='-24440' lat='37.87912' lon='-87.58328' />
+  <node id='-24442' lat='37.82761' lon='-87.60662' />
+  <node id='-24444' lat='37.82273' lon='-87.67735' />
+  <node id='-24446' lat='37.90079' lon='-87.67666' />
+  <node id='-24448' lat='37.87478' lon='-87.83527' />
+  <node id='-24450' lat='37.92842' lon='-87.89089' />
+  <node id='-24452' lat='37.88427' lon='-87.94102' />
+  <node id='-24454' lat='37.82273' lon='-87.90222' />
+  <node id='-24456' lat='37.76983' lon='-87.95578' />
+  <node id='-24458' lat='42.65026' lon='-90.70901' />
+  <node id='-24460' lat='42.7068' lon='-91.02487' />
+  <node id='-24462' lat='42.7774' lon='-91.08804' />
+  <node id='-24464' lat='42.8761' lon='-91.09354' />
+  <node id='-24466' lat='42.93646' lon='-91.1622' />
+  <node id='-24468' lat='43.02085' lon='-91.15121' />
+  <node id='-24470' lat='43.17528' lon='-91.16769' />
+  <node id='-24472' lat='43.27334' lon='-91.07706' />
+  <node id='-24474' lat='43.31932' lon='-91.09628' />
+  <node id='-24476' lat='43.38123' lon='-91.21439' />
+  <node id='-24478' lat='43.4989' lon='-91.22537' />
+  <node id='-24480' lat='43.50089' lon='-96.60043' />
+  <node id='-24482' lat='43.31333' lon='-96.52902' />
+  <node id='-24484' lat='43.28334' lon='-96.58121' />
+  <node id='-24486' lat='43.22733' lon='-96.54275' />
+  <node id='-24488' lat='43.22133' lon='-96.48233' />
+  <node id='-24490' lat='43.11516' lon='-96.43838' />
+  <node id='-24492' lat='42.74513' lon='-96.63614' />
+  <node id='-24494' lat='42.57547' lon='-96.49057' />
+  <node id='-24496' lat='42.49249' lon='-96.47134' />
+  <node id='-24498' lat='42.49249' lon='-96.40268' />
+  <node id='-24500' lat='42.46616' lon='-96.38071' />
+  <node id='-24502' lat='42.4317' lon='-96.3862' />
+  <node id='-24504' lat='42.40737' lon='-96.41641' />
+  <node id='-24506' lat='42.02699' lon='-96.25162' />
+  <node id='-24508' lat='41.9678' lon='-96.14999' />
+  <node id='-24510' lat='41.53956' lon='-96.08682' />
+  <node id='-24512' lat='41.45728' lon='-95.91928' />
+  <node id='-24514' lat='41.34603' lon='-95.95224' />
+  <node id='-24516' lat='41.32489' lon='-95.93507' />
+  <node id='-24518' lat='41.31922' lon='-95.88701' />
+  <node id='-24520' lat='41.30426' lon='-95.8719' />
+  <node id='-24522' lat='41.28569' lon='-95.87602' />
+  <node id='-24524' lat='41.26917' lon='-95.92203' />
+  <node id='-24526' lat='41.23046' lon='-95.91173' />
+  <node id='-24528' lat='41.20566' lon='-95.93095' />
+  <node id='-24530' lat='41.18655' lon='-95.92203' />
+  <node id='-24532' lat='41.18861' lon='-95.86092' />
+  <node id='-24534' lat='41.18035' lon='-95.84512' />
+  <node id='-24536' lat='41.16484' lon='-95.84581' />
+  <node id='-24538' lat='41.16587' lon='-95.87534' />
+  <node id='-24540' lat='41.14985' lon='-95.88426' />
+  <node id='-24542' lat='41.08829' lon='-95.86298' />
+  <node id='-24544' lat='41.05568' lon='-95.88495' />
+  <node id='-24546' lat='40.67557' lon='-95.84238' />
+  <node id='-24548' lat='40.58647' lon='-95.77211' />
+  <node id='-24550' lat='40.61201' lon='-91.73074' />
+  <node id='-24552' lat='40.37471' lon='-91.44307' />
+  <node id='-24554' lat='36.9986' lon='-94.61795' />
+  <node id='-24556' lat='39.11895' lon='-94.60772' />
+  <node id='-24558' lat='39.13759' lon='-94.5909' />
+  <node id='-24560' lat='39.15384' lon='-94.58953' />
+  <node id='-24562' lat='39.16129' lon='-94.60601' />
+  <node id='-24564' lat='39.1533' lon='-94.64686' />
+  <node id='-24566' lat='39.15863' lon='-94.66128' />
+  <node id='-24568' lat='39.17673' lon='-94.66094' />
+  <node id='-24570' lat='39.18498' lon='-94.67845' />
+  <node id='-24572' lat='39.16874' lon='-94.72239' />
+  <node id='-24574' lat='39.17194' lon='-94.75157' />
+  <node id='-24576' lat='39.18684' lon='-94.77011' />
+  <node id='-24578' lat='39.20174' lon='-94.77664' />
+  <node id='-24580' lat='39.30383' lon='-94.90298' />
+  <node id='-24582' lat='39.35216' lon='-94.91122' />
+  <node id='-24584' lat='39.37446' lon='-94.87895' />
+  <node id='-24586' lat='39.39622' lon='-94.89405' />
+  <node id='-24588' lat='39.38561' lon='-94.92839' />
+  <node id='-24590' lat='39.53404' lon='-95.10348' />
+  <node id='-24592' lat='39.57851' lon='-95.10279' />
+  <node id='-24594' lat='39.67371' lon='-95.02177' />
+  <node id='-24596' lat='39.74133' lon='-94.86247' />
+  <node id='-24598' lat='39.75769' lon='-94.85903' />
+  <node id='-24600' lat='39.773' lon='-94.86865' />
+  <node id='-24602' lat='39.75875' lon='-94.90779' />
+  <node id='-24604' lat='39.77221' lon='-94.93491' />
+  <node id='-24606' lat='39.78804' lon='-94.93251' />
+  <node id='-24608' lat='39.79542' lon='-94.88272' />
+  <node id='-24610' lat='39.82391' lon='-94.87654' />
+  <node id='-24612' lat='40.00166' lon='-95.31497' />
+  <node id='-24614' lat='40.00324' lon='-102.04923' />
+  <node id='-24616' lat='36.9678' lon='-89.19146' />
+  <node id='-24618' lat='36.98097' lon='-89.10907' />
+  <node id='-24620' lat='36.56737' lon='-89.22168' />
+  <node id='-24622' lat='36.63352' lon='-89.36175' />
+  <node id='-24624' lat='36.50778' lon='-89.41668' />
+  <node id='-24626' lat='36.49674' lon='-88.05987' />
+  <node id='-24628' lat='36.67979' lon='-88.06536' />
+  <node id='-24630' lat='36.63792' lon='-87.80993' />
+  <node id='-24632' lat='36.65555' lon='-86.5932' />
+  <node id='-24634' lat='36.63572' lon='-86.56848' />
+  <node id='-24636' lat='36.65555' lon='-86.51355' />
+  <node id='-24638' lat='36.58281' lon='-83.69109' />
+  <node id='-24640' lat='36.75244' lon='-83.14074' />
+  <node id='-24642' lat='36.84701' lon='-83.08032' />
+  <node id='-24644' lat='36.88437' lon='-82.89904' />
+  <node id='-24646' lat='36.98316' lon='-82.86059' />
+  <node id='-24648' lat='37.04018' lon='-82.73425' />
+  <node id='-24650' lat='37.12564' lon='-82.72326' />
+  <node id='-24652' lat='37.2744' lon='-82.34698' />
+  <node id='-24654' lat='37.53839' lon='-81.9707' />
+  <node id='-24656' lat='39.14851' lon='-84.74887' />
+  <node id='-24658' lat='39.09844' lon='-84.68432' />
+  <node id='-24660' lat='39.07392' lon='-84.62252' />
+  <node id='-24662' lat='39.08671' lon='-84.56622' />
+  <node id='-24664' lat='39.10163' lon='-84.54631' />
+  <node id='-24666' lat='39.09151' lon='-84.51747' />
+  <node id='-24668' lat='39.0995' lon='-84.49893' />
+  <node id='-24670' lat='39.12188' lon='-84.47695' />
+  <node id='-24672' lat='39.11922' lon='-84.4488' />
+  <node id='-24674' lat='39.09577' lon='-84.4337' />
+  <node id='-24676' lat='39.05739' lon='-84.43026' />
+  <node id='-24678' lat='39.0446' lon='-84.41035' />
+  <node id='-24680' lat='39.0382' lon='-84.34924' />
+  <node id='-24682' lat='38.99445' lon='-84.30117' />
+  <node id='-24684' lat='38.95334' lon='-84.29293' />
+  <node id='-24686' lat='38.88176' lon='-84.23388' />
+  <node id='-24688' lat='38.81331' lon='-84.23388' />
+  <node id='-24690' lat='38.77263' lon='-84.07183' />
+  <node id='-24692' lat='38.78762' lon='-83.95648' />
+  <node id='-24694' lat='38.69765' lon='-83.79443' />
+  <node id='-24696' lat='38.65047' lon='-83.7752' />
+  <node id='-24698' lat='38.62902' lon='-83.66534' />
+  <node id='-24700' lat='38.67621' lon='-83.62414' />
+  <node id='-24702' lat='38.70408' lon='-83.52801' />
+  <node id='-24704' lat='38.64618' lon='-83.33575' />
+  <node id='-24706' lat='38.60112' lon='-83.31652' />
+  <node id='-24708' lat='38.59897' lon='-83.27533' />
+  <node id='-24710' lat='38.63116' lon='-83.24511' />
+  <node id='-24712' lat='38.61614' lon='-83.20117' />
+  <node id='-24714' lat='38.62258' lon='-83.14898' />
+  <node id='-24716' lat='38.67621' lon='-83.10778' />
+  <node id='-24718' lat='37.56235' lon='-82.13961' />
+  <node id='-24720' lat='37.63416' lon='-82.17669' />
+  <node id='-24722' lat='37.67656' lon='-82.29754' />
+  <node id='-24724' lat='37.77758' lon='-82.33462' />
+  <node id='-24726' lat='37.84593' lon='-82.41702' />
+  <node id='-24728' lat='37.93372' lon='-82.49392' />
+  <node id='-24730' lat='37.98569' lon='-82.46646' />
+  <node id='-24732' lat='38.13922' lon='-82.63263' />
+  <node id='-24734' lat='38.1673' lon='-82.64361' />
+  <node id='-24736' lat='38.17378' lon='-82.60791' />
+  <node id='-24738' lat='38.21156' lon='-82.59692' />
+  <node id='-24740' lat='38.24176' lon='-82.61203' />
+  <node id='-24742' lat='38.25039' lon='-82.58319' />
+  <node id='-24744' lat='38.32261' lon='-82.57495' />
+  <node id='-24746' lat='38.342' lon='-82.59692' />
+  <node id='-24748' lat='38.42382' lon='-82.59692' />
+  <node id='-24750' lat='38.47329' lon='-82.61203' />
+  <node id='-24752' lat='38.55603' lon='-82.72601' />
+  <node id='-24754' lat='38.56355' lon='-82.79879' />
+  <node id='-24756' lat='38.58502' lon='-82.84549' />
+  <node id='-24758' lat='38.69121' lon='-82.87844' />
+  <node id='-24760' lat='38.73943' lon='-82.8702' />
+  <node id='-24762' lat='38.7555' lon='-82.89492' />
+  <node id='-24764' lat='38.72765' lon='-82.97869' />
+  <node id='-24766' lat='38.72872' lon='-83.02951' />
+  <node id='-24768' lat='38.69336' lon='-83.0556' />
+  <node id='-24770' lat='29.81005' lon='-93.92382' />
+  <node id='-24772' lat='30.05521' lon='-93.71508' />
+  <node id='-24774' lat='30.28791' lon='-93.70959' />
+  <node id='-24776' lat='30.33771' lon='-93.76452' />
+  <node id='-24778' lat='31.03684' lon='-93.52008' />
+  <node id='-24780' lat='31.91524' lon='-93.92932' />
+  <node id='-24782' lat='32.00379' lon='-94.04467' />
+  <node id='-24784' lat='32.31769' lon='-90.90533' />
+  <node id='-24786' lat='31.54147' lon='-91.44641' />
+  <node id='-24788' lat='31.00153' lon='-91.63317' />
+  <node id='-24790' lat='31.00389' lon='-89.73529' />
+  <node id='-24792' lat='30.67373' lon='-89.85339' />
+  <node id='-24794' lat='30.5177' lon='-89.77374' />
+  <node id='-24796' lat='30.46089' lon='-89.69134' />
+  <node id='-24798' lat='30.1835' lon='-89.58972' />
+  <node id='-24800' lat='43.56977' lon='-70.97613' />
+  <node id='-24802' lat='43.55783' lon='-70.95278' />
+  <node id='-24804' lat='43.3884' lon='-70.98849' />
+  <node id='-24806' lat='43.33749' lon='-70.96377' />
+  <node id='-24808' lat='43.33549' lon='-70.93493' />
+  <node id='-24810' lat='43.29052' lon='-70.89648' />
+  <node id='-24812' lat='43.23052' lon='-70.81271' />
+  <node id='-24814' lat='43.13238' lon='-70.83331' />
+  <node id='-24816' lat='43.07272' lon='-70.73786' />
+  <node id='-24818' lat='43.07623' lon='-70.70422' />
+  <node id='-24820' lat='43.04463' lon='-70.70216' />
+  <node id='-24822' lat='38.02735' lon='-75.16879' />
+  <node id='-24824' lat='37.99597' lon='-75.62472' />
+  <node id='-24826' lat='37.94509' lon='-75.65768' />
+  <node id='-24828' lat='37.90934' lon='-75.88153' />
+  <node id='-24830' lat='37.8985' lon='-76.23034' />
+  <node id='-24832' lat='38.15704' lon='-76.61074' />
+  <node id='-24834' lat='38.23475' lon='-76.92248' />
+  <node id='-24836' lat='38.42973' lon='-77.03784' />
+  <node id='-24838' lat='38.35223' lon='-77.20813' />
+  <node id='-24840' lat='38.38454' lon='-77.28778' />
+  <node id='-24842' lat='38.50178' lon='-77.28915' />
+  <node id='-24844' lat='38.6038' lon='-77.21225' />
+  <node id='-24846' lat='38.63385' lon='-77.12161' />
+  <node id='-24848' lat='38.68103' lon='-77.12023' />
+  <node id='-24850' lat='38.70568' lon='-77.08041' />
+  <node id='-24852' lat='38.70568' lon='-77.04196' />
+  <node id='-24854' lat='38.9699' lon='-77.1477' />
+  <node id='-24856' lat='38.97417' lon='-77.22186' />
+  <node id='-24858' lat='39.00192' lon='-77.25619' />
+  <node id='-24860' lat='39.02006' lon='-77.23971' />
+  <node id='-24862' lat='39.05846' lon='-77.30975' />
+  <node id='-24864' lat='39.07872' lon='-77.46081' />
+  <node id='-24866' lat='39.11282' lon='-77.48416' />
+  <node id='-24868' lat='39.12135' lon='-77.51849' />
+  <node id='-24870' lat='39.14691' lon='-77.5281' />
+  <node id='-24872' lat='39.18311' lon='-77.51162' />
+  <node id='-24874' lat='39.18844' lon='-77.47729' />
+  <node id='-24876' lat='39.22462' lon='-77.45532' />
+  <node id='-24878' lat='39.25227' lon='-77.49102' />
+  <node id='-24880' lat='39.27247' lon='-77.54596' />
+  <node id='-24882' lat='39.30861' lon='-77.56655' />
+  <node id='-24884' lat='39.3033' lon='-77.61462' />
+  <node id='-24886' lat='39.32667' lon='-77.68054' />
+  <node id='-24888' lat='39.32349' lon='-77.73135' />
+  <node id='-24890' lat='39.72086' lon='-79.47663' />
+  <node id='-24892' lat='39.20187' lon='-79.48702' />
+  <node id='-24894' lat='39.22448' lon='-79.42831' />
+  <node id='-24896' lat='39.27261' lon='-79.37853' />
+  <node id='-24898' lat='39.27526' lon='-79.35999' />
+  <node id='-24900' lat='39.29652' lon='-79.33801' />
+  <node id='-24902' lat='39.30502' lon='-79.31158' />
+  <node id='-24904' lat='39.29865' lon='-79.29235' />
+  <node id='-24906' lat='39.35575' lon='-79.25321' />
+  <node id='-24908' lat='39.36424' lon='-79.21579' />
+  <node id='-24910' lat='39.38733' lon='-79.19657' />
+  <node id='-24912' lat='39.47643' lon='-79.06885' />
+  <node id='-24914' lat='39.4804' lon='-79.0455' />
+  <node id='-24916' lat='39.43958' lon='-78.96688' />
+  <node id='-24918' lat='39.5678' lon='-78.83951' />
+  <node id='-24920' lat='39.56065' lon='-78.81925' />
+  <node id='-24922' lat='39.63472' lon='-78.79659' />
+  <node id='-24924' lat='39.64715' lon='-78.76501' />
+  <node id='-24926' lat='39.62177' lon='-78.77702' />
+  <node id='-24928' lat='39.62388' lon='-78.73789' />
+  <node id='-24930' lat='39.60775' lon='-78.73892' />
+  <node id='-24932' lat='39.60457' lon='-78.77771' />
+  <node id='-24934' lat='39.58262' lon='-78.76364' />
+  <node id='-24936' lat='39.58632' lon='-78.73789' />
+  <node id='-24938' lat='39.56356' lon='-78.72621' />
+  <node id='-24940' lat='39.53576' lon='-78.66167' />
+  <node id='-24942' lat='39.5167' lon='-78.46872' />
+  <node id='-24944' lat='39.617' lon='-78.40658' />
+  <node id='-24946' lat='39.59479' lon='-78.31732' />
+  <node id='-24948' lat='39.69524' lon='-78.18411' />
+  <node id='-24950' lat='39.68203' lon='-78.10789' />
+  <node id='-24952' lat='39.64768' lon='-78.05021' />
+  <node id='-24954' lat='39.42632' lon='-77.75289' />
+  <node id='-24956' lat='39.43587' lon='-77.79821' />
+  <node id='-24958' lat='39.49312' lon='-77.78036' />
+  <node id='-24960' lat='39.49842' lon='-77.84216' />
+  <node id='-24962' lat='39.55774' lon='-77.88885' />
+  <node id='-24964' lat='39.56621' lon='-77.83392' />
+  <node id='-24966' lat='39.60431' lon='-77.83392' />
+  <node id='-24968' lat='39.617' lon='-77.87512' />
+  <node id='-24970' lat='39.60113' lon='-78.01107' />
+  <node id='-24972' lat='42.0867' lon='-73.50942' />
+  <node id='-24974' lat='42.74494' lon='-73.26498' />
+  <node id='-24976' lat='42.69651' lon='-71.29465' />
+  <node id='-24978' lat='42.74343' lon='-71.25139' />
+  <node id='-24980' lat='42.7399' lon='-71.18273' />
+  <node id='-24982' lat='42.79484' lon='-71.18616' />
+  <node id='-24984' lat='42.82305' lon='-71.13878' />
+  <node id='-24986' lat='42.80744' lon='-71.06531' />
+  <node id='-24988' lat='42.85981' lon='-71.04196' />
+  <node id='-24990' lat='42.86887' lon='-70.96781' />
+  <node id='-24992' lat='42.88698' lon='-70.92592' />
+  <node id='-24994' lat='42.88446' lon='-70.88541' />
+  <node id='-24996' lat='42.86182' lon='-70.84627' />
+  <node id='-24998' lat='42.8739' lon='-70.81606' />
+  <node id='-25000' lat='42.00779' lon='-71.8001' />
+  <node id='-25002' lat='42.0194' lon='-71.38117' />
+  <node id='-25004' lat='41.89277' lon='-71.3822' />
+  <node id='-25006' lat='41.89916' lon='-71.33894' />
+  <node id='-25008' lat='41.79814' lon='-71.341' />
+  <node id='-25010' lat='41.7815' lon='-71.32898' />
+  <node id='-25012' lat='41.75231' lon='-71.26135' />
+  <node id='-25014' lat='41.67465' lon='-71.19577' />
+  <node id='-25016' lat='41.65952' lon='-71.13432' />
+  <node id='-25018' lat='41.60717' lon='-71.14153' />
+  <node id='-25020' lat='41.591' lon='-71.13123' />
+  <node id='-25022' lat='41.43444' lon='-71.10101' />
+  <node id='-25024' lat='40.56828' lon='-69.97282' />
+  <node id='-25026' lat='41.69747' lon='-84.80645' />
+  <node id='-25028' lat='41.73233' lon='-83.42355' />
+  <node id='-25030' lat='41.95671' lon='-83.11184' />
+  <node id='-25032' lat='46.56636' lon='-90.42047' />
+  <node id='-25034' lat='46.53331' lon='-90.39026' />
+  <node id='-25036' lat='46.5522' lon='-90.33396' />
+  <node id='-25038' lat='46.50212' lon='-90.2186' />
+  <node id='-25040' lat='46.3355' lon='-90.11148' />
+  <node id='-25042' lat='46.14078' lon='-89.09387' />
+  <node id='-25044' lat='46.02457' lon='-88.8096' />
+  <node id='-25046' lat='45.98832' lon='-88.64618' />
+  <node id='-25048' lat='46.02362' lon='-88.51846' />
+  <node id='-25050' lat='45.95587' lon='-88.30835' />
+  <node id='-25052' lat='45.9234' lon='-88.10098' />
+  <node id='-25054' lat='45.87371' lon='-88.07901' />
+  <node id='-25056' lat='45.82205' lon='-88.13669' />
+  <node id='-25058' lat='45.78088' lon='-88.0845' />
+  <node id='-25060' lat='45.79333' lon='-88.01172' />
+  <node id='-25062' lat='45.75023' lon='-87.86752' />
+  <node id='-25064' lat='45.67639' lon='-87.77826' />
+  <node id='-25066' lat='45.65912' lon='-87.83182' />
+  <node id='-25068' lat='45.6063' lon='-87.77414' />
+  <node id='-25070' lat='45.56209' lon='-87.79474' />
+  <node id='-25072' lat='45.57074' lon='-87.84143' />
+  <node id='-25074' lat='45.53805' lon='-87.80435' />
+  <node id='-25076' lat='45.47067' lon='-87.8071' />
+  <node id='-25078' lat='45.43888' lon='-87.85791' />
+  <node id='-25080' lat='45.35499' lon='-87.87027' />
+  <node id='-25082' lat='45.35209' lon='-87.75903' />
+  <node id='-25084' lat='45.38972' lon='-87.69724' />
+  <node id='-25086' lat='45.34534' lon='-87.64368' />
+  <node id='-25088' lat='45.19554' lon='-87.74118' />
+  <node id='-25090' lat='45.10643' lon='-87.65741' />
+  <node id='-25092' lat='45.07735' lon='-87.44318' />
+  <node id='-25094' lat='45.20134' lon='-87.41022' />
+  <node id='-25096' lat='45.44563' lon='-87.09574' />
+  <node id='-25098' lat='45.44467' lon='-86.7428' />
+  <node id='-25100' lat='45.23713' lon='-86.25116' />
+  <node id='-25102' lat='43.50083' lon='-96.45334' />
+  <node id='-25104' lat='45.29706' lon='-96.45334' />
+  <node id='-25106' lat='45.36367' lon='-96.49591' />
+  <node id='-25108' lat='45.41382' lon='-96.68405' />
+  <node id='-25110' lat='45.62263' lon='-96.86258' />
+  <node id='-25112' lat='45.74735' lon='-96.65109' />
+  <node id='-25114' lat='45.82588' lon='-96.58106' />
+  <node id='-25116' lat='45.93486' lon='-96.56732' />
+  <node id='-25118' lat='46.32981' lon='-96.60303' />
+  <node id='-25120' lat='46.45011' lon='-96.72525' />
+  <node id='-25122' lat='46.63902' lon='-96.7898' />
+  <node id='-25124' lat='46.81035' lon='-96.79666' />
+  <node id='-25126' lat='46.92114' lon='-96.76233' />
+  <node id='-25128' lat='47.0083' lon='-96.83511' />
+  <node id='-25130' lat='47.60148' lon='-96.85983' />
+  <node id='-25132' lat='47.89144' lon='-97.02738' />
+  <node id='-25134' lat='47.91905' lon='-97.01639' />
+  <node id='-25136' lat='47.9485' lon='-97.05484' />
+  <node id='-25138' lat='48.17245' lon='-97.14685' />
+  <node id='-25140' lat='48.59745' lon='-97.15372' />
+  <node id='-25142' lat='48.68275' lon='-97.09604' />
+  <node id='-25144' lat='48.99952' lon='-97.24024' />
+  <node id='-25146' lat='43.77649' lon='-91.24582' />
+  <node id='-25148' lat='43.99227' lon='-91.42572' />
+  <node id='-25150' lat='44.06533' lon='-91.65094' />
+  <node id='-25152' lat='44.3832' lon='-91.9874' />
+  <node id='-25154' lat='44.74132' lon='-92.82511' />
+  <node id='-25156' lat='44.82953' lon='-92.77017' />
+  <node id='-25158' lat='45.28643' lon='-92.76056' />
+  <node id='-25160' lat='45.40804' lon='-92.65207' />
+  <node id='-25162' lat='45.56786' lon='-92.76056' />
+  <node id='-25164' lat='45.56978' lon='-92.88416' />
+  <node id='-25166' lat='45.72051' lon='-92.8718' />
+  <node id='-25168' lat='45.76364' lon='-92.78803' />
+  <node id='-25170' lat='45.889' lon='-92.72348' />
+  <node id='-25172' lat='46.07794' lon='-92.29639' />
+  <node id='-25174' lat='46.66258' lon='-92.29227' />
+  <node id='-25176' lat='46.65221' lon='-92.2085' />
+  <node id='-25178' lat='46.69744' lon='-92.203' />
+  <node id='-25180' lat='46.75016' lon='-92.1055' />
+  <node id='-25182' lat='46.70498' lon='-92.02448' />
+  <node id='-25184' lat='40.99766' lon='-111.04675' />
+  <node id='-25186' lat='41.00188' lon='-104.0521' />
+  <node id='-25188' lat='44.99972' lon='-104.05897' />
+  <node id='-25190' lat='44.99947' lon='-111.05503' />
+  <node id='-25192' lat='34.99532' lon='-88.20029' />
+  <node id='-25194' lat='40.39775' lon='-95.65168' />
+  <node id='-25196' lat='36.46431' lon='-89.45127' />
+  <node id='-25198' lat='36.46541' lon='-89.48972' />
+  <node id='-25200' lat='36.55813' lon='-89.47187' />
+  <node id='-25202' lat='36.5846' lon='-89.52268' />
+  <node id='-25204' lat='36.56144' lon='-89.57212' />
+  <node id='-25206' lat='36.46762' lon='-89.52268' />
+  <node id='-25208' lat='36.43117' lon='-89.5474' />
+  <node id='-25210' lat='36.24754' lon='-89.57212' />
+  <node id='-25212' lat='36.24089' lon='-89.6916' />
+  <node id='-25214' lat='36.1478' lon='-89.58997' />
+  <node id='-25216' lat='36.10897' lon='-89.61332' />
+  <node id='-25218' lat='48.99925' lon='-104.05004' />
+  <node id='-25220' lat='43.00258' lon='-104.05548' />
+  <node id='-25222' lat='43.00058' lon='-98.50401' />
+  <node id='-25224' lat='42.93275' lon='-98.44908' />
+  <node id='-25226' lat='42.76612' lon='-97.99383' />
+  <node id='-25228' lat='42.77065' lon='-97.95057' />
+  <node id='-25230' lat='42.86685' lon='-97.84826' />
+  <node id='-25232' lat='42.84773' lon='-97.44314' />
+  <node id='-25234' lat='42.86736' lon='-97.40125' />
+  <node id='-25236' lat='42.85729' lon='-97.25019' />
+  <node id='-25238' lat='42.76813' lon='-97.11836' />
+  <node id='-25240' lat='42.76561' lon='-97.00575' />
+  <node id='-25242' lat='42.71922' lon='-96.94875' />
+  <node id='-25244' lat='42.73536' lon='-96.88627' />
+  <node id='-25246' lat='42.64805' lon='-96.69264' />
+  <node id='-25248' lat='42.60561' lon='-96.71461' />
+  <node id='-25250' lat='42.50344' lon='-96.60475' />
+  <node id='-25252' lat='42.51963' lon='-96.55187' />
+  <node id='-25254' lat='45.94728' lon='-104.05691' />
+  <node id='-25256' lat='42.00031' lon='-114.04073' />
+  <node id='-25258' lat='42.72515' lon='-72.45969' />
+  <node id='-25260' lat='42.77368' lon='-72.49456' />
+  <node id='-25262' lat='42.7636' lon='-72.51722' />
+  <node id='-25264' lat='42.78174' lon='-72.51173' />
+  <node id='-25266' lat='42.81147' lon='-72.54331' />
+  <node id='-25268' lat='42.85427' lon='-72.55705' />
+  <node id='-25270' lat='42.88497' lon='-72.55361' />
+  <node id='-25272' lat='42.89553' lon='-72.53301' />
+  <node id='-25274' lat='42.93626' lon='-72.52546' />
+  <node id='-25276' lat='42.95134' lon='-72.53233' />
+  <node id='-25278' lat='42.98099' lon='-72.46504' />
+  <node id='-25280' lat='43.05479' lon='-72.46092' />
+  <node id='-25282' lat='43.08388' lon='-72.43688' />
+  <node id='-25284' lat='43.13702' lon='-72.441' />
+  <node id='-25286' lat='43.14654' lon='-72.45611' />
+  <node id='-25288' lat='43.35659' lon='-72.39362' />
+  <node id='-25290' lat='43.36557' lon='-72.41491' />
+  <node id='-25292' lat='43.49472' lon='-72.38127' />
+  <node id='-25294' lat='43.51265' lon='-72.40049' />
+  <node id='-25296' lat='43.63553' lon='-72.32702' />
+  <node id='-25298' lat='43.70754' lon='-72.30093' />
+  <node id='-25300' lat='43.77302' lon='-72.20617' />
+  <node id='-25302' lat='43.8919' lon='-72.16291' />
+  <node id='-25304' lat='43.9201' lon='-72.12309' />
+  <node id='-25306' lat='43.9977' lon='-72.11141' />
+  <node id='-25308' lat='44.08408' lon='-72.04' />
+  <node id='-25310' lat='44.27514' lon='-72.06335' />
+  <node id='-25312' lat='44.31741' lon='-72.0249' />
+  <node id='-25314' lat='44.33411' lon='-71.9782' />
+  <node id='-25316' lat='44.34688' lon='-71.90679' />
+  <node id='-25318' lat='44.33706' lon='-71.86834' />
+  <node id='-25320' lat='44.35866' lon='-71.81753' />
+  <node id='-25322' lat='44.39891' lon='-71.79693' />
+  <node id='-25324' lat='44.41558' lon='-71.7008' />
+  <node id='-25326' lat='44.47343' lon='-71.639' />
+  <node id='-25328' lat='44.49302' lon='-71.59368' />
+  <node id='-25330' lat='44.56351' lon='-71.59231' />
+  <node id='-25332' lat='44.56351' lon='-71.56347' />
+  <node id='-25334' lat='44.58601' lon='-71.54287' />
+  <node id='-25336' lat='44.74912' lon='-71.63351' />
+  <node id='-25338' lat='44.79592' lon='-71.57583' />
+  <node id='-25340' lat='44.86214' lon='-71.55386' />
+  <node id='-25342' lat='44.90788' lon='-71.49618' />
+  <node id='-25344' lat='44.98758' lon='-71.54287' />
+  <node id='-25346' lat='39.80165' lon='-75.41621' />
+  <node id='-25348' lat='39.84842' lon='-75.33745' />
+  <node id='-25350' lat='39.85014' lon='-75.26809' />
+  <node id='-25352' lat='39.88294' lon='-75.16905' />
+  <node id='-25354' lat='39.88716' lon='-75.13986' />
+  <node id='-25356' lat='39.91073' lon='-75.12785' />
+  <node id='-25358' lat='39.93627' lon='-75.13815' />
+  <node id='-25360' lat='39.95786' lon='-75.13334' />
+  <node id='-25362' lat='39.97443' lon='-75.09901' />
+  <node id='-25364' lat='39.97969' lon='-75.0712' />
+  <node id='-25366' lat='40.01099' lon='-75.04682' />
+  <node id='-25368' lat='40.0202' lon='-75.01352' />
+  <node id='-25370' lat='40.05279' lon='-74.97164' />
+  <node id='-25372' lat='40.07224' lon='-74.9246' />
+  <node id='-25374' lat='40.06987' lon='-74.91224' />
+  <node id='-25376' lat='40.08432' lon='-74.8628' />
+  <node id='-25378' lat='40.10244' lon='-74.83774' />
+  <node id='-25380' lat='40.12633' lon='-74.82641' />
+  <node id='-25382' lat='40.1287' lon='-74.81542' />
+  <node id='-25384' lat='40.12187' lon='-74.7907' />
+  <node id='-25386' lat='40.13447' lon='-74.75843' />
+  <node id='-25388' lat='40.13473' lon='-74.74127' />
+  <node id='-25390' lat='40.14864' lon='-74.72341' />
+  <node id='-25392' lat='40.16045' lon='-74.72273' />
+  <node id='-25394' lat='40.17855' lon='-74.73852' />
+  <node id='-25396' lat='40.18774' lon='-74.75843' />
+  <node id='-25398' lat='40.2095' lon='-74.76701' />
+  <node id='-25400' lat='40.2234' lon='-74.78349' />
+  <node id='-25402' lat='40.24069' lon='-74.82504' />
+  <node id='-25404' lat='40.25013' lon='-74.84426' />
+  <node id='-25406' lat='40.28837' lon='-74.86315' />
+  <node id='-25408' lat='40.31246' lon='-74.89198' />
+  <node id='-25410' lat='40.3177' lon='-74.91396' />
+  <node id='-25412' lat='40.34152' lon='-74.94451' />
+  <node id='-25414' lat='40.36611' lon='-74.94966' />
+  <node id='-25416' lat='40.39592' lon='-74.96477' />
+  <node id='-25418' lat='40.40664' lon='-74.98743' />
+  <node id='-25420' lat='40.40534' lon='-75.03137' />
+  <node id='-25422' lat='40.4218' lon='-75.06124' />
+  <node id='-25424' lat='40.45525' lon='-75.07017' />
+  <node id='-25426' lat='40.48581' lon='-75.06365' />
+  <node id='-25428' lat='40.5388' lon='-75.06708' />
+  <node id='-25430' lat='40.56984' lon='-75.10347' />
+  <node id='-25432' lat='40.57453' lon='-75.12682' />
+  <node id='-25434' lat='40.57453' lon='-75.14776' />
+  <node id='-25436' lat='40.56332' lon='-75.16458' />
+  <node id='-25438' lat='40.56619' lon='-75.18106' />
+  <node id='-25440' lat='40.57844' lon='-75.1948' />
+  <node id='-25442' lat='40.59435' lon='-75.19068' />
+  <node id='-25444' lat='40.61259' lon='-75.19994' />
+  <node id='-25446' lat='40.62093' lon='-75.19102' />
+  <node id='-25448' lat='40.63865' lon='-75.19068' />
+  <node id='-25450' lat='40.64881' lon='-75.20029' />
+  <node id='-25452' lat='40.66939' lon='-75.18003' />
+  <node id='-25454' lat='39.66512' lon='-73.81773' />
+  <node id='-25456' lat='40.514' lon='-73.9166' />
+  <node id='-25458' lat='40.47954' lon='-74.23109' />
+  <node id='-25460' lat='40.49625' lon='-74.2613' />
+  <node id='-25462' lat='40.51427' lon='-74.25615' />
+  <node id='-25464' lat='40.52236' lon='-74.24722' />
+  <node id='-25466' lat='40.54532' lon='-74.25134' />
+  <node id='-25468' lat='40.55914' lon='-74.23418' />
+  <node id='-25470' lat='40.55836' lon='-74.21839' />
+  <node id='-25472' lat='40.59956' lon='-74.19985' />
+  <node id='-25474' lat='40.63162' lon='-74.20397' />
+  <node id='-25476' lat='40.64647' lon='-74.18577' />
+  <node id='-25478' lat='40.6436' lon='-74.12775' />
+  <node id='-25480' lat='40.65402' lon='-74.05668' />
+  <node id='-25482' lat='40.69959' lon='-74.02612' />
+  <node id='-25484' lat='40.7589' lon='-74.01445' />
+  <node id='-25486' lat='40.8509' lon='-73.95197' />
+  <node id='-25488' lat='40.91268' lon='-73.92072' />
+  <node id='-25490' lat='40.99461' lon='-73.89463' />
+  <node id='-25492' lat='41.18583' lon='-74.32825' />
+  <node id='-25494' lat='41.35872' lon='-74.6956' />
+  <node id='-25496' lat='41.33913' lon='-74.76152' />
+  <node id='-25498' lat='41.28136' lon='-74.83431' />
+  <node id='-25500' lat='41.1848' lon='-74.88237' />
+  <node id='-25502' lat='40.691' lon='-75.20372' />
+  <node id='-25504' lat='40.73107' lon='-75.18175' />
+  <node id='-25506' lat='40.75084' lon='-75.19617' />
+  <node id='-25508' lat='40.77893' lon='-75.17076' />
+  <node id='-25510' lat='40.77373' lon='-75.133' />
+  <node id='-25512' lat='40.82726' lon='-75.08219' />
+  <node id='-25514' lat='40.84804' lon='-75.09935' />
+  <node id='-25516' lat='40.84804' lon='-75.06777' />
+  <node id='-25518' lat='40.8657' lon='-75.05266' />
+  <node id='-25520' lat='40.98347' lon='-75.13849' />
+  <node id='-25522' lat='41.03995' lon='-75.02931' />
+  <node id='-25524' lat='31.99986' lon='-103.06402' />
+  <node id='-25526' lat='36.49992' lon='-103.04239' />
+  <node id='-25528' lat='36.50047' lon='-103.00325' />
+  <node id='-25530' lat='36.99417' lon='-103.00462' />
+  <node id='-25532' lat='31.80546' lon='-106.5436' />
+  <node id='-25534' lat='31.82938' lon='-106.60333' />
+  <node id='-25536' lat='31.89178' lon='-106.64522' />
+  <node id='-25538' lat='31.92151' lon='-106.62187' />
+  <node id='-25540' lat='32.00074' lon='-106.61981' />
+  <node id='-25542' lat='42.55308' lon='-79.77073' />
+  <node id='-25544' lat='42.00107' lon='-79.76349' />
+  <node id='-25546' lat='42.00515' lon='-75.3772' />
+  <node id='-25548' lat='41.80278' lon='-75.08057' />
+  <node id='-25550' lat='41.59155' lon='-75.0531' />
+  <node id='-25552' lat='41.48258' lon='-74.98718' />
+  <node id='-25554' lat='41.42288' lon='-74.74274' />
+  <node id='-25556' lat='43.57117' lon='-73.25409' />
+  <node id='-25558' lat='43.62686' lon='-73.33649' />
+  <node id='-25560' lat='43.57117' lon='-73.43811' />
+  <node id='-25562' lat='43.77182' lon='-73.35571' />
+  <node id='-25564' lat='44.07055' lon='-73.4436' />
+  <node id='-25566' lat='44.25969' lon='-73.3255' />
+  <node id='-25568' lat='45.00942' lon='-73.35025' />
+  <node id='-25570' lat='34.99393' lon='-84.32551' />
+  <node id='-25572' lat='35.224' lon='-84.28711' />
+  <node id='-25574' lat='35.27335' lon='-84.22943' />
+  <node id='-25576' lat='35.24419' lon='-84.1333' />
+  <node id='-25578' lat='35.29129' lon='-84.03717' />
+  <node id='-25580' lat='35.4324' lon='-84.0097' />
+  <node id='-25582' lat='35.56209' lon='-83.74603' />
+  <node id='-25584' lat='35.56433' lon='-83.50159' />
+  <node id='-25586' lat='35.76961' lon='-83.13904' />
+  <node id='-25588' lat='35.78744' lon='-82.97424' />
+  <node id='-25590' lat='36.06989' lon='-82.64191' />
+  <node id='-25592' lat='35.96103' lon='-82.57324' />
+  <node id='-25594' lat='36.16086' lon='-82.22992' />
+  <node id='-25596' lat='36.11872' lon='-82.06238' />
+  <node id='-25598' lat='36.36682' lon='-81.82617' />
+  <node id='-25600' lat='36.33806' lon='-81.72455' />
+  <node id='-25602' lat='36.58987' lon='-81.66962' />
+  <node id='-25604' lat='33.38485' lon='-77.99552' />
+  <node id='-25606' lat='34.81124' lon='-79.68109' />
+  <node id='-25608' lat='34.82252' lon='-80.78796' />
+  <node id='-25610' lat='34.94193' lon='-80.79346' />
+  <node id='-25612' lat='35.08815' lon='-80.9198' />
+  <node id='-25614' lat='35.04993' lon='-81.04889' />
+  <node id='-25616' lat='35.15105' lon='-81.04889' />
+  <node id='-25618' lat='35.20044' lon='-82.39746' />
+  <node id='-25620' lat='42.29896' lon='-80.53581' />
+  <node id='-25622' lat='39.72222' lon='-80.52292' />
+  <node id='-25624' lat='46.00052' lon='-118.98743' />
+  <node id='-25626' lat='45.92797' lon='-119.1378' />
+  <node id='-25628' lat='45.94086' lon='-119.26826' />
+  <node id='-25630' lat='45.90647' lon='-119.4928' />
+  <node id='-25632' lat='45.92654' lon='-119.6109' />
+  <node id='-25634' lat='45.85772' lon='-119.67064' />
+  <node id='-25636' lat='45.82375' lon='-119.96658' />
+  <node id='-25638' lat='45.7663' lon='-120.16502' />
+  <node id='-25640' lat='45.72701' lon='-120.21103' />
+  <node id='-25642' lat='45.69537' lon='-120.50079' />
+  <node id='-25644' lat='45.74043' lon='-120.56053' />
+  <node id='-25646' lat='45.74714' lon='-120.63538' />
+  <node id='-25648' lat='45.65219' lon='-120.89493' />
+  <node id='-25650' lat='45.65075' lon='-121.08307' />
+  <node id='-25652' lat='45.60609' lon='-121.14899' />
+  <node id='-25654' lat='45.61282' lon='-121.19156' />
+  <node id='-25656' lat='45.66802' lon='-121.21284' />
+  <node id='-25658' lat='45.70592' lon='-121.34674' />
+  <node id='-25660' lat='45.69489' lon='-121.41266' />
+  <node id='-25662' lat='45.7227' lon='-121.53008' />
+  <node id='-25664' lat='45.69489' lon='-121.71478' />
+  <node id='-25666' lat='45.71215' lon='-121.81366' />
+  <node id='-25668' lat='45.55275' lon='-122.23595' />
+  <node id='-25670' lat='45.54697' lon='-122.32384' />
+  <node id='-25672' lat='45.5739' lon='-122.38014' />
+  <node id='-25674' lat='45.5638' lon='-122.43919' />
+  <node id='-25676' lat='45.57942' lon='-122.47456' />
+  <node id='-25678' lat='45.61786' lon='-122.67609' />
+  <node id='-25680' lat='45.65747' lon='-122.76501' />
+  <node id='-25682' lat='45.68745' lon='-122.77668' />
+  <node id='-25684' lat='45.7378' lon='-122.76157' />
+  <node id='-25686' lat='45.76654' lon='-122.76501' />
+  <node id='-25688' lat='45.81203' lon='-122.79591' />
+  <node id='-25690' lat='45.86704' lon='-122.78492' />
+  <node id='-25692' lat='45.91627' lon='-122.81445' />
+  <node id='-25694' lat='45.96068' lon='-122.81033' />
+  <node id='-25696' lat='46.03414' lon='-122.87762' />
+  <node id='-25698' lat='46.07797' lon='-122.8941' />
+  <node id='-25700' lat='46.10654' lon='-122.96688' />
+  <node id='-25702' lat='46.13605' lon='-123.00945' />
+  <node id='-25704' lat='46.18647' lon='-123.13442' />
+  <node id='-25706' lat='46.18694' lon='-123.17837' />
+  <node id='-25708' lat='46.14367' lon='-123.28754' />
+  <node id='-25710' lat='46.14842' lon='-123.38093' />
+  <node id='-25712' lat='46.18219' lon='-123.43243' />
+  <node id='-25714' lat='46.23351' lon='-123.42968' />
+  <node id='-25716' lat='46.26864' lon='-123.47431' />
+  <node id='-25718' lat='46.25583' lon='-123.58349' />
+  <node id='-25720' lat='46.23588' lon='-123.87806' />
+  <node id='-25722' lat='46.23968' lon='-123.92818' />
+  <node id='-25724' lat='46.30281' lon='-124.02981' />
+  <node id='-25726' lat='46.26295' lon='-124.03873' />
+  <node id='-25728' lat='46.26295' lon='-124.14997' />
+  <node id='-25730' lat='45.67502' lon='-121.90097' />
+  <node id='-25732' lat='45.58514' lon='-122.14899' />
+  <node id='-25734' lat='45.62074' lon='-121.9891' />
+  <node id='-25736' lat='46.2631' lon='-125.2772' />
+  <node id='-25738' lat='36.50078' lon='-100.00134' />
+  <node id='-25740' lat='34.56197' lon='-99.99928' />
+  <node id='-25742' lat='34.56197' lon='-99.9725' />
+  <node id='-25744' lat='34.5778' lon='-99.95464' />
+  <node id='-25746' lat='34.57836' lon='-99.92443' />
+  <node id='-25748' lat='34.42841' lon='-99.76444' />
+  <node id='-25750' lat='34.40462' lon='-99.71638' />
+  <node id='-25752' lat='34.38932' lon='-99.71226' />
+  <node id='-25754' lat='34.37515' lon='-99.66557' />
+  <node id='-25756' lat='34.37629' lon='-99.59965' />
+  <node id='-25758' lat='34.38989' lon='-99.58523' />
+  <node id='-25760' lat='34.41821' lon='-99.58111' />
+  <node id='-25762' lat='34.41198' lon='-99.50489' />
+  <node id='-25764' lat='34.37515' lon='-99.43554' />
+  <node id='-25766' lat='34.37799' lon='-99.39915' />
+  <node id='-25768' lat='34.44257' lon='-99.39434' />
+  <node id='-25770' lat='34.45899' lon='-99.37717' />
+  <node id='-25772' lat='34.36439' lon='-99.23916' />
+  <node id='-25774' lat='34.22029' lon='-99.18354' />
+  <node id='-25776' lat='34.20042' lon='-99.04415' />
+  <node id='-25778' lat='34.22313' lon='-98.98579' />
+  <node id='-25780' lat='34.1277' lon='-98.75164' />
+  <node id='-25782' lat='34.1635' lon='-98.64452' />
+  <node id='-25784' lat='34.15384' lon='-98.58616' />
+  <node id='-25786' lat='34.06572' lon='-98.49277' />
+  <node id='-25788' lat='34.09074' lon='-98.409' />
+  <node id='-25790' lat='34.15384' lon='-98.37879' />
+  <node id='-25792' lat='34.11462' lon='-98.16662' />
+  <node id='-25794' lat='34.15725' lon='-98.12061' />
+  <node id='-25796' lat='34.13111' lon='-98.08834' />
+  <node id='-25798' lat='34.07653' lon='-98.12061' />
+  <node id='-25800' lat='34.00483' lon='-98.08697' />
+  <node id='-25802' lat='33.99459' lon='-97.95033' />
+  <node id='-25804' lat='33.89547' lon='-97.98191' />
+  <node id='-25806' lat='33.85043' lon='-97.87067' />
+  <node id='-25808' lat='33.87552' lon='-97.81368' />
+  <node id='-25810' lat='33.99117' lon='-97.68116' />
+  <node id='-25812' lat='33.95701' lon='-97.59258' />
+  <node id='-25814' lat='33.90687' lon='-97.59327' />
+  <node id='-25816' lat='33.89832' lon='-97.55138' />
+  <node id='-25818' lat='33.92169' lon='-97.49783' />
+  <node id='-25820' lat='33.89718' lon='-97.45251' />
+  <node id='-25822' lat='33.83218' lon='-97.45731' />
+  <node id='-25824' lat='33.82135' lon='-97.40513' />
+  <node id='-25826' lat='33.82648' lon='-97.3605' />
+  <node id='-25828' lat='33.88521' lon='-97.30762' />
+  <node id='-25830' lat='33.85899' lon='-97.26849' />
+  <node id='-25832' lat='33.91713' lon='-97.23553' />
+  <node id='-25834' lat='33.90402' lon='-97.1854' />
+  <node id='-25836' lat='33.84473' lon='-97.16686' />
+  <node id='-25838' lat='33.81735' lon='-97.20394' />
+  <node id='-25840' lat='33.75115' lon='-97.18334' />
+  <node id='-25842' lat='33.72317' lon='-97.15038' />
+  <node id='-25844' lat='33.72603' lon='-97.09888' />
+  <node id='-25846' lat='33.75857' lon='-97.08515' />
+  <node id='-25848' lat='33.80252' lon='-97.09614' />
+  <node id='-25850' lat='33.89376' lon='-96.98215' />
+  <node id='-25852' lat='33.93365' lon='-96.99245' />
+  <node id='-25854' lat='33.95871' lon='-96.93958' />
+  <node id='-25856' lat='33.94163' lon='-96.90113' />
+  <node id='-25858' lat='33.85386' lon='-96.86954' />
+  <node id='-25860' lat='33.87267' lon='-96.81118' />
+  <node id='-25862' lat='33.82648' lon='-96.75762' />
+  <node id='-25864' lat='33.8396' lon='-96.70887' />
+  <node id='-25866' lat='33.91599' lon='-96.6663' />
+  <node id='-25868' lat='33.89262' lon='-96.58733' />
+  <node id='-25870' lat='33.85157' lon='-96.62441' />
+  <node id='-25872' lat='33.82021' lon='-96.57497' />
+  <node id='-25874' lat='33.82252' lon='-97.05221' />
+  <node id='-25876' lat='33.84657' lon='-97.02691' />
+  <node id='-25878' lat='33.85614' lon='-97.08515' />
+  <node id='-25880' lat='33.76657' lon='-94.88651' />
+  <node id='-25882' lat='33.92397' lon='-95.10349' />
+  <node id='-25884' lat='33.96726' lon='-95.2216' />
+  <node id='-25886' lat='33.88521' lon='-95.28477' />
+  <node id='-25888' lat='33.87381' lon='-95.43034' />
+  <node id='-25890' lat='33.89661' lon='-95.54295' />
+  <node id='-25892' lat='33.93992' lon='-95.57041' />
+  <node id='-25894' lat='33.84416' lon='-95.84232' />
+  <node id='-25896' lat='33.88749' lon='-95.93296' />
+  <node id='-25898' lat='33.82135' lon='-96.16367' />
+  <node id='-25900' lat='33.75743' lon='-96.18565' />
+  <node id='-25902' lat='33.75743' lon='-96.22959' />
+  <node id='-25904' lat='33.7757' lon='-96.29002' />
+  <node id='-25906' lat='33.7049' lon='-96.32023' />
+  <node id='-25908' lat='33.68661' lon='-96.35044' />
+  <node id='-25910' lat='33.78026' lon='-96.42735' />
+  <node id='-25912' lat='33.77342' lon='-96.507' />
+  <node id='-25914' lat='33.82591' lon='-96.52622' />
+  <node id='-25916' lat='28.25639' lon='-88.93054' />
+  <node id='-25918' lat='30.00457' lon='-88.37952' />
+  <node id='-25920' lat='29.43998' lon='-93.77551' />
+  <node id='-25922' lat='40.63803' lon='-80.51902' />
+  <node id='-25924' lat='40.6125' lon='-80.57837' />
+  <node id='-25926' lat='40.6237' lon='-80.59948' />
+  <node id='-25928' lat='40.61458' lon='-80.6345' />
+  <node id='-25930' lat='40.58043' lon='-80.66608' />
+  <node id='-25932' lat='40.53452' lon='-80.62935' />
+  <node id='-25934' lat='40.49485' lon='-80.61287' />
+  <node id='-25936' lat='40.47971' lon='-80.59639' />
+  <node id='-25938' lat='40.46195' lon='-80.59776' />
+  <node id='-25940' lat='40.43216' lon='-80.61424' />
+  <node id='-25942' lat='40.40655' lon='-80.61356' />
+  <node id='-25944' lat='40.39243' lon='-80.63313' />
+  <node id='-25946' lat='40.37491' lon='-80.60944' />
+  <node id='-25948' lat='40.3409' lon='-80.61253' />
+  <node id='-25950' lat='40.31708' lon='-80.60017' />
+  <node id='-25952' lat='40.28828' lon='-80.61733' />
+  <node id='-25954' lat='40.26627' lon='-80.61871' />
+  <node id='-25956' lat='40.24374' lon='-80.65475' />
+  <node id='-25958' lat='40.19918' lon='-80.66917' />
+  <node id='-25960' lat='40.14645' lon='-80.70763' />
+  <node id='-25962' lat='40.10445' lon='-80.70591' />
+  <node id='-25964' lat='40.07792' lon='-80.73681' />
+  <node id='-25966' lat='40.03824' lon='-80.73097' />
+  <node id='-25968' lat='40.00564' lon='-80.74265' />
+  <node id='-25970' lat='39.97749' lon='-80.73818' />
+  <node id='-25972' lat='39.95539' lon='-80.7605' />
+  <node id='-25974' lat='39.91222' lon='-80.75329' />
+  <node id='-25976' lat='39.90853' lon='-80.76702' />
+  <node id='-25978' lat='39.91933' lon='-80.79655' />
+  <node id='-25980' lat='39.90985' lon='-80.8065' />
+  <node id='-25982' lat='39.87323' lon='-80.78899' />
+  <node id='-25984' lat='39.84477' lon='-80.82436' />
+  <node id='-25986' lat='39.80891' lon='-80.82092' />
+  <node id='-25988' lat='39.77013' lon='-80.86555' />
+  <node id='-25990' lat='39.71337' lon='-80.82813' />
+  <node id='-25992' lat='39.68801' lon='-80.86384' />
+  <node id='-25994' lat='39.62854' lon='-80.87139' />
+  <node id='-25996' lat='39.61796' lon='-80.91534' />
+  <node id='-25998' lat='39.53116' lon='-81.05541' />
+  <node id='-26000' lat='39.4485' lon='-81.13232' />
+  <node id='-26002' lat='39.43153' lon='-81.1845' />
+  <node id='-26004' lat='39.38909' lon='-81.22021' />
+  <node id='-26006' lat='39.39121' lon='-81.26141' />
+  <node id='-26008' lat='39.34025' lon='-81.36303' />
+  <node id='-26010' lat='39.35087' lon='-81.39874' />
+  <node id='-26012' lat='39.39758' lon='-81.41796' />
+  <node id='-26014' lat='39.41243' lon='-81.4674' />
+  <node id='-26016' lat='39.36573' lon='-81.5086' />
+  <node id='-26018' lat='39.35724' lon='-81.55529' />
+  <node id='-26020' lat='39.27649' lon='-81.56902' />
+  <node id='-26022' lat='38.39937' lon='-82.54406' />
+  <node id='-26024' lat='38.45101' lon='-82.31884' />
+  <node id='-26026' lat='38.59283' lon='-82.28588' />
+  <node id='-26028' lat='38.59713' lon='-82.17876' />
+  <node id='-26030' lat='38.80933' lon='-82.21722' />
+  <node id='-26032' lat='38.83714' lon='-82.14306' />
+  <node id='-26034' lat='38.89488' lon='-82.1513' />
+  <node id='-26036' lat='38.9782' lon='-82.08813' />
+  <node id='-26038' lat='39.02943' lon='-82.02496' />
+  <node id='-26040' lat='38.98888' lon='-81.93707' />
+  <node id='-26042' lat='38.92694' lon='-81.90136' />
+  <node id='-26044' lat='38.89702' lon='-81.93157' />
+  <node id='-26046' lat='38.8735' lon='-81.89587' />
+  <node id='-26048' lat='38.9013' lon='-81.84368' />
+  <node id='-26050' lat='38.94831' lon='-81.83544' />
+  <node id='-26052' lat='38.91839' lon='-81.76403' />
+  <node id='-26054' lat='38.93762' lon='-81.74755' />
+  <node id='-26056' lat='38.96966' lon='-81.786' />
+  <node id='-26058' lat='39.01876' lon='-81.76128' />
+  <node id='-26060' lat='39.05716' lon='-81.81622' />
+  <node id='-26062' lat='39.08915' lon='-81.81622' />
+  <node id='-26064' lat='39.07635' lon='-81.76952' />
+  <node id='-26066' lat='39.1062' lon='-81.74206' />
+  <node id='-26068' lat='39.1914' lon='-81.7503' />
+  <node id='-26070' lat='39.2297' lon='-81.68987' />
+  <node id='-26072' lat='39.26161' lon='-81.69537' />
+  <node id='-26074' lat='39.28287' lon='-81.65417' />
+  <node id='-26076' lat='40.94332' lon='-71.6391' />
+  <node id='-26078' lat='41.52748' lon='-69.42513' />
+  <node id='-26080' lat='42.81005' lon='-70.04999' />
+  <node id='-26082' lat='36.55091' lon='-75.79776' />
+  <node id='-26084' lat='35.41538' lon='-74.86753' />
+  <node id='-26086' lat='30.71298' lon='-81.34929' />
+  <node id='-26088' lat='36.60056' lon='-83.67455' />
+  <node id='-26090' lat='36.66798' lon='-83.42125' />
+  <node id='-26092' lat='36.66716' lon='-83.5239' />
+  <node id='-26094' lat='36.61206' lon='-81.64833' />
+  <node id='-26096' lat='36.61647' lon='-81.92299' />
+  <node id='-26098' lat='36.5947' lon='-81.93466' />
+  <node id='-26100' lat='36.54837' lon='-80.30148' />
+  <node id='-26102' lat='39.13337' lon='-77.82818' />
+  <node id='-26104' lat='39.46705' lon='-78.34728' />
+  <node id='-26106' lat='39.42676' lon='-78.34934' />
+  <node id='-26108' lat='39.40872' lon='-78.3617' />
+  <node id='-26110' lat='39.38909' lon='-78.34385' />
+  <node id='-26112' lat='39.35883' lon='-78.3672' />
+  <node id='-26114' lat='39.35352' lon='-78.33973' />
+  <node id='-26116' lat='39.25736' lon='-78.42075' />
+  <node id='-26118' lat='39.24566' lon='-78.40084' />
+  <node id='-26120' lat='39.19725' lon='-78.43792' />
+  <node id='-26122' lat='39.16851' lon='-78.40496' />
+  <node id='-26124' lat='39.03156' lon='-78.5725' />
+  <node id='-26126' lat='39.01716' lon='-78.55396' />
+  <node id='-26128' lat='38.96539' lon='-78.6034' />
+  <node id='-26130' lat='38.98408' lon='-78.62743' />
+  <node id='-26132' lat='38.91519' lon='-78.69198' />
+  <node id='-26134' lat='38.90557' lon='-78.71944' />
+  <node id='-26136' lat='38.93602' lon='-78.71807' />
+  <node id='-26138' lat='38.92748' lon='-78.7421' />
+  <node id='-26140' lat='38.90183' lon='-78.75858' />
+  <node id='-26142' lat='38.88794' lon='-78.78742' />
+  <node id='-26144' lat='38.7633' lon='-78.86982' />
+  <node id='-26146' lat='38.84998' lon='-78.99479' />
+  <node id='-26148' lat='38.7092' lon='-79.09504' />
+  <node id='-26150' lat='38.68133' lon='-79.08543' />
+  <node id='-26152' lat='38.65345' lon='-79.10191' />
+  <node id='-26154' lat='38.66418' lon='-79.12663' />
+  <node id='-26156' lat='38.48918' lon='-79.21864' />
+  <node id='-26158' lat='38.41282' lon='-79.30515' />
+  <node id='-26160' lat='38.458' lon='-79.47681' />
+  <node id='-26162' lat='38.55257' lon='-79.53587' />
+  <node id='-26164' lat='38.59015' lon='-79.6471' />
+  <node id='-26166' lat='38.53646' lon='-79.67319' />
+  <node id='-26168' lat='38.51175' lon='-79.66221' />
+  <node id='-26170' lat='38.49133' lon='-79.70066' />
+  <node id='-26172' lat='38.45693' lon='-79.68967' />
+  <node id='-26174' lat='38.42358' lon='-79.69517' />
+  <node id='-26176' lat='38.37838' lon='-79.73362' />
+  <node id='-26178' lat='38.36115' lon='-79.72538' />
+  <node id='-26180' lat='38.35146' lon='-79.73911' />
+  <node id='-26182' lat='38.35792' lon='-79.76383' />
+  <node id='-26184' lat='38.30837' lon='-79.80915' />
+  <node id='-26186' lat='38.26849' lon='-79.7858' />
+  <node id='-26188' lat='38.18326' lon='-79.91901' />
+  <node id='-26190' lat='38.10334' lon='-79.93412' />
+  <node id='-26192' lat='37.99519' lon='-80.00278' />
+  <node id='-26194' lat='37.85762' lon='-80.17994' />
+  <node id='-26196' lat='37.68719' lon='-80.29667' />
+  <node id='-26198' lat='37.62522' lon='-80.22251' />
+  <node id='-26200' lat='37.56646' lon='-80.32413' />
+  <node id='-26202' lat='37.51746' lon='-80.2953' />
+  <node id='-26204' lat='37.42373' lon='-80.47245' />
+  <node id='-26206' lat='37.48042' lon='-80.51228' />
+  <node id='-26208' lat='37.37573' lon='-80.76633' />
+  <node id='-26210' lat='37.39973' lon='-80.79243' />
+  <node id='-26212' lat='37.43136' lon='-80.85835' />
+  <node id='-26214' lat='37.38337' lon='-80.88306' />
+  <node id='-26216' lat='37.34735' lon='-80.84873' />
+  <node id='-26218' lat='37.30913' lon='-80.91602' />
+  <node id='-26220' lat='37.29056' lon='-80.97782' />
+  <node id='-26222' lat='37.30148' lon='-80.98606' />
+  <node id='-26224' lat='37.27526' lon='-81.12339' />
+  <node id='-26226' lat='37.26214' lon='-81.17695' />
+  <node id='-26228' lat='37.23591' lon='-81.22776' />
+  <node id='-26230' lat='37.33643' lon='-81.36372' />
+  <node id='-26232' lat='37.27089' lon='-81.42002' />
+  <node id='-26234' lat='37.2534' lon='-81.50242' />
+  <node id='-26236' lat='37.20966' lon='-81.55735' />
+  <node id='-26238' lat='37.20201' lon='-81.6782' />
+  <node id='-26240' lat='37.27744' lon='-81.76334' />
+  <node id='-26242' lat='37.28509' lon='-81.8581' />
+  <node id='-26244' lat='37.32988' lon='-81.87595' />
+  <node id='-26246' lat='37.36154' lon='-81.92814' />
+  <node id='-26248' lat='37.43791' lon='-81.93775' />
+  <node id='-26250' lat='37.4608' lon='-81.99268' />
+  <node id='-26252' lat='37.4826' lon='-81.99543' />
+  <node id='-26254' lat='37.50766' lon='-81.9405' />
+  <node id='-26256' lat='40.36999' lon='18.83516' />
+  <node id='-26258' lat='39.7532' lon='19.20409' />
+  <node id='-26260' lat='71.28681' lon='18.46509' />
+  <node id='-26262' lat='67.52551' lon='-12.20873' />
+  <node id='-26264' lat='72.01005' lon='32.07813' />
+  <node id='-26266' lat='49.47231' lon='-3.06097' />
+  <node id='-26268' lat='44.89556' lon='36.61884' />
+  <node id='-26270' lat='45.20215' lon='36.52546' />
+  <node id='-26272' lat='45.40306' lon='36.68476' />
+  <node id='-26274' lat='45.63016' lon='36.66828' />
+  <node id='-26276' lat='44.38918' lon='33.76171' />
+  <node id='-26278' lat='44.41886' lon='33.85784' />
+  <node id='-26280' lat='44.42082' lon='33.92616' />
+  <node id='-26282' lat='44.6125' lon='33.77853' />
+  <node id='-26284' lat='44.60199' lon='33.73528' />
+  <node id='-26286' lat='44.62081' lon='33.71502' />
+  <node id='-26288' lat='44.68968' lon='33.7751' />
+  <node id='-26290' lat='44.71579' lon='33.72772' />
+  <node id='-26292' lat='44.71237' lon='33.61649' />
+  <node id='-26294' lat='44.75018' lon='33.61305' />
+  <node id='-26296' lat='44.77017' lon='33.68172' />
+  <node id='-26298' lat='44.78577' lon='33.6776' />
+  <node id='-26300' lat='44.81086' lon='33.60275' />
+  <node id='-26302' lat='44.80794' lon='33.5849' />
+  <node id='-26304' lat='44.84057' lon='33.5643' />
+  <node id='-26306' lat='44.94345' lon='33.28621' />
+  <node id='-26308' lat='44.48323' lon='32.99857' />
+  <node id='-26310' lat='17.32592' lon='-63.22932' />
+  <node id='-26312' lat='17.61311' lon='-63.58819' />
+  <node id='-26314' lat='73.61229' lon='16.4353' />
+  <node id='-26316' lat='72.73731' lon='-9.68082' />
+  <node id='-26318' lat='70.76368' lon='-5.93364' />
+  <node id='-26320' lat='-50.68404' lon='164.49803' />
+  <node id='-26322' lat='-33.84033' lon='-58.44442' />
+  <node id='-26324' lat='-32.25338' lon='-58.10036' />
+  <node id='-26326' lat='-32.52416' lon='-58.22362' />
+  <node id='-26328' lat='-31.3872' lon='-57.98127' />
+  <node id='-26330' lat='-31.44916' lon='-58.07569' />
+  <node id='-26332' lat='-31.34924' lon='-57.9908' />
+  <node id='-26334' lat='-31.65016' lon='-58.00076' />
+  <node id='-26336' lat='-31.53084' lon='-58.0023' />
+  <node id='-26338' lat='-30.25165' lon='-57.61478' />
+  <node id='-26340' lat='-30.49572' lon='-57.89115' />
+  <node id='-26342' lat='-30.35095' lon='-57.64859' />
+  <node id='-26344' lat='-30.77193' lon='-57.8024' />
+  <node id='-26346' lat='-31.06352' lon='-57.86729' />
+  <node id='-26348' lat='-30.95994' lon='-57.89476' />
+  <node id='-26350' lat='-30.38457' lon='-56.4619' />
+  <node id='-26352' lat='-30.3899' lon='-56.4795' />
+  <node id='-26354' lat='-30.39471' lon='-56.49267' />
+  <node id='-26356' lat='-30.8686' lon='-55.5634' />
+  <node id='-26358' lat='-30.91349' lon='-55.50821' />
+  <node id='-26360' lat='-30.89714' lon='-55.53431' />
+  <node id='-26362' lat='-30.89051' lon='-55.54572' />
+  <node id='-26364' lat='-30.88193' lon='-55.55218' />
+  <node id='-26366' lat='-30.8732' lon='-55.55373' />
+  <node id='-26368' lat='-30.90218' lon='-55.53276' />
+  <node id='-26370' lat='-30.89997' lon='-55.52712' />
+  <node id='-26372' lat='-30.89828' lon='-55.51862' />
+  <node id='-26374' lat='-30.9027' lon='-55.50841' />
+  <node id='-26376' lat='-31.86168' lon='-54.17384' />
+  <node id='-26378' lat='-32.0751' lon='-53.76024' />
+  <node id='-26380' lat='-32.58596' lon='-53.39572' />
+  <node id='-26382' lat='-32.57005' lon='-53.37671' />
+  <node id='-26384' lat='-33.69344' lon='-53.44031' />
+  <node id='-26386' lat='-33.74313' lon='-53.37138' />
+  <node id='-26388' lat='-33.75169' lon='-53.39593' />
+  <node id='-26390' lat='-29.74211' lon='-57.09386' />
+  <node id='-26392' lat='-29.48154' lon='-56.81251' />
+  <node id='-26394' lat='-29.18073' lon='-56.62789' />
+  <node id='-26396' lat='-29.11357' lon='-56.57295' />
+  <node id='-26398' lat='-29.11447' lon='-56.54171' />
+  <node id='-26400' lat='-28.62651' lon='-56.05265' />
+  <node id='-26402' lat='-28.60421' lon='-56.00458' />
+  <node id='-26404' lat='-28.51223' lon='-56.01729' />
+  <node id='-26406' lat='-28.18304' lon='-55.65418' />
+  <node id='-26408' lat='-28.17124' lon='-55.6262' />
+  <node id='-26410' lat='-27.86224' lon='-55.16872' />
+  <node id='-26412' lat='-27.89759' lon='-55.1349' />
+  <node id='-26414' lat='-27.73149' lon='-54.90805' />
+  <node id='-26416' lat='-27.57214' lon='-54.67657' />
+  <node id='-26418' lat='-27.63132' lon='-54.90159' />
+  <node id='-26420' lat='-27.48232' lon='-54.50416' />
+  <node id='-26422' lat='-27.40882' lon='-54.41888' />
+  <node id='-26424' lat='-27.30751' lon='-54.19268' />
+  <node id='-26426' lat='-27.27639' lon='-54.19062' />
+  <node id='-26428' lat='-27.2889' lon='-54.15978' />
+  <node id='-26430' lat='-26.6131' lon='-53.73372' />
+  <node id='-26432' lat='-26.33359' lon='-53.68269' />
+  <node id='-26434' lat='-26.28089' lon='-53.64505' />
+  <node id='-26436' lat='-26.25976' lon='-53.64186' />
+  <node id='-26438' lat='-26.24798' lon='-53.64632' />
+  <node id='-26440' lat='-26.25075' lon='-53.63881' />
+  <node id='-26442' lat='-26.2496' lon='-53.63739' />
+  <node id='-26444' lat='-26.23289' lon='-53.65237' />
+  <node id='-26446' lat='-26.10012' lon='-53.73968' />
+  <node id='-26448' lat='-26.07006' lon='-53.73391' />
+  <node id='-26450' lat='-26.0664' lon='-53.7264' />
+  <node id='-26452' lat='-26.05842' lon='-53.73086' />
+  <node id='-26454' lat='-26.04211' lon='-53.73511' />
+  <node id='-26456' lat='-25.94849' lon='-53.83691' />
+  <node id='-26458' lat='-25.58915' lon='-54.5502' />
+  <node id='-26460' lat='-25.62846' lon='-54.52926' />
+  <node id='-26462' lat='-25.91213' lon='-54.62063' />
+  <node id='-26464' lat='-25.98607' lon='-54.67359' />
+  <node id='-26466' lat='-25.9691' lon='-54.60664' />
+  <node id='-26468' lat='-26.45099' lon='-54.70732' />
+  <node id='-26470' lat='-26.55669' lon='-54.80868' />
+  <node id='-26472' lat='-26.78754' lon='-55.00584' />
+  <node id='-26474' lat='-26.80195' lon='-55.06351' />
+  <node id='-26476' lat='-26.93808' lon='-55.25243' />
+  <node id='-26478' lat='-27.29851' lon='-56.18313' />
+  <node id='-26480' lat='-22.37684' lon='-62.51761' />
+  <node id='-26482' lat='-21.99918' lon='-63.66482' />
+  <node id='-26484' lat='-21.99934' lon='-63.70963' />
+  <node id='-26486' lat='-22.0544' lon='-63.68113' />
+  <node id='-26488' lat='-22.73282' lon='-64.35108' />
+  <node id='-26490' lat='-22.67692' lon='-64.4176' />
+  <node id='-26492' lat='-22.18957' lon='-64.67174' />
+  <node id='-26494' lat='-22.12136' lon='-64.90014' />
+  <node id='-26496' lat='-22.08908' lon='-65.47435' />
+  <node id='-26498' lat='-22.07675' lon='-65.57743' />
+  <node id='-26500' lat='-22.09794' lon='-65.58694' />
+  <node id='-26502' lat='-22.09504' lon='-65.61166' />
+  <node id='-26504' lat='-21.93335' lon='-65.9261' />
+  <node id='-26506' lat='-21.9187' lon='-66.04832' />
+  <node id='-26508' lat='-21.84829' lon='-66.03836' />
+  <node id='-26510' lat='-21.6868' lon='-57.88239' />
+  <node id='-26512' lat='-21.73799' lon='-57.94642' />
+  <node id='-26514' lat='-21.65505' lon='-57.93492' />
+  <node id='-26516' lat='-22.11556' lon='-56.5212' />
+  <node id='-26518' lat='-22.46436' lon='-55.74941' />
+  <node id='-26520' lat='-22.52018' lon='-55.741' />
+  <node id='-26522' lat='-22.5519' lon='-55.72366' />
+  <node id='-26524' lat='-22.56268' lon='-55.6986' />
+  <node id='-26526' lat='-22.58407' lon='-55.68742' />
+  <node id='-26528' lat='-22.95122' lon='-55.63849' />
+  <node id='-26530' lat='-23.2595' lon='-55.52288' />
+  <node id='-26532' lat='-23.28237' lon='-55.5555' />
+  <node id='-26534' lat='-23.22811' lon='-55.5446' />
+  <node id='-26536' lat='-23.87157' lon='-55.43585' />
+  <node id='-26538' lat='-23.9185' lon='-55.44117' />
+  <node id='-26540' lat='-23.98666' lon='-55.0518' />
+  <node id='-26542' lat='-23.97317' lon='-55.02691' />
+  <node id='-26544' lat='-24.01865' lon='-54.32807' />
+  <node id='-26546' lat='-25.48397' lon='-54.60196' />
+  <node id='-26548' lat='-25.53696' lon='-54.59509' />
+  <node id='-26550' lat='-19.27584' lon='-68.61989' />
+  <node id='-26552' lat='-19.08355' lon='-68.80602' />
+  <node id='-26554' lat='-19.06003' lon='-68.87082' />
+  <node id='-26556' lat='-18.28259' lon='-69.07432' />
+  <node id='-26558' lat='-17.60518' lon='-69.46623' />
+  <node id='-26560' lat='-17.72753' lon='-69.34126' />
+  <node id='-26562' lat='-11.8979' lon='-68.98115' />
+  <node id='-26564' lat='-10.95254' lon='-69.47839' />
+  <node id='-26566' lat='-10.93451' lon='-69.42792' />
+  <node id='-26568' lat='-11.02383' lon='-68.75265' />
+  <node id='-26570' lat='-11.03688' lon='-68.75179' />
+  <node id='-26572' lat='-11.0496' lon='-68.7651' />
+  <node id='-26574' lat='-10.78685' lon='-65.35402' />
+  <node id='-26576' lat='-10.86289' lon='-65.28141' />
+  <node id='-26578' lat='-12.45267' lon='-64.22539' />
+  <node id='-26580' lat='-10.94051' lon='-69.57835' />
+  <node id='-26582' lat='-2.15058' lon='-71.75223' />
+  <node id='-26584' lat='-4.97774' lon='-79.1162' />
+  <node id='-26586' lat='-4.05477' lon='-80.4822' />
+  <node id='-26588' lat='-3.68894' lon='-80.19926' />
+  <node id='-26590' lat='-3.63994' lon='-80.18741' />
+  <node id='-26592' lat='-3.59249' lon='-80.19848' />
+  <node id='-26594' lat='-3.5888' lon='-80.21642' />
+  <node id='-26596' lat='-3.51667' lon='-80.20535' />
+  <node id='-26598' lat='-3.501' lon='-80.22629' />
+  <node id='-26600' lat='-3.48652' lon='-80.23651' />
+  <node id='-26602' lat='-3.48677' lon='-80.24586' />
+  <node id='-26604' lat='-3.46124' lon='-80.24123' />
+  <node id='-26606' lat='0.83029' lon='-77.68613' />
+  <node id='-26608' lat='0.85003' lon='-77.7148' />
+  <node id='-26610' lat='0.81604' lon='-77.66416' />
+  <node id='-26612' lat='0.73863' lon='-77.67815' />
+  <node id='-26614' lat='0.80197' lon='-77.85677' />
+  <node id='-26616' lat='0.24736' lon='-76.89177' />
+  <node id='-26618' lat='5.64963' lon='-67.63914' />
+  <node id='-26620' lat='7.01588' lon='-71.37234' />
+  <node id='-26622' lat='7.03854' lon='-71.42212' />
+  <node id='-26624' lat='7.02116' lon='-71.44118' />
+  <node id='-26626' lat='7.04314' lon='-71.82441' />
+  <node id='-26628' lat='7.48928' lon='-72.47415' />
+  <node id='-26630' lat='7.57232' lon='-72.45321' />
+  <node id='-26632' lat='7.65604' lon='-72.47827' />
+  <node id='-26634' lat='7.79518' lon='-72.46763' />
+  <node id='-26636' lat='7.86031' lon='-72.44454' />
+  <node id='-26638' lat='7.90682' lon='-72.46183' />
+  <node id='-26640' lat='7.91141' lon='-72.45806' />
+  <node id='-26642' lat='7.92306' lon='-72.47042' />
+  <node id='-26644' lat='7.92909' lon='-72.48183' />
+  <node id='-26646' lat='7.96106' lon='-72.47213' />
+  <node id='-26648' lat='8.01163' lon='-72.35163' />
+  <node id='-26650' lat='8.19976' lon='-72.36987' />
+  <node id='-26652' lat='3.84387' lon='-54.19367' />
+  <node id='-26654' lat='3.63557' lon='-54.05128' />
+  <node id='-26656' lat='3.627' lon='-53.98914' />
+  <node id='-26658' lat='3.83427' lon='-51.85573' />
+  <node id='-26660' lat='3.85825' lon='-51.82312' />
+  <node id='-26662' lat='3.89336' lon='-51.79599' />
+  <node id='-26664' lat='18.05619' lon='-63.04039' />
+  <node id='-26666' lat='18.07177' lon='-71.73783' />
+  <node id='-26668' lat='18.14405' lon='-71.75465' />
+  <node id='-26670' lat='18.87802' lon='-71.72624' />
+  <node id='-26672' lat='19.10916' lon='-71.69938' />
+  <node id='-26674' lat='19.11759' lon='-71.65337' />
+  <node id='-26676' lat='19.0437' lon='-71.74088' />
+  <node id='-26678' lat='19.45008' lon='-71.6802' />
+  <node id='-26680' lat='19.55364' lon='-71.71449' />
+  <node id='-26682' lat='19.58445' lon='-71.7429' />
+  <node id='-26684' lat='19.70231' lon='-71.75865' />
+  <node id='-26686' lat='8.43465' lon='-82.93056' />
+  <node id='-26688' lat='8.44042' lon='-82.8679' />
+  <node id='-26690' lat='8.52464' lon='-82.83322' />
+  <node id='-26692' lat='8.54755' lon='-82.83975' />
+  <node id='-26694' lat='8.60153' lon='-82.82739' />
+  <node id='-26696' lat='8.74832' lon='-82.92068' />
+  <node id='-26698' lat='8.83331' lon='-82.88253' />
+  <node id='-26700' lat='9.49881' lon='-82.61345' />
+  <node id='-26702' lat='13.18677' lon='-86.93383' />
+  <node id='-26704' lat='32.63624' lon='-115.88053' />
+  <node id='-26706' lat='31.7357' lon='-112.34553' />
+  <node id='-26708' lat='29.33371' lon='-100.94056' />
+  <node id='-26710' lat='29.34523' lon='-100.94579' />
+  <node id='-26712' lat='29.3477' lon='-100.96725' />
+  <node id='-26714' lat='29.36947' lon='-101.01128' />
+  <node id='-26716' lat='29.44738' lon='-101.05686' />
+  <node id='-26718' lat='29.24688' lon='-100.79696' />
+  <node id='-26720' lat='29.09744' lon='-100.67294' />
+  <node id='-26722' lat='28.90812' lon='-100.63689' />
+  <node id='-26724' lat='28.88197' lon='-100.59809' />
+  <node id='-26726' lat='28.70679' lon='-100.51222' />
+  <node id='-26728' lat='28.74066' lon='-100.5075' />
+  <node id='-26730' lat='27.61314' lon='-99.55409' />
+  <node id='-26732' lat='27.55836' lon='-99.51478' />
+  <node id='-26734' lat='27.49747' lon='-99.52955' />
+  <node id='-26736' lat='27.49016' lon='-99.48045' />
+  <node id='-26738' lat='27.43746' lon='-99.49744' />
+  <node id='-26740' lat='27.47128' lon='-99.482' />
+  <node id='-26742' lat='27.30926' lon='-99.53573' />
+  <node id='-26744' lat='26.41249' lon='-99.03053' />
+  <node id='-26746' lat='26.3925' lon='-99.00546' />
+  <node id='-26748' lat='26.15129' lon='-98.35126' />
+  <node id='-26750' lat='26.10475' lon='-98.30491' />
+  <node id='-26752' lat='26.07191' lon='-98.24603' />
+  <node id='-26754' lat='26.05232' lon='-97.97017' />
+  <node id='-26756' lat='26.0625' lon='-97.95155' />
+  <node id='-26758' lat='25.89877' lon='-97.49828' />
+  <node id='-26760' lat='25.88518' lon='-97.52025' />
+  <node id='-26762' lat='25.86874' lon='-97.45669' />
+  <node id='-26764' lat='48.60364' lon='-93.39758' />
+  <node id='-26766' lat='46.12169' lon='-83.83329' />
+  <node id='-26768' lat='46.39218' lon='-84.13451' />
+  <node id='-26770' lat='46.32329' lon='-84.11254' />
+  <node id='-26772' lat='44.99029' lon='-74.32699' />
+  <node id='-26774' lat='48.00944' lon='-66.69012' />
+  <node id='-26776' lat='-29.33465' lon='27.4358' />
+  <node id='-26778' lat='-29.31968' lon='27.47254' />
+  <node id='-26780' lat='-29.29708' lon='27.45125' />
+  <node id='-26782' lat='-29.29349' lon='27.48679' />
+  <node id='-26784' lat='-29.18954' lon='27.55974' />
+  <node id='-26786' lat='-29.2261' lon='27.5158' />
+  <node id='-26788' lat='-29.25575' lon='27.54258' />
+  <node id='-26790' lat='-28.91612' lon='27.8907' />
+  <node id='-26792' lat='-28.88156' lon='27.88933' />
+  <node id='-26794' lat='-28.8787' lon='27.98675' />
+  <node id='-26796' lat='-28.69471' lon='28.2348' />
+  <node id='-26798' lat='-28.69531' lon='28.30518' />
+  <node id='-26800' lat='-28.6215' lon='28.40612' />
+  <node id='-26802' lat='-28.58744' lon='28.68043' />
+  <node id='-26804' lat='-30.05072' lon='28.9338' />
+  <node id='-26806' lat='-30.12885' lon='28.68627' />
+  <node id='-26808' lat='-30.55862' lon='27.69467' />
+  <node id='-26810' lat='-30.53437' lon='27.67819' />
+  <node id='-26812' lat='-30.51707' lon='27.6521' />
+  <node id='-26814' lat='-30.50509' lon='27.62137' />
+  <node id='-26816' lat='-30.44562' lon='27.56781' />
+  <node id='-26818' lat='-30.42504' lon='27.56901' />
+  <node id='-26820' lat='-30.27246' lon='27.36649' />
+  <node id='-26822' lat='-30.19401' lon='27.37293' />
+  <node id='-26824' lat='-30.14785' lon='27.32555' />
+  <node id='-26826' lat='-30.05473' lon='27.29603' />
+  <node id='-26828' lat='-17.9218' lon='24.71887' />
+  <node id='-26830' lat='-17.9863' lon='24.6303' />
+  <node id='-26832' lat='-14.77345' lon='34.567' />
+  <node id='-26834' lat='-14.74672' lon='34.54503' />
+  <node id='-26836' lat='-14.68263' lon='34.52057' />
+  <node id='-26838' lat='-14.67782' lon='34.53516' />
+  <node id='-26840' lat='-14.64494' lon='34.55112' />
+  <node id='-26842' lat='-14.5667' lon='34.52366' />
+  <node id='-26844' lat='-14.55091' lon='34.49636' />
+  <node id='-26846' lat='-14.53646' lon='34.48932' />
+  <node id='-26848' lat='-14.53363' lon='34.47628' />
+  <node id='-26850' lat='-14.49873' lon='34.45053' />
+  <node id='-26852' lat='-14.47746' lon='34.44641' />
+  <node id='-26854' lat='-14.43191' lon='34.4192' />
+  <node id='-26856' lat='-14.39467' lon='34.39277' />
+  <node id='-26858' lat='-14.3985' lon='34.34453' />
+  <node id='-26860' lat='-14.43607' lon='34.22355' />
+  <node id='-26862' lat='-14.43823' lon='34.18733' />
+  <node id='-26864' lat='-14.51652' lon='33.88503' />
+  <node id='-26866' lat='-14.48893' lon='34.08588' />
+  <node id='-26868' lat='-14.4989' lon='33.7247' />
+  <node id='-26870' lat='-14.47929' lon='33.92898' />
+  <node id='-26872' lat='-4.31121' lon='15.25411' />
+  <node id='-26874' lat='5.25876' lon='27.26886' />
+  <node id='-26876' lat='-4.41733' lon='29.77289' />
+  <node id='-26878' lat='-4.36153' lon='29.82885' />
+  <node id='-26880' lat='-4.35743' lon='29.88172' />
+  <node id='-26882' lat='-2.5231' lon='28.86209' />
+  <node id='-26884' lat='-2.49017' lon='28.89342' />
+  <node id='-26886' lat='-2.55165' lon='28.87943' />
+  <node id='-26888' lat='-2.62385' lon='28.90226' />
+  <node id='-26890' lat='-2.69124' lon='28.94346' />
+  <node id='-26892' lat='0.85254' lon='34.43349' />
+  <node id='-26894' lat='3.56287' lon='32.08491' />
+  <node id='-26896' lat='10.06776' lon='25.05688' />
+  <node id='-26898' lat='12.10698' lon='15.0349' />
+  <node id='-26900' lat='6.80348' lon='0.57406' />
+  <node id='-26902' lat='37.20314' lon='-7.41133' />
+  <node id='-26904' lat='37.25152' lon='-7.43227' />
+  <node id='-26906' lat='37.23813' lon='-7.41854' />
+  <node id='-26908' lat='37.38913' lon='-7.43974' />
+  <node id='-26910' lat='41.96282' lon='-8.7478' />
+  <node id='-26912' lat='42.03668' lon='-8.64626' />
+  <node id='-26914' lat='42.05708' lon='-8.59493' />
+  <node id='-26916' lat='42.05147' lon='-8.58086' />
+  <node id='-26918' lat='42.0537' lon='-8.54563' />
+  <node id='-26920' lat='42.0811' lon='-8.48185' />
+  <node id='-26922' lat='42.07199' lon='-8.42512' />
+  <node id='-26924' lat='42.12396' lon='-8.2732' />
+  <node id='-26926' lat='42.08358' lon='-8.33912' />
+  <node id='-26928' lat='42.10218' lon='-8.32161' />
+  <node id='-26930' lat='42.106' lon='-8.29809' />
+  <node id='-26932' lat='42.07683' lon='-8.38323' />
+  <node id='-26934' lat='42.08052' lon='-8.40143' />
+  <node id='-26936' lat='42.1328' lon='-8.22406' />
+  <node id='-26938' lat='42.13993' lon='-8.24681' />
+  <node id='-26940' lat='42.13853' lon='-8.18947' />
+  <node id='-26942' lat='42.12141' lon='-8.19406' />
+  <node id='-26944' lat='41.84451' lon='-7.44759' />
+  <node id='-26946' lat='41.83262' lon='-7.42854' />
+  <node id='-26948' lat='41.03629' lon='-6.80942' />
+  <node id='-26950' lat='41.03027' lon='-6.88843' />
+  <node id='-26952' lat='41.1858' lon='-6.69711' />
+  <node id='-26954' lat='41.21641' lon='-6.68286' />
+  <node id='-26956' lat='35.29459' lon='-2.96978' />
+  <node id='-26958' lat='35.31609' lon='-2.96038' />
+  <node id='-26960' lat='35.2728' lon='-2.95431' />
+  <node id='-26962' lat='35.27967' lon='-2.96516' />
+  <node id='-26964' lat='35.28296' lon='-2.96826' />
+  <node id='-26966' lat='35.28801' lon='-2.96507' />
+  <node id='-26968' lat='35.26737' lon='-2.93893' />
+  <node id='-26970' lat='41.38655' lon='-6.38553' />
+  <node id='-26972' lat='41.37677' lon='-6.3306' />
+  <node id='-26974' lat='41.48796' lon='-6.26777' />
+  <node id='-26976' lat='42.43333' lon='1.94061' />
+  <node id='-26978' lat='54.29176' lon='-6.85179' />
+  <node id='-26980' lat='-9.19669' lon='125.09434' />
+  <node id='-26982' lat='-9.17093' lon='125.04044' />
+  <node id='-26984' lat='0.99349' lon='111.82846' />
+  <node id='-26986' lat='1.12016' lon='111.94553' />
+  <node id='-26988' lat='0.98869' lon='110.35354' />
+  <node id='-26990' lat='0.873' lon='110.62374' />
+  <node id='-26992' lat='6.66526' lon='100.32671' />
+  <node id='-26994' lat='6.66423' lon='100.31884' />
+  <node id='-26996' lat='6.66462' lon='100.30828' />
+  <node id='-26998' lat='6.66781' lon='100.31618' />
+  <node id='-27000' lat='6.65933' lon='100.32607' />
+  <node id='-27002' lat='6.65413' lon='100.31929' />
+  <node id='-27004' lat='6.52299' lon='100.41152' />
+  <node id='-27006' lat='6.5189' lon='100.41791' />
+  <node id='-27008' lat='6.51762' lon='100.42351' />
+  <node id='-27010' lat='6.52389' lon='100.43027' />
+  <node id='-27012' lat='5.8386' lon='101.89188' />
+  <node id='-27014' lat='5.84269' lon='101.91776' />
+  <node id='-27016' lat='6.00575' lon='101.9714' />
+  <node id='-27018' lat='6.01992' lon='101.97114' />
+  <node id='-27020' lat='6.04075' lon='101.99209' />
+  <node id='-27022' lat='6.05407' lon='102.01835' />
+  <node id='-27024' lat='6.193' lon='102.07732' />
+  <node id='-27026' lat='6.22679' lon='102.08127' />
+  <node id='-27028' lat='11.78948' lon='99.64108' />
+  <node id='-27030' lat='15.27103' lon='98.41906' />
+  <node id='-27032' lat='16.69433' lon='98.51579' />
+  <node id='-27034' lat='16.676' lon='98.51833' />
+  <node id='-27036' lat='16.70107' lon='98.51043' />
+  <node id='-27038' lat='16.69022' lon='98.49713' />
+  <node id='-27040' lat='16.7139' lon='98.50253' />
+  <node id='-27042' lat='16.68521' lon='98.51472' />
+  <node id='-27044' lat='20.44986' lon='99.91616' />
+  <node id='-27046' lat='20.44488' lon='99.88211' />
+  <node id='-27048' lat='20.44596' lon='99.88451' />
+  <node id='-27050' lat='20.4487' lon='99.90499' />
+  <node id='-27052' lat='20.44311' lon='99.89301' />
+  <node id='-27054' lat='20.44548' lon='99.89168' />
+  <node id='-27056' lat='20.44789' lon='99.89692' />
+  <node id='-27058' lat='20.31614' lon='100.09999' />
+  <node id='-27060' lat='20.24787' lon='100.11785' />
+  <node id='-27062' lat='20.2986' lon='100.16668' />
+  <node id='-27064' lat='20.31598' lon='100.22076' />
+  <node id='-27066' lat='20.35156' lon='100.37439' />
+  <node id='-27068' lat='20.25625' lon='100.41473' />
+  <node id='-27070' lat='20.23644' lon='100.44992' />
+  <node id='-27072' lat='20.19971' lon='100.4537' />
+  <node id='-27074' lat='20.19133' lon='100.47567' />
+  <node id='-27076' lat='20.14928' lon='100.51052' />
+  <node id='-27078' lat='19.59748' lon='101.08928' />
+  <node id='-27080' lat='17.96127' lon='102.59234' />
+  <node id='-27082' lat='17.92273' lon='102.61432' />
+  <node id='-27084' lat='17.84889' lon='102.5896' />
+  <node id='-27086' lat='17.86653' lon='102.68538' />
+  <node id='-27088' lat='17.81686' lon='102.69946' />
+  <node id='-27090' lat='17.84529' lon='102.67543' />
+  <node id='-27092' lat='17.89561' lon='102.75954' />
+  <node id='-27094' lat='17.93612' lon='102.79044' />
+  <node id='-27096' lat='17.97531' lon='102.86323' />
+  <node id='-27098' lat='17.94233' lon='102.81988' />
+  <node id='-27100' lat='17.9949' lon='102.9912' />
+  <node id='-27102' lat='18.00144' lon='103.0566' />
+  <node id='-27104' lat='18.12351' lon='103.07343' />
+  <node id='-27106' lat='18.03833' lon='103.07823' />
+  <node id='-27108' lat='18.2618' lon='103.17093' />
+  <node id='-27110' lat='18.17799' lon='103.1493' />
+  <node id='-27112' lat='18.23172' lon='103.14994' />
+  <node id='-27114' lat='18.37807' lon='103.24779' />
+  <node id='-27116' lat='18.30475' lon='103.29757' />
+  <node id='-27118' lat='18.34875' lon='103.23818' />
+  <node id='-27120' lat='18.34125' lon='103.699' />
+  <node id='-27122' lat='18.40528' lon='103.60957' />
+  <node id='-27124' lat='18.42841' lon='103.47773' />
+  <node id='-27126' lat='18.4486' lon='103.41044' />
+  <node id='-27128' lat='18.33979' lon='103.82449' />
+  <node id='-27130' lat='18.28666' lon='103.85642' />
+  <node id='-27132' lat='18.33914' lon='103.93916' />
+  <node id='-27134' lat='18.21656' lon='104.06533' />
+  <node id='-27136' lat='18.10826' lon='104.10927' />
+  <node id='-27138' lat='17.99335' lon='104.21776' />
+  <node id='-27140' lat='17.86139' lon='104.2757' />
+  <node id='-27142' lat='17.82871' lon='104.35432' />
+  <node id='-27144' lat='17.53038' lon='104.69867' />
+  <node id='-27146' lat='17.19025' lon='104.80716' />
+  <node id='-27148' lat='17.01404' lon='104.73712' />
+  <node id='-27150' lat='16.91125' lon='104.7373' />
+  <node id='-27152' lat='16.84752' lon='104.76442' />
+  <node id='-27154' lat='16.81005' lon='104.7397' />
+  <node id='-27156' lat='16.69302' lon='104.76099' />
+  <node id='-27158' lat='16.37311' lon='104.88057' />
+  <node id='-27160' lat='15.76971' lon='105.42285' />
+  <node id='-27162' lat='15.84074' lon='105.37959' />
+  <node id='-27164' lat='15.987' lon='105.38508' />
+  <node id='-27166' lat='15.53301' lon='105.60446' />
+  <node id='-27168' lat='15.32054' lon='105.50662' />
+  <node id='-27170' lat='15.33709' lon='105.4692' />
+  <node id='-27172' lat='13.69366' lon='102.56848' />
+  <node id='-27174' lat='13.6286' lon='102.58635' />
+  <node id='-27176' lat='13.57488' lon='102.36859' />
+  <node id='-27178' lat='13.5637' lon='102.44601' />
+  <node id='-27180' lat='13.47307' lon='102.35563' />
+  <node id='-27182' lat='13.38274' lon='102.35692' />
+  <node id='-27184' lat='13.35618' lon='102.34611' />
+  <node id='-27186' lat='13.31142' lon='102.36001' />
+  <node id='-27188' lat='13.08057' lon='102.46011' />
+  <node id='-27190' lat='12.92711' lon='102.49335' />
+  <node id='-27192' lat='10.96332' lon='105.11449' />
+  <node id='-27194' lat='11.07301' lon='106.1757' />
+  <node id='-27196' lat='16.62259' lon='106.59013' />
+  <node id='-27198' lat='16.6012' lon='106.58267' />
+  <node id='-27200' lat='16.60713' lon='106.61477' />
+  <node id='-27202' lat='17.28227' lon='106.18991' />
+  <node id='-27204' lat='17.63221' lon='105.85744' />
+  <node id='-27206' lat='17.67147' lon='105.76612' />
+  <node id='-27208' lat='18.38691' lon='105.15942' />
+  <node id='-27210' lat='20.91531' lon='103.98024' />
+  <node id='-27212' lat='20.89832' lon='103.21497' />
+  <node id='-27214' lat='22.52703' lon='103.93286' />
+  <node id='-27216' lat='22.56683' lon='103.87904' />
+  <node id='-27218' lat='22.5134' lon='103.95191' />
+  <node id='-27220' lat='22.52553' lon='103.94513' />
+  <node id='-27222' lat='22.51173' lon='103.96783' />
+  <node id='-27224' lat='22.50634' lon='103.97384' />
+  <node id='-27226' lat='22.51958' lon='103.99247' />
+  <node id='-27228' lat='22.93631' lon='104.84942' />
+  <node id='-27230' lat='22.94168' lon='105.90119' />
+  <node id='-27232' lat='22.81532' lon='106.78422' />
+  <node id='-27234' lat='22.8226' lon='106.81271' />
+  <node id='-27236' lat='22.7881' lon='106.82404' />
+  <node id='-27238' lat='22.73491' lon='106.76293' />
+  <node id='-27240' lat='21.97923' lon='106.72551' />
+  <node id='-27242' lat='21.53601' lon='107.96774' />
+  <node id='-27244' lat='21.54072' lon='107.97074' />
+  <node id='-27246' lat='21.53961' lon='107.97383' />
+  <node id='-27248' lat='21.54503' lon='107.97932' />
+  <node id='-27250' lat='37.9175' lon='126.68793' />
+  <node id='-27252' lat='37.83728' lon='126.68793' />
+  <node id='-27254' lat='38.1347' lon='126.95887' />
+  <node id='-27256' lat='38.17735' lon='126.95338' />
+  <node id='-27258' lat='42.38024' lon='130.66367' />
+  <node id='-27260' lat='42.4317' lon='130.60805' />
+  <node id='-27264' lat='42.52158' lon='130.55143' />
+  <node id='-27266' lat='42.80125' lon='130.23068' />
+  <node id='-27268' lat='42.98361' lon='130.12957' />
+  <node id='-27270' lat='42.91425' lon='130.09764' />
+  <node id='-27272' lat='42.97306' lon='129.96409' />
+  <node id='-27274' lat='43.00395' lon='129.8865' />
+  <node id='-27276' lat='42.86746' lon='129.83277' />
+  <node id='-27278' lat='42.69435' lon='129.77183' />
+  <node id='-27280' lat='42.76521' lon='129.7835' />
+  <node id='-27282' lat='42.79218' lon='129.80719' />
+  <node id='-27284' lat='42.59409' lon='129.75294' />
+  <node id='-27286' lat='42.3553' lon='129.22423' />
+  <node id='-27288' lat='42.26491' lon='129.22285' />
+  <node id='-27290' lat='41.41279' lon='128.18546' />
+  <node id='-27292' lat='41.37931' lon='128.12967' />
+  <node id='-27294' lat='41.39232' lon='128.03311' />
+  <node id='-27296' lat='41.42103' lon='128.02633' />
+  <node id='-27298' lat='41.44291' lon='127.92943' />
+  <node id='-27300' lat='41.59714' lon='127.17841' />
+  <node id='-27302' lat='41.15454' lon='126.242' />
+  <node id='-27304' lat='40.13655' lon='124.40719' />
+  <node id='-27306' lat='39.95639' lon='124.35029' />
+  <node id='-27308' lat='40.03004' lon='124.37089' />
+  <node id='-27310' lat='39.9248' lon='124.23201' />
+  <node id='-27312' lat='22.51104' lon='114.05729' />
+  <node id='-27314' lat='22.53276' lon='114.08606' />
+  <node id='-27316' lat='22.53716' lon='114.09048' />
+  <node id='-27318' lat='22.53435' lon='114.09692' />
+  <node id='-27320' lat='22.53415' lon='114.11656' />
+  <node id='-27322' lat='22.54319' lon='114.13823' />
+  <node id='-27324' lat='22.55163' lon='114.15123' />
+  <node id='-27326' lat='22.55444' lon='114.18338' />
+  <node id='-27328' lat='22.55706' lon='114.20655' />
+  <node id='-27330' lat='22.55944' lon='114.17247' />
+  <node id='-27332' lat='21.66843' lon='100.04956' />
+  <node id='-27334' lat='22.16983' lon='99.19176' />
+  <node id='-27336' lat='22.18025' lon='99.17318' />
+  <node id='-27338' lat='23.29535' lon='98.92515' />
+  <node id='-27340' lat='23.694' lon='98.81775' />
+  <node id='-27342' lat='23.72921' lon='98.82933' />
+  <node id='-27344' lat='24.13042' lon='98.85319' />
+  <node id='-27346' lat='24.07988' lon='98.07806' />
+  <node id='-27348' lat='24.03897' lon='97.98691' />
+  <node id='-27350' lat='24.04932' lon='97.99583' />
+  <node id='-27352' lat='24.08028' lon='98.06703' />
+  <node id='-27354' lat='24.07812' lon='98.0607' />
+  <node id='-27356' lat='24.07961' lon='98.05671' />
+  <node id='-27358' lat='24.07408' lon='98.05302' />
+  <node id='-27360' lat='24.07616' lon='98.04709' />
+  <node id='-27362' lat='24.01953' lon='97.93951' />
+  <node id='-27364' lat='24.02094' lon='97.90998' />
+  <node id='-27366' lat='24.00463' lon='97.88616' />
+  <node id='-27368' lat='23.99405' lon='97.88414' />
+  <node id='-27370' lat='23.98605' lon='97.88814' />
+  <node id='-27372' lat='23.98389' lon='97.89683' />
+  <node id='-27374' lat='23.97931' lon='97.89676' />
+  <node id='-27376' lat='23.97446' lon='97.88811' />
+  <node id='-27378' lat='23.97758' lon='97.8955' />
+  <node id='-27380' lat='23.97723' lon='97.86545' />
+  <node id='-27382' lat='23.97603' lon='97.84328' />
+  <node id='-27384' lat='23.94836' lon='97.79456' />
+  <node id='-27386' lat='23.89288' lon='97.72302' />
+  <node id='-27388' lat='24.00506' lon='97.62363' />
+  <node id='-27390' lat='24.12606' lon='97.72903' />
+  <node id='-27392' lat='24.2302' lon='97.72998' />
+  <node id='-27394' lat='24.4401' lon='97.60029' />
+  <node id='-27396' lat='24.72838' lon='97.56525' />
+  <node id='-27398' lat='24.74202' lon='97.54675' />
+  <node id='-27400' lat='24.75535' lon='97.56383' />
+  <node id='-27402' lat='24.74943' lon='97.5542' />
+  <node id='-27404' lat='24.79171' lon='97.64354' />
+  <node id='-27406' lat='24.83015' lon='97.73127' />
+  <node id='-27408' lat='26.01512' lon='98.60763' />
+  <node id='-27410' lat='24.27692' lon='94.32362' />
+  <node id='-27412' lat='23.36139' lon='93.38781' />
+  <node id='-27414' lat='21.05697' lon='92.26071' />
+  <node id='-27418' lat='25.22686' lon='90.1155' />
+  <node id='-27420' lat='25.31038' lon='89.90478' />
+  <node id='-27422' lat='25.28337' lon='89.87629' />
+  <node id='-27424' lat='25.29548' lon='89.83371' />
+  <node id='-27426' lat='25.37244' lon='89.81208' />
+  <node id='-27428' lat='25.70042' lon='89.84388' />
+  <node id='-27430' lat='26.04254' lon='89.77728' />
+  <node id='-27432' lat='26.08387' lon='89.77865' />
+  <node id='-27434' lat='26.15138' lon='89.70201' />
+  <node id='-27436' lat='26.00382' lon='89.53515' />
+  <node id='-27438' lat='26.40711' lon='88.92357' />
+  <node id='-27440' lat='26.46783' lon='88.62144' />
+  <node id='-27442' lat='26.0238' lon='88.16581' />
+  <node id='-27444' lat='25.26583' lon='89.00463' />
+  <node id='-27446' lat='23.46028' lon='88.79254' />
+  <node id='-27448' lat='23.03885' lon='88.88327' />
+  <node id='-27450' lat='22.66941' lon='88.94614' />
+  <node id='-27452' lat='22.58527' lon='88.9367' />
+  <node id='-27454' lat='26.79223' lon='91.50067' />
+  <node id='-27456' lat='26.87318' lon='91.83181' />
+  <node id='-27458' lat='26.8692' lon='92.05523' />
+  <node id='-27460' lat='26.8594' lon='90.48504' />
+  <node id='-27462' lat='26.85098' lon='90.30402' />
+  <node id='-27464' lat='26.84225' lon='89.3901' />
+  <node id='-27466' lat='26.85963' lon='89.38319' />
+  <node id='-27468' lat='26.74402' lon='89.63369' />
+  <node id='-27470' lat='26.81329' lon='89.1926' />
+  <node id='-27472' lat='26.83727' lon='89.42349' />
+  <node id='-27474' lat='26.92668' lon='88.95807' />
+  <node id='-27476' lat='26.99286' lon='88.92301' />
+  <node id='-27478' lat='26.98705' lon='88.13422' />
+  <node id='-27480' lat='26.95324' lon='88.12302' />
+  <node id='-27482' lat='26.64111' lon='88.16452' />
+  <node id='-27484' lat='26.68177' lon='88.1659' />
+  <node id='-27486' lat='26.54195' lon='88.09963' />
+  <node id='-27488' lat='26.44923' lon='87.90115' />
+  <node id='-27490' lat='26.40596' lon='87.55274' />
+  <node id='-27492' lat='26.4143' lon='87.24682' />
+  <node id='-27494' lat='26.40558' lon='87.18863' />
+  <node id='-27496' lat='26.52076' lon='86.94543' />
+  <node id='-27498' lat='26.45169' lon='86.69124' />
+  <node id='-27500' lat='26.46891' lon='86.62686' />
+  <node id='-27502' lat='26.48658' lon='86.61313' />
+  <node id='-27504' lat='26.49825' lon='86.57073' />
+  <node id='-27506' lat='26.54218' lon='86.49726' />
+  <node id='-27508' lat='26.61925' lon='86.31564' />
+  <node id='-27510' lat='26.60651' lon='86.13596' />
+  <node id='-27512' lat='26.61134' lon='85.83126' />
+  <node id='-27514' lat='26.84822' lon='85.66239' />
+  <node id='-27516' lat='26.84133' lon='85.56471' />
+  <node id='-27518' lat='26.85955' lon='85.5757' />
+  <node id='-27520' lat='26.85161' lon='85.59461' />
+  <node id='-27522' lat='26.79292' lon='85.47752' />
+  <node id='-27524' lat='26.86966' lon='85.15883' />
+  <node id='-27526' lat='26.89523' lon='85.00536' />
+  <node id='-27528' lat='26.9968' lon='84.793' />
+  <node id='-27530' lat='28.38346' lon='81.08507' />
+  <node id='-27532' lat='29.57098' lon='80.37939' />
+  <node id='-27534' lat='29.68513' lon='80.38428' />
+  <node id='-27536' lat='29.80466' lon='80.43458' />
+  <node id='-27538' lat='29.86661' lon='80.56247' />
+  <node id='-27540' lat='27.38814' lon='88.82981' />
+  <node id='-27542' lat='32.10256' lon='78.68754' />
+  <node id='-27544' lat='34.10504' lon='73.90677' />
+  <node id='-27546' lat='33.75437' lon='74.00891' />
+  <node id='-27548' lat='33.66155' lon='73.98968' />
+  <node id='-27550' lat='32.56676' lon='74.67431' />
+  <node id='-27552' lat='32.56416' lon='74.65251' />
+  <node id='-27554' lat='31.60382' lon='74.57498' />
+  <node id='-27556' lat='31.4136' lon='74.59773' />
+  <node id='-27558' lat='34.11961' lon='71.09307' />
+  <node id='-27560' lat='34.13524' lon='71.09453' />
+  <node id='-27562' lat='33.9689' lon='69.87307' />
+  <node id='-27564' lat='30.95309' lon='66.42645' />
+  <node id='-27566' lat='37.4869' lon='69.44954' />
+  <node id='-27568' lat='38.4252' lon='70.75455' />
+  <node id='-27570' lat='38.39144' lon='70.6761' />
+  <node id='-27572' lat='38.40597' lon='70.67438' />
+  <node id='-27574' lat='38.41861' lon='70.69807' />
+  <node id='-27576' lat='38.4131' lon='70.72485' />
+  <node id='-27578' lat='38.37031' lon='70.69189' />
+  <node id='-27580' lat='38.34999' lon='70.64966' />
+  <node id='-27582' lat='38.28046' lon='70.60407' />
+  <node id='-27584' lat='38.24541' lon='70.54673' />
+  <node id='-27586' lat='38.45502' lon='70.78581' />
+  <node id='-27588' lat='38.45031' lon='70.78702' />
+  <node id='-27590' lat='38.44447' lon='70.80521' />
+  <node id='-27592' lat='38.45394' lon='70.82538' />
+  <node id='-27594' lat='38.44507' lon='70.81697' />
+  <node id='-27596' lat='38.44944' lon='70.79766' />
+  <node id='-27598' lat='38.44779' lon='71.03545' />
+  <node id='-27600' lat='38.42077' lon='71.10592' />
+  <node id='-27602' lat='38.40671' lon='71.10957' />
+  <node id='-27604' lat='38.40106' lon='71.1451' />
+  <node id='-27606' lat='38.32797' lon='71.21291' />
+  <node id='-27608' lat='38.30339' lon='71.33114' />
+  <node id='-27610' lat='38.27335' lon='71.33869' />
+  <node id='-27612' lat='38.15358' lon='71.36444' />
+  <node id='-27614' lat='38.04429' lon='71.29878' />
+  <node id='-27616' lat='38.01272' lon='71.28922' />
+  <node id='-27618' lat='37.99946' lon='71.27622' />
+  <node id='-27620' lat='37.96496' lon='71.27278' />
+  <node id='-27622' lat='37.93403' lon='71.296' />
+  <node id='-27624' lat='37.91995' lon='71.2809' />
+  <node id='-27626' lat='37.69691' lon='71.54186' />
+  <node id='-27628' lat='37.76534' lon='71.53053' />
+  <node id='-27630' lat='37.77104' lon='71.54324' />
+  <node id='-27632' lat='37.73209' lon='71.55234' />
+  <node id='-27634' lat='37.60912' lon='71.5065' />
+  <node id='-27636' lat='37.61945' lon='71.51972' />
+  <node id='-27638' lat='37.50733' lon='71.50616' />
+  <node id='-27640' lat='37.4279' lon='71.49612' />
+  <node id='-27642' lat='37.31502' lon='71.50674' />
+  <node id='-27644' lat='37.33405' lon='71.4862' />
+  <node id='-27646' lat='37.40281' lon='71.47685' />
+  <node id='-27648' lat='37.31975' lon='71.49821' />
+  <node id='-27650' lat='37.26017' lon='71.48536' />
+  <node id='-27652' lat='37.24921' lon='71.4824' />
+  <node id='-27654' lat='37.23937' lon='71.48339' />
+  <node id='-27656' lat='37.2269' lon='71.47386' />
+  <node id='-27658' lat='37.21418' lon='71.4555' />
+  <node id='-27660' lat='37.18137' lon='71.4494' />
+  <node id='-27662' lat='37.11856' lon='71.44127' />
+  <node id='-27664' lat='37.03094' lon='71.45578' />
+  <node id='-27666' lat='36.99925' lon='71.46923' />
+  <node id='-27668' lat='36.93218' lon='71.48481' />
+  <node id='-27670' lat='36.89128' lon='71.51502' />
+  <node id='-27672' lat='37.00007' lon='72.54095' />
+  <node id='-27674' lat='40.7116' lon='72.85372' />
+  <node id='-27676' lat='40.67229' lon='72.84754' />
+  <node id='-27678' lat='40.60873' lon='72.74866' />
+  <node id='-27680' lat='40.59778' lon='72.69579' />
+  <node id='-27682' lat='40.58409' lon='72.73995' />
+  <node id='-27684' lat='40.55736' lon='72.41714' />
+  <node id='-27686' lat='40.51535' lon='72.38384' />
+  <node id='-27688' lat='40.21872' lon='71.82646' />
+  <node id='-27690' lat='40.17886' lon='71.71719' />
+  <node id='-27692' lat='40.20391' lon='71.70569' />
+  <node id='-27694' lat='40.22986' lon='71.51549' />
+  <node id='-27696' lat='40.0887' lon='69.53855' />
+  <node id='-27698' lat='40.10524' lon='69.57615' />
+  <node id='-27700' lat='40.12296' lon='69.55555' />
+  <node id='-27702' lat='40.12165' lon='69.64704' />
+  <node id='-27704' lat='39.99394' lon='70.57384' />
+  <node id='-27706' lat='39.96619' lon='70.55033' />
+  <node id='-27708' lat='39.95211' lon='70.58912' />
+  <node id='-27710' lat='40.26943' lon='71.51215' />
+  <node id='-27712' lat='40.28619' lon='71.4246' />
+  <node id='-27714' lat='39.89155' lon='70.53651' />
+  <node id='-27716' lat='39.85137' lon='70.54998' />
+  <node id='-27718' lat='39.83542' lon='70.59667' />
+  <node id='-27720' lat='39.91354' lon='71.10531' />
+  <node id='-27722' lat='39.99' lon='71.09063' />
+  <node id='-27724' lat='40.01984' lon='71.11037' />
+  <node id='-27726' lat='40.46091' lon='72.24368' />
+  <node id='-27728' lat='40.50856' lon='72.41513' />
+  <node id='-27730' lat='40.57131' lon='72.74862' />
+  <node id='-27732' lat='40.58051' lon='72.74768' />
+  <node id='-27734' lat='40.59592' lon='72.74894' />
+  <node id='-27736' lat='40.73089' lon='72.93296' />
+  <node id='-27738' lat='40.71111' lon='72.8722' />
+  <node id='-27740' lat='40.76457' lon='72.99133' />
+  <node id='-27742' lat='40.76678' lon='73.0612' />
+  <node id='-27744' lat='40.84942' lon='72.68157' />
+  <node id='-27746' lat='40.97136' lon='72.48742' />
+  <node id='-27748' lat='41.03018' lon='72.45206' />
+  <node id='-27750' lat='41.02785' lon='72.38511' />
+  <node id='-27752' lat='41.03381' lon='72.324' />
+  <node id='-27754' lat='41.04539' lon='72.34026' />
+  <node id='-27756' lat='41.04384' lon='72.36138' />
+  <node id='-27758' lat='41.05607' lon='72.21061' />
+  <node id='-27760' lat='41.02377' lon='72.17594' />
+  <node id='-27762' lat='41.10621' lon='72.1792' />
+  <node id='-27764' lat='41.15483' lon='72.10745' />
+  <node id='-27766' lat='41.3546' lon='71.83914' />
+  <node id='-27768' lat='41.13958' lon='71.46148' />
+  <node id='-27770' lat='41.19644' lon='71.43814' />
+  <node id='-27772' lat='42.60486' lon='71.15232' />
+  <node id='-27774' lat='42.67381' lon='71.17807' />
+  <node id='-27776' lat='42.69248' lon='71.22785' />
+  <node id='-27778' lat='42.8014' lon='71.53272' />
+  <node id='-27780' lat='42.76613' lon='71.62405' />
+  <node id='-27782' lat='42.82356' lon='73.50992' />
+  <node id='-27784' lat='43.13702' lon='74.57491' />
+  <node id='-27786' lat='43.02519' lon='74.70331' />
+  <node id='-27788' lat='43.05881' lon='74.64615' />
+  <node id='-27790' lat='42.99029' lon='74.75' />
+  <node id='-27792' lat='42.85528' lon='75.22619' />
+  <node id='-27794' lat='42.86183' lon='75.29966' />
+  <node id='-27796' lat='42.76839' lon='78.91502' />
+  <node id='-27798' lat='39.69565' lon='73.92354' />
+  <node id='-27800' lat='41.13363' lon='72.14864' />
+  <node id='-27802' lat='41.15522' lon='72.17594' />
+  <node id='-27804' lat='40.2162' lon='69.15659' />
+  <node id='-27806' lat='40.21488' lon='69.2074' />
+  <node id='-27808' lat='40.29794' lon='69.32833' />
+  <node id='-27810' lat='40.41894' lon='69.28525' />
+  <node id='-27812' lat='40.57506' lon='69.2643' />
+  <node id='-27814' lat='40.70181' lon='69.59441' />
+  <node id='-27816' lat='41.43078' lon='69.15137' />
+  <node id='-27818' lat='41.46693' lon='69.25059' />
+  <node id='-27820' lat='41.45175' lon='69.18528' />
+  <node id='-27822' lat='41.43769' lon='69.17701' />
+  <node id='-27824' lat='41.45391' lon='69.20439' />
+  <node id='-27826' lat='41.46298' lon='69.22671' />
+  <node id='-27828' lat='41.45847' lon='69.23332' />
+  <node id='-27830' lat='41.43673' lon='69.29778' />
+  <node id='-27832' lat='41.47211' lon='69.35554' />
+  <node id='-27834' lat='41.46555' lon='69.37468' />
+  <node id='-27836' lat='41.46246' lon='69.45081' />
+  <node id='-27838' lat='41.51518' lon='69.39485' />
+  <node id='-27840' lat='41.56863' lon='69.45751' />
+  <node id='-27842' lat='41.545' lon='69.49545' />
+  <node id='-27844' lat='40.91447' lon='68.58444' />
+  <node id='-27846' lat='42.37064' lon='59.2955' />
+  <node id='-27848' lat='41.19873' lon='61.39732' />
+  <node id='-27850' lat='44.23319' lon='80.40229' />
+  <node id='-27852' lat='47.49753' lon='85.61067' />
+  <node id='-27854' lat='46.14207' lon='90.99672' />
+  <node id='-27856' lat='42.58524' lon='101.28833' />
+  <node id='-27858' lat='50.91152' lon='127.14586' />
+  <node id='-27860' lat='50.58306' lon='127.36335' />
+  <node id='-27862' lat='50.46585' lon='127.28765' />
+  <node id='-27864' lat='50.43787' lon='127.36009' />
+  <node id='-27866' lat='49.44194' lon='129.40398' />
+  <node id='-27868' lat='49.3481' lon='129.35317' />
+  <node id='-27870' lat='49.40353' lon='129.23232' />
+  <node id='-27872' lat='49.29596' lon='129.67598' />
+  <node id='-27874' lat='49.11067' lon='129.85416' />
+  <node id='-27876' lat='48.90844' lon='130.43232' />
+  <node id='-27878' lat='47.6852' lon='131.09871' />
+  <node id='-27880' lat='47.73325' lon='131.2635' />
+  <node id='-27882' lat='47.68011' lon='131.90448' />
+  <node id='-27884' lat='48.1564' lon='134.67098' />
+  <node id='-27886' lat='45.9759' lon='133.67569' />
+  <node id='-27888' lat='50.79307' lon='81.94999' />
+  <node id='-27890' lat='55.36344' lon='69.34224' />
+  <node id='-27892' lat='55.09226' lon='68.26661' />
+  <node id='-27894' lat='54.02445' lon='61.65318' />
+  <node id='-27896' lat='54.08048' lon='61.47603' />
+  <node id='-27898' lat='53.95703' lon='61.56941' />
+  <node id='-27900' lat='53.90063' lon='61.14283' />
+  <node id='-27902' lat='51.11542' lon='54.12248' />
+  <node id='-27904' lat='51.23466' lon='53.69299' />
+  <node id='-27906' lat='31.0452' lon='61.83257' />
+  <node id='-27908' lat='31.12576' lon='61.80957' />
+  <node id='-27910' lat='50.32436' lon='106.49628' />
+  <node id='-27912' lat='50.31909' lon='106.47156' />
+  <node id='-27914' lat='50.34408' lon='106.51122' />
+  <node id='-27916' lat='41.77917' lon='48.55078' />
+  <node id='-27918' lat='41.56221' lon='48.2878' />
+  <node id='-27920' lat='43.38551' lon='40.0078' />
+  <node id='-27922' lat='43.40578' lon='40.00853' />
+  <node id='-27924' lat='43.42025' lon='40.01552' />
+  <node id='-27926' lat='43.42411' lon='40.01007' />
+  <node id='-27928' lat='43.44262' lon='40.03312' />
+  <node id='-27930' lat='43.47776' lon='40.04445' />
+  <node id='-27932' lat='41.4932' lon='41.7148' />
+  <node id='-27934' lat='41.47417' lon='41.7124' />
+  <node id='-27936' lat='41.59714' lon='42.72794' />
+  <node id='-27938' lat='41.2079' lon='44.32139' />
+  <node id='-27940' lat='41.1933' lon='44.59322' />
+  <node id='-27942' lat='41.20338' lon='44.72814' />
+  <node id='-27944' lat='41.21513' lon='44.82084' />
+  <node id='-27946' lat='41.23088' lon='44.84358' />
+  <node id='-27948' lat='41.23488' lon='44.81749' />
+  <node id='-27950' lat='41.34065' lon='45.09867' />
+  <node id='-27952' lat='41.42231' lon='45.1797' />
+  <node id='-27954' lat='41.5947' lon='46.34039' />
+  <node id='-27956' lat='38.45015' lon='48.84969' />
+  <node id='-27958' lat='38.44853' lon='48.81072' />
+  <node id='-27960' lat='39.42935' lon='48.34264' />
+  <node id='-27962' lat='39.66285' lon='47.84774' />
+  <node id='-27964' lat='39.49615' lon='47.50099' />
+  <node id='-27966' lat='39.03231' lon='46.75752' />
+  <node id='-27968' lat='41.79133' lon='46.30863' />
+  <node id='-27970' lat='40.02845' lon='44.1778' />
+  <node id='-27972' lat='40.03555' lon='44.1057' />
+  <node id='-27974' lat='39.8281' lon='44.61845' />
+  <node id='-27976' lat='38.95199' lon='45.65172' />
+  <node id='-27978' lat='38.94304' lon='45.6155' />
+  <node id='-27980' lat='38.964' lon='45.6131' />
+  <node id='-27982' lat='39.36435' lon='45.05932' />
+  <node id='-27984' lat='38.49799' lon='44.3207' />
+  <node id='-27986' lat='36.91468' lon='44.91199' />
+  <node id='-27988' lat='36.3001' lon='45.26261' />
+  <node id='-27990' lat='36.35846' lon='45.27394' />
+  <node id='-27992' lat='36.27769' lon='45.30038' />
+  <node id='-27994' lat='36.17383' lon='45.32235' />
+  <node id='-27996' lat='36.09917' lon='45.37312' />
+  <node id='-27998' lat='36.00042' lon='45.46594' />
+  <node id='-28000' lat='35.96069' lon='45.60018' />
+  <node id='-28002' lat='35.82107' lon='45.81442' />
+  <node id='-28004' lat='35.83708' lon='45.89784' />
+  <node id='-28006' lat='35.82218' lon='45.94711' />
+  <node id='-28008' lat='35.65059' lon='46.0117' />
+  <node id='-28010' lat='35.61501' lon='46.0165' />
+  <node id='-28012' lat='35.59756' lon='46.01307' />
+  <node id='-28014' lat='35.38568' lon='46.05358' />
+  <node id='-28016' lat='35.32548' lon='46.13152' />
+  <node id='-28018' lat='35.07551' lon='46.11763' />
+  <node id='-28020' lat='35.0838' lon='46.07747' />
+  <node id='-28022' lat='35.08148' lon='45.93108' />
+  <node id='-28024' lat='35.09188' lon='45.94756' />
+  <node id='-28026' lat='35.0465' lon='45.92173' />
+  <node id='-28028' lat='35.03441' lon='45.87864' />
+  <node id='-28030' lat='34.95805' lon='45.89477' />
+  <node id='-28032' lat='34.76624' lon='45.68284' />
+  <node id='-28034' lat='34.55558' lon='45.59074' />
+  <node id='-28036' lat='34.38221' lon='45.46697' />
+  <node id='-28038' lat='34.03099' lon='45.47264' />
+  <node id='-28040' lat='30.33846' lon='48.24385' />
+  <node id='-28042' lat='16.67084' lon='53.09917' />
+  <node id='-28044' lat='17.28568' lon='52.81185' />
+  <node id='-28046' lat='17.35124' lon='52.78009' />
+  <node id='-28048' lat='17.29519' lon='52.74267' />
+  <node id='-28050' lat='24.23227' lon='55.76558' />
+  <node id='-28052' lat='24.2466' lon='55.75382' />
+  <node id='-28054' lat='24.26209' lon='55.76781' />
+  <node id='-28056' lat='24.80102' lon='55.81348' />
+  <node id='-28058' lat='24.77858' lon='55.83408' />
+  <node id='-28060' lat='24.87673' lon='55.97836' />
+  <node id='-28062' lat='24.81161' lon='56.03535' />
+  <node id='-28064' lat='16.51093' lon='42.97215' />
+  <node id='-28066' lat='16.53166' lon='43.11601' />
+  <node id='-28068' lat='16.67248' lon='43.15274' />
+  <node id='-28070' lat='16.79479' lon='43.26303' />
+  <node id='-28072' lat='16.74416' lon='43.21325' />
+  <node id='-28074' lat='16.75304' lon='43.25857' />
+  <node id='-28076' lat='16.80613' lon='43.24801' />
+  <node id='-28078' lat='16.84852' lon='43.18338' />
+  <node id='-28080' lat='16.83932' lon='43.22012' />
+  <node id='-28082' lat='16.80613' lon='43.22956' />
+  <node id='-28084' lat='16.90696' lon='43.1398' />
+  <node id='-28086' lat='16.94703' lon='43.19328' />
+  <node id='-28088' lat='16.98438' lon='43.1813' />
+  <node id='-28090' lat='17.14717' lon='43.17787' />
+  <node id='-28092' lat='17.02673' lon='43.18233' />
+  <node id='-28094' lat='17.03428' lon='43.23967' />
+  <node id='-28096' lat='17.25901' lon='43.20156' />
+  <node id='-28098' lat='17.31179' lon='43.32653' />
+  <node id='-28100' lat='17.53224' lon='43.29185' />
+  <node id='-28102' lat='16.39721' lon='42.94625' />
+  <node id='-28104' lat='16.49467' lon='42.94351' />
+  <node id='-28106' lat='29.54294' lon='34.97718' />
+  <node id='-28108' lat='29.58147' lon='34.98207' />
+  <node id='-28110' lat='31.2966' lon='34.23572' />
+  <node id='-28112' lat='31.24194' lon='34.29417' />
+  <node id='-28114' lat='31.28963' lon='34.36523' />
+  <node id='-28116' lat='31.40926' lon='34.40077' />
+  <node id='-28118' lat='31.48365' lon='34.48892' />
+  <node id='-28120' lat='31.59711' lon='34.48681' />
+  <node id='-28122' lat='30.34636' lon='35.19183' />
+  <node id='-28124' lat='30.50297' lon='35.19595' />
+  <node id='-28126' lat='30.71365' lon='35.29311' />
+  <node id='-28128' lat='32.50108' lon='36.23948' />
+  <node id='-28130' lat='32.49529' lon='36.20875' />
+  <node id='-28132' lat='32.71321' lon='35.88405' />
+  <node id='-28134' lat='32.70715' lon='35.68467' />
+  <node id='-28136' lat='32.681' lon='35.66527' />
+  <node id='-28138' lat='32.67999' lon='35.61669' />
+  <node id='-28140' lat='32.65159' lon='35.59813' />
+  <node id='-28142' lat='31.71899' lon='35.22392' />
+  <node id='-28144' lat='31.72067' lon='35.18023' />
+  <node id='-28146' lat='31.72388' lon='35.20538' />
+  <node id='-28148' lat='31.71578' lon='35.21937' />
+  <node id='-28150' lat='31.73242' lon='35.16478' />
+  <node id='-28152' lat='31.73352' lon='35.15474' />
+  <node id='-28154' lat='31.71454' lon='35.11895' />
+  <node id='-28156' lat='31.7325' lon='35.12933' />
+  <node id='-28158' lat='31.73012' lon='35.13931' />
+  <node id='-28160' lat='31.71594' lon='35.10782' />
+  <node id='-28162' lat='31.7201' lon='35.2438' />
+  <node id='-28164' lat='31.71244' lon='35.24315' />
+  <node id='-28166' lat='31.72543' lon='35.24981' />
+  <node id='-28168' lat='31.73945' lon='35.25182' />
+  <node id='-28170' lat='31.7678' lon='35.25225' />
+  <node id='-28172' lat='31.79064' lon='35.26058' />
+  <node id='-28174' lat='31.81362' lon='35.25573' />
+  <node id='-28176' lat='31.82567' lon='35.26404' />
+  <node id='-28178' lat='31.83085' lon='35.251' />
+  <node id='-28180' lat='31.8458' lon='35.24816' />
+  <node id='-28182' lat='31.84222' lon='35.2304' />
+  <node id='-28184' lat='31.85433' lon='35.2249' />
+  <node id='-28186' lat='31.8638' lon='35.22817' />
+  <node id='-28188' lat='31.88264' lon='35.22014' />
+  <node id='-28190' lat='31.86745' lon='35.22567' />
+  <node id='-28192' lat='31.87889' lon='35.22294' />
+  <node id='-28194' lat='31.88151' lon='35.20673' />
+  <node id='-28196' lat='31.88153' lon='35.21276' />
+  <node id='-28198' lat='31.88237' lon='35.21016' />
+  <node id='-28200' lat='31.8815' lon='35.20945' />
+  <node id='-28202' lat='31.8821' lon='35.20791' />
+  <node id='-28204' lat='31.863' lon='35.21128' />
+  <node id='-28206' lat='31.86716' lon='35.20381' />
+  <node id='-28208' lat='31.83894' lon='35.216' />
+  <node id='-28210' lat='31.82687' lon='35.19461' />
+  <node id='-28212' lat='31.89276' lon='35.03978' />
+  <node id='-28214' lat='32.12606' lon='34.98507' />
+  <node id='-28216' lat='32.14626' lon='34.99039' />
+  <node id='-28218' lat='32.17503' lon='34.96009' />
+  <node id='-28220' lat='32.20758' lon='34.98885' />
+  <node id='-28222' lat='32.3667' lon='35.05142' />
+  <node id='-28224' lat='32.4024' lon='35.05311' />
+  <node id='-28226' lat='32.41754' lon='35.05423' />
+  <node id='-28228' lat='32.46948' lon='35.08564' />
+  <node id='-28230' lat='32.47614' lon='35.09236' />
+  <node id='-28232' lat='32.47856' lon='35.10024' />
+  <node id='-28234' lat='32.4757' lon='35.10882' />
+  <node id='-28236' lat='32.50466' lon='35.15937' />
+  <node id='-28238' lat='32.51024' lon='35.30685' />
+  <node id='-28240' lat='32.45593' lon='35.41598' />
+  <node id='-28242' lat='40.72772' lon='26.0754' />
+  <node id='-28244' lat='40.73214' lon='26.08638' />
+  <node id='-28246' lat='40.80709' lon='26.15685' />
+  <node id='-28248' lat='41.48058' lon='26.59742' />
+  <node id='-28250' lat='41.42281' lon='26.61767' />
+  <node id='-28252' lat='41.76802' lon='26.33589' />
+  <node id='-28254' lat='41.93756' lon='27.52379' />
+  <node id='-28256' lat='41.96591' lon='27.45478' />
+  <node id='-28258' lat='39.652' lon='20.15988' />
+  <node id='-28260' lat='39.69884' lon='20.27412' />
+  <node id='-28262' lat='39.81437' lon='20.41475' />
+  <node id='-28264' lat='40.07866' lon='20.61081' />
+  <node id='-28266' lat='40.0897' lon='20.62566' />
+  <node id='-28268' lat='40.76046' lon='20.98134' />
+  <node id='-28270' lat='41.70925' lon='26.30255' />
+  <node id='-28272' lat='41.49277' lon='20.49039' />
+  <node id='-28274' lat='41.51436' lon='20.45331' />
+  <node id='-28276' lat='41.56473' lon='20.52103' />
+  <node id='-28278' lat='42.13954' lon='21.29913' />
+  <node id='-28280' lat='42.2648' lon='21.77176' />
+  <node id='-28282' lat='42.3029' lon='20.3819' />
+  <node id='-28284' lat='42.41237' lon='20.21797' />
+  <node id='-28286' lat='42.40831' lon='19.4836' />
+  <node id='-28288' lat='42.36546' lon='19.42352' />
+  <node id='-28290' lat='42.33019' lon='19.42' />
+  <node id='-28292' lat='42.02564' lon='19.36867' />
+  <node id='-28294' lat='41.96977' lon='19.37691' />
+  <node id='-28296' lat='41.95675' lon='19.34601' />
+  <node id='-28298' lat='41.8842' lon='19.37451' />
+  <node id='-28300' lat='41.90669' lon='19.33812' />
+  <node id='-28302' lat='42.42302' lon='18.52152' />
+  <node id='-28304' lat='42.51077' lon='18.44307' />
+  <node id='-28306' lat='42.69171' lon='18.54603' />
+  <node id='-28308' lat='42.69045' lon='18.55221' />
+  <node id='-28310' lat='42.85829' lon='18.47633' />
+  <node id='-28312' lat='42.86433' lon='18.4935' />
+  <node id='-28314' lat='43.33735' lon='18.84794' />
+  <node id='-28316' lat='43.397' lon='19.04071' />
+  <node id='-28318' lat='43.5282' lon='19.13933' />
+  <node id='-28320' lat='42.38042' lon='21.59029' />
+  <node id='-28322' lat='42.3647' lon='21.57021' />
+  <node id='-28324' lat='42.54176' lon='21.70522' />
+  <node id='-28326' lat='42.51899' lon='21.7035' />
+  <node id='-28328' lat='42.62695' lon='21.75672' />
+  <node id='-28330' lat='42.74695' lon='21.47498' />
+  <node id='-28332' lat='42.95523' lon='21.23534' />
+  <node id='-28334' lat='43.00848' lon='21.23877' />
+  <node id='-28336' lat='44.87199' lon='21.48202' />
+  <node id='-28338' lat='44.87613' lon='21.44013' />
+  <node id='-28340' lat='45.2677' lon='21.20392' />
+  <node id='-28342' lat='45.32566' lon='21.17612' />
+  <node id='-28344' lat='45.42743' lon='20.87948' />
+  <node id='-28346' lat='45.47295' lon='20.86026' />
+  <node id='-28348' lat='45.65875' lon='20.80361' />
+  <node id='-28350' lat='45.89939' lon='20.54818' />
+  <node id='-28352' lat='46.16824' lon='19.56113' />
+  <node id='-28354' lat='46.1171' lon='19.52473' />
+  <node id='-28356' lat='45.96458' lon='19.0791' />
+  <node id='-28358' lat='45.96529' lon='19.01284' />
+  <node id='-28360' lat='45.85493' lon='18.85783' />
+  <node id='-28362' lat='44.52197' lon='19.16699' />
+  <node id='-28364' lat='44.52521' lon='19.13369' />
+  <node id='-28366' lat='44.74058' lon='19.32543' />
+  <node id='-28368' lat='44.45253' lon='19.14837' />
+  <node id='-28370' lat='44.40313' lon='19.11785' />
+  <node id='-28372' lat='44.36712' lon='19.11865' />
+  <node id='-28374' lat='44.36924' lon='19.10298' />
+  <node id='-28376' lat='44.37795' lon='19.10365' />
+  <node id='-28378' lat='44.38249' lon='19.10704' />
+  <node id='-28380' lat='44.3558' lon='19.1083' />
+  <node id='-28382' lat='44.31492' lon='19.13332' />
+  <node id='-28384' lat='44.338' lon='19.13556' />
+  <node id='-28386' lat='44.34218' lon='19.11547' />
+  <node id='-28388' lat='44.2917' lon='19.20508' />
+  <node id='-28390' lat='44.28383' lon='19.18328' />
+  <node id='-28392' lat='44.26097' lon='19.23306' />
+  <node id='-28394' lat='44.26957' lon='19.26945' />
+  <node id='-28396' lat='44.23244' lon='19.34773' />
+  <node id='-28398' lat='44.16722' lon='19.40927' />
+  <node id='-28400' lat='44.13088' lon='19.43905' />
+  <node id='-28402' lat='44.15034' lon='19.47338' />
+  <node id='-28404' lat='44.1193' lon='19.47321' />
+  <node id='-28406' lat='44.14332' lon='19.48386' />
+  <node id='-28408' lat='44.08158' lon='19.51167' />
+  <node id='-28410' lat='44.04716' lon='19.57467' />
+  <node id='-28412' lat='45.05206' lon='16.3749' />
+  <node id='-28414' lat='45.05139' lon='16.38219' />
+  <node id='-28416' lat='45.03529' lon='16.35863' />
+  <node id='-28418' lat='45.05955' lon='16.38309' />
+  <node id='-28420' lat='45.22307' lon='16.56559' />
+  <node id='-28422' lat='45.2212' lon='16.5501' />
+  <node id='-28424' lat='45.23042' lon='16.60194' />
+  <node id='-28426' lat='45.20714' lon='16.64962' />
+  <node id='-28428' lat='45.20393' lon='16.74845' />
+  <node id='-28430' lat='45.19002' lon='16.78219' />
+  <node id='-28432' lat='45.18434' lon='16.81137' />
+  <node id='-28434' lat='45.22742' lon='16.9385' />
+  <node id='-28436' lat='45.20759' lon='17.0415' />
+  <node id='-28438' lat='45.14957' lon='17.25131' />
+  <node id='-28440' lat='45.16246' lon='17.32092' />
+  <node id='-28442' lat='45.14521' lon='17.33573' />
+  <node id='-28444' lat='45.13335' lon='17.41229' />
+  <node id='-28446' lat='45.16119' lon='17.4498' />
+  <node id='-28448' lat='45.12523' lon='17.45615' />
+  <node id='-28450' lat='45.12656' lon='17.47589' />
+  <node id='-28452' lat='45.10791' lon='17.51469' />
+  <node id='-28454' lat='45.04645' lon='17.87148' />
+  <node id='-28456' lat='45.08016' lon='17.93706' />
+  <node id='-28458' lat='45.12245' lon='17.97336' />
+  <node id='-28460' lat='45.13831' lon='17.97834' />
+  <node id='-28462' lat='45.15163' lon='18.01594' />
+  <node id='-28464' lat='45.12632' lon='18.03121' />
+  <node id='-28466' lat='44.93707' lon='18.76369' />
+  <node id='-28468' lat='44.93561' lon='18.80661' />
+  <node id='-28470' lat='45.4902' lon='14.27681' />
+  <node id='-28472' lat='45.47142' lon='14.32487' />
+  <node id='-28474' lat='45.63382' lon='15.34695' />
+  <node id='-28476' lat='45.64702' lon='15.34214' />
+  <node id='-28478' lat='45.63682' lon='15.38952' />
+  <node id='-28480' lat='45.5841' lon='15.29837' />
+  <node id='-28482' lat='45.79491' lon='15.40836' />
+  <node id='-28484' lat='45.79802' lon='15.47531' />
+  <node id='-28486' lat='45.8253' lon='15.47325' />
+  <node id='-28488' lat='45.82195' lon='15.52234' />
+  <node id='-28490' lat='45.84085' lon='15.66662' />
+  <node id='-28492' lat='45.88867' lon='15.68383' />
+  <node id='-28494' lat='45.90455' lon='15.67967' />
+  <node id='-28496' lat='45.92116' lon='15.70636' />
+  <node id='-28498' lat='46.00015' lon='15.70327' />
+  <node id='-28500' lat='46.01196' lon='15.71246' />
+  <node id='-28502' lat='46.11992' lon='15.6083' />
+  <node id='-28504' lat='46.21969' lon='15.75436' />
+  <node id='-28506' lat='46.20336' lon='15.75479' />
+  <node id='-28508' lat='46.3833' lon='16.05065' />
+  <node id='-28510' lat='46.36458' lon='16.07314' />
+  <node id='-28512' lat='46.41467' lon='16.27329' />
+  <node id='-28514' lat='46.42875' lon='16.27398' />
+  <node id='-28516' lat='46.40437' lon='16.30162' />
+  <node id='-28518' lat='46.48067' lon='16.25124' />
+  <node id='-28520' lat='46.50566' lon='16.26759' />
+  <node id='-28522' lat='46.51505' lon='16.26733' />
+  <node id='-28524' lat='46.5121' lon='16.29793' />
+  <node id='-28526' lat='46.53608' lon='16.38771' />
+  <node id='-28528' lat='46.49644' lon='16.5007' />
+  <node id='-28530' lat='46.86961' lon='16.21892' />
+  <node id='-28532' lat='46.8547' lon='16.14365' />
+  <node id='-28534' lat='46.83927' lon='16.05786' />
+  <node id='-28536' lat='46.78199' lon='15.99126' />
+  <node id='-28538' lat='46.7266' lon='15.99769' />
+  <node id='-28540' lat='46.71094' lon='16.02808' />
+  <node id='-28542' lat='46.68769' lon='15.94864' />
+  <node id='-28544' lat='46.68463' lon='15.98512' />
+  <node id='-28546' lat='46.70712' lon='15.78518' />
+  <node id='-28548' lat='46.70011' lon='15.73823' />
+  <node id='-28550' lat='46.70735' lon='15.67411' />
+  <node id='-28552' lat='46.69823' lon='15.69523' />
+  <node id='-28554' lat='46.6894' lon='15.6365' />
+  <node id='-28556' lat='46.68069' lon='15.63255' />
+  <node id='-28558' lat='46.64988' lon='15.55333' />
+  <node id='-28560' lat='46.63697' lon='15.45514' />
+  <node id='-28562' lat='46.59411' lon='14.86419' />
+  <node id='-28564' lat='45.89446' lon='13.59565' />
+  <node id='-28566' lat='43.73439' lon='7.41233' />
+  <node id='-28568' lat='43.73168' lon='7.41291' />
+  <node id='-28570' lat='43.73156' lon='7.41113' />
+  <node id='-28572' lat='43.73311' lon='7.41298' />
+  <node id='-28574' lat='43.74176' lon='7.42299' />
+  <node id='-28576' lat='43.74087' lon='7.42443' />
+  <node id='-28578' lat='43.74396' lon='7.42809' />
+  <node id='-28580' lat='43.74895' lon='7.43013' />
+  <node id='-28582' lat='43.75151' lon='7.4389' />
+  <node id='-28584' lat='43.75197' lon='7.43708' />
+  <node id='-28586' lat='43.75014' lon='7.43624' />
+  <node id='-28588' lat='46.53438' lon='13.64088' />
+  <node id='-28590' lat='46.56059' lon='13.27627' />
+  <node id='-28592' lat='46.60401' lon='12.94445' />
+  <node id='-28594' lat='47.00644' lon='11.50739' />
+  <node id='-28596' lat='46.64162' lon='10.44686' />
+  <node id='-28598' lat='46.22992' lon='10.14439' />
+  <node id='-28600' lat='45.84968' lon='9.04546' />
+  <node id='-28602' lat='45.83548' lon='9.03793' />
+  <node id='-28604' lat='45.83976' lon='9.03505' />
+  <node id='-28606' lat='45.8761' lon='9.06642' />
+  <node id='-28608' lat='45.8464' lon='9.04059' />
+  <node id='-28610' lat='45.82865' lon='9.03279' />
+  <node id='-28612' lat='45.82055' lon='9.00324' />
+  <node id='-28614' lat='45.83466' lon='8.99663' />
+  <node id='-28616' lat='45.84285' lon='8.94737' />
+  <node id='-28618' lat='45.86587' lon='8.94372' />
+  <node id='-28620' lat='45.86775' lon='8.93649' />
+  <node id='-28622' lat='45.96135' lon='8.86688' />
+  <node id='-28624' lat='45.97239' lon='8.85121' />
+  <node id='-28626' lat='45.9879' lon='8.8319' />
+  <node id='-28628' lat='45.99207' lon='8.79362' />
+  <node id='-28630' lat='46.00913' lon='8.79414' />
+  <node id='-28632' lat='46.10085' lon='8.80778' />
+  <node id='-28634' lat='46.10395' lon='8.75697' />
+  <node id='-28636' lat='45.20841' lon='6.96706' />
+  <node id='-28638' lat='45.21228' lon='7.07074' />
+  <node id='-28640' lat='44.93661' lon='6.74519' />
+  <node id='-28642' lat='46.21566' lon='6.27694' />
+  <node id='-28644' lat='46.26255' lon='6.24952' />
+  <node id='-28646' lat='46.21165' lon='6.26007' />
+  <node id='-28648' lat='46.20511' lon='6.23913' />
+  <node id='-28650' lat='46.19837' lon='6.21844' />
+  <node id='-28652' lat='46.20045' lon='6.22175' />
+  <node id='-28654' lat='46.19888' lon='6.22222' />
+  <node id='-28656' lat='46.19163' lon='6.20539' />
+  <node id='-28658' lat='46.1927' lon='6.21114' />
+  <node id='-28660' lat='46.19507' lon='6.21603' />
+  <node id='-28662' lat='46.19409' lon='6.21273' />
+  <node id='-28664' lat='46.18401' lon='6.19552' />
+  <node id='-28666' lat='46.18369' lon='6.19807' />
+  <node id='-28668' lat='46.16187' lon='6.18116' />
+  <node id='-28670' lat='46.15194' lon='6.15305' />
+  <node id='-28672' lat='46.14031' lon='6.04564' />
+  <node id='-28674' lat='46.14228' lon='6.01791' />
+  <node id='-28676' lat='46.14412' lon='5.9641' />
+  <node id='-28678' lat='46.15863' lon='5.97508' />
+  <node id='-28680' lat='46.23313' lon='6.02461' />
+  <node id='-28682' lat='46.23518' lon='6.05029' />
+  <node id='-28684' lat='46.24085' lon='6.07072' />
+  <node id='-28686' lat='46.2634' lon='6.11926' />
+  <node id='-28688' lat='46.3778' lon='6.15016' />
+  <node id='-28690' lat='46.37721' lon='6.15985' />
+  <node id='-28692' lat='47.1208' lon='6.76788' />
+  <node id='-28694' lat='47.15933' lon='6.8489' />
+  <node id='-28696' lat='47.26428' lon='6.95108' />
+  <node id='-28698' lat='47.35134' lon='7.0564' />
+  <node id='-28700' lat='47.37262' lon='6.88542' />
+  <node id='-28702' lat='47.40714' lon='6.93744' />
+  <node id='-28704' lat='47.50522' lon='7.0231' />
+  <node id='-28706' lat='47.48863' lon='7.07425' />
+  <node id='-28708' lat='47.50371' lon='7.12781' />
+  <node id='-28710' lat='47.49025' lon='7.16249' />
+  <node id='-28712' lat='47.4205' lon='7.24669' />
+  <node id='-28714' lat='47.44186' lon='7.33526' />
+  <node id='-28716' lat='47.43432' lon='7.35603' />
+  <node id='-28718' lat='47.45846' lon='7.43088' />
+  <node id='-28720' lat='47.46264' lon='7.4462' />
+  <node id='-28722' lat='47.57617' lon='7.56548' />
+  <node id='-28724' lat='47.5944' lon='7.64213' />
+  <node id='-28726' lat='47.59695' lon='7.64599' />
+  <node id='-28728' lat='47.58607' lon='8.30277' />
+  <node id='-28730' lat='47.57014' lon='8.35512' />
+  <node id='-28732' lat='47.66332' lon='8.61113' />
+  <node id='-28734' lat='47.66667' lon='8.42264' />
+  <node id='-28736' lat='47.65598' lon='9.18203' />
+  <node id='-28738' lat='47.65584' lon='9.1755' />
+  <node id='-28740' lat='47.65399' lon='9.17593' />
+  <node id='-28742' lat='47.46358' lon='9.60484' />
+  <node id='-28744' lat='47.45685' lon='9.62475' />
+  <node id='-28746' lat='47.45383' lon='9.65728' />
+  <node id='-28748' lat='47.43233' lon='9.6446' />
+  <node id='-28750' lat='47.38429' lon='9.67445' />
+  <node id='-28752' lat='47.37136' lon='9.66243' />
+  <node id='-28754' lat='47.7178' lon='12.91333' />
+  <node id='-28756' lat='47.74788' lon='12.9353' />
+  <node id='-28758' lat='47.74026' lon='12.91711' />
+  <node id='-28760' lat='47.82896' lon='12.98543' />
+  <node id='-28762' lat='47.79957' lon='12.96311' />
+  <node id='-28764' lat='47.92927' lon='12.94163' />
+  <node id='-28766' lat='47.94046' lon='12.93886' />
+  <node id='-28768' lat='47.94436' lon='12.93642' />
+  <node id='-28770' lat='47.93879' lon='12.92668' />
+  <node id='-28772' lat='47.94063' lon='12.93419' />
+  <node id='-28774' lat='47.94069' lon='12.91985' />
+  <node id='-28776' lat='47.95135' lon='12.9211' />
+  <node id='-28778' lat='48.15245' lon='12.82673' />
+  <node id='-28780' lat='48.1647' lon='12.836' />
+  <node id='-28782' lat='48.16556' lon='12.84475' />
+  <node id='-28784' lat='48.57506' lon='13.50663' />
+  <node id='-28786' lat='48.58091' lon='13.50131' />
+  <node id='-28788' lat='48.55501' lon='13.62508' />
+  <node id='-28790' lat='48.55092' lon='13.65186' />
+  <node id='-28792' lat='48.53558' lon='13.66113' />
+  <node id='-28794' lat='48.53058' lon='13.74816' />
+  <node id='-28796' lat='48.6761' lon='13.81901' />
+  <node id='-28798' lat='48.68426' lon='13.81283' />
+  <node id='-28800' lat='48.73257' lon='13.81863' />
+  <node id='-28802' lat='48.75544' lon='13.82266' />
+  <node id='-28804' lat='46.939' lon='16.22403' />
+  <node id='-28806' lat='47.18812' lon='16.4523' />
+  <node id='-28808' lat='47.18422' lon='16.42801' />
+  <node id='-28810' lat='47.40868' lon='16.57152' />
+  <node id='-28812' lat='47.41007' lon='16.52414' />
+  <node id='-28814' lat='47.75074' lon='16.54779' />
+  <node id='-28816' lat='47.74197' lon='16.65679' />
+  <node id='-28818' lat='48.38138' lon='16.83317' />
+  <node id='-28820' lat='48.38321' lon='16.8497' />
+  <node id='-28822' lat='48.3844' lon='16.83588' />
+  <node id='-28824' lat='48.85973' lon='15.6921' />
+  <node id='-28826' lat='48.89541' lon='15.61622' />
+  <node id='-28828' lat='48.91549' lon='15.51357' />
+  <node id='-28830' lat='48.94481' lon='15.48027' />
+  <node id='-28832' lat='48.76857' lon='14.9758' />
+  <node id='-28834' lat='48.77524' lon='14.98112' />
+  <node id='-28836' lat='48.7766' lon='14.9782' />
+  <node id='-28838' lat='48.76268' lon='14.94773' />
+  <node id='-28840' lat='48.77711' lon='14.80821' />
+  <node id='-28842' lat='54.81749' lon='9.36496' />
+  <node id='-28844' lat='54.80602' lon='9.32771' />
+  <node id='-28846' lat='54.90518' lon='8.81178' />
+  <node id='-30000' lat='47.56946' lon='7.811279' />
+  <node id='-30001' lat='47.56335' lon='7.80098' />
+  <node id='-30002' lat='47.58663' lon='7.833466' />
+  <node id='-30003' lat='47.58808' lon='7.862692' />
+  <node id='-30004' lat='47.58408' lon='7.898354' />
+  <node id='-30005' lat='47.56686' lon='7.911615' />
+  <node id='-30006' lat='47.56037' lon='7.906809' />
+  <node id='-30007' lat='47.5469' lon='7.920585' />
+  <node id='-30008' lat='47.54704' lon='7.932644' />
+  <node id='-56086' lat='49.5533' lon='5.84143' />
+  <node id='-56105' lat='49.49608' lon='5.94224' />
+  <node id='-56128' lat='49.44845' lon='6.02743' />
+  <node id='-56145' lat='49.45451' lon='6.02648' />
+  <node id='-56187' lat='49.50609' lon='6.25029' />
+  <node id='-56270' lat='50.70656' lon='2.88504' />
+  <node id='-56290' lat='50.7033' lon='2.86985' />
+  <node id='-56316' lat='50.72276' lon='2.8483' />
+  <node id='-56337' lat='50.70298' lon='2.87937' />
+  <node id='-56360' lat='50.6939' lon='2.91036' />
+  <node id='-56385' lat='50.702' lon='2.90873' />
+  <node id='-56425' lat='50.77674' lon='3.04314' />
+  <node id='-56467' lat='50.76588' lon='3.00537' />
+  <node id='-56493' lat='50.75242' lon='2.96778' />
+  <node id='-56545' lat='50.77717' lon='3.09163' />
+  <node id='-56573' lat='50.79416' lon='3.11206' />
+  <node id='-56598' lat='50.78303' lon='3.10614' />
+  <node id='-56620' lat='50.79188' lon='3.11987' />
+  <node id='-56643' lat='50.79031' lon='3.15017' />
+  <node id='-56663' lat='50.76843' lon='3.16476' />
+  <node id='-56701' lat='50.73547' lon='3.20064' />
+  <node id='-56718' lat='50.74025' lon='3.18811' />
+  <node id='-56736' lat='50.74981' lon='3.18339' />
+  <node id='-56773' lat='50.71662' lon='3.20845' />
+  <node id='-56802' lat='50.72569' lon='3.19017' />
+  <node id='-56912' lat='50.70086' lon='3.26063' />
+  <node id='-56945' lat='50.69151' lon='3.26141' />
+  <node id='-56966' lat='50.68977' lon='3.2536' />
+  <node id='-57014' lat='50.49049' lon='3.58361' />
+  <node id='-57035' lat='50.49568' lon='3.61014' />
+  <node id='-57074' lat='50.40239' lon='3.67494' />
+  <node id='-57131' lat='50.36873' lon='3.65709' />
+  <node id='-57189' lat='50.38663' lon='3.67262' />
+  <node id='-57249' lat='50.3191' lon='3.70987' />
+  <node id='-57301' lat='50.34989' lon='3.96771' />
+  <node id='-57322' lat='50.3254' lon='4.0689' />
+  <node id='-57350' lat='50.31247' lon='4.10237' />
+  <node id='-57374' lat='50.30425' lon='4.11954' />
+  <node id='-57396' lat='50.19239' lon='4.16014' />
+  <node id='-57445' lat='50.01976' lon='4.13508' />
+  <node id='-57464' lat='49.95315' lon='4.35051' />
+  <node id='-57491' lat='49.94122' lon='4.43488' />
+  <node id='-57506' lat='49.96911' lon='4.5414' />
+  <node id='-57529' lat='50.11314' lon='4.75237' />
+  <node id='-57572' lat='50.15331' lon='4.83279' />
+  <node id='-57615' lat='50.06738' lon='4.8382' />
+  <node id='-57641' lat='49.66846' lon='5.31465' />
+  <node id='-57665' lat='49.61599' lon='5.33851' />
+  <node id='-57707' lat='49.5707' lon='5.43713' />
+  <node id='-57739' lat='49.52648' lon='5.46734' />
+  <node id='-57773' lat='49.19354' lon='6.85016' />
+  <node id='-57788' lat='49.20038' lon='6.85119' />
+  <node id='-57827' lat='49.2223' lon='6.93831' />
+  <node id='-57858' lat='49.21641' lon='6.94028' />
+  <node id='-57899' lat='49.15734' lon='7.03178' />
+  <node id='-57931' lat='49.17042' lon='7.0274' />
+  <node id='-57951' lat='49.13724' lon='7.04662' />
+  <node id='-57988' lat='49.11422' lon='7.04843' />
+  <node id='-58017' lat='49.1282' lon='7.1358' />
+  <node id='-58103' lat='50.35898' lon='6.3688' />
+  <node id='-64006' lat='51.50529' lon='4.77321' />
+  <node id='-64027' lat='51.48424' lon='4.72935' />
+  <node id='-77143' lat='51.22537' lon='3.97889' />
+  <node id='-77184' lat='51.24504' lon='4.01957' />
+  <node id='-77205' lat='51.25933' lon='3.41704' />
+  <node id='-77245' lat='50.85179' lon='6.05702' />
+  <node id='-77290' lat='50.86025' lon='6.07693' />
+  <node id='-77306' lat='50.98728' lon='5.95282' />
+  <node id='-77334' lat='51.00198' lon='5.90493' />
+  <node id='-77356' lat='51.01969' lon='5.87849' />
+  <node id='-77387' lat='51.40049' lon='6.20654' />
+  <node id='-77411' lat='51.83195' lon='5.99848' />
+  <node id='-77435' lat='51.84829' lon='6.10337' />
+  <node id='-77461' lat='51.86801' lon='6.21443' />
+  <node id='-77479' lat='51.86801' lon='6.29872' />
+  <node id='-77519' lat='51.84998' lon='6.30593' />
+  <node id='-77542' lat='51.89386' lon='6.58556' />
+  <node id='-77572' lat='51.86313' lon='6.50231' />
+  <node id='-77599' lat='52.20329' lon='6.97189' />
+  <node id='-77634' lat='52.22695' lon='7.03729' />
+  <node id='-77652' lat='53.18165' lon='7.22681' />
+  <node id='-77691' lat='52.82392' lon='14.13806' />
+  <node id='-77726' lat='52.35264' lon='14.55228' />
+  <node id='-77752' lat='52.33838' lon='14.56378' />
+  <node id='-77801' lat='52.00337' lon='14.71339' />
+  <node id='-77823' lat='51.95643' lon='14.7139' />
+  <node id='-77876' lat='51.95606' lon='14.71836' />
+  <node id='-77932' lat='51.95188' lon='14.72163' />
+  <node id='-77987' lat='51.9044' lon='14.6933' />
+  <node id='-78019' lat='51.92944' lon='14.70601' />
+  <node id='-78065' lat='51.88359' lon='14.6588' />
+  <node id='-78077' lat='51.73282' lon='14.66386' />
+  <node id='-78112' lat='51.62318' lon='14.75759' />
+  <node id='-78141' lat='51.53902' lon='14.72652' />
+  <node id='-78168' lat='51.54606' lon='14.73047' />
+  <node id='-78192' lat='51.38367' lon='14.96899' />
+  <node id='-78235' lat='51.16249' lon='14.99311' />
+  <node id='-78269' lat='51.16874' lon='15.0047' />
+  <node id='-78297' lat='51.21285' lon='15.01242' />
+  <node id='-78339' lat='51.14284' lon='14.99079' />
+  <node id='-78374' lat='51.14365' lon='14.99646' />
+  <node id='-78389' lat='51.14974' lon='15.00083' />
+  <node id='-78406' lat='51.15813' lon='14.99414' />
+  <node id='-78426' lat='51.12205' lon='14.99689' />
+  <node id='-78456' lat='51.11354' lon='14.98229' />
+  <node id='-78477' lat='51.07742' lon='14.97938' />
+  <node id='-78523' lat='50.99744' lon='14.92942' />
+  <node id='-78553' lat='50.9422' lon='14.89681' />
+  <node id='-78572' lat='50.94999' lon='14.89252' />
+  <node id='-78598' lat='50.88148' lon='14.81664' />
+  <node id='-78652' lat='50.84096' lon='14.70661' />
+  <node id='-78678' lat='50.8883' lon='14.63434' />
+  <node id='-78726' lat='50.99306' lon='14.58215' />
+  <node id='-78752' lat='50.7251' lon='13.82942' />
+  <node id='-78781' lat='50.73487' lon='13.76316' />
+  <node id='-78805' lat='50.71771' lon='13.70204' />
+  <node id='-78871' lat='50.63133' lon='13.49742' />
+  <node id='-78891' lat='50.61243' lon='13.42189' />
+  <node id='-78914' lat='50.4734' lon='13.02038' />
+  <node id='-78956' lat='50.42016' lon='12.98433' />
+  <node id='-78974' lat='50.42268' lon='12.73044' />
+  <node id='-79006' lat='50.10213' lon='12.23709' />
+  <node id='-79023' lat='50.05719' lon='12.30798' />
+  <node id='-79047' lat='49.26259' lon='13.05883' />
+  <node id='-79094' lat='49.12303' lon='13.20405' />
+  <node id='-79223' lat='66.3862' lon='23.67591' />
+  <node id='-79259' lat='66.30603' lon='23.64982' />
+  <node id='-79278' lat='65.81427' lon='24.15107' />
+  <node id='-79318' lat='65.83466' lon='24.14798' />
+  <node id='-79378' lat='61.1233' lon='28.82816' />
+  <node id='-79443' lat='59.39962' lon='28.19061' />
+  <node id='-79477' lat='59.36491' lon='28.20537' />
+  <node id='-79509' lat='59.35791' lon='28.19284' />
+  <node id='-79546' lat='55.7172' lon='26.87448' />
+  <node id='-79562' lat='55.6754' lon='26.58248' />
+  <node id='-79589' lat='55.70375' lon='26.46661' />
+  <node id='-79615' lat='55.86813' lon='26.18509' />
+  <node id='-79633' lat='56.00188' lon='25.85893' />
+  <node id='-79654' lat='56.39305' lon='22.56441' />
+  <node id='-79720' lat='53.96663' lon='24.74279' />
+  <node id='-79762' lat='54.48704' lon='25.64813' />
+  <node id='-79779' lat='55.12536' lon='26.30628' />
+  <node id='-79860' lat='56.05444' lon='25.81773' />
+  <node id='-79896' lat='56.0013' lon='25.90047' />
+  <node id='-79916' lat='56.19147' lon='25.23099' />
+  <node id='-79937' lat='56.15707' lon='25.39751' />
+  <node id='-79954' lat='56.16663' lon='25.53621' />
+  <node id='-79986' lat='56.26742' lon='25.05762' />
+  <node id='-80004' lat='56.41565' lon='24.83686' />
+  <node id='-80024' lat='56.40483' lon='24.70022' />
+  <node id='-80038' lat='56.31525' lon='24.57353' />
+  <node id='-80055' lat='56.29125' lon='24.58143' />
+  <node id='-80106' lat='56.37689' lon='23.40486' />
+  <node id='-80127' lat='56.36795' lon='23.17312' />
+  <node id='-80159' lat='56.367' lon='22.83048' />
+  <node id='-80208' lat='56.4016' lon='22.3361' />
+  <node id='-80225' lat='56.41508' lon='22.00548' />
+  <node id='-80284' lat='56.33181' lon='21.74558' />
+  <node id='-80303' lat='56.29106' lon='21.49736' />
+  <node id='-80724' lat='54.92521' lon='22.76422' />
+  <node id='-80741' lat='54.64339' lon='22.74225' />
+  <node id='-80766' lat='54.63525' lon='22.7522' />
+  <node id='-80790' lat='54.45312' lon='22.70208' />
+  <node id='-80839' lat='54.31076' lon='23.15526' />
+  <node id='-80860' lat='54.29894' lon='23.15938' />
+  <node id='-80892' lat='54.21672' lon='23.39525' />
+  <node id='-80921' lat='54.3706' lon='20.63871' />
+  <node id='-80996' lat='48.87885' lon='17.73126' />
+  <node id='-81035' lat='49.74603' lon='18.62943' />
+  <node id='-81043' lat='49.75002' lon='18.62645' />
+  <node id='-81056' lat='49.75426' lon='18.61368' />
+  <node id='-81066' lat='49.7618' lon='18.61278' />
+  <node id='-81078' lat='49.9079' lon='18.54495' />
+  <node id='-81091' lat='49.93498' lon='18.41604' />
+  <node id='-81102' lat='49.92415' lon='18.33278' />
+  <node id='-81161' lat='50.28977' lon='17.67764' />
+  <node id='-81177' lat='50.39494' lon='17.1224' />
+  <node id='-81241' lat='50.41054' lon='16.22821' />
+  <node id='-81254' lat='50.40627' lon='16.21585' />
+  <node id='-81276' lat='51.02269' lon='15.06218' />
+  <node id='-81289' lat='51.0242' lon='15.02433' />
+  <node id='-81308' lat='53.22923' lon='23.85657' />
+  <node id='-81322' lat='52.44845' lon='23.34141' />
+  <node id='-81341' lat='51.18405' lon='23.80678' />
+  <node id='-81374' lat='50.44507' lon='24.03668' />
+  <node id='-81392' lat='49.69875' lon='22.83179' />
+  <node id='-81403' lat='49.69098' lon='22.80261' />
+  <node id='-81419' lat='49.65543' lon='22.78304' />
+  <node id='-81483' lat='49.35383' lon='20.77971' />
+  <node id='-81501' lat='49.30774' lon='20.98733' />
+  <node id='-81519' lat='49.3896' lon='20.39939' />
+  <node id='-81620' lat='47.8417' lon='22.76617' />
+  <node id='-81630' lat='47.87211' lon='22.77991' />
+  <node id='-81643' lat='47.76583' lon='22.46559' />
+  <node id='-81650' lat='46.7577' lon='21.48935' />
+  <node id='-81664' lat='46.72147' lon='21.5151' />
+  <node id='-81677' lat='46.44941' lon='21.28061' />
+  <node id='-81687' lat='46.4993' lon='21.26929' />
+  <node id='-81711' lat='45.47358' lon='28.18741' />
+  <node id='-81730' lat='45.92819' lon='28.13111' />
+  <node id='-81753' lat='47.28962' lon='27.68706' />
+  <node id='-81768' lat='47.59473' lon='27.3979' />
+  <node id='-81786' lat='47.64009' lon='27.32202' />
+  <node id='-81811' lat='48.09083' lon='27.02985' />
+  <node id='-81824' lat='48.1969' lon='26.94265' />
+  <node id='-81837' lat='48.12522' lon='27.04118' />
+  <node id='-81851' lat='48.13003' lon='26.96119' />
+  <node id='-81868' lat='48.15752' lon='26.98042' />
+  <node id='-81881' lat='48.19919' lon='26.87708' />
+  <node id='-81921' lat='47.91487' lon='24.11281' />
+  <node id='-81946' lat='47.95317' lon='24.06466' />
+  <node id='-81965' lat='47.95087' lon='24.02999' />
+  <node id='-81994' lat='47.968' lon='24.00801' />
+  <node id='-82012' lat='47.96076' lon='23.98553' />
+  <node id='-82045' lat='47.94868' lon='23.94192' />
+  <node id='-82062' lat='47.94512' lon='23.89352' />
+  <node id='-82079' lat='48.00499' lon='23.5653' />
+  <node id='-82089' lat='48.00293' lon='23.63894' />
+  <node id='-82176' lat='51.55938' lon='23.57053' />
+  <node id='-82237' lat='55.83592' lon='30.30987' />
+  <node id='-82247' lat='55.81066' lon='30.48257' />
+  <node id='-82260' lat='55.78982' lon='30.51346' />
+  <node id='-82276' lat='55.76568' lon='30.51037' />
+  <node id='-82292' lat='55.17134' lon='30.97369' />
+  <node id='-82309' lat='54.90062' lon='30.8264' />
+  <node id='-82332' lat='54.34067' lon='31.3177' />
+  <node id='-82358' lat='54.03653' lon='31.88744' />
+  <node id='-82369' lat='53.91801' lon='31.85019' />
+  <node id='-82389' lat='52.97854' lon='31.35667' />
+  <node id='-82405' lat='52.00699' lon='30.90897' />
+  <node id='-82417' lat='51.89739' lon='30.76443' />
+  <node id='-82430' lat='51.82806' lon='30.68804' />
+  <node id='-82494' lat='51.75777' lon='26.80043' />
+  <node id='-82512' lat='51.92587' lon='25.83217' />
+  <node id='-82527' lat='51.94556' lon='25.80574' />
+  <node id='-82546' lat='51.91973' lon='25.73673' />
+  <node id='-82559' lat='52.07626' lon='23.64066' />
+  <node id='-82573' lat='53.02079' lon='23.92184' />
+  <node id='-82597' lat='46.31803' lon='28.98478' />
+  <node id='-82614' lat='46.31495' lon='29.004' />
+  <node id='-82646' lat='46.46177' lon='29.01241' />
+  <node id='-82666' lat='46.49582' lon='29.02409' />
+  <node id='-82699' lat='46.82358' lon='29.98814' />
+  <node id='-82716' lat='46.80055' lon='29.94522' />
+  <node id='-82766' lat='48.13106' lon='28.69896' />
+  <node id='-82779' lat='48.15832' lon='28.43701' />
+  <node id='-82815' lat='48.1597' lon='28.30586' />
+  <node id='-82847' lat='48.1787' lon='28.34912' />
+  <node id='-82866' lat='48.23384' lon='28.32508' />
+  <node id='-82886' lat='48.23202' lon='28.2856' />
+  <node id='-82917' lat='48.32661' lon='28.04527' />
+  <node id='-82933' lat='48.36699' lon='27.88391' />
+  <node id='-82951' lat='48.4037' lon='27.87533' />
+  <node id='-82984' lat='48.41874' lon='27.81902' />
+  <node id='-82997' lat='48.44244' lon='27.79225' />
+  <node id='-83034' lat='52.20132' lon='34.05239' />
+  <node id='-83060' lat='51.63253' lon='34.17599' />
+  <node id='-83108' lat='50.92145' lon='35.39307' />
+  <node id='-83123' lat='50.80227' lon='35.41367' />
+  <node id='-83150' lat='50.43829' lon='35.8926' />
+  <node id='-83200' lat='50.28563' lon='36.58371' />
+  <node id='-83237' lat='50.2413' lon='36.56655' />
+  <node id='-83256' lat='50.24481' lon='37.62879' />
+  <node id='-83274' lat='49.76067' lon='39.44496' />
+  <node id='-83291' lat='49.38798' lon='40.1141' />
+  <node id='-83305' lat='49.37681' lon='40.14912' />
+  <node id='-83333' lat='48.98959' lon='39.71353' />
+  <node id='-83362' lat='48.9754' lon='39.72649' />
+  <node id='-83376' lat='48.7325' lon='39.73104' />
+  <node id='-83399' lat='48.68673' lon='39.71765' />
+  <node id='-83412' lat='48.58668' lon='39.79764' />
+  <node id='-83455' lat='48.44226' lon='39.88794' />
+  <node id='-83513' lat='48.29972' lon='39.95248' />
+  <node id='-83537' lat='48.29904' lon='39.9693' />
+  <node id='-83564' lat='48.31399' lon='39.97325' />
+  <node id='-85088' lat='34.4154' lon='79.05418' />
+  <node id='-85090' lat='34.48958' lon='79.83283' />
+  <node id='-85098' lat='35.45172' lon='80.45287' />
+  <node id='-85100' lat='35.24337' lon='81.66961' />
+  <node id='-85102' lat='35.34201' lon='82.01568' />
+  <node id='-85104' lat='35.7309' lon='82.45238' />
+  <node id='-85106' lat='35.62716' lon='82.966' />
+  <node id='-85108' lat='35.39688' lon='83.1253' />
+  <node id='-85110' lat='35.35881' lon='84.19784' />
+  <node id='-85112' lat='35.80333' lon='85.26489' />
+  <node id='-85114' lat='35.64055' lon='85.57662' />
+  <node id='-85116' lat='35.8679' lon='86.09298' />
+  <node id='-85118' lat='36.19995' lon='86.2619' />
+  <node id='-85120' lat='36.48755' lon='88.53332' />
+  <node id='-85122' lat='36.29077' lon='88.76438' />
+  <node id='-85124' lat='36.35716' lon='88.94119' />
+  <node id='-85126' lat='36.0935' lon='89.691' />
+  <node id='-85130' lat='36.01522' lon='89.40811' />
+  <node id='-85132' lat='35.91602' lon='89.42802' />
+  <node id='-85136' lat='35.859' lon='89.80224' />
+  <node id='-85146' lat='35.42207' lon='89.68482' />
+  <node id='-85150' lat='35.22991' lon='89.45274' />
+  <node id='-85154' lat='34.90113' lon='89.57908' />
+  <node id='-85156' lat='34.90395' lon='89.81941' />
+  <node id='-85160' lat='34.65862' lon='89.73358' />
+  <node id='-85166' lat='34.2277' lon='89.87708' />
+  <node id='-85168' lat='34.04583' lon='89.63882' />
+  <node id='-85172' lat='33.80083' lon='89.93751' />
+  <node id='-85174' lat='33.55913' lon='89.99656' />
+  <node id='-85182' lat='33.42857' lon='90.24993' />
+  <node id='-85184' lat='33.2605' lon='90.38177' />
+  <node id='-85186' lat='33.2651' lon='90.51567' />
+  <node id='-85188' lat='33.13985' lon='90.70175' />
+  <node id='-85196' lat='33.11339' lon='91.51405' />
+  <node id='-85200' lat='32.86113' lon='91.97891' />
+  <node id='-85204' lat='32.88766' lon='92.20275' />
+  <node id='-85206' lat='32.72144' lon='92.22335' />
+  <node id='-85208' lat='32.73646' lon='93.02398' />
+  <node id='-85214' lat='32.4947' lon='93.48953' />
+  <node id='-85216' lat='32.57343' lon='93.72161' />
+  <node id='-85218' lat='32.43561' lon='94.14733' />
+  <node id='-85220' lat='32.67001' lon='94.61254' />
+  <node id='-85222' lat='32.413' lon='94.91981' />
+  <node id='-85224' lat='32.3872' lon='95.22571' />
+  <node id='-85242' lat='31.74685' lon='95.51032' />
+  <node id='-85244' lat='31.77896' lon='95.61881' />
+  <node id='-85246' lat='31.75327' lon='95.7891' />
+  <node id='-85248' lat='31.69078' lon='96.14822' />
+  <node id='-85250' lat='31.53816' lon='96.20109' />
+  <node id='-85252' lat='31.55396' lon='96.25053' />
+  <node id='-85254' lat='31.76145' lon='96.21963' />
+  <node id='-85256' lat='31.82623' lon='96.13929' />
+  <node id='-85258' lat='31.9341' lon='96.24435' />
+  <node id='-85260' lat='31.95682' lon='96.33636' />
+  <node id='-85262' lat='31.85539' lon='96.37069' />
+  <node id='-85264' lat='31.7194' lon='96.5657' />
+  <node id='-85266' lat='31.7083' lon='96.8431' />
+  <node id='-85268' lat='32.02612' lon='96.725' />
+  <node id='-85270' lat='31.99351' lon='96.9564' />
+  <node id='-85272' lat='32.06628' lon='97.00309' />
+  <node id='-85274' lat='32.03049' lon='97.16583' />
+  <node id='-85276' lat='32.10962' lon='97.22557' />
+  <node id='-85278' lat='32.07501' lon='97.30865' />
+  <node id='-85284' lat='32.5306' lon='97.37663' />
+  <node id='-85286' lat='32.47704' lon='97.66399' />
+  <node id='-85288' lat='32.52886' lon='97.72544' />
+  <node id='-85290' lat='32.46748' lon='97.99255' />
+  <node id='-85292' lat='32.33936' lon='98.21639' />
+  <node id='-85294' lat='32.12619' lon='98.30497' />
+  <node id='-85298' lat='32.00458' lon='98.43475' />
+  <node id='-85302' lat='31.83089' lon='98.409' />
+  <node id='-85304' lat='31.67705' lon='98.56246' />
+  <node id='-85308' lat='31.50626' lon='98.71971' />
+  <node id='-85310' lat='31.42954' lon='98.84433' />
+  <node id='-85314' lat='31.37767' lon='98.88896' />
+  <node id='-85318' lat='31.24949' lon='98.77567' />
+  <node id='-85320' lat='31.33751' lon='98.69052' />
+  <node id='-85322' lat='31.33839' lon='98.63559' />
+  <node id='-85326' lat='31.18725' lon='98.60469' />
+  <node id='-85328' lat='31.11997' lon='98.71009' />
+  <node id='-85330' lat='31.03293' lon='98.75404' />
+  <node id='-85334' lat='30.98496' lon='98.80725' />
+  <node id='-85336' lat='30.92431' lon='98.78528' />
+  <node id='-85342' lat='30.74862' lon='98.95523' />
+  <node id='-85344' lat='30.68457' lon='98.90613' />
+  <node id='-85350' lat='30.15344' lon='98.99642' />
+  <node id='-85352' lat='30.07979' lon='99.0438' />
+  <node id='-85354' lat='29.93708' lon='99.05651' />
+  <node id='-85356' lat='29.8189' lon='99.01119' />
+  <node id='-85358' lat='29.66359' lon='98.98956' />
+  <node id='-85364' lat='29.45051' lon='99.06234' />
+  <node id='-85368' lat='29.30586' lon='99.05479' />
+  <node id='-85370' lat='29.22679' lon='99.11487' />
+  <node id='-85372' lat='29.18663' lon='98.96003' />
+  <node id='-85374' lat='29.03425' lon='99.0184' />
+  <node id='-85376' lat='28.98111' lon='98.92501' />
+  <node id='-85378' lat='28.88796' lon='98.91815' />
+  <node id='-85380' lat='28.87564' lon='98.97376' />
+  <node id='-85382' lat='28.82933' lon='98.97548' />
+  <node id='-85384' lat='28.80406' lon='98.83197' />
+  <node id='-85386' lat='29.01054' lon='98.78974' />
+  <node id='-85388' lat='28.9721' lon='98.62495' />
+  <node id='-85390' lat='28.8585' lon='98.65447' />
+  <node id='-85392' lat='28.79549' lon='98.66254' />
+  <node id='-85394' lat='28.73319' lon='98.68125' />
+  <node id='-85396' lat='28.69103' lon='98.63113' />
+  <node id='-85398' lat='28.68622' lon='98.5968' />
+  <node id='-85400' lat='28.49072' lon='98.63697' />
+  <node id='-85402' lat='28.33218' lon='98.75884' />
+  <node id='-85404' lat='28.21789' lon='98.69361' />
+  <node id='-85406' lat='28.1725' lon='98.60881' />
+  <node id='-85408' lat='28.10953' lon='98.39355' />
+  <node id='-85410' lat='28.26084' lon='98.36952' />
+  <node id='-85412' lat='28.39804' lon='98.28987' />
+  <node id='-85414' lat='28.35666' lon='98.20129' />
+  <node id='-85416' lat='28.24421' lon='98.26789' />
+  <node id='-85418' lat='28.21002' lon='98.16696' />
+  <node id='-85624' lat='36.08018' lon='89.95056' />
+  <node id='-85626' lat='36.2631' lon='90.01922' />
+  <node id='-85628' lat='36.02577' lon='90.86379' />
+  <node id='-85630' lat='36.10792' lon='91.10961' />
+  <node id='-85632' lat='36.54053' lon='91.02035' />
+  <node id='-85634' lat='36.59347' lon='90.7196' />
+  <node id='-85636' lat='36.93342' lon='90.84869' />
+  <node id='-85638' lat='37.02887' lon='91.31149' />
+  <node id='-85640' lat='37.48575' lon='91.06567' />
+  <node id='-85642' lat='37.74465' lon='90.5136' />
+  <node id='-85644' lat='38.31903' lon='90.52322' />
+  <node id='-85646' lat='38.22955' lon='90.31585' />
+  <node id='-85648' lat='38.33734' lon='90.14076' />
+  <node id='-85650' lat='38.39764' lon='90.18127' />
+  <node id='-85652' lat='38.49014' lon='90.09406' />
+  <node id='-85654' lat='38.49928' lon='90.44975' />
+  <node id='-85656' lat='39.03625' lon='92.40874' />
+  <node id='-85658' lat='40.58058' lon='92.92785' />
+  <node id='-85660' lat='40.66605' lon='93.76556' />
+  <node id='-85662' lat='41.53428' lon='94.80789' />
+  <node id='-85664' lat='41.7498' lon='95.19103' />
+  <node id='-85666' lat='41.54559' lon='95.35171' />
+  <node id='-85668' lat='41.97225' lon='96.18324' />
+  <node id='-85670' lat='42.38796' lon='96.04934' />
+  <node id='-86237' lat='53.03956' lon='121.82738' />
+  <node id='-86239' lat='52.57468' lon='121.20391' />
+  <node id='-86241' lat='52.27152' lon='121.87133' />
+  <node id='-86243' lat='52.50786' lon='122.19817' />
+  <node id='-86245' lat='52.20255' lon='122.7365' />
+  <node id='-86247' lat='51.31173' lon='122.96447' />
+  <node id='-86249' lat='51.304' lon='124.27871' />
+  <node id='-86251' lat='51.62824' lon='125.31005' />
+  <node id='-86253' lat='50.96621' lon='126.06674' />
+  <node id='-86255' lat='50.7408' lon='125.78521' />
+  <node id='-86257' lat='50.53263' lon='125.78933' />
+  <node id='-86259' lat='50.39626' lon='125.51467' />
+  <node id='-86261' lat='49.93442' lon='125.18989' />
+  <node id='-86263' lat='49.32691' lon='125.25649' />
+  <node id='-86265' lat='49.23777' lon='125.2153' />
+  <node id='-86267' lat='49.12377' lon='125.10681' />
+  <node id='-86269' lat='49.17945' lon='124.86099' />
+  <node id='-86271' lat='48.83037' lon='124.67834' />
+  <node id='-86273' lat='48.74894' lon='124.61036' />
+  <node id='-86275' lat='48.46928' lon='124.53552' />
+  <node id='-86277' lat='48.12485' lon='124.50118' />
+  <node id='-86279' lat='48.52933' lon='124.26086' />
+  <node id='-86281' lat='48.03493' lon='123.55361' />
+  <node id='-86283' lat='47.67648' lon='122.84637' />
+  <node id='-86285' lat='47.34626' lon='122.3973' />
+  <node id='-86287' lat='47.08041' lon='122.69393' />
+  <node id='-86289' lat='46.72385' lon='123.00842' />
+  <node id='-86291' lat='46.96291' lon='123.46778' />
+  <node id='-86293' lat='46.69042' lon='123.59275' />
+  <node id='-86295' lat='46.56877' lon='123.00498' />
+  <node id='-86297' lat='46.2283' lon='123.17046' />
+  <node id='-86299' lat='45.94064' lon='122.79418' />
+  <node id='-86301' lat='45.70474' lon='122.72003' />
+  <node id='-86303' lat='45.7771' lon='122.52433' />
+  <node id='-86305' lat='45.9139' lon='122.39868' />
+  <node id='-86307' lat='45.79434' lon='122.2586' />
+  <node id='-86309' lat='46.04083' lon='121.8727' />
+  <node id='-86311' lat='45.99505' lon='121.75735' />
+  <node id='-86313' lat='45.8728' lon='121.82121' />
+  <node id='-86315' lat='45.73877' lon='121.64337' />
+  <node id='-86317' lat='45.68267' lon='121.74568' />
+  <node id='-86319' lat='45.71097' lon='121.95098' />
+  <node id='-86321' lat='45.6366' lon='121.99836' />
+  <node id='-86323' lat='45.48324' lon='122.01965' />
+  <node id='-86325' lat='45.41484' lon='122.16522' />
+  <node id='-86327' lat='45.2971' lon='122.1453' />
+  <node id='-86329' lat='44.91327' lon='122.08213' />
+  <node id='-86331' lat='44.57237' lon='122.11715' />
+  <node id='-86333' lat='44.22256' lon='122.33001' />
+  <node id='-86335' lat='44.52294' lon='123.143' />
+  <node id='-86337' lat='44.34938' lon='123.1327' />
+  <node id='-86339' lat='44.15215' lon='123.37715' />
+  <node id='-86341' lat='44.06045' lon='123.3229' />
+  <node id='-86343' lat='43.64203' lon='123.53301' />
+  <node id='-86345' lat='43.48979' lon='123.32153' />
+  <node id='-86347' lat='43.3756' lon='123.68682' />
+  <node id='-86349' lat='42.99862' lon='123.55224' />
+  <node id='-86351' lat='42.98255' lon='123.24737' />
+  <node id='-86353' lat='42.73087' lon='122.80517' />
+  <node id='-86355' lat='42.8659' lon='122.41241' />
+  <node id='-86357' lat='42.67032' lon='121.92077' />
+  <node id='-86359' lat='42.53588' lon='121.86309' />
+  <node id='-86361' lat='42.43967' lon='121.66534' />
+  <node id='-86363' lat='42.51968' lon='121.56646' />
+  <node id='-86365' lat='42.43359' lon='121.28494' />
+  <node id='-86367' lat='42.27019' lon='121.03774' />
+  <node id='-86369' lat='42.16747' lon='120.5722' />
+  <node id='-86371' lat='41.98297' lon='120.40878' />
+  <node id='-86373' lat='41.84245' lon='120.18424' />
+  <node id='-86375' lat='41.68932' lon='120.09498' />
+  <node id='-86377' lat='41.71341' lon='120.02975' />
+  <node id='-86379' lat='41.81277' lon='120.03662' />
+  <node id='-86381' lat='42.21428' lon='119.83474' />
+  <node id='-86383' lat='42.29356' lon='119.54498' />
+  <node id='-86385' lat='42.39709' lon='119.50584' />
+  <node id='-86387' lat='42.25901' lon='119.27032' />
+  <node id='-86389' lat='42.19596' lon='119.23736' />
+  <node id='-86391' lat='42.12522' lon='119.29916' />
+  <node id='-86393' lat='42.08803' lon='119.3795' />
+  <node id='-86395' lat='41.78155' lon='119.28268' />
+  <node id='-86397' lat='41.62519' lon='119.32456' />
+  <node id='-86399' lat='41.58566' lon='119.39392' />
+  <node id='-86401' lat='41.43191' lon='119.36576' />
+  <node id='-86403' lat='41.32732' lon='119.29435' />
+  <node id='-86405' lat='41.29638' lon='119.1481' />
+  <node id='-86407' lat='41.3598' lon='118.79585' />
+  <node id='-86409' lat='41.31082' lon='118.38729' />
+  <node id='-86411' lat='41.62314' lon='118.20396' />
+  <node id='-86413' lat='41.76567' lon='118.11538' />
+  <node id='-86415' lat='41.85728' lon='118.34335' />
+  <node id='-86417' lat='42.08446' lon='118.26232' />
+  <node id='-86419' lat='42.02838' lon='118.18267' />
+  <node id='-86421' lat='42.25952' lon='117.98973' />
+  <node id='-86423' lat='42.39962' lon='118.01376' />
+  <node id='-86425' lat='42.61678' lon='117.7851' />
+  <node id='-86427' lat='42.59151' lon='117.44453' />
+  <node id='-86429' lat='42.46449' lon='117.39921' />
+  <node id='-86431' lat='42.45994' lon='117.00782' />
+  <node id='-86433' lat='42.37985' lon='116.88697' />
+  <node id='-86435' lat='42.18477' lon='116.90757' />
+  <node id='-86437' lat='42.19902' lon='116.78054' />
+  <node id='-86439' lat='42.00236' lon='116.86981' />
+  <node id='-86441' lat='41.93037' lon='116.70158' />
+  <node id='-86443' lat='41.99675' lon='116.30058' />
+  <node id='-86445' lat='41.84399' lon='116.10763' />
+  <node id='-86447' lat='41.77131' lon='116.06574' />
+  <node id='-86449' lat='41.93804' lon='115.91194' />
+  <node id='-86451' lat='41.93191' lon='115.81787' />
+  <node id='-86453' lat='41.67291' lon='115.31112' />
+  <node id='-86455' lat='41.59541' lon='115.33927' />
+  <node id='-86457' lat='41.59593' lon='114.8545' />
+  <node id='-86459' lat='41.85882' lon='114.93484' />
+  <node id='-86461' lat='42.14456' lon='114.84626' />
+  <node id='-86463' lat='42.11095' lon='114.50637' />
+  <node id='-86465' lat='41.9457' lon='114.43702' />
+  <node id='-86467' lat='41.69547' lon='114.23309' />
+  <node id='-86469' lat='41.50703' lon='114.21455' />
+  <node id='-86471' lat='41.52503' lon='114.01336' />
+  <node id='-86473' lat='41.41338' lon='113.85612' />
+  <node id='-86475' lat='41.19054' lon='113.99208' />
+  <node id='-86477' lat='41.08452' lon='113.83621' />
+  <node id='-86479' lat='40.85485' lon='114.06829' />
+  <node id='-86481' lat='40.79795' lon='114.05834' />
+  <node id='-86483' lat='40.74569' lon='114.1246' />
+  <node id='-86485' lat='40.67634' lon='114.0652' />
+  <node id='-86487' lat='40.54093' lon='114.07001' />
+  <node id='-86489' lat='40.50544' lon='113.93783' />
+  <node id='-86491' lat='40.44511' lon='113.85234' />
+  <node id='-86493' lat='40.4425' lon='113.6721' />
+  <node id='-86495' lat='40.3345' lon='113.53443' />
+  <node id='-86497' lat='40.31304' lon='113.31504' />
+  <node id='-86499' lat='40.41349' lon='113.24809' />
+  <node id='-86501' lat='40.32822' lon='112.88761' />
+  <node id='-86503' lat='40.20169' lon='112.84572' />
+  <node id='-86505' lat='40.1626' lon='112.73963' />
+  <node id='-86507' lat='40.23891' lon='112.61947' />
+  <node id='-86509' lat='40.29995' lon='112.45399' />
+  <node id='-86511' lat='40.25463' lon='112.30293' />
+  <node id='-86513' lat='39.97527' lon='112.10758' />
+  <node id='-86515' lat='39.78822' lon='111.97059' />
+  <node id='-86517' lat='39.61468' lon='111.91909' />
+  <node id='-86519' lat='39.59537' lon='111.72615' />
+  <node id='-86521' lat='39.62525' lon='111.67121' />
+  <node id='-86523' lat='39.65698' lon='111.53217' />
+  <node id='-86525' lat='39.64006' lon='111.43295' />
+  <node id='-86527' lat='39.50245' lon='111.4199' />
+  <node id='-86529' lat='39.47489' lon='111.36188' />
+  <node id='-86531' lat='39.42081' lon='111.33235' />
+  <node id='-86533' lat='39.42638' lon='111.21288' />
+  <node id='-86535' lat='39.4025' lon='111.12945' />
+  <node id='-86537' lat='39.36403' lon='111.11881' />
+  <node id='-86539' lat='39.35859' lon='111.09289' />
+  <node id='-86541' lat='39.43022' lon='111.04808' />
+  <node id='-86547' lat='39.58478' lon='111.15074' />
+  <node id='-86555' lat='39.50854' lon='110.88363' />
+  <node id='-86559' lat='39.26522' lon='110.68759' />
+  <node id='-86561' lat='39.27744' lon='110.59661' />
+  <node id='-86563' lat='39.3834' lon='110.52005' />
+  <node id='-86567' lat='39.38261' lon='110.43662' />
+  <node id='-86569' lat='39.30826' lon='110.38135' />
+  <node id='-86573' lat='39.4566' lon='110.23063' />
+  <node id='-86577' lat='39.42876' lon='110.10944' />
+  <node id='-86581' lat='39.28488' lon='110.20866' />
+  <node id='-86603' lat='39.14683' lon='109.89795' />
+  <node id='-86605' lat='39.05011' lon='109.70809' />
+  <node id='-86607' lat='38.80119' lon='109.55428' />
+  <node id='-86609' lat='38.35673' lon='108.9624' />
+  <node id='-86611' lat='38.17883' lon='108.93356' />
+  <node id='-86613' lat='38.03592' lon='109.18521' />
+  <node id='-86615' lat='38.01618' lon='109.02831' />
+  <node id='-86617' lat='37.9182' lon='108.93836' />
+  <node id='-86619' lat='38.0662' lon='108.83193' />
+  <node id='-86621' lat='37.68436' lon='108.78936' />
+  <node id='-86627' lat='37.66561' lon='108.01174' />
+  <node id='-86629' lat='37.79269' lon='107.96607' />
+  <node id='-86635' lat='38.16155' lon='107.1627' />
+  <node id='-86641' lat='38.31903' lon='106.47743' />
+  <node id='-86647' lat='38.94819' lon='106.95396' />
+  <node id='-86653' lat='39.37518' lon='106.78161' />
+  <node id='-86655' lat='39.36934' lon='106.59484' />
+  <node id='-86663' lat='39.15615' lon='106.13479' />
+  <node id='-86665' lat='38.62116' lon='105.85121' />
+  <node id='-86667' lat='38.34219' lon='105.8258' />
+  <node id='-86669' lat='37.94149' lon='105.80039' />
+  <node id='-86671' lat='37.79513' lon='105.76606' />
+  <node id='-86673' lat='37.63707' lon='105.10619' />
+  <node id='-86675' lat='37.5424' lon='104.99084' />
+  <node id='-86677' lat='37.4367' lon='104.29321' />
+  <node id='-86679' lat='37.65773' lon='103.83865' />
+  <node id='-86681' lat='37.88352' lon='103.39507' />
+  <node id='-86683' lat='38.08809' lon='103.36074' />
+  <node id='-86685' lat='38.15615' lon='103.54476' />
+  <node id='-86687' lat='39.12047' lon='104.18884' />
+  <node id='-86689' lat='39.46482' lon='103.9389' />
+  <node id='-86691' lat='39.10981' lon='102.96798' />
+  <node id='-86693' lat='39.23757' lon='102.45712' />
+  <node id='-86695' lat='39.06931' lon='101.8872' />
+  <node id='-86697' lat='38.64154' lon='101.7279' />
+  <node id='-86699' lat='39.18224' lon='100.84075' />
+  <node id='-86701' lat='39.98659' lon='99.70229' />
+  <node id='-86703' lat='40.67439' lon='100.28045' />
+  <node id='-86705' lat='40.97575' lon='99.76958' />
+  <node id='-86707' lat='40.56806' lon='98.3139' />
+  <node id='-86867' lat='32.55781' lon='97.66296' />
+  <node id='-86873' lat='32.62332' lon='97.54417' />
+  <node id='-86875' lat='32.64241' lon='97.5325' />
+  <node id='-86877' lat='32.65556' lon='97.48168' />
+  <node id='-86879' lat='32.7122' lon='97.4271' />
+  <node id='-86881' lat='32.80718' lon='97.37766' />
+  <node id='-86883' lat='32.86978' lon='97.37834' />
+  <node id='-86885' lat='32.9038' lon='97.33989' />
+  <node id='-86887' lat='32.9813' lon='97.4319' />
+  <node id='-86889' lat='32.99167' lon='97.53078' />
+  <node id='-86891' lat='33.11512' lon='97.49061' />
+  <node id='-86893' lat='33.166' lon='97.4858' />
+  <node id='-86895' lat='33.25964' lon='97.59841' />
+  <node id='-86897' lat='33.33769' lon='97.62348' />
+  <node id='-86899' lat='33.40536' lon='97.7584' />
+  <node id='-86903' lat='33.63062' lon='97.40409' />
+  <node id='-86905' lat='33.89492' lon='97.39517' />
+  <node id='-86907' lat='33.93538' lon='97.65266' />
+  <node id='-86909' lat='34.12431' lon='97.66158' />
+  <node id='-86913' lat='34.09816' lon='98.41689' />
+  <node id='-86915' lat='33.85217' lon='98.42651' />
+  <node id='-86917' lat='33.43717' lon='98.73962' />
+  <node id='-86919' lat='33.14675' lon='98.85497' />
+  <node id='-86921' lat='32.90092' lon='99.36035' />
+  <node id='-86923' lat='32.72375' lon='99.73388' />
+  <node id='-86925' lat='33.04781' lon='99.8822' />
+  <node id='-86929' lat='32.65671' lon='100.49554' />
+  <node id='-86931' lat='32.5714' lon='100.54687' />
+  <node id='-86933' lat='32.52481' lon='100.66463' />
+  <node id='-86935' lat='32.67492' lon='100.71819' />
+  <node id='-86937' lat='32.60756' lon='100.94032' />
+  <node id='-86939' lat='32.63619' lon='101.1185' />
+  <node id='-86941' lat='32.76071' lon='101.22665' />
+  <node id='-86943' lat='33.22835' lon='101.1621' />
+  <node id='-86947' lat='33.09844' lon='101.64001' />
+  <node id='-86949' lat='33.46925' lon='101.76223' />
+  <node id='-86951' lat='33.51506' lon='101.61254' />
+  <node id='-86953' lat='33.67349' lon='101.58782' />
+  <node id='-86959' lat='33.65463' lon='101.17034' />
+  <node id='-86961' lat='33.79455' lon='101.19232' />
+  <node id='-86965' lat='34.17545' lon='100.7611' />
+  <node id='-86969' lat='34.37404' lon='100.94581' />
+  <node id='-86973' lat='34.06233' lon='101.76841' />
+  <node id='-86977' lat='34.36441' lon='102.25318' />
+  <node id='-86979' lat='34.51221' lon='102.15499' />
+  <node id='-86981' lat='34.70436' lon='101.72996' />
+  <node id='-86985' lat='35.18503' lon='102.40218' />
+  <node id='-86987' lat='35.34369' lon='102.3191' />
+  <node id='-86991' lat='35.58808' lon='102.50381' />
+  <node id='-86993' lat='35.49533' lon='102.75169' />
+  <node id='-86995' lat='35.5758' lon='102.80456' />
+  <node id='-86997' lat='35.86011' lon='102.70568' />
+  <node id='-87001' lat='35.83507' lon='102.9467' />
+  <node id='-87007' lat='36.03299' lon='102.97004' />
+  <node id='-87011' lat='36.25562' lon='103.02394' />
+  <node id='-87013' lat='36.30073' lon='102.92026' />
+  <node id='-87015' lat='36.33338' lon='102.88936' />
+  <node id='-87017' lat='36.33531' lon='102.83168' />
+  <node id='-87019' lat='36.37098' lon='102.82859' />
+  <node id='-87021' lat='36.60009' lon='102.71598' />
+  <node id='-87023' lat='36.71081' lon='102.59651' />
+  <node id='-87025' lat='36.76886' lon='102.72319' />
+  <node id='-87033' lat='36.97238' lon='102.47325' />
+  <node id='-87037' lat='37.10447' lon='102.64594' />
+  <node id='-87043' lat='37.73108' lon='101.9878' />
+  <node id='-87051' lat='37.7916' lon='101.3578' />
+  <node id='-87055' lat='38.01293' lon='100.97019' />
+  <node id='-87059' lat='38.16749' lon='100.93105' />
+  <node id='-87069' lat='38.45735' lon='100.09815' />
+  <node id='-87071' lat='38.2112' lon='100.17677' />
+  <node id='-87077' lat='39.08743' lon='98.74923' />
+  <node id='-87079' lat='39.03358' lon='98.28643' />
+  <node id='-87081' lat='38.88515' lon='98.24867' />
+  <node id='-87083' lat='38.78513' lon='98.08937' />
+  <node id='-87085' lat='39.16733' lon='97.3368' />
+  <node id='-87087' lat='39.20884' lon='96.97769' />
+  <node id='-87171' lat='38.9108' lon='96.9358' />
+  <node id='-87175' lat='38.6284' lon='97.05459' />
+  <node id='-87179' lat='38.48665' lon='96.66595' />
+  <node id='-87185' lat='38.22901' lon='96.65702' />
+  <node id='-87187' lat='38.15669' lon='96.29859' />
+  <node id='-87189' lat='38.36857' lon='95.65658' />
+  <node id='-87191' lat='38.30502' lon='95.24459' />
+  <node id='-87193' lat='38.43638' lon='94.99053' />
+  <node id='-87195' lat='38.35781' lon='94.5346' />
+  <node id='-87197' lat='38.76265' lon='94.35607' />
+  <node id='-87199' lat='38.9092' lon='93.42086' />
+  <node id='-87201' lat='39.17372' lon='93.11599' />
+  <node id='-87344' lat='23.31766' lon='105.59509' />
+  <node id='-87346' lat='23.53314' lon='105.8773' />
+  <node id='-87348' lat='23.4519' lon='106.00089' />
+  <node id='-87350' lat='23.5772' lon='106.14097' />
+  <node id='-87352' lat='23.90592' lon='106.15608' />
+  <node id='-87354' lat='24.12858' lon='106.00364' />
+  <node id='-87356' lat='24.03831' lon='105.64796' />
+  <node id='-87358' lat='24.13798' lon='105.57174' />
+  <node id='-87360' lat='24.01949' lon='105.49552' />
+  <node id='-87362' lat='24.14988' lon='105.16868' />
+  <node id='-87364' lat='24.34209' lon='105.19615' />
+  <node id='-87366' lat='24.43839' lon='105.0238' />
+  <node id='-87368' lat='24.43777' lon='104.71481' />
+  <node id='-87370' lat='24.31018' lon='104.70588' />
+  <node id='-87372' lat='24.44527' lon='104.56718' />
+  <node id='-87374' lat='24.65044' lon='104.4659' />
+  <node id='-87376' lat='24.73498' lon='104.52804' />
+  <node id='-87378' lat='24.62017' lon='104.73884' />
+  <node id='-87380' lat='24.79982' lon='105.02792' />
+  <node id='-87382' lat='24.94186' lon='105.10345' />
+  <node id='-87384' lat='24.9985' lon='105.21606' />
+  <node id='-87386' lat='24.91135' lon='105.4502' />
+  <node id='-87388' lat='24.80917' lon='105.49621' />
+  <node id='-87390' lat='24.70254' lon='105.8052' />
+  <node id='-87392' lat='24.72936' lon='105.93875' />
+  <node id='-87394' lat='24.63079' lon='106.016' />
+  <node id='-87396' lat='24.78954' lon='106.1856' />
+  <node id='-87398' lat='24.87491' lon='106.19522' />
+  <node id='-87400' lat='24.95618' lon='106.13994' />
+  <node id='-87402' lat='25.02121' lon='106.43726' />
+  <node id='-87404' lat='25.13533' lon='106.63913' />
+  <node id='-87406' lat='25.16734' lon='106.63621' />
+  <node id='-87408' lat='25.18148' lon='106.69595' />
+  <node id='-87410' lat='25.18723' lon='106.89216' />
+  <node id='-87412' lat='25.25214' lon='106.91757' />
+  <node id='-87414' lat='25.245' lon='106.99722' />
+  <node id='-87416' lat='25.44203' lon='106.96083' />
+  <node id='-87418' lat='25.56226' lon='107.07206' />
+  <node id='-87420' lat='25.57682' lon='107.23171' />
+  <node id='-87422' lat='25.39428' lon='107.35153' />
+  <node id='-87424' lat='25.28909' lon='107.43118' />
+  <node id='-87426' lat='25.30414' lon='107.48233' />
+  <node id='-87428' lat='25.21736' lon='107.46568' />
+  <node id='-87430' lat='25.2641' lon='107.6061' />
+  <node id='-87432' lat='25.32106' lon='107.6497' />
+  <node id='-87434' lat='25.19282' lon='107.69313' />
+  <node id='-87436' lat='25.24314' lon='107.75218' />
+  <node id='-87438' lat='25.11979' lon='107.77622' />
+  <node id='-87440' lat='25.21363' lon='108.11096' />
+  <node id='-87442' lat='25.45319' lon='108.18923' />
+  <node id='-87444' lat='25.535' lon='108.34648' />
+  <node id='-87446' lat='25.30306' lon='108.61976' />
+  <node id='-87448' lat='25.49348' lon='108.60671' />
+  <node id='-87450' lat='25.64709' lon='108.73237' />
+  <node id='-87452' lat='25.53067' lon='108.80721' />
+  <node id='-87454' lat='25.53376' lon='109.07501' />
+  <node id='-87456' lat='25.72877' lon='109.06745' />
+  <node id='-87458' lat='25.68299' lon='108.88275' />
+  <node id='-87460' lat='25.79865' lon='109.03312' />
+  <node id='-87462' lat='25.7665' lon='109.19929' />
+  <node id='-87464' lat='25.71702' lon='109.26521' />
+  <node id='-87466' lat='26.03334' lon='109.47669' />
+  <node id='-87468' lat='26.00001' lon='109.72663' />
+  <node id='-87470' lat='25.88517' lon='109.68749' />
+  <node id='-87472' lat='25.88023' lon='109.82276' />
+  <node id='-87474' lat='26.04259' lon='109.81109' />
+  <node id='-87476' lat='26.19241' lon='109.97486' />
+  <node id='-87478' lat='26.01914' lon='110.09811' />
+  <node id='-87480' lat='25.96915' lon='110.31028' />
+  <node id='-87482' lat='26.33465' lon='110.61172' />
+  <node id='-87484' lat='26.25277' lon='110.75317' />
+  <node id='-87486' lat='26.26694' lon='110.9262' />
+  <node id='-87488' lat='26.3851' lon='110.96328' />
+  <node id='-87490' lat='26.31188' lon='111.09306' />
+  <node id='-87492' lat='26.24662' lon='111.29287' />
+  <node id='-87494' lat='25.94693' lon='111.19125' />
+  <node id='-87496' lat='25.85922' lon='111.25579' />
+  <node id='-87498' lat='25.88208' lon='111.48239' />
+  <node id='-87500' lat='25.73001' lon='111.37596' />
+  <node id='-87502' lat='25.70155' lon='111.30042' />
+  <node id='-87504' lat='25.47613' lon='111.31347' />
+  <node id='-87506' lat='25.10922' lon='110.97015' />
+  <node id='-87508' lat='24.9157' lon='110.98525' />
+  <node id='-87510' lat='25.14528' lon='111.28326' />
+  <node id='-87512' lat='25.02526' lon='111.46179' />
+  <node id='-87514' lat='24.6832' lon='111.42745' />
+  <node id='-87516' lat='24.63952' lon='111.52633' />
+  <node id='-87518' lat='24.78486' lon='111.68666' />
+  <node id='-87520' lat='24.77987' lon='112.04166' />
+  <node id='-87707' lat='24.69506' lon='111.93145' />
+  <node id='-87709' lat='24.35522' lon='112.05711' />
+  <node id='-87711' lat='24.10978' lon='111.87171' />
+  <node id='-87713' lat='23.97339' lon='111.92596' />
+  <node id='-87715' lat='23.8133' lon='111.79515' />
+  <node id='-87717' lat='23.83308' lon='111.65645' />
+  <node id='-87719' lat='23.64641' lon='111.63276' />
+  <node id='-87721' lat='23.62313' lon='111.47724' />
+  <node id='-87727' lat='23.19654' lon='111.34094' />
+  <node id='-87731' lat='23.03013' lon='111.42711' />
+  <node id='-87733' lat='22.96123' lon='111.35158' />
+  <node id='-87845' lat='22.85086' lon='111.31965' />
+  <node id='-87847' lat='22.63682' lon='110.99452' />
+  <node id='-87849' lat='22.56931' lon='110.74424' />
+  <node id='-87851' lat='22.46307' lon='110.73738' />
+  <node id='-87853' lat='22.47576' lon='110.67626' />
+  <node id='-87855' lat='22.27353' lon='110.78475' />
+  <node id='-87857' lat='22.23349' lon='110.64193' />
+  <node id='-87859' lat='22.17659' lon='110.67317' />
+  <node id='-87861' lat='22.15274' lon='110.62442' />
+  <node id='-87863' lat='22.19567' lon='110.34702' />
+  <node id='-87865' lat='21.93476' lon='110.36556' />
+  <node id='-87867' lat='21.91199' lon='110.39234' />
+  <node id='-87869' lat='21.89096' lon='110.3841' />
+  <node id='-87871' lat='21.89351' lon='110.32127' />
+  <node id='-87873' lat='21.91756' lon='110.28573' />
+  <node id='-87875' lat='21.88332' lon='110.24642' />
+  <node id='-87877' lat='21.90148' lon='110.19458' />
+  <node id='-87883' lat='21.87185' lon='109.98481' />
+  <node id='-87885' lat='21.84397' lon='109.94585' />
+  <node id='-87887' lat='21.71198' lon='109.92216' />
+  <node id='-87889' lat='21.65008' lon='109.8904' />
+  <node id='-87891' lat='21.67178' lon='109.76371' />
+  <node id='-87893' lat='21.6054' lon='109.73968' />
+  <node id='-87895' lat='21.47351' lon='109.78912' />
+  <node id='-88316' lat='24.89889' lon='104.60151' />
+  <node id='-88318' lat='25.00348' lon='104.71206' />
+  <node id='-88320' lat='25.19096' lon='104.72545' />
+  <node id='-88322' lat='25.172' lon='104.83119' />
+  <node id='-88324' lat='25.28195' lon='104.78622' />
+  <node id='-88326' lat='25.2745' lon='104.66022' />
+  <node id='-88328' lat='25.52695' lon='104.52152' />
+  <node id='-88330' lat='25.47861' lon='104.44633' />
+  <node id='-88332' lat='25.65947' lon='104.309' />
+  <node id='-88334' lat='26.02007' lon='104.47002' />
+  <node id='-88336' lat='26.31926' lon='104.59258' />
+  <node id='-88338' lat='26.3691' lon='104.68666' />
+  <node id='-88340' lat='26.59405' lon='104.56031' />
+  <node id='-88342' lat='26.58422' lon='104.47963' />
+  <node id='-88344' lat='26.73028' lon='104.40925' />
+  <node id='-88346' lat='26.62444' lon='104.34162' />
+  <node id='-88348' lat='26.67323' lon='104.15279' />
+  <node id='-88350' lat='26.51389' lon='104.00104' />
+  <node id='-88352' lat='26.53417' lon='103.8153' />
+  <node id='-88354' lat='26.83173' lon='103.7051' />
+  <node id='-88356' lat='26.949' lon='103.78063' />
+  <node id='-88358' lat='27.06248' lon='103.68621' />
+  <node id='-88360' lat='27.00591' lon='103.61377' />
+  <node id='-88362' lat='27.11872' lon='103.62716' />
+  <node id='-88364' lat='27.27202' lon='103.83865' />
+  <node id='-88366' lat='27.45375' lon='103.94165' />
+  <node id='-88368' lat='27.2708' lon='104.18334' />
+  <node id='-88370' lat='27.47233' lon='104.37217' />
+  <node id='-88372' lat='27.40712' lon='104.50984' />
+  <node id='-88374' lat='27.30528' lon='104.6046' />
+  <node id='-88376' lat='27.34523' lon='104.85145' />
+  <node id='-88378' lat='27.28362' lon='104.86312' />
+  <node id='-88380' lat='27.42114' lon='105.08079' />
+  <node id='-88382' lat='27.37603' lon='105.21057' />
+  <node id='-88384' lat='27.71088' lon='105.31219' />
+  <node id='-88386' lat='27.90584' lon='105.23254' />
+  <node id='-88388' lat='28.07258' lon='105.17074' />
+  <node id='-88390' lat='28.09742' lon='105.03616' />
+  <node id='-88392' lat='27.90766' lon='104.87205' />
+  <node id='-88394' lat='27.85' lon='104.56409' />
+  <node id='-88396' lat='28.05834' lon='104.28909' />
+  <node id='-88398' lat='28.11801' lon='104.44805' />
+  <node id='-88402' lat='28.34366' lon='104.35432' />
+  <node id='-88406' lat='28.30679' lon='104.30076' />
+  <node id='-88408' lat='28.54532' lon='104.23725' />
+  <node id='-88410' lat='28.61556' lon='104.46659' />
+  <node id='-88412' lat='28.65293' lon='104.36977' />
+  <node id='-88414' lat='28.61014' lon='104.08241' />
+  <node id='-88416' lat='28.62672' lon='103.89015' />
+  <node id='-88418' lat='28.68004' lon='103.85616' />
+  <node id='-88422' lat='28.51757' lon='103.78749' />
+  <node id='-88424' lat='28.38807' lon='103.85959' />
+  <node id='-88426' lat='28.30256' lon='103.87367' />
+  <node id='-88428' lat='28.23453' lon='103.76552' />
+  <node id='-88430' lat='28.19974' lon='103.70304' />
+  <node id='-88432' lat='28.26719' lon='103.63574' />
+  <node id='-88434' lat='28.04077' lon='103.40434' />
+  <node id='-88438' lat='27.97135' lon='103.57601' />
+  <node id='-88442' lat='27.39676' lon='103.09295' />
+  <node id='-88444' lat='27.41078' lon='102.93777' />
+  <node id='-88446' lat='27.25585' lon='102.88352' />
+  <node id='-88448' lat='27.13248' lon='102.91992' />
+  <node id='-88450' lat='26.90308' lon='102.90412' />
+  <node id='-88454' lat='26.53079' lon='103.05725' />
+  <node id='-88456' lat='26.34019' lon='102.957' />
+  <node id='-88458' lat='26.29095' lon='102.38708' />
+  <node id='-88460' lat='26.07652' lon='102.10075' />
+  <node id='-88462' lat='26.05061' lon='101.81167' />
+  <node id='-88464' lat='26.16653' lon='101.79725' />
+  <node id='-88468' lat='26.60571' lon='101.37908' />
+  <node id='-88470' lat='26.60387' lon='101.46629' />
+  <node id='-88472' lat='26.88778' lon='101.37428' />
+  <node id='-88474' lat='27.0316' lon='101.15867' />
+  <node id='-88476' lat='27.83907' lon='100.71166' />
+  <node id='-88478' lat='27.72608' lon='100.33607' />
+  <node id='-88480' lat='28.21063' lon='100.00785' />
+  <node id='-88482' lat='28.56582' lon='99.96116' />
+  <node id='-88484' lat='28.82362' lon='99.66384' />
+  <node id='-88486' lat='28.51033' lon='99.38713' />
+  <node id='-88488' lat='28.16463' lon='99.39742' />
+  <node id='-88490' lat='28.43488' lon='99.15504' />
+  <node id='-89332' lat='33.58773' lon='101.94625' />
+  <node id='-89334' lat='33.10937' lon='101.81579' />
+  <node id='-89336' lat='33.47211' lon='102.46879' />
+  <node id='-89338' lat='33.98379' lon='102.14332' />
+  <node id='-89340' lat='33.97753' lon='102.3912' />
+  <node id='-89342' lat='34.09929' lon='102.45849' />
+  <node id='-89344' lat='34.07541' lon='102.66792' />
+  <node id='-89346' lat='34.33266' lon='102.89039' />
+  <node id='-89348' lat='34.07484' lon='103.17672' />
+  <node id='-89350' lat='33.7974' lon='103.16162' />
+  <node id='-89352' lat='33.66606' lon='103.77891' />
+  <node id='-89354' lat='33.68435' lon='104.10026' />
+  <node id='-89356' lat='33.35978' lon='104.28634' />
+  <node id='-89358' lat='33.32938' lon='104.45526' />
+  <node id='-89360' lat='33.1979' lon='104.33921' />
+  <node id='-89362' lat='33.00636' lon='104.4326' />
+  <node id='-89364' lat='32.79189' lon='104.40238' />
+  <node id='-89366' lat='32.60004' lon='105.11032' />
+  <node id='-89368' lat='32.72433' lon='105.39321' />
+  <node id='-89370' lat='32.94875' lon='105.43647' />
+  <node id='-89372' lat='32.70526' lon='105.62461' />
+  <node id='-89374' lat='32.86805' lon='106.04484' />
+  <node id='-89376' lat='32.72144' lon='106.11007' />
+  <node id='-89378' lat='32.6307' lon='106.43073' />
+  <node id='-89380' lat='32.71855' lon='106.85851' />
+  <node id='-89382' lat='32.67174' lon='107.1009' />
+  <node id='-89384' lat='32.48543' lon='107.1215' />
+  <node id='-89386' lat='32.40779' lon='107.25677' />
+  <node id='-89388' lat='32.55433' lon='107.42362' />
+  <node id='-89390' lat='32.13782' lon='107.97569' />
+  <node id='-89392' lat='32.28365' lon='108.25309' />
+  <node id='-89394' lat='32.20641' lon='108.50234' />
+  <node id='-89396' lat='31.92885' lon='108.27369' />
+  <node id='-89398' lat='31.67559' lon='108.54011' />
+  <node id='-89400' lat='31.24803' lon='108.02032' />
+  <node id='-89402' lat='31.18049' lon='108.07182' />
+  <node id='-89404' lat='30.92578' lon='107.92282' />
+  <node id='-89406' lat='30.91076' lon='107.99114' />
+  <node id='-89408' lat='30.79405' lon='107.84866' />
+  <node id='-89410' lat='30.876' lon='107.69657' />
+  <node id='-89412' lat='30.81233' lon='107.63683' />
+  <node id='-89414' lat='30.84476' lon='107.48508' />
+  <node id='-89416' lat='30.7318' lon='107.42637' />
+  <node id='-89418' lat='30.63732' lon='107.50431' />
+  <node id='-89420' lat='30.18727' lon='107.19291' />
+  <node id='-89422' lat='30.04532' lon='107.03155' />
+  <node id='-89424' lat='30.08484' lon='106.96941' />
+  <node id='-89426' lat='30.01738' lon='106.76582' />
+  <node id='-89428' lat='30.32843' lon='106.54643' />
+  <node id='-89430' lat='30.18134' lon='106.21067' />
+  <node id='-89432' lat='30.30413' lon='106.16397' />
+  <node id='-89434' lat='30.44393' lon='105.79627' />
+  <node id='-89436' lat='30.26618' lon='105.68778' />
+  <node id='-89438' lat='30.26381' lon='105.61431' />
+  <node id='-89440' lat='30.11216' lon='105.59062' />
+  <node id='-89442' lat='30.01619' lon='105.75302' />
+  <node id='-89444' lat='29.83796' lon='105.70667' />
+  <node id='-89446' lat='29.83707' lon='105.60127' />
+  <node id='-89448' lat='29.67612' lon='105.45707' />
+  <node id='-89450' lat='29.58122' lon='105.29193' />
+  <node id='-89452' lat='29.42285' lon='105.37261' />
+  <node id='-89454' lat='29.40131' lon='105.44128' />
+  <node id='-89456' lat='29.31783' lon='105.43888' />
+  <node id='-89458' lat='29.24357' lon='105.65036' />
+  <node id='-89460' lat='29.30047' lon='105.7101' />
+  <node id='-89462' lat='29.01894' lon='105.74958' />
+  <node id='-89464' lat='28.9054' lon='105.90408' />
+  <node id='-89466' lat='28.97811' lon='106.0033' />
+  <node id='-89468' lat='28.83715' lon='106.26113' />
+  <node id='-89470' lat='28.52662' lon='106.36756' />
+  <node id='-89472' lat='28.7496' lon='105.96588' />
+  <node id='-89474' lat='28.602' lon='105.88142' />
+  <node id='-89476' lat='28.57547' lon='105.68778' />
+  <node id='-89478' lat='28.43488' lon='105.61981' />
+  <node id='-89480' lat='28.308' lon='105.65895' />
+  <node id='-89482' lat='28.23785' lon='105.8876' />
+  <node id='-89484' lat='28.1277' lon='105.9233' />
+  <node id='-89486' lat='28.16948' lon='106.13857' />
+  <node id='-89488' lat='28.13497' lon='106.20826' />
+  <node id='-89490' lat='27.83907' lon='106.35864' />
+  <node id='-89492' lat='27.72973' lon='105.92262' />
+  <node id='-89494' lat='27.69751' lon='105.60676' />
+  <node id='-90091' lat='36.95208' lon='105.18997' />
+  <node id='-90093' lat='36.0996' lon='105.51544' />
+  <node id='-90095' lat='35.99911' lon='105.32592' />
+  <node id='-90097' lat='35.72756' lon='105.48454' />
+  <node id='-90099' lat='35.48639' lon='106.05857' />
+  <node id='-90101' lat='35.23889' lon='106.36344' />
+  <node id='-90103' lat='35.35993' lon='106.4994' />
+  <node id='-90105' lat='35.69466' lon='106.44241' />
+  <node id='-90107' lat='35.76824' lon='106.921' />
+  <node id='-90109' lat='36.12456' lon='106.9313' />
+  <node id='-90111' lat='36.30848' lon='106.49047' />
+  <node id='-90113' lat='37.19751' lon='106.66076' />
+  <node id='-90115' lat='37.0979' lon='107.30346' />
+  <node id='-90119' lat='37.87999' lon='107.66139' />
+  <node id='-90143' lat='36.90378' lon='107.34878' />
+  <node id='-90145' lat='36.41023' lon='108.6589' />
+  <node id='-90147' lat='35.95021' lon='108.64654' />
+  <node id='-90149' lat='35.31176' lon='108.58886' />
+  <node id='-90151' lat='35.26524' lon='107.84248' />
+  <node id='-90153' lat='35.30896' lon='107.7079' />
+  <node id='-90155' lat='34.97487' lon='107.8466' />
+  <node id='-90157' lat='34.9062' lon='107.18604' />
+  <node id='-90159' lat='35.02887' lon='107.05833' />
+  <node id='-90161' lat='35.09238' lon='106.76788' />
+  <node id='-90163' lat='35.05754' lon='106.48635' />
+  <node id='-90165' lat='34.74443' lon='106.5612' />
+  <node id='-90167' lat='34.55972' lon='106.33186' />
+  <node id='-90169' lat='34.51532' lon='106.3322' />
+  <node id='-90171' lat='34.52183' lon='106.47399' />
+  <node id='-90173' lat='34.44797' lon='106.6175' />
+  <node id='-90175' lat='34.38651' lon='106.64188' />
+  <node id='-90177' lat='34.37092' lon='106.71295' />
+  <node id='-90179' lat='33.89777' lon='106.41357' />
+  <node id='-90181' lat='33.57' lon='106.58523' />
+  <node id='-90183' lat='33.50246' lon='106.51519' />
+  <node id='-90185' lat='33.61347' lon='106.36688' />
+  <node id='-90187' lat='33.61061' lon='105.95764' />
+  <node id='-90189' lat='33.36322' lon='105.72624' />
+  <node id='-90191' lat='33.15652' lon='105.96244' />
+  <node id='-90193' lat='32.93896' lon='105.85945' />
+  <node id='-90195' lat='32.89406' lon='105.47878' />
+  <node id='-90234' lat='37.47921' lon='107.2705' />
+  <node id='-90294' lat='46.28812' lon='123.90655' />
+  <node id='-90296' lat='45.61692' lon='124.13452' />
+  <node id='-90298' lat='45.41002' lon='124.55612' />
+  <node id='-90300' lat='45.50346' lon='125.68771' />
+  <node id='-90302' lat='45.12296' lon='126.00768' />
+  <node id='-90304' lat='45.23621' lon='126.65313' />
+  <node id='-90306' lat='44.93369' lon='127.08846' />
+  <node id='-90308' lat='44.59242' lon='127.03765' />
+  <node id='-90310' lat='44.55525' lon='127.53753' />
+  <node id='-90312' lat='44.03429' lon='127.71331' />
+  <node id='-90314' lat='44.50825' lon='128.43429' />
+  <node id='-90316' lat='43.50374' lon='128.88198' />
+  <node id='-90318' lat='44.06193' lon='129.94903' />
+  <node id='-90320' lat='43.8048' lon='130.07537' />
+  <node id='-90322' lat='44.03824' lon='130.38574' />
+  <node id='-90324' lat='43.63905' lon='130.44616' />
+  <node id='-90450' lat='43.49627' lon='123.79806' />
+  <node id='-90452' lat='43.2412' lon='124.14619' />
+  <node id='-90454' lat='43.21268' lon='124.28077' />
+  <node id='-90456' lat='43.14608' lon='124.28832' />
+  <node id='-90458' lat='43.06738' lon='124.41261' />
+  <node id='-90460' lat='42.88854' lon='124.35836' />
+  <node id='-90462' lat='42.81907' lon='124.45793' />
+  <node id='-90464' lat='43.17563' lon='124.85961' />
+  <node id='-90466' lat='42.79086' lon='124.84863' />
+  <node id='-90468' lat='42.77574' lon='124.97909' />
+  <node id='-90470' lat='42.29813' lon='125.18096' />
+  <node id='-90472' lat='42.31387' lon='125.25443' />
+  <node id='-90474' lat='42.09159' lon='125.41854' />
+  <node id='-90476' lat='41.9554' lon='125.28671' />
+  <node id='-90478' lat='41.67034' lon='125.32241' />
+  <node id='-90480' lat='41.67393' lon='125.44738' />
+  <node id='-90482' lat='41.53222' lon='125.49167' />
+  <node id='-90484' lat='41.39767' lon='125.54283' />
+  <node id='-90486' lat='41.39174' lon='125.57544' />
+  <node id='-90488' lat='41.33325' lon='125.63449' />
+  <node id='-90490' lat='41.26877' lon='125.63724' />
+  <node id='-90492' lat='41.23005' lon='125.75225' />
+  <node id='-90494' lat='41.16185' lon='125.78487' />
+  <node id='-90496' lat='40.95086' lon='125.63552' />
+  <node id='-90498' lat='40.89327' lon='125.56892' />
+  <node id='-90500' lat='40.91403' lon='125.66574' />
+  <node id='-90502' lat='40.85223' lon='125.71172' />
+  <node id='-90624' lat='38.45359' lon='120.97044' />
+  <node id='-90626' lat='40.11431' lon='119.73586' />
+  <node id='-90628' lat='40.36799' lon='119.58137' />
+  <node id='-90630' lat='40.54876' lon='119.55253' />
+  <node id='-90632' lat='40.53154' lon='119.26277' />
+  <node id='-90634' lat='40.67647' lon='119.12406' />
+  <node id='-90636' lat='40.75297' lon='118.90296' />
+  <node id='-90638' lat='40.9576' lon='118.88992' />
+  <node id='-90640' lat='40.97523' lon='119.01695' />
+  <node id='-90642' lat='41.06382' lon='118.92631' />
+  <node id='-90644' lat='41.08608' lon='119.07325' />
+  <node id='-90646' lat='41.27264' lon='119.24972' />
+  <node id='-90648' lat='41.3149' lon='119.23562' />
+  <node id='-90757' lat='8.44758' lon='77.22358' />
+  <node id='-90759' lat='8.50734' lon='77.20024' />
+  <node id='-90761' lat='8.52296' lon='77.27954' />
+  <node id='-90763' lat='8.7385' lon='77.17655' />
+  <node id='-90765' lat='8.843' lon='77.26135' />
+  <node id='-90767' lat='9.01496' lon='77.15045' />
+  <node id='-90769' lat='9.51543' lon='77.42065' />
+  <node id='-90771' lat='9.61632' lon='77.16865' />
+  <node id='-90773' lat='9.80447' lon='77.24693' />
+  <node id='-90775' lat='10.02971' lon='77.25997' />
+  <node id='-90777' lat='10.11759' lon='77.20298' />
+  <node id='-90779' lat='10.13382' lon='77.27645' />
+  <node id='-90781' lat='10.36423' lon='77.21465' />
+  <node id='-90783' lat='10.221' lon='76.96403' />
+  <node id='-90785' lat='10.3237' lon='76.82327' />
+  <node id='-90787' lat='10.63159' lon='76.80679' />
+  <node id='-90789' lat='10.63226' lon='76.87236' />
+  <node id='-90791' lat='10.68051' lon='76.85691' />
+  <node id='-90793' lat='10.77327' lon='76.8988' />
+  <node id='-90795' lat='10.81138' lon='76.84112' />
+  <node id='-90797' lat='10.86163' lon='76.81777' />
+  <node id='-90799' lat='10.924' lon='76.6492' />
+  <node id='-90801' lat='11.20736' lon='76.7237' />
+  <node id='-90803' lat='11.19456' lon='76.43531' />
+  <node id='-90805' lat='11.35079' lon='76.53934' />
+  <node id='-90807' lat='11.51871' lon='76.23344' />
+  <node id='-90809' lat='11.58699' lon='76.23722' />
+  <node id='-90811' lat='11.59136' lon='76.37145' />
+  <node id='-90813' lat='11.66568' lon='76.42948' />
+  <node id='-90815' lat='11.87608' lon='76.18949' />
+  <node id='-90817' lat='11.85105' lon='76.11757' />
+  <node id='-90819' lat='11.97887' lon='76.11259' />
+  <node id='-90821' lat='11.93185' lon='76.00307' />
+  <node id='-90823' lat='11.95502' lon='75.86059' />
+  <node id='-90825' lat='12.08296' lon='75.78987' />
+  <node id='-90827' lat='12.20279' lon='75.54302' />
+  <node id='-90829' lat='12.29103' lon='75.49392' />
+  <node id='-90831' lat='12.31249' lon='75.43109' />
+  <node id='-90833' lat='12.45602' lon='75.37067' />
+  <node id='-90835' lat='12.47144' lon='75.43659' />
+  <node id='-90837' lat='12.50161' lon='75.39882' />
+  <node id='-90839' lat='12.46105' lon='75.34698' />
+  <node id='-90841' lat='12.5502' lon='75.27214' />
+  <node id='-90843' lat='12.57534' lon='75.33393' />
+  <node id='-90845' lat='12.61856' lon='75.28106' />
+  <node id='-90847' lat='12.56662' lon='75.23471' />
+  <node id='-90849' lat='12.6132' lon='75.19798' />
+  <node id='-90851' lat='12.63648' lon='75.14579' />
+  <node id='-90853' lat='12.67969' lon='75.16124' />
+  <node id='-90855' lat='12.67752' lon='75.11438' />
+  <node id='-90857' lat='12.70029' lon='75.08777' />
+  <node id='-90859' lat='12.66228' lon='75.06872' />
+  <node id='-90861' lat='12.67484' lon='75.04108' />
+  <node id='-90863' lat='12.71804' lon='75.0531' />
+  <node id='-90869' lat='12.73998' lon='74.98323' />
+  <node id='-90871' lat='12.79137' lon='75.01327' />
+  <node id='-90873' lat='12.76057' lon='74.86049' />
+  <node id='-90875' lat='12.69394' lon='74.66307' />
+  <node id='-90878' lat='7.82138' lon='76.72283' />
+  <node id='-90924' lat='11.69123' lon='76.539' />
+  <node id='-90926' lat='11.60717' lon='76.61281' />
+  <node id='-90928' lat='11.59506' lon='76.85623' />
+  <node id='-90930' lat='11.66938' lon='76.84249' />
+  <node id='-90932' lat='11.79308' lon='76.91013' />
+  <node id='-90934' lat='11.77628' lon='76.97193' />
+  <node id='-90936' lat='11.81291' lon='76.98772' />
+  <node id='-90938' lat='11.71863' lon='77.12059' />
+  <node id='-90940' lat='11.81241' lon='77.25465' />
+  <node id='-90942' lat='11.76199' lon='77.42906' />
+  <node id='-90944' lat='11.84887' lon='77.46665' />
+  <node id='-90946' lat='11.9426' lon='77.49704' />
+  <node id='-90948' lat='11.94898' lon='77.67917' />
+  <node id='-90950' lat='12.05409' lon='77.72724' />
+  <node id='-90952' lat='12.112' lon='77.77925' />
+  <node id='-90954' lat='12.17963' lon='77.725' />
+  <node id='-90956' lat='12.20681' lon='77.45738' />
+  <node id='-90958' lat='12.2766' lon='77.48931' />
+  <node id='-90960' lat='12.36649' lon='77.61806' />
+  <node id='-90962' lat='12.49088' lon='77.63523' />
+  <node id='-90964' lat='12.51803' lon='77.58853' />
+  <node id='-90966' lat='12.66579' lon='77.60089' />
+  <node id='-90968' lat='12.68363' lon='77.67514' />
+  <node id='-90970' lat='12.65625' lon='77.67943' />
+  <node id='-90972' lat='12.66395' lon='77.71265' />
+  <node id='-90974' lat='12.6817' lon='77.71196' />
+  <node id='-90976' lat='12.67065' lon='77.74114' />
+  <node id='-90978' lat='12.69962' lon='77.73994' />
+  <node id='-90980' lat='12.6956' lon='77.76329' />
+  <node id='-90982' lat='12.72273' lon='77.77582' />
+  <node id='-90984' lat='12.72658' lon='77.76277' />
+  <node id='-90986' lat='12.73663' lon='77.7662' />
+  <node id='-90988' lat='12.74768' lon='77.79384' />
+  <node id='-90990' lat='12.76928' lon='77.78062' />
+  <node id='-90994' lat='12.82987' lon='77.81032' />
+  <node id='-90996' lat='12.84092' lon='77.79247' />
+  <node id='-90998' lat='12.86151' lon='77.83281' />
+  <node id='-91002' lat='12.88192' lon='77.93683' />
+  <node id='-91008' lat='12.82828' lon='77.91975' />
+  <node id='-91010' lat='12.8354' lon='77.94782' />
+  <node id='-91012' lat='12.85966' lon='77.95349' />
+  <node id='-91014' lat='12.83105' lon='77.97005' />
+  <node id='-91018' lat='12.80359' lon='78.00215' />
+  <node id='-91020' lat='12.85406' lon='78.03322' />
+  <node id='-91022' lat='12.83146' lon='78.08678' />
+  <node id='-91054' lat='12.76861' lon='78.12309' />
+  <node id='-91056' lat='12.76526' lon='78.23295' />
+  <node id='-91058' lat='12.86469' lon='78.26076' />
+  <node id='-91060' lat='12.85966' lon='78.315' />
+  <node id='-91062' lat='12.93965' lon='78.35706' />
+  <node id='-91064' lat='12.90652' lon='78.39054' />
+  <node id='-91066' lat='12.86971' lon='78.46813' />
+  <node id='-91068' lat='12.90334' lon='78.46744' />
+  <node id='-91070' lat='12.92743' lon='78.43809' />
+  <node id='-91072' lat='12.94517' lon='78.40908' />
+  <node id='-91074' lat='12.98699' lon='78.47637' />
+  <node id='-91082' lat='13.18061' lon='78.57181' />
+  <node id='-91084' lat='13.31512' lon='78.57439' />
+  <node id='-91090' lat='13.3634' lon='78.36547' />
+  <node id='-91092' lat='13.40581' lon='78.38058' />
+  <node id='-91094' lat='13.50748' lon='78.37818' />
+  <node id='-91096' lat='13.59343' lon='78.40461' />
+  <node id='-91098' lat='13.58592' lon='78.19879' />
+  <node id='-91100' lat='13.64348' lon='78.19965' />
+  <node id='-91102' lat='13.65716' lon='78.11622' />
+  <node id='-91104' lat='13.76456' lon='78.11485' />
+  <node id='-91106' lat='13.86208' lon='78.12635' />
+  <node id='-91108' lat='13.88791' lon='78.06146' />
+  <node id='-91110' lat='13.9344' lon='77.9516' />
+  <node id='-91112' lat='13.93523' lon='77.81839' />
+  <node id='-91114' lat='13.86158' lon='77.83229' />
+  <node id='-91116' lat='13.7889' lon='77.72209' />
+  <node id='-91118' lat='13.74021' lon='77.71934' />
+  <node id='-91120' lat='13.78773' lon='77.6711' />
+  <node id='-91122' lat='13.72721' lon='77.56227' />
+  <node id='-91124' lat='13.75839' lon='77.5245' />
+  <node id='-91126' lat='13.69585' lon='77.52983' />
+  <node id='-91128' lat='13.71303' lon='77.49206' />
+  <node id='-91130' lat='13.67751' lon='77.48022' />
+  <node id='-91132' lat='13.70236' lon='77.45326' />
+  <node id='-91134' lat='13.76289' lon='77.47369' />
+  <node id='-91136' lat='13.81057' lon='77.45206' />
+  <node id='-91138' lat='13.84541' lon='77.41945' />
+  <node id='-91140' lat='13.85341' lon='77.26221' />
+  <node id='-91142' lat='13.90824' lon='77.23766' />
+  <node id='-91144' lat='13.9034' lon='77.16556' />
+  <node id='-91146' lat='13.84891' lon='77.1302' />
+  <node id='-91148' lat='13.76189' lon='77.18393' />
+  <node id='-91150' lat='13.76739' lon='77.05278' />
+  <node id='-91152' lat='13.78256' lon='77.03081' />
+  <node id='-91154' lat='13.72837' lon='77.00265' />
+  <node id='-91156' lat='13.82941' lon='76.97862' />
+  <node id='-91158' lat='13.9214' lon='77.05141' />
+  <node id='-91160' lat='14.0002' lon='76.98772' />
+  <node id='-91162' lat='14.01719' lon='76.93948' />
+  <node id='-91164' lat='14.05233' lon='76.94463' />
+  <node id='-91166' lat='14.08596' lon='76.98326' />
+  <node id='-91168' lat='14.14156' lon='76.88112' />
+  <node id='-91170' lat='14.19233' lon='76.95339' />
+  <node id='-91172' lat='14.16736' lon='77.02651' />
+  <node id='-91174' lat='14.05432' lon='77.0284' />
+  <node id='-91176' lat='14.03684' lon='77.13415' />
+  <node id='-91178' lat='13.99187' lon='77.15234' />
+  <node id='-91180' lat='14.03084' lon='77.31954' />
+  <node id='-91182' lat='13.9339' lon='77.35765' />
+  <node id='-91184' lat='13.88791' lon='77.41172' />
+  <node id='-91186' lat='13.94772' lon='77.45017' />
+  <node id='-91188' lat='13.98237' lon='77.43215' />
+  <node id='-91190' lat='14.03967' lon='77.33791' />
+  <node id='-91192' lat='14.12026' lon='77.40949' />
+  <node id='-91196' lat='14.17419' lon='77.38924' />
+  <node id='-91198' lat='14.15754' lon='77.51472' />
+  <node id='-91200' lat='14.29332' lon='77.48502' />
+  <node id='-91202' lat='14.34954' lon='77.3628' />
+  <node id='-91206' lat='14.19998' lon='77.4282' />
+  <node id='-91208' lat='14.21113' lon='77.3767' />
+  <node id='-91212' lat='14.33241' lon='77.27045' />
+  <node id='-91214' lat='14.33923' lon='77.13466' />
+  <node id='-91216' lat='14.191' lon='77.0866' />
+  <node id='-91218' lat='14.24774' lon='77.04952' />
+  <node id='-91220' lat='14.24624' lon='76.93862' />
+  <node id='-91222' lat='14.3966' lon='76.89125' />
+  <node id='-91226' lat='14.48288' lon='76.98205' />
+  <node id='-91228' lat='14.53257' lon='76.80335' />
+  <node id='-91230' lat='14.67925' lon='76.76628' />
+  <node id='-91232' lat='14.8401' lon='76.86309' />
+  <node id='-91234' lat='14.97082' lon='76.86996' />
+  <node id='-91236' lat='14.98442' lon='76.76336' />
+  <node id='-91240' lat='15.09681' lon='76.80044' />
+  <node id='-91242' lat='15.00945' lon='76.98308' />
+  <node id='-91244' lat='15.02985' lon='77.1132' />
+  <node id='-91246' lat='15.17619' lon='77.17037' />
+  <node id='-91250' lat='15.29279' lon='77.16281' />
+  <node id='-91252' lat='15.37292' lon='77.04145' />
+  <node id='-91254' lat='15.43614' lon='77.03201' />
+  <node id='-91256' lat='15.50992' lon='76.97227' />
+  <node id='-91264' lat='15.71625' lon='77.09278' />
+  <node id='-91266' lat='15.856' lon='77.03613' />
+  <node id='-91268' lat='15.94036' lon='77.11818' />
+  <node id='-91270' lat='15.96132' lon='77.27113' />
+  <node id='-91272' lat='15.94548' lon='77.44039' />
+  <node id='-91274' lat='15.92864' lon='77.51197' />
+  <node id='-91280' lat='16.26906' lon='77.49893' />
+  <node id='-91282' lat='16.29657' lon='77.60364' />
+  <node id='-91284' lat='16.34336' lon='77.59523' />
+  <node id='-91286' lat='16.38223' lon='77.48451' />
+  <node id='-91288' lat='16.40595' lon='77.28847' />
+  <node id='-91290' lat='16.47658' lon='77.2344' />
+  <node id='-91292' lat='16.48942' lon='77.32366' />
+  <node id='-91294' lat='16.48481' lon='77.37636' />
+  <node id='-91298' lat='16.587' lon='77.47198' />
+  <node id='-91304' lat='16.71216' lon='77.47095' />
+  <node id='-91306' lat='16.72252' lon='77.427' />
+  <node id='-91308' lat='16.78712' lon='77.44279' />
+  <node id='-91310' lat='16.77956' lon='77.47489' />
+  <node id='-91312' lat='16.92068' lon='77.45532' />
+  <node id='-91314' lat='17.01657' lon='77.50099' />
+  <node id='-91316' lat='17.11454' lon='77.46356' />
+  <node id='-91318' lat='17.15883' lon='77.36623' />
+  <node id='-91322' lat='17.28607' lon='77.46202' />
+  <node id='-91324' lat='17.3721' lon='77.45155' />
+  <node id='-91326' lat='17.35178' lon='77.52244' />
+  <node id='-91328' lat='17.44007' lon='77.53583' />
+  <node id='-91330' lat='17.44335' lon='77.62716' />
+  <node id='-91334' lat='17.52751' lon='77.67608' />
+  <node id='-91336' lat='17.57693' lon='77.52571' />
+  <node id='-91338' lat='17.57693' lon='77.44005' />
+  <node id='-91340' lat='17.70568' lon='77.45841' />
+  <node id='-91342' lat='17.74378' lon='77.57823' />
+  <node id='-91344' lat='17.79298' lon='77.50837' />
+  <node id='-91346' lat='17.9686' lon='77.66166' />
+  <node id='-91350' lat='18.04925' lon='77.56296' />
+  <node id='-91352' lat='18.10033' lon='77.61377' />
+  <node id='-91358' lat='18.5522' lon='77.60965' />
+  <node id='-91360' lat='18.55204' lon='77.73994' />
+  <node id='-91362' lat='18.68267' lon='77.74251' />
+  <node id='-91364' lat='18.81905' lon='77.85684' />
+  <node id='-91366' lat='18.82604' lon='77.94353' />
+  <node id='-91368' lat='19.02577' lon='77.74251' />
+  <node id='-91370' lat='19.18359' lon='77.84379' />
+  <node id='-91372' lat='19.3207' lon='77.86422' />
+  <node id='-91374' lat='19.30158' lon='78.00653' />
+  <node id='-91376' lat='19.22898' lon='78.14695' />
+  <node id='-91378' lat='19.42903' lon='78.19141' />
+  <node id='-91380' lat='19.46885' lon='78.3011' />
+  <node id='-91382' lat='19.69544' lon='78.26694' />
+  <node id='-91384' lat='19.75604' lon='78.35861' />
+  <node id='-91386' lat='19.90476' lon='78.27449' />
+  <node id='-91396' lat='19.75749' lon='78.82793' />
+  <node id='-91398' lat='19.65778' lon='78.84613' />
+  <node id='-91400' lat='19.66037' lon='78.95839' />
+  <node id='-91402' lat='19.54943' lon='78.94432' />
+  <node id='-91404' lat='19.46044' lon='79.19048' />
+  <node id='-91406' lat='19.61219' lon='79.23408' />
+  <node id='-91408' lat='19.49928' lon='79.47578' />
+  <node id='-91416' lat='19.57887' lon='79.63165' />
+  <node id='-91418' lat='19.60054' lon='79.804' />
+  <node id='-91420' lat='19.5009' lon='79.86991' />
+  <node id='-91422' lat='19.47792' lon='79.93858' />
+  <node id='-91424' lat='19.35358' lon='79.97051' />
+  <node id='-91432' lat='18.86145' lon='79.96261' />
+  <node id='-91434' lat='18.82474' lon='79.9094' />
+  <node id='-91436' lat='18.6869' lon='80.11196' />
+  <node id='-91438' lat='18.72104' lon='80.27503' />
+  <node id='-91440' lat='18.28849' lon='77.56785' />
+  <node id='-91445' lat='18.31183' lon='77.5082' />
+  <node id='-91447' lat='18.26847' lon='77.49343' />
+  <node id='-91449' lat='18.31118' lon='77.42752' />
+  <node id='-91451' lat='18.30857' lon='77.35988' />
+  <node id='-91453' lat='18.39427' lon='77.41653' />
+  <node id='-91455' lat='18.40095' lon='77.37138' />
+  <node id='-91457' lat='18.45225' lon='77.36108' />
+  <node id='-91459' lat='18.41838' lon='77.324' />
+  <node id='-91461' lat='18.44053' lon='77.30718' />
+  <node id='-91463' lat='18.40714' lon='77.24899' />
+  <node id='-91473' lat='18.2785' lon='77.20822' />
+  <node id='-91475' lat='18.28453' lon='77.17234' />
+  <node id='-91477' lat='18.19869' lon='77.11741' />
+  <node id='-91481' lat='18.15775' lon='77.11758' />
+  <node id='-91483' lat='18.15955' lon='77.05355' />
+  <node id='-91485' lat='18.18189' lon='77.03733' />
+  <node id='-91487' lat='18.16053' lon='77.00351' />
+  <node id='-91489' lat='18.19355' lon='76.98205' />
+  <node id='-91491' lat='18.12431' lon='76.91871' />
+  <node id='-91493' lat='18.09592' lon='76.9666' />
+  <node id='-91495' lat='18.08042' lon='76.94532' />
+  <node id='-91497' lat='18.03848' lon='76.94978' />
+  <node id='-91499' lat='18.03489' lon='76.91596' />
+  <node id='-91501' lat='17.96779' lon='76.91305' />
+  <node id='-91503' lat='17.91291' lon='76.92043' />
+  <node id='-91505' lat='17.89413' lon='76.88129' />
+  <node id='-91509' lat='17.90001' lon='76.76868' />
+  <node id='-91511' lat='17.88269' lon='76.7383' />
+  <node id='-91513' lat='17.82289' lon='76.79134' />
+  <node id='-91519' lat='17.72792' lon='76.69898' />
+  <node id='-91525' lat='17.68082' lon='76.6892' />
+  <node id='-91527' lat='17.77631' lon='76.61178' />
+  <node id='-91529' lat='17.70061' lon='76.57402' />
+  <node id='-91531' lat='17.76928' lon='76.56423' />
+  <node id='-91533' lat='17.75833' lon='76.52166' />
+  <node id='-91535' lat='17.71925' lon='76.5172' />
+  <node id='-91537' lat='17.71206' lon='76.48424' />
+  <node id='-91539' lat='17.60426' lon='76.40201' />
+  <node id='-91541' lat='17.57939' lon='76.32974' />
+  <node id='-91543' lat='17.49468' lon='76.34674' />
+  <node id='-91547' lat='17.4558' lon='76.33043' />
+  <node id='-91549' lat='17.42943' lon='76.37128' />
+  <node id='-91551' lat='17.37259' lon='76.37592' />
+  <node id='-91553' lat='17.3526' lon='76.40596' />
+  <node id='-91555' lat='17.30885' lon='76.36545' />
+  <node id='-91557' lat='17.33998' lon='76.31429' />
+  <node id='-91559' lat='17.32917' lon='76.27326' />
+  <node id='-91561' lat='17.37652' lon='76.24031' />
+  <node id='-91563' lat='17.34654' lon='76.17439' />
+  <node id='-91565' lat='17.30459' lon='76.18606' />
+  <node id='-91567' lat='17.37242' lon='76.11928' />
+  <node id='-91569' lat='17.33081' lon='76.07276' />
+  <node id='-91571' lat='17.36178' lon='76.05525' />
+  <node id='-91575' lat='17.32835' lon='75.92428' />
+  <node id='-91577' lat='17.36816' lon='75.892' />
+  <node id='-91579' lat='17.42517' lon='75.82609' />
+  <node id='-91581' lat='17.40994' lon='75.69425' />
+  <node id='-91585' lat='17.49346' lon='75.63846' />
+  <node id='-91587' lat='17.34883' lon='75.58439' />
+  <node id='-91589' lat='16.95303' lon='75.68206' />
+  <node id='-91591' lat='16.95697' lon='75.27969' />
+  <node id='-91593' lat='16.83214' lon='75.20553' />
+  <node id='-91595' lat='16.95566' lon='75.07713' />
+  <node id='-91597' lat='16.93793' lon='74.92744' />
+  <node id='-91599' lat='16.77101' lon='74.90341' />
+  <node id='-91601' lat='16.7138' lon='74.69398' />
+  <node id='-91603' lat='16.57762' lon='74.6284' />
+  <node id='-91605' lat='16.65888' lon='74.4691' />
+  <node id='-91607' lat='16.53748' lon='74.37057' />
+  <node id='-91609' lat='16.51904' lon='74.26483' />
+  <node id='-91611' lat='16.37746' lon='74.35958' />
+  <node id='-91613' lat='16.31816' lon='74.32662' />
+  <node id='-91615' lat='16.22489' lon='74.50241' />
+  <node id='-91617' lat='16.09694' lon='74.48249' />
+  <node id='-91619' lat='16.10255' lon='74.41486' />
+  <node id='-91621' lat='16.03822' lon='74.36576' />
+  <node id='-91623' lat='16.04746' lon='74.46292' />
+  <node id='-91625' lat='15.85171' lon='74.33967' />
+  <node id='-91627' lat='15.76417' lon='74.34345' />
+  <node id='-91629' lat='15.77903' lon='74.20165' />
+  <node id='-91631' lat='15.65411' lon='74.11617' />
+  <node id='-91633' lat='15.64551' lon='74.25659' />
+  <node id='-91635' lat='15.49206' lon='74.24903' />
+  <node id='-91637' lat='15.28352' lon='74.33486' />
+  <node id='-91639' lat='15.25371' lon='74.25075' />
+  <node id='-91641' lat='15.1805' lon='74.31838' />
+  <node id='-91643' lat='15.09996' lon='74.2741' />
+  <node id='-91645' lat='15.02869' lon='74.29195' />
+  <node id='-91647' lat='14.92819' lon='74.20543' />
+  <node id='-91649' lat='14.94976' lon='74.16217' />
+  <node id='-91651' lat='14.75496' lon='73.87481' />
+  <node id='-91692' lat='15.60253' lon='74.01592' />
+  <node id='-91694' lat='15.62799' lon='73.97472' />
+  <node id='-91696' lat='15.74236' lon='73.94691' />
+  <node id='-91704' lat='15.74401' lon='73.80477' />
+  <node id='-91708' lat='15.72484' lon='73.68598' />
+  <node id='-91710' lat='15.61245' lon='73.34747' />
+  <node id='-91725' lat='18.59158' lon='80.34782' />
+  <node id='-91727' lat='18.62802' lon='80.51055' />
+  <node id='-91731' lat='17.77615' lon='81.05026' />
+  <node id='-91733' lat='17.81014' lon='81.39221' />
+  <node id='-91735' lat='17.88596' lon='81.77398' />
+  <node id='-91737' lat='17.3585' lon='81.40594' />
+  <node id='-91741' lat='17.20081' lon='80.91499' />
+  <node id='-91743' lat='17.02494' lon='80.83671' />
+  <node id='-91745' lat='17.06794' lon='80.68771' />
+  <node id='-91747' lat='17.13226' lon='80.61733' />
+  <node id='-91749' lat='17.1083' lon='80.50369' />
+  <node id='-91751' lat='17.01772' lon='80.4467' />
+  <node id='-91753' lat='17.08139' lon='80.38867' />
+  <node id='-91755' lat='16.96683' lon='80.36189' />
+  <node id='-91757' lat='16.91855' lon='80.57544' />
+  <node id='-91759' lat='16.772' lon='80.58711' />
+  <node id='-91761' lat='16.7881' lon='80.45871' />
+  <node id='-91763' lat='16.81702' lon='80.45391' />
+  <node id='-91765' lat='16.85613' lon='80.40138' />
+  <node id='-91771' lat='16.87387' lon='80.31864' />
+  <node id='-91773' lat='17.0082' lon='80.26027' />
+  <node id='-91775' lat='17.04628' lon='80.18199' />
+  <node id='-91777' lat='16.96256' lon='80.04432' />
+  <node id='-91779' lat='16.8604' lon='79.99248' />
+  <node id='-91781' lat='16.81242' lon='80.0735' />
+  <node id='-91783' lat='16.71249' lon='80.02544' />
+  <node id='-91785' lat='16.62731' lon='79.94476' />
+  <node id='-91793' lat='16.72137' lon='79.79507' />
+  <node id='-91799' lat='16.57302' lon='79.31304' />
+  <node id='-91801' lat='16.48251' lon='79.21485' />
+  <node id='-91803' lat='16.21665' lon='79.21623' />
+  <node id='-91813' lat='16.04581' lon='78.68408' />
+  <node id='-91815' lat='16.08012' lon='78.41766' />
+  <node id='-91819' lat='15.82892' lon='78.12' />
+  <node id='-91821' lat='15.90421' lon='78.03108' />
+  <node id='-91823' lat='15.88869' lon='77.65754' />
+  <node id='-91878' lat='18.06622' lon='82.04383' />
+  <node id='-91880' lat='17.98199' lon='82.25532' />
+  <node id='-91882' lat='18.14193' lon='82.35351' />
+  <node id='-91884' lat='18.49198' lon='82.42835' />
+  <node id='-91886' lat='18.23522' lon='82.63366' />
+  <node id='-91888' lat='18.43727' lon='82.82592' />
+  <node id='-91890' lat='18.33692' lon='82.96737' />
+  <node id='-91892' lat='18.54081' lon='83.08822' />
+  <node id='-91894' lat='18.77176' lon='83.11019' />
+  <node id='-91896' lat='18.83481' lon='83.37936' />
+  <node id='-91898' lat='19.01084' lon='83.33816' />
+  <node id='-91900' lat='19.12311' lon='83.65058' />
+  <node id='-91902' lat='18.80296' lon='83.88748' />
+  <node id='-91904' lat='18.79581' lon='84.03991' />
+  <node id='-91906' lat='18.74478' lon='84.08128' />
+  <node id='-91908' lat='18.78883' lon='84.2284' />
+  <node id='-91910' lat='18.78411' lon='84.31594' />
+  <node id='-91912' lat='19.04394' lon='84.50408' />
+  <node id='-91914' lat='19.02317' lon='84.59369' />
+  <node id='-91916' lat='19.06925' lon='84.65961' />
+  <node id='-91918' lat='19.11662' lon='84.59335' />
+  <node id='-91920' lat='19.15068' lon='84.70287' />
+  <node id='-91922' lat='19.07055' lon='84.76158' />
+  <node id='-91924' lat='18.86211' lon='85.11932' />
+  <node id='-91926' lat='13.46443' lon='80.67259' />
+  <node id='-91928' lat='13.44372' lon='80.32104' />
+  <node id='-91930' lat='13.37626' lon='80.29632' />
+  <node id='-91932' lat='13.48512' lon='80.2153' />
+  <node id='-91934' lat='13.52718' lon='80.02784' />
+  <node id='-91936' lat='13.33884' lon='79.92484' />
+  <node id='-91938' lat='13.21254' lon='79.77996' />
+  <node id='-91940' lat='13.30944' lon='79.53414' />
+  <node id='-91942' lat='13.30711' lon='79.36832' />
+  <node id='-91944' lat='13.142' lon='79.40025' />
+  <node id='-91946' lat='13.13063' lon='79.2152' />
+  <node id='-91948' lat='13.00422' lon='79.14997' />
+  <node id='-91950' lat='13.07613' lon='78.84681' />
+  <node id='-91952' lat='12.97143' lon='78.63292' />
+  <node id='-91954' lat='12.61454' lon='78.46401' />
+  <node id='-91956' lat='12.68991' lon='78.2151' />
+  <node id='-92245' lat='11.6751' lon='80.35262' />
+  <node id='-92246' lat='11.86735' lon='79.59525' />
+  <node id='-92250' lat='12.0091' lon='80.31898' />
+  <node id='-92254' lat='10.96613' lon='80.41717' />
+  <node id='-92257' lat='10.81374' lon='79.8088' />
+  <node id='-92259' lat='10.81981' lon='80.42198' />
+  <node id='-92270' lat='11.6993' lon='75.52551' />
+  <node id='-92271' lat='11.76384' lon='75.53821' />
+  <node id='-92273' lat='11.72317' lon='75.55864' />
+  <node id='-92282' lat='16.71874' lon='82.19078' />
+  <node id='-92283' lat='16.76378' lon='82.21618' />
+  <node id='-92285' lat='16.31915' lon='83.0072' />
+  <node id='-92287' lat='16.27499' lon='82.9708' />
+  <node id='-92344' lat='12.10378' lon='79.70031' />
+  <node id='-92390' lat='10.99107' lon='79.68658' />
+  <node id='-92422' lat='11.478' lon='75.18012' />
+  <node id='-92438' lat='11.45378' lon='75.19042' />
+  <node id='-92478' lat='11.6872' lon='75.53787' />
+  <node id='-92580' lat='32.75263' lon='78.32565' />
+  <node id='-92582' lat='32.58905' lon='77.97477' />
+  <node id='-92584' lat='32.7942' lon='77.88345' />
+  <node id='-92586' lat='32.97007' lon='77.66784' />
+  <node id='-92588' lat='32.82305' lon='77.32795' />
+  <node id='-92590' lat='33.26337' lon='76.76902' />
+  <node id='-92592' lat='33.1341' lon='76.31584' />
+  <node id='-92594' lat='32.88362' lon='75.95329' />
+  <node id='-92596' lat='32.9355' lon='75.77888' />
+  <node id='-92598' lat='32.64689' lon='75.92513' />
+  <node id='-92600' lat='32.47095' lon='75.78506' />
+  <node id='-92602' lat='32.36836' lon='75.57083' />
+  <node id='-92604' lat='32.28074' lon='75.49941' />
+  <node id='-92730' lat='31.10821' lon='78.99581' />
+  <node id='-92732' lat='31.28676' lon='78.292' />
+  <node id='-92734' lat='31.05822' lon='77.80174' />
+  <node id='-92736' lat='30.76927' lon='77.69016' />
+  <node id='-92738' lat='30.63111' lon='77.76946' />
+  <node id='-92740' lat='30.59359' lon='77.7238' />
+  <node id='-92742' lat='30.52086' lon='77.80757' />
+  <node id='-92746' lat='30.40278' lon='77.5542' />
+  <node id='-92748' lat='30.24661' lon='77.92945' />
+  <node id='-92750' lat='29.8722' lon='77.70629' />
+  <node id='-92752' lat='29.67075' lon='77.80792' />
+  <node id='-92754' lat='29.71489' lon='77.94181' />
+  <node id='-92756' lat='29.5418' lon='77.98507' />
+  <node id='-92758' lat='29.79536' lon='78.33732' />
+  <node id='-92760' lat='29.73874' lon='78.49044' />
+  <node id='-92762' lat='29.6248' lon='78.52683' />
+  <node id='-92764' lat='29.45335' lon='78.91067' />
+  <node id='-92766' lat='29.32053' lon='78.71429' />
+  <node id='-92768' lat='29.12127' lon='79.00268' />
+  <node id='-92770' lat='29.15276' lon='79.0686' />
+  <node id='-92772' lat='28.95858' lon='79.29416' />
+  <node id='-92774' lat='28.92854' lon='79.40711' />
+  <node id='-92776' lat='28.85339' lon='79.41089' />
+  <node id='-92778' lat='28.85369' lon='79.66529' />
+  <node id='-92780' lat='28.88736' lon='79.79026' />
+  <node id='-92782' lat='28.70233' lon='79.96673' />
+  <node id='-92828' lat='27.21612' lon='88.01646' />
+  <node id='-92837' lat='20.16425' lon='72.4768' />
+  <node id='-92839' lat='20.12622' lon='72.80021' />
+  <node id='-92841' lat='20.22869' lon='72.8754' />
+  <node id='-92843' lat='20.21323' lon='72.9808' />
+  <node id='-92859' lat='20.11784' lon='72.98492' />
+  <node id='-92861' lat='20.05625' lon='73.19675' />
+  <node id='-92863' lat='20.14266' lon='73.23383' />
+  <node id='-92865' lat='20.1549' lon='73.29048' />
+  <node id='-92867' lat='20.20453' lon='73.29769' />
+  <node id='-92869' lat='20.2055' lon='73.4333' />
+  <node id='-92871' lat='20.71726' lon='73.44978' />
+  <node id='-92873' lat='20.56208' lon='73.6695' />
+  <node id='-92875' lat='20.5624' lon='73.7495' />
+  <node id='-92877' lat='20.72946' lon='73.88854' />
+  <node id='-92879' lat='20.73588' lon='73.93901' />
+  <node id='-92881' lat='20.92232' lon='73.91635' />
+  <node id='-92883' lat='21.10163' lon='73.7325' />
+  <node id='-92885' lat='21.15591' lon='73.58573' />
+  <node id='-92887' lat='21.14279' lon='73.74538' />
+  <node id='-92889' lat='21.16568' lon='73.74315' />
+  <node id='-92891' lat='21.19337' lon='73.83447' />
+  <node id='-92895' lat='21.26953' lon='73.83619' />
+  <node id='-92897' lat='21.29737' lon='73.94897' />
+  <node id='-92899' lat='21.42047' lon='74.01712' />
+  <node id='-92901' lat='21.41983' lon='74.05265' />
+  <node id='-92903' lat='21.48118' lon='74.06776' />
+  <node id='-92905' lat='21.44492' lon='74.11085' />
+  <node id='-92909' lat='21.46265' lon='74.26328' />
+  <node id='-92911' lat='21.50945' lon='74.33332' />
+  <node id='-92913' lat='21.5655' lon='74.30911' />
+  <node id='-92915' lat='21.53101' lon='74.21161' />
+  <node id='-92917' lat='21.5639' lon='74.10724' />
+  <node id='-92919' lat='21.49939' lon='73.85662' />
+  <node id='-92921' lat='21.62041' lon='73.79379' />
+  <node id='-92923' lat='21.84684' lon='73.83636' />
+  <node id='-92925' lat='21.95323' lon='74.14947' />
+  <node id='-92927' lat='22.03282' lon='74.43717' />
+  <node id='-92929' lat='21.90769' lon='74.52609' />
+  <node id='-92931' lat='21.72314' lon='74.51408' />
+  <node id='-92933' lat='21.65583' lon='74.64317' />
+  <node id='-92937' lat='21.63062' lon='74.91783' />
+  <node id='-92939' lat='21.55209' lon='75.07575' />
+  <node id='-92941' lat='21.45306' lon='75.11455' />
+  <node id='-92943' lat='21.40928' lon='75.22304' />
+  <node id='-92949' lat='21.39618' lon='75.96324' />
+  <node id='-92951' lat='21.2625' lon='76.15653' />
+  <node id='-92953' lat='21.08386' lon='76.17301' />
+  <node id='-92955' lat='21.07809' lon='76.38656' />
+  <node id='-92957' lat='21.28201' lon='76.65847' />
+  <node id='-92959' lat='21.59519' lon='76.80198' />
+  <node id='-92961' lat='21.60349' lon='76.90429' />
+  <node id='-92963' lat='21.72474' lon='77.07733' />
+  <node id='-92965' lat='21.7158' lon='77.23422' />
+  <node id='-92967' lat='21.76332' lon='77.49893' />
+  <node id='-92969' lat='21.38019' lon='77.56484' />
+  <node id='-92971' lat='21.41887' lon='78.00842' />
+  <node id='-92973' lat='21.62296' lon='78.37989' />
+  <node id='-92975' lat='21.50099' lon='78.43654' />
+  <node id='-92983' lat='21.49268' lon='78.9347' />
+  <node id='-92985' lat='21.59295' lon='78.91136' />
+  <node id='-92987' lat='21.62583' lon='79.14585' />
+  <node id='-92989' lat='21.70719' lon='79.33021' />
+  <node id='-92991' lat='21.67306' lon='79.4914' />
+  <node id='-92993' lat='21.54634' lon='79.53861' />
+  <node id='-92995' lat='21.60062' lon='79.75662' />
+  <node id='-92997' lat='21.52207' lon='79.91489' />
+  <node id='-92999' lat='21.5572' lon='79.95025' />
+  <node id='-93001' lat='21.55528' lon='80.06732' />
+  <node id='-93003' lat='21.61115' lon='80.13427' />
+  <node id='-93005' lat='21.6354' lon='80.20946' />
+  <node id='-93007' lat='21.59742' lon='80.28499' />
+  <node id='-93009' lat='21.49619' lon='80.38696' />
+  <node id='-93011' lat='21.3738' lon='80.40824' />
+  <node id='-93013' lat='21.36037' lon='80.56377' />
+  <node id='-93015' lat='21.32967' lon='80.65784' />
+  <node id='-93017' lat='21.25418' lon='80.64308' />
+  <node id='-93019' lat='21.09923' lon='80.42129' />
+  <node id='-93021' lat='20.92681' lon='80.46935' />
+  <node id='-93023' lat='20.92681' lon='80.54214' />
+  <node id='-93025' lat='20.6694' lon='80.5799' />
+  <node id='-93027' lat='20.32273' lon='80.60806' />
+  <node id='-93029' lat='20.23256' lon='80.38284' />
+  <node id='-93031' lat='20.07528' lon='80.54488' />
+  <node id='-93033' lat='19.92687' lon='80.51467' />
+  <node id='-93035' lat='19.47306' lon='80.8937' />
+  <node id='-93037' lat='19.27355' lon='80.72341' />
+  <node id='-93039' lat='19.40313' lon='80.55587' />
+  <node id='-93041' lat='18.95565' lon='80.24825' />
+  <node id='-93043' lat='18.83091' lon='80.36636' />
+  <node id='-93205' lat='11.88348' lon='71.96044' />
+  <node id='-93206' lat='11.89423' lon='74.10827' />
+  <node id='-93225' lat='10.83331' lon='91.66991' />
+  <node id='-93266' lat='17.88727' lon='81.40165' />
+  <node id='-93268' lat='17.89707' lon='81.44988' />
+  <node id='-93270' lat='18.16248' lon='81.52679' />
+  <node id='-93272' lat='18.19217' lon='81.50722' />
+  <node id='-93274' lat='18.26864' lon='81.54275' />
+  <node id='-93276' lat='18.31052' lon='81.61468' />
+  <node id='-93278' lat='18.39916' lon='81.706' />
+  <node id='-93280' lat='18.42196' lon='81.69158' />
+  <node id='-93282' lat='18.477' lon='81.79664' />
+  <node id='-93284' lat='18.5714' lon='81.84402' />
+  <node id='-93286' lat='18.64266' lon='81.90101' />
+  <node id='-93288' lat='18.79094' lon='82.16468' />
+  <node id='-93290' lat='18.90401' lon='82.17945' />
+  <node id='-93292' lat='18.91473' lon='82.2512' />
+  <node id='-93294' lat='19.78221' lon='82.06375' />
+  <node id='-93296' lat='19.92558' lon='81.82617' />
+  <node id='-93298' lat='20.09527' lon='81.93809' />
+  <node id='-93300' lat='19.83776' lon='82.34939' />
+  <node id='-93302' lat='19.91461' lon='82.45513' />
+  <node id='-93304' lat='19.86263' lon='82.58628' />
+  <node id='-93306' lat='19.76444' lon='82.58285' />
+  <node id='-93308' lat='19.85036' lon='82.72258' />
+  <node id='-93310' lat='20.00141' lon='82.70439' />
+  <node id='-93312' lat='20.05302' lon='82.39437' />
+  <node id='-93314' lat='20.85688' lon='82.34252' />
+  <node id='-93316' lat='20.82608' lon='82.4517' />
+  <node id='-93318' lat='21.16008' lon='82.67555' />
+  <node id='-93320' lat='21.11044' lon='83.1792' />
+  <node id='-93322' lat='21.3722' lon='83.27499' />
+  <node id='-93324' lat='21.33958' lon='83.40236' />
+  <node id='-93326' lat='21.50226' lon='83.3385' />
+  <node id='-93328' lat='21.72569' lon='83.46828' />
+  <node id='-93330' lat='21.81242' lon='83.48167' />
+  <node id='-93332' lat='21.84078' lon='83.58844' />
+  <node id='-93334' lat='22.05159' lon='83.54347' />
+  <node id='-93336' lat='22.22967' lon='83.65436' />
+  <node id='-93338' lat='22.37261' lon='84.00421' />
+  <node id='-93340' lat='22.46005' lon='84.04129' />
+  <node id='-93342' lat='22.53602' lon='83.99425' />
+  <node id='-93344' lat='22.89325' lon='84.40177' />
+  <node id='-93346' lat='22.97704' lon='84.3695' />
+  <node id='-93348' lat='22.97546' lon='84.14909' />
+  <node id='-93350' lat='23.16592' lon='84.02961' />
+  <node id='-93352' lat='23.33059' lon='84.06978' />
+  <node id='-93354' lat='23.37424' lon='83.97039' />
+  <node id='-93356' lat='23.63068' lon='84.02652' />
+  <node id='-93358' lat='23.58853' lon='83.78929' />
+  <node id='-93360' lat='23.68587' lon='83.71564' />
+  <node id='-93362' lat='23.82209' lon='83.69487' />
+  <node id='-93364' lat='23.8783' lon='83.55342' />
+  <node id='-93366' lat='24.08596' lon='83.4185' />
+  <node id='-93368' lat='24.10131' lon='83.32134' />
+  <node id='-93370' lat='23.90467' lon='83.15963' />
+  <node id='-93372' lat='23.87642' lon='82.95226' />
+  <node id='-93374' lat='23.96492' lon='82.80876' />
+  <node id='-93376' lat='23.90216' lon='82.65666' />
+  <node id='-93378' lat='23.7844' lon='82.49599' />
+  <node id='-93380' lat='23.85569' lon='81.90685' />
+  <node id='-93382' lat='23.80764' lon='81.79218' />
+  <node id='-93384' lat='23.83999' lon='81.72214' />
+  <node id='-93386' lat='23.92821' lon='81.66274' />
+  <node id='-93388' lat='23.88834' lon='81.59614' />
+  <node id='-93390' lat='23.71809' lon='81.68712' />
+  <node id='-93392' lat='23.58113' lon='81.57091' />
+  <node id='-93394' lat='23.48875' lon='81.62567' />
+  <node id='-93396' lat='23.56619' lon='81.75338' />
+  <node id='-93398' lat='23.49347' lon='81.94942' />
+  <node id='-93400' lat='23.38433' lon='82.03886' />
+  <node id='-93402' lat='23.32066' lon='82.19361' />
+  <node id='-93404' lat='23.16608' lon='82.13687' />
+  <node id='-93406' lat='23.15077' lon='82.16245' />
+  <node id='-93408' lat='23.10247' lon='82.1149' />
+  <node id='-93410' lat='23.07823' lon='81.93886' />
+  <node id='-93412' lat='22.94701' lon='81.91543' />
+  <node id='-93414' lat='22.85086' lon='81.75991' />
+  <node id='-93416' lat='22.65108' lon='81.76849' />
+  <node id='-93418' lat='22.45291' lon='81.39633' />
+  <node id='-93420' lat='22.52175' lon='81.35684' />
+  <node id='-93422' lat='22.43102' lon='81.0918' />
+  <node id='-93424' lat='22.03441' lon='80.98571' />
+  <node id='-93426' lat='22.13112' lon='80.90606' />
+  <node id='-93428' lat='21.74036' lon='80.80203' />
+  <node id='-93661' lat='20.78694' lon='87.74779' />
+  <node id='-93663' lat='21.76045' lon='87.43709' />
+  <node id='-93665' lat='21.81114' lon='87.27264' />
+  <node id='-93667' lat='21.96024' lon='87.22457' />
+  <node id='-93669' lat='21.85066' lon='87.05635' />
+  <node id='-93671' lat='22.08627' lon='86.94992' />
+  <node id='-93673' lat='22.1448' lon='86.71371' />
+  <node id='-93675' lat='22.21569' lon='86.7247' />
+  <node id='-93677' lat='22.56012' lon='86.03324' />
+  <node id='-93679' lat='22.48242' lon='85.96115' />
+  <node id='-93681' lat='22.30434' lon='86.01779' />
+  <node id='-93683' lat='21.95801' lon='85.90587' />
+  <node id='-93695' lat='22.15783' lon='85.38986' />
+  <node id='-93697' lat='22.00003' lon='85.22952' />
+  <node id='-93699' lat='22.10886' lon='85.01426' />
+  <node id='-93701' lat='22.318' lon='85.10662' />
+  <node id='-93703' lat='22.48083' lon='85.05958' />
+  <node id='-93705' lat='22.40785' lon='84.4876' />
+  <node id='-93707' lat='22.32467' lon='84.27955' />
+  <node id='-94051' lat='26.26755' lon='89.71298' />
+  <node id='-94053' lat='26.40078' lon='89.84653' />
+  <node id='-94055' lat='26.46258' lon='89.86885' />
+  <node id='-94057' lat='26.73307' lon='89.86124' />
+  <node id='-94074' lat='27.1731' lon='88.62842' />
+  <node id='-94076' lat='27.17753' lon='88.52045' />
+  <node id='-94078' lat='27.07655' lon='88.45161' />
+  <node id='-94080' lat='27.10176' lon='88.33505' />
+  <node id='-94082' lat='27.12682' lon='88.30226' />
+  <node id='-94084' lat='27.11842' lon='88.22656' />
+  <node id='-94086' lat='27.14072' lon='88.08563' />
+  <node id='-94088' lat='27.16501' lon='88.08331' />
+  <node id='-94090' lat='27.21631' lon='88.04932' />
+  <node id='-94092' lat='27.21388' lon='88.01587' />
+  <node id='-94104' lat='26.51097' lon='88.14313' />
+  <node id='-94106' lat='26.55413' lon='88.23394' />
+  <node id='-94108' lat='26.47549' lon='88.19137' />
+  <node id='-94110' lat='26.4263' lon='88.26158' />
+  <node id='-94112' lat='26.37679' lon='88.23034' />
+  <node id='-94114' lat='26.3568' lon='88.29093' />
+  <node id='-94116' lat='26.14341' lon='88.0046' />
+  <node id='-94118' lat='26.06511' lon='87.95036' />
+  <node id='-94120' lat='26.04537' lon='87.84393' />
+  <node id='-94122' lat='25.87559' lon='87.78625' />
+  <node id='-94124' lat='25.85304' lon='87.90058' />
+  <node id='-94126' lat='25.76866' lon='87.89989' />
+  <node id='-94128' lat='25.68794' lon='88.04923' />
+  <node id='-94130' lat='25.54182' lon='88.03859' />
+  <node id='-94132' lat='25.48047' lon='88.0688' />
+  <node id='-94134' lat='25.53717' lon='87.92667' />
+  <node id='-94136' lat='25.42529' lon='87.76514' />
+  <node id='-94138' lat='25.34495' lon='87.78865' />
+  <node id='-94140' lat='25.27139' lon='87.86521' />
+  <node id='-94142' lat='25.15212' lon='87.78831' />
+  <node id='-94144' lat='24.97174' lon='87.95173' />
+  <node id='-94146' lat='24.7381' lon='87.83431' />
+  <node id='-94148' lat='24.57616' lon='87.89543' />
+  <node id='-94150' lat='24.57147' lon='87.77904' />
+  <node id='-94152' lat='24.34928' lon='87.7811' />
+  <node id='-94154' lat='24.21628' lon='87.63587' />
+  <node id='-94156' lat='24.14048' lon='87.71038' />
+  <node id='-94160' lat='23.97527' lon='87.4443' />
+  <node id='-94162' lat='24.04238' lon='87.23281' />
+  <node id='-94164' lat='23.87516' lon='87.27933' />
+  <node id='-94166' lat='23.80639' lon='87.08312' />
+  <node id='-94168' lat='23.89054' lon='86.89704' />
+  <node id='-94170' lat='23.82806' lon='86.79748' />
+  <node id='-94172' lat='23.76115' lon='86.8198' />
+  <node id='-94176' lat='23.68351' lon='86.79508' />
+  <node id='-94178' lat='23.68194' lon='86.7374' />
+  <node id='-94180' lat='23.67156' lon='86.59286' />
+  <node id='-94182' lat='23.62628' lon='86.5242' />
+  <node id='-94184' lat='23.62816' lon='86.44214' />
+  <node id='-94188' lat='23.42544' lon='86.31374' />
+  <node id='-94190' lat='23.47647' lon='86.14208' />
+  <node id='-94192' lat='23.56619' lon='86.14311' />
+  <node id='-94194' lat='23.56619' lon='86.0123' />
+  <node id='-94196' lat='23.48245' lon='86.04389' />
+  <node id='-94198' lat='23.47489' lon='85.87223' />
+  <node id='-94200' lat='23.41316' lon='85.8633' />
+  <node id='-94202' lat='23.37062' lon='85.89969' />
+  <node id='-94204' lat='23.26784' lon='85.82279' />
+  <node id='-94206' lat='23.12236' lon='85.92269' />
+  <node id='-94208' lat='23.14572' lon='86.04423' />
+  <node id='-94210' lat='22.98747' lon='86.21761' />
+  <node id='-94212' lat='22.97641' lon='86.5472' />
+  <node id='-94216' lat='22.77586' lon='86.42188' />
+  <node id='-94222' lat='22.56487' lon='86.78031' />
+  <node id='-94230' lat='22.24715' lon='86.88812' />
+  <node id='-94588' lat='24.26793' lon='83.4027' />
+  <node id='-94590' lat='24.3155' lon='83.37387' />
+  <node id='-94592' lat='24.36992' lon='83.46347' />
+  <node id='-94594' lat='24.50027' lon='83.39275' />
+  <node id='-94596' lat='24.52651' lon='83.49883' />
+  <node id='-94598' lat='24.73747' lon='83.5033' />
+  <node id='-94600' lat='24.78735' lon='83.39824' />
+  <node id='-94602' lat='25.0125' lon='83.34125' />
+  <node id='-94604' lat='25.17744' lon='83.34897' />
+  <node id='-94612' lat='25.24966' lon='83.41335' />
+  <node id='-94618' lat='25.25152' lon='83.4621' />
+  <node id='-94620' lat='25.28614' lon='83.49077' />
+  <node id='-94622' lat='25.34464' lon='83.64852' />
+  <node id='-94624' lat='25.36745' lon='83.65917' />
+  <node id='-94626' lat='25.40792' lon='83.74242' />
+  <node id='-94628' lat='25.3859' lon='83.76422' />
+  <node id='-94630' lat='25.43645' lon='83.84593' />
+  <node id='-94632' lat='25.45459' lon='83.81452' />
+  <node id='-94634' lat='25.49333' lon='83.871' />
+  <node id='-94636' lat='25.51765' lon='83.88061' />
+  <node id='-94638' lat='25.64833' lon='84.05845' />
+  <node id='-94640' lat='25.72908' lon='84.0921' />
+  <node id='-94642' lat='25.70588' lon='84.32899' />
+  <node id='-94644' lat='25.76959' lon='84.38804' />
+  <node id='-94646' lat='25.68485' lon='84.4749' />
+  <node id='-94648' lat='25.74022' lon='84.66613' />
+  <node id='-94650' lat='25.85737' lon='84.54082' />
+  <node id='-94652' lat='25.94538' lon='84.27955' />
+  <node id='-94654' lat='26.03334' lon='84.15183' />
+  <node id='-94656' lat='26.13848' lon='84.02309' />
+  <node id='-94658' lat='26.23676' lon='84.01245' />
+  <node id='-94660' lat='26.26139' lon='84.17106' />
+  <node id='-94662' lat='26.37495' lon='84.17243' />
+  <node id='-94664' lat='26.44905' lon='83.90258' />
+  <node id='-94666' lat='26.5225' lon='83.87992' />
+  <node id='-94668' lat='26.54891' lon='84.05296' />
+  <node id='-94670' lat='26.6318' lon='84.1254' />
+  <node id='-94672' lat='26.61554' lon='84.39594' />
+  <node id='-94674' lat='26.75082' lon='84.30599' />
+  <node id='-94678' lat='26.86511' lon='84.23973' />
+  <node id='-94686' lat='27.08847' lon='84.02687' />
+  <node id='-94688' lat='27.29552' lon='83.83048' />
+  <node id='-94746' lat='30.31006' lon='77.58613' />
+  <node id='-94748' lat='30.06315' lon='77.34443' />
+  <node id='-94750' lat='29.75305' lon='77.12882' />
+  <node id='-94752' lat='29.50415' lon='77.10411' />
+  <node id='-94754' lat='29.09577' lon='77.14187' />
+  <node id='-94756' lat='28.89939' lon='77.22358' />
+  <node id='-94758' lat='28.8573' lon='77.21157' />
+  <node id='-94760' lat='28.82091' lon='77.2229' />
+  <node id='-94762' lat='28.80527' lon='77.20418' />
+  <node id='-94764' lat='28.78451' lon='77.20659' />
+  <node id='-94766' lat='28.75908' lon='77.23839' />
+  <node id='-94768' lat='28.7558' lon='77.25512' />
+  <node id='-94770' lat='28.73564' lon='77.26057' />
+  <node id='-94772' lat='28.73564' lon='77.27667' />
+  <node id='-94774' lat='28.7248' lon='77.28688' />
+  <node id='-94776' lat='28.70602' lon='77.29036' />
+  <node id='-94778' lat='28.70526' lon='77.29628' />
+  <node id='-94780' lat='28.71008' lon='77.29971' />
+  <node id='-94782' lat='28.71317' lon='77.33207' />
+  <node id='-94784' lat='28.69864' lon='77.32409' />
+  <node id='-94786' lat='28.68147' lon='77.33345' />
+  <node id='-94788' lat='28.67827' lon='77.32551' />
+  <node id='-94790' lat='28.66234' lon='77.32027' />
+  <node id='-94792' lat='28.65188' lon='77.31988' />
+  <node id='-94794' lat='28.64152' lon='77.31594' />
+  <node id='-94796' lat='28.62299' lon='77.34087' />
+  <node id='-94798' lat='28.60524' lon='77.3419' />
+  <node id='-94800' lat='28.60174' lon='77.33645' />
+  <node id='-94802' lat='28.59789' lon='77.3246' />
+  <node id='-94804' lat='28.59661' lon='77.31332' />
+  <node id='-94806' lat='28.58587' lon='77.30422' />
+  <node id='-94808' lat='28.58772' lon='77.29916' />
+  <node id='-94810' lat='28.57634' lon='77.29293' />
+  <node id='-94812' lat='28.55723' lon='77.29886' />
+  <node id='-94814' lat='28.51651' lon='77.34615' />
+  <node id='-94816' lat='28.47035' lon='77.37447' />
+  <node id='-94818' lat='28.47465' lon='77.41447' />
+  <node id='-94820' lat='28.44039' lon='77.41584' />
+  <node id='-94835' lat='28.46506' lon='77.38752' />
+  <node id='-94853' lat='28.81429' lon='77.20985' />
+  <node id='-94881' lat='28.75524' lon='77.24886' />
+  <node id='-94913' lat='28.75039' lon='77.26006' />
+  <node id='-94933' lat='28.73861' lon='77.25547' />
+  <node id='-94957' lat='28.7444' lon='77.25658' />
+  <node id='-94977' lat='28.72273' lon='77.29083' />
+  <node id='-94987' lat='28.7143' lon='77.2865' />
+  <node id='-95002' lat='28.71366' lon='77.3134' />
+  <node id='-95046' lat='28.67861' lon='77.32997' />
+  <node id='-95078' lat='28.60098' lon='77.33066' />
+  <node id='-95119' lat='28.59085' lon='77.31049' />
+  <node id='-95144' lat='28.46122' lon='77.42477' />
+  <node id='-95147' lat='28.4259' lon='77.43086' />
+  <node id='-95149' lat='28.43586' lon='77.45704' />
+  <node id='-95151' lat='28.41918' lon='77.47361' />
+  <node id='-95153' lat='28.3997' lon='77.46811' />
+  <node id='-95155' lat='28.40891' lon='77.4979' />
+  <node id='-95157' lat='28.35515' lon='77.48828' />
+  <node id='-95159' lat='28.30831' lon='77.46528' />
+  <node id='-95161' lat='28.23725' lon='77.53532' />
+  <node id='-95163' lat='28.19792' lon='77.48794' />
+  <node id='-95165' lat='28.17613' lon='77.54699' />
+  <node id='-95167' lat='28.08409' lon='77.47283' />
+  <node id='-95169' lat='27.99167' lon='77.53635' />
+  <node id='-95171' lat='27.9204' lon='77.52468' />
+  <node id='-95179' lat='27.80689' lon='77.28126' />
+  <node id='-95183' lat='27.3931' lon='77.44331' />
+  <node id='-95185' lat='27.24303' lon='77.6493' />
+  <node id='-95187' lat='27.17341' lon='77.67127' />
+  <node id='-95189' lat='27.08297' lon='77.49412' />
+  <node id='-95191' lat='27.00469' lon='77.75848' />
+  <node id='-95193' lat='26.85776' lon='77.41722' />
+  <node id='-95195' lat='26.74315' lon='77.45704' />
+  <node id='-95197' lat='26.92819' lon='77.78045' />
+  <node id='-95199' lat='26.87001' lon='78.04275' />
+  <node id='-95201' lat='26.94961' lon='78.14575' />
+  <node id='-95203' lat='26.92941' lon='78.26042' />
+  <node id='-95205' lat='26.82407' lon='78.21029' />
+  <node id='-95207' lat='26.77994' lon='78.74999' />
+  <node id='-95209' lat='26.63518' lon='79.01779' />
+  <node id='-95211' lat='26.32665' lon='79.12902' />
+  <node id='-95213' lat='25.90864' lon='78.88458' />
+  <node id='-95215' lat='25.73589' lon='78.74914' />
+  <node id='-95217' lat='25.6375' lon='78.82003' />
+  <node id='-95219' lat='25.57031' lon='78.52752' />
+  <node id='-95221' lat='25.56133' lon='78.44066' />
+  <node id='-95223' lat='25.3707' lon='78.30642' />
+  <node id='-95225' lat='25.12787' lon='78.44306' />
+  <node id='-95227' lat='25.08155' lon='78.34178' />
+  <node id='-95229' lat='24.97454' lon='78.30642' />
+  <node id='-95231' lat='24.87647' lon='78.16635' />
+  <node id='-95233' lat='24.5671' lon='78.28033' />
+  <node id='-95235' lat='24.45277' lon='78.2666' />
+  <node id='-95237' lat='24.26511' lon='78.38882' />
+  <node id='-95239' lat='24.39025' lon='78.51516' />
+  <node id='-95241' lat='24.15677' lon='78.80767' />
+  <node id='-95243' lat='24.35397' lon='78.9759' />
+  <node id='-95245' lat='24.44527' lon='78.98483' />
+  <node id='-95247' lat='24.64483' lon='78.87634' />
+  <node id='-95249' lat='24.60519' lon='78.75686' />
+  <node id='-95251' lat='24.86027' lon='78.77471' />
+  <node id='-95253' lat='24.91197' lon='78.65558' />
+  <node id='-95255' lat='25.0887' lon='78.63395' />
+  <node id='-95257' lat='25.26984' lon='78.55464' />
+  <node id='-95259' lat='25.28164' lon='78.42109' />
+  <node id='-95261' lat='25.3133' lon='78.5464' />
+  <node id='-95263' lat='25.36419' lon='78.52306' />
+  <node id='-95265' lat='25.34961' lon='78.57868' />
+  <node id='-95267' lat='25.39676' lon='78.56975' />
+  <node id='-95269' lat='25.45102' lon='78.71051' />
+  <node id='-95271' lat='25.38807' lon='78.66588' />
+  <node id='-95273' lat='25.33968' lon='78.75789' />
+  <node id='-95275' lat='25.43056' lon='78.81214' />
+  <node id='-95277' lat='25.47086' lon='78.73146' />
+  <node id='-95279' lat='25.56753' lon='78.92681' />
+  <node id='-95281' lat='25.1459' lon='79.04182' />
+  <node id='-95283' lat='25.14404' lon='79.31373' />
+  <node id='-95285' lat='25.35395' lon='79.2794' />
+  <node id='-95287' lat='25.27512' lon='79.47303' />
+  <node id='-95289' lat='25.11731' lon='79.39269' />
+  <node id='-95291' lat='25.1086' lon='79.86442' />
+  <node id='-95293' lat='25.23786' lon='79.86854' />
+  <node id='-95295' lat='25.42281' lon='80.29014' />
+  <node id='-95297' lat='25.1633' lon='80.41648' />
+  <node id='-95299' lat='25.02401' lon='80.25649' />
+  <node id='-95301' lat='25.10425' lon='80.61561' />
+  <node id='-95303' lat='25.05823' lon='80.77972' />
+  <node id='-95305' lat='25.14342' lon='80.71723' />
+  <node id='-95307' lat='25.19375' lon='80.88958' />
+  <node id='-95309' lat='24.99788' lon='80.84426' />
+  <node id='-95311' lat='24.94154' lon='80.80375' />
+  <node id='-95313' lat='24.95431' lon='81.22741' />
+  <node id='-95315' lat='25.16703' lon='81.27822' />
+  <node id='-95317' lat='25.07938' lon='81.4904' />
+  <node id='-95319' lat='25.19748' lon='81.56112' />
+  <node id='-95321' lat='25.03863' lon='81.69605' />
+  <node id='-95323' lat='25.05574' lon='81.73587' />
+  <node id='-95325' lat='25.00783' lon='81.79389' />
+  <node id='-95327' lat='24.99943' lon='81.90376' />
+  <node id='-95329' lat='24.88768' lon='81.90101' />
+  <node id='-95331' lat='24.83301' lon='81.95869' />
+  <node id='-95333' lat='24.78392' lon='82.20691' />
+  <node id='-95335' lat='24.60831' lon='82.30854' />
+  <node id='-95337' lat='24.59458' lon='82.42561' />
+  <node id='-95339' lat='24.70504' lon='82.41634' />
+  <node id='-95341' lat='24.65575' lon='82.55195' />
+  <node id='-95343' lat='24.69755' lon='82.69374' />
+  <node id='-95345' lat='24.55274' lon='82.80361' />
+  <node id='-95347' lat='24.52713' lon='82.71846' />
+  <node id='-95349' lat='24.37305' lon='82.71606' />
+  <node id='-95351' lat='24.3754' lon='82.76618' />
+  <node id='-95353' lat='24.29312' lon='82.77854' />
+  <node id='-95355' lat='24.13876' lon='82.71915' />
+  <node id='-95357' lat='24.16695' lon='82.6752' />
+  <node id='-95359' lat='24.12513' lon='82.66216' />
+  <node id='-95361' lat='24.09693' lon='82.70267' />
+  <node id='-95363' lat='24.00319' lon='82.79708' />
+  <node id='-95718' lat='24.50245' lon='83.75015' />
+  <node id='-95720' lat='24.54899' lon='83.94584' />
+  <node id='-95722' lat='24.63141' lon='83.9994' />
+  <node id='-95730' lat='24.28546' lon='84.49756' />
+  <node id='-95732' lat='24.41151' lon='84.57447' />
+  <node id='-95738' lat='24.529' lon='84.81994' />
+  <node id='-95744' lat='24.36304' lon='84.89307' />
+  <node id='-95746' lat='24.61518' lon='85.66108' />
+  <node id='-95748' lat='24.8154' lon='85.7373' />
+  <node id='-95750' lat='24.71876' lon='86.12869' />
+  <node id='-95752' lat='24.61143' lon='86.12491' />
+  <node id='-95754' lat='24.5824' lon='86.32163' />
+  <node id='-95756' lat='24.46027' lon='86.28833' />
+  <node id='-95758' lat='24.36586' lon='86.45004' />
+  <node id='-95760' lat='24.60457' lon='86.60316' />
+  <node id='-95770' lat='24.61237' lon='87.05532' />
+  <node id='-95772' lat='24.84812' lon='87.10235' />
+  <node id='-95774' lat='24.89391' lon='87.15866' />
+  <node id='-95776' lat='25.02246' lon='87.1511' />
+  <node id='-95778' lat='25.09243' lon='87.21668' />
+  <node id='-95780' lat='25.09741' lon='87.28946' />
+  <node id='-95782' lat='25.22016' lon='87.32688' />
+  <node id='-95784' lat='25.19686' lon='87.47348' />
+  <node id='-95786' lat='25.29933' lon='87.48962' />
+  <node id='-95788' lat='25.27947' lon='87.53906' />
+  <node id='-95790' lat='25.35271' lon='87.58369' />
+  <node id='-95792' lat='25.28009' lon='87.65373' />
+  <node id='-96080' lat='20.48555' lon='72.83901' />
+  <node id='-96081' lat='20.43087' lon='72.90801' />
+  <node id='-96083' lat='20.36748' lon='72.89291' />
+  <node id='-96091' lat='20.73203' lon='70.87331' />
+  <node id='-96092' lat='20.44438' lon='70.8467' />
+  <node id='-96096' lat='20.74648' lon='71.00154' />
+  <node id='-96157' lat='21.42207' lon='68.83233' />
+  <node id='-96189' lat='24.60894' lon='72.18292' />
+  <node id='-96195' lat='24.49214' lon='72.44144' />
+  <node id='-96197' lat='24.40088' lon='72.50083' />
+  <node id='-96199' lat='24.44527' lon='72.69996' />
+  <node id='-96201' lat='24.35491' lon='72.74116' />
+  <node id='-96203' lat='24.34866' lon='72.97084' />
+  <node id='-96205' lat='24.48777' lon='73.00277' />
+  <node id='-96211' lat='24.36476' lon='73.2328' />
+  <node id='-96213' lat='24.20829' lon='73.0783' />
+  <node id='-96217' lat='24.00319' lon='73.2431' />
+  <node id='-96219' lat='24.13359' lon='73.37425' />
+  <node id='-96221' lat='23.92601' lon='73.42231' />
+  <node id='-96223' lat='23.77591' lon='73.35639' />
+  <node id='-96229' lat='23.66024' lon='73.6211' />
+  <node id='-96231' lat='23.4393' lon='73.64135' />
+  <node id='-96239' lat='23.44749' lon='73.83172' />
+  <node id='-96241' lat='23.33248' lon='73.89953' />
+  <node id='-96245' lat='23.33405' lon='73.99017' />
+  <node id='-96253' lat='23.19244' lon='74.24182' />
+  <node id='-96255' lat='23.0573' lon='74.3201' />
+  <node id='-96257' lat='22.86004' lon='74.47769' />
+  <node id='-96259' lat='22.62858' lon='74.36714' />
+  <node id='-96261' lat='22.64633' lon='74.26929' />
+  <node id='-96265' lat='22.48115' lon='74.05677' />
+  <node id='-96271' lat='22.38373' lon='74.27787' />
+  <node id='-96273' lat='22.35896' lon='74.08149' />
+  <node id='-96275' lat='22.24652' lon='74.07909' />
+  <node id='-96277' lat='22.06846' lon='74.17282' />
+  <node id='-96326' lat='20.19744' lon='73.171' />
+  <node id='-96328' lat='20.18487' lon='73.06354' />
+  <node id='-96330' lat='20.21806' lon='73.06766' />
+  <node id='-96332' lat='20.29407' lon='73.18508' />
+  <node id='-96334' lat='20.36909' lon='73.12156' />
+  <node id='-96336' lat='20.35331' lon='72.94578' />
+  <node id='-96338' lat='20.26348' lon='72.92346' />
+  <node id='-96344' lat='20.38318' lon='72.47526' />
+  <node id='-96388' lat='23.11004' lon='74.39769' />
+  <node id='-96390' lat='23.09868' lon='74.53502' />
+  <node id='-96392' lat='23.22841' lon='74.75063' />
+  <node id='-96394' lat='23.27572' lon='74.69707' />
+  <node id='-96396' lat='23.30095' lon='74.53605' />
+  <node id='-96398' lat='23.45694' lon='74.61124' />
+  <node id='-96400' lat='23.54321' lon='74.78702' />
+  <node id='-96402' lat='23.6376' lon='74.93877' />
+  <node id='-96404' lat='23.86166' lon='74.90924' />
+  <node id='-96406' lat='24.03235' lon='74.98958' />
+  <node id='-96408' lat='24.21816' lon='74.88143' />
+  <node id='-96410' lat='24.24226' lon='74.91371' />
+  <node id='-96412' lat='24.27607' lon='74.87182' />
+  <node id='-96414' lat='24.27576' lon='74.75269' />
+  <node id='-96416' lat='24.41714' lon='74.81002' />
+  <node id='-96418' lat='24.46058' lon='74.90375' />
+  <node id='-96420' lat='24.48996' lon='74.86907' />
+  <node id='-96424' lat='24.539' lon='74.74616' />
+  <node id='-96426' lat='24.67322' lon='74.80659' />
+  <node id='-96428' lat='24.79483' lon='74.80522' />
+  <node id='-96430' lat='24.65107' lon='74.90066' />
+  <node id='-96432' lat='24.75431' lon='75.03318' />
+  <node id='-96434' lat='24.81135' lon='74.84607' />
+  <node id='-96436' lat='24.98294' lon='74.83543' />
+  <node id='-96438' lat='24.84563' lon='75.03078' />
+  <node id='-96440' lat='24.88986' lon='75.11352' />
+  <node id='-96442' lat='25.05356' lon='75.17291' />
+  <node id='-96444' lat='25.03397' lon='75.35659' />
+  <node id='-96450' lat='24.90138' lon='75.30715' />
+  <node id='-96452' lat='24.8855' lon='75.42629' />
+  <node id='-96460' lat='24.75057' lon='75.18527' />
+  <node id='-96462' lat='24.68944' lon='75.46989' />
+  <node id='-96464' lat='24.72562' lon='75.58593' />
+  <node id='-96466' lat='24.68632' lon='75.62919' />
+  <node id='-96468' lat='24.7699' lon='75.78712' />
+  <node id='-96470' lat='24.51838' lon='75.92101' />
+  <node id='-96472' lat='24.42401' lon='75.88737' />
+  <node id='-96474' lat='24.47183' lon='75.78987' />
+  <node id='-96476' lat='24.38118' lon='75.73081' />
+  <node id='-96478' lat='24.24727' lon='75.82076' />
+  <node id='-96480' lat='24.13766' lon='75.7418' />
+  <node id='-96482' lat='24.10257' lon='75.84377' />
+  <node id='-96484' lat='23.96617' lon='75.70953' />
+  <node id='-96490' lat='24.0659' lon='75.53203' />
+  <node id='-96494' lat='23.9144' lon='75.45993' />
+  <node id='-96500' lat='23.7602' lon='75.6879' />
+  <node id='-96504' lat='23.89651' lon='75.73596' />
+  <node id='-96506' lat='23.88489' lon='75.87879' />
+  <node id='-96508' lat='23.93574' lon='75.98384' />
+  <node id='-96510' lat='24.02357' lon='75.96324' />
+  <node id='-96512' lat='24.08564' lon='76.0889' />
+  <node id='-96516' lat='24.33364' lon='76.18846' />
+  <node id='-96518' lat='24.21283' lon='76.21215' />
+  <node id='-96520' lat='24.25103' lon='76.35875' />
+  <node id='-96532' lat='24.13735' lon='76.91768' />
+  <node id='-96534' lat='24.20751' lon='76.94343' />
+  <node id='-96536' lat='24.3718' lon='76.83494' />
+  <node id='-96538' lat='24.544' lon='76.82224' />
+  <node id='-96540' lat='24.54181' lon='76.91802' />
+  <node id='-96542' lat='24.4509' lon='76.94789' />
+  <node id='-96544' lat='24.52838' lon='77.05879' />
+  <node id='-96546' lat='24.64639' lon='77.06737' />
+  <node id='-96548' lat='24.75805' lon='76.95304' />
+  <node id='-96550' lat='24.74745' lon='76.85211' />
+  <node id='-96552' lat='24.83098' lon='76.78481' />
+  <node id='-96554' lat='24.86401' lon='76.94274' />
+  <node id='-96556' lat='25.03646' lon='76.85554' />
+  <node id='-96558' lat='25.07316' lon='77.00248' />
+  <node id='-96560' lat='25.11482' lon='77.27439' />
+  <node id='-96562' lat='25.07938' lon='77.31044' />
+  <node id='-96564' lat='25.11979' lon='77.39559' />
+  <node id='-96566' lat='25.22109' lon='77.41069' />
+  <node id='-96568' lat='25.2776' lon='77.35507' />
+  <node id='-96570' lat='25.42932' lon='77.35645' />
+  <node id='-96572' lat='25.42746' lon='77.27508' />
+  <node id='-96574' lat='25.30647' lon='77.19646' />
+  <node id='-96576' lat='25.33813' lon='77.0763' />
+  <node id='-96578' lat='25.28071' lon='76.93691' />
+  <node id='-96580' lat='25.32944' lon='76.83734' />
+  <node id='-96582' lat='25.34309' lon='76.68079' />
+  <node id='-96584' lat='25.39304' lon='76.59942' />
+  <node id='-96586' lat='25.5319' lon='76.52046' />
+  <node id='-96588' lat='25.71795' lon='76.48544' />
+  <node id='-96590' lat='25.87745' lon='76.59187' />
+  <node id='-96592' lat='25.94353' lon='76.79408' />
+  <node id='-96594' lat='26.09533' lon='76.91493' />
+  <node id='-96805' lat='30.06196' lon='73.92219' />
+  <node id='-96807' lat='29.96921' lon='73.88992' />
+  <node id='-96809' lat='29.94303' lon='74.52094' />
+  <node id='-96811' lat='29.85553' lon='74.55116' />
+  <node id='-96813' lat='29.78106' lon='74.46464' />
+  <node id='-96815' lat='29.74053' lon='74.50035' />
+  <node id='-96817' lat='29.76199' lon='74.61158' />
+  <node id='-96819' lat='29.56449' lon='74.57244' />
+  <node id='-96821' lat='29.52985' lon='74.62188' />
+  <node id='-96823' lat='29.45992' lon='74.57382' />
+  <node id='-96825' lat='29.32472' lon='74.59785' />
+  <node id='-96833' lat='29.39563' lon='74.80453' />
+  <node id='-96839' lat='29.281' lon='75.05207' />
+  <node id='-96841' lat='29.22889' lon='75.08159' />
+  <node id='-96845' lat='29.28909' lon='75.33462' />
+  <node id='-96847' lat='29.19982' lon='75.41084' />
+  <node id='-96849' lat='29.14301' lon='75.36294' />
+  <node id='-96853' lat='29.01609' lon='75.44448' />
+  <node id='-96855' lat='29.01504' lon='75.51315' />
+  <node id='-96857' lat='28.9733' lon='75.51744' />
+  <node id='-96859' lat='28.92689' lon='75.4656' />
+  <node id='-96861' lat='28.61225' lon='75.56877' />
+  <node id='-96863' lat='28.40227' lon='75.80223' />
+  <node id='-96865' lat='28.36663' lon='75.94333' />
+  <node id='-96873' lat='28.1498' lon='76.09336' />
+  <node id='-96875' lat='28.16948' lon='76.01886' />
+  <node id='-96877' lat='28.0959' lon='75.93097' />
+  <node id='-96881' lat='28.08561' lon='76.04032' />
+  <node id='-96887' lat='27.93329' lon='75.91964' />
+  <node id='-96889' lat='27.85789' lon='75.99449' />
+  <node id='-96891' lat='27.81296' lon='76.22177' />
+  <node id='-96895' lat='28.01849' lon='76.17267' />
+  <node id='-96897' lat='28.02486' lon='76.20614' />
+  <node id='-96899' lat='28.05546' lon='76.17216' />
+  <node id='-96901' lat='28.04986' lon='76.22451' />
+  <node id='-96903' lat='28.07031' lon='76.24958' />
+  <node id='-96905' lat='28.01925' lon='76.31635' />
+  <node id='-96907' lat='28.02804' lon='76.34519' />
+  <node id='-96909' lat='28.07591' lon='76.35618' />
+  <node id='-96911' lat='28.09999' lon='76.30262' />
+  <node id='-96913' lat='28.12543' lon='76.36184' />
+  <node id='-96915' lat='28.17538' lon='76.27' />
+  <node id='-96925' lat='28.15404' lon='76.49333' />
+  <node id='-96927' lat='27.97393' lon='76.54792' />
+  <node id='-96929' lat='28.01774' lon='76.66225' />
+  <node id='-96931' lat='28.09954' lon='76.65607' />
+  <node id='-96933' lat='28.16796' lon='76.79958' />
+  <node id='-96935' lat='28.21562' lon='76.80747' />
+  <node id='-96937' lat='28.22681' lon='76.86635' />
+  <node id='-96941' lat='28.14269' lon='76.96317' />
+  <node id='-96943' lat='27.67075' lon='76.88575' />
+  <node id='-96945' lat='27.65555' lon='76.96884' />
+  <node id='-96947' lat='27.78623' lon='77.03235' />
+  <node id='-97174' lat='28.49004' lon='77.32563' />
+  <node id='-97176' lat='28.4837' lon='77.31413' />
+  <node id='-97178' lat='28.48823' lon='77.30855' />
+  <node id='-97180' lat='28.49007' lon='77.30053' />
+  <node id='-97182' lat='28.49419' lon='77.30053' />
+  <node id='-97184' lat='28.49673' lon='77.28832' />
+  <node id='-97186' lat='28.49358' lon='77.27527' />
+  <node id='-97188' lat='28.48791' lon='77.26991' />
+  <node id='-97190' lat='28.48762' lon='77.26238' />
+  <node id='-97192' lat='28.47917' lon='77.24298' />
+  <node id='-97194' lat='28.46982' lon='77.23483' />
+  <node id='-97196' lat='28.45609' lon='77.23156' />
+  <node id='-97198' lat='28.45616' lon='77.24101' />
+  <node id='-97200' lat='28.4496' lon='77.24628' />
+  <node id='-97202' lat='28.42763' lon='77.24169' />
+  <node id='-97204' lat='28.41344' lon='77.22058' />
+  <node id='-97206' lat='28.40921' lon='77.17818' />
+  <node id='-97208' lat='28.40446' lon='77.17389' />
+  <node id='-97210' lat='28.40559' lon='77.17208' />
+  <node id='-97212' lat='28.42922' lon='77.16161' />
+  <node id='-97214' lat='28.43692' lon='77.14651' />
+  <node id='-97216' lat='28.43848' lon='77.14043' />
+  <node id='-97218' lat='28.43984' lon='77.13076' />
+  <node id='-97220' lat='28.4731' lon='77.11277' />
+  <node id='-97222' lat='28.4952' lon='77.11973' />
+  <node id='-97224' lat='28.50493' lon='77.09775' />
+  <node id='-97226' lat='28.50713' lon='77.09575' />
+  <node id='-97228' lat='28.51146' lon='77.09863' />
+  <node id='-97230' lat='28.51434' lon='77.09265' />
+  <node id='-97232' lat='28.51815' lon='77.08003' />
+  <node id='-97234' lat='28.51877' lon='77.07505' />
+  <node id='-97236' lat='28.52025' lon='77.07235' />
+  <node id='-97238' lat='28.51787' lon='77.07153' />
+  <node id='-97240' lat='28.51199' lon='77.06703' />
+  <node id='-97242' lat='28.51285' lon='77.06428' />
+  <node id='-97244' lat='28.51225' lon='77.06093' />
+  <node id='-97246' lat='28.51297' lon='77.05746' />
+  <node id='-97248' lat='28.51512' lon='77.05226' />
+  <node id='-97250' lat='28.5167' lon='77.0463' />
+  <node id='-97252' lat='28.52107' lon='77.04862' />
+  <node id='-97254' lat='28.52409' lon='77.0434' />
+  <node id='-97256' lat='28.52513' lon='77.04344' />
+  <node id='-97258' lat='28.53118' lon='77.03209' />
+  <node id='-97260' lat='28.5328' lon='77.02424' />
+  <node id='-97262' lat='28.54068' lon='77.0139' />
+  <node id='-97264' lat='28.53947' lon='77.00544' />
+  <node id='-97266' lat='28.53114' lon='77.00098' />
+  <node id='-97268' lat='28.52398' lon='77.01476' />
+  <node id='-97270' lat='28.52104' lon='77.01703' />
+  <node id='-97272' lat='28.51466' lon='77.00982' />
+  <node id='-97274' lat='28.51949' lon='76.9969' />
+  <node id='-97276' lat='28.51365' lon='76.99111' />
+  <node id='-97278' lat='28.5213' lon='76.97845' />
+  <node id='-97280' lat='28.50509' lon='76.95334' />
+  <node id='-97282' lat='28.50678' lon='76.92034' />
+  <node id='-97284' lat='28.51395' lon='76.90635' />
+  <node id='-97286' lat='28.50671' lon='76.90206' />
+  <node id='-97288' lat='28.50686' lon='76.89657' />
+  <node id='-97290' lat='28.50037' lon='76.89116' />
+  <node id='-97292' lat='28.50543' lon='76.88043' />
+  <node id='-97294' lat='28.51998' lon='76.88738' />
+  <node id='-97296' lat='28.5282' lon='76.87391' />
+  <node id='-97298' lat='28.54487' lon='76.86249' />
+  <node id='-97300' lat='28.55037' lon='76.84584' />
+  <node id='-97302' lat='28.58301' lon='76.83915' />
+  <node id='-97304' lat='28.58602' lon='76.86429' />
+  <node id='-97306' lat='28.63274' lon='76.8903' />
+  <node id='-97308' lat='28.62393' lon='76.90738' />
+  <node id='-97310' lat='28.63395' lon='76.91725' />
+  <node id='-97312' lat='28.61865' lon='76.93528' />
+  <node id='-97314' lat='28.63289' lon='76.94601' />
+  <node id='-97316' lat='28.64999' lon='76.92378' />
+  <node id='-97318' lat='28.66942' lon='76.93751' />
+  <node id='-97320' lat='28.66988' lon='76.95502' />
+  <node id='-97322' lat='28.68448' lon='76.95776' />
+  <node id='-97324' lat='28.69917' lon='76.96781' />
+  <node id='-97326' lat='28.71264' lon='76.94832' />
+  <node id='-97328' lat='28.73161' lon='76.96068' />
+  <node id='-97330' lat='28.7432' lon='76.95811' />
+  <node id='-97332' lat='28.75419' lon='76.94403' />
+  <node id='-97334' lat='28.76841' lon='76.95579' />
+  <node id='-97336' lat='28.78097' lon='76.94807' />
+  <node id='-97338' lat='28.79045' lon='76.95433' />
+  <node id='-97340' lat='28.79955' lon='76.94292' />
+  <node id='-97342' lat='28.81798' lon='76.95116' />
+  <node id='-97344' lat='28.81474' lon='76.96146' />
+  <node id='-97346' lat='28.82783' lon='76.97064' />
+  <node id='-97348' lat='28.82113' lon='76.98077' />
+  <node id='-97350' lat='28.84068' lon='76.99398' />
+  <node id='-97352' lat='28.8355' lon='77.04282' />
+  <node id='-97354' lat='28.86963' lon='77.06171' />
+  <node id='-97356' lat='28.87135' lon='77.07939' />
+  <node id='-97358' lat='28.88315' lon='77.08316' />
+  <node id='-97360' lat='28.87098' lon='77.09166' />
+  <node id='-97362' lat='28.86918' lon='77.11063' />
+  <node id='-97364' lat='28.8573' lon='77.12265' />
+  <node id='-97366' lat='28.86301' lon='77.13406' />
+  <node id='-97368' lat='28.85572' lon='77.14616' />
+  <node id='-97370' lat='28.83858' lon='77.14282' />
+  <node id='-97372' lat='28.8367' lon='77.15681' />
+  <node id='-97374' lat='28.85865' lon='77.17457' />
+  <node id='-97431' lat='30.76411' lon='76.82825' />
+  <node id='-97432' lat='30.68693' lon='76.81468' />
+  <node id='-97434' lat='30.67527' lon='76.8025' />
+  <node id='-97436' lat='30.67054' lon='76.78945' />
+  <node id='-97438' lat='30.68619' lon='76.76095' />
+  <node id='-97440' lat='30.68512' lon='76.7513' />
+  <node id='-97442' lat='30.70136' lon='76.73894' />
+  <node id='-97444' lat='30.72479' lon='76.73014' />
+  <node id='-97446' lat='30.73202' lon='76.71967' />
+  <node id='-97448' lat='30.7419' lon='76.71306' />
+  <node id='-97450' lat='30.74699' lon='76.69014' />
+  <node id='-97452' lat='30.75968' lon='76.69066' />
+  <node id='-97454' lat='30.77045' lon='76.70808' />
+  <node id='-97456' lat='30.77067' lon='76.72285' />
+  <node id='-97458' lat='30.7908' lon='76.73864' />
+  <node id='-97460' lat='30.79928' lon='76.75975' />
+  <node id='-97462' lat='30.78483' lon='76.777' />
+  <node id='-97464' lat='30.77683' lon='76.76911' />
+  <node id='-97466' lat='30.77392' lon='76.78104' />
+  <node id='-97468' lat='30.78623' lon='76.79632' />
+  <node id='-97470' lat='30.779' lon='76.80413' />
+  <node id='-97472' lat='30.76647' lon='76.79254' />
+  <node id='-97487' lat='30.66139' lon='76.81949' />
+  <node id='-97489' lat='30.65755' lon='76.83794' />
+  <node id='-97491' lat='30.66693' lon='76.84902' />
+  <node id='-97493' lat='30.65762' lon='76.85923' />
+  <node id='-97495' lat='30.6416' lon='76.85846' />
+  <node id='-97497' lat='30.63997' lon='76.87133' />
+  <node id='-97499' lat='30.60504' lon='76.91193' />
+  <node id='-97501' lat='30.55206' lon='76.89931' />
+  <node id='-97503' lat='30.53579' lon='76.89571' />
+  <node id='-97505' lat='30.52618' lon='76.92026' />
+  <node id='-97507' lat='30.44038' lon='76.88798' />
+  <node id='-97509' lat='30.40145' lon='76.91579' />
+  <node id='-97511' lat='30.39686' lon='76.92987' />
+  <node id='-97513' lat='30.35569' lon='76.88833' />
+  <node id='-97515' lat='30.36265' lon='76.877' />
+  <node id='-97517' lat='30.38516' lon='76.88438' />
+  <node id='-97519' lat='30.40604' lon='76.84885' />
+  <node id='-97523' lat='30.43328' lon='76.83151' />
+  <node id='-97525' lat='30.41196' lon='76.80747' />
+  <node id='-97527' lat='30.43727' lon='76.75769' />
+  <node id='-97531' lat='30.39257' lon='76.69864' />
+  <node id='-97537' lat='30.36458' lon='76.73375' />
+  <node id='-97549' lat='30.26381' lon='76.56045' />
+  <node id='-97559' lat='30.20493' lon='76.63873' />
+  <node id='-97561' lat='30.14497' lon='76.6238' />
+  <node id='-97563' lat='30.07978' lon='76.60903' />
+  <node id='-97565' lat='30.0783' lon='76.50089' />
+  <node id='-97567' lat='30.10385' lon='76.44664' />
+  <node id='-97569' lat='30.15195' lon='76.43394' />
+  <node id='-97579' lat='30.12656' lon='76.2276' />
+  <node id='-97585' lat='29.88947' lon='76.18057' />
+  <node id='-97587' lat='29.88649' lon='76.2355' />
+  <node id='-97589' lat='29.85761' lon='76.24168' />
+  <node id='-97591' lat='29.80222' lon='76.11602' />
+  <node id='-97593' lat='29.80877' lon='76.08169' />
+  <node id='-97595' lat='29.74798' lon='76.04049' />
+  <node id='-97597' lat='29.73069' lon='75.9423' />
+  <node id='-97599' lat='29.75424' lon='75.86162' />
+  <node id='-97601' lat='29.81354' lon='75.83003' />
+  <node id='-97603' lat='29.81145' lon='75.70232' />
+  <node id='-97605' lat='29.75573' lon='75.69339' />
+  <node id='-97607' lat='29.77987' lon='75.65288' />
+  <node id='-97609' lat='29.7456' lon='75.60173' />
+  <node id='-97611' lat='29.80788' lon='75.44448' />
+  <node id='-97613' lat='29.76378' lon='75.39813' />
+  <node id='-97615' lat='29.71161' lon='75.37891' />
+  <node id='-97617' lat='29.68984' lon='75.33908' />
+  <node id='-97619' lat='29.66747' lon='75.34046' />
+  <node id='-97621' lat='29.60779' lon='75.27934' />
+  <node id='-97623' lat='29.58122' lon='75.31162' />
+  <node id='-97625' lat='29.54598' lon='75.22716' />
+  <node id='-97627' lat='29.61495' lon='75.21858' />
+  <node id='-97629' lat='29.66747' lon='75.15747' />
+  <node id='-97631' lat='29.69073' lon='75.1966' />
+  <node id='-97633' lat='29.75603' lon='75.22991' />
+  <node id='-97635' lat='29.832' lon='75.20072' />
+  <node id='-97637' lat='29.83826' lon='75.17806' />
+  <node id='-97639' lat='29.77063' lon='75.14099' />
+  <node id='-97641' lat='29.81294' lon='75.1015' />
+  <node id='-97643' lat='29.91774' lon='75.09155' />
+  <node id='-97647' lat='29.86357' lon='74.98821' />
+  <node id='-97649' lat='29.96296' lon='74.87285' />
+  <node id='-97651' lat='29.99092' lon='74.80144' />
+  <node id='-97653' lat='29.9695' lon='74.69467' />
+  <node id='-97655' lat='29.90494' lon='74.63115' />
+  <node id='-97859' lat='30.49246' lon='77.22083' />
+  <node id='-97861' lat='30.80024' lon='76.99802' />
+  <node id='-97863' lat='30.83415' lon='76.92386' />
+  <node id='-97865' lat='30.89751' lon='76.90017' />
+  <node id='-97867' lat='30.9087' lon='76.7704' />
+  <node id='-97883' lat='32.52664' lon='75.82936' />
+  <node id='-97885' lat='32.41474' lon='75.93921' />
+  <node id='-97887' lat='32.28364' lon='75.7521' />
+  <node id='-97889' lat='32.24707' lon='75.64756' />
+  <node id='-97891' lat='32.10148' lon='75.62885' />
+  <node id='-97893' lat='32.07384' lon='75.58284' />
+  <node id='-97895' lat='32.06541' lon='75.71948' />
+  <node id='-97897' lat='31.94808' lon='75.89904' />
+  <node id='-97899' lat='31.81281' lon='75.96977' />
+  <node id='-97901' lat='31.80522' lon='75.92822' />
+  <node id='-97903' lat='31.39526' lon='76.16546' />
+  <node id='-97905' lat='31.28999' lon='76.18743' />
+  <node id='-97907' lat='31.34278' lon='76.34056' />
+  <node id='-97909' lat='31.40082' lon='76.31996' />
+  <node id='-97911' lat='31.43569' lon='76.37283' />
+  <node id='-97913' lat='31.27913' lon='76.50672' />
+  <node id='-97915' lat='31.21015' lon='76.64817' />
+  <node id='-97917' lat='31.00144' lon='76.61384' />
+  <node id='-98135' lat='26.98495' lon='92.6441' />
+  <node id='-98137' lat='27.03894' lon='92.64289' />
+  <node id='-98139' lat='27.00591' lon='92.90313' />
+  <node id='-98141' lat='26.919' lon='93.03291' />
+  <node id='-98143' lat='26.96308' lon='93.38035' />
+  <node id='-98145' lat='26.93859' lon='93.50257' />
+  <node id='-98147' lat='26.97838' lon='93.68385' />
+  <node id='-98149' lat='27.07746' lon='93.83354' />
+  <node id='-98151' lat='27.15142' lon='93.80882' />
+  <node id='-98153' lat='27.4839' lon='94.15489' />
+  <node id='-98155' lat='27.52471' lon='94.26269' />
+  <node id='-98157' lat='27.62331' lon='94.216' />
+  <node id='-98159' lat='27.5728' lon='94.46937' />
+  <node id='-98161' lat='27.74036' lon='94.86968' />
+  <node id='-98163' lat='27.87125' lon='95.316' />
+  <node id='-98165' lat='27.88157' lon='95.51994' />
+  <node id='-98167' lat='27.96105' lon='95.63117' />
+  <node id='-98169' lat='27.9665' lon='95.97518' />
+  <node id='-98171' lat='27.73519' lon='95.76335' />
+  <node id='-98173' lat='27.52836' lon='95.88523' />
+  <node id='-98175' lat='27.43333' lon='95.86189' />
+  <node id='-98177' lat='27.37481' lon='95.99647' />
+  <node id='-98179' lat='27.27294' lon='95.89279' />
+  <node id='-98181' lat='27.2473' lon='95.49041' />
+  <node id='-98183' lat='27.12209' lon='95.46295' />
+  <node id='-98185' lat='27.02915' lon='95.19515' />
+  <node id='-98271' lat='25.5635' lon='89.89562' />
+  <node id='-98273' lat='25.60314' lon='90.01922' />
+  <node id='-98275' lat='25.73867' lon='89.89906' />
+  <node id='-98277' lat='25.96113' lon='90.10642' />
+  <node id='-98279' lat='26.0031' lon='90.48065' />
+  <node id='-98281' lat='25.87714' lon='90.61729' />
+  <node id='-98283' lat='25.95001' lon='90.95443' />
+  <node id='-98285' lat='25.71887' lon='91.24969' />
+  <node id='-98287' lat='26.10982' lon='91.84432' />
+  <node id='-98289' lat='25.99755' lon='91.94732' />
+  <node id='-98291' lat='26.06788' lon='92.30438' />
+  <node id='-98293' lat='25.69846' lon='92.13958' />
+  <node id='-98295' lat='25.57465' lon='92.6477' />
+  <node id='-98297' lat='25.21612' lon='92.79464' />
+  <node id='-98299' lat='25.01471' lon='92.39147' />
+  <node id='-98363' lat='26.92451' lon='94.88548' />
+  <node id='-98365' lat='26.79771' lon='94.78248' />
+  <node id='-98367' lat='26.61922' lon='94.40551' />
+  <node id='-98369' lat='26.52772' lon='94.39659' />
+  <node id='-98371' lat='26.45459' lon='94.30801' />
+  <node id='-98373' lat='26.5658' lon='94.27093' />
+  <node id='-98375' lat='26.16468' lon='93.99902' />
+  <node id='-98377' lat='25.90185' lon='93.96537' />
+  <node id='-98379' lat='25.81472' lon='93.79371' />
+  <node id='-98381' lat='25.97594' lon='93.78341' />
+  <node id='-98383' lat='25.92717' lon='93.69964' />
+  <node id='-98385' lat='25.67433' lon='93.51905' />
+  <node id='-98387' lat='25.53872' lon='93.31924' />
+  <node id='-98389' lat='25.3074' lon='93.47236' />
+  <node id='-98391' lat='24.80169' lon='93.17985' />
+  <node id='-98393' lat='24.81883' lon='93.10569' />
+  <node id='-98395' lat='24.40026' lon='93.02329' />
+  <node id='-98397' lat='24.39588' lon='92.8379' />
+  <node id='-98399' lat='24.52088' lon='92.76168' />
+  <node id='-98401' lat='24.16617' lon='92.52685' />
+  <node id='-98403' lat='24.14299' lon='92.44239' />
+  <node id='-98405' lat='24.25635' lon='92.42317' />
+  <node id='-98407' lat='24.25259' lon='92.21786' />
+  <node id='-98409' lat='24.39213' lon='92.27931' />
+  <node id='-98411' lat='24.50245' lon='92.22953' />
+  <node id='-98413' lat='24.54435' lon='92.15796' />
+  <node id='-98461' lat='25.19748' lon='93.61175' />
+  <node id='-98463' lat='25.55854' lon='93.86993' />
+  <node id='-98465' lat='25.50588' lon='94.33685' />
+  <node id='-98467' lat='25.69289' lon='94.58953' />
+  <node id='-98469' lat='25.51084' lon='94.55932' />
+  <node id='-98513' lat='24.11354' lon='92.98416' />
+  <node id='-98558' lat='24.25406' lon='92.29819' />
+  <node id='-98560' lat='23.86543' lon='92.31777' />
+  <node id='-98580' lat='23.00043' lon='91.7324' />
+  <node id='-98719' lat='31.85248' lon='109.20066' />
+  <node id='-98721' lat='31.71823' lon='109.27619' />
+  <node id='-98723' lat='31.72933' lon='109.58381' />
+  <node id='-98725' lat='32.10177' lon='109.62364' />
+  <node id='-98727' lat='32.3028' lon='109.49901' />
+  <node id='-98729' lat='32.48543' lon='109.55703' />
+  <node id='-98731' lat='32.61508' lon='109.71393' />
+  <node id='-98733' lat='32.55144' lon='110.04524' />
+  <node id='-98735' lat='32.62029' lon='110.19218' />
+  <node id='-98737' lat='32.81238' lon='110.13725' />
+  <node id='-98739' lat='32.86041' lon='110.03391' />
+  <node id='-98741' lat='32.87482' lon='110.02481' />
+  <node id='-98743' lat='32.911' lon='109.86259' />
+  <node id='-98745' lat='32.87929' lon='109.79049' />
+  <node id='-98747' lat='32.91273' lon='109.75925' />
+  <node id='-98749' lat='33.0691' lon='109.79324' />
+  <node id='-98751' lat='33.15479' lon='109.42794' />
+  <node id='-98753' lat='33.2783' lon='109.61299' />
+  <node id='-98755' lat='33.19158' lon='110.03974' />
+  <node id='-98757' lat='33.20996' lon='110.16197' />
+  <node id='-98759' lat='33.15882' lon='110.22926' />
+  <node id='-98761' lat='33.17721' lon='110.46958' />
+  <node id='-98763' lat='33.26653' lon='110.55713' />
+  <node id='-98765' lat='33.09384' lon='110.7003' />
+  <node id='-98767' lat='33.2605' lon='110.9801' />
+  <node id='-98769' lat='33.56771' lon='111.0189' />
+  <node id='-98771' lat='33.67978' lon='110.84106' />
+  <node id='-98773' lat='33.89093' lon='110.587' />
+  <node id='-98775' lat='34.18056' lon='110.6385' />
+  <node id='-98777' lat='34.519' lon='110.35388' />
+  <node id='-98779' lat='34.58432' lon='110.41122' />
+  <node id='-98781' lat='34.62784' lon='110.23921' />
+  <node id='-98783' lat='34.90733' lon='110.2272' />
+  <node id='-98785' lat='35.139' lon='110.36041' />
+  <node id='-98787' lat='35.30728' lon='110.40572' />
+  <node id='-98789' lat='35.64948' lon='110.61035' />
+  <node id='-98791' lat='36.1606' lon='110.43594' />
+  <node id='-98793' lat='36.56039' lon='110.4895' />
+  <node id='-98795' lat='36.99816' lon='110.39474' />
+  <node id='-98801' lat='37.45169' lon='110.74665' />
+  <node id='-98803' lat='37.62946' lon='110.77377' />
+  <node id='-98805' lat='37.92578' lon='110.58357' />
+  <node id='-98807' lat='38.02862' lon='110.49636' />
+  <node id='-98809' lat='38.20905' lon='110.5149' />
+  <node id='-98811' lat='38.44713' lon='110.80192' />
+  <node id='-98813' lat='38.45842' lon='110.87333' />
+  <node id='-98815' lat='38.65522' lon='110.88775' />
+  <node id='-98817' lat='38.75836' lon='110.95745' />
+  <node id='-98819' lat='38.90706' lon='111.00963' />
+  <node id='-98821' lat='38.97836' lon='110.97495' />
+  <node id='-98823' lat='39.02158' lon='111.04637' />
+  <node id='-98825' lat='39.02985' lon='111.09134' />
+  <node id='-98827' lat='39.10741' lon='111.1576' />
+  <node id='-98829' lat='39.30003' lon='111.23897' />
+  <node id='-98831' lat='39.30508' lon='111.19228' />
+  <node id='-98911' lat='26.30449' lon='109.45129' />
+  <node id='-98913' lat='26.28664' lon='109.28649' />
+  <node id='-98915' lat='26.57931' lon='109.38056' />
+  <node id='-98917' lat='26.70022' lon='109.28581' />
+  <node id='-98919' lat='26.75726' lon='109.51652' />
+  <node id='-98921' lat='27.06524' lon='109.49043' />
+  <node id='-98923' lat='27.15264' lon='109.40734' />
+  <node id='-98925' lat='27.06462' lon='109.13268' />
+  <node id='-98927' lat='27.00652' lon='108.87451' />
+  <node id='-98929' lat='27.08908' lon='108.78936' />
+  <node id='-98931' lat='27.29643' lon='109.0472' />
+  <node id='-98933' lat='27.33578' lon='109.04651' />
+  <node id='-98935' lat='27.3495' lon='109.10659' />
+  <node id='-98937' lat='27.45344' lon='109.14642' />
+  <node id='-98939' lat='27.42541' lon='109.2937' />
+  <node id='-98941' lat='27.5722' lon='109.45197' />
+  <node id='-98943' lat='27.69508' lon='109.46708' />
+  <node id='-98945' lat='27.78198' lon='109.33799' />
+  <node id='-98947' lat='27.9856' lon='109.31533' />
+  <node id='-98949' lat='28.03683' lon='109.38056' />
+  <node id='-98951' lat='28.05531' lon='109.29336' />
+  <node id='-98953' lat='28.27717' lon='109.39807' />
+  <node id='-98955' lat='28.3145' lon='109.26881' />
+  <node id='-98957' lat='28.3772' lon='109.28495' />
+  <node id='-98959' lat='28.39034' lon='109.2616' />
+  <node id='-98961' lat='28.4711' lon='109.25302' />
+  <node id='-98963' lat='28.49849' lon='109.26993' />
+  <node id='-98965' lat='28.51787' lon='109.26727' />
+  <node id='-98967' lat='28.52202' lon='109.27645' />
+  <node id='-98969' lat='28.57268' lon='109.29121' />
+  <node id='-98971' lat='28.58595' lon='109.31576' />
+  <node id='-98973' lat='28.62913' lon='109.29671' />
+  <node id='-98975' lat='28.60275' lon='109.19466' />
+  <node id='-98977' lat='28.63184' lon='109.18556' />
+  <node id='-98979' lat='28.73018' lon='109.29885' />
+  <node id='-98981' lat='28.78255' lon='109.23688' />
+  <node id='-98983' lat='28.87985' lon='109.23208' />
+  <node id='-98985' lat='29.05827' lon='109.31877' />
+  <node id='-99011' lat='28.50437' lon='109.26898' />
+  <node id='-99017' lat='28.4969' lon='109.24324' />
+  <node id='-99021' lat='28.48317' lon='109.22753' />
+  <node id='-99023' lat='28.48642' lon='109.20075' />
+  <node id='-99025' lat='28.4582' lon='109.17054' />
+  <node id='-99027' lat='28.42597' lon='109.15981' />
+  <node id='-99029' lat='28.18884' lon='109.08531' />
+  <node id='-99031' lat='28.20972' lon='109.02385' />
+  <node id='-99033' lat='28.15828' lon='108.99707' />
+  <node id='-99035' lat='28.22182' lon='108.88137' />
+  <node id='-99037' lat='28.2073' lon='108.75091' />
+  <node id='-99039' lat='28.29228' lon='108.72001' />
+  <node id='-99041' lat='28.31465' lon='108.76739' />
+  <node id='-99043' lat='28.42492' lon='108.77872' />
+  <node id='-99045' lat='28.50098' lon='108.70731' />
+  <node id='-99047' lat='28.46506' lon='108.63178' />
+  <node id='-99049' lat='28.40136' lon='108.68911' />
+  <node id='-99051' lat='28.3343' lon='108.65959' />
+  <node id='-99053' lat='28.32523' lon='108.60706' />
+  <node id='-99055' lat='28.37931' lon='108.56414' />
+  <node id='-99057' lat='28.44092' lon='108.60603' />
+  <node id='-99059' lat='28.5423' lon='108.56552' />
+  <node id='-99061' lat='28.54924' lon='108.60877' />
+  <node id='-99063' lat='28.6457' lon='108.63109' />
+  <node id='-99065' lat='28.65112' lon='108.52981' />
+  <node id='-99067' lat='28.62852' lon='108.45874' />
+  <node id='-99069' lat='28.68637' lon='108.33103' />
+  <node id='-99071' lat='28.80647' lon='108.38012' />
+  <node id='-99073' lat='29.09577' lon='108.28708' />
+  <node id='-99075' lat='29.02405' lon='108.22837' />
+  <node id='-99077' lat='29.07207' lon='108.18477' />
+  <node id='-99079' lat='29.05737' lon='108.14323' />
+  <node id='-99081' lat='29.09037' lon='108.0622' />
+  <node id='-99083' lat='29.04206' lon='108.00899' />
+  <node id='-99085' lat='29.01114' lon='107.88574' />
+  <node id='-99087' lat='28.96309' lon='107.84042' />
+  <node id='-99089' lat='29.21031' lon='107.75184' />
+  <node id='-99091' lat='29.14916' lon='107.67219' />
+  <node id='-99093' lat='29.19472' lon='107.4044' />
+  <node id='-99095' lat='29.00333' lon='107.36457' />
+  <node id='-99097' lat='28.93845' lon='107.44148' />
+  <node id='-99099' lat='28.76103' lon='107.26089' />
+  <node id='-99101' lat='28.88977' lon='107.1833' />
+  <node id='-99103' lat='28.86031' lon='106.98211' />
+  <node id='-99105' lat='28.76585' lon='106.96838' />
+  <node id='-99107' lat='28.80436' lon='106.88804' />
+  <node id='-99109' lat='28.7514' lon='106.81182' />
+  <node id='-99111' lat='28.62611' lon='106.86881' />
+  <node id='-99113' lat='28.58934' lon='106.81251' />
+  <node id='-99115' lat='28.62732' lon='106.76238' />
+  <node id='-99117' lat='28.55919' lon='106.77406' />
+  <node id='-99119' lat='28.44997' lon='106.70677' />
+  <node id='-99121' lat='28.51153' lon='106.55914' />
+  <node id='-99123' lat='28.66649' lon='106.65183' />
+  <node id='-99125' lat='28.70624' lon='106.5715' />
+  <node id='-99127' lat='28.84106' lon='106.46781' />
+  <node id='-99129' lat='28.78631' lon='106.44927' />
+  <node id='-99131' lat='28.67673' lon='106.51245' />
+  <node id='-99133' lat='28.53567' lon='106.47743' />
+  <node id='-99241' lat='29.12217' lon='109.22916' />
+  <node id='-99243' lat='29.21855' lon='109.10745' />
+  <node id='-99245' lat='29.36691' lon='109.10419' />
+  <node id='-99247' lat='29.4055' lon='109.05029' />
+  <node id='-99249' lat='29.33085' lon='108.97647' />
+  <node id='-99251' lat='29.32651' lon='108.90918' />
+  <node id='-99253' lat='29.43601' lon='108.93836' />
+  <node id='-99255' lat='29.46411' lon='108.86455' />
+  <node id='-99257' lat='29.60331' lon='108.90918' />
+  <node id='-99259' lat='29.70132' lon='108.68499' />
+  <node id='-99261' lat='29.85255' lon='108.67641' />
+  <node id='-99263' lat='29.86863' lon='108.6098' />
+  <node id='-99265' lat='29.71966' lon='108.4917' />
+  <node id='-99267' lat='29.84064' lon='108.3657' />
+  <node id='-99269' lat='29.8722' lon='108.5202' />
+  <node id='-99271' lat='30.25669' lon='108.58131' />
+  <node id='-99273' lat='30.38827' lon='108.40072' />
+  <node id='-99275' lat='30.49306' lon='108.41789' />
+  <node id='-99277' lat='30.48211' lon='108.56998' />
+  <node id='-99279' lat='30.53979' lon='108.63796' />
+  <node id='-99281' lat='30.60098' lon='108.6589' />
+  <node id='-99283' lat='30.4972' lon='108.7413' />
+  <node id='-99285' lat='30.50311' lon='108.83056' />
+  <node id='-99287' lat='30.62934' lon='108.96995' />
+  <node id='-99289' lat='30.65637' lon='109.04273' />
+  <node id='-99291' lat='30.6385' lon='109.11861' />
+  <node id='-99293' lat='30.59418' lon='109.08256' />
+  <node id='-99295' lat='30.52086' lon='109.13749' />
+  <node id='-99297' lat='30.63584' lon='109.30469' />
+  <node id='-99299' lat='30.48625' lon='109.35138' />
+  <node id='-99301' lat='30.66154' lon='109.53025' />
+  <node id='-99303' lat='30.91106' lon='109.92919' />
+  <node id='-99305' lat='30.79729' lon='110.06652' />
+  <node id='-99307' lat='30.9829' lon='110.16952' />
+  <node id='-99309' lat='31.09527' lon='110.1139' />
+  <node id='-99311' lat='31.15405' lon='110.20042' />
+  <node id='-99313' lat='31.41108' lon='110.12695' />
+  <node id='-99315' lat='31.58497' lon='109.73522' />
+  <node id='-99317' lat='31.7083' lon='109.72595' />
+  <node id='-99434' lat='20.2622' lon='111.04979' />
+  <node id='-99504' lat='23.10828' lon='117.76968' />
+  <node id='-99515' lat='23.73884' lon='117.05863' />
+  <node id='-99519' lat='23.90655' lon='116.96353' />
+  <node id='-99521' lat='23.95739' lon='116.97589' />
+  <node id='-99523' lat='24.00099' lon='116.97933' />
+  <node id='-99525' lat='24.09097' lon='116.91478' />
+  <node id='-99527' lat='24.18402' lon='116.99512' />
+  <node id='-99529' lat='24.23256' lon='116.93023' />
+  <node id='-99531' lat='24.40025' lon='116.89693' />
+  <node id='-99537' lat='24.5415' lon='116.7517' />
+  <node id='-99539' lat='24.68352' lon='116.81076' />
+  <node id='-99545' lat='24.60332' lon='116.51859' />
+  <node id='-99547' lat='24.67977' lon='116.48735' />
+  <node id='-99551' lat='24.80231' lon='116.37062' />
+  <node id='-99553' lat='24.84313' lon='116.40975' />
+  <node id='-99555' lat='24.86899' lon='116.34761' />
+  <node id='-99557' lat='24.79857' lon='116.29886' />
+  <node id='-99561' lat='24.84718' lon='116.20754' />
+  <node id='-99563' lat='24.85528' lon='116.05201' />
+  <node id='-99565' lat='24.92193' lon='115.96618' />
+  <node id='-99567' lat='24.94123' lon='115.88859' />
+  <node id='-99569' lat='24.87833' lon='115.89889' />
+  <node id='-99571' lat='24.86743' lon='115.86696' />
+  <node id='-99573' lat='24.91539' lon='115.82405' />
+  <node id='-99575' lat='24.79109' lon='115.76362' />
+  <node id='-99577' lat='24.71221' lon='115.76499' />
+  <node id='-99579' lat='24.69131' lon='115.80379' />
+  <node id='-99581' lat='24.63703' lon='115.78559' />
+  <node id='-99583' lat='24.5671' lon='115.84327' />
+  <node id='-99585' lat='24.54056' lon='115.69358' />
+  <node id='-99587' lat='24.61799' lon='115.65444' />
+  <node id='-99589' lat='24.62954' lon='115.56381' />
+  <node id='-99591' lat='24.76584' lon='115.46699' />
+  <node id='-99593' lat='24.76803' lon='115.37738' />
+  <node id='-99595' lat='24.66792' lon='115.10822' />
+  <node id='-99597' lat='24.70753' lon='115.06599' />
+  <node id='-99599' lat='24.6467' lon='114.93415' />
+  <node id='-99601' lat='24.67478' lon='114.9266' />
+  <node id='-99603' lat='24.55805' lon='114.85897' />
+  <node id='-99605' lat='24.58178' lon='114.8442' />
+  <node id='-99607' lat='24.6055' lon='114.72576' />
+  <node id='-99613' lat='24.48464' lon='114.4178' />
+  <node id='-99615' lat='24.58865' lon='114.35462' />
+  <node id='-99617' lat='24.6545' lon='114.17541' />
+  <node id='-99619' lat='25.08746' lon='114.57092' />
+  <node id='-99621' lat='25.13036' lon='114.74739' />
+  <node id='-99623' lat='25.42281' lon='114.5565' />
+  <node id='-99625' lat='25.29685' lon='114.19464' />
+  <node id='-99627' lat='25.28319' lon='114.00924' />
+  <node id='-99629' lat='25.40916' lon='113.98315' />
+  <node id='-99631' lat='25.30802' lon='113.56635' />
+  <node id='-99633' lat='25.51486' lon='113.26217' />
+  <node id='-99637' lat='25.47039' lon='113.12725' />
+  <node id='-99639' lat='25.34976' lon='113.01721' />
+  <node id='-99641' lat='25.31501' lon='112.89653' />
+  <node id='-99643' lat='25.34278' lon='112.84984' />
+  <node id='-99645' lat='25.24857' lon='112.8713' />
+  <node id='-99647' lat='25.24857' lon='112.98923' />
+  <node id='-99649' lat='25.20059' lon='113.02854' />
+  <node id='-99651' lat='25.16361' lon='112.96674' />
+  <node id='-99657' lat='24.93999' lon='113.00571' />
+  <node id='-99659' lat='24.89328' lon='112.7798' />
+  <node id='-99661' lat='25.08622' lon='112.70393' />
+  <node id='-99663' lat='25.13751' lon='112.65174' />
+  <node id='-99675' lat='25.18987' lon='112.18963' />
+  <node id='-99677' lat='25.00535' lon='112.13504' />
+  <node id='-99679' lat='24.96582' lon='112.11547' />
+  <node id='-99681' lat='24.91944' lon='112.17143' />
+  <node id='-99683' lat='24.82662' lon='112.15015' />
+  <node id='-99758' lat='29.11829' lon='109.2346' />
+  <node id='-99760' lat='29.55613' lon='109.45678' />
+  <node id='-99762' lat='29.62331' lon='109.53609' />
+  <node id='-99764' lat='29.60928' lon='109.70088' />
+  <node id='-99766' lat='29.76556' lon='109.78637' />
+  <node id='-99768' lat='29.78374' lon='110.14514' />
+  <node id='-99770' lat='29.63345' lon='110.37036' />
+  <node id='-99772' lat='29.77272' lon='110.64742' />
+  <node id='-99774' lat='29.91923' lon='110.4943' />
+  <node id='-99776' lat='30.06523' lon='110.52246' />
+  <node id='-99778' lat='30.04888' lon='110.75386' />
+  <node id='-99780' lat='30.12523' lon='110.75729' />
+  <node id='-99782' lat='30.06493' lon='110.94646' />
+  <node id='-99784' lat='30.04383' lon='111.24481' />
+  <node id='-99786' lat='29.91268' lon='111.40274' />
+  <node id='-99788' lat='29.93232' lon='111.51912' />
+  <node id='-99790' lat='29.89006' lon='111.6053' />
+  <node id='-99792' lat='29.91209' lon='111.79447' />
+  <node id='-99794' lat='29.82843' lon='111.95548' />
+  <node id='-99796' lat='29.73188' lon='112.06706' />
+  <node id='-99798' lat='29.66001' lon='112.10861' />
+  <node id='-99800' lat='29.65673' lon='112.2377' />
+  <node id='-99802' lat='29.50147' lon='112.28713' />
+  <node id='-99804' lat='29.6433' lon='112.46566' />
+  <node id='-99806' lat='29.59734' lon='112.68093' />
+  <node id='-99808' lat='29.74917' lon='112.80796' />
+  <node id='-99810' lat='29.79328' lon='112.8955' />
+  <node id='-99812' lat='29.69014' lon='112.9264' />
+  <node id='-99814' lat='29.47188' lon='112.94769' />
+  <node id='-99816' lat='29.46112' lon='113.15505' />
+  <node id='-99818' lat='29.82813' lon='113.51898' />
+  <node id='-99820' lat='29.67254' lon='113.56704' />
+  <node id='-99822' lat='29.58928' lon='113.7363' />
+  <node id='-99824' lat='29.52118' lon='113.62403' />
+  <node id='-99826' lat='29.44767' lon='113.7569' />
+  <node id='-99828' lat='29.25914' lon='113.59588' />
+  <node id='-99830' lat='29.2187' lon='113.69132' />
+  <node id='-99832' lat='29.06637' lon='113.69132' />
+  <node id='-99834' lat='29.10837' lon='113.81835' />
+  <node id='-99836' lat='29.04056' lon='113.85749' />
+  <node id='-99838' lat='29.05196' lon='113.9447' />
+  <node id='-99840' lat='28.89758' lon='114.01817' />
+  <node id='-99842' lat='28.77187' lon='114.14932' />
+  <node id='-99844' lat='28.55919' lon='114.07653' />
+  <node id='-99846' lat='28.38233' lon='114.25094' />
+  <node id='-99848' lat='28.15253' lon='113.99963' />
+  <node id='-99850' lat='28.06289' lon='114.03945' />
+  <node id='-99852' lat='27.9477' lon='113.74351' />
+  <node id='-99854' lat='27.8755' lon='113.72085' />
+  <node id='-99856' lat='27.81782' lon='113.75656' />
+  <node id='-99858' lat='27.63365' lon='113.59863' />
+  <node id='-99860' lat='27.42114' lon='113.5976' />
+  <node id='-99862' lat='27.41017' lon='113.62232' />
+  <node id='-99864' lat='27.34859' lon='113.62232' />
+  <node id='-99866' lat='27.38548' lon='113.875' />
+  <node id='-99868' lat='27.11781' lon='113.77715' />
+  <node id='-99870' lat='26.94716' lon='113.91517' />
+  <node id='-99872' lat='26.79342' lon='113.83895' />
+  <node id='-99874' lat='26.65513' lon='113.86402' />
+  <node id='-99876' lat='26.61277' lon='113.91208' />
+  <node id='-99878' lat='26.57624' lon='114.104' />
+  <node id='-99880' lat='26.40847' lon='114.07482' />
+  <node id='-99882' lat='26.18193' lon='113.94058' />
+  <node id='-99884' lat='26.20042' lon='114.23789' />
+  <node id='-99888' lat='26.021' lon='114.02606' />
+  <node id='-99890' lat='25.89258' lon='114.00787' />
+  <node id='-99892' lat='25.69908' lon='113.91448' />
+  <node id='-100001' lat='33.10534' lon='111.18163' />
+  <node id='-100003' lat='32.85622' lon='111.29665' />
+  <node id='-100005' lat='32.73732' lon='111.46488' />
+  <node id='-100009' lat='32.59455' lon='111.57474' />
+  <node id='-100013' lat='32.62636' lon='111.67293' />
+  <node id='-100015' lat='32.45864' lon='112.0008' />
+  <node id='-100017' lat='32.32862' lon='112.31323' />
+  <node id='-100019' lat='32.39851' lon='112.55149' />
+  <node id='-100021' lat='32.39213' lon='113.2505' />
+  <node id='-100023' lat='32.27784' lon='113.41804' />
+  <node id='-100025' lat='32.43329' lon='113.71467' />
+  <node id='-100027' lat='32.26855' lon='113.75038' />
+  <node id='-100029' lat='32.08432' lon='113.7284' />
+  <node id='-100031' lat='31.84314' lon='113.84582' />
+  <node id='-100033' lat='31.75736' lon='113.9859' />
+  <node id='-100035' lat='31.85452' lon='114.18708' />
+  <node id='-100037' lat='31.71648' lon='114.58465' />
+  <node id='-100039' lat='31.45092' lon='114.83184' />
+  <node id='-100041' lat='31.58204' lon='115.21018' />
+  <node id='-100043' lat='31.14465' lon='115.57823' />
+  <node id='-100045' lat='31.20604' lon='115.69667' />
+  <node id='-100047' lat='31.10527' lon='115.77461' />
+  <node id='-100049' lat='31.1423' lon='115.87692' />
+  <node id='-100051' lat='30.96966' lon='116.07776' />
+  <node id='-100053' lat='30.8312' lon='115.84156' />
+  <node id='-100055' lat='30.75865' lon='115.85082' />
+  <node id='-100057' lat='30.6701' lon='115.7698' />
+  <node id='-100059' lat='30.50992' lon='115.90061' />
+  <node id='-100061' lat='30.30472' lon='115.91949' />
+  <node id='-100063' lat='30.12434' lon='116.08222' />
+  <node id='-100065' lat='29.82754' lon='116.12823' />
+  <node id='-100067' lat='29.71906' lon='115.93803' />
+  <node id='-100069' lat='29.85851' lon='115.65994' />
+  <node id='-100071' lat='29.8323' lon='115.50064' />
+  <node id='-100073' lat='29.67492' lon='115.40107' />
+  <node id='-100075' lat='29.63674' lon='115.26786' />
+  <node id='-100077' lat='29.68029' lon='115.11199' />
+  <node id='-100079' lat='29.50176' lon='115.16693' />
+  <node id='-100081' lat='29.55852' lon='114.95063' />
+  <node id='-100083' lat='29.38397' lon='114.88128' />
+  <node id='-100085' lat='29.31993' lon='114.25231' />
+  <node id='-100087' lat='29.2193' lon='114.23034' />
+  <node id='-100089' lat='29.20761' lon='114.0525' />
+  <node id='-100209' lat='34.65354' lon='110.8905' />
+  <node id='-100211' lat='34.81831' lon='111.1576' />
+  <node id='-100213' lat='34.79294' lon='111.22695' />
+  <node id='-100215' lat='34.84649' lon='111.57508' />
+  <node id='-100217' lat='35.07159' lon='111.82228' />
+  <node id='-100219' lat='35.04517' lon='112.03994' />
+  <node id='-100221' lat='35.27981' lon='112.05505' />
+  <node id='-100223' lat='35.20635' lon='112.76916' />
+  <node id='-100225' lat='35.35937' lon='113.02802' />
+  <node id='-100227' lat='35.52943' lon='113.48945' />
+  <node id='-100229' lat='35.67626' lon='113.60961' />
+  <node id='-100231' lat='35.81614' lon='113.57597' />
+  <node id='-100233' lat='35.83507' lon='113.65287' />
+  <node id='-100235' lat='36.36103' lon='113.72909' />
+  <node id='-100237' lat='36.33172' lon='114.02435' />
+  <node id='-100239' lat='36.12345' lon='114.61418' />
+  <node id='-100241' lat='36.13066' lon='114.91287' />
+  <node id='-100243' lat='36.04354' lon='114.91493' />
+  <node id='-100245' lat='36.22544' lon='115.19714' />
+  <node id='-100247' lat='36.07518' lon='115.31936' />
+  <node id='-100249' lat='36.15506' lon='115.48072' />
+  <node id='-100251' lat='36.01078' lon='115.43197' />
+  <node id='-100253' lat='35.95021' lon='115.35026' />
+  <node id='-100255' lat='35.77771' lon='115.35644' />
+  <node id='-100259' lat='35.92297' lon='115.49171' />
+  <node id='-100261' lat='35.91936' lon='115.64414' />
+  <node id='-100263' lat='36.11069' lon='116.0939' />
+  <node id='-100265' lat='35.963' lon='116.03073' />
+  <node id='-100267' lat='35.91185' lon='115.87005' />
+  <node id='-100269' lat='35.76211' lon='115.67985' />
+  <node id='-100271' lat='35.64111' lon='115.41206' />
+  <node id='-100273' lat='35.47744' lon='115.32966' />
+  <node id='-100275' lat='35.40416' lon='115.07903' />
+  <node id='-100277' lat='35.19962' lon='114.91218' />
+  <node id='-100279' lat='34.994' lon='114.82429' />
+  <node id='-100281' lat='35.00187' lon='115.13122' />
+  <node id='-100283' lat='34.94814' lon='115.21465' />
+  <node id='-100285' lat='34.90817' lon='115.19439' />
+  <node id='-100287' lat='34.8014' lon='115.42545' />
+  <node id='-100289' lat='34.63659' lon='115.45394' />
+  <node id='-100291' lat='34.55577' lon='115.67916' />
+  <node id='-100293' lat='34.60665' lon='116.09596' />
+  <node id='-100295' lat='34.51759' lon='116.19792' />
+  <node id='-100297' lat='34.37177' lon='116.2429' />
+  <node id='-100299' lat='34.27537' lon='116.57867' />
+  <node id='-100301' lat='34.09588' lon='116.53266' />
+  <node id='-100303' lat='33.96585' lon='116.64974' />
+  <node id='-100305' lat='33.8858' lon='116.63806' />
+  <node id='-100307' lat='33.72148' lon='116.22951' />
+  <node id='-100309' lat='33.71148' lon='116.14986' />
+  <node id='-100311' lat='33.83563' lon='116.03176' />
+  <node id='-100313' lat='33.85787' lon='116.05545' />
+  <node id='-100315' lat='33.90376' lon='115.96034' />
+  <node id='-100317' lat='33.97439' lon='115.99845' />
+  <node id='-100319' lat='34.07598' lon='115.76431' />
+  <node id='-100321' lat='34.02563' lon='115.59059' />
+  <node id='-100323' lat='33.8821' lon='115.54801' />
+  <node id='-100325' lat='33.57115' lon='115.62286' />
+  <node id='-100327' lat='33.5185' lon='115.34957' />
+  <node id='-100329' lat='33.20709' lon='115.30769' />
+  <node id='-100331' lat='33.08348' lon='115.13465' />
+  <node id='-100333' lat='33.14387' lon='114.91287' />
+  <node id='-100335' lat='32.97295' lon='114.88128' />
+  <node id='-100337' lat='32.84844' lon='115.20675' />
+  <node id='-100339' lat='32.59946' lon='115.1889' />
+  <node id='-100341' lat='32.53813' lon='115.44982' />
+  <node id='-100343' lat='32.38634' lon='115.56312' />
+  <node id='-100345' lat='32.57922' lon='115.91812' />
+  <node id='-100347' lat='32.45705' lon='115.86181' />
+  <node id='-100349' lat='32.06861' lon='115.93872' />
+  <node id='-100351' lat='31.77195' lon='115.87005' />
+  <node id='-100353' lat='31.76145' lon='115.64002' />
+  <node id='-100355' lat='31.65045' lon='115.4718' />
+  <node id='-100357' lat='31.40228' lon='115.36165' />
+  <node id='-100398' lat='38.26514' lon='117.84484' />
+  <node id='-100400' lat='38.07296' lon='117.69378' />
+  <node id='-100402' lat='38.06323' lon='117.55439' />
+  <node id='-100404' lat='37.83636' lon='117.40745' />
+  <node id='-100406' lat='37.84015' lon='116.79153' />
+  <node id='-100408' lat='37.46995' lon='116.42143' />
+  <node id='-100410' lat='37.58485' lon='116.31912' />
+  <node id='-100412' lat='37.46177' lon='116.21887' />
+  <node id='-100414' lat='37.35978' lon='116.23466' />
+  <node id='-100416' lat='37.33304' lon='115.96755' />
+  <node id='-100418' lat='37.0475' lon='115.83366' />
+  <node id='-100420' lat='36.79828' lon='115.62629' />
+  <node id='-100422' lat='36.75759' lon='115.47866' />
+  <node id='-100424' lat='36.47927' lon='115.27336' />
+  <node id='-100449' lat='34.64676' lon='116.37405' />
+  <node id='-100451' lat='34.89944' lon='116.43859' />
+  <node id='-100453' lat='34.88367' lon='116.96456' />
+  <node id='-100455' lat='34.52692' lon='117.15957' />
+  <node id='-100457' lat='34.51447' lon='117.78991' />
+  <node id='-100459' lat='34.68404' lon='117.93411' />
+  <node id='-100461' lat='34.54389' lon='118.14559' />
+  <node id='-100463' lat='34.36837' lon='118.17718' />
+  <node id='-100465' lat='34.44655' lon='118.42849' />
+  <node id='-100467' lat='34.69194' lon='118.51226' />
+  <node id='-100469' lat='34.73822' lon='118.76495' />
+  <node id='-100471' lat='35.04349' lon='118.88442' />
+  <node id='-100473' lat='35.07833' lon='119.30259' />
+  <node id='-100490' lat='25.22544' lon='115.8625' />
+  <node id='-100492' lat='25.32789' lon='116.00601' />
+  <node id='-100494' lat='25.87899' lon='116.14265' />
+  <node id='-100496' lat='25.971' lon='116.36444' />
+  <node id='-100498' lat='26.15728' lon='116.50039' />
+  <node id='-100500' lat='26.23368' lon='116.38572' />
+  <node id='-100502' lat='26.49024' lon='116.64321' />
+  <node id='-100504' lat='26.70145' lon='116.51412' />
+  <node id='-100506' lat='26.92513' lon='116.60476' />
+  <node id='-100508' lat='27.1062' lon='117.05451' />
+  <node id='-100510' lat='27.2943' lon='117.16918' />
+  <node id='-100512' lat='27.66163' lon='117.01469' />
+  <node id='-100514' lat='27.76801' lon='117.31269' />
+  <node id='-100516' lat='27.87671' lon='117.28523' />
+  <node id='-100518' lat='27.96408' lon='117.56332' />
+  <node id='-100520' lat='27.82268' lon='117.67249' />
+  <node id='-100522' lat='27.83027' lon='117.7518' />
+  <node id='-100524' lat='27.94891' lon='117.85274' />
+  <node id='-100526' lat='27.99167' lon='118.08792' />
+  <node id='-100528' lat='28.05743' lon='118.16413' />
+  <node id='-100530' lat='28.09409' lon='118.35296' />
+  <node id='-100532' lat='28.19369' lon='118.36875' />
+  <node id='-100534' lat='28.22878' lon='118.31245' />
+  <node id='-100536' lat='28.32856' lon='118.48308' />
+  <node id='-100538' lat='28.41193' lon='118.43364' />
+  <node id='-100540' lat='28.47925' lon='118.47381' />
+  <node id='-100542' lat='28.57457' lon='118.40343' />
+  <node id='-100544' lat='28.68486' lon='118.4254' />
+  <node id='-100546' lat='28.8164' lon='118.3509' />
+  <node id='-100548' lat='28.92523' lon='118.25134' />
+  <node id='-100550' lat='29.10057' lon='118.0323' />
+  <node id='-100552' lat='29.2852' lon='118.07281' />
+  <node id='-100554' lat='29.48503' lon='118.33717' />
+  <node id='-100556' lat='29.52447' lon='118.48548' />
+  <node id='-100558' lat='29.76258' lon='118.75808' />
+  <node id='-100560' lat='30.02332' lon='118.89816' />
+  <node id='-100562' lat='30.16709' lon='118.85627' />
+  <node id='-100564' lat='29.38178' lon='118.20052' />
+  <node id='-100569' lat='29.42853' lon='118.1195' />
+  <node id='-100573' lat='29.53523' lon='118.12705' />
+  <node id='-100575' lat='29.55852' lon='117.69584' />
+  <node id='-100577' lat='29.69222' lon='117.45483' />
+  <node id='-100579' lat='29.89899' lon='117.24952' />
+  <node id='-100581' lat='29.82634' lon='117.06893' />
+  <node id='-100583' lat='29.69759' lon='117.09091' />
+  <node id='-100585' lat='29.58301' lon='116.70913' />
+  <node id='-100587' lat='29.70117' lon='116.64939' />
+  <node id='-100589' lat='29.94541' lon='116.91993' />
+  <node id='-100591' lat='30.06077' lon='116.74278' />
+  <node id='-100593' lat='30.04769' lon='116.57936' />
+  <node id='-100595' lat='29.89899' lon='116.52992' />
+  <node id='-100689' lat='26.8787' lon='121.03532' />
+  <node id='-100692' lat='27.17219' lon='120.43281' />
+  <node id='-100694' lat='27.20273' lon='120.40603' />
+  <node id='-100696' lat='27.26531' lon='120.42011' />
+  <node id='-100698' lat='27.43089' lon='120.25909' />
+  <node id='-100700' lat='27.42053' lon='120.13275' />
+  <node id='-100702' lat='27.34371' lon='120.03662' />
+  <node id='-100704' lat='27.30741' lon='119.76985' />
+  <node id='-100706' lat='27.5381' lon='119.65999' />
+  <node id='-100708' lat='27.67988' lon='119.61845' />
+  <node id='-100710' lat='27.43425' lon='119.25247' />
+  <node id='-100712' lat='27.44186' lon='119.12132' />
+  <node id='-100714' lat='27.47294' lon='118.89541' />
+  <node id='-100716' lat='27.64643' lon='118.89678' />
+  <node id='-100718' lat='27.94164' lon='118.79722' />
+  <node id='-100720' lat='27.98773' lon='118.71002' />
+  <node id='-100722' lat='28.24572' lon='118.79035' />
+  <node id='-100724' lat='28.28594' lon='118.53973' />
+  <node id='-100726' lat='28.23876' lon='118.47759' />
+  <node id='-100728' lat='28.29239' lon='118.42121' />
+  <node id='-100793' lat='30.20508' lon='118.90914' />
+  <node id='-100795' lat='30.35391' lon='118.89404' />
+  <node id='-100797' lat='30.28871' lon='119.22912' />
+  <node id='-100799' lat='30.37761' lon='119.38705' />
+  <node id='-100801' lat='30.53032' lon='119.31152' />
+  <node id='-100803' lat='30.53062' lon='119.23393' />
+  <node id='-100805' lat='30.61575' lon='119.24663' />
+  <node id='-100807' lat='30.69018' lon='119.38671' />
+  <node id='-100809' lat='30.64145' lon='119.43134' />
+  <node id='-100811' lat='30.85743' lon='119.57382' />
+  <node id='-100813' lat='30.97407' lon='119.58412' />
+  <node id='-100815' lat='31.1329' lon='119.63149' />
+  <node id='-100817' lat='31.11174' lon='119.57656' />
+  <node id='-100819' lat='31.1611' lon='119.50378' />
+  <node id='-100821' lat='31.19107' lon='119.36782' />
+  <node id='-100823' lat='31.30143' lon='119.35134' />
+  <node id='-100825' lat='31.25272' lon='119.27238' />
+  <node id='-100827' lat='31.29908' lon='119.17968' />
+  <node id='-100829' lat='31.23394' lon='119.07257' />
+  <node id='-100831' lat='31.23394' lon='118.78761' />
+  <node id='-100833' lat='31.29967' lon='118.71482' />
+  <node id='-100835' lat='31.43745' lon='118.86314' />
+  <node id='-100837' lat='31.62415' lon='118.8652' />
+  <node id='-100839' lat='31.67851' lon='118.73954' />
+  <node id='-100841' lat='31.62415' lon='118.71894' />
+  <node id='-100843' lat='31.64812' lon='118.64204' />
+  <node id='-100845' lat='31.7194' lon='118.69354' />
+  <node id='-100847' lat='31.78246' lon='118.47587' />
+  <node id='-100849' lat='31.84373' lon='118.49716' />
+  <node id='-100851' lat='31.93788' lon='118.35605' />
+  <node id='-100853' lat='32.02612' lon='118.39004' />
+  <node id='-100855' lat='32.14393' lon='118.50128' />
+  <node id='-100857' lat='32.19479' lon='118.50299' />
+  <node id='-100859' lat='32.21657' lon='118.64444' />
+  <node id='-100861' lat='32.36198' lon='118.6956' />
+  <node id='-100863' lat='32.45647' lon='118.68049' />
+  <node id='-100865' lat='32.58442' lon='118.54659' />
+  <node id='-100867' lat='32.58905' lon='118.89747' />
+  <node id='-100869' lat='32.45531' lon='119.08218' />
+  <node id='-100871' lat='32.60756' lon='119.22225' />
+  <node id='-100873' lat='32.83286' lon='119.17762' />
+  <node id='-100875' lat='32.95855' lon='118.85559' />
+  <node id='-100877' lat='32.71624' lon='118.7059' />
+  <node id='-100879' lat='32.72144' lon='118.37425' />
+  <node id='-100881' lat='32.9332' lon='118.22456' />
+  <node id='-100883' lat='33.2203' lon='118.20121' />
+  <node id='-100885' lat='33.12777' lon='118.03024' />
+  <node id='-100887' lat='33.33052' lon='117.96775' />
+  <node id='-100889' lat='33.74546' lon='118.18405' />
+  <node id='-100891' lat='33.74718' lon='117.71026' />
+  <node id='-100893' lat='33.89264' lon='117.74322' />
+  <node id='-100895' lat='34.06176' lon='117.50907' />
+  <node id='-100897' lat='34.15556' lon='117.02567' />
+  <node id='-100899' lat='34.39841' lon='116.95014' />
+  <node id='-100972' lat='30.68516' lon='121.26434' />
+  <node id='-100974' lat='30.78726' lon='121.21456' />
+  <node id='-100976' lat='30.78018' lon='121.12152' />
+  <node id='-100978' lat='30.86509' lon='121.12529' />
+  <node id='-100980' lat='30.82265' lon='121.03122' />
+  <node id='-100982' lat='30.89603' lon='120.98865' />
+  <node id='-100984' lat='31.01939' lon='120.98659' />
+  <node id='-100986' lat='31.01822' lon='120.89424' />
+  <node id='-100988' lat='30.99173' lon='120.84754' />
+  <node id='-100990' lat='30.9988' lon='120.7703' />
+  <node id='-100992' lat='30.96289' lon='120.73459' />
+  <node id='-100994' lat='30.957' lon='120.67485' />
+  <node id='-100996' lat='30.88572' lon='120.70747' />
+  <node id='-100998' lat='30.85095' lon='120.64739' />
+  <node id='-101000' lat='30.85566' lon='120.5801' />
+  <node id='-101002' lat='30.75953' lon='120.49873' />
+  <node id='-101004' lat='30.91459' lon='120.42835' />
+  <node id='-101006' lat='30.88896' lon='120.35007' />
+  <node id='-101008' lat='30.97054' lon='120.36208' />
+  <node id='-101010' lat='31.17051' lon='119.91439' />
+  <node id='-101074' lat='31.09028' lon='120.89836' />
+  <node id='-101076' lat='31.10938' lon='120.85475' />
+  <node id='-101078' lat='31.14083' lon='120.88325' />
+  <node id='-101080' lat='31.14171' lon='121.03671' />
+  <node id='-101082' lat='31.16345' lon='121.07276' />
+  <node id='-101084' lat='31.23658' lon='121.05903' />
+  <node id='-101086' lat='31.27356' lon='121.06006' />
+  <node id='-101088' lat='31.28529' lon='121.11808' />
+  <node id='-101090' lat='31.27752' lon='121.1495' />
+  <node id='-101092' lat='31.28515' lon='121.15722' />
+  <node id='-101094' lat='31.31038' lon='121.14057' />
+  <node id='-101096' lat='31.30348' lon='121.12581' />
+  <node id='-101098' lat='31.37459' lon='121.11173' />
+  <node id='-101100' lat='31.41108' lon='121.15447' />
+  <node id='-101102' lat='31.44492' lon='121.14246' />
+  <node id='-101104' lat='31.49704' lon='121.23722' />
+  <node id='-101106' lat='31.47933' lon='121.25335' />
+  <node id='-101108' lat='31.54723' lon='121.3821' />
+  <node id='-101110' lat='31.75853' lon='121.09954' />
+  <node id='-101112' lat='31.88338' lon='121.30554' />
+  <node id='-101114' lat='31.76086' lon='121.44286' />
+  <node id='-101116' lat='31.63818' lon='121.76147' />
+  <node id='-101118' lat='31.76513' lon='122.29378' />
+  <node id='-101340' lat='40.51327' lon='114.28527' />
+  <node id='-101342' lat='40.36695' lon='114.30519' />
+  <node id='-101344' lat='40.3366' lon='114.54482' />
+  <node id='-101346' lat='40.0192' lon='113.89114' />
+  <node id='-101348' lat='39.83121' lon='114.41093' />
+  <node id='-101350' lat='39.60568' lon='114.39376' />
+  <node id='-101352' lat='39.55276' lon='114.5613' />
+  <node id='-101354' lat='39.07997' lon='114.3402' />
+  <node id='-101356' lat='39.09489' lon='113.94676' />
+  <node id='-101358' lat='38.94499' lon='113.75518' />
+  <node id='-101360' lat='38.76854' lon='113.84101' />
+  <node id='-101362' lat='38.50787' lon='113.53683' />
+  <node id='-101364' lat='38.23871' lon='113.55194' />
+  <node id='-101366' lat='38.16263' lon='113.82797' />
+  <node id='-101368' lat='37.72972' lon='114.02984' />
+  <node id='-101372' lat='37.69387' lon='114.127' />
+  <node id='-101374' lat='37.58594' lon='114.09851' />
+  <node id='-101376' lat='37.0738' lon='113.74488' />
+  <node id='-101378' lat='36.88071' lon='113.78917' />
+  <node id='-101380' lat='36.6976' lon='113.47297' />
+  <node id='-101382' lat='36.4616' lon='113.59554' />
+  <node id='-101433' lat='38.49229' lon='118.33648' />
+  <node id='-101435' lat='38.61472' lon='117.59559' />
+  <node id='-101437' lat='38.61204' lon='117.42736' />
+  <node id='-101439' lat='38.56373' lon='117.24128' />
+  <node id='-101441' lat='38.63189' lon='117.21931' />
+  <node id='-101443' lat='38.58682' lon='117.09297' />
+  <node id='-101445' lat='38.69837' lon='117.02567' />
+  <node id='-101447' lat='38.68658' lon='116.87187' />
+  <node id='-101449' lat='38.74658' lon='116.85539' />
+  <node id='-101451' lat='38.74176' lon='116.75514' />
+  <node id='-101453' lat='38.93751' lon='116.70364' />
+  <node id='-101455' lat='39.04372' lon='116.75926' />
+  <node id='-101457' lat='39.05598' lon='116.85882' />
+  <node id='-101459' lat='39.13112' lon='116.91581' />
+  <node id='-101461' lat='39.16467' lon='116.85539' />
+  <node id='-101463' lat='39.34385' lon='116.87942' />
+  <node id='-101465' lat='39.34491' lon='116.81899' />
+  <node id='-101467' lat='39.43354' lon='116.87049' />
+  <node id='-101469' lat='39.46005' lon='116.77848' />
+  <node id='-101471' lat='39.61415' lon='116.80732' />
+  <node id='-101473' lat='39.59193' lon='116.52065' />
+  <node id='-101475' lat='39.52946' lon='116.46366' />
+  <node id='-101477' lat='39.44494' lon='116.43722' />
+  <node id='-101479' lat='39.4566' lon='116.32942' />
+  <node id='-101481' lat='39.51649' lon='116.23809' />
+  <node id='-101483' lat='39.5787' lon='116.22058' />
+  <node id='-101485' lat='39.57552' lon='115.91365' />
+  <node id='-101487' lat='39.50933' lon='115.81031' />
+  <node id='-101489' lat='39.51251' lon='115.74851' />
+  <node id='-101491' lat='39.60833' lon='115.66268' />
+  <node id='-101493' lat='39.6041' lon='115.51574' />
+  <node id='-101495' lat='39.74177' lon='115.47042' />
+  <node id='-101497' lat='39.77925' lon='115.41755' />
+  <node id='-101499' lat='39.81011' lon='115.56518' />
+  <node id='-101501' lat='39.96449' lon='115.42098' />
+  <node id='-101503' lat='40.07649' lon='115.50338' />
+  <node id='-101505' lat='40.15736' lon='115.76808' />
+  <node id='-101507' lat='40.14633' lon='115.8467' />
+  <node id='-101509' lat='40.27481' lon='115.95382' />
+  <node id='-101511' lat='40.35544' lon='115.90541' />
+  <node id='-101513' lat='40.36145' lon='115.857' />
+  <node id='-101515' lat='40.44668' lon='115.76568' />
+  <node id='-101517' lat='40.46196' lon='115.77632' />
+  <node id='-101519' lat='40.51145' lon='115.73272' />
+  <node id='-101521' lat='40.56128' lon='115.77907' />
+  <node id='-101523' lat='40.5575' lon='115.81615' />
+  <node id='-101525' lat='40.5871' lon='115.82267' />
+  <node id='-101527' lat='40.62646' lon='116.11278' />
+  <node id='-101529' lat='40.79067' lon='116.24565' />
+  <node id='-101531' lat='40.7652' lon='116.46537' />
+  <node id='-101533' lat='40.93037' lon='116.31465' />
+  <node id='-101535' lat='40.89586' lon='116.47602' />
+  <node id='-101537' lat='40.98145' lon='116.44306' />
+  <node id='-101539' lat='40.97989' lon='116.6209' />
+  <node id='-101541' lat='41.06485' lon='116.62605' />
+  <node id='-101543' lat='40.68896' lon='116.98379' />
+  <node id='-101545' lat='40.69938' lon='117.21794' />
+  <node id='-101547' lat='40.65199' lon='117.30789' />
+  <node id='-101549' lat='40.68532' lon='117.43972' />
+  <node id='-101551' lat='40.65069' lon='117.51663' />
+  <node id='-101553' lat='40.63167' lon='117.47749' />
+  <node id='-101555' lat='40.65042' lon='117.44419' />
+  <node id='-101557' lat='40.61851' lon='117.42977' />
+  <node id='-101559' lat='40.63701' lon='117.41432' />
+  <node id='-101561' lat='40.56206' lon='117.40882' />
+  <node id='-101563' lat='40.57719' lon='117.3072' />
+  <node id='-101565' lat='40.54902' lon='117.24781' />
+  <node id='-101567' lat='40.50857' lon='117.25227' />
+  <node id='-101569' lat='40.50126' lon='117.20626' />
+  <node id='-101571' lat='40.43701' lon='117.25913' />
+  <node id='-101573' lat='40.41245' lon='117.22824' />
+  <node id='-101575' lat='40.36616' lon='117.21811' />
+  <node id='-101577' lat='40.27612' lon='117.29587' />
+  <node id='-101579' lat='40.2879' lon='117.32814' />
+  <node id='-101581' lat='40.23131' lon='117.34291' />
+  <node id='-101583' lat='40.22607' lon='117.5537' />
+  <node id='-101585' lat='40.05389' lon='117.75558' />
+  <node id='-101587' lat='39.96659' lon='117.78648' />
+  <node id='-101589' lat='39.98711' lon='117.53517' />
+  <node id='-101591' lat='39.88971' lon='117.50427' />
+  <node id='-101593' lat='39.7584' lon='117.54753' />
+  <node id='-101595' lat='39.73993' lon='117.58872' />
+  <node id='-101597' lat='39.63848' lon='117.65945' />
+  <node id='-101599' lat='39.52787' lon='117.71026' />
+  <node id='-101601' lat='39.59828' lon='117.76245' />
+  <node id='-101603' lat='39.57499' lon='117.92861' />
+  <node id='-101605' lat='39.38685' lon='117.85274' />
+  <node id='-101607' lat='39.36668' lon='117.79197' />
+  <node id='-101609' lat='39.35421' lon='117.84656' />
+  <node id='-101611' lat='39.32712' lon='117.84072' />
+  <node id='-101613' lat='39.31331' lon='117.96363' />
+  <node id='-101615' lat='39.25166' lon='118.06079' />
+  <node id='-101617' lat='39.21789' lon='118.02577' />
+  <node id='-101619' lat='38.73266' lon='118.35983' />
+  <node id='-101621' lat='39.77661' lon='119.98931' />
+  <node id='-101731' lat='40.17362' lon='117.40608' />
+  <node id='-101733' lat='40.07281' lon='117.19425' />
+  <node id='-101735' lat='39.8797' lon='117.13897' />
+  <node id='-101737' lat='39.83385' lon='117.26154' />
+  <node id='-101739' lat='39.81723' lon='117.14755' />
+  <node id='-101741' lat='39.75999' lon='117.19493' />
+  <node id='-101743' lat='39.61203' lon='117.14137' />
+  <node id='-101745' lat='39.65434' lon='116.95083' />
+  <node id='-101747' lat='39.69714' lon='116.89075' />
+  <way id='-28848'>
+    <nd ref='-11546' />
+    <nd ref='-5746' />
+    <nd ref='-5744' />
+    <nd ref='-11548' />
+    <nd ref='-11546' />
+    <tag k='ISO3166-1:alpha2' v='TT' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Trinidad and Tobago' />
+  </way>
+  <way id='-28850'>
+    <nd ref='-22462' />
+    <nd ref='-5756' />
+    <nd ref='-5754' />
+    <nd ref='-8928' />
+    <nd ref='-5776' />
+    <nd ref='-5774' />
+    <nd ref='-22460' />
+    <nd ref='-22462' />
+    <tag k='ISO3166-1:alpha2' v='AI' />
+    <tag k='name:en' v='Anguilla' />
+  </way>
+  <way id='-28852'>
+    <nd ref='-5778' />
+    <nd ref='-5772' />
+    <nd ref='-5770' />
+    <nd ref='-5764' />
+    <nd ref='-5762' />
+    <nd ref='-5760' />
+    <nd ref='-5758' />
+    <nd ref='-26664' />
+    <nd ref='-5768' />
+    <nd ref='-5766' />
+    <nd ref='-8926' />
+    <nd ref='-5778' />
+    <tag k='ISO3166-1:alpha2' v='SX' />
+    <tag k='ISO3166-2' v='NL-SX' />
+    <tag k='name:en' v='Sint Maarten' />
+  </way>
+  <way id='-28854'>
+    <nd ref='-6236' />
+    <nd ref='-5788' />
+    <nd ref='-9990' />
+    <nd ref='-6238' />
+    <nd ref='-5790' />
+    <nd ref='-6236' />
+    <tag k='ISO3166-1:alpha2' v='VC' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='St. Vincent and the Grenadines' />
+  </way>
+  <way id='-28856'>
+    <nd ref='-22476' />
+    <nd ref='-22472' />
+    <nd ref='-5800' />
+    <nd ref='-5798' />
+    <nd ref='-22474' />
+    <nd ref='-22476' />
+    <tag k='ISO3166-1:alpha2' v='CW' />
+    <tag k='ISO3166-2' v='NL-CW' />
+    <tag k='name:en' v='Curaçao' />
+  </way>
+  <way id='-28858'>
+    <nd ref='-8520' />
+    <nd ref='-5200' />
+    <nd ref='-5198' />
+    <nd ref='-5206' />
+    <nd ref='-5204' />
+    <nd ref='-5202' />
+    <nd ref='-5212' />
+    <nd ref='-5210' />
+    <nd ref='-26668' />
+    <nd ref='-5208' />
+    <nd ref='-26666' />
+    <nd ref='-8518' />
+    <nd ref='-5814' />
+    <nd ref='-11500' />
+    <nd ref='-11498' />
+    <nd ref='-5830' />
+    <nd ref='-11776' />
+    <nd ref='-11778' />
+    <nd ref='-8522' />
+    <nd ref='-5812' />
+    <nd ref='-26684' />
+    <nd ref='-26682' />
+    <nd ref='-26680' />
+    <nd ref='-5182' />
+    <nd ref='-26678' />
+    <nd ref='-5184' />
+    <nd ref='-5196' />
+    <nd ref='-5186' />
+    <nd ref='-5194' />
+    <nd ref='-26674' />
+    <nd ref='-26672' />
+    <nd ref='-5188' />
+    <nd ref='-26676' />
+    <nd ref='-5192' />
+    <nd ref='-5190' />
+    <nd ref='-26670' />
+    <nd ref='-8520' />
+    <tag k='ISO3166-1:alpha2' v='HT' />
+    <tag k='name:en' v='Haiti' />
+  </way>
+  <way id='-28860'>
+    <nd ref='-5822' />
+    <nd ref='-5820' />
+    <nd ref='-5818' />
+    <nd ref='-5816' />
+    <nd ref='-5822' />
+    <tag k='ISO3166-1:alpha2' v='KY' />
+    <tag k='name:en' v='Cayman Islands' />
+  </way>
+  <way id='-28862'>
+    <nd ref='-11776' />
+    <nd ref='-5830' />
+    <nd ref='-5828' />
+    <nd ref='-5826' />
+    <nd ref='-5824' />
+    <nd ref='-5832' />
+    <nd ref='-11676' />
+    <nd ref='-11774' />
+    <nd ref='-11776' />
+    <tag k='ISO3166-1:alpha2' v='CU' />
+    <tag k='name:en' v='Cuba' />
+  </way>
+  <way id='-28864'>
+    <nd ref='-11780' />
+    <nd ref='-5838' />
+    <nd ref='-5836' />
+    <nd ref='-11778' />
+    <nd ref='-11780' />
+    <tag k='ISO3166-1:alpha2' v='TC' />
+    <tag k='name:en' v='Turks and Caicos Islands' />
+  </way>
+  <way id='-28866'>
+    <nd ref='-5916' />
+    <nd ref='-5862' />
+    <nd ref='-5860' />
+    <nd ref='-5918' />
+    <nd ref='-5916' />
+    <tag k='ISO3166-1:alpha2' v='MT' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Malta' />
+  </way>
+  <way id='-28868'>
+    <nd ref='-5904' />
+    <nd ref='-5874' />
+    <nd ref='-5868' />
+    <nd ref='-5906' />
+    <nd ref='-5870' />
+    <nd ref='-5872' />
+    <nd ref='-5908' />
+    <nd ref='-5856' />
+    <nd ref='-11400' />
+    <nd ref='-5858' />
+    <nd ref='-5920' />
+    <nd ref='-5860' />
+    <nd ref='-5918' />
+    <nd ref='-5916' />
+    <nd ref='-5970' />
+    <nd ref='-26256' />
+    <nd ref='-5914' />
+    <nd ref='-5912' />
+    <nd ref='-5910' />
+    <nd ref='-11186' />
+    <nd ref='-5880' />
+    <nd ref='-11188' />
+    <nd ref='-11190' />
+    <nd ref='-9564' />
+    <nd ref='-11192' />
+    <nd ref='-3484' />
+    <nd ref='-3482' />
+    <nd ref='-9562' />
+    <nd ref='-3472' />
+    <nd ref='-3476' />
+    <nd ref='-3474' />
+    <nd ref='-3478' />
+    <nd ref='-3480' />
+    <nd ref='-11194' />
+    <nd ref='-3468' />
+    <nd ref='-3470' />
+    <nd ref='-3466' />
+    <nd ref='-28564' />
+    <nd ref='-9560' />
+    <nd ref='-3448' />
+    <nd ref='-3446' />
+    <nd ref='-3450' />
+    <nd ref='-3452' />
+    <nd ref='-3454' />
+    <nd ref='-3456' />
+    <nd ref='-3458' />
+    <nd ref='-3460' />
+    <nd ref='-3462' />
+    <nd ref='-3464' />
+    <nd ref='-9558' />
+    <nd ref='-3436' />
+    <nd ref='-3438' />
+    <nd ref='-3440' />
+    <nd ref='-3444' />
+    <nd ref='-3442' />
+    <nd ref='-9556' />
+    <nd ref='-3408' />
+    <nd ref='-3410' />
+    <nd ref='-3412' />
+    <nd ref='-3414' />
+    <nd ref='-3416' />
+    <nd ref='-3418' />
+    <nd ref='-3420' />
+    <nd ref='-3422' />
+    <nd ref='-3424' />
+    <nd ref='-3426' />
+    <nd ref='-3428' />
+    <nd ref='-3430' />
+    <nd ref='-3432' />
+    <nd ref='-3434' />
+    <nd ref='-9554' />
+    <nd ref='-28588' />
+    <nd ref='-28590' />
+    <nd ref='-28592' />
+    <nd ref='-3382' />
+    <nd ref='-3388' />
+    <nd ref='-3380' />
+    <nd ref='-3378' />
+    <nd ref='-3384' />
+    <nd ref='-3386' />
+    <nd ref='-3390' />
+    <nd ref='-3392' />
+    <nd ref='-28594' />
+    <nd ref='-3394' />
+    <nd ref='-3396' />
+    <nd ref='-3398' />
+    <nd ref='-3400' />
+    <nd ref='-3402' />
+    <nd ref='-3404' />
+    <nd ref='-3406' />
+    <nd ref='-6566' />
+    <nd ref='-13890' />
+    <nd ref='-13892' />
+    <nd ref='-28596' />
+    <nd ref='-13894' />
+    <nd ref='-9574' />
+    <nd ref='-13886' />
+    <nd ref='-13888' />
+    <nd ref='-7992' />
+    <nd ref='-9572' />
+    <nd ref='-13884' />
+    <nd ref='-13882' />
+    <nd ref='-13880' />
+    <nd ref='-28598' />
+    <nd ref='-13878' />
+    <nd ref='-13876' />
+    <nd ref='-9570' />
+    <nd ref='-13874' />
+    <nd ref='-13872' />
+    <nd ref='-13862' />
+    <nd ref='-13860' />
+    <nd ref='-13870' />
+    <nd ref='-13868' />
+    <nd ref='-13858' />
+    <nd ref='-13866' />
+    <nd ref='-13864' />
+    <nd ref='-13856' />
+    <nd ref='-13854' />
+    <nd ref='-13852' />
+    <nd ref='-13844' />
+    <nd ref='-28606' />
+    <nd ref='-28600' />
+    <nd ref='-28608' />
+    <nd ref='-28604' />
+    <nd ref='-28602' />
+    <nd ref='-28610' />
+    <nd ref='-13846' />
+    <nd ref='-28612' />
+    <nd ref='-28614' />
+    <nd ref='-13850' />
+    <nd ref='-28616' />
+    <nd ref='-13848' />
+    <nd ref='-13840' />
+    <nd ref='-28618' />
+    <nd ref='-28620' />
+    <nd ref='-13842' />
+    <nd ref='-28622' />
+    <nd ref='-28624' />
+    <nd ref='-28626' />
+    <nd ref='-28628' />
+    <nd ref='-13838' />
+    <nd ref='-28630' />
+    <nd ref='-13836' />
+    <nd ref='-28632' />
+    <nd ref='-28634' />
+    <nd ref='-13834' />
+    <nd ref='-13830' />
+    <nd ref='-13832' />
+    <nd ref='-13828' />
+    <nd ref='-13826' />
+    <nd ref='-13824' />
+    <nd ref='-13822' />
+    <nd ref='-13820' />
+    <nd ref='-13818' />
+    <nd ref='-13816' />
+    <nd ref='-9568' />
+    <nd ref='-13644' />
+    <nd ref='-13642' />
+    <nd ref='-13640' />
+    <nd ref='-7994' />
+    <nd ref='-9566' />
+    <nd ref='-13638' />
+    <nd ref='-13636' />
+    <nd ref='-13634' />
+    <nd ref='-13632' />
+    <nd ref='-13630' />
+    <nd ref='-13628' />
+    <nd ref='-13626' />
+    <nd ref='-13624' />
+    <nd ref='-28638' />
+    <nd ref='-28636' />
+    <nd ref='-13622' />
+    <nd ref='-13620' />
+    <nd ref='-13618' />
+    <nd ref='-13616' />
+    <nd ref='-13614' />
+    <nd ref='-28640' />
+    <nd ref='-8962' />
+    <nd ref='-13602' />
+    <nd ref='-13604' />
+    <nd ref='-13606' />
+    <nd ref='-13610' />
+    <nd ref='-13608' />
+    <nd ref='-13612' />
+    <nd ref='-13600' />
+    <nd ref='-13598' />
+    <nd ref='-13596' />
+    <nd ref='-13594' />
+    <nd ref='-8964' />
+    <nd ref='-8966' />
+    <nd ref='-8968' />
+    <nd ref='-13592' />
+    <nd ref='-13586' />
+    <nd ref='-13588' />
+    <nd ref='-13590' />
+    <nd ref='-13584' />
+    <nd ref='-13582' />
+    <nd ref='-13580' />
+    <nd ref='-13578' />
+    <nd ref='-13576' />
+    <nd ref='-13574' />
+    <nd ref='-13572' />
+    <nd ref='-13570' />
+    <nd ref='-8970' />
+    <nd ref='-8972' />
+    <nd ref='-8974' />
+    <nd ref='-8976' />
+    <nd ref='-8978' />
+    <nd ref='-8980' />
+    <nd ref='-8982' />
+    <nd ref='-8984' />
+    <nd ref='-5878' />
+    <nd ref='-5904' />
+  </way>
+  <way id='-28870'>
+    <nd ref='-11430' />
+    <nd ref='-5922' />
+    <nd ref='-5924' />
+    <nd ref='-5926' />
+    <nd ref='-5928' />
+    <nd ref='-5930' />
+    <nd ref='-5932' />
+    <nd ref='-5934' />
+    <nd ref='-5936' />
+    <nd ref='-5938' />
+    <nd ref='-5940' />
+    <nd ref='-5942' />
+    <nd ref='-5944' />
+    <nd ref='-5946' />
+    <nd ref='-5948' />
+    <nd ref='-5950' />
+    <nd ref='-5952' />
+    <nd ref='-5954' />
+    <nd ref='-5956' />
+    <nd ref='-5958' />
+    <nd ref='-5960' />
+    <nd ref='-11440' />
+    <nd ref='-5962' />
+    <nd ref='-5964' />
+    <nd ref='-5966' />
+    <nd ref='-11438' />
+    <nd ref='-11436' />
+    <nd ref='-11434' />
+    <nd ref='-11432' />
+    <nd ref='-12002' />
+    <nd ref='-5968' />
+    <nd ref='-26258' />
+    <nd ref='-5972' />
+    <nd ref='-6356' />
+    <nd ref='-6354' />
+    <nd ref='-6352' />
+    <nd ref='-9160' />
+    <nd ref='-6350' />
+    <nd ref='-16160' />
+    <nd ref='-16162' />
+    <nd ref='-28258' />
+    <nd ref='-16158' />
+    <nd ref='-16164' />
+    <nd ref='-28260' />
+    <nd ref='-16156' />
+    <nd ref='-16154' />
+    <nd ref='-16152' />
+    <nd ref='-16150' />
+    <nd ref='-28262' />
+    <nd ref='-16148' />
+    <nd ref='-16144' />
+    <nd ref='-16146' />
+    <nd ref='-16166' />
+    <nd ref='-16178' />
+    <nd ref='-16176' />
+    <nd ref='-16174' />
+    <nd ref='-28264' />
+    <nd ref='-28266' />
+    <nd ref='-16168' />
+    <nd ref='-16172' />
+    <nd ref='-16180' />
+    <nd ref='-16182' />
+    <nd ref='-16170' />
+    <nd ref='-16184' />
+    <nd ref='-16186' />
+    <nd ref='-16188' />
+    <nd ref='-16190' />
+    <nd ref='-28268' />
+    <nd ref='-16192' />
+    <nd ref='-16194' />
+    <nd ref='-6348' />
+    <nd ref='-16024' />
+    <nd ref='-16026' />
+    <nd ref='-16030' />
+    <nd ref='-16032' />
+    <nd ref='-16028' />
+    <nd ref='-16042' />
+    <nd ref='-16044' />
+    <nd ref='-16046' />
+    <nd ref='-16048' />
+    <nd ref='-16040' />
+    <nd ref='-16038' />
+    <nd ref='-16036' />
+    <nd ref='-16034' />
+    <nd ref='-16050' />
+    <nd ref='-16054' />
+    <nd ref='-16056' />
+    <nd ref='-16052' />
+    <nd ref='-16060' />
+    <nd ref='-16062' />
+    <nd ref='-16058' />
+    <nd ref='-16064' />
+    <nd ref='-16066' />
+    <nd ref='-16068' />
+    <nd ref='-16070' />
+    <nd ref='-9162' />
+    <nd ref='-16358' />
+    <nd ref='-16366' />
+    <nd ref='-16362' />
+    <nd ref='-16364' />
+    <nd ref='-16360' />
+    <nd ref='-16352' />
+    <nd ref='-16372' />
+    <nd ref='-16368' />
+    <nd ref='-16370' />
+    <nd ref='-16354' />
+    <nd ref='-16356' />
+    <nd ref='-16374' />
+    <nd ref='-16376' />
+    <nd ref='-16378' />
+    <nd ref='-16350' />
+    <nd ref='-16348' />
+    <nd ref='-16382' />
+    <nd ref='-16380' />
+    <nd ref='-16346' />
+    <nd ref='-16344' />
+    <nd ref='-16340' />
+    <nd ref='-16342' />
+    <nd ref='-16388' />
+    <nd ref='-16386' />
+    <nd ref='-16390' />
+    <nd ref='-16396' />
+    <nd ref='-16398' />
+    <nd ref='-16394' />
+    <nd ref='-16392' />
+    <nd ref='-16384' />
+    <nd ref='-16402' />
+    <nd ref='-16406' />
+    <nd ref='-16408' />
+    <nd ref='-16410' />
+    <nd ref='-16412' />
+    <nd ref='-16404' />
+    <nd ref='-16400' />
+    <nd ref='-16414' />
+    <nd ref='-16416' />
+    <nd ref='-16418' />
+    <nd ref='-16420' />
+    <nd ref='-16422' />
+    <nd ref='-16440' />
+    <nd ref='-16438' />
+    <nd ref='-16436' />
+    <nd ref='-16434' />
+    <nd ref='-16432' />
+    <nd ref='-16430' />
+    <nd ref='-16428' />
+    <nd ref='-16442' />
+    <nd ref='-16426' />
+    <nd ref='-16424' />
+    <nd ref='-28270' />
+    <nd ref='-9158' />
+    <nd ref='-16326' />
+    <nd ref='-16328' />
+    <nd ref='-16324' />
+    <nd ref='-28248' />
+    <nd ref='-28250' />
+    <nd ref='-16322' />
+    <nd ref='-16320' />
+    <nd ref='-16316' />
+    <nd ref='-16318' />
+    <nd ref='-16310' />
+    <nd ref='-16314' />
+    <nd ref='-16330' />
+    <nd ref='-16332' />
+    <nd ref='-16312' />
+    <nd ref='-16308' />
+    <nd ref='-16338' />
+    <nd ref='-16336' />
+    <nd ref='-16334' />
+    <nd ref='-16306' />
+    <nd ref='-16304' />
+    <nd ref='-28246' />
+    <nd ref='-16302' />
+    <nd ref='-16300' />
+    <nd ref='-28244' />
+    <nd ref='-28242' />
+    <nd ref='-11430' />
+    <tag k='ISO3166-1:alpha2' v='GR' />
+    <tag k='name:en' v='Greece' />
+  </way>
+  <way id='-28872'>
+    <nd ref='-6010' />
+    <nd ref='-5976' />
+    <nd ref='-5974' />
+    <nd ref='-6010' />
+    <tag k='ISO3166-1:alpha2' v='PN' />
+    <tag k='name:en' v='Pitcairn Islands' />
+  </way>
+  <way id='-28874'>
+    <nd ref='-6002' />
+    <nd ref='-5984' />
+    <nd ref='-5980' />
+    <nd ref='-5996' />
+    <nd ref='-5990' />
+    <nd ref='-6002' />
+  </way>
+  <way id='-28876'>
+    <nd ref='-5996' />
+    <nd ref='-5980' />
+    <nd ref='-5982' />
+    <nd ref='-5994' />
+    <nd ref='-22618' />
+    <nd ref='-5992' />
+    <nd ref='-6000' />
+    <nd ref='-5990' />
+    <nd ref='-5996' />
+    <tag k='ISO3166-1:alpha2' v='TO' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Tonga' />
+  </way>
+  <way id='-28878'>
+    <nd ref='-6000' />
+    <nd ref='-5992' />
+    <nd ref='-6004' />
+    <nd ref='-6006' />
+    <nd ref='-5998' />
+    <nd ref='-6000' />
+    <tag k='ISO3166-1:alpha2' v='WS' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Samoa' />
+  </way>
+  <way id='-28880'>
+    <nd ref='-6002' />
+    <nd ref='-5990' />
+    <nd ref='-6000' />
+    <nd ref='-5998' />
+    <nd ref='-6018' />
+    <nd ref='-6002' />
+    <tag k='ISO3166-1:alpha2' v='WF' />
+    <tag k='ISO3166-2' v='FR-WF' />
+    <tag k='name:en' v='Wallis and Futuna' />
+  </way>
+  <way id='-28882'>
+    <nd ref='-6014' />
+    <nd ref='-6012' />
+    <nd ref='-5974' />
+    <nd ref='-6010' />
+    <nd ref='-6008' />
+    <nd ref='-22498' />
+    <nd ref='-6036' />
+    <nd ref='-6034' />
+    <nd ref='-6014' />
+    <tag k='ISO3166-1:alpha2' v='PF' />
+    <tag k='ISO3166-2' v='FR-PF' />
+    <tag k='name:en' v='French Polynesia' />
+  </way>
+  <way id='-28884'>
+    <nd ref='-6038' />
+    <nd ref='-6046' />
+    <nd ref='-6044' />
+    <nd ref='-6048' />
+    <nd ref='-6032' />
+    <nd ref='-6014' />
+    <nd ref='-6034' />
+    <nd ref='-6036' />
+    <nd ref='-6028' />
+    <nd ref='-22494' />
+    <nd ref='-6030' />
+    <nd ref='-6024' />
+    <nd ref='-6022' />
+    <nd ref='-22574' />
+    <nd ref='-6038' />
+  </way>
+  <way id='-28886'>
+    <nd ref='-5998' />
+    <nd ref='-6006' />
+    <nd ref='-6004' />
+    <nd ref='-5986' />
+    <nd ref='-6026' />
+    <nd ref='-6016' />
+    <nd ref='-5998' />
+    <tag k='ISO3166-1:alpha2' v='AS' />
+    <tag k='ISO3166-2' v='US-AS' />
+    <tag k='name:en' v='American Samoa' />
+  </way>
+  <way id='-28888'>
+    <nd ref='-22556' />
+    <nd ref='-22558' />
+    <nd ref='-22560' />
+    <nd ref='-22562' />
+    <nd ref='-6054' />
+    <nd ref='-6052' />
+    <nd ref='-6050' />
+    <nd ref='-6056' />
+    <nd ref='-22556' />
+    <tag k='ISO3166-2' v='US-HI' />
+    <tag k='name:en' v='Hawaii' />
+  </way>
+  <way id='-28890'>
+    <nd ref='-6064' />
+    <nd ref='-6062' />
+    <nd ref='-6060' />
+    <nd ref='-6058' />
+    <nd ref='-6064' />
+    <tag k='ISO3166-1:alpha2' v='CV' />
+    <tag k='name:en' v='Cape Verde' />
+  </way>
+  <way id='-28892'>
+    <nd ref='-6082' />
+    <nd ref='-22760' />
+    <nd ref='-6080' />
+    <nd ref='-6078' />
+    <nd ref='-6076' />
+    <nd ref='-22796' />
+    <nd ref='-22790' />
+    <nd ref='-22758' />
+    <nd ref='-6082' />
+    <tag k='ISO3166-1:alpha2' v='SH' />
+    <tag k='name:en' v='Saint Helena, Ascension and Tristan da Cunha' />
+  </way>
+  <way id='-28894'>
+    <nd ref='-6168' />
+    <nd ref='-6166' />
+    <nd ref='-6164' />
+    <nd ref='-6162' />
+    <nd ref='-6168' />
+    <tag k='ISO3166-1:alpha2' v='CP' />
+    <tag k='ISO3166-2' v='FR-CP' />
+    <tag k='name:en' v='Clipperton Island' />
+  </way>
+  <way id='-28896'>
+    <nd ref='-10296' />
+    <nd ref='-11644' />
+    <nd ref='-6178' />
+    <nd ref='-10294' />
+    <nd ref='-10292' />
+    <nd ref='-12658' />
+    <nd ref='-12656' />
+    <nd ref='-12660' />
+    <nd ref='-12654' />
+    <nd ref='-10290' />
+    <nd ref='-10288' />
+    <nd ref='-9170' />
+    <nd ref='-9172' />
+    <nd ref='-12662' />
+    <nd ref='-10286' />
+    <nd ref='-10284' />
+    <nd ref='-12664' />
+    <nd ref='-10282' />
+    <nd ref='-10280' />
+    <nd ref='-10278' />
+    <nd ref='-9164' />
+    <nd ref='-12666' />
+    <nd ref='-12668' />
+    <nd ref='-12670' />
+    <nd ref='-12674' />
+    <nd ref='-12672' />
+    <nd ref='-7198' />
+    <nd ref='-7200' />
+    <nd ref='-10276' />
+    <nd ref='-7202' />
+    <nd ref='-7204' />
+    <nd ref='-10274' />
+    <nd ref='-10272' />
+    <nd ref='-10270' />
+    <nd ref='-10268' />
+    <nd ref='-10266' />
+    <nd ref='-10264' />
+    <nd ref='-5832' />
+    <nd ref='-5834' />
+    <nd ref='-10262' />
+    <nd ref='-12650' />
+    <nd ref='-12652' />
+    <nd ref='-12648' />
+    <nd ref='-26762' />
+    <nd ref='-26758' />
+    <nd ref='-26760' />
+    <nd ref='-12646' />
+    <nd ref='-26756' />
+    <nd ref='-26754' />
+    <nd ref='-26752' />
+    <nd ref='-12642' />
+    <nd ref='-26750' />
+    <nd ref='-26748' />
+    <nd ref='-26746' />
+    <nd ref='-26744' />
+    <nd ref='-12640' />
+    <nd ref='-26742' />
+    <nd ref='-26738' />
+    <nd ref='-26740' />
+    <nd ref='-26736' />
+    <nd ref='-12638' />
+    <nd ref='-26734' />
+    <nd ref='-26732' />
+    <nd ref='-26730' />
+    <nd ref='-12644' />
+    <nd ref='-26726' />
+    <nd ref='-26728' />
+    <nd ref='-12636' />
+    <nd ref='-26724' />
+    <nd ref='-26722' />
+    <nd ref='-26720' />
+    <nd ref='-26718' />
+    <nd ref='-12634' />
+    <nd ref='-26708' />
+    <nd ref='-26710' />
+    <nd ref='-26712' />
+    <nd ref='-26714' />
+    <nd ref='-26716' />
+    <nd ref='-10260' />
+    <nd ref='-12632' />
+    <nd ref='-10258' />
+    <nd ref='-12628' />
+    <nd ref='-12630' />
+    <nd ref='-12626' />
+    <nd ref='-12624' />
+    <nd ref='-12622' />
+    <nd ref='-10256' />
+    <nd ref='-10254' />
+    <nd ref='-10252' />
+    <nd ref='-10250' />
+    <nd ref='-10248' />
+    <nd ref='-10246' />
+    <nd ref='-12620' />
+    <nd ref='-10244' />
+    <nd ref='-10242' />
+    <nd ref='-10240' />
+    <nd ref='-10238' />
+    <nd ref='-12618' />
+    <nd ref='-10236' />
+    <nd ref='-12616' />
+    <nd ref='-12614' />
+    <nd ref='-10234' />
+    <nd ref='-12612' />
+    <nd ref='-10232' />
+    <nd ref='-10230' />
+    <nd ref='-10228' />
+    <nd ref='-12610' />
+    <nd ref='-10226' />
+    <nd ref='-10224' />
+    <nd ref='-10222' />
+    <nd ref='-23536' />
+    <nd ref='-10220' />
+    <nd ref='-26706' />
+    <nd ref='-10300' />
+    <nd ref='-6174' />
+    <nd ref='-6172' />
+    <nd ref='-6176' />
+    <nd ref='-6170' />
+    <nd ref='-10298' />
+    <nd ref='-26704' />
+    <nd ref='-10296' />
+    <tag k='ISO3166-1:alpha2' v='MX' />
+    <tag k='name:en' v='Mexico' />
+  </way>
+  <way id='-28898'>
+    <nd ref='-9416' />
+    <nd ref='-11870' />
+    <nd ref='-11868' />
+    <nd ref='-11866' />
+    <nd ref='-6180' />
+    <nd ref='-6182' />
+    <nd ref='-6184' />
+    <nd ref='-9064' />
+    <nd ref='-11886' />
+    <nd ref='-11888' />
+    <nd ref='-9058' />
+    <nd ref='-13054' />
+    <nd ref='-13056' />
+    <nd ref='-13052' />
+    <nd ref='-13058' />
+    <nd ref='-13060' />
+    <nd ref='-13050' />
+    <nd ref='-13064' />
+    <nd ref='-13062' />
+    <nd ref='-13070' />
+    <nd ref='-13068' />
+    <nd ref='-13072' />
+    <nd ref='-13074' />
+    <nd ref='-13076' />
+    <nd ref='-13078' />
+    <nd ref='-13080' />
+    <nd ref='-13082' />
+    <nd ref='-13084' />
+    <nd ref='-13086' />
+    <nd ref='-13088' />
+    <nd ref='-13090' />
+    <nd ref='-13092' />
+    <nd ref='-13094' />
+    <nd ref='-13096' />
+    <nd ref='-13098' />
+    <nd ref='-13100' />
+    <nd ref='-13102' />
+    <nd ref='-13114' />
+    <nd ref='-13116' />
+    <nd ref='-13118' />
+    <nd ref='-13120' />
+    <nd ref='-13122' />
+    <nd ref='-13112' />
+    <nd ref='-13104' />
+    <nd ref='-13106' />
+    <nd ref='-13108' />
+    <nd ref='-13110' />
+    <nd ref='-13066' />
+    <nd ref='-13124' />
+    <nd ref='-26978' />
+    <nd ref='-13126' />
+    <nd ref='-13128' />
+    <nd ref='-13130' />
+    <nd ref='-13132' />
+    <nd ref='-13134' />
+    <nd ref='-13136' />
+    <nd ref='-13140' />
+    <nd ref='-13138' />
+    <nd ref='-13142' />
+    <nd ref='-13144' />
+    <nd ref='-13146' />
+    <nd ref='-9416' />
+    <tag k='ISO3166-1:alpha2' v='IE' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Ireland' />
+  </way>
+  <way id='-28900'>
+    <nd ref='-6186' />
+    <nd ref='-8820' />
+    <nd ref='-22766' />
+    <nd ref='-5846' />
+    <nd ref='-10120' />
+    <nd ref='-5854' />
+    <nd ref='-6190' />
+    <nd ref='-6188' />
+    <nd ref='-8812' />
+    <nd ref='-8810' />
+    <nd ref='-8808' />
+    <nd ref='-8806' />
+    <nd ref='-8804' />
+    <nd ref='-8802' />
+    <nd ref='-8800' />
+    <nd ref='-8798' />
+    <nd ref='-8796' />
+    <nd ref='-8794' />
+    <nd ref='-8792' />
+    <nd ref='-8790' />
+    <nd ref='-8788' />
+    <nd ref='-8786' />
+    <nd ref='-8784' />
+    <nd ref='-8782' />
+    <nd ref='-8780' />
+    <nd ref='-8778' />
+    <nd ref='-8776' />
+    <nd ref='-8774' />
+    <nd ref='-8772' />
+    <nd ref='-8770' />
+    <nd ref='-8768' />
+    <nd ref='-8766' />
+    <nd ref='-8764' />
+    <nd ref='-8762' />
+    <nd ref='-8760' />
+    <nd ref='-8758' />
+    <nd ref='-8756' />
+    <nd ref='-8754' />
+    <nd ref='-8752' />
+    <nd ref='-8750' />
+    <nd ref='-8748' />
+    <nd ref='-8746' />
+    <nd ref='-26976' />
+    <nd ref='-8744' />
+    <nd ref='-8742' />
+    <nd ref='-8740' />
+    <nd ref='-8738' />
+    <nd ref='-8736' />
+    <nd ref='-8734' />
+    <nd ref='-13430' />
+    <nd ref='-13428' />
+    <nd ref='-13426' />
+    <nd ref='-13436' />
+    <nd ref='-13434' />
+    <nd ref='-13432' />
+    <nd ref='-13424' />
+    <nd ref='-13438' />
+    <nd ref='-13412' />
+    <nd ref='-13422' />
+    <nd ref='-13420' />
+    <nd ref='-13414' />
+    <nd ref='-13418' />
+    <nd ref='-13416' />
+    <nd ref='-13440' />
+    <nd ref='-13442' />
+    <nd ref='-13444' />
+    <nd ref='-6362' />
+    <nd ref='-8732' />
+    <nd ref='-8730' />
+    <nd ref='-8728' />
+    <nd ref='-8726' />
+    <nd ref='-8724' />
+    <nd ref='-8722' />
+    <nd ref='-8720' />
+    <nd ref='-8718' />
+    <nd ref='-13458' />
+    <nd ref='-8716' />
+    <nd ref='-8714' />
+    <nd ref='-13462' />
+    <nd ref='-13460' />
+    <nd ref='-8712' />
+    <nd ref='-8710' />
+    <nd ref='-8708' />
+    <nd ref='-13464' />
+    <nd ref='-8706' />
+    <nd ref='-8704' />
+    <nd ref='-8702' />
+    <nd ref='-8700' />
+    <nd ref='-13468' />
+    <nd ref='-13466' />
+    <nd ref='-8698' />
+    <nd ref='-13470' />
+    <nd ref='-13474' />
+    <nd ref='-13478' />
+    <nd ref='-13480' />
+    <nd ref='-13476' />
+    <nd ref='-13472' />
+    <nd ref='-8696' />
+    <nd ref='-13488' />
+    <nd ref='-13486' />
+    <nd ref='-13484' />
+    <nd ref='-13490' />
+    <nd ref='-13482' />
+    <nd ref='-13492' />
+    <nd ref='-8694' />
+    <nd ref='-13496' />
+    <nd ref='-13494' />
+    <nd ref='-8692' />
+    <nd ref='-8690' />
+    <nd ref='-8688' />
+    <nd ref='-13498' />
+    <nd ref='-8686' />
+    <nd ref='-8684' />
+    <nd ref='-8682' />
+    <nd ref='-8680' />
+    <nd ref='-13518' />
+    <nd ref='-13516' />
+    <nd ref='-13514' />
+    <nd ref='-13512' />
+    <nd ref='-13508' />
+    <nd ref='-13510' />
+    <nd ref='-13506' />
+    <nd ref='-13504' />
+    <nd ref='-13500' />
+    <nd ref='-13502' />
+    <nd ref='-8678' />
+    <nd ref='-8676' />
+    <nd ref='-8674' />
+    <nd ref='-8672' />
+    <nd ref='-8670' />
+    <nd ref='-8668' />
+    <nd ref='-8666' />
+    <nd ref='-8664' />
+    <nd ref='-8840' />
+    <nd ref='-8838' />
+    <nd ref='-8836' />
+    <nd ref='-13148' />
+    <nd ref='-13150' />
+    <nd ref='-13152' />
+    <nd ref='-26910' />
+    <nd ref='-13154' />
+    <nd ref='-13156' />
+    <nd ref='-13158' />
+    <nd ref='-26912' />
+    <nd ref='-13160' />
+    <nd ref='-26914' />
+    <nd ref='-26916' />
+    <nd ref='-26918' />
+    <nd ref='-13162' />
+    <nd ref='-13164' />
+    <nd ref='-26920' />
+    <nd ref='-13166' />
+    <nd ref='-26922' />
+    <nd ref='-26934' />
+    <nd ref='-26932' />
+    <nd ref='-13170' />
+    <nd ref='-26926' />
+    <nd ref='-26928' />
+    <nd ref='-26930' />
+    <nd ref='-26924' />
+    <nd ref='-26938' />
+    <nd ref='-26936' />
+    <nd ref='-13168' />
+    <nd ref='-26940' />
+    <nd ref='-26942' />
+    <nd ref='-13172' />
+    <nd ref='-13174' />
+    <nd ref='-13178' />
+    <nd ref='-13176' />
+    <nd ref='-13182' />
+    <nd ref='-13180' />
+    <nd ref='-13186' />
+    <nd ref='-13184' />
+    <nd ref='-13188' />
+    <nd ref='-13190' />
+    <nd ref='-13192' />
+    <nd ref='-13194' />
+    <nd ref='-13196' />
+    <nd ref='-13198' />
+    <nd ref='-13200' />
+    <nd ref='-13202' />
+    <nd ref='-13212' />
+    <nd ref='-13214' />
+    <nd ref='-13378' />
+    <nd ref='-13216' />
+    <nd ref='-13380' />
+    <nd ref='-13382' />
+    <nd ref='-13384' />
+    <nd ref='-13386' />
+    <nd ref='-26944' />
+    <nd ref='-26946' />
+    <nd ref='-13388' />
+    <nd ref='-13390' />
+    <nd ref='-13376' />
+    <nd ref='-13374' />
+    <nd ref='-13372' />
+    <nd ref='-13210' />
+    <nd ref='-13370' />
+    <nd ref='-13368' />
+    <nd ref='-13358' />
+    <nd ref='-13366' />
+    <nd ref='-13364' />
+    <nd ref='-13362' />
+    <nd ref='-13360' />
+    <nd ref='-13208' />
+    <nd ref='-13352' />
+    <nd ref='-13354' />
+    <nd ref='-13356' />
+    <nd ref='-13206' />
+    <nd ref='-13348' />
+    <nd ref='-13350' />
+    <nd ref='-13204' />
+    <nd ref='-13340' />
+    <nd ref='-13342' />
+    <nd ref='-13344' />
+    <nd ref='-13346' />
+    <nd ref='-13338' />
+    <nd ref='-8834' />
+    <nd ref='-26974' />
+    <nd ref='-26972' />
+    <nd ref='-26970' />
+    <nd ref='-13336' />
+    <nd ref='-13334' />
+    <nd ref='-13332' />
+    <nd ref='-26954' />
+    <nd ref='-26952' />
+    <nd ref='-13322' />
+    <nd ref='-13328' />
+    <nd ref='-13330' />
+    <nd ref='-26948' />
+    <nd ref='-13326' />
+    <nd ref='-26950' />
+    <nd ref='-13324' />
+    <nd ref='-8832' />
+    <nd ref='-13316' />
+    <nd ref='-13314' />
+    <nd ref='-13312' />
+    <nd ref='-13310' />
+    <nd ref='-13308' />
+    <nd ref='-13318' />
+    <nd ref='-13320' />
+    <nd ref='-13288' />
+    <nd ref='-13302' />
+    <nd ref='-13306' />
+    <nd ref='-13304' />
+    <nd ref='-13296' />
+    <nd ref='-13294' />
+    <nd ref='-13300' />
+    <nd ref='-13298' />
+    <nd ref='-13290' />
+    <nd ref='-13292' />
+    <nd ref='-13276' />
+    <nd ref='-13282' />
+    <nd ref='-13280' />
+    <nd ref='-13278' />
+    <nd ref='-13286' />
+    <nd ref='-13284' />
+    <nd ref='-8830' />
+    <nd ref='-13274' />
+    <nd ref='-13272' />
+    <nd ref='-8828' />
+    <nd ref='-13270' />
+    <nd ref='-13266' />
+    <nd ref='-13268' />
+    <nd ref='-13252' />
+    <nd ref='-13256' />
+    <nd ref='-13254' />
+    <nd ref='-13258' />
+    <nd ref='-13264' />
+    <nd ref='-13260' />
+    <nd ref='-13262' />
+    <nd ref='-13218' />
+    <nd ref='-13250' />
+    <nd ref='-13248' />
+    <nd ref='-13244' />
+    <nd ref='-13246' />
+    <nd ref='-13240' />
+    <nd ref='-13242' />
+    <nd ref='-13222' />
+    <nd ref='-13220' />
+    <nd ref='-8826' />
+    <nd ref='-13230' />
+    <nd ref='-13228' />
+    <nd ref='-13226' />
+    <nd ref='-13224' />
+    <nd ref='-13232' />
+    <nd ref='-8824' />
+    <nd ref='-13238' />
+    <nd ref='-13234' />
+    <nd ref='-13236' />
+    <nd ref='-26908' />
+    <nd ref='-26904' />
+    <nd ref='-26906' />
+    <nd ref='-26902' />
+    <nd ref='-11896' />
+    <nd ref='-8822' />
+    <nd ref='-6186' />
+  </way>
+  <way id='-28902'>
+    <nd ref='-6232' />
+    <nd ref='-6230' />
+    <nd ref='-6228' />
+    <nd ref='-6226' />
+    <nd ref='-6232' />
+    <tag k='ISO3166-1:alpha2' v='ST' />
+    <tag k='name:en' v='São Tomé and Principe' />
+  </way>
+  <way id='-28904'>
+    <nd ref='-6242' />
+    <nd ref='-6240' />
+    <nd ref='-6238' />
+    <nd ref='-5790' />
+    <nd ref='-6236' />
+    <nd ref='-6242' />
+    <tag k='ISO3166-1:alpha2' v='GD' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Grenada' />
+  </way>
+  <way id='-28906'>
+    <nd ref='-6250' />
+    <nd ref='-6248' />
+    <nd ref='-6246' />
+    <nd ref='-5780' />
+    <nd ref='-9040' />
+    <nd ref='-5782' />
+    <nd ref='-5784' />
+    <nd ref='-6244' />
+    <nd ref='-6250' />
+    <tag k='ISO3166-1:alpha2' v='AG' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Antigua and Barbuda' />
+  </way>
+  <way id='-28908'>
+    <nd ref='-6308' />
+    <nd ref='-27580' />
+    <nd ref='-27578' />
+    <nd ref='-27570' />
+    <nd ref='-27572' />
+    <nd ref='-27574' />
+    <nd ref='-27576' />
+    <nd ref='-27568' />
+    <nd ref='-21586' />
+    <nd ref='-27586' />
+    <nd ref='-27588' />
+    <nd ref='-27596' />
+    <nd ref='-27590' />
+    <nd ref='-27594' />
+    <nd ref='-27592' />
+    <nd ref='-21588' />
+    <nd ref='-21590' />
+    <nd ref='-21592' />
+    <nd ref='-21584' />
+    <nd ref='-27598' />
+    <nd ref='-21594' />
+    <nd ref='-21596' />
+    <nd ref='-27600' />
+    <nd ref='-27602' />
+    <nd ref='-27604' />
+    <nd ref='-27606' />
+    <nd ref='-27608' />
+    <nd ref='-27610' />
+    <nd ref='-6252' />
+    <nd ref='-27612' />
+    <nd ref='-27614' />
+    <nd ref='-27616' />
+    <nd ref='-27618' />
+    <nd ref='-27620' />
+    <nd ref='-11346' />
+    <nd ref='-27624' />
+    <nd ref='-27622' />
+    <nd ref='-21576' />
+    <nd ref='-21578' />
+    <nd ref='-21580' />
+    <nd ref='-21582' />
+    <nd ref='-6254' />
+    <nd ref='-27630' />
+    <nd ref='-27628' />
+    <nd ref='-27632' />
+    <nd ref='-27626' />
+    <nd ref='-27636' />
+    <nd ref='-27634' />
+    <nd ref='-21574' />
+    <nd ref='-27638' />
+    <nd ref='-21572' />
+    <nd ref='-27640' />
+    <nd ref='-27646' />
+    <nd ref='-27644' />
+    <nd ref='-27648' />
+    <nd ref='-27642' />
+    <nd ref='-27650' />
+    <nd ref='-27652' />
+    <nd ref='-27654' />
+    <nd ref='-27656' />
+    <nd ref='-27658' />
+    <nd ref='-27660' />
+    <nd ref='-27662' />
+    <nd ref='-11344' />
+    <nd ref='-27664' />
+    <nd ref='-27666' />
+    <nd ref='-27668' />
+    <nd ref='-27670' />
+    <nd ref='-21568' />
+    <nd ref='-21570' />
+    <nd ref='-11342' />
+    <nd ref='-21566' />
+    <nd ref='-27672' />
+    <nd ref='-11340' />
+    <nd ref='-21562' />
+    <nd ref='-21564' />
+    <nd ref='-11338' />
+    <nd ref='-21552' />
+    <nd ref='-21554' />
+    <nd ref='-21556' />
+    <nd ref='-21558' />
+    <nd ref='-21560' />
+    <nd ref='-6256' />
+    <nd ref='-6258' />
+    <nd ref='-21548' />
+    <nd ref='-21550' />
+    <nd ref='-21546' />
+    <nd ref='-21544' />
+    <nd ref='-21542' />
+    <nd ref='-7840' />
+    <nd ref='-21466' />
+    <nd ref='-21470' />
+    <nd ref='-7838' />
+    <nd ref='-6260' />
+    <nd ref='-21756' />
+    <nd ref='-10806' />
+    <nd ref='-6262' />
+    <nd ref='-10804' />
+    <nd ref='-6264' />
+    <nd ref='-21752' />
+    <nd ref='-21754' />
+    <nd ref='-10802' />
+    <nd ref='-21746' />
+    <nd ref='-21750' />
+    <nd ref='-21748' />
+    <nd ref='-21732' />
+    <nd ref='-21744' />
+    <nd ref='-21734' />
+    <nd ref='-21730' />
+    <nd ref='-21738' />
+    <nd ref='-21740' />
+    <nd ref='-21742' />
+    <nd ref='-21736' />
+    <nd ref='-10800' />
+    <nd ref='-21720' />
+    <nd ref='-21722' />
+    <nd ref='-21724' />
+    <nd ref='-21726' />
+    <nd ref='-21728' />
+    <nd ref='-6266' />
+    <nd ref='-10798' />
+    <nd ref='-21710' />
+    <nd ref='-27560' />
+    <nd ref='-27558' />
+    <nd ref='-21708' />
+    <nd ref='-21706' />
+    <nd ref='-21704' />
+    <nd ref='-21702' />
+    <nd ref='-21700' />
+    <nd ref='-27562' />
+    <nd ref='-21718' />
+    <nd ref='-21716' />
+    <nd ref='-21714' />
+    <nd ref='-21712' />
+    <nd ref='-21698' />
+    <nd ref='-6268' />
+    <nd ref='-21694' />
+    <nd ref='-21696' />
+    <nd ref='-21684' />
+    <nd ref='-21686' />
+    <nd ref='-21690' />
+    <nd ref='-21688' />
+    <nd ref='-21692' />
+    <nd ref='-21682' />
+    <nd ref='-21680' />
+    <nd ref='-10796' />
+    <nd ref='-21664' />
+    <nd ref='-21678' />
+    <nd ref='-21676' />
+    <nd ref='-21670' />
+    <nd ref='-21674' />
+    <nd ref='-21672' />
+    <nd ref='-21668' />
+    <nd ref='-21666' />
+    <nd ref='-10794' />
+    <nd ref='-21654' />
+    <nd ref='-21652' />
+    <nd ref='-21660' />
+    <nd ref='-21662' />
+    <nd ref='-21658' />
+    <nd ref='-21656' />
+    <nd ref='-10792' />
+    <nd ref='-21426' />
+    <nd ref='-21430' />
+    <nd ref='-21428' />
+    <nd ref='-21446' />
+    <nd ref='-21444' />
+    <nd ref='-21442' />
+    <nd ref='-21440' />
+    <nd ref='-21438' />
+    <nd ref='-21436' />
+    <nd ref='-21434' />
+    <nd ref='-21432' />
+    <nd ref='-21452' />
+    <nd ref='-21454' />
+    <nd ref='-21456' />
+    <nd ref='-21458' />
+    <nd ref='-21460' />
+    <nd ref='-21462' />
+    <nd ref='-21464' />
+    <nd ref='-21450' />
+    <nd ref='-21448' />
+    <nd ref='-6270' />
+    <nd ref='-27564' />
+    <nd ref='-6272' />
+    <nd ref='-6274' />
+    <nd ref='-6276' />
+    <nd ref='-10790' />
+    <nd ref='-6278' />
+    <nd ref='-10788' />
+    <nd ref='-6280' />
+    <nd ref='-4048' />
+    <nd ref='-4050' />
+    <nd ref='-6282' />
+    <nd ref='-6284' />
+    <nd ref='-6286' />
+    <nd ref='-6288' />
+    <nd ref='-9450' />
+    <nd ref='-19240' />
+    <nd ref='-19242' />
+    <nd ref='-27906' />
+    <nd ref='-27908' />
+    <nd ref='-19238' />
+    <nd ref='-6290' />
+    <nd ref='-6292' />
+    <nd ref='-6294' />
+    <nd ref='-9448' />
+    <nd ref='-9446' />
+    <nd ref='-19248' />
+    <nd ref='-19246' />
+    <nd ref='-19244' />
+    <nd ref='-9444' />
+    <nd ref='-19252' />
+    <nd ref='-19250' />
+    <nd ref='-6296' />
+    <nd ref='-6298' />
+    <nd ref='-9442' />
+    <nd ref='-19254' />
+    <nd ref='-19256' />
+    <nd ref='-19258' />
+    <nd ref='-19260' />
+    <nd ref='-9440' />
+    <nd ref='-19262' />
+    <nd ref='-6300' />
+    <nd ref='-21032' />
+    <nd ref='-21034' />
+    <nd ref='-21036' />
+    <nd ref='-21038' />
+    <nd ref='-21040' />
+    <nd ref='-21042' />
+    <nd ref='-21044' />
+    <nd ref='-21046' />
+    <nd ref='-21048' />
+    <nd ref='-21050' />
+    <nd ref='-21054' />
+    <nd ref='-21052' />
+    <nd ref='-21060' />
+    <nd ref='-21058' />
+    <nd ref='-21056' />
+    <nd ref='-21062' />
+    <nd ref='-21020' />
+    <nd ref='-21022' />
+    <nd ref='-21024' />
+    <nd ref='-21026' />
+    <nd ref='-21028' />
+    <nd ref='-21030' />
+    <nd ref='-21064' />
+    <nd ref='-21070' />
+    <nd ref='-21068' />
+    <nd ref='-21066' />
+    <nd ref='-21074' />
+    <nd ref='-21072' />
+    <nd ref='-11382' />
+    <nd ref='-21078' />
+    <nd ref='-21076' />
+    <nd ref='-6302' />
+    <nd ref='-11380' />
+    <nd ref='-21378' />
+    <nd ref='-21380' />
+    <nd ref='-21386' />
+    <nd ref='-21384' />
+    <nd ref='-21382' />
+    <nd ref='-21374' />
+    <nd ref='-21376' />
+    <nd ref='-6304' />
+    <nd ref='-21648' />
+    <nd ref='-21650' />
+    <nd ref='-11352' />
+    <nd ref='-21638' />
+    <nd ref='-21644' />
+    <nd ref='-21642' />
+    <nd ref='-21646' />
+    <nd ref='-21640' />
+    <nd ref='-21622' />
+    <nd ref='-21626' />
+    <nd ref='-21630' />
+    <nd ref='-21632' />
+    <nd ref='-21634' />
+    <nd ref='-21636' />
+    <nd ref='-21628' />
+    <nd ref='-21624' />
+    <nd ref='-11350' />
+    <nd ref='-21606' />
+    <nd ref='-21608' />
+    <nd ref='-21610' />
+    <nd ref='-27566' />
+    <nd ref='-21612' />
+    <nd ref='-21614' />
+    <nd ref='-21618' />
+    <nd ref='-21620' />
+    <nd ref='-21616' />
+    <nd ref='-6306' />
+    <nd ref='-21604' />
+    <nd ref='-21602' />
+    <nd ref='-21600' />
+    <nd ref='-11348' />
+    <nd ref='-21598' />
+    <nd ref='-27584' />
+    <nd ref='-27582' />
+    <nd ref='-6308' />
+    <tag k='ISO3166-1:alpha2' v='AF' />
+    <tag k='name:en' v='Afghanistan' />
+  </way>
+  <way id='-28910'>
+    <nd ref='-6310' />
+    <nd ref='-4278' />
+    <nd ref='-6312' />
+    <nd ref='-4276' />
+    <nd ref='-6314' />
+    <nd ref='-6316' />
+    <nd ref='-4274' />
+    <nd ref='-4268' />
+    <nd ref='-4270' />
+    <nd ref='-4272' />
+    <nd ref='-6318' />
+    <nd ref='-4266' />
+    <nd ref='-4260' />
+    <nd ref='-4262' />
+    <nd ref='-4264' />
+    <nd ref='-6320' />
+    <nd ref='-4254' />
+    <nd ref='-4252' />
+    <nd ref='-4250' />
+    <nd ref='-4248' />
+    <nd ref='-6322' />
+    <nd ref='-4240' />
+    <nd ref='-4242' />
+    <nd ref='-4244' />
+    <nd ref='-4246' />
+    <nd ref='-6324' />
+    <nd ref='-6326' />
+    <nd ref='-11602' />
+    <nd ref='-4238' />
+    <nd ref='-4236' />
+    <nd ref='-11600' />
+    <nd ref='-6328' />
+    <nd ref='-4220' />
+    <nd ref='-4222' />
+    <nd ref='-6330' />
+    <nd ref='-6332' />
+    <nd ref='-4226' />
+    <nd ref='-4228' />
+    <nd ref='-4230' />
+    <nd ref='-4232' />
+    <nd ref='-4224' />
+    <nd ref='-4234' />
+    <nd ref='-6334' />
+    <nd ref='-8122' />
+    <nd ref='-8120' />
+    <nd ref='-124' />
+    <nd ref='-122' />
+    <nd ref='-118' />
+    <nd ref='-120' />
+    <nd ref='-116' />
+    <nd ref='-114' />
+    <nd ref='-112' />
+    <nd ref='-110' />
+    <nd ref='-108' />
+    <nd ref='-8118' />
+    <nd ref='-94' />
+    <nd ref='-92' />
+    <nd ref='-90' />
+    <nd ref='-86' />
+    <nd ref='-88' />
+    <nd ref='-104' />
+    <nd ref='-100' />
+    <nd ref='-98' />
+    <nd ref='-96' />
+    <nd ref='-102' />
+    <nd ref='-106' />
+    <nd ref='-6336' />
+    <nd ref='-6338' />
+    <nd ref='-6340' />
+    <nd ref='-6342' />
+    <nd ref='-4258' />
+    <nd ref='-4256' />
+    <nd ref='-6310' />
+    <tag k='ISO3166-1:alpha2' v='AO' />
+    <tag k='name:en' v='Angola' />
+  </way>
+  <way id='-28912'>
+    <nd ref='-6344' />
+    <nd ref='-15958' />
+    <nd ref='-28284' />
+    <nd ref='-15956' />
+    <nd ref='-15960' />
+    <nd ref='-28282' />
+    <nd ref='-15962' />
+    <nd ref='-15964' />
+    <nd ref='-15966' />
+    <nd ref='-15968' />
+    <nd ref='-15970' />
+    <nd ref='-15954' />
+    <nd ref='-6346' />
+    <nd ref='-16080' />
+    <nd ref='-16078' />
+    <nd ref='-16082' />
+    <nd ref='-16084' />
+    <nd ref='-16086' />
+    <nd ref='-16076' />
+    <nd ref='-16074' />
+    <nd ref='-28276' />
+    <nd ref='-16072' />
+    <nd ref='-28274' />
+    <nd ref='-28272' />
+    <nd ref='-16096' />
+    <nd ref='-16094' />
+    <nd ref='-16092' />
+    <nd ref='-16090' />
+    <nd ref='-16088' />
+    <nd ref='-16104' />
+    <nd ref='-16100' />
+    <nd ref='-16102' />
+    <nd ref='-16098' />
+    <nd ref='-16108' />
+    <nd ref='-16110' />
+    <nd ref='-16106' />
+    <nd ref='-16112' />
+    <nd ref='-16114' />
+    <nd ref='-16118' />
+    <nd ref='-16116' />
+    <nd ref='-6348' />
+    <nd ref='-16194' />
+    <nd ref='-16192' />
+    <nd ref='-28268' />
+    <nd ref='-16190' />
+    <nd ref='-16188' />
+    <nd ref='-16186' />
+    <nd ref='-16184' />
+    <nd ref='-16170' />
+    <nd ref='-16182' />
+    <nd ref='-16180' />
+    <nd ref='-16172' />
+    <nd ref='-16168' />
+    <nd ref='-28266' />
+    <nd ref='-28264' />
+    <nd ref='-16174' />
+    <nd ref='-16176' />
+    <nd ref='-16178' />
+    <nd ref='-16166' />
+    <nd ref='-16146' />
+    <nd ref='-16144' />
+    <nd ref='-16148' />
+    <nd ref='-28262' />
+    <nd ref='-16150' />
+    <nd ref='-16152' />
+    <nd ref='-16154' />
+    <nd ref='-16156' />
+    <nd ref='-28260' />
+    <nd ref='-16164' />
+    <nd ref='-16158' />
+    <nd ref='-28258' />
+    <nd ref='-16162' />
+    <nd ref='-16160' />
+    <nd ref='-6350' />
+    <nd ref='-9160' />
+    <nd ref='-6352' />
+    <nd ref='-6354' />
+    <nd ref='-6356' />
+    <nd ref='-5972' />
+    <nd ref='-6358' />
+    <nd ref='-6360' />
+    <nd ref='-28298' />
+    <nd ref='-28300' />
+    <nd ref='-28296' />
+    <nd ref='-28294' />
+    <nd ref='-28292' />
+    <nd ref='-16122' />
+    <nd ref='-16120' />
+    <nd ref='-16124' />
+    <nd ref='-28290' />
+    <nd ref='-28288' />
+    <nd ref='-28286' />
+    <nd ref='-16126' />
+    <nd ref='-16128' />
+    <nd ref='-16130' />
+    <nd ref='-16132' />
+    <nd ref='-16134' />
+    <nd ref='-16136' />
+    <nd ref='-16138' />
+    <nd ref='-16140' />
+    <nd ref='-16142' />
+    <nd ref='-6344' />
+    <tag k='ISO3166-1:alpha2' v='AL' />
+    <tag k='name:en' v='Albania' />
+  </way>
+  <way id='-28914'>
+    <nd ref='-8734' />
+    <nd ref='-13430' />
+    <nd ref='-13428' />
+    <nd ref='-13426' />
+    <nd ref='-13436' />
+    <nd ref='-13434' />
+    <nd ref='-13432' />
+    <nd ref='-13424' />
+    <nd ref='-13438' />
+    <nd ref='-13412' />
+    <nd ref='-13422' />
+    <nd ref='-13420' />
+    <nd ref='-13414' />
+    <nd ref='-13418' />
+    <nd ref='-13416' />
+    <nd ref='-13440' />
+    <nd ref='-13442' />
+    <nd ref='-13444' />
+    <nd ref='-6362' />
+    <nd ref='-13402' />
+    <nd ref='-13404' />
+    <nd ref='-13406' />
+    <nd ref='-13450' />
+    <nd ref='-13408' />
+    <nd ref='-13410' />
+    <nd ref='-13400' />
+    <nd ref='-13446' />
+    <nd ref='-13448' />
+    <nd ref='-13392' />
+    <nd ref='-13394' />
+    <nd ref='-13396' />
+    <nd ref='-13398' />
+    <nd ref='-8734' />
+    <tag k='ISO3166-1:alpha2' v='AD' />
+    <tag k='name:en' v='Andorra' />
+  </way>
+  <way id='-28916'>
+    <nd ref='-6364' />
+    <nd ref='-6366' />
+    <nd ref='-6368' />
+    <nd ref='-6370' />
+    <nd ref='-6372' />
+    <nd ref='-6364' />
+  </way>
+  <way id='-28918'>
+    <nd ref='-6374' />
+    <nd ref='-6376' />
+    <nd ref='-9474' />
+    <nd ref='-3826' />
+    <nd ref='-3820' />
+    <nd ref='-3818' />
+    <nd ref='-3822' />
+    <nd ref='-3824' />
+    <nd ref='-6378' />
+    <nd ref='-6380' />
+    <nd ref='-28062' />
+    <nd ref='-28060' />
+    <nd ref='-3828' />
+    <nd ref='-3830' />
+    <nd ref='-3832' />
+    <nd ref='-3834' />
+    <nd ref='-3836' />
+    <nd ref='-3838' />
+    <nd ref='-6382' />
+    <nd ref='-28056' />
+    <nd ref='-28058' />
+    <nd ref='-3840' />
+    <nd ref='-3842' />
+    <nd ref='-3844' />
+    <nd ref='-6384' />
+    <nd ref='-3846' />
+    <nd ref='-3848' />
+    <nd ref='-28054' />
+    <nd ref='-6386' />
+    <nd ref='-28052' />
+    <nd ref='-3850' />
+    <nd ref='-28050' />
+    <nd ref='-3852' />
+    <nd ref='-3854' />
+    <nd ref='-6388' />
+    <nd ref='-6390' />
+    <nd ref='-3856' />
+    <nd ref='-6392' />
+    <nd ref='-3862' />
+    <nd ref='-3860' />
+    <nd ref='-3858' />
+    <nd ref='-6394' />
+    <nd ref='-6396' />
+    <nd ref='-6398' />
+    <nd ref='-6400' />
+    <nd ref='-3878' />
+    <nd ref='-3880' />
+    <nd ref='-10892' />
+    <nd ref='-3870' />
+    <nd ref='-3882' />
+    <nd ref='-3884' />
+    <nd ref='-3890' />
+    <nd ref='-3888' />
+    <nd ref='-3886' />
+    <nd ref='-6402' />
+    <nd ref='-6404' />
+    <nd ref='-3816' />
+    <nd ref='-3814' />
+    <nd ref='-3812' />
+    <nd ref='-3810' />
+    <nd ref='-3808' />
+    <nd ref='-3806' />
+    <nd ref='-3804' />
+    <nd ref='-3802' />
+    <nd ref='-3800' />
+    <nd ref='-3798' />
+    <nd ref='-3796' />
+    <nd ref='-6374' />
+  </way>
+  <way id='-28920'>
+    <nd ref='-6406' />
+    <nd ref='-6408' />
+    <nd ref='-6410' />
+    <nd ref='-6412' />
+    <nd ref='-6414' />
+    <nd ref='-6416' />
+    <nd ref='-6418' />
+    <nd ref='-6420' />
+    <nd ref='-6422' />
+    <nd ref='-6424' />
+    <nd ref='-6426' />
+    <nd ref='-6428' />
+    <nd ref='-6406' />
+  </way>
+  <way id='-28922'>
+    <nd ref='-6446' />
+    <nd ref='-12730' />
+    <nd ref='-12732' />
+    <nd ref='-12728' />
+    <nd ref='-5708' />
+    <nd ref='-5706' />
+    <nd ref='-5700' />
+    <nd ref='-5702' />
+    <nd ref='-5704' />
+    <nd ref='-5698' />
+    <nd ref='-6448' />
+    <nd ref='-5686' />
+    <nd ref='-5688' />
+    <nd ref='-5696' />
+    <nd ref='-5694' />
+    <nd ref='-5692' />
+    <nd ref='-5690' />
+    <nd ref='-5684' />
+    <nd ref='-5682' />
+    <nd ref='-5680' />
+    <nd ref='-5678' />
+    <nd ref='-5676' />
+    <nd ref='-5674' />
+    <nd ref='-6450' />
+    <nd ref='-5672' />
+    <nd ref='-5670' />
+    <nd ref='-5668' />
+    <nd ref='-5666' />
+    <nd ref='-5664' />
+    <nd ref='-5660' />
+    <nd ref='-5662' />
+    <nd ref='-5658' />
+    <nd ref='-5654' />
+    <nd ref='-5656' />
+    <nd ref='-5638' />
+    <nd ref='-5644' />
+    <nd ref='-5636' />
+    <nd ref='-5642' />
+    <nd ref='-5640' />
+    <nd ref='-5652' />
+    <nd ref='-5650' />
+    <nd ref='-5646' />
+    <nd ref='-5648' />
+    <nd ref='-5634' />
+    <nd ref='-5626' />
+    <nd ref='-5628' />
+    <nd ref='-5632' />
+    <nd ref='-5630' />
+    <nd ref='-6452' />
+    <nd ref='-6454' />
+    <nd ref='-5482' />
+    <nd ref='-5480' />
+    <nd ref='-5478' />
+    <nd ref='-26508' />
+    <nd ref='-26506' />
+    <nd ref='-26504' />
+    <nd ref='-5484' />
+    <nd ref='-26502' />
+    <nd ref='-26500' />
+    <nd ref='-26498' />
+    <nd ref='-26496' />
+    <nd ref='-7230' />
+    <nd ref='-26494' />
+    <nd ref='-26492' />
+    <nd ref='-5488' />
+    <nd ref='-26490' />
+    <nd ref='-26488' />
+    <nd ref='-5490' />
+    <nd ref='-5486' />
+    <nd ref='-5492' />
+    <nd ref='-26484' />
+    <nd ref='-26486' />
+    <nd ref='-26482' />
+    <nd ref='-6430' />
+    <nd ref='-5494' />
+    <nd ref='-7228' />
+    <nd ref='-26480' />
+    <nd ref='-5504' />
+    <nd ref='-5502' />
+    <nd ref='-5500' />
+    <nd ref='-5498' />
+    <nd ref='-5496' />
+    <nd ref='-6432' />
+    <nd ref='-5510' />
+    <nd ref='-5508' />
+    <nd ref='-5506' />
+    <nd ref='-5512' />
+    <nd ref='-10884' />
+    <nd ref='-5514' />
+    <nd ref='-5516' />
+    <nd ref='-5518' />
+    <nd ref='-5520' />
+    <nd ref='-5522' />
+    <nd ref='-10882' />
+    <nd ref='-5526' />
+    <nd ref='-5524' />
+    <nd ref='-26478' />
+    <nd ref='-10880' />
+    <nd ref='-5538' />
+    <nd ref='-5532' />
+    <nd ref='-5530' />
+    <nd ref='-5528' />
+    <nd ref='-26476' />
+    <nd ref='-5534' />
+    <nd ref='-26474' />
+    <nd ref='-26472' />
+    <nd ref='-26470' />
+    <nd ref='-26468' />
+    <nd ref='-5536' />
+    <nd ref='-26464' />
+    <nd ref='-26466' />
+    <nd ref='-26462' />
+    <nd ref='-6434' />
+    <nd ref='-26458' />
+    <nd ref='-26460' />
+    <nd ref='-6436' />
+    <nd ref='-26456' />
+    <nd ref='-26454' />
+    <nd ref='-26452' />
+    <nd ref='-26450' />
+    <nd ref='-26448' />
+    <nd ref='-26446' />
+    <nd ref='-5560' />
+    <nd ref='-26444' />
+    <nd ref='-26442' />
+    <nd ref='-26440' />
+    <nd ref='-26438' />
+    <nd ref='-26436' />
+    <nd ref='-26434' />
+    <nd ref='-26432' />
+    <nd ref='-26430' />
+    <nd ref='-6438' />
+    <nd ref='-26428' />
+    <nd ref='-26426' />
+    <nd ref='-26424' />
+    <nd ref='-26422' />
+    <nd ref='-26420' />
+    <nd ref='-26416' />
+    <nd ref='-26418' />
+    <nd ref='-26414' />
+    <nd ref='-26412' />
+    <nd ref='-26410' />
+    <nd ref='-6440' />
+    <nd ref='-26408' />
+    <nd ref='-26406' />
+    <nd ref='-26404' />
+    <nd ref='-26402' />
+    <nd ref='-26400' />
+    <nd ref='-26398' />
+    <nd ref='-26396' />
+    <nd ref='-26394' />
+    <nd ref='-26392' />
+    <nd ref='-26390' />
+    <nd ref='-7254' />
+    <nd ref='-26338' />
+    <nd ref='-26342' />
+    <nd ref='-26340' />
+    <nd ref='-26344' />
+    <nd ref='-26348' />
+    <nd ref='-26346' />
+    <nd ref='-26332' />
+    <nd ref='-26328' />
+    <nd ref='-26330' />
+    <nd ref='-26336' />
+    <nd ref='-26334' />
+    <nd ref='-5576' />
+    <nd ref='-26324' />
+    <nd ref='-26326' />
+    <nd ref='-6442' />
+    <nd ref='-5582' />
+    <nd ref='-26322' />
+    <nd ref='-5580' />
+    <nd ref='-5578' />
+    <nd ref='-6444' />
+    <nd ref='-6096' />
+    <nd ref='-6090' />
+    <nd ref='-6098' />
+    <nd ref='-6108' />
+    <nd ref='-6106' />
+    <nd ref='-8034' />
+    <nd ref='-6104' />
+    <nd ref='-6102' />
+    <nd ref='-6100' />
+    <nd ref='-12724' />
+    <nd ref='-12722' />
+    <nd ref='-12720' />
+    <nd ref='-12726' />
+    <nd ref='-6446' />
+    <tag k='ISO3166-1:alpha2' v='AR' />
+    <tag k='name:en' v='Argentina' />
+  </way>
+  <way id='-28924'>
+    <nd ref='-6456' />
+    <nd ref='-6458' />
+    <nd ref='-16762' />
+    <nd ref='-6460' />
+    <nd ref='-6456' />
+    <tag k='name:en' v='Artsvashen' />
+  </way>
+  <way id='-28926'>
+    <nd ref='-6462' />
+    <nd ref='-6464' />
+    <nd ref='-6466' />
+    <nd ref='-6468' />
+    <nd ref='-6470' />
+    <nd ref='-6472' />
+    <nd ref='-6474' />
+    <nd ref='-6476' />
+    <nd ref='-6478' />
+    <nd ref='-6480' />
+    <nd ref='-6482' />
+    <nd ref='-6484' />
+    <nd ref='-6486' />
+    <nd ref='-6488' />
+    <nd ref='-6490' />
+    <nd ref='-16760' />
+    <nd ref='-6492' />
+    <nd ref='-16792' />
+    <nd ref='-16794' />
+    <nd ref='-16796' />
+    <nd ref='-16798' />
+    <nd ref='-16790' />
+    <nd ref='-16802' />
+    <nd ref='-16804' />
+    <nd ref='-16800' />
+    <nd ref='-16808' />
+    <nd ref='-16806' />
+    <nd ref='-16810' />
+    <nd ref='-16812' />
+    <nd ref='-16820' />
+    <nd ref='-16818' />
+    <nd ref='-16816' />
+    <nd ref='-16814' />
+    <nd ref='-16822' />
+    <nd ref='-16824' />
+    <nd ref='-16826' />
+    <nd ref='-16828' />
+    <nd ref='-16830' />
+    <nd ref='-16832' />
+    <nd ref='-16834' />
+    <nd ref='-16836' />
+    <nd ref='-16838' />
+    <nd ref='-16848' />
+    <nd ref='-16842' />
+    <nd ref='-16844' />
+    <nd ref='-16846' />
+    <nd ref='-16840' />
+    <nd ref='-16858' />
+    <nd ref='-16860' />
+    <nd ref='-16862' />
+    <nd ref='-16856' />
+    <nd ref='-16868' />
+    <nd ref='-16866' />
+    <nd ref='-16864' />
+    <nd ref='-16850' />
+    <nd ref='-16852' />
+    <nd ref='-16854' />
+    <nd ref='-6494' />
+    <nd ref='-16872' />
+    <nd ref='-16870' />
+    <nd ref='-6608' />
+    <nd ref='-16874' />
+    <nd ref='-16876' />
+    <nd ref='-6496' />
+    <nd ref='-6498' />
+    <nd ref='-16878' />
+    <nd ref='-6500' />
+    <nd ref='-16880' />
+    <nd ref='-6502' />
+    <nd ref='-16886' />
+    <nd ref='-16888' />
+    <nd ref='-16890' />
+    <nd ref='-16892' />
+    <nd ref='-16884' />
+    <nd ref='-16882' />
+    <nd ref='-6504' />
+    <nd ref='-16896' />
+    <nd ref='-16894' />
+    <nd ref='-6506' />
+    <nd ref='-27974' />
+    <nd ref='-16898' />
+    <nd ref='-6508' />
+    <nd ref='-27970' />
+    <nd ref='-27972' />
+    <nd ref='-16900' />
+    <nd ref='-16902' />
+    <nd ref='-16912' />
+    <nd ref='-16910' />
+    <nd ref='-16908' />
+    <nd ref='-16906' />
+    <nd ref='-16904' />
+    <nd ref='-16922' />
+    <nd ref='-16914' />
+    <nd ref='-16928' />
+    <nd ref='-16926' />
+    <nd ref='-16916' />
+    <nd ref='-16924' />
+    <nd ref='-16918' />
+    <nd ref='-16920' />
+    <nd ref='-6510' />
+    <nd ref='-16788' />
+    <nd ref='-16764' />
+    <nd ref='-16786' />
+    <nd ref='-16784' />
+    <nd ref='-16766' />
+    <nd ref='-27938' />
+    <nd ref='-16780' />
+    <nd ref='-16782' />
+    <nd ref='-16770' />
+    <nd ref='-27940' />
+    <nd ref='-16778' />
+    <nd ref='-27942' />
+    <nd ref='-27944' />
+    <nd ref='-16776' />
+    <nd ref='-16774' />
+    <nd ref='-27946' />
+    <nd ref='-27948' />
+    <nd ref='-16772' />
+    <nd ref='-16768' />
+    <nd ref='-6512' />
+    <nd ref='-6462' />
+  </way>
+  <way id='-28928'>
+    <nd ref='-6514' />
+    <nd ref='-6516' />
+    <nd ref='-6518' />
+    <nd ref='-6520' />
+    <nd ref='-6522' />
+    <nd ref='-16758' />
+    <nd ref='-6524' />
+    <nd ref='-6526' />
+    <nd ref='-6528' />
+    <nd ref='-6514' />
+  </way>
+  <way id='-28930'>
+    <nd ref='-6530' />
+    <nd ref='-6532' />
+    <nd ref='-6534' />
+    <nd ref='-6536' />
+    <nd ref='-6538' />
+    <nd ref='-6540' />
+    <nd ref='-6542' />
+    <nd ref='-6544' />
+    <nd ref='-6530' />
+  </way>
+  <way id='-28932'>
+    <nd ref='-6546' />
+    <nd ref='-28830' />
+    <nd ref='-28828' />
+    <nd ref='-28826' />
+    <nd ref='-28824' />
+    <nd ref='-18730' />
+    <nd ref='-18732' />
+    <nd ref='-18734' />
+    <nd ref='-18736' />
+    <nd ref='-18738' />
+    <nd ref='-18742' />
+    <nd ref='-18740' />
+    <nd ref='-18746' />
+    <nd ref='-18744' />
+    <nd ref='-18752' />
+    <nd ref='-18750' />
+    <nd ref='-18748' />
+    <nd ref='-6548' />
+    <nd ref='-18758' />
+    <nd ref='-18756' />
+    <nd ref='-28820' />
+    <nd ref='-28822' />
+    <nd ref='-28818' />
+    <nd ref='-18754' />
+    <nd ref='-18768' />
+    <nd ref='-18770' />
+    <nd ref='-18766' />
+    <nd ref='-18764' />
+    <nd ref='-18760' />
+    <nd ref='-18762' />
+    <nd ref='-18772' />
+    <nd ref='-6550' />
+    <nd ref='-18774' />
+    <nd ref='-18780' />
+    <nd ref='-18778' />
+    <nd ref='-18776' />
+    <nd ref='-18796' />
+    <nd ref='-18794' />
+    <nd ref='-18786' />
+    <nd ref='-18790' />
+    <nd ref='-18792' />
+    <nd ref='-18788' />
+    <nd ref='-18784' />
+    <nd ref='-18782' />
+    <nd ref='-28816' />
+    <nd ref='-6552' />
+    <nd ref='-28814' />
+    <nd ref='-18802' />
+    <nd ref='-18800' />
+    <nd ref='-18798' />
+    <nd ref='-18804' />
+    <nd ref='-18806' />
+    <nd ref='-18808' />
+    <nd ref='-6554' />
+    <nd ref='-6556' />
+    <nd ref='-28810' />
+    <nd ref='-28812' />
+    <nd ref='-6558' />
+    <nd ref='-18810' />
+    <nd ref='-18814' />
+    <nd ref='-18812' />
+    <nd ref='-6560' />
+    <nd ref='-18828' />
+    <nd ref='-28808' />
+    <nd ref='-28806' />
+    <nd ref='-18830' />
+    <nd ref='-18826' />
+    <nd ref='-18824' />
+    <nd ref='-18822' />
+    <nd ref='-18820' />
+    <nd ref='-18818' />
+    <nd ref='-18816' />
+    <nd ref='-6562' />
+    <nd ref='-18834' />
+    <nd ref='-28804' />
+    <nd ref='-18832' />
+    <nd ref='-6564' />
+    <nd ref='-28534' />
+    <nd ref='-2070' />
+    <nd ref='-28536' />
+    <nd ref='-2072' />
+    <nd ref='-28538' />
+    <nd ref='-28540' />
+    <nd ref='-2074' />
+    <nd ref='-2078' />
+    <nd ref='-2076' />
+    <nd ref='-28544' />
+    <nd ref='-28542' />
+    <nd ref='-2080' />
+    <nd ref='-2082' />
+    <nd ref='-28546' />
+    <nd ref='-2084' />
+    <nd ref='-28548' />
+    <nd ref='-2086' />
+    <nd ref='-28552' />
+    <nd ref='-28550' />
+    <nd ref='-2088' />
+    <nd ref='-2090' />
+    <nd ref='-28554' />
+    <nd ref='-28556' />
+    <nd ref='-2092' />
+    <nd ref='-2094' />
+    <nd ref='-2096' />
+    <nd ref='-28558' />
+    <nd ref='-2098' />
+    <nd ref='-2104' />
+    <nd ref='-28560' />
+    <nd ref='-2100' />
+    <nd ref='-2102' />
+    <nd ref='-2106' />
+    <nd ref='-2108' />
+    <nd ref='-2110' />
+    <nd ref='-2114' />
+    <nd ref='-2112' />
+    <nd ref='-2118' />
+    <nd ref='-28562' />
+    <nd ref='-2116' />
+    <nd ref='-2124' />
+    <nd ref='-2122' />
+    <nd ref='-2120' />
+    <nd ref='-2126' />
+    <nd ref='-2132' />
+    <nd ref='-2130' />
+    <nd ref='-2128' />
+    <nd ref='-2136' />
+    <nd ref='-2134' />
+    <nd ref='-2138' />
+    <nd ref='-2140' />
+    <nd ref='-2142' />
+    <nd ref='-2144' />
+    <nd ref='-2146' />
+    <nd ref='-2148' />
+    <nd ref='-9554' />
+    <nd ref='-28588' />
+    <nd ref='-28590' />
+    <nd ref='-28592' />
+    <nd ref='-3382' />
+    <nd ref='-3388' />
+    <nd ref='-3380' />
+    <nd ref='-3378' />
+    <nd ref='-3384' />
+    <nd ref='-3386' />
+    <nd ref='-3390' />
+    <nd ref='-3392' />
+    <nd ref='-28594' />
+    <nd ref='-3394' />
+    <nd ref='-3396' />
+    <nd ref='-3398' />
+    <nd ref='-3400' />
+    <nd ref='-3402' />
+    <nd ref='-3404' />
+    <nd ref='-3406' />
+    <nd ref='-6566' />
+    <nd ref='-13904' />
+    <nd ref='-13900' />
+    <nd ref='-13902' />
+    <nd ref='-13898' />
+    <nd ref='-13896' />
+    <nd ref='-6568' />
+    <nd ref='-6570' />
+    <nd ref='-6572' />
+    <nd ref='-6574' />
+    <nd ref='-6576' />
+    <nd ref='-13910' />
+    <nd ref='-13912' />
+    <nd ref='-13908' />
+    <nd ref='-13906' />
+    <nd ref='-13918' />
+    <nd ref='-13920' />
+    <nd ref='-13914' />
+    <nd ref='-13916' />
+    <nd ref='-6578' />
+    <nd ref='-6580' />
+    <nd ref='-13944' />
+    <nd ref='-6582' />
+    <nd ref='-13946' />
+    <nd ref='-13948' />
+    <nd ref='-13950' />
+    <nd ref='-28752' />
+    <nd ref='-13974' />
+    <nd ref='-28750' />
+    <nd ref='-13976' />
+    <nd ref='-13972' />
+    <nd ref='-13970' />
+    <nd ref='-13968' />
+    <nd ref='-28748' />
+    <nd ref='-13966' />
+    <nd ref='-13964' />
+    <nd ref='-28746' />
+    <nd ref='-13962' />
+    <nd ref='-28744' />
+    <nd ref='-13960' />
+    <nd ref='-13958' />
+    <nd ref='-28742' />
+    <nd ref='-13956' />
+    <nd ref='-13954' />
+    <nd ref='-13952' />
+    <nd ref='-6584' />
+    <nd ref='-8308' />
+    <nd ref='-6586' />
+    <nd ref='-14988' />
+    <nd ref='-14990' />
+    <nd ref='-14992' />
+    <nd ref='-14994' />
+    <nd ref='-14996' />
+    <nd ref='-14998' />
+    <nd ref='-15002' />
+    <nd ref='-15000' />
+    <nd ref='-15004' />
+    <nd ref='-15006' />
+    <nd ref='-15008' />
+    <nd ref='-15010' />
+    <nd ref='-15012' />
+    <nd ref='-15014' />
+    <nd ref='-15016' />
+    <nd ref='-15018' />
+    <nd ref='-15020' />
+    <nd ref='-15022' />
+    <nd ref='-15024' />
+    <nd ref='-15050' />
+    <nd ref='-15052' />
+    <nd ref='-15048' />
+    <nd ref='-15046' />
+    <nd ref='-15044' />
+    <nd ref='-15042' />
+    <nd ref='-15040' />
+    <nd ref='-15032' />
+    <nd ref='-15034' />
+    <nd ref='-15036' />
+    <nd ref='-15038' />
+    <nd ref='-15028' />
+    <nd ref='-15030' />
+    <nd ref='-15026' />
+    <nd ref='-14986' />
+    <nd ref='-14984' />
+    <nd ref='-14982' />
+    <nd ref='-14980' />
+    <nd ref='-14978' />
+    <nd ref='-14976' />
+    <nd ref='-6588' />
+    <nd ref='-15070' />
+    <nd ref='-15072' />
+    <nd ref='-15074' />
+    <nd ref='-15076' />
+    <nd ref='-15068' />
+    <nd ref='-15066' />
+    <nd ref='-15078' />
+    <nd ref='-15080' />
+    <nd ref='-15082' />
+    <nd ref='-15084' />
+    <nd ref='-15086' />
+    <nd ref='-15088' />
+    <nd ref='-15090' />
+    <nd ref='-15096' />
+    <nd ref='-15094' />
+    <nd ref='-15092' />
+    <nd ref='-15098' />
+    <nd ref='-15100' />
+    <nd ref='-15102' />
+    <nd ref='-15104' />
+    <nd ref='-15106' />
+    <nd ref='-15108' />
+    <nd ref='-15110' />
+    <nd ref='-15112' />
+    <nd ref='-15064' />
+    <nd ref='-15060' />
+    <nd ref='-15062' />
+    <nd ref='-15058' />
+    <nd ref='-15056' />
+    <nd ref='-15054' />
+    <nd ref='-6590' />
+    <nd ref='-15116' />
+    <nd ref='-15132' />
+    <nd ref='-15130' />
+    <nd ref='-15134' />
+    <nd ref='-15140' />
+    <nd ref='-15138' />
+    <nd ref='-15136' />
+    <nd ref='-15162' />
+    <nd ref='-15160' />
+    <nd ref='-15164' />
+    <nd ref='-15118' />
+    <nd ref='-15168' />
+    <nd ref='-15166' />
+    <nd ref='-15172' />
+    <nd ref='-15170' />
+    <nd ref='-15174' />
+    <nd ref='-15142' />
+    <nd ref='-15176' />
+    <nd ref='-15146' />
+    <nd ref='-15144' />
+    <nd ref='-15150' />
+    <nd ref='-15152' />
+    <nd ref='-15148' />
+    <nd ref='-15154' />
+    <nd ref='-15156' />
+    <nd ref='-15158' />
+    <nd ref='-15120' />
+    <nd ref='-15128' />
+    <nd ref='-15124' />
+    <nd ref='-15126' />
+    <nd ref='-15122' />
+    <nd ref='-15114' />
+    <nd ref='-15178' />
+    <nd ref='-15182' />
+    <nd ref='-15184' />
+    <nd ref='-15180' />
+    <nd ref='-15186' />
+    <nd ref='-15188' />
+    <nd ref='-15190' />
+    <nd ref='-15194' />
+    <nd ref='-15200' />
+    <nd ref='-15198' />
+    <nd ref='-15192' />
+    <nd ref='-15196' />
+    <nd ref='-15210' />
+    <nd ref='-15212' />
+    <nd ref='-15208' />
+    <nd ref='-15214' />
+    <nd ref='-15216' />
+    <nd ref='-15206' />
+    <nd ref='-15204' />
+    <nd ref='-15202' />
+    <nd ref='-15226' />
+    <nd ref='-15224' />
+    <nd ref='-28754' />
+    <nd ref='-15220' />
+    <nd ref='-28758' />
+    <nd ref='-28756' />
+    <nd ref='-15222' />
+    <nd ref='-15218' />
+    <nd ref='-28762' />
+    <nd ref='-28760' />
+    <nd ref='-6592' />
+    <nd ref='-28764' />
+    <nd ref='-28766' />
+    <nd ref='-28768' />
+    <nd ref='-28772' />
+    <nd ref='-28770' />
+    <nd ref='-28774' />
+    <nd ref='-28776' />
+    <nd ref='-15228' />
+    <nd ref='-15230' />
+    <nd ref='-15232' />
+    <nd ref='-15234' />
+    <nd ref='-15236' />
+    <nd ref='-15258' />
+    <nd ref='-15256' />
+    <nd ref='-15254' />
+    <nd ref='-28778' />
+    <nd ref='-15252' />
+    <nd ref='-28780' />
+    <nd ref='-28782' />
+    <nd ref='-15244' />
+    <nd ref='-15242' />
+    <nd ref='-15246' />
+    <nd ref='-15250' />
+    <nd ref='-15248' />
+    <nd ref='-15240' />
+    <nd ref='-15238' />
+    <nd ref='-6594' />
+    <nd ref='-15260' />
+    <nd ref='-15284' />
+    <nd ref='-15286' />
+    <nd ref='-15288' />
+    <nd ref='-15290' />
+    <nd ref='-15292' />
+    <nd ref='-15294' />
+    <nd ref='-28784' />
+    <nd ref='-28786' />
+    <nd ref='-15278' />
+    <nd ref='-15280' />
+    <nd ref='-15282' />
+    <nd ref='-28788' />
+    <nd ref='-28790' />
+    <nd ref='-28792' />
+    <nd ref='-15264' />
+    <nd ref='-28794' />
+    <nd ref='-15270' />
+    <nd ref='-15274' />
+    <nd ref='-15276' />
+    <nd ref='-15272' />
+    <nd ref='-15266' />
+    <nd ref='-28796' />
+    <nd ref='-28798' />
+    <nd ref='-15268' />
+    <nd ref='-15262' />
+    <nd ref='-28800' />
+    <nd ref='-28802' />
+    <nd ref='-8306' />
+    <nd ref='-18694' />
+    <nd ref='-18696' />
+    <nd ref='-18698' />
+    <nd ref='-6596' />
+    <nd ref='-6598' />
+    <nd ref='-6600' />
+    <nd ref='-6602' />
+    <nd ref='-18700' />
+    <nd ref='-18702' />
+    <nd ref='-6604' />
+    <nd ref='-18704' />
+    <nd ref='-18706' />
+    <nd ref='-18708' />
+    <nd ref='-28840' />
+    <nd ref='-18710' />
+    <nd ref='-28838' />
+    <nd ref='-6606' />
+    <nd ref='-28832' />
+    <nd ref='-28834' />
+    <nd ref='-28836' />
+    <nd ref='-18712' />
+    <nd ref='-18714' />
+    <nd ref='-18728' />
+    <nd ref='-18726' />
+    <nd ref='-18716' />
+    <nd ref='-18718' />
+    <nd ref='-18720' />
+    <nd ref='-18722' />
+    <nd ref='-18724' />
+    <nd ref='-6546' />
+    <tag k='ISO3166-1:alpha2' v='AT' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='100' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/austria/speed_limits_en.htm' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Austria' />
+  </way>
+  <way id='-28934'>
+    <nd ref='-6502' />
+    <nd ref='-16880' />
+    <nd ref='-6500' />
+    <nd ref='-16878' />
+    <nd ref='-6498' />
+    <nd ref='-6496' />
+    <nd ref='-16876' />
+    <nd ref='-16874' />
+    <nd ref='-6608' />
+    <nd ref='-16942' />
+    <nd ref='-16952' />
+    <nd ref='-16950' />
+    <nd ref='-16948' />
+    <nd ref='-16946' />
+    <nd ref='-27976' />
+    <nd ref='-27978' />
+    <nd ref='-27980' />
+    <nd ref='-16944' />
+    <nd ref='-16956' />
+    <nd ref='-16954' />
+    <nd ref='-16940' />
+    <nd ref='-16938' />
+    <nd ref='-16936' />
+    <nd ref='-16934' />
+    <nd ref='-27982' />
+    <nd ref='-6610' />
+    <nd ref='-16932' />
+    <nd ref='-6612' />
+    <nd ref='-16930' />
+    <nd ref='-6506' />
+    <nd ref='-16894' />
+    <nd ref='-16896' />
+    <nd ref='-6504' />
+    <nd ref='-16882' />
+    <nd ref='-16884' />
+    <nd ref='-16892' />
+    <nd ref='-16890' />
+    <nd ref='-16888' />
+    <nd ref='-16886' />
+    <nd ref='-6502' />
+    <tag k='ISO3166-2' v='AZ-NX' />
+    <tag k='name:en' v='Nakhchivan' />
+  </way>
+  <way id='-28936'>
+    <nd ref='-6648' />
+    <nd ref='-17022' />
+    <nd ref='-17006' />
+    <nd ref='-17008' />
+    <nd ref='-17014' />
+    <nd ref='-17016' />
+    <nd ref='-17018' />
+    <nd ref='-17020' />
+    <nd ref='-17012' />
+    <nd ref='-17010' />
+    <nd ref='-6614' />
+    <nd ref='-17000' />
+    <nd ref='-17002' />
+    <nd ref='-17004' />
+    <nd ref='-16998' />
+    <nd ref='-16992' />
+    <nd ref='-16994' />
+    <nd ref='-27918' />
+    <nd ref='-16996' />
+    <nd ref='-16990' />
+    <nd ref='-27916' />
+    <nd ref='-6616' />
+    <nd ref='-10936' />
+    <nd ref='-11384' />
+    <nd ref='-6618' />
+    <nd ref='-6620' />
+    <nd ref='-27956' />
+    <nd ref='-27958' />
+    <nd ref='-16988' />
+    <nd ref='-16986' />
+    <nd ref='-16984' />
+    <nd ref='-16982' />
+    <nd ref='-6622' />
+    <nd ref='-6624' />
+    <nd ref='-6626' />
+    <nd ref='-6628' />
+    <nd ref='-6630' />
+    <nd ref='-16980' />
+    <nd ref='-6632' />
+    <nd ref='-16978' />
+    <nd ref='-6634' />
+    <nd ref='-16976' />
+    <nd ref='-16974' />
+    <nd ref='-16972' />
+    <nd ref='-16970' />
+    <nd ref='-6636' />
+    <nd ref='-27960' />
+    <nd ref='-6638' />
+    <nd ref='-27962' />
+    <nd ref='-27964' />
+    <nd ref='-6640' />
+    <nd ref='-16968' />
+    <nd ref='-16966' />
+    <nd ref='-16964' />
+    <nd ref='-16962' />
+    <nd ref='-16960' />
+    <nd ref='-16958' />
+    <nd ref='-27966' />
+    <nd ref='-6494' />
+    <nd ref='-16854' />
+    <nd ref='-16852' />
+    <nd ref='-16850' />
+    <nd ref='-16864' />
+    <nd ref='-16866' />
+    <nd ref='-16868' />
+    <nd ref='-16856' />
+    <nd ref='-16862' />
+    <nd ref='-16860' />
+    <nd ref='-16858' />
+    <nd ref='-16840' />
+    <nd ref='-16846' />
+    <nd ref='-16844' />
+    <nd ref='-16842' />
+    <nd ref='-16848' />
+    <nd ref='-16838' />
+    <nd ref='-16836' />
+    <nd ref='-16834' />
+    <nd ref='-16832' />
+    <nd ref='-16830' />
+    <nd ref='-16828' />
+    <nd ref='-16826' />
+    <nd ref='-16824' />
+    <nd ref='-16822' />
+    <nd ref='-16814' />
+    <nd ref='-16816' />
+    <nd ref='-16818' />
+    <nd ref='-16820' />
+    <nd ref='-16812' />
+    <nd ref='-16810' />
+    <nd ref='-16806' />
+    <nd ref='-16808' />
+    <nd ref='-16800' />
+    <nd ref='-16804' />
+    <nd ref='-16802' />
+    <nd ref='-16790' />
+    <nd ref='-16798' />
+    <nd ref='-16796' />
+    <nd ref='-16794' />
+    <nd ref='-16792' />
+    <nd ref='-6492' />
+    <nd ref='-16760' />
+    <nd ref='-6490' />
+    <nd ref='-6488' />
+    <nd ref='-6486' />
+    <nd ref='-6484' />
+    <nd ref='-6482' />
+    <nd ref='-6480' />
+    <nd ref='-6478' />
+    <nd ref='-6476' />
+    <nd ref='-6474' />
+    <nd ref='-6472' />
+    <nd ref='-6470' />
+    <nd ref='-6468' />
+    <nd ref='-6466' />
+    <nd ref='-6464' />
+    <nd ref='-6462' />
+    <nd ref='-27950' />
+    <nd ref='-27952' />
+    <nd ref='-6642' />
+    <nd ref='-6644' />
+    <nd ref='-6646' />
+    <nd ref='-17024' />
+    <nd ref='-17026' />
+    <nd ref='-17028' />
+    <nd ref='-17030' />
+    <nd ref='-17032' />
+    <nd ref='-17034' />
+    <nd ref='-17040' />
+    <nd ref='-17038' />
+    <nd ref='-17036' />
+    <nd ref='-17054' />
+    <nd ref='-17056' />
+    <nd ref='-17058' />
+    <nd ref='-17060' />
+    <nd ref='-17062' />
+    <nd ref='-17066' />
+    <nd ref='-17064' />
+    <nd ref='-17068' />
+    <nd ref='-17070' />
+    <nd ref='-17072' />
+    <nd ref='-17074' />
+    <nd ref='-17076' />
+    <nd ref='-17080' />
+    <nd ref='-27954' />
+    <nd ref='-17084' />
+    <nd ref='-17082' />
+    <nd ref='-17078' />
+    <nd ref='-17052' />
+    <nd ref='-17048' />
+    <nd ref='-17050' />
+    <nd ref='-17046' />
+    <nd ref='-17044' />
+    <nd ref='-27968' />
+    <nd ref='-17042' />
+    <nd ref='-6648' />
+  </way>
+  <way id='-28938'>
+    <nd ref='-11450' />
+    <nd ref='-6650' />
+    <nd ref='-4072' />
+    <nd ref='-4074' />
+    <nd ref='-4076' />
+    <nd ref='-4078' />
+    <nd ref='-4080' />
+    <nd ref='-4082' />
+    <nd ref='-6652' />
+    <nd ref='-4084' />
+    <nd ref='-4086' />
+    <nd ref='-4088' />
+    <nd ref='-26880' />
+    <nd ref='-26878' />
+    <nd ref='-26876' />
+    <nd ref='-4090' />
+    <nd ref='-11448' />
+    <nd ref='-6654' />
+    <nd ref='-6656' />
+    <nd ref='-4106' />
+    <nd ref='-6658' />
+    <nd ref='-4100' />
+    <nd ref='-4098' />
+    <nd ref='-4102' />
+    <nd ref='-4096' />
+    <nd ref='-4094' />
+    <nd ref='-4092' />
+    <nd ref='-4104' />
+    <nd ref='-8104' />
+    <nd ref='-3752' />
+    <nd ref='-3750' />
+    <nd ref='-3748' />
+    <nd ref='-3758' />
+    <nd ref='-3756' />
+    <nd ref='-3754' />
+    <nd ref='-3760' />
+    <nd ref='-11450' />
+    <tag k='ISO3166-1:alpha2' v='BI' />
+    <tag k='name:en' v='Burundi' />
+  </way>
+  <way id='-28940'>
+    <nd ref='-6660' />
+    <nd ref='-6662' />
+    <nd ref='-6664' />
+    <nd ref='-6666' />
+    <nd ref='-6668' />
+    <nd ref='-6670' />
+    <nd ref='-6672' />
+    <nd ref='-6674' />
+    <nd ref='-6676' />
+    <nd ref='-4036' />
+    <nd ref='-6678' />
+    <nd ref='-6680' />
+    <nd ref='-6682' />
+    <nd ref='-6684' />
+    <nd ref='-6686' />
+    <nd ref='-6688' />
+    <nd ref='-6690' />
+    <nd ref='-6692' />
+    <nd ref='-6694' />
+    <nd ref='-6696' />
+    <nd ref='-6698' />
+    <nd ref='-6700' />
+    <nd ref='-6702' />
+    <nd ref='-6704' />
+    <nd ref='-4034' />
+    <nd ref='-4032' />
+    <nd ref='-6706' />
+    <nd ref='-6708' />
+    <nd ref='-6710' />
+    <nd ref='-6712' />
+    <nd ref='-6714' />
+    <nd ref='-6716' />
+    <nd ref='-6718' />
+    <nd ref='-6720' />
+    <nd ref='-6722' />
+    <nd ref='-6724' />
+    <nd ref='-6726' />
+    <nd ref='-6728' />
+    <nd ref='-6730' />
+    <nd ref='-6732' />
+    <nd ref='-6734' />
+    <nd ref='-6736' />
+    <nd ref='-4020' />
+    <nd ref='-4022' />
+    <nd ref='-4026' />
+    <nd ref='-4028' />
+    <nd ref='-4024' />
+    <nd ref='-4030' />
+    <nd ref='-6738' />
+    <nd ref='-6740' />
+    <nd ref='-6742' />
+    <nd ref='-6744' />
+    <nd ref='-6746' />
+    <nd ref='-6748' />
+    <nd ref='-6750' />
+    <nd ref='-6752' />
+    <nd ref='-6754' />
+    <nd ref='-6756' />
+    <nd ref='-6758' />
+    <nd ref='-6760' />
+    <nd ref='-6762' />
+    <nd ref='-6764' />
+    <nd ref='-6766' />
+    <nd ref='-6768' />
+    <nd ref='-6770' />
+    <nd ref='-6772' />
+    <nd ref='-6774' />
+    <nd ref='-6776' />
+    <nd ref='-6778' />
+    <nd ref='-6780' />
+    <nd ref='-6782' />
+    <nd ref='-6784' />
+    <nd ref='-6786' />
+    <nd ref='-6788' />
+    <nd ref='-6790' />
+    <nd ref='-4016' />
+    <nd ref='-4014' />
+    <nd ref='-6792' />
+    <nd ref='-6794' />
+    <nd ref='-6796' />
+    <nd ref='-4018' />
+    <nd ref='-6798' />
+    <nd ref='-6800' />
+    <nd ref='-6802' />
+    <nd ref='-3986' />
+    <nd ref='-6804' />
+    <nd ref='-6806' />
+    <nd ref='-6808' />
+    <nd ref='-6810' />
+    <nd ref='-6812' />
+    <nd ref='-6814' />
+    <nd ref='-6816' />
+    <nd ref='-6818' />
+    <nd ref='-6820' />
+    <nd ref='-6822' />
+    <nd ref='-6824' />
+    <nd ref='-3988' />
+    <nd ref='-3990' />
+    <nd ref='-6826' />
+    <nd ref='-6828' />
+    <nd ref='-3992' />
+    <nd ref='-3994' />
+    <nd ref='-6830' />
+    <nd ref='-3996' />
+    <nd ref='-3998' />
+    <nd ref='-6832' />
+    <nd ref='-6834' />
+    <nd ref='-6836' />
+    <nd ref='-4000' />
+    <nd ref='-4006' />
+    <nd ref='-58103' />
+    <nd ref='-4008' />
+    <nd ref='-4010' />
+    <nd ref='-4002' />
+    <nd ref='-4004' />
+    <nd ref='-6838' />
+    <nd ref='-6840' />
+    <nd ref='-6842' />
+    <nd ref='-6844' />
+    <nd ref='-6846' />
+    <nd ref='-6848' />
+    <nd ref='-6850' />
+    <nd ref='-4012' />
+    <nd ref='-6852' />
+    <nd ref='-10014' />
+    <nd ref='-14158' />
+    <nd ref='-14162' />
+    <nd ref='-14160' />
+    <nd ref='-6854' />
+    <nd ref='-10102' />
+    <nd ref='-6856' />
+    <nd ref='-10100' />
+    <nd ref='-6858' />
+    <nd ref='-6860' />
+    <nd ref='-10098' />
+    <nd ref='-10096' />
+    <nd ref='-6862' />
+    <nd ref='-14164' />
+    <nd ref='-10094' />
+    <nd ref='-14168' />
+    <nd ref='-6864' />
+    <nd ref='-14166' />
+    <nd ref='-10092' />
+    <nd ref='-14174' />
+    <nd ref='-14172' />
+    <nd ref='-14170' />
+    <nd ref='-10090' />
+    <nd ref='-10088' />
+    <nd ref='-10086' />
+    <nd ref='-14178' />
+    <nd ref='-14176' />
+    <nd ref='-14180' />
+    <nd ref='-14182' />
+    <nd ref='-14184' />
+    <nd ref='-10084' />
+    <nd ref='-10082' />
+    <nd ref='-6866' />
+    <nd ref='-6868' />
+    <nd ref='-14186' />
+    <nd ref='-10080' />
+    <nd ref='-10078' />
+    <nd ref='-6870' />
+    <nd ref='-14188' />
+    <nd ref='-6872' />
+    <nd ref='-14190' />
+    <nd ref='-10076' />
+    <nd ref='-10074' />
+    <nd ref='-6874' />
+    <nd ref='-6876' />
+    <nd ref='-10072' />
+    <nd ref='-14192' />
+    <nd ref='-10070' />
+    <nd ref='-14194' />
+    <nd ref='-14196' />
+    <nd ref='-10068' />
+    <nd ref='-6878' />
+    <nd ref='-10066' />
+    <nd ref='-10064' />
+    <nd ref='-14198' />
+    <nd ref='-10062' />
+    <nd ref='-6880' />
+    <nd ref='-10060' />
+    <nd ref='-56086' />
+    <nd ref='-10058' />
+    <nd ref='-6882' />
+    <nd ref='-6884' />
+    <nd ref='-6886' />
+    <nd ref='-6888' />
+    <nd ref='-14456' />
+    <nd ref='-14454' />
+    <nd ref='-14452' />
+    <nd ref='-14440' />
+    <nd ref='-57739' />
+    <nd ref='-57707' />
+    <nd ref='-14446' />
+    <nd ref='-14448' />
+    <nd ref='-57665' />
+    <nd ref='-14442' />
+    <nd ref='-14444' />
+    <nd ref='-14450' />
+    <nd ref='-57641' />
+    <nd ref='-14438' />
+    <nd ref='-14436' />
+    <nd ref='-6890' />
+    <nd ref='-6892' />
+    <nd ref='-6894' />
+    <nd ref='-14460' />
+    <nd ref='-14458' />
+    <nd ref='-6896' />
+    <nd ref='-6898' />
+    <nd ref='-57615' />
+    <nd ref='-14434' />
+    <nd ref='-57572' />
+    <nd ref='-14432' />
+    <nd ref='-57529' />
+    <nd ref='-14430' />
+    <nd ref='-14428' />
+    <nd ref='-57506' />
+    <nd ref='-14426' />
+    <nd ref='-57491' />
+    <nd ref='-57464' />
+    <nd ref='-14424' />
+    <nd ref='-14422' />
+    <nd ref='-14420' />
+    <nd ref='-57445' />
+    <nd ref='-14418' />
+    <nd ref='-14416' />
+    <nd ref='-14414' />
+    <nd ref='-14412' />
+    <nd ref='-57396' />
+    <nd ref='-14410' />
+    <nd ref='-14408' />
+    <nd ref='-14406' />
+    <nd ref='-14404' />
+    <nd ref='-14402' />
+    <nd ref='-14400' />
+    <nd ref='-14398' />
+    <nd ref='-14396' />
+    <nd ref='-57374' />
+    <nd ref='-14394' />
+    <nd ref='-57350' />
+    <nd ref='-57322' />
+    <nd ref='-14392' />
+    <nd ref='-57301' />
+    <nd ref='-14390' />
+    <nd ref='-14388' />
+    <nd ref='-14386' />
+    <nd ref='-57249' />
+    <nd ref='-14384' />
+    <nd ref='-14382' />
+    <nd ref='-57131' />
+    <nd ref='-57189' />
+    <nd ref='-57074' />
+    <nd ref='-14380' />
+    <nd ref='-14378' />
+    <nd ref='-57035' />
+    <nd ref='-57014' />
+    <nd ref='-14376' />
+    <nd ref='-14374' />
+    <nd ref='-14372' />
+    <nd ref='-14370' />
+    <nd ref='-14368' />
+    <nd ref='-14366' />
+    <nd ref='-14360' />
+    <nd ref='-14362' />
+    <nd ref='-14364' />
+    <nd ref='-14358' />
+    <nd ref='-56966' />
+    <nd ref='-56945' />
+    <nd ref='-56912' />
+    <nd ref='-14356' />
+    <nd ref='-14354' />
+    <nd ref='-56773' />
+    <nd ref='-56802' />
+    <nd ref='-56701' />
+    <nd ref='-56718' />
+    <nd ref='-56736' />
+    <nd ref='-56663' />
+    <nd ref='-56643' />
+    <nd ref='-14352' />
+    <nd ref='-56620' />
+    <nd ref='-56573' />
+    <nd ref='-56598' />
+    <nd ref='-56545' />
+    <nd ref='-56425' />
+    <nd ref='-56467' />
+    <nd ref='-56493' />
+    <nd ref='-14350' />
+    <nd ref='-56385' />
+    <nd ref='-56360' />
+    <nd ref='-14348' />
+    <nd ref='-56270' />
+    <nd ref='-56337' />
+    <nd ref='-56290' />
+    <nd ref='-56316' />
+    <nd ref='-14346' />
+    <nd ref='-14344' />
+    <nd ref='-14338' />
+    <nd ref='-14340' />
+    <nd ref='-14342' />
+    <nd ref='-14336' />
+    <nd ref='-6900' />
+    <nd ref='-6902' />
+    <nd ref='-6904' />
+    <nd ref='-12066' />
+    <nd ref='-4046' />
+    <nd ref='-4044' />
+    <nd ref='-4042' />
+    <nd ref='-77205' />
+    <nd ref='-6906' />
+    <nd ref='-6908' />
+    <nd ref='-6910' />
+    <nd ref='-6912' />
+    <nd ref='-6914' />
+    <nd ref='-6916' />
+    <nd ref='-6918' />
+    <nd ref='-77143' />
+    <nd ref='-77184' />
+    <nd ref='-6920' />
+    <nd ref='-6922' />
+    <nd ref='-6924' />
+    <nd ref='-6926' />
+    <nd ref='-6928' />
+    <nd ref='-6930' />
+    <nd ref='-6932' />
+    <nd ref='-6934' />
+    <nd ref='-6936' />
+    <nd ref='-6938' />
+    <nd ref='-4040' />
+    <nd ref='-6940' />
+    <nd ref='-6942' />
+    <nd ref='-6944' />
+    <nd ref='-6946' />
+    <nd ref='-6948' />
+    <nd ref='-6950' />
+    <nd ref='-6952' />
+    <nd ref='-64027' />
+    <nd ref='-6954' />
+    <nd ref='-64006' />
+    <nd ref='-6956' />
+    <nd ref='-6958' />
+    <nd ref='-4038' />
+    <nd ref='-6660' />
+  </way>
+  <way id='-28942'>
+    <nd ref='-10698' />
+    <nd ref='-17374' />
+    <nd ref='-17376' />
+    <nd ref='-17378' />
+    <nd ref='-17350' />
+    <nd ref='-17352' />
+    <nd ref='-17354' />
+    <nd ref='-17356' />
+    <nd ref='-17362' />
+    <nd ref='-17364' />
+    <nd ref='-17366' />
+    <nd ref='-17368' />
+    <nd ref='-17370' />
+    <nd ref='-17360' />
+    <nd ref='-17372' />
+    <nd ref='-17358' />
+    <nd ref='-17348' />
+    <nd ref='-17380' />
+    <nd ref='-17382' />
+    <nd ref='-17384' />
+    <nd ref='-17386' />
+    <nd ref='-17388' />
+    <nd ref='-17390' />
+    <nd ref='-17394' />
+    <nd ref='-17392' />
+    <nd ref='-17396' />
+    <nd ref='-17398' />
+    <nd ref='-17400' />
+    <nd ref='-17402' />
+    <nd ref='-17404' />
+    <nd ref='-17406' />
+    <nd ref='-17408' />
+    <nd ref='-10696' />
+    <nd ref='-6960' />
+    <nd ref='-6962' />
+    <nd ref='-6964' />
+    <nd ref='-6966' />
+    <nd ref='-17346' />
+    <nd ref='-17342' />
+    <nd ref='-17344' />
+    <nd ref='-17340' />
+    <nd ref='-17338' />
+    <nd ref='-17320' />
+    <nd ref='-17336' />
+    <nd ref='-17334' />
+    <nd ref='-17332' />
+    <nd ref='-17330' />
+    <nd ref='-17322' />
+    <nd ref='-17324' />
+    <nd ref='-17326' />
+    <nd ref='-17328' />
+    <nd ref='-6968' />
+    <nd ref='-1386' />
+    <nd ref='-1384' />
+    <nd ref='-1392' />
+    <nd ref='-1390' />
+    <nd ref='-1388' />
+    <nd ref='-6970' />
+    <nd ref='-1382' />
+    <nd ref='-1340' />
+    <nd ref='-6972' />
+    <nd ref='-1342' />
+    <nd ref='-1344' />
+    <nd ref='-1336' />
+    <nd ref='-1334' />
+    <nd ref='-1338' />
+    <nd ref='-10698' />
+    <tag k='ISO3166-1:alpha2' v='BJ' />
+    <tag k='name:en' v='Benin' />
+  </way>
+  <way id='-28944'>
+    <nd ref='-6974' />
+    <nd ref='-6976' />
+    <nd ref='-1378' />
+    <nd ref='-1380' />
+    <nd ref='-1372' />
+    <nd ref='-1368' />
+    <nd ref='-1366' />
+    <nd ref='-1370' />
+    <nd ref='-1362' />
+    <nd ref='-1360' />
+    <nd ref='-1358' />
+    <nd ref='-1354' />
+    <nd ref='-1356' />
+    <nd ref='-1364' />
+    <nd ref='-1374' />
+    <nd ref='-1376' />
+    <nd ref='-6978' />
+    <nd ref='-6980' />
+    <nd ref='-6970' />
+    <nd ref='-1388' />
+    <nd ref='-1390' />
+    <nd ref='-1392' />
+    <nd ref='-1384' />
+    <nd ref='-1386' />
+    <nd ref='-6968' />
+    <nd ref='-6982' />
+    <nd ref='-6984' />
+    <nd ref='-17318' />
+    <nd ref='-17316' />
+    <nd ref='-6986' />
+    <nd ref='-9070' />
+    <nd ref='-17176' />
+    <nd ref='-17180' />
+    <nd ref='-17186' />
+    <nd ref='-17184' />
+    <nd ref='-17182' />
+    <nd ref='-17188' />
+    <nd ref='-17178' />
+    <nd ref='-17174' />
+    <nd ref='-6988' />
+    <nd ref='-17166' />
+    <nd ref='-17168' />
+    <nd ref='-17172' />
+    <nd ref='-17170' />
+    <nd ref='-8044' />
+    <nd ref='-17096' />
+    <nd ref='-17098' />
+    <nd ref='-17094' />
+    <nd ref='-17102' />
+    <nd ref='-17100' />
+    <nd ref='-17104' />
+    <nd ref='-17092' />
+    <nd ref='-17090' />
+    <nd ref='-17088' />
+    <nd ref='-17086' />
+    <nd ref='-17108' />
+    <nd ref='-17106' />
+    <nd ref='-17112' />
+    <nd ref='-17110' />
+    <nd ref='-17114' />
+    <nd ref='-8042' />
+    <nd ref='-1510' />
+    <nd ref='-1508' />
+    <nd ref='-1506' />
+    <nd ref='-1524' />
+    <nd ref='-1522' />
+    <nd ref='-1520' />
+    <nd ref='-1518' />
+    <nd ref='-1514' />
+    <nd ref='-1512' />
+    <nd ref='-1516' />
+    <nd ref='-1526' />
+    <nd ref='-1530' />
+    <nd ref='-1532' />
+    <nd ref='-1528' />
+    <nd ref='-1534' />
+    <nd ref='-1536' />
+    <nd ref='-1548' />
+    <nd ref='-1546' />
+    <nd ref='-1544' />
+    <nd ref='-1542' />
+    <nd ref='-1540' />
+    <nd ref='-1538' />
+    <nd ref='-1552' />
+    <nd ref='-1550' />
+    <nd ref='-1554' />
+    <nd ref='-6990' />
+    <nd ref='-6992' />
+    <nd ref='-1560' />
+    <nd ref='-1558' />
+    <nd ref='-1562' />
+    <nd ref='-1556' />
+    <nd ref='-6994' />
+    <nd ref='-6996' />
+    <nd ref='-6998' />
+    <nd ref='-7000' />
+    <nd ref='-7002' />
+    <nd ref='-1570' />
+    <nd ref='-1566' />
+    <nd ref='-1568' />
+    <nd ref='-1564' />
+    <nd ref='-7004' />
+    <nd ref='-7006' />
+    <nd ref='-7008' />
+    <nd ref='-7010' />
+    <nd ref='-7012' />
+    <nd ref='-7014' />
+    <nd ref='-7016' />
+    <nd ref='-1576' />
+    <nd ref='-1574' />
+    <nd ref='-1572' />
+    <nd ref='-6974' />
+    <tag k='ISO3166-1:alpha2' v='BF' />
+    <tag k='name:en' v='Burkina Faso' />
+  </way>
+  <way id='-28946'>
+    <nd ref='-7018' />
+    <nd ref='-19544' />
+    <nd ref='-27436' />
+    <nd ref='-19546' />
+    <nd ref='-19548' />
+    <nd ref='-27434' />
+    <nd ref='-19550' />
+    <nd ref='-27432' />
+    <nd ref='-27430' />
+    <nd ref='-19554' />
+    <nd ref='-19552' />
+    <nd ref='-27428' />
+    <nd ref='-7020' />
+    <nd ref='-27426' />
+    <nd ref='-19556' />
+    <nd ref='-27424' />
+    <nd ref='-27422' />
+    <nd ref='-27420' />
+    <nd ref='-27418' />
+    <nd ref='-7022' />
+    <nd ref='-19558' />
+    <nd ref='-19562' />
+    <nd ref='-19560' />
+    <nd ref='-7024' />
+    <nd ref='-19564' />
+    <nd ref='-19566' />
+    <nd ref='-98299' />
+    <nd ref='-19572' />
+    <nd ref='-19570' />
+    <nd ref='-19568' />
+    <nd ref='-98413' />
+    <nd ref='-7026' />
+    <nd ref='-19574' />
+    <nd ref='-7028' />
+    <nd ref='-19584' />
+    <nd ref='-19586' />
+    <nd ref='-19588' />
+    <nd ref='-19582' />
+    <nd ref='-19580' />
+    <nd ref='-19578' />
+    <nd ref='-19576' />
+    <nd ref='-7030' />
+    <nd ref='-19596' />
+    <nd ref='-19594' />
+    <nd ref='-19592' />
+    <nd ref='-19590' />
+    <nd ref='-7032' />
+    <nd ref='-19598' />
+    <nd ref='-19600' />
+    <nd ref='-19602' />
+    <nd ref='-19604' />
+    <nd ref='-19606' />
+    <nd ref='-7034' />
+    <nd ref='-98580' />
+    <nd ref='-19608' />
+    <nd ref='-7036' />
+    <nd ref='-7038' />
+    <nd ref='-19612' />
+    <nd ref='-19610' />
+    <nd ref='-19618' />
+    <nd ref='-19620' />
+    <nd ref='-19616' />
+    <nd ref='-19614' />
+    <nd ref='-19622' />
+    <nd ref='-19624' />
+    <nd ref='-7040' />
+    <nd ref='-19626' />
+    <nd ref='-7042' />
+    <nd ref='-7044' />
+    <nd ref='-19646' />
+    <nd ref='-19644' />
+    <nd ref='-19642' />
+    <nd ref='-19650' />
+    <nd ref='-19648' />
+    <nd ref='-19638' />
+    <nd ref='-19640' />
+    <nd ref='-19636' />
+    <nd ref='-27414' />
+    <nd ref='-19628' />
+    <nd ref='-19630' />
+    <nd ref='-19632' />
+    <nd ref='-19634' />
+    <nd ref='-7046' />
+    <nd ref='-9310' />
+    <nd ref='-7048' />
+    <nd ref='-9308' />
+    <nd ref='-19460' />
+    <nd ref='-27452' />
+    <nd ref='-27450' />
+    <nd ref='-7050' />
+    <nd ref='-7052' />
+    <nd ref='-19468' />
+    <nd ref='-27448' />
+    <nd ref='-19466' />
+    <nd ref='-19462' />
+    <nd ref='-19464' />
+    <nd ref='-27446' />
+    <nd ref='-7054' />
+    <nd ref='-19470' />
+    <nd ref='-7056' />
+    <nd ref='-19472' />
+    <nd ref='-19480' />
+    <nd ref='-19476' />
+    <nd ref='-19478' />
+    <nd ref='-19474' />
+    <nd ref='-7058' />
+    <nd ref='-7060' />
+    <nd ref='-7062' />
+    <nd ref='-19488' />
+    <nd ref='-19486' />
+    <nd ref='-19490' />
+    <nd ref='-19492' />
+    <nd ref='-19494' />
+    <nd ref='-19496' />
+    <nd ref='-19482' />
+    <nd ref='-19484' />
+    <nd ref='-19498' />
+    <nd ref='-19500' />
+    <nd ref='-27444' />
+    <nd ref='-19502' />
+    <nd ref='-19504' />
+    <nd ref='-19506' />
+    <nd ref='-19508' />
+    <nd ref='-19510' />
+    <nd ref='-7064' />
+    <nd ref='-7066' />
+    <nd ref='-7068' />
+    <nd ref='-7070' />
+    <nd ref='-27442' />
+    <nd ref='-7072' />
+    <nd ref='-7074' />
+    <nd ref='-19524' />
+    <nd ref='-19522' />
+    <nd ref='-19520' />
+    <nd ref='-19518' />
+    <nd ref='-19516' />
+    <nd ref='-19514' />
+    <nd ref='-19512' />
+    <nd ref='-19526' />
+    <nd ref='-27440' />
+    <nd ref='-19528' />
+    <nd ref='-19530' />
+    <nd ref='-19540' />
+    <nd ref='-19542' />
+    <nd ref='-19532' />
+    <nd ref='-19534' />
+    <nd ref='-27438' />
+    <nd ref='-19536' />
+    <nd ref='-19538' />
+    <nd ref='-7018' />
+    <tag k='ISO3166-1:alpha2' v='BD' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Bangladesh' />
+  </way>
+  <way id='-28948'>
+    <nd ref='-7076' />
+    <nd ref='-7078' />
+    <nd ref='-19090' />
+    <nd ref='-19092' />
+    <nd ref='-19094' />
+    <nd ref='-7080' />
+    <nd ref='-19098' />
+    <nd ref='-19096' />
+    <nd ref='-19104' />
+    <nd ref='-19100' />
+    <nd ref='-19102' />
+    <nd ref='-7082' />
+    <nd ref='-19108' />
+    <nd ref='-19106' />
+    <nd ref='-7084' />
+    <nd ref='-7086' />
+    <nd ref='-19110' />
+    <nd ref='-19112' />
+    <nd ref='-7088' />
+    <nd ref='-19114' />
+    <nd ref='-7090' />
+    <nd ref='-19116' />
+    <nd ref='-7092' />
+    <nd ref='-19122' />
+    <nd ref='-19124' />
+    <nd ref='-19120' />
+    <nd ref='-19118' />
+    <nd ref='-7094' />
+    <nd ref='-7096' />
+    <nd ref='-10906' />
+    <nd ref='-11428' />
+    <nd ref='-7098' />
+    <nd ref='-1170' />
+    <nd ref='-1164' />
+    <nd ref='-1166' />
+    <nd ref='-1168' />
+    <nd ref='-1172' />
+    <nd ref='-28254' />
+    <nd ref='-28256' />
+    <nd ref='-1162' />
+    <nd ref='-1156' />
+    <nd ref='-1160' />
+    <nd ref='-1158' />
+    <nd ref='-1174' />
+    <nd ref='-1178' />
+    <nd ref='-1176' />
+    <nd ref='-1184' />
+    <nd ref='-1182' />
+    <nd ref='-1180' />
+    <nd ref='-1186' />
+    <nd ref='-1188' />
+    <nd ref='-28252' />
+    <nd ref='-16444' />
+    <nd ref='-9158' />
+    <nd ref='-28270' />
+    <nd ref='-16424' />
+    <nd ref='-16426' />
+    <nd ref='-16442' />
+    <nd ref='-16428' />
+    <nd ref='-16430' />
+    <nd ref='-16432' />
+    <nd ref='-16434' />
+    <nd ref='-16436' />
+    <nd ref='-16438' />
+    <nd ref='-16440' />
+    <nd ref='-16422' />
+    <nd ref='-16420' />
+    <nd ref='-16418' />
+    <nd ref='-16416' />
+    <nd ref='-16414' />
+    <nd ref='-16400' />
+    <nd ref='-16404' />
+    <nd ref='-16412' />
+    <nd ref='-16410' />
+    <nd ref='-16408' />
+    <nd ref='-16406' />
+    <nd ref='-16402' />
+    <nd ref='-16384' />
+    <nd ref='-16392' />
+    <nd ref='-16394' />
+    <nd ref='-16398' />
+    <nd ref='-16396' />
+    <nd ref='-16390' />
+    <nd ref='-16386' />
+    <nd ref='-16388' />
+    <nd ref='-16342' />
+    <nd ref='-16340' />
+    <nd ref='-16344' />
+    <nd ref='-16346' />
+    <nd ref='-16380' />
+    <nd ref='-16382' />
+    <nd ref='-16348' />
+    <nd ref='-16350' />
+    <nd ref='-16378' />
+    <nd ref='-16376' />
+    <nd ref='-16374' />
+    <nd ref='-16356' />
+    <nd ref='-16354' />
+    <nd ref='-16370' />
+    <nd ref='-16368' />
+    <nd ref='-16372' />
+    <nd ref='-16352' />
+    <nd ref='-16360' />
+    <nd ref='-16364' />
+    <nd ref='-16362' />
+    <nd ref='-16366' />
+    <nd ref='-16358' />
+    <nd ref='-9162' />
+    <nd ref='-16022' />
+    <nd ref='-16020' />
+    <nd ref='-16018' />
+    <nd ref='-16016' />
+    <nd ref='-16014' />
+    <nd ref='-16012' />
+    <nd ref='-16000' />
+    <nd ref='-16010' />
+    <nd ref='-16008' />
+    <nd ref='-16006' />
+    <nd ref='-16002' />
+    <nd ref='-16004' />
+    <nd ref='-7100' />
+    <nd ref='-19056' />
+    <nd ref='-19062' />
+    <nd ref='-19060' />
+    <nd ref='-19058' />
+    <nd ref='-11164' />
+    <nd ref='-19064' />
+    <nd ref='-19066' />
+    <nd ref='-7102' />
+    <nd ref='-19070' />
+    <nd ref='-19068' />
+    <nd ref='-19072' />
+    <nd ref='-19074' />
+    <nd ref='-11162' />
+    <nd ref='-19078' />
+    <nd ref='-19076' />
+    <nd ref='-11160' />
+    <nd ref='-7104' />
+    <nd ref='-19080' />
+    <nd ref='-7106' />
+    <nd ref='-7108' />
+    <nd ref='-7110' />
+    <nd ref='-19082' />
+    <nd ref='-11158' />
+    <nd ref='-7112' />
+    <nd ref='-19088' />
+    <nd ref='-19084' />
+    <nd ref='-19086' />
+    <nd ref='-7114' />
+    <nd ref='-7076' />
+    <tag k='ISO3166-1:alpha2' v='BG' />
+    <tag k='maxspeed:motorway' v='140' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/bulgaria/speed_limits_en.htm' />
+    <tag k='maxspeed:trunk' v='120' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Bulgaria' />
+  </way>
+  <way id='-28950'>
+    <nd ref='-7116' />
+    <nd ref='-3868' />
+    <nd ref='-3866' />
+    <nd ref='-3864' />
+    <nd ref='-7118' />
+    <nd ref='-10888' />
+    <nd ref='-11038' />
+    <nd ref='-7120' />
+    <nd ref='-11036' />
+    <nd ref='-3794' />
+    <nd ref='-7116' />
+    <tag k='ISO3166-1:alpha2' v='BH' />
+    <tag k='name:en' v='Bahrain' />
+  </way>
+  <way id='-28952'>
+    <nd ref='-7122' />
+    <nd ref='-28454' />
+    <nd ref='-28456' />
+    <nd ref='-28458' />
+    <nd ref='-28460' />
+    <nd ref='-18932' />
+    <nd ref='-28462' />
+    <nd ref='-28464' />
+    <nd ref='-7124' />
+    <nd ref='-18940' />
+    <nd ref='-18938' />
+    <nd ref='-18936' />
+    <nd ref='-18934' />
+    <nd ref='-18942' />
+    <nd ref='-18944' />
+    <nd ref='-28468' />
+    <nd ref='-28466' />
+    <nd ref='-7126' />
+    <nd ref='-7128' />
+    <nd ref='-7130' />
+    <nd ref='-18946' />
+    <nd ref='-19012' />
+    <nd ref='-28366' />
+    <nd ref='-7132' />
+    <nd ref='-28362' />
+    <nd ref='-28364' />
+    <nd ref='-19014' />
+    <nd ref='-28368' />
+    <nd ref='-19018' />
+    <nd ref='-28370' />
+    <nd ref='-19020' />
+    <nd ref='-28378' />
+    <nd ref='-28376' />
+    <nd ref='-28374' />
+    <nd ref='-28372' />
+    <nd ref='-28380' />
+    <nd ref='-28386' />
+    <nd ref='-28384' />
+    <nd ref='-28382' />
+    <nd ref='-19016' />
+    <nd ref='-28390' />
+    <nd ref='-28388' />
+    <nd ref='-28392' />
+    <nd ref='-28394' />
+    <nd ref='-19022' />
+    <nd ref='-28396' />
+    <nd ref='-19024' />
+    <nd ref='-28398' />
+    <nd ref='-28400' />
+    <nd ref='-28402' />
+    <nd ref='-28406' />
+    <nd ref='-28404' />
+    <nd ref='-28408' />
+    <nd ref='-19028' />
+    <nd ref='-28410' />
+    <nd ref='-19030' />
+    <nd ref='-19034' />
+    <nd ref='-19032' />
+    <nd ref='-19026' />
+    <nd ref='-19036' />
+    <nd ref='-19038' />
+    <nd ref='-7134' />
+    <nd ref='-7136' />
+    <nd ref='-19042' />
+    <nd ref='-19044' />
+    <nd ref='-19046' />
+    <nd ref='-19052' />
+    <nd ref='-19050' />
+    <nd ref='-19048' />
+    <nd ref='-19040' />
+    <nd ref='-19054' />
+    <nd ref='-11170' />
+    <nd ref='-16288' />
+    <nd ref='-28318' />
+    <nd ref='-16290' />
+    <nd ref='-16292' />
+    <nd ref='-16294' />
+    <nd ref='-16298' />
+    <nd ref='-16296' />
+    <nd ref='-16286' />
+    <nd ref='-28316' />
+    <nd ref='-16284' />
+    <nd ref='-16282' />
+    <nd ref='-16280' />
+    <nd ref='-16278' />
+    <nd ref='-16276' />
+    <nd ref='-16274' />
+    <nd ref='-16272' />
+    <nd ref='-16270' />
+    <nd ref='-28314' />
+    <nd ref='-16268' />
+    <nd ref='-16266' />
+    <nd ref='-16264' />
+    <nd ref='-16262' />
+    <nd ref='-16260' />
+    <nd ref='-16258' />
+    <nd ref='-16246' />
+    <nd ref='-16248' />
+    <nd ref='-16256' />
+    <nd ref='-16254' />
+    <nd ref='-28312' />
+    <nd ref='-28310' />
+    <nd ref='-16252' />
+    <nd ref='-16250' />
+    <nd ref='-16232' />
+    <nd ref='-28308' />
+    <nd ref='-28306' />
+    <nd ref='-16242' />
+    <nd ref='-16240' />
+    <nd ref='-16238' />
+    <nd ref='-16244' />
+    <nd ref='-16236' />
+    <nd ref='-16234' />
+    <nd ref='-7138' />
+    <nd ref='-18836' />
+    <nd ref='-18838' />
+    <nd ref='-18846' />
+    <nd ref='-18842' />
+    <nd ref='-18844' />
+    <nd ref='-18840' />
+    <nd ref='-9226' />
+    <nd ref='-9224' />
+    <nd ref='-7140' />
+    <nd ref='-7142' />
+    <nd ref='-7144' />
+    <nd ref='-18848' />
+    <nd ref='-18852' />
+    <nd ref='-18856' />
+    <nd ref='-18854' />
+    <nd ref='-18850' />
+    <nd ref='-18858' />
+    <nd ref='-7146' />
+    <nd ref='-18862' />
+    <nd ref='-18866' />
+    <nd ref='-18864' />
+    <nd ref='-18860' />
+    <nd ref='-7148' />
+    <nd ref='-18868' />
+    <nd ref='-18870' />
+    <nd ref='-7150' />
+    <nd ref='-18876' />
+    <nd ref='-18878' />
+    <nd ref='-18880' />
+    <nd ref='-18874' />
+    <nd ref='-18872' />
+    <nd ref='-18886' />
+    <nd ref='-18888' />
+    <nd ref='-18884' />
+    <nd ref='-18882' />
+    <nd ref='-7152' />
+    <nd ref='-7154' />
+    <nd ref='-18890' />
+    <nd ref='-18894' />
+    <nd ref='-18896' />
+    <nd ref='-18892' />
+    <nd ref='-18898' />
+    <nd ref='-18900' />
+    <nd ref='-18902' />
+    <nd ref='-18904' />
+    <nd ref='-7156' />
+    <nd ref='-18906' />
+    <nd ref='-18908' />
+    <nd ref='-28416' />
+    <nd ref='-28412' />
+    <nd ref='-28414' />
+    <nd ref='-28418' />
+    <nd ref='-18910' />
+    <nd ref='-18916' />
+    <nd ref='-18918' />
+    <nd ref='-18914' />
+    <nd ref='-28422' />
+    <nd ref='-28420' />
+    <nd ref='-28424' />
+    <nd ref='-28426' />
+    <nd ref='-28428' />
+    <nd ref='-28430' />
+    <nd ref='-28432' />
+    <nd ref='-18912' />
+    <nd ref='-18920' />
+    <nd ref='-28434' />
+    <nd ref='-28436' />
+    <nd ref='-18922' />
+    <nd ref='-18926' />
+    <nd ref='-28438' />
+    <nd ref='-18928' />
+    <nd ref='-28440' />
+    <nd ref='-28442' />
+    <nd ref='-28444' />
+    <nd ref='-28446' />
+    <nd ref='-28448' />
+    <nd ref='-28450' />
+    <nd ref='-28452' />
+    <nd ref='-18930' />
+    <nd ref='-18924' />
+    <nd ref='-7122' />
+    <tag k='ISO3166-1:alpha2' v='BA' />
+    <tag k='name:en' v='Bosnia and Herzegovina' />
+  </way>
+  <way id='-28954'>
+    <nd ref='-7158' />
+    <nd ref='-20686' />
+    <nd ref='-20700' />
+    <nd ref='-20702' />
+    <nd ref='-20698' />
+    <nd ref='-20694' />
+    <nd ref='-20696' />
+    <nd ref='-20692' />
+    <nd ref='-20688' />
+    <nd ref='-20690' />
+    <nd ref='-7160' />
+    <nd ref='-20684' />
+    <nd ref='-20674' />
+    <nd ref='-20676' />
+    <nd ref='-20680' />
+    <nd ref='-20682' />
+    <nd ref='-20678' />
+    <nd ref='-7162' />
+    <nd ref='-20662' />
+    <nd ref='-82237' />
+    <nd ref='-82247' />
+    <nd ref='-82260' />
+    <nd ref='-82276' />
+    <nd ref='-20672' />
+    <nd ref='-20670' />
+    <nd ref='-20668' />
+    <nd ref='-20664' />
+    <nd ref='-20666' />
+    <nd ref='-20652' />
+    <nd ref='-20660' />
+    <nd ref='-20658' />
+    <nd ref='-20656' />
+    <nd ref='-20654' />
+    <nd ref='-10986' />
+    <nd ref='-10984' />
+    <nd ref='-82292' />
+    <nd ref='-20640' />
+    <nd ref='-20648' />
+    <nd ref='-20650' />
+    <nd ref='-20646' />
+    <nd ref='-20644' />
+    <nd ref='-20642' />
+    <nd ref='-10982' />
+    <nd ref='-82309' />
+    <nd ref='-10980' />
+    <nd ref='-20626' />
+    <nd ref='-20638' />
+    <nd ref='-20636' />
+    <nd ref='-20634' />
+    <nd ref='-20628' />
+    <nd ref='-20630' />
+    <nd ref='-20632' />
+    <nd ref='-7164' />
+    <nd ref='-20624' />
+    <nd ref='-82332' />
+    <nd ref='-10978' />
+    <nd ref='-20622' />
+    <nd ref='-7166' />
+    <nd ref='-82358' />
+    <nd ref='-82369' />
+    <nd ref='-7168' />
+    <nd ref='-20620' />
+    <nd ref='-20618' />
+    <nd ref='-7170' />
+    <nd ref='-20608' />
+    <nd ref='-20610' />
+    <nd ref='-20612' />
+    <nd ref='-20614' />
+    <nd ref='-20616' />
+    <nd ref='-10976' />
+    <nd ref='-20606' />
+    <nd ref='-20604' />
+    <nd ref='-7172' />
+    <nd ref='-20602' />
+    <nd ref='-20600' />
+    <nd ref='-20598' />
+    <nd ref='-20596' />
+    <nd ref='-20586' />
+    <nd ref='-20594' />
+    <nd ref='-20592' />
+    <nd ref='-20590' />
+    <nd ref='-20588' />
+    <nd ref='-10974' />
+    <nd ref='-82389' />
+    <nd ref='-20582' />
+    <nd ref='-20584' />
+    <nd ref='-10972' />
+    <nd ref='-20574' />
+    <nd ref='-20578' />
+    <nd ref='-20580' />
+    <nd ref='-20576' />
+    <nd ref='-10970' />
+    <nd ref='-20562' />
+    <nd ref='-20560' />
+    <nd ref='-20564' />
+    <nd ref='-10968' />
+    <nd ref='-20558' />
+    <nd ref='-20556' />
+    <nd ref='-20554' />
+    <nd ref='-7174' />
+    <nd ref='-82405' />
+    <nd ref='-82417' />
+    <nd ref='-82430' />
+    <nd ref='-20552' />
+    <nd ref='-20546' />
+    <nd ref='-20544' />
+    <nd ref='-20550' />
+    <nd ref='-20548' />
+    <nd ref='-20542' />
+    <nd ref='-20540' />
+    <nd ref='-20538' />
+    <nd ref='-7176' />
+    <nd ref='-20504' />
+    <nd ref='-20508' />
+    <nd ref='-20506' />
+    <nd ref='-20514' />
+    <nd ref='-20518' />
+    <nd ref='-20516' />
+    <nd ref='-20512' />
+    <nd ref='-20510' />
+    <nd ref='-20536' />
+    <nd ref='-20534' />
+    <nd ref='-20530' />
+    <nd ref='-20532' />
+    <nd ref='-20528' />
+    <nd ref='-20520' />
+    <nd ref='-20526' />
+    <nd ref='-20524' />
+    <nd ref='-7178' />
+    <nd ref='-20522' />
+    <nd ref='-11496' />
+    <nd ref='-11494' />
+    <nd ref='-20494' />
+    <nd ref='-20492' />
+    <nd ref='-20496' />
+    <nd ref='-20490' />
+    <nd ref='-20488' />
+    <nd ref='-20486' />
+    <nd ref='-20484' />
+    <nd ref='-20500' />
+    <nd ref='-20502' />
+    <nd ref='-20498' />
+    <nd ref='-20480' />
+    <nd ref='-20482' />
+    <nd ref='-7180' />
+    <nd ref='-11492' />
+    <nd ref='-20472' />
+    <nd ref='-20478' />
+    <nd ref='-82494' />
+    <nd ref='-20474' />
+    <nd ref='-20476' />
+    <nd ref='-7182' />
+    <nd ref='-20470' />
+    <nd ref='-20468' />
+    <nd ref='-82512' />
+    <nd ref='-82527' />
+    <nd ref='-82546' />
+    <nd ref='-20466' />
+    <nd ref='-11490' />
+    <nd ref='-20464' />
+    <nd ref='-20462' />
+    <nd ref='-20460' />
+    <nd ref='-20458' />
+    <nd ref='-7184' />
+    <nd ref='-20416' />
+    <nd ref='-20426' />
+    <nd ref='-20424' />
+    <nd ref='-20422' />
+    <nd ref='-20420' />
+    <nd ref='-20418' />
+    <nd ref='-11488' />
+    <nd ref='-20410' />
+    <nd ref='-82176' />
+    <nd ref='-20408' />
+    <nd ref='-20412' />
+    <nd ref='-20414' />
+    <nd ref='-20406' />
+    <nd ref='-82559' />
+    <nd ref='-7186' />
+    <nd ref='-20404' />
+    <nd ref='-20402' />
+    <nd ref='-7188' />
+    <nd ref='-20396' />
+    <nd ref='-81322' />
+    <nd ref='-20398' />
+    <nd ref='-20400' />
+    <nd ref='-7190' />
+    <nd ref='-7192' />
+    <nd ref='-20388' />
+    <nd ref='-20394' />
+    <nd ref='-82573' />
+    <nd ref='-20390' />
+    <nd ref='-20392' />
+    <nd ref='-81308' />
+    <nd ref='-7194' />
+    <nd ref='-20386' />
+    <nd ref='-10000' />
+    <nd ref='-15710' />
+    <nd ref='-15724' />
+    <nd ref='-15722' />
+    <nd ref='-15726' />
+    <nd ref='-15720' />
+    <nd ref='-15718' />
+    <nd ref='-15714' />
+    <nd ref='-15716' />
+    <nd ref='-15712' />
+    <nd ref='-15728' />
+    <nd ref='-15730' />
+    <nd ref='-15732' />
+    <nd ref='-79720' />
+    <nd ref='-15734' />
+    <nd ref='-15708' />
+    <nd ref='-15738' />
+    <nd ref='-15740' />
+    <nd ref='-15742' />
+    <nd ref='-15744' />
+    <nd ref='-15746' />
+    <nd ref='-15750' />
+    <nd ref='-15748' />
+    <nd ref='-15752' />
+    <nd ref='-15754' />
+    <nd ref='-15756' />
+    <nd ref='-15758' />
+    <nd ref='-15760' />
+    <nd ref='-15762' />
+    <nd ref='-15764' />
+    <nd ref='-15766' />
+    <nd ref='-15768' />
+    <nd ref='-15770' />
+    <nd ref='-15772' />
+    <nd ref='-15774' />
+    <nd ref='-79762' />
+    <nd ref='-15778' />
+    <nd ref='-15776' />
+    <nd ref='-15780' />
+    <nd ref='-15736' />
+    <nd ref='-15782' />
+    <nd ref='-15784' />
+    <nd ref='-15786' />
+    <nd ref='-15788' />
+    <nd ref='-15790' />
+    <nd ref='-15792' />
+    <nd ref='-79779' />
+    <nd ref='-15794' />
+    <nd ref='-15796' />
+    <nd ref='-15798' />
+    <nd ref='-15822' />
+    <nd ref='-15826' />
+    <nd ref='-15824' />
+    <nd ref='-15820' />
+    <nd ref='-15818' />
+    <nd ref='-15816' />
+    <nd ref='-15814' />
+    <nd ref='-15812' />
+    <nd ref='-15810' />
+    <nd ref='-15808' />
+    <nd ref='-15806' />
+    <nd ref='-15804' />
+    <nd ref='-15802' />
+    <nd ref='-15800' />
+    <nd ref='-7196' />
+    <nd ref='-4332' />
+    <nd ref='-4330' />
+    <nd ref='-4328' />
+    <nd ref='-79546' />
+    <nd ref='-4326' />
+    <nd ref='-4324' />
+    <nd ref='-4322' />
+    <nd ref='-4318' />
+    <nd ref='-4320' />
+    <nd ref='-4316' />
+    <nd ref='-4314' />
+    <nd ref='-7158' />
+    <tag k='ISO3166-1:alpha2' v='BY' />
+    <tag k='name:en' v='Belarus' />
+  </way>
+  <way id='-28956'>
+    <nd ref='-7198' />
+    <nd ref='-7200' />
+    <nd ref='-10276' />
+    <nd ref='-7202' />
+    <nd ref='-7204' />
+    <nd ref='-10274' />
+    <nd ref='-10272' />
+    <nd ref='-10270' />
+    <nd ref='-10268' />
+    <nd ref='-10266' />
+    <nd ref='-10264' />
+    <nd ref='-6122' />
+    <nd ref='-6126' />
+    <nd ref='-6124' />
+    <nd ref='-6136' />
+    <nd ref='-6138' />
+    <nd ref='-9166' />
+    <nd ref='-6134' />
+    <nd ref='-9164' />
+    <nd ref='-12666' />
+    <nd ref='-12668' />
+    <nd ref='-12670' />
+    <nd ref='-12674' />
+    <nd ref='-12672' />
+    <nd ref='-7198' />
+    <tag k='ISO3166-1:alpha2' v='BZ' />
+    <tag k='name:en' v='Belize' />
+  </way>
+  <way id='-28958'>
+    <nd ref='-7262' />
+    <nd ref='-5408' />
+    <nd ref='-5406' />
+    <nd ref='-5410' />
+    <nd ref='-5414' />
+    <nd ref='-5412' />
+    <nd ref='-5416' />
+    <nd ref='-7206' />
+    <nd ref='-7260' />
+    <nd ref='-7208' />
+    <nd ref='-7258' />
+    <nd ref='-5448' />
+    <nd ref='-5446' />
+    <nd ref='-5444' />
+    <nd ref='-5442' />
+    <nd ref='-5440' />
+    <nd ref='-5438' />
+    <nd ref='-5436' />
+    <nd ref='-5434' />
+    <nd ref='-7210' />
+    <nd ref='-5428' />
+    <nd ref='-5430' />
+    <nd ref='-5426' />
+    <nd ref='-5422' />
+    <nd ref='-5420' />
+    <nd ref='-5418' />
+    <nd ref='-5424' />
+    <nd ref='-5432' />
+    <nd ref='-7212' />
+    <nd ref='-7214' />
+    <nd ref='-7256' />
+    <nd ref='-7216' />
+    <nd ref='-7218' />
+    <nd ref='-7220' />
+    <nd ref='-7222' />
+    <nd ref='-5540' />
+    <nd ref='-7224' />
+    <nd ref='-7226' />
+    <nd ref='-7228' />
+    <nd ref='-5494' />
+    <nd ref='-6430' />
+    <nd ref='-26482' />
+    <nd ref='-26486' />
+    <nd ref='-26484' />
+    <nd ref='-5492' />
+    <nd ref='-5486' />
+    <nd ref='-5490' />
+    <nd ref='-26488' />
+    <nd ref='-26490' />
+    <nd ref='-5488' />
+    <nd ref='-26492' />
+    <nd ref='-26494' />
+    <nd ref='-7230' />
+    <nd ref='-26496' />
+    <nd ref='-26498' />
+    <nd ref='-26500' />
+    <nd ref='-26502' />
+    <nd ref='-5484' />
+    <nd ref='-26504' />
+    <nd ref='-26506' />
+    <nd ref='-26508' />
+    <nd ref='-5478' />
+    <nd ref='-5480' />
+    <nd ref='-5482' />
+    <nd ref='-6454' />
+    <nd ref='-5624' />
+    <nd ref='-8038' />
+    <nd ref='-5612' />
+    <nd ref='-5610' />
+    <nd ref='-5606' />
+    <nd ref='-5608' />
+    <nd ref='-5622' />
+    <nd ref='-5620' />
+    <nd ref='-5618' />
+    <nd ref='-5616' />
+    <nd ref='-5614' />
+    <nd ref='-7232' />
+    <nd ref='-8036' />
+    <nd ref='-26550' />
+    <nd ref='-26552' />
+    <nd ref='-26554' />
+    <nd ref='-7234' />
+    <nd ref='-26556' />
+    <nd ref='-5584' />
+    <nd ref='-5586' />
+    <nd ref='-5588' />
+    <nd ref='-26560' />
+    <nd ref='-26558' />
+    <nd ref='-10814' />
+    <nd ref='-5476' />
+    <nd ref='-5474' />
+    <nd ref='-5472' />
+    <nd ref='-5470' />
+    <nd ref='-5460' />
+    <nd ref='-5462' />
+    <nd ref='-5464' />
+    <nd ref='-5468' />
+    <nd ref='-5466' />
+    <nd ref='-7236' />
+    <nd ref='-10812' />
+    <nd ref='-5456' />
+    <nd ref='-5458' />
+    <nd ref='-5454' />
+    <nd ref='-7238' />
+    <nd ref='-5450' />
+    <nd ref='-5452' />
+    <nd ref='-10810' />
+    <nd ref='-26562' />
+    <nd ref='-7240' />
+    <nd ref='-26564' />
+    <nd ref='-26566' />
+    <nd ref='-7266' />
+    <nd ref='-26568' />
+    <nd ref='-26570' />
+    <nd ref='-26572' />
+    <nd ref='-5390' />
+    <nd ref='-7264' />
+    <nd ref='-5398' />
+    <nd ref='-5396' />
+    <nd ref='-5394' />
+    <nd ref='-5392' />
+    <nd ref='-7242' />
+    <nd ref='-26574' />
+    <nd ref='-26576' />
+    <nd ref='-5404' />
+    <nd ref='-5402' />
+    <nd ref='-5400' />
+    <nd ref='-26578' />
+    <nd ref='-7262' />
+    <tag k='ISO3166-1:alpha2' v='BO' />
+    <tag k='name:en' v='Bolivia' />
+  </way>
+  <way id='-28960'>
+    <nd ref='-7244' />
+    <nd ref='-4930' />
+    <nd ref='-4932' />
+    <nd ref='-4928' />
+    <nd ref='-4926' />
+    <nd ref='-4924' />
+    <nd ref='-4922' />
+    <nd ref='-4920' />
+    <nd ref='-4918' />
+    <nd ref='-4916' />
+    <nd ref='-4914' />
+    <nd ref='-4912' />
+    <nd ref='-4910' />
+    <nd ref='-4908' />
+    <nd ref='-4892' />
+    <nd ref='-4890' />
+    <nd ref='-4888' />
+    <nd ref='-4906' />
+    <nd ref='-4900' />
+    <nd ref='-4898' />
+    <nd ref='-4894' />
+    <nd ref='-4896' />
+    <nd ref='-4902' />
+    <nd ref='-4904' />
+    <nd ref='-7246' />
+    <nd ref='-7248' />
+    <nd ref='-12708' />
+    <nd ref='-12716' />
+    <nd ref='-12710' />
+    <nd ref='-12712' />
+    <nd ref='-12714' />
+    <nd ref='-12718' />
+    <nd ref='-11174' />
+    <nd ref='-12692' />
+    <nd ref='-12694' />
+    <nd ref='-12690' />
+    <nd ref='-7250' />
+    <nd ref='-12688' />
+    <nd ref='-26658' />
+    <nd ref='-26660' />
+    <nd ref='-26662' />
+    <nd ref='-12686' />
+    <nd ref='-5792' />
+    <nd ref='-12698' />
+    <nd ref='-6086' />
+    <nd ref='-6088' />
+    <nd ref='-7252' />
+    <nd ref='-26386' />
+    <nd ref='-26388' />
+    <nd ref='-26384' />
+    <nd ref='-5562' />
+    <nd ref='-5564' />
+    <nd ref='-5570' />
+    <nd ref='-26382' />
+    <nd ref='-26380' />
+    <nd ref='-26378' />
+    <nd ref='-26376' />
+    <nd ref='-26358' />
+    <nd ref='-26374' />
+    <nd ref='-26372' />
+    <nd ref='-26370' />
+    <nd ref='-26368' />
+    <nd ref='-26360' />
+    <nd ref='-26362' />
+    <nd ref='-26364' />
+    <nd ref='-26366' />
+    <nd ref='-26356' />
+    <nd ref='-5568' />
+    <nd ref='-5566' />
+    <nd ref='-26350' />
+    <nd ref='-26352' />
+    <nd ref='-26354' />
+    <nd ref='-5572' />
+    <nd ref='-5574' />
+    <nd ref='-7254' />
+    <nd ref='-26390' />
+    <nd ref='-26392' />
+    <nd ref='-26394' />
+    <nd ref='-26396' />
+    <nd ref='-26398' />
+    <nd ref='-26400' />
+    <nd ref='-26402' />
+    <nd ref='-26404' />
+    <nd ref='-26406' />
+    <nd ref='-26408' />
+    <nd ref='-6440' />
+    <nd ref='-26410' />
+    <nd ref='-26412' />
+    <nd ref='-26414' />
+    <nd ref='-26418' />
+    <nd ref='-26416' />
+    <nd ref='-26420' />
+    <nd ref='-26422' />
+    <nd ref='-26424' />
+    <nd ref='-26426' />
+    <nd ref='-26428' />
+    <nd ref='-6438' />
+    <nd ref='-26430' />
+    <nd ref='-26432' />
+    <nd ref='-26434' />
+    <nd ref='-26436' />
+    <nd ref='-26438' />
+    <nd ref='-26440' />
+    <nd ref='-26442' />
+    <nd ref='-26444' />
+    <nd ref='-5560' />
+    <nd ref='-26446' />
+    <nd ref='-26448' />
+    <nd ref='-26450' />
+    <nd ref='-26452' />
+    <nd ref='-26454' />
+    <nd ref='-26456' />
+    <nd ref='-6436' />
+    <nd ref='-26460' />
+    <nd ref='-26458' />
+    <nd ref='-6434' />
+    <nd ref='-26548' />
+    <nd ref='-26546' />
+    <nd ref='-5558' />
+    <nd ref='-5556' />
+    <nd ref='-10878' />
+    <nd ref='-26544' />
+    <nd ref='-5554' />
+    <nd ref='-26542' />
+    <nd ref='-26540' />
+    <nd ref='-5552' />
+    <nd ref='-10876' />
+    <nd ref='-26538' />
+    <nd ref='-26536' />
+    <nd ref='-26532' />
+    <nd ref='-26530' />
+    <nd ref='-26534' />
+    <nd ref='-26528' />
+    <nd ref='-5550' />
+    <nd ref='-26526' />
+    <nd ref='-26524' />
+    <nd ref='-26522' />
+    <nd ref='-26520' />
+    <nd ref='-26518' />
+    <nd ref='-10874' />
+    <nd ref='-5544' />
+    <nd ref='-5546' />
+    <nd ref='-26516' />
+    <nd ref='-5548' />
+    <nd ref='-10872' />
+    <nd ref='-26512' />
+    <nd ref='-26510' />
+    <nd ref='-26514' />
+    <nd ref='-5542' />
+    <nd ref='-7256' />
+    <nd ref='-7214' />
+    <nd ref='-7212' />
+    <nd ref='-5432' />
+    <nd ref='-5424' />
+    <nd ref='-5418' />
+    <nd ref='-5420' />
+    <nd ref='-5422' />
+    <nd ref='-5426' />
+    <nd ref='-5430' />
+    <nd ref='-5428' />
+    <nd ref='-7210' />
+    <nd ref='-5434' />
+    <nd ref='-5436' />
+    <nd ref='-5438' />
+    <nd ref='-5440' />
+    <nd ref='-5442' />
+    <nd ref='-5444' />
+    <nd ref='-5446' />
+    <nd ref='-5448' />
+    <nd ref='-7258' />
+    <nd ref='-7208' />
+    <nd ref='-7260' />
+    <nd ref='-7206' />
+    <nd ref='-5416' />
+    <nd ref='-5412' />
+    <nd ref='-5414' />
+    <nd ref='-5410' />
+    <nd ref='-5406' />
+    <nd ref='-5408' />
+    <nd ref='-7262' />
+    <nd ref='-26578' />
+    <nd ref='-5400' />
+    <nd ref='-5402' />
+    <nd ref='-5404' />
+    <nd ref='-26576' />
+    <nd ref='-26574' />
+    <nd ref='-7242' />
+    <nd ref='-5392' />
+    <nd ref='-5394' />
+    <nd ref='-5396' />
+    <nd ref='-5398' />
+    <nd ref='-7264' />
+    <nd ref='-5390' />
+    <nd ref='-26572' />
+    <nd ref='-26570' />
+    <nd ref='-26568' />
+    <nd ref='-7266' />
+    <nd ref='-26566' />
+    <nd ref='-26564' />
+    <nd ref='-7240' />
+    <nd ref='-26580' />
+    <nd ref='-5358' />
+    <nd ref='-5360' />
+    <nd ref='-5362' />
+    <nd ref='-7268' />
+    <nd ref='-5356' />
+    <nd ref='-5352' />
+    <nd ref='-5350' />
+    <nd ref='-5354' />
+    <nd ref='-7270' />
+    <nd ref='-5344' />
+    <nd ref='-5346' />
+    <nd ref='-5348' />
+    <nd ref='-7272' />
+    <nd ref='-5342' />
+    <nd ref='-5340' />
+    <nd ref='-5338' />
+    <nd ref='-7274' />
+    <nd ref='-5364' />
+    <nd ref='-5366' />
+    <nd ref='-5368' />
+    <nd ref='-5370' />
+    <nd ref='-7276' />
+    <nd ref='-5374' />
+    <nd ref='-5372' />
+    <nd ref='-7278' />
+    <nd ref='-5384' />
+    <nd ref='-5382' />
+    <nd ref='-5380' />
+    <nd ref='-5376' />
+    <nd ref='-5378' />
+    <nd ref='-7280' />
+    <nd ref='-7282' />
+    <nd ref='-4874' />
+    <nd ref='-4876' />
+    <nd ref='-4878' />
+    <nd ref='-4886' />
+    <nd ref='-4884' />
+    <nd ref='-4882' />
+    <nd ref='-4880' />
+    <nd ref='-4868' />
+    <nd ref='-4870' />
+    <nd ref='-4872' />
+    <nd ref='-4866' />
+    <nd ref='-4862' />
+    <nd ref='-4864' />
+    <nd ref='-4860' />
+    <nd ref='-4858' />
+    <nd ref='-4856' />
+    <nd ref='-4854' />
+    <nd ref='-4852' />
+    <nd ref='-4850' />
+    <nd ref='-4848' />
+    <nd ref='-4846' />
+    <nd ref='-7284' />
+    <nd ref='-7286' />
+    <nd ref='-4954' />
+    <nd ref='-4952' />
+    <nd ref='-4950' />
+    <nd ref='-4948' />
+    <nd ref='-4946' />
+    <nd ref='-4944' />
+    <nd ref='-4942' />
+    <nd ref='-4940' />
+    <nd ref='-4938' />
+    <nd ref='-4934' />
+    <nd ref='-4936' />
+    <nd ref='-7288' />
+    <nd ref='-4976' />
+    <nd ref='-4978' />
+    <nd ref='-4972' />
+    <nd ref='-4974' />
+    <nd ref='-4970' />
+    <nd ref='-4968' />
+    <nd ref='-4960' />
+    <nd ref='-4958' />
+    <nd ref='-4966' />
+    <nd ref='-4962' />
+    <nd ref='-4956' />
+    <nd ref='-4964' />
+    <nd ref='-4988' />
+    <nd ref='-4986' />
+    <nd ref='-4982' />
+    <nd ref='-4984' />
+    <nd ref='-4980' />
+    <nd ref='-4998' />
+    <nd ref='-4996' />
+    <nd ref='-4994' />
+    <nd ref='-4992' />
+    <nd ref='-4990' />
+    <nd ref='-5000' />
+    <nd ref='-5002' />
+    <nd ref='-5004' />
+    <nd ref='-5006' />
+    <nd ref='-5008' />
+    <nd ref='-7290' />
+    <nd ref='-5020' />
+    <nd ref='-5018' />
+    <nd ref='-5016' />
+    <nd ref='-5014' />
+    <nd ref='-5012' />
+    <nd ref='-5010' />
+    <nd ref='-7244' />
+    <tag k='ISO3166-1:alpha2' v='BR' />
+    <tag k='name:en' v='Brazil' />
+  </way>
+  <way id='-28962'>
+    <nd ref='-7292' />
+    <nd ref='-7294' />
+    <nd ref='-7296' />
+    <nd ref='-7298' />
+    <nd ref='-7292' />
+    <tag k='ISO3166-1:alpha2' v='BB' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Barbados' />
+  </way>
+  <way id='-28964'>
+    <nd ref='-7300' />
+    <nd ref='-7302' />
+    <nd ref='-7304' />
+    <nd ref='-12802' />
+    <nd ref='-12800' />
+    <nd ref='-12798' />
+    <nd ref='-12796' />
+    <nd ref='-7306' />
+    <nd ref='-7308' />
+    <nd ref='-7310' />
+    <nd ref='-7312' />
+    <nd ref='-10630' />
+    <nd ref='-7324' />
+    <nd ref='-12276' />
+    <nd ref='-7314' />
+    <nd ref='-12280' />
+    <nd ref='-12282' />
+    <nd ref='-12278' />
+    <nd ref='-7316' />
+    <nd ref='-7318' />
+    <nd ref='-12284' />
+    <nd ref='-12794' />
+    <nd ref='-12792' />
+    <nd ref='-12790' />
+    <nd ref='-12788' />
+    <nd ref='-12786' />
+    <nd ref='-12784' />
+    <nd ref='-12782' />
+    <nd ref='-7320' />
+    <nd ref='-7322' />
+    <nd ref='-10632' />
+    <nd ref='-7300' />
+    <tag k='ISO3166-1:alpha2' v='BN' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Brunei' />
+  </way>
+  <way id='-28966'>
+    <nd ref='-7326' />
+    <nd ref='-7328' />
+    <nd ref='-2174' />
+    <nd ref='-7330' />
+    <nd ref='-2172' />
+    <nd ref='-2170' />
+    <nd ref='-2166' />
+    <nd ref='-2168' />
+    <nd ref='-27458' />
+    <nd ref='-27456' />
+    <nd ref='-27454' />
+    <nd ref='-2164' />
+    <nd ref='-27460' />
+    <nd ref='-7332' />
+    <nd ref='-27462' />
+    <nd ref='-2162' />
+    <nd ref='-94057' />
+    <nd ref='-27468' />
+    <nd ref='-27472' />
+    <nd ref='-27464' />
+    <nd ref='-27466' />
+    <nd ref='-2152' />
+    <nd ref='-27470' />
+    <nd ref='-2154' />
+    <nd ref='-2150' />
+    <nd ref='-27474' />
+    <nd ref='-27476' />
+    <nd ref='-2160' />
+    <nd ref='-2158' />
+    <nd ref='-2156' />
+    <nd ref='-7334' />
+    <nd ref='-2208' />
+    <nd ref='-2206' />
+    <nd ref='-2204' />
+    <nd ref='-2202' />
+    <nd ref='-2200' />
+    <nd ref='-2198' />
+    <nd ref='-2196' />
+    <nd ref='-2194' />
+    <nd ref='-2192' />
+    <nd ref='-2184' />
+    <nd ref='-2186' />
+    <nd ref='-2188' />
+    <nd ref='-2190' />
+    <nd ref='-2182' />
+    <nd ref='-2180' />
+    <nd ref='-2176' />
+    <nd ref='-2178' />
+    <nd ref='-7326' />
+    <tag k='ISO3166-1:alpha2' v='BT' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Bhutan' />
+  </way>
+  <way id='-28968'>
+    <nd ref='-10636' />
+    <nd ref='-4210' />
+    <nd ref='-17596' />
+    <nd ref='-17594' />
+    <nd ref='-17592' />
+    <nd ref='-17598' />
+    <nd ref='-17576' />
+    <nd ref='-17578' />
+    <nd ref='-17580' />
+    <nd ref='-17582' />
+    <nd ref='-17584' />
+    <nd ref='-17574' />
+    <nd ref='-17588' />
+    <nd ref='-17586' />
+    <nd ref='-17590' />
+    <nd ref='-17572' />
+    <nd ref='-17600' />
+    <nd ref='-17602' />
+    <nd ref='-17604' />
+    <nd ref='-17608' />
+    <nd ref='-17606' />
+    <nd ref='-17614' />
+    <nd ref='-17616' />
+    <nd ref='-17612' />
+    <nd ref='-17610' />
+    <nd ref='-17632' />
+    <nd ref='-17622' />
+    <nd ref='-17630' />
+    <nd ref='-17620' />
+    <nd ref='-17628' />
+    <nd ref='-17624' />
+    <nd ref='-17626' />
+    <nd ref='-17618' />
+    <nd ref='-17634' />
+    <nd ref='-11580' />
+    <nd ref='-17636' />
+    <nd ref='-17640' />
+    <nd ref='-17638' />
+    <nd ref='-17642' />
+    <nd ref='-17410' />
+    <nd ref='-17412' />
+    <nd ref='-17518' />
+    <nd ref='-17414' />
+    <nd ref='-17516' />
+    <nd ref='-17514' />
+    <nd ref='-17512' />
+    <nd ref='-17510' />
+    <nd ref='-17508' />
+    <nd ref='-17506' />
+    <nd ref='-17416' />
+    <nd ref='-17420' />
+    <nd ref='-17418' />
+    <nd ref='-17422' />
+    <nd ref='-17426' />
+    <nd ref='-17424' />
+    <nd ref='-17504' />
+    <nd ref='-17428' />
+    <nd ref='-17502' />
+    <nd ref='-17480' />
+    <nd ref='-17500' />
+    <nd ref='-17496' />
+    <nd ref='-17498' />
+    <nd ref='-17478' />
+    <nd ref='-17476' />
+    <nd ref='-17494' />
+    <nd ref='-17474' />
+    <nd ref='-17492' />
+    <nd ref='-17472' />
+    <nd ref='-17470' />
+    <nd ref='-17468' />
+    <nd ref='-17466' />
+    <nd ref='-17462' />
+    <nd ref='-17464' />
+    <nd ref='-17442' />
+    <nd ref='-17450' />
+    <nd ref='-17452' />
+    <nd ref='-17448' />
+    <nd ref='-17454' />
+    <nd ref='-17458' />
+    <nd ref='-17456' />
+    <nd ref='-17488' />
+    <nd ref='-17490' />
+    <nd ref='-17460' />
+    <nd ref='-17486' />
+    <nd ref='-17444' />
+    <nd ref='-17484' />
+    <nd ref='-17482' />
+    <nd ref='-17446' />
+    <nd ref='-17430' />
+    <nd ref='-17436' />
+    <nd ref='-17434' />
+    <nd ref='-17432' />
+    <nd ref='-17440' />
+    <nd ref='-17438' />
+    <nd ref='-11578' />
+    <nd ref='-7336' />
+    <nd ref='-7338' />
+    <nd ref='-7340' />
+    <nd ref='-7342' />
+    <nd ref='-7344' />
+    <nd ref='-7346' />
+    <nd ref='-7348' />
+    <nd ref='-4198' />
+    <nd ref='-4200' />
+    <nd ref='-4196' />
+    <nd ref='-4194' />
+    <nd ref='-4192' />
+    <nd ref='-26830' />
+    <nd ref='-26828' />
+    <nd ref='-7350' />
+    <nd ref='-4214' />
+    <nd ref='-4212' />
+    <nd ref='-4216' />
+    <nd ref='-10636' />
+    <tag k='ISO3166-1:alpha2' v='BW' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Botswana' />
+  </way>
+  <way id='-28970'>
+    <nd ref='-7352' />
+    <nd ref='-18054' />
+    <nd ref='-18052' />
+    <nd ref='-18050' />
+    <nd ref='-7354' />
+    <nd ref='-18162' />
+    <nd ref='-18164' />
+    <nd ref='-18158' />
+    <nd ref='-18160' />
+    <nd ref='-18156' />
+    <nd ref='-18154' />
+    <nd ref='-18152' />
+    <nd ref='-18150' />
+    <nd ref='-18148' />
+    <nd ref='-18166' />
+    <nd ref='-18170' />
+    <nd ref='-18168' />
+    <nd ref='-18172' />
+    <nd ref='-18174' />
+    <nd ref='-18146' />
+    <nd ref='-18182' />
+    <nd ref='-18184' />
+    <nd ref='-18186' />
+    <nd ref='-18180' />
+    <nd ref='-18178' />
+    <nd ref='-18176' />
+    <nd ref='-18188' />
+    <nd ref='-18190' />
+    <nd ref='-18192' />
+    <nd ref='-18194' />
+    <nd ref='-18198' />
+    <nd ref='-18200' />
+    <nd ref='-18196' />
+    <nd ref='-26874' />
+    <nd ref='-18476' />
+    <nd ref='-18474' />
+    <nd ref='-18472' />
+    <nd ref='-18470' />
+    <nd ref='-18468' />
+    <nd ref='-18466' />
+    <nd ref='-18464' />
+    <nd ref='-18462' />
+    <nd ref='-18460' />
+    <nd ref='-18458' />
+    <nd ref='-18456' />
+    <nd ref='-18454' />
+    <nd ref='-18434' />
+    <nd ref='-18436' />
+    <nd ref='-18438' />
+    <nd ref='-18452' />
+    <nd ref='-18450' />
+    <nd ref='-18448' />
+    <nd ref='-18446' />
+    <nd ref='-18442' />
+    <nd ref='-18444' />
+    <nd ref='-18440' />
+    <nd ref='-18414' />
+    <nd ref='-18430' />
+    <nd ref='-18428' />
+    <nd ref='-18426' />
+    <nd ref='-18432' />
+    <nd ref='-18420' />
+    <nd ref='-18422' />
+    <nd ref='-18424' />
+    <nd ref='-18418' />
+    <nd ref='-18416' />
+    <nd ref='-8116' />
+    <nd ref='-18352' />
+    <nd ref='-18350' />
+    <nd ref='-18360' />
+    <nd ref='-18358' />
+    <nd ref='-18356' />
+    <nd ref='-18354' />
+    <nd ref='-18348' />
+    <nd ref='-18366' />
+    <nd ref='-18364' />
+    <nd ref='-18362' />
+    <nd ref='-18368' />
+    <nd ref='-18340' />
+    <nd ref='-18342' />
+    <nd ref='-18346' />
+    <nd ref='-18344' />
+    <nd ref='-18336' />
+    <nd ref='-18338' />
+    <nd ref='-18334' />
+    <nd ref='-8086' />
+    <nd ref='-18332' />
+    <nd ref='-18330' />
+    <nd ref='-18370' />
+    <nd ref='-18372' />
+    <nd ref='-7356' />
+    <nd ref='-18374' />
+    <nd ref='-7358' />
+    <nd ref='-18376' />
+    <nd ref='-18378' />
+    <nd ref='-7360' />
+    <nd ref='-18412' />
+    <nd ref='-18410' />
+    <nd ref='-18400' />
+    <nd ref='-18402' />
+    <nd ref='-18404' />
+    <nd ref='-18406' />
+    <nd ref='-18408' />
+    <nd ref='-18398' />
+    <nd ref='-18396' />
+    <nd ref='-18392' />
+    <nd ref='-18394' />
+    <nd ref='-18390' />
+    <nd ref='-18388' />
+    <nd ref='-18380' />
+    <nd ref='-18382' />
+    <nd ref='-18384' />
+    <nd ref='-18386' />
+    <nd ref='-7362' />
+    <nd ref='-18304' />
+    <nd ref='-18306' />
+    <nd ref='-18302' />
+    <nd ref='-18300' />
+    <nd ref='-18292' />
+    <nd ref='-18296' />
+    <nd ref='-18298' />
+    <nd ref='-18294' />
+    <nd ref='-18290' />
+    <nd ref='-18272' />
+    <nd ref='-18274' />
+    <nd ref='-18276' />
+    <nd ref='-18278' />
+    <nd ref='-18284' />
+    <nd ref='-18286' />
+    <nd ref='-18288' />
+    <nd ref='-18282' />
+    <nd ref='-18280' />
+    <nd ref='-18250' />
+    <nd ref='-18270' />
+    <nd ref='-18266' />
+    <nd ref='-18268' />
+    <nd ref='-18252' />
+    <nd ref='-18260' />
+    <nd ref='-18262' />
+    <nd ref='-18264' />
+    <nd ref='-18258' />
+    <nd ref='-18256' />
+    <nd ref='-18254' />
+    <nd ref='-7352' />
+    <tag k='ISO3166-1:alpha2' v='CF' />
+    <tag k='name:en' v='Central African Republic' />
+  </way>
+  <way id='-28972'>
+    <nd ref='-7376' />
+    <nd ref='-7378' />
+    <nd ref='-5710' />
+    <nd ref='-7380' />
+    <nd ref='-7382' />
+    <nd ref='-7384' />
+    <nd ref='-7386' />
+    <nd ref='-7388' />
+    <nd ref='-7390' />
+    <nd ref='-7392' />
+    <nd ref='-7394' />
+    <nd ref='-5712' />
+    <nd ref='-7396' />
+    <nd ref='-7398' />
+    <nd ref='-7400' />
+    <nd ref='-7402' />
+    <nd ref='-5714' />
+    <nd ref='-7404' />
+    <nd ref='-7406' />
+    <nd ref='-12604' />
+    <nd ref='-7408' />
+    <nd ref='-7410' />
+    <nd ref='-7412' />
+    <nd ref='-7414' />
+    <nd ref='-7416' />
+    <nd ref='-12602' />
+    <nd ref='-12600' />
+    <nd ref='-7418' />
+    <nd ref='-7420' />
+    <nd ref='-23326' />
+    <nd ref='-7422' />
+    <nd ref='-7424' />
+    <nd ref='-7426' />
+    <nd ref='-7428' />
+    <nd ref='-7430' />
+    <nd ref='-12598' />
+    <nd ref='-12596' />
+    <nd ref='-7432' />
+    <nd ref='-7434' />
+    <nd ref='-7436' />
+    <nd ref='-7438' />
+    <nd ref='-7440' />
+    <nd ref='-12594' />
+    <nd ref='-12592' />
+    <nd ref='-7442' />
+    <nd ref='-12590' />
+    <nd ref='-12588' />
+    <nd ref='-12586' />
+    <nd ref='-12584' />
+    <nd ref='-7444' />
+    <nd ref='-7446' />
+    <nd ref='-12582' />
+    <nd ref='-12580' />
+    <nd ref='-7448' />
+    <nd ref='-12578' />
+    <nd ref='-12576' />
+    <nd ref='-7450' />
+    <nd ref='-7452' />
+    <nd ref='-7454' />
+    <nd ref='-7456' />
+    <nd ref='-7458' />
+    <nd ref='-7460' />
+    <nd ref='-7462' />
+    <nd ref='-7464' />
+    <nd ref='-7466' />
+    <nd ref='-7468' />
+    <nd ref='-7470' />
+    <nd ref='-25568' />
+    <nd ref='-26772' />
+    <nd ref='-23300' />
+    <nd ref='-7472' />
+    <nd ref='-7474' />
+    <nd ref='-7476' />
+    <nd ref='-7478' />
+    <nd ref='-7480' />
+    <nd ref='-7482' />
+    <nd ref='-7484' />
+    <nd ref='-7486' />
+    <nd ref='-7488' />
+    <nd ref='-7490' />
+    <nd ref='-7492' />
+    <nd ref='-7494' />
+    <nd ref='-7496' />
+    <nd ref='-7498' />
+    <nd ref='-7500' />
+    <nd ref='-7502' />
+    <nd ref='-7504' />
+    <nd ref='-7506' />
+    <nd ref='-12572' />
+    <nd ref='-12574' />
+    <nd ref='-12568' />
+    <nd ref='-12570' />
+    <nd ref='-12566' />
+    <nd ref='-12564' />
+    <nd ref='-12560' />
+    <nd ref='-12562' />
+    <nd ref='-12544' />
+    <nd ref='-12546' />
+    <nd ref='-12550' />
+    <nd ref='-12548' />
+    <nd ref='-12552' />
+    <nd ref='-12554' />
+    <nd ref='-12556' />
+    <nd ref='-12558' />
+    <nd ref='-7508' />
+    <nd ref='-7510' />
+    <nd ref='-7512' />
+    <nd ref='-25542' />
+    <nd ref='-25620' />
+    <nd ref='-7514' />
+    <nd ref='-25030' />
+    <nd ref='-7516' />
+    <nd ref='-7518' />
+    <nd ref='-7520' />
+    <nd ref='-7522' />
+    <nd ref='-7524' />
+    <nd ref='-7526' />
+    <nd ref='-7528' />
+    <nd ref='-7530' />
+    <nd ref='-7532' />
+    <nd ref='-7534' />
+    <nd ref='-7536' />
+    <nd ref='-7538' />
+    <nd ref='-12542' />
+    <nd ref='-12540' />
+    <nd ref='-12538' />
+    <nd ref='-7540' />
+    <nd ref='-7542' />
+    <nd ref='-7544' />
+    <nd ref='-7546' />
+    <nd ref='-7548' />
+    <nd ref='-7550' />
+    <nd ref='-26766' />
+    <nd ref='-7552' />
+    <nd ref='-7554' />
+    <nd ref='-7556' />
+    <nd ref='-7558' />
+    <nd ref='-7560' />
+    <nd ref='-26770' />
+    <nd ref='-26768' />
+    <nd ref='-7562' />
+    <nd ref='-7564' />
+    <nd ref='-7566' />
+    <nd ref='-7568' />
+    <nd ref='-7570' />
+    <nd ref='-7572' />
+    <nd ref='-7574' />
+    <nd ref='-7576' />
+    <nd ref='-7578' />
+    <nd ref='-7580' />
+    <nd ref='-7582' />
+    <nd ref='-7584' />
+    <nd ref='-7586' />
+    <nd ref='-7588' />
+    <nd ref='-7590' />
+    <nd ref='-7592' />
+    <nd ref='-12536' />
+    <nd ref='-7594' />
+    <nd ref='-7596' />
+    <nd ref='-7598' />
+    <nd ref='-7600' />
+    <nd ref='-7602' />
+    <nd ref='-7604' />
+    <nd ref='-7606' />
+    <nd ref='-7608' />
+    <nd ref='-7610' />
+    <nd ref='-7612' />
+    <nd ref='-7614' />
+    <nd ref='-7616' />
+    <nd ref='-7618' />
+    <nd ref='-7620' />
+    <nd ref='-7622' />
+    <nd ref='-12534' />
+    <nd ref='-7624' />
+    <nd ref='-12532' />
+    <nd ref='-7626' />
+    <nd ref='-12530' />
+    <nd ref='-12528' />
+    <nd ref='-7628' />
+    <nd ref='-7630' />
+    <nd ref='-7632' />
+    <nd ref='-7634' />
+    <nd ref='-7636' />
+    <nd ref='-7638' />
+    <nd ref='-12526' />
+    <nd ref='-12524' />
+    <nd ref='-7640' />
+    <nd ref='-7642' />
+    <nd ref='-7644' />
+    <nd ref='-7646' />
+    <nd ref='-7648' />
+    <nd ref='-12522' />
+    <nd ref='-12520' />
+    <nd ref='-26764' />
+    <nd ref='-7650' />
+    <nd ref='-7652' />
+    <nd ref='-7654' />
+    <nd ref='-7656' />
+    <nd ref='-7658' />
+    <nd ref='-7660' />
+    <nd ref='-12518' />
+    <nd ref='-7662' />
+    <nd ref='-7664' />
+    <nd ref='-7666' />
+    <nd ref='-7668' />
+    <nd ref='-12516' />
+    <nd ref='-12514' />
+    <nd ref='-12512' />
+    <nd ref='-7670' />
+    <nd ref='-7672' />
+    <nd ref='-12510' />
+    <nd ref='-7674' />
+    <nd ref='-7676' />
+    <nd ref='-7678' />
+    <nd ref='-7680' />
+    <nd ref='-7682' />
+    <nd ref='-7684' />
+    <nd ref='-7686' />
+    <nd ref='-12508' />
+    <nd ref='-7688' />
+    <nd ref='-7690' />
+    <nd ref='-7692' />
+    <nd ref='-7694' />
+    <nd ref='-12504' />
+    <nd ref='-7696' />
+    <nd ref='-7698' />
+    <nd ref='-12506' />
+    <nd ref='-7700' />
+    <nd ref='-7702' />
+    <nd ref='-25144' />
+    <nd ref='-23120' />
+    <nd ref='-25218' />
+    <nd ref='-23116' />
+    <nd ref='-23108' />
+    <nd ref='-24064' />
+    <nd ref='-24066' />
+    <nd ref='-11640' />
+    <nd ref='-11638' />
+    <nd ref='-11636' />
+    <nd ref='-11634' />
+    <nd ref='-11632' />
+    <nd ref='-11630' />
+    <nd ref='-11628' />
+    <nd ref='-11646' />
+    <nd ref='-11648' />
+    <nd ref='-11650' />
+    <nd ref='-11652' />
+    <nd ref='-11654' />
+    <nd ref='-11656' />
+    <nd ref='-11658' />
+    <nd ref='-11660' />
+    <nd ref='-11662' />
+    <nd ref='-12496' />
+    <nd ref='-12498' />
+    <nd ref='-12494' />
+    <nd ref='-12492' />
+    <nd ref='-12502' />
+    <nd ref='-12500' />
+    <nd ref='-12490' />
+    <nd ref='-12458' />
+    <nd ref='-12478' />
+    <nd ref='-12484' />
+    <nd ref='-12488' />
+    <nd ref='-12486' />
+    <nd ref='-12482' />
+    <nd ref='-12480' />
+    <nd ref='-12476' />
+    <nd ref='-12462' />
+    <nd ref='-12470' />
+    <nd ref='-12474' />
+    <nd ref='-12472' />
+    <nd ref='-12466' />
+    <nd ref='-12468' />
+    <nd ref='-12464' />
+    <nd ref='-12460' />
+    <nd ref='-12450' />
+    <nd ref='-12452' />
+    <nd ref='-12456' />
+    <nd ref='-12454' />
+    <nd ref='-12446' />
+    <nd ref='-12448' />
+    <nd ref='-12444' />
+    <nd ref='-12440' />
+    <nd ref='-12442' />
+    <nd ref='-12438' />
+    <nd ref='-12436' />
+    <nd ref='-7704' />
+    <nd ref='-23428' />
+    <nd ref='-11614' />
+    <nd ref='-11616' />
+    <nd ref='-11618' />
+    <nd ref='-11620' />
+    <nd ref='-11624' />
+    <nd ref='-11622' />
+    <nd ref='-11626' />
+    <nd ref='-23384' />
+    <nd ref='-11680' />
+    <nd ref='-7706' />
+    <nd ref='-7708' />
+    <nd ref='-7710' />
+    <nd ref='-11898' />
+    <nd ref='-7712' />
+    <nd ref='-11664' />
+    <nd ref='-7364' />
+    <nd ref='-7366' />
+    <nd ref='-11670' />
+    <nd ref='-11668' />
+    <nd ref='-11672' />
+    <nd ref='-11666' />
+    <nd ref='-7368' />
+    <nd ref='-7370' />
+    <nd ref='-7372' />
+    <nd ref='-7374' />
+    <nd ref='-7376' />
+    <tag k='ISO3166-1:alpha2' v='CA' />
+    <tag k='name:en' v='Canada' />
+  </way>
+  <way id='-28974'>
+    <nd ref='-13006' />
+    <nd ref='-13008' />
+    <nd ref='-7714' />
+    <nd ref='-7716' />
+    <nd ref='-13004' />
+    <nd ref='-13002' />
+    <nd ref='-27858' />
+    <nd ref='-13000' />
+    <nd ref='-27860' />
+    <nd ref='-27862' />
+    <nd ref='-27864' />
+    <nd ref='-12998' />
+    <nd ref='-7718' />
+    <nd ref='-12996' />
+    <nd ref='-12994' />
+    <nd ref='-12988' />
+    <nd ref='-12990' />
+    <nd ref='-12992' />
+    <nd ref='-27870' />
+    <nd ref='-27868' />
+    <nd ref='-27866' />
+    <nd ref='-12986' />
+    <nd ref='-27872' />
+    <nd ref='-27874' />
+    <nd ref='-12974' />
+    <nd ref='-27876' />
+    <nd ref='-12976' />
+    <nd ref='-12978' />
+    <nd ref='-12980' />
+    <nd ref='-12982' />
+    <nd ref='-12984' />
+    <nd ref='-12972' />
+    <nd ref='-27878' />
+    <nd ref='-27880' />
+    <nd ref='-27882' />
+    <nd ref='-12970' />
+    <nd ref='-12968' />
+    <nd ref='-12966' />
+    <nd ref='-12964' />
+    <nd ref='-27884' />
+    <nd ref='-12962' />
+    <nd ref='-12960' />
+    <nd ref='-12958' />
+    <nd ref='-12956' />
+    <nd ref='-12954' />
+    <nd ref='-7720' />
+    <nd ref='-7722' />
+    <nd ref='-12952' />
+    <nd ref='-12950' />
+    <nd ref='-7724' />
+    <nd ref='-27886' />
+    <nd ref='-12948' />
+    <nd ref='-12946' />
+    <nd ref='-12944' />
+    <nd ref='-12942' />
+    <nd ref='-12940' />
+    <nd ref='-7726' />
+    <nd ref='-12938' />
+    <nd ref='-7728' />
+    <nd ref='-7730' />
+    <nd ref='-12934' />
+    <nd ref='-12936' />
+    <nd ref='-12932' />
+    <nd ref='-12930' />
+    <nd ref='-12928' />
+    <nd ref='-12926' />
+    <nd ref='-12924' />
+    <nd ref='-7732' />
+    <nd ref='-12920' />
+    <nd ref='-12922' />
+    <nd ref='-12918' />
+    <nd ref='-12916' />
+    <nd ref='-12912' />
+    <nd ref='-12914' />
+    <nd ref='-12906' />
+    <nd ref='-12908' />
+    <nd ref='-12910' />
+    <nd ref='-12904' />
+    <nd ref='-12900' />
+    <nd ref='-12902' />
+    <nd ref='-12898' />
+    <nd ref='-7734' />
+    <nd ref='-12896' />
+    <nd ref='-12894' />
+    <nd ref='-12892' />
+    <nd ref='-12890' />
+    <nd ref='-27264' />
+    <nd ref='-12880' />
+    <nd ref='-12882' />
+    <nd ref='-12884' />
+    <nd ref='-12878' />
+    <nd ref='-27266' />
+    <nd ref='-7736' />
+    <nd ref='-27270' />
+    <nd ref='-27268' />
+    <nd ref='-27272' />
+    <nd ref='-12876' />
+    <nd ref='-27274' />
+    <nd ref='-7738' />
+    <nd ref='-27276' />
+    <nd ref='-27282' />
+    <nd ref='-27280' />
+    <nd ref='-27278' />
+    <nd ref='-27284' />
+    <nd ref='-12864' />
+    <nd ref='-12874' />
+    <nd ref='-12872' />
+    <nd ref='-12870' />
+    <nd ref='-12866' />
+    <nd ref='-27286' />
+    <nd ref='-27288' />
+    <nd ref='-12868' />
+    <nd ref='-7740' />
+    <nd ref='-7742' />
+    <nd ref='-7744' />
+    <nd ref='-12862' />
+    <nd ref='-7746' />
+    <nd ref='-7748' />
+    <nd ref='-27290' />
+    <nd ref='-27292' />
+    <nd ref='-27294' />
+    <nd ref='-27296' />
+    <nd ref='-27298' />
+    <nd ref='-12860' />
+    <nd ref='-27300' />
+    <nd ref='-7750' />
+    <nd ref='-12858' />
+    <nd ref='-12856' />
+    <nd ref='-27302' />
+    <nd ref='-12854' />
+    <nd ref='-12852' />
+    <nd ref='-90502' />
+    <nd ref='-12850' />
+    <nd ref='-27304' />
+    <nd ref='-7752' />
+    <nd ref='-7754' />
+    <nd ref='-27308' />
+    <nd ref='-27306' />
+    <nd ref='-27310' />
+    <nd ref='-12220' />
+    <nd ref='-10870' />
+    <nd ref='-11932' />
+    <nd ref='-11930' />
+    <nd ref='-101118' />
+    <nd ref='-11942' />
+    <nd ref='-100689' />
+    <nd ref='-11944' />
+    <nd ref='-7756' />
+    <nd ref='-11948' />
+    <nd ref='-7758' />
+    <nd ref='-7760' />
+    <nd ref='-7762' />
+    <nd ref='-11946' />
+    <nd ref='-7764' />
+    <nd ref='-99504' />
+    <nd ref='-11958' />
+    <nd ref='-11960' />
+    <nd ref='-11962' />
+    <nd ref='-11966' />
+    <nd ref='-11964' />
+    <nd ref='-7766' />
+    <nd ref='-2386' />
+    <nd ref='-27248' />
+    <nd ref='-27246' />
+    <nd ref='-27244' />
+    <nd ref='-27242' />
+    <nd ref='-2384' />
+    <nd ref='-2388' />
+    <nd ref='-2390' />
+    <nd ref='-2392' />
+    <nd ref='-2394' />
+    <nd ref='-2396' />
+    <nd ref='-2398' />
+    <nd ref='-2400' />
+    <nd ref='-2402' />
+    <nd ref='-2404' />
+    <nd ref='-2406' />
+    <nd ref='-2408' />
+    <nd ref='-2410' />
+    <nd ref='-2412' />
+    <nd ref='-2414' />
+    <nd ref='-2416' />
+    <nd ref='-2418' />
+    <nd ref='-2420' />
+    <nd ref='-2422' />
+    <nd ref='-2424' />
+    <nd ref='-2426' />
+    <nd ref='-2428' />
+    <nd ref='-2430' />
+    <nd ref='-2432' />
+    <nd ref='-2434' />
+    <nd ref='-2436' />
+    <nd ref='-2440' />
+    <nd ref='-2438' />
+    <nd ref='-2442' />
+    <nd ref='-27240' />
+    <nd ref='-2444' />
+    <nd ref='-2454' />
+    <nd ref='-2450' />
+    <nd ref='-2446' />
+    <nd ref='-2448' />
+    <nd ref='-2452' />
+    <nd ref='-2456' />
+    <nd ref='-2554' />
+    <nd ref='-2458' />
+    <nd ref='-2462' />
+    <nd ref='-2460' />
+    <nd ref='-2468' />
+    <nd ref='-2466' />
+    <nd ref='-2470' />
+    <nd ref='-2464' />
+    <nd ref='-27238' />
+    <nd ref='-27236' />
+    <nd ref='-2484' />
+    <nd ref='-27234' />
+    <nd ref='-27232' />
+    <nd ref='-2472' />
+    <nd ref='-2474' />
+    <nd ref='-2476' />
+    <nd ref='-2482' />
+    <nd ref='-2480' />
+    <nd ref='-2478' />
+    <nd ref='-2486' />
+    <nd ref='-2488' />
+    <nd ref='-2490' />
+    <nd ref='-2492' />
+    <nd ref='-2494' />
+    <nd ref='-2496' />
+    <nd ref='-2498' />
+    <nd ref='-27230' />
+    <nd ref='-2500' />
+    <nd ref='-2502' />
+    <nd ref='-2550' />
+    <nd ref='-2504' />
+    <nd ref='-2506' />
+    <nd ref='-2508' />
+    <nd ref='-2510' />
+    <nd ref='-2522' />
+    <nd ref='-2520' />
+    <nd ref='-2512' />
+    <nd ref='-2514' />
+    <nd ref='-2518' />
+    <nd ref='-2516' />
+    <nd ref='-2524' />
+    <nd ref='-2526' />
+    <nd ref='-2528' />
+    <nd ref='-2530' />
+    <nd ref='-2532' />
+    <nd ref='-2536' />
+    <nd ref='-2534' />
+    <nd ref='-2540' />
+    <nd ref='-27228' />
+    <nd ref='-2538' />
+    <nd ref='-2548' />
+    <nd ref='-2542' />
+    <nd ref='-2544' />
+    <nd ref='-2552' />
+    <nd ref='-2546' />
+    <nd ref='-2618' />
+    <nd ref='-2616' />
+    <nd ref='-2614' />
+    <nd ref='-2612' />
+    <nd ref='-2608' />
+    <nd ref='-2610' />
+    <nd ref='-27226' />
+    <nd ref='-27224' />
+    <nd ref='-27222' />
+    <nd ref='-2606' />
+    <nd ref='-27218' />
+    <nd ref='-27220' />
+    <nd ref='-27214' />
+    <nd ref='-27216' />
+    <nd ref='-2604' />
+    <nd ref='-2590' />
+    <nd ref='-2592' />
+    <nd ref='-2598' />
+    <nd ref='-2594' />
+    <nd ref='-2596' />
+    <nd ref='-2600' />
+    <nd ref='-2582' />
+    <nd ref='-2584' />
+    <nd ref='-2586' />
+    <nd ref='-2588' />
+    <nd ref='-2580' />
+    <nd ref='-2602' />
+    <nd ref='-2574' />
+    <nd ref='-2576' />
+    <nd ref='-2578' />
+    <nd ref='-2560' />
+    <nd ref='-2558' />
+    <nd ref='-2564' />
+    <nd ref='-2562' />
+    <nd ref='-2566' />
+    <nd ref='-2568' />
+    <nd ref='-2570' />
+    <nd ref='-2572' />
+    <nd ref='-2556' />
+    <nd ref='-9940' />
+    <nd ref='-9938' />
+    <nd ref='-18684' />
+    <nd ref='-18686' />
+    <nd ref='-18688' />
+    <nd ref='-18690' />
+    <nd ref='-18682' />
+    <nd ref='-18672' />
+    <nd ref='-18676' />
+    <nd ref='-18674' />
+    <nd ref='-18692' />
+    <nd ref='-18668' />
+    <nd ref='-18680' />
+    <nd ref='-18678' />
+    <nd ref='-18670' />
+    <nd ref='-18632' />
+    <nd ref='-18634' />
+    <nd ref='-18660' />
+    <nd ref='-18666' />
+    <nd ref='-18664' />
+    <nd ref='-18662' />
+    <nd ref='-18658' />
+    <nd ref='-18656' />
+    <nd ref='-18648' />
+    <nd ref='-18654' />
+    <nd ref='-18652' />
+    <nd ref='-18650' />
+    <nd ref='-18646' />
+    <nd ref='-18644' />
+    <nd ref='-18642' />
+    <nd ref='-18640' />
+    <nd ref='-18638' />
+    <nd ref='-18636' />
+    <nd ref='-9948' />
+    <nd ref='-9946' />
+    <nd ref='-18630' />
+    <nd ref='-18628' />
+    <nd ref='-18624' />
+    <nd ref='-18622' />
+    <nd ref='-10324' />
+    <nd ref='-7768' />
+    <nd ref='-7770' />
+    <nd ref='-21788' />
+    <nd ref='-21786' />
+    <nd ref='-21792' />
+    <nd ref='-21790' />
+    <nd ref='-21794' />
+    <nd ref='-21796' />
+    <nd ref='-21800' />
+    <nd ref='-21798' />
+    <nd ref='-21784' />
+    <nd ref='-21782' />
+    <nd ref='-21780' />
+    <nd ref='-21778' />
+    <nd ref='-27332' />
+    <nd ref='-21772' />
+    <nd ref='-21774' />
+    <nd ref='-21776' />
+    <nd ref='-21770' />
+    <nd ref='-21806' />
+    <nd ref='-21804' />
+    <nd ref='-21802' />
+    <nd ref='-7772' />
+    <nd ref='-27334' />
+    <nd ref='-27336' />
+    <nd ref='-21812' />
+    <nd ref='-21810' />
+    <nd ref='-21814' />
+    <nd ref='-21808' />
+    <nd ref='-7774' />
+    <nd ref='-7776' />
+    <nd ref='-7778' />
+    <nd ref='-7780' />
+    <nd ref='-21818' />
+    <nd ref='-21822' />
+    <nd ref='-21820' />
+    <nd ref='-21816' />
+    <nd ref='-7782' />
+    <nd ref='-27338' />
+    <nd ref='-21840' />
+    <nd ref='-21836' />
+    <nd ref='-21838' />
+    <nd ref='-21830' />
+    <nd ref='-21834' />
+    <nd ref='-21828' />
+    <nd ref='-21832' />
+    <nd ref='-27340' />
+    <nd ref='-27342' />
+    <nd ref='-21826' />
+    <nd ref='-21824' />
+    <nd ref='-21842' />
+    <nd ref='-21844' />
+    <nd ref='-7784' />
+    <nd ref='-27344' />
+    <nd ref='-21848' />
+    <nd ref='-21846' />
+    <nd ref='-7786' />
+    <nd ref='-27346' />
+    <nd ref='-27352' />
+    <nd ref='-27354' />
+    <nd ref='-27356' />
+    <nd ref='-27358' />
+    <nd ref='-27360' />
+    <nd ref='-27350' />
+    <nd ref='-27348' />
+    <nd ref='-27362' />
+    <nd ref='-27364' />
+    <nd ref='-27366' />
+    <nd ref='-27368' />
+    <nd ref='-27370' />
+    <nd ref='-27372' />
+    <nd ref='-27374' />
+    <nd ref='-27378' />
+    <nd ref='-27376' />
+    <nd ref='-27380' />
+    <nd ref='-27382' />
+    <nd ref='-21850' />
+    <nd ref='-27384' />
+    <nd ref='-27386' />
+    <nd ref='-7788' />
+    <nd ref='-7790' />
+    <nd ref='-27388' />
+    <nd ref='-27390' />
+    <nd ref='-7792' />
+    <nd ref='-21860' />
+    <nd ref='-27392' />
+    <nd ref='-21858' />
+    <nd ref='-21862' />
+    <nd ref='-21856' />
+    <nd ref='-21866' />
+    <nd ref='-21864' />
+    <nd ref='-21854' />
+    <nd ref='-27394' />
+    <nd ref='-21852' />
+    <nd ref='-21868' />
+    <nd ref='-27396' />
+    <nd ref='-27398' />
+    <nd ref='-27402' />
+    <nd ref='-27400' />
+    <nd ref='-7794' />
+    <nd ref='-27404' />
+    <nd ref='-21870' />
+    <nd ref='-27406' />
+    <nd ref='-21872' />
+    <nd ref='-21874' />
+    <nd ref='-21876' />
+    <nd ref='-21878' />
+    <nd ref='-21882' />
+    <nd ref='-21880' />
+    <nd ref='-21884' />
+    <nd ref='-21886' />
+    <nd ref='-21888' />
+    <nd ref='-21890' />
+    <nd ref='-21892' />
+    <nd ref='-21898' />
+    <nd ref='-21894' />
+    <nd ref='-21896' />
+    <nd ref='-21900' />
+    <nd ref='-21902' />
+    <nd ref='-21904' />
+    <nd ref='-27408' />
+    <nd ref='-21906' />
+    <nd ref='-21908' />
+    <nd ref='-7796' />
+    <nd ref='-21910' />
+    <nd ref='-21912' />
+    <nd ref='-21914' />
+    <nd ref='-21916' />
+    <nd ref='-7798' />
+    <nd ref='-21926' />
+    <nd ref='-21924' />
+    <nd ref='-21922' />
+    <nd ref='-21920' />
+    <nd ref='-21918' />
+    <nd ref='-21942' />
+    <nd ref='-21940' />
+    <nd ref='-21936' />
+    <nd ref='-21938' />
+    <nd ref='-21928' />
+    <nd ref='-21934' />
+    <nd ref='-21932' />
+    <nd ref='-21930' />
+    <nd ref='-7800' />
+    <nd ref='-22082' />
+    <nd ref='-22084' />
+    <nd ref='-22090' />
+    <nd ref='-22088' />
+    <nd ref='-22086' />
+    <nd ref='-22076' />
+    <nd ref='-22078' />
+    <nd ref='-22080' />
+    <nd ref='-22096' />
+    <nd ref='-22094' />
+    <nd ref='-22098' />
+    <nd ref='-22100' />
+    <nd ref='-22102' />
+    <nd ref='-22104' />
+    <nd ref='-22092' />
+    <nd ref='-7802' />
+    <nd ref='-22114' />
+    <nd ref='-22116' />
+    <nd ref='-22112' />
+    <nd ref='-22108' />
+    <nd ref='-22120' />
+    <nd ref='-22118' />
+    <nd ref='-22110' />
+    <nd ref='-22106' />
+    <nd ref='-7804' />
+    <nd ref='-22122' />
+    <nd ref='-22124' />
+    <nd ref='-7806' />
+    <nd ref='-7808' />
+    <nd ref='-22126' />
+    <nd ref='-22128' />
+    <nd ref='-22130' />
+    <nd ref='-7810' />
+    <nd ref='-22136' />
+    <nd ref='-22138' />
+    <nd ref='-22140' />
+    <nd ref='-22146' />
+    <nd ref='-22142' />
+    <nd ref='-22144' />
+    <nd ref='-22134' />
+    <nd ref='-22132' />
+    <nd ref='-7326' />
+    <nd ref='-2178' />
+    <nd ref='-2176' />
+    <nd ref='-2180' />
+    <nd ref='-2182' />
+    <nd ref='-2190' />
+    <nd ref='-2188' />
+    <nd ref='-2186' />
+    <nd ref='-2184' />
+    <nd ref='-2192' />
+    <nd ref='-2194' />
+    <nd ref='-2196' />
+    <nd ref='-2198' />
+    <nd ref='-2200' />
+    <nd ref='-2202' />
+    <nd ref='-2204' />
+    <nd ref='-2206' />
+    <nd ref='-2208' />
+    <nd ref='-7334' />
+    <nd ref='-27540' />
+    <nd ref='-21764' />
+    <nd ref='-21766' />
+    <nd ref='-21760' />
+    <nd ref='-21758' />
+    <nd ref='-21768' />
+    <nd ref='-21762' />
+    <nd ref='-7812' />
+    <nd ref='-10760' />
+    <nd ref='-1808' />
+    <nd ref='-1806' />
+    <nd ref='-1800' />
+    <nd ref='-1802' />
+    <nd ref='-1804' />
+    <nd ref='-1814' />
+    <nd ref='-1816' />
+    <nd ref='-1818' />
+    <nd ref='-1820' />
+    <nd ref='-1822' />
+    <nd ref='-1824' />
+    <nd ref='-1862' />
+    <nd ref='-1848' />
+    <nd ref='-1850' />
+    <nd ref='-1852' />
+    <nd ref='-1854' />
+    <nd ref='-1856' />
+    <nd ref='-1858' />
+    <nd ref='-1842' />
+    <nd ref='-1844' />
+    <nd ref='-1846' />
+    <nd ref='-1860' />
+    <nd ref='-1826' />
+    <nd ref='-1828' />
+    <nd ref='-1830' />
+    <nd ref='-1832' />
+    <nd ref='-1834' />
+    <nd ref='-1838' />
+    <nd ref='-1836' />
+    <nd ref='-1840' />
+    <nd ref='-1920' />
+    <nd ref='-1868' />
+    <nd ref='-1870' />
+    <nd ref='-1872' />
+    <nd ref='-1884' />
+    <nd ref='-1874' />
+    <nd ref='-1876' />
+    <nd ref='-1878' />
+    <nd ref='-1880' />
+    <nd ref='-1882' />
+    <nd ref='-1864' />
+    <nd ref='-1918' />
+    <nd ref='-1866' />
+    <nd ref='-1886' />
+    <nd ref='-1888' />
+    <nd ref='-1890' />
+    <nd ref='-1916' />
+    <nd ref='-1894' />
+    <nd ref='-1892' />
+    <nd ref='-1900' />
+    <nd ref='-1896' />
+    <nd ref='-1898' />
+    <nd ref='-1914' />
+    <nd ref='-1902' />
+    <nd ref='-1904' />
+    <nd ref='-1908' />
+    <nd ref='-1906' />
+    <nd ref='-1910' />
+    <nd ref='-1912' />
+    <nd ref='-10764' />
+    <nd ref='-22242' />
+    <nd ref='-22244' />
+    <nd ref='-22246' />
+    <nd ref='-22240' />
+    <nd ref='-22238' />
+    <nd ref='-22236' />
+    <nd ref='-22234' />
+    <nd ref='-22232' />
+    <nd ref='-22230' />
+    <nd ref='-22228' />
+    <nd ref='-7814' />
+    <nd ref='-22224' />
+    <nd ref='-22226' />
+    <nd ref='-7816' />
+    <nd ref='-27542' />
+    <nd ref='-22218' />
+    <nd ref='-22220' />
+    <nd ref='-22214' />
+    <nd ref='-22216' />
+    <nd ref='-22222' />
+    <nd ref='-22210' />
+    <nd ref='-22212' />
+    <nd ref='-7818' />
+    <nd ref='-7820' />
+    <nd ref='-7822' />
+    <nd ref='-22208' />
+    <nd ref='-22206' />
+    <nd ref='-22204' />
+    <nd ref='-7824' />
+    <nd ref='-22200' />
+    <nd ref='-22202' />
+    <nd ref='-22198' />
+    <nd ref='-7826' />
+    <nd ref='-22182' />
+    <nd ref='-22184' />
+    <nd ref='-22186' />
+    <nd ref='-22190' />
+    <nd ref='-22192' />
+    <nd ref='-22196' />
+    <nd ref='-22194' />
+    <nd ref='-7828' />
+    <nd ref='-22178' />
+    <nd ref='-22172' />
+    <nd ref='-22166' />
+    <nd ref='-22168' />
+    <nd ref='-7830' />
+    <nd ref='-22164' />
+    <nd ref='-22160' />
+    <nd ref='-22152' />
+    <nd ref='-22150' />
+    <nd ref='-22148' />
+    <nd ref='-7832' />
+    <nd ref='-21478' />
+    <nd ref='-21480' />
+    <nd ref='-21474' />
+    <nd ref='-21476' />
+    <nd ref='-7834' />
+    <nd ref='-21486' />
+    <nd ref='-21484' />
+    <nd ref='-21482' />
+    <nd ref='-7836' />
+    <nd ref='-21492' />
+    <nd ref='-21490' />
+    <nd ref='-21498' />
+    <nd ref='-7838' />
+    <nd ref='-21470' />
+    <nd ref='-21466' />
+    <nd ref='-7840' />
+    <nd ref='-21530' />
+    <nd ref='-21536' />
+    <nd ref='-21534' />
+    <nd ref='-21532' />
+    <nd ref='-21540' />
+    <nd ref='-21538' />
+    <nd ref='-7842' />
+    <nd ref='-21522' />
+    <nd ref='-21520' />
+    <nd ref='-21528' />
+    <nd ref='-21524' />
+    <nd ref='-21526' />
+    <nd ref='-21518' />
+    <nd ref='-21516' />
+    <nd ref='-21514' />
+    <nd ref='-21512' />
+    <nd ref='-21510' />
+    <nd ref='-7844' />
+    <nd ref='-21500' />
+    <nd ref='-21502' />
+    <nd ref='-21504' />
+    <nd ref='-21506' />
+    <nd ref='-21508' />
+    <nd ref='-7846' />
+    <nd ref='-21322' />
+    <nd ref='-21320' />
+    <nd ref='-21316' />
+    <nd ref='-21318' />
+    <nd ref='-7848' />
+    <nd ref='-7850' />
+    <nd ref='-7852' />
+    <nd ref='-27798' />
+    <nd ref='-9852' />
+    <nd ref='-7854' />
+    <nd ref='-7856' />
+    <nd ref='-7858' />
+    <nd ref='-9850' />
+    <nd ref='-7860' />
+    <nd ref='-21324' />
+    <nd ref='-21326' />
+    <nd ref='-21328' />
+    <nd ref='-21330' />
+    <nd ref='-21418' />
+    <nd ref='-21416' />
+    <nd ref='-21420' />
+    <nd ref='-21422' />
+    <nd ref='-21424' />
+    <nd ref='-21412' />
+    <nd ref='-21414' />
+    <nd ref='-21394' />
+    <nd ref='-21396' />
+    <nd ref='-21398' />
+    <nd ref='-21406' />
+    <nd ref='-21410' />
+    <nd ref='-21408' />
+    <nd ref='-21400' />
+    <nd ref='-21402' />
+    <nd ref='-21404' />
+    <nd ref='-9848' />
+    <nd ref='-14932' />
+    <nd ref='-9846' />
+    <nd ref='-7862' />
+    <nd ref='-7864' />
+    <nd ref='-7866' />
+    <nd ref='-7868' />
+    <nd ref='-7870' />
+    <nd ref='-7872' />
+    <nd ref='-14934' />
+    <nd ref='-7874' />
+    <nd ref='-7876' />
+    <nd ref='-7878' />
+    <nd ref='-7880' />
+    <nd ref='-7882' />
+    <nd ref='-14936' />
+    <nd ref='-27850' />
+    <nd ref='-14938' />
+    <nd ref='-14940' />
+    <nd ref='-14942' />
+    <nd ref='-14944' />
+    <nd ref='-14946' />
+    <nd ref='-14948' />
+    <nd ref='-14950' />
+    <nd ref='-14952' />
+    <nd ref='-14954' />
+    <nd ref='-14960' />
+    <nd ref='-14964' />
+    <nd ref='-14962' />
+    <nd ref='-14956' />
+    <nd ref='-14958' />
+    <nd ref='-27852' />
+    <nd ref='-14966' />
+    <nd ref='-14968' />
+    <nd ref='-14970' />
+    <nd ref='-14972' />
+    <nd ref='-14974' />
+    <nd ref='-7884' />
+    <nd ref='-7886' />
+    <nd ref='-14862' />
+    <nd ref='-14860' />
+    <nd ref='-10470' />
+    <nd ref='-10468' />
+    <nd ref='-7888' />
+    <nd ref='-942' />
+    <nd ref='-940' />
+    <nd ref='-938' />
+    <nd ref='-936' />
+    <nd ref='-932' />
+    <nd ref='-934' />
+    <nd ref='-10466' />
+    <nd ref='-956' />
+    <nd ref='-954' />
+    <nd ref='-952' />
+    <nd ref='-950' />
+    <nd ref='-948' />
+    <nd ref='-944' />
+    <nd ref='-946' />
+    <nd ref='-7890' />
+    <nd ref='-962' />
+    <nd ref='-958' />
+    <nd ref='-960' />
+    <nd ref='-964' />
+    <nd ref='-968' />
+    <nd ref='-27854' />
+    <nd ref='-966' />
+    <nd ref='-10464' />
+    <nd ref='-7892' />
+    <nd ref='-10462' />
+    <nd ref='-970' />
+    <nd ref='-976' />
+    <nd ref='-974' />
+    <nd ref='-972' />
+    <nd ref='-7894' />
+    <nd ref='-7896' />
+    <nd ref='-10460' />
+    <nd ref='-7898' />
+    <nd ref='-7900' />
+    <nd ref='-7902' />
+    <nd ref='-7904' />
+    <nd ref='-10458' />
+    <nd ref='-10456' />
+    <nd ref='-980' />
+    <nd ref='-978' />
+    <nd ref='-27856' />
+    <nd ref='-7906' />
+    <nd ref='-986' />
+    <nd ref='-982' />
+    <nd ref='-988' />
+    <nd ref='-984' />
+    <nd ref='-10454' />
+    <nd ref='-10452' />
+    <nd ref='-7908' />
+    <nd ref='-990' />
+    <nd ref='-7910' />
+    <nd ref='-10450' />
+    <nd ref='-998' />
+    <nd ref='-994' />
+    <nd ref='-992' />
+    <nd ref='-996' />
+    <nd ref='-7912' />
+    <nd ref='-1000' />
+    <nd ref='-1006' />
+    <nd ref='-1004' />
+    <nd ref='-1002' />
+    <nd ref='-10448' />
+    <nd ref='-1014' />
+    <nd ref='-1008' />
+    <nd ref='-1012' />
+    <nd ref='-1010' />
+    <nd ref='-10446' />
+    <nd ref='-10444' />
+    <nd ref='-1016' />
+    <nd ref='-7914' />
+    <nd ref='-7916' />
+    <nd ref='-10442' />
+    <nd ref='-1020' />
+    <nd ref='-1018' />
+    <nd ref='-10440' />
+    <nd ref='-1026' />
+    <nd ref='-1024' />
+    <nd ref='-1022' />
+    <nd ref='-7918' />
+    <nd ref='-7920' />
+    <nd ref='-7922' />
+    <nd ref='-1028' />
+    <nd ref='-7924' />
+    <nd ref='-10438' />
+    <nd ref='-7926' />
+    <nd ref='-7928' />
+    <nd ref='-7930' />
+    <nd ref='-1030' />
+    <nd ref='-10436' />
+    <nd ref='-1032' />
+    <nd ref='-7932' />
+    <nd ref='-1034' />
+    <nd ref='-7934' />
+    <nd ref='-10434' />
+    <nd ref='-1058' />
+    <nd ref='-1056' />
+    <nd ref='-1054' />
+    <nd ref='-1052' />
+    <nd ref='-1048' />
+    <nd ref='-1042' />
+    <nd ref='-1044' />
+    <nd ref='-1046' />
+    <nd ref='-1050' />
+    <nd ref='-1040' />
+    <nd ref='-1038' />
+    <nd ref='-1036' />
+    <nd ref='-7936' />
+    <nd ref='-1080' />
+    <nd ref='-1078' />
+    <nd ref='-1074' />
+    <nd ref='-1076' />
+    <nd ref='-1072' />
+    <nd ref='-1060' />
+    <nd ref='-1062' />
+    <nd ref='-1064' />
+    <nd ref='-1066' />
+    <nd ref='-1068' />
+    <nd ref='-1070' />
+    <nd ref='-7938' />
+    <nd ref='-10432' />
+    <nd ref='-7940' />
+    <nd ref='-10430' />
+    <nd ref='-7942' />
+    <nd ref='-10428' />
+    <nd ref='-1086' />
+    <nd ref='-1082' />
+    <nd ref='-1084' />
+    <nd ref='-1088' />
+    <nd ref='-10426' />
+    <nd ref='-1090' />
+    <nd ref='-7944' />
+    <nd ref='-10424' />
+    <nd ref='-10422' />
+    <nd ref='-1092' />
+    <nd ref='-10420' />
+    <nd ref='-7946' />
+    <nd ref='-10418' />
+    <nd ref='-7948' />
+    <nd ref='-10416' />
+    <nd ref='-7950' />
+    <nd ref='-10414' />
+    <nd ref='-10412' />
+    <nd ref='-7952' />
+    <nd ref='-7954' />
+    <nd ref='-10410' />
+    <nd ref='-7956' />
+    <nd ref='-7958' />
+    <nd ref='-7960' />
+    <nd ref='-13034' />
+    <nd ref='-13036' />
+    <nd ref='-7962' />
+    <nd ref='-13032' />
+    <nd ref='-13030' />
+    <nd ref='-7964' />
+    <nd ref='-13028' />
+    <nd ref='-7966' />
+    <nd ref='-13026' />
+    <nd ref='-7968' />
+    <nd ref='-7970' />
+    <nd ref='-13024' />
+    <nd ref='-13022' />
+    <nd ref='-13020' />
+    <nd ref='-13018' />
+    <nd ref='-7972' />
+    <nd ref='-13016' />
+    <nd ref='-7974' />
+    <nd ref='-7976' />
+    <nd ref='-13014' />
+    <nd ref='-13010' />
+    <nd ref='-13012' />
+    <nd ref='-13006' />
+    <tag k='ISO3166-1:alpha2' v='CN' />
+    <tag k='name:en' v='China' />
+  </way>
+  <way id='-28976'>
+    <nd ref='-6100' />
+    <nd ref='-6102' />
+    <nd ref='-6104' />
+    <nd ref='-8034' />
+    <nd ref='-6106' />
+    <nd ref='-6108' />
+    <nd ref='-6110' />
+    <nd ref='-6112' />
+    <nd ref='-6146' />
+    <nd ref='-8040' />
+    <nd ref='-6148' />
+    <nd ref='-5598' />
+    <nd ref='-5596' />
+    <nd ref='-5600' />
+    <nd ref='-5592' />
+    <nd ref='-5594' />
+    <nd ref='-5590' />
+    <nd ref='-5604' />
+    <nd ref='-5602' />
+    <nd ref='-10814' />
+    <nd ref='-26558' />
+    <nd ref='-26560' />
+    <nd ref='-5588' />
+    <nd ref='-5586' />
+    <nd ref='-5584' />
+    <nd ref='-26556' />
+    <nd ref='-7234' />
+    <nd ref='-26554' />
+    <nd ref='-26552' />
+    <nd ref='-26550' />
+    <nd ref='-8036' />
+    <nd ref='-7232' />
+    <nd ref='-5614' />
+    <nd ref='-5616' />
+    <nd ref='-5618' />
+    <nd ref='-5620' />
+    <nd ref='-5622' />
+    <nd ref='-5608' />
+    <nd ref='-5606' />
+    <nd ref='-5610' />
+    <nd ref='-5612' />
+    <nd ref='-8038' />
+    <nd ref='-5624' />
+    <nd ref='-6454' />
+    <nd ref='-6452' />
+    <nd ref='-5630' />
+    <nd ref='-5632' />
+    <nd ref='-5628' />
+    <nd ref='-5626' />
+    <nd ref='-5634' />
+    <nd ref='-5648' />
+    <nd ref='-5646' />
+    <nd ref='-5650' />
+    <nd ref='-5652' />
+    <nd ref='-5640' />
+    <nd ref='-5642' />
+    <nd ref='-5636' />
+    <nd ref='-5644' />
+    <nd ref='-5638' />
+    <nd ref='-5656' />
+    <nd ref='-5654' />
+    <nd ref='-5658' />
+    <nd ref='-5662' />
+    <nd ref='-5660' />
+    <nd ref='-5664' />
+    <nd ref='-5666' />
+    <nd ref='-5668' />
+    <nd ref='-5670' />
+    <nd ref='-5672' />
+    <nd ref='-6450' />
+    <nd ref='-5674' />
+    <nd ref='-5676' />
+    <nd ref='-5678' />
+    <nd ref='-5680' />
+    <nd ref='-5682' />
+    <nd ref='-5684' />
+    <nd ref='-5690' />
+    <nd ref='-5692' />
+    <nd ref='-5694' />
+    <nd ref='-5696' />
+    <nd ref='-5688' />
+    <nd ref='-5686' />
+    <nd ref='-6448' />
+    <nd ref='-5698' />
+    <nd ref='-5704' />
+    <nd ref='-5702' />
+    <nd ref='-5700' />
+    <nd ref='-5706' />
+    <nd ref='-5708' />
+    <nd ref='-12728' />
+    <nd ref='-12732' />
+    <nd ref='-12730' />
+    <nd ref='-6446' />
+    <nd ref='-12726' />
+    <nd ref='-12720' />
+    <nd ref='-12722' />
+    <nd ref='-12724' />
+    <nd ref='-6100' />
+    <tag k='ISO3166-1:alpha2' v='CL' />
+    <tag k='name:en' v='Chile' />
+  </way>
+  <way id='-28978'>
+    <nd ref='-9960' />
+    <nd ref='-8052' />
+    <nd ref='-3192' />
+    <nd ref='-3176' />
+    <nd ref='-3180' />
+    <nd ref='-3178' />
+    <nd ref='-3190' />
+    <nd ref='-3188' />
+    <nd ref='-3186' />
+    <nd ref='-3184' />
+    <nd ref='-3182' />
+    <nd ref='-3160' />
+    <nd ref='-3154' />
+    <nd ref='-3152' />
+    <nd ref='-3156' />
+    <nd ref='-3158' />
+    <nd ref='-3162' />
+    <nd ref='-3164' />
+    <nd ref='-3166' />
+    <nd ref='-3168' />
+    <nd ref='-3170' />
+    <nd ref='-3172' />
+    <nd ref='-3174' />
+    <nd ref='-3150' />
+    <nd ref='-3144' />
+    <nd ref='-3146' />
+    <nd ref='-3148' />
+    <nd ref='-8054' />
+    <nd ref='-3200' />
+    <nd ref='-3198' />
+    <nd ref='-3194' />
+    <nd ref='-3196' />
+    <nd ref='-8056' />
+    <nd ref='-3294' />
+    <nd ref='-3292' />
+    <nd ref='-3290' />
+    <nd ref='-3288' />
+    <nd ref='-3286' />
+    <nd ref='-3280' />
+    <nd ref='-3278' />
+    <nd ref='-3282' />
+    <nd ref='-3284' />
+    <nd ref='-3296' />
+    <nd ref='-3298' />
+    <nd ref='-3276' />
+    <nd ref='-3274' />
+    <nd ref='-3272' />
+    <nd ref='-3270' />
+    <nd ref='-3268' />
+    <nd ref='-3266' />
+    <nd ref='-3264' />
+    <nd ref='-3262' />
+    <nd ref='-3260' />
+    <nd ref='-3258' />
+    <nd ref='-3256' />
+    <nd ref='-3254' />
+    <nd ref='-3252' />
+    <nd ref='-3250' />
+    <nd ref='-9104' />
+    <nd ref='-1470' />
+    <nd ref='-1468' />
+    <nd ref='-1466' />
+    <nd ref='-1464' />
+    <nd ref='-1462' />
+    <nd ref='-1460' />
+    <nd ref='-10316' />
+    <nd ref='-1504' />
+    <nd ref='-1490' />
+    <nd ref='-1488' />
+    <nd ref='-1486' />
+    <nd ref='-1484' />
+    <nd ref='-1482' />
+    <nd ref='-1502' />
+    <nd ref='-1492' />
+    <nd ref='-1498' />
+    <nd ref='-1496' />
+    <nd ref='-1494' />
+    <nd ref='-1500' />
+    <nd ref='-1478' />
+    <nd ref='-1480' />
+    <nd ref='-1476' />
+    <nd ref='-1474' />
+    <nd ref='-1472' />
+    <nd ref='-8042' />
+    <nd ref='-17114' />
+    <nd ref='-17110' />
+    <nd ref='-17112' />
+    <nd ref='-17106' />
+    <nd ref='-17108' />
+    <nd ref='-17086' />
+    <nd ref='-17088' />
+    <nd ref='-17090' />
+    <nd ref='-17092' />
+    <nd ref='-17104' />
+    <nd ref='-17100' />
+    <nd ref='-17102' />
+    <nd ref='-17094' />
+    <nd ref='-17098' />
+    <nd ref='-17096' />
+    <nd ref='-8044' />
+    <nd ref='-17122' />
+    <nd ref='-17118' />
+    <nd ref='-17120' />
+    <nd ref='-17116' />
+    <nd ref='-8046' />
+    <nd ref='-17142' />
+    <nd ref='-17140' />
+    <nd ref='-17132' />
+    <nd ref='-17138' />
+    <nd ref='-17136' />
+    <nd ref='-17134' />
+    <nd ref='-17130' />
+    <nd ref='-17128' />
+    <nd ref='-17126' />
+    <nd ref='-17124' />
+    <nd ref='-17164' />
+    <nd ref='-17146' />
+    <nd ref='-17144' />
+    <nd ref='-17156' />
+    <nd ref='-17160' />
+    <nd ref='-17162' />
+    <nd ref='-17158' />
+    <nd ref='-17148' />
+    <nd ref='-17150' />
+    <nd ref='-17152' />
+    <nd ref='-17154' />
+    <nd ref='-8048' />
+    <nd ref='-12106' />
+    <nd ref='-12104' />
+    <nd ref='-12108' />
+    <nd ref='-12102' />
+    <nd ref='-12100' />
+    <nd ref='-8050' />
+    <nd ref='-9960' />
+    <tag k='ISO3166-1:alpha2' v='CI' />
+    <tag k='name:en' v='Côte d&apos;Ivoire' />
+  </way>
+  <way id='-28980'>
+    <nd ref='-8058' />
+    <nd ref='-8060' />
+    <nd ref='-176' />
+    <nd ref='-174' />
+    <nd ref='-172' />
+    <nd ref='-26898' />
+    <nd ref='-170' />
+    <nd ref='-168' />
+    <nd ref='-8062' />
+    <nd ref='-166' />
+    <nd ref='-164' />
+    <nd ref='-162' />
+    <nd ref='-158' />
+    <nd ref='-160' />
+    <nd ref='-156' />
+    <nd ref='-8064' />
+    <nd ref='-152' />
+    <nd ref='-154' />
+    <nd ref='-150' />
+    <nd ref='-148' />
+    <nd ref='-146' />
+    <nd ref='-8066' />
+    <nd ref='-8068' />
+    <nd ref='-140' />
+    <nd ref='-136' />
+    <nd ref='-138' />
+    <nd ref='-142' />
+    <nd ref='-144' />
+    <nd ref='-8070' />
+    <nd ref='-8072' />
+    <nd ref='-8074' />
+    <nd ref='-134' />
+    <nd ref='-8076' />
+    <nd ref='-132' />
+    <nd ref='-8078' />
+    <nd ref='-130' />
+    <nd ref='-128' />
+    <nd ref='-8080' />
+    <nd ref='-126' />
+    <nd ref='-8082' />
+    <nd ref='-8084' />
+    <nd ref='-7362' />
+    <nd ref='-18386' />
+    <nd ref='-18384' />
+    <nd ref='-18382' />
+    <nd ref='-18380' />
+    <nd ref='-18388' />
+    <nd ref='-18390' />
+    <nd ref='-18394' />
+    <nd ref='-18392' />
+    <nd ref='-18396' />
+    <nd ref='-18398' />
+    <nd ref='-18408' />
+    <nd ref='-18406' />
+    <nd ref='-18404' />
+    <nd ref='-18402' />
+    <nd ref='-18400' />
+    <nd ref='-18410' />
+    <nd ref='-18412' />
+    <nd ref='-7360' />
+    <nd ref='-18378' />
+    <nd ref='-18376' />
+    <nd ref='-7358' />
+    <nd ref='-18374' />
+    <nd ref='-7356' />
+    <nd ref='-18372' />
+    <nd ref='-18370' />
+    <nd ref='-18330' />
+    <nd ref='-18332' />
+    <nd ref='-8086' />
+    <nd ref='-18328' />
+    <nd ref='-18326' />
+    <nd ref='-18324' />
+    <nd ref='-18322' />
+    <nd ref='-18320' />
+    <nd ref='-18318' />
+    <nd ref='-18316' />
+    <nd ref='-18310' />
+    <nd ref='-18312' />
+    <nd ref='-18314' />
+    <nd ref='-18308' />
+    <nd ref='-8088' />
+    <nd ref='-1454' />
+    <nd ref='-9038' />
+    <nd ref='-9036' />
+    <nd ref='-8090' />
+    <nd ref='-9156' />
+    <nd ref='-9154' />
+    <nd ref='-6222' />
+    <nd ref='-6220' />
+    <nd ref='-9152' />
+    <nd ref='-6224' />
+    <nd ref='-8092' />
+    <nd ref='-9150' />
+    <nd ref='-6210' />
+    <nd ref='-8094' />
+    <nd ref='-8096' />
+    <nd ref='-312' />
+    <nd ref='-308' />
+    <nd ref='-310' />
+    <nd ref='-306' />
+    <nd ref='-304' />
+    <nd ref='-326' />
+    <nd ref='-300' />
+    <nd ref='-302' />
+    <nd ref='-296' />
+    <nd ref='-298' />
+    <nd ref='-328' />
+    <nd ref='-292' />
+    <nd ref='-294' />
+    <nd ref='-290' />
+    <nd ref='-286' />
+    <nd ref='-288' />
+    <nd ref='-284' />
+    <nd ref='-282' />
+    <nd ref='-276' />
+    <nd ref='-280' />
+    <nd ref='-278' />
+    <nd ref='-322' />
+    <nd ref='-258' />
+    <nd ref='-256' />
+    <nd ref='-260' />
+    <nd ref='-262' />
+    <nd ref='-264' />
+    <nd ref='-272' />
+    <nd ref='-270' />
+    <nd ref='-266' />
+    <nd ref='-268' />
+    <nd ref='-274' />
+    <nd ref='-254' />
+    <nd ref='-250' />
+    <nd ref='-248' />
+    <nd ref='-252' />
+    <nd ref='-246' />
+    <nd ref='-244' />
+    <nd ref='-242' />
+    <nd ref='-240' />
+    <nd ref='-238' />
+    <nd ref='-236' />
+    <nd ref='-234' />
+    <nd ref='-232' />
+    <nd ref='-324' />
+    <nd ref='-226' />
+    <nd ref='-228' />
+    <nd ref='-222' />
+    <nd ref='-224' />
+    <nd ref='-220' />
+    <nd ref='-218' />
+    <nd ref='-216' />
+    <nd ref='-214' />
+    <nd ref='-230' />
+    <nd ref='-212' />
+    <nd ref='-210' />
+    <nd ref='-208' />
+    <nd ref='-206' />
+    <nd ref='-204' />
+    <nd ref='-200' />
+    <nd ref='-198' />
+    <nd ref='-196' />
+    <nd ref='-202' />
+    <nd ref='-316' />
+    <nd ref='-194' />
+    <nd ref='-314' />
+    <nd ref='-192' />
+    <nd ref='-190' />
+    <nd ref='-188' />
+    <nd ref='-186' />
+    <nd ref='-318' />
+    <nd ref='-320' />
+    <nd ref='-182' />
+    <nd ref='-184' />
+    <nd ref='-8098' />
+    <nd ref='-8100' />
+    <nd ref='-178' />
+    <nd ref='-180' />
+    <nd ref='-8058' />
+    <tag k='ISO3166-1:alpha2' v='CM' />
+    <tag k='name:en' v='Cameroon' />
+  </way>
+  <way id='-28982'>
+    <nd ref='-18476' />
+    <nd ref='-18206' />
+    <nd ref='-18204' />
+    <nd ref='-18208' />
+    <nd ref='-18210' />
+    <nd ref='-18212' />
+    <nd ref='-18214' />
+    <nd ref='-18216' />
+    <nd ref='-18218' />
+    <nd ref='-18202' />
+    <nd ref='-18222' />
+    <nd ref='-18220' />
+    <nd ref='-18224' />
+    <nd ref='-18226' />
+    <nd ref='-18240' />
+    <nd ref='-18238' />
+    <nd ref='-18236' />
+    <nd ref='-18242' />
+    <nd ref='-18234' />
+    <nd ref='-18228' />
+    <nd ref='-18232' />
+    <nd ref='-18230' />
+    <nd ref='-18248' />
+    <nd ref='-18246' />
+    <nd ref='-18244' />
+    <nd ref='-11454' />
+    <nd ref='-468' />
+    <nd ref='-466' />
+    <nd ref='-470' />
+    <nd ref='-474' />
+    <nd ref='-472' />
+    <nd ref='-478' />
+    <nd ref='-476' />
+    <nd ref='-496' />
+    <nd ref='-480' />
+    <nd ref='-494' />
+    <nd ref='-492' />
+    <nd ref='-484' />
+    <nd ref='-482' />
+    <nd ref='-486' />
+    <nd ref='-490' />
+    <nd ref='-488' />
+    <nd ref='-534' />
+    <nd ref='-532' />
+    <nd ref='-536' />
+    <nd ref='-524' />
+    <nd ref='-522' />
+    <nd ref='-526' />
+    <nd ref='-528' />
+    <nd ref='-514' />
+    <nd ref='-516' />
+    <nd ref='-518' />
+    <nd ref='-520' />
+    <nd ref='-510' />
+    <nd ref='-512' />
+    <nd ref='-530' />
+    <nd ref='-508' />
+    <nd ref='-498' />
+    <nd ref='-500' />
+    <nd ref='-502' />
+    <nd ref='-504' />
+    <nd ref='-506' />
+    <nd ref='-10994' />
+    <nd ref='-3686' />
+    <nd ref='-3688' />
+    <nd ref='-3690' />
+    <nd ref='-3696' />
+    <nd ref='-3684' />
+    <nd ref='-3692' />
+    <nd ref='-3694' />
+    <nd ref='-3712' />
+    <nd ref='-3714' />
+    <nd ref='-3716' />
+    <nd ref='-3718' />
+    <nd ref='-3720' />
+    <nd ref='-3706' />
+    <nd ref='-3708' />
+    <nd ref='-26884' />
+    <nd ref='-3702' />
+    <nd ref='-3704' />
+    <nd ref='-26882' />
+    <nd ref='-3710' />
+    <nd ref='-26886' />
+    <nd ref='-3700' />
+    <nd ref='-26888' />
+    <nd ref='-3722' />
+    <nd ref='-26890' />
+    <nd ref='-3698' />
+    <nd ref='-8104' />
+    <nd ref='-4104' />
+    <nd ref='-4092' />
+    <nd ref='-4094' />
+    <nd ref='-4096' />
+    <nd ref='-4102' />
+    <nd ref='-4098' />
+    <nd ref='-4100' />
+    <nd ref='-6658' />
+    <nd ref='-4106' />
+    <nd ref='-6656' />
+    <nd ref='-6654' />
+    <nd ref='-8106' />
+    <nd ref='-4070' />
+    <nd ref='-8108' />
+    <nd ref='-8110' />
+    <nd ref='-4112' />
+    <nd ref='-4114' />
+    <nd ref='-4116' />
+    <nd ref='-4118' />
+    <nd ref='-11606' />
+    <nd ref='-4108' />
+    <nd ref='-4110' />
+    <nd ref='-8112' />
+    <nd ref='-3376' />
+    <nd ref='-3374' />
+    <nd ref='-3372' />
+    <nd ref='-3370' />
+    <nd ref='-3368' />
+    <nd ref='-3366' />
+    <nd ref='-11604' />
+    <nd ref='-8114' />
+    <nd ref='-3354' />
+    <nd ref='-3356' />
+    <nd ref='-3358' />
+    <nd ref='-3360' />
+    <nd ref='-3362' />
+    <nd ref='-3364' />
+    <nd ref='-3352' />
+    <nd ref='-3340' />
+    <nd ref='-3342' />
+    <nd ref='-3338' />
+    <nd ref='-3344' />
+    <nd ref='-3350' />
+    <nd ref='-3348' />
+    <nd ref='-3346' />
+    <nd ref='-6322' />
+    <nd ref='-4248' />
+    <nd ref='-4250' />
+    <nd ref='-4252' />
+    <nd ref='-4254' />
+    <nd ref='-6320' />
+    <nd ref='-4264' />
+    <nd ref='-4262' />
+    <nd ref='-4260' />
+    <nd ref='-4266' />
+    <nd ref='-6318' />
+    <nd ref='-4272' />
+    <nd ref='-4270' />
+    <nd ref='-4268' />
+    <nd ref='-4274' />
+    <nd ref='-6316' />
+    <nd ref='-6314' />
+    <nd ref='-4276' />
+    <nd ref='-6312' />
+    <nd ref='-4278' />
+    <nd ref='-6310' />
+    <nd ref='-4256' />
+    <nd ref='-4258' />
+    <nd ref='-6342' />
+    <nd ref='-6340' />
+    <nd ref='-6338' />
+    <nd ref='-6336' />
+    <nd ref='-106' />
+    <nd ref='-102' />
+    <nd ref='-96' />
+    <nd ref='-98' />
+    <nd ref='-100' />
+    <nd ref='-104' />
+    <nd ref='-88' />
+    <nd ref='-86' />
+    <nd ref='-90' />
+    <nd ref='-92' />
+    <nd ref='-94' />
+    <nd ref='-8118' />
+    <nd ref='-16' />
+    <nd ref='-14' />
+    <nd ref='-10' />
+    <nd ref='-12' />
+    <nd ref='-22' />
+    <nd ref='-20' />
+    <nd ref='-18' />
+    <nd ref='-44' />
+    <nd ref='-26' />
+    <nd ref='-28' />
+    <nd ref='-24' />
+    <nd ref='-42' />
+    <nd ref='-38' />
+    <nd ref='-40' />
+    <nd ref='-8' />
+    <nd ref='-36' />
+    <nd ref='-26872' />
+    <nd ref='-34' />
+    <nd ref='-32' />
+    <nd ref='-30' />
+    <nd ref='-46' />
+    <nd ref='-50' />
+    <nd ref='-48' />
+    <nd ref='-54' />
+    <nd ref='-52' />
+    <nd ref='-84' />
+    <nd ref='-56' />
+    <nd ref='-64' />
+    <nd ref='-62' />
+    <nd ref='-60' />
+    <nd ref='-58' />
+    <nd ref='-82' />
+    <nd ref='-70' />
+    <nd ref='-66' />
+    <nd ref='-68' />
+    <nd ref='-72' />
+    <nd ref='-74' />
+    <nd ref='-76' />
+    <nd ref='-80' />
+    <nd ref='-78' />
+    <nd ref='-8116' />
+    <nd ref='-18416' />
+    <nd ref='-18418' />
+    <nd ref='-18424' />
+    <nd ref='-18422' />
+    <nd ref='-18420' />
+    <nd ref='-18432' />
+    <nd ref='-18426' />
+    <nd ref='-18428' />
+    <nd ref='-18430' />
+    <nd ref='-18414' />
+    <nd ref='-18440' />
+    <nd ref='-18444' />
+    <nd ref='-18442' />
+    <nd ref='-18446' />
+    <nd ref='-18448' />
+    <nd ref='-18450' />
+    <nd ref='-18452' />
+    <nd ref='-18438' />
+    <nd ref='-18436' />
+    <nd ref='-18434' />
+    <nd ref='-18454' />
+    <nd ref='-18456' />
+    <nd ref='-18458' />
+    <nd ref='-18460' />
+    <nd ref='-18462' />
+    <nd ref='-18464' />
+    <nd ref='-18466' />
+    <nd ref='-18468' />
+    <nd ref='-18470' />
+    <nd ref='-18472' />
+    <nd ref='-18474' />
+    <nd ref='-18476' />
+    <tag k='ISO3166-1:alpha2' v='CD' />
+    <tag k='name:en' v='Congo, Dem. Rep.' />
+  </way>
+  <way id='-28984'>
+    <nd ref='-8116' />
+    <nd ref='-78' />
+    <nd ref='-80' />
+    <nd ref='-76' />
+    <nd ref='-74' />
+    <nd ref='-72' />
+    <nd ref='-68' />
+    <nd ref='-66' />
+    <nd ref='-70' />
+    <nd ref='-82' />
+    <nd ref='-58' />
+    <nd ref='-60' />
+    <nd ref='-62' />
+    <nd ref='-64' />
+    <nd ref='-56' />
+    <nd ref='-84' />
+    <nd ref='-52' />
+    <nd ref='-54' />
+    <nd ref='-48' />
+    <nd ref='-50' />
+    <nd ref='-46' />
+    <nd ref='-30' />
+    <nd ref='-32' />
+    <nd ref='-34' />
+    <nd ref='-26872' />
+    <nd ref='-36' />
+    <nd ref='-8' />
+    <nd ref='-40' />
+    <nd ref='-38' />
+    <nd ref='-42' />
+    <nd ref='-24' />
+    <nd ref='-28' />
+    <nd ref='-26' />
+    <nd ref='-44' />
+    <nd ref='-18' />
+    <nd ref='-20' />
+    <nd ref='-22' />
+    <nd ref='-12' />
+    <nd ref='-10' />
+    <nd ref='-14' />
+    <nd ref='-16' />
+    <nd ref='-8118' />
+    <nd ref='-108' />
+    <nd ref='-110' />
+    <nd ref='-112' />
+    <nd ref='-114' />
+    <nd ref='-116' />
+    <nd ref='-120' />
+    <nd ref='-118' />
+    <nd ref='-122' />
+    <nd ref='-124' />
+    <nd ref='-8120' />
+    <nd ref='-8122' />
+    <nd ref='-8124' />
+    <nd ref='-9010' />
+    <nd ref='-1398' />
+    <nd ref='-1396' />
+    <nd ref='-1394' />
+    <nd ref='-8126' />
+    <nd ref='-9008' />
+    <nd ref='-8128' />
+    <nd ref='-8130' />
+    <nd ref='-1400' />
+    <nd ref='-9006' />
+    <nd ref='-1402' />
+    <nd ref='-1404' />
+    <nd ref='-1406' />
+    <nd ref='-1408' />
+    <nd ref='-1410' />
+    <nd ref='-9004' />
+    <nd ref='-1412' />
+    <nd ref='-1414' />
+    <nd ref='-8132' />
+    <nd ref='-1422' />
+    <nd ref='-1420' />
+    <nd ref='-1418' />
+    <nd ref='-1416' />
+    <nd ref='-9002' />
+    <nd ref='-8134' />
+    <nd ref='-1436' />
+    <nd ref='-1434' />
+    <nd ref='-1432' />
+    <nd ref='-1430' />
+    <nd ref='-1428' />
+    <nd ref='-1426' />
+    <nd ref='-1424' />
+    <nd ref='-8136' />
+    <nd ref='-8138' />
+    <nd ref='-8140' />
+    <nd ref='-1442' />
+    <nd ref='-1438' />
+    <nd ref='-1440' />
+    <nd ref='-8142' />
+    <nd ref='-1446' />
+    <nd ref='-1444' />
+    <nd ref='-8144' />
+    <nd ref='-9000' />
+    <nd ref='-8998' />
+    <nd ref='-1448' />
+    <nd ref='-8996' />
+    <nd ref='-1452' />
+    <nd ref='-1450' />
+    <nd ref='-8088' />
+    <nd ref='-18308' />
+    <nd ref='-18314' />
+    <nd ref='-18312' />
+    <nd ref='-18310' />
+    <nd ref='-18316' />
+    <nd ref='-18318' />
+    <nd ref='-18320' />
+    <nd ref='-18322' />
+    <nd ref='-18324' />
+    <nd ref='-18326' />
+    <nd ref='-18328' />
+    <nd ref='-8086' />
+    <nd ref='-18334' />
+    <nd ref='-18338' />
+    <nd ref='-18336' />
+    <nd ref='-18344' />
+    <nd ref='-18346' />
+    <nd ref='-18342' />
+    <nd ref='-18340' />
+    <nd ref='-18368' />
+    <nd ref='-18362' />
+    <nd ref='-18364' />
+    <nd ref='-18366' />
+    <nd ref='-18348' />
+    <nd ref='-18354' />
+    <nd ref='-18356' />
+    <nd ref='-18358' />
+    <nd ref='-18360' />
+    <nd ref='-18350' />
+    <nd ref='-18352' />
+    <nd ref='-8116' />
+    <tag k='ISO3166-1:alpha2' v='CG' />
+    <tag k='name:en' v='Congo, Rep.' />
+  </way>
+  <way id='-28986'>
+    <nd ref='-8146' />
+    <nd ref='-5794' />
+    <nd ref='-8148' />
+    <nd ref='-4792' />
+    <nd ref='-4790' />
+    <nd ref='-4784' />
+    <nd ref='-4786' />
+    <nd ref='-4788' />
+    <nd ref='-4808' />
+    <nd ref='-4806' />
+    <nd ref='-4804' />
+    <nd ref='-4810' />
+    <nd ref='-4812' />
+    <nd ref='-4796' />
+    <nd ref='-26650' />
+    <nd ref='-26648' />
+    <nd ref='-4794' />
+    <nd ref='-26646' />
+    <nd ref='-4798' />
+    <nd ref='-26644' />
+    <nd ref='-26642' />
+    <nd ref='-26640' />
+    <nd ref='-26638' />
+    <nd ref='-26636' />
+    <nd ref='-26634' />
+    <nd ref='-26632' />
+    <nd ref='-26630' />
+    <nd ref='-26628' />
+    <nd ref='-4800' />
+    <nd ref='-4802' />
+    <nd ref='-4818' />
+    <nd ref='-26626' />
+    <nd ref='-26624' />
+    <nd ref='-26622' />
+    <nd ref='-26620' />
+    <nd ref='-4816' />
+    <nd ref='-4814' />
+    <nd ref='-4820' />
+    <nd ref='-8150' />
+    <nd ref='-4822' />
+    <nd ref='-4824' />
+    <nd ref='-4826' />
+    <nd ref='-4828' />
+    <nd ref='-26618' />
+    <nd ref='-4830' />
+    <nd ref='-4832' />
+    <nd ref='-4834' />
+    <nd ref='-4836' />
+    <nd ref='-4838' />
+    <nd ref='-8152' />
+    <nd ref='-4844' />
+    <nd ref='-4842' />
+    <nd ref='-4840' />
+    <nd ref='-8154' />
+    <nd ref='-7284' />
+    <nd ref='-4846' />
+    <nd ref='-4848' />
+    <nd ref='-4850' />
+    <nd ref='-4852' />
+    <nd ref='-4854' />
+    <nd ref='-4856' />
+    <nd ref='-4858' />
+    <nd ref='-4860' />
+    <nd ref='-4864' />
+    <nd ref='-4862' />
+    <nd ref='-4866' />
+    <nd ref='-4872' />
+    <nd ref='-4870' />
+    <nd ref='-4868' />
+    <nd ref='-4880' />
+    <nd ref='-4882' />
+    <nd ref='-4884' />
+    <nd ref='-4886' />
+    <nd ref='-4878' />
+    <nd ref='-4876' />
+    <nd ref='-4874' />
+    <nd ref='-7282' />
+    <nd ref='-7280' />
+    <nd ref='-5386' />
+    <nd ref='-5388' />
+    <nd ref='-8156' />
+    <nd ref='-8158' />
+    <nd ref='-5222' />
+    <nd ref='-26582' />
+    <nd ref='-5220' />
+    <nd ref='-5218' />
+    <nd ref='-8160' />
+    <nd ref='-5268' />
+    <nd ref='-5270' />
+    <nd ref='-8584' />
+    <nd ref='-5276' />
+    <nd ref='-5278' />
+    <nd ref='-5280' />
+    <nd ref='-5282' />
+    <nd ref='-26616' />
+    <nd ref='-5286' />
+    <nd ref='-5284' />
+    <nd ref='-26612' />
+    <nd ref='-26610' />
+    <nd ref='-26606' />
+    <nd ref='-26608' />
+    <nd ref='-26614' />
+    <nd ref='-5288' />
+    <nd ref='-8162' />
+    <nd ref='-6156' />
+    <nd ref='-8164' />
+    <nd ref='-6154' />
+    <nd ref='-5336' />
+    <nd ref='-5326' />
+    <nd ref='-5328' />
+    <nd ref='-5330' />
+    <nd ref='-5332' />
+    <nd ref='-5334' />
+    <nd ref='-8166' />
+    <nd ref='-6116' />
+    <nd ref='-6114' />
+    <nd ref='-10720' />
+    <nd ref='-10718' />
+    <nd ref='-6120' />
+    <nd ref='-6118' />
+    <nd ref='-8146' />
+    <tag k='ISO3166-1:alpha2' v='CO' />
+    <tag k='name:en' v='Colombia' />
+  </way>
+  <way id='-28988'>
+    <nd ref='-10722' />
+    <nd ref='-6128' />
+    <nd ref='-8168' />
+    <nd ref='-8170' />
+    <nd ref='-26700' />
+    <nd ref='-5302' />
+    <nd ref='-5304' />
+    <nd ref='-5306' />
+    <nd ref='-5308' />
+    <nd ref='-5322' />
+    <nd ref='-5324' />
+    <nd ref='-5320' />
+    <nd ref='-26698' />
+    <nd ref='-5318' />
+    <nd ref='-26696' />
+    <nd ref='-5316' />
+    <nd ref='-26694' />
+    <nd ref='-26692' />
+    <nd ref='-26690' />
+    <nd ref='-5312' />
+    <nd ref='-26688' />
+    <nd ref='-26686' />
+    <nd ref='-5314' />
+    <nd ref='-5310' />
+    <nd ref='-8172' />
+    <nd ref='-8174' />
+    <nd ref='-6150' />
+    <nd ref='-8176' />
+    <nd ref='-6152' />
+    <nd ref='-8178' />
+    <nd ref='-5300' />
+    <nd ref='-5298' />
+    <nd ref='-5296' />
+    <nd ref='-5294' />
+    <nd ref='-5292' />
+    <nd ref='-5290' />
+    <nd ref='-10722' />
+    <tag k='ISO3166-1:alpha2' v='CR' />
+    <tag k='name:en' v='Costa Rica' />
+  </way>
+  <way id='-28990'>
+    <nd ref='-8186' />
+    <nd ref='-8188' />
+    <nd ref='-8190' />
+    <nd ref='-8192' />
+    <nd ref='-8194' />
+    <nd ref='-8196' />
+    <nd ref='-8198' />
+    <nd ref='-12418' />
+    <nd ref='-8200' />
+    <nd ref='-8202' />
+    <nd ref='-8204' />
+    <nd ref='-8206' />
+    <nd ref='-8208' />
+    <nd ref='-8210' />
+    <nd ref='-8186' />
+  </way>
+  <way id='-28992'>
+    <nd ref='-8212' />
+    <nd ref='-8214' />
+    <nd ref='-8216' />
+    <nd ref='-8218' />
+    <nd ref='-8220' />
+    <nd ref='-8222' />
+    <nd ref='-8212' />
+  </way>
+  <way id='-28994'>
+    <nd ref='-12414' />
+    <nd ref='-12416' />
+    <nd ref='-12328' />
+    <nd ref='-8226' />
+    <nd ref='-8228' />
+    <nd ref='-12434' />
+    <nd ref='-8230' />
+    <nd ref='-8232' />
+    <nd ref='-8234' />
+    <nd ref='-12432' />
+    <nd ref='-12430' />
+    <nd ref='-12428' />
+    <nd ref='-8236' />
+    <nd ref='-8238' />
+    <nd ref='-8240' />
+    <nd ref='-8242' />
+    <nd ref='-12426' />
+    <nd ref='-8244' />
+    <nd ref='-12424' />
+    <nd ref='-8246' />
+    <nd ref='-12422' />
+    <nd ref='-12420' />
+    <nd ref='-8248' />
+    <nd ref='-8250' />
+    <nd ref='-8252' />
+    <nd ref='-8254' />
+    <nd ref='-8256' />
+    <nd ref='-8258' />
+    <nd ref='-8260' />
+    <nd ref='-8262' />
+    <nd ref='-8264' />
+    <nd ref='-8266' />
+    <nd ref='-8268' />
+    <nd ref='-8270' />
+    <nd ref='-8272' />
+    <nd ref='-8274' />
+    <nd ref='-8102' />
+    <nd ref='-8184' />
+    <nd ref='-9956' />
+    <nd ref='-12326' />
+    <nd ref='-8224' />
+    <nd ref='-12330' />
+    <nd ref='-12332' />
+    <nd ref='-12334' />
+    <nd ref='-12336' />
+    <nd ref='-12338' />
+    <nd ref='-12340' />
+    <nd ref='-12342' />
+    <nd ref='-12344' />
+    <nd ref='-12346' />
+    <nd ref='-12348' />
+    <nd ref='-12350' />
+    <nd ref='-12352' />
+    <nd ref='-12354' />
+    <nd ref='-12356' />
+    <nd ref='-12358' />
+    <nd ref='-12360' />
+    <nd ref='-12362' />
+    <nd ref='-12368' />
+    <nd ref='-12366' />
+    <nd ref='-12364' />
+    <nd ref='-12370' />
+    <nd ref='-12384' />
+    <nd ref='-12382' />
+    <nd ref='-12380' />
+    <nd ref='-12378' />
+    <nd ref='-12376' />
+    <nd ref='-12374' />
+    <nd ref='-12372' />
+    <nd ref='-12388' />
+    <nd ref='-12386' />
+    <nd ref='-12390' />
+    <nd ref='-8180' />
+    <nd ref='-8182' />
+    <nd ref='-12392' />
+    <nd ref='-12394' />
+    <nd ref='-12408' />
+    <nd ref='-12406' />
+    <nd ref='-12410' />
+    <nd ref='-12402' />
+    <nd ref='-12404' />
+    <nd ref='-12400' />
+    <nd ref='-12398' />
+    <nd ref='-12396' />
+    <nd ref='-12412' />
+    <nd ref='-12414' />
+  </way>
+  <way id='-28996'>
+    <nd ref='-8276' />
+    <nd ref='-19848' />
+    <nd ref='-19850' />
+    <nd ref='-19852' />
+    <nd ref='-81289' />
+    <nd ref='-19854' />
+    <nd ref='-81276' />
+    <nd ref='-19868' />
+    <nd ref='-19860' />
+    <nd ref='-19862' />
+    <nd ref='-19864' />
+    <nd ref='-19866' />
+    <nd ref='-19856' />
+    <nd ref='-19870' />
+    <nd ref='-19872' />
+    <nd ref='-19858' />
+    <nd ref='-19874' />
+    <nd ref='-19884' />
+    <nd ref='-19878' />
+    <nd ref='-19880' />
+    <nd ref='-19882' />
+    <nd ref='-19890' />
+    <nd ref='-19888' />
+    <nd ref='-19876' />
+    <nd ref='-19886' />
+    <nd ref='-19900' />
+    <nd ref='-19898' />
+    <nd ref='-19896' />
+    <nd ref='-19894' />
+    <nd ref='-19904' />
+    <nd ref='-19902' />
+    <nd ref='-19892' />
+    <nd ref='-81254' />
+    <nd ref='-81241' />
+    <nd ref='-19908' />
+    <nd ref='-19922' />
+    <nd ref='-19910' />
+    <nd ref='-19920' />
+    <nd ref='-19924' />
+    <nd ref='-19918' />
+    <nd ref='-19912' />
+    <nd ref='-19914' />
+    <nd ref='-19916' />
+    <nd ref='-19906' />
+    <nd ref='-19934' />
+    <nd ref='-19950' />
+    <nd ref='-19940' />
+    <nd ref='-19942' />
+    <nd ref='-19944' />
+    <nd ref='-19946' />
+    <nd ref='-19948' />
+    <nd ref='-19936' />
+    <nd ref='-19938' />
+    <nd ref='-19928' />
+    <nd ref='-19926' />
+    <nd ref='-81177' />
+    <nd ref='-19930' />
+    <nd ref='-19932' />
+    <nd ref='-19964' />
+    <nd ref='-19962' />
+    <nd ref='-19966' />
+    <nd ref='-19968' />
+    <nd ref='-19972' />
+    <nd ref='-19970' />
+    <nd ref='-81161' />
+    <nd ref='-19956' />
+    <nd ref='-19974' />
+    <nd ref='-19976' />
+    <nd ref='-19960' />
+    <nd ref='-19958' />
+    <nd ref='-19952' />
+    <nd ref='-19954' />
+    <nd ref='-19978' />
+    <nd ref='-19982' />
+    <nd ref='-19980' />
+    <nd ref='-19988' />
+    <nd ref='-19998' />
+    <nd ref='-19996' />
+    <nd ref='-19994' />
+    <nd ref='-19992' />
+    <nd ref='-19990' />
+    <nd ref='-20000' />
+    <nd ref='-20002' />
+    <nd ref='-20004' />
+    <nd ref='-20006' />
+    <nd ref='-19986' />
+    <nd ref='-20010' />
+    <nd ref='-20008' />
+    <nd ref='-81102' />
+    <nd ref='-20012' />
+    <nd ref='-81091' />
+    <nd ref='-20014' />
+    <nd ref='-81078' />
+    <nd ref='-20016' />
+    <nd ref='-20018' />
+    <nd ref='-20024' />
+    <nd ref='-20022' />
+    <nd ref='-20020' />
+    <nd ref='-81066' />
+    <nd ref='-81056' />
+    <nd ref='-81043' />
+    <nd ref='-81035' />
+    <nd ref='-19984' />
+    <nd ref='-20028' />
+    <nd ref='-20030' />
+    <nd ref='-8278' />
+    <nd ref='-20026' />
+    <nd ref='-8280' />
+    <nd ref='-20038' />
+    <nd ref='-20042' />
+    <nd ref='-20046' />
+    <nd ref='-20040' />
+    <nd ref='-20044' />
+    <nd ref='-20036' />
+    <nd ref='-20048' />
+    <nd ref='-20050' />
+    <nd ref='-20052' />
+    <nd ref='-20034' />
+    <nd ref='-20032' />
+    <nd ref='-20072' />
+    <nd ref='-20070' />
+    <nd ref='-20068' />
+    <nd ref='-20066' />
+    <nd ref='-20064' />
+    <nd ref='-20062' />
+    <nd ref='-80996' />
+    <nd ref='-20060' />
+    <nd ref='-20058' />
+    <nd ref='-20056' />
+    <nd ref='-20054' />
+    <nd ref='-20078' />
+    <nd ref='-8282' />
+    <nd ref='-20076' />
+    <nd ref='-20074' />
+    <nd ref='-6548' />
+    <nd ref='-18748' />
+    <nd ref='-18750' />
+    <nd ref='-18752' />
+    <nd ref='-18744' />
+    <nd ref='-18746' />
+    <nd ref='-18740' />
+    <nd ref='-18742' />
+    <nd ref='-18738' />
+    <nd ref='-18736' />
+    <nd ref='-18734' />
+    <nd ref='-18732' />
+    <nd ref='-18730' />
+    <nd ref='-28824' />
+    <nd ref='-28826' />
+    <nd ref='-28828' />
+    <nd ref='-28830' />
+    <nd ref='-6546' />
+    <nd ref='-18724' />
+    <nd ref='-18722' />
+    <nd ref='-18720' />
+    <nd ref='-18718' />
+    <nd ref='-18716' />
+    <nd ref='-18726' />
+    <nd ref='-18728' />
+    <nd ref='-18714' />
+    <nd ref='-18712' />
+    <nd ref='-28836' />
+    <nd ref='-28834' />
+    <nd ref='-28832' />
+    <nd ref='-6606' />
+    <nd ref='-28838' />
+    <nd ref='-18710' />
+    <nd ref='-28840' />
+    <nd ref='-18708' />
+    <nd ref='-18706' />
+    <nd ref='-18704' />
+    <nd ref='-6604' />
+    <nd ref='-18702' />
+    <nd ref='-18700' />
+    <nd ref='-6602' />
+    <nd ref='-6600' />
+    <nd ref='-6598' />
+    <nd ref='-6596' />
+    <nd ref='-18698' />
+    <nd ref='-18696' />
+    <nd ref='-18694' />
+    <nd ref='-8306' />
+    <nd ref='-15306' />
+    <nd ref='-15304' />
+    <nd ref='-15302' />
+    <nd ref='-15300' />
+    <nd ref='-15320' />
+    <nd ref='-15322' />
+    <nd ref='-15318' />
+    <nd ref='-15316' />
+    <nd ref='-15314' />
+    <nd ref='-15312' />
+    <nd ref='-15310' />
+    <nd ref='-15308' />
+    <nd ref='-15324' />
+    <nd ref='-79094' />
+    <nd ref='-15326' />
+    <nd ref='-15328' />
+    <nd ref='-79047' />
+    <nd ref='-15330' />
+    <nd ref='-15298' />
+    <nd ref='-15356' />
+    <nd ref='-15352' />
+    <nd ref='-15354' />
+    <nd ref='-15350' />
+    <nd ref='-15348' />
+    <nd ref='-15360' />
+    <nd ref='-15346' />
+    <nd ref='-15358' />
+    <nd ref='-15334' />
+    <nd ref='-15336' />
+    <nd ref='-15338' />
+    <nd ref='-15340' />
+    <nd ref='-15342' />
+    <nd ref='-15344' />
+    <nd ref='-15332' />
+    <nd ref='-15366' />
+    <nd ref='-15368' />
+    <nd ref='-15364' />
+    <nd ref='-15362' />
+    <nd ref='-15370' />
+    <nd ref='-79023' />
+    <nd ref='-15372' />
+    <nd ref='-15382' />
+    <nd ref='-79006' />
+    <nd ref='-15380' />
+    <nd ref='-15378' />
+    <nd ref='-15376' />
+    <nd ref='-15374' />
+    <nd ref='-15296' />
+    <nd ref='-15398' />
+    <nd ref='-15400' />
+    <nd ref='-15402' />
+    <nd ref='-15404' />
+    <nd ref='-15406' />
+    <nd ref='-15438' />
+    <nd ref='-15440' />
+    <nd ref='-15408' />
+    <nd ref='-15410' />
+    <nd ref='-15436' />
+    <nd ref='-15434' />
+    <nd ref='-15396' />
+    <nd ref='-15444' />
+    <nd ref='-15442' />
+    <nd ref='-15432' />
+    <nd ref='-15430' />
+    <nd ref='-15428' />
+    <nd ref='-15426' />
+    <nd ref='-15412' />
+    <nd ref='-15424' />
+    <nd ref='-15422' />
+    <nd ref='-15420' />
+    <nd ref='-15414' />
+    <nd ref='-15418' />
+    <nd ref='-15416' />
+    <nd ref='-15388' />
+    <nd ref='-15394' />
+    <nd ref='-15390' />
+    <nd ref='-78974' />
+    <nd ref='-15392' />
+    <nd ref='-15386' />
+    <nd ref='-15384' />
+    <nd ref='-78956' />
+    <nd ref='-15462' />
+    <nd ref='-78914' />
+    <nd ref='-15452' />
+    <nd ref='-15472' />
+    <nd ref='-15474' />
+    <nd ref='-15450' />
+    <nd ref='-15454' />
+    <nd ref='-15464' />
+    <nd ref='-15466' />
+    <nd ref='-15468' />
+    <nd ref='-15470' />
+    <nd ref='-15456' />
+    <nd ref='-78891' />
+    <nd ref='-15448' />
+    <nd ref='-78871' />
+    <nd ref='-15476' />
+    <nd ref='-15458' />
+    <nd ref='-15478' />
+    <nd ref='-15460' />
+    <nd ref='-78805' />
+    <nd ref='-78781' />
+    <nd ref='-78752' />
+    <nd ref='-15446' />
+    <nd ref='-15480' />
+    <nd ref='-15484' />
+    <nd ref='-15486' />
+    <nd ref='-15482' />
+    <nd ref='-15500' />
+    <nd ref='-15502' />
+    <nd ref='-15504' />
+    <nd ref='-15506' />
+    <nd ref='-15498' />
+    <nd ref='-15496' />
+    <nd ref='-15544' />
+    <nd ref='-15546' />
+    <nd ref='-15494' />
+    <nd ref='-15492' />
+    <nd ref='-15490' />
+    <nd ref='-15488' />
+    <nd ref='-15508' />
+    <nd ref='-15510' />
+    <nd ref='-15534' />
+    <nd ref='-15532' />
+    <nd ref='-15536' />
+    <nd ref='-15538' />
+    <nd ref='-15530' />
+    <nd ref='-15540' />
+    <nd ref='-15542' />
+    <nd ref='-15528' />
+    <nd ref='-78726' />
+    <nd ref='-15526' />
+    <nd ref='-15512' />
+    <nd ref='-15514' />
+    <nd ref='-15524' />
+    <nd ref='-15516' />
+    <nd ref='-15520' />
+    <nd ref='-78678' />
+    <nd ref='-15518' />
+    <nd ref='-78652' />
+    <nd ref='-15522' />
+    <nd ref='-8276' />
+    <tag k='ISO3166-1:alpha2' v='CZ' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Czechia' />
+    <tag k='taginfo' v='https://taginfo.openstreetmap.cz' />
+  </way>
+  <way id='-28998'>
+    <nd ref='-8326' />
+    <nd ref='-8328' />
+    <nd ref='-14116' />
+    <nd ref='-14118' />
+    <nd ref='-14120' />
+    <nd ref='-14128' />
+    <nd ref='-14126' />
+    <nd ref='-14122' />
+    <nd ref='-14124' />
+    <nd ref='-8330' />
+    <nd ref='-7978' />
+    <nd ref='-8332' />
+    <nd ref='-8032' />
+    <nd ref='-8030' />
+    <nd ref='-14114' />
+    <nd ref='-14112' />
+    <nd ref='-14110' />
+    <nd ref='-14108' />
+    <nd ref='-14106' />
+    <nd ref='-8028' />
+    <nd ref='-28734' />
+    <nd ref='-14096' />
+    <nd ref='-14098' />
+    <nd ref='-14100' />
+    <nd ref='-14104' />
+    <nd ref='-14102' />
+    <nd ref='-8026' />
+    <nd ref='-14092' />
+    <nd ref='-14094' />
+    <nd ref='-8024' />
+    <nd ref='-28732' />
+    <nd ref='-14082' />
+    <nd ref='-14086' />
+    <nd ref='-14088' />
+    <nd ref='-14090' />
+    <nd ref='-14084' />
+    <nd ref='-14080' />
+    <nd ref='-14078' />
+    <nd ref='-14076' />
+    <nd ref='-14074' />
+    <nd ref='-8022' />
+    <nd ref='-8334' />
+    <nd ref='-14072' />
+    <nd ref='-14070' />
+    <nd ref='-14068' />
+    <nd ref='-14066' />
+    <nd ref='-14064' />
+    <nd ref='-14062' />
+    <nd ref='-8020' />
+    <nd ref='-28730' />
+    <nd ref='-14060' />
+    <nd ref='-28728' />
+    <nd ref='-14058' />
+    <nd ref='-8018' />
+    <nd ref='-14056' />
+    <nd ref='-14054' />
+    <nd ref='-14052' />
+    <nd ref='-14050' />
+    <nd ref='-14046' />
+    <nd ref='-14048' />
+    <nd ref='-8016' />
+    <nd ref='-14044' />
+    <nd ref='-14042' />
+    <nd ref='-14040' />
+    <nd ref='-14038' />
+    <nd ref='-14034' />
+    <nd ref='-14036' />
+    <nd ref='-8014' />
+    <nd ref='-14030' />
+    <nd ref='-14028' />
+    <nd ref='-14026' />
+    <nd ref='-14032' />
+    <nd ref='-14022' />
+    <nd ref='-14024' />
+    <nd ref='-8012' />
+    <nd ref='-14020' />
+    <nd ref='-14018' />
+    <nd ref='-30008' />
+    <nd ref='-30007' />
+    <nd ref='-14014' />
+    <nd ref='-30006' />
+    <nd ref='-30005' />
+    <nd ref='-14016' />
+    <nd ref='-30004' />
+    <nd ref='-8336' />
+    <nd ref='-30003' />
+    <nd ref='-14012' />
+    <nd ref='-30002' />
+    <nd ref='-8338' />
+    <nd ref='-30000' />
+    <nd ref='-30001' />
+    <nd ref='-8010' />
+    <nd ref='-8008' />
+    <nd ref='-8340' />
+    <nd ref='-14010' />
+    <nd ref='-14008' />
+    <nd ref='-14006' />
+    <nd ref='-14004' />
+    <nd ref='-14002' />
+    <nd ref='-13978' />
+    <nd ref='-13990' />
+    <nd ref='-13992' />
+    <nd ref='-14000' />
+    <nd ref='-13998' />
+    <nd ref='-13996' />
+    <nd ref='-13994' />
+    <nd ref='-13988' />
+    <nd ref='-28726' />
+    <nd ref='-28724' />
+    <nd ref='-13986' />
+    <nd ref='-13984' />
+    <nd ref='-13982' />
+    <nd ref='-13980' />
+    <nd ref='-8006' />
+    <nd ref='-13810' />
+    <nd ref='-13814' />
+    <nd ref='-13812' />
+    <nd ref='-8342' />
+    <nd ref='-8344' />
+    <nd ref='-8346' />
+    <nd ref='-8348' />
+    <nd ref='-8350' />
+    <nd ref='-8352' />
+    <nd ref='-8354' />
+    <nd ref='-8356' />
+    <nd ref='-14586' />
+    <nd ref='-14588' />
+    <nd ref='-14582' />
+    <nd ref='-14580' />
+    <nd ref='-14584' />
+    <nd ref='-14570' />
+    <nd ref='-14574' />
+    <nd ref='-14572' />
+    <nd ref='-14576' />
+    <nd ref='-14578' />
+    <nd ref='-8358' />
+    <nd ref='-8360' />
+    <nd ref='-14554' />
+    <nd ref='-14564' />
+    <nd ref='-14562' />
+    <nd ref='-14556' />
+    <nd ref='-14560' />
+    <nd ref='-14558' />
+    <nd ref='-14566' />
+    <nd ref='-14568' />
+    <nd ref='-8362' />
+    <nd ref='-8364' />
+    <nd ref='-8366' />
+    <nd ref='-14552' />
+    <nd ref='-8368' />
+    <nd ref='-8370' />
+    <nd ref='-8372' />
+    <nd ref='-8374' />
+    <nd ref='-14550' />
+    <nd ref='-14548' />
+    <nd ref='-8376' />
+    <nd ref='-14546' />
+    <nd ref='-14544' />
+    <nd ref='-14542' />
+    <nd ref='-8378' />
+    <nd ref='-8380' />
+    <nd ref='-14540' />
+    <nd ref='-14538' />
+    <nd ref='-8382' />
+    <nd ref='-14530' />
+    <nd ref='-14536' />
+    <nd ref='-14534' />
+    <nd ref='-14532' />
+    <nd ref='-14528' />
+    <nd ref='-58017' />
+    <nd ref='-14526' />
+    <nd ref='-14524' />
+    <nd ref='-14522' />
+    <nd ref='-14516' />
+    <nd ref='-14520' />
+    <nd ref='-14518' />
+    <nd ref='-14514' />
+    <nd ref='-14512' />
+    <nd ref='-57988' />
+    <nd ref='-14510' />
+    <nd ref='-57951' />
+    <nd ref='-57899' />
+    <nd ref='-57931' />
+    <nd ref='-14508' />
+    <nd ref='-14506' />
+    <nd ref='-14504' />
+    <nd ref='-14502' />
+    <nd ref='-57858' />
+    <nd ref='-57827' />
+    <nd ref='-14498' />
+    <nd ref='-14496' />
+    <nd ref='-14494' />
+    <nd ref='-14492' />
+    <nd ref='-57788' />
+    <nd ref='-57773' />
+    <nd ref='-14500' />
+    <nd ref='-14490' />
+    <nd ref='-14488' />
+    <nd ref='-14486' />
+    <nd ref='-14484' />
+    <nd ref='-14482' />
+    <nd ref='-14480' />
+    <nd ref='-14478' />
+    <nd ref='-14476' />
+    <nd ref='-8384' />
+    <nd ref='-14474' />
+    <nd ref='-14472' />
+    <nd ref='-14470' />
+    <nd ref='-14468' />
+    <nd ref='-14466' />
+    <nd ref='-14464' />
+    <nd ref='-14462' />
+    <nd ref='-8386' />
+    <nd ref='-8388' />
+    <nd ref='-8390' />
+    <nd ref='-10044' />
+    <nd ref='-8392' />
+    <nd ref='-10042' />
+    <nd ref='-10040' />
+    <nd ref='-8394' />
+    <nd ref='-14226' />
+    <nd ref='-8396' />
+    <nd ref='-10038' />
+    <nd ref='-14228' />
+    <nd ref='-14230' />
+    <nd ref='-10036' />
+    <nd ref='-8398' />
+    <nd ref='-8400' />
+    <nd ref='-8402' />
+    <nd ref='-8404' />
+    <nd ref='-14232' />
+    <nd ref='-8406' />
+    <nd ref='-8408' />
+    <nd ref='-14234' />
+    <nd ref='-8410' />
+    <nd ref='-14252' />
+    <nd ref='-14254' />
+    <nd ref='-14246' />
+    <nd ref='-14250' />
+    <nd ref='-14248' />
+    <nd ref='-14236' />
+    <nd ref='-14244' />
+    <nd ref='-14240' />
+    <nd ref='-14242' />
+    <nd ref='-14238' />
+    <nd ref='-8412' />
+    <nd ref='-14268' />
+    <nd ref='-14266' />
+    <nd ref='-14264' />
+    <nd ref='-14262' />
+    <nd ref='-14256' />
+    <nd ref='-14258' />
+    <nd ref='-14260' />
+    <nd ref='-10034' />
+    <nd ref='-14270' />
+    <nd ref='-14274' />
+    <nd ref='-14272' />
+    <nd ref='-10032' />
+    <nd ref='-8414' />
+    <nd ref='-14278' />
+    <nd ref='-14276' />
+    <nd ref='-8416' />
+    <nd ref='-14280' />
+    <nd ref='-8418' />
+    <nd ref='-8420' />
+    <nd ref='-10030' />
+    <nd ref='-14290' />
+    <nd ref='-14288' />
+    <nd ref='-14286' />
+    <nd ref='-14284' />
+    <nd ref='-14282' />
+    <nd ref='-8422' />
+    <nd ref='-8424' />
+    <nd ref='-14296' />
+    <nd ref='-14294' />
+    <nd ref='-14292' />
+    <nd ref='-8426' />
+    <nd ref='-10028' />
+    <nd ref='-14300' />
+    <nd ref='-14298' />
+    <nd ref='-10026' />
+    <nd ref='-10024' />
+    <nd ref='-8428' />
+    <nd ref='-8430' />
+    <nd ref='-8432' />
+    <nd ref='-10022' />
+    <nd ref='-10020' />
+    <nd ref='-8434' />
+    <nd ref='-8436' />
+    <nd ref='-10018' />
+    <nd ref='-8438' />
+    <nd ref='-8440' />
+    <nd ref='-14302' />
+    <nd ref='-8442' />
+    <nd ref='-10016' />
+    <nd ref='-10014' />
+    <nd ref='-6852' />
+    <nd ref='-4012' />
+    <nd ref='-6850' />
+    <nd ref='-6848' />
+    <nd ref='-6846' />
+    <nd ref='-6844' />
+    <nd ref='-6842' />
+    <nd ref='-6840' />
+    <nd ref='-6838' />
+    <nd ref='-4004' />
+    <nd ref='-4002' />
+    <nd ref='-4010' />
+    <nd ref='-4008' />
+    <nd ref='-58103' />
+    <nd ref='-4006' />
+    <nd ref='-4000' />
+    <nd ref='-6836' />
+    <nd ref='-6834' />
+    <nd ref='-6832' />
+    <nd ref='-3998' />
+    <nd ref='-3996' />
+    <nd ref='-6830' />
+    <nd ref='-3994' />
+    <nd ref='-3992' />
+    <nd ref='-6828' />
+    <nd ref='-6826' />
+    <nd ref='-3990' />
+    <nd ref='-3988' />
+    <nd ref='-6824' />
+    <nd ref='-6822' />
+    <nd ref='-6820' />
+    <nd ref='-6818' />
+    <nd ref='-6816' />
+    <nd ref='-6814' />
+    <nd ref='-6812' />
+    <nd ref='-6810' />
+    <nd ref='-6808' />
+    <nd ref='-6806' />
+    <nd ref='-6804' />
+    <nd ref='-3986' />
+    <nd ref='-6802' />
+    <nd ref='-6800' />
+    <nd ref='-8444' />
+    <nd ref='-8446' />
+    <nd ref='-8448' />
+    <nd ref='-3892' />
+    <nd ref='-3894' />
+    <nd ref='-3896' />
+    <nd ref='-3898' />
+    <nd ref='-77245' />
+    <nd ref='-3900' />
+    <nd ref='-77290' />
+    <nd ref='-3902' />
+    <nd ref='-8450' />
+    <nd ref='-8452' />
+    <nd ref='-8454' />
+    <nd ref='-8456' />
+    <nd ref='-77306' />
+    <nd ref='-3904' />
+    <nd ref='-77334' />
+    <nd ref='-77356' />
+    <nd ref='-3906' />
+    <nd ref='-3908' />
+    <nd ref='-3910' />
+    <nd ref='-8458' />
+    <nd ref='-3912' />
+    <nd ref='-3914' />
+    <nd ref='-3916' />
+    <nd ref='-3918' />
+    <nd ref='-3926' />
+    <nd ref='-3924' />
+    <nd ref='-3920' />
+    <nd ref='-77387' />
+    <nd ref='-3922' />
+    <nd ref='-8460' />
+    <nd ref='-8462' />
+    <nd ref='-3928' />
+    <nd ref='-3930' />
+    <nd ref='-3932' />
+    <nd ref='-3950' />
+    <nd ref='-3946' />
+    <nd ref='-3948' />
+    <nd ref='-77411' />
+    <nd ref='-3944' />
+    <nd ref='-77435' />
+    <nd ref='-3942' />
+    <nd ref='-3940' />
+    <nd ref='-3938' />
+    <nd ref='-77461' />
+    <nd ref='-77479' />
+    <nd ref='-77519' />
+    <nd ref='-3936' />
+    <nd ref='-3934' />
+    <nd ref='-8464' />
+    <nd ref='-77572' />
+    <nd ref='-77542' />
+    <nd ref='-3956' />
+    <nd ref='-3954' />
+    <nd ref='-3952' />
+    <nd ref='-3964' />
+    <nd ref='-3966' />
+    <nd ref='-3962' />
+    <nd ref='-3960' />
+    <nd ref='-77599' />
+    <nd ref='-3958' />
+    <nd ref='-77634' />
+    <nd ref='-3972' />
+    <nd ref='-3970' />
+    <nd ref='-3968' />
+    <nd ref='-8466' />
+    <nd ref='-3974' />
+    <nd ref='-3976' />
+    <nd ref='-8468' />
+    <nd ref='-3978' />
+    <nd ref='-8470' />
+    <nd ref='-8472' />
+    <nd ref='-3980' />
+    <nd ref='-3982' />
+    <nd ref='-3984' />
+    <nd ref='-77652' />
+    <nd ref='-8474' />
+    <nd ref='-8476' />
+    <nd ref='-8478' />
+    <nd ref='-8480' />
+    <nd ref='-8482' />
+    <nd ref='-8484' />
+    <nd ref='-8486' />
+    <nd ref='-8506' />
+    <nd ref='-8488' />
+    <nd ref='-12086' />
+    <nd ref='-28846' />
+    <nd ref='-12088' />
+    <nd ref='-12090' />
+    <nd ref='-12092' />
+    <nd ref='-8286' />
+    <nd ref='-8288' />
+    <nd ref='-8290' />
+    <nd ref='-8292' />
+    <nd ref='-28844' />
+    <nd ref='-12082' />
+    <nd ref='-28842' />
+    <nd ref='-12084' />
+    <nd ref='-8294' />
+    <nd ref='-8296' />
+    <nd ref='-8298' />
+    <nd ref='-12080' />
+    <nd ref='-12078' />
+    <nd ref='-12076' />
+    <nd ref='-12074' />
+    <nd ref='-12072' />
+    <nd ref='-8300' />
+    <nd ref='-8302' />
+    <nd ref='-12070' />
+    <nd ref='-8304' />
+    <nd ref='-12068' />
+    <nd ref='-12094' />
+    <nd ref='-8284' />
+    <nd ref='-15642' />
+    <nd ref='-15646' />
+    <nd ref='-15644' />
+    <nd ref='-15648' />
+    <nd ref='-12256' />
+    <nd ref='-10848' />
+    <nd ref='-15650' />
+    <nd ref='-15652' />
+    <nd ref='-15656' />
+    <nd ref='-15654' />
+    <nd ref='-15634' />
+    <nd ref='-15636' />
+    <nd ref='-15638' />
+    <nd ref='-15640' />
+    <nd ref='-15632' />
+    <nd ref='-15630' />
+    <nd ref='-15628' />
+    <nd ref='-15626' />
+    <nd ref='-15624' />
+    <nd ref='-15622' />
+    <nd ref='-15620' />
+    <nd ref='-15616' />
+    <nd ref='-15618' />
+    <nd ref='-15614' />
+    <nd ref='-15610' />
+    <nd ref='-15612' />
+    <nd ref='-15550' />
+    <nd ref='-77691' />
+    <nd ref='-15554' />
+    <nd ref='-15552' />
+    <nd ref='-15558' />
+    <nd ref='-15560' />
+    <nd ref='-15562' />
+    <nd ref='-15556' />
+    <nd ref='-77726' />
+    <nd ref='-77752' />
+    <nd ref='-15548' />
+    <nd ref='-15582' />
+    <nd ref='-15584' />
+    <nd ref='-15586' />
+    <nd ref='-15588' />
+    <nd ref='-15580' />
+    <nd ref='-15578' />
+    <nd ref='-15576' />
+    <nd ref='-15574' />
+    <nd ref='-77801' />
+    <nd ref='-15572' />
+    <nd ref='-77823' />
+    <nd ref='-77876' />
+    <nd ref='-77932' />
+    <nd ref='-15570' />
+    <nd ref='-78019' />
+    <nd ref='-77987' />
+    <nd ref='-78065' />
+    <nd ref='-15568' />
+    <nd ref='-15566' />
+    <nd ref='-15594' />
+    <nd ref='-78077' />
+    <nd ref='-15592' />
+    <nd ref='-15590' />
+    <nd ref='-78112' />
+    <nd ref='-15596' />
+    <nd ref='-15564' />
+    <nd ref='-78168' />
+    <nd ref='-78141' />
+    <nd ref='-15604' />
+    <nd ref='-15606' />
+    <nd ref='-15602' />
+    <nd ref='-78192' />
+    <nd ref='-15600' />
+    <nd ref='-15598' />
+    <nd ref='-78297' />
+    <nd ref='-78269' />
+    <nd ref='-78235' />
+    <nd ref='-78406' />
+    <nd ref='-78389' />
+    <nd ref='-78374' />
+    <nd ref='-78339' />
+    <nd ref='-78426' />
+    <nd ref='-78456' />
+    <nd ref='-78477' />
+    <nd ref='-15608' />
+    <nd ref='-78523' />
+    <nd ref='-78572' />
+    <nd ref='-78553' />
+    <nd ref='-78598' />
+    <nd ref='-8276' />
+    <nd ref='-15522' />
+    <nd ref='-78652' />
+    <nd ref='-15518' />
+    <nd ref='-78678' />
+    <nd ref='-15520' />
+    <nd ref='-15516' />
+    <nd ref='-15524' />
+    <nd ref='-15514' />
+    <nd ref='-15512' />
+    <nd ref='-15526' />
+    <nd ref='-78726' />
+    <nd ref='-15528' />
+    <nd ref='-15542' />
+    <nd ref='-15540' />
+    <nd ref='-15530' />
+    <nd ref='-15538' />
+    <nd ref='-15536' />
+    <nd ref='-15532' />
+    <nd ref='-15534' />
+    <nd ref='-15510' />
+    <nd ref='-15508' />
+    <nd ref='-15488' />
+    <nd ref='-15490' />
+    <nd ref='-15492' />
+    <nd ref='-15494' />
+    <nd ref='-15546' />
+    <nd ref='-15544' />
+    <nd ref='-15496' />
+    <nd ref='-15498' />
+    <nd ref='-15506' />
+    <nd ref='-15504' />
+    <nd ref='-15502' />
+    <nd ref='-15500' />
+    <nd ref='-15482' />
+    <nd ref='-15486' />
+    <nd ref='-15484' />
+    <nd ref='-15480' />
+    <nd ref='-15446' />
+    <nd ref='-78752' />
+    <nd ref='-78781' />
+    <nd ref='-78805' />
+    <nd ref='-15460' />
+    <nd ref='-15478' />
+    <nd ref='-15458' />
+    <nd ref='-15476' />
+    <nd ref='-78871' />
+    <nd ref='-15448' />
+    <nd ref='-78891' />
+    <nd ref='-15456' />
+    <nd ref='-15470' />
+    <nd ref='-15468' />
+    <nd ref='-15466' />
+    <nd ref='-15464' />
+    <nd ref='-15454' />
+    <nd ref='-15450' />
+    <nd ref='-15474' />
+    <nd ref='-15472' />
+    <nd ref='-15452' />
+    <nd ref='-78914' />
+    <nd ref='-15462' />
+    <nd ref='-78956' />
+    <nd ref='-15384' />
+    <nd ref='-15386' />
+    <nd ref='-15392' />
+    <nd ref='-78974' />
+    <nd ref='-15390' />
+    <nd ref='-15394' />
+    <nd ref='-15388' />
+    <nd ref='-15416' />
+    <nd ref='-15418' />
+    <nd ref='-15414' />
+    <nd ref='-15420' />
+    <nd ref='-15422' />
+    <nd ref='-15424' />
+    <nd ref='-15412' />
+    <nd ref='-15426' />
+    <nd ref='-15428' />
+    <nd ref='-15430' />
+    <nd ref='-15432' />
+    <nd ref='-15442' />
+    <nd ref='-15444' />
+    <nd ref='-15396' />
+    <nd ref='-15434' />
+    <nd ref='-15436' />
+    <nd ref='-15410' />
+    <nd ref='-15408' />
+    <nd ref='-15440' />
+    <nd ref='-15438' />
+    <nd ref='-15406' />
+    <nd ref='-15404' />
+    <nd ref='-15402' />
+    <nd ref='-15400' />
+    <nd ref='-15398' />
+    <nd ref='-15296' />
+    <nd ref='-15374' />
+    <nd ref='-15376' />
+    <nd ref='-15378' />
+    <nd ref='-15380' />
+    <nd ref='-79006' />
+    <nd ref='-15382' />
+    <nd ref='-15372' />
+    <nd ref='-79023' />
+    <nd ref='-15370' />
+    <nd ref='-15362' />
+    <nd ref='-15364' />
+    <nd ref='-15368' />
+    <nd ref='-15366' />
+    <nd ref='-15332' />
+    <nd ref='-15344' />
+    <nd ref='-15342' />
+    <nd ref='-15340' />
+    <nd ref='-15338' />
+    <nd ref='-15336' />
+    <nd ref='-15334' />
+    <nd ref='-15358' />
+    <nd ref='-15346' />
+    <nd ref='-15360' />
+    <nd ref='-15348' />
+    <nd ref='-15350' />
+    <nd ref='-15354' />
+    <nd ref='-15352' />
+    <nd ref='-15356' />
+    <nd ref='-15298' />
+    <nd ref='-15330' />
+    <nd ref='-79047' />
+    <nd ref='-15328' />
+    <nd ref='-15326' />
+    <nd ref='-79094' />
+    <nd ref='-15324' />
+    <nd ref='-15308' />
+    <nd ref='-15310' />
+    <nd ref='-15312' />
+    <nd ref='-15314' />
+    <nd ref='-15316' />
+    <nd ref='-15318' />
+    <nd ref='-15322' />
+    <nd ref='-15320' />
+    <nd ref='-15300' />
+    <nd ref='-15302' />
+    <nd ref='-15304' />
+    <nd ref='-15306' />
+    <nd ref='-8306' />
+    <nd ref='-28802' />
+    <nd ref='-28800' />
+    <nd ref='-15262' />
+    <nd ref='-15268' />
+    <nd ref='-28798' />
+    <nd ref='-28796' />
+    <nd ref='-15266' />
+    <nd ref='-15272' />
+    <nd ref='-15276' />
+    <nd ref='-15274' />
+    <nd ref='-15270' />
+    <nd ref='-28794' />
+    <nd ref='-15264' />
+    <nd ref='-28792' />
+    <nd ref='-28790' />
+    <nd ref='-28788' />
+    <nd ref='-15282' />
+    <nd ref='-15280' />
+    <nd ref='-15278' />
+    <nd ref='-28786' />
+    <nd ref='-28784' />
+    <nd ref='-15294' />
+    <nd ref='-15292' />
+    <nd ref='-15290' />
+    <nd ref='-15288' />
+    <nd ref='-15286' />
+    <nd ref='-15284' />
+    <nd ref='-15260' />
+    <nd ref='-6594' />
+    <nd ref='-15238' />
+    <nd ref='-15240' />
+    <nd ref='-15248' />
+    <nd ref='-15250' />
+    <nd ref='-15246' />
+    <nd ref='-15242' />
+    <nd ref='-15244' />
+    <nd ref='-28782' />
+    <nd ref='-28780' />
+    <nd ref='-15252' />
+    <nd ref='-28778' />
+    <nd ref='-15254' />
+    <nd ref='-15256' />
+    <nd ref='-15258' />
+    <nd ref='-15236' />
+    <nd ref='-15234' />
+    <nd ref='-15232' />
+    <nd ref='-15230' />
+    <nd ref='-15228' />
+    <nd ref='-28776' />
+    <nd ref='-28774' />
+    <nd ref='-28770' />
+    <nd ref='-28772' />
+    <nd ref='-28768' />
+    <nd ref='-28766' />
+    <nd ref='-28764' />
+    <nd ref='-6592' />
+    <nd ref='-28760' />
+    <nd ref='-28762' />
+    <nd ref='-15218' />
+    <nd ref='-15222' />
+    <nd ref='-28756' />
+    <nd ref='-28758' />
+    <nd ref='-15220' />
+    <nd ref='-28754' />
+    <nd ref='-15224' />
+    <nd ref='-15226' />
+    <nd ref='-15202' />
+    <nd ref='-15204' />
+    <nd ref='-15206' />
+    <nd ref='-15216' />
+    <nd ref='-15214' />
+    <nd ref='-15208' />
+    <nd ref='-15212' />
+    <nd ref='-15210' />
+    <nd ref='-15196' />
+    <nd ref='-15192' />
+    <nd ref='-15198' />
+    <nd ref='-15200' />
+    <nd ref='-15194' />
+    <nd ref='-15190' />
+    <nd ref='-15188' />
+    <nd ref='-15186' />
+    <nd ref='-15180' />
+    <nd ref='-15184' />
+    <nd ref='-15182' />
+    <nd ref='-15178' />
+    <nd ref='-15114' />
+    <nd ref='-15122' />
+    <nd ref='-15126' />
+    <nd ref='-15124' />
+    <nd ref='-15128' />
+    <nd ref='-15120' />
+    <nd ref='-15158' />
+    <nd ref='-15156' />
+    <nd ref='-15154' />
+    <nd ref='-15148' />
+    <nd ref='-15152' />
+    <nd ref='-15150' />
+    <nd ref='-15144' />
+    <nd ref='-15146' />
+    <nd ref='-15176' />
+    <nd ref='-15142' />
+    <nd ref='-15174' />
+    <nd ref='-15170' />
+    <nd ref='-15172' />
+    <nd ref='-15166' />
+    <nd ref='-15168' />
+    <nd ref='-15118' />
+    <nd ref='-15164' />
+    <nd ref='-15160' />
+    <nd ref='-15162' />
+    <nd ref='-15136' />
+    <nd ref='-15138' />
+    <nd ref='-15140' />
+    <nd ref='-15134' />
+    <nd ref='-15130' />
+    <nd ref='-15132' />
+    <nd ref='-15116' />
+    <nd ref='-6590' />
+    <nd ref='-15054' />
+    <nd ref='-15056' />
+    <nd ref='-15058' />
+    <nd ref='-15062' />
+    <nd ref='-15060' />
+    <nd ref='-15064' />
+    <nd ref='-15112' />
+    <nd ref='-15110' />
+    <nd ref='-15108' />
+    <nd ref='-15106' />
+    <nd ref='-15104' />
+    <nd ref='-15102' />
+    <nd ref='-15100' />
+    <nd ref='-15098' />
+    <nd ref='-15092' />
+    <nd ref='-15094' />
+    <nd ref='-15096' />
+    <nd ref='-15090' />
+    <nd ref='-15088' />
+    <nd ref='-15086' />
+    <nd ref='-15084' />
+    <nd ref='-15082' />
+    <nd ref='-15080' />
+    <nd ref='-15078' />
+    <nd ref='-15066' />
+    <nd ref='-15068' />
+    <nd ref='-15076' />
+    <nd ref='-15074' />
+    <nd ref='-15072' />
+    <nd ref='-15070' />
+    <nd ref='-6588' />
+    <nd ref='-14976' />
+    <nd ref='-14978' />
+    <nd ref='-14980' />
+    <nd ref='-14982' />
+    <nd ref='-14984' />
+    <nd ref='-14986' />
+    <nd ref='-15026' />
+    <nd ref='-15030' />
+    <nd ref='-15028' />
+    <nd ref='-15038' />
+    <nd ref='-15036' />
+    <nd ref='-15034' />
+    <nd ref='-15032' />
+    <nd ref='-15040' />
+    <nd ref='-15042' />
+    <nd ref='-15044' />
+    <nd ref='-15046' />
+    <nd ref='-15048' />
+    <nd ref='-15052' />
+    <nd ref='-15050' />
+    <nd ref='-15024' />
+    <nd ref='-15022' />
+    <nd ref='-15020' />
+    <nd ref='-15018' />
+    <nd ref='-15016' />
+    <nd ref='-15014' />
+    <nd ref='-15012' />
+    <nd ref='-15010' />
+    <nd ref='-15008' />
+    <nd ref='-15006' />
+    <nd ref='-15004' />
+    <nd ref='-15000' />
+    <nd ref='-15002' />
+    <nd ref='-14998' />
+    <nd ref='-14996' />
+    <nd ref='-14994' />
+    <nd ref='-14992' />
+    <nd ref='-14990' />
+    <nd ref='-14988' />
+    <nd ref='-6586' />
+    <nd ref='-8308' />
+    <nd ref='-8310' />
+    <nd ref='-28736' />
+    <nd ref='-28740' />
+    <nd ref='-28738' />
+    <nd ref='-8312' />
+    <nd ref='-14156' />
+    <nd ref='-7990' />
+    <nd ref='-14154' />
+    <nd ref='-8314' />
+    <nd ref='-14152' />
+    <nd ref='-7988' />
+    <nd ref='-8316' />
+    <nd ref='-14150' />
+    <nd ref='-8318' />
+    <nd ref='-8320' />
+    <nd ref='-8322' />
+    <nd ref='-7986' />
+    <nd ref='-7984' />
+    <nd ref='-7982' />
+    <nd ref='-14148' />
+    <nd ref='-7980' />
+    <nd ref='-14146' />
+    <nd ref='-8324' />
+    <nd ref='-8326' />
+  </way>
+  <way id='-29000'>
+    <nd ref='-8490' />
+    <nd ref='-8862' />
+    <nd ref='-3764' />
+    <nd ref='-3766' />
+    <nd ref='-3768' />
+    <nd ref='-3770' />
+    <nd ref='-3762' />
+    <nd ref='-3772' />
+    <nd ref='-8492' />
+    <nd ref='-3776' />
+    <nd ref='-3774' />
+    <nd ref='-8494' />
+    <nd ref='-8496' />
+    <nd ref='-8498' />
+    <nd ref='-3784' />
+    <nd ref='-3782' />
+    <nd ref='-3780' />
+    <nd ref='-3778' />
+    <nd ref='-8500' />
+    <nd ref='-8502' />
+    <nd ref='-11562' />
+    <nd ref='-8490' />
+    <tag k='ISO3166-1:alpha2' v='DJ' />
+    <tag k='name:en' v='Djibouti' />
+  </way>
+  <way id='-29002'>
+    <nd ref='-8912' />
+    <nd ref='-8920' />
+    <nd ref='-8918' />
+    <nd ref='-8916' />
+    <nd ref='-8914' />
+    <nd ref='-8912' />
+    <tag k='ISO3166-1:alpha2' v='DM' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Dominica' />
+  </way>
+  <way id='-29004'>
+    <nd ref='-12242' />
+    <nd ref='-11206' />
+    <nd ref='-8504' />
+    <nd ref='-11204' />
+    <nd ref='-11202' />
+    <nd ref='-11200' />
+    <nd ref='-11198' />
+    <nd ref='-11196' />
+    <nd ref='-12244' />
+    <nd ref='-12096' />
+    <nd ref='-12098' />
+    <nd ref='-12094' />
+    <nd ref='-12068' />
+    <nd ref='-8304' />
+    <nd ref='-12070' />
+    <nd ref='-8302' />
+    <nd ref='-8300' />
+    <nd ref='-12072' />
+    <nd ref='-12074' />
+    <nd ref='-12076' />
+    <nd ref='-12078' />
+    <nd ref='-12080' />
+    <nd ref='-8298' />
+    <nd ref='-8296' />
+    <nd ref='-8294' />
+    <nd ref='-12084' />
+    <nd ref='-28842' />
+    <nd ref='-12082' />
+    <nd ref='-28844' />
+    <nd ref='-8292' />
+    <nd ref='-8290' />
+    <nd ref='-8288' />
+    <nd ref='-8286' />
+    <nd ref='-12092' />
+    <nd ref='-12090' />
+    <nd ref='-12088' />
+    <nd ref='-28846' />
+    <nd ref='-12086' />
+    <nd ref='-8488' />
+    <nd ref='-8506' />
+    <nd ref='-8486' />
+    <nd ref='-8484' />
+    <nd ref='-8508' />
+    <nd ref='-8510' />
+    <nd ref='-12242' />
+    <tag k='name:en' v='Continental Denmark' />
+  </way>
+  <way id='-29006'>
+    <nd ref='-8512' />
+    <nd ref='-8514' />
+    <nd ref='-8516' />
+    <nd ref='-5814' />
+    <nd ref='-8518' />
+    <nd ref='-26666' />
+    <nd ref='-5208' />
+    <nd ref='-26668' />
+    <nd ref='-5210' />
+    <nd ref='-5212' />
+    <nd ref='-5202' />
+    <nd ref='-5204' />
+    <nd ref='-5206' />
+    <nd ref='-5198' />
+    <nd ref='-5200' />
+    <nd ref='-8520' />
+    <nd ref='-26670' />
+    <nd ref='-5190' />
+    <nd ref='-5192' />
+    <nd ref='-26676' />
+    <nd ref='-5188' />
+    <nd ref='-26672' />
+    <nd ref='-26674' />
+    <nd ref='-5194' />
+    <nd ref='-5186' />
+    <nd ref='-5196' />
+    <nd ref='-5184' />
+    <nd ref='-26678' />
+    <nd ref='-5182' />
+    <nd ref='-26680' />
+    <nd ref='-26682' />
+    <nd ref='-26684' />
+    <nd ref='-5812' />
+    <nd ref='-8522' />
+    <nd ref='-5810' />
+    <nd ref='-8512' />
+    <tag k='ISO3166-1:alpha2' v='DO' />
+    <tag k='name:en' v='Dominican Republic' />
+  </way>
+  <way id='-29008'>
+    <nd ref='-11426' />
+    <nd ref='-11424' />
+    <nd ref='-3558' />
+    <nd ref='-3556' />
+    <nd ref='-3560' />
+    <nd ref='-3562' />
+    <nd ref='-3564' />
+    <nd ref='-3566' />
+    <nd ref='-3552' />
+    <nd ref='-3554' />
+    <nd ref='-3550' />
+    <nd ref='-8524' />
+    <nd ref='-3548' />
+    <nd ref='-3546' />
+    <nd ref='-8526' />
+    <nd ref='-11422' />
+    <nd ref='-3540' />
+    <nd ref='-3538' />
+    <nd ref='-3542' />
+    <nd ref='-3544' />
+    <nd ref='-8528' />
+    <nd ref='-11420' />
+    <nd ref='-3536' />
+    <nd ref='-11418' />
+    <nd ref='-11416' />
+    <nd ref='-8530' />
+    <nd ref='-3534' />
+    <nd ref='-11414' />
+    <nd ref='-3530' />
+    <nd ref='-3528' />
+    <nd ref='-3532' />
+    <nd ref='-8532' />
+    <nd ref='-8534' />
+    <nd ref='-11412' />
+    <nd ref='-11410' />
+    <nd ref='-8536' />
+    <nd ref='-3510' />
+    <nd ref='-3508' />
+    <nd ref='-3494' />
+    <nd ref='-3506' />
+    <nd ref='-3504' />
+    <nd ref='-3502' />
+    <nd ref='-3500' />
+    <nd ref='-3498' />
+    <nd ref='-3496' />
+    <nd ref='-3512' />
+    <nd ref='-8538' />
+    <nd ref='-8540' />
+    <nd ref='-8542' />
+    <nd ref='-8544' />
+    <nd ref='-8546' />
+    <nd ref='-3492' />
+    <nd ref='-3490' />
+    <nd ref='-3488' />
+    <nd ref='-3486' />
+    <nd ref='-8548' />
+    <nd ref='-8550' />
+    <nd ref='-10998' />
+    <nd ref='-8552' />
+    <nd ref='-8554' />
+    <nd ref='-14334' />
+    <nd ref='-8556' />
+    <nd ref='-10142' />
+    <nd ref='-8558' />
+    <nd ref='-8560' />
+    <nd ref='-10140' />
+    <nd ref='-8562' />
+    <nd ref='-10138' />
+    <nd ref='-10136' />
+    <nd ref='-14332' />
+    <nd ref='-8564' />
+    <nd ref='-8566' />
+    <nd ref='-14330' />
+    <nd ref='-14328' />
+    <nd ref='-14326' />
+    <nd ref='-14324' />
+    <nd ref='-8568' />
+    <nd ref='-10134' />
+    <nd ref='-10132' />
+    <nd ref='-8570' />
+    <nd ref='-10130' />
+    <nd ref='-14320' />
+    <nd ref='-14322' />
+    <nd ref='-14318' />
+    <nd ref='-8572' />
+    <nd ref='-8574' />
+    <nd ref='-8576' />
+    <nd ref='-14316' />
+    <nd ref='-10128' />
+    <nd ref='-14314' />
+    <nd ref='-14312' />
+    <nd ref='-8578' />
+    <nd ref='-8580' />
+    <nd ref='-8582' />
+    <nd ref='-10126' />
+    <nd ref='-10124' />
+    <nd ref='-14308' />
+    <nd ref='-14310' />
+    <nd ref='-14306' />
+    <nd ref='-14304' />
+    <nd ref='-10122' />
+    <nd ref='-10120' />
+    <nd ref='-5854' />
+    <nd ref='-11426' />
+    <tag k='ISO3166-1:alpha2' v='DZ' />
+    <tag k='name:en' v='Algeria' />
+  </way>
+  <way id='-29010'>
+    <nd ref='-8584' />
+    <nd ref='-5274' />
+    <nd ref='-5272' />
+    <nd ref='-5264' />
+    <nd ref='-5262' />
+    <nd ref='-5266' />
+    <nd ref='-5260' />
+    <nd ref='-8586' />
+    <nd ref='-8588' />
+    <nd ref='-8590' />
+    <nd ref='-8592' />
+    <nd ref='-8594' />
+    <nd ref='-5252' />
+    <nd ref='-5246' />
+    <nd ref='-5248' />
+    <nd ref='-5254' />
+    <nd ref='-5256' />
+    <nd ref='-5250' />
+    <nd ref='-5258' />
+    <nd ref='-8596' />
+    <nd ref='-26584' />
+    <nd ref='-5244' />
+    <nd ref='-5242' />
+    <nd ref='-5238' />
+    <nd ref='-5240' />
+    <nd ref='-5236' />
+    <nd ref='-5234' />
+    <nd ref='-5232' />
+    <nd ref='-5230' />
+    <nd ref='-26586' />
+    <nd ref='-5228' />
+    <nd ref='-5226' />
+    <nd ref='-26588' />
+    <nd ref='-26590' />
+    <nd ref='-26592' />
+    <nd ref='-26594' />
+    <nd ref='-26596' />
+    <nd ref='-26598' />
+    <nd ref='-26600' />
+    <nd ref='-26602' />
+    <nd ref='-5224' />
+    <nd ref='-26604' />
+    <nd ref='-8598' />
+    <nd ref='-8600' />
+    <nd ref='-8602' />
+    <nd ref='-6158' />
+    <nd ref='-6160' />
+    <nd ref='-8162' />
+    <nd ref='-5288' />
+    <nd ref='-26614' />
+    <nd ref='-26608' />
+    <nd ref='-26606' />
+    <nd ref='-26610' />
+    <nd ref='-26612' />
+    <nd ref='-5284' />
+    <nd ref='-5286' />
+    <nd ref='-26616' />
+    <nd ref='-5282' />
+    <nd ref='-5280' />
+    <nd ref='-5278' />
+    <nd ref='-5276' />
+    <nd ref='-8584' />
+    <tag k='ISO3166-1:alpha2' v='EC' />
+    <tag k='name:en' v='Ecuador' />
+  </way>
+  <way id='-29012'>
+    <nd ref='-9548' />
+    <nd ref='-22624' />
+    <nd ref='-8604' />
+    <nd ref='-28110' />
+    <nd ref='-8606' />
+    <nd ref='-22634' />
+    <nd ref='-9594' />
+    <nd ref='-9592' />
+    <nd ref='-11044' />
+    <nd ref='-5726' />
+    <nd ref='-11058' />
+    <nd ref='-22812' />
+    <nd ref='-22810' />
+    <nd ref='-9968' />
+    <nd ref='-8608' />
+    <nd ref='-4430' />
+    <nd ref='-4428' />
+    <nd ref='-4426' />
+    <nd ref='-8610' />
+    <nd ref='-8612' />
+    <nd ref='-9966' />
+    <nd ref='-9548' />
+    <tag k='ISO3166-1:alpha2' v='EG' />
+    <tag k='name:en' v='Egypt, Arab Rep.' />
+  </way>
+  <way id='-29014'>
+    <nd ref='-8614' />
+    <nd ref='-8616' />
+    <nd ref='-8618' />
+    <nd ref='-8500' />
+    <nd ref='-3778' />
+    <nd ref='-3780' />
+    <nd ref='-3782' />
+    <nd ref='-3784' />
+    <nd ref='-8498' />
+    <nd ref='-17740' />
+    <nd ref='-17738' />
+    <nd ref='-17736' />
+    <nd ref='-17734' />
+    <nd ref='-17726' />
+    <nd ref='-17732' />
+    <nd ref='-17730' />
+    <nd ref='-17728' />
+    <nd ref='-17682' />
+    <nd ref='-17706' />
+    <nd ref='-17704' />
+    <nd ref='-17714' />
+    <nd ref='-17712' />
+    <nd ref='-17710' />
+    <nd ref='-17708' />
+    <nd ref='-17716' />
+    <nd ref='-17718' />
+    <nd ref='-17720' />
+    <nd ref='-17722' />
+    <nd ref='-17724' />
+    <nd ref='-17702' />
+    <nd ref='-17700' />
+    <nd ref='-17698' />
+    <nd ref='-17696' />
+    <nd ref='-17694' />
+    <nd ref='-17692' />
+    <nd ref='-17684' />
+    <nd ref='-17690' />
+    <nd ref='-17686' />
+    <nd ref='-17688' />
+    <nd ref='-17660' />
+    <nd ref='-17662' />
+    <nd ref='-17670' />
+    <nd ref='-17668' />
+    <nd ref='-17666' />
+    <nd ref='-17664' />
+    <nd ref='-17672' />
+    <nd ref='-17674' />
+    <nd ref='-17676' />
+    <nd ref='-17678' />
+    <nd ref='-17680' />
+    <nd ref='-8620' />
+    <nd ref='-8622' />
+    <nd ref='-17644' />
+    <nd ref='-17646' />
+    <nd ref='-17648' />
+    <nd ref='-17654' />
+    <nd ref='-17650' />
+    <nd ref='-17652' />
+    <nd ref='-17656' />
+    <nd ref='-17658' />
+    <nd ref='-8624' />
+    <nd ref='-8626' />
+    <nd ref='-5724' />
+    <nd ref='-8628' />
+    <nd ref='-8614' />
+    <tag k='ISO3166-1:alpha2' v='ER' />
+    <tag k='name:en' v='Eritrea' />
+  </way>
+  <way id='-29016'>
+    <nd ref='-8642' />
+    <nd ref='-8644' />
+    <nd ref='-8646' />
+    <nd ref='-8648' />
+    <nd ref='-8650' />
+    <nd ref='-13456' />
+    <nd ref='-13454' />
+    <nd ref='-8652' />
+    <nd ref='-13452' />
+    <nd ref='-8654' />
+    <nd ref='-8656' />
+    <nd ref='-8658' />
+    <nd ref='-8660' />
+    <nd ref='-8662' />
+    <nd ref='-8642' />
+  </way>
+  <way id='-29018'>
+    <nd ref='-12230' />
+    <nd ref='-12232' />
+    <nd ref='-8842' />
+    <nd ref='-8844' />
+    <nd ref='-79443' />
+    <nd ref='-4420' />
+    <nd ref='-79477' />
+    <nd ref='-79509' />
+    <nd ref='-4422' />
+    <nd ref='-4418' />
+    <nd ref='-4424' />
+    <nd ref='-4414' />
+    <nd ref='-4416' />
+    <nd ref='-8846' />
+    <nd ref='-8848' />
+    <nd ref='-8850' />
+    <nd ref='-4410' />
+    <nd ref='-4408' />
+    <nd ref='-4412' />
+    <nd ref='-8852' />
+    <nd ref='-4396' />
+    <nd ref='-4394' />
+    <nd ref='-4398' />
+    <nd ref='-4400' />
+    <nd ref='-4402' />
+    <nd ref='-4404' />
+    <nd ref='-4406' />
+    <nd ref='-8854' />
+    <nd ref='-4392' />
+    <nd ref='-4390' />
+    <nd ref='-4384' />
+    <nd ref='-4386' />
+    <nd ref='-4388' />
+    <nd ref='-4378' />
+    <nd ref='-4376' />
+    <nd ref='-4374' />
+    <nd ref='-4362' />
+    <nd ref='-4372' />
+    <nd ref='-4370' />
+    <nd ref='-4368' />
+    <nd ref='-4366' />
+    <nd ref='-4364' />
+    <nd ref='-4380' />
+    <nd ref='-4382' />
+    <nd ref='-4356' />
+    <nd ref='-4360' />
+    <nd ref='-4358' />
+    <nd ref='-8856' />
+    <nd ref='-8858' />
+    <nd ref='-8860' />
+    <nd ref='-10112' />
+    <nd ref='-12250' />
+    <nd ref='-12248' />
+    <nd ref='-12246' />
+    <nd ref='-12230' />
+    <tag k='ISO3166-1:alpha2' v='EE' />
+    <tag k='maxspeed:motorway' v='90' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/estonia/speed_limits_en.htm' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Estonia' />
+  </way>
+  <way id='-29020'>
+    <nd ref='-8498' />
+    <nd ref='-8496' />
+    <nd ref='-8494' />
+    <nd ref='-3774' />
+    <nd ref='-3776' />
+    <nd ref='-8492' />
+    <nd ref='-3772' />
+    <nd ref='-3762' />
+    <nd ref='-3770' />
+    <nd ref='-3768' />
+    <nd ref='-3766' />
+    <nd ref='-3764' />
+    <nd ref='-8862' />
+    <nd ref='-3576' />
+    <nd ref='-3574' />
+    <nd ref='-3572' />
+    <nd ref='-3570' />
+    <nd ref='-3568' />
+    <nd ref='-8864' />
+    <nd ref='-8866' />
+    <nd ref='-5720' />
+    <nd ref='-11142' />
+    <nd ref='-8868' />
+    <nd ref='-8870' />
+    <nd ref='-3584' />
+    <nd ref='-3580' />
+    <nd ref='-3578' />
+    <nd ref='-3582' />
+    <nd ref='-3586' />
+    <nd ref='-3588' />
+    <nd ref='-8872' />
+    <nd ref='-572' />
+    <nd ref='-594' />
+    <nd ref='-592' />
+    <nd ref='-588' />
+    <nd ref='-590' />
+    <nd ref='-586' />
+    <nd ref='-584' />
+    <nd ref='-582' />
+    <nd ref='-574' />
+    <nd ref='-576' />
+    <nd ref='-578' />
+    <nd ref='-580' />
+    <nd ref='-8874' />
+    <nd ref='-9816' />
+    <nd ref='-596' />
+    <nd ref='-9814' />
+    <nd ref='-8876' />
+    <nd ref='-598' />
+    <nd ref='-9812' />
+    <nd ref='-11068' />
+    <nd ref='-600' />
+    <nd ref='-602' />
+    <nd ref='-604' />
+    <nd ref='-606' />
+    <nd ref='-8878' />
+    <nd ref='-386' />
+    <nd ref='-384' />
+    <nd ref='-390' />
+    <nd ref='-388' />
+    <nd ref='-398' />
+    <nd ref='-392' />
+    <nd ref='-396' />
+    <nd ref='-394' />
+    <nd ref='-400' />
+    <nd ref='-380' />
+    <nd ref='-378' />
+    <nd ref='-372' />
+    <nd ref='-374' />
+    <nd ref='-376' />
+    <nd ref='-382' />
+    <nd ref='-368' />
+    <nd ref='-370' />
+    <nd ref='-366' />
+    <nd ref='-360' />
+    <nd ref='-362' />
+    <nd ref='-364' />
+    <nd ref='-358' />
+    <nd ref='-402' />
+    <nd ref='-354' />
+    <nd ref='-352' />
+    <nd ref='-350' />
+    <nd ref='-348' />
+    <nd ref='-356' />
+    <nd ref='-340' />
+    <nd ref='-338' />
+    <nd ref='-344' />
+    <nd ref='-342' />
+    <nd ref='-336' />
+    <nd ref='-332' />
+    <nd ref='-334' />
+    <nd ref='-346' />
+    <nd ref='-330' />
+    <nd ref='-8880' />
+    <nd ref='-452' />
+    <nd ref='-448' />
+    <nd ref='-450' />
+    <nd ref='-458' />
+    <nd ref='-454' />
+    <nd ref='-456' />
+    <nd ref='-462' />
+    <nd ref='-460' />
+    <nd ref='-446' />
+    <nd ref='-442' />
+    <nd ref='-434' />
+    <nd ref='-432' />
+    <nd ref='-436' />
+    <nd ref='-438' />
+    <nd ref='-440' />
+    <nd ref='-444' />
+    <nd ref='-464' />
+    <nd ref='-426' />
+    <nd ref='-424' />
+    <nd ref='-422' />
+    <nd ref='-420' />
+    <nd ref='-428' />
+    <nd ref='-430' />
+    <nd ref='-414' />
+    <nd ref='-416' />
+    <nd ref='-412' />
+    <nd ref='-410' />
+    <nd ref='-418' />
+    <nd ref='-406' />
+    <nd ref='-408' />
+    <nd ref='-404' />
+    <nd ref='-8620' />
+    <nd ref='-17680' />
+    <nd ref='-17678' />
+    <nd ref='-17676' />
+    <nd ref='-17674' />
+    <nd ref='-17672' />
+    <nd ref='-17664' />
+    <nd ref='-17666' />
+    <nd ref='-17668' />
+    <nd ref='-17670' />
+    <nd ref='-17662' />
+    <nd ref='-17660' />
+    <nd ref='-17688' />
+    <nd ref='-17686' />
+    <nd ref='-17690' />
+    <nd ref='-17684' />
+    <nd ref='-17692' />
+    <nd ref='-17694' />
+    <nd ref='-17696' />
+    <nd ref='-17698' />
+    <nd ref='-17700' />
+    <nd ref='-17702' />
+    <nd ref='-17724' />
+    <nd ref='-17722' />
+    <nd ref='-17720' />
+    <nd ref='-17718' />
+    <nd ref='-17716' />
+    <nd ref='-17708' />
+    <nd ref='-17710' />
+    <nd ref='-17712' />
+    <nd ref='-17714' />
+    <nd ref='-17704' />
+    <nd ref='-17706' />
+    <nd ref='-17682' />
+    <nd ref='-17728' />
+    <nd ref='-17730' />
+    <nd ref='-17732' />
+    <nd ref='-17726' />
+    <nd ref='-17734' />
+    <nd ref='-17736' />
+    <nd ref='-17738' />
+    <nd ref='-17740' />
+    <nd ref='-8498' />
+    <tag k='ISO3166-1:alpha2' v='ET' />
+    <tag k='name:en' v='Ethiopia' />
+  </way>
+  <way id='-29022'>
+    <nd ref='-8882' />
+    <nd ref='-4764' />
+    <nd ref='-4766' />
+    <nd ref='-4768' />
+    <nd ref='-10738' />
+    <nd ref='-4738' />
+    <nd ref='-4736' />
+    <nd ref='-4734' />
+    <nd ref='-8884' />
+    <nd ref='-8886' />
+    <nd ref='-4706' />
+    <nd ref='-8888' />
+    <nd ref='-4704' />
+    <nd ref='-4702' />
+    <nd ref='-4698' />
+    <nd ref='-4700' />
+    <nd ref='-4696' />
+    <nd ref='-4694' />
+    <nd ref='-4692' />
+    <nd ref='-4690' />
+    <nd ref='-4688' />
+    <nd ref='-4686' />
+    <nd ref='-4684' />
+    <nd ref='-4682' />
+    <nd ref='-4680' />
+    <nd ref='-4678' />
+    <nd ref='-4676' />
+    <nd ref='-4674' />
+    <nd ref='-4672' />
+    <nd ref='-4670' />
+    <nd ref='-4668' />
+    <nd ref='-4664' />
+    <nd ref='-4666' />
+    <nd ref='-4662' />
+    <nd ref='-4660' />
+    <nd ref='-4658' />
+    <nd ref='-4656' />
+    <nd ref='-4654' />
+    <nd ref='-4648' />
+    <nd ref='-4650' />
+    <nd ref='-79378' />
+    <nd ref='-4652' />
+    <nd ref='-10988' />
+    <nd ref='-12226' />
+    <nd ref='-12228' />
+    <nd ref='-12230' />
+    <nd ref='-12246' />
+    <nd ref='-12224' />
+    <nd ref='-22450' />
+    <nd ref='-12222' />
+    <nd ref='-8890' />
+    <nd ref='-79278' />
+    <nd ref='-79318' />
+    <nd ref='-8892' />
+    <nd ref='-4588' />
+    <nd ref='-4590' />
+    <nd ref='-79259' />
+    <nd ref='-79223' />
+    <nd ref='-4598' />
+    <nd ref='-4596' />
+    <nd ref='-4592' />
+    <nd ref='-4594' />
+    <nd ref='-4600' />
+    <nd ref='-4602' />
+    <nd ref='-4604' />
+    <nd ref='-4606' />
+    <nd ref='-4608' />
+    <nd ref='-4610' />
+    <nd ref='-4616' />
+    <nd ref='-4614' />
+    <nd ref='-4612' />
+    <nd ref='-4624' />
+    <nd ref='-4618' />
+    <nd ref='-4620' />
+    <nd ref='-4622' />
+    <nd ref='-4626' />
+    <nd ref='-4628' />
+    <nd ref='-4630' />
+    <nd ref='-4632' />
+    <nd ref='-4634' />
+    <nd ref='-4636' />
+    <nd ref='-4638' />
+    <nd ref='-4640' />
+    <nd ref='-8894' />
+    <nd ref='-8896' />
+    <nd ref='-8898' />
+    <nd ref='-8900' />
+    <nd ref='-8902' />
+    <nd ref='-4642' />
+    <nd ref='-8904' />
+    <nd ref='-4708' />
+    <nd ref='-4646' />
+    <nd ref='-4644' />
+    <nd ref='-4710' />
+    <nd ref='-4712' />
+    <nd ref='-4714' />
+    <nd ref='-4716' />
+    <nd ref='-4718' />
+    <nd ref='-4720' />
+    <nd ref='-4722' />
+    <nd ref='-4724' />
+    <nd ref='-4726' />
+    <nd ref='-4728' />
+    <nd ref='-4730' />
+    <nd ref='-4732' />
+    <nd ref='-4740' />
+    <nd ref='-4742' />
+    <nd ref='-4744' />
+    <nd ref='-4746' />
+    <nd ref='-4748' />
+    <nd ref='-4750' />
+    <nd ref='-4754' />
+    <nd ref='-4752' />
+    <nd ref='-4756' />
+    <nd ref='-4758' />
+    <nd ref='-4760' />
+    <nd ref='-4762' />
+    <nd ref='-8882' />
+    <tag k='ISO3166-1:alpha2' v='FI' />
+    <tag k='maxspeed:rural' v='80' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/finland/speed_limits_en.htm' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Finland' />
+  </way>
+  <way id='-29024'>
+    <nd ref='-11702' />
+    <nd ref='-11688' />
+    <nd ref='-8906' />
+    <nd ref='-8908' />
+    <nd ref='-11684' />
+    <nd ref='-11702' />
+    <tag k='ISO3166-1:alpha2' v='NC' />
+    <tag k='ISO3166-2' v='FR-NC' />
+    <tag k='name:en' v='New Caledonia' />
+  </way>
+  <way id='-29026'>
+    <nd ref='-12698' />
+    <nd ref='-5792' />
+    <nd ref='-12686' />
+    <nd ref='-26662' />
+    <nd ref='-26660' />
+    <nd ref='-26658' />
+    <nd ref='-12688' />
+    <nd ref='-7250' />
+    <nd ref='-12690' />
+    <nd ref='-12694' />
+    <nd ref='-12692' />
+    <nd ref='-11174' />
+    <nd ref='-12696' />
+    <nd ref='-11172' />
+    <nd ref='-12684' />
+    <nd ref='-26656' />
+    <nd ref='-26654' />
+    <nd ref='-26652' />
+    <nd ref='-12682' />
+    <nd ref='-12680' />
+    <nd ref='-8910' />
+    <nd ref='-12678' />
+    <nd ref='-12676' />
+    <nd ref='-11180' />
+    <nd ref='-12698' />
+    <tag k='ISO3166-1:alpha2' v='GF' />
+    <tag k='ISO3166-2' v='FR-GF' />
+    <tag k='name:en' v='French Guiana' />
+  </way>
+  <way id='-29028'>
+    <nd ref='-9988' />
+    <nd ref='-9992' />
+    <nd ref='-8912' />
+    <nd ref='-8914' />
+    <nd ref='-9988' />
+    <tag k='ISO3166-1:alpha2' v='MQ' />
+    <tag k='ISO3166-2' v='FR-MQ' />
+    <tag k='name:en' v='Martinique' />
+  </way>
+  <way id='-29030'>
+    <nd ref='-8916' />
+    <nd ref='-8918' />
+    <nd ref='-8920' />
+    <nd ref='-8922' />
+    <nd ref='-5780' />
+    <nd ref='-6246' />
+    <nd ref='-5786' />
+    <nd ref='-8916' />
+    <tag k='ISO3166-1:alpha2' v='GP' />
+    <tag k='ISO3166-2' v='FR-GP' />
+    <tag k='name:en' v='Guadeloupe' />
+  </way>
+  <way id='-29032'>
+    <nd ref='-6900' />
+    <nd ref='-14336' />
+    <nd ref='-14342' />
+    <nd ref='-14340' />
+    <nd ref='-14338' />
+    <nd ref='-14344' />
+    <nd ref='-14346' />
+    <nd ref='-56316' />
+    <nd ref='-56290' />
+    <nd ref='-56337' />
+    <nd ref='-56270' />
+    <nd ref='-14348' />
+    <nd ref='-56360' />
+    <nd ref='-56385' />
+    <nd ref='-14350' />
+    <nd ref='-56493' />
+    <nd ref='-56467' />
+    <nd ref='-56425' />
+    <nd ref='-56545' />
+    <nd ref='-56598' />
+    <nd ref='-56573' />
+    <nd ref='-56620' />
+    <nd ref='-14352' />
+    <nd ref='-56643' />
+    <nd ref='-56663' />
+    <nd ref='-56736' />
+    <nd ref='-56718' />
+    <nd ref='-56701' />
+    <nd ref='-56802' />
+    <nd ref='-56773' />
+    <nd ref='-14354' />
+    <nd ref='-14356' />
+    <nd ref='-56912' />
+    <nd ref='-56945' />
+    <nd ref='-56966' />
+    <nd ref='-14358' />
+    <nd ref='-14364' />
+    <nd ref='-14362' />
+    <nd ref='-14360' />
+    <nd ref='-14366' />
+    <nd ref='-14368' />
+    <nd ref='-14370' />
+    <nd ref='-14372' />
+    <nd ref='-14374' />
+    <nd ref='-14376' />
+    <nd ref='-57014' />
+    <nd ref='-57035' />
+    <nd ref='-14378' />
+    <nd ref='-14380' />
+    <nd ref='-57074' />
+    <nd ref='-57189' />
+    <nd ref='-57131' />
+    <nd ref='-14382' />
+    <nd ref='-14384' />
+    <nd ref='-57249' />
+    <nd ref='-14386' />
+    <nd ref='-14388' />
+    <nd ref='-14390' />
+    <nd ref='-57301' />
+    <nd ref='-14392' />
+    <nd ref='-57322' />
+    <nd ref='-57350' />
+    <nd ref='-14394' />
+    <nd ref='-57374' />
+    <nd ref='-14396' />
+    <nd ref='-14398' />
+    <nd ref='-14400' />
+    <nd ref='-14402' />
+    <nd ref='-14404' />
+    <nd ref='-14406' />
+    <nd ref='-14408' />
+    <nd ref='-14410' />
+    <nd ref='-57396' />
+    <nd ref='-14412' />
+    <nd ref='-14414' />
+    <nd ref='-14416' />
+    <nd ref='-14418' />
+    <nd ref='-57445' />
+    <nd ref='-14420' />
+    <nd ref='-14422' />
+    <nd ref='-14424' />
+    <nd ref='-57464' />
+    <nd ref='-57491' />
+    <nd ref='-14426' />
+    <nd ref='-57506' />
+    <nd ref='-14428' />
+    <nd ref='-14430' />
+    <nd ref='-57529' />
+    <nd ref='-14432' />
+    <nd ref='-57572' />
+    <nd ref='-14434' />
+    <nd ref='-57615' />
+    <nd ref='-6898' />
+    <nd ref='-6896' />
+    <nd ref='-14458' />
+    <nd ref='-14460' />
+    <nd ref='-6894' />
+    <nd ref='-6892' />
+    <nd ref='-6890' />
+    <nd ref='-14436' />
+    <nd ref='-14438' />
+    <nd ref='-57641' />
+    <nd ref='-14450' />
+    <nd ref='-14444' />
+    <nd ref='-14442' />
+    <nd ref='-57665' />
+    <nd ref='-14448' />
+    <nd ref='-14446' />
+    <nd ref='-57707' />
+    <nd ref='-57739' />
+    <nd ref='-14440' />
+    <nd ref='-14452' />
+    <nd ref='-14454' />
+    <nd ref='-14456' />
+    <nd ref='-6888' />
+    <nd ref='-6886' />
+    <nd ref='-6884' />
+    <nd ref='-6882' />
+    <nd ref='-10058' />
+    <nd ref='-10056' />
+    <nd ref='-8932' />
+    <nd ref='-14200' />
+    <nd ref='-14202' />
+    <nd ref='-14204' />
+    <nd ref='-8934' />
+    <nd ref='-10054' />
+    <nd ref='-8936' />
+    <nd ref='-56105' />
+    <nd ref='-10052' />
+    <nd ref='-8938' />
+    <nd ref='-56145' />
+    <nd ref='-56128' />
+    <nd ref='-8940' />
+    <nd ref='-8942' />
+    <nd ref='-10050' />
+    <nd ref='-14206' />
+    <nd ref='-10048' />
+    <nd ref='-8944' />
+    <nd ref='-14210' />
+    <nd ref='-14208' />
+    <nd ref='-8946' />
+    <nd ref='-14212' />
+    <nd ref='-14214' />
+    <nd ref='-14216' />
+    <nd ref='-14218' />
+    <nd ref='-14220' />
+    <nd ref='-8948' />
+    <nd ref='-56187' />
+    <nd ref='-14222' />
+    <nd ref='-14224' />
+    <nd ref='-10046' />
+    <nd ref='-10044' />
+    <nd ref='-8390' />
+    <nd ref='-8388' />
+    <nd ref='-8386' />
+    <nd ref='-14462' />
+    <nd ref='-14464' />
+    <nd ref='-14466' />
+    <nd ref='-14468' />
+    <nd ref='-14470' />
+    <nd ref='-14472' />
+    <nd ref='-14474' />
+    <nd ref='-8384' />
+    <nd ref='-14476' />
+    <nd ref='-14478' />
+    <nd ref='-14480' />
+    <nd ref='-14482' />
+    <nd ref='-14484' />
+    <nd ref='-14486' />
+    <nd ref='-14488' />
+    <nd ref='-14490' />
+    <nd ref='-14500' />
+    <nd ref='-57773' />
+    <nd ref='-57788' />
+    <nd ref='-14492' />
+    <nd ref='-14494' />
+    <nd ref='-14496' />
+    <nd ref='-14498' />
+    <nd ref='-57827' />
+    <nd ref='-57858' />
+    <nd ref='-14502' />
+    <nd ref='-14504' />
+    <nd ref='-14506' />
+    <nd ref='-14508' />
+    <nd ref='-57931' />
+    <nd ref='-57899' />
+    <nd ref='-57951' />
+    <nd ref='-14510' />
+    <nd ref='-57988' />
+    <nd ref='-14512' />
+    <nd ref='-14514' />
+    <nd ref='-14518' />
+    <nd ref='-14520' />
+    <nd ref='-14516' />
+    <nd ref='-14522' />
+    <nd ref='-14524' />
+    <nd ref='-14526' />
+    <nd ref='-58017' />
+    <nd ref='-14528' />
+    <nd ref='-14532' />
+    <nd ref='-14534' />
+    <nd ref='-14536' />
+    <nd ref='-14530' />
+    <nd ref='-8382' />
+    <nd ref='-14538' />
+    <nd ref='-14540' />
+    <nd ref='-8380' />
+    <nd ref='-8378' />
+    <nd ref='-14542' />
+    <nd ref='-14544' />
+    <nd ref='-14546' />
+    <nd ref='-8376' />
+    <nd ref='-14548' />
+    <nd ref='-14550' />
+    <nd ref='-8374' />
+    <nd ref='-8372' />
+    <nd ref='-8370' />
+    <nd ref='-8368' />
+    <nd ref='-14552' />
+    <nd ref='-8366' />
+    <nd ref='-8364' />
+    <nd ref='-8362' />
+    <nd ref='-14568' />
+    <nd ref='-14566' />
+    <nd ref='-14558' />
+    <nd ref='-14560' />
+    <nd ref='-14556' />
+    <nd ref='-14562' />
+    <nd ref='-14564' />
+    <nd ref='-14554' />
+    <nd ref='-8360' />
+    <nd ref='-8358' />
+    <nd ref='-14578' />
+    <nd ref='-14576' />
+    <nd ref='-14572' />
+    <nd ref='-14574' />
+    <nd ref='-14570' />
+    <nd ref='-14584' />
+    <nd ref='-14580' />
+    <nd ref='-14582' />
+    <nd ref='-14588' />
+    <nd ref='-14586' />
+    <nd ref='-8356' />
+    <nd ref='-8354' />
+    <nd ref='-8352' />
+    <nd ref='-8350' />
+    <nd ref='-8348' />
+    <nd ref='-8346' />
+    <nd ref='-8344' />
+    <nd ref='-8342' />
+    <nd ref='-13812' />
+    <nd ref='-13814' />
+    <nd ref='-13810' />
+    <nd ref='-8006' />
+    <nd ref='-13796' />
+    <nd ref='-13794' />
+    <nd ref='-28722' />
+    <nd ref='-13808' />
+    <nd ref='-13806' />
+    <nd ref='-13804' />
+    <nd ref='-13802' />
+    <nd ref='-13800' />
+    <nd ref='-13798' />
+    <nd ref='-13772' />
+    <nd ref='-13788' />
+    <nd ref='-13790' />
+    <nd ref='-13792' />
+    <nd ref='-13786' />
+    <nd ref='-13784' />
+    <nd ref='-13782' />
+    <nd ref='-13780' />
+    <nd ref='-13778' />
+    <nd ref='-13776' />
+    <nd ref='-13774' />
+    <nd ref='-28720' />
+    <nd ref='-28718' />
+    <nd ref='-8950' />
+    <nd ref='-28716' />
+    <nd ref='-28714' />
+    <nd ref='-28712' />
+    <nd ref='-8004' />
+    <nd ref='-8952' />
+    <nd ref='-28710' />
+    <nd ref='-28708' />
+    <nd ref='-28706' />
+    <nd ref='-28704' />
+    <nd ref='-8002' />
+    <nd ref='-13770' />
+    <nd ref='-13768' />
+    <nd ref='-28702' />
+    <nd ref='-28700' />
+    <nd ref='-13760' />
+    <nd ref='-13762' />
+    <nd ref='-28698' />
+    <nd ref='-13766' />
+    <nd ref='-13764' />
+    <nd ref='-28696' />
+    <nd ref='-8000' />
+    <nd ref='-28694' />
+    <nd ref='-28692' />
+    <nd ref='-7998' />
+    <nd ref='-8954' />
+    <nd ref='-8956' />
+    <nd ref='-13758' />
+    <nd ref='-8958' />
+    <nd ref='-8960' />
+    <nd ref='-13756' />
+    <nd ref='-13754' />
+    <nd ref='-13662' />
+    <nd ref='-13666' />
+    <nd ref='-13668' />
+    <nd ref='-13752' />
+    <nd ref='-13664' />
+    <nd ref='-13750' />
+    <nd ref='-28688' />
+    <nd ref='-28690' />
+    <nd ref='-13670' />
+    <nd ref='-13748' />
+    <nd ref='-13742' />
+    <nd ref='-13746' />
+    <nd ref='-13744' />
+    <nd ref='-13674' />
+    <nd ref='-28686' />
+    <nd ref='-13682' />
+    <nd ref='-13740' />
+    <nd ref='-13738' />
+    <nd ref='-28684' />
+    <nd ref='-13736' />
+    <nd ref='-28682' />
+    <nd ref='-13734' />
+    <nd ref='-13732' />
+    <nd ref='-28680' />
+    <nd ref='-13684' />
+    <nd ref='-13728' />
+    <nd ref='-13730' />
+    <nd ref='-13726' />
+    <nd ref='-13688' />
+    <nd ref='-28678' />
+    <nd ref='-28676' />
+    <nd ref='-13686' />
+    <nd ref='-13722' />
+    <nd ref='-13724' />
+    <nd ref='-28674' />
+    <nd ref='-13714' />
+    <nd ref='-28672' />
+    <nd ref='-13716' />
+    <nd ref='-13720' />
+    <nd ref='-13718' />
+    <nd ref='-13712' />
+    <nd ref='-13710' />
+    <nd ref='-28670' />
+    <nd ref='-28668' />
+    <nd ref='-13690' />
+    <nd ref='-13708' />
+    <nd ref='-28664' />
+    <nd ref='-28666' />
+    <nd ref='-28656' />
+    <nd ref='-28658' />
+    <nd ref='-28662' />
+    <nd ref='-28660' />
+    <nd ref='-28650' />
+    <nd ref='-28654' />
+    <nd ref='-28652' />
+    <nd ref='-13706' />
+    <nd ref='-28648' />
+    <nd ref='-13704' />
+    <nd ref='-28646' />
+    <nd ref='-28642' />
+    <nd ref='-13694' />
+    <nd ref='-13702' />
+    <nd ref='-13692' />
+    <nd ref='-13680' />
+    <nd ref='-28644' />
+    <nd ref='-13698' />
+    <nd ref='-13700' />
+    <nd ref='-13696' />
+    <nd ref='-13678' />
+    <nd ref='-13676' />
+    <nd ref='-13672' />
+    <nd ref='-7996' />
+    <nd ref='-13646' />
+    <nd ref='-13660' />
+    <nd ref='-13658' />
+    <nd ref='-13656' />
+    <nd ref='-13654' />
+    <nd ref='-13652' />
+    <nd ref='-13648' />
+    <nd ref='-13650' />
+    <nd ref='-9566' />
+    <nd ref='-13638' />
+    <nd ref='-13636' />
+    <nd ref='-13634' />
+    <nd ref='-13632' />
+    <nd ref='-13630' />
+    <nd ref='-13628' />
+    <nd ref='-13626' />
+    <nd ref='-13624' />
+    <nd ref='-28638' />
+    <nd ref='-28636' />
+    <nd ref='-13622' />
+    <nd ref='-13620' />
+    <nd ref='-13618' />
+    <nd ref='-13616' />
+    <nd ref='-13614' />
+    <nd ref='-28640' />
+    <nd ref='-8962' />
+    <nd ref='-13602' />
+    <nd ref='-13604' />
+    <nd ref='-13606' />
+    <nd ref='-13610' />
+    <nd ref='-13608' />
+    <nd ref='-13612' />
+    <nd ref='-13600' />
+    <nd ref='-13598' />
+    <nd ref='-13596' />
+    <nd ref='-13594' />
+    <nd ref='-8964' />
+    <nd ref='-8966' />
+    <nd ref='-8968' />
+    <nd ref='-13592' />
+    <nd ref='-13586' />
+    <nd ref='-13588' />
+    <nd ref='-13590' />
+    <nd ref='-13584' />
+    <nd ref='-13582' />
+    <nd ref='-13580' />
+    <nd ref='-13578' />
+    <nd ref='-13576' />
+    <nd ref='-13574' />
+    <nd ref='-13572' />
+    <nd ref='-13570' />
+    <nd ref='-8970' />
+    <nd ref='-8972' />
+    <nd ref='-8974' />
+    <nd ref='-8976' />
+    <nd ref='-8978' />
+    <nd ref='-8980' />
+    <nd ref='-8982' />
+    <nd ref='-8984' />
+    <nd ref='-5878' />
+    <nd ref='-5904' />
+    <nd ref='-5876' />
+    <nd ref='-8986' />
+    <nd ref='-10178' />
+    <nd ref='-28582' />
+    <nd ref='-28584' />
+    <nd ref='-28586' />
+    <nd ref='-28580' />
+    <nd ref='-28578' />
+    <nd ref='-28576' />
+    <nd ref='-28574' />
+    <nd ref='-10176' />
+    <nd ref='-28566' />
+    <nd ref='-28572' />
+    <nd ref='-28568' />
+    <nd ref='-28570' />
+    <nd ref='-10174' />
+    <nd ref='-8988' />
+    <nd ref='-10172' />
+    <nd ref='-5874' />
+    <nd ref='-5868' />
+    <nd ref='-5906' />
+    <nd ref='-5870' />
+    <nd ref='-5872' />
+    <nd ref='-5908' />
+    <nd ref='-6188' />
+    <nd ref='-8812' />
+    <nd ref='-8810' />
+    <nd ref='-8808' />
+    <nd ref='-8806' />
+    <nd ref='-8804' />
+    <nd ref='-8802' />
+    <nd ref='-8800' />
+    <nd ref='-8798' />
+    <nd ref='-8796' />
+    <nd ref='-8794' />
+    <nd ref='-8792' />
+    <nd ref='-8790' />
+    <nd ref='-8788' />
+    <nd ref='-8786' />
+    <nd ref='-8784' />
+    <nd ref='-8782' />
+    <nd ref='-8780' />
+    <nd ref='-8778' />
+    <nd ref='-8776' />
+    <nd ref='-8774' />
+    <nd ref='-8772' />
+    <nd ref='-8770' />
+    <nd ref='-8768' />
+    <nd ref='-8766' />
+    <nd ref='-8764' />
+    <nd ref='-8762' />
+    <nd ref='-8760' />
+    <nd ref='-8758' />
+    <nd ref='-8756' />
+    <nd ref='-8754' />
+    <nd ref='-8752' />
+    <nd ref='-8750' />
+    <nd ref='-8748' />
+    <nd ref='-8746' />
+    <nd ref='-26976' />
+    <nd ref='-8744' />
+    <nd ref='-8742' />
+    <nd ref='-8740' />
+    <nd ref='-8738' />
+    <nd ref='-8736' />
+    <nd ref='-8734' />
+    <nd ref='-13398' />
+    <nd ref='-13396' />
+    <nd ref='-13394' />
+    <nd ref='-13392' />
+    <nd ref='-13448' />
+    <nd ref='-13446' />
+    <nd ref='-13400' />
+    <nd ref='-13410' />
+    <nd ref='-13408' />
+    <nd ref='-13450' />
+    <nd ref='-13406' />
+    <nd ref='-13404' />
+    <nd ref='-13402' />
+    <nd ref='-6362' />
+    <nd ref='-8732' />
+    <nd ref='-8730' />
+    <nd ref='-8728' />
+    <nd ref='-8726' />
+    <nd ref='-8724' />
+    <nd ref='-8722' />
+    <nd ref='-8720' />
+    <nd ref='-8718' />
+    <nd ref='-13458' />
+    <nd ref='-8716' />
+    <nd ref='-8714' />
+    <nd ref='-13462' />
+    <nd ref='-13460' />
+    <nd ref='-8712' />
+    <nd ref='-8710' />
+    <nd ref='-8708' />
+    <nd ref='-13464' />
+    <nd ref='-8706' />
+    <nd ref='-8704' />
+    <nd ref='-8702' />
+    <nd ref='-8700' />
+    <nd ref='-13468' />
+    <nd ref='-13466' />
+    <nd ref='-8698' />
+    <nd ref='-13470' />
+    <nd ref='-13474' />
+    <nd ref='-13478' />
+    <nd ref='-13480' />
+    <nd ref='-13476' />
+    <nd ref='-13472' />
+    <nd ref='-8696' />
+    <nd ref='-13488' />
+    <nd ref='-13486' />
+    <nd ref='-13484' />
+    <nd ref='-13490' />
+    <nd ref='-13482' />
+    <nd ref='-13492' />
+    <nd ref='-8694' />
+    <nd ref='-13496' />
+    <nd ref='-13494' />
+    <nd ref='-8692' />
+    <nd ref='-8690' />
+    <nd ref='-8688' />
+    <nd ref='-13498' />
+    <nd ref='-8686' />
+    <nd ref='-8684' />
+    <nd ref='-8682' />
+    <nd ref='-8680' />
+    <nd ref='-13518' />
+    <nd ref='-13516' />
+    <nd ref='-13514' />
+    <nd ref='-13512' />
+    <nd ref='-13508' />
+    <nd ref='-13510' />
+    <nd ref='-13506' />
+    <nd ref='-13504' />
+    <nd ref='-13500' />
+    <nd ref='-13502' />
+    <nd ref='-8678' />
+    <nd ref='-8676' />
+    <nd ref='-8674' />
+    <nd ref='-8672' />
+    <nd ref='-8670' />
+    <nd ref='-8668' />
+    <nd ref='-8666' />
+    <nd ref='-8664' />
+    <nd ref='-11856' />
+    <nd ref='-9060' />
+    <nd ref='-11858' />
+    <nd ref='-8990' />
+    <nd ref='-11860' />
+    <nd ref='-11862' />
+    <nd ref='-11864' />
+    <nd ref='-8992' />
+    <nd ref='-8994' />
+    <nd ref='-6902' />
+    <nd ref='-6900' />
+    <tag k='ISO3166-1:alpha2' v='FX' />
+    <tag k='name:en' v='Metropolitan France' />
+  </way>
+  <way id='-29034'>
+    <nd ref='-8088' />
+    <nd ref='-1450' />
+    <nd ref='-1452' />
+    <nd ref='-8996' />
+    <nd ref='-1448' />
+    <nd ref='-8998' />
+    <nd ref='-9000' />
+    <nd ref='-8144' />
+    <nd ref='-1444' />
+    <nd ref='-1446' />
+    <nd ref='-8142' />
+    <nd ref='-1440' />
+    <nd ref='-1438' />
+    <nd ref='-1442' />
+    <nd ref='-8140' />
+    <nd ref='-8138' />
+    <nd ref='-8136' />
+    <nd ref='-1424' />
+    <nd ref='-1426' />
+    <nd ref='-1428' />
+    <nd ref='-1430' />
+    <nd ref='-1432' />
+    <nd ref='-1434' />
+    <nd ref='-1436' />
+    <nd ref='-8134' />
+    <nd ref='-9002' />
+    <nd ref='-1416' />
+    <nd ref='-1418' />
+    <nd ref='-1420' />
+    <nd ref='-1422' />
+    <nd ref='-8132' />
+    <nd ref='-1414' />
+    <nd ref='-1412' />
+    <nd ref='-9004' />
+    <nd ref='-1410' />
+    <nd ref='-1408' />
+    <nd ref='-1406' />
+    <nd ref='-1404' />
+    <nd ref='-1402' />
+    <nd ref='-9006' />
+    <nd ref='-1400' />
+    <nd ref='-8130' />
+    <nd ref='-8128' />
+    <nd ref='-9008' />
+    <nd ref='-8126' />
+    <nd ref='-1394' />
+    <nd ref='-1396' />
+    <nd ref='-1398' />
+    <nd ref='-9010' />
+    <nd ref='-8124' />
+    <nd ref='-6234' />
+    <nd ref='-9012' />
+    <nd ref='-9014' />
+    <nd ref='-9016' />
+    <nd ref='-9018' />
+    <nd ref='-9020' />
+    <nd ref='-9022' />
+    <nd ref='-9024' />
+    <nd ref='-9026' />
+    <nd ref='-9028' />
+    <nd ref='-9030' />
+    <nd ref='-9032' />
+    <nd ref='-9034' />
+    <nd ref='-9036' />
+    <nd ref='-9038' />
+    <nd ref='-1454' />
+    <nd ref='-8088' />
+    <tag k='ISO3166-1:alpha2' v='GA' />
+    <tag k='name:en' v='Gabon' />
+  </way>
+  <way id='-29036'>
+    <nd ref='-5780' />
+    <nd ref='-8922' />
+    <nd ref='-5782' />
+    <nd ref='-9040' />
+    <nd ref='-5780' />
+    <tag k='ISO3166-1:alpha2' v='MS' />
+    <tag k='name:en' v='Montserrat' />
+  </way>
+  <way id='-29038'>
+    <nd ref='-9042' />
+    <nd ref='-9044' />
+    <nd ref='-9046' />
+    <nd ref='-9048' />
+    <nd ref='-9042' />
+    <tag k='ISO3166-1:alpha2' v='BM' />
+    <tag k='name:en' v='Bermuda' />
+  </way>
+  <way id='-29040'>
+    <nd ref='-8260' />
+    <nd ref='-8258' />
+    <nd ref='-8256' />
+    <nd ref='-8254' />
+    <nd ref='-8252' />
+    <nd ref='-8250' />
+    <nd ref='-8248' />
+    <nd ref='-12420' />
+    <nd ref='-12422' />
+    <nd ref='-8246' />
+    <nd ref='-12424' />
+    <nd ref='-8244' />
+    <nd ref='-12426' />
+    <nd ref='-8242' />
+    <nd ref='-8240' />
+    <nd ref='-8238' />
+    <nd ref='-8236' />
+    <nd ref='-12428' />
+    <nd ref='-12430' />
+    <nd ref='-12432' />
+    <nd ref='-8234' />
+    <nd ref='-8232' />
+    <nd ref='-8230' />
+    <nd ref='-12434' />
+    <nd ref='-8228' />
+    <nd ref='-8226' />
+    <nd ref='-8270' />
+    <nd ref='-8268' />
+    <nd ref='-8266' />
+    <nd ref='-8264' />
+    <nd ref='-8262' />
+    <nd ref='-8260' />
+  </way>
+  <way id='-29042'>
+    <nd ref='-12416' />
+    <nd ref='-12414' />
+    <nd ref='-12412' />
+    <nd ref='-12396' />
+    <nd ref='-12398' />
+    <nd ref='-12400' />
+    <nd ref='-12404' />
+    <nd ref='-12402' />
+    <nd ref='-12410' />
+    <nd ref='-12406' />
+    <nd ref='-12408' />
+    <nd ref='-12394' />
+    <nd ref='-12392' />
+    <nd ref='-8182' />
+    <nd ref='-8180' />
+    <nd ref='-12390' />
+    <nd ref='-12386' />
+    <nd ref='-12388' />
+    <nd ref='-12372' />
+    <nd ref='-12374' />
+    <nd ref='-12376' />
+    <nd ref='-12378' />
+    <nd ref='-12380' />
+    <nd ref='-12382' />
+    <nd ref='-12384' />
+    <nd ref='-12370' />
+    <nd ref='-12364' />
+    <nd ref='-12366' />
+    <nd ref='-12368' />
+    <nd ref='-12362' />
+    <nd ref='-12360' />
+    <nd ref='-12358' />
+    <nd ref='-12356' />
+    <nd ref='-12354' />
+    <nd ref='-12352' />
+    <nd ref='-12350' />
+    <nd ref='-12348' />
+    <nd ref='-12346' />
+    <nd ref='-12344' />
+    <nd ref='-12342' />
+    <nd ref='-12340' />
+    <nd ref='-12338' />
+    <nd ref='-12336' />
+    <nd ref='-12334' />
+    <nd ref='-12332' />
+    <nd ref='-12330' />
+    <nd ref='-8224' />
+    <nd ref='-12326' />
+    <nd ref='-12328' />
+    <nd ref='-12416' />
+  </way>
+  <way id='-29044'>
+    <nd ref='-9050' />
+    <nd ref='-6194' />
+    <nd ref='-9052' />
+    <nd ref='-9054' />
+    <nd ref='-6196' />
+    <nd ref='-6198' />
+    <nd ref='-6200' />
+    <nd ref='-8816' />
+    <nd ref='-6202' />
+    <nd ref='-8814' />
+    <nd ref='-9056' />
+    <nd ref='-9050' />
+    <tag k='ISO3166-1:alpha2' v='GI' />
+    <tag k='driving_side' v='right' />
+    <tag k='name:en' v='Gibraltar' />
+  </way>
+  <way id='-29046'>
+    <nd ref='-6648' />
+    <nd ref='-17042' />
+    <nd ref='-27968' />
+    <nd ref='-17044' />
+    <nd ref='-17046' />
+    <nd ref='-17050' />
+    <nd ref='-17048' />
+    <nd ref='-17052' />
+    <nd ref='-17078' />
+    <nd ref='-17082' />
+    <nd ref='-17084' />
+    <nd ref='-27954' />
+    <nd ref='-17080' />
+    <nd ref='-17076' />
+    <nd ref='-17074' />
+    <nd ref='-17072' />
+    <nd ref='-17070' />
+    <nd ref='-17068' />
+    <nd ref='-17064' />
+    <nd ref='-17066' />
+    <nd ref='-17062' />
+    <nd ref='-17060' />
+    <nd ref='-17058' />
+    <nd ref='-17056' />
+    <nd ref='-17054' />
+    <nd ref='-17036' />
+    <nd ref='-17038' />
+    <nd ref='-17040' />
+    <nd ref='-17034' />
+    <nd ref='-17032' />
+    <nd ref='-17030' />
+    <nd ref='-17028' />
+    <nd ref='-17026' />
+    <nd ref='-17024' />
+    <nd ref='-6646' />
+    <nd ref='-6644' />
+    <nd ref='-6642' />
+    <nd ref='-27952' />
+    <nd ref='-27950' />
+    <nd ref='-6462' />
+    <nd ref='-6512' />
+    <nd ref='-16768' />
+    <nd ref='-16772' />
+    <nd ref='-27948' />
+    <nd ref='-27946' />
+    <nd ref='-16774' />
+    <nd ref='-16776' />
+    <nd ref='-27944' />
+    <nd ref='-27942' />
+    <nd ref='-16778' />
+    <nd ref='-27940' />
+    <nd ref='-16770' />
+    <nd ref='-16782' />
+    <nd ref='-16780' />
+    <nd ref='-27938' />
+    <nd ref='-16766' />
+    <nd ref='-16784' />
+    <nd ref='-16786' />
+    <nd ref='-16764' />
+    <nd ref='-16788' />
+    <nd ref='-6510' />
+    <nd ref='-1228' />
+    <nd ref='-1230' />
+    <nd ref='-1234' />
+    <nd ref='-1232' />
+    <nd ref='-1236' />
+    <nd ref='-1242' />
+    <nd ref='-1238' />
+    <nd ref='-1240' />
+    <nd ref='-1244' />
+    <nd ref='-1246' />
+    <nd ref='-1248' />
+    <nd ref='-27936' />
+    <nd ref='-1250' />
+    <nd ref='-9066' />
+    <nd ref='-1252' />
+    <nd ref='-1254' />
+    <nd ref='-1256' />
+    <nd ref='-27934' />
+    <nd ref='-27932' />
+    <nd ref='-9068' />
+    <nd ref='-12000' />
+    <nd ref='-10938' />
+    <nd ref='-27920' />
+    <nd ref='-27922' />
+    <nd ref='-27924' />
+    <nd ref='-27926' />
+    <nd ref='-27928' />
+    <nd ref='-27930' />
+    <nd ref='-1218' />
+    <nd ref='-1224' />
+    <nd ref='-1222' />
+    <nd ref='-1220' />
+    <nd ref='-1226' />
+    <nd ref='-1190' />
+    <nd ref='-1192' />
+    <nd ref='-1194' />
+    <nd ref='-1196' />
+    <nd ref='-1198' />
+    <nd ref='-1214' />
+    <nd ref='-1212' />
+    <nd ref='-1204' />
+    <nd ref='-1202' />
+    <nd ref='-1200' />
+    <nd ref='-1206' />
+    <nd ref='-1208' />
+    <nd ref='-1210' />
+    <nd ref='-1216' />
+    <nd ref='-6648' />
+    <tag k='ISO3166-1:alpha2' v='GE' />
+    <tag k='name:en' v='Georgia' />
+  </way>
+  <way id='-29048'>
+    <nd ref='-9070' />
+    <nd ref='-9072' />
+    <nd ref='-9074' />
+    <nd ref='-9076' />
+    <nd ref='-9078' />
+    <nd ref='-17190' />
+    <nd ref='-9080' />
+    <nd ref='-9082' />
+    <nd ref='-9084' />
+    <nd ref='-9086' />
+    <nd ref='-9088' />
+    <nd ref='-9090' />
+    <nd ref='-9092' />
+    <nd ref='-9094' />
+    <nd ref='-9096' />
+    <nd ref='-17192' />
+    <nd ref='-17308' />
+    <nd ref='-17314' />
+    <nd ref='-17310' />
+    <nd ref='-17312' />
+    <nd ref='-17262' />
+    <nd ref='-17282' />
+    <nd ref='-17280' />
+    <nd ref='-17278' />
+    <nd ref='-17276' />
+    <nd ref='-17274' />
+    <nd ref='-17284' />
+    <nd ref='-17286' />
+    <nd ref='-17288' />
+    <nd ref='-17290' />
+    <nd ref='-17292' />
+    <nd ref='-17294' />
+    <nd ref='-17296' />
+    <nd ref='-17298' />
+    <nd ref='-17300' />
+    <nd ref='-17306' />
+    <nd ref='-17304' />
+    <nd ref='-17302' />
+    <nd ref='-17264' />
+    <nd ref='-17270' />
+    <nd ref='-17272' />
+    <nd ref='-17268' />
+    <nd ref='-17266' />
+    <nd ref='-17250' />
+    <nd ref='-17260' />
+    <nd ref='-17258' />
+    <nd ref='-17252' />
+    <nd ref='-17256' />
+    <nd ref='-17254' />
+    <nd ref='-17194' />
+    <nd ref='-17242' />
+    <nd ref='-17248' />
+    <nd ref='-17246' />
+    <nd ref='-17244' />
+    <nd ref='-17240' />
+    <nd ref='-17238' />
+    <nd ref='-17236' />
+    <nd ref='-17232' />
+    <nd ref='-17234' />
+    <nd ref='-17230' />
+    <nd ref='-17196' />
+    <nd ref='-17202' />
+    <nd ref='-17200' />
+    <nd ref='-17204' />
+    <nd ref='-17198' />
+    <nd ref='-17226' />
+    <nd ref='-17228' />
+    <nd ref='-26900' />
+    <nd ref='-17224' />
+    <nd ref='-17220' />
+    <nd ref='-17222' />
+    <nd ref='-17216' />
+    <nd ref='-17218' />
+    <nd ref='-17206' />
+    <nd ref='-17208' />
+    <nd ref='-17212' />
+    <nd ref='-17214' />
+    <nd ref='-17210' />
+    <nd ref='-9098' />
+    <nd ref='-12110' />
+    <nd ref='-9100' />
+    <nd ref='-12112' />
+    <nd ref='-8050' />
+    <nd ref='-12100' />
+    <nd ref='-12102' />
+    <nd ref='-12108' />
+    <nd ref='-12104' />
+    <nd ref='-12106' />
+    <nd ref='-8048' />
+    <nd ref='-17154' />
+    <nd ref='-17152' />
+    <nd ref='-17150' />
+    <nd ref='-17148' />
+    <nd ref='-17158' />
+    <nd ref='-17162' />
+    <nd ref='-17160' />
+    <nd ref='-17156' />
+    <nd ref='-17144' />
+    <nd ref='-17146' />
+    <nd ref='-17164' />
+    <nd ref='-17124' />
+    <nd ref='-17126' />
+    <nd ref='-17128' />
+    <nd ref='-17130' />
+    <nd ref='-17134' />
+    <nd ref='-17136' />
+    <nd ref='-17138' />
+    <nd ref='-17132' />
+    <nd ref='-17140' />
+    <nd ref='-17142' />
+    <nd ref='-8046' />
+    <nd ref='-17116' />
+    <nd ref='-17120' />
+    <nd ref='-17118' />
+    <nd ref='-17122' />
+    <nd ref='-8044' />
+    <nd ref='-17170' />
+    <nd ref='-17172' />
+    <nd ref='-17168' />
+    <nd ref='-17166' />
+    <nd ref='-6988' />
+    <nd ref='-17174' />
+    <nd ref='-17178' />
+    <nd ref='-17188' />
+    <nd ref='-17182' />
+    <nd ref='-17184' />
+    <nd ref='-17186' />
+    <nd ref='-17180' />
+    <nd ref='-17176' />
+    <nd ref='-9070' />
+    <tag k='ISO3166-1:alpha2' v='GH' />
+    <tag k='name:en' v='Ghana' />
+  </way>
+  <way id='-29050'>
+    <nd ref='-9102' />
+    <nd ref='-3336' />
+    <nd ref='-3334' />
+    <nd ref='-3332' />
+    <nd ref='-3330' />
+    <nd ref='-3328' />
+    <nd ref='-3326' />
+    <nd ref='-3324' />
+    <nd ref='-3322' />
+    <nd ref='-3320' />
+    <nd ref='-3318' />
+    <nd ref='-3316' />
+    <nd ref='-3314' />
+    <nd ref='-3312' />
+    <nd ref='-3310' />
+    <nd ref='-3308' />
+    <nd ref='-3306' />
+    <nd ref='-1458' />
+    <nd ref='-1456' />
+    <nd ref='-3304' />
+    <nd ref='-3302' />
+    <nd ref='-3300' />
+    <nd ref='-9104' />
+    <nd ref='-3250' />
+    <nd ref='-3252' />
+    <nd ref='-3254' />
+    <nd ref='-3256' />
+    <nd ref='-3258' />
+    <nd ref='-3260' />
+    <nd ref='-3262' />
+    <nd ref='-3264' />
+    <nd ref='-3266' />
+    <nd ref='-3268' />
+    <nd ref='-3270' />
+    <nd ref='-3272' />
+    <nd ref='-3274' />
+    <nd ref='-3276' />
+    <nd ref='-3298' />
+    <nd ref='-3296' />
+    <nd ref='-3284' />
+    <nd ref='-3282' />
+    <nd ref='-3278' />
+    <nd ref='-3280' />
+    <nd ref='-3286' />
+    <nd ref='-3288' />
+    <nd ref='-3290' />
+    <nd ref='-3292' />
+    <nd ref='-3294' />
+    <nd ref='-8056' />
+    <nd ref='-3202' />
+    <nd ref='-3204' />
+    <nd ref='-3208' />
+    <nd ref='-3206' />
+    <nd ref='-3214' />
+    <nd ref='-3218' />
+    <nd ref='-3216' />
+    <nd ref='-3220' />
+    <nd ref='-3212' />
+    <nd ref='-3210' />
+    <nd ref='-3222' />
+    <nd ref='-3224' />
+    <nd ref='-3226' />
+    <nd ref='-3228' />
+    <nd ref='-3230' />
+    <nd ref='-3232' />
+    <nd ref='-3234' />
+    <nd ref='-3236' />
+    <nd ref='-3238' />
+    <nd ref='-3240' />
+    <nd ref='-3242' />
+    <nd ref='-3244' />
+    <nd ref='-3246' />
+    <nd ref='-3248' />
+    <nd ref='-9106' />
+    <nd ref='-3616' />
+    <nd ref='-3618' />
+    <nd ref='-3614' />
+    <nd ref='-3622' />
+    <nd ref='-3620' />
+    <nd ref='-3624' />
+    <nd ref='-3626' />
+    <nd ref='-3628' />
+    <nd ref='-3630' />
+    <nd ref='-3632' />
+    <nd ref='-3634' />
+    <nd ref='-9108' />
+    <nd ref='-11116' />
+    <nd ref='-11114' />
+    <nd ref='-9110' />
+    <nd ref='-11112' />
+    <nd ref='-3654' />
+    <nd ref='-3656' />
+    <nd ref='-3658' />
+    <nd ref='-3660' />
+    <nd ref='-9112' />
+    <nd ref='-9114' />
+    <nd ref='-9116' />
+    <nd ref='-9118' />
+    <nd ref='-4434' />
+    <nd ref='-4432' />
+    <nd ref='-9142' />
+    <nd ref='-9140' />
+    <nd ref='-9138' />
+    <nd ref='-4454' />
+    <nd ref='-4450' />
+    <nd ref='-4452' />
+    <nd ref='-4448' />
+    <nd ref='-4436' />
+    <nd ref='-4438' />
+    <nd ref='-4440' />
+    <nd ref='-4444' />
+    <nd ref='-4442' />
+    <nd ref='-4446' />
+    <nd ref='-9148' />
+    <nd ref='-3682' />
+    <nd ref='-3680' />
+    <nd ref='-3676' />
+    <nd ref='-3678' />
+    <nd ref='-3674' />
+    <nd ref='-3672' />
+    <nd ref='-9102' />
+    <tag k='ISO3166-1:alpha2' v='GN' />
+    <tag k='name:en' v='Guinea' />
+  </way>
+  <way id='-29052'>
+    <nd ref='-9120' />
+    <nd ref='-9122' />
+    <nd ref='-9124' />
+    <nd ref='-9126' />
+    <nd ref='-9128' />
+    <nd ref='-9130' />
+    <nd ref='-11078' />
+    <nd ref='-9132' />
+    <nd ref='-9134' />
+    <nd ref='-9136' />
+    <nd ref='-4470' />
+    <nd ref='-4466' />
+    <nd ref='-4464' />
+    <nd ref='-4462' />
+    <nd ref='-4468' />
+    <nd ref='-9120' />
+    <tag k='ISO3166-1:alpha2' v='GM' />
+    <tag k='name:en' v='Gambia, The' />
+  </way>
+  <way id='-29054'>
+    <nd ref='-9138' />
+    <nd ref='-9140' />
+    <nd ref='-9142' />
+    <nd ref='-4432' />
+    <nd ref='-4434' />
+    <nd ref='-9118' />
+    <nd ref='-9116' />
+    <nd ref='-11076' />
+    <nd ref='-9144' />
+    <nd ref='-4460' />
+    <nd ref='-4458' />
+    <nd ref='-4456' />
+    <nd ref='-9146' />
+    <nd ref='-9148' />
+    <nd ref='-4446' />
+    <nd ref='-4442' />
+    <nd ref='-4444' />
+    <nd ref='-4440' />
+    <nd ref='-4438' />
+    <nd ref='-4436' />
+    <nd ref='-4448' />
+    <nd ref='-4452' />
+    <nd ref='-4450' />
+    <nd ref='-4454' />
+    <nd ref='-9138' />
+    <tag k='ISO3166-1:alpha2' v='GW' />
+    <tag k='name:en' v='Guinea-Bissau' />
+  </way>
+  <way id='-29056'>
+    <nd ref='-9150' />
+    <nd ref='-8092' />
+    <nd ref='-6224' />
+    <nd ref='-9152' />
+    <nd ref='-6220' />
+    <nd ref='-6222' />
+    <nd ref='-9154' />
+    <nd ref='-9156' />
+    <nd ref='-8090' />
+    <nd ref='-9036' />
+    <nd ref='-9034' />
+    <nd ref='-9032' />
+    <nd ref='-9030' />
+    <nd ref='-9028' />
+    <nd ref='-9026' />
+    <nd ref='-9024' />
+    <nd ref='-9022' />
+    <nd ref='-9020' />
+    <nd ref='-9018' />
+    <nd ref='-9016' />
+    <nd ref='-9014' />
+    <nd ref='-9012' />
+    <nd ref='-6234' />
+    <nd ref='-6214' />
+    <nd ref='-6212' />
+    <nd ref='-6218' />
+    <nd ref='-6216' />
+    <nd ref='-6230' />
+    <nd ref='-6228' />
+    <nd ref='-6208' />
+    <nd ref='-8094' />
+    <nd ref='-6210' />
+    <nd ref='-9150' />
+    <tag k='ISO3166-1:alpha2' v='GQ' />
+    <tag k='name:en' v='Equatorial Guinea' />
+  </way>
+  <way id='-29058'>
+    <nd ref='-9164' />
+    <nd ref='-6134' />
+    <nd ref='-9166' />
+    <nd ref='-6138' />
+    <nd ref='-6136' />
+    <nd ref='-6124' />
+    <nd ref='-6126' />
+    <nd ref='-9168' />
+    <nd ref='-9212' />
+    <nd ref='-5176' />
+    <nd ref='-5178' />
+    <nd ref='-5180' />
+    <nd ref='-9210' />
+    <nd ref='-5164' />
+    <nd ref='-5160' />
+    <nd ref='-5162' />
+    <nd ref='-5166' />
+    <nd ref='-5168' />
+    <nd ref='-5170' />
+    <nd ref='-5172' />
+    <nd ref='-5174' />
+    <nd ref='-9208' />
+    <nd ref='-5134' />
+    <nd ref='-5136' />
+    <nd ref='-5138' />
+    <nd ref='-5140' />
+    <nd ref='-5142' />
+    <nd ref='-5144' />
+    <nd ref='-5146' />
+    <nd ref='-5148' />
+    <nd ref='-5150' />
+    <nd ref='-5152' />
+    <nd ref='-5154' />
+    <nd ref='-5156' />
+    <nd ref='-5158' />
+    <nd ref='-6140' />
+    <nd ref='-11124' />
+    <nd ref='-10294' />
+    <nd ref='-10292' />
+    <nd ref='-12658' />
+    <nd ref='-12656' />
+    <nd ref='-12660' />
+    <nd ref='-12654' />
+    <nd ref='-10290' />
+    <nd ref='-10288' />
+    <nd ref='-9170' />
+    <nd ref='-9172' />
+    <nd ref='-12662' />
+    <nd ref='-10286' />
+    <nd ref='-10284' />
+    <nd ref='-12664' />
+    <nd ref='-10282' />
+    <nd ref='-10280' />
+    <nd ref='-10278' />
+    <nd ref='-9164' />
+    <tag k='ISO3166-1:alpha2' v='GT' />
+    <tag k='name:en' v='Guatemala' />
+  </way>
+  <way id='-29060'>
+    <nd ref='-9174' />
+    <nd ref='-12700' />
+    <nd ref='-12702' />
+    <nd ref='-11178' />
+    <nd ref='-9176' />
+    <nd ref='-12704' />
+    <nd ref='-9178' />
+    <nd ref='-11176' />
+    <nd ref='-12706' />
+    <nd ref='-7246' />
+    <nd ref='-4904' />
+    <nd ref='-4902' />
+    <nd ref='-4896' />
+    <nd ref='-4894' />
+    <nd ref='-4898' />
+    <nd ref='-4900' />
+    <nd ref='-4906' />
+    <nd ref='-4888' />
+    <nd ref='-4890' />
+    <nd ref='-4892' />
+    <nd ref='-4908' />
+    <nd ref='-4910' />
+    <nd ref='-4912' />
+    <nd ref='-4914' />
+    <nd ref='-4916' />
+    <nd ref='-4918' />
+    <nd ref='-4920' />
+    <nd ref='-4922' />
+    <nd ref='-4924' />
+    <nd ref='-4926' />
+    <nd ref='-4928' />
+    <nd ref='-4932' />
+    <nd ref='-4930' />
+    <nd ref='-7244' />
+    <nd ref='-5010' />
+    <nd ref='-5012' />
+    <nd ref='-5014' />
+    <nd ref='-5016' />
+    <nd ref='-5018' />
+    <nd ref='-5020' />
+    <nd ref='-7290' />
+    <nd ref='-9180' />
+    <nd ref='-5026' />
+    <nd ref='-5024' />
+    <nd ref='-5022' />
+    <nd ref='-9182' />
+    <nd ref='-9184' />
+    <nd ref='-5028' />
+    <nd ref='-5030' />
+    <nd ref='-5032' />
+    <nd ref='-5034' />
+    <nd ref='-5036' />
+    <nd ref='-5038' />
+    <nd ref='-5040' />
+    <nd ref='-5042' />
+    <nd ref='-5044' />
+    <nd ref='-5046' />
+    <nd ref='-5048' />
+    <nd ref='-5050' />
+    <nd ref='-5052' />
+    <nd ref='-9186' />
+    <nd ref='-9188' />
+    <nd ref='-5748' />
+    <nd ref='-9174' />
+    <tag k='ISO3166-1:alpha2' v='GY' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Guyana' />
+  </way>
+  <way id='-29062'>
+    <nd ref='-9190' />
+    <nd ref='-6120' />
+    <nd ref='-10718' />
+    <nd ref='-9192' />
+    <nd ref='-9194' />
+    <nd ref='-5054' />
+    <nd ref='-5060' />
+    <nd ref='-5056' />
+    <nd ref='-5058' />
+    <nd ref='-5062' />
+    <nd ref='-5064' />
+    <nd ref='-5066' />
+    <nd ref='-5068' />
+    <nd ref='-5070' />
+    <nd ref='-5072' />
+    <nd ref='-5074' />
+    <nd ref='-9196' />
+    <nd ref='-5098' />
+    <nd ref='-5096' />
+    <nd ref='-5094' />
+    <nd ref='-5092' />
+    <nd ref='-5090' />
+    <nd ref='-5088' />
+    <nd ref='-5086' />
+    <nd ref='-5084' />
+    <nd ref='-5082' />
+    <nd ref='-26702' />
+    <nd ref='-5080' />
+    <nd ref='-5076' />
+    <nd ref='-5078' />
+    <nd ref='-9198' />
+    <nd ref='-10726' />
+    <nd ref='-9200' />
+    <nd ref='-9202' />
+    <nd ref='-11120' />
+    <nd ref='-11118' />
+    <nd ref='-6132' />
+    <nd ref='-6130' />
+    <nd ref='-9204' />
+    <nd ref='-9206' />
+    <nd ref='-5100' />
+    <nd ref='-5102' />
+    <nd ref='-5104' />
+    <nd ref='-5106' />
+    <nd ref='-5108' />
+    <nd ref='-5110' />
+    <nd ref='-5112' />
+    <nd ref='-5114' />
+    <nd ref='-5116' />
+    <nd ref='-5118' />
+    <nd ref='-5120' />
+    <nd ref='-5122' />
+    <nd ref='-5124' />
+    <nd ref='-5126' />
+    <nd ref='-5128' />
+    <nd ref='-5130' />
+    <nd ref='-5132' />
+    <nd ref='-9208' />
+    <nd ref='-5174' />
+    <nd ref='-5172' />
+    <nd ref='-5170' />
+    <nd ref='-5168' />
+    <nd ref='-5166' />
+    <nd ref='-5162' />
+    <nd ref='-5160' />
+    <nd ref='-5164' />
+    <nd ref='-9210' />
+    <nd ref='-5180' />
+    <nd ref='-5178' />
+    <nd ref='-5176' />
+    <nd ref='-9212' />
+    <nd ref='-9168' />
+    <nd ref='-9190' />
+    <tag k='ISO3166-1:alpha2' v='HN' />
+    <tag k='name:en' v='Honduras' />
+  </way>
+  <way id='-29064'>
+    <nd ref='-9226' />
+    <nd ref='-18840' />
+    <nd ref='-18844' />
+    <nd ref='-18842' />
+    <nd ref='-18846' />
+    <nd ref='-18838' />
+    <nd ref='-18836' />
+    <nd ref='-7138' />
+    <nd ref='-28304' />
+    <nd ref='-5866' />
+    <nd ref='-28302' />
+    <nd ref='-5864' />
+    <nd ref='-10398' />
+    <nd ref='-5914' />
+    <nd ref='-5912' />
+    <nd ref='-5910' />
+    <nd ref='-11186' />
+    <nd ref='-9228' />
+    <nd ref='-9230' />
+    <nd ref='-11184' />
+    <nd ref='-2032' />
+    <nd ref='-2006' />
+    <nd ref='-2002' />
+    <nd ref='-2000' />
+    <nd ref='-1998' />
+    <nd ref='-2004' />
+    <nd ref='-2028' />
+    <nd ref='-2026' />
+    <nd ref='-2022' />
+    <nd ref='-2024' />
+    <nd ref='-2020' />
+    <nd ref='-2018' />
+    <nd ref='-2016' />
+    <nd ref='-28470' />
+    <nd ref='-28472' />
+    <nd ref='-2014' />
+    <nd ref='-2008' />
+    <nd ref='-2012' />
+    <nd ref='-2010' />
+    <nd ref='-2030' />
+    <nd ref='-1996' />
+    <nd ref='-1994' />
+    <nd ref='-1992' />
+    <nd ref='-1990' />
+    <nd ref='-1982' />
+    <nd ref='-1984' />
+    <nd ref='-1980' />
+    <nd ref='-1978' />
+    <nd ref='-1986' />
+    <nd ref='-1974' />
+    <nd ref='-1972' />
+    <nd ref='-1976' />
+    <nd ref='-1968' />
+    <nd ref='-1966' />
+    <nd ref='-1970' />
+    <nd ref='-1964' />
+    <nd ref='-28480' />
+    <nd ref='-1958' />
+    <nd ref='-1956' />
+    <nd ref='-28474' />
+    <nd ref='-28476' />
+    <nd ref='-28478' />
+    <nd ref='-1960' />
+    <nd ref='-1962' />
+    <nd ref='-1988' />
+    <nd ref='-2034' />
+    <nd ref='-28482' />
+    <nd ref='-28484' />
+    <nd ref='-28486' />
+    <nd ref='-28488' />
+    <nd ref='-1948' />
+    <nd ref='-1946' />
+    <nd ref='-28490' />
+    <nd ref='-1952' />
+    <nd ref='-1950' />
+    <nd ref='-28492' />
+    <nd ref='-28494' />
+    <nd ref='-28496' />
+    <nd ref='-28498' />
+    <nd ref='-28500' />
+    <nd ref='-1954' />
+    <nd ref='-1932' />
+    <nd ref='-28502' />
+    <nd ref='-1934' />
+    <nd ref='-1936' />
+    <nd ref='-1944' />
+    <nd ref='-1938' />
+    <nd ref='-28504' />
+    <nd ref='-28506' />
+    <nd ref='-1940' />
+    <nd ref='-1942' />
+    <nd ref='-1928' />
+    <nd ref='-1930' />
+    <nd ref='-28510' />
+    <nd ref='-28508' />
+    <nd ref='-1926' />
+    <nd ref='-1924' />
+    <nd ref='-1922' />
+    <nd ref='-9232' />
+    <nd ref='-28516' />
+    <nd ref='-28512' />
+    <nd ref='-28514' />
+    <nd ref='-28518' />
+    <nd ref='-2036' />
+    <nd ref='-28520' />
+    <nd ref='-28522' />
+    <nd ref='-28524' />
+    <nd ref='-2038' />
+    <nd ref='-28526' />
+    <nd ref='-2040' />
+    <nd ref='-28528' />
+    <nd ref='-2042' />
+    <nd ref='-9252' />
+    <nd ref='-19006' />
+    <nd ref='-19008' />
+    <nd ref='-19010' />
+    <nd ref='-9214' />
+    <nd ref='-19004' />
+    <nd ref='-19000' />
+    <nd ref='-19002' />
+    <nd ref='-9250' />
+    <nd ref='-18994' />
+    <nd ref='-18992' />
+    <nd ref='-18998' />
+    <nd ref='-18996' />
+    <nd ref='-18990' />
+    <nd ref='-18988' />
+    <nd ref='-18986' />
+    <nd ref='-18984' />
+    <nd ref='-9216' />
+    <nd ref='-28360' />
+    <nd ref='-18982' />
+    <nd ref='-18980' />
+    <nd ref='-9218' />
+    <nd ref='-18974' />
+    <nd ref='-18976' />
+    <nd ref='-18978' />
+    <nd ref='-18972' />
+    <nd ref='-18970' />
+    <nd ref='-9220' />
+    <nd ref='-18966' />
+    <nd ref='-18964' />
+    <nd ref='-18968' />
+    <nd ref='-18962' />
+    <nd ref='-18960' />
+    <nd ref='-18958' />
+    <nd ref='-9222' />
+    <nd ref='-18956' />
+    <nd ref='-18954' />
+    <nd ref='-18952' />
+    <nd ref='-18950' />
+    <nd ref='-18948' />
+    <nd ref='-7130' />
+    <nd ref='-7128' />
+    <nd ref='-7126' />
+    <nd ref='-28466' />
+    <nd ref='-28468' />
+    <nd ref='-18944' />
+    <nd ref='-18942' />
+    <nd ref='-18934' />
+    <nd ref='-18936' />
+    <nd ref='-18938' />
+    <nd ref='-18940' />
+    <nd ref='-7124' />
+    <nd ref='-28464' />
+    <nd ref='-28462' />
+    <nd ref='-18932' />
+    <nd ref='-28460' />
+    <nd ref='-28458' />
+    <nd ref='-28456' />
+    <nd ref='-28454' />
+    <nd ref='-7122' />
+    <nd ref='-18924' />
+    <nd ref='-18930' />
+    <nd ref='-28452' />
+    <nd ref='-28450' />
+    <nd ref='-28448' />
+    <nd ref='-28446' />
+    <nd ref='-28444' />
+    <nd ref='-28442' />
+    <nd ref='-28440' />
+    <nd ref='-18928' />
+    <nd ref='-28438' />
+    <nd ref='-18926' />
+    <nd ref='-18922' />
+    <nd ref='-28436' />
+    <nd ref='-28434' />
+    <nd ref='-18920' />
+    <nd ref='-18912' />
+    <nd ref='-28432' />
+    <nd ref='-28430' />
+    <nd ref='-28428' />
+    <nd ref='-28426' />
+    <nd ref='-28424' />
+    <nd ref='-28420' />
+    <nd ref='-28422' />
+    <nd ref='-18914' />
+    <nd ref='-18918' />
+    <nd ref='-18916' />
+    <nd ref='-18910' />
+    <nd ref='-28418' />
+    <nd ref='-28414' />
+    <nd ref='-28412' />
+    <nd ref='-28416' />
+    <nd ref='-18908' />
+    <nd ref='-18906' />
+    <nd ref='-7156' />
+    <nd ref='-18904' />
+    <nd ref='-18902' />
+    <nd ref='-18900' />
+    <nd ref='-18898' />
+    <nd ref='-18892' />
+    <nd ref='-18896' />
+    <nd ref='-18894' />
+    <nd ref='-18890' />
+    <nd ref='-7154' />
+    <nd ref='-7152' />
+    <nd ref='-18882' />
+    <nd ref='-18884' />
+    <nd ref='-18888' />
+    <nd ref='-18886' />
+    <nd ref='-18872' />
+    <nd ref='-18874' />
+    <nd ref='-18880' />
+    <nd ref='-18878' />
+    <nd ref='-18876' />
+    <nd ref='-7150' />
+    <nd ref='-18870' />
+    <nd ref='-18868' />
+    <nd ref='-7148' />
+    <nd ref='-18860' />
+    <nd ref='-18864' />
+    <nd ref='-18866' />
+    <nd ref='-18862' />
+    <nd ref='-7146' />
+    <nd ref='-18858' />
+    <nd ref='-18850' />
+    <nd ref='-18854' />
+    <nd ref='-18856' />
+    <nd ref='-18852' />
+    <nd ref='-18848' />
+    <nd ref='-7144' />
+    <nd ref='-7142' />
+    <nd ref='-7140' />
+    <nd ref='-9224' />
+    <nd ref='-9226' />
+    <tag k='ISO3166-1:alpha2' v='HR' />
+    <tag k='name:en' v='Croatia' />
+  </way>
+  <way id='-29066'>
+    <nd ref='-9234' />
+    <nd ref='-20296' />
+    <nd ref='-20298' />
+    <nd ref='-9236' />
+    <nd ref='-20158' />
+    <nd ref='-20160' />
+    <nd ref='-20164' />
+    <nd ref='-20166' />
+    <nd ref='-20162' />
+    <nd ref='-20174' />
+    <nd ref='-20176' />
+    <nd ref='-20168' />
+    <nd ref='-20172' />
+    <nd ref='-20170' />
+    <nd ref='-9238' />
+    <nd ref='-81630' />
+    <nd ref='-81620' />
+    <nd ref='-20182' />
+    <nd ref='-81643' />
+    <nd ref='-20190' />
+    <nd ref='-20188' />
+    <nd ref='-20186' />
+    <nd ref='-20202' />
+    <nd ref='-20200' />
+    <nd ref='-20198' />
+    <nd ref='-20196' />
+    <nd ref='-20194' />
+    <nd ref='-20220' />
+    <nd ref='-20222' />
+    <nd ref='-20216' />
+    <nd ref='-20218' />
+    <nd ref='-81650' />
+    <nd ref='-81664' />
+    <nd ref='-20206' />
+    <nd ref='-20204' />
+    <nd ref='-81687' />
+    <nd ref='-81677' />
+    <nd ref='-20228' />
+    <nd ref='-20226' />
+    <nd ref='-20236' />
+    <nd ref='-20246' />
+    <nd ref='-20244' />
+    <nd ref='-20242' />
+    <nd ref='-20240' />
+    <nd ref='-9242' />
+    <nd ref='-20238' />
+    <nd ref='-9244' />
+    <nd ref='-9246' />
+    <nd ref='-19196' />
+    <nd ref='-19194' />
+    <nd ref='-19192' />
+    <nd ref='-19190' />
+    <nd ref='-19188' />
+    <nd ref='-11148' />
+    <nd ref='-28352' />
+    <nd ref='-28354' />
+    <nd ref='-19198' />
+    <nd ref='-19200' />
+    <nd ref='-9248' />
+    <nd ref='-28356' />
+    <nd ref='-28358' />
+    <nd ref='-19202' />
+    <nd ref='-9216' />
+    <nd ref='-18984' />
+    <nd ref='-18986' />
+    <nd ref='-18988' />
+    <nd ref='-18990' />
+    <nd ref='-18996' />
+    <nd ref='-18998' />
+    <nd ref='-18992' />
+    <nd ref='-18994' />
+    <nd ref='-9250' />
+    <nd ref='-19002' />
+    <nd ref='-19000' />
+    <nd ref='-19004' />
+    <nd ref='-9214' />
+    <nd ref='-19010' />
+    <nd ref='-19008' />
+    <nd ref='-19006' />
+    <nd ref='-9252' />
+    <nd ref='-2044' />
+    <nd ref='-9254' />
+    <nd ref='-9256' />
+    <nd ref='-2046' />
+    <nd ref='-2048' />
+    <nd ref='-2050' />
+    <nd ref='-2054' />
+    <nd ref='-2052' />
+    <nd ref='-2056' />
+    <nd ref='-2058' />
+    <nd ref='-2060' />
+    <nd ref='-2062' />
+    <nd ref='-2064' />
+    <nd ref='-2066' />
+    <nd ref='-28530' />
+    <nd ref='-2068' />
+    <nd ref='-28532' />
+    <nd ref='-6564' />
+    <nd ref='-18832' />
+    <nd ref='-28804' />
+    <nd ref='-18834' />
+    <nd ref='-6562' />
+    <nd ref='-18816' />
+    <nd ref='-18818' />
+    <nd ref='-18820' />
+    <nd ref='-18822' />
+    <nd ref='-18824' />
+    <nd ref='-18826' />
+    <nd ref='-18830' />
+    <nd ref='-28806' />
+    <nd ref='-28808' />
+    <nd ref='-18828' />
+    <nd ref='-6560' />
+    <nd ref='-18812' />
+    <nd ref='-18814' />
+    <nd ref='-18810' />
+    <nd ref='-6558' />
+    <nd ref='-28812' />
+    <nd ref='-28810' />
+    <nd ref='-6556' />
+    <nd ref='-6554' />
+    <nd ref='-18808' />
+    <nd ref='-18806' />
+    <nd ref='-18804' />
+    <nd ref='-18798' />
+    <nd ref='-18800' />
+    <nd ref='-18802' />
+    <nd ref='-28814' />
+    <nd ref='-6552' />
+    <nd ref='-28816' />
+    <nd ref='-18782' />
+    <nd ref='-18784' />
+    <nd ref='-18788' />
+    <nd ref='-18792' />
+    <nd ref='-18790' />
+    <nd ref='-18786' />
+    <nd ref='-18794' />
+    <nd ref='-18796' />
+    <nd ref='-18776' />
+    <nd ref='-18778' />
+    <nd ref='-18780' />
+    <nd ref='-18774' />
+    <nd ref='-6550' />
+    <nd ref='-20248' />
+    <nd ref='-20250' />
+    <nd ref='-20252' />
+    <nd ref='-20254' />
+    <nd ref='-20258' />
+    <nd ref='-20260' />
+    <nd ref='-20262' />
+    <nd ref='-20256' />
+    <nd ref='-20264' />
+    <nd ref='-20268' />
+    <nd ref='-20266' />
+    <nd ref='-20276' />
+    <nd ref='-20270' />
+    <nd ref='-20272' />
+    <nd ref='-20274' />
+    <nd ref='-20278' />
+    <nd ref='-20280' />
+    <nd ref='-20282' />
+    <nd ref='-20284' />
+    <nd ref='-20286' />
+    <nd ref='-9258' />
+    <nd ref='-9260' />
+    <nd ref='-20288' />
+    <nd ref='-20290' />
+    <nd ref='-20292' />
+    <nd ref='-20294' />
+    <nd ref='-9234' />
+    <tag k='ISO3166-1:alpha2' v='HU' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/hungary/speed_limits_en.htm' />
+    <tag k='maxspeed:trunk' v='110' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Hungary' />
+    <tag k='taginfo' v='http://taginfo.openstreetmap.hu' />
+  </way>
+  <way id='-29068'>
+    <nd ref='-7830' />
+    <nd ref='-22168' />
+    <nd ref='-22166' />
+    <nd ref='-22172' />
+    <nd ref='-22178' />
+    <nd ref='-7828' />
+    <nd ref='-22194' />
+    <nd ref='-22196' />
+    <nd ref='-22192' />
+    <nd ref='-22190' />
+    <nd ref='-22186' />
+    <nd ref='-22184' />
+    <nd ref='-22182' />
+    <nd ref='-7826' />
+    <nd ref='-22198' />
+    <nd ref='-22202' />
+    <nd ref='-22200' />
+    <nd ref='-7824' />
+    <nd ref='-22204' />
+    <nd ref='-22206' />
+    <nd ref='-22208' />
+    <nd ref='-7822' />
+    <nd ref='-7820' />
+    <nd ref='-7818' />
+    <nd ref='-22212' />
+    <nd ref='-22210' />
+    <nd ref='-22222' />
+    <nd ref='-22216' />
+    <nd ref='-22214' />
+    <nd ref='-22220' />
+    <nd ref='-22218' />
+    <nd ref='-27542' />
+    <nd ref='-7816' />
+    <nd ref='-22226' />
+    <nd ref='-22224' />
+    <nd ref='-7814' />
+    <nd ref='-22228' />
+    <nd ref='-22230' />
+    <nd ref='-22232' />
+    <nd ref='-22234' />
+    <nd ref='-22236' />
+    <nd ref='-22238' />
+    <nd ref='-22240' />
+    <nd ref='-22246' />
+    <nd ref='-22244' />
+    <nd ref='-22242' />
+    <nd ref='-10764' />
+    <nd ref='-1620' />
+    <nd ref='-1618' />
+    <nd ref='-1614' />
+    <nd ref='-1616' />
+    <nd ref='-1608' />
+    <nd ref='-27538' />
+    <nd ref='-1612' />
+    <nd ref='-27536' />
+    <nd ref='-1610' />
+    <nd ref='-1622' />
+    <nd ref='-27534' />
+    <nd ref='-1606' />
+    <nd ref='-27532' />
+    <nd ref='-1604' />
+    <nd ref='-1602' />
+    <nd ref='-1590' />
+    <nd ref='-1594' />
+    <nd ref='-1592' />
+    <nd ref='-1596' />
+    <nd ref='-1598' />
+    <nd ref='-1600' />
+    <nd ref='-10762' />
+    <nd ref='-1586' />
+    <nd ref='-1584' />
+    <nd ref='-1588' />
+    <nd ref='-1626' />
+    <nd ref='-1624' />
+    <nd ref='-1630' />
+    <nd ref='-1628' />
+    <nd ref='-27530' />
+    <nd ref='-1640' />
+    <nd ref='-1634' />
+    <nd ref='-1632' />
+    <nd ref='-1636' />
+    <nd ref='-1638' />
+    <nd ref='-1672' />
+    <nd ref='-1670' />
+    <nd ref='-1664' />
+    <nd ref='-1666' />
+    <nd ref='-1668' />
+    <nd ref='-1662' />
+    <nd ref='-1660' />
+    <nd ref='-1658' />
+    <nd ref='-1656' />
+    <nd ref='-1654' />
+    <nd ref='-1646' />
+    <nd ref='-1644' />
+    <nd ref='-1642' />
+    <nd ref='-1648' />
+    <nd ref='-1652' />
+    <nd ref='-1650' />
+    <nd ref='-1782' />
+    <nd ref='-1682' />
+    <nd ref='-1684' />
+    <nd ref='-1680' />
+    <nd ref='-1678' />
+    <nd ref='-1674' />
+    <nd ref='-1676' />
+    <nd ref='-1686' />
+    <nd ref='-1690' />
+    <nd ref='-1688' />
+    <nd ref='-1712' />
+    <nd ref='-27528' />
+    <nd ref='-1696' />
+    <nd ref='-1698' />
+    <nd ref='-1694' />
+    <nd ref='-1692' />
+    <nd ref='-27526' />
+    <nd ref='-1700' />
+    <nd ref='-1702' />
+    <nd ref='-27524' />
+    <nd ref='-1706' />
+    <nd ref='-1704' />
+    <nd ref='-1710' />
+    <nd ref='-1708' />
+    <nd ref='-27522' />
+    <nd ref='-27516' />
+    <nd ref='-27518' />
+    <nd ref='-27520' />
+    <nd ref='-1780' />
+    <nd ref='-27514' />
+    <nd ref='-1720' />
+    <nd ref='-1722' />
+    <nd ref='-1714' />
+    <nd ref='-27512' />
+    <nd ref='-1716' />
+    <nd ref='-1718' />
+    <nd ref='-1746' />
+    <nd ref='-27510' />
+    <nd ref='-1744' />
+    <nd ref='-1742' />
+    <nd ref='-27508' />
+    <nd ref='-27506' />
+    <nd ref='-1738' />
+    <nd ref='-27504' />
+    <nd ref='-27502' />
+    <nd ref='-27500' />
+    <nd ref='-27498' />
+    <nd ref='-1740' />
+    <nd ref='-1724' />
+    <nd ref='-1728' />
+    <nd ref='-27496' />
+    <nd ref='-1736' />
+    <nd ref='-1734' />
+    <nd ref='-1732' />
+    <nd ref='-1778' />
+    <nd ref='-1774' />
+    <nd ref='-1772' />
+    <nd ref='-27494' />
+    <nd ref='-27492' />
+    <nd ref='-1770' />
+    <nd ref='-1768' />
+    <nd ref='-1776' />
+    <nd ref='-1766' />
+    <nd ref='-1764' />
+    <nd ref='-1748' />
+    <nd ref='-27490' />
+    <nd ref='-1762' />
+    <nd ref='-1750' />
+    <nd ref='-1758' />
+    <nd ref='-1756' />
+    <nd ref='-1754' />
+    <nd ref='-1752' />
+    <nd ref='-1760' />
+    <nd ref='-27488' />
+    <nd ref='-9280' />
+    <nd ref='-1796' />
+    <nd ref='-27486' />
+    <nd ref='-27482' />
+    <nd ref='-27484' />
+    <nd ref='-1794' />
+    <nd ref='-27480' />
+    <nd ref='-27478' />
+    <nd ref='-1792' />
+    <nd ref='-1798' />
+    <nd ref='-94092' />
+    <nd ref='-92828' />
+    <nd ref='-1786' />
+    <nd ref='-1788' />
+    <nd ref='-1784' />
+    <nd ref='-1790' />
+    <nd ref='-10760' />
+    <nd ref='-7812' />
+    <nd ref='-21762' />
+    <nd ref='-21768' />
+    <nd ref='-21758' />
+    <nd ref='-21760' />
+    <nd ref='-21766' />
+    <nd ref='-21764' />
+    <nd ref='-27540' />
+    <nd ref='-7334' />
+    <nd ref='-2156' />
+    <nd ref='-2158' />
+    <nd ref='-2160' />
+    <nd ref='-27476' />
+    <nd ref='-27474' />
+    <nd ref='-2150' />
+    <nd ref='-2154' />
+    <nd ref='-27470' />
+    <nd ref='-2152' />
+    <nd ref='-27466' />
+    <nd ref='-27464' />
+    <nd ref='-27472' />
+    <nd ref='-27468' />
+    <nd ref='-94057' />
+    <nd ref='-2162' />
+    <nd ref='-27462' />
+    <nd ref='-7332' />
+    <nd ref='-27460' />
+    <nd ref='-2164' />
+    <nd ref='-27454' />
+    <nd ref='-27456' />
+    <nd ref='-27458' />
+    <nd ref='-2168' />
+    <nd ref='-2166' />
+    <nd ref='-2170' />
+    <nd ref='-2172' />
+    <nd ref='-7330' />
+    <nd ref='-2174' />
+    <nd ref='-7328' />
+    <nd ref='-7326' />
+    <nd ref='-22132' />
+    <nd ref='-22134' />
+    <nd ref='-22144' />
+    <nd ref='-22142' />
+    <nd ref='-22146' />
+    <nd ref='-22140' />
+    <nd ref='-22138' />
+    <nd ref='-22136' />
+    <nd ref='-7810' />
+    <nd ref='-22130' />
+    <nd ref='-22128' />
+    <nd ref='-22126' />
+    <nd ref='-7808' />
+    <nd ref='-7806' />
+    <nd ref='-22124' />
+    <nd ref='-22122' />
+    <nd ref='-7804' />
+    <nd ref='-22106' />
+    <nd ref='-22110' />
+    <nd ref='-22118' />
+    <nd ref='-22120' />
+    <nd ref='-22108' />
+    <nd ref='-22112' />
+    <nd ref='-22116' />
+    <nd ref='-22114' />
+    <nd ref='-7802' />
+    <nd ref='-22092' />
+    <nd ref='-22104' />
+    <nd ref='-22102' />
+    <nd ref='-22100' />
+    <nd ref='-22098' />
+    <nd ref='-22094' />
+    <nd ref='-22096' />
+    <nd ref='-22080' />
+    <nd ref='-22078' />
+    <nd ref='-22076' />
+    <nd ref='-22086' />
+    <nd ref='-22088' />
+    <nd ref='-22090' />
+    <nd ref='-22084' />
+    <nd ref='-22082' />
+    <nd ref='-7800' />
+    <nd ref='-22068' />
+    <nd ref='-22072' />
+    <nd ref='-22074' />
+    <nd ref='-22070' />
+    <nd ref='-22066' />
+    <nd ref='-9282' />
+    <nd ref='-9284' />
+    <nd ref='-22064' />
+    <nd ref='-22052' />
+    <nd ref='-22054' />
+    <nd ref='-22060' />
+    <nd ref='-22062' />
+    <nd ref='-22058' />
+    <nd ref='-22056' />
+    <nd ref='-9286' />
+    <nd ref='-22046' />
+    <nd ref='-22050' />
+    <nd ref='-22048' />
+    <nd ref='-22044' />
+    <nd ref='-22042' />
+    <nd ref='-9288' />
+    <nd ref='-22040' />
+    <nd ref='-22038' />
+    <nd ref='-22036' />
+    <nd ref='-22034' />
+    <nd ref='-9290' />
+    <nd ref='-22026' />
+    <nd ref='-22024' />
+    <nd ref='-22010' />
+    <nd ref='-22012' />
+    <nd ref='-22020' />
+    <nd ref='-22018' />
+    <nd ref='-22016' />
+    <nd ref='-22014' />
+    <nd ref='-9294' />
+    <nd ref='-27410' />
+    <nd ref='-22008' />
+    <nd ref='-9296' />
+    <nd ref='-22004' />
+    <nd ref='-22002' />
+    <nd ref='-9298' />
+    <nd ref='-9300' />
+    <nd ref='-22000' />
+    <nd ref='-21998' />
+    <nd ref='-21996' />
+    <nd ref='-9302' />
+    <nd ref='-21988' />
+    <nd ref='-21986' />
+    <nd ref='-21984' />
+    <nd ref='-21992' />
+    <nd ref='-21990' />
+    <nd ref='-21994' />
+    <nd ref='-9304' />
+    <nd ref='-27412' />
+    <nd ref='-9306' />
+    <nd ref='-21982' />
+    <nd ref='-21976' />
+    <nd ref='-21970' />
+    <nd ref='-21974' />
+    <nd ref='-21972' />
+    <nd ref='-21980' />
+    <nd ref='-21978' />
+    <nd ref='-21944' />
+    <nd ref='-21968' />
+    <nd ref='-21966' />
+    <nd ref='-21964' />
+    <nd ref='-21962' />
+    <nd ref='-21960' />
+    <nd ref='-21958' />
+    <nd ref='-21956' />
+    <nd ref='-21954' />
+    <nd ref='-21952' />
+    <nd ref='-21950' />
+    <nd ref='-21946' />
+    <nd ref='-21948' />
+    <nd ref='-7042' />
+    <nd ref='-19626' />
+    <nd ref='-7040' />
+    <nd ref='-19624' />
+    <nd ref='-19622' />
+    <nd ref='-19614' />
+    <nd ref='-19616' />
+    <nd ref='-19620' />
+    <nd ref='-19618' />
+    <nd ref='-19610' />
+    <nd ref='-19612' />
+    <nd ref='-7038' />
+    <nd ref='-7036' />
+    <nd ref='-19608' />
+    <nd ref='-98580' />
+    <nd ref='-7034' />
+    <nd ref='-19606' />
+    <nd ref='-19604' />
+    <nd ref='-19602' />
+    <nd ref='-19600' />
+    <nd ref='-19598' />
+    <nd ref='-7032' />
+    <nd ref='-19590' />
+    <nd ref='-19592' />
+    <nd ref='-19594' />
+    <nd ref='-19596' />
+    <nd ref='-7030' />
+    <nd ref='-19576' />
+    <nd ref='-19578' />
+    <nd ref='-19580' />
+    <nd ref='-19582' />
+    <nd ref='-19588' />
+    <nd ref='-19586' />
+    <nd ref='-19584' />
+    <nd ref='-7028' />
+    <nd ref='-19574' />
+    <nd ref='-7026' />
+    <nd ref='-98413' />
+    <nd ref='-19568' />
+    <nd ref='-19570' />
+    <nd ref='-19572' />
+    <nd ref='-98299' />
+    <nd ref='-19566' />
+    <nd ref='-19564' />
+    <nd ref='-7024' />
+    <nd ref='-19560' />
+    <nd ref='-19562' />
+    <nd ref='-19558' />
+    <nd ref='-7022' />
+    <nd ref='-27418' />
+    <nd ref='-27420' />
+    <nd ref='-27422' />
+    <nd ref='-27424' />
+    <nd ref='-19556' />
+    <nd ref='-27426' />
+    <nd ref='-7020' />
+    <nd ref='-27428' />
+    <nd ref='-19552' />
+    <nd ref='-19554' />
+    <nd ref='-27430' />
+    <nd ref='-27432' />
+    <nd ref='-19550' />
+    <nd ref='-27434' />
+    <nd ref='-19548' />
+    <nd ref='-19546' />
+    <nd ref='-27436' />
+    <nd ref='-19544' />
+    <nd ref='-7018' />
+    <nd ref='-19538' />
+    <nd ref='-19536' />
+    <nd ref='-27438' />
+    <nd ref='-19534' />
+    <nd ref='-19532' />
+    <nd ref='-19542' />
+    <nd ref='-19540' />
+    <nd ref='-19530' />
+    <nd ref='-19528' />
+    <nd ref='-27440' />
+    <nd ref='-19526' />
+    <nd ref='-19512' />
+    <nd ref='-19514' />
+    <nd ref='-19516' />
+    <nd ref='-19518' />
+    <nd ref='-19520' />
+    <nd ref='-19522' />
+    <nd ref='-19524' />
+    <nd ref='-7074' />
+    <nd ref='-7072' />
+    <nd ref='-27442' />
+    <nd ref='-7070' />
+    <nd ref='-7068' />
+    <nd ref='-7066' />
+    <nd ref='-7064' />
+    <nd ref='-19510' />
+    <nd ref='-19508' />
+    <nd ref='-19506' />
+    <nd ref='-19504' />
+    <nd ref='-19502' />
+    <nd ref='-27444' />
+    <nd ref='-19500' />
+    <nd ref='-19498' />
+    <nd ref='-19484' />
+    <nd ref='-19482' />
+    <nd ref='-19496' />
+    <nd ref='-19494' />
+    <nd ref='-19492' />
+    <nd ref='-19490' />
+    <nd ref='-19486' />
+    <nd ref='-19488' />
+    <nd ref='-7062' />
+    <nd ref='-7060' />
+    <nd ref='-7058' />
+    <nd ref='-19474' />
+    <nd ref='-19478' />
+    <nd ref='-19476' />
+    <nd ref='-19480' />
+    <nd ref='-19472' />
+    <nd ref='-7056' />
+    <nd ref='-19470' />
+    <nd ref='-7054' />
+    <nd ref='-27446' />
+    <nd ref='-19464' />
+    <nd ref='-19462' />
+    <nd ref='-19466' />
+    <nd ref='-27448' />
+    <nd ref='-19468' />
+    <nd ref='-7052' />
+    <nd ref='-7050' />
+    <nd ref='-27450' />
+    <nd ref='-27452' />
+    <nd ref='-19460' />
+    <nd ref='-9308' />
+    <nd ref='-7048' />
+    <nd ref='-9310' />
+    <nd ref='-12116' />
+    <nd ref='-12118' />
+    <nd ref='-12120' />
+    <nd ref='-11988' />
+    <nd ref='-11990' />
+    <nd ref='-11720' />
+    <nd ref='-11722' />
+    <nd ref='-9312' />
+    <nd ref='-11714' />
+    <nd ref='-9314' />
+    <nd ref='-90878' />
+    <nd ref='-11796' />
+    <nd ref='-11794' />
+    <nd ref='-93205' />
+    <nd ref='-96157' />
+    <nd ref='-9316' />
+    <nd ref='-9318' />
+    <nd ref='-9320' />
+    <nd ref='-9322' />
+    <nd ref='-22248' />
+    <nd ref='-22250' />
+    <nd ref='-22252' />
+    <nd ref='-22254' />
+    <nd ref='-22256' />
+    <nd ref='-22258' />
+    <nd ref='-22260' />
+    <nd ref='-9324' />
+    <nd ref='-9326' />
+    <nd ref='-9328' />
+    <nd ref='-22262' />
+    <nd ref='-22264' />
+    <nd ref='-22268' />
+    <nd ref='-22266' />
+    <nd ref='-22270' />
+    <nd ref='-22272' />
+    <nd ref='-22274' />
+    <nd ref='-22282' />
+    <nd ref='-22280' />
+    <nd ref='-22278' />
+    <nd ref='-22276' />
+    <nd ref='-9330' />
+    <nd ref='-9332' />
+    <nd ref='-22284' />
+    <nd ref='-22286' />
+    <nd ref='-22294' />
+    <nd ref='-22292' />
+    <nd ref='-22290' />
+    <nd ref='-22288' />
+    <nd ref='-9334' />
+    <nd ref='-22296' />
+    <nd ref='-22302' />
+    <nd ref='-22304' />
+    <nd ref='-22300' />
+    <nd ref='-22298' />
+    <nd ref='-9336' />
+    <nd ref='-9338' />
+    <nd ref='-9340' />
+    <nd ref='-9342' />
+    <nd ref='-22306' />
+    <nd ref='-22308' />
+    <nd ref='-22312' />
+    <nd ref='-9346' />
+    <nd ref='-9348' />
+    <nd ref='-9352' />
+    <nd ref='-9354' />
+    <nd ref='-9356' />
+    <nd ref='-9358' />
+    <nd ref='-9360' />
+    <nd ref='-9362' />
+    <nd ref='-9364' />
+    <nd ref='-9366' />
+    <nd ref='-9368' />
+    <nd ref='-9370' />
+    <nd ref='-9372' />
+    <nd ref='-22316' />
+    <nd ref='-9374' />
+    <nd ref='-9376' />
+    <nd ref='-22322' />
+    <nd ref='-22320' />
+    <nd ref='-22326' />
+    <nd ref='-22328' />
+    <nd ref='-22324' />
+    <nd ref='-22318' />
+    <nd ref='-9378' />
+    <nd ref='-27556' />
+    <nd ref='-9380' />
+    <nd ref='-22330' />
+    <nd ref='-22332' />
+    <nd ref='-27554' />
+    <nd ref='-9382' />
+    <nd ref='-22334' />
+    <nd ref='-22338' />
+    <nd ref='-22340' />
+    <nd ref='-22342' />
+    <nd ref='-22344' />
+    <nd ref='-22336' />
+    <nd ref='-9384' />
+    <nd ref='-22350' />
+    <nd ref='-22348' />
+    <nd ref='-22346' />
+    <nd ref='-22352' />
+    <nd ref='-9386' />
+    <nd ref='-27550' />
+    <nd ref='-27552' />
+    <nd ref='-9388' />
+    <nd ref='-9390' />
+    <nd ref='-9392' />
+    <nd ref='-22356' />
+    <nd ref='-22364' />
+    <nd ref='-22362' />
+    <nd ref='-22360' />
+    <nd ref='-22358' />
+    <nd ref='-22354' />
+    <nd ref='-22368' />
+    <nd ref='-22366' />
+    <nd ref='-22370' />
+    <nd ref='-22372' />
+    <nd ref='-9394' />
+    <nd ref='-22374' />
+    <nd ref='-22376' />
+    <nd ref='-22378' />
+    <nd ref='-22380' />
+    <nd ref='-9396' />
+    <nd ref='-9398' />
+    <nd ref='-9400' />
+    <nd ref='-27548' />
+    <nd ref='-22382' />
+    <nd ref='-27546' />
+    <nd ref='-22388' />
+    <nd ref='-22390' />
+    <nd ref='-22392' />
+    <nd ref='-22394' />
+    <nd ref='-22386' />
+    <nd ref='-22384' />
+    <nd ref='-22396' />
+    <nd ref='-27544' />
+    <nd ref='-22398' />
+    <nd ref='-22400' />
+    <nd ref='-22404' />
+    <nd ref='-22402' />
+    <nd ref='-22406' />
+    <nd ref='-22408' />
+    <nd ref='-22412' />
+    <nd ref='-22416' />
+    <nd ref='-22414' />
+    <nd ref='-22410' />
+    <nd ref='-9402' />
+    <nd ref='-9404' />
+    <nd ref='-22418' />
+    <nd ref='-9406' />
+    <nd ref='-22420' />
+    <nd ref='-22422' />
+    <nd ref='-9408' />
+    <nd ref='-22434' />
+    <nd ref='-22430' />
+    <nd ref='-22432' />
+    <nd ref='-22424' />
+    <nd ref='-22426' />
+    <nd ref='-22428' />
+    <nd ref='-9410' />
+    <nd ref='-9412' />
+    <nd ref='-9414' />
+    <nd ref='-22440' />
+    <nd ref='-22438' />
+    <nd ref='-22436' />
+    <nd ref='-7832' />
+    <nd ref='-22148' />
+    <nd ref='-22150' />
+    <nd ref='-22152' />
+    <nd ref='-22160' />
+    <nd ref='-22164' />
+    <nd ref='-7830' />
+    <tag k='ISO3166-1:alpha2' v='IN' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='India' />
+    <tag k='taginfo' v='https://taginfo.openstreetmap.in' />
+  </way>
+  <way id='-29070'>
+    <nd ref='-6610' />
+    <nd ref='-27982' />
+    <nd ref='-16934' />
+    <nd ref='-16936' />
+    <nd ref='-16938' />
+    <nd ref='-16940' />
+    <nd ref='-16954' />
+    <nd ref='-16956' />
+    <nd ref='-16944' />
+    <nd ref='-27980' />
+    <nd ref='-27978' />
+    <nd ref='-27976' />
+    <nd ref='-16946' />
+    <nd ref='-16948' />
+    <nd ref='-16950' />
+    <nd ref='-16952' />
+    <nd ref='-16942' />
+    <nd ref='-6608' />
+    <nd ref='-16870' />
+    <nd ref='-16872' />
+    <nd ref='-6494' />
+    <nd ref='-27966' />
+    <nd ref='-16958' />
+    <nd ref='-16960' />
+    <nd ref='-16962' />
+    <nd ref='-16964' />
+    <nd ref='-16966' />
+    <nd ref='-16968' />
+    <nd ref='-6640' />
+    <nd ref='-27964' />
+    <nd ref='-27962' />
+    <nd ref='-6638' />
+    <nd ref='-27960' />
+    <nd ref='-6636' />
+    <nd ref='-16970' />
+    <nd ref='-16972' />
+    <nd ref='-16974' />
+    <nd ref='-16976' />
+    <nd ref='-6634' />
+    <nd ref='-16978' />
+    <nd ref='-6632' />
+    <nd ref='-16980' />
+    <nd ref='-6630' />
+    <nd ref='-6628' />
+    <nd ref='-6626' />
+    <nd ref='-6624' />
+    <nd ref='-6622' />
+    <nd ref='-16982' />
+    <nd ref='-16984' />
+    <nd ref='-16986' />
+    <nd ref='-16988' />
+    <nd ref='-27958' />
+    <nd ref='-27956' />
+    <nd ref='-6620' />
+    <nd ref='-6618' />
+    <nd ref='-9418' />
+    <nd ref='-9420' />
+    <nd ref='-19332' />
+    <nd ref='-9422' />
+    <nd ref='-19322' />
+    <nd ref='-19330' />
+    <nd ref='-19328' />
+    <nd ref='-19326' />
+    <nd ref='-19324' />
+    <nd ref='-9424' />
+    <nd ref='-19316' />
+    <nd ref='-19318' />
+    <nd ref='-19320' />
+    <nd ref='-19300' />
+    <nd ref='-19302' />
+    <nd ref='-19304' />
+    <nd ref='-19312' />
+    <nd ref='-19314' />
+    <nd ref='-19308' />
+    <nd ref='-19310' />
+    <nd ref='-19306' />
+    <nd ref='-9426' />
+    <nd ref='-19298' />
+    <nd ref='-9428' />
+    <nd ref='-9430' />
+    <nd ref='-19296' />
+    <nd ref='-19286' />
+    <nd ref='-19288' />
+    <nd ref='-19292' />
+    <nd ref='-19294' />
+    <nd ref='-19290' />
+    <nd ref='-9432' />
+    <nd ref='-19278' />
+    <nd ref='-19282' />
+    <nd ref='-19280' />
+    <nd ref='-19284' />
+    <nd ref='-9434' />
+    <nd ref='-9436' />
+    <nd ref='-9438' />
+    <nd ref='-19276' />
+    <nd ref='-19274' />
+    <nd ref='-19266' />
+    <nd ref='-19264' />
+    <nd ref='-19268' />
+    <nd ref='-19272' />
+    <nd ref='-19270' />
+    <nd ref='-6300' />
+    <nd ref='-19262' />
+    <nd ref='-9440' />
+    <nd ref='-19260' />
+    <nd ref='-19258' />
+    <nd ref='-19256' />
+    <nd ref='-19254' />
+    <nd ref='-9442' />
+    <nd ref='-6298' />
+    <nd ref='-6296' />
+    <nd ref='-19250' />
+    <nd ref='-19252' />
+    <nd ref='-9444' />
+    <nd ref='-19244' />
+    <nd ref='-19246' />
+    <nd ref='-19248' />
+    <nd ref='-9446' />
+    <nd ref='-9448' />
+    <nd ref='-6294' />
+    <nd ref='-6292' />
+    <nd ref='-6290' />
+    <nd ref='-19238' />
+    <nd ref='-27908' />
+    <nd ref='-27906' />
+    <nd ref='-19242' />
+    <nd ref='-19240' />
+    <nd ref='-9450' />
+    <nd ref='-6288' />
+    <nd ref='-19204' />
+    <nd ref='-9452' />
+    <nd ref='-19206' />
+    <nd ref='-19208' />
+    <nd ref='-9454' />
+    <nd ref='-19210' />
+    <nd ref='-19212' />
+    <nd ref='-9456' />
+    <nd ref='-19214' />
+    <nd ref='-9458' />
+    <nd ref='-9460' />
+    <nd ref='-19216' />
+    <nd ref='-19220' />
+    <nd ref='-19218' />
+    <nd ref='-19224' />
+    <nd ref='-19222' />
+    <nd ref='-9462' />
+    <nd ref='-19228' />
+    <nd ref='-19226' />
+    <nd ref='-9464' />
+    <nd ref='-19230' />
+    <nd ref='-9466' />
+    <nd ref='-19232' />
+    <nd ref='-19234' />
+    <nd ref='-9468' />
+    <nd ref='-19236' />
+    <nd ref='-9470' />
+    <nd ref='-9472' />
+    <nd ref='-9474' />
+    <nd ref='-6376' />
+    <nd ref='-5732' />
+    <nd ref='-10786' />
+    <nd ref='-10784' />
+    <nd ref='-6402' />
+    <nd ref='-3886' />
+    <nd ref='-9476' />
+    <nd ref='-9478' />
+    <nd ref='-3792' />
+    <nd ref='-9480' />
+    <nd ref='-16600' />
+    <nd ref='-16598' />
+    <nd ref='-16596' />
+    <nd ref='-9482' />
+    <nd ref='-16594' />
+    <nd ref='-16592' />
+    <nd ref='-16590' />
+    <nd ref='-16588' />
+    <nd ref='-16586' />
+    <nd ref='-16584' />
+    <nd ref='-28040' />
+    <nd ref='-16582' />
+    <nd ref='-16580' />
+    <nd ref='-16578' />
+    <nd ref='-16576' />
+    <nd ref='-16574' />
+    <nd ref='-16572' />
+    <nd ref='-16570' />
+    <nd ref='-16604' />
+    <nd ref='-16602' />
+    <nd ref='-16614' />
+    <nd ref='-16612' />
+    <nd ref='-16610' />
+    <nd ref='-16608' />
+    <nd ref='-16606' />
+    <nd ref='-16616' />
+    <nd ref='-16644' />
+    <nd ref='-16642' />
+    <nd ref='-16640' />
+    <nd ref='-16638' />
+    <nd ref='-16636' />
+    <nd ref='-16634' />
+    <nd ref='-16632' />
+    <nd ref='-16630' />
+    <nd ref='-16628' />
+    <nd ref='-16626' />
+    <nd ref='-16624' />
+    <nd ref='-16622' />
+    <nd ref='-16646' />
+    <nd ref='-16648' />
+    <nd ref='-16650' />
+    <nd ref='-16620' />
+    <nd ref='-28038' />
+    <nd ref='-16652' />
+    <nd ref='-16654' />
+    <nd ref='-16656' />
+    <nd ref='-16658' />
+    <nd ref='-28036' />
+    <nd ref='-16660' />
+    <nd ref='-16664' />
+    <nd ref='-16662' />
+    <nd ref='-28034' />
+    <nd ref='-16666' />
+    <nd ref='-16668' />
+    <nd ref='-16670' />
+    <nd ref='-16618' />
+    <nd ref='-28032' />
+    <nd ref='-16694' />
+    <nd ref='-16696' />
+    <nd ref='-16698' />
+    <nd ref='-16690' />
+    <nd ref='-16692' />
+    <nd ref='-28030' />
+    <nd ref='-28028' />
+    <nd ref='-28026' />
+    <nd ref='-16688' />
+    <nd ref='-28022' />
+    <nd ref='-28024' />
+    <nd ref='-16686' />
+    <nd ref='-28020' />
+    <nd ref='-28018' />
+    <nd ref='-16684' />
+    <nd ref='-16682' />
+    <nd ref='-16680' />
+    <nd ref='-16678' />
+    <nd ref='-16676' />
+    <nd ref='-16674' />
+    <nd ref='-16672' />
+    <nd ref='-28016' />
+    <nd ref='-28014' />
+    <nd ref='-16700' />
+    <nd ref='-16722' />
+    <nd ref='-16720' />
+    <nd ref='-16718' />
+    <nd ref='-28012' />
+    <nd ref='-28010' />
+    <nd ref='-16716' />
+    <nd ref='-28008' />
+    <nd ref='-16714' />
+    <nd ref='-16712' />
+    <nd ref='-16710' />
+    <nd ref='-16708' />
+    <nd ref='-16706' />
+    <nd ref='-16704' />
+    <nd ref='-28006' />
+    <nd ref='-28004' />
+    <nd ref='-28002' />
+    <nd ref='-16702' />
+    <nd ref='-16728' />
+    <nd ref='-28000' />
+    <nd ref='-16730' />
+    <nd ref='-27998' />
+    <nd ref='-16732' />
+    <nd ref='-16734' />
+    <nd ref='-16726' />
+    <nd ref='-27996' />
+    <nd ref='-27994' />
+    <nd ref='-27992' />
+    <nd ref='-27988' />
+    <nd ref='-27990' />
+    <nd ref='-16724' />
+    <nd ref='-16744' />
+    <nd ref='-16746' />
+    <nd ref='-16742' />
+    <nd ref='-16740' />
+    <nd ref='-16738' />
+    <nd ref='-16736' />
+    <nd ref='-16748' />
+    <nd ref='-16750' />
+    <nd ref='-27986' />
+    <nd ref='-16752' />
+    <nd ref='-16754' />
+    <nd ref='-16756' />
+    <nd ref='-9484' />
+    <nd ref='-16566' />
+    <nd ref='-1094' />
+    <nd ref='-1096' />
+    <nd ref='-1102' />
+    <nd ref='-1100' />
+    <nd ref='-1098' />
+    <nd ref='-1110' />
+    <nd ref='-1106' />
+    <nd ref='-1108' />
+    <nd ref='-1104' />
+    <nd ref='-1134' />
+    <nd ref='-1116' />
+    <nd ref='-1132' />
+    <nd ref='-1114' />
+    <nd ref='-1112' />
+    <nd ref='-1130' />
+    <nd ref='-27984' />
+    <nd ref='-1128' />
+    <nd ref='-1126' />
+    <nd ref='-1118' />
+    <nd ref='-1124' />
+    <nd ref='-1120' />
+    <nd ref='-1122' />
+    <nd ref='-9486' />
+    <nd ref='-1148' />
+    <nd ref='-1138' />
+    <nd ref='-1140' />
+    <nd ref='-1136' />
+    <nd ref='-1146' />
+    <nd ref='-1144' />
+    <nd ref='-1142' />
+    <nd ref='-9488' />
+    <nd ref='-1154' />
+    <nd ref='-1152' />
+    <nd ref='-1150' />
+    <nd ref='-6612' />
+    <nd ref='-16932' />
+    <nd ref='-6610' />
+    <tag k='ISO3166-1:alpha2' v='IR' />
+    <tag k='name:en' v='Iran, Islamic Rep.' />
+  </way>
+  <way id='-29072'>
+    <nd ref='-9490' />
+    <nd ref='-9492' />
+    <nd ref='-16518' />
+    <nd ref='-16520' />
+    <nd ref='-16522' />
+    <nd ref='-16524' />
+    <nd ref='-16526' />
+    <nd ref='-16528' />
+    <nd ref='-16530' />
+    <nd ref='-16532' />
+    <nd ref='-16534' />
+    <nd ref='-16536' />
+    <nd ref='-16538' />
+    <nd ref='-16540' />
+    <nd ref='-16542' />
+    <nd ref='-16544' />
+    <nd ref='-16552' />
+    <nd ref='-16550' />
+    <nd ref='-16548' />
+    <nd ref='-16554' />
+    <nd ref='-16546' />
+    <nd ref='-16564' />
+    <nd ref='-16562' />
+    <nd ref='-16560' />
+    <nd ref='-16558' />
+    <nd ref='-16556' />
+    <nd ref='-16568' />
+    <nd ref='-9484' />
+    <nd ref='-16756' />
+    <nd ref='-16754' />
+    <nd ref='-16752' />
+    <nd ref='-27986' />
+    <nd ref='-16750' />
+    <nd ref='-16748' />
+    <nd ref='-16736' />
+    <nd ref='-16738' />
+    <nd ref='-16740' />
+    <nd ref='-16742' />
+    <nd ref='-16746' />
+    <nd ref='-16744' />
+    <nd ref='-16724' />
+    <nd ref='-27990' />
+    <nd ref='-27988' />
+    <nd ref='-27992' />
+    <nd ref='-27994' />
+    <nd ref='-27996' />
+    <nd ref='-16726' />
+    <nd ref='-16734' />
+    <nd ref='-16732' />
+    <nd ref='-27998' />
+    <nd ref='-16730' />
+    <nd ref='-28000' />
+    <nd ref='-16728' />
+    <nd ref='-16702' />
+    <nd ref='-28002' />
+    <nd ref='-28004' />
+    <nd ref='-28006' />
+    <nd ref='-16704' />
+    <nd ref='-16706' />
+    <nd ref='-16708' />
+    <nd ref='-16710' />
+    <nd ref='-16712' />
+    <nd ref='-16714' />
+    <nd ref='-28008' />
+    <nd ref='-16716' />
+    <nd ref='-28010' />
+    <nd ref='-28012' />
+    <nd ref='-16718' />
+    <nd ref='-16720' />
+    <nd ref='-16722' />
+    <nd ref='-16700' />
+    <nd ref='-28014' />
+    <nd ref='-28016' />
+    <nd ref='-16672' />
+    <nd ref='-16674' />
+    <nd ref='-16676' />
+    <nd ref='-16678' />
+    <nd ref='-16680' />
+    <nd ref='-16682' />
+    <nd ref='-16684' />
+    <nd ref='-28018' />
+    <nd ref='-28020' />
+    <nd ref='-16686' />
+    <nd ref='-28024' />
+    <nd ref='-28022' />
+    <nd ref='-16688' />
+    <nd ref='-28026' />
+    <nd ref='-28028' />
+    <nd ref='-28030' />
+    <nd ref='-16692' />
+    <nd ref='-16690' />
+    <nd ref='-16698' />
+    <nd ref='-16696' />
+    <nd ref='-16694' />
+    <nd ref='-28032' />
+    <nd ref='-16618' />
+    <nd ref='-16670' />
+    <nd ref='-16668' />
+    <nd ref='-16666' />
+    <nd ref='-28034' />
+    <nd ref='-16662' />
+    <nd ref='-16664' />
+    <nd ref='-16660' />
+    <nd ref='-28036' />
+    <nd ref='-16658' />
+    <nd ref='-16656' />
+    <nd ref='-16654' />
+    <nd ref='-16652' />
+    <nd ref='-28038' />
+    <nd ref='-16620' />
+    <nd ref='-16650' />
+    <nd ref='-16648' />
+    <nd ref='-16646' />
+    <nd ref='-16622' />
+    <nd ref='-16624' />
+    <nd ref='-16626' />
+    <nd ref='-16628' />
+    <nd ref='-16630' />
+    <nd ref='-16632' />
+    <nd ref='-16634' />
+    <nd ref='-16636' />
+    <nd ref='-16638' />
+    <nd ref='-16640' />
+    <nd ref='-16642' />
+    <nd ref='-16644' />
+    <nd ref='-16616' />
+    <nd ref='-16606' />
+    <nd ref='-16608' />
+    <nd ref='-16610' />
+    <nd ref='-16612' />
+    <nd ref='-16614' />
+    <nd ref='-16602' />
+    <nd ref='-16604' />
+    <nd ref='-16570' />
+    <nd ref='-16572' />
+    <nd ref='-16574' />
+    <nd ref='-16576' />
+    <nd ref='-16578' />
+    <nd ref='-16580' />
+    <nd ref='-16582' />
+    <nd ref='-28040' />
+    <nd ref='-16584' />
+    <nd ref='-16586' />
+    <nd ref='-16588' />
+    <nd ref='-16590' />
+    <nd ref='-16592' />
+    <nd ref='-16594' />
+    <nd ref='-9482' />
+    <nd ref='-16596' />
+    <nd ref='-16598' />
+    <nd ref='-16600' />
+    <nd ref='-9480' />
+    <nd ref='-9494' />
+    <nd ref='-3790' />
+    <nd ref='-9936' />
+    <nd ref='-9496' />
+    <nd ref='-9498' />
+    <nd ref='-9500' />
+    <nd ref='-9502' />
+    <nd ref='-3788' />
+    <nd ref='-3786' />
+    <nd ref='-9504' />
+    <nd ref='-9506' />
+    <nd ref='-9508' />
+    <nd ref='-5740' />
+    <nd ref='-9510' />
+    <nd ref='-9512' />
+    <nd ref='-9514' />
+    <nd ref='-9586' />
+    <nd ref='-9584' />
+    <nd ref='-9604' />
+    <nd ref='-9602' />
+    <nd ref='-9600' />
+    <nd ref='-9516' />
+    <nd ref='-9518' />
+    <nd ref='-9520' />
+    <nd ref='-16446' />
+    <nd ref='-9522' />
+    <nd ref='-9524' />
+    <nd ref='-9526' />
+    <nd ref='-9528' />
+    <nd ref='-9530' />
+    <nd ref='-9532' />
+    <nd ref='-9534' />
+    <nd ref='-9536' />
+    <nd ref='-9538' />
+    <nd ref='-9540' />
+    <nd ref='-9542' />
+    <nd ref='-9490' />
+    <tag k='ISO3166-1:alpha2' v='IQ' />
+    <tag k='name:en' v='Iraq' />
+  </way>
+  <way id='-29074'>
+    <nd ref='-22624' />
+    <nd ref='-9548' />
+    <nd ref='-9954' />
+    <nd ref='-9550' />
+    <nd ref='-3062' />
+    <nd ref='-3060' />
+    <nd ref='-3058' />
+    <nd ref='-3056' />
+    <nd ref='-3054' />
+    <nd ref='-3052' />
+    <nd ref='-3050' />
+    <nd ref='-3048' />
+    <nd ref='-9952' />
+    <nd ref='-3084' />
+    <nd ref='-3082' />
+    <nd ref='-3080' />
+    <nd ref='-3078' />
+    <nd ref='-3076' />
+    <nd ref='-3074' />
+    <nd ref='-3072' />
+    <nd ref='-3070' />
+    <nd ref='-3068' />
+    <nd ref='-9950' />
+    <nd ref='-9552' />
+    <nd ref='-3086' />
+    <nd ref='-3088' />
+    <nd ref='-3096' />
+    <nd ref='-3090' />
+    <nd ref='-3092' />
+    <nd ref='-3094' />
+    <nd ref='-3098' />
+    <nd ref='-9544' />
+    <nd ref='-3110' />
+    <nd ref='-3108' />
+    <nd ref='-3104' />
+    <nd ref='-3102' />
+    <nd ref='-3100' />
+    <nd ref='-3106' />
+    <nd ref='-9596' />
+    <nd ref='-28134' />
+    <nd ref='-28136' />
+    <nd ref='-28138' />
+    <nd ref='-28140' />
+    <nd ref='-3112' />
+    <nd ref='-3114' />
+    <nd ref='-3116' />
+    <nd ref='-22740' />
+    <nd ref='-22738' />
+    <nd ref='-22736' />
+    <nd ref='-28240' />
+    <nd ref='-22734' />
+    <nd ref='-22732' />
+    <nd ref='-22730' />
+    <nd ref='-28238' />
+    <nd ref='-22728' />
+    <nd ref='-22726' />
+    <nd ref='-22724' />
+    <nd ref='-28236' />
+    <nd ref='-28234' />
+    <nd ref='-28232' />
+    <nd ref='-28230' />
+    <nd ref='-28228' />
+    <nd ref='-22722' />
+    <nd ref='-28226' />
+    <nd ref='-28224' />
+    <nd ref='-22720' />
+    <nd ref='-28222' />
+    <nd ref='-22718' />
+    <nd ref='-22716' />
+    <nd ref='-22714' />
+    <nd ref='-22712' />
+    <nd ref='-22710' />
+    <nd ref='-28220' />
+    <nd ref='-22708' />
+    <nd ref='-28218' />
+    <nd ref='-28216' />
+    <nd ref='-28214' />
+    <nd ref='-22706' />
+    <nd ref='-22704' />
+    <nd ref='-22702' />
+    <nd ref='-22700' />
+    <nd ref='-22698' />
+    <nd ref='-22696' />
+    <nd ref='-28212' />
+    <nd ref='-22694' />
+    <nd ref='-22692' />
+    <nd ref='-22690' />
+    <nd ref='-22688' />
+    <nd ref='-22686' />
+    <nd ref='-22684' />
+    <nd ref='-22682' />
+    <nd ref='-22680' />
+    <nd ref='-22678' />
+    <nd ref='-28210' />
+    <nd ref='-22676' />
+    <nd ref='-28208' />
+    <nd ref='-28204' />
+    <nd ref='-28206' />
+    <nd ref='-28194' />
+    <nd ref='-28202' />
+    <nd ref='-28200' />
+    <nd ref='-28198' />
+    <nd ref='-28196' />
+    <nd ref='-22674' />
+    <nd ref='-28188' />
+    <nd ref='-28192' />
+    <nd ref='-28190' />
+    <nd ref='-28186' />
+    <nd ref='-28184' />
+    <nd ref='-28182' />
+    <nd ref='-28180' />
+    <nd ref='-22672' />
+    <nd ref='-28178' />
+    <nd ref='-28176' />
+    <nd ref='-28174' />
+    <nd ref='-28172' />
+    <nd ref='-28170' />
+    <nd ref='-22670' />
+    <nd ref='-28168' />
+    <nd ref='-28166' />
+    <nd ref='-28162' />
+    <nd ref='-28164' />
+    <nd ref='-22668' />
+    <nd ref='-28142' />
+    <nd ref='-28148' />
+    <nd ref='-28146' />
+    <nd ref='-28144' />
+    <nd ref='-28150' />
+    <nd ref='-28152' />
+    <nd ref='-22666' />
+    <nd ref='-28158' />
+    <nd ref='-28156' />
+    <nd ref='-28154' />
+    <nd ref='-28160' />
+    <nd ref='-22664' />
+    <nd ref='-22662' />
+    <nd ref='-22660' />
+    <nd ref='-22658' />
+    <nd ref='-22656' />
+    <nd ref='-22654' />
+    <nd ref='-22652' />
+    <nd ref='-22650' />
+    <nd ref='-22648' />
+    <nd ref='-22646' />
+    <nd ref='-22644' />
+    <nd ref='-22642' />
+    <nd ref='-22640' />
+    <nd ref='-22638' />
+    <nd ref='-22636' />
+    <nd ref='-3142' />
+    <nd ref='-3126' />
+    <nd ref='-3128' />
+    <nd ref='-3130' />
+    <nd ref='-3132' />
+    <nd ref='-28126' />
+    <nd ref='-3134' />
+    <nd ref='-28124' />
+    <nd ref='-3138' />
+    <nd ref='-28122' />
+    <nd ref='-3136' />
+    <nd ref='-3140' />
+    <nd ref='-28108' />
+    <nd ref='-28106' />
+    <nd ref='-9594' />
+    <nd ref='-22634' />
+    <nd ref='-28112' />
+    <nd ref='-28114' />
+    <nd ref='-22632' />
+    <nd ref='-22630' />
+    <nd ref='-28116' />
+    <nd ref='-28118' />
+    <nd ref='-22628' />
+    <nd ref='-28120' />
+    <nd ref='-22626' />
+    <nd ref='-22624' />
+    <tag k='ISO3166-1:alpha2' v='IL' />
+    <tag k='name:en' v='Israel' />
+  </way>
+  <way id='-29076'>
+    <nd ref='-9576' />
+    <nd ref='-9578' />
+    <nd ref='-9580' />
+    <nd ref='-9582' />
+    <nd ref='-9576' />
+    <tag k='ISO3166-1:alpha2' v='JM' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Jamaica' />
+  </way>
+  <way id='-29078'>
+    <nd ref='-9584' />
+    <nd ref='-9586' />
+    <nd ref='-9514' />
+    <nd ref='-11056' />
+    <nd ref='-11054' />
+    <nd ref='-9588' />
+    <nd ref='-11052' />
+    <nd ref='-11050' />
+    <nd ref='-11048' />
+    <nd ref='-9590' />
+    <nd ref='-11046' />
+    <nd ref='-5738' />
+    <nd ref='-9592' />
+    <nd ref='-9594' />
+    <nd ref='-28106' />
+    <nd ref='-28108' />
+    <nd ref='-3140' />
+    <nd ref='-3136' />
+    <nd ref='-28122' />
+    <nd ref='-3138' />
+    <nd ref='-28124' />
+    <nd ref='-3134' />
+    <nd ref='-28126' />
+    <nd ref='-3132' />
+    <nd ref='-3130' />
+    <nd ref='-3128' />
+    <nd ref='-3126' />
+    <nd ref='-3142' />
+    <nd ref='-22636' />
+    <nd ref='-9546' />
+    <nd ref='-3124' />
+    <nd ref='-3122' />
+    <nd ref='-3120' />
+    <nd ref='-3118' />
+    <nd ref='-22740' />
+    <nd ref='-3116' />
+    <nd ref='-3114' />
+    <nd ref='-3112' />
+    <nd ref='-28140' />
+    <nd ref='-28138' />
+    <nd ref='-28136' />
+    <nd ref='-28134' />
+    <nd ref='-9596' />
+    <nd ref='-28132' />
+    <nd ref='-3046' />
+    <nd ref='-3044' />
+    <nd ref='-3042' />
+    <nd ref='-3040' />
+    <nd ref='-3038' />
+    <nd ref='-28130' />
+    <nd ref='-28128' />
+    <nd ref='-3036' />
+    <nd ref='-9598' />
+    <nd ref='-9600' />
+    <nd ref='-9602' />
+    <nd ref='-9604' />
+    <nd ref='-9584' />
+    <tag k='ISO3166-1:alpha2' v='JO' />
+    <tag k='name:en' v='Jordan' />
+  </way>
+  <way id='-29080'>
+    <nd ref='-9606' />
+    <nd ref='-27890' />
+    <nd ref='-9608' />
+    <nd ref='-14786' />
+    <nd ref='-14788' />
+    <nd ref='-9610' />
+    <nd ref='-14792' />
+    <nd ref='-14794' />
+    <nd ref='-14796' />
+    <nd ref='-14790' />
+    <nd ref='-14798' />
+    <nd ref='-14800' />
+    <nd ref='-14802' />
+    <nd ref='-14804' />
+    <nd ref='-14806' />
+    <nd ref='-14808' />
+    <nd ref='-14810' />
+    <nd ref='-14812' />
+    <nd ref='-14814' />
+    <nd ref='-9612' />
+    <nd ref='-9614' />
+    <nd ref='-14816' />
+    <nd ref='-14818' />
+    <nd ref='-14820' />
+    <nd ref='-9616' />
+    <nd ref='-9618' />
+    <nd ref='-12258' />
+    <nd ref='-12260' />
+    <nd ref='-14822' />
+    <nd ref='-14824' />
+    <nd ref='-14826' />
+    <nd ref='-14828' />
+    <nd ref='-14830' />
+    <nd ref='-14832' />
+    <nd ref='-14834' />
+    <nd ref='-14836' />
+    <nd ref='-27888' />
+    <nd ref='-14838' />
+    <nd ref='-14840' />
+    <nd ref='-14842' />
+    <nd ref='-14844' />
+    <nd ref='-14846' />
+    <nd ref='-14848' />
+    <nd ref='-14850' />
+    <nd ref='-14852' />
+    <nd ref='-14854' />
+    <nd ref='-14856' />
+    <nd ref='-14858' />
+    <nd ref='-9620' />
+    <nd ref='-9622' />
+    <nd ref='-7886' />
+    <nd ref='-7884' />
+    <nd ref='-14974' />
+    <nd ref='-14972' />
+    <nd ref='-14970' />
+    <nd ref='-14968' />
+    <nd ref='-14966' />
+    <nd ref='-27852' />
+    <nd ref='-14958' />
+    <nd ref='-14956' />
+    <nd ref='-14962' />
+    <nd ref='-14964' />
+    <nd ref='-14960' />
+    <nd ref='-14954' />
+    <nd ref='-14952' />
+    <nd ref='-14950' />
+    <nd ref='-14948' />
+    <nd ref='-14946' />
+    <nd ref='-14944' />
+    <nd ref='-14942' />
+    <nd ref='-14940' />
+    <nd ref='-14938' />
+    <nd ref='-27850' />
+    <nd ref='-14936' />
+    <nd ref='-7882' />
+    <nd ref='-7880' />
+    <nd ref='-7878' />
+    <nd ref='-7876' />
+    <nd ref='-7874' />
+    <nd ref='-14934' />
+    <nd ref='-7872' />
+    <nd ref='-7870' />
+    <nd ref='-7868' />
+    <nd ref='-7866' />
+    <nd ref='-7864' />
+    <nd ref='-7862' />
+    <nd ref='-9844' />
+    <nd ref='-9842' />
+    <nd ref='-14930' />
+    <nd ref='-27796' />
+    <nd ref='-14928' />
+    <nd ref='-14926' />
+    <nd ref='-14924' />
+    <nd ref='-27794' />
+    <nd ref='-27792' />
+    <nd ref='-9876' />
+    <nd ref='-27790' />
+    <nd ref='-27786' />
+    <nd ref='-27788' />
+    <nd ref='-27784' />
+    <nd ref='-14922' />
+    <nd ref='-14916' />
+    <nd ref='-27782' />
+    <nd ref='-14914' />
+    <nd ref='-14918' />
+    <nd ref='-27780' />
+    <nd ref='-27778' />
+    <nd ref='-14920' />
+    <nd ref='-27776' />
+    <nd ref='-27774' />
+    <nd ref='-27772' />
+    <nd ref='-9624' />
+    <nd ref='-14900' />
+    <nd ref='-9626' />
+    <nd ref='-27842' />
+    <nd ref='-27840' />
+    <nd ref='-27838' />
+    <nd ref='-27836' />
+    <nd ref='-27834' />
+    <nd ref='-27832' />
+    <nd ref='-27830' />
+    <nd ref='-27818' />
+    <nd ref='-27828' />
+    <nd ref='-27826' />
+    <nd ref='-27824' />
+    <nd ref='-27820' />
+    <nd ref='-27822' />
+    <nd ref='-27816' />
+    <nd ref='-14898' />
+    <nd ref='-14896' />
+    <nd ref='-14894' />
+    <nd ref='-14892' />
+    <nd ref='-14890' />
+    <nd ref='-9628' />
+    <nd ref='-14888' />
+    <nd ref='-27844' />
+    <nd ref='-14886' />
+    <nd ref='-14884' />
+    <nd ref='-14882' />
+    <nd ref='-14880' />
+    <nd ref='-14878' />
+    <nd ref='-14876' />
+    <nd ref='-14874' />
+    <nd ref='-11916' />
+    <nd ref='-11914' />
+    <nd ref='-11912' />
+    <nd ref='-14872' />
+    <nd ref='-9630' />
+    <nd ref='-14870' />
+    <nd ref='-14868' />
+    <nd ref='-11910' />
+    <nd ref='-11908' />
+    <nd ref='-11906' />
+    <nd ref='-11904' />
+    <nd ref='-11902' />
+    <nd ref='-9632' />
+    <nd ref='-9634' />
+    <nd ref='-9636' />
+    <nd ref='-9638' />
+    <nd ref='-9640' />
+    <nd ref='-9642' />
+    <nd ref='-9644' />
+    <nd ref='-9646' />
+    <nd ref='-9648' />
+    <nd ref='-9650' />
+    <nd ref='-9652' />
+    <nd ref='-9654' />
+    <nd ref='-9656' />
+    <nd ref='-9658' />
+    <nd ref='-9660' />
+    <nd ref='-9662' />
+    <nd ref='-9664' />
+    <nd ref='-9666' />
+    <nd ref='-9668' />
+    <nd ref='-9670' />
+    <nd ref='-9672' />
+    <nd ref='-9674' />
+    <nd ref='-9676' />
+    <nd ref='-9678' />
+    <nd ref='-9680' />
+    <nd ref='-9682' />
+    <nd ref='-9684' />
+    <nd ref='-9686' />
+    <nd ref='-9688' />
+    <nd ref='-9690' />
+    <nd ref='-9692' />
+    <nd ref='-9694' />
+    <nd ref='-9696' />
+    <nd ref='-9698' />
+    <nd ref='-9700' />
+    <nd ref='-9702' />
+    <nd ref='-9704' />
+    <nd ref='-9706' />
+    <nd ref='-9708' />
+    <nd ref='-9710' />
+    <nd ref='-9712' />
+    <nd ref='-9714' />
+    <nd ref='-9716' />
+    <nd ref='-9718' />
+    <nd ref='-9720' />
+    <nd ref='-9722' />
+    <nd ref='-9724' />
+    <nd ref='-9726' />
+    <nd ref='-9728' />
+    <nd ref='-9730' />
+    <nd ref='-9732' />
+    <nd ref='-9734' />
+    <nd ref='-9736' />
+    <nd ref='-9738' />
+    <nd ref='-9740' />
+    <nd ref='-9742' />
+    <nd ref='-9744' />
+    <nd ref='-9746' />
+    <nd ref='-9748' />
+    <nd ref='-9750' />
+    <nd ref='-9752' />
+    <nd ref='-9754' />
+    <nd ref='-9756' />
+    <nd ref='-14912' />
+    <nd ref='-14910' />
+    <nd ref='-14908' />
+    <nd ref='-14906' />
+    <nd ref='-9758' />
+    <nd ref='-9760' />
+    <nd ref='-12194' />
+    <nd ref='-9762' />
+    <nd ref='-9764' />
+    <nd ref='-14592' />
+    <nd ref='-14594' />
+    <nd ref='-14596' />
+    <nd ref='-14590' />
+    <nd ref='-14598' />
+    <nd ref='-9766' />
+    <nd ref='-14600' />
+    <nd ref='-9768' />
+    <nd ref='-14602' />
+    <nd ref='-14604' />
+    <nd ref='-14608' />
+    <nd ref='-14606' />
+    <nd ref='-9770' />
+    <nd ref='-9772' />
+    <nd ref='-14612' />
+    <nd ref='-14614' />
+    <nd ref='-14616' />
+    <nd ref='-14610' />
+    <nd ref='-9774' />
+    <nd ref='-9776' />
+    <nd ref='-14618' />
+    <nd ref='-14620' />
+    <nd ref='-14622' />
+    <nd ref='-14624' />
+    <nd ref='-9778' />
+    <nd ref='-14626' />
+    <nd ref='-14628' />
+    <nd ref='-9780' />
+    <nd ref='-14630' />
+    <nd ref='-14632' />
+    <nd ref='-14642' />
+    <nd ref='-14640' />
+    <nd ref='-14634' />
+    <nd ref='-14636' />
+    <nd ref='-14638' />
+    <nd ref='-14644' />
+    <nd ref='-14646' />
+    <nd ref='-14648' />
+    <nd ref='-14650' />
+    <nd ref='-14652' />
+    <nd ref='-14654' />
+    <nd ref='-14656' />
+    <nd ref='-14658' />
+    <nd ref='-14660' />
+    <nd ref='-9782' />
+    <nd ref='-27904' />
+    <nd ref='-27902' />
+    <nd ref='-14662' />
+    <nd ref='-14664' />
+    <nd ref='-14666' />
+    <nd ref='-14668' />
+    <nd ref='-14670' />
+    <nd ref='-14672' />
+    <nd ref='-9784' />
+    <nd ref='-14674' />
+    <nd ref='-14676' />
+    <nd ref='-14678' />
+    <nd ref='-14680' />
+    <nd ref='-14682' />
+    <nd ref='-14684' />
+    <nd ref='-14686' />
+    <nd ref='-9786' />
+    <nd ref='-14688' />
+    <nd ref='-14690' />
+    <nd ref='-14692' />
+    <nd ref='-14694' />
+    <nd ref='-14696' />
+    <nd ref='-9788' />
+    <nd ref='-9790' />
+    <nd ref='-9792' />
+    <nd ref='-14698' />
+    <nd ref='-14706' />
+    <nd ref='-14708' />
+    <nd ref='-14704' />
+    <nd ref='-14702' />
+    <nd ref='-14700' />
+    <nd ref='-14710' />
+    <nd ref='-14722' />
+    <nd ref='-14720' />
+    <nd ref='-14718' />
+    <nd ref='-14712' />
+    <nd ref='-14714' />
+    <nd ref='-14716' />
+    <nd ref='-14724' />
+    <nd ref='-14726' />
+    <nd ref='-14728' />
+    <nd ref='-14730' />
+    <nd ref='-14732' />
+    <nd ref='-14734' />
+    <nd ref='-14736' />
+    <nd ref='-14738' />
+    <nd ref='-9794' />
+    <nd ref='-14740' />
+    <nd ref='-14742' />
+    <nd ref='-14744' />
+    <nd ref='-14746' />
+    <nd ref='-14748' />
+    <nd ref='-14750' />
+    <nd ref='-14760' />
+    <nd ref='-14758' />
+    <nd ref='-14752' />
+    <nd ref='-14754' />
+    <nd ref='-14756' />
+    <nd ref='-14762' />
+    <nd ref='-27900' />
+    <nd ref='-14764' />
+    <nd ref='-14766' />
+    <nd ref='-14768' />
+    <nd ref='-27896' />
+    <nd ref='-27898' />
+    <nd ref='-27894' />
+    <nd ref='-9796' />
+    <nd ref='-14770' />
+    <nd ref='-14772' />
+    <nd ref='-14774' />
+    <nd ref='-14776' />
+    <nd ref='-14778' />
+    <nd ref='-9798' />
+    <nd ref='-9800' />
+    <nd ref='-14780' />
+    <nd ref='-14782' />
+    <nd ref='-9802' />
+    <nd ref='-9804' />
+    <nd ref='-9806' />
+    <nd ref='-9808' />
+    <nd ref='-9810' />
+    <nd ref='-27892' />
+    <nd ref='-14784' />
+    <nd ref='-9606' />
+    <tag k='ISO3166-1:alpha2' v='KZ' />
+    <tag k='name:en' v='Kazakhstan' />
+  </way>
+  <way id='-29082'>
+    <nd ref='-9812' />
+    <nd ref='-598' />
+    <nd ref='-8876' />
+    <nd ref='-9814' />
+    <nd ref='-596' />
+    <nd ref='-9816' />
+    <nd ref='-8874' />
+    <nd ref='-580' />
+    <nd ref='-578' />
+    <nd ref='-576' />
+    <nd ref='-574' />
+    <nd ref='-582' />
+    <nd ref='-584' />
+    <nd ref='-586' />
+    <nd ref='-590' />
+    <nd ref='-588' />
+    <nd ref='-592' />
+    <nd ref='-594' />
+    <nd ref='-572' />
+    <nd ref='-8872' />
+    <nd ref='-9818' />
+    <nd ref='-9820' />
+    <nd ref='-9822' />
+    <nd ref='-9824' />
+    <nd ref='-9826' />
+    <nd ref='-9828' />
+    <nd ref='-4056' />
+    <nd ref='-9830' />
+    <nd ref='-4052' />
+    <nd ref='-9832' />
+    <nd ref='-4060' />
+    <nd ref='-4058' />
+    <nd ref='-4062' />
+    <nd ref='-9834' />
+    <nd ref='-9836' />
+    <nd ref='-4066' />
+    <nd ref='-4064' />
+    <nd ref='-4068' />
+    <nd ref='-9838' />
+    <nd ref='-688' />
+    <nd ref='-690' />
+    <nd ref='-692' />
+    <nd ref='-686' />
+    <nd ref='-684' />
+    <nd ref='-678' />
+    <nd ref='-680' />
+    <nd ref='-676' />
+    <nd ref='-682' />
+    <nd ref='-674' />
+    <nd ref='-672' />
+    <nd ref='-26892' />
+    <nd ref='-670' />
+    <nd ref='-694' />
+    <nd ref='-654' />
+    <nd ref='-652' />
+    <nd ref='-656' />
+    <nd ref='-648' />
+    <nd ref='-650' />
+    <nd ref='-664' />
+    <nd ref='-662' />
+    <nd ref='-658' />
+    <nd ref='-660' />
+    <nd ref='-666' />
+    <nd ref='-668' />
+    <nd ref='-644' />
+    <nd ref='-642' />
+    <nd ref='-640' />
+    <nd ref='-638' />
+    <nd ref='-636' />
+    <nd ref='-646' />
+    <nd ref='-628' />
+    <nd ref='-630' />
+    <nd ref='-632' />
+    <nd ref='-622' />
+    <nd ref='-624' />
+    <nd ref='-626' />
+    <nd ref='-634' />
+    <nd ref='-620' />
+    <nd ref='-618' />
+    <nd ref='-11458' />
+    <nd ref='-9840' />
+    <nd ref='-614' />
+    <nd ref='-608' />
+    <nd ref='-610' />
+    <nd ref='-612' />
+    <nd ref='-616' />
+    <nd ref='-9812' />
+    <tag k='ISO3166-1:alpha2' v='KE' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Kenya' />
+  </way>
+  <way id='-29084'>
+    <nd ref='-9876' />
+    <nd ref='-27792' />
+    <nd ref='-27794' />
+    <nd ref='-14924' />
+    <nd ref='-14926' />
+    <nd ref='-14928' />
+    <nd ref='-27796' />
+    <nd ref='-14930' />
+    <nd ref='-9842' />
+    <nd ref='-9844' />
+    <nd ref='-7862' />
+    <nd ref='-9846' />
+    <nd ref='-14932' />
+    <nd ref='-9848' />
+    <nd ref='-21404' />
+    <nd ref='-21402' />
+    <nd ref='-21400' />
+    <nd ref='-21408' />
+    <nd ref='-21410' />
+    <nd ref='-21406' />
+    <nd ref='-21398' />
+    <nd ref='-21396' />
+    <nd ref='-21394' />
+    <nd ref='-21414' />
+    <nd ref='-21412' />
+    <nd ref='-21424' />
+    <nd ref='-21422' />
+    <nd ref='-21420' />
+    <nd ref='-21416' />
+    <nd ref='-21418' />
+    <nd ref='-21330' />
+    <nd ref='-21328' />
+    <nd ref='-21326' />
+    <nd ref='-21324' />
+    <nd ref='-7860' />
+    <nd ref='-9850' />
+    <nd ref='-7858' />
+    <nd ref='-7856' />
+    <nd ref='-7854' />
+    <nd ref='-9852' />
+    <nd ref='-27798' />
+    <nd ref='-7852' />
+    <nd ref='-7850' />
+    <nd ref='-7848' />
+    <nd ref='-21314' />
+    <nd ref='-21312' />
+    <nd ref='-21310' />
+    <nd ref='-11336' />
+    <nd ref='-9854' />
+    <nd ref='-21308' />
+    <nd ref='-21304' />
+    <nd ref='-21306' />
+    <nd ref='-21302' />
+    <nd ref='-21292' />
+    <nd ref='-21294' />
+    <nd ref='-21296' />
+    <nd ref='-21298' />
+    <nd ref='-21300' />
+    <nd ref='-21290' />
+    <nd ref='-9856' />
+    <nd ref='-21288' />
+    <nd ref='-21286' />
+    <nd ref='-21284' />
+    <nd ref='-21282' />
+    <nd ref='-21280' />
+    <nd ref='-21278' />
+    <nd ref='-11334' />
+    <nd ref='-21272' />
+    <nd ref='-21270' />
+    <nd ref='-21276' />
+    <nd ref='-21274' />
+    <nd ref='-21268' />
+    <nd ref='-11332' />
+    <nd ref='-9858' />
+    <nd ref='-11330' />
+    <nd ref='-21266' />
+    <nd ref='-11328' />
+    <nd ref='-9860' />
+    <nd ref='-9862' />
+    <nd ref='-27696' />
+    <nd ref='-21264' />
+    <nd ref='-27700' />
+    <nd ref='-27698' />
+    <nd ref='-27702' />
+    <nd ref='-9864' />
+    <nd ref='-11326' />
+    <nd ref='-11324' />
+    <nd ref='-27704' />
+    <nd ref='-11322' />
+    <nd ref='-27706' />
+    <nd ref='-27708' />
+    <nd ref='-9866' />
+    <nd ref='-9868' />
+    <nd ref='-11320' />
+    <nd ref='-21192' />
+    <nd ref='-11530' />
+    <nd ref='-11528' />
+    <nd ref='-21164' />
+    <nd ref='-21166' />
+    <nd ref='-21172' />
+    <nd ref='-27712' />
+    <nd ref='-27710' />
+    <nd ref='-27694' />
+    <nd ref='-21168' />
+    <nd ref='-21170' />
+    <nd ref='-21174' />
+    <nd ref='-27692' />
+    <nd ref='-21176' />
+    <nd ref='-27690' />
+    <nd ref='-21178' />
+    <nd ref='-27688' />
+    <nd ref='-21180' />
+    <nd ref='-21140' />
+    <nd ref='-21162' />
+    <nd ref='-21160' />
+    <nd ref='-27726' />
+    <nd ref='-21142' />
+    <nd ref='-21152' />
+    <nd ref='-27728' />
+    <nd ref='-27686' />
+    <nd ref='-27684' />
+    <nd ref='-21150' />
+    <nd ref='-21148' />
+    <nd ref='-21154' />
+    <nd ref='-21144' />
+    <nd ref='-21146' />
+    <nd ref='-27680' />
+    <nd ref='-27682' />
+    <nd ref='-27732' />
+    <nd ref='-27730' />
+    <nd ref='-21156' />
+    <nd ref='-27734' />
+    <nd ref='-27678' />
+    <nd ref='-21158' />
+    <nd ref='-27676' />
+    <nd ref='-27674' />
+    <nd ref='-27738' />
+    <nd ref='-27736' />
+    <nd ref='-27740' />
+    <nd ref='-27742' />
+    <nd ref='-9870' />
+    <nd ref='-21132' />
+    <nd ref='-21136' />
+    <nd ref='-21134' />
+    <nd ref='-21138' />
+    <nd ref='-27744' />
+    <nd ref='-11526' />
+    <nd ref='-21130' />
+    <nd ref='-27746' />
+    <nd ref='-27748' />
+    <nd ref='-27750' />
+    <nd ref='-27756' />
+    <nd ref='-21128' />
+    <nd ref='-27754' />
+    <nd ref='-27752' />
+    <nd ref='-21126' />
+    <nd ref='-27760' />
+    <nd ref='-27758' />
+    <nd ref='-27762' />
+    <nd ref='-27800' />
+    <nd ref='-27802' />
+    <nd ref='-21124' />
+    <nd ref='-27764' />
+    <nd ref='-21122' />
+    <nd ref='-21120' />
+    <nd ref='-21118' />
+    <nd ref='-27766' />
+    <nd ref='-21116' />
+    <nd ref='-21114' />
+    <nd ref='-21108' />
+    <nd ref='-21110' />
+    <nd ref='-21112' />
+    <nd ref='-21106' />
+    <nd ref='-21104' />
+    <nd ref='-27770' />
+    <nd ref='-27768' />
+    <nd ref='-21102' />
+    <nd ref='-21100' />
+    <nd ref='-21098' />
+    <nd ref='-21096' />
+    <nd ref='-21094' />
+    <nd ref='-21092' />
+    <nd ref='-21090' />
+    <nd ref='-21088' />
+    <nd ref='-21084' />
+    <nd ref='-21086' />
+    <nd ref='-21082' />
+    <nd ref='-21080' />
+    <nd ref='-9872' />
+    <nd ref='-14904' />
+    <nd ref='-14902' />
+    <nd ref='-9874' />
+    <nd ref='-9626' />
+    <nd ref='-14900' />
+    <nd ref='-9624' />
+    <nd ref='-27772' />
+    <nd ref='-27774' />
+    <nd ref='-27776' />
+    <nd ref='-14920' />
+    <nd ref='-27778' />
+    <nd ref='-27780' />
+    <nd ref='-14918' />
+    <nd ref='-14914' />
+    <nd ref='-27782' />
+    <nd ref='-14916' />
+    <nd ref='-14922' />
+    <nd ref='-27784' />
+    <nd ref='-27788' />
+    <nd ref='-27786' />
+    <nd ref='-27790' />
+    <nd ref='-9876' />
+  </way>
+  <way id='-29086'>
+    <nd ref='-9888' />
+    <nd ref='-2952' />
+    <nd ref='-2954' />
+    <nd ref='-2950' />
+    <nd ref='-2934' />
+    <nd ref='-27194' />
+    <nd ref='-2936' />
+    <nd ref='-2938' />
+    <nd ref='-2940' />
+    <nd ref='-2942' />
+    <nd ref='-2944' />
+    <nd ref='-2946' />
+    <nd ref='-2948' />
+    <nd ref='-9890' />
+    <nd ref='-9892' />
+    <nd ref='-2956' />
+    <nd ref='-2958' />
+    <nd ref='-2964' />
+    <nd ref='-27192' />
+    <nd ref='-2960' />
+    <nd ref='-2962' />
+    <nd ref='-2972' />
+    <nd ref='-2970' />
+    <nd ref='-2968' />
+    <nd ref='-2966' />
+    <nd ref='-9894' />
+    <nd ref='-9896' />
+    <nd ref='-9898' />
+    <nd ref='-11968' />
+    <nd ref='-12196' />
+    <nd ref='-9900' />
+    <nd ref='-9902' />
+    <nd ref='-2254' />
+    <nd ref='-2256' />
+    <nd ref='-2258' />
+    <nd ref='-2260' />
+    <nd ref='-2266' />
+    <nd ref='-2264' />
+    <nd ref='-2262' />
+    <nd ref='-2268' />
+    <nd ref='-2270' />
+    <nd ref='-2272' />
+    <nd ref='-2286' />
+    <nd ref='-2284' />
+    <nd ref='-27190' />
+    <nd ref='-2282' />
+    <nd ref='-2280' />
+    <nd ref='-27188' />
+    <nd ref='-2278' />
+    <nd ref='-2276' />
+    <nd ref='-27186' />
+    <nd ref='-27184' />
+    <nd ref='-27182' />
+    <nd ref='-27180' />
+    <nd ref='-2274' />
+    <nd ref='-2288' />
+    <nd ref='-27176' />
+    <nd ref='-27178' />
+    <nd ref='-2252' />
+    <nd ref='-2248' />
+    <nd ref='-2246' />
+    <nd ref='-27174' />
+    <nd ref='-2244' />
+    <nd ref='-27172' />
+    <nd ref='-2242' />
+    <nd ref='-2240' />
+    <nd ref='-2250' />
+    <nd ref='-2236' />
+    <nd ref='-2234' />
+    <nd ref='-2232' />
+    <nd ref='-2230' />
+    <nd ref='-2238' />
+    <nd ref='-2228' />
+    <nd ref='-2226' />
+    <nd ref='-2224' />
+    <nd ref='-2222' />
+    <nd ref='-2220' />
+    <nd ref='-2218' />
+    <nd ref='-2216' />
+    <nd ref='-2214' />
+    <nd ref='-2210' />
+    <nd ref='-2212' />
+    <nd ref='-9904' />
+    <nd ref='-2382' />
+    <nd ref='-2380' />
+    <nd ref='-2376' />
+    <nd ref='-2378' />
+    <nd ref='-2374' />
+    <nd ref='-2372' />
+    <nd ref='-2370' />
+    <nd ref='-2368' />
+    <nd ref='-2366' />
+    <nd ref='-2364' />
+    <nd ref='-2362' />
+    <nd ref='-2360' />
+    <nd ref='-2358' />
+    <nd ref='-2356' />
+    <nd ref='-2350' />
+    <nd ref='-2352' />
+    <nd ref='-2354' />
+    <nd ref='-2348' />
+    <nd ref='-2346' />
+    <nd ref='-2344' />
+    <nd ref='-2342' />
+    <nd ref='-2340' />
+    <nd ref='-2338' />
+    <nd ref='-2336' />
+    <nd ref='-2334' />
+    <nd ref='-2332' />
+    <nd ref='-2330' />
+    <nd ref='-2328' />
+    <nd ref='-2326' />
+    <nd ref='-2324' />
+    <nd ref='-2322' />
+    <nd ref='-2290' />
+    <nd ref='-2292' />
+    <nd ref='-2296' />
+    <nd ref='-2294' />
+    <nd ref='-2298' />
+    <nd ref='-2320' />
+    <nd ref='-2300' />
+    <nd ref='-2302' />
+    <nd ref='-2304' />
+    <nd ref='-2308' />
+    <nd ref='-2306' />
+    <nd ref='-2318' />
+    <nd ref='-2312' />
+    <nd ref='-2310' />
+    <nd ref='-2314' />
+    <nd ref='-2316' />
+    <nd ref='-9942' />
+    <nd ref='-2914' />
+    <nd ref='-2912' />
+    <nd ref='-2910' />
+    <nd ref='-2916' />
+    <nd ref='-2898' />
+    <nd ref='-2900' />
+    <nd ref='-2902' />
+    <nd ref='-2904' />
+    <nd ref='-2906' />
+    <nd ref='-2908' />
+    <nd ref='-2918' />
+    <nd ref='-2922' />
+    <nd ref='-2920' />
+    <nd ref='-2924' />
+    <nd ref='-2926' />
+    <nd ref='-2928' />
+    <nd ref='-2930' />
+    <nd ref='-2932' />
+    <nd ref='-2890' />
+    <nd ref='-2888' />
+    <nd ref='-2886' />
+    <nd ref='-2894' />
+    <nd ref='-2892' />
+    <nd ref='-2896' />
+    <nd ref='-2872' />
+    <nd ref='-2874' />
+    <nd ref='-2876' />
+    <nd ref='-2878' />
+    <nd ref='-2880' />
+    <nd ref='-2882' />
+    <nd ref='-2884' />
+    <nd ref='-2870' />
+    <nd ref='-2868' />
+    <nd ref='-2866' />
+    <nd ref='-2864' />
+    <nd ref='-2862' />
+    <nd ref='-2860' />
+    <nd ref='-2858' />
+    <nd ref='-2856' />
+    <nd ref='-2852' />
+    <nd ref='-2854' />
+    <nd ref='-2850' />
+    <nd ref='-2848' />
+    <nd ref='-2846' />
+    <nd ref='-2842' />
+    <nd ref='-2844' />
+    <nd ref='-2840' />
+    <nd ref='-2834' />
+    <nd ref='-2836' />
+    <nd ref='-2838' />
+    <nd ref='-9888' />
+    <tag k='ISO3166-1:alpha2' v='KH' />
+    <tag k='name:en' v='Cambodia' />
+  </way>
+  <way id='-29088'>
+    <nd ref='-6244' />
+    <nd ref='-5784' />
+    <nd ref='-9906' />
+    <nd ref='-8924' />
+    <nd ref='-6244' />
+    <tag k='ISO3166-1:alpha2' v='KN' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='St. Kitts and Nevis' />
+  </way>
+  <way id='-29090'>
+    <nd ref='-11928' />
+    <nd ref='-11926' />
+    <nd ref='-11924' />
+    <nd ref='-11930' />
+    <nd ref='-11932' />
+    <nd ref='-11938' />
+    <nd ref='-10868' />
+    <nd ref='-11940' />
+    <nd ref='-10866' />
+    <nd ref='-10864' />
+    <nd ref='-11936' />
+    <nd ref='-9908' />
+    <nd ref='-10862' />
+    <nd ref='-11934' />
+    <nd ref='-10860' />
+    <nd ref='-10858' />
+    <nd ref='-9910' />
+    <nd ref='-4498' />
+    <nd ref='-4496' />
+    <nd ref='-4494' />
+    <nd ref='-27252' />
+    <nd ref='-27250' />
+    <nd ref='-9912' />
+    <nd ref='-4492' />
+    <nd ref='-4490' />
+    <nd ref='-27254' />
+    <nd ref='-27256' />
+    <nd ref='-4488' />
+    <nd ref='-9914' />
+    <nd ref='-9916' />
+    <nd ref='-9918' />
+    <nd ref='-9920' />
+    <nd ref='-9922' />
+    <nd ref='-9924' />
+    <nd ref='-9926' />
+    <nd ref='-10856' />
+    <nd ref='-10854' />
+    <nd ref='-11928' />
+    <tag k='ISO3166-1:alpha2' v='KR' />
+    <tag k='name:en' v='Korea, Rep.' />
+  </way>
+  <way id='-29092'>
+    <nd ref='-11166' />
+    <nd ref='-28330' />
+    <nd ref='-15910' />
+    <nd ref='-15908' />
+    <nd ref='-15904' />
+    <nd ref='-15906' />
+    <nd ref='-15912' />
+    <nd ref='-28328' />
+    <nd ref='-15916' />
+    <nd ref='-28324' />
+    <nd ref='-28326' />
+    <nd ref='-15914' />
+    <nd ref='-15918' />
+    <nd ref='-15920' />
+    <nd ref='-28320' />
+    <nd ref='-28322' />
+    <nd ref='-15922' />
+    <nd ref='-15924' />
+    <nd ref='-15926' />
+    <nd ref='-10302' />
+    <nd ref='-15950' />
+    <nd ref='-15952' />
+    <nd ref='-15948' />
+    <nd ref='-15946' />
+    <nd ref='-15944' />
+    <nd ref='-15942' />
+    <nd ref='-28278' />
+    <nd ref='-15940' />
+    <nd ref='-15938' />
+    <nd ref='-15936' />
+    <nd ref='-15934' />
+    <nd ref='-15932' />
+    <nd ref='-15930' />
+    <nd ref='-15928' />
+    <nd ref='-6346' />
+    <nd ref='-15954' />
+    <nd ref='-15970' />
+    <nd ref='-15968' />
+    <nd ref='-15966' />
+    <nd ref='-15964' />
+    <nd ref='-15962' />
+    <nd ref='-28282' />
+    <nd ref='-15960' />
+    <nd ref='-15956' />
+    <nd ref='-28284' />
+    <nd ref='-15958' />
+    <nd ref='-6344' />
+    <nd ref='-15972' />
+    <nd ref='-15974' />
+    <nd ref='-15976' />
+    <nd ref='-15978' />
+    <nd ref='-15980' />
+    <nd ref='-15982' />
+    <nd ref='-11168' />
+    <nd ref='-15858' />
+    <nd ref='-15860' />
+    <nd ref='-15856' />
+    <nd ref='-15862' />
+    <nd ref='-15864' />
+    <nd ref='-15866' />
+    <nd ref='-15868' />
+    <nd ref='-15870' />
+    <nd ref='-15872' />
+    <nd ref='-15874' />
+    <nd ref='-15876' />
+    <nd ref='-15878' />
+    <nd ref='-15880' />
+    <nd ref='-15882' />
+    <nd ref='-15898' />
+    <nd ref='-15896' />
+    <nd ref='-15884' />
+    <nd ref='-15894' />
+    <nd ref='-15886' />
+    <nd ref='-15888' />
+    <nd ref='-28334' />
+    <nd ref='-28332' />
+    <nd ref='-15890' />
+    <nd ref='-15900' />
+    <nd ref='-15902' />
+    <nd ref='-15892' />
+    <nd ref='-11166' />
+    <tag k='ISO3166-2' v='RS-KM' />
+    <tag k='name:en' v='Kosovo' />
+    <tag k='note' v='Self admin.; Claimed by Serbia' />
+  </way>
+  <way id='-29094'>
+    <nd ref='-9928' />
+    <nd ref='-9930' />
+    <nd ref='-9932' />
+    <nd ref='-5734' />
+    <nd ref='-5736' />
+    <nd ref='-9934' />
+    <nd ref='-9504' />
+    <nd ref='-3786' />
+    <nd ref='-3788' />
+    <nd ref='-9502' />
+    <nd ref='-9500' />
+    <nd ref='-9498' />
+    <nd ref='-9496' />
+    <nd ref='-9936' />
+    <nd ref='-3790' />
+    <nd ref='-9494' />
+    <nd ref='-9928' />
+    <tag k='ISO3166-1:alpha2' v='KW' />
+    <tag k='name:en' v='Kuwait' />
+  </way>
+  <way id='-29096'>
+    <nd ref='-9938' />
+    <nd ref='-9940' />
+    <nd ref='-2808' />
+    <nd ref='-2806' />
+    <nd ref='-2804' />
+    <nd ref='-2802' />
+    <nd ref='-2800' />
+    <nd ref='-2798' />
+    <nd ref='-2794' />
+    <nd ref='-2796' />
+    <nd ref='-2822' />
+    <nd ref='-2820' />
+    <nd ref='-2818' />
+    <nd ref='-2816' />
+    <nd ref='-2814' />
+    <nd ref='-2812' />
+    <nd ref='-2810' />
+    <nd ref='-2826' />
+    <nd ref='-2824' />
+    <nd ref='-2828' />
+    <nd ref='-2830' />
+    <nd ref='-2832' />
+    <nd ref='-27212' />
+    <nd ref='-2788' />
+    <nd ref='-2786' />
+    <nd ref='-2784' />
+    <nd ref='-2790' />
+    <nd ref='-2782' />
+    <nd ref='-27210' />
+    <nd ref='-2780' />
+    <nd ref='-2776' />
+    <nd ref='-2778' />
+    <nd ref='-2774' />
+    <nd ref='-2772' />
+    <nd ref='-2762' />
+    <nd ref='-2770' />
+    <nd ref='-2768' />
+    <nd ref='-2766' />
+    <nd ref='-2764' />
+    <nd ref='-2754' />
+    <nd ref='-2752' />
+    <nd ref='-2750' />
+    <nd ref='-2748' />
+    <nd ref='-2746' />
+    <nd ref='-2744' />
+    <nd ref='-2756' />
+    <nd ref='-2758' />
+    <nd ref='-2760' />
+    <nd ref='-2732' />
+    <nd ref='-2792' />
+    <nd ref='-2734' />
+    <nd ref='-2736' />
+    <nd ref='-2738' />
+    <nd ref='-2740' />
+    <nd ref='-2730' />
+    <nd ref='-2728' />
+    <nd ref='-2726' />
+    <nd ref='-2742' />
+    <nd ref='-2722' />
+    <nd ref='-2724' />
+    <nd ref='-27208' />
+    <nd ref='-2720' />
+    <nd ref='-2718' />
+    <nd ref='-2716' />
+    <nd ref='-2714' />
+    <nd ref='-27206' />
+    <nd ref='-27204' />
+    <nd ref='-11554' />
+    <nd ref='-27202' />
+    <nd ref='-2710' />
+    <nd ref='-2708' />
+    <nd ref='-2706' />
+    <nd ref='-2702' />
+    <nd ref='-2704' />
+    <nd ref='-2712' />
+    <nd ref='-2698' />
+    <nd ref='-2696' />
+    <nd ref='-2694' />
+    <nd ref='-2692' />
+    <nd ref='-2700' />
+    <nd ref='-27196' />
+    <nd ref='-27198' />
+    <nd ref='-27200' />
+    <nd ref='-2690' />
+    <nd ref='-2688' />
+    <nd ref='-2686' />
+    <nd ref='-2684' />
+    <nd ref='-2682' />
+    <nd ref='-2680' />
+    <nd ref='-2678' />
+    <nd ref='-2676' />
+    <nd ref='-2674' />
+    <nd ref='-2672' />
+    <nd ref='-2670' />
+    <nd ref='-2668' />
+    <nd ref='-2666' />
+    <nd ref='-2664' />
+    <nd ref='-2662' />
+    <nd ref='-2658' />
+    <nd ref='-2660' />
+    <nd ref='-2654' />
+    <nd ref='-2656' />
+    <nd ref='-2652' />
+    <nd ref='-2650' />
+    <nd ref='-2648' />
+    <nd ref='-2646' />
+    <nd ref='-2644' />
+    <nd ref='-2642' />
+    <nd ref='-2640' />
+    <nd ref='-2638' />
+    <nd ref='-2636' />
+    <nd ref='-2634' />
+    <nd ref='-2632' />
+    <nd ref='-2628' />
+    <nd ref='-2630' />
+    <nd ref='-2626' />
+    <nd ref='-2624' />
+    <nd ref='-2620' />
+    <nd ref='-2622' />
+    <nd ref='-9942' />
+    <nd ref='-2316' />
+    <nd ref='-2314' />
+    <nd ref='-2310' />
+    <nd ref='-2312' />
+    <nd ref='-2318' />
+    <nd ref='-2306' />
+    <nd ref='-2308' />
+    <nd ref='-2304' />
+    <nd ref='-2302' />
+    <nd ref='-2300' />
+    <nd ref='-2320' />
+    <nd ref='-2298' />
+    <nd ref='-2294' />
+    <nd ref='-2296' />
+    <nd ref='-2292' />
+    <nd ref='-2290' />
+    <nd ref='-2322' />
+    <nd ref='-2324' />
+    <nd ref='-2326' />
+    <nd ref='-2328' />
+    <nd ref='-2330' />
+    <nd ref='-2332' />
+    <nd ref='-2334' />
+    <nd ref='-2336' />
+    <nd ref='-2338' />
+    <nd ref='-2340' />
+    <nd ref='-2342' />
+    <nd ref='-2344' />
+    <nd ref='-2346' />
+    <nd ref='-2348' />
+    <nd ref='-2354' />
+    <nd ref='-2352' />
+    <nd ref='-2350' />
+    <nd ref='-2356' />
+    <nd ref='-2358' />
+    <nd ref='-2360' />
+    <nd ref='-2362' />
+    <nd ref='-2364' />
+    <nd ref='-2366' />
+    <nd ref='-2368' />
+    <nd ref='-2370' />
+    <nd ref='-2372' />
+    <nd ref='-2374' />
+    <nd ref='-2378' />
+    <nd ref='-2376' />
+    <nd ref='-2380' />
+    <nd ref='-2382' />
+    <nd ref='-9904' />
+    <nd ref='-18520' />
+    <nd ref='-18478' />
+    <nd ref='-18518' />
+    <nd ref='-18516' />
+    <nd ref='-18512' />
+    <nd ref='-18514' />
+    <nd ref='-27168' />
+    <nd ref='-27170' />
+    <nd ref='-18502' />
+    <nd ref='-18510' />
+    <nd ref='-27166' />
+    <nd ref='-18508' />
+    <nd ref='-18506' />
+    <nd ref='-27160' />
+    <nd ref='-27162' />
+    <nd ref='-18504' />
+    <nd ref='-27164' />
+    <nd ref='-18496' />
+    <nd ref='-18498' />
+    <nd ref='-18500' />
+    <nd ref='-27158' />
+    <nd ref='-18482' />
+    <nd ref='-27156' />
+    <nd ref='-27154' />
+    <nd ref='-27152' />
+    <nd ref='-27150' />
+    <nd ref='-27148' />
+    <nd ref='-27146' />
+    <nd ref='-18484' />
+    <nd ref='-27144' />
+    <nd ref='-18494' />
+    <nd ref='-27142' />
+    <nd ref='-27140' />
+    <nd ref='-27138' />
+    <nd ref='-27136' />
+    <nd ref='-27134' />
+    <nd ref='-18486' />
+    <nd ref='-27132' />
+    <nd ref='-27130' />
+    <nd ref='-27128' />
+    <nd ref='-27120' />
+    <nd ref='-27122' />
+    <nd ref='-27124' />
+    <nd ref='-27126' />
+    <nd ref='-18490' />
+    <nd ref='-27114' />
+    <nd ref='-27118' />
+    <nd ref='-27116' />
+    <nd ref='-27108' />
+    <nd ref='-27112' />
+    <nd ref='-27110' />
+    <nd ref='-27104' />
+    <nd ref='-27106' />
+    <nd ref='-27102' />
+    <nd ref='-18488' />
+    <nd ref='-27100' />
+    <nd ref='-18492' />
+    <nd ref='-27096' />
+    <nd ref='-27098' />
+    <nd ref='-27094' />
+    <nd ref='-27092' />
+    <nd ref='-27086' />
+    <nd ref='-27090' />
+    <nd ref='-27088' />
+    <nd ref='-18480' />
+    <nd ref='-18530' />
+    <nd ref='-27084' />
+    <nd ref='-27082' />
+    <nd ref='-18528' />
+    <nd ref='-27080' />
+    <nd ref='-18526' />
+    <nd ref='-18524' />
+    <nd ref='-18532' />
+    <nd ref='-18548' />
+    <nd ref='-18560' />
+    <nd ref='-18558' />
+    <nd ref='-18550' />
+    <nd ref='-18552' />
+    <nd ref='-18556' />
+    <nd ref='-18554' />
+    <nd ref='-18546' />
+    <nd ref='-18544' />
+    <nd ref='-18542' />
+    <nd ref='-18534' />
+    <nd ref='-18536' />
+    <nd ref='-18538' />
+    <nd ref='-18540' />
+    <nd ref='-18522' />
+    <nd ref='-18568' />
+    <nd ref='-18570' />
+    <nd ref='-18574' />
+    <nd ref='-18576' />
+    <nd ref='-18572' />
+    <nd ref='-18566' />
+    <nd ref='-27078' />
+    <nd ref='-18564' />
+    <nd ref='-18562' />
+    <nd ref='-18586' />
+    <nd ref='-18588' />
+    <nd ref='-18584' />
+    <nd ref='-18582' />
+    <nd ref='-18580' />
+    <nd ref='-18578' />
+    <nd ref='-18598' />
+    <nd ref='-27076' />
+    <nd ref='-27074' />
+    <nd ref='-27072' />
+    <nd ref='-27070' />
+    <nd ref='-27068' />
+    <nd ref='-27066' />
+    <nd ref='-18596' />
+    <nd ref='-18594' />
+    <nd ref='-27064' />
+    <nd ref='-27062' />
+    <nd ref='-18592' />
+    <nd ref='-27060' />
+    <nd ref='-18590' />
+    <nd ref='-27058' />
+    <nd ref='-9944' />
+    <nd ref='-18602' />
+    <nd ref='-18600' />
+    <nd ref='-18606' />
+    <nd ref='-18608' />
+    <nd ref='-18610' />
+    <nd ref='-18612' />
+    <nd ref='-18614' />
+    <nd ref='-18616' />
+    <nd ref='-18604' />
+    <nd ref='-18618' />
+    <nd ref='-18620' />
+    <nd ref='-18626' />
+    <nd ref='-10324' />
+    <nd ref='-18622' />
+    <nd ref='-18624' />
+    <nd ref='-18628' />
+    <nd ref='-18630' />
+    <nd ref='-9946' />
+    <nd ref='-9948' />
+    <nd ref='-18636' />
+    <nd ref='-18638' />
+    <nd ref='-18640' />
+    <nd ref='-18642' />
+    <nd ref='-18644' />
+    <nd ref='-18646' />
+    <nd ref='-18650' />
+    <nd ref='-18652' />
+    <nd ref='-18654' />
+    <nd ref='-18648' />
+    <nd ref='-18656' />
+    <nd ref='-18658' />
+    <nd ref='-18662' />
+    <nd ref='-18664' />
+    <nd ref='-18666' />
+    <nd ref='-18660' />
+    <nd ref='-18634' />
+    <nd ref='-18632' />
+    <nd ref='-18670' />
+    <nd ref='-18678' />
+    <nd ref='-18680' />
+    <nd ref='-18668' />
+    <nd ref='-18692' />
+    <nd ref='-18674' />
+    <nd ref='-18676' />
+    <nd ref='-18672' />
+    <nd ref='-18682' />
+    <nd ref='-18690' />
+    <nd ref='-18688' />
+    <nd ref='-18686' />
+    <nd ref='-18684' />
+    <nd ref='-9938' />
+    <tag k='ISO3166-1:alpha2' v='LA' />
+    <tag k='name:en' v='Lao PDR' />
+  </way>
+  <way id='-29098'>
+    <nd ref='-11224' />
+    <nd ref='-3064' />
+    <nd ref='-11222' />
+    <nd ref='-3066' />
+    <nd ref='-9950' />
+    <nd ref='-3068' />
+    <nd ref='-3070' />
+    <nd ref='-3072' />
+    <nd ref='-3074' />
+    <nd ref='-3076' />
+    <nd ref='-3078' />
+    <nd ref='-3080' />
+    <nd ref='-3082' />
+    <nd ref='-3084' />
+    <nd ref='-9952' />
+    <nd ref='-3048' />
+    <nd ref='-3050' />
+    <nd ref='-3052' />
+    <nd ref='-3054' />
+    <nd ref='-3056' />
+    <nd ref='-3058' />
+    <nd ref='-3060' />
+    <nd ref='-3062' />
+    <nd ref='-9550' />
+    <nd ref='-9954' />
+    <nd ref='-9956' />
+    <nd ref='-9958' />
+    <nd ref='-11226' />
+    <nd ref='-3034' />
+    <nd ref='-3032' />
+    <nd ref='-3030' />
+    <nd ref='-3028' />
+    <nd ref='-3026' />
+    <nd ref='-3024' />
+    <nd ref='-3022' />
+    <nd ref='-3020' />
+    <nd ref='-3018' />
+    <nd ref='-3016' />
+    <nd ref='-3014' />
+    <nd ref='-3012' />
+    <nd ref='-2996' />
+    <nd ref='-3010' />
+    <nd ref='-3008' />
+    <nd ref='-3006' />
+    <nd ref='-3004' />
+    <nd ref='-3002' />
+    <nd ref='-3000' />
+    <nd ref='-2998' />
+    <nd ref='-2990' />
+    <nd ref='-2988' />
+    <nd ref='-2992' />
+    <nd ref='-2994' />
+    <nd ref='-2984' />
+    <nd ref='-2986' />
+    <nd ref='-2982' />
+    <nd ref='-2980' />
+    <nd ref='-2978' />
+    <nd ref='-2976' />
+    <nd ref='-2974' />
+    <nd ref='-11224' />
+    <tag k='ISO3166-1:alpha2' v='LB' />
+    <tag k='name:en' v='Lebanon' />
+  </way>
+  <way id='-29100'>
+    <nd ref='-8056' />
+    <nd ref='-3196' />
+    <nd ref='-3194' />
+    <nd ref='-3198' />
+    <nd ref='-3200' />
+    <nd ref='-8054' />
+    <nd ref='-3148' />
+    <nd ref='-3146' />
+    <nd ref='-3144' />
+    <nd ref='-3150' />
+    <nd ref='-3174' />
+    <nd ref='-3172' />
+    <nd ref='-3170' />
+    <nd ref='-3168' />
+    <nd ref='-3166' />
+    <nd ref='-3164' />
+    <nd ref='-3162' />
+    <nd ref='-3158' />
+    <nd ref='-3156' />
+    <nd ref='-3152' />
+    <nd ref='-3154' />
+    <nd ref='-3160' />
+    <nd ref='-3182' />
+    <nd ref='-3184' />
+    <nd ref='-3186' />
+    <nd ref='-3188' />
+    <nd ref='-3190' />
+    <nd ref='-3178' />
+    <nd ref='-3180' />
+    <nd ref='-3176' />
+    <nd ref='-3192' />
+    <nd ref='-8052' />
+    <nd ref='-9960' />
+    <nd ref='-9962' />
+    <nd ref='-3652' />
+    <nd ref='-3648' />
+    <nd ref='-3650' />
+    <nd ref='-9964' />
+    <nd ref='-11110' />
+    <nd ref='-11108' />
+    <nd ref='-3646' />
+    <nd ref='-3636' />
+    <nd ref='-3644' />
+    <nd ref='-3638' />
+    <nd ref='-3640' />
+    <nd ref='-3642' />
+    <nd ref='-9106' />
+    <nd ref='-3248' />
+    <nd ref='-3246' />
+    <nd ref='-3244' />
+    <nd ref='-3242' />
+    <nd ref='-3240' />
+    <nd ref='-3238' />
+    <nd ref='-3236' />
+    <nd ref='-3234' />
+    <nd ref='-3232' />
+    <nd ref='-3230' />
+    <nd ref='-3228' />
+    <nd ref='-3226' />
+    <nd ref='-3224' />
+    <nd ref='-3222' />
+    <nd ref='-3210' />
+    <nd ref='-3212' />
+    <nd ref='-3220' />
+    <nd ref='-3216' />
+    <nd ref='-3218' />
+    <nd ref='-3214' />
+    <nd ref='-3206' />
+    <nd ref='-3208' />
+    <nd ref='-3204' />
+    <nd ref='-3202' />
+    <nd ref='-8056' />
+    <tag k='ISO3166-1:alpha2' v='LR' />
+    <tag k='name:en' v='Liberia' />
+  </way>
+  <way id='-29102'>
+    <nd ref='-5968' />
+    <nd ref='-9966' />
+    <nd ref='-8612' />
+    <nd ref='-8610' />
+    <nd ref='-4426' />
+    <nd ref='-4428' />
+    <nd ref='-4430' />
+    <nd ref='-8608' />
+    <nd ref='-9968' />
+    <nd ref='-11066' />
+    <nd ref='-11064' />
+    <nd ref='-11062' />
+    <nd ref='-9970' />
+    <nd ref='-9972' />
+    <nd ref='-9974' />
+    <nd ref='-9976' />
+    <nd ref='-8538' />
+    <nd ref='-3512' />
+    <nd ref='-3496' />
+    <nd ref='-3498' />
+    <nd ref='-3500' />
+    <nd ref='-3502' />
+    <nd ref='-3504' />
+    <nd ref='-3506' />
+    <nd ref='-3494' />
+    <nd ref='-3508' />
+    <nd ref='-3510' />
+    <nd ref='-8536' />
+    <nd ref='-11410' />
+    <nd ref='-9978' />
+    <nd ref='-9980' />
+    <nd ref='-9982' />
+    <nd ref='-9984' />
+    <nd ref='-11408' />
+    <nd ref='-3526' />
+    <nd ref='-3524' />
+    <nd ref='-3522' />
+    <nd ref='-3520' />
+    <nd ref='-3518' />
+    <nd ref='-3516' />
+    <nd ref='-3514' />
+    <nd ref='-11406' />
+    <nd ref='-9986' />
+    <nd ref='-11404' />
+    <nd ref='-11402' />
+    <nd ref='-5968' />
+    <tag k='ISO3166-1:alpha2' v='LY' />
+    <tag k='name:en' v='Libya' />
+  </way>
+  <way id='-29104'>
+    <nd ref='-9988' />
+    <nd ref='-9990' />
+    <nd ref='-5788' />
+    <nd ref='-9992' />
+    <nd ref='-9988' />
+    <tag k='ISO3166-1:alpha2' v='LC' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='St. Lucia' />
+  </way>
+  <way id='-29106'>
+    <nd ref='-6576' />
+    <nd ref='-13926' />
+    <nd ref='-13924' />
+    <nd ref='-13922' />
+    <nd ref='-13928' />
+    <nd ref='-13930' />
+    <nd ref='-13932' />
+    <nd ref='-13934' />
+    <nd ref='-13936' />
+    <nd ref='-13938' />
+    <nd ref='-13942' />
+    <nd ref='-13940' />
+    <nd ref='-6578' />
+    <nd ref='-13916' />
+    <nd ref='-13914' />
+    <nd ref='-13920' />
+    <nd ref='-13918' />
+    <nd ref='-13906' />
+    <nd ref='-13908' />
+    <nd ref='-13912' />
+    <nd ref='-13910' />
+    <nd ref='-6576' />
+    <tag k='ISO3166-1:alpha2' v='LI' />
+    <tag k='name:en' v='Liechtenstein' />
+  </way>
+  <way id='-29108'>
+    <nd ref='-9994' />
+    <nd ref='-4146' />
+    <nd ref='-4148' />
+    <nd ref='-4174' />
+    <nd ref='-26804' />
+    <nd ref='-4170' />
+    <nd ref='-26806' />
+    <nd ref='-4172' />
+    <nd ref='-4176' />
+    <nd ref='-9996' />
+    <nd ref='-4178' />
+    <nd ref='-26808' />
+    <nd ref='-26810' />
+    <nd ref='-26812' />
+    <nd ref='-26814' />
+    <nd ref='-26816' />
+    <nd ref='-26818' />
+    <nd ref='-4168' />
+    <nd ref='-4182' />
+    <nd ref='-26820' />
+    <nd ref='-26822' />
+    <nd ref='-4166' />
+    <nd ref='-26824' />
+    <nd ref='-26826' />
+    <nd ref='-4164' />
+    <nd ref='-4180' />
+    <nd ref='-9998' />
+    <nd ref='-4162' />
+    <nd ref='-26776' />
+    <nd ref='-26778' />
+    <nd ref='-26780' />
+    <nd ref='-26782' />
+    <nd ref='-26788' />
+    <nd ref='-26786' />
+    <nd ref='-26784' />
+    <nd ref='-4160' />
+    <nd ref='-26790' />
+    <nd ref='-26792' />
+    <nd ref='-4158' />
+    <nd ref='-26794' />
+    <nd ref='-4156' />
+    <nd ref='-11582' />
+    <nd ref='-26796' />
+    <nd ref='-26798' />
+    <nd ref='-26800' />
+    <nd ref='-4154' />
+    <nd ref='-26802' />
+    <nd ref='-4152' />
+    <nd ref='-4150' />
+    <nd ref='-9994' />
+    <tag k='ISO3166-1:alpha2' v='LS' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Lesotho' />
+  </way>
+  <way id='-29110'>
+    <nd ref='-10104' />
+    <nd ref='-79986' />
+    <nd ref='-4304' />
+    <nd ref='-79916' />
+    <nd ref='-79937' />
+    <nd ref='-79954' />
+    <nd ref='-4310' />
+    <nd ref='-4306' />
+    <nd ref='-79860' />
+    <nd ref='-79633' />
+    <nd ref='-79896' />
+    <nd ref='-4308' />
+    <nd ref='-79615' />
+    <nd ref='-4312' />
+    <nd ref='-79589' />
+    <nd ref='-79562' />
+    <nd ref='-7196' />
+    <nd ref='-15800' />
+    <nd ref='-15802' />
+    <nd ref='-15804' />
+    <nd ref='-15806' />
+    <nd ref='-15808' />
+    <nd ref='-15810' />
+    <nd ref='-15812' />
+    <nd ref='-15814' />
+    <nd ref='-15816' />
+    <nd ref='-15818' />
+    <nd ref='-15820' />
+    <nd ref='-15824' />
+    <nd ref='-15826' />
+    <nd ref='-15822' />
+    <nd ref='-15798' />
+    <nd ref='-15796' />
+    <nd ref='-15794' />
+    <nd ref='-79779' />
+    <nd ref='-15792' />
+    <nd ref='-15790' />
+    <nd ref='-15788' />
+    <nd ref='-15786' />
+    <nd ref='-15784' />
+    <nd ref='-15782' />
+    <nd ref='-15736' />
+    <nd ref='-15780' />
+    <nd ref='-15776' />
+    <nd ref='-15778' />
+    <nd ref='-79762' />
+    <nd ref='-15774' />
+    <nd ref='-15772' />
+    <nd ref='-15770' />
+    <nd ref='-15768' />
+    <nd ref='-15766' />
+    <nd ref='-15764' />
+    <nd ref='-15762' />
+    <nd ref='-15760' />
+    <nd ref='-15758' />
+    <nd ref='-15756' />
+    <nd ref='-15754' />
+    <nd ref='-15752' />
+    <nd ref='-15748' />
+    <nd ref='-15750' />
+    <nd ref='-15746' />
+    <nd ref='-15744' />
+    <nd ref='-15742' />
+    <nd ref='-15740' />
+    <nd ref='-15738' />
+    <nd ref='-15708' />
+    <nd ref='-15734' />
+    <nd ref='-79720' />
+    <nd ref='-15732' />
+    <nd ref='-15730' />
+    <nd ref='-15728' />
+    <nd ref='-15712' />
+    <nd ref='-15716' />
+    <nd ref='-15714' />
+    <nd ref='-15718' />
+    <nd ref='-15720' />
+    <nd ref='-15726' />
+    <nd ref='-15722' />
+    <nd ref='-15724' />
+    <nd ref='-15710' />
+    <nd ref='-10000' />
+    <nd ref='-15854' />
+    <nd ref='-15852' />
+    <nd ref='-15850' />
+    <nd ref='-15848' />
+    <nd ref='-15846' />
+    <nd ref='-80892' />
+    <nd ref='-15844' />
+    <nd ref='-15842' />
+    <nd ref='-80860' />
+    <nd ref='-80839' />
+    <nd ref='-15840' />
+    <nd ref='-15838' />
+    <nd ref='-15836' />
+    <nd ref='-15834' />
+    <nd ref='-15832' />
+    <nd ref='-15830' />
+    <nd ref='-15828' />
+    <nd ref='-10832' />
+    <nd ref='-15658' />
+    <nd ref='-80790' />
+    <nd ref='-15660' />
+    <nd ref='-15662' />
+    <nd ref='-15664' />
+    <nd ref='-80766' />
+    <nd ref='-80741' />
+    <nd ref='-15666' />
+    <nd ref='-15668' />
+    <nd ref='-15670' />
+    <nd ref='-15672' />
+    <nd ref='-15674' />
+    <nd ref='-80724' />
+    <nd ref='-15676' />
+    <nd ref='-15678' />
+    <nd ref='-15682' />
+    <nd ref='-15680' />
+    <nd ref='-15684' />
+    <nd ref='-15686' />
+    <nd ref='-15688' />
+    <nd ref='-15690' />
+    <nd ref='-15692' />
+    <nd ref='-15694' />
+    <nd ref='-15696' />
+    <nd ref='-15698' />
+    <nd ref='-15700' />
+    <nd ref='-15702' />
+    <nd ref='-15706' />
+    <nd ref='-15704' />
+    <nd ref='-10002' />
+    <nd ref='-10004' />
+    <nd ref='-10006' />
+    <nd ref='-10008' />
+    <nd ref='-10010' />
+    <nd ref='-12252' />
+    <nd ref='-12254' />
+    <nd ref='-10108' />
+    <nd ref='-10106' />
+    <nd ref='-4282' />
+    <nd ref='-80303' />
+    <nd ref='-4280' />
+    <nd ref='-80284' />
+    <nd ref='-80225' />
+    <nd ref='-10012' />
+    <nd ref='-80208' />
+    <nd ref='-79654' />
+    <nd ref='-4298' />
+    <nd ref='-80159' />
+    <nd ref='-4300' />
+    <nd ref='-4302' />
+    <nd ref='-80127' />
+    <nd ref='-4296' />
+    <nd ref='-80106' />
+    <nd ref='-4286' />
+    <nd ref='-4284' />
+    <nd ref='-4292' />
+    <nd ref='-4290' />
+    <nd ref='-4288' />
+    <nd ref='-4294' />
+    <nd ref='-80055' />
+    <nd ref='-80038' />
+    <nd ref='-80024' />
+    <nd ref='-80004' />
+    <nd ref='-10104' />
+    <tag k='ISO3166-1:alpha2' v='LT' />
+    <tag k='maxspeed:motorway' v='120' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/lithuania/speed_limits_en.htm' />
+    <tag k='maxspeed:unpaved' v='70' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Lithuania' />
+  </way>
+  <way id='-29112'>
+    <nd ref='-10014' />
+    <nd ref='-10016' />
+    <nd ref='-8442' />
+    <nd ref='-14302' />
+    <nd ref='-8440' />
+    <nd ref='-8438' />
+    <nd ref='-10018' />
+    <nd ref='-8436' />
+    <nd ref='-8434' />
+    <nd ref='-10020' />
+    <nd ref='-10022' />
+    <nd ref='-8432' />
+    <nd ref='-8430' />
+    <nd ref='-8428' />
+    <nd ref='-10024' />
+    <nd ref='-10026' />
+    <nd ref='-14298' />
+    <nd ref='-14300' />
+    <nd ref='-10028' />
+    <nd ref='-8426' />
+    <nd ref='-14292' />
+    <nd ref='-14294' />
+    <nd ref='-14296' />
+    <nd ref='-8424' />
+    <nd ref='-8422' />
+    <nd ref='-14282' />
+    <nd ref='-14284' />
+    <nd ref='-14286' />
+    <nd ref='-14288' />
+    <nd ref='-14290' />
+    <nd ref='-10030' />
+    <nd ref='-8420' />
+    <nd ref='-8418' />
+    <nd ref='-14280' />
+    <nd ref='-8416' />
+    <nd ref='-14276' />
+    <nd ref='-14278' />
+    <nd ref='-8414' />
+    <nd ref='-10032' />
+    <nd ref='-14272' />
+    <nd ref='-14274' />
+    <nd ref='-14270' />
+    <nd ref='-10034' />
+    <nd ref='-14260' />
+    <nd ref='-14258' />
+    <nd ref='-14256' />
+    <nd ref='-14262' />
+    <nd ref='-14264' />
+    <nd ref='-14266' />
+    <nd ref='-14268' />
+    <nd ref='-8412' />
+    <nd ref='-14238' />
+    <nd ref='-14242' />
+    <nd ref='-14240' />
+    <nd ref='-14244' />
+    <nd ref='-14236' />
+    <nd ref='-14248' />
+    <nd ref='-14250' />
+    <nd ref='-14246' />
+    <nd ref='-14254' />
+    <nd ref='-14252' />
+    <nd ref='-8410' />
+    <nd ref='-14234' />
+    <nd ref='-8408' />
+    <nd ref='-8406' />
+    <nd ref='-14232' />
+    <nd ref='-8404' />
+    <nd ref='-8402' />
+    <nd ref='-8400' />
+    <nd ref='-8398' />
+    <nd ref='-10036' />
+    <nd ref='-14230' />
+    <nd ref='-14228' />
+    <nd ref='-10038' />
+    <nd ref='-8396' />
+    <nd ref='-14226' />
+    <nd ref='-8394' />
+    <nd ref='-10040' />
+    <nd ref='-10042' />
+    <nd ref='-8392' />
+    <nd ref='-10044' />
+    <nd ref='-10046' />
+    <nd ref='-14224' />
+    <nd ref='-14222' />
+    <nd ref='-56187' />
+    <nd ref='-8948' />
+    <nd ref='-14220' />
+    <nd ref='-14218' />
+    <nd ref='-14216' />
+    <nd ref='-14214' />
+    <nd ref='-14212' />
+    <nd ref='-8946' />
+    <nd ref='-14208' />
+    <nd ref='-14210' />
+    <nd ref='-8944' />
+    <nd ref='-10048' />
+    <nd ref='-14206' />
+    <nd ref='-10050' />
+    <nd ref='-8942' />
+    <nd ref='-8940' />
+    <nd ref='-56128' />
+    <nd ref='-56145' />
+    <nd ref='-8938' />
+    <nd ref='-10052' />
+    <nd ref='-56105' />
+    <nd ref='-8936' />
+    <nd ref='-10054' />
+    <nd ref='-8934' />
+    <nd ref='-14204' />
+    <nd ref='-14202' />
+    <nd ref='-14200' />
+    <nd ref='-8932' />
+    <nd ref='-10056' />
+    <nd ref='-10058' />
+    <nd ref='-56086' />
+    <nd ref='-10060' />
+    <nd ref='-6880' />
+    <nd ref='-10062' />
+    <nd ref='-14198' />
+    <nd ref='-10064' />
+    <nd ref='-10066' />
+    <nd ref='-6878' />
+    <nd ref='-10068' />
+    <nd ref='-14196' />
+    <nd ref='-14194' />
+    <nd ref='-10070' />
+    <nd ref='-14192' />
+    <nd ref='-10072' />
+    <nd ref='-6876' />
+    <nd ref='-6874' />
+    <nd ref='-10074' />
+    <nd ref='-10076' />
+    <nd ref='-14190' />
+    <nd ref='-6872' />
+    <nd ref='-14188' />
+    <nd ref='-6870' />
+    <nd ref='-10078' />
+    <nd ref='-10080' />
+    <nd ref='-14186' />
+    <nd ref='-6868' />
+    <nd ref='-6866' />
+    <nd ref='-10082' />
+    <nd ref='-10084' />
+    <nd ref='-14184' />
+    <nd ref='-14182' />
+    <nd ref='-14180' />
+    <nd ref='-14176' />
+    <nd ref='-14178' />
+    <nd ref='-10086' />
+    <nd ref='-10088' />
+    <nd ref='-10090' />
+    <nd ref='-14170' />
+    <nd ref='-14172' />
+    <nd ref='-14174' />
+    <nd ref='-10092' />
+    <nd ref='-14166' />
+    <nd ref='-6864' />
+    <nd ref='-14168' />
+    <nd ref='-10094' />
+    <nd ref='-14164' />
+    <nd ref='-6862' />
+    <nd ref='-10096' />
+    <nd ref='-10098' />
+    <nd ref='-6860' />
+    <nd ref='-6858' />
+    <nd ref='-10100' />
+    <nd ref='-6856' />
+    <nd ref='-10102' />
+    <nd ref='-6854' />
+    <nd ref='-14160' />
+    <nd ref='-14162' />
+    <nd ref='-14158' />
+    <nd ref='-10014' />
+    <tag k='ISO3166-1:alpha2' v='LU' />
+    <tag k='name:en' v='Luxembourg' />
+  </way>
+  <way id='-29114'>
+    <nd ref='-8854' />
+    <nd ref='-4334' />
+    <nd ref='-4336' />
+    <nd ref='-4338' />
+    <nd ref='-4350' />
+    <nd ref='-4348' />
+    <nd ref='-4344' />
+    <nd ref='-4346' />
+    <nd ref='-4340' />
+    <nd ref='-4342' />
+    <nd ref='-4354' />
+    <nd ref='-4352' />
+    <nd ref='-7158' />
+    <nd ref='-4314' />
+    <nd ref='-4316' />
+    <nd ref='-4320' />
+    <nd ref='-4318' />
+    <nd ref='-4322' />
+    <nd ref='-4324' />
+    <nd ref='-4326' />
+    <nd ref='-79546' />
+    <nd ref='-4328' />
+    <nd ref='-4330' />
+    <nd ref='-4332' />
+    <nd ref='-7196' />
+    <nd ref='-79562' />
+    <nd ref='-79589' />
+    <nd ref='-4312' />
+    <nd ref='-79615' />
+    <nd ref='-4308' />
+    <nd ref='-79896' />
+    <nd ref='-79633' />
+    <nd ref='-79860' />
+    <nd ref='-4306' />
+    <nd ref='-4310' />
+    <nd ref='-79954' />
+    <nd ref='-79937' />
+    <nd ref='-79916' />
+    <nd ref='-4304' />
+    <nd ref='-79986' />
+    <nd ref='-10104' />
+    <nd ref='-80004' />
+    <nd ref='-80024' />
+    <nd ref='-80038' />
+    <nd ref='-80055' />
+    <nd ref='-4294' />
+    <nd ref='-4288' />
+    <nd ref='-4290' />
+    <nd ref='-4292' />
+    <nd ref='-4284' />
+    <nd ref='-4286' />
+    <nd ref='-80106' />
+    <nd ref='-4296' />
+    <nd ref='-80127' />
+    <nd ref='-4302' />
+    <nd ref='-4300' />
+    <nd ref='-80159' />
+    <nd ref='-4298' />
+    <nd ref='-79654' />
+    <nd ref='-80208' />
+    <nd ref='-10012' />
+    <nd ref='-80225' />
+    <nd ref='-80284' />
+    <nd ref='-4280' />
+    <nd ref='-80303' />
+    <nd ref='-4282' />
+    <nd ref='-10106' />
+    <nd ref='-10108' />
+    <nd ref='-10110' />
+    <nd ref='-12248' />
+    <nd ref='-12250' />
+    <nd ref='-10112' />
+    <nd ref='-8860' />
+    <nd ref='-8858' />
+    <nd ref='-8856' />
+    <nd ref='-4358' />
+    <nd ref='-4360' />
+    <nd ref='-4356' />
+    <nd ref='-4382' />
+    <nd ref='-4380' />
+    <nd ref='-4364' />
+    <nd ref='-4366' />
+    <nd ref='-4368' />
+    <nd ref='-4370' />
+    <nd ref='-4372' />
+    <nd ref='-4362' />
+    <nd ref='-4374' />
+    <nd ref='-4376' />
+    <nd ref='-4378' />
+    <nd ref='-4388' />
+    <nd ref='-4386' />
+    <nd ref='-4384' />
+    <nd ref='-4390' />
+    <nd ref='-4392' />
+    <nd ref='-8854' />
+    <tag k='ISO3166-1:alpha2' v='LV' />
+    <tag k='name:en' v='Latvia' />
+  </way>
+  <way id='-29116'>
+    <nd ref='-10120' />
+    <nd ref='-10122' />
+    <nd ref='-14304' />
+    <nd ref='-14306' />
+    <nd ref='-14310' />
+    <nd ref='-14308' />
+    <nd ref='-10124' />
+    <nd ref='-10126' />
+    <nd ref='-8582' />
+    <nd ref='-8580' />
+    <nd ref='-8578' />
+    <nd ref='-14312' />
+    <nd ref='-14314' />
+    <nd ref='-10128' />
+    <nd ref='-14316' />
+    <nd ref='-8576' />
+    <nd ref='-8574' />
+    <nd ref='-8572' />
+    <nd ref='-14318' />
+    <nd ref='-14322' />
+    <nd ref='-14320' />
+    <nd ref='-10130' />
+    <nd ref='-8570' />
+    <nd ref='-10132' />
+    <nd ref='-10134' />
+    <nd ref='-8568' />
+    <nd ref='-14324' />
+    <nd ref='-14326' />
+    <nd ref='-14328' />
+    <nd ref='-14330' />
+    <nd ref='-8566' />
+    <nd ref='-8564' />
+    <nd ref='-14332' />
+    <nd ref='-10136' />
+    <nd ref='-10138' />
+    <nd ref='-8562' />
+    <nd ref='-10140' />
+    <nd ref='-8560' />
+    <nd ref='-8558' />
+    <nd ref='-10142' />
+    <nd ref='-8556' />
+    <nd ref='-14334' />
+    <nd ref='-8554' />
+    <nd ref='-8552' />
+    <nd ref='-11034' />
+    <nd ref='-10144' />
+    <nd ref='-11032' />
+    <nd ref='-10146' />
+    <nd ref='-10148' />
+    <nd ref='-5716' />
+    <nd ref='-10150' />
+    <nd ref='-10152' />
+    <nd ref='-11030' />
+    <nd ref='-11028' />
+    <nd ref='-10154' />
+    <nd ref='-11026' />
+    <nd ref='-10156' />
+    <nd ref='-11024' />
+    <nd ref='-11022' />
+    <nd ref='-10158' />
+    <nd ref='-11020' />
+    <nd ref='-10160' />
+    <nd ref='-10162' />
+    <nd ref='-11018' />
+    <nd ref='-10164' />
+    <nd ref='-10166' />
+    <nd ref='-10168' />
+    <nd ref='-10170' />
+    <nd ref='-5840' />
+    <nd ref='-5842' />
+    <nd ref='-22762' />
+    <nd ref='-6186' />
+    <nd ref='-8820' />
+    <nd ref='-22766' />
+    <nd ref='-5846' />
+    <nd ref='-10120' />
+  </way>
+  <way id='-29118'>
+    <nd ref='-8986' />
+    <nd ref='-5876' />
+    <nd ref='-10172' />
+    <nd ref='-8988' />
+    <nd ref='-10174' />
+    <nd ref='-28570' />
+    <nd ref='-28568' />
+    <nd ref='-28572' />
+    <nd ref='-28566' />
+    <nd ref='-10176' />
+    <nd ref='-28574' />
+    <nd ref='-28576' />
+    <nd ref='-28578' />
+    <nd ref='-28580' />
+    <nd ref='-28586' />
+    <nd ref='-28584' />
+    <nd ref='-28582' />
+    <nd ref='-10178' />
+    <nd ref='-8986' />
+    <tag k='ISO3166-1:alpha2' v='MC' />
+    <tag k='name:en' v='Monaco' />
+  </way>
+  <way id='-29120'>
+    <nd ref='-10180' />
+    <nd ref='-82997' />
+    <nd ref='-82984' />
+    <nd ref='-82951' />
+    <nd ref='-82933' />
+    <nd ref='-10182' />
+    <nd ref='-82917' />
+    <nd ref='-19842' />
+    <nd ref='-19844' />
+    <nd ref='-19846' />
+    <nd ref='-19828' />
+    <nd ref='-82886' />
+    <nd ref='-82866' />
+    <nd ref='-19830' />
+    <nd ref='-19834' />
+    <nd ref='-82847' />
+    <nd ref='-82815' />
+    <nd ref='-19832' />
+    <nd ref='-19838' />
+    <nd ref='-19836' />
+    <nd ref='-82779' />
+    <nd ref='-19840' />
+    <nd ref='-19826' />
+    <nd ref='-19824' />
+    <nd ref='-82766' />
+    <nd ref='-19822' />
+    <nd ref='-10184' />
+    <nd ref='-19820' />
+    <nd ref='-19808' />
+    <nd ref='-19810' />
+    <nd ref='-19818' />
+    <nd ref='-19816' />
+    <nd ref='-19814' />
+    <nd ref='-19812' />
+    <nd ref='-19806' />
+    <nd ref='-10186' />
+    <nd ref='-19796' />
+    <nd ref='-19798' />
+    <nd ref='-19800' />
+    <nd ref='-19802' />
+    <nd ref='-19804' />
+    <nd ref='-19794' />
+    <nd ref='-19792' />
+    <nd ref='-19790' />
+    <nd ref='-10188' />
+    <nd ref='-10190' />
+    <nd ref='-10192' />
+    <nd ref='-19788' />
+    <nd ref='-19786' />
+    <nd ref='-19784' />
+    <nd ref='-19782' />
+    <nd ref='-19780' />
+    <nd ref='-19778' />
+    <nd ref='-82699' />
+    <nd ref='-82716' />
+    <nd ref='-19776' />
+    <nd ref='-19774' />
+    <nd ref='-19766' />
+    <nd ref='-19772' />
+    <nd ref='-19770' />
+    <nd ref='-19768' />
+    <nd ref='-10194' />
+    <nd ref='-10196' />
+    <nd ref='-19764' />
+    <nd ref='-19760' />
+    <nd ref='-19758' />
+    <nd ref='-19756' />
+    <nd ref='-19762' />
+    <nd ref='-19754' />
+    <nd ref='-19750' />
+    <nd ref='-19752' />
+    <nd ref='-82666' />
+    <nd ref='-82646' />
+    <nd ref='-19748' />
+    <nd ref='-82614' />
+    <nd ref='-82597' />
+    <nd ref='-10198' />
+    <nd ref='-19738' />
+    <nd ref='-10200' />
+    <nd ref='-19744' />
+    <nd ref='-19742' />
+    <nd ref='-19740' />
+    <nd ref='-19734' />
+    <nd ref='-19736' />
+    <nd ref='-19732' />
+    <nd ref='-19716' />
+    <nd ref='-19728' />
+    <nd ref='-19730' />
+    <nd ref='-19722' />
+    <nd ref='-19720' />
+    <nd ref='-19718' />
+    <nd ref='-19726' />
+    <nd ref='-19724' />
+    <nd ref='-10202' />
+    <nd ref='-10904' />
+    <nd ref='-81711' />
+    <nd ref='-10902' />
+    <nd ref='-19714' />
+    <nd ref='-81730' />
+    <nd ref='-10204' />
+    <nd ref='-19704' />
+    <nd ref='-19706' />
+    <nd ref='-19708' />
+    <nd ref='-19710' />
+    <nd ref='-19712' />
+    <nd ref='-10900' />
+    <nd ref='-19700' />
+    <nd ref='-19702' />
+    <nd ref='-10898' />
+    <nd ref='-19692' />
+    <nd ref='-19698' />
+    <nd ref='-81753' />
+    <nd ref='-19694' />
+    <nd ref='-19696' />
+    <nd ref='-10206' />
+    <nd ref='-81768' />
+    <nd ref='-81786' />
+    <nd ref='-19688' />
+    <nd ref='-10896' />
+    <nd ref='-19690' />
+    <nd ref='-10894' />
+    <nd ref='-81811' />
+    <nd ref='-81837' />
+    <nd ref='-81851' />
+    <nd ref='-81868' />
+    <nd ref='-81824' />
+    <nd ref='-81881' />
+    <nd ref='-19686' />
+    <nd ref='-10208' />
+    <nd ref='-19652' />
+    <nd ref='-19654' />
+    <nd ref='-19656' />
+    <nd ref='-19658' />
+    <nd ref='-19660' />
+    <nd ref='-19662' />
+    <nd ref='-19664' />
+    <nd ref='-19666' />
+    <nd ref='-19668' />
+    <nd ref='-19670' />
+    <nd ref='-10210' />
+    <nd ref='-10212' />
+    <nd ref='-19672' />
+    <nd ref='-19674' />
+    <nd ref='-19676' />
+    <nd ref='-19678' />
+    <nd ref='-19680' />
+    <nd ref='-19682' />
+    <nd ref='-19684' />
+    <nd ref='-10180' />
+    <tag k='ISO3166-1:alpha2' v='MD' />
+    <tag k='name:en' v='Moldova' />
+  </way>
+  <way id='-29122'>
+    <nd ref='-10214' />
+    <nd ref='-10216' />
+    <nd ref='-10218' />
+    <nd ref='-11854' />
+    <nd ref='-11852' />
+    <nd ref='-22746' />
+    <nd ref='-11850' />
+    <nd ref='-10214' />
+    <tag k='ISO3166-1:alpha2' v='MG' />
+    <tag k='name:en' v='Madagascar' />
+  </way>
+  <way id='-29124'>
+    <nd ref='-7100' />
+    <nd ref='-16004' />
+    <nd ref='-16002' />
+    <nd ref='-16006' />
+    <nd ref='-16008' />
+    <nd ref='-16010' />
+    <nd ref='-16000' />
+    <nd ref='-16012' />
+    <nd ref='-16014' />
+    <nd ref='-16016' />
+    <nd ref='-16018' />
+    <nd ref='-16020' />
+    <nd ref='-16022' />
+    <nd ref='-9162' />
+    <nd ref='-16070' />
+    <nd ref='-16068' />
+    <nd ref='-16066' />
+    <nd ref='-16064' />
+    <nd ref='-16058' />
+    <nd ref='-16062' />
+    <nd ref='-16060' />
+    <nd ref='-16052' />
+    <nd ref='-16056' />
+    <nd ref='-16054' />
+    <nd ref='-16050' />
+    <nd ref='-16034' />
+    <nd ref='-16036' />
+    <nd ref='-16038' />
+    <nd ref='-16040' />
+    <nd ref='-16048' />
+    <nd ref='-16046' />
+    <nd ref='-16044' />
+    <nd ref='-16042' />
+    <nd ref='-16028' />
+    <nd ref='-16032' />
+    <nd ref='-16030' />
+    <nd ref='-16026' />
+    <nd ref='-16024' />
+    <nd ref='-6348' />
+    <nd ref='-16116' />
+    <nd ref='-16118' />
+    <nd ref='-16114' />
+    <nd ref='-16112' />
+    <nd ref='-16106' />
+    <nd ref='-16110' />
+    <nd ref='-16108' />
+    <nd ref='-16098' />
+    <nd ref='-16102' />
+    <nd ref='-16100' />
+    <nd ref='-16104' />
+    <nd ref='-16088' />
+    <nd ref='-16090' />
+    <nd ref='-16092' />
+    <nd ref='-16094' />
+    <nd ref='-16096' />
+    <nd ref='-28272' />
+    <nd ref='-28274' />
+    <nd ref='-16072' />
+    <nd ref='-28276' />
+    <nd ref='-16074' />
+    <nd ref='-16076' />
+    <nd ref='-16086' />
+    <nd ref='-16084' />
+    <nd ref='-16082' />
+    <nd ref='-16078' />
+    <nd ref='-16080' />
+    <nd ref='-6346' />
+    <nd ref='-15928' />
+    <nd ref='-15930' />
+    <nd ref='-15932' />
+    <nd ref='-15934' />
+    <nd ref='-15936' />
+    <nd ref='-15938' />
+    <nd ref='-15940' />
+    <nd ref='-28278' />
+    <nd ref='-15942' />
+    <nd ref='-15944' />
+    <nd ref='-15946' />
+    <nd ref='-15948' />
+    <nd ref='-15952' />
+    <nd ref='-15950' />
+    <nd ref='-10302' />
+    <nd ref='-15994' />
+    <nd ref='-28280' />
+    <nd ref='-15998' />
+    <nd ref='-15996' />
+    <nd ref='-15992' />
+    <nd ref='-15988' />
+    <nd ref='-15990' />
+    <nd ref='-15986' />
+    <nd ref='-15984' />
+    <nd ref='-7100' />
+    <tag k='ISO3166-1:alpha2' v='MK' />
+    <tag k='name:en' v='Macedonia, FYR' />
+  </way>
+  <way id='-29126'>
+    <nd ref='-8550' />
+    <nd ref='-8548' />
+    <nd ref='-3486' />
+    <nd ref='-3488' />
+    <nd ref='-3490' />
+    <nd ref='-3492' />
+    <nd ref='-8546' />
+    <nd ref='-10304' />
+    <nd ref='-1582' />
+    <nd ref='-10306' />
+    <nd ref='-10308' />
+    <nd ref='-10310' />
+    <nd ref='-1580' />
+    <nd ref='-10312' />
+    <nd ref='-10314' />
+    <nd ref='-1578' />
+    <nd ref='-6974' />
+    <nd ref='-1572' />
+    <nd ref='-1574' />
+    <nd ref='-1576' />
+    <nd ref='-7016' />
+    <nd ref='-7014' />
+    <nd ref='-7012' />
+    <nd ref='-7010' />
+    <nd ref='-7008' />
+    <nd ref='-7006' />
+    <nd ref='-7004' />
+    <nd ref='-1564' />
+    <nd ref='-1568' />
+    <nd ref='-1566' />
+    <nd ref='-1570' />
+    <nd ref='-7002' />
+    <nd ref='-7000' />
+    <nd ref='-6998' />
+    <nd ref='-6996' />
+    <nd ref='-6994' />
+    <nd ref='-1556' />
+    <nd ref='-1562' />
+    <nd ref='-1558' />
+    <nd ref='-1560' />
+    <nd ref='-6992' />
+    <nd ref='-6990' />
+    <nd ref='-1554' />
+    <nd ref='-1550' />
+    <nd ref='-1552' />
+    <nd ref='-1538' />
+    <nd ref='-1540' />
+    <nd ref='-1542' />
+    <nd ref='-1544' />
+    <nd ref='-1546' />
+    <nd ref='-1548' />
+    <nd ref='-1536' />
+    <nd ref='-1534' />
+    <nd ref='-1528' />
+    <nd ref='-1532' />
+    <nd ref='-1530' />
+    <nd ref='-1526' />
+    <nd ref='-1516' />
+    <nd ref='-1512' />
+    <nd ref='-1514' />
+    <nd ref='-1518' />
+    <nd ref='-1520' />
+    <nd ref='-1522' />
+    <nd ref='-1524' />
+    <nd ref='-1506' />
+    <nd ref='-1508' />
+    <nd ref='-1510' />
+    <nd ref='-8042' />
+    <nd ref='-1472' />
+    <nd ref='-1474' />
+    <nd ref='-1476' />
+    <nd ref='-1480' />
+    <nd ref='-1478' />
+    <nd ref='-1500' />
+    <nd ref='-1494' />
+    <nd ref='-1496' />
+    <nd ref='-1498' />
+    <nd ref='-1492' />
+    <nd ref='-1502' />
+    <nd ref='-1482' />
+    <nd ref='-1484' />
+    <nd ref='-1486' />
+    <nd ref='-1488' />
+    <nd ref='-1490' />
+    <nd ref='-1504' />
+    <nd ref='-10316' />
+    <nd ref='-1460' />
+    <nd ref='-1462' />
+    <nd ref='-1464' />
+    <nd ref='-1466' />
+    <nd ref='-1468' />
+    <nd ref='-1470' />
+    <nd ref='-9104' />
+    <nd ref='-3300' />
+    <nd ref='-3302' />
+    <nd ref='-3304' />
+    <nd ref='-1456' />
+    <nd ref='-1458' />
+    <nd ref='-3306' />
+    <nd ref='-3308' />
+    <nd ref='-3310' />
+    <nd ref='-3312' />
+    <nd ref='-3314' />
+    <nd ref='-3316' />
+    <nd ref='-3318' />
+    <nd ref='-3320' />
+    <nd ref='-3322' />
+    <nd ref='-3324' />
+    <nd ref='-3326' />
+    <nd ref='-3328' />
+    <nd ref='-3330' />
+    <nd ref='-3332' />
+    <nd ref='-3334' />
+    <nd ref='-3336' />
+    <nd ref='-9102' />
+    <nd ref='-3662' />
+    <nd ref='-3664' />
+    <nd ref='-3668' />
+    <nd ref='-3670' />
+    <nd ref='-3666' />
+    <nd ref='-10558' />
+    <nd ref='-4474' />
+    <nd ref='-4472' />
+    <nd ref='-10556' />
+    <nd ref='-10554' />
+    <nd ref='-4476' />
+    <nd ref='-10318' />
+    <nd ref='-10552' />
+    <nd ref='-10550' />
+    <nd ref='-10320' />
+    <nd ref='-10548' />
+    <nd ref='-10546' />
+    <nd ref='-10544' />
+    <nd ref='-10542' />
+    <nd ref='-10322' />
+    <nd ref='-8550' />
+    <tag k='ISO3166-1:alpha2' v='ML' />
+    <tag k='name:en' v='Mali' />
+  </way>
+  <way id='-29128'>
+    <nd ref='-7044' />
+    <nd ref='-7042' />
+    <nd ref='-21948' />
+    <nd ref='-21946' />
+    <nd ref='-21950' />
+    <nd ref='-21952' />
+    <nd ref='-21954' />
+    <nd ref='-21956' />
+    <nd ref='-21958' />
+    <nd ref='-21960' />
+    <nd ref='-21962' />
+    <nd ref='-21964' />
+    <nd ref='-21966' />
+    <nd ref='-21968' />
+    <nd ref='-21944' />
+    <nd ref='-21978' />
+    <nd ref='-21980' />
+    <nd ref='-21972' />
+    <nd ref='-21974' />
+    <nd ref='-21970' />
+    <nd ref='-21976' />
+    <nd ref='-21982' />
+    <nd ref='-9306' />
+    <nd ref='-27412' />
+    <nd ref='-9304' />
+    <nd ref='-21994' />
+    <nd ref='-21990' />
+    <nd ref='-21992' />
+    <nd ref='-21984' />
+    <nd ref='-21986' />
+    <nd ref='-21988' />
+    <nd ref='-9302' />
+    <nd ref='-21996' />
+    <nd ref='-21998' />
+    <nd ref='-22000' />
+    <nd ref='-9300' />
+    <nd ref='-9298' />
+    <nd ref='-22002' />
+    <nd ref='-22004' />
+    <nd ref='-9296' />
+    <nd ref='-22008' />
+    <nd ref='-27410' />
+    <nd ref='-9294' />
+    <nd ref='-22014' />
+    <nd ref='-22016' />
+    <nd ref='-22018' />
+    <nd ref='-22020' />
+    <nd ref='-22012' />
+    <nd ref='-22010' />
+    <nd ref='-22024' />
+    <nd ref='-22026' />
+    <nd ref='-9290' />
+    <nd ref='-22034' />
+    <nd ref='-22036' />
+    <nd ref='-22038' />
+    <nd ref='-22040' />
+    <nd ref='-9288' />
+    <nd ref='-22042' />
+    <nd ref='-22044' />
+    <nd ref='-22048' />
+    <nd ref='-22050' />
+    <nd ref='-22046' />
+    <nd ref='-9286' />
+    <nd ref='-22056' />
+    <nd ref='-22058' />
+    <nd ref='-22062' />
+    <nd ref='-22060' />
+    <nd ref='-22054' />
+    <nd ref='-22052' />
+    <nd ref='-22064' />
+    <nd ref='-9284' />
+    <nd ref='-9282' />
+    <nd ref='-22066' />
+    <nd ref='-22070' />
+    <nd ref='-22074' />
+    <nd ref='-22072' />
+    <nd ref='-22068' />
+    <nd ref='-7800' />
+    <nd ref='-21930' />
+    <nd ref='-21932' />
+    <nd ref='-21934' />
+    <nd ref='-21928' />
+    <nd ref='-21938' />
+    <nd ref='-21936' />
+    <nd ref='-21940' />
+    <nd ref='-21942' />
+    <nd ref='-21918' />
+    <nd ref='-21920' />
+    <nd ref='-21922' />
+    <nd ref='-21924' />
+    <nd ref='-21926' />
+    <nd ref='-7798' />
+    <nd ref='-21916' />
+    <nd ref='-21914' />
+    <nd ref='-21912' />
+    <nd ref='-21910' />
+    <nd ref='-7796' />
+    <nd ref='-21908' />
+    <nd ref='-21906' />
+    <nd ref='-27408' />
+    <nd ref='-21904' />
+    <nd ref='-21902' />
+    <nd ref='-21900' />
+    <nd ref='-21896' />
+    <nd ref='-21894' />
+    <nd ref='-21898' />
+    <nd ref='-21892' />
+    <nd ref='-21890' />
+    <nd ref='-21888' />
+    <nd ref='-21886' />
+    <nd ref='-21884' />
+    <nd ref='-21880' />
+    <nd ref='-21882' />
+    <nd ref='-21878' />
+    <nd ref='-21876' />
+    <nd ref='-21874' />
+    <nd ref='-21872' />
+    <nd ref='-27406' />
+    <nd ref='-21870' />
+    <nd ref='-27404' />
+    <nd ref='-7794' />
+    <nd ref='-27400' />
+    <nd ref='-27402' />
+    <nd ref='-27398' />
+    <nd ref='-27396' />
+    <nd ref='-21868' />
+    <nd ref='-21852' />
+    <nd ref='-27394' />
+    <nd ref='-21854' />
+    <nd ref='-21864' />
+    <nd ref='-21866' />
+    <nd ref='-21856' />
+    <nd ref='-21862' />
+    <nd ref='-21858' />
+    <nd ref='-27392' />
+    <nd ref='-21860' />
+    <nd ref='-7792' />
+    <nd ref='-27390' />
+    <nd ref='-27388' />
+    <nd ref='-7790' />
+    <nd ref='-7788' />
+    <nd ref='-27386' />
+    <nd ref='-27384' />
+    <nd ref='-21850' />
+    <nd ref='-27382' />
+    <nd ref='-27380' />
+    <nd ref='-27376' />
+    <nd ref='-27378' />
+    <nd ref='-27374' />
+    <nd ref='-27372' />
+    <nd ref='-27370' />
+    <nd ref='-27368' />
+    <nd ref='-27366' />
+    <nd ref='-27364' />
+    <nd ref='-27362' />
+    <nd ref='-27348' />
+    <nd ref='-27350' />
+    <nd ref='-27360' />
+    <nd ref='-27358' />
+    <nd ref='-27356' />
+    <nd ref='-27354' />
+    <nd ref='-27352' />
+    <nd ref='-27346' />
+    <nd ref='-7786' />
+    <nd ref='-21846' />
+    <nd ref='-21848' />
+    <nd ref='-27344' />
+    <nd ref='-7784' />
+    <nd ref='-21844' />
+    <nd ref='-21842' />
+    <nd ref='-21824' />
+    <nd ref='-21826' />
+    <nd ref='-27342' />
+    <nd ref='-27340' />
+    <nd ref='-21832' />
+    <nd ref='-21828' />
+    <nd ref='-21834' />
+    <nd ref='-21830' />
+    <nd ref='-21838' />
+    <nd ref='-21836' />
+    <nd ref='-21840' />
+    <nd ref='-27338' />
+    <nd ref='-7782' />
+    <nd ref='-21816' />
+    <nd ref='-21820' />
+    <nd ref='-21822' />
+    <nd ref='-21818' />
+    <nd ref='-7780' />
+    <nd ref='-7778' />
+    <nd ref='-7776' />
+    <nd ref='-7774' />
+    <nd ref='-21808' />
+    <nd ref='-21814' />
+    <nd ref='-21810' />
+    <nd ref='-21812' />
+    <nd ref='-27336' />
+    <nd ref='-27334' />
+    <nd ref='-7772' />
+    <nd ref='-21802' />
+    <nd ref='-21804' />
+    <nd ref='-21806' />
+    <nd ref='-21770' />
+    <nd ref='-21776' />
+    <nd ref='-21774' />
+    <nd ref='-21772' />
+    <nd ref='-27332' />
+    <nd ref='-21778' />
+    <nd ref='-21780' />
+    <nd ref='-21782' />
+    <nd ref='-21784' />
+    <nd ref='-21798' />
+    <nd ref='-21800' />
+    <nd ref='-21796' />
+    <nd ref='-21794' />
+    <nd ref='-21790' />
+    <nd ref='-21792' />
+    <nd ref='-21786' />
+    <nd ref='-21788' />
+    <nd ref='-7770' />
+    <nd ref='-7768' />
+    <nd ref='-10324' />
+    <nd ref='-18626' />
+    <nd ref='-18620' />
+    <nd ref='-18618' />
+    <nd ref='-18604' />
+    <nd ref='-18616' />
+    <nd ref='-18614' />
+    <nd ref='-18612' />
+    <nd ref='-18610' />
+    <nd ref='-18608' />
+    <nd ref='-18606' />
+    <nd ref='-18600' />
+    <nd ref='-18602' />
+    <nd ref='-9944' />
+    <nd ref='-19458' />
+    <nd ref='-27044' />
+    <nd ref='-27050' />
+    <nd ref='-27056' />
+    <nd ref='-27052' />
+    <nd ref='-27054' />
+    <nd ref='-27048' />
+    <nd ref='-27046' />
+    <nd ref='-19456' />
+    <nd ref='-19454' />
+    <nd ref='-19452' />
+    <nd ref='-19450' />
+    <nd ref='-19448' />
+    <nd ref='-19446' />
+    <nd ref='-19444' />
+    <nd ref='-10326' />
+    <nd ref='-19442' />
+    <nd ref='-19440' />
+    <nd ref='-10328' />
+    <nd ref='-19438' />
+    <nd ref='-10330' />
+    <nd ref='-19436' />
+    <nd ref='-19432' />
+    <nd ref='-19434' />
+    <nd ref='-10332' />
+    <nd ref='-10334' />
+    <nd ref='-19430' />
+    <nd ref='-19428' />
+    <nd ref='-10336' />
+    <nd ref='-10338' />
+    <nd ref='-10340' />
+    <nd ref='-10342' />
+    <nd ref='-19426' />
+    <nd ref='-19424' />
+    <nd ref='-10344' />
+    <nd ref='-10346' />
+    <nd ref='-10348' />
+    <nd ref='-10350' />
+    <nd ref='-19420' />
+    <nd ref='-19422' />
+    <nd ref='-10352' />
+    <nd ref='-19414' />
+    <nd ref='-19416' />
+    <nd ref='-19418' />
+    <nd ref='-10354' />
+    <nd ref='-10356' />
+    <nd ref='-19412' />
+    <nd ref='-19410' />
+    <nd ref='-10358' />
+    <nd ref='-19408' />
+    <nd ref='-10360' />
+    <nd ref='-19400' />
+    <nd ref='-19402' />
+    <nd ref='-19404' />
+    <nd ref='-19406' />
+    <nd ref='-10362' />
+    <nd ref='-19398' />
+    <nd ref='-27040' />
+    <nd ref='-27038' />
+    <nd ref='-27036' />
+    <nd ref='-27032' />
+    <nd ref='-27042' />
+    <nd ref='-27034' />
+    <nd ref='-19392' />
+    <nd ref='-19396' />
+    <nd ref='-19394' />
+    <nd ref='-19390' />
+    <nd ref='-19382' />
+    <nd ref='-19384' />
+    <nd ref='-19386' />
+    <nd ref='-10364' />
+    <nd ref='-19388' />
+    <nd ref='-19380' />
+    <nd ref='-10366' />
+    <nd ref='-10368' />
+    <nd ref='-19378' />
+    <nd ref='-10370' />
+    <nd ref='-10372' />
+    <nd ref='-10374' />
+    <nd ref='-27030' />
+    <nd ref='-19376' />
+    <nd ref='-19372' />
+    <nd ref='-19374' />
+    <nd ref='-10376' />
+    <nd ref='-10378' />
+    <nd ref='-10380' />
+    <nd ref='-10382' />
+    <nd ref='-10384' />
+    <nd ref='-10386' />
+    <nd ref='-19370' />
+    <nd ref='-19368' />
+    <nd ref='-19366' />
+    <nd ref='-10388' />
+    <nd ref='-19364' />
+    <nd ref='-10390' />
+    <nd ref='-19358' />
+    <nd ref='-19360' />
+    <nd ref='-19362' />
+    <nd ref='-19354' />
+    <nd ref='-27028' />
+    <nd ref='-19356' />
+    <nd ref='-10392' />
+    <nd ref='-19352' />
+    <nd ref='-10394' />
+    <nd ref='-19346' />
+    <nd ref='-19348' />
+    <nd ref='-19350' />
+    <nd ref='-10396' />
+    <nd ref='-19344' />
+    <nd ref='-19342' />
+    <nd ref='-19340' />
+    <nd ref='-19338' />
+    <nd ref='-19336' />
+    <nd ref='-19334' />
+    <nd ref='-12122' />
+    <nd ref='-12216' />
+    <nd ref='-12218' />
+    <nd ref='-12124' />
+    <nd ref='-12126' />
+    <nd ref='-12128' />
+    <nd ref='-12130' />
+    <nd ref='-12120' />
+    <nd ref='-12118' />
+    <nd ref='-12116' />
+    <nd ref='-7046' />
+    <nd ref='-19634' />
+    <nd ref='-19632' />
+    <nd ref='-19630' />
+    <nd ref='-19628' />
+    <nd ref='-27414' />
+    <nd ref='-19636' />
+    <nd ref='-19640' />
+    <nd ref='-19638' />
+    <nd ref='-19648' />
+    <nd ref='-19650' />
+    <nd ref='-19642' />
+    <nd ref='-19644' />
+    <nd ref='-19646' />
+    <nd ref='-7044' />
+    <tag k='ISO3166-1:alpha2' v='MM' />
+    <tag k='name:en' v='Myanmar' />
+  </way>
+  <way id='-29130'>
+    <nd ref='-11170' />
+    <nd ref='-16196' />
+    <nd ref='-16198' />
+    <nd ref='-16200' />
+    <nd ref='-16202' />
+    <nd ref='-16204' />
+    <nd ref='-16222' />
+    <nd ref='-16224' />
+    <nd ref='-16226' />
+    <nd ref='-16228' />
+    <nd ref='-16230' />
+    <nd ref='-16210' />
+    <nd ref='-16212' />
+    <nd ref='-16214' />
+    <nd ref='-16216' />
+    <nd ref='-16218' />
+    <nd ref='-16208' />
+    <nd ref='-16220' />
+    <nd ref='-16206' />
+    <nd ref='-11168' />
+    <nd ref='-15982' />
+    <nd ref='-15980' />
+    <nd ref='-15978' />
+    <nd ref='-15976' />
+    <nd ref='-15974' />
+    <nd ref='-15972' />
+    <nd ref='-6344' />
+    <nd ref='-16142' />
+    <nd ref='-16140' />
+    <nd ref='-16138' />
+    <nd ref='-16136' />
+    <nd ref='-16134' />
+    <nd ref='-16132' />
+    <nd ref='-16130' />
+    <nd ref='-16128' />
+    <nd ref='-16126' />
+    <nd ref='-28286' />
+    <nd ref='-28288' />
+    <nd ref='-28290' />
+    <nd ref='-16124' />
+    <nd ref='-16120' />
+    <nd ref='-16122' />
+    <nd ref='-28292' />
+    <nd ref='-28294' />
+    <nd ref='-28296' />
+    <nd ref='-28300' />
+    <nd ref='-28298' />
+    <nd ref='-6360' />
+    <nd ref='-6358' />
+    <nd ref='-10398' />
+    <nd ref='-5864' />
+    <nd ref='-28302' />
+    <nd ref='-5866' />
+    <nd ref='-28304' />
+    <nd ref='-7138' />
+    <nd ref='-16234' />
+    <nd ref='-16236' />
+    <nd ref='-16244' />
+    <nd ref='-16238' />
+    <nd ref='-16240' />
+    <nd ref='-16242' />
+    <nd ref='-28306' />
+    <nd ref='-28308' />
+    <nd ref='-16232' />
+    <nd ref='-16250' />
+    <nd ref='-16252' />
+    <nd ref='-28310' />
+    <nd ref='-28312' />
+    <nd ref='-16254' />
+    <nd ref='-16256' />
+    <nd ref='-16248' />
+    <nd ref='-16246' />
+    <nd ref='-16258' />
+    <nd ref='-16260' />
+    <nd ref='-16262' />
+    <nd ref='-16264' />
+    <nd ref='-16266' />
+    <nd ref='-16268' />
+    <nd ref='-28314' />
+    <nd ref='-16270' />
+    <nd ref='-16272' />
+    <nd ref='-16274' />
+    <nd ref='-16276' />
+    <nd ref='-16278' />
+    <nd ref='-16280' />
+    <nd ref='-16282' />
+    <nd ref='-16284' />
+    <nd ref='-28316' />
+    <nd ref='-16286' />
+    <nd ref='-16296' />
+    <nd ref='-16298' />
+    <nd ref='-16294' />
+    <nd ref='-16292' />
+    <nd ref='-16290' />
+    <nd ref='-28318' />
+    <nd ref='-16288' />
+    <nd ref='-11170' />
+    <tag k='ISO3166-1:alpha2' v='ME' />
+    <tag k='name:en' v='Montenegro' />
+  </way>
+  <way id='-29132'>
+    <nd ref='-10932' />
+    <nd ref='-860' />
+    <nd ref='-858' />
+    <nd ref='-856' />
+    <nd ref='-10400' />
+    <nd ref='-854' />
+    <nd ref='-852' />
+    <nd ref='-27912' />
+    <nd ref='-27910' />
+    <nd ref='-27914' />
+    <nd ref='-850' />
+    <nd ref='-846' />
+    <nd ref='-848' />
+    <nd ref='-844' />
+    <nd ref='-10402' />
+    <nd ref='-10404' />
+    <nd ref='-842' />
+    <nd ref='-840' />
+    <nd ref='-10930' />
+    <nd ref='-836' />
+    <nd ref='-834' />
+    <nd ref='-832' />
+    <nd ref='-838' />
+    <nd ref='-830' />
+    <nd ref='-10406' />
+    <nd ref='-10408' />
+    <nd ref='-13038' />
+    <nd ref='-13044' />
+    <nd ref='-13046' />
+    <nd ref='-13048' />
+    <nd ref='-13040' />
+    <nd ref='-13042' />
+    <nd ref='-10410' />
+    <nd ref='-7954' />
+    <nd ref='-7952' />
+    <nd ref='-10412' />
+    <nd ref='-10414' />
+    <nd ref='-7950' />
+    <nd ref='-10416' />
+    <nd ref='-7948' />
+    <nd ref='-10418' />
+    <nd ref='-7946' />
+    <nd ref='-10420' />
+    <nd ref='-1092' />
+    <nd ref='-10422' />
+    <nd ref='-10424' />
+    <nd ref='-7944' />
+    <nd ref='-1090' />
+    <nd ref='-10426' />
+    <nd ref='-1088' />
+    <nd ref='-1084' />
+    <nd ref='-1082' />
+    <nd ref='-1086' />
+    <nd ref='-10428' />
+    <nd ref='-7942' />
+    <nd ref='-10430' />
+    <nd ref='-7940' />
+    <nd ref='-10432' />
+    <nd ref='-7938' />
+    <nd ref='-1070' />
+    <nd ref='-1068' />
+    <nd ref='-1066' />
+    <nd ref='-1064' />
+    <nd ref='-1062' />
+    <nd ref='-1060' />
+    <nd ref='-1072' />
+    <nd ref='-1076' />
+    <nd ref='-1074' />
+    <nd ref='-1078' />
+    <nd ref='-1080' />
+    <nd ref='-7936' />
+    <nd ref='-1036' />
+    <nd ref='-1038' />
+    <nd ref='-1040' />
+    <nd ref='-1050' />
+    <nd ref='-1046' />
+    <nd ref='-1044' />
+    <nd ref='-1042' />
+    <nd ref='-1048' />
+    <nd ref='-1052' />
+    <nd ref='-1054' />
+    <nd ref='-1056' />
+    <nd ref='-1058' />
+    <nd ref='-10434' />
+    <nd ref='-7934' />
+    <nd ref='-1034' />
+    <nd ref='-7932' />
+    <nd ref='-1032' />
+    <nd ref='-10436' />
+    <nd ref='-1030' />
+    <nd ref='-7930' />
+    <nd ref='-7928' />
+    <nd ref='-7926' />
+    <nd ref='-10438' />
+    <nd ref='-7924' />
+    <nd ref='-1028' />
+    <nd ref='-7922' />
+    <nd ref='-7920' />
+    <nd ref='-7918' />
+    <nd ref='-1022' />
+    <nd ref='-1024' />
+    <nd ref='-1026' />
+    <nd ref='-10440' />
+    <nd ref='-1018' />
+    <nd ref='-1020' />
+    <nd ref='-10442' />
+    <nd ref='-7916' />
+    <nd ref='-7914' />
+    <nd ref='-1016' />
+    <nd ref='-10444' />
+    <nd ref='-10446' />
+    <nd ref='-1010' />
+    <nd ref='-1012' />
+    <nd ref='-1008' />
+    <nd ref='-1014' />
+    <nd ref='-10448' />
+    <nd ref='-1002' />
+    <nd ref='-1004' />
+    <nd ref='-1006' />
+    <nd ref='-1000' />
+    <nd ref='-7912' />
+    <nd ref='-996' />
+    <nd ref='-992' />
+    <nd ref='-994' />
+    <nd ref='-998' />
+    <nd ref='-10450' />
+    <nd ref='-7910' />
+    <nd ref='-990' />
+    <nd ref='-7908' />
+    <nd ref='-10452' />
+    <nd ref='-10454' />
+    <nd ref='-984' />
+    <nd ref='-988' />
+    <nd ref='-982' />
+    <nd ref='-986' />
+    <nd ref='-7906' />
+    <nd ref='-27856' />
+    <nd ref='-978' />
+    <nd ref='-980' />
+    <nd ref='-10456' />
+    <nd ref='-10458' />
+    <nd ref='-7904' />
+    <nd ref='-7902' />
+    <nd ref='-7900' />
+    <nd ref='-7898' />
+    <nd ref='-10460' />
+    <nd ref='-7896' />
+    <nd ref='-7894' />
+    <nd ref='-972' />
+    <nd ref='-974' />
+    <nd ref='-976' />
+    <nd ref='-970' />
+    <nd ref='-10462' />
+    <nd ref='-7892' />
+    <nd ref='-10464' />
+    <nd ref='-966' />
+    <nd ref='-27854' />
+    <nd ref='-968' />
+    <nd ref='-964' />
+    <nd ref='-960' />
+    <nd ref='-958' />
+    <nd ref='-962' />
+    <nd ref='-7890' />
+    <nd ref='-946' />
+    <nd ref='-944' />
+    <nd ref='-948' />
+    <nd ref='-950' />
+    <nd ref='-952' />
+    <nd ref='-954' />
+    <nd ref='-956' />
+    <nd ref='-10466' />
+    <nd ref='-934' />
+    <nd ref='-932' />
+    <nd ref='-936' />
+    <nd ref='-938' />
+    <nd ref='-940' />
+    <nd ref='-942' />
+    <nd ref='-7888' />
+    <nd ref='-10468' />
+    <nd ref='-10470' />
+    <nd ref='-14864' />
+    <nd ref='-14866' />
+    <nd ref='-10934' />
+    <nd ref='-10472' />
+    <nd ref='-928' />
+    <nd ref='-930' />
+    <nd ref='-926' />
+    <nd ref='-924' />
+    <nd ref='-10474' />
+    <nd ref='-918' />
+    <nd ref='-920' />
+    <nd ref='-922' />
+    <nd ref='-10476' />
+    <nd ref='-916' />
+    <nd ref='-910' />
+    <nd ref='-912' />
+    <nd ref='-908' />
+    <nd ref='-906' />
+    <nd ref='-904' />
+    <nd ref='-902' />
+    <nd ref='-900' />
+    <nd ref='-914' />
+    <nd ref='-892' />
+    <nd ref='-890' />
+    <nd ref='-888' />
+    <nd ref='-896' />
+    <nd ref='-894' />
+    <nd ref='-898' />
+    <nd ref='-878' />
+    <nd ref='-880' />
+    <nd ref='-882' />
+    <nd ref='-884' />
+    <nd ref='-886' />
+    <nd ref='-10478' />
+    <nd ref='-10480' />
+    <nd ref='-876' />
+    <nd ref='-874' />
+    <nd ref='-870' />
+    <nd ref='-872' />
+    <nd ref='-866' />
+    <nd ref='-868' />
+    <nd ref='-864' />
+    <nd ref='-862' />
+    <nd ref='-10932' />
+    <tag k='ISO3166-1:alpha2' v='MN' />
+    <tag k='name:en' v='Mongolia' />
+  </way>
+  <way id='-29134'>
+    <nd ref='-11446' />
+    <nd ref='-11842' />
+    <nd ref='-11848' />
+    <nd ref='-22748' />
+    <nd ref='-4128' />
+    <nd ref='-10482' />
+    <nd ref='-6072' />
+    <nd ref='-10484' />
+    <nd ref='-10486' />
+    <nd ref='-10488' />
+    <nd ref='-10490' />
+    <nd ref='-10492' />
+    <nd ref='-11210' />
+    <nd ref='-4130' />
+    <nd ref='-4132' />
+    <nd ref='-10494' />
+    <nd ref='-11208' />
+    <nd ref='-10496' />
+    <nd ref='-17562' />
+    <nd ref='-17564' />
+    <nd ref='-17566' />
+    <nd ref='-17568' />
+    <nd ref='-17570' />
+    <nd ref='-17560' />
+    <nd ref='-17558' />
+    <nd ref='-17548' />
+    <nd ref='-17552' />
+    <nd ref='-17556' />
+    <nd ref='-17554' />
+    <nd ref='-17550' />
+    <nd ref='-17546' />
+    <nd ref='-11612' />
+    <nd ref='-17520' />
+    <nd ref='-10498' />
+    <nd ref='-11610' />
+    <nd ref='-17742' />
+    <nd ref='-17744' />
+    <nd ref='-17746' />
+    <nd ref='-17748' />
+    <nd ref='-17750' />
+    <nd ref='-17758' />
+    <nd ref='-17760' />
+    <nd ref='-17756' />
+    <nd ref='-17754' />
+    <nd ref='-17752' />
+    <nd ref='-17764' />
+    <nd ref='-17762' />
+    <nd ref='-17766' />
+    <nd ref='-17768' />
+    <nd ref='-11608' />
+    <nd ref='-17770' />
+    <nd ref='-17774' />
+    <nd ref='-17772' />
+    <nd ref='-17776' />
+    <nd ref='-17778' />
+    <nd ref='-17780' />
+    <nd ref='-17782' />
+    <nd ref='-17784' />
+    <nd ref='-17786' />
+    <nd ref='-17788' />
+    <nd ref='-17790' />
+    <nd ref='-17792' />
+    <nd ref='-17794' />
+    <nd ref='-17800' />
+    <nd ref='-17798' />
+    <nd ref='-17796' />
+    <nd ref='-17806' />
+    <nd ref='-17804' />
+    <nd ref='-17808' />
+    <nd ref='-17810' />
+    <nd ref='-17802' />
+    <nd ref='-10500' />
+    <nd ref='-17822' />
+    <nd ref='-17820' />
+    <nd ref='-17824' />
+    <nd ref='-17818' />
+    <nd ref='-17816' />
+    <nd ref='-17826' />
+    <nd ref='-17814' />
+    <nd ref='-17828' />
+    <nd ref='-17812' />
+    <nd ref='-17842' />
+    <nd ref='-17840' />
+    <nd ref='-17838' />
+    <nd ref='-17836' />
+    <nd ref='-17834' />
+    <nd ref='-17832' />
+    <nd ref='-17830' />
+    <nd ref='-10502' />
+    <nd ref='-10504' />
+    <nd ref='-10506' />
+    <nd ref='-10594' />
+    <nd ref='-17910' />
+    <nd ref='-26868' />
+    <nd ref='-26864' />
+    <nd ref='-26870' />
+    <nd ref='-26866' />
+    <nd ref='-26862' />
+    <nd ref='-26860' />
+    <nd ref='-26858' />
+    <nd ref='-17912' />
+    <nd ref='-26856' />
+    <nd ref='-26854' />
+    <nd ref='-26852' />
+    <nd ref='-26850' />
+    <nd ref='-26848' />
+    <nd ref='-26846' />
+    <nd ref='-26844' />
+    <nd ref='-26842' />
+    <nd ref='-17916' />
+    <nd ref='-26840' />
+    <nd ref='-26838' />
+    <nd ref='-26836' />
+    <nd ref='-26834' />
+    <nd ref='-26832' />
+    <nd ref='-17914' />
+    <nd ref='-17922' />
+    <nd ref='-17920' />
+    <nd ref='-17918' />
+    <nd ref='-17946' />
+    <nd ref='-17944' />
+    <nd ref='-17926' />
+    <nd ref='-17928' />
+    <nd ref='-17934' />
+    <nd ref='-17932' />
+    <nd ref='-17930' />
+    <nd ref='-10508' />
+    <nd ref='-17924' />
+    <nd ref='-17936' />
+    <nd ref='-17938' />
+    <nd ref='-17942' />
+    <nd ref='-17940' />
+    <nd ref='-17950' />
+    <nd ref='-17948' />
+    <nd ref='-10510' />
+    <nd ref='-4120' />
+    <nd ref='-10512' />
+    <nd ref='-10514' />
+    <nd ref='-10516' />
+    <nd ref='-10518' />
+    <nd ref='-10520' />
+    <nd ref='-4122' />
+    <nd ref='-10522' />
+    <nd ref='-4124' />
+    <nd ref='-4126' />
+    <nd ref='-10524' />
+    <nd ref='-10526' />
+    <nd ref='-10528' />
+    <nd ref='-10530' />
+    <nd ref='-10532' />
+    <nd ref='-10534' />
+    <nd ref='-10536' />
+    <nd ref='-10538' />
+    <nd ref='-10592' />
+    <nd ref='-17956' />
+    <nd ref='-17954' />
+    <nd ref='-17958' />
+    <nd ref='-17960' />
+    <nd ref='-17962' />
+    <nd ref='-17964' />
+    <nd ref='-17966' />
+    <nd ref='-17968' />
+    <nd ref='-17952' />
+    <nd ref='-17974' />
+    <nd ref='-17972' />
+    <nd ref='-17970' />
+    <nd ref='-17978' />
+    <nd ref='-17976' />
+    <nd ref='-17982' />
+    <nd ref='-17980' />
+    <nd ref='-10540' />
+    <nd ref='-11446' />
+    <tag k='ISO3166-1:alpha2' v='MZ' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Mozambique' />
+  </way>
+  <way id='-29136'>
+    <nd ref='-10542' />
+    <nd ref='-10544' />
+    <nd ref='-10546' />
+    <nd ref='-10548' />
+    <nd ref='-10320' />
+    <nd ref='-10550' />
+    <nd ref='-10552' />
+    <nd ref='-10318' />
+    <nd ref='-4476' />
+    <nd ref='-10554' />
+    <nd ref='-10556' />
+    <nd ref='-4472' />
+    <nd ref='-4474' />
+    <nd ref='-10558' />
+    <nd ref='-10560' />
+    <nd ref='-4478' />
+    <nd ref='-11074' />
+    <nd ref='-10562' />
+    <nd ref='-4480' />
+    <nd ref='-4482' />
+    <nd ref='-4484' />
+    <nd ref='-4486' />
+    <nd ref='-10564' />
+    <nd ref='-11084' />
+    <nd ref='-10566' />
+    <nd ref='-11082' />
+    <nd ref='-10568' />
+    <nd ref='-11016' />
+    <nd ref='-10570' />
+    <nd ref='-10572' />
+    <nd ref='-11014' />
+    <nd ref='-11012' />
+    <nd ref='-11010' />
+    <nd ref='-10574' />
+    <nd ref='-10576' />
+    <nd ref='-11008' />
+    <nd ref='-10578' />
+    <nd ref='-10580' />
+    <nd ref='-11006' />
+    <nd ref='-10582' />
+    <nd ref='-11004' />
+    <nd ref='-11002' />
+    <nd ref='-11000' />
+    <nd ref='-10584' />
+    <nd ref='-10998' />
+    <nd ref='-8550' />
+    <nd ref='-10322' />
+    <nd ref='-10542' />
+    <tag k='ISO3166-1:alpha2' v='MR' />
+    <tag k='name:en' v='Mauritania' />
+  </way>
+  <way id='-29138'>
+    <nd ref='-10586' />
+    <nd ref='-816' />
+    <nd ref='-822' />
+    <nd ref='-818' />
+    <nd ref='-820' />
+    <nd ref='-824' />
+    <nd ref='-814' />
+    <nd ref='-10588' />
+    <nd ref='-812' />
+    <nd ref='-810' />
+    <nd ref='-808' />
+    <nd ref='-10590' />
+    <nd ref='-806' />
+    <nd ref='-804' />
+    <nd ref='-802' />
+    <nd ref='-10592' />
+    <nd ref='-10538' />
+    <nd ref='-10536' />
+    <nd ref='-10534' />
+    <nd ref='-10532' />
+    <nd ref='-10530' />
+    <nd ref='-10528' />
+    <nd ref='-10526' />
+    <nd ref='-10524' />
+    <nd ref='-4126' />
+    <nd ref='-4124' />
+    <nd ref='-10522' />
+    <nd ref='-4122' />
+    <nd ref='-10520' />
+    <nd ref='-10518' />
+    <nd ref='-10516' />
+    <nd ref='-10514' />
+    <nd ref='-10512' />
+    <nd ref='-4120' />
+    <nd ref='-10510' />
+    <nd ref='-17948' />
+    <nd ref='-17950' />
+    <nd ref='-17940' />
+    <nd ref='-17942' />
+    <nd ref='-17938' />
+    <nd ref='-17936' />
+    <nd ref='-17924' />
+    <nd ref='-10508' />
+    <nd ref='-17930' />
+    <nd ref='-17932' />
+    <nd ref='-17934' />
+    <nd ref='-17928' />
+    <nd ref='-17926' />
+    <nd ref='-17944' />
+    <nd ref='-17946' />
+    <nd ref='-17918' />
+    <nd ref='-17920' />
+    <nd ref='-17922' />
+    <nd ref='-17914' />
+    <nd ref='-26832' />
+    <nd ref='-26834' />
+    <nd ref='-26836' />
+    <nd ref='-26838' />
+    <nd ref='-26840' />
+    <nd ref='-17916' />
+    <nd ref='-26842' />
+    <nd ref='-26844' />
+    <nd ref='-26846' />
+    <nd ref='-26848' />
+    <nd ref='-26850' />
+    <nd ref='-26852' />
+    <nd ref='-26854' />
+    <nd ref='-26856' />
+    <nd ref='-17912' />
+    <nd ref='-26858' />
+    <nd ref='-26860' />
+    <nd ref='-26862' />
+    <nd ref='-26866' />
+    <nd ref='-26870' />
+    <nd ref='-26864' />
+    <nd ref='-26868' />
+    <nd ref='-17910' />
+    <nd ref='-10594' />
+    <nd ref='-17844' />
+    <nd ref='-17866' />
+    <nd ref='-17846' />
+    <nd ref='-17868' />
+    <nd ref='-17848' />
+    <nd ref='-11586' />
+    <nd ref='-17852' />
+    <nd ref='-17854' />
+    <nd ref='-17856' />
+    <nd ref='-17858' />
+    <nd ref='-17850' />
+    <nd ref='-17860' />
+    <nd ref='-17862' />
+    <nd ref='-17864' />
+    <nd ref='-10596' />
+    <nd ref='-698' />
+    <nd ref='-696' />
+    <nd ref='-700' />
+    <nd ref='-702' />
+    <nd ref='-712' />
+    <nd ref='-710' />
+    <nd ref='-706' />
+    <nd ref='-704' />
+    <nd ref='-708' />
+    <nd ref='-724' />
+    <nd ref='-720' />
+    <nd ref='-722' />
+    <nd ref='-718' />
+    <nd ref='-714' />
+    <nd ref='-716' />
+    <nd ref='-766' />
+    <nd ref='-726' />
+    <nd ref='-728' />
+    <nd ref='-730' />
+    <nd ref='-732' />
+    <nd ref='-744' />
+    <nd ref='-742' />
+    <nd ref='-738' />
+    <nd ref='-740' />
+    <nd ref='-734' />
+    <nd ref='-736' />
+    <nd ref='-764' />
+    <nd ref='-756' />
+    <nd ref='-758' />
+    <nd ref='-760' />
+    <nd ref='-762' />
+    <nd ref='-750' />
+    <nd ref='-748' />
+    <nd ref='-746' />
+    <nd ref='-754' />
+    <nd ref='-752' />
+    <nd ref='-11584' />
+    <nd ref='-10598' />
+    <nd ref='-828' />
+    <nd ref='-826' />
+    <nd ref='-10586' />
+    <tag k='ISO3166-1:alpha2' v='MW' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Malawi' />
+  </way>
+  <way id='-29140'>
+    <nd ref='-6332' />
+    <nd ref='-6330' />
+    <nd ref='-4222' />
+    <nd ref='-4220' />
+    <nd ref='-6328' />
+    <nd ref='-11600' />
+    <nd ref='-4208' />
+    <nd ref='-4206' />
+    <nd ref='-4204' />
+    <nd ref='-4202' />
+    <nd ref='-10634' />
+    <nd ref='-4218' />
+    <nd ref='-10636' />
+    <nd ref='-4216' />
+    <nd ref='-4212' />
+    <nd ref='-4214' />
+    <nd ref='-7350' />
+    <nd ref='-26828' />
+    <nd ref='-26830' />
+    <nd ref='-4192' />
+    <nd ref='-4194' />
+    <nd ref='-4196' />
+    <nd ref='-4200' />
+    <nd ref='-4198' />
+    <nd ref='-7348' />
+    <nd ref='-7346' />
+    <nd ref='-7344' />
+    <nd ref='-7342' />
+    <nd ref='-7340' />
+    <nd ref='-7338' />
+    <nd ref='-11576' />
+    <nd ref='-4184' />
+    <nd ref='-4186' />
+    <nd ref='-4188' />
+    <nd ref='-4190' />
+    <nd ref='-6068' />
+    <nd ref='-6070' />
+    <nd ref='-10638' />
+    <nd ref='-10640' />
+    <nd ref='-6334' />
+    <nd ref='-4234' />
+    <nd ref='-4224' />
+    <nd ref='-4232' />
+    <nd ref='-4230' />
+    <nd ref='-4228' />
+    <nd ref='-4226' />
+    <nd ref='-6332' />
+    <tag k='ISO3166-1:alpha2' v='NA' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Namibia' />
+  </way>
+  <way id='-29142'>
+    <nd ref='-9974' />
+    <nd ref='-9972' />
+    <nd ref='-10642' />
+    <nd ref='-10644' />
+    <nd ref='-10646' />
+    <nd ref='-10648' />
+    <nd ref='-1258' />
+    <nd ref='-10650' />
+    <nd ref='-10652' />
+    <nd ref='-10654' />
+    <nd ref='-10656' />
+    <nd ref='-10658' />
+    <nd ref='-10660' />
+    <nd ref='-10662' />
+    <nd ref='-10664' />
+    <nd ref='-10666' />
+    <nd ref='-10668' />
+    <nd ref='-1266' />
+    <nd ref='-1264' />
+    <nd ref='-1260' />
+    <nd ref='-1262' />
+    <nd ref='-1268' />
+    <nd ref='-10670' />
+    <nd ref='-10694' />
+    <nd ref='-1270' />
+    <nd ref='-1280' />
+    <nd ref='-1272' />
+    <nd ref='-1278' />
+    <nd ref='-1274' />
+    <nd ref='-1276' />
+    <nd ref='-1290' />
+    <nd ref='-1286' />
+    <nd ref='-1282' />
+    <nd ref='-1284' />
+    <nd ref='-1288' />
+    <nd ref='-1296' />
+    <nd ref='-1294' />
+    <nd ref='-1292' />
+    <nd ref='-1326' />
+    <nd ref='-1298' />
+    <nd ref='-1302' />
+    <nd ref='-1300' />
+    <nd ref='-1308' />
+    <nd ref='-1304' />
+    <nd ref='-1306' />
+    <nd ref='-1324' />
+    <nd ref='-1316' />
+    <nd ref='-1318' />
+    <nd ref='-1320' />
+    <nd ref='-1322' />
+    <nd ref='-1312' />
+    <nd ref='-1310' />
+    <nd ref='-1314' />
+    <nd ref='-1332' />
+    <nd ref='-1330' />
+    <nd ref='-1328' />
+    <nd ref='-10692' />
+    <nd ref='-10690' />
+    <nd ref='-10716' />
+    <nd ref='-1346' />
+    <nd ref='-1348' />
+    <nd ref='-10672' />
+    <nd ref='-1352' />
+    <nd ref='-1350' />
+    <nd ref='-10674' />
+    <nd ref='-10714' />
+    <nd ref='-10676' />
+    <nd ref='-10712' />
+    <nd ref='-10710' />
+    <nd ref='-10708' />
+    <nd ref='-10706' />
+    <nd ref='-10678' />
+    <nd ref='-10680' />
+    <nd ref='-10682' />
+    <nd ref='-10704' />
+    <nd ref='-10702' />
+    <nd ref='-10684' />
+    <nd ref='-10686' />
+    <nd ref='-10700' />
+    <nd ref='-10688' />
+    <nd ref='-10698' />
+    <nd ref='-1338' />
+    <nd ref='-1334' />
+    <nd ref='-1336' />
+    <nd ref='-1344' />
+    <nd ref='-1342' />
+    <nd ref='-6972' />
+    <nd ref='-1340' />
+    <nd ref='-1382' />
+    <nd ref='-6970' />
+    <nd ref='-6980' />
+    <nd ref='-6978' />
+    <nd ref='-1376' />
+    <nd ref='-1374' />
+    <nd ref='-1364' />
+    <nd ref='-1356' />
+    <nd ref='-1354' />
+    <nd ref='-1358' />
+    <nd ref='-1360' />
+    <nd ref='-1362' />
+    <nd ref='-1370' />
+    <nd ref='-1366' />
+    <nd ref='-1368' />
+    <nd ref='-1372' />
+    <nd ref='-1380' />
+    <nd ref='-1378' />
+    <nd ref='-6976' />
+    <nd ref='-6974' />
+    <nd ref='-1578' />
+    <nd ref='-10314' />
+    <nd ref='-10312' />
+    <nd ref='-1580' />
+    <nd ref='-10310' />
+    <nd ref='-10308' />
+    <nd ref='-10306' />
+    <nd ref='-1582' />
+    <nd ref='-10304' />
+    <nd ref='-8546' />
+    <nd ref='-8544' />
+    <nd ref='-8542' />
+    <nd ref='-8540' />
+    <nd ref='-8538' />
+    <nd ref='-9976' />
+    <nd ref='-9974' />
+    <tag k='ISO3166-1:alpha2' v='NE' />
+    <tag k='name:en' v='Niger' />
+  </way>
+  <way id='-29144'>
+    <nd ref='-10690' />
+    <nd ref='-10692' />
+    <nd ref='-1328' />
+    <nd ref='-1330' />
+    <nd ref='-1332' />
+    <nd ref='-1314' />
+    <nd ref='-1310' />
+    <nd ref='-1312' />
+    <nd ref='-1322' />
+    <nd ref='-1320' />
+    <nd ref='-1318' />
+    <nd ref='-1316' />
+    <nd ref='-1324' />
+    <nd ref='-1306' />
+    <nd ref='-1304' />
+    <nd ref='-1308' />
+    <nd ref='-1300' />
+    <nd ref='-1302' />
+    <nd ref='-1298' />
+    <nd ref='-1326' />
+    <nd ref='-1292' />
+    <nd ref='-1294' />
+    <nd ref='-1296' />
+    <nd ref='-1288' />
+    <nd ref='-1284' />
+    <nd ref='-1282' />
+    <nd ref='-1286' />
+    <nd ref='-1290' />
+    <nd ref='-1276' />
+    <nd ref='-1274' />
+    <nd ref='-1278' />
+    <nd ref='-1272' />
+    <nd ref='-1280' />
+    <nd ref='-1270' />
+    <nd ref='-10694' />
+    <nd ref='-8098' />
+    <nd ref='-184' />
+    <nd ref='-182' />
+    <nd ref='-320' />
+    <nd ref='-318' />
+    <nd ref='-186' />
+    <nd ref='-188' />
+    <nd ref='-190' />
+    <nd ref='-192' />
+    <nd ref='-314' />
+    <nd ref='-194' />
+    <nd ref='-316' />
+    <nd ref='-202' />
+    <nd ref='-196' />
+    <nd ref='-198' />
+    <nd ref='-200' />
+    <nd ref='-204' />
+    <nd ref='-206' />
+    <nd ref='-208' />
+    <nd ref='-210' />
+    <nd ref='-212' />
+    <nd ref='-230' />
+    <nd ref='-214' />
+    <nd ref='-216' />
+    <nd ref='-218' />
+    <nd ref='-220' />
+    <nd ref='-224' />
+    <nd ref='-222' />
+    <nd ref='-228' />
+    <nd ref='-226' />
+    <nd ref='-324' />
+    <nd ref='-232' />
+    <nd ref='-234' />
+    <nd ref='-236' />
+    <nd ref='-238' />
+    <nd ref='-240' />
+    <nd ref='-242' />
+    <nd ref='-244' />
+    <nd ref='-246' />
+    <nd ref='-252' />
+    <nd ref='-248' />
+    <nd ref='-250' />
+    <nd ref='-254' />
+    <nd ref='-274' />
+    <nd ref='-268' />
+    <nd ref='-266' />
+    <nd ref='-270' />
+    <nd ref='-272' />
+    <nd ref='-264' />
+    <nd ref='-262' />
+    <nd ref='-260' />
+    <nd ref='-256' />
+    <nd ref='-258' />
+    <nd ref='-322' />
+    <nd ref='-278' />
+    <nd ref='-280' />
+    <nd ref='-276' />
+    <nd ref='-282' />
+    <nd ref='-284' />
+    <nd ref='-288' />
+    <nd ref='-286' />
+    <nd ref='-290' />
+    <nd ref='-294' />
+    <nd ref='-292' />
+    <nd ref='-328' />
+    <nd ref='-298' />
+    <nd ref='-296' />
+    <nd ref='-302' />
+    <nd ref='-300' />
+    <nd ref='-326' />
+    <nd ref='-304' />
+    <nd ref='-306' />
+    <nd ref='-310' />
+    <nd ref='-308' />
+    <nd ref='-312' />
+    <nd ref='-8096' />
+    <nd ref='-12114' />
+    <nd ref='-6960' />
+    <nd ref='-10696' />
+    <nd ref='-17408' />
+    <nd ref='-17406' />
+    <nd ref='-17404' />
+    <nd ref='-17402' />
+    <nd ref='-17400' />
+    <nd ref='-17398' />
+    <nd ref='-17396' />
+    <nd ref='-17392' />
+    <nd ref='-17394' />
+    <nd ref='-17390' />
+    <nd ref='-17388' />
+    <nd ref='-17386' />
+    <nd ref='-17384' />
+    <nd ref='-17382' />
+    <nd ref='-17380' />
+    <nd ref='-17348' />
+    <nd ref='-17358' />
+    <nd ref='-17372' />
+    <nd ref='-17360' />
+    <nd ref='-17370' />
+    <nd ref='-17368' />
+    <nd ref='-17366' />
+    <nd ref='-17364' />
+    <nd ref='-17362' />
+    <nd ref='-17356' />
+    <nd ref='-17354' />
+    <nd ref='-17352' />
+    <nd ref='-17350' />
+    <nd ref='-17378' />
+    <nd ref='-17376' />
+    <nd ref='-17374' />
+    <nd ref='-10698' />
+    <nd ref='-10688' />
+    <nd ref='-10700' />
+    <nd ref='-10686' />
+    <nd ref='-10684' />
+    <nd ref='-10702' />
+    <nd ref='-10704' />
+    <nd ref='-10682' />
+    <nd ref='-10680' />
+    <nd ref='-10678' />
+    <nd ref='-10706' />
+    <nd ref='-10708' />
+    <nd ref='-10710' />
+    <nd ref='-10712' />
+    <nd ref='-10676' />
+    <nd ref='-10714' />
+    <nd ref='-10674' />
+    <nd ref='-1350' />
+    <nd ref='-1352' />
+    <nd ref='-10672' />
+    <nd ref='-1348' />
+    <nd ref='-1346' />
+    <nd ref='-10716' />
+    <nd ref='-10690' />
+    <tag k='ISO3166-1:alpha2' v='NG' />
+    <tag k='name:en' v='Nigeria' />
+  </way>
+  <way id='-29146'>
+    <nd ref='-9194' />
+    <nd ref='-9192' />
+    <nd ref='-10718' />
+    <nd ref='-10720' />
+    <nd ref='-10722' />
+    <nd ref='-5290' />
+    <nd ref='-5292' />
+    <nd ref='-5294' />
+    <nd ref='-5296' />
+    <nd ref='-5298' />
+    <nd ref='-5300' />
+    <nd ref='-8178' />
+    <nd ref='-11122' />
+    <nd ref='-10724' />
+    <nd ref='-10726' />
+    <nd ref='-9198' />
+    <nd ref='-5078' />
+    <nd ref='-5076' />
+    <nd ref='-5080' />
+    <nd ref='-26702' />
+    <nd ref='-5082' />
+    <nd ref='-5084' />
+    <nd ref='-5086' />
+    <nd ref='-5088' />
+    <nd ref='-5090' />
+    <nd ref='-5092' />
+    <nd ref='-5094' />
+    <nd ref='-5096' />
+    <nd ref='-5098' />
+    <nd ref='-9196' />
+    <nd ref='-5074' />
+    <nd ref='-5072' />
+    <nd ref='-5070' />
+    <nd ref='-5068' />
+    <nd ref='-5066' />
+    <nd ref='-5064' />
+    <nd ref='-5062' />
+    <nd ref='-5058' />
+    <nd ref='-5056' />
+    <nd ref='-5060' />
+    <nd ref='-5054' />
+    <nd ref='-9194' />
+    <tag k='ISO3166-1:alpha2' v='NI' />
+    <tag k='name:en' v='Nicaragua' />
+  </way>
+  <way id='-29148'>
+    <nd ref='-8482' />
+    <nd ref='-8480' />
+    <nd ref='-8478' />
+    <nd ref='-8476' />
+    <nd ref='-8474' />
+    <nd ref='-77652' />
+    <nd ref='-3984' />
+    <nd ref='-3982' />
+    <nd ref='-3980' />
+    <nd ref='-8472' />
+    <nd ref='-8470' />
+    <nd ref='-3978' />
+    <nd ref='-8468' />
+    <nd ref='-3976' />
+    <nd ref='-3974' />
+    <nd ref='-8466' />
+    <nd ref='-3968' />
+    <nd ref='-3970' />
+    <nd ref='-3972' />
+    <nd ref='-77634' />
+    <nd ref='-3958' />
+    <nd ref='-77599' />
+    <nd ref='-3960' />
+    <nd ref='-3962' />
+    <nd ref='-3966' />
+    <nd ref='-3964' />
+    <nd ref='-3952' />
+    <nd ref='-3954' />
+    <nd ref='-3956' />
+    <nd ref='-77542' />
+    <nd ref='-77572' />
+    <nd ref='-8464' />
+    <nd ref='-3934' />
+    <nd ref='-3936' />
+    <nd ref='-77519' />
+    <nd ref='-77479' />
+    <nd ref='-77461' />
+    <nd ref='-3938' />
+    <nd ref='-3940' />
+    <nd ref='-3942' />
+    <nd ref='-77435' />
+    <nd ref='-3944' />
+    <nd ref='-77411' />
+    <nd ref='-3948' />
+    <nd ref='-3946' />
+    <nd ref='-3950' />
+    <nd ref='-3932' />
+    <nd ref='-3930' />
+    <nd ref='-3928' />
+    <nd ref='-8462' />
+    <nd ref='-8460' />
+    <nd ref='-3922' />
+    <nd ref='-77387' />
+    <nd ref='-3920' />
+    <nd ref='-3924' />
+    <nd ref='-3926' />
+    <nd ref='-3918' />
+    <nd ref='-3916' />
+    <nd ref='-3914' />
+    <nd ref='-3912' />
+    <nd ref='-8458' />
+    <nd ref='-3910' />
+    <nd ref='-3908' />
+    <nd ref='-3906' />
+    <nd ref='-77356' />
+    <nd ref='-77334' />
+    <nd ref='-3904' />
+    <nd ref='-77306' />
+    <nd ref='-8456' />
+    <nd ref='-8454' />
+    <nd ref='-8452' />
+    <nd ref='-8450' />
+    <nd ref='-3902' />
+    <nd ref='-77290' />
+    <nd ref='-3900' />
+    <nd ref='-77245' />
+    <nd ref='-3898' />
+    <nd ref='-3896' />
+    <nd ref='-3894' />
+    <nd ref='-3892' />
+    <nd ref='-8448' />
+    <nd ref='-8446' />
+    <nd ref='-8444' />
+    <nd ref='-6800' />
+    <nd ref='-6798' />
+    <nd ref='-4018' />
+    <nd ref='-6796' />
+    <nd ref='-6794' />
+    <nd ref='-6792' />
+    <nd ref='-4014' />
+    <nd ref='-4016' />
+    <nd ref='-6790' />
+    <nd ref='-6788' />
+    <nd ref='-6786' />
+    <nd ref='-6784' />
+    <nd ref='-6782' />
+    <nd ref='-6780' />
+    <nd ref='-6778' />
+    <nd ref='-6776' />
+    <nd ref='-6774' />
+    <nd ref='-6772' />
+    <nd ref='-6770' />
+    <nd ref='-6768' />
+    <nd ref='-6766' />
+    <nd ref='-6764' />
+    <nd ref='-6762' />
+    <nd ref='-6760' />
+    <nd ref='-6758' />
+    <nd ref='-6756' />
+    <nd ref='-6754' />
+    <nd ref='-6752' />
+    <nd ref='-6750' />
+    <nd ref='-6748' />
+    <nd ref='-6746' />
+    <nd ref='-6744' />
+    <nd ref='-6742' />
+    <nd ref='-6740' />
+    <nd ref='-6738' />
+    <nd ref='-4030' />
+    <nd ref='-4024' />
+    <nd ref='-4028' />
+    <nd ref='-4026' />
+    <nd ref='-4022' />
+    <nd ref='-4020' />
+    <nd ref='-6736' />
+    <nd ref='-6734' />
+    <nd ref='-6732' />
+    <nd ref='-6730' />
+    <nd ref='-6728' />
+    <nd ref='-6726' />
+    <nd ref='-6724' />
+    <nd ref='-6722' />
+    <nd ref='-6720' />
+    <nd ref='-6718' />
+    <nd ref='-6716' />
+    <nd ref='-6714' />
+    <nd ref='-6712' />
+    <nd ref='-6710' />
+    <nd ref='-6708' />
+    <nd ref='-6706' />
+    <nd ref='-4032' />
+    <nd ref='-4034' />
+    <nd ref='-6704' />
+    <nd ref='-6702' />
+    <nd ref='-6700' />
+    <nd ref='-6698' />
+    <nd ref='-6696' />
+    <nd ref='-6694' />
+    <nd ref='-6692' />
+    <nd ref='-6690' />
+    <nd ref='-6688' />
+    <nd ref='-6686' />
+    <nd ref='-6684' />
+    <nd ref='-6682' />
+    <nd ref='-6680' />
+    <nd ref='-6678' />
+    <nd ref='-4036' />
+    <nd ref='-6676' />
+    <nd ref='-6674' />
+    <nd ref='-6672' />
+    <nd ref='-6670' />
+    <nd ref='-6668' />
+    <nd ref='-6666' />
+    <nd ref='-6664' />
+    <nd ref='-6662' />
+    <nd ref='-6660' />
+    <nd ref='-4038' />
+    <nd ref='-6958' />
+    <nd ref='-6956' />
+    <nd ref='-64006' />
+    <nd ref='-6954' />
+    <nd ref='-64027' />
+    <nd ref='-6952' />
+    <nd ref='-6950' />
+    <nd ref='-6948' />
+    <nd ref='-6946' />
+    <nd ref='-6944' />
+    <nd ref='-6942' />
+    <nd ref='-6940' />
+    <nd ref='-4040' />
+    <nd ref='-6938' />
+    <nd ref='-6936' />
+    <nd ref='-6934' />
+    <nd ref='-6932' />
+    <nd ref='-6930' />
+    <nd ref='-6928' />
+    <nd ref='-6926' />
+    <nd ref='-6924' />
+    <nd ref='-6922' />
+    <nd ref='-6920' />
+    <nd ref='-77184' />
+    <nd ref='-77143' />
+    <nd ref='-6918' />
+    <nd ref='-6916' />
+    <nd ref='-6914' />
+    <nd ref='-6912' />
+    <nd ref='-6910' />
+    <nd ref='-6908' />
+    <nd ref='-6906' />
+    <nd ref='-77205' />
+    <nd ref='-4042' />
+    <nd ref='-4044' />
+    <nd ref='-4046' />
+    <nd ref='-12066' />
+    <nd ref='-6904' />
+    <nd ref='-8482' />
+    <tag k='name:en' v='Metropolitan Netherlands' />
+  </way>
+  <way id='-29150'>
+    <nd ref='-10728' />
+    <nd ref='-10730' />
+    <nd ref='-10732' />
+    <nd ref='-10734' />
+    <nd ref='-10728' />
+    <tag k='ISO3166-1:alpha2' v='BV' />
+    <tag k='name:en' v='Bouvet Island' />
+  </way>
+  <way id='-29152'>
+    <nd ref='-10760' />
+    <nd ref='-1790' />
+    <nd ref='-1784' />
+    <nd ref='-1788' />
+    <nd ref='-1786' />
+    <nd ref='-92828' />
+    <nd ref='-94092' />
+    <nd ref='-1798' />
+    <nd ref='-1792' />
+    <nd ref='-27478' />
+    <nd ref='-27480' />
+    <nd ref='-1794' />
+    <nd ref='-27484' />
+    <nd ref='-27482' />
+    <nd ref='-27486' />
+    <nd ref='-1796' />
+    <nd ref='-9280' />
+    <nd ref='-27488' />
+    <nd ref='-1760' />
+    <nd ref='-1752' />
+    <nd ref='-1754' />
+    <nd ref='-1756' />
+    <nd ref='-1758' />
+    <nd ref='-1750' />
+    <nd ref='-1762' />
+    <nd ref='-27490' />
+    <nd ref='-1748' />
+    <nd ref='-1764' />
+    <nd ref='-1766' />
+    <nd ref='-1776' />
+    <nd ref='-1768' />
+    <nd ref='-1770' />
+    <nd ref='-27492' />
+    <nd ref='-27494' />
+    <nd ref='-1772' />
+    <nd ref='-1774' />
+    <nd ref='-1778' />
+    <nd ref='-1732' />
+    <nd ref='-1734' />
+    <nd ref='-1736' />
+    <nd ref='-27496' />
+    <nd ref='-1728' />
+    <nd ref='-1724' />
+    <nd ref='-1740' />
+    <nd ref='-27498' />
+    <nd ref='-27500' />
+    <nd ref='-27502' />
+    <nd ref='-27504' />
+    <nd ref='-1738' />
+    <nd ref='-27506' />
+    <nd ref='-27508' />
+    <nd ref='-1742' />
+    <nd ref='-1744' />
+    <nd ref='-27510' />
+    <nd ref='-1746' />
+    <nd ref='-1718' />
+    <nd ref='-1716' />
+    <nd ref='-27512' />
+    <nd ref='-1714' />
+    <nd ref='-1722' />
+    <nd ref='-1720' />
+    <nd ref='-27514' />
+    <nd ref='-1780' />
+    <nd ref='-27520' />
+    <nd ref='-27518' />
+    <nd ref='-27516' />
+    <nd ref='-27522' />
+    <nd ref='-1708' />
+    <nd ref='-1710' />
+    <nd ref='-1704' />
+    <nd ref='-1706' />
+    <nd ref='-27524' />
+    <nd ref='-1702' />
+    <nd ref='-1700' />
+    <nd ref='-27526' />
+    <nd ref='-1692' />
+    <nd ref='-1694' />
+    <nd ref='-1698' />
+    <nd ref='-1696' />
+    <nd ref='-27528' />
+    <nd ref='-1712' />
+    <nd ref='-1688' />
+    <nd ref='-1690' />
+    <nd ref='-1686' />
+    <nd ref='-1676' />
+    <nd ref='-1674' />
+    <nd ref='-1678' />
+    <nd ref='-1680' />
+    <nd ref='-1684' />
+    <nd ref='-1682' />
+    <nd ref='-1782' />
+    <nd ref='-1650' />
+    <nd ref='-1652' />
+    <nd ref='-1648' />
+    <nd ref='-1642' />
+    <nd ref='-1644' />
+    <nd ref='-1646' />
+    <nd ref='-1654' />
+    <nd ref='-1656' />
+    <nd ref='-1658' />
+    <nd ref='-1660' />
+    <nd ref='-1662' />
+    <nd ref='-1668' />
+    <nd ref='-1666' />
+    <nd ref='-1664' />
+    <nd ref='-1670' />
+    <nd ref='-1672' />
+    <nd ref='-1638' />
+    <nd ref='-1636' />
+    <nd ref='-1632' />
+    <nd ref='-1634' />
+    <nd ref='-1640' />
+    <nd ref='-27530' />
+    <nd ref='-1628' />
+    <nd ref='-1630' />
+    <nd ref='-1624' />
+    <nd ref='-1626' />
+    <nd ref='-1588' />
+    <nd ref='-1584' />
+    <nd ref='-1586' />
+    <nd ref='-10762' />
+    <nd ref='-1600' />
+    <nd ref='-1598' />
+    <nd ref='-1596' />
+    <nd ref='-1592' />
+    <nd ref='-1594' />
+    <nd ref='-1590' />
+    <nd ref='-1602' />
+    <nd ref='-1604' />
+    <nd ref='-27532' />
+    <nd ref='-1606' />
+    <nd ref='-27534' />
+    <nd ref='-1622' />
+    <nd ref='-1610' />
+    <nd ref='-27536' />
+    <nd ref='-1612' />
+    <nd ref='-27538' />
+    <nd ref='-1608' />
+    <nd ref='-1616' />
+    <nd ref='-1614' />
+    <nd ref='-1618' />
+    <nd ref='-1620' />
+    <nd ref='-10764' />
+    <nd ref='-1912' />
+    <nd ref='-1910' />
+    <nd ref='-1906' />
+    <nd ref='-1908' />
+    <nd ref='-1904' />
+    <nd ref='-1902' />
+    <nd ref='-1914' />
+    <nd ref='-1898' />
+    <nd ref='-1896' />
+    <nd ref='-1900' />
+    <nd ref='-1892' />
+    <nd ref='-1894' />
+    <nd ref='-1916' />
+    <nd ref='-1890' />
+    <nd ref='-1888' />
+    <nd ref='-1886' />
+    <nd ref='-1866' />
+    <nd ref='-1918' />
+    <nd ref='-1864' />
+    <nd ref='-1882' />
+    <nd ref='-1880' />
+    <nd ref='-1878' />
+    <nd ref='-1876' />
+    <nd ref='-1874' />
+    <nd ref='-1884' />
+    <nd ref='-1872' />
+    <nd ref='-1870' />
+    <nd ref='-1868' />
+    <nd ref='-1920' />
+    <nd ref='-1840' />
+    <nd ref='-1836' />
+    <nd ref='-1838' />
+    <nd ref='-1834' />
+    <nd ref='-1832' />
+    <nd ref='-1830' />
+    <nd ref='-1828' />
+    <nd ref='-1826' />
+    <nd ref='-1860' />
+    <nd ref='-1846' />
+    <nd ref='-1844' />
+    <nd ref='-1842' />
+    <nd ref='-1858' />
+    <nd ref='-1856' />
+    <nd ref='-1854' />
+    <nd ref='-1852' />
+    <nd ref='-1850' />
+    <nd ref='-1848' />
+    <nd ref='-1862' />
+    <nd ref='-1824' />
+    <nd ref='-1822' />
+    <nd ref='-1820' />
+    <nd ref='-1818' />
+    <nd ref='-1816' />
+    <nd ref='-1814' />
+    <nd ref='-1804' />
+    <nd ref='-1802' />
+    <nd ref='-1800' />
+    <nd ref='-1806' />
+    <nd ref='-1808' />
+    <nd ref='-10760' />
+    <tag k='ISO3166-1:alpha2' v='NP' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Nepal' />
+  </way>
+  <way id='-29154'>
+    <nd ref='-10766' />
+    <nd ref='-10768' />
+    <nd ref='-10770' />
+    <nd ref='-10772' />
+    <nd ref='-10766' />
+    <tag k='ISO3166-1:alpha2' v='NR' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Nauru' />
+  </way>
+  <way id='-29156'>
+    <nd ref='-10774' />
+    <nd ref='-10776' />
+    <nd ref='-11556' />
+    <nd ref='-28042' />
+    <nd ref='-28044' />
+    <nd ref='-28048' />
+    <nd ref='-28046' />
+    <nd ref='-10778' />
+    <nd ref='-10780' />
+    <nd ref='-10782' />
+    <nd ref='-6394' />
+    <nd ref='-3858' />
+    <nd ref='-3860' />
+    <nd ref='-3862' />
+    <nd ref='-6392' />
+    <nd ref='-3856' />
+    <nd ref='-6390' />
+    <nd ref='-6388' />
+    <nd ref='-3854' />
+    <nd ref='-3852' />
+    <nd ref='-28050' />
+    <nd ref='-3850' />
+    <nd ref='-28052' />
+    <nd ref='-6386' />
+    <nd ref='-28054' />
+    <nd ref='-3848' />
+    <nd ref='-3846' />
+    <nd ref='-6384' />
+    <nd ref='-3844' />
+    <nd ref='-3842' />
+    <nd ref='-3840' />
+    <nd ref='-28058' />
+    <nd ref='-28056' />
+    <nd ref='-6382' />
+    <nd ref='-3838' />
+    <nd ref='-3836' />
+    <nd ref='-3834' />
+    <nd ref='-3832' />
+    <nd ref='-3830' />
+    <nd ref='-3828' />
+    <nd ref='-28060' />
+    <nd ref='-28062' />
+    <nd ref='-6380' />
+    <nd ref='-6378' />
+    <nd ref='-3824' />
+    <nd ref='-3822' />
+    <nd ref='-3818' />
+    <nd ref='-3820' />
+    <nd ref='-3826' />
+    <nd ref='-9474' />
+    <nd ref='-10774' />
+  </way>
+  <way id='-29158'>
+    <nd ref='-6376' />
+    <nd ref='-6374' />
+    <nd ref='-3796' />
+    <nd ref='-3798' />
+    <nd ref='-3800' />
+    <nd ref='-3802' />
+    <nd ref='-3804' />
+    <nd ref='-3806' />
+    <nd ref='-3808' />
+    <nd ref='-3810' />
+    <nd ref='-3812' />
+    <nd ref='-3814' />
+    <nd ref='-3816' />
+    <nd ref='-6404' />
+    <nd ref='-6402' />
+    <nd ref='-10784' />
+    <nd ref='-10786' />
+    <nd ref='-5732' />
+    <nd ref='-6376' />
+  </way>
+  <way id='-29160'>
+    <nd ref='-7836' />
+    <nd ref='-21482' />
+    <nd ref='-21484' />
+    <nd ref='-21486' />
+    <nd ref='-7834' />
+    <nd ref='-21476' />
+    <nd ref='-21474' />
+    <nd ref='-21480' />
+    <nd ref='-21478' />
+    <nd ref='-7832' />
+    <nd ref='-22436' />
+    <nd ref='-22438' />
+    <nd ref='-22440' />
+    <nd ref='-9414' />
+    <nd ref='-9412' />
+    <nd ref='-9410' />
+    <nd ref='-22428' />
+    <nd ref='-22426' />
+    <nd ref='-22424' />
+    <nd ref='-22432' />
+    <nd ref='-22430' />
+    <nd ref='-22434' />
+    <nd ref='-9408' />
+    <nd ref='-22422' />
+    <nd ref='-22420' />
+    <nd ref='-9406' />
+    <nd ref='-22418' />
+    <nd ref='-9404' />
+    <nd ref='-9402' />
+    <nd ref='-22410' />
+    <nd ref='-22414' />
+    <nd ref='-22416' />
+    <nd ref='-22412' />
+    <nd ref='-22408' />
+    <nd ref='-22406' />
+    <nd ref='-22402' />
+    <nd ref='-22404' />
+    <nd ref='-22400' />
+    <nd ref='-22398' />
+    <nd ref='-27544' />
+    <nd ref='-22396' />
+    <nd ref='-22384' />
+    <nd ref='-22386' />
+    <nd ref='-22394' />
+    <nd ref='-22392' />
+    <nd ref='-22390' />
+    <nd ref='-22388' />
+    <nd ref='-27546' />
+    <nd ref='-22382' />
+    <nd ref='-27548' />
+    <nd ref='-9400' />
+    <nd ref='-9398' />
+    <nd ref='-9396' />
+    <nd ref='-22380' />
+    <nd ref='-22378' />
+    <nd ref='-22376' />
+    <nd ref='-22374' />
+    <nd ref='-9394' />
+    <nd ref='-22372' />
+    <nd ref='-22370' />
+    <nd ref='-22366' />
+    <nd ref='-22368' />
+    <nd ref='-22354' />
+    <nd ref='-22358' />
+    <nd ref='-22360' />
+    <nd ref='-22362' />
+    <nd ref='-22364' />
+    <nd ref='-22356' />
+    <nd ref='-9392' />
+    <nd ref='-9390' />
+    <nd ref='-9388' />
+    <nd ref='-27552' />
+    <nd ref='-27550' />
+    <nd ref='-9386' />
+    <nd ref='-22352' />
+    <nd ref='-22346' />
+    <nd ref='-22348' />
+    <nd ref='-22350' />
+    <nd ref='-9384' />
+    <nd ref='-22336' />
+    <nd ref='-22344' />
+    <nd ref='-22342' />
+    <nd ref='-22340' />
+    <nd ref='-22338' />
+    <nd ref='-22334' />
+    <nd ref='-9382' />
+    <nd ref='-27554' />
+    <nd ref='-22332' />
+    <nd ref='-22330' />
+    <nd ref='-9380' />
+    <nd ref='-27556' />
+    <nd ref='-9378' />
+    <nd ref='-22318' />
+    <nd ref='-22324' />
+    <nd ref='-22328' />
+    <nd ref='-22326' />
+    <nd ref='-22320' />
+    <nd ref='-22322' />
+    <nd ref='-9376' />
+    <nd ref='-9374' />
+    <nd ref='-22316' />
+    <nd ref='-9372' />
+    <nd ref='-9370' />
+    <nd ref='-9368' />
+    <nd ref='-9366' />
+    <nd ref='-9364' />
+    <nd ref='-9362' />
+    <nd ref='-9360' />
+    <nd ref='-9358' />
+    <nd ref='-9356' />
+    <nd ref='-9354' />
+    <nd ref='-9352' />
+    <nd ref='-9348' />
+    <nd ref='-9346' />
+    <nd ref='-22312' />
+    <nd ref='-22308' />
+    <nd ref='-22306' />
+    <nd ref='-9342' />
+    <nd ref='-9340' />
+    <nd ref='-9338' />
+    <nd ref='-9336' />
+    <nd ref='-22298' />
+    <nd ref='-22300' />
+    <nd ref='-22304' />
+    <nd ref='-22302' />
+    <nd ref='-22296' />
+    <nd ref='-9334' />
+    <nd ref='-22288' />
+    <nd ref='-22290' />
+    <nd ref='-22292' />
+    <nd ref='-22294' />
+    <nd ref='-22286' />
+    <nd ref='-22284' />
+    <nd ref='-9332' />
+    <nd ref='-9330' />
+    <nd ref='-22276' />
+    <nd ref='-22278' />
+    <nd ref='-22280' />
+    <nd ref='-22282' />
+    <nd ref='-22274' />
+    <nd ref='-22272' />
+    <nd ref='-22270' />
+    <nd ref='-22266' />
+    <nd ref='-22268' />
+    <nd ref='-22264' />
+    <nd ref='-22262' />
+    <nd ref='-9328' />
+    <nd ref='-9326' />
+    <nd ref='-9324' />
+    <nd ref='-22260' />
+    <nd ref='-22258' />
+    <nd ref='-22256' />
+    <nd ref='-22254' />
+    <nd ref='-22252' />
+    <nd ref='-22250' />
+    <nd ref='-22248' />
+    <nd ref='-9322' />
+    <nd ref='-9320' />
+    <nd ref='-9318' />
+    <nd ref='-9316' />
+    <nd ref='-9472' />
+    <nd ref='-9470' />
+    <nd ref='-19236' />
+    <nd ref='-9468' />
+    <nd ref='-19234' />
+    <nd ref='-19232' />
+    <nd ref='-9466' />
+    <nd ref='-19230' />
+    <nd ref='-9464' />
+    <nd ref='-19226' />
+    <nd ref='-19228' />
+    <nd ref='-9462' />
+    <nd ref='-19222' />
+    <nd ref='-19224' />
+    <nd ref='-19218' />
+    <nd ref='-19220' />
+    <nd ref='-19216' />
+    <nd ref='-9460' />
+    <nd ref='-9458' />
+    <nd ref='-19214' />
+    <nd ref='-9456' />
+    <nd ref='-19212' />
+    <nd ref='-19210' />
+    <nd ref='-9454' />
+    <nd ref='-19208' />
+    <nd ref='-19206' />
+    <nd ref='-9452' />
+    <nd ref='-19204' />
+    <nd ref='-6288' />
+    <nd ref='-6286' />
+    <nd ref='-6284' />
+    <nd ref='-6282' />
+    <nd ref='-4050' />
+    <nd ref='-4048' />
+    <nd ref='-6280' />
+    <nd ref='-10788' />
+    <nd ref='-6278' />
+    <nd ref='-10790' />
+    <nd ref='-6276' />
+    <nd ref='-6274' />
+    <nd ref='-6272' />
+    <nd ref='-27564' />
+    <nd ref='-6270' />
+    <nd ref='-21448' />
+    <nd ref='-21450' />
+    <nd ref='-21464' />
+    <nd ref='-21462' />
+    <nd ref='-21460' />
+    <nd ref='-21458' />
+    <nd ref='-21456' />
+    <nd ref='-21454' />
+    <nd ref='-21452' />
+    <nd ref='-21432' />
+    <nd ref='-21434' />
+    <nd ref='-21436' />
+    <nd ref='-21438' />
+    <nd ref='-21440' />
+    <nd ref='-21442' />
+    <nd ref='-21444' />
+    <nd ref='-21446' />
+    <nd ref='-21428' />
+    <nd ref='-21430' />
+    <nd ref='-21426' />
+    <nd ref='-10792' />
+    <nd ref='-21656' />
+    <nd ref='-21658' />
+    <nd ref='-21662' />
+    <nd ref='-21660' />
+    <nd ref='-21652' />
+    <nd ref='-21654' />
+    <nd ref='-10794' />
+    <nd ref='-21666' />
+    <nd ref='-21668' />
+    <nd ref='-21672' />
+    <nd ref='-21674' />
+    <nd ref='-21670' />
+    <nd ref='-21676' />
+    <nd ref='-21678' />
+    <nd ref='-21664' />
+    <nd ref='-10796' />
+    <nd ref='-21680' />
+    <nd ref='-21682' />
+    <nd ref='-21692' />
+    <nd ref='-21688' />
+    <nd ref='-21690' />
+    <nd ref='-21686' />
+    <nd ref='-21684' />
+    <nd ref='-21696' />
+    <nd ref='-21694' />
+    <nd ref='-6268' />
+    <nd ref='-21698' />
+    <nd ref='-21712' />
+    <nd ref='-21714' />
+    <nd ref='-21716' />
+    <nd ref='-21718' />
+    <nd ref='-27562' />
+    <nd ref='-21700' />
+    <nd ref='-21702' />
+    <nd ref='-21704' />
+    <nd ref='-21706' />
+    <nd ref='-21708' />
+    <nd ref='-27558' />
+    <nd ref='-27560' />
+    <nd ref='-21710' />
+    <nd ref='-10798' />
+    <nd ref='-6266' />
+    <nd ref='-21728' />
+    <nd ref='-21726' />
+    <nd ref='-21724' />
+    <nd ref='-21722' />
+    <nd ref='-21720' />
+    <nd ref='-10800' />
+    <nd ref='-21736' />
+    <nd ref='-21742' />
+    <nd ref='-21740' />
+    <nd ref='-21738' />
+    <nd ref='-21730' />
+    <nd ref='-21734' />
+    <nd ref='-21744' />
+    <nd ref='-21732' />
+    <nd ref='-21748' />
+    <nd ref='-21750' />
+    <nd ref='-21746' />
+    <nd ref='-10802' />
+    <nd ref='-21754' />
+    <nd ref='-21752' />
+    <nd ref='-6264' />
+    <nd ref='-10804' />
+    <nd ref='-6262' />
+    <nd ref='-10806' />
+    <nd ref='-21756' />
+    <nd ref='-6260' />
+    <nd ref='-7838' />
+    <nd ref='-21498' />
+    <nd ref='-21490' />
+    <nd ref='-21492' />
+    <nd ref='-7836' />
+    <tag k='ISO3166-1:alpha2' v='PK' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Pakistan' />
+  </way>
+  <way id='-29162'>
+    <nd ref='-8166' />
+    <nd ref='-5334' />
+    <nd ref='-5332' />
+    <nd ref='-5330' />
+    <nd ref='-5328' />
+    <nd ref='-5326' />
+    <nd ref='-5336' />
+    <nd ref='-6154' />
+    <nd ref='-8164' />
+    <nd ref='-10808' />
+    <nd ref='-8176' />
+    <nd ref='-6150' />
+    <nd ref='-8174' />
+    <nd ref='-8172' />
+    <nd ref='-5310' />
+    <nd ref='-5314' />
+    <nd ref='-26686' />
+    <nd ref='-26688' />
+    <nd ref='-5312' />
+    <nd ref='-26690' />
+    <nd ref='-26692' />
+    <nd ref='-26694' />
+    <nd ref='-5316' />
+    <nd ref='-26696' />
+    <nd ref='-5318' />
+    <nd ref='-26698' />
+    <nd ref='-5320' />
+    <nd ref='-5324' />
+    <nd ref='-5322' />
+    <nd ref='-5308' />
+    <nd ref='-5306' />
+    <nd ref='-5304' />
+    <nd ref='-5302' />
+    <nd ref='-26700' />
+    <nd ref='-8170' />
+    <nd ref='-8168' />
+    <nd ref='-6114' />
+    <nd ref='-6116' />
+    <nd ref='-8166' />
+    <tag k='ISO3166-1:alpha2' v='PA' />
+    <tag k='name:en' v='Panama' />
+  </way>
+  <way id='-29164'>
+    <nd ref='-8160' />
+    <nd ref='-5218' />
+    <nd ref='-5220' />
+    <nd ref='-26582' />
+    <nd ref='-5222' />
+    <nd ref='-8158' />
+    <nd ref='-8156' />
+    <nd ref='-5388' />
+    <nd ref='-5386' />
+    <nd ref='-7280' />
+    <nd ref='-5378' />
+    <nd ref='-5376' />
+    <nd ref='-5380' />
+    <nd ref='-5382' />
+    <nd ref='-5384' />
+    <nd ref='-7278' />
+    <nd ref='-5372' />
+    <nd ref='-5374' />
+    <nd ref='-7276' />
+    <nd ref='-5370' />
+    <nd ref='-5368' />
+    <nd ref='-5366' />
+    <nd ref='-5364' />
+    <nd ref='-7274' />
+    <nd ref='-5338' />
+    <nd ref='-5340' />
+    <nd ref='-5342' />
+    <nd ref='-7272' />
+    <nd ref='-5348' />
+    <nd ref='-5346' />
+    <nd ref='-5344' />
+    <nd ref='-7270' />
+    <nd ref='-5354' />
+    <nd ref='-5350' />
+    <nd ref='-5352' />
+    <nd ref='-5356' />
+    <nd ref='-7268' />
+    <nd ref='-5362' />
+    <nd ref='-5360' />
+    <nd ref='-5358' />
+    <nd ref='-26580' />
+    <nd ref='-7240' />
+    <nd ref='-26562' />
+    <nd ref='-10810' />
+    <nd ref='-5452' />
+    <nd ref='-5450' />
+    <nd ref='-7238' />
+    <nd ref='-5454' />
+    <nd ref='-5458' />
+    <nd ref='-5456' />
+    <nd ref='-10812' />
+    <nd ref='-7236' />
+    <nd ref='-5466' />
+    <nd ref='-5468' />
+    <nd ref='-5464' />
+    <nd ref='-5462' />
+    <nd ref='-5460' />
+    <nd ref='-5470' />
+    <nd ref='-5472' />
+    <nd ref='-5474' />
+    <nd ref='-5476' />
+    <nd ref='-10814' />
+    <nd ref='-5602' />
+    <nd ref='-5604' />
+    <nd ref='-5590' />
+    <nd ref='-5594' />
+    <nd ref='-5592' />
+    <nd ref='-5600' />
+    <nd ref='-5596' />
+    <nd ref='-5598' />
+    <nd ref='-6148' />
+    <nd ref='-8040' />
+    <nd ref='-6146' />
+    <nd ref='-6142' />
+    <nd ref='-6144' />
+    <nd ref='-8602' />
+    <nd ref='-8600' />
+    <nd ref='-8598' />
+    <nd ref='-26604' />
+    <nd ref='-5224' />
+    <nd ref='-26602' />
+    <nd ref='-26600' />
+    <nd ref='-26598' />
+    <nd ref='-26596' />
+    <nd ref='-26594' />
+    <nd ref='-26592' />
+    <nd ref='-26590' />
+    <nd ref='-26588' />
+    <nd ref='-5226' />
+    <nd ref='-5228' />
+    <nd ref='-26586' />
+    <nd ref='-5230' />
+    <nd ref='-5232' />
+    <nd ref='-5234' />
+    <nd ref='-5236' />
+    <nd ref='-5240' />
+    <nd ref='-5238' />
+    <nd ref='-5242' />
+    <nd ref='-5244' />
+    <nd ref='-26584' />
+    <nd ref='-8596' />
+    <nd ref='-5258' />
+    <nd ref='-5250' />
+    <nd ref='-5256' />
+    <nd ref='-5254' />
+    <nd ref='-5248' />
+    <nd ref='-5246' />
+    <nd ref='-5252' />
+    <nd ref='-8594' />
+    <nd ref='-8592' />
+    <nd ref='-8590' />
+    <nd ref='-8588' />
+    <nd ref='-8586' />
+    <nd ref='-5260' />
+    <nd ref='-5266' />
+    <nd ref='-5262' />
+    <nd ref='-5264' />
+    <nd ref='-5272' />
+    <nd ref='-5274' />
+    <nd ref='-8584' />
+    <nd ref='-5270' />
+    <nd ref='-5268' />
+    <nd ref='-8160' />
+    <tag k='ISO3166-1:alpha2' v='PE' />
+    <tag k='name:en' v='Peru' />
+  </way>
+  <way id='-29166'>
+    <nd ref='-12190' />
+    <nd ref='-12322' />
+    <nd ref='-12324' />
+    <nd ref='-12168' />
+    <nd ref='-12166' />
+    <nd ref='-12170' />
+    <nd ref='-12164' />
+    <nd ref='-12162' />
+    <nd ref='-11700' />
+    <nd ref='-10816' />
+    <nd ref='-11698' />
+    <nd ref='-11696' />
+    <nd ref='-11694' />
+    <nd ref='-10818' />
+    <nd ref='-10820' />
+    <nd ref='-10822' />
+    <nd ref='-10824' />
+    <nd ref='-10826' />
+    <nd ref='-10828' />
+    <nd ref='-12316' />
+    <nd ref='-12320' />
+    <nd ref='-12318' />
+    <nd ref='-9274' />
+    <nd ref='-12190' />
+    <tag k='ISO3166-1:alpha2' v='PG' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Papua New Guinea' />
+  </way>
+  <way id='-29168'>
+    <nd ref='-10830' />
+    <nd ref='-12006' />
+    <nd ref='-10926' />
+    <nd ref='-80921' />
+    <nd ref='-12008' />
+    <nd ref='-10832' />
+    <nd ref='-15828' />
+    <nd ref='-15830' />
+    <nd ref='-15832' />
+    <nd ref='-15834' />
+    <nd ref='-15836' />
+    <nd ref='-15838' />
+    <nd ref='-15840' />
+    <nd ref='-80839' />
+    <nd ref='-80860' />
+    <nd ref='-15842' />
+    <nd ref='-15844' />
+    <nd ref='-80892' />
+    <nd ref='-15846' />
+    <nd ref='-15848' />
+    <nd ref='-15850' />
+    <nd ref='-15852' />
+    <nd ref='-15854' />
+    <nd ref='-10000' />
+    <nd ref='-20386' />
+    <nd ref='-7194' />
+    <nd ref='-81308' />
+    <nd ref='-20392' />
+    <nd ref='-20390' />
+    <nd ref='-82573' />
+    <nd ref='-20394' />
+    <nd ref='-20388' />
+    <nd ref='-7192' />
+    <nd ref='-7190' />
+    <nd ref='-20400' />
+    <nd ref='-20398' />
+    <nd ref='-81322' />
+    <nd ref='-20396' />
+    <nd ref='-7188' />
+    <nd ref='-20402' />
+    <nd ref='-20404' />
+    <nd ref='-7186' />
+    <nd ref='-82559' />
+    <nd ref='-20406' />
+    <nd ref='-20414' />
+    <nd ref='-20412' />
+    <nd ref='-20408' />
+    <nd ref='-82176' />
+    <nd ref='-20410' />
+    <nd ref='-11488' />
+    <nd ref='-11486' />
+    <nd ref='-20428' />
+    <nd ref='-81341' />
+    <nd ref='-11484' />
+    <nd ref='-20434' />
+    <nd ref='-20438' />
+    <nd ref='-20436' />
+    <nd ref='-20442' />
+    <nd ref='-20440' />
+    <nd ref='-20430' />
+    <nd ref='-20432' />
+    <nd ref='-11482' />
+    <nd ref='-20448' />
+    <nd ref='-81374' />
+    <nd ref='-20444' />
+    <nd ref='-20446' />
+    <nd ref='-11480' />
+    <nd ref='-20452' />
+    <nd ref='-20450' />
+    <nd ref='-10834' />
+    <nd ref='-81392' />
+    <nd ref='-81403' />
+    <nd ref='-81419' />
+    <nd ref='-10836' />
+    <nd ref='-20454' />
+    <nd ref='-20456' />
+    <nd ref='-10838' />
+    <nd ref='-20310' />
+    <nd ref='-11478' />
+    <nd ref='-11476' />
+    <nd ref='-10840' />
+    <nd ref='-20318' />
+    <nd ref='-20316' />
+    <nd ref='-20314' />
+    <nd ref='-20312' />
+    <nd ref='-20320' />
+    <nd ref='-20322' />
+    <nd ref='-20324' />
+    <nd ref='-20328' />
+    <nd ref='-20326' />
+    <nd ref='-10842' />
+    <nd ref='-81501' />
+    <nd ref='-20332' />
+    <nd ref='-81483' />
+    <nd ref='-20334' />
+    <nd ref='-20344' />
+    <nd ref='-20342' />
+    <nd ref='-20340' />
+    <nd ref='-81519' />
+    <nd ref='-20338' />
+    <nd ref='-20336' />
+    <nd ref='-20346' />
+    <nd ref='-20330' />
+    <nd ref='-10844' />
+    <nd ref='-20350' />
+    <nd ref='-20348' />
+    <nd ref='-20354' />
+    <nd ref='-20352' />
+    <nd ref='-10846' />
+    <nd ref='-20356' />
+    <nd ref='-20366' />
+    <nd ref='-20360' />
+    <nd ref='-20364' />
+    <nd ref='-20362' />
+    <nd ref='-20368' />
+    <nd ref='-20370' />
+    <nd ref='-20358' />
+    <nd ref='-20382' />
+    <nd ref='-20384' />
+    <nd ref='-20380' />
+    <nd ref='-20378' />
+    <nd ref='-20376' />
+    <nd ref='-20374' />
+    <nd ref='-20372' />
+    <nd ref='-8280' />
+    <nd ref='-20026' />
+    <nd ref='-8278' />
+    <nd ref='-20030' />
+    <nd ref='-20028' />
+    <nd ref='-19984' />
+    <nd ref='-81035' />
+    <nd ref='-81043' />
+    <nd ref='-81056' />
+    <nd ref='-81066' />
+    <nd ref='-20020' />
+    <nd ref='-20022' />
+    <nd ref='-20024' />
+    <nd ref='-20018' />
+    <nd ref='-20016' />
+    <nd ref='-81078' />
+    <nd ref='-20014' />
+    <nd ref='-81091' />
+    <nd ref='-20012' />
+    <nd ref='-81102' />
+    <nd ref='-20008' />
+    <nd ref='-20010' />
+    <nd ref='-19986' />
+    <nd ref='-20006' />
+    <nd ref='-20004' />
+    <nd ref='-20002' />
+    <nd ref='-20000' />
+    <nd ref='-19990' />
+    <nd ref='-19992' />
+    <nd ref='-19994' />
+    <nd ref='-19996' />
+    <nd ref='-19998' />
+    <nd ref='-19988' />
+    <nd ref='-19980' />
+    <nd ref='-19982' />
+    <nd ref='-19978' />
+    <nd ref='-19954' />
+    <nd ref='-19952' />
+    <nd ref='-19958' />
+    <nd ref='-19960' />
+    <nd ref='-19976' />
+    <nd ref='-19974' />
+    <nd ref='-19956' />
+    <nd ref='-81161' />
+    <nd ref='-19970' />
+    <nd ref='-19972' />
+    <nd ref='-19968' />
+    <nd ref='-19966' />
+    <nd ref='-19962' />
+    <nd ref='-19964' />
+    <nd ref='-19932' />
+    <nd ref='-19930' />
+    <nd ref='-81177' />
+    <nd ref='-19926' />
+    <nd ref='-19928' />
+    <nd ref='-19938' />
+    <nd ref='-19936' />
+    <nd ref='-19948' />
+    <nd ref='-19946' />
+    <nd ref='-19944' />
+    <nd ref='-19942' />
+    <nd ref='-19940' />
+    <nd ref='-19950' />
+    <nd ref='-19934' />
+    <nd ref='-19906' />
+    <nd ref='-19916' />
+    <nd ref='-19914' />
+    <nd ref='-19912' />
+    <nd ref='-19918' />
+    <nd ref='-19924' />
+    <nd ref='-19920' />
+    <nd ref='-19910' />
+    <nd ref='-19922' />
+    <nd ref='-19908' />
+    <nd ref='-81241' />
+    <nd ref='-81254' />
+    <nd ref='-19892' />
+    <nd ref='-19902' />
+    <nd ref='-19904' />
+    <nd ref='-19894' />
+    <nd ref='-19896' />
+    <nd ref='-19898' />
+    <nd ref='-19900' />
+    <nd ref='-19886' />
+    <nd ref='-19876' />
+    <nd ref='-19888' />
+    <nd ref='-19890' />
+    <nd ref='-19882' />
+    <nd ref='-19880' />
+    <nd ref='-19878' />
+    <nd ref='-19884' />
+    <nd ref='-19874' />
+    <nd ref='-19858' />
+    <nd ref='-19872' />
+    <nd ref='-19870' />
+    <nd ref='-19856' />
+    <nd ref='-19866' />
+    <nd ref='-19864' />
+    <nd ref='-19862' />
+    <nd ref='-19860' />
+    <nd ref='-19868' />
+    <nd ref='-81276' />
+    <nd ref='-19854' />
+    <nd ref='-81289' />
+    <nd ref='-19852' />
+    <nd ref='-19850' />
+    <nd ref='-19848' />
+    <nd ref='-8276' />
+    <nd ref='-78598' />
+    <nd ref='-78553' />
+    <nd ref='-78572' />
+    <nd ref='-78523' />
+    <nd ref='-15608' />
+    <nd ref='-78477' />
+    <nd ref='-78456' />
+    <nd ref='-78426' />
+    <nd ref='-78339' />
+    <nd ref='-78374' />
+    <nd ref='-78389' />
+    <nd ref='-78406' />
+    <nd ref='-78235' />
+    <nd ref='-78269' />
+    <nd ref='-78297' />
+    <nd ref='-15598' />
+    <nd ref='-15600' />
+    <nd ref='-78192' />
+    <nd ref='-15602' />
+    <nd ref='-15606' />
+    <nd ref='-15604' />
+    <nd ref='-78141' />
+    <nd ref='-78168' />
+    <nd ref='-15564' />
+    <nd ref='-15596' />
+    <nd ref='-78112' />
+    <nd ref='-15590' />
+    <nd ref='-15592' />
+    <nd ref='-78077' />
+    <nd ref='-15594' />
+    <nd ref='-15566' />
+    <nd ref='-15568' />
+    <nd ref='-78065' />
+    <nd ref='-77987' />
+    <nd ref='-78019' />
+    <nd ref='-15570' />
+    <nd ref='-77932' />
+    <nd ref='-77876' />
+    <nd ref='-77823' />
+    <nd ref='-15572' />
+    <nd ref='-77801' />
+    <nd ref='-15574' />
+    <nd ref='-15576' />
+    <nd ref='-15578' />
+    <nd ref='-15580' />
+    <nd ref='-15588' />
+    <nd ref='-15586' />
+    <nd ref='-15584' />
+    <nd ref='-15582' />
+    <nd ref='-15548' />
+    <nd ref='-77752' />
+    <nd ref='-77726' />
+    <nd ref='-15556' />
+    <nd ref='-15562' />
+    <nd ref='-15560' />
+    <nd ref='-15558' />
+    <nd ref='-15552' />
+    <nd ref='-15554' />
+    <nd ref='-77691' />
+    <nd ref='-15550' />
+    <nd ref='-15612' />
+    <nd ref='-15610' />
+    <nd ref='-15614' />
+    <nd ref='-15618' />
+    <nd ref='-15616' />
+    <nd ref='-15620' />
+    <nd ref='-15622' />
+    <nd ref='-15624' />
+    <nd ref='-15626' />
+    <nd ref='-15628' />
+    <nd ref='-15630' />
+    <nd ref='-15632' />
+    <nd ref='-15640' />
+    <nd ref='-15638' />
+    <nd ref='-15636' />
+    <nd ref='-15634' />
+    <nd ref='-15654' />
+    <nd ref='-15656' />
+    <nd ref='-15652' />
+    <nd ref='-15650' />
+    <nd ref='-10848' />
+    <nd ref='-12256' />
+    <nd ref='-15648' />
+    <nd ref='-15644' />
+    <nd ref='-15646' />
+    <nd ref='-15642' />
+    <nd ref='-8284' />
+    <nd ref='-10830' />
+    <tag k='ISO3166-1:alpha2' v='PL' />
+    <tag k='maxspeed:living_street' v='20' />
+    <tag k='maxspeed:motorway' v='140' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:rural_dual' v='100' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/poland/speed_limits_en.htm' />
+    <tag k='maxspeed:trunk' v='120' />
+    <tag k='maxspeed:trunk_single' v='100' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Poland' />
+    <tag k='taginfo' v='http://taginfo.openstreetmap.pl' />
+  </way>
+  <way id='-29170'>
+    <nd ref='-7736' />
+    <nd ref='-27266' />
+    <nd ref='-12878' />
+    <nd ref='-12884' />
+    <nd ref='-12882' />
+    <nd ref='-12880' />
+    <nd ref='-27264' />
+    <nd ref='-12886' />
+    <nd ref='-27260' />
+    <nd ref='-12888' />
+    <nd ref='-27258' />
+    <nd ref='-10852' />
+    <nd ref='-11746' />
+    <nd ref='-10854' />
+    <nd ref='-10856' />
+    <nd ref='-9926' />
+    <nd ref='-9924' />
+    <nd ref='-9922' />
+    <nd ref='-9920' />
+    <nd ref='-9918' />
+    <nd ref='-9916' />
+    <nd ref='-9914' />
+    <nd ref='-4488' />
+    <nd ref='-27256' />
+    <nd ref='-27254' />
+    <nd ref='-4490' />
+    <nd ref='-4492' />
+    <nd ref='-9912' />
+    <nd ref='-27250' />
+    <nd ref='-27252' />
+    <nd ref='-4494' />
+    <nd ref='-4496' />
+    <nd ref='-4498' />
+    <nd ref='-9910' />
+    <nd ref='-10858' />
+    <nd ref='-10860' />
+    <nd ref='-11934' />
+    <nd ref='-10862' />
+    <nd ref='-9908' />
+    <nd ref='-11936' />
+    <nd ref='-10864' />
+    <nd ref='-10866' />
+    <nd ref='-11940' />
+    <nd ref='-10868' />
+    <nd ref='-11938' />
+    <nd ref='-11932' />
+    <nd ref='-10870' />
+    <nd ref='-12220' />
+    <nd ref='-27310' />
+    <nd ref='-27306' />
+    <nd ref='-27308' />
+    <nd ref='-7754' />
+    <nd ref='-7752' />
+    <nd ref='-27304' />
+    <nd ref='-12850' />
+    <nd ref='-90502' />
+    <nd ref='-12852' />
+    <nd ref='-12854' />
+    <nd ref='-27302' />
+    <nd ref='-12856' />
+    <nd ref='-12858' />
+    <nd ref='-7750' />
+    <nd ref='-27300' />
+    <nd ref='-12860' />
+    <nd ref='-27298' />
+    <nd ref='-27296' />
+    <nd ref='-27294' />
+    <nd ref='-27292' />
+    <nd ref='-27290' />
+    <nd ref='-7748' />
+    <nd ref='-7746' />
+    <nd ref='-12862' />
+    <nd ref='-7744' />
+    <nd ref='-7742' />
+    <nd ref='-7740' />
+    <nd ref='-12868' />
+    <nd ref='-27288' />
+    <nd ref='-27286' />
+    <nd ref='-12866' />
+    <nd ref='-12870' />
+    <nd ref='-12872' />
+    <nd ref='-12874' />
+    <nd ref='-12864' />
+    <nd ref='-27284' />
+    <nd ref='-27278' />
+    <nd ref='-27280' />
+    <nd ref='-27282' />
+    <nd ref='-27276' />
+    <nd ref='-7738' />
+    <nd ref='-27274' />
+    <nd ref='-12876' />
+    <nd ref='-27272' />
+    <nd ref='-27268' />
+    <nd ref='-27270' />
+    <nd ref='-7736' />
+    <tag k='ISO3166-1:alpha2' v='KP' />
+    <tag k='name:en' v='Korea, Dem. Rep.' />
+  </way>
+  <way id='-29172'>
+    <nd ref='-8834' />
+    <nd ref='-26974' />
+    <nd ref='-26972' />
+    <nd ref='-26970' />
+    <nd ref='-13336' />
+    <nd ref='-13334' />
+    <nd ref='-13332' />
+    <nd ref='-26954' />
+    <nd ref='-26952' />
+    <nd ref='-13322' />
+    <nd ref='-13328' />
+    <nd ref='-13330' />
+    <nd ref='-26948' />
+    <nd ref='-13326' />
+    <nd ref='-26950' />
+    <nd ref='-13324' />
+    <nd ref='-8832' />
+    <nd ref='-13316' />
+    <nd ref='-13314' />
+    <nd ref='-13312' />
+    <nd ref='-13310' />
+    <nd ref='-13308' />
+    <nd ref='-13318' />
+    <nd ref='-13320' />
+    <nd ref='-13288' />
+    <nd ref='-13302' />
+    <nd ref='-13306' />
+    <nd ref='-13304' />
+    <nd ref='-13296' />
+    <nd ref='-13294' />
+    <nd ref='-13300' />
+    <nd ref='-13298' />
+    <nd ref='-13290' />
+    <nd ref='-13292' />
+    <nd ref='-13276' />
+    <nd ref='-13282' />
+    <nd ref='-13280' />
+    <nd ref='-13278' />
+    <nd ref='-13286' />
+    <nd ref='-13284' />
+    <nd ref='-8830' />
+    <nd ref='-13274' />
+    <nd ref='-13272' />
+    <nd ref='-8828' />
+    <nd ref='-13270' />
+    <nd ref='-13266' />
+    <nd ref='-13268' />
+    <nd ref='-13252' />
+    <nd ref='-13256' />
+    <nd ref='-13254' />
+    <nd ref='-13258' />
+    <nd ref='-13264' />
+    <nd ref='-13260' />
+    <nd ref='-13262' />
+    <nd ref='-13218' />
+    <nd ref='-13250' />
+    <nd ref='-13248' />
+    <nd ref='-13244' />
+    <nd ref='-13246' />
+    <nd ref='-13240' />
+    <nd ref='-13242' />
+    <nd ref='-13222' />
+    <nd ref='-13220' />
+    <nd ref='-8826' />
+    <nd ref='-13230' />
+    <nd ref='-13228' />
+    <nd ref='-13226' />
+    <nd ref='-13224' />
+    <nd ref='-13232' />
+    <nd ref='-8824' />
+    <nd ref='-13238' />
+    <nd ref='-13234' />
+    <nd ref='-13236' />
+    <nd ref='-26908' />
+    <nd ref='-26904' />
+    <nd ref='-26906' />
+    <nd ref='-26902' />
+    <nd ref='-11896' />
+    <nd ref='-8822' />
+    <nd ref='-22764' />
+    <nd ref='-11892' />
+    <nd ref='-11890' />
+    <nd ref='-11894' />
+    <nd ref='-8838' />
+    <nd ref='-8836' />
+    <nd ref='-13148' />
+    <nd ref='-13150' />
+    <nd ref='-13152' />
+    <nd ref='-26910' />
+    <nd ref='-13154' />
+    <nd ref='-13156' />
+    <nd ref='-13158' />
+    <nd ref='-26912' />
+    <nd ref='-13160' />
+    <nd ref='-26914' />
+    <nd ref='-26916' />
+    <nd ref='-26918' />
+    <nd ref='-13162' />
+    <nd ref='-13164' />
+    <nd ref='-26920' />
+    <nd ref='-13166' />
+    <nd ref='-26922' />
+    <nd ref='-26934' />
+    <nd ref='-26932' />
+    <nd ref='-13170' />
+    <nd ref='-26926' />
+    <nd ref='-26928' />
+    <nd ref='-26930' />
+    <nd ref='-26924' />
+    <nd ref='-26938' />
+    <nd ref='-26936' />
+    <nd ref='-13168' />
+    <nd ref='-26940' />
+    <nd ref='-26942' />
+    <nd ref='-13172' />
+    <nd ref='-13174' />
+    <nd ref='-13178' />
+    <nd ref='-13176' />
+    <nd ref='-13182' />
+    <nd ref='-13180' />
+    <nd ref='-13186' />
+    <nd ref='-13184' />
+    <nd ref='-13188' />
+    <nd ref='-13190' />
+    <nd ref='-13192' />
+    <nd ref='-13194' />
+    <nd ref='-13196' />
+    <nd ref='-13198' />
+    <nd ref='-13200' />
+    <nd ref='-13202' />
+    <nd ref='-13212' />
+    <nd ref='-13214' />
+    <nd ref='-13378' />
+    <nd ref='-13216' />
+    <nd ref='-13380' />
+    <nd ref='-13382' />
+    <nd ref='-13384' />
+    <nd ref='-13386' />
+    <nd ref='-26944' />
+    <nd ref='-26946' />
+    <nd ref='-13388' />
+    <nd ref='-13390' />
+    <nd ref='-13376' />
+    <nd ref='-13374' />
+    <nd ref='-13372' />
+    <nd ref='-13210' />
+    <nd ref='-13370' />
+    <nd ref='-13368' />
+    <nd ref='-13358' />
+    <nd ref='-13366' />
+    <nd ref='-13364' />
+    <nd ref='-13362' />
+    <nd ref='-13360' />
+    <nd ref='-13208' />
+    <nd ref='-13352' />
+    <nd ref='-13354' />
+    <nd ref='-13356' />
+    <nd ref='-13206' />
+    <nd ref='-13348' />
+    <nd ref='-13350' />
+    <nd ref='-13204' />
+    <nd ref='-13340' />
+    <nd ref='-13342' />
+    <nd ref='-13344' />
+    <nd ref='-13346' />
+    <nd ref='-13338' />
+    <nd ref='-8834' />
+    <tag k='ISO3166-1:alpha2' v='PT' />
+    <tag k='name:en' v='Portugal' />
+  </way>
+  <way id='-29174'>
+    <nd ref='-7256' />
+    <nd ref='-5542' />
+    <nd ref='-26514' />
+    <nd ref='-26510' />
+    <nd ref='-26512' />
+    <nd ref='-10872' />
+    <nd ref='-5548' />
+    <nd ref='-26516' />
+    <nd ref='-5546' />
+    <nd ref='-5544' />
+    <nd ref='-10874' />
+    <nd ref='-26518' />
+    <nd ref='-26520' />
+    <nd ref='-26522' />
+    <nd ref='-26524' />
+    <nd ref='-26526' />
+    <nd ref='-5550' />
+    <nd ref='-26528' />
+    <nd ref='-26534' />
+    <nd ref='-26530' />
+    <nd ref='-26532' />
+    <nd ref='-26536' />
+    <nd ref='-26538' />
+    <nd ref='-10876' />
+    <nd ref='-5552' />
+    <nd ref='-26540' />
+    <nd ref='-26542' />
+    <nd ref='-5554' />
+    <nd ref='-26544' />
+    <nd ref='-10878' />
+    <nd ref='-5556' />
+    <nd ref='-5558' />
+    <nd ref='-26546' />
+    <nd ref='-26548' />
+    <nd ref='-6434' />
+    <nd ref='-26462' />
+    <nd ref='-26466' />
+    <nd ref='-26464' />
+    <nd ref='-5536' />
+    <nd ref='-26468' />
+    <nd ref='-26470' />
+    <nd ref='-26472' />
+    <nd ref='-26474' />
+    <nd ref='-5534' />
+    <nd ref='-26476' />
+    <nd ref='-5528' />
+    <nd ref='-5530' />
+    <nd ref='-5532' />
+    <nd ref='-5538' />
+    <nd ref='-10880' />
+    <nd ref='-26478' />
+    <nd ref='-5524' />
+    <nd ref='-5526' />
+    <nd ref='-10882' />
+    <nd ref='-5522' />
+    <nd ref='-5520' />
+    <nd ref='-5518' />
+    <nd ref='-5516' />
+    <nd ref='-5514' />
+    <nd ref='-10884' />
+    <nd ref='-5512' />
+    <nd ref='-5506' />
+    <nd ref='-5508' />
+    <nd ref='-5510' />
+    <nd ref='-6432' />
+    <nd ref='-5496' />
+    <nd ref='-5498' />
+    <nd ref='-5500' />
+    <nd ref='-5502' />
+    <nd ref='-5504' />
+    <nd ref='-26480' />
+    <nd ref='-7228' />
+    <nd ref='-7226' />
+    <nd ref='-7224' />
+    <nd ref='-5540' />
+    <nd ref='-7222' />
+    <nd ref='-7220' />
+    <nd ref='-7218' />
+    <nd ref='-7216' />
+    <nd ref='-7256' />
+    <tag k='ISO3166-1:alpha2' v='PY' />
+    <tag k='name:en' v='Paraguay' />
+  </way>
+  <way id='-29176'>
+    <nd ref='-11040' />
+    <nd ref='-10886' />
+    <nd ref='-10888' />
+    <nd ref='-7118' />
+    <nd ref='-3864' />
+    <nd ref='-3866' />
+    <nd ref='-3868' />
+    <nd ref='-7116' />
+    <nd ref='-10890' />
+    <nd ref='-3870' />
+    <nd ref='-10892' />
+    <nd ref='-3872' />
+    <nd ref='-3874' />
+    <nd ref='-3876' />
+    <nd ref='-11040' />
+    <tag k='ISO3166-1:alpha2' v='QA' />
+    <tag k='name:en' v='Qatar' />
+  </way>
+  <way id='-29178'>
+    <nd ref='-10894' />
+    <nd ref='-19690' />
+    <nd ref='-10896' />
+    <nd ref='-19688' />
+    <nd ref='-81786' />
+    <nd ref='-81768' />
+    <nd ref='-10206' />
+    <nd ref='-19696' />
+    <nd ref='-19694' />
+    <nd ref='-81753' />
+    <nd ref='-19698' />
+    <nd ref='-19692' />
+    <nd ref='-10898' />
+    <nd ref='-19702' />
+    <nd ref='-19700' />
+    <nd ref='-10900' />
+    <nd ref='-19712' />
+    <nd ref='-19710' />
+    <nd ref='-19708' />
+    <nd ref='-19706' />
+    <nd ref='-19704' />
+    <nd ref='-10204' />
+    <nd ref='-81730' />
+    <nd ref='-19714' />
+    <nd ref='-10902' />
+    <nd ref='-81711' />
+    <nd ref='-10904' />
+    <nd ref='-11474' />
+    <nd ref='-20080' />
+    <nd ref='-20082' />
+    <nd ref='-20084' />
+    <nd ref='-20086' />
+    <nd ref='-20090' />
+    <nd ref='-20088' />
+    <nd ref='-20092' />
+    <nd ref='-20094' />
+    <nd ref='-20096' />
+    <nd ref='-20098' />
+    <nd ref='-20102' />
+    <nd ref='-20100' />
+    <nd ref='-12004' />
+    <nd ref='-11472' />
+    <nd ref='-10906' />
+    <nd ref='-7096' />
+    <nd ref='-7094' />
+    <nd ref='-19118' />
+    <nd ref='-19120' />
+    <nd ref='-19124' />
+    <nd ref='-19122' />
+    <nd ref='-7092' />
+    <nd ref='-19116' />
+    <nd ref='-7090' />
+    <nd ref='-19114' />
+    <nd ref='-7088' />
+    <nd ref='-19112' />
+    <nd ref='-19110' />
+    <nd ref='-7086' />
+    <nd ref='-7084' />
+    <nd ref='-19106' />
+    <nd ref='-19108' />
+    <nd ref='-7082' />
+    <nd ref='-19102' />
+    <nd ref='-19100' />
+    <nd ref='-19104' />
+    <nd ref='-19096' />
+    <nd ref='-19098' />
+    <nd ref='-7080' />
+    <nd ref='-19094' />
+    <nd ref='-19092' />
+    <nd ref='-19090' />
+    <nd ref='-7078' />
+    <nd ref='-7076' />
+    <nd ref='-7114' />
+    <nd ref='-19086' />
+    <nd ref='-19084' />
+    <nd ref='-19088' />
+    <nd ref='-7112' />
+    <nd ref='-11158' />
+    <nd ref='-19128' />
+    <nd ref='-19126' />
+    <nd ref='-11156' />
+    <nd ref='-19140' />
+    <nd ref='-19142' />
+    <nd ref='-19138' />
+    <nd ref='-19136' />
+    <nd ref='-19134' />
+    <nd ref='-19144' />
+    <nd ref='-19132' />
+    <nd ref='-19130' />
+    <nd ref='-10908' />
+    <nd ref='-19150' />
+    <nd ref='-19152' />
+    <nd ref='-19148' />
+    <nd ref='-19146' />
+    <nd ref='-11154' />
+    <nd ref='-19160' />
+    <nd ref='-19166' />
+    <nd ref='-19164' />
+    <nd ref='-19162' />
+    <nd ref='-19158' />
+    <nd ref='-19156' />
+    <nd ref='-19154' />
+    <nd ref='-28338' />
+    <nd ref='-28336' />
+    <nd ref='-10910' />
+    <nd ref='-19168' />
+    <nd ref='-11152' />
+    <nd ref='-19172' />
+    <nd ref='-19174' />
+    <nd ref='-19170' />
+    <nd ref='-11150' />
+    <nd ref='-28340' />
+    <nd ref='-28342' />
+    <nd ref='-19176' />
+    <nd ref='-28344' />
+    <nd ref='-28346' />
+    <nd ref='-10912' />
+    <nd ref='-19180' />
+    <nd ref='-19178' />
+    <nd ref='-28348' />
+    <nd ref='-10914' />
+    <nd ref='-19182' />
+    <nd ref='-19186' />
+    <nd ref='-19184' />
+    <nd ref='-10916' />
+    <nd ref='-28350' />
+    <nd ref='-10918' />
+    <nd ref='-9246' />
+    <nd ref='-9244' />
+    <nd ref='-20238' />
+    <nd ref='-9242' />
+    <nd ref='-20240' />
+    <nd ref='-20242' />
+    <nd ref='-20244' />
+    <nd ref='-20246' />
+    <nd ref='-20236' />
+    <nd ref='-20226' />
+    <nd ref='-20228' />
+    <nd ref='-81677' />
+    <nd ref='-81687' />
+    <nd ref='-20204' />
+    <nd ref='-20206' />
+    <nd ref='-81664' />
+    <nd ref='-81650' />
+    <nd ref='-20218' />
+    <nd ref='-20216' />
+    <nd ref='-20222' />
+    <nd ref='-20220' />
+    <nd ref='-20194' />
+    <nd ref='-20196' />
+    <nd ref='-20198' />
+    <nd ref='-20200' />
+    <nd ref='-20202' />
+    <nd ref='-20186' />
+    <nd ref='-20188' />
+    <nd ref='-20190' />
+    <nd ref='-81643' />
+    <nd ref='-20182' />
+    <nd ref='-81620' />
+    <nd ref='-81630' />
+    <nd ref='-9238' />
+    <nd ref='-20144' />
+    <nd ref='-20148' />
+    <nd ref='-20146' />
+    <nd ref='-20142' />
+    <nd ref='-20156' />
+    <nd ref='-20150' />
+    <nd ref='-20154' />
+    <nd ref='-20152' />
+    <nd ref='-10920' />
+    <nd ref='-20124' />
+    <nd ref='-82079' />
+    <nd ref='-82089' />
+    <nd ref='-20128' />
+    <nd ref='-20130' />
+    <nd ref='-20132' />
+    <nd ref='-20126' />
+    <nd ref='-82062' />
+    <nd ref='-82045' />
+    <nd ref='-20134' />
+    <nd ref='-82012' />
+    <nd ref='-81994' />
+    <nd ref='-81965' />
+    <nd ref='-81946' />
+    <nd ref='-81921' />
+    <nd ref='-20136' />
+    <nd ref='-20140' />
+    <nd ref='-20138' />
+    <nd ref='-10922' />
+    <nd ref='-20122' />
+    <nd ref='-20120' />
+    <nd ref='-20116' />
+    <nd ref='-20118' />
+    <nd ref='-20114' />
+    <nd ref='-20112' />
+    <nd ref='-10924' />
+    <nd ref='-20106' />
+    <nd ref='-20104' />
+    <nd ref='-20108' />
+    <nd ref='-20110' />
+    <nd ref='-10208' />
+    <nd ref='-19686' />
+    <nd ref='-81881' />
+    <nd ref='-81824' />
+    <nd ref='-81868' />
+    <nd ref='-81851' />
+    <nd ref='-81837' />
+    <nd ref='-81811' />
+    <nd ref='-10894' />
+    <tag k='ISO3166-1:alpha2' v='RO' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/romania/speed_limits_en.htm' />
+    <tag k='maxspeed:trunk' v='100' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Romania' />
+  </way>
+  <way id='-29180'>
+    <nd ref='-10004' />
+    <nd ref='-10002' />
+    <nd ref='-15704' />
+    <nd ref='-15706' />
+    <nd ref='-15702' />
+    <nd ref='-15700' />
+    <nd ref='-15698' />
+    <nd ref='-15696' />
+    <nd ref='-15694' />
+    <nd ref='-15692' />
+    <nd ref='-15690' />
+    <nd ref='-15688' />
+    <nd ref='-15686' />
+    <nd ref='-15684' />
+    <nd ref='-15680' />
+    <nd ref='-15682' />
+    <nd ref='-15678' />
+    <nd ref='-15676' />
+    <nd ref='-80724' />
+    <nd ref='-15674' />
+    <nd ref='-15672' />
+    <nd ref='-15670' />
+    <nd ref='-15668' />
+    <nd ref='-15666' />
+    <nd ref='-80741' />
+    <nd ref='-80766' />
+    <nd ref='-15664' />
+    <nd ref='-15662' />
+    <nd ref='-15660' />
+    <nd ref='-80790' />
+    <nd ref='-15658' />
+    <nd ref='-10832' />
+    <nd ref='-12008' />
+    <nd ref='-80921' />
+    <nd ref='-10926' />
+    <nd ref='-12006' />
+    <nd ref='-10830' />
+    <nd ref='-12254' />
+    <nd ref='-12252' />
+    <nd ref='-10010' />
+    <nd ref='-10008' />
+    <nd ref='-10006' />
+    <nd ref='-10004' />
+    <tag k='ISO3166-2' v='RU-KGD' />
+    <tag k='name:en' v='Kaliningrad' />
+  </way>
+  <way id='-29182'>
+    <nd ref='-10990' />
+    <nd ref='-3736' />
+    <nd ref='-3738' />
+    <nd ref='-3740' />
+    <nd ref='-10992' />
+    <nd ref='-3742' />
+    <nd ref='-11452' />
+    <nd ref='-3744' />
+    <nd ref='-3746' />
+    <nd ref='-11450' />
+    <nd ref='-3760' />
+    <nd ref='-3754' />
+    <nd ref='-3756' />
+    <nd ref='-3758' />
+    <nd ref='-3748' />
+    <nd ref='-3750' />
+    <nd ref='-3752' />
+    <nd ref='-8104' />
+    <nd ref='-3698' />
+    <nd ref='-26890' />
+    <nd ref='-3722' />
+    <nd ref='-26888' />
+    <nd ref='-3700' />
+    <nd ref='-26886' />
+    <nd ref='-3710' />
+    <nd ref='-26882' />
+    <nd ref='-3704' />
+    <nd ref='-3702' />
+    <nd ref='-26884' />
+    <nd ref='-3708' />
+    <nd ref='-3706' />
+    <nd ref='-3720' />
+    <nd ref='-3718' />
+    <nd ref='-3716' />
+    <nd ref='-3714' />
+    <nd ref='-3712' />
+    <nd ref='-3694' />
+    <nd ref='-3692' />
+    <nd ref='-3684' />
+    <nd ref='-3696' />
+    <nd ref='-3690' />
+    <nd ref='-3688' />
+    <nd ref='-3686' />
+    <nd ref='-10994' />
+    <nd ref='-3728' />
+    <nd ref='-3726' />
+    <nd ref='-3724' />
+    <nd ref='-10996' />
+    <nd ref='-10990' />
+    <tag k='ISO3166-1:alpha2' v='RW' />
+    <tag k='name:en' v='Rwanda' />
+  </way>
+  <way id='-29184'>
+    <nd ref='-8552' />
+    <nd ref='-10998' />
+    <nd ref='-10584' />
+    <nd ref='-11000' />
+    <nd ref='-11002' />
+    <nd ref='-11004' />
+    <nd ref='-10582' />
+    <nd ref='-11006' />
+    <nd ref='-10580' />
+    <nd ref='-10578' />
+    <nd ref='-11008' />
+    <nd ref='-10576' />
+    <nd ref='-10574' />
+    <nd ref='-11010' />
+    <nd ref='-11012' />
+    <nd ref='-11014' />
+    <nd ref='-10572' />
+    <nd ref='-10570' />
+    <nd ref='-11016' />
+    <nd ref='-10568' />
+    <nd ref='-5718' />
+    <nd ref='-10170' />
+    <nd ref='-10168' />
+    <nd ref='-10166' />
+    <nd ref='-10164' />
+    <nd ref='-11018' />
+    <nd ref='-10162' />
+    <nd ref='-10160' />
+    <nd ref='-11020' />
+    <nd ref='-10158' />
+    <nd ref='-11022' />
+    <nd ref='-11024' />
+    <nd ref='-10156' />
+    <nd ref='-11026' />
+    <nd ref='-10154' />
+    <nd ref='-11028' />
+    <nd ref='-11030' />
+    <nd ref='-10152' />
+    <nd ref='-10150' />
+    <nd ref='-5716' />
+    <nd ref='-10148' />
+    <nd ref='-10146' />
+    <nd ref='-11032' />
+    <nd ref='-10144' />
+    <nd ref='-11034' />
+    <nd ref='-8552' />
+    <tag k='ISO3166-1:alpha2' v='EH' />
+    <tag k='name:en' v='Western Sahara' />
+    <tag k='note' v='Self admin.; Claimed by Morocco' />
+  </way>
+  <way id='-29186'>
+    <nd ref='-9512' />
+    <nd ref='-9510' />
+    <nd ref='-5740' />
+    <nd ref='-9508' />
+    <nd ref='-9506' />
+    <nd ref='-9504' />
+    <nd ref='-9934' />
+    <nd ref='-5736' />
+    <nd ref='-5734' />
+    <nd ref='-9932' />
+    <nd ref='-9930' />
+    <nd ref='-9928' />
+    <nd ref='-3792' />
+    <nd ref='-9478' />
+    <nd ref='-3794' />
+    <nd ref='-11036' />
+    <nd ref='-7120' />
+    <nd ref='-11038' />
+    <nd ref='-10888' />
+    <nd ref='-10886' />
+    <nd ref='-11040' />
+    <nd ref='-3876' />
+    <nd ref='-3874' />
+    <nd ref='-3872' />
+    <nd ref='-10892' />
+    <nd ref='-3880' />
+    <nd ref='-3878' />
+    <nd ref='-6400' />
+    <nd ref='-6398' />
+    <nd ref='-6396' />
+    <nd ref='-6394' />
+    <nd ref='-10782' />
+    <nd ref='-10780' />
+    <nd ref='-10778' />
+    <nd ref='-3590' />
+    <nd ref='-3592' />
+    <nd ref='-3594' />
+    <nd ref='-3596' />
+    <nd ref='-3598' />
+    <nd ref='-3600' />
+    <nd ref='-3602' />
+    <nd ref='-3604' />
+    <nd ref='-3606' />
+    <nd ref='-3608' />
+    <nd ref='-28100' />
+    <nd ref='-3610' />
+    <nd ref='-28098' />
+    <nd ref='-28096' />
+    <nd ref='-28090' />
+    <nd ref='-28094' />
+    <nd ref='-28092' />
+    <nd ref='-28088' />
+    <nd ref='-28086' />
+    <nd ref='-28084' />
+    <nd ref='-28078' />
+    <nd ref='-28080' />
+    <nd ref='-28082' />
+    <nd ref='-28076' />
+    <nd ref='-28070' />
+    <nd ref='-28074' />
+    <nd ref='-28072' />
+    <nd ref='-3612' />
+    <nd ref='-28068' />
+    <nd ref='-28066' />
+    <nd ref='-28064' />
+    <nd ref='-28104' />
+    <nd ref='-28102' />
+    <nd ref='-11042' />
+    <nd ref='-5728' />
+    <nd ref='-8614' />
+    <nd ref='-8628' />
+    <nd ref='-11058' />
+    <nd ref='-5726' />
+    <nd ref='-11044' />
+    <nd ref='-9592' />
+    <nd ref='-5738' />
+    <nd ref='-11046' />
+    <nd ref='-9590' />
+    <nd ref='-11048' />
+    <nd ref='-11050' />
+    <nd ref='-11052' />
+    <nd ref='-9588' />
+    <nd ref='-11054' />
+    <nd ref='-11056' />
+    <nd ref='-9514' />
+    <nd ref='-9512' />
+    <tag k='ISO3166-1:alpha2' v='SA' />
+    <tag k='name:en' v='Saudi Arabia' />
+  </way>
+  <way id='-29188'>
+    <nd ref='-11058' />
+    <nd ref='-8628' />
+    <nd ref='-5724' />
+    <nd ref='-8626' />
+    <nd ref='-8624' />
+    <nd ref='-17658' />
+    <nd ref='-17656' />
+    <nd ref='-17652' />
+    <nd ref='-17650' />
+    <nd ref='-17654' />
+    <nd ref='-17648' />
+    <nd ref='-17646' />
+    <nd ref='-17644' />
+    <nd ref='-8622' />
+    <nd ref='-8620' />
+    <nd ref='-404' />
+    <nd ref='-408' />
+    <nd ref='-406' />
+    <nd ref='-418' />
+    <nd ref='-410' />
+    <nd ref='-412' />
+    <nd ref='-416' />
+    <nd ref='-414' />
+    <nd ref='-430' />
+    <nd ref='-428' />
+    <nd ref='-420' />
+    <nd ref='-422' />
+    <nd ref='-424' />
+    <nd ref='-426' />
+    <nd ref='-464' />
+    <nd ref='-444' />
+    <nd ref='-440' />
+    <nd ref='-438' />
+    <nd ref='-436' />
+    <nd ref='-432' />
+    <nd ref='-434' />
+    <nd ref='-442' />
+    <nd ref='-446' />
+    <nd ref='-460' />
+    <nd ref='-462' />
+    <nd ref='-456' />
+    <nd ref='-454' />
+    <nd ref='-458' />
+    <nd ref='-450' />
+    <nd ref='-448' />
+    <nd ref='-452' />
+    <nd ref='-8880' />
+    <nd ref='-18130' />
+    <nd ref='-18132' />
+    <nd ref='-18142' />
+    <nd ref='-18144' />
+    <nd ref='-18140' />
+    <nd ref='-18138' />
+    <nd ref='-18136' />
+    <nd ref='-18134' />
+    <nd ref='-18128' />
+    <nd ref='-18108' />
+    <nd ref='-18126' />
+    <nd ref='-18116' />
+    <nd ref='-18124' />
+    <nd ref='-18122' />
+    <nd ref='-18120' />
+    <nd ref='-18118' />
+    <nd ref='-18112' />
+    <nd ref='-18114' />
+    <nd ref='-18110' />
+    <nd ref='-18104' />
+    <nd ref='-18106' />
+    <nd ref='-18092' />
+    <nd ref='-18102' />
+    <nd ref='-18096' />
+    <nd ref='-18100' />
+    <nd ref='-18098' />
+    <nd ref='-18094' />
+    <nd ref='-18074' />
+    <nd ref='-18086' />
+    <nd ref='-18090' />
+    <nd ref='-18088' />
+    <nd ref='-18076' />
+    <nd ref='-18080' />
+    <nd ref='-18078' />
+    <nd ref='-18082' />
+    <nd ref='-18084' />
+    <nd ref='-18062' />
+    <nd ref='-18072' />
+    <nd ref='-18060' />
+    <nd ref='-18058' />
+    <nd ref='-26896' />
+    <nd ref='-18070' />
+    <nd ref='-18056' />
+    <nd ref='-18068' />
+    <nd ref='-18066' />
+    <nd ref='-18064' />
+    <nd ref='-7354' />
+    <nd ref='-18050' />
+    <nd ref='-18052' />
+    <nd ref='-18054' />
+    <nd ref='-7352' />
+    <nd ref='-17986' />
+    <nd ref='-17984' />
+    <nd ref='-18004' />
+    <nd ref='-18002' />
+    <nd ref='-17992' />
+    <nd ref='-17998' />
+    <nd ref='-18000' />
+    <nd ref='-17994' />
+    <nd ref='-17996' />
+    <nd ref='-17990' />
+    <nd ref='-18010' />
+    <nd ref='-18012' />
+    <nd ref='-18008' />
+    <nd ref='-18006' />
+    <nd ref='-18014' />
+    <nd ref='-18018' />
+    <nd ref='-18016' />
+    <nd ref='-17988' />
+    <nd ref='-18022' />
+    <nd ref='-18024' />
+    <nd ref='-18020' />
+    <nd ref='-18032' />
+    <nd ref='-18030' />
+    <nd ref='-18028' />
+    <nd ref='-18026' />
+    <nd ref='-18034' />
+    <nd ref='-18038' />
+    <nd ref='-18040' />
+    <nd ref='-18042' />
+    <nd ref='-18044' />
+    <nd ref='-18036' />
+    <nd ref='-18046' />
+    <nd ref='-18048' />
+    <nd ref='-11060' />
+    <nd ref='-11062' />
+    <nd ref='-11064' />
+    <nd ref='-11066' />
+    <nd ref='-9968' />
+    <nd ref='-22810' />
+    <nd ref='-22814' />
+    <nd ref='-22816' />
+    <nd ref='-22812' />
+    <nd ref='-11058' />
+    <tag k='ISO3166-1:alpha2' v='SD' />
+    <tag k='name:en' v='Sudan' />
+  </way>
+  <way id='-29190'>
+    <nd ref='-8880' />
+    <nd ref='-330' />
+    <nd ref='-346' />
+    <nd ref='-334' />
+    <nd ref='-332' />
+    <nd ref='-336' />
+    <nd ref='-342' />
+    <nd ref='-344' />
+    <nd ref='-338' />
+    <nd ref='-340' />
+    <nd ref='-356' />
+    <nd ref='-348' />
+    <nd ref='-350' />
+    <nd ref='-352' />
+    <nd ref='-354' />
+    <nd ref='-402' />
+    <nd ref='-358' />
+    <nd ref='-364' />
+    <nd ref='-362' />
+    <nd ref='-360' />
+    <nd ref='-366' />
+    <nd ref='-370' />
+    <nd ref='-368' />
+    <nd ref='-382' />
+    <nd ref='-376' />
+    <nd ref='-374' />
+    <nd ref='-372' />
+    <nd ref='-378' />
+    <nd ref='-380' />
+    <nd ref='-400' />
+    <nd ref='-394' />
+    <nd ref='-396' />
+    <nd ref='-392' />
+    <nd ref='-398' />
+    <nd ref='-388' />
+    <nd ref='-390' />
+    <nd ref='-384' />
+    <nd ref='-386' />
+    <nd ref='-8878' />
+    <nd ref='-606' />
+    <nd ref='-604' />
+    <nd ref='-602' />
+    <nd ref='-600' />
+    <nd ref='-11068' />
+    <nd ref='-9812' />
+    <nd ref='-616' />
+    <nd ref='-612' />
+    <nd ref='-610' />
+    <nd ref='-608' />
+    <nd ref='-614' />
+    <nd ref='-9840' />
+    <nd ref='-11458' />
+    <nd ref='-11070' />
+    <nd ref='-11072' />
+    <nd ref='-11456' />
+    <nd ref='-538' />
+    <nd ref='-540' />
+    <nd ref='-542' />
+    <nd ref='-544' />
+    <nd ref='-546' />
+    <nd ref='-548' />
+    <nd ref='-26894' />
+    <nd ref='-550' />
+    <nd ref='-552' />
+    <nd ref='-556' />
+    <nd ref='-554' />
+    <nd ref='-566' />
+    <nd ref='-558' />
+    <nd ref='-560' />
+    <nd ref='-562' />
+    <nd ref='-564' />
+    <nd ref='-570' />
+    <nd ref='-568' />
+    <nd ref='-11454' />
+    <nd ref='-18244' />
+    <nd ref='-18246' />
+    <nd ref='-18248' />
+    <nd ref='-18230' />
+    <nd ref='-18232' />
+    <nd ref='-18228' />
+    <nd ref='-18234' />
+    <nd ref='-18242' />
+    <nd ref='-18236' />
+    <nd ref='-18238' />
+    <nd ref='-18240' />
+    <nd ref='-18226' />
+    <nd ref='-18224' />
+    <nd ref='-18220' />
+    <nd ref='-18222' />
+    <nd ref='-18202' />
+    <nd ref='-18218' />
+    <nd ref='-18216' />
+    <nd ref='-18214' />
+    <nd ref='-18212' />
+    <nd ref='-18210' />
+    <nd ref='-18208' />
+    <nd ref='-18204' />
+    <nd ref='-18206' />
+    <nd ref='-18476' />
+    <nd ref='-26874' />
+    <nd ref='-18196' />
+    <nd ref='-18200' />
+    <nd ref='-18198' />
+    <nd ref='-18194' />
+    <nd ref='-18192' />
+    <nd ref='-18190' />
+    <nd ref='-18188' />
+    <nd ref='-18176' />
+    <nd ref='-18178' />
+    <nd ref='-18180' />
+    <nd ref='-18186' />
+    <nd ref='-18184' />
+    <nd ref='-18182' />
+    <nd ref='-18146' />
+    <nd ref='-18174' />
+    <nd ref='-18172' />
+    <nd ref='-18168' />
+    <nd ref='-18170' />
+    <nd ref='-18166' />
+    <nd ref='-18148' />
+    <nd ref='-18150' />
+    <nd ref='-18152' />
+    <nd ref='-18154' />
+    <nd ref='-18156' />
+    <nd ref='-18160' />
+    <nd ref='-18158' />
+    <nd ref='-18164' />
+    <nd ref='-18162' />
+    <nd ref='-7354' />
+    <nd ref='-18064' />
+    <nd ref='-18066' />
+    <nd ref='-18068' />
+    <nd ref='-18056' />
+    <nd ref='-18070' />
+    <nd ref='-26896' />
+    <nd ref='-18058' />
+    <nd ref='-18060' />
+    <nd ref='-18072' />
+    <nd ref='-18062' />
+    <nd ref='-18084' />
+    <nd ref='-18082' />
+    <nd ref='-18078' />
+    <nd ref='-18080' />
+    <nd ref='-18076' />
+    <nd ref='-18088' />
+    <nd ref='-18090' />
+    <nd ref='-18086' />
+    <nd ref='-18074' />
+    <nd ref='-18094' />
+    <nd ref='-18098' />
+    <nd ref='-18100' />
+    <nd ref='-18096' />
+    <nd ref='-18102' />
+    <nd ref='-18092' />
+    <nd ref='-18106' />
+    <nd ref='-18104' />
+    <nd ref='-18110' />
+    <nd ref='-18114' />
+    <nd ref='-18112' />
+    <nd ref='-18118' />
+    <nd ref='-18120' />
+    <nd ref='-18122' />
+    <nd ref='-18124' />
+    <nd ref='-18116' />
+    <nd ref='-18126' />
+    <nd ref='-18108' />
+    <nd ref='-18128' />
+    <nd ref='-18134' />
+    <nd ref='-18136' />
+    <nd ref='-18138' />
+    <nd ref='-18140' />
+    <nd ref='-18144' />
+    <nd ref='-18142' />
+    <nd ref='-18132' />
+    <nd ref='-18130' />
+    <nd ref='-8880' />
+    <tag k='ISO3166-1:alpha2' v='SS' />
+    <tag k='name:en' v='South Sudan' />
+  </way>
+  <way id='-29192'>
+    <nd ref='-10562' />
+    <nd ref='-11074' />
+    <nd ref='-4478' />
+    <nd ref='-10560' />
+    <nd ref='-10558' />
+    <nd ref='-3666' />
+    <nd ref='-3670' />
+    <nd ref='-3668' />
+    <nd ref='-3664' />
+    <nd ref='-3662' />
+    <nd ref='-9102' />
+    <nd ref='-3672' />
+    <nd ref='-3674' />
+    <nd ref='-3678' />
+    <nd ref='-3676' />
+    <nd ref='-3680' />
+    <nd ref='-3682' />
+    <nd ref='-9148' />
+    <nd ref='-9146' />
+    <nd ref='-4456' />
+    <nd ref='-4458' />
+    <nd ref='-4460' />
+    <nd ref='-9144' />
+    <nd ref='-11076' />
+    <nd ref='-11078' />
+    <nd ref='-9130' />
+    <nd ref='-9128' />
+    <nd ref='-9126' />
+    <nd ref='-9124' />
+    <nd ref='-9122' />
+    <nd ref='-9120' />
+    <nd ref='-4468' />
+    <nd ref='-4462' />
+    <nd ref='-4464' />
+    <nd ref='-4466' />
+    <nd ref='-4470' />
+    <nd ref='-9136' />
+    <nd ref='-9134' />
+    <nd ref='-9132' />
+    <nd ref='-11080' />
+    <nd ref='-11082' />
+    <nd ref='-10566' />
+    <nd ref='-11084' />
+    <nd ref='-10564' />
+    <nd ref='-4486' />
+    <nd ref='-4484' />
+    <nd ref='-4482' />
+    <nd ref='-4480' />
+    <nd ref='-10562' />
+    <tag k='ISO3166-1:alpha2' v='SN' />
+    <tag k='name:en' v='Senegal' />
+  </way>
+  <way id='-29194'>
+    <nd ref='-11086' />
+    <nd ref='-10610' />
+    <nd ref='-10608' />
+    <nd ref='-10606' />
+    <nd ref='-11088' />
+    <nd ref='-11090' />
+    <nd ref='-11092' />
+    <nd ref='-11094' />
+    <nd ref='-11096' />
+    <nd ref='-11098' />
+    <nd ref='-12202' />
+    <nd ref='-10614' />
+    <nd ref='-10612' />
+    <nd ref='-11100' />
+    <nd ref='-11102' />
+    <nd ref='-11104' />
+    <nd ref='-12204' />
+    <nd ref='-12206' />
+    <nd ref='-12208' />
+    <nd ref='-12210' />
+    <nd ref='-11106' />
+    <nd ref='-11086' />
+    <tag k='ISO3166-1:alpha2' v='SG' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Singapore' />
+  </way>
+  <way id='-29196'>
+    <nd ref='-9106' />
+    <nd ref='-3642' />
+    <nd ref='-3640' />
+    <nd ref='-3638' />
+    <nd ref='-3644' />
+    <nd ref='-3636' />
+    <nd ref='-3646' />
+    <nd ref='-11108' />
+    <nd ref='-11110' />
+    <nd ref='-9964' />
+    <nd ref='-3650' />
+    <nd ref='-3648' />
+    <nd ref='-3652' />
+    <nd ref='-9962' />
+    <nd ref='-9114' />
+    <nd ref='-9112' />
+    <nd ref='-3660' />
+    <nd ref='-3658' />
+    <nd ref='-3656' />
+    <nd ref='-3654' />
+    <nd ref='-11112' />
+    <nd ref='-9110' />
+    <nd ref='-11114' />
+    <nd ref='-11116' />
+    <nd ref='-9108' />
+    <nd ref='-3634' />
+    <nd ref='-3632' />
+    <nd ref='-3630' />
+    <nd ref='-3628' />
+    <nd ref='-3626' />
+    <nd ref='-3624' />
+    <nd ref='-3620' />
+    <nd ref='-3622' />
+    <nd ref='-3614' />
+    <nd ref='-3618' />
+    <nd ref='-3616' />
+    <nd ref='-9106' />
+    <tag k='ISO3166-1:alpha2' v='SL' />
+    <tag k='name:en' v='Sierra Leone' />
+  </way>
+  <way id='-29198'>
+    <nd ref='-9208' />
+    <nd ref='-5132' />
+    <nd ref='-5130' />
+    <nd ref='-5128' />
+    <nd ref='-5126' />
+    <nd ref='-5124' />
+    <nd ref='-5122' />
+    <nd ref='-5120' />
+    <nd ref='-5118' />
+    <nd ref='-5116' />
+    <nd ref='-5114' />
+    <nd ref='-5112' />
+    <nd ref='-5110' />
+    <nd ref='-5108' />
+    <nd ref='-5106' />
+    <nd ref='-5104' />
+    <nd ref='-5102' />
+    <nd ref='-5100' />
+    <nd ref='-9206' />
+    <nd ref='-9204' />
+    <nd ref='-6130' />
+    <nd ref='-6132' />
+    <nd ref='-11118' />
+    <nd ref='-11120' />
+    <nd ref='-9202' />
+    <nd ref='-9200' />
+    <nd ref='-10726' />
+    <nd ref='-10724' />
+    <nd ref='-11122' />
+    <nd ref='-11124' />
+    <nd ref='-6140' />
+    <nd ref='-5158' />
+    <nd ref='-5156' />
+    <nd ref='-5154' />
+    <nd ref='-5152' />
+    <nd ref='-5150' />
+    <nd ref='-5148' />
+    <nd ref='-5146' />
+    <nd ref='-5144' />
+    <nd ref='-5142' />
+    <nd ref='-5140' />
+    <nd ref='-5138' />
+    <nd ref='-5136' />
+    <nd ref='-5134' />
+    <nd ref='-9208' />
+    <tag k='ISO3166-1:alpha2' v='SV' />
+    <tag k='name:en' v='El Salvador' />
+  </way>
+  <way id='-29200'>
+    <nd ref='-11126' />
+    <nd ref='-13520' />
+    <nd ref='-13522' />
+    <nd ref='-11128' />
+    <nd ref='-13524' />
+    <nd ref='-13526' />
+    <nd ref='-13528' />
+    <nd ref='-13564' />
+    <nd ref='-13532' />
+    <nd ref='-13530' />
+    <nd ref='-13536' />
+    <nd ref='-13538' />
+    <nd ref='-13534' />
+    <nd ref='-13540' />
+    <nd ref='-13566' />
+    <nd ref='-11130' />
+    <nd ref='-13568' />
+    <nd ref='-13542' />
+    <nd ref='-11132' />
+    <nd ref='-13544' />
+    <nd ref='-13548' />
+    <nd ref='-13546' />
+    <nd ref='-11134' />
+    <nd ref='-11136' />
+    <nd ref='-13550' />
+    <nd ref='-13552' />
+    <nd ref='-11138' />
+    <nd ref='-13558' />
+    <nd ref='-13560' />
+    <nd ref='-13562' />
+    <nd ref='-13556' />
+    <nd ref='-13554' />
+    <nd ref='-11140' />
+    <nd ref='-11126' />
+    <tag k='ISO3166-1:alpha2' v='SM' />
+    <tag k='name:en' v='San Marino' />
+  </way>
+  <way id='-29202'>
+    <nd ref='-11148' />
+    <nd ref='-19188' />
+    <nd ref='-19190' />
+    <nd ref='-19192' />
+    <nd ref='-19194' />
+    <nd ref='-19196' />
+    <nd ref='-9246' />
+    <nd ref='-10918' />
+    <nd ref='-28350' />
+    <nd ref='-10916' />
+    <nd ref='-19184' />
+    <nd ref='-19186' />
+    <nd ref='-19182' />
+    <nd ref='-10914' />
+    <nd ref='-28348' />
+    <nd ref='-19178' />
+    <nd ref='-19180' />
+    <nd ref='-10912' />
+    <nd ref='-28346' />
+    <nd ref='-28344' />
+    <nd ref='-19176' />
+    <nd ref='-28342' />
+    <nd ref='-28340' />
+    <nd ref='-11150' />
+    <nd ref='-19170' />
+    <nd ref='-19174' />
+    <nd ref='-19172' />
+    <nd ref='-11152' />
+    <nd ref='-19168' />
+    <nd ref='-10910' />
+    <nd ref='-28336' />
+    <nd ref='-28338' />
+    <nd ref='-19154' />
+    <nd ref='-19156' />
+    <nd ref='-19158' />
+    <nd ref='-19162' />
+    <nd ref='-19164' />
+    <nd ref='-19166' />
+    <nd ref='-19160' />
+    <nd ref='-11154' />
+    <nd ref='-19146' />
+    <nd ref='-19148' />
+    <nd ref='-19152' />
+    <nd ref='-19150' />
+    <nd ref='-10908' />
+    <nd ref='-19130' />
+    <nd ref='-19132' />
+    <nd ref='-19144' />
+    <nd ref='-19134' />
+    <nd ref='-19136' />
+    <nd ref='-19138' />
+    <nd ref='-19142' />
+    <nd ref='-19140' />
+    <nd ref='-11156' />
+    <nd ref='-19126' />
+    <nd ref='-19128' />
+    <nd ref='-11158' />
+    <nd ref='-19082' />
+    <nd ref='-7110' />
+    <nd ref='-7108' />
+    <nd ref='-7106' />
+    <nd ref='-19080' />
+    <nd ref='-7104' />
+    <nd ref='-11160' />
+    <nd ref='-19076' />
+    <nd ref='-19078' />
+    <nd ref='-11162' />
+    <nd ref='-19074' />
+    <nd ref='-19072' />
+    <nd ref='-19068' />
+    <nd ref='-19070' />
+    <nd ref='-7102' />
+    <nd ref='-19066' />
+    <nd ref='-19064' />
+    <nd ref='-11164' />
+    <nd ref='-19058' />
+    <nd ref='-19060' />
+    <nd ref='-19062' />
+    <nd ref='-19056' />
+    <nd ref='-7100' />
+    <nd ref='-15984' />
+    <nd ref='-15986' />
+    <nd ref='-15990' />
+    <nd ref='-15988' />
+    <nd ref='-15992' />
+    <nd ref='-15996' />
+    <nd ref='-15998' />
+    <nd ref='-28280' />
+    <nd ref='-15994' />
+    <nd ref='-10302' />
+    <nd ref='-15926' />
+    <nd ref='-15924' />
+    <nd ref='-15922' />
+    <nd ref='-28322' />
+    <nd ref='-28320' />
+    <nd ref='-15920' />
+    <nd ref='-15918' />
+    <nd ref='-15914' />
+    <nd ref='-28326' />
+    <nd ref='-28324' />
+    <nd ref='-15916' />
+    <nd ref='-28328' />
+    <nd ref='-15912' />
+    <nd ref='-15906' />
+    <nd ref='-15904' />
+    <nd ref='-15908' />
+    <nd ref='-15910' />
+    <nd ref='-28330' />
+    <nd ref='-11166' />
+    <nd ref='-15892' />
+    <nd ref='-15902' />
+    <nd ref='-15900' />
+    <nd ref='-15890' />
+    <nd ref='-28332' />
+    <nd ref='-28334' />
+    <nd ref='-15888' />
+    <nd ref='-15886' />
+    <nd ref='-15894' />
+    <nd ref='-15884' />
+    <nd ref='-15896' />
+    <nd ref='-15898' />
+    <nd ref='-15882' />
+    <nd ref='-15880' />
+    <nd ref='-15878' />
+    <nd ref='-15876' />
+    <nd ref='-15874' />
+    <nd ref='-15872' />
+    <nd ref='-15870' />
+    <nd ref='-15868' />
+    <nd ref='-15866' />
+    <nd ref='-15864' />
+    <nd ref='-15862' />
+    <nd ref='-15856' />
+    <nd ref='-15860' />
+    <nd ref='-15858' />
+    <nd ref='-11168' />
+    <nd ref='-16206' />
+    <nd ref='-16220' />
+    <nd ref='-16208' />
+    <nd ref='-16218' />
+    <nd ref='-16216' />
+    <nd ref='-16214' />
+    <nd ref='-16212' />
+    <nd ref='-16210' />
+    <nd ref='-16230' />
+    <nd ref='-16228' />
+    <nd ref='-16226' />
+    <nd ref='-16224' />
+    <nd ref='-16222' />
+    <nd ref='-16204' />
+    <nd ref='-16202' />
+    <nd ref='-16200' />
+    <nd ref='-16198' />
+    <nd ref='-16196' />
+    <nd ref='-11170' />
+    <nd ref='-19054' />
+    <nd ref='-19040' />
+    <nd ref='-19048' />
+    <nd ref='-19050' />
+    <nd ref='-19052' />
+    <nd ref='-19046' />
+    <nd ref='-19044' />
+    <nd ref='-19042' />
+    <nd ref='-7136' />
+    <nd ref='-7134' />
+    <nd ref='-19038' />
+    <nd ref='-19036' />
+    <nd ref='-19026' />
+    <nd ref='-19032' />
+    <nd ref='-19034' />
+    <nd ref='-19030' />
+    <nd ref='-28410' />
+    <nd ref='-19028' />
+    <nd ref='-28408' />
+    <nd ref='-28404' />
+    <nd ref='-28406' />
+    <nd ref='-28402' />
+    <nd ref='-28400' />
+    <nd ref='-28398' />
+    <nd ref='-19024' />
+    <nd ref='-28396' />
+    <nd ref='-19022' />
+    <nd ref='-28394' />
+    <nd ref='-28392' />
+    <nd ref='-28388' />
+    <nd ref='-28390' />
+    <nd ref='-19016' />
+    <nd ref='-28382' />
+    <nd ref='-28384' />
+    <nd ref='-28386' />
+    <nd ref='-28380' />
+    <nd ref='-28372' />
+    <nd ref='-28374' />
+    <nd ref='-28376' />
+    <nd ref='-28378' />
+    <nd ref='-19020' />
+    <nd ref='-28370' />
+    <nd ref='-19018' />
+    <nd ref='-28368' />
+    <nd ref='-19014' />
+    <nd ref='-28364' />
+    <nd ref='-28362' />
+    <nd ref='-7132' />
+    <nd ref='-28366' />
+    <nd ref='-19012' />
+    <nd ref='-18946' />
+    <nd ref='-7130' />
+    <nd ref='-18948' />
+    <nd ref='-18950' />
+    <nd ref='-18952' />
+    <nd ref='-18954' />
+    <nd ref='-18956' />
+    <nd ref='-9222' />
+    <nd ref='-18958' />
+    <nd ref='-18960' />
+    <nd ref='-18962' />
+    <nd ref='-18968' />
+    <nd ref='-18964' />
+    <nd ref='-18966' />
+    <nd ref='-9220' />
+    <nd ref='-18970' />
+    <nd ref='-18972' />
+    <nd ref='-18978' />
+    <nd ref='-18976' />
+    <nd ref='-18974' />
+    <nd ref='-9218' />
+    <nd ref='-18980' />
+    <nd ref='-18982' />
+    <nd ref='-28360' />
+    <nd ref='-9216' />
+    <nd ref='-19202' />
+    <nd ref='-28358' />
+    <nd ref='-28356' />
+    <nd ref='-9248' />
+    <nd ref='-19200' />
+    <nd ref='-19198' />
+    <nd ref='-28354' />
+    <nd ref='-28352' />
+    <nd ref='-11148' />
+    <tag k='ISO3166-1:alpha2' v='RS' />
+    <tag k='name:en' v='Serbia' />
+  </way>
+  <way id='-29204'>
+    <nd ref='-8910' />
+    <nd ref='-12680' />
+    <nd ref='-12682' />
+    <nd ref='-26652' />
+    <nd ref='-26654' />
+    <nd ref='-26656' />
+    <nd ref='-12684' />
+    <nd ref='-11172' />
+    <nd ref='-12696' />
+    <nd ref='-11174' />
+    <nd ref='-12718' />
+    <nd ref='-12714' />
+    <nd ref='-12712' />
+    <nd ref='-12710' />
+    <nd ref='-12716' />
+    <nd ref='-12708' />
+    <nd ref='-7248' />
+    <nd ref='-7246' />
+    <nd ref='-12706' />
+    <nd ref='-11176' />
+    <nd ref='-9178' />
+    <nd ref='-12704' />
+    <nd ref='-9176' />
+    <nd ref='-11178' />
+    <nd ref='-12702' />
+    <nd ref='-12700' />
+    <nd ref='-9174' />
+    <nd ref='-11180' />
+    <nd ref='-12676' />
+    <nd ref='-12678' />
+    <nd ref='-8910' />
+    <tag k='ISO3166-1:alpha2' v='SR' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Suriname' />
+  </way>
+  <way id='-29206'>
+    <nd ref='-10846' />
+    <nd ref='-20352' />
+    <nd ref='-20354' />
+    <nd ref='-20348' />
+    <nd ref='-20350' />
+    <nd ref='-10844' />
+    <nd ref='-20330' />
+    <nd ref='-20346' />
+    <nd ref='-20336' />
+    <nd ref='-20338' />
+    <nd ref='-81519' />
+    <nd ref='-20340' />
+    <nd ref='-20342' />
+    <nd ref='-20344' />
+    <nd ref='-20334' />
+    <nd ref='-81483' />
+    <nd ref='-20332' />
+    <nd ref='-81501' />
+    <nd ref='-10842' />
+    <nd ref='-20326' />
+    <nd ref='-20328' />
+    <nd ref='-20324' />
+    <nd ref='-20322' />
+    <nd ref='-20320' />
+    <nd ref='-20312' />
+    <nd ref='-20314' />
+    <nd ref='-20316' />
+    <nd ref='-20318' />
+    <nd ref='-10840' />
+    <nd ref='-11476' />
+    <nd ref='-20306' />
+    <nd ref='-20308' />
+    <nd ref='-11182' />
+    <nd ref='-20302' />
+    <nd ref='-20304' />
+    <nd ref='-20300' />
+    <nd ref='-9236' />
+    <nd ref='-20298' />
+    <nd ref='-20296' />
+    <nd ref='-9234' />
+    <nd ref='-20294' />
+    <nd ref='-20292' />
+    <nd ref='-20290' />
+    <nd ref='-20288' />
+    <nd ref='-9260' />
+    <nd ref='-9258' />
+    <nd ref='-20286' />
+    <nd ref='-20284' />
+    <nd ref='-20282' />
+    <nd ref='-20280' />
+    <nd ref='-20278' />
+    <nd ref='-20274' />
+    <nd ref='-20272' />
+    <nd ref='-20270' />
+    <nd ref='-20276' />
+    <nd ref='-20266' />
+    <nd ref='-20268' />
+    <nd ref='-20264' />
+    <nd ref='-20256' />
+    <nd ref='-20262' />
+    <nd ref='-20260' />
+    <nd ref='-20258' />
+    <nd ref='-20254' />
+    <nd ref='-20252' />
+    <nd ref='-20250' />
+    <nd ref='-20248' />
+    <nd ref='-6550' />
+    <nd ref='-18772' />
+    <nd ref='-18762' />
+    <nd ref='-18760' />
+    <nd ref='-18764' />
+    <nd ref='-18766' />
+    <nd ref='-18770' />
+    <nd ref='-18768' />
+    <nd ref='-18754' />
+    <nd ref='-28818' />
+    <nd ref='-28822' />
+    <nd ref='-28820' />
+    <nd ref='-18756' />
+    <nd ref='-18758' />
+    <nd ref='-6548' />
+    <nd ref='-20074' />
+    <nd ref='-20076' />
+    <nd ref='-8282' />
+    <nd ref='-20078' />
+    <nd ref='-20054' />
+    <nd ref='-20056' />
+    <nd ref='-20058' />
+    <nd ref='-20060' />
+    <nd ref='-80996' />
+    <nd ref='-20062' />
+    <nd ref='-20064' />
+    <nd ref='-20066' />
+    <nd ref='-20068' />
+    <nd ref='-20070' />
+    <nd ref='-20072' />
+    <nd ref='-20032' />
+    <nd ref='-20034' />
+    <nd ref='-20052' />
+    <nd ref='-20050' />
+    <nd ref='-20048' />
+    <nd ref='-20036' />
+    <nd ref='-20044' />
+    <nd ref='-20040' />
+    <nd ref='-20046' />
+    <nd ref='-20042' />
+    <nd ref='-20038' />
+    <nd ref='-8280' />
+    <nd ref='-20372' />
+    <nd ref='-20374' />
+    <nd ref='-20376' />
+    <nd ref='-20378' />
+    <nd ref='-20380' />
+    <nd ref='-20384' />
+    <nd ref='-20382' />
+    <nd ref='-20358' />
+    <nd ref='-20370' />
+    <nd ref='-20368' />
+    <nd ref='-20362' />
+    <nd ref='-20364' />
+    <nd ref='-20360' />
+    <nd ref='-20366' />
+    <nd ref='-20356' />
+    <nd ref='-10846' />
+    <tag k='ISO3166-1:alpha2' v='SK' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/slovakia/speed_limits_en.htm' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Slovakia' />
+  </way>
+  <way id='-29208'>
+    <nd ref='-9256' />
+    <nd ref='-9254' />
+    <nd ref='-2044' />
+    <nd ref='-9252' />
+    <nd ref='-2042' />
+    <nd ref='-28528' />
+    <nd ref='-2040' />
+    <nd ref='-28526' />
+    <nd ref='-2038' />
+    <nd ref='-28524' />
+    <nd ref='-28522' />
+    <nd ref='-28520' />
+    <nd ref='-2036' />
+    <nd ref='-28518' />
+    <nd ref='-28514' />
+    <nd ref='-28512' />
+    <nd ref='-28516' />
+    <nd ref='-9232' />
+    <nd ref='-1922' />
+    <nd ref='-1924' />
+    <nd ref='-1926' />
+    <nd ref='-28508' />
+    <nd ref='-28510' />
+    <nd ref='-1930' />
+    <nd ref='-1928' />
+    <nd ref='-1942' />
+    <nd ref='-1940' />
+    <nd ref='-28506' />
+    <nd ref='-28504' />
+    <nd ref='-1938' />
+    <nd ref='-1944' />
+    <nd ref='-1936' />
+    <nd ref='-1934' />
+    <nd ref='-28502' />
+    <nd ref='-1932' />
+    <nd ref='-1954' />
+    <nd ref='-28500' />
+    <nd ref='-28498' />
+    <nd ref='-28496' />
+    <nd ref='-28494' />
+    <nd ref='-28492' />
+    <nd ref='-1950' />
+    <nd ref='-1952' />
+    <nd ref='-28490' />
+    <nd ref='-1946' />
+    <nd ref='-1948' />
+    <nd ref='-28488' />
+    <nd ref='-28486' />
+    <nd ref='-28484' />
+    <nd ref='-28482' />
+    <nd ref='-2034' />
+    <nd ref='-1988' />
+    <nd ref='-1962' />
+    <nd ref='-1960' />
+    <nd ref='-28478' />
+    <nd ref='-28476' />
+    <nd ref='-28474' />
+    <nd ref='-1956' />
+    <nd ref='-1958' />
+    <nd ref='-28480' />
+    <nd ref='-1964' />
+    <nd ref='-1970' />
+    <nd ref='-1966' />
+    <nd ref='-1968' />
+    <nd ref='-1976' />
+    <nd ref='-1972' />
+    <nd ref='-1974' />
+    <nd ref='-1986' />
+    <nd ref='-1978' />
+    <nd ref='-1980' />
+    <nd ref='-1984' />
+    <nd ref='-1982' />
+    <nd ref='-1990' />
+    <nd ref='-1992' />
+    <nd ref='-1994' />
+    <nd ref='-1996' />
+    <nd ref='-2030' />
+    <nd ref='-2010' />
+    <nd ref='-2012' />
+    <nd ref='-2008' />
+    <nd ref='-2014' />
+    <nd ref='-28472' />
+    <nd ref='-28470' />
+    <nd ref='-2016' />
+    <nd ref='-2018' />
+    <nd ref='-2020' />
+    <nd ref='-2024' />
+    <nd ref='-2022' />
+    <nd ref='-2026' />
+    <nd ref='-2028' />
+    <nd ref='-2004' />
+    <nd ref='-1998' />
+    <nd ref='-2000' />
+    <nd ref='-2002' />
+    <nd ref='-2006' />
+    <nd ref='-2032' />
+    <nd ref='-11184' />
+    <nd ref='-9230' />
+    <nd ref='-9228' />
+    <nd ref='-11186' />
+    <nd ref='-5880' />
+    <nd ref='-11188' />
+    <nd ref='-11190' />
+    <nd ref='-9564' />
+    <nd ref='-11192' />
+    <nd ref='-3484' />
+    <nd ref='-3482' />
+    <nd ref='-9562' />
+    <nd ref='-3472' />
+    <nd ref='-3476' />
+    <nd ref='-3474' />
+    <nd ref='-3478' />
+    <nd ref='-3480' />
+    <nd ref='-11194' />
+    <nd ref='-3468' />
+    <nd ref='-3470' />
+    <nd ref='-3466' />
+    <nd ref='-28564' />
+    <nd ref='-9560' />
+    <nd ref='-3448' />
+    <nd ref='-3446' />
+    <nd ref='-3450' />
+    <nd ref='-3452' />
+    <nd ref='-3454' />
+    <nd ref='-3456' />
+    <nd ref='-3458' />
+    <nd ref='-3460' />
+    <nd ref='-3462' />
+    <nd ref='-3464' />
+    <nd ref='-9558' />
+    <nd ref='-3436' />
+    <nd ref='-3438' />
+    <nd ref='-3440' />
+    <nd ref='-3444' />
+    <nd ref='-3442' />
+    <nd ref='-9556' />
+    <nd ref='-3408' />
+    <nd ref='-3410' />
+    <nd ref='-3412' />
+    <nd ref='-3414' />
+    <nd ref='-3416' />
+    <nd ref='-3418' />
+    <nd ref='-3420' />
+    <nd ref='-3422' />
+    <nd ref='-3424' />
+    <nd ref='-3426' />
+    <nd ref='-3428' />
+    <nd ref='-3430' />
+    <nd ref='-3432' />
+    <nd ref='-3434' />
+    <nd ref='-9554' />
+    <nd ref='-2148' />
+    <nd ref='-2146' />
+    <nd ref='-2144' />
+    <nd ref='-2142' />
+    <nd ref='-2140' />
+    <nd ref='-2138' />
+    <nd ref='-2134' />
+    <nd ref='-2136' />
+    <nd ref='-2128' />
+    <nd ref='-2130' />
+    <nd ref='-2132' />
+    <nd ref='-2126' />
+    <nd ref='-2120' />
+    <nd ref='-2122' />
+    <nd ref='-2124' />
+    <nd ref='-2116' />
+    <nd ref='-28562' />
+    <nd ref='-2118' />
+    <nd ref='-2112' />
+    <nd ref='-2114' />
+    <nd ref='-2110' />
+    <nd ref='-2108' />
+    <nd ref='-2106' />
+    <nd ref='-2102' />
+    <nd ref='-2100' />
+    <nd ref='-28560' />
+    <nd ref='-2104' />
+    <nd ref='-2098' />
+    <nd ref='-28558' />
+    <nd ref='-2096' />
+    <nd ref='-2094' />
+    <nd ref='-2092' />
+    <nd ref='-28556' />
+    <nd ref='-28554' />
+    <nd ref='-2090' />
+    <nd ref='-2088' />
+    <nd ref='-28550' />
+    <nd ref='-28552' />
+    <nd ref='-2086' />
+    <nd ref='-28548' />
+    <nd ref='-2084' />
+    <nd ref='-28546' />
+    <nd ref='-2082' />
+    <nd ref='-2080' />
+    <nd ref='-28542' />
+    <nd ref='-28544' />
+    <nd ref='-2076' />
+    <nd ref='-2078' />
+    <nd ref='-2074' />
+    <nd ref='-28540' />
+    <nd ref='-28538' />
+    <nd ref='-2072' />
+    <nd ref='-28536' />
+    <nd ref='-2070' />
+    <nd ref='-28534' />
+    <nd ref='-6564' />
+    <nd ref='-28532' />
+    <nd ref='-2068' />
+    <nd ref='-28530' />
+    <nd ref='-2066' />
+    <nd ref='-2064' />
+    <nd ref='-2062' />
+    <nd ref='-2060' />
+    <nd ref='-2058' />
+    <nd ref='-2056' />
+    <nd ref='-2052' />
+    <nd ref='-2054' />
+    <nd ref='-2050' />
+    <nd ref='-2048' />
+    <nd ref='-2046' />
+    <nd ref='-9256' />
+    <tag k='ISO3166-1:alpha2' v='SI' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/slovenia/speed_limits_en.htm' />
+    <tag k='maxspeed:trunk' v='110' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Slovenia' />
+  </way>
+  <way id='-29210'>
+    <nd ref='-8892' />
+    <nd ref='-79318' />
+    <nd ref='-79278' />
+    <nd ref='-8890' />
+    <nd ref='-12222' />
+    <nd ref='-22450' />
+    <nd ref='-12224' />
+    <nd ref='-12246' />
+    <nd ref='-12248' />
+    <nd ref='-10110' />
+    <nd ref='-12096' />
+    <nd ref='-12244' />
+    <nd ref='-11196' />
+    <nd ref='-11198' />
+    <nd ref='-11200' />
+    <nd ref='-11202' />
+    <nd ref='-11204' />
+    <nd ref='-8504' />
+    <nd ref='-11206' />
+    <nd ref='-12242' />
+    <nd ref='-8510' />
+    <nd ref='-12240' />
+    <nd ref='-12238' />
+    <nd ref='-12236' />
+    <nd ref='-12234' />
+    <nd ref='-10758' />
+    <nd ref='-10756' />
+    <nd ref='-4510' />
+    <nd ref='-4508' />
+    <nd ref='-4506' />
+    <nd ref='-4504' />
+    <nd ref='-4502' />
+    <nd ref='-4500' />
+    <nd ref='-4512' />
+    <nd ref='-4514' />
+    <nd ref='-4516' />
+    <nd ref='-4518' />
+    <nd ref='-4520' />
+    <nd ref='-4526' />
+    <nd ref='-4522' />
+    <nd ref='-4524' />
+    <nd ref='-10754' />
+    <nd ref='-4528' />
+    <nd ref='-4530' />
+    <nd ref='-4532' />
+    <nd ref='-4540' />
+    <nd ref='-4538' />
+    <nd ref='-4536' />
+    <nd ref='-4534' />
+    <nd ref='-10752' />
+    <nd ref='-10750' />
+    <nd ref='-10748' />
+    <nd ref='-10746' />
+    <nd ref='-10744' />
+    <nd ref='-4542' />
+    <nd ref='-4550' />
+    <nd ref='-4544' />
+    <nd ref='-4546' />
+    <nd ref='-4548' />
+    <nd ref='-4558' />
+    <nd ref='-4554' />
+    <nd ref='-4552' />
+    <nd ref='-4556' />
+    <nd ref='-4564' />
+    <nd ref='-4562' />
+    <nd ref='-4560' />
+    <nd ref='-10742' />
+    <nd ref='-4566' />
+    <nd ref='-4568' />
+    <nd ref='-4570' />
+    <nd ref='-4572' />
+    <nd ref='-4574' />
+    <nd ref='-4586' />
+    <nd ref='-4584' />
+    <nd ref='-4582' />
+    <nd ref='-4580' />
+    <nd ref='-4578' />
+    <nd ref='-4576' />
+    <nd ref='-10740' />
+    <nd ref='-8894' />
+    <nd ref='-4640' />
+    <nd ref='-4638' />
+    <nd ref='-4636' />
+    <nd ref='-4634' />
+    <nd ref='-4632' />
+    <nd ref='-4630' />
+    <nd ref='-4628' />
+    <nd ref='-4626' />
+    <nd ref='-4622' />
+    <nd ref='-4620' />
+    <nd ref='-4618' />
+    <nd ref='-4624' />
+    <nd ref='-4612' />
+    <nd ref='-4614' />
+    <nd ref='-4616' />
+    <nd ref='-4610' />
+    <nd ref='-4608' />
+    <nd ref='-4606' />
+    <nd ref='-4604' />
+    <nd ref='-4602' />
+    <nd ref='-4600' />
+    <nd ref='-4594' />
+    <nd ref='-4592' />
+    <nd ref='-4596' />
+    <nd ref='-4598' />
+    <nd ref='-79223' />
+    <nd ref='-79259' />
+    <nd ref='-4590' />
+    <nd ref='-4588' />
+    <nd ref='-8892' />
+    <tag k='ISO3166-1:alpha2' v='SE' />
+    <tag k='maxspeed:motorway' v='110' />
+    <tag k='maxspeed:rural' v='70' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/sweden/speed_limits_en.htm' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Sweden' />
+  </way>
+  <way id='-29212'>
+    <nd ref='-11564' />
+    <nd ref='-10496' />
+    <nd ref='-11208' />
+    <nd ref='-10494' />
+    <nd ref='-4132' />
+    <nd ref='-4130' />
+    <nd ref='-11210' />
+    <nd ref='-10492' />
+    <nd ref='-4136' />
+    <nd ref='-11212' />
+    <nd ref='-4134' />
+    <nd ref='-11214' />
+    <nd ref='-11216' />
+    <nd ref='-11574' />
+    <nd ref='-11572' />
+    <nd ref='-11570' />
+    <nd ref='-11568' />
+    <nd ref='-11566' />
+    <nd ref='-4144' />
+    <nd ref='-4138' />
+    <nd ref='-4142' />
+    <nd ref='-4140' />
+    <nd ref='-11218' />
+    <nd ref='-11564' />
+    <tag k='ISO3166-1:alpha2' v='SZ' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Swaziland' />
+  </way>
+  <way id='-29214'>
+    <nd ref='-11220' />
+    <nd ref='-16452' />
+    <nd ref='-16454' />
+    <nd ref='-16450' />
+    <nd ref='-16448' />
+    <nd ref='-9540' />
+    <nd ref='-9538' />
+    <nd ref='-9536' />
+    <nd ref='-9534' />
+    <nd ref='-9532' />
+    <nd ref='-9530' />
+    <nd ref='-9528' />
+    <nd ref='-9526' />
+    <nd ref='-9524' />
+    <nd ref='-9522' />
+    <nd ref='-16446' />
+    <nd ref='-9520' />
+    <nd ref='-9518' />
+    <nd ref='-9516' />
+    <nd ref='-9600' />
+    <nd ref='-9598' />
+    <nd ref='-3036' />
+    <nd ref='-28128' />
+    <nd ref='-28130' />
+    <nd ref='-3038' />
+    <nd ref='-3040' />
+    <nd ref='-3042' />
+    <nd ref='-3044' />
+    <nd ref='-3046' />
+    <nd ref='-28132' />
+    <nd ref='-9596' />
+    <nd ref='-3106' />
+    <nd ref='-3100' />
+    <nd ref='-3102' />
+    <nd ref='-3104' />
+    <nd ref='-3108' />
+    <nd ref='-3110' />
+    <nd ref='-9544' />
+    <nd ref='-3098' />
+    <nd ref='-3094' />
+    <nd ref='-3092' />
+    <nd ref='-3090' />
+    <nd ref='-3096' />
+    <nd ref='-3088' />
+    <nd ref='-3086' />
+    <nd ref='-9552' />
+    <nd ref='-9950' />
+    <nd ref='-3066' />
+    <nd ref='-11222' />
+    <nd ref='-3064' />
+    <nd ref='-11224' />
+    <nd ref='-2974' />
+    <nd ref='-2976' />
+    <nd ref='-2978' />
+    <nd ref='-2980' />
+    <nd ref='-2982' />
+    <nd ref='-2986' />
+    <nd ref='-2984' />
+    <nd ref='-2994' />
+    <nd ref='-2992' />
+    <nd ref='-2988' />
+    <nd ref='-2990' />
+    <nd ref='-2998' />
+    <nd ref='-3000' />
+    <nd ref='-3002' />
+    <nd ref='-3004' />
+    <nd ref='-3006' />
+    <nd ref='-3008' />
+    <nd ref='-3010' />
+    <nd ref='-2996' />
+    <nd ref='-3012' />
+    <nd ref='-3014' />
+    <nd ref='-3016' />
+    <nd ref='-3018' />
+    <nd ref='-3020' />
+    <nd ref='-3022' />
+    <nd ref='-3024' />
+    <nd ref='-3026' />
+    <nd ref='-3028' />
+    <nd ref='-3030' />
+    <nd ref='-3032' />
+    <nd ref='-3034' />
+    <nd ref='-11226' />
+    <nd ref='-9958' />
+    <nd ref='-9956' />
+    <nd ref='-8184' />
+    <nd ref='-11228' />
+    <nd ref='-11230' />
+    <nd ref='-5742' />
+    <nd ref='-11232' />
+    <nd ref='-16492' />
+    <nd ref='-16494' />
+    <nd ref='-16496' />
+    <nd ref='-16498' />
+    <nd ref='-16500' />
+    <nd ref='-16502' />
+    <nd ref='-16504' />
+    <nd ref='-16506' />
+    <nd ref='-16508' />
+    <nd ref='-16510' />
+    <nd ref='-16512' />
+    <nd ref='-16514' />
+    <nd ref='-16516' />
+    <nd ref='-16490' />
+    <nd ref='-11234' />
+    <nd ref='-16484' />
+    <nd ref='-16486' />
+    <nd ref='-16488' />
+    <nd ref='-11236' />
+    <nd ref='-16482' />
+    <nd ref='-16480' />
+    <nd ref='-16470' />
+    <nd ref='-16472' />
+    <nd ref='-16474' />
+    <nd ref='-16476' />
+    <nd ref='-16478' />
+    <nd ref='-11238' />
+    <nd ref='-11240' />
+    <nd ref='-16468' />
+    <nd ref='-16466' />
+    <nd ref='-16464' />
+    <nd ref='-16462' />
+    <nd ref='-16460' />
+    <nd ref='-11242' />
+    <nd ref='-16456' />
+    <nd ref='-16458' />
+    <nd ref='-11244' />
+    <nd ref='-11246' />
+    <nd ref='-11248' />
+    <nd ref='-11250' />
+    <nd ref='-11252' />
+    <nd ref='-11254' />
+    <nd ref='-11256' />
+    <nd ref='-11258' />
+    <nd ref='-11260' />
+    <nd ref='-11262' />
+    <nd ref='-11264' />
+    <nd ref='-11266' />
+    <nd ref='-11268' />
+    <nd ref='-11270' />
+    <nd ref='-11272' />
+    <nd ref='-11274' />
+    <nd ref='-11276' />
+    <nd ref='-11278' />
+    <nd ref='-11280' />
+    <nd ref='-11282' />
+    <nd ref='-11284' />
+    <nd ref='-11286' />
+    <nd ref='-11288' />
+    <nd ref='-11290' />
+    <nd ref='-11220' />
+    <tag k='ISO3166-1:alpha2' v='SY' />
+    <tag k='name:en' v='Syrian Arab Republic' />
+  </way>
+  <way id='-29216'>
+    <nd ref='-11062' />
+    <nd ref='-11060' />
+    <nd ref='-18048' />
+    <nd ref='-18046' />
+    <nd ref='-18036' />
+    <nd ref='-18044' />
+    <nd ref='-18042' />
+    <nd ref='-18040' />
+    <nd ref='-18038' />
+    <nd ref='-18034' />
+    <nd ref='-18026' />
+    <nd ref='-18028' />
+    <nd ref='-18030' />
+    <nd ref='-18032' />
+    <nd ref='-18020' />
+    <nd ref='-18024' />
+    <nd ref='-18022' />
+    <nd ref='-17988' />
+    <nd ref='-18016' />
+    <nd ref='-18018' />
+    <nd ref='-18014' />
+    <nd ref='-18006' />
+    <nd ref='-18008' />
+    <nd ref='-18012' />
+    <nd ref='-18010' />
+    <nd ref='-17990' />
+    <nd ref='-17996' />
+    <nd ref='-17994' />
+    <nd ref='-18000' />
+    <nd ref='-17998' />
+    <nd ref='-17992' />
+    <nd ref='-18002' />
+    <nd ref='-18004' />
+    <nd ref='-17984' />
+    <nd ref='-17986' />
+    <nd ref='-7352' />
+    <nd ref='-18254' />
+    <nd ref='-18256' />
+    <nd ref='-18258' />
+    <nd ref='-18264' />
+    <nd ref='-18262' />
+    <nd ref='-18260' />
+    <nd ref='-18252' />
+    <nd ref='-18268' />
+    <nd ref='-18266' />
+    <nd ref='-18270' />
+    <nd ref='-18250' />
+    <nd ref='-18280' />
+    <nd ref='-18282' />
+    <nd ref='-18288' />
+    <nd ref='-18286' />
+    <nd ref='-18284' />
+    <nd ref='-18278' />
+    <nd ref='-18276' />
+    <nd ref='-18274' />
+    <nd ref='-18272' />
+    <nd ref='-18290' />
+    <nd ref='-18294' />
+    <nd ref='-18298' />
+    <nd ref='-18296' />
+    <nd ref='-18292' />
+    <nd ref='-18300' />
+    <nd ref='-18302' />
+    <nd ref='-18306' />
+    <nd ref='-18304' />
+    <nd ref='-7362' />
+    <nd ref='-8084' />
+    <nd ref='-8082' />
+    <nd ref='-126' />
+    <nd ref='-8080' />
+    <nd ref='-128' />
+    <nd ref='-130' />
+    <nd ref='-8078' />
+    <nd ref='-132' />
+    <nd ref='-8076' />
+    <nd ref='-134' />
+    <nd ref='-8074' />
+    <nd ref='-8072' />
+    <nd ref='-8070' />
+    <nd ref='-144' />
+    <nd ref='-142' />
+    <nd ref='-138' />
+    <nd ref='-136' />
+    <nd ref='-140' />
+    <nd ref='-8068' />
+    <nd ref='-8066' />
+    <nd ref='-146' />
+    <nd ref='-148' />
+    <nd ref='-150' />
+    <nd ref='-154' />
+    <nd ref='-152' />
+    <nd ref='-8064' />
+    <nd ref='-156' />
+    <nd ref='-160' />
+    <nd ref='-158' />
+    <nd ref='-162' />
+    <nd ref='-164' />
+    <nd ref='-166' />
+    <nd ref='-8062' />
+    <nd ref='-168' />
+    <nd ref='-170' />
+    <nd ref='-26898' />
+    <nd ref='-172' />
+    <nd ref='-174' />
+    <nd ref='-176' />
+    <nd ref='-8060' />
+    <nd ref='-8058' />
+    <nd ref='-180' />
+    <nd ref='-178' />
+    <nd ref='-8100' />
+    <nd ref='-8098' />
+    <nd ref='-10694' />
+    <nd ref='-10670' />
+    <nd ref='-1268' />
+    <nd ref='-1262' />
+    <nd ref='-1260' />
+    <nd ref='-1264' />
+    <nd ref='-1266' />
+    <nd ref='-10668' />
+    <nd ref='-10666' />
+    <nd ref='-10664' />
+    <nd ref='-10662' />
+    <nd ref='-10660' />
+    <nd ref='-10658' />
+    <nd ref='-10656' />
+    <nd ref='-10654' />
+    <nd ref='-10652' />
+    <nd ref='-10650' />
+    <nd ref='-1258' />
+    <nd ref='-10648' />
+    <nd ref='-10646' />
+    <nd ref='-10644' />
+    <nd ref='-10642' />
+    <nd ref='-9972' />
+    <nd ref='-9970' />
+    <nd ref='-11062' />
+    <tag k='ISO3166-1:alpha2' v='TD' />
+    <tag k='name:en' v='Chad' />
+  </way>
+  <way id='-29218'>
+    <nd ref='-6986' />
+    <nd ref='-17316' />
+    <nd ref='-17318' />
+    <nd ref='-6984' />
+    <nd ref='-6982' />
+    <nd ref='-6968' />
+    <nd ref='-17328' />
+    <nd ref='-17326' />
+    <nd ref='-17324' />
+    <nd ref='-17322' />
+    <nd ref='-17330' />
+    <nd ref='-17332' />
+    <nd ref='-17334' />
+    <nd ref='-17336' />
+    <nd ref='-17320' />
+    <nd ref='-17338' />
+    <nd ref='-17340' />
+    <nd ref='-17344' />
+    <nd ref='-17342' />
+    <nd ref='-17346' />
+    <nd ref='-6966' />
+    <nd ref='-6964' />
+    <nd ref='-6962' />
+    <nd ref='-9100' />
+    <nd ref='-12110' />
+    <nd ref='-9098' />
+    <nd ref='-17210' />
+    <nd ref='-17214' />
+    <nd ref='-17212' />
+    <nd ref='-17208' />
+    <nd ref='-17206' />
+    <nd ref='-17218' />
+    <nd ref='-17216' />
+    <nd ref='-17222' />
+    <nd ref='-17220' />
+    <nd ref='-17224' />
+    <nd ref='-26900' />
+    <nd ref='-17228' />
+    <nd ref='-17226' />
+    <nd ref='-17198' />
+    <nd ref='-17204' />
+    <nd ref='-17200' />
+    <nd ref='-17202' />
+    <nd ref='-17196' />
+    <nd ref='-17230' />
+    <nd ref='-17234' />
+    <nd ref='-17232' />
+    <nd ref='-17236' />
+    <nd ref='-17238' />
+    <nd ref='-17240' />
+    <nd ref='-17244' />
+    <nd ref='-17246' />
+    <nd ref='-17248' />
+    <nd ref='-17242' />
+    <nd ref='-17194' />
+    <nd ref='-17254' />
+    <nd ref='-17256' />
+    <nd ref='-17252' />
+    <nd ref='-17258' />
+    <nd ref='-17260' />
+    <nd ref='-17250' />
+    <nd ref='-17266' />
+    <nd ref='-17268' />
+    <nd ref='-17272' />
+    <nd ref='-17270' />
+    <nd ref='-17264' />
+    <nd ref='-17302' />
+    <nd ref='-17304' />
+    <nd ref='-17306' />
+    <nd ref='-17300' />
+    <nd ref='-17298' />
+    <nd ref='-17296' />
+    <nd ref='-17294' />
+    <nd ref='-17292' />
+    <nd ref='-17290' />
+    <nd ref='-17288' />
+    <nd ref='-17286' />
+    <nd ref='-17284' />
+    <nd ref='-17274' />
+    <nd ref='-17276' />
+    <nd ref='-17278' />
+    <nd ref='-17280' />
+    <nd ref='-17282' />
+    <nd ref='-17262' />
+    <nd ref='-17312' />
+    <nd ref='-17310' />
+    <nd ref='-17314' />
+    <nd ref='-17308' />
+    <nd ref='-17192' />
+    <nd ref='-9096' />
+    <nd ref='-9094' />
+    <nd ref='-9092' />
+    <nd ref='-9090' />
+    <nd ref='-9088' />
+    <nd ref='-9086' />
+    <nd ref='-9084' />
+    <nd ref='-9082' />
+    <nd ref='-9080' />
+    <nd ref='-17190' />
+    <nd ref='-9078' />
+    <nd ref='-9076' />
+    <nd ref='-9074' />
+    <nd ref='-9072' />
+    <nd ref='-9070' />
+    <nd ref='-6986' />
+    <tag k='ISO3166-1:alpha2' v='TG' />
+    <tag k='name:en' v='Togo' />
+  </way>
+  <way id='-29220'>
+    <nd ref='-9944' />
+    <nd ref='-27058' />
+    <nd ref='-18590' />
+    <nd ref='-27060' />
+    <nd ref='-18592' />
+    <nd ref='-27062' />
+    <nd ref='-27064' />
+    <nd ref='-18594' />
+    <nd ref='-18596' />
+    <nd ref='-27066' />
+    <nd ref='-27068' />
+    <nd ref='-27070' />
+    <nd ref='-27072' />
+    <nd ref='-27074' />
+    <nd ref='-27076' />
+    <nd ref='-18598' />
+    <nd ref='-18578' />
+    <nd ref='-18580' />
+    <nd ref='-18582' />
+    <nd ref='-18584' />
+    <nd ref='-18588' />
+    <nd ref='-18586' />
+    <nd ref='-18562' />
+    <nd ref='-18564' />
+    <nd ref='-27078' />
+    <nd ref='-18566' />
+    <nd ref='-18572' />
+    <nd ref='-18576' />
+    <nd ref='-18574' />
+    <nd ref='-18570' />
+    <nd ref='-18568' />
+    <nd ref='-18522' />
+    <nd ref='-18540' />
+    <nd ref='-18538' />
+    <nd ref='-18536' />
+    <nd ref='-18534' />
+    <nd ref='-18542' />
+    <nd ref='-18544' />
+    <nd ref='-18546' />
+    <nd ref='-18554' />
+    <nd ref='-18556' />
+    <nd ref='-18552' />
+    <nd ref='-18550' />
+    <nd ref='-18558' />
+    <nd ref='-18560' />
+    <nd ref='-18548' />
+    <nd ref='-18532' />
+    <nd ref='-18524' />
+    <nd ref='-18526' />
+    <nd ref='-27080' />
+    <nd ref='-18528' />
+    <nd ref='-27082' />
+    <nd ref='-27084' />
+    <nd ref='-18530' />
+    <nd ref='-18480' />
+    <nd ref='-27088' />
+    <nd ref='-27090' />
+    <nd ref='-27086' />
+    <nd ref='-27092' />
+    <nd ref='-27094' />
+    <nd ref='-27098' />
+    <nd ref='-27096' />
+    <nd ref='-18492' />
+    <nd ref='-27100' />
+    <nd ref='-18488' />
+    <nd ref='-27102' />
+    <nd ref='-27106' />
+    <nd ref='-27104' />
+    <nd ref='-27110' />
+    <nd ref='-27112' />
+    <nd ref='-27108' />
+    <nd ref='-27116' />
+    <nd ref='-27118' />
+    <nd ref='-27114' />
+    <nd ref='-18490' />
+    <nd ref='-27126' />
+    <nd ref='-27124' />
+    <nd ref='-27122' />
+    <nd ref='-27120' />
+    <nd ref='-27128' />
+    <nd ref='-27130' />
+    <nd ref='-27132' />
+    <nd ref='-18486' />
+    <nd ref='-27134' />
+    <nd ref='-27136' />
+    <nd ref='-27138' />
+    <nd ref='-27140' />
+    <nd ref='-27142' />
+    <nd ref='-18494' />
+    <nd ref='-27144' />
+    <nd ref='-18484' />
+    <nd ref='-27146' />
+    <nd ref='-27148' />
+    <nd ref='-27150' />
+    <nd ref='-27152' />
+    <nd ref='-27154' />
+    <nd ref='-27156' />
+    <nd ref='-18482' />
+    <nd ref='-27158' />
+    <nd ref='-18500' />
+    <nd ref='-18498' />
+    <nd ref='-18496' />
+    <nd ref='-27164' />
+    <nd ref='-18504' />
+    <nd ref='-27162' />
+    <nd ref='-27160' />
+    <nd ref='-18506' />
+    <nd ref='-18508' />
+    <nd ref='-27166' />
+    <nd ref='-18510' />
+    <nd ref='-18502' />
+    <nd ref='-27170' />
+    <nd ref='-27168' />
+    <nd ref='-18514' />
+    <nd ref='-18512' />
+    <nd ref='-18516' />
+    <nd ref='-18518' />
+    <nd ref='-18478' />
+    <nd ref='-18520' />
+    <nd ref='-9904' />
+    <nd ref='-2212' />
+    <nd ref='-2210' />
+    <nd ref='-2214' />
+    <nd ref='-2216' />
+    <nd ref='-2218' />
+    <nd ref='-2220' />
+    <nd ref='-2222' />
+    <nd ref='-2224' />
+    <nd ref='-2226' />
+    <nd ref='-2228' />
+    <nd ref='-2238' />
+    <nd ref='-2230' />
+    <nd ref='-2232' />
+    <nd ref='-2234' />
+    <nd ref='-2236' />
+    <nd ref='-2250' />
+    <nd ref='-2240' />
+    <nd ref='-2242' />
+    <nd ref='-27172' />
+    <nd ref='-2244' />
+    <nd ref='-27174' />
+    <nd ref='-2246' />
+    <nd ref='-2248' />
+    <nd ref='-2252' />
+    <nd ref='-27178' />
+    <nd ref='-27176' />
+    <nd ref='-2288' />
+    <nd ref='-2274' />
+    <nd ref='-27180' />
+    <nd ref='-27182' />
+    <nd ref='-27184' />
+    <nd ref='-27186' />
+    <nd ref='-2276' />
+    <nd ref='-2278' />
+    <nd ref='-27188' />
+    <nd ref='-2280' />
+    <nd ref='-2282' />
+    <nd ref='-27190' />
+    <nd ref='-2284' />
+    <nd ref='-2286' />
+    <nd ref='-2272' />
+    <nd ref='-2270' />
+    <nd ref='-2268' />
+    <nd ref='-2262' />
+    <nd ref='-2264' />
+    <nd ref='-2266' />
+    <nd ref='-2260' />
+    <nd ref='-2258' />
+    <nd ref='-2256' />
+    <nd ref='-2254' />
+    <nd ref='-9902' />
+    <nd ref='-9900' />
+    <nd ref='-12196' />
+    <nd ref='-11292' />
+    <nd ref='-10602' />
+    <nd ref='-27026' />
+    <nd ref='-27024' />
+    <nd ref='-12772' />
+    <nd ref='-27022' />
+    <nd ref='-27020' />
+    <nd ref='-27018' />
+    <nd ref='-27016' />
+    <nd ref='-12774' />
+    <nd ref='-12776' />
+    <nd ref='-27014' />
+    <nd ref='-27012' />
+    <nd ref='-12780' />
+    <nd ref='-12778' />
+    <nd ref='-12770' />
+    <nd ref='-12768' />
+    <nd ref='-12766' />
+    <nd ref='-12764' />
+    <nd ref='-10600' />
+    <nd ref='-12734' />
+    <nd ref='-12736' />
+    <nd ref='-12738' />
+    <nd ref='-12740' />
+    <nd ref='-12742' />
+    <nd ref='-12744' />
+    <nd ref='-12746' />
+    <nd ref='-12748' />
+    <nd ref='-12750' />
+    <nd ref='-12752' />
+    <nd ref='-12754' />
+    <nd ref='-12756' />
+    <nd ref='-27010' />
+    <nd ref='-27008' />
+    <nd ref='-27006' />
+    <nd ref='-27004' />
+    <nd ref='-12758' />
+    <nd ref='-27002' />
+    <nd ref='-27000' />
+    <nd ref='-26992' />
+    <nd ref='-26994' />
+    <nd ref='-26998' />
+    <nd ref='-26996' />
+    <nd ref='-12762' />
+    <nd ref='-12760' />
+    <nd ref='-10618' />
+    <nd ref='-12214' />
+    <nd ref='-11294' />
+    <nd ref='-11296' />
+    <nd ref='-10616' />
+    <nd ref='-11298' />
+    <nd ref='-12128' />
+    <nd ref='-12126' />
+    <nd ref='-12124' />
+    <nd ref='-12218' />
+    <nd ref='-12216' />
+    <nd ref='-12122' />
+    <nd ref='-19334' />
+    <nd ref='-19336' />
+    <nd ref='-19338' />
+    <nd ref='-19340' />
+    <nd ref='-19342' />
+    <nd ref='-19344' />
+    <nd ref='-10396' />
+    <nd ref='-19350' />
+    <nd ref='-19348' />
+    <nd ref='-19346' />
+    <nd ref='-10394' />
+    <nd ref='-19352' />
+    <nd ref='-10392' />
+    <nd ref='-19356' />
+    <nd ref='-27028' />
+    <nd ref='-19354' />
+    <nd ref='-19362' />
+    <nd ref='-19360' />
+    <nd ref='-19358' />
+    <nd ref='-10390' />
+    <nd ref='-19364' />
+    <nd ref='-10388' />
+    <nd ref='-19366' />
+    <nd ref='-19368' />
+    <nd ref='-19370' />
+    <nd ref='-10386' />
+    <nd ref='-10384' />
+    <nd ref='-10382' />
+    <nd ref='-10380' />
+    <nd ref='-10378' />
+    <nd ref='-10376' />
+    <nd ref='-19374' />
+    <nd ref='-19372' />
+    <nd ref='-19376' />
+    <nd ref='-27030' />
+    <nd ref='-10374' />
+    <nd ref='-10372' />
+    <nd ref='-10370' />
+    <nd ref='-19378' />
+    <nd ref='-10368' />
+    <nd ref='-10366' />
+    <nd ref='-19380' />
+    <nd ref='-19388' />
+    <nd ref='-10364' />
+    <nd ref='-19386' />
+    <nd ref='-19384' />
+    <nd ref='-19382' />
+    <nd ref='-19390' />
+    <nd ref='-19394' />
+    <nd ref='-19396' />
+    <nd ref='-19392' />
+    <nd ref='-27034' />
+    <nd ref='-27042' />
+    <nd ref='-27032' />
+    <nd ref='-27036' />
+    <nd ref='-27038' />
+    <nd ref='-27040' />
+    <nd ref='-19398' />
+    <nd ref='-10362' />
+    <nd ref='-19406' />
+    <nd ref='-19404' />
+    <nd ref='-19402' />
+    <nd ref='-19400' />
+    <nd ref='-10360' />
+    <nd ref='-19408' />
+    <nd ref='-10358' />
+    <nd ref='-19410' />
+    <nd ref='-19412' />
+    <nd ref='-10356' />
+    <nd ref='-10354' />
+    <nd ref='-19418' />
+    <nd ref='-19416' />
+    <nd ref='-19414' />
+    <nd ref='-10352' />
+    <nd ref='-19422' />
+    <nd ref='-19420' />
+    <nd ref='-10350' />
+    <nd ref='-10348' />
+    <nd ref='-10346' />
+    <nd ref='-10344' />
+    <nd ref='-19424' />
+    <nd ref='-19426' />
+    <nd ref='-10342' />
+    <nd ref='-10340' />
+    <nd ref='-10338' />
+    <nd ref='-10336' />
+    <nd ref='-19428' />
+    <nd ref='-19430' />
+    <nd ref='-10334' />
+    <nd ref='-10332' />
+    <nd ref='-19434' />
+    <nd ref='-19432' />
+    <nd ref='-19436' />
+    <nd ref='-10330' />
+    <nd ref='-19438' />
+    <nd ref='-10328' />
+    <nd ref='-19440' />
+    <nd ref='-19442' />
+    <nd ref='-10326' />
+    <nd ref='-19444' />
+    <nd ref='-19446' />
+    <nd ref='-19448' />
+    <nd ref='-19450' />
+    <nd ref='-19452' />
+    <nd ref='-19454' />
+    <nd ref='-19456' />
+    <nd ref='-27046' />
+    <nd ref='-27048' />
+    <nd ref='-27054' />
+    <nd ref='-27052' />
+    <nd ref='-27056' />
+    <nd ref='-27050' />
+    <nd ref='-27044' />
+    <nd ref='-19458' />
+    <nd ref='-9944' />
+    <tag k='ISO3166-1:alpha2' v='TH' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Thailand' />
+  </way>
+  <way id='-29222'>
+    <nd ref='-21392' />
+    <nd ref='-9886' />
+    <nd ref='-27718' />
+    <nd ref='-27716' />
+    <nd ref='-11300' />
+    <nd ref='-27714' />
+    <nd ref='-21392' />
+  </way>
+  <way id='-29224'>
+    <nd ref='-11302' />
+    <nd ref='-21200' />
+    <nd ref='-11304' />
+    <nd ref='-11306' />
+    <nd ref='-11308' />
+    <nd ref='-21202' />
+    <nd ref='-11302' />
+  </way>
+  <way id='-29226'>
+    <nd ref='-11372' />
+    <nd ref='-11310' />
+    <nd ref='-21198' />
+    <nd ref='-11312' />
+    <nd ref='-21196' />
+    <nd ref='-21194' />
+    <nd ref='-11314' />
+    <nd ref='-11316' />
+    <nd ref='-11318' />
+    <nd ref='-11530' />
+    <nd ref='-21192' />
+    <nd ref='-11320' />
+    <nd ref='-9868' />
+    <nd ref='-9866' />
+    <nd ref='-27708' />
+    <nd ref='-27706' />
+    <nd ref='-11322' />
+    <nd ref='-27704' />
+    <nd ref='-11324' />
+    <nd ref='-11326' />
+    <nd ref='-9864' />
+    <nd ref='-27702' />
+    <nd ref='-27698' />
+    <nd ref='-27700' />
+    <nd ref='-21264' />
+    <nd ref='-27696' />
+    <nd ref='-9862' />
+    <nd ref='-9860' />
+    <nd ref='-11328' />
+    <nd ref='-21266' />
+    <nd ref='-11330' />
+    <nd ref='-9858' />
+    <nd ref='-11332' />
+    <nd ref='-21268' />
+    <nd ref='-21274' />
+    <nd ref='-21276' />
+    <nd ref='-21270' />
+    <nd ref='-21272' />
+    <nd ref='-11334' />
+    <nd ref='-21278' />
+    <nd ref='-21280' />
+    <nd ref='-21282' />
+    <nd ref='-21284' />
+    <nd ref='-21286' />
+    <nd ref='-21288' />
+    <nd ref='-9856' />
+    <nd ref='-21290' />
+    <nd ref='-21300' />
+    <nd ref='-21298' />
+    <nd ref='-21296' />
+    <nd ref='-21294' />
+    <nd ref='-21292' />
+    <nd ref='-21302' />
+    <nd ref='-21306' />
+    <nd ref='-21304' />
+    <nd ref='-21308' />
+    <nd ref='-9854' />
+    <nd ref='-11336' />
+    <nd ref='-21310' />
+    <nd ref='-21312' />
+    <nd ref='-21314' />
+    <nd ref='-7848' />
+    <nd ref='-21318' />
+    <nd ref='-21316' />
+    <nd ref='-21320' />
+    <nd ref='-21322' />
+    <nd ref='-7846' />
+    <nd ref='-21508' />
+    <nd ref='-21506' />
+    <nd ref='-21504' />
+    <nd ref='-21502' />
+    <nd ref='-21500' />
+    <nd ref='-7844' />
+    <nd ref='-21510' />
+    <nd ref='-21512' />
+    <nd ref='-21514' />
+    <nd ref='-21516' />
+    <nd ref='-21518' />
+    <nd ref='-21526' />
+    <nd ref='-21524' />
+    <nd ref='-21528' />
+    <nd ref='-21520' />
+    <nd ref='-21522' />
+    <nd ref='-7842' />
+    <nd ref='-21538' />
+    <nd ref='-21540' />
+    <nd ref='-21532' />
+    <nd ref='-21534' />
+    <nd ref='-21536' />
+    <nd ref='-21530' />
+    <nd ref='-7840' />
+    <nd ref='-21542' />
+    <nd ref='-21544' />
+    <nd ref='-21546' />
+    <nd ref='-21550' />
+    <nd ref='-21548' />
+    <nd ref='-6258' />
+    <nd ref='-6256' />
+    <nd ref='-21560' />
+    <nd ref='-21558' />
+    <nd ref='-21556' />
+    <nd ref='-21554' />
+    <nd ref='-21552' />
+    <nd ref='-11338' />
+    <nd ref='-21564' />
+    <nd ref='-21562' />
+    <nd ref='-11340' />
+    <nd ref='-27672' />
+    <nd ref='-21566' />
+    <nd ref='-11342' />
+    <nd ref='-21570' />
+    <nd ref='-21568' />
+    <nd ref='-27670' />
+    <nd ref='-27668' />
+    <nd ref='-27666' />
+    <nd ref='-27664' />
+    <nd ref='-11344' />
+    <nd ref='-27662' />
+    <nd ref='-27660' />
+    <nd ref='-27658' />
+    <nd ref='-27656' />
+    <nd ref='-27654' />
+    <nd ref='-27652' />
+    <nd ref='-27650' />
+    <nd ref='-27642' />
+    <nd ref='-27648' />
+    <nd ref='-27644' />
+    <nd ref='-27646' />
+    <nd ref='-27640' />
+    <nd ref='-21572' />
+    <nd ref='-27638' />
+    <nd ref='-21574' />
+    <nd ref='-27634' />
+    <nd ref='-27636' />
+    <nd ref='-27626' />
+    <nd ref='-27632' />
+    <nd ref='-27628' />
+    <nd ref='-27630' />
+    <nd ref='-6254' />
+    <nd ref='-21582' />
+    <nd ref='-21580' />
+    <nd ref='-21578' />
+    <nd ref='-21576' />
+    <nd ref='-27622' />
+    <nd ref='-27624' />
+    <nd ref='-11346' />
+    <nd ref='-27620' />
+    <nd ref='-27618' />
+    <nd ref='-27616' />
+    <nd ref='-27614' />
+    <nd ref='-27612' />
+    <nd ref='-6252' />
+    <nd ref='-27610' />
+    <nd ref='-27608' />
+    <nd ref='-27606' />
+    <nd ref='-27604' />
+    <nd ref='-27602' />
+    <nd ref='-27600' />
+    <nd ref='-21596' />
+    <nd ref='-21594' />
+    <nd ref='-27598' />
+    <nd ref='-21584' />
+    <nd ref='-21592' />
+    <nd ref='-21590' />
+    <nd ref='-21588' />
+    <nd ref='-27592' />
+    <nd ref='-27594' />
+    <nd ref='-27590' />
+    <nd ref='-27596' />
+    <nd ref='-27588' />
+    <nd ref='-27586' />
+    <nd ref='-21586' />
+    <nd ref='-27568' />
+    <nd ref='-27576' />
+    <nd ref='-27574' />
+    <nd ref='-27572' />
+    <nd ref='-27570' />
+    <nd ref='-27578' />
+    <nd ref='-27580' />
+    <nd ref='-6308' />
+    <nd ref='-27582' />
+    <nd ref='-27584' />
+    <nd ref='-21598' />
+    <nd ref='-11348' />
+    <nd ref='-21600' />
+    <nd ref='-21602' />
+    <nd ref='-21604' />
+    <nd ref='-6306' />
+    <nd ref='-21616' />
+    <nd ref='-21620' />
+    <nd ref='-21618' />
+    <nd ref='-21614' />
+    <nd ref='-21612' />
+    <nd ref='-27566' />
+    <nd ref='-21610' />
+    <nd ref='-21608' />
+    <nd ref='-21606' />
+    <nd ref='-11350' />
+    <nd ref='-21624' />
+    <nd ref='-21628' />
+    <nd ref='-21636' />
+    <nd ref='-21634' />
+    <nd ref='-21632' />
+    <nd ref='-21630' />
+    <nd ref='-21626' />
+    <nd ref='-21622' />
+    <nd ref='-21640' />
+    <nd ref='-21646' />
+    <nd ref='-21642' />
+    <nd ref='-21644' />
+    <nd ref='-21638' />
+    <nd ref='-11352' />
+    <nd ref='-21650' />
+    <nd ref='-21648' />
+    <nd ref='-6304' />
+    <nd ref='-11354' />
+    <nd ref='-21372' />
+    <nd ref='-11356' />
+    <nd ref='-21366' />
+    <nd ref='-21368' />
+    <nd ref='-21370' />
+    <nd ref='-11358' />
+    <nd ref='-21356' />
+    <nd ref='-21358' />
+    <nd ref='-21360' />
+    <nd ref='-21362' />
+    <nd ref='-21364' />
+    <nd ref='-11360' />
+    <nd ref='-21354' />
+    <nd ref='-11362' />
+    <nd ref='-11364' />
+    <nd ref='-21352' />
+    <nd ref='-21332' />
+    <nd ref='-21334' />
+    <nd ref='-21336' />
+    <nd ref='-21340' />
+    <nd ref='-21338' />
+    <nd ref='-21342' />
+    <nd ref='-21344' />
+    <nd ref='-21346' />
+    <nd ref='-21348' />
+    <nd ref='-21350' />
+    <nd ref='-11366' />
+    <nd ref='-21262' />
+    <nd ref='-21234' />
+    <nd ref='-21258' />
+    <nd ref='-21260' />
+    <nd ref='-21252' />
+    <nd ref='-21254' />
+    <nd ref='-21256' />
+    <nd ref='-21250' />
+    <nd ref='-21248' />
+    <nd ref='-21246' />
+    <nd ref='-21236' />
+    <nd ref='-21238' />
+    <nd ref='-21240' />
+    <nd ref='-21242' />
+    <nd ref='-21244' />
+    <nd ref='-21220' />
+    <nd ref='-27804' />
+    <nd ref='-27806' />
+    <nd ref='-21218' />
+    <nd ref='-21226' />
+    <nd ref='-21224' />
+    <nd ref='-21222' />
+    <nd ref='-21228' />
+    <nd ref='-27808' />
+    <nd ref='-21232' />
+    <nd ref='-21230' />
+    <nd ref='-27810' />
+    <nd ref='-21216' />
+    <nd ref='-11368' />
+    <nd ref='-27812' />
+    <nd ref='-21208' />
+    <nd ref='-21210' />
+    <nd ref='-21212' />
+    <nd ref='-21214' />
+    <nd ref='-27814' />
+    <nd ref='-11370' />
+    <nd ref='-21204' />
+    <nd ref='-21206' />
+    <nd ref='-11372' />
+  </way>
+  <way id='-29228'>
+    <nd ref='-11374' />
+    <nd ref='-20980' />
+    <nd ref='-20982' />
+    <nd ref='-20984' />
+    <nd ref='-27848' />
+    <nd ref='-20986' />
+    <nd ref='-20988' />
+    <nd ref='-20990' />
+    <nd ref='-20992' />
+    <nd ref='-20994' />
+    <nd ref='-20996' />
+    <nd ref='-20998' />
+    <nd ref='-11376' />
+    <nd ref='-21000' />
+    <nd ref='-11378' />
+    <nd ref='-21002' />
+    <nd ref='-21004' />
+    <nd ref='-21006' />
+    <nd ref='-21008' />
+    <nd ref='-21010' />
+    <nd ref='-21018' />
+    <nd ref='-21016' />
+    <nd ref='-21014' />
+    <nd ref='-21012' />
+    <nd ref='-11380' />
+    <nd ref='-6302' />
+    <nd ref='-21076' />
+    <nd ref='-21078' />
+    <nd ref='-11382' />
+    <nd ref='-21072' />
+    <nd ref='-21074' />
+    <nd ref='-21066' />
+    <nd ref='-21068' />
+    <nd ref='-21070' />
+    <nd ref='-21064' />
+    <nd ref='-21030' />
+    <nd ref='-21028' />
+    <nd ref='-21026' />
+    <nd ref='-21024' />
+    <nd ref='-21022' />
+    <nd ref='-21020' />
+    <nd ref='-21062' />
+    <nd ref='-21056' />
+    <nd ref='-21058' />
+    <nd ref='-21060' />
+    <nd ref='-21052' />
+    <nd ref='-21054' />
+    <nd ref='-21050' />
+    <nd ref='-21048' />
+    <nd ref='-21046' />
+    <nd ref='-21044' />
+    <nd ref='-21042' />
+    <nd ref='-21040' />
+    <nd ref='-21038' />
+    <nd ref='-21036' />
+    <nd ref='-21034' />
+    <nd ref='-21032' />
+    <nd ref='-6300' />
+    <nd ref='-19270' />
+    <nd ref='-19272' />
+    <nd ref='-19268' />
+    <nd ref='-19264' />
+    <nd ref='-19266' />
+    <nd ref='-19274' />
+    <nd ref='-19276' />
+    <nd ref='-9438' />
+    <nd ref='-9436' />
+    <nd ref='-9434' />
+    <nd ref='-19284' />
+    <nd ref='-19280' />
+    <nd ref='-19282' />
+    <nd ref='-19278' />
+    <nd ref='-9432' />
+    <nd ref='-19290' />
+    <nd ref='-19294' />
+    <nd ref='-19292' />
+    <nd ref='-19288' />
+    <nd ref='-19286' />
+    <nd ref='-19296' />
+    <nd ref='-9430' />
+    <nd ref='-9428' />
+    <nd ref='-19298' />
+    <nd ref='-9426' />
+    <nd ref='-19306' />
+    <nd ref='-19310' />
+    <nd ref='-19308' />
+    <nd ref='-19314' />
+    <nd ref='-19312' />
+    <nd ref='-19304' />
+    <nd ref='-19302' />
+    <nd ref='-19300' />
+    <nd ref='-19320' />
+    <nd ref='-19318' />
+    <nd ref='-19316' />
+    <nd ref='-9424' />
+    <nd ref='-19324' />
+    <nd ref='-19326' />
+    <nd ref='-19328' />
+    <nd ref='-19330' />
+    <nd ref='-19322' />
+    <nd ref='-9422' />
+    <nd ref='-19332' />
+    <nd ref='-9420' />
+    <nd ref='-9418' />
+    <nd ref='-11384' />
+    <nd ref='-9760' />
+    <nd ref='-9758' />
+    <nd ref='-14906' />
+    <nd ref='-14908' />
+    <nd ref='-14910' />
+    <nd ref='-14912' />
+    <nd ref='-9756' />
+    <nd ref='-11386' />
+    <nd ref='-20920' />
+    <nd ref='-20918' />
+    <nd ref='-20916' />
+    <nd ref='-20924' />
+    <nd ref='-20928' />
+    <nd ref='-20926' />
+    <nd ref='-20922' />
+    <nd ref='-20956' />
+    <nd ref='-20954' />
+    <nd ref='-20938' />
+    <nd ref='-20936' />
+    <nd ref='-20930' />
+    <nd ref='-20932' />
+    <nd ref='-20934' />
+    <nd ref='-20940' />
+    <nd ref='-20942' />
+    <nd ref='-20944' />
+    <nd ref='-20946' />
+    <nd ref='-20948' />
+    <nd ref='-20950' />
+    <nd ref='-27846' />
+    <nd ref='-20952' />
+    <nd ref='-20958' />
+    <nd ref='-20960' />
+    <nd ref='-20974' />
+    <nd ref='-20972' />
+    <nd ref='-20970' />
+    <nd ref='-20968' />
+    <nd ref='-20966' />
+    <nd ref='-20964' />
+    <nd ref='-20962' />
+    <nd ref='-20976' />
+    <nd ref='-20978' />
+    <nd ref='-11374' />
+    <tag k='ISO3166-1:alpha2' v='TM' />
+    <tag k='name:en' v='Turkmenistan' />
+  </way>
+  <way id='-29230'>
+    <nd ref='-9268' />
+    <nd ref='-12296' />
+    <nd ref='-12298' />
+    <nd ref='-12300' />
+    <nd ref='-9266' />
+    <nd ref='-12302' />
+    <nd ref='-12308' />
+    <nd ref='-12306' />
+    <nd ref='-12304' />
+    <nd ref='-9264' />
+    <nd ref='-11388' />
+    <nd ref='-12310' />
+    <nd ref='-12312' />
+    <nd ref='-11392' />
+    <nd ref='-11394' />
+    <nd ref='-11396' />
+    <nd ref='-11398' />
+    <nd ref='-12286' />
+    <nd ref='-11390' />
+    <nd ref='-11692' />
+    <nd ref='-12314' />
+    <nd ref='-9262' />
+    <nd ref='-12288' />
+    <nd ref='-26982' />
+    <nd ref='-26980' />
+    <nd ref='-12290' />
+    <nd ref='-12294' />
+    <nd ref='-12292' />
+    <nd ref='-9272' />
+    <nd ref='-9270' />
+    <nd ref='-9268' />
+    <tag k='ISO3166-1:alpha2' v='TL' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Timor-Leste' />
+  </way>
+  <way id='-29232'>
+    <nd ref='-11400' />
+    <nd ref='-5858' />
+    <nd ref='-11402' />
+    <nd ref='-11404' />
+    <nd ref='-9986' />
+    <nd ref='-11406' />
+    <nd ref='-3514' />
+    <nd ref='-3516' />
+    <nd ref='-3518' />
+    <nd ref='-3520' />
+    <nd ref='-3522' />
+    <nd ref='-3524' />
+    <nd ref='-3526' />
+    <nd ref='-11408' />
+    <nd ref='-9984' />
+    <nd ref='-9982' />
+    <nd ref='-9980' />
+    <nd ref='-9978' />
+    <nd ref='-11410' />
+    <nd ref='-11412' />
+    <nd ref='-8534' />
+    <nd ref='-8532' />
+    <nd ref='-3532' />
+    <nd ref='-3528' />
+    <nd ref='-3530' />
+    <nd ref='-11414' />
+    <nd ref='-3534' />
+    <nd ref='-8530' />
+    <nd ref='-11416' />
+    <nd ref='-11418' />
+    <nd ref='-3536' />
+    <nd ref='-11420' />
+    <nd ref='-8528' />
+    <nd ref='-3544' />
+    <nd ref='-3542' />
+    <nd ref='-3538' />
+    <nd ref='-3540' />
+    <nd ref='-11422' />
+    <nd ref='-8526' />
+    <nd ref='-3546' />
+    <nd ref='-3548' />
+    <nd ref='-8524' />
+    <nd ref='-3550' />
+    <nd ref='-3554' />
+    <nd ref='-3552' />
+    <nd ref='-3566' />
+    <nd ref='-3564' />
+    <nd ref='-3562' />
+    <nd ref='-3560' />
+    <nd ref='-3556' />
+    <nd ref='-3558' />
+    <nd ref='-11424' />
+    <nd ref='-11426' />
+    <nd ref='-5856' />
+    <nd ref='-11400' />
+    <tag k='ISO3166-1:alpha2' v='TN' />
+    <tag k='name:en' v='Tunisia' />
+  </way>
+  <way id='-29234'>
+    <nd ref='-9068' />
+    <nd ref='-27932' />
+    <nd ref='-27934' />
+    <nd ref='-1256' />
+    <nd ref='-1254' />
+    <nd ref='-1252' />
+    <nd ref='-9066' />
+    <nd ref='-1250' />
+    <nd ref='-27936' />
+    <nd ref='-1248' />
+    <nd ref='-1246' />
+    <nd ref='-1244' />
+    <nd ref='-1240' />
+    <nd ref='-1238' />
+    <nd ref='-1242' />
+    <nd ref='-1236' />
+    <nd ref='-1232' />
+    <nd ref='-1234' />
+    <nd ref='-1230' />
+    <nd ref='-1228' />
+    <nd ref='-6510' />
+    <nd ref='-16920' />
+    <nd ref='-16918' />
+    <nd ref='-16924' />
+    <nd ref='-16916' />
+    <nd ref='-16926' />
+    <nd ref='-16928' />
+    <nd ref='-16914' />
+    <nd ref='-16922' />
+    <nd ref='-16904' />
+    <nd ref='-16906' />
+    <nd ref='-16908' />
+    <nd ref='-16910' />
+    <nd ref='-16912' />
+    <nd ref='-16902' />
+    <nd ref='-16900' />
+    <nd ref='-27972' />
+    <nd ref='-27970' />
+    <nd ref='-6508' />
+    <nd ref='-16898' />
+    <nd ref='-27974' />
+    <nd ref='-6506' />
+    <nd ref='-16930' />
+    <nd ref='-6612' />
+    <nd ref='-1150' />
+    <nd ref='-1152' />
+    <nd ref='-1154' />
+    <nd ref='-9488' />
+    <nd ref='-1142' />
+    <nd ref='-1144' />
+    <nd ref='-1146' />
+    <nd ref='-1136' />
+    <nd ref='-1140' />
+    <nd ref='-1138' />
+    <nd ref='-1148' />
+    <nd ref='-9486' />
+    <nd ref='-1122' />
+    <nd ref='-1120' />
+    <nd ref='-1124' />
+    <nd ref='-1118' />
+    <nd ref='-1126' />
+    <nd ref='-1128' />
+    <nd ref='-27984' />
+    <nd ref='-1130' />
+    <nd ref='-1112' />
+    <nd ref='-1114' />
+    <nd ref='-1132' />
+    <nd ref='-1116' />
+    <nd ref='-1134' />
+    <nd ref='-1104' />
+    <nd ref='-1108' />
+    <nd ref='-1106' />
+    <nd ref='-1110' />
+    <nd ref='-1098' />
+    <nd ref='-1100' />
+    <nd ref='-1102' />
+    <nd ref='-1096' />
+    <nd ref='-1094' />
+    <nd ref='-16566' />
+    <nd ref='-9484' />
+    <nd ref='-16568' />
+    <nd ref='-16556' />
+    <nd ref='-16558' />
+    <nd ref='-16560' />
+    <nd ref='-16562' />
+    <nd ref='-16564' />
+    <nd ref='-16546' />
+    <nd ref='-16554' />
+    <nd ref='-16548' />
+    <nd ref='-16550' />
+    <nd ref='-16552' />
+    <nd ref='-16544' />
+    <nd ref='-16542' />
+    <nd ref='-16540' />
+    <nd ref='-16538' />
+    <nd ref='-16536' />
+    <nd ref='-16534' />
+    <nd ref='-16532' />
+    <nd ref='-16530' />
+    <nd ref='-16528' />
+    <nd ref='-16526' />
+    <nd ref='-16524' />
+    <nd ref='-16522' />
+    <nd ref='-16520' />
+    <nd ref='-16518' />
+    <nd ref='-9492' />
+    <nd ref='-9490' />
+    <nd ref='-9542' />
+    <nd ref='-9540' />
+    <nd ref='-16448' />
+    <nd ref='-16450' />
+    <nd ref='-16454' />
+    <nd ref='-16452' />
+    <nd ref='-11220' />
+    <nd ref='-11290' />
+    <nd ref='-11288' />
+    <nd ref='-11286' />
+    <nd ref='-11284' />
+    <nd ref='-11282' />
+    <nd ref='-11280' />
+    <nd ref='-11278' />
+    <nd ref='-11276' />
+    <nd ref='-11274' />
+    <nd ref='-11272' />
+    <nd ref='-11270' />
+    <nd ref='-11268' />
+    <nd ref='-11266' />
+    <nd ref='-11264' />
+    <nd ref='-11262' />
+    <nd ref='-11260' />
+    <nd ref='-11258' />
+    <nd ref='-11256' />
+    <nd ref='-11254' />
+    <nd ref='-11252' />
+    <nd ref='-11250' />
+    <nd ref='-11248' />
+    <nd ref='-11246' />
+    <nd ref='-11244' />
+    <nd ref='-16458' />
+    <nd ref='-16456' />
+    <nd ref='-11242' />
+    <nd ref='-16460' />
+    <nd ref='-16462' />
+    <nd ref='-16464' />
+    <nd ref='-16466' />
+    <nd ref='-16468' />
+    <nd ref='-11240' />
+    <nd ref='-11238' />
+    <nd ref='-16478' />
+    <nd ref='-16476' />
+    <nd ref='-16474' />
+    <nd ref='-16472' />
+    <nd ref='-16470' />
+    <nd ref='-16480' />
+    <nd ref='-16482' />
+    <nd ref='-11236' />
+    <nd ref='-16488' />
+    <nd ref='-16486' />
+    <nd ref='-16484' />
+    <nd ref='-11234' />
+    <nd ref='-16490' />
+    <nd ref='-16516' />
+    <nd ref='-16514' />
+    <nd ref='-16512' />
+    <nd ref='-16510' />
+    <nd ref='-16508' />
+    <nd ref='-16506' />
+    <nd ref='-16504' />
+    <nd ref='-16502' />
+    <nd ref='-16500' />
+    <nd ref='-16498' />
+    <nd ref='-16496' />
+    <nd ref='-16494' />
+    <nd ref='-16492' />
+    <nd ref='-11232' />
+    <nd ref='-5742' />
+    <nd ref='-11230' />
+    <nd ref='-11228' />
+    <nd ref='-8184' />
+    <nd ref='-8102' />
+    <nd ref='-12002' />
+    <nd ref='-11432' />
+    <nd ref='-11434' />
+    <nd ref='-11436' />
+    <nd ref='-11438' />
+    <nd ref='-5966' />
+    <nd ref='-5964' />
+    <nd ref='-5962' />
+    <nd ref='-11440' />
+    <nd ref='-5960' />
+    <nd ref='-5958' />
+    <nd ref='-5956' />
+    <nd ref='-5954' />
+    <nd ref='-5952' />
+    <nd ref='-5950' />
+    <nd ref='-5948' />
+    <nd ref='-5946' />
+    <nd ref='-5944' />
+    <nd ref='-5942' />
+    <nd ref='-5940' />
+    <nd ref='-5938' />
+    <nd ref='-5936' />
+    <nd ref='-5934' />
+    <nd ref='-5932' />
+    <nd ref='-5930' />
+    <nd ref='-5928' />
+    <nd ref='-5926' />
+    <nd ref='-5924' />
+    <nd ref='-5922' />
+    <nd ref='-11430' />
+    <nd ref='-28242' />
+    <nd ref='-28244' />
+    <nd ref='-16300' />
+    <nd ref='-16302' />
+    <nd ref='-28246' />
+    <nd ref='-16304' />
+    <nd ref='-16306' />
+    <nd ref='-16334' />
+    <nd ref='-16336' />
+    <nd ref='-16338' />
+    <nd ref='-16308' />
+    <nd ref='-16312' />
+    <nd ref='-16332' />
+    <nd ref='-16330' />
+    <nd ref='-16314' />
+    <nd ref='-16310' />
+    <nd ref='-16318' />
+    <nd ref='-16316' />
+    <nd ref='-16320' />
+    <nd ref='-16322' />
+    <nd ref='-28250' />
+    <nd ref='-28248' />
+    <nd ref='-16324' />
+    <nd ref='-16328' />
+    <nd ref='-16326' />
+    <nd ref='-9158' />
+    <nd ref='-16444' />
+    <nd ref='-28252' />
+    <nd ref='-1188' />
+    <nd ref='-1186' />
+    <nd ref='-1180' />
+    <nd ref='-1182' />
+    <nd ref='-1184' />
+    <nd ref='-1176' />
+    <nd ref='-1178' />
+    <nd ref='-1174' />
+    <nd ref='-1158' />
+    <nd ref='-1160' />
+    <nd ref='-1156' />
+    <nd ref='-1162' />
+    <nd ref='-28256' />
+    <nd ref='-28254' />
+    <nd ref='-1172' />
+    <nd ref='-1168' />
+    <nd ref='-1166' />
+    <nd ref='-1164' />
+    <nd ref='-1170' />
+    <nd ref='-7098' />
+    <nd ref='-11428' />
+    <nd ref='-11998' />
+    <nd ref='-12000' />
+    <nd ref='-9068' />
+    <tag k='ISO3166-1:alpha2' v='TR' />
+    <tag k='name:en' v='Turkey' />
+  </way>
+  <way id='-29236'>
+    <nd ref='-11952' />
+    <nd ref='-11950' />
+    <nd ref='-7764' />
+    <nd ref='-11946' />
+    <nd ref='-7762' />
+    <nd ref='-7760' />
+    <nd ref='-7758' />
+    <nd ref='-11948' />
+    <nd ref='-7756' />
+    <nd ref='-11944' />
+    <nd ref='-11442' />
+    <nd ref='-11954' />
+    <nd ref='-11956' />
+    <nd ref='-11952' />
+    <tag k='ISO3166-1:alpha2' v='TW' />
+    <tag k='ISO3166-2' v='CN-TW' />
+    <tag k='name:en' v='Taiwan' />
+    <tag k='note' v='Self admin.; Claimed by China' />
+    <tag k='taginfo' v='https://taginfo.osm.kcwu.csie.org' />
+  </way>
+  <way id='-29238'>
+    <nd ref='-11444' />
+    <nd ref='-9838' />
+    <nd ref='-4068' />
+    <nd ref='-4064' />
+    <nd ref='-4066' />
+    <nd ref='-9836' />
+    <nd ref='-9834' />
+    <nd ref='-4062' />
+    <nd ref='-4058' />
+    <nd ref='-4060' />
+    <nd ref='-9832' />
+    <nd ref='-4052' />
+    <nd ref='-9830' />
+    <nd ref='-4056' />
+    <nd ref='-4054' />
+    <nd ref='-11446' />
+    <nd ref='-10540' />
+    <nd ref='-17980' />
+    <nd ref='-17982' />
+    <nd ref='-17976' />
+    <nd ref='-17978' />
+    <nd ref='-17970' />
+    <nd ref='-17972' />
+    <nd ref='-17974' />
+    <nd ref='-17952' />
+    <nd ref='-17968' />
+    <nd ref='-17966' />
+    <nd ref='-17964' />
+    <nd ref='-17962' />
+    <nd ref='-17960' />
+    <nd ref='-17958' />
+    <nd ref='-17954' />
+    <nd ref='-17956' />
+    <nd ref='-10592' />
+    <nd ref='-802' />
+    <nd ref='-804' />
+    <nd ref='-806' />
+    <nd ref='-10590' />
+    <nd ref='-808' />
+    <nd ref='-810' />
+    <nd ref='-812' />
+    <nd ref='-10588' />
+    <nd ref='-814' />
+    <nd ref='-824' />
+    <nd ref='-820' />
+    <nd ref='-818' />
+    <nd ref='-822' />
+    <nd ref='-816' />
+    <nd ref='-10586' />
+    <nd ref='-826' />
+    <nd ref='-828' />
+    <nd ref='-10598' />
+    <nd ref='-11584' />
+    <nd ref='-768' />
+    <nd ref='-770' />
+    <nd ref='-772' />
+    <nd ref='-774' />
+    <nd ref='-784' />
+    <nd ref='-780' />
+    <nd ref='-782' />
+    <nd ref='-778' />
+    <nd ref='-776' />
+    <nd ref='-786' />
+    <nd ref='-800' />
+    <nd ref='-796' />
+    <nd ref='-794' />
+    <nd ref='-798' />
+    <nd ref='-792' />
+    <nd ref='-788' />
+    <nd ref='-790' />
+    <nd ref='-8108' />
+    <nd ref='-4070' />
+    <nd ref='-8106' />
+    <nd ref='-6654' />
+    <nd ref='-11448' />
+    <nd ref='-4090' />
+    <nd ref='-26876' />
+    <nd ref='-26878' />
+    <nd ref='-26880' />
+    <nd ref='-4088' />
+    <nd ref='-4086' />
+    <nd ref='-4084' />
+    <nd ref='-6652' />
+    <nd ref='-4082' />
+    <nd ref='-4080' />
+    <nd ref='-4078' />
+    <nd ref='-4076' />
+    <nd ref='-4074' />
+    <nd ref='-4072' />
+    <nd ref='-6650' />
+    <nd ref='-11450' />
+    <nd ref='-3746' />
+    <nd ref='-3744' />
+    <nd ref='-11452' />
+    <nd ref='-3742' />
+    <nd ref='-10992' />
+    <nd ref='-3740' />
+    <nd ref='-3738' />
+    <nd ref='-3736' />
+    <nd ref='-10990' />
+    <nd ref='-3734' />
+    <nd ref='-3732' />
+    <nd ref='-3730' />
+    <nd ref='-11444' />
+    <tag k='ISO3166-1:alpha2' v='TZ' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Tanzania' />
+  </way>
+  <way id='-29240'>
+    <nd ref='-9838' />
+    <nd ref='-11444' />
+    <nd ref='-3730' />
+    <nd ref='-3732' />
+    <nd ref='-3734' />
+    <nd ref='-10990' />
+    <nd ref='-10996' />
+    <nd ref='-3724' />
+    <nd ref='-3726' />
+    <nd ref='-3728' />
+    <nd ref='-10994' />
+    <nd ref='-506' />
+    <nd ref='-504' />
+    <nd ref='-502' />
+    <nd ref='-500' />
+    <nd ref='-498' />
+    <nd ref='-508' />
+    <nd ref='-530' />
+    <nd ref='-512' />
+    <nd ref='-510' />
+    <nd ref='-520' />
+    <nd ref='-518' />
+    <nd ref='-516' />
+    <nd ref='-514' />
+    <nd ref='-528' />
+    <nd ref='-526' />
+    <nd ref='-522' />
+    <nd ref='-524' />
+    <nd ref='-536' />
+    <nd ref='-532' />
+    <nd ref='-534' />
+    <nd ref='-488' />
+    <nd ref='-490' />
+    <nd ref='-486' />
+    <nd ref='-482' />
+    <nd ref='-484' />
+    <nd ref='-492' />
+    <nd ref='-494' />
+    <nd ref='-480' />
+    <nd ref='-496' />
+    <nd ref='-476' />
+    <nd ref='-478' />
+    <nd ref='-472' />
+    <nd ref='-474' />
+    <nd ref='-470' />
+    <nd ref='-466' />
+    <nd ref='-468' />
+    <nd ref='-11454' />
+    <nd ref='-568' />
+    <nd ref='-570' />
+    <nd ref='-564' />
+    <nd ref='-562' />
+    <nd ref='-560' />
+    <nd ref='-558' />
+    <nd ref='-566' />
+    <nd ref='-554' />
+    <nd ref='-556' />
+    <nd ref='-552' />
+    <nd ref='-550' />
+    <nd ref='-26894' />
+    <nd ref='-548' />
+    <nd ref='-546' />
+    <nd ref='-544' />
+    <nd ref='-542' />
+    <nd ref='-540' />
+    <nd ref='-538' />
+    <nd ref='-11456' />
+    <nd ref='-11072' />
+    <nd ref='-11070' />
+    <nd ref='-11458' />
+    <nd ref='-618' />
+    <nd ref='-620' />
+    <nd ref='-634' />
+    <nd ref='-626' />
+    <nd ref='-624' />
+    <nd ref='-622' />
+    <nd ref='-632' />
+    <nd ref='-630' />
+    <nd ref='-628' />
+    <nd ref='-646' />
+    <nd ref='-636' />
+    <nd ref='-638' />
+    <nd ref='-640' />
+    <nd ref='-642' />
+    <nd ref='-644' />
+    <nd ref='-668' />
+    <nd ref='-666' />
+    <nd ref='-660' />
+    <nd ref='-658' />
+    <nd ref='-662' />
+    <nd ref='-664' />
+    <nd ref='-650' />
+    <nd ref='-648' />
+    <nd ref='-656' />
+    <nd ref='-652' />
+    <nd ref='-654' />
+    <nd ref='-694' />
+    <nd ref='-670' />
+    <nd ref='-26892' />
+    <nd ref='-672' />
+    <nd ref='-674' />
+    <nd ref='-682' />
+    <nd ref='-676' />
+    <nd ref='-680' />
+    <nd ref='-678' />
+    <nd ref='-684' />
+    <nd ref='-686' />
+    <nd ref='-692' />
+    <nd ref='-690' />
+    <nd ref='-688' />
+    <nd ref='-9838' />
+    <tag k='ISO3166-1:alpha2' v='UG' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Uganda' />
+  </way>
+  <way id='-29242'>
+    <nd ref='-11466' />
+    <nd ref='-11468' />
+    <nd ref='-11470' />
+    <nd ref='-12062' />
+    <nd ref='-11472' />
+    <nd ref='-12004' />
+    <nd ref='-20100' />
+    <nd ref='-20102' />
+    <nd ref='-20098' />
+    <nd ref='-20096' />
+    <nd ref='-20094' />
+    <nd ref='-20092' />
+    <nd ref='-20088' />
+    <nd ref='-20090' />
+    <nd ref='-20086' />
+    <nd ref='-20084' />
+    <nd ref='-20082' />
+    <nd ref='-20080' />
+    <nd ref='-11474' />
+    <nd ref='-10904' />
+    <nd ref='-10202' />
+    <nd ref='-19724' />
+    <nd ref='-19726' />
+    <nd ref='-19718' />
+    <nd ref='-19720' />
+    <nd ref='-19722' />
+    <nd ref='-19730' />
+    <nd ref='-19728' />
+    <nd ref='-19716' />
+    <nd ref='-19732' />
+    <nd ref='-19736' />
+    <nd ref='-19734' />
+    <nd ref='-19740' />
+    <nd ref='-19742' />
+    <nd ref='-19744' />
+    <nd ref='-10200' />
+    <nd ref='-19738' />
+    <nd ref='-10198' />
+    <nd ref='-82597' />
+    <nd ref='-82614' />
+    <nd ref='-19748' />
+    <nd ref='-82646' />
+    <nd ref='-82666' />
+    <nd ref='-19752' />
+    <nd ref='-19750' />
+    <nd ref='-19754' />
+    <nd ref='-19762' />
+    <nd ref='-19756' />
+    <nd ref='-19758' />
+    <nd ref='-19760' />
+    <nd ref='-19764' />
+    <nd ref='-10196' />
+    <nd ref='-10194' />
+    <nd ref='-19768' />
+    <nd ref='-19770' />
+    <nd ref='-19772' />
+    <nd ref='-19766' />
+    <nd ref='-19774' />
+    <nd ref='-19776' />
+    <nd ref='-82716' />
+    <nd ref='-82699' />
+    <nd ref='-19778' />
+    <nd ref='-19780' />
+    <nd ref='-19782' />
+    <nd ref='-19784' />
+    <nd ref='-19786' />
+    <nd ref='-19788' />
+    <nd ref='-10192' />
+    <nd ref='-10190' />
+    <nd ref='-10188' />
+    <nd ref='-19790' />
+    <nd ref='-19792' />
+    <nd ref='-19794' />
+    <nd ref='-19804' />
+    <nd ref='-19802' />
+    <nd ref='-19800' />
+    <nd ref='-19798' />
+    <nd ref='-19796' />
+    <nd ref='-10186' />
+    <nd ref='-19806' />
+    <nd ref='-19812' />
+    <nd ref='-19814' />
+    <nd ref='-19816' />
+    <nd ref='-19818' />
+    <nd ref='-19810' />
+    <nd ref='-19808' />
+    <nd ref='-19820' />
+    <nd ref='-10184' />
+    <nd ref='-19822' />
+    <nd ref='-82766' />
+    <nd ref='-19824' />
+    <nd ref='-19826' />
+    <nd ref='-19840' />
+    <nd ref='-82779' />
+    <nd ref='-19836' />
+    <nd ref='-19838' />
+    <nd ref='-19832' />
+    <nd ref='-82815' />
+    <nd ref='-82847' />
+    <nd ref='-19834' />
+    <nd ref='-19830' />
+    <nd ref='-82866' />
+    <nd ref='-82886' />
+    <nd ref='-19828' />
+    <nd ref='-19846' />
+    <nd ref='-19844' />
+    <nd ref='-19842' />
+    <nd ref='-82917' />
+    <nd ref='-10182' />
+    <nd ref='-82933' />
+    <nd ref='-82951' />
+    <nd ref='-82984' />
+    <nd ref='-82997' />
+    <nd ref='-10180' />
+    <nd ref='-19684' />
+    <nd ref='-19682' />
+    <nd ref='-19680' />
+    <nd ref='-19678' />
+    <nd ref='-19676' />
+    <nd ref='-19674' />
+    <nd ref='-19672' />
+    <nd ref='-10212' />
+    <nd ref='-10210' />
+    <nd ref='-19670' />
+    <nd ref='-19668' />
+    <nd ref='-19666' />
+    <nd ref='-19664' />
+    <nd ref='-19662' />
+    <nd ref='-19660' />
+    <nd ref='-19658' />
+    <nd ref='-19656' />
+    <nd ref='-19654' />
+    <nd ref='-19652' />
+    <nd ref='-10208' />
+    <nd ref='-20110' />
+    <nd ref='-20108' />
+    <nd ref='-20104' />
+    <nd ref='-20106' />
+    <nd ref='-10924' />
+    <nd ref='-20112' />
+    <nd ref='-20114' />
+    <nd ref='-20118' />
+    <nd ref='-20116' />
+    <nd ref='-20120' />
+    <nd ref='-20122' />
+    <nd ref='-10922' />
+    <nd ref='-20138' />
+    <nd ref='-20140' />
+    <nd ref='-20136' />
+    <nd ref='-81921' />
+    <nd ref='-81946' />
+    <nd ref='-81965' />
+    <nd ref='-81994' />
+    <nd ref='-82012' />
+    <nd ref='-20134' />
+    <nd ref='-82045' />
+    <nd ref='-82062' />
+    <nd ref='-20126' />
+    <nd ref='-20132' />
+    <nd ref='-20130' />
+    <nd ref='-20128' />
+    <nd ref='-82089' />
+    <nd ref='-82079' />
+    <nd ref='-20124' />
+    <nd ref='-10920' />
+    <nd ref='-20152' />
+    <nd ref='-20154' />
+    <nd ref='-20150' />
+    <nd ref='-20156' />
+    <nd ref='-20142' />
+    <nd ref='-20146' />
+    <nd ref='-20148' />
+    <nd ref='-20144' />
+    <nd ref='-9238' />
+    <nd ref='-20170' />
+    <nd ref='-20172' />
+    <nd ref='-20168' />
+    <nd ref='-20176' />
+    <nd ref='-20174' />
+    <nd ref='-20162' />
+    <nd ref='-20166' />
+    <nd ref='-20164' />
+    <nd ref='-20160' />
+    <nd ref='-20158' />
+    <nd ref='-9236' />
+    <nd ref='-20300' />
+    <nd ref='-20304' />
+    <nd ref='-20302' />
+    <nd ref='-11182' />
+    <nd ref='-20308' />
+    <nd ref='-20306' />
+    <nd ref='-11476' />
+    <nd ref='-11478' />
+    <nd ref='-20310' />
+    <nd ref='-10838' />
+    <nd ref='-20456' />
+    <nd ref='-20454' />
+    <nd ref='-10836' />
+    <nd ref='-81419' />
+    <nd ref='-81403' />
+    <nd ref='-81392' />
+    <nd ref='-10834' />
+    <nd ref='-20450' />
+    <nd ref='-20452' />
+    <nd ref='-11480' />
+    <nd ref='-20446' />
+    <nd ref='-20444' />
+    <nd ref='-81374' />
+    <nd ref='-20448' />
+    <nd ref='-11482' />
+    <nd ref='-20432' />
+    <nd ref='-20430' />
+    <nd ref='-20440' />
+    <nd ref='-20442' />
+    <nd ref='-20436' />
+    <nd ref='-20438' />
+    <nd ref='-20434' />
+    <nd ref='-11484' />
+    <nd ref='-81341' />
+    <nd ref='-20428' />
+    <nd ref='-11486' />
+    <nd ref='-11488' />
+    <nd ref='-20418' />
+    <nd ref='-20420' />
+    <nd ref='-20422' />
+    <nd ref='-20424' />
+    <nd ref='-20426' />
+    <nd ref='-20416' />
+    <nd ref='-7184' />
+    <nd ref='-20458' />
+    <nd ref='-20460' />
+    <nd ref='-20462' />
+    <nd ref='-20464' />
+    <nd ref='-11490' />
+    <nd ref='-20466' />
+    <nd ref='-82546' />
+    <nd ref='-82527' />
+    <nd ref='-82512' />
+    <nd ref='-20468' />
+    <nd ref='-20470' />
+    <nd ref='-7182' />
+    <nd ref='-20476' />
+    <nd ref='-20474' />
+    <nd ref='-82494' />
+    <nd ref='-20478' />
+    <nd ref='-20472' />
+    <nd ref='-11492' />
+    <nd ref='-7180' />
+    <nd ref='-20482' />
+    <nd ref='-20480' />
+    <nd ref='-20498' />
+    <nd ref='-20502' />
+    <nd ref='-20500' />
+    <nd ref='-20484' />
+    <nd ref='-20486' />
+    <nd ref='-20488' />
+    <nd ref='-20490' />
+    <nd ref='-20496' />
+    <nd ref='-20492' />
+    <nd ref='-20494' />
+    <nd ref='-11494' />
+    <nd ref='-11496' />
+    <nd ref='-20522' />
+    <nd ref='-7178' />
+    <nd ref='-20524' />
+    <nd ref='-20526' />
+    <nd ref='-20520' />
+    <nd ref='-20528' />
+    <nd ref='-20532' />
+    <nd ref='-20530' />
+    <nd ref='-20534' />
+    <nd ref='-20536' />
+    <nd ref='-20510' />
+    <nd ref='-20512' />
+    <nd ref='-20516' />
+    <nd ref='-20518' />
+    <nd ref='-20514' />
+    <nd ref='-20506' />
+    <nd ref='-20508' />
+    <nd ref='-20504' />
+    <nd ref='-7176' />
+    <nd ref='-20538' />
+    <nd ref='-20540' />
+    <nd ref='-20542' />
+    <nd ref='-20548' />
+    <nd ref='-20550' />
+    <nd ref='-20544' />
+    <nd ref='-20546' />
+    <nd ref='-20552' />
+    <nd ref='-82430' />
+    <nd ref='-82417' />
+    <nd ref='-82405' />
+    <nd ref='-7174' />
+    <nd ref='-20554' />
+    <nd ref='-20556' />
+    <nd ref='-20558' />
+    <nd ref='-10968' />
+    <nd ref='-20568' />
+    <nd ref='-20570' />
+    <nd ref='-20572' />
+    <nd ref='-20566' />
+    <nd ref='-10966' />
+    <nd ref='-10964' />
+    <nd ref='-10962' />
+    <nd ref='-20710' />
+    <nd ref='-20720' />
+    <nd ref='-20718' />
+    <nd ref='-20708' />
+    <nd ref='-20712' />
+    <nd ref='-20714' />
+    <nd ref='-20716' />
+    <nd ref='-20704' />
+    <nd ref='-20706' />
+    <nd ref='-20722' />
+    <nd ref='-20724' />
+    <nd ref='-20726' />
+    <nd ref='-20728' />
+    <nd ref='-83034' />
+    <nd ref='-20730' />
+    <nd ref='-20732' />
+    <nd ref='-20734' />
+    <nd ref='-20738' />
+    <nd ref='-20736' />
+    <nd ref='-83060' />
+    <nd ref='-20740' />
+    <nd ref='-20744' />
+    <nd ref='-20746' />
+    <nd ref='-20742' />
+    <nd ref='-20750' />
+    <nd ref='-20752' />
+    <nd ref='-20748' />
+    <nd ref='-20754' />
+    <nd ref='-20760' />
+    <nd ref='-20756' />
+    <nd ref='-20758' />
+    <nd ref='-20764' />
+    <nd ref='-20762' />
+    <nd ref='-20766' />
+    <nd ref='-20768' />
+    <nd ref='-20770' />
+    <nd ref='-83108' />
+    <nd ref='-83123' />
+    <nd ref='-20776' />
+    <nd ref='-20774' />
+    <nd ref='-20772' />
+    <nd ref='-20780' />
+    <nd ref='-20778' />
+    <nd ref='-20786' />
+    <nd ref='-20784' />
+    <nd ref='-20782' />
+    <nd ref='-83150' />
+    <nd ref='-20788' />
+    <nd ref='-20792' />
+    <nd ref='-20790' />
+    <nd ref='-20794' />
+    <nd ref='-83200' />
+    <nd ref='-83237' />
+    <nd ref='-20796' />
+    <nd ref='-20800' />
+    <nd ref='-20798' />
+    <nd ref='-10960' />
+    <nd ref='-20802' />
+    <nd ref='-20806' />
+    <nd ref='-20808' />
+    <nd ref='-83256' />
+    <nd ref='-20804' />
+    <nd ref='-20818' />
+    <nd ref='-20820' />
+    <nd ref='-20822' />
+    <nd ref='-20828' />
+    <nd ref='-20824' />
+    <nd ref='-20826' />
+    <nd ref='-20810' />
+    <nd ref='-20812' />
+    <nd ref='-20816' />
+    <nd ref='-20814' />
+    <nd ref='-10958' />
+    <nd ref='-20836' />
+    <nd ref='-20834' />
+    <nd ref='-20832' />
+    <nd ref='-20830' />
+    <nd ref='-20838' />
+    <nd ref='-83274' />
+    <nd ref='-20840' />
+    <nd ref='-20842' />
+    <nd ref='-20846' />
+    <nd ref='-20844' />
+    <nd ref='-20848' />
+    <nd ref='-20850' />
+    <nd ref='-20856' />
+    <nd ref='-83291' />
+    <nd ref='-83305' />
+    <nd ref='-20858' />
+    <nd ref='-20852' />
+    <nd ref='-20854' />
+    <nd ref='-10956' />
+    <nd ref='-10954' />
+    <nd ref='-10952' />
+    <nd ref='-83333' />
+    <nd ref='-83362' />
+    <nd ref='-20862' />
+    <nd ref='-20864' />
+    <nd ref='-20866' />
+    <nd ref='-20872' />
+    <nd ref='-20870' />
+    <nd ref='-20868' />
+    <nd ref='-20860' />
+    <nd ref='-83376' />
+    <nd ref='-83399' />
+    <nd ref='-10950' />
+    <nd ref='-83412' />
+    <nd ref='-20882' />
+    <nd ref='-20892' />
+    <nd ref='-83455' />
+    <nd ref='-20890' />
+    <nd ref='-20888' />
+    <nd ref='-20884' />
+    <nd ref='-20886' />
+    <nd ref='-20880' />
+    <nd ref='-83513' />
+    <nd ref='-83537' />
+    <nd ref='-83564' />
+    <nd ref='-20878' />
+    <nd ref='-20876' />
+    <nd ref='-20874' />
+    <nd ref='-20898' />
+    <nd ref='-20896' />
+    <nd ref='-20894' />
+    <nd ref='-20900' />
+    <nd ref='-10948' />
+    <nd ref='-10946' />
+    <nd ref='-20902' />
+    <nd ref='-10944' />
+    <nd ref='-10942' />
+    <nd ref='-20914' />
+    <nd ref='-20912' />
+    <nd ref='-20904' />
+    <nd ref='-20908' />
+    <nd ref='-20910' />
+    <nd ref='-20906' />
+    <nd ref='-10940' />
+    <nd ref='-11460' />
+    <nd ref='-11462' />
+    <nd ref='-12060' />
+    <nd ref='-11464' />
+    <nd ref='-12058' />
+    <nd ref='-12056' />
+    <nd ref='-12054' />
+    <nd ref='-12052' />
+    <nd ref='-12050' />
+    <nd ref='-12048' />
+    <nd ref='-12046' />
+    <nd ref='-12044' />
+    <nd ref='-12042' />
+    <nd ref='-12040' />
+    <nd ref='-12038' />
+    <nd ref='-12036' />
+    <nd ref='-12034' />
+    <nd ref='-12032' />
+    <nd ref='-12030' />
+    <nd ref='-12028' />
+    <nd ref='-12026' />
+    <nd ref='-12024' />
+    <nd ref='-12022' />
+    <nd ref='-12020' />
+    <nd ref='-12018' />
+    <nd ref='-12016' />
+    <nd ref='-12014' />
+    <nd ref='-12012' />
+    <nd ref='-12010' />
+    <nd ref='-11466' />
+    <tag k='ISO3166-1:alpha2' v='UA' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:trunk' v='110' />
+    <tag k='maxspeed:urban' v='60' />
+    <tag k='name:en' v='Ukraine' />
+  </way>
+  <way id='-29244'>
+    <nd ref='-7254' />
+    <nd ref='-5574' />
+    <nd ref='-5572' />
+    <nd ref='-26354' />
+    <nd ref='-26352' />
+    <nd ref='-26350' />
+    <nd ref='-5566' />
+    <nd ref='-5568' />
+    <nd ref='-26356' />
+    <nd ref='-26366' />
+    <nd ref='-26364' />
+    <nd ref='-26362' />
+    <nd ref='-26360' />
+    <nd ref='-26368' />
+    <nd ref='-26370' />
+    <nd ref='-26372' />
+    <nd ref='-26374' />
+    <nd ref='-26358' />
+    <nd ref='-26376' />
+    <nd ref='-26378' />
+    <nd ref='-26380' />
+    <nd ref='-26382' />
+    <nd ref='-5570' />
+    <nd ref='-5564' />
+    <nd ref='-5562' />
+    <nd ref='-26384' />
+    <nd ref='-26388' />
+    <nd ref='-26386' />
+    <nd ref='-7252' />
+    <nd ref='-6084' />
+    <nd ref='-6444' />
+    <nd ref='-5578' />
+    <nd ref='-5580' />
+    <nd ref='-26322' />
+    <nd ref='-5582' />
+    <nd ref='-6442' />
+    <nd ref='-26326' />
+    <nd ref='-26324' />
+    <nd ref='-5576' />
+    <nd ref='-26334' />
+    <nd ref='-26336' />
+    <nd ref='-26330' />
+    <nd ref='-26328' />
+    <nd ref='-26332' />
+    <nd ref='-26346' />
+    <nd ref='-26348' />
+    <nd ref='-26344' />
+    <nd ref='-26340' />
+    <nd ref='-26342' />
+    <nd ref='-26338' />
+    <nd ref='-7254' />
+    <tag k='ISO3166-1:alpha2' v='UY' />
+    <tag k='name:en' v='Uruguay' />
+  </way>
+  <way id='-29246'>
+    <nd ref='-11498' />
+    <nd ref='-11500' />
+    <nd ref='-11502' />
+    <nd ref='-11504' />
+    <nd ref='-11498' />
+    <tag k='name:en' v='Navassa Island' />
+  </way>
+  <way id='-29248'>
+    <nd ref='-11506' />
+    <nd ref='-11508' />
+    <nd ref='-11510' />
+    <nd ref='-11512' />
+    <nd ref='-11506' />
+    <tag k='name:en' v='Wake Island' />
+  </way>
+  <way id='-29250'>
+    <nd ref='-9882' />
+    <nd ref='-21182' />
+    <nd ref='-9884' />
+    <nd ref='-21390' />
+    <nd ref='-11516' />
+    <nd ref='-9882' />
+  </way>
+  <way id='-29252'>
+    <nd ref='-21388' />
+    <nd ref='-11518' />
+    <nd ref='-21184' />
+    <nd ref='-11520' />
+    <nd ref='-27720' />
+    <nd ref='-9878' />
+    <nd ref='-21186' />
+    <nd ref='-27722' />
+    <nd ref='-21190' />
+    <nd ref='-27724' />
+    <nd ref='-11522' />
+    <nd ref='-11524' />
+    <nd ref='-9880' />
+    <nd ref='-21188' />
+    <nd ref='-21388' />
+  </way>
+  <way id='-29254'>
+    <nd ref='-9630' />
+    <nd ref='-14872' />
+    <nd ref='-11912' />
+    <nd ref='-11914' />
+    <nd ref='-11916' />
+    <nd ref='-14874' />
+    <nd ref='-14876' />
+    <nd ref='-14878' />
+    <nd ref='-14880' />
+    <nd ref='-14882' />
+    <nd ref='-14884' />
+    <nd ref='-14886' />
+    <nd ref='-27844' />
+    <nd ref='-14888' />
+    <nd ref='-9628' />
+    <nd ref='-14890' />
+    <nd ref='-14892' />
+    <nd ref='-14894' />
+    <nd ref='-14896' />
+    <nd ref='-14898' />
+    <nd ref='-27816' />
+    <nd ref='-27822' />
+    <nd ref='-27820' />
+    <nd ref='-27824' />
+    <nd ref='-27826' />
+    <nd ref='-27828' />
+    <nd ref='-27818' />
+    <nd ref='-27830' />
+    <nd ref='-27832' />
+    <nd ref='-27834' />
+    <nd ref='-27836' />
+    <nd ref='-27838' />
+    <nd ref='-27840' />
+    <nd ref='-27842' />
+    <nd ref='-9626' />
+    <nd ref='-9874' />
+    <nd ref='-14902' />
+    <nd ref='-14904' />
+    <nd ref='-9872' />
+    <nd ref='-21080' />
+    <nd ref='-21082' />
+    <nd ref='-21086' />
+    <nd ref='-21084' />
+    <nd ref='-21088' />
+    <nd ref='-21090' />
+    <nd ref='-21092' />
+    <nd ref='-21094' />
+    <nd ref='-21096' />
+    <nd ref='-21098' />
+    <nd ref='-21100' />
+    <nd ref='-21102' />
+    <nd ref='-27768' />
+    <nd ref='-27770' />
+    <nd ref='-21104' />
+    <nd ref='-21106' />
+    <nd ref='-21112' />
+    <nd ref='-21110' />
+    <nd ref='-21108' />
+    <nd ref='-21114' />
+    <nd ref='-21116' />
+    <nd ref='-27766' />
+    <nd ref='-21118' />
+    <nd ref='-21120' />
+    <nd ref='-21122' />
+    <nd ref='-27764' />
+    <nd ref='-21124' />
+    <nd ref='-27802' />
+    <nd ref='-27800' />
+    <nd ref='-27762' />
+    <nd ref='-27758' />
+    <nd ref='-27760' />
+    <nd ref='-21126' />
+    <nd ref='-27752' />
+    <nd ref='-27754' />
+    <nd ref='-21128' />
+    <nd ref='-27756' />
+    <nd ref='-27750' />
+    <nd ref='-27748' />
+    <nd ref='-27746' />
+    <nd ref='-21130' />
+    <nd ref='-11526' />
+    <nd ref='-27744' />
+    <nd ref='-21138' />
+    <nd ref='-21134' />
+    <nd ref='-21136' />
+    <nd ref='-21132' />
+    <nd ref='-9870' />
+    <nd ref='-27742' />
+    <nd ref='-27740' />
+    <nd ref='-27736' />
+    <nd ref='-27738' />
+    <nd ref='-27674' />
+    <nd ref='-27676' />
+    <nd ref='-21158' />
+    <nd ref='-27678' />
+    <nd ref='-27734' />
+    <nd ref='-21156' />
+    <nd ref='-27730' />
+    <nd ref='-27732' />
+    <nd ref='-27682' />
+    <nd ref='-27680' />
+    <nd ref='-21146' />
+    <nd ref='-21144' />
+    <nd ref='-21154' />
+    <nd ref='-21148' />
+    <nd ref='-21150' />
+    <nd ref='-27684' />
+    <nd ref='-27686' />
+    <nd ref='-27728' />
+    <nd ref='-21152' />
+    <nd ref='-21142' />
+    <nd ref='-27726' />
+    <nd ref='-21160' />
+    <nd ref='-21162' />
+    <nd ref='-21140' />
+    <nd ref='-21180' />
+    <nd ref='-27688' />
+    <nd ref='-21178' />
+    <nd ref='-27690' />
+    <nd ref='-21176' />
+    <nd ref='-27692' />
+    <nd ref='-21174' />
+    <nd ref='-21170' />
+    <nd ref='-21168' />
+    <nd ref='-27694' />
+    <nd ref='-27710' />
+    <nd ref='-27712' />
+    <nd ref='-21172' />
+    <nd ref='-21166' />
+    <nd ref='-21164' />
+    <nd ref='-11528' />
+    <nd ref='-11530' />
+    <nd ref='-11318' />
+    <nd ref='-11316' />
+    <nd ref='-11314' />
+    <nd ref='-21194' />
+    <nd ref='-21196' />
+    <nd ref='-11312' />
+    <nd ref='-21198' />
+    <nd ref='-11310' />
+    <nd ref='-11372' />
+    <nd ref='-21206' />
+    <nd ref='-21204' />
+    <nd ref='-11370' />
+    <nd ref='-27814' />
+    <nd ref='-21214' />
+    <nd ref='-21212' />
+    <nd ref='-21210' />
+    <nd ref='-21208' />
+    <nd ref='-27812' />
+    <nd ref='-11368' />
+    <nd ref='-21216' />
+    <nd ref='-27810' />
+    <nd ref='-21230' />
+    <nd ref='-21232' />
+    <nd ref='-27808' />
+    <nd ref='-21228' />
+    <nd ref='-21222' />
+    <nd ref='-21224' />
+    <nd ref='-21226' />
+    <nd ref='-21218' />
+    <nd ref='-27806' />
+    <nd ref='-27804' />
+    <nd ref='-21220' />
+    <nd ref='-21244' />
+    <nd ref='-21242' />
+    <nd ref='-21240' />
+    <nd ref='-21238' />
+    <nd ref='-21236' />
+    <nd ref='-21246' />
+    <nd ref='-21248' />
+    <nd ref='-21250' />
+    <nd ref='-21256' />
+    <nd ref='-21254' />
+    <nd ref='-21252' />
+    <nd ref='-21260' />
+    <nd ref='-21258' />
+    <nd ref='-21234' />
+    <nd ref='-21262' />
+    <nd ref='-11366' />
+    <nd ref='-21350' />
+    <nd ref='-21348' />
+    <nd ref='-21346' />
+    <nd ref='-21344' />
+    <nd ref='-21342' />
+    <nd ref='-21338' />
+    <nd ref='-21340' />
+    <nd ref='-21336' />
+    <nd ref='-21334' />
+    <nd ref='-21332' />
+    <nd ref='-21352' />
+    <nd ref='-11364' />
+    <nd ref='-11362' />
+    <nd ref='-21354' />
+    <nd ref='-11360' />
+    <nd ref='-21364' />
+    <nd ref='-21362' />
+    <nd ref='-21360' />
+    <nd ref='-21358' />
+    <nd ref='-21356' />
+    <nd ref='-11358' />
+    <nd ref='-21370' />
+    <nd ref='-21368' />
+    <nd ref='-21366' />
+    <nd ref='-11356' />
+    <nd ref='-21372' />
+    <nd ref='-11354' />
+    <nd ref='-6304' />
+    <nd ref='-21376' />
+    <nd ref='-21374' />
+    <nd ref='-21382' />
+    <nd ref='-21384' />
+    <nd ref='-21386' />
+    <nd ref='-21380' />
+    <nd ref='-21378' />
+    <nd ref='-11380' />
+    <nd ref='-21012' />
+    <nd ref='-21014' />
+    <nd ref='-21016' />
+    <nd ref='-21018' />
+    <nd ref='-21010' />
+    <nd ref='-21008' />
+    <nd ref='-21006' />
+    <nd ref='-21004' />
+    <nd ref='-21002' />
+    <nd ref='-11378' />
+    <nd ref='-21000' />
+    <nd ref='-11376' />
+    <nd ref='-20998' />
+    <nd ref='-20996' />
+    <nd ref='-20994' />
+    <nd ref='-20992' />
+    <nd ref='-20990' />
+    <nd ref='-20988' />
+    <nd ref='-20986' />
+    <nd ref='-27848' />
+    <nd ref='-20984' />
+    <nd ref='-20982' />
+    <nd ref='-20980' />
+    <nd ref='-11374' />
+    <nd ref='-20978' />
+    <nd ref='-20976' />
+    <nd ref='-20962' />
+    <nd ref='-20964' />
+    <nd ref='-20966' />
+    <nd ref='-20968' />
+    <nd ref='-20970' />
+    <nd ref='-20972' />
+    <nd ref='-20974' />
+    <nd ref='-20960' />
+    <nd ref='-20958' />
+    <nd ref='-20952' />
+    <nd ref='-27846' />
+    <nd ref='-20950' />
+    <nd ref='-20948' />
+    <nd ref='-20946' />
+    <nd ref='-20944' />
+    <nd ref='-20942' />
+    <nd ref='-20940' />
+    <nd ref='-20934' />
+    <nd ref='-20932' />
+    <nd ref='-20930' />
+    <nd ref='-20936' />
+    <nd ref='-20938' />
+    <nd ref='-20954' />
+    <nd ref='-20956' />
+    <nd ref='-20922' />
+    <nd ref='-20926' />
+    <nd ref='-20928' />
+    <nd ref='-20924' />
+    <nd ref='-20916' />
+    <nd ref='-20918' />
+    <nd ref='-20920' />
+    <nd ref='-11386' />
+    <nd ref='-9756' />
+    <nd ref='-9754' />
+    <nd ref='-9752' />
+    <nd ref='-9750' />
+    <nd ref='-9748' />
+    <nd ref='-9746' />
+    <nd ref='-9744' />
+    <nd ref='-9742' />
+    <nd ref='-9740' />
+    <nd ref='-9738' />
+    <nd ref='-9736' />
+    <nd ref='-9734' />
+    <nd ref='-9732' />
+    <nd ref='-9730' />
+    <nd ref='-9728' />
+    <nd ref='-9726' />
+    <nd ref='-9724' />
+    <nd ref='-9722' />
+    <nd ref='-9720' />
+    <nd ref='-9718' />
+    <nd ref='-9716' />
+    <nd ref='-9714' />
+    <nd ref='-9712' />
+    <nd ref='-9710' />
+    <nd ref='-9708' />
+    <nd ref='-9706' />
+    <nd ref='-9704' />
+    <nd ref='-9702' />
+    <nd ref='-9700' />
+    <nd ref='-9698' />
+    <nd ref='-9696' />
+    <nd ref='-9694' />
+    <nd ref='-9692' />
+    <nd ref='-9690' />
+    <nd ref='-9688' />
+    <nd ref='-9686' />
+    <nd ref='-9684' />
+    <nd ref='-9682' />
+    <nd ref='-9680' />
+    <nd ref='-9678' />
+    <nd ref='-9676' />
+    <nd ref='-9674' />
+    <nd ref='-9672' />
+    <nd ref='-9670' />
+    <nd ref='-9668' />
+    <nd ref='-9666' />
+    <nd ref='-9664' />
+    <nd ref='-9662' />
+    <nd ref='-9660' />
+    <nd ref='-9658' />
+    <nd ref='-9656' />
+    <nd ref='-9654' />
+    <nd ref='-9652' />
+    <nd ref='-9650' />
+    <nd ref='-9648' />
+    <nd ref='-9646' />
+    <nd ref='-9644' />
+    <nd ref='-9642' />
+    <nd ref='-9640' />
+    <nd ref='-9638' />
+    <nd ref='-9636' />
+    <nd ref='-9634' />
+    <nd ref='-9632' />
+    <nd ref='-11902' />
+    <nd ref='-11904' />
+    <nd ref='-11906' />
+    <nd ref='-11908' />
+    <nd ref='-11910' />
+    <nd ref='-14868' />
+    <nd ref='-14870' />
+    <nd ref='-9630' />
+  </way>
+  <way id='-29256'>
+    <nd ref='-11532' />
+    <nd ref='-11534' />
+    <nd ref='-5900' />
+    <nd ref='-11536' />
+    <nd ref='-11538' />
+    <nd ref='-5898' />
+    <nd ref='-5896' />
+    <nd ref='-11540' />
+    <nd ref='-5894' />
+    <nd ref='-5890' />
+    <nd ref='-5882' />
+    <nd ref='-5884' />
+    <nd ref='-5886' />
+    <nd ref='-5888' />
+    <nd ref='-5892' />
+    <nd ref='-11542' />
+    <nd ref='-5902' />
+    <nd ref='-11532' />
+    <tag k='ISO3166-1:alpha2' v='VA' />
+    <tag k='name:en' v='Vatican (Holy Sea)' />
+  </way>
+  <way id='-29258'>
+    <nd ref='-11544' />
+    <nd ref='-5800' />
+    <nd ref='-5798' />
+    <nd ref='-22474' />
+    <nd ref='-5808' />
+    <nd ref='-5804' />
+    <nd ref='-5802' />
+    <nd ref='-5216' />
+    <nd ref='-5214' />
+    <nd ref='-5806' />
+    <nd ref='-11546' />
+    <nd ref='-11548' />
+    <nd ref='-5744' />
+    <nd ref='-5748' />
+    <nd ref='-9188' />
+    <nd ref='-9186' />
+    <nd ref='-5052' />
+    <nd ref='-5050' />
+    <nd ref='-5048' />
+    <nd ref='-5046' />
+    <nd ref='-5044' />
+    <nd ref='-5042' />
+    <nd ref='-5040' />
+    <nd ref='-5038' />
+    <nd ref='-5036' />
+    <nd ref='-5034' />
+    <nd ref='-5032' />
+    <nd ref='-5030' />
+    <nd ref='-5028' />
+    <nd ref='-9184' />
+    <nd ref='-9182' />
+    <nd ref='-5022' />
+    <nd ref='-5024' />
+    <nd ref='-5026' />
+    <nd ref='-9180' />
+    <nd ref='-7290' />
+    <nd ref='-5008' />
+    <nd ref='-5006' />
+    <nd ref='-5004' />
+    <nd ref='-5002' />
+    <nd ref='-5000' />
+    <nd ref='-4990' />
+    <nd ref='-4992' />
+    <nd ref='-4994' />
+    <nd ref='-4996' />
+    <nd ref='-4998' />
+    <nd ref='-4980' />
+    <nd ref='-4984' />
+    <nd ref='-4982' />
+    <nd ref='-4986' />
+    <nd ref='-4988' />
+    <nd ref='-4964' />
+    <nd ref='-4956' />
+    <nd ref='-4962' />
+    <nd ref='-4966' />
+    <nd ref='-4958' />
+    <nd ref='-4960' />
+    <nd ref='-4968' />
+    <nd ref='-4970' />
+    <nd ref='-4974' />
+    <nd ref='-4972' />
+    <nd ref='-4978' />
+    <nd ref='-4976' />
+    <nd ref='-7288' />
+    <nd ref='-4936' />
+    <nd ref='-4934' />
+    <nd ref='-4938' />
+    <nd ref='-4940' />
+    <nd ref='-4942' />
+    <nd ref='-4944' />
+    <nd ref='-4946' />
+    <nd ref='-4948' />
+    <nd ref='-4950' />
+    <nd ref='-4952' />
+    <nd ref='-4954' />
+    <nd ref='-7286' />
+    <nd ref='-7284' />
+    <nd ref='-8154' />
+    <nd ref='-4840' />
+    <nd ref='-4842' />
+    <nd ref='-4844' />
+    <nd ref='-8152' />
+    <nd ref='-4838' />
+    <nd ref='-4836' />
+    <nd ref='-4834' />
+    <nd ref='-4832' />
+    <nd ref='-4830' />
+    <nd ref='-26618' />
+    <nd ref='-4828' />
+    <nd ref='-4826' />
+    <nd ref='-4824' />
+    <nd ref='-4822' />
+    <nd ref='-8150' />
+    <nd ref='-4820' />
+    <nd ref='-4814' />
+    <nd ref='-4816' />
+    <nd ref='-26620' />
+    <nd ref='-26622' />
+    <nd ref='-26624' />
+    <nd ref='-26626' />
+    <nd ref='-4818' />
+    <nd ref='-4802' />
+    <nd ref='-4800' />
+    <nd ref='-26628' />
+    <nd ref='-26630' />
+    <nd ref='-26632' />
+    <nd ref='-26634' />
+    <nd ref='-26636' />
+    <nd ref='-26638' />
+    <nd ref='-26640' />
+    <nd ref='-26642' />
+    <nd ref='-26644' />
+    <nd ref='-4798' />
+    <nd ref='-26646' />
+    <nd ref='-4794' />
+    <nd ref='-26648' />
+    <nd ref='-26650' />
+    <nd ref='-4796' />
+    <nd ref='-4812' />
+    <nd ref='-4810' />
+    <nd ref='-4804' />
+    <nd ref='-4806' />
+    <nd ref='-4808' />
+    <nd ref='-4788' />
+    <nd ref='-4786' />
+    <nd ref='-4784' />
+    <nd ref='-4790' />
+    <nd ref='-4792' />
+    <nd ref='-8148' />
+    <nd ref='-5794' />
+    <nd ref='-8146' />
+    <nd ref='-5796' />
+    <nd ref='-11544' />
+    <tag k='ISO3166-1:alpha2' v='VE' />
+    <tag k='name:en' v='Venezuela, RB' />
+  </way>
+  <way id='-29260'>
+    <nd ref='-11966' />
+    <nd ref='-11962' />
+    <nd ref='-11960' />
+    <nd ref='-11550' />
+    <nd ref='-11552' />
+    <nd ref='-12196' />
+    <nd ref='-11968' />
+    <nd ref='-9898' />
+    <nd ref='-9896' />
+    <nd ref='-9894' />
+    <nd ref='-2966' />
+    <nd ref='-2968' />
+    <nd ref='-2970' />
+    <nd ref='-2972' />
+    <nd ref='-2962' />
+    <nd ref='-2960' />
+    <nd ref='-27192' />
+    <nd ref='-2964' />
+    <nd ref='-2958' />
+    <nd ref='-2956' />
+    <nd ref='-9892' />
+    <nd ref='-9890' />
+    <nd ref='-2948' />
+    <nd ref='-2946' />
+    <nd ref='-2944' />
+    <nd ref='-2942' />
+    <nd ref='-2940' />
+    <nd ref='-2938' />
+    <nd ref='-2936' />
+    <nd ref='-27194' />
+    <nd ref='-2934' />
+    <nd ref='-2950' />
+    <nd ref='-2954' />
+    <nd ref='-2952' />
+    <nd ref='-9888' />
+    <nd ref='-2838' />
+    <nd ref='-2836' />
+    <nd ref='-2834' />
+    <nd ref='-2840' />
+    <nd ref='-2844' />
+    <nd ref='-2842' />
+    <nd ref='-2846' />
+    <nd ref='-2848' />
+    <nd ref='-2850' />
+    <nd ref='-2854' />
+    <nd ref='-2852' />
+    <nd ref='-2856' />
+    <nd ref='-2858' />
+    <nd ref='-2860' />
+    <nd ref='-2862' />
+    <nd ref='-2864' />
+    <nd ref='-2866' />
+    <nd ref='-2868' />
+    <nd ref='-2870' />
+    <nd ref='-2884' />
+    <nd ref='-2882' />
+    <nd ref='-2880' />
+    <nd ref='-2878' />
+    <nd ref='-2876' />
+    <nd ref='-2874' />
+    <nd ref='-2872' />
+    <nd ref='-2896' />
+    <nd ref='-2892' />
+    <nd ref='-2894' />
+    <nd ref='-2886' />
+    <nd ref='-2888' />
+    <nd ref='-2890' />
+    <nd ref='-2932' />
+    <nd ref='-2930' />
+    <nd ref='-2928' />
+    <nd ref='-2926' />
+    <nd ref='-2924' />
+    <nd ref='-2920' />
+    <nd ref='-2922' />
+    <nd ref='-2918' />
+    <nd ref='-2908' />
+    <nd ref='-2906' />
+    <nd ref='-2904' />
+    <nd ref='-2902' />
+    <nd ref='-2900' />
+    <nd ref='-2898' />
+    <nd ref='-2916' />
+    <nd ref='-2910' />
+    <nd ref='-2912' />
+    <nd ref='-2914' />
+    <nd ref='-9942' />
+    <nd ref='-2622' />
+    <nd ref='-2620' />
+    <nd ref='-2624' />
+    <nd ref='-2626' />
+    <nd ref='-2630' />
+    <nd ref='-2628' />
+    <nd ref='-2632' />
+    <nd ref='-2634' />
+    <nd ref='-2636' />
+    <nd ref='-2638' />
+    <nd ref='-2640' />
+    <nd ref='-2642' />
+    <nd ref='-2644' />
+    <nd ref='-2646' />
+    <nd ref='-2648' />
+    <nd ref='-2650' />
+    <nd ref='-2652' />
+    <nd ref='-2656' />
+    <nd ref='-2654' />
+    <nd ref='-2660' />
+    <nd ref='-2658' />
+    <nd ref='-2662' />
+    <nd ref='-2664' />
+    <nd ref='-2666' />
+    <nd ref='-2668' />
+    <nd ref='-2670' />
+    <nd ref='-2672' />
+    <nd ref='-2674' />
+    <nd ref='-2676' />
+    <nd ref='-2678' />
+    <nd ref='-2680' />
+    <nd ref='-2682' />
+    <nd ref='-2684' />
+    <nd ref='-2686' />
+    <nd ref='-2688' />
+    <nd ref='-2690' />
+    <nd ref='-27200' />
+    <nd ref='-27198' />
+    <nd ref='-27196' />
+    <nd ref='-2700' />
+    <nd ref='-2692' />
+    <nd ref='-2694' />
+    <nd ref='-2696' />
+    <nd ref='-2698' />
+    <nd ref='-2712' />
+    <nd ref='-2704' />
+    <nd ref='-2702' />
+    <nd ref='-2706' />
+    <nd ref='-2708' />
+    <nd ref='-2710' />
+    <nd ref='-27202' />
+    <nd ref='-11554' />
+    <nd ref='-27204' />
+    <nd ref='-27206' />
+    <nd ref='-2714' />
+    <nd ref='-2716' />
+    <nd ref='-2718' />
+    <nd ref='-2720' />
+    <nd ref='-27208' />
+    <nd ref='-2724' />
+    <nd ref='-2722' />
+    <nd ref='-2742' />
+    <nd ref='-2726' />
+    <nd ref='-2728' />
+    <nd ref='-2730' />
+    <nd ref='-2740' />
+    <nd ref='-2738' />
+    <nd ref='-2736' />
+    <nd ref='-2734' />
+    <nd ref='-2792' />
+    <nd ref='-2732' />
+    <nd ref='-2760' />
+    <nd ref='-2758' />
+    <nd ref='-2756' />
+    <nd ref='-2744' />
+    <nd ref='-2746' />
+    <nd ref='-2748' />
+    <nd ref='-2750' />
+    <nd ref='-2752' />
+    <nd ref='-2754' />
+    <nd ref='-2764' />
+    <nd ref='-2766' />
+    <nd ref='-2768' />
+    <nd ref='-2770' />
+    <nd ref='-2762' />
+    <nd ref='-2772' />
+    <nd ref='-2774' />
+    <nd ref='-2778' />
+    <nd ref='-2776' />
+    <nd ref='-2780' />
+    <nd ref='-27210' />
+    <nd ref='-2782' />
+    <nd ref='-2790' />
+    <nd ref='-2784' />
+    <nd ref='-2786' />
+    <nd ref='-2788' />
+    <nd ref='-27212' />
+    <nd ref='-2832' />
+    <nd ref='-2830' />
+    <nd ref='-2828' />
+    <nd ref='-2824' />
+    <nd ref='-2826' />
+    <nd ref='-2810' />
+    <nd ref='-2812' />
+    <nd ref='-2814' />
+    <nd ref='-2816' />
+    <nd ref='-2818' />
+    <nd ref='-2820' />
+    <nd ref='-2822' />
+    <nd ref='-2796' />
+    <nd ref='-2794' />
+    <nd ref='-2798' />
+    <nd ref='-2800' />
+    <nd ref='-2802' />
+    <nd ref='-2804' />
+    <nd ref='-2806' />
+    <nd ref='-2808' />
+    <nd ref='-9940' />
+    <nd ref='-2556' />
+    <nd ref='-2572' />
+    <nd ref='-2570' />
+    <nd ref='-2568' />
+    <nd ref='-2566' />
+    <nd ref='-2562' />
+    <nd ref='-2564' />
+    <nd ref='-2558' />
+    <nd ref='-2560' />
+    <nd ref='-2578' />
+    <nd ref='-2576' />
+    <nd ref='-2574' />
+    <nd ref='-2602' />
+    <nd ref='-2580' />
+    <nd ref='-2588' />
+    <nd ref='-2586' />
+    <nd ref='-2584' />
+    <nd ref='-2582' />
+    <nd ref='-2600' />
+    <nd ref='-2596' />
+    <nd ref='-2594' />
+    <nd ref='-2598' />
+    <nd ref='-2592' />
+    <nd ref='-2590' />
+    <nd ref='-2604' />
+    <nd ref='-27216' />
+    <nd ref='-27214' />
+    <nd ref='-27220' />
+    <nd ref='-27218' />
+    <nd ref='-2606' />
+    <nd ref='-27222' />
+    <nd ref='-27224' />
+    <nd ref='-27226' />
+    <nd ref='-2610' />
+    <nd ref='-2608' />
+    <nd ref='-2612' />
+    <nd ref='-2614' />
+    <nd ref='-2616' />
+    <nd ref='-2618' />
+    <nd ref='-2546' />
+    <nd ref='-2552' />
+    <nd ref='-2544' />
+    <nd ref='-2542' />
+    <nd ref='-2548' />
+    <nd ref='-2538' />
+    <nd ref='-27228' />
+    <nd ref='-2540' />
+    <nd ref='-2534' />
+    <nd ref='-2536' />
+    <nd ref='-2532' />
+    <nd ref='-2530' />
+    <nd ref='-2528' />
+    <nd ref='-2526' />
+    <nd ref='-2524' />
+    <nd ref='-2516' />
+    <nd ref='-2518' />
+    <nd ref='-2514' />
+    <nd ref='-2512' />
+    <nd ref='-2520' />
+    <nd ref='-2522' />
+    <nd ref='-2510' />
+    <nd ref='-2508' />
+    <nd ref='-2506' />
+    <nd ref='-2504' />
+    <nd ref='-2550' />
+    <nd ref='-2502' />
+    <nd ref='-2500' />
+    <nd ref='-27230' />
+    <nd ref='-2498' />
+    <nd ref='-2496' />
+    <nd ref='-2494' />
+    <nd ref='-2492' />
+    <nd ref='-2490' />
+    <nd ref='-2488' />
+    <nd ref='-2486' />
+    <nd ref='-2478' />
+    <nd ref='-2480' />
+    <nd ref='-2482' />
+    <nd ref='-2476' />
+    <nd ref='-2474' />
+    <nd ref='-2472' />
+    <nd ref='-27232' />
+    <nd ref='-27234' />
+    <nd ref='-2484' />
+    <nd ref='-27236' />
+    <nd ref='-27238' />
+    <nd ref='-2464' />
+    <nd ref='-2470' />
+    <nd ref='-2466' />
+    <nd ref='-2468' />
+    <nd ref='-2460' />
+    <nd ref='-2462' />
+    <nd ref='-2458' />
+    <nd ref='-2554' />
+    <nd ref='-2456' />
+    <nd ref='-2452' />
+    <nd ref='-2448' />
+    <nd ref='-2446' />
+    <nd ref='-2450' />
+    <nd ref='-2454' />
+    <nd ref='-2444' />
+    <nd ref='-27240' />
+    <nd ref='-2442' />
+    <nd ref='-2438' />
+    <nd ref='-2440' />
+    <nd ref='-2436' />
+    <nd ref='-2434' />
+    <nd ref='-2432' />
+    <nd ref='-2430' />
+    <nd ref='-2428' />
+    <nd ref='-2426' />
+    <nd ref='-2424' />
+    <nd ref='-2422' />
+    <nd ref='-2420' />
+    <nd ref='-2418' />
+    <nd ref='-2416' />
+    <nd ref='-2414' />
+    <nd ref='-2412' />
+    <nd ref='-2410' />
+    <nd ref='-2408' />
+    <nd ref='-2406' />
+    <nd ref='-2404' />
+    <nd ref='-2402' />
+    <nd ref='-2400' />
+    <nd ref='-2398' />
+    <nd ref='-2396' />
+    <nd ref='-2394' />
+    <nd ref='-2392' />
+    <nd ref='-2390' />
+    <nd ref='-2388' />
+    <nd ref='-2384' />
+    <nd ref='-27242' />
+    <nd ref='-27244' />
+    <nd ref='-27246' />
+    <nd ref='-27248' />
+    <nd ref='-2386' />
+    <nd ref='-7766' />
+    <nd ref='-11964' />
+    <nd ref='-11966' />
+    <tag k='ISO3166-1:alpha2' v='VN' />
+    <tag k='name:en' v='Vietnam' />
+  </way>
+  <way id='-29262'>
+    <nd ref='-11556' />
+    <nd ref='-11558' />
+    <nd ref='-11560' />
+    <nd ref='-11146' />
+    <nd ref='-5730' />
+    <nd ref='-11562' />
+    <nd ref='-8502' />
+    <nd ref='-8500' />
+    <nd ref='-8618' />
+    <nd ref='-8616' />
+    <nd ref='-8614' />
+    <nd ref='-5728' />
+    <nd ref='-11042' />
+    <nd ref='-28102' />
+    <nd ref='-28104' />
+    <nd ref='-28064' />
+    <nd ref='-28066' />
+    <nd ref='-28068' />
+    <nd ref='-3612' />
+    <nd ref='-28072' />
+    <nd ref='-28074' />
+    <nd ref='-28070' />
+    <nd ref='-28076' />
+    <nd ref='-28082' />
+    <nd ref='-28080' />
+    <nd ref='-28078' />
+    <nd ref='-28084' />
+    <nd ref='-28086' />
+    <nd ref='-28088' />
+    <nd ref='-28092' />
+    <nd ref='-28094' />
+    <nd ref='-28090' />
+    <nd ref='-28096' />
+    <nd ref='-28098' />
+    <nd ref='-3610' />
+    <nd ref='-28100' />
+    <nd ref='-3608' />
+    <nd ref='-3606' />
+    <nd ref='-3604' />
+    <nd ref='-3602' />
+    <nd ref='-3600' />
+    <nd ref='-3598' />
+    <nd ref='-3596' />
+    <nd ref='-3594' />
+    <nd ref='-3592' />
+    <nd ref='-3590' />
+    <nd ref='-10778' />
+    <nd ref='-28046' />
+    <nd ref='-28048' />
+    <nd ref='-28044' />
+    <nd ref='-28042' />
+    <nd ref='-11556' />
+    <tag k='ISO3166-1:alpha2' v='YE' />
+    <tag k='name:en' v='Yemen, Rep.' />
+  </way>
+  <way id='-29264'>
+    <nd ref='-11612' />
+    <nd ref='-17546' />
+    <nd ref='-17550' />
+    <nd ref='-17554' />
+    <nd ref='-17556' />
+    <nd ref='-17552' />
+    <nd ref='-17548' />
+    <nd ref='-17558' />
+    <nd ref='-17560' />
+    <nd ref='-17570' />
+    <nd ref='-17568' />
+    <nd ref='-17566' />
+    <nd ref='-17564' />
+    <nd ref='-17562' />
+    <nd ref='-10496' />
+    <nd ref='-11564' />
+    <nd ref='-11218' />
+    <nd ref='-4140' />
+    <nd ref='-4142' />
+    <nd ref='-4138' />
+    <nd ref='-4144' />
+    <nd ref='-11566' />
+    <nd ref='-11568' />
+    <nd ref='-11570' />
+    <nd ref='-11572' />
+    <nd ref='-11574' />
+    <nd ref='-11216' />
+    <nd ref='-11214' />
+    <nd ref='-4134' />
+    <nd ref='-11212' />
+    <nd ref='-4136' />
+    <nd ref='-10492' />
+    <nd ref='-10490' />
+    <nd ref='-10488' />
+    <nd ref='-10486' />
+    <nd ref='-10484' />
+    <nd ref='-6072' />
+    <nd ref='-10482' />
+    <nd ref='-6074' />
+    <nd ref='-6066' />
+    <nd ref='-10640' />
+    <nd ref='-10638' />
+    <nd ref='-6070' />
+    <nd ref='-6068' />
+    <nd ref='-4190' />
+    <nd ref='-4188' />
+    <nd ref='-4186' />
+    <nd ref='-4184' />
+    <nd ref='-11576' />
+    <nd ref='-7338' />
+    <nd ref='-7336' />
+    <nd ref='-11578' />
+    <nd ref='-17438' />
+    <nd ref='-17440' />
+    <nd ref='-17432' />
+    <nd ref='-17434' />
+    <nd ref='-17436' />
+    <nd ref='-17430' />
+    <nd ref='-17446' />
+    <nd ref='-17482' />
+    <nd ref='-17484' />
+    <nd ref='-17444' />
+    <nd ref='-17486' />
+    <nd ref='-17460' />
+    <nd ref='-17490' />
+    <nd ref='-17488' />
+    <nd ref='-17456' />
+    <nd ref='-17458' />
+    <nd ref='-17454' />
+    <nd ref='-17448' />
+    <nd ref='-17452' />
+    <nd ref='-17450' />
+    <nd ref='-17442' />
+    <nd ref='-17464' />
+    <nd ref='-17462' />
+    <nd ref='-17466' />
+    <nd ref='-17468' />
+    <nd ref='-17470' />
+    <nd ref='-17472' />
+    <nd ref='-17492' />
+    <nd ref='-17474' />
+    <nd ref='-17494' />
+    <nd ref='-17476' />
+    <nd ref='-17478' />
+    <nd ref='-17498' />
+    <nd ref='-17496' />
+    <nd ref='-17500' />
+    <nd ref='-17480' />
+    <nd ref='-17502' />
+    <nd ref='-17428' />
+    <nd ref='-17504' />
+    <nd ref='-17424' />
+    <nd ref='-17426' />
+    <nd ref='-17422' />
+    <nd ref='-17418' />
+    <nd ref='-17420' />
+    <nd ref='-17416' />
+    <nd ref='-17506' />
+    <nd ref='-17508' />
+    <nd ref='-17510' />
+    <nd ref='-17512' />
+    <nd ref='-17514' />
+    <nd ref='-17516' />
+    <nd ref='-17414' />
+    <nd ref='-17518' />
+    <nd ref='-17412' />
+    <nd ref='-17410' />
+    <nd ref='-17642' />
+    <nd ref='-17638' />
+    <nd ref='-17640' />
+    <nd ref='-17636' />
+    <nd ref='-11580' />
+    <nd ref='-17522' />
+    <nd ref='-17532' />
+    <nd ref='-17544' />
+    <nd ref='-17534' />
+    <nd ref='-17536' />
+    <nd ref='-17524' />
+    <nd ref='-17540' />
+    <nd ref='-17538' />
+    <nd ref='-17542' />
+    <nd ref='-17526' />
+    <nd ref='-17528' />
+    <nd ref='-17530' />
+    <nd ref='-11612' />
+  </way>
+  <way id='-29266'>
+    <nd ref='-11584' />
+    <nd ref='-752' />
+    <nd ref='-754' />
+    <nd ref='-746' />
+    <nd ref='-748' />
+    <nd ref='-750' />
+    <nd ref='-762' />
+    <nd ref='-760' />
+    <nd ref='-758' />
+    <nd ref='-756' />
+    <nd ref='-764' />
+    <nd ref='-736' />
+    <nd ref='-734' />
+    <nd ref='-740' />
+    <nd ref='-738' />
+    <nd ref='-742' />
+    <nd ref='-744' />
+    <nd ref='-732' />
+    <nd ref='-730' />
+    <nd ref='-728' />
+    <nd ref='-726' />
+    <nd ref='-766' />
+    <nd ref='-716' />
+    <nd ref='-714' />
+    <nd ref='-718' />
+    <nd ref='-722' />
+    <nd ref='-720' />
+    <nd ref='-724' />
+    <nd ref='-708' />
+    <nd ref='-704' />
+    <nd ref='-706' />
+    <nd ref='-710' />
+    <nd ref='-712' />
+    <nd ref='-702' />
+    <nd ref='-700' />
+    <nd ref='-696' />
+    <nd ref='-698' />
+    <nd ref='-10596' />
+    <nd ref='-17864' />
+    <nd ref='-17862' />
+    <nd ref='-17860' />
+    <nd ref='-17850' />
+    <nd ref='-17858' />
+    <nd ref='-17856' />
+    <nd ref='-17854' />
+    <nd ref='-17852' />
+    <nd ref='-11586' />
+    <nd ref='-17848' />
+    <nd ref='-17868' />
+    <nd ref='-17846' />
+    <nd ref='-17866' />
+    <nd ref='-17844' />
+    <nd ref='-10594' />
+    <nd ref='-10506' />
+    <nd ref='-10504' />
+    <nd ref='-17876' />
+    <nd ref='-17874' />
+    <nd ref='-17872' />
+    <nd ref='-17870' />
+    <nd ref='-11588' />
+    <nd ref='-17886' />
+    <nd ref='-17884' />
+    <nd ref='-17882' />
+    <nd ref='-17880' />
+    <nd ref='-17878' />
+    <nd ref='-11590' />
+    <nd ref='-11592' />
+    <nd ref='-11594' />
+    <nd ref='-17890' />
+    <nd ref='-17888' />
+    <nd ref='-17894' />
+    <nd ref='-17892' />
+    <nd ref='-11596' />
+    <nd ref='-17904' />
+    <nd ref='-17902' />
+    <nd ref='-17906' />
+    <nd ref='-17908' />
+    <nd ref='-17900' />
+    <nd ref='-17898' />
+    <nd ref='-17896' />
+    <nd ref='-11598' />
+    <nd ref='-10636' />
+    <nd ref='-4218' />
+    <nd ref='-10634' />
+    <nd ref='-4202' />
+    <nd ref='-4204' />
+    <nd ref='-4206' />
+    <nd ref='-4208' />
+    <nd ref='-11600' />
+    <nd ref='-4236' />
+    <nd ref='-4238' />
+    <nd ref='-11602' />
+    <nd ref='-6326' />
+    <nd ref='-6324' />
+    <nd ref='-4246' />
+    <nd ref='-4244' />
+    <nd ref='-4242' />
+    <nd ref='-4240' />
+    <nd ref='-6322' />
+    <nd ref='-3346' />
+    <nd ref='-3348' />
+    <nd ref='-3350' />
+    <nd ref='-3344' />
+    <nd ref='-3338' />
+    <nd ref='-3342' />
+    <nd ref='-3340' />
+    <nd ref='-3352' />
+    <nd ref='-3364' />
+    <nd ref='-3362' />
+    <nd ref='-3360' />
+    <nd ref='-3358' />
+    <nd ref='-3356' />
+    <nd ref='-3354' />
+    <nd ref='-8114' />
+    <nd ref='-11604' />
+    <nd ref='-3366' />
+    <nd ref='-3368' />
+    <nd ref='-3370' />
+    <nd ref='-3372' />
+    <nd ref='-3374' />
+    <nd ref='-3376' />
+    <nd ref='-8112' />
+    <nd ref='-4110' />
+    <nd ref='-4108' />
+    <nd ref='-11606' />
+    <nd ref='-4118' />
+    <nd ref='-4116' />
+    <nd ref='-4114' />
+    <nd ref='-4112' />
+    <nd ref='-8110' />
+    <nd ref='-8108' />
+    <nd ref='-790' />
+    <nd ref='-788' />
+    <nd ref='-792' />
+    <nd ref='-798' />
+    <nd ref='-794' />
+    <nd ref='-796' />
+    <nd ref='-800' />
+    <nd ref='-786' />
+    <nd ref='-776' />
+    <nd ref='-778' />
+    <nd ref='-782' />
+    <nd ref='-780' />
+    <nd ref='-784' />
+    <nd ref='-774' />
+    <nd ref='-772' />
+    <nd ref='-770' />
+    <nd ref='-768' />
+    <nd ref='-11584' />
+    <tag k='ISO3166-1:alpha2' v='ZM' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Zambia' />
+  </way>
+  <way id='-29268'>
+    <nd ref='-10504' />
+    <nd ref='-10502' />
+    <nd ref='-17830' />
+    <nd ref='-17832' />
+    <nd ref='-17834' />
+    <nd ref='-17836' />
+    <nd ref='-17838' />
+    <nd ref='-17840' />
+    <nd ref='-17842' />
+    <nd ref='-17812' />
+    <nd ref='-17828' />
+    <nd ref='-17814' />
+    <nd ref='-17826' />
+    <nd ref='-17816' />
+    <nd ref='-17818' />
+    <nd ref='-17824' />
+    <nd ref='-17820' />
+    <nd ref='-17822' />
+    <nd ref='-10500' />
+    <nd ref='-17802' />
+    <nd ref='-17810' />
+    <nd ref='-17808' />
+    <nd ref='-17804' />
+    <nd ref='-17806' />
+    <nd ref='-17796' />
+    <nd ref='-17798' />
+    <nd ref='-17800' />
+    <nd ref='-17794' />
+    <nd ref='-17792' />
+    <nd ref='-17790' />
+    <nd ref='-17788' />
+    <nd ref='-17786' />
+    <nd ref='-17784' />
+    <nd ref='-17782' />
+    <nd ref='-17780' />
+    <nd ref='-17778' />
+    <nd ref='-17776' />
+    <nd ref='-17772' />
+    <nd ref='-17774' />
+    <nd ref='-17770' />
+    <nd ref='-11608' />
+    <nd ref='-17768' />
+    <nd ref='-17766' />
+    <nd ref='-17762' />
+    <nd ref='-17764' />
+    <nd ref='-17752' />
+    <nd ref='-17754' />
+    <nd ref='-17756' />
+    <nd ref='-17760' />
+    <nd ref='-17758' />
+    <nd ref='-17750' />
+    <nd ref='-17748' />
+    <nd ref='-17746' />
+    <nd ref='-17744' />
+    <nd ref='-17742' />
+    <nd ref='-11610' />
+    <nd ref='-10498' />
+    <nd ref='-17520' />
+    <nd ref='-11612' />
+    <nd ref='-17530' />
+    <nd ref='-17528' />
+    <nd ref='-17526' />
+    <nd ref='-17542' />
+    <nd ref='-17538' />
+    <nd ref='-17540' />
+    <nd ref='-17524' />
+    <nd ref='-17536' />
+    <nd ref='-17534' />
+    <nd ref='-17544' />
+    <nd ref='-17532' />
+    <nd ref='-17522' />
+    <nd ref='-11580' />
+    <nd ref='-17634' />
+    <nd ref='-17618' />
+    <nd ref='-17626' />
+    <nd ref='-17624' />
+    <nd ref='-17628' />
+    <nd ref='-17620' />
+    <nd ref='-17630' />
+    <nd ref='-17622' />
+    <nd ref='-17632' />
+    <nd ref='-17610' />
+    <nd ref='-17612' />
+    <nd ref='-17616' />
+    <nd ref='-17614' />
+    <nd ref='-17606' />
+    <nd ref='-17608' />
+    <nd ref='-17604' />
+    <nd ref='-17602' />
+    <nd ref='-17600' />
+    <nd ref='-17572' />
+    <nd ref='-17590' />
+    <nd ref='-17586' />
+    <nd ref='-17588' />
+    <nd ref='-17574' />
+    <nd ref='-17584' />
+    <nd ref='-17582' />
+    <nd ref='-17580' />
+    <nd ref='-17578' />
+    <nd ref='-17576' />
+    <nd ref='-17598' />
+    <nd ref='-17592' />
+    <nd ref='-17594' />
+    <nd ref='-17596' />
+    <nd ref='-4210' />
+    <nd ref='-10636' />
+    <nd ref='-11598' />
+    <nd ref='-17896' />
+    <nd ref='-17898' />
+    <nd ref='-17900' />
+    <nd ref='-17908' />
+    <nd ref='-17906' />
+    <nd ref='-17902' />
+    <nd ref='-17904' />
+    <nd ref='-11596' />
+    <nd ref='-17892' />
+    <nd ref='-17894' />
+    <nd ref='-17888' />
+    <nd ref='-17890' />
+    <nd ref='-11594' />
+    <nd ref='-11592' />
+    <nd ref='-11590' />
+    <nd ref='-17878' />
+    <nd ref='-17880' />
+    <nd ref='-17882' />
+    <nd ref='-17884' />
+    <nd ref='-17886' />
+    <nd ref='-11588' />
+    <nd ref='-17870' />
+    <nd ref='-17872' />
+    <nd ref='-17874' />
+    <nd ref='-17876' />
+    <nd ref='-10504' />
+    <tag k='ISO3166-1:alpha2' v='ZW' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Zimbabwe' />
+  </way>
+  <way id='-29270'>
+    <nd ref='-11514' />
+    <nd ref='-11764' />
+    <nd ref='-7704' />
+    <nd ref='-12436' />
+    <nd ref='-12438' />
+    <nd ref='-12442' />
+    <nd ref='-12440' />
+    <nd ref='-12444' />
+    <nd ref='-12448' />
+    <nd ref='-12446' />
+    <nd ref='-12454' />
+    <nd ref='-12456' />
+    <nd ref='-12452' />
+    <nd ref='-12450' />
+    <nd ref='-12460' />
+    <nd ref='-12464' />
+    <nd ref='-12468' />
+    <nd ref='-12466' />
+    <nd ref='-12472' />
+    <nd ref='-12474' />
+    <nd ref='-12470' />
+    <nd ref='-12462' />
+    <nd ref='-12476' />
+    <nd ref='-12480' />
+    <nd ref='-12482' />
+    <nd ref='-12486' />
+    <nd ref='-12488' />
+    <nd ref='-12484' />
+    <nd ref='-12478' />
+    <nd ref='-12458' />
+    <nd ref='-12490' />
+    <nd ref='-12500' />
+    <nd ref='-12502' />
+    <nd ref='-12492' />
+    <nd ref='-12494' />
+    <nd ref='-12498' />
+    <nd ref='-12496' />
+    <nd ref='-11662' />
+    <nd ref='-11660' />
+    <nd ref='-11658' />
+    <nd ref='-11656' />
+    <nd ref='-11654' />
+    <nd ref='-11652' />
+    <nd ref='-11650' />
+    <nd ref='-11648' />
+    <nd ref='-11756' />
+    <nd ref='-11758' />
+    <nd ref='-11760' />
+    <nd ref='-11762' />
+    <nd ref='-11514' />
+    <tag k='ISO3166-2' v='US-AK' />
+    <tag k='name:en' v='Alaska' />
+  </way>
+  <way id='-29272'>
+    <nd ref='-10262' />
+    <nd ref='-12650' />
+    <nd ref='-12652' />
+    <nd ref='-12648' />
+    <nd ref='-26762' />
+    <nd ref='-26758' />
+    <nd ref='-26760' />
+    <nd ref='-12646' />
+    <nd ref='-26756' />
+    <nd ref='-26754' />
+    <nd ref='-26752' />
+    <nd ref='-12642' />
+    <nd ref='-26750' />
+    <nd ref='-26748' />
+    <nd ref='-26746' />
+    <nd ref='-26744' />
+    <nd ref='-12640' />
+    <nd ref='-26742' />
+    <nd ref='-26738' />
+    <nd ref='-26740' />
+    <nd ref='-26736' />
+    <nd ref='-12638' />
+    <nd ref='-26734' />
+    <nd ref='-26732' />
+    <nd ref='-26730' />
+    <nd ref='-12644' />
+    <nd ref='-26726' />
+    <nd ref='-26728' />
+    <nd ref='-12636' />
+    <nd ref='-26724' />
+    <nd ref='-26722' />
+    <nd ref='-26720' />
+    <nd ref='-26718' />
+    <nd ref='-12634' />
+    <nd ref='-26708' />
+    <nd ref='-26710' />
+    <nd ref='-26712' />
+    <nd ref='-26714' />
+    <nd ref='-26716' />
+    <nd ref='-10260' />
+    <nd ref='-12632' />
+    <nd ref='-10258' />
+    <nd ref='-12628' />
+    <nd ref='-12630' />
+    <nd ref='-12626' />
+    <nd ref='-12624' />
+    <nd ref='-12622' />
+    <nd ref='-10256' />
+    <nd ref='-10254' />
+    <nd ref='-10252' />
+    <nd ref='-10250' />
+    <nd ref='-10248' />
+    <nd ref='-10246' />
+    <nd ref='-12620' />
+    <nd ref='-10244' />
+    <nd ref='-10242' />
+    <nd ref='-10240' />
+    <nd ref='-10238' />
+    <nd ref='-12618' />
+    <nd ref='-10236' />
+    <nd ref='-12616' />
+    <nd ref='-12614' />
+    <nd ref='-10234' />
+    <nd ref='-12612' />
+    <nd ref='-10232' />
+    <nd ref='-10230' />
+    <nd ref='-10228' />
+    <nd ref='-12610' />
+    <nd ref='-10226' />
+    <nd ref='-10224' />
+    <nd ref='-10222' />
+    <nd ref='-23536' />
+    <nd ref='-10220' />
+    <nd ref='-26706' />
+    <nd ref='-10300' />
+    <nd ref='-6174' />
+    <nd ref='-6172' />
+    <nd ref='-6176' />
+    <nd ref='-6170' />
+    <nd ref='-10298' />
+    <nd ref='-26704' />
+    <nd ref='-10296' />
+    <nd ref='-11644' />
+    <nd ref='-11642' />
+    <nd ref='-23724' />
+    <nd ref='-25736' />
+    <nd ref='-11628' />
+    <nd ref='-11630' />
+    <nd ref='-11632' />
+    <nd ref='-11634' />
+    <nd ref='-11636' />
+    <nd ref='-11638' />
+    <nd ref='-11640' />
+    <nd ref='-24066' />
+    <nd ref='-24064' />
+    <nd ref='-23108' />
+    <nd ref='-23116' />
+    <nd ref='-25218' />
+    <nd ref='-23120' />
+    <nd ref='-25144' />
+    <nd ref='-7702' />
+    <nd ref='-7700' />
+    <nd ref='-12506' />
+    <nd ref='-7698' />
+    <nd ref='-7696' />
+    <nd ref='-12504' />
+    <nd ref='-7694' />
+    <nd ref='-7692' />
+    <nd ref='-7690' />
+    <nd ref='-7688' />
+    <nd ref='-12508' />
+    <nd ref='-7686' />
+    <nd ref='-7684' />
+    <nd ref='-7682' />
+    <nd ref='-7680' />
+    <nd ref='-7678' />
+    <nd ref='-7676' />
+    <nd ref='-7674' />
+    <nd ref='-12510' />
+    <nd ref='-7672' />
+    <nd ref='-7670' />
+    <nd ref='-12512' />
+    <nd ref='-12514' />
+    <nd ref='-12516' />
+    <nd ref='-7668' />
+    <nd ref='-7666' />
+    <nd ref='-7664' />
+    <nd ref='-7662' />
+    <nd ref='-12518' />
+    <nd ref='-7660' />
+    <nd ref='-7658' />
+    <nd ref='-7656' />
+    <nd ref='-7654' />
+    <nd ref='-7652' />
+    <nd ref='-7650' />
+    <nd ref='-26764' />
+    <nd ref='-12520' />
+    <nd ref='-12522' />
+    <nd ref='-7648' />
+    <nd ref='-7646' />
+    <nd ref='-7644' />
+    <nd ref='-7642' />
+    <nd ref='-7640' />
+    <nd ref='-12524' />
+    <nd ref='-12526' />
+    <nd ref='-7638' />
+    <nd ref='-7636' />
+    <nd ref='-7634' />
+    <nd ref='-7632' />
+    <nd ref='-7630' />
+    <nd ref='-7628' />
+    <nd ref='-12528' />
+    <nd ref='-12530' />
+    <nd ref='-7626' />
+    <nd ref='-12532' />
+    <nd ref='-7624' />
+    <nd ref='-12534' />
+    <nd ref='-7622' />
+    <nd ref='-7620' />
+    <nd ref='-7618' />
+    <nd ref='-7616' />
+    <nd ref='-7614' />
+    <nd ref='-7612' />
+    <nd ref='-7610' />
+    <nd ref='-7608' />
+    <nd ref='-7606' />
+    <nd ref='-7604' />
+    <nd ref='-7602' />
+    <nd ref='-7600' />
+    <nd ref='-7598' />
+    <nd ref='-7596' />
+    <nd ref='-7594' />
+    <nd ref='-12536' />
+    <nd ref='-7592' />
+    <nd ref='-7590' />
+    <nd ref='-7588' />
+    <nd ref='-7586' />
+    <nd ref='-7584' />
+    <nd ref='-7582' />
+    <nd ref='-7580' />
+    <nd ref='-7578' />
+    <nd ref='-7576' />
+    <nd ref='-7574' />
+    <nd ref='-7572' />
+    <nd ref='-7570' />
+    <nd ref='-7568' />
+    <nd ref='-7566' />
+    <nd ref='-7564' />
+    <nd ref='-7562' />
+    <nd ref='-26768' />
+    <nd ref='-26770' />
+    <nd ref='-7560' />
+    <nd ref='-7558' />
+    <nd ref='-7556' />
+    <nd ref='-7554' />
+    <nd ref='-7552' />
+    <nd ref='-26766' />
+    <nd ref='-7550' />
+    <nd ref='-7548' />
+    <nd ref='-7546' />
+    <nd ref='-7544' />
+    <nd ref='-7542' />
+    <nd ref='-7540' />
+    <nd ref='-12538' />
+    <nd ref='-12540' />
+    <nd ref='-12542' />
+    <nd ref='-7538' />
+    <nd ref='-7536' />
+    <nd ref='-7534' />
+    <nd ref='-7532' />
+    <nd ref='-7530' />
+    <nd ref='-7528' />
+    <nd ref='-7526' />
+    <nd ref='-7524' />
+    <nd ref='-7522' />
+    <nd ref='-7520' />
+    <nd ref='-7518' />
+    <nd ref='-7516' />
+    <nd ref='-25030' />
+    <nd ref='-7514' />
+    <nd ref='-25620' />
+    <nd ref='-25542' />
+    <nd ref='-7512' />
+    <nd ref='-7510' />
+    <nd ref='-7508' />
+    <nd ref='-12558' />
+    <nd ref='-12556' />
+    <nd ref='-12554' />
+    <nd ref='-12552' />
+    <nd ref='-12548' />
+    <nd ref='-12550' />
+    <nd ref='-12546' />
+    <nd ref='-12544' />
+    <nd ref='-12562' />
+    <nd ref='-12560' />
+    <nd ref='-12564' />
+    <nd ref='-12566' />
+    <nd ref='-12570' />
+    <nd ref='-12568' />
+    <nd ref='-12574' />
+    <nd ref='-12572' />
+    <nd ref='-7506' />
+    <nd ref='-7504' />
+    <nd ref='-7502' />
+    <nd ref='-7500' />
+    <nd ref='-7498' />
+    <nd ref='-7496' />
+    <nd ref='-7494' />
+    <nd ref='-7492' />
+    <nd ref='-7490' />
+    <nd ref='-7488' />
+    <nd ref='-7486' />
+    <nd ref='-7484' />
+    <nd ref='-7482' />
+    <nd ref='-7480' />
+    <nd ref='-7478' />
+    <nd ref='-7476' />
+    <nd ref='-7474' />
+    <nd ref='-7472' />
+    <nd ref='-23300' />
+    <nd ref='-26772' />
+    <nd ref='-25568' />
+    <nd ref='-7470' />
+    <nd ref='-7468' />
+    <nd ref='-7466' />
+    <nd ref='-7464' />
+    <nd ref='-7462' />
+    <nd ref='-7460' />
+    <nd ref='-7458' />
+    <nd ref='-7456' />
+    <nd ref='-7454' />
+    <nd ref='-7452' />
+    <nd ref='-7450' />
+    <nd ref='-12576' />
+    <nd ref='-12578' />
+    <nd ref='-7448' />
+    <nd ref='-12580' />
+    <nd ref='-12582' />
+    <nd ref='-7446' />
+    <nd ref='-7444' />
+    <nd ref='-12584' />
+    <nd ref='-12586' />
+    <nd ref='-12588' />
+    <nd ref='-12590' />
+    <nd ref='-7442' />
+    <nd ref='-12592' />
+    <nd ref='-12594' />
+    <nd ref='-7440' />
+    <nd ref='-7438' />
+    <nd ref='-7436' />
+    <nd ref='-7434' />
+    <nd ref='-7432' />
+    <nd ref='-12596' />
+    <nd ref='-12598' />
+    <nd ref='-7430' />
+    <nd ref='-7428' />
+    <nd ref='-7426' />
+    <nd ref='-7424' />
+    <nd ref='-7422' />
+    <nd ref='-23326' />
+    <nd ref='-7420' />
+    <nd ref='-7418' />
+    <nd ref='-12600' />
+    <nd ref='-12602' />
+    <nd ref='-7416' />
+    <nd ref='-7414' />
+    <nd ref='-7412' />
+    <nd ref='-7410' />
+    <nd ref='-7408' />
+    <nd ref='-12604' />
+    <nd ref='-7406' />
+    <nd ref='-7404' />
+    <nd ref='-5714' />
+    <nd ref='-7402' />
+    <nd ref='-7400' />
+    <nd ref='-7398' />
+    <nd ref='-7396' />
+    <nd ref='-5712' />
+    <nd ref='-7394' />
+    <nd ref='-7392' />
+    <nd ref='-7390' />
+    <nd ref='-7388' />
+    <nd ref='-7386' />
+    <nd ref='-7384' />
+    <nd ref='-7382' />
+    <nd ref='-7380' />
+    <nd ref='-5710' />
+    <nd ref='-7378' />
+    <nd ref='-7376' />
+    <nd ref='-7374' />
+    <nd ref='-7372' />
+    <nd ref='-7370' />
+    <nd ref='-7368' />
+    <nd ref='-11666' />
+    <nd ref='-11672' />
+    <nd ref='-11668' />
+    <nd ref='-11670' />
+    <nd ref='-7366' />
+    <nd ref='-26080' />
+    <nd ref='-26078' />
+    <nd ref='-25024' />
+    <nd ref='-25022' />
+    <nd ref='-26076' />
+    <nd ref='-25454' />
+    <nd ref='-23784' />
+    <nd ref='-24822' />
+    <nd ref='-26082' />
+    <nd ref='-26084' />
+    <nd ref='-25604' />
+    <nd ref='-23994' />
+    <nd ref='-26086' />
+    <nd ref='-11674' />
+    <nd ref='-11774' />
+    <nd ref='-11676' />
+    <nd ref='-23830' />
+    <nd ref='-23534' />
+    <nd ref='-25918' />
+    <nd ref='-25916' />
+    <nd ref='-25920' />
+    <nd ref='-5834' />
+    <nd ref='-10262' />
+  </way>
+  <way id='-29274'>
+    <nd ref='-11678' />
+    <nd ref='-11618' />
+    <nd ref='-11620' />
+    <nd ref='-11624' />
+    <nd ref='-11622' />
+    <nd ref='-11626' />
+    <nd ref='-23384' />
+    <nd ref='-11680' />
+    <nd ref='-11772' />
+    <nd ref='-11770' />
+    <nd ref='-26316' />
+    <nd ref='-11682' />
+    <nd ref='-11678' />
+    <tag k='ISO3166-1:alpha2' v='GL' />
+    <tag k='name:en' v='Greenland' />
+    <tag k='note' v='not in EU' />
+  </way>
+  <way id='-29276'>
+    <nd ref='-26320' />
+    <nd ref='-11706' />
+    <nd ref='-11708' />
+    <nd ref='-11710' />
+    <nd ref='-11712' />
+    <nd ref='-22620' />
+    <nd ref='-26320' />
+  </way>
+  <way id='-29278'>
+    <nd ref='-11714' />
+    <nd ref='-11716' />
+    <nd ref='-11718' />
+    <nd ref='-11720' />
+    <nd ref='-11722' />
+    <nd ref='-9312' />
+    <nd ref='-11714' />
+    <tag k='ISO3166-1:alpha2' v='LK' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Sri Lanka' />
+  </way>
+  <way id='-29280'>
+    <nd ref='-11724' />
+    <nd ref='-11726' />
+    <nd ref='-11728' />
+    <nd ref='-11730' />
+    <nd ref='-11724' />
+  </way>
+  <way id='-29282'>
+    <nd ref='-8510' />
+    <nd ref='-8508' />
+    <nd ref='-11874' />
+    <nd ref='-26260' />
+    <nd ref='-26264' />
+    <nd ref='-11754' />
+    <nd ref='-10736' />
+    <nd ref='-4770' />
+    <nd ref='-4772' />
+    <nd ref='-4774' />
+    <nd ref='-4776' />
+    <nd ref='-4778' />
+    <nd ref='-4780' />
+    <nd ref='-4782' />
+    <nd ref='-10738' />
+    <nd ref='-4768' />
+    <nd ref='-4766' />
+    <nd ref='-4764' />
+    <nd ref='-8882' />
+    <nd ref='-4762' />
+    <nd ref='-4760' />
+    <nd ref='-4758' />
+    <nd ref='-4756' />
+    <nd ref='-4752' />
+    <nd ref='-4754' />
+    <nd ref='-4750' />
+    <nd ref='-4748' />
+    <nd ref='-4746' />
+    <nd ref='-4744' />
+    <nd ref='-4742' />
+    <nd ref='-4740' />
+    <nd ref='-4732' />
+    <nd ref='-4730' />
+    <nd ref='-4728' />
+    <nd ref='-4726' />
+    <nd ref='-4724' />
+    <nd ref='-4722' />
+    <nd ref='-4720' />
+    <nd ref='-4718' />
+    <nd ref='-4716' />
+    <nd ref='-4714' />
+    <nd ref='-4712' />
+    <nd ref='-4710' />
+    <nd ref='-4644' />
+    <nd ref='-4646' />
+    <nd ref='-4708' />
+    <nd ref='-8904' />
+    <nd ref='-4642' />
+    <nd ref='-8902' />
+    <nd ref='-8900' />
+    <nd ref='-8898' />
+    <nd ref='-8896' />
+    <nd ref='-8894' />
+    <nd ref='-10740' />
+    <nd ref='-4576' />
+    <nd ref='-4578' />
+    <nd ref='-4580' />
+    <nd ref='-4582' />
+    <nd ref='-4584' />
+    <nd ref='-4586' />
+    <nd ref='-4574' />
+    <nd ref='-4572' />
+    <nd ref='-4570' />
+    <nd ref='-4568' />
+    <nd ref='-4566' />
+    <nd ref='-10742' />
+    <nd ref='-4560' />
+    <nd ref='-4562' />
+    <nd ref='-4564' />
+    <nd ref='-4556' />
+    <nd ref='-4552' />
+    <nd ref='-4554' />
+    <nd ref='-4558' />
+    <nd ref='-4548' />
+    <nd ref='-4546' />
+    <nd ref='-4544' />
+    <nd ref='-4550' />
+    <nd ref='-4542' />
+    <nd ref='-10744' />
+    <nd ref='-10746' />
+    <nd ref='-10748' />
+    <nd ref='-10750' />
+    <nd ref='-10752' />
+    <nd ref='-4534' />
+    <nd ref='-4536' />
+    <nd ref='-4538' />
+    <nd ref='-4540' />
+    <nd ref='-4532' />
+    <nd ref='-4530' />
+    <nd ref='-4528' />
+    <nd ref='-10754' />
+    <nd ref='-4524' />
+    <nd ref='-4522' />
+    <nd ref='-4526' />
+    <nd ref='-4520' />
+    <nd ref='-4518' />
+    <nd ref='-4516' />
+    <nd ref='-4514' />
+    <nd ref='-4512' />
+    <nd ref='-4500' />
+    <nd ref='-4502' />
+    <nd ref='-4504' />
+    <nd ref='-4506' />
+    <nd ref='-4508' />
+    <nd ref='-4510' />
+    <nd ref='-10756' />
+    <nd ref='-10758' />
+    <nd ref='-12234' />
+    <nd ref='-12236' />
+    <nd ref='-12238' />
+    <nd ref='-12240' />
+    <nd ref='-8510' />
+    <tag k='name:en' v='Metropolitan Norway' />
+  </way>
+  <way id='-29284'>
+    <nd ref='-11766' />
+    <nd ref='-11768' />
+    <nd ref='-26262' />
+    <nd ref='-11772' />
+    <nd ref='-11766' />
+    <tag k='ISO3166-1:alpha2' v='IS' />
+    <tag k='name:en' v='Iceland' />
+  </way>
+  <way id='-29286'>
+    <nd ref='-11774' />
+    <nd ref='-11776' />
+    <nd ref='-11778' />
+    <nd ref='-11780' />
+    <nd ref='-11782' />
+    <nd ref='-11784' />
+    <nd ref='-11674' />
+    <nd ref='-11774' />
+    <tag k='ISO3166-1:alpha2' v='BS' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Bahamas, The' />
+  </way>
+  <way id='-29288'>
+    <nd ref='-5750' />
+    <nd ref='-11790' />
+    <nd ref='-11792' />
+    <nd ref='-11788' />
+    <nd ref='-11786' />
+    <nd ref='-22580' />
+    <nd ref='-5750' />
+    <tag k='ISO3166-1:alpha2' v='VI' />
+    <tag k='ISO3166-2' v='US-VI' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='United States Virgin Islands' />
+    <tag k='note' v='The U.S. Virgin Islands is the only U.S. jurisdiction which drives on the left' />
+  </way>
+  <way id='-29290'>
+    <nd ref='-11794' />
+    <nd ref='-11796' />
+    <nd ref='-11798' />
+    <nd ref='-11800' />
+    <nd ref='-11794' />
+    <tag k='ISO3166-1:alpha2' v='MV' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Maldives' />
+  </way>
+  <way id='-29292'>
+    <nd ref='-11802' />
+    <nd ref='-11804' />
+    <nd ref='-22788' />
+    <nd ref='-11806' />
+    <nd ref='-22784' />
+    <nd ref='-11808' />
+    <nd ref='-11802' />
+    <tag k='ISO3166-1:alpha2' v='IO' />
+    <tag k='driving_side' v='right' />
+    <tag k='name:en' v='British Indian Ocean Territory' />
+  </way>
+  <way id='-29294'>
+    <nd ref='-11810' />
+    <nd ref='-11812' />
+    <nd ref='-11814' />
+    <nd ref='-11810' />
+    <tag k='name:en' v='Crozet Islands, Kerguelen Islands, Saint-Paul and New-Amsterdam Islands' />
+  </way>
+  <way id='-29296'>
+    <nd ref='-11816' />
+    <nd ref='-11818' />
+    <nd ref='-11820' />
+    <nd ref='-11822' />
+    <nd ref='-11816' />
+    <tag k='ISO3166-1:alpha2' v='RE' />
+    <tag k='ISO3166-2' v='FR-RE' />
+    <tag k='name:en' v='Réunion' />
+  </way>
+  <way id='-29298'>
+    <nd ref='-11818' />
+    <nd ref='-11828' />
+    <nd ref='-11824' />
+    <nd ref='-11826' />
+    <nd ref='-11820' />
+    <nd ref='-11818' />
+    <tag k='ISO3166-1:alpha2' v='MU' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Mauritius' />
+  </way>
+  <way id='-29300'>
+    <nd ref='-11830' />
+    <nd ref='-11832' />
+    <nd ref='-11834' />
+    <nd ref='-11840' />
+    <nd ref='-11850' />
+    <nd ref='-11836' />
+    <nd ref='-11838' />
+    <nd ref='-11830' />
+    <tag k='ISO3166-1:alpha2' v='SC' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Seychelles' />
+  </way>
+  <way id='-29302'>
+    <nd ref='-11842' />
+    <nd ref='-11844' />
+    <nd ref='-11846' />
+    <nd ref='-11848' />
+    <nd ref='-11842' />
+    <tag k='ISO3166-1:alpha2' v='KM' />
+    <tag k='name:en' v='Comoros' />
+  </way>
+  <way id='-29304'>
+    <nd ref='-11876' />
+    <nd ref='-11878' />
+    <nd ref='-11880' />
+    <nd ref='-11876' />
+    <tag k='ISO3166-1:alpha2' v='FO' />
+    <tag k='name:en' v='Faroe Islands' />
+    <tag k='note' v='not in EU' />
+  </way>
+  <way id='-29306'>
+    <nd ref='-11882' />
+    <nd ref='-11760' />
+    <nd ref='-11762' />
+    <nd ref='-11514' />
+    <nd ref='-11764' />
+    <nd ref='-11884' />
+    <nd ref='-11882' />
+  </way>
+  <way id='-29308'>
+    <nd ref='-11898' />
+    <nd ref='-11900' />
+    <nd ref='-7708' />
+    <nd ref='-7710' />
+    <nd ref='-11898' />
+    <tag k='ISO3166-1:alpha2' v='PM' />
+    <tag k='ISO3166-2' v='FR-PM' />
+    <tag k='name:en' v='Saint Pierre and Miquelon' />
+  </way>
+  <way id='-29310'>
+    <nd ref='-11740' />
+    <nd ref='-11918' />
+    <nd ref='-22512' />
+    <nd ref='-11920' />
+    <nd ref='-11922' />
+    <nd ref='-11924' />
+    <nd ref='-11926' />
+    <nd ref='-11928' />
+    <nd ref='-11744' />
+    <nd ref='-11734' />
+    <nd ref='-11736' />
+    <nd ref='-11738' />
+    <nd ref='-11740' />
+    <tag k='ISO3166-1:alpha2' v='JP' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Japan' />
+    <tag k='taginfo' v='http://taginfo.openstreetmap.jp' />
+  </way>
+  <way id='-29312'>
+    <nd ref='-10938' />
+    <nd ref='-27920' />
+    <nd ref='-27922' />
+    <nd ref='-27924' />
+    <nd ref='-27926' />
+    <nd ref='-27928' />
+    <nd ref='-27930' />
+    <nd ref='-1218' />
+    <nd ref='-1224' />
+    <nd ref='-1222' />
+    <nd ref='-1220' />
+    <nd ref='-1226' />
+    <nd ref='-1190' />
+    <nd ref='-1192' />
+    <nd ref='-1194' />
+    <nd ref='-1196' />
+    <nd ref='-1198' />
+    <nd ref='-1214' />
+    <nd ref='-1212' />
+    <nd ref='-1204' />
+    <nd ref='-1202' />
+    <nd ref='-1200' />
+    <nd ref='-1206' />
+    <nd ref='-1208' />
+    <nd ref='-1210' />
+    <nd ref='-1216' />
+    <nd ref='-6648' />
+    <nd ref='-17022' />
+    <nd ref='-17006' />
+    <nd ref='-17008' />
+    <nd ref='-17014' />
+    <nd ref='-17016' />
+    <nd ref='-17018' />
+    <nd ref='-17020' />
+    <nd ref='-17012' />
+    <nd ref='-17010' />
+    <nd ref='-6614' />
+    <nd ref='-17000' />
+    <nd ref='-17002' />
+    <nd ref='-17004' />
+    <nd ref='-16998' />
+    <nd ref='-16992' />
+    <nd ref='-16994' />
+    <nd ref='-27918' />
+    <nd ref='-16996' />
+    <nd ref='-16990' />
+    <nd ref='-27916' />
+    <nd ref='-6616' />
+    <nd ref='-10936' />
+    <nd ref='-12194' />
+    <nd ref='-9762' />
+    <nd ref='-9764' />
+    <nd ref='-14592' />
+    <nd ref='-14594' />
+    <nd ref='-14596' />
+    <nd ref='-14590' />
+    <nd ref='-14598' />
+    <nd ref='-9766' />
+    <nd ref='-14600' />
+    <nd ref='-9768' />
+    <nd ref='-14602' />
+    <nd ref='-14604' />
+    <nd ref='-14608' />
+    <nd ref='-14606' />
+    <nd ref='-9770' />
+    <nd ref='-9772' />
+    <nd ref='-14612' />
+    <nd ref='-14614' />
+    <nd ref='-14616' />
+    <nd ref='-14610' />
+    <nd ref='-9774' />
+    <nd ref='-9776' />
+    <nd ref='-14618' />
+    <nd ref='-14620' />
+    <nd ref='-14622' />
+    <nd ref='-14624' />
+    <nd ref='-9778' />
+    <nd ref='-14626' />
+    <nd ref='-14628' />
+    <nd ref='-9780' />
+    <nd ref='-14630' />
+    <nd ref='-14632' />
+    <nd ref='-14642' />
+    <nd ref='-14640' />
+    <nd ref='-14634' />
+    <nd ref='-14636' />
+    <nd ref='-14638' />
+    <nd ref='-14644' />
+    <nd ref='-14646' />
+    <nd ref='-14648' />
+    <nd ref='-14650' />
+    <nd ref='-14652' />
+    <nd ref='-14654' />
+    <nd ref='-14656' />
+    <nd ref='-14658' />
+    <nd ref='-14660' />
+    <nd ref='-9782' />
+    <nd ref='-27904' />
+    <nd ref='-27902' />
+    <nd ref='-14662' />
+    <nd ref='-14664' />
+    <nd ref='-14666' />
+    <nd ref='-14668' />
+    <nd ref='-14670' />
+    <nd ref='-14672' />
+    <nd ref='-9784' />
+    <nd ref='-14674' />
+    <nd ref='-14676' />
+    <nd ref='-14678' />
+    <nd ref='-14680' />
+    <nd ref='-14682' />
+    <nd ref='-14684' />
+    <nd ref='-14686' />
+    <nd ref='-9786' />
+    <nd ref='-14688' />
+    <nd ref='-14690' />
+    <nd ref='-14692' />
+    <nd ref='-14694' />
+    <nd ref='-14696' />
+    <nd ref='-9788' />
+    <nd ref='-9790' />
+    <nd ref='-9792' />
+    <nd ref='-14698' />
+    <nd ref='-14706' />
+    <nd ref='-14708' />
+    <nd ref='-14704' />
+    <nd ref='-14702' />
+    <nd ref='-14700' />
+    <nd ref='-14710' />
+    <nd ref='-14722' />
+    <nd ref='-14720' />
+    <nd ref='-14718' />
+    <nd ref='-14712' />
+    <nd ref='-14714' />
+    <nd ref='-14716' />
+    <nd ref='-14724' />
+    <nd ref='-14726' />
+    <nd ref='-14728' />
+    <nd ref='-14730' />
+    <nd ref='-14732' />
+    <nd ref='-14734' />
+    <nd ref='-14736' />
+    <nd ref='-14738' />
+    <nd ref='-9794' />
+    <nd ref='-14740' />
+    <nd ref='-14742' />
+    <nd ref='-14744' />
+    <nd ref='-14746' />
+    <nd ref='-14748' />
+    <nd ref='-14750' />
+    <nd ref='-14760' />
+    <nd ref='-14758' />
+    <nd ref='-14752' />
+    <nd ref='-14754' />
+    <nd ref='-14756' />
+    <nd ref='-14762' />
+    <nd ref='-27900' />
+    <nd ref='-14764' />
+    <nd ref='-14766' />
+    <nd ref='-14768' />
+    <nd ref='-27896' />
+    <nd ref='-27898' />
+    <nd ref='-27894' />
+    <nd ref='-9796' />
+    <nd ref='-14770' />
+    <nd ref='-14772' />
+    <nd ref='-14774' />
+    <nd ref='-14776' />
+    <nd ref='-14778' />
+    <nd ref='-9798' />
+    <nd ref='-9800' />
+    <nd ref='-14780' />
+    <nd ref='-14782' />
+    <nd ref='-9802' />
+    <nd ref='-9804' />
+    <nd ref='-9806' />
+    <nd ref='-9808' />
+    <nd ref='-9810' />
+    <nd ref='-27892' />
+    <nd ref='-14784' />
+    <nd ref='-9606' />
+    <nd ref='-27890' />
+    <nd ref='-9608' />
+    <nd ref='-14786' />
+    <nd ref='-14788' />
+    <nd ref='-9610' />
+    <nd ref='-14792' />
+    <nd ref='-14794' />
+    <nd ref='-14796' />
+    <nd ref='-14790' />
+    <nd ref='-14798' />
+    <nd ref='-14800' />
+    <nd ref='-14802' />
+    <nd ref='-14804' />
+    <nd ref='-14806' />
+    <nd ref='-14808' />
+    <nd ref='-14810' />
+    <nd ref='-14812' />
+    <nd ref='-14814' />
+    <nd ref='-9612' />
+    <nd ref='-9614' />
+    <nd ref='-14816' />
+    <nd ref='-14818' />
+    <nd ref='-14820' />
+    <nd ref='-9616' />
+    <nd ref='-9618' />
+    <nd ref='-12258' />
+    <nd ref='-12260' />
+    <nd ref='-14822' />
+    <nd ref='-14824' />
+    <nd ref='-14826' />
+    <nd ref='-14828' />
+    <nd ref='-14830' />
+    <nd ref='-14832' />
+    <nd ref='-14834' />
+    <nd ref='-14836' />
+    <nd ref='-27888' />
+    <nd ref='-14838' />
+    <nd ref='-14840' />
+    <nd ref='-14842' />
+    <nd ref='-14844' />
+    <nd ref='-14846' />
+    <nd ref='-14848' />
+    <nd ref='-14850' />
+    <nd ref='-14852' />
+    <nd ref='-14854' />
+    <nd ref='-14856' />
+    <nd ref='-14858' />
+    <nd ref='-9620' />
+    <nd ref='-9622' />
+    <nd ref='-7886' />
+    <nd ref='-14862' />
+    <nd ref='-14860' />
+    <nd ref='-10470' />
+    <nd ref='-14864' />
+    <nd ref='-14866' />
+    <nd ref='-10934' />
+    <nd ref='-10472' />
+    <nd ref='-928' />
+    <nd ref='-930' />
+    <nd ref='-926' />
+    <nd ref='-924' />
+    <nd ref='-10474' />
+    <nd ref='-918' />
+    <nd ref='-920' />
+    <nd ref='-922' />
+    <nd ref='-10476' />
+    <nd ref='-916' />
+    <nd ref='-910' />
+    <nd ref='-912' />
+    <nd ref='-908' />
+    <nd ref='-906' />
+    <nd ref='-904' />
+    <nd ref='-902' />
+    <nd ref='-900' />
+    <nd ref='-914' />
+    <nd ref='-892' />
+    <nd ref='-890' />
+    <nd ref='-888' />
+    <nd ref='-896' />
+    <nd ref='-894' />
+    <nd ref='-898' />
+    <nd ref='-878' />
+    <nd ref='-880' />
+    <nd ref='-882' />
+    <nd ref='-884' />
+    <nd ref='-886' />
+    <nd ref='-10478' />
+    <nd ref='-10480' />
+    <nd ref='-876' />
+    <nd ref='-874' />
+    <nd ref='-870' />
+    <nd ref='-872' />
+    <nd ref='-866' />
+    <nd ref='-868' />
+    <nd ref='-864' />
+    <nd ref='-862' />
+    <nd ref='-10932' />
+    <nd ref='-860' />
+    <nd ref='-858' />
+    <nd ref='-856' />
+    <nd ref='-10400' />
+    <nd ref='-854' />
+    <nd ref='-852' />
+    <nd ref='-27912' />
+    <nd ref='-27910' />
+    <nd ref='-27914' />
+    <nd ref='-850' />
+    <nd ref='-846' />
+    <nd ref='-848' />
+    <nd ref='-844' />
+    <nd ref='-10402' />
+    <nd ref='-10404' />
+    <nd ref='-842' />
+    <nd ref='-840' />
+    <nd ref='-10930' />
+    <nd ref='-836' />
+    <nd ref='-834' />
+    <nd ref='-832' />
+    <nd ref='-838' />
+    <nd ref='-830' />
+    <nd ref='-10406' />
+    <nd ref='-10408' />
+    <nd ref='-13038' />
+    <nd ref='-13044' />
+    <nd ref='-13046' />
+    <nd ref='-13048' />
+    <nd ref='-13040' />
+    <nd ref='-13042' />
+    <nd ref='-10410' />
+    <nd ref='-7956' />
+    <nd ref='-7958' />
+    <nd ref='-7960' />
+    <nd ref='-13034' />
+    <nd ref='-13036' />
+    <nd ref='-7962' />
+    <nd ref='-13032' />
+    <nd ref='-13030' />
+    <nd ref='-7964' />
+    <nd ref='-13028' />
+    <nd ref='-7966' />
+    <nd ref='-13026' />
+    <nd ref='-7968' />
+    <nd ref='-7970' />
+    <nd ref='-13024' />
+    <nd ref='-13022' />
+    <nd ref='-13020' />
+    <nd ref='-13018' />
+    <nd ref='-7972' />
+    <nd ref='-13016' />
+    <nd ref='-7974' />
+    <nd ref='-7976' />
+    <nd ref='-13014' />
+    <nd ref='-13010' />
+    <nd ref='-13012' />
+    <nd ref='-13006' />
+    <nd ref='-13008' />
+    <nd ref='-7714' />
+    <nd ref='-7716' />
+    <nd ref='-13004' />
+    <nd ref='-13002' />
+    <nd ref='-27858' />
+    <nd ref='-13000' />
+    <nd ref='-27860' />
+    <nd ref='-27862' />
+    <nd ref='-27864' />
+    <nd ref='-12998' />
+    <nd ref='-7718' />
+    <nd ref='-12996' />
+    <nd ref='-12994' />
+    <nd ref='-12988' />
+    <nd ref='-12990' />
+    <nd ref='-12992' />
+    <nd ref='-27870' />
+    <nd ref='-27868' />
+    <nd ref='-27866' />
+    <nd ref='-12986' />
+    <nd ref='-27872' />
+    <nd ref='-27874' />
+    <nd ref='-12974' />
+    <nd ref='-27876' />
+    <nd ref='-12976' />
+    <nd ref='-12978' />
+    <nd ref='-12980' />
+    <nd ref='-12982' />
+    <nd ref='-12984' />
+    <nd ref='-12972' />
+    <nd ref='-27878' />
+    <nd ref='-27880' />
+    <nd ref='-27882' />
+    <nd ref='-12970' />
+    <nd ref='-12968' />
+    <nd ref='-12966' />
+    <nd ref='-12964' />
+    <nd ref='-27884' />
+    <nd ref='-12962' />
+    <nd ref='-12960' />
+    <nd ref='-12958' />
+    <nd ref='-12956' />
+    <nd ref='-12954' />
+    <nd ref='-7720' />
+    <nd ref='-7722' />
+    <nd ref='-12952' />
+    <nd ref='-12950' />
+    <nd ref='-7724' />
+    <nd ref='-27886' />
+    <nd ref='-12948' />
+    <nd ref='-12946' />
+    <nd ref='-12944' />
+    <nd ref='-12942' />
+    <nd ref='-12940' />
+    <nd ref='-7726' />
+    <nd ref='-12938' />
+    <nd ref='-7728' />
+    <nd ref='-7730' />
+    <nd ref='-12934' />
+    <nd ref='-12936' />
+    <nd ref='-12932' />
+    <nd ref='-12930' />
+    <nd ref='-12928' />
+    <nd ref='-12926' />
+    <nd ref='-12924' />
+    <nd ref='-7732' />
+    <nd ref='-12920' />
+    <nd ref='-12922' />
+    <nd ref='-12918' />
+    <nd ref='-12916' />
+    <nd ref='-12912' />
+    <nd ref='-12914' />
+    <nd ref='-12906' />
+    <nd ref='-12908' />
+    <nd ref='-12910' />
+    <nd ref='-12904' />
+    <nd ref='-12900' />
+    <nd ref='-12902' />
+    <nd ref='-12898' />
+    <nd ref='-7734' />
+    <nd ref='-12896' />
+    <nd ref='-12894' />
+    <nd ref='-12892' />
+    <nd ref='-12890' />
+    <nd ref='-27264' />
+    <nd ref='-12886' />
+    <nd ref='-27260' />
+    <nd ref='-12888' />
+    <nd ref='-27258' />
+    <nd ref='-10852' />
+    <nd ref='-11746' />
+    <nd ref='-11744' />
+    <nd ref='-11734' />
+    <nd ref='-11736' />
+    <nd ref='-11738' />
+    <nd ref='-11740' />
+    <nd ref='-11732' />
+    <nd ref='-11742' />
+    <nd ref='-10928' />
+    <nd ref='-11748' />
+    <nd ref='-11750' />
+    <nd ref='-11752' />
+    <nd ref='-22744' />
+    <nd ref='-22742' />
+    <nd ref='-26264' />
+    <nd ref='-11754' />
+    <nd ref='-10736' />
+    <nd ref='-4770' />
+    <nd ref='-4772' />
+    <nd ref='-4774' />
+    <nd ref='-4776' />
+    <nd ref='-4778' />
+    <nd ref='-4780' />
+    <nd ref='-4782' />
+    <nd ref='-10738' />
+    <nd ref='-4738' />
+    <nd ref='-4736' />
+    <nd ref='-4734' />
+    <nd ref='-8884' />
+    <nd ref='-8886' />
+    <nd ref='-4706' />
+    <nd ref='-8888' />
+    <nd ref='-4704' />
+    <nd ref='-4702' />
+    <nd ref='-4698' />
+    <nd ref='-4700' />
+    <nd ref='-4696' />
+    <nd ref='-4694' />
+    <nd ref='-4692' />
+    <nd ref='-4690' />
+    <nd ref='-4688' />
+    <nd ref='-4686' />
+    <nd ref='-4684' />
+    <nd ref='-4682' />
+    <nd ref='-4680' />
+    <nd ref='-4678' />
+    <nd ref='-4676' />
+    <nd ref='-4674' />
+    <nd ref='-4672' />
+    <nd ref='-4670' />
+    <nd ref='-4668' />
+    <nd ref='-4664' />
+    <nd ref='-4666' />
+    <nd ref='-4662' />
+    <nd ref='-4660' />
+    <nd ref='-4658' />
+    <nd ref='-4656' />
+    <nd ref='-4654' />
+    <nd ref='-4648' />
+    <nd ref='-4650' />
+    <nd ref='-79378' />
+    <nd ref='-4652' />
+    <nd ref='-10988' />
+    <nd ref='-12226' />
+    <nd ref='-12228' />
+    <nd ref='-12230' />
+    <nd ref='-12232' />
+    <nd ref='-8842' />
+    <nd ref='-8844' />
+    <nd ref='-79443' />
+    <nd ref='-4420' />
+    <nd ref='-79477' />
+    <nd ref='-79509' />
+    <nd ref='-4422' />
+    <nd ref='-4418' />
+    <nd ref='-4424' />
+    <nd ref='-4414' />
+    <nd ref='-4416' />
+    <nd ref='-8846' />
+    <nd ref='-8848' />
+    <nd ref='-8850' />
+    <nd ref='-4410' />
+    <nd ref='-4408' />
+    <nd ref='-4412' />
+    <nd ref='-8852' />
+    <nd ref='-4396' />
+    <nd ref='-4394' />
+    <nd ref='-4398' />
+    <nd ref='-4400' />
+    <nd ref='-4402' />
+    <nd ref='-4404' />
+    <nd ref='-4406' />
+    <nd ref='-8854' />
+    <nd ref='-4334' />
+    <nd ref='-4336' />
+    <nd ref='-4338' />
+    <nd ref='-4350' />
+    <nd ref='-4348' />
+    <nd ref='-4344' />
+    <nd ref='-4346' />
+    <nd ref='-4340' />
+    <nd ref='-4342' />
+    <nd ref='-4354' />
+    <nd ref='-4352' />
+    <nd ref='-7158' />
+    <nd ref='-20686' />
+    <nd ref='-20700' />
+    <nd ref='-20702' />
+    <nd ref='-20698' />
+    <nd ref='-20694' />
+    <nd ref='-20696' />
+    <nd ref='-20692' />
+    <nd ref='-20688' />
+    <nd ref='-20690' />
+    <nd ref='-7160' />
+    <nd ref='-20684' />
+    <nd ref='-20674' />
+    <nd ref='-20676' />
+    <nd ref='-20680' />
+    <nd ref='-20682' />
+    <nd ref='-20678' />
+    <nd ref='-7162' />
+    <nd ref='-20662' />
+    <nd ref='-82237' />
+    <nd ref='-82247' />
+    <nd ref='-82260' />
+    <nd ref='-82276' />
+    <nd ref='-20672' />
+    <nd ref='-20670' />
+    <nd ref='-20668' />
+    <nd ref='-20664' />
+    <nd ref='-20666' />
+    <nd ref='-20652' />
+    <nd ref='-20660' />
+    <nd ref='-20658' />
+    <nd ref='-20656' />
+    <nd ref='-20654' />
+    <nd ref='-10986' />
+    <nd ref='-10984' />
+    <nd ref='-82292' />
+    <nd ref='-20640' />
+    <nd ref='-20648' />
+    <nd ref='-20650' />
+    <nd ref='-20646' />
+    <nd ref='-20644' />
+    <nd ref='-20642' />
+    <nd ref='-10982' />
+    <nd ref='-82309' />
+    <nd ref='-10980' />
+    <nd ref='-20626' />
+    <nd ref='-20638' />
+    <nd ref='-20636' />
+    <nd ref='-20634' />
+    <nd ref='-20628' />
+    <nd ref='-20630' />
+    <nd ref='-20632' />
+    <nd ref='-7164' />
+    <nd ref='-20624' />
+    <nd ref='-82332' />
+    <nd ref='-10978' />
+    <nd ref='-20622' />
+    <nd ref='-7166' />
+    <nd ref='-82358' />
+    <nd ref='-82369' />
+    <nd ref='-7168' />
+    <nd ref='-20620' />
+    <nd ref='-20618' />
+    <nd ref='-7170' />
+    <nd ref='-20608' />
+    <nd ref='-20610' />
+    <nd ref='-20612' />
+    <nd ref='-20614' />
+    <nd ref='-20616' />
+    <nd ref='-10976' />
+    <nd ref='-20606' />
+    <nd ref='-20604' />
+    <nd ref='-7172' />
+    <nd ref='-20602' />
+    <nd ref='-20600' />
+    <nd ref='-20598' />
+    <nd ref='-20596' />
+    <nd ref='-20586' />
+    <nd ref='-20594' />
+    <nd ref='-20592' />
+    <nd ref='-20590' />
+    <nd ref='-20588' />
+    <nd ref='-10974' />
+    <nd ref='-82389' />
+    <nd ref='-20582' />
+    <nd ref='-20584' />
+    <nd ref='-10972' />
+    <nd ref='-20574' />
+    <nd ref='-20578' />
+    <nd ref='-20580' />
+    <nd ref='-20576' />
+    <nd ref='-10970' />
+    <nd ref='-20562' />
+    <nd ref='-20560' />
+    <nd ref='-20564' />
+    <nd ref='-10968' />
+    <nd ref='-20568' />
+    <nd ref='-20570' />
+    <nd ref='-20572' />
+    <nd ref='-20566' />
+    <nd ref='-10966' />
+    <nd ref='-10964' />
+    <nd ref='-10962' />
+    <nd ref='-20710' />
+    <nd ref='-20720' />
+    <nd ref='-20718' />
+    <nd ref='-20708' />
+    <nd ref='-20712' />
+    <nd ref='-20714' />
+    <nd ref='-20716' />
+    <nd ref='-20704' />
+    <nd ref='-20706' />
+    <nd ref='-20722' />
+    <nd ref='-20724' />
+    <nd ref='-20726' />
+    <nd ref='-20728' />
+    <nd ref='-83034' />
+    <nd ref='-20730' />
+    <nd ref='-20732' />
+    <nd ref='-20734' />
+    <nd ref='-20738' />
+    <nd ref='-20736' />
+    <nd ref='-83060' />
+    <nd ref='-20740' />
+    <nd ref='-20744' />
+    <nd ref='-20746' />
+    <nd ref='-20742' />
+    <nd ref='-20750' />
+    <nd ref='-20752' />
+    <nd ref='-20748' />
+    <nd ref='-20754' />
+    <nd ref='-20760' />
+    <nd ref='-20756' />
+    <nd ref='-20758' />
+    <nd ref='-20764' />
+    <nd ref='-20762' />
+    <nd ref='-20766' />
+    <nd ref='-20768' />
+    <nd ref='-20770' />
+    <nd ref='-83108' />
+    <nd ref='-83123' />
+    <nd ref='-20776' />
+    <nd ref='-20774' />
+    <nd ref='-20772' />
+    <nd ref='-20780' />
+    <nd ref='-20778' />
+    <nd ref='-20786' />
+    <nd ref='-20784' />
+    <nd ref='-20782' />
+    <nd ref='-83150' />
+    <nd ref='-20788' />
+    <nd ref='-20792' />
+    <nd ref='-20790' />
+    <nd ref='-20794' />
+    <nd ref='-83200' />
+    <nd ref='-83237' />
+    <nd ref='-20796' />
+    <nd ref='-20800' />
+    <nd ref='-20798' />
+    <nd ref='-10960' />
+    <nd ref='-20802' />
+    <nd ref='-20806' />
+    <nd ref='-20808' />
+    <nd ref='-83256' />
+    <nd ref='-20804' />
+    <nd ref='-20818' />
+    <nd ref='-20820' />
+    <nd ref='-20822' />
+    <nd ref='-20828' />
+    <nd ref='-20824' />
+    <nd ref='-20826' />
+    <nd ref='-20810' />
+    <nd ref='-20812' />
+    <nd ref='-20816' />
+    <nd ref='-20814' />
+    <nd ref='-10958' />
+    <nd ref='-20836' />
+    <nd ref='-20834' />
+    <nd ref='-20832' />
+    <nd ref='-20830' />
+    <nd ref='-20838' />
+    <nd ref='-83274' />
+    <nd ref='-20840' />
+    <nd ref='-20842' />
+    <nd ref='-20846' />
+    <nd ref='-20844' />
+    <nd ref='-20848' />
+    <nd ref='-20850' />
+    <nd ref='-20856' />
+    <nd ref='-83291' />
+    <nd ref='-83305' />
+    <nd ref='-20858' />
+    <nd ref='-20852' />
+    <nd ref='-20854' />
+    <nd ref='-10956' />
+    <nd ref='-10954' />
+    <nd ref='-10952' />
+    <nd ref='-83333' />
+    <nd ref='-83362' />
+    <nd ref='-20862' />
+    <nd ref='-20864' />
+    <nd ref='-20866' />
+    <nd ref='-20872' />
+    <nd ref='-20870' />
+    <nd ref='-20868' />
+    <nd ref='-20860' />
+    <nd ref='-83376' />
+    <nd ref='-83399' />
+    <nd ref='-10950' />
+    <nd ref='-83412' />
+    <nd ref='-20882' />
+    <nd ref='-20892' />
+    <nd ref='-83455' />
+    <nd ref='-20890' />
+    <nd ref='-20888' />
+    <nd ref='-20884' />
+    <nd ref='-20886' />
+    <nd ref='-20880' />
+    <nd ref='-83513' />
+    <nd ref='-83537' />
+    <nd ref='-83564' />
+    <nd ref='-20878' />
+    <nd ref='-20876' />
+    <nd ref='-20874' />
+    <nd ref='-20898' />
+    <nd ref='-20896' />
+    <nd ref='-20894' />
+    <nd ref='-20900' />
+    <nd ref='-10948' />
+    <nd ref='-10946' />
+    <nd ref='-20902' />
+    <nd ref='-10944' />
+    <nd ref='-10942' />
+    <nd ref='-20914' />
+    <nd ref='-20912' />
+    <nd ref='-20904' />
+    <nd ref='-20908' />
+    <nd ref='-20910' />
+    <nd ref='-20906' />
+    <nd ref='-10940' />
+    <nd ref='-11460' />
+    <nd ref='-11462' />
+    <nd ref='-12060' />
+    <nd ref='-11464' />
+    <nd ref='-12058' />
+    <nd ref='-12056' />
+    <nd ref='-12054' />
+    <nd ref='-12052' />
+    <nd ref='-12050' />
+    <nd ref='-12048' />
+    <nd ref='-12046' />
+    <nd ref='-12044' />
+    <nd ref='-12042' />
+    <nd ref='-12040' />
+    <nd ref='-12038' />
+    <nd ref='-12036' />
+    <nd ref='-12034' />
+    <nd ref='-12032' />
+    <nd ref='-12030' />
+    <nd ref='-12028' />
+    <nd ref='-12026' />
+    <nd ref='-12024' />
+    <nd ref='-12022' />
+    <nd ref='-12020' />
+    <nd ref='-12018' />
+    <nd ref='-12016' />
+    <nd ref='-12014' />
+    <nd ref='-12012' />
+    <nd ref='-12010' />
+    <nd ref='-11466' />
+    <nd ref='-11468' />
+    <nd ref='-11470' />
+    <nd ref='-12062' />
+    <nd ref='-26308' />
+    <nd ref='-12064' />
+    <nd ref='-26268' />
+    <nd ref='-10938' />
+  </way>
+  <way id='-29314'>
+    <nd ref='-12132' />
+    <nd ref='-12148' />
+    <nd ref='-12134' />
+    <nd ref='-12136' />
+    <nd ref='-12132' />
+  </way>
+  <way id='-29316'>
+    <nd ref='-12178' />
+    <nd ref='-12138' />
+    <nd ref='-12140' />
+    <nd ref='-12142' />
+    <nd ref='-12178' />
+  </way>
+  <way id='-29318'>
+    <nd ref='-12144' />
+    <nd ref='-12146' />
+    <nd ref='-12134' />
+    <nd ref='-12148' />
+    <nd ref='-12144' />
+    <tag k='ISO3166-1:alpha2' v='TV' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Tuvalu' />
+  </way>
+  <way id='-29320'>
+    <nd ref='-8906' />
+    <nd ref='-12150' />
+    <nd ref='-12152' />
+    <nd ref='-8908' />
+    <nd ref='-8906' />
+    <tag k='ISO3166-1:alpha2' v='VU' />
+    <tag k='name:en' v='Vanuatu' />
+  </way>
+  <way id='-29322'>
+    <nd ref='-12150' />
+    <nd ref='-12160' />
+    <nd ref='-12162' />
+    <nd ref='-12164' />
+    <nd ref='-12170' />
+    <nd ref='-12166' />
+    <nd ref='-12168' />
+    <nd ref='-12324' />
+    <nd ref='-12322' />
+    <nd ref='-12154' />
+    <nd ref='-12156' />
+    <nd ref='-12158' />
+    <nd ref='-12152' />
+    <nd ref='-12150' />
+    <tag k='ISO3166-1:alpha2' v='SB' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Solomon Islands' />
+  </way>
+  <way id='-29324'>
+    <nd ref='-22508' />
+    <nd ref='-12172' />
+    <nd ref='-12174' />
+    <nd ref='-22510' />
+    <nd ref='-22508' />
+    <tag k='ISO3166-1:alpha2' v='MP' />
+    <tag k='ISO3166-2' v='US-MP' />
+    <tag k='name:en' v='Northern Mariana Islands' />
+  </way>
+  <way id='-29326'>
+    <nd ref='-12178' />
+    <nd ref='-12180' />
+    <nd ref='-12182' />
+    <nd ref='-12184' />
+    <nd ref='-12192' />
+    <nd ref='-12178' />
+    <tag k='ISO3166-1:alpha2' v='MH' />
+    <tag k='name:en' v='Marshall Islands' />
+  </way>
+  <way id='-29328'>
+    <nd ref='-12186' />
+    <nd ref='-12188' />
+    <nd ref='-12190' />
+    <nd ref='-12192' />
+    <nd ref='-12184' />
+    <nd ref='-12186' />
+    <tag k='ISO3166-1:alpha2' v='FM' />
+    <tag k='name:en' v='Micronesia, Federated States of' />
+  </way>
+  <way id='-29330'>
+    <nd ref='-7322' />
+    <nd ref='-7320' />
+    <nd ref='-12782' />
+    <nd ref='-12784' />
+    <nd ref='-12786' />
+    <nd ref='-12788' />
+    <nd ref='-12790' />
+    <nd ref='-12792' />
+    <nd ref='-12794' />
+    <nd ref='-12284' />
+    <nd ref='-7318' />
+    <nd ref='-7316' />
+    <nd ref='-12278' />
+    <nd ref='-12282' />
+    <nd ref='-12280' />
+    <nd ref='-7314' />
+    <nd ref='-12276' />
+    <nd ref='-7324' />
+    <nd ref='-10630' />
+    <nd ref='-7312' />
+    <nd ref='-7310' />
+    <nd ref='-7308' />
+    <nd ref='-7306' />
+    <nd ref='-12796' />
+    <nd ref='-12798' />
+    <nd ref='-12800' />
+    <nd ref='-12802' />
+    <nd ref='-7304' />
+    <nd ref='-7302' />
+    <nd ref='-7300' />
+    <nd ref='-10632' />
+    <nd ref='-10620' />
+    <nd ref='-12262' />
+    <nd ref='-12264' />
+    <nd ref='-12266' />
+    <nd ref='-12268' />
+    <nd ref='-10622' />
+    <nd ref='-10624' />
+    <nd ref='-12270' />
+    <nd ref='-10626' />
+    <nd ref='-12274' />
+    <nd ref='-12272' />
+    <nd ref='-12848' />
+    <nd ref='-12846' />
+    <nd ref='-12844' />
+    <nd ref='-12842' />
+    <nd ref='-12840' />
+    <nd ref='-12838' />
+    <nd ref='-12836' />
+    <nd ref='-12834' />
+    <nd ref='-12832' />
+    <nd ref='-12830' />
+    <nd ref='-12828' />
+    <nd ref='-12826' />
+    <nd ref='-12824' />
+    <nd ref='-12822' />
+    <nd ref='-12820' />
+    <nd ref='-12818' />
+    <nd ref='-12816' />
+    <nd ref='-26986' />
+    <nd ref='-26984' />
+    <nd ref='-12814' />
+    <nd ref='-12812' />
+    <nd ref='-26990' />
+    <nd ref='-12810' />
+    <nd ref='-26988' />
+    <nd ref='-12808' />
+    <nd ref='-12806' />
+    <nd ref='-12804' />
+    <nd ref='-9278' />
+    <nd ref='-9276' />
+    <nd ref='-10628' />
+    <nd ref='-11972' />
+    <nd ref='-11970' />
+    <nd ref='-12200' />
+    <nd ref='-12198' />
+    <nd ref='-10604' />
+    <nd ref='-11094' />
+    <nd ref='-11092' />
+    <nd ref='-11090' />
+    <nd ref='-11088' />
+    <nd ref='-10606' />
+    <nd ref='-10608' />
+    <nd ref='-10610' />
+    <nd ref='-11086' />
+    <nd ref='-11106' />
+    <nd ref='-12210' />
+    <nd ref='-12208' />
+    <nd ref='-12206' />
+    <nd ref='-12204' />
+    <nd ref='-11104' />
+    <nd ref='-11102' />
+    <nd ref='-11100' />
+    <nd ref='-10612' />
+    <nd ref='-10614' />
+    <nd ref='-12212' />
+    <nd ref='-11984' />
+    <nd ref='-10616' />
+    <nd ref='-11296' />
+    <nd ref='-11294' />
+    <nd ref='-12214' />
+    <nd ref='-10618' />
+    <nd ref='-12760' />
+    <nd ref='-12762' />
+    <nd ref='-26996' />
+    <nd ref='-26998' />
+    <nd ref='-26994' />
+    <nd ref='-26992' />
+    <nd ref='-27000' />
+    <nd ref='-27002' />
+    <nd ref='-12758' />
+    <nd ref='-27004' />
+    <nd ref='-27006' />
+    <nd ref='-27008' />
+    <nd ref='-27010' />
+    <nd ref='-12756' />
+    <nd ref='-12754' />
+    <nd ref='-12752' />
+    <nd ref='-12750' />
+    <nd ref='-12748' />
+    <nd ref='-12746' />
+    <nd ref='-12744' />
+    <nd ref='-12742' />
+    <nd ref='-12740' />
+    <nd ref='-12738' />
+    <nd ref='-12736' />
+    <nd ref='-12734' />
+    <nd ref='-10600' />
+    <nd ref='-12764' />
+    <nd ref='-12766' />
+    <nd ref='-12768' />
+    <nd ref='-12770' />
+    <nd ref='-12778' />
+    <nd ref='-12780' />
+    <nd ref='-27012' />
+    <nd ref='-27014' />
+    <nd ref='-12776' />
+    <nd ref='-12774' />
+    <nd ref='-27016' />
+    <nd ref='-27018' />
+    <nd ref='-27020' />
+    <nd ref='-27022' />
+    <nd ref='-12772' />
+    <nd ref='-27024' />
+    <nd ref='-27026' />
+    <nd ref='-10602' />
+    <nd ref='-11292' />
+    <nd ref='-11552' />
+    <nd ref='-11550' />
+    <nd ref='-7322' />
+    <tag k='ISO3166-1:alpha2' v='MY' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Malaysia' />
+  </way>
+  <way id='-29332'>
+    <nd ref='-9274' />
+    <nd ref='-12318' />
+    <nd ref='-12320' />
+    <nd ref='-12316' />
+    <nd ref='-10828' />
+    <nd ref='-10826' />
+    <nd ref='-11996' />
+    <nd ref='-11692' />
+    <nd ref='-11390' />
+    <nd ref='-12286' />
+    <nd ref='-11398' />
+    <nd ref='-11396' />
+    <nd ref='-11394' />
+    <nd ref='-11392' />
+    <nd ref='-12312' />
+    <nd ref='-12310' />
+    <nd ref='-11388' />
+    <nd ref='-9264' />
+    <nd ref='-12304' />
+    <nd ref='-12306' />
+    <nd ref='-12308' />
+    <nd ref='-12302' />
+    <nd ref='-9266' />
+    <nd ref='-12300' />
+    <nd ref='-12298' />
+    <nd ref='-12296' />
+    <nd ref='-9268' />
+    <nd ref='-9270' />
+    <nd ref='-9272' />
+    <nd ref='-12292' />
+    <nd ref='-12294' />
+    <nd ref='-12290' />
+    <nd ref='-26980' />
+    <nd ref='-26982' />
+    <nd ref='-12288' />
+    <nd ref='-9262' />
+    <nd ref='-12314' />
+    <nd ref='-11994' />
+    <nd ref='-11992' />
+    <nd ref='-11990' />
+    <nd ref='-11988' />
+    <nd ref='-11986' />
+    <nd ref='-11984' />
+    <nd ref='-12212' />
+    <nd ref='-10614' />
+    <nd ref='-12202' />
+    <nd ref='-11098' />
+    <nd ref='-11096' />
+    <nd ref='-11094' />
+    <nd ref='-10604' />
+    <nd ref='-12198' />
+    <nd ref='-12200' />
+    <nd ref='-11970' />
+    <nd ref='-11972' />
+    <nd ref='-10628' />
+    <nd ref='-9276' />
+    <nd ref='-9278' />
+    <nd ref='-12804' />
+    <nd ref='-12806' />
+    <nd ref='-12808' />
+    <nd ref='-26988' />
+    <nd ref='-12810' />
+    <nd ref='-26990' />
+    <nd ref='-12812' />
+    <nd ref='-12814' />
+    <nd ref='-26984' />
+    <nd ref='-26986' />
+    <nd ref='-12816' />
+    <nd ref='-12818' />
+    <nd ref='-12820' />
+    <nd ref='-12822' />
+    <nd ref='-12824' />
+    <nd ref='-12826' />
+    <nd ref='-12828' />
+    <nd ref='-12830' />
+    <nd ref='-12832' />
+    <nd ref='-12834' />
+    <nd ref='-12836' />
+    <nd ref='-12838' />
+    <nd ref='-12840' />
+    <nd ref='-12842' />
+    <nd ref='-12844' />
+    <nd ref='-12846' />
+    <nd ref='-12848' />
+    <nd ref='-12272' />
+    <nd ref='-12274' />
+    <nd ref='-10626' />
+    <nd ref='-11982' />
+    <nd ref='-11980' />
+    <nd ref='-11978' />
+    <nd ref='-11976' />
+    <nd ref='-11974' />
+    <nd ref='-9274' />
+    <tag k='ISO3166-1:alpha2' v='ID' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Indonesia' />
+  </way>
+  <way id='-29334'>
+    <nd ref='-11976' />
+    <nd ref='-12186' />
+    <nd ref='-12188' />
+    <nd ref='-11974' />
+    <nd ref='-11976' />
+    <tag k='ISO3166-1:alpha2' v='PW' />
+    <tag k='name:en' v='Palau' />
+  </way>
+  <way id='-29336'>
+    <nd ref='-11978' />
+    <nd ref='-12606' />
+    <nd ref='-11952' />
+    <nd ref='-11950' />
+    <nd ref='-12608' />
+    <nd ref='-10620' />
+    <nd ref='-12262' />
+    <nd ref='-12264' />
+    <nd ref='-12266' />
+    <nd ref='-12268' />
+    <nd ref='-10622' />
+    <nd ref='-10624' />
+    <nd ref='-12270' />
+    <nd ref='-10626' />
+    <nd ref='-11982' />
+    <nd ref='-11980' />
+    <nd ref='-11978' />
+    <tag k='ISO3166-1:alpha2' v='PH' />
+    <tag k='name:en' v='Philippines' />
+  </way>
+  <way id='-29338'>
+    <nd ref='-11870' />
+    <nd ref='-9416' />
+    <nd ref='-13146' />
+    <nd ref='-13144' />
+    <nd ref='-13142' />
+    <nd ref='-13138' />
+    <nd ref='-13140' />
+    <nd ref='-13136' />
+    <nd ref='-13134' />
+    <nd ref='-13132' />
+    <nd ref='-13130' />
+    <nd ref='-13128' />
+    <nd ref='-13126' />
+    <nd ref='-26978' />
+    <nd ref='-13124' />
+    <nd ref='-13066' />
+    <nd ref='-13110' />
+    <nd ref='-13108' />
+    <nd ref='-13106' />
+    <nd ref='-13104' />
+    <nd ref='-13112' />
+    <nd ref='-13122' />
+    <nd ref='-13120' />
+    <nd ref='-13118' />
+    <nd ref='-13116' />
+    <nd ref='-13114' />
+    <nd ref='-13102' />
+    <nd ref='-13100' />
+    <nd ref='-13098' />
+    <nd ref='-13096' />
+    <nd ref='-13094' />
+    <nd ref='-13092' />
+    <nd ref='-13090' />
+    <nd ref='-13088' />
+    <nd ref='-13086' />
+    <nd ref='-13084' />
+    <nd ref='-13082' />
+    <nd ref='-13080' />
+    <nd ref='-13078' />
+    <nd ref='-13076' />
+    <nd ref='-13074' />
+    <nd ref='-13072' />
+    <nd ref='-13068' />
+    <nd ref='-13070' />
+    <nd ref='-13062' />
+    <nd ref='-13064' />
+    <nd ref='-13050' />
+    <nd ref='-13060' />
+    <nd ref='-13058' />
+    <nd ref='-13052' />
+    <nd ref='-13056' />
+    <nd ref='-13054' />
+    <nd ref='-9058' />
+    <nd ref='-11888' />
+    <nd ref='-11886' />
+    <nd ref='-9064' />
+    <nd ref='-6184' />
+    <nd ref='-11872' />
+    <nd ref='-11874' />
+    <nd ref='-6904' />
+    <nd ref='-6902' />
+    <nd ref='-8994' />
+    <nd ref='-8992' />
+    <nd ref='-22442' />
+    <nd ref='-26266' />
+    <nd ref='-9062' />
+    <nd ref='-11866' />
+    <nd ref='-11868' />
+    <nd ref='-22448' />
+    <nd ref='-22446' />
+    <nd ref='-22444' />
+    <nd ref='-11870' />
+    <tag k='name:en' v='Metropolitan United Kingdom' />
+  </way>
+  <way id='-29340'>
+    <nd ref='-8990' />
+    <nd ref='-11860' />
+    <nd ref='-11862' />
+    <nd ref='-11864' />
+    <nd ref='-11858' />
+    <nd ref='-8990' />
+    <tag k='ISO3166-1:alpha2' v='JE' />
+    <tag k='name:en' v='Jersey' />
+    <tag k='note' v='not in EU' />
+  </way>
+  <way id='-29342'>
+    <nd ref='-11858' />
+    <nd ref='-9060' />
+    <nd ref='-26266' />
+    <nd ref='-22442' />
+    <nd ref='-8992' />
+    <nd ref='-11864' />
+    <nd ref='-11858' />
+    <tag k='ISO3166-1:alpha2' v='GG' />
+    <tag k='name:en' v='Guerney' />
+    <tag k='note' v='not in EU' />
+  </way>
+  <way id='-29344'>
+    <nd ref='-11868' />
+    <nd ref='-11870' />
+    <nd ref='-22444' />
+    <nd ref='-22446' />
+    <nd ref='-22448' />
+    <nd ref='-11868' />
+    <tag k='ISO3166-1:alpha2' v='IM' />
+    <tag k='name:en' v='Isle of Man' />
+  </way>
+  <way id='-29346'>
+    <nd ref='-12224' />
+    <nd ref='-22450' />
+    <nd ref='-22452' />
+    <nd ref='-22454' />
+    <nd ref='-22456' />
+    <nd ref='-22458' />
+    <nd ref='-12246' />
+    <nd ref='-12224' />
+    <tag k='ISO3166-1:alpha2' v='AX' />
+    <tag k='name:en' v='Åland Islands' />
+    <tag k='note' v='Autonomous Finnish region' />
+  </way>
+  <way id='-29348'>
+    <nd ref='-22460' />
+    <nd ref='-11788' />
+    <nd ref='-11792' />
+    <nd ref='-11790' />
+    <nd ref='-5750' />
+    <nd ref='-5752' />
+    <nd ref='-22462' />
+    <nd ref='-22460' />
+    <tag k='ISO3166-1:alpha2' v='VG' />
+    <tag k='name:en' v='British Virgin Islands' />
+  </way>
+  <way id='-29350'>
+    <nd ref='-22464' />
+    <nd ref='-22466' />
+    <nd ref='-22468' />
+    <nd ref='-22470' />
+    <nd ref='-22464' />
+    <tag k='ISO3166-1:alpha2' v='AQ' />
+    <tag k='name:en' v='Antarctica' />
+  </way>
+  <way id='-29352'>
+    <nd ref='-22472' />
+    <nd ref='-5796' />
+    <nd ref='-11544' />
+    <nd ref='-5800' />
+    <nd ref='-22472' />
+    <tag k='ISO3166-1:alpha2' v='AW' />
+    <tag k='ISO3166-2' v='NL-AW' />
+    <tag k='name:en' v='Aruba' />
+  </way>
+  <way id='-29354'>
+    <nd ref='-22478' />
+    <nd ref='-22480' />
+    <nd ref='-22482' />
+    <nd ref='-22484' />
+    <nd ref='-22478' />
+    <tag k='ISO3166-1:alpha2' v='CX' />
+    <tag k='name:en' v='Christmas Island' />
+  </way>
+  <way id='-29356'>
+    <nd ref='-22486' />
+    <nd ref='-22488' />
+    <nd ref='-22490' />
+    <nd ref='-22492' />
+    <nd ref='-22486' />
+    <tag k='ISO3166-1:alpha2' v='CC' />
+    <tag k='name:en' v='Cocos (Keeling) Islands' />
+  </way>
+  <way id='-29358'>
+    <nd ref='-6026' />
+    <nd ref='-22494' />
+    <nd ref='-6030' />
+    <nd ref='-6016' />
+    <nd ref='-6026' />
+    <tag k='ISO3166-1:alpha2' v='TK' />
+    <tag k='name:en' v='Tokelau' />
+  </way>
+  <way id='-29360'>
+    <nd ref='-5986' />
+    <nd ref='-22496' />
+    <nd ref='-22498' />
+    <nd ref='-6036' />
+    <nd ref='-6028' />
+    <nd ref='-22494' />
+    <nd ref='-6026' />
+    <nd ref='-5986' />
+    <tag k='ISO3166-1:alpha2' v='CK' />
+    <tag k='name:en' v='Cook Islands' />
+  </way>
+  <way id='-29362'>
+    <nd ref='-22500' />
+    <nd ref='-22502' />
+    <nd ref='-6096' />
+    <nd ref='-6090' />
+    <nd ref='-22500' />
+    <tag k='ISO3166-1:alpha2' v='FK' />
+    <tag k='name:en' v='Falkland Islands' />
+  </way>
+  <way id='-29364'>
+    <nd ref='-22504' />
+    <nd ref='-6094' />
+    <nd ref='-6092' />
+    <nd ref='-22506' />
+    <nd ref='-22504' />
+    <tag k='ISO3166-1:alpha2' v='GS' />
+    <tag k='name:en' v='South Georgia and South Sandwich Islands' />
+  </way>
+  <way id='-29366'>
+    <nd ref='-22510' />
+    <nd ref='-12176' />
+    <nd ref='-22508' />
+    <nd ref='-22510' />
+    <tag k='ISO3166-1:alpha2' v='GU' />
+    <tag k='ISO3166-2' v='US-GU' />
+    <tag k='name:en' v='Guam' />
+  </way>
+  <way id='-29368'>
+    <nd ref='-11690' />
+    <nd ref='-22514' />
+    <nd ref='-22516' />
+    <nd ref='-11690' />
+    <tag k='ISO3166-1:alpha2' v='HM' />
+    <tag k='name:en' v='Heard Island and McDonald Islands' />
+  </way>
+  <way id='-29370'>
+    <nd ref='-22518' />
+    <nd ref='-22520' />
+    <nd ref='-22522' />
+    <nd ref='-22524' />
+    <nd ref='-22534' />
+    <nd ref='-22554' />
+    <nd ref='-27328' />
+    <nd ref='-27326' />
+    <nd ref='-27330' />
+    <nd ref='-22552' />
+    <nd ref='-27324' />
+    <nd ref='-22550' />
+    <nd ref='-27322' />
+    <nd ref='-22538' />
+    <nd ref='-27320' />
+    <nd ref='-22540' />
+    <nd ref='-22548' />
+    <nd ref='-27318' />
+    <nd ref='-27316' />
+    <nd ref='-27314' />
+    <nd ref='-22546' />
+    <nd ref='-22544' />
+    <nd ref='-22542' />
+    <nd ref='-27312' />
+    <nd ref='-22536' />
+    <nd ref='-22532' />
+    <nd ref='-22526' />
+    <nd ref='-22528' />
+    <nd ref='-22530' />
+    <nd ref='-22518' />
+    <tag k='ISO3166-1:alpha2' v='HK' />
+    <tag k='ISO3166-2' v='CN-HK' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Hong Kong' />
+  </way>
+  <way id='-29372'>
+    <nd ref='-22556' />
+    <nd ref='-22558' />
+    <nd ref='-22560' />
+    <nd ref='-22562' />
+    <nd ref='-22556' />
+    <tag k='name:en' v='Midway Atoll' />
+  </way>
+  <way id='-29374'>
+    <nd ref='-22564' />
+    <nd ref='-22566' />
+    <nd ref='-22568' />
+    <nd ref='-22570' />
+    <nd ref='-22564' />
+    <tag k='name:en' v='Johnston Atoll' />
+  </way>
+  <way id='-29376'>
+    <nd ref='-6048' />
+    <nd ref='-22572' />
+    <nd ref='-6040' />
+    <nd ref='-6042' />
+    <nd ref='-6048' />
+    <tag k='name:en' v='Kingman Reef and Palmyra Atoll' />
+  </way>
+  <way id='-29378'>
+    <nd ref='-22574' />
+    <nd ref='-6038' />
+    <nd ref='-6046' />
+    <nd ref='-6044' />
+    <nd ref='-22574' />
+    <tag k='name:en' v='Jarvis Island' />
+  </way>
+  <way id='-29380'>
+    <nd ref='-6022' />
+    <nd ref='-22578' />
+    <nd ref='-6020' />
+    <nd ref='-22576' />
+    <nd ref='-6022' />
+    <tag k='name:en' v='Howland Island and Baker Island' />
+  </way>
+  <way id='-29382'>
+    <nd ref='-22580' />
+    <nd ref='-8514' />
+    <nd ref='-8512' />
+    <nd ref='-5750' />
+    <nd ref='-22580' />
+    <tag k='ISO3166-1:alpha2' v='PR' />
+    <tag k='ISO3166-2' v='US-PR' />
+    <tag k='name:en' v='Puerto Rico' />
+  </way>
+  <way id='-29384'>
+    <nd ref='-22582' />
+    <nd ref='-22584' />
+    <nd ref='-22586' />
+    <nd ref='-22588' />
+    <nd ref='-22590' />
+    <nd ref='-22592' />
+    <nd ref='-22594' />
+    <nd ref='-22596' />
+    <nd ref='-22598' />
+    <nd ref='-22600' />
+    <nd ref='-22602' />
+    <nd ref='-22604' />
+    <nd ref='-22606' />
+    <nd ref='-22608' />
+    <nd ref='-22610' />
+    <nd ref='-22582' />
+    <tag k='ISO3166-1:alpha2' v='MO' />
+    <tag k='ISO3166-2' v='CN-MO' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Macau' />
+  </way>
+  <way id='-29386'>
+    <nd ref='-11846' />
+    <nd ref='-22614' />
+    <nd ref='-22612' />
+    <nd ref='-22616' />
+    <nd ref='-11846' />
+    <tag k='ISO3166-1:alpha2' v='YT' />
+    <tag k='ISO3166-2' v='FR-YT' />
+    <tag k='name:en' v='Mayotte' />
+  </way>
+  <way id='-29388'>
+    <nd ref='-5994' />
+    <nd ref='-5988' />
+    <nd ref='-5978' />
+    <nd ref='-5982' />
+    <nd ref='-5994' />
+  </way>
+  <way id='-29390'>
+    <nd ref='-5992' />
+    <nd ref='-6004' />
+    <nd ref='-5986' />
+    <nd ref='-22496' />
+    <nd ref='-22618' />
+    <nd ref='-5992' />
+    <tag k='ISO3166-1:alpha2' v='NU' />
+    <tag k='name:en' v='Niue' />
+  </way>
+  <way id='-29392'>
+    <nd ref='-11712' />
+    <nd ref='-22620' />
+    <nd ref='-22800' />
+    <nd ref='-22622' />
+    <nd ref='-11712' />
+    <tag k='ISO3166-1:alpha2' v='NF' />
+    <tag k='name:en' v='Norfolk Island' />
+  </way>
+  <way id='-29394'>
+    <nd ref='-22624' />
+    <nd ref='-22626' />
+    <nd ref='-28120' />
+    <nd ref='-22628' />
+    <nd ref='-28118' />
+    <nd ref='-28116' />
+    <nd ref='-22630' />
+    <nd ref='-22632' />
+    <nd ref='-28114' />
+    <nd ref='-28112' />
+    <nd ref='-22634' />
+    <nd ref='-8606' />
+    <nd ref='-28110' />
+    <nd ref='-8604' />
+    <nd ref='-22624' />
+    <tag k='name:en' v='Gaza Strip' />
+  </way>
+  <way id='-29396'>
+    <nd ref='-22636' />
+    <nd ref='-22638' />
+    <nd ref='-22640' />
+    <nd ref='-22642' />
+    <nd ref='-22644' />
+    <nd ref='-22646' />
+    <nd ref='-22648' />
+    <nd ref='-22650' />
+    <nd ref='-22652' />
+    <nd ref='-22654' />
+    <nd ref='-22656' />
+    <nd ref='-22658' />
+    <nd ref='-22660' />
+    <nd ref='-22662' />
+    <nd ref='-22664' />
+    <nd ref='-28160' />
+    <nd ref='-28154' />
+    <nd ref='-28156' />
+    <nd ref='-28158' />
+    <nd ref='-22666' />
+    <nd ref='-28152' />
+    <nd ref='-28150' />
+    <nd ref='-28144' />
+    <nd ref='-28146' />
+    <nd ref='-28148' />
+    <nd ref='-28142' />
+    <nd ref='-22668' />
+    <nd ref='-28164' />
+    <nd ref='-28162' />
+    <nd ref='-28166' />
+    <nd ref='-28168' />
+    <nd ref='-22670' />
+    <nd ref='-28170' />
+    <nd ref='-28172' />
+    <nd ref='-28174' />
+    <nd ref='-28176' />
+    <nd ref='-28178' />
+    <nd ref='-22672' />
+    <nd ref='-28180' />
+    <nd ref='-28182' />
+    <nd ref='-28184' />
+    <nd ref='-28186' />
+    <nd ref='-28190' />
+    <nd ref='-28192' />
+    <nd ref='-28188' />
+    <nd ref='-22674' />
+    <nd ref='-28196' />
+    <nd ref='-28198' />
+    <nd ref='-28200' />
+    <nd ref='-28202' />
+    <nd ref='-28194' />
+    <nd ref='-28206' />
+    <nd ref='-28204' />
+    <nd ref='-28208' />
+    <nd ref='-22676' />
+    <nd ref='-28210' />
+    <nd ref='-22678' />
+    <nd ref='-22680' />
+    <nd ref='-22682' />
+    <nd ref='-22684' />
+    <nd ref='-22686' />
+    <nd ref='-22688' />
+    <nd ref='-22690' />
+    <nd ref='-22692' />
+    <nd ref='-22694' />
+    <nd ref='-28212' />
+    <nd ref='-22696' />
+    <nd ref='-22698' />
+    <nd ref='-22700' />
+    <nd ref='-22702' />
+    <nd ref='-22704' />
+    <nd ref='-22706' />
+    <nd ref='-28214' />
+    <nd ref='-28216' />
+    <nd ref='-28218' />
+    <nd ref='-22708' />
+    <nd ref='-28220' />
+    <nd ref='-22710' />
+    <nd ref='-22712' />
+    <nd ref='-22714' />
+    <nd ref='-22716' />
+    <nd ref='-22718' />
+    <nd ref='-28222' />
+    <nd ref='-22720' />
+    <nd ref='-28224' />
+    <nd ref='-28226' />
+    <nd ref='-22722' />
+    <nd ref='-28228' />
+    <nd ref='-28230' />
+    <nd ref='-28232' />
+    <nd ref='-28234' />
+    <nd ref='-28236' />
+    <nd ref='-22724' />
+    <nd ref='-22726' />
+    <nd ref='-22728' />
+    <nd ref='-28238' />
+    <nd ref='-22730' />
+    <nd ref='-22732' />
+    <nd ref='-22734' />
+    <nd ref='-28240' />
+    <nd ref='-22736' />
+    <nd ref='-22738' />
+    <nd ref='-22740' />
+    <nd ref='-3118' />
+    <nd ref='-3120' />
+    <nd ref='-3122' />
+    <nd ref='-3124' />
+    <nd ref='-9546' />
+    <nd ref='-22636' />
+    <tag k='name:en' v='West Bank' />
+  </way>
+  <way id='-29398'>
+    <nd ref='-5766' />
+    <nd ref='-8928' />
+    <nd ref='-5776' />
+    <nd ref='-5774' />
+    <nd ref='-5772' />
+    <nd ref='-5770' />
+    <nd ref='-5764' />
+    <nd ref='-5762' />
+    <nd ref='-5760' />
+    <nd ref='-5758' />
+    <nd ref='-26664' />
+    <nd ref='-5768' />
+    <nd ref='-5766' />
+    <tag k='ISO3166-1:alpha2' v='MF' />
+    <tag k='ISO3166-2' v='FR-MF' />
+    <tag k='name:en' v='Saint-Martin' />
+  </way>
+  <way id='-29400'>
+    <nd ref='-8928' />
+    <nd ref='-8930' />
+    <nd ref='-8924' />
+    <nd ref='-8926' />
+    <nd ref='-5766' />
+    <nd ref='-8928' />
+    <tag k='ISO3166-1:alpha2' v='BL' />
+    <tag k='ISO3166-2' v='FR-BL' />
+    <tag k='name:en' v='Saint-Barthélemy' />
+  </way>
+  <way id='-29402'>
+    <nd ref='-11836' />
+    <nd ref='-22746' />
+    <nd ref='-11850' />
+    <nd ref='-11836' />
+    <tag k='name:en' v='Glorioso Islands' />
+  </way>
+  <way id='-29404'>
+    <nd ref='-4128' />
+    <nd ref='-11854' />
+    <nd ref='-11852' />
+    <nd ref='-22748' />
+    <nd ref='-4128' />
+    <tag k='name:en' v='Juan de Nova Island, Bassas da India, Europa Island' />
+  </way>
+  <way id='-29406'>
+    <nd ref='-22750' />
+    <nd ref='-22752' />
+    <nd ref='-22754' />
+    <nd ref='-22756' />
+    <nd ref='-22750' />
+    <tag k='name:en' v='Tromelin Island' />
+  </way>
+  <way id='-29408'>
+    <nd ref='-22758' />
+    <nd ref='-22760' />
+    <nd ref='-6082' />
+    <nd ref='-22758' />
+    <tag k='ISO3166-1:alpha2' v='AC' />
+    <tag k='name:en' v='Ascension Island' />
+    <tag k='note' v='officially in SH but AC also exists' />
+  </way>
+  <way id='-29410'>
+    <nd ref='-11892' />
+    <nd ref='-6206' />
+    <nd ref='-6204' />
+    <nd ref='-5842' />
+    <nd ref='-22762' />
+    <nd ref='-22764' />
+    <nd ref='-11892' />
+    <tag k='ISO3166-1:alpha2' v='IC' />
+    <tag k='ISO3166-2' v='ES-CN' />
+    <tag k='name:en' v='Canary Islands' />
+    <tag k='note' v='officially in ES but IC also exists' />
+  </way>
+  <way id='-29412'>
+    <nd ref='-8818' />
+    <nd ref='-6192' />
+    <nd ref='-10114' />
+    <nd ref='-8636' />
+    <nd ref='-8638' />
+    <nd ref='-8640' />
+    <nd ref='-8818' />
+    <tag k='ISO3166-2' v='ES-CE' />
+    <tag k='name:en' v='Ceuta' />
+  </way>
+  <way id='-29414'>
+    <nd ref='-8634' />
+    <nd ref='-5850' />
+    <nd ref='-5852' />
+    <nd ref='-26968' />
+    <nd ref='-8630' />
+    <nd ref='-26960' />
+    <nd ref='-26962' />
+    <nd ref='-26964' />
+    <nd ref='-26966' />
+    <nd ref='-8632' />
+    <nd ref='-26956' />
+    <nd ref='-5848' />
+    <nd ref='-26958' />
+    <nd ref='-8634' />
+    <tag k='ISO3166-2' v='ES-ML' />
+    <tag k='name:en' v='Melilla' />
+  </way>
+  <way id='-29416'>
+    <nd ref='-22768' />
+    <nd ref='-22770' />
+    <nd ref='-22772' />
+    <nd ref='-22768' />
+  </way>
+  <way id='-29418'>
+    <nd ref='-10116' />
+    <nd ref='-22774' />
+    <nd ref='-22776' />
+    <nd ref='-10118' />
+    <nd ref='-10116' />
+  </way>
+  <way id='-29420'>
+    <nd ref='-5844' />
+    <nd ref='-22778' />
+    <nd ref='-22780' />
+    <nd ref='-22782' />
+    <nd ref='-5844' />
+  </way>
+  <way id='-29422'>
+    <nd ref='-11806' />
+    <nd ref='-22784' />
+    <nd ref='-22786' />
+    <nd ref='-22788' />
+    <nd ref='-11806' />
+    <tag k='ISO3166-1:alpha2' v='DG' />
+    <tag k='name:en' v='Diego Garcia' />
+    <tag k='note' v='Officially in IO but DG also exists' />
+  </way>
+  <way id='-29424'>
+    <nd ref='-22790' />
+    <nd ref='-22792' />
+    <nd ref='-22794' />
+    <nd ref='-22796' />
+    <nd ref='-22790' />
+    <tag k='ISO3166-1:alpha2' v='TA' />
+    <tag k='name:en' v='Tristan da Cunha' />
+    <tag k='note' v='Officially in SH but TA also exists' />
+  </way>
+  <way id='-29426'>
+    <nd ref='-14144' />
+    <nd ref='-14142' />
+    <nd ref='-14140' />
+    <nd ref='-14130' />
+    <nd ref='-14138' />
+    <nd ref='-14132' />
+    <nd ref='-14134' />
+    <nd ref='-14136' />
+    <nd ref='-14144' />
+    <tag k='name:en' v='Büsingen am Hochrhein' />
+  </way>
+  <way id='-29428'>
+    <nd ref='-8324' />
+    <nd ref='-8326' />
+    <nd ref='-8328' />
+    <nd ref='-14116' />
+    <nd ref='-14118' />
+    <nd ref='-14120' />
+    <nd ref='-14128' />
+    <nd ref='-14126' />
+    <nd ref='-14122' />
+    <nd ref='-14124' />
+    <nd ref='-8330' />
+    <nd ref='-7978' />
+    <nd ref='-8332' />
+    <nd ref='-8032' />
+    <nd ref='-8030' />
+    <nd ref='-14114' />
+    <nd ref='-14112' />
+    <nd ref='-14110' />
+    <nd ref='-14108' />
+    <nd ref='-14106' />
+    <nd ref='-8028' />
+    <nd ref='-28734' />
+    <nd ref='-14096' />
+    <nd ref='-14098' />
+    <nd ref='-14100' />
+    <nd ref='-14104' />
+    <nd ref='-14102' />
+    <nd ref='-8026' />
+    <nd ref='-14092' />
+    <nd ref='-14094' />
+    <nd ref='-8024' />
+    <nd ref='-28732' />
+    <nd ref='-14082' />
+    <nd ref='-14086' />
+    <nd ref='-14088' />
+    <nd ref='-14090' />
+    <nd ref='-14084' />
+    <nd ref='-14080' />
+    <nd ref='-14078' />
+    <nd ref='-14076' />
+    <nd ref='-14074' />
+    <nd ref='-8022' />
+    <nd ref='-8334' />
+    <nd ref='-14072' />
+    <nd ref='-14070' />
+    <nd ref='-14068' />
+    <nd ref='-14066' />
+    <nd ref='-14064' />
+    <nd ref='-14062' />
+    <nd ref='-8020' />
+    <nd ref='-14060' />
+    <nd ref='-28728' />
+    <nd ref='-14058' />
+    <nd ref='-8018' />
+    <nd ref='-14056' />
+    <nd ref='-14054' />
+    <nd ref='-14052' />
+    <nd ref='-14050' />
+    <nd ref='-14046' />
+    <nd ref='-14048' />
+    <nd ref='-8016' />
+    <nd ref='-14044' />
+    <nd ref='-14042' />
+    <nd ref='-14040' />
+    <nd ref='-14038' />
+    <nd ref='-14034' />
+    <nd ref='-14036' />
+    <nd ref='-8014' />
+    <nd ref='-14030' />
+    <nd ref='-14028' />
+    <nd ref='-14026' />
+    <nd ref='-14032' />
+    <nd ref='-14022' />
+    <nd ref='-14024' />
+    <nd ref='-8012' />
+    <nd ref='-14020' />
+    <nd ref='-14018' />
+    <nd ref='-30008' />
+    <nd ref='-30007' />
+    <nd ref='-14014' />
+    <nd ref='-30006' />
+    <nd ref='-30005' />
+    <nd ref='-14016' />
+    <nd ref='-30004' />
+    <nd ref='-8336' />
+    <nd ref='-30003' />
+    <nd ref='-14012' />
+    <nd ref='-30002' />
+    <nd ref='-8338' />
+    <nd ref='-30000' />
+    <nd ref='-30001' />
+    <nd ref='-8010' />
+    <nd ref='-8008' />
+    <nd ref='-8340' />
+    <nd ref='-14010' />
+    <nd ref='-14008' />
+    <nd ref='-14006' />
+    <nd ref='-14004' />
+    <nd ref='-14002' />
+    <nd ref='-13978' />
+    <nd ref='-13990' />
+    <nd ref='-13992' />
+    <nd ref='-14000' />
+    <nd ref='-13998' />
+    <nd ref='-13996' />
+    <nd ref='-13994' />
+    <nd ref='-13988' />
+    <nd ref='-28726' />
+    <nd ref='-28724' />
+    <nd ref='-13986' />
+    <nd ref='-13984' />
+    <nd ref='-13982' />
+    <nd ref='-13980' />
+    <nd ref='-8006' />
+    <nd ref='-13796' />
+    <nd ref='-13794' />
+    <nd ref='-28722' />
+    <nd ref='-13808' />
+    <nd ref='-13806' />
+    <nd ref='-13804' />
+    <nd ref='-13802' />
+    <nd ref='-13800' />
+    <nd ref='-13798' />
+    <nd ref='-13772' />
+    <nd ref='-13788' />
+    <nd ref='-13790' />
+    <nd ref='-13792' />
+    <nd ref='-13786' />
+    <nd ref='-13784' />
+    <nd ref='-13782' />
+    <nd ref='-13780' />
+    <nd ref='-13778' />
+    <nd ref='-13776' />
+    <nd ref='-13774' />
+    <nd ref='-28720' />
+    <nd ref='-28718' />
+    <nd ref='-8950' />
+    <nd ref='-28716' />
+    <nd ref='-28714' />
+    <nd ref='-28712' />
+    <nd ref='-8004' />
+    <nd ref='-8952' />
+    <nd ref='-28710' />
+    <nd ref='-28708' />
+    <nd ref='-28706' />
+    <nd ref='-28704' />
+    <nd ref='-8002' />
+    <nd ref='-13770' />
+    <nd ref='-13768' />
+    <nd ref='-28702' />
+    <nd ref='-28700' />
+    <nd ref='-13760' />
+    <nd ref='-13762' />
+    <nd ref='-28698' />
+    <nd ref='-13766' />
+    <nd ref='-13764' />
+    <nd ref='-28696' />
+    <nd ref='-8000' />
+    <nd ref='-28694' />
+    <nd ref='-28692' />
+    <nd ref='-7998' />
+    <nd ref='-8954' />
+    <nd ref='-8956' />
+    <nd ref='-13758' />
+    <nd ref='-8958' />
+    <nd ref='-8960' />
+    <nd ref='-13756' />
+    <nd ref='-13754' />
+    <nd ref='-13662' />
+    <nd ref='-13666' />
+    <nd ref='-13668' />
+    <nd ref='-13752' />
+    <nd ref='-13664' />
+    <nd ref='-13750' />
+    <nd ref='-28688' />
+    <nd ref='-28690' />
+    <nd ref='-13670' />
+    <nd ref='-13748' />
+    <nd ref='-13742' />
+    <nd ref='-13746' />
+    <nd ref='-13744' />
+    <nd ref='-13674' />
+    <nd ref='-28686' />
+    <nd ref='-13682' />
+    <nd ref='-13740' />
+    <nd ref='-13738' />
+    <nd ref='-28684' />
+    <nd ref='-13736' />
+    <nd ref='-28682' />
+    <nd ref='-13734' />
+    <nd ref='-13732' />
+    <nd ref='-28680' />
+    <nd ref='-13684' />
+    <nd ref='-13728' />
+    <nd ref='-13730' />
+    <nd ref='-13726' />
+    <nd ref='-13688' />
+    <nd ref='-28678' />
+    <nd ref='-28676' />
+    <nd ref='-13686' />
+    <nd ref='-13722' />
+    <nd ref='-13724' />
+    <nd ref='-28674' />
+    <nd ref='-13714' />
+    <nd ref='-28672' />
+    <nd ref='-13716' />
+    <nd ref='-13720' />
+    <nd ref='-13718' />
+    <nd ref='-13712' />
+    <nd ref='-13710' />
+    <nd ref='-28670' />
+    <nd ref='-28668' />
+    <nd ref='-13690' />
+    <nd ref='-13708' />
+    <nd ref='-28664' />
+    <nd ref='-28666' />
+    <nd ref='-28656' />
+    <nd ref='-28658' />
+    <nd ref='-28662' />
+    <nd ref='-28660' />
+    <nd ref='-28650' />
+    <nd ref='-28654' />
+    <nd ref='-28652' />
+    <nd ref='-13706' />
+    <nd ref='-28648' />
+    <nd ref='-13704' />
+    <nd ref='-28646' />
+    <nd ref='-28642' />
+    <nd ref='-13694' />
+    <nd ref='-13702' />
+    <nd ref='-13692' />
+    <nd ref='-13680' />
+    <nd ref='-28644' />
+    <nd ref='-13698' />
+    <nd ref='-13700' />
+    <nd ref='-13696' />
+    <nd ref='-13678' />
+    <nd ref='-13676' />
+    <nd ref='-13672' />
+    <nd ref='-7996' />
+    <nd ref='-13646' />
+    <nd ref='-13660' />
+    <nd ref='-13658' />
+    <nd ref='-13656' />
+    <nd ref='-13654' />
+    <nd ref='-13652' />
+    <nd ref='-13648' />
+    <nd ref='-13650' />
+    <nd ref='-9566' />
+    <nd ref='-7994' />
+    <nd ref='-13640' />
+    <nd ref='-13642' />
+    <nd ref='-13644' />
+    <nd ref='-9568' />
+    <nd ref='-13816' />
+    <nd ref='-13818' />
+    <nd ref='-13820' />
+    <nd ref='-13822' />
+    <nd ref='-13824' />
+    <nd ref='-13826' />
+    <nd ref='-13828' />
+    <nd ref='-13832' />
+    <nd ref='-13830' />
+    <nd ref='-13834' />
+    <nd ref='-28634' />
+    <nd ref='-28632' />
+    <nd ref='-13836' />
+    <nd ref='-28630' />
+    <nd ref='-13838' />
+    <nd ref='-28628' />
+    <nd ref='-28626' />
+    <nd ref='-28624' />
+    <nd ref='-28622' />
+    <nd ref='-13842' />
+    <nd ref='-28620' />
+    <nd ref='-28618' />
+    <nd ref='-13840' />
+    <nd ref='-13848' />
+    <nd ref='-28616' />
+    <nd ref='-13850' />
+    <nd ref='-28614' />
+    <nd ref='-28612' />
+    <nd ref='-13846' />
+    <nd ref='-28610' />
+    <nd ref='-28602' />
+    <nd ref='-28604' />
+    <nd ref='-28608' />
+    <nd ref='-28600' />
+    <nd ref='-28606' />
+    <nd ref='-13844' />
+    <nd ref='-13852' />
+    <nd ref='-13854' />
+    <nd ref='-13856' />
+    <nd ref='-13864' />
+    <nd ref='-13866' />
+    <nd ref='-13858' />
+    <nd ref='-13868' />
+    <nd ref='-13870' />
+    <nd ref='-13860' />
+    <nd ref='-13862' />
+    <nd ref='-13872' />
+    <nd ref='-13874' />
+    <nd ref='-9570' />
+    <nd ref='-13876' />
+    <nd ref='-13878' />
+    <nd ref='-28598' />
+    <nd ref='-13880' />
+    <nd ref='-13882' />
+    <nd ref='-13884' />
+    <nd ref='-9572' />
+    <nd ref='-7992' />
+    <nd ref='-13888' />
+    <nd ref='-13886' />
+    <nd ref='-9574' />
+    <nd ref='-13894' />
+    <nd ref='-28596' />
+    <nd ref='-13892' />
+    <nd ref='-13890' />
+    <nd ref='-6566' />
+    <nd ref='-13904' />
+    <nd ref='-13900' />
+    <nd ref='-13902' />
+    <nd ref='-13898' />
+    <nd ref='-13896' />
+    <nd ref='-6568' />
+    <nd ref='-6570' />
+    <nd ref='-6572' />
+    <nd ref='-6574' />
+    <nd ref='-6576' />
+    <nd ref='-13926' />
+    <nd ref='-13924' />
+    <nd ref='-13922' />
+    <nd ref='-13928' />
+    <nd ref='-13930' />
+    <nd ref='-13932' />
+    <nd ref='-13934' />
+    <nd ref='-13936' />
+    <nd ref='-13938' />
+    <nd ref='-13942' />
+    <nd ref='-13940' />
+    <nd ref='-6578' />
+    <nd ref='-6580' />
+    <nd ref='-13944' />
+    <nd ref='-6582' />
+    <nd ref='-13946' />
+    <nd ref='-13948' />
+    <nd ref='-13950' />
+    <nd ref='-28752' />
+    <nd ref='-13974' />
+    <nd ref='-28750' />
+    <nd ref='-13976' />
+    <nd ref='-13972' />
+    <nd ref='-13970' />
+    <nd ref='-13968' />
+    <nd ref='-28748' />
+    <nd ref='-13966' />
+    <nd ref='-13964' />
+    <nd ref='-28746' />
+    <nd ref='-13962' />
+    <nd ref='-28744' />
+    <nd ref='-13960' />
+    <nd ref='-13958' />
+    <nd ref='-28742' />
+    <nd ref='-13956' />
+    <nd ref='-13954' />
+    <nd ref='-13952' />
+    <nd ref='-6584' />
+    <nd ref='-8308' />
+    <nd ref='-8310' />
+    <nd ref='-28736' />
+    <nd ref='-28740' />
+    <nd ref='-28738' />
+    <nd ref='-8312' />
+    <nd ref='-14156' />
+    <nd ref='-7990' />
+    <nd ref='-14154' />
+    <nd ref='-8314' />
+    <nd ref='-14152' />
+    <nd ref='-7988' />
+    <nd ref='-8316' />
+    <nd ref='-14150' />
+    <nd ref='-8318' />
+    <nd ref='-8320' />
+    <nd ref='-8322' />
+    <nd ref='-7986' />
+    <nd ref='-7984' />
+    <nd ref='-7982' />
+    <nd ref='-14148' />
+    <nd ref='-7980' />
+    <nd ref='-14146' />
+    <nd ref='-8324' />
+  </way>
+  <way id='-29430'>
+    <nd ref='-22802' />
+    <nd ref='-22804' />
+    <nd ref='-22806' />
+    <nd ref='-22808' />
+    <nd ref='-22802' />
+    <tag k='name:en' v='Campione d&apos;Italia' />
+  </way>
+  <way id='-29432'>
+    <nd ref='-22818' />
+    <nd ref='-22820' />
+    <nd ref='-22822' />
+    <nd ref='-22824' />
+    <nd ref='-22826' />
+    <nd ref='-22828' />
+    <nd ref='-22830' />
+    <nd ref='-22832' />
+    <nd ref='-22834' />
+    <nd ref='-22836' />
+    <nd ref='-22838' />
+    <nd ref='-22840' />
+    <nd ref='-22842' />
+    <nd ref='-22844' />
+    <nd ref='-22846' />
+    <nd ref='-22848' />
+    <nd ref='-22850' />
+    <nd ref='-22818' />
+    <tag k='name:en' v='Baarle-Hertog' />
+  </way>
+  <way id='-29434'>
+    <nd ref='-22852' />
+    <nd ref='-22854' />
+    <nd ref='-22856' />
+    <nd ref='-22858' />
+    <nd ref='-22852' />
+    <tag k='name:en' v='Baarle-Hertog' />
+  </way>
+  <way id='-29436'>
+    <nd ref='-11692' />
+    <nd ref='-12314' />
+    <nd ref='-11994' />
+    <nd ref='-22798' />
+    <nd ref='-22862' />
+    <nd ref='-22866' />
+    <nd ref='-22864' />
+    <nd ref='-22860' />
+    <nd ref='-11692' />
+    <tag k='ISO3166-2' v='AU-WA' />
+    <tag k='name:en' v='Western Australia' />
+  </way>
+  <way id='-29438'>
+    <nd ref='-22868' />
+    <nd ref='-22866' />
+    <nd ref='-22864' />
+    <nd ref='-22860' />
+    <nd ref='-11692' />
+    <nd ref='-11996' />
+    <nd ref='-22872' />
+    <nd ref='-22868' />
+    <tag k='ISO3166-2' v='AU-NT' />
+    <tag k='name:en' v='Northern Territory' />
+  </way>
+  <way id='-29440'>
+    <nd ref='-22870' />
+    <nd ref='-22868' />
+    <nd ref='-22866' />
+    <nd ref='-22862' />
+    <nd ref='-22880' />
+    <nd ref='-22882' />
+    <nd ref='-22874' />
+    <nd ref='-22884' />
+    <nd ref='-22886' />
+    <nd ref='-22962' />
+    <nd ref='-22870' />
+    <tag k='ISO3166-2' v='AU-SA' />
+    <tag k='name:en' v='South Australia' />
+  </way>
+  <way id='-29442'>
+    <nd ref='-22876' />
+    <nd ref='-11704' />
+    <nd ref='-22878' />
+    <nd ref='-22880' />
+    <nd ref='-22882' />
+    <nd ref='-22876' />
+    <tag k='ISO3166-2' v='AU-TAS' />
+    <tag k='name:en' v='Tasmania' />
+  </way>
+  <way id='-29444'>
+    <nd ref='-22884' />
+    <nd ref='-22886' />
+    <nd ref='-22888' />
+    <nd ref='-22890' />
+    <nd ref='-22892' />
+    <nd ref='-22894' />
+    <nd ref='-22896' />
+    <nd ref='-22898' />
+    <nd ref='-22900' />
+    <nd ref='-22902' />
+    <nd ref='-22904' />
+    <nd ref='-22906' />
+    <nd ref='-22908' />
+    <nd ref='-22910' />
+    <nd ref='-22912' />
+    <nd ref='-22914' />
+    <nd ref='-22916' />
+    <nd ref='-22918' />
+    <nd ref='-22920' />
+    <nd ref='-22922' />
+    <nd ref='-22924' />
+    <nd ref='-22926' />
+    <nd ref='-22928' />
+    <nd ref='-22930' />
+    <nd ref='-22932' />
+    <nd ref='-22934' />
+    <nd ref='-22936' />
+    <nd ref='-22938' />
+    <nd ref='-22940' />
+    <nd ref='-22942' />
+    <nd ref='-22944' />
+    <nd ref='-22946' />
+    <nd ref='-22948' />
+    <nd ref='-22950' />
+    <nd ref='-22952' />
+    <nd ref='-22954' />
+    <nd ref='-22956' />
+    <nd ref='-22958' />
+    <nd ref='-22960' />
+    <nd ref='-22876' />
+    <nd ref='-22882' />
+    <nd ref='-22874' />
+    <nd ref='-22884' />
+    <tag k='ISO3166-2' v='AU-VIC' />
+    <tag k='name:en' v='Victoria' />
+  </way>
+  <way id='-29446'>
+    <nd ref='-10816' />
+    <nd ref='-11698' />
+    <nd ref='-11696' />
+    <nd ref='-11694' />
+    <nd ref='-10818' />
+    <nd ref='-10820' />
+    <nd ref='-10822' />
+    <nd ref='-10824' />
+    <nd ref='-10826' />
+    <nd ref='-11996' />
+    <nd ref='-22872' />
+    <nd ref='-22868' />
+    <nd ref='-22870' />
+    <nd ref='-22962' />
+    <nd ref='-22964' />
+    <nd ref='-22966' />
+    <nd ref='-22968' />
+    <nd ref='-22970' />
+    <nd ref='-22972' />
+    <nd ref='-22974' />
+    <nd ref='-22976' />
+    <nd ref='-22978' />
+    <nd ref='-22980' />
+    <nd ref='-22982' />
+    <nd ref='-22984' />
+    <nd ref='-22986' />
+    <nd ref='-22988' />
+    <nd ref='-22990' />
+    <nd ref='-22992' />
+    <nd ref='-22994' />
+    <nd ref='-22996' />
+    <nd ref='-22998' />
+    <nd ref='-23000' />
+    <nd ref='-23002' />
+    <nd ref='-23004' />
+    <nd ref='-23006' />
+    <nd ref='-23008' />
+    <nd ref='-23010' />
+    <nd ref='-23012' />
+    <nd ref='-23014' />
+    <nd ref='-23016' />
+    <nd ref='-23018' />
+    <nd ref='-23020' />
+    <nd ref='-23028' />
+    <nd ref='-23024' />
+    <nd ref='-23022' />
+    <nd ref='-10816' />
+    <tag k='ISO3166-2' v='AU-QLD' />
+    <tag k='name:en' v='Queensland' />
+  </way>
+  <way id='-29448'>
+    <nd ref='-11702' />
+    <nd ref='-11688' />
+    <nd ref='-11686' />
+    <nd ref='-11700' />
+    <nd ref='-10816' />
+    <nd ref='-23022' />
+    <nd ref='-23024' />
+    <nd ref='-23028' />
+    <nd ref='-23026' />
+    <nd ref='-22800' />
+    <nd ref='-22622' />
+    <nd ref='-11702' />
+    <tag k='name:en' v='Coral Sea Islands' />
+  </way>
+  <way id='-29450'>
+    <nd ref='-22876' />
+    <nd ref='-23028' />
+    <nd ref='-23020' />
+    <nd ref='-23018' />
+    <nd ref='-23016' />
+    <nd ref='-23014' />
+    <nd ref='-23012' />
+    <nd ref='-23010' />
+    <nd ref='-23008' />
+    <nd ref='-23006' />
+    <nd ref='-23004' />
+    <nd ref='-23002' />
+    <nd ref='-23000' />
+    <nd ref='-22998' />
+    <nd ref='-22996' />
+    <nd ref='-22994' />
+    <nd ref='-22992' />
+    <nd ref='-22990' />
+    <nd ref='-22988' />
+    <nd ref='-22986' />
+    <nd ref='-22984' />
+    <nd ref='-22982' />
+    <nd ref='-22980' />
+    <nd ref='-22978' />
+    <nd ref='-22976' />
+    <nd ref='-22974' />
+    <nd ref='-22972' />
+    <nd ref='-22970' />
+    <nd ref='-22968' />
+    <nd ref='-22966' />
+    <nd ref='-22964' />
+    <nd ref='-22962' />
+    <nd ref='-22886' />
+    <nd ref='-22888' />
+    <nd ref='-22890' />
+    <nd ref='-22892' />
+    <nd ref='-22894' />
+    <nd ref='-22896' />
+    <nd ref='-22898' />
+    <nd ref='-22900' />
+    <nd ref='-22902' />
+    <nd ref='-22904' />
+    <nd ref='-22906' />
+    <nd ref='-22908' />
+    <nd ref='-22910' />
+    <nd ref='-22912' />
+    <nd ref='-22914' />
+    <nd ref='-22916' />
+    <nd ref='-22918' />
+    <nd ref='-22920' />
+    <nd ref='-22922' />
+    <nd ref='-22924' />
+    <nd ref='-22926' />
+    <nd ref='-22928' />
+    <nd ref='-22930' />
+    <nd ref='-22932' />
+    <nd ref='-22934' />
+    <nd ref='-22936' />
+    <nd ref='-22938' />
+    <nd ref='-22940' />
+    <nd ref='-22942' />
+    <nd ref='-22944' />
+    <nd ref='-22946' />
+    <nd ref='-22948' />
+    <nd ref='-22950' />
+    <nd ref='-22952' />
+    <nd ref='-22954' />
+    <nd ref='-22956' />
+    <nd ref='-22958' />
+    <nd ref='-22960' />
+    <nd ref='-22876' />
+  </way>
+  <way id='-29452'>
+    <nd ref='-23030' />
+    <nd ref='-23032' />
+    <nd ref='-23034' />
+    <nd ref='-23036' />
+    <nd ref='-23038' />
+    <nd ref='-23040' />
+    <nd ref='-23042' />
+    <nd ref='-23044' />
+    <nd ref='-23046' />
+    <nd ref='-23048' />
+    <nd ref='-23050' />
+    <nd ref='-23052' />
+    <nd ref='-23054' />
+    <nd ref='-23056' />
+    <nd ref='-23058' />
+    <nd ref='-23060' />
+    <nd ref='-23062' />
+    <nd ref='-23064' />
+    <nd ref='-23066' />
+    <nd ref='-23068' />
+    <nd ref='-23070' />
+    <nd ref='-23072' />
+    <nd ref='-23074' />
+    <nd ref='-23076' />
+    <nd ref='-23078' />
+    <nd ref='-23082' />
+    <nd ref='-23080' />
+    <nd ref='-23030' />
+    <tag k='ISO3166-2' v='AU-ACT' />
+    <tag k='name:en' v='Australian Capital Territory' />
+  </way>
+  <way id='-29454'>
+    <nd ref='-23084' />
+    <nd ref='-23086' />
+    <nd ref='-23088' />
+    <nd ref='-23090' />
+    <nd ref='-23092' />
+    <nd ref='-23096' />
+    <nd ref='-23102' />
+    <nd ref='-23100' />
+    <nd ref='-23098' />
+    <nd ref='-23094' />
+    <nd ref='-23084' />
+    <tag k='name:en' v='Jervis Bay Territory' />
+  </way>
+  <way id='-29456'>
+    <nd ref='-8926' />
+    <nd ref='-8924' />
+    <nd ref='-9906' />
+    <nd ref='-26310' />
+    <nd ref='-8926' />
+    <tag k='ISO3166-2' v='NL-BQ3' />
+    <tag k='name:en' v='Sint Eustatius' />
+  </way>
+  <way id='-29458'>
+    <nd ref='-23106' />
+    <nd ref='-23112' />
+    <nd ref='-23110' />
+    <nd ref='-23108' />
+    <nd ref='-24064' />
+    <nd ref='-24066' />
+    <nd ref='-11640' />
+    <nd ref='-11638' />
+    <nd ref='-11636' />
+    <nd ref='-11634' />
+    <nd ref='-11632' />
+    <nd ref='-11630' />
+    <nd ref='-11628' />
+    <nd ref='-11646' />
+    <nd ref='-11648' />
+    <nd ref='-11650' />
+    <nd ref='-11652' />
+    <nd ref='-11654' />
+    <nd ref='-11656' />
+    <nd ref='-11658' />
+    <nd ref='-11660' />
+    <nd ref='-11662' />
+    <nd ref='-12496' />
+    <nd ref='-12498' />
+    <nd ref='-12494' />
+    <nd ref='-12492' />
+    <nd ref='-12502' />
+    <nd ref='-12500' />
+    <nd ref='-12490' />
+    <nd ref='-12458' />
+    <nd ref='-12478' />
+    <nd ref='-12484' />
+    <nd ref='-12488' />
+    <nd ref='-12486' />
+    <nd ref='-12482' />
+    <nd ref='-12480' />
+    <nd ref='-12476' />
+    <nd ref='-12462' />
+    <nd ref='-12470' />
+    <nd ref='-12474' />
+    <nd ref='-12472' />
+    <nd ref='-12466' />
+    <nd ref='-12468' />
+    <nd ref='-12464' />
+    <nd ref='-12460' />
+    <nd ref='-12450' />
+    <nd ref='-12452' />
+    <nd ref='-12456' />
+    <nd ref='-12454' />
+    <nd ref='-23426' />
+    <nd ref='-23104' />
+    <nd ref='-23106' />
+    <tag k='ISO3166-2' v='CA-BC' />
+    <tag k='name:en' v='British Columbia' />
+  </way>
+  <way id='-29460'>
+    <nd ref='-23104' />
+    <nd ref='-23114' />
+    <nd ref='-23116' />
+    <nd ref='-23108' />
+    <nd ref='-23110' />
+    <nd ref='-23112' />
+    <nd ref='-23106' />
+    <nd ref='-23104' />
+    <tag k='ISO3166-2' v='CA-AB' />
+    <tag k='name:en' v='Alberta' />
+  </way>
+  <way id='-29462'>
+    <nd ref='-23114' />
+    <nd ref='-23118' />
+    <nd ref='-23122' />
+    <nd ref='-23120' />
+    <nd ref='-25218' />
+    <nd ref='-23116' />
+    <nd ref='-23114' />
+    <tag k='ISO3166-2' v='CA-SK' />
+    <tag k='name:en' v='Saskatchewan' />
+  </way>
+  <way id='-29464'>
+    <nd ref='-23118' />
+    <nd ref='-23124' />
+    <nd ref='-23126' />
+    <nd ref='-23128' />
+    <nd ref='-7700' />
+    <nd ref='-7702' />
+    <nd ref='-25144' />
+    <nd ref='-23120' />
+    <nd ref='-23122' />
+    <nd ref='-23118' />
+    <tag k='ISO3166-2' v='CA-MB' />
+    <tag k='name:en' v='Manitoba' />
+  </way>
+  <way id='-29466'>
+    <nd ref='-23126' />
+    <nd ref='-23130' />
+    <nd ref='-23132' />
+    <nd ref='-23134' />
+    <nd ref='-23136' />
+    <nd ref='-23138' />
+    <nd ref='-23140' />
+    <nd ref='-23142' />
+    <nd ref='-23144' />
+    <nd ref='-23146' />
+    <nd ref='-23148' />
+    <nd ref='-23150' />
+    <nd ref='-23152' />
+    <nd ref='-23154' />
+    <nd ref='-23156' />
+    <nd ref='-23158' />
+    <nd ref='-23160' />
+    <nd ref='-23162' />
+    <nd ref='-23164' />
+    <nd ref='-23166' />
+    <nd ref='-23168' />
+    <nd ref='-23170' />
+    <nd ref='-23172' />
+    <nd ref='-23174' />
+    <nd ref='-23176' />
+    <nd ref='-23178' />
+    <nd ref='-23180' />
+    <nd ref='-23182' />
+    <nd ref='-23184' />
+    <nd ref='-23186' />
+    <nd ref='-23188' />
+    <nd ref='-23190' />
+    <nd ref='-23192' />
+    <nd ref='-23194' />
+    <nd ref='-23196' />
+    <nd ref='-23198' />
+    <nd ref='-23200' />
+    <nd ref='-23202' />
+    <nd ref='-23204' />
+    <nd ref='-23206' />
+    <nd ref='-23208' />
+    <nd ref='-23210' />
+    <nd ref='-23212' />
+    <nd ref='-23214' />
+    <nd ref='-23216' />
+    <nd ref='-23218' />
+    <nd ref='-23220' />
+    <nd ref='-23222' />
+    <nd ref='-23224' />
+    <nd ref='-23226' />
+    <nd ref='-23228' />
+    <nd ref='-23230' />
+    <nd ref='-23232' />
+    <nd ref='-23234' />
+    <nd ref='-23236' />
+    <nd ref='-23238' />
+    <nd ref='-23240' />
+    <nd ref='-23242' />
+    <nd ref='-23244' />
+    <nd ref='-23246' />
+    <nd ref='-23248' />
+    <nd ref='-23250' />
+    <nd ref='-23252' />
+    <nd ref='-23254' />
+    <nd ref='-23256' />
+    <nd ref='-23258' />
+    <nd ref='-23260' />
+    <nd ref='-23262' />
+    <nd ref='-23264' />
+    <nd ref='-23266' />
+    <nd ref='-23268' />
+    <nd ref='-23270' />
+    <nd ref='-23272' />
+    <nd ref='-23274' />
+    <nd ref='-23276' />
+    <nd ref='-23278' />
+    <nd ref='-23280' />
+    <nd ref='-23282' />
+    <nd ref='-23284' />
+    <nd ref='-23286' />
+    <nd ref='-23288' />
+    <nd ref='-23290' />
+    <nd ref='-23292' />
+    <nd ref='-23294' />
+    <nd ref='-23296' />
+    <nd ref='-23298' />
+    <nd ref='-23300' />
+    <nd ref='-7472' />
+    <nd ref='-7474' />
+    <nd ref='-7476' />
+    <nd ref='-7478' />
+    <nd ref='-7480' />
+    <nd ref='-7482' />
+    <nd ref='-7484' />
+    <nd ref='-7486' />
+    <nd ref='-7488' />
+    <nd ref='-7490' />
+    <nd ref='-7492' />
+    <nd ref='-7494' />
+    <nd ref='-7496' />
+    <nd ref='-7498' />
+    <nd ref='-7500' />
+    <nd ref='-7502' />
+    <nd ref='-7504' />
+    <nd ref='-7506' />
+    <nd ref='-12572' />
+    <nd ref='-12574' />
+    <nd ref='-12568' />
+    <nd ref='-12570' />
+    <nd ref='-12566' />
+    <nd ref='-12564' />
+    <nd ref='-12560' />
+    <nd ref='-12562' />
+    <nd ref='-12544' />
+    <nd ref='-12546' />
+    <nd ref='-12550' />
+    <nd ref='-12548' />
+    <nd ref='-12552' />
+    <nd ref='-12554' />
+    <nd ref='-12556' />
+    <nd ref='-12558' />
+    <nd ref='-7508' />
+    <nd ref='-7510' />
+    <nd ref='-7512' />
+    <nd ref='-25542' />
+    <nd ref='-25620' />
+    <nd ref='-7514' />
+    <nd ref='-25030' />
+    <nd ref='-7516' />
+    <nd ref='-7518' />
+    <nd ref='-7520' />
+    <nd ref='-7522' />
+    <nd ref='-7524' />
+    <nd ref='-7526' />
+    <nd ref='-7528' />
+    <nd ref='-7530' />
+    <nd ref='-7532' />
+    <nd ref='-7534' />
+    <nd ref='-7536' />
+    <nd ref='-7538' />
+    <nd ref='-12542' />
+    <nd ref='-12540' />
+    <nd ref='-12538' />
+    <nd ref='-7540' />
+    <nd ref='-7542' />
+    <nd ref='-7544' />
+    <nd ref='-7546' />
+    <nd ref='-7548' />
+    <nd ref='-7550' />
+    <nd ref='-26766' />
+    <nd ref='-7552' />
+    <nd ref='-7554' />
+    <nd ref='-7556' />
+    <nd ref='-7558' />
+    <nd ref='-7560' />
+    <nd ref='-26770' />
+    <nd ref='-26768' />
+    <nd ref='-7562' />
+    <nd ref='-7564' />
+    <nd ref='-7566' />
+    <nd ref='-7568' />
+    <nd ref='-7570' />
+    <nd ref='-7572' />
+    <nd ref='-7574' />
+    <nd ref='-7576' />
+    <nd ref='-7578' />
+    <nd ref='-7580' />
+    <nd ref='-7582' />
+    <nd ref='-7584' />
+    <nd ref='-7586' />
+    <nd ref='-7588' />
+    <nd ref='-7590' />
+    <nd ref='-7592' />
+    <nd ref='-12536' />
+    <nd ref='-7594' />
+    <nd ref='-7596' />
+    <nd ref='-7598' />
+    <nd ref='-7600' />
+    <nd ref='-7602' />
+    <nd ref='-7604' />
+    <nd ref='-7606' />
+    <nd ref='-7608' />
+    <nd ref='-7610' />
+    <nd ref='-7612' />
+    <nd ref='-7614' />
+    <nd ref='-7616' />
+    <nd ref='-7618' />
+    <nd ref='-7620' />
+    <nd ref='-7622' />
+    <nd ref='-12534' />
+    <nd ref='-7624' />
+    <nd ref='-12532' />
+    <nd ref='-7626' />
+    <nd ref='-12530' />
+    <nd ref='-12528' />
+    <nd ref='-7628' />
+    <nd ref='-7630' />
+    <nd ref='-7632' />
+    <nd ref='-7634' />
+    <nd ref='-7636' />
+    <nd ref='-7638' />
+    <nd ref='-12526' />
+    <nd ref='-12524' />
+    <nd ref='-7640' />
+    <nd ref='-7642' />
+    <nd ref='-7644' />
+    <nd ref='-7646' />
+    <nd ref='-7648' />
+    <nd ref='-12522' />
+    <nd ref='-12520' />
+    <nd ref='-26764' />
+    <nd ref='-7650' />
+    <nd ref='-7652' />
+    <nd ref='-7654' />
+    <nd ref='-7656' />
+    <nd ref='-7658' />
+    <nd ref='-7660' />
+    <nd ref='-12518' />
+    <nd ref='-7662' />
+    <nd ref='-7664' />
+    <nd ref='-7666' />
+    <nd ref='-7668' />
+    <nd ref='-12516' />
+    <nd ref='-12514' />
+    <nd ref='-12512' />
+    <nd ref='-7670' />
+    <nd ref='-7672' />
+    <nd ref='-12510' />
+    <nd ref='-7674' />
+    <nd ref='-7676' />
+    <nd ref='-7678' />
+    <nd ref='-7680' />
+    <nd ref='-7682' />
+    <nd ref='-7684' />
+    <nd ref='-7686' />
+    <nd ref='-12508' />
+    <nd ref='-7688' />
+    <nd ref='-7690' />
+    <nd ref='-7692' />
+    <nd ref='-7694' />
+    <nd ref='-12504' />
+    <nd ref='-7696' />
+    <nd ref='-7698' />
+    <nd ref='-12506' />
+    <nd ref='-7700' />
+    <nd ref='-23128' />
+    <nd ref='-23126' />
+    <tag k='ISO3166-2' v='CA-ON' />
+    <tag k='name:en' v='Ontario' />
+  </way>
+  <way id='-29468'>
+    <nd ref='-11664' />
+    <nd ref='-7364' />
+    <nd ref='-7366' />
+    <nd ref='-23302' />
+    <nd ref='-23304' />
+    <nd ref='-23306' />
+    <nd ref='-23308' />
+    <nd ref='-23310' />
+    <nd ref='-23312' />
+    <nd ref='-23314' />
+    <nd ref='-23316' />
+    <nd ref='-23324' />
+    <nd ref='-23318' />
+    <nd ref='-7712' />
+    <nd ref='-11664' />
+    <tag k='ISO3166-2' v='CA-NS' />
+    <tag k='name:en' v='Nova Scotia' />
+  </way>
+  <way id='-29470'>
+    <nd ref='-23314' />
+    <nd ref='-23320' />
+    <nd ref='-23322' />
+    <nd ref='-23364' />
+    <nd ref='-23324' />
+    <nd ref='-23316' />
+    <nd ref='-23314' />
+    <tag k='ISO3166-2' v='CA-PE' />
+    <tag k='name:en' v='Prince Edward Island' />
+  </way>
+  <way id='-29472'>
+    <nd ref='-23326' />
+    <nd ref='-23328' />
+    <nd ref='-23330' />
+    <nd ref='-23332' />
+    <nd ref='-23334' />
+    <nd ref='-23336' />
+    <nd ref='-23338' />
+    <nd ref='-23340' />
+    <nd ref='-23342' />
+    <nd ref='-23344' />
+    <nd ref='-23346' />
+    <nd ref='-23348' />
+    <nd ref='-23350' />
+    <nd ref='-26774' />
+    <nd ref='-23352' />
+    <nd ref='-23354' />
+    <nd ref='-23356' />
+    <nd ref='-23358' />
+    <nd ref='-23360' />
+    <nd ref='-23362' />
+    <nd ref='-23364' />
+    <nd ref='-23322' />
+    <nd ref='-23320' />
+    <nd ref='-23314' />
+    <nd ref='-23312' />
+    <nd ref='-23310' />
+    <nd ref='-23308' />
+    <nd ref='-23306' />
+    <nd ref='-23304' />
+    <nd ref='-23302' />
+    <nd ref='-7366' />
+    <nd ref='-11670' />
+    <nd ref='-11668' />
+    <nd ref='-11672' />
+    <nd ref='-11666' />
+    <nd ref='-7368' />
+    <nd ref='-7370' />
+    <nd ref='-7372' />
+    <nd ref='-7374' />
+    <nd ref='-7376' />
+    <nd ref='-7378' />
+    <nd ref='-5710' />
+    <nd ref='-7380' />
+    <nd ref='-7382' />
+    <nd ref='-7384' />
+    <nd ref='-7386' />
+    <nd ref='-7388' />
+    <nd ref='-7390' />
+    <nd ref='-7392' />
+    <nd ref='-7394' />
+    <nd ref='-5712' />
+    <nd ref='-7396' />
+    <nd ref='-7398' />
+    <nd ref='-7400' />
+    <nd ref='-7402' />
+    <nd ref='-5714' />
+    <nd ref='-7404' />
+    <nd ref='-7406' />
+    <nd ref='-12604' />
+    <nd ref='-7408' />
+    <nd ref='-7410' />
+    <nd ref='-7412' />
+    <nd ref='-7414' />
+    <nd ref='-7416' />
+    <nd ref='-12602' />
+    <nd ref='-12600' />
+    <nd ref='-7418' />
+    <nd ref='-7420' />
+    <nd ref='-23326' />
+    <tag k='ISO3166-2' v='CA-NB' />
+    <tag k='name:en' v='New Brunswick' />
+  </way>
+  <way id='-29474'>
+    <nd ref='-11680' />
+    <nd ref='-23384' />
+    <nd ref='-23382' />
+    <nd ref='-23380' />
+    <nd ref='-23378' />
+    <nd ref='-23376' />
+    <nd ref='-23374' />
+    <nd ref='-23372' />
+    <nd ref='-23370' />
+    <nd ref='-23366' />
+    <nd ref='-23368' />
+    <nd ref='-23318' />
+    <nd ref='-7712' />
+    <nd ref='-11898' />
+    <nd ref='-7710' />
+    <nd ref='-7708' />
+    <nd ref='-7706' />
+    <nd ref='-11680' />
+    <tag k='ISO3166-2' v='CA-NL' />
+    <tag k='name:en' v='Newfoundland and Labrador' />
+  </way>
+  <way id='-29476'>
+    <nd ref='-23382' />
+    <nd ref='-23386' />
+    <nd ref='-23388' />
+    <nd ref='-23390' />
+    <nd ref='-23392' />
+    <nd ref='-23394' />
+    <nd ref='-23396' />
+    <nd ref='-23398' />
+    <nd ref='-23400' />
+    <nd ref='-23402' />
+    <nd ref='-23404' />
+    <nd ref='-23406' />
+    <nd ref='-23134' />
+    <nd ref='-23136' />
+    <nd ref='-23138' />
+    <nd ref='-23140' />
+    <nd ref='-23142' />
+    <nd ref='-23144' />
+    <nd ref='-23146' />
+    <nd ref='-23148' />
+    <nd ref='-23150' />
+    <nd ref='-23152' />
+    <nd ref='-23154' />
+    <nd ref='-23156' />
+    <nd ref='-23158' />
+    <nd ref='-23160' />
+    <nd ref='-23162' />
+    <nd ref='-23164' />
+    <nd ref='-23166' />
+    <nd ref='-23168' />
+    <nd ref='-23170' />
+    <nd ref='-23172' />
+    <nd ref='-23174' />
+    <nd ref='-23176' />
+    <nd ref='-23178' />
+    <nd ref='-23180' />
+    <nd ref='-23182' />
+    <nd ref='-23184' />
+    <nd ref='-23186' />
+    <nd ref='-23188' />
+    <nd ref='-23190' />
+    <nd ref='-23192' />
+    <nd ref='-23194' />
+    <nd ref='-23196' />
+    <nd ref='-23198' />
+    <nd ref='-23200' />
+    <nd ref='-23202' />
+    <nd ref='-23204' />
+    <nd ref='-23206' />
+    <nd ref='-23208' />
+    <nd ref='-23210' />
+    <nd ref='-23212' />
+    <nd ref='-23214' />
+    <nd ref='-23216' />
+    <nd ref='-23218' />
+    <nd ref='-23220' />
+    <nd ref='-23222' />
+    <nd ref='-23224' />
+    <nd ref='-23226' />
+    <nd ref='-23228' />
+    <nd ref='-23230' />
+    <nd ref='-23232' />
+    <nd ref='-23234' />
+    <nd ref='-23236' />
+    <nd ref='-23238' />
+    <nd ref='-23240' />
+    <nd ref='-23242' />
+    <nd ref='-23244' />
+    <nd ref='-23246' />
+    <nd ref='-23248' />
+    <nd ref='-23250' />
+    <nd ref='-23252' />
+    <nd ref='-23254' />
+    <nd ref='-23256' />
+    <nd ref='-23258' />
+    <nd ref='-23260' />
+    <nd ref='-23262' />
+    <nd ref='-23264' />
+    <nd ref='-23266' />
+    <nd ref='-23268' />
+    <nd ref='-23270' />
+    <nd ref='-23272' />
+    <nd ref='-23274' />
+    <nd ref='-23276' />
+    <nd ref='-23278' />
+    <nd ref='-23280' />
+    <nd ref='-23282' />
+    <nd ref='-23284' />
+    <nd ref='-23286' />
+    <nd ref='-23288' />
+    <nd ref='-23290' />
+    <nd ref='-23292' />
+    <nd ref='-23294' />
+    <nd ref='-23296' />
+    <nd ref='-23298' />
+    <nd ref='-23300' />
+    <nd ref='-26772' />
+    <nd ref='-25568' />
+    <nd ref='-7470' />
+    <nd ref='-7468' />
+    <nd ref='-7466' />
+    <nd ref='-7464' />
+    <nd ref='-7462' />
+    <nd ref='-7460' />
+    <nd ref='-7458' />
+    <nd ref='-7456' />
+    <nd ref='-7454' />
+    <nd ref='-7452' />
+    <nd ref='-7450' />
+    <nd ref='-12576' />
+    <nd ref='-12578' />
+    <nd ref='-7448' />
+    <nd ref='-12580' />
+    <nd ref='-12582' />
+    <nd ref='-7446' />
+    <nd ref='-7444' />
+    <nd ref='-12584' />
+    <nd ref='-12586' />
+    <nd ref='-12588' />
+    <nd ref='-12590' />
+    <nd ref='-7442' />
+    <nd ref='-12592' />
+    <nd ref='-12594' />
+    <nd ref='-7440' />
+    <nd ref='-7438' />
+    <nd ref='-7436' />
+    <nd ref='-7434' />
+    <nd ref='-7432' />
+    <nd ref='-12596' />
+    <nd ref='-12598' />
+    <nd ref='-7430' />
+    <nd ref='-7428' />
+    <nd ref='-7426' />
+    <nd ref='-7424' />
+    <nd ref='-7422' />
+    <nd ref='-23326' />
+    <nd ref='-23328' />
+    <nd ref='-23330' />
+    <nd ref='-23332' />
+    <nd ref='-23334' />
+    <nd ref='-23336' />
+    <nd ref='-23338' />
+    <nd ref='-23340' />
+    <nd ref='-23342' />
+    <nd ref='-23344' />
+    <nd ref='-23346' />
+    <nd ref='-23348' />
+    <nd ref='-23350' />
+    <nd ref='-26774' />
+    <nd ref='-23352' />
+    <nd ref='-23354' />
+    <nd ref='-23356' />
+    <nd ref='-23358' />
+    <nd ref='-23360' />
+    <nd ref='-23362' />
+    <nd ref='-23364' />
+    <nd ref='-23324' />
+    <nd ref='-23318' />
+    <nd ref='-23368' />
+    <nd ref='-23366' />
+    <nd ref='-23370' />
+    <nd ref='-23372' />
+    <nd ref='-23374' />
+    <nd ref='-23376' />
+    <nd ref='-23378' />
+    <nd ref='-23380' />
+    <nd ref='-23382' />
+    <tag k='ISO3166-2' v='CA-QC' />
+    <tag k='name:en' v='Quebec' />
+  </way>
+  <way id='-29478'>
+    <nd ref='-7704' />
+    <nd ref='-23408' />
+    <nd ref='-23410' />
+    <nd ref='-23412' />
+    <nd ref='-23414' />
+    <nd ref='-23416' />
+    <nd ref='-23418' />
+    <nd ref='-23420' />
+    <nd ref='-23422' />
+    <nd ref='-23424' />
+    <nd ref='-23426' />
+    <nd ref='-12454' />
+    <nd ref='-12446' />
+    <nd ref='-12448' />
+    <nd ref='-12444' />
+    <nd ref='-12440' />
+    <nd ref='-12442' />
+    <nd ref='-12438' />
+    <nd ref='-12436' />
+    <nd ref='-7704' />
+    <tag k='ISO3166-2' v='CA-YT' />
+    <tag k='name:en' v='Yukon' />
+  </way>
+  <way id='-29480'>
+    <nd ref='-23428' />
+    <nd ref='-23430' />
+    <nd ref='-23432' />
+    <nd ref='-23434' />
+    <nd ref='-23436' />
+    <nd ref='-23438' />
+    <nd ref='-23118' />
+    <nd ref='-23114' />
+    <nd ref='-23104' />
+    <nd ref='-23426' />
+    <nd ref='-23424' />
+    <nd ref='-23422' />
+    <nd ref='-23420' />
+    <nd ref='-23418' />
+    <nd ref='-23416' />
+    <nd ref='-23414' />
+    <nd ref='-23412' />
+    <nd ref='-23410' />
+    <nd ref='-23408' />
+    <nd ref='-7704' />
+    <nd ref='-23428' />
+    <tag k='ISO3166-2' v='CA-NT' />
+    <tag k='name:en' v='Northwest Territories' />
+  </way>
+  <way id='-29482'>
+    <nd ref='-23428' />
+    <nd ref='-11614' />
+    <nd ref='-11616' />
+    <nd ref='-11618' />
+    <nd ref='-11620' />
+    <nd ref='-11624' />
+    <nd ref='-11622' />
+    <nd ref='-11626' />
+    <nd ref='-23384' />
+    <nd ref='-23382' />
+    <nd ref='-23386' />
+    <nd ref='-23388' />
+    <nd ref='-23390' />
+    <nd ref='-23392' />
+    <nd ref='-23394' />
+    <nd ref='-23396' />
+    <nd ref='-23398' />
+    <nd ref='-23400' />
+    <nd ref='-23402' />
+    <nd ref='-23404' />
+    <nd ref='-23406' />
+    <nd ref='-23134' />
+    <nd ref='-23132' />
+    <nd ref='-23130' />
+    <nd ref='-23126' />
+    <nd ref='-23124' />
+    <nd ref='-23118' />
+    <nd ref='-23438' />
+    <nd ref='-23436' />
+    <nd ref='-23434' />
+    <nd ref='-23432' />
+    <nd ref='-23430' />
+    <nd ref='-23428' />
+    <tag k='ISO3166-2' v='CA-NU' />
+    <tag k='name:en' v='Nunavut' />
+  </way>
+  <way id='-29484'>
+    <nd ref='-23446' />
+    <nd ref='-23468' />
+    <nd ref='-23466' />
+    <nd ref='-23464' />
+    <nd ref='-23462' />
+    <nd ref='-23460' />
+    <nd ref='-23458' />
+    <nd ref='-23456' />
+    <nd ref='-23454' />
+    <nd ref='-23452' />
+    <nd ref='-23450' />
+    <nd ref='-23448' />
+    <nd ref='-23440' />
+    <nd ref='-23442' />
+    <nd ref='-23444' />
+    <nd ref='-23446' />
+    <tag k='ISO3166-2' v='US-DC' />
+    <tag k='name:en' v='Washington, D.C.' />
+  </way>
+  <way id='-29486'>
+    <nd ref='-25918' />
+    <nd ref='-23470' />
+    <nd ref='-23472' />
+    <nd ref='-23474' />
+    <nd ref='-25192' />
+    <nd ref='-23476' />
+    <nd ref='-23478' />
+    <nd ref='-23480' />
+    <nd ref='-23482' />
+    <nd ref='-23484' />
+    <nd ref='-23486' />
+    <nd ref='-23488' />
+    <nd ref='-23490' />
+    <nd ref='-23492' />
+    <nd ref='-23494' />
+    <nd ref='-23496' />
+    <nd ref='-23498' />
+    <nd ref='-23500' />
+    <nd ref='-23502' />
+    <nd ref='-23504' />
+    <nd ref='-23506' />
+    <nd ref='-23508' />
+    <nd ref='-23510' />
+    <nd ref='-23512' />
+    <nd ref='-23514' />
+    <nd ref='-23516' />
+    <nd ref='-23518' />
+    <nd ref='-23520' />
+    <nd ref='-23522' />
+    <nd ref='-23524' />
+    <nd ref='-23526' />
+    <nd ref='-23528' />
+    <nd ref='-23530' />
+    <nd ref='-23532' />
+    <nd ref='-23534' />
+    <nd ref='-25918' />
+    <tag k='ISO3166-2' v='US-AL' />
+    <tag k='name:en' v='Alabama' />
+  </way>
+  <way id='-29488'>
+    <nd ref='-23536' />
+    <nd ref='-23538' />
+    <nd ref='-23540' />
+    <nd ref='-23542' />
+    <nd ref='-23544' />
+    <nd ref='-23546' />
+    <nd ref='-23548' />
+    <nd ref='-23550' />
+    <nd ref='-23552' />
+    <nd ref='-23554' />
+    <nd ref='-23556' />
+    <nd ref='-23558' />
+    <nd ref='-23560' />
+    <nd ref='-23562' />
+    <nd ref='-23564' />
+    <nd ref='-23566' />
+    <nd ref='-23568' />
+    <nd ref='-23570' />
+    <nd ref='-23572' />
+    <nd ref='-23574' />
+    <nd ref='-23576' />
+    <nd ref='-23578' />
+    <nd ref='-23580' />
+    <nd ref='-23582' />
+    <nd ref='-23584' />
+    <nd ref='-23586' />
+    <nd ref='-23588' />
+    <nd ref='-23590' />
+    <nd ref='-23592' />
+    <nd ref='-23594' />
+    <nd ref='-23596' />
+    <nd ref='-23598' />
+    <nd ref='-23600' />
+    <nd ref='-23602' />
+    <nd ref='-23604' />
+    <nd ref='-23606' />
+    <nd ref='-23608' />
+    <nd ref='-23610' />
+    <nd ref='-23612' />
+    <nd ref='-23614' />
+    <nd ref='-23616' />
+    <nd ref='-23618' />
+    <nd ref='-23620' />
+    <nd ref='-23622' />
+    <nd ref='-23624' />
+    <nd ref='-23626' />
+    <nd ref='-23628' />
+    <nd ref='-23630' />
+    <nd ref='-23632' />
+    <nd ref='-23634' />
+    <nd ref='-23636' />
+    <nd ref='-23638' />
+    <nd ref='-23640' />
+    <nd ref='-23642' />
+    <nd ref='-23644' />
+    <nd ref='-23646' />
+    <nd ref='-23648' />
+    <nd ref='-23650' />
+    <nd ref='-23652' />
+    <nd ref='-10298' />
+    <nd ref='-6170' />
+    <nd ref='-6176' />
+    <nd ref='-6172' />
+    <nd ref='-6174' />
+    <nd ref='-10300' />
+    <nd ref='-26706' />
+    <nd ref='-10220' />
+    <nd ref='-23536' />
+    <tag k='ISO3166-2' v='US-AZ' />
+    <tag k='name:en' v='Arizona' />
+  </way>
+  <way id='-29490'>
+    <nd ref='-23654' />
+    <nd ref='-23656' />
+    <nd ref='-23658' />
+    <nd ref='-23660' />
+    <nd ref='-23662' />
+    <nd ref='-23664' />
+    <nd ref='-23666' />
+    <nd ref='-23668' />
+    <nd ref='-23670' />
+    <nd ref='-23672' />
+    <nd ref='-23674' />
+    <nd ref='-23676' />
+    <nd ref='-23678' />
+    <nd ref='-23680' />
+    <nd ref='-23682' />
+    <nd ref='-23684' />
+    <nd ref='-23686' />
+    <nd ref='-23688' />
+    <nd ref='-23690' />
+    <nd ref='-23692' />
+    <nd ref='-23694' />
+    <nd ref='-23696' />
+    <nd ref='-23698' />
+    <nd ref='-23700' />
+    <nd ref='-23702' />
+    <nd ref='-23704' />
+    <nd ref='-23706' />
+    <nd ref='-23708' />
+    <nd ref='-23710' />
+    <nd ref='-23712' />
+    <nd ref='-23714' />
+    <nd ref='-23716' />
+    <nd ref='-23718' />
+    <nd ref='-23654' />
+    <tag k='ISO3166-2' v='US-AR' />
+    <tag k='name:en' v='Arkansas' />
+  </way>
+  <way id='-29492'>
+    <nd ref='-11642' />
+    <nd ref='-11644' />
+    <nd ref='-10296' />
+    <nd ref='-26704' />
+    <nd ref='-10298' />
+    <nd ref='-23652' />
+    <nd ref='-23650' />
+    <nd ref='-23648' />
+    <nd ref='-23646' />
+    <nd ref='-23644' />
+    <nd ref='-23642' />
+    <nd ref='-23640' />
+    <nd ref='-23638' />
+    <nd ref='-23636' />
+    <nd ref='-23634' />
+    <nd ref='-23632' />
+    <nd ref='-23630' />
+    <nd ref='-23628' />
+    <nd ref='-23626' />
+    <nd ref='-23624' />
+    <nd ref='-23622' />
+    <nd ref='-23620' />
+    <nd ref='-23618' />
+    <nd ref='-23616' />
+    <nd ref='-23614' />
+    <nd ref='-23612' />
+    <nd ref='-23610' />
+    <nd ref='-23608' />
+    <nd ref='-23606' />
+    <nd ref='-23604' />
+    <nd ref='-23602' />
+    <nd ref='-23600' />
+    <nd ref='-23598' />
+    <nd ref='-23596' />
+    <nd ref='-23594' />
+    <nd ref='-23592' />
+    <nd ref='-23590' />
+    <nd ref='-23720' />
+    <nd ref='-23722' />
+    <nd ref='-23724' />
+    <nd ref='-11642' />
+    <tag k='ISO3166-2' v='US-CA' />
+    <tag k='name:en' v='California' />
+  </way>
+  <way id='-29494'>
+    <nd ref='-23538' />
+    <nd ref='-23726' />
+    <nd ref='-25186' />
+    <nd ref='-23728' />
+    <nd ref='-24614' />
+    <nd ref='-23730' />
+    <nd ref='-25530' />
+    <nd ref='-23538' />
+    <tag k='ISO3166-2' v='US-CO' />
+    <tag k='name:en' v='Colorado' />
+  </way>
+  <way id='-29496'>
+    <nd ref='-23732' />
+    <nd ref='-23734' />
+    <nd ref='-23736' />
+    <nd ref='-23738' />
+    <nd ref='-23740' />
+    <nd ref='-23742' />
+    <nd ref='-23744' />
+    <nd ref='-23746' />
+    <nd ref='-23748' />
+    <nd ref='-23750' />
+    <nd ref='-23752' />
+    <nd ref='-23754' />
+    <nd ref='-23756' />
+    <nd ref='-23758' />
+    <nd ref='-23760' />
+    <nd ref='-23762' />
+    <nd ref='-23764' />
+    <nd ref='-23766' />
+    <nd ref='-23768' />
+    <nd ref='-23770' />
+    <nd ref='-25000' />
+    <nd ref='-23772' />
+    <nd ref='-23774' />
+    <nd ref='-23776' />
+    <nd ref='-23778' />
+    <nd ref='-23780' />
+    <nd ref='-23732' />
+    <tag k='ISO3166-2' v='US-CT' />
+    <tag k='name:en' v='Connecticut' />
+  </way>
+  <way id='-29498'>
+    <nd ref='-23782' />
+    <nd ref='-23784' />
+    <nd ref='-23786' />
+    <nd ref='-23788' />
+    <nd ref='-23790' />
+    <nd ref='-23792' />
+    <nd ref='-23794' />
+    <nd ref='-23796' />
+    <nd ref='-25346' />
+    <nd ref='-23798' />
+    <nd ref='-23800' />
+    <nd ref='-23802' />
+    <nd ref='-23804' />
+    <nd ref='-23806' />
+    <nd ref='-23808' />
+    <nd ref='-23810' />
+    <nd ref='-23812' />
+    <nd ref='-23814' />
+    <nd ref='-23816' />
+    <nd ref='-23818' />
+    <nd ref='-23820' />
+    <nd ref='-23822' />
+    <nd ref='-23824' />
+    <nd ref='-23826' />
+    <nd ref='-23828' />
+    <nd ref='-23782' />
+    <tag k='ISO3166-2' v='US-DE' />
+    <tag k='name:en' v='Delaware' />
+  </way>
+  <way id='-29500'>
+    <nd ref='-23534' />
+    <nd ref='-23830' />
+    <nd ref='-11676' />
+    <nd ref='-11774' />
+    <nd ref='-11674' />
+    <nd ref='-26086' />
+    <nd ref='-23832' />
+    <nd ref='-23834' />
+    <nd ref='-23836' />
+    <nd ref='-23838' />
+    <nd ref='-23840' />
+    <nd ref='-23842' />
+    <nd ref='-23844' />
+    <nd ref='-23846' />
+    <nd ref='-23848' />
+    <nd ref='-23850' />
+    <nd ref='-23852' />
+    <nd ref='-23854' />
+    <nd ref='-23856' />
+    <nd ref='-23858' />
+    <nd ref='-23508' />
+    <nd ref='-23510' />
+    <nd ref='-23512' />
+    <nd ref='-23514' />
+    <nd ref='-23516' />
+    <nd ref='-23518' />
+    <nd ref='-23520' />
+    <nd ref='-23522' />
+    <nd ref='-23524' />
+    <nd ref='-23526' />
+    <nd ref='-23528' />
+    <nd ref='-23530' />
+    <nd ref='-23532' />
+    <nd ref='-23534' />
+    <tag k='ISO3166-2' v='US-FL' />
+    <tag k='name:en' v='Florida' />
+  </way>
+  <way id='-29502'>
+    <nd ref='-23478' />
+    <nd ref='-25570' />
+    <nd ref='-23860' />
+    <nd ref='-23862' />
+    <nd ref='-23864' />
+    <nd ref='-23866' />
+    <nd ref='-23868' />
+    <nd ref='-23870' />
+    <nd ref='-23872' />
+    <nd ref='-23874' />
+    <nd ref='-23876' />
+    <nd ref='-23878' />
+    <nd ref='-23880' />
+    <nd ref='-23882' />
+    <nd ref='-23884' />
+    <nd ref='-23886' />
+    <nd ref='-23888' />
+    <nd ref='-23890' />
+    <nd ref='-23892' />
+    <nd ref='-23894' />
+    <nd ref='-23896' />
+    <nd ref='-23898' />
+    <nd ref='-23900' />
+    <nd ref='-23902' />
+    <nd ref='-23904' />
+    <nd ref='-23906' />
+    <nd ref='-23908' />
+    <nd ref='-23910' />
+    <nd ref='-23912' />
+    <nd ref='-23914' />
+    <nd ref='-23916' />
+    <nd ref='-23918' />
+    <nd ref='-23920' />
+    <nd ref='-23922' />
+    <nd ref='-23924' />
+    <nd ref='-23926' />
+    <nd ref='-23928' />
+    <nd ref='-23930' />
+    <nd ref='-23932' />
+    <nd ref='-23934' />
+    <nd ref='-23936' />
+    <nd ref='-23938' />
+    <nd ref='-23940' />
+    <nd ref='-23942' />
+    <nd ref='-23944' />
+    <nd ref='-23946' />
+    <nd ref='-23948' />
+    <nd ref='-23950' />
+    <nd ref='-23952' />
+    <nd ref='-23954' />
+    <nd ref='-23956' />
+    <nd ref='-23958' />
+    <nd ref='-23960' />
+    <nd ref='-23962' />
+    <nd ref='-23964' />
+    <nd ref='-23966' />
+    <nd ref='-23968' />
+    <nd ref='-23970' />
+    <nd ref='-23972' />
+    <nd ref='-23974' />
+    <nd ref='-23976' />
+    <nd ref='-23978' />
+    <nd ref='-23980' />
+    <nd ref='-23982' />
+    <nd ref='-23984' />
+    <nd ref='-23986' />
+    <nd ref='-23988' />
+    <nd ref='-23990' />
+    <nd ref='-23992' />
+    <nd ref='-23994' />
+    <nd ref='-26086' />
+    <nd ref='-23832' />
+    <nd ref='-23834' />
+    <nd ref='-23836' />
+    <nd ref='-23838' />
+    <nd ref='-23840' />
+    <nd ref='-23842' />
+    <nd ref='-23844' />
+    <nd ref='-23846' />
+    <nd ref='-23848' />
+    <nd ref='-23850' />
+    <nd ref='-23852' />
+    <nd ref='-23854' />
+    <nd ref='-23856' />
+    <nd ref='-23858' />
+    <nd ref='-23508' />
+    <nd ref='-23504' />
+    <nd ref='-23502' />
+    <nd ref='-23500' />
+    <nd ref='-23498' />
+    <nd ref='-23496' />
+    <nd ref='-23494' />
+    <nd ref='-23492' />
+    <nd ref='-23490' />
+    <nd ref='-23488' />
+    <nd ref='-23486' />
+    <nd ref='-23484' />
+    <nd ref='-23482' />
+    <nd ref='-23480' />
+    <nd ref='-23478' />
+    <tag k='ISO3166-2' v='US-GA' />
+    <tag k='name:en' v='Georgia' />
+  </way>
+  <way id='-29504'>
+    <nd ref='-23996' />
+    <nd ref='-25256' />
+    <nd ref='-23998' />
+    <nd ref='-24000' />
+    <nd ref='-24002' />
+    <nd ref='-24004' />
+    <nd ref='-24006' />
+    <nd ref='-24008' />
+    <nd ref='-24010' />
+    <nd ref='-24012' />
+    <nd ref='-24014' />
+    <nd ref='-24016' />
+    <nd ref='-24018' />
+    <nd ref='-24020' />
+    <nd ref='-24022' />
+    <nd ref='-24024' />
+    <nd ref='-24026' />
+    <nd ref='-24028' />
+    <nd ref='-24030' />
+    <nd ref='-24032' />
+    <nd ref='-24034' />
+    <nd ref='-24036' />
+    <nd ref='-24038' />
+    <nd ref='-24040' />
+    <nd ref='-24042' />
+    <nd ref='-24044' />
+    <nd ref='-24046' />
+    <nd ref='-24048' />
+    <nd ref='-24050' />
+    <nd ref='-24052' />
+    <nd ref='-24054' />
+    <nd ref='-24056' />
+    <nd ref='-24058' />
+    <nd ref='-24060' />
+    <nd ref='-24062' />
+    <nd ref='-24064' />
+    <nd ref='-24066' />
+    <nd ref='-24068' />
+    <nd ref='-24070' />
+    <nd ref='-24072' />
+    <nd ref='-24074' />
+    <nd ref='-24076' />
+    <nd ref='-24078' />
+    <nd ref='-24080' />
+    <nd ref='-24082' />
+    <nd ref='-24084' />
+    <nd ref='-24086' />
+    <nd ref='-24088' />
+    <nd ref='-24090' />
+    <nd ref='-24092' />
+    <nd ref='-24094' />
+    <nd ref='-24096' />
+    <nd ref='-24098' />
+    <nd ref='-24100' />
+    <nd ref='-24102' />
+    <nd ref='-24104' />
+    <nd ref='-24106' />
+    <nd ref='-24108' />
+    <nd ref='-24110' />
+    <nd ref='-24112' />
+    <nd ref='-24114' />
+    <nd ref='-24116' />
+    <nd ref='-24118' />
+    <nd ref='-24120' />
+    <nd ref='-24122' />
+    <nd ref='-24124' />
+    <nd ref='-24126' />
+    <nd ref='-24128' />
+    <nd ref='-24130' />
+    <nd ref='-24132' />
+    <nd ref='-24134' />
+    <nd ref='-24136' />
+    <nd ref='-24138' />
+    <nd ref='-24140' />
+    <nd ref='-24142' />
+    <nd ref='-24144' />
+    <nd ref='-24146' />
+    <nd ref='-24148' />
+    <nd ref='-23996' />
+    <tag k='ISO3166-2' v='US-ID' />
+    <tag k='name:en' v='Idaho' />
+  </way>
+  <way id='-29506'>
+    <nd ref='-24150' />
+    <nd ref='-24152' />
+    <nd ref='-24154' />
+    <nd ref='-24156' />
+    <nd ref='-24158' />
+    <nd ref='-24160' />
+    <nd ref='-24162' />
+    <nd ref='-24164' />
+    <nd ref='-24166' />
+    <nd ref='-24168' />
+    <nd ref='-24170' />
+    <nd ref='-24172' />
+    <nd ref='-24174' />
+    <nd ref='-24176' />
+    <nd ref='-24178' />
+    <nd ref='-24180' />
+    <nd ref='-24182' />
+    <nd ref='-24184' />
+    <nd ref='-24186' />
+    <nd ref='-24188' />
+    <nd ref='-24190' />
+    <nd ref='-24192' />
+    <nd ref='-24194' />
+    <nd ref='-24196' />
+    <nd ref='-24198' />
+    <nd ref='-24200' />
+    <nd ref='-24202' />
+    <nd ref='-24204' />
+    <nd ref='-24206' />
+    <nd ref='-24208' />
+    <nd ref='-24210' />
+    <nd ref='-24212' />
+    <nd ref='-24214' />
+    <nd ref='-24216' />
+    <nd ref='-24218' />
+    <nd ref='-24220' />
+    <nd ref='-24222' />
+    <nd ref='-24224' />
+    <nd ref='-24226' />
+    <nd ref='-24228' />
+    <nd ref='-24230' />
+    <nd ref='-24232' />
+    <nd ref='-24234' />
+    <nd ref='-24236' />
+    <nd ref='-24238' />
+    <nd ref='-24240' />
+    <nd ref='-24242' />
+    <nd ref='-24244' />
+    <nd ref='-24246' />
+    <nd ref='-24248' />
+    <nd ref='-24250' />
+    <nd ref='-24252' />
+    <nd ref='-24254' />
+    <nd ref='-24256' />
+    <nd ref='-24258' />
+    <nd ref='-24260' />
+    <nd ref='-24262' />
+    <nd ref='-24264' />
+    <nd ref='-24266' />
+    <nd ref='-24268' />
+    <nd ref='-24270' />
+    <nd ref='-24272' />
+    <nd ref='-24274' />
+    <nd ref='-24276' />
+    <nd ref='-24278' />
+    <nd ref='-24280' />
+    <nd ref='-24282' />
+    <nd ref='-24284' />
+    <nd ref='-24286' />
+    <nd ref='-24288' />
+    <nd ref='-24290' />
+    <nd ref='-24292' />
+    <nd ref='-24294' />
+    <nd ref='-24296' />
+    <nd ref='-24298' />
+    <nd ref='-24300' />
+    <nd ref='-24552' />
+    <nd ref='-24302' />
+    <nd ref='-24304' />
+    <nd ref='-24306' />
+    <nd ref='-24308' />
+    <nd ref='-24310' />
+    <nd ref='-24312' />
+    <nd ref='-24314' />
+    <nd ref='-24316' />
+    <nd ref='-24318' />
+    <nd ref='-24320' />
+    <nd ref='-24322' />
+    <nd ref='-24324' />
+    <nd ref='-24326' />
+    <nd ref='-24328' />
+    <nd ref='-24330' />
+    <nd ref='-24332' />
+    <nd ref='-24334' />
+    <nd ref='-24336' />
+    <nd ref='-24338' />
+    <nd ref='-24340' />
+    <nd ref='-24342' />
+    <nd ref='-24344' />
+    <nd ref='-24150' />
+    <tag k='ISO3166-2' v='US-IL' />
+    <tag k='name:en' v='Illinois' />
+  </way>
+  <way id='-29508'>
+    <nd ref='-24156' />
+    <nd ref='-24154' />
+    <nd ref='-24152' />
+    <nd ref='-24346' />
+    <nd ref='-25026' />
+    <nd ref='-24348' />
+    <nd ref='-24350' />
+    <nd ref='-24352' />
+    <nd ref='-24354' />
+    <nd ref='-24356' />
+    <nd ref='-24358' />
+    <nd ref='-24360' />
+    <nd ref='-24362' />
+    <nd ref='-24364' />
+    <nd ref='-24366' />
+    <nd ref='-24368' />
+    <nd ref='-24370' />
+    <nd ref='-24372' />
+    <nd ref='-24374' />
+    <nd ref='-24376' />
+    <nd ref='-24378' />
+    <nd ref='-24380' />
+    <nd ref='-24382' />
+    <nd ref='-24384' />
+    <nd ref='-24386' />
+    <nd ref='-24388' />
+    <nd ref='-24390' />
+    <nd ref='-24392' />
+    <nd ref='-24394' />
+    <nd ref='-24396' />
+    <nd ref='-24398' />
+    <nd ref='-24400' />
+    <nd ref='-24402' />
+    <nd ref='-24404' />
+    <nd ref='-24406' />
+    <nd ref='-24424' />
+    <nd ref='-24426' />
+    <nd ref='-24422' />
+    <nd ref='-24408' />
+    <nd ref='-24410' />
+    <nd ref='-24412' />
+    <nd ref='-24414' />
+    <nd ref='-24416' />
+    <nd ref='-24418' />
+    <nd ref='-24420' />
+    <nd ref='-24428' />
+    <nd ref='-24430' />
+    <nd ref='-24432' />
+    <nd ref='-24434' />
+    <nd ref='-24436' />
+    <nd ref='-24438' />
+    <nd ref='-24440' />
+    <nd ref='-24442' />
+    <nd ref='-24444' />
+    <nd ref='-24446' />
+    <nd ref='-24448' />
+    <nd ref='-24450' />
+    <nd ref='-24452' />
+    <nd ref='-24454' />
+    <nd ref='-24456' />
+    <nd ref='-24194' />
+    <nd ref='-24192' />
+    <nd ref='-24190' />
+    <nd ref='-24188' />
+    <nd ref='-24186' />
+    <nd ref='-24184' />
+    <nd ref='-24182' />
+    <nd ref='-24180' />
+    <nd ref='-24178' />
+    <nd ref='-24176' />
+    <nd ref='-24174' />
+    <nd ref='-24172' />
+    <nd ref='-24170' />
+    <nd ref='-24168' />
+    <nd ref='-24166' />
+    <nd ref='-24164' />
+    <nd ref='-24162' />
+    <nd ref='-24160' />
+    <nd ref='-24158' />
+    <nd ref='-24156' />
+    <tag k='ISO3166-2' v='US-IN' />
+    <tag k='name:en' v='Indiana' />
+  </way>
+  <way id='-29510'>
+    <nd ref='-24344' />
+    <nd ref='-24458' />
+    <nd ref='-24460' />
+    <nd ref='-24462' />
+    <nd ref='-24464' />
+    <nd ref='-24466' />
+    <nd ref='-24468' />
+    <nd ref='-24470' />
+    <nd ref='-24472' />
+    <nd ref='-24474' />
+    <nd ref='-24476' />
+    <nd ref='-24478' />
+    <nd ref='-25102' />
+    <nd ref='-24480' />
+    <nd ref='-24482' />
+    <nd ref='-24484' />
+    <nd ref='-24486' />
+    <nd ref='-24488' />
+    <nd ref='-24490' />
+    <nd ref='-24492' />
+    <nd ref='-24494' />
+    <nd ref='-24496' />
+    <nd ref='-24498' />
+    <nd ref='-24500' />
+    <nd ref='-24502' />
+    <nd ref='-24504' />
+    <nd ref='-24506' />
+    <nd ref='-24508' />
+    <nd ref='-24510' />
+    <nd ref='-24512' />
+    <nd ref='-24514' />
+    <nd ref='-24516' />
+    <nd ref='-24518' />
+    <nd ref='-24520' />
+    <nd ref='-24522' />
+    <nd ref='-24524' />
+    <nd ref='-24526' />
+    <nd ref='-24528' />
+    <nd ref='-24530' />
+    <nd ref='-24532' />
+    <nd ref='-24534' />
+    <nd ref='-24536' />
+    <nd ref='-24538' />
+    <nd ref='-24540' />
+    <nd ref='-24542' />
+    <nd ref='-24544' />
+    <nd ref='-24546' />
+    <nd ref='-24548' />
+    <nd ref='-24550' />
+    <nd ref='-24552' />
+    <nd ref='-24302' />
+    <nd ref='-24304' />
+    <nd ref='-24306' />
+    <nd ref='-24308' />
+    <nd ref='-24310' />
+    <nd ref='-24312' />
+    <nd ref='-24314' />
+    <nd ref='-24316' />
+    <nd ref='-24318' />
+    <nd ref='-24320' />
+    <nd ref='-24322' />
+    <nd ref='-24324' />
+    <nd ref='-24326' />
+    <nd ref='-24328' />
+    <nd ref='-24330' />
+    <nd ref='-24332' />
+    <nd ref='-24334' />
+    <nd ref='-24336' />
+    <nd ref='-24338' />
+    <nd ref='-24340' />
+    <nd ref='-24342' />
+    <nd ref='-24344' />
+    <tag k='ISO3166-2' v='US-IA' />
+    <tag k='name:en' v='Iowa' />
+  </way>
+  <way id='-29512'>
+    <nd ref='-23730' />
+    <nd ref='-24554' />
+    <nd ref='-24556' />
+    <nd ref='-24558' />
+    <nd ref='-24560' />
+    <nd ref='-24562' />
+    <nd ref='-24564' />
+    <nd ref='-24566' />
+    <nd ref='-24568' />
+    <nd ref='-24570' />
+    <nd ref='-24572' />
+    <nd ref='-24574' />
+    <nd ref='-24576' />
+    <nd ref='-24578' />
+    <nd ref='-24580' />
+    <nd ref='-24582' />
+    <nd ref='-24584' />
+    <nd ref='-24586' />
+    <nd ref='-24588' />
+    <nd ref='-24590' />
+    <nd ref='-24592' />
+    <nd ref='-24594' />
+    <nd ref='-24596' />
+    <nd ref='-24598' />
+    <nd ref='-24600' />
+    <nd ref='-24602' />
+    <nd ref='-24604' />
+    <nd ref='-24606' />
+    <nd ref='-24608' />
+    <nd ref='-24610' />
+    <nd ref='-24612' />
+    <nd ref='-24614' />
+    <nd ref='-23730' />
+    <tag k='ISO3166-2' v='US-KS' />
+    <tag k='name:en' v='Kansas' />
+  </way>
+  <way id='-29514'>
+    <nd ref='-24716' />
+    <nd ref='-24714' />
+    <nd ref='-24712' />
+    <nd ref='-24710' />
+    <nd ref='-24708' />
+    <nd ref='-24706' />
+    <nd ref='-24704' />
+    <nd ref='-24702' />
+    <nd ref='-24700' />
+    <nd ref='-24698' />
+    <nd ref='-24696' />
+    <nd ref='-24694' />
+    <nd ref='-24692' />
+    <nd ref='-24690' />
+    <nd ref='-24688' />
+    <nd ref='-24686' />
+    <nd ref='-24684' />
+    <nd ref='-24682' />
+    <nd ref='-24680' />
+    <nd ref='-24678' />
+    <nd ref='-24676' />
+    <nd ref='-24674' />
+    <nd ref='-24672' />
+    <nd ref='-24670' />
+    <nd ref='-24668' />
+    <nd ref='-24666' />
+    <nd ref='-24664' />
+    <nd ref='-24662' />
+    <nd ref='-24660' />
+    <nd ref='-24658' />
+    <nd ref='-24656' />
+    <nd ref='-24348' />
+    <nd ref='-24350' />
+    <nd ref='-24352' />
+    <nd ref='-24354' />
+    <nd ref='-24356' />
+    <nd ref='-24358' />
+    <nd ref='-24360' />
+    <nd ref='-24362' />
+    <nd ref='-24364' />
+    <nd ref='-24366' />
+    <nd ref='-24368' />
+    <nd ref='-24370' />
+    <nd ref='-24372' />
+    <nd ref='-24374' />
+    <nd ref='-24376' />
+    <nd ref='-24378' />
+    <nd ref='-24380' />
+    <nd ref='-24382' />
+    <nd ref='-24384' />
+    <nd ref='-24386' />
+    <nd ref='-24388' />
+    <nd ref='-24390' />
+    <nd ref='-24392' />
+    <nd ref='-24394' />
+    <nd ref='-24396' />
+    <nd ref='-24398' />
+    <nd ref='-24400' />
+    <nd ref='-24402' />
+    <nd ref='-24404' />
+    <nd ref='-24406' />
+    <nd ref='-24424' />
+    <nd ref='-24426' />
+    <nd ref='-24422' />
+    <nd ref='-24408' />
+    <nd ref='-24410' />
+    <nd ref='-24412' />
+    <nd ref='-24414' />
+    <nd ref='-24416' />
+    <nd ref='-24418' />
+    <nd ref='-24420' />
+    <nd ref='-24428' />
+    <nd ref='-24430' />
+    <nd ref='-24432' />
+    <nd ref='-24434' />
+    <nd ref='-24436' />
+    <nd ref='-24438' />
+    <nd ref='-24440' />
+    <nd ref='-24442' />
+    <nd ref='-24444' />
+    <nd ref='-24446' />
+    <nd ref='-24448' />
+    <nd ref='-24450' />
+    <nd ref='-24452' />
+    <nd ref='-24454' />
+    <nd ref='-24456' />
+    <nd ref='-24194' />
+    <nd ref='-24196' />
+    <nd ref='-24198' />
+    <nd ref='-24200' />
+    <nd ref='-24202' />
+    <nd ref='-24204' />
+    <nd ref='-24206' />
+    <nd ref='-24208' />
+    <nd ref='-24210' />
+    <nd ref='-24212' />
+    <nd ref='-24214' />
+    <nd ref='-24216' />
+    <nd ref='-24218' />
+    <nd ref='-24220' />
+    <nd ref='-24222' />
+    <nd ref='-24616' />
+    <nd ref='-24618' />
+    <nd ref='-24620' />
+    <nd ref='-24622' />
+    <nd ref='-24624' />
+    <nd ref='-24626' />
+    <nd ref='-24628' />
+    <nd ref='-24630' />
+    <nd ref='-24632' />
+    <nd ref='-24634' />
+    <nd ref='-24636' />
+    <nd ref='-24638' />
+    <nd ref='-26088' />
+    <nd ref='-26092' />
+    <nd ref='-26090' />
+    <nd ref='-24640' />
+    <nd ref='-24642' />
+    <nd ref='-24644' />
+    <nd ref='-24646' />
+    <nd ref='-24648' />
+    <nd ref='-24650' />
+    <nd ref='-24652' />
+    <nd ref='-24654' />
+    <nd ref='-24718' />
+    <nd ref='-24720' />
+    <nd ref='-24722' />
+    <nd ref='-24724' />
+    <nd ref='-24726' />
+    <nd ref='-24728' />
+    <nd ref='-24730' />
+    <nd ref='-24732' />
+    <nd ref='-24734' />
+    <nd ref='-24736' />
+    <nd ref='-24738' />
+    <nd ref='-24740' />
+    <nd ref='-24742' />
+    <nd ref='-24744' />
+    <nd ref='-24746' />
+    <nd ref='-24748' />
+    <nd ref='-24750' />
+    <nd ref='-24752' />
+    <nd ref='-24754' />
+    <nd ref='-24756' />
+    <nd ref='-24758' />
+    <nd ref='-24760' />
+    <nd ref='-24762' />
+    <nd ref='-24764' />
+    <nd ref='-24766' />
+    <nd ref='-24768' />
+    <nd ref='-24716' />
+    <tag k='ISO3166-2' v='US-KY' />
+    <tag k='name:en' v='Kentucky' />
+  </way>
+  <way id='-29516'>
+    <nd ref='-25918' />
+    <nd ref='-25916' />
+    <nd ref='-25920' />
+    <nd ref='-24770' />
+    <nd ref='-24772' />
+    <nd ref='-24774' />
+    <nd ref='-24776' />
+    <nd ref='-24778' />
+    <nd ref='-24780' />
+    <nd ref='-24782' />
+    <nd ref='-23654' />
+    <nd ref='-23718' />
+    <nd ref='-24784' />
+    <nd ref='-24786' />
+    <nd ref='-24788' />
+    <nd ref='-24790' />
+    <nd ref='-24792' />
+    <nd ref='-24794' />
+    <nd ref='-24796' />
+    <nd ref='-24798' />
+    <nd ref='-25918' />
+    <tag k='ISO3166-2' v='US-LA' />
+    <tag k='name:en' v='Louisiana' />
+  </way>
+  <way id='-29518'>
+    <nd ref='-7450' />
+    <nd ref='-24800' />
+    <nd ref='-24802' />
+    <nd ref='-24804' />
+    <nd ref='-24806' />
+    <nd ref='-24808' />
+    <nd ref='-24810' />
+    <nd ref='-24812' />
+    <nd ref='-24814' />
+    <nd ref='-24816' />
+    <nd ref='-24818' />
+    <nd ref='-24820' />
+    <nd ref='-26080' />
+    <nd ref='-7366' />
+    <nd ref='-11670' />
+    <nd ref='-11668' />
+    <nd ref='-11672' />
+    <nd ref='-11666' />
+    <nd ref='-7368' />
+    <nd ref='-7370' />
+    <nd ref='-7372' />
+    <nd ref='-7374' />
+    <nd ref='-7376' />
+    <nd ref='-7378' />
+    <nd ref='-5710' />
+    <nd ref='-7380' />
+    <nd ref='-7382' />
+    <nd ref='-7384' />
+    <nd ref='-7386' />
+    <nd ref='-7388' />
+    <nd ref='-7390' />
+    <nd ref='-7392' />
+    <nd ref='-7394' />
+    <nd ref='-5712' />
+    <nd ref='-7396' />
+    <nd ref='-7398' />
+    <nd ref='-7400' />
+    <nd ref='-7402' />
+    <nd ref='-5714' />
+    <nd ref='-7404' />
+    <nd ref='-7406' />
+    <nd ref='-12604' />
+    <nd ref='-7408' />
+    <nd ref='-7410' />
+    <nd ref='-7412' />
+    <nd ref='-7414' />
+    <nd ref='-7416' />
+    <nd ref='-12602' />
+    <nd ref='-12600' />
+    <nd ref='-7418' />
+    <nd ref='-7420' />
+    <nd ref='-23326' />
+    <nd ref='-7422' />
+    <nd ref='-7424' />
+    <nd ref='-7426' />
+    <nd ref='-7428' />
+    <nd ref='-7430' />
+    <nd ref='-12598' />
+    <nd ref='-12596' />
+    <nd ref='-7432' />
+    <nd ref='-7434' />
+    <nd ref='-7436' />
+    <nd ref='-7438' />
+    <nd ref='-7440' />
+    <nd ref='-12594' />
+    <nd ref='-12592' />
+    <nd ref='-7442' />
+    <nd ref='-12590' />
+    <nd ref='-12588' />
+    <nd ref='-12586' />
+    <nd ref='-12584' />
+    <nd ref='-7444' />
+    <nd ref='-7446' />
+    <nd ref='-12582' />
+    <nd ref='-12580' />
+    <nd ref='-7448' />
+    <nd ref='-12578' />
+    <nd ref='-12576' />
+    <nd ref='-7450' />
+    <tag k='ISO3166-2' v='US-ME' />
+    <tag k='name:en' v='Maine' />
+  </way>
+  <way id='-29520'>
+    <nd ref='-24952' />
+    <nd ref='-24950' />
+    <nd ref='-24948' />
+    <nd ref='-24946' />
+    <nd ref='-24944' />
+    <nd ref='-24942' />
+    <nd ref='-24940' />
+    <nd ref='-24938' />
+    <nd ref='-24936' />
+    <nd ref='-24934' />
+    <nd ref='-24932' />
+    <nd ref='-24930' />
+    <nd ref='-24928' />
+    <nd ref='-24926' />
+    <nd ref='-24924' />
+    <nd ref='-24922' />
+    <nd ref='-24920' />
+    <nd ref='-24918' />
+    <nd ref='-24916' />
+    <nd ref='-24914' />
+    <nd ref='-24912' />
+    <nd ref='-24910' />
+    <nd ref='-24908' />
+    <nd ref='-24906' />
+    <nd ref='-24904' />
+    <nd ref='-24902' />
+    <nd ref='-24900' />
+    <nd ref='-24898' />
+    <nd ref='-24896' />
+    <nd ref='-24894' />
+    <nd ref='-24892' />
+    <nd ref='-24890' />
+    <nd ref='-23826' />
+    <nd ref='-23828' />
+    <nd ref='-23782' />
+    <nd ref='-23784' />
+    <nd ref='-24822' />
+    <nd ref='-24824' />
+    <nd ref='-24826' />
+    <nd ref='-24828' />
+    <nd ref='-24830' />
+    <nd ref='-24832' />
+    <nd ref='-24834' />
+    <nd ref='-24836' />
+    <nd ref='-24838' />
+    <nd ref='-24840' />
+    <nd ref='-24842' />
+    <nd ref='-24844' />
+    <nd ref='-24846' />
+    <nd ref='-24848' />
+    <nd ref='-24850' />
+    <nd ref='-24852' />
+    <nd ref='-23446' />
+    <nd ref='-23444' />
+    <nd ref='-23442' />
+    <nd ref='-23440' />
+    <nd ref='-24854' />
+    <nd ref='-24856' />
+    <nd ref='-24858' />
+    <nd ref='-24860' />
+    <nd ref='-24862' />
+    <nd ref='-24864' />
+    <nd ref='-24866' />
+    <nd ref='-24868' />
+    <nd ref='-24870' />
+    <nd ref='-24872' />
+    <nd ref='-24874' />
+    <nd ref='-24876' />
+    <nd ref='-24878' />
+    <nd ref='-24880' />
+    <nd ref='-24882' />
+    <nd ref='-24884' />
+    <nd ref='-24886' />
+    <nd ref='-24888' />
+    <nd ref='-24954' />
+    <nd ref='-24956' />
+    <nd ref='-24958' />
+    <nd ref='-24960' />
+    <nd ref='-24962' />
+    <nd ref='-24964' />
+    <nd ref='-24966' />
+    <nd ref='-24968' />
+    <nd ref='-24970' />
+    <nd ref='-24952' />
+    <tag k='ISO3166-2' v='US-MD' />
+    <tag k='name:en' v='Maryland' />
+  </way>
+  <way id='-29522'>
+    <nd ref='-26080' />
+    <nd ref='-26078' />
+    <nd ref='-25024' />
+    <nd ref='-25022' />
+    <nd ref='-25020' />
+    <nd ref='-25018' />
+    <nd ref='-25016' />
+    <nd ref='-25014' />
+    <nd ref='-25012' />
+    <nd ref='-25010' />
+    <nd ref='-25008' />
+    <nd ref='-25006' />
+    <nd ref='-25004' />
+    <nd ref='-25002' />
+    <nd ref='-25000' />
+    <nd ref='-23772' />
+    <nd ref='-23774' />
+    <nd ref='-23776' />
+    <nd ref='-23778' />
+    <nd ref='-23780' />
+    <nd ref='-23732' />
+    <nd ref='-24972' />
+    <nd ref='-24974' />
+    <nd ref='-25258' />
+    <nd ref='-24976' />
+    <nd ref='-24978' />
+    <nd ref='-24980' />
+    <nd ref='-24982' />
+    <nd ref='-24984' />
+    <nd ref='-24986' />
+    <nd ref='-24988' />
+    <nd ref='-24990' />
+    <nd ref='-24992' />
+    <nd ref='-24994' />
+    <nd ref='-24996' />
+    <nd ref='-24998' />
+    <nd ref='-26080' />
+    <tag k='ISO3166-2' v='US-MA' />
+    <tag k='name:en' v='Massachusetts' />
+  </way>
+  <way id='-29524'>
+    <nd ref='-25026' />
+    <nd ref='-25028' />
+    <nd ref='-25030' />
+    <nd ref='-7516' />
+    <nd ref='-7518' />
+    <nd ref='-7520' />
+    <nd ref='-7522' />
+    <nd ref='-7524' />
+    <nd ref='-7526' />
+    <nd ref='-7528' />
+    <nd ref='-7530' />
+    <nd ref='-7532' />
+    <nd ref='-7534' />
+    <nd ref='-7536' />
+    <nd ref='-7538' />
+    <nd ref='-12542' />
+    <nd ref='-12540' />
+    <nd ref='-12538' />
+    <nd ref='-7540' />
+    <nd ref='-7542' />
+    <nd ref='-7544' />
+    <nd ref='-7546' />
+    <nd ref='-7548' />
+    <nd ref='-7550' />
+    <nd ref='-26766' />
+    <nd ref='-7552' />
+    <nd ref='-7554' />
+    <nd ref='-7556' />
+    <nd ref='-7558' />
+    <nd ref='-7560' />
+    <nd ref='-26770' />
+    <nd ref='-26768' />
+    <nd ref='-7562' />
+    <nd ref='-7564' />
+    <nd ref='-7566' />
+    <nd ref='-7568' />
+    <nd ref='-7570' />
+    <nd ref='-7572' />
+    <nd ref='-7574' />
+    <nd ref='-7576' />
+    <nd ref='-7578' />
+    <nd ref='-7580' />
+    <nd ref='-7582' />
+    <nd ref='-7584' />
+    <nd ref='-7586' />
+    <nd ref='-7588' />
+    <nd ref='-7590' />
+    <nd ref='-25032' />
+    <nd ref='-25034' />
+    <nd ref='-25036' />
+    <nd ref='-25038' />
+    <nd ref='-25040' />
+    <nd ref='-25042' />
+    <nd ref='-25044' />
+    <nd ref='-25046' />
+    <nd ref='-25048' />
+    <nd ref='-25050' />
+    <nd ref='-25052' />
+    <nd ref='-25054' />
+    <nd ref='-25056' />
+    <nd ref='-25058' />
+    <nd ref='-25060' />
+    <nd ref='-25062' />
+    <nd ref='-25064' />
+    <nd ref='-25066' />
+    <nd ref='-25068' />
+    <nd ref='-25070' />
+    <nd ref='-25072' />
+    <nd ref='-25074' />
+    <nd ref='-25076' />
+    <nd ref='-25078' />
+    <nd ref='-25080' />
+    <nd ref='-25082' />
+    <nd ref='-25084' />
+    <nd ref='-25086' />
+    <nd ref='-25088' />
+    <nd ref='-25090' />
+    <nd ref='-25092' />
+    <nd ref='-25094' />
+    <nd ref='-25096' />
+    <nd ref='-25098' />
+    <nd ref='-25100' />
+    <nd ref='-24150' />
+    <nd ref='-24152' />
+    <nd ref='-24346' />
+    <nd ref='-25026' />
+    <tag k='ISO3166-2' v='US-MI' />
+    <tag k='name:en' v='Michigan' />
+  </way>
+  <way id='-29526'>
+    <nd ref='-24478' />
+    <nd ref='-25102' />
+    <nd ref='-25104' />
+    <nd ref='-25106' />
+    <nd ref='-25108' />
+    <nd ref='-25110' />
+    <nd ref='-25112' />
+    <nd ref='-25114' />
+    <nd ref='-25116' />
+    <nd ref='-25118' />
+    <nd ref='-25120' />
+    <nd ref='-25122' />
+    <nd ref='-25124' />
+    <nd ref='-25126' />
+    <nd ref='-25128' />
+    <nd ref='-25130' />
+    <nd ref='-25132' />
+    <nd ref='-25134' />
+    <nd ref='-25136' />
+    <nd ref='-25138' />
+    <nd ref='-25140' />
+    <nd ref='-25142' />
+    <nd ref='-25144' />
+    <nd ref='-7702' />
+    <nd ref='-7700' />
+    <nd ref='-12506' />
+    <nd ref='-7698' />
+    <nd ref='-7696' />
+    <nd ref='-12504' />
+    <nd ref='-7694' />
+    <nd ref='-7692' />
+    <nd ref='-7690' />
+    <nd ref='-7688' />
+    <nd ref='-12508' />
+    <nd ref='-7686' />
+    <nd ref='-7684' />
+    <nd ref='-7682' />
+    <nd ref='-7680' />
+    <nd ref='-7678' />
+    <nd ref='-7676' />
+    <nd ref='-7674' />
+    <nd ref='-12510' />
+    <nd ref='-7672' />
+    <nd ref='-7670' />
+    <nd ref='-12512' />
+    <nd ref='-12514' />
+    <nd ref='-12516' />
+    <nd ref='-7668' />
+    <nd ref='-7666' />
+    <nd ref='-7664' />
+    <nd ref='-7662' />
+    <nd ref='-12518' />
+    <nd ref='-7660' />
+    <nd ref='-7658' />
+    <nd ref='-7656' />
+    <nd ref='-7654' />
+    <nd ref='-7652' />
+    <nd ref='-7650' />
+    <nd ref='-26764' />
+    <nd ref='-12520' />
+    <nd ref='-12522' />
+    <nd ref='-7648' />
+    <nd ref='-7646' />
+    <nd ref='-7644' />
+    <nd ref='-7642' />
+    <nd ref='-7640' />
+    <nd ref='-12524' />
+    <nd ref='-12526' />
+    <nd ref='-7638' />
+    <nd ref='-7636' />
+    <nd ref='-7634' />
+    <nd ref='-7632' />
+    <nd ref='-7630' />
+    <nd ref='-7628' />
+    <nd ref='-12528' />
+    <nd ref='-12530' />
+    <nd ref='-7626' />
+    <nd ref='-12532' />
+    <nd ref='-7624' />
+    <nd ref='-12534' />
+    <nd ref='-7622' />
+    <nd ref='-7620' />
+    <nd ref='-7618' />
+    <nd ref='-7616' />
+    <nd ref='-7614' />
+    <nd ref='-7612' />
+    <nd ref='-7610' />
+    <nd ref='-7608' />
+    <nd ref='-7606' />
+    <nd ref='-7604' />
+    <nd ref='-7602' />
+    <nd ref='-7600' />
+    <nd ref='-7598' />
+    <nd ref='-7596' />
+    <nd ref='-7594' />
+    <nd ref='-12536' />
+    <nd ref='-7592' />
+    <nd ref='-7590' />
+    <nd ref='-25182' />
+    <nd ref='-25180' />
+    <nd ref='-25178' />
+    <nd ref='-25176' />
+    <nd ref='-25174' />
+    <nd ref='-25172' />
+    <nd ref='-25170' />
+    <nd ref='-25168' />
+    <nd ref='-25166' />
+    <nd ref='-25164' />
+    <nd ref='-25162' />
+    <nd ref='-25160' />
+    <nd ref='-25158' />
+    <nd ref='-25156' />
+    <nd ref='-25154' />
+    <nd ref='-25152' />
+    <nd ref='-25150' />
+    <nd ref='-25148' />
+    <nd ref='-25146' />
+    <nd ref='-24478' />
+    <tag k='ISO3166-2' v='US-MN' />
+    <tag k='name:en' v='Minnesota' />
+  </way>
+  <way id='-29528'>
+    <nd ref='-24478' />
+    <nd ref='-25146' />
+    <nd ref='-25148' />
+    <nd ref='-25150' />
+    <nd ref='-25152' />
+    <nd ref='-25154' />
+    <nd ref='-25156' />
+    <nd ref='-25158' />
+    <nd ref='-25160' />
+    <nd ref='-25162' />
+    <nd ref='-25164' />
+    <nd ref='-25166' />
+    <nd ref='-25168' />
+    <nd ref='-25170' />
+    <nd ref='-25172' />
+    <nd ref='-25174' />
+    <nd ref='-25176' />
+    <nd ref='-25178' />
+    <nd ref='-25180' />
+    <nd ref='-25182' />
+    <nd ref='-7590' />
+    <nd ref='-25032' />
+    <nd ref='-25034' />
+    <nd ref='-25036' />
+    <nd ref='-25038' />
+    <nd ref='-25040' />
+    <nd ref='-25042' />
+    <nd ref='-25044' />
+    <nd ref='-25046' />
+    <nd ref='-25048' />
+    <nd ref='-25050' />
+    <nd ref='-25052' />
+    <nd ref='-25054' />
+    <nd ref='-25056' />
+    <nd ref='-25058' />
+    <nd ref='-25060' />
+    <nd ref='-25062' />
+    <nd ref='-25064' />
+    <nd ref='-25066' />
+    <nd ref='-25068' />
+    <nd ref='-25070' />
+    <nd ref='-25072' />
+    <nd ref='-25074' />
+    <nd ref='-25076' />
+    <nd ref='-25078' />
+    <nd ref='-25080' />
+    <nd ref='-25082' />
+    <nd ref='-25084' />
+    <nd ref='-25086' />
+    <nd ref='-25088' />
+    <nd ref='-25090' />
+    <nd ref='-25092' />
+    <nd ref='-25094' />
+    <nd ref='-25096' />
+    <nd ref='-25098' />
+    <nd ref='-25100' />
+    <nd ref='-24150' />
+    <nd ref='-24344' />
+    <nd ref='-24458' />
+    <nd ref='-24460' />
+    <nd ref='-24462' />
+    <nd ref='-24464' />
+    <nd ref='-24466' />
+    <nd ref='-24468' />
+    <nd ref='-24470' />
+    <nd ref='-24472' />
+    <nd ref='-24474' />
+    <nd ref='-24476' />
+    <nd ref='-24478' />
+    <tag k='ISO3166-2' v='US-WI' />
+    <tag k='name:en' v='Wisconsin' />
+  </way>
+  <way id='-29530'>
+    <nd ref='-23998' />
+    <nd ref='-25184' />
+    <nd ref='-23726' />
+    <nd ref='-25186' />
+    <nd ref='-25220' />
+    <nd ref='-25188' />
+    <nd ref='-25190' />
+    <nd ref='-24000' />
+    <nd ref='-23998' />
+    <tag k='ISO3166-2' v='US-WY' />
+    <tag k='name:en' v='Wyoming' />
+  </way>
+  <way id='-29532'>
+    <nd ref='-25192' />
+    <nd ref='-23706' />
+    <nd ref='-23708' />
+    <nd ref='-23710' />
+    <nd ref='-23712' />
+    <nd ref='-23714' />
+    <nd ref='-23716' />
+    <nd ref='-23718' />
+    <nd ref='-24784' />
+    <nd ref='-24786' />
+    <nd ref='-24788' />
+    <nd ref='-24790' />
+    <nd ref='-24792' />
+    <nd ref='-24794' />
+    <nd ref='-24796' />
+    <nd ref='-24798' />
+    <nd ref='-25918' />
+    <nd ref='-23470' />
+    <nd ref='-23472' />
+    <nd ref='-23474' />
+    <nd ref='-25192' />
+    <tag k='ISO3166-2' v='US-MS' />
+    <tag k='name:en' v='Mississippi' />
+  </way>
+  <way id='-29534'>
+    <nd ref='-24612' />
+    <nd ref='-25194' />
+    <nd ref='-24548' />
+    <nd ref='-24550' />
+    <nd ref='-24552' />
+    <nd ref='-24300' />
+    <nd ref='-24298' />
+    <nd ref='-24296' />
+    <nd ref='-24294' />
+    <nd ref='-24292' />
+    <nd ref='-24290' />
+    <nd ref='-24288' />
+    <nd ref='-24286' />
+    <nd ref='-24284' />
+    <nd ref='-24282' />
+    <nd ref='-24280' />
+    <nd ref='-24278' />
+    <nd ref='-24276' />
+    <nd ref='-24274' />
+    <nd ref='-24272' />
+    <nd ref='-24270' />
+    <nd ref='-24268' />
+    <nd ref='-24266' />
+    <nd ref='-24264' />
+    <nd ref='-24262' />
+    <nd ref='-24260' />
+    <nd ref='-24258' />
+    <nd ref='-24256' />
+    <nd ref='-24254' />
+    <nd ref='-24252' />
+    <nd ref='-24250' />
+    <nd ref='-24248' />
+    <nd ref='-24246' />
+    <nd ref='-24244' />
+    <nd ref='-24242' />
+    <nd ref='-24240' />
+    <nd ref='-24238' />
+    <nd ref='-24236' />
+    <nd ref='-24234' />
+    <nd ref='-24232' />
+    <nd ref='-24230' />
+    <nd ref='-24228' />
+    <nd ref='-24226' />
+    <nd ref='-24224' />
+    <nd ref='-24222' />
+    <nd ref='-24616' />
+    <nd ref='-24618' />
+    <nd ref='-24620' />
+    <nd ref='-24622' />
+    <nd ref='-24624' />
+    <nd ref='-25196' />
+    <nd ref='-25198' />
+    <nd ref='-25200' />
+    <nd ref='-25202' />
+    <nd ref='-25204' />
+    <nd ref='-25206' />
+    <nd ref='-25208' />
+    <nd ref='-25210' />
+    <nd ref='-25212' />
+    <nd ref='-25214' />
+    <nd ref='-25216' />
+    <nd ref='-23680' />
+    <nd ref='-23678' />
+    <nd ref='-23676' />
+    <nd ref='-23674' />
+    <nd ref='-23672' />
+    <nd ref='-23670' />
+    <nd ref='-23668' />
+    <nd ref='-23666' />
+    <nd ref='-24554' />
+    <nd ref='-24556' />
+    <nd ref='-24558' />
+    <nd ref='-24560' />
+    <nd ref='-24562' />
+    <nd ref='-24564' />
+    <nd ref='-24566' />
+    <nd ref='-24568' />
+    <nd ref='-24570' />
+    <nd ref='-24572' />
+    <nd ref='-24574' />
+    <nd ref='-24576' />
+    <nd ref='-24578' />
+    <nd ref='-24580' />
+    <nd ref='-24582' />
+    <nd ref='-24584' />
+    <nd ref='-24586' />
+    <nd ref='-24588' />
+    <nd ref='-24590' />
+    <nd ref='-24592' />
+    <nd ref='-24594' />
+    <nd ref='-24596' />
+    <nd ref='-24598' />
+    <nd ref='-24600' />
+    <nd ref='-24602' />
+    <nd ref='-24604' />
+    <nd ref='-24606' />
+    <nd ref='-24608' />
+    <nd ref='-24610' />
+    <nd ref='-24612' />
+    <tag k='ISO3166-2' v='US-MO' />
+    <tag k='name:en' v='Missouri' />
+  </way>
+  <way id='-29536'>
+    <nd ref='-25188' />
+    <nd ref='-25254' />
+    <nd ref='-25218' />
+    <nd ref='-23116' />
+    <nd ref='-23108' />
+    <nd ref='-24064' />
+    <nd ref='-24062' />
+    <nd ref='-24060' />
+    <nd ref='-24058' />
+    <nd ref='-24056' />
+    <nd ref='-24054' />
+    <nd ref='-24052' />
+    <nd ref='-24050' />
+    <nd ref='-24048' />
+    <nd ref='-24046' />
+    <nd ref='-24044' />
+    <nd ref='-24042' />
+    <nd ref='-24040' />
+    <nd ref='-24038' />
+    <nd ref='-24036' />
+    <nd ref='-24034' />
+    <nd ref='-24032' />
+    <nd ref='-24030' />
+    <nd ref='-24028' />
+    <nd ref='-24026' />
+    <nd ref='-24024' />
+    <nd ref='-24022' />
+    <nd ref='-24020' />
+    <nd ref='-24018' />
+    <nd ref='-24016' />
+    <nd ref='-24014' />
+    <nd ref='-24012' />
+    <nd ref='-24010' />
+    <nd ref='-24008' />
+    <nd ref='-24006' />
+    <nd ref='-24004' />
+    <nd ref='-24002' />
+    <nd ref='-24000' />
+    <nd ref='-25190' />
+    <nd ref='-25188' />
+    <tag k='ISO3166-2' v='US-MT' />
+    <tag k='name:en' v='Montana' />
+  </way>
+  <way id='-29538'>
+    <nd ref='-25220' />
+    <nd ref='-25222' />
+    <nd ref='-25224' />
+    <nd ref='-25226' />
+    <nd ref='-25228' />
+    <nd ref='-25230' />
+    <nd ref='-25232' />
+    <nd ref='-25234' />
+    <nd ref='-25236' />
+    <nd ref='-25238' />
+    <nd ref='-25240' />
+    <nd ref='-25242' />
+    <nd ref='-25244' />
+    <nd ref='-25246' />
+    <nd ref='-25248' />
+    <nd ref='-25250' />
+    <nd ref='-25252' />
+    <nd ref='-24496' />
+    <nd ref='-24494' />
+    <nd ref='-24492' />
+    <nd ref='-24490' />
+    <nd ref='-24488' />
+    <nd ref='-24486' />
+    <nd ref='-24484' />
+    <nd ref='-24482' />
+    <nd ref='-24480' />
+    <nd ref='-25102' />
+    <nd ref='-25104' />
+    <nd ref='-25106' />
+    <nd ref='-25108' />
+    <nd ref='-25110' />
+    <nd ref='-25112' />
+    <nd ref='-25114' />
+    <nd ref='-25116' />
+    <nd ref='-25254' />
+    <nd ref='-25188' />
+    <nd ref='-25220' />
+    <tag k='ISO3166-2' v='US-SD' />
+    <tag k='name:en' v='South Dakota' />
+  </way>
+  <way id='-29540'>
+    <nd ref='-25220' />
+    <nd ref='-25186' />
+    <nd ref='-23728' />
+    <nd ref='-24614' />
+    <nd ref='-24612' />
+    <nd ref='-25194' />
+    <nd ref='-24548' />
+    <nd ref='-24546' />
+    <nd ref='-24544' />
+    <nd ref='-24542' />
+    <nd ref='-24540' />
+    <nd ref='-24538' />
+    <nd ref='-24536' />
+    <nd ref='-24534' />
+    <nd ref='-24532' />
+    <nd ref='-24530' />
+    <nd ref='-24528' />
+    <nd ref='-24526' />
+    <nd ref='-24524' />
+    <nd ref='-24522' />
+    <nd ref='-24520' />
+    <nd ref='-24518' />
+    <nd ref='-24516' />
+    <nd ref='-24514' />
+    <nd ref='-24512' />
+    <nd ref='-24510' />
+    <nd ref='-24508' />
+    <nd ref='-24506' />
+    <nd ref='-24504' />
+    <nd ref='-24502' />
+    <nd ref='-24500' />
+    <nd ref='-24498' />
+    <nd ref='-24496' />
+    <nd ref='-25252' />
+    <nd ref='-25250' />
+    <nd ref='-25248' />
+    <nd ref='-25246' />
+    <nd ref='-25244' />
+    <nd ref='-25242' />
+    <nd ref='-25240' />
+    <nd ref='-25238' />
+    <nd ref='-25236' />
+    <nd ref='-25234' />
+    <nd ref='-25232' />
+    <nd ref='-25230' />
+    <nd ref='-25228' />
+    <nd ref='-25226' />
+    <nd ref='-25224' />
+    <nd ref='-25222' />
+    <nd ref='-25220' />
+    <tag k='ISO3166-2' v='US-NE' />
+    <tag k='name:en' v='Nebraska' />
+  </way>
+  <way id='-29542'>
+    <nd ref='-23540' />
+    <nd ref='-25256' />
+    <nd ref='-23996' />
+    <nd ref='-23722' />
+    <nd ref='-23720' />
+    <nd ref='-23590' />
+    <nd ref='-23588' />
+    <nd ref='-23586' />
+    <nd ref='-23584' />
+    <nd ref='-23582' />
+    <nd ref='-23580' />
+    <nd ref='-23578' />
+    <nd ref='-23576' />
+    <nd ref='-23574' />
+    <nd ref='-23572' />
+    <nd ref='-23570' />
+    <nd ref='-23568' />
+    <nd ref='-23566' />
+    <nd ref='-23564' />
+    <nd ref='-23562' />
+    <nd ref='-23560' />
+    <nd ref='-23558' />
+    <nd ref='-23556' />
+    <nd ref='-23554' />
+    <nd ref='-23552' />
+    <nd ref='-23550' />
+    <nd ref='-23548' />
+    <nd ref='-23546' />
+    <nd ref='-23544' />
+    <nd ref='-23542' />
+    <nd ref='-23540' />
+    <tag k='ISO3166-2' v='US-NV' />
+    <tag k='name:en' v='Nevada' />
+  </way>
+  <way id='-29544'>
+    <nd ref='-25256' />
+    <nd ref='-23998' />
+    <nd ref='-25184' />
+    <nd ref='-23726' />
+    <nd ref='-23538' />
+    <nd ref='-23540' />
+    <nd ref='-25256' />
+    <tag k='ISO3166-2' v='US-UT' />
+    <tag k='name:en' v='Utah' />
+  </way>
+  <way id='-29546'>
+    <nd ref='-25218' />
+    <nd ref='-25254' />
+    <nd ref='-25116' />
+    <nd ref='-25118' />
+    <nd ref='-25120' />
+    <nd ref='-25122' />
+    <nd ref='-25124' />
+    <nd ref='-25126' />
+    <nd ref='-25128' />
+    <nd ref='-25130' />
+    <nd ref='-25132' />
+    <nd ref='-25134' />
+    <nd ref='-25136' />
+    <nd ref='-25138' />
+    <nd ref='-25140' />
+    <nd ref='-25142' />
+    <nd ref='-25144' />
+    <nd ref='-23120' />
+    <nd ref='-25218' />
+    <tag k='ISO3166-2' v='US-ND' />
+    <tag k='name:en' v='North Dakota' />
+  </way>
+  <way id='-29548'>
+    <nd ref='-25258' />
+    <nd ref='-25260' />
+    <nd ref='-25262' />
+    <nd ref='-25264' />
+    <nd ref='-25266' />
+    <nd ref='-25268' />
+    <nd ref='-25270' />
+    <nd ref='-25272' />
+    <nd ref='-25274' />
+    <nd ref='-25276' />
+    <nd ref='-25278' />
+    <nd ref='-25280' />
+    <nd ref='-25282' />
+    <nd ref='-25284' />
+    <nd ref='-25286' />
+    <nd ref='-25288' />
+    <nd ref='-25290' />
+    <nd ref='-25292' />
+    <nd ref='-25294' />
+    <nd ref='-25296' />
+    <nd ref='-25298' />
+    <nd ref='-25300' />
+    <nd ref='-25302' />
+    <nd ref='-25304' />
+    <nd ref='-25306' />
+    <nd ref='-25308' />
+    <nd ref='-25310' />
+    <nd ref='-25312' />
+    <nd ref='-25314' />
+    <nd ref='-25316' />
+    <nd ref='-25318' />
+    <nd ref='-25320' />
+    <nd ref='-25322' />
+    <nd ref='-25324' />
+    <nd ref='-25326' />
+    <nd ref='-25328' />
+    <nd ref='-25330' />
+    <nd ref='-25332' />
+    <nd ref='-25334' />
+    <nd ref='-25336' />
+    <nd ref='-25338' />
+    <nd ref='-25340' />
+    <nd ref='-25342' />
+    <nd ref='-25344' />
+    <nd ref='-7470' />
+    <nd ref='-7468' />
+    <nd ref='-7466' />
+    <nd ref='-7464' />
+    <nd ref='-7462' />
+    <nd ref='-7460' />
+    <nd ref='-7458' />
+    <nd ref='-7456' />
+    <nd ref='-7454' />
+    <nd ref='-7452' />
+    <nd ref='-7450' />
+    <nd ref='-24800' />
+    <nd ref='-24802' />
+    <nd ref='-24804' />
+    <nd ref='-24806' />
+    <nd ref='-24808' />
+    <nd ref='-24810' />
+    <nd ref='-24812' />
+    <nd ref='-24814' />
+    <nd ref='-24816' />
+    <nd ref='-24818' />
+    <nd ref='-24820' />
+    <nd ref='-26080' />
+    <nd ref='-24998' />
+    <nd ref='-24996' />
+    <nd ref='-24994' />
+    <nd ref='-24992' />
+    <nd ref='-24990' />
+    <nd ref='-24988' />
+    <nd ref='-24986' />
+    <nd ref='-24984' />
+    <nd ref='-24982' />
+    <nd ref='-24980' />
+    <nd ref='-24978' />
+    <nd ref='-24976' />
+    <nd ref='-25258' />
+    <tag k='ISO3166-2' v='US-NH' />
+    <tag k='name:en' v='New Hampshire' />
+  </way>
+  <way id='-29550'>
+    <nd ref='-25500' />
+    <nd ref='-25498' />
+    <nd ref='-25496' />
+    <nd ref='-25494' />
+    <nd ref='-25492' />
+    <nd ref='-25490' />
+    <nd ref='-25488' />
+    <nd ref='-25486' />
+    <nd ref='-25484' />
+    <nd ref='-25482' />
+    <nd ref='-25480' />
+    <nd ref='-25478' />
+    <nd ref='-25476' />
+    <nd ref='-25474' />
+    <nd ref='-25472' />
+    <nd ref='-25470' />
+    <nd ref='-25468' />
+    <nd ref='-25466' />
+    <nd ref='-25464' />
+    <nd ref='-25462' />
+    <nd ref='-25460' />
+    <nd ref='-25458' />
+    <nd ref='-25456' />
+    <nd ref='-25454' />
+    <nd ref='-23784' />
+    <nd ref='-23786' />
+    <nd ref='-23788' />
+    <nd ref='-23790' />
+    <nd ref='-23792' />
+    <nd ref='-23794' />
+    <nd ref='-23796' />
+    <nd ref='-25346' />
+    <nd ref='-25348' />
+    <nd ref='-25350' />
+    <nd ref='-25352' />
+    <nd ref='-25354' />
+    <nd ref='-25356' />
+    <nd ref='-25358' />
+    <nd ref='-25360' />
+    <nd ref='-25362' />
+    <nd ref='-25364' />
+    <nd ref='-25366' />
+    <nd ref='-25368' />
+    <nd ref='-25370' />
+    <nd ref='-25372' />
+    <nd ref='-25374' />
+    <nd ref='-25376' />
+    <nd ref='-25378' />
+    <nd ref='-25380' />
+    <nd ref='-25382' />
+    <nd ref='-25384' />
+    <nd ref='-25386' />
+    <nd ref='-25388' />
+    <nd ref='-25390' />
+    <nd ref='-25392' />
+    <nd ref='-25394' />
+    <nd ref='-25396' />
+    <nd ref='-25398' />
+    <nd ref='-25400' />
+    <nd ref='-25402' />
+    <nd ref='-25404' />
+    <nd ref='-25406' />
+    <nd ref='-25408' />
+    <nd ref='-25410' />
+    <nd ref='-25412' />
+    <nd ref='-25414' />
+    <nd ref='-25416' />
+    <nd ref='-25418' />
+    <nd ref='-25420' />
+    <nd ref='-25422' />
+    <nd ref='-25424' />
+    <nd ref='-25426' />
+    <nd ref='-25428' />
+    <nd ref='-25430' />
+    <nd ref='-25432' />
+    <nd ref='-25434' />
+    <nd ref='-25436' />
+    <nd ref='-25438' />
+    <nd ref='-25440' />
+    <nd ref='-25442' />
+    <nd ref='-25444' />
+    <nd ref='-25446' />
+    <nd ref='-25448' />
+    <nd ref='-25450' />
+    <nd ref='-25452' />
+    <nd ref='-25502' />
+    <nd ref='-25504' />
+    <nd ref='-25506' />
+    <nd ref='-25508' />
+    <nd ref='-25510' />
+    <nd ref='-25512' />
+    <nd ref='-25514' />
+    <nd ref='-25516' />
+    <nd ref='-25518' />
+    <nd ref='-25520' />
+    <nd ref='-25522' />
+    <nd ref='-25500' />
+    <tag k='ISO3166-2' v='US-NJ' />
+    <tag k='name:en' v='New Jersey' />
+  </way>
+  <way id='-29552'>
+    <nd ref='-25524' />
+    <nd ref='-25526' />
+    <nd ref='-25528' />
+    <nd ref='-25530' />
+    <nd ref='-23538' />
+    <nd ref='-23536' />
+    <nd ref='-10222' />
+    <nd ref='-10224' />
+    <nd ref='-10226' />
+    <nd ref='-25532' />
+    <nd ref='-25534' />
+    <nd ref='-25536' />
+    <nd ref='-25538' />
+    <nd ref='-25540' />
+    <nd ref='-25524' />
+    <tag k='ISO3166-2' v='US-NM' />
+    <tag k='name:en' v='New Mexico' />
+  </way>
+  <way id='-29554'>
+    <nd ref='-25542' />
+    <nd ref='-25544' />
+    <nd ref='-25546' />
+    <nd ref='-25548' />
+    <nd ref='-25550' />
+    <nd ref='-25552' />
+    <nd ref='-25554' />
+    <nd ref='-25494' />
+    <nd ref='-25490' />
+    <nd ref='-25488' />
+    <nd ref='-25486' />
+    <nd ref='-25484' />
+    <nd ref='-25482' />
+    <nd ref='-25480' />
+    <nd ref='-25478' />
+    <nd ref='-25476' />
+    <nd ref='-25474' />
+    <nd ref='-25472' />
+    <nd ref='-25470' />
+    <nd ref='-25468' />
+    <nd ref='-25466' />
+    <nd ref='-25464' />
+    <nd ref='-25462' />
+    <nd ref='-25460' />
+    <nd ref='-25458' />
+    <nd ref='-25456' />
+    <nd ref='-25454' />
+    <nd ref='-26076' />
+    <nd ref='-23752' />
+    <nd ref='-23750' />
+    <nd ref='-23748' />
+    <nd ref='-23746' />
+    <nd ref='-23744' />
+    <nd ref='-23742' />
+    <nd ref='-23740' />
+    <nd ref='-23738' />
+    <nd ref='-23736' />
+    <nd ref='-23734' />
+    <nd ref='-23732' />
+    <nd ref='-24972' />
+    <nd ref='-24974' />
+    <nd ref='-25556' />
+    <nd ref='-25558' />
+    <nd ref='-25560' />
+    <nd ref='-25562' />
+    <nd ref='-25564' />
+    <nd ref='-25566' />
+    <nd ref='-25568' />
+    <nd ref='-26772' />
+    <nd ref='-23300' />
+    <nd ref='-7472' />
+    <nd ref='-7474' />
+    <nd ref='-7476' />
+    <nd ref='-7478' />
+    <nd ref='-7480' />
+    <nd ref='-7482' />
+    <nd ref='-7484' />
+    <nd ref='-7486' />
+    <nd ref='-7488' />
+    <nd ref='-7490' />
+    <nd ref='-7492' />
+    <nd ref='-7494' />
+    <nd ref='-7496' />
+    <nd ref='-7498' />
+    <nd ref='-7500' />
+    <nd ref='-7502' />
+    <nd ref='-7504' />
+    <nd ref='-7506' />
+    <nd ref='-12572' />
+    <nd ref='-12574' />
+    <nd ref='-12568' />
+    <nd ref='-12570' />
+    <nd ref='-12566' />
+    <nd ref='-12564' />
+    <nd ref='-12560' />
+    <nd ref='-12562' />
+    <nd ref='-12544' />
+    <nd ref='-12546' />
+    <nd ref='-12550' />
+    <nd ref='-12548' />
+    <nd ref='-12552' />
+    <nd ref='-12554' />
+    <nd ref='-12556' />
+    <nd ref='-12558' />
+    <nd ref='-7508' />
+    <nd ref='-7510' />
+    <nd ref='-7512' />
+    <nd ref='-25542' />
+    <tag k='ISO3166-2' v='US-NY' />
+    <tag k='name:en' v='New York' />
+  </way>
+  <way id='-29556'>
+    <nd ref='-25570' />
+    <nd ref='-25572' />
+    <nd ref='-25574' />
+    <nd ref='-25576' />
+    <nd ref='-25578' />
+    <nd ref='-25580' />
+    <nd ref='-25582' />
+    <nd ref='-25584' />
+    <nd ref='-25586' />
+    <nd ref='-25588' />
+    <nd ref='-25590' />
+    <nd ref='-25592' />
+    <nd ref='-25594' />
+    <nd ref='-25596' />
+    <nd ref='-25598' />
+    <nd ref='-25600' />
+    <nd ref='-25602' />
+    <nd ref='-26100' />
+    <nd ref='-26082' />
+    <nd ref='-26084' />
+    <nd ref='-25604' />
+    <nd ref='-25606' />
+    <nd ref='-25608' />
+    <nd ref='-25610' />
+    <nd ref='-25612' />
+    <nd ref='-25614' />
+    <nd ref='-25616' />
+    <nd ref='-25618' />
+    <nd ref='-23860' />
+    <nd ref='-25570' />
+    <tag k='ISO3166-2' v='US-NC' />
+    <tag k='name:en' v='North Carolina' />
+  </way>
+  <way id='-29558'>
+    <nd ref='-25620' />
+    <nd ref='-25922' />
+    <nd ref='-25622' />
+    <nd ref='-24890' />
+    <nd ref='-23826' />
+    <nd ref='-23824' />
+    <nd ref='-23822' />
+    <nd ref='-23820' />
+    <nd ref='-23818' />
+    <nd ref='-23816' />
+    <nd ref='-23814' />
+    <nd ref='-23812' />
+    <nd ref='-23810' />
+    <nd ref='-23808' />
+    <nd ref='-23806' />
+    <nd ref='-23804' />
+    <nd ref='-23802' />
+    <nd ref='-23800' />
+    <nd ref='-23798' />
+    <nd ref='-25346' />
+    <nd ref='-25348' />
+    <nd ref='-25350' />
+    <nd ref='-25352' />
+    <nd ref='-25354' />
+    <nd ref='-25356' />
+    <nd ref='-25358' />
+    <nd ref='-25360' />
+    <nd ref='-25362' />
+    <nd ref='-25364' />
+    <nd ref='-25366' />
+    <nd ref='-25368' />
+    <nd ref='-25370' />
+    <nd ref='-25372' />
+    <nd ref='-25374' />
+    <nd ref='-25376' />
+    <nd ref='-25378' />
+    <nd ref='-25380' />
+    <nd ref='-25382' />
+    <nd ref='-25384' />
+    <nd ref='-25386' />
+    <nd ref='-25388' />
+    <nd ref='-25390' />
+    <nd ref='-25392' />
+    <nd ref='-25394' />
+    <nd ref='-25396' />
+    <nd ref='-25398' />
+    <nd ref='-25400' />
+    <nd ref='-25402' />
+    <nd ref='-25404' />
+    <nd ref='-25406' />
+    <nd ref='-25408' />
+    <nd ref='-25410' />
+    <nd ref='-25412' />
+    <nd ref='-25414' />
+    <nd ref='-25416' />
+    <nd ref='-25418' />
+    <nd ref='-25420' />
+    <nd ref='-25422' />
+    <nd ref='-25424' />
+    <nd ref='-25426' />
+    <nd ref='-25428' />
+    <nd ref='-25430' />
+    <nd ref='-25432' />
+    <nd ref='-25434' />
+    <nd ref='-25436' />
+    <nd ref='-25438' />
+    <nd ref='-25440' />
+    <nd ref='-25442' />
+    <nd ref='-25444' />
+    <nd ref='-25446' />
+    <nd ref='-25448' />
+    <nd ref='-25450' />
+    <nd ref='-25452' />
+    <nd ref='-25502' />
+    <nd ref='-25504' />
+    <nd ref='-25506' />
+    <nd ref='-25508' />
+    <nd ref='-25510' />
+    <nd ref='-25512' />
+    <nd ref='-25514' />
+    <nd ref='-25516' />
+    <nd ref='-25518' />
+    <nd ref='-25520' />
+    <nd ref='-25522' />
+    <nd ref='-25500' />
+    <nd ref='-25498' />
+    <nd ref='-25496' />
+    <nd ref='-25494' />
+    <nd ref='-25554' />
+    <nd ref='-25552' />
+    <nd ref='-25550' />
+    <nd ref='-25548' />
+    <nd ref='-25546' />
+    <nd ref='-25544' />
+    <nd ref='-25542' />
+    <nd ref='-25620' />
+    <tag k='ISO3166-2' v='US-PA' />
+    <tag k='name:en' v='Pennsylvania' />
+  </way>
+  <way id='-29560'>
+    <nd ref='-24090' />
+    <nd ref='-25624' />
+    <nd ref='-25626' />
+    <nd ref='-25628' />
+    <nd ref='-25630' />
+    <nd ref='-25632' />
+    <nd ref='-25634' />
+    <nd ref='-25636' />
+    <nd ref='-25638' />
+    <nd ref='-25640' />
+    <nd ref='-25642' />
+    <nd ref='-25644' />
+    <nd ref='-25646' />
+    <nd ref='-25648' />
+    <nd ref='-25650' />
+    <nd ref='-25652' />
+    <nd ref='-25654' />
+    <nd ref='-25656' />
+    <nd ref='-25658' />
+    <nd ref='-25660' />
+    <nd ref='-25662' />
+    <nd ref='-25664' />
+    <nd ref='-25666' />
+    <nd ref='-25730' />
+    <nd ref='-25734' />
+    <nd ref='-25732' />
+    <nd ref='-25668' />
+    <nd ref='-25670' />
+    <nd ref='-25672' />
+    <nd ref='-25674' />
+    <nd ref='-25676' />
+    <nd ref='-25678' />
+    <nd ref='-25680' />
+    <nd ref='-25682' />
+    <nd ref='-25684' />
+    <nd ref='-25686' />
+    <nd ref='-25688' />
+    <nd ref='-25690' />
+    <nd ref='-25692' />
+    <nd ref='-25694' />
+    <nd ref='-25696' />
+    <nd ref='-25698' />
+    <nd ref='-25700' />
+    <nd ref='-25702' />
+    <nd ref='-25704' />
+    <nd ref='-25706' />
+    <nd ref='-25708' />
+    <nd ref='-25710' />
+    <nd ref='-25712' />
+    <nd ref='-25714' />
+    <nd ref='-25716' />
+    <nd ref='-25718' />
+    <nd ref='-25720' />
+    <nd ref='-25722' />
+    <nd ref='-25724' />
+    <nd ref='-25726' />
+    <nd ref='-25728' />
+    <nd ref='-25736' />
+    <nd ref='-23724' />
+    <nd ref='-23722' />
+    <nd ref='-23996' />
+    <nd ref='-24148' />
+    <nd ref='-24146' />
+    <nd ref='-24144' />
+    <nd ref='-24142' />
+    <nd ref='-24140' />
+    <nd ref='-24138' />
+    <nd ref='-24136' />
+    <nd ref='-24134' />
+    <nd ref='-24132' />
+    <nd ref='-24130' />
+    <nd ref='-24128' />
+    <nd ref='-24126' />
+    <nd ref='-24124' />
+    <nd ref='-24122' />
+    <nd ref='-24120' />
+    <nd ref='-24118' />
+    <nd ref='-24116' />
+    <nd ref='-24114' />
+    <nd ref='-24112' />
+    <nd ref='-24110' />
+    <nd ref='-24108' />
+    <nd ref='-24106' />
+    <nd ref='-24104' />
+    <nd ref='-24102' />
+    <nd ref='-24100' />
+    <nd ref='-24098' />
+    <nd ref='-24096' />
+    <nd ref='-24094' />
+    <nd ref='-24092' />
+    <nd ref='-24090' />
+    <tag k='ISO3166-2' v='US-OR' />
+    <tag k='name:en' v='Oregon' />
+  </way>
+  <way id='-29562'>
+    <nd ref='-25736' />
+    <nd ref='-11628' />
+    <nd ref='-11630' />
+    <nd ref='-11632' />
+    <nd ref='-11634' />
+    <nd ref='-11636' />
+    <nd ref='-11638' />
+    <nd ref='-11640' />
+    <nd ref='-24066' />
+    <nd ref='-24068' />
+    <nd ref='-24070' />
+    <nd ref='-24072' />
+    <nd ref='-24074' />
+    <nd ref='-24076' />
+    <nd ref='-24078' />
+    <nd ref='-24080' />
+    <nd ref='-24082' />
+    <nd ref='-24084' />
+    <nd ref='-24086' />
+    <nd ref='-24088' />
+    <nd ref='-24090' />
+    <nd ref='-25624' />
+    <nd ref='-25626' />
+    <nd ref='-25628' />
+    <nd ref='-25630' />
+    <nd ref='-25632' />
+    <nd ref='-25634' />
+    <nd ref='-25636' />
+    <nd ref='-25638' />
+    <nd ref='-25640' />
+    <nd ref='-25642' />
+    <nd ref='-25644' />
+    <nd ref='-25646' />
+    <nd ref='-25648' />
+    <nd ref='-25650' />
+    <nd ref='-25652' />
+    <nd ref='-25654' />
+    <nd ref='-25656' />
+    <nd ref='-25658' />
+    <nd ref='-25660' />
+    <nd ref='-25662' />
+    <nd ref='-25664' />
+    <nd ref='-25666' />
+    <nd ref='-25730' />
+    <nd ref='-25734' />
+    <nd ref='-25732' />
+    <nd ref='-25668' />
+    <nd ref='-25670' />
+    <nd ref='-25672' />
+    <nd ref='-25674' />
+    <nd ref='-25676' />
+    <nd ref='-25678' />
+    <nd ref='-25680' />
+    <nd ref='-25682' />
+    <nd ref='-25684' />
+    <nd ref='-25686' />
+    <nd ref='-25688' />
+    <nd ref='-25690' />
+    <nd ref='-25692' />
+    <nd ref='-25694' />
+    <nd ref='-25696' />
+    <nd ref='-25698' />
+    <nd ref='-25700' />
+    <nd ref='-25702' />
+    <nd ref='-25704' />
+    <nd ref='-25706' />
+    <nd ref='-25708' />
+    <nd ref='-25710' />
+    <nd ref='-25712' />
+    <nd ref='-25714' />
+    <nd ref='-25716' />
+    <nd ref='-25718' />
+    <nd ref='-25720' />
+    <nd ref='-25722' />
+    <nd ref='-25724' />
+    <nd ref='-25726' />
+    <nd ref='-25728' />
+    <nd ref='-25736' />
+    <tag k='ISO3166-2' v='US-WA' />
+    <tag k='name:en' v='Washington' />
+  </way>
+  <way id='-29564'>
+    <nd ref='-25872' />
+    <nd ref='-25914' />
+    <nd ref='-25912' />
+    <nd ref='-25910' />
+    <nd ref='-25908' />
+    <nd ref='-25906' />
+    <nd ref='-25904' />
+    <nd ref='-25902' />
+    <nd ref='-25900' />
+    <nd ref='-25898' />
+    <nd ref='-25896' />
+    <nd ref='-25894' />
+    <nd ref='-25892' />
+    <nd ref='-25890' />
+    <nd ref='-25888' />
+    <nd ref='-25886' />
+    <nd ref='-25884' />
+    <nd ref='-25882' />
+    <nd ref='-25880' />
+    <nd ref='-23662' />
+    <nd ref='-23664' />
+    <nd ref='-23666' />
+    <nd ref='-24554' />
+    <nd ref='-23730' />
+    <nd ref='-25530' />
+    <nd ref='-25528' />
+    <nd ref='-25738' />
+    <nd ref='-25740' />
+    <nd ref='-25742' />
+    <nd ref='-25744' />
+    <nd ref='-25746' />
+    <nd ref='-25748' />
+    <nd ref='-25750' />
+    <nd ref='-25752' />
+    <nd ref='-25754' />
+    <nd ref='-25756' />
+    <nd ref='-25758' />
+    <nd ref='-25760' />
+    <nd ref='-25762' />
+    <nd ref='-25764' />
+    <nd ref='-25766' />
+    <nd ref='-25768' />
+    <nd ref='-25770' />
+    <nd ref='-25772' />
+    <nd ref='-25774' />
+    <nd ref='-25776' />
+    <nd ref='-25778' />
+    <nd ref='-25780' />
+    <nd ref='-25782' />
+    <nd ref='-25784' />
+    <nd ref='-25786' />
+    <nd ref='-25788' />
+    <nd ref='-25790' />
+    <nd ref='-25792' />
+    <nd ref='-25794' />
+    <nd ref='-25796' />
+    <nd ref='-25798' />
+    <nd ref='-25800' />
+    <nd ref='-25802' />
+    <nd ref='-25804' />
+    <nd ref='-25806' />
+    <nd ref='-25808' />
+    <nd ref='-25810' />
+    <nd ref='-25812' />
+    <nd ref='-25814' />
+    <nd ref='-25816' />
+    <nd ref='-25818' />
+    <nd ref='-25820' />
+    <nd ref='-25822' />
+    <nd ref='-25824' />
+    <nd ref='-25826' />
+    <nd ref='-25828' />
+    <nd ref='-25830' />
+    <nd ref='-25832' />
+    <nd ref='-25834' />
+    <nd ref='-25836' />
+    <nd ref='-25838' />
+    <nd ref='-25840' />
+    <nd ref='-25842' />
+    <nd ref='-25844' />
+    <nd ref='-25846' />
+    <nd ref='-25848' />
+    <nd ref='-25874' />
+    <nd ref='-25878' />
+    <nd ref='-25876' />
+    <nd ref='-25850' />
+    <nd ref='-25852' />
+    <nd ref='-25854' />
+    <nd ref='-25856' />
+    <nd ref='-25858' />
+    <nd ref='-25860' />
+    <nd ref='-25862' />
+    <nd ref='-25864' />
+    <nd ref='-25866' />
+    <nd ref='-25868' />
+    <nd ref='-25870' />
+    <nd ref='-25872' />
+    <tag k='ISO3166-2' v='US-OK' />
+    <tag k='name:en' v='Oklahoma' />
+  </way>
+  <way id='-29566'>
+    <nd ref='-25920' />
+    <nd ref='-5834' />
+    <nd ref='-10262' />
+    <nd ref='-12650' />
+    <nd ref='-12652' />
+    <nd ref='-12648' />
+    <nd ref='-26762' />
+    <nd ref='-26758' />
+    <nd ref='-26760' />
+    <nd ref='-12646' />
+    <nd ref='-26756' />
+    <nd ref='-26754' />
+    <nd ref='-26752' />
+    <nd ref='-12642' />
+    <nd ref='-26750' />
+    <nd ref='-26748' />
+    <nd ref='-26746' />
+    <nd ref='-26744' />
+    <nd ref='-12640' />
+    <nd ref='-26742' />
+    <nd ref='-26738' />
+    <nd ref='-26740' />
+    <nd ref='-26736' />
+    <nd ref='-12638' />
+    <nd ref='-26734' />
+    <nd ref='-26732' />
+    <nd ref='-26730' />
+    <nd ref='-12644' />
+    <nd ref='-26726' />
+    <nd ref='-26728' />
+    <nd ref='-12636' />
+    <nd ref='-26724' />
+    <nd ref='-26722' />
+    <nd ref='-26720' />
+    <nd ref='-26718' />
+    <nd ref='-12634' />
+    <nd ref='-26708' />
+    <nd ref='-26710' />
+    <nd ref='-26712' />
+    <nd ref='-26714' />
+    <nd ref='-26716' />
+    <nd ref='-10260' />
+    <nd ref='-12632' />
+    <nd ref='-10258' />
+    <nd ref='-12628' />
+    <nd ref='-12630' />
+    <nd ref='-12626' />
+    <nd ref='-12624' />
+    <nd ref='-12622' />
+    <nd ref='-10256' />
+    <nd ref='-10254' />
+    <nd ref='-10252' />
+    <nd ref='-10250' />
+    <nd ref='-10248' />
+    <nd ref='-10246' />
+    <nd ref='-12620' />
+    <nd ref='-10244' />
+    <nd ref='-10242' />
+    <nd ref='-10240' />
+    <nd ref='-10238' />
+    <nd ref='-12618' />
+    <nd ref='-10236' />
+    <nd ref='-12616' />
+    <nd ref='-12614' />
+    <nd ref='-10234' />
+    <nd ref='-12612' />
+    <nd ref='-10232' />
+    <nd ref='-10230' />
+    <nd ref='-10228' />
+    <nd ref='-12610' />
+    <nd ref='-10226' />
+    <nd ref='-25532' />
+    <nd ref='-25534' />
+    <nd ref='-25536' />
+    <nd ref='-25538' />
+    <nd ref='-25540' />
+    <nd ref='-25524' />
+    <nd ref='-25526' />
+    <nd ref='-25528' />
+    <nd ref='-25738' />
+    <nd ref='-25740' />
+    <nd ref='-25742' />
+    <nd ref='-25744' />
+    <nd ref='-25746' />
+    <nd ref='-25748' />
+    <nd ref='-25750' />
+    <nd ref='-25752' />
+    <nd ref='-25754' />
+    <nd ref='-25756' />
+    <nd ref='-25758' />
+    <nd ref='-25760' />
+    <nd ref='-25762' />
+    <nd ref='-25764' />
+    <nd ref='-25766' />
+    <nd ref='-25768' />
+    <nd ref='-25770' />
+    <nd ref='-25772' />
+    <nd ref='-25774' />
+    <nd ref='-25776' />
+    <nd ref='-25778' />
+    <nd ref='-25780' />
+    <nd ref='-25782' />
+    <nd ref='-25784' />
+    <nd ref='-25786' />
+    <nd ref='-25788' />
+    <nd ref='-25790' />
+    <nd ref='-25792' />
+    <nd ref='-25794' />
+    <nd ref='-25796' />
+    <nd ref='-25798' />
+    <nd ref='-25800' />
+    <nd ref='-25802' />
+    <nd ref='-25804' />
+    <nd ref='-25806' />
+    <nd ref='-25808' />
+    <nd ref='-25810' />
+    <nd ref='-25812' />
+    <nd ref='-25814' />
+    <nd ref='-25816' />
+    <nd ref='-25818' />
+    <nd ref='-25820' />
+    <nd ref='-25822' />
+    <nd ref='-25824' />
+    <nd ref='-25826' />
+    <nd ref='-25828' />
+    <nd ref='-25830' />
+    <nd ref='-25832' />
+    <nd ref='-25834' />
+    <nd ref='-25836' />
+    <nd ref='-25838' />
+    <nd ref='-25840' />
+    <nd ref='-25842' />
+    <nd ref='-25844' />
+    <nd ref='-25846' />
+    <nd ref='-25848' />
+    <nd ref='-25874' />
+    <nd ref='-25878' />
+    <nd ref='-25876' />
+    <nd ref='-25850' />
+    <nd ref='-25852' />
+    <nd ref='-25854' />
+    <nd ref='-25856' />
+    <nd ref='-25858' />
+    <nd ref='-25860' />
+    <nd ref='-25862' />
+    <nd ref='-25864' />
+    <nd ref='-25866' />
+    <nd ref='-25868' />
+    <nd ref='-25870' />
+    <nd ref='-25872' />
+    <nd ref='-25914' />
+    <nd ref='-25912' />
+    <nd ref='-25910' />
+    <nd ref='-25908' />
+    <nd ref='-25906' />
+    <nd ref='-25904' />
+    <nd ref='-25902' />
+    <nd ref='-25900' />
+    <nd ref='-25898' />
+    <nd ref='-25896' />
+    <nd ref='-25894' />
+    <nd ref='-25892' />
+    <nd ref='-25890' />
+    <nd ref='-25888' />
+    <nd ref='-25886' />
+    <nd ref='-25884' />
+    <nd ref='-25882' />
+    <nd ref='-25880' />
+    <nd ref='-23662' />
+    <nd ref='-23660' />
+    <nd ref='-23658' />
+    <nd ref='-23656' />
+    <nd ref='-23654' />
+    <nd ref='-24782' />
+    <nd ref='-24780' />
+    <nd ref='-24778' />
+    <nd ref='-24776' />
+    <nd ref='-24774' />
+    <nd ref='-24772' />
+    <nd ref='-24770' />
+    <nd ref='-25920' />
+    <tag k='ISO3166-2' v='US-TX' />
+    <tag k='name:en' v='Texas' />
+  </way>
+  <way id='-29568'>
+    <nd ref='-26020' />
+    <nd ref='-26074' />
+    <nd ref='-26072' />
+    <nd ref='-26070' />
+    <nd ref='-26068' />
+    <nd ref='-26066' />
+    <nd ref='-26064' />
+    <nd ref='-26062' />
+    <nd ref='-26060' />
+    <nd ref='-26058' />
+    <nd ref='-26056' />
+    <nd ref='-26054' />
+    <nd ref='-26052' />
+    <nd ref='-26050' />
+    <nd ref='-26048' />
+    <nd ref='-26046' />
+    <nd ref='-26044' />
+    <nd ref='-26042' />
+    <nd ref='-26040' />
+    <nd ref='-26038' />
+    <nd ref='-26036' />
+    <nd ref='-26034' />
+    <nd ref='-26032' />
+    <nd ref='-26030' />
+    <nd ref='-26028' />
+    <nd ref='-26026' />
+    <nd ref='-26024' />
+    <nd ref='-26022' />
+    <nd ref='-24748' />
+    <nd ref='-24750' />
+    <nd ref='-24752' />
+    <nd ref='-24754' />
+    <nd ref='-24756' />
+    <nd ref='-24758' />
+    <nd ref='-24760' />
+    <nd ref='-24762' />
+    <nd ref='-24764' />
+    <nd ref='-24766' />
+    <nd ref='-24768' />
+    <nd ref='-24716' />
+    <nd ref='-24714' />
+    <nd ref='-24712' />
+    <nd ref='-24710' />
+    <nd ref='-24708' />
+    <nd ref='-24706' />
+    <nd ref='-24704' />
+    <nd ref='-24702' />
+    <nd ref='-24700' />
+    <nd ref='-24698' />
+    <nd ref='-24696' />
+    <nd ref='-24694' />
+    <nd ref='-24692' />
+    <nd ref='-24690' />
+    <nd ref='-24688' />
+    <nd ref='-24686' />
+    <nd ref='-24684' />
+    <nd ref='-24682' />
+    <nd ref='-24680' />
+    <nd ref='-24678' />
+    <nd ref='-24676' />
+    <nd ref='-24674' />
+    <nd ref='-24672' />
+    <nd ref='-24670' />
+    <nd ref='-24668' />
+    <nd ref='-24666' />
+    <nd ref='-24664' />
+    <nd ref='-24662' />
+    <nd ref='-24660' />
+    <nd ref='-24658' />
+    <nd ref='-24656' />
+    <nd ref='-24348' />
+    <nd ref='-25026' />
+    <nd ref='-25028' />
+    <nd ref='-25030' />
+    <nd ref='-7514' />
+    <nd ref='-25620' />
+    <nd ref='-25922' />
+    <nd ref='-25924' />
+    <nd ref='-25926' />
+    <nd ref='-25928' />
+    <nd ref='-25930' />
+    <nd ref='-25932' />
+    <nd ref='-25934' />
+    <nd ref='-25936' />
+    <nd ref='-25938' />
+    <nd ref='-25940' />
+    <nd ref='-25942' />
+    <nd ref='-25944' />
+    <nd ref='-25946' />
+    <nd ref='-25948' />
+    <nd ref='-25950' />
+    <nd ref='-25952' />
+    <nd ref='-25954' />
+    <nd ref='-25956' />
+    <nd ref='-25958' />
+    <nd ref='-25960' />
+    <nd ref='-25962' />
+    <nd ref='-25964' />
+    <nd ref='-25966' />
+    <nd ref='-25968' />
+    <nd ref='-25970' />
+    <nd ref='-25972' />
+    <nd ref='-25974' />
+    <nd ref='-25976' />
+    <nd ref='-25978' />
+    <nd ref='-25980' />
+    <nd ref='-25982' />
+    <nd ref='-25984' />
+    <nd ref='-25986' />
+    <nd ref='-25988' />
+    <nd ref='-25990' />
+    <nd ref='-25992' />
+    <nd ref='-25994' />
+    <nd ref='-25996' />
+    <nd ref='-25998' />
+    <nd ref='-26000' />
+    <nd ref='-26002' />
+    <nd ref='-26004' />
+    <nd ref='-26006' />
+    <nd ref='-26008' />
+    <nd ref='-26010' />
+    <nd ref='-26012' />
+    <nd ref='-26014' />
+    <nd ref='-26016' />
+    <nd ref='-26018' />
+    <nd ref='-26020' />
+    <tag k='ISO3166-2' v='US-OH' />
+    <tag k='name:en' v='Ohio' />
+  </way>
+  <way id='-29570'>
+    <nd ref='-26076' />
+    <nd ref='-25022' />
+    <nd ref='-25020' />
+    <nd ref='-25018' />
+    <nd ref='-25016' />
+    <nd ref='-25014' />
+    <nd ref='-25012' />
+    <nd ref='-25010' />
+    <nd ref='-25008' />
+    <nd ref='-25006' />
+    <nd ref='-25004' />
+    <nd ref='-25002' />
+    <nd ref='-25000' />
+    <nd ref='-23768' />
+    <nd ref='-23766' />
+    <nd ref='-23764' />
+    <nd ref='-23762' />
+    <nd ref='-23760' />
+    <nd ref='-23758' />
+    <nd ref='-23756' />
+    <nd ref='-23754' />
+    <nd ref='-23752' />
+    <nd ref='-26076' />
+    <tag k='ISO3166-2' v='US-RI' />
+    <tag k='name:en' v='Rhode Island' />
+  </way>
+  <way id='-29572'>
+    <nd ref='-23994' />
+    <nd ref='-23992' />
+    <nd ref='-23990' />
+    <nd ref='-23988' />
+    <nd ref='-23986' />
+    <nd ref='-23984' />
+    <nd ref='-23982' />
+    <nd ref='-23980' />
+    <nd ref='-23978' />
+    <nd ref='-23976' />
+    <nd ref='-23974' />
+    <nd ref='-23972' />
+    <nd ref='-23970' />
+    <nd ref='-23968' />
+    <nd ref='-23966' />
+    <nd ref='-23964' />
+    <nd ref='-23962' />
+    <nd ref='-23960' />
+    <nd ref='-23958' />
+    <nd ref='-23956' />
+    <nd ref='-23954' />
+    <nd ref='-23952' />
+    <nd ref='-23950' />
+    <nd ref='-23948' />
+    <nd ref='-23946' />
+    <nd ref='-23944' />
+    <nd ref='-23942' />
+    <nd ref='-23940' />
+    <nd ref='-23938' />
+    <nd ref='-23936' />
+    <nd ref='-23934' />
+    <nd ref='-23932' />
+    <nd ref='-23930' />
+    <nd ref='-23928' />
+    <nd ref='-23926' />
+    <nd ref='-23924' />
+    <nd ref='-23922' />
+    <nd ref='-23920' />
+    <nd ref='-23918' />
+    <nd ref='-23916' />
+    <nd ref='-23914' />
+    <nd ref='-23912' />
+    <nd ref='-23910' />
+    <nd ref='-23908' />
+    <nd ref='-23906' />
+    <nd ref='-23904' />
+    <nd ref='-23902' />
+    <nd ref='-23900' />
+    <nd ref='-23898' />
+    <nd ref='-23896' />
+    <nd ref='-23894' />
+    <nd ref='-23892' />
+    <nd ref='-23890' />
+    <nd ref='-23888' />
+    <nd ref='-23886' />
+    <nd ref='-23884' />
+    <nd ref='-23882' />
+    <nd ref='-23880' />
+    <nd ref='-23878' />
+    <nd ref='-23876' />
+    <nd ref='-23874' />
+    <nd ref='-23872' />
+    <nd ref='-23870' />
+    <nd ref='-23868' />
+    <nd ref='-23866' />
+    <nd ref='-23864' />
+    <nd ref='-23862' />
+    <nd ref='-23860' />
+    <nd ref='-25618' />
+    <nd ref='-25616' />
+    <nd ref='-25614' />
+    <nd ref='-25612' />
+    <nd ref='-25610' />
+    <nd ref='-25608' />
+    <nd ref='-25606' />
+    <nd ref='-25604' />
+    <nd ref='-23994' />
+    <tag k='ISO3166-2' v='US-SC' />
+    <tag k='name:en' v='South Carolina' />
+  </way>
+  <way id='-29574'>
+    <nd ref='-25602' />
+    <nd ref='-26094' />
+    <nd ref='-26096' />
+    <nd ref='-26098' />
+    <nd ref='-26088' />
+    <nd ref='-24638' />
+    <nd ref='-24636' />
+    <nd ref='-24634' />
+    <nd ref='-24632' />
+    <nd ref='-24630' />
+    <nd ref='-24628' />
+    <nd ref='-24626' />
+    <nd ref='-24624' />
+    <nd ref='-25196' />
+    <nd ref='-25198' />
+    <nd ref='-25200' />
+    <nd ref='-25202' />
+    <nd ref='-25204' />
+    <nd ref='-25206' />
+    <nd ref='-25208' />
+    <nd ref='-25210' />
+    <nd ref='-25212' />
+    <nd ref='-25214' />
+    <nd ref='-25216' />
+    <nd ref='-23680' />
+    <nd ref='-23682' />
+    <nd ref='-23684' />
+    <nd ref='-23686' />
+    <nd ref='-23688' />
+    <nd ref='-23690' />
+    <nd ref='-23692' />
+    <nd ref='-23694' />
+    <nd ref='-23696' />
+    <nd ref='-23698' />
+    <nd ref='-23700' />
+    <nd ref='-23702' />
+    <nd ref='-23704' />
+    <nd ref='-23706' />
+    <nd ref='-25192' />
+    <nd ref='-23476' />
+    <nd ref='-23478' />
+    <nd ref='-25570' />
+    <nd ref='-25572' />
+    <nd ref='-25574' />
+    <nd ref='-25576' />
+    <nd ref='-25578' />
+    <nd ref='-25580' />
+    <nd ref='-25582' />
+    <nd ref='-25584' />
+    <nd ref='-25586' />
+    <nd ref='-25588' />
+    <nd ref='-25590' />
+    <nd ref='-25592' />
+    <nd ref='-25594' />
+    <nd ref='-25596' />
+    <nd ref='-25598' />
+    <nd ref='-25600' />
+    <nd ref='-25602' />
+    <tag k='ISO3166-2' v='US-TN' />
+    <tag k='name:en' v='Tennessee' />
+  </way>
+  <way id='-29576'>
+    <nd ref='-25568' />
+    <nd ref='-25566' />
+    <nd ref='-25564' />
+    <nd ref='-25562' />
+    <nd ref='-25560' />
+    <nd ref='-25558' />
+    <nd ref='-25556' />
+    <nd ref='-24974' />
+    <nd ref='-25258' />
+    <nd ref='-25260' />
+    <nd ref='-25262' />
+    <nd ref='-25264' />
+    <nd ref='-25266' />
+    <nd ref='-25268' />
+    <nd ref='-25270' />
+    <nd ref='-25272' />
+    <nd ref='-25274' />
+    <nd ref='-25276' />
+    <nd ref='-25278' />
+    <nd ref='-25280' />
+    <nd ref='-25282' />
+    <nd ref='-25284' />
+    <nd ref='-25286' />
+    <nd ref='-25288' />
+    <nd ref='-25290' />
+    <nd ref='-25292' />
+    <nd ref='-25294' />
+    <nd ref='-25296' />
+    <nd ref='-25298' />
+    <nd ref='-25300' />
+    <nd ref='-25302' />
+    <nd ref='-25304' />
+    <nd ref='-25306' />
+    <nd ref='-25308' />
+    <nd ref='-25310' />
+    <nd ref='-25312' />
+    <nd ref='-25314' />
+    <nd ref='-25316' />
+    <nd ref='-25318' />
+    <nd ref='-25320' />
+    <nd ref='-25322' />
+    <nd ref='-25324' />
+    <nd ref='-25326' />
+    <nd ref='-25328' />
+    <nd ref='-25330' />
+    <nd ref='-25332' />
+    <nd ref='-25334' />
+    <nd ref='-25336' />
+    <nd ref='-25338' />
+    <nd ref='-25340' />
+    <nd ref='-25342' />
+    <nd ref='-25344' />
+    <nd ref='-7470' />
+    <nd ref='-25568' />
+    <tag k='ISO3166-2' v='US-VT' />
+    <tag k='name:en' v='Vermont' />
+  </way>
+  <way id='-29578'>
+    <nd ref='-24888' />
+    <nd ref='-26102' />
+    <nd ref='-26104' />
+    <nd ref='-26106' />
+    <nd ref='-26108' />
+    <nd ref='-26110' />
+    <nd ref='-26112' />
+    <nd ref='-26114' />
+    <nd ref='-26116' />
+    <nd ref='-26118' />
+    <nd ref='-26120' />
+    <nd ref='-26122' />
+    <nd ref='-26124' />
+    <nd ref='-26126' />
+    <nd ref='-26128' />
+    <nd ref='-26130' />
+    <nd ref='-26132' />
+    <nd ref='-26134' />
+    <nd ref='-26136' />
+    <nd ref='-26138' />
+    <nd ref='-26140' />
+    <nd ref='-26142' />
+    <nd ref='-26144' />
+    <nd ref='-26146' />
+    <nd ref='-26148' />
+    <nd ref='-26150' />
+    <nd ref='-26152' />
+    <nd ref='-26154' />
+    <nd ref='-26156' />
+    <nd ref='-26158' />
+    <nd ref='-26160' />
+    <nd ref='-26162' />
+    <nd ref='-26164' />
+    <nd ref='-26166' />
+    <nd ref='-26168' />
+    <nd ref='-26170' />
+    <nd ref='-26172' />
+    <nd ref='-26174' />
+    <nd ref='-26176' />
+    <nd ref='-26178' />
+    <nd ref='-26180' />
+    <nd ref='-26182' />
+    <nd ref='-26184' />
+    <nd ref='-26186' />
+    <nd ref='-26188' />
+    <nd ref='-26190' />
+    <nd ref='-26192' />
+    <nd ref='-26194' />
+    <nd ref='-26196' />
+    <nd ref='-26198' />
+    <nd ref='-26200' />
+    <nd ref='-26202' />
+    <nd ref='-26204' />
+    <nd ref='-26206' />
+    <nd ref='-26208' />
+    <nd ref='-26210' />
+    <nd ref='-26212' />
+    <nd ref='-26214' />
+    <nd ref='-26216' />
+    <nd ref='-26218' />
+    <nd ref='-26220' />
+    <nd ref='-26222' />
+    <nd ref='-26224' />
+    <nd ref='-26226' />
+    <nd ref='-26228' />
+    <nd ref='-26230' />
+    <nd ref='-26232' />
+    <nd ref='-26234' />
+    <nd ref='-26236' />
+    <nd ref='-26238' />
+    <nd ref='-26240' />
+    <nd ref='-26242' />
+    <nd ref='-26244' />
+    <nd ref='-26246' />
+    <nd ref='-26248' />
+    <nd ref='-26250' />
+    <nd ref='-26252' />
+    <nd ref='-26254' />
+    <nd ref='-24654' />
+    <nd ref='-24652' />
+    <nd ref='-24650' />
+    <nd ref='-24648' />
+    <nd ref='-24646' />
+    <nd ref='-24644' />
+    <nd ref='-24642' />
+    <nd ref='-24640' />
+    <nd ref='-26090' />
+    <nd ref='-26092' />
+    <nd ref='-26088' />
+    <nd ref='-26098' />
+    <nd ref='-26096' />
+    <nd ref='-26094' />
+    <nd ref='-25602' />
+    <nd ref='-26100' />
+    <nd ref='-26082' />
+    <nd ref='-24822' />
+    <nd ref='-24824' />
+    <nd ref='-24826' />
+    <nd ref='-24828' />
+    <nd ref='-24830' />
+    <nd ref='-24832' />
+    <nd ref='-24834' />
+    <nd ref='-24836' />
+    <nd ref='-24838' />
+    <nd ref='-24840' />
+    <nd ref='-24842' />
+    <nd ref='-24844' />
+    <nd ref='-24846' />
+    <nd ref='-24848' />
+    <nd ref='-24850' />
+    <nd ref='-24852' />
+    <nd ref='-23446' />
+    <nd ref='-23468' />
+    <nd ref='-23466' />
+    <nd ref='-23464' />
+    <nd ref='-23462' />
+    <nd ref='-23460' />
+    <nd ref='-23458' />
+    <nd ref='-23456' />
+    <nd ref='-23454' />
+    <nd ref='-23452' />
+    <nd ref='-23450' />
+    <nd ref='-23448' />
+    <nd ref='-23440' />
+    <nd ref='-24854' />
+    <nd ref='-24856' />
+    <nd ref='-24858' />
+    <nd ref='-24860' />
+    <nd ref='-24862' />
+    <nd ref='-24864' />
+    <nd ref='-24866' />
+    <nd ref='-24868' />
+    <nd ref='-24870' />
+    <nd ref='-24872' />
+    <nd ref='-24874' />
+    <nd ref='-24876' />
+    <nd ref='-24878' />
+    <nd ref='-24880' />
+    <nd ref='-24882' />
+    <nd ref='-24884' />
+    <nd ref='-24886' />
+    <nd ref='-24888' />
+    <tag k='ISO3166-2' v='US-VA' />
+    <tag k='name:en' v='Virginia' />
+  </way>
+  <way id='-29580'>
+    <nd ref='-24654' />
+    <nd ref='-24718' />
+    <nd ref='-24720' />
+    <nd ref='-24722' />
+    <nd ref='-24724' />
+    <nd ref='-24726' />
+    <nd ref='-24728' />
+    <nd ref='-24730' />
+    <nd ref='-24732' />
+    <nd ref='-24734' />
+    <nd ref='-24736' />
+    <nd ref='-24738' />
+    <nd ref='-24740' />
+    <nd ref='-24742' />
+    <nd ref='-24744' />
+    <nd ref='-24746' />
+    <nd ref='-24748' />
+    <nd ref='-26022' />
+    <nd ref='-26024' />
+    <nd ref='-26026' />
+    <nd ref='-26028' />
+    <nd ref='-26030' />
+    <nd ref='-26032' />
+    <nd ref='-26034' />
+    <nd ref='-26036' />
+    <nd ref='-26038' />
+    <nd ref='-26040' />
+    <nd ref='-26042' />
+    <nd ref='-26044' />
+    <nd ref='-26046' />
+    <nd ref='-26048' />
+    <nd ref='-26050' />
+    <nd ref='-26052' />
+    <nd ref='-26054' />
+    <nd ref='-26056' />
+    <nd ref='-26058' />
+    <nd ref='-26060' />
+    <nd ref='-26062' />
+    <nd ref='-26064' />
+    <nd ref='-26066' />
+    <nd ref='-26068' />
+    <nd ref='-26070' />
+    <nd ref='-26072' />
+    <nd ref='-26074' />
+    <nd ref='-26020' />
+    <nd ref='-26018' />
+    <nd ref='-26016' />
+    <nd ref='-26014' />
+    <nd ref='-26012' />
+    <nd ref='-26010' />
+    <nd ref='-26008' />
+    <nd ref='-26006' />
+    <nd ref='-26004' />
+    <nd ref='-26002' />
+    <nd ref='-26000' />
+    <nd ref='-25998' />
+    <nd ref='-25996' />
+    <nd ref='-25994' />
+    <nd ref='-25992' />
+    <nd ref='-25990' />
+    <nd ref='-25988' />
+    <nd ref='-25986' />
+    <nd ref='-25984' />
+    <nd ref='-25982' />
+    <nd ref='-25980' />
+    <nd ref='-25978' />
+    <nd ref='-25976' />
+    <nd ref='-25974' />
+    <nd ref='-25972' />
+    <nd ref='-25970' />
+    <nd ref='-25968' />
+    <nd ref='-25966' />
+    <nd ref='-25964' />
+    <nd ref='-25962' />
+    <nd ref='-25960' />
+    <nd ref='-25958' />
+    <nd ref='-25956' />
+    <nd ref='-25954' />
+    <nd ref='-25952' />
+    <nd ref='-25950' />
+    <nd ref='-25948' />
+    <nd ref='-25946' />
+    <nd ref='-25944' />
+    <nd ref='-25942' />
+    <nd ref='-25940' />
+    <nd ref='-25938' />
+    <nd ref='-25936' />
+    <nd ref='-25934' />
+    <nd ref='-25932' />
+    <nd ref='-25930' />
+    <nd ref='-25928' />
+    <nd ref='-25926' />
+    <nd ref='-25924' />
+    <nd ref='-25922' />
+    <nd ref='-25622' />
+    <nd ref='-24890' />
+    <nd ref='-24892' />
+    <nd ref='-24894' />
+    <nd ref='-24896' />
+    <nd ref='-24898' />
+    <nd ref='-24900' />
+    <nd ref='-24902' />
+    <nd ref='-24904' />
+    <nd ref='-24906' />
+    <nd ref='-24908' />
+    <nd ref='-24910' />
+    <nd ref='-24912' />
+    <nd ref='-24914' />
+    <nd ref='-24916' />
+    <nd ref='-24918' />
+    <nd ref='-24920' />
+    <nd ref='-24922' />
+    <nd ref='-24924' />
+    <nd ref='-24926' />
+    <nd ref='-24928' />
+    <nd ref='-24930' />
+    <nd ref='-24932' />
+    <nd ref='-24934' />
+    <nd ref='-24936' />
+    <nd ref='-24938' />
+    <nd ref='-24940' />
+    <nd ref='-24942' />
+    <nd ref='-24944' />
+    <nd ref='-24946' />
+    <nd ref='-24948' />
+    <nd ref='-24950' />
+    <nd ref='-24952' />
+    <nd ref='-24970' />
+    <nd ref='-24968' />
+    <nd ref='-24966' />
+    <nd ref='-24964' />
+    <nd ref='-24962' />
+    <nd ref='-24960' />
+    <nd ref='-24958' />
+    <nd ref='-24956' />
+    <nd ref='-24954' />
+    <nd ref='-24888' />
+    <nd ref='-26102' />
+    <nd ref='-26104' />
+    <nd ref='-26106' />
+    <nd ref='-26108' />
+    <nd ref='-26110' />
+    <nd ref='-26112' />
+    <nd ref='-26114' />
+    <nd ref='-26116' />
+    <nd ref='-26118' />
+    <nd ref='-26120' />
+    <nd ref='-26122' />
+    <nd ref='-26124' />
+    <nd ref='-26126' />
+    <nd ref='-26128' />
+    <nd ref='-26130' />
+    <nd ref='-26132' />
+    <nd ref='-26134' />
+    <nd ref='-26136' />
+    <nd ref='-26138' />
+    <nd ref='-26140' />
+    <nd ref='-26142' />
+    <nd ref='-26144' />
+    <nd ref='-26146' />
+    <nd ref='-26148' />
+    <nd ref='-26150' />
+    <nd ref='-26152' />
+    <nd ref='-26154' />
+    <nd ref='-26156' />
+    <nd ref='-26158' />
+    <nd ref='-26160' />
+    <nd ref='-26162' />
+    <nd ref='-26164' />
+    <nd ref='-26166' />
+    <nd ref='-26168' />
+    <nd ref='-26170' />
+    <nd ref='-26172' />
+    <nd ref='-26174' />
+    <nd ref='-26176' />
+    <nd ref='-26178' />
+    <nd ref='-26180' />
+    <nd ref='-26182' />
+    <nd ref='-26184' />
+    <nd ref='-26186' />
+    <nd ref='-26188' />
+    <nd ref='-26190' />
+    <nd ref='-26192' />
+    <nd ref='-26194' />
+    <nd ref='-26196' />
+    <nd ref='-26198' />
+    <nd ref='-26200' />
+    <nd ref='-26202' />
+    <nd ref='-26204' />
+    <nd ref='-26206' />
+    <nd ref='-26208' />
+    <nd ref='-26210' />
+    <nd ref='-26212' />
+    <nd ref='-26214' />
+    <nd ref='-26216' />
+    <nd ref='-26218' />
+    <nd ref='-26220' />
+    <nd ref='-26222' />
+    <nd ref='-26224' />
+    <nd ref='-26226' />
+    <nd ref='-26228' />
+    <nd ref='-26230' />
+    <nd ref='-26232' />
+    <nd ref='-26234' />
+    <nd ref='-26236' />
+    <nd ref='-26238' />
+    <nd ref='-26240' />
+    <nd ref='-26242' />
+    <nd ref='-26244' />
+    <nd ref='-26246' />
+    <nd ref='-26248' />
+    <nd ref='-26250' />
+    <nd ref='-26252' />
+    <nd ref='-26254' />
+    <nd ref='-24654' />
+    <tag k='ISO3166-2' v='US-WV' />
+    <tag k='name:en' v='West Virginia' />
+  </way>
+  <way id='-29582'>
+    <nd ref='-22622' />
+    <nd ref='-22800' />
+    <nd ref='-23026' />
+    <nd ref='-23028' />
+    <nd ref='-22876' />
+    <nd ref='-11704' />
+    <nd ref='-22878' />
+    <nd ref='-22880' />
+    <nd ref='-22862' />
+    <nd ref='-22798' />
+    <nd ref='-11994' />
+    <nd ref='-12314' />
+    <nd ref='-11692' />
+    <nd ref='-11996' />
+    <nd ref='-10826' />
+    <nd ref='-10824' />
+    <nd ref='-10822' />
+    <nd ref='-10820' />
+    <nd ref='-10818' />
+    <nd ref='-11694' />
+    <nd ref='-11696' />
+    <nd ref='-11698' />
+    <nd ref='-10816' />
+    <nd ref='-11700' />
+    <nd ref='-11686' />
+    <nd ref='-11688' />
+    <nd ref='-11702' />
+    <nd ref='-22622' />
+  </way>
+  <way id='-29584'>
+    <nd ref='-6904' />
+    <nd ref='-8482' />
+    <nd ref='-8484' />
+    <nd ref='-8508' />
+    <nd ref='-8510' />
+    <nd ref='-12240' />
+    <nd ref='-12238' />
+    <nd ref='-12236' />
+    <nd ref='-12234' />
+    <nd ref='-10758' />
+    <nd ref='-10756' />
+    <nd ref='-4510' />
+    <nd ref='-4508' />
+    <nd ref='-4506' />
+    <nd ref='-4504' />
+    <nd ref='-4502' />
+    <nd ref='-4500' />
+    <nd ref='-4512' />
+    <nd ref='-4514' />
+    <nd ref='-4516' />
+    <nd ref='-4518' />
+    <nd ref='-4520' />
+    <nd ref='-4526' />
+    <nd ref='-4522' />
+    <nd ref='-4524' />
+    <nd ref='-10754' />
+    <nd ref='-4528' />
+    <nd ref='-4530' />
+    <nd ref='-4532' />
+    <nd ref='-4540' />
+    <nd ref='-4538' />
+    <nd ref='-4536' />
+    <nd ref='-4534' />
+    <nd ref='-10752' />
+    <nd ref='-10750' />
+    <nd ref='-10748' />
+    <nd ref='-10746' />
+    <nd ref='-10744' />
+    <nd ref='-4542' />
+    <nd ref='-4550' />
+    <nd ref='-4544' />
+    <nd ref='-4546' />
+    <nd ref='-4548' />
+    <nd ref='-4558' />
+    <nd ref='-4554' />
+    <nd ref='-4552' />
+    <nd ref='-4556' />
+    <nd ref='-4564' />
+    <nd ref='-4562' />
+    <nd ref='-4560' />
+    <nd ref='-10742' />
+    <nd ref='-4566' />
+    <nd ref='-4568' />
+    <nd ref='-4570' />
+    <nd ref='-4572' />
+    <nd ref='-4574' />
+    <nd ref='-4586' />
+    <nd ref='-4584' />
+    <nd ref='-4582' />
+    <nd ref='-4580' />
+    <nd ref='-4578' />
+    <nd ref='-4576' />
+    <nd ref='-10740' />
+    <nd ref='-8894' />
+    <nd ref='-8896' />
+    <nd ref='-8898' />
+    <nd ref='-8900' />
+    <nd ref='-8902' />
+    <nd ref='-4642' />
+    <nd ref='-8904' />
+    <nd ref='-4708' />
+    <nd ref='-4646' />
+    <nd ref='-4644' />
+    <nd ref='-4710' />
+    <nd ref='-4712' />
+    <nd ref='-4714' />
+    <nd ref='-4716' />
+    <nd ref='-4718' />
+    <nd ref='-4720' />
+    <nd ref='-4722' />
+    <nd ref='-4724' />
+    <nd ref='-4726' />
+    <nd ref='-4728' />
+    <nd ref='-4730' />
+    <nd ref='-4732' />
+    <nd ref='-4740' />
+    <nd ref='-4742' />
+    <nd ref='-4744' />
+    <nd ref='-4746' />
+    <nd ref='-4748' />
+    <nd ref='-4750' />
+    <nd ref='-4754' />
+    <nd ref='-4752' />
+    <nd ref='-4756' />
+    <nd ref='-4758' />
+    <nd ref='-4760' />
+    <nd ref='-4762' />
+    <nd ref='-8882' />
+    <nd ref='-4764' />
+    <nd ref='-4766' />
+    <nd ref='-4768' />
+    <nd ref='-10738' />
+    <nd ref='-4738' />
+    <nd ref='-4736' />
+    <nd ref='-4734' />
+    <nd ref='-8884' />
+    <nd ref='-8886' />
+    <nd ref='-4706' />
+    <nd ref='-8888' />
+    <nd ref='-4704' />
+    <nd ref='-4702' />
+    <nd ref='-4698' />
+    <nd ref='-4700' />
+    <nd ref='-4696' />
+    <nd ref='-4694' />
+    <nd ref='-4692' />
+    <nd ref='-4690' />
+    <nd ref='-4688' />
+    <nd ref='-4686' />
+    <nd ref='-4684' />
+    <nd ref='-4682' />
+    <nd ref='-4680' />
+    <nd ref='-4678' />
+    <nd ref='-4676' />
+    <nd ref='-4674' />
+    <nd ref='-4672' />
+    <nd ref='-4670' />
+    <nd ref='-4668' />
+    <nd ref='-4664' />
+    <nd ref='-4666' />
+    <nd ref='-4662' />
+    <nd ref='-4660' />
+    <nd ref='-4658' />
+    <nd ref='-4656' />
+    <nd ref='-4654' />
+    <nd ref='-4648' />
+    <nd ref='-4650' />
+    <nd ref='-79378' />
+    <nd ref='-4652' />
+    <nd ref='-10988' />
+    <nd ref='-12226' />
+    <nd ref='-12228' />
+    <nd ref='-12230' />
+    <nd ref='-12232' />
+    <nd ref='-8842' />
+    <nd ref='-8844' />
+    <nd ref='-79443' />
+    <nd ref='-4420' />
+    <nd ref='-79477' />
+    <nd ref='-79509' />
+    <nd ref='-4422' />
+    <nd ref='-4418' />
+    <nd ref='-4424' />
+    <nd ref='-4414' />
+    <nd ref='-4416' />
+    <nd ref='-8846' />
+    <nd ref='-8848' />
+    <nd ref='-8850' />
+    <nd ref='-4410' />
+    <nd ref='-4408' />
+    <nd ref='-4412' />
+    <nd ref='-8852' />
+    <nd ref='-4396' />
+    <nd ref='-4394' />
+    <nd ref='-4398' />
+    <nd ref='-4400' />
+    <nd ref='-4402' />
+    <nd ref='-4404' />
+    <nd ref='-4406' />
+    <nd ref='-8854' />
+    <nd ref='-4334' />
+    <nd ref='-4336' />
+    <nd ref='-4338' />
+    <nd ref='-4350' />
+    <nd ref='-4348' />
+    <nd ref='-4344' />
+    <nd ref='-4346' />
+    <nd ref='-4340' />
+    <nd ref='-4342' />
+    <nd ref='-4354' />
+    <nd ref='-4352' />
+    <nd ref='-7158' />
+    <nd ref='-4314' />
+    <nd ref='-4316' />
+    <nd ref='-4320' />
+    <nd ref='-4318' />
+    <nd ref='-4322' />
+    <nd ref='-4324' />
+    <nd ref='-4326' />
+    <nd ref='-79546' />
+    <nd ref='-4328' />
+    <nd ref='-4330' />
+    <nd ref='-4332' />
+    <nd ref='-7196' />
+    <nd ref='-15800' />
+    <nd ref='-15802' />
+    <nd ref='-15804' />
+    <nd ref='-15806' />
+    <nd ref='-15808' />
+    <nd ref='-15810' />
+    <nd ref='-15812' />
+    <nd ref='-15814' />
+    <nd ref='-15816' />
+    <nd ref='-15818' />
+    <nd ref='-15820' />
+    <nd ref='-15824' />
+    <nd ref='-15826' />
+    <nd ref='-15822' />
+    <nd ref='-15798' />
+    <nd ref='-15796' />
+    <nd ref='-15794' />
+    <nd ref='-79779' />
+    <nd ref='-15792' />
+    <nd ref='-15790' />
+    <nd ref='-15788' />
+    <nd ref='-15786' />
+    <nd ref='-15784' />
+    <nd ref='-15782' />
+    <nd ref='-15736' />
+    <nd ref='-15780' />
+    <nd ref='-15776' />
+    <nd ref='-15778' />
+    <nd ref='-79762' />
+    <nd ref='-15774' />
+    <nd ref='-15772' />
+    <nd ref='-15770' />
+    <nd ref='-15768' />
+    <nd ref='-15766' />
+    <nd ref='-15764' />
+    <nd ref='-15762' />
+    <nd ref='-15760' />
+    <nd ref='-15758' />
+    <nd ref='-15756' />
+    <nd ref='-15754' />
+    <nd ref='-15752' />
+    <nd ref='-15748' />
+    <nd ref='-15750' />
+    <nd ref='-15746' />
+    <nd ref='-15744' />
+    <nd ref='-15742' />
+    <nd ref='-15740' />
+    <nd ref='-15738' />
+    <nd ref='-15708' />
+    <nd ref='-15734' />
+    <nd ref='-79720' />
+    <nd ref='-15732' />
+    <nd ref='-15730' />
+    <nd ref='-15728' />
+    <nd ref='-15712' />
+    <nd ref='-15716' />
+    <nd ref='-15714' />
+    <nd ref='-15718' />
+    <nd ref='-15720' />
+    <nd ref='-15726' />
+    <nd ref='-15722' />
+    <nd ref='-15724' />
+    <nd ref='-15710' />
+    <nd ref='-10000' />
+    <nd ref='-20386' />
+    <nd ref='-7194' />
+    <nd ref='-81308' />
+    <nd ref='-20392' />
+    <nd ref='-20390' />
+    <nd ref='-82573' />
+    <nd ref='-20394' />
+    <nd ref='-20388' />
+    <nd ref='-7192' />
+    <nd ref='-7190' />
+    <nd ref='-20400' />
+    <nd ref='-20398' />
+    <nd ref='-81322' />
+    <nd ref='-20396' />
+    <nd ref='-7188' />
+    <nd ref='-20402' />
+    <nd ref='-20404' />
+    <nd ref='-7186' />
+    <nd ref='-82559' />
+    <nd ref='-20406' />
+    <nd ref='-20414' />
+    <nd ref='-20412' />
+    <nd ref='-20408' />
+    <nd ref='-82176' />
+    <nd ref='-20410' />
+    <nd ref='-11488' />
+    <nd ref='-11486' />
+    <nd ref='-20428' />
+    <nd ref='-81341' />
+    <nd ref='-11484' />
+    <nd ref='-20434' />
+    <nd ref='-20438' />
+    <nd ref='-20436' />
+    <nd ref='-20442' />
+    <nd ref='-20440' />
+    <nd ref='-20430' />
+    <nd ref='-20432' />
+    <nd ref='-11482' />
+    <nd ref='-20448' />
+    <nd ref='-81374' />
+    <nd ref='-20444' />
+    <nd ref='-20446' />
+    <nd ref='-11480' />
+    <nd ref='-20452' />
+    <nd ref='-20450' />
+    <nd ref='-10834' />
+    <nd ref='-81392' />
+    <nd ref='-81403' />
+    <nd ref='-81419' />
+    <nd ref='-10836' />
+    <nd ref='-20454' />
+    <nd ref='-20456' />
+    <nd ref='-10838' />
+    <nd ref='-20310' />
+    <nd ref='-11478' />
+    <nd ref='-11476' />
+    <nd ref='-20306' />
+    <nd ref='-20308' />
+    <nd ref='-11182' />
+    <nd ref='-20302' />
+    <nd ref='-20304' />
+    <nd ref='-20300' />
+    <nd ref='-9236' />
+    <nd ref='-20158' />
+    <nd ref='-20160' />
+    <nd ref='-20164' />
+    <nd ref='-20166' />
+    <nd ref='-20162' />
+    <nd ref='-20174' />
+    <nd ref='-20176' />
+    <nd ref='-20168' />
+    <nd ref='-20172' />
+    <nd ref='-20170' />
+    <nd ref='-9238' />
+    <nd ref='-20144' />
+    <nd ref='-20148' />
+    <nd ref='-20146' />
+    <nd ref='-20142' />
+    <nd ref='-20156' />
+    <nd ref='-20150' />
+    <nd ref='-20154' />
+    <nd ref='-20152' />
+    <nd ref='-10920' />
+    <nd ref='-20124' />
+    <nd ref='-82079' />
+    <nd ref='-82089' />
+    <nd ref='-20128' />
+    <nd ref='-20130' />
+    <nd ref='-20132' />
+    <nd ref='-20126' />
+    <nd ref='-82062' />
+    <nd ref='-82045' />
+    <nd ref='-20134' />
+    <nd ref='-82012' />
+    <nd ref='-81994' />
+    <nd ref='-81965' />
+    <nd ref='-81946' />
+    <nd ref='-81921' />
+    <nd ref='-20136' />
+    <nd ref='-20140' />
+    <nd ref='-20138' />
+    <nd ref='-10922' />
+    <nd ref='-20122' />
+    <nd ref='-20120' />
+    <nd ref='-20116' />
+    <nd ref='-20118' />
+    <nd ref='-20114' />
+    <nd ref='-20112' />
+    <nd ref='-10924' />
+    <nd ref='-20106' />
+    <nd ref='-20104' />
+    <nd ref='-20108' />
+    <nd ref='-20110' />
+    <nd ref='-10208' />
+    <nd ref='-19686' />
+    <nd ref='-81881' />
+    <nd ref='-81824' />
+    <nd ref='-81868' />
+    <nd ref='-81851' />
+    <nd ref='-81837' />
+    <nd ref='-81811' />
+    <nd ref='-10894' />
+    <nd ref='-19690' />
+    <nd ref='-10896' />
+    <nd ref='-19688' />
+    <nd ref='-81786' />
+    <nd ref='-81768' />
+    <nd ref='-10206' />
+    <nd ref='-19696' />
+    <nd ref='-19694' />
+    <nd ref='-81753' />
+    <nd ref='-19698' />
+    <nd ref='-19692' />
+    <nd ref='-10898' />
+    <nd ref='-19702' />
+    <nd ref='-19700' />
+    <nd ref='-10900' />
+    <nd ref='-19712' />
+    <nd ref='-19710' />
+    <nd ref='-19708' />
+    <nd ref='-19706' />
+    <nd ref='-19704' />
+    <nd ref='-10204' />
+    <nd ref='-81730' />
+    <nd ref='-19714' />
+    <nd ref='-10902' />
+    <nd ref='-81711' />
+    <nd ref='-10904' />
+    <nd ref='-11474' />
+    <nd ref='-20080' />
+    <nd ref='-20082' />
+    <nd ref='-20084' />
+    <nd ref='-20086' />
+    <nd ref='-20090' />
+    <nd ref='-20088' />
+    <nd ref='-20092' />
+    <nd ref='-20094' />
+    <nd ref='-20096' />
+    <nd ref='-20098' />
+    <nd ref='-20102' />
+    <nd ref='-20100' />
+    <nd ref='-12004' />
+    <nd ref='-11472' />
+    <nd ref='-10906' />
+    <nd ref='-11428' />
+    <nd ref='-7098' />
+    <nd ref='-1170' />
+    <nd ref='-1164' />
+    <nd ref='-1166' />
+    <nd ref='-1168' />
+    <nd ref='-1172' />
+    <nd ref='-28254' />
+    <nd ref='-28256' />
+    <nd ref='-1162' />
+    <nd ref='-1156' />
+    <nd ref='-1160' />
+    <nd ref='-1158' />
+    <nd ref='-1174' />
+    <nd ref='-1178' />
+    <nd ref='-1176' />
+    <nd ref='-1184' />
+    <nd ref='-1182' />
+    <nd ref='-1180' />
+    <nd ref='-1186' />
+    <nd ref='-1188' />
+    <nd ref='-28252' />
+    <nd ref='-16444' />
+    <nd ref='-9158' />
+    <nd ref='-16326' />
+    <nd ref='-16328' />
+    <nd ref='-16324' />
+    <nd ref='-28248' />
+    <nd ref='-28250' />
+    <nd ref='-16322' />
+    <nd ref='-16320' />
+    <nd ref='-16316' />
+    <nd ref='-16318' />
+    <nd ref='-16310' />
+    <nd ref='-16314' />
+    <nd ref='-16330' />
+    <nd ref='-16332' />
+    <nd ref='-16312' />
+    <nd ref='-16308' />
+    <nd ref='-16338' />
+    <nd ref='-16336' />
+    <nd ref='-16334' />
+    <nd ref='-16306' />
+    <nd ref='-16304' />
+    <nd ref='-28246' />
+    <nd ref='-16302' />
+    <nd ref='-16300' />
+    <nd ref='-28244' />
+    <nd ref='-28242' />
+    <nd ref='-11430' />
+    <nd ref='-5922' />
+    <nd ref='-5924' />
+    <nd ref='-5926' />
+    <nd ref='-5928' />
+    <nd ref='-5930' />
+    <nd ref='-5932' />
+    <nd ref='-5934' />
+    <nd ref='-5936' />
+    <nd ref='-5938' />
+    <nd ref='-5940' />
+    <nd ref='-5942' />
+    <nd ref='-5944' />
+    <nd ref='-5946' />
+    <nd ref='-5948' />
+    <nd ref='-5950' />
+    <nd ref='-5952' />
+    <nd ref='-5954' />
+    <nd ref='-5956' />
+    <nd ref='-5958' />
+    <nd ref='-5960' />
+    <nd ref='-11440' />
+    <nd ref='-5962' />
+    <nd ref='-5964' />
+    <nd ref='-5966' />
+    <nd ref='-11438' />
+    <nd ref='-11436' />
+    <nd ref='-11434' />
+    <nd ref='-11432' />
+    <nd ref='-12002' />
+    <nd ref='-5968' />
+    <nd ref='-26258' />
+    <nd ref='-5972' />
+    <nd ref='-6356' />
+    <nd ref='-6354' />
+    <nd ref='-6352' />
+    <nd ref='-9160' />
+    <nd ref='-6350' />
+    <nd ref='-16160' />
+    <nd ref='-16162' />
+    <nd ref='-28258' />
+    <nd ref='-16158' />
+    <nd ref='-16164' />
+    <nd ref='-28260' />
+    <nd ref='-16156' />
+    <nd ref='-16154' />
+    <nd ref='-16152' />
+    <nd ref='-16150' />
+    <nd ref='-28262' />
+    <nd ref='-16148' />
+    <nd ref='-16144' />
+    <nd ref='-16146' />
+    <nd ref='-16166' />
+    <nd ref='-16178' />
+    <nd ref='-16176' />
+    <nd ref='-16174' />
+    <nd ref='-28264' />
+    <nd ref='-28266' />
+    <nd ref='-16168' />
+    <nd ref='-16172' />
+    <nd ref='-16180' />
+    <nd ref='-16182' />
+    <nd ref='-16170' />
+    <nd ref='-16184' />
+    <nd ref='-16186' />
+    <nd ref='-16188' />
+    <nd ref='-16190' />
+    <nd ref='-28268' />
+    <nd ref='-16192' />
+    <nd ref='-16194' />
+    <nd ref='-6348' />
+    <nd ref='-16024' />
+    <nd ref='-16026' />
+    <nd ref='-16030' />
+    <nd ref='-16032' />
+    <nd ref='-16028' />
+    <nd ref='-16042' />
+    <nd ref='-16044' />
+    <nd ref='-16046' />
+    <nd ref='-16048' />
+    <nd ref='-16040' />
+    <nd ref='-16038' />
+    <nd ref='-16036' />
+    <nd ref='-16034' />
+    <nd ref='-16050' />
+    <nd ref='-16054' />
+    <nd ref='-16056' />
+    <nd ref='-16052' />
+    <nd ref='-16060' />
+    <nd ref='-16062' />
+    <nd ref='-16058' />
+    <nd ref='-16064' />
+    <nd ref='-16066' />
+    <nd ref='-16068' />
+    <nd ref='-16070' />
+    <nd ref='-9162' />
+    <nd ref='-16022' />
+    <nd ref='-16020' />
+    <nd ref='-16018' />
+    <nd ref='-16016' />
+    <nd ref='-16014' />
+    <nd ref='-16012' />
+    <nd ref='-16000' />
+    <nd ref='-16010' />
+    <nd ref='-16008' />
+    <nd ref='-16006' />
+    <nd ref='-16002' />
+    <nd ref='-16004' />
+    <nd ref='-7100' />
+    <nd ref='-19056' />
+    <nd ref='-19062' />
+    <nd ref='-19060' />
+    <nd ref='-19058' />
+    <nd ref='-11164' />
+    <nd ref='-19064' />
+    <nd ref='-19066' />
+    <nd ref='-7102' />
+    <nd ref='-19070' />
+    <nd ref='-19068' />
+    <nd ref='-19072' />
+    <nd ref='-19074' />
+    <nd ref='-11162' />
+    <nd ref='-19078' />
+    <nd ref='-19076' />
+    <nd ref='-11160' />
+    <nd ref='-7104' />
+    <nd ref='-19080' />
+    <nd ref='-7106' />
+    <nd ref='-7108' />
+    <nd ref='-7110' />
+    <nd ref='-19082' />
+    <nd ref='-11158' />
+    <nd ref='-19128' />
+    <nd ref='-19126' />
+    <nd ref='-11156' />
+    <nd ref='-19140' />
+    <nd ref='-19142' />
+    <nd ref='-19138' />
+    <nd ref='-19136' />
+    <nd ref='-19134' />
+    <nd ref='-19144' />
+    <nd ref='-19132' />
+    <nd ref='-19130' />
+    <nd ref='-10908' />
+    <nd ref='-19150' />
+    <nd ref='-19152' />
+    <nd ref='-19148' />
+    <nd ref='-19146' />
+    <nd ref='-11154' />
+    <nd ref='-19160' />
+    <nd ref='-19166' />
+    <nd ref='-19164' />
+    <nd ref='-19162' />
+    <nd ref='-19158' />
+    <nd ref='-19156' />
+    <nd ref='-19154' />
+    <nd ref='-28338' />
+    <nd ref='-28336' />
+    <nd ref='-10910' />
+    <nd ref='-19168' />
+    <nd ref='-11152' />
+    <nd ref='-19172' />
+    <nd ref='-19174' />
+    <nd ref='-19170' />
+    <nd ref='-11150' />
+    <nd ref='-28340' />
+    <nd ref='-28342' />
+    <nd ref='-19176' />
+    <nd ref='-28344' />
+    <nd ref='-28346' />
+    <nd ref='-10912' />
+    <nd ref='-19180' />
+    <nd ref='-19178' />
+    <nd ref='-28348' />
+    <nd ref='-10914' />
+    <nd ref='-19182' />
+    <nd ref='-19186' />
+    <nd ref='-19184' />
+    <nd ref='-10916' />
+    <nd ref='-28350' />
+    <nd ref='-10918' />
+    <nd ref='-9246' />
+    <nd ref='-19196' />
+    <nd ref='-19194' />
+    <nd ref='-19192' />
+    <nd ref='-19190' />
+    <nd ref='-19188' />
+    <nd ref='-11148' />
+    <nd ref='-28352' />
+    <nd ref='-28354' />
+    <nd ref='-19198' />
+    <nd ref='-19200' />
+    <nd ref='-9248' />
+    <nd ref='-28356' />
+    <nd ref='-28358' />
+    <nd ref='-19202' />
+    <nd ref='-9216' />
+    <nd ref='-28360' />
+    <nd ref='-18982' />
+    <nd ref='-18980' />
+    <nd ref='-9218' />
+    <nd ref='-18974' />
+    <nd ref='-18976' />
+    <nd ref='-18978' />
+    <nd ref='-18972' />
+    <nd ref='-18970' />
+    <nd ref='-9220' />
+    <nd ref='-18966' />
+    <nd ref='-18964' />
+    <nd ref='-18968' />
+    <nd ref='-18962' />
+    <nd ref='-18960' />
+    <nd ref='-18958' />
+    <nd ref='-9222' />
+    <nd ref='-18956' />
+    <nd ref='-18954' />
+    <nd ref='-18952' />
+    <nd ref='-18950' />
+    <nd ref='-18948' />
+    <nd ref='-7130' />
+    <nd ref='-7128' />
+    <nd ref='-7126' />
+    <nd ref='-28466' />
+    <nd ref='-28468' />
+    <nd ref='-18944' />
+    <nd ref='-18942' />
+    <nd ref='-18934' />
+    <nd ref='-18936' />
+    <nd ref='-18938' />
+    <nd ref='-18940' />
+    <nd ref='-7124' />
+    <nd ref='-28464' />
+    <nd ref='-28462' />
+    <nd ref='-18932' />
+    <nd ref='-28460' />
+    <nd ref='-28458' />
+    <nd ref='-28456' />
+    <nd ref='-28454' />
+    <nd ref='-7122' />
+    <nd ref='-18924' />
+    <nd ref='-18930' />
+    <nd ref='-28452' />
+    <nd ref='-28450' />
+    <nd ref='-28448' />
+    <nd ref='-28446' />
+    <nd ref='-28444' />
+    <nd ref='-28442' />
+    <nd ref='-28440' />
+    <nd ref='-18928' />
+    <nd ref='-28438' />
+    <nd ref='-18926' />
+    <nd ref='-18922' />
+    <nd ref='-28436' />
+    <nd ref='-28434' />
+    <nd ref='-18920' />
+    <nd ref='-18912' />
+    <nd ref='-28432' />
+    <nd ref='-28430' />
+    <nd ref='-28428' />
+    <nd ref='-28426' />
+    <nd ref='-28424' />
+    <nd ref='-28420' />
+    <nd ref='-28422' />
+    <nd ref='-18914' />
+    <nd ref='-18918' />
+    <nd ref='-18916' />
+    <nd ref='-18910' />
+    <nd ref='-28418' />
+    <nd ref='-28414' />
+    <nd ref='-28412' />
+    <nd ref='-28416' />
+    <nd ref='-18908' />
+    <nd ref='-18906' />
+    <nd ref='-7156' />
+    <nd ref='-18904' />
+    <nd ref='-18902' />
+    <nd ref='-18900' />
+    <nd ref='-18898' />
+    <nd ref='-18892' />
+    <nd ref='-18896' />
+    <nd ref='-18894' />
+    <nd ref='-18890' />
+    <nd ref='-7154' />
+    <nd ref='-7152' />
+    <nd ref='-18882' />
+    <nd ref='-18884' />
+    <nd ref='-18888' />
+    <nd ref='-18886' />
+    <nd ref='-18872' />
+    <nd ref='-18874' />
+    <nd ref='-18880' />
+    <nd ref='-18878' />
+    <nd ref='-18876' />
+    <nd ref='-7150' />
+    <nd ref='-18870' />
+    <nd ref='-18868' />
+    <nd ref='-7148' />
+    <nd ref='-18860' />
+    <nd ref='-18864' />
+    <nd ref='-18866' />
+    <nd ref='-18862' />
+    <nd ref='-7146' />
+    <nd ref='-18858' />
+    <nd ref='-18850' />
+    <nd ref='-18854' />
+    <nd ref='-18856' />
+    <nd ref='-18852' />
+    <nd ref='-18848' />
+    <nd ref='-7144' />
+    <nd ref='-7142' />
+    <nd ref='-7140' />
+    <nd ref='-9224' />
+    <nd ref='-9226' />
+    <nd ref='-18840' />
+    <nd ref='-18844' />
+    <nd ref='-18842' />
+    <nd ref='-18846' />
+    <nd ref='-18838' />
+    <nd ref='-18836' />
+    <nd ref='-7138' />
+    <nd ref='-28304' />
+    <nd ref='-5866' />
+    <nd ref='-28302' />
+    <nd ref='-5864' />
+    <nd ref='-10398' />
+    <nd ref='-5914' />
+    <nd ref='-26256' />
+    <nd ref='-5970' />
+    <nd ref='-5916' />
+    <nd ref='-5862' />
+    <nd ref='-5860' />
+    <nd ref='-5920' />
+    <nd ref='-5858' />
+    <nd ref='-11400' />
+    <nd ref='-5856' />
+    <nd ref='-5908' />
+    <nd ref='-6188' />
+    <nd ref='-6190' />
+    <nd ref='-5854' />
+    <nd ref='-10120' />
+    <nd ref='-5846' />
+    <nd ref='-22766' />
+    <nd ref='-8820' />
+    <nd ref='-6186' />
+    <nd ref='-8822' />
+    <nd ref='-22764' />
+    <nd ref='-22762' />
+    <nd ref='-5842' />
+    <nd ref='-6204' />
+    <nd ref='-6206' />
+    <nd ref='-11892' />
+    <nd ref='-11890' />
+    <nd ref='-11894' />
+    <nd ref='-8838' />
+    <nd ref='-8840' />
+    <nd ref='-8664' />
+    <nd ref='-11856' />
+    <nd ref='-9060' />
+    <nd ref='-11858' />
+    <nd ref='-8990' />
+    <nd ref='-11860' />
+    <nd ref='-11862' />
+    <nd ref='-11864' />
+    <nd ref='-8992' />
+    <nd ref='-8994' />
+    <nd ref='-6902' />
+    <nd ref='-6904' />
+  </way>
+  <way id='-29586'>
+    <nd ref='-12064' />
+    <nd ref='-26268' />
+    <nd ref='-26270' />
+    <nd ref='-26272' />
+    <nd ref='-26274' />
+    <nd ref='-11464' />
+    <nd ref='-12058' />
+    <nd ref='-12056' />
+    <nd ref='-12054' />
+    <nd ref='-12052' />
+    <nd ref='-12050' />
+    <nd ref='-12048' />
+    <nd ref='-12046' />
+    <nd ref='-12044' />
+    <nd ref='-12042' />
+    <nd ref='-12040' />
+    <nd ref='-12038' />
+    <nd ref='-12036' />
+    <nd ref='-12034' />
+    <nd ref='-12032' />
+    <nd ref='-12030' />
+    <nd ref='-12028' />
+    <nd ref='-12026' />
+    <nd ref='-12024' />
+    <nd ref='-12022' />
+    <nd ref='-12020' />
+    <nd ref='-12018' />
+    <nd ref='-12016' />
+    <nd ref='-12014' />
+    <nd ref='-12012' />
+    <nd ref='-12010' />
+    <nd ref='-11466' />
+    <nd ref='-11468' />
+    <nd ref='-11470' />
+    <nd ref='-12062' />
+    <nd ref='-26308' />
+    <nd ref='-26306' />
+    <nd ref='-26304' />
+    <nd ref='-26302' />
+    <nd ref='-26300' />
+    <nd ref='-26298' />
+    <nd ref='-26296' />
+    <nd ref='-26294' />
+    <nd ref='-26292' />
+    <nd ref='-26290' />
+    <nd ref='-26288' />
+    <nd ref='-26286' />
+    <nd ref='-26284' />
+    <nd ref='-26282' />
+    <nd ref='-26280' />
+    <nd ref='-26278' />
+    <nd ref='-26276' />
+    <nd ref='-12064' />
+    <tag k='ISO3166-2' v='UA-43' />
+    <tag k='name:en' v='Crimea' />
+    <tag k='note' v='Claimed by Ukraine' />
+  </way>
+  <way id='-29588'>
+    <nd ref='-12064' />
+    <nd ref='-26276' />
+    <nd ref='-26278' />
+    <nd ref='-26280' />
+    <nd ref='-26282' />
+    <nd ref='-26284' />
+    <nd ref='-26286' />
+    <nd ref='-26288' />
+    <nd ref='-26290' />
+    <nd ref='-26292' />
+    <nd ref='-26294' />
+    <nd ref='-26296' />
+    <nd ref='-26298' />
+    <nd ref='-26300' />
+    <nd ref='-26302' />
+    <nd ref='-26304' />
+    <nd ref='-26306' />
+    <nd ref='-26308' />
+    <nd ref='-12064' />
+    <tag k='ISO3166-2' v='UA-40' />
+    <tag k='name:en' v='Sevastopol' />
+    <tag k='note' v='Claimed by Ukraine' />
+  </way>
+  <way id='-29590'>
+    <nd ref='-5804' />
+    <nd ref='-5808' />
+    <nd ref='-22474' />
+    <nd ref='-22476' />
+    <nd ref='-5804' />
+    <tag k='ISO3166-2' v='NL-BQ1' />
+    <tag k='name:en' v='Bonaire' />
+  </way>
+  <way id='-29592'>
+    <nd ref='-5778' />
+    <nd ref='-8926' />
+    <nd ref='-26310' />
+    <nd ref='-26312' />
+    <nd ref='-5778' />
+    <tag k='ISO3166-2' v='NL-BQ2' />
+    <tag k='name:en' v='Saba' />
+  </way>
+  <way id='-29594'>
+    <nd ref='-26314' />
+    <nd ref='-11682' />
+    <nd ref='-22744' />
+    <nd ref='-22742' />
+    <nd ref='-26314' />
+    <tag k='ISO3166-2' v='NO-21' />
+    <tag k='name:en' v='Svalbard' />
+  </way>
+  <way id='-29596'>
+    <nd ref='-26316' />
+    <nd ref='-26318' />
+    <nd ref='-11770' />
+    <nd ref='-26316' />
+    <tag k='ISO3166-2' v='NO-22' />
+    <tag k='name:en' v='Jan Mayen' />
+  </way>
+  <way id='-29598'>
+    <nd ref='-11144' />
+    <nd ref='-11146' />
+    <nd ref='-11560' />
+    <nd ref='-5722' />
+    <nd ref='-9828' />
+    <nd ref='-9826' />
+    <nd ref='-9824' />
+    <nd ref='-9822' />
+    <nd ref='-9820' />
+    <nd ref='-9818' />
+    <nd ref='-8872' />
+    <nd ref='-3588' />
+    <nd ref='-3586' />
+    <nd ref='-3582' />
+    <nd ref='-3578' />
+    <nd ref='-3580' />
+    <nd ref='-3584' />
+    <nd ref='-8870' />
+    <nd ref='-8868' />
+    <nd ref='-11142' />
+    <nd ref='-5720' />
+    <nd ref='-8866' />
+    <nd ref='-8864' />
+    <nd ref='-3568' />
+    <nd ref='-3570' />
+    <nd ref='-3572' />
+    <nd ref='-3574' />
+    <nd ref='-3576' />
+    <nd ref='-8862' />
+    <nd ref='-8490' />
+    <nd ref='-11144' />
+    <tag k='ISO3166-1:alpha2' v='SO' />
+    <tag k='name:en' v='Somalia' />
+  </way>
+  <way id='-85089'>
+    <nd ref='-22190' />
+    <nd ref='-85088' />
+    <nd ref='-85090' />
+    <nd ref='-85098' />
+    <nd ref='-85100' />
+    <nd ref='-85102' />
+    <nd ref='-85104' />
+    <nd ref='-85106' />
+    <nd ref='-85108' />
+    <nd ref='-85110' />
+    <nd ref='-85112' />
+    <nd ref='-85114' />
+    <nd ref='-85116' />
+    <nd ref='-85118' />
+    <nd ref='-85120' />
+    <nd ref='-85122' />
+    <nd ref='-85124' />
+    <nd ref='-85126' />
+    <nd ref='-85130' />
+    <nd ref='-85132' />
+    <nd ref='-85136' />
+    <nd ref='-85146' />
+    <nd ref='-85150' />
+    <nd ref='-85154' />
+    <nd ref='-85156' />
+    <nd ref='-85160' />
+    <nd ref='-85166' />
+    <nd ref='-85168' />
+    <nd ref='-85172' />
+    <nd ref='-85174' />
+    <nd ref='-85182' />
+    <nd ref='-85184' />
+    <nd ref='-85186' />
+    <nd ref='-85188' />
+    <nd ref='-85196' />
+    <nd ref='-85200' />
+    <nd ref='-85204' />
+    <nd ref='-85206' />
+    <nd ref='-85208' />
+    <nd ref='-85214' />
+    <nd ref='-85216' />
+    <nd ref='-85218' />
+    <nd ref='-85220' />
+    <nd ref='-85222' />
+    <nd ref='-85224' />
+    <nd ref='-85242' />
+    <nd ref='-85244' />
+    <nd ref='-85246' />
+    <nd ref='-85248' />
+    <nd ref='-85250' />
+    <nd ref='-85252' />
+    <nd ref='-85254' />
+    <nd ref='-85256' />
+    <nd ref='-85258' />
+    <nd ref='-85260' />
+    <nd ref='-85262' />
+    <nd ref='-85264' />
+    <nd ref='-85266' />
+    <nd ref='-85268' />
+    <nd ref='-85270' />
+    <nd ref='-85272' />
+    <nd ref='-85274' />
+    <nd ref='-85276' />
+    <nd ref='-85278' />
+    <nd ref='-85284' />
+    <nd ref='-85286' />
+    <nd ref='-85288' />
+    <nd ref='-85290' />
+    <nd ref='-85292' />
+    <nd ref='-85294' />
+    <nd ref='-85298' />
+    <nd ref='-85302' />
+    <nd ref='-85304' />
+    <nd ref='-85308' />
+    <nd ref='-85310' />
+    <nd ref='-85314' />
+    <nd ref='-85318' />
+    <nd ref='-85320' />
+    <nd ref='-85322' />
+    <nd ref='-85326' />
+    <nd ref='-85328' />
+    <nd ref='-85330' />
+    <nd ref='-85334' />
+    <nd ref='-85336' />
+    <nd ref='-85342' />
+    <nd ref='-85344' />
+    <nd ref='-85350' />
+    <nd ref='-85352' />
+    <nd ref='-85354' />
+    <nd ref='-85356' />
+    <nd ref='-85358' />
+    <nd ref='-85364' />
+    <nd ref='-85368' />
+    <nd ref='-85370' />
+    <nd ref='-85372' />
+    <nd ref='-85374' />
+    <nd ref='-85376' />
+    <nd ref='-85378' />
+    <nd ref='-85380' />
+    <nd ref='-85382' />
+    <nd ref='-85384' />
+    <nd ref='-85386' />
+    <nd ref='-85388' />
+    <nd ref='-85390' />
+    <nd ref='-85392' />
+    <nd ref='-85394' />
+    <nd ref='-85396' />
+    <nd ref='-85398' />
+    <nd ref='-85400' />
+    <nd ref='-85402' />
+    <nd ref='-85404' />
+    <nd ref='-85406' />
+    <nd ref='-85408' />
+    <nd ref='-85410' />
+    <nd ref='-85412' />
+    <nd ref='-85414' />
+    <nd ref='-85416' />
+    <nd ref='-85418' />
+    <nd ref='-21942' />
+    <nd ref='-21940' />
+    <nd ref='-21936' />
+    <nd ref='-21938' />
+    <nd ref='-21928' />
+    <nd ref='-21934' />
+    <nd ref='-21932' />
+    <nd ref='-21930' />
+    <nd ref='-7800' />
+    <nd ref='-22082' />
+    <nd ref='-22084' />
+    <nd ref='-22090' />
+    <nd ref='-22088' />
+    <nd ref='-22086' />
+    <nd ref='-22076' />
+    <nd ref='-22078' />
+    <nd ref='-22080' />
+    <nd ref='-22096' />
+    <nd ref='-22094' />
+    <nd ref='-22098' />
+    <nd ref='-22100' />
+    <nd ref='-22102' />
+    <nd ref='-22104' />
+    <nd ref='-22092' />
+    <nd ref='-7802' />
+    <nd ref='-22114' />
+    <nd ref='-22116' />
+    <nd ref='-22112' />
+    <nd ref='-22108' />
+    <nd ref='-22120' />
+    <nd ref='-22118' />
+    <nd ref='-22110' />
+    <nd ref='-22106' />
+    <nd ref='-7804' />
+    <nd ref='-22122' />
+    <nd ref='-22124' />
+    <nd ref='-7806' />
+    <nd ref='-7808' />
+    <nd ref='-22126' />
+    <nd ref='-22128' />
+    <nd ref='-22130' />
+    <nd ref='-7810' />
+    <nd ref='-22136' />
+    <nd ref='-22138' />
+    <nd ref='-22140' />
+    <nd ref='-22146' />
+    <nd ref='-22142' />
+    <nd ref='-22144' />
+    <nd ref='-22134' />
+    <nd ref='-22132' />
+    <nd ref='-7326' />
+    <nd ref='-2178' />
+    <nd ref='-2176' />
+    <nd ref='-2180' />
+    <nd ref='-2182' />
+    <nd ref='-2190' />
+    <nd ref='-2188' />
+    <nd ref='-2186' />
+    <nd ref='-2184' />
+    <nd ref='-2192' />
+    <nd ref='-2194' />
+    <nd ref='-2196' />
+    <nd ref='-2198' />
+    <nd ref='-2200' />
+    <nd ref='-2202' />
+    <nd ref='-2204' />
+    <nd ref='-2206' />
+    <nd ref='-2208' />
+    <nd ref='-7334' />
+    <nd ref='-27540' />
+    <nd ref='-21764' />
+    <nd ref='-21766' />
+    <nd ref='-21760' />
+    <nd ref='-21758' />
+    <nd ref='-21768' />
+    <nd ref='-21762' />
+    <nd ref='-7812' />
+    <nd ref='-10760' />
+    <nd ref='-1808' />
+    <nd ref='-1806' />
+    <nd ref='-1800' />
+    <nd ref='-1802' />
+    <nd ref='-1804' />
+    <nd ref='-1814' />
+    <nd ref='-1816' />
+    <nd ref='-1818' />
+    <nd ref='-1820' />
+    <nd ref='-1822' />
+    <nd ref='-1824' />
+    <nd ref='-1862' />
+    <nd ref='-1848' />
+    <nd ref='-1850' />
+    <nd ref='-1852' />
+    <nd ref='-1854' />
+    <nd ref='-1856' />
+    <nd ref='-1858' />
+    <nd ref='-1842' />
+    <nd ref='-1844' />
+    <nd ref='-1846' />
+    <nd ref='-1860' />
+    <nd ref='-1826' />
+    <nd ref='-1828' />
+    <nd ref='-1830' />
+    <nd ref='-1832' />
+    <nd ref='-1834' />
+    <nd ref='-1838' />
+    <nd ref='-1836' />
+    <nd ref='-1840' />
+    <nd ref='-1920' />
+    <nd ref='-1868' />
+    <nd ref='-1870' />
+    <nd ref='-1872' />
+    <nd ref='-1884' />
+    <nd ref='-1874' />
+    <nd ref='-1876' />
+    <nd ref='-1878' />
+    <nd ref='-1880' />
+    <nd ref='-1882' />
+    <nd ref='-1864' />
+    <nd ref='-1918' />
+    <nd ref='-1866' />
+    <nd ref='-1886' />
+    <nd ref='-1888' />
+    <nd ref='-1890' />
+    <nd ref='-1916' />
+    <nd ref='-1894' />
+    <nd ref='-1892' />
+    <nd ref='-1900' />
+    <nd ref='-1896' />
+    <nd ref='-1898' />
+    <nd ref='-1914' />
+    <nd ref='-1902' />
+    <nd ref='-1904' />
+    <nd ref='-1908' />
+    <nd ref='-1906' />
+    <nd ref='-1910' />
+    <nd ref='-1912' />
+    <nd ref='-10764' />
+    <nd ref='-22242' />
+    <nd ref='-22244' />
+    <nd ref='-22246' />
+    <nd ref='-22240' />
+    <nd ref='-22238' />
+    <nd ref='-22236' />
+    <nd ref='-22234' />
+    <nd ref='-22232' />
+    <nd ref='-22230' />
+    <nd ref='-22228' />
+    <nd ref='-7814' />
+    <nd ref='-22224' />
+    <nd ref='-22226' />
+    <nd ref='-7816' />
+    <nd ref='-27542' />
+    <nd ref='-22218' />
+    <nd ref='-22220' />
+    <nd ref='-22214' />
+    <nd ref='-22216' />
+    <nd ref='-22222' />
+    <nd ref='-22210' />
+    <nd ref='-22212' />
+    <nd ref='-7818' />
+    <nd ref='-7820' />
+    <nd ref='-7822' />
+    <nd ref='-22208' />
+    <nd ref='-22206' />
+    <nd ref='-22204' />
+    <nd ref='-7824' />
+    <nd ref='-22200' />
+    <nd ref='-22202' />
+    <nd ref='-22198' />
+    <nd ref='-7826' />
+    <nd ref='-22182' />
+    <nd ref='-22184' />
+    <nd ref='-22186' />
+    <nd ref='-22190' />
+    <tag k='ISO3166-2' v='CN-XZ' />
+    <tag k='name:en' v='Tibet' />
+  </way>
+  <way id='-85625'>
+    <nd ref='-85126' />
+    <nd ref='-85624' />
+    <nd ref='-85626' />
+    <nd ref='-85628' />
+    <nd ref='-85630' />
+    <nd ref='-85632' />
+    <nd ref='-85634' />
+    <nd ref='-85636' />
+    <nd ref='-85638' />
+    <nd ref='-85640' />
+    <nd ref='-85642' />
+    <nd ref='-85644' />
+    <nd ref='-85646' />
+    <nd ref='-85648' />
+    <nd ref='-85650' />
+    <nd ref='-85652' />
+    <nd ref='-85654' />
+    <nd ref='-85656' />
+    <nd ref='-85658' />
+    <nd ref='-85660' />
+    <nd ref='-85662' />
+    <nd ref='-85664' />
+    <nd ref='-85666' />
+    <nd ref='-85668' />
+    <nd ref='-85670' />
+    <nd ref='-7904' />
+    <nd ref='-7902' />
+    <nd ref='-7900' />
+    <nd ref='-7898' />
+    <nd ref='-10460' />
+    <nd ref='-7896' />
+    <nd ref='-7894' />
+    <nd ref='-972' />
+    <nd ref='-974' />
+    <nd ref='-976' />
+    <nd ref='-970' />
+    <nd ref='-10462' />
+    <nd ref='-7892' />
+    <nd ref='-10464' />
+    <nd ref='-966' />
+    <nd ref='-27854' />
+    <nd ref='-968' />
+    <nd ref='-964' />
+    <nd ref='-960' />
+    <nd ref='-958' />
+    <nd ref='-962' />
+    <nd ref='-7890' />
+    <nd ref='-946' />
+    <nd ref='-944' />
+    <nd ref='-948' />
+    <nd ref='-950' />
+    <nd ref='-952' />
+    <nd ref='-954' />
+    <nd ref='-956' />
+    <nd ref='-10466' />
+    <nd ref='-934' />
+    <nd ref='-932' />
+    <nd ref='-936' />
+    <nd ref='-938' />
+    <nd ref='-940' />
+    <nd ref='-942' />
+    <nd ref='-7888' />
+    <nd ref='-10468' />
+    <nd ref='-10470' />
+    <nd ref='-14860' />
+    <nd ref='-14862' />
+    <nd ref='-7886' />
+    <nd ref='-7884' />
+    <nd ref='-14974' />
+    <nd ref='-14972' />
+    <nd ref='-14970' />
+    <nd ref='-14968' />
+    <nd ref='-14966' />
+    <nd ref='-27852' />
+    <nd ref='-14958' />
+    <nd ref='-14956' />
+    <nd ref='-14962' />
+    <nd ref='-14964' />
+    <nd ref='-14960' />
+    <nd ref='-14954' />
+    <nd ref='-14952' />
+    <nd ref='-14950' />
+    <nd ref='-14948' />
+    <nd ref='-14946' />
+    <nd ref='-14944' />
+    <nd ref='-14942' />
+    <nd ref='-14940' />
+    <nd ref='-14938' />
+    <nd ref='-27850' />
+    <nd ref='-14936' />
+    <nd ref='-7882' />
+    <nd ref='-7880' />
+    <nd ref='-7878' />
+    <nd ref='-7876' />
+    <nd ref='-7874' />
+    <nd ref='-14934' />
+    <nd ref='-7872' />
+    <nd ref='-7870' />
+    <nd ref='-7868' />
+    <nd ref='-7866' />
+    <nd ref='-7864' />
+    <nd ref='-7862' />
+    <nd ref='-9846' />
+    <nd ref='-14932' />
+    <nd ref='-9848' />
+    <nd ref='-21404' />
+    <nd ref='-21402' />
+    <nd ref='-21400' />
+    <nd ref='-21408' />
+    <nd ref='-21410' />
+    <nd ref='-21406' />
+    <nd ref='-21398' />
+    <nd ref='-21396' />
+    <nd ref='-21394' />
+    <nd ref='-21414' />
+    <nd ref='-21412' />
+    <nd ref='-21424' />
+    <nd ref='-21422' />
+    <nd ref='-21420' />
+    <nd ref='-21416' />
+    <nd ref='-21418' />
+    <nd ref='-21330' />
+    <nd ref='-21328' />
+    <nd ref='-21326' />
+    <nd ref='-21324' />
+    <nd ref='-7860' />
+    <nd ref='-9850' />
+    <nd ref='-7858' />
+    <nd ref='-7856' />
+    <nd ref='-7854' />
+    <nd ref='-9852' />
+    <nd ref='-27798' />
+    <nd ref='-7852' />
+    <nd ref='-7850' />
+    <nd ref='-7848' />
+    <nd ref='-21318' />
+    <nd ref='-21316' />
+    <nd ref='-21320' />
+    <nd ref='-21322' />
+    <nd ref='-7846' />
+    <nd ref='-21508' />
+    <nd ref='-21506' />
+    <nd ref='-21504' />
+    <nd ref='-21502' />
+    <nd ref='-21500' />
+    <nd ref='-7844' />
+    <nd ref='-21510' />
+    <nd ref='-21512' />
+    <nd ref='-21514' />
+    <nd ref='-21516' />
+    <nd ref='-21518' />
+    <nd ref='-21526' />
+    <nd ref='-21524' />
+    <nd ref='-21528' />
+    <nd ref='-21520' />
+    <nd ref='-21522' />
+    <nd ref='-7842' />
+    <nd ref='-21538' />
+    <nd ref='-21540' />
+    <nd ref='-21532' />
+    <nd ref='-21534' />
+    <nd ref='-21536' />
+    <nd ref='-21530' />
+    <nd ref='-7840' />
+    <nd ref='-21466' />
+    <nd ref='-21470' />
+    <nd ref='-7838' />
+    <nd ref='-21498' />
+    <nd ref='-21490' />
+    <nd ref='-21492' />
+    <nd ref='-7836' />
+    <nd ref='-21482' />
+    <nd ref='-21484' />
+    <nd ref='-21486' />
+    <nd ref='-7834' />
+    <nd ref='-21476' />
+    <nd ref='-21474' />
+    <nd ref='-21480' />
+    <nd ref='-21478' />
+    <nd ref='-7832' />
+    <nd ref='-22148' />
+    <nd ref='-22150' />
+    <nd ref='-22152' />
+    <nd ref='-22160' />
+    <nd ref='-22164' />
+    <nd ref='-7830' />
+    <nd ref='-22168' />
+    <nd ref='-22166' />
+    <nd ref='-22172' />
+    <nd ref='-22178' />
+    <nd ref='-7828' />
+    <nd ref='-22194' />
+    <nd ref='-22196' />
+    <nd ref='-22192' />
+    <nd ref='-22190' />
+    <nd ref='-85088' />
+    <nd ref='-85090' />
+    <nd ref='-85098' />
+    <nd ref='-85100' />
+    <nd ref='-85102' />
+    <nd ref='-85104' />
+    <nd ref='-85106' />
+    <nd ref='-85108' />
+    <nd ref='-85110' />
+    <nd ref='-85112' />
+    <nd ref='-85114' />
+    <nd ref='-85116' />
+    <nd ref='-85118' />
+    <nd ref='-85120' />
+    <nd ref='-85122' />
+    <nd ref='-85124' />
+    <nd ref='-85126' />
+    <tag k='ISO3166-2' v='CN-XJ' />
+    <tag k='name:en' v='Xinjiang' />
+  </way>
+  <way id='-86238'>
+    <nd ref='-7972' />
+    <nd ref='-86237' />
+    <nd ref='-86239' />
+    <nd ref='-86241' />
+    <nd ref='-86243' />
+    <nd ref='-86245' />
+    <nd ref='-86247' />
+    <nd ref='-86249' />
+    <nd ref='-86251' />
+    <nd ref='-86253' />
+    <nd ref='-86255' />
+    <nd ref='-86257' />
+    <nd ref='-86259' />
+    <nd ref='-86261' />
+    <nd ref='-86263' />
+    <nd ref='-86265' />
+    <nd ref='-86267' />
+    <nd ref='-86269' />
+    <nd ref='-86271' />
+    <nd ref='-86273' />
+    <nd ref='-86275' />
+    <nd ref='-86277' />
+    <nd ref='-86279' />
+    <nd ref='-86281' />
+    <nd ref='-86283' />
+    <nd ref='-86285' />
+    <nd ref='-86287' />
+    <nd ref='-86289' />
+    <nd ref='-86291' />
+    <nd ref='-86293' />
+    <nd ref='-86295' />
+    <nd ref='-86297' />
+    <nd ref='-86299' />
+    <nd ref='-86301' />
+    <nd ref='-86303' />
+    <nd ref='-86305' />
+    <nd ref='-86307' />
+    <nd ref='-86309' />
+    <nd ref='-86311' />
+    <nd ref='-86313' />
+    <nd ref='-86315' />
+    <nd ref='-86317' />
+    <nd ref='-86319' />
+    <nd ref='-86321' />
+    <nd ref='-86323' />
+    <nd ref='-86325' />
+    <nd ref='-86327' />
+    <nd ref='-86329' />
+    <nd ref='-86331' />
+    <nd ref='-86333' />
+    <nd ref='-86335' />
+    <nd ref='-86337' />
+    <nd ref='-86339' />
+    <nd ref='-86341' />
+    <nd ref='-86343' />
+    <nd ref='-86345' />
+    <nd ref='-86347' />
+    <nd ref='-86349' />
+    <nd ref='-86351' />
+    <nd ref='-86353' />
+    <nd ref='-86355' />
+    <nd ref='-86357' />
+    <nd ref='-86359' />
+    <nd ref='-86361' />
+    <nd ref='-86363' />
+    <nd ref='-86365' />
+    <nd ref='-86367' />
+    <nd ref='-86369' />
+    <nd ref='-86371' />
+    <nd ref='-86373' />
+    <nd ref='-86375' />
+    <nd ref='-86377' />
+    <nd ref='-86379' />
+    <nd ref='-86381' />
+    <nd ref='-86383' />
+    <nd ref='-86385' />
+    <nd ref='-86387' />
+    <nd ref='-86389' />
+    <nd ref='-86391' />
+    <nd ref='-86393' />
+    <nd ref='-86395' />
+    <nd ref='-86397' />
+    <nd ref='-86399' />
+    <nd ref='-86401' />
+    <nd ref='-86403' />
+    <nd ref='-90648' />
+    <nd ref='-86405' />
+    <nd ref='-86407' />
+    <nd ref='-86409' />
+    <nd ref='-86411' />
+    <nd ref='-86413' />
+    <nd ref='-86415' />
+    <nd ref='-86417' />
+    <nd ref='-86419' />
+    <nd ref='-86421' />
+    <nd ref='-86423' />
+    <nd ref='-86425' />
+    <nd ref='-86427' />
+    <nd ref='-86429' />
+    <nd ref='-86431' />
+    <nd ref='-86433' />
+    <nd ref='-86435' />
+    <nd ref='-86437' />
+    <nd ref='-86439' />
+    <nd ref='-86441' />
+    <nd ref='-86443' />
+    <nd ref='-86445' />
+    <nd ref='-86447' />
+    <nd ref='-86449' />
+    <nd ref='-86451' />
+    <nd ref='-86453' />
+    <nd ref='-86455' />
+    <nd ref='-86457' />
+    <nd ref='-86459' />
+    <nd ref='-86461' />
+    <nd ref='-86463' />
+    <nd ref='-86465' />
+    <nd ref='-86467' />
+    <nd ref='-86469' />
+    <nd ref='-86471' />
+    <nd ref='-86473' />
+    <nd ref='-86475' />
+    <nd ref='-86477' />
+    <nd ref='-86479' />
+    <nd ref='-86481' />
+    <nd ref='-86483' />
+    <nd ref='-86485' />
+    <nd ref='-86487' />
+    <nd ref='-86489' />
+    <nd ref='-86491' />
+    <nd ref='-86493' />
+    <nd ref='-86495' />
+    <nd ref='-86497' />
+    <nd ref='-86499' />
+    <nd ref='-86501' />
+    <nd ref='-86503' />
+    <nd ref='-86505' />
+    <nd ref='-86507' />
+    <nd ref='-86509' />
+    <nd ref='-86511' />
+    <nd ref='-86513' />
+    <nd ref='-86515' />
+    <nd ref='-86517' />
+    <nd ref='-86519' />
+    <nd ref='-86521' />
+    <nd ref='-86523' />
+    <nd ref='-86525' />
+    <nd ref='-86527' />
+    <nd ref='-86529' />
+    <nd ref='-86531' />
+    <nd ref='-86533' />
+    <nd ref='-86535' />
+    <nd ref='-86537' />
+    <nd ref='-86539' />
+    <nd ref='-86541' />
+    <nd ref='-86547' />
+    <nd ref='-86555' />
+    <nd ref='-86559' />
+    <nd ref='-86561' />
+    <nd ref='-86563' />
+    <nd ref='-86567' />
+    <nd ref='-86569' />
+    <nd ref='-86573' />
+    <nd ref='-86577' />
+    <nd ref='-86581' />
+    <nd ref='-86603' />
+    <nd ref='-86605' />
+    <nd ref='-86607' />
+    <nd ref='-86609' />
+    <nd ref='-86611' />
+    <nd ref='-86613' />
+    <nd ref='-86615' />
+    <nd ref='-86617' />
+    <nd ref='-86619' />
+    <nd ref='-86621' />
+    <nd ref='-86627' />
+    <nd ref='-86629' />
+    <nd ref='-90119' />
+    <nd ref='-86635' />
+    <nd ref='-86641' />
+    <nd ref='-86647' />
+    <nd ref='-86653' />
+    <nd ref='-86655' />
+    <nd ref='-86663' />
+    <nd ref='-86665' />
+    <nd ref='-86667' />
+    <nd ref='-86669' />
+    <nd ref='-86671' />
+    <nd ref='-86673' />
+    <nd ref='-86675' />
+    <nd ref='-86677' />
+    <nd ref='-86679' />
+    <nd ref='-86681' />
+    <nd ref='-86683' />
+    <nd ref='-86685' />
+    <nd ref='-86687' />
+    <nd ref='-86689' />
+    <nd ref='-86691' />
+    <nd ref='-86693' />
+    <nd ref='-86695' />
+    <nd ref='-86697' />
+    <nd ref='-86699' />
+    <nd ref='-86701' />
+    <nd ref='-86703' />
+    <nd ref='-86705' />
+    <nd ref='-86707' />
+    <nd ref='-10458' />
+    <nd ref='-10456' />
+    <nd ref='-980' />
+    <nd ref='-978' />
+    <nd ref='-27856' />
+    <nd ref='-7906' />
+    <nd ref='-986' />
+    <nd ref='-982' />
+    <nd ref='-988' />
+    <nd ref='-984' />
+    <nd ref='-10454' />
+    <nd ref='-10452' />
+    <nd ref='-7908' />
+    <nd ref='-990' />
+    <nd ref='-7910' />
+    <nd ref='-10450' />
+    <nd ref='-998' />
+    <nd ref='-994' />
+    <nd ref='-992' />
+    <nd ref='-996' />
+    <nd ref='-7912' />
+    <nd ref='-1000' />
+    <nd ref='-1006' />
+    <nd ref='-1004' />
+    <nd ref='-1002' />
+    <nd ref='-10448' />
+    <nd ref='-1014' />
+    <nd ref='-1008' />
+    <nd ref='-1012' />
+    <nd ref='-1010' />
+    <nd ref='-10446' />
+    <nd ref='-10444' />
+    <nd ref='-1016' />
+    <nd ref='-7914' />
+    <nd ref='-7916' />
+    <nd ref='-10442' />
+    <nd ref='-1020' />
+    <nd ref='-1018' />
+    <nd ref='-10440' />
+    <nd ref='-1026' />
+    <nd ref='-1024' />
+    <nd ref='-1022' />
+    <nd ref='-7918' />
+    <nd ref='-7920' />
+    <nd ref='-7922' />
+    <nd ref='-1028' />
+    <nd ref='-7924' />
+    <nd ref='-10438' />
+    <nd ref='-7926' />
+    <nd ref='-7928' />
+    <nd ref='-7930' />
+    <nd ref='-1030' />
+    <nd ref='-10436' />
+    <nd ref='-1032' />
+    <nd ref='-7932' />
+    <nd ref='-1034' />
+    <nd ref='-7934' />
+    <nd ref='-10434' />
+    <nd ref='-1058' />
+    <nd ref='-1056' />
+    <nd ref='-1054' />
+    <nd ref='-1052' />
+    <nd ref='-1048' />
+    <nd ref='-1042' />
+    <nd ref='-1044' />
+    <nd ref='-1046' />
+    <nd ref='-1050' />
+    <nd ref='-1040' />
+    <nd ref='-1038' />
+    <nd ref='-1036' />
+    <nd ref='-7936' />
+    <nd ref='-1080' />
+    <nd ref='-1078' />
+    <nd ref='-1074' />
+    <nd ref='-1076' />
+    <nd ref='-1072' />
+    <nd ref='-1060' />
+    <nd ref='-1062' />
+    <nd ref='-1064' />
+    <nd ref='-1066' />
+    <nd ref='-1068' />
+    <nd ref='-1070' />
+    <nd ref='-7938' />
+    <nd ref='-10432' />
+    <nd ref='-7940' />
+    <nd ref='-10430' />
+    <nd ref='-7942' />
+    <nd ref='-10428' />
+    <nd ref='-1086' />
+    <nd ref='-1082' />
+    <nd ref='-1084' />
+    <nd ref='-1088' />
+    <nd ref='-10426' />
+    <nd ref='-1090' />
+    <nd ref='-7944' />
+    <nd ref='-10424' />
+    <nd ref='-10422' />
+    <nd ref='-1092' />
+    <nd ref='-10420' />
+    <nd ref='-7946' />
+    <nd ref='-10418' />
+    <nd ref='-7948' />
+    <nd ref='-10416' />
+    <nd ref='-7950' />
+    <nd ref='-10414' />
+    <nd ref='-10412' />
+    <nd ref='-7952' />
+    <nd ref='-7954' />
+    <nd ref='-10410' />
+    <nd ref='-7956' />
+    <nd ref='-7958' />
+    <nd ref='-7960' />
+    <nd ref='-13034' />
+    <nd ref='-13036' />
+    <nd ref='-7962' />
+    <nd ref='-13032' />
+    <nd ref='-13030' />
+    <nd ref='-7964' />
+    <nd ref='-13028' />
+    <nd ref='-7966' />
+    <nd ref='-13026' />
+    <nd ref='-7968' />
+    <nd ref='-7970' />
+    <nd ref='-13024' />
+    <nd ref='-13022' />
+    <nd ref='-13020' />
+    <nd ref='-13018' />
+    <nd ref='-7972' />
+    <tag k='ISO3166-2' v='CN-NM' />
+    <tag k='name:en' v='Inner Mongolia' />
+  </way>
+  <way id='-86868'>
+    <nd ref='-85288' />
+    <nd ref='-86867' />
+    <nd ref='-86873' />
+    <nd ref='-86875' />
+    <nd ref='-86877' />
+    <nd ref='-86879' />
+    <nd ref='-86881' />
+    <nd ref='-86883' />
+    <nd ref='-86885' />
+    <nd ref='-86887' />
+    <nd ref='-86889' />
+    <nd ref='-86891' />
+    <nd ref='-86893' />
+    <nd ref='-86895' />
+    <nd ref='-86897' />
+    <nd ref='-86899' />
+    <nd ref='-86903' />
+    <nd ref='-86905' />
+    <nd ref='-86907' />
+    <nd ref='-86909' />
+    <nd ref='-86913' />
+    <nd ref='-86915' />
+    <nd ref='-86917' />
+    <nd ref='-86919' />
+    <nd ref='-86921' />
+    <nd ref='-86923' />
+    <nd ref='-86925' />
+    <nd ref='-86929' />
+    <nd ref='-86931' />
+    <nd ref='-86933' />
+    <nd ref='-86935' />
+    <nd ref='-86937' />
+    <nd ref='-86939' />
+    <nd ref='-86941' />
+    <nd ref='-86943' />
+    <nd ref='-86947' />
+    <nd ref='-86949' />
+    <nd ref='-86951' />
+    <nd ref='-86953' />
+    <nd ref='-86959' />
+    <nd ref='-86961' />
+    <nd ref='-86965' />
+    <nd ref='-86969' />
+    <nd ref='-86973' />
+    <nd ref='-86977' />
+    <nd ref='-86979' />
+    <nd ref='-86981' />
+    <nd ref='-86985' />
+    <nd ref='-86987' />
+    <nd ref='-86991' />
+    <nd ref='-86993' />
+    <nd ref='-86995' />
+    <nd ref='-86997' />
+    <nd ref='-87001' />
+    <nd ref='-87007' />
+    <nd ref='-87011' />
+    <nd ref='-87013' />
+    <nd ref='-87015' />
+    <nd ref='-87017' />
+    <nd ref='-87019' />
+    <nd ref='-87021' />
+    <nd ref='-87023' />
+    <nd ref='-87025' />
+    <nd ref='-87033' />
+    <nd ref='-87037' />
+    <nd ref='-87043' />
+    <nd ref='-87051' />
+    <nd ref='-87055' />
+    <nd ref='-87059' />
+    <nd ref='-87069' />
+    <nd ref='-87071' />
+    <nd ref='-87077' />
+    <nd ref='-87079' />
+    <nd ref='-87081' />
+    <nd ref='-87083' />
+    <nd ref='-87085' />
+    <nd ref='-87087' />
+    <nd ref='-87171' />
+    <nd ref='-87175' />
+    <nd ref='-87179' />
+    <nd ref='-87185' />
+    <nd ref='-87187' />
+    <nd ref='-87189' />
+    <nd ref='-87191' />
+    <nd ref='-87193' />
+    <nd ref='-87195' />
+    <nd ref='-87197' />
+    <nd ref='-87199' />
+    <nd ref='-87201' />
+    <nd ref='-85656' />
+    <nd ref='-85654' />
+    <nd ref='-85652' />
+    <nd ref='-85650' />
+    <nd ref='-85648' />
+    <nd ref='-85646' />
+    <nd ref='-85644' />
+    <nd ref='-85642' />
+    <nd ref='-85640' />
+    <nd ref='-85638' />
+    <nd ref='-85636' />
+    <nd ref='-85634' />
+    <nd ref='-85632' />
+    <nd ref='-85630' />
+    <nd ref='-85628' />
+    <nd ref='-85626' />
+    <nd ref='-85624' />
+    <nd ref='-85126' />
+    <nd ref='-85130' />
+    <nd ref='-85132' />
+    <nd ref='-85136' />
+    <nd ref='-85146' />
+    <nd ref='-85150' />
+    <nd ref='-85154' />
+    <nd ref='-85156' />
+    <nd ref='-85160' />
+    <nd ref='-85166' />
+    <nd ref='-85168' />
+    <nd ref='-85172' />
+    <nd ref='-85174' />
+    <nd ref='-85182' />
+    <nd ref='-85184' />
+    <nd ref='-85186' />
+    <nd ref='-85188' />
+    <nd ref='-85196' />
+    <nd ref='-85200' />
+    <nd ref='-85204' />
+    <nd ref='-85206' />
+    <nd ref='-85208' />
+    <nd ref='-85214' />
+    <nd ref='-85216' />
+    <nd ref='-85218' />
+    <nd ref='-85220' />
+    <nd ref='-85222' />
+    <nd ref='-85224' />
+    <nd ref='-85242' />
+    <nd ref='-85244' />
+    <nd ref='-85246' />
+    <nd ref='-85248' />
+    <nd ref='-85250' />
+    <nd ref='-85252' />
+    <nd ref='-85254' />
+    <nd ref='-85256' />
+    <nd ref='-85258' />
+    <nd ref='-85260' />
+    <nd ref='-85262' />
+    <nd ref='-85264' />
+    <nd ref='-85266' />
+    <nd ref='-85268' />
+    <nd ref='-85270' />
+    <nd ref='-85272' />
+    <nd ref='-85274' />
+    <nd ref='-85276' />
+    <nd ref='-85278' />
+    <nd ref='-85284' />
+    <nd ref='-85286' />
+    <nd ref='-85288' />
+    <tag k='ISO3166-2' v='CN-QH' />
+    <tag k='name:en' v='Qinghai' />
+  </way>
+  <way id='-87708'>
+    <nd ref='-2504' />
+    <nd ref='-87344' />
+    <nd ref='-87346' />
+    <nd ref='-87348' />
+    <nd ref='-87350' />
+    <nd ref='-87352' />
+    <nd ref='-87354' />
+    <nd ref='-87356' />
+    <nd ref='-87358' />
+    <nd ref='-87360' />
+    <nd ref='-87362' />
+    <nd ref='-87364' />
+    <nd ref='-87366' />
+    <nd ref='-87368' />
+    <nd ref='-87370' />
+    <nd ref='-87372' />
+    <nd ref='-87374' />
+    <nd ref='-87376' />
+    <nd ref='-87378' />
+    <nd ref='-87380' />
+    <nd ref='-87382' />
+    <nd ref='-87384' />
+    <nd ref='-87386' />
+    <nd ref='-87388' />
+    <nd ref='-87390' />
+    <nd ref='-87392' />
+    <nd ref='-87394' />
+    <nd ref='-87396' />
+    <nd ref='-87398' />
+    <nd ref='-87400' />
+    <nd ref='-87402' />
+    <nd ref='-87404' />
+    <nd ref='-87406' />
+    <nd ref='-87408' />
+    <nd ref='-87410' />
+    <nd ref='-87412' />
+    <nd ref='-87414' />
+    <nd ref='-87416' />
+    <nd ref='-87418' />
+    <nd ref='-87420' />
+    <nd ref='-87422' />
+    <nd ref='-87424' />
+    <nd ref='-87426' />
+    <nd ref='-87428' />
+    <nd ref='-87430' />
+    <nd ref='-87432' />
+    <nd ref='-87434' />
+    <nd ref='-87436' />
+    <nd ref='-87438' />
+    <nd ref='-87440' />
+    <nd ref='-87442' />
+    <nd ref='-87444' />
+    <nd ref='-87446' />
+    <nd ref='-87448' />
+    <nd ref='-87450' />
+    <nd ref='-87452' />
+    <nd ref='-87454' />
+    <nd ref='-87456' />
+    <nd ref='-87458' />
+    <nd ref='-87460' />
+    <nd ref='-87462' />
+    <nd ref='-87464' />
+    <nd ref='-87466' />
+    <nd ref='-87468' />
+    <nd ref='-87470' />
+    <nd ref='-87472' />
+    <nd ref='-87474' />
+    <nd ref='-87476' />
+    <nd ref='-87478' />
+    <nd ref='-87480' />
+    <nd ref='-87482' />
+    <nd ref='-87484' />
+    <nd ref='-87486' />
+    <nd ref='-87488' />
+    <nd ref='-87490' />
+    <nd ref='-87492' />
+    <nd ref='-87494' />
+    <nd ref='-87496' />
+    <nd ref='-87498' />
+    <nd ref='-87500' />
+    <nd ref='-87502' />
+    <nd ref='-87504' />
+    <nd ref='-87506' />
+    <nd ref='-87508' />
+    <nd ref='-87510' />
+    <nd ref='-87512' />
+    <nd ref='-87514' />
+    <nd ref='-87516' />
+    <nd ref='-87518' />
+    <nd ref='-87520' />
+    <nd ref='-87707' />
+    <nd ref='-87709' />
+    <nd ref='-87711' />
+    <nd ref='-87713' />
+    <nd ref='-87715' />
+    <nd ref='-87717' />
+    <nd ref='-87719' />
+    <nd ref='-87721' />
+    <nd ref='-87727' />
+    <nd ref='-87731' />
+    <nd ref='-87733' />
+    <nd ref='-87845' />
+    <nd ref='-87847' />
+    <nd ref='-87849' />
+    <nd ref='-87851' />
+    <nd ref='-87853' />
+    <nd ref='-87855' />
+    <nd ref='-87857' />
+    <nd ref='-87859' />
+    <nd ref='-87861' />
+    <nd ref='-87863' />
+    <nd ref='-87865' />
+    <nd ref='-87867' />
+    <nd ref='-87869' />
+    <nd ref='-87871' />
+    <nd ref='-87873' />
+    <nd ref='-87875' />
+    <nd ref='-87877' />
+    <nd ref='-87883' />
+    <nd ref='-87885' />
+    <nd ref='-87887' />
+    <nd ref='-87889' />
+    <nd ref='-87891' />
+    <nd ref='-87893' />
+    <nd ref='-87895' />
+    <nd ref='-11966' />
+    <nd ref='-11964' />
+    <nd ref='-7766' />
+    <nd ref='-2386' />
+    <nd ref='-27248' />
+    <nd ref='-27246' />
+    <nd ref='-27244' />
+    <nd ref='-27242' />
+    <nd ref='-2384' />
+    <nd ref='-2388' />
+    <nd ref='-2390' />
+    <nd ref='-2392' />
+    <nd ref='-2394' />
+    <nd ref='-2396' />
+    <nd ref='-2398' />
+    <nd ref='-2400' />
+    <nd ref='-2402' />
+    <nd ref='-2404' />
+    <nd ref='-2406' />
+    <nd ref='-2408' />
+    <nd ref='-2410' />
+    <nd ref='-2412' />
+    <nd ref='-2414' />
+    <nd ref='-2416' />
+    <nd ref='-2418' />
+    <nd ref='-2420' />
+    <nd ref='-2422' />
+    <nd ref='-2424' />
+    <nd ref='-2426' />
+    <nd ref='-2428' />
+    <nd ref='-2430' />
+    <nd ref='-2432' />
+    <nd ref='-2434' />
+    <nd ref='-2436' />
+    <nd ref='-2440' />
+    <nd ref='-2438' />
+    <nd ref='-2442' />
+    <nd ref='-27240' />
+    <nd ref='-2444' />
+    <nd ref='-2454' />
+    <nd ref='-2450' />
+    <nd ref='-2446' />
+    <nd ref='-2448' />
+    <nd ref='-2452' />
+    <nd ref='-2456' />
+    <nd ref='-2554' />
+    <nd ref='-2458' />
+    <nd ref='-2462' />
+    <nd ref='-2460' />
+    <nd ref='-2468' />
+    <nd ref='-2466' />
+    <nd ref='-2470' />
+    <nd ref='-2464' />
+    <nd ref='-27238' />
+    <nd ref='-27236' />
+    <nd ref='-2484' />
+    <nd ref='-27234' />
+    <nd ref='-27232' />
+    <nd ref='-2472' />
+    <nd ref='-2474' />
+    <nd ref='-2476' />
+    <nd ref='-2482' />
+    <nd ref='-2480' />
+    <nd ref='-2478' />
+    <nd ref='-2486' />
+    <nd ref='-2488' />
+    <nd ref='-2490' />
+    <nd ref='-2492' />
+    <nd ref='-2494' />
+    <nd ref='-2496' />
+    <nd ref='-2498' />
+    <nd ref='-27230' />
+    <nd ref='-2500' />
+    <nd ref='-2502' />
+    <nd ref='-2550' />
+    <nd ref='-2504' />
+    <tag k='ISO3166-2' v='CN-GX' />
+    <tag k='name:en' v='Guangxi' />
+  </way>
+  <way id='-88317'>
+    <nd ref='-87376' />
+    <nd ref='-88316' />
+    <nd ref='-88318' />
+    <nd ref='-88320' />
+    <nd ref='-88322' />
+    <nd ref='-88324' />
+    <nd ref='-88326' />
+    <nd ref='-88328' />
+    <nd ref='-88330' />
+    <nd ref='-88332' />
+    <nd ref='-88334' />
+    <nd ref='-88336' />
+    <nd ref='-88338' />
+    <nd ref='-88340' />
+    <nd ref='-88342' />
+    <nd ref='-88344' />
+    <nd ref='-88346' />
+    <nd ref='-88348' />
+    <nd ref='-88350' />
+    <nd ref='-88352' />
+    <nd ref='-88354' />
+    <nd ref='-88356' />
+    <nd ref='-88358' />
+    <nd ref='-88360' />
+    <nd ref='-88362' />
+    <nd ref='-88364' />
+    <nd ref='-88366' />
+    <nd ref='-88368' />
+    <nd ref='-88370' />
+    <nd ref='-88372' />
+    <nd ref='-88374' />
+    <nd ref='-88376' />
+    <nd ref='-88378' />
+    <nd ref='-88380' />
+    <nd ref='-88382' />
+    <nd ref='-88384' />
+    <nd ref='-88386' />
+    <nd ref='-88388' />
+    <nd ref='-88390' />
+    <nd ref='-88392' />
+    <nd ref='-88394' />
+    <nd ref='-88396' />
+    <nd ref='-88398' />
+    <nd ref='-88402' />
+    <nd ref='-88406' />
+    <nd ref='-88408' />
+    <nd ref='-88410' />
+    <nd ref='-88412' />
+    <nd ref='-88414' />
+    <nd ref='-88416' />
+    <nd ref='-88418' />
+    <nd ref='-88422' />
+    <nd ref='-88424' />
+    <nd ref='-88426' />
+    <nd ref='-88428' />
+    <nd ref='-88430' />
+    <nd ref='-88432' />
+    <nd ref='-88434' />
+    <nd ref='-88438' />
+    <nd ref='-88442' />
+    <nd ref='-88444' />
+    <nd ref='-88446' />
+    <nd ref='-88448' />
+    <nd ref='-88450' />
+    <nd ref='-88454' />
+    <nd ref='-88456' />
+    <nd ref='-88458' />
+    <nd ref='-88460' />
+    <nd ref='-88462' />
+    <nd ref='-88464' />
+    <nd ref='-88468' />
+    <nd ref='-88470' />
+    <nd ref='-88472' />
+    <nd ref='-88474' />
+    <nd ref='-88476' />
+    <nd ref='-88478' />
+    <nd ref='-88480' />
+    <nd ref='-88482' />
+    <nd ref='-88484' />
+    <nd ref='-88486' />
+    <nd ref='-88488' />
+    <nd ref='-88490' />
+    <nd ref='-85370' />
+    <nd ref='-85372' />
+    <nd ref='-85374' />
+    <nd ref='-85376' />
+    <nd ref='-85378' />
+    <nd ref='-85380' />
+    <nd ref='-85382' />
+    <nd ref='-85384' />
+    <nd ref='-85386' />
+    <nd ref='-85388' />
+    <nd ref='-85390' />
+    <nd ref='-85392' />
+    <nd ref='-85394' />
+    <nd ref='-85396' />
+    <nd ref='-85398' />
+    <nd ref='-85400' />
+    <nd ref='-85402' />
+    <nd ref='-85404' />
+    <nd ref='-85406' />
+    <nd ref='-85408' />
+    <nd ref='-85410' />
+    <nd ref='-85412' />
+    <nd ref='-85414' />
+    <nd ref='-85416' />
+    <nd ref='-85418' />
+    <nd ref='-21942' />
+    <nd ref='-21918' />
+    <nd ref='-21920' />
+    <nd ref='-21922' />
+    <nd ref='-21924' />
+    <nd ref='-21926' />
+    <nd ref='-7798' />
+    <nd ref='-21916' />
+    <nd ref='-21914' />
+    <nd ref='-21912' />
+    <nd ref='-21910' />
+    <nd ref='-7796' />
+    <nd ref='-21908' />
+    <nd ref='-21906' />
+    <nd ref='-27408' />
+    <nd ref='-21904' />
+    <nd ref='-21902' />
+    <nd ref='-21900' />
+    <nd ref='-21896' />
+    <nd ref='-21894' />
+    <nd ref='-21898' />
+    <nd ref='-21892' />
+    <nd ref='-21890' />
+    <nd ref='-21888' />
+    <nd ref='-21886' />
+    <nd ref='-21884' />
+    <nd ref='-21880' />
+    <nd ref='-21882' />
+    <nd ref='-21878' />
+    <nd ref='-21876' />
+    <nd ref='-21874' />
+    <nd ref='-21872' />
+    <nd ref='-27406' />
+    <nd ref='-21870' />
+    <nd ref='-27404' />
+    <nd ref='-7794' />
+    <nd ref='-27400' />
+    <nd ref='-27402' />
+    <nd ref='-27398' />
+    <nd ref='-27396' />
+    <nd ref='-21868' />
+    <nd ref='-21852' />
+    <nd ref='-27394' />
+    <nd ref='-21854' />
+    <nd ref='-21864' />
+    <nd ref='-21866' />
+    <nd ref='-21856' />
+    <nd ref='-21862' />
+    <nd ref='-21858' />
+    <nd ref='-27392' />
+    <nd ref='-21860' />
+    <nd ref='-7792' />
+    <nd ref='-27390' />
+    <nd ref='-27388' />
+    <nd ref='-7790' />
+    <nd ref='-7788' />
+    <nd ref='-27386' />
+    <nd ref='-27384' />
+    <nd ref='-21850' />
+    <nd ref='-27382' />
+    <nd ref='-27380' />
+    <nd ref='-27376' />
+    <nd ref='-27378' />
+    <nd ref='-27374' />
+    <nd ref='-27372' />
+    <nd ref='-27370' />
+    <nd ref='-27368' />
+    <nd ref='-27366' />
+    <nd ref='-27364' />
+    <nd ref='-27362' />
+    <nd ref='-27348' />
+    <nd ref='-27350' />
+    <nd ref='-27360' />
+    <nd ref='-27358' />
+    <nd ref='-27356' />
+    <nd ref='-27354' />
+    <nd ref='-27352' />
+    <nd ref='-27346' />
+    <nd ref='-7786' />
+    <nd ref='-21846' />
+    <nd ref='-21848' />
+    <nd ref='-27344' />
+    <nd ref='-7784' />
+    <nd ref='-21844' />
+    <nd ref='-21842' />
+    <nd ref='-21824' />
+    <nd ref='-21826' />
+    <nd ref='-27342' />
+    <nd ref='-27340' />
+    <nd ref='-21832' />
+    <nd ref='-21828' />
+    <nd ref='-21834' />
+    <nd ref='-21830' />
+    <nd ref='-21838' />
+    <nd ref='-21836' />
+    <nd ref='-21840' />
+    <nd ref='-27338' />
+    <nd ref='-7782' />
+    <nd ref='-21816' />
+    <nd ref='-21820' />
+    <nd ref='-21822' />
+    <nd ref='-21818' />
+    <nd ref='-7780' />
+    <nd ref='-7778' />
+    <nd ref='-7776' />
+    <nd ref='-7774' />
+    <nd ref='-21808' />
+    <nd ref='-21814' />
+    <nd ref='-21810' />
+    <nd ref='-21812' />
+    <nd ref='-27336' />
+    <nd ref='-27334' />
+    <nd ref='-7772' />
+    <nd ref='-21802' />
+    <nd ref='-21804' />
+    <nd ref='-21806' />
+    <nd ref='-21770' />
+    <nd ref='-21776' />
+    <nd ref='-21774' />
+    <nd ref='-21772' />
+    <nd ref='-27332' />
+    <nd ref='-21778' />
+    <nd ref='-21780' />
+    <nd ref='-21782' />
+    <nd ref='-21784' />
+    <nd ref='-21798' />
+    <nd ref='-21800' />
+    <nd ref='-21796' />
+    <nd ref='-21794' />
+    <nd ref='-21790' />
+    <nd ref='-21792' />
+    <nd ref='-21786' />
+    <nd ref='-21788' />
+    <nd ref='-7770' />
+    <nd ref='-7768' />
+    <nd ref='-10324' />
+    <nd ref='-18622' />
+    <nd ref='-18624' />
+    <nd ref='-18628' />
+    <nd ref='-18630' />
+    <nd ref='-9946' />
+    <nd ref='-9948' />
+    <nd ref='-18636' />
+    <nd ref='-18638' />
+    <nd ref='-18640' />
+    <nd ref='-18642' />
+    <nd ref='-18644' />
+    <nd ref='-18646' />
+    <nd ref='-18650' />
+    <nd ref='-18652' />
+    <nd ref='-18654' />
+    <nd ref='-18648' />
+    <nd ref='-18656' />
+    <nd ref='-18658' />
+    <nd ref='-18662' />
+    <nd ref='-18664' />
+    <nd ref='-18666' />
+    <nd ref='-18660' />
+    <nd ref='-18634' />
+    <nd ref='-18632' />
+    <nd ref='-18670' />
+    <nd ref='-18678' />
+    <nd ref='-18680' />
+    <nd ref='-18668' />
+    <nd ref='-18692' />
+    <nd ref='-18674' />
+    <nd ref='-18676' />
+    <nd ref='-18672' />
+    <nd ref='-18682' />
+    <nd ref='-18690' />
+    <nd ref='-18688' />
+    <nd ref='-18686' />
+    <nd ref='-18684' />
+    <nd ref='-9938' />
+    <nd ref='-9940' />
+    <nd ref='-2556' />
+    <nd ref='-2572' />
+    <nd ref='-2570' />
+    <nd ref='-2568' />
+    <nd ref='-2566' />
+    <nd ref='-2562' />
+    <nd ref='-2564' />
+    <nd ref='-2558' />
+    <nd ref='-2560' />
+    <nd ref='-2578' />
+    <nd ref='-2576' />
+    <nd ref='-2574' />
+    <nd ref='-2602' />
+    <nd ref='-2580' />
+    <nd ref='-2588' />
+    <nd ref='-2586' />
+    <nd ref='-2584' />
+    <nd ref='-2582' />
+    <nd ref='-2600' />
+    <nd ref='-2596' />
+    <nd ref='-2594' />
+    <nd ref='-2598' />
+    <nd ref='-2592' />
+    <nd ref='-2590' />
+    <nd ref='-2604' />
+    <nd ref='-27216' />
+    <nd ref='-27214' />
+    <nd ref='-27220' />
+    <nd ref='-27218' />
+    <nd ref='-2606' />
+    <nd ref='-27222' />
+    <nd ref='-27224' />
+    <nd ref='-27226' />
+    <nd ref='-2610' />
+    <nd ref='-2608' />
+    <nd ref='-2612' />
+    <nd ref='-2614' />
+    <nd ref='-2616' />
+    <nd ref='-2618' />
+    <nd ref='-2546' />
+    <nd ref='-2552' />
+    <nd ref='-2544' />
+    <nd ref='-2542' />
+    <nd ref='-2548' />
+    <nd ref='-2538' />
+    <nd ref='-27228' />
+    <nd ref='-2540' />
+    <nd ref='-2534' />
+    <nd ref='-2536' />
+    <nd ref='-2532' />
+    <nd ref='-2530' />
+    <nd ref='-2528' />
+    <nd ref='-2526' />
+    <nd ref='-2524' />
+    <nd ref='-2516' />
+    <nd ref='-2518' />
+    <nd ref='-2514' />
+    <nd ref='-2512' />
+    <nd ref='-2520' />
+    <nd ref='-2522' />
+    <nd ref='-2510' />
+    <nd ref='-2508' />
+    <nd ref='-2506' />
+    <nd ref='-2504' />
+    <nd ref='-87344' />
+    <nd ref='-87346' />
+    <nd ref='-87348' />
+    <nd ref='-87350' />
+    <nd ref='-87352' />
+    <nd ref='-87354' />
+    <nd ref='-87356' />
+    <nd ref='-87358' />
+    <nd ref='-87360' />
+    <nd ref='-87362' />
+    <nd ref='-87364' />
+    <nd ref='-87366' />
+    <nd ref='-87368' />
+    <nd ref='-87370' />
+    <nd ref='-87372' />
+    <nd ref='-87374' />
+    <nd ref='-87376' />
+    <tag k='ISO3166-2' v='CN-YN' />
+    <tag k='name:en' v='Yunnan' />
+  </way>
+  <way id='-89333'>
+    <nd ref='-86949' />
+    <nd ref='-89332' />
+    <nd ref='-89334' />
+    <nd ref='-89336' />
+    <nd ref='-89338' />
+    <nd ref='-89340' />
+    <nd ref='-89342' />
+    <nd ref='-89344' />
+    <nd ref='-89346' />
+    <nd ref='-89348' />
+    <nd ref='-89350' />
+    <nd ref='-89352' />
+    <nd ref='-89354' />
+    <nd ref='-89356' />
+    <nd ref='-89358' />
+    <nd ref='-89360' />
+    <nd ref='-89362' />
+    <nd ref='-89364' />
+    <nd ref='-89366' />
+    <nd ref='-89368' />
+    <nd ref='-89370' />
+    <nd ref='-90195' />
+    <nd ref='-89372' />
+    <nd ref='-89374' />
+    <nd ref='-89376' />
+    <nd ref='-89378' />
+    <nd ref='-89380' />
+    <nd ref='-89382' />
+    <nd ref='-89384' />
+    <nd ref='-89386' />
+    <nd ref='-89388' />
+    <nd ref='-89390' />
+    <nd ref='-89392' />
+    <nd ref='-89394' />
+    <nd ref='-89396' />
+    <nd ref='-89398' />
+    <nd ref='-89400' />
+    <nd ref='-89402' />
+    <nd ref='-89404' />
+    <nd ref='-89406' />
+    <nd ref='-89408' />
+    <nd ref='-89410' />
+    <nd ref='-89412' />
+    <nd ref='-89414' />
+    <nd ref='-89416' />
+    <nd ref='-89418' />
+    <nd ref='-89420' />
+    <nd ref='-89422' />
+    <nd ref='-89424' />
+    <nd ref='-89426' />
+    <nd ref='-89428' />
+    <nd ref='-89430' />
+    <nd ref='-89432' />
+    <nd ref='-89434' />
+    <nd ref='-89436' />
+    <nd ref='-89438' />
+    <nd ref='-89440' />
+    <nd ref='-89442' />
+    <nd ref='-89444' />
+    <nd ref='-89446' />
+    <nd ref='-89448' />
+    <nd ref='-89450' />
+    <nd ref='-89452' />
+    <nd ref='-89454' />
+    <nd ref='-89456' />
+    <nd ref='-89458' />
+    <nd ref='-89460' />
+    <nd ref='-89462' />
+    <nd ref='-89464' />
+    <nd ref='-89466' />
+    <nd ref='-89468' />
+    <nd ref='-89470' />
+    <nd ref='-89472' />
+    <nd ref='-89474' />
+    <nd ref='-89476' />
+    <nd ref='-89478' />
+    <nd ref='-89480' />
+    <nd ref='-89482' />
+    <nd ref='-89484' />
+    <nd ref='-89486' />
+    <nd ref='-89488' />
+    <nd ref='-89490' />
+    <nd ref='-89492' />
+    <nd ref='-89494' />
+    <nd ref='-88384' />
+    <nd ref='-88388' />
+    <nd ref='-88390' />
+    <nd ref='-88392' />
+    <nd ref='-88394' />
+    <nd ref='-88396' />
+    <nd ref='-88398' />
+    <nd ref='-88402' />
+    <nd ref='-88406' />
+    <nd ref='-88408' />
+    <nd ref='-88410' />
+    <nd ref='-88412' />
+    <nd ref='-88414' />
+    <nd ref='-88416' />
+    <nd ref='-88418' />
+    <nd ref='-88422' />
+    <nd ref='-88424' />
+    <nd ref='-88426' />
+    <nd ref='-88428' />
+    <nd ref='-88430' />
+    <nd ref='-88432' />
+    <nd ref='-88434' />
+    <nd ref='-88438' />
+    <nd ref='-88442' />
+    <nd ref='-88444' />
+    <nd ref='-88446' />
+    <nd ref='-88448' />
+    <nd ref='-88450' />
+    <nd ref='-88454' />
+    <nd ref='-88456' />
+    <nd ref='-88458' />
+    <nd ref='-88460' />
+    <nd ref='-88462' />
+    <nd ref='-88464' />
+    <nd ref='-88468' />
+    <nd ref='-88470' />
+    <nd ref='-88472' />
+    <nd ref='-88474' />
+    <nd ref='-88476' />
+    <nd ref='-88478' />
+    <nd ref='-88480' />
+    <nd ref='-88482' />
+    <nd ref='-88484' />
+    <nd ref='-88486' />
+    <nd ref='-88488' />
+    <nd ref='-88490' />
+    <nd ref='-85370' />
+    <nd ref='-85368' />
+    <nd ref='-85364' />
+    <nd ref='-85358' />
+    <nd ref='-85356' />
+    <nd ref='-85354' />
+    <nd ref='-85352' />
+    <nd ref='-85350' />
+    <nd ref='-85344' />
+    <nd ref='-85342' />
+    <nd ref='-85336' />
+    <nd ref='-85334' />
+    <nd ref='-85330' />
+    <nd ref='-85328' />
+    <nd ref='-85326' />
+    <nd ref='-85322' />
+    <nd ref='-85320' />
+    <nd ref='-85318' />
+    <nd ref='-85314' />
+    <nd ref='-85310' />
+    <nd ref='-85308' />
+    <nd ref='-85304' />
+    <nd ref='-85302' />
+    <nd ref='-85298' />
+    <nd ref='-85294' />
+    <nd ref='-85292' />
+    <nd ref='-85290' />
+    <nd ref='-85288' />
+    <nd ref='-86867' />
+    <nd ref='-86873' />
+    <nd ref='-86875' />
+    <nd ref='-86877' />
+    <nd ref='-86879' />
+    <nd ref='-86881' />
+    <nd ref='-86883' />
+    <nd ref='-86885' />
+    <nd ref='-86887' />
+    <nd ref='-86889' />
+    <nd ref='-86891' />
+    <nd ref='-86893' />
+    <nd ref='-86895' />
+    <nd ref='-86897' />
+    <nd ref='-86899' />
+    <nd ref='-86903' />
+    <nd ref='-86905' />
+    <nd ref='-86907' />
+    <nd ref='-86909' />
+    <nd ref='-86913' />
+    <nd ref='-86915' />
+    <nd ref='-86917' />
+    <nd ref='-86919' />
+    <nd ref='-86921' />
+    <nd ref='-86923' />
+    <nd ref='-86925' />
+    <nd ref='-86929' />
+    <nd ref='-86931' />
+    <nd ref='-86933' />
+    <nd ref='-86935' />
+    <nd ref='-86937' />
+    <nd ref='-86939' />
+    <nd ref='-86941' />
+    <nd ref='-86943' />
+    <nd ref='-86947' />
+    <nd ref='-86949' />
+    <tag k='ISO3166-2' v='CN-SC' />
+    <tag k='name:en' v='Sichuan' />
+  </way>
+  <way id='-90005'>
+    <nd ref='-89338' />
+    <nd ref='-89336' />
+    <nd ref='-89334' />
+    <nd ref='-89332' />
+    <nd ref='-86949' />
+    <nd ref='-86951' />
+    <nd ref='-86953' />
+    <nd ref='-86959' />
+    <nd ref='-86961' />
+    <nd ref='-86965' />
+    <nd ref='-86969' />
+    <nd ref='-86973' />
+    <nd ref='-86977' />
+    <nd ref='-86979' />
+    <nd ref='-86981' />
+    <nd ref='-86985' />
+    <nd ref='-86987' />
+    <nd ref='-86991' />
+    <nd ref='-86993' />
+    <nd ref='-86995' />
+    <nd ref='-86997' />
+    <nd ref='-87001' />
+    <nd ref='-87007' />
+    <nd ref='-87011' />
+    <nd ref='-87013' />
+    <nd ref='-87015' />
+    <nd ref='-87017' />
+    <nd ref='-87019' />
+    <nd ref='-87021' />
+    <nd ref='-87023' />
+    <nd ref='-87025' />
+    <nd ref='-87033' />
+    <nd ref='-87037' />
+    <nd ref='-87043' />
+    <nd ref='-87051' />
+    <nd ref='-87055' />
+    <nd ref='-87059' />
+    <nd ref='-87069' />
+    <nd ref='-87071' />
+    <nd ref='-87077' />
+    <nd ref='-87079' />
+    <nd ref='-87081' />
+    <nd ref='-87083' />
+    <nd ref='-87085' />
+    <nd ref='-87087' />
+    <nd ref='-87171' />
+    <nd ref='-87175' />
+    <nd ref='-87179' />
+    <nd ref='-87185' />
+    <nd ref='-87187' />
+    <nd ref='-87189' />
+    <nd ref='-87191' />
+    <nd ref='-87193' />
+    <nd ref='-87195' />
+    <nd ref='-87197' />
+    <nd ref='-87199' />
+    <nd ref='-87201' />
+    <nd ref='-85656' />
+    <nd ref='-85658' />
+    <nd ref='-85660' />
+    <nd ref='-85662' />
+    <nd ref='-85664' />
+    <nd ref='-85666' />
+    <nd ref='-85668' />
+    <nd ref='-85670' />
+    <nd ref='-7904' />
+    <nd ref='-10458' />
+    <nd ref='-86707' />
+    <nd ref='-86705' />
+    <nd ref='-86703' />
+    <nd ref='-86701' />
+    <nd ref='-86699' />
+    <nd ref='-86697' />
+    <nd ref='-86695' />
+    <nd ref='-86693' />
+    <nd ref='-86691' />
+    <nd ref='-86689' />
+    <nd ref='-86687' />
+    <nd ref='-86685' />
+    <nd ref='-86683' />
+    <nd ref='-86681' />
+    <nd ref='-86679' />
+    <nd ref='-86677' />
+    <nd ref='-90091' />
+    <nd ref='-90093' />
+    <nd ref='-90095' />
+    <nd ref='-90097' />
+    <nd ref='-90099' />
+    <nd ref='-90101' />
+    <nd ref='-90103' />
+    <nd ref='-90105' />
+    <nd ref='-90107' />
+    <nd ref='-90109' />
+    <nd ref='-90111' />
+    <nd ref='-90113' />
+    <nd ref='-90115' />
+    <nd ref='-90143' />
+    <nd ref='-90145' />
+    <nd ref='-90147' />
+    <nd ref='-90149' />
+    <nd ref='-90151' />
+    <nd ref='-90153' />
+    <nd ref='-90155' />
+    <nd ref='-90157' />
+    <nd ref='-90159' />
+    <nd ref='-90161' />
+    <nd ref='-90163' />
+    <nd ref='-90165' />
+    <nd ref='-90167' />
+    <nd ref='-90169' />
+    <nd ref='-90171' />
+    <nd ref='-90173' />
+    <nd ref='-90175' />
+    <nd ref='-90177' />
+    <nd ref='-90179' />
+    <nd ref='-90181' />
+    <nd ref='-90183' />
+    <nd ref='-90185' />
+    <nd ref='-90187' />
+    <nd ref='-90189' />
+    <nd ref='-90191' />
+    <nd ref='-90193' />
+    <nd ref='-90195' />
+    <nd ref='-89370' />
+    <nd ref='-89368' />
+    <nd ref='-89366' />
+    <nd ref='-89364' />
+    <nd ref='-89362' />
+    <nd ref='-89360' />
+    <nd ref='-89358' />
+    <nd ref='-89356' />
+    <nd ref='-89354' />
+    <nd ref='-89352' />
+    <nd ref='-89350' />
+    <nd ref='-89348' />
+    <nd ref='-89346' />
+    <nd ref='-89344' />
+    <nd ref='-89342' />
+    <nd ref='-89340' />
+    <nd ref='-89338' />
+    <tag k='ISO3166-2' v='CN-GS' />
+    <tag k='name:en' v='Gansu' />
+  </way>
+  <way id='-90235'>
+    <nd ref='-90115' />
+    <nd ref='-90234' />
+    <nd ref='-90119' />
+    <nd ref='-86635' />
+    <nd ref='-86641' />
+    <nd ref='-86647' />
+    <nd ref='-86653' />
+    <nd ref='-86655' />
+    <nd ref='-86663' />
+    <nd ref='-86665' />
+    <nd ref='-86667' />
+    <nd ref='-86669' />
+    <nd ref='-86671' />
+    <nd ref='-86673' />
+    <nd ref='-86675' />
+    <nd ref='-86677' />
+    <nd ref='-90091' />
+    <nd ref='-90093' />
+    <nd ref='-90095' />
+    <nd ref='-90097' />
+    <nd ref='-90099' />
+    <nd ref='-90101' />
+    <nd ref='-90103' />
+    <nd ref='-90105' />
+    <nd ref='-90107' />
+    <nd ref='-90109' />
+    <nd ref='-90111' />
+    <nd ref='-90113' />
+    <nd ref='-90115' />
+    <tag k='ISO3166-2' v='CN-NX' />
+    <tag k='name:en' v='Ningxia' />
+  </way>
+  <way id='-90295'>
+    <nd ref='-86297' />
+    <nd ref='-90294' />
+    <nd ref='-90296' />
+    <nd ref='-90298' />
+    <nd ref='-90300' />
+    <nd ref='-90302' />
+    <nd ref='-90304' />
+    <nd ref='-90306' />
+    <nd ref='-90308' />
+    <nd ref='-90310' />
+    <nd ref='-90312' />
+    <nd ref='-90314' />
+    <nd ref='-90316' />
+    <nd ref='-90318' />
+    <nd ref='-90320' />
+    <nd ref='-90322' />
+    <nd ref='-90324' />
+    <nd ref='-12914' />
+    <nd ref='-12912' />
+    <nd ref='-12916' />
+    <nd ref='-12918' />
+    <nd ref='-12922' />
+    <nd ref='-12920' />
+    <nd ref='-7732' />
+    <nd ref='-12924' />
+    <nd ref='-12926' />
+    <nd ref='-12928' />
+    <nd ref='-12930' />
+    <nd ref='-12932' />
+    <nd ref='-12936' />
+    <nd ref='-12934' />
+    <nd ref='-7730' />
+    <nd ref='-7728' />
+    <nd ref='-12938' />
+    <nd ref='-7726' />
+    <nd ref='-12940' />
+    <nd ref='-12942' />
+    <nd ref='-12944' />
+    <nd ref='-12946' />
+    <nd ref='-12948' />
+    <nd ref='-27886' />
+    <nd ref='-7724' />
+    <nd ref='-12950' />
+    <nd ref='-12952' />
+    <nd ref='-7722' />
+    <nd ref='-7720' />
+    <nd ref='-12954' />
+    <nd ref='-12956' />
+    <nd ref='-12958' />
+    <nd ref='-12960' />
+    <nd ref='-12962' />
+    <nd ref='-27884' />
+    <nd ref='-12964' />
+    <nd ref='-12966' />
+    <nd ref='-12968' />
+    <nd ref='-12970' />
+    <nd ref='-27882' />
+    <nd ref='-27880' />
+    <nd ref='-27878' />
+    <nd ref='-12972' />
+    <nd ref='-12984' />
+    <nd ref='-12982' />
+    <nd ref='-12980' />
+    <nd ref='-12978' />
+    <nd ref='-12976' />
+    <nd ref='-27876' />
+    <nd ref='-12974' />
+    <nd ref='-27874' />
+    <nd ref='-27872' />
+    <nd ref='-12986' />
+    <nd ref='-27866' />
+    <nd ref='-27868' />
+    <nd ref='-27870' />
+    <nd ref='-12992' />
+    <nd ref='-12990' />
+    <nd ref='-12988' />
+    <nd ref='-12994' />
+    <nd ref='-12996' />
+    <nd ref='-7718' />
+    <nd ref='-12998' />
+    <nd ref='-27864' />
+    <nd ref='-27862' />
+    <nd ref='-27860' />
+    <nd ref='-13000' />
+    <nd ref='-27858' />
+    <nd ref='-13002' />
+    <nd ref='-13004' />
+    <nd ref='-7716' />
+    <nd ref='-7714' />
+    <nd ref='-13008' />
+    <nd ref='-13006' />
+    <nd ref='-13012' />
+    <nd ref='-13010' />
+    <nd ref='-13014' />
+    <nd ref='-7976' />
+    <nd ref='-7974' />
+    <nd ref='-13016' />
+    <nd ref='-7972' />
+    <nd ref='-86237' />
+    <nd ref='-86239' />
+    <nd ref='-86241' />
+    <nd ref='-86243' />
+    <nd ref='-86245' />
+    <nd ref='-86247' />
+    <nd ref='-86249' />
+    <nd ref='-86251' />
+    <nd ref='-86253' />
+    <nd ref='-86255' />
+    <nd ref='-86257' />
+    <nd ref='-86259' />
+    <nd ref='-86261' />
+    <nd ref='-86263' />
+    <nd ref='-86265' />
+    <nd ref='-86267' />
+    <nd ref='-86269' />
+    <nd ref='-86271' />
+    <nd ref='-86273' />
+    <nd ref='-86275' />
+    <nd ref='-86277' />
+    <nd ref='-86279' />
+    <nd ref='-86281' />
+    <nd ref='-86283' />
+    <nd ref='-86285' />
+    <nd ref='-86287' />
+    <nd ref='-86289' />
+    <nd ref='-86291' />
+    <nd ref='-86293' />
+    <nd ref='-86295' />
+    <nd ref='-86297' />
+    <tag k='ISO3166-2' v='CN-HL' />
+    <tag k='name:en' v='Heilongjiang' />
+  </way>
+  <way id='-90451'>
+    <nd ref='-86347' />
+    <nd ref='-90450' />
+    <nd ref='-90452' />
+    <nd ref='-90454' />
+    <nd ref='-90456' />
+    <nd ref='-90458' />
+    <nd ref='-90460' />
+    <nd ref='-90462' />
+    <nd ref='-90464' />
+    <nd ref='-90466' />
+    <nd ref='-90468' />
+    <nd ref='-90470' />
+    <nd ref='-90472' />
+    <nd ref='-90474' />
+    <nd ref='-90476' />
+    <nd ref='-90478' />
+    <nd ref='-90480' />
+    <nd ref='-90482' />
+    <nd ref='-90484' />
+    <nd ref='-90486' />
+    <nd ref='-90488' />
+    <nd ref='-90490' />
+    <nd ref='-90492' />
+    <nd ref='-90494' />
+    <nd ref='-90496' />
+    <nd ref='-90498' />
+    <nd ref='-90500' />
+    <nd ref='-90502' />
+    <nd ref='-12852' />
+    <nd ref='-12854' />
+    <nd ref='-27302' />
+    <nd ref='-12856' />
+    <nd ref='-12858' />
+    <nd ref='-7750' />
+    <nd ref='-27300' />
+    <nd ref='-12860' />
+    <nd ref='-27298' />
+    <nd ref='-27296' />
+    <nd ref='-27294' />
+    <nd ref='-27292' />
+    <nd ref='-27290' />
+    <nd ref='-7748' />
+    <nd ref='-7746' />
+    <nd ref='-12862' />
+    <nd ref='-7744' />
+    <nd ref='-7742' />
+    <nd ref='-7740' />
+    <nd ref='-12868' />
+    <nd ref='-27288' />
+    <nd ref='-27286' />
+    <nd ref='-12866' />
+    <nd ref='-12870' />
+    <nd ref='-12872' />
+    <nd ref='-12874' />
+    <nd ref='-12864' />
+    <nd ref='-27284' />
+    <nd ref='-27278' />
+    <nd ref='-27280' />
+    <nd ref='-27282' />
+    <nd ref='-27276' />
+    <nd ref='-7738' />
+    <nd ref='-27274' />
+    <nd ref='-12876' />
+    <nd ref='-27272' />
+    <nd ref='-27268' />
+    <nd ref='-27270' />
+    <nd ref='-7736' />
+    <nd ref='-27266' />
+    <nd ref='-12878' />
+    <nd ref='-12884' />
+    <nd ref='-12882' />
+    <nd ref='-12880' />
+    <nd ref='-27264' />
+    <nd ref='-12890' />
+    <nd ref='-12892' />
+    <nd ref='-12894' />
+    <nd ref='-12896' />
+    <nd ref='-7734' />
+    <nd ref='-12898' />
+    <nd ref='-12902' />
+    <nd ref='-12900' />
+    <nd ref='-12904' />
+    <nd ref='-12910' />
+    <nd ref='-12908' />
+    <nd ref='-12906' />
+    <nd ref='-12914' />
+    <nd ref='-90324' />
+    <nd ref='-90322' />
+    <nd ref='-90320' />
+    <nd ref='-90318' />
+    <nd ref='-90316' />
+    <nd ref='-90314' />
+    <nd ref='-90312' />
+    <nd ref='-90310' />
+    <nd ref='-90308' />
+    <nd ref='-90306' />
+    <nd ref='-90304' />
+    <nd ref='-90302' />
+    <nd ref='-90300' />
+    <nd ref='-90298' />
+    <nd ref='-90296' />
+    <nd ref='-90294' />
+    <nd ref='-86297' />
+    <nd ref='-86299' />
+    <nd ref='-86301' />
+    <nd ref='-86303' />
+    <nd ref='-86305' />
+    <nd ref='-86307' />
+    <nd ref='-86309' />
+    <nd ref='-86311' />
+    <nd ref='-86313' />
+    <nd ref='-86315' />
+    <nd ref='-86317' />
+    <nd ref='-86319' />
+    <nd ref='-86321' />
+    <nd ref='-86323' />
+    <nd ref='-86325' />
+    <nd ref='-86327' />
+    <nd ref='-86329' />
+    <nd ref='-86331' />
+    <nd ref='-86333' />
+    <nd ref='-86335' />
+    <nd ref='-86337' />
+    <nd ref='-86339' />
+    <nd ref='-86341' />
+    <nd ref='-86343' />
+    <nd ref='-86345' />
+    <nd ref='-86347' />
+    <tag k='ISO3166-2' v='CN-JL' />
+    <tag k='name:en' v='Jilin' />
+  </way>
+  <way id='-90625'>
+    <nd ref='-10870' />
+    <nd ref='-90624' />
+    <nd ref='-101621' />
+    <nd ref='-90626' />
+    <nd ref='-90628' />
+    <nd ref='-90630' />
+    <nd ref='-90632' />
+    <nd ref='-90634' />
+    <nd ref='-90636' />
+    <nd ref='-90638' />
+    <nd ref='-90640' />
+    <nd ref='-90642' />
+    <nd ref='-90644' />
+    <nd ref='-90646' />
+    <nd ref='-90648' />
+    <nd ref='-86403' />
+    <nd ref='-86401' />
+    <nd ref='-86399' />
+    <nd ref='-86397' />
+    <nd ref='-86395' />
+    <nd ref='-86393' />
+    <nd ref='-86391' />
+    <nd ref='-86389' />
+    <nd ref='-86387' />
+    <nd ref='-86385' />
+    <nd ref='-86383' />
+    <nd ref='-86381' />
+    <nd ref='-86379' />
+    <nd ref='-86377' />
+    <nd ref='-86375' />
+    <nd ref='-86373' />
+    <nd ref='-86371' />
+    <nd ref='-86369' />
+    <nd ref='-86367' />
+    <nd ref='-86365' />
+    <nd ref='-86363' />
+    <nd ref='-86361' />
+    <nd ref='-86359' />
+    <nd ref='-86357' />
+    <nd ref='-86355' />
+    <nd ref='-86353' />
+    <nd ref='-86351' />
+    <nd ref='-86349' />
+    <nd ref='-86347' />
+    <nd ref='-90450' />
+    <nd ref='-90452' />
+    <nd ref='-90454' />
+    <nd ref='-90456' />
+    <nd ref='-90458' />
+    <nd ref='-90460' />
+    <nd ref='-90462' />
+    <nd ref='-90464' />
+    <nd ref='-90466' />
+    <nd ref='-90468' />
+    <nd ref='-90470' />
+    <nd ref='-90472' />
+    <nd ref='-90474' />
+    <nd ref='-90476' />
+    <nd ref='-90478' />
+    <nd ref='-90480' />
+    <nd ref='-90482' />
+    <nd ref='-90484' />
+    <nd ref='-90486' />
+    <nd ref='-90488' />
+    <nd ref='-90490' />
+    <nd ref='-90492' />
+    <nd ref='-90494' />
+    <nd ref='-90496' />
+    <nd ref='-90498' />
+    <nd ref='-90500' />
+    <nd ref='-90502' />
+    <nd ref='-12850' />
+    <nd ref='-27304' />
+    <nd ref='-7752' />
+    <nd ref='-7754' />
+    <nd ref='-27308' />
+    <nd ref='-27306' />
+    <nd ref='-27310' />
+    <nd ref='-12220' />
+    <nd ref='-10870' />
+    <tag k='ISO3166-2' v='CN-LN' />
+    <tag k='name:en' v='Liaoning' />
+  </way>
+  <way id='-90752'>
+    <nd ref='-90878' />
+    <nd ref='-90757' />
+    <nd ref='-90759' />
+    <nd ref='-90761' />
+    <nd ref='-90763' />
+    <nd ref='-90765' />
+    <nd ref='-90767' />
+    <nd ref='-90769' />
+    <nd ref='-90771' />
+    <nd ref='-90773' />
+    <nd ref='-90775' />
+    <nd ref='-90777' />
+    <nd ref='-90779' />
+    <nd ref='-90781' />
+    <nd ref='-90783' />
+    <nd ref='-90785' />
+    <nd ref='-90787' />
+    <nd ref='-90789' />
+    <nd ref='-90791' />
+    <nd ref='-90793' />
+    <nd ref='-90795' />
+    <nd ref='-90797' />
+    <nd ref='-90799' />
+    <nd ref='-90801' />
+    <nd ref='-90803' />
+    <nd ref='-90805' />
+    <nd ref='-90807' />
+    <nd ref='-90809' />
+    <nd ref='-90811' />
+    <nd ref='-90813' />
+    <nd ref='-90815' />
+    <nd ref='-90817' />
+    <nd ref='-90819' />
+    <nd ref='-90821' />
+    <nd ref='-90823' />
+    <nd ref='-90825' />
+    <nd ref='-90827' />
+    <nd ref='-90829' />
+    <nd ref='-90831' />
+    <nd ref='-90833' />
+    <nd ref='-90835' />
+    <nd ref='-90837' />
+    <nd ref='-90839' />
+    <nd ref='-90841' />
+    <nd ref='-90843' />
+    <nd ref='-90845' />
+    <nd ref='-90847' />
+    <nd ref='-90849' />
+    <nd ref='-90851' />
+    <nd ref='-90853' />
+    <nd ref='-90855' />
+    <nd ref='-90857' />
+    <nd ref='-90859' />
+    <nd ref='-90861' />
+    <nd ref='-90863' />
+    <nd ref='-90869' />
+    <nd ref='-90871' />
+    <nd ref='-90873' />
+    <nd ref='-90875' />
+    <nd ref='-92422' />
+    <nd ref='-92270' />
+    <nd ref='-92271' />
+    <nd ref='-92273' />
+    <nd ref='-92478' />
+    <nd ref='-92438' />
+    <nd ref='-90878' />
+    <tag k='ISO3166-2' v='IN-KL' />
+    <tag k='name:en' v='Kerala' />
+  </way>
+  <way id='-90894'>
+    <nd ref='-90873' />
+    <nd ref='-90871' />
+    <nd ref='-90869' />
+    <nd ref='-90863' />
+    <nd ref='-90861' />
+    <nd ref='-90859' />
+    <nd ref='-90857' />
+    <nd ref='-90855' />
+    <nd ref='-90853' />
+    <nd ref='-90851' />
+    <nd ref='-90849' />
+    <nd ref='-90847' />
+    <nd ref='-90845' />
+    <nd ref='-90843' />
+    <nd ref='-90841' />
+    <nd ref='-90839' />
+    <nd ref='-90837' />
+    <nd ref='-90835' />
+    <nd ref='-90833' />
+    <nd ref='-90831' />
+    <nd ref='-90829' />
+    <nd ref='-90827' />
+    <nd ref='-90825' />
+    <nd ref='-90823' />
+    <nd ref='-90821' />
+    <nd ref='-90819' />
+    <nd ref='-90817' />
+    <nd ref='-90815' />
+    <nd ref='-90813' />
+    <nd ref='-90924' />
+    <nd ref='-90926' />
+    <nd ref='-90928' />
+    <nd ref='-90930' />
+    <nd ref='-90932' />
+    <nd ref='-90934' />
+    <nd ref='-90936' />
+    <nd ref='-90938' />
+    <nd ref='-90940' />
+    <nd ref='-90942' />
+    <nd ref='-90944' />
+    <nd ref='-90946' />
+    <nd ref='-90948' />
+    <nd ref='-90950' />
+    <nd ref='-90952' />
+    <nd ref='-90954' />
+    <nd ref='-90956' />
+    <nd ref='-90958' />
+    <nd ref='-90960' />
+    <nd ref='-90962' />
+    <nd ref='-90964' />
+    <nd ref='-90966' />
+    <nd ref='-90968' />
+    <nd ref='-90970' />
+    <nd ref='-90972' />
+    <nd ref='-90974' />
+    <nd ref='-90976' />
+    <nd ref='-90978' />
+    <nd ref='-90980' />
+    <nd ref='-90982' />
+    <nd ref='-90984' />
+    <nd ref='-90986' />
+    <nd ref='-90988' />
+    <nd ref='-90990' />
+    <nd ref='-90994' />
+    <nd ref='-90996' />
+    <nd ref='-90998' />
+    <nd ref='-91002' />
+    <nd ref='-91008' />
+    <nd ref='-91010' />
+    <nd ref='-91012' />
+    <nd ref='-91014' />
+    <nd ref='-91018' />
+    <nd ref='-91020' />
+    <nd ref='-91022' />
+    <nd ref='-91054' />
+    <nd ref='-91056' />
+    <nd ref='-91058' />
+    <nd ref='-91060' />
+    <nd ref='-91062' />
+    <nd ref='-91064' />
+    <nd ref='-91066' />
+    <nd ref='-91068' />
+    <nd ref='-91070' />
+    <nd ref='-91072' />
+    <nd ref='-91074' />
+    <nd ref='-91082' />
+    <nd ref='-91084' />
+    <nd ref='-91090' />
+    <nd ref='-91092' />
+    <nd ref='-91094' />
+    <nd ref='-91096' />
+    <nd ref='-91098' />
+    <nd ref='-91100' />
+    <nd ref='-91102' />
+    <nd ref='-91104' />
+    <nd ref='-91106' />
+    <nd ref='-91108' />
+    <nd ref='-91110' />
+    <nd ref='-91112' />
+    <nd ref='-91114' />
+    <nd ref='-91116' />
+    <nd ref='-91118' />
+    <nd ref='-91120' />
+    <nd ref='-91122' />
+    <nd ref='-91124' />
+    <nd ref='-91126' />
+    <nd ref='-91128' />
+    <nd ref='-91130' />
+    <nd ref='-91132' />
+    <nd ref='-91134' />
+    <nd ref='-91136' />
+    <nd ref='-91138' />
+    <nd ref='-91140' />
+    <nd ref='-91142' />
+    <nd ref='-91144' />
+    <nd ref='-91146' />
+    <nd ref='-91148' />
+    <nd ref='-91150' />
+    <nd ref='-91152' />
+    <nd ref='-91154' />
+    <nd ref='-91156' />
+    <nd ref='-91158' />
+    <nd ref='-91160' />
+    <nd ref='-91162' />
+    <nd ref='-91164' />
+    <nd ref='-91166' />
+    <nd ref='-91168' />
+    <nd ref='-91170' />
+    <nd ref='-91172' />
+    <nd ref='-91174' />
+    <nd ref='-91176' />
+    <nd ref='-91178' />
+    <nd ref='-91180' />
+    <nd ref='-91182' />
+    <nd ref='-91184' />
+    <nd ref='-91186' />
+    <nd ref='-91188' />
+    <nd ref='-91190' />
+    <nd ref='-91192' />
+    <nd ref='-91196' />
+    <nd ref='-91198' />
+    <nd ref='-91200' />
+    <nd ref='-91202' />
+    <nd ref='-91206' />
+    <nd ref='-91208' />
+    <nd ref='-91212' />
+    <nd ref='-91214' />
+    <nd ref='-91216' />
+    <nd ref='-91218' />
+    <nd ref='-91220' />
+    <nd ref='-91222' />
+    <nd ref='-91226' />
+    <nd ref='-91228' />
+    <nd ref='-91230' />
+    <nd ref='-91232' />
+    <nd ref='-91234' />
+    <nd ref='-91236' />
+    <nd ref='-91240' />
+    <nd ref='-91242' />
+    <nd ref='-91244' />
+    <nd ref='-91246' />
+    <nd ref='-91250' />
+    <nd ref='-91252' />
+    <nd ref='-91254' />
+    <nd ref='-91256' />
+    <nd ref='-91264' />
+    <nd ref='-91266' />
+    <nd ref='-91268' />
+    <nd ref='-91270' />
+    <nd ref='-91272' />
+    <nd ref='-91274' />
+    <nd ref='-91280' />
+    <nd ref='-91282' />
+    <nd ref='-91284' />
+    <nd ref='-91286' />
+    <nd ref='-91288' />
+    <nd ref='-91290' />
+    <nd ref='-91292' />
+    <nd ref='-91294' />
+    <nd ref='-91298' />
+    <nd ref='-91304' />
+    <nd ref='-91306' />
+    <nd ref='-91308' />
+    <nd ref='-91310' />
+    <nd ref='-91312' />
+    <nd ref='-91314' />
+    <nd ref='-91316' />
+    <nd ref='-91318' />
+    <nd ref='-91322' />
+    <nd ref='-91324' />
+    <nd ref='-91326' />
+    <nd ref='-91328' />
+    <nd ref='-91330' />
+    <nd ref='-91334' />
+    <nd ref='-91336' />
+    <nd ref='-91338' />
+    <nd ref='-91340' />
+    <nd ref='-91342' />
+    <nd ref='-91344' />
+    <nd ref='-91346' />
+    <nd ref='-91350' />
+    <nd ref='-91352' />
+    <nd ref='-91440' />
+    <nd ref='-91445' />
+    <nd ref='-91447' />
+    <nd ref='-91449' />
+    <nd ref='-91451' />
+    <nd ref='-91453' />
+    <nd ref='-91455' />
+    <nd ref='-91457' />
+    <nd ref='-91459' />
+    <nd ref='-91461' />
+    <nd ref='-91463' />
+    <nd ref='-91473' />
+    <nd ref='-91475' />
+    <nd ref='-91477' />
+    <nd ref='-91481' />
+    <nd ref='-91483' />
+    <nd ref='-91485' />
+    <nd ref='-91487' />
+    <nd ref='-91489' />
+    <nd ref='-91491' />
+    <nd ref='-91493' />
+    <nd ref='-91495' />
+    <nd ref='-91497' />
+    <nd ref='-91499' />
+    <nd ref='-91501' />
+    <nd ref='-91503' />
+    <nd ref='-91505' />
+    <nd ref='-91509' />
+    <nd ref='-91511' />
+    <nd ref='-91513' />
+    <nd ref='-91519' />
+    <nd ref='-91525' />
+    <nd ref='-91527' />
+    <nd ref='-91529' />
+    <nd ref='-91531' />
+    <nd ref='-91533' />
+    <nd ref='-91535' />
+    <nd ref='-91537' />
+    <nd ref='-91539' />
+    <nd ref='-91541' />
+    <nd ref='-91543' />
+    <nd ref='-91547' />
+    <nd ref='-91549' />
+    <nd ref='-91551' />
+    <nd ref='-91553' />
+    <nd ref='-91555' />
+    <nd ref='-91557' />
+    <nd ref='-91559' />
+    <nd ref='-91561' />
+    <nd ref='-91563' />
+    <nd ref='-91565' />
+    <nd ref='-91567' />
+    <nd ref='-91569' />
+    <nd ref='-91571' />
+    <nd ref='-91575' />
+    <nd ref='-91577' />
+    <nd ref='-91579' />
+    <nd ref='-91581' />
+    <nd ref='-91585' />
+    <nd ref='-91587' />
+    <nd ref='-91589' />
+    <nd ref='-91591' />
+    <nd ref='-91593' />
+    <nd ref='-91595' />
+    <nd ref='-91597' />
+    <nd ref='-91599' />
+    <nd ref='-91601' />
+    <nd ref='-91603' />
+    <nd ref='-91605' />
+    <nd ref='-91607' />
+    <nd ref='-91609' />
+    <nd ref='-91611' />
+    <nd ref='-91613' />
+    <nd ref='-91615' />
+    <nd ref='-91617' />
+    <nd ref='-91619' />
+    <nd ref='-91621' />
+    <nd ref='-91623' />
+    <nd ref='-91625' />
+    <nd ref='-91627' />
+    <nd ref='-91629' />
+    <nd ref='-91631' />
+    <nd ref='-91633' />
+    <nd ref='-91635' />
+    <nd ref='-91637' />
+    <nd ref='-91639' />
+    <nd ref='-91641' />
+    <nd ref='-91643' />
+    <nd ref='-91645' />
+    <nd ref='-91647' />
+    <nd ref='-91649' />
+    <nd ref='-91651' />
+    <nd ref='-90875' />
+    <nd ref='-90873' />
+    <tag k='ISO3166-2' v='IN-KA' />
+    <tag k='name:en' v='Karnataka' />
+  </way>
+  <way id='-91443'>
+    <nd ref='-91440' />
+    <nd ref='-91358' />
+    <nd ref='-91360' />
+    <nd ref='-91362' />
+    <nd ref='-91364' />
+    <nd ref='-91366' />
+    <nd ref='-91368' />
+    <nd ref='-91370' />
+    <nd ref='-91372' />
+    <nd ref='-91374' />
+    <nd ref='-91376' />
+    <nd ref='-91378' />
+    <nd ref='-91380' />
+    <nd ref='-91382' />
+    <nd ref='-91384' />
+    <nd ref='-91386' />
+    <nd ref='-91396' />
+    <nd ref='-91398' />
+    <nd ref='-91400' />
+    <nd ref='-91402' />
+    <nd ref='-91404' />
+    <nd ref='-91406' />
+    <nd ref='-91408' />
+    <nd ref='-91416' />
+    <nd ref='-91418' />
+    <nd ref='-91420' />
+    <nd ref='-91422' />
+    <nd ref='-91424' />
+    <nd ref='-91432' />
+    <nd ref='-91434' />
+    <nd ref='-91436' />
+    <nd ref='-91438' />
+    <nd ref='-91725' />
+    <nd ref='-91727' />
+    <nd ref='-91731' />
+    <nd ref='-91733' />
+    <nd ref='-91735' />
+    <nd ref='-91737' />
+    <nd ref='-91741' />
+    <nd ref='-91743' />
+    <nd ref='-91745' />
+    <nd ref='-91747' />
+    <nd ref='-91749' />
+    <nd ref='-91751' />
+    <nd ref='-91753' />
+    <nd ref='-91755' />
+    <nd ref='-91757' />
+    <nd ref='-91759' />
+    <nd ref='-91761' />
+    <nd ref='-91763' />
+    <nd ref='-91765' />
+    <nd ref='-91771' />
+    <nd ref='-91773' />
+    <nd ref='-91775' />
+    <nd ref='-91777' />
+    <nd ref='-91779' />
+    <nd ref='-91781' />
+    <nd ref='-91783' />
+    <nd ref='-91785' />
+    <nd ref='-91793' />
+    <nd ref='-91799' />
+    <nd ref='-91801' />
+    <nd ref='-91803' />
+    <nd ref='-91813' />
+    <nd ref='-91815' />
+    <nd ref='-91819' />
+    <nd ref='-91821' />
+    <nd ref='-91823' />
+    <nd ref='-91274' />
+    <nd ref='-91280' />
+    <nd ref='-91282' />
+    <nd ref='-91284' />
+    <nd ref='-91286' />
+    <nd ref='-91288' />
+    <nd ref='-91290' />
+    <nd ref='-91292' />
+    <nd ref='-91294' />
+    <nd ref='-91298' />
+    <nd ref='-91304' />
+    <nd ref='-91306' />
+    <nd ref='-91308' />
+    <nd ref='-91310' />
+    <nd ref='-91312' />
+    <nd ref='-91314' />
+    <nd ref='-91316' />
+    <nd ref='-91318' />
+    <nd ref='-91322' />
+    <nd ref='-91324' />
+    <nd ref='-91326' />
+    <nd ref='-91328' />
+    <nd ref='-91330' />
+    <nd ref='-91334' />
+    <nd ref='-91336' />
+    <nd ref='-91338' />
+    <nd ref='-91340' />
+    <nd ref='-91342' />
+    <nd ref='-91344' />
+    <nd ref='-91346' />
+    <nd ref='-91350' />
+    <nd ref='-91352' />
+    <nd ref='-91440' />
+    <tag k='ISO3166-2' v='IN-TG' />
+    <tag k='name:en' v='Telangana' />
+  </way>
+  <way id='-91682'>
+    <nd ref='-91651' />
+    <nd ref='-91649' />
+    <nd ref='-91647' />
+    <nd ref='-91645' />
+    <nd ref='-91643' />
+    <nd ref='-91641' />
+    <nd ref='-91639' />
+    <nd ref='-91637' />
+    <nd ref='-91635' />
+    <nd ref='-91633' />
+    <nd ref='-91631' />
+    <nd ref='-91692' />
+    <nd ref='-91694' />
+    <nd ref='-91696' />
+    <nd ref='-91704' />
+    <nd ref='-91708' />
+    <nd ref='-91710' />
+    <nd ref='-91651' />
+    <tag k='ISO3166-2' v='IN-GA' />
+    <tag k='name:en' v='Goa' />
+  </way>
+  <way id='-91879'>
+    <nd ref='-91735' />
+    <nd ref='-91878' />
+    <nd ref='-91880' />
+    <nd ref='-91882' />
+    <nd ref='-91884' />
+    <nd ref='-91886' />
+    <nd ref='-91888' />
+    <nd ref='-91890' />
+    <nd ref='-91892' />
+    <nd ref='-91894' />
+    <nd ref='-91896' />
+    <nd ref='-91898' />
+    <nd ref='-91900' />
+    <nd ref='-91902' />
+    <nd ref='-91904' />
+    <nd ref='-91906' />
+    <nd ref='-91908' />
+    <nd ref='-91910' />
+    <nd ref='-91912' />
+    <nd ref='-91914' />
+    <nd ref='-91916' />
+    <nd ref='-91918' />
+    <nd ref='-91920' />
+    <nd ref='-91922' />
+    <nd ref='-91924' />
+    <nd ref='-92285' />
+    <nd ref='-92283' />
+    <nd ref='-92282' />
+    <nd ref='-92287' />
+    <nd ref='-91926' />
+    <nd ref='-91928' />
+    <nd ref='-91930' />
+    <nd ref='-91932' />
+    <nd ref='-91934' />
+    <nd ref='-91936' />
+    <nd ref='-91938' />
+    <nd ref='-91940' />
+    <nd ref='-91942' />
+    <nd ref='-91944' />
+    <nd ref='-91946' />
+    <nd ref='-91948' />
+    <nd ref='-91950' />
+    <nd ref='-91952' />
+    <nd ref='-91954' />
+    <nd ref='-91956' />
+    <nd ref='-91056' />
+    <nd ref='-91058' />
+    <nd ref='-91060' />
+    <nd ref='-91062' />
+    <nd ref='-91064' />
+    <nd ref='-91066' />
+    <nd ref='-91068' />
+    <nd ref='-91070' />
+    <nd ref='-91072' />
+    <nd ref='-91074' />
+    <nd ref='-91082' />
+    <nd ref='-91084' />
+    <nd ref='-91090' />
+    <nd ref='-91092' />
+    <nd ref='-91094' />
+    <nd ref='-91096' />
+    <nd ref='-91098' />
+    <nd ref='-91100' />
+    <nd ref='-91102' />
+    <nd ref='-91104' />
+    <nd ref='-91106' />
+    <nd ref='-91108' />
+    <nd ref='-91110' />
+    <nd ref='-91112' />
+    <nd ref='-91114' />
+    <nd ref='-91116' />
+    <nd ref='-91118' />
+    <nd ref='-91120' />
+    <nd ref='-91122' />
+    <nd ref='-91124' />
+    <nd ref='-91126' />
+    <nd ref='-91128' />
+    <nd ref='-91130' />
+    <nd ref='-91132' />
+    <nd ref='-91134' />
+    <nd ref='-91136' />
+    <nd ref='-91138' />
+    <nd ref='-91140' />
+    <nd ref='-91142' />
+    <nd ref='-91144' />
+    <nd ref='-91146' />
+    <nd ref='-91148' />
+    <nd ref='-91150' />
+    <nd ref='-91152' />
+    <nd ref='-91154' />
+    <nd ref='-91156' />
+    <nd ref='-91158' />
+    <nd ref='-91160' />
+    <nd ref='-91162' />
+    <nd ref='-91164' />
+    <nd ref='-91166' />
+    <nd ref='-91168' />
+    <nd ref='-91170' />
+    <nd ref='-91172' />
+    <nd ref='-91174' />
+    <nd ref='-91176' />
+    <nd ref='-91178' />
+    <nd ref='-91180' />
+    <nd ref='-91182' />
+    <nd ref='-91184' />
+    <nd ref='-91186' />
+    <nd ref='-91188' />
+    <nd ref='-91190' />
+    <nd ref='-91192' />
+    <nd ref='-91196' />
+    <nd ref='-91198' />
+    <nd ref='-91200' />
+    <nd ref='-91202' />
+    <nd ref='-91206' />
+    <nd ref='-91208' />
+    <nd ref='-91212' />
+    <nd ref='-91214' />
+    <nd ref='-91216' />
+    <nd ref='-91218' />
+    <nd ref='-91220' />
+    <nd ref='-91222' />
+    <nd ref='-91226' />
+    <nd ref='-91228' />
+    <nd ref='-91230' />
+    <nd ref='-91232' />
+    <nd ref='-91234' />
+    <nd ref='-91236' />
+    <nd ref='-91240' />
+    <nd ref='-91242' />
+    <nd ref='-91244' />
+    <nd ref='-91246' />
+    <nd ref='-91250' />
+    <nd ref='-91252' />
+    <nd ref='-91254' />
+    <nd ref='-91256' />
+    <nd ref='-91264' />
+    <nd ref='-91266' />
+    <nd ref='-91268' />
+    <nd ref='-91270' />
+    <nd ref='-91272' />
+    <nd ref='-91274' />
+    <nd ref='-91823' />
+    <nd ref='-91821' />
+    <nd ref='-91819' />
+    <nd ref='-91815' />
+    <nd ref='-91813' />
+    <nd ref='-91803' />
+    <nd ref='-91801' />
+    <nd ref='-91799' />
+    <nd ref='-91793' />
+    <nd ref='-91785' />
+    <nd ref='-91783' />
+    <nd ref='-91781' />
+    <nd ref='-91779' />
+    <nd ref='-91777' />
+    <nd ref='-91775' />
+    <nd ref='-91773' />
+    <nd ref='-91771' />
+    <nd ref='-91765' />
+    <nd ref='-91763' />
+    <nd ref='-91761' />
+    <nd ref='-91759' />
+    <nd ref='-91757' />
+    <nd ref='-91755' />
+    <nd ref='-91753' />
+    <nd ref='-91751' />
+    <nd ref='-91749' />
+    <nd ref='-91747' />
+    <nd ref='-91745' />
+    <nd ref='-91743' />
+    <nd ref='-91741' />
+    <nd ref='-91737' />
+    <nd ref='-91735' />
+    <tag k='ISO3166-2' v='IN-AP' />
+    <tag k='name:en' v='Andhra Pradesh' />
+  </way>
+  <way id='-92131'>
+    <nd ref='-91926' />
+    <nd ref='-92250' />
+    <nd ref='-92344' />
+    <nd ref='-92246' />
+    <nd ref='-92245' />
+    <nd ref='-92254' />
+    <nd ref='-92390' />
+    <nd ref='-92257' />
+    <nd ref='-92259' />
+    <nd ref='-11720' />
+    <nd ref='-11722' />
+    <nd ref='-9312' />
+    <nd ref='-11714' />
+    <nd ref='-9314' />
+    <nd ref='-90878' />
+    <nd ref='-90757' />
+    <nd ref='-90759' />
+    <nd ref='-90761' />
+    <nd ref='-90763' />
+    <nd ref='-90765' />
+    <nd ref='-90767' />
+    <nd ref='-90769' />
+    <nd ref='-90771' />
+    <nd ref='-90773' />
+    <nd ref='-90775' />
+    <nd ref='-90777' />
+    <nd ref='-90779' />
+    <nd ref='-90781' />
+    <nd ref='-90783' />
+    <nd ref='-90785' />
+    <nd ref='-90787' />
+    <nd ref='-90789' />
+    <nd ref='-90791' />
+    <nd ref='-90793' />
+    <nd ref='-90795' />
+    <nd ref='-90797' />
+    <nd ref='-90799' />
+    <nd ref='-90801' />
+    <nd ref='-90803' />
+    <nd ref='-90805' />
+    <nd ref='-90807' />
+    <nd ref='-90809' />
+    <nd ref='-90811' />
+    <nd ref='-90813' />
+    <nd ref='-90924' />
+    <nd ref='-90926' />
+    <nd ref='-90928' />
+    <nd ref='-90930' />
+    <nd ref='-90932' />
+    <nd ref='-90934' />
+    <nd ref='-90936' />
+    <nd ref='-90938' />
+    <nd ref='-90940' />
+    <nd ref='-90942' />
+    <nd ref='-90944' />
+    <nd ref='-90946' />
+    <nd ref='-90948' />
+    <nd ref='-90950' />
+    <nd ref='-90952' />
+    <nd ref='-90954' />
+    <nd ref='-90956' />
+    <nd ref='-90958' />
+    <nd ref='-90960' />
+    <nd ref='-90962' />
+    <nd ref='-90964' />
+    <nd ref='-90966' />
+    <nd ref='-90968' />
+    <nd ref='-90970' />
+    <nd ref='-90972' />
+    <nd ref='-90974' />
+    <nd ref='-90976' />
+    <nd ref='-90978' />
+    <nd ref='-90980' />
+    <nd ref='-90982' />
+    <nd ref='-90984' />
+    <nd ref='-90986' />
+    <nd ref='-90988' />
+    <nd ref='-90990' />
+    <nd ref='-90994' />
+    <nd ref='-90996' />
+    <nd ref='-90998' />
+    <nd ref='-91002' />
+    <nd ref='-91008' />
+    <nd ref='-91010' />
+    <nd ref='-91012' />
+    <nd ref='-91014' />
+    <nd ref='-91018' />
+    <nd ref='-91020' />
+    <nd ref='-91022' />
+    <nd ref='-91054' />
+    <nd ref='-91056' />
+    <nd ref='-91956' />
+    <nd ref='-91954' />
+    <nd ref='-91952' />
+    <nd ref='-91950' />
+    <nd ref='-91948' />
+    <nd ref='-91946' />
+    <nd ref='-91944' />
+    <nd ref='-91942' />
+    <nd ref='-91940' />
+    <nd ref='-91938' />
+    <nd ref='-91936' />
+    <nd ref='-91934' />
+    <nd ref='-91932' />
+    <nd ref='-91930' />
+    <nd ref='-91928' />
+    <nd ref='-91926' />
+    <tag k='ISO3166-2' v='IN-TN' />
+    <tag k='name:en' v='Tamil Nadu' />
+  </way>
+  <way id='-92247'>
+    <nd ref='-92245' />
+    <nd ref='-92246' />
+    <nd ref='-92344' />
+    <nd ref='-92250' />
+    <nd ref='-92245' />
+  </way>
+  <way id='-92256'>
+    <nd ref='-92254' />
+    <nd ref='-92390' />
+    <nd ref='-92257' />
+    <nd ref='-92259' />
+    <nd ref='-92254' />
+  </way>
+  <way id='-92272'>
+    <nd ref='-92270' />
+    <nd ref='-92271' />
+    <nd ref='-92273' />
+    <nd ref='-92478' />
+    <nd ref='-92438' />
+    <nd ref='-92422' />
+    <nd ref='-92270' />
+  </way>
+  <way id='-92284'>
+    <nd ref='-92282' />
+    <nd ref='-92283' />
+    <nd ref='-92285' />
+    <nd ref='-92287' />
+    <nd ref='-92282' />
+  </way>
+  <way id='-92581'>
+    <nd ref='-22214' />
+    <nd ref='-92580' />
+    <nd ref='-92582' />
+    <nd ref='-92584' />
+    <nd ref='-92586' />
+    <nd ref='-92588' />
+    <nd ref='-92590' />
+    <nd ref='-92592' />
+    <nd ref='-92594' />
+    <nd ref='-92596' />
+    <nd ref='-92598' />
+    <nd ref='-97883' />
+    <nd ref='-92600' />
+    <nd ref='-92602' />
+    <nd ref='-92604' />
+    <nd ref='-22350' />
+    <nd ref='-22348' />
+    <nd ref='-22346' />
+    <nd ref='-22352' />
+    <nd ref='-9386' />
+    <nd ref='-27550' />
+    <nd ref='-27552' />
+    <nd ref='-9388' />
+    <nd ref='-9390' />
+    <nd ref='-9392' />
+    <nd ref='-22356' />
+    <nd ref='-22364' />
+    <nd ref='-22362' />
+    <nd ref='-22360' />
+    <nd ref='-22358' />
+    <nd ref='-22354' />
+    <nd ref='-22368' />
+    <nd ref='-22366' />
+    <nd ref='-22370' />
+    <nd ref='-22372' />
+    <nd ref='-9394' />
+    <nd ref='-22374' />
+    <nd ref='-22376' />
+    <nd ref='-22378' />
+    <nd ref='-22380' />
+    <nd ref='-9396' />
+    <nd ref='-9398' />
+    <nd ref='-9400' />
+    <nd ref='-27548' />
+    <nd ref='-22382' />
+    <nd ref='-27546' />
+    <nd ref='-22388' />
+    <nd ref='-22390' />
+    <nd ref='-22392' />
+    <nd ref='-22394' />
+    <nd ref='-22386' />
+    <nd ref='-22384' />
+    <nd ref='-22396' />
+    <nd ref='-27544' />
+    <nd ref='-22398' />
+    <nd ref='-22400' />
+    <nd ref='-22404' />
+    <nd ref='-22402' />
+    <nd ref='-22406' />
+    <nd ref='-22408' />
+    <nd ref='-22412' />
+    <nd ref='-22416' />
+    <nd ref='-22414' />
+    <nd ref='-22410' />
+    <nd ref='-9402' />
+    <nd ref='-9404' />
+    <nd ref='-22418' />
+    <nd ref='-9406' />
+    <nd ref='-22420' />
+    <nd ref='-22422' />
+    <nd ref='-9408' />
+    <nd ref='-22434' />
+    <nd ref='-22430' />
+    <nd ref='-22432' />
+    <nd ref='-22424' />
+    <nd ref='-22426' />
+    <nd ref='-22428' />
+    <nd ref='-9410' />
+    <nd ref='-9412' />
+    <nd ref='-9414' />
+    <nd ref='-22440' />
+    <nd ref='-22438' />
+    <nd ref='-22436' />
+    <nd ref='-7832' />
+    <nd ref='-22148' />
+    <nd ref='-22150' />
+    <nd ref='-22152' />
+    <nd ref='-22160' />
+    <nd ref='-22164' />
+    <nd ref='-7830' />
+    <nd ref='-22168' />
+    <nd ref='-22166' />
+    <nd ref='-22172' />
+    <nd ref='-22178' />
+    <nd ref='-7828' />
+    <nd ref='-22194' />
+    <nd ref='-22196' />
+    <nd ref='-22192' />
+    <nd ref='-22190' />
+    <nd ref='-22186' />
+    <nd ref='-22184' />
+    <nd ref='-22182' />
+    <nd ref='-7826' />
+    <nd ref='-22198' />
+    <nd ref='-22202' />
+    <nd ref='-22200' />
+    <nd ref='-7824' />
+    <nd ref='-22204' />
+    <nd ref='-22206' />
+    <nd ref='-22208' />
+    <nd ref='-7822' />
+    <nd ref='-7820' />
+    <nd ref='-7818' />
+    <nd ref='-22212' />
+    <nd ref='-22210' />
+    <nd ref='-22222' />
+    <nd ref='-22216' />
+    <nd ref='-22214' />
+    <tag k='ISO3166-2' v='IN-JK' />
+    <tag k='name:en' v='Jammu and Kashmir' />
+  </way>
+  <way id='-92731'>
+    <nd ref='-22230' />
+    <nd ref='-92730' />
+    <nd ref='-92732' />
+    <nd ref='-92734' />
+    <nd ref='-92736' />
+    <nd ref='-92738' />
+    <nd ref='-92740' />
+    <nd ref='-92742' />
+    <nd ref='-92746' />
+    <nd ref='-92748' />
+    <nd ref='-92750' />
+    <nd ref='-92752' />
+    <nd ref='-92754' />
+    <nd ref='-92756' />
+    <nd ref='-92758' />
+    <nd ref='-92760' />
+    <nd ref='-92762' />
+    <nd ref='-92764' />
+    <nd ref='-92766' />
+    <nd ref='-92768' />
+    <nd ref='-92770' />
+    <nd ref='-92772' />
+    <nd ref='-92774' />
+    <nd ref='-92776' />
+    <nd ref='-92778' />
+    <nd ref='-92780' />
+    <nd ref='-92782' />
+    <nd ref='-10762' />
+    <nd ref='-1600' />
+    <nd ref='-1598' />
+    <nd ref='-1596' />
+    <nd ref='-1592' />
+    <nd ref='-1594' />
+    <nd ref='-1590' />
+    <nd ref='-1602' />
+    <nd ref='-1604' />
+    <nd ref='-27532' />
+    <nd ref='-1606' />
+    <nd ref='-27534' />
+    <nd ref='-1622' />
+    <nd ref='-1610' />
+    <nd ref='-27536' />
+    <nd ref='-1612' />
+    <nd ref='-27538' />
+    <nd ref='-1608' />
+    <nd ref='-1616' />
+    <nd ref='-1614' />
+    <nd ref='-1618' />
+    <nd ref='-1620' />
+    <nd ref='-10764' />
+    <nd ref='-22242' />
+    <nd ref='-22244' />
+    <nd ref='-22246' />
+    <nd ref='-22240' />
+    <nd ref='-22238' />
+    <nd ref='-22236' />
+    <nd ref='-22234' />
+    <nd ref='-22232' />
+    <nd ref='-22230' />
+    <tag k='ISO3166-2' v='IN-UT' />
+    <tag k='name:en' v='Uttarakhand' />
+  </way>
+  <way id='-92838'>
+    <nd ref='-91710' />
+    <nd ref='-92837' />
+    <nd ref='-92839' />
+    <nd ref='-92841' />
+    <nd ref='-92843' />
+    <nd ref='-92859' />
+    <nd ref='-92861' />
+    <nd ref='-92863' />
+    <nd ref='-92865' />
+    <nd ref='-92867' />
+    <nd ref='-92869' />
+    <nd ref='-92871' />
+    <nd ref='-92873' />
+    <nd ref='-92875' />
+    <nd ref='-92877' />
+    <nd ref='-92879' />
+    <nd ref='-92881' />
+    <nd ref='-92883' />
+    <nd ref='-92885' />
+    <nd ref='-92887' />
+    <nd ref='-92889' />
+    <nd ref='-92891' />
+    <nd ref='-92895' />
+    <nd ref='-92897' />
+    <nd ref='-92899' />
+    <nd ref='-92901' />
+    <nd ref='-92903' />
+    <nd ref='-92905' />
+    <nd ref='-92909' />
+    <nd ref='-92911' />
+    <nd ref='-92913' />
+    <nd ref='-92915' />
+    <nd ref='-92917' />
+    <nd ref='-92919' />
+    <nd ref='-92921' />
+    <nd ref='-92923' />
+    <nd ref='-92925' />
+    <nd ref='-92927' />
+    <nd ref='-92929' />
+    <nd ref='-92931' />
+    <nd ref='-92933' />
+    <nd ref='-92937' />
+    <nd ref='-92939' />
+    <nd ref='-92941' />
+    <nd ref='-92943' />
+    <nd ref='-92949' />
+    <nd ref='-92951' />
+    <nd ref='-92953' />
+    <nd ref='-92955' />
+    <nd ref='-92957' />
+    <nd ref='-92959' />
+    <nd ref='-92961' />
+    <nd ref='-92963' />
+    <nd ref='-92965' />
+    <nd ref='-92967' />
+    <nd ref='-92969' />
+    <nd ref='-92971' />
+    <nd ref='-92973' />
+    <nd ref='-92975' />
+    <nd ref='-92983' />
+    <nd ref='-92985' />
+    <nd ref='-92987' />
+    <nd ref='-92989' />
+    <nd ref='-92991' />
+    <nd ref='-92993' />
+    <nd ref='-92995' />
+    <nd ref='-92997' />
+    <nd ref='-92999' />
+    <nd ref='-93001' />
+    <nd ref='-93003' />
+    <nd ref='-93005' />
+    <nd ref='-93007' />
+    <nd ref='-93009' />
+    <nd ref='-93011' />
+    <nd ref='-93013' />
+    <nd ref='-93015' />
+    <nd ref='-93017' />
+    <nd ref='-93019' />
+    <nd ref='-93021' />
+    <nd ref='-93023' />
+    <nd ref='-93025' />
+    <nd ref='-93027' />
+    <nd ref='-93029' />
+    <nd ref='-93031' />
+    <nd ref='-93033' />
+    <nd ref='-93035' />
+    <nd ref='-93037' />
+    <nd ref='-93039' />
+    <nd ref='-93041' />
+    <nd ref='-93043' />
+    <nd ref='-91438' />
+    <nd ref='-91436' />
+    <nd ref='-91434' />
+    <nd ref='-91432' />
+    <nd ref='-91424' />
+    <nd ref='-91422' />
+    <nd ref='-91420' />
+    <nd ref='-91418' />
+    <nd ref='-91416' />
+    <nd ref='-91408' />
+    <nd ref='-91406' />
+    <nd ref='-91404' />
+    <nd ref='-91402' />
+    <nd ref='-91400' />
+    <nd ref='-91398' />
+    <nd ref='-91396' />
+    <nd ref='-91386' />
+    <nd ref='-91384' />
+    <nd ref='-91382' />
+    <nd ref='-91380' />
+    <nd ref='-91378' />
+    <nd ref='-91376' />
+    <nd ref='-91374' />
+    <nd ref='-91372' />
+    <nd ref='-91370' />
+    <nd ref='-91368' />
+    <nd ref='-91366' />
+    <nd ref='-91364' />
+    <nd ref='-91362' />
+    <nd ref='-91360' />
+    <nd ref='-91358' />
+    <nd ref='-91440' />
+    <nd ref='-91445' />
+    <nd ref='-91447' />
+    <nd ref='-91449' />
+    <nd ref='-91451' />
+    <nd ref='-91453' />
+    <nd ref='-91455' />
+    <nd ref='-91457' />
+    <nd ref='-91459' />
+    <nd ref='-91461' />
+    <nd ref='-91463' />
+    <nd ref='-91473' />
+    <nd ref='-91475' />
+    <nd ref='-91477' />
+    <nd ref='-91481' />
+    <nd ref='-91483' />
+    <nd ref='-91485' />
+    <nd ref='-91487' />
+    <nd ref='-91489' />
+    <nd ref='-91491' />
+    <nd ref='-91493' />
+    <nd ref='-91495' />
+    <nd ref='-91497' />
+    <nd ref='-91499' />
+    <nd ref='-91501' />
+    <nd ref='-91503' />
+    <nd ref='-91505' />
+    <nd ref='-91509' />
+    <nd ref='-91511' />
+    <nd ref='-91513' />
+    <nd ref='-91519' />
+    <nd ref='-91525' />
+    <nd ref='-91527' />
+    <nd ref='-91529' />
+    <nd ref='-91531' />
+    <nd ref='-91533' />
+    <nd ref='-91535' />
+    <nd ref='-91537' />
+    <nd ref='-91539' />
+    <nd ref='-91541' />
+    <nd ref='-91543' />
+    <nd ref='-91547' />
+    <nd ref='-91549' />
+    <nd ref='-91551' />
+    <nd ref='-91553' />
+    <nd ref='-91555' />
+    <nd ref='-91557' />
+    <nd ref='-91559' />
+    <nd ref='-91561' />
+    <nd ref='-91563' />
+    <nd ref='-91565' />
+    <nd ref='-91567' />
+    <nd ref='-91569' />
+    <nd ref='-91571' />
+    <nd ref='-91575' />
+    <nd ref='-91577' />
+    <nd ref='-91579' />
+    <nd ref='-91581' />
+    <nd ref='-91585' />
+    <nd ref='-91587' />
+    <nd ref='-91589' />
+    <nd ref='-91591' />
+    <nd ref='-91593' />
+    <nd ref='-91595' />
+    <nd ref='-91597' />
+    <nd ref='-91599' />
+    <nd ref='-91601' />
+    <nd ref='-91603' />
+    <nd ref='-91605' />
+    <nd ref='-91607' />
+    <nd ref='-91609' />
+    <nd ref='-91611' />
+    <nd ref='-91613' />
+    <nd ref='-91615' />
+    <nd ref='-91617' />
+    <nd ref='-91619' />
+    <nd ref='-91621' />
+    <nd ref='-91623' />
+    <nd ref='-91625' />
+    <nd ref='-91627' />
+    <nd ref='-91629' />
+    <nd ref='-91631' />
+    <nd ref='-91692' />
+    <nd ref='-91694' />
+    <nd ref='-91696' />
+    <nd ref='-91704' />
+    <nd ref='-91708' />
+    <nd ref='-91710' />
+    <tag k='ISO3166-2' v='IN-MH' />
+    <tag k='name:en' v='Maharashtra' />
+  </way>
+  <way id='-93207'>
+    <nd ref='-93205' />
+    <nd ref='-93206' />
+    <nd ref='-11796' />
+    <nd ref='-11794' />
+    <nd ref='-93205' />
+    <tag k='ISO3166-2' v='IN-LD' />
+    <tag k='name:en' v='Lakshadweep' />
+  </way>
+  <way id='-93226'>
+    <nd ref='-12116' />
+    <nd ref='-93225' />
+    <nd ref='-11990' />
+    <nd ref='-11988' />
+    <nd ref='-12120' />
+    <nd ref='-12118' />
+    <nd ref='-12116' />
+    <tag k='ISO3166-2' v='IN-AN' />
+    <tag k='name:en' v='Andaman and Nicobar Islands' />
+  </way>
+  <way id='-93267'>
+    <nd ref='-91733' />
+    <nd ref='-93266' />
+    <nd ref='-93268' />
+    <nd ref='-93270' />
+    <nd ref='-93272' />
+    <nd ref='-93274' />
+    <nd ref='-93276' />
+    <nd ref='-93278' />
+    <nd ref='-93280' />
+    <nd ref='-93282' />
+    <nd ref='-93284' />
+    <nd ref='-93286' />
+    <nd ref='-93288' />
+    <nd ref='-93290' />
+    <nd ref='-93292' />
+    <nd ref='-93294' />
+    <nd ref='-93296' />
+    <nd ref='-93298' />
+    <nd ref='-93300' />
+    <nd ref='-93302' />
+    <nd ref='-93304' />
+    <nd ref='-93306' />
+    <nd ref='-93308' />
+    <nd ref='-93310' />
+    <nd ref='-93312' />
+    <nd ref='-93314' />
+    <nd ref='-93316' />
+    <nd ref='-93318' />
+    <nd ref='-93320' />
+    <nd ref='-93322' />
+    <nd ref='-93324' />
+    <nd ref='-93326' />
+    <nd ref='-93328' />
+    <nd ref='-93330' />
+    <nd ref='-93332' />
+    <nd ref='-93334' />
+    <nd ref='-93336' />
+    <nd ref='-93338' />
+    <nd ref='-93340' />
+    <nd ref='-93342' />
+    <nd ref='-93344' />
+    <nd ref='-93346' />
+    <nd ref='-93348' />
+    <nd ref='-93350' />
+    <nd ref='-93352' />
+    <nd ref='-93354' />
+    <nd ref='-93356' />
+    <nd ref='-93358' />
+    <nd ref='-93360' />
+    <nd ref='-93362' />
+    <nd ref='-93364' />
+    <nd ref='-93366' />
+    <nd ref='-93368' />
+    <nd ref='-93370' />
+    <nd ref='-93372' />
+    <nd ref='-93374' />
+    <nd ref='-93376' />
+    <nd ref='-93378' />
+    <nd ref='-93380' />
+    <nd ref='-93382' />
+    <nd ref='-93384' />
+    <nd ref='-93386' />
+    <nd ref='-93388' />
+    <nd ref='-93390' />
+    <nd ref='-93392' />
+    <nd ref='-93394' />
+    <nd ref='-93396' />
+    <nd ref='-93398' />
+    <nd ref='-93400' />
+    <nd ref='-93402' />
+    <nd ref='-93404' />
+    <nd ref='-93406' />
+    <nd ref='-93408' />
+    <nd ref='-93410' />
+    <nd ref='-93412' />
+    <nd ref='-93414' />
+    <nd ref='-93416' />
+    <nd ref='-93418' />
+    <nd ref='-93420' />
+    <nd ref='-93422' />
+    <nd ref='-93424' />
+    <nd ref='-93426' />
+    <nd ref='-93428' />
+    <nd ref='-93015' />
+    <nd ref='-93017' />
+    <nd ref='-93019' />
+    <nd ref='-93021' />
+    <nd ref='-93023' />
+    <nd ref='-93025' />
+    <nd ref='-93027' />
+    <nd ref='-93029' />
+    <nd ref='-93031' />
+    <nd ref='-93033' />
+    <nd ref='-93035' />
+    <nd ref='-93037' />
+    <nd ref='-93039' />
+    <nd ref='-93041' />
+    <nd ref='-93043' />
+    <nd ref='-91438' />
+    <nd ref='-91725' />
+    <nd ref='-91727' />
+    <nd ref='-91731' />
+    <nd ref='-91733' />
+    <tag k='ISO3166-2' v='IN-CT' />
+    <tag k='name:en' v='Chhattisgarh' />
+  </way>
+  <way id='-93662'>
+    <nd ref='-91924' />
+    <nd ref='-93661' />
+    <nd ref='-93663' />
+    <nd ref='-93665' />
+    <nd ref='-93667' />
+    <nd ref='-93669' />
+    <nd ref='-93671' />
+    <nd ref='-93673' />
+    <nd ref='-93675' />
+    <nd ref='-93677' />
+    <nd ref='-93679' />
+    <nd ref='-93681' />
+    <nd ref='-93683' />
+    <nd ref='-93695' />
+    <nd ref='-93697' />
+    <nd ref='-93699' />
+    <nd ref='-93701' />
+    <nd ref='-93703' />
+    <nd ref='-93705' />
+    <nd ref='-93707' />
+    <nd ref='-93342' />
+    <nd ref='-93340' />
+    <nd ref='-93338' />
+    <nd ref='-93336' />
+    <nd ref='-93334' />
+    <nd ref='-93332' />
+    <nd ref='-93330' />
+    <nd ref='-93328' />
+    <nd ref='-93326' />
+    <nd ref='-93324' />
+    <nd ref='-93322' />
+    <nd ref='-93320' />
+    <nd ref='-93318' />
+    <nd ref='-93316' />
+    <nd ref='-93314' />
+    <nd ref='-93312' />
+    <nd ref='-93310' />
+    <nd ref='-93308' />
+    <nd ref='-93306' />
+    <nd ref='-93304' />
+    <nd ref='-93302' />
+    <nd ref='-93300' />
+    <nd ref='-93298' />
+    <nd ref='-93296' />
+    <nd ref='-93294' />
+    <nd ref='-93292' />
+    <nd ref='-93290' />
+    <nd ref='-93288' />
+    <nd ref='-93286' />
+    <nd ref='-93284' />
+    <nd ref='-93282' />
+    <nd ref='-93280' />
+    <nd ref='-93278' />
+    <nd ref='-93276' />
+    <nd ref='-93274' />
+    <nd ref='-93272' />
+    <nd ref='-93270' />
+    <nd ref='-93268' />
+    <nd ref='-93266' />
+    <nd ref='-91733' />
+    <nd ref='-91735' />
+    <nd ref='-91878' />
+    <nd ref='-91880' />
+    <nd ref='-91882' />
+    <nd ref='-91884' />
+    <nd ref='-91886' />
+    <nd ref='-91888' />
+    <nd ref='-91890' />
+    <nd ref='-91892' />
+    <nd ref='-91894' />
+    <nd ref='-91896' />
+    <nd ref='-91898' />
+    <nd ref='-91900' />
+    <nd ref='-91902' />
+    <nd ref='-91904' />
+    <nd ref='-91906' />
+    <nd ref='-91908' />
+    <nd ref='-91910' />
+    <nd ref='-91912' />
+    <nd ref='-91914' />
+    <nd ref='-91916' />
+    <nd ref='-91918' />
+    <nd ref='-91920' />
+    <nd ref='-91922' />
+    <nd ref='-91924' />
+    <tag k='ISO3166-2' v='IN-OR' />
+    <tag k='name:en' v='Odisha' />
+  </way>
+  <way id='-93978'>
+    <nd ref='-93661' />
+    <nd ref='-9310' />
+    <nd ref='-7048' />
+    <nd ref='-9308' />
+    <nd ref='-19460' />
+    <nd ref='-27452' />
+    <nd ref='-27450' />
+    <nd ref='-7050' />
+    <nd ref='-7052' />
+    <nd ref='-19468' />
+    <nd ref='-27448' />
+    <nd ref='-19466' />
+    <nd ref='-19462' />
+    <nd ref='-19464' />
+    <nd ref='-27446' />
+    <nd ref='-7054' />
+    <nd ref='-19470' />
+    <nd ref='-7056' />
+    <nd ref='-19472' />
+    <nd ref='-19480' />
+    <nd ref='-19476' />
+    <nd ref='-19478' />
+    <nd ref='-19474' />
+    <nd ref='-7058' />
+    <nd ref='-7060' />
+    <nd ref='-7062' />
+    <nd ref='-19488' />
+    <nd ref='-19486' />
+    <nd ref='-19490' />
+    <nd ref='-19492' />
+    <nd ref='-19494' />
+    <nd ref='-19496' />
+    <nd ref='-19482' />
+    <nd ref='-19484' />
+    <nd ref='-19498' />
+    <nd ref='-19500' />
+    <nd ref='-27444' />
+    <nd ref='-19502' />
+    <nd ref='-19504' />
+    <nd ref='-19506' />
+    <nd ref='-19508' />
+    <nd ref='-19510' />
+    <nd ref='-7064' />
+    <nd ref='-7066' />
+    <nd ref='-7068' />
+    <nd ref='-7070' />
+    <nd ref='-27442' />
+    <nd ref='-7072' />
+    <nd ref='-7074' />
+    <nd ref='-19524' />
+    <nd ref='-19522' />
+    <nd ref='-19520' />
+    <nd ref='-19518' />
+    <nd ref='-19516' />
+    <nd ref='-19514' />
+    <nd ref='-19512' />
+    <nd ref='-19526' />
+    <nd ref='-27440' />
+    <nd ref='-19528' />
+    <nd ref='-19530' />
+    <nd ref='-19540' />
+    <nd ref='-19542' />
+    <nd ref='-19532' />
+    <nd ref='-19534' />
+    <nd ref='-27438' />
+    <nd ref='-19536' />
+    <nd ref='-19538' />
+    <nd ref='-7018' />
+    <nd ref='-19544' />
+    <nd ref='-27436' />
+    <nd ref='-19546' />
+    <nd ref='-19548' />
+    <nd ref='-27434' />
+    <nd ref='-19550' />
+    <nd ref='-94051' />
+    <nd ref='-94053' />
+    <nd ref='-94055' />
+    <nd ref='-94057' />
+    <nd ref='-27468' />
+    <nd ref='-27472' />
+    <nd ref='-27464' />
+    <nd ref='-27466' />
+    <nd ref='-2152' />
+    <nd ref='-27470' />
+    <nd ref='-2154' />
+    <nd ref='-2150' />
+    <nd ref='-27474' />
+    <nd ref='-27476' />
+    <nd ref='-2160' />
+    <nd ref='-2158' />
+    <nd ref='-2156' />
+    <nd ref='-94074' />
+    <nd ref='-94076' />
+    <nd ref='-94078' />
+    <nd ref='-94080' />
+    <nd ref='-94082' />
+    <nd ref='-94084' />
+    <nd ref='-94086' />
+    <nd ref='-94088' />
+    <nd ref='-94090' />
+    <nd ref='-94092' />
+    <nd ref='-1798' />
+    <nd ref='-1792' />
+    <nd ref='-27478' />
+    <nd ref='-27480' />
+    <nd ref='-1794' />
+    <nd ref='-27484' />
+    <nd ref='-27482' />
+    <nd ref='-27486' />
+    <nd ref='-94104' />
+    <nd ref='-94106' />
+    <nd ref='-94108' />
+    <nd ref='-94110' />
+    <nd ref='-94112' />
+    <nd ref='-94114' />
+    <nd ref='-94116' />
+    <nd ref='-94118' />
+    <nd ref='-94120' />
+    <nd ref='-94122' />
+    <nd ref='-94124' />
+    <nd ref='-94126' />
+    <nd ref='-94128' />
+    <nd ref='-94130' />
+    <nd ref='-94132' />
+    <nd ref='-94134' />
+    <nd ref='-94136' />
+    <nd ref='-94138' />
+    <nd ref='-94140' />
+    <nd ref='-94142' />
+    <nd ref='-94144' />
+    <nd ref='-94146' />
+    <nd ref='-94148' />
+    <nd ref='-94150' />
+    <nd ref='-94152' />
+    <nd ref='-94154' />
+    <nd ref='-94156' />
+    <nd ref='-94160' />
+    <nd ref='-94162' />
+    <nd ref='-94164' />
+    <nd ref='-94166' />
+    <nd ref='-94168' />
+    <nd ref='-94170' />
+    <nd ref='-94172' />
+    <nd ref='-94176' />
+    <nd ref='-94178' />
+    <nd ref='-94180' />
+    <nd ref='-94182' />
+    <nd ref='-94184' />
+    <nd ref='-94188' />
+    <nd ref='-94190' />
+    <nd ref='-94192' />
+    <nd ref='-94194' />
+    <nd ref='-94196' />
+    <nd ref='-94198' />
+    <nd ref='-94200' />
+    <nd ref='-94202' />
+    <nd ref='-94204' />
+    <nd ref='-94206' />
+    <nd ref='-94208' />
+    <nd ref='-94210' />
+    <nd ref='-94212' />
+    <nd ref='-94216' />
+    <nd ref='-94222' />
+    <nd ref='-94230' />
+    <nd ref='-93675' />
+    <nd ref='-93673' />
+    <nd ref='-93671' />
+    <nd ref='-93669' />
+    <nd ref='-93667' />
+    <nd ref='-93665' />
+    <nd ref='-93663' />
+    <nd ref='-93661' />
+    <tag k='ISO3166-2' v='IN-WB' />
+    <tag k='name:en' v='West Bengal' />
+  </way>
+  <way id='-94350'>
+    <nd ref='-92828' />
+    <nd ref='-94090' />
+    <nd ref='-94088' />
+    <nd ref='-94086' />
+    <nd ref='-94084' />
+    <nd ref='-94082' />
+    <nd ref='-94080' />
+    <nd ref='-94078' />
+    <nd ref='-94076' />
+    <nd ref='-94074' />
+    <nd ref='-2156' />
+    <nd ref='-7334' />
+    <nd ref='-27540' />
+    <nd ref='-21764' />
+    <nd ref='-21766' />
+    <nd ref='-21760' />
+    <nd ref='-21758' />
+    <nd ref='-21768' />
+    <nd ref='-21762' />
+    <nd ref='-7812' />
+    <nd ref='-10760' />
+    <nd ref='-1790' />
+    <nd ref='-1784' />
+    <nd ref='-1788' />
+    <nd ref='-1786' />
+    <nd ref='-92828' />
+    <tag k='ISO3166-2' v='IN-SK' />
+    <tag k='name:en' v='Sikkim' />
+  </way>
+  <way id='-94589'>
+    <nd ref='-93368' />
+    <nd ref='-94588' />
+    <nd ref='-94590' />
+    <nd ref='-94592' />
+    <nd ref='-94594' />
+    <nd ref='-94596' />
+    <nd ref='-94598' />
+    <nd ref='-94600' />
+    <nd ref='-94602' />
+    <nd ref='-94604' />
+    <nd ref='-94612' />
+    <nd ref='-94618' />
+    <nd ref='-94620' />
+    <nd ref='-94622' />
+    <nd ref='-94624' />
+    <nd ref='-94626' />
+    <nd ref='-94628' />
+    <nd ref='-94630' />
+    <nd ref='-94632' />
+    <nd ref='-94634' />
+    <nd ref='-94636' />
+    <nd ref='-94638' />
+    <nd ref='-94640' />
+    <nd ref='-94642' />
+    <nd ref='-94644' />
+    <nd ref='-94646' />
+    <nd ref='-94648' />
+    <nd ref='-94650' />
+    <nd ref='-94652' />
+    <nd ref='-94654' />
+    <nd ref='-94656' />
+    <nd ref='-94658' />
+    <nd ref='-94660' />
+    <nd ref='-94662' />
+    <nd ref='-94664' />
+    <nd ref='-94666' />
+    <nd ref='-94668' />
+    <nd ref='-94670' />
+    <nd ref='-94672' />
+    <nd ref='-94674' />
+    <nd ref='-94678' />
+    <nd ref='-94686' />
+    <nd ref='-94688' />
+    <nd ref='-1782' />
+    <nd ref='-1650' />
+    <nd ref='-1652' />
+    <nd ref='-1648' />
+    <nd ref='-1642' />
+    <nd ref='-1644' />
+    <nd ref='-1646' />
+    <nd ref='-1654' />
+    <nd ref='-1656' />
+    <nd ref='-1658' />
+    <nd ref='-1660' />
+    <nd ref='-1662' />
+    <nd ref='-1668' />
+    <nd ref='-1666' />
+    <nd ref='-1664' />
+    <nd ref='-1670' />
+    <nd ref='-1672' />
+    <nd ref='-1638' />
+    <nd ref='-1636' />
+    <nd ref='-1632' />
+    <nd ref='-1634' />
+    <nd ref='-1640' />
+    <nd ref='-27530' />
+    <nd ref='-1628' />
+    <nd ref='-1630' />
+    <nd ref='-1624' />
+    <nd ref='-1626' />
+    <nd ref='-1588' />
+    <nd ref='-1584' />
+    <nd ref='-1586' />
+    <nd ref='-10762' />
+    <nd ref='-92782' />
+    <nd ref='-92780' />
+    <nd ref='-92778' />
+    <nd ref='-92776' />
+    <nd ref='-92774' />
+    <nd ref='-92772' />
+    <nd ref='-92770' />
+    <nd ref='-92768' />
+    <nd ref='-92766' />
+    <nd ref='-92764' />
+    <nd ref='-92762' />
+    <nd ref='-92760' />
+    <nd ref='-92758' />
+    <nd ref='-92756' />
+    <nd ref='-92754' />
+    <nd ref='-92752' />
+    <nd ref='-92750' />
+    <nd ref='-92748' />
+    <nd ref='-92746' />
+    <nd ref='-94746' />
+    <nd ref='-94748' />
+    <nd ref='-94750' />
+    <nd ref='-94752' />
+    <nd ref='-94754' />
+    <nd ref='-94756' />
+    <nd ref='-94758' />
+    <nd ref='-94760' />
+    <nd ref='-94853' />
+    <nd ref='-94762' />
+    <nd ref='-94764' />
+    <nd ref='-94766' />
+    <nd ref='-94881' />
+    <nd ref='-94768' />
+    <nd ref='-94913' />
+    <nd ref='-94957' />
+    <nd ref='-94933' />
+    <nd ref='-94770' />
+    <nd ref='-94772' />
+    <nd ref='-94774' />
+    <nd ref='-94977' />
+    <nd ref='-94987' />
+    <nd ref='-94776' />
+    <nd ref='-94778' />
+    <nd ref='-94780' />
+    <nd ref='-95002' />
+    <nd ref='-94782' />
+    <nd ref='-94784' />
+    <nd ref='-94786' />
+    <nd ref='-95046' />
+    <nd ref='-94788' />
+    <nd ref='-94790' />
+    <nd ref='-94792' />
+    <nd ref='-94794' />
+    <nd ref='-94796' />
+    <nd ref='-94798' />
+    <nd ref='-94800' />
+    <nd ref='-95078' />
+    <nd ref='-94802' />
+    <nd ref='-94804' />
+    <nd ref='-95119' />
+    <nd ref='-94806' />
+    <nd ref='-94808' />
+    <nd ref='-94810' />
+    <nd ref='-94812' />
+    <nd ref='-94814' />
+    <nd ref='-94816' />
+    <nd ref='-94835' />
+    <nd ref='-94818' />
+    <nd ref='-95144' />
+    <nd ref='-94820' />
+    <nd ref='-95147' />
+    <nd ref='-95149' />
+    <nd ref='-95151' />
+    <nd ref='-95153' />
+    <nd ref='-95155' />
+    <nd ref='-95157' />
+    <nd ref='-95159' />
+    <nd ref='-95161' />
+    <nd ref='-95163' />
+    <nd ref='-95165' />
+    <nd ref='-95167' />
+    <nd ref='-95169' />
+    <nd ref='-95171' />
+    <nd ref='-95179' />
+    <nd ref='-95183' />
+    <nd ref='-95185' />
+    <nd ref='-95187' />
+    <nd ref='-95189' />
+    <nd ref='-95191' />
+    <nd ref='-95193' />
+    <nd ref='-95195' />
+    <nd ref='-95197' />
+    <nd ref='-95199' />
+    <nd ref='-95201' />
+    <nd ref='-95203' />
+    <nd ref='-95205' />
+    <nd ref='-95207' />
+    <nd ref='-95209' />
+    <nd ref='-95211' />
+    <nd ref='-95213' />
+    <nd ref='-95215' />
+    <nd ref='-95217' />
+    <nd ref='-95219' />
+    <nd ref='-95221' />
+    <nd ref='-95223' />
+    <nd ref='-95225' />
+    <nd ref='-95227' />
+    <nd ref='-95229' />
+    <nd ref='-95231' />
+    <nd ref='-95233' />
+    <nd ref='-95235' />
+    <nd ref='-95237' />
+    <nd ref='-95239' />
+    <nd ref='-95241' />
+    <nd ref='-95243' />
+    <nd ref='-95245' />
+    <nd ref='-95247' />
+    <nd ref='-95249' />
+    <nd ref='-95251' />
+    <nd ref='-95253' />
+    <nd ref='-95255' />
+    <nd ref='-95257' />
+    <nd ref='-95259' />
+    <nd ref='-95261' />
+    <nd ref='-95263' />
+    <nd ref='-95265' />
+    <nd ref='-95267' />
+    <nd ref='-95269' />
+    <nd ref='-95271' />
+    <nd ref='-95273' />
+    <nd ref='-95275' />
+    <nd ref='-95277' />
+    <nd ref='-95279' />
+    <nd ref='-95281' />
+    <nd ref='-95283' />
+    <nd ref='-95285' />
+    <nd ref='-95287' />
+    <nd ref='-95289' />
+    <nd ref='-95291' />
+    <nd ref='-95293' />
+    <nd ref='-95295' />
+    <nd ref='-95297' />
+    <nd ref='-95299' />
+    <nd ref='-95301' />
+    <nd ref='-95303' />
+    <nd ref='-95305' />
+    <nd ref='-95307' />
+    <nd ref='-95309' />
+    <nd ref='-95311' />
+    <nd ref='-95313' />
+    <nd ref='-95315' />
+    <nd ref='-95317' />
+    <nd ref='-95319' />
+    <nd ref='-95321' />
+    <nd ref='-95323' />
+    <nd ref='-95325' />
+    <nd ref='-95327' />
+    <nd ref='-95329' />
+    <nd ref='-95331' />
+    <nd ref='-95333' />
+    <nd ref='-95335' />
+    <nd ref='-95337' />
+    <nd ref='-95339' />
+    <nd ref='-95341' />
+    <nd ref='-95343' />
+    <nd ref='-95345' />
+    <nd ref='-95347' />
+    <nd ref='-95349' />
+    <nd ref='-95351' />
+    <nd ref='-95353' />
+    <nd ref='-95355' />
+    <nd ref='-95357' />
+    <nd ref='-95359' />
+    <nd ref='-95361' />
+    <nd ref='-95363' />
+    <nd ref='-93374' />
+    <nd ref='-93372' />
+    <nd ref='-93370' />
+    <nd ref='-93368' />
+    <tag k='ISO3166-2' v='IN-UP' />
+    <tag k='name:en' v='Uttar Pradesh' />
+  </way>
+  <way id='-95719'>
+    <nd ref='-94596' />
+    <nd ref='-95718' />
+    <nd ref='-95720' />
+    <nd ref='-95722' />
+    <nd ref='-95730' />
+    <nd ref='-95732' />
+    <nd ref='-95738' />
+    <nd ref='-95744' />
+    <nd ref='-95746' />
+    <nd ref='-95748' />
+    <nd ref='-95750' />
+    <nd ref='-95752' />
+    <nd ref='-95754' />
+    <nd ref='-95756' />
+    <nd ref='-95758' />
+    <nd ref='-95760' />
+    <nd ref='-95770' />
+    <nd ref='-95772' />
+    <nd ref='-95774' />
+    <nd ref='-95776' />
+    <nd ref='-95778' />
+    <nd ref='-95780' />
+    <nd ref='-95782' />
+    <nd ref='-95784' />
+    <nd ref='-95786' />
+    <nd ref='-95788' />
+    <nd ref='-95790' />
+    <nd ref='-95792' />
+    <nd ref='-94140' />
+    <nd ref='-94142' />
+    <nd ref='-94144' />
+    <nd ref='-94146' />
+    <nd ref='-94148' />
+    <nd ref='-94150' />
+    <nd ref='-94152' />
+    <nd ref='-94154' />
+    <nd ref='-94156' />
+    <nd ref='-94160' />
+    <nd ref='-94162' />
+    <nd ref='-94164' />
+    <nd ref='-94166' />
+    <nd ref='-94168' />
+    <nd ref='-94170' />
+    <nd ref='-94172' />
+    <nd ref='-94176' />
+    <nd ref='-94178' />
+    <nd ref='-94180' />
+    <nd ref='-94182' />
+    <nd ref='-94184' />
+    <nd ref='-94188' />
+    <nd ref='-94190' />
+    <nd ref='-94192' />
+    <nd ref='-94194' />
+    <nd ref='-94196' />
+    <nd ref='-94198' />
+    <nd ref='-94200' />
+    <nd ref='-94202' />
+    <nd ref='-94204' />
+    <nd ref='-94206' />
+    <nd ref='-94208' />
+    <nd ref='-94210' />
+    <nd ref='-94212' />
+    <nd ref='-94216' />
+    <nd ref='-94222' />
+    <nd ref='-94230' />
+    <nd ref='-93675' />
+    <nd ref='-93677' />
+    <nd ref='-93679' />
+    <nd ref='-93681' />
+    <nd ref='-93683' />
+    <nd ref='-93695' />
+    <nd ref='-93697' />
+    <nd ref='-93699' />
+    <nd ref='-93701' />
+    <nd ref='-93703' />
+    <nd ref='-93705' />
+    <nd ref='-93707' />
+    <nd ref='-93342' />
+    <nd ref='-93344' />
+    <nd ref='-93346' />
+    <nd ref='-93348' />
+    <nd ref='-93350' />
+    <nd ref='-93352' />
+    <nd ref='-93354' />
+    <nd ref='-93356' />
+    <nd ref='-93358' />
+    <nd ref='-93360' />
+    <nd ref='-93362' />
+    <nd ref='-93364' />
+    <nd ref='-93366' />
+    <nd ref='-93368' />
+    <nd ref='-94588' />
+    <nd ref='-94590' />
+    <nd ref='-94592' />
+    <nd ref='-94594' />
+    <nd ref='-94596' />
+    <tag k='ISO3166-2' v='IN-JH' />
+    <tag k='name:en' v='Jharkhand' />
+  </way>
+  <way id='-95891'>
+    <nd ref='-94596' />
+    <nd ref='-95718' />
+    <nd ref='-95720' />
+    <nd ref='-95722' />
+    <nd ref='-95730' />
+    <nd ref='-95732' />
+    <nd ref='-95738' />
+    <nd ref='-95744' />
+    <nd ref='-95746' />
+    <nd ref='-95748' />
+    <nd ref='-95750' />
+    <nd ref='-95752' />
+    <nd ref='-95754' />
+    <nd ref='-95756' />
+    <nd ref='-95758' />
+    <nd ref='-95760' />
+    <nd ref='-95770' />
+    <nd ref='-95772' />
+    <nd ref='-95774' />
+    <nd ref='-95776' />
+    <nd ref='-95778' />
+    <nd ref='-95780' />
+    <nd ref='-95782' />
+    <nd ref='-95784' />
+    <nd ref='-95786' />
+    <nd ref='-95788' />
+    <nd ref='-95790' />
+    <nd ref='-95792' />
+    <nd ref='-94140' />
+    <nd ref='-94138' />
+    <nd ref='-94136' />
+    <nd ref='-94134' />
+    <nd ref='-94132' />
+    <nd ref='-94130' />
+    <nd ref='-94128' />
+    <nd ref='-94126' />
+    <nd ref='-94124' />
+    <nd ref='-94122' />
+    <nd ref='-94120' />
+    <nd ref='-94118' />
+    <nd ref='-94116' />
+    <nd ref='-94114' />
+    <nd ref='-94112' />
+    <nd ref='-94110' />
+    <nd ref='-94108' />
+    <nd ref='-94106' />
+    <nd ref='-94104' />
+    <nd ref='-27486' />
+    <nd ref='-1796' />
+    <nd ref='-9280' />
+    <nd ref='-27488' />
+    <nd ref='-1760' />
+    <nd ref='-1752' />
+    <nd ref='-1754' />
+    <nd ref='-1756' />
+    <nd ref='-1758' />
+    <nd ref='-1750' />
+    <nd ref='-1762' />
+    <nd ref='-27490' />
+    <nd ref='-1748' />
+    <nd ref='-1764' />
+    <nd ref='-1766' />
+    <nd ref='-1776' />
+    <nd ref='-1768' />
+    <nd ref='-1770' />
+    <nd ref='-27492' />
+    <nd ref='-27494' />
+    <nd ref='-1772' />
+    <nd ref='-1774' />
+    <nd ref='-1778' />
+    <nd ref='-1732' />
+    <nd ref='-1734' />
+    <nd ref='-1736' />
+    <nd ref='-27496' />
+    <nd ref='-1728' />
+    <nd ref='-1724' />
+    <nd ref='-1740' />
+    <nd ref='-27498' />
+    <nd ref='-27500' />
+    <nd ref='-27502' />
+    <nd ref='-27504' />
+    <nd ref='-1738' />
+    <nd ref='-27506' />
+    <nd ref='-27508' />
+    <nd ref='-1742' />
+    <nd ref='-1744' />
+    <nd ref='-27510' />
+    <nd ref='-1746' />
+    <nd ref='-1718' />
+    <nd ref='-1716' />
+    <nd ref='-27512' />
+    <nd ref='-1714' />
+    <nd ref='-1722' />
+    <nd ref='-1720' />
+    <nd ref='-27514' />
+    <nd ref='-1780' />
+    <nd ref='-27520' />
+    <nd ref='-27518' />
+    <nd ref='-27516' />
+    <nd ref='-27522' />
+    <nd ref='-1708' />
+    <nd ref='-1710' />
+    <nd ref='-1704' />
+    <nd ref='-1706' />
+    <nd ref='-27524' />
+    <nd ref='-1702' />
+    <nd ref='-1700' />
+    <nd ref='-27526' />
+    <nd ref='-1692' />
+    <nd ref='-1694' />
+    <nd ref='-1698' />
+    <nd ref='-1696' />
+    <nd ref='-27528' />
+    <nd ref='-1712' />
+    <nd ref='-1688' />
+    <nd ref='-1690' />
+    <nd ref='-1686' />
+    <nd ref='-1676' />
+    <nd ref='-1674' />
+    <nd ref='-1678' />
+    <nd ref='-1680' />
+    <nd ref='-1684' />
+    <nd ref='-1682' />
+    <nd ref='-1782' />
+    <nd ref='-94688' />
+    <nd ref='-94686' />
+    <nd ref='-94678' />
+    <nd ref='-94674' />
+    <nd ref='-94672' />
+    <nd ref='-94670' />
+    <nd ref='-94668' />
+    <nd ref='-94666' />
+    <nd ref='-94664' />
+    <nd ref='-94662' />
+    <nd ref='-94660' />
+    <nd ref='-94658' />
+    <nd ref='-94656' />
+    <nd ref='-94654' />
+    <nd ref='-94652' />
+    <nd ref='-94650' />
+    <nd ref='-94648' />
+    <nd ref='-94646' />
+    <nd ref='-94644' />
+    <nd ref='-94642' />
+    <nd ref='-94640' />
+    <nd ref='-94638' />
+    <nd ref='-94636' />
+    <nd ref='-94634' />
+    <nd ref='-94632' />
+    <nd ref='-94630' />
+    <nd ref='-94628' />
+    <nd ref='-94626' />
+    <nd ref='-94624' />
+    <nd ref='-94622' />
+    <nd ref='-94620' />
+    <nd ref='-94618' />
+    <nd ref='-94612' />
+    <nd ref='-94604' />
+    <nd ref='-94602' />
+    <nd ref='-94600' />
+    <nd ref='-94598' />
+    <nd ref='-94596' />
+    <tag k='ISO3166-2' v='IN-BR' />
+    <tag k='name:en' v='Bihar' />
+  </way>
+  <way id='-96082'>
+    <nd ref='-96092' />
+    <nd ref='-96091' />
+    <nd ref='-96096' />
+    <nd ref='-96080' />
+    <nd ref='-96081' />
+    <nd ref='-96083' />
+    <nd ref='-96344' />
+    <nd ref='-96092' />
+    <tag k='ISO3166-2' v='IN-DD' />
+    <tag k='name:en' v='Daman &amp; Diu' />
+  </way>
+  <way id='-96158'>
+    <nd ref='-96092' />
+    <nd ref='-96157' />
+    <nd ref='-9316' />
+    <nd ref='-9318' />
+    <nd ref='-9320' />
+    <nd ref='-9322' />
+    <nd ref='-22248' />
+    <nd ref='-22250' />
+    <nd ref='-22252' />
+    <nd ref='-22254' />
+    <nd ref='-22256' />
+    <nd ref='-22258' />
+    <nd ref='-22260' />
+    <nd ref='-9324' />
+    <nd ref='-9326' />
+    <nd ref='-9328' />
+    <nd ref='-22262' />
+    <nd ref='-22264' />
+    <nd ref='-22268' />
+    <nd ref='-22266' />
+    <nd ref='-22270' />
+    <nd ref='-22272' />
+    <nd ref='-22274' />
+    <nd ref='-22282' />
+    <nd ref='-22280' />
+    <nd ref='-22278' />
+    <nd ref='-22276' />
+    <nd ref='-96189' />
+    <nd ref='-96195' />
+    <nd ref='-96197' />
+    <nd ref='-96199' />
+    <nd ref='-96201' />
+    <nd ref='-96203' />
+    <nd ref='-96205' />
+    <nd ref='-96211' />
+    <nd ref='-96213' />
+    <nd ref='-96217' />
+    <nd ref='-96219' />
+    <nd ref='-96221' />
+    <nd ref='-96223' />
+    <nd ref='-96229' />
+    <nd ref='-96231' />
+    <nd ref='-96239' />
+    <nd ref='-96241' />
+    <nd ref='-96245' />
+    <nd ref='-96253' />
+    <nd ref='-96255' />
+    <nd ref='-96257' />
+    <nd ref='-96259' />
+    <nd ref='-96261' />
+    <nd ref='-96265' />
+    <nd ref='-96271' />
+    <nd ref='-96273' />
+    <nd ref='-96275' />
+    <nd ref='-96277' />
+    <nd ref='-92925' />
+    <nd ref='-92923' />
+    <nd ref='-92921' />
+    <nd ref='-92919' />
+    <nd ref='-92917' />
+    <nd ref='-92915' />
+    <nd ref='-92913' />
+    <nd ref='-92911' />
+    <nd ref='-92909' />
+    <nd ref='-92905' />
+    <nd ref='-92903' />
+    <nd ref='-92901' />
+    <nd ref='-92899' />
+    <nd ref='-92897' />
+    <nd ref='-92895' />
+    <nd ref='-92891' />
+    <nd ref='-92889' />
+    <nd ref='-92887' />
+    <nd ref='-92885' />
+    <nd ref='-92883' />
+    <nd ref='-92881' />
+    <nd ref='-92879' />
+    <nd ref='-92877' />
+    <nd ref='-92875' />
+    <nd ref='-92873' />
+    <nd ref='-92871' />
+    <nd ref='-92869' />
+    <nd ref='-92867' />
+    <nd ref='-92865' />
+    <nd ref='-92863' />
+    <nd ref='-96326' />
+    <nd ref='-96328' />
+    <nd ref='-96330' />
+    <nd ref='-96332' />
+    <nd ref='-96334' />
+    <nd ref='-96336' />
+    <nd ref='-96338' />
+    <nd ref='-92843' />
+    <nd ref='-92841' />
+    <nd ref='-92839' />
+    <nd ref='-92837' />
+    <nd ref='-96344' />
+    <nd ref='-96083' />
+    <nd ref='-96081' />
+    <nd ref='-96080' />
+    <nd ref='-96096' />
+    <nd ref='-96091' />
+    <nd ref='-96092' />
+    <tag k='ISO3166-2' v='IN-GJ' />
+    <tag k='name:en' v='Gujarat' />
+  </way>
+  <way id='-96365'>
+    <nd ref='-92861' />
+    <nd ref='-92859' />
+    <nd ref='-92843' />
+    <nd ref='-96338' />
+    <nd ref='-96336' />
+    <nd ref='-96334' />
+    <nd ref='-96332' />
+    <nd ref='-96330' />
+    <nd ref='-96328' />
+    <nd ref='-96326' />
+    <nd ref='-92863' />
+    <nd ref='-92861' />
+    <tag k='ISO3166-2' v='IN-DN' />
+    <tag k='name:en' v='Dadra &amp; Nagar Haveli' />
+  </way>
+  <way id='-96389'>
+    <nd ref='-96255' />
+    <nd ref='-96388' />
+    <nd ref='-96390' />
+    <nd ref='-96392' />
+    <nd ref='-96394' />
+    <nd ref='-96396' />
+    <nd ref='-96398' />
+    <nd ref='-96400' />
+    <nd ref='-96402' />
+    <nd ref='-96404' />
+    <nd ref='-96406' />
+    <nd ref='-96408' />
+    <nd ref='-96410' />
+    <nd ref='-96412' />
+    <nd ref='-96414' />
+    <nd ref='-96416' />
+    <nd ref='-96418' />
+    <nd ref='-96420' />
+    <nd ref='-96424' />
+    <nd ref='-96426' />
+    <nd ref='-96428' />
+    <nd ref='-96430' />
+    <nd ref='-96432' />
+    <nd ref='-96434' />
+    <nd ref='-96436' />
+    <nd ref='-96438' />
+    <nd ref='-96440' />
+    <nd ref='-96442' />
+    <nd ref='-96444' />
+    <nd ref='-96450' />
+    <nd ref='-96452' />
+    <nd ref='-96460' />
+    <nd ref='-96462' />
+    <nd ref='-96464' />
+    <nd ref='-96466' />
+    <nd ref='-96468' />
+    <nd ref='-96470' />
+    <nd ref='-96472' />
+    <nd ref='-96474' />
+    <nd ref='-96476' />
+    <nd ref='-96478' />
+    <nd ref='-96480' />
+    <nd ref='-96482' />
+    <nd ref='-96484' />
+    <nd ref='-96490' />
+    <nd ref='-96494' />
+    <nd ref='-96500' />
+    <nd ref='-96504' />
+    <nd ref='-96506' />
+    <nd ref='-96508' />
+    <nd ref='-96510' />
+    <nd ref='-96512' />
+    <nd ref='-96516' />
+    <nd ref='-96518' />
+    <nd ref='-96520' />
+    <nd ref='-96532' />
+    <nd ref='-96534' />
+    <nd ref='-96536' />
+    <nd ref='-96538' />
+    <nd ref='-96540' />
+    <nd ref='-96542' />
+    <nd ref='-96544' />
+    <nd ref='-96546' />
+    <nd ref='-96548' />
+    <nd ref='-96550' />
+    <nd ref='-96552' />
+    <nd ref='-96554' />
+    <nd ref='-96556' />
+    <nd ref='-96558' />
+    <nd ref='-96560' />
+    <nd ref='-96562' />
+    <nd ref='-96564' />
+    <nd ref='-96566' />
+    <nd ref='-96568' />
+    <nd ref='-96570' />
+    <nd ref='-96572' />
+    <nd ref='-96574' />
+    <nd ref='-96576' />
+    <nd ref='-96578' />
+    <nd ref='-96580' />
+    <nd ref='-96582' />
+    <nd ref='-96584' />
+    <nd ref='-96586' />
+    <nd ref='-96588' />
+    <nd ref='-96590' />
+    <nd ref='-96592' />
+    <nd ref='-96594' />
+    <nd ref='-95205' />
+    <nd ref='-95207' />
+    <nd ref='-95209' />
+    <nd ref='-95211' />
+    <nd ref='-95213' />
+    <nd ref='-95215' />
+    <nd ref='-95217' />
+    <nd ref='-95219' />
+    <nd ref='-95221' />
+    <nd ref='-95223' />
+    <nd ref='-95225' />
+    <nd ref='-95227' />
+    <nd ref='-95229' />
+    <nd ref='-95231' />
+    <nd ref='-95233' />
+    <nd ref='-95235' />
+    <nd ref='-95237' />
+    <nd ref='-95239' />
+    <nd ref='-95241' />
+    <nd ref='-95243' />
+    <nd ref='-95245' />
+    <nd ref='-95247' />
+    <nd ref='-95249' />
+    <nd ref='-95251' />
+    <nd ref='-95253' />
+    <nd ref='-95255' />
+    <nd ref='-95257' />
+    <nd ref='-95259' />
+    <nd ref='-95261' />
+    <nd ref='-95263' />
+    <nd ref='-95265' />
+    <nd ref='-95267' />
+    <nd ref='-95269' />
+    <nd ref='-95271' />
+    <nd ref='-95273' />
+    <nd ref='-95275' />
+    <nd ref='-95277' />
+    <nd ref='-95279' />
+    <nd ref='-95281' />
+    <nd ref='-95283' />
+    <nd ref='-95285' />
+    <nd ref='-95287' />
+    <nd ref='-95289' />
+    <nd ref='-95291' />
+    <nd ref='-95293' />
+    <nd ref='-95295' />
+    <nd ref='-95297' />
+    <nd ref='-95299' />
+    <nd ref='-95301' />
+    <nd ref='-95303' />
+    <nd ref='-95305' />
+    <nd ref='-95307' />
+    <nd ref='-95309' />
+    <nd ref='-95311' />
+    <nd ref='-95313' />
+    <nd ref='-95315' />
+    <nd ref='-95317' />
+    <nd ref='-95319' />
+    <nd ref='-95321' />
+    <nd ref='-95323' />
+    <nd ref='-95325' />
+    <nd ref='-95327' />
+    <nd ref='-95329' />
+    <nd ref='-95331' />
+    <nd ref='-95333' />
+    <nd ref='-95335' />
+    <nd ref='-95337' />
+    <nd ref='-95339' />
+    <nd ref='-95341' />
+    <nd ref='-95343' />
+    <nd ref='-95345' />
+    <nd ref='-95347' />
+    <nd ref='-95349' />
+    <nd ref='-95351' />
+    <nd ref='-95353' />
+    <nd ref='-95355' />
+    <nd ref='-95357' />
+    <nd ref='-95359' />
+    <nd ref='-95361' />
+    <nd ref='-95363' />
+    <nd ref='-93374' />
+    <nd ref='-93376' />
+    <nd ref='-93378' />
+    <nd ref='-93380' />
+    <nd ref='-93382' />
+    <nd ref='-93384' />
+    <nd ref='-93386' />
+    <nd ref='-93388' />
+    <nd ref='-93390' />
+    <nd ref='-93392' />
+    <nd ref='-93394' />
+    <nd ref='-93396' />
+    <nd ref='-93398' />
+    <nd ref='-93400' />
+    <nd ref='-93402' />
+    <nd ref='-93404' />
+    <nd ref='-93406' />
+    <nd ref='-93408' />
+    <nd ref='-93410' />
+    <nd ref='-93412' />
+    <nd ref='-93414' />
+    <nd ref='-93416' />
+    <nd ref='-93418' />
+    <nd ref='-93420' />
+    <nd ref='-93422' />
+    <nd ref='-93424' />
+    <nd ref='-93426' />
+    <nd ref='-93428' />
+    <nd ref='-93015' />
+    <nd ref='-93013' />
+    <nd ref='-93011' />
+    <nd ref='-93009' />
+    <nd ref='-93007' />
+    <nd ref='-93005' />
+    <nd ref='-93003' />
+    <nd ref='-93001' />
+    <nd ref='-92999' />
+    <nd ref='-92997' />
+    <nd ref='-92995' />
+    <nd ref='-92993' />
+    <nd ref='-92991' />
+    <nd ref='-92989' />
+    <nd ref='-92987' />
+    <nd ref='-92985' />
+    <nd ref='-92983' />
+    <nd ref='-92975' />
+    <nd ref='-92973' />
+    <nd ref='-92971' />
+    <nd ref='-92969' />
+    <nd ref='-92967' />
+    <nd ref='-92965' />
+    <nd ref='-92963' />
+    <nd ref='-92961' />
+    <nd ref='-92959' />
+    <nd ref='-92957' />
+    <nd ref='-92955' />
+    <nd ref='-92953' />
+    <nd ref='-92951' />
+    <nd ref='-92949' />
+    <nd ref='-92943' />
+    <nd ref='-92941' />
+    <nd ref='-92939' />
+    <nd ref='-92937' />
+    <nd ref='-92933' />
+    <nd ref='-92931' />
+    <nd ref='-92929' />
+    <nd ref='-92927' />
+    <nd ref='-92925' />
+    <nd ref='-96277' />
+    <nd ref='-96275' />
+    <nd ref='-96273' />
+    <nd ref='-96271' />
+    <nd ref='-96265' />
+    <nd ref='-96261' />
+    <nd ref='-96259' />
+    <nd ref='-96257' />
+    <nd ref='-96255' />
+    <tag k='ISO3166-2' v='IN-MP' />
+    <tag k='name:en' v='Madhya Pradesh' />
+  </way>
+  <way id='-96806'>
+    <nd ref='-9372' />
+    <nd ref='-96805' />
+    <nd ref='-96807' />
+    <nd ref='-96809' />
+    <nd ref='-96811' />
+    <nd ref='-96813' />
+    <nd ref='-96815' />
+    <nd ref='-96817' />
+    <nd ref='-96819' />
+    <nd ref='-96821' />
+    <nd ref='-96823' />
+    <nd ref='-96825' />
+    <nd ref='-96833' />
+    <nd ref='-96839' />
+    <nd ref='-96841' />
+    <nd ref='-96845' />
+    <nd ref='-96847' />
+    <nd ref='-96849' />
+    <nd ref='-96853' />
+    <nd ref='-96855' />
+    <nd ref='-96857' />
+    <nd ref='-96859' />
+    <nd ref='-96861' />
+    <nd ref='-96863' />
+    <nd ref='-96865' />
+    <nd ref='-96873' />
+    <nd ref='-96875' />
+    <nd ref='-96877' />
+    <nd ref='-96881' />
+    <nd ref='-96887' />
+    <nd ref='-96889' />
+    <nd ref='-96891' />
+    <nd ref='-96895' />
+    <nd ref='-96897' />
+    <nd ref='-96899' />
+    <nd ref='-96901' />
+    <nd ref='-96903' />
+    <nd ref='-96905' />
+    <nd ref='-96907' />
+    <nd ref='-96909' />
+    <nd ref='-96911' />
+    <nd ref='-96913' />
+    <nd ref='-96915' />
+    <nd ref='-96925' />
+    <nd ref='-96927' />
+    <nd ref='-96929' />
+    <nd ref='-96931' />
+    <nd ref='-96933' />
+    <nd ref='-96935' />
+    <nd ref='-96937' />
+    <nd ref='-96941' />
+    <nd ref='-96943' />
+    <nd ref='-96945' />
+    <nd ref='-96947' />
+    <nd ref='-95179' />
+    <nd ref='-95183' />
+    <nd ref='-95185' />
+    <nd ref='-95187' />
+    <nd ref='-95189' />
+    <nd ref='-95191' />
+    <nd ref='-95193' />
+    <nd ref='-95195' />
+    <nd ref='-95197' />
+    <nd ref='-95199' />
+    <nd ref='-95201' />
+    <nd ref='-95203' />
+    <nd ref='-95205' />
+    <nd ref='-96594' />
+    <nd ref='-96592' />
+    <nd ref='-96590' />
+    <nd ref='-96588' />
+    <nd ref='-96586' />
+    <nd ref='-96584' />
+    <nd ref='-96582' />
+    <nd ref='-96580' />
+    <nd ref='-96578' />
+    <nd ref='-96576' />
+    <nd ref='-96574' />
+    <nd ref='-96572' />
+    <nd ref='-96570' />
+    <nd ref='-96568' />
+    <nd ref='-96566' />
+    <nd ref='-96564' />
+    <nd ref='-96562' />
+    <nd ref='-96560' />
+    <nd ref='-96558' />
+    <nd ref='-96556' />
+    <nd ref='-96554' />
+    <nd ref='-96552' />
+    <nd ref='-96550' />
+    <nd ref='-96548' />
+    <nd ref='-96546' />
+    <nd ref='-96544' />
+    <nd ref='-96542' />
+    <nd ref='-96540' />
+    <nd ref='-96538' />
+    <nd ref='-96536' />
+    <nd ref='-96534' />
+    <nd ref='-96532' />
+    <nd ref='-96520' />
+    <nd ref='-96518' />
+    <nd ref='-96516' />
+    <nd ref='-96512' />
+    <nd ref='-96510' />
+    <nd ref='-96508' />
+    <nd ref='-96506' />
+    <nd ref='-96504' />
+    <nd ref='-96500' />
+    <nd ref='-96494' />
+    <nd ref='-96490' />
+    <nd ref='-96484' />
+    <nd ref='-96482' />
+    <nd ref='-96480' />
+    <nd ref='-96478' />
+    <nd ref='-96476' />
+    <nd ref='-96474' />
+    <nd ref='-96472' />
+    <nd ref='-96470' />
+    <nd ref='-96468' />
+    <nd ref='-96466' />
+    <nd ref='-96464' />
+    <nd ref='-96462' />
+    <nd ref='-96460' />
+    <nd ref='-96452' />
+    <nd ref='-96450' />
+    <nd ref='-96444' />
+    <nd ref='-96442' />
+    <nd ref='-96440' />
+    <nd ref='-96438' />
+    <nd ref='-96436' />
+    <nd ref='-96434' />
+    <nd ref='-96432' />
+    <nd ref='-96430' />
+    <nd ref='-96428' />
+    <nd ref='-96426' />
+    <nd ref='-96424' />
+    <nd ref='-96420' />
+    <nd ref='-96418' />
+    <nd ref='-96416' />
+    <nd ref='-96414' />
+    <nd ref='-96412' />
+    <nd ref='-96410' />
+    <nd ref='-96408' />
+    <nd ref='-96406' />
+    <nd ref='-96404' />
+    <nd ref='-96402' />
+    <nd ref='-96400' />
+    <nd ref='-96398' />
+    <nd ref='-96396' />
+    <nd ref='-96394' />
+    <nd ref='-96392' />
+    <nd ref='-96390' />
+    <nd ref='-96388' />
+    <nd ref='-96255' />
+    <nd ref='-96253' />
+    <nd ref='-96245' />
+    <nd ref='-96241' />
+    <nd ref='-96239' />
+    <nd ref='-96231' />
+    <nd ref='-96229' />
+    <nd ref='-96223' />
+    <nd ref='-96221' />
+    <nd ref='-96219' />
+    <nd ref='-96217' />
+    <nd ref='-96213' />
+    <nd ref='-96211' />
+    <nd ref='-96205' />
+    <nd ref='-96203' />
+    <nd ref='-96201' />
+    <nd ref='-96199' />
+    <nd ref='-96197' />
+    <nd ref='-96195' />
+    <nd ref='-96189' />
+    <nd ref='-22276' />
+    <nd ref='-9330' />
+    <nd ref='-9332' />
+    <nd ref='-22284' />
+    <nd ref='-22286' />
+    <nd ref='-22294' />
+    <nd ref='-22292' />
+    <nd ref='-22290' />
+    <nd ref='-22288' />
+    <nd ref='-9334' />
+    <nd ref='-22296' />
+    <nd ref='-22302' />
+    <nd ref='-22304' />
+    <nd ref='-22300' />
+    <nd ref='-22298' />
+    <nd ref='-9336' />
+    <nd ref='-9338' />
+    <nd ref='-9340' />
+    <nd ref='-9342' />
+    <nd ref='-22306' />
+    <nd ref='-22308' />
+    <nd ref='-22312' />
+    <nd ref='-9346' />
+    <nd ref='-9348' />
+    <nd ref='-9352' />
+    <nd ref='-9354' />
+    <nd ref='-9356' />
+    <nd ref='-9358' />
+    <nd ref='-9360' />
+    <nd ref='-9362' />
+    <nd ref='-9364' />
+    <nd ref='-9366' />
+    <nd ref='-9368' />
+    <nd ref='-9370' />
+    <nd ref='-9372' />
+    <tag k='ISO3166-2' v='IN-RJ' />
+    <tag k='name:en' v='Rajasthan' />
+  </way>
+  <way id='-97175'>
+    <nd ref='-94814' />
+    <nd ref='-97174' />
+    <nd ref='-97176' />
+    <nd ref='-97178' />
+    <nd ref='-97180' />
+    <nd ref='-97182' />
+    <nd ref='-97184' />
+    <nd ref='-97186' />
+    <nd ref='-97188' />
+    <nd ref='-97190' />
+    <nd ref='-97192' />
+    <nd ref='-97194' />
+    <nd ref='-97196' />
+    <nd ref='-97198' />
+    <nd ref='-97200' />
+    <nd ref='-97202' />
+    <nd ref='-97204' />
+    <nd ref='-97206' />
+    <nd ref='-97208' />
+    <nd ref='-97210' />
+    <nd ref='-97212' />
+    <nd ref='-97214' />
+    <nd ref='-97216' />
+    <nd ref='-97218' />
+    <nd ref='-97220' />
+    <nd ref='-97222' />
+    <nd ref='-97224' />
+    <nd ref='-97226' />
+    <nd ref='-97228' />
+    <nd ref='-97230' />
+    <nd ref='-97232' />
+    <nd ref='-97234' />
+    <nd ref='-97236' />
+    <nd ref='-97238' />
+    <nd ref='-97240' />
+    <nd ref='-97242' />
+    <nd ref='-97244' />
+    <nd ref='-97246' />
+    <nd ref='-97248' />
+    <nd ref='-97250' />
+    <nd ref='-97252' />
+    <nd ref='-97254' />
+    <nd ref='-97256' />
+    <nd ref='-97258' />
+    <nd ref='-97260' />
+    <nd ref='-97262' />
+    <nd ref='-97264' />
+    <nd ref='-97266' />
+    <nd ref='-97268' />
+    <nd ref='-97270' />
+    <nd ref='-97272' />
+    <nd ref='-97274' />
+    <nd ref='-97276' />
+    <nd ref='-97278' />
+    <nd ref='-97280' />
+    <nd ref='-97282' />
+    <nd ref='-97284' />
+    <nd ref='-97286' />
+    <nd ref='-97288' />
+    <nd ref='-97290' />
+    <nd ref='-97292' />
+    <nd ref='-97294' />
+    <nd ref='-97296' />
+    <nd ref='-97298' />
+    <nd ref='-97300' />
+    <nd ref='-97302' />
+    <nd ref='-97304' />
+    <nd ref='-97306' />
+    <nd ref='-97308' />
+    <nd ref='-97310' />
+    <nd ref='-97312' />
+    <nd ref='-97314' />
+    <nd ref='-97316' />
+    <nd ref='-97318' />
+    <nd ref='-97320' />
+    <nd ref='-97322' />
+    <nd ref='-97324' />
+    <nd ref='-97326' />
+    <nd ref='-97328' />
+    <nd ref='-97330' />
+    <nd ref='-97332' />
+    <nd ref='-97334' />
+    <nd ref='-97336' />
+    <nd ref='-97338' />
+    <nd ref='-97340' />
+    <nd ref='-97342' />
+    <nd ref='-97344' />
+    <nd ref='-97346' />
+    <nd ref='-97348' />
+    <nd ref='-97350' />
+    <nd ref='-97352' />
+    <nd ref='-97354' />
+    <nd ref='-97356' />
+    <nd ref='-97358' />
+    <nd ref='-97360' />
+    <nd ref='-97362' />
+    <nd ref='-97364' />
+    <nd ref='-97366' />
+    <nd ref='-97368' />
+    <nd ref='-97370' />
+    <nd ref='-97372' />
+    <nd ref='-97374' />
+    <nd ref='-94758' />
+    <nd ref='-94760' />
+    <nd ref='-94853' />
+    <nd ref='-94762' />
+    <nd ref='-94764' />
+    <nd ref='-94766' />
+    <nd ref='-94881' />
+    <nd ref='-94768' />
+    <nd ref='-94913' />
+    <nd ref='-94957' />
+    <nd ref='-94933' />
+    <nd ref='-94770' />
+    <nd ref='-94772' />
+    <nd ref='-94774' />
+    <nd ref='-94977' />
+    <nd ref='-94987' />
+    <nd ref='-94776' />
+    <nd ref='-94778' />
+    <nd ref='-94780' />
+    <nd ref='-95002' />
+    <nd ref='-94782' />
+    <nd ref='-94784' />
+    <nd ref='-94786' />
+    <nd ref='-95046' />
+    <nd ref='-94788' />
+    <nd ref='-94790' />
+    <nd ref='-94792' />
+    <nd ref='-94794' />
+    <nd ref='-94796' />
+    <nd ref='-94798' />
+    <nd ref='-94800' />
+    <nd ref='-95078' />
+    <nd ref='-94802' />
+    <nd ref='-94804' />
+    <nd ref='-95119' />
+    <nd ref='-94806' />
+    <nd ref='-94808' />
+    <nd ref='-94810' />
+    <nd ref='-94812' />
+    <nd ref='-94814' />
+    <tag k='ISO3166-2' v='IN-DL' />
+    <tag k='name:en' v='Delhi' />
+  </way>
+  <way id='-97433'>
+    <nd ref='-97431' />
+    <nd ref='-97432' />
+    <nd ref='-97434' />
+    <nd ref='-97436' />
+    <nd ref='-97438' />
+    <nd ref='-97440' />
+    <nd ref='-97442' />
+    <nd ref='-97444' />
+    <nd ref='-97446' />
+    <nd ref='-97448' />
+    <nd ref='-97450' />
+    <nd ref='-97452' />
+    <nd ref='-97454' />
+    <nd ref='-97456' />
+    <nd ref='-97458' />
+    <nd ref='-97460' />
+    <nd ref='-97462' />
+    <nd ref='-97464' />
+    <nd ref='-97466' />
+    <nd ref='-97468' />
+    <nd ref='-97470' />
+    <nd ref='-97472' />
+    <nd ref='-97431' />
+    <tag k='ISO3166-2' v='IN-CH' />
+    <tag k='name:en' v='Chandigarh' />
+  </way>
+  <way id='-97488'>
+    <nd ref='-97432' />
+    <nd ref='-97487' />
+    <nd ref='-97489' />
+    <nd ref='-97491' />
+    <nd ref='-97493' />
+    <nd ref='-97495' />
+    <nd ref='-97497' />
+    <nd ref='-97499' />
+    <nd ref='-97501' />
+    <nd ref='-97503' />
+    <nd ref='-97505' />
+    <nd ref='-97507' />
+    <nd ref='-97509' />
+    <nd ref='-97511' />
+    <nd ref='-97513' />
+    <nd ref='-97515' />
+    <nd ref='-97517' />
+    <nd ref='-97519' />
+    <nd ref='-97523' />
+    <nd ref='-97525' />
+    <nd ref='-97527' />
+    <nd ref='-97531' />
+    <nd ref='-97537' />
+    <nd ref='-97549' />
+    <nd ref='-97559' />
+    <nd ref='-97561' />
+    <nd ref='-97563' />
+    <nd ref='-97565' />
+    <nd ref='-97567' />
+    <nd ref='-97569' />
+    <nd ref='-97579' />
+    <nd ref='-97585' />
+    <nd ref='-97587' />
+    <nd ref='-97589' />
+    <nd ref='-97591' />
+    <nd ref='-97593' />
+    <nd ref='-97595' />
+    <nd ref='-97597' />
+    <nd ref='-97599' />
+    <nd ref='-97601' />
+    <nd ref='-97603' />
+    <nd ref='-97605' />
+    <nd ref='-97607' />
+    <nd ref='-97609' />
+    <nd ref='-97611' />
+    <nd ref='-97613' />
+    <nd ref='-97615' />
+    <nd ref='-97617' />
+    <nd ref='-97619' />
+    <nd ref='-97621' />
+    <nd ref='-97623' />
+    <nd ref='-97625' />
+    <nd ref='-97627' />
+    <nd ref='-97629' />
+    <nd ref='-97631' />
+    <nd ref='-97633' />
+    <nd ref='-97635' />
+    <nd ref='-97637' />
+    <nd ref='-97639' />
+    <nd ref='-97641' />
+    <nd ref='-97643' />
+    <nd ref='-97647' />
+    <nd ref='-97649' />
+    <nd ref='-97651' />
+    <nd ref='-97653' />
+    <nd ref='-97655' />
+    <nd ref='-96809' />
+    <nd ref='-96811' />
+    <nd ref='-96813' />
+    <nd ref='-96815' />
+    <nd ref='-96817' />
+    <nd ref='-96819' />
+    <nd ref='-96821' />
+    <nd ref='-96823' />
+    <nd ref='-96825' />
+    <nd ref='-96833' />
+    <nd ref='-96839' />
+    <nd ref='-96841' />
+    <nd ref='-96845' />
+    <nd ref='-96847' />
+    <nd ref='-96849' />
+    <nd ref='-96853' />
+    <nd ref='-96855' />
+    <nd ref='-96857' />
+    <nd ref='-96859' />
+    <nd ref='-96861' />
+    <nd ref='-96863' />
+    <nd ref='-96865' />
+    <nd ref='-96873' />
+    <nd ref='-96875' />
+    <nd ref='-96877' />
+    <nd ref='-96881' />
+    <nd ref='-96887' />
+    <nd ref='-96889' />
+    <nd ref='-96891' />
+    <nd ref='-96895' />
+    <nd ref='-96897' />
+    <nd ref='-96899' />
+    <nd ref='-96901' />
+    <nd ref='-96903' />
+    <nd ref='-96905' />
+    <nd ref='-96907' />
+    <nd ref='-96909' />
+    <nd ref='-96911' />
+    <nd ref='-96913' />
+    <nd ref='-96915' />
+    <nd ref='-96925' />
+    <nd ref='-96927' />
+    <nd ref='-96929' />
+    <nd ref='-96931' />
+    <nd ref='-96933' />
+    <nd ref='-96935' />
+    <nd ref='-96937' />
+    <nd ref='-96941' />
+    <nd ref='-96943' />
+    <nd ref='-96945' />
+    <nd ref='-96947' />
+    <nd ref='-95179' />
+    <nd ref='-95171' />
+    <nd ref='-95169' />
+    <nd ref='-95167' />
+    <nd ref='-95165' />
+    <nd ref='-95163' />
+    <nd ref='-95161' />
+    <nd ref='-95159' />
+    <nd ref='-95157' />
+    <nd ref='-95155' />
+    <nd ref='-95153' />
+    <nd ref='-95151' />
+    <nd ref='-95149' />
+    <nd ref='-95147' />
+    <nd ref='-94820' />
+    <nd ref='-95144' />
+    <nd ref='-94818' />
+    <nd ref='-94835' />
+    <nd ref='-94816' />
+    <nd ref='-94814' />
+    <nd ref='-97174' />
+    <nd ref='-97176' />
+    <nd ref='-97178' />
+    <nd ref='-97180' />
+    <nd ref='-97182' />
+    <nd ref='-97184' />
+    <nd ref='-97186' />
+    <nd ref='-97188' />
+    <nd ref='-97190' />
+    <nd ref='-97192' />
+    <nd ref='-97194' />
+    <nd ref='-97196' />
+    <nd ref='-97198' />
+    <nd ref='-97200' />
+    <nd ref='-97202' />
+    <nd ref='-97204' />
+    <nd ref='-97206' />
+    <nd ref='-97208' />
+    <nd ref='-97210' />
+    <nd ref='-97212' />
+    <nd ref='-97214' />
+    <nd ref='-97216' />
+    <nd ref='-97218' />
+    <nd ref='-97220' />
+    <nd ref='-97222' />
+    <nd ref='-97224' />
+    <nd ref='-97226' />
+    <nd ref='-97228' />
+    <nd ref='-97230' />
+    <nd ref='-97232' />
+    <nd ref='-97234' />
+    <nd ref='-97236' />
+    <nd ref='-97238' />
+    <nd ref='-97240' />
+    <nd ref='-97242' />
+    <nd ref='-97244' />
+    <nd ref='-97246' />
+    <nd ref='-97248' />
+    <nd ref='-97250' />
+    <nd ref='-97252' />
+    <nd ref='-97254' />
+    <nd ref='-97256' />
+    <nd ref='-97258' />
+    <nd ref='-97260' />
+    <nd ref='-97262' />
+    <nd ref='-97264' />
+    <nd ref='-97266' />
+    <nd ref='-97268' />
+    <nd ref='-97270' />
+    <nd ref='-97272' />
+    <nd ref='-97274' />
+    <nd ref='-97276' />
+    <nd ref='-97278' />
+    <nd ref='-97280' />
+    <nd ref='-97282' />
+    <nd ref='-97284' />
+    <nd ref='-97286' />
+    <nd ref='-97288' />
+    <nd ref='-97290' />
+    <nd ref='-97292' />
+    <nd ref='-97294' />
+    <nd ref='-97296' />
+    <nd ref='-97298' />
+    <nd ref='-97300' />
+    <nd ref='-97302' />
+    <nd ref='-97304' />
+    <nd ref='-97306' />
+    <nd ref='-97308' />
+    <nd ref='-97310' />
+    <nd ref='-97312' />
+    <nd ref='-97314' />
+    <nd ref='-97316' />
+    <nd ref='-97318' />
+    <nd ref='-97320' />
+    <nd ref='-97322' />
+    <nd ref='-97324' />
+    <nd ref='-97326' />
+    <nd ref='-97328' />
+    <nd ref='-97330' />
+    <nd ref='-97332' />
+    <nd ref='-97334' />
+    <nd ref='-97336' />
+    <nd ref='-97338' />
+    <nd ref='-97340' />
+    <nd ref='-97342' />
+    <nd ref='-97344' />
+    <nd ref='-97346' />
+    <nd ref='-97348' />
+    <nd ref='-97350' />
+    <nd ref='-97352' />
+    <nd ref='-97354' />
+    <nd ref='-97356' />
+    <nd ref='-97358' />
+    <nd ref='-97360' />
+    <nd ref='-97362' />
+    <nd ref='-97364' />
+    <nd ref='-97366' />
+    <nd ref='-97368' />
+    <nd ref='-97370' />
+    <nd ref='-97372' />
+    <nd ref='-97374' />
+    <nd ref='-94758' />
+    <nd ref='-94756' />
+    <nd ref='-94754' />
+    <nd ref='-94752' />
+    <nd ref='-94750' />
+    <nd ref='-94748' />
+    <nd ref='-94746' />
+    <nd ref='-92746' />
+    <nd ref='-97859' />
+    <nd ref='-97861' />
+    <nd ref='-97863' />
+    <nd ref='-97865' />
+    <nd ref='-97867' />
+    <nd ref='-97431' />
+    <nd ref='-97432' />
+    <tag k='ISO3166-2' v='IN-HR' />
+    <tag k='name:en' v='Haryana' />
+  </way>
+  <way id='-97886'>
+    <nd ref='-97883' />
+    <nd ref='-97885' />
+    <nd ref='-97887' />
+    <nd ref='-97889' />
+    <nd ref='-97891' />
+    <nd ref='-97893' />
+    <nd ref='-97895' />
+    <nd ref='-97897' />
+    <nd ref='-97899' />
+    <nd ref='-97901' />
+    <nd ref='-97903' />
+    <nd ref='-97905' />
+    <nd ref='-97907' />
+    <nd ref='-97909' />
+    <nd ref='-97911' />
+    <nd ref='-97913' />
+    <nd ref='-97915' />
+    <nd ref='-97917' />
+    <nd ref='-97867' />
+    <nd ref='-97865' />
+    <nd ref='-97863' />
+    <nd ref='-97861' />
+    <nd ref='-97859' />
+    <nd ref='-92746' />
+    <nd ref='-92742' />
+    <nd ref='-92740' />
+    <nd ref='-92738' />
+    <nd ref='-92736' />
+    <nd ref='-92734' />
+    <nd ref='-92732' />
+    <nd ref='-92730' />
+    <nd ref='-22230' />
+    <nd ref='-22228' />
+    <nd ref='-7814' />
+    <nd ref='-22224' />
+    <nd ref='-22226' />
+    <nd ref='-7816' />
+    <nd ref='-27542' />
+    <nd ref='-22218' />
+    <nd ref='-22220' />
+    <nd ref='-22214' />
+    <nd ref='-92580' />
+    <nd ref='-92582' />
+    <nd ref='-92584' />
+    <nd ref='-92586' />
+    <nd ref='-92588' />
+    <nd ref='-92590' />
+    <nd ref='-92592' />
+    <nd ref='-92594' />
+    <nd ref='-92596' />
+    <nd ref='-92598' />
+    <nd ref='-97883' />
+    <tag k='ISO3166-2' v='IN-HP' />
+    <tag k='name:en' v='Himachal Pradesh' />
+  </way>
+  <way id='-97967'>
+    <nd ref='-96807' />
+    <nd ref='-96809' />
+    <nd ref='-97655' />
+    <nd ref='-97653' />
+    <nd ref='-97651' />
+    <nd ref='-97649' />
+    <nd ref='-97647' />
+    <nd ref='-97643' />
+    <nd ref='-97641' />
+    <nd ref='-97639' />
+    <nd ref='-97637' />
+    <nd ref='-97635' />
+    <nd ref='-97633' />
+    <nd ref='-97631' />
+    <nd ref='-97629' />
+    <nd ref='-97627' />
+    <nd ref='-97625' />
+    <nd ref='-97623' />
+    <nd ref='-97621' />
+    <nd ref='-97619' />
+    <nd ref='-97617' />
+    <nd ref='-97615' />
+    <nd ref='-97613' />
+    <nd ref='-97611' />
+    <nd ref='-97609' />
+    <nd ref='-97607' />
+    <nd ref='-97605' />
+    <nd ref='-97603' />
+    <nd ref='-97601' />
+    <nd ref='-97599' />
+    <nd ref='-97597' />
+    <nd ref='-97595' />
+    <nd ref='-97593' />
+    <nd ref='-97591' />
+    <nd ref='-97589' />
+    <nd ref='-97587' />
+    <nd ref='-97585' />
+    <nd ref='-97579' />
+    <nd ref='-97569' />
+    <nd ref='-97567' />
+    <nd ref='-97565' />
+    <nd ref='-97563' />
+    <nd ref='-97561' />
+    <nd ref='-97559' />
+    <nd ref='-97549' />
+    <nd ref='-97537' />
+    <nd ref='-97531' />
+    <nd ref='-97527' />
+    <nd ref='-97525' />
+    <nd ref='-97523' />
+    <nd ref='-97519' />
+    <nd ref='-97517' />
+    <nd ref='-97515' />
+    <nd ref='-97513' />
+    <nd ref='-97511' />
+    <nd ref='-97509' />
+    <nd ref='-97507' />
+    <nd ref='-97505' />
+    <nd ref='-97503' />
+    <nd ref='-97501' />
+    <nd ref='-97499' />
+    <nd ref='-97497' />
+    <nd ref='-97495' />
+    <nd ref='-97493' />
+    <nd ref='-97491' />
+    <nd ref='-97489' />
+    <nd ref='-97487' />
+    <nd ref='-97432' />
+    <nd ref='-97434' />
+    <nd ref='-97436' />
+    <nd ref='-97438' />
+    <nd ref='-97440' />
+    <nd ref='-97442' />
+    <nd ref='-97444' />
+    <nd ref='-97446' />
+    <nd ref='-97448' />
+    <nd ref='-97450' />
+    <nd ref='-97452' />
+    <nd ref='-97454' />
+    <nd ref='-97456' />
+    <nd ref='-97458' />
+    <nd ref='-97460' />
+    <nd ref='-97462' />
+    <nd ref='-97464' />
+    <nd ref='-97466' />
+    <nd ref='-97468' />
+    <nd ref='-97470' />
+    <nd ref='-97472' />
+    <nd ref='-97431' />
+    <nd ref='-97867' />
+    <nd ref='-97917' />
+    <nd ref='-97915' />
+    <nd ref='-97913' />
+    <nd ref='-97911' />
+    <nd ref='-97909' />
+    <nd ref='-97907' />
+    <nd ref='-97905' />
+    <nd ref='-97903' />
+    <nd ref='-97901' />
+    <nd ref='-97899' />
+    <nd ref='-97897' />
+    <nd ref='-97895' />
+    <nd ref='-97893' />
+    <nd ref='-97891' />
+    <nd ref='-97889' />
+    <nd ref='-97887' />
+    <nd ref='-97885' />
+    <nd ref='-97883' />
+    <nd ref='-92600' />
+    <nd ref='-92602' />
+    <nd ref='-92604' />
+    <nd ref='-22350' />
+    <nd ref='-9384' />
+    <nd ref='-22336' />
+    <nd ref='-22344' />
+    <nd ref='-22342' />
+    <nd ref='-22340' />
+    <nd ref='-22338' />
+    <nd ref='-22334' />
+    <nd ref='-9382' />
+    <nd ref='-27554' />
+    <nd ref='-22332' />
+    <nd ref='-22330' />
+    <nd ref='-9380' />
+    <nd ref='-27556' />
+    <nd ref='-9378' />
+    <nd ref='-22318' />
+    <nd ref='-22324' />
+    <nd ref='-22328' />
+    <nd ref='-22326' />
+    <nd ref='-22320' />
+    <nd ref='-22322' />
+    <nd ref='-9376' />
+    <nd ref='-9374' />
+    <nd ref='-22316' />
+    <nd ref='-9372' />
+    <nd ref='-96807' />
+    <tag k='ISO3166-2' v='IN-PB' />
+    <tag k='name:en' v='Punjab' />
+  </way>
+  <way id='-98136'>
+    <nd ref='-2168' />
+    <nd ref='-98135' />
+    <nd ref='-98137' />
+    <nd ref='-98139' />
+    <nd ref='-98141' />
+    <nd ref='-98143' />
+    <nd ref='-98145' />
+    <nd ref='-98147' />
+    <nd ref='-98149' />
+    <nd ref='-98151' />
+    <nd ref='-98153' />
+    <nd ref='-98155' />
+    <nd ref='-98157' />
+    <nd ref='-98159' />
+    <nd ref='-98161' />
+    <nd ref='-98163' />
+    <nd ref='-98165' />
+    <nd ref='-98167' />
+    <nd ref='-98169' />
+    <nd ref='-98171' />
+    <nd ref='-98173' />
+    <nd ref='-98175' />
+    <nd ref='-98177' />
+    <nd ref='-98179' />
+    <nd ref='-98181' />
+    <nd ref='-98183' />
+    <nd ref='-98185' />
+    <nd ref='-22040' />
+    <nd ref='-9288' />
+    <nd ref='-22042' />
+    <nd ref='-22044' />
+    <nd ref='-22048' />
+    <nd ref='-22050' />
+    <nd ref='-22046' />
+    <nd ref='-9286' />
+    <nd ref='-22056' />
+    <nd ref='-22058' />
+    <nd ref='-22062' />
+    <nd ref='-22060' />
+    <nd ref='-22054' />
+    <nd ref='-22052' />
+    <nd ref='-22064' />
+    <nd ref='-9284' />
+    <nd ref='-9282' />
+    <nd ref='-22066' />
+    <nd ref='-22070' />
+    <nd ref='-22074' />
+    <nd ref='-22072' />
+    <nd ref='-22068' />
+    <nd ref='-7800' />
+    <nd ref='-22082' />
+    <nd ref='-22084' />
+    <nd ref='-22090' />
+    <nd ref='-22088' />
+    <nd ref='-22086' />
+    <nd ref='-22076' />
+    <nd ref='-22078' />
+    <nd ref='-22080' />
+    <nd ref='-22096' />
+    <nd ref='-22094' />
+    <nd ref='-22098' />
+    <nd ref='-22100' />
+    <nd ref='-22102' />
+    <nd ref='-22104' />
+    <nd ref='-22092' />
+    <nd ref='-7802' />
+    <nd ref='-22114' />
+    <nd ref='-22116' />
+    <nd ref='-22112' />
+    <nd ref='-22108' />
+    <nd ref='-22120' />
+    <nd ref='-22118' />
+    <nd ref='-22110' />
+    <nd ref='-22106' />
+    <nd ref='-7804' />
+    <nd ref='-22122' />
+    <nd ref='-22124' />
+    <nd ref='-7806' />
+    <nd ref='-7808' />
+    <nd ref='-22126' />
+    <nd ref='-22128' />
+    <nd ref='-22130' />
+    <nd ref='-7810' />
+    <nd ref='-22136' />
+    <nd ref='-22138' />
+    <nd ref='-22140' />
+    <nd ref='-22146' />
+    <nd ref='-22142' />
+    <nd ref='-22144' />
+    <nd ref='-22134' />
+    <nd ref='-22132' />
+    <nd ref='-7326' />
+    <nd ref='-7328' />
+    <nd ref='-2174' />
+    <nd ref='-7330' />
+    <nd ref='-2172' />
+    <nd ref='-2170' />
+    <nd ref='-2166' />
+    <nd ref='-2168' />
+    <tag k='ISO3166-2' v='IN-AR' />
+    <tag k='name:en' v='Arunachal Pradesh' />
+  </way>
+  <way id='-98272'>
+    <nd ref='-27426' />
+    <nd ref='-98271' />
+    <nd ref='-98273' />
+    <nd ref='-98275' />
+    <nd ref='-98277' />
+    <nd ref='-98279' />
+    <nd ref='-98281' />
+    <nd ref='-98283' />
+    <nd ref='-98285' />
+    <nd ref='-98287' />
+    <nd ref='-98289' />
+    <nd ref='-98291' />
+    <nd ref='-98293' />
+    <nd ref='-98295' />
+    <nd ref='-98297' />
+    <nd ref='-98299' />
+    <nd ref='-19566' />
+    <nd ref='-19564' />
+    <nd ref='-7024' />
+    <nd ref='-19560' />
+    <nd ref='-19562' />
+    <nd ref='-19558' />
+    <nd ref='-7022' />
+    <nd ref='-27418' />
+    <nd ref='-27420' />
+    <nd ref='-27422' />
+    <nd ref='-27424' />
+    <nd ref='-19556' />
+    <nd ref='-27426' />
+    <tag k='ISO3166-2' v='IN-ML' />
+    <tag k='name:en' v='Meghalaya' />
+  </way>
+  <way id='-98328'>
+    <nd ref='-94057' />
+    <nd ref='-2162' />
+    <nd ref='-27462' />
+    <nd ref='-7332' />
+    <nd ref='-27460' />
+    <nd ref='-2164' />
+    <nd ref='-27454' />
+    <nd ref='-27456' />
+    <nd ref='-27458' />
+    <nd ref='-2168' />
+    <nd ref='-98135' />
+    <nd ref='-98137' />
+    <nd ref='-98139' />
+    <nd ref='-98141' />
+    <nd ref='-98143' />
+    <nd ref='-98145' />
+    <nd ref='-98147' />
+    <nd ref='-98149' />
+    <nd ref='-98151' />
+    <nd ref='-98153' />
+    <nd ref='-98155' />
+    <nd ref='-98157' />
+    <nd ref='-98159' />
+    <nd ref='-98161' />
+    <nd ref='-98163' />
+    <nd ref='-98165' />
+    <nd ref='-98167' />
+    <nd ref='-98169' />
+    <nd ref='-98171' />
+    <nd ref='-98173' />
+    <nd ref='-98175' />
+    <nd ref='-98177' />
+    <nd ref='-98179' />
+    <nd ref='-98181' />
+    <nd ref='-98183' />
+    <nd ref='-98185' />
+    <nd ref='-98363' />
+    <nd ref='-98365' />
+    <nd ref='-98367' />
+    <nd ref='-98369' />
+    <nd ref='-98371' />
+    <nd ref='-98373' />
+    <nd ref='-98375' />
+    <nd ref='-98377' />
+    <nd ref='-98379' />
+    <nd ref='-98381' />
+    <nd ref='-98383' />
+    <nd ref='-98385' />
+    <nd ref='-98387' />
+    <nd ref='-98389' />
+    <nd ref='-98391' />
+    <nd ref='-98393' />
+    <nd ref='-98395' />
+    <nd ref='-98397' />
+    <nd ref='-98399' />
+    <nd ref='-98401' />
+    <nd ref='-98403' />
+    <nd ref='-98405' />
+    <nd ref='-98558' />
+    <nd ref='-98407' />
+    <nd ref='-98409' />
+    <nd ref='-98411' />
+    <nd ref='-98413' />
+    <nd ref='-19568' />
+    <nd ref='-19570' />
+    <nd ref='-19572' />
+    <nd ref='-98299' />
+    <nd ref='-98297' />
+    <nd ref='-98295' />
+    <nd ref='-98293' />
+    <nd ref='-98291' />
+    <nd ref='-98289' />
+    <nd ref='-98287' />
+    <nd ref='-98285' />
+    <nd ref='-98283' />
+    <nd ref='-98281' />
+    <nd ref='-98279' />
+    <nd ref='-98277' />
+    <nd ref='-98275' />
+    <nd ref='-98273' />
+    <nd ref='-98271' />
+    <nd ref='-27426' />
+    <nd ref='-7020' />
+    <nd ref='-27428' />
+    <nd ref='-19552' />
+    <nd ref='-19554' />
+    <nd ref='-27430' />
+    <nd ref='-27432' />
+    <nd ref='-19550' />
+    <nd ref='-94051' />
+    <nd ref='-94053' />
+    <nd ref='-94055' />
+    <nd ref='-94057' />
+    <tag k='ISO3166-2' v='IN-AS' />
+    <tag k='name:en' v='Assam' />
+  </way>
+  <way id='-98462'>
+    <nd ref='-98389' />
+    <nd ref='-98461' />
+    <nd ref='-98463' />
+    <nd ref='-98465' />
+    <nd ref='-98467' />
+    <nd ref='-98469' />
+    <nd ref='-22024' />
+    <nd ref='-22026' />
+    <nd ref='-9290' />
+    <nd ref='-22034' />
+    <nd ref='-22036' />
+    <nd ref='-22038' />
+    <nd ref='-22040' />
+    <nd ref='-98185' />
+    <nd ref='-98363' />
+    <nd ref='-98365' />
+    <nd ref='-98367' />
+    <nd ref='-98369' />
+    <nd ref='-98371' />
+    <nd ref='-98373' />
+    <nd ref='-98375' />
+    <nd ref='-98377' />
+    <nd ref='-98379' />
+    <nd ref='-98381' />
+    <nd ref='-98383' />
+    <nd ref='-98385' />
+    <nd ref='-98387' />
+    <nd ref='-98389' />
+    <tag k='ISO3166-2' v='IN-NL' />
+    <tag k='name:en' v='Nagaland' />
+  </way>
+  <way id='-98514'>
+    <nd ref='-98395' />
+    <nd ref='-98513' />
+    <nd ref='-21988' />
+    <nd ref='-9302' />
+    <nd ref='-21996' />
+    <nd ref='-21998' />
+    <nd ref='-22000' />
+    <nd ref='-9300' />
+    <nd ref='-9298' />
+    <nd ref='-22002' />
+    <nd ref='-22004' />
+    <nd ref='-9296' />
+    <nd ref='-22008' />
+    <nd ref='-27410' />
+    <nd ref='-9294' />
+    <nd ref='-22014' />
+    <nd ref='-22016' />
+    <nd ref='-22018' />
+    <nd ref='-22020' />
+    <nd ref='-22012' />
+    <nd ref='-22010' />
+    <nd ref='-22024' />
+    <nd ref='-98469' />
+    <nd ref='-98467' />
+    <nd ref='-98465' />
+    <nd ref='-98463' />
+    <nd ref='-98461' />
+    <nd ref='-98389' />
+    <nd ref='-98391' />
+    <nd ref='-98393' />
+    <nd ref='-98395' />
+    <tag k='ISO3166-2' v='IN-MN' />
+    <tag k='name:en' v='Manipur' />
+  </way>
+  <way id='-98561'>
+    <nd ref='-98558' />
+    <nd ref='-98560' />
+    <nd ref='-19616' />
+    <nd ref='-19620' />
+    <nd ref='-19618' />
+    <nd ref='-19610' />
+    <nd ref='-19612' />
+    <nd ref='-7038' />
+    <nd ref='-7036' />
+    <nd ref='-19608' />
+    <nd ref='-98580' />
+    <nd ref='-7034' />
+    <nd ref='-19606' />
+    <nd ref='-19604' />
+    <nd ref='-19602' />
+    <nd ref='-19600' />
+    <nd ref='-19598' />
+    <nd ref='-7032' />
+    <nd ref='-19590' />
+    <nd ref='-19592' />
+    <nd ref='-19594' />
+    <nd ref='-19596' />
+    <nd ref='-7030' />
+    <nd ref='-19576' />
+    <nd ref='-19578' />
+    <nd ref='-19580' />
+    <nd ref='-19582' />
+    <nd ref='-19588' />
+    <nd ref='-19586' />
+    <nd ref='-19584' />
+    <nd ref='-7028' />
+    <nd ref='-19574' />
+    <nd ref='-7026' />
+    <nd ref='-98413' />
+    <nd ref='-98411' />
+    <nd ref='-98409' />
+    <nd ref='-98407' />
+    <nd ref='-98558' />
+    <tag k='ISO3166-2' v='IN-TR' />
+    <tag k='name:en' v='Tripura' />
+  </way>
+  <way id='-98630'>
+    <nd ref='-98558' />
+    <nd ref='-98405' />
+    <nd ref='-98403' />
+    <nd ref='-98401' />
+    <nd ref='-98399' />
+    <nd ref='-98397' />
+    <nd ref='-98395' />
+    <nd ref='-98513' />
+    <nd ref='-21988' />
+    <nd ref='-21986' />
+    <nd ref='-21984' />
+    <nd ref='-21992' />
+    <nd ref='-21990' />
+    <nd ref='-21994' />
+    <nd ref='-9304' />
+    <nd ref='-27412' />
+    <nd ref='-9306' />
+    <nd ref='-21982' />
+    <nd ref='-21976' />
+    <nd ref='-21970' />
+    <nd ref='-21974' />
+    <nd ref='-21972' />
+    <nd ref='-21980' />
+    <nd ref='-21978' />
+    <nd ref='-21944' />
+    <nd ref='-21968' />
+    <nd ref='-21966' />
+    <nd ref='-21964' />
+    <nd ref='-21962' />
+    <nd ref='-21960' />
+    <nd ref='-21958' />
+    <nd ref='-21956' />
+    <nd ref='-21954' />
+    <nd ref='-21952' />
+    <nd ref='-21950' />
+    <nd ref='-21946' />
+    <nd ref='-21948' />
+    <nd ref='-7042' />
+    <nd ref='-19626' />
+    <nd ref='-7040' />
+    <nd ref='-19624' />
+    <nd ref='-19622' />
+    <nd ref='-19614' />
+    <nd ref='-19616' />
+    <nd ref='-98560' />
+    <nd ref='-98558' />
+    <tag k='ISO3166-2' v='IN-MZ' />
+    <tag k='name:en' v='Mizoram' />
+  </way>
+  <way id='-98707'>
+    <nd ref='-90195' />
+    <nd ref='-89372' />
+    <nd ref='-89374' />
+    <nd ref='-89376' />
+    <nd ref='-89378' />
+    <nd ref='-89380' />
+    <nd ref='-89382' />
+    <nd ref='-89384' />
+    <nd ref='-89386' />
+    <nd ref='-89388' />
+    <nd ref='-89390' />
+    <nd ref='-89392' />
+    <nd ref='-89394' />
+    <nd ref='-98719' />
+    <nd ref='-98721' />
+    <nd ref='-98723' />
+    <nd ref='-98725' />
+    <nd ref='-98727' />
+    <nd ref='-98729' />
+    <nd ref='-98731' />
+    <nd ref='-98733' />
+    <nd ref='-98735' />
+    <nd ref='-98737' />
+    <nd ref='-98739' />
+    <nd ref='-98741' />
+    <nd ref='-98743' />
+    <nd ref='-98745' />
+    <nd ref='-98747' />
+    <nd ref='-98749' />
+    <nd ref='-98751' />
+    <nd ref='-98753' />
+    <nd ref='-98755' />
+    <nd ref='-98757' />
+    <nd ref='-98759' />
+    <nd ref='-98761' />
+    <nd ref='-98763' />
+    <nd ref='-98765' />
+    <nd ref='-98767' />
+    <nd ref='-98769' />
+    <nd ref='-98771' />
+    <nd ref='-98773' />
+    <nd ref='-98775' />
+    <nd ref='-98777' />
+    <nd ref='-98779' />
+    <nd ref='-98781' />
+    <nd ref='-98783' />
+    <nd ref='-98785' />
+    <nd ref='-98787' />
+    <nd ref='-98789' />
+    <nd ref='-98791' />
+    <nd ref='-98793' />
+    <nd ref='-98795' />
+    <nd ref='-98801' />
+    <nd ref='-98803' />
+    <nd ref='-98805' />
+    <nd ref='-98807' />
+    <nd ref='-98809' />
+    <nd ref='-98811' />
+    <nd ref='-98813' />
+    <nd ref='-98815' />
+    <nd ref='-98817' />
+    <nd ref='-98819' />
+    <nd ref='-98821' />
+    <nd ref='-98823' />
+    <nd ref='-98825' />
+    <nd ref='-98827' />
+    <nd ref='-98829' />
+    <nd ref='-98831' />
+    <nd ref='-86537' />
+    <nd ref='-86539' />
+    <nd ref='-86541' />
+    <nd ref='-86547' />
+    <nd ref='-86555' />
+    <nd ref='-86559' />
+    <nd ref='-86561' />
+    <nd ref='-86563' />
+    <nd ref='-86567' />
+    <nd ref='-86569' />
+    <nd ref='-86573' />
+    <nd ref='-86577' />
+    <nd ref='-86581' />
+    <nd ref='-86603' />
+    <nd ref='-86605' />
+    <nd ref='-86607' />
+    <nd ref='-86609' />
+    <nd ref='-86611' />
+    <nd ref='-86613' />
+    <nd ref='-86615' />
+    <nd ref='-86617' />
+    <nd ref='-86619' />
+    <nd ref='-86621' />
+    <nd ref='-86627' />
+    <nd ref='-86629' />
+    <nd ref='-90119' />
+    <nd ref='-90234' />
+    <nd ref='-90115' />
+    <nd ref='-90143' />
+    <nd ref='-90145' />
+    <nd ref='-90147' />
+    <nd ref='-90149' />
+    <nd ref='-90151' />
+    <nd ref='-90153' />
+    <nd ref='-90155' />
+    <nd ref='-90157' />
+    <nd ref='-90159' />
+    <nd ref='-90161' />
+    <nd ref='-90163' />
+    <nd ref='-90165' />
+    <nd ref='-90167' />
+    <nd ref='-90169' />
+    <nd ref='-90171' />
+    <nd ref='-90173' />
+    <nd ref='-90175' />
+    <nd ref='-90177' />
+    <nd ref='-90179' />
+    <nd ref='-90181' />
+    <nd ref='-90183' />
+    <nd ref='-90185' />
+    <nd ref='-90187' />
+    <nd ref='-90189' />
+    <nd ref='-90191' />
+    <nd ref='-90193' />
+    <nd ref='-90195' />
+    <tag k='ISO3166-2' v='CN-SN' />
+    <tag k='name:en' v='Shaanxi' />
+  </way>
+  <way id='-98912'>
+    <nd ref='-87466' />
+    <nd ref='-98911' />
+    <nd ref='-98913' />
+    <nd ref='-98915' />
+    <nd ref='-98917' />
+    <nd ref='-98919' />
+    <nd ref='-98921' />
+    <nd ref='-98923' />
+    <nd ref='-98925' />
+    <nd ref='-98927' />
+    <nd ref='-98929' />
+    <nd ref='-98931' />
+    <nd ref='-98933' />
+    <nd ref='-98935' />
+    <nd ref='-98937' />
+    <nd ref='-98939' />
+    <nd ref='-98941' />
+    <nd ref='-98943' />
+    <nd ref='-98945' />
+    <nd ref='-98947' />
+    <nd ref='-98949' />
+    <nd ref='-98951' />
+    <nd ref='-98953' />
+    <nd ref='-98955' />
+    <nd ref='-98957' />
+    <nd ref='-98959' />
+    <nd ref='-98961' />
+    <nd ref='-98963' />
+    <nd ref='-99011' />
+    <nd ref='-99017' />
+    <nd ref='-99021' />
+    <nd ref='-99023' />
+    <nd ref='-99025' />
+    <nd ref='-99027' />
+    <nd ref='-99029' />
+    <nd ref='-99031' />
+    <nd ref='-99033' />
+    <nd ref='-99035' />
+    <nd ref='-99037' />
+    <nd ref='-99039' />
+    <nd ref='-99041' />
+    <nd ref='-99043' />
+    <nd ref='-99045' />
+    <nd ref='-99047' />
+    <nd ref='-99049' />
+    <nd ref='-99051' />
+    <nd ref='-99053' />
+    <nd ref='-99055' />
+    <nd ref='-99057' />
+    <nd ref='-99059' />
+    <nd ref='-99061' />
+    <nd ref='-99063' />
+    <nd ref='-99065' />
+    <nd ref='-99067' />
+    <nd ref='-99069' />
+    <nd ref='-99071' />
+    <nd ref='-99073' />
+    <nd ref='-99075' />
+    <nd ref='-99077' />
+    <nd ref='-99079' />
+    <nd ref='-99081' />
+    <nd ref='-99083' />
+    <nd ref='-99085' />
+    <nd ref='-99087' />
+    <nd ref='-99089' />
+    <nd ref='-99091' />
+    <nd ref='-99093' />
+    <nd ref='-99095' />
+    <nd ref='-99097' />
+    <nd ref='-99099' />
+    <nd ref='-99101' />
+    <nd ref='-99103' />
+    <nd ref='-99105' />
+    <nd ref='-99107' />
+    <nd ref='-99109' />
+    <nd ref='-99111' />
+    <nd ref='-99113' />
+    <nd ref='-99115' />
+    <nd ref='-99117' />
+    <nd ref='-99119' />
+    <nd ref='-99121' />
+    <nd ref='-99123' />
+    <nd ref='-99125' />
+    <nd ref='-99127' />
+    <nd ref='-99129' />
+    <nd ref='-99131' />
+    <nd ref='-99133' />
+    <nd ref='-89470' />
+    <nd ref='-89472' />
+    <nd ref='-89474' />
+    <nd ref='-89476' />
+    <nd ref='-89478' />
+    <nd ref='-89480' />
+    <nd ref='-89482' />
+    <nd ref='-89484' />
+    <nd ref='-89486' />
+    <nd ref='-89488' />
+    <nd ref='-89490' />
+    <nd ref='-89492' />
+    <nd ref='-89494' />
+    <nd ref='-88384' />
+    <nd ref='-88382' />
+    <nd ref='-88380' />
+    <nd ref='-88378' />
+    <nd ref='-88376' />
+    <nd ref='-88374' />
+    <nd ref='-88372' />
+    <nd ref='-88370' />
+    <nd ref='-88368' />
+    <nd ref='-88366' />
+    <nd ref='-88364' />
+    <nd ref='-88362' />
+    <nd ref='-88360' />
+    <nd ref='-88358' />
+    <nd ref='-88356' />
+    <nd ref='-88354' />
+    <nd ref='-88352' />
+    <nd ref='-88350' />
+    <nd ref='-88348' />
+    <nd ref='-88346' />
+    <nd ref='-88344' />
+    <nd ref='-88342' />
+    <nd ref='-88340' />
+    <nd ref='-88338' />
+    <nd ref='-88336' />
+    <nd ref='-88334' />
+    <nd ref='-88332' />
+    <nd ref='-88330' />
+    <nd ref='-88328' />
+    <nd ref='-88326' />
+    <nd ref='-88324' />
+    <nd ref='-88322' />
+    <nd ref='-88320' />
+    <nd ref='-88318' />
+    <nd ref='-88316' />
+    <nd ref='-87376' />
+    <nd ref='-87378' />
+    <nd ref='-87380' />
+    <nd ref='-87382' />
+    <nd ref='-87384' />
+    <nd ref='-87386' />
+    <nd ref='-87388' />
+    <nd ref='-87390' />
+    <nd ref='-87392' />
+    <nd ref='-87394' />
+    <nd ref='-87396' />
+    <nd ref='-87398' />
+    <nd ref='-87400' />
+    <nd ref='-87402' />
+    <nd ref='-87404' />
+    <nd ref='-87406' />
+    <nd ref='-87408' />
+    <nd ref='-87410' />
+    <nd ref='-87412' />
+    <nd ref='-87414' />
+    <nd ref='-87416' />
+    <nd ref='-87418' />
+    <nd ref='-87420' />
+    <nd ref='-87422' />
+    <nd ref='-87424' />
+    <nd ref='-87426' />
+    <nd ref='-87428' />
+    <nd ref='-87430' />
+    <nd ref='-87432' />
+    <nd ref='-87434' />
+    <nd ref='-87436' />
+    <nd ref='-87438' />
+    <nd ref='-87440' />
+    <nd ref='-87442' />
+    <nd ref='-87444' />
+    <nd ref='-87446' />
+    <nd ref='-87448' />
+    <nd ref='-87450' />
+    <nd ref='-87452' />
+    <nd ref='-87454' />
+    <nd ref='-87456' />
+    <nd ref='-87458' />
+    <nd ref='-87460' />
+    <nd ref='-87462' />
+    <nd ref='-87464' />
+    <nd ref='-87466' />
+    <tag k='ISO3166-2' v='CN-GZ' />
+    <tag k='name:en' v='Guizhou' />
+  </way>
+  <way id='-99015'>
+    <nd ref='-99011' />
+    <nd ref='-98965' />
+    <nd ref='-98967' />
+    <nd ref='-98969' />
+    <nd ref='-98971' />
+    <nd ref='-98973' />
+    <nd ref='-98975' />
+    <nd ref='-98977' />
+    <nd ref='-98979' />
+    <nd ref='-98981' />
+    <nd ref='-98983' />
+    <nd ref='-98985' />
+    <nd ref='-99758' />
+    <nd ref='-99241' />
+    <nd ref='-99243' />
+    <nd ref='-99245' />
+    <nd ref='-99247' />
+    <nd ref='-99249' />
+    <nd ref='-99251' />
+    <nd ref='-99253' />
+    <nd ref='-99255' />
+    <nd ref='-99257' />
+    <nd ref='-99259' />
+    <nd ref='-99261' />
+    <nd ref='-99263' />
+    <nd ref='-99265' />
+    <nd ref='-99267' />
+    <nd ref='-99269' />
+    <nd ref='-99271' />
+    <nd ref='-99273' />
+    <nd ref='-99275' />
+    <nd ref='-99277' />
+    <nd ref='-99279' />
+    <nd ref='-99281' />
+    <nd ref='-99283' />
+    <nd ref='-99285' />
+    <nd ref='-99287' />
+    <nd ref='-99289' />
+    <nd ref='-99291' />
+    <nd ref='-99293' />
+    <nd ref='-99295' />
+    <nd ref='-99297' />
+    <nd ref='-99299' />
+    <nd ref='-99301' />
+    <nd ref='-99303' />
+    <nd ref='-99305' />
+    <nd ref='-99307' />
+    <nd ref='-99309' />
+    <nd ref='-99311' />
+    <nd ref='-99313' />
+    <nd ref='-99315' />
+    <nd ref='-99317' />
+    <nd ref='-98723' />
+    <nd ref='-98721' />
+    <nd ref='-98719' />
+    <nd ref='-89394' />
+    <nd ref='-89396' />
+    <nd ref='-89398' />
+    <nd ref='-89400' />
+    <nd ref='-89402' />
+    <nd ref='-89404' />
+    <nd ref='-89406' />
+    <nd ref='-89408' />
+    <nd ref='-89410' />
+    <nd ref='-89412' />
+    <nd ref='-89414' />
+    <nd ref='-89416' />
+    <nd ref='-89418' />
+    <nd ref='-89420' />
+    <nd ref='-89422' />
+    <nd ref='-89424' />
+    <nd ref='-89426' />
+    <nd ref='-89428' />
+    <nd ref='-89430' />
+    <nd ref='-89432' />
+    <nd ref='-89434' />
+    <nd ref='-89436' />
+    <nd ref='-89438' />
+    <nd ref='-89440' />
+    <nd ref='-89442' />
+    <nd ref='-89444' />
+    <nd ref='-89446' />
+    <nd ref='-89448' />
+    <nd ref='-89450' />
+    <nd ref='-89452' />
+    <nd ref='-89454' />
+    <nd ref='-89456' />
+    <nd ref='-89458' />
+    <nd ref='-89460' />
+    <nd ref='-89462' />
+    <nd ref='-89464' />
+    <nd ref='-89466' />
+    <nd ref='-89468' />
+    <nd ref='-89470' />
+    <nd ref='-99133' />
+    <nd ref='-99131' />
+    <nd ref='-99129' />
+    <nd ref='-99127' />
+    <nd ref='-99125' />
+    <nd ref='-99123' />
+    <nd ref='-99121' />
+    <nd ref='-99119' />
+    <nd ref='-99117' />
+    <nd ref='-99115' />
+    <nd ref='-99113' />
+    <nd ref='-99111' />
+    <nd ref='-99109' />
+    <nd ref='-99107' />
+    <nd ref='-99105' />
+    <nd ref='-99103' />
+    <nd ref='-99101' />
+    <nd ref='-99099' />
+    <nd ref='-99097' />
+    <nd ref='-99095' />
+    <nd ref='-99093' />
+    <nd ref='-99091' />
+    <nd ref='-99089' />
+    <nd ref='-99087' />
+    <nd ref='-99085' />
+    <nd ref='-99083' />
+    <nd ref='-99081' />
+    <nd ref='-99079' />
+    <nd ref='-99077' />
+    <nd ref='-99075' />
+    <nd ref='-99073' />
+    <nd ref='-99071' />
+    <nd ref='-99069' />
+    <nd ref='-99067' />
+    <nd ref='-99065' />
+    <nd ref='-99063' />
+    <nd ref='-99061' />
+    <nd ref='-99059' />
+    <nd ref='-99057' />
+    <nd ref='-99055' />
+    <nd ref='-99053' />
+    <nd ref='-99051' />
+    <nd ref='-99049' />
+    <nd ref='-99047' />
+    <nd ref='-99045' />
+    <nd ref='-99043' />
+    <nd ref='-99041' />
+    <nd ref='-99039' />
+    <nd ref='-99037' />
+    <nd ref='-99035' />
+    <nd ref='-99033' />
+    <nd ref='-99031' />
+    <nd ref='-99029' />
+    <nd ref='-99027' />
+    <nd ref='-99025' />
+    <nd ref='-99023' />
+    <nd ref='-99021' />
+    <nd ref='-99017' />
+    <nd ref='-99011' />
+    <tag k='ISO3166-2' v='CN-CQ' />
+    <tag k='name:en' v='Chongqing' />
+  </way>
+  <way id='-99432'>
+    <nd ref='-11960' />
+    <nd ref='-11962' />
+    <nd ref='-11966' />
+    <nd ref='-99434' />
+    <nd ref='-11958' />
+    <nd ref='-11960' />
+    <tag k='ISO3166-2' v='CN-HI' />
+    <tag k='name:en' v='Hainan' />
+  </way>
+  <way id='-99452'>
+    <nd ref='-11966' />
+    <nd ref='-99434' />
+    <nd ref='-99504' />
+    <nd ref='-99515' />
+    <nd ref='-99519' />
+    <nd ref='-99521' />
+    <nd ref='-99523' />
+    <nd ref='-99525' />
+    <nd ref='-99527' />
+    <nd ref='-99529' />
+    <nd ref='-99531' />
+    <nd ref='-99537' />
+    <nd ref='-99539' />
+    <nd ref='-99545' />
+    <nd ref='-99547' />
+    <nd ref='-99551' />
+    <nd ref='-99553' />
+    <nd ref='-99555' />
+    <nd ref='-99557' />
+    <nd ref='-99561' />
+    <nd ref='-99563' />
+    <nd ref='-99565' />
+    <nd ref='-99567' />
+    <nd ref='-99569' />
+    <nd ref='-99571' />
+    <nd ref='-99573' />
+    <nd ref='-99575' />
+    <nd ref='-99577' />
+    <nd ref='-99579' />
+    <nd ref='-99581' />
+    <nd ref='-99583' />
+    <nd ref='-99585' />
+    <nd ref='-99587' />
+    <nd ref='-99589' />
+    <nd ref='-99591' />
+    <nd ref='-99593' />
+    <nd ref='-99595' />
+    <nd ref='-99597' />
+    <nd ref='-99599' />
+    <nd ref='-99601' />
+    <nd ref='-99603' />
+    <nd ref='-99605' />
+    <nd ref='-99607' />
+    <nd ref='-99613' />
+    <nd ref='-99615' />
+    <nd ref='-99617' />
+    <nd ref='-99619' />
+    <nd ref='-99621' />
+    <nd ref='-99623' />
+    <nd ref='-99625' />
+    <nd ref='-99627' />
+    <nd ref='-99629' />
+    <nd ref='-99631' />
+    <nd ref='-99633' />
+    <nd ref='-99637' />
+    <nd ref='-99639' />
+    <nd ref='-99641' />
+    <nd ref='-99643' />
+    <nd ref='-99645' />
+    <nd ref='-99647' />
+    <nd ref='-99649' />
+    <nd ref='-99651' />
+    <nd ref='-99657' />
+    <nd ref='-99659' />
+    <nd ref='-99661' />
+    <nd ref='-99663' />
+    <nd ref='-99675' />
+    <nd ref='-99677' />
+    <nd ref='-99679' />
+    <nd ref='-99681' />
+    <nd ref='-99683' />
+    <nd ref='-87520' />
+    <nd ref='-87707' />
+    <nd ref='-87709' />
+    <nd ref='-87711' />
+    <nd ref='-87713' />
+    <nd ref='-87715' />
+    <nd ref='-87717' />
+    <nd ref='-87719' />
+    <nd ref='-87721' />
+    <nd ref='-87727' />
+    <nd ref='-87731' />
+    <nd ref='-87733' />
+    <nd ref='-87845' />
+    <nd ref='-87847' />
+    <nd ref='-87849' />
+    <nd ref='-87851' />
+    <nd ref='-87853' />
+    <nd ref='-87855' />
+    <nd ref='-87857' />
+    <nd ref='-87859' />
+    <nd ref='-87861' />
+    <nd ref='-87863' />
+    <nd ref='-87865' />
+    <nd ref='-87867' />
+    <nd ref='-87869' />
+    <nd ref='-87871' />
+    <nd ref='-87873' />
+    <nd ref='-87875' />
+    <nd ref='-87877' />
+    <nd ref='-87883' />
+    <nd ref='-87885' />
+    <nd ref='-87887' />
+    <nd ref='-87889' />
+    <nd ref='-87891' />
+    <nd ref='-87893' />
+    <nd ref='-87895' />
+    <nd ref='-11966' />
+  </way>
+  <way id='-99761'>
+    <nd ref='-99758' />
+    <nd ref='-99760' />
+    <nd ref='-99762' />
+    <nd ref='-99764' />
+    <nd ref='-99766' />
+    <nd ref='-99768' />
+    <nd ref='-99770' />
+    <nd ref='-99772' />
+    <nd ref='-99774' />
+    <nd ref='-99776' />
+    <nd ref='-99778' />
+    <nd ref='-99780' />
+    <nd ref='-99782' />
+    <nd ref='-99784' />
+    <nd ref='-99786' />
+    <nd ref='-99788' />
+    <nd ref='-99790' />
+    <nd ref='-99792' />
+    <nd ref='-99794' />
+    <nd ref='-99796' />
+    <nd ref='-99798' />
+    <nd ref='-99800' />
+    <nd ref='-99802' />
+    <nd ref='-99804' />
+    <nd ref='-99806' />
+    <nd ref='-99808' />
+    <nd ref='-99810' />
+    <nd ref='-99812' />
+    <nd ref='-99814' />
+    <nd ref='-99816' />
+    <nd ref='-99818' />
+    <nd ref='-99820' />
+    <nd ref='-99822' />
+    <nd ref='-99824' />
+    <nd ref='-99826' />
+    <nd ref='-99828' />
+    <nd ref='-99830' />
+    <nd ref='-99832' />
+    <nd ref='-99834' />
+    <nd ref='-99836' />
+    <nd ref='-99838' />
+    <nd ref='-99840' />
+    <nd ref='-99842' />
+    <nd ref='-99844' />
+    <nd ref='-99846' />
+    <nd ref='-99848' />
+    <nd ref='-99850' />
+    <nd ref='-99852' />
+    <nd ref='-99854' />
+    <nd ref='-99856' />
+    <nd ref='-99858' />
+    <nd ref='-99860' />
+    <nd ref='-99862' />
+    <nd ref='-99864' />
+    <nd ref='-99866' />
+    <nd ref='-99868' />
+    <nd ref='-99870' />
+    <nd ref='-99872' />
+    <nd ref='-99874' />
+    <nd ref='-99876' />
+    <nd ref='-99878' />
+    <nd ref='-99880' />
+    <nd ref='-99882' />
+    <nd ref='-99884' />
+    <nd ref='-99888' />
+    <nd ref='-99890' />
+    <nd ref='-99892' />
+    <nd ref='-99629' />
+    <nd ref='-99631' />
+    <nd ref='-99633' />
+    <nd ref='-99637' />
+    <nd ref='-99639' />
+    <nd ref='-99641' />
+    <nd ref='-99643' />
+    <nd ref='-99645' />
+    <nd ref='-99647' />
+    <nd ref='-99649' />
+    <nd ref='-99651' />
+    <nd ref='-99657' />
+    <nd ref='-99659' />
+    <nd ref='-99661' />
+    <nd ref='-99663' />
+    <nd ref='-99675' />
+    <nd ref='-99677' />
+    <nd ref='-99679' />
+    <nd ref='-99681' />
+    <nd ref='-99683' />
+    <nd ref='-87520' />
+    <nd ref='-87518' />
+    <nd ref='-87516' />
+    <nd ref='-87514' />
+    <nd ref='-87512' />
+    <nd ref='-87510' />
+    <nd ref='-87508' />
+    <nd ref='-87506' />
+    <nd ref='-87504' />
+    <nd ref='-87502' />
+    <nd ref='-87500' />
+    <nd ref='-87498' />
+    <nd ref='-87496' />
+    <nd ref='-87494' />
+    <nd ref='-87492' />
+    <nd ref='-87490' />
+    <nd ref='-87488' />
+    <nd ref='-87486' />
+    <nd ref='-87484' />
+    <nd ref='-87482' />
+    <nd ref='-87480' />
+    <nd ref='-87478' />
+    <nd ref='-87476' />
+    <nd ref='-87474' />
+    <nd ref='-87472' />
+    <nd ref='-87470' />
+    <nd ref='-87468' />
+    <nd ref='-87466' />
+    <nd ref='-98911' />
+    <nd ref='-98913' />
+    <nd ref='-98915' />
+    <nd ref='-98917' />
+    <nd ref='-98919' />
+    <nd ref='-98921' />
+    <nd ref='-98923' />
+    <nd ref='-98925' />
+    <nd ref='-98927' />
+    <nd ref='-98929' />
+    <nd ref='-98931' />
+    <nd ref='-98933' />
+    <nd ref='-98935' />
+    <nd ref='-98937' />
+    <nd ref='-98939' />
+    <nd ref='-98941' />
+    <nd ref='-98943' />
+    <nd ref='-98945' />
+    <nd ref='-98947' />
+    <nd ref='-98949' />
+    <nd ref='-98951' />
+    <nd ref='-98953' />
+    <nd ref='-98955' />
+    <nd ref='-98957' />
+    <nd ref='-98959' />
+    <nd ref='-98961' />
+    <nd ref='-98963' />
+    <nd ref='-99011' />
+    <nd ref='-98965' />
+    <nd ref='-98967' />
+    <nd ref='-98969' />
+    <nd ref='-98971' />
+    <nd ref='-98973' />
+    <nd ref='-98975' />
+    <nd ref='-98977' />
+    <nd ref='-98979' />
+    <nd ref='-98981' />
+    <nd ref='-98983' />
+    <nd ref='-98985' />
+    <nd ref='-99758' />
+    <tag k='ISO3166-2' v='CN-HN' />
+    <tag k='name:en' v='Hunan' />
+  </way>
+  <way id='-100002'>
+    <nd ref='-98767' />
+    <nd ref='-100001' />
+    <nd ref='-100003' />
+    <nd ref='-100005' />
+    <nd ref='-100009' />
+    <nd ref='-100013' />
+    <nd ref='-100015' />
+    <nd ref='-100017' />
+    <nd ref='-100019' />
+    <nd ref='-100021' />
+    <nd ref='-100023' />
+    <nd ref='-100025' />
+    <nd ref='-100027' />
+    <nd ref='-100029' />
+    <nd ref='-100031' />
+    <nd ref='-100033' />
+    <nd ref='-100035' />
+    <nd ref='-100037' />
+    <nd ref='-100039' />
+    <nd ref='-100041' />
+    <nd ref='-100357' />
+    <nd ref='-100043' />
+    <nd ref='-100045' />
+    <nd ref='-100047' />
+    <nd ref='-100049' />
+    <nd ref='-100051' />
+    <nd ref='-100053' />
+    <nd ref='-100055' />
+    <nd ref='-100057' />
+    <nd ref='-100059' />
+    <nd ref='-100061' />
+    <nd ref='-100063' />
+    <nd ref='-100065' />
+    <nd ref='-100067' />
+    <nd ref='-100069' />
+    <nd ref='-100071' />
+    <nd ref='-100073' />
+    <nd ref='-100075' />
+    <nd ref='-100077' />
+    <nd ref='-100079' />
+    <nd ref='-100081' />
+    <nd ref='-100083' />
+    <nd ref='-100085' />
+    <nd ref='-100087' />
+    <nd ref='-100089' />
+    <nd ref='-99838' />
+    <nd ref='-99836' />
+    <nd ref='-99834' />
+    <nd ref='-99832' />
+    <nd ref='-99830' />
+    <nd ref='-99828' />
+    <nd ref='-99826' />
+    <nd ref='-99824' />
+    <nd ref='-99822' />
+    <nd ref='-99820' />
+    <nd ref='-99818' />
+    <nd ref='-99816' />
+    <nd ref='-99814' />
+    <nd ref='-99812' />
+    <nd ref='-99810' />
+    <nd ref='-99808' />
+    <nd ref='-99806' />
+    <nd ref='-99804' />
+    <nd ref='-99802' />
+    <nd ref='-99800' />
+    <nd ref='-99798' />
+    <nd ref='-99796' />
+    <nd ref='-99794' />
+    <nd ref='-99792' />
+    <nd ref='-99790' />
+    <nd ref='-99788' />
+    <nd ref='-99786' />
+    <nd ref='-99784' />
+    <nd ref='-99782' />
+    <nd ref='-99780' />
+    <nd ref='-99778' />
+    <nd ref='-99776' />
+    <nd ref='-99774' />
+    <nd ref='-99772' />
+    <nd ref='-99770' />
+    <nd ref='-99768' />
+    <nd ref='-99766' />
+    <nd ref='-99764' />
+    <nd ref='-99762' />
+    <nd ref='-99760' />
+    <nd ref='-99758' />
+    <nd ref='-99243' />
+    <nd ref='-99245' />
+    <nd ref='-99247' />
+    <nd ref='-99249' />
+    <nd ref='-99251' />
+    <nd ref='-99253' />
+    <nd ref='-99255' />
+    <nd ref='-99257' />
+    <nd ref='-99259' />
+    <nd ref='-99261' />
+    <nd ref='-99263' />
+    <nd ref='-99265' />
+    <nd ref='-99267' />
+    <nd ref='-99269' />
+    <nd ref='-99271' />
+    <nd ref='-99273' />
+    <nd ref='-99275' />
+    <nd ref='-99277' />
+    <nd ref='-99279' />
+    <nd ref='-99281' />
+    <nd ref='-99283' />
+    <nd ref='-99285' />
+    <nd ref='-99287' />
+    <nd ref='-99289' />
+    <nd ref='-99291' />
+    <nd ref='-99293' />
+    <nd ref='-99295' />
+    <nd ref='-99297' />
+    <nd ref='-99299' />
+    <nd ref='-99301' />
+    <nd ref='-99303' />
+    <nd ref='-99305' />
+    <nd ref='-99307' />
+    <nd ref='-99309' />
+    <nd ref='-99311' />
+    <nd ref='-99313' />
+    <nd ref='-99315' />
+    <nd ref='-99317' />
+    <nd ref='-98723' />
+    <nd ref='-98725' />
+    <nd ref='-98727' />
+    <nd ref='-98729' />
+    <nd ref='-98731' />
+    <nd ref='-98733' />
+    <nd ref='-98735' />
+    <nd ref='-98737' />
+    <nd ref='-98739' />
+    <nd ref='-98741' />
+    <nd ref='-98743' />
+    <nd ref='-98745' />
+    <nd ref='-98747' />
+    <nd ref='-98749' />
+    <nd ref='-98751' />
+    <nd ref='-98753' />
+    <nd ref='-98755' />
+    <nd ref='-98757' />
+    <nd ref='-98759' />
+    <nd ref='-98761' />
+    <nd ref='-98763' />
+    <nd ref='-98765' />
+    <nd ref='-98767' />
+    <tag k='ISO3166-2' v='CN-HB' />
+    <tag k='name:en' v='Hubei' />
+  </way>
+  <way id='-100210'>
+    <nd ref='-98779' />
+    <nd ref='-100209' />
+    <nd ref='-100211' />
+    <nd ref='-100213' />
+    <nd ref='-100215' />
+    <nd ref='-100217' />
+    <nd ref='-100219' />
+    <nd ref='-100221' />
+    <nd ref='-100223' />
+    <nd ref='-100225' />
+    <nd ref='-100227' />
+    <nd ref='-100229' />
+    <nd ref='-100231' />
+    <nd ref='-100233' />
+    <nd ref='-100235' />
+    <nd ref='-100237' />
+    <nd ref='-100239' />
+    <nd ref='-100241' />
+    <nd ref='-100243' />
+    <nd ref='-100245' />
+    <nd ref='-100247' />
+    <nd ref='-100249' />
+    <nd ref='-100251' />
+    <nd ref='-100253' />
+    <nd ref='-100255' />
+    <nd ref='-100259' />
+    <nd ref='-100261' />
+    <nd ref='-100263' />
+    <nd ref='-100265' />
+    <nd ref='-100267' />
+    <nd ref='-100269' />
+    <nd ref='-100271' />
+    <nd ref='-100273' />
+    <nd ref='-100275' />
+    <nd ref='-100277' />
+    <nd ref='-100279' />
+    <nd ref='-100281' />
+    <nd ref='-100283' />
+    <nd ref='-100285' />
+    <nd ref='-100287' />
+    <nd ref='-100289' />
+    <nd ref='-100291' />
+    <nd ref='-100293' />
+    <nd ref='-100295' />
+    <nd ref='-100297' />
+    <nd ref='-100299' />
+    <nd ref='-100301' />
+    <nd ref='-100303' />
+    <nd ref='-100305' />
+    <nd ref='-100307' />
+    <nd ref='-100309' />
+    <nd ref='-100311' />
+    <nd ref='-100313' />
+    <nd ref='-100315' />
+    <nd ref='-100317' />
+    <nd ref='-100319' />
+    <nd ref='-100321' />
+    <nd ref='-100323' />
+    <nd ref='-100325' />
+    <nd ref='-100327' />
+    <nd ref='-100329' />
+    <nd ref='-100331' />
+    <nd ref='-100333' />
+    <nd ref='-100335' />
+    <nd ref='-100337' />
+    <nd ref='-100339' />
+    <nd ref='-100341' />
+    <nd ref='-100343' />
+    <nd ref='-100345' />
+    <nd ref='-100347' />
+    <nd ref='-100349' />
+    <nd ref='-100351' />
+    <nd ref='-100353' />
+    <nd ref='-100355' />
+    <nd ref='-100357' />
+    <nd ref='-100041' />
+    <nd ref='-100039' />
+    <nd ref='-100037' />
+    <nd ref='-100035' />
+    <nd ref='-100033' />
+    <nd ref='-100031' />
+    <nd ref='-100029' />
+    <nd ref='-100027' />
+    <nd ref='-100025' />
+    <nd ref='-100023' />
+    <nd ref='-100021' />
+    <nd ref='-100019' />
+    <nd ref='-100017' />
+    <nd ref='-100015' />
+    <nd ref='-100013' />
+    <nd ref='-100009' />
+    <nd ref='-100005' />
+    <nd ref='-100003' />
+    <nd ref='-100001' />
+    <nd ref='-98767' />
+    <nd ref='-98769' />
+    <nd ref='-98771' />
+    <nd ref='-98773' />
+    <nd ref='-98775' />
+    <nd ref='-98777' />
+    <nd ref='-98779' />
+    <tag k='ISO3166-2' v='CN-HA' />
+    <tag k='name:en' v='Henan' />
+  </way>
+  <way id='-100399'>
+    <nd ref='-90624' />
+    <nd ref='-100398' />
+    <nd ref='-100400' />
+    <nd ref='-100402' />
+    <nd ref='-100404' />
+    <nd ref='-100406' />
+    <nd ref='-100408' />
+    <nd ref='-100410' />
+    <nd ref='-100412' />
+    <nd ref='-100414' />
+    <nd ref='-100416' />
+    <nd ref='-100418' />
+    <nd ref='-100420' />
+    <nd ref='-100422' />
+    <nd ref='-100424' />
+    <nd ref='-100249' />
+    <nd ref='-100251' />
+    <nd ref='-100253' />
+    <nd ref='-100255' />
+    <nd ref='-100259' />
+    <nd ref='-100261' />
+    <nd ref='-100263' />
+    <nd ref='-100265' />
+    <nd ref='-100267' />
+    <nd ref='-100269' />
+    <nd ref='-100271' />
+    <nd ref='-100273' />
+    <nd ref='-100275' />
+    <nd ref='-100277' />
+    <nd ref='-100279' />
+    <nd ref='-100281' />
+    <nd ref='-100283' />
+    <nd ref='-100285' />
+    <nd ref='-100287' />
+    <nd ref='-100289' />
+    <nd ref='-100291' />
+    <nd ref='-100293' />
+    <nd ref='-100295' />
+    <nd ref='-100449' />
+    <nd ref='-100451' />
+    <nd ref='-100453' />
+    <nd ref='-100455' />
+    <nd ref='-100457' />
+    <nd ref='-100459' />
+    <nd ref='-100461' />
+    <nd ref='-100463' />
+    <nd ref='-100465' />
+    <nd ref='-100467' />
+    <nd ref='-100469' />
+    <nd ref='-100471' />
+    <nd ref='-100473' />
+    <nd ref='-11932' />
+    <nd ref='-10870' />
+    <nd ref='-90624' />
+    <tag k='ISO3166-2' v='CN-SD' />
+    <tag k='name:en' v='Shandong' />
+  </way>
+  <way id='-100491'>
+    <nd ref='-99567' />
+    <nd ref='-100490' />
+    <nd ref='-100492' />
+    <nd ref='-100494' />
+    <nd ref='-100496' />
+    <nd ref='-100498' />
+    <nd ref='-100500' />
+    <nd ref='-100502' />
+    <nd ref='-100504' />
+    <nd ref='-100506' />
+    <nd ref='-100508' />
+    <nd ref='-100510' />
+    <nd ref='-100512' />
+    <nd ref='-100514' />
+    <nd ref='-100516' />
+    <nd ref='-100518' />
+    <nd ref='-100520' />
+    <nd ref='-100522' />
+    <nd ref='-100524' />
+    <nd ref='-100526' />
+    <nd ref='-100528' />
+    <nd ref='-100530' />
+    <nd ref='-100532' />
+    <nd ref='-100534' />
+    <nd ref='-100728' />
+    <nd ref='-100536' />
+    <nd ref='-100538' />
+    <nd ref='-100540' />
+    <nd ref='-100542' />
+    <nd ref='-100544' />
+    <nd ref='-100546' />
+    <nd ref='-100548' />
+    <nd ref='-100550' />
+    <nd ref='-100552' />
+    <nd ref='-100564' />
+    <nd ref='-100569' />
+    <nd ref='-100573' />
+    <nd ref='-100575' />
+    <nd ref='-100577' />
+    <nd ref='-100579' />
+    <nd ref='-100581' />
+    <nd ref='-100583' />
+    <nd ref='-100585' />
+    <nd ref='-100587' />
+    <nd ref='-100589' />
+    <nd ref='-100591' />
+    <nd ref='-100593' />
+    <nd ref='-100595' />
+    <nd ref='-100065' />
+    <nd ref='-100067' />
+    <nd ref='-100069' />
+    <nd ref='-100071' />
+    <nd ref='-100073' />
+    <nd ref='-100075' />
+    <nd ref='-100077' />
+    <nd ref='-100079' />
+    <nd ref='-100081' />
+    <nd ref='-100083' />
+    <nd ref='-100085' />
+    <nd ref='-100087' />
+    <nd ref='-100089' />
+    <nd ref='-99838' />
+    <nd ref='-99840' />
+    <nd ref='-99842' />
+    <nd ref='-99844' />
+    <nd ref='-99846' />
+    <nd ref='-99848' />
+    <nd ref='-99850' />
+    <nd ref='-99852' />
+    <nd ref='-99854' />
+    <nd ref='-99856' />
+    <nd ref='-99858' />
+    <nd ref='-99860' />
+    <nd ref='-99862' />
+    <nd ref='-99864' />
+    <nd ref='-99866' />
+    <nd ref='-99868' />
+    <nd ref='-99870' />
+    <nd ref='-99872' />
+    <nd ref='-99874' />
+    <nd ref='-99876' />
+    <nd ref='-99878' />
+    <nd ref='-99880' />
+    <nd ref='-99882' />
+    <nd ref='-99884' />
+    <nd ref='-99888' />
+    <nd ref='-99890' />
+    <nd ref='-99892' />
+    <nd ref='-99629' />
+    <nd ref='-99627' />
+    <nd ref='-99625' />
+    <nd ref='-99623' />
+    <nd ref='-99621' />
+    <nd ref='-99619' />
+    <nd ref='-99617' />
+    <nd ref='-99615' />
+    <nd ref='-99613' />
+    <nd ref='-99607' />
+    <nd ref='-99605' />
+    <nd ref='-99603' />
+    <nd ref='-99601' />
+    <nd ref='-99599' />
+    <nd ref='-99597' />
+    <nd ref='-99595' />
+    <nd ref='-99593' />
+    <nd ref='-99591' />
+    <nd ref='-99589' />
+    <nd ref='-99587' />
+    <nd ref='-99585' />
+    <nd ref='-99583' />
+    <nd ref='-99581' />
+    <nd ref='-99579' />
+    <nd ref='-99577' />
+    <nd ref='-99575' />
+    <nd ref='-99573' />
+    <nd ref='-99571' />
+    <nd ref='-99569' />
+    <nd ref='-99567' />
+    <tag k='ISO3166-2' v='CN-JX' />
+    <tag k='name:en' v='Jiangxi' />
+  </way>
+  <way id='-100567'>
+    <nd ref='-100564' />
+    <nd ref='-100554' />
+    <nd ref='-100556' />
+    <nd ref='-100558' />
+    <nd ref='-100560' />
+    <nd ref='-100562' />
+    <nd ref='-100793' />
+    <nd ref='-100795' />
+    <nd ref='-100797' />
+    <nd ref='-100799' />
+    <nd ref='-100801' />
+    <nd ref='-100803' />
+    <nd ref='-100805' />
+    <nd ref='-100807' />
+    <nd ref='-100809' />
+    <nd ref='-100811' />
+    <nd ref='-100813' />
+    <nd ref='-100815' />
+    <nd ref='-100817' />
+    <nd ref='-100819' />
+    <nd ref='-100821' />
+    <nd ref='-100823' />
+    <nd ref='-100825' />
+    <nd ref='-100827' />
+    <nd ref='-100829' />
+    <nd ref='-100831' />
+    <nd ref='-100833' />
+    <nd ref='-100835' />
+    <nd ref='-100837' />
+    <nd ref='-100839' />
+    <nd ref='-100841' />
+    <nd ref='-100843' />
+    <nd ref='-100845' />
+    <nd ref='-100847' />
+    <nd ref='-100849' />
+    <nd ref='-100851' />
+    <nd ref='-100853' />
+    <nd ref='-100855' />
+    <nd ref='-100857' />
+    <nd ref='-100859' />
+    <nd ref='-100861' />
+    <nd ref='-100863' />
+    <nd ref='-100865' />
+    <nd ref='-100867' />
+    <nd ref='-100869' />
+    <nd ref='-100871' />
+    <nd ref='-100873' />
+    <nd ref='-100875' />
+    <nd ref='-100877' />
+    <nd ref='-100879' />
+    <nd ref='-100881' />
+    <nd ref='-100883' />
+    <nd ref='-100885' />
+    <nd ref='-100887' />
+    <nd ref='-100889' />
+    <nd ref='-100891' />
+    <nd ref='-100893' />
+    <nd ref='-100895' />
+    <nd ref='-100897' />
+    <nd ref='-100899' />
+    <nd ref='-100449' />
+    <nd ref='-100295' />
+    <nd ref='-100297' />
+    <nd ref='-100299' />
+    <nd ref='-100301' />
+    <nd ref='-100303' />
+    <nd ref='-100305' />
+    <nd ref='-100307' />
+    <nd ref='-100309' />
+    <nd ref='-100311' />
+    <nd ref='-100313' />
+    <nd ref='-100315' />
+    <nd ref='-100317' />
+    <nd ref='-100319' />
+    <nd ref='-100321' />
+    <nd ref='-100323' />
+    <nd ref='-100325' />
+    <nd ref='-100327' />
+    <nd ref='-100329' />
+    <nd ref='-100331' />
+    <nd ref='-100333' />
+    <nd ref='-100335' />
+    <nd ref='-100337' />
+    <nd ref='-100339' />
+    <nd ref='-100341' />
+    <nd ref='-100343' />
+    <nd ref='-100345' />
+    <nd ref='-100347' />
+    <nd ref='-100349' />
+    <nd ref='-100351' />
+    <nd ref='-100353' />
+    <nd ref='-100355' />
+    <nd ref='-100357' />
+    <nd ref='-100043' />
+    <nd ref='-100045' />
+    <nd ref='-100047' />
+    <nd ref='-100049' />
+    <nd ref='-100051' />
+    <nd ref='-100053' />
+    <nd ref='-100055' />
+    <nd ref='-100057' />
+    <nd ref='-100059' />
+    <nd ref='-100061' />
+    <nd ref='-100063' />
+    <nd ref='-100065' />
+    <nd ref='-100595' />
+    <nd ref='-100593' />
+    <nd ref='-100591' />
+    <nd ref='-100589' />
+    <nd ref='-100587' />
+    <nd ref='-100585' />
+    <nd ref='-100583' />
+    <nd ref='-100581' />
+    <nd ref='-100579' />
+    <nd ref='-100577' />
+    <nd ref='-100575' />
+    <nd ref='-100573' />
+    <nd ref='-100569' />
+    <nd ref='-100564' />
+    <tag k='ISO3166-2' v='CN-AH' />
+    <tag k='name:en' v='Anhui' />
+  </way>
+  <way id='-100680'>
+    <nd ref='-99515' />
+    <nd ref='-99504' />
+    <nd ref='-7764' />
+    <nd ref='-11946' />
+    <nd ref='-7762' />
+    <nd ref='-7760' />
+    <nd ref='-7758' />
+    <nd ref='-11948' />
+    <nd ref='-7756' />
+    <nd ref='-11944' />
+    <nd ref='-100689' />
+    <nd ref='-100692' />
+    <nd ref='-100694' />
+    <nd ref='-100696' />
+    <nd ref='-100698' />
+    <nd ref='-100700' />
+    <nd ref='-100702' />
+    <nd ref='-100704' />
+    <nd ref='-100706' />
+    <nd ref='-100708' />
+    <nd ref='-100710' />
+    <nd ref='-100712' />
+    <nd ref='-100714' />
+    <nd ref='-100716' />
+    <nd ref='-100718' />
+    <nd ref='-100720' />
+    <nd ref='-100722' />
+    <nd ref='-100724' />
+    <nd ref='-100726' />
+    <nd ref='-100728' />
+    <nd ref='-100534' />
+    <nd ref='-100532' />
+    <nd ref='-100530' />
+    <nd ref='-100528' />
+    <nd ref='-100526' />
+    <nd ref='-100524' />
+    <nd ref='-100522' />
+    <nd ref='-100520' />
+    <nd ref='-100518' />
+    <nd ref='-100516' />
+    <nd ref='-100514' />
+    <nd ref='-100512' />
+    <nd ref='-100510' />
+    <nd ref='-100508' />
+    <nd ref='-100506' />
+    <nd ref='-100504' />
+    <nd ref='-100502' />
+    <nd ref='-100500' />
+    <nd ref='-100498' />
+    <nd ref='-100496' />
+    <nd ref='-100494' />
+    <nd ref='-100492' />
+    <nd ref='-100490' />
+    <nd ref='-99567' />
+    <nd ref='-99565' />
+    <nd ref='-99563' />
+    <nd ref='-99561' />
+    <nd ref='-99557' />
+    <nd ref='-99555' />
+    <nd ref='-99553' />
+    <nd ref='-99551' />
+    <nd ref='-99547' />
+    <nd ref='-99545' />
+    <nd ref='-99539' />
+    <nd ref='-99537' />
+    <nd ref='-99531' />
+    <nd ref='-99529' />
+    <nd ref='-99527' />
+    <nd ref='-99525' />
+    <nd ref='-99523' />
+    <nd ref='-99521' />
+    <nd ref='-99519' />
+    <nd ref='-99515' />
+    <tag k='ISO3166-2' v='CN-FJ' />
+    <tag k='name:en' v='Fujian' />
+  </way>
+  <way id='-100973'>
+    <nd ref='-11942' />
+    <nd ref='-100972' />
+    <nd ref='-100974' />
+    <nd ref='-100976' />
+    <nd ref='-100978' />
+    <nd ref='-100980' />
+    <nd ref='-100982' />
+    <nd ref='-100984' />
+    <nd ref='-100986' />
+    <nd ref='-100988' />
+    <nd ref='-100990' />
+    <nd ref='-100992' />
+    <nd ref='-100994' />
+    <nd ref='-100996' />
+    <nd ref='-100998' />
+    <nd ref='-101000' />
+    <nd ref='-101002' />
+    <nd ref='-101004' />
+    <nd ref='-101006' />
+    <nd ref='-101008' />
+    <nd ref='-101010' />
+    <nd ref='-100815' />
+    <nd ref='-100813' />
+    <nd ref='-100811' />
+    <nd ref='-100809' />
+    <nd ref='-100807' />
+    <nd ref='-100805' />
+    <nd ref='-100803' />
+    <nd ref='-100801' />
+    <nd ref='-100799' />
+    <nd ref='-100797' />
+    <nd ref='-100795' />
+    <nd ref='-100793' />
+    <nd ref='-100562' />
+    <nd ref='-100560' />
+    <nd ref='-100558' />
+    <nd ref='-100556' />
+    <nd ref='-100554' />
+    <nd ref='-100564' />
+    <nd ref='-100552' />
+    <nd ref='-100550' />
+    <nd ref='-100548' />
+    <nd ref='-100546' />
+    <nd ref='-100544' />
+    <nd ref='-100542' />
+    <nd ref='-100540' />
+    <nd ref='-100538' />
+    <nd ref='-100536' />
+    <nd ref='-100728' />
+    <nd ref='-100726' />
+    <nd ref='-100724' />
+    <nd ref='-100722' />
+    <nd ref='-100720' />
+    <nd ref='-100718' />
+    <nd ref='-100716' />
+    <nd ref='-100714' />
+    <nd ref='-100712' />
+    <nd ref='-100710' />
+    <nd ref='-100708' />
+    <nd ref='-100706' />
+    <nd ref='-100704' />
+    <nd ref='-100702' />
+    <nd ref='-100700' />
+    <nd ref='-100698' />
+    <nd ref='-100696' />
+    <nd ref='-100694' />
+    <nd ref='-100692' />
+    <nd ref='-100689' />
+    <nd ref='-11942' />
+    <tag k='ISO3166-2' v='CN-ZJ' />
+    <tag k='name:en' v='Zhejiang' />
+  </way>
+  <way id='-101075'>
+    <nd ref='-100986' />
+    <nd ref='-101074' />
+    <nd ref='-101076' />
+    <nd ref='-101078' />
+    <nd ref='-101080' />
+    <nd ref='-101082' />
+    <nd ref='-101084' />
+    <nd ref='-101086' />
+    <nd ref='-101088' />
+    <nd ref='-101090' />
+    <nd ref='-101092' />
+    <nd ref='-101094' />
+    <nd ref='-101096' />
+    <nd ref='-101098' />
+    <nd ref='-101100' />
+    <nd ref='-101102' />
+    <nd ref='-101104' />
+    <nd ref='-101106' />
+    <nd ref='-101108' />
+    <nd ref='-101110' />
+    <nd ref='-101112' />
+    <nd ref='-101114' />
+    <nd ref='-101116' />
+    <nd ref='-101118' />
+    <nd ref='-11930' />
+    <nd ref='-100473' />
+    <nd ref='-100471' />
+    <nd ref='-100469' />
+    <nd ref='-100467' />
+    <nd ref='-100465' />
+    <nd ref='-100463' />
+    <nd ref='-100461' />
+    <nd ref='-100459' />
+    <nd ref='-100457' />
+    <nd ref='-100455' />
+    <nd ref='-100453' />
+    <nd ref='-100451' />
+    <nd ref='-100449' />
+    <nd ref='-100899' />
+    <nd ref='-100897' />
+    <nd ref='-100895' />
+    <nd ref='-100893' />
+    <nd ref='-100891' />
+    <nd ref='-100889' />
+    <nd ref='-100887' />
+    <nd ref='-100885' />
+    <nd ref='-100883' />
+    <nd ref='-100881' />
+    <nd ref='-100879' />
+    <nd ref='-100877' />
+    <nd ref='-100875' />
+    <nd ref='-100873' />
+    <nd ref='-100871' />
+    <nd ref='-100869' />
+    <nd ref='-100867' />
+    <nd ref='-100865' />
+    <nd ref='-100863' />
+    <nd ref='-100861' />
+    <nd ref='-100859' />
+    <nd ref='-100857' />
+    <nd ref='-100855' />
+    <nd ref='-100853' />
+    <nd ref='-100851' />
+    <nd ref='-100849' />
+    <nd ref='-100847' />
+    <nd ref='-100845' />
+    <nd ref='-100843' />
+    <nd ref='-100841' />
+    <nd ref='-100839' />
+    <nd ref='-100837' />
+    <nd ref='-100835' />
+    <nd ref='-100833' />
+    <nd ref='-100831' />
+    <nd ref='-100829' />
+    <nd ref='-100827' />
+    <nd ref='-100825' />
+    <nd ref='-100823' />
+    <nd ref='-100821' />
+    <nd ref='-100819' />
+    <nd ref='-100817' />
+    <nd ref='-100815' />
+    <nd ref='-101010' />
+    <nd ref='-101008' />
+    <nd ref='-101006' />
+    <nd ref='-101004' />
+    <nd ref='-101002' />
+    <nd ref='-101000' />
+    <nd ref='-100998' />
+    <nd ref='-100996' />
+    <nd ref='-100994' />
+    <nd ref='-100992' />
+    <nd ref='-100990' />
+    <nd ref='-100988' />
+    <nd ref='-100986' />
+    <tag k='ISO3166-2' v='CN-JS' />
+    <tag k='name:en' v='Jiangsu' />
+  </way>
+  <way id='-101242'>
+    <nd ref='-11942' />
+    <nd ref='-100972' />
+    <nd ref='-100974' />
+    <nd ref='-100976' />
+    <nd ref='-100978' />
+    <nd ref='-100980' />
+    <nd ref='-100982' />
+    <nd ref='-100984' />
+    <nd ref='-100986' />
+    <nd ref='-101074' />
+    <nd ref='-101076' />
+    <nd ref='-101078' />
+    <nd ref='-101080' />
+    <nd ref='-101082' />
+    <nd ref='-101084' />
+    <nd ref='-101086' />
+    <nd ref='-101088' />
+    <nd ref='-101090' />
+    <nd ref='-101092' />
+    <nd ref='-101094' />
+    <nd ref='-101096' />
+    <nd ref='-101098' />
+    <nd ref='-101100' />
+    <nd ref='-101102' />
+    <nd ref='-101104' />
+    <nd ref='-101106' />
+    <nd ref='-101108' />
+    <nd ref='-101110' />
+    <nd ref='-101112' />
+    <nd ref='-101114' />
+    <nd ref='-101116' />
+    <nd ref='-101118' />
+    <nd ref='-11942' />
+    <tag k='ISO3166-2' v='CN-SH' />
+    <tag k='name:en' v='Shanghai' />
+  </way>
+  <way id='-101286'>
+    <nd ref='-98779' />
+    <nd ref='-98781' />
+    <nd ref='-98783' />
+    <nd ref='-98785' />
+    <nd ref='-98787' />
+    <nd ref='-98789' />
+    <nd ref='-98791' />
+    <nd ref='-98793' />
+    <nd ref='-98795' />
+    <nd ref='-98801' />
+    <nd ref='-98803' />
+    <nd ref='-98805' />
+    <nd ref='-98807' />
+    <nd ref='-98809' />
+    <nd ref='-98811' />
+    <nd ref='-98813' />
+    <nd ref='-98815' />
+    <nd ref='-98817' />
+    <nd ref='-98819' />
+    <nd ref='-98821' />
+    <nd ref='-98823' />
+    <nd ref='-98825' />
+    <nd ref='-98827' />
+    <nd ref='-98829' />
+    <nd ref='-98831' />
+    <nd ref='-86537' />
+    <nd ref='-86535' />
+    <nd ref='-86533' />
+    <nd ref='-86531' />
+    <nd ref='-86529' />
+    <nd ref='-86527' />
+    <nd ref='-86525' />
+    <nd ref='-86523' />
+    <nd ref='-86521' />
+    <nd ref='-86519' />
+    <nd ref='-86517' />
+    <nd ref='-86515' />
+    <nd ref='-86513' />
+    <nd ref='-86511' />
+    <nd ref='-86509' />
+    <nd ref='-86507' />
+    <nd ref='-86505' />
+    <nd ref='-86503' />
+    <nd ref='-86501' />
+    <nd ref='-86499' />
+    <nd ref='-86497' />
+    <nd ref='-86495' />
+    <nd ref='-86493' />
+    <nd ref='-86491' />
+    <nd ref='-86489' />
+    <nd ref='-86487' />
+    <nd ref='-86485' />
+    <nd ref='-86483' />
+    <nd ref='-101340' />
+    <nd ref='-101342' />
+    <nd ref='-101344' />
+    <nd ref='-101346' />
+    <nd ref='-101348' />
+    <nd ref='-101350' />
+    <nd ref='-101352' />
+    <nd ref='-101354' />
+    <nd ref='-101356' />
+    <nd ref='-101358' />
+    <nd ref='-101360' />
+    <nd ref='-101362' />
+    <nd ref='-101364' />
+    <nd ref='-101366' />
+    <nd ref='-101368' />
+    <nd ref='-101372' />
+    <nd ref='-101374' />
+    <nd ref='-101376' />
+    <nd ref='-101378' />
+    <nd ref='-101380' />
+    <nd ref='-101382' />
+    <nd ref='-100235' />
+    <nd ref='-100233' />
+    <nd ref='-100231' />
+    <nd ref='-100229' />
+    <nd ref='-100227' />
+    <nd ref='-100225' />
+    <nd ref='-100223' />
+    <nd ref='-100221' />
+    <nd ref='-100219' />
+    <nd ref='-100217' />
+    <nd ref='-100215' />
+    <nd ref='-100213' />
+    <nd ref='-100211' />
+    <nd ref='-100209' />
+    <nd ref='-98779' />
+    <tag k='ISO3166-2' v='CN-SX' />
+    <tag k='name:en' v='Shanxi' />
+  </way>
+  <way id='-101411'>
+    <nd ref='-101382' />
+    <nd ref='-100235' />
+    <nd ref='-100237' />
+    <nd ref='-100239' />
+    <nd ref='-100241' />
+    <nd ref='-100243' />
+    <nd ref='-100245' />
+    <nd ref='-100247' />
+    <nd ref='-100249' />
+    <nd ref='-100424' />
+    <nd ref='-100422' />
+    <nd ref='-100420' />
+    <nd ref='-100418' />
+    <nd ref='-100416' />
+    <nd ref='-100414' />
+    <nd ref='-100412' />
+    <nd ref='-100410' />
+    <nd ref='-100408' />
+    <nd ref='-100406' />
+    <nd ref='-100404' />
+    <nd ref='-100402' />
+    <nd ref='-100400' />
+    <nd ref='-100398' />
+    <nd ref='-101433' />
+    <nd ref='-101435' />
+    <nd ref='-101437' />
+    <nd ref='-101439' />
+    <nd ref='-101441' />
+    <nd ref='-101443' />
+    <nd ref='-101445' />
+    <nd ref='-101447' />
+    <nd ref='-101449' />
+    <nd ref='-101451' />
+    <nd ref='-101453' />
+    <nd ref='-101455' />
+    <nd ref='-101457' />
+    <nd ref='-101459' />
+    <nd ref='-101461' />
+    <nd ref='-101463' />
+    <nd ref='-101465' />
+    <nd ref='-101467' />
+    <nd ref='-101469' />
+    <nd ref='-101471' />
+    <nd ref='-101473' />
+    <nd ref='-101475' />
+    <nd ref='-101477' />
+    <nd ref='-101479' />
+    <nd ref='-101481' />
+    <nd ref='-101483' />
+    <nd ref='-101485' />
+    <nd ref='-101487' />
+    <nd ref='-101489' />
+    <nd ref='-101491' />
+    <nd ref='-101493' />
+    <nd ref='-101495' />
+    <nd ref='-101497' />
+    <nd ref='-101499' />
+    <nd ref='-101501' />
+    <nd ref='-101503' />
+    <nd ref='-101505' />
+    <nd ref='-101507' />
+    <nd ref='-101509' />
+    <nd ref='-101511' />
+    <nd ref='-101513' />
+    <nd ref='-101515' />
+    <nd ref='-101517' />
+    <nd ref='-101519' />
+    <nd ref='-101521' />
+    <nd ref='-101523' />
+    <nd ref='-101525' />
+    <nd ref='-101527' />
+    <nd ref='-101529' />
+    <nd ref='-101531' />
+    <nd ref='-101533' />
+    <nd ref='-101535' />
+    <nd ref='-101537' />
+    <nd ref='-101539' />
+    <nd ref='-101541' />
+    <nd ref='-101543' />
+    <nd ref='-101545' />
+    <nd ref='-101547' />
+    <nd ref='-101549' />
+    <nd ref='-101551' />
+    <nd ref='-101553' />
+    <nd ref='-101555' />
+    <nd ref='-101557' />
+    <nd ref='-101559' />
+    <nd ref='-101561' />
+    <nd ref='-101563' />
+    <nd ref='-101565' />
+    <nd ref='-101567' />
+    <nd ref='-101569' />
+    <nd ref='-101571' />
+    <nd ref='-101573' />
+    <nd ref='-101575' />
+    <nd ref='-101577' />
+    <nd ref='-101579' />
+    <nd ref='-101581' />
+    <nd ref='-101583' />
+    <nd ref='-101585' />
+    <nd ref='-101587' />
+    <nd ref='-101589' />
+    <nd ref='-101591' />
+    <nd ref='-101593' />
+    <nd ref='-101595' />
+    <nd ref='-101597' />
+    <nd ref='-101599' />
+    <nd ref='-101601' />
+    <nd ref='-101603' />
+    <nd ref='-101605' />
+    <nd ref='-101607' />
+    <nd ref='-101609' />
+    <nd ref='-101611' />
+    <nd ref='-101613' />
+    <nd ref='-101615' />
+    <nd ref='-101617' />
+    <nd ref='-101619' />
+    <nd ref='-101621' />
+    <nd ref='-90626' />
+    <nd ref='-90628' />
+    <nd ref='-90630' />
+    <nd ref='-90632' />
+    <nd ref='-90634' />
+    <nd ref='-90636' />
+    <nd ref='-90638' />
+    <nd ref='-90640' />
+    <nd ref='-90642' />
+    <nd ref='-90644' />
+    <nd ref='-90646' />
+    <nd ref='-90648' />
+    <nd ref='-86405' />
+    <nd ref='-86407' />
+    <nd ref='-86409' />
+    <nd ref='-86411' />
+    <nd ref='-86413' />
+    <nd ref='-86415' />
+    <nd ref='-86417' />
+    <nd ref='-86419' />
+    <nd ref='-86421' />
+    <nd ref='-86423' />
+    <nd ref='-86425' />
+    <nd ref='-86427' />
+    <nd ref='-86429' />
+    <nd ref='-86431' />
+    <nd ref='-86433' />
+    <nd ref='-86435' />
+    <nd ref='-86437' />
+    <nd ref='-86439' />
+    <nd ref='-86441' />
+    <nd ref='-86443' />
+    <nd ref='-86445' />
+    <nd ref='-86447' />
+    <nd ref='-86449' />
+    <nd ref='-86451' />
+    <nd ref='-86453' />
+    <nd ref='-86455' />
+    <nd ref='-86457' />
+    <nd ref='-86459' />
+    <nd ref='-86461' />
+    <nd ref='-86463' />
+    <nd ref='-86465' />
+    <nd ref='-86467' />
+    <nd ref='-86469' />
+    <nd ref='-86471' />
+    <nd ref='-86473' />
+    <nd ref='-86475' />
+    <nd ref='-86477' />
+    <nd ref='-86479' />
+    <nd ref='-86481' />
+    <nd ref='-86483' />
+    <nd ref='-101340' />
+    <nd ref='-101342' />
+    <nd ref='-101344' />
+    <nd ref='-101346' />
+    <nd ref='-101348' />
+    <nd ref='-101350' />
+    <nd ref='-101352' />
+    <nd ref='-101354' />
+    <nd ref='-101356' />
+    <nd ref='-101358' />
+    <nd ref='-101360' />
+    <nd ref='-101362' />
+    <nd ref='-101364' />
+    <nd ref='-101366' />
+    <nd ref='-101368' />
+    <nd ref='-101372' />
+    <nd ref='-101374' />
+    <nd ref='-101376' />
+    <nd ref='-101378' />
+    <nd ref='-101380' />
+    <nd ref='-101382' />
+    <tag k='ISO3166-2' v='CN-HE' />
+    <tag k='name:en' v='Hebei' />
+  </way>
+  <way id='-101711'>
+    <nd ref='-101433' />
+    <nd ref='-101619' />
+    <nd ref='-101617' />
+    <nd ref='-101615' />
+    <nd ref='-101613' />
+    <nd ref='-101611' />
+    <nd ref='-101609' />
+    <nd ref='-101607' />
+    <nd ref='-101605' />
+    <nd ref='-101603' />
+    <nd ref='-101601' />
+    <nd ref='-101599' />
+    <nd ref='-101597' />
+    <nd ref='-101595' />
+    <nd ref='-101593' />
+    <nd ref='-101591' />
+    <nd ref='-101589' />
+    <nd ref='-101587' />
+    <nd ref='-101585' />
+    <nd ref='-101583' />
+    <nd ref='-101581' />
+    <nd ref='-101731' />
+    <nd ref='-101733' />
+    <nd ref='-101735' />
+    <nd ref='-101737' />
+    <nd ref='-101739' />
+    <nd ref='-101741' />
+    <nd ref='-101743' />
+    <nd ref='-101745' />
+    <nd ref='-101747' />
+    <nd ref='-101471' />
+    <nd ref='-101469' />
+    <nd ref='-101467' />
+    <nd ref='-101465' />
+    <nd ref='-101463' />
+    <nd ref='-101461' />
+    <nd ref='-101459' />
+    <nd ref='-101457' />
+    <nd ref='-101455' />
+    <nd ref='-101453' />
+    <nd ref='-101451' />
+    <nd ref='-101449' />
+    <nd ref='-101447' />
+    <nd ref='-101445' />
+    <nd ref='-101443' />
+    <nd ref='-101441' />
+    <nd ref='-101439' />
+    <nd ref='-101437' />
+    <nd ref='-101435' />
+    <nd ref='-101433' />
+    <tag k='ISO3166-2' v='CN-TJ' />
+    <tag k='name:en' v='Tianjin' />
+  </way>
+  <way id='-101781'>
+    <nd ref='-101731' />
+    <nd ref='-101733' />
+    <nd ref='-101735' />
+    <nd ref='-101737' />
+    <nd ref='-101739' />
+    <nd ref='-101741' />
+    <nd ref='-101743' />
+    <nd ref='-101745' />
+    <nd ref='-101747' />
+    <nd ref='-101471' />
+    <nd ref='-101473' />
+    <nd ref='-101475' />
+    <nd ref='-101477' />
+    <nd ref='-101479' />
+    <nd ref='-101481' />
+    <nd ref='-101483' />
+    <nd ref='-101485' />
+    <nd ref='-101487' />
+    <nd ref='-101489' />
+    <nd ref='-101491' />
+    <nd ref='-101493' />
+    <nd ref='-101495' />
+    <nd ref='-101497' />
+    <nd ref='-101499' />
+    <nd ref='-101501' />
+    <nd ref='-101503' />
+    <nd ref='-101505' />
+    <nd ref='-101507' />
+    <nd ref='-101509' />
+    <nd ref='-101511' />
+    <nd ref='-101513' />
+    <nd ref='-101515' />
+    <nd ref='-101517' />
+    <nd ref='-101519' />
+    <nd ref='-101521' />
+    <nd ref='-101523' />
+    <nd ref='-101525' />
+    <nd ref='-101527' />
+    <nd ref='-101529' />
+    <nd ref='-101531' />
+    <nd ref='-101533' />
+    <nd ref='-101535' />
+    <nd ref='-101537' />
+    <nd ref='-101539' />
+    <nd ref='-101541' />
+    <nd ref='-101543' />
+    <nd ref='-101545' />
+    <nd ref='-101547' />
+    <nd ref='-101549' />
+    <nd ref='-101551' />
+    <nd ref='-101553' />
+    <nd ref='-101555' />
+    <nd ref='-101557' />
+    <nd ref='-101559' />
+    <nd ref='-101561' />
+    <nd ref='-101563' />
+    <nd ref='-101565' />
+    <nd ref='-101567' />
+    <nd ref='-101569' />
+    <nd ref='-101571' />
+    <nd ref='-101573' />
+    <nd ref='-101575' />
+    <nd ref='-101577' />
+    <nd ref='-101579' />
+    <nd ref='-101581' />
+    <nd ref='-101731' />
+    <tag k='ISO3166-2' v='CN-BJ' />
+    <tag k='name:en' v='Beijing' />
+  </way>
+  <relation id='-29600'>
+    <member type='way' ref='-28916' role='outer' />
+    <member type='way' ref='-28918' role='outer' />
+    <member type='way' ref='-28920' role='inner' />
+    <tag k='ISO3166-1:alpha2' v='AE' />
+    <tag k='name:en' v='United Arab Emirates' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29602'>
+    <member type='way' ref='-28924' role='outer' />
+    <member type='way' ref='-28926' role='outer' />
+    <member type='way' ref='-28928' role='inner' />
+    <member type='way' ref='-28930' role='inner' />
+    <tag k='ISO3166-1:alpha2' v='AM' />
+    <tag k='name:en' v='Armenia' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29604'>
+    <member type='way' ref='-28934' role='outer' />
+    <member type='way' ref='-28930' role='outer' />
+    <member type='way' ref='-28928' role='outer' />
+    <member type='way' ref='-28936' role='outer' />
+    <member type='way' ref='-28924' role='inner' />
+    <tag k='ISO3166-1:alpha2' v='AZ' />
+    <tag k='name:en' v='Azerbaijan' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29606'>
+    <member type='way' ref='-28990' role='outer' />
+    <member type='way' ref='-28992' role='outer' />
+    <member type='way' ref='-28994' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='CY' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Cyprus' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29608'>
+    <member type='way' ref='-29004' role='outer' />
+    <member type='way' ref='-29274' role='outer' />
+    <member type='way' ref='-29304' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='DK' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/denmark/speed_limits_en.htm' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Denmark' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29610'>
+    <member type='way' ref='-29016' role='outer' />
+    <member type='way' ref='-28900' role='outer' />
+    <member type='way' ref='-29412' role='outer' />
+    <member type='way' ref='-29414' role='outer' />
+    <member type='way' ref='-29044' role='inner' />
+    <member type='way' ref='-29416' role='outer' />
+    <member type='way' ref='-29418' role='outer' />
+    <member type='way' ref='-29420' role='outer' />
+    <member type='way' ref='-29410' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='ES' />
+    <tag k='maxspeed:motorway' v='120' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:rural_shoulder' v='100' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/spain/speed_limits_en.htm' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Spain' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29612'>
+    <member type='way' ref='-28874' role='outer' />
+    <member type='way' ref='-29314' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='FJ' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Fiji' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29614'>
+    <member type='way' ref='-29032' role='outer' />
+    <member type='way' ref='-29024' role='outer' />
+    <member type='way' ref='-29026' role='outer' />
+    <member type='way' ref='-29028' role='outer' />
+    <member type='way' ref='-29030' role='outer' />
+    <member type='way' ref='-29400' role='outer' />
+    <member type='way' ref='-29398' role='outer' />
+    <member type='way' ref='-29016' role='inner' />
+    <member type='way' ref='-29296' role='outer' />
+    <member type='way' ref='-29308' role='outer' />
+    <member type='way' ref='-28894' role='outer' />
+    <member type='way' ref='-28882' role='outer' />
+    <member type='way' ref='-28880' role='outer' />
+    <member type='way' ref='-29386' role='outer' />
+    <member type='way' ref='-29294' role='outer' />
+    <member type='way' ref='-29402' role='outer' />
+    <member type='way' ref='-29404' role='outer' />
+    <member type='way' ref='-29406' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='FR' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/france/speed_limits_en.htm' />
+    <tag k='maxspeed:trunk' v='110' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='France' />
+    <tag k='taginfo' v='https://taginfo.openstreetmap.fr' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29616'>
+    <member type='way' ref='-29340' role='outer' />
+    <member type='way' ref='-29036' role='outer' />
+    <member type='way' ref='-29038' role='outer' />
+    <member type='way' ref='-29040' role='outer' />
+    <member type='way' ref='-29042' role='outer' />
+    <member type='way' ref='-28992' role='inner' />
+    <member type='way' ref='-29044' role='outer' />
+    <member type='way' ref='-29338' role='outer' />
+    <member type='way' ref='-29344' role='outer' />
+    <member type='way' ref='-29292' role='outer' />
+    <member type='way' ref='-29362' role='outer' />
+    <member type='way' ref='-29364' role='outer' />
+    <member type='way' ref='-28892' role='outer' />
+    <member type='way' ref='-28872' role='outer' />
+    <member type='way' ref='-28864' role='outer' />
+    <member type='way' ref='-28860' role='outer' />
+    <member type='way' ref='-28850' role='outer' />
+    <member type='way' ref='-29348' role='outer' />
+    <member type='way' ref='-28990' role='inner' />
+    <member type='way' ref='-29342' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='GB' />
+    <tag k='driving_side' v='left' />
+    <tag k='maxspeed:motorway' v='70 mph' />
+    <tag k='maxspeed:nsl_dual' v='70 mph' />
+    <tag k='maxspeed:nsl_single' v='60 mph' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/united_kingdom/speed_limits_en.htm' />
+    <tag k='maxspeed:source2' v='https://www.gov.uk/speed-limits' />
+    <tag k='maxspeed:urban' v='30 mph' />
+    <tag k='name:en' v='United Kingdom' />
+    <tag k='taginfo' v='https://taginfo.openstreetmap.org.uk' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29618'>
+    <member type='way' ref='-28868' role='outer' />
+    <member type='way' ref='-29200' role='inner' />
+    <member type='way' ref='-29256' role='inner' />
+    <member type='way' ref='-29430' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='IT' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/italy/speed_limits_en.htm' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Italy' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29620'>
+    <member type='way' ref='-29084' role='outer' />
+    <member type='way' ref='-29252' role='inner' />
+    <member type='way' ref='-29250' role='inner' />
+    <member type='way' ref='-29222' role='inner' />
+    <tag k='ISO3166-1:alpha2' v='KG' />
+    <tag k='name:en' v='Kyrgyz Republic' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29622'>
+    <member type='way' ref='-28884' role='outer' />
+    <member type='way' ref='-29316' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='KI' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Kiribati' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29624'>
+    <member type='way' ref='-29148' role='outer' />
+    <member type='way' ref='-29352' role='outer' />
+    <member type='way' ref='-28856' role='outer' />
+    <member type='way' ref='-28852' role='outer' />
+    <member type='way' ref='-29432' role='inner' />
+    <member type='way' ref='-29434' role='inner' />
+    <member type='way' ref='-29590' role='outer' />
+    <member type='way' ref='-29592' role='outer' />
+    <member type='way' ref='-29456' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='NL' />
+    <tag k='maxspeed:motorway' v='130' />
+    <tag k='maxspeed:rural' v='80' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/netherlands/speed_limits_en.htm' />
+    <tag k='maxspeed:trunk' v='100' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Netherlands' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29626'>
+    <member type='way' ref='-29150' role='outer' />
+    <member type='way' ref='-29282' role='outer' />
+    <member type='way' ref='-29596' role='outer' />
+    <member type='way' ref='-29594' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='NO' />
+    <tag k='maxspeed:motorway' v='100' />
+    <tag k='maxspeed:rural' v='80' />
+    <tag k='maxspeed:source' v='https://www.visitnorway.com/plan-your-trip/safety-first/on-the-roads/' />
+    <tag k='maxspeed:trunk' v='90' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Norway' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29628'>
+    <member type='way' ref='-29276' role='outer' />
+    <member type='way' ref='-29358' role='outer' />
+    <member type='way' ref='-29360' role='outer' />
+    <member type='way' ref='-29388' role='outer' />
+    <member type='way' ref='-29390' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='NZ' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='New Zealand' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29630'>
+    <member type='way' ref='-29156' role='outer' />
+    <member type='way' ref='-28920' role='outer' />
+    <member type='way' ref='-28916' role='inner' />
+    <member type='way' ref='-29158' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='OM' />
+    <tag k='name:en' v='Oman' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29632'>
+    <member type='way' ref='-29180' role='outer' />
+    <member type='way' ref='-29312' role='outer' />
+    <member type='way' ref='-29306' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='RU' />
+    <tag k='maxspeed:motorway' v='110' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:urban' v='60' />
+    <tag k='name:en' v='Russia' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29634'>
+    <member type='way' ref='-29222' role='outer' />
+    <member type='way' ref='-29224' role='outer' />
+    <member type='way' ref='-29226' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='TJ' />
+    <tag k='name:en' v='Tajikistan' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29636'>
+    <member type='way' ref='-29272' role='outer' />
+    <member type='way' ref='-29270' role='outer' />
+    <member type='way' ref='-29280' role='outer' />
+    <member type='way' ref='-29288' role='outer' />
+    <member type='way' ref='-29382' role='outer' />
+    <member type='way' ref='-28888' role='outer' />
+    <member type='way' ref='-28886' role='outer' />
+    <member type='way' ref='-29324' role='outer' />
+    <member type='way' ref='-29366' role='outer' />
+    <member type='way' ref='-29246' role='outer' />
+    <member type='way' ref='-29248' role='outer' />
+    <member type='way' ref='-29372' role='outer' />
+    <member type='way' ref='-29374' role='outer' />
+    <member type='way' ref='-29376' role='outer' />
+    <member type='way' ref='-29378' role='outer' />
+    <member type='way' ref='-29380' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='US' />
+    <tag k='name:en' v='United States of America' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29638'>
+    <member type='way' ref='-29250' role='outer' />
+    <member type='way' ref='-29252' role='outer' />
+    <member type='way' ref='-29254' role='outer' />
+    <member type='way' ref='-29224' role='inner' />
+    <tag k='ISO3166-1:alpha2' v='UZ' />
+    <tag k='name:en' v='Uzbekistan' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29640'>
+    <member type='way' ref='-29264' role='outer' />
+    <member type='way' ref='-29108' role='inner' />
+    <tag k='ISO3166-1:alpha2' v='ZA' />
+    <tag k='driving_side' v='left' />
+    <tag k='maxspeed:motorway' v='120' />
+    <tag k='maxspeed:rural' v='100' />
+    <tag k='maxspeed:source' v='http://www.southafrica.info/travel/advice/driving.htm' />
+    <tag k='maxspeed:urban' v='60' />
+    <tag k='name:en' v='South Africa' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29642'>
+    <member type='way' ref='-29584' role='outer' />
+    <member type='way' ref='-28898' role='outer' />
+    <member type='way' ref='-29426' role='outer' />
+    <member type='way' ref='-29026' role='outer' />
+    <member type='way' ref='-29028' role='outer' />
+    <member type='way' ref='-29030' role='outer' />
+    <member type='way' ref='-29398' role='outer' />
+    <member type='way' ref='-29386' role='outer' />
+    <member type='way' ref='-29296' role='outer' />
+    <member type='way' ref='-29430' role='outer' />
+    <member type='way' ref='-28994' role='outer' />
+    <member type='way' ref='-28992' role='outer' />
+    <member type='way' ref='-28990' role='outer' />
+    <member type='way' ref='-29412' role='outer' />
+    <member type='way' ref='-29414' role='outer' />
+    <member type='way' ref='-29200' role='inner' />
+    <member type='way' ref='-29256' role='inner' />
+    <member type='way' ref='-29428' role='inner' />
+    <member type='way' ref='-28914' role='inner' />
+    <member type='way' ref='-29180' role='inner' />
+    <member type='way' ref='-29118' role='inner' />
+    <member type='way' ref='-29106' role='inner' />
+    <member type='way' ref='-29044' role='inner' />
+    <tag k='ISO3166-1:alpha2' v='EU' />
+    <tag k='name:en' v='European Union' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29644'>
+    <member type='way' ref='-29248' role='outer' />
+    <member type='way' ref='-29246' role='outer' />
+    <member type='way' ref='-29372' role='outer' />
+    <member type='way' ref='-29374' role='outer' />
+    <member type='way' ref='-29376' role='outer' />
+    <member type='way' ref='-29378' role='outer' />
+    <member type='way' ref='-29380' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='UM' />
+    <tag k='ISO3166-2' v='US-UM' />
+    <tag k='name:en' v='United States Minor Outlying Islands' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29646'>
+    <member type='way' ref='-29396' role='outer' />
+    <member type='way' ref='-29394' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='PS' />
+    <tag k='name:en' v='Palestine' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29648'>
+    <member type='way' ref='-29294' role='outer' />
+    <member type='way' ref='-29402' role='outer' />
+    <member type='way' ref='-29404' role='outer' />
+    <member type='way' ref='-29406' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='TF' />
+    <tag k='ISO3166-2' v='FR-TF' />
+    <tag k='name:en' v='French Southern and Antarctic Lands' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29650'>
+    <member type='way' ref='-29414' role='outer' />
+    <member type='way' ref='-29412' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='EA' />
+    <tag k='name:en' v='Ceuta, Melilla' />
+    <tag k='note' v='officially in ES but EA also exists' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29652'>
+    <member type='way' ref='-29116' role='outer' />
+    <member type='way' ref='-29412' role='inner' />
+    <member type='way' ref='-29420' role='inner' />
+    <member type='way' ref='-29416' role='inner' />
+    <member type='way' ref='-29418' role='inner' />
+    <member type='way' ref='-29414' role='inner' />
+    <tag k='ISO3166-1:alpha2' v='MA' />
+    <tag k='name:en' v='Morocco' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29654'>
+    <member type='way' ref='-29582' role='outer' />
+    <member type='way' ref='-29392' role='outer' />
+    <member type='way' ref='-29368' role='outer' />
+    <member type='way' ref='-29356' role='outer' />
+    <member type='way' ref='-29354' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='AU' />
+    <tag k='driving_side' v='left' />
+    <tag k='name:en' v='Australia' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29656'>
+    <member type='way' ref='-29428' role='outer' />
+    <member type='way' ref='-29426' role='inner' />
+    <member type='way' ref='-29430' role='inner' />
+    <tag k='ISO3166-1:alpha2' v='CH' />
+    <tag k='maxspeed:living_street' v='20' />
+    <tag k='maxspeed:motorway' v='120' />
+    <tag k='maxspeed:rural' v='80' />
+    <tag k='maxspeed:source' v='https://www.ch.ch/en/driving-over-speed-limit' />
+    <tag k='maxspeed:trunk' v='100' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Switzerland' />
+    <tag k='taginfo' v='https://taginfo.osm.ch' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29658'>
+    <member type='way' ref='-28998' role='outer' />
+    <member type='way' ref='-29426' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='DE' />
+    <tag k='maxspeed:rural' v='100' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/germany/speed_limits_en.htm' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Germany' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29660'>
+    <member type='way' ref='-28940' role='outer' />
+    <member type='way' ref='-29432' role='outer' />
+    <member type='way' ref='-29434' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='BE' />
+    <tag k='maxspeed:living_street' v='20' />
+    <tag k='maxspeed:motorway' v='120' />
+    <tag k='maxspeed:rural' v='90' />
+    <tag k='maxspeed:source' v='http://ec.europa.eu/transport/road_safety/going_abroad/belgium/speed_limits_en.htm' />
+    <tag k='maxspeed:source2' v='http://www.code-de-la-route.be/textes-legaux/sections/ar/code-de-la-route/170-art11-v15-170' />
+    <tag k='maxspeed:source3' v='http://www.code-de-la-route.be/textes-legaux/sections/ar/code-de-la-route/182-art22bis' />
+    <tag k='maxspeed:urban' v='50' />
+    <tag k='name:en' v='Belgium' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29662'>
+    <member type='way' ref='-29450' role='outer' />
+    <member type='way' ref='-29452' role='inner' />
+    <member type='way' ref='-29454' role='inner' />
+    <tag k='ISO3166-2' v='AU-NSW' />
+    <tag k='name:en' v='New South Wales' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29664'>
+    <member type='way' ref='-29590' role='outer' />
+    <member type='way' ref='-29592' role='outer' />
+    <member type='way' ref='-29456' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='BQ' />
+    <tag k='name:en' v='Caribbean Netherlands' />
+    <tag k='note' v='Bonaire, Sint Eustatius and Saba' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29666'>
+    <member type='way' ref='-29596' role='outer' />
+    <member type='way' ref='-29594' role='outer' />
+    <tag k='ISO3166-1:alpha2' v='SJ' />
+    <tag k='name:en' v='Svalbard and Jan Mayen' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-29668'>
+    <member type='way' ref='-29158' role='outer' />
+    <member type='way' ref='-28920' role='outer' />
+    <member type='way' ref='-28916' role='inner' />
+    <tag k='ISO3166-2' v='OM-MU' />
+    <tag k='name:en' v='Musandam' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-92264'>
+    <member type='way' ref='-92256' role='outer' />
+    <member type='way' ref='-92247' role='outer' />
+    <member type='way' ref='-92272' role='outer' />
+    <member type='way' ref='-92284' role='outer' />
+    <tag k='ISO3166-2' v='IN-PY' />
+    <tag k='name:en' v='Puducherry' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+  <relation id='-99745'>
+    <member type='way' ref='-99452' role='outer' />
+    <member type='way' ref='-29370' role='inner' />
+    <member type='way' ref='-29384' role='inner' />
+    <tag k='ISO3166-2' v='CN-GD' />
+    <tag k='name:en' v='Guangdong' />
+    <tag k='type' v='multipolygon' />
+  </relation>
+</osm>
Index: /trunk/resources/data/defaultpresets.xml
===================================================================
--- /trunk/resources/data/defaultpresets.xml	(revision 16006)
+++ /trunk/resources/data/defaultpresets.xml	(revision 16006)
@@ -0,0 +1,8017 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
+<!--
+    Pics have been derived from
+    https://de.wikipedia.org/wiki/Bildtafel_der_Verkehrszeichen_in_Deutschland (german street sign SVGs)
+    https://commons.wikimedia.org/wiki/Image:National_Park_Service_sample_pictographs.svg (various monochrome pictograms)
+    https://www.kde.org
+    https://openclipart.org/media/view/media/clip_art
+    http://www.sjjb.co.uk/mapicons/ (meanwhile in osm svn)
+
+    Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
+-->
+
+    <!-- Item chunks -->
+    <chunk id="surface">
+        <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,concrete:plates,concrete:lanes,paving_stones,sett,cobblestone,grass_paver,compacted,fine_gravel,gravel,pebblestone,ground,mud,sand,grass,wood,metal" />
+    </chunk>
+    <chunk id="surface_smoothness">
+        <reference ref="surface" />
+        <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
+            <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
+            <list_entry value="good" short_description="Thin Wheels: racing bike" />
+            <list_entry value="intermediate" short_description="Wheels: city bike, wheelchair, scooter" />
+            <list_entry value="bad" short_description="Robust Wheels: trekking bike, car, rickshaw" />
+            <list_entry value="very_bad" short_description="High Clearance: light duty off-road vehicle" />
+            <list_entry value="horrible" short_description="Off-Road: heavy duty off-road vehicle" />
+            <list_entry value="very_horrible" short_description="Specialized off-road: tractor, ATV" />
+            <list_entry value="impassable" short_description="No wheeled vehicle" />
+        </combo>
+    </chunk>
+    <chunk id="riding_surface">
+        <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" />
+        <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
+    </chunk>
+    <chunk id="highway_base">
+        <space />
+        <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
+        <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" />
+        <combo key="lanes:backward" text="Lanes opposed to way direction" values="1,2,3,4,5" length="3" />
+        <space />
+        <text key="maxspeed" text="Max. speed (km/h)" />
+        <text key="maxspeed:forward" text="Max. speed in way direction" />
+        <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
+        <space />
+        <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+        <reference ref="surface_smoothness" />
+    </chunk>
+    <chunk id="highway_yesno">
+        <checkgroup columns="2">
+            <check key="bridge" text="Bridge" disable_off="true" />
+            <check key="embankment" text="Embankment" disable_off="true" />
+            <check key="tunnel" text="Tunnel" disable_off="true" />
+            <check key="cutting" text="Cutting" disable_off="true" />
+        </checkgroup>
+    </chunk>
+    <chunk id="highway_yesno_incline">
+        <reference ref="highway_yesno" />
+        <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down"/>
+    </chunk>
+    <chunk id="highway_yesno_incline_oneway_lit_width">
+        <check key="oneway" text="Oneway" />
+        <reference ref="highway_yesno_incline" />
+        <check key="lit" text="Lit" />
+        <text key="width" text="Width (meters)" />
+    </chunk>
+    <chunk id="highway_yesno_incline_oneway_lit_width_sidewalk">
+        <reference ref="highway_yesno_incline_oneway_lit_width" />
+        <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
+    </chunk>
+    <chunk id="railway_service">
+        <combo key="service" text="Service type" values="yard,siding,spur,crossover" />
+    </chunk>
+    <chunk id="railway_electrified_yesno">
+        <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" />
+        <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
+        <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
+        <reference ref="highway_yesno" />
+    </chunk>
+    <chunk id="railway_service_gauge_electrified_yesno">
+        <reference ref="railway_service" />
+        <combo key="tracks" text="Tracks" text_context="railway" values="1,2,3,4" length="4" />
+        <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
+        <reference ref="railway_electrified_yesno" />
+    </chunk>
+    <chunk id="barrier_5">
+        <optional text="Allowed traffic:">
+            <check key="foot" text="Foot"/>
+            <check key="bicycle" text="Bicycle"/>
+            <check key="horse" text="Horse" />
+            <check key="motorcycle" text="Motorcycle" />
+            <check key="motorcar" text="Motorcar" />
+        </optional>
+    </chunk>
+    <chunk id="barrier_4">
+        <optional text="Allowed traffic:">
+            <check key="foot" text="Foot"/>
+            <check key="bicycle" text="Bicycle"/>
+            <check key="horse" text="Horse" />
+            <check key="motorcycle" text="Motorcycle" />
+        </optional>
+    </chunk>
+    <chunk id="barrier_2">
+        <optional text="Allowed traffic:">
+            <check key="foot" text="Foot"/>
+            <check key="bicycle" text="Bicycle"/>
+        </optional>
+    </chunk>
+    <chunk id="min_age">
+        <text key="min_age" text="Minimum age" />
+    </chunk>
+    <chunk id="max_age">
+        <text key="max_age" text="Maximum age" />
+    </chunk>
+    <chunk id="name_ref">
+        <text key="name" text="Name" />
+        <text key="ref" text="Reference" />
+    </chunk>
+    <chunk id="ref_operator">
+        <text key="ref" text="Reference" />
+        <text key="operator" text="Operator" />
+    </chunk>
+    <chunk id="name_ref_operator">
+        <text key="name" text="Name" />
+        <reference ref="ref_operator" />
+    </chunk>
+    <chunk id="name_operator">
+        <text key="name" text="Name" />
+        <text key="operator" text="Operator" />
+    </chunk>
+    <chunk id="name_layer">
+        <text key="name" text="Name" />
+        <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+    </chunk>
+    <chunk id="service_times">
+        <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 09:30,11:00|Sa,Su,PH 09:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" />
+    </chunk>
+    <chunk id="oh">
+        <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Su 09:00-21:00|Mo-Sa 08:00-18:00|Mo-Fr 09:00-17:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00; Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" />
+    </chunk>
+    <chunk id="wheelchair">
+        <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
+    </chunk>
+    <chunk id="oh_wheelchair">
+        <reference ref="oh" />
+        <reference ref="wheelchair" />
+    </chunk>
+    <chunk id="name_oh_wheelchair">
+        <text key="name" text="Name" />
+        <reference ref="oh_wheelchair" />
+    </chunk>
+    <chunk id="name_operator_oh_wheelchair">
+        <reference ref="name_operator" />
+        <reference ref="oh_wheelchair" />
+    </chunk>
+    <chunk id="name_brand_operator_oh_wheelchair">
+        <text key="name" text="Name" />
+        <text key="brand" text="Brand" />
+        <text key="operator" text="Operator" />
+        <reference ref="oh_wheelchair" />
+    </chunk>
+    <chunk id="name_brand_oh_wheelchair">
+        <text key="name" text="Name" />
+        <text key="brand" text="Brand" />
+        <reference ref="oh_wheelchair" />
+    </chunk>
+    <chunk id="cuisine">
+    <multiselect key="cuisine" text="Cuisine" values="african;american;arab;argentinian;asian;bagel;balkan;barbecue;bavarian;beef_bowl;brazilian;burger;cake;caribbean;chicken;chinese;coffee_shop;crepe;curry;danish;donut;ethiopian;filipino;fish;fish_and_chips;french;friture;frozen_yogurt;german;georgian;greek;heuriger;hot_dog;ice_cream;indian;indonesian;international;italian;japanese;kebab;korean;lebanese;malaysian;mediterranean;mexican;moroccan;noodle;pancake;pasta;persian;peruvian;pizza;polish;portuguese;ramen;regional;russian;sandwich;sausage;seafood;soba;spanish;steak_house;sushi;tex-mex;tapas;thai;turkish;vietnamese;wings" values_searchable="true" />
+    </chunk>
+    <chunk id="internet">
+        <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
+        <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
+    </chunk>
+    <chunk id="internet_smoking">
+        <reference ref="internet" />
+        <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
+    </chunk>
+    <chunk id="optional_height">
+        <optional>
+            <text key="height" text="Height (meters)" length="7" />
+        </optional>
+    </chunk>
+    <chunk id="optional_maxwidth">
+        <optional>
+            <text key="maxwidth" text="Max. width (meters)" length="7" />
+        </optional>
+    </chunk>
+    <chunk id="optional_maxheight_maxwidth">
+        <optional>
+            <text key="maxheight" text="Max. height (meters)" length="7" />
+            <text key="maxwidth" text="Max. width (meters)" length="7" />
+        </optional>
+    </chunk>
+    <chunk id="optional_name">
+        <optional>
+            <text key="name" text="Name" />
+        </optional>
+    </chunk>
+    <chunk id="optional_name_operator">
+        <optional>
+            <text key="name" text="Name" />
+            <text key="operator" text="Operator" />
+        </optional>
+    </chunk>
+    <chunk id="name_leisure_pitch">
+        <text key="name" text="Name" />
+        <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
+    </chunk>
+    <chunk id="sport">
+        <combo key="sport" text="Sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,beachvolleyball,billiards,boules,bowls,canadian_football,canoe,climbing,cricket,croquet,cycling,dog_racing,equestrian,field_hockey,fitness,gaelic_games,golf,gymnastics,handball,horse_racing,ice_hockey,karting,model_aerodrome,motocross,motor,pelota,racquet,rc_car,rowing,rugby_league,rugby_union,running,safety_training,shooting,skateboard,ice_skating,roller_skating,soccer,swimming,table_tennis,tennis,volleyball,9pin,10pin" values_context="sport" />
+    </chunk>
+    <chunk id="fee">
+        <combo key="fee" text="Fee" values="yes,no" />
+    </chunk>
+    <chunk id="fee_interval">
+        <combo key="fee" text="Fee" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" />
+    </chunk>
+    <chunk id="parking_name_type_ref">
+        <text key="name" text="Name" />
+        <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" values_context="parking" />
+        <text key="ref" text="Reference number" />
+    </chunk>
+    <chunk id="parking_access_fee_operator_surface_smoothness">
+        <space />
+        <combo key="access" text="Access" values="yes,private,customers,permissive,no" />
+        <reference ref="fee_interval" />
+        <text key="operator" text="Operator" />
+        <reference ref="surface_smoothness" />
+    </chunk>
+    <chunk id="maxstay">
+        <combo key="maxstay" text="Time Limit (minutes)" values="0,30,60,90,120,180" />
+    </chunk>
+    <chunk id="supervised">
+        <combo key="supervised" text="Supervised" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" />
+    </chunk>
+    <chunk id="supervised_lit_oh">
+        <reference ref="supervised" />
+        <combo key="lit" text="Lit" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" />
+        <reference ref="oh" />
+    </chunk>
+    <chunk id="general_access">
+        <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" values_searchable="true" />
+    </chunk>
+    <chunk id="name_wikipedia">
+        <text key="name" text="Name" />
+        <text key="wikipedia" text="Wikipedia" />
+    </chunk>
+    <chunk id="population_postcode_website">
+        <text key="population" text="Population" />
+        <text key="postal_code" text="Postal Code" />
+        <text key="website" text="Website" />
+    </chunk>
+    <chunk id="route_hikebike_optionals">
+        <text key="ref" text="Reference" />
+        <text key="operator" text="Operator" />
+        <text key="distance" text="Distance (km)"/>
+        <text key="ascent" text="Ascent (m)"/>
+        <text key="descent" text="Descent (m)"/>
+        <check key="roundtrip" text="Roundtrip"/>
+        <text key="symbol" text="Symbol description"/>
+        <text key="description" text="Description"/>
+    </chunk>
+    <chunk id="genus_species_taxon">
+        <text key="genus" text="Genus" />
+        <text key="species" text="Species" />
+        <text key="taxon" text="Taxon" />
+    </chunk>
+    <chunk id="leaf">
+        <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" />
+        <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
+            <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
+            <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
+            <list_entry value="semi_deciduous" short_description="Plants that lose their foliage for a very short period, when old leaves fall off and new foliage growth is starting." />
+            <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
+            <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
+        </combo>
+    </chunk>
+    <chunk id="leaf_without_mixed">
+        <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" />
+        <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
+            <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
+            <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
+            <list_entry value="semi_deciduous" short_description="Plants that lose their foliage for a very short period, when old leaves fall off and new foliage growth is starting." />
+            <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
+        </combo>
+    </chunk>
+    <!-- start of religions and denominations -->
+        <chunk id="religious"> <!-- all religions and denominations -->
+            <combo key="religion" text="Religion" values="bahai,buddhist,caodaism,christian,confucian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" values_searchable="true" />
+            <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,conservative,evangelical,greek_catholic,greek_orthodox,ibadi,iglesia_ni_cristo,jehovahs_witness,lutheran,mahayana,methodist,mormon,new_apostolic,nondenominational,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,reform,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,shaivism,shaktism,shia,smartism,spiritist,sunni,tibetan,theravada,united,united_methodist,vaishnavism,vajrayana" values_searchable="true" />
+        </chunk>
+        <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
+            <combo key="religion" text="Religion" values="bahai,buddhist,caodaism,christian,confucian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" default="christian" values_searchable="true" />
+            <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
+        </chunk>
+        <chunk id="other_religions"> <!-- religions which don't have an own preset -->
+            <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
+        </chunk> 
+        <chunk id="christian_denominations"> <!-- christian denominations -->
+            <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,evangelical,greek_catholic,greek_orthodox,iglesia_ni_cristo,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,nondenominational,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,spiritist,united,united_methodist" values_searchable="true" />
+        </chunk>
+        <chunk id="muslim_denominations"> <!-- muslim denominations -->
+            <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
+        </chunk>
+        <chunk id="jewish_denominations"> <!-- jewish denominations -->
+            <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
+        </chunk>
+        <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
+            <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
+        </chunk>
+        <chunk id="hindu_denominations"> <!-- hindu denominations -->
+            <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
+        </chunk>
+        <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
+    <!-- end of religions and denominations --> 
+    <chunk id="voltage">
+        <combo key="voltage" text="Voltage in Volts (V)" values="1150000,765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,22000,20000,15000,110000;20000" />
+    </chunk>
+    <chunk id="frequency">
+        <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
+    </chunk>
+    <chunk id="voltage_frequency">
+        <reference ref="voltage" />
+        <reference ref="frequency" />
+    </chunk>
+    <chunk id="transformer_voltage_frequency">
+        <combo key="voltage:primary" text="Primary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
+        <combo key="voltage:secondary" text="Secondary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
+        <combo key="voltage:tertiary" text="Tertiary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
+        <reference ref="frequency" />
+    </chunk>
+    <chunk id="cables">
+        <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
+    </chunk>
+    <chunk id="cables_circuits">
+        <reference ref="cables" />
+        <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
+    </chunk>
+    <chunk id="power_loc">
+        <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
+    </chunk>
+    <chunk id="power_extra">
+        <reference ref="power_loc" />
+        <reference ref="voltage_frequency" />
+        <reference ref="ref_operator" />
+    </chunk>
+    <chunk id="power_line_extra">
+        <reference ref="cables_circuits" />
+        <reference ref="voltage_frequency" />
+    </chunk>
+    <chunk id="power_generator">
+        <link wiki="Tag:power=generator" />
+        <space />
+        <key key="power" value="generator" />
+        <reference ref="name_ref_operator" />
+        <text key="start_date" text="Start date" />
+    </chunk>
+    <chunk id="power_output">
+        <optional text="Output forms of energy:">
+            <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
+            <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
+            <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
+            <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
+            <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
+            <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
+            <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
+            <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
+            <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
+            <space />
+            <reference ref="voltage_frequency" />
+        </optional>
+    </chunk>
+    <chunk id="power_pole">
+        <text key="height" text="Height (meters)" />
+        <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
+        <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
+        <check key="location:transition" text="Location transition" disable_off="true" />
+        <reference ref="ref_operator" />
+    </chunk>
+    <chunk id="rating_phases">
+        <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
+        <combo key="phases" text="Phases" values="1,3" length="1" />
+    </chunk>
+    <chunk id="optional_rating_phases">
+        <optional>
+            <reference ref="rating_phases" />
+        </optional>
+    </chunk>
+    <chunk id="optional_transformer_rating_phases_devices_windings">
+        <optional>
+            <reference ref="rating_phases" />
+            <combo key="devices" text="Number of devices" values="1,2,3,4" />
+            <combo key="windings" text="Number of windings" values="1,2,3,4" />
+            <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
+            <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
+        </optional>
+    </chunk>
+    <chunk id="telecom_medium">
+        <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
+    </chunk>
+    <chunk id="optional_bridge">
+        <optional>
+            <text key="name" text="Name" />
+            <text key="bridge:name" text="Bridge name" />
+            <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" />
+            <space />
+            <text key="maxspeed" text="Max. speed (km/h)" />
+            <text key="maxspeed:forward" text="Max. speed in way direction" />
+            <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
+            <space />
+            <text key="maxweight" text="Max. weight (tonnes)" />
+            <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
+            <text key="width" text="Width (meters)" />
+            <check key="toll" text="Toll" />
+        </optional>
+    </chunk>
+    <chunk id="waterway">
+        <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+        <check key="intermittent" text="Intermittent" disable_off="true" />
+        <check key="seasonal" text="Seasonal" disable_off="true" />
+        <check key="tidal" text="In the tidal range" disable_off="true" />
+        <combo key="tunnel" text="Tunnel" values="culvert,yes" />
+        <text key="width" text="Width (meters)" />
+    </chunk>
+    <chunk id="waterway_wikipedia">
+        <reference ref="waterway" />
+        <text key="wikipedia" text="Wikipedia" />
+    </chunk>
+    <chunk id="water_access">
+        <optional text="Water access rules:">
+            <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,private,no" />
+            <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,private,no" />
+            <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,private,no" />
+            <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,private,no" />
+        </optional>
+    </chunk>
+    <chunk id="operator_substance">
+        <text key="operator" text="Operator" />
+        <combo key="substance" text="Substance" values="water,gas,heat,oil,sewage" />
+    </chunk>
+    <chunk id="support">
+        <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
+    </chunk>
+    <chunk id="aerodrome">
+        <key key="aeroway" value="aerodrome" match="keyvalue" />
+        <text key="name" text="Name" />
+        <optional>
+            <text key="iata" text="IATA" />
+            <text key="icao" text="ICAO" />
+            <text key="wikipedia" text="Wikipedia" />
+        </optional>
+    </chunk>
+    <chunk id="car_brands">
+    <multiselect key="brand" text="Car brand" values="Alfa Romeo;Aston Martin;Audi;Bentley;BMW;Buick;Cadillac;Chevrolet;Chrysler;Citroën;Dacia;Daewoo;Daihatsu;Dodge;Ferrari;Fiat;Ford;GMC;Great Wall;Holden;Honda;Hyundai;Infiniti;Isuzu;Jaguar;Jeep;Kia;Lada;Lancia;Land Rover;Lexus;Lincoln;Lotus;Maserati;Mazda;Mercedes-Benz;Mini;Mitsubishi;Nissan;Opel;Peugeot;Porsche;Renault;Saab;Seat;Škoda;Smart;SsangYong;Subaru;Suzuki;Tata;Toyota;Vauxhall;Volkswagen;Volvo" values_no_i18n="true" />
+  </chunk>
+  <chunk id="motorcycle_brands">
+    <multiselect key="brand" text="Motorcycle brand" values="Aprillia;BMW;Ducati;Gilera;Harley-Davidson;Honda;Kawasaki;KTM;Kymco;Piaggio;Peugeot;Piaggio;Suzuki;Triumph;Vespa;Yamaha" values_no_i18n="true" />
+  </chunk>
+  <chunk id="walking_routes_roles">
+     <roles>
+         <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
+         <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
+         <role key="" text="natural" requisite="optional" type="node,closedway" member_expression="natural=peak OR natural=volcano OR mountain_pass=yes OR natural=water OR tourism=viewpoint OR amenity=drinking_water OR natural=spring OR place=locality"/>
+         <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
+     </roles>
+  </chunk>
+  <chunk id="route_segment_roles">
+     <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track"/>
+     <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
+     <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
+     <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
+  </chunk>
+  <chunk id="route_start_stop_roles">
+     <role key="start" text="start endpoint" requisite="optional" type="node" />
+     <role key="stop" text="stop endpoint" requisite="optional" type="node" />
+     <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
+  </chunk>
+  <!-- Link chunks -->
+  <chunk id="link_contact_address">
+    <preset_link preset_name="Contact (Common Schema)" />
+    <preset_link preset_name="Address" />
+  </chunk>
+  <chunk id="link_contact_address_payment">
+    <preset_link preset_name="Contact (Common Schema)" />
+    <preset_link preset_name="Address" />
+    <preset_link preset_name="Payment Methods" />
+  </chunk>
+  <chunk id="public_transport_route_optionals">
+    <text key="from" text="From (initial stop)" />
+    <text key="to" text="To (terminal stop)" />
+    <text key="via" text="Via (intermediate stops)" />
+    <text key="operator" text="Operator" />
+    <text key="network" text="Network" />
+    <text key="description" text="Description" />
+    <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
+    <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30" values_no_i18n="true" />
+    <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30" values_no_i18n="true" />
+  </chunk>
+  <chunk id="climbing_styles">
+    <label text="Climbing styles:" />
+    <checkgroup columns="2">
+      <check key="climbing:boulder" text="Boulders" />
+      <check key="climbing:sport" text="Sport climbing" />
+         <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
+         <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
+      <check key="climbing:multipitch" text="Multi-pitch climbing" />
+      <check key="climbing:ice" text="Ice climbing" />
+      <check key="climbing:mixed" text="Mixed climbing" />
+      <check key="climbing:deepwater" text="Deep Water Soloing" />
+    </checkgroup>
+  </chunk>
+  <chunk id="climbing_optional_attributes">
+    <optional>
+      <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
+      <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
+      <combo key="climbing:rock" text="Rock type" rows="3" values="limestone,sandstone,granite,basalt,slate" />
+      <check key="climbing:summit_log" text="Summit/route log/register" />
+      <check key="indoor" text="Climbing routes indoor" />
+      <check key="outdoor" text="Climbing routes outdoor" />           
+      <text key="website" text="Official web site (e.g. operator)" />
+      <text key="url" text="Unofficial web site" />
+      <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|sunset-sunrise open; sunrise-sunset closed|Mar-Jun closed; Jul-Feb Mo-Su,PH sunrise-sunset|Mo-Fr 15:00-22:00; Sa-Su 11:00-22:00" values_no_i18n="true"/>
+      <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
+      <combo key="access" text="Access" values="yes,no,customers,private" />
+    </optional>
+  </chunk>
+  <chunk id="nudism">
+    <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
+  </chunk>
+  <chunk id="wall_material">
+    <combo key="material" text="Material" values="adobe,brick,concrete,masonry,reinforced_concrete,stone" />
+  </chunk>
+  <!--  Groups -->
+  <group name="Highways" icon="presets/transport/way/way_secondary.svg">
+    <group name="Streets" icon="presets/transport/way/way_secondary.svg">
+        <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:highway=motorway" />
+            <space />
+            <key key="highway" value="motorway" />
+            <text key="ref" text="Reference" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="highway_base" />
+                <text key="destination" text="Destination" />
+                <text key="destination:ref" text="Destination reference" />
+                <text key="width" text="Width (meters)" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+                <checkgroup columns="4">
+                    <check key="oneway" text="Oneway" default="on" />
+                    <check key="bridge" text="Bridge" disable_off="true" />
+                    <check key="tunnel" text="Tunnel" disable_off="true" />
+                    <check key="cutting" text="Cutting" disable_off="true" />
+                    <check key="embankment" text="Embankment" disable_off="true" />
+                    <check key="lit" text="Lit" />
+                    <check key="toll" text="Toll" />
+                </checkgroup>
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Motorway -->
+        <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:highway=motorway_link" />
+            <key key="highway" value="motorway_link" />
+            <optional>
+                <reference ref="highway_base" />
+                <text key="destination" text="Destination" />
+                <text key="destination:ref" text="Destination reference" />
+                <text key="junction:ref" text="Junction reference" />
+                <text key="width" text="Width (meters)" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+                <checkgroup columns="4">
+                    <check key="oneway" text="Oneway" default="on" />
+                    <check key="bridge" text="Bridge" disable_off="true" />
+                    <check key="tunnel" text="Tunnel" disable_off="true" />
+                    <check key="cutting" text="Cutting" disable_off="true" />
+                    <check key="embankment" text="Embankment" disable_off="true" />
+                    <check key="lit" text="Lit" />
+                    <check key="toll" text="Toll" />
+                </checkgroup>
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Motorway Link -->
+        <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:highway=trunk" />
+            <space />
+            <key key="highway" value="trunk" />
+            <text key="ref" text="Reference" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="highway_base" />
+                <text key="destination" text="Destination" />
+                <text key="destination:ref" text="Destination reference" />
+                <text key="width" text="Width (meters)" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+                <checkgroup columns="4">
+                    <check key="oneway" text="Oneway" default="on" />
+                    <check key="motorroad" text="Motorroad" default="on" />
+                    <check key="bridge" text="Bridge" disable_off="true" />
+                    <check key="tunnel" text="Tunnel" disable_off="true" />
+                    <check key="cutting" text="Cutting" disable_off="true" />
+                    <check key="embankment" text="Embankment" disable_off="true" />
+                    <check key="lit" text="Lit" />
+                    <check key="toll" text="Toll" />
+                </checkgroup>
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Trunk -->
+        <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
+            <link wiki="Highway_link" />
+            <space />
+            <key key="highway" value="trunk_link" />
+            <text key="ref" text="Reference" />
+            <optional>
+                <reference ref="highway_base" />
+                <text key="destination" text="Destination" />
+                <text key="destination:ref" text="Destination reference" />
+                <text key="junction:ref" text="Junction reference" />
+                <text key="width" text="Width (meters)" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+                <checkgroup columns="4">
+                    <check key="oneway" text="Oneway" default="on" />
+                    <check key="motorroad" text="Motorroad" default="on" />
+                    <check key="bridge" text="Bridge" disable_off="true" />
+                    <check key="tunnel" text="Tunnel" disable_off="true" />
+                    <check key="cutting" text="Cutting" disable_off="true" />
+                    <check key="embankment" text="Embankment" disable_off="true" />
+                    <check key="lit" text="Lit" />
+                    <check key="toll" text="Toll" />
+                </checkgroup>
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Trunk Link -->
+        <separator/>
+        <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=primary" />
+            <space />
+            <key key="highway" value="primary" />
+            <text key="ref" text="Reference" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="highway_base" />
+                <check key="motorroad" text="Motorroad" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+                <check key="narrow" text="Narrow" disable_off="true" />
+                <check key="trolley_wire" text="Overhead trolley wires" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Primary -->
+        <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
+            <link wiki="Highway_link" />
+            <key key="highway" value="primary_link" />
+            <optional>
+                <reference ref="highway_base" />
+                <text key="destination" text="Destination" />
+                <text key="destination:ref" text="Destination reference" />
+                <text key="junction:ref" text="Junction reference" />
+                <check key="motorroad" text="Motorroad" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Primary Link -->
+        <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=secondary" />
+            <space />
+            <key key="highway" value="secondary" />
+            <text key="ref" text="Reference" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="highway_base" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+                <check key="narrow" text="Narrow" disable_off="true" />
+                <check key="trolley_wire" text="Overhead trolley wires" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Secondary -->
+        <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
+            <link wiki="Highway_link" />
+            <key key="highway" value="secondary_link" />
+            <optional>
+                <reference ref="highway_base" />
+                <text key="destination" text="Destination" />
+                <text key="destination:ref" text="Destination reference" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Secondary Link -->
+        <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=tertiary" />
+            <space />
+            <key key="highway" value="tertiary" />
+            <text key="ref" text="Reference" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="highway_base" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+                <check key="narrow" text="Narrow" disable_off="true" />
+                <check key="trolley_wire" text="Overhead trolley wires" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Tertiary -->
+        <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
+            <link wiki="Highway_link" />
+            <key key="highway" value="tertiary_link" />
+            <optional>
+                <reference ref="highway_base" />
+                <text key="destination" text="Destination" />
+                <text key="destination:ref" text="Destination reference" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Tertiary Link -->
+        <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=unclassified" />
+            <key key="highway" value="unclassified" />
+            <optional>
+                <text key="name" text="Name" />
+                <check key="noname" text="Street has no name" disable_off="true" />
+                <text key="ref" text="Reference" />
+                <reference ref="highway_base" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+                <check key="narrow" text="Narrow" disable_off="true" />
+                <check key="trolley_wire" text="Overhead trolley wires" />
+                <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
+                <check key="passing_places" text="Passing Places" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Unclassified -->
+        <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=residential" />
+            <space />
+            <key key="highway" value="residential" />
+            <text key="name" text="Name" />
+            <optional>
+                <check key="noname" text="Street has no name" disable_off="true" />
+                <text key="ref" text="Reference" />
+                <reference ref="highway_base" />
+                <checkgroup columns="2">
+                    <check key="oneway" text="Oneway" />
+                    <check key="oneway:bicycle" text="Oneway for bicycle" />
+                </checkgroup>
+                <reference ref="highway_yesno_incline" />
+                <check key="lit" text="Lit" />
+                <text key="width" text="Width (meters)" />
+                <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
+                <check key="narrow" text="Narrow" disable_off="true" />
+                <check key="trolley_wire" text="Overhead trolley wires" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Residential -->
+        <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Key:bicycle_road" />
+            <space />
+            <key key="bicycle_road" value="yes" />
+            <key key="bicycle" value="designated" />
+            <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
+            <text key="name" text="Name" />
+            <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" />
+            <text key="maxspeed" text="Max. speed (km/h)" default="30" />
+            <optional>
+                <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
+                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
+                <reference ref="surface_smoothness" />
+                <check key="oneway" text="Oneway" />
+                <check key="oneway:bicycle" text="Oneway for bicycle" />
+                <reference ref="highway_yesno_incline" />
+                <check key="lit" text="Lit" />
+                <text key="width" text="Width (meters)" />
+                <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Bicycle Road -->
+        <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=living_street" />
+            <space />
+            <key key="highway" value="living_street" />
+            <text key="name" text="Name" />
+            <optional>
+                <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
+                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+                <reference ref="surface_smoothness" />
+                <reference ref="highway_yesno_incline_oneway_lit_width" />
+                <check key="narrow" text="Narrow" disable_off="true" />
+                <check key="trolley_wire" text="Overhead trolley wires" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Living Street -->
+        <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:highway=pedestrian" />
+            <space />
+            <key key="highway" value="pedestrian" />
+            <text key="name" text="Name" />
+            <optional>
+                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+                <reference ref="surface_smoothness" />
+                <check key="area" text="Area" />
+                <reference ref="highway_yesno_incline" />
+                <check key="lit" text="Lit" />
+                <text key="width" text="Width (meters)" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Pedestrian -->
+        <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=service" />
+            <space />
+            <key key="highway" value="service" />
+            <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="highway_base" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+                <check key="passing_places" text="Passing Places" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Service -->
+        <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:service=parking_aisle" />
+            <key key="highway" value="service" />
+            <key key="service" value="parking_aisle" />
+            <optional>
+                <reference ref="surface_smoothness" />
+                <check key="oneway" text="Oneway" />
+                <check key="lit" text="Lit" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Parking Aisle -->
+        <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:highway=escape" />
+            <space />
+            <key key="highway" value="escape" />
+            <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
+            <optional>
+                <reference ref="surface" />
+                <text key="width" text="Width (meters)" />
+                <check key="lit" text="Lit" />
+            </optional>
+        </item> <!-- Escape -->
+        <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=raceway" />
+            <space />
+            <key key="highway" value="raceway" />
+            <text key="name" text="Name" />
+        </item> <!-- Raceway -->
+        <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=road" />
+            <key key="highway" value="road" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="highway_base" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+                <check key="trolley_wire" text="Overhead trolley wires" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Road (Unknown Type) -->
+        <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Key:construction" />
+            <key key="highway" value="construction" />
+            <combo key="construction" text="Highway type" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,secondary_link,tertiary,tertiary_link,unclassified,residential,service,bus_guideway,bridleway,living_street,pedestrian,track,path,footway,cycleway,steps" values_context="Highway" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="highway_base" />
+                <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
+                <check key="trolley_wire" text="Overhead trolley wires" />
+                <combo key="junction" text="Junction" values="roundabout,jughandle" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Construction -->
+        <separator/>
+        <item name="Road Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway" preset_name_label="true">
+            <link wiki="Key:access" />
+            <space />
+            <label text="Some road types already imply some access restrictions which should not be set again." />
+            <space />
+            <checkgroup columns="3" >
+                <check key="oneway" text="Oneway" />
+                <check key="toll" text="Toll" />
+                <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
+                <check key="winter_road" text="Winter road" disable_off="true" />
+                <check key="ice_road" text="Ice road" disable_off="true" />
+            </checkgroup>
+            <space />
+            <label text="Transport mode restrictions" />
+            <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" values_searchable="true" />
+            <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
+            <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
+            <space />
+            <label text="Vehicles per type" />
+            <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
+            <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
+            <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
+            <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
+            <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
+            <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
+            <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
+            <combo key="agricultural" text="Agricultural Vehicles (with restrictions e.g. max. 25 km/h)" values="yes,official,designated,destination,permissive,private,no" match="key" />
+            <combo key="4wd_only" text="4WD only" values="yes,recommended,no" match="key" />
+            <space />
+            <label text="Vehicles per use" />
+            <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" match="keyvalue" />
+            <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" match="key" />
+            <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" match="key" />
+            <combo key="tourist_bus" text="Tourist buses" values="yes,no" match="key" />
+            <space />
+            <text key="maxspeed" text="Max. speed (km/h)" />
+            <text key="maxspeed:forward" text="Max. speed in way direction" />
+            <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
+            <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
+            <text key="minspeed" text="Min. speed (km/h)" match="key" />
+            <text key="maxweight" text="Max. weight (tonnes)" match="key" />
+            <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
+            <text key="maxheight" text="Max. height (meters)" match="key" />
+            <text key="maxwidth" text="Max. width (meters)" match="key" />
+            <text key="maxlength" text="Max. length (meters)" match="key" />
+            <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" match="key" />
+        </item> <!-- Road Restrictions -->
+        <separator/>
+        <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
+            <link wiki="Tag:junction=roundabout" />
+            <space />
+            <key key="junction" value="roundabout" />
+            <combo key="highway" text="Type" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" values_context="Highway" />
+            <optional>
+                <reference ref="name_layer" />
+                <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
+                <reference ref="highway_yesno" />
+                <text key="width" text="Width (meters)" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Roundabout -->
+        <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:ford=yes" />
+            <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
+            <optional>
+                <text key="name" text="Name" />
+            </optional>
+        </item> <!-- Ford -->
+    </group> <!-- Streets -->
+    <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
+        <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=track" />
+            <space />
+            <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
+                <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: paved or heavily compacted hardcore surface" />
+                <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Mostly Solid: gravel/rock with some soft material mixed in" />
+                <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Even mixture of hard and soft materials" />
+                <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: soil/sand/grass with some hard material mixed in" />
+                <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: soil/sand/grass" />
+            </combo>
+            <key key="highway" value="track" />
+            <optional>
+                <reference ref="name_layer" />
+                <reference ref="surface_smoothness" />
+                <reference ref="highway_yesno_incline_oneway_lit_width" />
+                <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
+                <reference ref="general_access" />
+                <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" />
+                <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
+                <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
+                <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
+                <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Track -->
+        <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=path" />
+            <key key="highway" value="path" />
+            <optional>
+                <reference ref="name_layer" />
+                <reference ref="surface_smoothness" />
+                <reference ref="highway_yesno_incline_oneway_lit_width" />
+                <combo key="sac_scale" text="SAC Scale" values_searchable="true">
+                    <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
+                    <list_entry value="mountain_hiking" display_value="T2 - mountain hiking trail" short_description="Trail with continuous line and balanced ascent. Terrain partially steep, fall hazard possible" />
+                    <list_entry value="demanding_mountain_hiking" display_value="T3 - difficult, exposed hiking trail" short_description="exposed sites may be secured with ropes or chains, possible need to use hands for balance. Partly exposed sites with fall hazard, scree, pathless jagged rocks" />
+                    <list_entry value="alpine_hiking" display_value="T4 - difficult, exposed, steep alpine trail" short_description="sometimes need for hand use to get ahead. Terrain quite exposed, precarious grassy acclivities, jagged rocks, facile snow-free glaciers" />
+                    <list_entry value="demanding_alpine_hiking" display_value="T5 - difficult alpine trail with climbing" short_description="single plainly climbing up to second grade. Exposed, demanding terrain, jagged rocks, few dangerous glacier and snow" />
+                    <list_entry value="difficult_alpine_hiking" display_value="T6 - hazardous alpine trail with climbing" short_description="climbing up to second grade. Often very exposed, precarious jagged rocks, glacier with danger to slip and fall" />
+                </combo>
+                <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
+                <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
+                <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" />
+                <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" />
+                <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
+                <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" />
+                <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" />
+                <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" />
+                <!-- <combo key="motorcar" text="Motorcar" values="yes,designated,no" default="no" /> -->
+            </optional>
+        </item> <!-- Path -->
+        <separator/>
+        <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=bridleway" />
+            <key key="highway" value="bridleway" />
+            <optional>
+                <reference ref="name_layer" />
+                <text key="maxspeed" text="Max. speed (km/h)" />
+                <reference ref="surface_smoothness" />
+                <reference ref="highway_yesno_incline_oneway_lit_width" />
+            </optional>
+        </item> <!-- Dedicated Bridleway -->
+        <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Bicycle" />
+            <space />
+            <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
+            <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
+            <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
+            <check key="oneway:bicycle" text="Oneway (bicycle)" />
+            <space />
+            <optional text="Edit Highway Attributes:">
+                <combo key="highway" text="Highway" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" values_context="Highway" />
+                <check key="oneway" text="Oneway" />
+            </optional>
+        </item> <!-- Cycle Lane/Track -->
+        <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=cycleway" />
+            <key key="highway" value="cycleway" />
+            <optional>
+                <reference ref="name_layer" />
+                <reference ref="surface_smoothness" />
+                <reference ref="highway_yesno_incline_oneway_lit_width" />
+                <combo key="foot" text="Pedestrians" values="yes,no,designated" />
+            </optional>
+        </item> <!-- Dedicated Cycleway -->
+        <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=path" />
+            <key key="highway" value="path" />
+            <key key="bicycle" value="designated" />
+            <key key="foot" value="designated" />
+            <key key="segregated" value="yes" />
+            <optional>
+                <reference ref="name_layer" />
+                <reference ref="surface_smoothness" />
+                <reference ref="highway_yesno_incline_oneway_lit_width" />
+            </optional>
+        </item> <!-- Segregated Foot- and Cycleway -->
+        <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=path" />
+            <key key="highway" value="path" />
+            <key key="bicycle" value="designated" />
+            <key key="foot" value="designated" />
+            <key key="segregated" value="no" />
+            <optional>
+                <reference ref="name_layer" />
+                <reference ref="surface_smoothness" />
+                <reference ref="highway_yesno_incline_oneway_lit_width" />
+                <check key="passing_places" text="Passing Places" />
+            </optional>
+        </item> <!-- Combined Foot- and Cycleway -->
+        <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=footway" />
+            <key key="highway" value="footway" />
+            <optional>
+                <combo key="footway" text="Type" values="sidewalk,crossing" values_context="footway" />
+                <reference ref="name_layer" />
+                <reference ref="surface_smoothness" />
+                <reference ref="highway_yesno_incline_oneway_lit_width" />
+                <combo key="bicycle" text="Bicycle" values="yes,no,designated" />
+            </optional>
+        </item> <!-- Dedicated Footway -->
+        <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:highway=steps" />
+            <key key="highway" value="steps" />
+            <optional>
+                <reference ref="name_layer" />
+                <reference ref="surface" />
+                <text key="step_count" text="Amount of Steps" />
+                <space />
+                <check key="ramp" text="Ramp" />
+                <checkgroup columns="2" >
+                    <check key="ramp:stroller" text="Stroller ramp" />
+                    <check key="ramp:bicycle" text="Bicycle ramp" />
+                </checkgroup>
+                <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
+                <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
+                <space />
+                <check key="handrail" text="Handrail" />
+                <checkgroup columns="3" >
+                    <check key="handrail:left" text="Left handrail" />
+                    <check key="handrail:center" text="Center handrail" />
+                    <check key="handrail:right" text="Right handrail" />
+                </checkgroup>
+                <space />
+                <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
+                <space />
+                <reference ref="highway_yesno_incline_oneway_lit_width" />
+            </optional>
+        </item> <!-- Steps -->
+    </group> <!-- Ways -->
+    <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
+        <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=motorway_junction" />
+            <space />
+            <key key="highway" value="motorway_junction" />
+            <text key="name" text="Name" />
+            <text key="ref" text="Number" />
+        </item> <!-- Motorway Junction -->
+        <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:highway=services" />
+            <key key="highway" value="services" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="operator" text="Operator" />
+                <check key="toilets" text="Toilets" />
+            </optional>
+        </item> <!-- Services -->
+        <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:highway=rest_area" />
+            <key key="highway" value="rest_area" />
+            <optional>
+                <text key="name" text="Name" />
+                <check key="toilets" text="Toilets" />
+                <check key="drinking_water" text="Drinking Water" />
+            </optional>
+        </item> <!-- Rest Area -->
+        <separator/>
+        <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=traffic_signals" />
+            <key key="highway" value="traffic_signals" />
+            <optional>
+                <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
+            </optional>
+            <optional text="Optional crossing attributes:">
+                <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
+                <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
+                <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
+                <check key="crossing:island" text="With island" />
+                <check key="button_operated" text="Button operated" />
+                <check key="traffic_signals:sound" text="Sound signals" />
+                <combo key="supervised" text="Crossing attendant" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" />
+                <check key="bicycle" text="Cross by bicycle" />
+                <check key="horse" text="Cross on horseback" />
+            </optional>
+            <optional text="Optional values for specific countries">
+                <text key="name" text="Name" />
+            </optional>
+            </item> <!-- Traffic Signal -->
+        <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=stop" />
+            <key key="highway" value="stop" />
+            <optional>
+                <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
+            </optional>
+        </item> <!-- Stop -->
+        <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=give_way" />
+            <key key="highway" value="give_way" />
+            <optional>
+                <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
+            </optional>
+        </item> <!-- Give Way -->
+        <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:cycleway=asl" />
+            <key key="cycleway" value="asl" />
+        </item> <!-- Advanced stop line -->
+        <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=mini_roundabout" />
+            <key key="highway" value="mini_roundabout" />
+            <space />
+            <combo key="direction" text="Direction" values="clockwise" />
+        </item> <!-- Mini-Roundabout -->
+        <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
+            <link wiki="Key:crossing" />
+            <space />
+            <key key="highway" value="crossing" />
+            <combo key="crossing" text="Pedestrian crossing type" >
+                <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
+                <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
+                <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
+            </combo>
+            <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
+            <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
+            <combo key="supervised" text="Crossing attendant" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" />
+            <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
+            <check key="crossing:island" text="With island" />
+            <check key="bicycle" text="Cross by bicycle" />
+            <check key="horse" text="Cross on horseback" />
+            <label text="In case of traffic signals:" />
+            <check key="button_operated" text="Button operated" />
+            <check key="traffic_signals:sound" text="Sound signals" />
+        </item> <!-- Pedestrian Crossing -->
+        <group name="Traffic Calming" icon="presets/vehicle/choker.svg"> 
+            <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
+                <link wiki="Key:traffic_calming" />
+                <space />
+                <key key="traffic_calming" value="bump" />
+            </item> <!-- Bump -->
+            <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
+                <link wiki="Key:traffic_calming" />
+                <space />
+                <key key="traffic_calming" value="hump" />
+            </item> <!-- Hump -->
+            <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
+                <link wiki="Key:traffic_calming" />
+                <space />
+                <key key="traffic_calming" value="table" />
+            </item> <!-- Table -->
+            <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
+                <link wiki="Key:traffic_calming" />
+                <space />
+                <key key="traffic_calming" value="cushion" />
+            </item> <!-- Cushion -->
+            <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
+                <link wiki="Key:traffic_calming" />
+                <space />
+                <key key="traffic_calming" value="rumble_strip" />
+            </item> <!-- Rumble strip -->
+            <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
+                <link wiki="Key:traffic_calming" />
+                <space />
+                <key key="traffic_calming" value="dip" />
+            </item> <!-- Dip -->
+            <separator/>
+            <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
+                <link wiki="Key:traffic_calming" />
+                <space />
+                <key key="traffic_calming" value="chicane" />
+            </item> <!-- Chicane -->
+            <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
+                <link wiki="Key:traffic_calming" />
+                <space />
+                <key key="traffic_calming" value="choker" />
+            </item> <!-- Choker -->
+            <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
+                <link wiki="Key:traffic_calming" />
+                <space />
+                <key key="traffic_calming" value="island" />
+            </item> <!-- Island -->
+        </group> <!-- Traffic Calming -->
+        <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=passing_place" />
+            <key key="highway" value="passing_place" />
+        </item> <!-- Passing Place -->
+        <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=turning_circle" />
+            <key key="highway" value="turning_circle" />
+        </item> <!-- Turning Circle -->
+        <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=turning_loop" />
+            <key key="highway" value="turning_loop" />
+        </item> <!-- Turning Loop -->
+        <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:traffic_sign=city_limit" />
+            <space />
+            <key key="traffic_sign" value="city_limit" />
+            <text key="name" text="Name" />
+            <optional>
+                <text key="alt_name" text="Second Name" />
+                <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
+            </optional>
+        </item> <!-- City Limit -->
+        <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
+            <link wiki="Key:traffic_sign" />
+            <space />
+            <key key="traffic_sign" value="maxspeed" />
+            <text key="maxspeed" text="Max. speed (km/h)" />
+            <optional>
+                <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
+            </optional>
+        </item> <!-- Speed Limit -->
+        <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=speed_camera" />
+            <key key="highway" value="speed_camera" />
+            <optional>
+                <text key="maxspeed" text="Max. speed (km/h)" />
+            </optional>
+        </item> <!-- Speed Camera -->
+        <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=toll_gantry" />
+            <key key="highway" value="toll_gantry" />
+            <optional>
+                <text key="operator" text="Operator" />
+            </optional>
+        </item> <!-- Toll gantry -->
+        <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=traffic_mirror" />
+            <key key="highway" value="traffic_mirror" />
+        </item> <!-- Traffic Mirror -->
+        <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=milestone" />
+            <key key="highway" value="milestone" />
+            <text key="distance" text="Distance (kilometers)" />
+            <text key="ref" text="Reference" />
+        </item> <!-- Highway Milestone -->
+        <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:junction=yes" />
+            <key key="junction" value="yes" />
+            <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
+            <text key="name" text="Name" />
+        </item> <!-- Named Junction -->
+        <separator/>
+        <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=elevator" />
+            <key key="highway" value="elevator" />
+            <text key="capacity:persons" text="Capacity (persons)" />
+            <text key="maxweight" text="Max. weight (tonnes)" />
+            <text key="level" text="Storey" />
+            <optional>
+                <text key="manufacturer" text="Manufacturer" />
+                <reference ref="name_ref_operator" />
+                <reference ref="oh_wheelchair" />
+                <check key="handrail" text="Handrail" />
+                <check key="bicycle" text="Bicycle" />
+                <check key="indoor" text="Indoor" />
+                <reference ref="fee" />
+                <combo key="goods" text="Freight elevator" values="yes,designated,no" />
+                <combo key="access" text="Access" values="yes,no,customers,private" />
+                <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
+            </optional>
+        </item> <!-- Elevator -->
+        <separator/>
+        <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=grit_bin" />
+            <key key="amenity" value="grit_bin" />
+        </item> <!-- Grit Bin -->
+        <separator/>
+        <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
+            <link wiki="Key:mountain_pass" />
+            <key key="mountain_pass" value="yes" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="ele" text="Elevation" />
+                <text key="wikipedia" text="Wikipedia" />
+            </optional>
+        </item> <!-- Mountain Pass -->
+    </group> <!-- Waypoints -->
+    <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
+        <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=block" />
+            <key key="barrier" value="block" />
+            <reference ref="barrier_4" />
+            <optional>
+                <text key="maxwidth" text="Max. width (meters)" length="7" />
+                <combo key="material" text="Material" values="concrete,reinforced_concrete,stone" />
+            </optional>
+        </item> <!-- Block -->
+        <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:barrier=bollard" />
+            <space />
+            <key key="barrier" value="bollard" />
+            <combo key="bollard" text="Bollard type" values="rising,removable" />
+            <reference ref="barrier_4" />
+            <optional>
+                <text key="maxwidth" text="Max. width (meters)" length="7" />
+                <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
+            </optional>
+        </item> <!-- Bollard -->
+        <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=cycle_barrier" />
+            <key key="barrier" value="cycle_barrier" />
+            <reference ref="barrier_4" />
+            <reference ref="optional_maxwidth" />
+        </item> <!-- Cycle Barrier -->
+        <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=cattle_grid" />
+            <key key="barrier" value="cattle_grid" />
+            <reference ref="barrier_4" />
+        </item> <!-- Cattle Grid -->
+        <item name="Bus Trap" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=bus_trap" />
+            <key key="barrier" value="bus_trap" />
+            <reference ref="optional_maxwidth" />
+        </item> <!-- Bus Trap -->
+        <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=spikes" />
+            <key key="barrier" value="spikes" />
+            <reference ref="barrier_5" />
+        </item> <!-- Spikes -->
+        <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=toll_booth" />
+            <key key="barrier" value="toll_booth" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="operator" text="Operator" />
+            </optional>
+        </item> <!-- Toll Booth -->
+        <item name="Border Control" icon="presets/barrier/douane.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=border_control" />
+            <key key="barrier" value="border_control" />
+            <reference ref="barrier_5" />
+        </item> <!-- Border Control -->
+        <separator/> <!-- *** Linear Barriers *** -->
+        <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:barrier=hedge" />
+            <space />
+            <key key="barrier" value="hedge" />
+            <reference ref="leaf" />
+            <optional>
+                <reference ref="genus_species_taxon" />
+                <text key="height" text="Height (meters)" length="7" />
+            </optional>
+        </item> <!-- Hedge -->
+        <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=fence" />
+            <key key="barrier" value="fence" />
+            <optional>
+                <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
+                <text key="height" text="Height (meters)" length="7" />
+            </optional>
+        </item> <!-- Fence -->
+        <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=handrail" />
+            <key key="barrier" value="handrail" />
+            <optional>
+                <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
+                <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
+            </optional>
+        </item> <!-- Handrail -->
+        <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=cable_barrier" />
+            <key key="barrier" value="cable_barrier" />
+            <reference ref="optional_height" />
+        </item> <!-- Cable barrier -->
+        <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=guard_rail" />
+            <key key="barrier" value="guard_rail" />
+            <reference ref="optional_height" />
+        </item> <!-- Guard Rail -->
+        <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=wall" />
+            <key key="barrier" value="wall" />
+            <reference ref="optional_height" />
+            <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" />
+            <reference ref="wall_material" />
+        </item> <!-- Wall -->
+        <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=city_wall" />
+            <key key="barrier" value="city_wall" />
+            <reference ref="optional_height" />
+            <reference ref="wall_material" />
+        </item> <!-- City Wall -->
+        <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=retaining_wall" />
+            <key key="barrier" value="retaining_wall" />
+            <reference ref="optional_height" />
+            <reference ref="wall_material" />
+        </item> <!-- Retaining Wall -->
+        <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg"  type="node,way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=jersey_barrier" />
+            <key key="barrier" value="jersey_barrier" />
+            <combo key="material" text="Material" values="concrete,plastic" />
+        </item> <!-- Jersey Barrier -->
+        <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=ditch" />
+            <key key="barrier" value="ditch" />
+            <optional>
+                <text key="width" text="Width (meters)" length="7" />
+            </optional>
+        </item> <!-- Ditch -->
+        <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=kerb" />
+            <key key="barrier" value="kerb" />
+            <reference ref="optional_height" />
+            <reference ref="wheelchair" />
+            <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
+        </item> <!-- Kerb -->
+        <separator/> <!-- *** Access *** -->
+        <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=entrance" />
+            <key key="barrier" value="entrance" />
+            <reference ref="barrier_5" />
+            <reference ref="optional_maxwidth" />
+        </item> <!-- Entrance (Barrier Opening) -->
+        <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=gate" />
+            <key key="barrier" value="gate" />
+            <reference ref="barrier_5" />
+            <reference ref="optional_maxheight_maxwidth" />
+            <reference ref="general_access" />
+        </item> <!-- Gate -->
+        <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=lift_gate" />
+            <key key="barrier" value="lift_gate" />
+            <reference ref="barrier_5" />
+            <reference ref="optional_maxwidth" />
+            <reference ref="general_access" />
+        </item> <!-- Lift Gate -->
+        <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=swing_gate" />
+            <key key="barrier" value="swing_gate" />
+            <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" />
+            <reference ref="barrier_5" />
+            <reference ref="optional_maxwidth" />
+            <reference ref="general_access" />
+        </item> <!-- Swing Gate -->
+        <item name="Hampshire Gate" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=hampshire_gate" />
+            <key key="barrier" value="hampshire_gate" />
+            <reference ref="barrier_5" />
+            <reference ref="optional_maxwidth" />
+        </item> <!-- Hampshire Gate -->
+        <item name="Bump Gate" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=bump_gate" />
+            <key key="barrier" value="bump_gate" />
+            <reference ref="barrier_5" />
+            <reference ref="optional_maxwidth" />
+        </item> <!-- Bump Gate -->
+        <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=kissing_gate" />
+            <key key="barrier" value="kissing_gate" />
+            <reference ref="barrier_2" />
+            <reference ref="optional_maxwidth" />
+        </item> <!-- Kissing Gate -->
+        <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
+            <link wiki="Tag:barrier=chain" />
+            <key key="barrier" value="chain" />
+            <reference ref="barrier_5" />
+            <reference ref="optional_maxwidth" />
+        </item> <!-- Chain -->
+        <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=stile" />
+            <space />
+            <key key="barrier" value="stile" />
+            <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
+            <optional>
+                <combo key="material" text="Material" values="metal,stone,wood" />
+            </optional>
+            <reference ref="barrier_2" />
+        </item> <!-- Stile -->
+        <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=turnstile" />
+            <key key="barrier" value="turnstile" />
+            <reference ref="barrier_2" />
+        </item> <!-- Turnstile -->
+        <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:barrier=sally_port" />
+            <key key="barrier" value="sally_port" />
+            <reference ref="barrier_5" />
+            <reference ref="optional_maxheight_maxwidth" />
+        </item> <!-- Sally Port -->
+    </group> <!-- Barriers -->
+    <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
+        <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
+            <link wiki="Key:tunnel" />
+            <key key="tunnel" value="yes" />
+            <optional>
+                <text key="name" text="Name" />
+                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
+                <text key="width" text="Width (meters)" />
+                <text key="maxheight" text="Max. height (meters)" />
+                <space />
+                <text key="maxspeed" text="Max. speed (km/h)" />
+                <text key="maxspeed:forward" text="Max. speed in way direction" />
+                <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
+                <space />
+                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
+                <check key="toll" text="Toll" />
+            </optional>
+        </item> <!-- Tunnel -->
+        <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
+            <link wiki="Key:tunnel" />
+            <key key="tunnel" value="building_passage" />
+            <optional>
+                <reference ref="name_layer" />
+                <text key="width" text="Width (meters)" />
+                <text key="maxheight" text="Max. height (meters)" />
+                <text key="maxspeed" text="Max. speed (km/h)" />
+                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
+            </optional>
+        </item> <!-- Building Passage -->
+        <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
+            <link wiki="Key:covered" />
+            <space />
+            <key key="covered" value="arcade" />
+            <check key="arcade:left" value_on="open" text="Open on left side" />
+            <check key="arcade:right" value_on="open" text="Open on right side" />
+            <optional>
+                <reference ref="name_layer" />
+                <text key="width" text="Width (meters)" />
+            </optional>
+        </item> <!-- Arcade -->
+        <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
+            <link wiki="Key:covered" />
+            <space />
+            <key key="covered" value="colonnade" />
+            <check key="colonnade:left" value_on="open" text="Open on left side" />
+            <check key="colonnade:right" value_on="open" text="Open on right side" />
+            <optional>
+                <reference ref="name_layer" />
+                <text key="width" text="Width (meters)" />
+            </optional>
+        </item> <!-- Colonnade -->
+        <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
+            <link wiki="Key:tunnel" />
+            <space />
+            <key key="tunnel" value="avalanche_protector" />
+            <check key="avalanche_protector:left" value_on="open" text="Open on left side" />
+            <check key="avalanche_protector:right" value_on="open" text="Open on right side" />
+            <optional>
+                <reference ref="name_layer" />
+                <text key="width" text="Width (meters)" />
+                <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
+            </optional>
+        </item> <!-- Avalanche Protector -->
+    </group> <!-- Passageways -->
+  </group> <!-- Highways -->
+  <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
+    <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
+        <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:waterway=river" />
+            <space />
+            <key key="waterway" value="river" />
+            <text key="name" text="Name" />
+            <optional>
+                <reference ref="waterway_wikipedia" />
+                <check key="lock" text="Lock" disable_off="true" />
+            </optional>
+            <reference ref="water_access" />
+        </item> <!-- River -->
+        <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:waterway=stream" />
+            <space />
+            <key key="waterway" value="stream" />
+            <text key="name" text="Name" />
+            <optional>
+                <reference ref="waterway_wikipedia" />
+            </optional>
+            <reference ref="water_access" />
+        </item> <!-- Stream -->
+        <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:waterway=tidal_channel" />
+            <space />
+            <key key="waterway" value="tidal_channel" />
+            <optional>
+                <text key="name" text="Name" />
+                <check key="salt" text="Salt Water" disable_off="true" />
+                <check key="intermittent" text="Intermittent" disable_off="true" />
+                <check key="seasonal" text="Seasonal" disable_off="true" />
+                <text key="width" text="Width (meters)" />
+                <text key="wikipedia" text="Wikipedia" />
+            </optional>
+        </item> <!-- Tidal channel -->
+        <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:waterway=canal" />
+            <space />
+            <key key="waterway" value="canal" />
+            <text key="name" text="Name" />
+            <optional>
+                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+                <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
+                <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
+                <text key="width" text="Width (meters)" />
+                <text key="wikipedia" text="Wikipedia" />
+                <check key="lock" text="Lock" disable_off="true" />
+            </optional>
+            <reference ref="water_access" />
+        </item> <!-- Canal -->
+        <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:waterway=drain" />
+            <space />
+            <key key="waterway" value="drain" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="waterway" />
+            </optional>
+        </item> <!-- Drain -->
+        <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:waterway=ditch" />
+            <space />
+            <key key="waterway" value="ditch" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="waterway" />
+            </optional>
+        </item> <!-- Ditch -->
+        <separator/>
+        <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:natural=spring" />
+            <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
+            <space />
+            <key key="natural" value="spring" />
+            <text key="name" text="Name" />
+            <check key="drinking_water" text="Drinking Water" />
+        </item> <!-- Spring -->
+        <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:waterway=waterfall" />
+            <space />
+            <key key="waterway" value="waterfall" />
+            <reference ref="name_wikipedia" />
+            <text key="height" text="Height (meters)" />
+        </item> <!-- Waterfall -->
+        <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:waterway=weir" />
+            <space />
+            <key key="waterway" value="weir" />
+            <text key="name" text="Name" />
+        </item> <!-- Weir -->
+        <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:waterway=dam" />
+            <space />
+            <key key="waterway" value="dam" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- Dam -->
+        <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:man_made=dyke" />
+            <space />
+            <key key="man_made" value="dyke" />
+        </item> <!-- Levee -->
+        <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=groyne" />
+            <key key="man_made" value="groyne" />
+        </item> <!-- Groyne -->
+        <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:man_made=breakwater" />
+            <space />
+            <key key="man_made" value="breakwater" />
+            <text key="ref" text="Reference" />
+            <text key="name" text="Name" />
+        </item> <!-- Breakwater -->
+        <separator/>
+        <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:tunnel=culvert" />
+            <key key="tunnel" value="culvert" />
+            <optional>
+                <text key="name" text="Name" />
+                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
+                <text key="width" text="Width (meters)" />
+            </optional>
+        </item> <!-- Culvert -->
+        <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:usage=penstock" />
+            <key key="waterway" value="pressurised" />
+            <key key="man_made" value="pipeline" />
+            <key key="substance" value="water" />
+            <key key="usage" value="penstock" />
+            <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="operator" text="Operator" />
+                <combo key="diameter" text="Diameter (mm)" values="800,1000,1200,1500,1600,1800,2200,2300,2400,2500,2600,2800,3200,3300,3400,3500,4000,4200,4300,4800" />
+                <text key="pressure" text="Pressure (bar)" />
+                <combo key="material" text="Material" values="metal,steel" />
+            </optional>
+        </item> <!-- Penstock -->
+        <separator/>
+        <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=basin" />
+            <space />
+            <key key="landuse" value="basin" />
+            <combo key="basin" text="Type" values="retention,infiltration,detention" />
+            <reference ref="optional_name" />
+        </item> <!-- Basin -->
+        <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=reservoir" />
+            <space />
+            <key key="landuse" value="reservoir" />
+            <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
+            <reference ref="optional_name" />
+        </item> <!-- Reservoir -->
+        <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:man_made=reservoir_covered" />
+            <space />
+            <key key="man_made" value="reservoir_covered" />
+            <reference ref="optional_name" />
+        </item> <!-- Covered Reservoir -->
+        <separator/>
+        <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=water" />
+            <label text="A body of standing water, such as a lake or pond." />
+            <space />
+            <key key="natural" value="water" />
+            <text key="name" text="Name" />
+            <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
+            <check key="salt" text="Salt Water" disable_off="true" />
+            <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
+            <check key="tidal" text="In the tidal range" disable_off="true" />
+            <text key="wikipedia" text="Wikipedia" />
+            <reference ref="water_access" />
+        </item> <!-- Water -->
+        <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:natural=coastline" />
+            <label text="Line between the sea and land (with the water on the right side of the way)." />
+            <space />
+            <key key="natural" value="coastline" />
+            <text key="name" text="Name" />
+        </item> <!-- Coastline -->
+        <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:waterway=riverbank" />
+            <space />
+            <key key="waterway" value="riverbank" />
+            <text key="name" text="Name" />
+            <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
+            <check key="tidal" text="In the tidal range" disable_off="true" />
+        </item> <!-- Riverbank -->
+        <separator/>
+        <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=wetland" />
+            <label text="Waterlogged area, either permanently or seasonally with vegetation." />
+            <space />
+            <key key="natural" value="wetland" />
+            <text key="name" text="Name" />
+            <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
+            <check key="seasonal" text="Seasonal" disable_off="true" />
+        </item> <!-- Wetland -->
+        <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=mud" />
+            <label text="Large area covered with mud." />
+            <space />
+            <key key="natural" value="mud" />
+            <text key="name" text="Name" />
+        </item> <!-- Mud -->
+        <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=beach" />
+            <label text="A flat area of sand, gravel or pebble next to water." />
+            <space />
+            <key key="natural" value="beach" />
+            <reference ref="name_wikipedia" />
+            <optional>
+                <reference ref="supervised" />
+                <reference ref="oh_wheelchair" />
+                <reference ref="general_access" />
+                <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
+                <combo key="sport" text="Sport" values="swimming,surfing" />
+                <reference ref="nudism" />
+            </optional>
+        </item> <!-- Beach -->
+        <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=bay" />
+            <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
+            <space />
+            <key key="natural" value="bay" />
+            <text key="name" text="Name" />
+            <optional>
+                <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
+            </optional>
+        </item> <!-- Bay -->
+        <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=cape" />
+            <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
+            <space />
+            <key key="natural" value="cape" />
+            <text key="name" text="Name" />
+        </item> <!-- Cape -->
+        <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=strait" />
+            <space />
+            <key key="natural" value="strait" />
+            <text key="name" text="Name" />
+        </item> <!-- Strait -->
+    </group> <!-- Water -->
+    <group name="Shipping" icon="presets/nautical/ferry.svg">
+        <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=ferry_terminal" />
+            <space />
+            <key key="amenity" value="ferry_terminal" />
+            <text key="name" text="Name" />
+            <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
+        </item> <!-- Ferry Terminal -->
+        <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
+            <link wiki="Tag:route=ferry" />
+            <key key="route" value="ferry" />
+            <optional>
+                <reference ref="name_ref_operator" />
+                <reference ref="oh_wheelchair" />
+                <space />
+                <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30" values_no_i18n="true" />
+                <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30" values_no_i18n="true" />
+                <reference ref="fee" />
+                <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" />
+                <check key="ferry:cable" text="Reaction ferry" />
+            </optional>
+            <preset_link preset_name="Road Restrictions" />
+        </item> <!-- Ferry Route -->
+        <separator/>
+        <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=marina" />
+            <space />
+            <key key="leisure" value="marina" />
+            <text key="name" text="Name" />
+            <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
+        </item> <!-- Marina -->
+        <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:waterway=fuel"/>
+            <space />
+            <key key="waterway" value="fuel" />
+            <optional>
+                <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Eni,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Socar,Statoil,Sunoco,Tamoil,Texaco,Total,Independent" values_searchable="true" />
+                <reference ref="name_operator" />
+                <reference ref="oh" />
+                <space />
+                <label text="Fuel types:" />
+                <checkgroup columns="2">
+                    <check key="fuel:diesel" text="Diesel" />
+                    <check key="fuel:biodiesel" text="Bio Diesel" />
+                    <check key="fuel:octane_80" text="Octane 80" />
+                    <check key="fuel:octane_87" text="Octane 87" />
+                    <check key="fuel:octane_91" text="Octane 91" />
+                    <check key="fuel:octane_92" text="Octane 92" />
+                    <check key="fuel:octane_95" text="Octane 95" />
+                    <check key="fuel:octane_98" text="Octane 98" />
+                    <check key="fuel:octane_100" text="Octane 100" />
+                    <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
+                    <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
+                    <check key="fuel:ethanol" text="Ethanol (alcohol)" />
+                    <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
+                    <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
+                </checkgroup>
+            </optional>
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Marine Fuel -->
+        <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:man_made=pier" />
+            <space />
+            <key key="man_made" value="pier" />
+            <text key="name" text="Name" />
+            <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
+            <check key="floating" text="Floating" />
+        </item> <!-- Pier -->
+        <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:waterway=lock_gate" />
+            <key key="waterway" value="lock_gate" />
+        </item> <!-- Lock Gate -->
+        <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:waterway=turning_point" />
+            <key key="waterway" value="turning_point" />
+        </item> <!-- Turning Point -->
+        <separator/>
+        <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:leisure=slipway" />
+            <key key="leisure" value="slipway" />
+            <optional>
+                <text key="name" text="Name" />
+            </optional>
+        </item> <!-- Slipway -->
+        <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:waterway=boatyard" />
+            <space />
+            <key key="waterway" value="boatyard" />
+            <text key="name" text="Name" />
+        </item> <!-- Boatyard -->
+        <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:waterway=dock" />
+            <space />
+            <key key="waterway" value="dock" />
+            <text key="name" text="Name" />
+        </item> <!-- Dock -->
+    </group> <!-- Shipping -->
+  </group> <!-- Water -->
+  <group name="Transport" icon="presets/transport/railway/rail.svg">
+    <group name="Railway" icon="presets/transport/railway/rail.svg">
+        <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=rail" />
+            <key key="railway" value="rail" />
+            <optional>
+                <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
+                <reference ref="railway_service_gauge_electrified_yesno" />
+            </optional>
+        </item> <!-- Rail -->
+        <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=narrow_gauge" />
+            <key key="railway" value="narrow_gauge" />
+            <optional>
+                <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
+                <reference ref="railway_service_gauge_electrified_yesno" />
+            </optional>
+        </item> <!-- Narrow Gauge Rail -->
+        <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=monorail" />
+            <key key="railway" value="monorail" />
+            <optional>
+                <reference ref="railway_service" />
+                <reference ref="railway_electrified_yesno" />
+            </optional>
+        </item> <!-- Monorail -->
+        <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=preserved" />
+            <key key="railway" value="preserved" />
+            <optional>
+                <reference ref="railway_service_gauge_electrified_yesno" />
+            </optional>
+        </item> <!-- Preserved -->
+        <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=light_rail" />
+            <key key="railway" value="light_rail" />
+            <optional>
+                <reference ref="railway_service_gauge_electrified_yesno" />
+            </optional>
+        </item> <!-- Light Rail -->
+        <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=subway" />
+            <key key="railway" value="subway" />
+            <optional>
+                <reference ref="railway_service_gauge_electrified_yesno" />
+            </optional>
+        </item> <!-- Subway -->
+        <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=tram" />
+            <key key="railway" value="tram" />
+            <optional>
+                <reference ref="railway_service_gauge_electrified_yesno" />
+            </optional>
+        </item> <!-- Tram -->
+        <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=funicular" />
+            <key key="railway" value="funicular" />
+            <optional>
+                <reference ref="railway_service_gauge_electrified_yesno" />
+            </optional>
+        </item> <!-- Funicular -->
+        <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:highway=bus_guideway" />
+            <key key="highway" value="bus_guideway" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="highway_yesno" />
+                <check key="oneway" text="Oneway" />
+                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+                <reference ref="surface_smoothness" />
+                <text key="maxspeed" text="Max. speed (km/h)" />
+                <text key="width" text="Width (meters)" />
+            </optional>
+        </item> <!-- Bus Guideway -->
+        <separator/>
+        <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
+            <link wiki="Key:construction" />
+            <key key="railway" value="construction" />
+            <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
+            <optional>
+                <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
+                <reference ref="railway_service_gauge_electrified_yesno" />
+            </optional>
+        </item> <!-- Railway construction -->
+        <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=disused" />
+            <key key="railway" value="disused" />
+            <optional>
+                <reference ref="railway_service" />
+                <reference ref="highway_yesno" />
+            </optional>
+        </item> <!-- Disused Rail -->
+        <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:railway=abandoned" />
+            <key key="railway" value="abandoned" />
+            <optional>
+                <reference ref="railway_service" />
+                <reference ref="highway_yesno" />
+            </optional>
+        </item> <!-- Abandoned Rail -->
+        <separator/>
+        <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:railway=level_crossing" />
+            <key key="railway" value="level_crossing" />
+            <optional>
+                <reference ref="supervised" />
+                <check key="crossing:light" text="Traffic lights" />
+                <check key="crossing:bell" text="Sound signals" />
+                <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
+            </optional>
+        </item> <!-- Level Crossing -->
+        <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:railway=crossing" />
+            <key key="railway" value="crossing" />
+            <optional>
+                <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
+                <reference ref="supervised" />
+                <check key="horse" text="Cross on horseback" />
+                <check key="bicycle" text="Cross by bicycle" />
+                <check key="crossing:light" text="Traffic lights" />
+                <check key="crossing:bell" text="Sound signals" />
+                <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
+            </optional>
+        </item> <!-- Crossing -->
+        <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:railway=turntable" />
+            <key key="railway" value="turntable" />
+        </item> <!-- Turntable -->
+        <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:railway=buffer_stop" />
+            <key key="railway" value="buffer_stop" />
+        </item> <!-- Buffer Stop -->
+        <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:railway=switch" />
+            <key key="railway" value="switch" />
+            <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
+            <text key="ref" text="Reference" />
+            <text key="operator" text="Operator" />
+        </item> <!-- Railway Switch -->
+        <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:railway=railway_crossing" />
+            <key key="railway" value="railway_crossing" />
+            <text key="ref" text="Reference" />
+            <text key="operator" text="Operator" />
+        </item> <!-- Railway crossing -->
+        <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:railway=signal" />
+            <key key="railway" value="signal" />
+            <text key="ref" text="Reference" />
+            <text key="operator" text="Operator" />
+        </item> <!-- Railway Signal -->
+        <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:railway=milestone" />
+            <key key="railway" value="milestone" />
+            <text key="distance" text="Distance (kilometers)" />
+            <text key="ref" text="Reference" />
+        </item> <!-- Railway Milestone -->
+    </group> <!-- Railway -->
+    <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
+        <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:aerialway=cable_car" />
+            <space />
+            <key key="aerialway" value="cable_car" />
+            <reference ref="name_ref" />
+            <optional>
+                <text key="aerialway:capacity" text="Number of people per hour" />
+                <text key="aerialway:occupancy" text="Number of people per car" />
+                <text key="aerialway:duration" text="Typical journey time in minutes" />
+                <check key="aerialway:heating" text="Has heating?" />
+            </optional>
+        </item> <!-- Cable Car -->
+        <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:aerialway=chair_lift" />
+            <space />
+            <key key="aerialway" value="chair_lift" />
+            <reference ref="name_ref" />
+            <optional>
+                <text key="aerialway:capacity" text="Number of people per hour" />
+                <text key="aerialway:occupancy" text="Number of people per chair" />
+                <text key="aerialway:duration" text="Typical journey time in minutes" />
+                <check key="aerialway:bubble" text="Has bubble?" />
+                <check key="aerialway:heating" text="Has heating?" />
+            </optional>
+        </item> <!-- Chair Lift -->
+        <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:aerialway=gondola" />
+            <space />
+            <key key="aerialway" value="gondola" />
+            <reference ref="name_ref" />
+            <optional>
+                <text key="aerialway:capacity" text="Number of people per hour" />
+                <text key="aerialway:occupancy" text="Number of people per gondola" />
+                <text key="aerialway:duration" text="Typical journey time in minutes" />
+                <check key="aerialway:heating" text="Has heating?" />
+            </optional>
+        </item> <!-- Gondola -->
+        <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:aerialway=mixed_lift" />
+            <space />
+            <key key="aerialway" value="mixed_lift" />
+            <reference ref="name_ref" />
+            <optional>
+                <text key="aerialway:capacity" text="Number of people per hour" />
+                <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
+                <text key="aerialway:duration" text="Typical journey time in minutes" />
+                <check key="aerialway:bubble" text="Has bubble?" />
+                <check key="aerialway:heating" text="Has heating?" />
+            </optional>
+        </item> <!-- Mixed Lift -->
+        <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:aerialway=drag_lift" />
+            <space />
+            <combo key="aerialway" text="Type" values="drag_lift,t-bar,j-bar,platter,rope_tow" display_values="drag_lift (general type - use only if exact type (see values below) is unknown),t-bar,j-bar,platter,rope_tow" match="keyvalue" />
+            <reference ref="name_ref" />
+            <optional>
+                <text key="aerialway:capacity" text="Number of people per hour" />
+                <text key="aerialway:duration" text="Typical journey time in minutes" />
+            </optional>
+        </item> <!-- Drag Lift -->
+        <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:aerialway=magic_carpet" />
+            <space />
+            <key key="aerialway" value="magic_carpet" />
+            <reference ref="name_ref" />
+            <optional>
+                <text key="aerialway:capacity" text="Number of people per hour" />
+                <text key="aerialway:duration" text="Typical journey time in minutes" />
+            </optional>
+        </item> <!-- Magic Carpet -->
+        <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:aerialway=goods" />
+            <space />
+            <key key="aerialway" value="goods" />
+            <reference ref="name_ref" />
+            <optional>
+                <text key="aerialway:duration" text="Typical journey time in minutes" />
+            </optional>
+        </item> <!-- Goods -->
+        <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:aerialway=zip_line" />
+            <space />
+            <key key="aerialway" value="zip_line" />
+            <optional>
+                <reference ref="name_ref_operator" />
+                <reference ref="oh" />
+                <reference ref="fee" />
+                <reference ref="min_age" />
+                <text key="maxweight" text="Max. weight (tonnes)" />
+            </optional>
+        </item> <!-- Zip line -->
+        <separator/>
+        <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:aerialway=station" />
+            <space />
+            <key key="aerialway" value="station" />
+            <text key="name" text="Name" />
+        </item> <!-- Station -->
+        <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:aerialway=pylon" />
+            <space />
+            <key key="aerialway" value="pylon" />
+            <text key="name" text="Name" />
+        </item> <!-- Pylon -->
+    </group> <!-- Aerialway -->
+    <separator/>
+    <group name="Car" icon="presets/shop/vehicle.svg">
+        <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=parking" />
+            <space />
+            <key key="amenity" value="parking" />
+            <reference ref="parking_name_type_ref" />
+            <text key="maxheight" text="Max. height (meters)" />
+            <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
+            <reference ref="parking_access_fee_operator_surface_smoothness" />
+            <space />
+            <text key="capacity" text="Capacity (overall)" />
+            <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
+            <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
+            <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
+            <label text="See the Wiki for other capacity:[types]=*." />
+            <space />
+            <reference ref="maxstay" />
+            <reference ref="supervised_lit_oh" />
+        </item> <!-- Parking -->
+        <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:amenity=parking_space" />
+            <space />
+            <key key="amenity" value="parking_space" />
+            <reference ref="parking_name_type_ref" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="parking_access_fee_operator_surface_smoothness" />
+            <reference ref="maxstay" />
+            <reference ref="supervised_lit_oh" />
+            <check key="covered" text="Covered (with roof)" />
+        </item> <!-- Parking Space -->
+        <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=parking_entrance" />
+            <space />
+            <key key="amenity" value="parking_entrance" />
+            <reference ref="parking_name_type_ref" />
+            <text key="maxheight" text="Max. height (meters)" />
+            <reference ref="parking_access_fee_operator_surface_smoothness" />
+            <reference ref="supervised_lit_oh" />
+            <check key="covered" text="Covered (with roof)" />
+        </item> <!-- Parking Entrance -->
+        <separator/>
+        <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=fuel" />
+            <space />
+            <key key="amenity" value="fuel" />
+            <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Eni,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Socar,Statoil,Sunoco,Tamoil,Texaco,Total,Independent" values_searchable="true" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="operator" text="Operator" />
+                <reference ref="oh_wheelchair" />
+                <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
+                <space />
+                <label text="Fuel types:" />
+                <checkgroup columns="2">
+                    <check key="fuel:diesel" text="Diesel" />
+                    <check key="fuel:biodiesel" text="Bio Diesel" />
+                    <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
+                    <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
+                    <check key="fuel:octane_80" text="Octane 80" />
+                    <check key="fuel:octane_87" text="Octane 87" />
+                    <check key="fuel:octane_91" text="Octane 91" />
+                    <check key="fuel:octane_92" text="Octane 92" />
+                    <check key="fuel:octane_95" text="Octane 95" />
+                    <check key="fuel:octane_98" text="Octane 98" />
+                    <check key="fuel:octane_100" text="Octane 100" />
+                    <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
+                    <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
+                    <check key="fuel:ethanol" text="Ethanol (alcohol)" />
+                    <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
+                    <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
+                    <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
+                    <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
+                    <check key="fuel:biogas" text="Biogas" />
+                </checkgroup>
+                <space />
+                <label text="Additives:" />
+                <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
+                <space />
+                <label text="Fuel cards:" />
+                <checkgroup columns="3">
+                    <check key="payment:dkv" text="DKV" />
+                    <check key="payment:routex" text="Routex" />
+                    <check key="payment:uta" text="UTA" />
+                </checkgroup>
+            </optional>
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Fuel -->
+        <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=charging_station" />
+            <space />
+            <key key="amenity" value="charging_station" />
+            <reference ref="name_ref_operator" />
+            <reference ref="oh" />
+            <reference ref="fee" />
+            <space />
+            <combo key="voltage" text="Voltage" values="230,400"/>
+            <combo key="amperage" text="Amperage" values="16,32" />
+            <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
+            <space />
+            <label text="Types of vehicles which can be charged:" />
+            <checkgroup columns="4">
+                <check key="bicycle" text="Bicycle" />
+                <check key="scooter" text="Scooter" />
+                <check key="motorcycle" text="Motorcycle" />
+                <check key="motorcar" text="Motorcar" />
+                <check key="truck" text="Truck" />
+            </checkgroup>
+            <space />
+            <label text="Number of Sockets:" />
+            <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
+            <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
+            <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
+            <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
+            <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
+            <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
+            <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
+            <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
+            <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
+            <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
+            <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
+            <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
+            <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
+            <space />
+            <label text="Authentication:" />
+            <checkgroup columns="4">
+                <check key="authentication:none" text="None" />
+                <check key="authentication:phone_call" text="Phone call" />
+                <check key="authentication:short_message" text="Short message" />
+                <check key="authentication:nfc" text="NFC" />
+            </checkgroup>
+            <combo key="authentication:membership_card" text="Membership card" values="yes" />
+            <preset_link preset_name="Payment Methods" />
+        </item> <!-- Charging Station -->
+        <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=car_wash" />
+            <space />
+            <key key="amenity" value="car_wash" />
+            <reference ref="name_brand_operator_oh_wheelchair" />
+            <check key="self_service" text="Self Service" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Wash -->
+        <separator/>
+        <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=car" />
+            <space />
+            <key key="shop" value="car" />
+            <reference ref="car_brands" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <combo key="second_hand" text="Second hand" values="yes,no,only" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Car Dealer -->
+        <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=car_repair" />
+            <space />
+            <key key="shop" value="car_repair" />
+            <reference ref="car_brands" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Repair -->
+        <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=car_parts" />
+            <space />
+            <key key="shop" value="car_parts" />
+            <reference ref="car_brands" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Parts -->
+        <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=tyres" />
+            <space />
+            <key key="shop" value="tyres" />
+            <reference ref="name_brand_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Tires -->
+        <separator/>
+        <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=car_rental" />
+            <space />
+            <key key="amenity" value="car_rental" />
+            <reference ref="name_brand_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Rental -->
+        <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=car_pooling" />
+            <space />
+            <key key="amenity" value="car_pooling" />
+            <text key="operator" text="Operator" />
+            <text key="network" text="Network" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="name_oh_wheelchair" />
+            <text key="website" text="Website" />
+        </item> <!-- Pooling -->
+        <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=car_sharing" />
+            <space />
+            <key key="amenity" value="car_sharing" />
+            <text key="operator" text="Operator" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="name_oh_wheelchair" />
+            <text key="website" text="Website" />
+        </item> <!-- Sharing -->
+    </group> <!-- Car -->
+    <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
+        <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=motorcycle_parking" />
+            <space />
+            <key key="amenity" value="motorcycle_parking" />
+            <reference ref="parking_name_type_ref" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="parking_access_fee_operator_surface_smoothness" />
+            <reference ref="supervised_lit_oh" />
+            <check key="covered" text="Covered (with roof)" />
+        </item> <!-- Parking -->
+        <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=motorcycle" />
+            <space />
+            <key key="shop" value="motorcycle" />
+            <text key="name" text="Name" />
+            <reference ref="motorcycle_brands" />
+            <text key="operator" text="Operator" />
+            <reference ref="oh_wheelchair" />
+            <combo key="second_hand" text="Second hand" values="yes,no,only" />
+            <optional text="Services:">
+                <combo key="sale" text="Sale" values="yes,brand,no" />
+                <combo key="rental" text="Rental" values="yes,brand,no" />
+                <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
+                <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
+                <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
+                <combo key="clothes" text="Clothes" values="yes,brand,no" />
+                <text key="services" text="Other" />
+            </optional>
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Motorcycle Dealer -->
+    </group> <!-- Motorcycle -->
+    <group name="Bicycle" icon="presets/shop/bicycle.svg">
+        <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=bicycle_parking" />
+            <space />
+            <key key="amenity" value="bicycle_parking" />
+            <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
+            <text key="name" text="Name" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="parking_access_fee_operator_surface_smoothness" />
+            <check key="covered" text="Covered" />
+            <reference ref="supervised_lit_oh" />
+        </item> <!-- Parking -->
+        <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=bicycle" />
+            <space />
+            <key key="shop" value="bicycle" />
+            <reference ref="name_oh_wheelchair" />
+            <check key="service:bicycle:retail" text="Bicycles are sold" />
+            <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
+            <check key="service:bicycle:repair" text="Bicycles are repaired" />
+            <check key="service:bicycle:rental" text="Bicycles are rented" />
+            <check key="service:bicycle:pump" text="Free bicycle pump" />
+            <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
+            <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Bike Dealer -->
+        <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=bicycle_rental" />
+            <space />
+            <key key="amenity" value="bicycle_rental" />
+            <text key="name" text="Name" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Rental -->
+        <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=bicycle_repair_station" />
+            <space />
+            <key key="amenity" value="bicycle_repair_station" />
+            <optional>
+            <text key="name" text="Name" />
+            <text key="brand" text="Brand" />
+            <text key="operator" text="Operator" />
+            <reference ref="oh" />
+            <check key="service:bicycle:pump" text="Free bicycle pump" />
+            <check key="service:bicycle:chain_tool" text="Chain tool" />
+            </optional>
+        </item> <!-- Public Bicycle Repair Station -->
+    </group> <!-- Bicycle -->
+    <group name="Public Transport" icon="presets/transport/bus.svg">
+        <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+            <link wiki="Public_transport#Service_routes" />
+            <space />
+            <key key="type" value="route" />
+            <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
+            <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
+            <reference ref="name_ref" />
+            <optional>
+                <reference ref="public_transport_route_optionals" />
+            </optional>
+            <roles>
+                <role key="stop" text="stop position" requisite="optional" type="node" member_expression="public_transport=stop_position (train=yes OR subway=yes OR monorail=yes OR tram=yes OR light_rail=yes)" />
+                <role key="stop_exit_only" text="stop position (exit only)" requisite="optional" type="node" member_expression="public_transport=stop_position (train=yes OR subway=yes OR monorail=yes OR tram=yes OR light_rail=yes)" />
+                <role key="stop_entry_only" text="stop position (entry only)" requisite="optional" type="node" member_expression="public_transport=stop_position (train=yes OR subway=yes OR monorail=yes OR tram=yes OR light_rail=yes)" />
+                <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
+                <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway" member_expression="public_transport=platform" />
+                <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway" member_expression="public_transport=platform" />
+                <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
+            </roles>
+        </item> <!-- Public Transport Route (Rail) -->
+        <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+            <link wiki="Public_transport#Service_routes" />
+            <space />
+            <key key="type" value="route" />
+            <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
+            <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
+            <reference ref="name_ref" />
+            <optional>
+                <reference ref="public_transport_route_optionals" />
+            </optional>
+            <roles>
+                <role key="stop" text="stop position" requisite="optional" type="node" member_expression="public_transport=stop_position (bus=yes OR share_taxi=yes OR trolleybus=yes)" />
+                <role key="stop_exit_only" text="stop position (exit only)" requisite="optional" type="node" member_expression="public_transport=stop_position (bus=yes OR share_taxi=yes OR trolleybus=yes)" />
+                <role key="stop_entry_only" text="stop position (entry only)" requisite="optional" type="node" member_expression="public_transport=stop_position (bus=yes OR share_taxi=yes OR trolleybus=yes)" />
+                <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
+                <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway" member_expression="public_transport=platform" />
+                <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway" member_expression="public_transport=platform" />
+                <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
+                <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
+            </roles>
+        </item> <!-- Public Transport Route (Bus) -->
+        <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+            <link wiki="Public_transport#Route_Master_relations" />
+            <space />
+            <key key="type" value="route_master" />
+            <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
+            <reference ref="name_ref" />
+            <optional>
+                <text key="operator" text="Operator" />
+                <text key="network" text="Network" />
+                <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
+            </optional>
+            <roles>
+                <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
+            </roles>
+        </item> <!-- Route Master -->
+        <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
+            <link wiki="Tag:public_transport=stop_area" />
+            <space />
+            <key key="type" value="public_transport" />
+            <key key="public_transport" value="stop_area" />
+            <text key="name" text="Name" />
+            <optional>
+                <text key="ref" text="Reference" />
+                <text key="uic_ref" text="UIC reference" />
+                <text key="uic_name" text="UIC name" />
+                <text key="operator" text="Operator" />
+                <text key="network" text="Network" />
+            </optional>
+            <roles>
+                <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
+                <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
+                <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
+                <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway" member_expression="amenity|public_transport=station" />
+            </roles>
+        </item> <!-- Stop Area -->
+        <separator/>
+        <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
+            <link wiki="Tag:public_transport=stop_position" />
+            <space />
+            <key key="public_transport" value="stop_position" />
+            <text key="name" text="Name" />
+            <optional>
+                <text key="ref" text="Reference" />
+                <text key="uic_ref" text="UIC reference" />
+                <text key="uic_name" text="UIC name" />
+                <text key="operator" text="Operator" />
+                <text key="network" text="Network" />
+                <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
+            </optional>
+            <space />
+            <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
+            <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
+            <check key="train" text="Train" icon="presets/transport/train.svg" />
+            <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
+            <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
+            <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
+            <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
+            <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
+            <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
+            <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
+            <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
+        </item> <!-- Stop Position -->
+        <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
+            <link wiki="Tag:public_transport=platform" />
+            <space />
+            <key key="public_transport" value="platform" />
+            <text key="name" text="Name" />
+            <check key="bench" text="Bench" />
+            <check key="shelter" text="Shelter" />
+            <check key="bin" text="Waste Basket/Trash Can" />
+            <check key="covered" text="Covered" />
+            <check key="passenger_information_display" text="Passenger information display" />
+            <text key="route_ref" text="Route references" />
+            <reference ref="wheelchair" />
+            <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
+        </item> <!-- Platform -->
+        <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
+            <link wiki="Tag:public_transport=station" />
+            <space />
+            <key key="public_transport" value="station" />
+            <text key="name" text="Name" />
+            <check key="area" text="Area" disable_off="true" />
+            <check key="building" text="Building" disable_off="true" />
+            <text key="operator" text="Operator" />
+            <text key="network" text="Network" />
+        </item> <!-- Station -->
+        <separator/> <!-- *** Access *** -->
+        <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:railway=subway_entrance" />
+            <key key="railway" value="subway_entrance" />
+            <optional>
+                <text key="name" text="Name" />
+                <reference ref="wheelchair" />
+                <check key="bicycle" text="Bicycle" />
+            </optional>
+        </item> <!-- Subway Entrance -->
+        <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=vending_machine" />
+            <space />
+            <key key="amenity" value="vending_machine" />
+            <key key="vending" value="public_transport_tickets" />
+            <reference ref="name_operator" />
+            <text key="ref" text="Reference number" />
+            <preset_link preset_name="Payment Methods" />
+        </item> <!-- Ticket Machine -->
+    </group> <!-- Public Transport -->
+    <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
+        <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+            <key key="type" value="route" />
+            <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
+            <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
+            <reference ref="name_ref" />
+            <optional>
+                <text key="from" text="From (initial stop)" />
+                <text key="to" text="To (terminal stop)" />
+                <text key="via" text="Via (intermediate stops)" />
+                <text key="operator" text="Operator" />
+                <text key="network" text="Network" />
+                <text key="description" text="Description" />
+                <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
+            </optional>
+            <roles>
+                <role key="" text="route segment" requisite="optional" type="way,closedway" />
+                <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
+                <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
+                <role key="stop" text="halt point" requisite="optional" type="node" member_expression="highway=bus_stop OR railway=station OR railway=halt OR railway=tram_stop" />
+                <role key="forward_stop" text="forward halt point" requisite="optional" type="node" member_expression="highway=bus_stop OR railway=station OR railway=halt OR railway=tram_stop" />
+                <role key="backward_stop" text="backward halt point" requisite="optional" type="node" member_expression="highway=bus_stop OR railway=station OR railway=halt OR railway=tram_stop" />
+                <role key="platform" text="platform" requisite="optional" type="node,way,closedway" member_expression="highway=platform OR railway=platform" />
+            </roles>
+        </item> <!-- Public transport route (Legacy) -->
+        <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:railway=station" />
+            <key key="railway" value="station" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="uic_ref" text="UIC-Reference" />
+            </optional>
+        </item> <!-- Station -->
+        <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:railway=halt" />
+            <key key="railway" value="halt" />
+            <optional>
+                <text key="name" text="Name" />
+            </optional>
+        </item> <!-- Railway Halt -->
+        <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
+           <link wiki="Tag:railway=tram_stop" />
+            <key key="railway" value="tram_stop" />
+            <optional>
+                <text key="name" text="Name" />
+            </optional>
+        </item> <!-- Tram Stop -->
+        <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:railway=platform" />
+            <space />
+            <key key="railway" value="platform" />
+            <text key="ref" text="Reference (track number)" />
+            <text key="width" text="Width (meters)" />
+            <check key="area" text="Area" />
+        </item> <!-- Railway Platform -->
+        <separator/>
+        <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=bus_station" />
+            <key key="amenity" value="bus_station" />
+            <optional>
+                <text key="name" text="Name" />
+            </optional>
+        </item> <!-- Bus Station -->
+        <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=bus_stop" />
+            <key key="highway" value="bus_stop" />
+            <optional>
+                <text key="name" text="Name" />
+                <check key="bench" text="Bench" />
+                <check key="shelter" text="Shelter" />
+                <check key="bin" text="Waste Basket/Trash Can" />
+                <check key="passenger_information_display" text="Passenger information display" />
+                <text key="route_ref" text="Route references" />
+                <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
+            </optional>
+        </item> <!-- Bus Stop -->
+        <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:highway=platform" />
+            <space />
+            <key key="highway" value="platform" />
+            <text key="ref" text="Reference (track number)" />
+            <text key="width" text="Width (meters)" />
+            <check key="area" text="Area" />
+            <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
+        </item> <!-- Bus Platform -->
+    </group> <!-- Public Transport -->
+    <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:amenity=taxi" />
+        <space />
+        <key key="amenity" value="taxi" />
+        <text key="name" text="Name" />
+    </item> <!-- Taxi -->
+    <separator/>
+    <group name="Airport" icon="presets/transport/airport.svg">
+        <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:aeroway=aerodrome" />
+            <space />
+            <reference ref="aerodrome" />
+        </item> <!-- Airport Ground -->
+        <separator/>
+        <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:aeroway=runway" />
+            <key key="aeroway" value="runway" />
+            <optional>
+                <text key="ref" text="Reference" />
+                <reference ref="surface" />
+            </optional>
+        </item> <!-- Runway -->
+        <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway" preset_name_label="true">
+            <link wiki="Tag:aeroway=taxiway" />
+            <key key="aeroway" value="taxiway" />
+            <optional>
+                <text key="ref" text="Reference" />
+            </optional>
+        </item> <!-- Taxiway -->
+        <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:aeroway=holding_position" />
+            <key key="aeroway" value="holding_position" />
+            <optional>
+                <text key="ref" text="Reference" />
+            </optional>
+        </item> <!-- Holding Position -->
+        <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:aeroway=helipad" />
+            <key key="aeroway" value="helipad" />
+            <optional>
+                <text key="ref" text="Reference" />
+                <text key="iata" text="IATA" />
+                <text key="icao" text="ICAO" />
+                <text key="wikipedia" text="Wikipedia" />
+            </optional>
+        </item> <!-- Helipad -->
+        <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:aeroway=apron" />
+            <key key="aeroway" value="apron" />
+        </item> <!-- Apron -->
+        <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:aeroway=parking_position" />
+            <key key="aeroway" value="parking_position" />
+            <text key="ref" text="Reference" />
+        </item> <!-- Plane Parking Position -->
+        <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:aeroway=hangar" />
+            <key key="aeroway" value="hangar" />
+            <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
+        </item> <!-- Hangar -->
+        <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
+            <link wiki="Tag:airmark=beacon" />
+            <key key="airmark" value="beacon" />
+        </item> <!-- Beacon -->
+        <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:aeroway=navigationaid" />
+            <key key="aeroway" value="navigationaid" />
+            <combo key="navigationaid" text="Type" values_searchable="true">
+                <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
+                <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
+                <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
+            </combo>
+        </item> <!-- Navigation aid -->
+        <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:aeroway=windsock" />
+            <key key="aeroway" value="windsock" />
+        </item> <!-- Windsock -->
+        <separator/>
+        <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:aeroway=terminal" />
+            <space />
+            <key key="aeroway" value="terminal" />
+            <text key="name" text="Name" />
+            <reference ref="internet" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Terminal -->
+        <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:aeroway=gate" />
+            <space />
+            <key key="aeroway" value="gate" />
+            <text key="ref" text="Reference" />
+        </item> <!-- Gate -->
+    </group> <!-- Airport -->
+  </group> <!-- Transport -->
+  <group name="Facilities" icon="presets/accommodation/hotel.svg">
+    <group name="Accommodation" icon="presets/accommodation/hotel.svg">
+        <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=hotel" />
+            <space />
+            <key key="tourism" value="hotel" />
+            <reference ref="name_operator" />
+            <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
+            <text key="rooms" text="Rooms" />
+            <text key="beds" text="Beds" />
+            <reference ref="wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Residential Building" />
+        </item> <!-- Hotel -->
+        <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=motel" />
+            <space />
+            <key key="tourism" value="motel" />
+            <reference ref="name_operator" />
+            <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
+            <text key="rooms" text="Rooms" />
+            <text key="beds" text="Beds" />
+            <reference ref="wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Motel -->
+        <item name="Guest House/Bed &amp; Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=guest_house" />
+            <space />
+            <key key="tourism" value="guest_house" />
+            <reference ref="name_operator" />
+            <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
+            <text key="rooms" text="Rooms" />
+            <text key="beds" text="Beds" />
+            <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
+            <reference ref="wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Guest House/Bed & Breakfast -->
+        <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:tourism=apartment" />
+            <space />
+            <key key="tourism" value="apartment" />
+            <reference ref="name_operator" />
+            <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
+            <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
+            <reference ref="wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Apartment -->
+        <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=chalet" />
+            <space />
+            <key key="tourism" value="chalet" />
+            <reference ref="name_operator" />
+            <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
+            <text key="rooms" text="Rooms" />
+            <text key="beds" text="Beds" />
+            <reference ref="wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Chalet -->
+        <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=hostel" />
+            <space />
+            <key key="tourism" value="hostel" />
+            <reference ref="name_operator" />
+            <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
+            <text key="rooms" text="Rooms" />
+            <text key="beds" text="Beds" />
+            <reference ref="wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Hostel -->
+        <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=alpine_hut" />
+            <space />
+            <key key="tourism" value="alpine_hut" />
+            <reference ref="name_operator" />
+            <text key="ele" text="Elevation" />
+            <text key="rooms" text="Rooms" />
+            <text key="beds" text="Beds" />
+            <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Alpine Hut -->
+        <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=wilderness_hut" />
+            <space />
+            <key key="tourism" value="wilderness_hut" />
+            <reference ref="name_operator" />
+            <combo key="access" text="Access rights" values="yes,permissive,customers,private" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="fee" />
+            <check key="toilets" text="Toilets" />
+            <check key="shower" text="Shower" />
+            <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
+            <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
+            <text key="ele" text="Elevation" />
+            <text key="description" text="Closer description" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Wilderness Hut -->
+        <separator/>
+        <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=caravan_site" />
+            <space />
+            <key key="tourism" value="caravan_site" />
+            <reference ref="name_operator" />
+            <combo key="stars" text="Stars" values="1,2,3,4,5" />
+            <reference ref="wheelchair" />
+            <space />
+            <text key="capacity" text="Number of places" />
+            <reference ref="fee_interval" />
+            <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
+            <check key="power_supply" text="Power supply" />
+            <check key="tents" text="Tents allowed" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Caravan Site/RV Park -->
+        <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=camp_site" />
+            <space />
+            <key key="tourism" value="camp_site" />
+            <reference ref="name_operator" />
+            <combo key="stars" text="Stars" values="1,2,3,4,5" />
+            <checkgroup columns="2">
+                <check key="tents" text="Tents allowed" />
+                <check key="caravans" text="Caravans allowed" />
+            </checkgroup>
+            <checkgroup columns="2">
+                <check key="backcountry" text="Backcountry" />
+                <check key="group_only" text="Group only access" />
+            </checkgroup>
+            <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
+            <reference ref="wheelchair" />
+            <reference ref="internet" />
+            <space />
+            <reference ref="nudism" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Campsite -->
+        <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=camp_pitch" />
+            <space />
+            <key key="tourism" value="camp_pitch" />
+            <text key="ref" text="Reference" />
+            <text key="addr:unit" text="Unit number" />
+            <text key="capacity" text="Number of places" />
+            <reference ref="surface" />
+            <checkgroup columns="2">
+                <check key="tents" text="Tents allowed" />
+                <check key="caravans" text="Caravans allowed" />
+                <check key="drinking_water" text="Drinking Water" />
+                <check key="power_supply" text="Power supply" />
+                <check key="permanent_camping" text="Permanent camping only" />
+            </checkgroup>
+        </item> <!-- Camp pitch -->
+    </group> <!-- Accommodation -->
+    <group name="Food+Drinks" icon="presets/food/restaurant.svg">
+        <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=restaurant" />
+            <space />
+            <key key="amenity" value="restaurant" />
+            <reference ref="name_operator" />
+            <reference ref="cuisine" />
+            <check key="microbrewery" text="Microbrewery" />
+            <check key="outdoor_seating" text="Outdoor seating" />
+            <combo key="takeaway" text="Takeaway" values="yes,no,only" />
+            <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
+            <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
+            <reference ref="oh" />
+            <combo key="opening_hours:kitchen" text="Kitchen Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Su 09:00-21:00|Mo-Sa 08:00-18:00|Mo-Fr 09:00-17:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00; Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" />
+            <reference ref="wheelchair" />
+            <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <preset_link preset_name="Diet" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Restaurant -->
+        <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=fast_food" />
+            <space />
+            <key key="amenity" value="fast_food" />
+            <reference ref="name_operator" />
+            <reference ref="cuisine" />
+            <check key="outdoor_seating" text="Outdoor seating" />
+            <combo key="takeaway" text="Takeaway" values="yes,no,only" />
+            <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
+            <reference ref="oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <preset_link preset_name="Diet" />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Fast Food -->
+        <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=food_court" />
+            <space />
+            <key key="amenity" value="food_court" />
+            <reference ref="name_operator" />
+            <check key="outdoor_seating" text="Outdoor seating" />
+            <reference ref="oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Food Court -->
+        <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=cafe" />
+            <space />
+            <key key="amenity" value="cafe" />
+            <reference ref="name_operator" />
+            <combo key="cuisine" text="Cuisine" values="ice_cream" />
+            <check key="outdoor_seating" text="Outdoor seating" />
+            <combo key="takeaway" text="Takeaway" values="yes,no,only" />
+            <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
+            <reference ref="oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <preset_link preset_name="Diet" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Cafe -->
+        <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=ice_cream" />
+            <space />
+            <key key="amenity" value="ice_cream" />
+            <reference ref="name_operator" />
+            <check key="outdoor_seating" text="Outdoor seating" />
+            <combo key="takeaway" text="Takeaway" values="yes,no,only" />
+            <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
+            <reference ref="oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <preset_link preset_name="Diet" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Ice cream -->
+        <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=pub" />
+            <space />
+            <key key="amenity" value="pub" />
+            <reference ref="name_operator" />
+            <check key="microbrewery" text="Microbrewery" />
+            <check key="outdoor_seating" text="Outdoor seating" />
+            <combo key="takeaway" text="Takeaway" values="yes,no,only" />
+            <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
+            <reference ref="oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <preset_link preset_name="Diet" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Pub -->
+        <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=biergarten" />
+            <space />
+            <key key="amenity" value="biergarten" />
+            <reference ref="name_operator" />
+            <check key="microbrewery" text="Microbrewery" />
+            <reference ref="oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <preset_link preset_name="Diet" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Beer Garden -->
+        <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=bar" />
+            <space />
+            <key key="amenity" value="bar" />
+            <reference ref="name_operator" />
+            <check key="outdoor_seating" text="Outdoor seating" />
+            <reference ref="oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <preset_link preset_name="Diet" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Bar -->
+        <separator/>
+        <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:diet" />
+            <space />
+            <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
+            <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
+            <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
+            <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
+            <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
+            <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
+            <combo key="diet:raw" text="Raw" values="yes,no,only" />
+            <space />
+            <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
+            <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
+            <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
+            <space />
+            <combo key="diet:halal" text="Halal" values="yes,no,only" />
+            <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
+        </item> <!-- Diet -->
+    </group> <!-- Food+Drinks -->
+    <group name="Tourism" icon="presets/sightseeing/attraction.svg">
+        <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=attraction" />
+            <space />
+            <key key="tourism" value="attraction" />
+            <text key="name" text="Name" />
+            <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
+            <reference ref="oh_wheelchair" />
+        </item> <!-- Attraction -->
+        <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=viewpoint" />
+            <space />
+            <key key="tourism" value="viewpoint" />
+            <text key="name" text="Name" />
+            <combo key="direction" text="Direction" delimiter="|" values="N|E|S|W|NE|NNE-S|180|90-270|270-90|0-360|70-110;250-290" values_no_i18n="true" values_sort="false" />
+            <space />
+            <label text="" icon="presets/misc/angles.svg" icon_size="300" />
+            <!--<check key="man_made" value="tower" text="Look-Out Tower" />-->
+        </item> <!-- Viewpoint -->
+        <separator/>
+        <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:information=office" />
+            <label text="An office where you can get information about a town or region." />
+            <space />
+            <key key="tourism" value="information" />
+            <key key="information" value="office" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="internet" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Information Office -->
+        <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:information=map" />
+            <label text="A board with a map." />
+            <space />
+            <key key="tourism" value="information" />
+            <key key="information" value="map" />
+            <text key="name" text="Name" />
+            <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
+            <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
+            <text key="description" text="Closer description" />
+            <optional text="Routes shown for:">
+                <check key="hiking" text="Hiking" />
+                <check key="bicycle" text="Cycling" />
+                <check key="mtb" text="Mountainbiking" />
+                <check key="ski" text="Skiing" />
+                <check key="horse" text="Riding" />
+                <space />
+                <label text="... other transportation modes possible" />
+            </optional>
+        </item> <!-- Map -->
+        <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:information=board" />
+            <space />
+            <label text="A board with information." />
+            <key key="tourism" value="information" />
+            <key key="information" value="board" />
+            <text key="name" text="Name" />
+            <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
+            <text key="description" text="Closer description" />
+        </item> <!-- Information Board -->
+        <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:information=guidepost" />
+            <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
+            <space />
+            <key key="tourism" value="information" />
+            <key key="information" value="guidepost" />
+            <reference ref="name_ref_operator" />
+            <text key="ele" text="Elevation" />
+            <optional text="Routes shown for:">
+                <check key="hiking" text="Hiking" />
+                <check key="bicycle" text="Cycling" />
+                <check key="mtb" text="Mountainbiking" />
+                <check key="ski" text="Skiing" />
+                <check key="horse" text="Riding" />
+                <space />
+                <label text="... other transportation modes possible" />
+            </optional>
+        </item> <!-- Guidepost -->
+        <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:information=terminal" />
+            <label text="Information access via electronic methods." />
+            <space />
+            <key key="tourism" value="information" />
+            <key key="information" value="terminal" />
+            <reference ref="name_operator" />
+            <reference ref="wheelchair" />
+            <text key="description" text="Closer description" />
+            <text key="ref" text="Reference number" />
+            <reference ref="fee" />
+            <reference ref="internet" />
+        </item> <!-- Information Terminal -->
+        <item name="Audio Guide" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:information=audioguide" />
+            <label text="Information using headphones or a mobile phone." />
+            <space />
+            <key key="tourism" value="information" />
+            <key key="information" value="audioguide" />
+            <reference ref="name_operator" />
+            <reference ref="wheelchair" />
+            <text key="description" text="Closer description" />
+            <text key="ref" text="Reference number" />
+            <reference ref="fee" />
+            <space />
+            <label text="Audioguide via mobile phone?" />
+            <text key="phone" text="Phone number" />
+            <label text="Use E.123 format, e.g. +49 11223 456 7890" />
+        </item> <!-- Audio Guide -->
+        <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:tourism=information" />
+            <space />
+            <key key="tourism" value="information" />
+            <text key="name" text="Name" />
+            <text key="description" text="Closer description" />
+        </item> <!-- Other Information Point -->
+    </group> <!-- Tourism -->
+    <group name="Leisure" icon="presets/leisure/theme_park.svg">
+        <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=cinema" />
+            <space />
+            <key key="amenity" value="cinema" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <check key="drive_in" text="Drive-in theater" />
+            <check key="cinema:3D" text="3D" />
+            <text key="screen" text="Number of screens" />
+            <reference ref="min_age" />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Movie Theater/Cinema -->
+        <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=bandstand" />
+            <space />
+            <key key="leisure" value="bandstand" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <combo key="access" text="Access" values="yes,permissive,private" />
+        </item> <!-- Bandstand -->
+        <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=zoo" />
+            <space />
+            <key key="tourism" value="zoo" />
+            <reference ref="name_oh_wheelchair" />
+            <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
+            <text key="wikipedia" text="Wikipedia" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Zoo -->
+        <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:attraction=animal" />
+            <space />
+            <key key="attraction" value="animal" />
+            <text key="name" text="Name" />
+        </item> <!-- Animal enclosure -->
+        <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=dog_park" />
+            <space />
+            <key key="leisure" value="dog_park" />
+            <text key="name" text="Name" />
+            <check key="area" text="Area" />
+            <combo key="barrier" text="Barrier" values="fence,wall" />
+            <reference ref="oh_wheelchair" />
+            <check key="lit" text="Lit" />
+        </item> <!-- Dog Park -->
+        <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=theme_park" />
+            <space />
+            <key key="tourism" value="theme_park" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Amusement/Theme Park -->
+        <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=water_park" />
+            <space />
+            <key key="leisure" value="water_park" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Water Park -->
+        <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=resort" />
+            <space />
+            <key key="leisure" value="resort" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="fee_interval" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Resort -->
+        <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=beach_resort" />
+            <space />
+            <key key="leisure" value="beach_resort" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="fee_interval" />
+            <space />
+            <reference ref="nudism" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Beach Resort -->
+        <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:leisure=swimming_pool" />
+            <key key="leisure" value="swimming_pool" />
+            <space />
+            <label text="Used for the water area only." />
+            <space />
+            <combo key="access" text="Access" values="yes,customers,private" />
+        </item> <!-- Swimming Pool -->
+        <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=dive_centre" />
+            <space />
+            <key key="amenity" value="dive_centre" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Dive centre -->
+        <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=fitness_station" />
+            <space />
+            <key key="leisure" value="fitness_station" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <text key="ref" text="Reference" />
+            <text key="description" text="Description" />
+        </item> <!-- Fitness Station -->
+        <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=sauna" />
+            <space />
+            <key key="leisure" value="sauna" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <combo key="access" text="Access" values="yes,permissive,private" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Sauna -->
+        <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=horse_riding" />
+            <space />
+            <key key="leisure" value="horse_riding" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="fee" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Horse Riding -->
+        <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=hackerspace" />
+            <space />
+            <key key="leisure" value="hackerspace" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <space />
+            <reference ref="link_contact_address" />
+        </item> <!-- Hackerspace -->
+        <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=outdoor_seating" />
+            <space />
+            <key key="leisure" value="outdoor_seating" />
+            <reference ref="name_operator_oh_wheelchair" />
+        </item> <!-- Outdoor seating -->
+        <separator/>
+        <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=playground" />
+            <space />
+            <key key="leisure" value="playground" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="max_age" />
+        </item> <!-- Playground -->
+        <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=picnic_site" />
+            <space />
+            <key key="tourism" value="picnic_site" />
+            <text key="name" text="Name" />
+            <check key="fireplace" text="Fireplace" />
+        </item> <!-- Picnic Site -->
+        <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:leisure=picnic_table" />
+            <space />
+            <key key="leisure" value="picnic_table" />
+            <check key="covered" text="Covered" />
+        </item> <!-- Picnic Table -->
+        <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=bbq" />
+            <space />
+            <key key="amenity" value="bbq" />
+            <text key="name" text="Name" />
+            <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
+            <check key="covered" text="Covered" />
+        </item> <!-- Public Grill -->
+        <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:leisure=firepit" />
+            <space />
+            <key key="leisure" value="firepit" />
+            <text key="name" text="Name" />
+        </item> <!-- Firepit -->
+        <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=fishing" />
+            <space />
+            <key key="leisure" value="fishing" />
+            <text key="name" text="Name" />
+        </item> <!-- Fishing -->
+        <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:leisure=bird_hide" />
+            <space />
+            <key key="leisure" value="bird_hide" />
+            <reference ref="name_ref_operator" />
+        </item> <!-- Bird Hide -->
+        <separator/>
+        <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=nightclub" />
+            <space />
+            <key key="amenity" value="nightclub" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="min_age" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Night Club -->
+        <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=casino" />
+            <space />
+            <key key="amenity" value="casino" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Casino -->
+        <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=stripclub" />
+            <space />
+            <key key="amenity" value="stripclub" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Strip Club -->
+        <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=brothel" />
+            <space />
+            <key key="amenity" value="brothel" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <space />
+            <reference ref="internet_smoking" />
+            <space />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Brothel -->
+    </group> <!-- Leisure -->
+    <group name="Culture" icon="presets/leisure/theater.svg">
+        <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=museum" />
+            <space />
+            <key key="tourism" value="museum" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <text key="wikipedia" text="Wikipedia" />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Museum -->
+        <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=theatre" />
+            <space />
+            <key key="amenity" value="theatre" />
+            <reference ref="name_operator" />
+            <reference ref="wheelchair" />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Theatre -->
+        <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=library" />
+            <space />
+            <key key="amenity" value="library" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Library -->
+        <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=arts_centre" />
+            <space />
+            <key key="amenity" value="arts_centre" />
+            <text key="name" text="Name" />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Arts Centre -->
+        <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:tourism=artwork" />
+            <space />
+            <key key="tourism" value="artwork" />
+            <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
+            <text key="name" text="Name" />
+            <text key="artwork_subject" text="Subject" />
+            <text key="artist_name" text="Artist Name" />
+            <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
+            <text key="start_date" text="Start date" />
+        </item> <!-- Artwork -->
+        <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=studio" />
+            <space />
+            <key key="amenity" value="studio" />
+            <reference ref="name_operator" />
+            <reference ref="wheelchair" />
+            <combo key="studio" text="Type" values="audio,radio,television,video" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Studio -->
+    </group> <!-- Culture -->
+    <group name="Place of Worship" icon="presets/religion/religion.svg">
+        <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=place_of_worship" />
+            <space />
+            <key key="amenity" value="place_of_worship" />
+            <key key="religion" value="christian" />
+            <text key="name" text="Name" />
+            <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
+            <reference ref="christian_denominations" />
+            <reference ref="service_times" />
+            <reference ref="oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Church -->
+        <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=place_of_worship" />
+            <space />
+            <key key="amenity" value="place_of_worship" />
+            <key key="religion" value="muslim" />
+            <text key="name" text="Name" />
+            <combo key="building" text="Building type" values="mosque" values_searchable="true" />
+            <reference ref="muslim_denominations" />
+            <reference ref="service_times" />
+            <reference ref="oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Mosque -->
+        <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=place_of_worship" />
+            <space />
+            <key key="amenity" value="place_of_worship" />
+            <key key="religion" value="jewish" />
+            <text key="name" text="Name" />
+            <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
+            <reference ref="jewish_denominations" />
+            <reference ref="service_times" />
+            <reference ref="oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Synagogue -->
+        <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=place_of_worship" />
+            <space />
+            <key key="amenity" value="place_of_worship" />
+            <key key="religion" value="buddhist" />
+            <text key="name" text="Name" />
+            <reference ref="buddhist_denominations" />
+            <reference ref="service_times" />
+            <reference ref="oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Buddhist Temple -->
+        <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=place_of_worship" />
+            <space />
+            <key key="amenity" value="place_of_worship" />
+            <key key="religion" value="hindu" />
+            <text key="name" text="Name" />
+            <reference ref="hindu_denominations" />
+            <reference ref="service_times" />
+            <reference ref="oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Hindu Temple -->
+        <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=place_of_worship" />
+            <space />
+            <key key="amenity" value="place_of_worship" />
+            <key key="religion" value="shinto" />
+            <text key="name" text="Name" />
+            <reference ref="service_times" />
+            <reference ref="oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Shinto Shrine -->
+        <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=place_of_worship" />
+            <space />
+            <key key="amenity" value="place_of_worship" />
+            <text key="name" text="Name" />
+            <reference ref="other_religions" />
+            <reference ref="service_times" />
+            <reference ref="oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Other Place of Worship -->
+    </group> <!-- Place of Worship -->
+    <group name="Public Building" icon="presets/service/townhall.svg">
+        <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=townhall" />
+            <space />
+            <key key="amenity" value="townhall" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Town Hall -->
+        <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=community_centre" />
+            <label text="Community Centre" />
+            <space />
+            <key key="amenity" value="community_centre" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <combo key="community_centre" text="Type" values="club_home,community_hall,cultural_centre,environment_centre,events_venue,family_centre,language_centre,meeting_room,parish_hall,village_hall,youth_centre" />
+            <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Community Centre -->
+        <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=embassy" />
+            <space />
+            <key key="amenity" value="embassy" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Embassy -->
+        <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=courthouse" />
+            <space />
+            <key key="amenity" value="courthouse" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Courthouse -->
+        <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=prison" />
+            <space />
+            <key key="amenity" value="prison" />
+            <reference ref="name_operator" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Prison -->
+        <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=police" />
+            <space />
+            <key key="amenity" value="police" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Police -->
+        <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=ranger_station" />
+            <space />
+            <key key="amenity" value="ranger_station" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Ranger Station -->
+        <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=fire_station" />
+            <space />
+            <key key="amenity" value="fire_station" />
+            <text key="name" text="Name" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Fire Station -->
+        <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=post_office" />
+            <space />
+            <key key="amenity" value="post_office" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <text key="ref" text="Reference" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Post Office -->
+    </group> <!-- Public Buildings -->
+    <group name="Education" icon="presets/education/school.svg">
+        <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=kindergarten" />
+            <space />
+            <key key="amenity" value="kindergarten" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="min_age" />
+            <reference ref="max_age" />
+            <combo key="isced:level" text="ISCED level" values="0" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Kindergarten -->
+        <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=school" />
+            <space />
+            <key key="amenity" value="school" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="min_age" />
+            <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- School -->
+        <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=university" />
+            <space />
+            <key key="amenity" value="university" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" />
+            <reference ref="link_contact_address" />
+        </item> <!-- University -->
+        <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=college" />
+            <space />
+            <key key="amenity" value="college" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" />
+            <reference ref="link_contact_address" />
+        </item> <!-- College -->
+         <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=driving_school" />
+            <space />
+            <key key="amenity" value="driving_school" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <combo key="license_classes" text="License Classes" values="A;A1;B;BE;C,A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Driving School -->
+    </group> <!-- Education -->
+    <group name="Health" icon="presets/health/pharmacy.svg">
+        <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=hospital" />
+            <space />
+            <key key="amenity" value="hospital" />
+            <reference ref="name_operator" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Hospital -->
+        <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=clinic" />
+            <space />
+            <key key="amenity" value="clinic" />
+            <reference ref="name_operator" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Clinic -->
+        <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=doctors" />
+            <space />
+            <key key="amenity" value="doctors" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Doctor's Office -->
+        <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=dentist" />
+            <space />
+            <key key="amenity" value="dentist" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Dentist -->
+        <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=pharmacy" />
+            <space />
+            <key key="amenity" value="pharmacy" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <check key="dispensing" text="Dispensing"/>
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Pharmacy -->
+        <separator/>
+        <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:amenity=baby_hatch" />
+            <space />
+            <key key="amenity" value="baby_hatch" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Baby Hatch/Safe Haven -->
+        <separator/>
+        <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:highway=emergency_access_point" />
+            <space />
+            <key key="highway" value="emergency_access_point" />
+            <text key="ref" text="Point Number" />
+            <text key="name" text="Point Name" />
+            <text key="operator" text="Operator" />
+            <text key="emergency_telephone_code" text="Emergency Phone Number" />
+            <label text="(Use number as shown on plate.)" />
+            <space />
+        </item> <!-- Emergency Access Point -->
+        <separator/>
+        <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=veterinary" />
+            <space />
+            <key key="amenity" value="veterinary" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Veterinary -->
+    </group> <!-- Health -->
+    <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
+        <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:emergency=ambulance_station" />
+            <space />
+            <key key="emergency" value="ambulance_station" />
+            <reference ref="name_operator" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Ambulance Station -->
+        <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:emergency=emergency_ward_entrance" />
+            <space />
+            <key key="emergency" value="emergency_ward_entrance" />
+            <reference ref="name_operator" />
+            <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Emergency ward entrance -->
+        <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:emergency=defibrillator" />
+            <space />
+            <key key="emergency" value="defibrillator" />
+            <reference ref="oh_wheelchair" />
+            <text key="operator" text="Operator" />
+            <text key="defibrillator:location" text="Location description" />
+            <text key="phone" text="Phone number" />
+            <label text="Use E.123 format, e.g. +49 11223 456 7890" />
+            <combo key="access" text="Access" values="yes,private,customers,permissive,no" />
+            <check key="indoor" text="Located inside a building?" />
+            <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
+            <optional>
+                <text key="lastcheck"      text="Last check date (YYYY-MM-DD)" />
+                <text key="lastcheck:note" text="Last check note" />
+            </optional>
+            -->
+        </item> <!-- Automated Defibrillator -->
+        <separator />
+        <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:emergency=fire_extinguisher" />
+            <space />
+            <key key="emergency" value="fire_extinguisher" />
+            <text key="ref" text="Reference" />
+            <text key="operator" text="Operator" />
+            <check key="indoor" text="Indoor" />
+        </item> <!-- Fire Extinguisher -->
+        <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:emergency=fire_hose" />
+            <space />
+            <key key="emergency" value="fire_hose" />
+            <text key="ref" text="Reference" />
+            <text key="operator" text="Operator" />
+        </item> <!-- Fire Hose -->
+        <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:emergency=fire_hydrant" />
+            <space />
+            <key key="emergency" value="fire_hydrant" />
+            <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
+                <list_entry value="pillar" short_description="A pillar type hydrant." />
+                <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
+                <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
+                <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
+            </combo>
+            <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
+            <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
+                <list_entry value="#" short_description="Pressure in bar." />
+                <list_entry value="yes" short_description="Pressure but value unknown." />
+                <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
+            </combo>
+            <optional>
+                <text key="ref" text="Reference" />
+                <combo key="water_source" text="Water source">
+                    <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
+                    <list_entry value="groundwater" short_description="A water well." />
+                    <list_entry value="stream" />
+                    <list_entry value="river" />
+                    <list_entry value="canal" />
+                    <list_entry value="drain" />
+                    <list_entry value="ditch" />
+                    <list_entry value="pond" />
+                    <list_entry value="lake" />
+                    <list_entry value="water_tank" />
+                    <list_entry value="swimming_pool" />
+                </combo>
+                <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
+                    <list_entry value="lane" short_description="on the side of a road lane" />
+                    <list_entry value="parking_lot" short_description="in a parking lot" />
+                    <list_entry value="sidewalk" short_description="on a sidewalk" />
+                    <list_entry value="green" short_description="in a grassy area" />
+                </combo>
+                <text key="flow_rate" text="Flow rate with unit of measure" />
+                <combo key="pillar:type" text="Pillar type">
+                    <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
+                    <list_entry value="wet_barrel" short_description="A style of pillar hydrant where the barrel is pressurized at all times, with individual valves for each outlet." />
+                </combo>
+                <space />
+                <combo key="couplings" text="Number of couplings" values="1,2,3" />
+                <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
+                <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
+                <space />
+                <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
+                <combo key="bonnet:colour" text="Colour of the top section (bonnet)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
+                <combo key="cap:colour" text="Colour of the caps" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
+                <space />
+                <text key="manufacturer" text="Manufacturer" />
+                <text key="operator" text="Operator" />
+                <text key="name" text="Name" />
+                </optional>
+        </item> <!-- Fire Hydrant -->
+        <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:emergency=water_tank" />
+            <space />
+            <key key="emergency" value="water_tank" />
+            <reference ref="name_ref_operator" />
+            <space />
+            <text key="water_tank:volume" text="Volume (in liters)" />
+        </item> <!-- Water Tank -->
+        <separator />
+        <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:emergency=assembly_point" />
+            <space />
+            <key key="emergency" value="assembly_point" />
+            <reference ref="name_ref_operator" />
+        </item> <!-- Assembly Point -->
+        <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:emergency=phone" />
+            <key key="emergency" value="phone" />
+            <text key="ref" text="Reference" />
+            <text key="operator" text="Operator" />
+        </item> <!-- Emergency Phone -->
+        <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:emergency=siren" />
+            <key key="emergency" value="siren" />
+            <text key="ref" text="Reference" />
+            <text key="operator" text="Operator" />
+            <space />
+            <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
+            <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" values_searchable="true" />
+            <text key="siren:range" text="Range (in meters)" />
+        </item> <!-- Siren -->
+    </group> <!-- Emergency -->
+    <group name="Social Facility" icon="presets/social_facility/outreach.svg">
+        <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:social_facility" />
+            <space />
+            <key key="amenity" value="social_facility" />
+            <key key="social_facility" value="nursing_home" />
+            <reference ref="name_operator" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Nursing Home -->
+        <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=nursing_home" />
+            <space />
+            <key key="amenity" value="nursing_home" />
+            <reference ref="name_operator" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Nursing Home (Legacy)-->
+        <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:social_facility" />
+            <space />
+            <key key="amenity" value="social_facility" />
+            <key key="social_facility" value="group_home" />
+            <reference ref="name_operator" />
+            <combo key="social_facility:for" text="For" value="senior" default="senior" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Group Home -->
+        <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:social_facility" />
+            <space />
+            <key key="amenity" value="social_facility" />
+            <key key="social_facility" value="assisted_living" />
+            <reference ref="name_operator" />
+            <combo key="social_facility:for" text="For" value="senior" default="senior" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Assisted Living -->
+        <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:social_facility" />
+            <space />
+            <key key="amenity" value="social_facility" />
+            <key key="social_facility" value="outreach" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Outreach -->
+        <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:social_facility" />
+            <space />
+            <key key="amenity" value="social_facility" />
+            <key key="social_facility" value="shelter" />
+            <reference ref="name_operator" />
+            <text key="capacity" text="Capacity" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Shelter -->
+        <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:social_facility" />
+            <space />
+            <key key="amenity" value="social_facility" />
+            <key key="social_facility" value="food_bank" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Food Bank -->
+    </group> <!-- Social Facility -->
+    <group name="Facilities" icon="presets/service/telephone.svg">
+        <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:amenity=toilets" />
+            <space />
+            <key key="amenity" value="toilets" />
+            <optional>
+                <combo key="access" text="Access rights" values="yes,permissive,customers" />
+                <checkgroup columns="3">
+                    <check key="female" text="Female" text_context="restroom" />
+                    <check key="male" text="Male" text_context="restroom" />
+                    <check key="unisex" text="Unisex" text_context="restroom" />
+                </checkgroup>
+                <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
+                <text key="description" text="Description" />
+                <reference ref="fee" />
+                <text key="operator" text="Operator" />
+                <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
+                <reference ref="wheelchair" />
+                <check key="drinking_water" text="Drinking Water" />
+            </optional>
+            <preset_link preset_name="Changing table" />
+        </item> <!-- Toilets/Restrooms -->
+        <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:amenity=shower" />
+            <space />
+            <key key="amenity" value="shower" />
+            <combo key="access" text="Access rights" values="yes,permissive,customers" />
+            <optional>
+                <checkgroup columns="3">
+                    <check key="female" text="Female" text_context="restroom" />
+                    <check key="male" text="Male" text_context="restroom" />
+                    <check key="unisex" text="Unisex" text_context="restroom" />
+                </checkgroup>
+                <text key="description" text="Description" />
+                <reference ref="fee" />
+                <text key="operator" text="Operator" />
+                <reference ref="oh_wheelchair" />
+            </optional>
+        </item> <!-- Shower -->
+        <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Key:changing_table" />
+            <space />
+            <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
+            <optional>
+                <check key="changing_table:fee" text="Fee" />
+                <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
+                <multiselect key="changing_table:location" text="Location" text_context="Changing table" values="dedicated_room;female_toilet;male_toilet;room;sales_area;unisex_toilet;wheelchair_toilet" />
+                <text key="operator" text="Operator" />
+                <reference ref="wheelchair" />
+            </optional>
+        </item> <!-- Changing table -->
+        <separator/>
+        <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=post_box" />
+            <space />
+            <key key="amenity" value="post_box" />
+            <text key="operator" text="Operator" />
+            <text key="ref" text="Reference number" />
+            <combo key="collection_times" text="Collection times" delimiter="|" values="Mo-Sa 09:00|Mo-Sa 08:00|Mo-Fr 09:00; Sa 07:00|Mo-Fr 17:30; Sa 12:00|Mo-Fr 15:00,19:00; Sa 15:10; Su 10:30" values_no_i18n="true" />
+            <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
+            <check key="drive_through" text="Drive through" />
+        </item> <!-- Post Box -->
+        <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=telephone" />
+            <space />
+            <key key="amenity" value="telephone" />
+            <text key="operator" text="Operator" />
+            <combo key="covered" text="Covered" values="yes,no,booth" />
+            <space />
+            <check key="payment:coins" text="Coins" />
+            <check key="payment:notes" text="Notes" text_context="payment" />
+            <check key="payment:telephone_cards" text="Telephone cards" />
+            <preset_link preset_name="Payment Methods" />
+        </item> <!-- Telephone -->
+        <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=internet_cafe" />
+            <space />
+            <key key="amenity" value="internet_cafe" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Internet Cafe -->
+        <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
+            <link wiki="Key:internet_access" />
+            <space />
+            <reference ref="internet" />
+        </item> <!-- Internet Access -->
+        <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=clock" />
+            <key key="amenity" value="clock" />
+            <optional>
+                <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
+                <reference ref="support" />
+                <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
+                <combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)" values_sort="false" />
+                <check key="date" text="Shows current date" />
+                <check key="thermometer" text="Shows temperature" />
+                <check key="barometer" text="Shows barometric pressure" />
+                <check key="hygrometer" text="Shows humidity" />
+            </optional>
+        </item> <!-- Clock -->
+        <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=photo_booth" />
+            <space />
+            <key key="amenity" value="photo_booth" />
+            <reference ref="name_operator_oh_wheelchair" />
+        </item> <!-- Photo booth -->
+        <separator/>
+        <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
+           <link wiki="Tag:amenity=recycling" />
+            <space />
+            <key key="amenity" value="recycling" />
+            <key key="recycling_type" value="container" />
+            <text key="operator" text="Operator" />
+            <combo key="opening_hours" text="Throw in times" delimiter="|" values="24/7|Mo-Fr 06:30-12:30,15:30-20:00; Sa 08:00-12:00; PH off" values_no_i18n="true" />
+            <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
+            <space />
+            <checkgroup columns="4">
+                <check key="recycling:batteries" text="Batteries" />
+                <check key="recycling:cans" text="Cans" />
+                <check key="recycling:cardboard" text="Cardboard" />
+                <check key="recycling:clothes" text="Clothes" />
+                <check key="recycling:electrical_appliances" text="Electrical Appliances" />
+                <check key="recycling:glass" text="Glass" />
+                <check key="recycling:glass_bottles" text="Glass Bottles" />
+                <check key="recycling:green_waste" text="Green Waste" />
+                <check key="recycling:paper" text="Paper" />
+                <check key="recycling:plastic" text="Plastic" />
+                <check key="recycling:plastic_bottles" text="Plastic Bottles" />
+                <check key="recycling:plastic_packaging" text="Plastic Packaging" />
+                <check key="recycling:scrap_metal" text="Scrap Metal" />
+                <check key="recycling:shoes" text="Shoes" />
+                <check key="recycling:small_appliances" text="Small Appliances" />
+                <check key="recycling:waste" text="Waste" />
+            </checkgroup>
+        </item> <!-- Recycling Container-->
+        <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
+           <link wiki="Tag:amenity=recycling" />
+            <space />
+            <key key="amenity" value="recycling" />
+            <key key="recycling_type" value="centre" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <space />
+            <checkgroup columns="4">
+                <check key="recycling:batteries" text="Batteries" />
+                <check key="recycling:cans" text="Cans" />
+                <check key="recycling:cardboard" text="Cardboard" />
+                <check key="recycling:clothes" text="Clothes" />
+                <check key="recycling:electrical_appliances" text="Electrical Appliances" />
+                <check key="recycling:glass" text="Glass" />
+                <check key="recycling:glass_bottles" text="Glass Bottles" />
+                <check key="recycling:green_waste" text="Green Waste" />
+                <check key="recycling:paper" text="Paper" />
+                <check key="recycling:plastic" text="Plastic" />
+                <check key="recycling:plastic_bottles" text="Plastic Bottles" />
+                <check key="recycling:plastic_packaging" text="Plastic Packaging" />
+                <check key="recycling:scrap_metal" text="Scrap Metal" />
+                <check key="recycling:shoes" text="Shoes" />
+                <check key="recycling:small_appliances" text="Small Appliances" />
+                <check key="recycling:waste" text="Waste" />
+            </checkgroup>
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Recycling Centre-->
+        <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=waste_basket" />
+            <key key="amenity" value="waste_basket" />
+            <combo key="waste" text="Waste" values="trash,dog_excrement" />
+        </item> <!-- Waste Basket/Trash Can -->
+        <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=waste_disposal" />
+            <key key="amenity" value="waste_disposal" />
+            <combo key="waste" text="Waste" values="trash" />
+        </item> <!-- Waste Disposal/Dumpster -->
+        <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Toilet_Holding_Tank_Disposal" />
+            <space />
+            <key key="amenity" value="sanitary_dump_station" />
+            <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
+            <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
+            <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
+            <combo key="access" text="Access" values="yes,customers,no" />
+            <reference ref="fee" />
+            <text key="operator" text="Operator" />
+            <combo key="opening_hours" text="Operation times" values="24/7" values_no_i18n="true" />
+        </item> <!-- Sanitary Dump Station -->
+        <separator/>
+        <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:amenity=bench" />
+            <space />
+            <key key="amenity" value="bench" />
+            <check key="backrest" text="Backrest" />
+            <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
+            <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
+            <combo key="seats" text="Amount of Seats" values="2,3,4,5,6,7,8,9,10" />
+        </item> <!-- Bench -->
+        <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:amenity=shelter" />
+            <space />
+            <key key="amenity" value="shelter" />
+            <text key="name" text="Name" />
+            <check key="fireplace" text="Fireplace" />
+            <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
+                <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
+                <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
+                <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
+                <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
+                <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
+                <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
+            </combo>
+        </item> <!-- Shelter -->
+        <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=hunting_stand" />
+            <space />
+            <key key="amenity" value="hunting_stand" />
+            <text key="height" text="Height (meters)" />
+            <check key="shelter" text="Shelter" />
+            <check key="hide" text="Hide" text_context="hunting stand" />
+            <check key="lockable" text="Lockable" />
+        </item> <!-- Hunting Stand -->
+        <separator/>
+        <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=drinking_water" />
+            <space />
+            <key key="amenity" value="drinking_water" />
+            <check key="indoor" text="Indoor" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="description" text="Description" />
+            </optional>
+        </item> <!-- Drinking Water -->
+        <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=water_point" />
+            <space />
+            <key key="amenity" value="water_point" />
+            <optional>
+                <check key="drinking_water" text="Drinking Water" />
+                <text key="name" text="Name" />
+                <text key="description" text="Description" />
+            </optional>
+        </item> <!-- Water Point -->
+        <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:amenity=watering_place" />
+            <space />
+            <key key="amenity" value="watering_place" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="description" text="Description" />
+            </optional>
+        </item> <!-- Animal watering place -->
+        <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=compressed_air" />
+            <space />
+            <key key="amenity" value="compressed_air" />
+            <reference ref="name_ref" />
+            <text key="operator" text="Operator" />
+            <reference ref="fee" />
+            <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
+        </item> <!-- Compressed Air -->
+        <separator/>
+        <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:advertising=column" />
+            <space />
+            <key key="advertising" value="column" />
+            <optional>
+                <check key="lit" text="Lit" />
+            </optional>
+        </item> <!-- Advertising Column -->
+        <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:advertising=billboard" />
+            <space />
+            <key key="advertising" value="billboard" />
+            <optional>
+                <check key="lit" text="Lit" />
+            </optional>
+        </item> <!-- Billboard -->
+    </group> <!-- Facilities -->
+  </group>  <!-- Facilities -->
+  <group name="Sports" icon="presets/sport/soccer.svg">
+    <group name="Sport Facilities" icon="presets/sport/stadium.svg">
+        <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=stadium" />
+            <space />
+            <key key="leisure" value="stadium" />
+            <text key="name" text="Name" />
+            <reference ref="sport" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Stadium -->
+        <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=sports_centre" />
+            <space />
+            <key key="leisure" value="sports_centre" />
+            <text key="name" text="Name" />
+            <reference ref="sport" />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Sports Centre -->
+        <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=fitness_centre" />
+            <space />
+            <key key="leisure" value="fitness_centre" />
+            <text key="name" text="Name" />
+            <reference ref="sport" />
+            <reference ref="link_contact_address_payment" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Fitness Centre -->
+        <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=pitch" />
+            <space />
+            <key key="leisure" value="pitch" />
+            <text key="name" text="Name" />
+            <reference ref="sport" />
+            <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,decoturf,grass,sand,tartan,ground" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Pitch -->
+        <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=track" />
+            <space />
+            <key key="leisure" value="track" />
+            <text key="name" text="Name" />
+            <combo key="sport" text="Sport" values="athletics,cycling,dog_racing,equestrian,horse_racing,running,roller_skating,ice_skating" values_context="sport" />
+            <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,decoturf,grass,sand,tartan,ground" />
+        </item> <!-- Racetrack -->
+        <group name="Golf" icon="presets/sport/golf/golf.svg">
+                <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                    <link wiki="Tag:leisure=golf_course" />
+                    <space />
+                    <key key="leisure" value="golf_course" />
+                    <reference ref="name_oh_wheelchair" />
+                </item> <!-- Golf Course -->
+            <separator/>
+            <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
+                <link wiki="Tag:leisure=golf_course" />
+                <space />
+                <key key="golf" value="tee" />
+            </item> <!-- Tee -->
+            <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
+                <link wiki="Tag:leisure=golf_course" />
+                <space />
+                <key key="golf" value="hole" />
+                <text key="ref" text="Reference" />
+                <text key="par" text="Par" />
+                <optional>
+                    <text key="name" text="Name" />
+                    <combo key="handicap" text="Handicap rating" values="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18" />
+                </optional>
+            </item> <!-- Hole -->
+            <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
+                <link wiki="Tag:leisure=golf_course" />
+                <space />
+                <key key="golf" value="pin" />
+                <text key="ref" text="Reference" />
+            </item> <!-- Pin -->
+            <separator/>
+            <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
+                <link wiki="Tag:golf=bunker" />
+                <space />
+                <key key="golf" value="bunker" />
+                <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
+            </item> <!-- Bunker -->
+             <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
+                <link wiki="Tag:leisure=golf_course" />
+                <space />
+                <key key="golf" value="water_hazard" />
+                <key key="natural" value="water" match="keyvalue" />
+            </item> <!-- Frontal Water hazard -->
+             <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
+                <link wiki="Tag:leisure=golf_course" />
+                <space />
+                <key key="golf" value="lateral_water_hazard" />
+                <key key="natural" value="water" match="keyvalue" />
+            </item> <!-- Lateral water hazard -->
+            <separator/>
+            <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
+                <link wiki="Tag:leisure=golf_course" />
+                <space />
+                <key key="golf" value="green" />
+            </item> <!-- Green -->
+            <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
+                <link wiki="Tag:golf=fairway" />
+                <space />
+                <key key="golf" value="fairway" />
+                <key key="surface" value="grass" match="keyvalue" />
+            </item> <!-- Fairway -->
+            <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
+                <link wiki="Tag:leisure=golf_course" />
+                <space />
+                <key key="golf" value="rough" />
+            </item> <!-- Rough -->
+            <separator/>
+            <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
+                <link wiki="Tag:leisure=golf_course" />
+                <space />
+                <key key="golf" value="driving_range" />
+            </item> <!-- Driving range -->
+        </group> <!-- Golf -->
+        <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=miniature_golf" />
+            <space />
+            <key key="leisure" value="miniature_golf" />
+            <reference ref="name_oh_wheelchair" />
+        </item> <!-- Miniature Golf -->
+    </group> <!-- Sport Facilities -->
+    <group name="Sport" icon="presets/sport/multi.svg">
+        <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=multi" />
+            <space />
+            <key key="sport" value="multi" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
+        </item> <!-- Multi -->
+        <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=9pin" />
+            <space />
+            <key key="sport" value="9pin" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
+        </item> <!-- Nine-pin Bowling -->
+        <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=10pin" />
+            <space />
+            <key key="sport" value="10pin" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
+        </item> <!-- Ten-pin Bowling -->
+        <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=archery" />
+            <space />
+            <key key="sport" value="archery" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
+        </item> <!-- Archery -->
+        <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sports=athletics" />
+            <space />
+            <key key="sport" value="athletics" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
+        </item> <!-- Track and Field Athletics -->
+        <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=running" />
+            <space />
+            <key key="sport" value="running" />
+            <reference ref="name_operator" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
+        </item> <!-- Running -->
+        <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=climbing" />
+            <space />
+            <key key="sport" value="climbing" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="sports_centre" />
+            <reference ref="climbing_styles" />
+            <text key="climbing:routes" text="Number of routes" />
+            <text key="ele" text="Usual elevation at the bottom of the routes" />
+            <space />
+            <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
+            <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
+            <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
+            <space />
+            <combo key="climbing:grade:UIAA:min" text="UIAA: Simplest route" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
+            <combo key="climbing:grade:UIAA:max" text="UIAA: Most difficult route" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
+            <combo key="climbing:grade:UIAA:mean" text="UIAA: Main difficulty" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
+            <space />
+            <combo key="climbing:grade:french:min" text="French: Simplest route" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
+            <combo key="climbing:grade:french:max" text="French: Most difficult route" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
+            <combo key="climbing:grade:french:mean" text="French: Main difficulty" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
+            <space />
+            <combo key="climbing:grade:saxon:min" text="Saxon: Simplest route" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
+            <combo key="climbing:grade:saxon:max" text="Saxon: Most difficult route" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
+            <combo key="climbing:grade:saxon:mean" text="Saxon: Main difficulty" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
+            <reference ref="climbing_optional_attributes" />
+            <space />
+        </item> <!-- Climbing site -->
+        <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:sport=climbing" />
+            <space />
+            <key key="sport" value="climbing" />
+            <key key="climbing" value="route" />
+            <text key="name" text="Name" />
+            <reference ref="climbing_styles" />
+            <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
+            <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
+            <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
+            <space />
+            <combo key="climbing:grade:UIAA" text="UIAA grading" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
+            <combo key="climbing:grade:french" text="French grading" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
+            <combo key="climbing:grade:saxon" text="Saxon grading" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
+            <reference ref="climbing_optional_attributes" />
+        </item> <!-- Climbing route -->
+        <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=canoe" />
+            <space />
+            <key key="sport" value="canoe" />
+            <text key="name" text="Name" />
+        </item> <!-- Canoeing/Kayaking -->
+        <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=rowing" />
+            <space />
+            <key key="sport" value="rowing" />
+            <text key="name" text="Name" />
+        </item> <!-- Rowing -->
+        <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=cycling" />
+            <space />
+            <key key="sport" value="cycling" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
+        </item> <!-- Cycling -->
+        <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=dog_racing" />
+            <space />
+            <key key="sport" value="dog_racing" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
+        </item> <!-- Dog Racing -->
+        <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=equestrian" />
+            <space />
+            <key key="sport" value="equestrian" />
+            <text key="name" text="Name" />
+            <reference ref="riding_surface" />
+        </item> <!-- Equestrian -->
+        <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=horse_racing" />
+            <space />
+            <key key="sport" value="horse_racing" />
+            <text key="name" text="Name" />
+            <reference ref="riding_surface" />
+        </item> <!-- Horse Racing -->
+        <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=gymnastics" />
+            <space />
+            <key key="sport" value="gymnastics" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
+        </item> <!-- Gymnastics -->
+        <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=ice_skating" />
+            <space />
+            <key key="sport" value="ice_skating" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
+        </item> <!-- Ice Skating -->
+        <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=roller_skating"/>
+            <space />
+            <key key="sport" value="roller_skating" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
+        </item> <!-- Roller Skating -->
+        <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=skateboard" />
+            <space />
+            <key key="sport" value="skateboard" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
+        </item> <!-- Skateboard -->
+        <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=swimming" />
+            <space />
+            <key key="sport" value="swimming" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
+        </item> <!-- Swimming -->
+        <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=scuba_diving" />
+            <space />
+            <key key="sport" value="scuba_diving" />
+            <text key="name" text="Name" />
+        </item> <!-- Scuba Diving -->
+        <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Piste_Maps" />
+            <space />
+            <text key="name" text="Name" />
+            <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" match="keyvalue"/>
+            <optional>
+                <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
+                <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
+            </optional>
+        </item> <!-- Skiing -->
+        <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=shooting" />
+            <space />
+            <key key="sport" value="shooting" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
+        </item> <!-- Shooting -->
+    </group> <!-- Sport -->
+    <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
+        <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=soccer" />
+            <space />
+            <key key="sport" value="soccer" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Soccer -->
+        <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=australian_football" />
+            <space />
+            <key key="sport" value="australian_football" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Australian Football -->
+        <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=american_football" />
+            <space />
+            <key key="sport" value="american_football" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- American Football -->
+        <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=canadian_football" />
+            <space />
+            <key key="sport" value="canadian_football" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Canadian Football -->
+        <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=gaelic_games" />
+            <space />
+            <key key="sport" value="gaelic_games" />
+            <reference ref="name_leisure_pitch" />
+            <optional>
+                <check key="gaelic_games:hurling" text="Hurling" />
+                <check key="gaelic_games:football" text="Football" />
+                <check key="gaelic_games:camogie" text="Camogie" />
+                <check key="gaelic_games:rounders" text="Rounders" />
+                <check key="gaelic_games:handball" text="Handball" />
+            </optional>
+        </item> <!-- Gaelic Games -->
+        <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=rugby_league" />
+            <space />
+            <key key="sport" value="rugby_league" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Rugby League -->
+        <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=rugby_union" />
+            <space />
+            <key key="sport" value="rugby_union" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Rugby Union -->
+        <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=baseball" />
+            <space />
+            <key key="sport" value="baseball" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Baseball -->
+        <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=basketball" />
+            <space />
+            <key key="sport" value="basketball" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Basketball -->
+        <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=handball" />
+            <space />
+            <key key="sport" value="handball" />
+            <reference ref="name_operator" />
+            <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
+        </item> <!-- Handball -->
+        <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=volleyball" />
+            <space />
+            <key key="sport" value="volleyball" />
+            <reference ref="name_operator" />
+            <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
+        </item> <!-- Volleyball -->
+        <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=beachvolleyball" />
+            <space />
+            <key key="sport" value="beachvolleyball" />
+            <reference ref="name_operator" />
+            <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
+        </item> <!-- Beach Volleyball -->
+        <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=billiards" />
+            <space />
+            <key key="sport" value="billiards" />
+            <reference ref="name_operator" />
+            <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
+        </item> <!-- Billiards -->
+        <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=golf" />
+            <space />
+            <key key="sport" value="golf" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
+        </item> <!-- Golf -->
+        <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=boules" />
+            <space />
+            <key key="sport" value="boules" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Boule -->
+        <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=bowls" />
+            <space />
+            <key key="sport" value="bowls" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Lawn Bowling -->
+        <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=cricket" />
+            <space />
+            <key key="sport" value="cricket" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Cricket -->
+        <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=croquet" />
+            <space />
+            <key key="sport" value="croquet" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Croquet -->
+        <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=field_hockey" />
+            <space />
+            <key key="sport" value="field_hockey" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
+        </item> <!-- Field Hockey -->
+        <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=ice_hockey" />
+            <space />
+            <key key="sport" value="ice_hockey" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
+        </item> <!-- Ice Hockey -->
+        <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=pelota" />
+            <space />
+            <key key="sport" value="pelota" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Pelota -->
+        <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=racquet" />
+            <space />
+            <key key="sport" value="racquet" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
+        </item> <!-- Racquetball -->
+        <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=table_tennis" />
+            <space />
+            <key key="sport" value="table_tennis" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
+        </item> <!-- Table Tennis/Ping-Pong -->
+        <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=tennis" />
+            <space />
+            <key key="sport" value="tennis" />
+            <reference ref="name_leisure_pitch" />
+        </item> <!-- Tennis -->
+    </group> <!-- Sport (Ball) -->
+    <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
+        <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=motor" />
+            <space />
+            <key key="sport" value="motor" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
+        </item> <!-- Motorsport -->
+        <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=karting" />
+            <space />
+            <key key="sport" value="karting" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
+        </item> <!-- Kart Racing -->
+        <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=motocross" />
+            <space />
+            <key key="sport" value="motocross" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
+        </item> <!-- Motocross -->
+        <separator/>
+        <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=model_aerodrome" />
+            <space />
+            <key key="sport" value="model_aerodrome" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
+        </item> <!-- Model Aerodrome -->
+        <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:sport=rc_car" />
+            <space />
+            <key key="sport" value="rc_car" />
+            <text key="name" text="Name" />
+            <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
+        </item> <!-- RC Car -->
+    </group> <!-- Motorsport -->
+  </group> <!-- Sports -->
+  <group name="Man Made" icon="presets/landmark/works.svg">
+    <group name="Man Made" icon="presets/landmark/works.svg">
+        <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:building" />
+            <space />
+            <combo key="building" text="Building" values="allotment_house,bakehouse,barn,basilica,cabin,carport,cathedral,chapel,church,college,commercial,construction,cowshed,farm_auxiliary,fire_station,garage,garages,gasometer,greenhouse,hangar,hospital,industrial,kindergarten,manufacture,mosque,office,public,retail,roof,ruins,school,service,shed,silo,stable,storage_tank,supermarket,synagogue,temple,toilets,train_station,transformer_tower,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
+            <optional>
+                <text key="name" text="Name" />
+                <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
+                <text key="height" text="Height (meters)" />
+            </optional>
+            <preset_link preset_name="Address" />
+        </item> <!-- Building -->
+        <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:building" />
+            <space />
+            <combo key="building" text="Building" values="yes,residential,apartments,ger,house,hotel,hut,bungalow,dormitory,terrace,detached,farm" default="residential" match="keyvalue!" values_context="building" values_searchable="true" />
+            <optional>
+                <text key="name" text="Name" />
+                <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
+                <text key="height" text="Height (meters)" />
+            </optional>
+            <preset_link preset_name="Address" />
+        </item> <!-- Residential Building -->
+        <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:building:part" />
+            <space />
+            <combo key="building:part" text="Building part" values="allotment_house,bakehouse,barn,college,commercial,construction,cowshed,farm_auxiliary,garage,garages,greenhouse,hangar,hospital,industrial,office,retail,roof,ruins,school,shed,supermarket,toilets,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
+            <text key="name" text="Name" />
+            <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
+            <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
+            <text key="height" text="Height (meters)" />
+            <text key="min_height" text="Skipped height (meters)" />
+        </item> <!-- Building part -->
+        <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
+            <link wiki="Key:entrance" />
+            <space />
+            <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
+                <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
+                <list_entry value="main" icon="presets/misc/entrance_main.svg" />
+                <list_entry value="service" icon="presets/misc/entrance_service.svg" />
+                <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
+                <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
+                <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
+                <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
+            </combo>
+            <combo key="access" text="Access" values="yes,delivery,private,no" />
+            <reference ref="wheelchair" />
+            <optional>
+                <text key="ref" text="Entrance number" />
+                <text key="addr:flats" text="Flat numbers" />
+            </optional>
+        </item> <!-- Entrance -->
+        <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:police" />
+            <space />
+            <combo key="police" text="Type" values="barracks,car_pound,checkpoint,detention,naval_base,offices,range,storage,training_area,yes" values_context="police" match="keyvalue!" values_searchable="true" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="operator" text="Operator" />
+            </optional>
+            <reference ref="link_contact_address" />
+        </item> <!-- Non-public police facility -->
+        <item name="Tower" icon="presets/landmark/tower.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=tower" />
+            <space />
+            <key key="man_made" value="tower" />
+            <text key="name" text="Name" />
+            <combo key="tower:type" text="Tower type" values="bell_tower,communication,cooling,defensive,observation,radar,watchtower" values_searchable="true" />
+            <optional>
+                <text key="height" text="Height (meters)" />
+                <text key="operator" text="Operator" />
+            </optional>
+        </item> <!-- Tower -->
+        <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:man_made=flagpole" />
+            <key key="man_made" value="flagpole" />
+        </item> <!-- Flagpole -->
+        <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:man_made=cross" />
+            <key key="man_made" value="cross" />
+        </item> <!-- Cross -->
+        <separator/>
+        <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:man_made=works" />
+            <space />
+            <key key="man_made" value="works" />
+            <text key="name" text="Name" />
+        </item> <!-- Works -->
+        <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=chimney" />
+            <space />
+            <key key="man_made" value="chimney" />
+            <reference ref="name_operator" />
+            <text key="height" text="Height (meters)" />
+        </item> <!-- Chimney -->
+        <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=kiln" />
+            <space />
+            <key key="man_made" value="kiln" />
+            <reference ref="name_operator" />
+            <combo key="product" text="Product" values="lime,charcoal,bricks" />
+        </item> <!-- Kiln -->
+        <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=windmill" />
+            <space />
+            <key key="man_made" value="windmill" />
+            <text key="name" text="Name" />
+        </item> <!-- Windmill -->
+        <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=gasometer" />
+            <space />
+            <key key="man_made" value="gasometer" />
+            <optional>
+                <reference ref="name_operator" />
+                <combo key="building" text="Building" values="gasometer" values_context="building" />
+                <text key="height" text="Height (meters)" length="7" />
+            </optional>
+        </item> <!-- Gasometer -->
+        <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=silo" />
+            <space />
+            <key key="man_made" value="silo" />
+            <optional>
+                <reference ref="name_operator" />
+                <combo key="building" text="Building" values="silo" values_context="building" />
+                <text key="height" text="Height (meters)" length="7" />
+            </optional>
+        </item> <!-- Silo -->
+        <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
+            <link wiki="Tag:man_made=storage_tank" />
+            <key key="man_made" value="storage_tank" />
+            <optional>
+                <reference ref="name_operator" />
+                <combo key="building" text="Building" values="storage_tank" values_context="building" />
+                <combo key="content"  text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
+                <text key="height" text="Height (meters)" length="7" />
+            </optional>
+        </item> <!-- Storage Tank -->
+        <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=bunker_silo" />
+            <space />
+            <key key="man_made" value="bunker_silo" />
+            <optional>
+                <reference ref="name_operator" />
+            </optional>
+        </item> <!-- Bunker Silo -->
+        <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=crane" />
+            <space />
+            <key key="man_made" value="crane" />
+            <optional>
+                <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
+                <reference ref="name_operator" />
+            </optional>
+        </item> <!-- Crane -->
+        <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=mineshaft" />
+            <space />
+            <key key="man_made" value="mineshaft" />
+            <text key="name" text="Name" />
+            <combo key="mineshaft_type" text="Function" values="winding,air" />
+            <text key="depth" text="Depth in meters" />
+            <text key="operator" text="Operator" />
+            <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
+            <check key="headframe" text="Visible Headframe" />
+            <check key="disused" text="Disused" />
+        </item> <!-- Mineshaft -->
+        <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:man_made=adit" />
+            <space />
+            <key key="man_made" value="adit" />
+            <text key="name" text="Name" />
+            <text key="length" text="Length in meters" />
+            <text key="operator" text="Operator" />
+            <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
+            <check key="disused" text="Disused" />
+        </item> <!-- Adit -->
+        <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:man_made=embankment" />
+            <space />
+            <key key="man_made" value="embankment" />
+        </item> <!-- Embankment -->
+        <separator/>
+        <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:man_made=pipeline" />
+            <space />
+            <key key="man_made" value="pipeline" />
+            <text key="name" text="Name" />
+            <text key="ref" text="Reference" />
+            <reference ref="operator_substance" />
+            <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
+            <combo key="diameter" text="Diameter (mm)" values="800,1000,1200,1500,1600,1800,2200,2300,2400,2500,2600,2800,3200,3300,3400,3500,4000,4200,4300,4800" />
+            <text key="pressure" text="Pressure (bar)" />
+        </item> <!-- Pipeline -->
+        <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:pipeline=valve" />
+            <space />
+            <key key="pipeline" value="valve" />
+            <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
+            <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
+            <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
+            <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
+            <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
+            <reference ref="ref_operator" />
+        </item> <!-- Pipeline Valve -->
+        <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
+            <link wiki="Key:marker" />
+            <space />
+            <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
+            <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
+            <optional>
+                <reference ref="ref_operator" />
+                <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
+                <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
+                <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
+            </optional>
+        </item> <!-- Marker -->
+        <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
+            <link wiki="Key:manhole" />
+            <space />
+            <key key="man_made" value="manhole" />
+            <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
+            <reference ref="ref_operator" />
+        </item> <!-- Manhole -->
+        <separator/>
+        <item name="Water Tower" icon="presets/landmark/water_tower.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=water_tower" />
+            <space />
+            <key key="man_made" value="water_tower" />
+             <optional>
+                <reference ref="name_operator" />
+                <text key="height" text="Height (meters)" length="7" />
+            </optional>
+        </item> <!-- Water Tower -->
+        <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:man_made=water_works" />
+            <space />
+            <key key="man_made" value="water_works" />
+            <reference ref="name_operator" />
+        </item> <!-- Water Works -->
+        <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:man_made=wastewater_plant" />
+            <space />
+            <key key="man_made" value="wastewater_plant" />
+            <text key="name" text="Name" />
+        </item> <!-- Wastewater Treatment Plant -->
+        <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=watermill" />
+            <space />
+            <key key="man_made" value="watermill" />
+            <text key="name" text="Name" />
+        </item> <!-- Watermill -->
+        <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:amenity=fountain" />
+            <space />
+            <key key="amenity" value="fountain" />
+            <optional>
+                <text key="name" text="Name" />
+                <check key="drinking_water" text="Drinking Water" />
+            </optional>
+        </item> <!-- Fountain -->
+        <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=water_well" />
+            <space />
+            <key key="man_made" value="water_well" />
+            <optional>
+                <text key="name" text="Name" />
+                <combo key="pump" text="Pump" values="yes,no,manual,powered"  values_sort="false"/>
+            </optional>
+        </item> <!-- Water Well -->
+        <separator/>
+        <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=lighthouse" />
+            <space />
+            <key key="man_made" value="lighthouse" />
+            <text key="name" text="Name" />
+        </item> <!-- Lighthouse -->
+        <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=beacon" />
+            <space />
+            <key key="man_made" value="beacon" />
+            <text key="name" text="Name" />
+        </item> <!-- Beacon -->
+        <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:highway=street_lamp" />
+            <space />
+            <key key="highway" value="street_lamp" />
+            <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
+            <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
+            <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
+        </item> <!-- Street Lamp -->
+        <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:man_made=street_cabinet" />
+            <key key="man_made" value="street_cabinet" />
+            <optional>
+                <combo key="street_cabinet" text="Type" values="cable_tv,gas,postal_service,power,street_lighting,telecom,traffic_control,traffic_monitoring,transport_management,waste,water,water_management" />
+                <reference ref="ref_operator" />
+                <text key="manufacturer" text="Manufacturer" />
+                <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
+             </optional>
+        </item> <!-- Street cabinet -->
+        <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:man_made=monitoring_station" />
+            <space />
+            <key key="man_made" value="monitoring_station" />
+            <reference ref="name_operator" />
+            <label text="Monitoring:" />
+            <checkgroup columns="3">
+                <check key="monitoring:water_level" text="Water level" />
+                <check key="monitoring:tide_gauge" text="Tide Level" />
+                <check key="monitoring:groundwater" text="Groundwater" />
+                <check key="monitoring:traffic" text="Traffic" />
+                <check key="monitoring:air_quality" text="Air Quality" />
+                <check key="monitoring:noise" text="Noise" />
+                <check key="monitoring:gps" text="GPS Signals" />
+                <check key="monitoring:glonass" text="GLONASS Signals" />
+                <check key="monitoring:galileo" text="Galileo Signals" />
+                <check key="monitoring:weather" text="Weather" />
+                <check key="monitoring:radiation" text="Radiation" />
+                <check key="monitoring:seismic_activity" text="Seismic Activity" />
+            </checkgroup>
+            <label text="Recording:" />
+            <checkgroup columns="3">
+                <check key="recording:automated" text="Automated" />
+                <check key="recording:manually" text="Manually" />
+                <check key="recording:remote" text="Remote" />
+            </checkgroup>
+            <label text="Display:" />
+            <checkgroup columns="2">
+                <check key="display:analog" text="Analog" />
+                <check key="display:digital" text="Digital" />
+            </checkgroup>
+        </item> <!-- Monitoring Station -->
+        <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:man_made=survey_point" />
+            <space />
+            <key key="man_made" value="survey_point" />
+            <text key="name" text="Name" />
+            <text key="ref" text="Reference" />
+            <text key="ele" text="Elevation" />
+            <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
+        </item> <!-- Survey Point -->
+        <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:man_made=surveillance" />
+            <space />
+            <key key="man_made" value="surveillance" />
+            <key key="surveillance:type" value="camera" />
+            <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
+            <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
+            <text key="operator" text="Operator" />
+            <optional>
+                <text key="name" text="Name" />
+                <text key="ref" text="Reference" />
+            </optional>
+            <space />
+            <label text="Camera" />
+            <space />
+            <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
+            <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
+            <optional>
+                <text key="camera:direction" text="Direction in degrees" match="key" />
+                <text key="camera:angle" text="Inclination in degrees" match="key" />
+                <text key="height" text="Height (meters)" />
+            </optional>
+        </item> <!-- Surveillance Camera -->
+    </group> <!-- Man Made -->
+    <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
+        <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,relation,multipolygon" preset_name_label="true">
+            <link wiki="Key:bridge" />
+            <space />
+            <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
+            <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
+            <reference ref="optional_bridge" />
+        </item> <!-- Bridge -->
+        <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,relation,multipolygon" preset_name_label="true">
+            <link wiki="Key:bridge:movable" />
+            <space />
+            <key key="bridge" value="movable" />
+            <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
+            <reference ref="optional_bridge" />
+        </item> <!-- Movable Bridge -->
+        <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Key:bridge:support" />
+            <space />
+            <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
+        </item> <!-- Bridge Support -->
+        <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:man_made=bridge" />
+            <space />
+            <key key="man_made" value="bridge" />
+            <optional>
+                <reference ref="name_layer" />
+            </optional>
+        </item> <!-- Bridge outline -->
+    </group> <!-- Bridges -->
+    <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
+        <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:military=airfield" />
+            <space />
+            <key key="military" value="airfield" match="keyvalue!" />
+            <reference ref="aerodrome" />
+        </item> <!-- Airfield -->
+        <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:military=barracks" />
+            <space />
+            <key key="military" value="barracks" />
+        </item> <!-- Barracks -->
+        <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:military=bunker" />
+            <space />
+            <key key="military" value="bunker" />
+            <combo key="bunker_type" text="Type" values="hardened_aircraft_shelter,munitions,pillbox" match="key" />
+            <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
+            <text key="name" text="Name" />
+            <check key="historic" text="Historic" />
+            <check key="ruins" text="Ruins" />
+        </item> <!-- Bunker -->
+        <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:military=range" />
+            <space />
+            <key key="military" value="range" />
+        </item> <!-- Range -->
+    </group> <!-- Military -->
+    <group name="Power" icon="presets/power/power.svg">
+        <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,relation,multipolygon" preset_name_label="true">
+            <link wiki="Tag:power=plant" />
+            <space />
+            <key key="power" value="plant" />
+            <reference ref="name_ref_operator" />
+            <text key="start_date" text="Start date" />
+            <optional text="Output forms of energy (optional):">
+                <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
+                <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
+                <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
+                <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
+                <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
+                <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
+                <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
+                <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
+                <space />
+                <combo key="plant:source" text="Plant source" values="biofuel,biogas,biomass,coal,diesel,gas,gasoline,geothermal,hydro,nuclear,oil,osmotic,solar,tidal,waste,wave,wind" />
+            </optional>
+        </item> <!-- Power Plant -->
+        <group name="Power Generator" icon="presets/power/generator.svg">
+            <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="biofuel" />
+                <reference ref="power_generator" />
+                <key key="generator:method" value="combustion" />
+                <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
+                <reference ref="power_output" />
+            </item> <!-- Power Generator -->
+            <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="biogas" />
+                <reference ref="power_generator" />
+                <key key="generator:method" value="combustion" />
+                <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
+                <reference ref="power_output" />
+            </item> <!-- Biogas Power Generator -->
+            <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="biomass" />
+                <reference ref="power_generator" />
+                <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
+                <combo key="generator:type" text="Generator Type" values_searchable="true">
+                    <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
+                    <list_entry value="pyrolysis" short_description="" />
+                    <list_entry value="steam_generator" short_description="combustion" />
+                    <list_entry value="steam_turbine" short_description="combustion" />
+                </combo>
+                <reference ref="power_output" />
+            </item> <!-- Biomass Power Generator -->
+            <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="coal" />
+                <reference ref="power_generator" />
+                <key key="generator:method" value="combustion" />
+                <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
+                <reference ref="power_output" />
+            </item> <!-- Coal Power Generator -->
+            <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="gas" />
+                <reference ref="power_generator" />
+                <key key="generator:method" value="combustion" />
+                <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
+                <reference ref="power_output" />
+            </item> <!-- Gas Power Generator -->
+            <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="oil" />
+                <reference ref="power_generator" />
+                <key key="generator:method" value="combustion" />
+                <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
+                <reference ref="power_output" />
+            </item> <!-- Oil Power Generator -->
+            <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="diesel" />
+                <reference ref="power_generator" />
+                <key key="generator:method" value="combustion" />
+                <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
+                <reference ref="power_output" />
+            </item> <!-- Diesel Power Generator -->
+            <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="gasoline" />
+                <reference ref="power_generator" />
+                <key key="generator:method" value="combustion" />
+                <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
+                <reference ref="power_output" />
+            </item> <!-- Gasoline Power Generator -->
+            <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="nuclear" />
+                <reference ref="power_generator" />
+                <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
+                <combo key="generator:type" text="Generator Type" values_searchable="true">
+                    <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
+                    <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
+                    <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
+                    <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
+                    <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
+                    <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
+                    <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
+                    <list_entry value="cold-fusion" short_description="fusion" />
+                    <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
+                    <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
+                    <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
+                    <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
+                    <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
+                    <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
+                    <list_entry value="stellarator" short_description="fusion" />
+                    <list_entry value="tokamak" short_description="fusion" />
+                    <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
+                </combo>
+                <reference ref="power_output" />
+            </item> <!-- Nuclear Reactor -->
+            <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="solar" />
+                <reference ref="power_generator" />
+                <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
+                <combo key="generator:type" text="Generator Type" values_searchable="true">
+                    <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
+                    <list_entry value="solar_thermal_collector" short_description="thermal" />
+                    <list_entry value="steam_turbine" short_description="thermal" />
+                </combo>
+                <reference ref="power_output" />
+            </item> <!-- Solar Power Generator -->
+            <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="waste" />
+                <reference ref="power_generator" />
+                <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
+                <combo key="generator:type" text="Generator Type" values_searchable="true">
+                    <list_entry value="bioreactor" short_description="gasification" />
+                    <list_entry value="pyrolysis" short_description="" />
+                    <list_entry value="reciprocating_engine" short_description="combustion" />
+                    <list_entry value="steam_generator" short_description="combustion" />
+                </combo>
+                <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
+                <reference ref="power_output" />
+            </item> <!-- Waste Power Generator -->
+            <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="hydro" />
+                <reference ref="power_generator" />
+                <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
+                <combo key="generator:type" text="Generator Type" values_searchable="true">
+                    <list_entry value="francis_turbine" short_description="all methods" />
+                    <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
+                    <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
+                    <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
+                </combo>
+                <reference ref="power_output" />
+            </item> <!-- Water Turbine -->
+            <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="tidal" />
+                <reference ref="power_generator" />
+                <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
+                <combo key="generator:type" text="Generator Type" values_searchable="true">
+                    <list_entry value="horizontal_axis" short_description="stream" />
+                    <list_entry value="kaplan_turbine" short_description="barrage" />
+                    <list_entry value="vertical_axis" short_description="stream" />
+                </combo>
+                <reference ref="power_output" />
+            </item> <!-- Tidal Water Turbine -->
+            <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="wave" />
+                <reference ref="power_generator" />
+                <reference ref="power_output" />
+            </item> <!-- Wave Energy Converter -->
+            <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="osmotic" />
+                <reference ref="power_generator" />
+                <reference ref="power_output" />
+            </item> <!-- Osmotic Power Generator -->
+            <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
+                <key key="generator:source" value="geothermal" />
+                <reference ref="power_generator" />
+                <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
+                <reference ref="power_output" />
+            </item> <!-- Geothermal Power Generator -->
+            <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
+                <key key="generator:source" value="wind" />
+                <reference ref="power_generator" />
+                <key key="generator:method" value="wind_turbine" />
+                <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
+                <reference ref="power_output" />
+            </item> <!-- Wind Turbine -->
+        </group> <!-- Power Generator -->
+        <separator/>
+        <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:power=substation" />
+            <space />
+            <key key="power" value="substation" />
+            <text key="name" text="Name" />
+            <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
+            <reference ref="power_extra" />
+            <optional>
+                <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
+                <text key="start_date" text="Start date" />
+                <check key="gas_insulated" text="Gas insulated" />
+            </optional>
+        </item> <!-- Power Substation -->
+        <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:power=transformer" />
+            <space />
+            <key key="power" value="transformer" />
+            <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
+            <reference ref="power_loc" />
+            <reference ref="transformer_voltage_frequency" />
+            <reference ref="ref_operator" />
+            <reference ref="optional_transformer_rating_phases_devices_windings" />
+        </item> <!-- Power Transformer -->
+        <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:power=switchgear" />
+            <space />
+            <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
+            <space />
+            <key key="power" value="switchgear" />
+            <reference ref="power_loc" />
+            <reference ref="voltage" />
+            <optional>
+                <check key="gas_insulated" text="Gas insulated" />
+            </optional>
+        </item> <!-- Power Switchgear -->
+        <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:line=busbar" />
+            <space />
+            <key key="power" value="line" />
+            <key key="line" value="busbar" />
+            <reference ref="power_line_extra" />
+        </item> <!-- Power Busbar -->
+        <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:line=bay" />
+            <space />
+            <key key="power" value="line" />
+            <key key="line" value="bay" />
+            <reference ref="power_line_extra" />
+        </item> <!-- Power Bay -->
+        <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:power=switch" />
+            <space />
+            <key key="power" value="switch" />
+            <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
+            <reference ref="power_loc" />
+            <optional>
+                <reference ref="voltage" />
+                <reference ref="cables" />
+                <reference ref="ref_operator" />
+            </optional>
+        </item> <!-- Power Switch -->
+        <separator/>
+        <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:power=converter" />
+            <space />
+            <key key="power" value="converter" />
+            <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
+            <reference ref="voltage_frequency" />
+            <reference ref="ref_operator" />
+            <optional>
+                <combo key="poles" text="Amount of poles" values="monopole,bipole" />
+                <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
+            </optional>
+        </item> <!-- Power Converter -->
+        <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:power=compensator" />
+            <space />
+            <key key="power" value="compensator" />
+            <combo key="compensator" text="Type of compensator" values="filter,series_capacitor,series_reactor,shunt_capacitor,shunt_reactor,statcom,static_var,synchronous_condenser" match="key" values_context="power" />
+            <reference ref="voltage_frequency" />
+            <reference ref="ref_operator" />
+            <optional>
+                <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
+            </optional>
+        </item> <!-- Power Compensator -->
+        <separator/>
+        <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:man_made=street_cabinet" />
+            <key key="man_made" value="street_cabinet" />
+            <key key="street_cabinet" value="power" />
+            <optional>
+                <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
+                <reference ref="ref_operator" />
+                <text key="manufacturer" text="Manufacturer" />
+                <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
+             </optional>
+        </item> <!-- Power Street Cabinet -->
+        <separator/>
+        <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:building=transformer_tower" />
+            <space />
+            <key key="building" value="transformer_tower" />
+            <text key="height" text="Height (meters)" />
+            <reference ref="ref_operator" />
+            <preset_link preset_name="Power Substation" />
+        </item> <!-- Transformer Tower -->
+        <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:power=terminal" />
+            <space />
+            <key key="power" value="terminal" />
+            <optional>
+                <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
+                <text key="ref" text="Reference" />
+                <text key="operator" text="Operator" />
+            </optional>
+        </item> <!-- Terminal -->
+        <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:power=portal" />
+            <space />
+            <key key="power" value="portal" />
+            <text key="height" text="Height (meters)" />
+            <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
+            <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
+            <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
+            <reference ref="ref_operator" />
+            <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
+            <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
+        </item> <!-- Power Portal -->
+        <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:power=tower" />
+            <space />
+            <key key="power" value="tower" />
+            <text key="height" text="Height (meters)" />
+            <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
+            <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
+            <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
+            <reference ref="ref_operator" />
+            <optional>
+                <combo key="tower:type" text="Tower type" values="termination,branch,transposing,crossing,transition" text_context="power" values_context="power" />
+                <combo key="branch:type" text="Branch tower type" values="tap,split,loop,cross" values_context="power" />
+                <combo key="design" text="Tower design" values="one-level,two-level,donau,three-level,barrel,asymmetric,triangle,flag,donau;one-level,four-level,six-level,nine-level,delta,delta_two-level,y-frame,x-frame,h-frame,guyed_h-frame,portal,portal_two-level,portal_three-level,guyed_v-frame,bipole,monopolar" values_context="power" />
+                <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
+                <check key="triple_tower" text="Triple tower" />
+                <check key="design:incomplete" text="Incomplete tower" />
+                <check key="location:transition" text="Location transition" disable_off="true" />
+            </optional>
+        </item> <!-- Power Tower -->
+        <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:power=pole" />
+            <space />
+            <key key="power" value="pole" />
+            <reference ref="power_pole" />
+        </item> <!-- Pole -->
+        <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:power=pole" />
+            <space />
+            <key key="power" value="pole" />
+            <label text="Pole Attributes:" />
+            <reference ref="power_pole" />
+            <space />
+            <label text="Switch Attributes:" />
+            <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
+            <optional>
+                <reference ref="voltage" />
+                <reference ref="cables" />
+            </optional>
+        </item> <!-- Pole with Switch -->
+        <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:power=pole" />
+            <space />
+            <key key="power" value="pole" />
+            <label text="Pole Attributes:" />
+            <reference ref="power_pole" />
+            <space />
+            <label text="Transformer Attributes:" />
+            <key key="transformer" value="distribution" match="key!" />
+            <reference ref="transformer_voltage_frequency" />
+            <reference ref="optional_transformer_rating_phases_devices_windings" />
+        </item> <!-- Pole with Transformer -->
+        <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:power=catenary_mast" />
+            <space />
+            <key key="power" value="catenary_mast" />
+            <optional>
+                <text key="ref" text="Reference" />
+                <text key="operator" text="Operator" />
+            </optional>
+        </item> <!-- Catenary mast -->
+        <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
+            <link wiki="Tag:power=insulator" />
+            <space />
+            <key key="power" value="insulator" />
+            <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
+            <reference ref="ref_operator" />
+        </item> <!-- Insulator -->
+        <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:power=line" />
+            <space />
+            <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
+            <reference ref="voltage_frequency" />
+            <reference ref="ref_operator" />
+            <optional>
+                <reference ref="cables_circuits" />
+                <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
+                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+                <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
+            </optional>
+        </item> <!-- Power Line -->
+        <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:power=cable" />
+            <space />
+            <key key="power" value="cable" />
+            <reference ref="voltage_frequency" />
+            <reference ref="ref_operator" />
+            <optional>
+                <reference ref="cables_circuits" />
+                <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
+                <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+                <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
+            </optional>
+        </item> <!-- Power Cable -->
+    </group> <!-- Power -->
+    <group name="Telecom" icon="presets/telecom/telecom.svg">
+        <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:man_made=street_cabinet" />
+            <key key="man_made" value="street_cabinet" />
+            <key key="street_cabinet" value="telecom" />
+            <optional>
+                <reference ref="ref_operator" />
+                <text key="manufacturer" text="Manufacturer" />
+                <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
+             </optional>
+        </item> <!-- Telecom Street Cabinet -->
+        <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:telecom=exchange" />
+            <space />
+            <key key="telecom" value="exchange" />
+            <reference ref="telecom_medium" />
+            <reference ref="ref_operator" />
+        </item> <!-- Telephone Exchange -->
+        <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:telecom=connection_point" />
+            <space />
+            <key key="telecom" value="connection_point" />
+            <reference ref="telecom_medium" />
+            <reference ref="ref_operator" />
+        </item> <!-- Connection Point -->
+        <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:telecom=service_device" />
+            <space />
+            <key key="telecom" value="service_device" />
+            <reference ref="telecom_medium" />
+            <reference ref="ref_operator" />
+        </item> <!-- Service Device -->
+    </group> <!-- Telecom -->
+    <group name="Historic Places" icon="presets/sightseeing/castle.svg">
+        <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:historic=castle" />
+            <space />
+            <key key="historic" value="castle" />
+            <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
+            <reference ref="name_wikipedia" />
+            <check key="ruins" text="Ruins" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Castle -->
+        <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:historic=fort" />
+            <space />
+            <key key="historic" value="fort" />
+            <reference ref="name_wikipedia" />
+            <check key="ruins" text="Ruins" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Fort -->
+        <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:historic=ruins" />
+            <space />
+            <key key="historic" value="ruins" />
+            <reference ref="name_oh_wheelchair" />
+        </item> <!-- Ruins -->
+        <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:historic=archaeological_site" />
+            <space />
+            <key key="historic" value="archaeological_site" />
+            <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
+            <reference ref="name_oh_wheelchair" />
+        </item> <!-- Archaeological Site -->
+        <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:historic=battlefield" />
+            <space />
+            <key key="historic" value="battlefield" />
+            <text key="name" text="Name" />
+        </item> <!-- Battlefield -->
+        <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:geological=palaeontological_site" />
+            <space />
+            <key key="geological" value="palaeontological_site" />
+            <text key="name" text="Name" />
+        </item> <!-- Palaeontological Site -->
+        <separator/>
+        <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:cemetery=grave" />
+            <space />
+            <key key="cemetery" value="grave" />
+            <text key="name" text="Name" />
+        </item> <!-- Grave -->
+        <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:historic=tomb" />
+            <space />
+            <key key="historic" value="tomb" />
+            <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
+            <text key="name" text="Name" />
+        </item> <!-- Tomb -->
+        <separator/>
+        <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:historic=monument" />
+            <space />
+            <key key="historic" value="monument" />
+            <text key="name" text="Name" />
+        </item> <!-- Monument -->
+        <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:historic=memorial" />
+            <space />
+            <key key="historic" value="memorial" />
+            <text key="name" text="Name" />
+            <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
+            <optional>
+                <text key="inscription" text="Inscription" />
+                <text key="artist_name" text="Artist Name" />
+                <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
+                <text key="start_date" text="Start date" />
+                <text key="wikipedia" text="Wikipedia" />
+            </optional>
+        </item> <!-- Memorial -->
+        <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:historic=wayside_cross" />
+            <space />
+            <key key="historic" value="wayside_cross" />
+            <text key="name" text="Name" />
+            <reference ref="religious_catholic_christian" />
+            <text key="start_date" text="Start date" />
+            <text key="inscription" text="Inscription" />
+        </item> <!-- Wayside Cross -->
+        <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:historic=wayside_shrine" />
+            <space />
+            <key key="historic" value="wayside_shrine" />
+            <text key="name" text="Name" />
+            <reference ref="religious_catholic_christian" />
+            <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
+            <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
+            <text key="start_date" text="Start date" />
+            <text key="inscription" text="Inscription" />
+        </item> <!-- Wayside Shrine -->
+        <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:historic=boundary_stone" />
+            <space />
+            <key key="historic" value="boundary_stone" />
+            <text key="name" text="Name" />
+        </item> <!-- Boundary Stone -->
+    </group> <!-- Historic Places -->
+  </group> <!-- Man Made -->
+  <group name="Shops" icon="presets/shop/mall.svg">
+    <group name="Food" icon="presets/shop/supermarket.svg">
+        <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=supermarket" />
+            <space />
+            <key key="shop" value="supermarket" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Supermarket -->
+        <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=convenience" />
+            <space />
+            <key key="shop" value="convenience" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Convenience Store -->
+        <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=kiosk" />
+            <space />
+            <key key="shop" value="kiosk" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Kiosk -->
+        <separator/>
+        <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=bakery" />
+            <space />
+            <key key="shop" value="bakery" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Bakery -->
+        <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=butcher" />
+            <space />
+            <key key="shop" value="butcher" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Butcher -->
+        <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=seafood" />
+            <space />
+            <key key="shop" value="seafood" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Seafood -->
+        <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=dairy" />
+            <space />
+            <key key="shop" value="dairy" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Dairy -->
+        <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=cheese" />
+            <space />
+            <key key="shop" value="cheese" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Cheese -->
+        <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=deli" />
+            <space />
+            <key key="shop" value="deli" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Deli (Fine Food) -->
+        <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=pastry" />
+            <space />
+            <key key="shop" value="pastry" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Pastry -->
+        <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=confectionery" />
+            <space />
+            <key key="shop" value="confectionery" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Confectionery -->
+        <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=tea" />
+            <space />
+            <key key="shop" value="tea" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Tea -->
+        <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=coffee" />
+            <space />
+            <key key="shop" value="coffee" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Coffee -->
+        <separator/>
+        <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=marketplace" />
+            <space />
+            <key key="amenity" value="marketplace" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <text key="website" text="Website" />
+            <combo key="organic" text="Organic" values="yes,no,only" />
+        </item> <!-- Public Market -->
+        <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=greengrocer" />
+            <space />
+            <key key="shop" value="greengrocer" />
+            <reference ref="name_oh_wheelchair" />
+            <combo key="organic" text="Organic" values="yes,no,only" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Greengrocer -->
+        <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=farm" />
+            <space />
+            <key key="shop" value="farm" />
+            <reference ref="name_oh_wheelchair" />
+            <text key="description" text="Description" />
+            <combo key="organic" text="Organic" values="yes,no,only" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Farm Stand -->
+        <separator/>
+        <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:organic" />
+            <space />
+            <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
+        </item> <!-- Organic -->
+        <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Key:fair_trade" />
+            <space />
+            <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
+        </item> <!-- Fair Trade -->
+        <separator/>
+        <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=alcohol" />
+            <space />
+            <key key="shop" value="alcohol" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Alcohol -->
+        <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=beverages" />
+            <space />
+            <key key="shop" value="beverages" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Beverages -->
+        <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=wine" />
+            <space />
+            <key key="shop" value="wine" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Wine -->
+    </group> <!-- Food -->
+    <group name="Clothes" icon="presets/shop/clothes.svg">
+        <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=clothes" />
+            <space />
+            <key key="shop" value="clothes" />
+            <reference ref="name_oh_wheelchair" />
+            <combo key="second_hand" text="Second hand" values="yes,no,only" />
+            <combo key="organic" text="Organic" values="yes,no,only" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Clothes -->
+        <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=boutique" />
+            <space />
+            <key key="shop" value="boutique" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Boutique -->
+        <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=shoes" />
+            <space />
+            <key key="shop" value="shoes" />
+            <reference ref="name_oh_wheelchair" />
+            <combo key="second_hand" text="Second hand" values="yes,no,only" />
+            <combo key="organic" text="Organic" values="yes,no,only" />
+            <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Shoes -->
+        <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=outdoor" />
+            <space />
+            <key key="shop" value="outdoor" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Outdoor -->
+        <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
+             <link wiki="Tag:shop=sports" />
+            <space />
+            <key key="shop" value="sports" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Sports -->
+        <separator/>
+        <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=dry_cleaning" />
+            <space />
+            <key key="shop" value="dry_cleaning" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Dry Cleaning -->
+        <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=laundry" />
+            <space />
+            <key key="shop" value="laundry" />
+            <reference ref="name_oh_wheelchair" />
+            <check key="self_service" text="Self Service" />
+            <check key="laundry_service" text="Laundry Service" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Laundry -->
+        <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=tailor" />
+            <space />
+            <key key="shop" value="tailor" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Tailor -->
+        <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=fabric" />
+            <space />
+            <key key="shop" value="fabric" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Fabric -->
+    </group> <!-- Clothes -->
+    <group name="Electronic" icon="presets/shop/electronics.svg">
+        <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=computer" />
+            <space />
+            <key key="shop" value="computer" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Computer -->
+        <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=electronics" />
+            <space />
+            <key key="shop" value="electronics" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Computer -->
+        <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=mobile_phone" />
+            <space />
+            <key key="shop" value="mobile_phone" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Mobile Phone -->
+        <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=watches" />
+            <space />
+            <key key="shop" value="watches" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Watches -->
+        <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=vacuum_cleaner" />
+            <space />
+            <key key="shop" value="vacuum_cleaner" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Vacuum Cleaner -->
+        <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=hifi" />
+            <space />
+            <key key="shop" value="hifi" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Hifi -->
+        <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=video" />
+            <space />
+            <key key="shop" value="video" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Video -->
+        <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=video_games" />
+            <space />
+            <key key="shop" value="video_games" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Video Games -->
+        <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=music" />
+            <space />
+            <key key="shop" value="music" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Music -->
+    </group> <!-- Electronic -->
+    <group name="Cash" icon="presets/money/dollar.svg">
+        <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=bank" />
+            <space />
+            <key key="amenity" value="bank" />
+            <reference ref="name_brand_operator_oh_wheelchair" />
+            <check key="atm" text="Automated Teller Machine" default="on" />
+            <text key="ref" text="Reference" />
+            <reference ref="link_contact_address" />
+            <preset_link preset_name="Building" />
+        </item> <!-- Bank -->
+        <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=bureau_de_change" />
+            <space />
+            <key key="amenity" value="bureau_de_change" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Money Exchange -->
+        <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=money_transfer" />
+            <space />
+            <key key="amenity" value="money_transfer" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address" />
+        </item> <!-- Money transfer -->
+        <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:amenity=atm" />
+            <space />
+            <key key="amenity" value="atm" />
+            <text key="brand" text="Brand" />
+            <text key="operator" text="Operator" />
+            <reference ref="oh_wheelchair" />
+        </item> <!-- Automated Teller Machine -->
+        <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=pawnbroker" />
+            <space />
+            <key key="shop" value="pawnbroker" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Pawnbroker -->
+    </group> <!-- Cash -->
+    <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
+        <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=doors" />
+            <space />
+            <key key="shop" value="doors" />
+            <reference ref="name_brand_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Doors -->
+        <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=furniture" />
+            <space />
+            <key key="shop" value="furniture" />
+            <reference ref="name_brand_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Furniture -->
+        <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=kitchen" />
+            <space />
+            <key key="shop" value="kitchen" />
+            <reference ref="name_brand_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Kitchen -->
+        <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=houseware" />
+            <space />
+            <key key="shop" value="houseware" />
+            <reference ref="name_brand_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Houseware -->
+        <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=curtain" />
+            <space />
+            <key key="shop" value="curtain" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Curtain -->
+        <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=art" />
+            <space />
+            <key key="shop" value="art" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Art -->
+        <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=frame" />
+            <space />
+            <key key="shop" value="frame" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Frame -->
+        <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=bed" />
+            <space />
+            <key key="shop" value="bed" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Bed -->
+        <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=carpet" />
+            <space />
+            <key key="shop" value="carpet" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Carpet -->
+        <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=interior_decoration" />
+            <space />
+            <key key="shop" value="interior_decoration" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Interior Decoration -->
+        <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=antiques" />
+            <space />
+            <key key="shop" value="antiques" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Antiques -->
+    </group> <!-- Home decoration -->
+    <group name="Printed Material" icon="presets/shop/stationery.svg">
+        <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=stationery" />
+            <space />
+            <key key="shop" value="stationery" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Stationery -->
+        <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=copyshop" />
+            <space />
+            <key key="shop" value="copyshop" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Copy Shop -->
+        <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=books" />
+            <space />
+            <key key="shop" value="books" />
+            <reference ref="name_brand_oh_wheelchair" />
+            <combo key="second_hand" text="Second hand" values="yes,no,only" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Book Store -->
+        <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=newsagent" />
+            <space />
+            <key key="shop" value="newsagent" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Newspaper Stand -->
+        <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=ticket" />
+            <space />
+            <key key="shop" value="ticket" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Ticket -->
+    </group> <!-- Printed Material -->
+    <group name="For the body" icon="presets/shop/body.svg">
+        <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=chemist" />
+            <space />
+            <key key="shop" value="chemist" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Chemist -->
+        <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=cosmetics" />
+            <space />
+            <key key="shop" value="cosmetics" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Cosmetics -->
+        <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=perfumery" />
+            <space />
+            <key key="shop" value="perfumery" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Perfumery -->
+        <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=beauty" />
+            <space />
+            <key key="shop" value="beauty" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Beauty -->
+        <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=tobacco" />
+            <space />
+            <key key="shop" value="tobacco" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Tobacco -->
+        <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=e-cigarette" />
+            <space />
+            <key key="shop" value="e-cigarette" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- E-cigarette -->
+        <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=hairdresser" />
+            <space />
+            <key key="shop" value="hairdresser" />
+            <reference ref="name_oh_wheelchair" />
+            <checkgroup columns="3">
+                <check key="female" text="Female" />
+                <check key="male" text="Male" />
+                <check key="unisex" text="Unisex" />
+            </checkgroup>
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Hairdresser/Barber -->
+        <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=massage" />
+            <space />
+            <key key="shop" value="massage" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Massage -->
+        <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=tattoo" />
+            <space />
+            <key key="shop" value="tattoo" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Tattoo -->
+        <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=optician" />
+            <space />
+            <key key="shop" value="optician" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Optician -->
+        <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=hearing_aids" />
+            <space />
+            <key key="shop" value="hearing_aids" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Hearing Aids -->
+        <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=medical_supply" />
+            <space />
+            <key key="shop" value="medical_supply" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <check key="dispensing" text="Dispensing" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Medical Supply -->
+        <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=jewelry" />
+            <space />
+            <key key="shop" value="jewelry" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Jewellery -->
+        <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=erotic" />
+            <space />
+            <key key="shop" value="erotic" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="min_age" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Erotic -->
+    </group> <!-- For the body -->
+    <group name="Other" icon="presets/shop/mall.svg">
+        <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=department_store" />
+            <space />
+            <key key="shop" value="department_store" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Department Store -->
+        <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=mall" />
+            <space />
+            <key key="shop" value="mall" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Mall -->
+        <separator/>
+        <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=florist" />
+            <space />
+            <key key="shop" value="florist" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Florist -->
+        <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=garden_centre" />
+            <space />
+            <key key="shop" value="garden_centre" />
+            <reference ref="name_brand_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Garden Centre -->
+        <separator/>
+        <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=doityourself" />
+            <space />
+            <key key="shop" value="doityourself" />
+            <reference ref="name_brand_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Do-It-Yourself Store -->
+        <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=hardware" />
+            <space />
+            <key key="shop" value="hardware" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Hardware -->
+        <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=paint" />
+            <space />
+            <key key="shop" value="paint" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Paint -->
+        <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=gas" />
+            <space />
+            <key key="shop" value="gas" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Gas -->
+        <separator/>
+        <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=travel_agency" />
+            <space />
+            <key key="shop" value="travel_agency" />
+            <reference ref="name_brand_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Travel Agency -->
+        <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=scuba_diving" />
+            <space />
+            <key key="shop" value="scuba_diving" />
+            <reference ref="name_brand_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Scuba diving -->
+        <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=musical_instrument" />
+            <space />
+            <key key="shop" value="musical_instrument" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Musical Instrument -->
+        <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=toys" />
+            <space />
+            <key key="shop" value="toys" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Toys -->
+        <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=gift" />
+            <space />
+            <key key="shop" value="gift" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <optional>
+                <reference ref="religious" />
+            </optional>
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Gift/Souvenir -->
+        <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=variety_store" />
+            <space />
+            <key key="shop" value="variety_store" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Variety Store -->
+        <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=party" />
+            <space />
+            <key key="shop" value="party" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Party supplies -->
+        <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=charity" />
+            <space />
+            <key key="shop" value="charity" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Charity -->
+        <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=bookmaker" />
+            <space />
+            <key key="shop" value="bookmaker" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Bookmaker -->
+        <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=lottery" />
+            <space />
+            <key key="shop" value="lottery" />
+            <reference ref="name_operator_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Lottery -->
+        <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=bag" />
+            <space />
+            <key key="shop" value="bag" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Bag -->
+        <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=pet" />
+            <space />
+            <key key="shop" value="pet" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Pet -->
+        <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=pet_grooming" />
+            <space />
+            <key key="shop" value="pet_grooming" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Pet grooming -->
+        <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=photo" />
+            <space />
+            <key key="shop" value="photo" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Photo -->
+        <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=weapons" />
+            <space />
+            <key key="shop" value="weapons" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Weapons -->
+        <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:shop=funeral_directors" />
+            <space />
+            <key key="shop" value="funeral_directors" />
+            <reference ref="name_oh_wheelchair" />
+            <reference ref="link_contact_address_payment" />
+        </item> <!-- Funeral Directors -->
+    </group> <!-- Other -->
+        <separator/>
+    <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
+        <link wiki="Tag:amenity=vending_machine" />
+        <space />
+        <key key="amenity" value="vending_machine" />
+        <multiselect key="vending" text="Vending products" values="admission_tickets;animal_feed;bicycle_tube;cigarettes;coffee;condoms;drinks;elongated_coin;excrement_bags;food;milk;newspapers;parking_tickets;parcel_pickup;parcel_mail_in;photos;public_transport_tickets;SIM_cards;stamps;sweets;telephone_vouchers;toys" values_searchable="true" />
+        <text key="operator" text="Operator" />
+        <text key="ref" text="Reference number" />
+        <preset_link preset_name="Payment Methods" />
+    </item> <!-- Vending Machine -->
+    <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Key:payment" />
+        <space />
+        <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
+        <checkgroup columns="4">
+            <check key="payment:coins" text="Coins" match="keyvalue" />
+            <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
+        </checkgroup>
+        <space />
+        <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
+        <checkgroup columns="4">
+            <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
+            <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
+            <check key="payment:girocard" text="Girocard" match="keyvalue" />
+            <check key="payment:laser" text="Laser" match="keyvalue" />
+            <check key="payment:maestro" text="Maestro" match="keyvalue" />
+            <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
+            <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
+            <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
+        </checkgroup>
+        <space />
+        <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
+        <checkgroup columns="4">
+            <check key="payment:american_express" text="American Express" match="keyvalue" />
+            <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
+            <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
+            <check key="payment:jcb" text="JCB" match="keyvalue" />
+            <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
+            <check key="payment:visa" text="Visa" match="keyvalue" />
+        </checkgroup>
+        <space />
+        <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
+        <space />
+        <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
+        <checkgroup columns="4">
+            <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
+            <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
+            <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
+            <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
+            <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
+            <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
+            <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
+            <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
+        </checkgroup>
+        <space />
+        <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
+        <checkgroup columns="4">
+            <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
+            <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
+            <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
+        </checkgroup>
+    </item> <!-- Payment Methods -->
+  </group> <!-- Shops -->
+  <group name="Offices" icon="presets/office/private_company.svg">
+    <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=accountant" />
+        <space />
+        <key key="office" value="accountant" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Accountant -->
+    <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=advertising_agency" />
+        <space />
+        <key key="office" value="advertising_agency" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Advertising agency -->
+    <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=architect" />
+        <space />
+        <key key="office" value="architect" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Architect -->
+    <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=association" />
+        <space />
+        <key key="office" value="association" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Association -->
+    <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=company" />
+        <space />
+        <key key="office" value="company" />
+        <reference ref="name_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Private company -->
+    <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=educational_institution" />
+        <space />
+        <key key="office" value="educational_institution" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Educational institution -->
+    <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=employment_agency" />
+        <space />
+        <key key="office" value="employment_agency" />
+        <reference ref="name_brand_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Employment agency -->
+    <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=estate_agent" />
+        <space />
+        <key key="office" value="estate_agent" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Estate agent -->
+    <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=foundation" />
+        <space />
+        <key key="office" value="foundation" />
+        <reference ref="name_brand_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Foundation -->
+    <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=government" />
+        <space />
+        <key key="office" value="government" />
+        <text key="name" text="Name" />
+        <combo key="government" text="Type" values="administrative,audit,cadaster,culture,customs,data_protection,education,environment,forestry,healthcare,legislative,migration,ministry,pension_fund,prosecutor,public_service,register_office,social_security,social_services,statistics,tax,transportation" />
+        <reference ref="oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Government -->
+    <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=insurance" />
+        <space />
+        <key key="office" value="insurance" />
+        <reference ref="name_brand_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Insurance -->
+    <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=it" />
+        <space />
+        <key key="office" value="it" />
+        <reference ref="name_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- It specialist -->
+    <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=lawyer" />
+        <space />
+        <key key="office" value="lawyer" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Lawyer -->
+    <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=newspaper" />
+        <space />
+        <key key="office" value="newspaper" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Newspaper -->
+    <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=ngo" />
+        <space />
+        <key key="office" value="ngo" />
+        <reference ref="name_brand_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Non-governmental organisation (NGO) -->
+    <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=notary" />
+        <space />
+        <key key="office" value="notary" />
+        <reference ref="name_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Notary -->
+    <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=political_party" />
+        <space />
+        <key key="office" value="political_party" />
+        <reference ref="name_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Political party -->
+    <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=religion" />
+        <space />
+        <key key="office" value="religion" />
+        <text key="name" text="Name" />
+        <reference ref="religious" />
+        <reference ref="oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Religion -->
+    <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=research" />
+        <space />
+        <key key="office" value="research" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Research -->
+    <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=tax_advisor" />
+        <space />
+        <key key="office" value="tax_advisor" />
+        <reference ref="name_brand_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Tax advisor -->
+    <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:office=telecommunication" />
+        <space />
+        <key key="office" value="telecommunication" />
+        <reference ref="name_brand_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Telecommunication -->
+  </group> <!-- Offices -->
+  <group name="Craft" icon="presets/craft/painter.svg">
+    <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=beekeeper" />
+        <space />
+        <key key="craft" value="beekeeper" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Beekeeper -->
+    <item name="Brewery" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=brewery" />
+        <space />
+        <key key="craft" value="brewery" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Brewery -->
+    <item name="Winery" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=winery" />
+        <space />
+        <key key="craft" value="winery" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Winery -->
+    <item name="Caterer" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=caterer" />
+        <space />
+        <key key="craft" value="caterer" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Caterer -->
+    <separator/> <!-- food group -->
+    <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=upholsterer" />
+        <space />
+        <key key="craft" value="upholsterer" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Upholsterer -->
+    <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=key_cutter" />
+        <space />
+        <key key="craft" value="key_cutter" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Key cutter -->
+    <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=locksmith" />
+        <space />
+        <key key="craft" value="locksmith" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Locksmith -->
+    <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=electrician" />
+        <space />
+        <key key="craft" value="electrician" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Electrician -->
+    <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=plumber" />
+        <space />
+        <key key="craft" value="plumber" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Plumber -->
+    <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=hvac" />
+        <space />
+        <key key="craft" value="hvac" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Hvac -->
+    <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=painter" />
+        <space />
+        <key key="craft" value="painter" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Painter -->
+    <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=tiler" />
+        <space />
+        <key key="craft" value="tiler" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Tiler -->
+    <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=window_construction" />
+        <space />
+        <key key="craft" value="window_construction" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Window construction -->
+    <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=carpenter" />
+        <space />
+        <key key="craft" value="carpenter" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Carpenter -->
+    <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=roofer" />
+        <space />
+        <key key="craft" value="roofer" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Roofer -->
+    <separator/> <!-- apartment/house group -->
+    <item name="Photographer" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=photographer" />
+        <space />
+        <key key="craft" value="photographer" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Photographer -->
+    <item name="Handicraft" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=handicraft" />
+        <space />
+        <key key="craft" value="handicraft" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Handicraft -->
+    <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=pottery" />
+        <space />
+        <key key="craft" value="pottery" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Pottery -->
+    <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=gardener" />
+        <space />
+        <key key="craft" value="gardener" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Gardener -->
+    <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=shoemaker" />
+        <space />
+        <key key="craft" value="shoemaker" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Shoemaker -->
+    <separator/> <!-- other "soft"/art craft group -->
+    <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=sawmill" />
+        <space />
+        <key key="craft" value="sawmill" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Sawmill -->
+    <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=stonemason" />
+        <space />
+        <key key="craft" value="stonemason" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Stonemason -->
+    <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=blacksmith" />
+        <space />
+        <key key="craft" value="blacksmith" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Blacksmith -->
+    <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
+        <link wiki="Tag:craft=metal_construction" />
+        <space />
+        <key key="craft" value="metal_construction" />
+        <reference ref="name_operator_oh_wheelchair" />
+        <reference ref="link_contact_address" />
+    </item> <!-- Metal construction -->
+                <!-- other "hard" craft group -->
+  </group> <!-- Craft -->
+  <group name="Geography" icon="presets/landmark/peak.svg">
+    <group name="Boundaries" icon="presets/misc/boundaries.svg">
+        <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
+            <link wiki="Tag:boundary=administrative" />
+            <space />
+            <key key="boundary" value="administrative" />
+            <text key="name" text="Name" />
+            <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
+            <check key="maritime" text="Maritime" disable_off="true" />
+        </item> <!-- Administrative -->
+        <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
+            <link wiki="Tag:boundary=political" />
+            <space />
+            <key key="boundary" value="political" />
+            <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
+            <text key="name" text="Name" />
+        </item> <!-- Political -->
+        <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
+            <link wiki="Tag:boundary=postal_code" />
+            <space />
+            <key key="boundary" value="postal_code" />
+            <text key="postal_code" text="Postal Code" />
+        </item> <!-- Postal Code -->
+        <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
+            <link wiki="Tag:boundary=national_park" />
+            <space />
+            <key key="boundary" value="national_park" />
+            <text key="name" text="Name" />
+        </item> <!-- National Park -->
+        <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
+            <link wiki="Tag:boundary=protected_area" />
+            <space />
+            <key key="boundary" value="protected_area" />
+            <text key="protect_class" text="Protect Class" length="2" />
+            <text key="protection_title" text="Title or type of protection" />
+            <optional>
+                <reference ref="name_operator" />
+                <reference ref="oh" />
+                <text key="wikipedia" text="Wikipedia" />
+                <text key="start_date" text="Start date" />
+            </optional>
+        </item> <!-- Protected Area -->
+        <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
+            <link wiki="Tag:boundary=maritime" />
+            <space />
+            <key key="boundary" value="maritime" />
+            <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
+            <text key="name" text="Name" />
+        </item> <!-- Maritime -->
+    </group> <!-- Boundaries -->
+    <group name="Places" icon="presets/place/isolated_dwelling.svg">
+        <item name="Continent" icon="presets/place/capital.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=continent" />
+            <space />
+            <key key="place" value="continent" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- Continent -->
+        <item name="Country" icon="presets/place/capital.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=country" />
+            <space />
+            <key key="place" value="country" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- Country -->
+        <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=state" />
+            <space />
+            <key key="place" value="state" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- State -->
+        <item name="Region" icon="presets/place/capital.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=region" />
+            <space />
+            <key key="place" value="region" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- Region -->
+        <item name="County" icon="presets/place/capital.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=county" />
+            <space />
+            <key key="place" value="county" />
+            <reference ref="name_wikipedia" />
+            <reference ref="population_postcode_website" />
+        </item> <!-- County -->
+        <separator/>
+        <item name="City" icon="presets/place/city.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=city" />
+            <space />
+            <key key="place" value="city" />
+            <reference ref="name_wikipedia" />
+            <reference ref="population_postcode_website" />
+        </item> <!-- City -->
+        <item name="Town" icon="presets/place/town.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=town" />
+            <space />
+            <key key="place" value="town" />
+            <reference ref="name_wikipedia" />
+            <reference ref="population_postcode_website" />
+        </item> <!-- Town -->
+        <item name="Village" icon="presets/place/village.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=village" />
+            <space />
+            <key key="place" value="village" />
+            <reference ref="name_wikipedia" />
+            <reference ref="population_postcode_website" />
+        </item> <!-- Village -->
+        <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=hamlet" />
+            <space />
+            <key key="place" value="hamlet" />
+            <reference ref="name_wikipedia" />
+            <reference ref="population_postcode_website" />
+        </item> <!-- Hamlet -->
+        <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=isolated_dwelling" />
+            <space />
+            <key key="place" value="isolated_dwelling" />
+            <reference ref="name_wikipedia" />
+            <reference ref="population_postcode_website" />
+        </item> <!-- Isolated Dwelling -->
+        <separator/>
+        <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=suburb" />
+            <space />
+            <key key="place" value="suburb" />
+            <reference ref="name_wikipedia" />
+            <reference ref="population_postcode_website" />
+        </item> <!-- Suburb -->
+        <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=quarter" />
+            <space />
+            <key key="place" value="quarter" />
+            <reference ref="name_wikipedia" />
+            <text key="population" text="Population" />
+            <text key="website" text="Website" />
+        </item> <!-- Quarter -->
+        <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=neighbourhood" />
+            <space />
+            <key key="place" value="neighbourhood" />
+            <reference ref="name_wikipedia" />
+            <text key="population" text="Population" />
+            <text key="website" text="Website" />
+        </item> <!-- Neighbourhood -->
+        <item name="Farm" icon="presets/place/farm.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=farm" />
+            <space />
+            <label text="A farm within a bigger settlement" />
+            <label text="(please use isolated_dwelling for an isolated farm)" />
+            <key key="place" value="farm" />
+            <reference ref="name_wikipedia" />
+            <reference ref="population_postcode_website" />
+        </item> <!-- Farm -->
+        <separator/>
+        <item name="Locality" icon="presets/place/locality.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:place=locality" />
+            <space />
+            <key key="place" value="locality" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- Locality -->
+        <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:place=square" />
+            <space />
+            <key key="place" value="square" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- Square -->
+    </group> <!-- Places -->
+    <group name="Geography" icon="presets/landmark/peak.svg">
+        <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:natural=peak" />
+            <label text="The top (summit) of a mountain or hill." />
+            <space />
+            <key key="natural" value="peak" />
+            <reference ref="name_wikipedia" />
+            <text key="ele" text="Elevation" />
+        </item> <!-- Peak -->
+        <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:natural=saddle" />
+            <label text="A saddle point between mountains or hills." />
+            <space/>
+            <key key="natural" value="saddle" />
+            <reference ref="name_wikipedia" />
+            <text key="ele" text="Elevation" />
+        </item> <!-- Saddle -->
+        <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=glacier" />
+            <label text="A persistent body of dense ice that is constantly moving under its own weight." />
+            <space />
+            <key key="natural" value="glacier" />
+            <reference ref="name_wikipedia" />
+            <text key="ele" text="Elevation" />
+        </item> <!-- Glacier -->
+        <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:natural=volcano" />
+            <label text="A volcano, either dormant, extinct or active." />
+            <space />
+            <key key="natural" value="volcano" />
+            <reference ref="name_wikipedia" />
+            <text key="ele" text="Elevation" />
+            <optional>
+                <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
+                <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
+            </optional>
+        </item> <!-- Volcano -->
+        <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:natural=ridge" />
+            <label text="A mountain or hill ridge." />
+            <space />
+            <key key="natural" value="ridge" />
+            <reference ref="name_wikipedia" />
+            <text key="ele" text="Elevation" />
+        </item> <!-- Ridge -->
+        <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:natural=valley" />
+            <label text="A low area between hills." />
+            <space />
+            <key key="natural" value="valley" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- Valley -->
+        <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=cliff" />
+            <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
+            <space />
+            <key key="natural" value="cliff" />
+            <text key="name" text="Name" />
+            <text key="height" text="Height (meters)" />
+        </item> <!-- Cliff -->
+        <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:natural=cave_entrance" />
+            <label text="The entrance to a cave." />
+            <space />
+            <key key="natural" value="cave_entrance" />
+            <reference ref="name_wikipedia" />
+            <reference ref="oh_wheelchair" />
+            <reference ref="general_access" />
+            <reference ref="fee" />
+        </item> <!-- Cave Entrance -->
+        <separator/>
+        <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:place=island" />
+            <space />
+            <key key="place" value="island" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- Island -->
+        <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:place=islet" />
+            <space />
+            <key key="place" value="islet" />
+            <reference ref="name_wikipedia" />
+        </item> <!-- Islet -->
+        <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=reef" />
+            <space />
+            <key key="natural" value="reef" />
+            <text key="name" text="Name" />
+            <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
+        </item> <!-- Reef -->
+    </group> <!-- Geography -->
+    <group name="Nature" icon="presets/landmark/trees.svg">
+        <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
+            <link wiki="Tag:natural=tree" />
+            <label text="A single tree." />
+            <space />
+            <key key="natural" value="tree" />
+            <reference ref="leaf_without_mixed" />
+            <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
+                <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
+                <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
+                <list_entry value="avenue" short_description="Trees aligned along a road." />
+                <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
+                <list_entry value="agricultural" short_description="Trees in agricultural use." />
+            </combo>
+            <optional>
+                <reference ref="genus_species_taxon" />
+                <space />
+                <text key="height" text="Height (meters)" />
+                <text key="diameter_crown" text="Diameter crown (meters)" />
+                <text key="circumference" text="Circumference (meters)" />
+                <space />
+                <text key="name" text="Name" />
+                <text key="start_date" text="Start date" />
+            </optional>
+        </item> <!-- Tree -->
+        <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:natural=tree_row" />
+            <label text="A line of trees." />
+            <space />
+            <key key="natural" value="tree_row" />
+            <reference ref="leaf" />
+            <optional>
+                <reference ref="genus_species_taxon" />
+                <text key="height" text="Height (meters)" />
+            </optional>
+        </item> <!-- Tree Row -->
+        <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=wood" />
+            <label text="Woodland where timber production does not dominate use." />
+            <space />
+            <key key="natural" value="wood" />
+            <text key="name" text="Name" />
+            <reference ref="leaf" />
+        </item> <!-- Wood -->
+        <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=forest" />
+            <space />
+            <key key="landuse" value="forest" />
+            <reference ref="leaf" />
+            <reference ref="optional_name" />
+        </item> <!-- Forest -->
+        <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
+            <link wiki="Tag:man_made=cutline" />
+            <space />
+            <key key="man_made" value="cutline" />
+            <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
+        </item> <!-- Cutline -->
+        <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=grassland" />
+            <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
+            <space />
+            <key key="natural" value="grassland" />
+            <text key="name" text="Name" />
+            <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
+        </item> <!-- Grassland -->
+        <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=nature_reserve" />
+            <space />
+            <key key="leisure" value="nature_reserve" />
+            <text key="name" text="Name" />
+        </item> <!-- Nature Reserve -->
+        <separator/>
+        <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=scree" />
+            <label text="An accumulation of loose angular rocks." />
+            <space />
+            <key key="natural" value="scree" />
+            <text key="name" text="Name" />
+        </item> <!-- Scree -->
+        <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=shingle" />
+            <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
+            <space />
+            <key key="natural" value="shingle" />
+            <text key="name" text="Name" />
+        </item> <!-- Shingle -->
+        <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=fell" />
+            <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
+            <space />
+            <key key="natural" value="fell" />
+            <text key="name" text="Name" />
+        </item> <!-- Fell -->
+        <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=scrub" />
+            <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
+            <space />
+            <key key="natural" value="scrub" />
+            <text key="name" text="Name" />
+            <optional>
+                <reference ref="leaf" />
+            </optional>
+        </item> <!-- Scrub -->
+        <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=heath" />
+            <label text="Bare lower lying uncultivated land with a shrubland habitat found mainly on free-draining infertile, acidic soils, and is characterised by open, low-growing woody vegetation." />
+            <space />
+            <key key="natural" value="heath" />
+            <text key="name" text="Name" />
+        </item> <!-- Heath -->
+        <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=sand" />
+            <label text="Large area covered with sand." />
+            <space />
+            <key key="natural" value="sand" />
+            <text key="name" text="Name" />
+        </item> <!-- Sand -->
+        <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:natural=bare_rock" />
+            <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
+            <space />
+            <key key="natural" value="bare_rock" />
+            <text key="name" text="Name" />
+        </item> <!-- Bare Rock -->
+        <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:natural=rock" />
+            <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
+            <space />
+            <key key="natural" value="rock" />
+            <reference ref="name_wikipedia" />
+            <optional>
+                <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
+            </optional>
+        </item> <!-- Rock -->
+        <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
+            <link wiki="Tag:natural=stone" />
+            <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
+            <space />
+            <key key="natural" value="stone" />
+            <reference ref="name_wikipedia" />
+            <optional>
+                <text key="height" text="Height (meters)" length="7" />
+                <text key="width" text="Width (meters)" />
+            </optional>
+        </item> <!-- Stone -->
+    </group> <!-- Nature -->
+    <group name="Land use" icon="presets/landuse/farmland.svg">
+        <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=farmyard" />
+            <space />
+            <key key="landuse" value="farmyard" />
+            <reference ref="optional_name" />
+        </item> <!-- Farmyard -->
+        <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=farmland" />
+            <space />
+            <key key="landuse" value="farmland" />
+            <combo key="crop" text="Crop" values="corn,grass,rice,wheat,hop,cereal,tea,sugarcane" values_context="crop" />
+            <reference ref="optional_name" />
+        </item> <!-- Farmland -->
+        <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=meadow" />
+            <space />
+            <key key="landuse" value="meadow" />
+            <reference ref="optional_name" />
+        </item> <!-- Meadow -->
+        <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=orchard" />
+            <space />
+            <key key="landuse" value="orchard" />
+            <combo key="trees" text="Trees" values="almond_trees,apple_trees,banana_plants,cherry_trees,coconut_palms,coffea_plants,hazel_plants,oil_palms,olive_trees,orange_trees,peach_trees,persimmon_trees,plum_trees,tea_plants,walnut_trees" />
+            <reference ref="optional_name" />
+        </item> <!-- Orchard -->
+        <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=vineyard" />
+            <space />
+            <key key="landuse" value="vineyard" />
+            <key key="crop" value="grape" match="keyvalue" />
+            <reference ref="optional_name" />
+        </item> <!-- Vineyard -->
+        <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=greenhouse_horticulture" />
+            <space />
+            <key key="landuse" value="greenhouse_horticulture" />
+            <reference ref="optional_name_operator" />
+        </item> <!-- Greenhouse Horticulture -->
+        <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=plant_nursery" />
+            <key key="landuse" value="plant_nursery" />
+            <reference ref="optional_name_operator" />
+            <space />
+            <reference ref="leaf" />
+            <reference ref="genus_species_taxon" />
+        </item> <!-- Plant Nursery -->
+        <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=salt_pond" />
+            <space />
+            <key key="landuse" value="salt_pond" />
+            <reference ref="optional_name_operator" />
+        </item> <!-- Salt Pond -->
+        <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=aquaculture" />
+            <space />
+            <key key="landuse" value="aquaculture" />
+            <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
+            <reference ref="optional_name_operator" />
+        </item> <!-- Aquaculture -->
+        <separator/>
+        <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=allotments" />
+            <space />
+            <key key="landuse" value="allotments" />
+            <reference ref="optional_name" />
+        </item> <!-- Allotments -->
+        <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=flowerbed" />
+            <space />
+            <key key="landuse" value="flowerbed" />
+            <optional>
+                <text key="operator" text="Operator" />
+                <reference ref="genus_species_taxon" />
+            </optional>
+        </item> <!-- Flowerbed -->
+        <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=garden" />
+            <space />
+            <key key="leisure" value="garden" />
+            <reference ref="optional_name" />
+        </item> <!-- Garden -->
+        <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=grass" />
+            <space />
+            <key key="landuse" value="grass" />
+            <reference ref="optional_name" />
+        </item> <!-- Grass -->
+        <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=village_green" />
+            <space />
+            <key key="landuse" value="village_green" />
+            <reference ref="optional_name" />
+        </item> <!-- Village Green -->
+        <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:leisure=park" />
+            <space />
+            <key key="leisure" value="park" />
+            <reference ref="optional_name" />
+        </item> <!-- Park -->
+        <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=recreation_ground" />
+            <space />
+            <key key="landuse" value="recreation_ground" />
+            <reference ref="optional_name" />
+        </item> <!-- Recreation Ground -->
+        <separator/>
+        <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=religious" />
+            <space />
+            <key key="landuse" value="religious" />
+            <text key="name" text="Name" />
+            <reference ref="religious" />
+        </item> <!-- Religious -->
+        <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=cemetery" />
+            <space />
+            <key key="landuse" value="cemetery" />
+            <text key="name" text="Name" />
+            <reference ref="religious" />
+        </item> <!-- Cemetery -->
+        <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=grave_yard" />
+            <space />
+            <key key="amenity" value="grave_yard" />
+            <text key="name" text="Name" />
+            <reference ref="religious" />
+        </item> <!-- Graveyard -->
+        <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:cemetery=sector" />
+            <space />
+            <key key="cemetery" value="sector" />
+            <optional>
+                <text key="ref" text="Reference" />
+                <text key="name" text="Name" />
+            </optional>
+        </item> <!-- Cemetery sector-->
+        <separator/>
+        <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=residential" />
+            <space />
+            <key key="landuse" value="residential" />
+            <reference ref="optional_name" />
+        </item> <!-- Residential Area -->
+        <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=retail" />
+            <space />
+            <key key="landuse" value="retail" />
+            <reference ref="optional_name" />
+        </item> <!-- Retail -->
+        <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=commercial" />
+            <space />
+            <key key="landuse" value="commercial" />
+            <reference ref="optional_name" />
+        </item> <!-- Commercial -->
+        <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=industrial" />
+            <space />
+            <key key="landuse" value="industrial" />
+            <combo key="industrial" text="Type" values="bakery,brewery,brickyard,depot,distributor,factory,grinding_mill,heating_station,machine_shop,mine,oil,port,salt_pond,sawmill,scrap_yard,shipyard,slaughterhouse,warehouse" values_context="industrial" />
+            <reference ref="optional_name" />
+        </item> <!-- Industrial -->
+        <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=garages" />
+            <space />
+            <key key="landuse" value="garages" />
+            <reference ref="optional_name_operator" />
+        </item> <!-- Garages -->
+        <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=railway" />
+            <space />
+            <key key="landuse" value="railway" />
+            <reference ref="optional_name" />
+        </item> <!-- Railway Land -->
+        <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=military" />
+            <space />
+            <key key="landuse" value="military" />
+            <reference ref="optional_name" />
+        </item> <!-- Military -->
+        <separator/>
+        <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=construction" />
+            <space />
+            <key key="landuse" value="construction" />
+            <reference ref="optional_name" />
+        </item> <!-- Construction Area -->
+        <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=brownfield" />
+            <space />
+            <key key="landuse" value="brownfield" />
+            <reference ref="optional_name" />
+        </item> <!-- Brownfield -->
+        <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=greenfield" />
+            <space />
+            <key key="landuse" value="greenfield" />
+            <reference ref="optional_name" />
+        </item> <!-- Greenfield -->
+        <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=landfill" />
+            <space />
+            <key key="landuse" value="landfill" />
+            <reference ref="optional_name" />
+        </item> <!-- Landfill -->
+        <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:landuse=quarry" />
+            <space />
+            <key key="landuse" value="quarry" />
+            <reference ref="name_operator" />
+            <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
+        </item> <!-- Quarry -->
+    </group> <!-- Landuse -->
+  </group> <!-- Geography -->
+    <group name="Annotation" icon="presets/misc/housenumber.svg">
+        <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,relation,multipolygon" preset_name_label="true">
+            <link wiki="Key:name" />
+            <space />
+            <text key="name" text="Name" />
+            <optional>
+                <text key="alt_name" text="Alternative name" match="key" />
+                <text key="old_name" text="Historical name" match="key" />
+                <text key="loc_name" text="Local name" match="key" />
+                <text key="reg_name" text="Regional name" match="key" />
+                <text key="nat_name" text="National name" match="key" />
+                <text key="int_name" text="International name" match="key" />
+                <text key="official_name" text="Official name" match="key" />
+                <text key="short_name" text="Common name abbreviation" match="key" />
+            </optional>
+        </item> <!-- Name -->
+        <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,relation,multipolygon" preset_name_label="true">
+            <link wiki="Key:addr" />
+            <space />
+            <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
+            <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
+            <optional>
+                <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
+                <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
+                <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
+                <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
+            </optional>
+            <optional text="Optional values for specific countries">
+                <text key="addr:unit" text="Unit/Suite" match="key" />
+                <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
+                <text key="addr:hamlet" text="Hamlet" match="key" />
+                <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
+                <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
+                <text key="addr:district" text="District" use_last_as_default="force" match="key" />
+                <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
+                <!--  US States as defined in ISO 3166-2 -->
+                <combo key="addr:state" text="State" text_context="addr:" values="AL,AK,AZ,AR,CA,CO,CT,DE,FL,GA,HI,ID,IL,IN,IA,KS,KY,LA,ME,MD,MA,MI,MN,MS,MO,MT,NE,NV,NH,NJ,NM,NY,NC,ND,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VT,VA,WA,WV,WI,DC,AS,GU,MP,PR,UM,VI" use_last_as_default="force" match="key" />
+            </optional>
+        </item> <!-- Address -->
+        <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
+           <link wiki="Key:addr" />
+            <space />
+            <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
+            <optional>
+                <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
+            </optional>
+        </item> <!-- Address Interpolation -->
+        <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,relation,multipolygon" preset_name_label="true">
+            <link wiki="Annotations" />
+            <space />
+            <text key="website" text="Website" match="key" />
+            <text key="email" text="Email Address" match="key" />
+            <space />
+            <text key="phone" text="Phone number" match="key" />
+            <text key="fax" text="Fax Number" match="key" />
+            <label text="Use E.123 format, e.g. +49 11223 456 7890" />
+            <space />
+            <text key="wikipedia" text="Wikipedia" />
+            <text key="image" text="Image" />
+        </item> <!-- Contact (Common Schema) -->
+        <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,relation,multipolygon" preset_name_label="true">
+            <link wiki="Key:contact" />
+            <space />
+            <text key="contact:website" text="Website" match="key" />
+            <text key="contact:email" text="Email Address" match="key" />
+            <space />
+            <text key="contact:phone" text="Phone number" match="key" />
+            <text key="contact:fax" text="Fax Number" match="key" />
+            <label text="Use E.123 format, e.g. +49 11223 456 7890" />
+            <space />
+            <text key="wikipedia" text="Wikipedia" />
+            <text key="image" text="Image" />
+        </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
+        <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,relation,multipolygon" preset_name_label="true">
+            <link wiki="Key:description" />
+            <space />
+            <label text="A short text with additional information." text_context="description=*" />
+            <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
+            <space />
+            <text key="description" text="Description" match="key" />
+            <space />
+            <label text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
+            <preset_link preset_name="Note" />
+            <preset_link preset_name="Fixme" />
+        </item> <!-- Description -->
+        <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,relation,multipolygon" preset_name_label="true">
+            <link wiki="Key:note" />
+            <space />
+            <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
+            <space />
+            <text key="note" text="Note" text_context="the tag note=*" match="key" />
+            <space />
+            <label text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
+            <preset_link preset_name="Fixme" />
+            <preset_link preset_name="Description" />
+        </item> <!-- Note -->
+        <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,relation,multipolygon" preset_name_label="true">
+            <link wiki="Key:fixme" />
+            <space />
+            <label text="A hint for other mappers (not for the end user), that an object needs an improvement."  text_context="fixme=*"/>
+            <space />
+            <text key="fixme" text="Fixme" match="key" />
+            <space />
+            <label text="Similar but different tags:" text_context="note=*, fixme=*, description=*" />
+            <preset_link preset_name="Note" />
+            <preset_link preset_name="Description" />
+        </item> <!-- Fixme -->
+    </group> <!-- Annotation -->
+    <group name="Relations" icon="presets/misc/relations.svg">
+        <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="relation,multipolygon" preset_name_label="true">
+            <link wiki="Relation:multipolygon" />
+            <key key="type" value="multipolygon" />
+            <optional>
+                <text key="name" text="Name" />
+            </optional>
+            <roles>
+                <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
+                <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
+            </roles>
+        </item> <!-- Multipolygon -->
+        <item name="Boundary" icon="presets/misc/boundaries.svg" type="relation,multipolygon" preset_name_label="true">
+            <link wiki="Relation:boundary" />
+            <space />
+            <key key="type" value="boundary" />
+            <text key="name" text="Name" />
+            <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
+            <optional>
+                <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
+            </optional>
+            <roles>
+                <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
+                <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
+                <role key="subarea" text="Sub area" requisite="optional" type="relation" />
+                <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
+                <role key="label" text="Label point" requisite="optional" type="node" count="1" />
+            </roles>
+        </item> <!-- Boundary -->
+        <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
+            <link wiki="Relation:building" />
+            <key key="type" value="building" />
+            <preset_link preset_name="Building" />
+            <preset_link preset_name="Entrance" />
+            <preset_link preset_name="Building part" />
+            <roles>
+                <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
+                <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
+                <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
+                <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
+                <role key="entrance" text="Entrance" requisite="optional" type="node" />
+                <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
+            </roles>
+        </item> <!-- Building -->
+        <item name="Site" type="relation" preset_name_label="true">
+            <link wiki="Relation:site" />
+            <space />
+            <key key="type" value="site" />
+            <text key="name" text="Site name" />
+            <roles>
+                <role key="label" text="where to place the label" requisite="optional" type="node" />
+                <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
+                <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
+                <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
+            </roles>
+        </item> <!-- Site -->
+        <separator/>
+        <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
+            <link wiki="Relation:restriction" />
+            <space />
+            <key key="type" value="restriction" />
+            <combo key="restriction" text="Restriction" values="no_left_turn,no_right_turn,no_straight_on,no_u_turn,only_right_turn,only_left_turn,only_straight_on" values_searchable="true" />
+            <roles>
+                <role key="from" text="from way" requisite="required" count="1" type="way" />
+                <role key="via" text="via node or ways" requisite="required" type="way,node" />
+                <role key="to" text="to way" requisite="required" count="1" type="way" />
+            </roles>
+        </item> <!-- Turn Restriction -->
+        <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
+            <link wiki="Relation:enforcement" />
+            <space />
+            <key key="type" value="enforcement" />
+            <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
+            <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
+            <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
+            <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
+            <roles>
+                <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
+                <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
+                <role key="to" text="where enforcement ends" requisite="optional" type="node" />
+                <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
+            </roles>
+        </item> <!-- Enforcement -->
+        <separator/>
+        <group name="Routes" icon="presets/misc/route.svg">
+            <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=bicycle" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="bicycle"/>
+                <text key="name" text="Name" />
+                <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
+                <optional>
+                    <reference ref="route_hikebike_optionals" />
+                </optional>
+                <roles>
+                    <reference ref="route_segment_roles" />
+                </roles>
+            </item> <!-- Bicycle Route -->
+            <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Mountain_biking" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="mtb"/>
+                <text key="name" text="Name" />
+                <optional>
+                    <reference ref="route_hikebike_optionals" />
+                </optional>
+                <roles>
+                    <reference ref="route_segment_roles" />
+                </roles>
+            </item> <!-- Mountain Biking Route -->
+            <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="hiking"/>
+                <text key="name" text="Name" />
+                <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
+                <optional>
+                    <reference ref="route_hikebike_optionals" />
+                </optional>
+                <reference ref="walking_routes_roles" />
+            </item> <!-- Hiking Route -->
+            <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=foot" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="foot"/>
+                <text key="name" text="Name" />
+                <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
+                <optional>
+                    <reference ref="route_hikebike_optionals" />
+                </optional>
+                <reference ref="walking_routes_roles" />
+            </item> <!-- Walking Route -->
+            <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=running" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="running"/>
+                <text key="name" text="Name" />
+                <optional>
+                    <reference ref="route_hikebike_optionals" />
+                </optional>
+                <roles>
+                    <reference ref="route_segment_roles" />
+                    <reference ref="route_start_stop_roles" />
+                </roles>
+            </item> <!-- Running Route -->
+            <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=fitness_trail" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="fitness_trail"/>
+                <text key="name" text="Name" />
+                <optional>
+                    <reference ref="route_hikebike_optionals" />
+                </optional>
+                <roles>
+                    <reference ref="route_segment_roles" />
+                    <reference ref="route_start_stop_roles" />
+                    <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
+                    <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
+                </roles>
+            </item> <!-- Fitness Trail -->
+            <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=horse" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="horse"/>
+                <text key="name" text="Name" />
+                <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
+                <optional>
+                    <reference ref="route_hikebike_optionals" />
+                </optional>
+                <roles>
+                    <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
+                    <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
+                    <role key="" text="natural" requisite="optional" type="node,closedway" member_expression="natural=peak OR natural=volcano OR mountain_pass=yes OR natural=water OR tourism=viewpoint OR amenity=drinking_water OR natural=spring OR place=locality"/>
+                    <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
+                </roles>
+            </item> <!-- Riding Route -->
+            <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=piste" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="piste"/>
+                <text key="name" text="Name" />
+                <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
+                <optional>
+                    <reference ref="route_hikebike_optionals" />
+                </optional>
+                <roles>
+                    <role key="" text="route segment" requisite="optional" type="way" />
+                    <role key="forward" text="forward segment" requisite="optional" type="way" />
+                    <role key="backward" text="backward segment" requisite="optional" type="way" />
+                    <role key="link" text="link segment" requisite="optional" type="way" />
+                    <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
+                    <role key="variant" text="variant segment" requisite="optional" type="way" />
+                    <role key="start" text="entry points" requisite="optional" type="node" />
+                    <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
+                </roles>
+            </item> <!-- Piste Route -->
+            <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=ski" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="ski"/>
+                <text key="name" text="Name" />
+                <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
+                <optional>
+                    <reference ref="route_hikebike_optionals" />
+                </optional>
+                <roles>
+                    <role key="" text="route segment" requisite="optional" type="way" />
+                    <role key="forward" text="forward segment" requisite="optional" type="way" />
+                    <role key="backward" text="backward segment" requisite="optional" type="way" />
+                    <role key="link" text="link segment" requisite="optional" type="way" />
+                    <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
+                    <role key="variant" text="variant segment" requisite="optional" type="way" />
+                    <role key="start" text="entry points" requisite="optional" type="node" />
+                    <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
+                </roles>
+            </item> <!-- Ski Route -->
+            <separator/>
+            <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=detour" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="detour"/>
+                <reference ref="name_ref"/>
+                <optional>
+                    <text key="operator" text="Operator" />
+                    <text key="destination" text="Destination"/>
+                    <text key="detour" text="Ref of the way this is a detour to"/>
+                </optional>
+                <roles>
+                    <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
+                    <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
+                    <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
+                </roles>
+            </item> <!-- Detour Route -->
+            <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=power" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="power"/>
+                <reference ref="name_ref_operator"/>
+                <roles>
+                    <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
+                    <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
+                </roles>
+            </item> <!-- Power Route -->
+            <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=railway" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="railway"/>
+                <reference ref="name_ref_operator"/>
+                <roles>
+                    <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
+                </roles>
+            </item> <!-- Railway Route -->
+            <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Tag:route=road" />
+                <space/>
+                <key key="type" value="route"/>
+                <key key="route" value="road"/>
+                <reference ref="name_ref"/>
+                <text key="network" text="Network" />
+                <text key="operator" text="Operator" />
+                <text key="distance" text="Distance (km)"/>
+                <roles>
+                    <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
+                    <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
+                    <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
+                    <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
+                    <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
+                </roles>
+            </item> <!-- Road Route -->
+            <separator/>
+            <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+                <link wiki="Relation:superroute" />
+                <space/>
+                <key key="type" value="superroute"/>
+                <combo key="route" text="Type" values="bicycle,detour,foot,hiking,horse,mtb,piste,power,railway,road,ski" display_values="Bicycle Route,Detour Route,Walking Route,Hiking Route,Riding Route,Mountain Biking Route,Piste Route,Power Route,Railway Route,Road Route,Ski Route" />
+                <reference ref="name_ref_operator"/>
+                <roles>
+                    <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
+                </roles>
+            </item> <!-- Superroute -->
+        </group> <!-- Routes -->
+        <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
+            <link wiki="Relation:network" />
+            <space />
+            <key key="type" value="network" />
+            <text key="name" text="Name" />
+            <optional>
+                <text key="network" text="Network" />
+                <text key="operator" text="Operator" />
+            </optional>
+            <roles>
+                <role key="" text="member" requisite="required" type="relation" />
+            </roles>
+        </item> <!-- Route Network -->
+        <separator/>
+        <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
+            <link wiki="Relation:associatedStreet" />
+            <space />
+            <key key="type" value="associatedStreet" />
+            <text key="name" text="Street name" />
+            <roles>
+                <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
+                <role key="house" text="house" requisite="required" type="node,way,closedway,multipolygon" member_expression="&quot;addr:housenumber&quot; | &quot;addr:interpolation&quot; | &quot;addr:housename&quot;" />
+            </roles>
+        </item> <!-- Associated Street -->
+        <item name="Street" type="relation" preset_name_label="true">
+            <link wiki="Relation:street" />
+            <space />
+            <key key="type" value="street" />
+            <text key="name" text="Name" />
+            <roles>
+                <role key="street" text="ways being part of street" requisite="required" type="way" />
+                <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway" />
+                <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway" />
+                <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway" />
+            </roles>
+        </item> <!-- Street -->
+        <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
+            <link wiki="Relation:destination_sign" />
+            <space />
+            <key key="type" value="destination_sign" />
+            <text key="destination" text="Destination written on sign (w/o distance)" />
+            <text key="distance" text="Distance (km)" />
+            <text key="time" text="Time (hh:mm, for trekking)" />
+            <text key="colour:back" text="Colour of background" />
+            <text key="colour:text" text="Colour of text" />
+            <text key="colour:arrow" text="Colour of border/arrow" />
+            <roles>
+                <role key="from" text="last way before junction" requisite="optional" type="node,way" />
+                <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
+                <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
+                <role key="sign" text="position of sign" requisite="optional" type="node" />
+            </roles>
+        </item> <!-- Destination Sign -->
+        <separator/>
+        <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
+            <link wiki="Relation:waterway" />
+            <space />
+            <key key="type" value="waterway" />
+            <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
+            <text key="name" text="Name" />
+            <optional>
+                <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
+                <text key="ref" text="Reference" />
+                <text key="ref:sandre" text="Reference Sandre (FR)" />
+                <text key="ref:fgkz" text="Reference FGKZ (DE)" />
+                <text key="ref:regine" text="Reference REGINE (NO)" />
+                <text key="ref:gnis" text="Reference GNIS (USA)" />
+                <text key="ref:gnbc" text="Reference GNBC (CA)" />
+                <text key="wikipedia" text="Wikipedia" />
+            </optional>
+            <roles>
+                <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
+                <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
+                <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
+                <role key="spring" text="spring of waterway" requisite="optional" type="node" />
+            </roles>
+        </item> <!-- Waterway -->
+        <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
+            <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
+            <space />
+            <key key="type" value="bridge" />
+            <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+            <reference ref="name_ref" />
+            <text key="height" text="Height (meters)" />
+            <text key="length" text="Length (meters)" />
+            <text key="operator" text="Operator" />
+            <roles>
+                <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
+                <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
+                <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
+                <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
+            </roles>
+        </item> <!-- Bridge -->
+        <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
+            <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
+            <space />
+            <key key="type" value="tunnel" />
+            <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
+            <reference ref="name_ref" />
+            <text key="length" text="Length (meters)" />
+            <text key="operator" text="Operator" />
+            <roles>
+                <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
+                <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
+                <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
+            </roles>
+        </item> <!-- Tunnel -->
+    </group> <!-- Relations -->
+</presets>
Index: /trunk/resources/data/gpx-drawing-extensions-1.0.xsd
===================================================================
--- /trunk/resources/data/gpx-drawing-extensions-1.0.xsd	(revision 16006)
+++ /trunk/resources/data/gpx-drawing-extensions-1.0.xsd	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema targetNamespace="https://josm.openstreetmap.de/gpx-drawing-extensions-1.0"
+    elementFormDefault="qualified"
+    xmlns="http://www.w3.org/2001/XMLSchema"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:gpxd="https://josm.openstreetmap.de/gpx-drawing-extensions-1.0"
+    xsi:schemaLocation="https://josm.openstreetmap.de/gpx-drawing-extensions-1.0 https://josm.openstreetmap.de/gpx-drawing-extensions-1.0.xsd">
+
+    <xsd:annotation>
+        <xsd:documentation>
+            This schema defines drawing extensions for the GPX 1.1 schema (http://www.topografix.com/GPX/1/1/gpx.xsd).
+            Elements in this schema should be used as child elements of the "extensions" element defined by the GPX schema.
+        </xsd:documentation>
+    </xsd:annotation>
+    
+    <!-- Elements -->
+
+    <xsd:element name="color" type="gpxd:hexColor_type">
+        <xsd:annotation>
+            <xsd:documentation>
+                The color of the element, i.e. #RRGGBB or #RRGGBBAA.
+                Note that applications should apply possible alpha values to the lines and opacity to the whole track. This means that overlapping parts of the
+                track with alpha values will look more intense than individual lines, whereas the opacity affects the whole track including overlapping parts.
+            </xsd:documentation>
+        </xsd:annotation>
+    </xsd:element>
+    
+    <xsd:element name="opacity" type="gpxd:opacity_type">
+        <xsd:annotation>
+            <xsd:documentation>
+                The opacity of the element between 0.00 and 1.00.
+            </xsd:documentation>
+        </xsd:annotation>
+    </xsd:element>
+    
+    <xsd:element name="width" type="xsd:positiveInteger">
+        <xsd:annotation>
+            <xsd:documentation>
+                The width of the line in pixels, applications may use a width relative to this value if required.
+            </xsd:documentation>
+        </xsd:annotation>
+    </xsd:element>
+    
+    <xsd:element name="dashPattern" type="gpxd:dashPattern_type">
+        <xsd:annotation>
+            <xsd:documentation>
+                The dash pattern of the line, see gpxd:dashPattern_type. Should always be relative to the width.
+            </xsd:documentation>
+        </xsd:annotation>
+    </xsd:element>
+    
+    <!-- Types -->
+
+    <xsd:simpleType name="hexColor_type">
+        <xsd:annotation>
+            <xsd:documentation>
+                The hexColor_type must be a # followed by a 6 or 8-digit hex representation of the color (with or without the alpha value).            
+            </xsd:documentation>
+        </xsd:annotation>
+        <xsd:restriction base="xsd:string">
+            <xsd:pattern value="\#([a-fA-F0-9]{6}|[a-fA-F0-9]{8})" />
+            <xsd:whiteSpace value="collapse" />
+        </xsd:restriction>
+    </xsd:simpleType>
+
+    <xsd:simpleType name="opacity_type">
+        <xsd:annotation>
+            <xsd:documentation>
+                The opacity_type must be a decimal value between 0 and 1.
+            </xsd:documentation>
+        </xsd:annotation>
+        <xsd:restriction base="xsd:decimal">
+            <xsd:minInclusive value="0" />
+            <xsd:maxInclusive value="1" />
+        </xsd:restriction>
+    </xsd:simpleType>
+    
+    <xsd:simpleType name="dashPattern_type">
+        <xsd:annotation>
+            <xsd:documentation>
+                The dashPattern_type can be 
+                    - a representation of the pattern as y-n-y-n-... with y being the relative length of the line that is
+                      visible and n being the relative length of the line that is hidden to create a dashed / dotted line.
+                      Has to have an even number of segments (at least two) and can contain multi-digit numbers.
+                    - one of the following predefined values:
+                      none, dash-long, dash-medium, dash-short, dot-sparse, dot-normal, dot-dense, dash-dot, dash-dot-dot
+            </xsd:documentation>
+        </xsd:annotation>
+        <xsd:restriction base="xsd:string">               <!-- use string based pattern instead of enum because both pattern and enums are allowed -->
+            <xsd:pattern value="\d+\-\d+(\-\d+\-\d+)*" /> <!-- pattern, see documentation above -->
+            <xsd:pattern value="none" />                  <!-- 1-0, default value/line -->
+            <xsd:pattern value="dash-long" />             <!-- 6-2 -->
+            <xsd:pattern value="dash-medium" />           <!-- 4-4 -->
+            <xsd:pattern value="dash-short" />            <!-- 2-6 -->
+            <xsd:pattern value="dot-sparse" />            <!-- 1-4 -->
+            <xsd:pattern value="dot-normal" />            <!-- 1-2 -->
+            <xsd:pattern value="dot-dense" />             <!-- 1-1 -->
+            <xsd:pattern value="dash-dot" />              <!-- 4-2-1-2 -->
+            <xsd:pattern value="dash-dot-dot" />          <!-- 4-2-1-2-1-2 -->            
+        </xsd:restriction>
+    </xsd:simpleType>
+</schema>
Index: /trunk/resources/data/gpx-extensions-1.1.xsd
===================================================================
--- /trunk/resources/data/gpx-extensions-1.1.xsd	(revision 16006)
+++ /trunk/resources/data/gpx-extensions-1.1.xsd	(revision 16006)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema targetNamespace="http://josm.openstreetmap.de/gpx-extensions-1.1"
+    elementFormDefault="qualified"
+    xmlns="http://www.w3.org/2001/XMLSchema"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xmlns:josm="http://josm.openstreetmap.de/gpx-extensions-1.1"
+    xsi:schemaLocation="http://josm.openstreetmap.de/gpx-extensions-1.1 http://josm.openstreetmap.de/gpx-extensions-1.1.xsd">
+    
+    <!-- true, if gpx data has been downloaded from the osm server -->
+    <!-- it this case, JOSM improves the rendering of clouds of anonymous TrackPoints -->
+    <element name="from-server" type="boolean"/>
+    
+    <!-- the following properties are only set for marker layer export -->
+    <element name="offset" type="decimal"/>
+    <element name="sync-offset" type="decimal"/>
+    <element name="text" type="string" />
+    
+    <xsd:element name="layerPreferences" type="josm:preferences_type">
+        <xsd:annotation>
+            <xsd:documentation>
+                The layerPreferences contain the preferences that can be set for the layer, e.g. in the "Customize track drawing" dialog in JOSM.
+            </xsd:documentation>
+        </xsd:annotation>
+    </xsd:element>
+
+    <xsd:complexType name="preferences_type">
+        <xsd:sequence>
+            <xsd:element name="entry" type="josm:entry_type" minOccurs="0" />
+        </xsd:sequence>
+    </xsd:complexType>
+
+    <xsd:complexType name="entry_type">
+        <xsd:attribute name="key" type="xsd:string" use="required" />
+        <xsd:attribute name="value" type="xsd:string" use="required" />
+    </xsd:complexType>
+
+</schema>
Index: /trunk/resources/data/gpx-extensions.xsd
===================================================================
--- /trunk/resources/data/gpx-extensions.xsd	(revision 16006)
+++ /trunk/resources/data/gpx-extensions.xsd	(revision 16006)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://josm.openstreetmap.de/gpx-extensions-1.0"
+    xmlns:tns="http://josm.openstreetmap.de/gpx-extensions-1.0" elementFormDefault="qualified">
+
+    <!-- true, if gpx data has been downloaded from the osm server -->
+    <!-- it this case, JOSM improves the rendering of clouds of anonymous TrackPoints -->
+    <element name="from-server" type="boolean"/>
+    
+    <!-- the following properties are only set for marker layer export -->
+    <element name="offset" type="decimal"/>
+    <element name="sync-offset" type="decimal"/>
+    <element name="text" type="string"/>
+
+</schema>
Index: /trunk/resources/data/gpx/brown2green.txt
===================================================================
--- /trunk/resources/data/gpx/brown2green.txt	(revision 16006)
+++ /trunk/resources/data/gpx/brown2green.txt	(revision 16006)
@@ -0,0 +1,15 @@
+# License: GPL. For details,see LICENSE file.
+#
+# diverging brown to green, designed by http://colorbrewer2.org/
+#
+# color map must start at first line without comment 
+#
+0,0,0
+1,102,9
+53,151,143
+128,205,193
+199,234,229
+246,232,195
+223,194,125
+191,129,45
+140,81,10
Index: /trunk/resources/data/gpx/inferno.txt
===================================================================
--- /trunk/resources/data/gpx/inferno.txt	(revision 16006)
+++ /trunk/resources/data/gpx/inferno.txt	(revision 16006)
@@ -0,0 +1,267 @@
+# License: GPL. For details,see LICENSE file.
+#
+# based on color map aka inferno with adjustment to more brighter values
+# Used to reconstruct the colormap in viscm (http://bids.github.io/colormap/)
+# parameters = {'xp': [-2.059155383623448,55.527989656842408,34.409268195655187,4.76708575112832,-9.505963894261754},
+#               'yp': [-25.66489361702122,-20.376712328767127,26.997716894977174,20.56737588652487,32.047872340425585},
+#               'min_Jp': 33.3692722372,
+#                max_Jp': 95}
+#
+# color map must start at first line without comment 
+#
+0.21520753,0.27038249,0.57012105
+0.22312459,0.27103303,0.57166455
+0.23080347,0.27168503,0.57324007
+0.23833063,0.27231877,0.57483869
+0.24568074,0.27294692,0.57646522
+0.25289476,0.2735611,0.57811579
+0.25997831,0.27416334,0.57979067
+0.2669379,0.27475519,0.58148978
+0.27380298,0.27532947,0.58321
+0.28055428,0.27589622,0.58495399
+0.287239,0.2764405,0.58671621
+0.29381911,0.27697939,0.58850116
+0.30035424,0.27749166,0.59030167
+0.3067935,0.27799996,0.59212335
+0.31320428,0.2784783,0.59395808
+0.31952836,0.27895311,0.59581191
+0.32583529,0.27939586,0.59767646
+0.3320659,0.27983431,0.59955752
+0.33828602,0.28023999,0.60144712
+0.34443919,0.2806404,0.60335045
+0.35058925,0.28100652,0.60525968
+0.35668082,0.28136625,0.60717967
+0.36277287,0.28169157,0.60910303
+0.3688165,0.28200806,0.61103375
+0.37486069,0.28229156,0.61296536
+0.38086771,0.28256263,0.61490057
+0.38687304,0.28280326,0.61683417
+0.39285321,0.28302691,0.61876728
+0.39882725,0.28322388,0.6206963
+0.40478897,0.28339829,0.62262037
+0.41073803,0.28355108,0.62453795
+0.41668846,0.28367469,0.62644568
+0.42261777,0.28378305,0.62834468
+0.42856299,0.28385455,0.63022847
+0.43448626,0.28391267,0.63210021
+0.44042184,0.28393692,0.63395343
+0.44634815,0.28394123,0.63578925
+0.45227252,0.28392157,0.63760476
+0.45820558,0.28387152,0.63939628
+0.46412436,0.28380662,0.6411656
+0.47006356,0.28370439,0.64290476
+0.47599406,0.28358471,0.64461676
+0.48192565,0.28344156,0.64629781
+0.48786962,0.28326756,0.64794343
+0.49380435,0.28307827,0.64955593
+0.49975251,0.28285825,0.65112821
+0.50570289,0.28261587,0.65266041
+0.51164619,0.2823585,0.65415271
+0.51760901,0.28206718,0.65559589
+0.52356861,0.28175913,0.65699349
+0.52952249,0.28143693,0.65834417
+0.5354961,0.28108192,0.65963775
+0.54146547,0.28071283,0.66087903
+0.54742976,0.28033111,0.66206616
+0.55340844,0.27992224,0.66318972
+0.55938599,0.27949898,0.66425255
+0.56535835,0.27906539,0.66525388
+0.57133473,0.2786149,0.66618743
+0.57731677,0.27814689,0.66704956
+0.58329279,0.27767173,0.66784277
+0.58926275,0.27719044,0.66856469
+0.59523878,0.27669389,0.66920646
+0.601212,0.27619042,0.66976956
+0.60717734,0.27568537,0.67025404
+0.61313444,0.27518023,0.67065755
+0.6190896,0.27467077,0.67097344
+0.62504118,0.27415958,0.67119949
+0.63098171,0.27365438,0.67133763
+0.63691049,0.27315721,0.67138563
+0.64282668,0.27267021,0.67134132
+0.64873334,0.2721922,0.67119941
+0.65463011,0.27172501,0.67095685
+0.66051031,0.27127617,0.67061602
+0.66637279,0.27084839,0.67017505
+0.67221629,0.27044454,0.66963216
+0.67803951,0.27006762,0.66898569
+0.68384101,0.26972075,0.66823411
+0.68962043,0.2694062,0.66737478
+0.69537788,0.26912584,0.66640432
+0.70110815,0.26888634,0.66532544
+0.70680955,0.26869125,0.66413723
+0.71248034,0.26854423,0.66283897
+0.71811869,0.26844898,0.66143017
+0.72372274,0.26840929,0.6599105
+0.72929057,0.26842895,0.65827991
+0.7348202,0.26851179,0.65653854
+0.74030966,0.26866163,0.65468679
+0.74575692,0.26888225,0.65272532
+0.75115994,0.26917738,0.65065505
+0.75651668,0.26955067,0.64847715
+0.76182512,0.27000568,0.64619309
+0.76708321,0.27054582,0.64380458
+0.77228898,0.27117434,0.64131363
+0.77744045,0.27189431,0.63872252
+0.78253571,0.27270861,0.63603377
+0.7875729,0.27361986,0.63325018
+0.79255022,0.27463045,0.6303748
+0.79746596,0.27574247,0.62741092
+0.80231908,0.27695738,0.62436032
+0.80710794,0.27827681,0.62122676
+0.81183046,0.27970239,0.6180159
+0.8164853,0.28123501,0.61473188
+0.82107123,0.28287522,0.611379
+0.82558714,0.28462328,0.60796168
+0.83003205,0.28647909,0.60448445
+0.8344051,0.28844227,0.60095193
+0.83870608,0.29051198,0.59736649
+0.84293394,0.29268742,0.59373445
+0.84708799,0.29496738,0.59006162
+0.8511679,0.29735032,0.58635274
+0.85517346,0.29983446,0.58261253
+0.85910459,0.30241779,0.57884566
+0.86296154,0.30509821,0.57505503
+0.8667442,0.30787334,0.57124668
+0.87045278,0.31074062,0.56742555
+0.87408763,0.3136974,0.5635959
+0.87764922,0.31674094,0.55976186
+0.88113814,0.31986844,0.55592693
+0.88455499,0.32307701,0.55209513
+0.88790044,0.32636363,0.54827073
+0.89117526,0.32972536,0.54445721
+0.89438031,0.33315921,0.54065783
+0.89751647,0.33666226,0.53687571
+0.90058468,0.34023153,0.53311396
+0.90358593,0.34386414,0.52937539
+0.90652122,0.34755725,0.52566255
+0.90939159,0.35130809,0.5219778
+0.91219812,0.35511391,0.51832354
+0.91494189,0.35897199,0.51470218
+0.91762398,0.36287988,0.51111515
+0.92024546,0.36683514,0.50756411
+0.92280743,0.3708354,0.50405059
+0.92531095,0.37487835,0.5005761
+0.92775723,0.37896156,0.49714278
+0.93014721,0.38308319,0.4937508
+0.93248195,0.38724127,0.49040111
+0.93476246,0.3914339,0.48709457
+0.93698975,0.39565929,0.48383192
+0.93916494,0.39991543,0.48061464
+0.94128894,0.40420083,0.47744286
+0.94336261,0.40851411,0.47431661
+0.94538686,0.4128538,0.47123623
+0.94736256,0.41721856,0.468202
+0.94929056,0.42160708,0.46521414
+0.95117192,0.42601776,0.46227381
+0.95300724,0.4304498,0.45938022
+0.95479724,0.43490219,0.4565332
+0.95654264,0.43937392,0.45373274
+0.95824414,0.44386407,0.45097877
+0.95990241,0.44837175,0.44827118
+0.96151825,0.45289592,0.44561039
+0.96309223,0.45743586,0.44299605
+0.9646248,0.46199106,0.44042751
+0.96611649,0.46656086,0.43790454
+0.96756782,0.47114466,0.43542688
+0.96897927,0.47574187,0.43299428
+0.9703513,0.48035197,0.43060645
+0.97168455,0.48497424,0.42826362
+0.9729793,0.48960837,0.42596514
+0.97423583,0.49425407,0.42371048
+0.97545448,0.49891094,0.42149932
+0.97663559,0.50357865,0.41933134
+0.97777945,0.50825686,0.41720624
+0.97888633,0.51294528,0.41512369
+0.97995654,0.5176436,0.41308347
+0.98099046,0.52235141,0.41108558
+0.98198808,0.5270687,0.40912927
+0.98294961,0.53179527,0.40721424
+0.98387521,0.53653092,0.40534022
+0.98476504,0.54127549,0.40350692
+0.98561924,0.54602881,0.40171405
+0.98643793,0.55079072,0.39996136
+0.98722122,0.55556111,0.3982486
+0.98796936,0.5603397,0.39657571
+0.98868226,0.56512655,0.39494219
+0.98936,0.56992153,0.3933478
+0.99000264,0.57472455,0.39179229
+0.99061026,0.57953551,0.39027544
+0.99118291,0.5843543,0.38879701
+0.99172063,0.58918085,0.38735678
+0.99222348,0.59401505,0.38595451
+0.99269152,0.59885681,0.38458997
+0.99312476,0.60370607,0.38326287
+0.99352325,0.60856274,0.38197295
+0.99388704,0.61342672,0.38071994
+0.9942162,0.61829793,0.37950355
+0.9945108,0.62317625,0.37832349
+0.99477091,0.62806159,0.37717942
+0.99499662,0.63295383,0.376071
+0.99518804,0.63785286,0.37499782
+0.99534511,0.64275869,0.37395927
+0.99546806,0.64767111,0.372955
+0.99555705,0.65258996,0.37198453
+0.99561226,0.65751512,0.37104728
+0.99563387,0.66244643,0.37014263
+0.99562207,0.66738375,0.36926988
+0.99557709,0.6723269,0.36842829
+0.99549919,0.67727574,0.367617
+0.99538832,0.68223028,0.3668348
+0.99524486,0.6871903,0.36608079
+0.99506928,0.69215551,0.36535402
+0.99486193,0.69712571,0.36465327
+0.99462316,0.70210071,0.36397724
+0.99435337,0.70708033,0.36332451
+0.99405297,0.71206436,0.36269354
+0.99372226,0.7170527,0.36208252
+0.99336115,0.72204548,0.36148919
+0.99297075,0.72704212,0.36091215
+0.99255157,0.73204239,0.36034933
+0.99210417,0.7370461,0.35979848
+0.9916291,0.74205305,0.35925722
+0.99112697,0.74706302,0.35872299
+0.99059766,0.75207625,0.35819249
+0.99004191,0.75709248,0.3576629
+0.98946091,0.76211118,0.35713157
+0.98885534,0.76713218,0.35659523
+0.98822592,0.77215526,0.3560504
+0.98757341,0.77718026,0.35549344
+0.98689724,0.78220771,0.35491939
+0.98619894,0.78723702,0.35432474
+0.98547981,0.79226775,0.35370552
+0.98474069,0.79729971,0.35305716
+0.98398247,0.80233272,0.35237485
+0.98320475,0.80736733,0.3516524
+0.98240874,0.81240322,0.35088461
+0.9815964,0.81743967,0.35006665
+0.9807688,0.8224765,0.34919255
+0.97992705,0.82751352,0.34825605
+0.97906945,0.83255201,0.34724796
+0.97819995,0.83759034,0.34616365
+0.97731989,0.84262826,0.34499577
+0.97643067,0.84766553,0.34373656
+0.97553084,0.85270337,0.34237486
+0.9746244,0.85774026,0.34090421
+0.97371347,0.86277567,0.3393158
+0.97279937,0.8678095,0.33759927
+0.97188135,0.87284272,0.33574113
+0.97096472,0.87787333,0.33373367
+0.97005177,0.88290083,0.33156512
+0.96914211,0.88792612,0.3292193
+0.9682402,0.89294775,0.32668465
+0.96735004,0.89796453,0.32394813
+0.96647255,0.90297683,0.32099108
+0.96561166,0.9079836,0.31779718
+0.96477281,0.91298312,0.31435094
+0.96395774,0.91797553,0.31062911
+0.96317157,0.92295935,0.30661145
+0.96242046,0.92793272,0.30227735
+0.96170672,0.93289563,0.29759626
+0.96103783,0.93784572,0.29254395
+0.96041973,0.94278138,0.2870899
+0.95985661,0.94770189,0.28119495
+0.95935719,0.95260448,0.27482525
+0.95892721,0.9574878,0.26793369
+0.95857402,0.9623498,0.2604697
+0.9583055,0.96718821,0.25237504
Index: /trunk/resources/data/gpx/red2blue.txt
===================================================================
--- /trunk/resources/data/gpx/red2blue.txt	(revision 16006)
+++ /trunk/resources/data/gpx/red2blue.txt	(revision 16006)
@@ -0,0 +1,18 @@
+# License: GPL. For details, see LICENSE file.
+#
+# diverging red to blue, designed by http://colorbrewer2.org/
+#
+# color map must start at first line without comment 
+#
+0,0,0
+49,54,149
+69,117,180
+116,173,209
+171,217,233
+224,243,248
+254,224,144
+253,174,97
+244,109,67
+215,48,39
+165,0,38
+
Index: /trunk/resources/data/gpx/viridis.txt
===================================================================
--- /trunk/resources/data/gpx/viridis.txt	(revision 16006)
+++ /trunk/resources/data/gpx/viridis.txt	(revision 16006)
@@ -0,0 +1,267 @@
+# License: GPL. For details,see LICENSE file.
+#
+# Used to reconstruct the colormap in viscm (http://bids.github.io/colormap/)
+# {'xp': [-8.9697272381347659,-14.962877923066287,-32.371553722153038,-30.373836827175865,-6.9720103431575922,-8.684339110280888
+# 'yp': [-25.513698630136986,15.296803652968038,-30.650684931506845,20.719178082191775,25.570776255707756,32.990867579908667
+# 'min_Jp': 33.3692722372,
+# 'max_Jp': 95}
+#
+# color map must start at first line without comment 
+#
+0.0331179,0.29975688,0.57579112
+0.04256739,0.3028265,0.57286799
+0.0512467,0.30584793,0.57009011
+0.05914659,0.30882508,0.5674503
+0.06654831,0.3117815,0.5647918
+0.07345228,0.31469781,0.56227052
+0.07995739,0.31757925,0.55986398
+0.08619278,0.32044241,0.55745447
+0.09212195,0.32327213,0.55517502
+0.09780928,0.32607626,0.55297584
+0.10331033,0.32886259,0.55080222
+0.10859491,0.33162106,0.54875221
+0.11372563,0.33436292,0.54673886
+0.11870231,0.33708616,0.54479015
+0.12351267,0.33978626,0.54295921
+0.12822783,0.3424784,0.541114
+0.13279867,0.34515022,0.53938101
+0.13725748,0.34780851,0.53770555
+0.14161799,0.35045603,0.53606914
+0.14585622,0.3530865,0.53454415
+0.15002582,0.35571293,0.5330082
+0.15408488,0.35832466,0.5315781
+0.15806357,0.36092928,0.53018482
+0.16195691,0.36352554,0.52884943
+0.16576237,0.36611275,0.52758751
+0.16949979,0.36869662,0.52634711
+0.1731454,0.37127046,0.52520656
+0.17673382,0.37384485,0.52406183
+0.18023309,0.37641026,0.52302135
+0.18367353,0.37897678,0.5219859
+0.18703181,0.38153698,0.52104134
+0.19032855,0.38409867,0.52011314
+0.19354787,0.38665632,0.5192658
+0.19670438,0.38921652,0.51843878
+0.19978526,0.39177424,0.51769017
+0.20280277,0.39433623,0.51695934
+0.20574448,0.39689659,0.51631112
+0.20862219,0.39946359,0.51567252
+0.21142395,0.40203013,0.51511745
+0.21415805,0.40460435,0.51457709
+0.21681705,0.40718098,0.51410601
+0.21940294,0.40976427,0.5136727
+0.22191346,0.4123542,0.51328427
+0.22434688,0.41494912,0.51295975
+0.22670152,0.4175556,0.51265342
+0.22897578,0.42016834,0.51241261
+0.23116721,0.42279102,0.51221511
+0.23327224,0.42542553,0.5120539
+0.23529113,0.42806929,0.51195199
+0.23721876,0.4307259,0.51189091
+0.23905088,0.43339672,0.51186833
+0.24078829,0.43607984,0.51190068
+0.24242777,0.43877648,0.5119848
+0.24395722,0.44149191,0.51209793
+0.24538089,0.44422266,0.51226326
+0.24669486,0.44696981,0.512479
+0.24789484,0.44973443,0.51274365
+0.24897073,0.45251957,0.51304809
+0.24992008,0.45532509,0.51339708
+0.25074106,0.45815079,0.51379462
+0.25142853,0.46099761,0.51423996
+0.2519772,0.46386643,0.51473252
+0.25238166,0.46675805,0.51527187
+0.25263645,0.46967322,0.51585774
+0.25273608,0.47261257,0.51648993
+0.25267511,0.47557666,0.51716828
+0.25244821,0.47856593,0.51789267
+0.25205017,0.4815807,0.51866293
+0.25147595,0.48462119,0.51947882
+0.25072074,0.48768749,0.52034
+0.24977992,0.49077954,0.52124597
+0.24864914,0.49389721,0.52219605
+0.24732429,0.4970402,0.52318934
+0.2458015,0.50020813,0.5242247
+0.24407712,0.50340048,0.52530069
+0.24213937,0.50661827,0.52641341
+0.23998809,0.50986008,0.52756205
+0.2376243,0.51312431,0.5287454
+0.23504515,0.51641008,0.52996075
+0.23223599,0.51971846,0.53120267
+0.22919943,0.52304738,0.53246911
+0.22593842,0.52639479,0.53375736
+0.22243635,0.52976175,0.53506084
+0.21869708,0.53314592,0.53637622
+0.21472177,0.53654544,0.53769908
+0.21049097,0.53996144,0.53902151
+0.20602332,0.5433894,0.54034076
+0.20129189,0.54683133,0.54164703
+0.19632014,0.5502822,0.54293704
+0.1910817,0.5537437,0.54420016
+0.1856016,0.55721085,0.54543206
+0.17986279,0.56068409,0.5466222
+0.17388472,0.56415953,0.54776421
+0.16767592,0.56763485,0.54884959
+0.16124118,0.57110836,0.54986858
+0.15461572,0.57457555,0.55081476
+0.14782653,0.57803342,0.55167986
+0.14090518,0.58147916,0.55245531
+0.13391472,0.5849079,0.5531362
+0.12692017,0.58831582,0.55371706
+0.12000191,0.59169907,0.55419371
+0.11326013,0.59505365,0.55456398
+0.10681409,0.59837568,0.55482785
+0.10079543,0.60166197,0.55498638
+0.09534887,0.60490977,0.55504241
+0.09063347,0.60811639,0.55500215
+0.08679049,0.61128079,0.55487004
+0.08394854,0.6144023,0.55465197
+0.08221537,0.61748019,0.55435753
+0.08164325,0.6205151,0.55399342
+0.08223013,0.62350855,0.55356369
+0.08394439,0.62646065,0.55308231
+0.08668611,0.6293742,0.55254872
+0.09034668,0.63225032,0.55197376
+0.09479378,0.63509139,0.55135952
+0.09989897,0.63789906,0.55071423
+0.10553908,0.64067585,0.55003665
+0.11160448,0.64342303,0.54933941
+0.11800283,0.64614329,0.54861541
+0.12465323,0.64883798,0.54787462
+0.13149053,0.65150897,0.54711829
+0.13846531,0.65415809,0.5463437
+0.1455335,0.65678673,0.54555555
+0.15265709,0.65939627,0.54476003
+0.15981518,0.66198821,0.54395146
+0.16698676,0.66456378,0.54313117
+0.17415531,0.66712409,0.54230031
+0.18130458,0.66967023,0.54146307
+0.18842545,0.67220323,0.54061925
+0.19551341,0.67472397,0.53976647
+0.2025629,0.67723331,0.53890516
+0.20956984,0.67973202,0.53803564
+0.2165314,0.68222082,0.53715809
+0.22344573,0.68470038,0.53627262
+0.23031175,0.6871713,0.53537923
+0.23712903,0.68963415,0.53447784
+0.24389765,0.69208946,0.53356833
+0.25061808,0.6945377,0.53265048
+0.25729111,0.69697932,0.53172407
+0.26391778,0.6994147,0.53078879
+0.27049933,0.70184423,0.52984433
+0.27703712,0.70426823,0.52889033
+0.28353264,0.70668701,0.52792642
+0.28998746,0.70910086,0.52695218
+0.29640321,0.71151001,0.52596722
+0.30278152,0.71391471,0.5249711
+0.30912407,0.71631516,0.52396339
+0.31543254,0.71871153,0.52294366
+0.3217086,0.72110401,0.52191145
+0.3279539,0.72349274,0.52086633
+0.33417008,0.72587784,0.51980786
+0.34035875,0.72825944,0.5187356
+0.34652147,0.73063763,0.51764911
+0.35265864,0.73301261,0.51654918
+0.35877137,0.73538448,0.51543583
+0.3648628,0.73775319,0.51430692
+0.37093438,0.74011877,0.51316203
+0.37698751,0.74248126,0.51200075
+0.38302357,0.7448407,0.51082267
+0.38904388,0.7471971,0.5096274
+0.39504973,0.74955049,0.50841457
+0.40104082,0.75190103,0.5071855
+0.40701899,0.75424866,0.50593917
+0.41298655,0.75659325,0.50467398
+0.41894464,0.75893479,0.50338958
+0.42489434,0.76127325,0.50208564
+0.43083671,0.76360862,0.50076184
+0.43677259,0.76594088,0.4994181
+0.44270136,0.7682702,0.49805594
+0.44862605,0.77059628,0.49667271
+0.45454756,0.77291909,0.49526814
+0.46046679,0.77523857,0.49384196
+0.46638456,0.77755469,0.4923939
+0.47230148,0.7798674,0.49092398
+0.47821759,0.78217677,0.48943283
+0.48413494,0.78448256,0.48791871
+0.49005423,0.78678471,0.48638138
+0.49597616,0.78908317,0.48482063
+0.50190137,0.79137786,0.48323626
+0.5078303,0.79366877,0.48162833
+0.5137638,0.79595578,0.47999631
+0.51970278,0.79823879,0.47833963
+0.52564777,0.80051774,0.47665809
+0.53159931,0.80279254,0.47495153
+0.53755788,0.80506315,0.47321975
+0.54352447,0.80732942,0.47146196
+0.54949945,0.80959129,0.46967805
+0.55548322,0.81184871,0.4678679
+0.56147617,0.8141016,0.46603131
+0.5674787,0.81634992,0.46416812
+0.57349149,0.81859354,0.46227771
+0.57951582,0.82083223,0.46035867
+0.58555114,0.82306609,0.45841193
+0.59159777,0.82529507,0.45643726
+0.59765599,0.82751909,0.45443444
+0.60372607,0.82973812,0.45240324
+0.60980907,0.83195194,0.45034236
+0.61590608,0.83416034,0.44825035
+0.62201604,0.83636352,0.44612867
+0.62813915,0.83856142,0.443977
+0.6342756,0.84075401,0.44179501
+0.64042559,0.84294124,0.43958235
+0.64658927,0.84512308,0.43733862
+0.65276961,0.84729891,0.43505957
+0.65896438,0.84946917,0.43274795
+0.66517356,0.85163387,0.43040351
+0.67139725,0.85379299,0.4280257
+0.67763555,0.85594651,0.42561396
+0.68388856,0.8580944,0.42316766
+0.69015635,0.86023667,0.42068611
+0.69643989,0.86237309,0.41816731
+0.70274062,0.86450334,0.41560843
+0.70905639,0.86662792,0.41301167
+0.71538721,0.86874683,0.41037609
+0.72173308,0.87086011,0.40770069
+0.72809396,0.87296778,0.40498434
+0.7344698,0.87506988,0.40222583
+0.74086053,0.87716647,0.39942384
+0.74726606,0.8792576,0.39657691
+0.75368625,0.88134336,0.39368347
+0.76012096,0.88342383,0.39074178
+0.76656999,0.88549913,0.38774996
+0.77303308,0.8875694,0.38470595
+0.77950995,0.88963477,0.38160749
+0.78600023,0.89169545,0.37845211
+0.79250349,0.89375165,0.37523713
+0.79901921,0.89580363,0.37195957
+0.80554676,0.8978517,0.36861621
+0.8120854,0.89989622,0.3652035
+0.81863422,0.90193761,0.36171754
+0.82519216,0.90397637,0.35815405
+0.83175795,0.9060131,0.35450833
+0.83833008,0.90804849,0.3507752
+0.84490673,0.91008337,0.34694895
+0.85148576,0.91211872,0.34302325
+0.85806684,0.91415505,0.33898699
+0.86465276,0.91619201,0.3348209
+0.87123317,0.91823316,0.33052851
+0.87780375,0.9202804,0.32609988
+0.88435971,0.92233593,0.32152327
+0.89091043,0.92439784,0.31675269
+0.89743393,0.9264737,0.31180336
+0.9039243,0.92856651,0.3066523
+0.91038551,0.93067656,0.30124469
+0.91678774,0.93281453,0.29559791
+0.92313653,0.9349809,0.28963085
+0.92939556,0.93718902,0.28335908
+0.93555967,0.93944353,0.2766966
+0.94159054,0.94175935,0.26963707
+0.94745672,0.94414992,0.26213946
+0.95312442,0.94662987,0.25415069
+0.9585465,0.94921781,0.24566287
+0.96367764,0.95193147,0.23667632
+0.96847776,0.95478608,0.22720755
+0.97291733,0.95779215,0.21729217
+0.97698301,0.96095356,0.20697158
+
Index: /trunk/resources/data/help-browser.css
===================================================================
--- /trunk/resources/data/help-browser.css	(revision 16006)
+++ /trunk/resources/data/help-browser.css	(revision 16006)
@@ -0,0 +1,191 @@
+@CHARSET "ISO-8859-1";
+/*
+ * This is the CSS file used in the internal help browser.
+ * Refer to https://docs.oracle.com/javase/8/docs/api/javax/swing/text/html/CSS.html
+ * and https://www.w3.org/TR/CSS1/ to see what CSS properties are supported by Java.
+ * - Not rendered are width, height, float, clear, display, font-variant and others.
+ * - Inline elements can't have borders, margins and paddings.
+ */
+body {margin-left: 0.2cm; font-family: Arial, sans-serif; font-size:14pt; font-weight:normal}
+p {margin-top: 5px; margin-bottom: 5px;}
+h1 {font-family: Arial, sans-serif; font-size:24pt; font-weight:bold}
+h2 {margin-top: 14pt; font-family: Arial, sans-serif; font-size:20pt; font-weight:bold}
+h3 {margin-top: 14pt; font-family: Arial, sans-serif; font-size:16pt; font-weight:bold}
+h4 {margin-top: 14pt; font-family: Arial, sans-serif; font-size:14pt; font-weight:bold}
+a {font-family: Arial, sans-serif; font-size:14pt; font-weight:normal; text-decoration: underline; color: blue}
+ul {margin-left: 1cm; list-style-type: disc}
+ul ul {margin-left: 1cm; list-style-type: circle}
+ol {margin-left: 1cm;}
+strong {font-weight: bold}
+b {font-weight: bold}
+em {font-style: italic}
+i {font-style: italic}
+code, pre, samp, tt {
+	background-color: rgb(240, 240, 240);
+	font-family: Courier New;
+	color: rgb(102, 0, 0);
+}
+code, tt {
+	font-size: 110%;
+}
+.warning-header {
+	font-family: Arial, sans-serif; 
+	font-size:24pt; 
+	font-weight:bold
+}
+.warning-body {
+	background-color:rgb(253,255,221);
+	padding: 10pt; 
+	border-color:rgb(128,128,128);
+	border-style: solid; 
+	border-width: 1px;
+}
+
+.error-header {
+	font-family: Arial, sans-serif; 
+	font-size:24pt; 
+	font-weight:bold
+}
+.error-body {
+	background-color:rgb(254,195,190);
+	padding: 10pt; 
+	border-color:rgb(128,128,128);
+	border-style: solid; 
+	border-width: 1px;
+}
+
+/********
+ TRAC CSS
+ ********/
+
+dl.wiki { margin-top: 5px; margin-bottom: 5px }
+dl.wiki dt { font-weight: bold }
+dl.wiki dd { margin-left: 40px }
+
+div.code pre .hll { background-color: #ffffcc }
+div.code pre  { background: #ffffff; }
+div.code pre .c { color: #999988; font-style: italic } /* Comment */
+div.code pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+div.code pre .k { font-weight: bold } /* Keyword */
+div.code pre .o { font-weight: bold } /* Operator */
+div.code pre .ch { color: #999988; font-style: italic } /* Comment.Hashbang */
+div.code pre .cm { color: #999988; font-style: italic } /* Comment.Multiline */
+div.code pre .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
+div.code pre .cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */
+div.code pre .c1 { color: #999988; font-style: italic } /* Comment.Single */
+div.code pre .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
+div.code pre .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+div.code pre .ge { font-style: italic } /* Generic.Emph */
+div.code pre .gr { color: #aa0000 } /* Generic.Error */
+div.code pre .gh { color: #999999 } /* Generic.Heading */
+div.code pre .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+div.code pre .go { color: #888888 } /* Generic.Output */
+div.code pre .gp { color: #555555 } /* Generic.Prompt */
+div.code pre .gs { font-weight: bold } /* Generic.Strong */
+div.code pre .gu { color: #aaaaaa } /* Generic.Subheading */
+div.code pre .gt { color: #aa0000 } /* Generic.Traceback */
+div.code pre .kc { font-weight: bold } /* Keyword.Constant */
+div.code pre .kd { font-weight: bold } /* Keyword.Declaration */
+div.code pre .kn { font-weight: bold } /* Keyword.Namespace */
+div.code pre .kp { font-weight: bold } /* Keyword.Pseudo */
+div.code pre .kr { font-weight: bold } /* Keyword.Reserved */
+div.code pre .kt { color: #445588; font-weight: bold } /* Keyword.Type */
+div.code pre .m { color: #009999 } /* Literal.Number */
+div.code pre .s { color: #bb8844 } /* Literal.String */
+div.code pre .na { color: #008080 } /* Name.Attribute */
+div.code pre .nb { color: #999999 } /* Name.Builtin */
+div.code pre .nc { color: #445588; font-weight: bold } /* Name.Class */
+div.code pre .no { color: #008080 } /* Name.Constant */
+div.code pre .ni { color: #800080 } /* Name.Entity */
+div.code pre .ne { color: #990000; font-weight: bold } /* Name.Exception */
+div.code pre .nf { color: #990000; font-weight: bold } /* Name.Function */
+div.code pre .nn { color: #555555 } /* Name.Namespace */
+div.code pre .nt { color: #000080 } /* Name.Tag */
+div.code pre .nv { color: #008080 } /* Name.Variable */
+div.code pre .ow { font-weight: bold } /* Operator.Word */
+div.code pre .w { color: #bbbbbb } /* Text.Whitespace */
+div.code pre .mb { color: #009999 } /* Literal.Number.Bin */
+div.code pre .mf { color: #009999 } /* Literal.Number.Float */
+div.code pre .mh { color: #009999 } /* Literal.Number.Hex */
+div.code pre .mi { color: #009999 } /* Literal.Number.Integer */
+div.code pre .mo { color: #009999 } /* Literal.Number.Oct */
+div.code pre .sb { color: #bb8844 } /* Literal.String.Backtick */
+div.code pre .sc { color: #bb8844 } /* Literal.String.Char */
+div.code pre .sd { color: #bb8844 } /* Literal.String.Doc */
+div.code pre .s2 { color: #bb8844 } /* Literal.String.Double */
+div.code pre .se { color: #bb8844 } /* Literal.String.Escape */
+div.code pre .sh { color: #bb8844 } /* Literal.String.Heredoc */
+div.code pre .si { color: #bb8844 } /* Literal.String.Interpol */
+div.code pre .sx { color: #bb8844 } /* Literal.String.Other */
+div.code pre .sr { color: #808000 } /* Literal.String.Regex */
+div.code pre .s1 { color: #bb8844 } /* Literal.String.Single */
+div.code pre .ss { color: #bb8844 } /* Literal.String.Symbol */
+div.code pre .bp { color: #999999 } /* Name.Builtin.Pseudo */
+div.code pre .vc { color: #008080 } /* Name.Variable.Class */
+div.code pre .vg { color: #008080 } /* Name.Variable.Global */
+div.code pre .vi { color: #008080 } /* Name.Variable.Instance */
+div.code pre .il { color: #009999 } /* Literal.Number.Integer.Long */
+
+table.code td .hll { background-color: #ffffcc }
+table.code td  { background: #ffffff; }
+table.code td .c { color: #999988; font-style: italic } /* Comment */
+table.code td .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+table.code td .k { font-weight: bold } /* Keyword */
+table.code td .o { font-weight: bold } /* Operator */
+table.code td .ch { color: #999988; font-style: italic } /* Comment.Hashbang */
+table.code td .cm { color: #999988; font-style: italic } /* Comment.Multiline */
+table.code td .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
+table.code td .cpf { color: #999988; font-style: italic } /* Comment.PreprocFile */
+table.code td .c1 { color: #999988; font-style: italic } /* Comment.Single */
+table.code td .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
+table.code td .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+table.code td .ge { font-style: italic } /* Generic.Emph */
+table.code td .gr { color: #aa0000 } /* Generic.Error */
+table.code td .gh { color: #999999 } /* Generic.Heading */
+table.code td .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+table.code td .go { color: #888888 } /* Generic.Output */
+table.code td .gp { color: #555555 } /* Generic.Prompt */
+table.code td .gs { font-weight: bold } /* Generic.Strong */
+table.code td .gu { color: #aaaaaa } /* Generic.Subheading */
+table.code td .gt { color: #aa0000 } /* Generic.Traceback */
+table.code td .kc { font-weight: bold } /* Keyword.Constant */
+table.code td .kd { font-weight: bold } /* Keyword.Declaration */
+table.code td .kn { font-weight: bold } /* Keyword.Namespace */
+table.code td .kp { font-weight: bold } /* Keyword.Pseudo */
+table.code td .kr { font-weight: bold } /* Keyword.Reserved */
+table.code td .kt { color: #445588; font-weight: bold } /* Keyword.Type */
+table.code td .m { color: #009999 } /* Literal.Number */
+table.code td .s { color: #bb8844 } /* Literal.String */
+table.code td .na { color: #008080 } /* Name.Attribute */
+table.code td .nb { color: #999999 } /* Name.Builtin */
+table.code td .nc { color: #445588; font-weight: bold } /* Name.Class */
+table.code td .no { color: #008080 } /* Name.Constant */
+table.code td .ni { color: #800080 } /* Name.Entity */
+table.code td .ne { color: #990000; font-weight: bold } /* Name.Exception */
+table.code td .nf { color: #990000; font-weight: bold } /* Name.Function */
+table.code td .nn { color: #555555 } /* Name.Namespace */
+table.code td .nt { color: #000080 } /* Name.Tag */
+table.code td .nv { color: #008080 } /* Name.Variable */
+table.code td .ow { font-weight: bold } /* Operator.Word */
+table.code td .w { color: #bbbbbb } /* Text.Whitespace */
+table.code td .mb { color: #009999 } /* Literal.Number.Bin */
+table.code td .mf { color: #009999 } /* Literal.Number.Float */
+table.code td .mh { color: #009999 } /* Literal.Number.Hex */
+table.code td .mi { color: #009999 } /* Literal.Number.Integer */
+table.code td .mo { color: #009999 } /* Literal.Number.Oct */
+table.code td .sb { color: #bb8844 } /* Literal.String.Backtick */
+table.code td .sc { color: #bb8844 } /* Literal.String.Char */
+table.code td .sd { color: #bb8844 } /* Literal.String.Doc */
+table.code td .s2 { color: #bb8844 } /* Literal.String.Double */
+table.code td .se { color: #bb8844 } /* Literal.String.Escape */
+table.code td .sh { color: #bb8844 } /* Literal.String.Heredoc */
+table.code td .si { color: #bb8844 } /* Literal.String.Interpol */
+table.code td .sx { color: #bb8844 } /* Literal.String.Other */
+table.code td .sr { color: #808000 } /* Literal.String.Regex */
+table.code td .s1 { color: #bb8844 } /* Literal.String.Single */
+table.code td .ss { color: #bb8844 } /* Literal.String.Symbol */
+table.code td .bp { color: #999999 } /* Name.Builtin.Pseudo */
+table.code td .vc { color: #008080 } /* Name.Variable.Class */
+table.code td .vg { color: #008080 } /* Name.Variable.Global */
+table.code td .vi { color: #008080 } /* Name.Variable.Instance */
+table.code td .il { color: #009999 } /* Literal.Number.Integer.Long */
Index: /trunk/resources/data/maps.xsd
===================================================================
--- /trunk/resources/data/maps.xsd	(revision 16006)
+++ /trunk/resources/data/maps.xsd	(revision 16006)
@@ -0,0 +1,756 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://josm.openstreetmap.de/maps-1.0"
+    xmlns:tns="http://josm.openstreetmap.de/maps-1.0" elementFormDefault="qualified">
+
+    <xs:simpleType name="latitude">
+        <xs:restriction base="xs:decimal">
+            <xs:minInclusive value="-90" />
+            <xs:maxInclusive value="+90" />
+        </xs:restriction>
+    </xs:simpleType>
+
+    <xs:simpleType name="longitude">
+        <xs:restriction base="xs:decimal">
+            <xs:minInclusive value="-180" />
+            <xs:maxInclusive value="+180" />
+        </xs:restriction>
+    </xs:simpleType>
+    
+    <xs:simpleType name="id">
+        <!-- exclude white space characters and characters that are not valid for file names in Windows -->
+        <xs:restriction base="xs:string">
+            <xs:pattern value='[^\s/\\:*?"&lt;>|,;]+' />
+        </xs:restriction>
+    </xs:simpleType>
+
+    <xs:complexType name="oldid">
+        <xs:simpleContent>
+            <xs:extension base="tns:id">
+                <!-- date of the retirement of this ID -->
+                <xs:attribute name="date" type="xs:date" use="required" />
+            </xs:extension>
+        </xs:simpleContent>
+    </xs:complexType>
+
+    <xs:simpleType name="type">
+        <xs:restriction base="xs:string">
+            <xs:enumeration value="wms" />
+            <xs:enumeration value="wms_endpoint" />
+            <xs:enumeration value="wmts" />
+            <xs:enumeration value="tms" />
+            <xs:enumeration value="bing" />
+            <xs:enumeration value="scanex" />
+        </xs:restriction>
+    </xs:simpleType>
+
+    <xs:simpleType name="zoom">
+        <xs:restriction base="xs:integer">
+            <xs:minInclusive value="0" />
+            <xs:maxInclusive value="24" />
+        </xs:restriction>
+    </xs:simpleType>
+
+    <xs:complexType name="eula">
+        <xs:simpleContent>
+            <xs:extension base="xs:anyURI" >
+                <xs:attribute name="mandatory" type="xs:boolean" use="optional" />
+            </xs:extension>
+        </xs:simpleContent>
+    </xs:complexType>
+
+    <xs:complexType name="attribution-text">
+        <xs:simpleContent>
+            <xs:extension base="xs:string">
+                <xs:attribute name="mandatory" type="xs:boolean" use="optional" />
+            </xs:extension>
+        </xs:simpleContent>
+    </xs:complexType>
+
+    <xs:complexType name="description">
+        <xs:simpleContent>
+            <xs:extension base="xs:string">
+                <xs:attribute name="lang" type="xs:string" use="required" />
+            </xs:extension>
+        </xs:simpleContent>
+    </xs:complexType>
+
+    <xs:complexType name="name">
+        <xs:simpleContent>
+            <xs:extension base="xs:string">
+                <xs:attribute name="lang" type="xs:string" use="optional" />
+            </xs:extension>
+        </xs:simpleContent>
+    </xs:complexType>
+
+    <xs:complexType name="point">
+        <xs:attribute name="lat" type="tns:latitude" use="required" />
+        <xs:attribute name="lon" type="tns:longitude" use="required" />
+    </xs:complexType>
+
+    <xs:complexType name="shape">
+        <xs:sequence>
+            <xs:element name="point" minOccurs="3" maxOccurs="999" type="tns:point" />
+        </xs:sequence>
+    </xs:complexType>
+
+    <xs:complexType name="bounds">
+        <xs:sequence>
+            <xs:element name="shape" minOccurs="0" maxOccurs="100" type="tns:shape" />
+        </xs:sequence>
+        <xs:attribute name="min-lat" type="tns:latitude" use="required" />
+        <xs:attribute name="min-lon" type="tns:longitude" use="required" />
+        <xs:attribute name="max-lat" type="tns:latitude" use="required" />
+        <xs:attribute name="max-lon" type="tns:longitude" use="required" />
+    </xs:complexType>
+
+    <xs:complexType name="projections">
+        <xs:sequence>
+            <!-- TODO: find an easy way to validate projections codes -->
+            <xs:element name="code" minOccurs="0" maxOccurs="unbounded" type="xs:string" />
+        </xs:sequence>
+    </xs:complexType>
+
+    <xs:complexType name="defaultLayers">
+        <xs:sequence>
+            <xs:element name="layer" maxOccurs="unbounded">
+                <xs:complexType>
+                    <xs:attribute name="name" type="xs:string" use="optional" />
+                    <xs:attribute name="style" type="xs:string" use="optional" />
+                    <xs:attribute name="tile-matrix-set" type="xs:string" use="optional" />
+                </xs:complexType>
+            </xs:element>
+        </xs:sequence>
+    </xs:complexType>
+
+    <!-- ISO3166-1, taken from https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Current_codes + "EU" for Europe -->
+    <xs:simpleType name="iso3166">
+        <xs:restriction base="xs:string">
+            <!-- EUROPE (JOSM ONLY) -->
+            <xs:enumeration value="EU" />
+            <!-- KOSOVO (TEMPORARY USER-ASSIGNED CODE) -->
+            <xs:enumeration value="XK" />
+            <!-- AFGHANISTAN -->
+            <xs:enumeration value="AF" />
+            <!-- ÅLAND ISLANDS -->
+            <xs:enumeration value="AX" />
+            <!-- ALBANIA -->
+            <xs:enumeration value="AL" />
+            <!-- ALGERIA -->
+            <xs:enumeration value="DZ" />
+            <!-- AMERICAN SAMOA -->
+            <xs:enumeration value="AS" />
+            <!-- ANDORRA -->
+            <xs:enumeration value="AD" />
+            <!-- ANGOLA -->
+            <xs:enumeration value="AO" />
+            <!-- ANGUILLA -->
+            <xs:enumeration value="AI" />
+            <!-- ANTARCTICA -->
+            <xs:enumeration value="AQ" />
+            <!-- ANTIGUA AND BARBUDA -->
+            <xs:enumeration value="AG" />
+            <!-- ARGENTINA -->
+            <xs:enumeration value="AR" />
+            <!-- ARMENIA -->
+            <xs:enumeration value="AM" />
+            <!-- ARUBA -->
+            <xs:enumeration value="AW" />
+            <!-- AUSTRALIA -->
+            <xs:enumeration value="AU" />
+            <!-- AUSTRIA -->
+            <xs:enumeration value="AT" />
+            <!-- AZERBAIJAN -->
+            <xs:enumeration value="AZ" />
+            <!-- BAHAMAS -->
+            <xs:enumeration value="BS" />
+            <!-- BAHRAIN -->
+            <xs:enumeration value="BH" />
+            <!-- BANGLADESH -->
+            <xs:enumeration value="BD" />
+            <!-- BARBADOS -->
+            <xs:enumeration value="BB" />
+            <!-- BELARUS -->
+            <xs:enumeration value="BY" />
+            <!-- BELGIUM -->
+            <xs:enumeration value="BE" />
+            <!-- BELIZE -->
+            <xs:enumeration value="BZ" />
+            <!-- BENIN -->
+            <xs:enumeration value="BJ" />
+            <!-- BERMUDA -->
+            <xs:enumeration value="BM" />
+            <!-- BHUTAN -->
+            <xs:enumeration value="BT" />
+            <!-- BOLIVIA, PLURINATIONAL STATE OF -->
+            <xs:enumeration value="BO" />
+            <!-- BONAIRE, SINT EUSTATIUS AND SABA -->
+            <xs:enumeration value="BQ" />
+            <!-- BOSNIA AND HERZEGOVINA -->
+            <xs:enumeration value="BA" />
+            <!-- BOTSWANA -->
+            <xs:enumeration value="BW" />
+            <!-- BOUVET ISLAND -->
+            <xs:enumeration value="BV" />
+            <!-- BRAZIL -->
+            <xs:enumeration value="BR" />
+            <!-- BRITISH INDIAN OCEAN TERRITORY -->
+            <xs:enumeration value="IO" />
+            <!-- BRUNEI DARUSSALAM -->
+            <xs:enumeration value="BN" />
+            <!-- BULGARIA -->
+            <xs:enumeration value="BG" />
+            <!-- BURKINA FASO -->
+            <xs:enumeration value="BF" />
+            <!-- BURUNDI -->
+            <xs:enumeration value="BI" />
+            <!-- CAMBODIA -->
+            <xs:enumeration value="KH" />
+            <!-- CAMEROON -->
+            <xs:enumeration value="CM" />
+            <!-- CANADA -->
+            <xs:enumeration value="CA" />
+            <!-- CAPE VERDE -->
+            <xs:enumeration value="CV" />
+            <!-- CAYMAN ISLANDS -->
+            <xs:enumeration value="KY" />
+            <!-- CENTRAL AFRICAN REPUBLIC -->
+            <xs:enumeration value="CF" />
+            <!-- CHAD -->
+            <xs:enumeration value="TD" />
+            <!-- CHILE -->
+            <xs:enumeration value="CL" />
+            <!-- CHINA -->
+            <xs:enumeration value="CN" />
+            <!-- CHRISTMAS ISLAND -->
+            <xs:enumeration value="CX" />
+            <!-- COCOS (KEELING) ISLANDS -->
+            <xs:enumeration value="CC" />
+            <!-- COLOMBIA -->
+            <xs:enumeration value="CO" />
+            <!-- COMOROS -->
+            <xs:enumeration value="KM" />
+            <!-- CONGO -->
+            <xs:enumeration value="CG" />
+            <!-- CONGO, THE DEMOCRATIC REPUBLIC OF THE -->
+            <xs:enumeration value="CD" />
+            <!-- COOK ISLANDS -->
+            <xs:enumeration value="CK" />
+            <!-- COSTA RICA -->
+            <xs:enumeration value="CR" />
+            <!-- CÔTE D'IVOIRE -->
+            <xs:enumeration value="CI" />
+            <!-- CROATIA -->
+            <xs:enumeration value="HR" />
+            <!-- CUBA -->
+            <xs:enumeration value="CU" />
+            <!-- CURAÇAO -->
+            <xs:enumeration value="CW" />
+            <!-- CYPRUS -->
+            <xs:enumeration value="CY" />
+            <!-- CZECH REPUBLIC -->
+            <xs:enumeration value="CZ" />
+            <!-- DENMARK -->
+            <xs:enumeration value="DK" />
+            <!-- DJIBOUTI -->
+            <xs:enumeration value="DJ" />
+            <!-- DOMINICA -->
+            <xs:enumeration value="DM" />
+            <!-- DOMINICAN REPUBLIC -->
+            <xs:enumeration value="DO" />
+            <!-- ECUADOR -->
+            <xs:enumeration value="EC" />
+            <!-- EGYPT -->
+            <xs:enumeration value="EG" />
+            <!-- EL SALVADOR -->
+            <xs:enumeration value="SV" />
+            <!-- EQUATORIAL GUINEA -->
+            <xs:enumeration value="GQ" />
+            <!-- ERITREA -->
+            <xs:enumeration value="ER" />
+            <!-- ESTONIA -->
+            <xs:enumeration value="EE" />
+            <!-- ETHIOPIA -->
+            <xs:enumeration value="ET" />
+            <!-- FALKLAND ISLANDS (MALVINAS) -->
+            <xs:enumeration value="FK" />
+            <!-- FAROE ISLANDS -->
+            <xs:enumeration value="FO" />
+            <!-- FIJI -->
+            <xs:enumeration value="FJ" />
+            <!-- FINLAND -->
+            <xs:enumeration value="FI" />
+            <!-- FRANCE -->
+            <xs:enumeration value="FR" />
+            <!-- FRENCH GUIANA -->
+            <xs:enumeration value="GF" />
+            <!-- FRENCH POLYNESIA -->
+            <xs:enumeration value="PF" />
+            <!-- FRENCH SOUTHERN TERRITORIES -->
+            <xs:enumeration value="TF" />
+            <!-- GABON -->
+            <xs:enumeration value="GA" />
+            <!-- GAMBIA -->
+            <xs:enumeration value="GM" />
+            <!-- GEORGIA -->
+            <xs:enumeration value="GE" />
+            <!-- GERMANY -->
+            <xs:enumeration value="DE" />
+            <!-- GHANA -->
+            <xs:enumeration value="GH" />
+            <!-- GIBRALTAR -->
+            <xs:enumeration value="GI" />
+            <!-- GREECE -->
+            <xs:enumeration value="GR" />
+            <!-- GREENLAND -->
+            <xs:enumeration value="GL" />
+            <!-- GRENADA -->
+            <xs:enumeration value="GD" />
+            <!-- GUADELOUPE -->
+            <xs:enumeration value="GP" />
+            <!-- GUAM -->
+            <xs:enumeration value="GU" />
+            <!-- GUATEMALA -->
+            <xs:enumeration value="GT" />
+            <!-- GUERNSEY -->
+            <xs:enumeration value="GG" />
+            <!-- GUINEA -->
+            <xs:enumeration value="GN" />
+            <!-- GUINEA-BISSAU -->
+            <xs:enumeration value="GW" />
+            <!-- GUYANA -->
+            <xs:enumeration value="GY" />
+            <!-- HAITI -->
+            <xs:enumeration value="HT" />
+            <!-- HEARD ISLAND AND MCDONALD ISLANDS -->
+            <xs:enumeration value="HM" />
+            <!-- HOLY SEE (VATICAN CITY STATE) -->
+            <xs:enumeration value="VA" />
+            <!-- HONDURAS -->
+            <xs:enumeration value="HN" />
+            <!-- HONG KONG -->
+            <xs:enumeration value="HK" />
+            <!-- HUNGARY -->
+            <xs:enumeration value="HU" />
+            <!-- ICELAND -->
+            <xs:enumeration value="IS" />
+            <!-- INDIA -->
+            <xs:enumeration value="IN" />
+            <!-- INDONESIA -->
+            <xs:enumeration value="ID" />
+            <!-- IRAN, ISLAMIC REPUBLIC OF -->
+            <xs:enumeration value="IR" />
+            <!-- IRAQ -->
+            <xs:enumeration value="IQ" />
+            <!-- IRELAND -->
+            <xs:enumeration value="IE" />
+            <!-- ISLE OF MAN -->
+            <xs:enumeration value="IM" />
+            <!-- ISRAEL -->
+            <xs:enumeration value="IL" />
+            <!-- ITALY -->
+            <xs:enumeration value="IT" />
+            <!-- JAMAICA -->
+            <xs:enumeration value="JM" />
+            <!-- JAPAN -->
+            <xs:enumeration value="JP" />
+            <!-- JERSEY -->
+            <xs:enumeration value="JE" />
+            <!-- JORDAN -->
+            <xs:enumeration value="JO" />
+            <!-- KAZAKHSTAN -->
+            <xs:enumeration value="KZ" />
+            <!-- KENYA -->
+            <xs:enumeration value="KE" />
+            <!-- KIRIBATI -->
+            <xs:enumeration value="KI" />
+            <!-- KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF -->
+            <xs:enumeration value="KP" />
+            <!-- KOREA, REPUBLIC OF -->
+            <xs:enumeration value="KR" />
+            <!-- KUWAIT -->
+            <xs:enumeration value="KW" />
+            <!-- KYRGYZSTAN -->
+            <xs:enumeration value="KG" />
+            <!-- LAO PEOPLE'S DEMOCRATIC REPUBLIC -->
+            <xs:enumeration value="LA" />
+            <!-- LATVIA -->
+            <xs:enumeration value="LV" />
+            <!-- LEBANON -->
+            <xs:enumeration value="LB" />
+            <!-- LESOTHO -->
+            <xs:enumeration value="LS" />
+            <!-- LIBERIA -->
+            <xs:enumeration value="LR" />
+            <!-- LIBYAN ARAB JAMAHIRIYA -->
+            <xs:enumeration value="LY" />
+            <!-- LIECHTENSTEIN -->
+            <xs:enumeration value="LI" />
+            <!-- LITHUANIA -->
+            <xs:enumeration value="LT" />
+            <!-- LUXEMBOURG -->
+            <xs:enumeration value="LU" />
+            <!-- MACAO -->
+            <xs:enumeration value="MO" />
+            <!-- MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF -->
+            <xs:enumeration value="MK" />
+            <!-- MADAGASCAR -->
+            <xs:enumeration value="MG" />
+            <!-- MALAWI -->
+            <xs:enumeration value="MW" />
+            <!-- MALAYSIA -->
+            <xs:enumeration value="MY" />
+            <!-- MALDIVES -->
+            <xs:enumeration value="MV" />
+            <!-- MALI -->
+            <xs:enumeration value="ML" />
+            <!-- MALTA -->
+            <xs:enumeration value="MT" />
+            <!-- MARSHALL ISLANDS -->
+            <xs:enumeration value="MH" />
+            <!-- MARTINIQUE -->
+            <xs:enumeration value="MQ" />
+            <!-- MAURITANIA -->
+            <xs:enumeration value="MR" />
+            <!-- MAURITIUS -->
+            <xs:enumeration value="MU" />
+            <!-- MAYOTTE -->
+            <xs:enumeration value="YT" />
+            <!-- MEXICO -->
+            <xs:enumeration value="MX" />
+            <!-- MICRONESIA, FEDERATED STATES OF -->
+            <xs:enumeration value="FM" />
+            <!-- MOLDOVA, REPUBLIC OF -->
+            <xs:enumeration value="MD" />
+            <!-- MONACO -->
+            <xs:enumeration value="MC" />
+            <!-- MONGOLIA -->
+            <xs:enumeration value="MN" />
+            <!-- MONTENEGRO -->
+            <xs:enumeration value="ME" />
+            <!-- MONTSERRAT -->
+            <xs:enumeration value="MS" />
+            <!-- MOROCCO -->
+            <xs:enumeration value="MA" />
+            <!-- MOZAMBIQUE -->
+            <xs:enumeration value="MZ" />
+            <!-- MYANMAR -->
+            <xs:enumeration value="MM" />
+            <!-- NAMIBIA -->
+            <xs:enumeration value="NA" />
+            <!-- NAURU -->
+            <xs:enumeration value="NR" />
+            <!-- NEPAL -->
+            <xs:enumeration value="NP" />
+            <!-- NETHERLANDS -->
+            <xs:enumeration value="NL" />
+            <!-- NEW CALEDONIA -->
+            <xs:enumeration value="NC" />
+            <!-- NEW ZEALAND -->
+            <xs:enumeration value="NZ" />
+            <!-- NICARAGUA -->
+            <xs:enumeration value="NI" />
+            <!-- NIGER -->
+            <xs:enumeration value="NE" />
+            <!-- NIGERIA -->
+            <xs:enumeration value="NG" />
+            <!-- NIUE -->
+            <xs:enumeration value="NU" />
+            <!-- NORFOLK ISLAND -->
+            <xs:enumeration value="NF" />
+            <!-- NORTHERN MARIANA ISLANDS -->
+            <xs:enumeration value="MP" />
+            <!-- NORWAY -->
+            <xs:enumeration value="NO" />
+            <!-- OMAN -->
+            <xs:enumeration value="OM" />
+            <!-- PAKISTAN -->
+            <xs:enumeration value="PK" />
+            <!-- PALAU -->
+            <xs:enumeration value="PW" />
+            <!-- PALESTINIAN TERRITORY, OCCUPIED -->
+            <xs:enumeration value="PS" />
+            <!-- PANAMA -->
+            <xs:enumeration value="PA" />
+            <!-- PAPUA NEW GUINEA -->
+            <xs:enumeration value="PG" />
+            <!-- PARAGUAY -->
+            <xs:enumeration value="PY" />
+            <!-- PERU -->
+            <xs:enumeration value="PE" />
+            <!-- PHILIPPINES -->
+            <xs:enumeration value="PH" />
+            <!-- PITCAIRN -->
+            <xs:enumeration value="PN" />
+            <!-- POLAND -->
+            <xs:enumeration value="PL" />
+            <!-- PORTUGAL -->
+            <xs:enumeration value="PT" />
+            <!-- PUERTO RICO -->
+            <xs:enumeration value="PR" />
+            <!-- QATAR -->
+            <xs:enumeration value="QA" />
+            <!-- RÉUNION -->
+            <xs:enumeration value="RE" />
+            <!-- ROMANIA -->
+            <xs:enumeration value="RO" />
+            <!-- RUSSIAN FEDERATION -->
+            <xs:enumeration value="RU" />
+            <!-- RWANDA -->
+            <xs:enumeration value="RW" />
+            <!-- SAINT BARTHÉLEMY -->
+            <xs:enumeration value="BL" />
+            <!-- SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA -->
+            <xs:enumeration value="SH" />
+            <!-- SAINT KITTS AND NEVIS -->
+            <xs:enumeration value="KN" />
+            <!-- SAINT LUCIA -->
+            <xs:enumeration value="LC" />
+            <!-- SAINT MARTIN (FRENCH PART) -->
+            <xs:enumeration value="MF" />
+            <!-- SAINT PIERRE AND MIQUELON -->
+            <xs:enumeration value="PM" />
+            <!-- SAINT VINCENT AND THE GRENADINES -->
+            <xs:enumeration value="VC" />
+            <!-- SAMOA -->
+            <xs:enumeration value="WS" />
+            <!-- SAN MARINO -->
+            <xs:enumeration value="SM" />
+            <!-- SAO TOME AND PRINCIPE -->
+            <xs:enumeration value="ST" />
+            <!-- SAUDI ARABIA -->
+            <xs:enumeration value="SA" />
+            <!-- SENEGAL -->
+            <xs:enumeration value="SN" />
+            <!-- SERBIA -->
+            <xs:enumeration value="RS" />
+            <!-- SEYCHELLES -->
+            <xs:enumeration value="SC" />
+            <!-- SIERRA LEONE -->
+            <xs:enumeration value="SL" />
+            <!-- SINGAPORE -->
+            <xs:enumeration value="SG" />
+            <!-- SINT MAARTEN (DUTCH PART) -->
+            <xs:enumeration value="SX" />
+            <!-- SLOVAKIA -->
+            <xs:enumeration value="SK" />
+            <!-- SLOVENIA -->
+            <xs:enumeration value="SI" />
+            <!-- SOLOMON ISLANDS -->
+            <xs:enumeration value="SB" />
+            <!-- SOMALIA -->
+            <xs:enumeration value="SO" />
+            <!-- SOUTH AFRICA -->
+            <xs:enumeration value="ZA" />
+            <!-- SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS -->
+            <xs:enumeration value="GS" />
+            <!-- SOUTH SUDAN -->
+            <xs:enumeration value="SS" />
+            <!-- SPAIN -->
+            <xs:enumeration value="ES" />
+            <!-- SRI LANKA -->
+            <xs:enumeration value="LK" />
+            <!-- SUDAN -->
+            <xs:enumeration value="SD" />
+            <!-- SURINAME -->
+            <xs:enumeration value="SR" />
+            <!-- SVALBARD AND JAN MAYEN -->
+            <xs:enumeration value="SJ" />
+            <!-- SWAZILAND -->
+            <xs:enumeration value="SZ" />
+            <!-- SWEDEN -->
+            <xs:enumeration value="SE" />
+            <!-- SWITZERLAND -->
+            <xs:enumeration value="CH" />
+            <!-- SYRIAN ARAB REPUBLIC -->
+            <xs:enumeration value="SY" />
+            <!-- TAIWAN, PROVINCE OF CHINA -->
+            <xs:enumeration value="TW" />
+            <!-- TAJIKISTAN -->
+            <xs:enumeration value="TJ" />
+            <!-- TANZANIA, UNITED REPUBLIC OF -->
+            <xs:enumeration value="TZ" />
+            <!-- THAILAND -->
+            <xs:enumeration value="TH" />
+            <!-- TIMOR-LESTE -->
+            <xs:enumeration value="TL" />
+            <!-- TOGO -->
+            <xs:enumeration value="TG" />
+            <!-- TOKELAU -->
+            <xs:enumeration value="TK" />
+            <!-- TONGA -->
+            <xs:enumeration value="TO" />
+            <!-- TRINIDAD AND TOBAGO -->
+            <xs:enumeration value="TT" />
+            <!-- TUNISIA -->
+            <xs:enumeration value="TN" />
+            <!-- TURKEY -->
+            <xs:enumeration value="TR" />
+            <!-- TURKMENISTAN -->
+            <xs:enumeration value="TM" />
+            <!-- TURKS AND CAICOS ISLANDS -->
+            <xs:enumeration value="TC" />
+            <!-- TUVALU -->
+            <xs:enumeration value="TV" />
+            <!-- UGANDA -->
+            <xs:enumeration value="UG" />
+            <!-- UKRAINE -->
+            <xs:enumeration value="UA" />
+            <!-- UNITED ARAB EMIRATES -->
+            <xs:enumeration value="AE" />
+            <!-- UNITED KINGDOM -->
+            <xs:enumeration value="GB" />
+            <!-- UNITED STATES -->
+            <xs:enumeration value="US" />
+            <!-- UNITED STATES MINOR OUTLYING ISLANDS -->
+            <xs:enumeration value="UM" />
+            <!-- URUGUAY -->
+            <xs:enumeration value="UY" />
+            <!-- UZBEKISTAN -->
+            <xs:enumeration value="UZ" />
+            <!-- VANUATU -->
+            <xs:enumeration value="VU" />
+            <!-- VENEZUELA, BOLIVARIAN REPUBLIC OF -->
+            <xs:enumeration value="VE" />
+            <!-- VIET NAM -->
+            <xs:enumeration value="VN" />
+            <!-- VIRGIN ISLANDS, BRITISH -->
+            <xs:enumeration value="VG" />
+            <!-- VIRGIN ISLANDS, U.S. -->
+            <xs:enumeration value="VI" />
+            <!-- WALLIS AND FUTUNA -->
+            <xs:enumeration value="WF" />
+            <!-- WESTERN SAHARA -->
+            <xs:enumeration value="EH" />
+            <!-- YEMEN -->
+            <xs:enumeration value="YE" />
+            <!-- ZAMBIA -->
+            <xs:enumeration value="ZM" />
+            <!-- ZIMBABWE -->
+            <xs:enumeration value="ZW" />
+        </xs:restriction>
+    </xs:simpleType>
+
+    <xs:complexType name="imagery">
+        <xs:sequence>
+            <xs:element name="entry" minOccurs="0" maxOccurs="unbounded">
+                <xs:complexType>
+                    <!-- this is actually not fully correct, but XSD does not allow multiple time the
+                        same argument in one xs:all, so this sequence/choice combination, which
+                        actually allows to much, only description and mirror can appear more than once! -->
+                    <xs:sequence>
+                        <xs:choice minOccurs="1" maxOccurs="unbounded">
+                            <!-- The name of the imagery source -->
+                            <xs:element name="name" minOccurs="1" type="tns:name" />
+                            <!-- A description of the imagery source -->
+                            <xs:element name="description" minOccurs="0" type="tns:description" />
+                            <!-- A unique id for the imagery source -->
+                            <xs:element name="id" minOccurs="1" maxOccurs="1" type="tns:id" />
+                            <!-- Historic id for the imagery source -->
+                            <xs:element name="oldid" minOccurs="0" maxOccurs="unbounded" type="tns:oldid" />
+                            <!-- The type. Can be tms, wms and html. In addition, there are the special types bing and scanex 
+                                with hardcoded behaviour. -->
+                            <xs:element name="type" minOccurs="1" maxOccurs="1" type="tns:type" />
+                            <!-- To define as default server for this type -->
+                            <xs:element name="default" minOccurs="0" maxOccurs="1" type="xs:boolean" />
+                            <!-- The URL of the service. Can contain templates, e.g. {zoom} will be replaced by the current 
+                                zoom level (see below). The list of services is a XML document, so the '&' character is represented by 
+                                '&amp;'. Alternatively, the URL can be wrapped in a <![CDATA[...]]> section. -->
+                            <xs:element name="url" minOccurs="1" maxOccurs="1" type="xs:string" />
+                            <!-- A list of supported projections (inside <code> tags) -->
+                            <xs:element name="projections" minOccurs="0" maxOccurs="1" type="tns:projections" />
+                            <!-- TMS only: The minimum zoom level -->
+                            <xs:element name="min-zoom" minOccurs="0" maxOccurs="1" type="tns:zoom" />
+                            <!-- TMS only: The maximum zoom level. For higher scales, the images of the maximum level is enlarged. -->
+                            <xs:element name="max-zoom" minOccurs="0" maxOccurs="1" type="tns:zoom" />
+                            <!-- The area of use, e.g. <bounds min-lat='45.7' min-lon='5.9' max-lat='55.0' max-lon='17.3'/> -->
+                            <xs:element name="bounds" minOccurs="0" maxOccurs="1" type="tns:bounds" />
+                            <!-- Provide a source that this background can be used for OSM. A page on the OSM-wiki with additional explanation and further references is preferred, but other sources (for example the license text) can also be linked. -->
+                            <xs:element name="permission-ref" minOccurs="0" maxOccurs="1" type="xs:anyURI" />
+                            <!-- A link to an EULA text that has to be accepted by the user, before the imagery source is added. -->
+                            <xs:element name="eula" minOccurs="0" maxOccurs="1" type="tns:eula" />
+                            <!-- The attribution text to be shown all the time on the map. -->
+                            <xs:element name="attribution-text" minOccurs="0" maxOccurs="1" type="tns:attribution-text" />
+                            <!-- A link that is opened, when the user clicks on the attribution text -->
+                            <xs:element name="attribution-url" minOccurs="0" maxOccurs="1" type="xs:anyURI" />
+                            <!-- A image that is displayed as attribution for the imagery background -->
+                            <xs:element name="logo-image" minOccurs="0" maxOccurs="1" type="xs:string" />
+                            <!-- A link that is opened, when the user clicks on the logo image -->
+                            <xs:element name="logo-url" minOccurs="0" maxOccurs="1" type="xs:anyURI" />
+                            <!-- terms-of-use text (if missing, default tou text will be used, unless terms-of-use-url is also missing) -->
+                            <xs:element name="terms-of-use-text" minOccurs="0" maxOccurs="1" type="xs:string" />
+                            <!-- A link that is opened, when the user clicks on the terms-of-use text -->
+                            <xs:element name="terms-of-use-url" minOccurs="0" maxOccurs="1" type="xs:string" />
+                            <!-- The image category, don't use enumeration, so future extension is possible -->
+                            <!-- Currently defined values are: "photo", "elevation", "map", "historicmap", "osmbasedmap", "historicphoto", "qa" and "other" -->
+                            <xs:element name="category" minOccurs="1" maxOccurs="1" type="xs:string" />
+                            <!-- The ISO 3166 country code -->
+                            <xs:element name="country-code" minOccurs="0" maxOccurs="1" type="tns:iso3166" />
+                            <!-- A base64-encoded image that is displayed as menu/toolbar icon -->
+                            <xs:element name="icon" minOccurs="0" maxOccurs="1" type="xs:string" />
+                            <!-- Date in form YYYY-MM-DD;YYYY-MM-DD (each element after first year is optional, a single - marks an unknown or open timespan like -;2015) -->
+                            <xs:element name="date" minOccurs="0" maxOccurs="1" type="xs:string" />
+                            <xs:element name="mirror" minOccurs="0">
+                                <xs:complexType>
+                                    <xs:all>
+                                        <xs:element name="type" minOccurs="1" maxOccurs="1" type="tns:type" />
+                                        <xs:element name="id" minOccurs="0" maxOccurs="1" type="tns:id" />
+                                        <xs:element name="url" minOccurs="1" maxOccurs="1" type="xs:string" />
+                                        <xs:element name="projections" minOccurs="0" maxOccurs="1" type="tns:projections" />
+                                        <xs:element name="min-zoom" minOccurs="0" maxOccurs="1" type="tns:zoom" />
+                                        <xs:element name="max-zoom" minOccurs="0" maxOccurs="1" type="tns:zoom" />
+                                        <xs:element name="tile-size" minOccurs="0" maxOccurs="1" type="xs:positiveInteger" />
+                                    </xs:all>
+                                </xs:complexType>
+                            </xs:element>
+                            <!-- list of HTTP headers, that indicate "no tile at this zoom level" situation -->
+                            <xs:element name="no-tile-header" minOccurs="0" maxOccurs="unbounded">
+                                <xs:complexType>
+                                    <xs:attribute name="name" type="xs:string" />
+                                    <xs:attribute name="value" type="xs:string" />
+                                </xs:complexType>
+                            </xs:element>
+                            <!-- list of checksums, that indicate "no tile at this zoom level" situation -->
+                            <xs:element name="no-tile-checksum" minOccurs="0" maxOccurs="unbounded">
+                                <xs:complexType>
+                                    <xs:attribute name="type" type="xs:string" />
+                                    <xs:attribute name="value" type="xs:string" />
+                                </xs:complexType>
+                            </xs:element>
+                            <!-- tile size provided by imagery source. Default - 256 -->
+                            <xs:element name="tile-size" minOccurs="0" maxOccurs="1" type="xs:positiveInteger" />
+                            <!--  HTTP headers that contain valuable information and that will be shown on "Shown Tile Info" dialog -->
+                            <xs:element name="metadata-header" minOccurs="0" maxOccurs="unbounded">
+                                <xs:complexType>
+                                    <xs:attribute name="header-name" type="xs:string" />
+                                    <xs:attribute name="metadata-key" type="xs:string" />
+                                </xs:complexType>
+                            </xs:element>
+                            <!--  is imagery properly georeferenced (i.e. no need to check offsets). Defaults to false. Affects showing warnings. -->
+                            <xs:element name="valid-georeference" minOccurs="0" maxOccurs="1" type="xs:boolean" />
+                            <!-- old unused feature, ignored -->
+                            <xs:element name="epsg4326to3857Supported" minOccurs="0" maxOccurs="1" type="xs:boolean" />
+                            <xs:element name="default-layers" type="tns:defaultLayers" minOccurs="0" maxOccurs="1" />
+                            <xs:element name="custom-http-header" minOccurs="0" maxOccurs="unbounded">
+                                <xs:complexType>
+                                    <xs:attribute name="header-name" type="xs:string" />
+                                    <xs:attribute name="header-value" type="xs:string" />
+                                </xs:complexType>
+                            </xs:element>
+                            <xs:element name="transparent" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
+                            <xs:element name="format" type="xs:string" minOccurs="0" maxOccurs="1"/>
+                            <!-- does imagery server supports "/status" and tile re-rendering using "/dirty". Defaults to false. -->
+                            <xs:element name="mod-tile-features" minOccurs="0" maxOccurs="1" type="xs:boolean" />
+                            <!--  minimum time in seconds for which tile will be considered valid -->
+                            <xs:element name="minimum-tile-expire" minOccurs="0" maxOccurs="1" type="xs:positiveInteger" />
+                        </xs:choice>
+                    </xs:sequence>
+                    <xs:attribute name="last-check" type="xs:date" use="optional" />
+                    <xs:attribute name="eli-best" type="xs:boolean" use="optional" />
+                    <xs:attribute name="overlay" type="xs:boolean" use="optional" />
+                </xs:complexType>
+            </xs:element>
+        </xs:sequence>
+    </xs:complexType>
+
+    <xs:element name="imagery" type="tns:imagery" />
+</xs:schema>
Index: /trunk/resources/data/overpass-wizard.js
===================================================================
--- /trunk/resources/data/overpass-wizard.js	(revision 16006)
+++ /trunk/resources/data/overpass-wizard.js	(revision 16006)
@@ -0,0 +1,4 @@
+var overpassWizard=function(){"use strict";function e(r,n,t,u){this.message=r,this.expected=n,this.found=t,this.location=u,this.name="SyntaxError","function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,e)}function r(e){var r={};if(e||(e={}),!e){if("undefined"==typeof $)return!1;try{$.ajax("data/iD_presets.json",{async:!1,dataType:"json"}).success((function(r){e=r})).error((function(){throw new Error}))}catch(e){console.error("failed to load presets file","data/iD_presets.json",e)}}return Object.keys(e).map((function(r){var n=e[r];n.nameCased=n.name,n.name=n.name.toLowerCase(),n.terms=n.terms?n.terms.map((function(e){return e.toLowerCase()})):[]})),function(){if("undefined"!=typeof $&&"undefined"!=typeof i18n){var r=i18n.getLanguage();if("en"!=r){var n="data/iD_presets_"+r+".json";try{$.ajax(n,{async:!1,dataType:"json"}).success((function(r){Object.keys(r).map((function(n){var t=r[n];(n=e[n]).translated=!0;var u=n.name;n.nameCased=t.name,n.name=t.name.toLowerCase(),t.terms&&(n.terms=t.terms.split(",").map((function(e){return e.trim().toLowerCase()})).concat(n.terms)),n.terms.unshift(u)}))})).error((function(){throw new Error}))}catch(e){console.error("failed to load preset translations file: "+n)}}}}(),r.get_query_clause=function(r){var n=r.free.toLowerCase(),t=Object.keys(e).map((function(r){return e[r]})).filter((function(e){return!1!==e.searchable&&(e.name===n||(e._termsIndex=e.terms.indexOf(n),-1!=e._termsIndex))}));if(0===t.length)return!1;t.sort((function(e,r){return e.name===n?-1:r.name===n?1:e._termsIndex-r._termsIndex}));var u=t[0],a=[];return u.geometry.forEach((function(e){switch(e){case"point":case"vertex":a.push("node");break;case"line":a.push("way");break;case"area":a.push("way"),a.push("relation");break;case"relation":a.push("relation");break;default:console.error("unknown geometry type "+e+" of preset "+u.name)}})),{types:a.filter((function(e,r,n){return n.indexOf(e)===r})),conditions:Object.keys(u.tags).map((function(e){var r=u.tags[e];return{query:"*"===r?"key":"eq",key:e,val:r}}))}},r.fuzzy_search=function(r){var n=r.free.toLowerCase(),t=2+Math.floor(n.length/7);function u(e){return levenshteinDistance(e,n)<=t}var a=Object.keys(e).map((function(r){return e[r]})).filter((function(e){return!1!==e.searchable&&(!!u(e.name)||e.terms.some(u))}));if(0===a.length)return!1;function o(e){return[e.name].concat(e.terms).map((function(e,r){return levenshteinDistance(e,n)})).reduce((function(e,r){return e<=r?e:r}))}return a.sort((function(e,r){return o(e)-o(r)})),a[0].nameCased},r}var n;return function(e,r){function n(){this.constructor=e}n.prototype=r.prototype,e.prototype=new n}(e,Error),e.buildMessage=function(e,r){var n={literal:function(e){return'"'+u(e.text)+'"'},class:function(e){var r=e.parts.map((function(e){return Array.isArray(e)?a(e[0])+"-"+a(e[1]):a(e)}));return"["+(e.inverted?"^":"")+r+"]"},any:function(){return"any character"},end:function(){return"end of input"},other:function(e){return e.description}};function t(e){return e.charCodeAt(0).toString(16).toUpperCase()}function u(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+t(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+t(e)}))}function a(e){return e.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+t(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+t(e)}))}function o(e){return n[e.type](e)}return"Expected "+function(e){var r,n,t=e.map(o);if(t.sort(),t.length>0){for(r=1,n=1;r<t.length;r++)t[r-1]!==t[r]&&(t[n]=t[r],n++);t.length=n}switch(t.length){case 1:return t[0];case 2:return t[0]+" or "+t[1];default:return t.slice(0,-1).join(", ")+", or "+t[t.length-1]}}(e)+" but "+function(e){return e?'"'+u(e)+'"':"end of input"}(r)+" found."},function(t,u){var a,o={comment:!0,outputMode:"geom",globalBbox:!0,timeout:25,maxsize:void 0,outputFormat:"json",aroundRadius:1e3,freeFormPresets:void 0};for(var s in u)o[s]=u[s];function i(e){return e.replace(/\*\//g,"[…]").replace(/\n/g,"\\n")}u=o;try{a=function(r,n){n=void 0!==n?n:{};var t,u,a,o,s={},i={start:0},c=0,l=[function(e){return e},"in bbox",y("in bbox",!1),"IN BBOX",y("IN BBOX",!1),function(e){return{bounds:"bbox",query:e}},"in",y("in",!1),"IN",y("IN",!1),function(e,r){return{bounds:"area",query:e,area:r}},"around",y("around",!1),"AROUND",y("AROUND",!1),function(e,r){return{bounds:"around",query:e,area:r}},"global",y("global",!1),"GLOBAL",y("GLOBAL",!1),function(e){return{bounds:"global",query:e}},"or",y("or",!1),"OR",y("OR",!1),"||",y("||",!1),"|",y("|",!1),function(e,r){return{logical:"or",queries:[e,r]}},"and",y("and",!1),"AND",y("AND",!1),"&&",y("&&",!1),"&",y("&",!1),function(e,r){return{logical:"and",queries:[e,r]}},"(",y("(",!1),")",y(")",!1),function(e){return e},"==",y("==",!1),"=",y("=",!1),function(e,r){return{query:"eq",key:e,val:r}},"!=",y("!=",!1),"<>",y("<>",!1),function(e,r){return{query:"neq",key:e,val:r}},"*",y("*",!1),function(e){return{query:"key",key:e}},"is",y("is",!1),"not",y("not",!1),"null",y("null",!1),"IS",y("IS",!1),"NOT",y("NOT",!1),"NULL",y("NULL",!1),function(e){return{query:"nokey",key:e}},"~=",y("~=",!1),"~",y("~",!1),"=~",y("=~",!1),function(e,r){return{query:"like",key:e,val:r.regex?r:{regex:r}}},"like",y("like",!1),"LIKE",y("LIKE",!1),function(e,r){return{query:"likelike",key:e.regex?e:{regex:e},val:r.regex?r:{regex:r}}},"!~",y("!~",!1),function(e,r){return{query:"notlike",key:e,val:r.regex?r:{regex:r}}},":",y(":",!1),function(e,r){return{query:"substr",key:e,val:r}},"type",y("type",!1),function(e){return{query:"type",type:e}},"user",y("user",!1),"uid",y("uid",!1),"newer",y("newer",!1),"id",y("id",!1),function(e,r){return{query:"meta",meta:e,val:r}},function(e){return{query:"free form",free:e}},k("Key"),/^[a-zA-Z0-9_:\-]/,m([["a","z"],["A","Z"],["0","9"],"_",":","-"],!1,!1),function(e){return e.join("")},'"',y('"',!1),"'",y("'",!1),function(e){return e[1]},k("string"),/^[^'" ()~=!*\/:<>&|[\]{}#+@$%?\^.,]/,m(["'",'"'," ","(",")","~","=","!","*","/",":","<",">","&","|","[","]","{","}","#","+","@","$","%","?","^",".",","],!0,!1),function(e){return e.join("")},"\\",y("\\",!1),{type:"any"},function(e){return e},function(e){return e},/^['"\\bfnrtv]/,m(["'",'"',"\\","b","f","n","r","t","v"],!1,!1),function(e){return e.replace("b","\b").replace("f","\f").replace("n","\n").replace("r","\r").replace("t","\t").replace("v","\v")},"/",y("/",!1),"i",y("i",!1),"",function(e){return{regex:e[1],modifier:e[3]}},"\\/",y("\\/",!1),function(){return"/"},k("whitespace"),/^[ \t\n\r]/,m([" ","\t","\n","\r"],!1,!1)],f=[q("%;;/:#;!/1$;;/($8#: #!!)(#'#(\"'#&'#"),q('%;"/Y#$;</&#0#*;<&&&#/C$2!""6!7".) &2#""6#7$/($8#:%#!")(#\'#("\'#&\'#.Ł &%;"/y#$;</&#0#*;<&&&#/c$2&""6&7\'.) &2(""6(7)/H$$;</&#0#*;<&&&#/2$;2/)$8%:*%"$ )(%\'#($\'#(#\'#("\'#&\'#.Û &%;"/y#$;</&#0#*;<&&&#/c$2+""6+7,.) &2-""6-7./H$$;</&#0#*;<&&&#/2$;2/)$8%:/%"$ )(%\'#($\'#(#\'#("\'#&\'#.u &%;"/Y#$;</&#0#*;<&&&#/C$20""6071.) &22""6273/($8#:4#!")(#\'#("\'#&\'#./ &%;"/\' 8!:%!! )'),q('%;#/#$;</&#0#*;<&&&#/{$25""6576.A &27""6778.5 &29""697:.) &2;""6;7</H$$;</&#0#*;<&&&#/2$;"/)$8%:=%"$ )(%\'#($\'#(#\'#("\'#&\'#.# &;#'),q('%;$/#$;</&#0#*;<&&&#/{$2>""6>7?.A &2@""6@7A.5 &2B""6B7C.) &2D""6D7E/H$$;</&#0#*;<&&&#/2$;#/)$8%:F%"$ )(%\'#($\'#(#\'#("\'#&\'#.# &;$'),q(';%.b &%2G""6G7H/R#;;/I$;"/@$;;/7$2I""6I7J/($8%:K%!")(%\'#($\'#(#\'#("\'#&\'#'),q(";..Y &;/.S &;&.M &;'.G &;(.A &;).; &;*.5 &;+./ &;,.) &;-.# &;0"),q('%;1/_#;;/V$2L""6L7M.) &2N""6N7O/;$;;/2$;2/)$8%:P%"$ )(%\'#($\'#(#\'#("\'#&\'#'),q('%;1/_#;;/V$2Q""6Q7R.) &2S""6S7T/;$;;/2$;2/)$8%:U%"$ )(%\'#($\'#(#\'#("\'#&\'#'),q('%;1/d#;;/[$2L""6L7M.) &2N""6N7O/@$;;/7$2V""6V7W/($8%:X%!$)(%\'#($\'#(#\'#("\'#&\'#.ċ &%;2/ā#$;</&#0#*;<&&&#/ë$%2Y""6Y7Z/m#$;</&#0#*;<&&&#/W$2[""6[7\\/H$$;</&#0#*;<&&&#/2$2]""6]7^/#$+%)(%\'#($\'#(#\'#("\'#&\'#.} &%2_""6_7`/m#$;</&#0#*;<&&&#/W$2a""6a7b/H$$;</&#0#*;<&&&#/2$2c""6c7d/#$+%)(%\'#($\'#(#\'#("\'#&\'#/($8#:X#!")(#\'#("\'#&\'#'),q('%;1/d#;;/[$2Q""6Q7R.) &2S""6S7T/@$;;/7$2V""6V7W/($8%:e%!$)(%\'#($\'#(#\'#("\'#&\'#.Á &%;2/·#$;</&#0#*;<&&&#/¡$%2Y""6Y7Z/H#$;</&#0#*;<&&&#/2$2]""6]7^/#$+#)(#\'#("\'#&\'#.X &%2_""6_7`/H#$;</&#0#*;<&&&#/2$2c""6c7d/#$+#)(#\'#("\'#&\'#/($8#:e#!")(#\'#("\'#&\'#'),q('%;1/q#;;/h$2f""6f7g.5 &2h""6h7i.) &2j""6j7k/A$;;/8$;2.# &;8/)$8%:l%"$ )(%\'#($\'#(#\'#("\'#&\'#. &%;2/#$;</&#0#*;<&&&#/i$2m""6m7n.) &2o""6o7p/N$$;</&#0#*;<&&&#/8$;2.# &;8/)$8%:l%"$ )(%\'#($\'#(#\'#("\'#&\'#'),q("%2h\"\"6h7i/#;;/$;2.# &;8/q$;;/h$2f\"\"6f7g.5 &2h\"\"6h7i.) &2j\"\"6j7k/A$;;/8$;2.# &;8/)$8':q'\"$ )(''#(&'#(%'#($'#(#'#(\"'#&'#"),q("%;1/Y#;;/P$2r\"\"6r7s/A$;;/8$;2.# &;8/)$8%:t%\"$ )(%'#($'#(#'#(\"'#&'#.ç &%;2/Ý#$;</&#0#*;<&&&#/Ç$%2[\"\"6[7\\/H#$;</&#0#*;<&&&#/2$2m\"\"6m7n/#$+#)(#'#(\"'#&'#.X &%2a\"\"6a7b/H#$;</&#0#*;<&&&#/2$2o\"\"6o7p/#$+#)(#'#(\"'#&'#/N$$;</&#0#*;<&&&#/8$;2.# &;8/)$8%:t%\"$ )(%'#($'#(#'#(\"'#&'#"),q("%;2/S#;;/J$2u\"\"6u7v/;$;;/2$;2/)$8%:w%\"$ )(%'#($'#(#'#(\"'#&'#"),q("%2x\"\"6x7y/R#;;/I$2u\"\"6u7v/:$;;/1$;2/($8%:z%! )(%'#($'#(#'#(\"'#&'#"),q('%2{""6{7|.A &2}""6}7~.5 &2""67.) &2""67/S#;;/J$2u""6u7v/;$;;/2$;2/)$8%:%"$ )(%\'#($\'#(#\'#("\'#&\'#'),q("%;2/' 8!:!! )"),q('<%$4""5!7/,#0)*4""5!7&&&#/\' 8!:!! ).
+ &%%2""67/;#;3/2$2""67/#$+#)(#\'#("\'#&\'#.K &%2""67/;#;4/2$2""67/#$+#)(#\'#("\'#&\'#/\' 8!:!! )=." 7
+'),q('<%$4""5!7/,#0)*4""5!7&&&#/\' 8!:!! ).
+ &%%2""67/;#;3/2$2""67/#$+#)(#\'#("\'#&\'#.K &%2""67/;#;4/2$2""67/#$+#)(#\'#("\'#&\'#/\' 8!:!! )=." 7'),q("%$;50#*;5&/' 8!:!! )"),q("%$;60#*;6&/' 8!:!! )"),q('%%<2""67.) &2""67=.##&&!&\'#/6#1""5!7/($8":"! )("\'#&\'#.A &%2""67/1#;7/($8":"! )("\'#&\'#'),q('%%<2""67.) &2""67=.##&&!&\'#/6#1""5!7/($8":"! )("\'#&\'#.A &%2""67/1#;7/($8":"! )("\'#&\'#'),q('%4""5!7/\' 8!:!! )'),q('<%%2""67/U#;9/L$2""67/=$2""67.# & ." &"/#$+$)($\'#(#\'#("\'#&\'#/\' 8!:!! )=." 7'),q("%$;:/&#0#*;:&&&#/' 8!:!! )"),q('%%<2""67.) &2 ""6 7¡=.##&&!&\'#/6#1""5!7/($8":"! )("\'#&\'#.4 &%2 ""6 7¡/& 8!:¢! )'),q('<$;<0#*;<&=." 7£'),q('<4¤""5!7¥=." 7£')],p=0,$=[{line:1,column:1}],h=0,d=[],g=0;if("startRule"in n){if(!(n.startRule in i))throw new Error("Can't start parsing from rule \""+n.startRule+'".');c=i[n.startRule]}function y(e,r){return{type:"literal",text:e,ignoreCase:r}}function m(e,r,n){return{type:"class",parts:e,inverted:r,ignoreCase:n}}function k(e){return{type:"other",description:e}}function b(e){var n,t=$[e];if(t)return t;for(n=e-1;!$[n];)n--;for(t={line:(t=$[n]).line,column:t.column};n<e;)10===r.charCodeAt(n)?(t.line++,t.column=1):t.column++,n++;return $[e]=t,t}function v(e,r){var n=b(e),t=b(r);return{start:{offset:e,line:n.line,column:n.column},end:{offset:r,line:t.line,column:t.column}}}function x(e){p<h||(p>h&&(h=p,d=[]),d.push(e))}function q(e){return e.split("").map((function(e){return e.charCodeAt(0)-32}))}if((t=function e(n){for(var t,u=f[n],a=0,o=[],i=u.length,c=[],$=[];;){for(;a<i;)switch(u[a]){case 0:$.push(l[u[a+1]]),a+=2;break;case 1:$.push(void 0),a++;break;case 2:$.push(null),a++;break;case 3:$.push(s),a++;break;case 4:$.push([]),a++;break;case 5:$.push(p),a++;break;case 6:$.pop(),a++;break;case 7:p=$.pop(),a++;break;case 8:$.length-=u[a+1],a+=2;break;case 9:$.splice(-2,1),a++;break;case 10:$[$.length-2].push($.pop()),a++;break;case 11:$.push($.splice($.length-u[a+1],u[a+1])),a+=2;break;case 12:$.push(r.substring($.pop(),p)),a++;break;case 13:c.push(i),o.push(a+3+u[a+1]+u[a+2]),$[$.length-1]?(i=a+3+u[a+1],a+=3):(i=a+3+u[a+1]+u[a+2],a+=3+u[a+1]);break;case 14:c.push(i),o.push(a+3+u[a+1]+u[a+2]),$[$.length-1]===s?(i=a+3+u[a+1],a+=3):(i=a+3+u[a+1]+u[a+2],a+=3+u[a+1]);break;case 15:c.push(i),o.push(a+3+u[a+1]+u[a+2]),$[$.length-1]!==s?(i=a+3+u[a+1],a+=3):(i=a+3+u[a+1]+u[a+2],a+=3+u[a+1]);break;case 16:$[$.length-1]!==s?(c.push(i),o.push(a),i=a+2+u[a+1],a+=2):a+=2+u[a+1];break;case 17:c.push(i),o.push(a+3+u[a+1]+u[a+2]),r.length>p?(i=a+3+u[a+1],a+=3):(i=a+3+u[a+1]+u[a+2],a+=3+u[a+1]);break;case 18:c.push(i),o.push(a+4+u[a+2]+u[a+3]),r.substr(p,l[u[a+1]].length)===l[u[a+1]]?(i=a+4+u[a+2],a+=4):(i=a+4+u[a+2]+u[a+3],a+=4+u[a+2]);break;case 19:c.push(i),o.push(a+4+u[a+2]+u[a+3]),r.substr(p,l[u[a+1]].length).toLowerCase()===l[u[a+1]]?(i=a+4+u[a+2],a+=4):(i=a+4+u[a+2]+u[a+3],a+=4+u[a+2]);break;case 20:c.push(i),o.push(a+4+u[a+2]+u[a+3]),l[u[a+1]].test(r.charAt(p))?(i=a+4+u[a+2],a+=4):(i=a+4+u[a+2]+u[a+3],a+=4+u[a+2]);break;case 21:$.push(r.substr(p,u[a+1])),p+=u[a+1],a+=2;break;case 22:$.push(l[u[a+1]]),p+=l[u[a+1]].length,a+=2;break;case 23:$.push(s),0===g&&x(l[u[a+1]]),a+=2;break;case 24:$[$.length-1-u[a+1]],a+=2;break;case 25:p,a++;break;case 26:t=u.slice(a+4,a+4+u[a+3]).map((function(e){return $[$.length-1-e]})),$.splice($.length-u[a+2],u[a+2],l[u[a+1]].apply(null,t)),a+=4+u[a+3];break;case 27:$.push(e(u[a+1])),a+=2;break;case 28:g++,a++;break;case 29:g--,a++;break;default:throw new Error("Invalid opcode: "+u[a]+".")}if(!(c.length>0))break;i=c.pop(),a=o.pop()}return $[0]}(c))!==s&&p===r.length)return t;throw t!==s&&p<r.length&&x({type:"end"}),u=d,a=h<r.length?r.charAt(h):null,o=h<r.length?v(h,h+1):v(h,h),new e(e.buildMessage(u,a),u,a,o)}(t)}catch(e){return console.error("couldn't parse wizard input",e),!1}var c,l,f,p=[];switch(!0===u.comment?(p.push("/*"),p.push("This has been generated by the overpass-turbo wizard."),p.push("The original search was:"),p.push("“"+i(t)+"”"),p.push("*/")):"string"==typeof u.comment&&(p.push("/*"),p.push(u.comment),p.push("*/"),comment=!0),p.push("[out:"+u.outputFormat+"][timeout:"+u.timeout+"]"+(void 0!==u.maxsize?"[maxsize:"+u.maxsize+"]":"")+(u.globalBbox&&"bbox"===a.bounds?"[bbox:{{bbox}}]":"")+";"),a.bounds){case"area":u.comment&&p.push("// fetch area “"+a.area+"” to search in"),p.push("{{geocodeArea:"+a.area+"}}->.searchArea;"),c="(area.searchArea)";break;case"around":u.comment&&p.push("// adjust the search radius (in meters) here"),p.push("{{radius="+u.aroundRadius+"}}"),c="(around:{{radius}},{{geocodeCoords:"+a.area+"}})";break;case"bbox":c=u.globalBbox?"":"({{bbox}})";break;case"global":c=void 0;break;default:return console.error("unknown bounds condition: "+a.bounds),!1}function $(e){function r(e){return e.replace(/([()[{*+.$^\\|?])/g,"\\$1")}function n(e){if("string"==typeof e)return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\t/g,"\\t").replace(/\n/g,"\\n")}var t=n(e.key),u=n(e.val);switch("substr"===e.query&&(e.query="like",e.val={regex:r(e.val)}),""===u&&("eq"===e.query?(e.query="like",e.val={regex:"^$"}):"neq"===e.query&&(e.query="notlike",e.val={regex:"^$"})),""===t&&("key"===e.query?(e.query="likelike",e.key={regex:"^$"},e.val={regex:".*"}):"eq"===e.query?(e.query="likelike",e.key={regex:"^$"},e.val={regex:"^"+r(e.val)+"$"}):"like"===e.query&&(e.query="likelike",e.key={regex:"^$"})),e.query){case"key":return'["'+t+'"]';case"nokey":return'["'+t+'"!~".*"]';case"eq":return'["'+t+'"="'+u+'"]';case"neq":return'["'+t+'"!="'+u+'"]';case"like":return'["'+t+'"~"'+n(e.val.regex)+'"'+("i"===e.val.modifier?",i":"")+"]";case"likelike":return(e.key.modifier||"")==(e.val.modifier||"")?'[~"'+n(e.key.regex)+'"~"'+n(e.val.regex)+'"'+("i"===e.val.modifier?",i":"")+"]":"i"===e.val.modifier?'[~"'+n(e.key.regex)+'"~"'+n(e.val.regex)+'",i][~"'+n(e.key.regex)+'"~".*"]':'[~"'+n(e.key.regex)+'"~"'+n(e.val.regex)+'",i][~".*"~"'+n(e.val.regex)+'"]';case"notlike":return'["'+t+'"!~"'+n(e.val.regex)+'"'+("i"===e.val.modifier?",i":"")+"]";case"meta":switch(e.meta){case"id":return"("+u+")";case"newer":return e.val.match(/^-?\d+ ?(seconds?|minutes?|hours?|days?|weeks?|months?|years?)?$/)?'(newer:"{{date:'+u+'}}")':'(newer:"'+u+'")';case"user":return'(user:"'+u+'")';case"uid":return"(uid:"+u+")";default:return console.error("unknown query type: meta/"+e.meta),!1}case"free form":default:return console.error("unknown query type: "+e.query),!1}}function h(e){function r(e){return null===e.match(/^[a-zA-Z0-9_]+$/)?'"'+e.replace(/"/g,'\\"')+'"':e}function n(e){return null===e.regex.match(/^[a-zA-Z0-9_]+$/)||e.modifier?"/"+e.regex.replace(/\//g,"\\/")+"/"+(e.modifier||""):e.regex}switch(e.query){case"key":return i(r(e.key)+"=*");case"nokey":return i(r(e.key)+"!=*");case"eq":return i(r(e.key)+"="+r(e.val));case"neq":return i(r(e.key)+"!="+r(e.val));case"like":return i(r(e.key)+"~"+n(e.val));case"likelike":return i("~"+n(e.key)+"~"+n(e.val));case"notlike":return i(r(e.key)+"!~"+n(e.val));case"substr":return i(r(e.key)+":"+r(e.val));case"meta":switch(e.meta){case"id":return i("id:"+r(e.val));case"newer":return i("newer:"+r(e.val));case"user":return i("user:"+r(e.val));case"uid":return i("uid:"+r(e.val));default:return""}case"free form":return i(r(e.free));default:return""}}a.query=(l=a.query,(f={logical:"or",queries:[]}).queries=function e(r){if(!r.logical)return[{logical:"and",queries:[r]}];if("and"===r.logical){for(var n=e(r.queries[0]),t=e(r.queries[1]),u=[],a=0;a<n.length;a++)for(var o=0;o<t.length;o++)u.push({logical:"and",queries:n[a].queries.concat(t[o].queries)});return u}if("or"===r.logical)return n=e(r.queries[0]),t=e(r.queries[1]),[].concat(n,t);console.error("unsupported boolean operator: "+r.logical)}(l),f),u.comment&&p.push("// gather results"),p.push("(");for(var d=0;d<a.query.queries.length;d++){for(var g=a.query.queries[d],y=["node","way","relation"],m=[],k=[],b=0;b<g.queries.length;b++){var v=g.queries[b];if("free form"===v.query){n||(n=r(u.freeFormPresets));var x=n.get_query_clause(v);if(!1===x)return console.error("Couldn't find preset for free form input: "+v.free),!1;y=y.filter((function(e){return-1!=x.types.indexOf(e)})),u.comment&&k.push(h(v)),m=m.concat(x.conditions.map((function(e){return $(e)})))}else if("type"===v.query)y=-1!=y.indexOf(v.type)?[v.type]:[];else{u.comment&&k.push(h(v));var q=$(v);if(!1===q)return!1;m.push(q)}}k=k.join(" and "),u.comment&&p.push("  // query part for: “"+k+"”"),!1!==u.compactNWR&&3===y.length&&(y=["nwr"]);for(var w=0;w<y.length;w++){for(var A="  "+y[w],_=0;_<m.length;_++)A+=m[_];c&&(A+=c),A+=";",p.push(A)}}return p.push(");"),u.comment&&p.push("// print results"),"recursive"===u.outputMode?(p.push("out body;"),p.push(">;"),p.push("out skel qt;")):"recursive_meta"===u.outputMode?(p.push("(._;>;);"),p.push("out meta;")):p.push("out "+u.outputMode+";"),p.join("\n")}}();
Index: /trunk/resources/data/preferences.xsd
===================================================================
--- /trunk/resources/data/preferences.xsd	(revision 16006)
+++ /trunk/resources/data/preferences.xsd	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://josm.openstreetmap.de/preferences-1.0"
+    xmlns:tns="http://josm.openstreetmap.de/preferences-1.0" elementFormDefault="qualified">
+
+    <element name="preferences" type="tns:root"/>
+
+    <complexType name="root">
+        <choice minOccurs="0" maxOccurs="unbounded">
+            <element name="tag" type="tns:tag" />
+            <element name="list" type="tns:list" />
+            <element name="lists" type="tns:lists" />
+            <element name="maps" type="tns:maps" />
+        </choice>
+        <attribute name="version" type="string" />
+    </complexType>
+
+    <complexType name="tag">
+        <attribute name="key" type="string" use="required" />
+        <attribute name="value" type="string" use="required"/>
+    </complexType>
+
+    <complexType name="list">
+        <sequence>
+            <element name="entry" type="tns:entry" minOccurs="0" maxOccurs="unbounded"/>
+        </sequence>
+        <attribute name="key" type="string" use="required" />
+    </complexType>
+
+    <complexType name="lists">
+        <sequence>
+            <element name="list" type="tns:slist" minOccurs="0" maxOccurs="unbounded"/>
+        </sequence>
+        <attribute name="key" type="string" use="required" />
+    </complexType>
+
+    <complexType name="maps">
+        <sequence>
+            <element name="map" type="tns:map" minOccurs="0" maxOccurs="unbounded"/>
+        </sequence>
+        <attribute name="key" type="string" use="required" />
+    </complexType>
+
+    <complexType name="slist">
+        <sequence>
+            <element name="entry" type="tns:entry" minOccurs="0" maxOccurs="unbounded"/>
+        </sequence>
+    </complexType>
+
+    <complexType name="map">
+        <sequence>
+            <element name="tag" type="tns:tag" minOccurs="0" maxOccurs="unbounded"/>
+        </sequence>
+    </complexType>
+
+    <complexType name="entry">
+        <attribute name="value" type="string" use="required"/>
+    </complexType>
+
+    <!-- cache for default preference values -->
+
+    <element name="preferences-defaults" type="tns:root-def"/>
+
+    <complexType name="root-def">
+        <choice minOccurs="0" maxOccurs="unbounded">
+            <element name="tag" type="tns:tag-def" nillable="true"/>
+            <element name="list" type="tns:list-def" nillable="true"/>
+            <element name="lists" type="tns:lists-def" nillable="true"/>
+            <element name="maps" type="tns:maps-def" nillable="true"/>
+        </choice>
+        <attribute name="version" type="string" />
+    </complexType>
+
+    <complexType name="tag-def">
+        <attribute name="key" type="string" use="required" />
+        <!-- element must be either nil or have the value attribute -->
+        <attribute name="value" type="string" use="optional"/>
+        <attribute name="time" type="decimal" use="required"/>
+    </complexType>
+
+    <complexType name="list-def">
+         <complexContent>
+             <extension base="tns:list">
+                <attribute name="time" type="decimal" use="required"/>
+            </extension>
+         </complexContent>
+    </complexType>
+
+    <complexType name="lists-def">
+         <complexContent>
+             <extension base="tns:lists">
+                <attribute name="time" type="decimal" use="required"/>
+            </extension>
+         </complexContent>
+    </complexType>
+
+    <complexType name="maps-def">
+         <complexContent>
+             <extension base="tns:maps">
+                <attribute name="time" type="decimal" use="required"/>
+            </extension>
+         </complexContent>
+    </complexType>
+</schema>
Index: /trunk/resources/data/tag2link.sophox.sparql
===================================================================
--- /trunk/resources/data/tag2link.sophox.sparql	(revision 16006)
+++ /trunk/resources/data/tag2link.sophox.sparql	(revision 16006)
@@ -0,0 +1,5 @@
+SELECT (CONCAT("Key:", ?permanent_key_ID) as ?OSM_key) ?formatter_URL WHERE {
+  ?item osmdt:P2 osmd:Q7.
+  ?item osmdt:P16 ?permanent_key_ID.
+  ?item osmdt:P8 ?formatter_URL.
+}
Index: /trunk/resources/data/tag2link.wikidata.sparql
===================================================================
--- /trunk/resources/data/tag2link.wikidata.sparql	(revision 16006)
+++ /trunk/resources/data/tag2link.wikidata.sparql	(revision 16006)
@@ -0,0 +1,10 @@
+SELECT ?OSM_key ?formatter_URL WHERE {
+  { ?item wdt:P1282 ?OSM_key. }
+  FILTER(STRSTARTS(?OSM_key, 'Key:')) .
+
+  {
+    { ?item wdt:P1630 ?formatter_URL. }
+    UNION
+    { ?item wdt:P3303 ?formatter_URL. }
+  }
+}
Index: /trunk/resources/data/tagging-preset.xsd
===================================================================
--- /trunk/resources/data/tagging-preset.xsd	(revision 16006)
+++ /trunk/resources/data/tagging-preset.xsd	(revision 16006)
@@ -0,0 +1,339 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://josm.openstreetmap.de/tagging-preset-1.0"
+    xmlns:tns="http://josm.openstreetmap.de/tagging-preset-1.0"
+    elementFormDefault="qualified">
+
+    <!-- Localized attributes (for example de.description are not supported
+        by xsd, so every element needs <anyAttribute/> To cover at least some common
+        errors, elements have specified prohibited attributes -->
+
+    <element name="annotations" type="tns:root" />
+    <element name="presets" type="tns:root">
+        <unique name="chunk_id">
+            <selector xpath=".//tns:chunk"/>
+            <field xpath="@id"/>
+        </unique>
+        <keyref name="chunk_ref" refer="tns:chunk_id">
+            <selector xpath=".//tns:reference"/>
+            <field xpath="@ref"/>
+        </keyref>
+    </element>
+
+    <complexType name="root">
+        <complexContent>
+            <extension base="tns:group-parent">
+                <attribute name="author" type="string" />
+                <attribute name="version" type="string" />
+                <attribute name="shortdescription" type="string" />
+                <attribute name="description" type="string" />
+                <attribute name="link" type="string" />
+                <attribute name="baselanguage" type="string" />
+
+                <anyAttribute processContents="skip" />
+            </extension>
+        </complexContent>
+    </complexType>
+
+    <complexType name="group-parent">
+        <sequence>
+            <choice minOccurs="1" maxOccurs="unbounded">
+                <element name="chunk" type="tns:chunk"/>
+                <element name="group" type="tns:group" />
+                <element name="item" type="tns:item" />
+                <element name="separator" type="tns:separator" />
+            </choice>
+        </sequence>
+        <attribute name="icon" type="string" />
+
+        <attribute name="type" use="prohibited" />
+        <attribute name="text" use="prohibited" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <complexType name="group">
+        <complexContent>
+            <extension base="tns:group-parent">
+                <attribute name="name" type="string" use="required" />
+            </extension>
+        </complexContent>
+    </complexType>
+
+    <complexType name="separator" />
+
+    <complexType name="item">
+        <sequence>
+            <choice minOccurs="0" maxOccurs="unbounded">
+                <group ref="tns:optional_elements" />
+                <element name="key" type="tns:key" />
+                <element name="optional" type="tns:optional" minOccurs="0" />
+            </choice>
+            <element name="roles" type="tns:roles" minOccurs="0" maxOccurs="1" />
+        </sequence>
+        <attribute name="name" type="string" use="required" />
+        <attribute name="icon" type="string" />
+        <attribute name="type" type="string" />
+        <attribute name="name_template" type="string"/>
+        <attribute name="name_template_filter" type="string"/>
+        <attribute name="preset_name_label" type="boolean"/>
+
+        <attribute name="text" use="prohibited" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <complexType name="optional">
+        <group ref="tns:optional_elements" maxOccurs="unbounded" />
+        <attribute name="text" type="string" />
+        <attribute name="text_context" type="string" />
+    </complexType>
+
+    <complexType name="chunk">
+        <choice minOccurs="1" maxOccurs="1">
+            <sequence>
+                <choice minOccurs="1" maxOccurs="unbounded">
+                    <group ref="tns:optional_elements" />
+                    <element name="key" type="tns:key" />
+                    <element name="optional" type="tns:optional" minOccurs="0" />
+                    <element name="roles" type="tns:roles" minOccurs="0" />
+                </choice>
+            </sequence>
+            <sequence>
+                <!-- Cannot use tns:list_elements here because reference is present both in optional_elements and list_elements
+                so it violates cos-nonambig: Unique Particle Attribution :
+                <group ref="tns:list_elements" minOccurs="1" maxOccurs="unbounded" />-->
+                <element name="list_entry" type="tns:list_entry" minOccurs="1" maxOccurs="unbounded" />
+            </sequence>
+            <sequence>
+                <element name="role" type="tns:role" minOccurs="1" maxOccurs="unbounded" />
+            </sequence>
+        </choice>
+        <attribute name="id" type="ID" use="required" />
+    </complexType>
+
+    <complexType name="reference">
+        <attribute name="ref" type="IDREF" use="required" />
+    </complexType>
+
+    <group name="optional_elements">
+        <choice>
+            <element name="label" type="tns:label" />
+            <element name="space" type="tns:space" />
+            <element name="link" type="tns:link" />
+            <element name="preset_link" type="tns:preset_link" />
+            <element name="text" type="tns:text" />
+            <element name="combo" type="tns:combo" />
+            <element name="multiselect" type="tns:multiselect" />
+            <element name="checkgroup" type="tns:checkgroup" />
+            <element name="check" type="tns:check" />
+            <element name="item_separator" type="tns:separator" />
+            <element name="reference" type="tns:reference" />
+        </choice>
+    </group>
+
+    <group name="list_elements">
+        <choice>
+            <element name="list_entry" type="tns:list_entry" />
+            <element name="reference" type="tns:reference" />
+        </choice>
+    </group>
+
+    <complexType name="key">
+        <attribute name="key" type="string" use="required" />
+        <attribute name="value" type="string" />
+        <attribute name="match" type="string" />
+    </complexType>
+
+    <complexType name="link">
+        <attribute name="wiki" type="string" />
+        <attribute name="href" type="string" />
+        <attribute name="text" type="string" />
+        <attribute name="text_context" type="string" />
+
+        <attribute name="name" use="prohibited" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <complexType name="preset_link">
+        <attribute name="preset_name" type="string" use="required" />
+        <attribute name="name" use="prohibited" />
+    </complexType>
+
+    <complexType name="label">
+        <attribute name="text" type="string" use="required" />
+        <attribute name="text_context" type="string" />
+        <attribute name="icon" type="string" />
+        <attribute name="icon_size" type="integer" />
+
+        <attribute name="name" use="prohibited" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <complexType name="space" />
+
+    <complexType name="text">
+        <attribute name="key" type="string" use="required" />
+        <attribute name="text" type="string" />
+        <attribute name="text_context" type="string" />
+        <attribute name="default" type="string" />
+        <attribute name="use_last_as_default" type="tns:last_default" />
+        <attribute name="auto_increment" type="string" />
+        <attribute name="match" type="tns:match" />
+        <attribute name="length" type="positiveInteger" />
+        <attribute name="alternative_autocomplete_keys" type="string" />
+
+        <attribute name="type" use="prohibited" />
+        <attribute name="name" use="prohibited" />
+        <attribute name="value" use="prohibited" />
+        <attribute name="values" use="prohibited" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <complexType name="list_entry">
+        <attribute name="value" type="string" use="required" />
+        <attribute name="value_context" type="string" />
+        <attribute name="display_value" type="string" />
+        <attribute name="short_description" type="string" />
+        <attribute name="icon" type="string" />
+        <attribute name="icon_size" type="integer" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <complexType name="combo">
+        <!-- use either list_entry's or a combination of values/display_values -->
+        <sequence>
+            <group ref="tns:list_elements" minOccurs="0" maxOccurs="unbounded" />
+        </sequence>
+        <attribute name="key" type="string" use="required" />
+        <attribute name="text" type="string" />
+        <attribute name="text_context" type="string" />
+        <attribute name="values" type="string" />
+        <attribute name="values_from" type="string" />
+        <attribute name="values_context" type="string" />
+        <attribute name="values_no_i18n" type="boolean" />
+        <attribute name="values_sort" type="boolean" />
+        <attribute name="display_values" type="string" />
+        <attribute name="values_searchable" type="boolean" />
+        <attribute name="default" type="string" />
+        <attribute name="use_last_as_default" type="tns:last_default" />
+        <attribute name="delimiter" type="string" />
+        <attribute name="editable" type="boolean" />
+        <attribute name="match" type="tns:match" />
+        <attribute name="length" type="positiveInteger" />
+
+        <attribute name="type" use="prohibited" />
+        <attribute name="value" use="prohibited" />
+        <attribute name="name" use="prohibited" />
+        <attribute name="delete-if-empty" use="prohibited" />
+        <attribute name="display-values" use="prohibited" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <complexType name="multiselect">
+        <!-- use either list_entry's or a combination of values/display_values -->
+        <sequence>
+            <group ref="tns:list_elements" minOccurs="0" maxOccurs="unbounded" />
+        </sequence>
+        <attribute name="key" type="string" use="required" />
+        <attribute name="text" type="string" />
+        <attribute name="text_context" type="string" />
+        <attribute name="values" type="string" />
+        <attribute name="values_from" type="string" />
+        <attribute name="values_context" type="string" />
+        <attribute name="display_values" type="string" />
+        <attribute name="values_searchable" type="boolean" />
+        <attribute name="default" type="string" />
+        <attribute name="use_last_as_default" type="tns:last_default" />
+        <attribute name="delimiter" type="string" />
+        <attribute name="match" type="tns:match" />
+
+        <attribute name="type" use="prohibited" />
+        <attribute name="value" use="prohibited" />
+        <attribute name="name" use="prohibited" />
+        <attribute name="delete-if-empty" use="prohibited" />
+        <attribute name="display-values" use="prohibited" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <complexType name="checkgroup">
+        <sequence>
+            <choice minOccurs="1" maxOccurs="unbounded">
+                <element name="check" type="tns:check" />
+            </choice>
+        </sequence>
+        <attribute name="columns" type="positiveInteger" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <complexType name="check">
+        <attribute name="key" type="string" use="required" />
+        <attribute name="text" type="string" />
+        <attribute name="text_context" type="string" />
+        <attribute name="default" type="tns:check_default" />
+        <attribute name="value_on" type="string" />
+        <attribute name="value_off" type="string" />
+        <attribute name="disable_off" type="boolean" />
+        <attribute name="match" type="tns:match" />
+        <attribute name="icon" type="string" />
+        <attribute name="icon_size" type="integer" />
+
+        <attribute name="name" use="prohibited" />
+        <attribute name="type" use="prohibited" />
+        <attribute name="value" use="prohibited" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <simpleType name="check_default">
+        <restriction base="string">
+            <enumeration value="on" />
+            <enumeration value="off" />
+        </restriction>
+    </simpleType>
+
+    <simpleType name="last_default">
+        <restriction base="string">
+            <enumeration value="true" />
+            <enumeration value="false" />
+            <enumeration value="force" />
+        </restriction>
+    </simpleType>
+
+    <simpleType name="match">
+        <restriction base="string">
+            <enumeration value="none" />
+            <enumeration value="key" />
+            <enumeration value="key!" />
+            <enumeration value="keyvalue" />
+            <enumeration value="keyvalue!" />
+        </restriction>
+    </simpleType>
+
+    <complexType name="roles">
+        <group ref="tns:roles_elements" maxOccurs="unbounded" />
+    </complexType>
+
+    <group name="roles_elements">
+        <choice>
+            <element name="role" type="tns:role" minOccurs="1" maxOccurs="unbounded" />
+            <element name="reference" type="tns:reference" />
+        </choice>
+    </group>
+
+    <complexType name="role">
+        <attribute name="key" type="string" />
+        <attribute name="text" type="string" />
+        <attribute name="text_context" type="string" />
+        <attribute name="requisite" type="tns:role_requisite" />
+        <attribute name="type" type="string" />
+        <attribute name="count" type="integer" />
+        <attribute name="member_expression" type="string" />
+        <attribute name="regexp" type="boolean" />
+        <anyAttribute processContents="skip" />
+    </complexType>
+
+    <simpleType name="role_requisite">
+        <restriction base="string">
+            <enumeration value="required" />
+            <enumeration value="optional" />
+        </restriction>
+    </simpleType>
+
+</schema>
Index: /trunk/resources/data/validator/addresses.mapcss
===================================================================
--- /trunk/resources/data/validator/addresses.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/addresses.mapcss	(revision 16006)
@@ -0,0 +1,41 @@
+/* #10232 */
+way[addr:interpolation=odd] > node[addr:housenumber][get(split(".", tag("addr:housenumber")/2), 1)=0] {
+    throwWarning: tr("Even housenumber in odd address interpolation.");
+}
+way[addr:interpolation=even] > node[addr:housenumber][get(split(".", tag("addr:housenumber")/2), 1)=5] {
+    throwWarning: tr("Odd housenumber in even address interpolation.");
+}
+way[addr:interpolation] {
+    throwOther: tr("Way with {0}. Tag each housenumber separately if possible.", "{0.key}");
+}
+
+/* #13752 */
+*[!addr:housenumber][addr:street][addr:housename=~/^[0-9]+[a-zA-Z]?$/] {
+    throwOther: tr("Object has no {0}, however, it has {1} and {2} whose value looks like a housenumber.", "{0.key}", "{1.key}", "{2.key}");
+    assertMatch: "node addr:street=foo addr:housename=1";
+    assertMatch: "node addr:street=foo addr:housename=1a";
+    assertMatch: "node addr:street=foo addr:housename=221B";
+    assertNoMatch: "node addr:street=foo addr:housename=1 addr:housenumber=1";
+    assertNoMatch: "node addr:housename=1";
+    assertNoMatch: "node addr:street=foo addr:housename=bar";
+}
+*[addr:housenumber][addr:housename]["addr:housenumber"=*"addr:housename"] {
+    throwWarning: tr("Same value of {0} and {1}", "{0.key}", "{1.key}");
+    assertMatch: "node addr:housename=1 addr:housenumber=1";
+    assertNoMatch: "node addr:housename=1 addr:housenumber=2";
+}
+
+/* #17486 */
+*[addr:housenumber=bb][inside("BA")] {
+  set ok_housenumber;
+}
+*[addr:housenumber][addr:housenumber!~/[0-9]/]!.ok_housenumber {
+  throwWarning: tr("{0} without number", "{0.key}");
+  assertNoMatch: "way addr:housenumber=0";
+  assertNoMatch: "way addr:housenumber=5a";
+  assertNoMatch: "way addr:housenumber=5/1";
+  assertMatch: "way addr:housenumber=?";
+  assertMatch: "way addr:housenumber=unknown";
+  assertMatch: "way addr:housenumber=Palace of Westminster";
+  assertMatch: "way addr:housenumber=S/N";
+}
Index: /trunk/resources/data/validator/combinations.mapcss
===================================================================
--- /trunk/resources/data/validator/combinations.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/combinations.mapcss	(revision 16006)
@@ -0,0 +1,681 @@
+/* Rules partially derived from Taginfo statistics - see ticket #5017
+ * Taginfo query: select keypairs.key1, keypairs.key2, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key1='waterway' and keys.key=keypairs.key2 and (key1<>'highway' or keypairs.count_all>12000) and (key1<>'railway' or keypairs.count_all>3000) and (key1<>'waterway' or keypairs.count_all>800) and key2 not like '%:%' and from_fraction_all>0.97 and 1 union select keypairs.key2, keypairs.key1, keypairs.count_all, keys.count_all, cast(keypairs.count_all as real)/keys.count_all as from_fraction_all from keys, keypairs where key2='waterway' and keys.key=keypairs.key1 and (key2<>'highway' or keypairs.count_all>12000) and (key2<>'railway' or keypairs.count_all>3000) and (key2<>'waterway' or keypairs.count_all>800) and key1 not like '%:%' and from_fraction_all>0.97 and 1 order by keypairs.count_all desc limit 1000;
+ */
+
+way[surface=~/^(unpaved|compacted|gravel|fine_gravel|pebblestone|ground|earth|dirt|grass|sand|mud|ice|salt|snow|woodchips)$/] { /* without grass_paver as it is controversial */
+  set unpaved_surface;
+}
+
+/* {0.key} without {1.key} (warning level) */
+way[junction                   ][!highway][junction!=yes],
+way[lanes                      ][!highway][leisure!=track][leisure!=swimming_pool],
+way[living_street              ][!highway],
+way[maintenance                ][!highway],
+way[median                     ][!highway],
+way[motorroad                  ][!highway],
+node[ntd_id                    ][!highway],
+way[sac_scale                  ][!highway],
+way[sidewalk                   ][!highway],
+way[step_count                 ][!highway][man_made!=tower],
+way[tracktype                  ][!highway],
+way[trail_visibility           ][!highway], /* #15029 */
+way[trolley_wire               ][!highway],
+way[zip_left                   ][!highway],
+way[zip_right                  ][!highway],
+way[detail                     ][!railway][route!=railway],
+way[eddy_current_brake         ][!railway][route!=railway],
+way[electrified                ][!railway][route!=railway][!highway], /* #16007 */
+way[etcs                       ][!railway][route!=railway],
+way[gauge                      ][!railway][route!=railway],
+way[grade_of_track             ][!railway][route!=railway],
+way[kursbuchstrecke            ][!railway][route!=railway],
+way[lzb                        ][!railway][route!=railway],
+way[old_railway_operator       ][!railway][route!=railway],
+way[operating_procedure        ][!railway][route!=railway],
+way[pzb                        ][!railway][route!=railway],
+way[structure_gauge            ][!railway][route!=railway],
+way[tilting_technology         ][!railway][route!=railway],
+way[track_class                ][!railway][route!=railway],
+way[tracks                     ][!railway][route!=railway],
+way[traffic_mode               ][!railway][route!=railway],
+way[workrules                  ][!railway][route!=railway],
+way[stream                     ][!waterway],
+way[length_unit                ][!waterway],
+way[canal                      ][!waterway],
+way[have_riverbank             ][!waterway],
+*[border_type                  ][!boundary],
+*[piste:difficulty             ][!piste:type],
+*[place                        ][!name][place!=islet],
+*[transformer                  ][!power],
+*[source:date                  ][!source],
+*[source:name                  ][!name],
+*[source:maxspeed:forward      ][!maxspeed:forward][!maxspeed],
+*[source:maxspeed:backward     ][!maxspeed:backward][!maxspeed],
+*[source:building              ][!building],
+*[source:ref                   ][!ref],
+*[source:population            ][!population],
+*[source:postal_code           ][!postal_code],
+*[source:ele                   ][!ele],
+*[source:ref:INSEE             ][!ref:INSEE],
+*[source:lit                   ][!lit],
+*[source:hgv                   ][!hgv],
+*[source:highway               ][!highway],
+*[source:maxaxleload           ][!maxaxleload],
+*[source:surface               ][!surface],
+*[source:bridge                ][!bridge],
+*[source:old_name              ][!old_name],
+*[source:bicycle               ][!bicycle],
+*[source:designation           ][!designation],
+*[source:height                ][!height],
+*[source:lanes                 ][!lanes],
+*[source:postcode              ][!addr:postcode],
+*[source:housenumber           ][!addr:housenumber],
+*[source:addr:postcode         ][!addr:postcode],
+*[source:addr:housenumber      ][!addr:housenumber],
+*[source:addr                  ][!/^addr:/],
+*[source:maxspeed              ][!/^maxspeed:?/] {
+  throwWarning: tr("{0} without {1}", "{0.key}", "{1.key}");
+  group: tr("missing tag");
+  assertMatch: "way lanes=42";
+  assertNoMatch: "way lanes=42 highway=unclassified";
+  assertMatch: "node source:addr:postcode=postman";
+  assertMatch: "node source:addr=postman";
+  assertNoMatch: "node source:addr=postman addr:housenumber=42";
+}
+
+/* {0.key} without {1.key} (info level) */
+way[lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1],
+way[lanes:backward][!lanes:forward][oneway!=yes][oneway!=-1],
+*[leaf_type ][!leaf_cycle],
+*[leaf_cycle][!leaf_type] {
+  throwOther: tr("{0} without {1}", "{0.key}", "{1.key}");
+  group: tr("missing tag");
+}
+
+/* {0.key} without {1.tag}, #17997 */
+node[railway:switch            ][railway!=switch],
+*[generator:source             ][power!=generator],
+*[generator:method             ][power!=generator],
+*[generator:type               ][power!=generator],
+node[fire_hydrant:type         ][emergency!=fire_hydrant][disused:emergency!=fire_hydrant],
+node[manhole                   ][man_made!=manhole],
+way[fence_type                 ][barrier!=fence],
+*[recycling_type               ][amenity!=recycling],
+*[information                  ][tourism!=information],
+node[board_type                ][information!=board],
+*[shelter_type                 ][amenity!=shelter],
+node[lamp_type                 ][highway!=street_lamp],
+node[map_type                  ][information!=map],
+*[site_type                    ][historic!=archaeological_site],
+*[artwork_type                 ][tourism!=artwork][exhibit!=artwork],
+*[castle_type                  ][historic!=castle],
+*[parking                      ][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking)$/][parking!=yes][parking!=no],
+way[cutline                    ][man_made!=cutline],
+*[ref:FR:ARCEP                 ][telecom!=connection_point], 
+*[ref:FR:ARCEP                 ][telecom:medium!=fibre],
+*[ref:FR:Orange                ][telecom:medium!=fibre],
+*[ref:FR:SFR                   ][telecom:medium!=fibre],
+*[ref:FR:PTT                   ][telecom:medium!=copper],
+*[bunker_type                  ][military!=bunker] {
+  throwWarning: tr("{0} without {1}", "{0.key}", "{1.tag}");
+  group: tr("missing tag");
+}
+
+/* {0.key} without {1.tag} or {2.tag}, #15107 */
+*[iata                         ][aeroway!=aerodrome][aeroway!=helipad],
+*[icao                         ][aeroway!=aerodrome][aeroway!=helipad],
+*[bridge:movable               ][bridge!=movable][man_made!=bridge],
+*[substation                   ][power!=substation][pipeline!=substation],
+*[reservoir_type               ][landuse!=reservoir][water!=reservoir],
+way[waterway=pressurised       ][tunnel!=flooded][man_made!=pipeline] {
+  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.tag}", "{2.tag}");
+  group: tr("missing tag");
+}
+
+/* {0.tag} without {1.key} (warning level), #18411, #18246 */
+way[railway=construction][!construction],
+way[highway=construction][!construction],
+node[traffic_sign=maxspeed][!maxspeed],
+node[actuator=manual][!handle],
+node[emergency=fire_hydrant][!fire_hydrant:type],
+way[     boundary=administrative][!admin_level],
+relation[boundary=administrative][!admin_level],
+relation[route=bicycle ][!network][type=route],
+relation[route=hiking  ][!network][type=route],
+relation[route=foot    ][!network][type=route],
+relation[route=horse   ][!network][type=route],
+relation[route=piste][!piste:type][type=route],
+relation[route=ski  ][!piste:type][type=route],
+*[tourism=information][!information],
+*[leisure=pitch][!sport],
+*[aeroway=terminal][!building],
+*[office=government][!government],
+*[power=generator][!generator:source],
+*[amenity=recycling][!/^recycling:/][recycling_type!=centre],
+*[amenity=social_facility][!social_facility],
+*[amenity=place_of_worship][!religion] {
+  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.key}");
+  group: tr("missing tag");
+}
+
+/* {0.tag} without {1.key} (info level), #15107 */
+*[aeroway=runway               ][!ref],
+*[aeroway=runway               ][!surface],
+node[highway=crossing          ][!crossing],
+way[highway=track              ][!tracktype],
+way[power=cable                ][!location],
+node[power=transformer         ][!voltage:primary],
+node[power=transformer         ][!voltage:secondary],
+node[transformer=distribution  ][!voltage:primary][power=pole],
+node[transformer=distribution  ][!voltage:secondary][power=pole],
+way[power=line                 ][!voltage],
+way[power=minor_line           ][!voltage],
+way[power=cable                ][!voltage],
+*[power=generator              ][!voltage][generator:output:electricity],
+*[power=plant                  ][!voltage][plant:output:electricity],
+*[power=substation             ][!substation],
+*[power=switch                 ][!switch],
+*[power=transformer            ][!transformer],
+*[amenity=bank                 ][!operator],
+*[amenity=cinema               ][!operator],
+*[amenity=fast_food            ][!operator],
+*[amenity=fuel                 ][!operator],
+*[mountain_pass=yes            ][!ele],
+*[natural=peak                 ][!ele],
+*[natural=water                ][!water],
+*[amenity=place_of_worship     ][!denomination],
+*[amenity=parking              ][!parking],
+*[amenity=parking_entrance     ][!parking] {
+  throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
+  group: tr("missing tag");
+  assertMatch: "way power=line";
+  assertNoMatch: "way power=line voltage=1";
+  assertMatch: "way power=switch";
+  assertMatch: "way power=substation";
+  assertMatch: "way power=substation transformer=foobar";
+  assertNoMatch: "way power=substation substation=foobar";
+  assertMatch: "way power=generator generator:output:electricity=yes";
+  assertNoMatch: "way power=generator";
+  assertNoMatch: "way power=generator generator:output:electricity=yes voltage=1";
+}
+
+/* {0.key} without {1.key} or {2.tag} */
+way[bridge:structure           ][!bridge][man_made!=bridge],
+*[smoothness                   ][!highway][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking)$/],
+*[segregated                   ][!highway][railway!=crossing] {
+  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.tag}");
+  group: tr("missing tag");
+}
+
+/* {0.tag} without {1.tag} (info level) see #11600 #11393 #11850 */
+way[highway=motorway][!oneway][junction!=roundabout],
+way[highway=motorway_link][!oneway][junction!=roundabout] {
+  throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
+  group: tr("missing tag");
+}
+
+/* {0.tag} without {1.tag} */
+way[usage=penstock][man_made!=pipeline],
+way[usage=penstock][waterway!=pressurised] {
+  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
+  group: tr("missing tag");
+}
+
+/* {0.tag} without {1.tag} or {2.tag} */
+*[amenity=recycling][recycling_type!=container][recycling_type!=centre] {
+  throwWarning: tr("{0} without {1} or {2}", "{0.tag}", "{1.tag}", "{2.tag}");
+  group: tr("missing tag");
+}
+
+/* {0.key} without {1.key}, {2.tag} or {3.tag} */
+*[intermittent                 ][!waterway][natural!~/^(water|spring)$/][landuse!~/^(basin|reservoir)$/][ford!=yes],
+*[boat                         ][!waterway][natural!=water             ][landuse!~/^(basin|reservoir)$/][ford!=yes] {
+  throwWarning: tr("{0} without {1}, {2}, {3} or {4}", "{0.key}", "{1.key}", "{2.tag}", "{3.tag}", "{4.tag}");
+  group: tr("missing tag");
+}
+
+/* {0.key} without {1.key}, {2.key} or {3.key}, #17253 */
+way[oneway   ][!highway][!railway][!aerialway][attraction!=summer_toboggan][aeroway!~/^(runway|taxiway)$/],
+*[snowplowing][!highway][!amenity][!leisure] {
+  throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.key}");
+  group: tr("missing tag");
+}
+
+/* {0.key} without {1.key}, {2.key} or {3.tag}, #17255 */
+way[incline                    ][!highway][!railway][aeroway!~/^(runway|taxiway)$/][attraction!=summer_toboggan],
+*[toll                         ][!highway][!barrier][route!~/^(ferry|road)$/] {
+  throwWarning: tr("{0} without {1}, {2} or {3}", "{0.key}", "{1.key}", "{2.key}", "{3.tag}");
+  group: tr("missing tag");
+}
+
+/* {0.tag} together with {1.key}, see #17664, #17707, #16464, #10837, #14034, #9389, #11977, #13156, #16888 */
+*[power=plant][/^generator:/],
+*[power=generator][/^plant:/],
+*[power=plant][voltage],
+*[power=plant][frequency],
+*[internet_access=no][internet_access:fee],
+node[power=transformer][voltage],
+node[transformer=distribution][voltage][power=pole],
+*[amenity=vending_machine][shop],
+*[noname?][name],
+way[oneway=yes][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
+way[oneway=yes][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no],
+way[oneway=-1 ][/:backward/][!traffic_sign:backward][bicycle:backward!=use_sidepath][oneway:bicycle!=no][oneway:psv!=no],
+way[oneway=-1 ][/:forward/ ][!traffic_sign:forward ][bicycle:forward!=use_sidepath ][oneway:bicycle!=no][oneway:psv!=no] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.key}");
+  group: tr("suspicious tag combination");
+  assertMatch: "way power=plant generator:source=wind";
+  assertMatch: "way power=generator plant:source=combustion";
+}
+
+/* {0.tag} together with {1.tag} (info level), see #9696 */
+way[highway=footway][oneway=no] {
+  throwOther: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+}
+
+/* {0.tag} together with {1.tag}, see #18411, #17950, #17330, #17623, #17592, #17594, #17542, #16861, #16147, #10186 */
+*[barrier=kerb][kerb=no],
+way[highway=construction][construction=yes],
+way[railway=construction][construction=yes],
+*[man_made=bridge][bridge=yes],
+*[man_made=tunnel][tunnel=yes],
+*[amenity=police][police],
+node[highway=crossing][crossing=no],
+node[railway=crossing][crossing=no],
+way[junction=yes][highway],
+way[tracktype=grade1][surface].unpaved_surface,
+way[tracktype=grade2][surface][surface=~/^(sand|mud)$/],
+way[segregated][bicycle=no],
+way[segregated][foot=no],
+way[man_made=pipeline][tunnel=flooded],
+way[waterway=canal][tunnel=yes] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+}
+
+/* {0.tag} together with {1.tag} (error level) */
+relation[type=multipolygon][area=no] {
+  throwError: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+}
+
+/* {0.key} together with {1.key}, #18267, #17630, #17604 */
+node[marker][cover],
+node[marker][voltage],
+node[marker][pressure],
+node[marker][diameter],
+node[marker][substance],
+*[building:part][building],
+*[addr:street][addr:place][outside("CZ,DK")] {
+  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
+  group: tr("suspicious tag combination");
+}
+
+/* {0.tag} together with {1.tag} and {2.key}, #18471 */
+way[highway=~/^(cycleway|footway|path)$/][segregated=no][sidewalk =~/^(left|right|both)$/] {
+  throwWarning: tr("{0} together with {1} and {2}", "{0.tag}", "{1.tag}", "{2.key}");
+  group: tr("suspicious tag combination");
+}
+
+/* #11127, #13727 */
+way[waterway][bridge=yes][waterway!=weir] {
+  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.tag}");
+  suggestAlternative: "bridge=aqueduct";
+  group: tr("suspicious tag combination");
+  fixAdd: "bridge=aqueduct";
+}
+way[waterway=weir][bridge=yes][highway] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  suggestAlternative: "waterway=weir + ford=yes";
+  suggestAlternative: "waterway=dam";
+  suggestAlternative: tr("two objects, one with {0} and one with {1} + {2} + {3}", "{0.tag}", "{2.key}", "{1.tag}", "layer");
+  group: tr("suspicious tag combination");
+}
+
+/* #16214 */
+relation[type=multipolygon] >[role="inner"] way[area][eval(number_of_tags()) = 1] {
+  throwWarning: tr("{0} on an inner multipolygon ring without further tags", "{0.tag}");
+  fixRemove: "area";
+  set area_yes_autofix;
+  group: tr("suspicious tag combination");
+}
+
+/* only {0.key}, see #11104 #12422 #14950 */
+*[access][eval(number_of_tags()) = 1],
+*[area][eval(number_of_tags()) = 1]!.area_yes_autofix,
+*[name][eval(number_of_tags()) = 1],
+*[ref][eval(number_of_tags()) = 1],
+*[lit][eval(number_of_tags()) = 1] {
+  throwWarning: tr("incomplete object: only {0}", "{0.key}");
+  group: tr("missing tag");
+}
+/* only {0.key} and {1.key} */
+*[name][area][eval(number_of_tags()) = 2],
+*[name][ref][eval(number_of_tags()) = 2] {
+  throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.key}");
+  group: tr("missing tag");
+}
+/* only {0.tag}, #15269 */
+*[tourism=attraction][eval(number_of_tags()) = 1] {
+  throwWarning: tr("incomplete object: only {0}", "{0.tag}");
+  group: tr("missing tag");
+}
+/* only {0.key} and {1.tag} */
+*[name][tourism=attraction][eval(number_of_tags()) = 2] {
+  throwWarning: tr("incomplete object: only {0} and {1}", "{0.key}", "{1.tag}");
+  group: tr("missing tag");
+}
+
+/* #9811, #11491, #12865, #14310 */
+*[place][place!=farm][/^(addr:housenumber|addr:housename|addr:flats|addr:conscriptionnumber|addr:street|addr:place|addr:city|addr:country|addr:full|addr:hamlet|addr:suburb|addr:subdistrict|addr:district|addr:province|addr:state|addr:interpolation|addr:interpolation|addr:inclusion)$/],
+/* addr:postcode is used together with place in some countries */
+*[boundary][/^addr:/],
+*[highway][/^addr:/][highway!=services][highway!=rest_area][!"addr:postcode"] {
+  throwWarning: tr("{0} together with addr:*", "{0.key}");
+  group: tr("suspicious tag combination");
+  assertMatch: "node place=foo addr:housenumber=5";
+  assertMatch: "node place=foo addr:housenumber=5 addr:postcode=12345";
+  assertNoMatch: "node place=foo  addr:postcode=12345";
+}
+*[!highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
+  throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
+  group: tr("suspicious tag combination");
+}
+*[!highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
+  throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
+  group: tr("suspicious tag combination");
+}
+way[highway][postal_code]["addr:postcode"][postal_code=*"addr:postcode"] {
+  throwWarning: tr("{0} together with {1}", "{1.key}", "{2.key}");
+  group: tr("suspicious tag combination");
+  fixRemove: "addr:postcode";
+}
+way[highway][postal_code]["addr:postcode"][postal_code!=*"addr:postcode"] {
+  throwWarning: tr("{0} together with {1} and conflicting values", "{1.key}", "{2.key}");
+  group: tr("suspicious tag combination");
+}
+way[highway][highway!=services][highway!=rest_area][!postal_code]["addr:postcode"] {
+  throwWarning: tr("{0} together with {1}", "{0.key}", "{4.key}");
+  suggestAlternative: "postal_code";
+  group: tr("suspicious tag combination");
+  fixChangeKey: "addr:postcode=>postal_code";
+}
+
+/* #9195 */
+way[highway=footway][cycleway=lane] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  suggestAlternative: "highway=path + foot=designated + bicycle=designated + segregated=yes";
+  group: tr("suspicious tag combination");
+}
+
+/* {0} on suspicious object */
+*[tunnel  ][!highway][!railway][!waterway][!piste:type][public_transport!=platform][route!=ferry][man_made!=pipeline][man_made!=goods_conveyor][man_made!=wildlife_crossing][man_made!=tunnel],
+*[bridge  ][!highway][!railway][!waterway][!piste:type][public_transport!=platform][route!=ferry][man_made!=pipeline][man_made!=goods_conveyor][man_made!=wildlife_crossing][man_made!=bridge][building!=bridge],
+*[psv     ][!highway][!railway][!waterway][barrier!=bollard][amenity !~ /^parking.*/],
+*[width   ][!highway][!railway][!waterway][!aeroway][!cycleway][!footway][!barrier][!man_made][!entrance][natural!=stone][leisure!=track],
+*[maxspeed][!highway][!railway][traffic_sign !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][traffic_sign:forward !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][traffic_sign:backward !~ /^((.*;)?maxspeed(;.*)?|[A-Z][A-Z]:.+)$/][type != enforcement][waterway !~ /^(river|canal|lock)$/][!traffic_calming][aerialway!=zip_line] {
+  throwWarning: tr("{0} on suspicious object", "{0.key}");
+  group: tr("suspicious tag combination");
+}
+
+*[amenity][amenity =~ /^(restaurant|cafe|fast_food|pub|place_of_worship|school|university|hospital|library|theatre|courthouse|bank|cinema|pharmacy|fuel)$/][!name][noname!=yes] {
+  throwOther: tr("{0} without {1}", "{0.tag}", "{2.key}");
+  group: tr("missing tag");
+  assertMatch: "node amenity=restaurant";
+  assertNoMatch: "node amenity=restaurant noname=yes";
+  assertNoMatch: "node amenity=restaurant name=Foobar";
+}
+
+/* #10193, #16157 */
+way[highway][barrier],
+*[highway][waterway][waterway!=dam][waterway!=weir],
+way[highway][natural][natural!=ridge],
+*[landuse][building][landuse!=retail] {
+  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
+  group: tr("suspicious tag combination");
+  assertNoMatch: "node highway=street_lamp natural=birds_nest";
+}
+
+/* #6932 */
+*[natural=water][leisure=swimming_pool] {
+  throwWarning: tr("natural water used for swimming pool");
+  group: tr("suspicious tag combination");
+  fixRemove: "natural";
+}
+
+/* #9593, #11183, #12418, #12761, #17254  */
+*[sport][sport!=skiing][!building][!club][tourism != hotel][highway != raceway][!leisure][natural !~ /^(beach|bare_rock|cliff|peak|water)$/][amenity !~ /^(pub|restaurant|swimming_pool)$/][landuse !~ /^(recreation_ground|piste|farm|farmland)$/][barrier !~ /^(wall|retaining_wall)$/][!"piste:type"][shop!=sports][attraction!=summer_toboggan] {
+    throwWarning: tr("sport without physical feature");
+    group: tr("missing tag");
+    assertMatch: "node sport=tennis";
+    assertNoMatch: "node sport=tennis leisure=pitch";
+    assertNoMatch: "node sport=beachvolleyball natural=beach";
+    assertNoMatch: "node sport=skiing"; /* skiing has deprecated warning */
+    assertNoMatch: "node sport=swimming tourism=hotel";
+    assertNoMatch: "node sport=10pin amenity=restaurant";
+}
+
+/* {0.key} without {1.key} or {2.key} see #10140 */
+*[building:levels][!building][!building:part],
+way[usage][!railway][!waterway][route!=railway][man_made!=pipeline] {
+  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
+  group: tr("missing tag");
+}
+
+/* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 #16437 */
+*[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
+  throwWarning: tr("alternative name without {0}", "{1.key}");
+  group: tr("missing tag");
+}
+
+/* #10837 */
+way[destination][!oneway?][junction!=roundabout][highway] {
+  throwWarning: tr("incomplete usage of {0} on a way without {1}", "{0.key}", "{1.key}");
+  suggestAlternative: "destination:forward";
+  suggestAlternative: "destination:backward";
+}
+
+/* #11389 */
+way["maxspeed:forward"=*"maxspeed:backward"][!maxspeed] {
+  throwWarning: tr("Same value of {0} and {1}", "{0.key}", "{1.key}");
+  suggestAlternative: "maxspeed";
+  group: tr("suspicious tag combination");
+  fixChangeKey: "maxspeed:forward=>maxspeed";
+  fixRemove: "maxspeed:backward";
+}
+way["maxspeed:forward"=*maxspeed]["maxspeed:backward"=*maxspeed][maxspeed] {
+  throwWarning: tr("Same value of {0}, {1} and {2}", "{0.key}", "{1.key}", "{2.key}");
+  set AllSameMaxspeed;
+  suggestAlternative: "maxspeed";
+  group: tr("suspicious tag combination");
+  fixRemove: "maxspeed:forward";
+  fixRemove: "maxspeed:backward";
+}
+way["maxspeed:forward"]["maxspeed:backward"][maxspeed]!.AllSameMaxspeed {
+  throwWarning: tr("{0} and {1} together with {2} and conflicting values", "{0.key}", "{1.key}", "{2.key}");
+  group: tr("suspicious tag combination");
+}
+way["maxspeed:forward"][maxspeed][!"maxspeed:backward"],
+way["maxspeed:backward"][maxspeed][!"maxspeed:forward"] {
+  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
+  group: tr("suspicious tag combination");
+}
+
+/* #11837 */
+way[layer][layer<0][bridge][bridge!=no][location!=underground][indoor!=yes][!tunnel],
+way[layer][layer>0][tunnel][tunnel!=no][location!=overground][indoor!=yes][!bridge] {
+  throwWarning: tr("{0} together with {1}", "{2.tag}", "{0.tag}");
+  group: tr("suspicious tag combination");
+}
+
+/* #12942 */
+relation[oneway][type!=route] {
+  throwWarning: tr("{0} on a relation without {1}", "{0.key}", "{1.tag}");
+}
+
+/* #9182 */
+way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) > 400] {
+  throwWarning: tr("Long waterway with {0} but without a tag which defines it as tunnel or underground. Remove {1} or add a tunnel tag if applicable. Also check crossing bridges and their {1} tags.", "{1.tag}", "{1.key}");
+  group: tr("suspicious tag combination");
+}
+way[waterway][layer][layer=~/^(-1|-2|-3|-4|-5)$/][!tunnel][culvert!=yes][covered!=yes][pipeline!=yes][location!=underground][eval(waylength()) <= 400] {
+  throwOther: tr("Short waterway with {0} but without a tag which defines it as tunnel or underground. Remove {1} or add a tunnel tag if applicable. Also check crossing bridges and their {1} tags.", "{1.tag}", "{1.key}");
+  group: tr("suspicious tag combination");
+}
+
+/* #13144, #15536 */
+*[unisex=yes][female=yes][male!=yes][shop=hairdresser],
+*[unisex=yes][male=yes][female!=yes][shop=hairdresser] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+}
+*[unisex=yes][female=yes][male=yes][shop=hairdresser] {
+  throwWarning: tr("{0} together with {1} and {2}. Remove {1} and {2}", "{0.tag}", "{1.tag}", "{2.tag}");
+  group: tr("suspicious tag combination");
+  fixRemove: "female";
+  fixRemove: "male";
+}
+*[female=yes][male=yes][!unisex][shop=hairdresser] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  suggestAlternative: "unisex=yes";
+  group: tr("suspicious tag combination");
+  fixRemove: "female";
+  fixRemove: "male";
+  fixAdd: "unisex=yes";
+}
+
+/* {1.key} without {2.tag} see #13138, #14468 */
+way!:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir], /* water=intermittent is deprecated and has an own warning */
+area:closed[water][natural!~/water|bay|strait/][water!=intermittent][amenity!=lavoir] {
+  throwWarning: tr("{0} without {1}", "{1.key}", "{2.tag}");
+  group: tr("missing tag");
+}
+
+/* see #8519, #11529, limited to motorways and trunks to avoid false positives for streets with lanes for non motorized traffic */
+way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][turn:lanes              ][tag(lanes)!=eval(count(split("|", tag("turn:lanes"))))],
+way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][change:lanes            ][tag(lanes)!=eval(count(split("|", tag("change:lanes"))))],
+way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][maxspeed:lanes          ][tag(lanes)!=eval(count(split("|", tag("maxspeed:lanes"))))],
+way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][minspeed:lanes          ][tag(lanes)!=eval(count(split("|", tag("minspeed:lanes"))))],
+way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:lanes       ][tag(lanes)!=eval(count(split("|", tag("destination:lanes"))))],
+way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:ref:lanes   ][tag(lanes)!=eval(count(split("|", tag("destination:ref:lanes"))))],
+way[highway =~ /^(motorway|motorway_link|trunk|trunk_link)$/][lanes][destination:symbol:lanes][tag(lanes)!=eval(count(split("|", tag("destination:symbol:lanes"))))] {
+    throwWarning: tr("Different number of lanes in the keys {0} and {1}", "{1.key}", "{2.key}");
+    group: tr("suspicious tag combination");
+}
+
+/* #13680 */
+area[golf=bunker][natural=beach] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  suggestAlternative: "natural=sand";
+  suggestAlternative: "surface=sand";
+  group: tr("suspicious tag combination");
+}
+
+/* #13705 */
+relation[type=multipolygon][building] > way {
+  set part_of_building_MP;
+}
+way["addr:housenumber"][!building][!"building:part"][!"demolished:building"][!note][!amenity][!leisure][!landuse][!man_made][!tourism][!barrier]!.part_of_building_MP {
+  /* don't exclude shop because a lot of real missing bulding tag cases have a shop tag. */
+  throwOther: tr("possibly missing {0} tag", "{1.key}");
+  group: tr("missing tag");
+}
+
+/* #14125, #14323, #18185 */
+way[highway][lanes][!lanes:forward][!lanes:backward][oneway!=yes][oneway!=-1][oneway!=reversible][junction!=roundabout][lanes>2][get(split(".", tag(lanes)/2), 1)=5] {
+  throwWarning: tr("street with odd number of {0}, but without {1} and {2} or {3}", "{1.key}", "{2.key}", "{3.key}", "{4.key}");
+  group: tr("missing tag");
+  assertNoMatch: "way highway=primary lanes=2";
+  assertNoMatch: "way highway=primary lanes=3 lanes:backward=2";
+  assertNoMatch: "way highway=primary lanes=3 oneway=-1";
+  assertNoMatch: "way highway=primary lanes=4";
+  assertMatch: "way highway=primary lanes=3";
+}
+
+/* #15774 */
+node[emergency=fire_hydrant][fire_hydrant:count][fire_hydrant:count!=1] {
+  throwOther: tr("{0} together with {1}. Tag each hydrant separately.", "{0.tag}", "{1.tag}");
+}
+
+/* #12502 */
+node[leisure=park][natural=tree] {
+  throwWarning: tr("{0} together with {1} on a node. Remove {0}.", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+  fixRemove: "leisure";
+}
+
+/* #17305 */
+area[boundary=administrative][landuse=residential] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+}
+
+/* #17391 */
+way[highway=pedestrian][width][width<3] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  suggestAlternative: "highway=footway";
+  group: tr("suspicious tag combination");
+  fixAdd: "highway=footway";
+  assertMatch: "way highway=pedestrian width=0.8";
+  assertMatch: "way highway=pedestrian width=1";
+  assertNoMatch: "way highway=pedestrian width=3";
+  assertNoMatch: "way highway=pedestrian width=5.5";
+}
+
+/* see #17623 */
+way:areaStyle[highway][highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service$|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][area!=yes] {
+  throwOther: tr("A linear object {0} without {1} has a tag indicating that it is an area.", "{1.tag}", "{3.tag}");
+  group: tr("suspicious tag combination");
+}
+
+/* #17804 */
+area[cemetery=sector][landuse=cemetery] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+}
+
+/* #17967 */
+*[highway=cycleway][cycleway=track] {
+  throwWarning: tr("{0} together with {1}. Remove {1}.", "{0.tag}", "{1.tag}");
+  group: tr("suspicious tag combination");
+  fixRemove: "cycleway";
+}
+
+/* #17973, #18183, #18331 */
+way[highway=path    ][foot][foot!=no      ][foot!=use_sidepath   ][!segregated][bicycle][bicycle!=no][bicycle!=use_sidepath][bicycle!=dismount]!.unpaved_surface,
+way[highway=footway ][bicycle][bicycle!=no][bicycle!=use_sidepath][!segregated][bicycle!=dismount]!.unpaved_surface,
+way[highway=cycleway][foot][foot!=no      ][foot!=use_sidepath   ][!segregated]!.unpaved_surface {
+  throwWarning: tr("Combined foot- and cycleway without {0}.", "{4.key}");
+  group: tr("missing tag");
+}
+
+/* #17989 */
+node[emergency_ward_entrance][emergency!=emergency_ward_entrance] {
+  throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
+  group: tr("missing tag");
+  fixAdd: "emergency=emergency_ward_entrance";
+}
+
+/* #18203 */
+way[construction][construction!=yes][construction!=minor][highway][highway!=construction] {
+  throwWarning: tr("{0} together with {1}", "{3.tag}", "{0.tag}");
+  group: tr("suspicious tag combination");
+}
+
+/* #18374 */
+*[amenity=recycling][collection_times="24/7"][!opening_hours],
+*[amenity=recycling][collection_times       ][!opening_hours][collection_times=~/[a-z]-[A-Z].*[0-9]-[0-9]/] {
+  throwWarning: tr("{0} together with {1}. Probably {2} is meant.", "{1.key}", "{0.tag}", "{2.key}");
+  group: tr("suspicious tag combination");
+  fixChangeKey: "collection_times => opening_hours";
+  assertMatch: "node amenity=recycling collection_times=\"Mo-Fr 06:00-20:00\"";
+  assertNoMatch: "node amenity=recycling collection_times=\"Mo-Fr 15:00\"";
+  assertNoMatch: "node amenity=recycling collection_times=\"Mo 08:00-11:00\"";
+  assertNoMatch: "node amenity=recycling collection_times=\"Sa[2,4] 8:00-11:00\"";
+}
+*[amenity=recycling][collection_times="24/7"][opening_hours],
+*[amenity=recycling][collection_times       ][opening_hours][collection_times=~/[a-z]-[A-Z].*[0-9]-[0-9]/] {
+  throwWarning: tr("{0} together with {1}. Probably {2} is meant.", "{1.key}", "{0.tag}", "{2.key}");
+  group: tr("suspicious tag combination");
+}
Index: /trunk/resources/data/validator/deprecated.mapcss
===================================================================
--- /trunk/resources/data/validator/deprecated.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/deprecated.mapcss	(revision 16006)
@@ -0,0 +1,1954 @@
+*[barrier=wire_fence] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  group: tr("deprecated tagging");
+  suggestAlternative: "barrier=fence + fence_type=chain_link";
+  fixAdd: "barrier=fence";
+  fixAdd: "fence_type=chain_link";
+  assertMatch: "way barrier=wire_fence";
+  assertNoMatch: "way barrier=fence";
+}
+  
+*[barrier=wood_fence] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "barrier=fence + fence_type=wood";
+  group: tr("deprecated tagging");
+  fixAdd: "barrier=fence";
+  fixAdd: "fence_type=wood";
+}
+  
+node[highway=ford] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "ford=yes";
+  group: tr("deprecated tagging");
+  fixRemove: "highway";
+  fixAdd: "ford=yes";
+}
+way[highway=ford] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "highway=* + ford=yes";
+  group: tr("deprecated tagging");
+}
+  
+way[class] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "highway";
+  group: tr("deprecated tagging");
+}
+  
+*[highway=stile] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "barrier=stile";
+  group: tr("deprecated tagging");
+  fixRemove: "highway";
+  fixAdd: "barrier=stile";
+}
+  
+*[highway=incline] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "incline";
+  group: tr("deprecated tagging");
+}
+  
+*[highway=incline_steep] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "incline";
+  group: tr("deprecated tagging");
+}
+  
+*[highway=unsurfaced] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "highway=* + surface=unpaved";
+  group: tr("deprecated tagging");
+  fixAdd: "highway=road";
+  fixAdd: "surface=unpaved";
+}
+  
+*[landuse=wood] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "landuse=forest";
+  suggestAlternative: "natural=wood";
+  group: tr("deprecated tagging");
+}
+  
+*[natural=marsh] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "natural=wetland + wetland=marsh";
+  group: tr("deprecated tagging");
+  fixAdd: "natural=wetland";
+  fixAdd: "wetland=marsh";
+}
+  
+*[highway=byway] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  group: tr("deprecated tagging");
+}
+  
+*[power_source] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "generator:source";
+  group: tr("deprecated tagging");
+}
+  
+*[power_rating] {
+  /* from http://wiki.openstreetmap.org/wiki/Deprecated_features */
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "generator:output";
+  group: tr("deprecated tagging");
+}
+  
+*[shop=antique] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=antiques";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=antiques";
+}
+
+*[shop=bags] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=bag";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=bag";
+}
+
+/* #17527 */
+*[shop=fashion] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=clothes";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=clothes";
+}
+
+*[shop=organic] {
+  /* from http://wiki.openstreetmap.org/wiki/Tag:shop=organic */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=* + organic=yes";
+  suggestAlternative: "shop=* + organic=only";
+  group: tr("deprecated tagging");
+}
+
+*[shop=pets] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=pet";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=pet";
+}
+
+*[shop=pharmacy] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=pharmacy";
+  group: tr("deprecated tagging");
+  fixChangeKey: "shop => amenity";
+}
+
+*[bicycle_parking=sheffield] {
+  /* from http://wiki.openstreetmap.org/wiki/Key:bicycle_parking */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "bicycle_parking=stands";
+  group: tr("deprecated tagging");
+  fixAdd: "bicycle_parking=stands";
+}
+  
+*[amenity=emergency_phone] {
+  /* http://wiki.openstreetmap.org/wiki/Tag:emergency=phone */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "emergency=phone";
+  group: tr("deprecated tagging");
+  fixRemove: "amenity";
+  fixAdd: "emergency=phone";
+}
+  
+*[sport=gaelic_football] {
+  /* fix #8132 - http://wiki.openstreetmap.org/wiki/Tag:sport=gaelic_football */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "sport=gaelic_games";
+  group: tr("deprecated tagging");
+  fixAdd: "sport=gaelic_games";
+}
+  
+*[power=station] {
+  /* see #8847 / #8961 - http://wiki.openstreetmap.org/wiki/Tag:power=station */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "power=plant";
+  suggestAlternative: "power=substation";
+  group: tr("deprecated tagging");
+}
+
+*[power=sub_station] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "power=substation";
+  group: tr("deprecated tagging");
+  fixAdd: "power=substation";
+}
+
+*[location=rooftop] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "location=roof";
+  group: tr("deprecated tagging");
+  fixAdd: "location=roof";
+}
+
+*[generator:location] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "location";
+  group: tr("deprecated tagging");
+  fixChangeKey: "generator:location => location";
+}
+
+*[generator:method=dam] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "generator:method=water-storage";
+  group: tr("deprecated tagging");
+  fixAdd: "generator:method=water-storage";
+}
+  
+*[generator:method=pumped-storage] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "generator:method=water-pumped-storage";
+  group: tr("deprecated tagging");
+  fixAdd: "generator:method=water-pumped-storage";
+}
+  
+*[generator:method=pumping] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "generator:method=water-pumped-storage";
+  group: tr("deprecated tagging");
+  fixAdd: "generator:method=water-pumped-storage";
+}
+  
+*[fence_type=chain] {
+  /* see #8962 - http://wiki.openstreetmap.org/wiki/Key:fence_type */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "barrier=chain";
+  suggestAlternative: "barrier=fence + fence_type=chain_link";
+  group: tr("deprecated tagging");
+}
+
+*[building=entrance] {
+  /* see #9000 - http://wiki.openstreetmap.org/wiki/Key:entrance */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "entrance";
+  group: tr("deprecated tagging");
+}
+  
+*[board_type=board] {
+  /* see #9213 - Useless tag proposed in internal preset for years */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  group: tr("deprecated tagging");
+  fixRemove: "board_type";
+}
+  
+*[man_made=measurement_station] {
+  /* see #8434 - http://wiki.openstreetmap.org/wiki/Proposed_features/monitoring_station */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "man_made=monitoring_station";
+  group: tr("deprecated tagging");
+  fixAdd: "man_made=monitoring_station";
+}
+  
+*[measurement=water_level] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "monitoring:water_level=yes";
+  group: tr("deprecated tagging");
+  fixRemove: "measurement";
+  fixAdd: "monitoring:water_level=yes";
+}
+  
+*[measurement=weather] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "monitoring:weather=yes";
+  group: tr("deprecated tagging");
+  fixRemove: "measurement";
+  fixAdd: "monitoring:weather=yes";
+}
+  
+*[measurement=seismic] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "monitoring:seismic_activity=yes";
+  group: tr("deprecated tagging");
+  fixRemove: "measurement";
+  fixAdd: "monitoring:seismic_activity=yes";
+}
+
+*[monitoring:river_level] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "monitoring:water_level";
+  group: tr("deprecated tagging");
+  fixChangeKey: "monitoring:river_level => monitoring:water_level";
+}
+
+*[stay] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "maxstay";
+  group: tr("deprecated tagging");
+  fixChangeKey: "stay => maxstay";
+}
+
+*[emergency=aed] {
+  /* see #9554 - http://wiki.openstreetmap.org/wiki/Proposed_features/automated_external_defibrillator */
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "emergency=defibrillator";
+  group: tr("deprecated tagging");
+  fixAdd: "emergency=defibrillator";
+}
+
+/* from http://wiki.openstreetmap.org/wiki/Conditional_restrictions#Deprecated_tags */
+*[day_on][!restriction],
+*[day_off][!restriction],
+*[date_on][!restriction],
+*[date_off][!restriction],
+*[hour_on][!restriction],
+*[hour_off][!restriction] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "*:conditional";
+  group: tr("deprecated tagging");
+  assertMatch: "node day_on=0-12";
+}
+
+/* see #10000, http://wiki.openstreetmap.org/wiki/Tag%3Aaccess%3Ddesignated */
+*[access=designated] {
+  throwWarning: tr("''{0}'' is meaningless, use more specific tags, e.g. ''{1}''", "access=designated", "bicycle=designated");
+  assertMatch: "way access=designated";
+}
+*[access=official] {
+  throwWarning: tr("''{0}'' does not specify the official mode of transportation, use ''{1}'' for example", "access=official", "bicycle=official");
+  assertMatch: "way access=official";
+}
+
+/* see #10085 - give warning for fixme=yes */
+*[fixme=yes], *[FIXME=yes] {
+  throwWarning: tr("{0}={1} is unspecific. Instead of ''{1}'' please give more information about what exactly should be fixed.", "{0.key}", "{0.value}");
+  assertMatch: "way fixme=yes";
+}
+
+*[name][name=~/^(?i)fixme$/] {
+  throwWarning: tr("Wrong usage of {0} tag. Remove {1}, because it is clear that the name is missing even without an additional tag.", "{0.key}", "{0.tag}");
+  fixRemove: "name";
+  assertMatch: "node name=fixme";
+  assertMatch: "node name=Fixme";
+  assertMatch: "node name=FIXME";
+  assertNoMatch: "node name=valid name";
+}
+
+*[note][note=~/^(?i)fixme$/] {
+  throwWarning: tr("{0} is unspecific. Instead use the key fixme with the information what exactly should be fixed in the value of fixme.", "{0.tag}");
+}
+
+/* see #10107, #10108, #10929, #13391 - http://wiki.openstreetmap.org/wiki/Proposed_features/leaftype#Features.2FPages_affected */
+*[type=broad_leaved],
+*[type=broad_leafed] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leaf_type=broadleaved";
+  group: tr("deprecated tagging");
+  fixRemove: "{0.key}";
+  fixAdd: "leaf_type=broadleaved";
+}
+
+*[wood=coniferous],
+*[type=coniferous],
+*[type=conifer] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leaf_type=needleleaved";
+  group: tr("deprecated tagging");
+  fixRemove: "{0.key}";
+  fixAdd: "leaf_type=needleleaved";
+}
+
+*[wood=mixed] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leaf_type=mixed";
+  group: tr("deprecated tagging");
+  fixRemove: "wood";
+  fixAdd: "leaf_type=mixed";
+}
+
+*[wood=evergreen],
+*[type=evergreen] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leaf_cycle=evergreen";
+  group: tr("deprecated tagging");
+  fixRemove: "{0.key}";
+  fixAdd: "leaf_cycle=evergreen";
+}
+
+*[type=deciduous],
+*[type=deciduos] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leaf_cycle=deciduous";
+  group: tr("deprecated tagging");
+  fixRemove: "type";
+  fixAdd: "leaf_cycle=deciduous";
+}
+
+*[wood=deciduous] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leaf_type + leaf_cycle";
+  group: tr("deprecated tagging");
+}
+
+node[type=palm],
+way[type=palm] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leaf_type";
+  suggestAlternative: "trees";
+  suggestAlternative: "species";
+  group: tr("deprecated tagging");
+}
+
+*[natural=land] {
+  throwWarning: tr("{0} is deprecated. Please use instead a multipolygon.", "{0.tag}");
+  group: tr("deprecated tagging");
+  assertMatch: "way natural=land";
+}
+
+/* see #10447 - https://wiki.openstreetmap.org/wiki/Proposed_features/Bridge_types#Deprecated_bridge_key_values */
+*[bridge=causeway] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "ford=yes";
+  suggestAlternative: "bridge=low_water_crossing";
+  suggestAlternative: "embankment=yes";
+  group: tr("deprecated tagging");
+}
+*[bridge=swing] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "bridge:movable=swing";
+  suggestAlternative: "bridge:structure=simple-suspension";
+  group: tr("deprecated tagging");
+}
+*[bridge=suspension] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "bridge=yes + bridge:structure=suspension";
+  group: tr("deprecated tagging");
+  fixAdd: "bridge=yes";
+  fixAdd: "bridge:structure=suspension";
+}
+*[bridge=pontoon] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "bridge=yes + bridge:structure=floating";
+  group: tr("deprecated tagging");
+  fixAdd: "bridge=yes";
+  fixAdd: "bridge:structure=floating";
+}
+
+/* See #10530 - Incorrect tag proposed in internal preset for years */
+*[fee=interval],
+*[lit=interval],
+*[supervised=interval] {
+  throwWarning: tr("{0} is deprecated. Please specify interval by using opening_hours syntax", "{0.tag}");
+  group: tr("deprecated tagging");
+}
+
+/* See #10582 - JOSM supported this tag as "don't upload this" feature, before the introduction of upload flag at layer level */
+*[/josm\/ignore/] {
+  throwError: tr("{0} is deprecated. Please delete this object and use a private layer instead", "{0.key}");
+  group: tr("deprecated tagging");
+  fixDeleteObject: this;
+}
+
+/* see #8281 */
+*[sport=diving] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "sport=scuba_diving";
+  suggestAlternative: "sport=cliff_diving";
+  group: tr("deprecated tagging");
+}
+
+/* see #8281 */
+*[parking=park_and_ride] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=parking + park_ride=yes";
+  group: tr("deprecated tagging");
+  fixRemove: "parking";
+  fixAdd: "amenity=parking";
+  fixAdd: "park_ride=yes";
+}
+
+/* see #18334, #17950, #10661, #10837, #11737, #12771 */
+*[manhole=plain],
+*[manhole=unknown],
+*[manhole=yes],
+*[police=yes],
+*[traffic_calming=yes],
+*[access=restricted],
+*[barrier=yes],
+*[aerialway=yes][!public_transport],
+*[amenity=yes],
+*[leisure=yes],
+*[shop="*"],
+*[shop=yes][amenity!=fuel],
+*[craft=yes],
+*[service=yes],
+*[place=yes] {
+  throwWarning: tr("{0}={1} is unspecific. Please replace ''{1}'' by a specific value.", "{0.key}", "{0.value}");
+}
+
+/* see #10693 - http://wiki.openstreetmap.org/wiki/Proposed_features/drop_recommendation_for_place_name , #10837 */
+*[place_name][!name] {
+  throwWarning: tr("{0} should be replaced with {1}", "{0.key}", "{1.key}");
+  fixChangeKey: "place_name => name";
+}
+*[place][place_name = *name] {
+  throwWarning: tr("{0} = {1}; remove {0}", "{1.key}", "{1.value}");
+  fixRemove: "{1.key}";
+}
+
+way[sidewalk=yes] {
+  throwWarning: tr("{0}={1} is unspecific. Please replace ''{1}'' by ''left'', ''right'' or ''both''.", "{0.key}", "{0.value}");
+}
+
+*[waterway=water_point] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=water_point";
+  group: tr("deprecated tagging");
+  fixChangeKey: "waterway => amenity";
+}
+*[waterway=waste_disposal] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=waste_disposal";
+  group: tr("deprecated tagging");
+  fixChangeKey: "waterway => amenity";
+}
+*[waterway=mooring] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "mooring=yes";
+  group: tr("deprecated tagging");
+  fixRemove: "waterway";
+  fixAdd: "mooring=yes";
+}
+
+/* see #10837 */
+*[building][levels],
+*[building:part=yes][levels] {
+  throwWarning: tr("{0} is deprecated", "{1.key}");
+  suggestAlternative: "building:levels";
+  group: tr("deprecated tagging");
+  fixChangeKey: "levels => building:levels";
+}
+
+/* see #10691 */
+*[protected_class] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "protect_class";
+  group: tr("deprecated tagging");
+  fixChangeKey: "protected_class => protect_class";
+}
+
+/* see #11070 */
+*[kerb=unknown],
+*[lock=unknown],
+*[hide=unknown],
+*[shelter=unknown],
+*[access=unknown],
+*[capacity:parent=unknown],
+*[capacity:women=unknown],
+*[capacity:disabled=unknown],
+*[crossing=unknown],
+*[foot=unknown] {
+  throwWarning: tr("Unspecific tag {0}", "{0.tag}");
+}
+
+/* unclear definition, see #11183 */
+*[sport=skiing] {
+  throwWarning: tr("Definition of {0} is unclear", "{0.tag}");
+  suggestAlternative: tr("{0} + {1} + {2}", "piste:type=*", "piste:difficulty=*", "piste:grooming=*");
+  group: tr("deprecated tagging");
+}
+
+/* see #11223 */
+*[waterway=wadi] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "{0.key}=* + intermittent=yes";
+  suggestAlternative: "natural=valley";
+  group: tr("deprecated tagging");
+}
+
+/* see #10346, #15667 (waterway has its own rules in unnecessary.mapcss) */
+way[oneway=1][!waterway] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "oneway=yes";
+  group: tr("deprecated tagging");
+  fixAdd: "oneway=yes";
+}
+
+/* see #11329, #15667 */
+way[oneway=-1][!waterway] {
+  throwWarning: tr("{0} is not recommended. Use the Reverse Ways function from the Tools menu.", "{0.tag}");
+}
+
+*[drinkable] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "drinking_water";
+  group: tr("deprecated tagging");
+}
+
+/* see #10329, #15877 */
+  /* simple key change */
+*[color][!colour] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "colour";
+  group: tr("deprecated tagging");
+  fixChangeKey: "color => colour";
+  assertMatch: "way color=red";
+  assertNoMatch: "way color=red colour=red";
+}
+area[building:color][!building:colour] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "building:colour";
+  group: tr("deprecated tagging");
+  fixChangeKey: "building:color => building:colour";
+  assertMatch: "way building:color=red";
+  assertNoMatch: "way building:color=red building:colour=red";
+}
+area[roof:color][!roof:colour] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "roof:colour";
+  group: tr("deprecated tagging");
+  fixChangeKey: "roof:color => roof:colour";
+  assertMatch: "way roof:color=red";
+  assertNoMatch: "way roof:color=red roof:colour=red";
+}
+  /* both tags with same value, remove color */
+*[color][colour][color=*colour] {
+  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
+  suggestAlternative: "colour";
+  group: tr("deprecated tagging");
+  set samecolor;
+  fixRemove: "color";
+  assertMatch: "way color=red colour=red";
+  assertNoMatch: "way color=red colour=green";
+}
+area[building:color][building:colour]["building:color"=*"building:colour"] {
+  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
+  suggestAlternative: "building:colour";
+  group: tr("deprecated tagging");
+  set samebuildingcolor;
+  fixRemove: "building:color";
+  assertMatch: "way building:color=red building:colour=red";
+  assertNoMatch: "way building:color=red building:colour=green";
+}
+area[roof:color][roof:colour]["roof:color"=*"roof:colour"] {
+  throwWarning: tr("{0} together with {1}", "{0.key}", "{1.key}");
+  suggestAlternative: "roof:colour";
+  group: tr("deprecated tagging");
+  set sameroofcolor;
+  fixRemove: "roof:color";
+  assertMatch: "way roof:color=red roof:colour=red";
+  assertNoMatch: "way roof:color=red roof:colour=green";
+}
+  /* both tags with different values, no autofix */
+*[color][colour]!.samecolor {
+  throwWarning: tr("{0} together with {1} and conflicting values", "{0.key}", "{1.key}");
+  suggestAlternative: "colour";
+  group: tr("deprecated tagging");
+  assertNoMatch: "way color=red colour=red";
+  assertMatch: "way color=red colour=green";
+}
+*[building:color][building:colour]!.samebuildingcolor {
+  throwWarning: tr("{0} together with {1} and conflicting values", "{0.key}", "{1.key}");
+  suggestAlternative: "building:colour";
+  group: tr("deprecated tagging");
+  assertNoMatch: "way building:color=red building:colour=red";
+  assertMatch: "way building:color=red building:colour=green";
+}
+*[roof:color][roof:colour]!.sameroofcolor {
+  throwWarning: tr("{0} together with {1} and conflicting values", "{0.key}", "{1.key}");
+  suggestAlternative: "roof:colour";
+  group: tr("deprecated tagging");
+  assertNoMatch: "way roof:color=red roof:colour=red";
+  assertMatch: "way roof:color=red roof:colour=green";
+}
+/* further more universal checks, no autofix */
+/* gpxd:color has another warning in unnecessary.mapcss */ 
+*[/:color/][!building:color][!roof:color][!gpxd:color] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: ":colour";
+  group: tr("deprecated tagging");
+  assertNoMatch: "way color=red";
+  assertNoMatch: "way roof:color=grey";
+  assertMatch: "way cycleway:surface:color=grey";
+}
+*[/color:/]  {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "colour:";
+  group: tr("deprecated tagging");
+  assertNoMatch: "way color=red";
+  assertMatch: "way color:back=grey";
+}
+
+/* see #11234 */
+*[/=|\+|\/|&|<|>|;|'|"|%|#|@|\\|,|\.|\{|\}|\?|\*|\^|\$/] {
+  throwWarning: tr("{0}", "{0.key}");
+  group: tr("key with uncommon character");
+}
+
+/* see #11330, #18642 */
+*[/^.$/],
+node[/^..$/],
+way[/^..$/][route=ferry][!to],
+way[/^..$/][route!=ferry],
+relation[/^..$/][!to] {
+  throwWarning: tr("uncommon short key");
+  assertNoMatch: "relation to=Berlin";
+  assertMatch: "relation fo=bar";
+  assertMatch: "way to=bar";
+  assertNoMatch: "way to=Zuidschermer;Akersloot route=ferry";
+  assertMatch: "node fo=bar";
+  assertMatch: "node f=b";
+}
+
+/* see #11439 */
+*[sport=hockey] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "sport=field_hockey";
+  suggestAlternative: "sport=ice_hockey";
+  group: tr("deprecated tagging");
+}
+
+/* see #11471 */
+*[sport=billard],
+*[sport=billards],
+*[sport=billiard] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "sport=billiards";
+  group: tr("deprecated tagging");
+  fixAdd: "sport=billiards";
+}
+
+/* see #11499, #16928 */
+*[payment:credit_cards=yes] {
+  throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:mastercard=yes", "payment:visa=yes");
+}
+*[payment:debit_cards=yes] {
+  throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:maestro=yes", "payment:girocard=yes");
+}
+*[payment:electronic_purses=yes] {
+  throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:ep_geldkarte=yes", "payment:ep_quick=yes");
+}
+*[payment:cryptocurrencies=yes] {
+  throwWarning: tr("{0} is inaccurate. Use separate tags for each specific type, e.g. {1} or {2}.", "{0.tag}", "payment:bitcoin=yes", "payment:litecoin=yes");
+}
+
+/* defunct payment cards */
+*[payment:ep_quick],
+*[payment:ep_cash],
+*[payment:ep_proton],
+*[payment:ep_chipknip] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  group: tr("deprecated tagging");
+  fixRemove: "{0.key}";
+}
+
+/* see #8717 */
+*[kp][highway=milestone],
+*[kp][railway=milestone],
+*[kp][waterway=milestone] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "distance";
+  group: tr("deprecated tagging");
+  fixChangeKey: "kp => distance";
+}
+*[pk][highway=milestone],
+*[pk][railway=milestone],
+*[pk][waterway=milestone] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "distance";
+  group: tr("deprecated tagging");
+  fixChangeKey: "pk => distance";
+}
+
+*[postcode] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "addr:postcode";
+  group: tr("deprecated tagging");
+  suggestAlternative: "postal_code";
+}
+
+*[water=intermittent] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "intermittent=yes";
+  group: tr("deprecated tagging");
+  fixRemove: "water";
+  fixAdd: "intermittent=yes";
+}
+
+/* #10907, #14141 */
+/* type=waterway on ways is questionable, but the autofix doesn't make it better, so disabled; type=route and type=network is used only on relations */
+way[type][type!=waterway][man_made=pipeline],
+node[type][pipeline=marker] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "substance";
+  group: tr("deprecated tagging");
+  fixChangeKey: "type => substance";
+}
+
+*[landuse=farm] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "landuse=farmland";
+  suggestAlternative: "landuse=farmyard";
+  group: tr("deprecated tagging");
+}
+
+/* #12135 comment:11 */
+*[seamark=buoy]["seamark:type"=~/^(buoy_cardinal|buoy_installation|buoy_isolated_danger|buoy_lateral|buoy_safe_water|buoy_special_purpose|mooring)$/] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "{1.tag}";
+  group: tr("deprecated tagging");
+  fixRemove: "seamark";
+}
+*[seamark=buoy]["seamark:type"!~/^(buoy_cardinal|buoy_installation|buoy_isolated_danger|buoy_lateral|buoy_safe_water|buoy_special_purpose|mooring)$/] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "{1.tag}";
+  group: tr("deprecated tagging");
+}
+/* #12135 - Tag removed rom rendering https://github.com/gravitystorm/openstreetmap-carto/pull/1830 */
+*[landuse=conservation] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "boundary=protected_area";
+  group: tr("deprecated tagging");
+  fixAdd: "boundary=protected_area";
+  fixRemove: "landuse";
+}
+
+/* #12205 */
+*[amenity=kiosk] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=kiosk";
+  group: tr("deprecated tagging");
+  fixChangeKey: "amenity => shop";
+}
+*[amenity=shop] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=*";
+  group: tr("deprecated tagging");
+}
+*[shop=fishmonger] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=seafood";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=seafood";
+}
+*[shop=fish] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=seafood";
+  suggestAlternative: "shop=pet";
+  suggestAlternative: "shop=fishing";
+  group: tr("deprecated tagging");
+}
+*[shop=betting] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=bookmaker";
+  suggestAlternative: "shop=lottery";
+  suggestAlternative: "amenity=casino";
+  suggestAlternative: "leisure=amusement_arcade";
+  suggestAlternative: "leisure=adult_gaming_centre";
+  suggestAlternative: "amenity=gambling";
+  group: tr("deprecated tagging");
+}
+*[shop=perfume] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=perfumery";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=perfumery";
+}
+*[amenity=exercise_point] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leisure=fitness_station";
+  group: tr("deprecated tagging");
+  fixAdd: "leisure=fitness_station";
+  fixRemove: "amenity";
+}
+*[shop=auto_parts] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=car_parts";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=car_parts";
+}
+*[amenity=car_repair] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=car_repair";
+  group: tr("deprecated tagging");
+  fixChangeKey: "amenity => shop";
+}
+
+/* #12311 */
+*[amenity=studio][type=audio],
+*[amenity=studio][type=radio],
+*[amenity=studio][type=television],
+*[amenity=studio][type=video] {
+  throwWarning: tr("{0} is deprecated for {1}", "{1.key}", "{0.tag}");
+  suggestAlternative: "studio";
+  group: tr("deprecated tagging");
+  fixChangeKey: "type => studio";
+}
+
+/* #11507, #12297, #15409 */
+*[power=cable_distribution_cabinet] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "man_made=street_cabinet + street_cabinet=*";
+  group: tr("deprecated tagging");
+  fixAdd: "man_made=street_cabinet";
+  fixRemove: "power";
+}
+
+/* #16430 */
+*[power][location=kiosk] {
+  throwWarning: tr("{0} is deprecated", "{1.tag}");
+  group: tr("deprecated tagging");
+  fixAdd: "man_made=street_cabinet";
+  fixAdd: "street_cabinet=power";
+  fixRemove: "location";
+}
+
+/* #12276 */
+*[man_made=well] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "man_made=water_well";
+  suggestAlternative: "man_made=petroleum_well";
+  group: tr("deprecated tagging");
+}
+*[amenity=dog_bin],
+*[amenity=dog_waste_bin] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=waste_basket + waste=dog_excrement + vending=excrement_bags";
+  group: tr("deprecated tagging");
+  fixAdd: "amenity=waste_basket";
+  fixAdd: "waste=dog_excrement";
+  fixAdd: "vending=excrement_bags";
+}
+*[amenity=artwork] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "tourism=artwork";
+  group: tr("deprecated tagging");
+  fixAdd: "tourism=artwork";
+  fixRemove: "amenity";
+}
+*[amenity=community_center] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=community_centre";
+  group: tr("deprecated tagging");
+  fixAdd: "amenity=community_centre";
+}
+*[man_made=cut_line] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "man_made=cutline";
+  group: tr("deprecated tagging");
+  fixAdd: "man_made=cutline";
+}
+*[amenity=park] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leisure=park";
+  group: tr("deprecated tagging");
+  fixAdd: "leisure=park";
+  fixRemove: "amenity";
+}
+*[amenity=hotel] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "tourism=hotel";
+  group: tr("deprecated tagging");
+  fixAdd: "tourism=hotel";
+  fixRemove: "amenity";
+}
+*[shop=window],
+*[shop=windows] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "craft=window_construction";
+  group: tr("deprecated tagging");
+  fixAdd: "craft=window_construction";
+  fixRemove: "shop";
+}
+*[amenity=education] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=college";
+  suggestAlternative: "amenity=school";
+  suggestAlternative: "amenity=university";
+  group: tr("deprecated tagging");
+}
+*[shop=gallery] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=art";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=art";
+}
+*[shop=gambling],
+*[leisure=gambling] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=bookmaker";
+  suggestAlternative: "shop=lottery";
+  suggestAlternative: "amenity=casino";
+  suggestAlternative: "leisure=amusement_arcade";
+  suggestAlternative: "amenity=gambling";
+  group: tr("deprecated tagging");
+}
+*[office=real_estate],
+*[office=real_estate_agent] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "office=estate_agent";
+  group: tr("deprecated tagging");
+  fixAdd: "office=estate_agent";
+}
+*[shop=glass] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=glaziery";
+  suggestAlternative: "craft=glaziery";
+  group: tr("deprecated tagging");
+}
+*[amenity=proposed],
+*[amenity=proposed],
+*[amenity=disused],
+*[shop=disused],
+*[highway=abandoned],
+*[historic=abandoned] {
+  throwWarning: tr("{0} is deprecated. Use the {1}: key prefix instead.", "{0.tag}", "{0.value}");
+  group: tr("deprecated tagging");
+}
+
+/* #12431 */
+*[amenity=swimming_pool] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leisure=swimming_pool";
+  group: tr("deprecated tagging");
+  fixChangeKey: "amenity => leisure";
+}
+
+/* #17379 */
+*[amenity=sauna] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leisure=sauna";
+  group: tr("deprecated tagging");
+  fixChangeKey: "amenity => leisure";
+}
+
+/* #12494, #17554 */
+*[/^[^t][^i][^g].+_[0-9]$/][!/^note_[0-9]$/][!/^description_[0-9]$/] {
+  throwWarning: tr("{0}", "{0.key}");
+  group: tr("questionable key (ending with a number)");
+  assertMatch: "way name_1=foo";
+  assertNoMatch: "way note_2=foo";
+  assertNoMatch: "way description_3=foo";
+  assertNoMatch: "way tiger:name_base_1=bar"; /*should not warn for key tiger:name_base_1 */
+}
+
+/* #12500 */
+*[sport=skating] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "sport=ice_skating";
+  suggestAlternative: "sport=roller_skating";
+  group: tr("deprecated tagging");
+}
+
+way[barrier=wall][type=noise_barrier][!wall],
+way[barrier=wall][type=noise_barrier][wall=noise_barrier] {
+  throwWarning: tr("{0} is deprecated", "{1.tag}");
+  suggestAlternative: "wall=noise_barrier";
+  group: tr("deprecated tagging");
+  fixChangeKey: "type => wall";
+}
+way[barrier=wall][type=noise_barrier][wall][wall!=noise_barrier] {
+  throwWarning: tr("{0} is deprecated", "{1.tag}");
+  suggestAlternative: "wall=noise_barrier";
+  group: tr("deprecated tagging");
+}
+
+/* #8978, 12588 */
+*[amenity=public_building] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=townhall";
+  suggestAlternative: "amenity=community_centre";
+  suggestAlternative: "amenity=hospital";
+  suggestAlternative: "leisure=sports_centre";
+  suggestAlternative: "office=government";
+  suggestAlternative: "building=hospital";
+  suggestAlternative: "building=public";
+  suggestAlternative: "...";
+  group: tr("deprecated tagging");
+}
+
+/* #18517 */
+*[office=administrative] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "office=government";
+  group: tr("deprecated tagging");
+  fixAdd: "office=government";
+}
+
+/* #12708 */
+*[vending=news_papers] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "vending=newspapers";
+  group: tr("deprecated tagging");
+  fixAdd: "vending=newspapers";
+}
+
+/* #12771 */
+*[service=drive_through] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "service=drive-through";
+  group: tr("deprecated tagging");
+  fixAdd: "service=drive-through";
+}
+
+/* #12771, #9895 */
+*[noexit][noexit!=yes][noexit!=no], /* noexit=no has an own warning */
+way[highway=service][service][service !~ /^(alley|drive-through|drive_through|driveway|emergency_access|parking_aisle|rest_area|slipway|yes)$/], /* drive_through and yes have special warnings */
+way[railway=rail][service][service !~ /^(crossover|siding|spur|yard)$/],
+way[waterway=canal][service][service !~ /^(irrigation|transportation|water_power)$/] {
+  throwWarning: tr("The key {0} has an uncommon value.", "{1.key}");
+}
+
+/* #13008 */
+*[name:botanical] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "species";
+  group: tr("deprecated tagging");
+}
+
+/* #11344, #13101, #15480 */
+node[pole=air_to_ground],
+node[pole=transition] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "location:transition=yes";
+  group: tr("deprecated tagging");
+  fixAdd: "location:transition=yes";
+  fixRemove: "pole";
+}
+node[tower=air_to_ground],
+node[tower=transition] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "location:transition=yes";
+  group: tr("deprecated tagging");
+  fixAdd: "location:transition=yes";
+  fixRemove: "tower";
+}
+
+/* #13138 */
+area[landuse=pond] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "natural=water + water=pond";
+  group: tr("deprecated tagging");
+  fixAdd: "natural=water";
+  fixAdd: "water=pond";
+  fixRemove: "landuse";
+}
+
+*[shop=souvenir],
+*[shop=souvenirs],
+*[shop=souveniers] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=gift";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=gift";
+}
+
+*[vending=animal_food] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "vending=animal_feed";
+  group: tr("deprecated tagging");
+  fixAdd: "vending=animal_feed";
+}
+
+/* #14376 */
+node[vending=photos][amenity=vending_machine],
+node[vending=photo][amenity=vending_machine] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=photo_booth";
+  group: tr("deprecated tagging");
+  fixRemove: "vending";
+  fixAdd: "amenity=photo_booth";
+
+}
+node[vending=photos][amenity!=vending_machine] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=photo_booth";
+  group: tr("deprecated tagging");
+}
+
+/* #13653 */
+node[highway=emergency_access_point][phone][!emergency_telephone_code],
+way[highway=emergency_access_point][phone][!emergency_telephone_code] {
+  throwWarning: tr("{0} is deprecated for {1}", "{1.key}", "{0.tag}");
+  suggestAlternative: "emergency_telephone_code";
+  group: tr("deprecated tagging");
+  fixChangeKey: "phone => emergency_telephone_code";
+  assertMatch:   "node highway=emergency_access_point phone=123";
+  assertNoMatch: "node highway=emergency_access_point emergency_telephone_code=456";
+  assertNoMatch: "node highway=emergency_access_point phone=123 emergency_telephone_code=456";
+  assertNoMatch: "node phone=123";
+}
+node[highway=emergency_access_point][phone=*emergency_telephone_code],
+way[highway=emergency_access_point][phone=*emergency_telephone_code] {
+  throwWarning: tr("{0} is deprecated for {1}", "{1.key}", "{0.tag}");
+  suggestAlternative: "emergency_telephone_code";
+  group: tr("deprecated tagging");
+  fixRemove: "phone";
+  assertNoMatch: "node highway=emergency_access_point phone=123";
+  assertNoMatch: "node highway=emergency_access_point emergency_telephone_code=123";
+  assertMatch:   "node highway=emergency_access_point phone=123 emergency_telephone_code=123";
+}
+node[highway=emergency_access_point][phone][emergency_telephone_code][phone!=*emergency_telephone_code],
+way[highway=emergency_access_point][phone][emergency_telephone_code][phone!=*emergency_telephone_code] {
+  throwWarning: tr("{0} is deprecated for {1}", "{1.key}", "{0.tag}");
+  suggestAlternative: "emergency_telephone_code";
+  group: tr("deprecated tagging");
+  assertNoMatch: "node highway=emergency_access_point phone=123";
+  assertNoMatch: "node highway=emergency_access_point emergency_telephone_code=123";
+  assertNoMatch: "node highway=emergency_access_point phone=123 emergency_telephone_code=123";
+}
+
+/* #13879 */
+way[tracktype=1] {
+  throwError: tr("{0}", "{0.tag}");
+  suggestAlternative: "tracktype=grade1";
+  group: tr("misspelled value");
+  fixAdd: "tracktype=grade1";
+}
+way[tracktype=2] {
+  throwError: tr("{0}", "{0.tag}");
+  suggestAlternative: "tracktype=grade2";
+  group: tr("misspelled value");
+  fixAdd: "tracktype=grade2";
+}
+way[tracktype=3] {
+  throwError: tr("{0}", "{0.tag}");
+  suggestAlternative: "tracktype=grade3";
+  group: tr("misspelled value");
+  fixAdd: "tracktype=grade3";
+}
+way[tracktype=4] {
+  throwError: tr("{0}", "{0.tag}");
+  suggestAlternative: "tracktype=grade4";
+  group: tr("misspelled value");
+  fixAdd: "tracktype=grade4";
+}
+way[tracktype=5] {
+  throwError: tr("{0}", "{0.tag}");
+  suggestAlternative: "tracktype=grade5";
+  group: tr("misspelled value");
+  fixAdd: "tracktype=grade5";
+}
+way[tracktype][tracktype!~/^(1|2|3|4|5|grade1|grade2|grade3|grade4|grade5)$/] {
+  throwError: tr("wrong value: {0}", "{0.tag}");
+  suggestAlternative: "tracktype=grade1";
+  suggestAlternative: "tracktype=grade2";
+  suggestAlternative: "tracktype=grade3";
+  suggestAlternative: "tracktype=grade4";
+  suggestAlternative: "tracktype=grade5";
+}
+
+area[area][area!=yes][area!=no] {
+  throwError: tr("wrong value: {0}", "{0.tag}");
+  suggestAlternative: "area=yes";
+  suggestAlternative: "area=no";
+}
+
+/* #13953 */
+*[amenity=hunting_stand][lock=yes],
+*[amenity=hunting_stand][lock=no] {
+  throwWarning: tr("{0} is deprecated for {1}", "{1.key}", "{0.tag}");
+  suggestAlternative: "lockable";
+  group: tr("deprecated tagging");
+  fixChangeKey: "lock => lockable";
+}
+
+*[amenity=advertising][!advertising] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "advertising=*";
+  group: tr("deprecated tagging");
+}
+*[amenity=advertising][advertising] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "advertising=*";
+  group: tr("deprecated tagging");
+  fixRemove: "amenity";
+}
+
+way[direction=up][incline=up],
+way[direction=down][incline=down],
+way[direction=up][!incline],
+way[direction=down][!incline] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "incline";
+  group: tr("deprecated tagging");
+  fixChangeKey: "direction => incline";
+}
+way[direction=up][incline][incline!=up],
+way[direction=down][incline][incline!=down] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "incline";
+  group: tr("deprecated tagging");
+}
+
+*[building=true],
+*[building="*"],
+*[building=Y],
+*[building=y],
+*[building=1] {
+  throwError: tr("{0}", "{0.tag}");
+  suggestAlternative: "building=yes";
+  group: tr("misspelled value");
+  fixAdd: "building=yes";
+}
+
+/* #17786, #18612 */
+*[building=abandoned],
+*[building=address],
+*[building=bing],
+*[building=collapsed],
+*[building=damaged],
+*[building=demolished],
+*[building=disused],
+*[building=fixme],
+*[building=occupied],
+*[building=razed] {
+  throwWarning: tr("{0} is not a building type.", "{0.tag}");
+  group: tr("deprecated tagging");
+}
+*[building=other],
+*[building=unclassified],
+*[building=undefined],
+*[building=unknown],
+*[building=unidentified] {
+  throwWarning: tr("{0} is not a building type.", "{0.tag}");
+  group: tr("deprecated tagging");
+  fixAdd: "building=yes";
+}
+
+/* #15675 */
+node[power=transformer][location=pole][transformer] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("deprecated tagging");
+  fixChangeKey: "location => power";
+}
+node[power=transformer][location=pole][!transformer] {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  group: tr("deprecated tagging");
+  fixChangeKey: "location => power";
+  fixAdd: "transformer=yes";
+}
+
+node[tourism=picnic_table],
+node[amenity=picnic_table],
+node[leisure=picnic],
+node[leisure=picnic_site] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "tourism=picnic_site";
+  suggestAlternative: "leisure=picnic_table";
+  group: tr("deprecated tagging");
+}
+
+/* #15804 */
+relation[water=salt],
+way[water=salt],
+way[water=salt_pool],
+way[water=salt_panne],
+way[water=salt_pond] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "salt=yes";
+  suggestAlternative: "landuse=salt_pond";
+  group: tr("deprecated tagging");
+}
+
+/* #15805 */
+way[water=tidal] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "tidal=yes";
+  fixAdd: "tidal=yes";
+  fixRemove: "water";
+  group: tr("deprecated tagging");
+}
+
+*[amenity=toilet] {
+  throwError: tr("{0}", "{0.tag}");
+  suggestAlternative: "amenity=toilets";
+  group: tr("misspelled value");
+  fixAdd: "amenity=toilets";
+}
+
+way[power=busbar] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "power=line + line=busbar";
+  group: tr("deprecated tagging");
+  fixAdd: "power=line";
+  fixAdd: "line=busbar";
+}
+
+/* #16924 */
+*[man_made=MDF],
+*[man_made=telephone_exchange] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "telecom=exchange";
+  fixAdd: "telecom=exchange";
+  fixRemove: "man_made";
+  group: tr("deprecated tagging");
+}
+*[building=central_office] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "telecom=exchange";
+  fixAdd: "telecom=exchange";
+  fixAdd: "building=yes";
+  group: tr("deprecated tagging");
+}
+*[telecom=central_office] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "telecom=exchange";
+  fixAdd: "telecom=exchange";
+  group: tr("deprecated tagging");
+}
+
+/* #16925 */
+node[communication=outdoor_dslam],
+node[man_made=outdoor_dslam],
+node[street_cabinet=outdoor_dslam] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "telecom=service_device";
+  fixAdd: "telecom=service_device";
+  fixRemove: "{0.key}";
+  group: tr("deprecated tagging");
+}
+node[telecom=dslam],
+node[telecom=outdoor_dslam] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "telecom=service_device";
+  fixAdd: "telecom=service_device";
+  group: tr("deprecated tagging");
+}
+
+/* #15774 */
+node[amenity=fire_hydrant] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "emergency=fire_hydrant";
+  fixChangeKey: "amenity => emergency";
+  group: tr("deprecated tagging");
+}
+node[fire_hydrant:type=pond] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "water_source=pond";
+  fixAdd: "water_source=pond";
+  fixRemove: "{0.key}";
+  group: tr("deprecated tagging");
+}
+node[fire_hydrant:flow_capacity] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "flow_rate";
+  group: tr("deprecated tagging");
+}
+node[emergency=fire_hydrant][in_service=no] {
+  throwWarning: tr("{0} is deprecated", "{1.tag}");
+  suggestAlternative: "disused:emergency=fire_hydrant";
+  fixAdd: "disused:emergency=fire_hydrant";
+  fixRemove: "{1.key}";
+  fixRemove: "{0.key}";
+  group: tr("deprecated tagging");
+}
+node[fire_hydrant:water_source] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "water_source";
+  fixChangeKey: "fire_hydrant:water_source => water_source";
+  group: tr("deprecated tagging");
+}
+
+/* #17383 */
+*[natural=waterfall] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "waterway=waterfall";
+  fixChangeKey: "natural => waterway";
+  group: tr("deprecated tagging");
+}
+
+/* #17249 */
+*[religion=unitarian] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "religion=unitarian_universalist";
+  fixAdd: "religion=unitarian_universalist";
+  group: tr("deprecated tagging");
+}
+
+*[shop=shopping_centre] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=mall";
+  fixAdd: "shop=mall";
+  group: tr("deprecated tagging");
+}
+
+/* #17504 */
+*[is_in],
+node[/^is_in:.*$/],
+way[/^is_in:.*$/] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  group: tr("deprecated tagging");
+  fixRemove: "{0.key}";
+}
+
+/* #17593 */
+*[sport=football] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "sport=soccer";
+  suggestAlternative: "sport=american_football";
+  suggestAlternative: "sport=australian_football";
+  suggestAlternative: "sport=canadian_football";
+  suggestAlternative: "sport=rugby_league";
+  suggestAlternative: "sport=rugby_union";
+  suggestAlternative: "sport=gaelic_games";
+  group: tr("deprecated tagging");
+}
+
+/* #17556 */
+*[leisure=common] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "landuse=*";
+  suggestAlternative: "leisure=*";
+  suggestAlternative: "designation=common";
+  group: tr("deprecated tagging");
+}
+
+/* #17043 */
+*[cuisine=vegan],
+*[cuisine=vegetarian] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: concat("diet:", "{0.value}", "=yes");
+  suggestAlternative: concat("diet:", "{0.value}", "=only");
+  group: tr("deprecated tagging");
+}
+
+/* #17798 */
+*[kitchen_hours] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "opening_hours:kitchen";
+  fixChangeKey: "kitchen_hours => opening_hours:kitchen";
+  group: tr("deprecated tagging");
+}
+
+/* #17681 */
+*[shop=money_transfer] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=money_transfer";
+  fixChangeKey: "shop => amenity";
+  group: tr("deprecated tagging");
+}
+
+*[contact:google_plus] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  fixRemove: "contact:google_plus";
+  group: tr("deprecated tagging");
+}
+
+/* #17370  */
+*[amenity=garages],
+*[amenity=garage] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: concat("building=", "{0.value}");
+  suggestAlternative: "landuse=garages";
+  suggestAlternative: "amenity=parking + parking=garage_boxes";
+  group: tr("deprecated tagging");
+}
+*[shop=winery],
+*[amenity=winery] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "craft=winery";
+  suggestAlternative: "shop=wine";
+  group: tr("deprecated tagging");
+}
+*[amenity=youth_centre] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "amenity=community_centre + community_centre=youth_centre";
+  fixAdd: "amenity=community_centre";
+  fixAdd: "community_centre=youth_centre";
+  group: tr("deprecated tagging");
+}
+*[building:type][building=yes],
+*[building:type][!building] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "building";
+  group: tr("deprecated tagging");
+  fixChangeKey: "building:type => building";
+  assertMatch: "way building:type=church";
+  assertMatch: "way building:type=church building=yes";
+  assertNoMatch: "way building:type=church building=supermarket";
+}
+*[building:type][building][building!=yes] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "building";
+  group: tr("deprecated tagging");
+  assertNoMatch: "way building:type=church";
+  assertNoMatch: "way building:type=church building=yes";
+  assertMatch: "way building:type=church building=supermarket";
+}
+*[escalator] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "highway=steps + conveying=*";
+  group: tr("deprecated tagging");
+}
+*[fenced] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "barrier=fence";
+  group: tr("deprecated tagging");
+}
+*[historic_name][!old_name] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "old_name";
+  group: tr("deprecated tagging");
+  fixChangeKey: "historic_name => old_name";
+}
+*[historic_name][old_name] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "old_name";
+  group: tr("deprecated tagging");
+}
+*[landuse=field] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "landuse=farmland";
+  group: tr("deprecated tagging");
+  fixAdd: "landuse=farmland";
+}
+*[leisure=beach] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "natural=beach";
+  suggestAlternative: "leisure=beach_resort";
+  group: tr("deprecated tagging");
+}
+*[leisure=club] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "club=*";
+  group: tr("deprecated tagging");
+}
+*[leisure=video_arcade] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "leisure=amusement_arcade";
+  suggestAlternative: "leisure=adult_gaming_centre";
+  group: tr("deprecated tagging");
+}
+*[man_made=jetty] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "man_made=pier";
+  group: tr("deprecated tagging");
+  fixAdd: "man_made=pier";
+}
+*[man_made=village_pump] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "man_made=water_well";
+  group: tr("deprecated tagging");
+  fixAdd: "man_made=water_well";
+}
+*[man_made=water_tank] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "man_made=storage_tank + content=water";
+  group: tr("deprecated tagging");
+  fixAdd: "man_made=storage_tank";
+  fixAdd: "content=water";
+}
+*[natural=moor] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "natural=heath";
+  suggestAlternative: "natural=scrub";
+  suggestAlternative: "natural=grassland";
+  suggestAlternative: "natural=wetland";
+  suggestAlternative: "natural=fell";
+  suggestAlternative: "natural=tundra";
+  suggestAlternative: "landuse=meadow + meadow=agricultural";
+  group: tr("deprecated tagging");
+}
+*[noexit=no][!fixme] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "fixme=continue";
+  group: tr("deprecated tagging");
+  fixAdd: "fixme=continue";
+  fixRemove: "noexit";
+}
+*[noexit=no][fixme] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "fixme=continue";
+  group: tr("deprecated tagging");
+}
+*[shop=dive] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=scuba_diving";
+  group: tr("deprecated tagging");
+  fixAdd: "shop=scuba_diving";
+}
+*[shop=furnace] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=fireplace";
+  suggestAlternative: "craft=plumber";
+  group: tr("deprecated tagging");
+}
+*[sport=paragliding] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "sport=free_flying";
+  group: tr("deprecated tagging");
+  fixAdd: "sport=free_flying";
+}
+*[tourism=bed_and_breakfast] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "tourism=guest_house + guest_house=bed_and_breakfast";
+  group: tr("deprecated tagging");
+  fixAdd: "tourism=guest_house";
+  fixAdd: "guest_house=bed_and_breakfast";
+}
+
+/* #17880 */
+*[diaper=yes],
+*[diaper=no] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: concat("changing_table=", "{0.value}");
+  group: tr("deprecated tagging");
+  fixChangeKey: "diaper => changing_table";
+  set diaper_checked;
+}
+*[diaper][diaper =~ /^[1-9][0-9]*$/] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: concat("changing_table=yes + changing_table:count=", "{0.value}");
+  group: tr("deprecated tagging");
+  fixChangeKey: "diaper => changing_table:count";
+  fixAdd: "changing_table=yes";
+  set diaper_checked;
+}
+*[diaper=room] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "changing_table=room";
+  suggestAlternative: "changing_table=dedicated_room";
+  group: tr("deprecated tagging");
+  set diaper_checked;
+}
+*[diaper]!.diaper_checked {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "changing_table";
+  group: tr("deprecated tagging");
+}
+*[diaper:male=yes] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "changing_table:location=male_toilet";
+  group: tr("deprecated tagging");
+  fixAdd: "changing_table:location=male_toilet";
+  fixRemove: "diaper:male";
+  set diaper___checked;
+}
+*[diaper:female=yes] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "changing_table:location=female_toilet";
+  group: tr("deprecated tagging");
+  fixAdd: "changing_table:location=female_toilet";
+  fixRemove: "diaper:female";
+  set diaper___checked;
+}
+*[diaper:unisex=yes] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "changing_table:location=unisex_toilet";
+  group: tr("deprecated tagging");
+  fixAdd: "changing_table:location=unisex_toilet";
+  fixRemove: "diaper:unisex";
+  set diaper___checked;
+}
+*[diaper:wheelchair=yes],
+*[diaper:wheelchair=no] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: concat("changing_table:wheelchair=", "{0.value}");
+  group: tr("deprecated tagging");
+  fixChangeKey: "diaper:wheelchair => changing_table:wheelchair";
+  set diaper___checked;
+}
+*[diaper:fee=yes],
+*[diaper:fee=no] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: concat("changing_table:fee=", "{0.value}");
+  group: tr("deprecated tagging");
+  fixChangeKey: "diaper:fee => changing_table:fee";
+  set diaper___checked;
+}
+*[/^diaper:/]!.diaper___checked {
+  throwWarning: tr("{0} is deprecated", "diaper:*");
+  suggestAlternative: "changing_table:*";
+  group: tr("deprecated tagging");
+}
+*[changing_table][changing_table!~/^(yes|no|limited)$/] {
+  throwWarning: tr("wrong value: {0}", "{0.tag}");
+  suggestAlternative: "changing_table=yes";
+  suggestAlternative: "changing_table=no";
+  suggestAlternative: "changing_table=limited";
+}
+
+/* #17990 */
+*[roof:shape=half_hipped] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "roof:shape=half-hipped";
+  group: tr("deprecated tagging");
+  fixAdd: "roof:shape=half-hipped";
+}
+
+/* #18003 */
+*[bridge_name] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "bridge:name";
+  group: tr("deprecated tagging");
+  fixChangeKey: "bridge_name => bridge:name";
+}
+
+/* #18007 */
+*[access=public] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "access=yes";
+  group: tr("deprecated tagging");
+  fixAdd: "access=yes";
+}
+
+/* #17330 */
+*[crossing=island] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "crossing:island=yes";
+  group: tr("deprecated tagging");
+  fixRemove: "crossing";
+  fixAdd: "crossing:island=yes";
+}
+
+/* #18152 */
+*[recycling:metal] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "recycling:scrap_metal";
+  group: tr("deprecated tagging");
+  fixChangeKey: "recycling:metal => recycling:scrap_metal";
+}
+
+/* #18154 */
+*[shop=dog_grooming] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "shop=pet_grooming";
+  fixAdd: "shop=pet_grooming";
+  group: tr("deprecated tagging");
+}
+
+/* #17984 */
+*[tower:type=anchor],
+*[tower:type=suspension] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: concat("line_attachment=", "{0.value}");
+  fixChangeKey: "tower:type => line_attachment";
+  group: tr("deprecated tagging");
+}
+node[pole:type=anchor],
+node[pole:type=suspension] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: concat("line_attachment=", "{0.value}");
+  fixChangeKey: "pole:type => line_attachment";
+  group: tr("deprecated tagging");
+}
+
+/* #18267 */
+node[man_made=pipeline_marker],
+node[pipeline=marker],
+node[power=marker],
+node[cable=marker] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "marker=* + utility=*";
+  group: tr("deprecated tagging");
+}
+
+/* #17643 */
+way[barrier=embankment] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "man_made=embankment";
+  suggestAlternative: "embankment=yes";
+  group: tr("deprecated tagging");
+}
+
+/* #18469 */
+way[landuse=churchyard] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "landuse=religious";
+  suggestAlternative: "amenity=graveyard";
+  group: tr("deprecated tagging");
+}
+
+*[sloped_curb=yes][!kerb],
+*[sloped_curb=both][!kerb] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "kerb=lowered";
+  group: tr("deprecated tagging");
+  fixRemove: "sloped_curb";
+  fixAdd: "kerb=lowered";
+}
+*[sloped_curb=no][!kerb] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "kerb=yes";
+  group: tr("deprecated tagging");
+  fixRemove: "sloped_curb";
+  fixAdd: "kerb=yes";
+}
+*[sloped_curb][sloped_curb !~ /^(yes|both|no)$/][!kerb],
+*[sloped_curb][kerb] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "kerb=*";
+  group: tr("deprecated tagging");
+}
+
+/* #18571 */
+*[unnamed=yes] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "noname=yes";
+  fixChangeKey: "unnamed => noname";
+  group: tr("deprecated tagging");
+}
+
+node[segregated][segregated!=yes][segregated!=no],
+way[segregated ][segregated!=yes][segregated!=no] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+}
+
+/* #18603 */
+way[bicycle:oneway] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "oneway:bicycle";
+  fixChangeKey: "bicycle:oneway => oneway:bicycle";
+  group: tr("deprecated tagging");
+}
+
+/* #18605 */
+*[building:height] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "height";
+  fixChangeKey: "building:height => height";
+  group: tr("deprecated tagging");
+}
+*[building:min_height] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "min_height";
+  fixChangeKey: "building:min_height => min_height";
+  group: tr("deprecated tagging");
+}
+
+/* #11232 */
+way[highway][construction=yes][highway!=construction] {
+  throwWarning: tr("{0} is deprecated", "{1.tag}");
+  suggestAlternative: "construction=minor";
+  suggestAlternative: concat("highway=construction + construction=", "{0.value}");
+  group: tr("deprecated tagging");
+}
+
+/* #18659 */
+*[car][amenity=charging_station] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "motorcar";
+  group: tr("deprecated tagging");
+  fixChangeKey: "car => motorcar";
+}
+
+/* #18767 */
+*[navigationaid=approach_light],
+*[navigationaid="ALS (Approach lighting system)"] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "navigationaid=als";
+  group: tr("deprecated tagging");
+  fixAdd: "navigationaid=als";
+}
+
+/* #18819 */
+node[exit_to] {
+  throwWarning: tr("{0} is deprecated", "{0.key}");
+  suggestAlternative: "destination";
+  group: tr("deprecated tagging");
+}
Index: /trunk/resources/data/validator/geometry.mapcss
===================================================================
--- /trunk/resources/data/validator/geometry.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/geometry.mapcss	(revision 16006)
@@ -0,0 +1,421 @@
+/* {0} on a node, should be a way */
+node[area=no],
+node[oneway],
+node[bridge],
+node[sidewalk],
+node[footway][footway!=crossing], /* footway=crossing has own warning in highway.mapcss */
+node[man_made=embankment],
+node[man_made=groyne],
+node[man_made=cutline],
+node[power=line],
+node[cutline],
+node[aerialway=cable_car],
+node[aerialway=gondola],
+node[aerialway=chair_lift],
+node[aerialway=mixed_lift],
+node[aerialway=drag_lift],
+node[aerialway=t-bar],
+node[aerialway=j-bar],
+node[aerialway=platter],
+node[aerialway=magic_carpet],
+node[aerialway=rope_tow],
+node[aerialway=goods],
+node[aeroway=taxiway],
+node[aeroway=runway],
+node[railway=rail],
+node[railway=narrow_gauge],
+node[railway=monorail],
+node[railway=preserved],
+node[railway=light_rail],
+node[railway=subway],
+node[railway=tram],
+node[railway=disused],
+node[railway=abandoned],
+node[waterway=river],
+node[waterway=canal],
+node[waterway=stream],
+node[waterway=ditch],
+node[waterway=drain],
+node[natural=coastline],
+node[natural=ridge],
+node[natural=valley],
+node[natural=tree_row] {
+  throwWarning: tr("{0} on a node. Should be used on a way.", "{0.tag}");
+  assertMatch: "node oneway=-1";
+  assertNoMatch: "way oneway=-1";
+  assertMatch: "node bridge=yes";
+  assertMatch: "node bridge=viaduct";
+}
+
+/* {0} on a node, should be a way or relation */
+node[boundary=administrative] {
+  throwWarning: tr("{0} on a node. Should be used on a way or relation.", "{0.tag}");
+}
+
+/* {0} on a node, should be an area; #10679 #16528 #16792 #12502 #17402*/
+node[golf=green],
+node[golf=bunker],
+node[golf=fairway],
+node[area=yes],
+node[area:highway],
+node[landuse],
+node[natural=scree],
+node[natural=scrub],
+node[natural=fell],
+node[natural=heath],
+node[natural=wood],
+node[natural=grassland],
+node[natural=wetland],
+node[natural=water],
+node[natural=mud],
+node[natural=beach],
+node[natural=sand],
+node[natural=wood],
+node[natural=bare_rock],
+node[natural=glacier],
+node[leisure=park][natural!=tree], /* For nodes with both tags another warning is created in combinations.mapcss */
+node[leisure=nature_reserve],
+node[waterway=riverbank],
+node[man_made=bridge],
+node[man_made=breakwater],
+node[aeroway=apron],
+node[power=plant],
+node[power=switchgear],
+node[building:part],
+node[source:outline] {
+  throwWarning: tr("{0} on a node. Should be drawn as an area.", "{0.tag}");
+}
+
+/* {0} on a node, should be a relation; Error level; see #10252, #10769, #14288 */
+node[type=multipolygon],
+node[interval],
+node[route],
+node[restriction] {
+  throwError: tr("{0} on a node. Should be used in a relation", "{0.tag}"); 
+}
+
+/* {0} on a way, should be a node */
+way[line_attachment],
+way[emergency=fire_hydrant],
+way[entrance],
+way[door],
+way[railway=subway_entrance],
+way[man_made=survey_point],
+way[aeroway=holding_position],
+way[power=transformer],
+way[power=pole],
+way[power=catenary_mast],
+way[power=terminal],
+way[power=tower]!:closed,
+way[amenity=vending_machine],
+way[natural=peak],
+way[natural=saddle],
+way[natural=volcano],
+way[natural=tree],
+way[highway=give_way],
+way[highway=milestone],
+way[highway=mini_roundabout],
+way[highway=stop],
+way[highway=street_lamp],
+way[highway=traffic_signals],
+way[highway=turning_loop],
+way[highway=turning_circle],
+way[highway=motorway_junction] {
+  throwWarning: tr("{0} on a way. Should be used on a node.", "{0.tag}"); 
+}
+
+/* {0} on a way, should be a relation; see #15642, #10252, #14288 */
+way[restriction][restriction =~ /^(no_right_turn|no_left_turn|no_u_turn|no_straight_on|only_right_turn|only_left_turn|only_straight_on|no_entry|no_exit)$/],
+way[type=multipolygon],
+way[interval][route!=ferry],
+way[route=bus] {
+  throwError: tr("{0} on a way. Should be used in a relation", "{0.tag}"); 
+}
+
+/* #14395, #17025 */
+way[highway][area!=yes][!tunnel][!covered] > node {
+  set node_in_highway;
+}
+way[highway][area!=yes][!tunnel][!covered]:closed > node {
+  set node_in_closed_highway;
+}
+way[highway][area!=yes][!tunnel][!covered] >[index=1] node,
+way[highway][area!=yes][!tunnel][!covered] >[index=-1] node {
+  set first_last_highway_node;
+}
+way[building][building!=no] > node[!entrance].node_in_closed_highway,
+way[building][building!=no] > node[!entrance].node_in_highway!.first_last_highway_node {
+  throwWarning: tr("node connects highway and building");
+}
+
+/* #15035, must not warn for node 3815077900*/
+node[man_made!=monitoring_station][at(0.0,0.0)] {
+  throwError: tr("Object at Position 0.00E 0.00N. There is nothing at this position except an already mapped weather buoy.");
+  fixDeleteObject: this;
+}
+
+/* see ticket:#10125 */
+node[source:geometry] {
+  throwWarning: tr("{0} on a node", "{0.key}");
+  fixChangeKey: "source:geometry => source:position";
+}
+
+/* Building inside building (spatial test) */
+*[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")] ∈
+area[building][building!~/no|entrance/] {
+  throwWarning: tr("Building inside building");
+}
+
+/* Building overlapping building (spatial test) */
+area[building][building!~/no|entrance/] ⧉ area[building][building!~/no|entrance/] {
+  throwWarning: tr("Overlapping buildings");
+}
+
+/* Overlapping areas (spatial test) */
+area[natural =~ /^(water|wetland|coastline)$/], area[landuse=reservoir] {
+  set water_area;
+}
+
+/* area:closed:areaStyle.water_area ⧉ area:closed:areaStyle.water_area -- does not work for now -- see ticket#10215 */
+area:closed:areaStyle[natural =~ /^(water|wetland|coastline)$/] ⧉ area:closed:areaStyle.water_area,
+area:closed:areaStyle[landuse=reservoir]                        ⧉ area:closed:areaStyle.water_area {
+  throwWarning: tr("Overlapping Water Areas");
+}
+
+area:closed:areaStyle ⧉ area:closed:areaStyle {
+  throwOther: tr("Overlapping Areas");
+}
+
+/* see ticket #9311 */
+node[amenity=parking]["capacity:disabled" !~ /^(yes|[0-9]+)$/] ∈ area[amenity=parking] {
+  throwWarning: tr("{0} inside {1}", "amenity=parking", "amenity=parking");
+  group: tr("{0} inside {1}", "amenity", "amenity");
+}
+
+/* see ticket #9556 */
+area:closed:areaStyle[tag("natural") = parent_tag("natural")] ⧉ area:closed:areaStyle[natural] {
+  throwWarning: tr("Overlapping Identical Natural Areas");
+}
+
+area:closed:areaStyle[tag("landuse") = parent_tag("landuse")] ⧉ area:closed:areaStyle[landuse] {
+  throwWarning: tr("Overlapping Identical Landuses");
+}
+
+/* see ticket:#9522 */
+node[tag("amenity") = parent_tag("amenity")] ∈ area[amenity][amenity != parking] {
+  throwWarning: tr("{0} inside {1}", concat("amenity=", tag("amenity")), concat("amenity=", tag("amenity")));
+  group: tr("{0} inside {1}", "amenity", "amenity");
+}
+node[tag("leisure") = parent_tag("leisure")] ∈ area[leisure] {
+  throwWarning: tr("{0} inside {1}", concat("leisure=", tag("leisure")), concat("leisure=", tag("leisure")));
+  group: tr("{0} inside {1}", "leisure", "leisure");
+}
+node[tag("tourism") = parent_tag("tourism")] ∈ area[tourism] {
+  throwWarning: tr("{0} inside {1}", concat("tourism=", tag("tourism")), concat("tourism=", tag("tourism")));
+  group: tr("{0} inside {1}", "tourism", "tourism");
+}
+node[tag("shop") = parent_tag("shop")] ∈ area[shop] {
+  throwWarning: tr("{0} inside {1}", concat("shop=", tag("shop")), concat("shop=", tag("shop")));
+  group: tr("{0} inside {1}", "shop", "shop");
+}
+node[tag("power") = parent_tag("power")] ∈ area[power] {
+  throwWarning: tr("{0} inside {1}", concat("power=", tag("power")), concat("power=", tag("power")));
+  group: tr("{0} inside {1}", "power", "power");
+}
+
+/* isolated nodes which should be part of a way, see #10825, #15478 */
+node:unconnected:in-downloaded-area[entrance],
+node:unconnected:in-downloaded-area[traffic_calming],
+node:unconnected:in-downloaded-area[highway=passing_place],
+node:unconnected:in-downloaded-area[highway=mini_roundabout],
+node:unconnected:in-downloaded-area[highway=motorway_junction],
+node:unconnected:in-downloaded-area[highway=turning_loop],
+node:unconnected:in-downloaded-area[highway=turning_circle],
+node:unconnected:in-downloaded-area[highway=stop],
+node:unconnected:in-downloaded-area[highway=give_way],
+node:unconnected:in-downloaded-area[highway=traffic_signals],
+node:unconnected:in-downloaded-area[highway=crossing],
+node:unconnected:in-downloaded-area[crossing],
+node:unconnected:in-downloaded-area[highway=milestone],
+node:unconnected:in-downloaded-area[railway=milestone],
+node:unconnected:in-downloaded-area[railway=crossing],
+node:unconnected:in-downloaded-area[railway=level_crossing],
+node:unconnected:in-downloaded-area[railway=buffer_stop],
+node:unconnected:in-downloaded-area[public_transport=stop_position],
+node:unconnected:in-downloaded-area[aeroway=holding_position],
+node:unconnected:in-downloaded-area[noexit],
+node:unconnected:in-downloaded-area[waterway=dam],
+node:unconnected:in-downloaded-area[waterway=weir],
+node:unconnected:in-downloaded-area[waterway=waterfall],
+node:unconnected:in-downloaded-area[amenity=ferry_terminal],
+node:unconnected:in-downloaded-area[leisure=slipway],
+node:unconnected:in-downloaded-area[mountain_pass=yes],
+node:unconnected:in-downloaded-area[barrier=gate],
+node:unconnected:in-downloaded-area[barrier=lift_gate],
+node:unconnected:in-downloaded-area[barrier=swing_gate],
+node:unconnected:in-downloaded-area[barrier=toll_booth],
+node:unconnected:in-downloaded-area[barrier=turnstile],
+node:unconnected:in-downloaded-area[barrier=full-height_turnstile],
+node:unconnected:in-downloaded-area[barrier=motorcycle_barrier],
+node:unconnected:in-downloaded-area[barrier=rope],
+node:unconnected:in-downloaded-area[barrier=sally_port],
+node:unconnected:in-downloaded-area[barrier=spikes],
+node:unconnected:in-downloaded-area[barrier=stile],
+node:unconnected:in-downloaded-area[barrier=sump_buster],
+node:unconnected:in-downloaded-area[barrier=kerb],
+node:unconnected:in-downloaded-area[barrier=border_control],
+node:unconnected:in-downloaded-area[barrier=bump_gate],
+node:unconnected:in-downloaded-area[barrier=bus_trap],
+node:unconnected:in-downloaded-area[barrier=cattle_grid],
+node:unconnected:in-downloaded-area[barrier=chain],
+node:unconnected:in-downloaded-area[barrier=cycle_barrier],
+node:unconnected:in-downloaded-area[barrier=hampshire_gate],
+node:unconnected:in-downloaded-area[barrier=height_restrictor],
+node:unconnected:in-downloaded-area[barrier=debris] {
+  throwWarning: tr("{0}", "{2.tag}");
+  group: tr("isolated node which must be connected to a way");
+}
+
+/* #11127 */
+way[railway][bridge] > node,
+way[highway][bridge] > node {
+  set node_in_bridge;
+}
+way[waterway] > node.node_in_bridge {
+  throwWarning: tr("node connects waterway and bridge");
+}
+
+/* #11128, #14812, #15032 */
+way[highway] > node[tourism=information][information=guidepost] {
+  set guidepost;
+  throwOther: tr("{0} node connected to a highway", "{1.tag}");
+}
+way >[index=1] node,
+way >[index=-1] node {
+  set first_last_node;
+}
+way[highway] > node[amenity][!entrance][amenity!~/^(parking|parking_space|parking_entrance|motorcycle_parking|bicycle_parking|bus_station|car_wash|ferry_terminal|weighbridge|taxi|toilets)$/],
+way[highway] > node[building][!entrance],
+way[highway] > node[leisure][!entrance][leisure!=slipway][leisure!=fitness_station],
+way[highway] > node[office][!entrance],
+way[highway] > node[shop][!entrance],
+way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost.first_last_node:connection,
+way[highway] > node[tourism][!entrance][tourism!=viewpoint]!.guidepost!.first_last_node {
+  throwWarning: tr("{0} node connected to a highway", "{0.key}");
+}
+
+/* #18817 */
+way[man_made=pipeline][location=underground] > node[marker],
+way[power=cable      ][location=underground] > node[marker] {
+  throwWarning: tr("{0} node connected to an underground object", "{0.key}");
+}
+
+way[junction=roundabout]:righthandtraffic:clockwise,
+way[junction=roundabout]!:righthandtraffic:anticlockwise {
+  throwWarning: tr("suspicious roundabout direction");
+}
+
+/* #12496 */
+area:closed[place=islet][eval(areasize()) > 1500000] {
+  throwWarning: tr("{0} on a large area", "{1.tag}");
+  suggestAlternative: "place=island";
+  fixAdd: "place=island";
+}
+
+area:closed[place=island][eval(areasize()) < 500000] {
+  throwWarning: tr("{0} on a small area", "{1.tag}");
+  suggestAlternative: "place=islet";
+  fixAdd: "place=islet";
+}
+
+/* #15648 */
+way[place=island]!:closed {
+  throwError: tr("Way with {0} not closed.", "{0.tag}");
+}
+
+/* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */
+area:closed[building][building!=no][eval(areasize()) > 520000] {
+  throwError: tr("Too large building");
+}
+
+/* #12577 */
+way[power=line] > node,
+way[power=minor_line] > node,
+way[power=cable] > node {
+  set node_in_power_way;
+}
+way[!power][!building] > node.node_in_power_way {
+  throwWarning: tr("Node connects a power line or cable with an object which is not related to the power infrastructure.");
+}
+
+/* #12646, #12992, #16334 */
+way[waterway=~/^(stream|river|drain)$/]!:closed >[index=-1] node[natural!=sinkhole][natural!=cave_entrance]!:connection:in-downloaded-area { 
+  throwWarning: tr("Waterway ends without a connection to another waterway or the direction of the waterway is wrong.");
+}
+
+/* #10717, #14535 */
+way:closed[natural=coastline] ∈ area[natural=water],
+way:closed[natural=coastline] ∈ area[waterway=riverbank] {
+  throwError: tr("Coastline inside {1}", "{0.tag}");
+}
+
+/* #10471 */
+way[waterway] > node[ford?] { set ford_on_waterway; }
+way[highway] > node[ford?] { set ford_on_highway; }
+node[ford?]:in-downloaded-area!.ford_on_waterway, node[ford?]:in-downloaded-area!.ford_on_highway {
+    throwWarning: tr("{0} should be on the node where {1} and {2} intersect", "ford", "highway", "waterway");
+}
+
+/* #13877 */
+area:closed[waterway = canal][area!=no],
+area:closed[waterway = drain][area!=no],
+area:closed[waterway = ditch][area!=no],
+area:closed[waterway = stream][area!=no],
+area:closed[waterway = river][area!=no] {
+  throwWarning: tr("{0} is the tag for the linear waterway. To tag the water area use {1} + {2} instead.", "{1.tag}", "natural=water", "water=*");
+}
+
+/* #15097 */
+way[highway][area!=yes] > node,
+way[man_made=pier] > node {
+  set node_in_highway_pier;
+}
+way[route=ferry][tunnel=yes] > node,
+way[route=ferry][bridge=yes] > node {
+  set node_in_ferry_bridge_tunnel;
+}
+way[route=ferry]!:closed >[index= 1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
+way[route=ferry]!:closed >[index=-1] node!.node_in_highway_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area { 
+  throwWarning: tr("Ferry route is not connected to the road network or branches.");
+}
+way[amenity=ferry_terminal] > node,
+way[man_made=pier] > node {
+  set node_in_terminal_pier;
+}
+way[route=ferry]!:closed >[index= 1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area,
+way[route=ferry]!:closed >[index=-1] node[amenity!=ferry_terminal][man_made!=pier]!.node_in_terminal_pier!.node_in_ferry_bridge_tunnel:in-downloaded-area { 
+  throwWarning: tr("Ferry route is not connected to a ferry terminal or branches.");
+}
+
+/* #10391 - Many misuses of building=hangar instead of building=barn/industrial/warehouse */
+area:closed2[aeroway] ⊉ way[building=hangar][!aeroway] {
+  throwWarning: tr("{0} outside of {1}", "{0.tag}", "aeroway");
+  suggestAlternative: "building=barn";
+  suggestAlternative: "building=industrial";
+  suggestAlternative: "building=warehouse";
+}
+
+/* #17533 - Check waterway flow direction */
+*[waterway][waterway!=drain] > node:connection {
+  set notDrain;
+}
+way[waterway=drain] >[index!=1] node:connection {
+  set notDrainFirstNode;
+}
+way[waterway=drain] >[index!=-1] node:connection {
+  set notDrainLastNode;
+}
+way[waterway=drain] > node:connection!.notDrainFirstNode!.notDrain,
+way[waterway=drain] > node:connection!.notDrainLastNode!.notDrain {
+  throwWarning: tr("incorrect drain flow direction");
+}
Index: /trunk/resources/data/validator/highway.mapcss
===================================================================
--- /trunk/resources/data/validator/highway.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/highway.mapcss	(revision 16006)
@@ -0,0 +1,165 @@
+way[highway=~/^(motorway|trunk|primary|secondary|tertiary)$/] {
+  set major_road;
+}
+way[highway=~/^.*_link$/] {
+  set link_road;
+}
+way[highway=~/^(unclassified|residential|living_street|service)$/] {
+  set minor_road;
+}
+
+way[highway][name =~ /(?i).* (Ave|Blvd|Br|Brg|Cct|Cir|Cl|Cr|Crct|Cres|Crt|Ct|Dr|Drv|Esp|Espl|Hwy|Ln|Mw|Mwy|Pky|Pkwy|Pl|Rd|Qy|Qys|Sq|St|Str|Ter|Tce|Tr|Wy)[.]?$/] {
+  throwWarning: tr("abbreviated street name");
+  assertMatch: "way highway=unclassified name=\"Foo Ave\"";
+  assertMatch: "way highway=unclassified name=\"Foo Ave.\"";
+  assertMatch: "way highway=unclassified name=\"Bou Blvd.\"";
+  assertMatch: "way highway=unclassified name=\"Bou blvd.\"";
+}
+
+node[highway =~ /motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|living_street|pedestrian|track|path|footway|cycleway|bus_guideway|bridleway/][highway!=motorway_junction][highway!=services] {
+  throwWarning: tr("wrong highway tag on a node");
+  assertMatch: "node highway=primary";
+  assertMatch: "node highway=primary_link";
+  assertNoMatch: "node highway=traffic_calming";
+  assertNoMatch: "node highway=bus_stop";
+  assertNoMatch: "node highway=crossing";
+  assertNoMatch: "node highway=emergency_access_point";
+  assertNoMatch: "node highway=give_way";
+  assertNoMatch: "node highway=mini_roundabout";
+  assertNoMatch: "node highway=motorway_junction";
+  assertNoMatch: "node highway=passing_place";
+  assertNoMatch: "node highway=rest_area";
+  assertNoMatch: "node highway=speed_camera";
+  assertNoMatch: "node highway=street_lamp";
+  assertNoMatch: "node highway=services";
+  assertNoMatch: "node highway=stop";
+  assertNoMatch: "node highway=traffic_signals";
+  assertNoMatch: "node highway=turning_circle";
+}
+
+way[highway=crossing],
+way[railway=crossing],
+way[railway=level_crossing] {
+  throwWarning: tr("wrong crossing tag on a way");
+  assertMatch: "way highway=crossing";
+  assertNoMatch: "node highway=crossing";
+}
+
+/* #18060 */
+node[footway=crossing] {
+  throwWarning: tr("{0} on a node", "{0.tag}");
+  suggestAlternative: "highway=crossing";
+  suggestAlternative: "railway=crossing";
+}
+node[cycleway=crossing] {
+  throwWarning: tr("{0} on a node", "{0.tag}");
+  suggestAlternative: "highway=crossing + bicycle=yes";
+  suggestAlternative: "railway=crossing + bicycle=yes";
+}
+
+way[highway=unclassified][!name][noname!=yes] {
+  throwOther: tr("Unnamed unclassified highway");
+  assertMatch: "way highway=unclassified";
+  assertNoMatch: "way highway=unclassified noname=yes";
+  assertNoMatch: "way highway=unclassified name=Foo";
+}
+
+/* #17970 */
+relation[type=route][route=road][ref] > way.major_road {
+  set road_route_has_ref;
+}
+way.major_road!.road_route_has_ref[!ref][!destination:ref][noref!=yes][junction!=roundabout] {
+  throwOther: tr("highway without a reference");
+  group: tr("missing tag");
+  assertMatch: "way highway=primary";
+  assertNoMatch: "way highway=primary ref=123";
+  assertNoMatch: "way highway=primary destination:ref=123";
+  assertNoMatch: "way highway=primary noref=yes";
+}
+
+way[highway=yes],
+way[highway=road] {
+  throwWarning: tr("Unspecific highway type");
+  assertMatch: "way highway=road";
+  assertNoMatch: "way highway=residential";
+}
+
+way[highway=footway][maxspeed],
+way[highway=steps][maxspeed],
+way[highway=cycleway][bicycle=no],
+way[highway=footway][foot=no],
+way[highway=cycleway][cycleway=lane] {
+  throwWarning: tr("{0} used with {1}", "{0.value}", "{1.tag}");
+  assertNoMatch: "way highway=cycleway bicycle=yes";
+  assertNoMatch: "way highway=cycleway";
+  assertNoMatch: "way highway=footway foot=yes";
+  assertNoMatch: "way highway=footway";
+  assertMatch: "way highway=cycleway cycleway=lane";
+  assertNoMatch: "way highway=cycleway";
+  assertNoMatch: "way highway=residential cycleway=lane";
+  assertMatch: "way highway=footway maxspeed=20";
+  assertNoMatch: "way highway=residential maxspeed=20";
+  assertNoMatch: "way highway=footway";
+}
+
+/* footway, see #10851, #10976, #15439 */
+way[footway=left][/^footway:/],
+way[footway=right][/^footway:/],
+way[footway=both][/^footway:/],
+way[footway=no][/^footway:/] {
+  throwWarning: tr("{0} is deprecated, use {1} instead. Also check similar tags like {2}", "{0.tag}", "sidewalk", "{1.key}");
+  group: tr("deprecated tagging");
+  set not_fixable_footway;
+  assertMatch: "way footway=both footway:surface=asphalt";
+}
+way[footway=none][/footway:/] {
+  throwWarning: tr("{0} is deprecated, use {1} instead. Also check similar tags like {2}", "{0.tag}", "sidewalk=no", "{1.key}");
+  group: tr("deprecated tagging");
+  set not_fixable_footway;
+}
+way[footway=left]!.not_fixable_footway,
+way[footway=right]!.not_fixable_footway,
+way[footway=both]!.not_fixable_footway,
+way[footway=no]!.not_fixable_footway {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "sidewalk";
+  group: tr("deprecated tagging");
+  fixChangeKey: "footway => sidewalk";
+  set fixable_footway;
+}
+way[footway=none]!.not_fixable_footway {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "sidewalk=no";
+  group: tr("deprecated tagging");
+  fixRemove: "footway";
+  fixAdd: "sidewalk=no";
+  set fixable_footway;
+}
+way[footway][footway!=sidewalk][footway!=crossing]!.fixable_footway!.not_fixable_footway { /* do not trigger this rule if already one of the 4 previous rules applied */
+  throwWarning: tr("Value of ''{0}'' should either be ''{1}'' or ''{2}''. For sidewalks use ''{3}'' instead.", "{0.key}", "{1.value}", "{2.value}", "sidewalk=left|right|both|no");
+  assertNoMatch: "way footway=left";
+  assertNoMatch: "way footway=none";
+  assertNoMatch: "way footway=left footway:left:surface=asphalt";
+  assertMatch: "way footway=bar";
+}
+
+/* #11270, #9297, #15439, #16424, #17022 */
+way[railway =~ /^(miniature|narrow_gauge|preserved|rail)$/][!highway] > node { set .is_in_railway }
+way[highway =~ /^(bridleway|cycleway|footway|path|steps)$/] > node { set .is_in_minor_road }
+way[highway =~ /^(bus_guideway|living_street|motorway|motorway_link|pedestrian|primary|primary_link|raceway|residential|road|secondary|secondary_link|service|tertiary|tertiary_link|track|trunk|trunk_link|unclassified)$/] > node { set .is_in_major_road }
+node[railway!=crossing][crossing!=no].is_in_railway.is_in_minor_road!.is_in_major_road {
+  throwWarning: tr("pedestrian railway crossing without {0}", "{0.tag}");
+  group: tr("missing tag");
+  fixAdd: "railway=crossing";
+}
+node[railway!=level_crossing].is_in_railway.is_in_major_road!.is_in_minor_road {
+  throwWarning: tr("railway crossing without {0}", "{0.tag}");
+  group: tr("missing tag");
+  fixAdd: "railway=level_crossing";
+}
+
+node[highway=crossing][barrier=kerb].is_in_major_road {
+  throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
+  suggestAlternative: "kerb=*";
+  group: tr("suspicious tag combination");
+}
Index: /trunk/resources/data/validator/ignoretags.cfg
===================================================================
--- /trunk/resources/data/validator/ignoretags.cfg	(revision 16006)
+++ /trunk/resources/data/validator/ignoretags.cfg	(revision 16006)
@@ -0,0 +1,418 @@
+# JOSM IgnoreTags
+; This is used for checks "key/tag not in presets"
+; K:  the given tag will not produce a "tag not in presets" error, but it is 
+;     used as dictionary entry for spell checking the given key and also 
+;     for the key/value combination.
+; E:  ignore tags with this key and add the key to the spell check dictionary.
+; S:  ignore tag if key starts with this string.
+; F:  ignore tag if key ends with this string.
+;
+;
+; Ignore valid and semi-valid keys that start with...
+;
+S:opengeodb
+S:openGeoDB
+S:name:
+S:note:
+S:description:
+S:ref:
+S:CLC:
+S:tiger:
+S:gnis:
+S:census:
+S:local_authority:
+S:au.gov.abs:
+S:qroti:
+S:is_in
+S:wikipedia
+S:source:
+S:source_ref:
+S:historic:
+S:proposed:
+S:planned:
+S:construction:
+S:disused:
+S:abandoned:
+S:removed:
+S:demolished:
+S:TMC:
+S:tmc:
+S:parking:lane
+S:josm
+S:capacity:
+;
+; Ignore valid and semi-valid keys that equal...
+;
+E:name
+E:loc_name
+E:attribution
+E:heritage
+E:old_name
+E:operator
+E:usage
+E:construction
+E:collection
+E:addr:state
+E:import_uuid
+E:image
+E:mapillary
+E:url
+E:website
+E:postal_code
+E:source:boundary
+E:hour_on
+E:hour_off
+E:tower:type
+E:icn
+E:ncn
+E:rcn
+E:lcn
+E:icn_ref
+E:ncn_ref
+E:rcn_ref
+E:lcn_ref
+E:isced:level
+E:place_name
+E:cycleway
+E:abutters
+E:survey_date
+E:survey:date
+E:right:state
+E:left:state
+E:height
+E:opening_hours
+E:service_times
+E:collection_times
+E:duration
+E:interval
+E:maxspeed
+E:maxstay
+E:colour
+E:level
+E:brand
+E:network
+E:incline
+E:wikidata
+E:zone:maxspeed
+E:osmc:symbol
+E:de:amtlicher_gemeindeschluessel
+E:de:regionalschluessel
+E:building:colour
+E:building:material
+E:roof:colour
+E:roof:material
+E:roof:height
+E:roof:orientation
+E:roof:shape
+E:turn:lanes
+E:turn:lanes:forward
+E:turn:lanes:backward
+E:change:lanes
+E:change:lanes:forward
+E:change:lanes:backward
+E:maxspeed:lanes
+E:maxspeed:lanes:forward
+E:maxspeed:lanes:backward
+E:minspeed:lanes
+E:minspeed:lanes:forward
+E:minspeed:lanes:backward
+E:cycleway:lanes
+E:cycleway:lanes:forward
+E:cycleway:lanes:backward
+E:area:highway
+E:tmc
+E:memorial:addr
+E:memorial:text
+E:memorial:ref
+E:wheelchair:description
+E:denotation
+E:seamark:type
+E:traffic_sign
+E:building:levels
+E:exit_to
+E:distance
+E:voltage
+E:amperage
+E:capacity
+E:cables
+E:circuits
+E:direction
+E:fire_hydrant:pressure
+E:width
+E:length
+E:layer
+E:end_date
+E:start_date
+E:expressway
+E:border_type
+E:faa
+E:dataset
+;
+; Ignore valid and semi-valid keys that end with...
+;
+F::nswgnb
+F::forward
+F::backward
+F::left
+F::right
+F::conditional
+F::wikipedia
+F::wikidata
+;
+; Misc Tags
+;
+K:bollard=unremovable
+K:traffic_calming=dynamic_bump
+K:type=is_in
+K:type=benchmark
+K:noref=yes
+K:bridge=swing
+K:residential=rural
+K:residential=urban
+K:surface=earth
+K:waterway=rapids
+K:bicycle=dismount
+K:wall=no
+K:man_made=petroleum_well
+K:man_made=yes
+K:man_made=clearcut
+K:man_made=maypole
+K:railway=razed
+K:railway=stop
+K:station=subway
+K:office=yes
+K:pilgrimage=yes
+K:bdouble=yes
+K:bdouble=no
+K:seasonal=no
+K:memorial:type=stolperstein
+K:toilets:wheelchair=yes
+K:toilets:wheelchair=no
+K:locality=townland
+K:place=allotments
+K:place=city_block
+K:place=plot
+K:building=bank
+K:building=bunker
+K:building=chalet
+K:building=civic
+K:building=clinic
+K:building=houseboat
+K:building=shop
+K:building=static_caravan
+K:building=semi
+K:building=semidetached_house
+K:building=slurry_tank
+K:building=trullo
+K:leisure=recreation_ground
+E:old_railway_operator
+K:maintenance=gritting
+K:glacier:edge=calving_line
+K:glacier:edge=grounding_line
+K:glacier:type=shelf
+K:glacier:type=rock
+K:glacier:type=mountain
+K:glacier:type=ice_tongue
+K:glacier:type=icecap
+K:waterway=artificial
+K:waterway=drystream
+K:allotments=plot
+K:land_area=administrative
+K:attraction=summer_toboggan
+;
+; Highway Key/Value Pairs
+;
+K:highway=proposed
+E:proposed
+E:tracktype
+K:living_street=yes
+K:priority_road=designated
+K:priority_road=yes_unposted
+K:priority_road=end
+K:hazmat=designated
+K:hazmat=no
+K:hazmat:water=no
+K:hazmat:water=permissive
+K:lanes=7
+K:lanes=8
+K:lanes=9
+K:oneway=-1
+K:traffic_signals=blinker
+K:traffic_signals=blink_mode
+K:traffic_signals=emergency
+K:traffic_signals=ramp_meter
+K:traffic_signals=signal
+K:traffic_signals=crossing
+;
+; Amenity Key/Value Pairs
+;
+K:amenity=crematorium
+K:amenity=gallery
+K:amenity=gym
+K:amenity=signpost
+K:amenity=mobile_money_agent
+;
+; Cuisine Tags
+;
+K:cuisine=pie
+;
+; Historic Tags
+;
+K:historic=building
+K:historic=wreck
+K:historic=charcoal_pile
+K:historic=heritage
+;
+; Landcover Tags
+;
+K:landcover=grass
+K:landcover=trees
+;
+; Lifecycle Tags
+;
+;K:historic=yes
+K:planned=yes
+K:construction=yes
+;K:disused=yes
+K:abandoned=yes
+K:removed=yes
+K:demolished=yes
+;
+; Military Tags
+;
+K:military=danger_area
+K:military=naval_base
+;
+; Natural Tags
+;
+K:natural=marsh
+K:natural=shrub
+;
+; Relation Tags
+;
+K:relation=to
+K:relation=from
+;
+; Christian Denominations
+;
+K:denomination=apostolic
+K:denomination=christian_community
+K:denomination=christian_scientist
+K:denomination=coptic_orthodox
+K:denomination=czechoslovak_hussite
+K:denomination=dutch_reformed
+K:denomination=foursquare
+K:denomination=kabbalah
+K:denomination=karaite
+K:denomination=living_waters_church
+K:denomination=maronite
+K:denomination=mennonite
+K:denomination=salvation_army
+K:denomination=united_reformed
+K:denomination=uniting
+;
+; Jewish Denominations
+;
+K:denomination=alternative
+K:denomination=ashkenazi
+K:denomination=hasidic
+K:denomination=humanistic
+K:denomination=liberal
+K:denomination=modern_orthodox
+K:denomination=neo_orthodox
+K:denomination=progressive
+K:denomination=reconstructionist
+K:denomination=renewal
+K:denomination=samaritan
+K:denomination=ultra_orthodox
+;
+; Muslim Denominations
+;
+K:denomination=alaouite
+K:denomination=druze
+K:denomination=ismaili
+;
+; Pastafarian Denominations
+;
+K:denomination=EVKdFSMiD
+;
+; Other Denominations
+;
+K:denomination=masonic
+;
+; Shop Key/Value Pairs
+;
+K:shop=boat
+K:shop=ice_cream
+K:shop=organic
+K:shop=pasta
+K:shop=tiles
+K:shop=vacant
+K:shop=games
+;
+; Craft Key/Value Pairs
+K:craft=tailor
+;
+; Sports Tags
+;
+K:sport=boxing
+K:sport=netball
+K:sport=cliff_diving
+;
+; Tourism Tags
+;
+K:tourism=yes
+;
+; Type Key/Value Pairs
+;
+K:type=tmc
+K:type=TMC
+;
+; Other tags that might produce false positives
+;
+K:crop=rape
+K:crossing=marked
+K:crossing=controlled
+K:highway=trail
+K:highway=ford
+K:indoor=door
+K:natural=land
+K:natural=hill
+K:natural=arete
+K:natural=slope
+K:piste:grooming=classic;skating
+K:power=sub_station
+K:product=wine
+K:railway=derail
+K:railway=radio
+K:resource=peat
+K:resource=sand
+K:shop=trade
+K:sidewalk=none
+K:sport=skating
+K:surface=hard
+K:manhole=plain
+;
+; Tags not yet decided (to remove from this section when added or deprecated) 
+; see josm tickets: 17770 10759 15309 15774 16315 16658 16793
+;
+K:service=irrigation
+K:man_made=mast
+K:man_made=tunnel
+K:amenity=childcare
+K:landuse=logging
+K:indoor=wall
+K:indoor=room
+K:indoor=corridor
+K:highway=corridor
+K:historic=citywalls
+K:crossing=zebra
+K:healthcare=dentist
+K:healthcare=doctor
+K:healthcare=hospital
+K:healthcare=pharmacy
+K:healthcare=clinic
+K:healthcare=centre
+K:healthcare=physiotherapist
+K:golf=cartpath
+K:man_made=water_tap
Index: /trunk/resources/data/validator/multiple.mapcss
===================================================================
--- /trunk/resources/data/validator/multiple.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/multiple.mapcss	(revision 16006)
@@ -0,0 +1,44 @@
+/* see #9757, #10869 - Better handling of semicolon in values
+*/
+*["addr:street" =~ /.+;(.+)?/],
+*[highway =~ /.+;(.+)?/],
+*[lanes =~ /.+;(.+)?/],
+*[maxspeed =~ /.+;(.+)?/],
+*[name =~ /.+;(.+)?/],
+*[surface =~ /.+;(.+)?/],
+*[water =~ /.+;(.+)?/] {
+    throwWarning: tr("{0} with multiple values", "{0.key}");
+}
+
+*[source              =~ /^(;.*|.*;;.*|.*;)$/],
+*["source:addr"       =~ /^(;.*|.*;;.*|.*;)$/],
+*["source:maxspeed"   =~ /^(;.*|.*;;.*|.*;)$/],
+*["source:name"       =~ /^(;.*|.*;;.*|.*;)$/],
+*["source:position"   =~ /^(;.*|.*;;.*|.*;)$/],
+*["source:postcode"   =~ /^(;.*|.*;;.*|.*;)$/],
+*[ref                 =~ /^(;.*|.*;;.*|.*;)$/],
+*[int_ref             =~ /^(;.*|.*;;.*|.*;)$/],
+*[old_ref             =~ /^(;.*|.*;;.*|.*;)$/],
+*[source_ref          =~ /^(;.*|.*;;.*|.*;)$/],
+*[route_ref           =~ /^(;.*|.*;;.*|.*;)$/],
+*[attribution         =~ /^(;.*|.*;;.*|.*;)$/],
+*[name                =~ /^(;.*|.*;;.*|.*;)$/],
+*[alt_name            =~ /^(;.*|.*;;.*|.*;)$/],
+*[note                =~ /^(;.*|.*;;.*|.*;)$/],
+*[fixme               =~ /^(;.*|.*;;.*|.*;)$/],
+*["addr:housenumber"  =~ /^(;.*|.*;;.*|.*;)$/],
+*[destination         =~ /^(;.*|.*;;.*|.*;)$/],
+*[exit_to             =~ /^(;.*|.*;;.*|.*;)$/],
+*[surface             =~ /^(;.*|.*;;.*|.*;)$/],
+*["building:use"      =~ /^(;.*|.*;;.*|.*;)$/],
+*[traffic_sign        =~ /^(;.*|.*;;.*|.*;)$/],
+*[voltage             =~ /^(;.*|.*;;.*|.*;)$/],
+*[cuisine             =~ /^(;.*|.*;;.*|.*;)$/] {
+	throwWarning: tr("empty value in semicolon-separated ''{0}''", "{0.key}");
+	assertMatch: "node ref=;A1";
+	assertMatch: "node ref=A1;";
+	assertMatch: "node ref=;";
+	assertMatch: "node ref=A1;;A2";
+	assertNoMatch: "node ref=A1";
+	assertNoMatch: "node ref=A1;A2";
+}
Index: /trunk/resources/data/validator/numeric.mapcss
===================================================================
--- /trunk/resources/data/validator/numeric.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/numeric.mapcss	(revision 16006)
@@ -0,0 +1,414 @@
+/* measurement values and units warnings (tickets #8687, #15719) */
+
+*[/^[0-9]+$/] {
+  throwWarning: tr("numerical key");
+  assertMatch: "way 123=foo";
+  assertNoMatch: "way ref.1=foo";
+}
+
+*[layer =~ /^\+\d/] {
+  throwWarning: tr("{0} value with + sign", "{0.key}");
+  fixAdd: concat("layer=", replace(tag("layer"), "+", ""));
+  assertMatch: "node layer=+1";
+  assertNoMatch: "node layer=1";
+  assertNoMatch: "node layer=-1";
+  assertNoMatch: "node layer=+foo";
+}
+
+*[layer][layer !~ /^0$|^(-|\+)?[1-5]$/] {
+  throwWarning: tr("{0} should be an integer value between -5 and 5", "{0.key}");
+  assertMatch: "node layer=-50";
+  assertMatch: "node layer=6";
+  assertMatch: "node layer=+10";
+  assertMatch: "node layer=0.5";
+  assertMatch: "node layer=0;1";
+  assertNoMatch: "node layer=-5";
+  assertNoMatch: "node layer=0";
+  assertNoMatch: "node layer=2";
+  assertNoMatch: "node layer=+5"; /* this is an invalid value, but this case is already covered by the previous rule */
+}
+
+*[building:levels][building:levels !~ /^(([0-9]|[1-9][0-9]*)(\.5)?)$/],
+*[level][level !~ /^((((-*[1-9]|[0-9])|-*[1-9][0-9]*)(\.5)?)|-0\.5)(;((((-*[1-9]|[0-9])|-*[1-9][0-9]*)(\.5)?)|-0\.5))*$/] { /* all numbers from -∞ to ∞ in 0.5 steps, optional multiple values separated by a ; */
+  throwWarning: tr("{0} should have numbers only with optional .5 increments", "{0.key}");
+  assertMatch: "node level=one";
+  assertMatch: "node level=01";
+  assertMatch: "node level=-03";
+  assertMatch: "node level=-01.5";
+  assertMatch: "node level=2.3";
+  assertMatch: "node level=-0";
+  assertNoMatch: "node level=0";
+  assertNoMatch: "node level=1";
+  assertNoMatch: "node level=-1";
+  assertNoMatch: "node level=-0.5";
+  assertNoMatch: "node level=1.5";
+  assertNoMatch: "node level=12";
+  assertNoMatch: "node level=0;1";
+  assertNoMatch: "node level=1;1.5";
+  assertNoMatch: "node level=1;0.5";
+  assertNoMatch: "node level=0;-0.5";
+  assertNoMatch: "node level=-0.5;0";
+  assertNoMatch: "node level=-1;-0.5";
+  assertNoMatch: "node building:levels=1.5";
+  assertMatch: "node building:levels=-1";
+  assertNoMatch: "node building:levels=0"; /* valid because there can be building:levels:underground > 0 or roof:levels > 0 */
+}
+
+*[height][height =~ /^[0-9]+,[0-9][0-9]?( (m|ft))?$/] {
+  throwWarning: tr("unusual value of {0}: use . instead of , as decimal separator", "{0.key}");
+  fixAdd: concat("height=", replace(tag("height"), ",", "."));
+  set height_separator_autofix;
+  assertMatch: "node height=5,5";
+  assertMatch: "node height=12,00";
+  assertMatch: "node height=12,5 ft";
+  assertNoMatch: "node height=12,000";
+  assertNoMatch: "node height=3,50,5";
+  assertNoMatch: "node height=3.5";
+  assertNoMatch: "node height=4";
+}
+*[height][height !~ /^(([0-9]+\.?[0-9]*( (m|ft))?)|([1-9][0-9]*\'((10|11|[0-9])((\.[0-9]+)?)\")?))$/]!.height_separator_autofix {
+  throwWarning: tr("unusual value of {0}: meters is default; point is decimal separator; if units, put space then unit", "{0.key}");
+  assertMatch: "node height=medium";
+  assertMatch: "node height=-5";
+  assertNoMatch: "node height=2 m";
+  assertNoMatch: "node height=5";
+  assertNoMatch: "node height=7.8";
+  assertNoMatch: "node height=20 ft";
+  assertNoMatch: "node height=22'";
+}
+
+*[maxheight][maxheight =~ /^[0-9]+,[0-9][0-9]?( (m|ft))?$/] {
+  throwWarning: tr("unusual value of {0}: use . instead of , as decimal separator", "{0.key}");
+  fixAdd: concat("maxheight=", replace(tag("maxheight"), ",", "."));
+  set maxheight_separator_autofix;
+  assertMatch: "node maxheight=5,5";
+  assertMatch: "node maxheight=12,00";
+  assertMatch: "node maxheight=12,5 ft";
+  assertNoMatch: "node maxheight=12,000";
+  assertNoMatch: "node maxheight=3,50,5";
+  assertNoMatch: "node maxheight=3.5";
+  assertNoMatch: "node maxheight=4";
+}
+*[maxheight][maxheight !~ /^(([1-9][0-9]*(\.[0-9]+)?( (m|ft))?)|([0-9]+\'(([0-9]|10|11)(\.[0-9]*)?\")?)|none|default|below_default)$/]!.maxheight_separator_autofix {
+  throwWarning: tr("unusual value of {0}: meters is default; point is decimal separator; if units, put space then unit", "{0.key}");
+  assertMatch: "node maxheight=something";
+  assertMatch: "node maxheight=-5";
+  assertMatch: "node maxheight=0";
+  assertNoMatch: "node maxheight=4";
+  assertNoMatch: "node maxheight=3.5";
+  assertNoMatch: "node maxheight=2 m";
+  assertNoMatch: "node maxheight=14 ft";
+  assertNoMatch: "node maxheight=10'";
+  assertNoMatch: "node maxheight=16'3\"";
+}
+
+*[width][width =~ /^[0-9]+,[0-9][0-9]?( (m|ft))?$/] {
+  throwWarning: tr("unusual value of {0}: use . instead of , as decimal separator", "{0.key}");
+  fixAdd: concat("width=", replace(tag("width"), ",", "."));
+  set width_separator_autofix;
+  assertMatch: "node width=5,5";
+  assertMatch: "node width=12,00";
+  assertNoMatch: "node width=12,000";
+  assertNoMatch: "node width=3,50,5";
+  assertNoMatch: "node width=3.5";
+  assertNoMatch: "node width=4";
+}
+*[width][width !~ /^(([0-9]+\.?[0-9]*( [a-z]+)?)|([0-9]+\'([0-9]+\.?[0-9]*\")?))$/]!.width_separator_autofix {
+  throwWarning: tr("unusual value of {0}: meters is default; point is decimal separator; if units, put space then unit", "{0.key}");
+  assertMatch: "way width=something";
+  assertMatch: "way width=-5";
+  assertNoMatch: "way width=3";
+  assertNoMatch: "way width=0.5";
+  assertNoMatch: "way width=1 m";
+  assertNoMatch: "way width=10 ft";
+  assertNoMatch: "way width=1'";
+  assertNoMatch: "way width=10'5\"";
+}
+
+*[maxwidth][maxwidth =~ /^[0-9]+,[0-9][0-9]?( (m|ft))?$/] {
+  throwWarning: tr("unusual value of {0}: use . instead of , as decimal separator", "{0.key}");
+  fixAdd: concat("maxwidth=", replace(tag("maxwidth"), ",", "."));
+  set maxwidth_separator_autofix;
+  assertMatch: "node maxwidth=5,5";
+  assertMatch: "node maxwidth=12,00";
+  assertNoMatch: "node maxwidth=12,000";
+  assertNoMatch: "node maxwidth=3,50,5";
+  assertNoMatch: "node maxwidth=3.5";
+  assertNoMatch: "node maxwidth=4";
+}
+*[maxwidth][maxwidth !~ /^(([0-9]+\.?[0-9]*( (m|ft))?)|([0-9]+\'[0-9]+\.?[0-9]*\"))$/]!.maxwidth_separator_autofix {
+  throwWarning: tr("unusual value of {0}: meters is default; point is decimal separator; if units, put space then unit", "{0.key}");
+  assertMatch: "way maxwidth=something";
+  assertMatch: "way maxwidth=-5";
+  assertNoMatch: "way maxwidth=2";
+  assertNoMatch: "way maxwidth=6'6\"";
+  assertNoMatch: "way maxwidth=2.5";
+  assertNoMatch: "way maxwidth=7 ft";
+}
+
+*[maxweight][maxweight =~ /^[0-9]+,[0-9][0-9]?( (t|kg|lbs))?$/] {
+  throwWarning: tr("unusual value of {0}: use . instead of , as decimal separator", "{0.key}");
+  fixAdd: concat("maxweight=", replace(tag("maxweight"), ",", "."));
+  set maxweight_separator_autofix;
+  assertMatch: "node maxweight=5,5";
+  assertMatch: "node maxweight=12,00";
+  assertNoMatch: "node maxweight=12,000";
+  assertNoMatch: "node maxweight=3,50,5";
+  assertNoMatch: "node maxweight=3.5";
+  assertNoMatch: "node maxweight=4";
+}
+*[maxweight][maxweight !~ /^(([0-9]+\.?[0-9]*( (t|kg|lbs))?)|([0-9]+\'[0-9]+\.?[0-9]*\"))$/]!.maxweight_separator_autofix {
+  throwWarning: tr("unusual value of {0}: tonne is default; point is decimal separator; if units, put space then unit", "{0.key}");
+  assertMatch: "way maxweight=something";
+  assertMatch: "way maxweight=-5";
+  assertNoMatch: "way maxweight=2";
+  assertNoMatch: "way maxweight=6'6\"";
+  assertNoMatch: "way maxweight=2.5";
+  assertNoMatch: "way maxweight=7 kg";
+}
+
+way[maxspeed][maxspeed !~ /^(signals|none|unposted|variable|walk|[1-9][0-9]*( [a-z]+)?|[A-Z][A-Z]:(urban|rural|living_street|motorway))$/],
+way[maxspeed:forward][maxspeed:forward !~ /^(signals|none|unposted|variable|walk|[1-9][0-9]*( [a-z]+)?|[A-Z][A-Z]:(urban|rural|living_street|motorway))$/],
+way[maxspeed:backward][maxspeed:backward !~ /^(signals|none|unposted|variable|walk|[1-9][0-9]*( [a-z]+)?|[A-Z][A-Z]:(urban|rural|living_street|motorway))$/] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+  assertMatch: "way maxspeed=something";
+  assertMatch: "way maxspeed=-50";
+  assertMatch: "way maxspeed=0";
+  assertNoMatch: "way maxspeed=50";
+  assertNoMatch: "way maxspeed=30 mph";
+  assertNoMatch: "way maxspeed=RO:urban";
+  assertNoMatch: "way maxspeed=RU:rural";
+  assertNoMatch: "way maxspeed=RU:living_street";
+  assertNoMatch: "way maxspeed=DE:motorway";
+  assertNoMatch: "way maxspeed=signals";
+  assertNoMatch: "way maxspeed=none";
+  assertNoMatch: "way maxspeed=variable";
+}
+
+*[distance][distance =~ /^[0-9]+,[0-9][0-9]?( (m|km|mi|nmi))?$/] {
+  throwWarning: tr("unusual value of {0}: use . instead of , as decimal separator", "{0.key}");
+  fixAdd: concat("distance=", replace(tag("distance"), ",", "."));
+  set distance_separator_autofix;
+  assertMatch: "node distance=5,5";
+  assertMatch: "node distance=12,00";
+  assertNoMatch: "node distance=12,000";
+  assertNoMatch: "node distance=3,50,5";
+  assertNoMatch: "node distance=3.5";
+  assertNoMatch: "node distance=4";
+}
+*[distance][distance !~ /^(([0-9]+\.?[0-9]*( (m|km|mi|nmi))?)|([0-9]+\'[0-9]+\.?[0-9]*\"))$/]!.distance_separator_autofix {
+  throwWarning: tr("unusual value of {0}: kilometers is default; point is decimal separator; if units, put space then unit", "{0.key}");
+  assertMatch: "way distance=something";
+  assertMatch: "way distance=-5";
+  assertNoMatch: "way distance=2";
+  assertNoMatch: "way distance=2.5";
+  assertNoMatch: "way distance=7 mi";
+}
+
+way[voltage][voltage =~ /(.*[A-Za-z].*)|.*,.*|.*( ).*/] {
+  throwWarning: tr("voltage should be in volts with no units/delimiter/spaces");
+  assertMatch: "way voltage=medium";
+  assertNoMatch: "way voltage=15000";
+}
+
+/* some users are using frequency for other purposes (not electromagnetic) 
+   with the values 'perennial' and 'intermittent'; the vast majority are 0, 16.7, 50 and 60 */
+way[frequency][frequency !~ /^(0|[1-9][0-9]*(\.[0-9]+)?)( (kHz|MHz|GHz|THz))?$/] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+  assertMatch: "way frequency=something";
+  assertNoMatch: "way frequency=0"; /* DC */
+  assertNoMatch: "way frequency=16.7";
+  assertNoMatch: "way frequency=50";
+  assertNoMatch: "way frequency=680 kHz";
+  assertNoMatch: "way frequency=123.5 MHz";
+}
+
+way[gauge][gauge !~ /^([1-9][0-9]{1,3}(;[1-9][0-9]{1,3})*|broad|standard|narrow)$/] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+  assertMatch: "way gauge=something";
+  assertNoMatch: "way gauge=1435";
+  assertNoMatch: "way gauge=1000;1435";
+  assertNoMatch: "way gauge=standard";
+  assertNoMatch: "way gauge=narrow";
+}
+
+/* the numbers for percentage and degrees include could probably be bracketed a bit more precisely */
+way[incline][incline !~ /^(up|down|-?([0-9]+?(\.[1-9]%)?|100)[%°]?)$/] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+  suggestAlternative: "x%";
+  suggestAlternative: "x°";
+  suggestAlternative: "up";
+  suggestAlternative: "down";
+  assertMatch: "way incline=extreme";
+  assertNoMatch: "way incline=up";
+  assertNoMatch: "way incline=down";
+  assertNoMatch: "way incline=10%";
+  assertNoMatch: "way incline=-5%";
+  assertNoMatch: "way incline=10°";
+}
+
+/* see ticket #9631 */
+*[population][population !~ /^[0-9]+$/ ] {
+  throwWarning: tr("{0} must be a numeric value", "{0.key}");
+}
+
+/* must be an integer positive number only and not 0, see #10837 (lanes), #11055 (screen) */
+way[lanes][lanes !~ /^[1-9]([0-9]*)$/][highway],
+way["lanes:backward"]["lanes:backward" !~ /^[1-9]([0-9]*)$/][highway],
+way["lanes:forward"]["lanes:forward" !~ /^[1-9]([0-9]*)$/][highway],
+*[screen][screen !~ /^[1-9]([0-9]*)$/][amenity=cinema] {
+  throwError: tr("{0} must be a positive integer number", "{0.key}");
+  assertMatch: "way highway=residential lanes=-1";
+  assertMatch: "way highway=residential lanes=5.5";
+  assertMatch: "way highway=residential lanes=1;2";
+  assertMatch: "way highway=residential lanes:forward=-1";
+  assertMatch: "way highway=residential lanes:backward=-1";
+  assertNoMatch: "way highway=residential lanes=1";
+  assertMatch: "node amenity=cinema screen=led";
+  assertNoMatch: "node amenity=cinema screen=8";
+}
+*[admin_level][admin_level !~ /^(1|2|3|4|5|6|7|8|9|10|11|12)$/] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+  assertMatch: "node admin_level=0";
+  assertMatch: "node admin_level=-1";
+  assertMatch: "node admin_level=13";
+  assertNoMatch: "node admin_level=5";
+}
+
+/* #14989 */
+*[direction][direction<0],
+*[direction][direction>=360],
+*[direction][direction !~ /^([0-9][0-9]?[0-9]?|north|east|south|west|N|E|S|W|NE|SE|SW|NW|NNE|ENE|ESE|SSE|SSW|WSW|WNW|NNW|forward|backward|both|clockwise|anti-clockwise|anticlockwise|up|down)((-|;)([0-9][0-9]?[0-9]?|N|E|S|W|NE|SE|SW|NW|NNE|ENE|ESE|SSE|SSW|WSW|WNW|NNW))*$/] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+  assertMatch: "node direction=north-down";
+  assertMatch: "node direction=rome";
+  assertMatch: "node direction=C";
+  assertMatch: "node direction=NNNE";
+  assertMatch: "node direction=1360";
+  assertNoMatch: "node direction=NE-S"; /* ranges are used at tourism=viewpoint*/
+  assertMatch: "node direction=north-south"; /* ranges only in numbers or short NESW form */
+  assertMatch: "node direction=north-east"; /* if range use N-E, if single direcion use NE */
+  assertNoMatch: "node direction=0-360"; /* complete panorama view */
+  assertNoMatch: "node direction=45-100;190-250;300-360";
+  assertMatch: "node direction=45-100;190-250;300-";
+  assertNoMatch: "node direction=45-100;190-250;300";
+  assertNoMatch: "node direction=90;270";
+  assertNoMatch: "node direction=up"; 
+  assertNoMatch: "node direction=down"; /* up/down are replaced by incline tag, has separate warning */
+  assertMatch: "node direction=-10";
+  assertNoMatch: "node direction=0";
+  assertNoMatch: "node direction=45";
+  assertMatch: "node direction=360";
+  assertNoMatch: "node direction=N";
+  assertNoMatch: "node direction=NNE";
+  assertNoMatch: "node direction=west";
+  assertNoMatch: "node direction=forward";
+  assertNoMatch: "node direction=anti-clockwise";
+  assertNoMatch: "node direction=anticlockwise"; /* both spellings are in use and even wiki uses both */
+}
+
+/* #14786 (should be safe to just remove the meters unit from the value) */
+*[ele][ele =~ /^-?[0-9]+(\.[0-9]+)? ?m$/] {
+  throwWarning: tr("{0} must be a numeric value, in meters and without units", "{0.key}");
+  fixAdd: concat("ele=", trim(replace(tag("ele"), "m", "")));
+  set ele_meter_remove_autofix;
+  assertMatch: "node ele=12m";
+  assertMatch: "node ele=12 m";
+  assertNoMatch: "node ele=12km";
+  assertMatch: "node ele=12.1m";
+  assertMatch: "node ele=-12.1 m";
+  assertNoMatch: "node ele=12";
+  assertNoMatch: "node ele=high";
+}
+*[ele][ele =~ /^[0-9]+,[0-9][0-9]?$/] {
+  throwWarning: tr("unusual value of {0}: use . instead of , as decimal separator", "{0.key}");
+  fixAdd: concat("ele=", replace(tag("ele"), ",", "."));
+  set ele_separator_autofix;
+  assertMatch: "node ele=5,5";
+  assertMatch: "node ele=12,00";
+  assertNoMatch: "node ele=8,848"; /* wrongly used thousands separator */
+  assertNoMatch: "node ele=3,50,5";
+  assertNoMatch: "node ele=3.5";
+  assertNoMatch: "node ele=4";
+}
+*[ele][ele !~ /^-?[0-9]+(\.[0-9]+)?$/]!.ele_meter_remove_autofix!.ele_separator_autofix {
+  throwWarning: tr("{0} must be a numeric value, in meters and without units", "{0.key}");
+  assertNoMatch: "node ele=12m";
+  assertNoMatch: "node ele=12 m";
+  assertMatch: "node ele=12km";
+  assertNoMatch: "node ele=12.1m";
+  assertNoMatch: "node ele=-12.1 m";
+  assertNoMatch: "node ele=12";
+  assertMatch: "node ele=high";
+}
+
+/* #17530 */
+*[ele][ele =~ /^-?[0-9]+\.[0-9][0-9][0-9]+$/] {
+  throwWarning: tr("{0}", "{0.tag}");
+  group: tr("Unnecessary amount of decimal places");
+  fixAdd: concat("ele=", round(tag("ele")*100)/100);
+  assertNoMatch: "node ele=12";
+  assertNoMatch: "node ele=1.12";
+  assertMatch: "node ele=12.123";
+  assertMatch: "node ele=12.1234";
+  assertMatch: "node ele=-12.6789";
+  assertNoMatch: "node ele=12.123 m";
+  assertNoMatch: "node ele=high";
+}
+
+/* #15774 */
+node[fire_hydrant:pressure="#"] {
+  throwError: tr("unusual value of {0}", "{0.key}");
+}
+
+*[interval][interval !~ /^([0-9][0-9]?|[0-9][0-9]:[0-5][0-9](:[0-9][0-9])?)$/] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+  assertNoMatch: "way interval=5";
+  assertNoMatch: "way interval=20";
+  assertNoMatch: "way interval=00:05";
+  assertNoMatch: "way interval=00:05:00";
+  assertNoMatch: "way interval=03:00:00";
+  assertMatch: "way interval=123";
+  assertMatch: "way interval=0:5:0";
+  assertMatch: "way interval=00:65:00";
+}
+
+/* #15107 */
+*[aeroway=helipad  ][iata][iata!~/^[A-Z]{3}$/],
+*[aeroway=aerodrome][iata][iata!~/^[A-Z]{3}$/] {
+  throwWarning: tr("wrong value: {0}", "{1.tag}");
+  group: tr("Airport tagging");
+  assertNoMatch: "way aeroway=aerodrome iata=BER";
+  assertMatch: "way aeroway=aerodrome iata=BERL";
+  assertMatch: "way aeroway=aerodrome iata=BE";
+  assertMatch: "way aeroway=aerodrome iata=ber";
+}
+*[aeroway=helipad  ][icao][icao!~/^[A-Z]{4}$/],
+*[aeroway=aerodrome][icao][icao!~/^[A-Z]{4}$/] {
+  throwWarning: tr("wrong value: {0}", "{1.tag}");
+  group: tr("Airport tagging");
+  assertNoMatch: "way aeroway=aerodrome icao=EDDB";
+  assertMatch: "way aeroway=aerodrome icao=EDDBA";
+  assertMatch: "way aeroway=aerodrome icao=EDD";
+  assertMatch: "way aeroway=aerodrome icao=eddb";
+}
+*[aeroway=helipad  ][icao][icao!~/^(AG|AN|AY|BG|BI|BK|C|DA|DB|DF|DG|DI|DN|DR|DT|DX|EB|ED|EE|EF|EG|EH|EI|EK|EL|EN|EP|ES|ET|EV|EY|FA|FB|FC|FD|FE|FG|FH|FI|FJ|FK|FL|FM|FN|FO|FP|FQ|FS|FT|FV|FW|FX|FY|FZ|GA|GB|GC|GE|GF|GG|GL|GM|GO|GQ|GS|GU|GV|HA|HB|HC|HD|HE|HH|HK|HL|HR|HS|HT|HU|K|LA|LB|LC|LD|LE|LF|LG|LH|LI|LJ|LK|LL|LM|LN|LO|LP|LQ|LR|LS|LT|LU|LV|LW|LX|LY|LZ|MB|MD|MG|MH|MK|MM|MN|MP|MR|MS|MT|MU|MW|MY|MZ|NC|NF|NG|NI|NL|NS|NT|NV|NW|NZ|OA|OB|OE|OI|OJ|OK|OL|OM|OO|OP|OR|OS|OT|OY|PA|PB|PC|PF|PG|PH|PJ|PK|PL|PM|PO|PP|PT|PW|RC|RJ|RK|RO|RP|SA|SB|SC|SD|SE|SF|SG|SH|SI|SJ|SK|SL|SM|SN|SO|SP|SS|SU|SV|SW|SY|TA|TB|TD|TF|TG|TI|TJ|TK|TL|TN|TQ|TR|TT|TU|TV|TX|U|UA|UB|UC|UD|UG|UK|UM|UT|VA|VC|VD|VE|VG|VH|VI|VL|VM|VN|VO|VQ|VR|VT|VV|VY|WA|WB|WI|WM|WP|WQ|WR|WS|Y|Z|ZK|ZM)/],
+*[aeroway=aerodrome][icao][icao!~/^(AG|AN|AY|BG|BI|BK|C|DA|DB|DF|DG|DI|DN|DR|DT|DX|EB|ED|EE|EF|EG|EH|EI|EK|EL|EN|EP|ES|ET|EV|EY|FA|FB|FC|FD|FE|FG|FH|FI|FJ|FK|FL|FM|FN|FO|FP|FQ|FS|FT|FV|FW|FX|FY|FZ|GA|GB|GC|GE|GF|GG|GL|GM|GO|GQ|GS|GU|GV|HA|HB|HC|HD|HE|HH|HK|HL|HR|HS|HT|HU|K|LA|LB|LC|LD|LE|LF|LG|LH|LI|LJ|LK|LL|LM|LN|LO|LP|LQ|LR|LS|LT|LU|LV|LW|LX|LY|LZ|MB|MD|MG|MH|MK|MM|MN|MP|MR|MS|MT|MU|MW|MY|MZ|NC|NF|NG|NI|NL|NS|NT|NV|NW|NZ|OA|OB|OE|OI|OJ|OK|OL|OM|OO|OP|OR|OS|OT|OY|PA|PB|PC|PF|PG|PH|PJ|PK|PL|PM|PO|PP|PT|PW|RC|RJ|RK|RO|RP|SA|SB|SC|SD|SE|SF|SG|SH|SI|SJ|SK|SL|SM|SN|SO|SP|SS|SU|SV|SW|SY|TA|TB|TD|TF|TG|TI|TJ|TK|TL|TN|TQ|TR|TT|TU|TV|TX|U|UA|UB|UC|UD|UG|UK|UM|UT|VA|VC|VD|VE|VG|VH|VI|VL|VM|VN|VO|VQ|VR|VT|VV|VY|WA|WB|WI|WM|WP|WQ|WR|WS|Y|Z|ZK|ZM)/] {
+  throwWarning: tr("wrong value: {0}", "{1.tag}");
+  group: tr("Airport tagging");
+  assertNoMatch: "way aeroway=aerodrome icao=EDDB";
+  assertMatch: "way aeroway=aerodrome icao=EQQQ";
+}
+
+/* #18573 */
+*[isced:level][isced:level !~ /^(0|1|2|3|4|5|6|7|8)((;|-)(1|2|3|4|5|6|7|8))*$/] {
+  throwWarning: tr("unusual value of {0}", "{0.key}");
+  assertMatch: "node isced:level=secondary";
+  assertMatch: "node isced:level=0,1,2,3";
+  assertMatch: "node isced:level=9";
+  assertMatch: "node isced:level=10";
+  assertNoMatch: "node isced:level=0;1;2;3";
+  assertNoMatch: "node isced:level=0";
+  assertNoMatch: "node isced:level=5";
+  assertNoMatch: "node isced:level=0-3";
+}
Index: /trunk/resources/data/validator/relation.mapcss
===================================================================
--- /trunk/resources/data/validator/relation.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/relation.mapcss	(revision 16006)
@@ -0,0 +1,43 @@
+/* relation types */
+
+relation[!type] {
+  throwError: tr("relation without type");
+  assertMatch: "relation name=Foo";
+  assertNoMatch: "relation type=route name=Foo";
+}
+
+/* from http://wiki.openstreetmap.org/wiki/Types_of_relation */
+/* see also #9071 */
+relation[type=route][!route],
+relation[type=route_master][!route_master],
+relation[type=restriction][!/^restriction/], /* see #11586 */
+relation[type=boundary][!boundary][!disused:boundary],
+relation[type=public_transport][!public_transport],
+relation[type=waterway][!waterway],
+relation[type=enforcement][!enforcement] {
+  throwWarning: tr("{0} relation without {0} tag", "{1.key}");
+  group: tr("missing tag");
+  assertMatch: "relation type=route";
+  assertNoMatch: "relation type=route route=train";
+  assertMatch: "relation type=route_master";
+  assertNoMatch: "relation type=route_master route_master=train";
+  assertMatch: "relation type=restriction";
+  assertNoMatch: "relation type=restriction restriction=no_left_turn";
+  assertMatch: "relation type=boundary";
+  assertNoMatch: "relation type=boundary boundary=administrative";
+  assertNoMatch: "relation type=site site=administrative";
+  assertMatch: "relation type=public_transport";
+  assertNoMatch: "relation type=public_transport public_transport=stop_area";
+  assertMatch: "relation type=waterway";
+  assertNoMatch: "relation type=waterway waterway=river";
+  assertMatch: "relation type=enforcement";
+  assertNoMatch: "relation type=enforcement enforcement=maxspeed";
+}
+
+/* #15208, #16242 */
+relation[type=route][route=mtb    ] > way[bicycle=no],
+relation[type=route][route=bicycle] > way[bicycle=no],
+relation[type=route][route=mtb    ] > way[bicycle=use_sidepath],
+relation[type=route][route=bicycle] > way[bicycle=use_sidepath] { 
+  throwWarning: tr("way with {0} is part of a bicycle route relation", "{0.tag}");
+}
Index: /trunk/resources/data/validator/religion.mapcss
===================================================================
--- /trunk/resources/data/validator/religion.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/religion.mapcss	(revision 16006)
@@ -0,0 +1,37 @@
+/* absent/unknown denomination (ticket #7811) */
+
+*[religion =~ /^(christian|jewish|muslim)$/][!denomination][type!=route] {
+  throwOther: tr("religion without denomination");
+  group: tr("missing tag");
+  assertMatch: "node religion=christian";
+  assertNoMatch: "node religion=christian denomination=catholic";
+  assertNoMatch: "node religion=foobar";
+}
+
+*[religion=christian][denomination][denomination !~ /^(anglican|apostolic|baptist|catholic|church_of_scotland|christian_community|christian_scientist|coptic_orthodox|czechoslovak_hussite|dutch_reformed|evangelical|foursquare|greek_catholic|greek_orthodox|iglesia_ni_cristo|jehovahs_witness|kabbalah|karaite|living_waters_church|lutheran|maronite|mennonite|methodist|mormon|new_apostolic|nondenominational|old_catholic|orthodox|pentecostal|presbyterian|protestant|quaker|reformed|roman_catholic|romanian_orthodox|russian_orthodox|salvation_army|serbian_orthodox|seventh_day_adventist|spiritist|united|united_reformed|united|united_methodist|united_reformed|uniting)$/] {
+  throwOther: tr("unknown christian denomination");
+  assertMatch: "node religion=christian denomination=foobar";
+  assertNoMatch: "node religion=christian denomination=catholic";
+  assertNoMatch: "node religion=christian";
+}
+
+*[religion=muslim][denomination][denomination !~ /^(alaouite|druze|ibadi|ismaili|nondenominational|shia|sunni)$/] {
+  throwOther: tr("unknown muslim denomination");
+  assertMatch: "node religion=muslim denomination=foobar";
+  assertNoMatch: "node religion=muslim denomination=alaouite";
+  assertNoMatch: "node religion=muslim";
+}
+
+*[religion=jewish][denomination][denomination !~ /^(alternative|ashkenazi|conservative|hasidic|humanistic|liberal|modern_orthodox|neo_orthodox|nondenominational|orthodox|progressive|reconstructionist|reform|renewal|samaritan|ultra_orthodox)$/] {
+  throwOther: tr("unknown jewish denomination");
+  assertMatch: "node religion=jewish denomination=foobar";
+  assertNoMatch: "node religion=jewish denomination=alternative";
+  assertNoMatch: "node religion=jewish";
+}
+
+*[religion=catholic] {
+  throwWarning: tr("{0}", "{0.tag}");
+  suggestAlternative: "religion=christian + denomination=catholic";
+  fixChangeKey: "religion => denomination";
+  fixAdd: "religion=christian";
+}
Index: /trunk/resources/data/validator/territories.mapcss
===================================================================
--- /trunk/resources/data/validator/territories.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/territories.mapcss	(revision 16006)
@@ -0,0 +1,45 @@
+/* see ticket #12914 -- Discourage contributors to use operator=ERDF in France. */
+*[operator=ERDF][inside("FR")] {
+  throwWarning: tr("{0} is deprecated", "{0.tag}");
+  suggestAlternative: "operator=Enedis";
+  group: tr("deprecated tagging");
+  fixAdd: "operator=Enedis";
+}
+
+/* #13932, #15283 */
+*[addr:street =~ /(?i).*Strasse.*/][addr:street !~ /(?i).*Strasser.*/][inside("DE,AT")],
+*[name =~ /(?i).*Strasse.*/][name !~ /(?i).*Strasser.*/][inside("DE,AT")] {
+  throwError: tr("street name contains ss");
+  assertMatch: "way name=Hauptstrasse";
+  assertNoMatch: "way name=Hauptstraße";
+  assertNoMatch: "way name=Kapitän-Strasser-Straße";
+  assertNoMatch: "way name=Peter-Strasser-Platz";
+  
+}
+*[addr:street =~ /(?i).*Straße.*/][inside("LI,CH")],
+*[name =~ /(?i).*Straße.*/][inside("LI,CH")] {
+  throwError: tr("street name contains ß");
+  assertMatch: "way name=Hauptstraße";
+  assertNoMatch: "way name=Hauptstrasse";
+}
+
+/* #17484 */
+relation[type=associatedStreet][inside("DE")] {
+  throwWarning: tr("{0} is deprecated in {1}", "{0.tag}", "Deutschland");
+  suggestAlternative: "addr:street";
+  group: tr("deprecated tagging");
+}
+
+/* #15107 */
+*[aeroway=helipad  ][!faa][inside("US")],
+*[aeroway=aerodrome][!faa][inside("US")] {
+  throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
+  group: tr("Airport tagging");
+}
+*[aeroway=aerodrome][!icao][faa!~/\d/][inside("US")],
+*[aeroway=aerodrome][!iata][faa!~/\d/][inside("US")] {
+  throwOther: tr("{0} without {1}", "{0.tag}", "{1.key}");
+  group: tr("Airport tagging");
+  assertNoMatch: "way aeroway=aerodrome faa=OK12";
+  assertMatch: "way aeroway=aerodrome faa=ORD";
+}
Index: /trunk/resources/data/validator/unnecessary.mapcss
===================================================================
--- /trunk/resources/data/validator/unnecessary.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/unnecessary.mapcss	(revision 16006)
@@ -0,0 +1,177 @@
+*[access][highway=proposed],
+*[motor_vehicle?][!vehicle][!access][bicycle_road!=yes][highway =~ /^(motorway|motorway_link|trunk|trunk_link|primary|primary_link|secondary|secondary_link|tertiary|tertiary_link|unclassified|residential|service|living_street)$/],
+*[bridge=no],
+*[building=no],
+*[elevation="0"],
+*[layer="0"] {
+  /* see #9365 - Useless tag layer=0 */
+  throwWarning: tr("{0} is unnecessary", "{0.tag}");
+  group: tr("unnecessary tag");
+  fixRemove: "{0.key}";
+  assertMatch: "way layer=0";
+  assertMatch: "way bridge=no";
+  assertMatch: "way highway=proposed access=no";
+  assertMatch: "way highway=motorway motor_vehicle=yes";
+  assertNoMatch: "way highway=motorway access=no motor_vehicle=yes";
+}
+
+area:closed[amenity ][area?][!highway],
+area:closed[building][area?],
+area:closed[landuse ][area?][!highway],
+area:closed[leisure ][area?][!highway][leisure!=track][leisure!=slipway],
+area:closed[natural ][area?],
+area:closed[shop    ][area?] {
+  throwWarning: tr("{0} is unnecessary for {1}", "{2.key}", "{1.key}");
+  group: tr("unnecessary tag");
+  fixRemove: "{2.key}";
+}
+
+/* #14256, #15664 */
+area:closed[highway=rest_area][area?],
+area:closed[highway=services][area?],
+area:closed[aeroway=aerodrome][area?],
+area:closed[aeroway=helipad][area?] {
+  throwWarning: tr("{0} is unnecessary for {1}", "{2.key}", "{1.tag}");
+  group: tr("unnecessary tag");
+  fixRemove: "{2.key}";
+}
+
+/* #9257, #17482 */
+way[foot =~ /^(yes|designated)$/][highway =~ /^(footway|pedestrian)$/][!access],
+way[bicycle =~ /^(yes|designated)$/][highway=cycleway][!vehicle][!access][foot!=designated],
+*[gnis:Class="Populated Place"][place=city],
+*[gnis:Class="Populated Place"][place=town],
+*[gnis:Class="Populated Place"][place=village],
+*[gnis:Class="Populated Place"][place=hamlet],
+*[gnis:Class=Summit][natural=peak] {
+  throwWarning: tr("{0} is unnecessary for {1}", "{0.tag}", "{1.tag}");
+  group: tr("unnecessary tag");
+  fixRemove: "{0.key}";
+  assertMatch: "way highway=pedestrian foot=designated";
+  assertNoMatch: "way highway=pedestrian access=no foot=designated";
+  assertMatch: "node gnis:Class=\"Populated Place\" place=village";
+  assertNoMatch: "node gnis:Class=\"Populated Place\" place=locality";
+}
+
+*[emergency=permissive] {
+  /* see #9458 - emergency=permissive makes no sense */
+  throwWarning: tr("{0} makes no sense", "{0.tag}");
+  fixAdd: "emergency=yes";
+  assertMatch: "way emergency=permissive";
+  assertNoMatch: "way emergency=designated";
+}
+
+/* see ticket #7639 -- Warn when a node has the same tags as its parent way. */
+way >:sameTags node:tagged {
+  throwWarning: tr("Nodes duplicating parent way tags");
+}
+
+/* #15477 */
+*[payment:cash][payment:coins][payment:notes] {
+  throwWarning: tr("{0} together with {1} and {2}. Remove {0}.", "{0.key}", "{1.key}", "{2.key}");
+  group: tr("unnecessary tag");
+  fixRemove: "payment:cash";
+}
+
+/* see #10346, #15667 */
+way[waterway][oneway?] {
+  throwWarning: tr("{0} is unnecessary for {1}", "{1.key}", "{0.key}");
+  group: tr("unnecessary tag");
+  fixRemove: "{1.key}";
+}
+way[waterway][oneway=-1] {
+  throwWarning: tr("{0} is unnecessary for {1}. The flow direction is defined by the way direction.", "{1.key}", "{0.key}");
+  group: tr("unnecessary tag");
+}
+
+/* #15774 */
+node[emergency=fire_hydrant][fire_hydrant:count=1] {
+  throwWarning: tr("{0} is unnecessary for {1}", "{1.tag}", "{0.tag}");
+  group: tr("unnecessary tag");
+  fixRemove: "{1.key}";
+}
+
+/* #17100, #17471, #17629, #17633 */
+*[name][name=~/^(?i)(parc|park)$/][leisure=park],
+*[name][name=~/^(?i)(pond)$/][water=pond],
+*[name][name=~/^(?i)(chapel|chapelle|kapelle)$/][building=chapel],
+*[name][name=~/^(?i)(church|église|biserica)$/][amenity=place_of_worship][religion=christian],
+*[name][name=~/^(?i)(mosque|cami|masjid|مسجد)$/][amenity=place_of_worship][religion=muslim],
+*[name][name=~/^(?i)(parking|parkplatz)$/][amenity=parking],
+*[name][name=~/^(?i)(post office)$/][amenity=post_office],
+*[name][name=~/^(?i)(restaurant)$/][amenity=restaurant],
+*[name][name=~/^(?i)(toilets?)$/][amenity=toilets],
+*[name][name=~/^(?i)(playground|spielplatz)$/][leisure=playground],
+*[name][name=~/^(?i)(shop|boutique)$/][shop][shop!=no],
+*[name][name=~/^(?i)(building|bangunan)$/][building][building!=no],
+*[name][name=~/^(?i)(house|casa|maison|rumah|vivienda)$/][building=house],
+*[name][name=~/^(?i)(kiosk)$/][shop=kiosk],
+*[name][name=~/^(?i)(path)$/][highway=path],
+*[name][name=~/^(?i)(jalan)$/][highway],
+*[name][name=~/^(?i)(silo)$/][man_made=silo],
+*[name][name=~/^(?i)(silo)$/][building=silo],
+*[name][name=~/^(?i)(cemetery|cementerio|cimetière|cmentarz|friedhof)$/][amenity=grave_yard],
+*[name][name=~/^(?i)(cemetery|cementerio|cimetière|cmentarz|friedhof)$/][landuse=cemetery],
+*[name][name=~/^(?i)(monument aux morts|war memorial)$/][historic=memorial][memorial=war_memorial],
+*[name][name=~/^(?i)(school|école|Школа)$/][building=school],
+*[name][name=~/^(?i)(school|école|Школа)$/][amenity=school],
+*[name][name=~/^(?i)(école élémentaire)$/][amenity=school]["school:FR"="élémentaire"],
+*[name][name=~/^(?i)(école maternelle)$/][amenity=school]["school:FR"="maternelle"],
+*[name][name=~/^(?i)(école primaire)$/][amenity=school]["school:FR"="primaire"],
+*[name][name=~/^(?i)(collège)$/][amenity=school]["school:FR"="collège"],
+*[name][name=~/^(?i)(lycée)$/][amenity=school]["school:FR"="lycée"],
+*[name][name=~/^(?i)(Аптека|farmacia|pharmacy|pharmacie)$/][amenity=pharmacy],
+*[name][name=~/^(?i)(hydrant)$/][emergency=fire_hydrant],
+*[name][name=~/^(?i)(АГЗС|АЗС)$/][amenity=fuel] {
+  throwWarning: tr("{0}", "{0.tag}");
+  group: tr("descriptive name");
+  fixRemove: "name";
+  assertMatch: "node name=parking amenity=parking";
+  assertMatch: "node name=Parking amenity=parking";
+  assertNoMatch: "node name=Parking_with_suffix amenity=parking";
+  assertNoMatch: "node name=Megaparking amenity=parking";
+  assertMatch: "relation name=parking amenity=parking type=multipolygon";
+  assertMatch: "relation name=Parking amenity=parking type=multipolygon";
+  assertNoMatch: "way name=parking";
+  assertMatch: "relation name=PLAYGROUND leisure=playground type=multipolygon";
+  assertMatch: "node name=PLaYGrOUNd leisure=playground";
+  assertMatch: "node name=shop shop=whatever";
+  assertNoMatch: "node name=shop shop=no";
+  assertNoMatch: "way name=shop leisure=playground";
+  assertMatch: "way name=building building=yes";
+  assertMatch: "way name=building building=house";
+  assertMatch: "way name=Rumah building=house";
+  assertNoMatch: "way name=Rumah building=yes";
+  assertMatch: "way name=house building=house";
+  assertNoMatch: "way name=house building=yes";
+  assertMatch: "way name=kiosk building=yes shop=kiosk";
+  assertNoMatch: "way name=kiosk building=yes";
+  assertMatch: "way name=silo man_made=silo";
+  assertMatch: "way name=Silo man_made=silo building=silo";
+  assertMatch: "way name=Silo building=silo";
+  assertMatch: "way name=cemetery amenity=grave_yard";
+  assertMatch: "way name=Cmentarz amenity=grave_yard";
+  assertNoMatch: "way name=kiosk amenity=grave_yard";
+}
+*[name][name=~/^(?i)(school|école|Школа)$/][building][building!=school][building!=no],
+*[name][name=~/^(?i)(house|casa|rumah|vivienda)$/][building][building!=house][building!=no] {
+  throwWarning: tr("{0}", "{0.tag}");
+  group: tr("descriptive name");
+  /* without fixRemove to avoid possible information loss */
+  assertNoMatch: "way name=building building=yes";
+  assertNoMatch: "way name=building building=house";
+  assertNoMatch: "way name=Rumah building=house";
+  assertMatch: "way name=Rumah building=yes";
+  assertNoMatch: "way name=house building=house";
+  assertMatch: "way name=house building=yes";
+}
+
+/* #2760 */
+*[/^(gpx|gpxx|gpxd):/] {
+  throwWarning: tr("{0} should not be uploaded", "{0.key}");
+  group: tr("unnecessary tag");
+  fixRemove: "{0.key}";
+  assertMatch: "node gpx:time=2018-01-01T12:00:00Z";
+  assertMatch: "node gpxd:color=#FF0000";
+  assertNoMatch: "node source=gpx:foo";
+}
Index: /trunk/resources/data/validator/wikipedia.mapcss
===================================================================
--- /trunk/resources/data/validator/wikipedia.mapcss	(revision 16006)
+++ /trunk/resources/data/validator/wikipedia.mapcss	(revision 16006)
@@ -0,0 +1,153 @@
+/* validation for the wikipedia=* tag - see tickets #8383, #14425, #18251 */
+
+/* If there is no language at all, this is broken. Also catches 'wikipedia' used as 'email', 'website', 'ele' [sic!] ... */
+*[wikipedia][wikipedia !~ /(?i)^[-a-z]{2,12}:/] {
+  throwError: tr("wikipedia tag has no language given, use ''wikipedia''=''language:page title''");
+  assertMatch: "node wikipedia=Foobar";
+  assertNoMatch: "node wikipedia=en:Foobar";
+  assertNoMatch: "node wikipedia=en-GB:Foobar";
+}
+
+/* Valid languages are extracted from <https://www.wikidata.org/w/api.php?action=sitematrix&formatversion=2>, which may change, so this is a warning only. */
+*[wikipedia =~ /(?i)^[-a-z]{2,12}:/][wikipedia !~ /^https?:\/\//][wikipedia !~ /^(ab|ace|ady|af|ak|als|am|an|ang|ar|arc|arz|as|ast|atj|av|ay|az|azb|ba|ban|bar|bat-smg|bcl|be|be-x-old|bg|bh|bi|bjn|bm|bn|bo|bpy|br|bs|bug|bxr|ca|cbk-zam|cdo|ce|ceb|ch|chr|chy|ckb|co|cr|crh|cs|csb|cu|cv|cy|da|de|din|diq|dsb|dty|dv|dz|ee|el|eml|en|eo|es|et|eu|ext|fa|ff|fi|fiu-vro|fj|fo|fr|frp|frr|fur|fy|ga|gag|gan|gcr|gd|gl|glk|gn|gom|gor|got|gu|gv|ha|hak|haw|he|hi|hif|hr|hsb|ht|hu|hy|hyw|ia|id|ie|ig|ik|ilo|inh|io|is|it|iu|ja|jam|jbo|jv|ka|kaa|kab|kbd|kbp|kg|ki|kk|kl|km|kn|ko|koi|krc|ks|ksh|ku|kv|kw|ky|la|lad|lb|lbe|lez|lfn|lg|li|lij|lmo|ln|lo|lrc|lt|ltg|lv|mai|map-bms|mdf|mg|mhr|mi|min|mk|ml|mn|mnw|mr|mrj|ms|mt|mwl|my|myv|mzn|na|nah|nap|nds|nds-nl|ne|new|nl|nn|no|nov|nqo|nrm|nso|nv|ny|oc|olo|om|or|os|pa|pag|pam|pap|pcd|pdc|pfl|pi|pih|pl|pms|pnb|pnt|ps|pt|qu|rm|rmy|rn|ro|roa-rup|roa-tara|ru|rue|rw|sa|sah|sat|sc|scn|sco|sd|se|sg|sh|shn|si|simple|sk|sl|sm|sn|so|sq|sr|srn|ss|st|stq|su|sv|sw|szl|szy|ta|tcy|te|tet|tg|th|ti|tk|tl|tn|to|tpi|tr|ts|tt|tum|tw|ty|tyv|udm|ug|uk|ur|uz|ve|vec|vep|vi|vls|vo|wa|war|wo|wuu|xal|xh|xmf|yi|yo|za|zea|zh|zh-classical|zh-min-nan|zh-yue|zu):/] {
+  throwWarning: tr("wikipedia tag has an unknown language prefix");
+  assertMatch: "node wikipedia=X-Y-Z:Foobar";
+  assertNoMatch: "node wikipedia=en:Foobar";
+}
+
+*[wikipedia =~ /^https?:\/\//],
+*[wikipedia =~ /(?i)^[-a-z]{2,12}:https?:\/\//] {
+  throwWarning: tr("wikipedia tag format is deprecated");
+  suggestAlternative: tr("''wikipedia''=''language:page title''");
+  group: tr("deprecated tagging");
+  assertMatch: "node wikipedia=http://en.wikipedia.org/wiki/OpenStreetMap";
+  assertNoMatch: "node wikipedia=en:OpenStreetMap";
+}
+
+*[wikipedia =~ /^be-x-old:/] {
+  throwWarning: tr("wikipedia ''{0}'' language is obsolete, use ''{1}'' instead", "be-x-old", "be-tarask");
+  fixAdd: concat("wikipedia=be-tarask:", get(regexp_match("^be-x-old:(.+)$", tag("wikipedia")),1));
+  assertMatch: "node wikipedia=be-x-old:foo";
+  assertNoMatch: "node wikipedia=abe-x-old:foo";
+}
+
+*[wikipedia =~ /^cz:/] {
+  throwWarning: tr("wikipedia ''{0}'' language is invalid, use ''{1}'' instead", "cz", "cs");
+  fixAdd: concat("wikipedia=cs:", get(regexp_match("^cz:(.+)$", tag("wikipedia")),1));
+  assertMatch: "node wikipedia=cz:foo";
+  assertNoMatch: "node wikipedia=en:cz:foo";
+}
+
+*[wikimedia_commons =~ /%[0-9A-F][0-9A-F]/] {
+  throwError: tr("{0} tag should not have URL-encoded values like ''%27''", "{0.key}");
+  fixAdd: concat("wikimedia_commons=", trim(replace(URL_decode(tag("wikimedia_commons")), "_", " ")));
+  assertMatch: "node wikimedia_commons=File:Foo%27s";
+  assertNoMatch: "node wikimedia_commons=File:Foo";
+}
+
+*[wikipedia =~ /(?i)^[-a-z]{2,12}:.*%[0-9A-F][0-9A-F]/] {
+  throwError: tr("{0} tag should not have URL-encoded values like ''%27''", "{0.key}");
+  fixAdd: concat("wikipedia=", get(regexp_match("(?i)^([-a-z]+:)(.*)$", tag("wikipedia")),1), trim(replace(URL_decode(get(regexp_match("(?i)^([-a-z]+:)(.+)$", tag("wikipedia")),2)), "_", " ")));
+  assertMatch: "node wikipedia=en:Foo%27s";
+  assertNoMatch: "node wikipedia=en:Foo";
+}
+
+*[/^wikipedia:[-a-z]{2,12}$/][/^wikipedia:[-a-z]{2,12}$/ =~ /(?i).*%[0-9A-F][0-9A-F]/] {
+  throwError: tr("{0} tag should not have URL-encoded values like ''%27''", "{0.key}");
+  /* fixAdd: concat("{0.key}", "=", get(regexp_match("(?i)^([-a-z]+:)(.*)$", tag("{0.key}")),1), trim(replace(URL_decode(get(regexp_match("(?i)^([-a-z]+:)(.+)$", tag("{0.key}")),2)), "_", " "))); */
+    /* tag("{0.key}") is not yet supported */
+  assertMatch: "node wikipedia:de=Foo%27s";
+  assertNoMatch: "node wikipedia:de=Foo";
+}
+
+*[wikipedia =~ /(?i)^[-a-z]{2,12}: /] {
+  throwWarning: tr("wikipedia title should not start with a space after language code");
+  fixAdd: concat("wikipedia=", get(regexp_match("(?i)^([-a-z]+:)(.*)$", tag("wikipedia")),1), trim(get(regexp_match("(?i)^([-a-z]+:)(.*)$", tag("wikipedia")),2)));
+  assertMatch: "node wikipedia=en: foo";
+  assertNoMatch: "node wikipedia=en:foo";
+}
+
+*[wikipedia =~ /(?i)^[-a-z]{2,12}:wiki\//] { 
+  throwWarning: tr("wikipedia title should not have ''{0}'' prefix", "wiki/");
+  fixAdd: concat("wikipedia=", get(regexp_match("(?i)^([-a-z]+:)wiki/(.*)$", tag("wikipedia")),1), trim(get(regexp_match("(?i)^([-a-z]+:)wiki/(.*)$", tag("wikipedia")),2)));
+  assertMatch: "node wikipedia=en:wiki/foo";
+  assertNoMatch: "node wikipedia=en:foo";
+}
+
+/* All wikipedias except "jbo" automatically capitalize first letter of the page title.
+   To see the latest list, see <https://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php>
+   and look for 'wgCapitalLinks' setting. */
+*[wikipedia =~ /^[-a-zA-Z]{2,12}:\p{Ll}/][wikipedia !~ /^jbo:/][wikipedia !~ /(?i)^[-a-z]{2,12}:https?:/] {
+  throwWarning: tr("wikipedia page title should have first letter capitalized");
+  fixAdd: concat("wikipedia=", get(regexp_match("(?i)^([-a-z]+:)(.)(.*)$", tag("wikipedia")),1), upper(get(regexp_match("(?i)^([-a-z]+:)(.)(.*)$", tag("wikipedia")),2)), get(regexp_match("(?i)^([-a-z]+:)(.)(.*)$", tag("wikipedia")),3));
+  assertMatch: "node wikipedia=en:foo";
+  assertNoMatch: "node wikipedia=en:Foo";
+  assertMatch: "node wikipedia=ru:абв";
+  assertNoMatch: "node wikipedia=ru:Абв";
+}
+
+*[wikipedia =~ /(?i)^[-a-z]{2,12}:.*_/][wikipedia !~ /(?i)^[-a-z]{2,12}:https?:/] {
+  throwWarning: tr("wikipedia page title should have spaces instead of underscores (''_''→'' '')");
+  fixAdd: concat("wikipedia=", get(regexp_match("(?i)^([-a-z]+:)(.+)$", tag("wikipedia")),1), trim(replace(get(regexp_match("(?i)^([-a-z]+:)(.+)$", tag("wikipedia")),2), "_", " ")));
+  assertMatch: "node wikipedia=en:foo_bar";
+  assertNoMatch: "node wikipedia=en:foo bar";
+}
+
+*[wikipedia ^= "da:da:"],
+*[wikipedia ^= "da:dk:"],
+*[wikipedia ^= "de:de:"],
+*[wikipedia ^= "dk:dk:"],
+*[wikipedia ^= "en:de:"],
+*[wikipedia ^= "en:en:"],
+*[wikipedia ^= "en:es:"],
+*[wikipedia ^= "en:eu:"],
+*[wikipedia ^= "en:fr:"],
+*[wikipedia ^= "en:ja:"],
+*[wikipedia ^= "en:pl:"],
+*[wikipedia ^= "en:pt:"],
+*[wikipedia ^= "en:zh:"],
+*[wikipedia ^= "es:es:"],
+*[wikipedia ^= "eu:eu:"],
+*[wikipedia ^= "fr:fr:"],
+*[wikipedia ^= "ja:ja:"],
+*[wikipedia ^= "pl:en:"],
+*[wikipedia ^= "pl:pl:"],
+*[wikipedia ^= "pt:pt:"],
+*[wikipedia ^= "ru:fr:"],
+*[wikipedia ^= "ru:ru:"],
+*[wikipedia ^= "zh:zh:"] {
+  throwWarning: tr("wikipedia language seems to be duplicated, e.g. en:en:Foo");
+  fixAdd: concat("wikipedia=", get(regexp_match("(?i)^([-a-z]+:)([-a-z]+:)(.*)$", tag("wikipedia")),2), trim(get(regexp_match("(?i)^([-a-z]+:)([-a-z]+:)(.*)$", tag("wikipedia")),3)));
+  assertMatch: "node wikipedia=en:en:Foo";
+  assertMatch: "node wikipedia=en:fr:Foo";
+  assertNoMatch: "node wikipedia=en:Bar";
+}
+
+/* Detect invalid wikidata tags */
+*[wikidata][wikidata !~ /^Q[1-9][0-9]{0,8}$/] {
+  throwError: tr("wikidata tag must be in Qnnnn format, where n is a digit");
+  assertMatch: "node wikidata=a";
+  assertMatch: "node wikidata=Q";
+  assertMatch: "node wikidata=Q0";
+  assertMatch: "node wikidata=Q0123";
+  assertNoMatch: "node wikidata=Q123";
+  assertNoMatch: "node wikidata=Q1";
+}
+
+/* Wikipedia without wikidata */
+*[wikipedia][!wikidata] {
+  throwOther: tr("wikipedia tag is set, but there is no wikidata tag. Wikipedia plugin might help with wikidata id lookups");
+  group: tr("missing tag");
+  assertMatch: "node wikipedia=a";
+  assertNoMatch: "node wikipedia=a wikidata=Q123";
+  assertNoMatch: "node wikidata=Q1";
+  assertNoMatch: "node foo=bar";
+}
+
+/* Wikipedia:lang without wikipedia */
+*[!wikipedia][/^wikipedia:/] {
+  throwWarning: tr("''{0}'' tag is set, but no ''{1}'' tag. Make sure to set ''wikipedia=language:value'' for the main article and optional ''wikipedia:language=value'' only for additional articles that are not just other language variants of the main article.", "{1.key}", "{0.key}");
+  assertMatch: "node wikipedia:en=a";
+  assertNoMatch: "node wikipedia=a wikipedia:en=b";
+  assertNoMatch: "node wikipedia=Foo";
+}
Index: /trunk/resources/data/validator/words.cfg
===================================================================
--- /trunk/resources/data/validator/words.cfg	(revision 16006)
+++ /trunk/resources/data/validator/words.cfg	(revision 16006)
@@ -0,0 +1,309 @@
+# NOTE: Order *is* significant, case also.
+#
+# special symbols, must be first character:
+#  # Comment
+#  + correctly spelled key
+#  - incorrectly spelled key. Must follow correctly spelled key before next correctly spelled key.
+#
+# There must not be any white space before or after words, unless they are to be included in
+# the bad spelling.
+# There is no need to add bad spelling with different upper/lower case for keys 
+#   which appear in the presets or the ignoreTags.cfg (prefixes E: and K:)
+# There is no need to add bad spelling with leading or trailing blanks.
+
++abutters
+-abuters
+-abbutter
+-abbutters
+-abuttors
+-abuutters
+-ubutters
++amenity
+-ameninty
+-amienty
+-amienity
+-amenitzy
+-amenety
+-amenitry
+-amnity
+-amentiy
+-aminity
+-amneity
+-amnenity
+-aminety
+-amentity
+-ammenity
+-ameinty
+-anemity
+-amemity
+-ameity
+-amenty
+-maenity
+-emenity
++barrier
+-barier
++bicycle
+-bycycle
+-biycle
+-bycicle
+-bicyle
+-cycle
+-bike
+-bikes
++commercial
+-comercial
++denomination
+-denonimation
+-denomionation
+-denomation
+-demonination
+-demomination
+-denomition
+-denomincation
+-denominatation
+-denoination
++foot
+-foor
++height
+-hieght
++highway
+-higwhay
+-highways
+-highwaay
+-huighway
+-highwayt
+-ghway
+-highaway
+-highwway
+-ighway
+-higjway
+-hioghway
+-hiway
+-hihjway
+-higheway
+-hughway
+-hihgway
+-higoway
+-highwat
+-highwah
+-gighway
+-higyway
+-hichway
+-hingway
+-hhighway
+-highwayu
+-hyighway
+-hiughway
+-highwya
+-hifhway
+-hihway
+-hifgway
+-highjway
+-highwy
+-hgihway
+-highawy
+-highwau
+-highay
+-higbway
+-hignway
+-higway
+-highwayx
+-hoghway
+-highwa
+-hghway
++image
+-imaqge
++layer
+-leyer
+-lyaer
++leisure
+-leissure
+-leiruse
+-lesure
+-liesure
+-lieusure
+-lesiure
+-leasure
++name
+-nane
+-nme
+-namee
+-nname
+-naem
+-nmae
+-nacme
+-n ame
+-name`
+-namw
+-bame
+-nam
+-namr
+-anme
++note:fa
+-note:fa 
+-notes:fa
++oneway
+-aneway
+-onewway
+-onewau
+-oneay
+-neway
+-oneweay
+-onewa
+-omeway
+-one_way
+-onway
+-oeway
+-eway
++railway
+-raillway
++source
+-sorce
+-soruce
+-soure
+-souce
+-sourec
+-aource
+-sourse
++waterway
+-waterwa
+-waterwy
+-wateway
+#
+# Not sorted.
+#
++aerialway
+-areilway
+-areialway
+-arielway
++aeroway
+-aeoroway
+-areoway
+-airoway
++airport
+-aeroport
++bridge
+-brideg
+-brdige
+-bridgde
+-birdge
+-bidge
+-brige
+-brigde
+-bridgw
++building
+-buidling
+-buillding
+-buiding
+-bulding
+-buildinq
++complete
+-complite
++construction
+-constrution
+-contruction
++cycleway
+-cylceway
++description
+-descripion
+-desription
+-decription
++freight
+-frieght
++full_name:fa
+-full_name:Fa
++int_name
+-iint_name
++junction
+-junktion
+-junctoin
+-junctioin
+-juntion
+-junctiion
+-jounction
+-jumction
+-juction
++landuse
+-land_use
+-lansuse
+-lanudse
+-lanuse
++local_name
+-local_nama
++man_made
+-mand_made
+-nan_made
+-madmade
+-manmade
++mapping_status
+-mappingstatus
++minspeed
+-min_speed
++maxspeed
+-maspeed
+-max_speed
+-maxsepeed
+-maxseep
+-mayspeed
+-maxpeed
++maxheight
+-max_hieght
+-max_height
++maxweight
+-maxwieght
+-max_weight
+-max_wieght
+-maxweihgt
++motorcar
+-otorcar
+-motocar
+-motorcars
+-motocars
++motorcycle
+-motorcylce
+-motocycle
++natural
+-nataural
+-natrual
+-nautral
++note_1
+-note_!
++note_2
+-note2
++old_name
+-oldname
++postal_code
+-posatl_code
++private
+-privat
++recycling:glas
+-recyling:glas
++recycling:paper
+-reycling:paper
++religion
+-relgion
++residential
+-residentail
++restriction
+-restrction
++source:name
+-source:Name
++source:url
+-source_url
++surface
+-sruface
++tourism
+-tourismn
+-tourim
+-toursim
+-touristm
++tracktype
+-tractype
+-tracltype
+-trackype
++tunnel
+-tunne
+-tunel
+-tunnely
++type
+-tyoe
Index: /trunk/resources/images/Mf_closedway.svg
===================================================================
--- /trunk/resources/images/Mf_closedway.svg	(revision 16006)
+++ /trunk/resources/images/Mf_closedway.svg	(revision 16006)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20px" height="20px">
+  <path d="m.5,1.5a1,1 0 0 1 1,-1h17a1,1 0 0 1 1,1v17a1,1 0 0 1 -1,1h-17a1,1 0 0 1 -1,-1z" fill="#fff" stroke="#6e6e6e"/>
+  <path d="m14,3 -11,7 14,7" fill="#cec"/>
+  <circle cx="16" cy="16" r="2"/>
+  <circle cx="14" cy="4" r="2"/>
+  <circle cx="4" cy="10" r="2"/>
+</svg>
Index: /trunk/resources/images/Mf_multipolygon.svg
===================================================================
--- /trunk/resources/images/Mf_multipolygon.svg	(revision 16006)
+++ /trunk/resources/images/Mf_multipolygon.svg	(revision 16006)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20px" height="20px">
+  <path d="m.5,1.5a1,1 0 0 1 1,-1h17a1,1 0 0 1 1,1v17a1,1 0 0 1 -1,1h-17a1,1 0 0 1 -1,-1z" fill="#fff" stroke="#6e6e6e"/>
+  <path d="m4,4h12v12h-12zm6,3l-3,3l6,2z" fill="#ece"/>
+  <path d="m4,2a2,2 0 1 1 -.001,0z
+    m12,0a2,2 0 1 1 -.001,0z
+    m0,12a2,2 0 1 1 -.001,0z
+    m-12,0a2,2 0 1 1 -.001,0z
+    m6,-8a1,1 0 1 1 -.001,0z
+    m-3,3a1,1 0 1 1 -.001,0z
+    m6,2a1,1 0 1 1 -.001,0z" fill="#000000"/>
+</svg>
Index: /trunk/resources/images/Mf_node.svg
===================================================================
--- /trunk/resources/images/Mf_node.svg	(revision 16006)
+++ /trunk/resources/images/Mf_node.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20px" height="20px">
+  <path d="m.5,1.5a1,1 0 0 1 1,-1h17a1,1 0 0 1 1,1v17a1,1 0 0 1 -1,1h-17a1,1 0 0 1 -1,-1z" fill="#fff" stroke="#6e6e6e"/>
+  <circle cx="10" cy="10" r="2" fill="#f88" stroke="#000"/>
+</svg>
Index: /trunk/resources/images/Mf_relation.svg
===================================================================
--- /trunk/resources/images/Mf_relation.svg	(revision 16006)
+++ /trunk/resources/images/Mf_relation.svg	(revision 16006)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20px" height="20px">
+  <path d="m.5,1.5a1,1 0 0 1 1,-1h17a1,1 0 0 1 1,1v17a1,1 0 0 1 -1,1h-17a1,1 0 0 1 -1,-1z" fill="#fff" stroke="#6e6e6e"/>
+  <path d="m4,10 12,6" stroke="#ece" stroke-width="2"/>
+  <circle cx="16" cy="16" r="2"/>
+  <circle cx="14" cy="4" r="2"/>
+  <circle cx="4" cy="10" r="2"/>
+</svg>
Index: /trunk/resources/images/Mf_way.svg
===================================================================
--- /trunk/resources/images/Mf_way.svg	(revision 16006)
+++ /trunk/resources/images/Mf_way.svg	(revision 16006)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20px" height="20px">
+  <path d="m.5,1.5a1,1 0 0 1 1,-1h17a1,1 0 0 1 1,1v17a1,1 0 0 1 -1,1h-17a1,1 0 0 1 -1,-1z" fill="#fff" stroke="#6e6e6e"/>
+  <path d="m14,4 -10,6 12,6" fill="none" stroke="#ade" stroke-width="2"/>
+  <circle cx="16" cy="16" r="2"/>
+  <circle cx="14" cy="4" r="2"/>
+  <circle cx="4" cy="10" r="2"/>
+</svg>
Index: /trunk/resources/images/OLmarker.svg
===================================================================
--- /trunk/resources/images/OLmarker.svg	(revision 16006)
+++ /trunk/resources/images/OLmarker.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m12.5,2.5l8,6l-8,13l-8,-13zm0,6a1,1 0 1 0 .0001,0" fill="#ff0000" stroke="#000000"/>
+</svg>
Index: /trunk/resources/images/addnode.svg
===================================================================
--- /trunk/resources/images/addnode.svg	(revision 16006)
+++ /trunk/resources/images/addnode.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m7,9v10m-5,-5h10" stroke="#000000" stroke-width="2"/>
+  <path d="m13.5,6.5h5v5h-5z" stroke="#df421e" fill="#ffffff"/>
+</svg>
Index: /trunk/resources/images/aligncircle.svg
===================================================================
--- /trunk/resources/images/aligncircle.svg	(revision 16006)
+++ /trunk/resources/images/aligncircle.svg	(revision 16006)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+<path d="m8,1.84a6.16,6.16 0 1 1 -.0001,0z" fill="none" stroke="#555555"/>
+<path d="m6.5,.5h3v3h-3z
+  m6,4h3v3h-3z
+  m-2,7h3v3h-3z
+  m-8,0h3v3h-3z
+  m-2,-7h3v3h-3z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: /trunk/resources/images/alignline.svg
===================================================================
--- /trunk/resources/images/alignline.svg	(revision 16006)
+++ /trunk/resources/images/alignline.svg	(revision 16006)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px" fill="none">
+  <path d="m3,21l18,-18
+    m-15.5,2.5l4,4m-3.5,0h3.5v-3.5" stroke="#000000"/><!-- Way & arrow-->
+  <path d="m1.5,19.5h3v3h-3z
+    m9,-9h3v3h-3z
+    m9,-9h3v3h-3z" stroke="#df421e" fill="#ffffff"/><!-- Red-white nodes -->
+  <path d="m2.5,2.5h3v3h-3z" fill="#bababa" stroke="#7a7a7a"/><!-- Grey node -->
+</svg>
Index: /trunk/resources/images/anglesnap.svg
===================================================================
--- /trunk/resources/images/anglesnap.svg	(revision 16006)
+++ /trunk/resources/images/anglesnap.svg	(revision 16006)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+
+  <g stroke="#df421e" fill="#ffffff">
+    <g opacity=".5">
+      <path d="m6.5,1.5v10h10
+        m0,-10l-10,10l10,10" stroke="#ffc800" fill="none"/>
+      <path d="m5.5,.5h3v3h-3z
+        m10,0h3v3h-3z
+        m0,10h3v3h-3z
+        m0,10h3v3h-3z"/><!-- DarkRed-white nodes -->
+    </g>
+    <path d="m6.5,11.5v10" stroke="#ff0000"/>
+    <path d="m5.5,10.5h3v3h-3z
+      m0,10h3v3h-3z"/><!-- LightRed-white nodes -->
+
+  </g>
+</svg>
Index: /trunk/resources/images/apply.svg
===================================================================
--- /trunk/resources/images/apply.svg	(revision 16006)
+++ /trunk/resources/images/apply.svg	(revision 16006)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <defs>
+    <linearGradient x1="8" y1="4" x2="8" y2="13" id="blue" gradientUnits="userSpaceOnUse">
+      <stop stop-color="#abcade"/>
+      <stop offset=".5" stop-color="#567094"/>
+      <stop offset="1" stop-color="#7494bd"/>
+    </linearGradient>
+  </defs>
+  <path d="m1.5,8.5l5,5l8,-8l-2.5,-2.5l-5.5,5.5l-2.5,-2.5z" stroke="#001133" fill="url(#blue)"/>
+</svg>
Index: /trunk/resources/images/audio-back.svg
===================================================================
--- /trunk/resources/images/audio-back.svg	(revision 16006)
+++ /trunk/resources/images/audio-back.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m4,12 8,-5v5l8,-5v10l-8,-5v5z"/>
+</svg>
Index: /trunk/resources/images/audio-faster.svg
===================================================================
--- /trunk/resources/images/audio-faster.svg	(revision 16006)
+++ /trunk/resources/images/audio-faster.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m0,7 8,5v-5l8,5v-5l8,5l-8,5v-5l-8,5v-5l-8,5z"/>
+</svg>
Index: /trunk/resources/images/audio-fwd.svg
===================================================================
--- /trunk/resources/images/audio-fwd.svg	(revision 16006)
+++ /trunk/resources/images/audio-fwd.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m4,7 8,5v-5l8,5 -8,5v-5l-8,5z"/>
+</svg>
Index: /trunk/resources/images/audio-next.svg
===================================================================
--- /trunk/resources/images/audio-next.svg	(revision 16006)
+++ /trunk/resources/images/audio-next.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m7,7 8,5v-5h2v10h-2v-5l-8,5z"/>
+</svg>
Index: /trunk/resources/images/audio-playpause.svg
===================================================================
--- /trunk/resources/images/audio-playpause.svg	(revision 16006)
+++ /trunk/resources/images/audio-playpause.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m4,7 8,5v-5h3v10h-3v-5l-8,5zm13,0h3v10h-3z"/>
+</svg>
Index: /trunk/resources/images/audio-prev.svg
===================================================================
--- /trunk/resources/images/audio-prev.svg	(revision 16006)
+++ /trunk/resources/images/audio-prev.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m7,7h2v5l8,-5v10l-8,-5v5h-2z"/>
+</svg>
Index: /trunk/resources/images/audio-slower.svg
===================================================================
--- /trunk/resources/images/audio-slower.svg	(revision 16006)
+++ /trunk/resources/images/audio-slower.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m0,7 8,5 8,-5v5l8,-5v10l-8,-5v5l-8,-5 -8,5z"/>
+</svg>
Index: /trunk/resources/images/audio-sync.svg
===================================================================
--- /trunk/resources/images/audio-sync.svg	(revision 16006)
+++ /trunk/resources/images/audio-sync.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m5,11v2h10l-5,8h10l-5,-8h4v-2h-10l5,-8h-10l5,8z"/>
+</svg>
Index: /trunk/resources/images/combineway.svg
===================================================================
--- /trunk/resources/images/combineway.svg	(revision 16006)
+++ /trunk/resources/images/combineway.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24">
+<path d="M18,6L8,8 6,10 10,18" stroke="#000" fill="none"/>
+<path d="M6.5,8.5v-2h3v3h-3v-1h-2v3h3v-2M16.5,4.5h3v3h-3zM8.5,16.5h3v3h-3z" fill="#fff" stroke="#df421e"/>
+<path d="M7.5,17.5l5,-5m0,3.5v-3.5h-3.5 M18.5,6.5l-5,5m0,-3.5v3.5h3.5" stroke="#5c4747" fill="none"/>
+</svg>
Index: /trunk/resources/images/copy.svg
===================================================================
--- /trunk/resources/images/copy.svg	(revision 16006)
+++ /trunk/resources/images/copy.svg	(revision 16006)
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48"
+   height="48"
+   id="svg2"
+   inkscape:label="Pozadí"
+   sodipodi:version="0.32"
+   inkscape:version="0.45"
+   version="1.0"
+   sodipodi:docname="edit-copy.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions">
+  <defs
+     id="defs3">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5529">
+      <stop
+         style="stop-color:#f0f0ee;stop-opacity:1"
+         offset="0"
+         id="stop5531" />
+      <stop
+         style="stop-color:#dedede;stop-opacity:1"
+         offset="1"
+         id="stop5533" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5529"
+       id="linearGradient5561"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9754464,0,0,1.0602677,1.2620322,0.9029023)"
+       x1="11"
+       y1="17"
+       x2="11"
+       y2="-3" />
+    <linearGradient
+       id="linearGradient4542"
+       inkscape:collect="always">
+      <stop
+         id="stop4544"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop4546"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4542"
+       id="radialGradient5891"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.284916,0,30.08928)"
+       cx="24.306795"
+       cy="42.07798"
+       fx="24.306795"
+       fy="42.07798"
+       r="15.821514" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8.9701172"
+     inkscape:cx="23.420355"
+     inkscape:cy="27.498712"
+     inkscape:document-units="px"
+     inkscape:current-layer="g5541"
+     width="48px"
+     height="48px"
+     inkscape:showpageshadow="false"
+     gridtolerance="10000"
+     inkscape:window-width="683"
+     inkscape:window-height="711"
+     inkscape:window-x="67"
+     inkscape:window-y="77">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4948" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Vrstva 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <g
+       id="g5541"
+       transform="matrix(1.4736843,0,0,1.4736843,1.0464129,0.263157)">
+      <path
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         transform="matrix(0.6004482,0,0,0.4515975,-3.0949715,1.1762591)"
+         d="M 40.128309,42.07798 A 15.821514,4.5078058 0 1 1 8.485281,42.07798 A 15.821514,4.5078058 0 1 1 40.128309,42.07798 z"
+         sodipodi:ry="4.5078058"
+         sodipodi:rx="15.821514"
+         sodipodi:cy="42.07798"
+         sodipodi:cx="24.306795"
+         id="path3667"
+         style="opacity:0.47252748;color:#000000;fill:url(#radialGradient5891);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         sodipodi:type="arc" />
+      <rect
+         ry="1.0178571"
+         rx="1.0178571"
+         y="3.5535717"
+         x="3.7006481"
+         height="16.964285"
+         width="15.607142"
+         id="rect4950"
+         style="opacity:1;color:#000000;fill:url(#linearGradient5561);fill-opacity:1;fill-rule:nonzero;stroke:#888a85;stroke-width:0.67857128;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.67857134;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect5537"
+         width="14.129219"
+         height="15.607142"
+         x="4.5"
+         y="4.2321429"
+         rx="0.33928567"
+         ry="0.33928564" />
+      <rect
+         style="opacity:1;color:#000000;fill:#91938e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect5547"
+         width="10.857142"
+         height="0.67857122"
+         x="6.0756478"
+         y="5.9285717" />
+      <rect
+         y="7.2857141"
+         x="6.0756478"
+         height="0.67857122"
+         width="10.857142"
+         id="rect5992"
+         style="opacity:1;color:#000000;fill:#91938e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="opacity:1;color:#000000;fill:#91938e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect5994"
+         width="10.857142"
+         height="0.67857122"
+         x="6.0756478"
+         y="8.6428566" />
+      <rect
+         y="10"
+         x="6.0756478"
+         height="0.67857122"
+         width="10.857142"
+         id="rect5996"
+         style="opacity:1;color:#000000;fill:#91938e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="opacity:1;color:#000000;fill:#91938e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect5998"
+         width="10.857142"
+         height="0.67857122"
+         x="6.0756478"
+         y="11.357144" />
+      <rect
+         y="12.714288"
+         x="6.0756478"
+         height="0.67857122"
+         width="10.857142"
+         id="rect6000"
+         style="opacity:1;color:#000000;fill:#91938e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         style="opacity:1;color:#000000;fill:#91938e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6002"
+         width="6.1071424"
+         height="0.67857122"
+         x="6.0756478"
+         y="16.785713" />
+      <rect
+         style="opacity:1;color:#000000;fill:#91938e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect6004"
+         width="10.857142"
+         height="0.67857122"
+         x="6.0756478"
+         y="14.071431" />
+      <rect
+         y="15.428575"
+         x="6.0756478"
+         height="0.67857122"
+         width="10.857142"
+         id="rect6006"
+         style="opacity:1;color:#000000;fill:#91938e;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </g>
+    <use
+       x="0"
+       y="0"
+       xlink:href="#g5541"
+       id="use5545"
+       transform="translate(15,12)"
+       width="32"
+       height="32" />
+    <g
+       id="layer6"
+       inkscape:label="Shadow"
+       transform="translate(-34.210156,-0.845738)" />
+    <g
+       style="display:inline"
+       inkscape:label="Base"
+       id="g5772"
+       transform="translate(-34.210156,-0.845738)" />
+    <g
+       id="g2637"
+       inkscape:label="base"
+       style="display:inline"
+       transform="translate(-46.823669,46.945542)" />
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/crosshair.svg
===================================================================
--- /trunk/resources/images/cursor/crosshair.svg	(revision 16006)
+++ /trunk/resources/images/cursor/crosshair.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32px" height="32px">
+<path d="m1.5,9.5h7v2h-7zm8,-8h2v7h-2zm3,8h7v2h-7zm-3,3h2v7h-2z" fill="#000" stroke="#fff"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/add_node_lock.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/add_node_lock.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/add_node_lock.svg	(revision 16006)
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="23" height="15">
+  <path d="m4.5,5.5h2v2h2v2h-2v2h-2v-2h-2v-2h2z" stroke="#fff" fill="#000"/>
+  <path d="m10.5,6.5h3v3h-3z" stroke="#df421e" fill="#fff"/>
+  <path d="m15,5h1a3,3 0 0 1 6,0h1v7h-8z" fill="#fff"/>
+  <path d="m16,6h1v-1a2,2 0 0 1 4,0v1h1v5h-6zm2,0v-1a1,1 0 0 1 2,0v1z" fill-rule="evenodd" fill="#000" stroke="none"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/addnode.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/addnode.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/addnode.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+  <path d="m.5,7.5h4v-4h3v4h4v3h-4v4h-3v-4h-4z" stroke="#000" fill="#fff"/>
+  <path d="m10.5,.5h5v5h-5z" stroke="#df421e" fill="none"/>
+  <path d="m11.5,1.5h3v3h-3z" stroke="#fff" fill="none"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/create_note.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/create_note.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/create_note.svg	(revision 16006)
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16" xmlns:xlink="https://www.w3.org/1999/xlink">
+  <defs>
+    <linearGradient id="grad" gradientTransform="rotate(90)">
+      <stop stop-color="#5fa4d5" offset="0"/>
+      <stop stop-color="#2f74b8" offset="1"/>
+    </linearGradient>
+  </defs>
+  <path d="m7.5,16l4.68509,-7.61905a5.5,5.5 0 1 0 -9.37019,0z" fill="#3983c4"/>
+  <path d="m4,5h3v-3h1v3h3v1h-3v3h-1v-3h-3z" fill="#fff"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/joinnode.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/joinnode.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/joinnode.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+  <path d="m.5,6.5h6l-2.5,-2.5 1.5,-1.5 5,5 -5,5 -1.5,-1.5 2.5,-2.5h-6z" stroke="#fff" fill="#000"/>
+  <path d="m12.5,6.5h3v3h-3z" stroke="#df421e" fill="#fff"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/joinway.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/joinway.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/joinway.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+  <path d="m.5,6.5h6l-2.5,-2.5 1.5,-1.5 5,5 -5,5 -1.5,-1.5 2.5,-2.5h-6zM12.5,3h2v10h-2z" stroke="#fff" fill="#000"/>
+  <path d="m12.5,.5h3v3h-3zm0,12h3v3h-3z" stroke="#df421e" fill="#fff"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/lock.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/lock.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/lock.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="15">
+  <path d="m2,5h1a3,3 0 0 1 6,0h1v7h-8z" fill="#fff"/>
+  <path d="m3,6h1v-1a2,2 0 0 1 4,0v1h1v5h-6zm2,0v-1a1,1 0 0 1 2,0v1z" fill-rule="evenodd" fill="#000" stroke="none"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/mode.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/mode.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/mode.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+  <path d="m2,14l8,-2 2,-9" stroke="#fff" fill="none" stroke-width="3"/>
+  <path d="m2,14l8,-2 2,-9" stroke="#000" fill="none"/>
+  <path d="m.5,12.5h3v3h-3zm8,-2h3v3h-3zm2,-9h3v3h-3z" stroke="#df421e" fill="#fff"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/parallel.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/parallel.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/parallel.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+  <path d="m9.5,3v9m5,0v-9" stroke="#fff" fill="none" stroke-width="3"/>
+  <path d="m9.5,3v9m5,0v-9" stroke="#000" fill="none"/>
+  <path d="m8.5,.5h2v2h-2zm0,6h2v2h-2zm0,6h2v2h-2zm5,0h2v2h-2zm0,-6h2v2h-2zm0,-6h2v2h-2z" stroke="#df421e" fill="#fff"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/parallel_add.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/parallel_add.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/parallel_add.svg	(revision 16006)
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+  <path d="m9.5,3v9m5,0v-9" stroke="#fff" fill="none" stroke-width="3"/>
+  <path d="m9.5,3v9m5,0v-9" stroke="#000" fill="none"/>
+  <path d="m8.5,.5h2v2h-2zm0,6h2v2h-2zm0,6h2v2h-2zm5,0h2v2h-2zm0,-6h2v2h-2zm0,-6h2v2h-2z" stroke="#df421e" fill="#fff"/>
+  <path d="m.5,6.5h2v-2h2v2h2v2h-2v2h-2v-2h-2z" fill="#fff" stroke="#000"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/parallel_remove.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/parallel_remove.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/parallel_remove.svg	(revision 16006)
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+  <path d="m9.5,3v9m5,0v-9" stroke="#fff" fill="none" stroke-width="3"/>
+  <path d="m9.5,3v9m5,0v-9" stroke="#000" fill="none"/>
+  <path d="m8.5,.5h2v2h-2zm0,6h2v2h-2zm0,6h2v2h-2zm5,0h2v2h-2zm0,-6h2v2h-2zm0,-6h2v2h-2z" stroke="#df421e" fill="#fff"/>
+  <path d="m.5,6.5h6v2h-6z" fill="#fff" stroke="#000"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/rectangle.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/rectangle.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/rectangle.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+<path d="m.5,9v.5h9v-9h-.5zm7,-4.25v2.75h-2.75z" fill="#ffffff" stroke="#000000"/>
+</svg>
Index: /trunk/resources/images/cursor/modifier/select_add.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/select_add.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/select_add.svg	(revision 16006)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px" viewBox="0 0 32 32">
+  <g fill="none" stroke-width="2" stroke="#000">
+    <path d="m1,1h30v22h-30z" stroke-dasharray="0,1,4,4,4,4,4,4,4,2,4,4,4,4,4,1"/>
+    <path d="m1,1h30v22h-30z" stroke-dasharray="1,4,4,4,4,4,4,4,2,4,4,4,4,4,1,0" stroke="#fff"/>
+    <path d="m3,11h4v-4h4v4h4v4h-4v4h-4v-4h-4z" fill="#fff"/>
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/modifier/select_node.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/select_node.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/select_node.svg	(revision 16006)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px" viewBox="0 0 32 32">
+  <g fill="none" stroke-width="2">
+    <path d="m1,1h30v22h-30z" stroke-dasharray="0,1,4,4,4,4,4,4,4,2,4,4,4,4,4,1" stroke="#000"/>
+    <path d="m1,1h30v22h-30z" stroke-dasharray="1,4,4,4,4,4,4,4,2,4,4,4,4,4,1,0" stroke="#fff"/>
+    <path d="m19,9h6v6h-6z" fill="#fff" stroke="#e53d2a"/>
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/modifier/select_node_add.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/select_node_add.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/select_node_add.svg	(revision 16006)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px" viewBox="0 0 32 32">
+  <g fill="none" stroke-width="2" stroke="#000">
+    <path d="m1,1h30v22h-30z" stroke-dasharray="0,1,4,4,4,4,4,4,4,2,4,4,4,4,4,1"/>
+    <path d="m1,1h30v22h-30z" stroke-dasharray="1,4,4,4,4,4,4,4,2,4,4,4,4,4,1,0" stroke="#fff"/>
+    <path d="m3,11h4v-4h4v4h4v4h-4v4h-4v-4h-4z" fill="#fff"/>
+    <path d="m19,9h6v6h-6z" fill="#fff" stroke="#e53d2a"/>
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/modifier/select_node_remove.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/select_node_remove.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/select_node_remove.svg	(revision 16006)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px" viewBox="0 0 32 32">
+  <g fill="none" stroke-width="2" stroke="#000">
+    <path d="m1,1h30v22h-30z" stroke-dasharray="0,1,4,4,4,4,4,4,4,2,4,4,4,4,4,1"/>
+    <path d="m1,1h30v22h-30z" stroke-dasharray="1,4,4,4,4,4,4,4,2,4,4,4,4,4,1,0" stroke="#fff"/>
+    <path d="m3,11h12v4h-12z" fill="#fff"/>
+    <path d="m19,9h6v6h-6z" fill="#fff" stroke="#e53d2a"/>
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/modifier/select_remove.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/select_remove.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/select_remove.svg	(revision 16006)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px" viewBox="0 0 32 32">
+  <g fill="none" stroke-width="2" stroke="#000">
+    <path d="m1,1h30v22h-30z" stroke-dasharray="0,1,4,4,4,4,4,4,4,2,4,4,4,4,4,1"/>
+    <path d="m1,1h30v22h-30z" stroke-dasharray="1,4,4,4,4,4,4,4,2,4,4,4,4,4,1,0" stroke="#fff"/>
+    <path d="m3,11h12v4h-12z" fill="#fff"/>
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/modifier/select_way.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/select_way.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/select_way.svg	(revision 16006)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px" viewBox="0 0 32 32">
+  <g fill="none" stroke-width="2" stroke="#000">
+    <path d="m1,1h30v22h-30z" stroke-dasharray="0,1,4,4,4,4,4,4,4,2,4,4,4,4,4,1"/>
+    <path d="m1,1h30v22h-30z" stroke-dasharray="1,4,4,4,4,4,4,4,2,4,4,4,4,4,1,0" stroke="#fff"/>
+    <path d="m21,9h4v6h-4z" fill="#000" stroke="#fff"/>
+    <path d="m19,3h6v6h-6zm2,12h6v6h-6z" fill="#fff" stroke="#e53d2a"/>
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/modifier/select_way_add.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/select_way_add.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/select_way_add.svg	(revision 16006)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px" viewBox="0 0 32 32">
+  <g fill="none" stroke-width="2" stroke="#000">
+    <path d="m1,1h30v22h-30z" stroke-dasharray="0,1,4,4,4,4,4,4,4,2,4,4,4,4,4,1"/>
+    <path d="m1,1h30v22h-30z" stroke-dasharray="1,4,4,4,4,4,4,4,2,4,4,4,4,4,1,0" stroke="#fff"/>
+    <path d="m3,11h4v-4h4v4h4v4h-4v4h-4v-4h-4z" fill="#fff"/>
+    <path d="m21,9h4v6h-4z" fill="#000" stroke="#fff"/>
+    <path d="m19,3h6v6h-6zm2,12h6v6h-6z" fill="#fff" stroke="#e53d2a"/>
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/modifier/select_way_remove.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/select_way_remove.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/select_way_remove.svg	(revision 16006)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px" viewBox="0 0 32 32">
+  <g fill="none" stroke-width="2" stroke="#000">
+    <path d="m1,1h30v22h-30z" stroke-dasharray="0,1,4,4,4,4,4,4,4,2,4,4,4,4,4,1"/>
+    <path d="m1,1h30v22h-30z" stroke-dasharray="1,4,4,4,4,4,4,4,2,4,4,4,4,4,1,0" stroke="#fff"/>
+    <path d="m3,11h12v4h-12z" fill="#fff"/>
+    <path d="m21,9h4v6h-4z" fill="#000" stroke="#fff"/>
+    <path d="m19,3h6v6h-6zm2,12h6v6h-6z" fill="#fff" stroke="#e53d2a"/>
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/modifier/selection.svg
===================================================================
--- /trunk/resources/images/cursor/modifier/selection.svg	(revision 16006)
+++ /trunk/resources/images/cursor/modifier/selection.svg	(revision 16006)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px" viewBox="0 0 32 32">
+  <g fill="none" stroke-width="2">
+    <path d="m1,1h30v22h-30z" stroke-dasharray="0,1,4,4,4,4,4,4,4,2,4,4,4,4,4,1" stroke="#000"/>
+    <path d="m1,1h30v22h-30z" stroke-dasharray="1,4,4,4,4,4,4,4,2,4,4,4,4,4,1,0" stroke="#fff"/>
+  </g>
+</svg>
Index: /trunk/resources/images/cursor/normal.svg
===================================================================
--- /trunk/resources/images/cursor/normal.svg	(revision 16006)
+++ /trunk/resources/images/cursor/normal.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32px" height="32px">
+<path d="m3.5,1.5l11,11h-4.7l2,4.8 -2.9,1.2 -2,-4.8L3.5,18.1z" fill="#fff" stroke="#000" stroke-linejoin="bevel"/>
+</svg>
Index: /trunk/resources/images/data/changeset.svg
===================================================================
--- /trunk/resources/images/data/changeset.svg	(revision 16006)
+++ /trunk/resources/images/data/changeset.svg	(revision 16006)
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="changeset.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.5-ws\JOSM\images\data\changeset.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="6.0763858"
+     inkscape:cy="7.0568375"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1028"
+     inkscape:window-height="805"
+     inkscape:window-x="253"
+     inkscape:window-y="91" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bf0000;stroke-width:0.68144977;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2383"
+       width="2.9223115"
+       height="2.5651686"
+       x="3.4495585"
+       y="3.7799156" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#474948;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2, 1;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.7518036,1.7459841 C 2.5591291,1.7890139 2.2220869,1.8999966 1.9453595,2.0298922 C 1.7173071,2.1369396 1.5900033,2.1742278 1.3909292,2.3611182 C 1.2345581,2.507919 1.0923035,2.6414673 0.93730438,2.7869801 C 0.75448272,2.9586125 0.68529046,3.14799 0.68529046,3.402114 C 0.68529046,3.6544767 0.68529046,3.9068394 0.68529046,4.1592021 C 0.68529046,4.4926097 0.80647576,4.6615941 0.8869016,4.9636081 C 0.95340729,5.2133495 1.2208624,5.4960154 1.3405264,5.7206962 C 1.4780217,5.9788566 1.6075266,6.1273786 1.7437485,6.3831481 C 1.8829899,6.644587 1.8949568,6.7771193 1.8949568,7.0929181 C 1.8949568,7.368452 1.8879144,7.6342889 1.9453595,7.8500059 C 1.9975221,8.0458864 1.7883711,8.3976364 1.7437485,8.6070939 C 1.6968692,8.8271443 1.6429431,9.0149648 1.6429431,9.2695461 C 1.6429431,9.5274839 1.5925402,9.7541296 1.5925402,10.026633 C 1.5925402,10.358017 1.6429431,10.543538 1.6429431,10.878358 C 1.6429431,11.149818 1.5731159,11.373232 1.6429431,11.635446 C 1.7085357,11.88176 1.7745647,12.166486 1.8949568,12.392534 C 2.0311878,12.648321 2.1846542,12.88915 2.2981789,13.102305 C 2.4470984,13.381915 2.7585283,13.612551 3.0038175,13.67012 C 3.3912838,13.761059 3.7965207,14.062288 4.3142893,14.1433 C 4.7641484,14.213688 5.3127863,14.414155 5.7255666,14.569163 C 6.091902,14.706728 6.6600424,14.62287 7.0360384,14.711116 C 7.3844438,14.792887 7.7786133,14.805752 8.1448992,14.805752 C 8.4708377,14.805752 8.7919757,14.816748 9.1025515,14.758434 C 9.186556,14.742662 9.2705603,14.726888 9.3545656,14.711116 C 9.4385699,14.695343 9.5225742,14.679571 9.6065795,14.663798 C 10.042945,14.581867 10.709643,14.630439 11.118662,14.758434 C 11.56922,14.899429 12.081949,14.984517 12.52994,15.08966 C 12.872207,15.16999 13.054107,15.09914 13.336384,14.900389 C 13.700558,14.643973 13.886515,14.512799 14.092426,14.190619 C 14.268569,13.915013 14.247478,13.568268 14.394842,13.291575 C 14.538357,13.022111 14.445246,12.463883 14.445246,12.155944 C 14.445246,11.841688 14.374254,11.558131 14.294036,11.256903 C 14.20087,10.907047 14.017149,10.572329 13.941217,10.215906 C 13.861977,9.8439517 13.688832,9.5047428 13.588397,9.127592 C 13.460274,8.6464651 13.386787,8.2127334 13.386787,7.7080521 C 13.386787,7.1948167 13.332004,6.6402965 13.437189,6.146558 C 13.516397,5.7747612 13.539136,5.3851863 13.6388,5.0109261 C 13.758741,4.5605257 13.72344,4.0779546 13.840411,3.6387041 C 13.955787,3.2054477 14.060049,2.7127168 13.941217,2.2664821 C 13.924416,2.2033915 13.907615,2.1403009 13.890814,2.0772101 C 13.798373,1.730078 13.566746,1.6462664 13.185175,1.5567121 C 12.816746,1.470242 12.411037,1.4620762 12.025911,1.4620762 C 11.590833,1.4620762 11.189142,1.7129007 10.816246,1.8879382 C 10.393621,2.0863183 10.193904,2.2983595 9.7577878,2.5030722 C 9.373047,2.6836687 8.9214072,2.6450261 8.4977185,2.6450261 C 8.127918,2.6450261 8.000631,2.4337239 7.6912742,2.3611182 C 7.3085439,2.2712915 6.9489456,2.1040875 6.6328163,2.0298922 C 6.2338855,1.9362633 5.8717315,1.8394365 5.4735528,1.7459841 C 5.1084937,1.660305 4.6390148,1.6513481 4.2638865,1.6513481 C 3.9110671,1.6513481 3.5582479,1.6513481 3.2054285,1.6513481 C 3.0001056,1.6513481 2.9812323,1.6598293 2.7518036,1.7459841 z"
+       id="path3165" />
+    <rect
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bf0000;stroke-width:0.68144977;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3187"
+       width="2.9223115"
+       height="2.5651686"
+       x="8.6727724"
+       y="5.3870583" />
+    <rect
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#bf0000;stroke-width:0.68144977;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3189"
+       width="2.9223115"
+       height="2.5651686"
+       x="5.0120592"
+       y="10.029915" />
+  </g>
+</svg>
Index: /trunk/resources/images/data/closedway.svg
===================================================================
--- /trunk/resources/images/data/closedway.svg	(revision 16006)
+++ /trunk/resources/images/data/closedway.svg	(revision 16006)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <path d="m13,3l-10,2l4,8l7,-3z" fill="none" stroke="#000000"/>
+  <path d="m11.5,1.5h3v3h-3z
+    m-10,2h3v3h-3z
+    m4,8h3v3h-3z
+    m7,-3h3v3h-3z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: /trunk/resources/images/data/imagery/historicmap.svg
===================================================================
--- /trunk/resources/images/data/imagery/historicmap.svg	(revision 16006)
+++ /trunk/resources/images/data/imagery/historicmap.svg	(revision 16006)
@@ -0,0 +1,3 @@
+<svg enable-background="new 0 0 96 96" height="96" viewBox="0 0 96 96" width="96" xmlns="http://www.w3.org/2000/svg">
+    <path d="m61.288135 26.169491-26.508169-15.59322-26.6443728 15.61739v59.230067l26.5762718-15.593219 26.57627 15.593219 26.576272-15.593219v-59.254238zm-46.508474 48.000611v-44.517085l16.610169-9.736407v44.506169l-.199322.116949zm23.254237-9.747323v-44.57166l19.726237 11.603695.205967.121626v44.542814l-19.732882-11.577966zm43.186441 1.950712-16.610169 9.745763v-44.542814l.199322-.116949 16.410847-9.629593z" stroke-width=".804683" fill="#727272"/>
+</svg>
Index: /trunk/resources/images/data/imagery/historicphoto.svg
===================================================================
--- /trunk/resources/images/data/imagery/historicphoto.svg	(revision 16006)
+++ /trunk/resources/images/data/imagery/historicphoto.svg	(revision 16006)
@@ -0,0 +1,3 @@
+<svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
+    <path d="m422.543 360.666-85.865-85.866c-5.077-5.077-13.308-5.077-18.385 0l-14.968 14.968-4.177-4.177 34.151-34.151c11.065-11.065 11.068-28.978 0-40.045l-12.971-12.971 2.872-2.872c27.439 18.749 65.054 15.817 89.197-8.325 5.077-5.077 5.077-13.308 0-18.385l-31.246-31.246 17.233-17.233c5.077-5.077 5.077-13.308 0-18.385s-13.309-5.077-18.385 0l-17.233 17.233-31.241-31.241c-5.073-5.073-13.309-5.076-18.385 0-24.75 24.75-26.679 62.469-8.337 89.209l-2.86 2.86-12.972-12.972c-11.041-11.041-29.004-11.04-40.045 0l-34.145 34.145-4.177-4.177 14.961-14.961c5.077-5.077 5.077-13.308 0-18.385l-42.93-42.93c-.001-.001-.002-.002-.002-.003s-.002-.002-.003-.002l-42.93-42.93c-5.074-5.073-13.309-5.076-18.385 0l-48.312 48.312c-5.077 5.077-5.077 13.308 0 18.385l85.865 85.865c5.074 5.074 13.309 5.076 18.385 0l14.966-14.966 4.177 4.177-34.15 34.15c-11.041 11.041-11.041 29.005 0 40.045l12.972 12.972-28.447 28.447c-11.153-4.153-24.211-1.763-33.162 7.188-12.227 12.228-12.227 32.124 0 44.352 12.226 12.227 32.124 12.229 44.353 0 8.949-8.949 11.34-22.002 7.191-33.153l28.45-28.45 12.971 12.971c11.066 11.066 28.978 11.067 40.045 0l34.144-34.144 4.177 4.177-14.96 14.96c-5.077 5.077-5.077 13.308 0 18.385l43.434 43.434.005.005s.003.003.005.005l42.422 42.422c5.077 5.077 13.308 5.077 18.385 0l48.312-48.312c5.077-5.077 5.077-13.309 0-18.385zm-98.842-243.753 59.74 59.74c-16.691 8.823-37.885 6.217-51.915-7.813-14.233-14.233-16.564-35.471-7.825-51.927zm-131.481 61.736-24.548-24.548 5.769-5.769 24.548 24.548zm-37.164-48.701-5.769 5.769-24.548-24.548 5.769-5.769zm-48.702-.394 24.548 24.548-5.774 5.774-24.548-24.548zm61.707 73.254-24.548-24.548 5.774-5.774 24.548 24.548zm-28.483 165.558c-2.092 2.092-5.487 2.096-7.583 0-2.091-2.091-2.091-5.493 0-7.583 2.092-2.092 5.487-2.096 7.583 0 2.092 2.092 2.096 5.487 0 7.583zm88.657-48.632c-.907.907-2.369.907-3.276 0l-22.161-22.161c-.001-.001-.002-.002-.002-.003s-.002-.002-.003-.002l-22.162-22.162c-.903-.903-.903-2.373 0-3.276l86.68-86.68c.907-.907 2.369-.907 3.276 0l44.328 44.329c.902.902.909 2.365 0 3.275l-43.341 43.341c-.001.001-.002.002-.003.002s-.002.002-.002.003zm160.956 55.899-24.042-24.042 5.775-5.775 24.042 24.042zm-61.705-73.256 25.054 25.054-5.775 5.775-25.054-25.054zm-24.16 24.16 25.054 25.054-5.767 5.767-25.054-25.054zm37.671 49.206 5.767-5.767 24.042 24.042-5.767 5.767z" fill="#727272"/>
+</svg>
Index: /trunk/resources/images/data/imagery/map.svg
===================================================================
--- /trunk/resources/images/data/imagery/map.svg	(revision 16006)
+++ /trunk/resources/images/data/imagery/map.svg	(revision 16006)
@@ -0,0 +1,8 @@
+<svg enable-background="new 0 0 96 96" height="96" viewBox="0 0 96 96" width="96" xmlns="http://www.w3.org/2000/svg">
+    <path d="m61.288135 26.169491-26.508169-15.59322-26.6443728 15.61739v59.230067l26.5762718-15.593219 26.57627 15.593219 26.576272-15.593219v-59.254238zm-46.508474 48.000611v-44.517085l16.610169-9.736407v44.506169l-.199322.116949zm23.254237-9.747323v-44.57166l19.726237 11.603695.205967.121626v44.542814l-19.732882-11.577966zm43.186441 1.950712-16.610169 9.745763v-44.542814l.199322-.116949 16.410847-9.629593z" fill="#333" stroke-width=".804683"/>
+    <g fill="#fea" stroke-width=".508475">
+        <path d="m22.903443 25.055879c-2.713405 1.627273-5.528267 3.154307-8.180085 4.842426.120414 14.586821-.302893 29.227456.321769 43.782045 5.424179-2.768913 10.684053-6.150049 15.929555-9.274894.06977-14.672672.139945-29.345342.210541-44.018009-2.751168 1.200937-5.53294 3.176647-8.28178 4.668432z"/>
+        <path d="m38.292744 20.349311c.10346 14.722002.07605 29.47912.259798 44.17929 6.401782 3.74256 12.764331 7.554077 19.209216 11.221399.488378-5.260296.118182-10.934612.257428-16.344278-.02063-9.218112.06965-18.470984-.04292-27.667374-6.565466-3.730881-13.136188-7.916458-19.683522-11.389037z"/>
+        <path d="m80.848888 22.304555c-5.343597 3.029667-10.67486 6.149057-15.904926 9.332892-.06977 14.707099-.139945 29.414197-.21054 44.121291 5.417126-2.969097 11.055905-6.409367 16.478548-9.613347-.05812-14.599532.139131-29.207994-.17161-43.801906l-.133474-.06277z"/>
+    </g>
+</svg>
Index: /trunk/resources/images/data/imagery/osmbasedmap.svg
===================================================================
--- /trunk/resources/images/data/imagery/osmbasedmap.svg	(revision 16006)
+++ /trunk/resources/images/data/imagery/osmbasedmap.svg	(revision 16006)
@@ -0,0 +1,252 @@
+<svg height="256" width="256" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <linearGradient id="a">
+        <stop offset="0"/>
+        <stop offset="1" stop-opacity="0"/>
+    </linearGradient>
+    <linearGradient id="b">
+        <stop offset="0" stop-color="#fff"/>
+        <stop offset="1" stop-color="#fff" stop-opacity="0"/>
+    </linearGradient>
+    <linearGradient id="c">
+        <stop offset="0" stop-color="#f9e295"/>
+        <stop offset=".125" stop-color="#f7dd84"/>
+        <stop offset=".20580582" stop-color="#fff"/>
+        <stop offset=".30112621" stop-color="#f4ce51"/>
+        <stop offset=".3412039" stop-color="#f9e7aa"/>
+        <stop offset="1" stop-color="#efbb0e"/>
+    </linearGradient>
+    <linearGradient id="d">
+        <stop offset="0" stop-color="#2d3335"/>
+        <stop offset=".5" stop-color="#4c464a"/>
+        <stop offset="1" stop-color="#384042"/>
+    </linearGradient>
+    <linearGradient id="e">
+        <stop offset="0" stop-color="#d0e9f2" stop-opacity="0"/>
+        <stop offset=".83932751" stop-color="#d0e9f2" stop-opacity="0"/>
+        <stop offset=".94308507" stop-color="#d0e9f2" stop-opacity=".281853"/>
+        <stop offset="1" stop-color="#d0e9f2"/>
+    </linearGradient>
+    <linearGradient id="f" gradientUnits="userSpaceOnUse" x1="94.25" x2="9" xlink:href="#a" y1="-94.671967" y2="-179.96893"/>
+    <linearGradient id="g" gradientUnits="userSpaceOnUse" x1="50.75" x2="35.75" xlink:href="#a" y1="-114.4375" y2="-30.4375"/>
+    <linearGradient id="h" gradientUnits="userSpaceOnUse" x1="77.625" x2="115.25" xlink:href="#a" y1="-163.125" y2="-74.625"/>
+    <linearGradient id="i" gradientUnits="userSpaceOnUse" x1="56.5" x2="125.71875" xlink:href="#a" y1="-50.4375" y2="7.0625"/>
+    <linearGradient id="j" gradientUnits="userSpaceOnUse" x1="35" x2="180.75" xlink:href="#a" y1="-163.29688" y2="-146.79688"/>
+    <linearGradient id="k" gradientUnits="userSpaceOnUse" x1="57.000099" x2="179" xlink:href="#a" y1="-141.10941" y2="-41.609402"/>
+    <linearGradient id="l" gradientUnits="userSpaceOnUse" x1="156" x2="208.25" xlink:href="#a" y1="-26.5" y2="39.75"/>
+    <linearGradient id="m" gradientUnits="userSpaceOnUse" x1="142.75" x2="235" xlink:href="#a" y1="-169.29688" y2="-77.296875"/>
+    <linearGradient id="n" gradientUnits="userSpaceOnUse" x1="214.25" x2="166.5" xlink:href="#b" y1="-161.35938" y2="-113.71875"/>
+    <linearGradient id="o" gradientUnits="userSpaceOnUse" x1="53.25" x2="57.65625" xlink:href="#b" y1="-126.5" y2="-62.46875"/>
+    <linearGradient id="p" gradientUnits="userSpaceOnUse" x1="39.5" x2="75.71875" xlink:href="#b" y1="6.625025" y2="-17.124975"/>
+    <linearGradient id="q" gradientUnits="userSpaceOnUse" x1="102" x2="85.3125" xlink:href="#b" y1="-162.34375" y2="-121.4375"/>
+    <linearGradient id="r" gradientUnits="userSpaceOnUse" x1="117.75" x2="63.5" xlink:href="#b" y1="-78.09375" y2="-14.75"/>
+    <linearGradient id="s" gradientUnits="userSpaceOnUse" x1="180.68745" x2="133.93745" xlink:href="#b" y1="-125.125" y2="-60.74995"/>
+    <linearGradient id="t" gradientUnits="userSpaceOnUse" x1="170.75" x2="130.21875" xlink:href="#b" y1="-23.5" y2="33.375"/>
+    <linearGradient id="u" gradientUnits="userSpaceOnUse" x1="213.5" x2="181.75005" xlink:href="#b" y1="-76" y2="-5.6563"/>
+    <linearGradient id="v" gradientUnits="userSpaceOnUse" x1="210.17188" x2="9" xlink:href="#a" y1="62.064125" y2="-223.25346"/>
+    <clipPath id="w">
+        <path d="m9 12.25s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z"/>
+    </clipPath>
+    <clipPath id="x">
+        <path d="m9 12.25s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z"/>
+    </clipPath>
+    <clipPath id="y">
+        <path d="m9 12.25s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z"/>
+    </clipPath>
+    <radialGradient id="z" cx="128" cy="86" gradientTransform="matrix(1.0212766 0 0 -1.0212766 -212.7234 173.82979)" gradientUnits="userSpaceOnUse" r="47" xlink:href="#e"/>
+    <linearGradient id="A" gradientTransform="matrix(-1 0 0 1 46 0)" gradientUnits="userSpaceOnUse" x1="123" x2="133" xlink:href="#d" y1="150.375" y2="150.375"/>
+    <linearGradient id="B" gradientUnits="userSpaceOnUse" x1="-82" x2="-79.125" xlink:href="#d" y1="134.35938" y2="143.35938"/>
+    <linearGradient id="C" gradientTransform="matrix(-2 0 0 1.7699115 174 -86.65044)" gradientUnits="userSpaceOnUse" x1="123" x2="133" xlink:href="#d" y1="150.375" y2="150.375"/>
+    <linearGradient id="D" gradientUnits="userSpaceOnUse" x1="-90" x2="-74" xlink:href="#c" y1="186.5" y2="186.5"/>
+    <linearGradient id="E" gradientUnits="userSpaceOnUse" x1="-90" x2="-74" xlink:href="#c" y1="253.5" y2="253.5"/>
+    <linearGradient id="F" gradientTransform="matrix(.9842718 .9842718 -.9842718 .9842718 66.992154 -59.215687)" gradientUnits="userSpaceOnUse" x1="120" x2="136" xlink:href="#c" y1="186.5" y2="186.5"/>
+    <linearGradient id="G" gradientTransform="matrix(-1.9685436 -1.9685436 -1.742074 1.742074 596.18632 167.51089)" gradientUnits="userSpaceOnUse" x1="123" x2="133" xlink:href="#d" y1="150.375" y2="150.375"/>
+    <linearGradient id="H" gradientTransform="matrix(.98427179 .98427179 -.98427179 .98427179 132.93836 -125.1619)" gradientUnits="userSpaceOnUse" x1="120" x2="136" xlink:href="#c" y1="186.5" y2="186.5"/>
+    <linearGradient id="I" gradientTransform="matrix(-.98427179 -.98427179 -.98427179 .98427179 384.91194 126.81168)" gradientUnits="userSpaceOnUse" x1="123" x2="133" xlink:href="#d" y1="150.375" y2="150.375"/>
+    <linearGradient id="J" gradientTransform="matrix(.98427179 .98427179 -.98427179 .98427179 132.93836 -125.1619)" gradientUnits="userSpaceOnUse" x1="128" x2="130.875" xlink:href="#d" y1="134.35938" y2="143.35938"/>
+    <radialGradient id="K" cx="128" cy="86" gradientTransform="matrix(1.0052137 1.0052137 1.0052137 -1.0052137 -40.83796 43.253296)" gradientUnits="userSpaceOnUse" r="47" xlink:href="#e"/>
+    <linearGradient id="L" gradientTransform="matrix(-1.9685436 -1.9685436 -1.742074 1.742074 596.18632 167.51089)" gradientUnits="userSpaceOnUse" x1="108.00327" x2="133" xlink:href="#a" y1="167.7272" y2="150.375"/>
+    <radialGradient id="M" cx="159.61317" cy="72.588303" gradientTransform="matrix(1.2124778 0 0 .83914635 -46.348455 24.528408)" gradientUnits="userSpaceOnUse" r="38.416904">
+        <stop offset="0" stop-color="#fff"/>
+        <stop offset=".5" stop-color="#fff" stop-opacity=".930502"/>
+        <stop offset="1" stop-color="#fff" stop-opacity="0"/>
+    </radialGradient>
+    <radialGradient id="N" cx="159.61317" cy="72.588303" gradientTransform="matrix(1.2124778 0 0 .83914635 -45.919787 25.814437)" gradientUnits="userSpaceOnUse" r="38.416904" xlink:href="#b"/>
+    <linearGradient id="O" gradientUnits="userSpaceOnUse" x1="126.64295" x2="179.96115" xlink:href="#b" y1="19.814894" y2="127.19565"/>
+    <linearGradient id="P" gradientTransform="matrix(-.50295302 .19839946 .19720153 -.43253662 276.15635 123.41729)" gradientUnits="userSpaceOnUse" x1="126.64295" x2="179.96115" xlink:href="#b" y1="29.814894" y2="137.19565"/>
+    <filter id="Q">
+        <feGaussianBlur stdDeviation="4.2868936"/>
+    </filter>
+    <clipPath id="R">
+        <path d="m9 12.25s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z"/>
+    </clipPath>
+    <clipPath id="S">
+        <path d="m9 12.25s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z"/>
+    </clipPath>
+    <clipPath id="T">
+        <path d="m9 12.25s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z"/>
+    </clipPath>
+    <linearGradient id="U" gradientUnits="userSpaceOnUse" x1="210.17188" x2="9" xlink:href="#a" y1="264.064125" y2="-21.25346"/>
+    <clipPath id="V">
+        <path d="m123.62289 141.06193c20.83191 20.24317 54.6071 19.28863 75.439-2.132 20.8319-21.42064 20.8319-55.195816 0-75.438984-20.83191-20.243167-54.60709-19.288643-75.439 2.131999-20.83189 21.42063-20.8319 55.195815 0 75.438985z"/>
+    </clipPath>
+    <filter id="W">
+        <feGaussianBlur stdDeviation="6.3109704"/>
+    </filter>
+    <filter id="X">
+        <feGaussianBlur stdDeviation="4.4575"/>
+    </filter>
+    <linearGradient id="Y" gradientUnits="userSpaceOnUse" x1="122" x2="122" xlink:href="#a" y1="245.448" y2="4.302"/>
+    <clipPath id="Z">
+        <path d="m9 22.578406s7.5 12.393417 11.75 26.799687 6.25 24.994515 6.25 24.994515-5.5 13.194827-8.25 25.417241c-2.75 12.222411-5.75 23.465051-5.75 23.465051s5.75 15.53495 9.25 29.25188c3.5 13.71692 3.75 23.94671 3.75 23.94671s-4 10.57351-7.5 24.85658-5 31.15439-5 31.15439 9.25-2.74812 28.5-1.05502c19.25 1.69311 32.25 3.3917 32.25 3.3917s12.75-3.78119 24-8.19107c11.25-4.40987 16.25-7.81426 16.25-7.81426s5.5.0552 22.5 4.43025c17 4.37508 29.25 6.13433 29.25 6.13433s13-3.80141 26-7.85282 26.5-10.14326 26.5-10.14326-.75-4.93934 4.25-24.84373c5-19.90438 8.75-28.70768 8.75-28.70768s-.5145-4.4553-3.75-19.4467c-1.75-8.10847-2.25-4.06803-2.25-4.06803s16.264-26.15535 16.5-40.334481c.25-15.020219-7.25-36.413636-7.25-36.413636s-4.75-14.865832-7.5-29.143418-8.25-25.0827591-8.25-25.0827591-24.25 10.9612831-31.75 13.0678661c-7.5 2.106582-21 6.948431-21 6.948431s-9.75-3.461443-22-6.720691c-12.25-3.259249-29.75-3.09389-29.75-3.09389s-3.25 3.762853-22 9.779309-27.5 7.974136-27.5 7.974136-18.5-7.503763-31.5-8.952353c-13-1.448591-24-.05894-24.75.251722z"/>
+    </clipPath>
+    <path d="m174.28125 35.875c-17.59875 0-35.19216 6.639475-48.71875 19.90625-.16722.163278-.33437.303117-.5.46875-22.05595 22.055948-26.208705 55.25122-12.46875 81.5l-2.28125 1.625c2.24879 4.23988 4.94165 8.3068 8.09375 12.125l-13.3125 13.34375c-1.34137-.58575-2.78858-1.03331-4.5625-1.375l-2.84375 2.84375c-1.109469-.48387-2.138019-.81588-3.0625-.875l-64.125 64.125c-.03687 1.10087.22615 2.18738.65625 3.28125l-.53125.53125-1.09375 1.09375c.715438 3.7378 2.010432 6.82294 5.46875 10.28125 3.458318 3.45832 6.420414 4.63027 10.28125 5.46875l1.09375-1.09375.71875-.71875c1.088203.46225 2.129899.78617 3.09375.84375l64.125-64.125c-.24286-.97475-.62043-1.93546-1.03125-2.90625l3-3c-.24983-1.73198-.67671-3.19803-1.3125-4.59375l13.28125-13.28125c3.8182 3.1521 7.88512 5.84497 12.125 8.09375l1.625-2.28125c26.24878 13.73995 59.44405 9.58719 81.5-12.46875.16563-.16564.30547-.33278.46875-.5 26.69417-27.21696 26.54861-70.920148-.46875-97.9375-13.58996-13.589959-31.40693-20.375-49.21875-20.375zm-.5 3.28125c.10467.0015.20783-.002.3125 0 .94919.0184 1.89538.06527 2.84375.125.95844.06036 1.9188.147513 2.875.25.0937.01005.18754.0208.28125.03125.094.01048.1873.02037.28125.03125.1457.01688.29187.04464.4375.0625.8962.109902 1.79491.228119 2.6875.375.61909.101874 1.22687.224117 1.84375.34375.34295.06644.68907.11558 1.03125.1875.7237.152111 1.43647.323392 2.15625.5.31305.07681.62528.137311.9375.21875.0731.01906.1457.04319.21875.0625.9559.252837 1.89673.516294 2.84375.8125.0724.02261.14641.03963.21875.0625.94741.299842 1.90684.625541 2.84375.96875.0531.01945.10323.04291.15625.0625.95458.352395 1.90174.727633 2.84375 1.125.0515.02172.10478.04064.15625.0625.94184.400051 1.88491.836281 2.8125 1.28125.042.02016.083.04225.125.0625.93538.451087 1.86208.909529 2.78125 1.40625.0331.01788.0607.04456.0937.0625.92681.502833 1.84142 1.013321 2.75 1.5625.0321.01939.0617.04305.0937.0625.9081.550934 1.79937 1.121562 2.6875 1.71875.54895.369074 1.0842.76954 1.625 1.15625.3647.260827.73291.512412 1.09375.78125.0185.01381.044.01742.0625.03125.87764.655206 1.74021 1.359931 2.59375 2.0625 1.74268 1.434371 3.43142 2.962673 5.0625 4.59375 1.62048 1.62048 3.13618 3.300564 4.5625 5.03125.009.01124.022.02.0312.03125.70321.854357 1.40674 1.715235 2.0625 2.59375.28277.378769.53857.773223.8125 1.15625.36973.517057.74014 1.037986 1.09375 1.5625.0162.02399.0464.03849.0625.0625.59812.889626 1.16704 1.777833 1.71875 2.6875.0195.03207.0431.06166.0625.09375.54559.902919 1.06267 1.829073 1.5625 2.75.0179.03294.0447.06079.0625.09375.498.921212.95408 1.843744 1.40625 2.78125.0202.04194.0424.08302.0625.125.44611.929867.88027 1.868304 1.28125 2.8125.0218.05123.0409.104977.0625.15625.3948.936122.77461 1.895211 1.125 2.84375.0194.05253.0432.103686.0625.15625.34761.94836.66558 1.884632.96875 2.84375.0227.07167.0401.147026.0625.21875.29398.941172.56134 1.893822.8125 2.84375.0195.07353.0433.145172.0625.21875.0807.309554.14258.627132.21875.9375.17661.719779.34789 1.432546.5 2.15625.0719.342177.12106.688299.1875 1.03125.11963.616882.24188 1.224661.34375 1.84375.14688.892594.2651 1.791302.375 2.6875.0179.145959.0456.291463.0625.4375.0108.09329.0208.187929.0312.28125.0105.09398.0212.187243.0312.28125.10249.9562.18964 1.91656.25 2.875.0592.94244.10661 1.90049.125 2.84375.002.10413-.002.20837 0 .3125.0154 1.05333.004 2.10385-.0312 3.15625-.0316.93056-.0847 1.85279-.15625 2.78125-.01.12493-.0209.25012-.0312.375-.0761.91807-.16591 1.8354-.28125 2.75-.1206.95626-.27395 1.92393-.4375 2.875-.0142.0824-.0168.16767-.0312.25-.022.12485-.0397.25026-.0625.375-.16526.90778-.3579 1.81727-.5625 2.71875-.0306.13463-.0623.27178-.0937.40625-.20775.88866-.44134 1.7751-.6875 2.65625-.16391.58672-.35028 1.16705-.53125 1.75-.17541.56412-.33984 1.12724-.53125 1.6875-.29467.86381-.60475 1.70882-.9375 2.5625-.0606.15549-.12566.31362-.1875.46875-.0449.11246-.0795.23148-.125.34375-.3561.87862-.72813 1.7276-1.125 2.59375-.37698.82347-.7736 1.62644-1.1875 2.4375-.0805.15778-.16807.31147-.25.46875-.41528.7974-.82998 1.59095-1.28125 2.375-.0952.16556-.1844.33506-.28125.5-.19907.33885-.41915.66384-.625 1-.36165.59093-.74237 1.16777-1.125 1.75-.005.007.005.0238 0 .0312-.49081.74574-1.00593 1.48819-1.53125 2.21875-.45727.63592-.95404 1.25128-1.4375 1.875-.19696.25409-.36119.52926-.5625.78125-.13402.16779-.2703.33315-.40625.5-.16351.20064-.3337.39451-.5.59375-.55662.66705-1.13079 1.31785-1.71875 1.96875-.60631.67104-1.23531 1.34705-1.875 2-.16096.16426-.30567.33692-.46875.5-21.13035 21.13035-52.25869 24.49488-77.1875 11.15625l.125-.1875c-3.70417-1.89661-7.26167-4.14046-10.625-6.78125-.53892-.42315-1.06537-.86982-1.59375-1.3125-.51441-.43097-1.0273-.8629-1.53125-1.3125-.0929-.0836-.18872-.1658-.28125-.25-.82173-.74776-1.61189-1.51814-2.40625-2.3125s-1.56473-1.58452-2.3125-2.40625c-.0842-.0925-.16639-.18838-.25-.28125-.4496-.50395-.88153-1.01684-1.3125-1.53125-.44268-.52838-.88935-1.05483-1.3125-1.59375-2.64079-3.36333-4.88464-6.92084-6.78125-10.625l-.1875.125c-13.33863-24.92881-9.9741-56.057154 11.15625-77.1875.16308-.16308.33574-.307785.5-.46875.65295-.639685 1.32896-1.268689 2-1.875.6509-.587956 1.3017-1.162134 1.96875-1.71875.27214-.227086.53777-.465624.8125-.6875.34347-.277429.71509-.511958 1.0625-.78125.62372-.483463 1.23908-.980231 1.875-1.4375.73753-.530331 1.497-1.03609 2.25-1.53125.58223-.382634 1.15907-.763354 1.75-1.125.44667-.27336.89235-.551116 1.34375-.8125.68145-.394786 1.37084-.757473 2.0625-1.125.17606-.09355.35456-.18946.53125-.28125.94525-.490975 1.88143-.9657 2.84375-1.40625.86615-.396875 1.71513-.7689 2.59375-1.125.15281-.06193.31559-.09555.46875-.15625.96839-.384022 1.92468-.758909 2.90625-1.09375.56026-.191407 1.12338-.355843 1.6875-.53125.58295-.180968 1.16328-.367339 1.75-.53125.88115-.246163 1.76759-.479746 2.65625-.6875.0711-.01664.14757-.01486.21875-.03125.41593-.09574.83264-.193899 1.25-.28125.67213-.140825 1.35582-.287161 2.03125-.40625.0823-.01449.16763-.01709.25-.03125.95107-.163551 1.91874-.316902 2.875-.4375 1.96365-.247645 3.92987-.401636 5.90625-.46875 1.0524-.03564 2.10292-.04663 3.15625-.03125z" fill="#2d3335" filter="url(#W)" opacity=".7" transform="matrix(1 .06864071 0 .848698 0 26.913089)"/>
+    <path d="m9 17.25s7.5 11 11.75 25.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 25-5.75 25 5.75 16 9.25 30 3.75 22.25 3.75 22.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-2.5-3.75-17.75-10-29.75-10-29.75 1.75-12.5 6.75-25.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-23.75-8.25-23.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z" fill="url(#Y)" filter="url(#X)" opacity=".5" transform="matrix(1 0 0 .846566 0 27.660073)"/>
+    <path d="m9 2.25s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z" fill="#ceeeab"/>
+    <g clip-path="url(#y)" transform="translate(0 -10)">
+        <path d="m110.75 5.5-4.25 7c-.75 9-2.25 13.75-8.5 16.5s-12.25 3.5-11 7.5 13 9.25 14.25 13 8.25 1.75 11 7 2 15.25-3.75 17.25-17.5.5-20.25 9.5-4.75 10.5-9 12.75-7.25 10.5-3.5 16.5 12.25-1.25 15-6.5 7.25-8.75 7.25-8.75h23.75l59-1.75 3.25-3.75s3.25 4 2.75 8.75-3.75 14.75.25 17.25 19.5-2 24-7-4.75-28.25-10.5-29.5-18.5-1.75-17-7 11.75 4.5 17.25 3.25 16.75-21 12-25.25-24.25-5.25-25.75-8 21-8 22.25-11-2.5-7.25-6.25-8.5-14 16.25-21 15.75-20 5.75-17.25 11.5-6 11-14.5 6.5-24.75-13-21.75-24 21.5-18.75 21.5-18.75zm-13.5625 107.21875c-1.594849.14648-4.46875 4.6875-4.9375 7.03125-.5 2.5-3.25 6.75-3.5 12.25s4.75 6.75 8.75 6.5 2.75-6.75 2-15c-.25 0-.5-10.25-2-10.75-.09375-.0312-.206177-.041-.3125-.0312zm92.71875 51.65625c-6.33545.29541-6.625 7.46875-7.40625 8.875-1.25 2.25 2.25 13.75 2 18s-4.75 5.25-9.5 9.75.5 16 11.25 31l44.75 1.25-1-35s4.75-4.25-20.75-24.25c-9.5625-7.5-15.54248-9.80225-19.34375-9.625zm-149.96875 16.53125c-4.029236-.10254-8.28125 5.71875-9.6875 7.59375-1.5 2-6.25 5-17 9.5l-14.5 34.25 53 4.25s1.75-11-4.25-15.75-17.25-5.75-18.25-13.25 9.25-10 13.75-14.25 2-11.25-2.25-12.25c-.265625-.0625-.543884-.0869-.8125-.0937z" fill="#a6dd8b"/>
+    </g>
+    <path d="m158.53125 75.34375c-4.75983-.014343-9.03125.96875-11.53125 3.15625-8 7-35 .75-48.5 7s-13.25 38-14.75 44.5-17.5 20.75-20 23.5-13.25 7.25-19.5 8.5-12.75 7.25-15.5 11c-2.021124 2.75608-7.406019 6.45031-10.125 8.21875-.0458.18128-.07936.34868-.125.53125-.133689.53475-.24712 1.08331-.375 1.625 4.979513-1.60482 11.179508-8.17951 16.625-13.625 6.25-6.25 20-7.75 27.75-11.5s14.25-19.75 26.5-23.75 21.25 11.75 24.25 18.5 1.75 12.75 3.75 17 11 11.75 11.5 13.5-5 6.5-6.25 8.5-10.5 7-11.75 8.75c-.96568 1.35195-1.92316 6.77314-2.3125 9.21875.41303-.1692.75418-.31053 1.125-.46875.484-2.52933 1.51549-7.07799 2.9375-8.5 2-2 11.25-4.5 12.5-8.5s7-6.5 7-6.5 2.75 4 16 14c8.83333 6.66667 12.7581 15.53356 14.40625 20.71875.6736.17065 1.53295.4094 2.03125.53125-1.22115-4.31871-4.83646-16.23885-8.9375-20.75-5-5.5-18.5-10.75-22.75-22s-24.5-34.25-17.5-40.25 16.5-4 28.5 7.5 46.25 5.75 57.75 3.75c9.95453-1.73122 20.83445 14.88321 23.90625 26.03125.589-2.09567 1.12663-4.00219 1.65625-5.75-1.73806-1.9258-3.69722-4.61996-5.3125-8.28125-3.75-8.5-12-13.25-12-13.25s8.75-5 14.75-7.75c1.61703-.74114 3.00627-1.67713 4.1875-2.65625-.16234-.77403-.25893-1.25585-.4375-2.09375-.0311-.14611-.062-.29154-.0937-.4375-4.76565 5.5624-19.23226 9.61532-21.65625 10.9375-2.75 1.5-18.25 3-35.75 4.5s-26.75-7.5-34.25-14.75-13-36-3-38 20 13.75 30 17 21.5-15.75 19.75-27c-1.20312-7.734375-13.99713-12.624695-24.46875-12.65625zm-53.34375 13.28125c1.27533.0015 5.85938 1.59375 6.5625 2.375 2.25 2.5 2 7.25 0 8s-12.75 8-10.5 14.25 1.75 18-3.5 18-8 0-10-2.5-2-12 0-19.75 3.5-15 8-18.25c3.09375-2.23438 6.63177-2.128357 9.4375-2.125zm13.59375 73.09375c.20325.0137 1.90625 3.51563 4.71875 7.03125 3 3.75 3.25 8.25 3.25 8.25s-4.25-4.75-6-8-2-7.25-2-7.25c0-.0312.0178-.0323.0312-.0312z" fill="#aac3e7"/>
+    <g fill="none">
+        <g stroke="#6d7f42">
+            <path d="m122.75 62.25c6.25.5 12.25-2.25 10.75-6.5s-12.5-7.25-13.25-3 2 10.5 2.5 9.5z" opacity=".386957" stroke-linecap="round" stroke-linejoin="round"/>
+            <path d="m108.75 46.75c-8.5-5.5-8.5-7.25-7-8s10.25 5 12.75 8-2.25 2-5.75 0z" opacity=".386957" stroke-linecap="round" stroke-linejoin="round"/>
+            <g clip-path="url(#w)" transform="translate(0 -10)">
+                <path d="m15.75 151.25c33-2.5 38.25-3.5 36.25-10.25s-8.75-23.5-23-22.5-22.75-6.75-22.75-6.75" opacity=".386957" stroke-linecap="round" stroke-linejoin="round"/>
+                <path d="m17.5 177.25c18.25-10 28.75-8.5 35-11.5s13.25-5.75 15.75-9.5 5.75-11.5 5.75-18-3.5-36 3.25-43.5 17.25-26 26-23.25 12.25 9.75 22 9.5 21.75-4 24.25-12.25-15.75-16-16-23 5.5-14.25 20.25-17 23.5-11.5 23.5-11.5" opacity=".386957"/>
+                <g stroke-linecap="round" stroke-linejoin="round">
+                    <path d="m14.5 161c15.25-1.5 22.25 3.5 31.5 1.75s13.25-3 17.75-5.75 6-3.75 6.25-6.5 1-12.5-3-22-12.5-31.5-8.25-38.75 5.25-21.5 15.75-24.5 21-6.25 27.75-1.25 12.75 14.25 20 14.5 11.75-1.5 14.5-4.5 4.5-10.25 1.75-13.75-15.5-5.5-17.25-9.5-10.75-17-.25-26.75 36.25-8.25 36.25-8.25" opacity=".386957"/>
+                    <path d="m21.25 159c13.75 1 21.5 4.25 33.5-.5s13.5-5.25 13.75-8.75-.25-15.75-3-20-13-13.75-15.75-24.25.25-41 8.5-48.25 32-7.25 37.5-10.5 5.25-16.75 13-24.5 27-12.2500003 27-12.2500003" opacity=".386957"/>
+                    <path d="m190 18.5c11.75 5 39 9.75 47.25 40.25" opacity=".386957"/>
+                    <path d="m9.75 214c19-12.5 36-1.25 49-4s38.25-37.25 46-37 5.5-11.75 8.5-13.25 5.5 6 11.75 8 24.5-2.75 23.5-5.75-7-7.75-5.5-8.5 8.5 5 12.75 3.5 43.75-1 48.5-13.5 21.5-13.5 21.5-13.5" opacity=".386957"/>
+                    <path d="m77.5 233.5c13.5-11.5 23.25-25 28.5-27s12.75-3.75 15.75-8 2.5-10.75 5.25-12 3.75 5.75 8.75 6 36.75-5 42.75-11.75 32.25-12.5 32.5-14.5-1-4.75.25-5.5 24.75-6 24.75-6" opacity=".386957"/>
+                    <path d="m168.75 236c9-13.75 20.5-41 29.5-42s10.25-2.5 12.5-4.25 17 2.25 17 2.25" opacity=".386957"/>
+                </g>
+            </g>
+        </g>
+        <g clip-path="url(#x)" stroke="#d38484" stroke-linecap="round" stroke-width="2" transform="translate(0 -10)">
+            <path d="m57.75 20-8.5 28.25 18 6.25 7.75 36.25-21 22.25 9 10.5-12 11.5.5 4.5 20.25 24.5 14-6.75 20.5 18.5-10.5 28.25 10.25 8.5-2.75 13"/>
+            <path d="m105.75 212.25 12.5-27.75 11-7 27.5 15.75 20.5-3.75-.25-15.75-10.25-6 12.75-26.25 5.75-3.75 38.75-10"/>
+        </g>
+    </g>
+    <g transform="translate(0 192)">
+        <g opacity=".504348" transform="translate(0 128)">
+            <path d="m219.25 10s-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8c-18.749997 4.5-27.5 5.75-27.5 5.75s-18.5-9-31.5-11.5-24-2-24.75-1.75c0 0 7.5 13 11.75 27.75s6.25 25.5 6.25 25.5l51.46875 5.125 48.96875-4 52.25 12.03125c10.38569-4.417754 52.11671-4.900465 55.3125-13.15625 0 0-4.75-15.25-7.5-29.75s-8.25-25.75-8.25-25.75z" fill="#b1e479"/>
+            <path d="m27 65.5s-5.5 12.75-8.25 24.75-5.75 23-5.75 23l50.96875 16.375 53.71875-15.75 52.25 17.53125c16.36464-4.25661 32.39694-9.11822 48.0625-15.40625 0 0 1.75-10.5 6.75-23.75s10.25-26.75 10.25-26.75c-3.19579 8.25579-44.92681 8.7385-55.3125 13.15625l-52.25-12.03125-47.96875 4z" fill="#87d531"/>
+            <path d="m231.75 165.5c-17.89941 7.67118-35.94319 14.90405-54.3125 21.40625l-52.25-18.53125-50.21875 9-48.96875-9.875s-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.750003-2.75 24-6.25c11.25-3.5 16.25-6.5 16.25-6.5s5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28z" fill="#ceeeab"/>
+            <path d="m13 113.25s5.75 16 9.25 30 3.75 24.25 3.75 24.25l48.96875 9.875 50.21875-9 52.25 18.53125c18.36931-6.5022 36.41309-13.73507 54.3125-21.40625 0 0-.5-4.5-3.75-19.75s-10-29.75-10-29.75c-15.66556 6.28803-31.69786 11.14964-48.0625 15.40625l-52.25-17.53125-53.71875 15.75z" fill="#b9e787"/>
+        </g>
+        <g opacity=".521739" transform="translate(0 140)">
+            <path d="m13.71875.03125c-2.729004-.007-4.4375.125-4.71875.21875 0 0 7.5 13 11.75 27.75s6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6l1.5-53.25-12.25-46.5 16-59.75c-2.220207-15.47997-9.067705-30.04646-14.25-44.75 0 0-18.5-9-31.5-11.5-8.125-1.5625-15.48291-1.95654-20.03125-1.96875z" fill="#83d32b"/>
+            <path d="m114.75-.25s-3.25 3.5-22 8-27.5 5.75-27.5 5.75c5.182295 14.70354 12.029793 29.27003 14.25 44.75l-16 59.75 12.25 46.5-1.5 53.25s12.75-2.75 24-6.25 16.25-6.5 16.25-6.5l11.25-48.5-8.25-54.25 11.75-45c-3.43969-9.72678-8.06447-56.92976-14.5-57.5z" fill="#b1e479"/>
+            <path d="m219.25-2s-24.25 9-31.75 10.5-21 5.25-21 5.25c4.92395-1.35833 11.43679 45.39247 14.25 52.25l-11.25 53.25 9.5 55-12.75 45.5s13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75z" fill="#a4df62"/>
+            <path d="m114.75-.25c6.43553.57024 11.06031 47.77322 14.5 57.5l-11.75 45 8.25 53.25-11.25 49.5s5.5.5 22.5 6.25 29.25 8.5 29.25 8.5l12.75-45.5-9.5-55 11.25-53.25c-2.81321-6.85753-9.32605-53.60833-14.25-52.25 0 0-9.75-4.25-22-8.5s-29.75-5.5-29.75-5.5z" fill="#ceeeab"/>
+        </g>
+        <path d="m9-189.75s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z" fill="url(#v)" opacity=".03913"/>
+    </g>
+    <g opacity=".269566" transform="translate(0 182)">
+        <path d="m219.25-182s-24.25 9-31.75 10.5-21 5.25-21 5.25c4.92395-1.35833 11.43679 45.39247 14.25 52.25l-.0625.28125c11.80794-4.07379 51.21047-4.76768 54.3125-12.78125 0 0-4.75-15.25-7.5-29.75s-8.25-25.75-8.25-25.75z" fill="url(#n)"/>
+        <path d="m27-126.5s-5.5 12.75-8.25 24.75-5.75 23-5.75 23l50.625 16.28125 15.78125-58.90625z" fill="url(#o)"/>
+        <path d="m26-24.5s-4 10.25-7.5 24.25-5 30.75-5 30.75.146973-.0454.4375-.0937c2.033691-.33838 11.21875-1.5 28.0625 1.34375 19.25 3.25 32.25 6 32.25 6l1.46875-52.5-.75.125z" fill="url(#p)"/>
+        <path d="m114.75-180.25s-3.25 3.5-22 8c-18.749997 4.5-27.5 5.75-27.5 5.75 5.182295 14.70354 12.029793 29.27003 14.25 44.75l-.09375.3125 48.03125-3.9375 1.125.25c-3.36248-13.3228-7.79603-54.59189-13.8125-55.125z" fill="url(#q)"/>
+        <path d="m117.59375-78.09375-53.625 15.71875-.34375-.09375-.125.46875 12.25 46.5-.03125.75 49.46875-8.875.53125.1875.0312-.0625-8.25-54.25.0937-.34375z" fill="url(#r)"/>
+        <path d="m128.5625-125.125c.2342.92795.46352 1.74163.6875 2.375l-11.65625 44.65625.0937-.0312 51.8125 17.375 11.1875-52.96875c-.35691.12314-.69529.24538-1 .375l-51.125-11.78125z" fill="url(#s)"/>
+        <path d="m125.53125-23.5-11.03125 48.5s5.5.5 22.5 6.25c2.125.71875 4.16309 1.40576 6.125 2.03125s3.85547 1.18555 5.625 1.71875c10.61719 3.19922 17.5 4.75 17.5 4.75l12.71875-45.40625c-.51226.18264-1.01849.381-1.53125.5625z" fill="url(#t)"/>
+        <path d="m218-76c-15.66556 6.28803-31.69786 11.14964-48.0625 15.40625l-.4375-.15625 9.5 55-.0312.0937c17.83902-6.36013 35.38148-13.3867 52.78125-20.84375 0 0-.5-4.5-3.75-19.75-3.25005-15.24995-10.00005-29.74995-10.00005-29.74995z" fill="url(#u)"/>
+    </g>
+    <g opacity=".043478" transform="translate(0 182)">
+        <path d="m13.71875-179.96875c-1.10624-.003-1.972215.0321-2.71875.0625-.44524.0181-.855414.039-1.15625.0625-.02929.002-.06595-.002-.09375 0-.397949.0327-.65625.0625-.75.0937 0 0 7.5 13 11.75 27.75 4.25 14.75005 6.25 25.50005 6.25 25.50005l51.46875 5.125.9375-.0625.09375-.3125c-2.220207-15.47997-9.067705-30.04646-14.25-44.75 0 0-18.5-9-31.5-11.5-1.018266-.19582-2.01024-.37068-3-.53125-.595613-.0967-1.166881-.19638-1.75-.28125-.236584-.0344-.453191-.0612-.6875-.0937-1.306478-.18185-2.588005-.34039-3.8125-.46875-.734553-.077-1.394596-.12759-2.09375-.1875-.684889-.0591-1.352939-.11189-2-.15625-.991872-.0678-1.890406-.11834-2.78125-.15625-1.456368-.0631-2.769165-.0907-3.90625-.0937z" fill="url(#f)"/>
+        <path d="m13-78.75s5.75 16 9.25 30 3.75 24.25 3.75 24.25l48.96875 9.875.75-.125.03125-.75-12.25-46.5.125-.46875z" fill="url(#g)"/>
+        <path d="m127.4375-125.375-47.96875 4h-.0625l-15.78125 58.90625.34375.09375 53.625-15.71875 11.65625-44.65625c-.22398-.63337-.4533-1.44705-.6875-2.375z" fill="url(#h)"/>
+        <path d="m125.1875-23.625-49.46875 8.875-1.46875 52.5s12.750003-2.75 24-6.25c11.25-3.5 16.25-6.5 16.25-6.5l11.21875-48.4375z" fill="url(#i)"/>
+        <path d="m114.75-180.25c6.01647.53311 10.45002 41.8022 13.8125 55.125l51.125 11.78125c.30471-.12962.64309-.25186 1-.375l.0625-.28125c-2.81321-6.85753-9.32605-53.60833-14.25-52.25 0 0-.61328-.25391-1.71875-.71875-3.31641-1.39453-11.09375-4.59375-20.28125-7.78125-12.25-4.25-29.75-5.5-29.75-5.5z" fill="url(#j)"/>
+        <path d="m117.6875-78.125-.0937.0312-.0937.34375 8.25 53.25-.21875 1 51.90625 18.40625c.51276-.1815 1.01899-.37986 1.53125-.5625l.03115-.0937-9.5-55z" fill="url(#k)"/>
+        <path d="m231.75-26.5c-17.39977 7.45705-34.94223 14.48362-52.78125 20.84375l-12.71875 45.40625s13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28z" fill="url(#l)"/>
+        <path d="m235-126.5c-3.10203 8.01357-42.50456 8.70746-54.3125 12.78125l-11.1875 52.96875.4375.15625c16.36464-4.25661 32.39694-9.11822 48.0625-15.40625 0 0 1.75-10.5 6.75-23.75s10.25-26.75 10.25-26.75z" fill="url(#m)"/>
+    </g>
+    <g clip-path="url(#V)" transform="matrix(1.2525366 .03539823 0 1.2525366 -27.80947 -48.34395)">
+        <path d="m9 12.25s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z" fill="#ceeeab"/>
+        <g clip-path="url(#R)">
+            <path d="m110.75 5.5-4.25 7c-.75 9-2.25 13.75-8.5 16.5s-12.25 3.5-11 7.5 13 9.25 14.25 13 8.25 1.75 11 7 2 15.25-3.75 17.25-17.5.5-20.25 9.5-4.75 10.5-9 12.75-7.25 10.5-3.5 16.5 12.25-1.25 15-6.5 7.25-8.75 7.25-8.75h23.75l59-1.75 3.25-3.75s3.25 4 2.75 8.75-3.75 14.75.25 17.25 19.5-2 24-7-4.75-28.25-10.5-29.5-18.5-1.75-17-7 11.75 4.5 17.25 3.25 16.75-21 12-25.25-24.25-5.25-25.75-8 21-8 22.25-11-2.5-7.25-6.25-8.5-14 16.25-21 15.75-20 5.75-17.25 11.5-6 11-14.5 6.5-24.75-13-21.75-24 21.5-18.75 21.5-18.75zm-13.5625 107.21875c-1.594849.14648-4.46875 4.6875-4.9375 7.03125-.5 2.5-3.25 6.75-3.5 12.25s4.75 6.75 8.75 6.5 2.75-6.75 2-15c-.25 0-.5-10.25-2-10.75-.09375-.0312-.206177-.041-.3125-.0312zm92.71875 51.65625c-6.33545.29541-6.625 7.46875-7.40625 8.875-1.25 2.25 2.25 13.75 2 18s-4.75 5.25-9.5 9.75.5 16 11.25 31l44.75 1.25-1-35s4.75-4.25-20.75-24.25c-9.5625-7.5-15.54248-9.80225-19.34375-9.625zm-149.96875 16.53125c-4.029236-.10254-8.28125 5.71875-9.6875 7.59375-1.5 2-6.25 5-17 9.5l-14.5 34.25 53 4.25s1.75-11-4.25-15.75-17.25-5.75-18.25-13.25 9.25-10 13.75-14.25 2-11.25-2.25-12.25c-.265625-.0625-.543884-.0869-.8125-.0937z" fill="#a6dd8b"/>
+        </g>
+        <path d="m158.53125 85.34375c-4.75983-.014343-9.03125.96875-11.53125 3.15625-8 7-35 .75-48.5 7s-13.25 38-14.75 44.5-17.5 20.75-20 23.5-13.25 7.25-19.5 8.5-12.75 7.25-15.5 11c-2.021124 2.75608-7.406019 6.45031-10.125 8.21875-.0458.18128-.07936.34868-.125.53125-.133689.53475-.24712 1.08331-.375 1.625 4.979513-1.60482 11.179508-8.17951 16.625-13.625 6.25-6.25 20-7.75 27.75-11.5s14.25-19.75 26.5-23.75 21.25 11.75 24.25 18.5 1.75 12.75 3.75 17 11 11.75 11.5 13.5-5 6.5-6.25 8.5-10.5 7-11.75 8.75c-.96568 1.35195-1.92316 6.77314-2.3125 9.21875.41303-.1692.75418-.31053 1.125-.46875.484-2.52933 1.51549-7.07799 2.9375-8.5 2-2 11.25-4.5 12.5-8.5s7-6.5 7-6.5 2.75 4 16 14c8.83333 6.66667 12.7581 15.53356 14.40625 20.71875.6736.17065 1.53295.4094 2.03125.53125-1.22115-4.31871-4.83646-16.23885-8.9375-20.75-5-5.5-18.5-10.75-22.75-22s-24.5-34.25-17.5-40.25 16.5-4 28.5 7.5 46.25 5.75 57.75 3.75c9.95453-1.73122 20.83445 14.88321 23.90625 26.03125.589-2.09567 1.12663-4.00219 1.65625-5.75-1.73806-1.9258-3.69722-4.61996-5.3125-8.28125-3.75-8.5-12-13.25-12-13.25s8.75-5 14.75-7.75c1.61703-.74114 3.00627-1.67713 4.1875-2.65625-.16234-.77403-.25893-1.25585-.4375-2.09375-.0311-.14611-.062-.29154-.0937-.4375-4.76565 5.5624-19.23226 9.61532-21.65625 10.9375-2.75 1.5-18.25 3-35.75 4.5s-26.75-7.5-34.25-14.75-13-36-3-38 20 13.75 30 17 21.5-15.75 19.75-27c-1.20312-7.734375-13.99713-12.624695-24.46875-12.65625zm-53.34375 13.28125c1.27533.0015 5.85938 1.59375 6.5625 2.375 2.25 2.5 2 7.25 0 8s-12.75 8-10.5 14.25 1.75 18-3.5 18-8 0-10-2.5-2-12 0-19.75 3.5-15 8-18.25c3.09375-2.23438 6.63177-2.128357 9.4375-2.125zm13.59375 73.09375c.20325.0137 1.90625 3.51563 4.71875 7.03125 3 3.75 3.25 8.25 3.25 8.25s-4.25-4.75-6-8-2-7.25-2-7.25c0-.0312.0178-.0323.0312-.0312z" fill="#aac3e7"/>
+        <g fill="none">
+            <g stroke="#6d7f42">
+                <path d="m122.75 72.25c6.25.5 12.25-2.25 10.75-6.5s-12.5-7.25-13.25-3 2 10.5 2.5 9.5z" opacity=".386957" stroke-linecap="round" stroke-linejoin="round"/>
+                <path d="m108.75 56.75c-8.5-5.5-8.5-7.25-7-8s10.25 5 12.75 8-2.25 2-5.75 0z" opacity=".386957" stroke-linecap="round" stroke-linejoin="round"/>
+                <g clip-path="url(#S)">
+                    <path d="m15.75 151.25c33-2.5 38.25-3.5 36.25-10.25s-8.75-23.5-23-22.5-22.75-6.75-22.75-6.75" opacity=".386957" stroke-linecap="round" stroke-linejoin="round"/>
+                    <path d="m17.5 177.25c18.25-10 28.75-8.5 35-11.5s13.25-5.75 15.75-9.5 5.75-11.5 5.75-18-3.5-36 3.25-43.5 17.25-26 26-23.25 12.25 9.75 22 9.5 21.75-4 24.25-12.25-15.75-16-16-23 5.5-14.25 20.25-17 23.5-11.5 23.5-11.5" opacity=".386957"/>
+                    <g stroke-linecap="round" stroke-linejoin="round">
+                        <path d="m14.5 161c15.25-1.5 22.25 3.5 31.5 1.75s13.25-3 17.75-5.75 6-3.75 6.25-6.5 1-12.5-3-22-12.5-31.5-8.25-38.75 5.25-21.5 15.75-24.5 21-6.25 27.75-1.25 12.75 14.25 20 14.5 11.75-1.5 14.5-4.5 4.5-10.25 1.75-13.75-15.5-5.5-17.25-9.5-10.75-17-.25-26.75 36.25-8.25 36.25-8.25" opacity=".386957"/>
+                        <path d="m21.25 159c13.75 1 21.5 4.25 33.5-.5s13.5-5.25 13.75-8.75-.25-15.75-3-20-13-13.75-15.75-24.25.25-41 8.5-48.25 32-7.25 37.5-10.5 5.25-16.75 13-24.5 27-12.2500003 27-12.2500003" opacity=".386957"/>
+                        <path d="m190 18.5c11.75 5 39 9.75 47.25 40.25" opacity=".386957"/>
+                        <path d="m9.75 214c19-12.5 36-1.25 49-4s38.25-37.25 46-37 5.5-11.75 8.5-13.25 5.5 6 11.75 8 24.5-2.75 23.5-5.75-7-7.75-5.5-8.5 8.5 5 12.75 3.5 43.75-1 48.5-13.5 21.5-13.5 21.5-13.5" opacity=".386957"/>
+                        <path d="m77.5 233.5c13.5-11.5 23.25-25 28.5-27s12.75-3.75 15.75-8 2.5-10.75 5.25-12 3.75 5.75 8.75 6 36.75-5 42.75-11.75 32.25-12.5 32.5-14.5-1-4.75.25-5.5 24.75-6 24.75-6" opacity=".386957"/>
+                        <path d="m168.75 236c9-13.75 20.5-41 29.5-42s10.25-2.5 12.5-4.25 17 2.25 17 2.25" opacity=".386957"/>
+                    </g>
+                </g>
+            </g>
+            <g clip-path="url(#T)" stroke="#d38484" stroke-linecap="round" stroke-width="2">
+                <path d="m57.75 20-8.5 28.25 18 6.25 7.75 36.25-21 22.25 9 10.5-12 11.5.5 4.5 20.25 24.5 14-6.75 20.5 18.5-10.5 28.25 10.25 8.5-2.75 13"/>
+                <path d="m105.75 212.25 12.5-27.75 11-7 27.5 15.75 20.5-3.75-.25-15.75-10.25-6 12.75-26.25 5.75-3.75 38.75-10"/>
+            </g>
+        </g>
+        <path d="m9 12.25s7.5 13 11.75 27.75 6.25 25.5 6.25 25.5-5.5 12.75-8.25 24.75-5.75 23-5.75 23 5.75 16 9.25 30 3.75 24.25 3.75 24.25-4 10.25-7.5 24.25-5 30.75-5 30.75 9.25-2 28.5 1.25 32.25 6 32.25 6 12.75-2.75 24-6.25 16.25-6.5 16.25-6.5 5.5.5 22.5 6.25 29.25 8.5 29.25 8.5 13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28-.5-4.5-3.75-19.75-10-29.75-10-29.75 1.75-10.5 6.75-23.75 10.25-26.75 10.25-26.75-4.75-15.25-7.5-29.75-8.25-25.75-8.25-25.75-24.25 9-31.75 10.5-21 5.25-21 5.25-9.75-4.25-22-8.5-29.75-5.5-29.75-5.5-3.25 3.5-22 8-27.5 5.75-27.5 5.75-18.5-9-31.5-11.5-24-2-24.75-1.75z" fill="url(#U)" opacity=".03913"/>
+        <g opacity=".269566" transform="translate(0 192)">
+            <path d="m219.25-182s-24.25 9-31.75 10.5-21 5.25-21 5.25c4.92395-1.35833 11.43679 45.39247 14.25 52.25l-.0625.28125c11.80794-4.07379 51.21047-4.76768 54.3125-12.78125 0 0-4.75-15.25-7.5-29.75s-8.25-25.75-8.25-25.75z" fill="url(#n)"/>
+            <path d="m27-126.5s-5.5 12.75-8.25 24.75-5.75 23-5.75 23l50.625 16.28125 15.78125-58.90625z" fill="url(#o)"/>
+            <path d="m26-24.5s-4 10.25-7.5 24.25-5 30.75-5 30.75.146973-.0454.4375-.0937c2.033691-.33838 11.21875-1.5 28.0625 1.34375 19.25 3.25 32.25 6 32.25 6l1.46875-52.5-.75.125z" fill="url(#p)"/>
+            <path d="m114.75-180.25s-3.25 3.5-22 8c-18.749997 4.5-27.5 5.75-27.5 5.75 5.182295 14.70354 12.029793 29.27003 14.25 44.75l-.09375.3125 48.03125-3.9375 1.125.25c-3.36248-13.3228-7.79603-54.59189-13.8125-55.125z" fill="url(#q)"/>
+            <path d="m117.59375-78.09375-53.625 15.71875-.34375-.09375-.125.46875 12.25 46.5-.03125.75 49.46875-8.875.53125.1875.0312-.0625-8.25-54.25.0937-.34375z" fill="url(#r)"/>
+            <path d="m128.5625-125.125c.2342.92795.46352 1.74163.6875 2.375l-11.65625 44.65625.0937-.0312 51.8125 17.375 11.1875-52.96875c-.35691.12314-.69529.24538-1 .375l-51.125-11.78125z" fill="url(#s)"/>
+            <path d="m125.53125-23.5-11.03125 48.5s5.5.5 22.5 6.25c2.125.71875 4.16309 1.40576 6.125 2.03125s3.85547 1.18555 5.625 1.71875c10.61719 3.19922 17.5 4.75 17.5 4.75l12.71875-45.40625c-.51226.18264-1.01849.381-1.53125.5625z" fill="url(#t)"/>
+            <path d="m218-76c-15.66556 6.28803-31.69786 11.14964-48.0625 15.40625l-.4375-.15625 9.5 55-.0312.0937c17.83902-6.36013 35.38148-13.3867 52.78125-20.84375 0 0-.5-4.5-3.75-19.75-3.25005-15.24995-10.00005-29.74995-10.00005-29.74995z" fill="url(#u)"/>
+        </g>
+        <g opacity=".043478" transform="translate(0 192)">
+            <path d="m13.71875-179.96875c-1.10624-.003-1.972215.0321-2.71875.0625-.44524.0181-.855414.039-1.15625.0625-.02929.002-.06595-.002-.09375 0-.397949.0327-.65625.0625-.75.0937 0 0 7.5 13 11.75 27.75 4.25 14.75005 6.25 25.50005 6.25 25.50005l51.46875 5.125.9375-.0625.09375-.3125c-2.220207-15.47997-9.067705-30.04646-14.25-44.75 0 0-18.5-9-31.5-11.5-1.018266-.19582-2.01024-.37068-3-.53125-.595613-.0967-1.166881-.19638-1.75-.28125-.236584-.0344-.453191-.0612-.6875-.0937-1.306478-.18185-2.588005-.34039-3.8125-.46875-.734553-.077-1.394596-.12759-2.09375-.1875-.684889-.0591-1.352939-.11189-2-.15625-.991872-.0678-1.890406-.11834-2.78125-.15625-1.456368-.0631-2.769165-.0907-3.90625-.0937z" fill="url(#f)"/>
+            <path d="m13-78.75s5.75 16 9.25 30 3.75 24.25 3.75 24.25l48.96875 9.875.75-.125.03125-.75-12.25-46.5.125-.46875z" fill="url(#g)"/>
+            <path d="m127.4375-125.375-47.96875 4h-.0625l-15.78125 58.90625.34375.09375 53.625-15.71875 11.65625-44.65625c-.22398-.63337-.4533-1.44705-.6875-2.375z" fill="url(#h)"/>
+            <path d="m125.1875-23.625-49.46875 8.875-1.46875 52.5s12.750003-2.75 24-6.25c11.25-3.5 16.25-6.5 16.25-6.5l11.21875-48.4375z" fill="url(#i)"/>
+            <path d="m114.75-180.25c6.01647.53311 10.45002 41.8022 13.8125 55.125l51.125 11.78125c.30471-.12962.64309-.25186 1-.375l.0625-.28125c-2.81321-6.85753-9.32605-53.60833-14.25-52.25 0 0-.61328-.25391-1.71875-.71875-3.31641-1.39453-11.09375-4.59375-20.28125-7.78125-12.25-4.25-29.75-5.5-29.75-5.5z" fill="url(#j)"/>
+            <path d="m117.6875-78.125-.0937.0312-.0937.34375 8.25 53.25-.21875 1 51.90625 18.40625c.51276-.1815 1.01899-.37986 1.53125-.5625l.03115-.0937-9.5-55z" fill="url(#k)"/>
+            <path d="m231.75-26.5c-17.39977 7.45705-34.94223 14.48362-52.78125 20.84375l-12.71875 45.40625s13-2.75 26-5.75 26.5-8 26.5-8-.75-5 4.25-24.5 8.75-28 8.75-28z" fill="url(#l)"/>
+            <path d="m235-126.5c-3.10203 8.01357-42.50456 8.70746-54.3125 12.78125l-11.1875 52.96875.4375.15625c16.36464-4.25661 32.39694-9.11822 48.0625-15.40625 0 0 1.75-10.5 6.75-23.75s10.25-26.75 10.25-26.75z" fill="url(#m)"/>
+        </g>
+    </g>
+    <path clip-path="url(#Z)" d="m174.28125 35.875c-17.59875 0-35.19216 6.639475-48.71875 19.90625-.16722.163278-.33437.303117-.5.46875-22.05595 22.055948-26.208705 55.25122-12.46875 81.5l-2.28125 1.625c2.24879 4.23988 4.94165 8.3068 8.09375 12.125l-13.3125 13.34375c-1.34137-.58575-2.78858-1.03331-4.5625-1.375l-2.84375 2.84375c-1.109469-.48387-2.138019-.81588-3.0625-.875l-64.125 64.125c-.03687 1.10087.22615 2.18738.65625 3.28125l-.53125.53125-1.09375 1.09375c.715438 3.7378 2.010432 6.82294 5.46875 10.28125 3.458318 3.45832 6.420414 4.63027 10.28125 5.46875l1.09375-1.09375.71875-.71875c1.088203.46225 2.129899.78617 3.09375.84375l64.125-64.125c-.24286-.97475-.62043-1.93546-1.03125-2.90625l3-3c-.24983-1.73198-.67671-3.19803-1.3125-4.59375l13.28125-13.28125c3.8182 3.1521 7.88512 5.84497 12.125 8.09375l1.625-2.28125c26.24878 13.73995 59.44405 9.58719 81.5-12.46875.16563-.16564.30547-.33278.46875-.5 26.69417-27.21696 26.54861-70.920148-.46875-97.9375-13.58996-13.589959-31.40693-20.375-49.21875-20.375zm-.5 3.28125c.10467.0015.20783-.002.3125 0 .94919.0184 1.89538.06527 2.84375.125.95844.06036 1.9188.147513 2.875.25.0937.01005.18754.0208.28125.03125.094.01048.1873.02037.28125.03125.1457.01688.29187.04464.4375.0625.8962.109902 1.79491.228119 2.6875.375.61909.101874 1.22687.224117 1.84375.34375.34295.06644.68907.11558 1.03125.1875.7237.152111 1.43647.323392 2.15625.5.31305.07681.62528.137311.9375.21875.0731.01906.1457.04319.21875.0625.9559.252837 1.89673.516294 2.84375.8125.0724.02261.14641.03963.21875.0625.94741.299842 1.90684.625541 2.84375.96875.0531.01945.10323.04291.15625.0625.95458.352395 1.90174.727633 2.84375 1.125.0515.02172.10478.04064.15625.0625.94184.400051 1.88491.836281 2.8125 1.28125.042.02016.083.04225.125.0625.93538.451087 1.86208.909529 2.78125 1.40625.0331.01788.0607.04456.0937.0625.92681.502833 1.84142 1.013321 2.75 1.5625.0321.01939.0617.04305.0937.0625.9081.550934 1.79937 1.121562 2.6875 1.71875.54895.369074 1.0842.76954 1.625 1.15625.3647.260827.73291.512412 1.09375.78125.0185.01381.044.01742.0625.03125.87764.655206 1.74021 1.359931 2.59375 2.0625 1.74268 1.434371 3.43142 2.962673 5.0625 4.59375 1.62048 1.62048 3.13618 3.300564 4.5625 5.03125.009.01124.022.02.0312.03125.70321.854357 1.40674 1.715235 2.0625 2.59375.28277.378769.53857.773223.8125 1.15625.36973.517057.74014 1.037986 1.09375 1.5625.0162.02399.0464.03849.0625.0625.59812.889626 1.16704 1.777833 1.71875 2.6875.0195.03207.0431.06166.0625.09375.54559.902919 1.06267 1.829073 1.5625 2.75.0179.03294.0447.06079.0625.09375.498.921212.95408 1.843744 1.40625 2.78125.0202.04194.0424.08302.0625.125.44611.929867.88027 1.868304 1.28125 2.8125.0218.05123.0409.104977.0625.15625.3948.936122.77461 1.895211 1.125 2.84375.0194.05253.0432.103686.0625.15625.34761.94836.66558 1.884632.96875 2.84375.0227.07167.0401.147026.0625.21875.29398.941172.56134 1.893822.8125 2.84375.0195.07353.0433.145172.0625.21875.0807.309554.14258.627132.21875.9375.17661.719779.34789 1.432546.5 2.15625.0719.342177.12106.688299.1875 1.03125.11963.616882.24188 1.224661.34375 1.84375.14688.892594.2651 1.791302.375 2.6875.0179.145959.0456.291463.0625.4375.0108.09329.0208.187929.0312.28125.0105.09398.0212.187243.0312.28125.10249.9562.18964 1.91656.25 2.875.0592.94244.10661 1.90049.125 2.84375.002.10413-.002.20837 0 .3125.0154 1.05333.004 2.10385-.0312 3.15625-.0316.93056-.0847 1.85279-.15625 2.78125-.01.12493-.0209.25012-.0312.375-.0761.91807-.16591 1.8354-.28125 2.75-.1206.95626-.27395 1.92393-.4375 2.875-.0142.0824-.0168.16767-.0312.25-.022.12485-.0397.25026-.0625.375-.16526.90778-.3579 1.81727-.5625 2.71875-.0306.13463-.0623.27178-.0937.40625-.20775.88866-.44134 1.7751-.6875 2.65625-.16391.58672-.35028 1.16705-.53125 1.75-.17541.56412-.33984 1.12724-.53125 1.6875-.29467.86381-.60475 1.70882-.9375 2.5625-.0606.15549-.12566.31362-.1875.46875-.0449.11246-.0795.23148-.125.34375-.3561.87862-.72813 1.7276-1.125 2.59375-.37698.82347-.7736 1.62644-1.1875 2.4375-.0805.15778-.16807.31147-.25.46875-.41528.7974-.82998 1.59095-1.28125 2.375-.0952.16556-.1844.33506-.28125.5-.19907.33885-.41915.66384-.625 1-.36165.59093-.74237 1.16777-1.125 1.75-.005.007.005.0238 0 .0312-.49081.74574-1.00593 1.48819-1.53125 2.21875-.45727.63592-.95404 1.25128-1.4375 1.875-.19696.25409-.36119.52926-.5625.78125-.13402.16779-.2703.33315-.40625.5-.16351.20064-.3337.39451-.5.59375-.55662.66705-1.13079 1.31785-1.71875 1.96875-.60631.67104-1.23531 1.34705-1.875 2-.16096.16426-.30567.33692-.46875.5-21.13035 21.13035-52.25869 24.49488-77.1875 11.15625l.125-.1875c-3.70417-1.89661-7.26167-4.14046-10.625-6.78125-.53892-.42315-1.06537-.86982-1.59375-1.3125-.51441-.43097-1.0273-.8629-1.53125-1.3125-.0929-.0836-.18872-.1658-.28125-.25-.82173-.74776-1.61189-1.51814-2.40625-2.3125s-1.56473-1.58452-2.3125-2.40625c-.0842-.0925-.16639-.18838-.25-.28125-.4496-.50395-.88153-1.01684-1.3125-1.53125-.44268-.52838-.88935-1.05483-1.3125-1.59375-2.64079-3.36333-4.88464-6.92084-6.78125-10.625l-.1875.125c-13.33863-24.92881-9.9741-56.057154 11.15625-77.1875.16308-.16308.33574-.307785.5-.46875.65295-.639685 1.32896-1.268689 2-1.875.6509-.587956 1.3017-1.162134 1.96875-1.71875.27214-.227086.53777-.465624.8125-.6875.34347-.277429.71509-.511958 1.0625-.78125.62372-.483463 1.23908-.980231 1.875-1.4375.73753-.530331 1.497-1.03609 2.25-1.53125.58223-.382634 1.15907-.763354 1.75-1.125.44667-.27336.89235-.551116 1.34375-.8125.68145-.394786 1.37084-.757473 2.0625-1.125.17606-.09355.35456-.18946.53125-.28125.94525-.490975 1.88143-.9657 2.84375-1.40625.86615-.396875 1.71513-.7689 2.59375-1.125.15281-.06193.31559-.09555.46875-.15625.96839-.384022 1.92468-.758909 2.90625-1.09375.56026-.191407 1.12338-.355843 1.6875-.53125.58295-.180968 1.16328-.367339 1.75-.53125.88115-.246163 1.76759-.479746 2.65625-.6875.0711-.01664.14757-.01486.21875-.03125.41593-.09574.83264-.193899 1.25-.28125.67213-.140825 1.35582-.287161 2.03125-.40625.0823-.01449.16763-.01709.25-.03125.95107-.163551 1.91874-.316902 2.875-.4375 1.96365-.247645 3.92987-.401636 5.90625-.46875 1.0524-.03564 2.10292-.04663 3.15625-.03125z" fill="#2d3335" filter="url(#Q)" transform="matrix(1 .08087767 0 1 0 -21.056305)"/>
+    <path d="m48.010249 227.45683-4.8075 4.55783c-5.006289-5.31515-10.23997-10.7063-15.079304-16.13311l4.490222-4.07257c6.829157 6.53426 8.872647 8.52989 15.396582 15.64785z" fill="url(#F)"/>
+    <path d="m-95.5 225c28.71881 0 52 23.28119 52 52s-23.28119 52-52 52-52-23.28119-52-52 23.28119-52 52-52z" fill="#d0e9f2" fill-opacity=".475936"/>
+    <path d="m-82 136c-27.61424 0-50-22.38576-50-50s22.38576-50 50-50 50 22.38576 50 50-22.38576 50-50 50zm0-3c26.50967 0 48-20.49033 48-47s-21.49033-47-48-47-48 20.49033-48 47 21.49033 47 48 47z" fill="#2d3335"/>
+    <path d="m-82.00007 136c-27.61424 0-50-22.38576-50-50 0-.168279-.002-.332113 0-.5.27054 27.38199 22.55404 49.5 50 49.5s49.72946-22.11801 50-49.5c.002.167887 0 .331721 0 .5 0 27.61424-22.38576 50-50 50zm-48-50.5c-.002-.16719 0-.332325 0-.5 0-26.50967 21.49033-47 48-47s48 20.49033 48 47c0 .167675.002.33281 0 .5-.26948-26.26576-21.65801-46.5-48-46.5s-47.73051 20.23424-48 46.5z" fill="#9eaaac"/>
+    <path d="m-82 134c26.50967 0 48-21.49033 48-48s-21.49033-48-48-48-48 21.49033-48 48 21.49033 48 48 48z" fill="#d0e9f2" fill-opacity=".475936"/>
+    <path d="m-82 134c26.50967 0 48-21.49034 48-48 0-26.509675-21.49033-48-48-48s-48 21.490325-48 48c0 26.50966 21.49033 48 48 48z" fill="url(#z)"/>
+    <path d="m-96.4375 130.71875-.84375 5c4.83008 1.48215 9.96541 2.28125 15.28125 2.28125s10.45117-.7991 15.28125-2.28125l-.84375-5c-4.55222 1.46915-9.39642 2.28125-14.4375 2.28125s-9.88528-.8121-14.4375-2.28125z" fill="url(#B)"/>
+    <path d="m-82 136.25c1.75679 0 3.4314.29816 5 .8125v26.625c-1.5686.51434-3.24321.8125-5 .8125s-3.4314-.29816-5-.8125v-26.625c1.5686-.51434 3.24321-.8125 5-.8125z" fill="url(#A)"/>
+    <path d="m-82 150.5c3.51358 0 5.6128.65272 8 2.43805v67.1239c-3.1372.91033-4.48642 1.43805-8 1.43805s-4.8628-.52772-8-1.43805v-67.1239c2.6372-1.78533 4.48642-2.43805 8-2.43805z" fill="url(#D)"/>
+    <path d="m-82 154.5c3.51358 0 7.2378.77772 10 2.43805v65.1239c-2.0122 1.78533-6.48642 2.43805-10 2.43805s-7.8628-.15272-10-2.43805v-65.1239c1.8872-1.66033 6.48642-2.43805 10-2.43805z" fill="url(#C)"/>
+    <path d="m-82 217.5c3.51358 0 5.8628.77772 8 2.43805v5.1239c-2.3872 1.53533-4.48642 2.43805-8 2.43805s-5.7378-.90272-8-2.43805v-5.1239c2.3872-1.91033 4.48642-2.43805 8-2.43805z" fill="url(#E)"/>
+    <path d="m-82 221.5c-3.51358 0-5.6128.27717-8 2.4375v1.125c2.2622 1.53533 4.48642 2.4375 8 2.4375s5.6128-.90217 8-2.4375v-1.125c-2.5122-2.03533-4.48642-2.4375-8-2.4375z" fill="#e0bb41"/>
+    <path d="m125.06419 134.68586c-27.179918-27.17992-27.179918-71.247266 0-98.427183 27.17992-27.179918 71.24726-27.179918 98.42718 0 27.17992 27.179917 27.17992 71.247263 0 98.427183-27.17992 27.17991-71.24726 27.17991-98.42718 0zm2.95282-2.95282c26.09272 26.09272 67.41309 27.07699 93.50582.98427 26.09272-26.09272 25.10844-67.413098-.98428-93.505818s-67.4131-27.076992-93.50582-.984272c-26.09272 26.092721-25.10845 67.4131.98428 93.50582z" fill="#2d3335"/>
+    <path d="m125.06412 134.68579c-27.179917-27.17992-27.179917-71.247265 0-98.427182.16563-.165633.32492-.328858.49214-.492136-26.685039 27.217605-26.522152 70.920758.49213 97.935038 27.01429 27.01429 70.71744 27.17718 97.93505.49214-.16328.16722-.32651.3265-.49214.49214-27.17992 27.17991-71.24726 27.17991-98.42718 0zm2.46068-96.950775c.16259-.166528.3271-.327098.49214-.492135 26.09272-26.092721 67.4131-25.108449 93.50582.984271 26.09272 26.092721 27.07699 67.413099.98427 93.505819-.16504.16504-.32561.32955-.49214.49214 25.58741-26.11789 24.45127-67.086009-1.47641-93.013687-25.92767-25.927678-66.89578-27.063803-93.01368-1.476408z" fill="#9eaaac"/>
+    <path d="m127.03273 132.71731c26.09272 26.09272 68.39737 26.09272 94.4901 0 26.09272-26.09272 26.09272-68.397369 0-94.49009-26.09273-26.09272-68.39738-26.09272-94.4901 0-26.09272 26.092721-26.09272 68.39737 0 94.49009z" fill="#d0e9f2" fill-opacity=".475936"/>
+    <path d="m127.03273 132.71731c26.09272 26.09272 68.39738 26.09271 94.4901 0 26.09272-26.09272 26.09272-68.397369 0-94.49009-26.09273-26.09272-68.39737-26.092725-94.4901 0-26.09271 26.092711-26.09272 68.39737 0 94.49009z" fill="url(#K)"/>
+    <path d="m116.05195 115.27725-5.75184 4.09088c3.29528 6.21295 7.5633 12.05404 12.79554 17.28627 5.23223 5.23223 11.07332 9.50026 17.28627 12.79553l4.09088-5.75184c-5.92667-3.03457-11.494-7.00326-16.45579-11.96505-4.9618-4.96179-8.93048-10.52913-11.96506-16.45579z" fill="url(#J)"/>
+    <path d="m124.81812 134.93192c1.72916 1.72916 3.08396 3.6709 4.12164 5.72108l-26.20624 26.20624c-2.05018-1.03768-3.991917-2.39248-5.721076-4.12164s-3.08396-3.6709-4.121638-5.72108l26.206234-26.20623c2.05018 1.03767 3.99192 2.39247 5.72108 4.12163z" fill="url(#I)"/>
+    <path d="m116.26672 159.23167-66.068162 66.06817c-3.983869-2.19185-5.831289-3.00043-9.289606-6.45875-3.458318-3.45831-4.266897-5.30573-6.458743-9.2896l66.068161-66.06816c5.06335 3.74802 12.11694 10.39792 15.74835 15.74834z" fill="url(#H)"/>
+    <path d="m105.77884 154.11797c3.45832 3.45832 7.4348 6.66636 8.51934 11.01934l-64.099622 64.09961c-6.516111-5.15502-14.554771-12.79063-19.685436-19.68543l64.099618-64.09962c3.491734.2233 7.65885 5.15887 11.11717 8.61718z" fill="url(#G)"/>
+    <path d="m105.53422 154.36259c3.45832 3.45832 7.67942 6.42174 8.76396 10.77472l-64.099622 64.09961c-7.876925-6.90746-11.797187-10.62442-19.685436-19.68543l64.099618-64.09962c3.491734.2233 7.41424 5.45241 10.87256 8.91072z" fill="url(#L)" opacity=".595652"/>
+    <path d="m131.1683 37.049946c40.65864-32.173359 78.1353-12.727922 77.78175 5.303301s-56.56854 70.357123-76.36753 66.114483-25.45585-53.386561-1.41422-71.417784z" fill="url(#O)" opacity=".604348"/>
+    <text fill="url(#N)" font-family="Sans" font-size="19.799732" opacity=".46087" transform="matrix(.9879609 -.1547039 .1547039 .9879609 0 0)" x="99.83886" y="69.184349">
+        <tspan fill="url(#N)" font-family="Monospace" font-weight="bold" x="99.83886" y="69.184349">01011001</tspan>
+        <tspan fill="url(#N)" font-family="Monospace" font-weight="bold" x="99.83886" y="93.934013">00110101</tspan>
+        <tspan fill="url(#N)" font-family="Monospace" font-weight="bold" x="99.83886" y="118.68368">10010011</tspan>
+        <tspan fill="url(#N)" x="99.83886" y="143.43335"/>
+    </text>
+    <text fill="url(#M)" font-family="Sans" font-size="19.799732" transform="matrix(.9879609 -.1547039 .1547039 .9879609 0 0)" x="99.410172" y="67.898323">
+        <tspan fill="url(#M)" font-family="Monospace" font-weight="bold" x="99.410172" y="67.898323">01011001</tspan>
+        <tspan fill="url(#M)" font-family="Monospace" font-weight="bold" x="99.410172" y="92.647987">00110101</tspan>
+        <tspan fill="url(#M)" font-family="Monospace" font-weight="bold" x="99.410172" y="117.39765">10010011</tspan>
+        <tspan fill="url(#M)" x="99.410172" y="142.14732"/>
+    </text>
+    <path d="m219.46318 129.09019c-26.79401 21.9828-41.80834 21.0073-38.07474 13.13797 3.73361-7.86929 42.32585-41.65518 51.44717-43.7482 9.1213-2.09301 2.27518 18.04121-13.37243 30.61023z" fill="url(#P)" opacity=".765217"/>
+</svg>
Index: /trunk/resources/images/data/imagery/other.svg
===================================================================
--- /trunk/resources/images/data/imagery/other.svg	(revision 16006)
+++ /trunk/resources/images/data/imagery/other.svg	(revision 16006)
@@ -0,0 +1,1 @@
+<svg enable-background="new 0 0 34 34" height="34" viewBox="0 0 34 34" width="34" xmlns="http://www.w3.org/2000/svg"><path d="m17.123 9.2c-1.44 0-2.642.503-3.604 1.32s-1.525 1.48-1.687 3.48h2.937c.064-1 .303-1.231.716-1.611s.926-.618 1.541-.618 1.116.174 1.504.571c.389.396.583.882.583 1.48s-.187 1.094-.558 1.499l-1.772 1.769c-.518.518-.626.934-.78 1.249s-.003.794-.003 1.441v1.22h2v-.832c0-.646.289-1.148.581-1.504.112-.129.333-.287.521-.473.186-.187.448-.405.715-.656.267-.25.5-.457.662-.619.161-.161.404-.437.712-.825.533-.647.805-1.456.805-2.427 0-1.408-.45-2.503-1.356-3.289-.908-.783-2.077-1.175-3.517-1.175z"/><path d="m16.94 22.145c-.51 0-.946.179-1.311.534-.364.356-.546.78-.546 1.274 0 .493.186.914.558 1.262s.813.521 1.322.521c.51 0 .947-.178 1.311-.533.363-.356.546-.781.546-1.274s-.187-.914-.559-1.263c-.37-.348-.811-.521-1.321-.521z"/></svg>
Index: /trunk/resources/images/data/imagery/photo.svg
===================================================================
--- /trunk/resources/images/data/imagery/photo.svg	(revision 16006)
+++ /trunk/resources/images/data/imagery/photo.svg	(revision 16006)
@@ -0,0 +1,3 @@
+<svg enable-background="new 0 0 512 512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
+    <path d="m422.543 360.666-85.865-85.866c-5.077-5.077-13.308-5.077-18.385 0l-14.968 14.968-4.177-4.177 34.151-34.151c11.065-11.065 11.068-28.978 0-40.045l-12.971-12.971 2.872-2.872c27.439 18.749 65.054 15.817 89.197-8.325 5.077-5.077 5.077-13.308 0-18.385l-31.246-31.246 17.233-17.233c5.077-5.077 5.077-13.308 0-18.385s-13.309-5.077-18.385 0l-17.233 17.233-31.241-31.241c-5.073-5.073-13.309-5.076-18.385 0-24.75 24.75-26.679 62.469-8.337 89.209l-2.86 2.86-12.972-12.972c-11.041-11.041-29.004-11.04-40.045 0l-34.145 34.145-4.177-4.177 14.961-14.961c5.077-5.077 5.077-13.308 0-18.385l-42.93-42.93c-.001-.001-.002-.002-.002-.003s-.002-.002-.003-.002l-42.93-42.93c-5.074-5.073-13.309-5.076-18.385 0l-48.312 48.312c-5.077 5.077-5.077 13.308 0 18.385l85.865 85.865c5.074 5.074 13.309 5.076 18.385 0l14.966-14.966 4.177 4.177-34.15 34.15c-11.041 11.041-11.041 29.005 0 40.045l12.972 12.972-28.447 28.447c-11.153-4.153-24.211-1.763-33.162 7.188-12.227 12.228-12.227 32.124 0 44.352 12.226 12.227 32.124 12.229 44.353 0 8.949-8.949 11.34-22.002 7.191-33.153l28.45-28.45 12.971 12.971c11.066 11.066 28.978 11.067 40.045 0l34.144-34.144 4.177 4.177-14.96 14.96c-5.077 5.077-5.077 13.308 0 18.385l43.434 43.434.005.005s.003.003.005.005l42.422 42.422c5.077 5.077 13.308 5.077 18.385 0l48.312-48.312c5.077-5.077 5.077-13.309 0-18.385zm-98.842-243.753 59.74 59.74c-16.691 8.823-37.885 6.217-51.915-7.813-14.233-14.233-16.564-35.471-7.825-51.927zm-131.481 61.736-24.548-24.548 5.769-5.769 24.548 24.548zm-37.164-48.701-5.769 5.769-24.548-24.548 5.769-5.769zm-48.702-.394 24.548 24.548-5.774 5.774-24.548-24.548zm61.707 73.254-24.548-24.548 5.774-5.774 24.548 24.548zm-28.483 165.558c-2.092 2.092-5.487 2.096-7.583 0-2.091-2.091-2.091-5.493 0-7.583 2.092-2.092 5.487-2.096 7.583 0 2.092 2.092 2.096 5.487 0 7.583zm88.657-48.632c-.907.907-2.369.907-3.276 0l-22.161-22.161c-.001-.001-.002-.002-.002-.003s-.002-.002-.003-.002l-22.162-22.162c-.903-.903-.903-2.373 0-3.276l86.68-86.68c.907-.907 2.369-.907 3.276 0l44.328 44.329c.902.902.909 2.365 0 3.275l-43.341 43.341c-.001.001-.002.002-.003.002s-.002.002-.002.003zm160.956 55.899-24.042-24.042 5.775-5.775 24.042 24.042zm-61.705-73.256 25.054 25.054-5.775 5.775-25.054-25.054zm-24.16 24.16 25.054 25.054-5.767 5.767-25.054-25.054zm37.671 49.206 5.767-5.767 24.042 24.042-5.767 5.767z" fill="#2175aa"/>
+</svg>
Index: /trunk/resources/images/data/multipolygon.svg
===================================================================
--- /trunk/resources/images/data/multipolygon.svg	(revision 16006)
+++ /trunk/resources/images/data/multipolygon.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <defs>
+    <linearGradient id="gradient" x1="0" y1="0" x2="100%" y2="100%">
+      <stop offset="30%" stop-color="#fde411"/>
+      <stop offset="70%" stop-color="#fbb41b"/>
+    </linearGradient>
+  </defs>
+  <path d="m3,5l10,-2l1,8l-10,2z" stroke="#000000" fill="url(#gradient)"/>
+  <path d="m1.5,3.5h3v3h-3z
+    m10,-2h3v3h-3z
+    m1,8h3v3h-3z
+    m-10,2h3v3h-3z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: /trunk/resources/images/data/node.svg
===================================================================
--- /trunk/resources/images/data/node.svg	(revision 16006)
+++ /trunk/resources/images/data/node.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <path d="m6,6h6v6h-6z" opacity=".2" fill="#000000"/>
+  <path d="m5.5,5.5h5v5h-5z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: /trunk/resources/images/data/projection/Departements_Lambert4Zones.svg
===================================================================
--- /trunk/resources/images/data/projection/Departements_Lambert4Zones.svg	(revision 16006)
+++ /trunk/resources/images/data/projection/Departements_Lambert4Zones.svg	(revision 16006)
@@ -0,0 +1,513 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="587.5" height="550" id="svg2" sodipodi:version="0.32" inkscape:version="0.47 r22583" sodipodi:docname="Departements_Lambert4Zones.svg" version="1.0" inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:export-filename="/home/kevredon/France_9_Zones_de_Lambert_CC.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90">
+  <title id="title4141">France divisée en 4 Zones de Lambert</title>
+  <defs id="defs4"/>
+  <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="2.8284272" inkscape:cx="554.08773" inkscape:cy="176.12064" inkscape:document-units="px" inkscape:current-layer="layer1" inkscape:window-width="1440" inkscape:window-height="826" inkscape:window-x="0" inkscape:window-y="25" showguides="true" inkscape:guide-bbox="true" borderlayer="top" showgrid="false" inkscape:window-maximized="1"/>
+  <metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://creativecommons.org/choose/zero"/>
+        <dc:title>France divisée en 4 Zones de Lambert</dc:title>
+        <dc:date>2010-01-08</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Kevin (tsaitgaist) REDON</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>based on https://secure.wikimedia.org/wikipedia/commons/wiki/File:D%C3%A9partements_de_France.svg</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g inkscape:groupmode="layer" id="layer9" inkscape:label="Fond de carte" style="display:inline" sodipodi:insensitive="true">
+    <rect style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible" id="rect1906" width="634.25" height="578" x="-46" y="-3"/>
+    <path style="fill:#d3ebfa;fill-opacity:1;fill-rule:evenodd;stroke:none" d="m 534.24683,374.89895 -5.53649,5.42576 -2.28569,6.77126 -6.11215,2.12278 -4.90625,13.90625 -19.59375,10.625 -14.71875,0 -49.03125,35.96875 -74.375,-31.875 -59.65625,33.5 4.90625,36.78125 7.375,8.96875 6.53125,4.90625 -0.8125,3.28125 -4.09375,0.40625 0.31218,18.71352 -3.75221,5.46262 -11.44629,9.37712 -11.39236,6.76017 -12.55969,5.17993 0.2838,24.31914 313.11707,0 0,-183.90577 -11.29561,-2.23879 -14.05675,-8.11186 -17.08035,-6.06006 -9.82046,-0.28457 z" id="path2757" sodipodi:nodetypes="ccccccccccccccccccccccccccc"/>
+    <path style="color:#000000;fill:#d3ebfa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" d="m -49,0 0,433 93.09375,0 3.21875,1.65625 3.90625,3.0625 6.15625,-1.6875 1.6875,-3.625 L 67.71875,432.125 75,438.28125 78.34375,437.4375 82.25,441.90625 88.40625,440.5 94,443.3125 106.59375,438.84375 131.75,433.8125 140.96875,372.875 164.71875,341 163.0625,305.5 157,305.5 157,108 277.5625,108 281,7 l 12.1875,-7 -47.65625,0 -3.0625,5.0625 -7.15625,-0.25 -5.8125,3.03125 0.28125,7.46875 -6.625,-1.6875 -5.8125,3.59375 -10.21875,2.21875 -4.15625,4.6875 -6.625,-3.03125 L 192.75,20.8125 186.6875,17.5 l -1.9375,2.21875 -10.78125,0 -6.0625,1.09375 -1.9375,3.3125 L 161,20.28125 l -10.5,-1.125 -3.59375,-3.03125 0.84375,2.21875 -10.21875,5.25 -4.96875,-1.9375 -7.75,1.9375 -3.03125,-1.125 3.03125,3.875 0,2.5 -4.6875,1.90625 -6.625,-4.6875 -7.1875,0.28125 -1.375,2.21875 1.9375,2.46875 L 105.46875,33.25 103,28.5625 96.90625,22.75 90,19.15625 88.09375,20.8125 85.03125,20 l -1.375,1.9375 -6.625,0 -3.875,2.75 -2.1875,-1.375 -4.4375,4.40625 1.09375,4.15625 -2.1875,2.46875 1.65625,3.0625 -2.5,2.46875 L 63.5,35.75 64.0625,40.4375 61,41 61,45.96875 59.34375,46.5 l -2.75,-1.65625 -1.65625,0.28125 -5.25,-5.53125 -1.65625,1.125 -3.875,-3.0625 L 42.5,36.28125 41.125,39.0625 38.625,35.75 34.5,36 29.25,38.5 26.75,35.46875 20.125,38.5 19.03125,42.90625 17.375,41.8125 l -5.53125,3.59375 0.84375,-3.875 0,-1.65625 -4.4375,3.3125 1.65625,2.21875 -3.59375,3.03125 2.78125,2.21875 -3.875,4.96875 -3.3125,0.28125 -2.5,-8.28125 -6.0625,-1.65625 -3.59375,3.84375 -4.4375,-1.09375 1.125,-4.40625 6.90625,-4.15625 2.46875,2.5 1.125,-3.3125 2.46875,-0.28125 12.15625,-10.78125 0,-4.15625 7.1875,-3.59375 3.03125,1.125 0.5625,-4.6875 1.375,0 L 30.625,12.25 31.1875,4.25 32.3125,0 -49,0 z" id="rect3646"/>
+    <path style="color:#000000;fill:#d3ebfa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" d="m 37.71875,0 0.375,0.375 L 41.125,0.09375 41.21875,0 l -3.5,0 z" id="path17033"/>
+    <path style="color:#000000;fill:#d3ebfa;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" d="m 146.90625,21.65625 4.6875,0 3.0625,0.8125 0,2.78125 -2.21875,0.28125 L 153,29.375 149.40625,31.875 140,25.25 l 6.90625,-3.59375 z" id="path17031"/>
+    <path style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" d="m 112.09375,76.34375 1.125,2.21875 -3.59375,1.90625 -1.09375,-1.90625 3.5625,-2.21875 z" id="path17029"/>
+    <path style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" d="m 98.03125,88.21875 1.375,6.0625 -2.21875,-0.53125 -2.46875,1.09375 -1.9375,-2.46875 5.25,-4.15625 z" id="path17027"/>
+    <path style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" d="m 105.46875,91.8125 0.5625,1.65625 -1.9375,1.09375 -0.8125,-1.65625 2.1875,-1.09375 z" id="path17025"/>
+    <path style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" d="M 115.15625,103.6875 116.25,107 l -1.9375,2.75 -1.9375,-1.65625 -1.09375,-1.09375 -1.09375,1.09375 -1.9375,0 0.28125,-3.84375 6.625,-0.5625 z" id="path17021"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer10" inkscape:label="Département" style="display:inline" sodipodi:insensitive="true">
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 536.28822,491.78463 0,2.15625 1.96875,1.375 3.3125,1.9375 0.21875,1.5625 -1.96875,0.59375 -3.125,0.59375 0,1.34375 1.15625,1.1875 0.21875,3.90625 4.28125,1.375 1.5625,0.375 1.375,2.15625 -0.96875,1.375 -1.5625,0.5625 -1.1875,2.15625 -1.15625,1.375 0.5625,3.5 2.9375,-0.1875 0.78125,0.59375 2.75,-1.375 0.78125,0.78125 -1.375,2.9375 1.375,1.375 -2.34375,1.75 -1.5625,3.5 4.28125,1 6.0625,0.5625 -2.53125,2.9375 c 0,0 -1.18933,-0.45881 -1.71875,-0.21875 -0.0157,0.008 -0.0481,0.0222 -0.0625,0.0312 -0.005,0.003 -0.0269,0.0278 -0.0312,0.0312 -0.004,0.004 -0.0272,0.0274 -0.0312,0.0312 -0.004,0.004 -0.0277,0.0269 -0.0312,0.0312 -0.007,0.009 -0.0253,0.0215 -0.0312,0.0312 -0.003,0.005 0.003,0.026 0,0.0312 -0.005,0.0108 -0.0273,0.0509 -0.0312,0.0625 -0.002,0.006 0.002,0.0251 0,0.0312 -0.003,0.0128 -0.0294,0.0489 -0.0312,0.0625 -10e-4,0.014 4.7e-4,0.0477 0,0.0625 1e-5,0.97656 -1.34375,3.34375 -1.34375,3.34375 l 1.9375,2.125 3.53125,2.15625 6.625,1.75 1.9375,0.78125 1.78125,0.78125 -1.1875,2.15625 3.125,-0.1875 0.59375,1.375 3.125,0 0.78125,-3.71875 -1.96875,-0.40625 2.75,-2.90625 -0.96875,-1 0.1875,-1.75 3.53125,-1.9375 0.1875,-2.15625 -2.34375,-0.1875 -1.5625,1.34375 0,-1.9375 3.125,-0.1875 0.96875,-2.34375 0.78125,-6.84375 -0.59375,-2.9375 -0.0625,-2.8125 -3.40625,2.25 -4.0625,0.15625 -0.34375,-2.8125 0.53125,-0.71875 -1.25,-0.875 -0.34375,-4.78125 -0.53125,-0.875 -2.125,0 -1.0625,-0.875 0,-3.375 -1.40625,-0.875 -1.0625,-0.53125 -2.125,-2.65625 0.15625,-1.59375 -2.625,0 -0.90625,-2.65625 -3.71875,0 -1.9375,-2.65625 0.53125,-0.875 -1.21875,-0.71875 -2.84375,0.53125 -1.0625,-0.6875 -3.875,0 -0.375,-1.0625 -2.1875,-0.40625 -1.5625,0 z" id="departement2a" inkscape:label="#path2446"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 568.91322,452.72213 -2.9375,1.96875 0.40625,1.9375 1.5625,1.96875 -1.75,1.34375 0.78125,1.5625 -1.1875,1.375 0,1.75 1.96875,1.78125 0,2.71875 -1.1875,2.53125 -1.34375,0.59375 -1.5625,-2.15625 -2.75,0.21875 -0.59375,-0.40625 -2.34375,0 -2.125,1.96875 -0.8125,3.3125 -5.0625,0.96875 -3.90625,3.3125 -0.78125,2.15625 -1.9375,-0.1875 -1,-1.1875 -0.5625,3.34375 -1.375,0.5625 -0.40625,3.125 0.59375,1.375 -2.15625,1.5625 -0.59375,1.5625 2.1875,0.40625 0.375,1.0625 3.875,0 1.0625,0.6875 2.84375,-0.53125 1.21875,0.71875 -0.53125,0.875 1.9375,2.65625 3.71875,0 0.90625,2.65625 2.625,0 -0.15625,1.59375 2.125,2.65625 1.0625,0.53125 1.40625,0.875 0,3.375 1.0625,0.875 2.125,0 0.53125,0.875 0.34375,4.78125 1.25,0.875 -0.53125,0.71875 0.34375,2.8125 4.0625,-0.15625 3.40625,-2.25 -0.125,-5.78125 4.6875,-6.625 0,-10.9375 -1.9375,-3.71875 -0.59375,-11.71875 -1.375,-2.15625 -2.53125,-1.9375 -0.40625,-7.25 1.1875,-3.3125 -1.5625,-5.28125 -0.96875,-4.28125 -0.8125,-1.1875 -1.75,-0.96875 z" id="departement2b" inkscape:label="#path2454"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 379.71875,409.90625 -5.46875,3.125 -1.40625,10.5 -5.78125,-0.8125 -1.65625,4.40625 1.375,1.9375 -6.34375,3.875 -1.75,4.0625 6.1875,0.28125 8.21875,0.59375 1.5625,1.5625 -2.9375,0 -1.9375,3.3125 8.375,1.75 6.65625,-1.15625 -3.53125,-3.34375 2.34375,-1.9375 3.71875,1.5625 1.75,3.71875 11.15625,0.1875 2.90625,-1.1875 0.59375,1.78125 -3.125,2.71875 4.3125,0.1875 -0.78125,1.96875 -1.1875,1.375 9.5625,0 4.6875,1.5625 0.46875,0.625 0.1875,-3.875 1.40625,-1.59375 1.78125,-1.0625 -0.1875,-1.0625 -1.40625,-1.40625 -1.40625,0 -0.90625,-1.0625 1.59375,-1.4375 0,-0.53125 -1.75,-0.875 0,-1.40625 3.875,0.1875 0.90625,-0.71875 -3.375,-3.1875 0.1875,-3.71875 -2.125,-1.75 1.75,-3.53125 4.25,-2.84375 -3.1875,-2.125 -2.28125,1.78125 -5.3125,1.21875 -4.25,-0.53125 -7.59375,-3.15625 -4.59375,0.15625 -3.875,-1.75 -1.4375,-1.96875 -3,-3.34375 -7.0625,-3 -0.15625,-0.0625 z" id="departement13" inkscape:label="#path4237"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 387,381.34375 -2.75,0.21875 -2.125,3.3125 0.5625,3.5 3.3125,0.40625 -0.5625,1.5625 -2.5625,0.1875 -2.90625,2.9375 -0.78125,-0.96875 0.5625,-3.90625 -1.15625,-1.375 -5.28125,0.78125 -1.03125,2.09375 0.5625,0.3125 3.3125,5.5 0,4.4375 5.8125,5.78125 0,2.5 -2.25,1.28125 0.15625,0.0625 7.0625,3 3,3.34375 1.4375,1.96875 3.875,1.75 4.59375,-0.15625 7.59375,3.15625 4.25,0.53125 5.3125,-1.21875 2.1875,-1.71875 0.28125,-1.46875 -4.0625,-4.59375 -4.4375,0 0,-1.59375 1.59375,-1.78125 0,-1.9375 -3.53125,-1.75 -0.34375,-2.84375 1.9375,-0.875 0,-2.46875 -2.125,-0.375 -0.15625,-2.65625 -0.0312,-0.1875 -1.78125,-0.125 -2.9375,-2.15625 -0.78125,-2.53125 -5.46875,-0.40625 -4.09375,-0.375 -0.40625,-2.34375 1.375,-2.9375 -2.53125,2.15625 -3.90625,-0.40625 -0.78125,-1.375 2.71875,-3.6875 -2.7188,-2.5625 z" id="departement84" inkscape:label="#path4233"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 457.78125,413.1875 -2.96875,0.125 -1.40625,1.4375 -5.3125,-0.1875 -4.59375,3.34375 -3.15625,-2.125 -4.96875,1.59375 -0.875,1.78125 -3.53125,2.65625 -6.375,-4.25 -5.15625,1.6875 -0.25,1.375 0.0937,-0.0625 3.1875,2.125 -4.25,2.84375 -1.75,3.53125 2.125,1.75 -0.1875,3.71875 3.375,3.1875 -0.90625,0.71875 -3.875,-0.1875 0,1.40625 1.75,0.875 0,0.53125 -1.59375,1.4375 0.90625,1.0625 1.40625,0 1.40625,1.40625 0.1875,1.0625 -1.78125,1.0625 -1.40625,1.59375 -0.1875,3.875 0.53125,0.71875 3.5,1.5625 0.96875,3.90625 2.15625,0.40625 1.96875,-1.375 3.5,-2.15625 6.0625,0.59375 -0.1875,1.5625 -1.96875,0.96875 4.6875,0.21875 -1.15625,-1.1875 -0.40625,-2.53125 2.53125,-1.75 2.9375,0.96875 1.1875,0.375 0.96875,1.1875 1.375,-0.96875 0.375,-2.5625 1.5625,-1.34375 4.09375,0 1.1875,-1.78125 2.71875,0.78125 3.125,-1.34375 0,-5.09375 -4.09375,0.1875 3.125,-1.9375 1.5625,-2.15625 0.40625,-3.125 5.65625,-0.78125 3.15625,-3.53125 -2.1875,-2.25 0,-1.25 -1.0625,-1.0625 1.40625,-1.21875 -0.34375,-1.96875 -2.3125,-0.875 -1.21875,0 -2.125,-2.125 -0.375,-3.71875 -2.28125,-1.0625 -2.3125,-0.15625 -0.875,-2.125 2.25,-1.375 z" id="departement83" inkscape:label="#path4254"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 463.84375,364.34375 -2.125,3.1875 -3,1.78125 -1.0625,2.125 -2.65625,0.15625 0,1.9375 -0.71875,1.0625 -1.0625,2.65625 -6.34375,-0.15625 -3,-1.59375 -1.96875,1.40625 -3.6875,-0.1875 -0.90625,1.25 0.90625,0 0.53125,3.34375 -0.90625,0.375 -3.34375,-2.125 0,-1.25 -1.9375,-1.59375 -1.0625,0 0,1.78125 -1.59375,0.34375 -3.375,1.9375 -2.125,3.5625 -0.53125,1.75 1.25,0.34375 0.1875,2.84375 -1.25,0 -1.9375,-1.78125 -1.0625,0.1875 0.53125,1.59375 3,3.34375 -1.9375,0.71875 -1.40625,-0.875 -3.5625,0 -3,2.8125 -0.0312,-0.0312 -0.125,1.15625 -1.15625,-1.375 -1.5625,-1.375 -1,2.9375 -1.75,1.5625 -0.75,-0.0625 0.0312,0.1875 0.15625,2.65625 2.125,0.375 0,2.46875 -1.9375,0.875 0.34375,2.84375 3.53125,1.75 0,1.9375 -1.59375,1.78125 0,1.59375 4.4375,0 4.0625,4.59375 -0.0312,0.0937 5.15625,-1.6875 6.375,4.25 3.53125,-2.65625 0.875,-1.78125 4.96875,-1.59375 3.15625,2.125 4.59375,-3.34375 5.3125,0.1875 1.40625,-1.4375 2.96875,-0.125 0.0625,-0.0312 -0.71875,-1.78125 0.875,-1.0625 -0.34375,-1.40625 2.8125,0 0.71875,-0.875 2.65625,-1.4375 2.125,1.4375 1.40625,-0.90625 -3.34375,-3 -3.5625,-3.34375 -1.21875,-0.375 -0.1875,-2.65625 -2.125,-3.15625 0.71875,-4.59375 1.0625,-2.5 1.9375,-1.59375 0.1875,-2.46875 2.65625,-1.40625 0.40625,-0.15625 0,-3.78125 2.75,-0.375 -1.5625,-1.375 -1.96875,-0.59375 -0.96875,-2.53125 0.78125,-1.75 3.5,-3.71875 -0.5625,-2.75 0.5,-0.53125 -2.53125,-0.125 z" id="departement04" inkscape:label="#path4261"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 463.90625,381.875 -0.40625,0.15625 -2.65625,1.40625 -0.1875,2.46875 -1.9375,1.59375 -1.0625,2.5 -0.71875,4.59375 2.125,3.15625 0.1875,2.65625 1.21875,0.375 3.5625,3.34375 3.34375,3 -1.40625,0.90625 -2.125,-1.4375 -2.65625,1.4375 -0.71875,0.875 -2.8125,0 0.34375,1.40625 -0.875,1.0625 0.71875,1.78125 -2.3125,1.40625 0.875,2.125 2.3125,0.15625 2.28125,1.0625 0.375,3.71875 2.125,2.125 1.21875,0 2.3125,0.875 0.34375,1.96875 -1.40625,1.21875 1.0625,1.0625 0,1.25 2.1875,2.25 0.15625,-0.1875 0.1875,-4.46875 3.90625,0.78125 1.375,-1.78125 1.96875,0.40625 0.1875,-6.0625 4.5,-0.375 3.90625,-3.53125 3.5,0 0.1875,-2.15625 3.53125,-2.125 -1.96875,-4.5 2.9375,-2.53125 -0.59375,-2.9375 4.3125,-1.375 1.15625,-4.28125 -0.5625,-2.9375 -1,-1.75 L 496.125,390 l -2.90625,0.21875 -9.1875,3.3125 -2.9375,0 -5.0625,-4.09375 -5.09375,-1.375 -2.9375,0 0,-3.53125 -4.09375,-2.53125 0,-0.125 z" id="departement06" inkscape:label="#path3331"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 447.34375,339.15625 -1.75,0.78125 -0.40625,2.9375 -3.5,0.40625 -0.59375,-2.75 -1.15625,-1.15625 -3.53125,0.375 -1.375,1.1875 -0.78125,4.09375 0.59375,0.96875 4.09375,0.40625 0.78125,2.53125 1.5625,0.78125 0,4.28125 -3.71875,-0.1875 -1.5625,1.75 -4.46875,-0.78125 -2.53125,2.15625 -1.78125,-0.78125 -2.53125,1.96875 0.96875,1.75 -1.5625,1.5625 -4.875,0 0,2.34375 1.5625,0.78125 -0.59375,1.375 -3.3125,1.34375 -4.09375,0.40625 -1.1875,3.71875 -0.1875,2.34375 2.15625,1.75 -2.15625,2.53125 -2.71875,-1.375 -3.125,-0.1875 -0.40625,1.75 1.96875,1.375 -2.375,1.5625 0.8125,3.3125 6.625,1.78125 1.1875,2.53125 1.9375,0.375 -0.65625,6.09375 0.0312,0.0312 3,-2.8125 3.5625,0 1.40625,0.875 1.9375,-0.71875 -3,-3.34375 -0.53125,-1.59375 1.0625,-0.1875 1.9375,1.78125 1.25,0 -0.1875,-2.84375 -1.25,-0.34375 0.53125,-1.75 2.125,-3.5625 3.375,-1.9375 1.5938,-0.3437 0,-1.78125 1.0625,0 1.9375,1.59375 0,1.25 3.34375,2.125 0.90625,-0.375 -0.53125,-3.34375 -0.90625,0 0.90625,-1.25 3.6875,0.1875 1.96875,-1.40625 3,1.59375 6.34375,0.15625 1.0625,-2.65625 0.71875,-1.0625 0,-1.9375 2.65625,-0.15625 1.0625,-2.125 3,-1.78125 2.125,-3.1875 2.53125,0.125 1.84375,-2 2.125,0.1875 0,-1.75 -2.71875,-1.375 -0.59375,-5.65625 -2.15625,-0.78125 -2.71875,0.40625 -5.09375,-2.5625 -0.78125,-5.84375 -2.90625,-0.96875 -1,-1.96875 -1.28125,-2.8125 -3.75,-0.1875 z" id="departement05" inkscape:label="#path3341"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 320.78125,352.25 -5.46875,1.96875 -1.5625,3.5 -3.5,-2.34375 -2.75,8.59375 -2.8125,6.46875 4.09375,5.03125 -0.28125,3.875 2.75,1.9375 0,4.6875 0.84375,6.625 3.3125,1.40625 -0.28125,2.1875 4.6875,-0.8125 1.65625,0.8125 -1.03125,0.90625 6.03125,4.03125 5.15625,-1.0625 0.875,-1.25 -0.71875,-1.75 2.125,-0.53125 3,2.8125 5.125,0.53125 2.3125,-3.53125 0,-3 1.40625,-1.59375 -1.25,-0.34375 0,-4.0625 -2.8125,-3 2.3125,-0.375 1.21875,-1.0625 0.96875,-1.875 -0.96875,-0.59375 0.5625,-4.125 -3.3125,-3.59375 -1.375,-7.1875 -4.96875,-6.34375 -3.625,0.875 -0.78125,-2.71875 -1.96875,0 -0.375,2.34375 -5.0625,1.5625 -3.53125,-9 z" id="departement48" inkscape:label="#path3339"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 301.625,247.96875 -2.71875,3.5 -1.5625,0.1875 -1.75,1.78125 -1.96875,-2.15625 -5.25,5.28125 0,3.125 0.96875,0.78125 0.1875,1.5625 -2.71875,2.125 -2.5625,-0.78125 -4.875,1 -2.53125,2.90625 -0.9375,2 0.15625,-0.0312 2.34375,3.3125 0,2.34375 1.34375,1.75 1.375,-1.75 1.5625,2.75 2.15625,0.78125 L 287,283.5 l 0.0937,1.46875 2.96875,2.3125 1.59375,-0.71875 1.25,-3 1.21875,-0.34375 0,-1.59375 2.125,-0.1875 0.1875,1.0625 2.65625,-3 3,0 0.53125,1.0625 -1.40625,1.9375 2.09375,2.3125 0.375,1.40625 4.9375,2.84375 6,0.875 1.78125,-0.1875 2.65625,0.53125 2.28125,-1.40625 1.78125,0.875 0.34375,2.46875 2.3125,0.53125 3,-0.15625 0.875,2.125 2.75,1.09375 0.0937,-0.96875 4.6875,-0.21875 -0.375,-11.125 -1.375,-2.71875 0.5625,-2.15625 3.25,-0.5625 0.0937,-0.21875 4.09375,-3.125 0.1875,-7.625 -1.375,-1.9375 -3.125,0 -1.15625,-1.5625 -3.3125,0 -0.96875,-1.1875 0,-2.9375 -3.9375,-7.40625 -1.9375,-1.375 -3.71875,5.09375 -1.5625,0.375 -0.59375,-2.53125 -1.75,-0.78125 -0.78125,1.5625 -2.90625,0 -0.40625,-1.75 -1.9686,1.15625 L 312,255 l -2.34375,-2.5625 -3.34375,-1.5625 -0.1875,-2.53125 -4.5,-0.375 z" id="departement03" inkscape:label="#path3343"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 346.1875,381.03125 -0.96875,1.875 -1.21875,1.0625 -2.3125,0.375 2.8125,3 0,4.0625 1.25,0.34375 -1.40625,1.59375 0,3 -2.3125,3.53125 -5.125,-0.53125 -3,-2.8125 -2.125,0.53125 0.71875,1.75 -0.875,1.25 -5.15625,1.0625 -6.03125,-4.03125 -1.15625,1.03125 0,2.78125 -2.21875,0.53125 0.5625,2.21875 2.75,0.5625 3.03125,0 0.84375,3.84375 -3.59375,1.65625 0,1.75 2.8125,0.96875 0,1.59375 1.25,0.71875 1.0625,-0.90625 1.40625,0 0.71875,1.59375 2.125,0 1.0625,-3.71875 1.75,0 2.65625,-3.34375 3.1875,0.34375 0.53125,4.59375 1.21875,1.4375 1.96875,-1.0625 3.34375,1.75 1.25,2.125 5.8125,3.53125 2.125,4.96875 0,2.625 -3.71875,2.125 -2.40625,2.15625 3,0.21875 0,3.90625 4.46875,-0.21875 2.40625,0.125 1.75,-4.0625 6.34375,-3.875 -1.375,-1.9375 1.65625,-4.40625 5.78125,0.8125 1.40625,-10.5 7.71875,-4.40625 0,-2.5 -5.8125,-5.78125 0,-4.4375 -3.3125,-5.5 -6.90625,-3.875 -0.53125,3.03125 -2.78125,0.28125 -0.8125,-3.03125 -2.78125,0.53125 -0.53125,3.875 -2.21875,-0.8125 -4.6875,-3.0625 -2.21875,1.125 0,-5.53125 -3.1875,-1.90625 z" id="departement30" inkscape:label="#path4307"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 274.25,438.46875 -0.28125,3.59375 -3.59375,-1.125 -3.875,0 0.28125,-1.375 -1.9375,0.28125 -4.125,1.375 -1.375,-2.5 -2.78125,2.5 0.84375,1.9375 -3.0625,1.375 -0.53125,3.03125 -2.5,1.125 2.21875,2.46875 -0.5625,1.65625 9.6875,4.6875 0.8125,6.65625 0,3.59375 0.5625,4.6875 -4.96875,0 -1.375,1.9375 6.34375,5.25 3.59375,-1.9375 4.40625,5.25 -0.65625,0.0625 0.84375,0.5 7.9375,-3.875 -1.9375,-2.84375 -0.15625,-3.34375 18.53125,0 -0.34375,-2.5 4.25,-2.28125 4.9375,3.875 2.5625,1.1875 -0.15625,-5.59375 0.21875,-6.4375 -2.34375,0.1875 -1.96875,-2.90625 1.5625,-2.5625 3.3125,3.125 2.9375,-2.34375 1.96875,-1.9375 0.25,-2.0625 -2.5,-0.0937 -0.875,-2.8125 -2.46875,-0.1875 -2.3125,-3.375 -1.78125,0.1875 -2.09375,-1.25 -0.375,-3 -1.0625,0.53125 0.53125,2.125 -2.46875,0 -0.1875,3.53125 -3.6875,1.25 -1.78125,-3.71875 -2.46875,1.59375 -2.125,-1.59375 -1.0625,-2.46875 1.78125,-2.125 L 288,439.5 l -0.21875,0.0625 -5.8125,0 -6.0625,-1.09375 -1.65625,0 z" id="departement11" inkscape:label="#path4314"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 335.5,408.375 -2.65625,3.34375 -1.75,0 -1.0625,3.71875 -2.125,0 -0.71875,-1.59375 -1.40625,0 -1.0625,0.90625 -1.25,-0.71875 0,-1.59375 -2.8125,-0.96875 0,1.03125 -3.3125,0.53125 -1.65625,1.40625 0.53125,3.3125 -3.03125,0 -3.03125,-1.65625 -1.65625,0 0,1.9375 0.28125,5.78125 -3.3125,0 -1.65625,0 -1.125,2.21875 -7.1875,2.46875 -2.75,-1.90625 -1.65625,2.46875 -0.8125,2.75 3.03125,2.78125 -1.125,3.59375 L 288,439.5 l 0.84375,2.28125 -1.78125,2.125 1.0625,2.46875 2.125,1.59375 2.46875,-1.59375 1.78125,3.71875 3.6875,-1.25 0.1875,-3.53125 2.46875,0 -0.53125,-2.125 1.0625,-0.53125 0.375,3 2.09375,1.25 1.78125,-0.1875 2.3125,3.375 2.46875,0.1875 0.875,2.8125 2.5,0.0937 0.125,-1.0625 7.03125,-2.15625 0.78125,-1.75 5.46875,-0.1875 1.75,-2.15625 10.5625,-8.40625 6.625,-4.6875 2.6875,0.1875 2.40625,-2.15625 3.71875,-2.125 0,-2.625 -2.125,-4.96875 -5.8125,-3.53125 -1.25,-2.125 -3.34375,-1.75 -1.96875,1.0625 -1.21875,-1.4375 -0.53125,-4.59375 -3.1875,-0.3437 z" id="departement34" inkscape:label="#path4321"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 300.5,468.65625 -4.25,2.28125 0.34375,2.5 -18.53125,0 0.15625,3.34375 1.9375,2.84375 -7.9375,3.875 -0.84375,-0.5 -6.53125,0.46875 -0.8125,1.65625 -3.3125,0.84375 -2.21875,1.9375 -6.0625,1.40625 0.34375,2.0625 2.9375,2.75 5.84375,1.5625 0.1875,3.5 3.125,2.75 2.34375,-0.40625 3.34375,-4.09375 4.09375,-0.78125 6.4375,2.15625 5.46875,4.6875 1.5625,-1.96875 1.375,0 1.375,0.96875 1.15625,-0.5625 0.1875,-2.75 5.875,-1.375 1.9375,-2.53125 2.9375,-0.96875 4.09375,0 2.5625,2.71875 3.125,0.21875 0,-3.125 -1.5625,-2.15625 -2.75,-1.1875 -0.4375,-17.0625 -2.5625,-1.1875 -4.9375,-3.875 z" id="departement66" inkscape:label="#path4325"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 285.84375,323.71875 -0.59375,2.15625 0.96875,2.34375 -1.1875,1.375 -1.9375,0 -1.96875,-2.15625 -1.75,-0.96875 -0.1875,5.46875 -3.53125,2.15625 -2.53125,3.5 0.59375,3.53125 -0.78125,1.5625 -1,3.125 -1.5625,0 -1.5625,1.9375 1.1875,1.1875 0.78125,1.9375 -2.53125,1.78125 1.03125,6.53125 3.3125,2.46875 -2.5,5.8125 2.5,1.09375 -1.09375,3.3125 2.1875,0.28125 1.65625,-2.75 2.78125,0 0.53125,0.8125 6.09375,0 1.09375,-2.46875 1.375,-0.5625 0.5625,-4.40625 1.375,0 0,-4.6875 5.53125,-4.71875 0.5625,0.84375 0.53125,3.59375 3.875,-0.5625 0.84375,5.53125 1.90625,0 0.5625,5.53125 1.71875,2.125 2.8125,-6.46875 2.75,-8.59375 3.5,2.34375 1.5625,-3.5 5,-1.8125 0,-1.65625 -1.0625,-1.59375 -2.125,-1.25 1.0625,-1.59375 -0.90625,-0.875 1.0625,-0.34375 1.25,-1.0625 -2.125,-0.1875 -1.0625,-1.40625 -0.34375,-3.71875 -1.25,-1.25 -0.875,-3.15625 -4.4375,0 -0.875,-2.5 -1.40625,-0.15625 -0.71875,1.40625 -2.8125,-0.1875 -2.65625,-4.0625 -1.0625,-0.15625 -2.125,-1.0625 -1.25,1.21875 -3.15625,0 -1.59375,-3.34375 -6,-1.75 z" id="departement15" inkscape:label="#path4332"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 317.8125,326.34375 -1.40625,0.71875 0,1.21875 -2.125,0.1875 -1.9375,1.59375 -3.53125,0.53125 L 308,331.75 l 0.625,0.0625 0.875,2.5 4.4375,0 0.875,3.15625 1.25,1.25 0.34375,3.71875 1.0625,1.40625 2.125,0.1875 -1.25,1.0625 -1.0625,0.34375 0.90625,0.875 -1.0625,1.59375 2.125,1.25 1.0625,1.59375 0,1.65625 0.46875,-0.15625 3.53125,9 5.0625,-1.5625 0.375,-2.34375 1.96875,0 0.78125,2.71875 3.625,-0.875 4.5,5.75 2.8125,-4.46875 5.0625,-3.71875 4.6875,0 1.5625,-4.875 3.125,-0.21875 0.21875,-3.6875 2.90625,0 -0.5625,-1.375 -0.78125,-2.53125 1.15625,-1.96875 2.75,-1.15625 1.15625,-4.6875 -2.53125,-2.9375 -3.125,0.1875 0.375,-3.71875 -6.25,-2.71875 -2.125,0.1875 -4.3125,3.53125 -3.9375,-1.28125 -0.78125,0.75 -2.46875,-0.71875 -1.75,-1.78125 -1.0625,2.125 -3.03125,-0.15625 -1.40625,-1.25 -1.0625,2.46875 -1.9375,-0.875 -1.25,-2.3125 -1.59375,0 -1.40625,-1.21875 -2.125,0.875 -2.46875,0.1875 -1.40625,-0.90625 -0.875,0.53125 -0.375,-0.875 z" id="departement43" inkscape:label="#path4339"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 299.09375,279.5 -2.65625,3 -0.1875,-1.0625 -2.125,0.1875 0,1.59375 -1.21875,0.34375 -1.25,3 -1.59375,0.71875 -2.96875,-2.3125 0.28125,4.59375 1.5625,1.9375 0.78125,3.71875 -2.34375,1.75 -0.5625,2.75 -2.15625,1.15625 -3.71875,2.15625 0.375,1.75 4.5,4.5 0.40625,2.75 -1.78125,2.90625 0,2.75 1.1875,1.375 0.59375,3.3125 -0.375,1.34375 6,1.75 1.59375,3.34375 3.15625,0 1.25,-1.21875 2.125,1.0625 1.0625,0.15625 2.65625,4.0625 2.8125,0.1875 0.71875,-1.40625 0.78125,0.0937 0.8125,-1.15625 3.53125,-0.53125 1.9375,-1.59375 2.125,-0.1875 0,-1.21875 1.40625,-0.71875 0.375,0.875 0.875,-0.53125 1.40625,0.90625 2.46875,-0.1875 2.125,-0.875 1.40625,1.21875 1.59375,0 1.25,2.3125 1.9375,0.875 1.0625,-2.46875 1.40625,1.25 3.03125,0.15625 1.0625,-2.125 1.75,1.78125 2.46875,0.71875 0.78125,-0.75 -1.53125,-0.5 -0.59375,-2.34375 3.71875,-3.5 -1.75,-6.4375 -5.09375,-3.34375 -2.125,-5.0625 -2.34375,-3.125 0.59375,-4.3125 1.75,-1.75 -3.125,-2.53125 0.0937,-0.78125 -2.75,-1.09375 -0.875,-2.125 -3,0.15625 -2.3125,-0.53125 -0.34375,-2.46875 -1.78125,-0.875 -2.28125,1.40625 -2.65625,-0.53125 -1.78125,0.1875 -6,-0.875 -4.9375,-2.84375 -0.375,-1.40625 -2.09375,-2.3125 1.40625,-1.9375 -0.53125,-1.0625 -3,0 z" id="departement63" inkscape:label="#path4346"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 179.21875,428.53125 -1.9375,1.03125 0.34375,0.0312 3.3125,5.46875 -2.15625,1.96875 1.5625,2.34375 2.34375,3.5 -1.9375,2.53125 -3.125,7.03125 -5.28125,4.5 1.375,2.75 -1.1875,0.78125 -2.90625,-0.59375 -0.8125,6.4375 -1.5625,1.1875 -0.3125,4.03125 0.5,-0.28125 3.3125,1.96875 3.90625,2.9375 0.375,2.34375 3.125,2.53125 2.5625,0 6.4375,-2.75 2.71875,3.125 3.71875,1 1.375,-2.34375 1.75,0.78125 3.78125,0.25 -0.25,-10.5 1.96875,0 1.75,0.875 1.25,-1.21875 -0.1875,-1.9375 2.46875,-1.4375 -0.875,-3.6875 -1.0625,-0.90625 -2.125,0.71875 1.0625,-1.78125 -0.53125,-2.28125 -3.1875,-2.3125 0.1875,-1.59375 1.78125,-3 2.28125,-0.875 0,-1.25 1.40625,-2.125 0.9375,-1.3125 -3.5625,-1.84375 -4.78125,0 -0.71875,-1.4375 -2.46875,0 -0.71875,-1.59375 -2.28125,0 -0.71875,0.71875 -2.65625,0 -0.15625,-1.59375 -2.125,-1.40625 0.71875,-0.71875 0.34375,-1.75 -0.53125,-0.53125 -1.0625,-2.84375 -2.3125,-0.34375 -2.28125,-1.25 0.15625,-3.34375 -3,0 z" id="departement65" inkscape:label="#path3335"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 172.15625,428.875 -2.8125,1.59375 -5.65625,-0.1875 -0.53125,-0.875 -3.71875,1.25 -2.84375,0.875 -2.125,-1.59375 -2.28125,0.71875 -0.71875,-0.90625 -2.8125,0 -1.78125,0.90625 -4.59375,-0.1875 -2.46875,1.9375 -4.4375,-0.34375 -0.875,1.25 -1.0625,-0.375 1.40625,-1.40625 -2.46875,-1.9375 -3,2.65625 -5.125,0.34375 -5.625,-2.8125 -0.8125,1.4375 -4.5,5.46875 -3.5,1.375 -2.53125,0.375 0,2.15625 2.34375,2.15625 3.5,0.1875 0.1875,2.53125 2.75,0.21875 0.78125,-1.78125 3.71875,1.5625 2.34375,0.59375 0.5625,2.34375 -1.34375,1.1875 0,3.6875 -2.75,1.375 -0.1875,1.75 1.75,1.96875 3.125,0.96875 0.59375,-2.9375 1.75,-1.9375 -0.1875,2.53125 1.375,1.96875 3.5,0 1.5625,2.125 4.6875,0.78125 4.5,2.75 7.40625,0 0.40625,4.09375 5.0625,3.90625 1.96875,2.34375 2.15625,-1.15625 1.9375,-0.40625 0.96875,0.96875 1.78125,-0.96875 3.40625,-1.875 0.3125,-4.03125 1.5625,-1.1875 0.8125,-6.4375 2.90625,0.59375 1.1875,-0.78125 -1.375,-2.75 5.28125,-4.5 3.125,-7.03125 1.9375,-2.53125 -2.34375,-3.5 -1.5625,-2.34375 2.15625,-1.96875 -3.3125,-5.46875 -5.28125,-0.375 -0.1875,-0.34375 z" id="departement64" inkscape:label="#path3337"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 139.8125,374.4375 -6.1875,3.1875 -1.59375,0.0625 -3.46875,18.5625 -4.5,17.1875 -1.375,6.65625 -1.15625,4.6875 -2.90625,5 5.625,2.8125 5.125,-0.34375 3,-2.65625 2.46875,1.9375 -1.40625,1.40625 1.0625,0.375 0.875,-1.25 4.4375,0.34375 2.46875,-1.9375 4.59375,0.1875 1.78125,-0.90625 2.8125,0 0.71875,0.90625 2.28125,-0.71875 2.125,1.59375 2.84375,-0.875 3.71875,-1.25 0.53125,0.875 5.65625,0.1875 2.8125,-1.59375 -1.375,-2.40625 1.375,-3.71875 1.9375,-2.53125 -0.59375,-3.3125 1.5625,-1.5625 -2.3125,-3.90625 1.9375,-2.34375 2.15625,-0.40625 1.9375,0.78125 2.75,-2.34375 0.96875,2.9375 0.96875,1.375 2.15625,-0.59375 -0.1875,-2.53125 0.625,-1.375 -0.46875,-1.21875 0.53125,-3.875 2.125,-2.125 -1.0625,-1.25 -2.3125,-0.1875 -2.65625,-1.03125 -3.875,0.34375 -0.71875,-4.25 -2.46875,-3 -1.0625,-0.34375 0.375,3.53125 0,1.0625 -3.375,0.15625 -3.53125,-1.21875 -0.71875,-4.4375 -2.46875,-2.65625 -1.75,-0.15625 -0.1875,-1.59375 -1.9375,-1.25 -3.1875,-0.875 0.875,-1.0625 0,-1.0625 -1.0625,-0.875 -1.21875,-1.0625 -3.5625,0.53125 -2.09375,1.75 -1.4375,0.1875 -2.28125,-1.59375 -3.375,1.40625 -1.59375,-1.0625 1.4375,-1.75 0.15625,-2.3125 -3.34375,-1.21875 z" id="departement40" inkscape:label="#path5235"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 141.25,315.21875 -3.125,4.6875 -0.96875,16.40625 -2.53125,16.59375 -1.78125,12.875 -0.1875,3.34375 1.375,-4.5 2.71875,-3.53125 3.90625,3.53125 0.40625,1.15625 1.15625,1.5625 -4.875,0.21875 -0.78125,-1.1875 -1.9375,0.78125 -0.40625,2.9375 -2.15625,2.9375 0,4.46875 -0.0312,0.1875 1.59375,-0.0625 6.1875,-3.1875 3.34375,1.21875 -0.15625,2.3125 -1.4375,1.75 1.59375,1.0625 3.375,-1.40625 2.28125,1.59375 1.4375,-0.1875 2.09375,-1.75 3.5625,-0.53125 1.21875,1.0625 1.0625,0.875 0,1.0625 -0.875,1.0625 3.1875,0.875 1.9375,1.25 0.1875,1.59375 1.75,0.15625 2.46875,2.65625 0.71875,4.4375 3.53125,1.21875 3.375,-0.15625 0,-1.0625 -0.375,-3.53125 1.0625,0.34375 2,2.4375 3.125,-0.5 1.4375,-1.40625 -0.1875,-1.9375 -1.25,-1.0625 0.375,-1.96875 1.9375,0 1.9375,-1.21875 -0.875,-1.78125 -0.53125,-2.65625 1.40625,-2.46875 3,-4.59375 1.78125,-2.125 1.59375,-0.53125 0.34375,-1.75 -2.125,-0.1875 -0.875,-1.9375 0.6875,-1.9375 2.5,-0.53125 1.75,-0.53125 2.0625,-0.28125 -0.125,-0.0937 -0.15625,-3.875 1.9375,-1.40625 -2.46875,-1.59375 -2.46875,3 -6.03125,0.1875 -0.53125,-1.4375 -1.75,-0.875 1.40625,-1.78125 0,-1.9375 -0.71875,-1.0625 0,-1.0625 1.78125,-1.0625 0.53125,-3.15625 1.0625,-2.84375 -1.0625,-1.59375 -1.9375,0 -1.03125,-1.21875 -1,2.09375 -1.9375,-1.375 -2.75,1.375 -2.34375,-0.375 -4.46875,-4.5 -2.75,-0.1875 -0.78125,-6.25 -5.09375,-0.59375 -0.1875,-2.9375 -0.96875,0.96875 -5.78125,0 0.28125,1.25 1.375,5.65625 0.375,5.65625 -0.96875,1.5625 -0.96875,-4.6875 -2.75,-10.71875 -9.96875,-9 0.21875,-4.09375 -1.96875,-0.1875 z" id="departement33" inkscape:label="#path5242"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 209.84375,310.46875 -1.75,3.125 -2.75,0.375 -0.1875,4.6875 -9.1875,6.25 -0.1875,6.84375 -3.53125,3.5 -1.9375,1.78125 -3.90625,-0.40625 -2.15625,3.71875 -0.5625,1.21875 1.03125,1.21875 1.9375,0 1.0625,1.59375 -1.0625,2.84375 -0.53125,3.15625 -1.78125,1.0625 0,1.0625 0.71875,1.0625 0,1.9375 -1.40625,1.78125 1.75,0.875 0.53125,1.4375 6.03125,-0.1875 2.46875,-3 2.46875,1.59375 -1.9375,1.40625 0.15625,3.875 2.84375,1.96875 0.34375,3.6875 3,1.0625 1.78125,-1.59375 3.875,0 2.125,-1.75 1.25,0.1875 0.34375,1.40625 3.90625,0 0.875,-1.0625 1.40625,0.1875 1.59375,1.75 0,1.25 -1.40625,0.875 0.53125,1.25 1.9375,0.15625 L 222,370.375 l 2.125,0 1.40625,1.59375 3.0625,1.28125 0.1875,-0.5 1.78125,-1.75 0.1875,-2.9375 4.28125,-0.375 2.75,-3.90625 -1.1875,-0.40625 -0.1875,-2.125 3.3125,-0.40625 0.21875,-1.9375 1.5625,-1 1.75,-3.125 -1.75,-1.9375 0,-2.15625 1.34375,-1.15625 -1.75,-2.75 0.1875,-4.28125 -4.28125,0.1875 -1.75,-1.1875 1.5625,-1.9375 -2.15625,-1.75 1.5625,-1.96875 -1.5625,-0.78125 0,-2.71875 3.90625,-3.53125 -2.15625,-1.75 -1.15625,-2.9375 -4.125,-0.59375 -1.375,-0.96875 2.9375,-1.375 -0.96875,-1.34375 -4.28125,-0.59375 -1,-3.90625 -6.25,-0.59375 -1.375,1.96875 -1.34375,0.375 -1.78125,-2.34375 0.8125,-2.15625 -1,-1.9375 -5.65625,-0.1875 z" id="departement24" inkscape:label="#path5250"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 195.25,363.375 -2.0625,0.28125 -1.75,0.53125 -2.5,0.53125 -0.6875,1.9375 0.875,1.9375 2.125,0.1875 -0.34375,1.75 -1.59375,0.53125 -1.78125,2.125 -3,4.59375 -1.40625,2.46875 0.53125,2.65625 0.875,1.78125 -1.9375,1.21875 -1.9375,0 -0.375,1.96875 1.25,1.0625 0.1875,1.9375 -1.4375,1.40625 -3.125,0.5 0.46875,0.5625 0.71875,4.25 3.875,-0.34375 2.65625,1.03125 2.3125,0.1875 1.0625,1.25 -2.125,2.125 -0.53125,3.875 0.46875,1.21875 0.75,-1.5625 2.3125,1.96875 3.125,-3.125 1.375,1.9375 3.3125,-0.59375 3.53125,-0.375 1.5625,-2.75 5.84375,-0.5625 2.9375,2.90625 1,-0.96875 1.9375,-0.59375 -0.78125,-2.71875 2.9375,-0.78125 3.71875,-0.78125 -0.8125,-2.34375 1.1875,-1.375 0.96875,-3.71875 -2.15625,-2.34375 1.375,-4.46875 2.9375,1.75 4.3125,-0.78125 -1.96875,-4.3125 -1.5625,-5.84375 3.90625,-0.1875 0.78125,-2.0625 -3.0625,-1.28125 -1.40625,-1.59375 -2.125,0 -2.46875,2.28125 -1.9375,-0.15625 -0.53125,-1.25 1.40625,-0.875 0,-1.25 -1.59375,-1.75 -1.40625,-0.1875 -0.875,1.0625 -3.90625,0 -0.34375,-1.40625 -1.25,-0.1875 -2.125,1.75 -3.875,0 -1.78125,1.59375 -3,-1.0625 -0.34375,-3.6875 -2.71875,-1.875 z" id="departement47" inkscape:label="#path5257"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 247.46875,347.3125 -4.15625,1.9375 -0.59375,0.0937 0.125,0.1875 -1.34375,1.15625 0,2.15625 1.75,1.9375 -1.75,3.125 -1.5625,1 -0.21875,1.9375 -3.3125,0.40625 0.1875,2.125 1.1875,0.40625 -2.75,3.90625 -4.28125,0.375 -0.1875,2.9375 -1.78125,1.75 -0.96875,2.5625 -3.90625,0.1875 1.5625,5.84375 1.65625,3.625 2.5,-0.0937 0.15625,1.03125 -1.40625,1.59375 1.0625,2.125 1.59375,0 1.75,1.9375 1.59375,0 1.25,-1.40625 0.34375,0.375 0,1.75 0.53125,2.3125 3.71875,0.15625 3,-3.1875 1.59375,-0.15625 0.53125,0.875 0.875,1.9375 1.4375,0 0.53125,-3.53125 3,0.375 1.75,-2.125 2.84375,0.6875 4.25,-1.9375 0.0312,0.375 1.375,-1.4375 -1.78125,-2.65625 -0.6875,-3.53125 2.28125,-1.9375 1.0625,0.34375 3.1875,-3.53125 1.75,0.1875 0.71875,-0.90625 3.53125,0 1.25,-1.40625 0.34375,-1.09375 -1.59375,-0.21875 1.09375,-3.3125 -2.5,-1.09375 2.5,-5.8125 -3.3125,-2.46875 -1.125,-7.1875 -3.03125,-0.8125 -2.21875,2.1875 -1.09375,-1.9375 -3.3125,3.3125 -2.21875,0.28125 -3.84375,-5.5 -4.96875,-2.21875 z" id="departement46" inkscape:label="#path5264"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 237.21875,446.375 -1.25,0.875 -0.53125,1.0625 2.46875,1.78125 0.71875,1.25 -0.53125,1.03125 -4.25,0.375 -1.21875,1.75 0.15625,0.53125 1.59375,0.53125 0.90625,1.25 -1.0625,1.75 -1.25,-0.15625 -1.9375,-1.78125 -2.3125,-0.6875 -2.28125,0.15625 -4.0625,2.46875 0.15625,3.375 1.0625,0.71875 -0.6875,2.625 -4.625,1.25 -1.75,2.125 0,3.53125 0.71875,1.0625 -1.65625,1.53125 1.0625,0.59375 6.03125,1.15625 2.5625,0 3.3125,4.3125 8.40625,-0.40625 3.3125,5.28125 2.9375,-1.1875 8.59375,1.1875 0.625,3.59375 6.0625,-1.40625 2.21875,-1.9375 3.3125,-0.84375 0.8125,-1.65625 7.1875,-0.53125 -4.40625,-5.25 -3.59375,1.9375 -6.34375,-5.25 1.375,-1.9375 4.96875,0 -0.5625,-4.6875 0,-3.59375 -0.8125,-6.65625 -9.6875,-4.6875 0.5625,-1.65625 -1.84375,-2.0625 -1.5625,0.65625 -2.125,0.34375 -3.90625,-1.78125 -1.0625,-0.34375 1.59375,1.9375 -0.6875,1.59375 -3.375,-0.34375 -0.15625,-1.78125 -1.96875,-2.65625 -1.21875,-0.34375 z" id="departement09" inkscape:label="#path5271"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 207.875,401.875 -5.84375,0.5625 -1.5625,2.75 -3.53125,0.375 -3.3125,0.59375 -1.375,-1.9375 -3.125,3.125 -2.3125,-1.96875 -1.375,2.9375 0.1875,2.53125 -2.15625,0.59375 -0.96875,-1.375 -0.96875,-2.9375 -2.75,2.34375 -1.9375,-0.78125 -2.15625,0.40625 -1.9375,2.34375 2.3125,3.90625 -1.5625,1.5625 0.59375,3.3125 -1.9375,2.53125 -1.375,3.71875 1.5625,2.75 4.9375,0.34375 1.9375,-1.03125 3,0 -0.15625,3.34375 2.28125,1.25 2.3125,0.34375 1.0625,2.84375 0.53125,0.53125 -0.34375,1.75 -0.71875,0.71875 2.125,1.40625 0.15625,1.59375 2.65625,0 0.71875,-0.71875 2.28125,0 0.71875,1.59375 2.46875,0 0.71875,1.4375 4.78125,0 3.5625,1.84375 0.3125,-0.4375 1.9375,-1.0625 3.53125,-4.59375 6.5625,0.53125 2.8125,1.9375 0.90625,-1.25 1.40625,-4.21875 1.75,-4.0625 3.71875,-1.59375 1.78125,-0.71875 -0.53125,-1.59375 -1.78125,-0.1875 -0.6875,-1.75 -1.4375,0 -2.28125,-2.3125 0.15625,-1.59375 -3,-3 L 222,418.65625 220.0625,419.5 l -0.53125,-1.0625 1.25,-1.9375 -1.4375,-1.40625 0,-2.46875 -1.21875,-1.25 -3.90625,-0.1875 0,-2.28125 2.125,-1.59375 0,-1.78125 2.3125,-1.0625 -1.25,-0.6875 -1.40625,0.6875 -2.84375,0 -0.875,-0.8125 -0.46875,0.15625 -1,0.96875 -2.9375,-2.90625 z" id="departement32" inkscape:label="#path5278"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 245,412.4375 -2.84375,1.0625 -0.875,1.40625 -1.0625,-1.21875 -1.9375,-0.1875 -0.375,1.78125 -1.21875,0.5 1.75,0.90625 -1.21875,1.9375 -4.4375,1.25 -1.9375,-2.3125 -1.75,0 -1.4375,0.875 -5.125,0 -0.53125,0.21875 0.53125,1.90625 3,3 -0.15625,1.59375 2.28125,2.3125 1.4375,0 0.6875,1.75 1.78125,0.1875 0.53125,1.59375 -1.78125,0.71875 -3.71875,1.59375 -1.75,4.0625 -1.40625,4.21875 -0.90625,1.25 -2.8125,-1.9375 -6.5625,-0.53125 -3.53125,4.59375 -1.9375,1.0625 -1.25,1.75 -1.40625,2.125 0,1.25 -2.28125,0.875 -1.78125,3 -0.1875,1.59375 3.1875,2.3125 0.53125,2.28125 -1.0625,1.78125 2.125,-0.71875 1.0625,0.90625 0.875,3.6875 -2.46875,1.4375 0.1875,1.9375 -1.25,1.21875 -1.75,-0.875 -1.96875,0 0.25,10.5 7.9375,0.53125 0.40625,-9.59375 2.71875,0.40625 4.03125,2.34375 1.65625,-1.53125 -0.71875,-1.0625 0,-3.53125 1.75,-2.125 4.625,-1.25 0.6875,-2.625 -1.0625,-0.71875 -0.15625,-3.375 4.0625,-2.46875 2.28125,-0.15625 2.3125,0.6875 1.9375,1.78125 1.25,0.15625 1.0625,-1.75 -0.90625,-1.25 -1.59375,-0.53125 -0.15625,-0.53125 1.21875,-1.75 4.25,-0.375 0.53125,-1.03125 -0.71875,-1.25 -2.46875,-1.78125 0.53125,-1.0625 1.25,-0.875 1.21875,0.34375 1.96875,2.65625 0.15625,1.78125 3.375,0.34375 0.6875,-1.59375 -1.59375,-1.9375 1.0625,0.34375 3.90625,1.78125 2.125,-0.34375 1.5625,-0.65625 -0.375,-0.40625 2.5,-1.125 0.53125,-3.03125 3.0625,-1.375 -0.84375,-1.9375 2.78125,-2.5 1.375,2.5 4.125,-1.375 0.78125,-0.125 0.0625,-1.28125 0,-2.5 -2.125,0.375 -2.65625,-0.71875 -2.3125,-2.8125 -0.875,-1.25 -4.59375,-1.9375 -1.0625,-1.59375 1.40625,-0.53125 0,-1.9375 -1.40625,-1.59375 -1.78125,-2.84375 -0.15625,-2.46875 -0.53125,-0.34375 -2.125,-2.5 -0.875,-2.625 L 245,412.4375 z" id="departement31" inkscape:label="#path5285"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 220.1875,384.6875 -1.375,4.46875 2.15625,2.34375 -0.96875,3.71875 -1.1875,1.375 0.8125,2.34375 -3.71875,0.78125 -2.9375,0.78125 0.78125,2.71875 -1.46875,0.4375 0.875,0.8125 2.84375,0 1.40625,-0.6875 1.25,0.6875 -2.3125,1.0625 0,1.78125 -2.125,1.59375 0,2.28125 3.90625,0.1875 1.21875,1.25 0,2.46875 1.4375,1.40625 -1.25,1.9375 0.53125,1.0625 2.46875,-1.0625 5.125,0 1.4375,-0.875 1.75,0 1.9375,2.3125 4.4375,-1.25 1.21875,-1.9375 -1.75,-0.90625 1.21875,-0.5 0.375,-1.78125 1.9375,0.1875 1.0625,1.21875 0.875,-1.40625 2.84375,-1.0625 1.28125,0.59375 1,-1.65625 -1.75,-1.9375 3.34375,0 1.0625,-1.9375 2.3125,-2.125 -2.3125,0 0.71875,-3 6,-0.71875 2.3125,-1.40625 2.8125,-1.0625 0.90625,-0.90625 -1.09375,-2.8125 1.59375,-3.1875 -2.8125,-0.1875 -0.34375,-4.40625 -4.25,1.9375 -2.84375,-0.6875 -1.75,2.125 -3,-0.375 -0.53125,3.53125 -1.4375,0 -0.875,-1.9375 -0.53125,-0.875 -1.59375,0.15625 -3,3.1875 -3.71875,-0.15625 -0.53125,-2.3125 0,-1.75 -0.34375,-0.375 -1.25,1.40625 -1.59375,0 -1.75,-1.9375 -1.59375,0 -1.0625,-2.125 1.40625,-1.59375 -0.15625,-1.03125 -2.5,0.0937 0.3125,0.6875 -4.3125,0.78125 -2.9375,-1.75 z" id="path5292"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 294.6875,353.375 -5.53125,4.71875 0,4.6875 -1.375,0 -0.5625,4.40625 -1.375,0.5625 -1.09375,2.46875 -6.09375,0 -0.53125,-0.8125 -2.78125,0 -1.65625,2.75 -0.59375,-0.0625 -0.34375,1.09375 -1.25,1.40625 -3.53125,0 -0.71875,0.90625 -1.75,-0.1875 -3.1875,3.53125 -1.0625,-0.34375 -2.28125,1.9375 0.6875,3.53125 1.78125,2.65625 -1.375,1.4375 0.3125,4.03125 2.8125,0.1875 -1.59375,3.1875 1.25,3.1875 1.59375,-0.90625 0.71875,1.59375 2.28125,-2.28125 3.375,-0.1875 3.34375,2.46875 5.84375,1.0625 2.125,3.71875 3,1.40625 1.59375,4.0625 -0.1875,1.59375 1.9375,3.5625 0,1.9375 3.53125,4.59375 3.375,1.75 2.125,-0.53125 1.0625,-1.40625 1.59375,0.375 3.65625,2.34375 0.0312,0 1.625,0 3.3125,0 -0.28125,-5.78125 0,-1.9375 1.65625,0 3.03125,1.65625 3.03125,0 -0.53125,-3.3125 1.65625,-1.40625 3.3125,-0.53125 0,-2.78125 3.59375,-1.65625 -0.84375,-3.84375 -3.03125,0 -2.75,-0.5625 -0.5625,-2.21875 2.21875,-0.53125 0,-2.78125 2.1875,-1.9375 -1.65625,-0.8125 -4.6875,0.8125 0.28125,-2.1875 -3.3125,-1.40625 -0.84375,-6.625 0,-4.6875 -2.75,-1.9375 0.28125,-3.875 -5.8125,-7.15625 -0.5625,-5.53125 -1.90625,0 -0.84375,-5.53125 -3.875,0.5625 -0.53125,-3.59375 -0.5625,-0.84375 z" id="departement12" inkscape:label="#path5299"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 270.8125,396.875 -3.375,0.1875 -2.28125,2.28125 -0.71875,-1.59375 -1.59375,0.90625 -0.15625,-0.375 -0.90625,0.90625 -2.8125,1.0625 -2.3125,1.40625 -6,0.71875 -0.71875,3 2.3125,0 -2.3125,2.125 -1.0625,1.9375 -3.34375,0 1.75,1.9375 -1,1.65625 0.3125,0.125 0.875,2.625 2.125,2.5 0.53125,0.34375 0.15625,2.46875 1.78125,2.84375 1.40625,1.59375 0,1.9375 -1.40625,0.53125 1.0625,1.59375 4.59375,1.9375 0.875,1.25 2.3125,2.8125 2.65625,0.71875 2.125,-0.375 0,2.5 -0.0625,1.28125 1.15625,-0.15625 -0.28125,1.375 3.875,0 3.59375,1.125 0.28125,-3.59375 1.65625,0 6.0625,1.09375 5.8125,0 4.40625,-1.375 1.125,-3.59375 -3.03125,-2.78125 0.8125,-2.75 1.65625,-2.46875 2.75,1.90625 7.1875,-2.46875 1.125,-2.21875 -3.65625,-2.34375 -1.59375,-0.375 -1.0625,1.40625 -2.125,0.53125 -3.375,-1.75 -3.53125,-4.59375 0,-1.9375 -1.9375,-3.5625 0.1875,-1.59375 -1.59375,-4.0625 -3,-1.40625 -2.125,-3.71875 -5.84375,-1.0625 -3.34375,-2.46875 z" id="departement81" inkscape:label="#path5306"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 383.28125,262.59375 -2.15625,0.21875 -1.375,2.53125 -3.6875,14.4375 -0.53125,1.1875 -0.375,4.5625 -1.0625,1.46875 0,6.59375 -0.625,1.5 3.8125,2.3125 1.5,0.21875 2.34375,2.125 0.40625,3.40625 2.5625,-0.84375 3.96875,1.15625 0.0625,-0.75 1.90625,0 2.75,2.5625 2.5625,-1.28125 1.28125,-3.8125 1.28125,-1.5 1.6875,0.21875 1.6875,1.5 0.875,2.75 7.84375,9.5625 2.34375,-1.6875 0.40625,-3.625 2.5625,-0.4375 0,-6.375 1.28125,-1.0625 0.40625,-5.71875 0.5,0.40625 -0.0625,-2.09375 -1.0625,-1.9375 0.4375,-5.5 1.90625,1.0625 1.0625,-1.9375 1.90625,-0.625 1.96875,-1.5625 -2.125,0 0,-3.71875 2.34375,-1.375 3.5,-0.375 0.21875,-1.96875 -1.1875,-0.78125 2.9375,-3.71875 -0.40625,-1.15625 -3.34375,-1.78125 -8.125,8.9375 -5.65625,0 0,-2.34375 -3.125,-1.5625 -3.71875,4.09375 -2.9375,0.40625 0,-2.75 -2.53125,-1.15625 -3.90625,-5.46875 -3.53125,-1.375 -1.15625,-2.53125 -1.96875,-0.40625 -1.9375,1.375 -1.5625,0.40625 -2.15625,-1.78125 z" id="departement01" inkscape:label="#path7075"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 397.90625,298.6875 -1.28125,1.5 -1.28125,3.8125 -2.5625,1.28125 -2.75,-2.5625 -1.90625,0 -0.21875,2.78125 2.78125,2.34375 -4.25,5.5 -5.53125,1.28125 -4.25,1.5 2.75,2.75 0.65625,1.28125 -4.25,2.125 -0.4375,6.15625 -0.125,0.0625 1.1875,2.46875 3.40625,1.0625 2.34375,-0.84375 2.75,-1.90625 3.625,2.96875 2.96875,0 2.125,2.96875 -0.875,2.125 0.4375,3 -1.0625,2.96875 0.4375,1.0625 1.46875,-0.4375 3.40625,1.0625 4.46875,1.28125 1.90625,-1.28125 0.84375,-1.46875 0.65625,0 0.1875,15.90625 1.0625,1.0625 2.78125,0 2.53125,1.5 1.90625,1.5 1.9375,0.1875 1.25,1.0625 3.53125,0.40625 0.25,-0.59375 -1.5625,-0.78125 0,-2.34375 4.875,0 1.5625,-1.5625 -0.96875,-1.75 2.53125,-1.96875 1.78125,0.78125 2.53125,-2.15625 4.46875,0.78125 1.5625,-1.75 3.71875,0.1875 0,-4.28125 -1.5625,-0.78125 -0.78125,-2.53125 L 434.84375,346 434.25,345.03125 l 0.78125,-4.09375 1.375,-1.1875 -1.125,-1.53125 -2.125,-1.28125 -1.28125,1.28125 0.4375,-1.71875 0,-1.6875 -1.71875,-1.71875 0.875,-4.03125 1.90625,-1.0625 -0.21875,-2.75 -4.03125,-4.03125 -1.5,0 -1.0625,1.46875 -2.53125,-3.375 -1.5,0.1875 -1.28125,2.78125 0.875,1.6875 -0.65625,0.65625 -1.6875,-1.28125 -4.90625,-1.0625 -2.3125,-4.25 0,-1.71875 -2.34375,-2.53125 -0.25,-1.09375 -7.8125,-9.53125 -0.875,-2.75 -1.6875,-1.5 -1.6875,-0.21875 z" id="departement38" inkscape:label="#path7953"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 446.125,266.1875 -4.46875,0.78125 -4.3125,3.5 -1.15625,-1.75 -2.15625,0.1875 -1.96875,4.3125 0.21875,1.75 2.125,1.75 -3.90625,2.5625 -2.53125,2.34375 -4.3125,0 -1.96875,1.5625 -1.90625,0.625 -1.0625,1.9375 -1.90625,-1.0625 -0.4375,5.5 1.0625,1.9375 0.0625,2.09375 1.625,1.28125 0,5.53125 3.84375,0.625 1.46875,2.78125 3.40625,0.40625 0.625,-1.25 1.71875,0 2.96875,3.1875 1.0625,1.0625 3.40625,-0.65625 0.84375,-1.6875 0.84375,-3.40625 1.90625,-1.5 1.5,-4.4375 1.90625,-1.28125 1.5,0.40625 0.40625,1.28125 -1.0625,1.28125 1.90625,2.34375 3.1875,0 1.9375,3.1875 -0.4375,1.0625 1.90625,-1.28125 1.5,-1.6875 1.3125,0.15625 0.0937,-3.40625 6.65625,-2.75 0.78125,-1.9375 -0.40625,-4.3125 -4.28125,-4.46875 -1.375,0.78125 0,-1.78125 0,-2.90625 -3.71875,-1.78125 -0.1875,-1.5625 2.15625,-2.34375 0,-2.71875 -3.53125,-3.71875 -0.1875,-2.53125 -6.65625,0 z" id="departement74" inkscape:label="#path7960"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="M 339.53125,278.03125 336,278.625 l -0.5625,2.15625 1.375,2.71875 0.375,11.125 -4.6875,0.21875 -0.1875,1.75 3.125,2.53125 -1.75,1.75 -0.59375,4.3125 2.34375,3.125 2.125,5.0625 5.09375,3.34375 1.75,6.4375 -3.71875,3.5 0.59375,2.34375 5.46875,1.78125 4.3125,-3.53125 2.125,-0.1875 6.25,2.71875 -0.375,3.71875 3.125,-0.1875 2.46875,2.84375 1.8125,-0.5 3.375,-0.625 0.875,-3.84375 4.65625,-2.75 0.4375,-6.15625 0.15625,-0.0937 -2.28125,-0.34375 -2.125,0.84375 -1.71875,-1.0625 2.125,-2.53125 -0.625,-1.90625 -6.59375,-1.0625 -5.53125,-5.09375 0,-1.71875 1.28125,-1.0625 0,-1.46875 -1.46875,-0.875 1.25,-1.90625 0,-2.75 -2.53125,-2.34375 0,-2.34375 -1.71875,-1.6875 0,-1.90625 -0.84375,-3.1875 1.28125,-1.28125 0.21875,-3.8125 4.03125,0 1.0625,-1.28125 -1.28125,-2.125 0,-1.90625 -1.0625,-0.84375 -0.75,4 -2.15625,0 -1.5625,1.5625 -1.1875,-1.1875 -6.25,-0.96875 -2.34375,1.375 -1.5625,0 -0.375,-1.375 -2.9375,-0.59375 -0.1875,-3.125 -0.59375,-0.1875 z" id="departement42" inkscape:label="#path7964"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 371.75,275.3125 -2.125,0.1875 -1.78125,1.75 -1.15625,-1.5625 -1.75,1.5625 -2.375,-1.5625 -1.9375,0 -0.78125,0.59375 -0.40625,2.25 1.0625,0.84375 0,1.90625 1.28125,2.125 -1.0625,1.28125 -4.03125,0 -0.21875,3.8125 -1.28125,1.28125 0.84375,3.1875 0,1.90625 1.71875,1.6875 0,2.34375 2.53125,2.34375 0,2.75 -1.25,1.90625 1.46875,0.875 0,1.46875 -1.28125,1.0625 0,1.71875 5.53125,5.09375 6.59375,1.0625 0.625,1.90625 -2.125,2.53125 1.71875,1.0625 2.125,-0.84375 2.28125,0.34375 4.09375,-2.03125 -0.65625,-1.28125 -2.75,-2.75 4.25,-1.5 5.53125,-1.28125 4.25,-5.5 -2.78125,-2.34375 0.15625,-2.03125 -3.96875,-1.15625 -2.5625,0.84375 -0.40625,-3.40625 -2.34375,-2.125 -1.5,-0.21875 -3.8125,-2.3125 0.625,-1.5 0,-6.59375 1.0625,-1.46875 0.375,-4.5625 -0.65625,1.5625 -1.375,-0.1875 -0.75,-3.90625 -1,-3.125 z" id="departement69" inkscape:label="#path7971"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 417,293.8125 -0.40625,5.71875 -1.28125,1.0625 0,6.375 -2.5625,0.4375 -0.40625,3.625 -2.34375,1.6875 -0.0312,-0.0312 0.25,1.09375 2.34375,2.53125 0,1.71875 2.3125,4.25 4.90625,1.0625 1.6875,1.28125 0.65625,-0.65625 -0.875,-1.6875 1.28125,-2.78125 1.5,-0.1875 2.53125,3.375 1.0625,-1.46875 1.5,0 4.03125,4.03125 0.21875,2.75 -1.90625,1.0625 -0.875,4.03125 1.71875,1.71875 0,1.6875 -0.4375,1.71875 1.28125,-1.28125 2.125,1.28125 1.125,1.53125 3.53125,-0.375 1.15625,1.15625 0.59375,2.75 3.5,-0.40625 0.40625,-2.9375 1.75,-0.78125 3.75,0.1875 -0.0625,-0.125 5.84375,-2.34375 2.15625,1.375 2.15625,0 0.1875,-2.34375 2.53125,-1.375 0.96875,-1.15625 5.09375,-1.96875 0.59375,-3.3125 -1,-1.5625 2.75,-4.6875 -2.5313,-0.9688 L 469,318.125 463.71875,315 c 0,0 0.31502,-5.98725 -0.1875,-7.0625 -0.0158,-0.0269 -0.0497,-0.0773 -0.0625,-0.0937 -0.005,-0.005 -0.0261,-0.0266 -0.0312,-0.0312 -0.004,2.2e-4 -0.0284,-7e-5 -0.0312,0 -5e-5,-0.007 -1.7e-4,-0.0294 0,-0.0312 -0.004,1.2e-4 -0.0284,-4e-5 -0.0312,0 -0.003,-1.5e-4 -0.0283,-7e-5 -0.0312,0 -0.004,-8e-5 -0.0284,10e-6 -0.0312,0 -0.78125,0.19532 -3.6875,0.40625 -3.6875,0.40625 l -2.9375,-3.34375 0.0937,-3.21875 -1.3125,-0.15625 -1.5,1.6875 -1.90625,1.28125 0.4375,-1.0625 -1.9375,-3.1875 -3.1875,0 -1.90625,-2.34375 1.0625,-1.28125 -0.40625,-1.28125 -1.5,-0.40625 -1.90625,1.28125 -1.5,4.4375 -1.90625,1.5 -0.84375,3.40625 -0.84375,1.6875 -3.40625,0.65625 -1.0625,-1.0625 -2.96875,-3.1875 -1.71875,0 -0.625,1.25 -3.40625,-0.40625 -1.46875,-2.78125 -3.84375,-0.625 0,-5.53125 -2.125,-1.6875 z" id="departement73" inkscape:label="#path7978"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 375.25,328.5 -4.53125,2.6875 -0.875,3.84375 -3.375,0.625 -1.8125,0.5 0.0625,0.0937 -1.15625,4.6875 -2.75,1.15625 -1.15625,1.96875 0.78125,2.53125 0.5625,1.375 -2.90625,0 -0.21875,3.6875 -3.125,0.21875 -1.5625,4.875 -4.6875,0 -5.0625,3.71875 -2.8125,4.46875 0.46875,0.59375 1.375,7.1875 3.3125,3.59375 -0.5625,4.125 4.15625,2.5 0,5.53125 2.21875,-1.125 4.6875,3.0625 2.21875,0.8125 0.53125,-3.875 2.78125,-0.53125 0.8125,3.03125 2.78125,-0.28125 0.53125,-3.03125 6.34375,3.5625 L 373.3125,388 376,387.59375 l 0.21875,-4.125 -0.625,-0.875 -0.84375,-0.1875 0,-1.5 0.625,-1.5 -1.0625,-1.6875 0.625,-3.8125 2.5625,-3 0,-4.21875 -1.0625,-4.90625 1.90625,-0.40625 0.4375,-2.125 1.90625,-3.625 1.0625,-2.75 -1.6875,-4.25 -1.0625,-3.40625 -1.5,-5.9375 0,-7.96875 -1.0625,-0.34375 L 375.25,328.5 z" id="departement07" inkscape:label="#path7982"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 384.9375,329.28125 -2.75,1.90625 -2.34375,0.84375 -2.34375,-0.71875 0,7.96875 1.5,5.9375 1.0625,3.40625 1.6875,4.25 -1.0625,2.75 -1.90625,3.625 -0.4375,2.125 -1.90625,0.40625 1.0625,4.90625 0,4.21875 -2.5625,3 -0.625,3.8125 1.0625,1.6875 -0.625,1.5 0,1.5 0.84375,0.1875 0.625,0.875 -0.21875,4.125 2.59375,-0.375 1.15625,1.375 -0.5625,3.90625 0.78125,0.96875 2.90625,-2.9375 2.5625,-0.1875 0.5625,-1.5625 -3.3125,-0.40625 -0.5625,-3.5 2.125,-3.3125 2.75,-0.21875 2.71875,2.5625 -2.71875,3.6875 0.78125,1.375 3.90625,0.40625 2.53125,-2.15625 -1.375,2.9375 0.40625,2.34375 4.09375,0.375 5.46875,0.40625 0.78125,2.53125 2.9375,2.15625 2.53125,0.1875 1.75,-1.5625 1,-2.9375 1.5625,1.375 1.15625,1.375 0.78125,-7.25 -1.9375,-0.375 -1.1875,-2.53125 -6.625,-1.78125 -0.8125,-3.3125 2.375,-1.5625 -1.96875,-1.375 0.40625,-1.75 3.125,0.1875 2.71875,1.375 2.15625,-2.53125 -2.15625,-1.75 0.1875,-2.34375 1.1875,-3.71875 4.09375,-0.40625 3.3125,-1.34375 0.34375,-0.78125 L 417,364.75 l -1.25,-1.0625 -1.9375,-0.1875 -1.90625,-1.5 -2.53125,-1.5 -2.78125,0 -1.0625,-1.0625 -0.1875,-15.90625 -0.65625,0 L 403.84375,345 401.9375,346.28125 397.46875,345 l -3.40625,-1.0625 -1.46875,0.4375 -0.4375,-1.0625 1.0625,-2.96875 -0.4375,-3 0.875,-2.125 -2.125,-2.96875 -2.96875,0 -3.625,-2.96875 z" id="departement26" inkscape:label="#path7989"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 149.3125,270.625 -2.75,0.1875 -5.96875,3.625 1.4375,1.3125 -3.125,2.53125 -0.375,1.96875 -2.9375,0.375 -1.5625,-1.75 -3.90625,-0.375 -0.40625,-1.96875 -2.34375,-1.5625 -3.3125,1.1875 2.15625,3.125 2.71875,0 2.75,1.75 2.15625,1.75 4.09375,-0.1875 0.78125,1.75 2.71875,0.59375 1,2.71875 1.75,0.78125 -0.1875,2.15625 -2.34375,-0.375 -0.78125,1.15625 1.75,2.53125 -0.96875,4.3125 -2.34375,-0.1875 0.1875,2.71875 0.59375,0.96875 -2.75,0 -0.375,-1.5625 1.75,-2.34375 -0.59375,-1.34375 -0.96875,-0.78125 L 136.75,291 l -3.3125,-0.40625 -2.71875,-3.3125 -0.40625,6.84375 4.5,3.3125 0.375,3.71875 0.78125,4.28125 0.40625,4.3125 2.34375,-0.21875 4.09375,3.34375 2.75,1.5625 0.1875,1.9375 2.15625,0.40625 6.25,6.25 1.46875,6.75 5.78125,0 0.96875,-0.96875 0.1875,2.9375 5.09375,0.59375 0.78125,6.25 2.75,0.1875 4.46875,4.5 2.34375,0.375 2.75,-1.375 1.9375,1.375 1.5625,-3.3125 1.5625,-2.71875 -4.15625,-2.8125 -1.28125,-1.71875 -1.71875,-1.90625 -4.03125,0.65625 -1.28125,-0.65625 -0.1875,-1.0625 2.125,-0.84375 0,-0.40625 -1.5,-0.4375 -1.0625,-0.84375 2.5625,-2.125 0,-1.5 L 174,322.6875 l 0.84375,-0.84375 0.4375,-2.125 -1.5,-1.46875 -1.28125,-2.125 -2.3125,-2.125 -1.71875,-1.0625 1.5,-1.71875 -0.84375,-0.1875 -0.21875,-4.46875 -1.71875,-0.65625 2.34375,-1.25 2.78125,0 1.25,-1.0625 2.34375,0 0.4375,1.0625 2.125,0.1875 1.46875,-0.625 0.4375,-4.03125 1.6875,-6.15625 0.0625,-0.0312 -1.53125,-1.46875 -0.4375,-2.125 -2.75,-1.28125 -3.625,-2.53125 -4.46875,0.40625 -2.75,-3.59375 -4.03125,-0.21875 -3.1875,-2.34375 0,-1.28125 -2.125,-2.3125 -0.0937,-2.875 -2.9375,-2.1875 -3.71875,1.5625 -1.15625,-3.125 z" id="departement17" inkscape:label="#path7071"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 265.75,307.625 -0.84375,2.125 -3.1875,0.625 -1.25,2.125 -1.5,0 -2.125,-0.625 -1.5,2.53125 -2.3125,0.21875 -1.5,2.75 -1.90625,0 -1.5,1.5 -3.8125,-0.4375 -1.28125,2.125 -1.46875,-0.1875 -2.5625,3.1875 -2.34375,-0.875 -1.09375,2.21875 0.84375,2.15625 2.15625,1.75 -3.90625,3.53125 0,2.71875 1.5625,0.78125 -1.5625,1.96875 2.15625,1.75 -1.5625,1.9375 1.75,1.1875 4.28125,-0.1875 -0.1875,4.28125 1.625,2.5625 0.59375,-0.0937 4.15625,-1.9375 4.96875,2.21875 3.84375,5.5 2.21875,-0.28125 3.3125,-3.3125 1.09375,1.9375 2.21875,-2.1875 3.03125,0.8125 0.0937,0.65625 2.53125,-1.78125 -0.78125,-1.9375 -1.1875,-1.1875 1.5625,-1.9375 1.5625,0 1,-3.125 0.78125,-1.5625 -0.59375,-3.53125 2.53125,-3.5 3.53125,-2.15625 0.1875,-5.46875 1.75,0.96875 1.96875,2.15625 1.9375,0 1.1875,-1.375 -0.96875,-2.34375 0.96875,-3.5 -0.59375,-3.3125 -1.1875,-1.375 0,-2.75 1.78125,-2.90625 -0.40625,-2.75 -0.4375,-0.4375 -1.96875,1.53125 -3.84375,0 -1.25,1.90625 -2.34375,0 -1.90625,-1.90625 -0.875,-1.28125 -4.875,0 -1.0625,-1.46875 -1.5,0 z" id="departement19" inkscape:label="#path7073"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 256.125,267.875 -1.15625,3.125 -3.53125,-0.1875 -0.78125,-0.40625 -2.34375,0.21875 -1.75,-1.1875 -3.375,3.875 0.0625,2.875 -2.34375,4.65625 0.4375,2.34375 2.53125,0.625 1.71875,4.25 1.6875,1.71875 -0.625,8.0625 3.59375,-1.0625 1.5,1.90625 -2.34375,1.90625 0,1.9375 1.90625,0.1875 3.40625,-0.1875 1.0625,-1.5 0.84375,0 -0.40625,2.5625 2.75,1.25 2.5625,1.71875 0,1.0625 -1.5,0 0.4375,2.53125 1,0.625 0.25,-0.40625 3.1875,-0.625 0.84375,-2.125 1.5,0 1.0625,1.46875 4.875,0 0.875,1.28125 1.90625,1.90625 2.34375,0 1.25,-1.90625 3.84375,0 1.96875,-1.53125 -4.0625,-4.0625 -0.375,-1.75 3.71875,-2.15625 2.15625,-1.15625 0.5625,-2.75 2.34375,-1.75 L 288.9375,291.5 287.375,289.5625 287,283.5 l -2.15625,-5.0625 -2.15625,-0.78125 -1.5625,-2.75 -1.375,1.75 -1.34375,-1.75 0,-2.34375 -2.34375,-3.3125 -6.4375,0.78125 -3.71875,-0.96875 -9.78125,-1.1875 z" id="departement23" inkscape:label="#path8877"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 239.53125,270.8125 -1.75,1.75 -4.90625,-0.375 -0.5625,-0.125 -3.71875,0.6875 -2.15625,1.78125 0,2.34375 -4.28125,0.1875 -2.53125,2.9375 -1.5625,1.15625 1.34375,1.5625 -0.1875,5.28125 -0.96875,1.75 1.5625,1.75 2.71875,0.21875 0.59375,2.71875 0.1875,1.75 -3.5,0.78125 -1.75,0.59375 0.375,4.875 -2.34375,1.5625 -1.96875,0.59375 -0.96875,2.75 -1.5625,0.1875 -0.65625,2.96875 4.5625,0.15625 1,1.9375 -0.8125,2.15625 1.78125,2.34375 1.34375,-0.375 1.375,-1.96875 6.25,0.59375 1,3.90625 4.28125,0.59375 0.96875,1.34375 -2.9375,1.375 1.375,0.96875 4.125,0.59375 0.3125,0.78125 1.09375,-2.21875 2.34375,0.875 2.5625,-3.1875 1.46875,0.1875 1.28125,-2.125 3.8125,0.4375 1.5,-1.5 1.90625,0 1.5,-2.75 2.3125,-0.21875 1.5,-2.53125 2.125,0.625 1.5,0 1,-1.71875 -1,-0.625 -0.4375,-2.53125 1.5,0 0,-1.0625 -2.5625,-1.71875 -2.75,-1.25 0.40625,-2.5625 -0.84375,0 -1.0625,1.5 -3.40625,0.1875 -1.90625,-0.1875 0,-1.9375 2.34375,-1.90625 -1.5,-1.90625 -3.59375,1.0625 0.625,-8.0625 -1.6875,-1.71875 -1.71875,-4.25 -2.53125,-0.625 -0.4375,-2.34375 2.34375,-4.65625 -0.0625,-2.875 -0.53125,0.625 -3.125,-3.125 z" id="departement87" inkscape:label="#path8884"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 188.75,225.6875 -3.71875,3.90625 -0.9375,1.625 0.3125,4.8125 1.6875,-0.21875 0.21875,2.125 0.65625,3.40625 1.0625,2.34375 -1.28125,1.46875 0.625,1.0625 -0.84375,1.5 0,0.625 1.5,1.71875 0,1.0625 -0.65625,1.6875 -2.125,3.1875 2.125,0.84375 0.65625,1.5 -0.875,2.3125 -0.1875,1.0625 -1.28125,2.125 0,1.5 0.84375,0.21875 0,4.46875 1.5,1.0625 -0.65625,1.46875 0.21875,1.28125 1.6875,1.90625 0.875,-1.28125 0,-1.0625 1.6875,-0.84375 1.28125,0.84375 0,3.1875 -1.28125,1.5 -1.0625,2.53125 1.46875,2.34375 3,0.84375 -0.65625,1.9375 -2.78125,0.46875 2.5625,3.125 3.40625,-0.21875 2.96875,-1.0625 3,1.71875 1.0625,-0.84375 -0.21875,-2.78125 1.6875,-1.28125 1.5,2.5625 1.25,1.28125 3.625,-1.5 1.5,-1.6875 3.375,0 1.75,0.875 0.125,-3.6875 -1.34375,-1.5625 1.5625,-1.15625 2.53125,-2.9375 4.28125,-0.1875 0,-2.34375 2.15625,-1.78125 5.28125,-0.96875 0.375,-2.9375 -2.125,-1.15625 -1.1875,-4.09375 -3.125,-0.40625 -1.9375,-1.9375 -3.71875,-2.9375 0.78125,-2.34375 0,-3.71875 -3.53125,-3.5 -0.375,-2.75 -3.34375,-3.5 -1.15625,-4.6875 -1.375,-0.59375 -1.5625,-2.15625 -1.5625,0.96875 0.40625,2.15625 -5.09375,1.1875 -5.84375,0 0.1875,-2.34375 0,-3.71875 -4.6875,-1.375 0,-2.34375 -3.71875,-0.78125 -0.78125,-3.125 -1.75,0 z" id="departement86" inkscape:label="#path8891"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 206.28125,284.875 -1.6875,1.28125 0.21875,2.78125 -1.0625,0.84375 -3,-1.71875 -2.96875,1.0625 -3.40625,0.21875 -2.5625,-3.125 -0.8125,0.15625 -3.40625,1.6875 -2.5625,0.65625 0,1.46875 -1.46875,1.71875 0.40625,1.0625 -1.90625,1.0625 -1.6875,6.15625 -0.4375,4.03125 -1.46875,0.625 -2.125,-0.1875 -0.4375,-1.0625 -2.34375,0 -1.25,1.0625 -2.78125,0 -2.34375,1.25 1.71875,0.65625 0.21875,4.46875 0.84375,0.1875 -1.5,1.71875 1.71875,1.0625 2.3125,2.125 1.28125,2.125 1.5,1.46875 -0.4375,2.125 -0.84375,0.84375 1.28125,1.28125 0,1.5 -2.5625,2.125 1.0625,0.84375 1.5,0.4375 0,0.40625 -2.125,0.84375 0.1875,1.0625 1.28125,0.65625 4.03125,-0.65625 1.71875,1.90625 1.28125,1.71875 4.15625,2.8125 0.59375,-1 3.90625,0.40625 1.9375,-1.78125 3.53125,-3.5 0.1875,-6.84375 9.1875,-6.25 0.1875,-4.6875 2.75,-0.375 1.75,-3.125 1.09375,0.0312 0.65625,-2.96875 1.5625,-0.1875 0.96875,-2.75 1.96875,-0.59375 2.34375,-1.5625 -0.375,-4.875 1.75,-0.59375 3.5,-0.78125 -0.1875,-1.75 -0.59375,-2.71875 -2.71875,-0.21875 -1.5625,-1.75 0.96875,-1.75 0.0625,-1.59375 -1.75,-0.875 -3.375,0 -1.5,1.6875 -3.625,1.5 -1.25,-1.28125 -1.5,-2.5625 z" id="departement16" inkscape:label="#path8898"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 181.71875,229.40625 -5.28125,0.1875 -4.875,0.96875 -5.28125,0.40625 0,2.71875 -2.71875,1.78125 -6.0625,-1.375 -4.09375,1.75 1.9375,2.75 0,2.34375 4.6875,3.90625 -1.15625,2.53125 3.125,3.5 -1.375,1.78125 1.9375,2.90625 0.59375,5.46875 -1.15625,1.5625 1.375,2.34375 -1.375,2.5625 0.1875,1.5625 1.5625,-1.1875 1.9375,1.96875 -2.71875,1.75 L 162,272.75 l -2.15625,0.59375 -2.53125,1.1875 -0.1875,-0.15625 0.0937,2.875 2.125,2.3125 0,1.28125 3.1875,2.34375 4.03125,0.21875 2.75,3.59375 4.46875,-0.40625 3.625,2.53125 2.75,1.28125 0.4375,2.125 1.53125,1.46875 1.84375,-1.03125 -0.40625,-1.0625 1.46875,-1.71875 0,-1.46875 2.5625,-0.65625 3.40625,-1.6875 3.59375,-0.625 0.65625,-1.9375 -3,-0.84375 -1.46875,-2.34375 1.0625,-2.53125 1.28125,-1.5 0,-3.1875 -1.28125,-0.84375 -1.6875,0.84375 0,1.0625 -0.875,1.28125 -1.6875,-1.90625 -0.21875,-1.28125 0.65625,-1.46875 -1.5,-1.0625 0,-4.46875 -0.84375,-0.21875 0,-1.5 1.28125,-2.125 0.1875,-1.0625 0.875,-2.3125 -0.65625,-1.5 L 185.25,256 l 2.125,-3.1875 0.65625,-1.6875 0,-1.0625 -1.5,-1.71875 0,-0.625 0.84375,-1.5 -0.625,-1.0625 1.28125,-1.46875 -1.0625,-2.34375 -0.65625,-3.40625 -0.21875,-2.125 -1.6875,0.21875 -0.3125,-4.8125 -0.40625,0.71875 -1.375,-1.15625 -0.59375,-1.375 z" id="departement79" inkscape:label="#path8905"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 69.78125,123.21875 -1.78125,1.375 -4.46875,0.5625 -1,1.375 -3.125,-2.34375 -4.09375,2.75 1.5625,2.125 -2.71875,3.71875 -0.125,-0.0625 -1.125,5.25 2.40625,0.15625 -0.15625,2.09375 1.78125,1.125 -1.625,1.625 -1.125,0.8125 0.15625,1.90625 2.4375,0.8125 -2.28125,0.65625 0,2.40625 1.46875,1.9375 0.3125,5.65625 -0.96875,0.96875 0.8125,2.90625 3.0625,0.8125 0.3125,1.59375 1.9375,0.15625 1.625,-1.125 0.96875,0.96875 3.71875,1.625 3.0625,-1.625 0.78125,-1.59375 2.59375,-0.1875 2.90625,2.59375 2.75,-0.65625 2.40625,2.4375 1.125,0 1.125,1.4375 2.28125,0 0.78125,-1.125 0.96875,2.09375 2.4375,0.96875 3.0625,-1.9375 0,-2.09375 2.25,-0.8125 1.4375,0 1.78125,3.25 3.875,0.3125 1.9375,-2.4375 2.09375,-4.5 2.75,-0.96875 1.4375,-2.09375 1.46875,1.4375 3.0625,-0.625 0.96875,-8.875 0.96875,-3.5625 -0.96875,-1.9375 -1.625,-0.625 -1.09375,-5.90625 -1.25,1.40625 -3.71875,-0.40625 -0.375,2.15625 -2.34375,0.1875 -0.1875,-2.71875 -1.96875,-0.59375 -1.375,1.5625 0,-3.90625 -2.34375,1.75 -3.5,-0.59375 -1.1875,2.34375 -7.21875,3.90625 0,1.96875 -1.5625,0 0,-3.53125 -4.09375,-1.9375 0.375,-3.53125 -3.6875,-2.71875 0,-3.3125 -2.75,-0.59375 0.1875,-3.125 -2.125,-0.1875 0.1875,-2.15625 -3.90625,0 -0.59375,1.9375 -1.15625,-2.71875 z" id="departement22" inkscape:label="#path9789"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 138.53125,229.5625 -1.125,2.09375 -3.21875,0 1.28125,1.3125 -0.96875,3.21875 -2.90625,0.96875 -1.125,-0.8125 0.5,-3.21875 -0.8125,-1.78125 -1.78125,0 -1.28125,1.4375 0.625,4.53125 1.46875,2.09375 -1.46875,1.625 -2.71875,-0.5 -4.03125,-0.96875 -1.125,-3.0625 -2.59375,-0.3125 -3.375,-1.46875 -0.8125,-1.9375 -3.6875,-2.40625 -5.8125,7.5 -0.1875,4.6875 6.03125,5.84375 -0.1875,1.75 1.75,0 3.71875,11.15625 3.90625,1.9375 3.90625,3.90625 4.5,0 1.75,3.90625 4.3125,0 L 135,274 l 4.3125,2.15625 0.1875,-2.75 1.09375,1.03125 5.96875,-3.625 2.75,-0.1875 1.15625,3.125 3.71875,-1.5625 3.125,2.34375 2.53125,-1.1875 L 162,272.75 l 0.96875,-1.15625 2.71875,-1.75 -1.9375,-1.96875 -1.5625,1.1875 L 162,267.5 l 1.375,-2.5625 -1.375,-2.34375 1.15625,-1.5625 -0.59375,-5.46875 -1.9375,-2.90625 1.375,-1.78125 -3.125,-3.5 1.15625,-2.53125 -4.6875,-3.90625 0,-2.34375 -1.9375,-2.75 0.375,-0.15625 -2.65625,-2.25 -5,0 -1.625,-0.96875 -2.25,-0.3125 -2.59375,-2.4375 -1.125,-0.15625 z" id="departement85" inkscape:label="#path9791"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 119.5625,77.5 -0.78125,1.96875 4.125,3.3125 0,4.3125 -1.5625,1.9375 L 122.3125,90 122.90625,90.40625 122.5,94.125 l 1.375,3.125 4.5,5.0625 0.96875,4.5 0.96875,1.375 0,7.03125 2.34375,4.6875 0,5.46875 -2.53125,5.0625 2.71875,7.03125 4.3125,0.96875 0.375,1.96875 -2.125,0.96875 -3.6875,0 0.59375,2.46875 1.15625,3.71875 3.34375,2.9375 1.5625,0.375 1.5625,-2.125 1.75,-0.21875 2.125,-2.53125 1.96875,1.5625 2.34375,0 1.5625,0.78125 0,0.375 3.3125,0.40625 1.96875,-1.5625 2.90625,1.1875 0.0625,0.125 3.34375,-2.84375 1.125,-3.71875 -0.3125,-1.625 0.46875,-1.90625 -1.9375,-1.9375 -5,-3.25 -3.6875,-0.3125 -3.71875,-4.6875 3.0625,-1.125 1.28125,-2.40625 -1.59375,-1.46875 1.4375,-1.28125 1.4375,1.125 2.59375,-1.59375 1.625,-2.59375 0.625,-2.5625 -1.125,-2.28125 0.65625,-0.8125 -1.46875,-2.40625 1.625,-2.09375 -1.28125,-1.625 -1.625,2.09375 -2.25,-1.28125 -3.71875,-3.71875 -0.15625,-1.59375 1.125,-1.125 -0.34375,-2.15625 -1.84375,0.46875 -0.1875,-4.6875 L 143,89.4375 l 1.5625,-3.90625 2.15625,0 -1.9375,-5.28125 -8.40625,-0.40625 -4.5,3.125 -5.0625,-3.3125 -7.25,-2.15625 z" id="departement50" inkscape:label="#path9793"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 56,160.59375 -3.25,1.5625 -2.28125,0 -2.40625,1.9375 0.15625,1.4375 1.4375,3.71875 0.8125,2.90625 5,0.8125 2.4375,1.9375 0.96875,-1.15625 1.59375,2.125 -0.8125,0.96875 -0.15625,2.875 -1.4375,0 -1.125,1.78125 -2.28125,0 -0.9375,3.84375 2.1875,3.5 3.125,0.78125 1.15625,-1.75 -0.5625,2.125 2.71875,1.1875 3.53125,3.5 1.15625,2.15625 -0.375,2.53125 -0.40625,2.5625 2.34375,1.75 1.1875,-1.375 -1.1875,-1.5625 0,-3.5 2.34375,0.5625 0.78125,-2.34375 0.59375,1.375 2.53125,2.15625 1.1875,-1.96875 -1.1875,-2.71875 L 77,197.25 l 2.71875,-0.40625 -0.5625,-1.375 2.53125,0.59375 1.9375,2.34375 -0.96875,1.5625 -2.53125,-0.78125 -2.9375,-1.375 -1.5625,1.96875 2.34375,0.78125 1.75,2.71875 10.5625,-0.96875 2.71875,0.59375 -1.34375,1.15625 0.1875,1.78125 0.375,0.28125 0.84375,-0.15625 1.75,-1.75 1.15625,1.34375 3.125,0 3.71875,-1.9375 5.46875,-2.15625 0.1875,-5.46875 1.15625,-0.625 -2.0625,-3.875 1.78125,-1.4375 -0.3125,-0.96875 -1.125,-0.65625 1.75,-0.8125 1.625,-1.9375 -0.15625,-1.9375 -2.09375,0 -0.5,-1.90625 L 110,179.90625 108.375,177 l -2.40625,-1.46875 -2.75,0 -0.96875,-0.3125 0,-1.28125 1.4375,-1.3125 0.8125,-3.21875 -0.46875,-2.09375 -0.65625,0.8125 -3.875,-0.3125 -1.78125,-3.25 -1.4375,0 -2.25,0.8125 0,2.09375 -3.0625,1.9375 -2.4375,-0.96875 -0.96875,-2.09375 -0.78125,1.125 -2.28125,0 -1.125,-1.4375 -1.125,0 -2.40625,-2.4375 -2.75,0.65625 -2.90625,-2.59375 -2.59375,0.1875 -0.78125,1.59375 -3.0625,1.625 -3.71875,-1.625 -0.96875,-0.96875 -1.625,1.125 L 59.5,163.4375 59.1875,161.84375 56.125,161.03125 56,160.59375 z" id="departement56" inkscape:label="#path10671"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 40.65625,129.0625 -2.125,2.34375 -2.34375,-0.96875 -4.3125,0.40625 -0.78125,1.9375 -2.53125,0.59375 -0.40625,-2.15625 -4.46875,0.59375 0,1.375 -3.125,0.1875 -1.375,-0.96875 -1.5625,0.78125 -0.40625,2.34375 -5.25,0.1875 -2.75,3.3125 2.34375,1.75 -3.125,2.5625 0.96875,1.75 -0.78125,4.28125 3.125,0.40625 1.1875,-1.1875 0.59375,0.78125 7.40625,-0.96875 4.875,-3.5 -4.28125,4.09375 0.375,1.9375 3.90625,-1.75 -0.78125,2.75 4.3125,0.1875 -0.1875,1.15625 -4.6875,-0.1875 -3.71875,-0.96875 -4.5,-2.15625 -2.71875,3.125 3.5,1.1875 -0.1875,5.25 0.96875,-0.78125 2.15625,-3.3125 4.09375,2.34375 1.96875,0.40625 0.78125,3.125 -1.1875,2.125 -2.53125,-0.1875 -2.34375,0 -3.90625,0.59375 -6.65625,0.375 L 8.84375,166 l 1.9375,1.15625 2.15625,-0.1875 1.75,1.5625 2.53125,-0.1875 4.125,4.6875 0.96875,5.0625 -1.375,2.75 4.09375,0.78125 4.5,-0.21875 0.96875,-1.75 -1.75,-2.34375 1.75,0.78125 1.78125,-0.1875 3.125,1.75 1.9375,-0.375 0,-3.34375 0.78125,3.34375 2.53125,4.09375 5.46875,0.375 0.21875,-1.15625 1.34375,1.9375 3.34375,0.59375 2.53125,0 0.15625,0.21875 0.9375,-3.84375 2.28125,0 1.125,-1.78125 1.4375,0 0.15625,-2.875 0.8125,-0.96875 -1.59375,-2.125 -0.96875,1.15625 -2.4375,-1.9375 -5,-0.8125 -0.8125,-2.90625 -1.4375,-3.71875 -0.15625,-1.4375 2.40625,-1.9375 2.28125,0 3.25,-1.5625 -0.6875,-2.46875 0.96875,-0.96875 L 55.96875,151.5 54.5,149.5625 l 0,-2.40625 2.28125,-0.65625 -2.4375,-0.8125 -0.15625,-1.90625 1.125,-0.8125 1.625,-1.625 -1.78125,-1.125 0.15625,-2.09375 -2.40625,-0.15625 1.125,-5.25 -3.21875,-1.875 -5.46875,0.1875 0,3.90625 -1.5625,0 -0.375,-1.75 -2.34375,0.375 -0.40625,-4.5 z" id="departement29" inkscape:label="#path10678"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 116.25,135.90625 -1.875,2.125 1.09375,5.90625 1.625,0.625 0.96875,1.9375 -0.96875,3.5625 -0.96875,8.875 -3.0625,0.625 -1.46875,-1.4375 -1.4375,2.09375 -2.75,0.96875 -2.09375,4.5 -1.28125,1.625 0.46875,2.09375 -0.8125,3.21875 -1.4375,1.3125 0,1.28125 0.96875,0.3125 2.75,0 2.40625,1.46875 1.625,2.90625 -1.46875,1.9375 0.5,1.90625 2.09375,0 0.15625,1.9375 -1.625,1.9375 -1.75,0.8125 1.125,0.65625 0.3125,0.96875 -1.78125,1.4375 2.0625,3.875 3.9375,-2.09375 12.09375,-0.59375 0.78125,-2.15625 1.96875,-1.9375 4.28125,-0.59375 0.1875,-2.15625 2.9375,0.40625 1.75,2.34375 3.9375,0.96875 0.75,-1.5625 1,-3.53125 2.53125,-6.25 1.375,-0.78125 3.3125,0.40625 0,-5.28125 -1.375,-1.375 0,-5.65625 -0.59375,-1.9375 0,-3.125 1.96875,-1.96875 0,-3.90625 -0.96875,-0.78125 0.1875,-5.46875 -1.5625,-0.78125 -2.34375,0 -1.96875,-1.5625 -2.125,2.53125 -1.75,0.21875 -1.5625,2.125 -1.5625,-0.375 -3.34375,-2.9375 -1.15625,-3.71875 -0.59375,-2.46875 -9.59375,0 -3.53125,-2.15625 2.34375,-3.125 -4.6875,-0.1875 z" id="departement35" inkscape:label="#path10682"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="M 132.875,185.84375 132.6875,188 l -4.28125,0.59375 -1.96875,1.9375 -0.78125,2.15625 -12.09375,0.59375 -5.09375,2.71875 -0.1875,5.46875 -5.46875,2.15625 -3.71875,1.9375 -3.125,0 -1.15625,-1.34375 -1.75,1.75 -0.84375,0.15625 1,0.6875 -3.71875,3.3125 0.78125,0.78125 0.78125,1.5625 -1.96875,2.75 2.15625,1.15625 3.71875,0.78125 0.375,-1.5625 2.15625,2.75 3.53125,0 2.53125,-2.75 3.3125,0 -3.5,1.75 0.1875,1.96875 0.78125,1.75 -2.15625,2.15625 -2.34375,0 0.40625,2.9375 4.28125,-0.78125 5.09375,4.6875 -0.25,0.3125 3.6875,2.40625 0.8125,1.9375 3.375,1.46875 2.59375,0.3125 1.125,3.0625 4.03125,0.96875 2.71875,0.5 1.46875,-1.625 -1.46875,-2.09375 -0.625,-4.53125 1.28125,-1.4375 1.78125,0 0.8125,1.78125 -0.5,3.21875 1.125,0.8125 2.90625,-0.96875 0.96875,-3.21875 -1.28125,-1.3125 3.21875,0 1.125,-2.09375 1.125,0.15625 2.59375,2.4375 1.875,0.25 0.0625,-2.03125 -1.625,-2.09375 -1.4375,0 -0.5,0.15625 -0.96875,-0.46875 0.8125,-0.8125 0,-1.46875 1.625,-0.46875 0.96875,-2.25 -0.8125,-0.8125 -0.15625,-2.75 -2.09375,0 -2.09375,-2.59375 0,-1.90625 2.25,-1.15625 4.03125,-0.78125 6.28125,0.15625 1.9375,-1.3125 -0.65625,-4.03125 -2.90625,-2.71875 -3.53125,0.46875 -0.96875,-0.8125 -0.15625,-2.875 2.5625,-2.28125 -1.9375,-2.40625 -1.28125,-3.40625 -2.09375,-1.28125 0,-2.25 -0.21875,-0.71875 -3.65625,-0.90625 -1.75,-2.34375 -2.9375,-0.40625 z" id="departement44" inkscape:label="#path10689"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 141.9375,188.6875 -0.4375,0.875 -0.28125,-0.0625 0.21875,0.71875 0,2.25 2.09375,1.28125 1.28125,3.40625 1.9375,2.40625 -2.5625,2.28125 0.15625,2.875 0.96875,0.8125 3.53125,-0.46875 2.90625,2.71875 0.65625,4.03125 -1.9375,1.3125 -6.28125,-0.15625 -4.03125,0.78125 -2.25,1.15625 0,1.90625 2.09375,2.59375 2.09375,0 0.15625,2.75 0.8125,0.8125 -0.96875,2.25 -1.625,0.46875 0,1.46875 -0.8125,0.8125 0.96875,0.46875 0.5,-0.15625 1.4375,0 1.625,2.09375 -0.0625,2.03125 0.375,0.0625 1.625,0.96875 5,0 2.65625,2.25 3.71875,-1.59375 6.0625,1.375 2.71875,-1.78125 0,-2.71875 5.28125,-0.40625 4.875,-0.96875 5.28125,-0.1875 0.59375,1.375 1.375,1.15625 1.34375,-2.34375 3.71875,-3.90625 1.5,0 2.21875,-8 3.125,-3.71875 -0.21875,-4.28125 1.96875,-2.5625 0,-1.15625 -0.96875,-1.1875 L 197,203.5 l -2.65625,-1.03125 -8.21875,-5 -7.59375,-2.25 -2.90625,-0.15625 0,-1.9375 -1.78125,-1.46875 -1.90625,0 -3.5625,-1.125 -2.25,2.25 -5.15625,0.1875 -2.28125,-1.3125 -5.78125,-1.75 -1.3125,1.59375 -3.21875,-2.09375 -2.90625,0 -3.53125,-0.71875 z" id="departement49" inkscape:label="#path10696"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 202.4375,151.875 -5.28125,0.1875 -5.28125,4.875 -2.75,-0.15625 -3.65625,1.1875 -1.125,1.9375 -0.5,4.1875 0.34375,2.5625 -2.90625,2.4375 -0.8125,1.59375 0.65625,1.46875 -0.8125,1.9375 0.3125,0.8125 -3.21875,0.3125 -0.46875,1.4375 1.4375,3.5625 -0.15625,0.96875 -1.28125,1.125 -2.75,0.15625 -0.34375,0.96875 0.65625,0.96875 0,5.8125 -0.625,1.46875 1.75,1.4375 0,1.9375 2.90625,0.15625 7.59375,2.25 8.21875,5 L 197,203.5 l 1.3125,-2.625 3.90625,2.75 2.15625,0 -1.1875,-3.90625 2.375,1.5625 1.34375,-1.96875 5.65625,-1.5625 -0.96875,-2.34375 1.375,-1.75 2.9375,-1.15625 2.71875,-3.53125 0,-3.71875 1.96875,0 0.78125,-2.71875 0.1875,-4.09375 -1.9375,-1.78125 1.5625,-2.71875 L 223.5,171 l -2.71875,-1.9375 -2.53125,-0.40625 -2.75,-4.09375 -0.78125,0 -0.1875,1.9375 -0.1875,-1.34375 -4.09375,0 -1.96875,-2.9375 -3.3125,-1.1875 L 204,154 l -1.5625,-2.125 z" id="departement72" inkscape:label="#path10703"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 182.5,146.40625 -1.9375,0.1875 -0.8125,1.9375 -2.90625,1.1875 -5.28125,-0.78125 -5.28125,3.125 -1.9375,-1.375 -2.9375,1.96875 -2.15625,-1.5625 -1.375,-2.34375 -2.90625,-1.1875 -1.96875,1.5625 -3.3125,-0.40625 -0.1875,5.09375 0.96875,0.78125 0,3.90625 -1.96875,1.96875 0,3.125 0.59375,1.9375 0,5.65625 1.375,1.375 0,5.28125 -3.3125,-0.40625 -1.375,0.78125 -2.53125,6.25 -1,3.53125 -0.3125,0.6875 3.53125,0.71875 2.90625,0 3.21875,2.09375 1.3125,-1.59375 5.78125,1.75 2.28125,1.3125 5.15625,-0.1875 2.25,-2.25 3.5625,1.125 1.90625,0 0.0312,0.0312 0.625,-1.46875 0,-5.8125 -0.65625,-0.96875 0.34375,-0.96875 2.75,-0.15625 1.28125,-1.125 0.15625,-0.96875 -1.4375,-3.5625 0.46875,-1.4375 3.21875,-0.3125 -0.3125,-0.8125 0.8125,-1.9375 -0.65625,-1.46875 0.8125,-1.59375 2.90625,-2.4375 -0.34375,-2.5625 0.5,-4.1875 1.125,-1.9375 3.65625,-1.1875 -0.5625,-0.0312 -1,-3.53125 -2.53125,-0.96875 -0.78125,-4.28125 -1.75,-1.5625 z" id="departement53" inkscape:label="#path10710"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 202.65625,97.78125 -4.5625,0.8125 -7.4375,4.3125 -8.375,3.3125 -6.65625,-3.71875 -16,-2.34375 -3.71875,-1.9375 -5.78125,1.46875 0.34375,2.15625 -1.125,1.125 0.15625,1.59375 3.71875,3.71875 2.25,1.28125 1.625,-2.09375 1.28125,1.625 -1.625,2.09375 1.46875,2.40625 -0.65625,0.8125 1.125,2.28125 -0.625,2.5625 -1.625,2.59375 -2.59375,1.59375 -1.4375,-1.125 -1.4375,1.28125 1.59375,1.46875 -1.28125,2.40625 -3.0625,1.125 3.71875,4.6875 3.6875,0.3125 2.84375,1.84375 3.9375,-1.1875 2.90625,-3.375 4.03125,1.125 3.53125,-2.4375 2.125,-0.78125 2.25,2.25 3.71875,-0.65625 3.21875,1.78125 4.03125,-1.28125 3.6875,-2.75 2.4375,-2.75 1.625,-0.3125 0.46875,2.09375 1.28125,-0.3125 0.15625,-1.46875 3.71875,-0.625 1.28125,0.78125 3.96875,-0.875 L 207.5,122.75 207.3125,121 l -1.96875,-0.78125 -0.1875,-1.375 1.75,-1.15625 0.21875,-1.96875 -1.1875,-4.6875 -2.34375,-3.3125 1.96875,-1.15625 0,-0.78125 -1.96875,-0.59375 -0.9375,-7.40625 z" id="departement14" inkscape:label="#path10717"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 206.84375,124.65625 -3.96875,0.875 -1.28125,-0.78125 -3.71875,0.625 -0.15625,1.46875 -1.28125,0.3125 -0.46875,-2.09375 -1.625,0.3125 -2.4375,2.75 -3.6875,2.75 -4.03125,1.28125 -3.21875,-1.78125 -3.71875,0.65625 -2.25,-2.25 -2.125,0.78125 -3.53125,2.4375 -4.03125,-1.125 -2.90625,3.375 -3.9375,1.1875 2.15625,1.40625 1.9375,1.9375 -0.46875,1.90625 0.3125,1.625 -1.125,3.71875 -3.34375,2.84375 1.3125,2.21875 2.15625,1.5625 2.9375,-1.96875 1.9375,1.375 5.28125,-3.125 5.28125,0.78125 2.90625,-1.1875 0.8125,-1.9375 1.9375,-0.1875 1.75,1.5625 0.78125,4.28125 2.53125,0.96875 1,3.53125 3.3125,0.1875 5.28125,-4.875 5.28125,-0.1875 L 204,154 l 0.96875,7.03125 3.3125,1.1875 1.96875,2.9375 4.09375,0 0.1875,1.34375 0.1875,-1.9375 0.78125,0 2.75,4.09375 2.125,0.34375 0,-4.625 -1.34375,-1.78125 -0.40625,-1.5625 2.9375,-1.75 2.9375,-0.59375 1.9375,-2.34375 -0.375,-7.21875 -4.125,-3.5 -0.1875,-3.34375 -3.5,-2.34375 1.375,-1.9375 -0.8125,-2.9375 -2.71875,-0.96875 -1.96875,-1.96875 -1.15625,-2.71875 -5.46875,-0.1875 -1.5625,-1.96875 0.90625,-2.59375 z" id="departement61" inkscape:label="#path10724"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 247.15625,126.09375 -1.1875,0.96875 0,3.125 -3.90625,1.9375 0,2.9375 -1.15625,1.375 -4.90625,0 -2.3125,-0.96875 -7.0625,3.6875 -2.71875,0 -2.8125,2.6875 0.65625,0.4375 0.1875,3.34375 4.125,3.5 0.375,7.21875 -1.9375,2.34375 -2.9375,0.59375 -2.9375,1.75 0.40625,1.5625 1.34375,1.78125 0,4.625 0.40625,0.0625 L 223.5,171 l -1,1.25 1.9375,0.96875 3.09375,-0.5625 1.8125,0 -0.125,0.84375 -1.6875,0.96875 1.125,0.84375 2.8125,0 0.96875,2.25 1.6875,0.96875 1.25,2.8125 4.34375,1.125 2.6875,-0.28125 2.375,-2.25 2.125,0.59375 0.53125,-1.15625 -0.125,-1.25 1.125,-0.84375 1.8125,1.125 1.125,-0.84375 0,-1.53125 1.53125,-1 1.40625,0.5625 1.25,1.40625 2.25,-1.25 2.375,0 1.6875,-1.84375 1,-3.625 L 264.40625,170 264,166.34375 l 1.8125,-1.53125 -0.5625,-1.125 0.21875,-0.375 -0.53125,0.0625 -0.40625,-5.25 L 264.125,157.53125 263.75,155 l -4.09375,-0.78125 -1.78125,-2.15625 -0.5625,-4.3125 -2.34375,-0.375 -0.40625,-2.15625 -2.71875,-1.9375 -1.375,-3.34375 1.375,-2.34375 -1.375,-1.5625 0,-1.9375 0.78125,-2.15625 -1.5625,-1.5625 -0.59375,-2.34375 -1.9375,-1.9375 z" id="departement28" inkscape:label="#path11613"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 318.4375,157.34375 -1.75,1.34375 -7.625,-0.375 -3.5,1.75 -1.375,2.9375 1.5625,1.75 -2.34375,2.75 -1.78125,2.125 3.53125,3.34375 0.96875,3.125 2.5625,2.71875 0,3.53125 -5.09375,4.28125 1.75,1.96875 -0.375,2.90625 -2.75,1.96875 -3.90625,0 0.59375,2.15625 2.53125,3.5 0.59375,3.125 0.59375,2.15625 -1.15625,0.34375 2.46875,0.5625 1.84375,0 0.96875,-1.53125 1.25,0 1.40625,1.25 -0.28125,1.5625 1.28125,0.84375 1.8125,0 2.53125,1.6875 1.125,-0.5625 1.125,0.96875 1.125,-0.28125 1.9375,-1.25 1.84375,0.5625 1.25,-0.28125 0,-3.5 0.6875,0.125 0.4375,1.8125 2.25,1.40625 0,2.125 3.21875,0.125 4.21875,3.9375 2.65625,0.125 -0.15625,-1.25 1.125,-1.6875 1,1.25 -0.84375,1.40625 0.40625,1.28125 1.53125,-1 1.84375,0 -0.15625,2.8125 1.6875,1.125 1.28125,-0.5625 3.125,-2.125 -0.1875,-0.40625 -1.84375,-1.125 -0.125,-1.96875 1.96875,-0.96875 0.84375,-1.125 -0.5625,-0.96875 0,-2.25 1.53125,-2.25 2.25,-4.78125 0.40625,-2.09375 1.40625,-0.5625 0.15625,-0.40625 -0.71875,-0.5625 0,-1.6875 2.25,-1.6875 0.5625,-2.8125 -0.96875,-1.65625 -1.5625,0 -0.40625,-0.4375 0,-2.375 1.96875,-1.40625 L 354.28125,182.75 354,181.34375 353,183.5 l -1.375,-0.1875 -1.15625,-2.15625 -3.90625,1.96875 -7.8125,-0.40625 -0.96875,-2.15625 -2.15625,-2.90625 -0.375,-3.53125 -3.125,-3.71875 -1.96875,1.375 -3.53125,-2.71875 0.59375,-5.28125 -5.0625,-5.28125 -2.34375,0 -1.375,-1.15625 z" id="departement89" inkscape:label="#path11615"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 423.5,175.5 -3.6875,0.59375 -0.59375,1.9375 -1.96875,1.375 -1.34375,-1.5625 -0.96875,0.59375 0.75,1.15625 -1.9375,1.1875 0.59375,1.5625 -2.15625,0.78125 0,2.53125 -2.75,0 -0.1875,1.5625 -2.71875,0.59375 0.1875,2.34375 1.75,0.1875 L 407.5,191.5 l -0.59375,3.90625 -1.75,0 -2.9375,1.1875 -3.125,-1.1875 -2.71875,1.1875 0,1.96875 2.125,0.375 1.5625,3.125 0.21875,1.5625 -2.53125,2.9375 -1.1875,0.375 -0.78125,0.96875 2.15625,1 0.375,3.125 1.75,0.1875 0.21875,3.90625 0.78125,0.78125 0.0937,0.625 1.5,0.40625 1.6875,1.40625 2.53125,0 0.96875,-0.96875 1.71875,0.0625 1.78125,0.0625 3.9375,-3.21875 1.125,0 1.25,-0.96875 4.0625,0.125 3.09375,-2.53125 2.25,-0.40625 0.84375,-2.09375 1.8125,-0.5625 1.8125,-3.09375 2.53125,-1.96875 2.65625,-0.40625 1.96875,1.40625 3.65625,-0.4375 0,-1.96875 1.46875,-0.84375 1.15625,-1.59375 2.25,0 1.25,-1.3125 0.46875,-3.125 0,-1.9375 -0.84375,-2.96875 0,-2.5 1.53125,-1.125 1.8125,-0.9375 -0.1875,-0.375 -6.25,-3.3125 -1.75,-1.96875 -1.75,-1.15625 -1.5625,0.78125 -0.21875,1.15625 -1.5625,0.96875 -0.96875,0 -2.9375,-3.3125 -4.09375,0 -1.75,1.375 -1.5625,0.1875 -2.53125,-1.9375 0.1875,-2.15625 -1,-0.78125 z" id="departement70"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 241.9375,61.5 -1.28125,1.5625 -8.375,6.4375 -14.84375,3.71875 -9.78125,3.5 -8,4.3125 -4.6875,7.03125 -0.96875,5.46875 3.90625,2.9375 5.65625,1.15625 -0.90625,0.15625 0.0312,0.15625 4.375,-0.5625 2.25,-2.40625 1.6875,-0.40625 1.9375,3.375 2.6875,-0.28125 1.125,1.9375 4.75,-0.28125 4.78125,3.375 -3.09375,0.96875 2.25,1.6875 1.40625,0 1.25,2.6875 2.25,0 0.6875,-1.6875 -1.6875,-1.125 4.78125,-1.40625 5.03125,-0.5625 1.28125,-3.65625 2.375,-2.09375 4.5,-0.125 5.1875,2.65625 3.09375,0.34375 0.53125,-1.625 1.375,-2.5625 0.78125,-1.34375 -1.96875,0 0,-3.34375 -1.15625,-1.9375 0.78125,-3.90625 0.78125,-1.96875 -1.5625,0 0.78125,-1.9375 1.9375,-2.34375 -1.9375,-3.53125 -0.59375,-3.5 -8.59375,-8.40625 -0.96875,-1.9375 -2.15625,0.1875 L 241.9375,61.5 z" id="departement76" inkscape:label="#path11619"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 211,94.5625 -1.6875,0.40625 -2.25,2.40625 -4.375,0.5625 0.90625,7.25 1.96875,0.59375 0,0.78125 -1.96875,1.15625 2.34375,3.3125 1.1875,4.6875 -0.21875,1.96875 -1.75,1.15625 0.1875,1.375 1.96875,0.78125 0.1875,1.75 -1.5625,4.5 1.5625,1.96875 5.46875,0.1875 1.15625,2.71875 1.96875,1.96875 2.71875,0.96875 0.8125,2.9375 -1.375,1.9375 2.84375,1.90625 2.8125,-2.6875 2.71875,0 7.0625,-3.6875 2.3125,0.96875 4.90625,0 1.15625,-1.375 0,-2.9375 3.90625,-1.9375 0,-3.125 1.0625,-0.875 -0.0937,-0.875 1,-1 -1.75,-0.375 0,-1.5625 -1,-1.5625 0.78125,-0.96875 5.46875,-1.5625 1.375,-2.34375 1.1875,-4.3125 1.4375,-1.78125 0.3125,-2.3125 1.75,0.96875 1.375,-0.375 -1,-1.5625 -0.5625,-4.5 -1.75,-1.5625 0.0312,-0.125 -3.09375,-0.34375 -5.1875,-2.65625 -4.5,0.125 -2.375,2.09375 -1.28125,3.65625 -5.03125,0.5625 -4.78125,1.40625 1.6875,1.125 -0.6875,1.6875 -2.25,0 -1.25,-2.6875 -1.40625,0 -2.25,-1.6875 3.09375,-0.96875 -4.78125,-3.375 -4.75,0.28125 -1.125,-1.9375 -2.6875,0.28125 L 211,94.5625 z" id="departement27" inkscape:label="#path12499"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 212.1875,196.875 0.375,0.875 -5.65625,1.5625 -1.34375,1.96875 -2.375,-1.5625 1.1875,3.90625 -2.15625,0 -3.90625,-2.75 -1.9375,3.90625 0.96875,1.1875 0,1.15625 -1.96875,2.5625 0.21875,4.28125 -3.125,3.71875 -2.21875,8 0.25,0 0.78125,3.125 3.71875,0.78125 0,2.34375 4.6875,1.375 0,3.71875 -0.1875,2.34375 5.84375,0 5.09375,-1.1875 -0.40625,-2.15625 1.5625,-0.96875 1.5625,2.15625 1.375,0.59375 1.15625,4.6875 3.34375,3.5 0.375,2.75 3.03125,3 1.71875,-0.15625 2.125,-1.96875 1.53125,-7.96875 0.96875,-2.8125 0.71875,-3.5 3.09375,-1.125 2.09375,0.40625 1.40625,1.28125 1.53125,-2.53125 1.40625,-1.28125 0,-1.53125 1.8125,-0.125 0.4375,-1.84375 -1.5625,-2.09375 0.25,-0.875 -1.09375,-0.9375 -2.9375,-4.34375 -3.78125,0 -1.125,-1.6875 0,-7.03125 -1.53125,-4.0625 -0.28125,-5.03125 -1.96875,-0.15625 -2.25,-1.6875 -0.5625,0 -1.96875,1.40625 -1.25,-0.84375 -0.28125,-1.9375 1.40625,-0.71875 0.125,-0.6875 -0.8125,-0.71875 -9.46875,-0.3125 z" id="departement37" inkscape:label="#path12507"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 273.71875,160.46875 -2.53125,2.34375 -5.71875,0.5 -0.21875,0.375 0.5625,1.125 -1.8125,1.53125 0.40625,3.65625 -1.53125,0.28125 -1,3.625 -1.6875,1.84375 -2.375,0 -2.25,1.25 -1.25,-1.40625 -1.40625,-0.5625 -1.53125,1 0,1.53125 -1.125,0.84375 -1.8125,-1.125 -1.125,0.84375 0.125,1.25 -0.53125,1.15625 0.40625,0.125 1.65625,0 -0.125,1.125 -1.125,1.9375 0,1 1.125,0 0.96875,1.125 0.28125,1.125 -2.21875,2.21875 1.09375,2.6875 0,1.25 1.84375,1.25 2.53125,0.28125 1.65625,1.40625 0.4375,2.40625 1.8125,2.09375 1.96875,-0.5625 0.84375,-1.8125 3.09375,0.40625 0.6875,0.71875 1.96875,0 0.96875,-1.125 7.15625,0.28125 1.6875,2.5 1.96875,0.84375 1.6875,1.5625 2.09375,-0.28125 0.5625,-0.71875 1.25,0 1.5625,1.96875 3.21875,0.15625 0.84375,1.09375 2.25,3.09375 0.96875,0.84375 1.25,-0.125 0.15625,-2.8125 0.5625,-0.28125 0.84375,0.125 1.40625,1.84375 0.96875,0.40625 2,-0.8125 -0.3125,-0.34375 -0.1875,-1.96875 3.90625,-1.15625 -0.59375,-2.15625 -0.59375,-3.125 -2.53125,-3.5 -0.59375,-2.15625 3.90625,0 2.75,-1.96875 0.375,-2.90625 -1.75,-1.96875 5.09375,-4.28125 0,-3.53125 -2.5625,-2.71875 -0.96875,-3.125 -3.53125,-3.34375 -4.875,2.75 -0.375,-1.5625 -2.15625,-0.1875 -0.59375,1.5625 -1.9375,0.375 -5.28125,-0.1875 -2.15625,1.375 -1.75,-1.5625 3.125,-2.15625 -0.1875,-3.3125 -2.34375,-1.1875 -1.96875,-2.9375 -5.25,-0.375 -2.15625,-1.75 z" id="departement45" inkscape:label="#path12515"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 254.71875,221.4375 -1.25,0.4375 -2.53125,-0.15625 -2.9375,1 -0.6875,1.53125 -0.28125,-0.5625 -3.375,0.15625 -1.6875,1.40625 -1.96875,0.28125 -0.28125,0.96875 1.5625,2.09375 -0.4375,1.84375 -1.8125,0.125 0,1.53125 -1.40625,1.28125 -1.53125,2.53125 -1.40625,-1.28125 -2.09375,-0.40625 -3.09375,1.125 -0.71875,3.5 -0.96875,2.8125 -1.53125,7.96875 -2.125,1.96875 -1.71875,0.15625 0.5,0.5 0,3.71875 -0.78125,2.34375 3.71875,2.9375 1.9375,1.9375 3.125,0.40625 1.1875,4.09375 2.125,1.15625 -0.375,2.9375 -1.5625,0.28125 0.5625,0.125 4.90625,0.375 1.75,-1.75 3.125,3.125 3.90625,-4.5 1.75,1.1875 2.34375,-0.21875 0.78125,0.40625 3.53125,0.1875 1.15625,-3.125 9.78125,1.1875 3.71875,0.96875 1.6875,-0.1875 0.0937,-1.5625 1.96875,-1.96875 -0.40625,-1.6875 -1.125,-2.21875 0.40625,-0.84375 0.15625,-2.53125 0.6875,-0.84375 0.15625,-0.5625 -1.6875,-1.53125 L 271,254.125 l -2.65625,-1.40625 0,-1.6875 1.9375,-1.125 0,-1.125 -1.8125,-1.53125 -0.5625,-0.96875 1.40625,-0.71875 -0.125,-1.25 2.21875,-1.84375 -0.125,-0.8125 -1.8125,0 -1.125,-1.28125 0,-0.6875 0.96875,-1.6875 0,-1.25 -2.25,-2.96875 0.4375,-2.65625 -1.28125,-0.96875 -2.65625,0.125 -2.09375,0.84375 -2.8125,-0.40625 -1.40625,-1.125 -0.28125,-0.84375 2.25,-1.84375 0.15625,-2.21875 -2.96875,-1.6875 -1.6875,-1.5625 z" id="departement36" inkscape:label="#path12523"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 222.5,172.25 -1.3125,1.6875 -1.5625,2.71875 1.9375,1.78125 -0.1875,4.09375 -0.78125,2.71875 -1.96875,0 0,3.71875 -2.71875,3.53125 -2.9375,1.15625 -1.375,1.75 0.59375,1.46875 9.46875,0.3125 0.8125,0.71875 -0.125,0.6875 -1.40625,0.71875 0.28125,1.9375 1.25,0.84375 1.96875,-1.40625 0.5625,0 2.25,1.6875 1.96875,0.15625 0.28125,5.03125 1.53125,4.0625 0,7.03125 1.125,1.6875 3.78125,0 2.9375,4.34375 1.09375,0.9375 0.0312,-0.0937 1.96875,-0.28125 1.6875,-1.40625 3.375,-0.15625 0.28125,0.5625 0.6875,-1.53125 2.9375,-1 2.53125,0.15625 1.25,-0.4375 1.6875,1.5625 2.96875,1.6875 2.5,-0.15625 L 261.75,222 l 1.125,-1.25 1.125,-0.125 0.96875,1.09375 3.9375,-0.40625 2.5,-1.40625 -0.28125,-0.96875 -0.6875,-0.84375 0.125,-1.84375 1.84375,-3.34375 2.375,-1 0,-2.09375 0.5625,-1.25 -1.53125,-0.5625 -1,-2.125 -2.53125,-0.6875 -0.125,-0.84375 2.53125,-2.09375 2.84375,-1.40625 -1.59375,-2.375 -7.15625,-0.28125 -0.96875,1.125 -1.96875,0 -0.6875,-0.71875 -3.09375,-0.40625 -0.84375,1.8125 -1.96875,0.5625 -1.8125,-2.09375 -0.4375,-2.40625 -1.65625,-1.40625 -2.53125,-0.28125 -1.84375,-1.25 0,-1.25 -1.09375,-2.6875 2.21875,-2.21875 -0.28125,-1.125 -0.96875,-1.125 -1.125,0 0,-1 1.125,-1.9375 0.125,-1.125 -1.65625,0 -2.53125,-0.71875 -2.375,2.25 -2.6875,0.28125 -4.34375,-1.125 -1.25,-2.8125 -1.6875,-0.96875 -0.96875,-2.25 -2.8125,0 -1.125,-0.84375 1.6875,-0.96875 0.125,-0.84375 -1.8125,0 -3.09375,0.5625 L 222.5,172.25 z" id="departement41" inkscape:label="#path12530"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 275.53125,200.84375 -2.84375,1.40625 -2.53125,2.09375 0.125,0.84375 2.53125,0.6875 1,2.125 1.53125,0.5625 -0.5625,1.25 0,2.09375 -2.375,1 -1.84375,3.34375 -0.125,1.84375 0.6875,0.84375 0.28125,0.96875 -2.5,1.40625 -3.9375,0.40625 L 264,220.625 l -1.125,0.125 -1.125,1.25 0.125,2.53125 -2.5,0.15625 -0.15625,2.21875 -2.25,1.84375 0.28125,0.84375 1.40625,1.125 2.8125,0.40625 2.09375,-0.84375 2.65625,-0.125 1.28125,0.96875 -0.4375,2.65625 2.25,2.96875 0,1.25 -0.96875,1.6875 0,0.6875 1.125,1.28125 1.8125,0 0.125,0.8125 -2.21875,1.84375 0.125,1.25 -1.40625,0.71875 0.5625,0.96875 1.8125,1.53125 0,1.125 -1.9375,1.125 0,1.6875 2.65625,1.40625 0.5625,1.96875 1.6875,1.53125 -0.15625,0.5625 -0.6875,0.84375 -0.15625,2.53125 -0.40625,0.84375 1.125,2.21875 0.40625,1.6875 -1.96875,1.96875 -0.0937,1.5625 4.59375,-0.5625 0.9375,-2 2.53125,-2.90625 4.875,-1 2.5625,0.78125 2.71875,-2.125 -0.1875,-1.5625 -0.96875,-0.78125 0,-3.125 5.25,-5.28125 1.96875,2.15625 1.75,-1.78125 1.5625,-0.1875 2.71875,-3.5 4.5,0.375 0.0625,1.0625 1.5,-4.78125 -0.96875,-1.75 0.1875,-2.53125 0.59375,-5.09375 -2.15625,-2.125 0.40625,-4.6875 -1.96875,-4.125 -0.1875,-2.71875 -3.53125,-2.75 L 299.5,216.5 l 1.75,-2.53125 0,-3.71875 -2.03125,-2.375 -2,0.8125 -0.96875,-0.40625 -1.40625,-1.84375 -0.84375,-0.125 -0.5625,0.28125 -0.15625,2.8125 -1.25,0.125 -0.96875,-0.84375 -2.25,-3.09375 -0.84375,-1.09375 -3.21875,-0.15625 -1.5625,-1.96875 -1.25,0 -0.5625,0.71875 -2.09375,0.28125 -1.6875,-1.5625 -1.96875,-0.84375 -0.0937,-0.125 z" id="departement18" inkscape:label="#path12537"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 363.375,177.25 -0.40625,2.53125 -2.53125,1.375 -6.4375,0.1875 0.28125,1.40625 0.15625,1.40625 -1.96875,1.40625 0,2.375 0.40625,0.4375 1.5625,0 0.96875,1.65625 -0.5625,2.8125 -2.25,1.6875 0,1.6875 0.71875,0.5625 -0.15625,0.40625 -1.40625,0.5625 -0.40625,2.09375 -2.25,4.78125 -1.53125,2.25 0,2.25 0.5625,0.96875 -0.84375,1.125 -1.96875,0.96875 0.125,1.96875 1.84375,1.125 0.6875,1.53125 -0.28125,2.125 -0.40625,1.53125 0.96875,1.6875 2.8125,0.5625 1.25,1.96875 0,0.84375 -0.84375,0.28125 0,2.03125 0.15625,0.0625 3.78125,3.90625 3.9375,-0.125 3.5,2.65625 2.53125,1.84375 0.125,2.375 2.65625,0.5625 2.25,1.8125 5.90625,-2.09375 4.0625,-1.28125 1.8125,-0.28125 0.5625,-0.8125 1.96875,0.125 1.53125,0.96875 2.25,-0.5625 2.25,-1.53125 1.6875,0.1875 0.0312,-0.1875 1.34375,-0.78125 -0.1875,-1 -0.375,-1.15625 0.96875,-1.5625 3.3125,-1.5625 0,-1.5625 1.1875,-1.5625 1.15625,-1.5625 -0.375,-1.375 0.5625,-2.15625 0.40625,-3.125 0.78125,0 -0.1875,-1.15625 -0.78125,-0.78125 -0.21875,-3.90625 -1.75,-0.1875 -0.375,-3.125 -2.15625,-1 0.78125,-0.96875 1.1875,-0.375 2.53125,-2.9375 -0.21875,-1.5625 -1.5625,-3.125 -2.3125,-0.40625 -0.8125,1.96875 -4.28125,0.96875 -0.40625,-0.96875 -3.125,-3.90625 -1.75,0.96875 -2.34375,-0.1875 -0.78125,-1.5625 -3.125,0.1875 -0.1875,-3.3125 -1.75,-1.1875 2.53125,-2.71875 -4.5,-6.0625 -3.5,-3.71875 -3.125,-1.75 -5.65625,0 z" id="departement21" inkscape:label="#path12544"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 306.75,203.78125 -0.96875,1.53125 -1.84375,0 -2.46875,-0.5625 -2.75,0.8125 0.1875,1.96875 2.34375,2.71875 0,3.71875 -1.75,2.53125 0.5625,2.34375 3.53125,2.75 0.1875,2.71875 1.96875,4.125 -0.40625,4.6875 2.15625,2.125 -0.59375,5.09375 -0.1875,2.53125 0.96875,1.75 -1.5,4.78125 0.125,1.46875 3.34375,1.5625 L 312,255 l 2.125,-1.1875 1.96875,-1.15625 0.40625,1.75 2.90625,0 0.78125,-1.5625 1.75,0.78125 0.59375,2.53125 1.5625,-0.375 3.71875,-5.09375 1.9375,1.375 0.3125,0.59375 3.0625,-1.90625 1.25,0.15625 0.96875,2.375 1.84375,-0.28125 1.40625,-1.40625 1.8125,0 1.40625,-1.8125 1.40625,-0.28125 0.28125,-1 3.0625,0.15625 0.15625,-0.71875 -1.40625,-1.25 0,-1.25 1.96875,-1.125 0,-0.84375 -1.84375,-1.125 -0.28125,-2.09375 0.15625,-1.96875 -1.25,-0.84375 1.09375,-1.53125 1,-0.5625 0.6875,-1.6875 -0.96875,-0.5625 -1.125,-1.6875 1.40625,-1.96875 2.375,-1.40625 2.9375,0 0,-2.21875 0.84375,-0.28125 0,-0.84375 -1.25,-1.96875 -2.8125,-0.5625 -0.96875,-1.6875 0.40625,-1.53125 0.28125,-2.125 -0.5,-1.125 -3.125,2.125 -1.28125,0.5625 -1.6875,-1.125 0.15625,-2.8125 -1.84375,0 -1.53125,1 -0.40625,-1.28125 0.84375,-1.40625 -1,-1.25 -1.125,1.6875 0.15625,1.25 -2.65625,-0.125 -4.21875,-3.9375 -3.21875,-0.125 0,-2.125 -2.25,-1.40625 -0.4375,-1.8125 -0.6875,-0.125 0,3.5 -1.25,0.28125 -1.84375,-0.5625 -1.9375,1.25 -1.125,0.28125 -1.125,-0.96875 -1.125,0.5625 -2.53125,-1.6875 -1.8125,0 -1.28125,-0.84375 0.28125,-1.5625 -1.40625,-1.25 -1.25,0 z" id="departement58" inkscape:label="#path12551"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 351.46875,227.84375 0,0.1875 -2.9375,0 -2.375,1.40625 -1.40625,1.96875 1.125,1.6875 0.96875,0.5625 -0.6875,1.6875 -1,0.5625 -1.09375,1.53125 1.25,0.84375 -0.15625,1.96875 0.28125,2.09375 1.84375,1.125 0,0.84375 -1.96875,1.125 0,1.25 1.40625,1.25 -0.15625,0.71875 L 343.5,248.5 l -0.28125,1 -1.40625,0.28125 -1.40625,1.8125 -1.8125,0 -1.40625,1.40625 -1.84375,0.28125 -0.96875,-2.375 -1.25,-0.15625 -3.0625,1.90625 3.625,6.8125 0,2.9375 0.96875,1.1875 3.3125,0 1.15625,1.5625 3.125,0 1.375,1.9375 -0.1875,7.625 -4.09375,3.125 -0.0937,0.21875 0.28125,-0.0312 0.59375,0.1875 0.1875,3.125 2.9375,0.59375 0.375,1.375 1.5625,0 2.34375,-1.375 6.25,0.96875 1.1875,1.1875 1.5625,-1.5625 2.15625,0 1.15625,-6.25 0.78125,-0.59375 1.9375,0 2.375,1.5625 1.75,-1.5625 1.15625,1.5625 1.78125,-1.75 2.125,-0.1875 1,3.125 0.75,3.90625 1.375,0.1875 1.1875,-2.75 3.6875,-14.4375 1.375,-2.53125 2.15625,-0.21875 2.15625,1.78125 1.5625,-0.40625 1.9375,-1.375 1.96875,0.40625 1.15625,2.53125 1.125,0.4375 5.125,-0.625 1.96875,-1.5625 -0.78125,-1.1875 -2.34375,-0.78125 -0.21875,-2.71875 1.96875,-1.375 0.78125,-3.3125 -1.75,-3.125 -1.1875,-1.5625 0.59375,-0.59375 0,-1.9375 -1.5625,-1 -0.40625,-1.5625 4.5,-0.5625 0.40625,-1.5625 -1.375,0 -1.15625,-1.375 -2.15625,0 -1.78125,-2.9375 L 392.25,238 l 0.1875,-2.34375 -1.6875,-0.1875 -2.25,1.53125 -2.25,0.5625 -1.53125,-0.96875 -1.96875,-0.125 -0.5625,0.8125 -1.8125,0.28125 -4.0625,1.28125 -5.90625,2.09375 -2.25,-1.8125 -2.65625,-0.5625 -0.125,-2.375 -2.53125,-1.84375 -3.5,-2.65625 -3.9375,0.125 -3.78125,-3.90625 -0.15625,-0.0625 z" id="departement71" inkscape:label="#path12558"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 401.15625,217.53125 0.0937,0.53125 -0.78125,0 -0.40625,3.125 -0.5625,2.15625 0.375,1.375 -1.15625,1.5625 -1.1875,1.5625 0,1.5625 -3.3125,1.5625 -0.96875,1.5625 0.375,1.15625 0.1875,1 -1.34375,0.78125 L 392.25,238 l 1.5625,0.1875 1.78125,2.9375 2.15625,0 1.15625,1.375 1.375,0 -0.40625,1.5625 -4.5,0.5625 0.40625,1.5625 1.5625,1 0,1.9375 -0.59375,0.59375 1.1875,1.5625 1.75,3.125 -0.78125,3.3125 -1.96875,1.375 0.21875,2.71875 2.34375,0.78125 0.78125,1.1875 -1.96875,1.5625 -5.125,0.625 2.40625,0.9375 3.90625,5.46875 2.53125,1.15625 0,2.75 2.9375,-0.40625 3.71875,-4.09375 3.125,1.5625 0,2.34375 5.65625,0 8.125,-8.9375 -0.34375,-0.1875 0.375,-4.09375 2.9375,-3.5 -1.96875,-0.78125 0.1875,-1.1875 -2.375,-0.21875 -0.15625,-1.40625 1.53125,-1.53125 -0.40625,-1.53125 -0.84375,-1.96875 3.5,-1.125 1.28125,-1.8125 0.28125,-2.25 -2.8125,-2.6875 -1.96875,-0.53125 -4.34375,-1.40625 0,-3.9375 -0.28125,-2.9375 -3.5,0.28125 -5.46875,-1.84375 0.84375,-1.9375 1.25,-2.96875 0.4375,-1.9375 -1.40625,-1.84375 -2.53125,-1.6875 -0.28125,-2.09375 0.0312,-1.1875 -1.71875,-0.0625 -0.96875,0.96875 -2.53125,0 -1.6875,-1.40625 -1.5,-0.40625 z" id="departement39" inkscape:label="#path12565"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 337.375,99.3125 -2.34375,1 0.40625,1.9375 -4.125,0 -3.6875,2.75 0,5.25 2.71875,1.78125 0.78125,1.75 -4.5,0.375 -0.5625,1.78125 1.75,1.15625 -0.78125,1.1875 -1.75,0.78125 0.375,1.34375 2.53125,0 1,1.375 -1.75,1.1875 -1.5625,4.09375 -2.9375,1.375 -1,2.125 -0.96875,1.1875 0.21875,1.15625 -1.5625,1 -0.40625,2.71875 1.5625,0.96875 0.78125,2.9375 -0.96875,1.75 0.59375,1.375 2.90625,-0.1875 0,0.96875 0.84375,-0.1875 3.375,3.5625 4.75,-0.78125 5.5625,-3.78125 3.34375,0 3.375,-2.375 3.96875,-2.1875 2.96875,0.21875 0.40625,3.96875 3.5625,5.34375 3.96875,0 5.5625,-1.1875 3.96875,1.375 4.15625,-2.96875 L 374.5,140.5 379.09375,139.71875 379,136.625 l -3.71875,-2.9375 -0.40625,-1.5625 1.375,-2.34375 -1.1875,-0.96875 1.1875,-2.9375 2.15625,-0.96875 1.5625,-4.875 -3.125,0.1875 1.75,-1.9375 -1.375,-4.3125 -1.34375,-2.9375 1.75,-1.5625 -1,-0.1875 -0.25,-1.34375 c -0.0404,0.006 -0.28125,0.0312 -0.28125,0.0312 l -1.78125,-1.59375 -2,2 -0.59375,0 -0.78125,-1 -4.75,-0.1875 -0.8125,1.1875 -1.375,0 -1.1875,-2.59375 -2.59375,0 -0.59375,0.59375 -2.5625,-0.1875 -3.1875,-2.375 -2.1875,-0.59375 -0.78125,-1.1875 -4.15625,-2.59375 -4.75,-0.125 0.0625,1.78125 -1.375,0.375 -3.3125,-2.15625 z" id="departement51" inkscape:label="#path14337"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 257.21875,80.21875 -1.28125,1.53125 -0.78125,1.9375 1.5625,0 -0.78125,1.96875 -0.78125,3.90625 1.15625,1.9375 0,3.34375 1.96875,0 -0.78125,1.34375 -1.375,2.5625 -0.5625,1.75 1.75,1.5625 0.5625,4.5 1,1.5625 -1.375,0.375 -1.75,-0.96875 -0.3125,2.3125 0.125,-0.15625 0.75,1.75 1.1875,1.9375 5.28125,0.40625 3.71875,-0.40625 2.53125,-1.9375 3.125,1.9375 1.5625,1.1875 2.34375,-0.59375 2.125,-0.96875 4.125,2.15625 4.28125,2.53125 1.375,1.375 2.34375,-1.5625 1.9375,1.15625 1.1875,0.96875 1.75,-0.1875 1.1875,-1.5625 2.71875,1.5625 3.34375,-1.375 1.9375,0.59375 1.9375,-1.5625 1.1875,-0.59375 0.375,0.28125 0.40625,-2.65625 -1.40625,-1.59375 -2.375,-1.59375 -1,1.59375 -0.59375,0.1875 -0.1875,-2.96875 1.78125,-0.40625 -0.40625,-2.75 -2.375,-0.40625 1.1875,-2 3.375,-0.78125 1.1875,-4.75 1.78125,-0.8125 -2.375,-1.78125 0.8125,-1.78125 0.375,-5.9375 -0.8125,-4.59375 -4.125,0.40625 -2.78125,-0.375 -5.15625,1.375 -4.375,4.15625 -3.5625,-1.1875 -3.5625,-0.375 -2.78125,-2.78125 -4.96875,-1.40625 -6.71875,0.59375 -1.78125,-1.375 -3.59375,0 -2.5625,1 -1.1875,-0.8125 0,-2.15625 -0.40625,-0.59375 -2.46875,0 z" id="departement60" inkscape:label="#path14339"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 269.25,8.65625 -10.8125,2.0625 -8.59375,6.625 0,26.375 -0.0625,0.78125 3.03125,0.71875 0.96875,2.15625 2.34375,-0.59375 1.375,-1.75 1.75,0.59375 3.71875,2.90625 1.375,-0.5625 0.96875,2.34375 3.5,1.5625 0,1.9375 2.5625,0.96875 2.53125,-0.96875 4.875,-0.59375 1.1875,1 2.34375,-1 1.15625,1.96875 -2.90625,1.9375 0,2.75 0.96875,0.96875 0.78125,-0.1875 0.5625,-1.5625 1.78125,-1.1875 1.75,1.375 4.09375,1.375 1.75,0 0,-1.96875 2.5625,1.78125 0.1875,1.5625 -1.1875,1.75 2.15625,-1.1875 1.78125,-0.78125 0.75,1.375 0,1.375 2.9375,-1.5625 4.6875,0 0.1875,0.1875 1.15625,-2.21875 -0.59375,-1 -1.78125,-0.375 -1.96875,0 -1.1875,-0.40625 1.96875,-1.1875 1.78125,0.1875 1.78125,-0.1875 0.21875,-3.1875 1.1875,-0.78125 0.1875,-1.78125 -2.1875,-1.40625 -2.5625,-0.1875 -0.59375,-0.40625 1.59375,-1.1875 0.375,-1.1875 -1.375,-0.96875 -2,-2.40625 0.21875,-1.1875 2.5625,-1.1875 0.40625,-1.375 -1.78125,-0.8125 -1,-2.5625 -3.5625,-0.40625 L 295.59375,36 295.1875,32.03125 297.75,30.4375 l -0.96875,-2 -2,0 -1.375,2.1875 -6.15625,-0.375 -4.96875,-1.21875 -2.75,-2.96875 0,-2.375 2.15625,-1 -1.78125,-1.375 L 275.5625,21.125 272.96875,14.5625 269.25,8.65625 z" id="departement62" inkscape:label="#path14341"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 285.78125,4.0625 -6.25,2.9375 -9.75,1.5625 -0.53125,0.09375 3.71875,5.90625 2.59375,6.5625 4.34375,0.1875 1.78125,1.375 -2.15625,1 0,2.375 2.75,2.96875 4.96875,1.21875 6.15625,0.375 1.375,-2.1875 2,0 0.96875,2 -2.5625,1.59375 0.40625,3.96875 3.5625,0.96875 3.5625,0.40625 1,2.5625 1.78125,0.8125 -0.40625,1.375 -2.5625,1.1875 -0.21875,1.1875 2,2.40625 1.375,0.96875 -0.375,1.1875 -1.59375,1.1875 0.59375,0.40625 2.5625,0.1875 2.1875,1.40625 -0.1875,1.78125 -1.1875,0.78125 L 307.46875,58 305.6875,58.1875 303.90625,58 l -1.96875,1.1875 1.1875,0.40625 1.96875,0 1.78125,0.375 0.59375,1 -1.15625,2.21875 1.5625,1.5625 1.5625,0.40625 1.5625,-1 2.15625,0 0.59375,1.1875 0.78125,-0.1875 2.34375,-1.375 2.34375,1.375 3.125,-2.15625 1.375,0 1.5625,1.375 3.125,-2.15625 1.34375,0.1875 1.1875,0.96875 4.3125,0.40625 0.375,1.75 2.15625,-1.9375 1.15625,0 0.78125,2.53125 3.71875,0.96875 1.0625,-0.71875 -0.3125,0 -0.1875,-1.9375 3.90625,-2.34375 -0.59375,-3.71875 -3.71875,-0.96875 0.96875,-1 0,-2.71875 2.9375,-2.15625 -0.78125,-1.5625 -6.25,-4.875 -10.9375,0.59375 -1.15625,1.9375 -1.375,0 0.1875,-6.84375 -3.125,-3.6875 -2.34375,0.375 -1.375,-1.5625 -3.90625,1.75 -1.34375,-1.34375 -2.75,-0.40625 -0.78125,-2.53125 -0.1875,-7.8125 -1.75,-0.78125 -0.21875,-1.1875 -1.15625,0 -0.40625,-2.34375 -2.53125,0.21875 -4.875,1.5625 -2.34375,2.90625 -2.34375,0 -1.5625,-1.9375 -0.59375,-2.15625 -1.9375,-2.15625 -2.75,0 -1.15625,-2.125 0,-3.34375 1.34375,-2.125 -0.78125,-2.9375 -2.53125,-5.09375 z" id="departement59" inkscape:label="#path15219"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 328.40625,62.21875 -3.125,2.15625 -1.5625,-1.375 -1.375,0 -3.125,2.15625 -2.34375,-1.375 -2.34375,1.375 -0.78125,0.1875 -0.59375,-1.1875 -2.15625,0 -1.5625,1 -0.0625,0 0.46875,2.75 -2.5625,2.78125 0,2.5625 -1.78125,2 0.40625,2.375 0.96875,3.96875 1.1875,6.75 -0.375,5.9375 -0.8125,1.78125 2.375,1.78125 -1.78125,0.8125 -1.1875,4.75 -3.375,0.78125 -1.1875,2 2.375,0.40625 0.40625,2.75 -1.78125,0.40625 0.1875,2.96875 0.59375,-0.1875 1,-1.59375 2.375,1.59375 1.40625,1.59375 -0.40625,2.65625 1.78125,1.28125 0.59375,4.3125 5.25,5.0625 1.75,0.59375 1,2.34375 3.28125,0.6875 0.40625,-0.5 1,-2.125 2.9375,-1.375 1.5625,-4.09375 1.75,-1.1875 -1,-1.375 -2.53125,0 -0.375,-1.34375 1.75,-0.78125 0.78125,-1.1875 -1.75,-1.15625 0.5625,-1.78125 4.5,-0.375 -0.78125,-1.75 -2.71875,-1.78125 0,-5.25 3.6875,-2.75 4.125,0 -0.40625,-1.9375 2.34375,-1 3.3125,2.15625 1.375,-0.375 -0.1875,-6.65625 0.59375,-2.34375 L 343.25,89.375 340.6875,88 341.28125,86.4375 345,85.65625 l 0,-2.53125 2.9375,-1.5625 0.78125,-2.34375 -0.96875,-1.5625 0.1875,-2.9375 1.75,-1.5625 -1.75,-3.3125 0.53125,-3.46875 -3.96875,0 -1.0625,0.71875 -3.71875,-0.96875 -0.78125,-2.53125 -1.15625,0 -2.15625,1.9375 -0.375,-1.75 -4.3125,-0.40625 -1.1875,-0.96875 -1.34375,-0.1875 z" id="departement02" inkscape:label="#path15226"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 249.78125,44.5 -0.53125,6.4375 4.3125,3.90625 0,1.96875 -5.28125,-3.125 -6.34375,7.8125 1.6875,0.71875 2.15625,-0.1875 0.96875,1.9375 8.59375,8.40625 0.59375,3.5 1.9375,3.53125 -0.65625,0.8125 2.46875,0 0.40625,0.59375 0,2.15625 1.1875,0.8125 2.5625,-1 3.59375,0 1.78125,1.375 6.71875,-0.59375 4.96875,1.40625 2.78125,2.78125 3.5625,0.375 3.5625,1.1875 4.375,-4.15625 5.15625,-1.375 2.78125,0.375 L 307.25,83.75 306.875,81.59375 305.90625,77.625 305.5,75.25 l 1.78125,-2 0,-2.5625 2.5625,-2.78125 -0.46875,-2.75 -1.5,-0.40625 -1.75,-1.75 -4.6875,0 -2.9375,1.5625 0,-1.375 -0.75,-1.375 -1.78125,0.78125 -2.15625,1.1875 1.1875,-1.75 -0.1875,-1.5625 -2.5625,-1.78125 0,1.96875 -1.75,0 -4.09375,-1.375 -1.75,-1.375 -1.78125,1.1875 -0.5625,1.5625 -0.78125,0.1875 -0.96875,-0.96875 0,-2.75 2.90625,-1.9375 -1.15625,-1.96875 -2.34375,1 -1.1875,-1 -4.875,0.59375 -2.53125,0.96875 -2.5625,-0.96875 0,-1.9375 -3.5,-1.5625 -0.96875,-2.34375 -1.375,0.5625 -3.71875,-2.90625 -1.75,-0.59375 -1.375,1.75 L 253.78125,47.375 252.8125,45.21875 249.78125,44.5 z" id="departement80" inkscape:label="#path15233"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 367.625,55.84375 -1.96875,2.90625 -1.75,1.78125 0,1.75 0,2.34375 -2.34375,1.5625 -4.28125,1.375 -2.34375,0.96875 -2.75,-2.15625 -3.71875,0 -0.53125,3.46875 1.75,3.3125 -1.75,1.5625 -0.1875,2.9375 0.96875,1.5625 -0.78125,2.34375 -2.9375,1.5625 0,2.53125 -3.71875,0.78125 -0.59375,1.5625 2.5625,1.375 -0.78125,2.71875 -0.59375,2.34375 0.125,4.875 4.75,0.125 4.15625,2.59375 0.78125,1.1875 2.1875,0.59375 3.1875,2.375 2.5625,0.1875 0.59375,-0.59375 2.59375,0 1.1875,2.59375 1.375,0 0.8125,-1.1875 4.75,0.1875 0.78125,1 0.59375,0 2,-2 1.78125,1.59375 c 0,0 0.24086,-0.0252 0.28125,-0.0312 l -0.125,-0.8125 2.34375,-1.15625 1.15625,-1.1875 -0.75,-1.9375 -0.21875,-1.375 2.15625,-1.75 0.78125,-3.90625 -2.34375,-2.9375 0.78125,-1.375 1.96875,-3.6875 0.5625,0.78125 2.9375,0 1.375,1.34375 1.75,-1.15625 1.375,-2.25 -1.40625,-0.21875 -0.78125,-3.90625 -1.5625,-1.1875 -5.46875,-0.59375 -0.96875,-2.53125 -1.78125,-1.15625 -6.25,-0.78125 -0.375,-4.5 0.78125,-0.78125 0,-1.75 -3.125,-1.96875 0.59375,-2.15625 0.78125,-1.9375 -1.375,-1.1875 2.15625,-1.9375 0,-3.53125 -0.78125,-0.5625 -2.9375,0 z" id="departement08" inkscape:label="#path15254"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 349.3125,138.6875 -3.96875,2.1875 -3.375,2.375 -3.34375,0 -5.5625,3.78125 -4.75,0.78125 -3.375,-3.5625 -0.84375,0.1875 0,0.59375 -2.71875,1.15625 -0.1875,2.34375 -1.375,1.78125 -0.78125,3.90625 -0.4375,3.28125 1.21875,1 2.34375,0 5.0625,5.28125 -0.59375,5.28125 3.53125,2.71875 1.96875,-1.375 3.125,3.71875 0.375,3.53125 2.15625,2.90625 0.96875,2.15625 7.8125,0.40625 3.90625,-1.96875 1.15625,2.15625 1.375,0.1875 1,-2.15625 6.4375,-0.1875 2.53125,-1.375 0.40625,-2.53125 5.65625,0 0.78125,0.4375 -0.65625,-2.5 -1.59375,-1 2.1875,-1.96875 3.375,-0.21875 1.1875,-1.78125 -0.21875,-7.125 -0.78125,-4.15625 -3.375,-1.1875 -3.5625,-4.96875 0.1875,-2.96875 1.03125,-2.15625 -1.8125,-0.625 -5.5625,1.1875 -3.96875,0 -3.5625,-5.34375 -0.40625,-3.96875 -2.96875,-0.21875 z" id="departement10" inkscape:label="#path15258"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="M 379.09375,139.71875 374.5,140.5 l -0.59375,4.9375 -4.15625,2.96875 -2.15625,-0.75 -1.03125,2.15625 -0.1875,2.96875 3.5625,4.96875 3.375,1.1875 0.78125,4.15625 0.21875,7.125 -1.1875,1.78125 -3.375,0.21875 -2.1875,1.96875 1.59375,1 0.65625,2.5 2.34375,1.3125 3.5,3.71875 4.5,6.0625 -2.53125,2.71875 1.75,1.1875 0.1875,3.3125 3.125,-0.1875 0.78125,1.5625 2.34375,0.1875 1.75,-0.96875 3.125,3.90625 0.40625,0.96875 4.28125,-0.96875 0.8125,-1.96875 0.1875,0.0312 0,-1.96875 2.71875,-1.1875 3.125,1.1875 2.9375,-1.1875 1.75,0 0.59375,-3.9062 0.96875,-1.15625 -1.75,-0.1875 -0.1875,-2.34375 2.71875,-0.59375 0.1875,-1.5625 2.75,0 0,-2.53125 2.15625,-0.78125 -0.59375,-1.5625 0.59375,-0.375 L 412.5625,179 l -2.125,0.78125 0,-4.09375 -5.46875,-2.71875 1.15625,-5.28125 1.75,-1.1875 -0.5625,-1.75 -2.5625,-0.375 -0.5625,-2.5625 -2.34375,0 -2.75,-3.6875 -3.125,-0.21875 -1.34375,-1.9375 1.75,-1.75 -4.125,-4.5 -1.75,-0.59375 -4.6875,-2.34375 -2.53125,-2.71875 -4.09375,-0.59375 -0.0937,-3.75 z" id="departement52" inkscape:label="#path15265"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="M 480.71875,112.28125 477,113.3125 l -1.71875,3 0,2.9375 -1.5625,1.375 -1.375,0 -2.53125,-1.78125 -1.96875,1.375 -2.34375,0 -1.9375,-1.9375 -3.71875,-0.59375 -2.15625,-0.96875 -0.78125,-2.9375 -1.75,1.9375 -0.96875,4.5 -2.5625,0.78125 0,2.53125 2.5625,1.1875 1.9375,1.375 -0.78125,1.75 1.78125,1.15625 3.125,-2.34375 5.4375,3.125 -2.3125,4.3125 0.1875,1.375 1.5625,1.5625 -1.1875,4.09375 -3.90625,3.90625 -2.15625,-0.1875 1.375,1.34375 -0.78125,3.53125 L 459.25,155 l 3.71875,0.96875 -0.3125,0.71875 2.9375,-0.15625 1.71875,2.09375 1.53125,1.90625 3.84375,-0.1875 1.71875,4.96875 3,1.3125 -0.0312,-0.625 5.09375,-9.96875 -0.59375,-5.65625 2.34375,-7.625 0.59375,-6.65625 5.0625,-3.6875 0,-2.34375 1.96875,-2.5625 1.5625,0 1.75,-1.75 -0.375,-3.3125 1.75,-4.6875 2.71875,-0.59375 L 496.5313,115 l -4.875,-0.5625 -4.3125,-2.15625 -2.9375,1.75 -1.5625,-1.75 -2.125,0 z" id="departement67" inkscape:label="#path16151"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 401.59375,88.4375 -2.34375,2.15625 -3.3125,0.1875 -1.15625,1.1875 -0.25,0 -0.125,2.34375 1.15625,1.90625 -0.40625,1.15625 -0.375,1.34375 0.1875,0.75 0.96875,-0.75 L 396.875,97 l 1.9375,-0.1875 3.25,-0.96875 1.71875,1.34375 0.75,1.53125 0.59375,1.71875 0,1.71875 0.9375,0.78125 0,1.3125 -0.9375,1.15625 -0.1875,2.5 0.75,1.15625 0.1875,1.53125 0.1875,2.46875 1.15625,0.96875 1.71875,0.75 -0.75,1.53125 2.09375,1.9375 -1.90625,2.09375 0.375,1.34375 1.90625,0.9375 0,0.96875 -2.28125,0 -0.96875,1.34375 0.1875,0.96875 1.53125,1.53125 -1.3125,3.625 -1.53125,3.4375 0.75,2.125 0,3.4375 0.78125,1.71875 1.125,0 0.59375,0.96875 -1.71875,0 -1.53125,0.75 0,1.15625 1.90625,1.71875 0,2.6875 1.90625,-0.59375 2.875,0.1875 0.1875,3.0625 1.15625,0.40625 -1.34375,0.9375 -0.1875,0.96875 2.09375,0.375 1.34375,1.71875 6.3125,-0.375 1.34375,-2.5 2.875,0 1.15625,-0.9375 1.90625,1.15625 1.71875,-0.59375 2.5,0.1875 2.09375,-0.75 2.09375,-1.53125 1.15625,1.15625 0.1875,-2.6875 1.53125,-0.59375 0.78125,2.5 2.28125,0.1875 2.3125,0.59375 0.9375,0.1875 3.28125,-1.53125 1.71875,-1.15625 1.53125,-1.90625 3.0625,-1.15625 2,-0.4375 -1.125,-1.09375 2.15625,0.1875 0.40625,-0.40625 -2.3125,-0.75 -3.25,-2.28125 -2.875,-2.125 -3.4375,0 -3.625,-2.09375 -2.875,-0.1875 0,-0.78125 -4.40625,-2.65625 -4.96875,-2.125 -2.5,0 -0.9375,-2.65625 -3.84375,-4.8125 -3.8125,0 -1.53125,-2.09375 -3.0625,0 0.1875,-3.0625 -4.03125,-2.5 0.1875,-2.46875 2.125,0 0,-2.125 0.75,-1.53125 L 414.5,108.65625 416.03125,106 l -1.15625,-3.0625 -0.9375,-0.78125 -2.5,-5.34375 0.96875,-1.53125 c 0,0 -0.0791,-1.25724 -0.15625,-2.9375 l -2.625,0 -3.53125,-3.90625 -4.5,0 z" id="departement54" inkscape:label="#path16153"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 307.5,116.5 -1.1875,0.59375 -1.9375,1.5625 -1.9375,-0.59375 -3.34375,1.375 -2.71875,-1.5625 -1.1875,1.5625 -1.75,0.1875 -1.1875,-0.96875 -1.9375,-1.15625 -2.34375,1.5625 -0.0937,-0.0937 -0.84375,5.40625 1.15625,6.875 0,4.59375 -1.53125,3.84375 0.375,2.65625 -1.71875,1.34375 0.9375,5.1875 -0.75,1.125 -0.5625,5.1875 1.3125,1.71875 -4.375,2.875 0,3.9375 1.21875,1.8125 2.34375,1.1875 0.1875,3.3125 -3.125,2.15625 1.75,1.5625 2.15625,-1.375 5.28125,0.1875 1.9375,-0.375 0.59375,-1.5625 2.15625,0.1875 0.375,1.5625 4.875,-2.75 1.78125,-2.125 2.34375,-2.75 -1.5625,-1.75 1.375,-2.9375 3.5,-1.75 7.625,0.375 1.75,-1.34375 0.15625,0.15625 0.4375,-3.28125 0.78125,-3.90625 1.375,-1.78125 0.1875,-2.34375 2.71875,-1.15625 0,-1.5625 -2.90625,0.1875 -0.59375,-1.375 0.96875,-1.75 -0.78125,-2.9375 -1.5625,-0.96875 0.40625,-2.71875 1.5625,-1 -0.21875,-1.15625 0.5625,-0.6875 -3.28125,-0.6875 -1,-2.34375 -1.75,-0.59375 -5.25,-5.0625 -0.59375,-4.3125 L 307.5,116.5 z" id="departement77" inkscape:label="Seine-et-Marne"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 465.59375,156.53125 -2.9375,0.15625 -1.84375,4.15625 -2.34375,4.6875 0.59375,2.9375 -1.9375,4.5 -3.34375,2.90625 -0.1875,7.625 -2.4375,2.09375 0.0937,0.0625 0.78125,1.5625 3.125,0.1875 3.53125,2.75 0.5625,1.34375 -0.1875,2.34375 -0.96875,1.78125 0.375,2.34375 2.75,-0.40625 0.59375,2.15625 0.96875,4.15625 2.3125,-0.375 -0.40625,2.125 1.375,1.1875 7.21875,-0.1875 3.71875,-2.9375 0.1875,-4.3125 1.96875,-2.53125 -2.5625,-2.9375 -1.34375,-3.125 1.5625,-2.125 0,-4.90625 0.96875,-2.34375 0,-3.90625 1.75,-2.53125 -1.9375,-2.71875 -0.1875,-5.625 -3,-1.3125 -1.71875,-4.96875 -3.84375,0.1875 -1.53125,-1.90625 -1.71875,-2.09375 z" id="departement68" inkscape:label="#path17033"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 390.125,86.53125 -1.375,2.25 -1.75,1.15625 -1.375,-1.34375 -2.9375,0 -0.5625,-0.78125 -1.96875,3.6875 -0.78125,1.375 2.34375,2.9375 -0.78125,3.90625 -2.15625,1.75 0.21875,1.375 0.75,1.9375 -1.15625,1.1875 -2.34375,1.15625 0.375,2.15625 1,0.1875 -1.75,1.5625 1.34375,2.9375 1.375,4.3125 -1.75,1.9375 3.125,-0.1875 -1.5625,4.875 -2.15625,0.96875 -1.1875,2.9375 1.1875,0.96875 -1.375,2.34375 0.40625,1.5625 3.71875,2.9375 0.1875,6.84375 4.09375,0.59375 2.53125,2.71875 4.6875,2.34375 1.75,0.59375 4.125,4.5 -0.4375,0.4375 3.4375,-0.4375 0,-1.71875 3.84375,-0.78125 0,-1.3125 0.9375,0 0,1.125 3.0625,-0.9375 1.1875,-1.59375 -0.21875,0.0625 0,-2.6875 -1.90625,-1.71875 0,-1.15625 1.53125,-0.75 1.71875,0 -0.59375,-0.96875 -1.125,0 -0.78125,-1.71875 0,-3.4375 -0.75,-2.125 1.53125,-3.4375 1.3125,-3.625 -1.53125,-1.53125 -0.1875,-0.96875 0.96875,-1.34375 2.28125,0 0,-0.96875 -1.90625,-0.9375 -0.375,-1.34375 1.90625,-2.09375 -2.09375,-1.9375 0.75,-1.53125 -1.71875,-0.75 -1.15625,-0.96875 -0.1875,-2.46875 -0.1875,-1.53125 -0.75,-1.15625 0.1875,-2.5 0.9375,-1.15625 0,-1.3125 -0.9375,-0.78125 0,-1.71875 -0.59375,-1.71875 -0.75,-1.53125 -1.71875,-1.34375 -3.25,0.96875 -1.9375,0.1875 -0.9375,1.71875 -0.96875,0.75 -0.1875,-0.75 0.375,-1.34375 0.40625,-1.15625 -1.15625,-1.90625 0.125,-2.34375 -0.9375,0 L 392.8125,88.25 391.25,86.6875 390.125,86.53125 z" id="departement55" inkscape:label="#path17040"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 423.09375,90.40625 -2.9375,0.1875 -2.34375,1.96875 -0.59375,0.96875 -3.3125,0 -1.15625,-1.1875 -0.5,0 c 0.0771,1.68026 0.15625,2.9375 0.15625,2.9375 l -0.96875,1.53125 2.5,5.34375 0.9375,0.78125 1.15625,3.0625 -1.53125,2.65625 1.71875,1.71875 -0.75,1.53125 0,2.125 -2.125,0 -0.1875,2.46875 4.03125,2.5 -0.1875,3.0625 3.0625,0 1.53125,2.09375 3.8125,0 3.84375,4.8125 0.9375,2.65625 2.5,0 4.96875,2.125 4.40625,2.65625 0,0.78125 2.875,0.1875 3.625,2.09375 3.4375,0 2.875,2.125 3.25,2.28125 2.3125,0.75 3.5,-3.5 1.1875,-4.09375 -1.5625,-1.5625 -0.1875,-1.375 2.3125,-4.3125 -5.4375,-3.125 -3.125,2.34375 -1.78125,-1.15625 0.78125,-1.75 -1.9375,-1.375 -2.5625,-1.1875 0,-2.53125 2.5625,-0.78125 0.96875,-4.5 1.75,-1.9375 0.78125,2.9375 2.15625,0.96875 3.71875,0.59375 1.9375,1.9375 2.34375,0 1.96875,-1.375 2.53125,1.78125 1.375,0 1.5625,-1.375 0,-2.9375 1.71875,-3 -0.40625,0.125 -1.34375,-1.9375 -3.90625,-2.34375 -1.375,-2.15625 -4.6875,0.40625 -2.75,2.53125 -6.625,0.1875 -1.96875,-1.375 c -0.13199,-0.23943 -1.09313,-1.93562 -1.9375,-2.40625 -0.0327,-0.0174 -0.0865,-0.0457 -0.125,-0.0625 -0.0285,-0.0117 -0.0699,-0.0243 -0.0937,-0.0312 -0.0107,-0.005 -0.0512,-0.0255 -0.0625,-0.0312 -0.003,1e-5 -0.0278,-1.4e-4 -0.0312,0 -0.025,-0.001 -0.0737,0 -0.0937,0 -0.91552,1e-5 -2.6881,-1.0275 -2.90625,-1.15625 l -2.75,1.15625 -0.1875,2.34375 -3.3125,0.40625 -1.96875,-3.71875 -1.15625,-0.40625 0,-2.71875 -2.75,-1.1875 -0.1875,-4.6875 -1.96875,-1.9375 -4.09375,-1.96875 -1.9375,0 -0.59375,0.40625 -1.96875,0 -2.71875,-2.34375 z" id="departement57" inkscape:label="#path17046"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 459,145.9375 -2,0.4375 -3.0625,1.15625 -1.53125,1.90625 -1.71875,1.15625 -3.28125,1.53125 -0.9375,-0.1875 -2.3125,-0.59375 -2.28125,-0.1875 -0.78125,-2.5 -1.53125,0.59375 -0.1875,2.6875 -1.15625,-1.15625 -2.09375,1.53125 -2.09375,0.75 -2.5,-0.1875 -1.71875,0.59375 -1.90625,-1.15625 -1.15625,0.9375 -2.875,0 -1.34375,2.5 -6.3125,0.375 -1.34375,-1.71875 -2.09375,-0.375 0.1875,-0.96875 1.34375,-0.9375 -1.15625,-0.40625 -0.1875,-3.0625 -2.875,-0.1875 -1.6875,0.53125 -1.1875,1.59375 -3.0625,0.9375 0,-1.125 -0.9375,0 0,1.3125 -3.84375,0.78125 0,1.71875 -3.4375,0.4375 -1.3125,1.3125 1.34375,1.9375 3.125,0.21875 2.75,3.6875 2.34375,0 0.5625,2.5625 2.5625,0.375 0.5625,1.75 -1.75,1.1875 -1.15625,5.28125 5.46875,2.71875 0,4.09375 2.125,-0.78125 1.78125,1.40625 1.34375,-0.8125 -0.75,-1.15625 0.96875,-0.59375 1.34375,1.5625 1.96875,-1.375 0.59375,-1.9375 3.6875,-0.59375 1,0.78125 -0.1875,2.15625 2.53125,1.9375 1.5625,-0.1875 1.75,-1.375 4.09375,0 2.9375,3.3125 0.96875,0 1.5625,-0.96875 0.21875,-1.15625 1.5625,-0.78125 1.75,1.15625 1.75,1.96875 6.15625,3.25 2.4375,-2.09375 0.1875,-7.625 3.34375,-2.90625 1.9375,-4.5 -0.59375,-2.9375 2.34375,-4.6875 2.15625,-4.875 L 459.25,155 l -0.78125,-5.28125 0.78125,-3.53125 -0.25,-0.25 z" id="departement88" inkscape:label="#path17051"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 274.21875,136.40625 -1.75,0.78125 -1.90625,0.75 -0.375,2.125 -2.875,1.34375 -0.375,2.09375 1.34375,2.3125 -1.9375,2.65625 -2.84375,0 1.125,1.71875 -1.34375,1.53125 -0.46875,3.09375 0.9375,0.1875 0.375,2.53125 0.40625,0.59375 0.40625,5.25 6.25,-0.5625 2.53125,-2.34375 2.15625,1.75 5.25,0.375 0.75,1.125 0,-3.9375 4.375,-2.875 -1.3125,-1.71875 L 285.5,150 l 0.75,-1.125 -0.9375,-5.1875 1.71875,-1.34375 -0.34375,-2.4375 -2.15625,-1 -3.625,0 -2.09375,-1.15625 -1.53125,0.78125 -3.0625,-2.125 z" id="departement91" inkscape:label="Essonne"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 251.5,118.15625 -0.0625,0.125 -5.46875,1.5625 -0.78125,0.96875 1,1.5625 0,1.5625 1.75,0.375 -1,1 0.0937,0.875 0.125,-0.0937 1.9375,1.9375 0.59375,2.34375 1.5625,1.5625 -0.78125,2.15625 0,1.9375 1.375,1.5625 -1.375,2.34375 1.375,3.34375 2.71875,1.9375 0.40625,2.15625 2.34375,0.375 0.5625,4.3125 1.78125,2.15625 3.15625,0.59375 0.46875,-3.09375 1.34375,-1.53125 -1.125,-1.71875 2.84375,0 1.9375,-2.65625 -1.34375,-2.3125 0.375,-2.09375 2.875,-1.34375 0.375,-2.125 1.90625,-0.75 1.75,-0.78125 0.34375,0.21875 0,-0.21875 -1.75,-1.96875 -1.09375,-2.96875 1.75,-3.8125 -0.875,-2.875 -3.40625,-2.0625 -4.8125,-0.21875 -4.5,-2.875 -3.625,0.65625 -4.75,-2.125 z" id="departement78" inkscape:label="Yvelines"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="M 255.5625,109.6875 254,111.625 l -1.1875,4.3125 -1.3125,2.21875 4.75,2.125 3.625,-0.65625 4.5,2.875 4.8125,0.21875 3.40625,2.0625 0.875,2.875 -0.0312,0.0625 0.375,-0.0625 3.5,-1.875 5.25,-0.34375 2.875,-1.3125 1.84375,-1.3125 0.59375,-3.84375 -1.28125,-1.28125 -4.28125,-2.53125 -4.125,-2.15625 -2.125,0.96875 -2.34375,0.59375 -1.5625,-1.1875 -3.125,-1.9375 -2.53125,1.9375 -3.71875,0.40625 -5.28125,-0.40625 -1.1875,-1.9375 -0.75,-1.75 z" id="departement95" inkscape:label="Val-d'Oise"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 287.28125,122.8125 -1.84375,1.3125 -2.875,1.3125 -5.25,0.34375 0.15625,0.71875 0.4375,0.0937 0.40625,0.625 -0.40625,0.875 -0.53125,0.0937 0.375,0.90625 2.53125,-0.0312 0.8125,1.25 0.15625,1.75 0.875,-0.125 0.8125,-0.65625 1.21875,0.0625 1.53125,0.875 0.875,0.96875 0.40625,0.1875 0.25,0.46875 0.96875,0.25 0,-2.84375 -1.15625,-6.875 0.25,-1.5625 z" id="departement93" inkscape:label="Seine-Saint-Denis"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 280.28125,129.0625 -2.53125,0.0312 -1.125,0.5 -0.46875,0.625 -1.03125,0.0625 -0.9375,1.0625 0.0312,0.59375 0.21875,0.6875 1.5625,0.4375 1.90625,0.96875 1.21875,0.0625 0.8125,-0.21875 0.84375,-0.59375 0.28125,0.25 1.8125,0.25 0.3125,-0.65625 0,-0.65625 -0.3125,-0.125 -1.25,0.0625 0.0937,0.3125 -0.21875,0.1875 -0.40625,0 0.15625,-0.40625 0.0625,-0.4375 -0.0625,0 -0.15625,-1.75 -0.8125,-1.25 z" id="departement75" inkscape:label="Paris"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 277.3125,125.78125 -3.5,1.875 -0.375,0.0625 -1.71875,3.75 1.09375,2.96875 1.75,1.96875 0,0.21875 2.71875,1.90625 0.65625,-0.34375 -0.5,-0.9375 0.5,-1.46875 -0.3125,-0.53125 0.34375,-1.21875 -0.0625,0 L 276,133.0625 l -1.5625,-0.4375 -0.21875,-0.6875 -0.0312,-0.59375 0.9375,-1.0625 1.03125,-0.0625 0.46875,-0.625 1.125,-0.5 -0.375,-0.90625 0.53125,-0.0937 0.40625,-0.875 -0.40625,-0.625 -0.4375,-0.0937 -0.15625,-0.71875 z" id="departement92" inkscape:label="Hauts-de-Seine"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 282.9375,131.28125 -0.8125,0.65625 -0.8125,0.125 -0.0625,0.4375 -0.15625,0.40625 0.40625,0 0.21875,-0.1875 -0.0937,-0.3125 1.25,-0.0625 0.3125,0.125 0,0.65625 -0.3125,0.65625 -1.8125,-0.25 -0.28125,-0.25 -0.84375,0.59375 -0.8125,0.21875 -1.15625,-0.0625 -0.34375,1.21875 0.3125,0.53125 -0.5,1.46875 0.5,0.9375 0.875,-0.4375 2.09375,1.15625 3.625,0 2.15625,1 -0.0312,-0.21875 1.53125,-3.84375 0,-1.75 -0.96875,-0.25 -0.25,-0.46875 -0.40625,-0.1875 -0.875,-0.96875 -1.53125,-0.875 -1.21875,-0.0625 z" id="departement94" inkscape:label="Val-de-Marne"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 447.40625,199.71875 -0.1875,0.21875 -2.25,0 -1.15625,1.59375 -1.46875,0.84375 0,1.96875 -3.65625,0.4375 -1.96875,-1.40625 -2.65625,0.40625 -2.53125,1.96875 -1.8125,3.09375 -1.8125,0.5625 -0.84375,2.09375 -2.25,0.40625 -3.09375,2.53125 -4.0625,-0.125 -1.25,0.96875 -1.125,0 -3.9375,3.21875 -1.78125,-0.0625 -0.0312,1.1875 0.28125,2.09375 2.53125,1.6875 1.40625,1.84375 -0.4375,1.9375 -1.25,2.96875 -0.84375,1.9375 5.46875,1.84375 3.5,-0.28125 0.28125,2.9375 0,3.9375 4.34375,1.40625 1.96875,0.53125 2.8125,2.6875 -0.28125,2.25 -1.28125,1.8125 -3.5,1.125 0.84375,1.96875 0.40625,1.53125 -1.53125,1.53125 0.15625,1.40625 2.375,0.21875 0.0312,-0.1875 12.09375,-11.34375 -0.375,-9.375 4.28125,-2.125 2.9375,-1.375 2.71875,-2.53125 0.21875,-3.71875 2.71875,-1.375 6.25,-7.21875 -0.96875,-2.34375 2.15625,-0.96875 2.53125,-3.125 -1.375,-1.375 -4.6875,0.96875 -0.1875,-0.78125 4.3125,-4.96875 -12.03125,-5.4375 z" id="departement25"/>
+    <path style="color:#000000;fill:#fff3e3;fill-opacity:1;fill-rule:evenodd;stroke:#5d5d5d;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.51459901;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 451.4375,186.03125 -1.8125,0.9375 -1.53125,1.125 0,2.5 0.84375,2.96875 0,1.9375 -0.46875,3.125 -1.0625,1.09375 12.03125,5.4375 0.75,-0.875 2.59375,-0.40625 -0.96875,-4.15625 -0.59375,-2.15625 -2.75,0.40625 -0.375,-2.34375 0.96875,-1.78125 0.1875,-2.34375 -0.5625,-1.34375 -3.53125,-2.75 -3.125,-0.1875 -0.59375,-1.1875 z" id="departement90" inkscape:label="#path3622"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer3" inkscape:label="Côte" style="display:inline" sodipodi:insensitive="true">
+    <path style="fill:none;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" d="m 568.92104,452.72493 -2.92969,1.95313 0.39062,1.95312 1.5625,1.95313 -1.75781,1.36719 0.78125,1.5625 -1.17187,1.36718 0,1.75782 1.95312,1.75781 0,2.73437 -1.17187,2.53907 -1.36719,0.58593 -1.5625,-2.14843 -2.73438,0.19531 -0.58593,-0.39063 -2.34375,0 -2.14844,1.95313 -0.78125,3.32031 -5.07813,0.97656 -3.90625,3.32032 -0.78125,2.14843 -1.95312,-0.19531 -0.97656,-1.17187 -0.58594,3.32031 -1.36719,0.58594 -0.39062,3.125 0.58593,1.36718 -2.14843,1.5625 -0.58594,1.5625 -1.5625,0 0,2.14844 1.95312,1.36719 3.32032,1.95312 0.19531,1.56251 -1.95313,0.58593 -3.125,0.58594 0,1.36719 1.17188,1.17187 0.19531,3.90625 4.29688,1.36719 1.5625,0.39063 1.36718,2.14843 -0.97656,1.36719 -1.5625,0.58594 -1.17187,2.14844 -1.17188,1.36718 0.58594,3.51563 2.92969,-0.19531 0.78125,0.58593 2.73437,-1.36718 0.78125,0.78125 -1.36719,2.92968 1.36719,1.36719 -2.34375,1.75781 -1.5625,3.51563 4.29688,0.97656 6.05468,0.58594 -2.53906,2.92969 c 0,0 -1.95312,-0.78125 -1.95312,0.19531 0,0.97656 -1.36719,3.32031 -1.36719,3.32031 l 1.95312,2.14844 3.51563,2.14844 6.64062,1.75781 1.95313,0.78125 1.75781,0.78125 -1.17187,2.14844 3.125,-0.19532 0.58593,1.36719 3.125,0 0.78125,-3.71094 -1.95312,-0.39062 2.73437,-2.92969 -0.97656,-0.97656 0.19531,-1.75781 3.51563,-1.95313 0.19531,-2.14844 -2.34375,-0.19531 -1.5625,1.36719 0,-1.95313 3.125,-0.19531 0.97656,-2.34375 0.78125,-6.83594 -0.58593,-2.92968 -0.19532,-8.59375 4.6875,-6.64063 0,-10.9375 -1.95312,-3.71094 -0.58594,-11.71875 -1.36719,-2.14844 -2.53906,-1.95312 -0.39062,-7.22656 1.17187,-3.32032 -1.5625,-5.27343 -0.97656,-4.29688 -0.78125,-1.17187 -1.75781,-0.97657 z" id="path1339"/>
+    <path style="color:#000000;fill:none;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 285.94277,4.389559 -0.15597,-0.311922 0,0 -6.25,2.929687 -9.76562,1.5625 -11.32813,2.148438 -8.59375,6.640625 0,26.367187 -0.58593,7.226563 4.29687,3.90625 0,1.953125 -5.27344,-3.125 -7.61718,9.375008 -8.39844,6.44531 -14.84375,3.71094 -9.76563,3.51562 -8.00781,4.29688 -4.6875,7.03125 -0.97656,5.46876 3.90625,2.92967 5.66406,1.17187 -5.46875,0.97657 -7.42187,4.29689 -8.39844,3.32029 -6.64063,-3.71093 -16.01562,-2.34375 -3.71094,-1.95311 -7.61719,1.95311 -0.19531,-4.6875 -5.07812,-6.05469 1.5625,-3.90625 2.14843,0 -1.95312,-5.27343 -8.39844,-0.39063 -4.49219,3.125 -5.07812,-3.32031 -7.22656,-2.14844 -0.78125,1.95313 4.10156,3.32031 0,4.29687 -1.5625,1.95313 0.97656,0.97656 0.58594,0.39064 -0.39063,3.71092 1.36719,3.125 4.49219,5.07812 0.97656,4.49221 0.97656,1.36717 0,7.03125 2.34375,4.6875 0,5.46875 -2.53906,5.07812 2.73438,7.03125 4.29687,0.97657 0.39063,1.95314 -2.14844,0.97654 -13.28125,0 -3.51563,-2.14843 2.34375,-3.125 -4.6875,-0.19532 -3.125,3.51563 -3.71093,-0.39063 -0.39063,2.14846 -2.34375,0.19529 -0.19531,-2.73437 -1.95313,-0.58592 -1.36718,1.5625 0,-3.90625 -2.34375,1.75779 -3.51563,-0.58593 -1.17187,2.34375 -7.22657,3.90625 0,1.95314 -1.5625,0 0,-3.51564 -4.10156,-1.95311 0.39063,-3.51564 -3.71094,-2.73436 0,-3.32033 -2.73438,-0.58592 0.19532,-3.125 -2.14844,-0.19533 0.19531,-2.14842 -3.90625,0 -0.58593,1.95311 -1.17188,-2.73436 -1.75781,1.36717 -4.49219,0.58594 -0.97656,1.36718 -3.125,-2.34375 -4.10156,2.73438 1.5625,2.14844 -2.73438,3.71093 -3.32031,-1.95312 -5.46875,0.19533 0,3.90625 -1.562503,0 -0.390625,-1.75783 -2.34375,0.39062 -0.390625,-4.49218 -2.148438,2.34375 -2.34375,-0.97657 -4.296875,0.39063 -0.78125,1.95312 -2.539062,0.58596 -0.390625,-2.14846 -4.492188,0.58596 0,1.36717 -3.125,0.19533 -1.367187,-0.97658 -1.5625,0.78125 -0.390625,2.34375 -5.273438,0.19533 -2.734375,3.32029 2.34375,1.75782 -3.125004,2.53906 0.976567,1.75783 -0.78125,4.29686 3.125,0.39064 1.171875,-1.17189 0.585937,0.78125 7.421875,-0.97657 4.882813,-3.51562 -4.296875,4.10158 0.390625,1.95311 3.90625,-1.75782 -0.78125,2.73438 4.296875,0.19533 -0.195313,1.17186 -4.6875,-0.19532 -3.710937,-0.97654 -4.492188,-2.14846 -2.734375,3.125 3.515625,1.17188 -0.195312,5.27344 0.976562,-0.78125 2.148438,-3.32032 4.101562,2.34375 1.953125,0.39063 0.78125,3.125 -1.171875,2.14844 -2.539062,-0.19532 -2.34375,0 -3.90625,0.58596 -6.640625,0.39061 -1.367192,1.75781 1.953129,1.17187 2.148438,-0.19529 1.757812,1.5625 2.539063,-0.19533 4.101562,4.6875 0.976563,5.07812 -1.367188,2.73438 4.101563,0.78125 4.492187,-0.19531 0.976563,-1.75782 -1.757813,-2.34375 1.757813,0.78125 1.757812,-0.19529 3.125,1.75779 1.953125,-0.39062 0,-3.32031 0.78125,3.32031 2.539063,4.10158 5.468753,0.39061 0.19531,-1.17186 1.36719,1.95311 3.32031,0.58593 2.53906,0 2.34375,3.71096 3.125,0.78125 1.17188,-1.75783 -0.58594,2.14844 2.73438,1.17189 3.51562,3.51561 1.17188,2.14843 -0.39063,2.53907 -0.39062,2.53906 2.34375,1.75783 1.17187,-1.36721 -1.17187,-1.5625 0,-3.51562 2.34375,0.58594 0.78125,-2.34375 0.58593,1.36718 2.53906,2.14846 1.17188,-1.95314 -1.17188,-2.73436 2.14844,2.92967 2.73438,-0.39063 -0.58594,-1.36718 2.53906,0.58593 1.95313,2.34375 -0.97657,1.5625 -2.53906,-0.78125 -2.92969,-1.36718 -1.5625,1.95314 2.34375,0.78125 1.75782,2.73436 10.54687,-0.97657 2.73438,0.58596 -1.36719,1.17186 0.19531,1.75781 1.36719,0.97658 -3.71094,3.32029 0.78125,0.78125 0.78125,1.5625 -1.95312,2.73438 2.14843,1.17187 3.71094,0.78125 0.39063,-1.5625 2.14843,2.73438 3.51563,0 2.53906,-2.73438 3.32031,0 -3.51562,1.75782 0.19531,1.95312 0.78125,1.75781 -2.14844,2.14844 -2.34375,0 0.39063,2.92969 4.29687,-0.78125 5.07813,4.6875 -6.05469,7.8125 -0.19531,4.6875 6.05469,5.85937 -0.19532,1.75782 1.75782,0 3.71093,11.13281 3.90625,1.95312 3.90625,3.90625 4.49219,0 1.75781,3.90625 4.29688,0 1.95312,2.92969 4.29688,2.14844 0.19531,-2.73438 2.53906,2.34375 -3.125,2.53907 -0.39062,1.95312 -2.92969,0.39063 -1.5625,-1.75782 -3.90625,-0.39062 -0.39062,-1.95313 -2.34375,-1.5625 -3.32032,1.17188 2.14844,3.125 2.73438,0 2.73437,1.75781 2.14844,1.75781 4.10156,-0.19531 0.78125,1.75781 2.73438,0.58594 0.97656,2.73438 1.75781,0.78125 -0.19531,2.14843 -2.34375,-0.39062 -0.78125,1.17187 1.75781,2.53907 -0.97656,4.29687 -2.34375,-0.19531 0.19531,2.73437 0.58594,0.97657 -2.73438,0 -0.39062,-1.5625 1.75781,-2.34375 -0.58594,-1.36719 -0.97656,-0.78125 -0.39062,-4.6875 -3.32032,-0.39063 -2.73437,-3.32031 -0.39063,6.83594 4.49219,3.32031 0.39063,3.71094 0.78125,4.29687 0.39062,4.29688 2.34375,-0.19531 4.10156,3.32031 2.73438,1.5625 0.19531,1.95312 2.14844,0.39063 6.25,6.25 1.75781,8.00781 1.36719,5.66406 0.39062,5.66407 -0.97656,1.5625 -0.97656,-4.6875 -2.73438,-10.74219 -9.96093,-8.98438 0.19531,-4.10156 -1.95313,-0.19531 -3.125,4.6875 -0.97656,16.40625 -2.53906,16.60156 -1.75781,12.89063 -0.19532,3.32031 1.36719,-4.49219 2.73438,-3.51562 3.90625,3.51562 0.39062,1.17188 1.17188,1.5625 -4.88282,0.19531 -0.78125,-1.17188 -1.95312,0.78125 -0.39063,2.92969 -2.14843,2.92969 0,4.49219 -3.51563,18.75 -4.49219,17.1875 -1.36718,6.64062 -1.17188,4.6875 -3.71094,6.44531 -4.49218,5.46875 -3.51563,1.36719 -2.53906,0.39063 0,0.21795" id="path7299"/>
+    <path style="color:#000000;fill:none;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 312.48898,497.22601 0.25095,0.0157 0,-3.125 -1.5625,-2.14844 -2.73438,-1.17187 -0.58593,-22.65625 0.19531,-6.44532 -2.34375,0.19532 -1.95313,-2.92969 1.5625,-2.53906 3.32032,3.125 2.92968,-2.34375 1.95313,-1.95313 0.39062,-3.125 7.03125,-2.14844 0.78125,-1.75781 5.46875,-0.19531 1.75782,-2.14844 10.54687,-8.39844 6.64063,-4.6875 5.66406,0.39063 0,3.90625 4.49219,-0.19531 8.59375,0.39062 8.20312,0.58594 1.5625,1.5625 -2.92969,0 -1.95312,3.32031 8.39844,1.75781 6.64062,-1.17187 -3.51562,-3.32031 2.34375,-1.95313 3.71093,1.5625 1.75782,3.71094 11.13281,0.19531 2.92969,-1.17187 0.58593,1.75781 -3.125,2.73437 4.29688,0.19532 -0.78125,1.95312 -1.17188,1.36719 9.57032,0 4.6875,1.5625 0.97656,1.36719 3.51562,1.5625 0.97657,3.90625 2.14843,0.39062 1.95313,-1.36719 3.51562,-2.14843 6.05469,0.58593 -0.19531,1.5625 -1.95313,0.97657 4.6875,0.19531 -1.17187,-1.17188 -0.39063,-2.53906 2.53907,-1.75781 2.92968,0.97656 1.17188,0.39063 0.97656,1.17187 1.36719,-0.97656 0.39062,-2.53906 1.5625,-1.36719 4.10157,0 1.17187,-1.75781 2.73438,0.78125 3.125,-1.36719 0,-5.07813 -4.10157,0.19532 3.125,-1.95313 1.5625,-2.14844 0.39063,-3.125 5.66406,-0.78125 3.32031,-3.71093 0.19532,-4.49219 3.90625,0.78125 1.36718,-1.75781 1.95313,0.39062 0.19531,-6.05469 4.49219,-0.39062 3.90625,-3.51563 3.51562,0 0.19532,-2.14843 3.51562,-2.14844 -0.0833,-0.19147" id="path7292"/>
+    <path style="color:#000000;fill:none;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 44.713105,-3.761101 -3.590777,3.86699 -3.038349,0.276213 -2.485922,-2.485922 -3.03835,1.104854 -1.381068,5.248059 -0.552427,8.010194 -6.90534,4.695631 -1.381067,0 -0.552428,4.695631 -3.038349,-1.104855 -7.181553,3.590777 0,4.143204 -12.153398,10.77233 -2.485923,0.276213 -1.104854,3.314563 -2.485922,-2.485922 -6.90534,4.143204 -1.104854,4.419417 4.419417,1.104855 3.590777,-3.866991 6.076699,1.657282 2.485922,8.286408 3.314563,-0.276214 3.86699,-4.971845 -2.762136,-2.209708 3.590777,-3.03835 -1.657281,-2.209709 4.419417,-3.314563 0,1.657282 -0.828641,3.86699 5.524272,-3.590776 1.657281,1.104854 1.104855,-4.419418 6.629126,-3.038349 2.485922,3.038349 5.248058,-2.485922 4.143204,-0.276213 2.485922,3.314563 1.381068,-2.762136 1.657282,1.381068 3.866992,3.038349 1.65728,-1.104854 5.24806,5.524272 1.65728,-0.276214 2.76214,1.657282 1.65728,-0.552428 0,-4.971844 3.03835,-0.552427 -0.55243,-4.695631 1.10485,4.143203 2.48593,-2.485922 -1.65729,-3.038349 2.20971,-2.485923 -1.10485,-4.143203 4.41942,-4.419418 2.2097,1.381068 3.86699,-2.762136 6.62913,0 1.38107,-1.933495 3.03835,0.828641 1.93349,-1.657282 6.90534,3.590777 6.0767,5.800485 2.48592,4.695631 1.38107,-2.209708 -1.93349,-2.485923 1.38107,-2.209708 7.18155,-0.276214 6.62912,4.695631 4.69564,-1.933495 0,-2.485922 -3.03835,-3.866991 3.03835,1.104855 7.73398,-1.933495 4.97184,1.933495 10.2199,-5.248058 -0.82864,-2.209709 3.59078,3.038349 10.49612,1.104855 4.97184,3.86699 1.9335,-3.314563 6.07669,-1.104854 10.77233,0 1.9335,-2.209709 6.0767,3.314563 3.59077,0.276213 6.62913,3.03835 4.1432,-4.695631 10.21991,-2.209709 5.80048,-3.590776 6.62913,1.657281 -0.27621,-7.457767 5.80048,-3.038349 7.18155,0.276213 3.31457,-5.524271 -0.82864,-7.181554" id="path2416"/>
+    <path style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 146.91213,21.650549 -6.90534,3.590776 9.39126,6.629126 3.59078,-2.485922 -0.55243,-3.86699 2.20971,-0.276214 0,-2.762136 -3.03835,-0.82864 -4.69563,0 z" id="path2418"/>
+    <path style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 108.51844,104.23841 6.62913,-0.55243 1.10485,3.31457 -1.93349,2.76213 -1.9335,-1.65728 -1.10485,-1.10485 -1.10485,1.10485 -1.9335,0 0.27621,-3.86699 z" id="path2420"/>
+    <path style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 98.02233,88.21802 -5.24806,4.14321 1.93349,2.48592 2.48593,-1.10485 2.20971,0.55242 -1.38107,-6.0767 z" id="path2422"/>
+    <path style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 112.10922,76.34084 -3.59078,2.20971 1.10486,1.93349 3.59077,-1.93349 -1.10485,-2.20971 z" id="path2424"/>
+    <path style="color:#000000;fill:#f4e2ba;fill-opacity:1;fill-rule:evenodd;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 103.27039,92.91365 0.82864,1.65729 1.93349,-1.10486 -0.55243,-1.65728 -2.2097,1.10485 z" id="path2426"/>
+    <path style="color:#000000;fill:none;stroke:#86d4eb;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 285.57135,4.525306 10.77233,-5.800485 4.41942,-3.03835 5.52427,2.485923 4.14321,-1.381068 4.97184,-3.86699" id="path2414"/>
+    <path style="color:#000000;fill:none;stroke:#86d4eb;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 107.6898,438.45685 -5.52427,1.10486 -9.11505,3.31456 -3.03835,-2.48592 -7.73398,0.82864 -4.69563,-3.86699 -3.31456,0 -1.65728,-2.48592 -1.9335,0 -2.76213,-3.31457 -3.03835,1.38107 -5.80049,0 -3.31456,4.1432 -5.52427,0 -2.20971,-2.76213 -2.20971,0 -4,-1.76214 -5.487535,-3.71772 -6.835423,-0.60197 -7.497814,2.80594 -6.494011,-1.74449 -8.023566,2.67361 -7.462137,-2.41537" id="path2410" sodipodi:nodetypes="ccccccccccccccccccccccc"/>
+    <path style="color:#000000;fill:none;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 312.36407,496.73792 1.65728,2.76214 5.52427,2.76213 -2.2097,4.97185 -2.76214,-0.27622 -3.03835,0.55243 0.55243,9.66747 0,7.73399 -3.65545,5.25793 -11.4956,9.05184 -11.18836,6.79264 -12.66059,5.55487" id="path2408" sodipodi:nodetypes="cccccccccccc"/>
+    <path style="color:#000000;fill:none;stroke:#86d4eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 490.45533,412.76899 6.62913,-0.82864 8.2864,-3.59078 2.48593,-0.55243 5.80048,-3.86699 1.9335,-3.03835 1.10485,-3.86699 1.65728,-2.2097 0,-4.14321 4.41942,-3.31456 2.20971,0.55243 1.65728,-7.45777 5.47792,-5.29259 10.28598,0.0691 17.23247,6.10825 13.45405,7.98398 8.44084,1.72592" id="path2412" sodipodi:nodetypes="ccccccccccccccccc"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer7" inkscape:label="Frontières" style="display:inline" sodipodi:insensitive="true">
+    <path style="color:#000000;fill:none;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 492.53949,412.67523 -1.86987,-4.30072 2.92968,-2.53906 -0.58593,-2.92969 4.29687,-1.36719 1.17188,-4.29687 -0.58594,-2.92969 -0.97656,-1.75781 -0.78125,-2.53906 -2.92969,0.19531 -9.17969,3.32031 -2.92969,0 -5.07812,-4.10156 -5.07813,-1.36719 -2.92968,0 0,-3.51562 -4.10157,-2.53907 0,-3.90625 2.73438,-0.39062 -1.5625,-1.36719 -1.95313,-0.58594 -0.97656,-2.53906 0.78125,-1.75781 3.51563,-3.71094 -0.58594,-2.73437 2.34375,-2.53907 2.14844,0.19532 0,-1.75782 -2.73438,-1.36718 -0.58594,-5.66407 -2.14843,-0.78125 -2.73438,0.39063 -5.07812,-2.53906 -0.78125,-5.85938 -2.92969,-0.97656 -0.97656,-1.95313 -1.36719,-2.92968 5.85937,-2.34375 2.14844,1.36718 2.14844,0 0.19531,-2.34375 2.53906,-1.36718 0.97657,-1.17188 5.07812,-1.95312 0.58594,-3.32032 -0.97656,-1.5625 2.73437,-4.6875 -2.53906,-0.97656 -0.78125,-2.73437 -5.27344,-3.125 c 0,0 0.39063,-7.42187 -0.39062,-7.22656 -0.78125,0.19533 -3.71094,0.39062 -3.71094,0.39062 l -2.92969,-3.32031 0.19531,-6.64063 6.64063,-2.73437 0.78125,-1.95313 -0.39063,-4.29687 -4.29687,-4.49219 -1.36719,0.78125 0,-1.75781 0,-2.92969 -3.71094,-1.75781 -0.19531,-1.5625 2.14844,-2.34375 0,-2.73438 -3.51563,-3.71094 -0.19531,-2.53906 -6.64062,0 -4.49219,0.78125 -4.29688,3.51563 -1.17187,-1.75782 -2.14844,0.19532 -1.95312,4.29687 0.19531,1.75781 2.14844,1.75782 -3.90625,2.53906 -2.53907,2.34375 -6.44531,0 0,-3.71094 2.34375,-1.36719 3.51563,-0.39062 0.19531,-1.95313 -1.17188,-0.78125 2.92969,-3.71093 -0.39062,-1.17188 -3.71094,-1.95312 0.39062,-4.10157 2.92969,-3.51562 -1.95312,-0.78125 0.19531,-1.36719 12.10937,-11.32812 -0.39062,-9.375 4.29687,-2.14844 2.92969,-1.36719 2.73438,-2.53906 0.19531,-3.71094 2.73437,-1.36719 6.25,-7.22654 -0.97656,-2.34375 2.14844,-0.97658 2.53906,-3.125 -1.36719,-1.36717 -4.6875,0.97654 -0.19531,-0.78125 5.07813,-5.85937 4.88281,-0.78125 -0.39063,2.14844 1.36719,1.17189 7.22656,-0.19533 3.71094,-2.92967 0.19531,-4.29689 1.95313,-2.53907 -2.53906,-2.92968 -1.36719,-3.125 1.5625,-2.14844 0,-4.88281 0.97656,-2.34375 0,-3.90625 1.75781,-2.53907 -1.95312,-2.73437 -0.19531,-6.25 5.07812,-9.96092 -0.58594,-5.66408 2.34375,-7.61717 0.58594,-6.64064 5.07813,-3.71094 0,-2.34375 1.95312,-2.53906 1.5625,0 1.75781,-1.75782 -0.39062,-3.32029 1.75781,-4.6875 2.73438,-0.58596 -2.73438,-2.14843 -4.88281,-0.58594 -4.29688,-2.14842 -2.92968,1.75779 -1.5625,-1.75779 -2.14844,0 -4.10156,1.17186 -1.36719,-1.95311 -3.90625,-2.34375 -1.36719,-2.14846 -4.6875,0.39063 -2.73437,2.53908 -6.64063,0.19529 -1.95312,-1.36718 c 0,0 -1.36719,-2.53906 -2.34375,-2.53906 -0.97656,2e-5 -2.92969,-1.17188 -2.92969,-1.17188 l -2.73438,1.17187 -0.19531,2.34375 -3.32031,0.39063 -1.95313,-3.71092 -1.17187,-0.39064 0,-2.73436 -2.73438,-1.17189 -0.19531,-4.6875 -1.95312,-1.95311 -4.10157,-1.95314 -1.95312,0 -0.58594,0.39064 -1.95312,0 -2.73438,-2.34375 -2.92969,0.19529 -2.34375,1.95313 -0.58593,0.97658 -3.32032,0 -1.17187,-1.17189 -3.125,0 -3.51563,-3.90625 -4.49218,0 -2.34375,2.14843 -3.32032,0.19532 -1.17187,1.17189 -1.17188,0 -0.78125,-3.71095 -1.5625,-1.5625 -2.53906,-0.39063 -0.78125,-3.90625 -1.5625,-1.17187 -5.46875,-0.58594 -0.97656,-2.53906 -1.75781,-1.17188 -6.25,-0.78125 -0.39063,-4.49218 0.78125,-0.78125 0,-1.75782 -3.125,-1.95312 0.58594,-2.14844 0.78125,-1.95312 -1.36719,-1.171883 2.14844,-1.953125 0,-3.515625 -0.78125,-0.585938 -2.92969,0 -1.95312,2.929688 -1.75782,1.757812 0,1.757821 0,2.34375 -2.34375,1.5625 -4.29687,1.36718 -2.34375,0.97657 -2.73438,-2.14844 -8.00781,0 -0.19531,-1.95313 3.90625,-2.34375 -0.58594,-3.710938 -3.71094,-0.976563 0.97657,-0.976562 0,-2.734375 2.92968,-2.148438 -0.78125,-1.5625 -6.25,-4.882812 -10.9375,0.585937 -1.17187,1.953125 -1.36719,0 0.19531,-6.835937 -3.125,-3.710938 -2.34375,0.390625 -1.36718,-1.5625 -3.90625,1.757813 -1.36719,-1.367188 -2.73438,-0.390625 -0.78125,-2.539062 -0.19531,-7.8125 -1.75781,-0.78125 -0.19531,-1.171875 -1.17188,0 -0.39062,-2.34375 -2.53907,0.195312 -4.88281,1.5625 -2.34375,2.929688 -2.34375,0 -1.5625,-1.953125 -0.58594,-2.148438 -1.95312,-2.148437 -2.73438,0 -1.17187,-2.148438 0,-3.320312 1.36719,-2.148438 -0.78125,-2.929687 -2.3831,-4.766203" id="path7297"/>
+    <path style="fill:none;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" d="m 107.27118,438.67059 0,1.93048 2.34375,2.14844 3.51562,0.19531 0.19532,2.53907 2.73437,0.19531 0.78125,-1.75781 3.71094,1.5625 2.34375,0.58593 0.58594,2.34375 -1.36719,1.17188 0,3.71094 -2.73438,1.36718 -0.19531,1.75782 1.75781,1.95312 3.125,0.97656 0.58594,-2.92968 1.75781,-1.95313 -0.19531,2.53906 1.36719,1.95313 3.51562,0 1.5625,2.14844 4.6875,0.78125 4.49219,2.73437 7.42188,0 0.39062,4.10156 5.07813,3.90625 1.95312,2.34375 2.14844,-1.17187 1.95312,-0.39063 0.97657,0.97657 1.75781,-0.97657 3.90625,-2.14843 3.32031,1.95312 3.90625,2.92969 0.39063,2.34375 3.125,2.53906 2.53906,0 6.44531,-2.73437 2.73438,3.125 3.71093,0.97656 1.36719,-2.34375 1.75781,0.78125 11.71875,0.78125 0.39063,-9.57031 2.73437,0.39062 5.07813,2.92969 6.05469,1.17187 2.53906,0 3.32031,4.29688 8.39844,-0.39063 3.32031,5.27344 2.92969,-1.17187 8.59375,1.17187 0.97656,5.66406 2.92969,2.73438 5.85937,1.5625 0.19532,3.51562 3.125,2.73438 2.34375,-0.39063 3.32031,-4.10156 4.10156,-0.78125 6.44531,2.14844 5.46875,4.6875 1.5625,-1.95313 1.36719,0 1.36719,0.97657 1.17187,-0.58594 0.19532,-2.73438 5.85937,-1.36718 1.95313,-2.53907 2.92968,-0.97656 4.10157,0 2.53906,2.73438 2.87404,0.17962" id="path1335"/>
+    <path style="color:#000000;fill:none;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 408.4864,90.70395 1.10485,-7.18156 0,-4.41942 -6.35291,-4.97184 2.48592,-6.35291 4.69564,-10.219905 3.86699,-3.86699 4.41941,1.381068 1.38107,-6.076699 7.45777,-3.86699 -3.03835,-3.590777 2.20971,-3.314563 -8.0102,-5.248058 1.9335,-4.695631 -4.41942,-4.143204 -3.31456,-1.657282" id="path3301"/>
+    <path style="color:#000000;fill:none;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 425.61164,92.63744 3.03835,-2.48592 0,-4.97185 3.31457,-4.69563 -0.27622,-6.90534 -7.45777,-3.31456 -5.80048,-7.45777 -0.27621,-8.562618" id="path3303"/>
+    <path style="color:#000000;fill:none;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 478.36844,196.76996 4.97184,-0.27621 1.9335,3.31456 5.24806,-2.76213 5.24805,1.93349 4.41942,-1.65728 4.41942,-4.41942" id="path3305" sodipodi:nodetypes="ccccccc"/>
+    <path style="color:#000000;fill:none;stroke:#727271;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 463.4529,290.40637 4.97185,4.41942 4.41942,-0.27622 4.1432,-2.76213 3.31456,0.82864 2.76214,-3.59078 2.48592,-1.65728 6.62913,0.55243 0.82864,2.76213 3.86699,-0.27621 1.65728,-4.41942 4.69563,-0.27621 1.10485,-5.80049" id="path3307" sodipodi:nodetypes="ccccccccccccc"/>
+    <path style="color:#000000;fill:none;stroke:#727271;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" d="m 240.54854,484.86074 0,3.59077 -0.27621,6.62913 2.48592,2.76213 6.35291,-2.48592 4.1432,-3.86699 0,-0.27621" id="path4217"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer4" inkscape:label="Préfecture" style="display:inline" sodipodi:insensitive="true">
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path1344" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(9.15541,-3.15287)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2220" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(35.7179,-49.6372)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2222" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-54.8504,-102.053)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2224" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-98.7958,-122.09)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2231" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-107.759,-65.7254)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2233" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-131.237,-76.2215)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2235" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-106.102,-149.971)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2237" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-157.201,-111.577)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2239" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-175.155,-104.672)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2241" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-194.49,-91.6895)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2243" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-210.787,-143.894)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2245" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-166.592,-156.047)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2247" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-153.058,-168.477)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2249" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-121.57,-183.945)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2251" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-115.217,-204.385)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2253" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-158.859,-215.709)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2255" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-175.708,-194.993)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2257" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-195.871,-173.173)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2259" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-254.152,-166.82)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2261" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-248.904,-133.398)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2263" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-266.582,-108.815)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2265" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-235.094,-39.2089)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2267" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-257.743,-69.5924)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2269" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-287.85,-54.9531)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2271" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-295.032,-90.8608)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2273" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-298.07,-114.615)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2275" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-330.111,-94.7278)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2277" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-327.625,-125.664)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2279" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-374.858,-109.367)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2281" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-352.208,-71.5259)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2283" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-369.886,-75.1167)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2285" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-375.686,-162.953)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2287" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-294.203,-140.579)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2289" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-322.93,-179.249)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2291" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-280.945,-185.326)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2293" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-345.027,-208.252)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2295" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-300.832,-217.919)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2297" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-395.85,-238.083)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2299" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-367.952,-247.474)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2301" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-335.911,-261.285)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2303" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-275.421,-237.254)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2305" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-283.431,-273.438)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2307" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-255.533,-288.63)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2309" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-321.824,-307.136)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2311" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-296.413,-317.632)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2313" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-274.04,-335.586)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2315" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-339.226,-341.939)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2317" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-369.057,-312.937)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2319" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-408.279,-299.954)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2321" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-405.241,-268.466)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2323" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-453.578,-327.852)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2325" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-503.573,-350.225)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2327" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-450.264,-375.637)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2329" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-411.042,-351.33)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2331" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-376.239,-347.739)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2333" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-342.817,-366.246)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2335" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-385.354,-406.573)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2337" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-358.837,-410.164)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2339" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-302.213,-399.668)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2341" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-289.231,-365.693)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2343" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-210.51,-328.957)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2345" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-304.423,-422.87)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2347" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-266.858,-423.422)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2349" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-266.582,-400.772)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2351" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-265.753,-386.409)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2353" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-254.428,-377.018)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2355" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-246.142,-370.665)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2357" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-259.4,-448.834)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2359" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-242.551,-471.207)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2361" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-230.95,-490.542)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2363" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-210.787,-430.051)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2365" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-169.631,-442.481)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2367" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-181.508,-395.525)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2369" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-192.004,-358.236)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2371" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-152.506,-386.686)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2373" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-114.664,-407.954)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2375" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-113.007,-383.647)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2377" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-101.959,-354.645)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2379" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-55.6212,-380.609)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2381" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-66.327,-350.778)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2383" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-83.7284,-325.366)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2385" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-111.626,-322.328)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2387" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-151.401,-349.121)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2389" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-153.611,-303.822)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2391" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-114.664,-300.507)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2393" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-130.685,-267.361)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2395" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-226.255,-283.658)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2397" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-218.521,-259.627)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2399" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-228.188,-214.052)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2401" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-159.411,-245.817)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2403" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-143.667,-240.016)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" id="path2405" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-107.483,-225.101)"/>
+    <path sodipodi:type="star" style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible" id="path17914" sodipodi:sides="5" sodipodi:cx="279.53775" sodipodi:cy="131.12292" sodipodi:r1="4.1226993" sodipodi:r2="1.4242409" sodipodi:arg1="0.93901779" sodipodi:arg2="1.5258971" inkscape:flatsided="false" inkscape:rounded="0" inkscape:randomized="0" d="m 281.97254,134.44985 -2.37086,-1.90412 -2.47564,1.92089 1.0783,-2.84323 -2.59189,-1.76088 3.03728,0.14692 0.87376,-3.00918 0.79885,2.93403 3.1319,-0.0989 -2.54357,1.66642 1.06187,2.94805 z" transform="translate(0.462561,0.759965)"/>
+    <path sodipodi:type="arc" style="color:#000000;fill:none;stroke:#000000;stroke-width:0.433833;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible" id="path17916" sodipodi:cx="275.44052" sodipodi:cy="126.13353" sodipodi:rx="3.8329053" sodipodi:ry="3.8329053" d="m 279.27343,126.13353 a 3.8329053,3.8329053 0 1 1 -7.66581,0 3.8329053,3.8329053 0 1 1 7.66581,0 z" transform="matrix(1.15252,0,0,1.15252,-37.3837,-13.5213)"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer12" inkscape:label="Pays (légende)" sodipodi:insensitive="true"/>
+  <g inkscape:groupmode="layer" id="layer13" inkscape:label="Mer (légende)" style="display:inline" sodipodi:insensitive="true">
+    <text xml:space="preserve" style="font-size:12px;font-style:oblique;font-variant:normal;font-weight:bold;font-stretch:normal;text-indent:0pt;text-align:center;text-decoration:none;line-height:120.00000477%;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;text-anchor:middle;color:#000000;fill:#78d2f1;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;marker:none;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" x="302.21301" y="595.33002" id="text10846" sodipodi:linespacing="120%" transform="matrix(0.964748,-0.263177,0.263177,0.964748,0,0)"><tspan sodipodi:role="line" id="tspan10848" x="302.21301" y="595.33002">Mer Méditérranée</tspan></text>
+    <text xml:space="preserve" style="font-size:12px;font-style:oblique;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:120.00000477%;text-anchor:middle;fill:#78d2f1;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" x="86.904297" y="388.71399" id="text10850" sodipodi:linespacing="120%"><tspan sodipodi:role="line" id="tspan10852" x="86.904297" y="388.71399">Golfe de</tspan><tspan sodipodi:role="line" x="86.904297" y="403.11398" id="tspan10854">Gascogne</tspan></text>
+    <text xml:space="preserve" style="font-size:12px;font-style:oblique;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:120.00000477%;text-anchor:middle;fill:#78d2f1;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" x="44.841301" y="290.896" id="text10856" sodipodi:linespacing="120%"><tspan sodipodi:role="line" x="44.841301" y="290.896" id="tspan10860">Océan</tspan><tspan sodipodi:role="line" x="44.841301" y="305.29599" id="tspan10864">Atlantique</tspan><tspan sodipodi:role="line" x="44.841301" y="319.69598" id="tspan10866">Nord</tspan></text>
+    <text xml:space="preserve" style="font-size:12px;font-style:oblique;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;line-height:120.00000477%;text-anchor:middle;fill:#78d2f1;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans" x="125.286" y="80.703499" id="text10868" sodipodi:linespacing="120%" transform="matrix(0.987841,-0.15547,0.15547,0.987841,0,0)"><tspan sodipodi:role="line" x="125.286" y="80.703499" id="tspan10874">Manche</tspan></text>
+  </g>
+  <g inkscape:groupmode="layer" id="layer11" inkscape:label="Département (légende)" style="display:inline" sodipodi:insensitive="true">
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="548.94098" y="522.922" id="text23303" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23305" x="548.94098" y="522.922" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">2a</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="557.02698" y="482.96399" id="text23310" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23312" x="557.02698" y="482.96399" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">2b</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="341.427" y="175.58" id="text23314" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23316" x="341.427" y="175.58" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">10</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="269.50601" y="464.66" id="text23318" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23320" x="269.50601" y="464.66" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">11</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="284.12299" y="382.53699" id="text23322" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23324" x="284.12299" y="382.53699" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">12</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="377.66901" y="429.07501" id="text23326" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23328" x="377.66901" y="429.07501" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">13</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="159.953" y="113.166" id="text23330" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23332" x="159.953" y="113.166" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">14</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="280.96701" y="349.63699" id="text23334" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23336" x="280.96701" y="349.63699" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">15</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="178.50999" y="325.21301" id="text23338" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23340" x="178.50999" y="325.21301" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">16</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="143.384" y="292.164" id="text23342" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23344" x="143.384" y="292.164" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">17</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="282.306" y="243.149" id="text23346" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23348" x="282.306" y="243.149" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">18</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="255.70399" y="333.50601" id="text23350" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23352" x="255.70399" y="333.50601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">19</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="379.01999" y="228.75301" id="text23358" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23360" x="379.01999" y="228.75301" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">21</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="86.6222" y="156.036" id="text23362" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23364" x="86.6222" y="156.036" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">22</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="263.17099" y="279.65601" id="text23366" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23368" x="263.17099" y="279.65601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">23</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="214.575" y="354.24799" id="text23370" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23372" x="214.575" y="354.24799" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">24</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="428.78601" y="218.66299" id="text23374" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23376" x="428.78601" y="218.66299" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">25</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="381.55899" y="363.728" id="text23378" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23380" x="381.55899" y="363.728" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">26</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="216.07401" y="125.295" id="text23382" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23384" x="216.07401" y="125.295" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">27</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="231.658" y="168.06" id="text23386" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23388" x="231.658" y="168.06" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">28</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="30.457701" y="165.772" id="text23390" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23392" x="30.457701" y="165.772" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">29</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="350.10199" y="411.25201" id="text23394" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23396" x="350.10199" y="411.25201" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">30</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="232.894" y="443.33301" id="text23398" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23400" x="232.894" y="443.33301" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">31</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="196.892" y="438.60501" id="text23402" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23404" x="196.892" y="438.60501" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">32</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="143.743" y="357.02499" id="text23406" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23408" x="143.743" y="357.02499" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">33</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="323.95401" y="425.67001" id="text23410" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23412" x="323.95401" y="425.67001" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">34</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="126.585" y="165.76401" id="text23414" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23416" x="126.585" y="165.76401" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">35</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="235.694" y="247.29401" id="text23418" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23420" x="235.694" y="247.29401" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">36</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="213.144" y="224.698" id="text23422" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23424" x="213.144" y="224.698" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">37</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="413.79401" y="348.52701" id="text23426" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23428" x="413.79401" y="348.52701" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">38</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="406.92099" y="263.185" id="text23430" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23432" x="406.92099" y="263.185" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">39</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="144.629" y="408.16599" id="text23434" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23436" x="144.629" y="408.16599" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;font-family:Serif">40</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="228.272" y="199.15199" id="text23438" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23440" x="228.272" y="199.15199" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">41</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="341.953" y="307.87399" id="text23442" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23444" x="341.953" y="307.87399" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">42</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="324.85501" y="343.354" id="text23446" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23448" x="324.85501" y="343.354" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">43</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="119.057" y="215.655" id="text23450" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23452" x="119.057" y="215.655" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">44</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="265.802" y="183.429" id="text23454" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23456" x="265.802" y="183.429" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">45</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="242.91499" y="374.47601" id="text23458" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23460" x="242.91499" y="374.47601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">46</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="203.073" y="388.76999" id="text23462" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23464" x="203.073" y="388.76999" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">47</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="324.23099" y="389.87701" id="text23466" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23468" x="324.23099" y="389.87701" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">48</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="165.03" y="219.75" id="text23470" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23472" x="165.03" y="219.75" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">49</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="134.12399" y="113.172" id="text23474" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23476" x="134.12399" y="113.172" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">50</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="341.14301" y="120.965" id="text23478" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23480" x="341.14301" y="120.965" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">51</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="383.55899" y="181.948" id="text23482" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23484" x="383.55899" y="181.948" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">52</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="157.776" y="167.38699" id="text23486" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23488" x="157.776" y="167.38699" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">53</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="420.414" y="150.2" id="text23490" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23492" x="420.414" y="150.2" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">54</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="386.10901" y="131.08099" id="text23494" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23496" x="386.10901" y="131.08099" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">55</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="80.840797" y="187.924" id="text23498" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23500" x="80.840797" y="187.924" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">56</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="433.992" y="127.828" id="text23502" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23504" x="433.992" y="127.828" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">57</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="313.47699" y="234.81799" id="text23506" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23508" x="313.47699" y="234.81799" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">58</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="309.578" y="51.367298" id="text23510" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23512" x="309.578" y="51.367298" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">59</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="273.19901" y="104.4" id="text23514" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23516" x="273.19901" y="104.4" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">60</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="205.153" y="150.51199" id="text23518" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23520" x="205.153" y="150.51199" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">61</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="276.48199" y="48.594799" id="text23522" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23524" x="276.48199" y="48.594799" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">62</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="308.405" y="303.16299" id="text23526" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23528" x="308.405" y="303.16299" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">63</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="145.368" y="454.811" id="text23530" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23532" x="145.368" y="454.811" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">64</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="181.70399" y="463.116" id="text23534" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23536" x="181.70399" y="463.116" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">65</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="284.44699" y="489.75699" id="text23538" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23540" x="284.44699" y="489.75699" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">66</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="471.13199" y="133.422" id="text23542" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23544" x="471.13199" y="133.422" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">67</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="458.48599" y="183.41901" id="text23546" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23548" x="458.48599" y="183.41901" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">68</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="361.61499" y="303.90601" id="text23550" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23552" x="361.61499" y="303.90601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">69</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="393.19501" y="291.41199" id="text23558" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23560" x="393.19501" y="291.41199" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">01</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="325.517" y="80.908401" id="text23562" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23564" x="325.517" y="80.908401" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">02</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="299.74799" y="273.853" id="text23566" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23568" x="299.74799" y="273.853" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">03</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="438.45801" y="392.07001" id="text23570" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23572" x="438.45801" y="392.07001" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">04</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="435.625" y="369.04001" id="text23574" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23576" x="435.625" y="369.04001" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">05</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="473.54901" y="410.82401" id="text23578" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23580" x="473.54901" y="410.82401" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">06</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="354.608" y="376.77899" id="text23582" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23584" x="354.608" y="376.77899" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">07</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="352.94" y="91.124397" id="text23586" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23588" x="352.94" y="91.124397" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">08</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="229.659" y="475.133" id="text23590" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23592" x="229.659" y="475.133" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">09</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="419.19299" y="194.116" id="text23594" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23596" x="419.19299" y="194.116" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">70</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="361.616" y="263.50601" id="text23598" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23600" x="361.616" y="263.50601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">71</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="198.96201" y="174.57201" id="text23602" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23604" x="198.96201" y="174.57201" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">72</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="427.83301" y="317.99799" id="text23606" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23608" x="427.83301" y="317.99799" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">73</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="429.935" y="291.53601" id="text23610" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23612" x="429.935" y="291.53601" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">74</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="234.463" y="83.187202" id="text23618" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23620" x="234.463" y="83.187202" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">76</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="292.78101" y="154.63499" id="text23622" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23624" x="292.78101" y="154.63499" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">77</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="251.91701" y="141.871" id="text23626" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23628" x="251.91701" y="141.871" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">78</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="169.25999" y="269.694" id="text23630" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23632" x="169.25999" y="269.694" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">79</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="260.642" y="70.5261" id="text23634" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23636" x="260.642" y="70.5261" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">80</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="264.76599" y="432.285" id="text23638" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23640" x="264.76599" y="432.285" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">81</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="223.996" y="401.961" id="text23642" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23644" x="223.996" y="401.961" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">82</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="428.36899" y="450.909" id="text23646" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23648" x="428.36899" y="450.909" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">83</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="385.51199" y="408.30801" id="text23650" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23652" x="385.51199" y="408.30801" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">84</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="132.80701" y="249.27299" id="text23654" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23656" x="132.80701" y="249.27299" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">85</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="203.298" y="269.70401" id="text23658" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23660" x="203.298" y="269.70401" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">86</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="233.77699" y="314.548" id="text23662" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23664" x="233.77699" y="314.548" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">87</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="435.659" y="160.942" id="text23666" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23668" x="435.659" y="160.942" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">88</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="328.30801" y="199.134" id="text23670" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23672" x="328.30801" y="199.134" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">89</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="453.90601" y="202.537" id="text23674" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23676" x="453.90601" y="202.537" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">90</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="268.57501" y="155.17101" id="text23678" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23680" x="268.57501" y="155.17101" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">91</tspan></text>
+    <text xml:space="preserve" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;display:inline;font-family:Serif" x="254.021" y="119.116" id="text23694" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23696" x="254.021" y="119.116" style="font-size:9px;font-style:italic;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:start;line-height:100%;text-anchor:start;font-family:Serif">95</tspan></text>
+  </g>
+  <g inkscape:groupmode="layer" id="layer2" inkscape:label="Zones" style="display:inline;opacity:0.15">
+    <path id="path4099" style="fill:#00ff00;stroke:none" d="m 585.48442,156.66861 c 219.52198,-24.07118 219.52198,-203.161186 0,-179.090005 -219.52198,24.0711811 -416.06497,20.3899321 -601.747876,0 -185.682904,-20.389932 -185.682904,158.700075 0,179.090005 185.682906,20.38993 382.225896,24.07118 601.747876,0 z" sodipodi:nodetypes="ccccc"/>
+    <path id="path4105" style="fill:#ff0000;stroke:none;display:inline" d="m 585.48442,156.66861 c 219.52198,-24.07118 219.52198,129.41882 0,153.49 -219.52198,24.07118 -416.06497,20.38993 -601.747876,0 -185.682904,-20.38993 -185.682904,-173.87993 0,-153.49 185.682906,20.38993 382.225896,24.07118 601.747876,0 z" sodipodi:nodetypes="ccccc"/>
+    <path id="path4115" style="fill:#ffff00;stroke:none;display:inline" d="m -16.263456,463.09861 c -185.682904,-20.38993 -185.682904,-173.32993 0,-152.94 185.682906,20.38993 382.225896,24.07118 601.747876,0 219.52198,-24.07118 219.52198,128.86882 0,152.94 -219.52198,24.07118 -416.06497,20.38993 -601.747876,0 z" sodipodi:nodetypes="ccccc"/>
+    <path id="path4124" style="fill:#0000ff;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 8;stroke-dashoffset:0;display:inline" d="m -16.263456,565.62909 c -185.682904,-20.38993 -185.682904,-122.92041 0,-102.53048 185.682906,20.38993 382.225896,24.07118 601.747876,0 219.52198,-24.07118 219.52198,78.4593 0,102.53048 -219.52198,24.07118 -416.06497,20.38993 -601.747876,0 z" sodipodi:nodetypes="ccccc"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer5" inkscape:label="Latitude" style="display:inline">
+    <path sodipodi:nodetypes="cc" id="path3283" d="m -16.263456,-22.421395 c 185.682906,20.3899321 382.225896,24.0711811 601.747876,0" style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 8;stroke-dashoffset:0"/>
+    <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 8;stroke-dashoffset:0" d="m -16.263456,156.66861 c 185.682906,20.38993 382.225896,24.07118 601.747876,0" id="path3293" sodipodi:nodetypes="cc"/>
+    <path sodipodi:nodetypes="cc" id="path3304" d="m -16.263456,310.15861 c 185.682906,20.38993 382.225896,24.07118 601.747876,0" style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 8;stroke-dashoffset:0"/>
+    <path style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 8;stroke-dashoffset:0" d="m -16.263456,463.09861 c 185.682906,20.38993 382.225896,24.07118 601.747876,0" id="path3315" sodipodi:nodetypes="cc"/>
+    <path sodipodi:nodetypes="cc" id="path4120" d="m -16.263456,565.62909 c 185.682906,20.38993 382.225896,24.07118 601.747876,0" style="fill:none;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 8;stroke-dashoffset:0"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer1" inkscape:label="Lambert" style="display:inline">
+    <text xml:space="preserve" style="font-size:20.1875px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:#00ff00;fill-opacity:1;stroke:#000000;stroke-width:0.25;display:inline;font-family:DejaVu Sans" x="528.495" y="69.273064" id="text3250"><tspan sodipodi:role="line" x="528.495" y="69.273064" id="tspan3254">Lambert I</tspan><tspan sodipodi:role="line" x="528.495" y="94.507439" id="tspan4131">Nord</tspan></text>
+    <text xml:space="preserve" style="font-size:20.1875px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.25;display:inline;font-family:DejaVu Sans" x="524.72955" y="235.39679" id="text3290"><tspan sodipodi:role="line" x="524.72955" y="235.39679" id="tspan3294">Lambert II</tspan><tspan sodipodi:role="line" x="524.72955" y="260.63116" id="tspan4135">Centre</tspan></text>
+    <text id="text3302" y="388.60767" x="520.96411" style="font-size:20.1875px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.25;display:inline;font-family:DejaVu Sans" xml:space="preserve"><tspan y="388.60767" x="520.96411" id="tspan3304" sodipodi:role="line">Lambert III</tspan><tspan id="tspan3306" y="413.84204" x="520.96411" sodipodi:role="line">Sud</tspan></text>
+    <text xml:space="preserve" style="font-size:20.1875px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;text-align:center;text-anchor:middle;fill:#0000ff;fill-opacity:1;stroke:#000000;stroke-width:0.25;display:inline;font-family:DejaVu Sans" x="457.995" y="515.80688" id="text3320"><tspan sodipodi:role="line" x="457.995" y="515.80688" id="tspan3324">Lambert IV</tspan><tspan sodipodi:role="line" x="457.995" y="541.04126" id="tspan4139">Corse</tspan></text>
+    <text xml:space="preserve" style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Sans" id="text4143" y="153.82845" x="531"><tspan sodipodi:role="line" id="tspan4145" x="531" y="153.82845">48.15°</tspan></text>
+    <text id="text4147" style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Sans" xml:space="preserve" y="308.19238" x="531"><tspan y="308.19238" x="531" id="tspan4149" sodipodi:role="line">44.45°</tspan></text>
+    <text xml:space="preserve" style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:DejaVu Sans" id="text4151" y="459.65686" x="531"><tspan sodipodi:role="line" id="tspan4153" x="531" y="459.65686">42.76°</tspan></text>
+  </g>
+<script xmlns="">(function (AESD) {
+  var core = {
+    "log": false,
+    "whitelist": function (status) {
+      window.postMessage({
+        "app": "audio-equalizer",
+        "action": "page-whitelist",
+        "value": {
+          "status": status,
+          "action": "page-whitelist"
+        }
+      }, '*');
+    },
+    "hostname": function (url) {
+      if ("blob:" === url.substring(0, 5)) {
+        url = url.replace("blob:", '');
+        url = unescape(url);
+      }
+      /*  */
+      var match = url.match(/:\/\/(www[0-9]?\.)?(.[^/:]+)/i);
+      var flag = (match !== null) &amp;&amp; (match.length &gt; 2) &amp;&amp; (typeof match[2] === "string") &amp;&amp; (match[2].length &gt; 0);
+      return flag ? match[2] : null;
+    },
+    "equalizer": {
+      "targets": [],
+      "filters": [],
+      "storage": {},
+      "audioContext": null,
+      "gain": function () {
+        var filter = core.equalizer.audioContext.createGain();
+        filter.channelCountMode = "explicit";
+        filter.gain.value = 1;
+        return filter;
+      },
+      "biquad": function (e) {
+        var filter = core.equalizer.audioContext.createBiquadFilter();
+        filter.type = e.type || core.equalizer.storage.FT.LOWPASS;
+        filter.frequency.value = e.f || 0;
+        filter.gain.value = e.gain || 0;
+        filter.Q.value = 1;
+        return filter;
+      },
+      "set": function (o) {
+        if (o) {
+          if (o.eq &amp;&amp; o.config) {
+            if (core.equalizer.filters.length &gt; 0) {
+              if (core.equalizer.filters[0]) {
+                core.equalizer.filters[0].channelCount = o.config.mono ? 1 : (core.equalizer.filters[0]._defaultChannelCount ? core.equalizer.filters[0]._defaultChannelCount : 2);
+                core.equalizer.filters.forEach(function (f, i) {f.gain.value = o.eq[i].gain});
+              }
+            }
+          }
+        }
+      },
+      "load": function () {
+        if (core.log) console.error(" &gt;&gt; Searching for video/audio elements...");
+        core.equalizer.filters = [];
+        delete core.equalizer.audioContext;
+        /*  */
+        core.equalizer.audioContext = new AudioContext();
+        for (var i = 0; i &lt; core.equalizer.storage.eq.length; i++) {
+          var node = core.equalizer.storage.eq[i];
+          var filter = node.f ? core.equalizer.biquad(node) : core.equalizer.gain();
+          if (filter) core.equalizer.filters.push(filter);
+        }
+        /*  */
+        if (core.log) console.error(" &gt;&gt; Equalizer is loaded!");
+        core.equalizer.attach(2);
+      },
+      "attach": function (w) {		
+        if (!core.equalizer.audioContext) core.equalizer.load();
+        else {
+          core.equalizer.targets.forEach(function (t, k) {
+            if (t.getAttribute("equalizer-state") !== "attached") {
+              var src = (t.src ? t.src : t.currentSrc);
+              var crossorigin = t.getAttribute("crossorigin");
+              if (src) {
+                t.setAttribute("equalizer-state", "attached");
+                if (core.log) console.error(" &gt;&gt; Equalizer is attached, loc", w, t.className);
+                if (!crossorigin &amp;&amp; document.location.hostname !== core.hostname(src) &amp;&amp; src.substring(0, 5) !== "blob:") {
+                  t.setAttribute('crossorigin', (crossorigin ? crossorigin : "anonymous"));
+                  if (t.src) t.src = t.src + '';
+                  else if (t.currentSrc) t.load();
+                }
+                /*  */
+                var source = core.equalizer.audioContext.createMediaElementSource(t);
+                core.equalizer.filters[0]._defaultChannelCount = (source.channelCount) ? source.channelCount : 2;
+                source.connect(core.equalizer.filters[0]);
+                /*  */
+                for (var i = 0; i &lt; core.equalizer.filters.length; i++) {
+                  var next = core.equalizer.filters[i + 1];
+                  var current = core.equalizer.filters[i];
+                  if (next) current.connect(next);
+                }
+                /*  */
+                var last = core.equalizer.filters.length - 1;
+                core.equalizer.filters[last].connect(core.equalizer.audioContext.destination);
+              }
+            }
+          });
+        }
+      }
+    }
+  };
+  /*  */
+  core.equalizer.storage = AESD;
+  /*  */
+  window.addEventListener("message", function (e) {
+    if (e.data.app === "audio-equalizer") {
+      if (e.data.action === "app-set") core.equalizer.set(e.data.value);
+      if (e.data.action === "page-whitelist-enable") core.whitelist(e.data.value);
+      if (e.data.action === "page-whitelist-disable") core.whitelist(e.data.value);
+    }
+  }, false);
+  /*  */
+  window.addEventListener("play", function (e) {
+    core.equalizer.targets.push(e.target);
+    core.equalizer.attach(0);
+  }, true);
+  /*  */
+  if (Audio) {
+    if (Audio.prototype) {
+      if (Audio.prototype.play) {
+        const PROTO = Audio.prototype.play;
+        Audio.prototype.play = function () {
+          core.equalizer.targets.push(this);
+          core.equalizer.attach(1);
+          /*  */
+          return PROTO.apply(this, arguments);
+        };
+      }
+    }
+  }
+})({"config":{"snap":false,"mono":false},"eq":[{"label":"master","gain":"1.04"},{"label":"64","f":64,"gain":0,"type":"peaking"},{"label":"32","f":32,"gain":0,"type":"lowshelf"},{"label":"125","f":125,"gain":0,"type":"peaking"},{"label":"250","f":250,"gain":0,"type":"peaking"},{"label":"500","f":500,"gain":0,"type":"peaking"},{"label":"1k","f":1000,"gain":0,"type":"peaking"},{"label":"2k","f":2000,"gain":0,"type":"peaking"},{"label":"4k","f":4000,"gain":0,"type":"peaking"},{"label":"8k","f":8000,"gain":0,"type":"peaking"},{"label":"16k","f":16000,"gain":0,"type":"highshelf"}],"presets":[{"name":"Club","default":true,"gains":[0,0,4.8,3.36,3.36,3.36,1.92,0,0,0]},{"name":"Live","default":true,"gains":[-2.88,0,2.4,3.36,3.36,3.36,2.4,1.44,1.44,1.44]},{"name":"Party","default":true,"gains":[4.32,4.32,0,0,0,0,0,0,4.32,4.32]},{"name":"Pop","default":true,"gains":[0.96,2.88,4.32,4.8,3.36,0,-1.44,-1.44,0.96,0.96]},{"name":"Soft","default":true,"gains":[2.88,0.96,0,-1.44,0,2.4,4.8,5.76,6.72,7.2]},{"name":"Ska","default":true,"gains":[-1.44,-2.88,-2.4,0,2.4,3.36,5.28,5.76,6.72,5.76]},{"name":"Reggae","default":true,"gains":[0,0,0,-3.36,0,3.84,3.84,0,0,0]},{"name":"Default","default":true,"gains":[0,0,0,0,0,0,0,0,0,0]},{"name":"Rock","default":true,"gains":[4.8,2.88,-3.36,-4.8,-1.92,2.4,5.28,6.72,6.72,6.72]},{"name":"Dance","default":true,"gains":[5.76,4.32,1.44,0,0,-3.36,-4.32,-4.32,0,0]},{"name":"Techno","default":true,"gains":[4.8,3.36,0,-3.36,-2.88,0,4.8,5.76,5.76,5.28]},{"name":"Headphones","default":true,"gains":[2.88,6.72,3.36,-1.92,-1.44,0.96,2.88,5.76,7.68,8.64]},{"name":"Soft rock","default":true,"gains":[2.4,2.4,1.44,0,-2.4,-3.36,-1.92,0,1.44,5.28]},{"name":"Classical","default":true,"gains":[0,0,0,0,0,0,-4.32,-4.32,-4.32,-5.76]},{"name":"Large Hall","default":true,"gains":[6.24,6.24,3.36,3.36,0,-2.88,-2.88,-2.88,0,0]},{"name":"Full Bass","default":true,"gains":[4.8,5.76,5.76,3.36,0.96,-2.4,-4.8,-6.24,-6.72,-6.72]},{"name":"Full Treble","default":true,"gains":[-5.76,-5.76,-5.76,-2.4,1.44,6.72,9.6,9.6,9.6,10.08]},{"name":"Laptop Speakers","default":true,"gains":[2.88,6.72,3.36,-1.92,-1.44,0.96,2.88,5.76,7.68,8.64]},{"name":"Full Bass &amp; Treble","default":true,"gains":[4.32,3.36,0,-4.32,-2.88,0.96,4.8,6.72,7.2,7.2]},{"name":"twitch background noise","gains":["-12","-12","-12","0.22","0","-3.78","0.89","3.56","2.22","2"]}],"selected":{"name":"Default","default":true,"gains":[0,0,0,0,0,0,0,0,0,0]},"whitelist":[]})</script></svg>
Index: /trunk/resources/images/data/projection/LambertCC9Zones.svg
===================================================================
--- /trunk/resources/images/data/projection/LambertCC9Zones.svg	(revision 16006)
+++ /trunk/resources/images/data/projection/LambertCC9Zones.svg	(revision 16006)
@@ -0,0 +1,498 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="587.5" height="550" id="svg2" sodipodi:version="0.32" inkscape:version="0.46+devel" sodipodi:docname="France_9_Zones_de_Lambert_CC.svg" version="1.0" inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:export-filename="/home/kevredon/France_9_Zones_de_Lambert_CC.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90">
+  <defs id="defs4">
+    <inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 275 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="587.5 : 275 : 1" inkscape:persp3d-origin="293.75 : 183.33333 : 1" id="perspective6024"/>
+    <inkscape:perspective id="perspective3317" inkscape:persp3d-origin="0.5 : 0.33333333 : 1" inkscape:vp_z="1 : 0.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 0.5 : 1" sodipodi:type="inkscape:persp3d"/>
+  </defs>
+  <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="5.6568542" inkscape:cx="537.32255" inkscape:cy="59.899543" inkscape:document-units="px" inkscape:current-layer="layer1" inkscape:window-width="1440" inkscape:window-height="826" inkscape:window-x="0" inkscape:window-y="25" showguides="true" inkscape:guide-bbox="true" borderlayer="top" showgrid="false" inkscape:window-maximized="1"/>
+  <metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
+        <dc:title/>
+      </cc:Work>
+      <cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g inkscape:groupmode="layer" id="layer9" inkscape:label="Fond de carte" style="display: inline;">
+    <rect style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 0.5; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="rect1906" width="634.25" height="578" x="-46" y="-3"/>
+    <path style="fill: rgb(211, 235, 250); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;" d="M 534.24683,374.89895 L 528.71034,380.32471 L 526.42465,387.09597 L 520.3125,389.21875 L 515.40625,403.125 L 495.8125,413.75 L 481.09375,413.75 L 432.0625,449.71875 L 357.6875,417.84375 L 298.03125,451.34375 L 302.9375,488.125 L 310.3125,497.09375 L 316.84375,502 L 316.03125,505.28125 L 311.9375,505.6875 L 312.24968,524.40102 L 308.49747,529.86364 L 297.05118,539.24076 L 285.65882,546.00093 L 273.09913,551.18086 L 273.38293,575.5 L 586.5,575.5 L 586.5,391.59423 L 575.20439,389.35544 L 561.14764,381.24358 L 544.06729,375.18352 L 534.24683,374.89895 z " id="path2757" sodipodi:nodetypes="ccccccccccccccccccccccccccc"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(211, 235, 250); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M -49,0 L -49,433 L 44.09375,433 L 47.3125,434.65625 L 51.21875,437.71875 L 57.375,436.03125 L 59.0625,432.40625 L 67.71875,432.125 L 75,438.28125 L 78.34375,437.4375 L 82.25,441.90625 L 88.40625,440.5 L 94,443.3125 L 106.59375,438.84375 L 131.75,433.8125 L 140.96875,372.875 L 164.71875,341 L 163.0625,305.5 L 157,305.5 L 157,108 L 277.5625,108 L 281,7 L 293.1875,0 L 245.53125,0 L 242.46875,5.0625 L 235.3125,4.8125 L 229.5,7.84375 L 229.78125,15.3125 L 223.15625,13.625 L 217.34375,17.21875 L 207.125,19.4375 L 202.96875,24.125 L 196.34375,21.09375 L 192.75,20.8125 L 186.6875,17.5 L 184.75,19.71875 L 173.96875,19.71875 L 167.90625,20.8125 L 165.96875,24.125 L 161,20.28125 L 150.5,19.15625 L 146.90625,16.125 L 147.75,18.34375 L 137.53125,23.59375 L 132.5625,21.65625 L 124.8125,23.59375 L 121.78125,22.46875 L 124.8125,26.34375 L 124.8125,28.84375 L 120.125,30.75 L 113.5,26.0625 L 106.3125,26.34375 L 104.9375,28.5625 L 106.875,31.03125 L 105.46875,33.25 L 103,28.5625 L 96.90625,22.75 L 90,19.15625 L 88.09375,20.8125 L 85.03125,20 L 83.65625,21.9375 L 77.03125,21.9375 L 73.15625,24.6875 L 70.96875,23.3125 L 66.53125,27.71875 L 67.625,31.875 L 65.4375,34.34375 L 67.09375,37.40625 L 64.59375,39.875 L 63.5,35.75 L 64.0625,40.4375 L 61,41 L 61,45.96875 L 59.34375,46.5 L 56.59375,44.84375 L 54.9375,45.125 L 49.6875,39.59375 L 48.03125,40.71875 L 44.15625,37.65625 L 42.5,36.28125 L 41.125,39.0625 L 38.625,35.75 L 34.5,36 L 29.25,38.5 L 26.75,35.46875 L 20.125,38.5 L 19.03125,42.90625 L 17.375,41.8125 L 11.84375,45.40625 L 12.6875,41.53125 L 12.6875,39.875 L 8.25,43.1875 L 9.90625,45.40625 L 6.3125,48.4375 L 9.09375,50.65625 L 5.21875,55.625 L 1.90625,55.90625 L -0.59375,47.625 L -6.65625,45.96875 L -10.25,49.8125 L -14.6875,48.71875 L -13.5625,44.3125 L -6.65625,40.15625 L -4.1875,42.65625 L -3.0625,39.34375 L -0.59375,39.0625 L 11.5625,28.28125 L 11.5625,24.125 L 18.75,20.53125 L 21.78125,21.65625 L 22.34375,16.96875 L 23.71875,16.96875 L 30.625,12.25 L 31.1875,4.25 L 32.3125,0 L -49,0 z " id="rect3646"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(211, 235, 250); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 37.71875,0 L 38.09375,0.375 L 41.125,0.09375 L 41.21875,0 L 37.71875,0 z " id="path17033"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(211, 235, 250); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 146.90625,21.65625 L 151.59375,21.65625 L 154.65625,22.46875 L 154.65625,25.25 L 152.4375,25.53125 L 153,29.375 L 149.40625,31.875 L 140,25.25 L 146.90625,21.65625 z " id="path17031"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 112.09375,76.34375 L 113.21875,78.5625 L 109.625,80.46875 L 108.53125,78.5625 L 112.09375,76.34375 z " id="path17029"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 98.03125,88.21875 L 99.40625,94.28125 L 97.1875,93.75 L 94.71875,94.84375 L 92.78125,92.375 L 98.03125,88.21875 z " id="path17027"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 105.46875,91.8125 L 106.03125,93.46875 L 104.09375,94.5625 L 103.28125,92.90625 L 105.46875,91.8125 z " id="path17025"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 115.15625,103.6875 L 116.25,107 L 114.3125,109.75 L 112.375,108.09375 L 111.28125,107 L 110.1875,108.09375 L 108.25,108.09375 L 108.53125,104.25 L 115.15625,103.6875 z " id="path17021"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer10" inkscape:label="Département" style="display: inline;">
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 105, 105); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 536.28822,491.78463 L 536.28822,493.94088 L 538.25697,495.31588 L 541.56947,497.25338 L 541.78822,498.81588 L 539.81947,499.40963 L 536.69447,500.00338 L 536.69447,501.34713 L 537.85072,502.53463 L 538.06947,506.44088 L 542.35072,507.81588 L 543.91322,508.19088 L 545.28822,510.34713 L 544.31947,511.72213 L 542.75697,512.28463 L 541.56947,514.44088 L 540.41322,515.81588 L 540.97572,519.31588 L 543.91322,519.12838 L 544.69447,519.72213 L 547.44447,518.34713 L 548.22572,519.12838 L 546.85072,522.06588 L 548.22572,523.44088 L 545.88197,525.19088 L 544.31947,528.69088 L 548.60072,529.69088 L 554.66322,530.25338 L 552.13197,533.19088 C 552.13197,533.19088 550.94264,532.73207 550.41322,532.97213 C 550.39757,532.97984 550.36511,532.99432 550.35072,533.00338 C 550.34622,533.00671 550.32381,533.03114 550.31947,533.03463 C 550.31528,533.03829 550.29224,533.06206 550.28822,533.06588 C 550.28453,533.07004 550.26048,533.0928 550.25697,533.09713 C 550.25029,533.10614 550.23167,533.11865 550.22572,533.12838 C 550.22294,533.13342 550.22831,533.1544 550.22572,533.15963 C 550.22093,533.17046 550.19846,533.21054 550.19447,533.22213 C 550.19268,533.22812 550.19605,533.24719 550.19447,533.25338 C 550.19174,533.26615 550.16507,533.3023 550.16322,533.31588 C 550.16182,533.32987 550.16369,533.36355 550.16322,533.37838 C 550.16323,534.35494 548.81947,536.72213 548.81947,536.72213 L 550.75697,538.84713 L 554.28822,541.00338 L 560.91322,542.75338 L 562.85072,543.53463 L 564.63197,544.31588 L 563.44447,546.47213 L 566.56947,546.28463 L 567.16322,547.65963 L 570.28822,547.65963 L 571.06947,543.94088 L 569.10072,543.53463 L 571.85072,540.62838 L 570.88197,539.62838 L 571.06947,537.87838 L 574.60072,535.94088 L 574.78822,533.78463 L 572.44447,533.59713 L 570.88197,534.94088 L 570.88197,533.00338 L 574.00697,532.81588 L 574.97572,530.47213 L 575.75697,523.62838 L 575.16322,520.69088 L 575.10072,517.87838 L 571.69447,520.12838 L 567.63197,520.28463 L 567.28822,517.47213 L 567.81947,516.75338 L 566.56947,515.87838 L 566.22572,511.09713 L 565.69447,510.22213 L 563.56947,510.22213 L 562.50697,509.34713 L 562.50697,505.97213 L 561.10072,505.09713 L 560.03822,504.56588 L 557.91322,501.90963 L 558.06947,500.31588 L 555.44447,500.31588 L 554.53822,497.65963 L 550.81947,497.65963 L 548.88197,495.00338 L 549.41322,494.12838 L 548.19447,493.40963 L 545.35072,493.94088 L 544.28822,493.25338 L 540.41322,493.25338 L 540.03822,492.19088 L 537.85072,491.78463 L 536.28822,491.78463 z " id="departement2a" inkscape:label="#path2446"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 105, 105); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 568.91322,452.72213 L 565.97572,454.69088 L 566.38197,456.62838 L 567.94447,458.59713 L 566.19447,459.94088 L 566.97572,461.50338 L 565.78822,462.87838 L 565.78822,464.62838 L 567.75697,466.40963 L 567.75697,469.12838 L 566.56947,471.65963 L 565.22572,472.25338 L 563.66322,470.09713 L 560.91322,470.31588 L 560.31947,469.90963 L 557.97572,469.90963 L 555.85072,471.87838 L 555.03822,475.19088 L 549.97572,476.15963 L 546.06947,479.47213 L 545.28822,481.62838 L 543.35072,481.44088 L 542.35072,480.25338 L 541.78822,483.59713 L 540.41322,484.15963 L 540.00697,487.28463 L 540.60072,488.65963 L 538.44447,490.22213 L 537.85072,491.78463 L 540.03822,492.19088 L 540.41322,493.25338 L 544.28822,493.25338 L 545.35072,493.94088 L 548.19447,493.40963 L 549.41322,494.12838 L 548.88197,495.00338 L 550.81947,497.65963 L 554.53822,497.65963 L 555.44447,500.31588 L 558.06947,500.31588 L 557.91322,501.90963 L 560.03822,504.56588 L 561.10072,505.09713 L 562.50697,505.97213 L 562.50697,509.34713 L 563.56947,510.22213 L 565.69447,510.22213 L 566.22572,511.09713 L 566.56947,515.87838 L 567.81947,516.75338 L 567.28822,517.47213 L 567.63197,520.28463 L 571.69447,520.12838 L 575.10072,517.87838 L 574.97572,512.09713 L 579.66322,505.47213 L 579.66322,494.53463 L 577.72572,490.81588 L 577.13197,479.09713 L 575.75697,476.94088 L 573.22572,475.00338 L 572.81947,467.75338 L 574.00697,464.44088 L 572.44447,459.15963 L 571.47572,454.87838 L 570.66322,453.69088 L 568.91322,452.72213 z " id="departement2b" inkscape:label="#path2454"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 379.71875,409.90625 L 374.25,413.03125 L 372.84375,423.53125 L 367.0625,422.71875 L 365.40625,427.125 L 366.78125,429.0625 L 360.4375,432.9375 L 358.6875,437 L 364.875,437.28125 L 373.09375,437.875 L 374.65625,439.4375 L 371.71875,439.4375 L 369.78125,442.75 L 378.15625,444.5 L 384.8125,443.34375 L 381.28125,440 L 383.625,438.0625 L 387.34375,439.625 L 389.09375,443.34375 L 400.25,443.53125 L 403.15625,442.34375 L 403.75,444.125 L 400.625,446.84375 L 404.9375,447.03125 L 404.15625,449 L 402.96875,450.375 L 412.53125,450.375 L 417.21875,451.9375 L 417.6875,452.5625 L 417.875,448.6875 L 419.28125,447.09375 L 421.0625,446.03125 L 420.875,444.96875 L 419.46875,443.5625 L 418.0625,443.5625 L 417.15625,442.5 L 418.75,441.0625 L 418.75,440.53125 L 417,439.65625 L 417,438.25 L 420.875,438.4375 L 421.78125,437.71875 L 418.40625,434.53125 L 418.59375,430.8125 L 416.46875,429.0625 L 418.21875,425.53125 L 422.46875,422.6875 L 419.28125,420.5625 L 417,422.34375 L 411.6875,423.5625 L 407.4375,423.03125 L 399.84375,419.875 L 395.25,420.03125 L 391.375,418.28125 L 389.9375,416.3125 L 386.9375,412.96875 L 379.875,409.96875 L 379.71875,409.90625 z " id="departement13" inkscape:label="#path4237"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 387,381.34375 L 384.25,381.5625 L 382.125,384.875 L 382.6875,388.375 L 386,388.78125 L 385.4375,390.34375 L 382.875,390.53125 L 379.96875,393.46875 L 379.1875,392.5 L 379.75,388.59375 L 378.59375,387.21875 L 373.3125,388 L 372.28125,390.09375 L 372.84375,390.40625 L 376.15625,395.90625 L 376.15625,400.34375 L 381.96875,406.125 L 381.96875,408.625 L 379.71875,409.90625 L 379.875,409.96875 L 386.9375,412.96875 L 389.9375,416.3125 L 391.375,418.28125 L 395.25,420.03125 L 399.84375,419.875 L 407.4375,423.03125 L 411.6875,423.5625 L 417,422.34375 L 419.1875,420.625 L 419.46875,419.15625 L 415.40625,414.5625 L 410.96875,414.5625 L 410.96875,412.96875 L 412.5625,411.1875 L 412.5625,409.25 L 409.03125,407.5 L 408.6875,404.65625 L 410.625,403.78125 L 410.625,401.3125 L 408.5,400.9375 L 408.34375,398.28125 L 408.3125,398.09375 L 406.53125,397.96875 L 403.59375,395.8125 L 402.8125,393.28125 L 397.34375,392.875 L 393.25,392.5 L 392.84375,390.15625 L 394.21875,387.21875 L 391.6875,389.375 L 387.78125,388.96875 L 387,387.59375 L 389.71875,383.90625 L 387,381.34375 z " id="departement84" inkscape:label="#path4233"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 0, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 457.78125,413.1875 L 454.8125,413.3125 L 453.40625,414.75 L 448.09375,414.5625 L 443.5,417.90625 L 440.34375,415.78125 L 435.375,417.375 L 434.5,419.15625 L 430.96875,421.8125 L 424.59375,417.5625 L 419.4375,419.25 L 419.1875,420.625 L 419.28125,420.5625 L 422.46875,422.6875 L 418.21875,425.53125 L 416.46875,429.0625 L 418.59375,430.8125 L 418.40625,434.53125 L 421.78125,437.71875 L 420.875,438.4375 L 417,438.25 L 417,439.65625 L 418.75,440.53125 L 418.75,441.0625 L 417.15625,442.5 L 418.0625,443.5625 L 419.46875,443.5625 L 420.875,444.96875 L 421.0625,446.03125 L 419.28125,447.09375 L 417.875,448.6875 L 417.6875,452.5625 L 418.21875,453.28125 L 421.71875,454.84375 L 422.6875,458.75 L 424.84375,459.15625 L 426.8125,457.78125 L 430.3125,455.625 L 436.375,456.21875 L 436.1875,457.78125 L 434.21875,458.75 L 438.90625,458.96875 L 437.75,457.78125 L 437.34375,455.25 L 439.875,453.5 L 442.8125,454.46875 L 444,454.84375 L 444.96875,456.03125 L 446.34375,455.0625 L 446.71875,452.5 L 448.28125,451.15625 L 452.375,451.15625 L 453.5625,449.375 L 456.28125,450.15625 L 459.40625,448.8125 L 459.40625,443.71875 L 455.3125,443.90625 L 458.4375,441.96875 L 460,439.8125 L 460.40625,436.6875 L 466.0625,435.90625 L 469.21875,432.375 L 467.03125,430.125 L 467.03125,428.875 L 465.96875,427.8125 L 467.375,426.59375 L 467.03125,424.625 L 464.71875,423.75 L 463.5,423.75 L 461.375,421.625 L 461,417.90625 L 458.71875,416.84375 L 456.40625,416.6875 L 455.53125,414.5625 L 457.78125,413.1875 z " id="departement83" inkscape:label="#path4254"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 463.84375,364.34375 L 461.71875,367.53125 L 458.71875,369.3125 L 457.65625,371.4375 L 455,371.59375 L 455,373.53125 L 454.28125,374.59375 L 453.21875,377.25 L 446.875,377.09375 L 443.875,375.5 L 441.90625,376.90625 L 438.21875,376.71875 L 437.3125,377.96875 L 438.21875,377.96875 L 438.75,381.3125 L 437.84375,381.6875 L 434.5,379.5625 L 434.5,378.3125 L 432.5625,376.71875 L 431.5,376.71875 L 431.5,378.5 L 429.90625,378.84375 L 426.53125,380.78125 L 424.40625,384.34375 L 423.875,386.09375 L 425.125,386.4375 L 425.3125,389.28125 L 424.0625,389.28125 L 422.125,387.5 L 421.0625,387.6875 L 421.59375,389.28125 L 424.59375,392.625 L 422.65625,393.34375 L 421.25,392.46875 L 417.6875,392.46875 L 414.6875,395.28125 L 414.65625,395.25 L 414.53125,396.40625 L 413.375,395.03125 L 411.8125,393.65625 L 410.8125,396.59375 L 409.0625,398.15625 L 408.3125,398.09375 L 408.34375,398.28125 L 408.5,400.9375 L 410.625,401.3125 L 410.625,403.78125 L 408.6875,404.65625 L 409.03125,407.5 L 412.5625,409.25 L 412.5625,411.1875 L 410.96875,412.96875 L 410.96875,414.5625 L 415.40625,414.5625 L 419.46875,419.15625 L 419.4375,419.25 L 424.59375,417.5625 L 430.96875,421.8125 L 434.5,419.15625 L 435.375,417.375 L 440.34375,415.78125 L 443.5,417.90625 L 448.09375,414.5625 L 453.40625,414.75 L 454.8125,413.3125 L 457.78125,413.1875 L 457.84375,413.15625 L 457.125,411.375 L 458,410.3125 L 457.65625,408.90625 L 460.46875,408.90625 L 461.1875,408.03125 L 463.84375,406.59375 L 465.96875,408.03125 L 467.375,407.125 L 464.03125,404.125 L 460.46875,400.78125 L 459.25,400.40625 L 459.0625,397.75 L 456.9375,394.59375 L 457.65625,390 L 458.71875,387.5 L 460.65625,385.90625 L 460.84375,383.4375 L 463.5,382.03125 L 463.90625,381.875 L 463.90625,378.09375 L 466.65625,377.71875 L 465.09375,376.34375 L 463.125,375.75 L 462.15625,373.21875 L 462.9375,371.46875 L 466.4375,367.75 L 465.875,365 L 466.375,364.46875 L 463.84375,364.34375 z " id="departement04" inkscape:label="#path4261"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 463.90625,381.875 L 463.5,382.03125 L 460.84375,383.4375 L 460.65625,385.90625 L 458.71875,387.5 L 457.65625,390 L 456.9375,394.59375 L 459.0625,397.75 L 459.25,400.40625 L 460.46875,400.78125 L 464.03125,404.125 L 467.375,407.125 L 465.96875,408.03125 L 463.84375,406.59375 L 461.1875,408.03125 L 460.46875,408.90625 L 457.65625,408.90625 L 458,410.3125 L 457.125,411.375 L 457.84375,413.15625 L 455.53125,414.5625 L 456.40625,416.6875 L 458.71875,416.84375 L 461,417.90625 L 461.375,421.625 L 463.5,423.75 L 464.71875,423.75 L 467.03125,424.625 L 467.375,426.59375 L 465.96875,427.8125 L 467.03125,428.875 L 467.03125,430.125 L 469.21875,432.375 L 469.375,432.1875 L 469.5625,427.71875 L 473.46875,428.5 L 474.84375,426.71875 L 476.8125,427.125 L 477,421.0625 L 481.5,420.6875 L 485.40625,417.15625 L 488.90625,417.15625 L 489.09375,415 L 492.625,412.875 L 490.65625,408.375 L 493.59375,405.84375 L 493,402.90625 L 497.3125,401.53125 L 498.46875,397.25 L 497.90625,394.3125 L 496.90625,392.5625 L 496.125,390 L 493.21875,390.21875 L 484.03125,393.53125 L 481.09375,393.53125 L 476.03125,389.4375 L 470.9375,388.0625 L 468,388.0625 L 468,384.53125 L 463.90625,382 L 463.90625,381.875 z " id="departement06" inkscape:label="#path3331"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 447.34375,339.15625 L 445.59375,339.9375 L 445.1875,342.875 L 441.6875,343.28125 L 441.09375,340.53125 L 439.9375,339.375 L 436.40625,339.75 L 435.03125,340.9375 L 434.25,345.03125 L 434.84375,346 L 438.9375,346.40625 L 439.71875,348.9375 L 441.28125,349.71875 L 441.28125,354 L 437.5625,353.8125 L 436,355.5625 L 431.53125,354.78125 L 429,356.9375 L 427.21875,356.15625 L 424.6875,358.125 L 425.65625,359.875 L 424.09375,361.4375 L 419.21875,361.4375 L 419.21875,363.78125 L 420.78125,364.5625 L 420.1875,365.9375 L 416.875,367.28125 L 412.78125,367.6875 L 411.59375,371.40625 L 411.40625,373.75 L 413.5625,375.5 L 411.40625,378.03125 L 408.6875,376.65625 L 405.5625,376.46875 L 405.15625,378.21875 L 407.125,379.59375 L 404.75,381.15625 L 405.5625,384.46875 L 412.1875,386.25 L 413.375,388.78125 L 415.3125,389.15625 L 414.65625,395.25 L 414.6875,395.28125 L 417.6875,392.46875 L 421.25,392.46875 L 422.65625,393.34375 L 424.59375,392.625 L 421.59375,389.28125 L 421.0625,387.6875 L 422.125,387.5 L 424.0625,389.28125 L 425.3125,389.28125 L 425.125,386.4375 L 423.875,386.09375 L 424.40625,384.34375 L 426.53125,380.78125 L 429.90625,378.84375 L 431.5,378.5 L 431.5,376.71875 L 432.5625,376.71875 L 434.5,378.3125 L 434.5,379.5625 L 437.84375,381.6875 L 438.75,381.3125 L 438.21875,377.96875 L 437.3125,377.96875 L 438.21875,376.71875 L 441.90625,376.90625 L 443.875,375.5 L 446.875,377.09375 L 453.21875,377.25 L 454.28125,374.59375 L 455,373.53125 L 455,371.59375 L 457.65625,371.4375 L 458.71875,369.3125 L 461.71875,367.53125 L 463.84375,364.34375 L 466.375,364.46875 L 468.21875,362.46875 L 470.34375,362.65625 L 470.34375,360.90625 L 467.625,359.53125 L 467.03125,353.875 L 464.875,353.09375 L 462.15625,353.5 L 457.0625,350.9375 L 456.28125,345.09375 L 453.375,344.125 L 452.375,342.15625 L 451.09375,339.34375 L 447.34375,339.15625 z " id="departement05" inkscape:label="#path3341"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 320.78125,352.25 L 315.3125,354.21875 L 313.75,357.71875 L 310.25,355.375 L 307.5,363.96875 L 304.6875,370.4375 L 308.78125,375.46875 L 308.5,379.34375 L 311.25,381.28125 L 311.25,385.96875 L 312.09375,392.59375 L 315.40625,394 L 315.125,396.1875 L 319.8125,395.375 L 321.46875,396.1875 L 320.4375,397.09375 L 326.46875,401.125 L 331.625,400.0625 L 332.5,398.8125 L 331.78125,397.0625 L 333.90625,396.53125 L 336.90625,399.34375 L 342.03125,399.875 L 344.34375,396.34375 L 344.34375,393.34375 L 345.75,391.75 L 344.5,391.40625 L 344.5,387.34375 L 341.6875,384.34375 L 344,383.96875 L 345.21875,382.90625 L 346.1875,381.03125 L 345.21875,380.4375 L 345.78125,376.3125 L 342.46875,372.71875 L 341.09375,365.53125 L 336.125,359.1875 L 332.5,360.0625 L 331.71875,357.34375 L 329.75,357.34375 L 329.375,359.6875 L 324.3125,361.25 L 320.78125,352.25 z " id="departement48" inkscape:label="#path3339"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 301.625,247.96875 L 298.90625,251.46875 L 297.34375,251.65625 L 295.59375,253.4375 L 293.625,251.28125 L 288.375,256.5625 L 288.375,259.6875 L 289.34375,260.46875 L 289.53125,262.03125 L 286.8125,264.15625 L 284.25,263.375 L 279.375,264.375 L 276.84375,267.28125 L 275.90625,269.28125 L 276.0625,269.25 L 278.40625,272.5625 L 278.40625,274.90625 L 279.75,276.65625 L 281.125,274.90625 L 282.6875,277.65625 L 284.84375,278.4375 L 287,283.5 L 287.09375,284.96875 L 290.0625,287.28125 L 291.65625,286.5625 L 292.90625,283.5625 L 294.125,283.21875 L 294.125,281.625 L 296.25,281.4375 L 296.4375,282.5 L 299.09375,279.5 L 302.09375,279.5 L 302.625,280.5625 L 301.21875,282.5 L 303.3125,284.8125 L 303.6875,286.21875 L 308.625,289.0625 L 314.625,289.9375 L 316.40625,289.75 L 319.0625,290.28125 L 321.34375,288.875 L 323.125,289.75 L 323.46875,292.21875 L 325.78125,292.75 L 328.78125,292.59375 L 329.65625,294.71875 L 332.40625,295.8125 L 332.5,294.84375 L 337.1875,294.625 L 336.8125,283.5 L 335.4375,280.78125 L 336,278.625 L 339.25,278.0625 L 339.34375,277.84375 L 343.4375,274.71875 L 343.625,267.09375 L 342.25,265.15625 L 339.125,265.15625 L 337.96875,263.59375 L 334.65625,263.59375 L 333.6875,262.40625 L 333.6875,259.46875 L 329.75,252.0625 L 327.8125,250.6875 L 324.09375,255.78125 L 322.53125,256.15625 L 321.9375,253.625 L 320.1875,252.84375 L 319.40625,254.40625 L 316.5,254.40625 L 316.09375,252.65625 L 314.125,253.8125 L 312,255 L 309.65625,252.4375 L 306.3125,250.875 L 306.125,248.34375 L 301.625,247.96875 z " id="departement03" inkscape:label="#path3343"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 346.1875,381.03125 L 345.21875,382.90625 L 344,383.96875 L 341.6875,384.34375 L 344.5,387.34375 L 344.5,391.40625 L 345.75,391.75 L 344.34375,393.34375 L 344.34375,396.34375 L 342.03125,399.875 L 336.90625,399.34375 L 333.90625,396.53125 L 331.78125,397.0625 L 332.5,398.8125 L 331.625,400.0625 L 326.46875,401.125 L 320.4375,397.09375 L 319.28125,398.125 L 319.28125,400.90625 L 317.0625,401.4375 L 317.625,403.65625 L 320.375,404.21875 L 323.40625,404.21875 L 324.25,408.0625 L 320.65625,409.71875 L 320.65625,411.46875 L 323.46875,412.4375 L 323.46875,414.03125 L 324.71875,414.75 L 325.78125,413.84375 L 327.1875,413.84375 L 327.90625,415.4375 L 330.03125,415.4375 L 331.09375,411.71875 L 332.84375,411.71875 L 335.5,408.375 L 338.6875,408.71875 L 339.21875,413.3125 L 340.4375,414.75 L 342.40625,413.6875 L 345.75,415.4375 L 347,417.5625 L 352.8125,421.09375 L 354.9375,426.0625 L 354.9375,428.6875 L 351.21875,430.8125 L 348.8125,432.96875 L 351.8125,433.1875 L 351.8125,437.09375 L 356.28125,436.875 L 358.6875,437 L 360.4375,432.9375 L 366.78125,429.0625 L 365.40625,427.125 L 367.0625,422.71875 L 372.84375,423.53125 L 374.25,413.03125 L 381.96875,408.625 L 381.96875,406.125 L 376.15625,400.34375 L 376.15625,395.90625 L 372.84375,390.40625 L 365.9375,386.53125 L 365.40625,389.5625 L 362.625,389.84375 L 361.8125,386.8125 L 359.03125,387.34375 L 358.5,391.21875 L 356.28125,390.40625 L 351.59375,387.34375 L 349.375,388.46875 L 349.375,382.9375 L 346.1875,381.03125 z " id="departement30" inkscape:label="#path4307"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 0, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 274.25,438.46875 L 273.96875,442.0625 L 270.375,440.9375 L 266.5,440.9375 L 266.78125,439.5625 L 264.84375,439.84375 L 260.71875,441.21875 L 259.34375,438.71875 L 256.5625,441.21875 L 257.40625,443.15625 L 254.34375,444.53125 L 253.8125,447.5625 L 251.3125,448.6875 L 253.53125,451.15625 L 252.96875,452.8125 L 262.65625,457.5 L 263.46875,464.15625 L 263.46875,467.75 L 264.03125,472.4375 L 259.0625,472.4375 L 257.6875,474.375 L 264.03125,479.625 L 267.625,477.6875 L 272.03125,482.9375 L 271.375,483 L 272.21875,483.5 L 280.15625,479.625 L 278.21875,476.78125 L 278.0625,473.4375 L 296.59375,473.4375 L 296.25,470.9375 L 300.5,468.65625 L 305.4375,472.53125 L 308,473.71875 L 307.84375,468.125 L 308.0625,461.6875 L 305.71875,461.875 L 303.75,458.96875 L 305.3125,456.40625 L 308.625,459.53125 L 311.5625,457.1875 L 313.53125,455.25 L 313.78125,453.1875 L 311.28125,453.09375 L 310.40625,450.28125 L 307.9375,450.09375 L 305.625,446.71875 L 303.84375,446.90625 L 301.75,445.65625 L 301.375,442.65625 L 300.3125,443.1875 L 300.84375,445.3125 L 298.375,445.3125 L 298.1875,448.84375 L 294.5,450.09375 L 292.71875,446.375 L 290.25,447.96875 L 288.125,446.375 L 287.0625,443.90625 L 288.84375,441.78125 L 288,439.5 L 287.78125,439.5625 L 281.96875,439.5625 L 275.90625,438.46875 L 274.25,438.46875 z " id="departement11" inkscape:label="#path4314"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 0, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 335.5,408.375 L 332.84375,411.71875 L 331.09375,411.71875 L 330.03125,415.4375 L 327.90625,415.4375 L 327.1875,413.84375 L 325.78125,413.84375 L 324.71875,414.75 L 323.46875,414.03125 L 323.46875,412.4375 L 320.65625,411.46875 L 320.65625,412.5 L 317.34375,413.03125 L 315.6875,414.4375 L 316.21875,417.75 L 313.1875,417.75 L 310.15625,416.09375 L 308.5,416.09375 L 308.5,418.03125 L 308.78125,423.8125 L 305.46875,423.8125 L 303.8125,423.8125 L 302.6875,426.03125 L 295.5,428.5 L 292.75,426.59375 L 291.09375,429.0625 L 290.28125,431.8125 L 293.3125,434.59375 L 292.1875,438.1875 L 288,439.5 L 288.84375,441.78125 L 287.0625,443.90625 L 288.125,446.375 L 290.25,447.96875 L 292.71875,446.375 L 294.5,450.09375 L 298.1875,448.84375 L 298.375,445.3125 L 300.84375,445.3125 L 300.3125,443.1875 L 301.375,442.65625 L 301.75,445.65625 L 303.84375,446.90625 L 305.625,446.71875 L 307.9375,450.09375 L 310.40625,450.28125 L 311.28125,453.09375 L 313.78125,453.1875 L 313.90625,452.125 L 320.9375,449.96875 L 321.71875,448.21875 L 327.1875,448.03125 L 328.9375,445.875 L 339.5,437.46875 L 346.125,432.78125 L 348.8125,432.96875 L 351.21875,430.8125 L 354.9375,428.6875 L 354.9375,426.0625 L 352.8125,421.09375 L 347,417.5625 L 345.75,415.4375 L 342.40625,413.6875 L 340.4375,414.75 L 339.21875,413.3125 L 338.6875,408.71875 L 335.5,408.375 z " id="departement34" inkscape:label="#path4321"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 0, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 300.5,468.65625 L 296.25,470.9375 L 296.59375,473.4375 L 278.0625,473.4375 L 278.21875,476.78125 L 280.15625,479.625 L 272.21875,483.5 L 271.375,483 L 264.84375,483.46875 L 264.03125,485.125 L 260.71875,485.96875 L 258.5,487.90625 L 252.4375,489.3125 L 252.78125,491.375 L 255.71875,494.125 L 261.5625,495.6875 L 261.75,499.1875 L 264.875,501.9375 L 267.21875,501.53125 L 270.5625,497.4375 L 274.65625,496.65625 L 281.09375,498.8125 L 286.5625,503.5 L 288.125,501.53125 L 289.5,501.53125 L 290.875,502.5 L 292.03125,501.9375 L 292.21875,499.1875 L 298.09375,497.8125 L 300.03125,495.28125 L 302.96875,494.3125 L 307.0625,494.3125 L 309.625,497.03125 L 312.75,497.25 L 312.75,494.125 L 311.1875,491.96875 L 308.4375,490.78125 L 308,473.71875 L 305.4375,472.53125 L 300.5,468.65625 z " id="departement66" inkscape:label="#path4325"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 285.84375,323.71875 L 285.25,325.875 L 286.21875,328.21875 L 285.03125,329.59375 L 283.09375,329.59375 L 281.125,327.4375 L 279.375,326.46875 L 279.1875,331.9375 L 275.65625,334.09375 L 273.125,337.59375 L 273.71875,341.125 L 272.9375,342.6875 L 271.9375,345.8125 L 270.375,345.8125 L 268.8125,347.75 L 270,348.9375 L 270.78125,350.875 L 268.25,352.65625 L 269.28125,359.1875 L 272.59375,361.65625 L 270.09375,367.46875 L 272.59375,368.5625 L 271.5,371.875 L 273.6875,372.15625 L 275.34375,369.40625 L 278.125,369.40625 L 278.65625,370.21875 L 284.75,370.21875 L 285.84375,367.75 L 287.21875,367.1875 L 287.78125,362.78125 L 289.15625,362.78125 L 289.15625,358.09375 L 294.6875,353.375 L 295.25,354.21875 L 295.78125,357.8125 L 299.65625,357.25 L 300.5,362.78125 L 302.40625,362.78125 L 302.96875,368.3125 L 304.6875,370.4375 L 307.5,363.96875 L 310.25,355.375 L 313.75,357.71875 L 315.3125,354.21875 L 320.3125,352.40625 L 320.3125,350.75 L 319.25,349.15625 L 317.125,347.90625 L 318.1875,346.3125 L 317.28125,345.4375 L 318.34375,345.09375 L 319.59375,344.03125 L 317.46875,343.84375 L 316.40625,342.4375 L 316.0625,338.71875 L 314.8125,337.46875 L 313.9375,334.3125 L 309.5,334.3125 L 308.625,331.8125 L 307.21875,331.65625 L 306.5,333.0625 L 303.6875,332.875 L 301.03125,328.8125 L 299.96875,328.65625 L 297.84375,327.59375 L 296.59375,328.8125 L 293.4375,328.8125 L 291.84375,325.46875 L 285.84375,323.71875 z " id="departement15" inkscape:label="#path4332"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 317.8125,326.34375 L 316.40625,327.0625 L 316.40625,328.28125 L 314.28125,328.46875 L 312.34375,330.0625 L 308.8125,330.59375 L 308,331.75 L 308.625,331.8125 L 309.5,334.3125 L 313.9375,334.3125 L 314.8125,337.46875 L 316.0625,338.71875 L 316.40625,342.4375 L 317.46875,343.84375 L 319.59375,344.03125 L 318.34375,345.09375 L 317.28125,345.4375 L 318.1875,346.3125 L 317.125,347.90625 L 319.25,349.15625 L 320.3125,350.75 L 320.3125,352.40625 L 320.78125,352.25 L 324.3125,361.25 L 329.375,359.6875 L 329.75,357.34375 L 331.71875,357.34375 L 332.5,360.0625 L 336.125,359.1875 L 340.625,364.9375 L 343.4375,360.46875 L 348.5,356.75 L 353.1875,356.75 L 354.75,351.875 L 357.875,351.65625 L 358.09375,347.96875 L 361,347.96875 L 360.4375,346.59375 L 359.65625,344.0625 L 360.8125,342.09375 L 363.5625,340.9375 L 364.71875,336.25 L 362.1875,333.3125 L 359.0625,333.5 L 359.4375,329.78125 L 353.1875,327.0625 L 351.0625,327.25 L 346.75,330.78125 L 342.8125,329.5 L 342.03125,330.25 L 339.5625,329.53125 L 337.8125,327.75 L 336.75,329.875 L 333.71875,329.71875 L 332.3125,328.46875 L 331.25,330.9375 L 329.3125,330.0625 L 328.0625,327.75 L 326.46875,327.75 L 325.0625,326.53125 L 322.9375,327.40625 L 320.46875,327.59375 L 319.0625,326.6875 L 318.1875,327.21875 L 317.8125,326.34375 z " id="departement43" inkscape:label="#path4339"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 299.09375,279.5 L 296.4375,282.5 L 296.25,281.4375 L 294.125,281.625 L 294.125,283.21875 L 292.90625,283.5625 L 291.65625,286.5625 L 290.0625,287.28125 L 287.09375,284.96875 L 287.375,289.5625 L 288.9375,291.5 L 289.71875,295.21875 L 287.375,296.96875 L 286.8125,299.71875 L 284.65625,300.875 L 280.9375,303.03125 L 281.3125,304.78125 L 285.8125,309.28125 L 286.21875,312.03125 L 284.4375,314.9375 L 284.4375,317.6875 L 285.625,319.0625 L 286.21875,322.375 L 285.84375,323.71875 L 291.84375,325.46875 L 293.4375,328.8125 L 296.59375,328.8125 L 297.84375,327.59375 L 299.96875,328.65625 L 301.03125,328.8125 L 303.6875,332.875 L 306.5,333.0625 L 307.21875,331.65625 L 308,331.75 L 308.8125,330.59375 L 312.34375,330.0625 L 314.28125,328.46875 L 316.40625,328.28125 L 316.40625,327.0625 L 317.8125,326.34375 L 318.1875,327.21875 L 319.0625,326.6875 L 320.46875,327.59375 L 322.9375,327.40625 L 325.0625,326.53125 L 326.46875,327.75 L 328.0625,327.75 L 329.3125,330.0625 L 331.25,330.9375 L 332.3125,328.46875 L 333.71875,329.71875 L 336.75,329.875 L 337.8125,327.75 L 339.5625,329.53125 L 342.03125,330.25 L 342.8125,329.5 L 341.28125,329 L 340.6875,326.65625 L 344.40625,323.15625 L 342.65625,316.71875 L 337.5625,313.375 L 335.4375,308.3125 L 333.09375,305.1875 L 333.6875,300.875 L 335.4375,299.125 L 332.3125,296.59375 L 332.40625,295.8125 L 329.65625,294.71875 L 328.78125,292.59375 L 325.78125,292.75 L 323.46875,292.21875 L 323.125,289.75 L 321.34375,288.875 L 319.0625,290.28125 L 316.40625,289.75 L 314.625,289.9375 L 308.625,289.0625 L 303.6875,286.21875 L 303.3125,284.8125 L 301.21875,282.5 L 302.625,280.5625 L 302.09375,279.5 L 299.09375,279.5 z " id="departement63" inkscape:label="#path4346"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 0, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 179.21875,428.53125 L 177.28125,429.5625 L 177.625,429.59375 L 180.9375,435.0625 L 178.78125,437.03125 L 180.34375,439.375 L 182.6875,442.875 L 180.75,445.40625 L 177.625,452.4375 L 172.34375,456.9375 L 173.71875,459.6875 L 172.53125,460.46875 L 169.625,459.875 L 168.8125,466.3125 L 167.25,467.5 L 166.9375,471.53125 L 167.4375,471.25 L 170.75,473.21875 L 174.65625,476.15625 L 175.03125,478.5 L 178.15625,481.03125 L 180.71875,481.03125 L 187.15625,478.28125 L 189.875,481.40625 L 193.59375,482.40625 L 194.96875,480.0625 L 196.71875,480.84375 L 200.5,481.09375 L 200.25,470.59375 L 202.21875,470.59375 L 203.96875,471.46875 L 205.21875,470.25 L 205.03125,468.3125 L 207.5,466.875 L 206.625,463.1875 L 205.5625,462.28125 L 203.4375,463 L 204.5,461.21875 L 203.96875,458.9375 L 200.78125,456.625 L 200.96875,455.03125 L 202.75,452.03125 L 205.03125,451.15625 L 205.03125,449.90625 L 206.4375,447.78125 L 207.375,446.46875 L 203.8125,444.625 L 199.03125,444.625 L 198.3125,443.1875 L 195.84375,443.1875 L 195.125,441.59375 L 192.84375,441.59375 L 192.125,442.3125 L 189.46875,442.3125 L 189.3125,440.71875 L 187.1875,439.3125 L 187.90625,438.59375 L 188.25,436.84375 L 187.71875,436.3125 L 186.65625,433.46875 L 184.34375,433.125 L 182.0625,431.875 L 182.21875,428.53125 L 179.21875,428.53125 z " id="departement65" inkscape:label="#path3335"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 0, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 172.15625,428.875 L 169.34375,430.46875 L 163.6875,430.28125 L 163.15625,429.40625 L 159.4375,430.65625 L 156.59375,431.53125 L 154.46875,429.9375 L 152.1875,430.65625 L 151.46875,429.75 L 148.65625,429.75 L 146.875,430.65625 L 142.28125,430.46875 L 139.8125,432.40625 L 135.375,432.0625 L 134.5,433.3125 L 133.4375,432.9375 L 134.84375,431.53125 L 132.375,429.59375 L 129.375,432.25 L 124.25,432.59375 L 118.625,429.78125 L 117.8125,431.21875 L 113.3125,436.6875 L 109.8125,438.0625 L 107.28125,438.4375 L 107.28125,440.59375 L 109.625,442.75 L 113.125,442.9375 L 113.3125,445.46875 L 116.0625,445.6875 L 116.84375,443.90625 L 120.5625,445.46875 L 122.90625,446.0625 L 123.46875,448.40625 L 122.125,449.59375 L 122.125,453.28125 L 119.375,454.65625 L 119.1875,456.40625 L 120.9375,458.375 L 124.0625,459.34375 L 124.65625,456.40625 L 126.40625,454.46875 L 126.21875,457 L 127.59375,458.96875 L 131.09375,458.96875 L 132.65625,461.09375 L 137.34375,461.875 L 141.84375,464.625 L 149.25,464.625 L 149.65625,468.71875 L 154.71875,472.625 L 156.6875,474.96875 L 158.84375,473.8125 L 160.78125,473.40625 L 161.75,474.375 L 163.53125,473.40625 L 166.9375,471.53125 L 167.25,467.5 L 168.8125,466.3125 L 169.625,459.875 L 172.53125,460.46875 L 173.71875,459.6875 L 172.34375,456.9375 L 177.625,452.4375 L 180.75,445.40625 L 182.6875,442.875 L 180.34375,439.375 L 178.78125,437.03125 L 180.9375,435.0625 L 177.625,429.59375 L 172.34375,429.21875 L 172.15625,428.875 z " id="departement64" inkscape:label="#path3337"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 139.8125,374.4375 L 133.625,377.625 L 132.03125,377.6875 L 128.5625,396.25 L 124.0625,413.4375 L 122.6875,420.09375 L 121.53125,424.78125 L 118.625,429.78125 L 124.25,432.59375 L 129.375,432.25 L 132.375,429.59375 L 134.84375,431.53125 L 133.4375,432.9375 L 134.5,433.3125 L 135.375,432.0625 L 139.8125,432.40625 L 142.28125,430.46875 L 146.875,430.65625 L 148.65625,429.75 L 151.46875,429.75 L 152.1875,430.65625 L 154.46875,429.9375 L 156.59375,431.53125 L 159.4375,430.65625 L 163.15625,429.40625 L 163.6875,430.28125 L 169.34375,430.46875 L 172.15625,428.875 L 170.78125,426.46875 L 172.15625,422.75 L 174.09375,420.21875 L 173.5,416.90625 L 175.0625,415.34375 L 172.75,411.4375 L 174.6875,409.09375 L 176.84375,408.6875 L 178.78125,409.46875 L 181.53125,407.125 L 182.5,410.0625 L 183.46875,411.4375 L 185.625,410.84375 L 185.4375,408.3125 L 186.0625,406.9375 L 185.59375,405.71875 L 186.125,401.84375 L 188.25,399.71875 L 187.1875,398.46875 L 184.875,398.28125 L 182.21875,397.25 L 178.34375,397.59375 L 177.625,393.34375 L 175.15625,390.34375 L 174.09375,390 L 174.46875,393.53125 L 174.46875,394.59375 L 171.09375,394.75 L 167.5625,393.53125 L 166.84375,389.09375 L 164.375,386.4375 L 162.625,386.28125 L 162.4375,384.6875 L 160.5,383.4375 L 157.3125,382.5625 L 158.1875,381.5 L 158.1875,380.4375 L 157.125,379.5625 L 155.90625,378.5 L 152.34375,379.03125 L 150.25,380.78125 L 148.8125,380.96875 L 146.53125,379.375 L 143.15625,380.78125 L 141.5625,379.71875 L 143,377.96875 L 143.15625,375.65625 L 139.8125,374.4375 z " id="departement40" inkscape:label="#path5235"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 141.25,315.21875 L 138.125,319.90625 L 137.15625,336.3125 L 134.625,352.90625 L 132.84375,365.78125 L 132.65625,369.125 L 134.03125,364.625 L 136.75,361.09375 L 140.65625,364.625 L 141.0625,365.78125 L 142.21875,367.34375 L 137.34375,367.5625 L 136.5625,366.375 L 134.625,367.15625 L 134.21875,370.09375 L 132.0625,373.03125 L 132.0625,377.5 L 132.03125,377.6875 L 133.625,377.625 L 139.8125,374.4375 L 143.15625,375.65625 L 143,377.96875 L 141.5625,379.71875 L 143.15625,380.78125 L 146.53125,379.375 L 148.8125,380.96875 L 150.25,380.78125 L 152.34375,379.03125 L 155.90625,378.5 L 157.125,379.5625 L 158.1875,380.4375 L 158.1875,381.5 L 157.3125,382.5625 L 160.5,383.4375 L 162.4375,384.6875 L 162.625,386.28125 L 164.375,386.4375 L 166.84375,389.09375 L 167.5625,393.53125 L 171.09375,394.75 L 174.46875,394.59375 L 174.46875,393.53125 L 174.09375,390 L 175.15625,390.34375 L 177.15625,392.78125 L 180.28125,392.28125 L 181.71875,390.875 L 181.53125,388.9375 L 180.28125,387.875 L 180.65625,385.90625 L 182.59375,385.90625 L 184.53125,384.6875 L 183.65625,382.90625 L 183.125,380.25 L 184.53125,377.78125 L 187.53125,373.1875 L 189.3125,371.0625 L 190.90625,370.53125 L 191.25,368.78125 L 189.125,368.59375 L 188.25,366.65625 L 188.9375,364.71875 L 191.4375,364.1875 L 193.1875,363.65625 L 195.25,363.375 L 195.125,363.28125 L 194.96875,359.40625 L 196.90625,358 L 194.4375,356.40625 L 191.96875,359.40625 L 185.9375,359.59375 L 185.40625,358.15625 L 183.65625,357.28125 L 185.0625,355.5 L 185.0625,353.5625 L 184.34375,352.5 L 184.34375,351.4375 L 186.125,350.375 L 186.65625,347.21875 L 187.71875,344.375 L 186.65625,342.78125 L 184.71875,342.78125 L 183.6875,341.5625 L 182.6875,343.65625 L 180.75,342.28125 L 178,343.65625 L 175.65625,343.28125 L 171.1875,338.78125 L 168.4375,338.59375 L 167.65625,332.34375 L 162.5625,331.75 L 162.375,328.8125 L 161.40625,329.78125 L 155.625,329.78125 L 155.90625,331.03125 L 157.28125,336.6875 L 157.65625,342.34375 L 156.6875,343.90625 L 155.71875,339.21875 L 152.96875,328.5 L 143,319.5 L 143.21875,315.40625 L 141.25,315.21875 z " id="departement33" inkscape:label="#path5242"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 209.84375,310.46875 L 208.09375,313.59375 L 205.34375,313.96875 L 205.15625,318.65625 L 195.96875,324.90625 L 195.78125,331.75 L 192.25,335.25 L 190.3125,337.03125 L 186.40625,336.625 L 184.25,340.34375 L 183.6875,341.5625 L 184.71875,342.78125 L 186.65625,342.78125 L 187.71875,344.375 L 186.65625,347.21875 L 186.125,350.375 L 184.34375,351.4375 L 184.34375,352.5 L 185.0625,353.5625 L 185.0625,355.5 L 183.65625,357.28125 L 185.40625,358.15625 L 185.9375,359.59375 L 191.96875,359.40625 L 194.4375,356.40625 L 196.90625,358 L 194.96875,359.40625 L 195.125,363.28125 L 197.96875,365.25 L 198.3125,368.9375 L 201.3125,370 L 203.09375,368.40625 L 206.96875,368.40625 L 209.09375,366.65625 L 210.34375,366.84375 L 210.6875,368.25 L 214.59375,368.25 L 215.46875,367.1875 L 216.875,367.375 L 218.46875,369.125 L 218.46875,370.375 L 217.0625,371.25 L 217.59375,372.5 L 219.53125,372.65625 L 222,370.375 L 224.125,370.375 L 225.53125,371.96875 L 228.59375,373.25 L 228.78125,372.75 L 230.5625,371 L 230.75,368.0625 L 235.03125,367.6875 L 237.78125,363.78125 L 236.59375,363.375 L 236.40625,361.25 L 239.71875,360.84375 L 239.9375,358.90625 L 241.5,357.90625 L 243.25,354.78125 L 241.5,352.84375 L 241.5,350.6875 L 242.84375,349.53125 L 241.09375,346.78125 L 241.28125,342.5 L 237,342.6875 L 235.25,341.5 L 236.8125,339.5625 L 234.65625,337.8125 L 236.21875,335.84375 L 234.65625,335.0625 L 234.65625,332.34375 L 238.5625,328.8125 L 236.40625,327.0625 L 235.25,324.125 L 231.125,323.53125 L 229.75,322.5625 L 232.6875,321.1875 L 231.71875,319.84375 L 227.4375,319.25 L 226.4375,315.34375 L 220.1875,314.75 L 218.8125,316.71875 L 217.46875,317.09375 L 215.6875,314.75 L 216.5,312.59375 L 215.5,310.65625 L 209.84375,310.46875 z " id="departement24" inkscape:label="#path5250"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 195.25,363.375 L 193.1875,363.65625 L 191.4375,364.1875 L 188.9375,364.71875 L 188.25,366.65625 L 189.125,368.59375 L 191.25,368.78125 L 190.90625,370.53125 L 189.3125,371.0625 L 187.53125,373.1875 L 184.53125,377.78125 L 183.125,380.25 L 183.65625,382.90625 L 184.53125,384.6875 L 182.59375,385.90625 L 180.65625,385.90625 L 180.28125,387.875 L 181.53125,388.9375 L 181.71875,390.875 L 180.28125,392.28125 L 177.15625,392.78125 L 177.625,393.34375 L 178.34375,397.59375 L 182.21875,397.25 L 184.875,398.28125 L 187.1875,398.46875 L 188.25,399.71875 L 186.125,401.84375 L 185.59375,405.71875 L 186.0625,406.9375 L 186.8125,405.375 L 189.125,407.34375 L 192.25,404.21875 L 193.625,406.15625 L 196.9375,405.5625 L 200.46875,405.1875 L 202.03125,402.4375 L 207.875,401.875 L 210.8125,404.78125 L 211.8125,403.8125 L 213.75,403.21875 L 212.96875,400.5 L 215.90625,399.71875 L 219.625,398.9375 L 218.8125,396.59375 L 220,395.21875 L 220.96875,391.5 L 218.8125,389.15625 L 220.1875,384.6875 L 223.125,386.4375 L 227.4375,385.65625 L 225.46875,381.34375 L 223.90625,375.5 L 227.8125,375.3125 L 228.59375,373.25 L 225.53125,371.96875 L 224.125,370.375 L 222,370.375 L 219.53125,372.65625 L 217.59375,372.5 L 217.0625,371.25 L 218.46875,370.375 L 218.46875,369.125 L 216.875,367.375 L 215.46875,367.1875 L 214.59375,368.25 L 210.6875,368.25 L 210.34375,366.84375 L 209.09375,366.65625 L 206.96875,368.40625 L 203.09375,368.40625 L 201.3125,370 L 198.3125,368.9375 L 197.96875,365.25 L 195.25,363.375 z " id="departement47" inkscape:label="#path5257"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 247.46875,347.3125 L 243.3125,349.25 L 242.71875,349.34375 L 242.84375,349.53125 L 241.5,350.6875 L 241.5,352.84375 L 243.25,354.78125 L 241.5,357.90625 L 239.9375,358.90625 L 239.71875,360.84375 L 236.40625,361.25 L 236.59375,363.375 L 237.78125,363.78125 L 235.03125,367.6875 L 230.75,368.0625 L 230.5625,371 L 228.78125,372.75 L 227.8125,375.3125 L 223.90625,375.5 L 225.46875,381.34375 L 227.125,384.96875 L 229.625,384.875 L 229.78125,385.90625 L 228.375,387.5 L 229.4375,389.625 L 231.03125,389.625 L 232.78125,391.5625 L 234.375,391.5625 L 235.625,390.15625 L 235.96875,390.53125 L 235.96875,392.28125 L 236.5,394.59375 L 240.21875,394.75 L 243.21875,391.5625 L 244.8125,391.40625 L 245.34375,392.28125 L 246.21875,394.21875 L 247.65625,394.21875 L 248.1875,390.6875 L 251.1875,391.0625 L 252.9375,388.9375 L 255.78125,389.625 L 260.03125,387.6875 L 260.0625,388.0625 L 261.4375,386.625 L 259.65625,383.96875 L 258.96875,380.4375 L 261.25,378.5 L 262.3125,378.84375 L 265.5,375.3125 L 267.25,375.5 L 267.96875,374.59375 L 271.5,374.59375 L 272.75,373.1875 L 273.09375,372.09375 L 271.5,371.875 L 272.59375,368.5625 L 270.09375,367.46875 L 272.59375,361.65625 L 269.28125,359.1875 L 268.15625,352 L 265.125,351.1875 L 262.90625,353.375 L 261.8125,351.4375 L 258.5,354.75 L 256.28125,355.03125 L 252.4375,349.53125 L 247.46875,347.3125 z " id="departement46" inkscape:label="#path5264"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 0, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 237.21875,446.375 L 235.96875,447.25 L 235.4375,448.3125 L 237.90625,450.09375 L 238.625,451.34375 L 238.09375,452.375 L 233.84375,452.75 L 232.625,454.5 L 232.78125,455.03125 L 234.375,455.5625 L 235.28125,456.8125 L 234.21875,458.5625 L 232.96875,458.40625 L 231.03125,456.625 L 228.71875,455.9375 L 226.4375,456.09375 L 222.375,458.5625 L 222.53125,461.9375 L 223.59375,462.65625 L 222.90625,465.28125 L 218.28125,466.53125 L 216.53125,468.65625 L 216.53125,472.1875 L 217.25,473.25 L 215.59375,474.78125 L 216.65625,475.375 L 222.6875,476.53125 L 225.25,476.53125 L 228.5625,480.84375 L 236.96875,480.4375 L 240.28125,485.71875 L 243.21875,484.53125 L 251.8125,485.71875 L 252.4375,489.3125 L 258.5,487.90625 L 260.71875,485.96875 L 264.03125,485.125 L 264.84375,483.46875 L 272.03125,482.9375 L 267.625,477.6875 L 264.03125,479.625 L 257.6875,474.375 L 259.0625,472.4375 L 264.03125,472.4375 L 263.46875,467.75 L 263.46875,464.15625 L 262.65625,457.5 L 252.96875,452.8125 L 253.53125,451.15625 L 251.6875,449.09375 L 250.125,449.75 L 248,450.09375 L 244.09375,448.3125 L 243.03125,447.96875 L 244.625,449.90625 L 243.9375,451.5 L 240.5625,451.15625 L 240.40625,449.375 L 238.4375,446.71875 L 237.21875,446.375 z " id="departement09" inkscape:label="#path5271"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 207.875,401.875 L 202.03125,402.4375 L 200.46875,405.1875 L 196.9375,405.5625 L 193.625,406.15625 L 192.25,404.21875 L 189.125,407.34375 L 186.8125,405.375 L 185.4375,408.3125 L 185.625,410.84375 L 183.46875,411.4375 L 182.5,410.0625 L 181.53125,407.125 L 178.78125,409.46875 L 176.84375,408.6875 L 174.6875,409.09375 L 172.75,411.4375 L 175.0625,415.34375 L 173.5,416.90625 L 174.09375,420.21875 L 172.15625,422.75 L 170.78125,426.46875 L 172.34375,429.21875 L 177.28125,429.5625 L 179.21875,428.53125 L 182.21875,428.53125 L 182.0625,431.875 L 184.34375,433.125 L 186.65625,433.46875 L 187.71875,436.3125 L 188.25,436.84375 L 187.90625,438.59375 L 187.1875,439.3125 L 189.3125,440.71875 L 189.46875,442.3125 L 192.125,442.3125 L 192.84375,441.59375 L 195.125,441.59375 L 195.84375,443.1875 L 198.3125,443.1875 L 199.03125,444.625 L 203.8125,444.625 L 207.375,446.46875 L 207.6875,446.03125 L 209.625,444.96875 L 213.15625,440.375 L 219.71875,440.90625 L 222.53125,442.84375 L 223.4375,441.59375 L 224.84375,437.375 L 226.59375,433.3125 L 230.3125,431.71875 L 232.09375,431 L 231.5625,429.40625 L 229.78125,429.21875 L 229.09375,427.46875 L 227.65625,427.46875 L 225.375,425.15625 L 225.53125,423.5625 L 222.53125,420.5625 L 222,418.65625 L 220.0625,419.5 L 219.53125,418.4375 L 220.78125,416.5 L 219.34375,415.09375 L 219.34375,412.625 L 218.125,411.375 L 214.21875,411.1875 L 214.21875,408.90625 L 216.34375,407.3125 L 216.34375,405.53125 L 218.65625,404.46875 L 217.40625,403.78125 L 216,404.46875 L 213.15625,404.46875 L 212.28125,403.65625 L 211.8125,403.8125 L 210.8125,404.78125 L 207.875,401.875 z " id="departement32" inkscape:label="#path5278"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 0, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 245,412.4375 L 242.15625,413.5 L 241.28125,414.90625 L 240.21875,413.6875 L 238.28125,413.5 L 237.90625,415.28125 L 236.6875,415.78125 L 238.4375,416.6875 L 237.21875,418.625 L 232.78125,419.875 L 230.84375,417.5625 L 229.09375,417.5625 L 227.65625,418.4375 L 222.53125,418.4375 L 222,418.65625 L 222.53125,420.5625 L 225.53125,423.5625 L 225.375,425.15625 L 227.65625,427.46875 L 229.09375,427.46875 L 229.78125,429.21875 L 231.5625,429.40625 L 232.09375,431 L 230.3125,431.71875 L 226.59375,433.3125 L 224.84375,437.375 L 223.4375,441.59375 L 222.53125,442.84375 L 219.71875,440.90625 L 213.15625,440.375 L 209.625,444.96875 L 207.6875,446.03125 L 206.4375,447.78125 L 205.03125,449.90625 L 205.03125,451.15625 L 202.75,452.03125 L 200.96875,455.03125 L 200.78125,456.625 L 203.96875,458.9375 L 204.5,461.21875 L 203.4375,463 L 205.5625,462.28125 L 206.625,463.1875 L 207.5,466.875 L 205.03125,468.3125 L 205.21875,470.25 L 203.96875,471.46875 L 202.21875,470.59375 L 200.25,470.59375 L 200.5,481.09375 L 208.4375,481.625 L 208.84375,472.03125 L 211.5625,472.4375 L 215.59375,474.78125 L 217.25,473.25 L 216.53125,472.1875 L 216.53125,468.65625 L 218.28125,466.53125 L 222.90625,465.28125 L 223.59375,462.65625 L 222.53125,461.9375 L 222.375,458.5625 L 226.4375,456.09375 L 228.71875,455.9375 L 231.03125,456.625 L 232.96875,458.40625 L 234.21875,458.5625 L 235.28125,456.8125 L 234.375,455.5625 L 232.78125,455.03125 L 232.625,454.5 L 233.84375,452.75 L 238.09375,452.375 L 238.625,451.34375 L 237.90625,450.09375 L 235.4375,448.3125 L 235.96875,447.25 L 237.21875,446.375 L 238.4375,446.71875 L 240.40625,449.375 L 240.5625,451.15625 L 243.9375,451.5 L 244.625,449.90625 L 243.03125,447.96875 L 244.09375,448.3125 L 248,450.09375 L 250.125,449.75 L 251.6875,449.09375 L 251.3125,448.6875 L 253.8125,447.5625 L 254.34375,444.53125 L 257.40625,443.15625 L 256.5625,441.21875 L 259.34375,438.71875 L 260.71875,441.21875 L 264.84375,439.84375 L 265.625,439.71875 L 265.6875,438.4375 L 265.6875,435.9375 L 263.5625,436.3125 L 260.90625,435.59375 L 258.59375,432.78125 L 257.71875,431.53125 L 253.125,429.59375 L 252.0625,428 L 253.46875,427.46875 L 253.46875,425.53125 L 252.0625,423.9375 L 250.28125,421.09375 L 250.125,418.625 L 249.59375,418.28125 L 247.46875,415.78125 L 246.59375,413.15625 L 245,412.4375 z " id="departement31" inkscape:label="#path5285"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 220.1875,384.6875 L 218.8125,389.15625 L 220.96875,391.5 L 220,395.21875 L 218.8125,396.59375 L 219.625,398.9375 L 215.90625,399.71875 L 212.96875,400.5 L 213.75,403.21875 L 212.28125,403.65625 L 213.15625,404.46875 L 216,404.46875 L 217.40625,403.78125 L 218.65625,404.46875 L 216.34375,405.53125 L 216.34375,407.3125 L 214.21875,408.90625 L 214.21875,411.1875 L 218.125,411.375 L 219.34375,412.625 L 219.34375,415.09375 L 220.78125,416.5 L 219.53125,418.4375 L 220.0625,419.5 L 222.53125,418.4375 L 227.65625,418.4375 L 229.09375,417.5625 L 230.84375,417.5625 L 232.78125,419.875 L 237.21875,418.625 L 238.4375,416.6875 L 236.6875,415.78125 L 237.90625,415.28125 L 238.28125,413.5 L 240.21875,413.6875 L 241.28125,414.90625 L 242.15625,413.5 L 245,412.4375 L 246.28125,413.03125 L 247.28125,411.375 L 245.53125,409.4375 L 248.875,409.4375 L 249.9375,407.5 L 252.25,405.375 L 249.9375,405.375 L 250.65625,402.375 L 256.65625,401.65625 L 258.96875,400.25 L 261.78125,399.1875 L 262.6875,398.28125 L 261.59375,395.46875 L 263.1875,392.28125 L 260.375,392.09375 L 260.03125,387.6875 L 255.78125,389.625 L 252.9375,388.9375 L 251.1875,391.0625 L 248.1875,390.6875 L 247.65625,394.21875 L 246.21875,394.21875 L 245.34375,392.28125 L 244.8125,391.40625 L 243.21875,391.5625 L 240.21875,394.75 L 236.5,394.59375 L 235.96875,392.28125 L 235.96875,390.53125 L 235.625,390.15625 L 234.375,391.5625 L 232.78125,391.5625 L 231.03125,389.625 L 229.4375,389.625 L 228.375,387.5 L 229.78125,385.90625 L 229.625,384.875 L 227.125,384.96875 L 227.4375,385.65625 L 223.125,386.4375 L 220.1875,384.6875 z " id="path5292"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 294.6875,353.375 L 289.15625,358.09375 L 289.15625,362.78125 L 287.78125,362.78125 L 287.21875,367.1875 L 285.84375,367.75 L 284.75,370.21875 L 278.65625,370.21875 L 278.125,369.40625 L 275.34375,369.40625 L 273.6875,372.15625 L 273.09375,372.09375 L 272.75,373.1875 L 271.5,374.59375 L 267.96875,374.59375 L 267.25,375.5 L 265.5,375.3125 L 262.3125,378.84375 L 261.25,378.5 L 258.96875,380.4375 L 259.65625,383.96875 L 261.4375,386.625 L 260.0625,388.0625 L 260.375,392.09375 L 263.1875,392.28125 L 261.59375,395.46875 L 262.84375,398.65625 L 264.4375,397.75 L 265.15625,399.34375 L 267.4375,397.0625 L 270.8125,396.875 L 274.15625,399.34375 L 280,400.40625 L 282.125,404.125 L 285.125,405.53125 L 286.71875,409.59375 L 286.53125,411.1875 L 288.46875,414.75 L 288.46875,416.6875 L 292,421.28125 L 295.375,423.03125 L 297.5,422.5 L 298.5625,421.09375 L 300.15625,421.46875 L 303.8125,423.8125 L 303.84375,423.8125 L 305.46875,423.8125 L 308.78125,423.8125 L 308.5,418.03125 L 308.5,416.09375 L 310.15625,416.09375 L 313.1875,417.75 L 316.21875,417.75 L 315.6875,414.4375 L 317.34375,413.03125 L 320.65625,412.5 L 320.65625,409.71875 L 324.25,408.0625 L 323.40625,404.21875 L 320.375,404.21875 L 317.625,403.65625 L 317.0625,401.4375 L 319.28125,400.90625 L 319.28125,398.125 L 321.46875,396.1875 L 319.8125,395.375 L 315.125,396.1875 L 315.40625,394 L 312.09375,392.59375 L 311.25,385.96875 L 311.25,381.28125 L 308.5,379.34375 L 308.78125,375.46875 L 302.96875,368.3125 L 302.40625,362.78125 L 300.5,362.78125 L 299.65625,357.25 L 295.78125,357.8125 L 295.25,354.21875 L 294.6875,353.375 z " id="departement12" inkscape:label="#path5299"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 270.8125,396.875 L 267.4375,397.0625 L 265.15625,399.34375 L 264.4375,397.75 L 262.84375,398.65625 L 262.6875,398.28125 L 261.78125,399.1875 L 258.96875,400.25 L 256.65625,401.65625 L 250.65625,402.375 L 249.9375,405.375 L 252.25,405.375 L 249.9375,407.5 L 248.875,409.4375 L 245.53125,409.4375 L 247.28125,411.375 L 246.28125,413.03125 L 246.59375,413.15625 L 247.46875,415.78125 L 249.59375,418.28125 L 250.125,418.625 L 250.28125,421.09375 L 252.0625,423.9375 L 253.46875,425.53125 L 253.46875,427.46875 L 252.0625,428 L 253.125,429.59375 L 257.71875,431.53125 L 258.59375,432.78125 L 260.90625,435.59375 L 263.5625,436.3125 L 265.6875,435.9375 L 265.6875,438.4375 L 265.625,439.71875 L 266.78125,439.5625 L 266.5,440.9375 L 270.375,440.9375 L 273.96875,442.0625 L 274.25,438.46875 L 275.90625,438.46875 L 281.96875,439.5625 L 287.78125,439.5625 L 292.1875,438.1875 L 293.3125,434.59375 L 290.28125,431.8125 L 291.09375,429.0625 L 292.75,426.59375 L 295.5,428.5 L 302.6875,426.03125 L 303.8125,423.8125 L 300.15625,421.46875 L 298.5625,421.09375 L 297.5,422.5 L 295.375,423.03125 L 292,421.28125 L 288.46875,416.6875 L 288.46875,414.75 L 286.53125,411.1875 L 286.71875,409.59375 L 285.125,405.53125 L 282.125,404.125 L 280,400.40625 L 274.15625,399.34375 L 270.8125,396.875 z " id="departement81" inkscape:label="#path5306"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 383.28125,262.59375 L 381.125,262.8125 L 379.75,265.34375 L 376.0625,279.78125 L 375.53125,280.96875 L 375.15625,285.53125 L 374.09375,287 L 374.09375,293.59375 L 373.46875,295.09375 L 377.28125,297.40625 L 378.78125,297.625 L 381.125,299.75 L 381.53125,303.15625 L 384.09375,302.3125 L 388.0625,303.46875 L 388.125,302.71875 L 390.03125,302.71875 L 392.78125,305.28125 L 395.34375,304 L 396.625,300.1875 L 397.90625,298.6875 L 399.59375,298.90625 L 401.28125,300.40625 L 402.15625,303.15625 L 410,312.71875 L 412.34375,311.03125 L 412.75,307.40625 L 415.3125,306.96875 L 415.3125,300.59375 L 416.59375,299.53125 L 417,293.8125 L 417.5,294.21875 L 417.4375,292.125 L 416.375,290.1875 L 416.8125,284.6875 L 418.71875,285.75 L 419.78125,283.8125 L 421.6875,283.1875 L 423.65625,281.625 L 421.53125,281.625 L 421.53125,277.90625 L 423.875,276.53125 L 427.375,276.15625 L 427.59375,274.1875 L 426.40625,273.40625 L 429.34375,269.6875 L 428.9375,268.53125 L 425.59375,266.75 L 417.46875,275.6875 L 411.8125,275.6875 L 411.8125,273.34375 L 408.6875,271.78125 L 404.96875,275.875 L 402.03125,276.28125 L 402.03125,273.53125 L 399.5,272.375 L 395.59375,266.90625 L 392.0625,265.53125 L 390.90625,263 L 388.9375,262.59375 L 387,263.96875 L 385.4375,264.375 L 383.28125,262.59375 z " id="departement01" inkscape:label="#path7075"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 397.90625,298.6875 L 396.625,300.1875 L 395.34375,304 L 392.78125,305.28125 L 390.03125,302.71875 L 388.125,302.71875 L 387.90625,305.5 L 390.6875,307.84375 L 386.4375,313.34375 L 380.90625,314.625 L 376.65625,316.125 L 379.40625,318.875 L 380.0625,320.15625 L 375.8125,322.28125 L 375.375,328.4375 L 375.25,328.5 L 376.4375,330.96875 L 379.84375,332.03125 L 382.1875,331.1875 L 384.9375,329.28125 L 388.5625,332.25 L 391.53125,332.25 L 393.65625,335.21875 L 392.78125,337.34375 L 393.21875,340.34375 L 392.15625,343.3125 L 392.59375,344.375 L 394.0625,343.9375 L 397.46875,345 L 401.9375,346.28125 L 403.84375,345 L 404.6875,343.53125 L 405.34375,343.53125 L 405.53125,359.4375 L 406.59375,360.5 L 409.375,360.5 L 411.90625,362 L 413.8125,363.5 L 415.75,363.6875 L 417,364.75 L 420.53125,365.15625 L 420.78125,364.5625 L 419.21875,363.78125 L 419.21875,361.4375 L 424.09375,361.4375 L 425.65625,359.875 L 424.6875,358.125 L 427.21875,356.15625 L 429,356.9375 L 431.53125,354.78125 L 436,355.5625 L 437.5625,353.8125 L 441.28125,354 L 441.28125,349.71875 L 439.71875,348.9375 L 438.9375,346.40625 L 434.84375,346 L 434.25,345.03125 L 435.03125,340.9375 L 436.40625,339.75 L 435.28125,338.21875 L 433.15625,336.9375 L 431.875,338.21875 L 432.3125,336.5 L 432.3125,334.8125 L 430.59375,333.09375 L 431.46875,329.0625 L 433.375,328 L 433.15625,325.25 L 429.125,321.21875 L 427.625,321.21875 L 426.5625,322.6875 L 424.03125,319.3125 L 422.53125,319.5 L 421.25,322.28125 L 422.125,323.96875 L 421.46875,324.625 L 419.78125,323.34375 L 414.875,322.28125 L 412.5625,318.03125 L 412.5625,316.3125 L 410.21875,313.78125 L 409.96875,312.6875 L 402.15625,303.15625 L 401.28125,300.40625 L 399.59375,298.90625 L 397.90625,298.6875 z " id="departement38" inkscape:label="#path7953"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 446.125,266.1875 L 441.65625,266.96875 L 437.34375,270.46875 L 436.1875,268.71875 L 434.03125,268.90625 L 432.0625,273.21875 L 432.28125,274.96875 L 434.40625,276.71875 L 430.5,279.28125 L 427.96875,281.625 L 423.65625,281.625 L 421.6875,283.1875 L 419.78125,283.8125 L 418.71875,285.75 L 416.8125,284.6875 L 416.375,290.1875 L 417.4375,292.125 L 417.5,294.21875 L 419.125,295.5 L 419.125,301.03125 L 422.96875,301.65625 L 424.4375,304.4375 L 427.84375,304.84375 L 428.46875,303.59375 L 430.1875,303.59375 L 433.15625,306.78125 L 434.21875,307.84375 L 437.625,307.1875 L 438.46875,305.5 L 439.3125,302.09375 L 441.21875,300.59375 L 442.71875,296.15625 L 444.625,294.875 L 446.125,295.28125 L 446.53125,296.5625 L 445.46875,297.84375 L 447.375,300.1875 L 450.5625,300.1875 L 452.5,303.375 L 452.0625,304.4375 L 453.96875,303.15625 L 455.46875,301.46875 L 456.78125,301.625 L 456.875,298.21875 L 463.53125,295.46875 L 464.3125,293.53125 L 463.90625,289.21875 L 459.625,284.75 L 458.25,285.53125 L 458.25,283.75 L 458.25,280.84375 L 454.53125,279.0625 L 454.34375,277.5 L 456.5,275.15625 L 456.5,272.4375 L 452.96875,268.71875 L 452.78125,266.1875 L 446.125,266.1875 z " id="departement74" inkscape:label="#path7960"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 339.53125,278.03125 L 336,278.625 L 335.4375,280.78125 L 336.8125,283.5 L 337.1875,294.625 L 332.5,294.84375 L 332.3125,296.59375 L 335.4375,299.125 L 333.6875,300.875 L 333.09375,305.1875 L 335.4375,308.3125 L 337.5625,313.375 L 342.65625,316.71875 L 344.40625,323.15625 L 340.6875,326.65625 L 341.28125,329 L 346.75,330.78125 L 351.0625,327.25 L 353.1875,327.0625 L 359.4375,329.78125 L 359.0625,333.5 L 362.1875,333.3125 L 364.65625,336.15625 L 366.46875,335.65625 L 369.84375,335.03125 L 370.71875,331.1875 L 375.375,328.4375 L 375.8125,322.28125 L 375.96875,322.1875 L 373.6875,321.84375 L 371.5625,322.6875 L 369.84375,321.625 L 371.96875,319.09375 L 371.34375,317.1875 L 364.75,316.125 L 359.21875,311.03125 L 359.21875,309.3125 L 360.5,308.25 L 360.5,306.78125 L 359.03125,305.90625 L 360.28125,304 L 360.28125,301.25 L 357.75,298.90625 L 357.75,296.5625 L 356.03125,294.875 L 356.03125,292.96875 L 355.1875,289.78125 L 356.46875,288.5 L 356.6875,284.6875 L 360.71875,284.6875 L 361.78125,283.40625 L 360.5,281.28125 L 360.5,279.375 L 359.4375,278.53125 L 358.6875,282.53125 L 356.53125,282.53125 L 354.96875,284.09375 L 353.78125,282.90625 L 347.53125,281.9375 L 345.1875,283.3125 L 343.625,283.3125 L 343.25,281.9375 L 340.3125,281.34375 L 340.125,278.21875 L 339.53125,278.03125 z " id="departement42" inkscape:label="#path7964"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 371.75,275.3125 L 369.625,275.5 L 367.84375,277.25 L 366.6875,275.6875 L 364.9375,277.25 L 362.5625,275.6875 L 360.625,275.6875 L 359.84375,276.28125 L 359.4375,278.53125 L 360.5,279.375 L 360.5,281.28125 L 361.78125,283.40625 L 360.71875,284.6875 L 356.6875,284.6875 L 356.46875,288.5 L 355.1875,289.78125 L 356.03125,292.96875 L 356.03125,294.875 L 357.75,296.5625 L 357.75,298.90625 L 360.28125,301.25 L 360.28125,304 L 359.03125,305.90625 L 360.5,306.78125 L 360.5,308.25 L 359.21875,309.3125 L 359.21875,311.03125 L 364.75,316.125 L 371.34375,317.1875 L 371.96875,319.09375 L 369.84375,321.625 L 371.5625,322.6875 L 373.6875,321.84375 L 375.96875,322.1875 L 380.0625,320.15625 L 379.40625,318.875 L 376.65625,316.125 L 380.90625,314.625 L 386.4375,313.34375 L 390.6875,307.84375 L 387.90625,305.5 L 388.0625,303.46875 L 384.09375,302.3125 L 381.53125,303.15625 L 381.125,299.75 L 378.78125,297.625 L 377.28125,297.40625 L 373.46875,295.09375 L 374.09375,293.59375 L 374.09375,287 L 375.15625,285.53125 L 375.53125,280.96875 L 374.875,282.53125 L 373.5,282.34375 L 372.75,278.4375 L 371.75,275.3125 z " id="departement69" inkscape:label="#path7971"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 417,293.8125 L 416.59375,299.53125 L 415.3125,300.59375 L 415.3125,306.96875 L 412.75,307.40625 L 412.34375,311.03125 L 410,312.71875 L 409.96875,312.6875 L 410.21875,313.78125 L 412.5625,316.3125 L 412.5625,318.03125 L 414.875,322.28125 L 419.78125,323.34375 L 421.46875,324.625 L 422.125,323.96875 L 421.25,322.28125 L 422.53125,319.5 L 424.03125,319.3125 L 426.5625,322.6875 L 427.625,321.21875 L 429.125,321.21875 L 433.15625,325.25 L 433.375,328 L 431.46875,329.0625 L 430.59375,333.09375 L 432.3125,334.8125 L 432.3125,336.5 L 431.875,338.21875 L 433.15625,336.9375 L 435.28125,338.21875 L 436.40625,339.75 L 439.9375,339.375 L 441.09375,340.53125 L 441.6875,343.28125 L 445.1875,342.875 L 445.59375,339.9375 L 447.34375,339.15625 L 451.09375,339.34375 L 451.03125,339.21875 L 456.875,336.875 L 459.03125,338.25 L 461.1875,338.25 L 461.375,335.90625 L 463.90625,334.53125 L 464.875,333.375 L 469.96875,331.40625 L 470.5625,328.09375 L 469.5625,326.53125 L 472.3125,321.84375 L 469.78125,320.875 L 469,318.125 L 463.71875,315 C 463.71875,315 464.03377,309.01275 463.53125,307.9375 C 463.51544,307.91055 463.48155,307.86019 463.46875,307.84375 C 463.46374,307.8383 463.44264,307.81713 463.4375,307.8125 C 463.43393,307.81272 463.4091,307.81243 463.40625,307.8125 C 463.4062,307.80552 463.40608,307.78312 463.40625,307.78125 C 463.40269,307.78137 463.37784,307.78121 463.375,307.78125 C 463.37209,307.7811 463.3467,307.78118 463.34375,307.78125 C 463.34022,307.78117 463.31534,307.78126 463.3125,307.78125 C 462.53125,307.97657 459.625,308.1875 459.625,308.1875 L 456.6875,304.84375 L 456.78125,301.625 L 455.46875,301.46875 L 453.96875,303.15625 L 452.0625,304.4375 L 452.5,303.375 L 450.5625,300.1875 L 447.375,300.1875 L 445.46875,297.84375 L 446.53125,296.5625 L 446.125,295.28125 L 444.625,294.875 L 442.71875,296.15625 L 441.21875,300.59375 L 439.3125,302.09375 L 438.46875,305.5 L 437.625,307.1875 L 434.21875,307.84375 L 433.15625,306.78125 L 430.1875,303.59375 L 428.46875,303.59375 L 427.84375,304.84375 L 424.4375,304.4375 L 422.96875,301.65625 L 419.125,301.03125 L 419.125,295.5 L 417,293.8125 z " id="departement73" inkscape:label="#path7978"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 375.25,328.5 L 370.71875,331.1875 L 369.84375,335.03125 L 366.46875,335.65625 L 364.65625,336.15625 L 364.71875,336.25 L 363.5625,340.9375 L 360.8125,342.09375 L 359.65625,344.0625 L 360.4375,346.59375 L 361,347.96875 L 358.09375,347.96875 L 357.875,351.65625 L 354.75,351.875 L 353.1875,356.75 L 348.5,356.75 L 343.4375,360.46875 L 340.625,364.9375 L 341.09375,365.53125 L 342.46875,372.71875 L 345.78125,376.3125 L 345.21875,380.4375 L 349.375,382.9375 L 349.375,388.46875 L 351.59375,387.34375 L 356.28125,390.40625 L 358.5,391.21875 L 359.03125,387.34375 L 361.8125,386.8125 L 362.625,389.84375 L 365.40625,389.5625 L 365.9375,386.53125 L 372.28125,390.09375 L 373.3125,388 L 376,387.59375 L 376.21875,383.46875 L 375.59375,382.59375 L 374.75,382.40625 L 374.75,380.90625 L 375.375,379.40625 L 374.3125,377.71875 L 374.9375,373.90625 L 377.5,370.90625 L 377.5,366.6875 L 376.4375,361.78125 L 378.34375,361.375 L 378.78125,359.25 L 380.6875,355.625 L 381.75,352.875 L 380.0625,348.625 L 379,345.21875 L 377.5,339.28125 L 377.5,331.3125 L 376.4375,330.96875 L 375.25,328.5 z " id="departement07" inkscape:label="#path7982"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 384.9375,329.28125 L 382.1875,331.1875 L 379.84375,332.03125 L 377.5,331.3125 L 377.5,339.28125 L 379,345.21875 L 380.0625,348.625 L 381.75,352.875 L 380.6875,355.625 L 378.78125,359.25 L 378.34375,361.375 L 376.4375,361.78125 L 377.5,366.6875 L 377.5,370.90625 L 374.9375,373.90625 L 374.3125,377.71875 L 375.375,379.40625 L 374.75,380.90625 L 374.75,382.40625 L 375.59375,382.59375 L 376.21875,383.46875 L 376,387.59375 L 378.59375,387.21875 L 379.75,388.59375 L 379.1875,392.5 L 379.96875,393.46875 L 382.875,390.53125 L 385.4375,390.34375 L 386,388.78125 L 382.6875,388.375 L 382.125,384.875 L 384.25,381.5625 L 387,381.34375 L 389.71875,383.90625 L 387,387.59375 L 387.78125,388.96875 L 391.6875,389.375 L 394.21875,387.21875 L 392.84375,390.15625 L 393.25,392.5 L 397.34375,392.875 L 402.8125,393.28125 L 403.59375,395.8125 L 406.53125,397.96875 L 409.0625,398.15625 L 410.8125,396.59375 L 411.8125,393.65625 L 413.375,395.03125 L 414.53125,396.40625 L 415.3125,389.15625 L 413.375,388.78125 L 412.1875,386.25 L 405.5625,384.46875 L 404.75,381.15625 L 407.125,379.59375 L 405.15625,378.21875 L 405.5625,376.46875 L 408.6875,376.65625 L 411.40625,378.03125 L 413.5625,375.5 L 411.40625,373.75 L 411.59375,371.40625 L 412.78125,367.6875 L 416.875,367.28125 L 420.1875,365.9375 L 420.53125,365.15625 L 417,364.75 L 415.75,363.6875 L 413.8125,363.5 L 411.90625,362 L 409.375,360.5 L 406.59375,360.5 L 405.53125,359.4375 L 405.34375,343.53125 L 404.6875,343.53125 L 403.84375,345 L 401.9375,346.28125 L 397.46875,345 L 394.0625,343.9375 L 392.59375,344.375 L 392.15625,343.3125 L 393.21875,340.34375 L 392.78125,337.34375 L 393.65625,335.21875 L 391.53125,332.25 L 388.5625,332.25 L 384.9375,329.28125 z " id="departement26" inkscape:label="#path7989"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 149.3125,270.625 L 146.5625,270.8125 L 140.59375,274.4375 L 142.03125,275.75 L 138.90625,278.28125 L 138.53125,280.25 L 135.59375,280.625 L 134.03125,278.875 L 130.125,278.5 L 129.71875,276.53125 L 127.375,274.96875 L 124.0625,276.15625 L 126.21875,279.28125 L 128.9375,279.28125 L 131.6875,281.03125 L 133.84375,282.78125 L 137.9375,282.59375 L 138.71875,284.34375 L 141.4375,284.9375 L 142.4375,287.65625 L 144.1875,288.4375 L 144,290.59375 L 141.65625,290.21875 L 140.875,291.375 L 142.625,293.90625 L 141.65625,298.21875 L 139.3125,298.03125 L 139.5,300.75 L 140.09375,301.71875 L 137.34375,301.71875 L 136.96875,300.15625 L 138.71875,297.8125 L 138.125,296.46875 L 137.15625,295.6875 L 136.75,291 L 133.4375,290.59375 L 130.71875,287.28125 L 130.3125,294.125 L 134.8125,297.4375 L 135.1875,301.15625 L 135.96875,305.4375 L 136.375,309.75 L 138.71875,309.53125 L 142.8125,312.875 L 145.5625,314.4375 L 145.75,316.375 L 147.90625,316.78125 L 154.15625,323.03125 L 155.625,329.78125 L 161.40625,329.78125 L 162.375,328.8125 L 162.5625,331.75 L 167.65625,332.34375 L 168.4375,338.59375 L 171.1875,338.78125 L 175.65625,343.28125 L 178,343.65625 L 180.75,342.28125 L 182.6875,343.65625 L 184.25,340.34375 L 185.8125,337.625 L 181.65625,334.8125 L 180.375,333.09375 L 178.65625,331.1875 L 174.625,331.84375 L 173.34375,331.1875 L 173.15625,330.125 L 175.28125,329.28125 L 175.28125,328.875 L 173.78125,328.4375 L 172.71875,327.59375 L 175.28125,325.46875 L 175.28125,323.96875 L 174,322.6875 L 174.84375,321.84375 L 175.28125,319.71875 L 173.78125,318.25 L 172.5,316.125 L 170.1875,314 L 168.46875,312.9375 L 169.96875,311.21875 L 169.125,311.03125 L 168.90625,306.5625 L 167.1875,305.90625 L 169.53125,304.65625 L 172.3125,304.65625 L 173.5625,303.59375 L 175.90625,303.59375 L 176.34375,304.65625 L 178.46875,304.84375 L 179.9375,304.21875 L 180.375,300.1875 L 182.0625,294.03125 L 182.125,294 L 180.59375,292.53125 L 180.15625,290.40625 L 177.40625,289.125 L 173.78125,286.59375 L 169.3125,287 L 166.5625,283.40625 L 162.53125,283.1875 L 159.34375,280.84375 L 159.34375,279.5625 L 157.21875,277.25 L 157.125,274.375 L 154.1875,272.1875 L 150.46875,273.75 L 149.3125,270.625 z " id="departement17" inkscape:label="#path7071"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 265.75,307.625 L 264.90625,309.75 L 261.71875,310.375 L 260.46875,312.5 L 258.96875,312.5 L 256.84375,311.875 L 255.34375,314.40625 L 253.03125,314.625 L 251.53125,317.375 L 249.625,317.375 L 248.125,318.875 L 244.3125,318.4375 L 243.03125,320.5625 L 241.5625,320.375 L 239,323.5625 L 236.65625,322.6875 L 235.5625,324.90625 L 236.40625,327.0625 L 238.5625,328.8125 L 234.65625,332.34375 L 234.65625,335.0625 L 236.21875,335.84375 L 234.65625,337.8125 L 236.8125,339.5625 L 235.25,341.5 L 237,342.6875 L 241.28125,342.5 L 241.09375,346.78125 L 242.71875,349.34375 L 243.3125,349.25 L 247.46875,347.3125 L 252.4375,349.53125 L 256.28125,355.03125 L 258.5,354.75 L 261.8125,351.4375 L 262.90625,353.375 L 265.125,351.1875 L 268.15625,352 L 268.25,352.65625 L 270.78125,350.875 L 270,348.9375 L 268.8125,347.75 L 270.375,345.8125 L 271.9375,345.8125 L 272.9375,342.6875 L 273.71875,341.125 L 273.125,337.59375 L 275.65625,334.09375 L 279.1875,331.9375 L 279.375,326.46875 L 281.125,327.4375 L 283.09375,329.59375 L 285.03125,329.59375 L 286.21875,328.21875 L 285.25,325.875 L 286.21875,322.375 L 285.625,319.0625 L 284.4375,317.6875 L 284.4375,314.9375 L 286.21875,312.03125 L 285.8125,309.28125 L 285.375,308.84375 L 283.40625,310.375 L 279.5625,310.375 L 278.3125,312.28125 L 275.96875,312.28125 L 274.0625,310.375 L 273.1875,309.09375 L 268.3125,309.09375 L 267.25,307.625 L 265.75,307.625 z " id="departement19" inkscape:label="#path7073"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 256.125,267.875 L 254.96875,271 L 251.4375,270.8125 L 250.65625,270.40625 L 248.3125,270.625 L 246.5625,269.4375 L 243.1875,273.3125 L 243.25,276.1875 L 240.90625,280.84375 L 241.34375,283.1875 L 243.875,283.8125 L 245.59375,288.0625 L 247.28125,289.78125 L 246.65625,297.84375 L 250.25,296.78125 L 251.75,298.6875 L 249.40625,300.59375 L 249.40625,302.53125 L 251.3125,302.71875 L 254.71875,302.53125 L 255.78125,301.03125 L 256.625,301.03125 L 256.21875,303.59375 L 258.96875,304.84375 L 261.53125,306.5625 L 261.53125,307.625 L 260.03125,307.625 L 260.46875,310.15625 L 261.46875,310.78125 L 261.71875,310.375 L 264.90625,309.75 L 265.75,307.625 L 267.25,307.625 L 268.3125,309.09375 L 273.1875,309.09375 L 274.0625,310.375 L 275.96875,312.28125 L 278.3125,312.28125 L 279.5625,310.375 L 283.40625,310.375 L 285.375,308.84375 L 281.3125,304.78125 L 280.9375,303.03125 L 284.65625,300.875 L 286.8125,299.71875 L 287.375,296.96875 L 289.71875,295.21875 L 288.9375,291.5 L 287.375,289.5625 L 287,283.5 L 284.84375,278.4375 L 282.6875,277.65625 L 281.125,274.90625 L 279.75,276.65625 L 278.40625,274.90625 L 278.40625,272.5625 L 276.0625,269.25 L 269.625,270.03125 L 265.90625,269.0625 L 256.125,267.875 z " id="departement23" inkscape:label="#path8877"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 239.53125,270.8125 L 237.78125,272.5625 L 232.875,272.1875 L 232.3125,272.0625 L 228.59375,272.75 L 226.4375,274.53125 L 226.4375,276.875 L 222.15625,277.0625 L 219.625,280 L 218.0625,281.15625 L 219.40625,282.71875 L 219.21875,288 L 218.25,289.75 L 219.8125,291.5 L 222.53125,291.71875 L 223.125,294.4375 L 223.3125,296.1875 L 219.8125,296.96875 L 218.0625,297.5625 L 218.4375,302.4375 L 216.09375,304 L 214.125,304.59375 L 213.15625,307.34375 L 211.59375,307.53125 L 210.9375,310.5 L 215.5,310.65625 L 216.5,312.59375 L 215.6875,314.75 L 217.46875,317.09375 L 218.8125,316.71875 L 220.1875,314.75 L 226.4375,315.34375 L 227.4375,319.25 L 231.71875,319.84375 L 232.6875,321.1875 L 229.75,322.5625 L 231.125,323.53125 L 235.25,324.125 L 235.5625,324.90625 L 236.65625,322.6875 L 239,323.5625 L 241.5625,320.375 L 243.03125,320.5625 L 244.3125,318.4375 L 248.125,318.875 L 249.625,317.375 L 251.53125,317.375 L 253.03125,314.625 L 255.34375,314.40625 L 256.84375,311.875 L 258.96875,312.5 L 260.46875,312.5 L 261.46875,310.78125 L 260.46875,310.15625 L 260.03125,307.625 L 261.53125,307.625 L 261.53125,306.5625 L 258.96875,304.84375 L 256.21875,303.59375 L 256.625,301.03125 L 255.78125,301.03125 L 254.71875,302.53125 L 251.3125,302.71875 L 249.40625,302.53125 L 249.40625,300.59375 L 251.75,298.6875 L 250.25,296.78125 L 246.65625,297.84375 L 247.28125,289.78125 L 245.59375,288.0625 L 243.875,283.8125 L 241.34375,283.1875 L 240.90625,280.84375 L 243.25,276.1875 L 243.1875,273.3125 L 242.65625,273.9375 L 239.53125,270.8125 z " id="departement87" inkscape:label="#path8884"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 188.75,225.6875 L 185.03125,229.59375 L 184.09375,231.21875 L 184.40625,236.03125 L 186.09375,235.8125 L 186.3125,237.9375 L 186.96875,241.34375 L 188.03125,243.6875 L 186.75,245.15625 L 187.375,246.21875 L 186.53125,247.71875 L 186.53125,248.34375 L 188.03125,250.0625 L 188.03125,251.125 L 187.375,252.8125 L 185.25,256 L 187.375,256.84375 L 188.03125,258.34375 L 187.15625,260.65625 L 186.96875,261.71875 L 185.6875,263.84375 L 185.6875,265.34375 L 186.53125,265.5625 L 186.53125,270.03125 L 188.03125,271.09375 L 187.375,272.5625 L 187.59375,273.84375 L 189.28125,275.75 L 190.15625,274.46875 L 190.15625,273.40625 L 191.84375,272.5625 L 193.125,273.40625 L 193.125,276.59375 L 191.84375,278.09375 L 190.78125,280.625 L 192.25,282.96875 L 195.25,283.8125 L 194.59375,285.75 L 191.8125,286.21875 L 194.375,289.34375 L 197.78125,289.125 L 200.75,288.0625 L 203.75,289.78125 L 204.8125,288.9375 L 204.59375,286.15625 L 206.28125,284.875 L 207.78125,287.4375 L 209.03125,288.71875 L 212.65625,287.21875 L 214.15625,285.53125 L 217.53125,285.53125 L 219.28125,286.40625 L 219.40625,282.71875 L 218.0625,281.15625 L 219.625,280 L 222.15625,277.0625 L 226.4375,276.875 L 226.4375,274.53125 L 228.59375,272.75 L 233.875,271.78125 L 234.25,268.84375 L 232.125,267.6875 L 230.9375,263.59375 L 227.8125,263.1875 L 225.875,261.25 L 222.15625,258.3125 L 222.9375,255.96875 L 222.9375,252.25 L 219.40625,248.75 L 219.03125,246 L 215.6875,242.5 L 214.53125,237.8125 L 213.15625,237.21875 L 211.59375,235.0625 L 210.03125,236.03125 L 210.4375,238.1875 L 205.34375,239.375 L 199.5,239.375 L 199.6875,237.03125 L 199.6875,233.3125 L 195,231.9375 L 195,229.59375 L 191.28125,228.8125 L 190.5,225.6875 L 188.75,225.6875 z " id="departement86" inkscape:label="#path8891"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 255, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 206.28125,284.875 L 204.59375,286.15625 L 204.8125,288.9375 L 203.75,289.78125 L 200.75,288.0625 L 197.78125,289.125 L 194.375,289.34375 L 191.8125,286.21875 L 191,286.375 L 187.59375,288.0625 L 185.03125,288.71875 L 185.03125,290.1875 L 183.5625,291.90625 L 183.96875,292.96875 L 182.0625,294.03125 L 180.375,300.1875 L 179.9375,304.21875 L 178.46875,304.84375 L 176.34375,304.65625 L 175.90625,303.59375 L 173.5625,303.59375 L 172.3125,304.65625 L 169.53125,304.65625 L 167.1875,305.90625 L 168.90625,306.5625 L 169.125,311.03125 L 169.96875,311.21875 L 168.46875,312.9375 L 170.1875,314 L 172.5,316.125 L 173.78125,318.25 L 175.28125,319.71875 L 174.84375,321.84375 L 174,322.6875 L 175.28125,323.96875 L 175.28125,325.46875 L 172.71875,327.59375 L 173.78125,328.4375 L 175.28125,328.875 L 175.28125,329.28125 L 173.15625,330.125 L 173.34375,331.1875 L 174.625,331.84375 L 178.65625,331.1875 L 180.375,333.09375 L 181.65625,334.8125 L 185.8125,337.625 L 186.40625,336.625 L 190.3125,337.03125 L 192.25,335.25 L 195.78125,331.75 L 195.96875,324.90625 L 205.15625,318.65625 L 205.34375,313.96875 L 208.09375,313.59375 L 209.84375,310.46875 L 210.9375,310.5 L 211.59375,307.53125 L 213.15625,307.34375 L 214.125,304.59375 L 216.09375,304 L 218.4375,302.4375 L 218.0625,297.5625 L 219.8125,296.96875 L 223.3125,296.1875 L 223.125,294.4375 L 222.53125,291.71875 L 219.8125,291.5 L 218.25,289.75 L 219.21875,288 L 219.28125,286.40625 L 217.53125,285.53125 L 214.15625,285.53125 L 212.65625,287.21875 L 209.03125,288.71875 L 207.78125,287.4375 L 206.28125,284.875 z " id="departement16" inkscape:label="#path8898"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 181.71875,229.40625 L 176.4375,229.59375 L 171.5625,230.5625 L 166.28125,230.96875 L 166.28125,233.6875 L 163.5625,235.46875 L 157.5,234.09375 L 153.40625,235.84375 L 155.34375,238.59375 L 155.34375,240.9375 L 160.03125,244.84375 L 158.875,247.375 L 162,250.875 L 160.625,252.65625 L 162.5625,255.5625 L 163.15625,261.03125 L 162,262.59375 L 163.375,264.9375 L 162,267.5 L 162.1875,269.0625 L 163.75,267.875 L 165.6875,269.84375 L 162.96875,271.59375 L 162,272.75 L 159.84375,273.34375 L 157.3125,274.53125 L 157.125,274.375 L 157.21875,277.25 L 159.34375,279.5625 L 159.34375,280.84375 L 162.53125,283.1875 L 166.5625,283.40625 L 169.3125,287 L 173.78125,286.59375 L 177.40625,289.125 L 180.15625,290.40625 L 180.59375,292.53125 L 182.125,294 L 183.96875,292.96875 L 183.5625,291.90625 L 185.03125,290.1875 L 185.03125,288.71875 L 187.59375,288.0625 L 191,286.375 L 194.59375,285.75 L 195.25,283.8125 L 192.25,282.96875 L 190.78125,280.625 L 191.84375,278.09375 L 193.125,276.59375 L 193.125,273.40625 L 191.84375,272.5625 L 190.15625,273.40625 L 190.15625,274.46875 L 189.28125,275.75 L 187.59375,273.84375 L 187.375,272.5625 L 188.03125,271.09375 L 186.53125,270.03125 L 186.53125,265.5625 L 185.6875,265.34375 L 185.6875,263.84375 L 186.96875,261.71875 L 187.15625,260.65625 L 188.03125,258.34375 L 187.375,256.84375 L 185.25,256 L 187.375,252.8125 L 188.03125,251.125 L 188.03125,250.0625 L 186.53125,248.34375 L 186.53125,247.71875 L 187.375,246.21875 L 186.75,245.15625 L 188.03125,243.6875 L 186.96875,241.34375 L 186.3125,237.9375 L 186.09375,235.8125 L 184.40625,236.03125 L 184.09375,231.21875 L 183.6875,231.9375 L 182.3125,230.78125 L 181.71875,229.40625 z " id="departement79" inkscape:label="#path8905"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 69.78125,123.21875 L 68,124.59375 L 63.53125,125.15625 L 62.53125,126.53125 L 59.40625,124.1875 L 55.3125,126.9375 L 56.875,129.0625 L 54.15625,132.78125 L 54.03125,132.71875 L 52.90625,137.96875 L 55.3125,138.125 L 55.15625,140.21875 L 56.9375,141.34375 L 55.3125,142.96875 L 54.1875,143.78125 L 54.34375,145.6875 L 56.78125,146.5 L 54.5,147.15625 L 54.5,149.5625 L 55.96875,151.5 L 56.28125,157.15625 L 55.3125,158.125 L 56.125,161.03125 L 59.1875,161.84375 L 59.5,163.4375 L 61.4375,163.59375 L 63.0625,162.46875 L 64.03125,163.4375 L 67.75,165.0625 L 70.8125,163.4375 L 71.59375,161.84375 L 74.1875,161.65625 L 77.09375,164.25 L 79.84375,163.59375 L 82.25,166.03125 L 83.375,166.03125 L 84.5,167.46875 L 86.78125,167.46875 L 87.5625,166.34375 L 88.53125,168.4375 L 90.96875,169.40625 L 94.03125,167.46875 L 94.03125,165.375 L 96.28125,164.5625 L 97.71875,164.5625 L 99.5,167.8125 L 103.375,168.125 L 105.3125,165.6875 L 107.40625,161.1875 L 110.15625,160.21875 L 111.59375,158.125 L 113.0625,159.5625 L 116.125,158.9375 L 117.09375,150.0625 L 118.0625,146.5 L 117.09375,144.5625 L 115.46875,143.9375 L 114.375,138.03125 L 113.125,139.4375 L 109.40625,139.03125 L 109.03125,141.1875 L 106.6875,141.375 L 106.5,138.65625 L 104.53125,138.0625 L 103.15625,139.625 L 103.15625,135.71875 L 100.8125,137.46875 L 97.3125,136.875 L 96.125,139.21875 L 88.90625,143.125 L 88.90625,145.09375 L 87.34375,145.09375 L 87.34375,141.5625 L 83.25,139.625 L 83.625,136.09375 L 79.9375,133.375 L 79.9375,130.0625 L 77.1875,129.46875 L 77.375,126.34375 L 75.25,126.15625 L 75.4375,124 L 71.53125,124 L 70.9375,125.9375 L 69.78125,123.21875 z " id="departement22" inkscape:label="#path9789"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 138.53125,229.5625 L 137.40625,231.65625 L 134.1875,231.65625 L 135.46875,232.96875 L 134.5,236.1875 L 131.59375,237.15625 L 130.46875,236.34375 L 130.96875,233.125 L 130.15625,231.34375 L 128.375,231.34375 L 127.09375,232.78125 L 127.71875,237.3125 L 129.1875,239.40625 L 127.71875,241.03125 L 125,240.53125 L 120.96875,239.5625 L 119.84375,236.5 L 117.25,236.1875 L 113.875,234.71875 L 113.0625,232.78125 L 109.375,230.375 L 103.5625,237.875 L 103.375,242.5625 L 109.40625,248.40625 L 109.21875,250.15625 L 110.96875,250.15625 L 114.6875,261.3125 L 118.59375,263.25 L 122.5,267.15625 L 127,267.15625 L 128.75,271.0625 L 133.0625,271.0625 L 135,274 L 139.3125,276.15625 L 139.5,273.40625 L 140.59375,274.4375 L 146.5625,270.8125 L 149.3125,270.625 L 150.46875,273.75 L 154.1875,272.1875 L 157.3125,274.53125 L 159.84375,273.34375 L 162,272.75 L 162.96875,271.59375 L 165.6875,269.84375 L 163.75,267.875 L 162.1875,269.0625 L 162,267.5 L 163.375,264.9375 L 162,262.59375 L 163.15625,261.03125 L 162.5625,255.5625 L 160.625,252.65625 L 162,250.875 L 158.875,247.375 L 160.03125,244.84375 L 155.34375,240.9375 L 155.34375,238.59375 L 153.40625,235.84375 L 153.78125,235.6875 L 151.125,233.4375 L 146.125,233.4375 L 144.5,232.46875 L 142.25,232.15625 L 139.65625,229.71875 L 138.53125,229.5625 z " id="departement85" inkscape:label="#path9791"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 119.5625,77.5 L 118.78125,79.46875 L 122.90625,82.78125 L 122.90625,87.09375 L 121.34375,89.03125 L 122.3125,90 L 122.90625,90.40625 L 122.5,94.125 L 123.875,97.25 L 128.375,102.3125 L 129.34375,106.8125 L 130.3125,108.1875 L 130.3125,115.21875 L 132.65625,119.90625 L 132.65625,125.375 L 130.125,130.4375 L 132.84375,137.46875 L 137.15625,138.4375 L 137.53125,140.40625 L 135.40625,141.375 L 131.71875,141.375 L 132.3125,143.84375 L 133.46875,147.5625 L 136.8125,150.5 L 138.375,150.875 L 139.9375,148.75 L 141.6875,148.53125 L 143.8125,146 L 145.78125,147.5625 L 148.125,147.5625 L 149.6875,148.34375 L 149.6875,148.71875 L 153,149.125 L 154.96875,147.5625 L 157.875,148.75 L 157.9375,148.875 L 161.28125,146.03125 L 162.40625,142.3125 L 162.09375,140.6875 L 162.5625,138.78125 L 160.625,136.84375 L 155.625,133.59375 L 151.9375,133.28125 L 148.21875,128.59375 L 151.28125,127.46875 L 152.5625,125.0625 L 150.96875,123.59375 L 152.40625,122.3125 L 153.84375,123.4375 L 156.4375,121.84375 L 158.0625,119.25 L 158.6875,116.6875 L 157.5625,114.40625 L 158.21875,113.59375 L 156.75,111.1875 L 158.375,109.09375 L 157.09375,107.46875 L 155.46875,109.5625 L 153.21875,108.28125 L 149.5,104.5625 L 149.34375,102.96875 L 150.46875,101.84375 L 150.125,99.6875 L 148.28125,100.15625 L 148.09375,95.46875 L 143,89.4375 L 144.5625,85.53125 L 146.71875,85.53125 L 144.78125,80.25 L 136.375,79.84375 L 131.875,82.96875 L 126.8125,79.65625 L 119.5625,77.5 z " id="departement50" inkscape:label="#path9793"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 56,160.59375 L 52.75,162.15625 L 50.46875,162.15625 L 48.0625,164.09375 L 48.21875,165.53125 L 49.65625,169.25 L 50.46875,172.15625 L 55.46875,172.96875 L 57.90625,174.90625 L 58.875,173.75 L 60.46875,175.875 L 59.65625,176.84375 L 59.5,179.71875 L 58.0625,179.71875 L 56.9375,181.5 L 54.65625,181.5 L 53.71875,185.34375 L 55.90625,188.84375 L 59.03125,189.625 L 60.1875,187.875 L 59.625,190 L 62.34375,191.1875 L 65.875,194.6875 L 67.03125,196.84375 L 66.65625,199.375 L 66.25,201.9375 L 68.59375,203.6875 L 69.78125,202.3125 L 68.59375,200.75 L 68.59375,197.25 L 70.9375,197.8125 L 71.71875,195.46875 L 72.3125,196.84375 L 74.84375,199 L 76.03125,197.03125 L 74.84375,194.3125 L 77,197.25 L 79.71875,196.84375 L 79.15625,195.46875 L 81.6875,196.0625 L 83.625,198.40625 L 82.65625,199.96875 L 80.125,199.1875 L 77.1875,197.8125 L 75.625,199.78125 L 77.96875,200.5625 L 79.71875,203.28125 L 90.28125,202.3125 L 93,202.90625 L 91.65625,204.0625 L 91.84375,205.84375 L 92.21875,206.125 L 93.0625,205.96875 L 94.8125,204.21875 L 95.96875,205.5625 L 99.09375,205.5625 L 102.8125,203.625 L 108.28125,201.46875 L 108.46875,196 L 109.625,195.375 L 107.5625,191.5 L 109.34375,190.0625 L 109.03125,189.09375 L 107.90625,188.4375 L 109.65625,187.625 L 111.28125,185.6875 L 111.125,183.75 L 109.03125,183.75 L 108.53125,181.84375 L 110,179.90625 L 108.375,177 L 105.96875,175.53125 L 103.21875,175.53125 L 102.25,175.21875 L 102.25,173.9375 L 103.6875,172.625 L 104.5,169.40625 L 104.03125,167.3125 L 103.375,168.125 L 99.5,167.8125 L 97.71875,164.5625 L 96.28125,164.5625 L 94.03125,165.375 L 94.03125,167.46875 L 90.96875,169.40625 L 88.53125,168.4375 L 87.5625,166.34375 L 86.78125,167.46875 L 84.5,167.46875 L 83.375,166.03125 L 82.25,166.03125 L 79.84375,163.59375 L 77.09375,164.25 L 74.1875,161.65625 L 71.59375,161.84375 L 70.8125,163.4375 L 67.75,165.0625 L 64.03125,163.4375 L 63.0625,162.46875 L 61.4375,163.59375 L 59.5,163.4375 L 59.1875,161.84375 L 56.125,161.03125 L 56,160.59375 z " id="departement56" inkscape:label="#path10671"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 40.65625,129.0625 L 38.53125,131.40625 L 36.1875,130.4375 L 31.875,130.84375 L 31.09375,132.78125 L 28.5625,133.375 L 28.15625,131.21875 L 23.6875,131.8125 L 23.6875,133.1875 L 20.5625,133.375 L 19.1875,132.40625 L 17.625,133.1875 L 17.21875,135.53125 L 11.96875,135.71875 L 9.21875,139.03125 L 11.5625,140.78125 L 8.4375,143.34375 L 9.40625,145.09375 L 8.625,149.375 L 11.75,149.78125 L 12.9375,148.59375 L 13.53125,149.375 L 20.9375,148.40625 L 25.8125,144.90625 L 21.53125,149 L 21.90625,150.9375 L 25.8125,149.1875 L 25.03125,151.9375 L 29.34375,152.125 L 29.15625,153.28125 L 24.46875,153.09375 L 20.75,152.125 L 16.25,149.96875 L 13.53125,153.09375 L 17.03125,154.28125 L 16.84375,159.53125 L 17.8125,158.75 L 19.96875,155.4375 L 24.0625,157.78125 L 26.03125,158.1875 L 26.8125,161.3125 L 25.625,163.4375 L 23.09375,163.25 L 20.75,163.25 L 16.84375,163.84375 L 10.1875,164.21875 L 8.84375,166 L 10.78125,167.15625 L 12.9375,166.96875 L 14.6875,168.53125 L 17.21875,168.34375 L 21.34375,173.03125 L 22.3125,178.09375 L 20.9375,180.84375 L 25.03125,181.625 L 29.53125,181.40625 L 30.5,179.65625 L 28.75,177.3125 L 30.5,178.09375 L 32.28125,177.90625 L 35.40625,179.65625 L 37.34375,179.28125 L 37.34375,175.9375 L 38.125,179.28125 L 40.65625,183.375 L 46.125,183.75 L 46.34375,182.59375 L 47.6875,184.53125 L 51.03125,185.125 L 53.5625,185.125 L 53.71875,185.34375 L 54.65625,181.5 L 56.9375,181.5 L 58.0625,179.71875 L 59.5,179.71875 L 59.65625,176.84375 L 60.46875,175.875 L 58.875,173.75 L 57.90625,174.90625 L 55.46875,172.96875 L 50.46875,172.15625 L 49.65625,169.25 L 48.21875,165.53125 L 48.0625,164.09375 L 50.46875,162.15625 L 52.75,162.15625 L 56,160.59375 L 55.3125,158.125 L 56.28125,157.15625 L 55.96875,151.5 L 54.5,149.5625 L 54.5,147.15625 L 56.78125,146.5 L 54.34375,145.6875 L 54.1875,143.78125 L 55.3125,142.96875 L 56.9375,141.34375 L 55.15625,140.21875 L 55.3125,138.125 L 52.90625,137.96875 L 54.03125,132.71875 L 50.8125,130.84375 L 45.34375,131.03125 L 45.34375,134.9375 L 43.78125,134.9375 L 43.40625,133.1875 L 41.0625,133.5625 L 40.65625,129.0625 z " id="departement29" inkscape:label="#path10678"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 116.25,135.90625 L 114.375,138.03125 L 115.46875,143.9375 L 117.09375,144.5625 L 118.0625,146.5 L 117.09375,150.0625 L 116.125,158.9375 L 113.0625,159.5625 L 111.59375,158.125 L 110.15625,160.21875 L 107.40625,161.1875 L 105.3125,165.6875 L 104.03125,167.3125 L 104.5,169.40625 L 103.6875,172.625 L 102.25,173.9375 L 102.25,175.21875 L 103.21875,175.53125 L 105.96875,175.53125 L 108.375,177 L 110,179.90625 L 108.53125,181.84375 L 109.03125,183.75 L 111.125,183.75 L 111.28125,185.6875 L 109.65625,187.625 L 107.90625,188.4375 L 109.03125,189.09375 L 109.34375,190.0625 L 107.5625,191.5 L 109.625,195.375 L 113.5625,193.28125 L 125.65625,192.6875 L 126.4375,190.53125 L 128.40625,188.59375 L 132.6875,188 L 132.875,185.84375 L 135.8125,186.25 L 137.5625,188.59375 L 141.5,189.5625 L 142.25,188 L 143.25,184.46875 L 145.78125,178.21875 L 147.15625,177.4375 L 150.46875,177.84375 L 150.46875,172.5625 L 149.09375,171.1875 L 149.09375,165.53125 L 148.5,163.59375 L 148.5,160.46875 L 150.46875,158.5 L 150.46875,154.59375 L 149.5,153.8125 L 149.6875,148.34375 L 148.125,147.5625 L 145.78125,147.5625 L 143.8125,146 L 141.6875,148.53125 L 139.9375,148.75 L 138.375,150.875 L 136.8125,150.5 L 133.46875,147.5625 L 132.3125,143.84375 L 131.71875,141.375 L 122.125,141.375 L 118.59375,139.21875 L 120.9375,136.09375 L 116.25,135.90625 z " id="departement35" inkscape:label="#path10682"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 132.875,185.84375 L 132.6875,188 L 128.40625,188.59375 L 126.4375,190.53125 L 125.65625,192.6875 L 113.5625,193.28125 L 108.46875,196 L 108.28125,201.46875 L 102.8125,203.625 L 99.09375,205.5625 L 95.96875,205.5625 L 94.8125,204.21875 L 93.0625,205.96875 L 92.21875,206.125 L 93.21875,206.8125 L 89.5,210.125 L 90.28125,210.90625 L 91.0625,212.46875 L 89.09375,215.21875 L 91.25,216.375 L 94.96875,217.15625 L 95.34375,215.59375 L 97.5,218.34375 L 101.03125,218.34375 L 103.5625,215.59375 L 106.875,215.59375 L 103.375,217.34375 L 103.5625,219.3125 L 104.34375,221.0625 L 102.1875,223.21875 L 99.84375,223.21875 L 100.25,226.15625 L 104.53125,225.375 L 109.625,230.0625 L 109.375,230.375 L 113.0625,232.78125 L 113.875,234.71875 L 117.25,236.1875 L 119.84375,236.5 L 120.96875,239.5625 L 125,240.53125 L 127.71875,241.03125 L 129.1875,239.40625 L 127.71875,237.3125 L 127.09375,232.78125 L 128.375,231.34375 L 130.15625,231.34375 L 130.96875,233.125 L 130.46875,236.34375 L 131.59375,237.15625 L 134.5,236.1875 L 135.46875,232.96875 L 134.1875,231.65625 L 137.40625,231.65625 L 138.53125,229.5625 L 139.65625,229.71875 L 142.25,232.15625 L 144.125,232.40625 L 144.1875,230.375 L 142.5625,228.28125 L 141.125,228.28125 L 140.625,228.4375 L 139.65625,227.96875 L 140.46875,227.15625 L 140.46875,225.6875 L 142.09375,225.21875 L 143.0625,222.96875 L 142.25,222.15625 L 142.09375,219.40625 L 140,219.40625 L 137.90625,216.8125 L 137.90625,214.90625 L 140.15625,213.75 L 144.1875,212.96875 L 150.46875,213.125 L 152.40625,211.8125 L 151.75,207.78125 L 148.84375,205.0625 L 145.3125,205.53125 L 144.34375,204.71875 L 144.1875,201.84375 L 146.75,199.5625 L 144.8125,197.15625 L 143.53125,193.75 L 141.4375,192.46875 L 141.4375,190.21875 L 141.21875,189.5 L 137.5625,188.59375 L 135.8125,186.25 L 132.875,185.84375 z " id="departement44" inkscape:label="#path10689"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 141.9375,188.6875 L 141.5,189.5625 L 141.21875,189.5 L 141.4375,190.21875 L 141.4375,192.46875 L 143.53125,193.75 L 144.8125,197.15625 L 146.75,199.5625 L 144.1875,201.84375 L 144.34375,204.71875 L 145.3125,205.53125 L 148.84375,205.0625 L 151.75,207.78125 L 152.40625,211.8125 L 150.46875,213.125 L 144.1875,212.96875 L 140.15625,213.75 L 137.90625,214.90625 L 137.90625,216.8125 L 140,219.40625 L 142.09375,219.40625 L 142.25,222.15625 L 143.0625,222.96875 L 142.09375,225.21875 L 140.46875,225.6875 L 140.46875,227.15625 L 139.65625,227.96875 L 140.625,228.4375 L 141.125,228.28125 L 142.5625,228.28125 L 144.1875,230.375 L 144.125,232.40625 L 144.5,232.46875 L 146.125,233.4375 L 151.125,233.4375 L 153.78125,235.6875 L 157.5,234.09375 L 163.5625,235.46875 L 166.28125,233.6875 L 166.28125,230.96875 L 171.5625,230.5625 L 176.4375,229.59375 L 181.71875,229.40625 L 182.3125,230.78125 L 183.6875,231.9375 L 185.03125,229.59375 L 188.75,225.6875 L 190.25,225.6875 L 192.46875,217.6875 L 195.59375,213.96875 L 195.375,209.6875 L 197.34375,207.125 L 197.34375,205.96875 L 196.375,204.78125 L 197,203.5 L 194.34375,202.46875 L 186.125,197.46875 L 178.53125,195.21875 L 175.625,195.0625 L 175.625,193.125 L 173.84375,191.65625 L 171.9375,191.65625 L 168.375,190.53125 L 166.125,192.78125 L 160.96875,192.96875 L 158.6875,191.65625 L 152.90625,189.90625 L 151.59375,191.5 L 148.375,189.40625 L 145.46875,189.40625 L 141.9375,188.6875 z " id="departement49" inkscape:label="#path10696"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 202.4375,151.875 L 197.15625,152.0625 L 191.875,156.9375 L 189.125,156.78125 L 185.46875,157.96875 L 184.34375,159.90625 L 183.84375,164.09375 L 184.1875,166.65625 L 181.28125,169.09375 L 180.46875,170.6875 L 181.125,172.15625 L 180.3125,174.09375 L 180.625,174.90625 L 177.40625,175.21875 L 176.9375,176.65625 L 178.375,180.21875 L 178.21875,181.1875 L 176.9375,182.3125 L 174.1875,182.46875 L 173.84375,183.4375 L 174.5,184.40625 L 174.5,190.21875 L 173.875,191.6875 L 175.625,193.125 L 175.625,195.0625 L 178.53125,195.21875 L 186.125,197.46875 L 194.34375,202.46875 L 197,203.5 L 198.3125,200.875 L 202.21875,203.625 L 204.375,203.625 L 203.1875,199.71875 L 205.5625,201.28125 L 206.90625,199.3125 L 212.5625,197.75 L 211.59375,195.40625 L 212.96875,193.65625 L 215.90625,192.5 L 218.625,188.96875 L 218.625,185.25 L 220.59375,185.25 L 221.375,182.53125 L 221.5625,178.4375 L 219.625,176.65625 L 221.1875,173.9375 L 223.5,171 L 220.78125,169.0625 L 218.25,168.65625 L 215.5,164.5625 L 214.71875,164.5625 L 214.53125,166.5 L 214.34375,165.15625 L 210.25,165.15625 L 208.28125,162.21875 L 204.96875,161.03125 L 204,154 L 202.4375,151.875 z " id="departement72" inkscape:label="#path10703"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 182.5,146.40625 L 180.5625,146.59375 L 179.75,148.53125 L 176.84375,149.71875 L 171.5625,148.9375 L 166.28125,152.0625 L 164.34375,150.6875 L 161.40625,152.65625 L 159.25,151.09375 L 157.875,148.75 L 154.96875,147.5625 L 153,149.125 L 149.6875,148.71875 L 149.5,153.8125 L 150.46875,154.59375 L 150.46875,158.5 L 148.5,160.46875 L 148.5,163.59375 L 149.09375,165.53125 L 149.09375,171.1875 L 150.46875,172.5625 L 150.46875,177.84375 L 147.15625,177.4375 L 145.78125,178.21875 L 143.25,184.46875 L 142.25,188 L 141.9375,188.6875 L 145.46875,189.40625 L 148.375,189.40625 L 151.59375,191.5 L 152.90625,189.90625 L 158.6875,191.65625 L 160.96875,192.96875 L 166.125,192.78125 L 168.375,190.53125 L 171.9375,191.65625 L 173.84375,191.65625 L 173.875,191.6875 L 174.5,190.21875 L 174.5,184.40625 L 173.84375,183.4375 L 174.1875,182.46875 L 176.9375,182.3125 L 178.21875,181.1875 L 178.375,180.21875 L 176.9375,176.65625 L 177.40625,175.21875 L 180.625,174.90625 L 180.3125,174.09375 L 181.125,172.15625 L 180.46875,170.6875 L 181.28125,169.09375 L 184.1875,166.65625 L 183.84375,164.09375 L 184.34375,159.90625 L 185.46875,157.96875 L 189.125,156.78125 L 188.5625,156.75 L 187.5625,153.21875 L 185.03125,152.25 L 184.25,147.96875 L 182.5,146.40625 z " id="departement53" inkscape:label="#path10710"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 202.65625,97.78125 L 198.09375,98.59375 L 190.65625,102.90625 L 182.28125,106.21875 L 175.625,102.5 L 159.625,100.15625 L 155.90625,98.21875 L 150.125,99.6875 L 150.46875,101.84375 L 149.34375,102.96875 L 149.5,104.5625 L 153.21875,108.28125 L 155.46875,109.5625 L 157.09375,107.46875 L 158.375,109.09375 L 156.75,111.1875 L 158.21875,113.59375 L 157.5625,114.40625 L 158.6875,116.6875 L 158.0625,119.25 L 156.4375,121.84375 L 153.84375,123.4375 L 152.40625,122.3125 L 150.96875,123.59375 L 152.5625,125.0625 L 151.28125,127.46875 L 148.21875,128.59375 L 151.9375,133.28125 L 155.625,133.59375 L 158.46875,135.4375 L 162.40625,134.25 L 165.3125,130.875 L 169.34375,132 L 172.875,129.5625 L 175,128.78125 L 177.25,131.03125 L 180.96875,130.375 L 184.1875,132.15625 L 188.21875,130.875 L 191.90625,128.125 L 194.34375,125.375 L 195.96875,125.0625 L 196.4375,127.15625 L 197.71875,126.84375 L 197.875,125.375 L 201.59375,124.75 L 202.875,125.53125 L 206.84375,124.65625 L 207.5,122.75 L 207.3125,121 L 205.34375,120.21875 L 205.15625,118.84375 L 206.90625,117.6875 L 207.125,115.71875 L 205.9375,111.03125 L 203.59375,107.71875 L 205.5625,106.5625 L 205.5625,105.78125 L 203.59375,105.1875 L 202.65625,97.78125 z " id="departement14" inkscape:label="#path10717"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 206.84375,124.65625 L 202.875,125.53125 L 201.59375,124.75 L 197.875,125.375 L 197.71875,126.84375 L 196.4375,127.15625 L 195.96875,125.0625 L 194.34375,125.375 L 191.90625,128.125 L 188.21875,130.875 L 184.1875,132.15625 L 180.96875,130.375 L 177.25,131.03125 L 175,128.78125 L 172.875,129.5625 L 169.34375,132 L 165.3125,130.875 L 162.40625,134.25 L 158.46875,135.4375 L 160.625,136.84375 L 162.5625,138.78125 L 162.09375,140.6875 L 162.40625,142.3125 L 161.28125,146.03125 L 157.9375,148.875 L 159.25,151.09375 L 161.40625,152.65625 L 164.34375,150.6875 L 166.28125,152.0625 L 171.5625,148.9375 L 176.84375,149.71875 L 179.75,148.53125 L 180.5625,146.59375 L 182.5,146.40625 L 184.25,147.96875 L 185.03125,152.25 L 187.5625,153.21875 L 188.5625,156.75 L 191.875,156.9375 L 197.15625,152.0625 L 202.4375,151.875 L 204,154 L 204.96875,161.03125 L 208.28125,162.21875 L 210.25,165.15625 L 214.34375,165.15625 L 214.53125,166.5 L 214.71875,164.5625 L 215.5,164.5625 L 218.25,168.65625 L 220.375,169 L 220.375,164.375 L 219.03125,162.59375 L 218.625,161.03125 L 221.5625,159.28125 L 224.5,158.6875 L 226.4375,156.34375 L 226.0625,149.125 L 221.9375,145.625 L 221.75,142.28125 L 218.25,139.9375 L 219.625,138 L 218.8125,135.0625 L 216.09375,134.09375 L 214.125,132.125 L 212.96875,129.40625 L 207.5,129.21875 L 205.9375,127.25 L 206.84375,124.65625 z " id="departement61" inkscape:label="#path10724"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 247.15625,126.09375 L 245.96875,127.0625 L 245.96875,130.1875 L 242.0625,132.125 L 242.0625,135.0625 L 240.90625,136.4375 L 236,136.4375 L 233.6875,135.46875 L 226.625,139.15625 L 223.90625,139.15625 L 221.09375,141.84375 L 221.75,142.28125 L 221.9375,145.625 L 226.0625,149.125 L 226.4375,156.34375 L 224.5,158.6875 L 221.5625,159.28125 L 218.625,161.03125 L 219.03125,162.59375 L 220.375,164.375 L 220.375,169 L 220.78125,169.0625 L 223.5,171 L 222.5,172.25 L 224.4375,173.21875 L 227.53125,172.65625 L 229.34375,172.65625 L 229.21875,173.5 L 227.53125,174.46875 L 228.65625,175.3125 L 231.46875,175.3125 L 232.4375,177.5625 L 234.125,178.53125 L 235.375,181.34375 L 239.71875,182.46875 L 242.40625,182.1875 L 244.78125,179.9375 L 246.90625,180.53125 L 247.4375,179.375 L 247.3125,178.125 L 248.4375,177.28125 L 250.25,178.40625 L 251.375,177.5625 L 251.375,176.03125 L 252.90625,175.03125 L 254.3125,175.59375 L 255.5625,177 L 257.8125,175.75 L 260.1875,175.75 L 261.875,173.90625 L 262.875,170.28125 L 264.40625,170 L 264,166.34375 L 265.8125,164.8125 L 265.25,163.6875 L 265.46875,163.3125 L 264.9375,163.375 L 264.53125,158.125 L 264.125,157.53125 L 263.75,155 L 259.65625,154.21875 L 257.875,152.0625 L 257.3125,147.75 L 254.96875,147.375 L 254.5625,145.21875 L 251.84375,143.28125 L 250.46875,139.9375 L 251.84375,137.59375 L 250.46875,136.03125 L 250.46875,134.09375 L 251.25,131.9375 L 249.6875,130.375 L 249.09375,128.03125 L 247.15625,126.09375 z " id="departement28" inkscape:label="#path11613"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 318.4375,157.34375 L 316.6875,158.6875 L 309.0625,158.3125 L 305.5625,160.0625 L 304.1875,163 L 305.75,164.75 L 303.40625,167.5 L 301.625,169.625 L 305.15625,172.96875 L 306.125,176.09375 L 308.6875,178.8125 L 308.6875,182.34375 L 303.59375,186.625 L 305.34375,188.59375 L 304.96875,191.5 L 302.21875,193.46875 L 298.3125,193.46875 L 298.90625,195.625 L 301.4375,199.125 L 302.03125,202.25 L 302.625,204.40625 L 301.46875,204.75 L 303.9375,205.3125 L 305.78125,205.3125 L 306.75,203.78125 L 308,203.78125 L 309.40625,205.03125 L 309.125,206.59375 L 310.40625,207.4375 L 312.21875,207.4375 L 314.75,209.125 L 315.875,208.5625 L 317,209.53125 L 318.125,209.25 L 320.0625,208 L 321.90625,208.5625 L 323.15625,208.28125 L 323.15625,204.78125 L 323.84375,204.90625 L 324.28125,206.71875 L 326.53125,208.125 L 326.53125,210.25 L 329.75,210.375 L 333.96875,214.3125 L 336.625,214.4375 L 336.46875,213.1875 L 337.59375,211.5 L 338.59375,212.75 L 337.75,214.15625 L 338.15625,215.4375 L 339.6875,214.4375 L 341.53125,214.4375 L 341.375,217.25 L 343.0625,218.375 L 344.34375,217.8125 L 347.46875,215.6875 L 347.28125,215.28125 L 345.4375,214.15625 L 345.3125,212.1875 L 347.28125,211.21875 L 348.125,210.09375 L 347.5625,209.125 L 347.5625,206.875 L 349.09375,204.625 L 351.34375,199.84375 L 351.75,197.75 L 353.15625,197.1875 L 353.3125,196.78125 L 352.59375,196.21875 L 352.59375,194.53125 L 354.84375,192.84375 L 355.40625,190.03125 L 354.4375,188.375 L 352.875,188.375 L 352.46875,187.9375 L 352.46875,185.5625 L 354.4375,184.15625 L 354.28125,182.75 L 354,181.34375 L 353,183.5 L 351.625,183.3125 L 350.46875,181.15625 L 346.5625,183.125 L 338.75,182.71875 L 337.78125,180.5625 L 335.625,177.65625 L 335.25,174.125 L 332.125,170.40625 L 330.15625,171.78125 L 326.625,169.0625 L 327.21875,163.78125 L 322.15625,158.5 L 319.8125,158.5 L 318.4375,157.34375 z " id="departement89" inkscape:label="#path11615"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 423.5,175.5 L 419.8125,176.09375 L 419.21875,178.03125 L 417.25,179.40625 L 415.90625,177.84375 L 414.9375,178.4375 L 415.6875,179.59375 L 413.75,180.78125 L 414.34375,182.34375 L 412.1875,183.125 L 412.1875,185.65625 L 409.4375,185.65625 L 409.25,187.21875 L 406.53125,187.8125 L 406.71875,190.15625 L 408.46875,190.34375 L 407.5,191.5 L 406.90625,195.40625 L 405.15625,195.40625 L 402.21875,196.59375 L 399.09375,195.40625 L 396.375,196.59375 L 396.375,198.5625 L 398.5,198.9375 L 400.0625,202.0625 L 400.28125,203.625 L 397.75,206.5625 L 396.5625,206.9375 L 395.78125,207.90625 L 397.9375,208.90625 L 398.3125,212.03125 L 400.0625,212.21875 L 400.28125,216.125 L 401.0625,216.90625 L 401.15625,217.53125 L 402.65625,217.9375 L 404.34375,219.34375 L 406.875,219.34375 L 407.84375,218.375 L 409.5625,218.4375 L 411.34375,218.5 L 415.28125,215.28125 L 416.40625,215.28125 L 417.65625,214.3125 L 421.71875,214.4375 L 424.8125,211.90625 L 427.0625,211.5 L 427.90625,209.40625 L 429.71875,208.84375 L 431.53125,205.75 L 434.0625,203.78125 L 436.71875,203.375 L 438.6875,204.78125 L 442.34375,204.34375 L 442.34375,202.375 L 443.8125,201.53125 L 444.96875,199.9375 L 447.21875,199.9375 L 448.46875,198.625 L 448.9375,195.5 L 448.9375,193.5625 L 448.09375,190.59375 L 448.09375,188.09375 L 449.625,186.96875 L 451.4375,186.03125 L 451.25,185.65625 L 445,182.34375 L 443.25,180.375 L 441.5,179.21875 L 439.9375,180 L 439.71875,181.15625 L 438.15625,182.125 L 437.1875,182.125 L 434.25,178.8125 L 430.15625,178.8125 L 428.40625,180.1875 L 426.84375,180.375 L 424.3125,178.4375 L 424.5,176.28125 L 423.5,175.5 z " id="departement70"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(169, 255, 169); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 241.9375,61.5 L 240.65625,63.0625 L 232.28125,69.5 L 217.4375,73.21875 L 207.65625,76.71875 L 199.65625,81.03125 L 194.96875,88.0625 L 194,93.53125 L 197.90625,96.46875 L 203.5625,97.625 L 202.65625,97.78125 L 202.6875,97.9375 L 207.0625,97.375 L 209.3125,94.96875 L 211,94.5625 L 212.9375,97.9375 L 215.625,97.65625 L 216.75,99.59375 L 221.5,99.3125 L 226.28125,102.6875 L 223.1875,103.65625 L 225.4375,105.34375 L 226.84375,105.34375 L 228.09375,108.03125 L 230.34375,108.03125 L 231.03125,106.34375 L 229.34375,105.21875 L 234.125,103.8125 L 239.15625,103.25 L 240.4375,99.59375 L 242.8125,97.5 L 247.3125,97.375 L 252.5,100.03125 L 255.59375,100.375 L 256.125,98.75 L 257.5,96.1875 L 258.28125,94.84375 L 256.3125,94.84375 L 256.3125,91.5 L 255.15625,89.5625 L 255.9375,85.65625 L 256.71875,83.6875 L 255.15625,83.6875 L 255.9375,81.75 L 257.875,79.40625 L 255.9375,75.875 L 255.34375,72.375 L 246.75,63.96875 L 245.78125,62.03125 L 243.625,62.21875 L 241.9375,61.5 z " id="departement76" inkscape:label="#path11619"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 211,94.5625 L 209.3125,94.96875 L 207.0625,97.375 L 202.6875,97.9375 L 203.59375,105.1875 L 205.5625,105.78125 L 205.5625,106.5625 L 203.59375,107.71875 L 205.9375,111.03125 L 207.125,115.71875 L 206.90625,117.6875 L 205.15625,118.84375 L 205.34375,120.21875 L 207.3125,121 L 207.5,122.75 L 205.9375,127.25 L 207.5,129.21875 L 212.96875,129.40625 L 214.125,132.125 L 216.09375,134.09375 L 218.8125,135.0625 L 219.625,138 L 218.25,139.9375 L 221.09375,141.84375 L 223.90625,139.15625 L 226.625,139.15625 L 233.6875,135.46875 L 236,136.4375 L 240.90625,136.4375 L 242.0625,135.0625 L 242.0625,132.125 L 245.96875,130.1875 L 245.96875,127.0625 L 247.03125,126.1875 L 246.9375,125.3125 L 247.9375,124.3125 L 246.1875,123.9375 L 246.1875,122.375 L 245.1875,120.8125 L 245.96875,119.84375 L 251.4375,118.28125 L 252.8125,115.9375 L 254,111.625 L 255.4375,109.84375 L 255.75,107.53125 L 257.5,108.5 L 258.875,108.125 L 257.875,106.5625 L 257.3125,102.0625 L 255.5625,100.5 L 255.59375,100.375 L 252.5,100.03125 L 247.3125,97.375 L 242.8125,97.5 L 240.4375,99.59375 L 239.15625,103.25 L 234.125,103.8125 L 229.34375,105.21875 L 231.03125,106.34375 L 230.34375,108.03125 L 228.09375,108.03125 L 226.84375,105.34375 L 225.4375,105.34375 L 223.1875,103.65625 L 226.28125,102.6875 L 221.5,99.3125 L 216.75,99.59375 L 215.625,97.65625 L 212.9375,97.9375 L 211,94.5625 z " id="departement27" inkscape:label="#path12499"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 212.1875,196.875 L 212.5625,197.75 L 206.90625,199.3125 L 205.5625,201.28125 L 203.1875,199.71875 L 204.375,203.625 L 202.21875,203.625 L 198.3125,200.875 L 196.375,204.78125 L 197.34375,205.96875 L 197.34375,207.125 L 195.375,209.6875 L 195.59375,213.96875 L 192.46875,217.6875 L 190.25,225.6875 L 190.5,225.6875 L 191.28125,228.8125 L 195,229.59375 L 195,231.9375 L 199.6875,233.3125 L 199.6875,237.03125 L 199.5,239.375 L 205.34375,239.375 L 210.4375,238.1875 L 210.03125,236.03125 L 211.59375,235.0625 L 213.15625,237.21875 L 214.53125,237.8125 L 215.6875,242.5 L 219.03125,246 L 219.40625,248.75 L 222.4375,251.75 L 224.15625,251.59375 L 226.28125,249.625 L 227.8125,241.65625 L 228.78125,238.84375 L 229.5,235.34375 L 232.59375,234.21875 L 234.6875,234.625 L 236.09375,235.90625 L 237.625,233.375 L 239.03125,232.09375 L 239.03125,230.5625 L 240.84375,230.4375 L 241.28125,228.59375 L 239.71875,226.5 L 239.96875,225.625 L 238.875,224.6875 L 235.9375,220.34375 L 232.15625,220.34375 L 231.03125,218.65625 L 231.03125,211.625 L 229.5,207.5625 L 229.21875,202.53125 L 227.25,202.375 L 225,200.6875 L 224.4375,200.6875 L 222.46875,202.09375 L 221.21875,201.25 L 220.9375,199.3125 L 222.34375,198.59375 L 222.46875,197.90625 L 221.65625,197.1875 L 212.1875,196.875 z " id="departement37" inkscape:label="#path12507"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 273.71875,160.46875 L 271.1875,162.8125 L 265.46875,163.3125 L 265.25,163.6875 L 265.8125,164.8125 L 264,166.34375 L 264.40625,170 L 262.875,170.28125 L 261.875,173.90625 L 260.1875,175.75 L 257.8125,175.75 L 255.5625,177 L 254.3125,175.59375 L 252.90625,175.03125 L 251.375,176.03125 L 251.375,177.5625 L 250.25,178.40625 L 248.4375,177.28125 L 247.3125,178.125 L 247.4375,179.375 L 246.90625,180.53125 L 247.3125,180.65625 L 248.96875,180.65625 L 248.84375,181.78125 L 247.71875,183.71875 L 247.71875,184.71875 L 248.84375,184.71875 L 249.8125,185.84375 L 250.09375,186.96875 L 247.875,189.1875 L 248.96875,191.875 L 248.96875,193.125 L 250.8125,194.375 L 253.34375,194.65625 L 255,196.0625 L 255.4375,198.46875 L 257.25,200.5625 L 259.21875,200 L 260.0625,198.1875 L 263.15625,198.59375 L 263.84375,199.3125 L 265.8125,199.3125 L 266.78125,198.1875 L 273.9375,198.46875 L 275.625,200.96875 L 277.59375,201.8125 L 279.28125,203.375 L 281.375,203.09375 L 281.9375,202.375 L 283.1875,202.375 L 284.75,204.34375 L 287.96875,204.5 L 288.8125,205.59375 L 291.0625,208.6875 L 292.03125,209.53125 L 293.28125,209.40625 L 293.4375,206.59375 L 294,206.3125 L 294.84375,206.4375 L 296.25,208.28125 L 297.21875,208.6875 L 299.21875,207.875 L 298.90625,207.53125 L 298.71875,205.5625 L 302.625,204.40625 L 302.03125,202.25 L 301.4375,199.125 L 298.90625,195.625 L 298.3125,193.46875 L 302.21875,193.46875 L 304.96875,191.5 L 305.34375,188.59375 L 303.59375,186.625 L 308.6875,182.34375 L 308.6875,178.8125 L 306.125,176.09375 L 305.15625,172.96875 L 301.625,169.625 L 296.75,172.375 L 296.375,170.8125 L 294.21875,170.625 L 293.625,172.1875 L 291.6875,172.5625 L 286.40625,172.375 L 284.25,173.75 L 282.5,172.1875 L 285.625,170.03125 L 285.4375,166.71875 L 283.09375,165.53125 L 281.125,162.59375 L 275.875,162.21875 L 273.71875,160.46875 z " id="departement45" inkscape:label="#path12515"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 254.71875,221.4375 L 253.46875,221.875 L 250.9375,221.71875 L 248,222.71875 L 247.3125,224.25 L 247.03125,223.6875 L 243.65625,223.84375 L 241.96875,225.25 L 240,225.53125 L 239.71875,226.5 L 241.28125,228.59375 L 240.84375,230.4375 L 239.03125,230.5625 L 239.03125,232.09375 L 237.625,233.375 L 236.09375,235.90625 L 234.6875,234.625 L 232.59375,234.21875 L 229.5,235.34375 L 228.78125,238.84375 L 227.8125,241.65625 L 226.28125,249.625 L 224.15625,251.59375 L 222.4375,251.75 L 222.9375,252.25 L 222.9375,255.96875 L 222.15625,258.3125 L 225.875,261.25 L 227.8125,263.1875 L 230.9375,263.59375 L 232.125,267.6875 L 234.25,268.84375 L 233.875,271.78125 L 232.3125,272.0625 L 232.875,272.1875 L 237.78125,272.5625 L 239.53125,270.8125 L 242.65625,273.9375 L 246.5625,269.4375 L 248.3125,270.625 L 250.65625,270.40625 L 251.4375,270.8125 L 254.96875,271 L 256.125,267.875 L 265.90625,269.0625 L 269.625,270.03125 L 271.3125,269.84375 L 271.40625,268.28125 L 273.375,266.3125 L 272.96875,264.625 L 271.84375,262.40625 L 272.25,261.5625 L 272.40625,259.03125 L 273.09375,258.1875 L 273.25,257.625 L 271.5625,256.09375 L 271,254.125 L 268.34375,252.71875 L 268.34375,251.03125 L 270.28125,249.90625 L 270.28125,248.78125 L 268.46875,247.25 L 267.90625,246.28125 L 269.3125,245.5625 L 269.1875,244.3125 L 271.40625,242.46875 L 271.28125,241.65625 L 269.46875,241.65625 L 268.34375,240.375 L 268.34375,239.6875 L 269.3125,238 L 269.3125,236.75 L 267.0625,233.78125 L 267.5,231.125 L 266.21875,230.15625 L 263.5625,230.28125 L 261.46875,231.125 L 258.65625,230.71875 L 257.25,229.59375 L 256.96875,228.75 L 259.21875,226.90625 L 259.375,224.6875 L 256.40625,223 L 254.71875,221.4375 z " id="departement36" inkscape:label="#path12523"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 222.5,172.25 L 221.1875,173.9375 L 219.625,176.65625 L 221.5625,178.4375 L 221.375,182.53125 L 220.59375,185.25 L 218.625,185.25 L 218.625,188.96875 L 215.90625,192.5 L 212.96875,193.65625 L 211.59375,195.40625 L 212.1875,196.875 L 221.65625,197.1875 L 222.46875,197.90625 L 222.34375,198.59375 L 220.9375,199.3125 L 221.21875,201.25 L 222.46875,202.09375 L 224.4375,200.6875 L 225,200.6875 L 227.25,202.375 L 229.21875,202.53125 L 229.5,207.5625 L 231.03125,211.625 L 231.03125,218.65625 L 232.15625,220.34375 L 235.9375,220.34375 L 238.875,224.6875 L 239.96875,225.625 L 240,225.53125 L 241.96875,225.25 L 243.65625,223.84375 L 247.03125,223.6875 L 247.3125,224.25 L 248,222.71875 L 250.9375,221.71875 L 253.46875,221.875 L 254.71875,221.4375 L 256.40625,223 L 259.375,224.6875 L 261.875,224.53125 L 261.75,222 L 262.875,220.75 L 264,220.625 L 264.96875,221.71875 L 268.90625,221.3125 L 271.40625,219.90625 L 271.125,218.9375 L 270.4375,218.09375 L 270.5625,216.25 L 272.40625,212.90625 L 274.78125,211.90625 L 274.78125,209.8125 L 275.34375,208.5625 L 273.8125,208 L 272.8125,205.875 L 270.28125,205.1875 L 270.15625,204.34375 L 272.6875,202.25 L 275.53125,200.84375 L 273.9375,198.46875 L 266.78125,198.1875 L 265.8125,199.3125 L 263.84375,199.3125 L 263.15625,198.59375 L 260.0625,198.1875 L 259.21875,200 L 257.25,200.5625 L 255.4375,198.46875 L 255,196.0625 L 253.34375,194.65625 L 250.8125,194.375 L 248.96875,193.125 L 248.96875,191.875 L 247.875,189.1875 L 250.09375,186.96875 L 249.8125,185.84375 L 248.84375,184.71875 L 247.71875,184.71875 L 247.71875,183.71875 L 248.84375,181.78125 L 248.96875,180.65625 L 247.3125,180.65625 L 244.78125,179.9375 L 242.40625,182.1875 L 239.71875,182.46875 L 235.375,181.34375 L 234.125,178.53125 L 232.4375,177.5625 L 231.46875,175.3125 L 228.65625,175.3125 L 227.53125,174.46875 L 229.21875,173.5 L 229.34375,172.65625 L 227.53125,172.65625 L 224.4375,173.21875 L 222.5,172.25 z " id="departement41" inkscape:label="#path12530"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 275.53125,200.84375 L 272.6875,202.25 L 270.15625,204.34375 L 270.28125,205.1875 L 272.8125,205.875 L 273.8125,208 L 275.34375,208.5625 L 274.78125,209.8125 L 274.78125,211.90625 L 272.40625,212.90625 L 270.5625,216.25 L 270.4375,218.09375 L 271.125,218.9375 L 271.40625,219.90625 L 268.90625,221.3125 L 264.96875,221.71875 L 264,220.625 L 262.875,220.75 L 261.75,222 L 261.875,224.53125 L 259.375,224.6875 L 259.21875,226.90625 L 256.96875,228.75 L 257.25,229.59375 L 258.65625,230.71875 L 261.46875,231.125 L 263.5625,230.28125 L 266.21875,230.15625 L 267.5,231.125 L 267.0625,233.78125 L 269.3125,236.75 L 269.3125,238 L 268.34375,239.6875 L 268.34375,240.375 L 269.46875,241.65625 L 271.28125,241.65625 L 271.40625,242.46875 L 269.1875,244.3125 L 269.3125,245.5625 L 267.90625,246.28125 L 268.46875,247.25 L 270.28125,248.78125 L 270.28125,249.90625 L 268.34375,251.03125 L 268.34375,252.71875 L 271,254.125 L 271.5625,256.09375 L 273.25,257.625 L 273.09375,258.1875 L 272.40625,259.03125 L 272.25,261.5625 L 271.84375,262.40625 L 272.96875,264.625 L 273.375,266.3125 L 271.40625,268.28125 L 271.3125,269.84375 L 275.90625,269.28125 L 276.84375,267.28125 L 279.375,264.375 L 284.25,263.375 L 286.8125,264.15625 L 289.53125,262.03125 L 289.34375,260.46875 L 288.375,259.6875 L 288.375,256.5625 L 293.625,251.28125 L 295.59375,253.4375 L 297.34375,251.65625 L 298.90625,251.46875 L 301.625,247.96875 L 306.125,248.34375 L 306.1875,249.40625 L 307.6875,244.625 L 306.71875,242.875 L 306.90625,240.34375 L 307.5,235.25 L 305.34375,233.125 L 305.75,228.4375 L 303.78125,224.3125 L 303.59375,221.59375 L 300.0625,218.84375 L 299.5,216.5 L 301.25,213.96875 L 301.25,210.25 L 299.21875,207.875 L 297.21875,208.6875 L 296.25,208.28125 L 294.84375,206.4375 L 294,206.3125 L 293.4375,206.59375 L 293.28125,209.40625 L 292.03125,209.53125 L 291.0625,208.6875 L 288.8125,205.59375 L 287.96875,204.5 L 284.75,204.34375 L 283.1875,202.375 L 281.9375,202.375 L 281.375,203.09375 L 279.28125,203.375 L 277.59375,201.8125 L 275.625,200.96875 L 275.53125,200.84375 z " id="departement18" inkscape:label="#path12537"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 363.375,177.25 L 362.96875,179.78125 L 360.4375,181.15625 L 354,181.34375 L 354.28125,182.75 L 354.4375,184.15625 L 352.46875,185.5625 L 352.46875,187.9375 L 352.875,188.375 L 354.4375,188.375 L 355.40625,190.03125 L 354.84375,192.84375 L 352.59375,194.53125 L 352.59375,196.21875 L 353.3125,196.78125 L 353.15625,197.1875 L 351.75,197.75 L 351.34375,199.84375 L 349.09375,204.625 L 347.5625,206.875 L 347.5625,209.125 L 348.125,210.09375 L 347.28125,211.21875 L 345.3125,212.1875 L 345.4375,214.15625 L 347.28125,215.28125 L 347.96875,216.8125 L 347.6875,218.9375 L 347.28125,220.46875 L 348.25,222.15625 L 351.0625,222.71875 L 352.3125,224.6875 L 352.3125,225.53125 L 351.46875,225.8125 L 351.46875,227.84375 L 351.625,227.90625 L 355.40625,231.8125 L 359.34375,231.6875 L 362.84375,234.34375 L 365.375,236.1875 L 365.5,238.5625 L 368.15625,239.125 L 370.40625,240.9375 L 376.3125,238.84375 L 380.375,237.5625 L 382.1875,237.28125 L 382.75,236.46875 L 384.71875,236.59375 L 386.25,237.5625 L 388.5,237 L 390.75,235.46875 L 392.4375,235.65625 L 392.46875,235.46875 L 393.8125,234.6875 L 393.625,233.6875 L 393.25,232.53125 L 394.21875,230.96875 L 397.53125,229.40625 L 397.53125,227.84375 L 398.71875,226.28125 L 399.875,224.71875 L 399.5,223.34375 L 400.0625,221.1875 L 400.46875,218.0625 L 401.25,218.0625 L 401.0625,216.90625 L 400.28125,216.125 L 400.0625,212.21875 L 398.3125,212.03125 L 397.9375,208.90625 L 395.78125,207.90625 L 396.5625,206.9375 L 397.75,206.5625 L 400.28125,203.625 L 400.0625,202.0625 L 398.5,198.9375 L 396.1875,198.53125 L 395.375,200.5 L 391.09375,201.46875 L 390.6875,200.5 L 387.5625,196.59375 L 385.8125,197.5625 L 383.46875,197.375 L 382.6875,195.8125 L 379.5625,196 L 379.375,192.6875 L 377.625,191.5 L 380.15625,188.78125 L 375.65625,182.71875 L 372.15625,179 L 369.03125,177.25 L 363.375,177.25 z " id="departement21" inkscape:label="#path12544"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 306.75,203.78125 L 305.78125,205.3125 L 303.9375,205.3125 L 301.46875,204.75 L 298.71875,205.5625 L 298.90625,207.53125 L 301.25,210.25 L 301.25,213.96875 L 299.5,216.5 L 300.0625,218.84375 L 303.59375,221.59375 L 303.78125,224.3125 L 305.75,228.4375 L 305.34375,233.125 L 307.5,235.25 L 306.90625,240.34375 L 306.71875,242.875 L 307.6875,244.625 L 306.1875,249.40625 L 306.3125,250.875 L 309.65625,252.4375 L 312,255 L 314.125,253.8125 L 316.09375,252.65625 L 316.5,254.40625 L 319.40625,254.40625 L 320.1875,252.84375 L 321.9375,253.625 L 322.53125,256.15625 L 324.09375,255.78125 L 327.8125,250.6875 L 329.75,252.0625 L 330.0625,252.65625 L 333.125,250.75 L 334.375,250.90625 L 335.34375,253.28125 L 337.1875,253 L 338.59375,251.59375 L 340.40625,251.59375 L 341.8125,249.78125 L 343.21875,249.5 L 343.5,248.5 L 346.5625,248.65625 L 346.71875,247.9375 L 345.3125,246.6875 L 345.3125,245.4375 L 347.28125,244.3125 L 347.28125,243.46875 L 345.4375,242.34375 L 345.15625,240.25 L 345.3125,238.28125 L 344.0625,237.4375 L 345.15625,235.90625 L 346.15625,235.34375 L 346.84375,233.65625 L 345.875,233.09375 L 344.75,231.40625 L 346.15625,229.4375 L 348.53125,228.03125 L 351.46875,228.03125 L 351.46875,225.8125 L 352.3125,225.53125 L 352.3125,224.6875 L 351.0625,222.71875 L 348.25,222.15625 L 347.28125,220.46875 L 347.6875,218.9375 L 347.96875,216.8125 L 347.46875,215.6875 L 344.34375,217.8125 L 343.0625,218.375 L 341.375,217.25 L 341.53125,214.4375 L 339.6875,214.4375 L 338.15625,215.4375 L 337.75,214.15625 L 338.59375,212.75 L 337.59375,211.5 L 336.46875,213.1875 L 336.625,214.4375 L 333.96875,214.3125 L 329.75,210.375 L 326.53125,210.25 L 326.53125,208.125 L 324.28125,206.71875 L 323.84375,204.90625 L 323.15625,204.78125 L 323.15625,208.28125 L 321.90625,208.5625 L 320.0625,208 L 318.125,209.25 L 317,209.53125 L 315.875,208.5625 L 314.75,209.125 L 312.21875,207.4375 L 310.40625,207.4375 L 309.125,206.59375 L 309.40625,205.03125 L 308,203.78125 L 306.75,203.78125 z " id="departement58" inkscape:label="#path12551"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 351.46875,227.84375 L 351.46875,228.03125 L 348.53125,228.03125 L 346.15625,229.4375 L 344.75,231.40625 L 345.875,233.09375 L 346.84375,233.65625 L 346.15625,235.34375 L 345.15625,235.90625 L 344.0625,237.4375 L 345.3125,238.28125 L 345.15625,240.25 L 345.4375,242.34375 L 347.28125,243.46875 L 347.28125,244.3125 L 345.3125,245.4375 L 345.3125,246.6875 L 346.71875,247.9375 L 346.5625,248.65625 L 343.5,248.5 L 343.21875,249.5 L 341.8125,249.78125 L 340.40625,251.59375 L 338.59375,251.59375 L 337.1875,253 L 335.34375,253.28125 L 334.375,250.90625 L 333.125,250.75 L 330.0625,252.65625 L 333.6875,259.46875 L 333.6875,262.40625 L 334.65625,263.59375 L 337.96875,263.59375 L 339.125,265.15625 L 342.25,265.15625 L 343.625,267.09375 L 343.4375,274.71875 L 339.34375,277.84375 L 339.25,278.0625 L 339.53125,278.03125 L 340.125,278.21875 L 340.3125,281.34375 L 343.25,281.9375 L 343.625,283.3125 L 345.1875,283.3125 L 347.53125,281.9375 L 353.78125,282.90625 L 354.96875,284.09375 L 356.53125,282.53125 L 358.6875,282.53125 L 359.84375,276.28125 L 360.625,275.6875 L 362.5625,275.6875 L 364.9375,277.25 L 366.6875,275.6875 L 367.84375,277.25 L 369.625,275.5 L 371.75,275.3125 L 372.75,278.4375 L 373.5,282.34375 L 374.875,282.53125 L 376.0625,279.78125 L 379.75,265.34375 L 381.125,262.8125 L 383.28125,262.59375 L 385.4375,264.375 L 387,263.96875 L 388.9375,262.59375 L 390.90625,263 L 392.0625,265.53125 L 393.1875,265.96875 L 398.3125,265.34375 L 400.28125,263.78125 L 399.5,262.59375 L 397.15625,261.8125 L 396.9375,259.09375 L 398.90625,257.71875 L 399.6875,254.40625 L 397.9375,251.28125 L 396.75,249.71875 L 397.34375,249.125 L 397.34375,247.1875 L 395.78125,246.1875 L 395.375,244.625 L 399.875,244.0625 L 400.28125,242.5 L 398.90625,242.5 L 397.75,241.125 L 395.59375,241.125 L 393.8125,238.1875 L 392.25,238 L 392.4375,235.65625 L 390.75,235.46875 L 388.5,237 L 386.25,237.5625 L 384.71875,236.59375 L 382.75,236.46875 L 382.1875,237.28125 L 380.375,237.5625 L 376.3125,238.84375 L 370.40625,240.9375 L 368.15625,239.125 L 365.5,238.5625 L 365.375,236.1875 L 362.84375,234.34375 L 359.34375,231.6875 L 355.40625,231.8125 L 351.625,227.90625 L 351.46875,227.84375 z " id="departement71" inkscape:label="#path12558"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 401.15625,217.53125 L 401.25,218.0625 L 400.46875,218.0625 L 400.0625,221.1875 L 399.5,223.34375 L 399.875,224.71875 L 398.71875,226.28125 L 397.53125,227.84375 L 397.53125,229.40625 L 394.21875,230.96875 L 393.25,232.53125 L 393.625,233.6875 L 393.8125,234.6875 L 392.46875,235.46875 L 392.25,238 L 393.8125,238.1875 L 395.59375,241.125 L 397.75,241.125 L 398.90625,242.5 L 400.28125,242.5 L 399.875,244.0625 L 395.375,244.625 L 395.78125,246.1875 L 397.34375,247.1875 L 397.34375,249.125 L 396.75,249.71875 L 397.9375,251.28125 L 399.6875,254.40625 L 398.90625,257.71875 L 396.9375,259.09375 L 397.15625,261.8125 L 399.5,262.59375 L 400.28125,263.78125 L 398.3125,265.34375 L 393.1875,265.96875 L 395.59375,266.90625 L 399.5,272.375 L 402.03125,273.53125 L 402.03125,276.28125 L 404.96875,275.875 L 408.6875,271.78125 L 411.8125,273.34375 L 411.8125,275.6875 L 417.46875,275.6875 L 425.59375,266.75 L 425.25,266.5625 L 425.625,262.46875 L 428.5625,258.96875 L 426.59375,258.1875 L 426.78125,257 L 424.40625,256.78125 L 424.25,255.375 L 425.78125,253.84375 L 425.375,252.3125 L 424.53125,250.34375 L 428.03125,249.21875 L 429.3125,247.40625 L 429.59375,245.15625 L 426.78125,242.46875 L 424.8125,241.9375 L 420.46875,240.53125 L 420.46875,236.59375 L 420.1875,233.65625 L 416.6875,233.9375 L 411.21875,232.09375 L 412.0625,230.15625 L 413.3125,227.1875 L 413.75,225.25 L 412.34375,223.40625 L 409.8125,221.71875 L 409.53125,219.625 L 409.5625,218.4375 L 407.84375,218.375 L 406.875,219.34375 L 404.34375,219.34375 L 402.65625,217.9375 L 401.15625,217.53125 z " id="departement39" inkscape:label="#path12565"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 337.375,99.3125 L 335.03125,100.3125 L 335.4375,102.25 L 331.3125,102.25 L 327.625,105 L 327.625,110.25 L 330.34375,112.03125 L 331.125,113.78125 L 326.625,114.15625 L 326.0625,115.9375 L 327.8125,117.09375 L 327.03125,118.28125 L 325.28125,119.0625 L 325.65625,120.40625 L 328.1875,120.40625 L 329.1875,121.78125 L 327.4375,122.96875 L 325.875,127.0625 L 322.9375,128.4375 L 321.9375,130.5625 L 320.96875,131.75 L 321.1875,132.90625 L 319.625,133.90625 L 319.21875,136.625 L 320.78125,137.59375 L 321.5625,140.53125 L 320.59375,142.28125 L 321.1875,143.65625 L 324.09375,143.46875 L 324.09375,144.4375 L 324.9375,144.25 L 328.3125,147.8125 L 333.0625,147.03125 L 338.625,143.25 L 341.96875,143.25 L 345.34375,140.875 L 349.3125,138.6875 L 352.28125,138.90625 L 352.6875,142.875 L 356.25,148.21875 L 360.21875,148.21875 L 365.78125,147.03125 L 369.75,148.40625 L 373.90625,145.4375 L 374.5,140.5 L 379.09375,139.71875 L 379,136.625 L 375.28125,133.6875 L 374.875,132.125 L 376.25,129.78125 L 375.0625,128.8125 L 376.25,125.875 L 378.40625,124.90625 L 379.96875,120.03125 L 376.84375,120.21875 L 378.59375,118.28125 L 377.21875,113.96875 L 375.875,111.03125 L 377.625,109.46875 L 376.625,109.28125 L 376.375,107.9375 C 376.33461,107.94351 376.09375,107.96875 376.09375,107.96875 L 374.3125,106.375 L 372.3125,108.375 L 371.71875,108.375 L 370.9375,107.375 L 366.1875,107.1875 L 365.375,108.375 L 364,108.375 L 362.8125,105.78125 L 360.21875,105.78125 L 359.625,106.375 L 357.0625,106.1875 L 353.875,103.8125 L 351.6875,103.21875 L 350.90625,102.03125 L 346.75,99.4375 L 342,99.3125 L 342.0625,101.09375 L 340.6875,101.46875 L 337.375,99.3125 z " id="departement51" inkscape:label="#path14337"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 257.21875,80.21875 L 255.9375,81.75 L 255.15625,83.6875 L 256.71875,83.6875 L 255.9375,85.65625 L 255.15625,89.5625 L 256.3125,91.5 L 256.3125,94.84375 L 258.28125,94.84375 L 257.5,96.1875 L 256.125,98.75 L 255.5625,100.5 L 257.3125,102.0625 L 257.875,106.5625 L 258.875,108.125 L 257.5,108.5 L 255.75,107.53125 L 255.4375,109.84375 L 255.5625,109.6875 L 256.3125,111.4375 L 257.5,113.375 L 262.78125,113.78125 L 266.5,113.375 L 269.03125,111.4375 L 272.15625,113.375 L 273.71875,114.5625 L 276.0625,113.96875 L 278.1875,113 L 282.3125,115.15625 L 286.59375,117.6875 L 287.96875,119.0625 L 290.3125,117.5 L 292.25,118.65625 L 293.4375,119.625 L 295.1875,119.4375 L 296.375,117.875 L 299.09375,119.4375 L 302.4375,118.0625 L 304.375,118.65625 L 306.3125,117.09375 L 307.5,116.5 L 307.875,116.78125 L 308.28125,114.125 L 306.875,112.53125 L 304.5,110.9375 L 303.5,112.53125 L 302.90625,112.71875 L 302.71875,109.75 L 304.5,109.34375 L 304.09375,106.59375 L 301.71875,106.1875 L 302.90625,104.1875 L 306.28125,103.40625 L 307.46875,98.65625 L 309.25,97.84375 L 306.875,96.0625 L 307.6875,94.28125 L 308.0625,88.34375 L 307.25,83.75 L 303.125,84.15625 L 300.34375,83.78125 L 295.1875,85.15625 L 290.8125,89.3125 L 287.25,88.125 L 283.6875,87.75 L 280.90625,84.96875 L 275.9375,83.5625 L 269.21875,84.15625 L 267.4375,82.78125 L 263.84375,82.78125 L 261.28125,83.78125 L 260.09375,82.96875 L 260.09375,80.8125 L 259.6875,80.21875 L 257.21875,80.21875 z " id="departement60" inkscape:label="#path14339"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(169, 255, 169); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 269.25,8.65625 L 258.4375,10.71875 L 249.84375,17.34375 L 249.84375,43.71875 L 249.78125,44.5 L 252.8125,45.21875 L 253.78125,47.375 L 256.125,46.78125 L 257.5,45.03125 L 259.25,45.625 L 262.96875,48.53125 L 264.34375,47.96875 L 265.3125,50.3125 L 268.8125,51.875 L 268.8125,53.8125 L 271.375,54.78125 L 273.90625,53.8125 L 278.78125,53.21875 L 279.96875,54.21875 L 282.3125,53.21875 L 283.46875,55.1875 L 280.5625,57.125 L 280.5625,59.875 L 281.53125,60.84375 L 282.3125,60.65625 L 282.875,59.09375 L 284.65625,57.90625 L 286.40625,59.28125 L 290.5,60.65625 L 292.25,60.65625 L 292.25,58.6875 L 294.8125,60.46875 L 295,62.03125 L 293.8125,63.78125 L 295.96875,62.59375 L 297.75,61.8125 L 298.5,63.1875 L 298.5,64.5625 L 301.4375,63 L 306.125,63 L 306.3125,63.1875 L 307.46875,60.96875 L 306.875,59.96875 L 305.09375,59.59375 L 303.125,59.59375 L 301.9375,59.1875 L 303.90625,58 L 305.6875,58.1875 L 307.46875,58 L 307.6875,54.8125 L 308.875,54.03125 L 309.0625,52.25 L 306.875,50.84375 L 304.3125,50.65625 L 303.71875,50.25 L 305.3125,49.0625 L 305.6875,47.875 L 304.3125,46.90625 L 302.3125,44.5 L 302.53125,43.3125 L 305.09375,42.125 L 305.5,40.75 L 303.71875,39.9375 L 302.71875,37.375 L 299.15625,36.96875 L 295.59375,36 L 295.1875,32.03125 L 297.75,30.4375 L 296.78125,28.4375 L 294.78125,28.4375 L 293.40625,30.625 L 287.25,30.25 L 282.28125,29.03125 L 279.53125,26.0625 L 279.53125,23.6875 L 281.6875,22.6875 L 279.90625,21.3125 L 275.5625,21.125 L 272.96875,14.5625 L 269.25,8.65625 z " id="departement62" inkscape:label="#path14341"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(169, 255, 169); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 285.78125,4.0625 L 279.53125,7 L 269.78125,8.5625 L 269.25,8.65625 L 272.96875,14.5625 L 275.5625,21.125 L 279.90625,21.3125 L 281.6875,22.6875 L 279.53125,23.6875 L 279.53125,26.0625 L 282.28125,29.03125 L 287.25,30.25 L 293.40625,30.625 L 294.78125,28.4375 L 296.78125,28.4375 L 297.75,30.4375 L 295.1875,32.03125 L 295.59375,36 L 299.15625,36.96875 L 302.71875,37.375 L 303.71875,39.9375 L 305.5,40.75 L 305.09375,42.125 L 302.53125,43.3125 L 302.3125,44.5 L 304.3125,46.90625 L 305.6875,47.875 L 305.3125,49.0625 L 303.71875,50.25 L 304.3125,50.65625 L 306.875,50.84375 L 309.0625,52.25 L 308.875,54.03125 L 307.6875,54.8125 L 307.46875,58 L 305.6875,58.1875 L 303.90625,58 L 301.9375,59.1875 L 303.125,59.59375 L 305.09375,59.59375 L 306.875,59.96875 L 307.46875,60.96875 L 306.3125,63.1875 L 307.875,64.75 L 309.4375,65.15625 L 311,64.15625 L 313.15625,64.15625 L 313.75,65.34375 L 314.53125,65.15625 L 316.875,63.78125 L 319.21875,65.15625 L 322.34375,63 L 323.71875,63 L 325.28125,64.375 L 328.40625,62.21875 L 329.75,62.40625 L 330.9375,63.375 L 335.25,63.78125 L 335.625,65.53125 L 337.78125,63.59375 L 338.9375,63.59375 L 339.71875,66.125 L 343.4375,67.09375 L 344.5,66.375 L 344.1875,66.375 L 344,64.4375 L 347.90625,62.09375 L 347.3125,58.375 L 343.59375,57.40625 L 344.5625,56.40625 L 344.5625,53.6875 L 347.5,51.53125 L 346.71875,49.96875 L 340.46875,45.09375 L 329.53125,45.6875 L 328.375,47.625 L 327,47.625 L 327.1875,40.78125 L 324.0625,37.09375 L 321.71875,37.46875 L 320.34375,35.90625 L 316.4375,37.65625 L 315.09375,36.3125 L 312.34375,35.90625 L 311.5625,33.375 L 311.375,25.5625 L 309.625,24.78125 L 309.40625,23.59375 L 308.25,23.59375 L 307.84375,21.25 L 305.3125,21.46875 L 300.4375,23.03125 L 298.09375,25.9375 L 295.75,25.9375 L 294.1875,24 L 293.59375,21.84375 L 291.65625,19.6875 L 288.90625,19.6875 L 287.75,17.5625 L 287.75,14.21875 L 289.09375,12.09375 L 288.3125,9.15625 L 285.78125,4.0625 z " id="departement59" inkscape:label="#path15219"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 328.40625,62.21875 L 325.28125,64.375 L 323.71875,63 L 322.34375,63 L 319.21875,65.15625 L 316.875,63.78125 L 314.53125,65.15625 L 313.75,65.34375 L 313.15625,64.15625 L 311,64.15625 L 309.4375,65.15625 L 309.375,65.15625 L 309.84375,67.90625 L 307.28125,70.6875 L 307.28125,73.25 L 305.5,75.25 L 305.90625,77.625 L 306.875,81.59375 L 308.0625,88.34375 L 307.6875,94.28125 L 306.875,96.0625 L 309.25,97.84375 L 307.46875,98.65625 L 306.28125,103.40625 L 302.90625,104.1875 L 301.71875,106.1875 L 304.09375,106.59375 L 304.5,109.34375 L 302.71875,109.75 L 302.90625,112.71875 L 303.5,112.53125 L 304.5,110.9375 L 306.875,112.53125 L 308.28125,114.125 L 307.875,116.78125 L 309.65625,118.0625 L 310.25,122.375 L 315.5,127.4375 L 317.25,128.03125 L 318.25,130.375 L 321.53125,131.0625 L 321.9375,130.5625 L 322.9375,128.4375 L 325.875,127.0625 L 327.4375,122.96875 L 329.1875,121.78125 L 328.1875,120.40625 L 325.65625,120.40625 L 325.28125,119.0625 L 327.03125,118.28125 L 327.8125,117.09375 L 326.0625,115.9375 L 326.625,114.15625 L 331.125,113.78125 L 330.34375,112.03125 L 327.625,110.25 L 327.625,105 L 331.3125,102.25 L 335.4375,102.25 L 335.03125,100.3125 L 337.375,99.3125 L 340.6875,101.46875 L 342.0625,101.09375 L 341.875,94.4375 L 342.46875,92.09375 L 343.25,89.375 L 340.6875,88 L 341.28125,86.4375 L 345,85.65625 L 345,83.125 L 347.9375,81.5625 L 348.71875,79.21875 L 347.75,77.65625 L 347.9375,74.71875 L 349.6875,73.15625 L 347.9375,69.84375 L 348.46875,66.375 L 344.5,66.375 L 343.4375,67.09375 L 339.71875,66.125 L 338.9375,63.59375 L 337.78125,63.59375 L 335.625,65.53125 L 335.25,63.78125 L 330.9375,63.375 L 329.75,62.40625 L 328.40625,62.21875 z " id="departement02" inkscape:label="#path15226"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(169, 255, 169); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 249.78125,44.5 L 249.25,50.9375 L 253.5625,54.84375 L 253.5625,56.8125 L 248.28125,53.6875 L 241.9375,61.5 L 243.625,62.21875 L 245.78125,62.03125 L 246.75,63.96875 L 255.34375,72.375 L 255.9375,75.875 L 257.875,79.40625 L 257.21875,80.21875 L 259.6875,80.21875 L 260.09375,80.8125 L 260.09375,82.96875 L 261.28125,83.78125 L 263.84375,82.78125 L 267.4375,82.78125 L 269.21875,84.15625 L 275.9375,83.5625 L 280.90625,84.96875 L 283.6875,87.75 L 287.25,88.125 L 290.8125,89.3125 L 295.1875,85.15625 L 300.34375,83.78125 L 303.125,84.15625 L 307.25,83.75 L 306.875,81.59375 L 305.90625,77.625 L 305.5,75.25 L 307.28125,73.25 L 307.28125,70.6875 L 309.84375,67.90625 L 309.375,65.15625 L 307.875,64.75 L 306.125,63 L 301.4375,63 L 298.5,64.5625 L 298.5,63.1875 L 297.75,61.8125 L 295.96875,62.59375 L 293.8125,63.78125 L 295,62.03125 L 294.8125,60.46875 L 292.25,58.6875 L 292.25,60.65625 L 290.5,60.65625 L 286.40625,59.28125 L 284.65625,57.90625 L 282.875,59.09375 L 282.3125,60.65625 L 281.53125,60.84375 L 280.5625,59.875 L 280.5625,57.125 L 283.46875,55.1875 L 282.3125,53.21875 L 279.96875,54.21875 L 278.78125,53.21875 L 273.90625,53.8125 L 271.375,54.78125 L 268.8125,53.8125 L 268.8125,51.875 L 265.3125,50.3125 L 264.34375,47.96875 L 262.96875,48.53125 L 259.25,45.625 L 257.5,45.03125 L 256.125,46.78125 L 253.78125,47.375 L 252.8125,45.21875 L 249.78125,44.5 z " id="departement80" inkscape:label="#path15233"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(169, 255, 169); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 367.625,55.84375 L 365.65625,58.75 L 363.90625,60.53125 L 363.90625,62.28125 L 363.90625,64.625 L 361.5625,66.1875 L 357.28125,67.5625 L 354.9375,68.53125 L 352.1875,66.375 L 348.46875,66.375 L 347.9375,69.84375 L 349.6875,73.15625 L 347.9375,74.71875 L 347.75,77.65625 L 348.71875,79.21875 L 347.9375,81.5625 L 345,83.125 L 345,85.65625 L 341.28125,86.4375 L 340.6875,88 L 343.25,89.375 L 342.46875,92.09375 L 341.875,94.4375 L 342,99.3125 L 346.75,99.4375 L 350.90625,102.03125 L 351.6875,103.21875 L 353.875,103.8125 L 357.0625,106.1875 L 359.625,106.375 L 360.21875,105.78125 L 362.8125,105.78125 L 364,108.375 L 365.375,108.375 L 366.1875,107.1875 L 370.9375,107.375 L 371.71875,108.375 L 372.3125,108.375 L 374.3125,106.375 L 376.09375,107.96875 C 376.09375,107.96875 376.33461,107.94351 376.375,107.9375 L 376.25,107.125 L 378.59375,105.96875 L 379.75,104.78125 L 379,102.84375 L 378.78125,101.46875 L 380.9375,99.71875 L 381.71875,95.8125 L 379.375,92.875 L 380.15625,91.5 L 382.125,87.8125 L 382.6875,88.59375 L 385.625,88.59375 L 387,89.9375 L 388.75,88.78125 L 390.125,86.53125 L 388.71875,86.3125 L 387.9375,82.40625 L 386.375,81.21875 L 380.90625,80.625 L 379.9375,78.09375 L 378.15625,76.9375 L 371.90625,76.15625 L 371.53125,71.65625 L 372.3125,70.875 L 372.3125,69.125 L 369.1875,67.15625 L 369.78125,65 L 370.5625,63.0625 L 369.1875,61.875 L 371.34375,59.9375 L 371.34375,56.40625 L 370.5625,55.84375 L 367.625,55.84375 z " id="departement08" inkscape:label="#path15254"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 349.3125,138.6875 L 345.34375,140.875 L 341.96875,143.25 L 338.625,143.25 L 333.0625,147.03125 L 328.3125,147.8125 L 324.9375,144.25 L 324.09375,144.4375 L 324.09375,145.03125 L 321.375,146.1875 L 321.1875,148.53125 L 319.8125,150.3125 L 319.03125,154.21875 L 318.59375,157.5 L 319.8125,158.5 L 322.15625,158.5 L 327.21875,163.78125 L 326.625,169.0625 L 330.15625,171.78125 L 332.125,170.40625 L 335.25,174.125 L 335.625,177.65625 L 337.78125,180.5625 L 338.75,182.71875 L 346.5625,183.125 L 350.46875,181.15625 L 351.625,183.3125 L 353,183.5 L 354,181.34375 L 360.4375,181.15625 L 362.96875,179.78125 L 363.375,177.25 L 369.03125,177.25 L 369.8125,177.6875 L 369.15625,175.1875 L 367.5625,174.1875 L 369.75,172.21875 L 373.125,172 L 374.3125,170.21875 L 374.09375,163.09375 L 373.3125,158.9375 L 369.9375,157.75 L 366.375,152.78125 L 366.5625,149.8125 L 367.59375,147.65625 L 365.78125,147.03125 L 360.21875,148.21875 L 356.25,148.21875 L 352.6875,142.875 L 352.28125,138.90625 L 349.3125,138.6875 z " id="departement10" inkscape:label="#path15258"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 379.09375,139.71875 L 374.5,140.5 L 373.90625,145.4375 L 369.75,148.40625 L 367.59375,147.65625 L 366.5625,149.8125 L 366.375,152.78125 L 369.9375,157.75 L 373.3125,158.9375 L 374.09375,163.09375 L 374.3125,170.21875 L 373.125,172 L 369.75,172.21875 L 367.5625,174.1875 L 369.15625,175.1875 L 369.8125,177.6875 L 372.15625,179 L 375.65625,182.71875 L 380.15625,188.78125 L 377.625,191.5 L 379.375,192.6875 L 379.5625,196 L 382.6875,195.8125 L 383.46875,197.375 L 385.8125,197.5625 L 387.5625,196.59375 L 390.6875,200.5 L 391.09375,201.46875 L 395.375,200.5 L 396.1875,198.53125 L 396.375,198.5625 L 396.375,196.59375 L 399.09375,195.40625 L 402.21875,196.59375 L 405.15625,195.40625 L 406.90625,195.40625 L 407.5,191.5 L 408.46875,190.34375 L 406.71875,190.15625 L 406.53125,187.8125 L 409.25,187.21875 L 409.4375,185.65625 L 412.1875,185.65625 L 412.1875,183.125 L 414.34375,182.34375 L 413.75,180.78125 L 414.34375,180.40625 L 412.5625,179 L 410.4375,179.78125 L 410.4375,175.6875 L 404.96875,172.96875 L 406.125,167.6875 L 407.875,166.5 L 407.3125,164.75 L 404.75,164.375 L 404.1875,161.8125 L 401.84375,161.8125 L 399.09375,158.125 L 395.96875,157.90625 L 394.625,155.96875 L 396.375,154.21875 L 392.25,149.71875 L 390.5,149.125 L 385.8125,146.78125 L 383.28125,144.0625 L 379.1875,143.46875 L 379.09375,139.71875 z " id="departement52" inkscape:label="#path15265"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 480.71875,112.28125 L 477,113.3125 L 475.28125,116.3125 L 475.28125,119.25 L 473.71875,120.625 L 472.34375,120.625 L 469.8125,118.84375 L 467.84375,120.21875 L 465.5,120.21875 L 463.5625,118.28125 L 459.84375,117.6875 L 457.6875,116.71875 L 456.90625,113.78125 L 455.15625,115.71875 L 454.1875,120.21875 L 451.625,121 L 451.625,123.53125 L 454.1875,124.71875 L 456.125,126.09375 L 455.34375,127.84375 L 457.125,129 L 460.25,126.65625 L 465.6875,129.78125 L 463.375,134.09375 L 463.5625,135.46875 L 465.125,137.03125 L 463.9375,141.125 L 460.03125,145.03125 L 457.875,144.84375 L 459.25,146.1875 L 458.46875,149.71875 L 459.25,155 L 462.96875,155.96875 L 462.65625,156.6875 L 465.59375,156.53125 L 467.3125,158.625 L 468.84375,160.53125 L 472.6875,160.34375 L 474.40625,165.3125 L 477.40625,166.625 L 477.375,166 L 482.46875,156.03125 L 481.875,150.375 L 484.21875,142.75 L 484.8125,136.09375 L 489.875,132.40625 L 489.875,130.0625 L 491.84375,127.5 L 493.40625,127.5 L 495.15625,125.75 L 494.78125,122.4375 L 496.53125,117.75 L 499.25,117.15625 L 496.53125,115 L 491.65625,114.4375 L 487.34375,112.28125 L 484.40625,114.03125 L 482.84375,112.28125 L 480.71875,112.28125 z " id="departement67" inkscape:label="#path16151"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 401.59375,88.4375 L 399.25,90.59375 L 395.9375,90.78125 L 394.78125,91.96875 L 394.53125,91.96875 L 394.40625,94.3125 L 395.5625,96.21875 L 395.15625,97.375 L 394.78125,98.71875 L 394.96875,99.46875 L 395.9375,98.71875 L 396.875,97 L 398.8125,96.8125 L 402.0625,95.84375 L 403.78125,97.1875 L 404.53125,98.71875 L 405.125,100.4375 L 405.125,102.15625 L 406.0625,102.9375 L 406.0625,104.25 L 405.125,105.40625 L 404.9375,107.90625 L 405.6875,109.0625 L 405.875,110.59375 L 406.0625,113.0625 L 407.21875,114.03125 L 408.9375,114.78125 L 408.1875,116.3125 L 410.28125,118.25 L 408.375,120.34375 L 408.75,121.6875 L 410.65625,122.625 L 410.65625,123.59375 L 408.375,123.59375 L 407.40625,124.9375 L 407.59375,125.90625 L 409.125,127.4375 L 407.8125,131.0625 L 406.28125,134.5 L 407.03125,136.625 L 407.03125,140.0625 L 407.8125,141.78125 L 408.9375,141.78125 L 409.53125,142.75 L 407.8125,142.75 L 406.28125,143.5 L 406.28125,144.65625 L 408.1875,146.375 L 408.1875,149.0625 L 410.09375,148.46875 L 412.96875,148.65625 L 413.15625,151.71875 L 414.3125,152.125 L 412.96875,153.0625 L 412.78125,154.03125 L 414.875,154.40625 L 416.21875,156.125 L 422.53125,155.75 L 423.875,153.25 L 426.75,153.25 L 427.90625,152.3125 L 429.8125,153.46875 L 431.53125,152.875 L 434.03125,153.0625 L 436.125,152.3125 L 438.21875,150.78125 L 439.375,151.9375 L 439.5625,149.25 L 441.09375,148.65625 L 441.875,151.15625 L 444.15625,151.34375 L 446.46875,151.9375 L 447.40625,152.125 L 450.6875,150.59375 L 452.40625,149.4375 L 453.9375,147.53125 L 457,146.375 L 459,145.9375 L 457.875,144.84375 L 460.03125,145.03125 L 460.4375,144.625 L 458.125,143.875 L 454.875,141.59375 L 452,139.46875 L 448.5625,139.46875 L 444.9375,137.375 L 442.0625,137.1875 L 442.0625,136.40625 L 437.65625,133.75 L 432.6875,131.625 L 430.1875,131.625 L 429.25,128.96875 L 425.40625,124.15625 L 421.59375,124.15625 L 420.0625,122.0625 L 417,122.0625 L 417.1875,119 L 413.15625,116.5 L 413.34375,114.03125 L 415.46875,114.03125 L 415.46875,111.90625 L 416.21875,110.375 L 414.5,108.65625 L 416.03125,106 L 414.875,102.9375 L 413.9375,102.15625 L 411.4375,96.8125 L 412.40625,95.28125 C 412.40625,95.28125 412.32712,94.02401 412.25,92.34375 L 409.625,92.34375 L 406.09375,88.4375 L 401.59375,88.4375 z " id="departement54" inkscape:label="#path16153"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 307.5,116.5 L 306.3125,117.09375 L 304.375,118.65625 L 302.4375,118.0625 L 299.09375,119.4375 L 296.375,117.875 L 295.1875,119.4375 L 293.4375,119.625 L 292.25,118.65625 L 290.3125,117.5 L 287.96875,119.0625 L 287.875,118.96875 L 287.03125,124.375 L 288.1875,131.25 L 288.1875,135.84375 L 286.65625,139.6875 L 287.03125,142.34375 L 285.3125,143.6875 L 286.25,148.875 L 285.5,150 L 284.9375,155.1875 L 286.25,156.90625 L 281.875,159.78125 L 281.875,163.71875 L 283.09375,165.53125 L 285.4375,166.71875 L 285.625,170.03125 L 282.5,172.1875 L 284.25,173.75 L 286.40625,172.375 L 291.6875,172.5625 L 293.625,172.1875 L 294.21875,170.625 L 296.375,170.8125 L 296.75,172.375 L 301.625,169.625 L 303.40625,167.5 L 305.75,164.75 L 304.1875,163 L 305.5625,160.0625 L 309.0625,158.3125 L 316.6875,158.6875 L 318.4375,157.34375 L 318.59375,157.5 L 319.03125,154.21875 L 319.8125,150.3125 L 321.1875,148.53125 L 321.375,146.1875 L 324.09375,145.03125 L 324.09375,143.46875 L 321.1875,143.65625 L 320.59375,142.28125 L 321.5625,140.53125 L 320.78125,137.59375 L 319.21875,136.625 L 319.625,133.90625 L 321.1875,132.90625 L 320.96875,131.75 L 321.53125,131.0625 L 318.25,130.375 L 317.25,128.03125 L 315.5,127.4375 L 310.25,122.375 L 309.65625,118.0625 L 307.5,116.5 z " id="departement77" inkscape:label="Seine-et-Marne"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 465.59375,156.53125 L 462.65625,156.6875 L 460.8125,160.84375 L 458.46875,165.53125 L 459.0625,168.46875 L 457.125,172.96875 L 453.78125,175.875 L 453.59375,183.5 L 451.15625,185.59375 L 451.25,185.65625 L 452.03125,187.21875 L 455.15625,187.40625 L 458.6875,190.15625 L 459.25,191.5 L 459.0625,193.84375 L 458.09375,195.625 L 458.46875,197.96875 L 461.21875,197.5625 L 461.8125,199.71875 L 462.78125,203.875 L 465.09375,203.5 L 464.6875,205.625 L 466.0625,206.8125 L 473.28125,206.625 L 477,203.6875 L 477.1875,199.375 L 479.15625,196.84375 L 476.59375,193.90625 L 475.25,190.78125 L 476.8125,188.65625 L 476.8125,183.75 L 477.78125,181.40625 L 477.78125,177.5 L 479.53125,174.96875 L 477.59375,172.25 L 477.40625,166.625 L 474.40625,165.3125 L 472.6875,160.34375 L 468.84375,160.53125 L 467.3125,158.625 L 465.59375,156.53125 z " id="departement68" inkscape:label="#path17033"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 390.125,86.53125 L 388.75,88.78125 L 387,89.9375 L 385.625,88.59375 L 382.6875,88.59375 L 382.125,87.8125 L 380.15625,91.5 L 379.375,92.875 L 381.71875,95.8125 L 380.9375,99.71875 L 378.78125,101.46875 L 379,102.84375 L 379.75,104.78125 L 378.59375,105.96875 L 376.25,107.125 L 376.625,109.28125 L 377.625,109.46875 L 375.875,111.03125 L 377.21875,113.96875 L 378.59375,118.28125 L 376.84375,120.21875 L 379.96875,120.03125 L 378.40625,124.90625 L 376.25,125.875 L 375.0625,128.8125 L 376.25,129.78125 L 374.875,132.125 L 375.28125,133.6875 L 379,136.625 L 379.1875,143.46875 L 383.28125,144.0625 L 385.8125,146.78125 L 390.5,149.125 L 392.25,149.71875 L 396.375,154.21875 L 395.9375,154.65625 L 399.375,154.21875 L 399.375,152.5 L 403.21875,151.71875 L 403.21875,150.40625 L 404.15625,150.40625 L 404.15625,151.53125 L 407.21875,150.59375 L 408.40625,149 L 408.1875,149.0625 L 408.1875,146.375 L 406.28125,144.65625 L 406.28125,143.5 L 407.8125,142.75 L 409.53125,142.75 L 408.9375,141.78125 L 407.8125,141.78125 L 407.03125,140.0625 L 407.03125,136.625 L 406.28125,134.5 L 407.8125,131.0625 L 409.125,127.4375 L 407.59375,125.90625 L 407.40625,124.9375 L 408.375,123.59375 L 410.65625,123.59375 L 410.65625,122.625 L 408.75,121.6875 L 408.375,120.34375 L 410.28125,118.25 L 408.1875,116.3125 L 408.9375,114.78125 L 407.21875,114.03125 L 406.0625,113.0625 L 405.875,110.59375 L 405.6875,109.0625 L 404.9375,107.90625 L 405.125,105.40625 L 406.0625,104.25 L 406.0625,102.9375 L 405.125,102.15625 L 405.125,100.4375 L 404.53125,98.71875 L 403.78125,97.1875 L 402.0625,95.84375 L 398.8125,96.8125 L 396.875,97 L 395.9375,98.71875 L 394.96875,99.46875 L 394.78125,98.71875 L 395.15625,97.375 L 395.5625,96.21875 L 394.40625,94.3125 L 394.53125,91.96875 L 393.59375,91.96875 L 392.8125,88.25 L 391.25,86.6875 L 390.125,86.53125 z " id="departement55" inkscape:label="#path17040"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 423.09375,90.40625 L 420.15625,90.59375 L 417.8125,92.5625 L 417.21875,93.53125 L 413.90625,93.53125 L 412.75,92.34375 L 412.25,92.34375 C 412.32712,94.02401 412.40625,95.28125 412.40625,95.28125 L 411.4375,96.8125 L 413.9375,102.15625 L 414.875,102.9375 L 416.03125,106 L 414.5,108.65625 L 416.21875,110.375 L 415.46875,111.90625 L 415.46875,114.03125 L 413.34375,114.03125 L 413.15625,116.5 L 417.1875,119 L 417,122.0625 L 420.0625,122.0625 L 421.59375,124.15625 L 425.40625,124.15625 L 429.25,128.96875 L 430.1875,131.625 L 432.6875,131.625 L 437.65625,133.75 L 442.0625,136.40625 L 442.0625,137.1875 L 444.9375,137.375 L 448.5625,139.46875 L 452,139.46875 L 454.875,141.59375 L 458.125,143.875 L 460.4375,144.625 L 463.9375,141.125 L 465.125,137.03125 L 463.5625,135.46875 L 463.375,134.09375 L 465.6875,129.78125 L 460.25,126.65625 L 457.125,129 L 455.34375,127.84375 L 456.125,126.09375 L 454.1875,124.71875 L 451.625,123.53125 L 451.625,121 L 454.1875,120.21875 L 455.15625,115.71875 L 456.90625,113.78125 L 457.6875,116.71875 L 459.84375,117.6875 L 463.5625,118.28125 L 465.5,120.21875 L 467.84375,120.21875 L 469.8125,118.84375 L 472.34375,120.625 L 473.71875,120.625 L 475.28125,119.25 L 475.28125,116.3125 L 477,113.3125 L 476.59375,113.4375 L 475.25,111.5 L 471.34375,109.15625 L 469.96875,107 L 465.28125,107.40625 L 462.53125,109.9375 L 455.90625,110.125 L 453.9375,108.75 C 453.80551,108.51057 452.84437,106.81438 452,106.34375 C 451.96729,106.32639 451.91355,106.29802 451.875,106.28125 C 451.84646,106.26959 451.80512,106.25698 451.78125,106.25 C 451.77058,106.24458 451.73002,106.22452 451.71875,106.21875 C 451.71591,106.21876 451.69093,106.21861 451.6875,106.21875 C 451.66248,106.21745 451.61378,106.21875 451.59375,106.21875 C 450.67823,106.21876 448.90565,105.19125 448.6875,105.0625 L 445.9375,106.21875 L 445.75,108.5625 L 442.4375,108.96875 L 440.46875,105.25 L 439.3125,104.84375 L 439.3125,102.125 L 436.5625,100.9375 L 436.375,96.25 L 434.40625,94.3125 L 430.3125,92.34375 L 428.375,92.34375 L 427.78125,92.75 L 425.8125,92.75 L 423.09375,90.40625 z " id="departement57" inkscape:label="#path17046"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 459,145.9375 L 457,146.375 L 453.9375,147.53125 L 452.40625,149.4375 L 450.6875,150.59375 L 447.40625,152.125 L 446.46875,151.9375 L 444.15625,151.34375 L 441.875,151.15625 L 441.09375,148.65625 L 439.5625,149.25 L 439.375,151.9375 L 438.21875,150.78125 L 436.125,152.3125 L 434.03125,153.0625 L 431.53125,152.875 L 429.8125,153.46875 L 427.90625,152.3125 L 426.75,153.25 L 423.875,153.25 L 422.53125,155.75 L 416.21875,156.125 L 414.875,154.40625 L 412.78125,154.03125 L 412.96875,153.0625 L 414.3125,152.125 L 413.15625,151.71875 L 412.96875,148.65625 L 410.09375,148.46875 L 408.40625,149 L 407.21875,150.59375 L 404.15625,151.53125 L 404.15625,150.40625 L 403.21875,150.40625 L 403.21875,151.71875 L 399.375,152.5 L 399.375,154.21875 L 395.9375,154.65625 L 394.625,155.96875 L 395.96875,157.90625 L 399.09375,158.125 L 401.84375,161.8125 L 404.1875,161.8125 L 404.75,164.375 L 407.3125,164.75 L 407.875,166.5 L 406.125,167.6875 L 404.96875,172.96875 L 410.4375,175.6875 L 410.4375,179.78125 L 412.5625,179 L 414.34375,180.40625 L 415.6875,179.59375 L 414.9375,178.4375 L 415.90625,177.84375 L 417.25,179.40625 L 419.21875,178.03125 L 419.8125,176.09375 L 423.5,175.5 L 424.5,176.28125 L 424.3125,178.4375 L 426.84375,180.375 L 428.40625,180.1875 L 430.15625,178.8125 L 434.25,178.8125 L 437.1875,182.125 L 438.15625,182.125 L 439.71875,181.15625 L 439.9375,180 L 441.5,179.21875 L 443.25,180.375 L 445,182.34375 L 451.15625,185.59375 L 453.59375,183.5 L 453.78125,175.875 L 457.125,172.96875 L 459.0625,168.46875 L 458.46875,165.53125 L 460.8125,160.84375 L 462.96875,155.96875 L 459.25,155 L 458.46875,149.71875 L 459.25,146.1875 L 459,145.9375 z " id="departement88" inkscape:label="#path17051"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 274.21875,136.40625 L 272.46875,137.1875 L 270.5625,137.9375 L 270.1875,140.0625 L 267.3125,141.40625 L 266.9375,143.5 L 268.28125,145.8125 L 266.34375,148.46875 L 263.5,148.46875 L 264.625,150.1875 L 263.28125,151.71875 L 262.8125,154.8125 L 263.75,155 L 264.125,157.53125 L 264.53125,158.125 L 264.9375,163.375 L 271.1875,162.8125 L 273.71875,160.46875 L 275.875,162.21875 L 281.125,162.59375 L 281.875,163.71875 L 281.875,159.78125 L 286.25,156.90625 L 284.9375,155.1875 L 285.5,150 L 286.25,148.875 L 285.3125,143.6875 L 287.03125,142.34375 L 286.6875,139.90625 L 284.53125,138.90625 L 280.90625,138.90625 L 278.8125,137.75 L 277.28125,138.53125 L 274.21875,136.40625 z " id="departement91" inkscape:label="Essonne"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 251.5,118.15625 L 251.4375,118.28125 L 245.96875,119.84375 L 245.1875,120.8125 L 246.1875,122.375 L 246.1875,123.9375 L 247.9375,124.3125 L 246.9375,125.3125 L 247.03125,126.1875 L 247.15625,126.09375 L 249.09375,128.03125 L 249.6875,130.375 L 251.25,131.9375 L 250.46875,134.09375 L 250.46875,136.03125 L 251.84375,137.59375 L 250.46875,139.9375 L 251.84375,143.28125 L 254.5625,145.21875 L 254.96875,147.375 L 257.3125,147.75 L 257.875,152.0625 L 259.65625,154.21875 L 262.8125,154.8125 L 263.28125,151.71875 L 264.625,150.1875 L 263.5,148.46875 L 266.34375,148.46875 L 268.28125,145.8125 L 266.9375,143.5 L 267.3125,141.40625 L 270.1875,140.0625 L 270.5625,137.9375 L 272.46875,137.1875 L 274.21875,136.40625 L 274.5625,136.625 L 274.5625,136.40625 L 272.8125,134.4375 L 271.71875,131.46875 L 273.46875,127.65625 L 272.59375,124.78125 L 269.1875,122.71875 L 264.375,122.5 L 259.875,119.625 L 256.25,120.28125 L 251.5,118.15625 z " id="departement78" inkscape:label="Yvelines"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 255.5625,109.6875 L 254,111.625 L 252.8125,115.9375 L 251.5,118.15625 L 256.25,120.28125 L 259.875,119.625 L 264.375,122.5 L 269.1875,122.71875 L 272.59375,124.78125 L 273.46875,127.65625 L 273.4375,127.71875 L 273.8125,127.65625 L 277.3125,125.78125 L 282.5625,125.4375 L 285.4375,124.125 L 287.28125,122.8125 L 287.875,118.96875 L 286.59375,117.6875 L 282.3125,115.15625 L 278.1875,113 L 276.0625,113.96875 L 273.71875,114.5625 L 272.15625,113.375 L 269.03125,111.4375 L 266.5,113.375 L 262.78125,113.78125 L 257.5,113.375 L 256.3125,111.4375 L 255.5625,109.6875 z " id="departement95" inkscape:label="Val-d'Oise"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 287.28125,122.8125 L 285.4375,124.125 L 282.5625,125.4375 L 277.3125,125.78125 L 277.46875,126.5 L 277.90625,126.59375 L 278.3125,127.21875 L 277.90625,128.09375 L 277.375,128.1875 L 277.75,129.09375 L 280.28125,129.0625 L 281.09375,130.3125 L 281.25,132.0625 L 282.125,131.9375 L 282.9375,131.28125 L 284.15625,131.34375 L 285.6875,132.21875 L 286.5625,133.1875 L 286.96875,133.375 L 287.21875,133.84375 L 288.1875,134.09375 L 288.1875,131.25 L 287.03125,124.375 L 287.28125,122.8125 z " id="departement93" inkscape:label="Seine-Saint-Denis"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 280.28125,129.0625 L 277.75,129.09375 L 276.625,129.59375 L 276.15625,130.21875 L 275.125,130.28125 L 274.1875,131.34375 L 274.21875,131.9375 L 274.4375,132.625 L 276,133.0625 L 277.90625,134.03125 L 279.125,134.09375 L 279.9375,133.875 L 280.78125,133.28125 L 281.0625,133.53125 L 282.875,133.78125 L 283.1875,133.125 L 283.1875,132.46875 L 282.875,132.34375 L 281.625,132.40625 L 281.71875,132.71875 L 281.5,132.90625 L 281.09375,132.90625 L 281.25,132.5 L 281.3125,132.0625 L 281.25,132.0625 L 281.09375,130.3125 L 280.28125,129.0625 z " id="departement75" inkscape:label="Paris"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 277.3125,125.78125 L 273.8125,127.65625 L 273.4375,127.71875 L 271.71875,131.46875 L 272.8125,134.4375 L 274.5625,136.40625 L 274.5625,136.625 L 277.28125,138.53125 L 277.9375,138.1875 L 277.4375,137.25 L 277.9375,135.78125 L 277.625,135.25 L 277.96875,134.03125 L 277.90625,134.03125 L 276,133.0625 L 274.4375,132.625 L 274.21875,131.9375 L 274.1875,131.34375 L 275.125,130.28125 L 276.15625,130.21875 L 276.625,129.59375 L 277.75,129.09375 L 277.375,128.1875 L 277.90625,128.09375 L 278.3125,127.21875 L 277.90625,126.59375 L 277.46875,126.5 L 277.3125,125.78125 z " id="departement92" inkscape:label="Hauts-de-Seine"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 154, 255); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 282.9375,131.28125 L 282.125,131.9375 L 281.3125,132.0625 L 281.25,132.5 L 281.09375,132.90625 L 281.5,132.90625 L 281.71875,132.71875 L 281.625,132.40625 L 282.875,132.34375 L 283.1875,132.46875 L 283.1875,133.125 L 282.875,133.78125 L 281.0625,133.53125 L 280.78125,133.28125 L 279.9375,133.875 L 279.125,134.09375 L 277.96875,134.03125 L 277.625,135.25 L 277.9375,135.78125 L 277.4375,137.25 L 277.9375,138.1875 L 278.8125,137.75 L 280.90625,138.90625 L 284.53125,138.90625 L 286.6875,139.90625 L 286.65625,139.6875 L 288.1875,135.84375 L 288.1875,134.09375 L 287.21875,133.84375 L 286.96875,133.375 L 286.5625,133.1875 L 285.6875,132.21875 L 284.15625,131.34375 L 282.9375,131.28125 z " id="departement94" inkscape:label="Val-de-Marne"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 167, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 447.40625,199.71875 L 447.21875,199.9375 L 444.96875,199.9375 L 443.8125,201.53125 L 442.34375,202.375 L 442.34375,204.34375 L 438.6875,204.78125 L 436.71875,203.375 L 434.0625,203.78125 L 431.53125,205.75 L 429.71875,208.84375 L 427.90625,209.40625 L 427.0625,211.5 L 424.8125,211.90625 L 421.71875,214.4375 L 417.65625,214.3125 L 416.40625,215.28125 L 415.28125,215.28125 L 411.34375,218.5 L 409.5625,218.4375 L 409.53125,219.625 L 409.8125,221.71875 L 412.34375,223.40625 L 413.75,225.25 L 413.3125,227.1875 L 412.0625,230.15625 L 411.21875,232.09375 L 416.6875,233.9375 L 420.1875,233.65625 L 420.46875,236.59375 L 420.46875,240.53125 L 424.8125,241.9375 L 426.78125,242.46875 L 429.59375,245.15625 L 429.3125,247.40625 L 428.03125,249.21875 L 424.53125,250.34375 L 425.375,252.3125 L 425.78125,253.84375 L 424.25,255.375 L 424.40625,256.78125 L 426.78125,257 L 426.8125,256.8125 L 438.90625,245.46875 L 438.53125,236.09375 L 442.8125,233.96875 L 445.75,232.59375 L 448.46875,230.0625 L 448.6875,226.34375 L 451.40625,224.96875 L 457.65625,217.75 L 456.6875,215.40625 L 458.84375,214.4375 L 461.375,211.3125 L 460,209.9375 L 455.3125,210.90625 L 455.125,210.125 L 459.4375,205.15625 L 447.40625,199.71875 z " id="departement25"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(255, 157, 157); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(93, 93, 93); stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 0.514599; visibility: visible; display: inline;" d="M 451.4375,186.03125 L 449.625,186.96875 L 448.09375,188.09375 L 448.09375,190.59375 L 448.9375,193.5625 L 448.9375,195.5 L 448.46875,198.625 L 447.40625,199.71875 L 459.4375,205.15625 L 460.1875,204.28125 L 462.78125,203.875 L 461.8125,199.71875 L 461.21875,197.5625 L 458.46875,197.96875 L 458.09375,195.625 L 459.0625,193.84375 L 459.25,191.5 L 458.6875,190.15625 L 455.15625,187.40625 L 452.03125,187.21875 L 451.4375,186.03125 z " id="departement90" inkscape:label="#path3622"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer3" inkscape:label="Côte" style="display: inline;">
+    <path style="fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1; display: inline;" d="M 568.92104,452.72493 L 565.99135,454.67806 L 566.38197,456.63118 L 567.94447,458.58431 L 566.18666,459.9515 L 566.96791,461.514 L 565.79604,462.88118 L 565.79604,464.639 L 567.74916,466.39681 L 567.74916,469.13118 L 566.57729,471.67025 L 565.2101,472.25618 L 563.6476,470.10775 L 560.91322,470.30306 L 560.32729,469.91243 L 557.98354,469.91243 L 555.8351,471.86556 L 555.05385,475.18587 L 549.97572,476.16243 L 546.06947,479.48275 L 545.28822,481.63118 L 543.3351,481.43587 L 542.35854,480.264 L 541.7726,483.58431 L 540.40541,484.17025 L 540.01479,487.29525 L 540.60072,488.66243 L 538.45229,490.22493 L 537.86635,491.78743 L 536.30385,491.78743 L 536.30385,493.93587 L 538.25697,495.30306 L 541.57729,497.25618 L 541.7726,498.81869 L 539.81947,499.40462 L 536.69447,499.99056 L 536.69447,501.35775 L 537.86635,502.52962 L 538.06166,506.43587 L 542.35854,507.80306 L 543.92104,508.19369 L 545.28822,510.34212 L 544.31166,511.70931 L 542.74916,512.29525 L 541.57729,514.44369 L 540.40541,515.81087 L 540.99135,519.3265 L 543.92104,519.13119 L 544.70229,519.71712 L 547.43666,518.34994 L 548.21791,519.13119 L 546.85072,522.06087 L 548.21791,523.42806 L 545.87416,525.18587 L 544.31166,528.7015 L 548.60854,529.67806 L 554.66322,530.264 L 552.12416,533.19369 C 552.12416,533.19369 550.17104,532.41244 550.17104,533.389 C 550.17104,534.36556 548.80385,536.70931 548.80385,536.70931 L 550.75697,538.85775 L 554.2726,541.00619 L 560.91322,542.764 L 562.86635,543.54525 L 564.62416,544.3265 L 563.45229,546.47494 L 566.57729,546.27962 L 567.16322,547.64681 L 570.28822,547.64681 L 571.06947,543.93587 L 569.11635,543.54525 L 571.85072,540.61556 L 570.87416,539.639 L 571.06947,537.88119 L 574.5851,535.92806 L 574.78041,533.77962 L 572.43666,533.58431 L 570.87416,534.9515 L 570.87416,532.99837 L 573.99916,532.80306 L 574.97572,530.45931 L 575.75697,523.62337 L 575.17104,520.69369 L 574.97572,512.09994 L 579.66322,505.45931 L 579.66322,494.52181 L 577.7101,490.81087 L 577.12416,479.09212 L 575.75697,476.94368 L 573.21791,474.99056 L 572.82729,467.764 L 573.99916,464.44368 L 572.43666,459.17025 L 571.4601,454.87337 L 570.67885,453.7015 L 568.92104,452.72493 z " id="path1339"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 285.94277,4.389559 L 285.7868,4.077637 L 285.7868,4.077637 L 279.5368,7.007324 L 269.77118,8.569824 L 258.44305,10.718262 L 249.8493,17.358887 L 249.8493,43.726074 L 249.26337,50.952637 L 253.56024,54.858887 L 253.56024,56.812012 L 248.2868,53.687012 L 240.66962,63.06202 L 232.27118,69.50733 L 217.42743,73.21827 L 207.6618,76.73389 L 199.65399,81.03077 L 194.96649,88.06202 L 193.98993,93.53078 L 197.89618,96.46045 L 203.56024,97.63232 L 198.09149,98.60889 L 190.66962,102.90578 L 182.27118,106.22607 L 175.63055,102.51514 L 159.61493,100.17139 L 155.90399,98.21828 L 148.2868,100.17139 L 148.09149,95.48389 L 143.01337,89.4292 L 144.57587,85.52295 L 146.7243,85.52295 L 144.77118,80.24952 L 136.37274,79.85889 L 131.88055,82.98389 L 126.80243,79.66358 L 119.57587,77.51514 L 118.79462,79.46827 L 122.89618,82.78858 L 122.89618,87.08545 L 121.33368,89.03858 L 122.31024,90.01514 L 122.89618,90.40578 L 122.50555,94.1167 L 123.87274,97.2417 L 128.36493,102.31982 L 129.34149,106.81203 L 130.31805,108.1792 L 130.31805,115.21045 L 132.6618,119.89795 L 132.6618,125.3667 L 130.12274,130.44482 L 132.85712,137.47607 L 137.15399,138.45264 L 137.54462,140.40578 L 135.39618,141.38232 L 122.11493,141.38232 L 118.5993,139.23389 L 120.94305,136.10889 L 116.25555,135.91357 L 113.13055,139.4292 L 109.41962,139.03857 L 109.02899,141.18703 L 106.68524,141.38232 L 106.48993,138.64795 L 104.5368,138.06203 L 103.16962,139.62453 L 103.16962,135.71828 L 100.82587,137.47607 L 97.31024,136.89014 L 96.13837,139.23389 L 88.9118,143.14014 L 88.9118,145.09328 L 87.3493,145.09328 L 87.3493,141.57764 L 83.24774,139.62453 L 83.63837,136.10889 L 79.92743,133.37453 L 79.92743,130.0542 L 77.19305,129.46828 L 77.38837,126.34328 L 75.23993,126.14795 L 75.43524,123.99953 L 71.52899,123.99953 L 70.94306,125.95264 L 69.77118,123.21828 L 68.01337,124.58545 L 63.52118,125.17139 L 62.54462,126.53857 L 59.41962,124.19482 L 55.31806,126.9292 L 56.88056,129.07764 L 54.14618,132.78857 L 50.82587,130.83545 L 45.35712,131.03078 L 45.35712,134.93703 L 43.794617,134.93703 L 43.403992,133.1792 L 41.060242,133.56982 L 40.669617,129.07764 L 38.521179,131.42139 L 36.177429,130.44482 L 31.880554,130.83545 L 31.099304,132.78857 L 28.560242,133.37453 L 28.169617,131.22607 L 23.677429,131.81203 L 23.677429,133.1792 L 20.552429,133.37453 L 19.185242,132.39795 L 17.622742,133.1792 L 17.232117,135.52295 L 11.958679,135.71828 L 9.224304,139.03857 L 11.568054,140.79639 L 8.44305,143.33545 L 9.419617,145.09328 L 8.638367,149.39014 L 11.763367,149.78078 L 12.935242,148.60889 L 13.521179,149.39014 L 20.943054,148.41357 L 25.825867,144.89795 L 21.528992,148.99953 L 21.919617,150.95264 L 25.825867,149.19482 L 25.044617,151.9292 L 29.341492,152.12453 L 29.146179,153.29639 L 24.458679,153.10107 L 20.747742,152.12453 L 16.255554,149.97607 L 13.521179,153.10107 L 17.036804,154.27295 L 16.841492,159.54639 L 17.818054,158.76514 L 19.966492,155.44482 L 24.068054,157.78857 L 26.021179,158.1792 L 26.802429,161.3042 L 25.630554,163.45264 L 23.091492,163.25732 L 20.747742,163.25732 L 16.841492,163.84328 L 10.200867,164.23389 L 8.833675,165.9917 L 10.786804,167.16357 L 12.935242,166.96828 L 14.693054,168.53078 L 17.232117,168.33545 L 21.333679,173.02295 L 22.310242,178.10107 L 20.943054,180.83545 L 25.044617,181.6167 L 29.536804,181.42139 L 30.513367,179.66357 L 28.755554,177.31982 L 30.513367,178.10107 L 32.271179,177.90578 L 35.396179,179.66357 L 37.349304,179.27295 L 37.349304,175.95264 L 38.130554,179.27295 L 40.669617,183.37453 L 46.13837,183.76514 L 46.33368,182.59328 L 47.70087,184.54639 L 51.02118,185.13232 L 53.56024,185.13232 L 55.90399,188.84328 L 59.02899,189.62453 L 60.20087,187.8667 L 59.61493,190.01514 L 62.34931,191.18703 L 65.86493,194.70264 L 67.03681,196.85107 L 66.64618,199.39014 L 66.25556,201.9292 L 68.59931,203.68703 L 69.77118,202.31982 L 68.59931,200.75732 L 68.59931,197.2417 L 70.94306,197.82764 L 71.72431,195.48389 L 72.31024,196.85107 L 74.8493,198.99953 L 76.02118,197.04639 L 74.8493,194.31203 L 76.99774,197.2417 L 79.73212,196.85107 L 79.14618,195.48389 L 81.68524,196.06982 L 83.63837,198.41357 L 82.6618,199.97607 L 80.12274,199.19482 L 77.19305,197.82764 L 75.63055,199.78078 L 77.9743,200.56203 L 79.73212,203.29639 L 90.27899,202.31982 L 93.01337,202.90578 L 91.64618,204.07764 L 91.84149,205.83545 L 93.20868,206.81203 L 89.49774,210.13232 L 90.27899,210.91357 L 91.06024,212.47607 L 89.10712,215.21045 L 91.25555,216.38232 L 94.96649,217.16357 L 95.35712,215.60107 L 97.50555,218.33545 L 101.02118,218.33545 L 103.56024,215.60107 L 106.88055,215.60107 L 103.36493,217.35889 L 103.56024,219.31201 L 104.34149,221.06982 L 102.19305,223.21826 L 99.8493,223.21826 L 100.23993,226.14795 L 104.5368,225.3667 L 109.61493,230.0542 L 103.56024,237.8667 L 103.36493,242.5542 L 109.41962,248.41357 L 109.2243,250.17139 L 110.98212,250.17139 L 114.69305,261.3042 L 118.5993,263.25732 L 122.50555,267.16357 L 126.99774,267.16357 L 128.75555,271.06982 L 133.05243,271.06982 L 135.00555,273.99951 L 139.30243,276.14795 L 139.49774,273.41357 L 142.0368,275.75732 L 138.9118,278.29639 L 138.52118,280.24951 L 135.59149,280.64014 L 134.02899,278.88232 L 130.12274,278.4917 L 129.73212,276.53857 L 127.38837,274.97607 L 124.06805,276.14795 L 126.21649,279.27295 L 128.95087,279.27295 L 131.68524,281.03076 L 133.83368,282.78857 L 137.93524,282.59326 L 138.71649,284.35107 L 141.45087,284.93701 L 142.42743,287.67139 L 144.18524,288.45264 L 143.98993,290.60107 L 141.64618,290.21045 L 140.86493,291.38232 L 142.62274,293.92139 L 141.64618,298.21826 L 139.30243,298.02295 L 139.49774,300.75732 L 140.08368,301.73389 L 137.3493,301.73389 L 136.95868,300.17139 L 138.71649,297.82764 L 138.13055,296.46045 L 137.15399,295.6792 L 136.76337,290.9917 L 133.44305,290.60107 L 130.70868,287.28076 L 130.31805,294.1167 L 134.81024,297.43701 L 135.20087,301.14795 L 135.98212,305.44482 L 136.37274,309.7417 L 138.71649,309.54639 L 142.81805,312.8667 L 145.55243,314.4292 L 145.74774,316.38232 L 147.89618,316.77295 L 154.14618,323.02295 L 155.90399,331.03076 L 157.27118,336.69482 L 157.6618,342.35889 L 156.68524,343.92139 L 155.70868,339.23389 L 152.9743,328.4917 L 143.01337,319.50732 L 143.20868,315.40576 L 141.25555,315.21045 L 138.13055,319.89795 L 137.15399,336.3042 L 134.61493,352.90576 L 132.85712,365.79639 L 132.6618,369.1167 L 134.02899,364.62451 L 136.76337,361.10889 L 140.66962,364.62451 L 141.06024,365.79639 L 142.23212,367.35889 L 137.3493,367.5542 L 136.56805,366.38232 L 134.61493,367.16357 L 134.2243,370.09326 L 132.07587,373.02295 L 132.07587,377.51514 L 128.56024,396.26514 L 124.06805,413.45264 L 122.70087,420.09326 L 121.52899,424.78076 L 117.81805,431.22607 L 113.32587,436.69482 L 109.81024,438.06201 L 107.27118,438.45264 L 107.27118,438.67059" id="path7299"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 312.48898,497.22601 L 312.73993,497.2417 L 312.73993,494.1167 L 311.17743,491.96826 L 308.44305,490.79639 L 307.85712,468.14014 L 308.05243,461.69482 L 305.70868,461.89014 L 303.75555,458.96045 L 305.31805,456.42139 L 308.63837,459.54639 L 311.56805,457.20264 L 313.52118,455.24951 L 313.9118,452.12451 L 320.94305,449.97607 L 321.7243,448.21826 L 327.19305,448.02295 L 328.95087,445.87451 L 339.49774,437.47607 L 346.13837,432.78857 L 351.80243,433.1792 L 351.80243,437.08545 L 356.29462,436.89014 L 364.88837,437.28076 L 373.09149,437.8667 L 374.65399,439.4292 L 371.7243,439.4292 L 369.77118,442.74951 L 378.16962,444.50732 L 384.81024,443.33545 L 381.29462,440.01514 L 383.63837,438.06201 L 387.3493,439.62451 L 389.10712,443.33545 L 400.23993,443.53076 L 403.16962,442.35889 L 403.75555,444.1167 L 400.63055,446.85107 L 404.92743,447.04639 L 404.14618,448.99951 L 402.9743,450.3667 L 412.54462,450.3667 L 417.23212,451.9292 L 418.20868,453.29639 L 421.7243,454.85889 L 422.70087,458.76514 L 424.8493,459.15576 L 426.80243,457.78857 L 430.31805,455.64014 L 436.37274,456.22607 L 436.17743,457.78857 L 434.2243,458.76514 L 438.9118,458.96045 L 437.73993,457.78857 L 437.3493,455.24951 L 439.88837,453.4917 L 442.81805,454.46826 L 443.98993,454.85889 L 444.96649,456.03076 L 446.33368,455.0542 L 446.7243,452.51514 L 448.2868,451.14795 L 452.38837,451.14795 L 453.56024,449.39014 L 456.29462,450.17139 L 459.41962,448.8042 L 459.41962,443.72607 L 455.31805,443.92139 L 458.44305,441.96826 L 460.00555,439.81982 L 460.39618,436.69482 L 466.06024,435.91357 L 469.38055,432.20264 L 469.57587,427.71045 L 473.48212,428.4917 L 474.8493,426.73389 L 476.80243,427.12451 L 476.99774,421.06982 L 481.48993,420.6792 L 485.39618,417.16357 L 488.9118,417.16357 L 489.10712,415.01514 L 492.62274,412.8667 L 492.53949,412.67523" id="path7292"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 44.713105,-3.761101 L 41.122328,0.105889 L 38.083979,0.382102 L 35.598057,-2.10382 L 32.559707,-0.998966 L 31.178639,4.249093 L 30.626212,12.259287 L 23.720872,16.954918 L 22.339805,16.954918 L 21.787377,21.650549 L 18.749028,20.545694 L 11.567475,24.136471 L 11.567475,28.279675 L -0.585923,39.052005 L -3.071846,39.328218 L -4.1767,42.642781 L -6.662622,40.156859 L -13.567962,44.300063 L -14.672816,48.71948 L -10.253399,49.824335 L -6.662622,45.957344 L -0.585923,47.614626 L 1.899999,55.901034 L 5.214562,55.62482 L 9.081552,50.652975 L 6.319416,48.443267 L 9.910193,45.404917 L 8.252912,43.195208 L 12.672329,39.880645 L 12.672329,41.537927 L 11.843688,45.404917 L 17.36796,41.814141 L 19.025241,42.918995 L 20.130096,38.499577 L 26.759222,35.461228 L 29.245144,38.499577 L 34.493202,36.013655 L 38.636406,35.737442 L 41.122328,39.052005 L 42.503396,36.289869 L 44.160678,37.670937 L 48.02767,40.709286 L 49.68495,39.604432 L 54.93301,45.128704 L 56.59029,44.85249 L 59.35243,46.509772 L 61.00971,45.957344 L 61.00971,40.9855 L 64.04806,40.433073 L 63.49563,35.737442 L 64.60048,39.880645 L 67.08641,37.394723 L 65.42912,34.356374 L 67.63883,31.870451 L 66.53398,27.727248 L 70.9534,23.30783 L 73.1631,24.688898 L 77.03009,21.926762 L 83.65922,21.926762 L 85.04029,19.993267 L 88.07864,20.821908 L 90.01213,19.164626 L 96.91747,22.755403 L 102.99417,28.555888 L 105.48009,33.251519 L 106.86116,31.041811 L 104.92767,28.555888 L 106.30874,26.34618 L 113.49029,26.069966 L 120.11941,30.765597 L 124.81505,28.832102 L 124.81505,26.34618 L 121.7767,22.479189 L 124.81505,23.584044 L 132.54903,21.650549 L 137.52087,23.584044 L 147.74077,18.335986 L 146.91213,16.126277 L 150.50291,19.164626 L 160.99903,20.269481 L 165.97087,24.136471 L 167.90437,20.821908 L 173.98106,19.717054 L 184.75339,19.717054 L 186.68689,17.507345 L 192.76359,20.821908 L 196.35436,21.098121 L 202.98349,24.136471 L 207.12669,19.44084 L 217.3466,17.231131 L 223.14708,13.640355 L 229.77621,15.297636 L 229.5,7.839869 L 235.30048,4.80152 L 242.48203,5.077733 L 245.7966,-0.446538 L 244.96796,-7.628092" id="path2416"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 146.91213,21.650549 L 140.00679,25.241325 L 149.39805,31.870451 L 152.98883,29.384529 L 152.4364,25.517539 L 154.64611,25.241325 L 154.64611,22.479189 L 151.60776,21.650549 L 146.91213,21.650549 z " id="path2418"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 108.51844,104.23841 L 115.14757,103.68598 L 116.25242,107.00055 L 114.31893,109.76268 L 112.38543,108.1054 L 111.28058,107.00055 L 110.17573,108.1054 L 108.24223,108.1054 L 108.51844,104.23841 z " id="path2420"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 98.02233,88.21802 L 92.77427,92.36123 L 94.70776,94.84715 L 97.19369,93.7423 L 99.4034,94.29472 L 98.02233,88.21802 z " id="path2422"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 112.10922,76.34084 L 108.51844,78.55055 L 109.6233,80.48404 L 113.21407,78.55055 L 112.10922,76.34084 z " id="path2424"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(244, 226, 186); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 103.27039,92.91365 L 104.09903,94.57094 L 106.03252,93.46608 L 105.48009,91.8088 L 103.27039,92.91365 z " id="path2426"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 285.57135,4.525306 L 296.34368,-1.275179 L 300.7631,-4.313529 L 306.28737,-1.827606 L 310.43058,-3.208674 L 315.40242,-7.075664" id="path2414"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 107.6898,438.45685 L 102.16553,439.56171 L 93.05048,442.87627 L 90.01213,440.39035 L 82.27815,441.21899 L 77.58252,437.352 L 74.26796,437.352 L 72.61068,434.86608 L 70.67718,434.86608 L 67.91505,431.55151 L 64.8767,432.93258 L 59.07621,432.93258 L 55.76165,437.07578 L 50.23738,437.07578 L 48.02767,434.31365 L 45.81796,434.31365 L 41.81796,432.55151 L 36.330425,428.83379 L 29.495002,428.23182 L 21.997188,431.03776 L 15.503177,429.29327 L 7.479611,431.96688 L 0.017474,429.55151" id="path2410" sodipodi:nodetypes="ccccccccccccccccccccccc"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 312.36407,496.73792 L 314.02135,499.50006 L 319.54562,502.26219 L 317.33592,507.23404 L 314.57378,506.95782 L 311.53543,507.51025 L 312.08786,517.17772 L 312.08786,524.91171 L 308.43241,530.16964 L 296.93681,539.22148 L 285.74845,546.01412 L 273.08786,551.56899" id="path2408" sodipodi:nodetypes="cccccccccccc"/>
+    <path style="overflow: visible; marker: none; color: rgb(0, 0, 0); fill: none; stroke: rgb(134, 212, 235); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt; visibility: visible; display: inline;" d="m 490.45533,412.76899 6.62913,-0.82864 8.2864,-3.59078 2.48593,-0.55243 5.80048,-3.86699 1.9335,-3.03835 1.10485,-3.86699 1.65728,-2.2097 0,-4.14321 4.41942,-3.31456 2.20971,0.55243 1.65728,-7.45777 5.47792,-5.29259 10.28598,0.0691 17.23247,6.10825 13.45405,7.98398 8.44084,1.72592" id="path2412" sodipodi:nodetypes="ccccccccccccccccc"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer7" inkscape:label="Frontières" style="display: inline;">
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(114, 114, 113); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 492.53949,412.67523 L 490.66962,408.37451 L 493.5993,405.83545 L 493.01337,402.90576 L 497.31024,401.53857 L 498.48212,397.2417 L 497.89618,394.31201 L 496.91962,392.5542 L 496.13837,390.01514 L 493.20868,390.21045 L 484.02899,393.53076 L 481.0993,393.53076 L 476.02118,389.4292 L 470.94305,388.06201 L 468.01337,388.06201 L 468.01337,384.54639 L 463.9118,382.00732 L 463.9118,378.10107 L 466.64618,377.71045 L 465.08368,376.34326 L 463.13055,375.75732 L 462.15399,373.21826 L 462.93524,371.46045 L 466.45087,367.74951 L 465.86493,365.01514 L 468.20868,362.47607 L 470.35712,362.67139 L 470.35712,360.91357 L 467.62274,359.54639 L 467.0368,353.88232 L 464.88837,353.10107 L 462.15399,353.4917 L 457.07587,350.95264 L 456.29462,345.09326 L 453.36493,344.1167 L 452.38837,342.16357 L 451.02118,339.23389 L 456.88055,336.89014 L 459.02899,338.25732 L 461.17743,338.25732 L 461.37274,335.91357 L 463.9118,334.54639 L 464.88837,333.37451 L 469.96649,331.42139 L 470.55243,328.10107 L 469.57587,326.53857 L 472.31024,321.85107 L 469.77118,320.87451 L 468.98993,318.14014 L 463.71649,315.01514 C 463.71649,315.01514 464.10712,307.59327 463.32587,307.78858 C 462.54462,307.98391 459.61493,308.1792 459.61493,308.1792 L 456.68524,304.85889 L 456.88055,298.21826 L 463.52118,295.48389 L 464.30243,293.53076 L 463.9118,289.23389 L 459.61493,284.7417 L 458.24774,285.52295 L 458.24774,283.76514 L 458.24774,280.83545 L 454.5368,279.07764 L 454.34149,277.51514 L 456.48993,275.17139 L 456.48993,272.43701 L 452.9743,268.72607 L 452.77899,266.18701 L 446.13837,266.18701 L 441.64618,266.96826 L 437.3493,270.48389 L 436.17743,268.72607 L 434.02899,268.92139 L 432.07587,273.21826 L 432.27118,274.97607 L 434.41962,276.73389 L 430.51337,279.27295 L 427.9743,281.6167 L 421.52899,281.6167 L 421.52899,277.90576 L 423.87274,276.53857 L 427.38837,276.14795 L 427.58368,274.19482 L 426.4118,273.41357 L 429.34149,269.70264 L 428.95087,268.53076 L 425.23993,266.57764 L 425.63055,262.47607 L 428.56024,258.96045 L 426.60712,258.1792 L 426.80243,256.81201 L 438.9118,245.48389 L 438.52118,236.10889 L 442.81805,233.96045 L 445.74774,232.59326 L 448.48212,230.0542 L 448.67743,226.34326 L 451.4118,224.97607 L 457.6618,217.74953 L 456.68524,215.40578 L 458.83368,214.4292 L 461.37274,211.3042 L 460.00555,209.93703 L 455.31805,210.91357 L 455.12274,210.13232 L 460.20087,204.27295 L 465.08368,203.4917 L 464.69305,205.64014 L 466.06024,206.81203 L 473.2868,206.6167 L 476.99774,203.68703 L 477.19305,199.39014 L 479.14618,196.85107 L 476.60712,193.92139 L 475.23993,190.79639 L 476.80243,188.64795 L 476.80243,183.76514 L 477.77899,181.42139 L 477.77899,177.51514 L 479.5368,174.97607 L 477.58368,172.2417 L 477.38837,165.9917 L 482.46649,156.03078 L 481.88055,150.3667 L 484.2243,142.74953 L 484.81024,136.10889 L 489.88837,132.39795 L 489.88837,130.0542 L 491.84149,127.51514 L 493.40399,127.51514 L 495.1618,125.75732 L 494.77118,122.43703 L 496.52899,117.74953 L 499.26337,117.16357 L 496.52899,115.01514 L 491.64618,114.4292 L 487.3493,112.28078 L 484.41962,114.03857 L 482.85712,112.28078 L 480.70868,112.28078 L 476.60712,113.45264 L 475.23993,111.49953 L 471.33368,109.15578 L 469.96649,107.00732 L 465.27899,107.39795 L 462.54462,109.93703 L 455.90399,110.13232 L 453.95087,108.76514 C 453.95087,108.76514 452.58368,106.22608 451.60712,106.22608 C 450.63056,106.2261 448.67743,105.0542 448.67743,105.0542 L 445.94305,106.22607 L 445.74774,108.56982 L 442.42743,108.96045 L 440.4743,105.24953 L 439.30243,104.85889 L 439.30243,102.12453 L 436.56805,100.95264 L 436.37274,96.26514 L 434.41962,94.31203 L 430.31805,92.35889 L 428.36493,92.35889 L 427.77899,92.74953 L 425.82587,92.74953 L 423.09149,90.40578 L 420.1618,90.60107 L 417.81805,92.5542 L 417.23212,93.53078 L 413.9118,93.53078 L 412.73993,92.35889 L 409.61493,92.35889 L 406.0993,88.45264 L 401.60712,88.45264 L 399.26337,90.60107 L 395.94305,90.79639 L 394.77118,91.96828 L 393.5993,91.96828 L 392.81805,88.25733 L 391.25555,86.69483 L 388.71649,86.3042 L 387.93524,82.39795 L 386.37274,81.22608 L 380.90399,80.64014 L 379.92743,78.10108 L 378.16962,76.9292 L 371.91962,76.14795 L 371.52899,71.65577 L 372.31024,70.87452 L 372.31024,69.1167 L 369.18524,67.16358 L 369.77118,65.01514 L 370.55243,63.06202 L 369.18524,61.890137 L 371.33368,59.937012 L 371.33368,56.421387 L 370.55243,55.835449 L 367.62274,55.835449 L 365.66962,58.765137 L 363.9118,60.522949 L 363.9118,62.28077 L 363.9118,64.62452 L 361.56805,66.18702 L 357.27118,67.5542 L 354.92743,68.53077 L 352.19305,66.38233 L 344.18524,66.38233 L 343.98993,64.4292 L 347.89618,62.08545 L 347.31024,58.374512 L 343.5993,57.397949 L 344.57587,56.421387 L 344.57587,53.687012 L 347.50555,51.538574 L 346.7243,49.976074 L 340.4743,45.093262 L 329.5368,45.679199 L 328.36493,47.632324 L 326.99774,47.632324 L 327.19305,40.796387 L 324.06805,37.085449 L 321.7243,37.476074 L 320.35712,35.913574 L 316.45087,37.671387 L 315.08368,36.304199 L 312.3493,35.913574 L 311.56805,33.374512 L 311.37274,25.562012 L 309.61493,24.780762 L 309.41962,23.608887 L 308.24774,23.608887 L 307.85712,21.265137 L 305.31805,21.460449 L 300.43524,23.022949 L 298.09149,25.952637 L 295.74774,25.952637 L 294.18524,23.999512 L 293.5993,21.851074 L 291.64618,19.702637 L 288.9118,19.702637 L 287.73993,17.554199 L 287.73993,14.233887 L 289.10712,12.085449 L 288.32587,9.155762 L 285.94277,4.389559" id="path7297"/>
+    <path style="fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(114, 114, 113); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1; display: inline;" d="M 107.27118,438.67059 L 107.27118,440.60107 L 109.61493,442.74951 L 113.13055,442.94482 L 113.32587,445.48389 L 116.06024,445.6792 L 116.84149,443.92139 L 120.55243,445.48389 L 122.89618,446.06982 L 123.48212,448.41357 L 122.11493,449.58545 L 122.11493,453.29639 L 119.38055,454.66357 L 119.18524,456.42139 L 120.94305,458.37451 L 124.06805,459.35107 L 124.65399,456.42139 L 126.4118,454.46826 L 126.21649,457.00732 L 127.58368,458.96045 L 131.0993,458.96045 L 132.6618,461.10889 L 137.3493,461.89014 L 141.84149,464.62451 L 149.26337,464.62451 L 149.65399,468.72607 L 154.73212,472.63232 L 156.68524,474.97607 L 158.83368,473.8042 L 160.7868,473.41357 L 161.76337,474.39014 L 163.52118,473.41357 L 167.42743,471.26514 L 170.74774,473.21826 L 174.65399,476.14795 L 175.04462,478.4917 L 178.16962,481.03076 L 180.70868,481.03076 L 187.15399,478.29639 L 189.88837,481.42139 L 193.5993,482.39795 L 194.96649,480.0542 L 196.7243,480.83545 L 208.44305,481.6167 L 208.83368,472.04639 L 211.56805,472.43701 L 216.64618,475.3667 L 222.70087,476.53857 L 225.23993,476.53857 L 228.56024,480.83545 L 236.95868,480.44482 L 240.27899,485.71826 L 243.20868,484.54639 L 251.80243,485.71826 L 252.77899,491.38232 L 255.70868,494.1167 L 261.56805,495.6792 L 261.76337,499.19482 L 264.88837,501.9292 L 267.23212,501.53857 L 270.55243,497.43701 L 274.65399,496.65576 L 281.0993,498.8042 L 286.56805,503.4917 L 288.13055,501.53857 L 289.49774,501.53857 L 290.86493,502.51514 L 292.0368,501.9292 L 292.23212,499.19482 L 298.09149,497.82764 L 300.04462,495.28857 L 302.9743,494.31201 L 307.07587,494.31201 L 309.61493,497.04639 L 312.48897,497.22601" id="path1335"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(114, 114, 113); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 408.4864,90.70395 L 409.59125,83.52239 L 409.59125,79.10297 L 403.23834,74.13113 L 405.72426,67.77822 L 410.4199,57.558315 L 414.28689,53.691325 L 418.7063,55.072393 L 420.08737,48.995694 L 427.54514,45.128704 L 424.50679,41.537927 L 426.7165,38.223364 L 418.7063,32.975306 L 420.6398,28.279675 L 416.22038,24.136471 L 412.90582,22.479189" id="path3301"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(114, 114, 113); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 425.61164,92.63744 L 428.64999,90.15152 L 428.64999,85.17967 L 431.96456,80.48404 L 431.68834,73.5787 L 424.23057,70.26414 L 418.43009,62.80637 L 418.15388,54.243752" id="path3303"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(114, 114, 113); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="m 478.36844,196.76996 4.97184,-0.27621 1.9335,3.31456 5.24806,-2.76213 5.24805,1.93349 4.41942,-1.65728 4.41942,-4.41942" id="path3305" sodipodi:nodetypes="ccccccc"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(114, 114, 113); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="m 463.4529,290.40637 4.97185,4.41942 4.41942,-0.27622 4.1432,-2.76213 3.31456,0.82864 2.76214,-3.59078 2.48592,-1.65728 6.62913,0.55243 0.82864,2.76213 3.86699,-0.27621 1.65728,-4.41942 4.69563,-0.27621 1.10485,-5.80049" id="path3307" sodipodi:nodetypes="ccccccccccccc"/>
+    <path style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(114, 114, 113); stroke-width: 2.5; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" d="M 240.54854,484.86074 L 240.54854,488.45151 L 240.27233,495.08064 L 242.75825,497.84277 L 249.11116,495.35685 L 253.25436,491.48986 L 253.25436,491.21365" id="path4217"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer4" inkscape:label="Préfecture" style="display: inline;">
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path1344" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(9.15541, -3.15287)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2220" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(35.7179, -49.6372)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2222" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-54.8504, -102.053)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2224" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-98.7958, -122.09)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2231" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-107.759, -65.7254)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2233" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-131.237, -76.2215)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2235" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-106.102, -149.971)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2237" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-157.201, -111.577)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2239" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-175.155, -104.672)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2241" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-194.49, -91.6895)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2243" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-210.787, -143.894)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2245" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-166.592, -156.047)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2247" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-153.058, -168.477)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2249" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-121.57, -183.945)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2251" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-115.217, -204.385)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2253" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-158.859, -215.709)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2255" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-175.708, -194.993)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2257" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-195.871, -173.173)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2259" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-254.152, -166.82)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2261" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-248.904, -133.398)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2263" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-266.582, -108.815)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2265" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-235.094, -39.2089)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2267" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-257.743, -69.5924)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2269" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-287.85, -54.9531)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2271" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-295.032, -90.8608)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2273" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-298.07, -114.615)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2275" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-330.111, -94.7278)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2277" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-327.625, -125.664)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2279" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-374.858, -109.367)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2281" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-352.208, -71.5259)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2283" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-369.886, -75.1167)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2285" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-375.686, -162.953)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2287" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-294.203, -140.579)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2289" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-322.93, -179.249)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2291" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-280.945, -185.326)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2293" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-345.027, -208.252)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2295" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-300.832, -217.919)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2297" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-395.85, -238.083)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2299" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-367.952, -247.474)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2301" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-335.911, -261.285)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2303" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-275.421, -237.254)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2305" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-283.431, -273.438)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2307" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-255.533, -288.63)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2309" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-321.824, -307.136)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2311" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-296.413, -317.632)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2313" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-274.04, -335.586)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2315" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-339.226, -341.939)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2317" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-369.057, -312.937)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2319" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-408.279, -299.954)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2321" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-405.241, -268.466)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2323" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-453.578, -327.852)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2325" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-503.573, -350.225)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2327" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-450.264, -375.637)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2329" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-411.042, -351.33)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2331" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-376.239, -347.739)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2333" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-342.817, -366.246)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2335" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-385.354, -406.573)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2337" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-358.837, -410.164)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2339" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-302.213, -399.668)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2341" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-289.231, -365.693)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2343" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-210.51, -328.957)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2345" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-304.423, -422.87)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2347" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-266.858, -423.422)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2349" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-266.582, -400.772)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2351" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-265.753, -386.409)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2353" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-254.428, -377.018)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2355" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-246.142, -370.665)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2357" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-259.4, -448.834)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2359" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-242.551, -471.207)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2361" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-230.95, -490.542)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2363" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-210.787, -430.051)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2365" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-169.631, -442.481)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2367" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-181.508, -395.525)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2369" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-192.004, -358.236)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2371" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-152.506, -386.686)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2373" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-114.664, -407.954)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2375" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-113.007, -383.647)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2377" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-101.959, -354.645)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; visibility: visible; display: inline;" id="path2379" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="m 538.47656,521.3075 a 2.34375,2.34375 0 1 1 -4.6875,0 2.34375,2.34375 0 1 1 4.6875,0 z" transform="translate(-55.6212, -380.609)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2381" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-66.327, -350.778)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2383" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-83.7284, -325.366)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2385" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-111.626, -322.328)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2387" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-151.401, -349.121)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2389" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-153.611, -303.822)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2391" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-114.664, -300.507)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2393" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-130.685, -267.361)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2395" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-226.255, -283.658)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2397" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-218.521, -259.627)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2399" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-228.188, -214.052)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2401" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-159.411, -245.817)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2403" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-143.667, -240.016)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path2405" sodipodi:cx="536.13281" sodipodi:cy="521.3075" sodipodi:rx="2.34375" sodipodi:ry="2.34375" d="M 538.47656 521.3075 A 2.34375 2.34375 0 1 1  533.78906,521.3075 A 2.34375 2.34375 0 1 1  538.47656 521.3075 z" transform="translate(-107.483, -225.101)"/>
+    <path sodipodi:type="star" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1px; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path17914" sodipodi:sides="5" sodipodi:cx="279.53775" sodipodi:cy="131.12292" sodipodi:r1="4.1226993" sodipodi:r2="1.4242409" sodipodi:arg1="0.93901779" sodipodi:arg2="1.5258971" inkscape:flatsided="false" inkscape:rounded="0" inkscape:randomized="0" d="M 281.97254,134.44985 L 279.60168,132.54573 L 277.12604,134.46662 L 278.20434,131.62339 L 275.61245,129.86251 L 278.64973,130.00943 L 279.52349,127.00025 L 280.32234,129.93428 L 283.45424,129.83538 L 280.91067,131.5018 L 281.97254,134.44985 z " transform="translate(0.462561, 0.759965)"/>
+    <path sodipodi:type="arc" style="overflow: visible; marker: none; opacity: 1; color: rgb(0, 0, 0); fill: none; fill-opacity: 1; fill-rule: nonzero; stroke: rgb(0, 0, 0); stroke-width: 0.433833; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline;" id="path17916" sodipodi:cx="275.44052" sodipodi:cy="126.13353" sodipodi:rx="3.8329053" sodipodi:ry="3.8329053" d="M 279.27343 126.13353 A 3.8329053 3.8329053 0 1 1  271.60762,126.13353 A 3.8329053 3.8329053 0 1 1  279.27343 126.13353 z" transform="matrix(1.15252, 0, 0, 1.15252, -37.3837, -13.5213)"/>
+  </g>
+  <g inkscape:groupmode="layer" id="layer12" inkscape:label="Pays (légende)"/>
+  <g inkscape:groupmode="layer" id="layer13" inkscape:label="Mer (légende)" style="display: inline;">
+    <text xml:space="preserve" style="overflow: visible; marker: none; font-size: 12px; font-style: oblique; font-variant: normal; font-weight: bold; font-stretch: normal; text-indent: 0pt; text-align: center; text-decoration: none; line-height: 120%; letter-spacing: normal; word-spacing: normal; text-transform: none; direction: ltr; text-anchor: middle; opacity: 1; color: rgb(0, 0, 0); fill: rgb(120, 210, 241); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1; visibility: visible; display: inline; font-family: Bitstream Vera Sans;" x="302.213" y="595.33" id="text10846" sodipodi:linespacing="120%" transform="matrix(0.964748, -0.263177, 0.263177, 0.964748, 0, 0)"><tspan sodipodi:role="line" id="tspan10848" x="302.213" y="595.33">Mer Méditérranée</tspan></text>
+    <text xml:space="preserve" style="font-size: 12px; font-style: oblique; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; line-height: 120%; text-anchor: middle; fill: rgb(120, 210, 241); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; font-family: Bitstream Vera Sans;" x="86.9043" y="388.714" id="text10850" sodipodi:linespacing="120%"><tspan sodipodi:role="line" id="tspan10852" x="86.9043" y="388.714">Golfe de</tspan><tspan sodipodi:role="line" x="86.9043" y="403.114" id="tspan10854">Gascogne</tspan></text>
+    <text xml:space="preserve" style="font-size: 12px; font-style: oblique; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; line-height: 120%; text-anchor: middle; fill: rgb(120, 210, 241); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; font-family: Bitstream Vera Sans;" x="44.8413" y="290.896" id="text10856" sodipodi:linespacing="120%"><tspan sodipodi:role="line" x="44.8413" y="290.896" id="tspan10860">Océan</tspan><tspan sodipodi:role="line" x="44.8413" y="305.296" id="tspan10864">Atlantique</tspan><tspan sodipodi:role="line" x="44.8413" y="319.696" id="tspan10866">Nord</tspan></text>
+    <text xml:space="preserve" style="font-size: 12px; font-style: oblique; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; line-height: 120%; text-anchor: middle; fill: rgb(120, 210, 241); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; font-family: Bitstream Vera Sans;" x="125.286" y="80.7035" id="text10868" sodipodi:linespacing="120%" transform="matrix(0.987841, -0.15547, 0.15547, 0.987841, 0, 0)"><tspan sodipodi:role="line" x="125.286" y="80.7035" id="tspan10874">Manche</tspan></text>
+  </g>
+  <g inkscape:groupmode="layer" id="layer11" inkscape:label="Département (légende)" style="display: inline;">
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="548.941" y="522.922" id="text23303" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23305" x="548.941" y="522.922" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">2a</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="557.027" y="482.964" id="text23310" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23312" x="557.027" y="482.964" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">2b</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="341.427" y="175.58" id="text23314" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23316" x="341.427" y="175.58" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">10</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="269.506" y="464.66" id="text23318" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23320" x="269.506" y="464.66" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">11</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="284.123" y="382.537" id="text23322" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23324" x="284.123" y="382.537" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">12</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="377.669" y="429.075" id="text23326" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23328" x="377.669" y="429.075" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">13</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="159.953" y="113.166" id="text23330" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23332" x="159.953" y="113.166" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">14</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="280.967" y="349.637" id="text23334" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23336" x="280.967" y="349.637" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">15</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="178.51" y="325.213" id="text23338" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23340" x="178.51" y="325.213" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">16</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="143.384" y="292.164" id="text23342" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23344" x="143.384" y="292.164" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">17</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="282.306" y="243.149" id="text23346" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23348" x="282.306" y="243.149" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">18</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="255.704" y="333.506" id="text23350" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23352" x="255.704" y="333.506" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">19</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="379.02" y="228.753" id="text23358" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23360" x="379.02" y="228.753" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">21</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="86.6222" y="156.036" id="text23362" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23364" x="86.6222" y="156.036" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">22</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="263.171" y="279.656" id="text23366" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23368" x="263.171" y="279.656" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">23</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="214.575" y="354.248" id="text23370" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23372" x="214.575" y="354.248" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">24</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="428.786" y="218.663" id="text23374" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23376" x="428.786" y="218.663" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">25</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="381.559" y="363.728" id="text23378" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23380" x="381.559" y="363.728" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">26</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="216.074" y="125.295" id="text23382" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23384" x="216.074" y="125.295" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">27</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="231.658" y="168.06" id="text23386" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23388" x="231.658" y="168.06" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">28</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="30.4577" y="165.772" id="text23390" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23392" x="30.4577" y="165.772" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">29</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="350.102" y="411.252" id="text23394" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23396" x="350.102" y="411.252" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">30</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="232.894" y="443.333" id="text23398" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23400" x="232.894" y="443.333" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">31</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="196.892" y="438.605" id="text23402" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23404" x="196.892" y="438.605" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">32</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="143.743" y="357.025" id="text23406" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23408" x="143.743" y="357.025" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">33</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="323.954" y="425.67" id="text23410" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23412" x="323.954" y="425.67" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">34</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="126.585" y="165.764" id="text23414" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23416" x="126.585" y="165.764" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">35</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="235.694" y="247.294" id="text23418" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23420" x="235.694" y="247.294" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">36</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="213.144" y="224.698" id="text23422" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23424" x="213.144" y="224.698" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">37</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="413.794" y="348.527" id="text23426" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23428" x="413.794" y="348.527" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">38</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="406.921" y="263.185" id="text23430" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23432" x="406.921" y="263.185" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">39</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="144.629" y="408.166" id="text23434" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23436" x="144.629" y="408.166" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">40</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="228.272" y="199.152" id="text23438" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23440" x="228.272" y="199.152" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">41</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="341.953" y="307.874" id="text23442" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23444" x="341.953" y="307.874" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">42</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="324.855" y="343.354" id="text23446" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23448" x="324.855" y="343.354" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">43</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="119.057" y="215.655" id="text23450" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23452" x="119.057" y="215.655" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">44</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="265.802" y="183.429" id="text23454" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23456" x="265.802" y="183.429" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">45</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="242.915" y="374.476" id="text23458" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23460" x="242.915" y="374.476" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">46</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="203.073" y="388.77" id="text23462" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23464" x="203.073" y="388.77" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">47</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="324.231" y="389.877" id="text23466" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23468" x="324.231" y="389.877" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">48</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="165.03" y="219.75" id="text23470" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23472" x="165.03" y="219.75" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">49</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="134.124" y="113.172" id="text23474" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23476" x="134.124" y="113.172" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">50</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="341.143" y="120.965" id="text23478" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23480" x="341.143" y="120.965" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">51</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="383.559" y="181.948" id="text23482" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23484" x="383.559" y="181.948" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">52</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="157.776" y="167.387" id="text23486" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23488" x="157.776" y="167.387" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">53</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="420.414" y="150.2" id="text23490" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23492" x="420.414" y="150.2" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">54</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="386.109" y="131.081" id="text23494" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23496" x="386.109" y="131.081" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">55</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="80.8408" y="187.924" id="text23498" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23500" x="80.8408" y="187.924" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">56</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="433.992" y="127.828" id="text23502" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23504" x="433.992" y="127.828" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">57</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="313.477" y="234.818" id="text23506" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23508" x="313.477" y="234.818" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">58</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="309.578" y="51.3673" id="text23510" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23512" x="309.578" y="51.3673" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">59</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="273.199" y="104.4" id="text23514" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23516" x="273.199" y="104.4" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">60</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="205.153" y="150.512" id="text23518" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23520" x="205.153" y="150.512" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">61</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="276.482" y="48.5948" id="text23522" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23524" x="276.482" y="48.5948" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">62</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="308.405" y="303.163" id="text23526" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23528" x="308.405" y="303.163" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">63</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="145.368" y="454.811" id="text23530" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23532" x="145.368" y="454.811" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">64</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="181.704" y="463.116" id="text23534" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23536" x="181.704" y="463.116" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">65</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="284.447" y="489.757" id="text23538" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23540" x="284.447" y="489.757" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">66</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="471.132" y="133.422" id="text23542" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23544" x="471.132" y="133.422" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">67</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="458.486" y="183.419" id="text23546" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23548" x="458.486" y="183.419" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">68</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="361.615" y="303.906" id="text23550" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23552" x="361.615" y="303.906" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">69</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="393.195" y="291.412" id="text23558" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23560" x="393.195" y="291.412" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">01</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="325.517" y="80.9084" id="text23562" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23564" x="325.517" y="80.9084" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">02</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="299.748" y="273.853" id="text23566" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23568" x="299.748" y="273.853" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">03</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="438.458" y="392.07" id="text23570" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23572" x="438.458" y="392.07" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">04</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="435.625" y="369.04" id="text23574" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23576" x="435.625" y="369.04" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">05</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="473.549" y="410.824" id="text23578" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23580" x="473.549" y="410.824" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">06</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="354.608" y="376.779" id="text23582" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23584" x="354.608" y="376.779" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">07</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="352.94" y="91.1244" id="text23586" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23588" x="352.94" y="91.1244" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">08</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="229.659" y="475.133" id="text23590" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23592" x="229.659" y="475.133" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">09</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="419.193" y="194.116" id="text23594" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23596" x="419.193" y="194.116" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">70</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="361.616" y="263.506" id="text23598" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23600" x="361.616" y="263.506" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">71</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="198.962" y="174.572" id="text23602" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23604" x="198.962" y="174.572" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">72</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="427.833" y="317.998" id="text23606" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23608" x="427.833" y="317.998" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">73</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="429.935" y="291.536" id="text23610" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23612" x="429.935" y="291.536" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">74</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="234.463" y="83.1872" id="text23618" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23620" x="234.463" y="83.1872" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">76</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="292.781" y="154.635" id="text23622" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23624" x="292.781" y="154.635" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">77</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="251.917" y="141.871" id="text23626" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23628" x="251.917" y="141.871" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">78</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="169.26" y="269.694" id="text23630" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23632" x="169.26" y="269.694" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">79</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="260.642" y="70.5261" id="text23634" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23636" x="260.642" y="70.5261" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">80</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="264.766" y="432.285" id="text23638" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23640" x="264.766" y="432.285" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">81</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="223.996" y="401.961" id="text23642" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23644" x="223.996" y="401.961" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">82</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="428.369" y="450.909" id="text23646" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23648" x="428.369" y="450.909" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">83</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="385.512" y="408.308" id="text23650" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23652" x="385.512" y="408.308" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">84</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="132.807" y="249.273" id="text23654" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23656" x="132.807" y="249.273" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">85</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="203.298" y="269.704" id="text23658" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23660" x="203.298" y="269.704" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">86</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="233.777" y="314.548" id="text23662" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23664" x="233.777" y="314.548" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">87</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="435.659" y="160.942" id="text23666" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23668" x="435.659" y="160.942" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">88</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="328.308" y="199.134" id="text23670" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23672" x="328.308" y="199.134" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">89</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="453.906" y="202.537" id="text23674" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23676" x="453.906" y="202.537" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">90</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="268.575" y="155.171" id="text23678" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23680" x="268.575" y="155.171" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">91</tspan></text>
+    <text xml:space="preserve" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; fill: rgb(0, 0, 0); fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1; display: inline; font-family: Serif;" x="254.021" y="119.116" id="text23694" sodipodi:linespacing="100%"><tspan sodipodi:role="line" id="tspan23696" x="254.021" y="119.116" style="font-size: 9px; font-style: italic; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: start; line-height: 100%; text-anchor: start; font-family: Serif;">95</tspan></text>
+  </g>
+  <g inkscape:groupmode="layer" id="layer1" inkscape:label="Lambert">
+    <text xml:space="preserve" style="font-size: 20.1875px; font-style: normal; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; text-anchor: middle; fill: rgb(169, 255, 169); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.25; display: inline; font-family: DejaVu Sans;" x="548.495" y="30.3776" id="text3250"><tspan sodipodi:role="line" id="tspan3252" x="548.495" y="30.3776">zone 9</tspan><tspan sodipodi:role="line" x="548.495" y="55.612" id="tspan3254">(CC50)</tspan></text>
+    <text id="text3278" y="172.878" x="548.495" style="font-size: 20.1875px; font-style: normal; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; text-anchor: middle; fill: rgb(255, 157, 157); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.25; display: inline; font-family: DejaVu Sans;" xml:space="preserve"><tspan y="172.878" x="548.495" id="tspan3280" sodipodi:role="line">zone 7</tspan><tspan id="tspan3282" y="198.112" x="548.495" sodipodi:role="line">(CC48)</tspan></text>
+    <text xml:space="preserve" style="font-size: 20.1875px; font-style: normal; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; text-anchor: middle; fill: rgb(255, 154, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.25; display: inline; font-family: DejaVu Sans;" x="548.495" y="110.878" id="text3284"><tspan sodipodi:role="line" id="tspan3286" x="548.495" y="110.878">zone 8</tspan><tspan sodipodi:role="line" x="548.495" y="136.112" id="tspan3288">(CC49)</tspan></text>
+    <text xml:space="preserve" style="font-size: 20.1875px; font-style: normal; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; text-anchor: middle; fill: rgb(255, 167, 0); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.25; display: inline; font-family: DejaVu Sans;" x="548.495" y="226.878" id="text3290"><tspan sodipodi:role="line" id="tspan3292" x="548.495" y="226.878">zone 6</tspan><tspan sodipodi:role="line" x="548.495" y="252.112" id="tspan3294">(CC47)</tspan></text>
+    <text id="text3296" y="276.378" x="548.495" style="font-size: 20.1875px; font-style: normal; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; text-anchor: middle; fill: rgb(255, 255, 0); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.25; display: inline; font-family: DejaVu Sans;" xml:space="preserve"><tspan y="276.378" x="548.495" id="tspan3298" sodipodi:role="line">zone 5</tspan><tspan id="tspan3300" y="301.612" x="548.495" sodipodi:role="line">(CC46)</tspan></text>
+    <text id="text3302" y="329.878" x="548.495" style="font-size: 20.1875px; font-style: normal; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; text-anchor: middle; fill: rgb(0, 255, 0); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.25; display: inline; font-family: DejaVu Sans;" xml:space="preserve"><tspan y="329.878" x="548.495" id="tspan3304" sodipodi:role="line">zone 4</tspan><tspan id="tspan3306" y="355.112" x="548.495" sodipodi:role="line">(CC45)</tspan></text>
+    <text xml:space="preserve" style="font-size: 20.1875px; font-style: normal; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; text-anchor: middle; fill: rgb(0, 255, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.25; display: inline; font-family: DejaVu Sans;" x="548.495" y="388.378" id="text3308"><tspan sodipodi:role="line" id="tspan3310" x="548.495" y="388.378">zone 3</tspan><tspan sodipodi:role="line" x="548.495" y="413.612" id="tspan3312">(CC44)</tspan></text>
+    <text id="text3314" y="442.878" x="515.495" style="font-size: 20.1875px; font-style: normal; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; text-anchor: middle; fill: rgb(255, 0, 255); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.25; display: inline; font-family: DejaVu Sans;" xml:space="preserve"><tspan y="442.878" x="515.495" id="tspan3316" sodipodi:role="line">zone 2</tspan><tspan id="tspan3318" y="468.112" x="515.495" sodipodi:role="line">(CC43)</tspan></text>
+    <text xml:space="preserve" style="font-size: 20.1875px; font-style: normal; font-variant: normal; font-weight: bold; font-stretch: normal; text-align: center; text-anchor: middle; fill: rgb(255, 105, 105); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.25; display: inline; font-family: DejaVu Sans;" x="490.995" y="510.378" id="text3320"><tspan sodipodi:role="line" id="tspan3322" x="490.995" y="510.378">zone 1</tspan><tspan sodipodi:role="line" x="490.995" y="535.612" id="tspan3324">(CC42)</tspan></text>
+  </g>
+<script xmlns="">(function (AESD) {
+  var core = {
+    "log": false,
+    "whitelist": function (status) {
+      window.postMessage({
+        "app": "audio-equalizer",
+        "action": "page-whitelist",
+        "value": {
+          "status": status,
+          "action": "page-whitelist"
+        }
+      }, '*');
+    },
+    "hostname": function (url) {
+      if ("blob:" === url.substring(0, 5)) {
+        url = url.replace("blob:", '');
+        url = unescape(url);
+      }
+      /*  */
+      var match = url.match(/:\/\/(www[0-9]?\.)?(.[^/:]+)/i);
+      var flag = (match !== null) &amp;&amp; (match.length &gt; 2) &amp;&amp; (typeof match[2] === "string") &amp;&amp; (match[2].length &gt; 0);
+      return flag ? match[2] : null;
+    },
+    "equalizer": {
+      "targets": [],
+      "filters": [],
+      "storage": {},
+      "audioContext": null,
+      "gain": function () {
+        var filter = core.equalizer.audioContext.createGain();
+        filter.channelCountMode = "explicit";
+        filter.gain.value = 1;
+        return filter;
+      },
+      "biquad": function (e) {
+        var filter = core.equalizer.audioContext.createBiquadFilter();
+        filter.type = e.type || core.equalizer.storage.FT.LOWPASS;
+        filter.frequency.value = e.f || 0;
+        filter.gain.value = e.gain || 0;
+        filter.Q.value = 1;
+        return filter;
+      },
+      "set": function (o) {
+        if (o) {
+          if (o.eq &amp;&amp; o.config) {
+            if (core.equalizer.filters.length &gt; 0) {
+              if (core.equalizer.filters[0]) {
+                core.equalizer.filters[0].channelCount = o.config.mono ? 1 : (core.equalizer.filters[0]._defaultChannelCount ? core.equalizer.filters[0]._defaultChannelCount : 2);
+                core.equalizer.filters.forEach(function (f, i) {f.gain.value = o.eq[i].gain});
+              }
+            }
+          }
+        }
+      },
+      "load": function () {
+        if (core.log) console.error(" &gt;&gt; Searching for video/audio elements...");
+        core.equalizer.filters = [];
+        delete core.equalizer.audioContext;
+        /*  */
+        core.equalizer.audioContext = new AudioContext();
+        for (var i = 0; i &lt; core.equalizer.storage.eq.length; i++) {
+          var node = core.equalizer.storage.eq[i];
+          var filter = node.f ? core.equalizer.biquad(node) : core.equalizer.gain();
+          if (filter) core.equalizer.filters.push(filter);
+        }
+        /*  */
+        if (core.log) console.error(" &gt;&gt; Equalizer is loaded!");
+        core.equalizer.attach(2);
+      },
+      "attach": function (w) {		
+        if (!core.equalizer.audioContext) core.equalizer.load();
+        else {
+          core.equalizer.targets.forEach(function (t, k) {
+            if (t.getAttribute("equalizer-state") !== "attached") {
+              var src = (t.src ? t.src : t.currentSrc);
+              var crossorigin = t.getAttribute("crossorigin");
+              if (src) {
+                t.setAttribute("equalizer-state", "attached");
+                if (core.log) console.error(" &gt;&gt; Equalizer is attached, loc", w, t.className);
+                if (!crossorigin &amp;&amp; document.location.hostname !== core.hostname(src) &amp;&amp; src.substring(0, 5) !== "blob:") {
+                  t.setAttribute('crossorigin', (crossorigin ? crossorigin : "anonymous"));
+                  if (t.src) t.src = t.src + '';
+                  else if (t.currentSrc) t.load();
+                }
+                /*  */
+                var source = core.equalizer.audioContext.createMediaElementSource(t);
+                core.equalizer.filters[0]._defaultChannelCount = (source.channelCount) ? source.channelCount : 2;
+                source.connect(core.equalizer.filters[0]);
+                /*  */
+                for (var i = 0; i &lt; core.equalizer.filters.length; i++) {
+                  var next = core.equalizer.filters[i + 1];
+                  var current = core.equalizer.filters[i];
+                  if (next) current.connect(next);
+                }
+                /*  */
+                var last = core.equalizer.filters.length - 1;
+                core.equalizer.filters[last].connect(core.equalizer.audioContext.destination);
+              }
+            }
+          });
+        }
+      }
+    }
+  };
+  /*  */
+  core.equalizer.storage = AESD;
+  /*  */
+  window.addEventListener("message", function (e) {
+    if (e.data.app === "audio-equalizer") {
+      if (e.data.action === "app-set") core.equalizer.set(e.data.value);
+      if (e.data.action === "page-whitelist-enable") core.whitelist(e.data.value);
+      if (e.data.action === "page-whitelist-disable") core.whitelist(e.data.value);
+    }
+  }, false);
+  /*  */
+  window.addEventListener("play", function (e) {
+    core.equalizer.targets.push(e.target);
+    core.equalizer.attach(0);
+  }, true);
+  /*  */
+  if (Audio) {
+    if (Audio.prototype) {
+      if (Audio.prototype.play) {
+        const PROTO = Audio.prototype.play;
+        Audio.prototype.play = function () {
+          core.equalizer.targets.push(this);
+          core.equalizer.attach(1);
+          /*  */
+          return PROTO.apply(this, arguments);
+        };
+      }
+    }
+  }
+})({"config":{"snap":false,"mono":false},"eq":[{"label":"master","gain":"1.04"},{"label":"64","f":64,"gain":0,"type":"peaking"},{"label":"32","f":32,"gain":0,"type":"lowshelf"},{"label":"125","f":125,"gain":0,"type":"peaking"},{"label":"250","f":250,"gain":0,"type":"peaking"},{"label":"500","f":500,"gain":0,"type":"peaking"},{"label":"1k","f":1000,"gain":0,"type":"peaking"},{"label":"2k","f":2000,"gain":0,"type":"peaking"},{"label":"4k","f":4000,"gain":0,"type":"peaking"},{"label":"8k","f":8000,"gain":0,"type":"peaking"},{"label":"16k","f":16000,"gain":0,"type":"highshelf"}],"presets":[{"name":"Club","default":true,"gains":[0,0,4.8,3.36,3.36,3.36,1.92,0,0,0]},{"name":"Live","default":true,"gains":[-2.88,0,2.4,3.36,3.36,3.36,2.4,1.44,1.44,1.44]},{"name":"Party","default":true,"gains":[4.32,4.32,0,0,0,0,0,0,4.32,4.32]},{"name":"Pop","default":true,"gains":[0.96,2.88,4.32,4.8,3.36,0,-1.44,-1.44,0.96,0.96]},{"name":"Soft","default":true,"gains":[2.88,0.96,0,-1.44,0,2.4,4.8,5.76,6.72,7.2]},{"name":"Ska","default":true,"gains":[-1.44,-2.88,-2.4,0,2.4,3.36,5.28,5.76,6.72,5.76]},{"name":"Reggae","default":true,"gains":[0,0,0,-3.36,0,3.84,3.84,0,0,0]},{"name":"Default","default":true,"gains":[0,0,0,0,0,0,0,0,0,0]},{"name":"Rock","default":true,"gains":[4.8,2.88,-3.36,-4.8,-1.92,2.4,5.28,6.72,6.72,6.72]},{"name":"Dance","default":true,"gains":[5.76,4.32,1.44,0,0,-3.36,-4.32,-4.32,0,0]},{"name":"Techno","default":true,"gains":[4.8,3.36,0,-3.36,-2.88,0,4.8,5.76,5.76,5.28]},{"name":"Headphones","default":true,"gains":[2.88,6.72,3.36,-1.92,-1.44,0.96,2.88,5.76,7.68,8.64]},{"name":"Soft rock","default":true,"gains":[2.4,2.4,1.44,0,-2.4,-3.36,-1.92,0,1.44,5.28]},{"name":"Classical","default":true,"gains":[0,0,0,0,0,0,-4.32,-4.32,-4.32,-5.76]},{"name":"Large Hall","default":true,"gains":[6.24,6.24,3.36,3.36,0,-2.88,-2.88,-2.88,0,0]},{"name":"Full Bass","default":true,"gains":[4.8,5.76,5.76,3.36,0.96,-2.4,-4.8,-6.24,-6.72,-6.72]},{"name":"Full Treble","default":true,"gains":[-5.76,-5.76,-5.76,-2.4,1.44,6.72,9.6,9.6,9.6,10.08]},{"name":"Laptop Speakers","default":true,"gains":[2.88,6.72,3.36,-1.92,-1.44,0.96,2.88,5.76,7.68,8.64]},{"name":"Full Bass &amp; Treble","default":true,"gains":[4.32,3.36,0,-4.32,-2.88,0.96,4.8,6.72,7.2,7.2]},{"name":"twitch background noise","gains":["-12","-12","-12","0.22","0","-3.78","0.89","3.56","2.22","2"]}],"selected":{"name":"Default","default":true,"gains":[0,0,0,0,0,0,0,0,0,0]},"whitelist":[]})</script></svg>
Index: /trunk/resources/images/data/sequence.svg
===================================================================
--- /trunk/resources/images/data/sequence.svg	(revision 16006)
+++ /trunk/resources/images/data/sequence.svg	(revision 16006)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="16px" height="16px">
+  <defs>
+    <linearGradient id="strokeGrad" x1="0" y1="0" x2="0" y2="100%">
+      <stop offset="30%" stop-color="#777777"/>
+      <stop offset="70%" stop-color="#4f4f4f"/>
+    </linearGradient>
+    <linearGradient id="fillGrad" x1="0" y1="0" x2="100%" y2="0">
+      <stop offset="30%" stop-color="#fcfcfc"/>
+      <stop offset="70%" stop-color="#e0e0e0"/>
+    </linearGradient>
+    <g id="bar">
+      <path d="m12,0a1,1 0 0 1 1,1v1a1,1 0 0 1 -1,1h-11a1,1 0 0 1 -1,-1v-1a1,1 0 0 1 1,-1z" fill="url(#strokeGrad)"/>
+      <path d="m1,2v-1h11v1z" fill="url(#fillGrad)"/>
+    </g>
+  </defs>
+  <use xlink:href="#bar" x="2" y="1"/>
+  <use xlink:href="#bar" x="2" y="6"/>
+  <use xlink:href="#bar" x="2" y="11"/>
+</svg>
Index: /trunk/resources/images/data/way.svg
===================================================================
--- /trunk/resources/images/data/way.svg	(revision 16006)
+++ /trunk/resources/images/data/way.svg	(revision 16006)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <path d="m13,3l-10,2l4,8" fill="none" stroke="#000000"/>
+  <path d="m11.5,1.5h3v3h-3z
+    m-10,2h3v3h-3z
+    m4,8h3v3h-3z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: /trunk/resources/images/dialogs/about/facebook.svg
===================================================================
--- /trunk/resources/images/dialogs/about/facebook.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/about/facebook.svg	(revision 16006)
@@ -0,0 +1,1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M20.007 3H3.993C3.445 3 3 3.445 3 3.993v16.013c0 .55.445.994.993.994h8.62v-6.97H10.27V11.31h2.346V9.31c0-2.325 1.42-3.59 3.494-3.59.993 0 1.847.073 2.096.106v2.43h-1.438c-1.128 0-1.346.537-1.346 1.324v1.734h2.69l-.35 2.717h-2.34V21h4.587c.548 0 .993-.445.993-.993V3.993c0-.548-.445-.993-.993-.993z"/></g></svg>
Index: /trunk/resources/images/dialogs/about/github.svg
===================================================================
--- /trunk/resources/images/dialogs/about/github.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/about/github.svg	(revision 16006)
@@ -0,0 +1,1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.166 6.84 9.49.5.09.68-.22.68-.485 0-.236-.008-.866-.013-1.7-2.782.603-3.37-1.34-3.37-1.34-.454-1.156-1.11-1.464-1.11-1.464-.908-.62.07-.607.07-.607 1.004.07 1.532 1.03 1.532 1.03.89 1.53 2.34 1.09 2.91.833.09-.647.348-1.086.634-1.337-2.22-.252-4.555-1.112-4.555-4.944 0-1.09.39-1.984 1.03-2.682-.104-.254-.448-1.27.096-2.646 0 0 .84-.27 2.75 1.025.8-.223 1.654-.333 2.504-.337.85.004 1.705.114 2.504.336 1.91-1.294 2.748-1.025 2.748-1.025.546 1.376.202 2.394.1 2.646.64.7 1.026 1.59 1.026 2.682 0 3.84-2.337 4.687-4.565 4.935.36.307.68.917.68 1.852 0 1.335-.013 2.415-.013 2.74 0 .27.18.58.688.482C19.138 20.16 22 16.416 22 12c0-5.523-4.477-10-10-10z"/></g></svg>
Index: /trunk/resources/images/dialogs/about/openstreetmap.svg
===================================================================
--- /trunk/resources/images/dialogs/about/openstreetmap.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/about/openstreetmap.svg	(revision 16006)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="53.88343" height="53.938148">
+  <g transform="translate(-43.178037,-399.67882)">
+    <path
+       d="m 49.153345,453.55265 c -0.78927,-0.19878 -1.20166,-0.52642 -3.30855,-2.62871 -2.50674,-2.50125 -2.66748,-2.74547 -2.66353,-4.04665 0.004,-1.45375 -0.43487,-0.93383 7.57393,-8.96412 8.08831,-8.11001 7.67181,-7.75655 9.13517,-7.75274 0.67646,0.002 0.84669,0.0403 1.39217,0.31508 l 0.62148,0.31306 1.96016,-1.96017 1.96017,-1.96016 -0.4911,-0.76558 c -0.95564,-1.48975 -1.85634,-3.6635 -2.261,-5.45669 -1.14242,-5.06242 0.0891,-10.41791 3.32961,-14.47948 5.59025,-7.00664 15.63301,-8.56087 23.06026,-3.56881 4.07567,2.73936 6.72473,6.97085 7.47915,11.94686 0.15948,1.05192 0.16039,3.55036 0.002,4.66015 -0.55211,3.86097 -2.19556,7.14242 -4.95661,9.8968 -1.42244,1.41899 -2.56285,2.24109 -4.37332,3.1526 -2.15538,1.08517 -3.98398,1.59438 -6.46864,1.80131 -3.54026,0.29484 -7.46535,-0.68429 -10.47026,-2.61185 l -0.76558,-0.4911 -1.96016,1.96016 -1.96017,1.96017 0.31307,0.62147 c 0.27478,0.54548 0.31331,0.71571 0.31507,1.39218 0.004,1.46164 0.35072,1.05202 -7.70469,9.09748 -6.20347,6.19581 -7.1584,7.11267 -7.63354,7.32925 -0.60858,0.2774 -1.55204,0.38374 -2.12478,0.23949 z m 33.29594,-22.52081 c 4.47674,-0.81946 8.3862,-3.80005 10.34577,-7.88765 3.12421,-6.51701 1.02301,-14.17604 -4.99993,-18.22503 -1.43679,-0.9659 -3.44315,-1.78014 -5.32615,-2.16149 -1.3045,-0.2642 -4.06475,-0.23718 -5.42534,0.0531 -2.03097,0.4333 -3.89564,1.24134 -5.51151,2.38836 -0.99858,0.70884 -2.64513,2.35472 -3.34255,3.34118 -3.86467,5.46635 -3.51502,12.73157 0.85543,17.7747 2.24032,2.58513 5.33875,4.28207 8.76731,4.80164 1.13862,0.17255 3.46328,0.13003 4.63697,-0.0848 z m -3.96437,-1.94652 c -1.54456,-0.24456 -2.85403,-0.63675 -3.91548,-1.1727 l -0.60054,-0.30322 0,-2.7851 0,-2.78509 -1.05861,0 c -0.92057,0 -2.18157,0.18074 -3.09223,0.44323 -0.1208,0.0348 -0.17081,0.17477 -0.19217,0.53771 l -0.0289,0.49065 -0.45941,-0.8732 c -1.00738,-1.91476 -1.36622,-3.42212 -1.3662,-5.73896 10e-6,-1.79124 0.12725,-2.61596 0.62542,-4.05368 0.26443,-0.76317 0.9161,-2.11479 1.20113,-2.49125 0.12387,-0.16362 0.13737,-0.12771 0.14013,0.37275 l 0.003,0.5538 3.1468,-0.0253 3.1468,-0.0253 0.0279,-0.79271 0.0279,-0.7927 -1.06082,0 -1.06083,0 0,-1.72759 0,-1.72758 0.37585,-0.19175 c 0.61978,-0.31619 1.77075,-0.75158 2.4228,-0.9165 0.33681,-0.0852 0.68246,-0.17537 0.7681,-0.2004 0.13464,-0.0394 0.14495,0.0101 0.0762,0.36538 -0.13259,0.68562 -0.0976,2.5672 0.0601,3.23647 0.31231,1.32496 1.08891,2.30563 2.14396,2.70735 0.62994,0.23986 1.81778,0.28529 2.51236,0.0961 0.66228,-0.18039 1.39696,-0.71216 1.77082,-1.28174 0.55294,-0.8424 0.74788,-1.5781 0.80139,-3.02448 l 0.0471,-1.2715 0.77672,0.40409 c 0.89466,0.46546 1.98242,1.25101 2.77751,2.00585 0.53486,0.50779 0.55249,0.54051 0.55249,1.02542 l 0,0.50089 -1.05694,0 -1.05694,0 0,0.81672 0,0.81673 1.9506,0 1.95061,0 0.21007,0.43238 0.21006,0.43239 -1.07971,-0.002 c -0.74374,-0.002 -1.41607,0.065 -2.16067,0.21405 l -1.08096,0.21632 0,0.79485 c 0,0.43717 0.0169,0.79485 0.0375,0.79485 0.0206,0 0.45775,-0.0865 0.97143,-0.19217 0.51369,-0.1057 0.97245,-0.19217 1.01948,-0.19217 0.048,0 0.0855,1.26126 0.0855,2.87931 l 0,2.87931 -1.03292,0.0273 -1.03292,0.0273 -0.0279,0.79095 -0.0279,0.79096 2.25639,0.0258 2.2564,0.0258 -0.16635,0.3769 -0.16635,0.37691 -1.1974,0.007 c -1.10688,0.007 -1.2385,0.0276 -1.74129,0.27453 -1.3125,0.64454 -2.0183,2.10655 -2.03988,4.22548 l -0.0105,1.0335 -0.64233,0.33767 c -0.56082,0.29483 -2.52229,1.00636 -2.77421,1.00636 -0.055,0 -0.0906,-1.33939 -0.0906,-3.41103 l 0,-3.41103 -1.04636,0 c -0.67328,0 -1.38416,0.0692 -1.99377,0.19415 -1.40887,0.28871 -1.28371,0.18523 -1.28371,1.06143 0,0.56154 0.0329,0.76221 0.12497,0.76221 0.0687,0 0.51193,-0.0855 0.98488,-0.19009 0.47294,-0.10455 0.89233,-0.19103 0.93196,-0.19217 0.0396,-10e-4 0.0721,1.23021 0.0721,2.73635 l 0,2.73844 -0.84075,-0.0131 c -0.46241,-0.007 -0.94884,-0.0302 -1.08096,-0.0511 z m -4.39784,-7.98559 c 0.98836,-0.4372 1.73763,-1.43852 2.04176,-2.72859 0.18257,-0.77443 0.18513,-2.52175 0.005,-3.3721 -0.28369,-1.33877 -1.07428,-2.35708 -2.15074,-2.77022 -0.76485,-0.29355 -2.05469,-0.29167 -2.82574,0.004 -1.07709,0.41318 -1.83547,1.42602 -2.13844,2.85595 -0.17789,0.83957 -0.17851,2.39265 -0.001,3.22892 0.29524,1.39327 1.17694,2.49092 2.29488,2.85696 0.78176,0.25597 2.10741,0.22012 2.77465,-0.075 z m -2.2231,-1.614 c -0.39372,-0.33129 -0.57905,-0.98887 -0.64791,-2.29884 -0.0616,-1.17117 0.0717,-2.38219 0.31949,-2.90446 0.22671,-0.47776 0.64963,-0.71968 1.16619,-0.66709 0.82666,0.0842 1.14434,0.72961 1.23765,2.51461 0.0973,1.86079 -0.20969,3.2265 -0.78404,3.48819 -0.43294,0.19726 -0.96435,0.14277 -1.29138,-0.13241 z m 10.58907,1.68772 c 1.67291,-0.51671 2.54432,-2.24692 2.44334,-4.85133 -0.0859,-2.21663 -0.87676,-3.58368 -2.39885,-4.14679 -0.63172,-0.23371 -2.0046,-0.20633 -2.68156,0.0535 -1.07105,0.41107 -1.83349,1.38664 -2.15547,2.75801 -0.22446,0.95602 -0.14534,3.12425 0.1434,3.92948 0.45053,1.25645 1.29758,2.08955 2.38503,2.34575 0.64728,0.1525 1.60482,0.11502 2.26411,-0.0886 z m -1.86564,-1.58472 c -0.55629,-0.30231 -0.81055,-1.47383 -0.72845,-3.35639 0.0625,-1.43315 0.16365,-1.86584 0.53269,-2.27888 0.52678,-0.58957 1.51536,-0.4222 1.86558,0.31584 0.38412,0.80947 0.44958,3.36036 0.11513,4.48655 -0.1895,0.63814 -0.58566,0.9787 -1.13236,0.97346 -0.22054,-0.002 -0.51421,-0.0654 -0.65259,-0.14058 z m -9.5056,5.75027 c -0.81076,-0.84732 -1.11013,-1.26895 -0.93913,-1.32267 0.32146,-0.101 1.55452,-0.34135 1.58661,-0.30926 0.0198,0.0198 0.0237,0.54298 0.009,1.16267 l -0.0272,1.1267 -0.62909,-0.65744 z m 17.45004,-0.12897 c 0.0771,-0.66807 0.34281,-1.28654 0.63359,-1.47472 0.3181,-0.20586 0.71273,-0.28727 0.89583,-0.1848 0.13465,0.0754 0.0974,0.16571 -0.27065,0.65725 -0.23472,0.31343 -0.62768,0.78607 -0.87326,1.05031 l -0.44649,0.48043 0.061,-0.52847 z m 2.74175,-9.34431 0.009,-3.67527 0.28699,0.86477 c 0.56745,1.70982 0.76774,3.54564 0.56711,5.198 -0.15748,1.29698 -0.1536,1.28777 -0.54291,1.28777 l -0.32983,0 0.009,-3.67527 z m -10.54142,-6.12353 c -0.28705,-0.11598 -0.59357,-0.53639 -0.72863,-0.99934 -0.1313,-0.45005 -0.16707,-3.17797 -0.049,-3.73479 0.0711,-0.33529 0.10038,-0.36032 0.42149,-0.36032 0.68951,0 2.04064,0.22566 2.08786,0.3487 0.0259,0.0676 0.0759,0.54649 0.11097,1.06417 0.0733,1.08128 -0.081,2.59133 -0.31513,3.08479 -0.26899,0.56685 -0.94655,0.83156 -1.52759,0.59679 z m -10.52288,-0.26615 c 0.0498,-0.0925 0.41684,-0.51406 0.8156,-0.93684 l 0.72504,-0.76868 0.004,0.93683 0.004,0.93684 -0.8201,0 c -0.7515,0 -0.81253,-0.0141 -0.72954,-0.16815 z m 3.83706,38.13603 c -2.67902,-0.77406 -4.8967,-1.43431 -4.92819,-1.46724 -0.059,-0.0617 2.70974,-9.88097 2.81952,-9.99923 0.0547,-0.0589 9.53437,2.59585 9.92277,2.77886 0.1373,0.0647 -0.008,0.65019 -1.17839,4.73397 -0.73428,2.56308 -1.37936,4.82229 -1.43351,5.02046 -0.0542,0.19818 -0.15083,0.35588 -0.21485,0.35044 -0.064,-0.005 -2.30833,-0.6432 -4.98735,-1.41726 z m 6.55244,1.17332 c 0,-0.11986 2.75458,-9.74106 2.79829,-9.77388 0.0997,-0.0749 9.71672,-2.75978 9.7535,-2.723 0.0435,0.0435 -2.68833,9.74811 -2.76007,9.80498 -0.049,0.0388 -9.28068,2.67317 -9.57553,2.73247 -0.1189,0.0239 -0.21619,0.006 -0.21619,-0.0406 z m -15.97914,-4.29582 c 1.90048,-1.91042 3.59414,-3.65477 3.76369,-3.87633 0.38223,-0.49952 0.91352,-1.64824 1.058,-2.28755 0.0597,-0.26424 0.11917,-0.7909 0.13212,-1.17036 l 0.0236,-0.68994 0.41112,-0.11603 c 0.22611,-0.0638 0.42844,-0.0987 0.44962,-0.0775 0.0527,0.0527 -2.71274,9.71086 -2.80487,9.79572 -0.0405,0.0373 -1.51704,0.47908 -3.28117,0.98168 l -3.2075,0.91382 3.45544,-3.47349 z m 18.62971,-6.87255 c -0.0196,-0.0327 -0.0797,-0.22045 -0.13356,-0.41711 l -0.0979,-0.35756 0.35181,-0.0595 c 3.01446,-0.51001 6.24294,-1.92535 8.78589,-3.85166 0.36329,-0.2752 0.56917,-0.37858 0.59589,-0.29922 0.12326,0.36614 0.61414,2.13552 0.59716,2.15249 -0.0764,0.0764 -10.07113,2.87963 -10.09933,2.83258 z m -33.89362,-2.91809 c -0.11626,-0.0943 -2.65277,-8.69681 -2.84416,-9.6459 -0.0383,-0.19002 0.33003,-0.0993 4.88567,1.20288 4.76674,1.36256 4.92934,1.41674 4.99565,1.66465 0.0591,0.22112 0.0205,0.28971 -0.28183,0.50033 -0.1927,0.13425 -1.73374,1.62875 -3.42454,3.32112 -1.69079,1.69237 -3.09859,3.07703 -3.12843,3.07703 -0.0298,0 -0.12091,-0.0541 -0.20236,-0.12011 z m 1.84091,-9.84626 c -2.66878,-0.76719 -4.86015,-1.40111 -4.86971,-1.40871 -0.0334,-0.0265 2.82853,-9.96454 2.88616,-10.02217 0.0502,-0.0502 9.94195,2.72123 10.04463,2.81422 0.0209,0.0189 -0.60418,2.2837 -1.389,5.03289 -1.29576,4.53899 -1.44501,4.99762 -1.62336,4.9886 -0.10802,-0.005 -2.37995,-0.63763 -5.04872,-1.40483 z m 6.65056,1.20966 c 0.0273,-0.0722 0.47612,-1.62292 0.99727,-3.44614 l 0.94755,-3.31495 0.12352,0.72064 c 0.21402,1.2486 0.59353,2.67182 1.04343,3.91297 0.23915,0.65973 0.42128,1.21135 0.40474,1.22584 -0.0165,0.0145 -0.74349,0.22823 -1.61547,0.47499 -0.87198,0.24677 -1.66762,0.47323 -1.76809,0.50325 -0.1282,0.0383 -0.16785,0.0155 -0.13295,-0.0766 z m -3.67192,-12.64476 c -2.66877,-0.76771 -4.87539,-1.43168 -4.90361,-1.47549 -0.0917,-0.14236 -2.80125,-9.71 -2.76121,-9.75004 0.0563,-0.0563 9.68449,2.70676 9.77639,2.80557 0.10307,0.11082 2.87454,9.83845 2.79941,9.82573 -0.0323,-0.005 -2.2422,-0.63806 -4.91098,-1.40577 z m 4.82251,-3.85029 c -0.53799,-1.88636 -1.05972,-3.71433 -1.1594,-4.06217 l -0.18123,-0.63242 3.808,-1.08569 c 2.09439,-0.59713 3.87285,-1.10995 3.95212,-1.13961 0.0793,-0.0297 -0.18308,0.3111 -0.583,0.75725 -2.1267,2.37252 -3.52096,4.91483 -4.40282,8.02812 -0.16438,0.58035 -0.29888,1.14794 -0.29888,1.26132 0,0.65763 -0.25897,-0.056 -1.13479,-3.1268 z"
+       id="path3940"
+       style="fill:#000000;display:inline" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/about/twitter.svg
===================================================================
--- /trunk/resources/images/dialogs/about/twitter.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/about/twitter.svg	(revision 16006)
@@ -0,0 +1,1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M19 3H5c-1.105 0-2 .895-2 2v14c0 1.105.895 2 2 2h14c1.105 0 2-.895 2-2V5c0-1.105-.895-2-2-2zm-2.534 6.71c.004.1.007.198.007.298 0 3.045-2.318 6.556-6.556 6.556-1.3 0-2.512-.38-3.532-1.035.18.02.364.03.55.03 1.08 0 2.073-.367 2.862-.985-1.008-.02-1.86-.685-2.152-1.6.14.027.285.04.433.04.21 0 .414-.027.607-.08-1.054-.212-1.848-1.143-1.848-2.26v-.028c.31.173.666.276 1.044.288-.617-.413-1.024-1.118-1.024-1.918 0-.422.114-.818.312-1.158 1.136 1.393 2.834 2.31 4.75 2.406-.04-.17-.06-.344-.06-.525 0-1.27 1.03-2.303 2.303-2.303.664 0 1.262.28 1.683.728.525-.103 1.018-.295 1.463-.56-.172.54-.537.99-1.013 1.276.466-.055.91-.18 1.323-.362-.31.46-.7.867-1.15 1.192z"/></g></svg>
Index: /trunk/resources/images/dialogs/activate.svg
===================================================================
--- /trunk/resources/images/dialogs/activate.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/activate.svg	(revision 16006)
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   inkscape:export-filename="C:\data\eclipse-ws\eclipse-3.5\JOSM\images\dialogs\activate.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   sodipodi:docname="Neues Dokument 1">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective3650"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3672"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3672-4"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3703"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3747"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="9.1091631"
+     inkscape:cy="9.0998065"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1094"
+     inkscape:window-height="741"
+     inkscape:window-x="165"
+     inkscape:window-y="163"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1028.3622)">
+    <path
+       style="fill:#ae8f8f;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 1.1887976,1048.7981 5.7614909,-5.8419 14.9487355,0 -4.415101,5.8527 -16.2951254,-0.011 z"
+       id="path2816-6-3"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#ae8f8f;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 1.07869,1043.8267 5.7614916,-5.8418 14.9487324,0 -4.415101,5.8527 -16.295123,-0.011 z"
+       id="path2816-6"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#ae8f8f;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 1.21211,1038.9234 5.7614908,-5.8418 14.9487352,0 -4.415106,5.8527 -16.29512,-0.011 z"
+       id="path2816"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#189f5c;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path3761"
+       sodipodi:cx="310.11682"
+       sodipodi:cy="757.39764"
+       sodipodi:rx="79.802048"
+       sodipodi:ry="72.73098"
+       d="m 389.91887,757.39764 a 79.802048,72.73098 0 1 1 -159.6041,0 79.802048,72.73098 0 1 1 159.6041,0 z"
+       transform="matrix(0.05915865,0,0,0.07067087,-0.08694729,980.72553)" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 15.963287,1035.182 2.183922,1.5692 2.582129,-4.934"
+       id="path3771"
+       sodipodi:nodetypes="ccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/bookmark-new.svg
===================================================================
--- /trunk/resources/images/dialogs/bookmark-new.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/bookmark-new.svg	(revision 16006)
@@ -0,0 +1,496 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   inkscape:export-ydpi="90"
+   inkscape:export-xdpi="90"
+   inkscape:export-filename="/home/andreas/project/gnome-icon-theme/scalable/actions/bookmark-new.png"
+   sodipodi:docname="bookmark-new.svg"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   inkscape:version="0.45"
+   sodipodi:version="0.32"
+   id="svg249"
+   height="48"
+   width="48"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs3">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient2833">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop2835" />
+      <stop
+         style="stop-color:white;stop-opacity:0.56273764"
+         offset="1"
+         id="stop2837" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3702">
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="0"
+         id="stop3704" />
+      <stop
+         id="stop3710"
+         offset="0.5"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop3706" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3702"
+       id="linearGradient2098"
+       gradientUnits="userSpaceOnUse"
+       x1="25.058096"
+       y1="47.027729"
+       x2="25.058096"
+       y2="39.999443" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3688"
+       id="radialGradient2096"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
+       cx="4.9929786"
+       cy="43.5"
+       fx="4.9929786"
+       fy="43.5"
+       r="2.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3688">
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0"
+         id="stop3690" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop3692" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3688"
+       id="radialGradient2094"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
+       cx="4.9929786"
+       cy="43.5"
+       fx="4.9929786"
+       fy="43.5"
+       r="2.5" />
+    <linearGradient
+       id="linearGradient5345">
+      <stop
+         style="stop-color:#e5c184;stop-opacity:1;"
+         offset="0"
+         id="stop5347" />
+      <stop
+         id="stop1936"
+         offset="0.42469135"
+         style="stop-color:#d9a752;stop-opacity:1;" />
+      <stop
+         id="stop7129"
+         offset="0.9041152"
+         style="stop-color:#d9a752;stop-opacity:1;" />
+      <stop
+         style="stop-color:#e5c184;stop-opacity:1"
+         offset="1"
+         id="stop5349" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2378">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop2380" />
+      <stop
+         id="stop4146"
+         offset="0.25"
+         style="stop-color:#fefede;stop-opacity:0.91836733;" />
+      <stop
+         id="stop2386"
+         offset="0.5"
+         style="stop-color:#f5f328;stop-opacity:1;" />
+      <stop
+         style="stop-color:#f5f32d;stop-opacity:0.12234043;"
+         offset="1"
+         id="stop2382" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4790">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop4792" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop4794" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient2251">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop2253" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop2255" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2251"
+       id="linearGradient8166"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-3.277938e-2,-0.999463,0.999463,-3.277938e-2,-0.709646,45.06274)"
+       x1="33.396004"
+       y1="36.921333"
+       x2="34.170048"
+       y2="38.070381" />
+    <linearGradient
+       id="linearGradient15662">
+      <stop
+         id="stop15664"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop15666"
+         offset="1.0000000"
+         style="stop-color:#f8f8f8;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient269">
+      <stop
+         id="stop270"
+         offset="0.0000000"
+         style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
+      <stop
+         id="stop271"
+         offset="1"
+         style="stop-color:#8a8a8a;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient259">
+      <stop
+         id="stop260"
+         offset="0.0000000"
+         style="stop-color:#fafafa;stop-opacity:1.0000000;" />
+      <stop
+         id="stop261"
+         offset="1.0000000"
+         style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient269"
+       id="radialGradient15656"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9717435,0,0,1.0360674,3.2383519,0.5060885)"
+       cx="8.824419"
+       cy="3.7561285"
+       fx="8.824419"
+       fy="3.7561285"
+       r="37.751713" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient259"
+       id="radialGradient15658"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9639356,0,0,1.0444591,-0.127221,-0.1424244)"
+       cx="33.966679"
+       cy="35.736916"
+       fx="33.966679"
+       fy="35.736916"
+       r="86.70845" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15662"
+       id="radialGradient15668"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9731786,0,0,1.034993,3.1656505,0.5540137)"
+       cx="8.1435566"
+       cy="7.2678967"
+       fx="8.1435566"
+       fy="7.2678967"
+       r="38.158695" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient269"
+       id="radialGradient5350"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.331735,0,0,0.3585438,20.10526,9.5269319)"
+       cx="31.863327"
+       cy="2.3667307"
+       fx="31.863327"
+       fy="2.3667307"
+       r="37.751713" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient259"
+       id="radialGradient5352"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.148355,1.022578e-2,-1.104438e-2,0.1645276,25.06011,12.804777)"
+       cx="30.653816"
+       cy="14.9373"
+       fx="30.653816"
+       fy="14.9373"
+       r="86.70845" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4790"
+       id="radialGradient4796"
+       cx="37.030354"
+       cy="12.98915"
+       fx="37.030354"
+       fy="12.98915"
+       r="4.2929163"
+       gradientTransform="matrix(1.744653,2.313551e-22,-1.663e-22,1.283833,-26.58256,-3.478359)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2378"
+       id="radialGradient3271"
+       cx="38.658855"
+       cy="9.3411446"
+       fx="38.658855"
+       fy="9.3411446"
+       r="8.341651"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5345"
+       id="linearGradient5351"
+       x1="17.948223"
+       y1="17.797228"
+       x2="17.948223"
+       y2="4.361907"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9309477,0,0,1,0.6917802,-4.41941e-2)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2833"
+       id="linearGradient2839"
+       x1="13.46875"
+       y1="3.0304594"
+       x2="13.46875"
+       y2="5.5014644"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-y="25"
+     inkscape:window-x="0"
+     inkscape:window-height="970"
+     inkscape:window-width="1672"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     showgrid="false"
+     inkscape:current-layer="layer5"
+     inkscape:cy="35.017444"
+     inkscape:cx="18.67035"
+     inkscape:zoom="1"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="0.3254902"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:showpageshadow="false"
+     showborder="true" />
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>New Bookmark</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>text</rdf:li>
+            <rdf:li>plaintext</rdf:li>
+            <rdf:li>regular</rdf:li>
+            <rdf:li>document</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Andreas Nilsson</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://www.gnome.org</dc:source>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Luca Ferretti
+Jakub Steiner
+Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <dc:date>December 2006</dc:date>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer6"
+     inkscape:label="Shadow">
+    <g
+       id="g2043"
+       inkscape:label="Shadow"
+       transform="matrix(1,0,0,0.555556,-1.8e-5,19.888883)">
+      <g
+         style="display:inline"
+         id="g2036"
+         inkscape:label="Shadow">
+        <g
+           id="g3712"
+           style="opacity:0.4"
+           transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)">
+          <rect
+             y="40"
+             x="38"
+             height="7"
+             width="5"
+             id="rect2801"
+             style="opacity:1;fill:url(#radialGradient2094);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+          <rect
+             transform="scale(-1,-1)"
+             y="-47"
+             x="-10"
+             height="7"
+             width="5"
+             id="rect3696"
+             style="opacity:1;fill:url(#radialGradient2096);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+          <rect
+             y="40"
+             x="10"
+             height="7.0000005"
+             width="28"
+             id="rect3700"
+             style="opacity:1;fill:url(#linearGradient2098);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+        </g>
+      </g>
+    </g>
+  </g>
+  <g
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="Base"
+     id="layer1">
+    <path
+       style="color:#000000;fill:url(#radialGradient15658);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient15656);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
+       d="M 7.6531674,3.5156747 L 31.184222,3.4999998 C 31.184222,3.4999998 41.5,13.07421 41.5,13.712818 L 41.5,43.414218 C 41.5,44.052825 40.985687,44.566938 40.346833,44.566938 L 7.6531674,44.566938 C 7.0143129,44.566938 6.5000004,44.052825 6.5000004,43.414218 L 6.5000004,4.6683954 C 6.5000004,4.0297882 7.0143129,3.5156747 7.6531674,3.5156747 z "
+       id="rect15391"
+       sodipodi:nodetypes="ccccccccc" />
+    <path
+       style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient15668);stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
+       d="M 7.6498034,4.4999998 L 32.652226,4.4999998 C 32.652226,4.4999998 40.441938,12.538716 40.441938,12.621467 L 40.441938,43.380959 C 40.441938,43.46371 40.375127,43.53033 40.292135,43.53033 L 7.6498034,43.53033 C 7.5668121,43.53033 7.4999997,43.46371 7.4999997,43.380959 L 7.4999997,4.6493697 C 7.4999997,4.5666188 7.5668121,4.4999998 7.6498034,4.4999998 z "
+       id="rect15660"
+       sodipodi:nodetypes="ccccccccc" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer5"
+     inkscape:label="Text"
+     style="display:inline">
+    <path
+       inkscape:r_cy="true"
+       inkscape:r_cx="true"
+       style="opacity:0.35714285;color:#000000;fill:url(#radialGradient4796);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 40.985189,13.861445 C 40.256827,12.514817 34.882221,10.130934 32.084635,9.3314083 C 32.254143,10.904354 31.961856,15.649439 31.961856,15.649439 C 34.024356,14.274439 40.204485,13.699331 40.985189,13.861445 z "
+       id="path5348"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="opacity:1;color:#000000;fill:url(#radialGradient5352);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient5350);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
+       d="M 41.410559,13.739267 C 41.423724,12.305276 35.058025,3.3960606 31.175441,3.500918 C 32.148479,3.7370164 32.925796,9.7511015 31.536076,12.601062 C 34.286076,12.601062 40.446694,11.856343 41.410559,13.739267 z "
+       id="path2210"
+       sodipodi:nodetypes="cccc"
+       inkscape:r_cx="true"
+       inkscape:r_cy="true" />
+    <path
+       sodipodi:nodetypes="cccc"
+       id="path2247"
+       d="M 39.121563,11.586207 C 38.393201,10.239579 34.963027,6.5166576 33.040441,5.2796316 C 33.279381,6.7054805 33.577496,8.9620596 32.961856,11.524439 C 32.961856,11.524439 38.340859,11.424093 39.121563,11.586207 z "
+       style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8166);stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       inkscape:r_cx="true"
+       inkscape:r_cy="true" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3271);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path2388"
+       sodipodi:cx="38.658855"
+       sodipodi:cy="9.3411446"
+       sodipodi:rx="8.341651"
+       sodipodi:ry="8.341651"
+       d="M 47.000506 9.3411446 A 8.341651 8.341651 0 1 1  30.317204,9.3411446 A 8.341651 8.341651 0 1 1  47.000506 9.3411446 z"
+       transform="matrix(1.14985,0,0,1.14985,-7.595328,0.490895)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="path1345"
+       sodipodi:sides="5"
+       sodipodi:cx="36.9375"
+       sodipodi:cy="11.125"
+       sodipodi:r1="8.755579"
+       sodipodi:r2="5.0676599"
+       sodipodi:arg1="0.52359878"
+       sodipodi:arg2="1.1519173"
+       inkscape:flatsided="false"
+       inkscape:rounded="0.18352206"
+       inkscape:randomized="0"
+       d="M 44.520054,15.50279 C 44.012883,16.381236 39.925351,15.341967 38.998703,15.754538 C 38.072055,16.167108 36.109289,19.900142 35.117113,19.689249 C 34.124936,19.478355 33.850222,15.26973 33.171495,14.515926 C 32.492767,13.762123 28.335913,13.048993 28.229885,12.040207 C 28.123857,11.031421 32.041607,9.4696164 32.548778,8.5911701 C 33.055949,7.7127238 32.449637,3.5389508 33.376285,3.1263806 C 34.302933,2.7138103 36.998949,5.957187 37.991126,6.1680807 C 38.983302,6.3789743 42.765436,4.5125708 43.444163,5.2663741 C 44.122891,6.0201775 41.871371,9.5864995 41.977399,10.595285 C 42.083426,11.604071 45.027225,14.624343 44.520054,15.50279 z "
+       transform="matrix(0.674116,0.299577,-0.299577,0.674116,15.46413,-7.192469)" />
+    <path
+       style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline;opacity:0.15"
+       d="M 8.518214,2.986098 L 22,2.986098 L 22,23.928002 L 16.515644,17.234797 L 10.96121,24 L 10.96121,3.9419039 C 10.96121,3.404299 9.435316,2.986098 8.518214,2.986098 z "
+       id="path7273"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="fill:url(#linearGradient5351);fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
+       d="M 10.018213,2.5 L 21.422873,2.5 C 22.994417,2.5 23.499999,3.0073903 23.499999,4.470952 L 23.499999,23.441904 L 18.015643,16.748699 L 12.461209,23.513902 L 12.508084,4.4558059 C 12.508084,2.8706328 10.935315,2.5 10.018213,2.5 z "
+       id="path4386"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="-1.03125"
+       inkscape:original="M 10.03125 2.5 C 10.948352 2.5 12.5 2.883577 12.5 4.46875 L 12.46875 23.5 L 18.03125 16.75 L 23.5 23.4375 L 23.5 4.46875 C 23.5 3.0051883 23.009044 2.5 21.4375 2.5 L 10.03125 2.5 z "
+       style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2839);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;opacity:0.6"
+       id="path1934"
+       d="M 13.25,3.53125 C 13.362221,3.8338001 13.53125,4.1151264 13.53125,4.46875 L 13.5,20.625 L 17.25,16.09375 C 17.445904,15.855316 17.738283,15.717133 18.046875,15.717133 C 18.355467,15.717133 18.647846,15.855316 18.84375,16.09375 L 22.46875,20.53125 L 22.46875,4.46875 C 22.46875,3.8522811 22.365083,3.7081684 22.34375,3.6875 C 22.322417,3.6668316 22.11277,3.53125 21.4375,3.53125 L 13.25,3.53125 z " />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/bookmark.svg
===================================================================
--- /trunk/resources/images/dialogs/bookmark.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/bookmark.svg	(revision 16006)
@@ -0,0 +1,553 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   inkscape:export-ydpi="90"
+   inkscape:export-xdpi="90"
+   inkscape:export-filename="/home/andreas/project/gnome-icon-theme/scalable/actions/bookmark-new.png"
+   sodipodi:docname="user-bookmarks.svg"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   inkscape:version="0.46"
+   sodipodi:version="0.32"
+   id="svg249"
+   height="48"
+   width="48"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs3">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 24 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="48 : 24 : 1"
+       inkscape:persp3d-origin="24 : 16 : 1"
+       id="perspective87" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3656">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3658" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3660" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3656"
+       id="linearGradient4253"
+       gradientUnits="userSpaceOnUse"
+       x1="-26.753757"
+       y1="11.566258"
+       x2="-24.75"
+       y2="9.687501" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3520">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.41295547"
+         offset="0"
+         id="stop3522" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop3524" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3520"
+       id="linearGradient4273"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9223058,0,0,0.9185751,-92.447368,1.3256997)"
+       x1="-18.588562"
+       y1="11.052948"
+       x2="-28.789402"
+       y2="14.069944" />
+    <linearGradient
+       id="linearGradient3671">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3673" />
+      <stop
+         id="stop3691"
+         offset="0.47533694"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3675" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3671"
+       id="radialGradient4276"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4073362,-0.2798276,0.7510293,1.0932492,-115.18484,-8.4378699)"
+       cx="-26.305403"
+       cy="10.108011"
+       fx="-26.305403"
+       fy="10.108011"
+       r="7.0421038" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3741">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop3743" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop3745" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3741"
+       id="radialGradient4247"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8860258,0,0,1.1764706,-3.5441033,-4.2352941)"
+       cx="4"
+       cy="5.2999997"
+       fx="4"
+       fy="5.2999997"
+       r="17" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3613">
+      <stop
+         style="stop-color:#888a85;stop-opacity:1"
+         offset="0"
+         id="stop3615" />
+      <stop
+         style="stop-color:#babdb6;stop-opacity:1"
+         offset="1"
+         id="stop3617" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3613"
+       id="linearGradient4282"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-90,0)"
+       x1="-47.5"
+       y1="49.020683"
+       x2="-62.75"
+       y2="-22.502075" />
+    <linearGradient
+       id="linearGradient3683">
+      <stop
+         id="stop3685"
+         offset="0"
+         style="stop-color:#f6f6f5;stop-opacity:1;" />
+      <stop
+         id="stop3689"
+         offset="1"
+         style="stop-color:#d3d7cf;stop-opacity:1" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3683"
+       id="radialGradient4280"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(3.9957492,0,0,1.9350367,0.62141,-31.167422)"
+       cx="-30.249996"
+       cy="35.357208"
+       fx="-30.249996"
+       fy="35.357208"
+       r="18.000002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3702"
+       id="linearGradient4241"
+       gradientUnits="userSpaceOnUse"
+       x1="25.058096"
+       y1="47.027729"
+       x2="25.058096"
+       y2="39.999443" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3688"
+       id="radialGradient4239"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
+       cx="4.9929786"
+       cy="43.5"
+       fx="4.9929786"
+       fy="43.5"
+       r="2.5" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3688"
+       id="radialGradient4237"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
+       cx="4.9929786"
+       cy="43.5"
+       fx="4.9929786"
+       fy="43.5"
+       r="2.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3702"
+       id="linearGradient4235"
+       gradientUnits="userSpaceOnUse"
+       x1="25.058096"
+       y1="47.027729"
+       x2="25.058096"
+       y2="39.999443" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3688"
+       id="radialGradient4233"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.003784,0,0,1.4,-20.01187,-104.4)"
+       cx="4.9929786"
+       cy="43.5"
+       fx="4.9929786"
+       fy="43.5"
+       r="2.5" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3688"
+       id="radialGradient4231"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.003784,0,0,1.4,27.98813,-17.4)"
+       cx="4.9929786"
+       cy="43.5"
+       fx="4.9929786"
+       fy="43.5"
+       r="2.5" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient2833">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop2835" />
+      <stop
+         style="stop-color:white;stop-opacity:0.56273764"
+         offset="1"
+         id="stop2837" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3702">
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="0"
+         id="stop3704" />
+      <stop
+         id="stop3710"
+         offset="0.5"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop3706" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3688">
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0"
+         id="stop3690" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop3692" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5345">
+      <stop
+         style="stop-color:#e5c184;stop-opacity:1;"
+         offset="0"
+         id="stop5347" />
+      <stop
+         id="stop1936"
+         offset="0.42469135"
+         style="stop-color:#d9a752;stop-opacity:1;" />
+      <stop
+         id="stop7129"
+         offset="0.9041152"
+         style="stop-color:#d9a752;stop-opacity:1;" />
+      <stop
+         style="stop-color:#e5c184;stop-opacity:1"
+         offset="1"
+         id="stop5349" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2378">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop2380" />
+      <stop
+         id="stop4146"
+         offset="0.25"
+         style="stop-color:#fefede;stop-opacity:0.91836733;" />
+      <stop
+         id="stop2386"
+         offset="0.5"
+         style="stop-color:#f5f328;stop-opacity:1;" />
+      <stop
+         style="stop-color:#f5f32d;stop-opacity:0.12234043;"
+         offset="1"
+         id="stop2382" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5345"
+       id="linearGradient5351"
+       x1="17.948223"
+       y1="17.797228"
+       x2="17.948223"
+       y2="4.361907"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9309477,0,0,1,0.6917802,-4.41941e-2)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2833"
+       id="linearGradient2839"
+       x1="13.46875"
+       y1="3.0304594"
+       x2="13.46875"
+       y2="5.5014644"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2378"
+       id="radialGradient13593"
+       gradientUnits="userSpaceOnUse"
+       cx="38.658855"
+       cy="9.3411446"
+       fx="38.658855"
+       fy="9.3411446"
+       r="8.341651" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-y="51"
+     inkscape:window-x="239"
+     inkscape:window-height="900"
+     inkscape:window-width="937"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     showgrid="false"
+     inkscape:current-layer="layer5"
+     inkscape:cy="25.001544"
+     inkscape:cx="42.543419"
+     inkscape:zoom="5.6568542"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="0.3254902"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:showpageshadow="false"
+     showborder="true" />
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>New Bookmark</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>text</rdf:li>
+            <rdf:li>plaintext</rdf:li>
+            <rdf:li>regular</rdf:li>
+            <rdf:li>document</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Andreas Nilsson</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://www.gnome.org</dc:source>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Luca Ferretti
+Jakub Steiner
+Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <dc:date>December 2006</dc:date>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:identifier />
+        <dc:relation />
+        <dc:language />
+        <dc:coverage />
+        <dc:description />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer6"
+     inkscape:label="Shadow" />
+  <g
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="Base"
+     id="layer1" />
+  <g
+     inkscape:groupmode="layer"
+     id="layer5"
+     inkscape:label="Text"
+     style="display:inline">
+    <g
+       style="display:inline"
+       id="g4425"
+       transform="translate(150,0)">
+      <rect
+         y="0"
+         x="-150"
+         height="48"
+         width="48"
+         id="rect2503"
+         style="opacity:0;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;display:inline" />
+      <g
+         id="g4408">
+        <g
+           style="opacity:0.65587045;display:inline"
+           id="g3697"
+           inkscape:label="Shadow"
+           transform="matrix(1.0464281,0,0,0.8888889,-151.18571,5.7222396)">
+          <g
+             id="g3699"
+             style="opacity:0.4"
+             transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)">
+            <rect
+               y="40"
+               x="38"
+               height="7"
+               width="5"
+               id="rect3701"
+               style="opacity:1;fill:url(#radialGradient4231);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+            <rect
+               transform="scale(-1,-1)"
+               y="-47"
+               x="-10"
+               height="7"
+               width="5"
+               id="rect3703"
+               style="opacity:1;fill:url(#radialGradient4233);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+            <rect
+               y="40"
+               x="10"
+               height="7.0000005"
+               width="28"
+               id="rect3705"
+               style="opacity:1;fill:url(#linearGradient4235);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+          </g>
+        </g>
+        <g
+           style="display:inline"
+           id="g3713"
+           inkscape:label="Shadow"
+           transform="matrix(0.9548466,0,0,0.5555562,-148.98776,19.888875)">
+          <g
+             id="g3715"
+             style="opacity:0.4"
+             transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)">
+            <rect
+               y="40"
+               x="38"
+               height="7"
+               width="5"
+               id="rect3717"
+               style="opacity:1;fill:url(#radialGradient4237);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+            <rect
+               transform="scale(-1,-1)"
+               y="-47"
+               x="-10"
+               height="7"
+               width="5"
+               id="rect3719"
+               style="opacity:1;fill:url(#radialGradient4239);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+            <rect
+               y="40"
+               x="10"
+               height="7.0000005"
+               width="28"
+               id="rect3721"
+               style="opacity:1;fill:url(#linearGradient4241);fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+          </g>
+        </g>
+        <path
+           style="fill:url(#radialGradient4280);fill-opacity:1;stroke:url(#linearGradient4282);stroke-width:1;stroke-miterlimit:4;display:inline"
+           d="M -141.47614,3.5 C -141.47614,3.5 -124,3.5 -122.5,3.5 C -118.62295,3.5729425 -116,6 -113.5,8.5 C -111,11 -108.89232,13.752625 -108.5,17.5 C -108.5,19 -108.5,42.476142 -108.5,42.476142 C -108.5,43.597359 -109.40264,44.5 -110.52385,44.5 L -141.47614,44.5 C -142.59736,44.5 -143.5,43.597359 -143.5,42.476142 L -143.5,5.523858 C -143.5,4.402641 -142.59736,3.5 -141.47614,3.5 z"
+           id="path3499"
+           sodipodi:nodetypes="ccsccccccc" />
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="-0.4861359"
+           inkscape:original="M 8.53125 3.5 C 7.410033 3.5 6.5 4.4100329 6.5 5.53125 L 6.5 42.46875 C 6.5 43.589967 7.4100329 44.5 8.53125 44.5 L 39.46875 44.5 C 40.589967 44.5 41.5 43.589966 41.5 42.46875 C 41.5 42.46875 41.5 19 41.5 17.5 C 41.5 16 41 13 39 11 C 37 9 36 8 34 6 C 32 4 29 3.5 27.5 3.5 C 26 3.5 8.5312499 3.5 8.53125 3.5 z "
+           style="opacity:0.68016196;fill:url(#radialGradient4247);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;display:inline"
+           id="path3735"
+           d="M 8.53125,4 C 7.6730803,4 7,4.6730802 7,5.53125 L 7,42.46875 C 7,43.32692 7.6730802,44 8.53125,44 L 39.46875,44 C 40.326919,44 41,43.326918 41,42.46875 C 41,42.46875 41,19 41,17.5 C 41,16.10803 40.513021,13.200521 38.65625,11.34375 C 36.65625,9.34375 35.65625,8.34375 33.65625,6.34375 C 31.799479,4.4869792 28.89197,4 27.5,4 C 26,4 8.53125,4 8.53125,4 z"
+           transform="translate(-150,0)" />
+        <path
+           style="fill:url(#radialGradient4276);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;display:inline"
+           d="M -122.5,4 C -123.88889,4 -122.54207,4.4970883 -121.15625,5.125 C -119.77043,5.7529117 -116.18337,8.3400517 -117,12 C -112.67669,11.569417 -110.32087,15.122378 -110,16.28125 C -109.67913,17.440122 -109,18.888889 -109,17.5 C -108.97167,13.694419 -111.84543,11.068299 -113.84375,8.84375 C -115.84207,6.6192012 -118.84621,4.4767615 -122.5,4 z"
+           id="path3666"
+           sodipodi:nodetypes="ccccczc" />
+        <path
+           style="opacity:0.87854249;fill:url(#linearGradient4273);fill-opacity:1;stroke:none;stroke-width:1;stroke-miterlimit:4;display:inline"
+           d="M -121.39912,5.0143528 C -120.47682,5.0143528 -118.39068,11.210015 -119.31298,15.343603 C -115.01802,14.915844 -110.4596,15.43178 -110,16.28125 C -110.32087,15.122378 -112.67669,11.569417 -117,12 C -116.13534,8.124761 -120.18657,5.3827023 -121.39912,5.0143528 z"
+           id="path3625"
+           sodipodi:nodetypes="ccccc" />
+        <path
+           sodipodi:type="inkscape:offset"
+           inkscape:radius="-0.99436891"
+           inkscape:original="M -51.46875 3.5 C -52.589967 3.5 -53.5 4.4100329 -53.5 5.53125 L -53.5 42.46875 C -53.5 43.589967 -52.589966 44.5 -51.46875 44.5 L -20.53125 44.5 C -19.410033 44.5 -18.5 43.589966 -18.5 42.46875 C -18.5 42.46875 -18.5 19 -18.5 17.5 C -18.5 16 -19 13 -21 11 C -23 9 -24 8 -26 6 C -28 4 -31 3.5 -32.5 3.5 C -34 3.5 -51.468749 3.5 -51.46875 3.5 z "
+           style="fill:none;fill-opacity:1;stroke:url(#linearGradient4253);stroke-width:1;stroke-miterlimit:4;display:inline"
+           id="path3650"
+           d="M -51.46875,4.5 C -52.051916,4.5 -52.5,4.9480842 -52.5,5.53125 L -52.5,42.46875 C -52.5,43.051915 -52.051914,43.5 -51.46875,43.5 L -20.53125,43.5 C -19.948085,43.5 -19.5,43.051914 -19.5,42.46875 C -19.5,42.46875 -19.5,19 -19.5,17.5 C -19.5,16.220971 -19.980469,13.394531 -21.6875,11.6875 C -23.6875,9.6875 -24.6875,8.6875 -26.6875,6.6875 C -28.394531,4.9804687 -31.220971,4.5 -32.5,4.5 C -34,4.5 -51.46875,4.5 -51.46875,4.5 z"
+           transform="translate(-90,0)" />
+      </g>
+    </g>
+    <path
+       style="fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1;display:inline;opacity:0.15"
+       d="M 8.518214,2.986098 L 22,2.986098 L 22,23.928002 L 16.515644,17.234797 L 10.96121,24 L 10.96121,3.9419039 C 10.96121,3.404299 9.435316,2.986098 8.518214,2.986098 z "
+       id="path7273"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="fill:url(#linearGradient5351);fill-opacity:1;fill-rule:evenodd;stroke:#8f5902;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
+       d="M 10.018213,2.5 L 21.422873,2.5 C 22.994417,2.5 23.499999,3.0073903 23.499999,4.470952 L 23.499999,23.441904 L 18.015643,16.748699 L 12.461209,23.513902 L 12.508084,4.4558059 C 12.508084,2.8706328 10.935315,2.5 10.018213,2.5 z "
+       id="path4386"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="-1.03125"
+       inkscape:original="M 10.03125 2.5 C 10.948352 2.5 12.5 2.883577 12.5 4.46875 L 12.46875 23.5 L 18.03125 16.75 L 23.5 23.4375 L 23.5 4.46875 C 23.5 3.0051883 23.009044 2.5 21.4375 2.5 L 10.03125 2.5 z "
+       style="fill:none;fill-opacity:1.0;fill-rule:evenodd;stroke:url(#linearGradient2839);stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;display:inline;opacity:0.6"
+       id="path1934"
+       d="M 13.25,3.53125 C 13.362221,3.8338001 13.53125,4.1151264 13.53125,4.46875 L 13.5,20.625 L 17.25,16.09375 C 17.445904,15.855316 17.738283,15.717133 18.046875,15.717133 C 18.355467,15.717133 18.647846,15.855316 18.84375,16.09375 L 22.46875,20.53125 L 22.46875,4.46875 C 22.46875,3.8522811 22.365083,3.7081684 22.34375,3.6875 C 22.322417,3.6668316 22.11277,3.53125 21.4375,3.53125 L 13.25,3.53125 z " />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/changeset/changesetmanager.svg
===================================================================
--- /trunk/resources/images/dialogs/changeset/changesetmanager.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/changeset/changesetmanager.svg	(revision 16006)
@@ -0,0 +1,416 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="29"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.5 r10040"
+   version="1.0"
+   sodipodi:docname="changesetmanager.svg"
+   inkscape:export-filename="C:\Users\karl\Desktop\test.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <sodipodi:namedview
+     inkscape:window-height="663"
+     inkscape:window-width="840"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:showpageshadow="false"
+     showborder="true"
+     inkscape:zoom="2.8284271"
+     inkscape:cx="-12.825957"
+     inkscape:cy="-1.452954"
+     inkscape:window-x="493"
+     inkscape:window-y="135"
+     inkscape:current-layer="layer1"
+     inkscape:window-maximized="0"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       id="GridFromPre046Settings"
+       type="xygrid"
+       originx="-6.0000733px"
+       originy="-4.9024981px"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       color="#0000ff"
+       empcolor="#0000ff"
+       opacity="0.2"
+       empopacity="0.4"
+       empspacing="2"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 24 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="48 : 24 : 1"
+       inkscape:persp3d-origin="24 : 16 : 1"
+       id="perspective2912" />
+    <linearGradient
+       id="linearGradient3690">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop3692" />
+      <stop
+         style="stop-color:white;stop-opacity:0.46875"
+         offset="1"
+         id="stop3694" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3674">
+      <stop
+         style="stop-color:#3465a4;stop-opacity:1"
+         offset="0"
+         id="stop3676" />
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="1"
+         id="stop3678" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2781">
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="0"
+         id="stop2783" />
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1"
+         offset="1"
+         id="stop2785" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2781"
+       id="linearGradient2787"
+       x1="24.925514"
+       y1="40.000107"
+       x2="24.925514"
+       y2="19.53867"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70731343,0,0,0.70731343,78.734946,9.3653124)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3674"
+       id="linearGradient3680"
+       x1="23.069359"
+       y1="6.7993021"
+       x2="23.069359"
+       y2="12.403291"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70731343,0,0,0.70731343,78.734946,9.3653124)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3690"
+       id="linearGradient3696"
+       x1="9.5"
+       y1="16.26436"
+       x2="9.5"
+       y2="13.408723"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70731343,0,0,0.70731343,78.734946,9.3653124)" />
+    <linearGradient
+       id="linearGradient5048">
+      <stop
+         id="stop5050"
+         offset="0"
+         style="stop-color:black;stop-opacity:0;" />
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0.5"
+         id="stop5056" />
+      <stop
+         id="stop5052"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5060"
+       inkscape:collect="always">
+      <stop
+         id="stop5062"
+         offset="0"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         id="stop5064"
+         offset="1"
+         style="stop-color:black;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5048"
+       id="linearGradient3843"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5060"
+       id="radialGradient3845"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+       cx="605.71429"
+       cy="486.64789"
+       fx="605.71429"
+       fy="486.64789"
+       r="117.14286" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5060"
+       id="radialGradient3847"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+       cx="605.71429"
+       cy="486.64789"
+       fx="605.71429"
+       fy="486.64789"
+       r="117.14286" />
+    <linearGradient
+       id="linearGradient2378">
+      <stop
+         id="stop2380"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         style="stop-color:#fefede;stop-opacity:0.91836733;"
+         offset="0.25"
+         id="stop4146" />
+      <stop
+         style="stop-color:#f5f328;stop-opacity:1;"
+         offset="0.5"
+         id="stop2386" />
+      <stop
+         id="stop2382"
+         offset="1"
+         style="stop-color:#f5f32d;stop-opacity:0.12234043;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2378"
+       id="radialGradient4835"
+       gradientUnits="userSpaceOnUse"
+       cx="38.658855"
+       cy="9.3411446"
+       fx="38.658855"
+       fy="9.3411446"
+       r="8.341651" />
+    <inkscape:perspective
+       id="perspective3046"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="namedview2896"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="10.097903"
+     inkscape:cy="38.917761"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="965"
+     inkscape:window-height="763"
+     inkscape:window-x="176"
+     inkscape:window-y="103"
+     fill="#729fcf"
+     stroke="#3465a4"
+     inkscape:showpageshadow="false"
+     showguides="false"
+     inkscape:guide-bbox="true"
+     inkscape:grid-points="true"
+     inkscape:grid-bbox="false"
+     showborder="true">
+    <sodipodi:guide
+       orientation="vertical"
+       position="24.041631"
+       id="guide2191" />
+    <sodipodi:guide
+       orientation="horizontal"
+       position="25.986174"
+       id="guide2203" />
+    <inkscape:grid
+       id="grid39"
+       type="xygrid"
+       originx="0px"
+       originy="0px"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       color="#0000ff"
+       empcolor="#0000ff"
+       opacity="0.2"
+       empopacity="0.4"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>window</rdf:li>
+            <rdf:li>create</rdf:li>
+            <rdf:li>new</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Livello 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-81.917849,-14.718819)">
+    <g
+       style="opacity:0.58730164;display:inline"
+       id="g5022"
+       transform="matrix(0.01428259,0,0,0.00887178,109.12122,35.811889)">
+      <rect
+         y="-150.69685"
+         x="-1559.2523"
+         height="478.35718"
+         width="1339.6335"
+         id="rect4173"
+         style="opacity:0.40206185;color:#000000;fill:url(#linearGradient3843);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path5058"
+         d="m -219.61876,-150.68038 c 0,0 0,478.33079 0,478.33079 142.874166,0.90045 345.40022,-107.16966 345.40014,-239.196175 0,-132.026537 -159.436816,-239.134595 -345.40014,-239.134615 z"
+         style="opacity:0.40206185;color:#000000;fill:url(#radialGradient3845);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.40206185;color:#000000;fill:url(#radialGradient3847);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible"
+         d="m -1559.2523,-150.68038 c 0,0 0,478.33079 0,478.33079 -142.8742,0.90045 -345.4002,-107.16966 -345.4002,-239.196175 0,-132.026537 159.4368,-239.134595 345.4002,-239.134615 z"
+         id="path5018"
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0" />
+    </g>
+    <rect
+       style="fill:url(#linearGradient2787);fill-opacity:1;stroke:#888a85;stroke-width:0.7073136;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect1887"
+       width="23.34137"
+       height="21.57305"
+       x="84.747108"
+       y="15.731133"
+       rx="1.4146268"
+       ry="1.4146268" />
+    <path
+       style="fill:url(#linearGradient3680);fill-opacity:1;stroke:#204a87;stroke-width:0.70731378;stroke-miterlimit:4;stroke-opacity:1"
+       d="m 84.747111,19.289156 0,-2.497049 c 0,-0.783704 0.630923,-1.414627 1.414626,-1.414627 l 20.512083,0 c 0.78371,0 1.41463,0.630923 1.41463,1.414627 l 0,2.497049"
+       id="rect2776"
+       sodipodi:nodetypes="cccccc"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="opacity:0.8;fill:none;stroke:url(#linearGradient3696);stroke-width:0.70731401;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect2779"
+       width="21.92672"
+       height="20.512094"
+       x="85.454422"
+       y="16.084795"
+       rx="0.70405334"
+       ry="0.70405334" />
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="4.5834389"
+       inkscape:original="M 547.25 494.90625 C 547.15581 494.91224 547.06196 494.92267 546.96875 494.9375 C 546.73282 494.97719 546.68628 494.99521 546.84375 494.96875 C 524.84282 498.66333 486.64226 504.70723 464.125 512.78125 C 463.15567 513.13537 462.43455 513.95957 462.21875 514.96875 C 462.15787 515.25343 462.16594 515.52974 462.1875 515.8125 C 462.05699 516.6851 462.30033 517.57519 462.90625 518.25 C 470.3466 526.58465 475.04831 536.96666 477.65625 546.5625 C 480.26419 556.15834 480.71815 565.04611 480 569.8125 C 479.30782 574.40653 476.22839 582.0513 474.59375 588.9375 C 473.77643 592.3806 473.25435 595.69511 473.90625 598.84375 C 474.55815 601.99239 477.07104 604.95638 480.71875 605.78125 C 480.7809 605.79364 480.84344 605.80407 480.90625 605.8125 C 502.83748 609.49724 508.3071 611.152 530.28125 619.03125 C 531.00412 619.2851 531.77801 619.24067 532.46875 618.9375 C 532.87181 618.81636 533.26667 618.66906 533.71875 618.53125 C 555.08828 610.94998 576.58139 605.04634 597.875 601.46875 C 597.95919 601.45151 598.0426 601.43065 598.125 601.40625 C 601.50992 600.51027 603.68441 597.45149 604.21875 594.40625 C 604.75309 591.36101 604.30268 588.11024 603.59375 584.6875 C 602.17588 577.84201 599.46382 570.20636 598.75 565.46875 C 598.03185 560.70236 598.51706 551.81459 601.125 542.21875 C 603.73294 532.62291 608.43467 522.24088 615.875 513.90625 C 616.46759 513.24343 616.73797 512.38142 616.625 511.53125 C 616.62371 511.52157 616.62638 511.50967 616.625 511.5 C 616.65564 511.14932 616.62753 510.78679 616.53125 510.4375 C 616.25916 509.45037 615.50959 508.67713 614.53125 508.375 C 592.67011 501.65325 570.38545 497.83074 547.875 494.9375 C 547.66833 494.90533 547.45885 494.89485 547.25 494.90625 z "
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       id="path2509-6"
+       d="m 546.96875,490.34375 c -0.23806,0.0151 -0.48339,0.0251 -0.71875,0.0625 a 4.5838972,4.5838972 0 0 0 -0.0313,0 c -0.0317,0.005 -0.11088,0.0312 -0.125,0.0313 -0.0108,3e-5 -0.0855,0.0319 -0.0937,0.0313 -21.96366,3.68725 -60.08126,9.62515 -83.4375,18 -2.43418,0.88927 -4.2668,2.9793 -4.8125,5.53125 -0.10696,0.50016 -0.0565,0.7502 -0.0625,1.125 l -0.0313,0 c -0.0108,0.072 0.009,0.14644 0,0.21875 0.003,0.24894 -0.0434,0.65366 -0.0313,0.8125 l 0.0937,0 c -0.0183,1.83625 0.48802,3.71599 1.78125,5.15625 6.81992,7.63965 11.25702,17.37965 13.71875,26.4375 2.45539,9.03454 2.80069,17.72005 2.25,21.375 -0.5054,3.35438 -3.58641,11.3469 -5.34375,18.75 -0.86868,3.65948 -1.59862,7.65653 -0.71875,11.90625 1.01022,4.87929 4.80257,9.22277 10.3125,10.46875 a 4.5838972,4.5838972 0 0 0 0.0937,0.0313 c 0.11424,0.0228 0.22811,0.0137 0.34375,0.0313 l 0,0.0313 c 21.83291,3.66822 26.6239,5.1335 48.5625,13 a 4.5838972,4.5838972 0 0 0 0.0313,0 c 1.65543,0.58134 3.42716,0.45744 5,-0.0937 l 0.0313,0.0625 c 0.2487,-0.0747 0.34809,-0.12637 0.53125,-0.1875 0.25406,-0.0848 0.57988,-0.16689 0.75,-0.21875 a 4.5838972,4.5838972 0 0 0 0.1875,-0.0625 C 556.41348,615.33558 577.64691,609.52458 598.625,606 a 4.5838972,4.5838972 0 0 0 0.15625,-0.0313 c 0.17246,-0.0353 0.36217,-0.0779 0.53125,-0.125 0.0399,-0.0111 0.0853,-0.0195 0.125,-0.0313 l 0,-0.0313 c 5.32424,-1.47423 8.47849,-6.01878 9.28125,-10.59375 0.70608,-4.02399 0.12263,-7.82792 -0.625,-11.4375 -1.51601,-7.31931 -4.24541,-15.20497 -4.8125,-18.96875 -0.54777,-3.63558 -0.17657,-12.33151 2.28125,-21.375 2.46172,-9.05784 6.89885,-18.79788 13.71875,-26.4375 1.22901,-1.37466 1.77551,-3.20261 1.78125,-5.0625 l 0.125,0 c 0.0185,-0.21144 -0.0635,-0.44091 -0.0625,-0.65625 -0.009,-0.10683 0.0454,-0.20569 0.0313,-0.3125 0.17307,1.29873 0.1925,1.25512 0,-0.0937 l -0.0625,0 c -0.0259,-0.53834 -0.004,-1.07327 -0.15625,-1.625 -0.68218,-2.47491 -2.6082,-4.46081 -5.0625,-5.21875 -22.18929,-6.82265 -44.6866,-10.65484 -67.28125,-13.5625 -0.001,-1.8e-4 0.001,-0.0311 0,-0.0313 -0.0409,-0.006 -0.084,0.006 -0.125,0 -0.48237,-0.067 -0.98206,-0.0891 -1.46875,-0.0625 a 4.5838972,4.5838972 0 0 0 -0.0313,0 z"
+       transform="matrix(0.09876362,0,0,0.10245999,43.404182,-28.787253)" />
+    <path
+       style="fill:#a55959;fill-opacity:1;stroke:none;display:inline"
+       d="m 97.555669,21.815426 c -0.0095,6.35e-4 -0.0188,0.0016 -0.02811,0.0032 -0.02358,0.004 -0.02822,0.0059 -0.01249,0.0032 -0.07952,0.01399 -0.150188,0.06026 -0.196024,0.128351 -0.04583,0.06809 -0.06297,0.152252 -0.04753,0.23346 0.405114,2.123773 -0.04216,4.187454 -0.162371,5.353533 -0.03679,0.356991 -0.149337,0.828203 -0.246669,1.309568 -0.09734,0.481365 -0.18145,0.972174 -0.134268,1.418431 0.01207,0.106219 0.0771,0.198381 0.171734,0.243343 l 0,0.03841 c 0.03309,-0.0011 0.07431,-0.0019 0.124902,-0.0064 l 0,-0.0032 c 0.01042,5.58e-4 0.02082,5.58e-4 0.03123,0 0.920421,-0.09676 1.794587,-0.735542 2.91951,-1.86349 1.124907,-1.127949 2.513057,-2.770194 4.437027,-4.978916 0.0685,-0.07794 0.0935,-0.186318 0.0663,-0.287455 -0.0272,-0.101142 -0.10279,-0.181082 -0.20055,-0.212036 -2.18435,-0.68871 -4.411001,-1.080365 -6.660225,-1.376806 -0.02065,-0.0033 -0.04158,-0.0045 -0.06245,-0.0032 z"
+       id="path2444-0"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#aa6262;fill-opacity:1;stroke:none;display:inline"
+       d="m 97.530686,21.818628 c -0.0052,9.2e-4 -0.01042,0.0021 -0.01562,0.0032 -2.198309,0.378546 -6.015273,0.997806 -8.265175,1.825068 -0.09685,0.03629 -0.168728,0.121059 -0.190291,0.224463 -0.02156,0.103403 0.01018,0.210906 0.08412,0.284634 2.124264,2.122558 3.593699,3.739601 4.777377,4.822022 1.18368,1.082423 2.119955,1.666021 3.13496,1.559313 0.07967,-0.0081 0.152888,-0.04849 0.203333,-0.112244 0.05044,-0.06376 0.07391,-0.145548 0.06519,-0.227158 -0.03271,-0.309315 0.03082,-0.761096 0.124894,-1.226317 0.09408,-0.465215 0.212011,-0.943168 0.256046,-1.370399 0.110962,-1.07639 0.591055,-3.255988 0.15613,-5.536034 -0.03001,-0.158598 -0.174619,-0.266311 -0.330982,-0.246543 z"
+       id="path2453-4"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 89.334207,23.694924 c -0.11507,0.0067 -0.216206,0.08044 -0.260157,0.189695 -0.04395,0.10925 -0.02293,0.234671 0.05407,0.322605 0.743431,0.853969 1.213219,1.917708 1.473805,2.9009 0.26058,0.98319 0.30594,1.893831 0.234181,2.382196 -0.06916,0.470705 -0.376851,1.253985 -0.540186,1.959546 -0.08166,0.352779 -0.133835,0.692384 -0.0687,1.014993 0.06514,0.322611 0.316222,0.626302 0.6807,0.710815 0.0063,0.0013 0.01247,0.0023 0.01873,0.0032 2.191348,0.377539 2.737866,0.547084 4.933502,1.354394 0.08755,0.03153 0.184404,0.0197 0.262286,-0.03202 1.415485,-0.938801 2.356954,-1.497527 2.991322,-1.994768 0.634375,-0.497238 0.98067,-0.991126 1.04915,-1.655367 0.0426,-0.413941 -0.14081,-0.823735 -0.405919,-1.280749 -0.265101,-0.456958 -0.632925,-0.956187 -1.046024,-1.469603 -0.826205,-1.026831 -1.833523,-2.109283 -2.522954,-2.929715 -0.04997,-0.05974 -0.12037,-0.09757 -0.196716,-0.105664 -2.355549,-0.235174 -4.371898,-0.554574 -6.538448,-1.351191 -0.03788,-0.01455 -0.07825,-0.02108 -0.118658,-0.01921 z"
+       id="path2442-9"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 104.18779,23.249864 c -0.0408,1.62e-4 -0.0812,0.009 -0.11865,0.02561 -2.04773,0.916891 -5.838658,1.6458 -8.134033,1.786643 -0.13641,0.0092 -0.249435,0.111991 -0.274777,0.249747 -0.436668,2.282045 0.04198,4.462208 0.153003,5.539244 0.06561,0.636477 0.250768,1.409795 0.365327,2.029987 0.07642,0.413739 0.235115,1.658892 -0.318493,1.652169 0.134697,0.03665 0.223014,-0.01358 0.343473,-0.05124 2.135222,-0.776778 4.28279,-1.381663 6.41042,-1.748225 0.008,-0.0018 0.0168,-0.004 0.025,-0.0064 0.33822,-0.0918 0.55549,-0.405205 0.60889,-0.71722 0.0534,-0.312016 0.008,-0.645089 -0.0625,-0.995783 -0.14167,-0.70139 -0.41266,-1.483737 -0.48399,-1.969153 -0.0717,-0.488365 -0.0233,-1.399006 0.23731,-2.382197 0.26059,-0.983187 0.73038,-2.04693 1.47381,-2.900896 0.079,-0.09054 0.0986,-0.219029 0.0499,-0.329796 -0.0486,-0.110766 -0.15633,-0.183042 -0.27478,-0.182505 z"
+       id="path2440-4"
+       sodipodi:nodetypes="csccsscccsssssssc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       d="m 95.498072,25.280338 c -0.0783,2.053362 0.107954,3.836548 0.146751,4.874742 0.0328,0.877423 0.179714,1.944213 0.262286,2.799188 0.04027,0.417032 0.100425,1.44768 -0.08642,1.968045 l 0.401788,-0.04415 c -0.120459,0.05095 -0.208776,0.118925 -0.343473,0.06932 0.553608,0.0091 0.394916,-1.675969 0.318493,-2.23588 -0.11456,-0.8393 -0.299715,-1.885837 -0.365326,-2.74718 -0.07633,-1.002071 -0.327149,-2.711097 -0.334104,-4.684086 z"
+       id="path2495-6"
+       sodipodi:nodetypes="csssccssc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.35365671;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 89.234079,23.950856 1.999662,0.512844 1.766692,0.369246 2.446191,0.32822 1.145437,-0.04102 2.135564,-0.307706 2.931545,-0.676952 1.10661,-0.307705 0.71832,-0.205139 0.8154,-0.205135"
+       id="path3664"
+       sodipodi:nodetypes="cccccccccc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/changeset/downloadchangeset.svg
===================================================================
--- /trunk/resources/images/dialogs/changeset/downloadchangeset.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/changeset/downloadchangeset.svg	(revision 16006)
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.47 r22583"
+   version="1.0"
+   sodipodi:docname="downloadchangeset.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.5-ws\JOSM\images\dialogs\changesetdialog.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient1400">
+      <stop
+         id="stop1401"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1400"
+       id="linearGradient17450"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1148815,0,0,0.111489,-49.944348,-46.709945)"
+       x1="537.42401"
+       y1="580.16663"
+       x2="539.39642"
+       y2="510.39194" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="6.1230318e-14 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective3269"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4004"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4054"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4104"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3833"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       id="linearGradient3718">
+      <stop
+         id="stop3720"
+         offset="0"
+         style="stop-color:#003700;stop-opacity:1;" />
+      <stop
+         id="stop3722"
+         offset="1"
+         style="stop-color:#00c700;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3842">
+      <stop
+         id="stop3844"
+         offset="0"
+         style="stop-color:#003700;stop-opacity:1;" />
+      <stop
+         id="stop3846"
+         offset="1"
+         style="stop-color:#00c700;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1400-0"
+       id="linearGradient17450-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1148815,0,0,0.111489,-49.238727,-129.37075)"
+       x1="537.42401"
+       y1="580.16663"
+       x2="539.39642"
+       y2="510.39194" />
+    <linearGradient
+       id="linearGradient1400-0">
+      <stop
+         id="stop1401-4"
+         offset="0"
+         style="stop-color:#c08a8a;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403-9"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402-4"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective5362"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.919596"
+     inkscape:cx="35.443799"
+     inkscape:cy="2.7401402"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1037"
+     inkscape:window-height="824"
+     inkscape:window-x="204"
+     inkscape:window-y="109"
+     inkscape:window-maximized="0"
+     inkscape:object-paths="true"
+     inkscape:snap-nodes="false"
+     inkscape:snap-bbox="false" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="4.5834389"
+       inkscape:original="M 547.25 494.90625 C 547.15581 494.91224 547.06196 494.92267 546.96875 494.9375 C 546.73282 494.97719 546.68628 494.99521 546.84375 494.96875 C 524.84282 498.66333 486.64226 504.70723 464.125 512.78125 C 463.15567 513.13537 462.43455 513.95957 462.21875 514.96875 C 462.15787 515.25343 462.16594 515.52974 462.1875 515.8125 C 462.05699 516.6851 462.30033 517.57519 462.90625 518.25 C 470.3466 526.58465 475.04831 536.96666 477.65625 546.5625 C 480.26419 556.15834 480.71815 565.04611 480 569.8125 C 479.30782 574.40653 476.22839 582.0513 474.59375 588.9375 C 473.77643 592.3806 473.25435 595.69511 473.90625 598.84375 C 474.55815 601.99239 477.07104 604.95638 480.71875 605.78125 C 480.7809 605.79364 480.84344 605.80407 480.90625 605.8125 C 502.83748 609.49724 508.3071 611.152 530.28125 619.03125 C 531.00412 619.2851 531.77801 619.24067 532.46875 618.9375 C 532.87181 618.81636 533.26667 618.66906 533.71875 618.53125 C 555.08828 610.94998 576.58139 605.04634 597.875 601.46875 C 597.95919 601.45151 598.0426 601.43065 598.125 601.40625 C 601.50992 600.51027 603.68441 597.45149 604.21875 594.40625 C 604.75309 591.36101 604.30268 588.11024 603.59375 584.6875 C 602.17588 577.84201 599.46382 570.20636 598.75 565.46875 C 598.03185 560.70236 598.51706 551.81459 601.125 542.21875 C 603.73294 532.62291 608.43467 522.24088 615.875 513.90625 C 616.46759 513.24343 616.73797 512.38142 616.625 511.53125 C 616.62371 511.52157 616.62638 511.50967 616.625 511.5 C 616.65564 511.14932 616.62753 510.78679 616.53125 510.4375 C 616.25916 509.45037 615.50959 508.67713 614.53125 508.375 C 592.67011 501.65325 570.38545 497.83074 547.875 494.9375 C 547.66833 494.90533 547.45885 494.89485 547.25 494.90625 z "
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       id="path2509-5"
+       d="m 546.96875,490.34375 c -0.23806,0.0151 -0.48339,0.0251 -0.71875,0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 c -0.0317,0.005 -0.11088,0.0312 -0.125,0.0312 -0.0108,3e-5 -0.0855,0.0319 -0.0937,0.0312 -21.96366,3.68725 -60.08126,9.62515 -83.4375,18 -2.43418,0.88927 -4.2668,2.9793 -4.8125,5.53125 -0.10696,0.50016 -0.0565,0.7502 -0.0625,1.125 l -0.0312,0 c -0.0108,0.072 0.009,0.14644 0,0.21875 0.003,0.24894 -0.0434,0.65366 -0.0312,0.8125 l 0.0937,0 c -0.0183,1.83625 0.48802,3.71599 1.78125,5.15625 6.81992,7.63965 11.25702,17.37965 13.71875,26.4375 2.45539,9.03454 2.80069,17.72005 2.25,21.375 -0.5054,3.35438 -3.58641,11.3469 -5.34375,18.75 -0.86868,3.65948 -1.59862,7.65653 -0.71875,11.90625 1.01022,4.87929 4.80257,9.22277 10.3125,10.46875 a 4.5838972,4.5838972 0 0 0 0.0937,0.0312 c 0.11424,0.0228 0.22811,0.0137 0.34375,0.0312 l 0,0.0312 c 21.83291,3.66822 26.6239,5.1335 48.5625,13 a 4.5838972,4.5838972 0 0 0 0.0312,0 c 1.65543,0.58134 3.42716,0.45744 5,-0.0937 l 0.0312,0.0625 c 0.2487,-0.0747 0.34809,-0.12637 0.53125,-0.1875 0.25406,-0.0848 0.57988,-0.16689 0.75,-0.21875 a 4.5838972,4.5838972 0 0 0 0.1875,-0.0625 C 556.41348,615.33558 577.64691,609.52458 598.625,606 a 4.5838972,4.5838972 0 0 0 0.15625,-0.0312 c 0.17246,-0.0353 0.36217,-0.0779 0.53125,-0.125 0.0399,-0.0111 0.0853,-0.0195 0.125,-0.0312 l 0,-0.0312 c 5.32424,-1.47423 8.47849,-6.01878 9.28125,-10.59375 0.70608,-4.02399 0.12263,-7.82792 -0.625,-11.4375 -1.51601,-7.31931 -4.24541,-15.20497 -4.8125,-18.96875 -0.54777,-3.63558 -0.17657,-12.33151 2.28125,-21.375 2.46172,-9.05784 6.89885,-18.79788 13.71875,-26.4375 1.22901,-1.37466 1.77551,-3.20261 1.78125,-5.0625 l 0.125,0 c 0.0185,-0.21144 -0.0635,-0.44091 -0.0625,-0.65625 -0.009,-0.10683 0.0454,-0.20569 0.0312,-0.3125 0.17307,1.29873 0.1925,1.25512 0,-0.0937 l -0.0625,0 c -0.0259,-0.53834 -0.004,-1.07327 -0.15625,-1.625 -0.68218,-2.47491 -2.6082,-4.46081 -5.0625,-5.21875 -22.18929,-6.82265 -44.6866,-10.65484 -67.28125,-13.5625 -0.001,-1.8e-4 0.001,-0.0311 0,-0.0312 -0.0409,-0.006 -0.084,0.006 -0.125,0 -0.48237,-0.067 -0.98206,-0.0891 -1.46875,-0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 z"
+       transform="matrix(0.09182455,0,0,0.08701405,-37.539946,-38.840829)" />
+    <path
+       style="fill:#a55959;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.806891,4.1334469 c -0.0088,5.21e-4 -0.01747,0.0014 -0.02614,0.0027 -0.02191,0.0034 -0.02625,0.005 -0.01164,0.0027 -0.07394,0.01188 -0.139637,0.05118 -0.182253,0.109003 -0.04261,0.05783 -0.05854,0.129299 -0.04419,0.198264 0.376652,1.803613 -0.03921,3.556193 -0.150962,4.546484 -0.03422,0.303174 -0.138845,0.7033498 -0.22934,1.1121481 -0.0905,0.408801 -0.168701,0.825619 -0.124834,1.204603 0.01128,0.09021 0.07168,0.168475 0.159668,0.206658 l 0,0.03263 c 0.03076,-9.36e-4 0.06909,-0.0016 0.116126,-0.0055 l 0,-0.0028 c 0.0097,4.74e-4 0.01936,4.74e-4 0.02903,0 0.855753,-0.08218 1.668499,-0.624658 2.714385,-1.5825671 1.04588,-0.95791 2.336501,-2.352584 4.125285,-4.22834 0.06367,-0.06619 0.0869,-0.15823 0.06163,-0.244121 -0.02528,-0.08589 -0.09558,-0.153784 -0.186461,-0.180071 -2.030873,-0.584886 -4.101089,-0.917499 -6.192284,-1.169251 -0.0192,-0.0028 -0.03866,-0.0037 -0.05806,-0.0027 z"
+       id="path2444-8" />
+    <path
+       style="fill:#aa6262;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.783664,4.1361659 c -0.0048,7.88e-4 -0.0097,0.0017 -0.01452,0.0027 -2.043852,0.321484 -5.5926372,0.847389 -7.6844622,1.549941 -0.09005,0.03081 -0.156873,0.102813 -0.176921,0.190625 -0.02004,0.08781 0.0095,0.179113 0.07822,0.241726 1.975014,1.80258 3.341209,3.175853 4.441722,4.0950971 1.1005132,0.919247 1.9710072,1.414869 2.9146972,1.324246 0.07407,-0.0068 0.142148,-0.04118 0.189048,-0.09531 0.04689,-0.05414 0.06872,-0.123606 0.06062,-0.192914 -0.03041,-0.262686 0.02866,-0.64636 0.116114,-1.041449 0.08747,-0.3950852 0.197114,-0.8009861 0.238056,-1.1638111 0.103164,-0.914128 0.549524,-2.76515 0.145157,-4.701476 -0.0279,-0.134689 -0.16235,-0.226165 -0.307728,-0.209378 z"
+       id="path2453-8" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 5.1630638,5.7296089 c -0.106984,0.0057 -0.201016,0.06831 -0.241878,0.161097 -0.04086,0.09278 -0.02132,0.199295 0.05028,0.273973 0.691198,0.725232 1.127979,1.628612 1.370256,2.463587 0.242272,0.834973 0.284445,1.6083341 0.217728,2.0230781 -0.0643,0.399745 -0.350374,1.064945 -0.502233,1.664143 -0.07592,0.299598 -0.124431,0.588006 -0.06387,0.86198 0.06056,0.273978 0.294004,0.531887 0.632874,0.603662 0.0058,0.0011 0.01158,0.0019 0.01742,0.0028 2.037386,0.320624 2.545505,0.46461 4.5868762,1.150217 0.08139,0.02677 0.171448,0.01673 0.24386,-0.02719 1.316034,-0.797276 2.191354,-1.271774 2.781154,-1.694055 0.589804,-0.422279 0.911776,-0.841713 0.97544,-1.405819 0.03967,-0.351608 -0.130926,-0.699626 -0.377404,-1.087745 -0.246477,-0.388122 -0.588458,-0.8120901 -0.972533,-1.2481091 -0.768156,-0.872035 -1.7047,-1.791307 -2.345692,-2.488058 -0.04646,-0.05074 -0.111913,-0.08285 -0.182895,-0.08973 -2.1900482,-0.199721 -4.0647302,-0.470971 -6.0790592,-1.147498 -0.03522,-0.01235 -0.07275,-0.0179 -0.110321,-0.01631 z"
+       id="path2442-1" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 18.973042,5.3516419 c -0.03796,1.37e-4 -0.07551,0.0076 -0.110317,0.02175 -1.903851,0.77867 -5.428436,1.397695 -7.562539,1.517307 -0.126826,0.0079 -0.23191,0.09511 -0.255471,0.212096 -0.405988,1.938025 0.03903,3.7895271 0.142252,4.7042001 0.061,0.540526 0.23315,1.197267 0.33966,1.723964 0.07105,0.351368 0.218596,1.408814 -0.296116,1.403103 0.125233,0.03113 0.207345,-0.01152 0.319341,-0.04351 1.985202,-0.659678 3.981883,-1.173377 5.960034,-1.48468 0.0078,-0.0014 0.01557,-0.0032 0.02322,-0.0055 0.314453,-0.07796 0.51646,-0.344121 0.5661,-0.609099 0.04964,-0.264979 0.0078,-0.547841 -0.05806,-0.845667 -0.131718,-0.595655 -0.383665,-1.260062 -0.449979,-1.672303 -0.06672,-0.4147442 -0.02164,-1.1881041 0.220636,-2.0230781 0.242274,-0.834971 0.679059,-1.738353 1.370256,-2.463584 0.0734,-0.0769 0.09164,-0.18601 0.04645,-0.280078 -0.04519,-0.09406 -0.145342,-0.155449 -0.255473,-0.154993 z"
+       id="path2440-2"
+       sodipodi:nodetypes="csccsscccsssssssc" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       d="m 10.893859,7.0760199 c -0.0728,1.743816 0.100368,3.2581851 0.13644,4.1398721 0.0305,0.74515 0.167088,1.651119 0.243859,2.377205 0.03744,0.354166 0.09337,1.229444 -0.08035,1.671363 l 0.373558,-0.0375 c -0.111997,0.04327 -0.194106,0.101002 -0.31934,0.05888 0.514712,0.0077 0.367169,-1.423315 0.296116,-1.898821 -0.106513,-0.71278 -0.278658,-1.60155 -0.339659,-2.333045 -0.07096,-0.851009 -0.304165,-2.3023981 -0.31063,-3.9779571 z"
+       id="path2495-1"
+       sodipodi:nodetypes="csssccssc" />
+    <g
+       id="g4485"
+       transform="matrix(0.64029893,0,0,0.67873325,4.3806168,8.0965889)">
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3700-7"
+         d="m 4.0758633,12.740279 19.1223917,0 L 14.136835,23.39043 4.0758633,12.740279 z"
+         style="fill:#828282;fill-opacity:1;stroke:#828282;stroke-width:0.75845361;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3700-4"
+         d="m 2.145754,11.828544 19.122392,0 -9.06142,10.650151 L 2.145754,11.828544 z"
+         style="fill:#00a300;fill-opacity:1;stroke:#00a300;stroke-width:0.75845361;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+    </g>
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 5.0699698,5.9469599 1.859168,0.435531 1.642566,0.313583 2.2743222,0.27874 1.064958,-0.03484 1.985522,-0.261319 2.725576,-0.574902 1.02886,-0.261318 0.667857,-0.174213 0.758107,-0.174212"
+       id="path3664-9"
+       sodipodi:nodetypes="cccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/changeset/downloadchangesetcontent.svg
===================================================================
--- /trunk/resources/images/dialogs/changeset/downloadchangesetcontent.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/changeset/downloadchangesetcontent.svg	(revision 16006)
@@ -0,0 +1,308 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.47 r22583"
+   version="1.0"
+   sodipodi:docname="downloadchangesetcontent.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\eclipse-ws\eclipse-3.5\JOSM\images\dialogs\changeset\downloadchangesetcontent.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient1400">
+      <stop
+         id="stop1401"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1400"
+       id="linearGradient17450"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1148815,0,0,0.111489,-49.944348,-46.709945)"
+       x1="537.42401"
+       y1="580.16663"
+       x2="539.39642"
+       y2="510.39194" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="6.1230318e-14 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective3269"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4004"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4054"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4104"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3833"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       id="linearGradient3718">
+      <stop
+         id="stop3720"
+         offset="0"
+         style="stop-color:#003700;stop-opacity:1;" />
+      <stop
+         id="stop3722"
+         offset="1"
+         style="stop-color:#00c700;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3842">
+      <stop
+         id="stop3844"
+         offset="0"
+         style="stop-color:#003700;stop-opacity:1;" />
+      <stop
+         id="stop3846"
+         offset="1"
+         style="stop-color:#00c700;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1400-0">
+      <stop
+         id="stop1401-4"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403-9"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402-4"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective3921"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3770"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4327"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4353"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4383"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4405"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4427"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4449"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4471"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4497"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4519"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.919596"
+     inkscape:cx="9.0899653"
+     inkscape:cy="10.185583"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1283"
+     inkscape:window-height="824"
+     inkscape:window-x="225"
+     inkscape:window-y="35"
+     inkscape:window-maximized="0"
+     showguides="true"
+     inkscape:guide-bbox="true" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="4.5834389"
+       inkscape:original="M 547.25 494.90625 C 547.15581 494.91224 547.06196 494.92267 546.96875 494.9375 C 546.73282 494.97719 546.68628 494.99521 546.84375 494.96875 C 524.84282 498.66333 486.64226 504.70723 464.125 512.78125 C 463.15567 513.13537 462.43455 513.95957 462.21875 514.96875 C 462.15787 515.25343 462.16594 515.52974 462.1875 515.8125 C 462.05699 516.6851 462.30033 517.57519 462.90625 518.25 C 470.3466 526.58465 475.04831 536.96666 477.65625 546.5625 C 480.26419 556.15834 480.71815 565.04611 480 569.8125 C 479.30782 574.40653 476.22839 582.0513 474.59375 588.9375 C 473.77643 592.3806 473.25435 595.69511 473.90625 598.84375 C 474.55815 601.99239 477.07104 604.95638 480.71875 605.78125 C 480.7809 605.79364 480.84344 605.80407 480.90625 605.8125 C 502.83748 609.49724 508.3071 611.152 530.28125 619.03125 C 531.00412 619.2851 531.77801 619.24067 532.46875 618.9375 C 532.87181 618.81636 533.26667 618.66906 533.71875 618.53125 C 555.08828 610.94998 576.58139 605.04634 597.875 601.46875 C 597.95919 601.45151 598.0426 601.43065 598.125 601.40625 C 601.50992 600.51027 603.68441 597.45149 604.21875 594.40625 C 604.75309 591.36101 604.30268 588.11024 603.59375 584.6875 C 602.17588 577.84201 599.46382 570.20636 598.75 565.46875 C 598.03185 560.70236 598.51706 551.81459 601.125 542.21875 C 603.73294 532.62291 608.43467 522.24088 615.875 513.90625 C 616.46759 513.24343 616.73797 512.38142 616.625 511.53125 C 616.62371 511.52157 616.62638 511.50967 616.625 511.5 C 616.65564 511.14932 616.62753 510.78679 616.53125 510.4375 C 616.25916 509.45037 615.50959 508.67713 614.53125 508.375 C 592.67011 501.65325 570.38545 497.83074 547.875 494.9375 C 547.66833 494.90533 547.45885 494.89485 547.25 494.90625 z "
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       id="path2509"
+       d="m 546.96875,490.34375 c -0.23806,0.0151 -0.48339,0.0251 -0.71875,0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 c -0.0317,0.005 -0.11088,0.0312 -0.125,0.0312 -0.0108,3e-5 -0.0855,0.0319 -0.0937,0.0312 -21.96366,3.68725 -60.08126,9.62515 -83.4375,18 -2.43418,0.88927 -4.2668,2.9793 -4.8125,5.53125 -0.10696,0.50016 -0.0565,0.7502 -0.0625,1.125 l -0.0312,0 c -0.0108,0.072 0.009,0.14644 0,0.21875 0.003,0.24894 -0.0434,0.65366 -0.0312,0.8125 l 0.0937,0 c -0.0183,1.83625 0.48802,3.71599 1.78125,5.15625 6.81992,7.63965 11.25702,17.37965 13.71875,26.4375 2.45539,9.03454 2.80069,17.72005 2.25,21.375 -0.5054,3.35438 -3.58641,11.3469 -5.34375,18.75 -0.86868,3.65948 -1.59862,7.65653 -0.71875,11.90625 1.01022,4.87929 4.80257,9.22277 10.3125,10.46875 a 4.5838972,4.5838972 0 0 0 0.0937,0.0312 c 0.11424,0.0228 0.22811,0.0137 0.34375,0.0312 l 0,0.0312 c 21.83291,3.66822 26.6239,5.1335 48.5625,13 a 4.5838972,4.5838972 0 0 0 0.0312,0 c 1.65543,0.58134 3.42716,0.45744 5,-0.0937 l 0.0312,0.0625 c 0.2487,-0.0747 0.34809,-0.12637 0.53125,-0.1875 0.25406,-0.0848 0.57988,-0.16689 0.75,-0.21875 a 4.5838972,4.5838972 0 0 0 0.1875,-0.0625 C 556.41348,615.33558 577.64691,609.52458 598.625,606 a 4.5838972,4.5838972 0 0 0 0.15625,-0.0312 c 0.17246,-0.0353 0.36217,-0.0779 0.53125,-0.125 0.0399,-0.0111 0.0853,-0.0195 0.125,-0.0312 l 0,-0.0312 c 5.32424,-1.47423 8.47849,-6.01878 9.28125,-10.59375 0.70608,-4.02399 0.12263,-7.82792 -0.625,-11.4375 -1.51601,-7.31931 -4.24541,-15.20497 -4.8125,-18.96875 -0.54777,-3.63558 -0.17657,-12.33151 2.28125,-21.375 2.46172,-9.05784 6.89885,-18.79788 13.71875,-26.4375 1.22901,-1.37466 1.77551,-3.20261 1.78125,-5.0625 l 0.125,0 c 0.0185,-0.21144 -0.0635,-0.44091 -0.0625,-0.65625 -0.009,-0.10683 0.0454,-0.20569 0.0312,-0.3125 0.17307,1.29873 0.1925,1.25512 0,-0.0937 l -0.0625,0 c -0.0259,-0.53834 -0.004,-1.07327 -0.15625,-1.625 -0.68218,-2.47491 -2.6082,-4.46081 -5.0625,-5.21875 -22.18929,-6.82265 -44.6866,-10.65484 -67.28125,-13.5625 -0.001,-1.8e-4 0.001,-0.0311 0,-0.0312 -0.0409,-0.006 -0.084,0.006 -0.125,0 -0.48237,-0.067 -0.98206,-0.0891 -1.46875,-0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 z"
+       transform="matrix(0.09182455,0,0,0.08701405,-37.867506,-39.007232)" />
+    <path
+       style="fill:#a55959;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.479331,3.9670444 c -0.0088,5.213e-4 -0.01747,0.00143 -0.02614,0.00271 -0.02191,0.00344 -0.02625,0.00502 -0.01164,0.00271 -0.07394,0.01188 -0.139637,0.051177 -0.182253,0.1090028 -0.04261,0.057825 -0.05854,0.1292995 -0.04419,0.1982647 0.376652,1.8036131 -0.03921,3.5561928 -0.150962,4.5464839 -0.03422,0.3031736 -0.138845,0.7033497 -0.22934,1.1121481 -0.0905,0.4088011 -0.168701,0.8256181 -0.124834,1.2046021 0.01128,0.09021 0.07168,0.168475 0.159668,0.206658 l 0,0.03263 c 0.03076,-9.36e-4 0.06909,-0.0016 0.116126,-0.0055 l 0,-0.0028 c 0.0097,4.74e-4 0.01936,4.74e-4 0.02903,0 0.855753,-0.08218 1.668499,-0.624658 2.714385,-1.5825661 1.04588,-0.9579099 2.336501,-2.3525846 4.125285,-4.2283402 0.06367,-0.066192 0.0869,-0.1582298 0.06163,-0.2441208 -0.02528,-0.085894 -0.09558,-0.1537842 -0.186461,-0.1800711 -2.030873,-0.5848866 -4.101089,-0.9174997 -6.192284,-1.1692515 -0.0192,-0.0028 -0.03866,-0.00371 -0.05806,-0.00271 z"
+       id="path2444" />
+    <path
+       style="fill:#aa6262;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.456104,3.9697634 c -0.0048,7.883e-4 -0.0097,0.00169 -0.01452,0.00271 -2.043852,0.3214846 -5.5926373,0.8473893 -7.6844627,1.5499415 -0.09005,0.030813 -0.1568729,0.1028124 -0.1769205,0.1906248 -0.020044,0.087811 0.00949,0.1791129 0.078217,0.2417255 1.9750136,1.8025801 3.3412084,3.1758534 4.4417214,4.0950978 1.1005138,0.919246 1.9710078,1.414868 2.9146978,1.324245 0.07407,-0.0068 0.142148,-0.04118 0.189048,-0.09531 0.04689,-0.05414 0.06872,-0.123606 0.06062,-0.192914 -0.03041,-0.262686 0.02866,-0.64636 0.116114,-1.041448 0.08747,-0.3950852 0.197114,-0.8009861 0.238056,-1.1638112 0.103164,-0.9141287 0.549524,-2.7651502 0.145157,-4.7014763 -0.0279,-0.1346892 -0.16235,-0.2261654 -0.307728,-0.2093778 z"
+       id="path2453" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#df421e;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect3807-82"
+       width="3.6254282"
+       height="3.3393273"
+       x="6.5954499"
+       y="3.1057761" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 4.8355033,5.5632067 c -0.1069833,0.0057 -0.2010153,0.068315 -0.241878,0.1610973 -0.040857,0.092784 -0.021318,0.1992943 0.050277,0.2739723 0.6911985,0.7252326 1.1279798,1.6286127 1.3702566,2.4635868 0.2422718,0.8349731 0.2844446,1.6083349 0.2177277,2.0230779 -0.064301,0.399745 -0.3503743,1.064945 -0.5022327,1.664143 -0.075924,0.299598 -0.1244313,0.588006 -0.063868,0.86198 0.060563,0.273978 0.2940042,0.531887 0.6328736,0.603662 0.00577,0.0011 0.011581,0.0019 0.017418,0.0028 2.0373858,0.320624 2.5455047,0.46461 4.5868765,1.150217 0.08139,0.02677 0.171448,0.01673 0.24386,-0.02719 1.316034,-0.797276 2.191354,-1.271774 2.781154,-1.694055 0.589804,-0.422279 0.911776,-0.841713 0.97544,-1.405819 0.03967,-0.351608 -0.130926,-0.699626 -0.377404,-1.087745 C 14.279527,10.164813 13.937546,9.7408448 13.553471,9.3048259 12.785315,8.4327905 11.848771,7.5135184 11.207779,6.8167675 11.161322,6.766029 11.095866,6.7339125 11.024884,6.7270335 8.8348353,6.527313 6.9601534,6.2560623 4.9458243,5.5795357 4.910602,5.5671808 4.8730759,5.5616317 4.8355037,5.5632239 z"
+       id="path2442" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 18.645482,5.1852396 c -0.03796,1.374e-4 -0.07551,0.00757 -0.110317,0.021752 -1.903851,0.77867 -5.428436,1.3976953 -7.562539,1.5173065 -0.126826,0.00787 -0.23191,0.095107 -0.255471,0.2120965 -0.405988,1.9380245 0.03903,3.7895264 0.142252,4.7041994 0.061,0.540526 0.23315,1.197267 0.33966,1.723964 0.07105,0.351368 0.218596,1.408814 -0.296116,1.403103 0.125233,0.03113 0.207345,-0.01152 0.319341,-0.04351 1.985202,-0.659678 3.981883,-1.173377 5.960034,-1.48468 0.0078,-0.0014 0.01557,-0.0032 0.02322,-0.0055 0.314453,-0.07796 0.51646,-0.344121 0.5661,-0.609099 0.04964,-0.264979 0.0078,-0.547841 -0.05806,-0.845667 -0.131718,-0.595655 -0.383665,-1.260062 -0.449979,-1.672302 -0.06672,-0.4147443 -0.02164,-1.1881044 0.220636,-2.0230783 0.242274,-0.834971 0.679059,-1.7383534 1.370256,-2.4635838 0.0734,-0.0769 0.09164,-0.1860099 0.04645,-0.2800787 -0.04519,-0.094063 -0.145342,-0.1554482 -0.255473,-0.1549923 z"
+       id="path2440"
+       sodipodi:nodetypes="csccsscccsssssssc" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       d="m 10.566299,6.9096172 c -0.0728,1.7438166 0.100368,3.2581858 0.13644,4.1398718 0.0305,0.74515 0.167088,1.651119 0.243859,2.377205 0.03744,0.354166 0.09337,1.229444 -0.08035,1.671363 l 0.373558,-0.0375 c -0.111997,0.04327 -0.194106,0.101002 -0.31934,0.05888 0.514712,0.0077 0.367169,-1.423315 0.296116,-1.898821 -0.106513,-0.71278 -0.278658,-1.60155 -0.339659,-2.333045 -0.07096,-0.851008 -0.304165,-2.3023973 -0.31063,-3.9779562 z"
+       id="path2495"
+       sodipodi:nodetypes="csssccssc" />
+    <g
+       id="g4485"
+       transform="matrix(0.64029893,0,0,0.67873325,4.0530571,7.9301866)">
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3700-7"
+         d="m 4.0758633,12.740279 19.1223917,0 L 14.136835,23.39043 4.0758633,12.740279 z"
+         style="fill:#828282;fill-opacity:1;stroke:#828282;stroke-width:0.75845361;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3700"
+         d="m 2.145754,11.828544 19.122392,0 -9.06142,10.650151 L 2.145754,11.828544 z"
+         style="fill:#00a300;fill-opacity:1;stroke:#00a300;stroke-width:0.75845361;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline" />
+    </g>
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 4.7424098,5.7805573 1.859168,0.4355312 1.6425658,0.3135826 2.2743224,0.27874 1.064958,-0.034843 1.985522,-0.2613187 2.725576,-0.5749014 1.02886,-0.2613188 0.667857,-0.1742124 0.758107,-0.1742122"
+       id="path3664"
+       sodipodi:nodetypes="cccccccccc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#df421e;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect3807-82-2"
+       width="3.6254282"
+       height="3.3393273"
+       x="13.030223"
+       y="1.1276374" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/changeset/updatechangeset.svg
===================================================================
--- /trunk/resources/images/dialogs/changeset/updatechangeset.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/changeset/updatechangeset.svg	(revision 16006)
@@ -0,0 +1,344 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.47 r22583"
+   version="1.0"
+   sodipodi:docname="updatechangeset.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\eclipse-ws\eclipse-3.5\JOSM\images\dialogs\changeset\updatechangeset.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient1400">
+      <stop
+         id="stop1401"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="6.1230318e-14 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective3269"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4004"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4054"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4104"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3833"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3718"
+       id="linearGradient3716"
+       x1="0.625"
+       y1="26.589287"
+       x2="24.107143"
+       y2="26.589287"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.81433767,0,0,0.68265571,1.3862684,-5.5493268)" />
+    <linearGradient
+       id="linearGradient3718">
+      <stop
+         id="stop3720"
+         offset="0"
+         style="stop-color:#003700;stop-opacity:1;" />
+      <stop
+         id="stop3722"
+         offset="1"
+         style="stop-color:#00c700;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3718"
+       id="linearGradient3730"
+       x1="2.8571427"
+       y1="30.294643"
+       x2="21.970518"
+       y2="30.445639"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0296673,0,0,0.87267329,-1.046677,-10.056337)" />
+    <linearGradient
+       id="linearGradient3842">
+      <stop
+         id="stop3844"
+         offset="0"
+         style="stop-color:#003700;stop-opacity:1;" />
+      <stop
+         id="stop3846"
+         offset="1"
+         style="stop-color:#00c700;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1400-0"
+       id="linearGradient17450-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1148815,0,0,0.111489,-49.238727,-49.370749)"
+       x1="537.42401"
+       y1="580.16663"
+       x2="539.39642"
+       y2="510.39194" />
+    <linearGradient
+       id="linearGradient1400-0">
+      <stop
+         id="stop1401-4"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403-9"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402-4"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective3921"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4800"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4600-0"
+       id="linearGradient4674"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.73063541,0,0,-0.92253825,-6.2785429,32.240182)"
+       x1="5.1785712"
+       y1="29.982143"
+       x2="22.616636"
+       y2="29.952965" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4600-0">
+      <stop
+         style="stop-color:#0000a9;stop-opacity:1;"
+         offset="0"
+         id="stop4602-4" />
+      <stop
+         style="stop-color:#005cf7;stop-opacity:1"
+         offset="1"
+         id="stop4604-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4600-0"
+       id="linearGradient4676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.73063541,0,0,-0.92253825,-6.2785429,32.240182)"
+       x1="4.9464288"
+       y1="29.952965"
+       x2="22.616636"
+       y2="29.952965" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1400-2"
+       id="linearGradient17450"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1148815,0,0,0.111489,-93.126332,-40.253526)"
+       x1="537.42401"
+       y1="580.16663"
+       x2="539.39642"
+       y2="510.39194" />
+    <linearGradient
+       id="linearGradient1400-2">
+      <stop
+         id="stop1401-1"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403-0"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402-40"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective4653"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5218"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5240"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5262"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.919596"
+     inkscape:cx="-2.8359847"
+     inkscape:cy="24.270728"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1081"
+     inkscape:window-height="824"
+     inkscape:window-x="232"
+     inkscape:window-y="48"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="4.5834389"
+       inkscape:original="M 547.25 494.90625 C 547.15581 494.91224 547.06196 494.92267 546.96875 494.9375 C 546.73282 494.97719 546.68628 494.99521 546.84375 494.96875 C 524.84282 498.66333 486.64226 504.70723 464.125 512.78125 C 463.15567 513.13537 462.43455 513.95957 462.21875 514.96875 C 462.15787 515.25343 462.16594 515.52974 462.1875 515.8125 C 462.05699 516.6851 462.30033 517.57519 462.90625 518.25 C 470.3466 526.58465 475.04831 536.96666 477.65625 546.5625 C 480.26419 556.15834 480.71815 565.04611 480 569.8125 C 479.30782 574.40653 476.22839 582.0513 474.59375 588.9375 C 473.77643 592.3806 473.25435 595.69511 473.90625 598.84375 C 474.55815 601.99239 477.07104 604.95638 480.71875 605.78125 C 480.7809 605.79364 480.84344 605.80407 480.90625 605.8125 C 502.83748 609.49724 508.3071 611.152 530.28125 619.03125 C 531.00412 619.2851 531.77801 619.24067 532.46875 618.9375 C 532.87181 618.81636 533.26667 618.66906 533.71875 618.53125 C 555.08828 610.94998 576.58139 605.04634 597.875 601.46875 C 597.95919 601.45151 598.0426 601.43065 598.125 601.40625 C 601.50992 600.51027 603.68441 597.45149 604.21875 594.40625 C 604.75309 591.36101 604.30268 588.11024 603.59375 584.6875 C 602.17588 577.84201 599.46382 570.20636 598.75 565.46875 C 598.03185 560.70236 598.51706 551.81459 601.125 542.21875 C 603.73294 532.62291 608.43467 522.24088 615.875 513.90625 C 616.46759 513.24343 616.73797 512.38142 616.625 511.53125 C 616.62371 511.52157 616.62638 511.50967 616.625 511.5 C 616.65564 511.14932 616.62753 510.78679 616.53125 510.4375 C 616.25916 509.45037 615.50959 508.67713 614.53125 508.375 C 592.67011 501.65325 570.38545 497.83074 547.875 494.9375 C 547.66833 494.90533 547.45885 494.89485 547.25 494.90625 z "
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       id="path2509-6"
+       d="m 546.96875,490.34375 c -0.23806,0.0151 -0.48339,0.0251 -0.71875,0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 c -0.0317,0.005 -0.11088,0.0312 -0.125,0.0312 -0.0108,3e-5 -0.0855,0.0319 -0.0937,0.0312 -21.96366,3.68725 -60.08126,9.62515 -83.4375,18 -2.43418,0.88927 -4.2668,2.9793 -4.8125,5.53125 -0.10696,0.50016 -0.0565,0.7502 -0.0625,1.125 l -0.0312,0 c -0.0108,0.072 0.009,0.14644 0,0.21875 0.003,0.24894 -0.0434,0.65366 -0.0312,0.8125 l 0.0937,0 c -0.0183,1.83625 0.48802,3.71599 1.78125,5.15625 6.81992,7.63965 11.25702,17.37965 13.71875,26.4375 2.45539,9.03454 2.80069,17.72005 2.25,21.375 -0.5054,3.35438 -3.58641,11.3469 -5.34375,18.75 -0.86868,3.65948 -1.59862,7.65653 -0.71875,11.90625 1.01022,4.87929 4.80257,9.22277 10.3125,10.46875 a 4.5838972,4.5838972 0 0 0 0.0937,0.0312 c 0.11424,0.0228 0.22811,0.0137 0.34375,0.0312 l 0,0.0312 c 21.83291,3.66822 26.6239,5.1335 48.5625,13 a 4.5838972,4.5838972 0 0 0 0.0312,0 c 1.65543,0.58134 3.42716,0.45744 5,-0.0937 l 0.0312,0.0625 c 0.2487,-0.0747 0.34809,-0.12637 0.53125,-0.1875 0.25406,-0.0848 0.57988,-0.16689 0.75,-0.21875 a 4.5838972,4.5838972 0 0 0 0.1875,-0.0625 C 556.41348,615.33558 577.64691,609.52458 598.625,606 a 4.5838972,4.5838972 0 0 0 0.15625,-0.0312 c 0.17246,-0.0353 0.36217,-0.0779 0.53125,-0.125 0.0399,-0.0111 0.0853,-0.0195 0.125,-0.0312 l 0,-0.0312 c 5.32424,-1.47423 8.47849,-6.01878 9.28125,-10.59375 0.70608,-4.02399 0.12263,-7.82792 -0.625,-11.4375 -1.51601,-7.31931 -4.24541,-15.20497 -4.8125,-18.96875 -0.54777,-3.63558 -0.17657,-12.33151 2.28125,-21.375 2.46172,-9.05784 6.89885,-18.79788 13.71875,-26.4375 1.22901,-1.37466 1.77551,-3.20261 1.78125,-5.0625 l 0.125,0 c 0.0185,-0.21144 -0.0635,-0.44091 -0.0625,-0.65625 -0.009,-0.10683 0.0454,-0.20569 0.0312,-0.3125 0.17307,1.29873 0.1925,1.25512 0,-0.0937 l -0.0625,0 c -0.0259,-0.53834 -0.004,-1.07327 -0.15625,-1.625 -0.68218,-2.47491 -2.6082,-4.46081 -5.0625,-5.21875 -22.18929,-6.82265 -44.6866,-10.65484 -67.28125,-13.5625 -0.001,-1.8e-4 0.001,-0.0311 0,-0.0312 -0.0409,-0.006 -0.084,0.006 -0.125,0 -0.48237,-0.067 -0.98206,-0.0891 -1.46875,-0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 z"
+       transform="matrix(0.08342632,0,0,0.0811236,-33.396209,-39.001141)" />
+    <path
+       style="fill:#a55959;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.345932,1.0639751 c -0.008,4.861e-4 -0.01588,0.00133 -0.02374,0.00253 -0.01991,0.00322 -0.02384,0.00468 -0.01055,0.00253 -0.06717,0.011077 -0.126865,0.047712 -0.165583,0.1016239 -0.03871,0.053911 -0.05319,0.1205466 -0.04015,0.1848432 0.342203,1.6815166 -0.03562,3.3154547 -0.137156,4.2387076 -0.03108,0.2826505 -0.126146,0.6557365 -0.208363,1.0368615 -0.08222,0.381125 -0.153272,0.769727 -0.113417,1.123055 0.0102,0.0841 0.06513,0.15707 0.145065,0.192669 l 0,0.03042 c 0.02795,-8.73e-4 0.06277,-0.0015 0.105506,-0.0051 l 0,-0.0025 c 0.0088,4.42e-4 0.01759,4.42e-4 0.02638,0 0.777486,-0.07661 1.5159,-0.582372 2.466129,-1.475434 0.950225,-0.8930639 2.122806,-2.1933254 3.747989,-3.9421009 0.05785,-0.061711 0.07896,-0.1475184 0.05599,-0.2275949 -0.02297,-0.08008 -0.08683,-0.1433738 -0.169408,-0.1678812 -1.84513,-0.5452925 -3.726005,-0.8553892 -5.625941,-1.0900985 -0.01744,-0.00261 -0.03513,-0.00346 -0.05275,-0.00253 z"
+       id="path2444-0" />
+    <path
+       style="fill:#aa6262;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.324829,1.0665101 c -0.0044,7.349e-4 -0.0088,0.00158 -0.01319,0.00253 -1.856927,0.2997178 -5.0811432,0.7900212 -6.9816512,1.4450138 -0.081815,0.028727 -0.1425255,0.095852 -0.1607395,0.1777204 -0.01821,0.081867 0.00863,0.1669877 0.071064,0.2253617 1.7943798,1.6805536 3.0356231,2.9608625 4.0354836,3.8178785 0.9998621,0.857018 1.7907411,1.319087 2.6481221,1.2346 0.0673,-0.0064 0.129146,-0.03839 0.171757,-0.08887 0.04261,-0.05048 0.06243,-0.115239 0.05507,-0.179855 -0.02763,-0.244903 0.02604,-0.602604 0.105499,-0.970947 0.07947,-0.368339 0.179087,-0.746762 0.216284,-1.0850259 0.09373,-0.8522412 0.499268,-2.5779569 0.131884,-4.3832027 -0.02535,-0.1255712 -0.147502,-0.210855 -0.279583,-0.1952038 z"
+       id="path2453-4" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 5.4012048,2.5520846 c -0.097199,0.00531 -0.1826306,0.06369 -0.219756,0.1501917 -0.03712,0.086503 -0.019369,0.185803 0.045679,0.2554257 0.627982,0.6761377 1.0248154,1.518363 1.2449337,2.2968131 0.2201138,0.7784496 0.2584295,1.4994576 0.1978145,1.8861246 -0.058421,0.372685 -0.3183293,0.992854 -0.4562988,1.5514876 -0.06898,0.279316 -0.1130509,0.548202 -0.058027,0.80363 0.055024,0.25543 0.2671147,0.49588 0.5749913,0.5627947 0.00525,10e-4 0.010527,0.0018 0.015824,0.0025 1.8510474,0.29892 2.3126946,0.433159 4.1673645,1.072354 0.07395,0.02496 0.155767,0.0156 0.221555,-0.02535 1.19567,-0.743304 1.990935,-1.1856807 2.526792,-1.5793757 0.535861,-0.393693 0.828385,-0.784733 0.886226,-1.3106516 0.03604,-0.327741 -0.11895,-0.652199 -0.342885,-1.014044 C 13.981483,6.8421837 13.670781,6.4469157 13.321833,6.0404137 12.623932,5.2274106 11.773043,4.3703692 11.190676,3.7207851 11.148468,3.6734814 11.088998,3.6435391 11.024509,3.6371257 9.03476,3.4509254 7.3315355,3.1980371 5.5014359,2.5673082 5.469435,2.5557897 5.435341,2.5506162 5.4012051,2.5521006 z"
+       id="path2442-9" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 17.948131,2.1997042 c -0.03449,1.281e-4 -0.0686,0.00706 -0.100227,0.020279 -1.729725,0.7259577 -4.931953,1.3030777 -6.870872,1.4145918 -0.115227,0.00733 -0.2107,0.088668 -0.232106,0.1977386 -0.368856,1.806829 0.03546,3.5329918 0.129243,4.3857448 0.05542,0.5039359 0.211825,1.1162179 0.308594,1.6072609 0.06455,0.3275817 0.198603,1.3134427 -0.269034,1.3081187 0.11378,0.02902 0.188382,-0.01075 0.290134,-0.04057 1.803638,-0.61502 3.617703,-1.0939447 5.414933,-1.3841727 0.0071,-0.0014 0.01414,-0.0031 0.0211,-0.0051 0.285694,-0.07268 0.469225,-0.320825 0.514325,-0.567866 0.0451,-0.247041 0.0071,-0.510755 -0.05275,-0.7884199 -0.119671,-0.555331 -0.348575,-1.174761 -0.408824,-1.559094 -0.06061,-0.386667 -0.01966,-1.1076747 0.200457,-1.8861248 0.220116,-0.778447 0.616953,-1.6206746 1.244934,-2.2968103 0.06669,-0.071694 0.08326,-0.1734178 0.0422,-0.2611186 -0.04105,-0.087696 -0.13205,-0.144925 -0.232107,-0.1445001 z"
+       id="path2440-4"
+       sodipodi:nodetypes="csccsscccsssssssc" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       d="m 10.607865,3.8073493 c -0.06614,1.6257681 0.09119,3.0376214 0.123962,3.8596204 0.02771,0.694708 0.151806,1.5393476 0.221555,2.2162806 0.03402,0.3301897 0.08483,1.1462147 -0.073,1.5582187 l 0.339393,-0.03496 c -0.101752,0.04034 -0.176354,0.09416 -0.290134,0.05489 0.467637,0.0072 0.333588,-1.326963 0.269034,-1.7702787 -0.09677,-0.664523 -0.253172,-1.4931266 -0.308594,-2.1751036 -0.06448,-0.793398 -0.276345,-2.1465349 -0.28222,-3.7086659 z"
+       id="path2495-6"
+       sodipodi:nodetypes="csssccssc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.49999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M 5.3166259,2.7547218 7.0057553,3.1607696 8.4980928,3.453124 10.564407,3.7129946 11.531965,3.6805106 13.335892,3.4368819 15.812188,2.9008987 16.74695,2.6572701 17.353724,2.4948509 18.042496,2.3324321"
+       id="path3664"
+       sodipodi:nodetypes="cccccccccc" />
+    <g
+       id="g5276"
+       transform="matrix(0.83751723,0,0,0.83470115,19.523764,26.483285)">
+      <path
+         sodipodi:nodetypes="ccsccccsscscsc"
+         id="path3944-6-4"
+         d="m -13.792444,-6.6798304 c 1.077881,1.103688 3.563561,2.0013355 4.5455831,2.4182985 2.828223,0.344288 3.174277,0.0703 4.378683,-0.785846 0.783353,-0.5568425 2.075663,-1.6962945 2.738992,-2.7892842 l -0.582242,-0.764217 -1.011176,1.0706023 c -0.407353,0.3420333 -1.204766,0.7533654 -1.693491,0.9403004 -1.103827,0.390505 -1.176342,0.377901 -2.134839,0.121332 -0.538749,-0.144212 -1.277426,-0.435809 -2.153322,-1.0039463 -1.2659021,-0.8211094 -1.4599131,-1.0090704 -1.6735561,-1.5114324 0,0 2.5714311,-2.3102579 0.330816,-2.0997499 -1.178375,0.110709 -4.420471,0.314893 -4.420471,0.314893 -0.270055,1.6528569 -1.909361,6.6789951 -0.497956,5.5990782 0.739388,-0.5657326 2.172979,-1.5100286 2.172979,-1.5100286 z"
+         style="fill:#8c8c8c;fill-opacity:1;stroke:#8c8c8c;stroke-width:0.56493694px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:none;display:inline" />
+      <path
+         sodipodi:nodetypes="ccsccccsscscsc"
+         id="path3944-6"
+         d="m -4.7343435,-13.623741 c -1.077881,-1.103688 -3.5635602,-2.001336 -4.5455822,-2.418299 -2.8282223,-0.344288 -3.1742763,-0.0703 -4.3786823,0.785846 -0.783353,0.556843 -2.075663,1.696295 -2.738992,2.789284 l 0.582242,0.764217 1.011176,-1.070602 c 0.407353,-0.342033 1.204766,-0.753365 1.693491,-0.9403 1.103827,-0.390505 1.176342,-0.377901 2.134839,-0.121332 0.538749,0.144212 1.2774253,0.435809 2.1533213,1.003946 1.265902,0.821109 1.4599131,1.00907 1.6735561,1.511432 0,0 -2.5714311,2.3102584 -0.3308164,2.0997504 1.1783745,-0.110709 4.4204705,-0.314893 4.4204705,-0.314893 0.270055,-1.6528574 1.909362,-6.6789954 0.497956,-5.5990784 -0.739388,0.565733 -2.172979,1.510029 -2.172979,1.510029 z"
+         style="fill:#8c8c8c;fill-opacity:1;stroke:#8c8c8c;stroke-width:0.56493694px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:none;display:inline" />
+      <path
+         sodipodi:nodetypes="ccsccccsscscsc"
+         id="path3944"
+         d="m -5.2021682,-14.346968 c -1.077881,-1.103688 -3.5635609,-2.001336 -4.5455829,-2.418299 -2.8282209,-0.344288 -3.1742749,-0.0703 -4.3786809,0.785846 -0.783353,0.556843 -2.075663,1.696295 -2.738992,2.789284 l 0.582242,0.764217 1.011176,-1.070602 c 0.407353,-0.342033 1.204766,-0.753365 1.693491,-0.9403 1.103827,-0.390505 1.176342,-0.377901 2.134839,-0.121332 0.538749,0.144212 1.277425,0.435809 2.15332,1.003946 1.2659023,0.821109 1.4599134,1.00907 1.6735564,1.511432 0,0 -2.5714304,2.310259 -0.3308164,2.099751 1.1783748,-0.110709 4.4204701,-0.314893 4.4204701,-0.314893 0.2700551,-1.652858 1.9093621,-6.678996 0.4979566,-5.599079 -0.7393886,0.565733 -2.1729789,1.510029 -2.1729789,1.510029 z"
+         style="fill:#0049ea;fill-opacity:1;stroke:#0049ea;stroke-width:0.56493694px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:none;display:inline" />
+      <path
+         sodipodi:nodetypes="ccsccccsscscsc"
+         id="path3944-2"
+         d="m -14.506729,-7.0816157 c 1.077881,1.1036879 3.563562,2.0013359 4.5455841,2.4182989 2.8282207,0.344288 3.1742747,0.0703 4.3786807,-0.785846 0.783353,-0.556843 2.075663,-1.6962949 2.738992,-2.7892839 l -0.582242,-0.764217 -1.011176,1.070602 c -0.407353,0.342033 -1.204766,0.753365 -1.693491,0.9403 -1.103827,0.390505 -1.176342,0.377901 -2.1348387,0.121332 -0.538749,-0.144212 -1.277425,-0.435809 -2.1533201,-1.003946 -1.265903,-0.821109 -1.459914,-1.00907 -1.673557,-1.511432 0,0 2.5714311,-2.3102593 0.330817,-2.0997513 -1.178376,0.110709 -4.420471,0.314893 -4.420471,0.314893 -0.270055,1.6528583 -1.909362,6.6789962 -0.497957,5.5990792 0.739389,-0.5657329 2.172979,-1.5100289 2.172979,-1.5100289 z"
+         style="fill:#0049ea;fill-opacity:1;stroke:#0049ea;stroke-width:0.56493694px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:none;display:inline" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/changeset/updatechangesetcontent.svg
===================================================================
--- /trunk/resources/images/dialogs/changeset/updatechangesetcontent.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/changeset/updatechangesetcontent.svg	(revision 16006)
@@ -0,0 +1,372 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.47 r22583"
+   version="1.0"
+   sodipodi:docname="updatechangesetcontent.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\eclipse-ws\eclipse-3.5\JOSM\images\dialogs\changeset\downloadchangesetcontent.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient1400">
+      <stop
+         id="stop1401"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="6.1230318e-14 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective3269"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4004"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4054"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4104"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3833"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3718"
+       id="linearGradient3716"
+       x1="0.625"
+       y1="26.589287"
+       x2="24.107143"
+       y2="26.589287"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.81433767,0,0,0.68265571,1.3862684,-5.5493268)" />
+    <linearGradient
+       id="linearGradient3718">
+      <stop
+         id="stop3720"
+         offset="0"
+         style="stop-color:#003700;stop-opacity:1;" />
+      <stop
+         id="stop3722"
+         offset="1"
+         style="stop-color:#00c700;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3718"
+       id="linearGradient3730"
+       x1="2.8571427"
+       y1="30.294643"
+       x2="21.970518"
+       y2="30.445639"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0296673,0,0,0.87267329,-1.046677,-10.056337)" />
+    <linearGradient
+       id="linearGradient3842">
+      <stop
+         id="stop3844"
+         offset="0"
+         style="stop-color:#003700;stop-opacity:1;" />
+      <stop
+         id="stop3846"
+         offset="1"
+         style="stop-color:#00c700;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1400-0"
+       id="linearGradient17450-6"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1148815,0,0,0.111489,-49.238727,-49.370749)"
+       x1="537.42401"
+       y1="580.16663"
+       x2="539.39642"
+       y2="510.39194" />
+    <linearGradient
+       id="linearGradient1400-0">
+      <stop
+         id="stop1401-4"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403-9"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402-4"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective3921"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4800"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4600-0"
+       id="linearGradient4674"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.73063541,0,0,-0.92253825,-6.2785429,32.240182)"
+       x1="5.1785712"
+       y1="29.982143"
+       x2="22.616636"
+       y2="29.952965" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4600-0">
+      <stop
+         style="stop-color:#0000a9;stop-opacity:1;"
+         offset="0"
+         id="stop4602-4" />
+      <stop
+         style="stop-color:#005cf7;stop-opacity:1"
+         offset="1"
+         id="stop4604-0" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4600-0"
+       id="linearGradient4676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.73063541,0,0,-0.92253825,-6.2785429,32.240182)"
+       x1="4.9464288"
+       y1="29.952965"
+       x2="22.616636"
+       y2="29.952965" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1400-2"
+       id="linearGradient17450"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1148815,0,0,0.111489,-93.126332,-40.253526)"
+       x1="537.42401"
+       y1="580.16663"
+       x2="539.39642"
+       y2="510.39194" />
+    <linearGradient
+       id="linearGradient1400-2">
+      <stop
+         id="stop1401-1"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403-0"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402-40"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <inkscape:perspective
+       id="perspective4653"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5218"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5240"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5262"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5645"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5700"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.919596"
+     inkscape:cx="-2.8359847"
+     inkscape:cy="24.270728"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1081"
+     inkscape:window-height="824"
+     inkscape:window-x="25"
+     inkscape:window-y="9"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <g
+       id="g5276-9"
+       transform="matrix(0.67002124,0,0,0.5989766,18.642086,25.936903)">
+      <path
+         sodipodi:nodetypes="ccsccccsscscsc"
+         id="path3944-6-4-2"
+         d="m -13.792444,-6.6798304 c 1.077881,1.103688 3.563561,2.0013355 4.5455831,2.4182985 2.828223,0.344288 3.174277,0.0703 4.378683,-0.785846 0.783353,-0.5568425 2.075663,-1.6962945 2.738992,-2.7892842 l -0.582242,-0.764217 -1.011176,1.0706023 c -0.407353,0.3420333 -1.204766,0.7533654 -1.693491,0.9403004 -1.103827,0.390505 -1.176342,0.377901 -2.134839,0.121332 -0.538749,-0.144212 -1.277426,-0.435809 -2.153322,-1.0039463 -1.2659021,-0.8211094 -1.4599131,-1.0090704 -1.6735561,-1.5114324 0,0 2.5714311,-2.3102579 0.330816,-2.0997499 -1.178375,0.110709 -4.420471,0.314893 -4.420471,0.314893 -0.270055,1.6528569 -1.909361,6.6789951 -0.497956,5.5990782 0.739388,-0.5657326 2.172979,-1.5100286 2.172979,-1.5100286 z"
+         style="fill:#8c8c8c;fill-opacity:1;stroke:#8c8c8c;stroke-width:0.74561244px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:none;display:inline" />
+      <path
+         sodipodi:nodetypes="ccsccccsscscsc"
+         id="path3944-6-49"
+         d="m -4.7343435,-13.623741 c -1.077881,-1.103688 -3.5635602,-2.001336 -4.5455822,-2.418299 -2.8282223,-0.344288 -3.1742763,-0.0703 -4.3786823,0.785846 -0.783353,0.556843 -2.075663,1.696295 -2.738992,2.789284 l 0.582242,0.764217 1.011176,-1.070602 c 0.407353,-0.342033 1.204766,-0.753365 1.693491,-0.9403 1.103827,-0.390505 1.176342,-0.377901 2.134839,-0.121332 0.538749,0.144212 1.2774253,0.435809 2.1533213,1.003946 1.265902,0.821109 1.4599131,1.00907 1.6735561,1.511432 0,0 -2.5714311,2.3102584 -0.3308164,2.0997504 1.1783745,-0.110709 4.4204705,-0.314893 4.4204705,-0.314893 0.270055,-1.6528574 1.909362,-6.6789954 0.497956,-5.5990784 -0.739388,0.565733 -2.172979,1.510029 -2.172979,1.510029 z"
+         style="fill:#8c8c8c;fill-opacity:1;stroke:#8c8c8c;stroke-width:0.74561244px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:none;display:inline" />
+      <path
+         sodipodi:nodetypes="ccsccccsscscsc"
+         id="path3944-1"
+         d="m -5.2021682,-14.346968 c -1.077881,-1.103688 -3.5635609,-2.001336 -4.5455829,-2.418299 -2.8282209,-0.344288 -3.1742749,-0.0703 -4.3786809,0.785846 -0.783353,0.556843 -2.075663,1.696295 -2.738992,2.789284 l 0.582242,0.764217 1.011176,-1.070602 c 0.407353,-0.342033 1.204766,-0.753365 1.693491,-0.9403 1.103827,-0.390505 1.176342,-0.377901 2.134839,-0.121332 0.538749,0.144212 1.277425,0.435809 2.15332,1.003946 1.2659023,0.821109 1.4599134,1.00907 1.6735564,1.511432 0,0 -2.5714304,2.310259 -0.3308164,2.099751 1.1783748,-0.110709 4.4204701,-0.314893 4.4204701,-0.314893 0.2700551,-1.652858 1.9093621,-6.678996 0.4979566,-5.599079 -0.7393886,0.565733 -2.1729789,1.510029 -2.1729789,1.510029 z"
+         style="fill:#0049ea;fill-opacity:1;stroke:#0049ea;stroke-width:0.74561244px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:none;display:inline" />
+      <path
+         sodipodi:nodetypes="ccsccccsscscsc"
+         id="path3944-2-5"
+         d="m -14.506729,-7.0816157 c 1.077881,1.1036879 3.563562,2.0013359 4.5455841,2.4182989 2.8282207,0.344288 3.1742747,0.0703 4.3786807,-0.785846 0.783353,-0.556843 2.075663,-1.6962949 2.738992,-2.7892839 l -0.582242,-0.764217 -1.011176,1.070602 c -0.407353,0.342033 -1.204766,0.753365 -1.693491,0.9403 -1.103827,0.390505 -1.176342,0.377901 -2.1348387,0.121332 -0.538749,-0.144212 -1.277425,-0.435809 -2.1533201,-1.003946 -1.265903,-0.821109 -1.459914,-1.00907 -1.673557,-1.511432 0,0 2.5714311,-2.3102593 0.330817,-2.0997513 -1.178376,0.110709 -4.420471,0.314893 -4.420471,0.314893 -0.270055,1.6528583 -1.909362,6.6789962 -0.497957,5.5990792 0.739389,-0.5657329 2.172979,-1.5100289 2.172979,-1.5100289 z"
+         style="fill:#0049ea;fill-opacity:1;stroke:#0049ea;stroke-width:0.74561244px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;marker-end:none;display:inline" />
+    </g>
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="4.5834389"
+       inkscape:original="M 547.25 494.90625 C 547.15581 494.91224 547.06196 494.92267 546.96875 494.9375 C 546.73282 494.97719 546.68628 494.99521 546.84375 494.96875 C 524.84282 498.66333 486.64226 504.70723 464.125 512.78125 C 463.15567 513.13537 462.43455 513.95957 462.21875 514.96875 C 462.15787 515.25343 462.16594 515.52974 462.1875 515.8125 C 462.05699 516.6851 462.30033 517.57519 462.90625 518.25 C 470.3466 526.58465 475.04831 536.96666 477.65625 546.5625 C 480.26419 556.15834 480.71815 565.04611 480 569.8125 C 479.30782 574.40653 476.22839 582.0513 474.59375 588.9375 C 473.77643 592.3806 473.25435 595.69511 473.90625 598.84375 C 474.55815 601.99239 477.07104 604.95638 480.71875 605.78125 C 480.7809 605.79364 480.84344 605.80407 480.90625 605.8125 C 502.83748 609.49724 508.3071 611.152 530.28125 619.03125 C 531.00412 619.2851 531.77801 619.24067 532.46875 618.9375 C 532.87181 618.81636 533.26667 618.66906 533.71875 618.53125 C 555.08828 610.94998 576.58139 605.04634 597.875 601.46875 C 597.95919 601.45151 598.0426 601.43065 598.125 601.40625 C 601.50992 600.51027 603.68441 597.45149 604.21875 594.40625 C 604.75309 591.36101 604.30268 588.11024 603.59375 584.6875 C 602.17588 577.84201 599.46382 570.20636 598.75 565.46875 C 598.03185 560.70236 598.51706 551.81459 601.125 542.21875 C 603.73294 532.62291 608.43467 522.24088 615.875 513.90625 C 616.46759 513.24343 616.73797 512.38142 616.625 511.53125 C 616.62371 511.52157 616.62638 511.50967 616.625 511.5 C 616.65564 511.14932 616.62753 510.78679 616.53125 510.4375 C 616.25916 509.45037 615.50959 508.67713 614.53125 508.375 C 592.67011 501.65325 570.38545 497.83074 547.875 494.9375 C 547.66833 494.90533 547.45885 494.89485 547.25 494.90625 z "
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       id="path2509"
+       d="m 546.96875,490.34375 c -0.23806,0.0151 -0.48339,0.0251 -0.71875,0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 c -0.0317,0.005 -0.11088,0.0312 -0.125,0.0312 -0.0108,3e-5 -0.0855,0.0319 -0.0937,0.0312 -21.96366,3.68725 -60.08126,9.62515 -83.4375,18 -2.43418,0.88927 -4.2668,2.9793 -4.8125,5.53125 -0.10696,0.50016 -0.0565,0.7502 -0.0625,1.125 l -0.0312,0 c -0.0108,0.072 0.009,0.14644 0,0.21875 0.003,0.24894 -0.0434,0.65366 -0.0312,0.8125 l 0.0937,0 c -0.0183,1.83625 0.48802,3.71599 1.78125,5.15625 6.81992,7.63965 11.25702,17.37965 13.71875,26.4375 2.45539,9.03454 2.80069,17.72005 2.25,21.375 -0.5054,3.35438 -3.58641,11.3469 -5.34375,18.75 -0.86868,3.65948 -1.59862,7.65653 -0.71875,11.90625 1.01022,4.87929 4.80257,9.22277 10.3125,10.46875 a 4.5838972,4.5838972 0 0 0 0.0937,0.0312 c 0.11424,0.0228 0.22811,0.0137 0.34375,0.0312 l 0,0.0312 c 21.83291,3.66822 26.6239,5.1335 48.5625,13 a 4.5838972,4.5838972 0 0 0 0.0312,0 c 1.65543,0.58134 3.42716,0.45744 5,-0.0937 l 0.0312,0.0625 c 0.2487,-0.0747 0.34809,-0.12637 0.53125,-0.1875 0.25406,-0.0848 0.57988,-0.16689 0.75,-0.21875 a 4.5838972,4.5838972 0 0 0 0.1875,-0.0625 C 556.41348,615.33558 577.64691,609.52458 598.625,606 a 4.5838972,4.5838972 0 0 0 0.15625,-0.0312 c 0.17246,-0.0353 0.36217,-0.0779 0.53125,-0.125 0.0399,-0.0111 0.0853,-0.0195 0.125,-0.0312 l 0,-0.0312 c 5.32424,-1.47423 8.47849,-6.01878 9.28125,-10.59375 0.70608,-4.02399 0.12263,-7.82792 -0.625,-11.4375 -1.51601,-7.31931 -4.24541,-15.20497 -4.8125,-18.96875 -0.54777,-3.63558 -0.17657,-12.33151 2.28125,-21.375 2.46172,-9.05784 6.89885,-18.79788 13.71875,-26.4375 1.22901,-1.37466 1.77551,-3.20261 1.78125,-5.0625 l 0.125,0 c 0.0185,-0.21144 -0.0635,-0.44091 -0.0625,-0.65625 -0.009,-0.10683 0.0454,-0.20569 0.0312,-0.3125 0.17307,1.29873 0.1925,1.25512 0,-0.0937 l -0.0625,0 c -0.0259,-0.53834 -0.004,-1.07327 -0.15625,-1.625 -0.68218,-2.47491 -2.6082,-4.46081 -5.0625,-5.21875 -22.18929,-6.82265 -44.6866,-10.65484 -67.28125,-13.5625 -0.001,-1.8e-4 0.001,-0.0311 0,-0.0312 -0.0409,-0.006 -0.084,0.006 -0.125,0 -0.48237,-0.067 -0.98206,-0.0891 -1.46875,-0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 z"
+       transform="matrix(0.09182455,0,0,0.08701405,-37.666213,-38.991314)" />
+    <path
+       style="fill:#a55959;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.680624,3.9829613 c -0.0088,5.213e-4 -0.01747,0.00143 -0.02614,0.00271 -0.02191,0.00344 -0.02625,0.00502 -0.01164,0.00271 -0.07394,0.01188 -0.139637,0.051177 -0.182253,0.1090028 -0.04261,0.057825 -0.05854,0.1292995 -0.04419,0.1982647 0.376652,1.8036128 -0.03921,3.5561928 -0.150962,4.5464838 -0.03422,0.3031737 -0.138845,0.70335 -0.22934,1.1121483 -0.0905,0.4088011 -0.168701,0.8256191 -0.124834,1.2046031 0.01128,0.09021 0.07168,0.168475 0.159668,0.206658 l 0,0.03263 c 0.03076,-9.36e-4 0.06909,-0.0016 0.116126,-0.0055 l 0,-0.0028 c 0.0097,4.74e-4 0.01936,4.74e-4 0.02903,0 0.855753,-0.08218 1.668499,-0.624658 2.714385,-1.5825672 1.04588,-0.9579102 2.336501,-2.3525842 4.125285,-4.2283402 0.06367,-0.066192 0.0869,-0.1582298 0.06163,-0.2441208 -0.02528,-0.085894 -0.09558,-0.1537842 -0.186461,-0.1800711 -2.030873,-0.5848866 -4.101089,-0.9174997 -6.192284,-1.1692515 -0.0192,-0.0028 -0.03866,-0.00371 -0.05806,-0.00271 z"
+       id="path2444" />
+    <path
+       style="fill:#aa6262;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.657397,3.9856803 c -0.0048,7.883e-4 -0.0097,0.00169 -0.01452,0.00271 -2.043852,0.3214846 -5.5926394,0.8473893 -7.6844653,1.5499415 -0.09005,0.030813 -0.156873,0.1028124 -0.176921,0.1906248 -0.02004,0.087811 0.0095,0.1791129 0.07822,0.241725 1.9750147,1.802581 3.3412108,3.1758537 4.4417247,4.0950984 1.1005136,0.919247 1.9710076,1.414869 2.9146976,1.324246 0.07407,-0.0068 0.142148,-0.04118 0.189048,-0.09531 0.04689,-0.05414 0.06872,-0.123606 0.06062,-0.192914 -0.03041,-0.262686 0.02866,-0.64636 0.116114,-1.041449 0.08747,-0.3950853 0.197114,-0.8009866 0.238056,-1.1638114 0.103164,-0.914129 0.549524,-2.76515 0.145157,-4.7014762 C 12.937228,4.0603762 12.802778,3.9689 12.6574,3.9856876 z"
+       id="path2453" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#df421e;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect3807-82"
+       width="3.6254282"
+       height="3.3393273"
+       x="6.7967377"
+       y="3.1216929" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 5.0367937,5.5791236 c -0.106984,0.0057 -0.201016,0.068315 -0.241878,0.1610973 -0.04086,0.092784 -0.02132,0.1992943 0.05028,0.2739727 0.691198,0.725232 1.127979,1.628612 1.370256,2.463586 0.2422724,0.8349728 0.2844455,1.6083354 0.2177284,2.0230794 -0.0643,0.399745 -0.3503744,1.064945 -0.5022334,1.664143 -0.07592,0.299598 -0.124431,0.588006 -0.06387,0.86198 0.06056,0.273978 0.294004,0.531887 0.6328745,0.603662 0.0058,0.0011 0.01158,0.0019 0.01742,0.0028 2.0373876,0.320624 2.545507,0.46461 4.5868788,1.150217 0.08139,0.02677 0.171448,0.01673 0.24386,-0.02719 1.316034,-0.797276 2.191354,-1.271774 2.781154,-1.694055 0.589804,-0.422279 0.911776,-0.841713 0.97544,-1.405819 0.03967,-0.351608 -0.130926,-0.699626 -0.377404,-1.087745 -0.246477,-0.388122 -0.588458,-0.8120902 -0.972533,-1.2481096 -0.768156,-0.8720348 -1.7047,-1.7913068 -2.345692,-2.4880578 -0.04646,-0.05074 -0.111913,-0.08286 -0.182895,-0.08973 -2.1900488,-0.199721 -4.0647323,-0.470971 -6.0790623,-1.147498 -0.03522,-0.012355 -0.07275,-0.017904 -0.110321,-0.016312 z"
+       id="path2442" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 18.846775,5.2011565 c -0.03796,1.374e-4 -0.07551,0.00757 -0.110317,0.021752 -1.903851,0.7786701 -5.428436,1.3976951 -7.562539,1.5173061 -0.126826,0.0079 -0.23191,0.09511 -0.255471,0.212097 -0.405988,1.938024 0.03903,3.7895274 0.142252,4.7042004 0.061,0.540526 0.23315,1.197267 0.33966,1.723964 0.07105,0.351368 0.218596,1.408814 -0.296116,1.403103 0.125233,0.03113 0.207345,-0.01152 0.319341,-0.04351 1.985202,-0.659678 3.981883,-1.173377 5.960034,-1.48468 0.0078,-0.0014 0.01557,-0.0032 0.02322,-0.0055 0.314453,-0.07796 0.51646,-0.344121 0.5661,-0.609099 0.04964,-0.264979 0.0078,-0.547841 -0.05806,-0.845667 C 17.783161,11.199468 17.531214,10.535061 17.4649,10.12282 17.39818,9.7080757 17.44326,8.9347156 17.685536,8.0997416 c 0.242274,-0.834971 0.679059,-1.738353 1.370256,-2.4635838 0.0734,-0.0769 0.09164,-0.1860099 0.04645,-0.2800787 C 19.057052,5.2620161 18.9569,5.2006309 18.846769,5.2010868 z"
+       id="path2440"
+       sodipodi:nodetypes="csccsscccsssssssc" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       d="m 10.767592,6.9255336 c -0.0728,1.743817 0.100368,3.2581864 0.13644,4.1398734 0.0305,0.74515 0.167088,1.651119 0.243859,2.377205 0.03744,0.354166 0.09337,1.229444 -0.08035,1.671363 l 0.373558,-0.0375 c -0.111997,0.04327 -0.194106,0.101002 -0.31934,0.05888 0.514712,0.0077 0.367169,-1.423315 0.296116,-1.898821 -0.106513,-0.71278 -0.278658,-1.60155 -0.339659,-2.333045 -0.07096,-0.851009 -0.304165,-2.3023984 -0.31063,-3.9779574 z"
+       id="path2495"
+       sodipodi:nodetypes="csssccssc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 4.9436997,5.7964742 1.8591687,0.4355314 1.6425673,0.313582 2.2743233,0.27874 1.064958,-0.03484 1.985522,-0.261318 2.725576,-0.5749017 1.02886,-0.2613188 0.667857,-0.1742124 0.758107,-0.1742122"
+       id="path3664-7"
+       sodipodi:nodetypes="cccccccccc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#df421e;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect3807-82-2"
+       width="3.6254282"
+       height="3.3393273"
+       x="13.231513"
+       y="1.1435542" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/changesetdialog.svg
===================================================================
--- /trunk/resources/images/dialogs/changesetdialog.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/changesetdialog.svg	(revision 16006)
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.47 r22583"
+   version="1.0"
+   sodipodi:docname="changesetdialog.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.5-ws\JOSM\images\dialogs\changesetdialog.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient1400">
+      <stop
+         id="stop1401"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.67843139;" />
+      <stop
+         id="stop1403"
+         offset="0.56999999"
+         style="stop-color:#000000;stop-opacity:0.32941177;" />
+      <stop
+         id="stop1402"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1400"
+       id="linearGradient17450"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.1148815,0,0,0.111489,-49.944348,-46.709945)"
+       x1="537.42401"
+       y1="580.16663"
+       x2="539.39642"
+       y2="510.39194" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="6.1230318e-14 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective3269"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4004"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4054"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4104"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5972"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.919596"
+     inkscape:cx="12.328623"
+     inkscape:cy="-6.4865044"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1025"
+     inkscape:window-height="824"
+     inkscape:window-x="215"
+     inkscape:window-y="180"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="inkscape:offset"
+       inkscape:radius="4.5834389"
+       inkscape:original="M 547.25 494.90625 C 547.15581 494.91224 547.06196 494.92267 546.96875 494.9375 C 546.73282 494.97719 546.68628 494.99521 546.84375 494.96875 C 524.84282 498.66333 486.64226 504.70723 464.125 512.78125 C 463.15567 513.13537 462.43455 513.95957 462.21875 514.96875 C 462.15787 515.25343 462.16594 515.52974 462.1875 515.8125 C 462.05699 516.6851 462.30033 517.57519 462.90625 518.25 C 470.3466 526.58465 475.04831 536.96666 477.65625 546.5625 C 480.26419 556.15834 480.71815 565.04611 480 569.8125 C 479.30782 574.40653 476.22839 582.0513 474.59375 588.9375 C 473.77643 592.3806 473.25435 595.69511 473.90625 598.84375 C 474.55815 601.99239 477.07104 604.95638 480.71875 605.78125 C 480.7809 605.79364 480.84344 605.80407 480.90625 605.8125 C 502.83748 609.49724 508.3071 611.152 530.28125 619.03125 C 531.00412 619.2851 531.77801 619.24067 532.46875 618.9375 C 532.87181 618.81636 533.26667 618.66906 533.71875 618.53125 C 555.08828 610.94998 576.58139 605.04634 597.875 601.46875 C 597.95919 601.45151 598.0426 601.43065 598.125 601.40625 C 601.50992 600.51027 603.68441 597.45149 604.21875 594.40625 C 604.75309 591.36101 604.30268 588.11024 603.59375 584.6875 C 602.17588 577.84201 599.46382 570.20636 598.75 565.46875 C 598.03185 560.70236 598.51706 551.81459 601.125 542.21875 C 603.73294 532.62291 608.43467 522.24088 615.875 513.90625 C 616.46759 513.24343 616.73797 512.38142 616.625 511.53125 C 616.62371 511.52157 616.62638 511.50967 616.625 511.5 C 616.65564 511.14932 616.62753 510.78679 616.53125 510.4375 C 616.25916 509.45037 615.50959 508.67713 614.53125 508.375 C 592.67011 501.65325 570.38545 497.83074 547.875 494.9375 C 547.66833 494.90533 547.45885 494.89485 547.25 494.90625 z "
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       id="path2509"
+       d="m 546.96875,490.34375 c -0.23806,0.0151 -0.48339,0.0251 -0.71875,0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 c -0.0317,0.005 -0.11088,0.0312 -0.125,0.0312 -0.0108,3e-5 -0.0855,0.0319 -0.0937,0.0312 -21.96366,3.68725 -60.08126,9.62515 -83.4375,18 -2.43418,0.88927 -4.2668,2.9793 -4.8125,5.53125 -0.10696,0.50016 -0.0565,0.7502 -0.0625,1.125 l -0.0312,0 c -0.0108,0.072 0.009,0.14644 0,0.21875 0.003,0.24894 -0.0434,0.65366 -0.0312,0.8125 l 0.0937,0 c -0.0183,1.83625 0.48802,3.71599 1.78125,5.15625 6.81992,7.63965 11.25702,17.37965 13.71875,26.4375 2.45539,9.03454 2.80069,17.72005 2.25,21.375 -0.5054,3.35438 -3.58641,11.3469 -5.34375,18.75 -0.86868,3.65948 -1.59862,7.65653 -0.71875,11.90625 1.01022,4.87929 4.80257,9.22277 10.3125,10.46875 a 4.5838972,4.5838972 0 0 0 0.0937,0.0312 c 0.11424,0.0228 0.22811,0.0137 0.34375,0.0312 l 0,0.0312 c 21.83291,3.66822 26.6239,5.1335 48.5625,13 a 4.5838972,4.5838972 0 0 0 0.0312,0 c 1.65543,0.58134 3.42716,0.45744 5,-0.0937 l 0.0312,0.0625 c 0.2487,-0.0747 0.34809,-0.12637 0.53125,-0.1875 0.25406,-0.0848 0.57988,-0.16689 0.75,-0.21875 a 4.5838972,4.5838972 0 0 0 0.1875,-0.0625 C 556.41348,615.33558 577.64691,609.52458 598.625,606 a 4.5838972,4.5838972 0 0 0 0.15625,-0.0312 c 0.17246,-0.0353 0.36217,-0.0779 0.53125,-0.125 0.0399,-0.0111 0.0853,-0.0195 0.125,-0.0312 l 0,-0.0312 c 5.32424,-1.47423 8.47849,-6.01878 9.28125,-10.59375 0.70608,-4.02399 0.12263,-7.82792 -0.625,-11.4375 -1.51601,-7.31931 -4.24541,-15.20497 -4.8125,-18.96875 -0.54777,-3.63558 -0.17657,-12.33151 2.28125,-21.375 2.46172,-9.05784 6.89885,-18.79788 13.71875,-26.4375 1.22901,-1.37466 1.77551,-3.20261 1.78125,-5.0625 l 0.125,0 c 0.0185,-0.21144 -0.0635,-0.44091 -0.0625,-0.65625 -0.009,-0.10683 0.0454,-0.20569 0.0312,-0.3125 0.17307,1.29873 0.1925,1.25512 0,-0.0937 l -0.0625,0 c -0.0259,-0.53834 -0.004,-1.07327 -0.15625,-1.625 -0.68218,-2.47491 -2.6082,-4.46081 -5.0625,-5.21875 -22.18929,-6.82265 -44.6866,-10.65484 -67.28125,-13.5625 -0.001,-1.8e-4 0.001,-0.0311 0,-0.0312 -0.0409,-0.006 -0.084,0.006 -0.125,0 -0.48237,-0.067 -0.98206,-0.0891 -1.46875,-0.0625 a 4.5838972,4.5838972 0 0 0 -0.0312,0 z"
+       transform="matrix(0.13029953,0,0,0.13105457,-58.548126,-58.336584)" />
+    <path
+       style="fill:#a55959;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.894304,6.3883119 c -0.01249,7.847e-4 -0.02479,0.00211 -0.03709,0.00407 -0.03109,0.00512 -0.03725,0.00753 -0.01652,0.00407 -0.104921,0.017893 -0.198145,0.077084 -0.258618,0.1641728 -0.06046,0.0871 -0.08307,0.1947413 -0.06271,0.2986131 0.534472,2.7164778 -0.05564,5.3560911 -0.214215,6.8476011 -0.04856,0.456619 -0.197022,1.059336 -0.325435,1.675041 -0.12842,0.615708 -0.239388,1.243489 -0.17714,1.814289 0.01601,0.135868 0.101714,0.253745 0.226569,0.311254 l 0,0.04914 c 0.04365,-0.0014 0.09804,-0.0024 0.164784,-0.0083 l 0,-0.0042 c 0.01376,7.14e-4 0.02747,7.14e-4 0.04119,0 1.214317,-0.123774 2.367608,-0.940817 3.851726,-2.383552 1.484109,-1.442738 3.315507,-3.543302 5.853802,-6.3684364 0.09035,-0.099691 0.123311,-0.2383136 0.08745,-0.3676767 C 21.992235,8.2950333 21.892479,8.1927745 21.763519,8.1531843 18.881699,7.2722678 15.944052,6.771309 12.976635,6.3921375 c -0.02725,-0.00422 -0.05486,-0.00557 -0.08239,-0.00407 z"
+       id="path2444" />
+    <path
+       style="fill:#aa6262;fill-opacity:1;stroke:none;display:inline"
+       d="m 12.861345,6.3924071 c -0.0068,0.00119 -0.01376,0.00256 -0.0206,0.00407 C 9.9405042,6.8806722 4.9047593,7.6727526 1.9364485,8.7308896 1.808667,8.7772935 1.7138448,8.8857379 1.6853966,9.0179943 1.6569598,9.1502477 1.6988772,9.287762 1.7963912,9.3820654 4.5989466,12.096987 6.5375832,14.165317 8.099217,15.54982 c 1.5616353,1.384505 2.796871,2.130977 4.135972,1.994487 0.105106,-0.01024 0.201709,-0.06202 0.26826,-0.14355 0.06654,-0.08154 0.09751,-0.186166 0.08602,-0.290553 -0.04315,-0.39564 0.04067,-0.973503 0.164767,-1.568558 0.12412,-0.595049 0.279705,-1.20639 0.337802,-1.752852 0.146391,-1.376798 0.779778,-4.1646798 0.205979,-7.0810407 C 13.258427,6.504894 13.067641,6.3671191 12.861349,6.3924026 z"
+       id="path2453" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#df421e;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect3807-82"
+       width="5.1445017"
+       height="5.0294647"
+       x="4.5450468"
+       y="5.0911288" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="M 2.0476729,8.7923412 C 1.8958621,8.8009262 1.7624302,8.895225 1.7044468,9.0349759 1.6464662,9.1747148 1.6741936,9.3351388 1.7757944,9.4476137 2.756608,10.53991 3.3764026,11.900518 3.7201949,13.158099 c 0.3437853,1.257579 0.403629,2.422363 0.3089572,3.047021 -0.091242,0.602068 -0.4971825,1.603947 -0.7126713,2.506417 -0.1077309,0.451234 -0.1765682,0.885615 -0.090632,1.298255 0.085935,0.412647 0.4171932,0.801092 0.8980515,0.909194 0.00823,0.0017 0.016432,0.0029 0.024719,0.0042 2.8910616,0.482901 3.6120838,0.699763 6.5088014,1.732377 0.115493,0.04032 0.243286,0.0252 0.346039,-0.04095 1.867459,-1.200803 3.109542,-1.915459 3.946472,-2.551469 0.836935,-0.636008 1.293815,-1.267731 1.384154,-2.117348 0.05629,-0.529568 -0.185784,-1.053729 -0.535538,-1.638287 C 15.448796,15.722965 14.963523,15.084414 14.418519,14.427712 13.328501,13.114311 11.99954,11.729767 11.089969,10.680368 11.024042,10.603947 10.931164,10.55557 10.83044,10.545223 7.7227506,10.244419 5.0625669,9.8358793 2.2042233,8.8169409 2.1542459,8.7983401 2.1009907,8.7899811 2.0476772,8.7923759 z"
+       id="path2442" />
+    <path
+       style="fill:#c08a8a;fill-opacity:1;stroke:none;display:inline"
+       d="m 21.644105,8.2230734 c -0.05386,2.078e-4 -0.107149,0.011446 -0.15654,0.032758 -2.701575,1.1727791 -7.70298,2.1051133 -10.731283,2.2852633 -0.179967,0.0119 -0.329082,0.143248 -0.362515,0.319444 -0.576099,2.91892 0.05538,5.707525 0.201856,7.085143 0.08656,0.814103 0.330842,1.803241 0.48198,2.596516 0.10082,0.529206 0.310189,2.121858 -0.42019,2.113257 0.177706,0.04689 0.294223,-0.01735 0.453146,-0.06553 2.817012,-0.993562 5.650313,-1.76726 8.45732,-2.236123 0.01107,-0.0021 0.02209,-0.0048 0.03295,-0.0083 0.446211,-0.117418 0.73286,-0.518291 0.803299,-0.917383 0.07044,-0.399093 0.01107,-0.82512 -0.08239,-1.273685 -0.186909,-0.897134 -0.544423,-1.897819 -0.638523,-2.518706 -0.09468,-0.62466 -0.03071,-1.789442 0.313084,-3.047023 0.343788,-1.257575 0.963588,-2.6181871 1.9444,-3.7104786 0.104155,-0.1158215 0.130038,-0.2801555 0.06591,-0.4218357 C 21.942489,8.314738 21.800373,8.2222796 21.644097,8.2229664 z"
+       id="path2440"
+       sodipodi:nodetypes="csccsscccsssssssc" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none;display:inline"
+       d="m 10.179702,10.820213 c -0.103304,2.626417 0.142422,4.907255 0.193609,6.23519 0.04328,1.122294 0.237098,2.486802 0.346037,3.580383 0.05313,0.53342 0.132492,1.851703 -0.114017,2.517291 l 0.530081,-0.05648 c -0.158925,0.06517 -0.275438,0.152122 -0.453146,0.08868 0.73038,0.0116 0.521015,-2.1437 0.420191,-2.859874 -0.151143,-1.07354 -0.395418,-2.412144 -0.481978,-3.513872 -0.100693,-1.281729 -0.431612,-3.467713 -0.440786,-5.991323 z"
+       id="path2495"
+       sodipodi:nodetypes="csssccssc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.49999997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 1.915572,9.1197 2.6381692,0.6559668 2.3308099,0.4722972 3.2272749,0.419819 1.511181,-0.05247 2.817466,-0.39358 3.867607,-0.8658767 1.459958,-0.3935806 0.947692,-0.2623862 1.075758,-0.2623876"
+       id="path3664"
+       sodipodi:nodetypes="cccccccccc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#df421e;stroke-width:1.5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="rect3807-82-2"
+       width="5.1445017"
+       height="5.0294647"
+       x="13.676021"
+       y="2.111794" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/collapse.svg
===================================================================
--- /trunk/resources/images/dialogs/collapse.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/collapse.svg	(revision 16006)
@@ -0,0 +1,151 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="18"
+   height="18"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="collapse.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient3184">
+      <stop
+         id="stop3186"
+         offset="0"
+         style="stop-color:#cdd5ff;stop-opacity:1;" />
+      <stop
+         id="stop3188"
+         offset="1"
+         style="stop-color:#7070e5;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3168">
+      <stop
+         style="stop-color:#edf0ff;stop-opacity:1;"
+         offset="0"
+         id="stop3170" />
+      <stop
+         style="stop-color:#00009c;stop-opacity:1;"
+         offset="1"
+         id="stop3172" />
+    </linearGradient>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2390"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3168"
+       id="linearGradient3174"
+       x1="691.98572"
+       y1="527.36224"
+       x2="586.27142"
+       y2="873.23358"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,1,1138.5714,26.182746)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3184"
+       id="linearGradient3182"
+       x1="691.98572"
+       y1="527.36224"
+       x2="586.27142"
+       y2="873.23358"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.03577284,0,0,0.03577284,589.65241,674.67516)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3168"
+       id="linearGradient3177"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.03577284,0,0,0.03577284,589.65241,674.67516)"
+       x1="691.98572"
+       y1="527.36224"
+       x2="586.27142"
+       y2="873.23358" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="12.264674"
+     inkscape:cy="4.1924138"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1268"
+     inkscape:window-height="914"
+     inkscape:window-x="0"
+     inkscape:window-y="74"
+     borderlayer="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-560.28748,-687.91285)">
+    <path
+       style="fill:url(#linearGradient3182);fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 574.52561,695.96785 3.32176,-3.32177 0,12.82712 -12.52049,0 4.03722,-4.03722 c 0,0 -1.5429,-6.31057 -8.63659,-3.7306 5.87997,-6.46338 9.6549,-2.69266 13.7981,-1.73753 z"
+       id="path2396"
+       sodipodi:nodetypes="ccccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.69012803;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:0.1755319;stroke-dasharray:none"
+       d="m 574.76767,696.85627 2.28032,-2.28652 0,10.16157 -9.79334,-0.0639 2.97664,-2.98568 c 0,0 -0.22426,-1.47287 -1.20081,-2.72036 -0.51815,-0.66192 -1.18015,-1.45452 -2.15845,-1.93355 -0.43416,-0.2126 -0.93224,-0.43507 -1.5162,-0.57706 -0.58396,-0.14198 -1.21768,-0.18541 -1.93215,-0.10313 2.54306,-1.88331 4.2036,-1.68326 5.75556,-1.32162 1.94863,0.5245 3.64226,1.3855 5.58843,1.83023 z"
+       id="path3190"
+       sodipodi:nodetypes="cccccsssccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:url(#linearGradient3177);fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 578.28751,691.58359 -0.75123,0.75123 -3.14019,3.1413 c -1.90267,-0.49058 -3.83585,-1.60082 -6.06797,-1.85907 -2.3213,-0.26857 -4.92573,0.49405 -7.92592,3.79192 l 0.47623,0.70987 c 3.42892,-1.2471 5.34563,-0.35985 6.51848,0.79706 0.89971,0.88748 1.32068,1.94429 1.47004,2.39455 l -3.85117,3.85117 -0.75123,0.75123 1.06201,0 12.52049,0 0.44046,0 0,-0.43934 0,-12.82792 0,-1.062 z m -0.87979,2.12513 0,11.32434 -11.01804,0 3.28551,-3.28551 0.17551,-0.17551 -0.0592,-0.24035 c 0,0 -0.40433,-1.68844 -1.77635,-3.04181 -1.15562,-1.13992 -3.0449,-2.00706 -5.80079,-1.45775 2.33123,-2.13791 4.2289,-2.54732 6.01319,-2.34088 2.07195,0.23972 4.03216,1.40544 6.19876,1.9049 l 0.23812,0.0548 0.17215,-0.17216 2.57118,-2.57005 z"
+       id="path3160"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/copyaftercurrentleft.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/copyaftercurrentleft.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/copyaftercurrentleft.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="copyaftercurrentleft.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copybeforecurrentleft.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="11.5739"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:1.01156402;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.335931"
+       height="19.273432"
+       x="10.519533"
+       y="2.4570346" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 10.3125,4.375 L 17.0625,4.3125"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 11.07251,9.54126 L 21.67749,9.58374"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.38590878;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="9.8710909"
+       height="2.6210914"
+       x="11.251954"
+       y="10.064454" />
+    <rect
+       style="fill:#ffaaaa;fill-opacity:1;fill-rule:nonzero;stroke:#ffaaaa;stroke-width:0.37186792;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3175"
+       width="10.072632"
+       height="2.3851323"
+       x="11.119932"
+       y="13.651184" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 11.01001,13.10376 L 21.61499,13.14624"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.3995261,5.4620268 L 2.3995261,19.537973 L 8.350474,12.515057 L 2.3995261,5.4620268 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.0557764,4.3682765 L 2.0557764,18.444223 L 8.006724,11.421307 L 2.0557764,4.3682765 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/copyaftercurrentright.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/copyaftercurrentright.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/copyaftercurrentright.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="copyaftercurrentright.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copybeforecurrentleft.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="10.589584"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:1.01156402;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.335931"
+       height="19.273432"
+       x="1.9570332"
+       y="2.4570346" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 1.75,4.375 L 8.5,4.3125"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.51001,9.54126 L 13.11499,9.58374"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.38590878;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="9.8710909"
+       height="2.6210914"
+       x="2.6894541"
+       y="10.064454" />
+    <rect
+       style="fill:#ffaaaa;fill-opacity:1;fill-rule:nonzero;stroke:#ffaaaa;stroke-width:0.37186792;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3175"
+       width="10.072632"
+       height="2.3851323"
+       x="2.5574322"
+       y="13.651184" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.44751,13.10376 L 13.05249,13.14624"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 22.162974,19.787973 L 22.162974,5.712027 L 16.212026,12.734943 L 22.162974,19.787973 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 21.819224,18.694223 L 21.819224,4.6182769 L 15.868276,11.641193 L 21.819224,18.694223 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/copybeforecurrentleft.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/copybeforecurrentleft.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/copybeforecurrentleft.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="copybeforecurrentleft.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copyendleft.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="11.5739"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:1.01156402;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.335931"
+       height="19.273432"
+       x="10.519533"
+       y="2.4570346" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 10.3125,4.375 L 17.0625,4.3125"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 11.07251,9.54126 L 21.67749,9.58374"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.38590878;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="9.8710909"
+       height="2.6210914"
+       x="11.251954"
+       y="10.064454" />
+    <rect
+       style="fill:#ffaaaa;fill-opacity:1;fill-rule:nonzero;stroke:#ffaaaa;stroke-width:0.37186792;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3175"
+       width="10.072632"
+       height="2.3851323"
+       x="11.182432"
+       y="6.6511846" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 11.01001,13.10376 L 21.61499,13.14624"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.3995261,5.4620268 L 2.3995261,19.537973 L 8.350474,12.515057 L 2.3995261,5.4620268 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.0557764,4.3682765 L 2.0557764,18.444223 L 8.006724,11.421307 L 2.0557764,4.3682765 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/copybeforecurrentright.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/copybeforecurrentright.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/copybeforecurrentright.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="copybeforecurrentrightsvg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copyendleft.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="11.034962"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:1.01156402;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.335931"
+       height="19.273432"
+       x="2.0195312"
+       y="2.3945346" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 1.8125,4.3125 L 8.5625,4.25"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.57251,9.47876 L 13.17749,9.52124"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.38590878;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="9.8710909"
+       height="2.6210914"
+       x="2.7519531"
+       y="10.001954" />
+    <rect
+       style="fill:#ffaaaa;fill-opacity:1;fill-rule:nonzero;stroke:#ffaaaa;stroke-width:0.37186792;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3175"
+       width="10.072632"
+       height="2.3851323"
+       x="2.6824341"
+       y="6.5886846" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.51001,13.04126 L 13.11499,13.08374"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 22.225474,20.287973 L 22.225474,6.212027 L 16.274526,13.234943 L 22.225474,20.287973 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 21.881724,19.194223 L 21.881724,5.1182769 L 15.930776,12.141193 L 21.881724,19.194223 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/copyendleft.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/copyendleft.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/copyendleft.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="copyendleft.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copystartleft.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="11.5739"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:1.01156402;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.335931"
+       height="19.273432"
+       x="10.519533"
+       y="2.4570346" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 10.3125,4.375 L 17.0625,4.3125"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 10.76001,6.4787601 L 21.36499,6.5212399"
+       id="path3165" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 10.94751,11.22876 L 21.55249,11.27124"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.382;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="7.375"
+       height="3.4375"
+       x="29.4375"
+       y="-1.1875" />
+    <rect
+       style="fill:#ffaaaa;fill-opacity:1;fill-rule:nonzero;stroke:#ffaaaa;stroke-width:0.46301931;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3175"
+       width="9.9814806"
+       height="3.7314808"
+       x="11.22801"
+       y="17.25926" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 11.01001,16.66626 L 21.61499,16.70874"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.3995261,5.4620268 L 2.3995261,19.537973 L 8.350474,12.515057 L 2.3995261,5.4620268 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.0557764,4.3682765 L 2.0557764,18.444223 L 8.006724,11.421307 L 2.0557764,4.3682765 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/copyendright.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/copyendright.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/copyendright.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="copyendright.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copystartleft.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="22.04221"
+     inkscape:cy="13.219415"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:1.01156402;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.335931"
+       height="19.273432"
+       x="2.1445332"
+       y="2.3945346" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 1.9375,4.3125 L 8.6875,4.25"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.38501,6.4162601 L 12.98999,6.45874"
+       id="path3165" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.57251,11.16626 L 13.17749,11.20874"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.382;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="7.375"
+       height="3.4375"
+       x="29.4375"
+       y="-1.1875" />
+    <rect
+       style="fill:#ffaaaa;fill-opacity:1;fill-rule:nonzero;stroke:#ffaaaa;stroke-width:0.46301931;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3175"
+       width="9.9814806"
+       height="3.7314808"
+       x="2.8530102"
+       y="17.19676" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.63501,16.60376 L 13.23999,16.64624"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 22.037974,19.787973 L 22.037974,5.712027 L 16.087026,12.734943 L 22.037974,19.787973 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 21.694224,18.694223 L 21.694224,4.618277 L 15.743276,11.641193 L 21.694224,18.694223 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/copystartleft.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/copystartleft.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/copystartleft.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="copystartleft.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copystartleft.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="11.5739"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:1.01156402;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.335931"
+       height="19.273432"
+       x="10.519533"
+       y="2.4570346" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 10.3125,4.375 L 17.0625,4.3125"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 10.76001,6.4787601 L 21.36499,6.5212399"
+       id="path3165" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 10.94751,11.22876 L 21.55249,11.27124"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.382;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="7.375"
+       height="3.4375"
+       x="29.4375"
+       y="-1.1875" />
+    <rect
+       style="fill:#ffaaaa;fill-opacity:1;fill-rule:nonzero;stroke:#ffaaaa;stroke-width:0.40588695;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3175"
+       width="10.038613"
+       height="2.8511131"
+       x="11.199444"
+       y="3.1056933" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 11.01001,16.66626 L 21.61499,16.70874"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.3995261,5.4620268 L 2.3995261,19.537973 L 8.350474,12.515057 L 2.3995261,5.4620268 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.0557764,4.3682765 L 2.0557764,18.444223 L 8.006724,11.421307 L 2.0557764,4.3682765 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/copystartright.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/copystartright.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/copystartright.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="copystartright.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copystartleft.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="11.5739"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1390"
+     inkscape:window-height="787"
+     inkscape:window-x="94"
+     inkscape:window-y="95" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:1.01156402;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.335931"
+       height="19.273432"
+       x="1.8320332"
+       y="2.5195346" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 1.625,4.4375 L 8.375,4.375"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002021;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.07251,6.5412601 L 12.67749,6.5837399"
+       id="path3165" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.26001,11.29126 L 12.86499,11.33374"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.382;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="7.375"
+       height="3.4375"
+       x="29.4375"
+       y="-1.1875" />
+    <rect
+       style="fill:#ffaaaa;fill-opacity:1;fill-rule:nonzero;stroke:#ffaaaa;stroke-width:0.40588695;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3175"
+       width="10.038613"
+       height="2.8511131"
+       x="2.5119438"
+       y="3.1681933" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62002015;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 2.32251,16.72876 L 12.92749,16.77124"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 21.537974,20.162973 L 21.537974,6.087027 L 15.587026,13.109943 L 21.537974,20.162973 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 21.194224,19.069223 L 21.194224,4.993277 L 15.243276,12.016193 L 21.194224,19.069223 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/mergeincomplete.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/mergeincomplete.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/mergeincomplete.svg	(revision 16006)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="mergeincomplete.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\mergecomplete.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="1.7844983"
+     inkscape:cy="13.711502"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="994"
+     inkscape:window-height="764"
+     inkscape:window-x="115"
+     inkscape:window-y="115" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:2.50000000000000000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3177"
+       width="9.7858524"
+       height="8.5231619"
+       x="3.1567266"
+       y="3.8150349" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/movedown.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/movedown.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/movedown.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="movedown.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\moveup.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="10.589584"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.74118823;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.606307"
+       height="10.106308"
+       x="5.9468451"
+       y="2.4468467" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 5.875,4.5 L 12.625,4.4375"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62108958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 6.3230447,5.2917947 L 17.239455,5.3332053"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.39797419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="10.546526"
+       height="2.609026"
+       x="6.5079861"
+       y="5.7579865" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.621297;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 6.3856484,8.6043984 L 17.364352,8.6456016"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 19.412973,16.087026 L 5.337027,16.087026 L 12.359943,22.037974 L 19.412973,16.087026 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 19.069223,14.993276 L 4.993277,14.993276 L 12.016193,20.944224 L 19.069223,14.993276 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/moveup.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/moveup.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/moveup.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="moveup.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copyaftercurrentright.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="10.589584"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.74118823;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.606307"
+       height="10.106308"
+       x="5.9468451"
+       y="2.4468467" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 5.875,4.5 L 12.625,4.4375"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62108958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 6.3230447,5.2917947 L 17.239455,5.3332053"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.39797419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="10.546526"
+       height="2.609026"
+       x="6.5079861"
+       y="5.7579865" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.621297;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 6.3856484,8.6043984 L 17.364352,8.6456016"
+       id="path3219" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 5.337027,22.037974 L 19.412973,22.037974 L 12.390057,16.087026 L 5.337027,22.037974 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 4.993277,20.944224 L 19.069223,20.944224 L 12.046307,14.993276 L 4.993277,20.944224 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/remove.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/remove.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/remove.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="remove.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\remove.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="10.014144"
+     inkscape:cy="10.589584"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.74118823;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="11.606307"
+       height="10.106308"
+       x="5.9468451"
+       y="2.4468467" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 5.875,4.5 L 12.625,4.4375"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.62108958;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 6.3230447,5.2917947 L 17.239455,5.3332053"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.39797419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="10.546526"
+       height="2.609026"
+       x="6.5079861"
+       y="5.7579865" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.621297;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 6.3856484,8.6043984 L 17.364352,8.6456016"
+       id="path3219" />
+    <path
+       style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="M 6,14.375 C 18.125,22.3125 18.125,22.3125 18.125,22.3125"
+       id="path3767"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#ff0000;fill-rule:evenodd;stroke:#ff0000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="M 5.8125,22.75 C 17.75,14 17.375,14.375 17.375,14.375"
+       id="path4278"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/tagconflictresolved.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/tagconflictresolved.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/tagconflictresolved.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="tagconflictresolved"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3276">
+      <stop
+         style="stop-color:#008000;stop-opacity:1;"
+         offset="0"
+         id="stop3278" />
+      <stop
+         style="stop-color:#008000;stop-opacity:0;"
+         offset="1"
+         id="stop3280" />
+    </linearGradient>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3276"
+       id="linearGradient3282"
+       x1="5.4927044"
+       y1="5.1408601"
+       x2="12.184965"
+       y2="11.896255"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="-5.028404"
+     inkscape:cy="13.711502"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="1000"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient3282);fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path2504"
+       sodipodi:cx="8.3968925"
+       sodipodi:cy="9.023634"
+       sodipodi:rx="4.7982244"
+       sodipodi:ry="4.7035227"
+       d="M 13.195117,9.023634 A 4.7982244,4.7035227 0 1 1 3.5986681,9.023634 A 4.7982244,4.7035227 0 1 1 13.195117,9.023634 z"
+       transform="translate(-0.6313453,-1.2626907)" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/tagconflictunresolved.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/tagconflictunresolved.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/tagconflictunresolved.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="tagconflictunresolved"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM-new\images\dialogs\conflict\tagconflictunresolved.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3304">
+      <stop
+         style="stop-color:#c83737;stop-opacity:1;"
+         offset="0"
+         id="stop3306" />
+      <stop
+         style="stop-color:#c83737;stop-opacity:0;"
+         offset="1"
+         id="stop3308" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3276">
+      <stop
+         style="stop-color:#c83737;stop-opacity:1;"
+         offset="0"
+         id="stop3278" />
+      <stop
+         style="stop-color:#008000;stop-opacity:0;"
+         offset="1"
+         id="stop3280" />
+    </linearGradient>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3304"
+       id="linearGradient3310"
+       x1="5.0507627"
+       y1="5.5828018"
+       x2="11.932426"
+       y2="12.085659"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="-5.028404"
+     inkscape:cy="13.711502"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="1000"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:url(#linearGradient3310);fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:0.10000000000000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path2504"
+       sodipodi:cx="8.3968925"
+       sodipodi:cy="9.023634"
+       sodipodi:rx="4.7982244"
+       sodipodi:ry="4.7035227"
+       d="M 13.195117,9.023634 A 4.7982244,4.7035227 0 1 1 3.5986681,9.023634 A 4.7982244,4.7035227 0 1 1 13.195117,9.023634 z"
+       transform="translate(-0.6313453,-1.2626907)" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/tagkeepmine.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/tagkeepmine.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/tagkeepmine.svg	(revision 16006)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="tagkeepmine.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\copyendleft.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="11.5739"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 10.149526,5.6495268 L 10.149526,19.725473 L 16.100474,12.702557 L 10.149526,5.6495268 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 9.8057764,4.5557765 L 9.8057764,18.631723 L 15.756724,11.608807 L 9.8057764,4.5557765 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/tagkeeptheir.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/tagkeeptheir.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/tagkeeptheir.svg	(revision 16006)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="tagkeeptheir.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\tagkeepmine.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="11.801115"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 14.975474,19.725473 L 14.975474,5.6495269 L 9.024526,12.672443 L 14.975474,19.725473 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 14.631724,18.631723 L 14.631724,4.5557769 L 8.6807759,11.578693 L 14.631724,18.631723 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/conflict/tagundecide.svg
===================================================================
--- /trunk/resources/images/dialogs/conflict/tagundecide.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/conflict/tagundecide.svg	(revision 16006)
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="tagundecide.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM\images\dialogs\conflict\tagundecide.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.982894"
+     inkscape:cy="11.801115"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 8.287974,19.850473 L 8.287974,5.7745269 L 2.337026,12.797443 L 8.287974,19.850473 z"
+       id="path3221"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 7.944224,18.756723 L 7.944224,4.6807769 L 1.9932759,11.703693 L 7.944224,18.756723 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 16.258901,5.696402 L 16.258901,19.772348 L 22.209849,12.749432 L 16.258901,5.696402 z"
+       id="path2508"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.98654306;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 15.915151,4.602652 L 15.915151,18.678598 L 21.866099,11.655682 L 15.915151,4.602652 z"
+       id="path2510"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/delete.svg
===================================================================
--- /trunk/resources/images/dialogs/delete.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/delete.svg	(revision 16006)
@@ -0,0 +1,708 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   height="48"
+   width="48"
+   version="1.0"
+   sodipodi:docname="delete2.svg"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview106"
+     showgrid="false"
+     inkscape:zoom="1.4142136"
+     inkscape:cx="7.0477325"
+     inkscape:cy="34.149534"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient4131">
+      <stop
+         id="stop4133"
+         stop-color="#fff"
+         offset="0" />
+      <stop
+         id="stop4135"
+         stop-color="#fff"
+         stop-opacity="0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4478">
+      <stop
+         id="stop4480"
+         offset="0" />
+      <stop
+         id="stop4482"
+         stop-opacity="0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3147">
+      <stop
+         id="stop3149"
+         offset="0" />
+      <stop
+         id="stop3151"
+         stop-color="#fff"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3218"
+       y2="16.280224"
+       gradientUnits="userSpaceOnUse"
+       x2="-4.3679562"
+       y1="18.571865"
+       x1="36.648621">
+      <stop
+         id="stop3214"
+         stop-color="#555753"
+         offset="0" />
+      <stop
+         id="stop3233"
+         stop-color="#d5d9d2"
+         offset="0.99" />
+      <stop
+         id="stop3216"
+         stop-color="#888a85"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3323"
+       y2="12.481495"
+       gradientUnits="userSpaceOnUse"
+       x2="7.5960913"
+       y1="15.39831"
+       x1="20.539999">
+      <stop
+         id="stop3327"
+         stop-color="#6d6f6a"
+         offset="0" />
+      <stop
+         id="stop3329"
+         stop-color="#e7e8e5"
+         offset="0.80142856" />
+      <stop
+         id="stop3331"
+         stop-color="#999b96"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="radialGradient3341"
+       xlink:href="#linearGradient4131"
+       gradientUnits="userSpaceOnUse"
+       cy="27.858"
+       cx="18.034"
+       gradientTransform="matrix(1.0764847,-0.22396096,0.05618656,0.27006859,-1.3080586,13.863602)"
+       r="15.447"
+       fx="18.034"
+       fy="27.858" />
+    <linearGradient
+       id="linearGradient3359"
+       y2="20.609"
+       gradientUnits="userSpaceOnUse"
+       x2="15.96"
+       y1="17.061749"
+       x1="20.146519"
+       gradientTransform="matrix(0.96774,0,0,0.83333,0.77419,1.5833)">
+      <stop
+         id="stop3355"
+         stop-color="#babdb6"
+         offset="0" />
+      <stop
+         id="stop3357"
+         stop-color="#fff"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="radialGradient3454"
+       gradientUnits="userSpaceOnUse"
+       cy="12.219"
+       cx="23.969"
+       gradientTransform="matrix(1.2846519,0,0,0.4477622,-6.7905103,34.71878)"
+       r="14.969">
+      <stop
+         id="stop3450"
+         offset="0" />
+      <stop
+         id="stop3452"
+         stop-opacity="0"
+         offset="1" />
+    </radialGradient>
+    <linearGradient
+       id="linearGradient3505"
+       y2="10.94"
+       gradientUnits="userSpaceOnUse"
+       x2="6.25"
+       gradientTransform="translate(18)"
+       y1="9.0371952"
+       x1="6.25">
+      <stop
+         id="stop3501"
+         stop-opacity=".32317"
+         offset="0" />
+      <stop
+         id="stop3503"
+         stop-opacity="0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="radialGradient3517"
+       gradientUnits="userSpaceOnUse"
+       cy="12.5"
+       cx="24"
+       gradientTransform="matrix(0.54006,0,0,0.18002086,11.039,8.2497876)"
+       r="15.5">
+      <stop
+         id="stop3513"
+         offset="0" />
+      <stop
+         id="stop3515"
+         stop-opacity="0"
+         offset="1" />
+    </radialGradient>
+    <linearGradient
+       id="linearGradient3524"
+       y2="7.75"
+       gradientUnits="userSpaceOnUse"
+       x2="19"
+       y1="7.75"
+       x1="29">
+      <stop
+         id="stop3489"
+         stop-color="#95998e"
+         offset="0" />
+      <stop
+         id="stop3526"
+         stop-color="#fff"
+         offset=".59524" />
+      <stop
+         id="stop3491"
+         stop-color="#dfdfdb"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3554"
+       y2="10.809"
+       gradientUnits="userSpaceOnUse"
+       x2="26.127"
+       y1="9.528"
+       x1="26.464"
+       gradientTransform="scale(1,0.99999693)">
+      <stop
+         id="stop3550"
+         stop-color="#888a85"
+         offset="0" />
+      <stop
+         id="stop3552"
+         stop-color="#d3d7cf"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3563"
+       y2="-10.483"
+       gradientUnits="userSpaceOnUse"
+       x2="21.674"
+       y1="-8.5719"
+       x1="21.084"
+       gradientTransform="matrix(1,0,0.30875,-0.95114,0,0)">
+      <stop
+         id="stop3559"
+         stop-color="#d3d7cf"
+         offset="0" />
+      <stop
+         id="stop3561"
+         stop-color="#eeeeec"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="radialGradient4484"
+       xlink:href="#linearGradient4478"
+       gradientUnits="userSpaceOnUse"
+       cy="10.75"
+       cx="18.75"
+       gradientTransform="matrix(0.90909,0,0,0.54544961,1.4545,4.636346)"
+       r="2.75" />
+    <radialGradient
+       id="radialGradient4488"
+       xlink:href="#linearGradient4478"
+       gradientUnits="userSpaceOnUse"
+       cy="10.75"
+       cx="18.75"
+       gradientTransform="matrix(0.90909,0,0,0.54544961,12.455,4.636346)"
+       r="2.75" />
+    <radialGradient
+       id="radialGradient2277"
+       gradientUnits="userSpaceOnUse"
+       cy="18.468"
+       cx="24"
+       gradientTransform="matrix(1,0,0,0.30363,0,14.142)"
+       r="14">
+      <stop
+         id="stop2273"
+         offset="0" />
+      <stop
+         id="stop2275"
+         stop-opacity="0"
+         offset="1" />
+    </radialGradient>
+    <radialGradient
+       id="radialGradient2275"
+       xlink:href="#linearGradient4131"
+       gradientUnits="userSpaceOnUse"
+       cy="17.987"
+       cx="12.143"
+       gradientTransform="matrix(0.89934812,-0.02275083,0.00385931,0.1525644,6.4972586,11.595607)"
+       r="15.447" />
+    <linearGradient
+       id="linearGradient3221"
+       y2="39.4375"
+       gradientUnits="userSpaceOnUse"
+       x2="39.456501"
+       y1="38.6875"
+       x1="11.871"
+       xlink:href="#linearGradient4095">
+      <stop
+         id="stop3215"
+         stop-color="#fff"
+         offset="0" />
+      <stop
+         id="stop3217"
+         stop-color="#fff"
+         stop-opacity="0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3229"
+       y2="15.446922"
+       gradientUnits="userSpaceOnUse"
+       x2="39.522095"
+       y1="16.375"
+       x1="18.247">
+      <stop
+         id="stop3225"
+         stop-color="#fff"
+         offset="0" />
+      <stop
+         id="stop3227"
+         stop-color="#fff"
+         stop-opacity="0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2297"
+       y2="25.562"
+       xlink:href="#linearGradient3147"
+       gradientUnits="userSpaceOnUse"
+       x2="20.114"
+       gradientTransform="matrix(1.1429,0,0,1,-3,1)"
+       y1="25.62"
+       x1="12.02" />
+    <linearGradient
+       id="linearGradient2300"
+       y2="25"
+       xlink:href="#linearGradient3147"
+       gradientUnits="userSpaceOnUse"
+       x2="15.672"
+       gradientTransform="matrix(0.83333,0,0,1,2.25,1)"
+       y1="24.827"
+       x1="6.8745" />
+    <linearGradient
+       id="linearGradient2305"
+       y2="24.5"
+       xlink:href="#linearGradient3147"
+       gradientUnits="userSpaceOnUse"
+       x2="37.535"
+       gradientTransform="matrix(1.25,0,0,1,-8.875,1)"
+       y1="24.787636"
+       x1="33.274273" />
+    <linearGradient
+       id="linearGradient2308"
+       y2="25.276"
+       xlink:href="#linearGradient3147"
+       gradientUnits="userSpaceOnUse"
+       x2="31.362"
+       gradientTransform="matrix(1.1429,0,0,1,-3.8571,1)"
+       y1="25.188"
+       x1="28.444117" />
+    <linearGradient
+       id="linearGradient2311"
+       y2="26.125"
+       xlink:href="#linearGradient3147"
+       gradientUnits="userSpaceOnUse"
+       x2="25.977"
+       gradientTransform="matrix(0.83333,0,0,1,3.6667,1)"
+       y1="26.125"
+       x1="21.096" />
+    <linearGradient
+       id="linearGradient4087"
+       y2="38.461"
+       xlink:href="#linearGradient4131"
+       gradientUnits="userSpaceOnUse"
+       x2="16.62"
+       gradientTransform="translate(1.0052,-5.6326e-6)"
+       y1="39.688"
+       x1="20.002" />
+    <linearGradient
+       id="linearGradient4095"
+       y2="39.023"
+       gradientUnits="userSpaceOnUse"
+       x2="21.97"
+       gradientTransform="matrix(0.61028,0,0,1,9.3454,0)"
+       y1="41"
+       x1="27.006">
+      <stop
+         id="stop4091"
+         stop-color="#fff"
+         offset="0" />
+      <stop
+         id="stop4093"
+         stop-color="#fff"
+         stop-opacity="0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4103"
+       y2="37.973"
+       xlink:href="#linearGradient4131"
+       gradientUnits="userSpaceOnUse"
+       x2="30"
+       gradientTransform="translate(-0.99704,5.0008e-4)"
+       y1="41.207"
+       x1="33.399" />
+    <linearGradient
+       id="linearGradient4137"
+       y2="32.848"
+       xlink:href="#linearGradient4131"
+       gradientUnits="userSpaceOnUse"
+       x2="36.562"
+       y1="40.76"
+       x1="36.562" />
+    <linearGradient
+       id="linearGradient4139"
+       y2="29.922"
+       xlink:href="#linearGradient4131"
+       gradientUnits="userSpaceOnUse"
+       x2="11.5"
+       y1="38.062"
+       x1="11.5" />
+    <linearGradient
+       id="linearGradient1434"
+       y2="38.211"
+       xlink:href="#linearGradient4131"
+       gradientUnits="userSpaceOnUse"
+       x2="17.216"
+       gradientTransform="matrix(0.69296,0,0,1,2.0699,-0.97775)"
+       y1="38.813"
+       x1="21.445" />
+    <linearGradient
+       id="linearGradient1438"
+       y2="37.973"
+       xlink:href="#linearGradient4131"
+       gradientUnits="userSpaceOnUse"
+       x2="30"
+       gradientTransform="matrix(0.64642,0,0,1,14.071,-0.9995)"
+       y1="41.207"
+       x1="33.399" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3524"
+       id="linearGradient956"
+       gradientUnits="userSpaceOnUse"
+       x1="29"
+       y1="7.75"
+       x2="19"
+       y2="7.75" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3524"
+       id="linearGradient958"
+       gradientUnits="userSpaceOnUse"
+       x1="25.685436"
+       y1="7.7058058"
+       x2="19"
+       y2="7.75" />
+  </defs>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+        <dc:date>2006-04-19</dc:date>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>delete</rdf:li>
+            <rdf:li>remove</rdf:li>
+            <rdf:li>trashbin</rdf:li>
+            <rdf:li>trashcan</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <path
+     inkscape:connector-curvature="0"
+     d="m 44.336773,40.190237 a 20.335387,7.0877125 0 1 1 -40.670773,0 20.335386,7.0877127 0 1 1 40.670773,0 z"
+     style="color:#000000;opacity:0.8;fill:url(#radialGradient3454);stroke-width:1.36652625"
+     id="path3445" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 22.5,7.5 c -6.757,0.234 -13,2.255 -13,5 v 27 c 0,2.766 6.441,5 14.469,5 8.028,0 14.531,-2.234 14.531,-5 v -27 c 0,-2.7656 -6.503,-5 -14.531,-5 -0.377,0 -0.756,-0.0097 -1.125,0 -0.118,0.0031 -0.228,-0.004 -0.344,0 z"
+     style="color:#000000;fill:url(#linearGradient3218);stroke:#131313;stroke-width:1.02919996;stroke-linecap:round;stroke-opacity:1"
+     id="path3089" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 22.938,8.5 C 16.357,8.6584 11.101,10.444 10.518,12.516 10.502,12.579 10.5,39.435 10.5,39.5 c 0,2 6.411,4 13.469,4 7.291,0 13.531,-2 13.531,-4 0,-0.046 0.005,-26.829 0,-26.875 C 37.225,10.342 31.26,8.5 23.969,8.5 c -0.35,0 -0.688,-0.0083 -1.031,0 z"
+     style="color:#000000;opacity:0.70980003;fill:none;stroke:url(#linearGradient3221);stroke-linecap:round"
+     id="path3226" />
+  <rect
+     x="22"
+     y="19"
+     width="4"
+     height="22"
+     ry="2"
+     rx="2"
+     style="color:#000000;opacity:0.3;fill:url(#linearGradient2311)"
+     id="rect3235" />
+  <rect
+     x="27"
+     y="18.5"
+     width="4"
+     height="22"
+     ry="2"
+     rx="2.2857001"
+     style="color:#000000;opacity:0.3;fill:url(#linearGradient2308)"
+     id="rect3237" />
+  <rect
+     x="32"
+     y="17.5"
+     width="3"
+     height="22"
+     ry="1.5"
+     rx="1.5"
+     style="color:#000000;opacity:0.3;fill:url(#linearGradient2305)"
+     id="rect3239" />
+  <rect
+     x="36"
+     y="15.5"
+     width="1"
+     height="22"
+     ry="2"
+     rx="0.5"
+     style="color:#000000;opacity:0.3"
+     id="rect3241" />
+  <rect
+     x="11"
+     y="16"
+     width="1"
+     height="22"
+     ry="2"
+     rx="0.5"
+     style="color:#000000;opacity:0.3;fill:#ffffff"
+     id="rect3243" />
+  <rect
+     x="13"
+     y="17.5"
+     width="3"
+     height="22"
+     ry="1.5"
+     rx="1.5"
+     style="color:#000000;opacity:0.5;fill:url(#linearGradient2300)"
+     id="rect3245" />
+  <rect
+     x="17"
+     y="18.5"
+     width="4"
+     height="22"
+     ry="2"
+     rx="2.2857001"
+     style="color:#000000;opacity:0.5;fill:url(#linearGradient2297)"
+     id="rect3247" />
+  <rect
+     x="22.459"
+     y="19.478001"
+     width="3.0627"
+     ry="1.5312999"
+     rx="1.5312999"
+     style="color:#000000;fill:none;stroke:url(#linearGradient4095);stroke-linecap:round"
+     height="21.023001"
+     id="rect2315" />
+  <rect
+     x="27.5"
+     y="19"
+     width="3.0058999"
+     ry="1.4917001"
+     rx="1.503"
+     style="color:#000000;opacity:0.49412004;fill:none;stroke:url(#linearGradient4103);stroke-linecap:round"
+     height="21.000999"
+     id="rect2317" />
+  <rect
+     x="17.5"
+     y="18.978001"
+     width="3.0072999"
+     ry="1.5358"
+     rx="1.7185"
+     style="color:#000000;fill:none;stroke:url(#linearGradient4087);stroke-linecap:round"
+     height="21.021999"
+     id="rect2325" />
+  <rect
+     x="36"
+     y="15.5"
+     width="1"
+     height="22"
+     ry="2"
+     rx="0.5"
+     style="color:#000000;opacity:0.4;fill:url(#linearGradient4137)"
+     id="rect4127" />
+  <rect
+     x="11"
+     y="16"
+     width="1"
+     height="22"
+     ry="2"
+     rx="0.5"
+     style="color:#000000;opacity:0.3;fill:url(#linearGradient4139)"
+     id="rect4129" />
+  <rect
+     x="13.5"
+     y="18"
+     width="2.0839"
+     ry="1.5358"
+     rx="1.7185"
+     style="color:#000000;fill:none;stroke:url(#linearGradient1434);stroke-linecap:round"
+     height="21.021999"
+     id="rect1432" />
+  <rect
+     x="32.492001"
+     y="18"
+     width="1.9431"
+     ry="0.97153997"
+     rx="0.97153997"
+     style="color:#000000;opacity:0.49412004;fill:none;stroke:url(#linearGradient1438);stroke-linecap:round"
+     height="21.000999"
+     id="rect1436" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 23.188,15.5 C 17.505,15.577 12.602,16.457 10,17.707 v 4.086 C 12.727,23.103 17.97,24 24,24 30.03,24 35.273,23.103 38,21.793 V 17.707 C 35.273,16.397 30.03,15.5 24,15.5 c -0.276,0 -0.54,-0.004 -0.812,0 z"
+     style="color:#000000;opacity:0.55294004;fill:url(#radialGradient2277)"
+     id="rect2268" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 22.419,6.5091 C 14.605,6.8165 8.498,9.3807 8.498,12.486 v 3.004 c 0,3.311 6.927,6.007 15.485,6.007 8.558,0 15.517,-2.696 15.517,-6.007 v -3.004 c 0,-3.3123 -6.959,-5.9769 -15.517,-5.9769 -0.535,0 -1.043,-0.0205 -1.564,0 z"
+     style="color:#000000;fill:url(#linearGradient3323);stroke:#000000;stroke-linecap:round;stroke-opacity:1"
+     id="path3119" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 19.5,9 19,11 h 1 c 0,-1.5 2.301,-3.9964 4,-3.9964 1.699,0 4,2.4964 4,3.9964 h 1 L 28.5,9 C 28.229,7.1691 27,4.5 24,4.5036 21,4.5072 19.758,7.255 19.5,9 Z"
+     style="color:#000000;fill:url(#linearGradient956);stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-opacity:1"
+     id="path3567" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 38.99992,12.176591 c 0,2.759989 -6.719987,4.823314 -14.99997,4.823314 -8.279983,0 -14.99997,-2.239991 -14.99997,-4.99998 0,-2.759989 6.719987,-4.99998 14.99997,-4.99998 8.279983,0 14.99997,3.033321 14.99997,5.176646 z"
+     style="color:#000000;fill:url(#linearGradient3359);stroke-width:0.89802384"
+     id="path3343" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 32.37137,10.500025 a 8.37093,2.7903 0 1 1 -16.74186,0 8.37093,2.7903 0 1 1 16.74186,0 z"
+     style="color:#000000;opacity:0.3;fill:url(#radialGradient3517);stroke-width:0.50115359"
+     id="path3507" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 22.53,7.5 C 15.216,7.7674 9.5,9.9974 9.5,12.698 v 2.612 c 0,2.881 6.484,5.225 14.494,5.225 8.01,0 14.523,-2.344 14.523,-5.225 V 12.698 C 38.517,9.8174 32.004,7.5 23.994,7.5 c -0.501,0 -0.977,-0.0178 -1.464,0 z"
+     style="color:#000000;opacity:0.56471001;fill:none;stroke:url(#linearGradient3229);stroke-linecap:round"
+     id="path3321" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 38.53219,11.6745 a 14.5161,5.1744 0 1 1 -29.0322,0 14.5161,5.1744 0 1 1 29.0322,0 z"
+     style="color:#000000;fill:none;stroke:url(#radialGradient3341);stroke-width:1.0000006;stroke-linecap:round"
+     id="path3333" />
+  <path
+     id="path4486"
+     style="color:#000000;opacity:0.55686005;fill:url(#radialGradient4488);stroke-width:0.88273293"
+     d="m 32.000435,10.499955 a 2.4999975,1.499995 0 1 1 -4.999995,0 2.4999975,1.499995 0 1 1 4.999995,0 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path4476"
+     style="color:#000000;opacity:0.55686005;fill:url(#radialGradient4484);stroke-width:0.88273293"
+     d="m 20.999935,10.499955 a 2.4999975,1.499995 0 1 1 -4.999995,0 2.4999975,1.499995 0 1 1 4.999995,0 z"
+     inkscape:connector-curvature="0" />
+  <rect
+     x="24.957001"
+     y="9.4622717"
+     width="2.5427001"
+     height="2.0376937"
+     ry="0.39095882"
+     rx="0.41802001"
+     transform="matrix(1,0,0.30875095,0.95114292,0,0)"
+     style="color:#000000;fill:url(#linearGradient3554);stroke-width:0.99999845"
+     id="rect3528" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 17.367375,10.93811 h 1.706 c 0.232,0 0.471722,-0.165498 0.538721,-0.371896 L 19.999824,9.3717726 C 20.066669,9.1658508 19.934515,8.999972 19.702515,8.999972 h -1.706 c -0.232,0 -0.471846,0.1658788 -0.538691,0.3718006 l -0.387728,1.1944414 c -0.067,0.206398 0.06528,0.371896 0.297279,0.371896 z"
+     style="color:#000000;fill:url(#linearGradient3563);stroke-width:0.97526407"
+     id="rect3530" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 19.5,9 19,11 h 1 c 0,-1.5 2.301,-3.9964 4,-3.9964 1.699,0 4,2.4964 4,3.9964 h 1 L 28.5,9 C 28.229,7.1691 27,4.5 24,4.5036 21,4.5072 19.758,7.255 19.5,9 Z"
+     style="color:#000000;fill:url(#linearGradient958)"
+     id="path3461" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 17.5,11 h 2 C 19.5,11 20,7.5 24,7.5036 28.002,7.5072 28.5,11 28.5,11 h 1.971"
+     style="color:#000000;fill:url(#linearGradient3505);stroke:#ffffff;stroke-linecap:round"
+     id="path3366" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 32.047515,11.67433 a 8.03085,2.86264 0 1 1 -16.0617,0 8.03085,2.86264 0 1 1 16.0617,0 z"
+     style="color:#000000;fill:none;stroke:url(#radialGradient2275);stroke-width:0.99998951;stroke-linecap:round"
+     id="path2273" />
+</svg>
Index: /trunk/resources/images/dialogs/down.svg
===================================================================
--- /trunk/resources/images/dialogs/down.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/down.svg	(revision 16006)
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48"
+   height="48"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45"
+   version="1.0"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   sodipodi:docname="go-down.svg"
+   inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-icon-theme/16x16/actions/go-previous.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5105">
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0"
+         id="stop5107" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop5109" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop5115" />
+      <stop
+         style="stop-color:white;stop-opacity:0;"
+         offset="1"
+         id="stop5117" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5105"
+       id="radialGradient4354"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.282946,0,13.64644)"
+       cx="11.25"
+       cy="19.03125"
+       fx="11.25"
+       fy="19.03125"
+       r="8.0625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113"
+       id="linearGradient5315"
+       x1="-0.9779641"
+       y1="15.632895"
+       x2="39.161507"
+       y2="35.856434"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,1.004639,1,0,-1.992125,-4.40594e-2)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666"
+     borderopacity="0.17254902"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313708"
+     inkscape:cx="22.926846"
+     inkscape:cy="26.467722"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="48px"
+     height="48px"
+     inkscape:showpageshadow="false"
+     showgrid="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="973"
+     inkscape:window-x="0"
+     inkscape:window-y="27" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Go down</dc:title>
+        <dc:date>August 2006</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Andreas Nilsson</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <dc:source>http://www.gnome.org</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>down</rdf:li>
+            <rdf:li>arrow</rdf:li>
+            <rdf:li>go</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:description />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.16292138;color:black;fill:url(#radialGradient4354);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="path4346"
+       sodipodi:cx="11.25"
+       sodipodi:cy="19.03125"
+       sodipodi:rx="8.0625"
+       sodipodi:ry="2.28125"
+       d="M 19.3125 19.03125 A 8.0625 2.28125 0 1 1  3.1875,19.03125 A 8.0625 2.28125 0 1 1  19.3125 19.03125 z"
+       transform="matrix(2.48062,0,0,2.410961,-3.906976,-5.38361)" />
+    <path
+       style="opacity:1;color:black;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 7.4999999,23.584222 L 24.006024,42.499979 L 40.429315,23.584222 L 32.55948,23.584222 L 32.55948,8.4999952 L 15.504348,8.4999952 L 15.504348,23.584222 L 7.4999999,23.584222 z "
+       id="path4348"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="opacity:0.35393258;color:black;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 16.007932,8.9936303 L 23.960194,8.9936303 L 23.936091,41.762497 L 8.5915669,24.147892 L 16.007932,24.147892 L 16.007932,8.9936303 z "
+       id="path4352"
+       sodipodi:nodetypes="cccccc" />
+    <path
+       style="opacity:0.35400002;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5315);stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 9.6410569,24.566683 L 24.02733,41.083322 L 38.226631,24.566683 L 31.488262,24.566683 L 31.488262,9.4999998 L 16.509928,9.4999998 L 16.509928,24.566683 L 9.6410569,24.566683 z "
+       id="path4360"
+       sodipodi:nodetypes="cccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/first.svg
===================================================================
--- /trunk/resources/images/dialogs/first.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/first.svg	(revision 16006)
@@ -0,0 +1,204 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48"
+   height="48"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45"
+   version="1.0"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   sodipodi:docname="go-first.svg"
+   inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-icon-theme/16x16/actions/go-previous.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5105">
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0"
+         id="stop5107" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop5109" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop5115" />
+      <stop
+         style="stop-color:white;stop-opacity:0;"
+         offset="1"
+         id="stop5117" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5105"
+       id="radialGradient4354"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.282946,0,13.64644)"
+       cx="11.25"
+       cy="19.03125"
+       fx="11.25"
+       fy="19.03125"
+       r="8.0625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113"
+       id="linearGradient5315"
+       x1="30.376583"
+       y1="11.133182"
+       x2="11.726276"
+       y2="41.418934"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.004639,0,0,1,52.03767,-5.462481e-2)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113"
+       id="linearGradient6723"
+       x1="11.767765"
+       y1="-4.4393449"
+       x2="41.116112"
+       y2="-7.0000062"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,-0.999994)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666"
+     borderopacity="0.17254902"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.149002"
+     inkscape:cy="20.855116"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="48px"
+     height="48px"
+     inkscape:showpageshadow="false"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="973"
+     inkscape:window-x="0"
+     inkscape:window-y="27" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Go first</dc:title>
+        <dc:date>August 2006</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Andreas Nilsson</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <dc:source>http://www.gnome.org</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>first</rdf:li>
+            <rdf:li>arrow</rdf:li>
+            <rdf:li>go</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:description />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.16292138;color:black;fill:url(#radialGradient4354);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="path4346"
+       sodipodi:cx="11.25"
+       sodipodi:cy="19.03125"
+       sodipodi:rx="8.0625"
+       sodipodi:ry="2.28125"
+       d="M 19.3125 19.03125 A 8.0625 2.28125 0 1 1  3.1875,19.03125 A 8.0625 2.28125 0 1 1  19.3125 19.03125 z"
+       transform="matrix(2.48062,0,0,2.410961,-2.906982,-5.38361)" />
+    <path
+       style="opacity:1;color:black;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 28.49779,9.4374998 L 9.4936461,25.943524 L 28.49779,42.366815 L 28.49779,34.49698 L 43.493629,34.49698 L 43.493629,17.441848 L 28.49779,17.441848 L 28.49779,9.4374998 z "
+       id="path4348"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="opacity:0.35393258;color:black;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 42.999994,17.945432 L 42.999994,25.897694 L 10.231128,25.873591 L 27.845732,10.529067 L 27.845732,17.945432 L 42.999994,17.945432 z "
+       id="path4352"
+       sodipodi:nodetypes="cccccc" />
+    <path
+       style="opacity:0.35400002;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5315);stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 27.426941,11.578557 L 10.910303,25.96483 L 27.426941,40.164131 L 27.426941,33.425762 L 42.493624,33.425762 L 42.493624,18.447428 L 27.426941,18.447428 L 27.426941,11.578557 z "
+       id="path4360"
+       sodipodi:nodetypes="cccccccc" />
+    <rect
+       style="color:black;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="rect4242"
+       width="33.000008"
+       height="4.0000119"
+       x="9.5"
+       y="-8.4999924"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="opacity:0.35400002;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6723);stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="rect6697"
+       width="31"
+       height="2.0000019"
+       x="10.499998"
+       y="-7.5"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       style="opacity:0.35400002;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect6725"
+       width="3"
+       height="16"
+       x="4.9999938"
+       y="10" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/geoimage.svg
===================================================================
--- /trunk/resources/images/dialogs/geoimage.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/geoimage.svg	(revision 16006)
@@ -0,0 +1,681 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   sodipodi:docname="camera-photo.svg"
+   sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/devices"
+   inkscape:version="0.46"
+   sodipodi:version="0.32"
+   id="svg7631"
+   height="48px"
+   width="48px"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs3">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 24 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="48 : 24 : 1"
+       inkscape:persp3d-origin="24 : 16 : 1"
+       id="perspective102" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5060"
+       id="radialGradient6719"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.774389,0,0,1.969706,112.7623,-872.8854)"
+       cx="605.71429"
+       cy="486.64789"
+       fx="605.71429"
+       fy="486.64789"
+       r="117.14286" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5060">
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0"
+         id="stop5062" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop5064" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5060"
+       id="radialGradient6717"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1891.633,-872.8854)"
+       cx="605.71429"
+       cy="486.64789"
+       fx="605.71429"
+       fy="486.64789"
+       r="117.14286" />
+    <linearGradient
+       id="linearGradient5048">
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="0"
+         id="stop5050" />
+      <stop
+         id="stop5056"
+         offset="0.5"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop5052" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5048"
+       id="linearGradient6715"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.774389,0,0,1.969706,-1892.179,-872.8854)"
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient2818">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop2820" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop2822" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2690"
+       inkscape:collect="always">
+      <stop
+         id="stop2692"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop2694"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2673">
+      <stop
+         id="stop2675"
+         offset="0.0000000"
+         style="stop-color:#8b8b8b;stop-opacity:1.0000000;" />
+      <stop
+         style="stop-color:#d3d9da;stop-opacity:1.0000000;"
+         offset="0.50000000"
+         id="stop2681" />
+      <stop
+         id="stop2677"
+         offset="1.0000000"
+         style="stop-color:#828282;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2656"
+       inkscape:collect="always">
+      <stop
+         id="stop2658"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop2660"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2631">
+      <stop
+         id="stop2633"
+         offset="0.0000000"
+         style="stop-color:#010101;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2635"
+         offset="1.0000000"
+         style="stop-color:#959595;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2615">
+      <stop
+         id="stop2617"
+         offset="0.0000000"
+         style="stop-color:#363d40;stop-opacity:1.0000000;" />
+      <stop
+         style="stop-color:#818f95;stop-opacity:1.0000000;"
+         offset="0.50000000"
+         id="stop2623" />
+      <stop
+         id="stop2619"
+         offset="1.0000000"
+         style="stop-color:#31383b;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2304">
+      <stop
+         id="stop2306"
+         offset="0.0000000"
+         style="stop-color:#353633;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2308"
+         offset="1.0000000"
+         style="stop-color:#676964;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2290">
+      <stop
+         id="stop2292"
+         offset="0"
+         style="stop-color:#555753;stop-opacity:1;" />
+      <stop
+         id="stop2294"
+         offset="1.0000000"
+         style="stop-color:#313330;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2268">
+      <stop
+         id="stop2270"
+         offset="0"
+         style="stop-color:#555753;stop-opacity:1;" />
+      <stop
+         id="stop2272"
+         offset="1.0000000"
+         style="stop-opacity:1.0000000;stop-color:#141514" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2230">
+      <stop
+         style="stop-color:#eeeeee;stop-opacity:1;"
+         offset="0"
+         id="stop2232" />
+      <stop
+         style="stop-color:#a2a2a2;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop2234" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3301">
+      <stop
+         id="stop3303"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop3305"
+         offset="1.0000000"
+         style="stop-color:#cbcbcb;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2591">
+      <stop
+         style="stop-color:#7a7a7a;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop2593" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop2595" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2656"
+       id="radialGradient1415"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.453571,-8.417747e-16,20.11540)"
+       cx="25.375000"
+       cy="36.812500"
+       fx="25.375000"
+       fy="36.812500"
+       r="17.500000" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2656"
+       id="radialGradient1417"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,0.453571,-1.856804e-15,20.11540)"
+       cx="25.375000"
+       cy="36.812500"
+       fx="25.375000"
+       fy="36.812500"
+       r="17.500000" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2615"
+       id="linearGradient1423"
+       gradientUnits="userSpaceOnUse"
+       x1="22.549892"
+       y1="39.051506"
+       x2="38.416191"
+       y2="30.566227" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2673"
+       id="linearGradient1425"
+       gradientUnits="userSpaceOnUse"
+       x1="23.660564"
+       y1="35.302856"
+       x2="33.904015"
+       y2="30.916578" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2591"
+       id="radialGradient1431"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,1.013514,-4.816024e-16,-0.304899)"
+       cx="16.875000"
+       cy="23.672499"
+       fx="16.875000"
+       fy="23.672499"
+       r="4.6250000" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2631"
+       id="linearGradient1433"
+       gradientUnits="userSpaceOnUse"
+       x1="12.835793"
+       y1="18.849401"
+       x2="18.422049"
+       y2="27.072878" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3301"
+       id="linearGradient1451"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.655244,0.000000,0.000000,1.898477,14.94194,-35.55180)"
+       x1="6.5595827"
+       y1="29.373810"
+       x2="6.5595827"
+       y2="30.191154" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3301"
+       id="linearGradient1456"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.477785,0.000000,0.000000,1.982181,18.56747,-51.60768)"
+       x1="6.5595827"
+       y1="29.373810"
+       x2="6.5595827"
+       y2="30.191154" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2230"
+       id="linearGradient1458"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.318423,0.000000,0.000000,0.773191,18.70736,-14.22023)"
+       x1="7.9151335"
+       y1="30.816841"
+       x2="7.9151335"
+       y2="24.700985" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2268"
+       id="linearGradient1461"
+       gradientUnits="userSpaceOnUse"
+       x1="29.395439"
+       y1="9.4121714"
+       x2="29.395439"
+       y2="12.846690" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2690"
+       id="linearGradient1469"
+       gradientUnits="userSpaceOnUse"
+       x1="16.666620"
+       y1="16.124990"
+       x2="35.888493"
+       y2="57.124992" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2290"
+       id="linearGradient1475"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.024993,0.000000,0.000000,1.000000,-6.795098e-2,0.000000)"
+       x1="7.8705277"
+       y1="29.718750"
+       x2="14.843750"
+       y2="29.718750" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2304"
+       id="linearGradient1482"
+       gradientUnits="userSpaceOnUse"
+       x1="16.353432"
+       y1="26.093410"
+       x2="30.130077"
+       y2="26.093410" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2290"
+       id="linearGradient1485"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.035758,0.000000,0.000000,1.000000,-0.162473,0.202030)"
+       x1="7.8705277"
+       y1="29.718750"
+       x2="14.843750"
+       y2="29.718750" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2818"
+       id="radialGradient2824"
+       cx="14.75"
+       cy="22.6875"
+       fx="14.75"
+       fy="22.6875"
+       r="1.75"
+       gradientTransform="matrix(1.000000,0.000000,0.000000,1.035714,0.000000,-0.810268)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:guide-bbox="true"
+     showguides="true"
+     fill="#555753"
+     inkscape:window-y="117"
+     inkscape:window-x="326"
+     inkscape:window-height="731"
+     inkscape:window-width="872"
+     inkscape:showpageshadow="false"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     showgrid="false"
+     inkscape:current-layer="layer1"
+     inkscape:cy="16.629155"
+     inkscape:cx="10.439293"
+     inkscape:zoom="1"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="0.20392157"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base" />
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://jimmac.musichall.cz</dc:source>
+        <dc:title>Photo Camera</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>camera</rdf:li>
+            <rdf:li>photo</rdf:li>
+            <rdf:li>SLR</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     id="layer1">
+    <g
+       transform="matrix(2.45274e-2,0,0,2.086758e-2,45.15006,37.31476)"
+       id="g6707">
+      <rect
+         style="opacity:0.40206185;color:black;fill:url(#linearGradient6715);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="rect6709"
+         width="1339.6335"
+         height="478.35718"
+         x="-1559.2523"
+         y="-150.69685" />
+      <path
+         style="opacity:0.40206185;color:black;fill:url(#radialGradient6717);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         d="M -219.61876,-150.68038 C -219.61876,-150.68038 -219.61876,327.65041 -219.61876,327.65041 C -76.744594,328.55086 125.78146,220.48075 125.78138,88.454235 C 125.78138,-43.572302 -33.655436,-150.68036 -219.61876,-150.68038 z "
+         id="path6711"
+         sodipodi:nodetypes="cccc" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path6713"
+         d="M -1559.2523,-150.68038 C -1559.2523,-150.68038 -1559.2523,327.65041 -1559.2523,327.65041 C -1702.1265,328.55086 -1904.6525,220.48075 -1904.6525,88.454235 C -1904.6525,-43.572302 -1745.2157,-150.68036 -1559.2523,-150.68038 z "
+         style="opacity:0.40206185;color:black;fill:url(#radialGradient6719);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+    </g>
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.39873418;color:#000000;fill:url(#radialGradient1415);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
+       id="path2664"
+       sodipodi:cx="25.375000"
+       sodipodi:cy="36.812500"
+       sodipodi:rx="17.500000"
+       sodipodi:ry="7.9375000"
+       d="M 42.875000 36.812500 A 17.500000 7.9375000 0 1 1  7.8750000,36.812500 A 17.500000 7.9375000 0 1 1  42.875000 36.812500 z"
+       transform="matrix(0.693194,0.000000,0.000000,0.811023,13.91019,9.956690)" />
+    <path
+       style="opacity:1.0000000;color:#000000;fill:url(#linearGradient1485);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#282828;stroke-width:2.0000002;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
+       d="M 8.9327762,18.920780 C 5.4615071,18.920780 2.6534933,20.040780 2.6534933,21.420780 C 2.6534933,21.577572 2.8105028,21.709462 2.8800654,21.858280 C 2.8698789,21.907712 2.7829631,21.899460 2.7829631,21.952030 C 2.7829631,21.952030 2.6534933,38.263988 2.6534933,38.420780 C 2.6534933,39.800780 5.4615071,40.920780 8.9327762,40.920780 C 12.404046,40.920780 15.212059,39.800780 15.212059,38.420780 L 15.082590,21.952030 C 15.082590,21.899460 14.995674,21.907712 14.985487,21.858280 C 15.055050,21.709462 15.212059,21.577572 15.212059,21.420780 C 15.212059,20.040780 12.404046,18.920780 8.9327762,18.920780 z "
+       id="path2608"
+       sodipodi:nodetypes="csscssscssc" />
+    <path
+       sodipodi:nodetypes="ccccccccczcc"
+       id="path8417"
+       d="M 2.1428571,38.647933 L 42.285714,38.647933 C 43.396882,38.748948 44.505076,37.497897 44.505076,36.790790 L 44.505076,19.142857 C 44.404061,18.031689 40.536106,16.719102 39.626969,16.618087 L 37.194851,16.618087 L 34.271326,13.533125 L 23.714286,13.533125 L 20.278818,16.564532 C 20.278818,16.564532 13.552003,16.776186 8.3377087,17.731617 C 3.1234141,18.687048 2.0000000,20.318891 2.0000000,21.531074 L 2.1428571,38.647933 z "
+       style="opacity:1.0000000;color:#000000;fill:url(#linearGradient1482);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#282828;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <path
+       sodipodi:nodetypes="cccc"
+       id="path2300"
+       d="M 33.890618,13.907352 L 35.254324,17.695424 L 37.123106,17.240855 L 33.890618,13.907352 z "
+       style="opacity:1.0000000;color:#000000;fill:#3f413e;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <path
+       transform="matrix(1.256914,0.000000,0.000000,1.256914,-11.68675,-10.02479)"
+       d="M 43.133513 33.908371 A 1.9697975 1.9697975 0 1 1  39.193918,33.908371 A 1.9697975 1.9697975 0 1 1  43.133513 33.908371 z"
+       sodipodi:ry="1.9697975"
+       sodipodi:rx="1.9697975"
+       sodipodi:cy="33.908371"
+       sodipodi:cx="41.163715"
+       id="path2302"
+       style="opacity:1.0000000;color:#000000;fill:#585b57;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#a7a7a7;stroke-width:0.79559946;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
+       sodipodi:type="arc" />
+    <path
+       transform="matrix(1.082923,0.000000,0.000000,1.082923,-3.320501,-4.385684)"
+       d="M 40.714286 33.571430 A 10.142858 10.142858 0 1 1  20.428571,33.571430 A 10.142858 10.142858 0 1 1  40.714286 33.571430 z"
+       sodipodi:ry="10.142858"
+       sodipodi:rx="10.142858"
+       sodipodi:cy="33.571430"
+       sodipodi:cx="30.571428"
+       id="path2280"
+       style="opacity:1.0000000;color:#000000;fill:url(#linearGradient1423);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1.0000000;color:#000000;fill:url(#linearGradient1425);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
+       id="path2278"
+       sodipodi:cx="30.571428"
+       sodipodi:cy="33.571430"
+       sodipodi:rx="10.142858"
+       sodipodi:ry="10.142858"
+       d="M 40.714286 33.571430 A 10.142858 10.142858 0 1 1  20.428571,33.571430 A 10.142858 10.142858 0 1 1  40.714286 33.571430 z"
+       transform="matrix(1.082923,0.000000,0.000000,1.082923,-3.155039,-2.495930)" />
+    <path
+       sodipodi:nodetypes="csscssscssc"
+       id="path7949"
+       d="M 8.9327729,18.718750 C 5.4975804,18.718750 2.7187500,19.838750 2.7187500,21.218750 C 2.7187500,21.375542 2.8741277,21.507432 2.9429673,21.656250 C 2.9328867,21.705682 2.8468742,21.697430 2.8468742,21.750000 C 2.8468742,21.750000 2.7187500,38.061958 2.7187500,38.218750 C 2.7187500,39.598750 5.4975804,40.718750 8.9327729,40.718750 C 12.367966,40.718750 15.146796,39.598750 15.146796,38.218750 L 15.018672,21.750000 C 15.018672,21.697430 14.932659,21.705682 14.922578,21.656250 C 14.991418,21.507432 15.146796,21.375542 15.146796,21.218750 C 15.146796,19.838750 12.367966,18.718750 8.9327729,18.718750 z "
+       style="opacity:1.0000000;color:#000000;fill:url(#linearGradient1475);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path2298"
+       d="M 24.243661,14.159890 L 23.486047,17.796439 L 23.132493,19.008622 L 20.354573,16.937809 L 24.243661,14.159890 z "
+       style="opacity:1.0000000;color:#000000;fill:#7b7e79;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <path
+       sodipodi:nodetypes="ccccccc"
+       id="path2276"
+       d="M 19.030081,27.995300 L 23.940615,19.412683 L 35.153309,19.412683 L 39.991888,26.528041 L 35.254324,17.796439 L 23.435539,17.796439 L 19.030081,27.995300 z "
+       style="opacity:1.0000000;color:#000000;fill:#a7aba7;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <path
+       sodipodi:nodetypes="cssssccc"
+       id="path7953"
+       d="M 20.312500,16.875000 C 20.312500,16.875000 8.1666040,17.513063 4.1562500,19.625000 C 3.3042101,20.073702 2.6682424,20.465607 2.6682424,21.067227 C 2.6682424,22.447227 5.4923214,24.093750 8.8437500,24.093750 C 12.195179,24.093750 14.843750,22.598750 14.843750,21.218750 C 14.843750,20.904411 14.663819,20.589696 14.406250,20.312500 L 23.031250,18.500000 L 20.312500,16.875000 z "
+       style="color:#000000;fill:#888a85;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <path
+       sodipodi:nodetypes="ccsccscccccccc"
+       id="path2683"
+       d="M 24.553211,14.482118 L 20.635909,17.275103 C 20.635909,17.275104 14.191167,17.710137 9.3867322,18.590468 C 4.5822970,19.470800 3.1666200,20.423893 3.0416200,21.603294 L 3.2677390,38.194718 C 3.5637007,39.355800 6.4977958,40.267861 9.4963120,40.267861 C 12.494828,40.267861 14.997700,38.668300 15.293662,37.507218 L 41.781643,37.632218 C 43.242971,37.662792 43.513492,36.931125 43.513492,36.279599 L 43.513492,19.602477 C 43.513492,18.890493 40.671858,17.738265 39.834182,17.645190 L 36.900777,17.707690 L 33.660467,14.482118 L 24.553211,14.482118 z "
+       style="opacity:0.41772148;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient1469);stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <path
+       transform="matrix(1.082923,0.000000,0.000000,1.082923,-3.050891,-1.568850)"
+       d="M 40.714286 33.571430 A 10.142858 10.142858 0 1 1  20.428571,33.571430 A 10.142858 10.142858 0 1 1  40.714286 33.571430 z"
+       sodipodi:ry="10.142858"
+       sodipodi:rx="10.142858"
+       sodipodi:cy="33.571430"
+       sodipodi:cx="30.571428"
+       id="path8415"
+       style="opacity:1.0000000;color:#000000;fill:#2e3436;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="color:#000000;fill:url(#radialGradient1431);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient1433);stroke-width:0.59630877;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
+       id="path2589"
+       sodipodi:cx="15.750000"
+       sodipodi:cy="22.562500"
+       sodipodi:rx="4.1250000"
+       sodipodi:ry="4.1875000"
+       d="M 19.875000 22.562500 A 4.1250000 4.1875000 0 1 1  11.625000,22.562500 A 4.1250000 4.1875000 0 1 1  19.875000 22.562500 z"
+       transform="matrix(1.676984,0.000000,0.000000,1.676984,3.488419,-3.050526)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.60759497;color:#000000;fill:#ffffff;fill-opacity:0.52866244;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
+       id="path2599"
+       sodipodi:cx="14.750000"
+       sodipodi:cy="22.687500"
+       sodipodi:rx="1.7500000"
+       sodipodi:ry="1.8125000"
+       d="M 16.500000 22.687500 A 1.7500000 1.8125000 0 1 1  13.000000,22.687500 A 1.7500000 1.8125000 0 1 1  16.500000 22.687500 z"
+       transform="matrix(1.676984,0.000000,0.000000,1.676984,5.499948,-3.195174)" />
+    <path
+       transform="matrix(1.673245,0.000000,0.000000,1.673245,3.333940,-5.000547)"
+       d="M 16.500000 22.687500 A 1.7500000 1.8125000 0 1 1  13.000000,22.687500 A 1.7500000 1.8125000 0 1 1  16.500000 22.687500 z"
+       sodipodi:ry="1.8125000"
+       sodipodi:rx="1.7500000"
+       sodipodi:cy="22.687500"
+       sodipodi:cx="14.750000"
+       id="path2601"
+       style="opacity:0.37341771;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1.0000000;color:#000000;fill:url(#radialGradient2824);fill-opacity:1.0;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
+       id="path8405"
+       sodipodi:cx="14.750000"
+       sodipodi:cy="22.687500"
+       sodipodi:rx="1.7500000"
+       sodipodi:ry="1.8125000"
+       d="M 16.500000 22.687500 A 1.7500000 1.8125000 0 1 1  13.000000,22.687500 A 1.7500000 1.8125000 0 1 1  16.500000 22.687500 z"
+       transform="matrix(0.412730,0.000000,0.000000,0.412730,27.45136,28.98197)" />
+    <path
+       sodipodi:nodetypes="ccccccccc"
+       id="path1507"
+       d="M 22.223356,15.574103 L 25.152798,13.452783 L 26.061935,11.028417 L 32.425896,11.028417 L 33.739095,13.957860 L 36.567522,16.382225 L 34.042141,5.4725778 L 24.142646,5.4725778 L 22.223356,15.574103 z "
+       style="opacity:1.0000000;color:#000000;fill:url(#linearGradient1461);fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <rect
+       ry="1.5035454"
+       rx="1.5035444"
+       y="4.6366777"
+       x="24.478594"
+       height="4.5837932"
+       width="9.3285160"
+       id="rect3297"
+       style="color:#000000;fill:url(#linearGradient1456);fill-opacity:1.0000000;fill-rule:nonzero;stroke:url(#linearGradient1458);stroke-width:1.0000004;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
+    <path
+       transform="matrix(0.359444,0.000000,0.000000,0.554344,7.698551,7.305544e-2)"
+       sodipodi:type="arc"
+       style="opacity:1.0000000;color:#000000;fill:#2f302e;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
+       id="path2288"
+       sodipodi:cx="8.7857141"
+       sodipodi:cy="38.214287"
+       sodipodi:rx="6.0714288"
+       sodipodi:ry="2.5000000"
+       d="M 14.857143 38.214287 A 6.0714288 2.5000000 0 1 1  2.7142854,38.214287 A 6.0714288 2.5000000 0 1 1  14.857143 38.214287 z" />
+    <path
+       sodipodi:nodetypes="czcccsc"
+       id="path2312"
+       d="M 2.7034271,21.250564 C 2.5678753,23.036228 5.1472726,25.130768 8.8987966,25.132037 C 12.712821,25.133306 14.748227,22.948217 14.950257,21.028927 L 19.495944,19.311668 L 14.344166,20.321820 C 14.445182,22.241110 12.642329,24.152278 8.9038729,24.092824 C 4.8175065,24.026843 3.3284271,22.438064 2.7034271,21.250564 z "
+       style="opacity:1.0000000;color:#000000;fill:#c4c6c3;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <rect
+       style="color:#000000;fill:url(#linearGradient1451);fill-opacity:1.0000000;fill-rule:nonzero;stroke:#464646;stroke-width:0.99999970;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
+       id="rect2282"
+       width="4.1362314"
+       height="4.3902278"
+       x="17.562916"
+       y="18.317474"
+       rx="0.69542336"
+       ry="0.69542354" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.43037972;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
+       id="path2612"
+       sodipodi:cx="14.750000"
+       sodipodi:cy="22.687500"
+       sodipodi:rx="1.7500000"
+       sodipodi:ry="1.8125000"
+       d="M 16.500000 22.687500 A 1.7500000 1.8125000 0 1 1  13.000000,22.687500 A 1.7500000 1.8125000 0 1 1  16.500000 22.687500 z"
+       transform="matrix(0.389835,0.000000,0.000000,0.389835,4.452477,12.38659)" />
+    <path
+       transform="matrix(0.456110,0.000000,0.000000,0.456110,20.30269,21.39326)"
+       d="M 16.500000 22.687500 A 1.7500000 1.8125000 0 1 1  13.000000,22.687500 A 1.7500000 1.8125000 0 1 1  16.500000 22.687500 z"
+       sodipodi:ry="1.8125000"
+       sodipodi:rx="1.7500000"
+       sodipodi:cy="22.687500"
+       sodipodi:cx="14.750000"
+       id="path2629"
+       style="opacity:1.0000000;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1.0000000;color:#000000;fill:#c5c5c5;fill-opacity:0.52866244;fill-rule:nonzero;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
+       id="path2641"
+       sodipodi:cx="40.625000"
+       sodipodi:cy="20.562500"
+       sodipodi:rx="1.6250000"
+       sodipodi:ry="0.68750000"
+       d="M 42.250000 20.562500 A 1.6250000 0.68750000 0 1 1  39.000000,20.562500 A 1.6250000 0.68750000 0 1 1  42.250000 20.562500 z"
+       transform="matrix(1.038462,0.000000,0.000000,1.636364,-1.187500,-12.71023)" />
+    <path
+       transform="matrix(1.038462,0.000000,0.000000,1.636364,-1.125000,-12.33523)"
+       d="M 42.250000 20.562500 A 1.6250000 0.68750000 0 1 1  39.000000,20.562500 A 1.6250000 0.68750000 0 1 1  42.250000 20.562500 z"
+       sodipodi:ry="0.68750000"
+       sodipodi:rx="1.6250000"
+       sodipodi:cy="20.562500"
+       sodipodi:cx="40.625000"
+       id="path2639"
+       style="opacity:1.0000000;color:#000000;fill:#565656;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:nodetypes="cs"
+       id="path2650"
+       d="M 23.271357,28.422173 C 25.874096,25.054531 32.027018,24.229460 35.546276,27.380934"
+       style="opacity:1.0000000;color:#000000;fill:none;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#777777;stroke-width:1.0000007;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:block;overflow:visible" />
+    <path
+       id="path2668"
+       d="M 30.219981,31.818049 C 28.600014,31.818049 27.309626,33.185948 27.309626,34.863771 C 27.309626,35.247616 27.556343,35.506933 27.681881,35.845170 C 27.808561,35.862524 27.889059,35.980535 28.020294,35.980535 C 29.636648,35.980535 30.930649,34.642736 30.930649,32.968655 C 30.930649,32.575045 30.656499,32.298592 30.524554,31.953415 C 30.409594,31.939221 30.338611,31.818049 30.219981,31.818049 z "
+       style="opacity:0.67088610;color:#000000;fill:#ffffff;fill-opacity:1.0000000;fill-rule:nonzero;stroke:none;stroke-width:1.0000000;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000;visibility:visible;display:inline;overflow:visible;font-family:Bitstream Vera Sans" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/last.svg
===================================================================
--- /trunk/resources/images/dialogs/last.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/last.svg	(revision 16006)
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48"
+   height="48"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45"
+   version="1.0"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   sodipodi:docname="go-last.svg"
+   inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-icon-theme/16x16/actions/go-previous.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5105">
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0"
+         id="stop5107" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop5109" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop5115" />
+      <stop
+         style="stop-color:white;stop-opacity:0;"
+         offset="1"
+         id="stop5117" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5105"
+       id="radialGradient4354"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.282946,0,13.64644)"
+       cx="11.25"
+       cy="19.03125"
+       fx="11.25"
+       fy="19.03125"
+       r="8.0625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113"
+       id="linearGradient5315"
+       x1="16.067961"
+       y1="11.133182"
+       x2="37.73064"
+       y2="42.793934"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.004639,0,0,1,-4.037671,-5.462481e-2)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113"
+       id="linearGradient6723"
+       x1="11.767765"
+       y1="-4.4393449"
+       x2="41.116112"
+       y2="-7.0000062"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0,47.00001)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666"
+     borderopacity="0.17254902"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="21.149002"
+     inkscape:cy="25.323576"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="48px"
+     height="48px"
+     inkscape:showpageshadow="false"
+     showgrid="false"
+     inkscape:window-width="1674"
+     inkscape:window-height="968"
+     inkscape:window-x="0"
+     inkscape:window-y="27" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Go last</dc:title>
+        <dc:date>August 2006</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Andreas Nilsson</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <dc:source>http://www.gnome.org</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>last</rdf:li>
+            <rdf:li>arrow</rdf:li>
+            <rdf:li>go</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:description />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.16292138;color:black;fill:url(#radialGradient4354);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="path4346"
+       sodipodi:cx="11.25"
+       sodipodi:cy="19.03125"
+       sodipodi:rx="8.0625"
+       sodipodi:ry="2.28125"
+       d="M 19.3125 19.03125 A 8.0625 2.28125 0 1 1  3.1875,19.03125 A 8.0625 2.28125 0 1 1  19.3125 19.03125 z"
+       transform="matrix(-2.48062,0,0,2.410961,50.90698,-5.38361)" />
+    <path
+       style="opacity:1;color:black;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 19.502209,9.4374998 L 38.506353,25.943524 L 19.502209,42.366815 L 19.502209,34.49698 L 4.5063699,34.49698 L 4.5063699,17.441848 L 19.502209,17.441848 L 19.502209,9.4374998 z "
+       id="path4348"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="opacity:0.35393258;color:black;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 5.0000049,17.945432 L 5.0000049,25.897694 L 37.768871,25.873591 L 20.154267,10.529067 L 20.154267,17.945432 L 5.0000049,17.945432 z "
+       id="path4352"
+       sodipodi:nodetypes="cccccc" />
+    <path
+       style="opacity:0.35400002;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5315);stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 20.573058,11.578557 L 37.089696,25.96483 L 20.573058,40.164131 L 20.573058,33.425762 L 5.5063749,33.425762 L 5.5063749,18.447428 L 20.573058,18.447428 L 20.573058,11.578557 z "
+       id="path4360"
+       sodipodi:nodetypes="cccccccc" />
+    <rect
+       style="color:black;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.99999982;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="rect4242"
+       width="33.000008"
+       height="4.0000119"
+       x="9.5"
+       y="39.500008"
+       transform="matrix(0,1,1,0,0,0)" />
+    <rect
+       style="opacity:0.35400002;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient6723);stroke-width:0.99999988;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="rect6697"
+       width="31"
+       height="2.0000019"
+       x="10.499998"
+       y="40.5"
+       transform="matrix(0,1,1,0,0,0)" />
+    <rect
+       style="opacity:0.35400002;fill:#729fcf;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect6725"
+       width="3"
+       height="16"
+       x="-43.000004"
+       y="10"
+       transform="scale(-1,1)" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/layerlist/scale.svg
===================================================================
--- /trunk/resources/images/dialogs/layerlist/scale.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/layerlist/scale.svg	(revision 16006)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <metadata id="metadata10">
+  <rdf:RDF>
+   <cc:Work rdf:about="">
+    <dc:format>image/svg+xml</dc:format>
+    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+    <dc:title/>
+   </cc:Work>
+  </rdf:RDF>
+ </metadata>
+ <g>
+  <rect id="rect1" height="4" width="4" y="4" x="4" fill="#000"/>
+  <rect id="rect2" height="4" width="4" y="8" x="8" fill="#000"/>
+  <rect id="rect3" height="4" width="4" y="8" x="4" fill="#fff"/>
+  <rect id="rect4" height="4" width="4" y="4" x="8" fill="#fff"/>
+ </g>
+</svg>
Index: /trunk/resources/images/dialogs/mappaint/wireframe_small.svg
===================================================================
--- /trunk/resources/images/dialogs/mappaint/wireframe_small.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/mappaint/wireframe_small.svg	(revision 16006)
@@ -0,0 +1,207 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="14"
+   height="14"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="wireframe.svg"
+   inkscape:export-xdpi="45"
+   inkscape:export-ydpi="45">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2839"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3607"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3607-1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3607-5"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3607-7"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3607-73"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3607-56"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.602741"
+     inkscape:cx="-21.344055"
+     inkscape:cy="1.7242965"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1400"
+     inkscape:window-height="1001"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2816"
+       empspacing="5"
+       visible="false"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       spacingx="1px"
+       spacingy="1px"
+       originx="-13px"
+       originy="-13.000017px" />
+    <inkscape:grid
+       type="xygrid"
+       id="grid3666"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       spacingx="2px"
+       spacingy="2px"
+       color="#00ff4b"
+       opacity="0.1254902"
+       empcolor="#04ff00"
+       empopacity="0.25098039"
+       dotted="true"
+       originx="-13px"
+       originy="-13.000017px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-13,-1025.3622)">
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.63;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 21.05,1032.7122 -4.2,1.4"
+       id="path3670"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.63;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 24.55,1027.8122 0.7,4.9 -1.4,4.2 -9.1,0.7"
+       id="path3668"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="color:#000000;fill:#fefefe;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.63;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2816-7-8"
+       width="1.4"
+       height="1.4"
+       x="14.05"
+       y="1036.9122" />
+    <rect
+       style="color:#000000;fill:#fefefe;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.63;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2816-7-8-7"
+       width="1.4"
+       height="1.4"
+       x="23.85"
+       y="1027.1122" />
+    <rect
+       style="color:#000000;fill:#fefefe;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.63;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2816-7-8-1"
+       width="1.4"
+       height="1.4"
+       x="24.549999"
+       y="1032.0122" />
+    <rect
+       style="color:#000000;fill:#fefefe;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.63;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2816-7-8-9"
+       width="1.4"
+       height="1.4"
+       x="23.15"
+       y="1036.2122" />
+    <rect
+       style="color:#000000;fill:#fefefe;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.63;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2816-7-8-76"
+       width="1.4"
+       height="1.4"
+       x="20.35"
+       y="1032.0122" />
+    <rect
+       style="color:#000000;fill:#fefefe;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.63;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2816-7-8-6"
+       width="1.4"
+       height="1.4"
+       x="16.15"
+       y="1033.4122" />
+    <rect
+       style="color:#000000;fill:#fefefe;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.63;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect2816-7-8-3"
+       width="1.4"
+       height="1.4"
+       x="16.85"
+       y="1027.8121" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/mapstyle.svg
===================================================================
--- /trunk/resources/images/dialogs/mapstyle.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/mapstyle.svg	(revision 16006)
@@ -0,0 +1,333 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg6255"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.5 r10040"
+   version="1.0"
+   sodipodi:docname="mapstyle.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-xdpi="17.598721"
+   inkscape:export-ydpi="17.598721">
+  <defs
+     id="defs6257">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 62.237839 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="132.96422 : 62.237839 : 1"
+       inkscape:persp3d-origin="66.482109 : 41.491892 : 1"
+       id="perspective66" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5092"
+       id="linearGradient5102"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4435619,0,2.8962074,-0.4853568,-757.00285,470.49812)"
+       x1="220.88396"
+       y1="280.87924"
+       x2="227.04086"
+       y2="315.41315" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5092">
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:1;"
+         offset="0"
+         id="stop5094" />
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:0;"
+         offset="1"
+         id="stop5096" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5092"
+       id="linearGradient5098"
+       x1="220.88396"
+       y1="280.87924"
+       x2="220.43327"
+       y2="306.23355"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6178722,0,0,0.6178722,35.326106,152.13462)" />
+    <linearGradient
+       id="linearGradient2777">
+      <stop
+         style="stop-color:#e9b96e;stop-opacity:1;"
+         offset="0"
+         id="stop2779" />
+      <stop
+         style="stop-color:#baba3f;stop-opacity:1;"
+         offset="1"
+         id="stop2781" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2777"
+       id="linearGradient2783"
+       x1="281.98495"
+       y1="368.09149"
+       x2="207.8797"
+       y2="71.670456"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5116282,0,0,0.5116282,63.091103,180.32737)" />
+    <linearGradient
+       id="linearGradient2839">
+      <stop
+         style="stop-color:#f57900;stop-opacity:1;"
+         offset="0"
+         id="stop2841" />
+      <stop
+         style="stop-color:#f57900;stop-opacity:0;"
+         offset="1"
+         id="stop2843" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5034">
+      <stop
+         style="stop-color:#ad7fa8;stop-opacity:1;"
+         offset="0"
+         id="stop5036" />
+      <stop
+         style="stop-color:#ad7fa8;stop-opacity:0;"
+         offset="1"
+         id="stop5038" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5034"
+       id="linearGradient5040"
+       x1="249.27664"
+       y1="138.01442"
+       x2="247.96304"
+       y2="132.24878"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6472898,0,0,0.6472898,35.290346,153.357)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5026">
+      <stop
+         style="stop-color:#ef2929;stop-opacity:1;"
+         offset="0"
+         id="stop5028" />
+      <stop
+         style="stop-color:#ef2929;stop-opacity:0;"
+         offset="1"
+         id="stop5030" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5026"
+       id="linearGradient5032"
+       x1="217.7292"
+       y1="158.29492"
+       x2="210.51836"
+       y2="147.47865"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6472898,0,0,0.6472898,35.290346,153.357)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5018">
+      <stop
+         style="stop-color:#fcaf3e;stop-opacity:1;"
+         offset="0"
+         id="stop5020" />
+      <stop
+         style="stop-color:#fcaf3e;stop-opacity:0;"
+         offset="1"
+         id="stop5022" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5018"
+       id="linearGradient5024"
+       x1="196.09668"
+       y1="195.70117"
+       x2="187.22038"
+       y2="189.4845"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6472898,0,0,0.6472898,35.290346,153.357)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5042">
+      <stop
+         style="stop-color:#729fcf;stop-opacity:1;"
+         offset="0"
+         id="stop5044" />
+      <stop
+         style="stop-color:#729fcf;stop-opacity:0;"
+         offset="1"
+         id="stop5046" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5042"
+       id="linearGradient5048"
+       x1="205.11023"
+       y1="238.06487"
+       x2="187.08311"
+       y2="234.03421"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6472898,0,0,0.6472898,35.290346,153.357)" />
+    <linearGradient
+       id="linearGradient5058">
+      <stop
+         style="stop-color:#fce94f;stop-opacity:1;"
+         offset="0"
+         id="stop5060" />
+      <stop
+         style="stop-color:#fce94f;stop-opacity:0;"
+         offset="1"
+         id="stop5062" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5058"
+       id="linearGradient5064"
+       x1="245.58508"
+       y1="258.65234"
+       x2="219.97372"
+       y2="255.19063"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6472898,0,0,0.6472898,35.290346,153.357)" />
+    <linearGradient
+       id="linearGradient5066">
+      <stop
+         style="stop-color:#8ae234;stop-opacity:1;"
+         offset="0"
+         id="stop5068" />
+      <stop
+         style="stop-color:#8ae234;stop-opacity:0;"
+         offset="1"
+         id="stop5070" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5066"
+       id="linearGradient5072"
+       x1="274.06393"
+       y1="244.82504"
+       x2="261.44495"
+       y2="225.44589"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6472898,0,0,0.6472898,35.290346,153.357)" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5074">
+      <stop
+         style="stop-color:#555753;stop-opacity:1;"
+         offset="0"
+         id="stop5076" />
+      <stop
+         style="stop-color:#555753;stop-opacity:0;"
+         offset="1"
+         id="stop5078" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5074"
+       id="linearGradient5080"
+       x1="314.62491"
+       y1="212.37624"
+       x2="308.02252"
+       y2="193.89845"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.6472898,0,0,0.6472898,35.290346,153.357)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8284271"
+     inkscape:cx="6.243391"
+     inkscape:cy="7.4855955"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="707"
+     inkscape:window-height="453"
+     inkscape:window-x="594"
+     inkscape:window-y="195"
+     showgrid="false"
+     inkscape:window-maximized="0"
+     inkscape:showpageshadow="false" />
+  <metadata
+     id="metadata6260">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-133.51789,-322.0286)">
+    <path
+       id="path2775"
+       d="m 147.48,324.27477 c -0.50496,-0.005 -1.16405,0.0401 -2.01093,0.14425 -10.84002,1.33279 -9.6853,12.70602 -9.6853,12.70602 2.04361,18.92562 31.00766,-7.64198 15.90271,-6.6646 -13.92488,0.90102 1.75191,-6.12628 -4.20648,-6.18567 z m -2.68027,5.95775 c 0.11478,-0.005 0.22429,0.0115 0.32602,0.0519 0.54255,0.21561 0.63766,1.02729 0.2135,1.81185 -0.42417,0.78455 -1.20871,1.24559 -1.75127,1.02998 -0.54255,-0.21561 -0.63766,-1.02729 -0.21349,-1.81185 0.34463,-0.63745 0.92788,-1.06084 1.42524,-1.08191 z"
+       style="fill:#2e3436;fill-rule:evenodd;stroke:#2e3436;stroke-width:0.09232347px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#b5b6d9;fill-opacity:1;fill-rule:evenodd;stroke:#2e3436;stroke-width:0.09232347px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 147.02879,324.18592 c -0.50495,-0.005 -1.16404,0.0401 -2.01092,0.14425 -10.84002,1.33279 -9.68531,12.70602 -9.68531,12.70602 2.04361,18.92561 31.00767,-7.64198 15.90272,-6.6646 -13.92488,0.90102 1.7519,-6.12628 -4.20649,-6.18567 z m -2.68027,5.95775 c 0.11478,-0.005 0.22429,0.0115 0.32602,0.0519 0.54255,0.21561 0.63766,1.02729 0.2135,1.81184 -0.42417,0.78456 -1.20871,1.2456 -1.75126,1.02999 -0.54256,-0.21561 -0.63766,-1.02729 -0.2135,-1.81185 0.34463,-0.63745 0.92788,-1.06084 1.42524,-1.08191 z"
+       id="path2176"
+       inkscape:export-xdpi="17.598721"
+       inkscape:export-ydpi="17.598721"
+       inkscape:connector-curvature="0" />
+    <path
+       style="color:#000000;fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 143.17421,325.62898 c -0.14044,0.0164 0.13023,0.40906 0.0146,0.53064 -0.14434,0.15176 -0.84197,0.056 -0.93712,0.2288 -0.0508,0.0922 0.12064,0.22849 0.24584,0.36024 -0.43961,0.44375 -0.67091,0.94033 -0.5428,1.24625 0.12243,0.29237 0.54043,0.32776 1.04179,0.13632 0.0468,0.1332 0.0993,0.25025 0.16795,0.29208 0.0962,0.0587 0.19827,-0.32395 0.30669,-0.52576 3.6e-4,-5.4e-4 -3.6e-4,-0.002 0,-0.002 0.0443,-0.0274 0.0895,-0.0547 0.13388,-0.0852 0.009,-0.006 0.0177,-0.0131 0.0268,-0.0195 0.19933,0.0876 0.53842,0.69592 0.69372,0.60365 0.13528,-0.0804 -0.45042,-0.65124 -0.38946,-0.81785 0.009,-0.0233 0.0253,-0.0457 0.0462,-0.0682 0.002,-0.002 0.005,-0.003 0.007,-0.005 0.009,-0.008 0.0159,-0.0164 0.0243,-0.0243 0.005,-0.005 0.0116,-0.009 0.017,-0.0146 0.19881,-0.15965 0.62093,-0.30489 0.64017,-0.47708 0.009,-0.0782 -0.0844,-0.0784 -0.1923,-0.073 0.17393,-0.28896 0.24283,-0.5632 0.16066,-0.75943 -0.0477,-0.11399 -0.14272,-0.18814 -0.26775,-0.22637 -0.006,-0.017 -0.0127,-0.0322 -0.0243,-0.0438 -0.0344,-0.0344 -0.0887,-0.0198 -0.15334,0.0146 -0.17846,-0.008 -0.39479,0.0339 -0.628,0.12657 -0.13098,-0.16514 -0.27038,-0.41094 -0.39189,-0.39675 z"
+       id="path2760"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:type="arc"
+       style="color:#000000;fill:#ce5c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path2762"
+       sodipodi:cx="263.69925"
+       sodipodi:cy="114.01632"
+       sodipodi:rx="13.473684"
+       sodipodi:ry="6.7368422"
+       d="m 277.17293,114.01632 a 13.473684,6.7368422 0 1 1 -26.94737,0 13.473684,6.7368422 0 1 1 26.94737,0 z"
+       transform="matrix(0.06276426,-0.13177449,0.15188523,0.09383721,105.11103,355.43497)" />
+    <path
+       style="color:#000000;fill:#2e3436;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 152.12101,330.99766 c -0.12631,-0.007 -0.21383,0.30471 -0.31448,0.58568 -0.24136,0.0402 -0.48029,0.13515 -0.70397,0.27408 -0.4063,-0.21726 -0.93865,-0.55842 -1.14538,-0.41834 -0.26171,0.17732 0.71309,0.56868 0.64049,0.83956 -0.0271,0.0297 -0.0519,0.061 -0.0779,0.0923 -0.35041,0.2382 -1.77535,0.31186 -1.79742,0.63761 -0.0206,0.30433 0.96305,0.44718 1.19155,0.70396 -0.0164,0.10561 -0.0254,0.21087 -0.0289,0.31448 -0.19542,0.27453 -0.673,0.57447 -0.49047,0.76455 0.0844,0.0879 0.30256,0.01 0.55683,-0.1154 0.13104,0.53001 0.44819,0.96697 0.92034,1.17712 0.91908,0.40908 2.07031,-0.19265 2.57064,-1.34157 0.28497,-0.6544 0.29849,-1.34556 0.0865,-1.89552 0.0272,-0.0419 0.0413,-0.0819 0.0375,-0.12406 -0.006,-0.0681 -0.0597,-0.095 -0.13848,-0.0981 -0.16859,-0.31268 -0.41865,-0.56028 -0.74147,-0.70397 -0.13471,-0.0599 -0.27641,-0.10025 -0.41834,-0.11829 0.0187,-0.25414 0.0162,-0.48116 -0.0981,-0.55682 -0.0166,-0.011 -0.0336,-0.0165 -0.049,-0.0173 z"
+       id="path2770"
+       inkscape:connector-curvature="0" />
+    <path
+       style="color:#000000;fill:#222ebb;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 138.56299,335.43663 c -0.51535,0.13762 -0.84399,0.61677 -1.07678,1.06948 -0.41561,-0.10377 0.0681,0.41976 -0.16061,0.63877 -0.0487,0.22302 -0.42807,0.31711 -0.11315,0.47087 0.26545,0.43243 0.25147,1.17119 0.89793,1.23009 0.42968,0.0684 0.8284,-0.24858 1.09868,-0.52928 0.19944,-0.4855 0.36849,-1.05359 0.42706,-1.54034 -0.10014,-0.43603 -0.20081,-0.94568 -0.51466,-1.25929 -0.19031,0.005 -0.36636,-0.092 -0.55847,-0.0803 z"
+       id="path4974"
+       inkscape:connector-curvature="0" />
+    <path
+       style="color:#000000;fill:#fce94f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 142.85425,338.68825 c -1.42892,0.10381 -2.32589,2.04052 -1.46005,3.19751 0.2377,0.40463 0.74077,0.38492 1.12788,0.48911 0.45874,-0.36676 1.05191,-0.61036 1.2447,-1.22644 0.23084,-0.17894 0.2224,-0.29098 0.1606,-0.54752 -0.006,-0.2254 0.15733,-0.51408 0.1095,-0.67892 -0.21903,-0.39853 -0.25895,-0.94622 -0.78477,-1.12423 -0.12204,-0.0535 -0.28891,-0.11582 -0.39786,-0.10951 z"
+       id="path4976"
+       inkscape:connector-curvature="0" />
+    <path
+       style="color:#000000;fill:#60aa18;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 147.82934,335.64487 c -0.51402,-0.009 -0.99934,0.44016 -1.38903,0.63303 -0.15375,0.6796 -0.67353,1.3023 -0.47363,2.0585 0.0725,1.05012 1.48182,1.5767 2.21334,0.77877 0.71968,-0.51754 1.02535,-1.4557 0.8744,-2.31354 0.28768,-0.36874 -0.30437,-0.46049 -0.40988,-0.81975 -0.17431,-0.24617 -0.53447,-0.33992 -0.8152,-0.33701 z"
+       id="path4978"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/next.svg
===================================================================
--- /trunk/resources/images/dialogs/next.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/next.svg	(revision 16006)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" height="48" width="48">
+<defs>
+ <radialGradient id="rG" cy="19" cx="11" r="8" gradientUnits="userSpaceOnUse">
+  <stop id="stop5107" offset="0"/>
+  <stop id="stop5109" stop-opacity="0" offset="1"/>
+ </radialGradient>
+ <linearGradient id="lG" x1="17" y1="10" x2="35" y2="40" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1.0046 0 0 1 -1 .05)">
+  <stop id="stop5115" stop-color="#fff" offset="0"/>
+  <stop id="stop5117" stop-color="#fff" stop-opacity="0" offset="1"/>
+ </linearGradient>
+</defs>
+<path opacity=".2" d="m19,19a8,2 0 1,1-16,0 8,2 0 1,1 16,0z" transform="matrix(2.5 0 0 2.4 -3.9 -5.4)" fill="url(#rG)"/>
+<path d="m22.5,9.5 19,16.5-19,16.5v-8h-15v-17h15v-8z" stroke="#204a87" fill="#3465a4"/>
+<path opacity=".4" d="m8,18v8h32.8l-17.6-14.7v6.7" fill="#729fcf"/>
+<path opacity=".4" d="m23.5,11.8 16.5,14.3-16.5,14.3v-6.8h-15v-15h15v-6.8z" stroke="url(#lG)" fill="none"/>
+</svg>
Index: /trunk/resources/images/dialogs/previous.svg
===================================================================
--- /trunk/resources/images/dialogs/previous.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/previous.svg	(revision 16006)
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg id="svg2" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="48" width="48" version="1.0" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <defs id="defs4">
+  <radialGradient id="radialGradient4354" gradientUnits="userSpaceOnUse" cy="19.031" cx="11.25" gradientTransform="matrix(1 0 0 .28295 0 13.646)" r="8.0625">
+   <stop id="stop5107" offset="0"/>
+   <stop id="stop5109" stop-opacity="0" offset="1"/>
+  </radialGradient>
+  <linearGradient id="linearGradient5315" y2="41.419" gradientUnits="userSpaceOnUse" x2="11.726" gradientTransform="matrix(-1.0046 0 0 1 48.044 .0078752)" y1="11.133" x1="30.377">
+   <stop id="stop5115" stop-color="#fff" offset="0"/>
+   <stop id="stop5117" stop-color="#fff" stop-opacity="0" offset="1"/>
+  </linearGradient>
+ </defs>
+ <metadata id="metadata7">
+  <rdf:RDF>
+   <cc:Work rdf:about="">
+    <dc:format>image/svg+xml</dc:format>
+    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+    <dc:title>Go previous</dc:title>
+    <dc:date>August 2006</dc:date>
+    <dc:creator>
+     <cc:Agent>
+      <dc:title>Andreas Nilsson</dc:title>
+     </cc:Agent>
+    </dc:creator>
+    <dc:contributor>
+     <cc:Agent>
+      <dc:title>Jakub Steiner</dc:title>
+     </cc:Agent>
+    </dc:contributor>
+    <dc:source>http://www.gnome.org</dc:source>
+    <dc:subject>
+     <rdf:Bag>
+      <rdf:li>previous</rdf:li>
+      <rdf:li>arrow</rdf:li>
+      <rdf:li>go</rdf:li>
+     </rdf:Bag>
+    </dc:subject>
+    <cc:license rdf:resource="http://creativecommons.org/licenses/GPL/2.0/"/>
+    <dc:description/>
+   </cc:Work>
+   <cc:License rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+    <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
+    <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
+    <cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
+    <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
+    <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike"/>
+    <cc:requires rdf:resource="http://web.resource.org/cc/SourceCode"/>
+   </cc:License>
+  </rdf:RDF>
+ </metadata>
+ <g id="layer1">
+  <path id="path4346" opacity=".16292" style="color:black" d="m19.312 19.031a8.0625 2.2812 0 1 1 -16.124 0 8.0625 2.2812 0 1 1 16.124 0z" transform="matrix(2.4806 0 0 2.411 -3.907 -5.3836)" fill="url(#radialGradient4354)"/>
+  <path id="path4348" style="color:black" d="m24.504 9.5l-19.004 16.506 19.004 16.423v-7.87h14.996v-17.055h-14.996v-8.004z" stroke="#204a87" fill="#3465a4"/>
+  <path id="path4352" opacity=".35393" style="color:black" d="m39.006 18.008v7.952l-32.768-0.024 17.614-15.344v7.416h15.154z" fill="#729fcf"/>
+  <path id="path4360" opacity="0.354" style="color:black" d="m23.433 11.641l-16.516 14.386 16.516 14.2v-6.739h15.067v-14.978h-15.067v-6.869z" stroke="url(#linearGradient5315)" fill="none"/>
+ </g>
+</svg>
Index: /trunk/resources/images/dialogs/propertiesdialog.svg
===================================================================
--- /trunk/resources/images/dialogs/propertiesdialog.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/propertiesdialog.svg	(revision 16006)
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.5 r10040"
+   version="1.0"
+   sodipodi:docname="propertiesdialog2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\proj\icons\released\icon_note.png"
+   inkscape:export-xdpi="72"
+   inkscape:export-ydpi="72"
+   sodipodi:modified="TRUE">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient2428">
+      <stop
+         style="stop-color:#6291bd;stop-opacity:1;"
+         offset="0"
+         id="stop2430" />
+      <stop
+         style="stop-color:#375d88;stop-opacity:1;"
+         offset="1"
+         id="stop2432" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2428"
+       id="linearGradient2399"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.8,0,0,0.8,2.6057473,2.6061695)"
+       x1="11"
+       y1="11"
+       x2="22"
+       y2="22" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.4447222"
+     inkscape:cx="-24.514997"
+     inkscape:cy="-8.1646518"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="30px"
+     height="30px"
+     showgrid="false"
+     gridtolerance="10000"
+     inkscape:grid-points="true"
+     inkscape:window-width="1400"
+     inkscape:window-height="1003"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2395"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-3px"
+       originy="-3px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <dc:date>2008-05-12</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:language>fr-FR</dc:language>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>note</rdf:li>
+            <rdf:li>ticket</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:description>jean.victor.balin@gmail.com</dc:description>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Calque 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-3,-3)">
+    <path
+       style="fill:#888a85;fill-opacity:1;stroke:none"
+       d="m 4.1307473,3.3811695 c -0.4254472,0.040449 -0.7501614,0.3976344 -0.75,0.825 l 0,8.0000005 c 0.00148,0.217202 0.096114,0.421708 0.25,0.575 l 13.5999997,13.6 c 0.322935,0.318006 0.827065,0.318006 1.15,0 l 8,-8 c 0.318007,-0.322936 0.318007,-0.827065 0,-1.15 l -13.6,-13.6000005 c -0.153292,-0.1538861 -0.357797,-0.2485175 -0.575,-0.25 l -7.9999997,0 c -0.00833,3.713e-4 -0.016671,3.713e-4 -0.025,0 -0.02485,-0.00113 -0.02515,-0.00113 -0.05,0 z m 4.075,3.225 c 0.8832,0 1.6,0.7168 1.6,1.6 0,0.8832 -0.7168,1.6 -1.6,1.6 -0.8832,0 -1.6,-0.7168 -1.6,-1.6 0,-0.8832 0.7168,-1.6 1.6,-1.6 z"
+       id="path2409"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#eeeeec;fill-opacity:1;stroke:none"
+       d="m 4.2057473,4.2061695 0,8.0000005 13.5999997,13.6 8,-8 -13.6,-13.6000005 -7.9999997,0 z m 4,2.4 c 0.8832,0 1.6,0.7168 1.6,1.6 0,0.8832 -0.7168,1.6 -1.6,1.6 -0.8832,0 -1.6,-0.7168 -1.6,-1.6 0,-0.8832 0.7168,-1.6 1.6,-1.6 z"
+       id="rect2397"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#888a85;fill-opacity:1;stroke:none"
+       d="m 8.2057473,6.0311695 c -1.2010766,0 -2.175,0.9739232 -2.175,2.175 0,1.2010768 0.9739234,2.1750005 2.175,2.1750005 1.2010765,0 2.1749997,-0.9739237 2.1749997,-2.1750005 0,-1.2010768 -0.9739232,-2.175 -2.1749997,-2.175 z m 0,0.575 c 0.8832,0 1.6,0.7168 1.6,1.6 0,0.8832 -0.7168,1.6 -1.6,1.6 -0.8832,0 -1.6,-0.7168 -1.6,-1.6 0,-0.8832 0.7168,-1.6 1.6,-1.6 z"
+       id="path2417"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:url(#linearGradient2399);fill-opacity:1;stroke:none"
+       d="m 13.805747,9.0061695 8.8,8.8000005 -4.8,4.8 -8.7999997,-8.8 4.7999997,-4.8000005 z"
+       id="rect2419"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 13.199914,10.896265 c -0.219555,0.02477 -0.429328,0.139361 -0.570029,0.325564 l 0.592829,0.366258 c 0.03311,-0.04382 0.05889,-0.03705 0.09121,-0.04069 0.03232,-0.0036 0.07257,-0.01097 0.136807,0.02035 0.128483,0.06264 0.218568,0.185474 0.20521,0.244172 l 0.0228,0 c -0.268556,0.581248 0.207156,1.187933 0.889244,1.241211 l 0,0.0407 c 0.412069,0.07138 0.730718,0.446126 0.843644,0.854605 l 0.0456,0.101738 0.0912,0.08139 c 0.266586,0.180676 0.540778,0.236429 0.729638,0.305216 0.18886,0.06879 0.25667,0.09746 0.296415,0.203477 l 0.0228,0 c -0.01262,0.187248 -0.02196,0.368002 0.0684,0.549388 0.105453,0.211678 0.318312,0.389026 0.592829,0.488346 l 0,0.02035 c 0.01681,0.0058 0.02829,0.01524 0.0456,0.02035 0.153482,0.0659 0.324212,0.150293 0.41042,0.223825 0.09532,0.0813 0.11148,0.104306 0.0912,0.203478 l 0,0.0407 0,0.04069 c 0.0079,0.234833 0.124848,0.425423 0.319215,0.569736 0.194368,0.144312 0.495252,0.229137 0.77524,0.122086 l -0.273613,-0.610432 c -0.02297,0.0088 -0.01722,0.02107 -0.0456,0 -0.02838,-0.02107 -0.04466,-0.07352 -0.0456,-0.101738 l -0.0456,0 c 0.02872,-0.294458 -0.08261,-0.569599 -0.273614,-0.732518 -0.206923,-0.176497 -0.447832,-0.287669 -0.638433,-0.366259 l -0.0228,0 -0.0228,0 c -0.122271,-0.03609 -0.163328,-0.09906 -0.205211,-0.18313 -0.04188,-0.08407 -0.06875,-0.195886 -0.0456,-0.325564 l 0.0228,-0.08139 -0.0228,-0.08139 c -0.127242,-0.339415 -0.474984,-0.517683 -0.729637,-0.610432 -0.245884,-0.08956 -0.420705,-0.159191 -0.524426,-0.223824 -0.0011,-0.0028 -0.02169,0.0028 -0.0228,0 -0.205819,-0.522327 -0.608078,-1.019674 -1.299666,-1.139473 l -0.0228,-0.02035 -0.0456,0 c -0.254214,0.005 -0.444448,-0.197151 -0.319216,-0.406954 l 0.0456,-0.0407 0,-0.0407 c 0.09537,-0.419057 -0.195989,-0.785107 -0.547228,-0.956342 -0.17562,-0.08562 -0.396077,-0.126508 -0.615631,-0.101739 z"
+       id="path3236"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 12.24672,12.756802 c -0.382225,-0.176299 -0.840734,-0.197959 -1.235339,0.0479 l 0.380104,0.67054 c 0.296493,-0.184728 0.804943,0.06611 0.878992,0.407112 l 0.02376,0.07184 0.04751,0.07184 c 0.07496,0.102522 0.08167,0.2672 0.07127,0.5508 -0.01041,0.283601 -0.01961,0.692546 0.285078,1.029757 l 0.02376,0.0479 0.04751,0.02395 c 0.399629,0.274702 0.832447,0.381367 1.187826,0.526853 0.355379,0.145487 0.59878,0.303426 0.760208,0.574748 l 0.04751,0.07184 0.07127,0.0479 c 0.692919,0.458068 1.154373,1.254536 1.49666,2.083463 l 0.02376,0.02395 0,0.02395 c 0.209131,0.345615 0.544895,0.502976 0.807723,0.622644 0.262826,0.119667 0.466124,0.220445 0.593912,0.335269 l 0.04751,-0.0479 0.593913,0.239479 c 0.07426,-0.201662 0.07556,-0.466393 -0.07127,-0.694487 l -0.02376,-0.0479 -0.02376,-0.02395 c -0.271134,-0.243627 -0.578907,-0.350827 -0.807722,-0.455009 -0.228815,-0.104182 -0.366027,-0.194223 -0.451374,-0.33527 -0.347272,-0.829817 -0.848696,-1.670344 -1.6392,-2.251097 -0.04631,-0.03402 -0.07032,-0.0877 -0.118783,-0.119739 l -0.02376,0.02395 c -0.282734,-0.372151 -0.640729,-0.620162 -0.997774,-0.76633 -0.386975,-0.158422 -0.738219,-0.288914 -0.997775,-0.45501 -0.06558,-0.09343 -0.0803,-0.208736 -0.07127,-0.455008 0.0086,-0.234047 -0.02923,-0.568758 -0.190053,-0.88607 l 0.04751,0 c -0.0066,-0.03051 -0.03891,-0.04225 -0.04751,-0.07184 -0.01589,-0.02613 -0.0049,-0.04606 -0.02376,-0.07184 l -0.02376,0.02395 C 12.80771,13.229562 12.581752,12.911334 12.24672,12.756802 z"
+       id="path3238"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/relation/deletemembers.svg
===================================================================
--- /trunk/resources/images/dialogs/relation/deletemembers.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/relation/deletemembers.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="deletemembers.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM-new\images\dialogs\relation\selectmembers.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8.0000004"
+     inkscape:cx="-21.020221"
+     inkscape:cy="17.529543"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1254"
+     inkscape:window-height="834"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.80511302;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="7.1048818"
+       height="19.479883"
+       x="1.1038077"
+       y="2.2288091" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 1,4.25 L 7.75,4.1875"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.485;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 1.3710885,6.2979757 L 7.8164115,6.3407824"
+       id="path3165" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47918671;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 1.498302,11.033343 L 7.8221585,11.075895"
+       id="path3167" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47906977;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 1.5123801,16.611547 L 7.8158267,16.654215"
+       id="path3219" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.384;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2474"
+       width="5.2508626"
+       height="5.0939198"
+       x="17.149"
+       y="2.7272458" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#800000;stroke-width:1.384;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 19.962713,8.5021259 L 19.964937,15.297928"
+       id="path3272"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.38355958000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3282"
+       width="5.2508626"
+       height="5.0939198"
+       x="17.261948"
+       y="15.972962" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#800000;stroke-width:1.38399994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 1.0595479,1.0240808 L 8.6631694,22.713319"
+       id="path3989"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/relation/selectmembers.svg
===================================================================
--- /trunk/resources/images/dialogs/relation/selectmembers.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/relation/selectmembers.svg	(revision 16006)
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="selectmembers.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM-new\images\dialogs\relation\selectmembers.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="-6.0202237"
+     inkscape:cy="1.3155282"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.13305676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 14.040989,16.338285 L 14.040989,8.4092986 L 10.604195,12.36531 L 14.040989,16.338285 z"
+       id="path3276"
+       sodipodi:nodetypes="cccc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.80511302;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="7.1048818"
+       height="19.479883"
+       x="1.1038077"
+       y="2.2288091" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 1,4.25 L 7.75,4.1875"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.48521939;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 1.3710885,6.2979757 L 7.8164115,6.3407824"
+       id="path3165" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47918671;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 1.498302,11.033343 L 7.8221585,11.075895"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.36889639;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="6.0146875"
+       height="3.9307344"
+       x="1.6734251"
+       y="6.6937037" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47906977;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 1.5123801,16.611547 L 7.8158267,16.654215"
+       id="path3219" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.16147232;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 13.22293,15.211705 L 13.22293,7.2486346 L 9.627052,11.221652 L 13.22293,15.211705 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.384;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2474"
+       width="5.2508626"
+       height="5.0939198"
+       x="17.149"
+       y="2.7272458" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#800000;stroke-width:1.384;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 19.962713,8.5021259 L 19.964937,15.297928"
+       id="path3272"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.38355958000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3282"
+       width="5.2508626"
+       height="5.0939198"
+       x="17.261948"
+       y="15.972962" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/relation/selectprimitives.svg
===================================================================
--- /trunk/resources/images/dialogs/relation/selectprimitives.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/relation/selectprimitives.svg	(revision 16006)
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="selectprimitives.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\data\projekte\eclipse-3.4.1-ws\JOSM-new\images\dialogs\relation\selectmembers.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="9.8758618"
+     inkscape:cy="9.8361649"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showborder="true"
+     inkscape:window-width="1348"
+     inkscape:window-height="669"
+     inkscape:window-x="169"
+     inkscape:window-y="85" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       style="fill:#c8c8c8;fill-opacity:1;fill-rule:evenodd;stroke:#c8c8c8;stroke-width:1.13305676;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 10.427419,7.9673574 L 10.427419,15.896345 L 13.864213,11.940334 L 10.427419,7.9673574 z"
+       id="path3276"
+       sodipodi:nodetypes="cccc" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#646464;stroke-width:0.80511302;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="7.1048818"
+       height="19.479883"
+       x="1.1038077"
+       y="2.2288091" />
+    <path
+       style="fill:none;fill-rule:evenodd"
+       d="M 1,4.25 L 7.75,4.1875"
+       id="path3157" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.48521939;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 1.3710885,6.2979757 L 7.8164115,6.3407824"
+       id="path3165" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47918671;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 1.498302,11.033343 L 7.8221585,11.075895"
+       id="path3167" />
+    <rect
+       style="fill:#8faaff;fill-opacity:1;fill-rule:nonzero;stroke:#8faaff;stroke-width:0.36889639;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3173"
+       width="6.0146875"
+       height="3.9307344"
+       x="1.6734251"
+       y="6.6937037" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:0.47906977;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 1.5123801,16.611547 L 7.8158267,16.654215"
+       id="path3219" />
+    <path
+       style="fill:#000080;fill-rule:evenodd;stroke:#000080;stroke-width:1.16147232;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 11.394813,6.8066933 L 11.394813,14.769765 L 14.99069,10.796748 L 11.394813,6.8066933 z"
+       id="path3171"
+       sodipodi:nodetypes="cccc" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#800000;stroke-width:1.384;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2474"
+       width="5.2508626"
+       height="5.0939198"
+       x="17.149"
+       y="2.7272458" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#800000;stroke-width:1.384;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 19.962713,8.5021259 L 19.964937,15.297928"
+       id="path3272"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.38355958000000000;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3282"
+       width="5.2508626"
+       height="5.0939198"
+       x="17.261948"
+       y="15.972962" />
+  </g>
+</svg>
Index: /trunk/resources/images/dialogs/taginfo.svg
===================================================================
--- /trunk/resources/images/dialogs/taginfo.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/taginfo.svg	(revision 16006)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+<!-- Tag -->
+<path d="m1,1h5l9,9l-5,5l-9,-9z
+  M3,2.25a.75,.75 0 1 0 .0001,0z" fill="#946d5b"/>
+<!-- Tag label -->
+<path d="m6.5,3.5l6.5,6.5l-3,3l-6.5,-6.5z" fill="#ede1c3"/>
+<!-- Letter i-->
+<path d="M12,7v-3h2v5z
+  M12,1h2v2h-2z" fill="#000"/>
+<!-- Bar chart base -->
+<path d="m1,14h7v1h-7z" fill="#333"/>
+<!-- Left bar -->
+<path d="m2,14v-5h1v5z" fill="#e22721"/>
+<!-- Center bar-->
+<path d="m4,14v-2h1v2z" fill="#3b7db6"/>
+<!-- Right bar -->
+<path d="m6,14v-4h1v4z" fill="#4ead4c"/>
+</svg>
Index: /trunk/resources/images/dialogs/up.svg
===================================================================
--- /trunk/resources/images/dialogs/up.svg	(revision 16006)
+++ /trunk/resources/images/dialogs/up.svg	(revision 16006)
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48"
+   height="48"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45"
+   version="1.0"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   sodipodi:docname="go-up.svg"
+   inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-icon-theme/16x16/actions/go-previous.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5105">
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0"
+         id="stop5107" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop5109" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5113">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop5115" />
+      <stop
+         style="stop-color:white;stop-opacity:0;"
+         offset="1"
+         id="stop5117" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5105"
+       id="radialGradient4354"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.282946,0,13.64644)"
+       cx="11.25"
+       cy="19.03125"
+       fx="11.25"
+       fy="19.03125"
+       r="8.0625" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5113"
+       id="linearGradient5315"
+       x1="43.129921"
+       y1="15.195395"
+       x2="7.9313831"
+       y2="34.731434"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0,-1.004639,1,0,-1.992125,51.04405)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666"
+     borderopacity="0.17254902"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="27.580601"
+     inkscape:cy="22.230627"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="48px"
+     height="48px"
+     inkscape:showpageshadow="false"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="973"
+     inkscape:window-x="0"
+     inkscape:window-y="27" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Go up</dc:title>
+        <dc:date>August 2006</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Andreas Nilsson</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <dc:source>http://www.gnome.org</dc:source>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>up</rdf:li>
+            <rdf:li>arrow</rdf:li>
+            <rdf:li>go</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:description />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.16292138;color:black;fill:url(#radialGradient4354);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="path4346"
+       sodipodi:cx="11.25"
+       sodipodi:cy="19.03125"
+       sodipodi:rx="8.0625"
+       sodipodi:ry="2.28125"
+       d="M 19.3125 19.03125 A 8.0625 2.28125 0 1 1  3.1875,19.03125 A 8.0625 2.28125 0 1 1  19.3125 19.03125 z"
+       transform="matrix(2.48062,0,0,2.410961,-3.906976,-5.38361)" />
+    <path
+       style="opacity:1;color:black;fill:#3465a4;fill-opacity:1;fill-rule:nonzero;stroke:#204a87;stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 7.4999998,27.504161 L 24.006024,8.5000164 L 40.429315,27.504161 L 32.55948,27.504161 L 32.55948,42.5 L 15.504348,42.5 L 15.504348,27.504161 L 7.4999998,27.504161 z "
+       id="path4348"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="opacity:0.35393258;color:black;fill:#729fcf;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 16.007932,42.006365 L 23.960194,42.006365 L 23.936091,9.2374984 L 8.5915668,26.852103 L 16.007932,26.852103 L 16.007932,42.006365 z "
+       id="path4352"
+       sodipodi:nodetypes="cccccc" />
+    <path
+       style="opacity:0.35400002;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5315);stroke-width:0.99999958;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 9.6410568,26.433312 L 24.02733,9.9166734 L 38.226631,26.433312 L 31.488262,26.433312 L 31.488262,41.499995 L 16.509928,41.499995 L 16.509928,26.433312 L 9.6410568,26.433312 z "
+       id="path4360"
+       sodipodi:nodetypes="cccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/download_along_way.svg
===================================================================
--- /trunk/resources/images/download_along_way.svg	(revision 16006)
+++ /trunk/resources/images/download_along_way.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24">
+<path d="M-.5,3.5l4,-4M-.5,10.5l5.5,-5.5M-.5,17.5l7.5,-7.5m4,-4l6.5,-6.5m6.5,.5l-10,10m-4,4l-10,10m6.5,.5l5.5,-5.5m6,-6l6.5,-6.5M13.5,24.5l1.5,-1.5m5,-5l4.5,-4.5M20.5,24.5l4,-4" stroke="#fe0"/>
+<path d="M6.5,-.5l1,2.5 1,6 7,7 1,5 2,2" stroke="#f00" fill="none"/>
+</svg>
Index: /trunk/resources/images/downloadalongtrack.svg
===================================================================
--- /trunk/resources/images/downloadalongtrack.svg	(revision 16006)
+++ /trunk/resources/images/downloadalongtrack.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24">
+<path d="M-.5,3.5l4,-4M-.5,10.5l5.5,-5.5M-.5,17.5l7.5,-7.5m4,-4l6.5,-6.5m6.5,.5l-10,10m-4,4l-10,10m6.5,.5l5.5,-5.5m6,-6l6.5,-6.5M13.5,24.5l1.5,-1.5m5,-5l4.5,-4.5M20.5,24.5l4,-4" stroke="#fe0"/>
+<path d="M6.5,-.5l1,2.5 1,6 7,7 1,5 2,2" stroke="#000" fill="none"/>
+</svg>
Index: /trunk/resources/images/exit.svg
===================================================================
--- /trunk/resources/images/exit.svg	(revision 16006)
+++ /trunk/resources/images/exit.svg	(revision 16006)
@@ -0,0 +1,367 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48"
+   height="48"
+   id="svg2"
+   inkscape:label="Pozadí"
+   sodipodi:version="0.32"
+   inkscape:version="0.45"
+   version="1.0"
+   sodipodi:docname="application-exit.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions">
+  <defs
+     id="defs3">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5837">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5839" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop5841" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5771">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop5773" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop5775" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5757">
+      <stop
+         style="stop-color:#eeeeec;stop-opacity:1;"
+         offset="0"
+         id="stop5759" />
+      <stop
+         style="stop-color:#b6b9b2;stop-opacity:1"
+         offset="1"
+         id="stop5761" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5749">
+      <stop
+         style="stop-color:#555753;stop-opacity:1;"
+         offset="0"
+         id="stop5751" />
+      <stop
+         style="stop-color:#d3d7cf;stop-opacity:1"
+         offset="1"
+         id="stop5753" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5060"
+       id="radialGradient5031"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-2.774389,0,0,1.969706,444.1734,-872.88106)"
+       cx="605.71429"
+       cy="486.64789"
+       fx="605.71429"
+       fy="486.64789"
+       r="117.14286" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5060">
+      <stop
+         style="stop-color:black;stop-opacity:1;"
+         offset="0"
+         id="stop5062" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop5064" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5060"
+       id="radialGradient5029"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.7182065,0,0,1.969706,-1790.093,-872.88106)"
+       cx="605.71429"
+       cy="486.64789"
+       fx="605.71429"
+       fy="486.64789"
+       r="117.14286" />
+    <linearGradient
+       id="linearGradient5048">
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="0"
+         id="stop5050" />
+      <stop
+         id="stop5056"
+         offset="0.5"
+         style="stop-color:black;stop-opacity:1;" />
+      <stop
+         style="stop-color:black;stop-opacity:0;"
+         offset="1"
+         id="stop5052" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5048"
+       id="linearGradient5027"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.242688,0,0,1.969706,-1503.9583,-872.8854)"
+       x1="302.85715"
+       y1="366.64789"
+       x2="302.85715"
+       y2="609.50507" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5551">
+      <stop
+         style="stop-color:#d80000;stop-opacity:1;"
+         offset="0"
+         id="stop5553" />
+      <stop
+         style="stop-color:#ff1919;stop-opacity:1"
+         offset="1"
+         id="stop5555" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4962">
+      <stop
+         style="stop-color:#4f7633;stop-opacity:1;"
+         offset="0"
+         id="stop4964" />
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="1"
+         id="stop4966" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4962"
+       id="linearGradient4968"
+       x1="36"
+       y1="24"
+       x2="36"
+       y2="6.8892298"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8011917,0,0,1.8095239,-36.032773,-5.4523814)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5551"
+       id="linearGradient5569"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.8216585,0,0,1.8541455,19.808292,-28.322168)"
+       x1="-5"
+       y1="30.485746"
+       x2="-5"
+       y2="28" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5749"
+       id="linearGradient5755"
+       x1="20.736568"
+       y1="8"
+       x2="12.734337"
+       y2="8"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.1250002,0,0,1.8421053,-12.062503,-6.4736843)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5757"
+       id="linearGradient5763"
+       x1="15"
+       y1="10"
+       x2="20"
+       y2="10"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.888889,0,0,1.8421053,-9.1111132,-6.4736842)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5771"
+       id="linearGradient5777"
+       x1="19"
+       y1="3"
+       x2="19"
+       y2="10"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(2.4863836,0,0,1.5000001,-25.26852,-4.0000006)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5837"
+       id="linearGradient5848"
+       gradientUnits="userSpaceOnUse"
+       x1="10"
+       y1="44.016026"
+       x2="10"
+       y2="12.805173"
+       gradientTransform="matrix(0.9130435,0,0,0.9130435,1.7173913,2.2608696)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="13.455176"
+     inkscape:cx="39.875591"
+     inkscape:cy="17.816185"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="48px"
+     height="48px"
+     inkscape:showpageshadow="false"
+     gridtolerance="10000"
+     inkscape:window-width="1278"
+     inkscape:window-height="965"
+     inkscape:window-x="0"
+     inkscape:window-y="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4948" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Vrstva 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <g
+       style="display:inline"
+       id="g5022"
+       transform="matrix(2.080446e-2,0,0,1.7667008e-2,41.56675,40.26266)">
+      <rect
+         y="-150.69685"
+         x="-1234.8357"
+         height="478.35718"
+         width="1082.8979"
+         id="rect4173"
+         style="opacity:0.39195981;color:#000000;fill:url(#linearGradient5027);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path5058"
+         d="M -151.93764,-150.67604 C -151.93764,-150.67604 -151.93764,327.65475 -151.93764,327.65475 C -11.956731,328.5552 186.46809,220.48509 186.46801,88.458574 C 186.46801,-43.567963 30.259854,-150.67602 -151.93764,-150.67604 z"
+         style="opacity:0.40206185;color:#000000;fill:url(#radialGradient5029);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+      <path
+         style="opacity:0.40206185;color:#000000;fill:url(#radialGradient5031);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         d="M -1227.8411,-150.67604 C -1227.8411,-150.67604 -1227.8411,327.65475 -1227.8411,327.65475 C -1370.7153,328.5552 -1573.2413,220.48509 -1573.2413,88.458573 C -1573.2413,-43.567964 -1413.8045,-150.67602 -1227.8411,-150.67604 z"
+         id="path5018"
+         sodipodi:nodetypes="cccc" />
+    </g>
+    <rect
+       style="opacity:1;color:#000000;fill:url(#linearGradient4968);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4960"
+       width="27.017878"
+       height="38"
+       x="13.5"
+       y="4.5" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#73d216;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.36486487"
+       d="M 15.574321,41.529642 L 39.5115,41.529642 L 39.5115,5.7229624"
+       id="path5547"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="color:#000000;fill:url(#linearGradient5763);fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5755);stroke-width:0.99999987999999995px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 14.5,5.5000001 L 31.5,5.5000001 L 31.5,33.131579 L 14.5,40.5 L 14.5,5.5000001 z"
+       id="rect5746"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="opacity:1;color:#000000;fill:url(#linearGradient5569);fill-opacity:1;fill-rule:nonzero;stroke:#a60f11;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 13.482087,14.5 L 13.482087,20.466898 L 2.5025365,20.466898 L 2.5025365,31.574563 L 13.482087,31.574563 L 13.482087,37.499999 L 26.500001,26.375127 L 13.482087,14.5 z"
+       id="rect5549"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.23873877;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 14.503737,16.777476 L 14.503737,21.515111 L 3.5201752,21.515111 L 3.5201752,30.552669 L 14.503737,30.552669 L 14.503737,35.259942 L 24.866255,26.31942 L 14.503737,16.777476 z"
+       id="path5561"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.61261261"
+       d="M 30.546104,7.3868349 L 30.528133,32.373144 L 15.500001,38.969853"
+       id="path5765"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="fill:url(#linearGradient5777);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 17,5 L 29.431919,11 L 36.89107,11 L 36.89107,5 L 17,5 z"
+       id="path5769" />
+    <rect
+       style="opacity:1;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5797"
+       width="1"
+       height="1"
+       x="28"
+       y="19" />
+    <rect
+       y="20"
+       x="29"
+       height="1"
+       width="1"
+       id="rect5799"
+       style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5805"
+       width="0.99999976"
+       height="1"
+       x="29"
+       y="21" />
+    <rect
+       y="21"
+       x="28"
+       height="1"
+       width="0.99999976"
+       id="rect5807"
+       style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:1;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5829"
+       width="0.99999976"
+       height="1"
+       x="27"
+       y="22" />
+    <rect
+       y="20"
+       x="28"
+       height="1"
+       width="1"
+       id="rect5831"
+       style="opacity:1;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    <rect
+       style="opacity:1;color:#000000;fill:#555753;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5833"
+       width="1"
+       height="1"
+       x="28"
+       y="22" />
+    <path
+       style="opacity:0.52401747;color:#000000;fill:url(#linearGradient5848);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.23873876999999999;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 14.014946,15.5 L 14.014946,20.949728 L 4,20.949728 L 4,23.432065 C 6.3080298,24.978602 10.143561,26 14.5,26 C 18.0582,26 21.283715,25.321421 23.601902,24.230978 L 14.014946,15.5 z"
+       id="path5835" />
+  </g>
+</svg>
Index: /trunk/resources/images/followline.svg
===================================================================
--- /trunk/resources/images/followline.svg	(revision 16006)
+++ /trunk/resources/images/followline.svg	(revision 16006)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px" fill="none">
+  <path d="m9,3l1,11l-7,7" stroke="#ff0000"/>
+  <path d="m10,14l11,-11
+    m-7.5-.5h4m0,0l-1,-1v2z" stroke="#000000" stroke-linecap="butt"/>
+  <path d="m1.5,19.5h3v3h-3z
+    m7,-7h3v3h-3z
+    m11,-11h3v3h-3z" stroke="#df421e" fill="#ffffff"/>
+  <path d="m7.5,1.5h3v3h-3z" fill="#bababa" stroke="#7a7a7a"/>
+</svg>
Index: /trunk/resources/images/help.svg
===================================================================
--- /trunk/resources/images/help.svg	(revision 16006)
+++ /trunk/resources/images/help.svg	(revision 16006)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1"
+	 id="svg2" inkscape:version="0.45" sodipodi:version="0.32" sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/apps" sodipodi:docname="help-browser.svg" inkscape:output_extension="org.inkscape.output.svg.inkscape" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/"
+	 xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="48px" height="48px"
+	 viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve">
+<sodipodi:namedview  width="48px" height="48px" borderopacity="1" bordercolor="#afafaf" pagecolor="#ffffff" id="base" inkscape:zoom="1" inkscape:window-width="1051" showguides="true" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:cx="37.814217" inkscape:cy="7.9212512" inkscape:document-units="px" inkscape:current-layer="layer1" gridspacingy="0.5px" inkscape:showpageshadow="false" gridspacingx="0.5px" gridempspacing="2" showgrid="false" inkscape:window-height="797" inkscape:window-x="210" inkscape:window-y="25" showborder="false" inkscape:guide-bbox="true" inkscape:grid-points="true" borderlayer="true">
+	</sodipodi:namedview>
+<radialGradient id="path3773_1_" cx="-235.4526" cy="-26.9316" r="8" gradientTransform="matrix(3.0027 0 0 -0.8163 730.9988 16.5525)" gradientUnits="userSpaceOnUse">
+	<stop  offset="0" style="stop-color:#000000"/>
+	<stop  offset="1" style="stop-color:#000000;stop-opacity:0"/>
+</radialGradient>
+<path id="path3773" sodipodi:rx="8" sodipodi:cx="8" sodipodi:type="arc" sodipodi:ry="5" sodipodi:cy="17" opacity="0.5" fill="url(#path3773_1_)" enable-background="new    " d="
+	M48.021,38.536c0,3.606-10.755,6.53-24.021,6.53s-24.022-2.924-24.022-6.53s10.755-6.53,24.022-6.53S48.021,34.93,48.021,38.536z"/>
+<radialGradient id="path1871_1_" cx="45" cy="38.7588" r="19.5" gradientTransform="matrix(1 0 0 -1.0356 -21 62.2397)" gradientUnits="userSpaceOnUse">
+	<stop  offset="0" style="stop-color:#EEEEEC"/>
+	<stop  offset="0.5" style="stop-color:#EEEEEC"/>
+	<stop  offset="0.7831" style="stop-color:#FFFFFF"/>
+	<stop  offset="1" style="stop-color:#D3D7CF"/>
+</radialGradient>
+<path id="path1871" fill="url(#path1871_1_)" stroke="#888A85" stroke-width="1" stroke-linecap="round" stroke-linejoin="round" d="
+	M24,3.5c-10.488,0-19,8.824-19,19.695c0,10.871,8.512,19.695,19,19.695c10.488,0,19-8.824,19-19.695C43,12.324,34.488,3.5,24,3.5z
+	 M24,13.866c4.968,0,9,4.179,9,9.329c0,5.149-4.032,9.329-9,9.329s-9-4.18-9-9.329C15,18.045,19.032,13.866,24,13.866z"/>
+<linearGradient id="path2764_1_" gradientUnits="userSpaceOnUse" x1="-171.0674" y1="186.6328" x2="-172.6394" y2="188.2048" gradientTransform="matrix(2 0 0 -2.0732 356.5 400.1307)">
+	<stop  offset="0" style="stop-color:#EF2929"/>
+	<stop  offset="1" style="stop-color:#EF2929;stop-opacity:0.45"/>
+</linearGradient>
+<path id="path2764" sodipodi:nodetypes="ccccc" fill="url(#path2764_1_)" d="M16.375,5.185c-4.343,1.983-7.836,5.604-9.75,10.107
+	c3.995-0.047,6.59,2.004,9.125,4.146c0.906-2.125,2.575-3.855,4.625-4.794C19.654,11.053,18.398,7.845,16.375,5.185z"/>
+<linearGradient id="path2772_1_" gradientUnits="userSpaceOnUse" x1="-171.0186" y1="177.0479" x2="-169.3267" y2="178.7397" gradientTransform="matrix(2 0 0 -2.0732 356.5 400.1307)">
+	<stop  offset="0" style="stop-color:#EF2929"/>
+	<stop  offset="1" style="stop-color:#EF2929;stop-opacity:0.45"/>
+</linearGradient>
+<path id="path2772" sodipodi:nodetypes="ccccc" fill="url(#path2772_1_)" d="M15.75,26.953c-3.042,0.777-6.083,0.982-9.125,4.146
+	c1.914,4.502,5.407,8.123,9.75,10.106c0.542-3.681,1.581-7.03,4-9.459C18.325,30.809,16.656,29.078,15.75,26.953z"/>
+<linearGradient id="path2795_1_" gradientUnits="userSpaceOnUse" x1="-161.8262" y1="186.2402" x2="-159.7007" y2="188.3657" gradientTransform="matrix(2 0 0 -2.0732 356.5 400.1307)">
+	<stop  offset="0" style="stop-color:#EF2929"/>
+	<stop  offset="1" style="stop-color:#EF2929;stop-opacity:0.45"/>
+</linearGradient>
+<path id="path2795" sodipodi:nodetypes="ccccc" fill="url(#path2795_1_)" d="M31.625,5.185c-1.949,2.538-3.608,5.364-4,9.459
+	c2.051,0.939,3.719,2.669,4.625,4.794c3.18-2.622,6.259-4.345,9.125-4.146C39.461,10.789,35.969,7.168,31.625,5.185z"/>
+<linearGradient id="path2797_1_" gradientUnits="userSpaceOnUse" x1="-161.3433" y1="176.9121" x2="-162.7928" y2="178.3617" gradientTransform="matrix(2 0 0 -2.0732 356.5 400.1307)">
+	<stop  offset="0" style="stop-color:#EF2929"/>
+	<stop  offset="1" style="stop-color:#EF2929;stop-opacity:0.45"/>
+</linearGradient>
+<path id="path2797" sodipodi:nodetypes="ccccc" fill="url(#path2797_1_)" d="M32.25,26.953c-0.906,2.125-2.574,3.855-4.625,4.794
+	c2.021,2.465,3.233,5.739,4,9.459c4.344-1.983,7.836-5.604,9.75-10.106C39.211,28.664,35.98,27.508,32.25,26.953z"/>
+<path id="path3706" sodipodi:nodetypes="cccc" fill="none" stroke="#A40000" stroke-width="1" stroke-linecap="round" d="
+	M15.75,19.438c0.906-2.125,2.575-3.855,4.625-4.794 M16.375,5.185c-4.343,1.983-7.836,5.604-9.75,10.107"/>
+<path id="path3708" sodipodi:nodetypes="cccc" fill="none" stroke="#A40000" stroke-width="1" stroke-linecap="round" d="
+	M41.375,15.292c-1.914-4.502-5.406-8.124-9.75-10.107 M27.625,14.644c2.051,0.939,3.719,2.669,4.625,4.794"/>
+<path id="path3710" sodipodi:nodetypes="cccc" fill="none" stroke="#A40000" stroke-width="1" stroke-linecap="round" d="
+	M32.25,26.953c-0.906,2.125-2.574,3.855-4.625,4.794 M31.625,41.206c4.344-1.983,7.836-5.604,9.75-10.106"/>
+<path id="path3712" sodipodi:nodetypes="cccc" fill="none" stroke="#A40000" stroke-width="1" stroke-linecap="round" d="
+	M20.375,31.747c-2.05-0.938-3.719-2.669-4.625-4.794 M6.625,31.1c1.914,4.502,5.407,8.123,9.75,10.106"/>
+<radialGradient id="path3722_1_" cx="-367.9072" cy="321.3447" r="8.4622" gradientUnits="userSpaceOnUse">
+	<stop  offset="0" style="stop-color:#FFFFFF"/>
+	<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0.3393"/>
+</radialGradient>
+<path id="path3722" sodipodi:rx="8" sodipodi:cx="10" sodipodi:type="arc" sodipodi:ry="7.71875" sodipodi:cy="10.28125" opacity="0.4" fill="none" stroke="url(#path3722_1_)" stroke-width="0.4287" stroke-linecap="round" enable-background="new    " d="
+	M41.973,23.195c0,10.325-8.047,18.695-17.973,18.695S6.028,33.521,6.028,23.195S14.074,4.5,24,4.5S41.973,12.87,41.973,23.195z"/>
+<radialGradient id="path3724_1_" cx="-364.6362" cy="308.3506" r="8.7144" gradientUnits="userSpaceOnUse">
+	<stop  offset="0" style="stop-color:#FFFFFF"/>
+	<stop  offset="1" style="stop-color:#FFFFFF;stop-opacity:0"/>
+</radialGradient>
+<path id="path3724" sodipodi:rx="8" sodipodi:cx="10" sodipodi:type="arc" sodipodi:ry="7.71875" sodipodi:cy="10.28125" opacity="0.8" fill="none" stroke="url(#path3724_1_)" stroke-width="0.7765" stroke-linecap="round" enable-background="new    " d="
+	M33.939,23.195c0,5.691-4.45,10.305-9.939,10.305s-9.939-4.613-9.939-10.305S18.511,12.891,24,12.891S33.939,17.504,33.939,23.195z"
+	/>
+</svg>
Index: /trunk/resources/images/help/home.svg
===================================================================
--- /trunk/resources/images/help/home.svg	(revision 16006)
+++ /trunk/resources/images/help/home.svg	(revision 16006)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg id="svg1328" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" height="48px" width="48px" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/">
+ <defs id="defs1330">
+  <linearGradient id="linearGradient2781">
+   <stop id="stop2783" offset="0"/>
+   <stop id="stop2785" stop-opacity="0" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient2780" y2="15.677" gradientUnits="userSpaceOnUse" x2="8.1772" gradientTransform="matrix(3.1372 0 0 3.1841 -1.6067 -4.8611)" y1="5.8577" x1="8.1772">
+   <stop id="stop5108" stop-color="#729fcf" offset="0"/>
+   <stop id="stop5110" stop-color="#386ea6" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient2788" y2="55.266" gradientUnits="userSpaceOnUse" x2="29.031" y1="23.266" x1="26.062">
+   <stop id="stop2784" stop-color="#fff" offset="0"/>
+   <stop id="stop2786" stop-color="#fff" stop-opacity="0" offset="1"/>
+  </linearGradient>
+  <radialGradient id="radialGradient2827" xlink:href="#linearGradient2781" gradientUnits="userSpaceOnUse" cy="44" cx="1" gradientTransform="matrix(2 0 0 .8 -13 -79.2)" r="5"/>
+  <radialGradient id="radialGradient2829" xlink:href="#linearGradient2781" gradientUnits="userSpaceOnUse" cy="44" cx="1" gradientTransform="matrix(2 0 0 .8 36 8.8)" r="5"/>
+  <linearGradient id="linearGradient2831" y2="40" gradientUnits="userSpaceOnUse" x2="21.875" y1="48.001" x1="21.875">
+   <stop id="stop2806" stop-opacity="0" offset="0"/>
+   <stop id="stop2812" offset=".5"/>
+   <stop id="stop2808" stop-opacity="0" offset="1"/>
+  </linearGradient>
+ </defs>
+ <metadata id="metadata1333">
+  <rdf:RDF>
+   <cc:Work rdf:about="">
+    <dc:format>image/svg+xml</dc:format>
+    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+    <dc:title>Go Home</dc:title>
+    <dc:subject>
+     <rdf:Bag>
+      <rdf:li>go</rdf:li>
+      <rdf:li>seek</rdf:li>
+      <rdf:li>home</rdf:li>
+     </rdf:Bag>
+    </dc:subject>
+    <dc:creator>
+     <cc:Agent>
+      <dc:title>Rodney Dawes</dc:title>
+     </cc:Agent>
+    </dc:creator>
+    <dc:contributor>
+     <cc:Agent>
+      <dc:title>Jakub Steiner</dc:title>
+     </cc:Agent>
+    </dc:contributor>
+    <cc:license rdf:resource="http://creativecommons.org/licenses/GPL/2.0/"/>
+   </cc:Work>
+   <cc:License rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+    <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
+    <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
+    <cc:requires rdf:resource="http://web.resource.org/cc/Notice"/>
+    <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
+    <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike"/>
+    <cc:requires rdf:resource="http://web.resource.org/cc/SourceCode"/>
+   </cc:License>
+  </rdf:RDF>
+ </metadata>
+ <g id="layer1">
+  <g id="g2822" opacity=".3" transform="matrix(1 0 0 1.0374 0 -1.6486)">
+   <rect id="rect1892" opacity="1" style="color:black" transform="scale(-1)" height="8" width="10" y="-48" x="-11" fill="url(#radialGradient2827)"/>
+   <rect id="rect2789" opacity="1" style="color:black" height="8" width="10" y="40" x="38" fill="url(#radialGradient2829)"/>
+   <rect id="rect2793" opacity="1" style="color:black" height="8" width="27" y="40" x="11" fill="url(#linearGradient2831)"/>
+  </g>
+  <path id="rect5117" style="color:black" d="m24.046 1.5072l-22.828 24.069h5.2682l0.0625 18.979 35.998-0.062-0.148-19.024 4.476 0.044-9.334-9.829 0.009-12.151-7.044-0.0095 0.031 4.6635-6.491-6.6798z" stroke="#204a87" fill="url(#linearGradient2780)"/>
+  <path id="path2778" opacity=".41237" style="color:black" d="m24.031 3.0312l-20.344 21.469h2.813c0.282-0.001 0.5527 0.111 0.7522 0.31 0.1994 0.2 0.3111 0.47 0.3103 0.752l0.0625 17.938 33.844-0.062-0.125-17.969c-0.001-0.282 0.111-0.553 0.31-0.752 0.2-0.2 0.47-0.312 0.752-0.311h1.969l-7.625-8c-0.181-0.195-0.281-0.452-0.281-0.718l0.031-11.094-4.938-0.0002 0.032 3.5937c0.002 0.4303-0.257 0.8191-0.655 0.9836-0.397 0.1645-0.855 0.0722-1.158-0.2336l-5.75-5.9063z" stroke="url(#linearGradient2788)" fill="none"/>
+ </g>
+</svg>
Index: /trunk/resources/images/joinareas.svg
===================================================================
--- /trunk/resources/images/joinareas.svg	(revision 16006)
+++ /trunk/resources/images/joinareas.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m3,3h14v4h4v14h-14v-4h-4z" stroke-width="2" stroke="#000000" fill="#fff7c9"/>
+  <path d="m7,16v-9h9m1,1v9h-9" stroke-width="2" stroke="#777777" fill="none"/>
+  <path d="m8,8h8v8h-8z"  fill="#ffd800"/>
+  <path d="m1.5,1.5h3v3h-3z
+    m14,0h3v3h-3z
+    m-14,14h3v3h-3z
+    m18,-10h3v3h-3z
+    m0,14h3v3h-3z
+    m-14,0h3v3h-3z" stroke="#df421e" fill="#ffffff"/>
+  <path d="m5.5,5.5h3v3h-3z
+    m10,10h3v3h-3z" stroke="#eb937e" fill="#ffffff"/>
+</svg>
Index: /trunk/resources/images/joinnodeway.svg
===================================================================
--- /trunk/resources/images/joinnodeway.svg	(revision 16006)
+++ /trunk/resources/images/joinnodeway.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24">
+<path d="M4,11L19,8M12,12l3,12" stroke="#000" fill="none"/>
+<path d="M2.5,9.5h3v3h-3zM17.5,6.5h3v3h-3zm-7,4h3v3h-3z" fill="#fff" stroke="#df421e"/>
+<path d="M11.5,1v7m-3,-3l3,3 3,-3" stroke="#5c4747" fill="none"/>
+</svg>
Index: /trunk/resources/images/lock.svg
===================================================================
--- /trunk/resources/images/lock.svg	(revision 16006)
+++ /trunk/resources/images/lock.svg	(revision 16006)
@@ -0,0 +1,40 @@
+<svg height="812" viewBox="42 119 650 812" width="650" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <!-- Adapted from https://commons.wikimedia.org/wiki/File:Lock.svg -->
+    <linearGradient id="a">
+        <stop offset="0" stop-color="#fff"/>
+        <stop offset="1" stop-color="#fff" stop-opacity="0"/>
+    </linearGradient>
+    <linearGradient id="b" gradientTransform="matrix(31.442825 0 0 15.721413 163.64608 98.870782)" gradientUnits="userSpaceOnUse" x1="11.5" x2="11.779029" xlink:href="#a" y1="20.579729" y2="14.259961"/>
+    <linearGradient id="c" gradientTransform="matrix(31.442825 0 0 14.809689 -182.22526 119.54828)" gradientUnits="userSpaceOnUse" x1="14.217941" x2="17.859085" xlink:href="#a" y1="6.879535" y2="3.95666"/>
+    <linearGradient id="d" gradientTransform="matrix(14.541559 0 0 15.073297 19.247073 148.75198)" gradientUnits="userSpaceOnUse" x1="10.907269" x2="30.875446" y1="25.002281" y2="36.127281">
+        <stop offset="0" stop-color="#fff"/>
+        <stop offset="1" stop-color="#fff" stop-opacity=".494845"/>
+    </linearGradient>
+    <linearGradient id="e" gradientTransform="matrix(15.721413 0 0 17.134408 -9.289589 61.732234)" gradientUnits="userSpaceOnUse" x1="6.72682" x2="40.938126" y1="32.161697" y2="32.161697">
+        <stop offset="0" stop-color="#fce94f"/>
+        <stop offset=".20999999" stop-color="#ffec41"/>
+        <stop offset=".83999997" stop-color="#edd400"/>
+        <stop offset="1" stop-color="#c4a00f" stop-opacity=".941176"/>
+    </linearGradient>
+    <linearGradient id="f" gradientTransform="matrix(15.721413 0 0 17.134408 -9.289589 79.385615)" gradientUnits="userSpaceOnUse" x1="31.630468" x2="8.671364" y1="41.791817" y2="25.793524">
+        <stop offset="0" stop-color="#8f5902"/>
+        <stop offset="1" stop-color="#c17d11"/>
+    </linearGradient>
+    <linearGradient id="g" gradientTransform="matrix(15.401043 0 0 15.948654 -11.070064 104.56497)" gradientUnits="userSpaceOnUse" x1="12.88666" x2="20.087339" y1="4.360276" y2="18.414022">
+        <stop offset="0" stop-color="#babdb6"/>
+        <stop offset=".5" stop-color="#eeeeec"/>
+        <stop offset="1" stop-color="#babdb6"/>
+    </linearGradient>
+    <linearGradient id="h" gradientTransform="matrix(15.401043 0 0 15.948654 -11.070064 104.56497)" gradientUnits="userSpaceOnUse" x1="19.250618" x2="16.198252" y1="9.663577" y2="6.039655">
+        <stop offset="0" stop-color="#555753"/>
+        <stop offset="1" stop-color="#888a85"/>
+    </linearGradient>
+    <path d="m-64.879845 115.85568h850v850h-850z" fill="none"/>
+    <path d="m149.64097 462.77119v-122.55827c0-125.51812 84.12878-182.74178 209.22253-181.17424 125.77437 1.56753 208.8138 56.17792 208.8138 183.17269l-.20845 120.55982h-76.73795v-88.997c-2.06012-30.8929 8.56244-134.37251-130.98679-134.37251-140.51178 0-132.25265 103.8535-131.74913 134.98757v88.38194h-78.35452z" fill="url(#g)" fill-rule="evenodd" stroke="url(#h)" stroke-width="37.986671"/>
+    <rect height="377.42322" rx="84.899323" ry="73.867165" style="fill-rule:evenodd;stroke-width:37.986675;stroke-linecap:round;stroke-linejoin:round;fill:url(#e);stroke:url(#f)" width="550.18536" x="92.865761" y="464.39069"/>
+    <rect height="302.70956" rx="46.140316" ry="46.140354" style="fill:none;stroke-width:37.98671;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:.601093;stroke:url(#d)" width="480.31729" x="127.86926" y="501.4451"/>
+    <g fill-rule="evenodd">
+        <path d="m163.64595 347.00672c4.16875-92.93931 30.00738-162.92832 202.36234-168.86158-111.60142 15.72802-172.30435 48.31298-172.30435 145.47854 0 0-2.78392 120.42879-2.78392 120.42879h-27.27407z" fill="url(#c)"/>
+        <path d="m509.51706 287.52774h31.442825v157.21413h-31.442825z" fill="url(#b)"/>
+    </g>
+</svg>
Index: /trunk/resources/images/logo.svg
===================================================================
--- /trunk/resources/images/logo.svg	(revision 16006)
+++ /trunk/resources/images/logo.svg	(revision 16006)
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg version="1.1" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>JOSM Logotype 2019</title>
+ <defs>
+  <linearGradient id="linearGradient9147">
+   <stop stop-color="#ffd555" offset="0"/>
+   <stop stop-color="#ffcb27" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient3892" x1="716.07" x2="787.83" y1="454.99" y2="219.39" gradientTransform="matrix(.98704 .23824 -.9468 1.3017 230.53 -134.51)" gradientUnits="userSpaceOnUse">
+   <stop offset="0"/>
+   <stop stop-color="#3c3c3c" stop-opacity="0" offset="1"/>
+  </linearGradient>
+  <filter id="filter4005">
+   <feGaussianBlur stdDeviation="10"/>
+  </filter>
+  <linearGradient id="linearGradient4017" x1="455" x2="532.2" y1="690" y2="656.35" gradientTransform="matrix(1.0062 .23807 -.23807 1.0062 94.828 -143.1)" gradientUnits="userSpaceOnUse">
+   <stop stop-opacity=".36869" offset="0"/>
+   <stop stop-color="#3c3c3c" stop-opacity="0" offset="1"/>
+  </linearGradient>
+  <filter id="filter3987" x="-.033087" y="-.30881" width="1.0662" height="1.6176">
+   <feGaussianBlur stdDeviation="11.58046"/>
+  </filter>
+  <filter id="filter4629-1" color-interpolation-filters="sRGB">
+   <feGaussianBlur stdDeviation="0.5"/>
+  </filter>
+  <clipPath id="clipPath3411">
+   <path d="m1320 320c15 5 25 20 25 20 10 15 10 40 10 40 5 10 5 30 0 40 0 0 0 25-10 40 0 0-10 15-25 20h540l40-20 20-40v-40l-20-40-40-20z" fill="none" stroke="#000" stroke-width="1px"/>
+  </clipPath>
+  <clipPath id="clipPath3446">
+   <path d="m1320 320-200 80 200 80 60-20v-120z" fill="#dfc4b3"/>
+  </clipPath>
+  <clipPath>
+   <path d="m1478.6-6.6948v326.69h264.09v-326.69z" fill="#fff"/>
+  </clipPath>
+  <clipPath id="clipPath5203">
+   <rect x="80" y="140" width="800" height="800" fill="none" stroke="#515151" stroke-dasharray="8, 8" stroke-width="4" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath>
+   <rect x="80" y="140" width="800" height="800" fill="none" stroke="#515151" stroke-dasharray="8, 8" stroke-width="4" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath id="clipPath9081">
+   <rect transform="matrix(.98233 .18717 0 1 0 0)" x="255.85" y="-55.827" width="427.56" height="1040" fill="#fff" fill-opacity=".17172" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath id="clipPath9114">
+   <path d="m31.923 874.34 200.04 100.23 419.97-80.09 199.44 99.734v-840.06l-199.44-99.73-419.97 80.091-200.04-100.23z" fill="#ff4dcf" fill-opacity=".17172"/>
+  </clipPath>
+  <clipPath id="clipPath9126">
+   <path d="m24.202 100.97 225.77 18.969 9.9354 7.2365 4.9204 812.94-14.817 19.843-225.81 112.71z" fill="none" stroke="#515151" stroke-dasharray="7.37136328, 7.37136328" stroke-width="3.6857" style="paint-order:normal"/>
+  </clipPath>
+  <clipPath id="clipPath9132">
+   <path d="m670.56 120.09 220.5-38.478-6.6071 882.19-213.89-3.6131-16.826-7.4582-3.1965-803.02z" fill="none" stroke="#515151" stroke-dasharray="8.19754535, 8.19754535" stroke-width="4.0988" style="paint-order:normal"/>
+  </clipPath>
+  <linearGradient id="linearGradient9261" x1="146.47" x2="826.26" y1="211.9" y2="900.62" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient9147"/>
+  <linearGradient id="linearGradient9439" x1="1240" x2="1240" y1="480" y2="320" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#ad7a4a" offset="0"/>
+   <stop stop-color="#edb096" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient1085" x1="215.46" x2="280.41" y1="753.18" y2="715.68" gradientTransform="translate(1555.5 -347.95)" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#e6b636" offset="0"/>
+   <stop stop-color="#f1cf09" offset=".5"/>
+   <stop stop-color="#f0d609" offset=".5625"/>
+   <stop stop-color="#f0b10a" offset=".625"/>
+   <stop stop-color="#f0ce0b" offset=".6875"/>
+   <stop stop-color="#f0aa0c" offset=".75"/>
+   <stop stop-color="#ffd900" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient1686" x1="1655.9" x2="1561.9" y1="655.03" y2="367.53" gradientTransform="translate(-73.236 -11.978)" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#1e427c" offset="0"/>
+   <stop stop-color="#5373a7" offset="1"/>
+  </linearGradient>
+  <linearGradient id="linearGradient1141" x1="893.78" x2="1255.8" y1="-484.92" y2="1410.1" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#1e427c" offset="0"/>
+   <stop stop-color="#4471aa" offset="1"/>
+  </linearGradient>
+  <radialGradient id="radialGradient1164" cx="494" cy="556.57" r="1922" gradientTransform="matrix(1.0725 -.64308 .38446 .64115 -249.77 517.41)" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#e3e5fc" stop-opacity=".28283" offset="0"/>
+   <stop stop-color="#7ca4e5" stop-opacity="0" offset="1"/>
+  </radialGradient>
+  <clipPath id="clipPath1210">
+   <path d="m80 140v800h800v-800z" fill="url(#linearGradient1214)"/>
+  </clipPath>
+  <linearGradient id="linearGradient1214" x1="146.47" x2="826.26" y1="211.9" y2="900.62" gradientTransform="translate(-289.08 -8.1047)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient9147"/>
+ </defs>
+ <metadata>
+  <rdf:RDF>
+   <cc:Work rdf:about="">
+    <dc:format>image/svg+xml</dc:format>
+    <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+    <dc:title>JOSM Logotype 2019</dc:title>
+    <dc:date>2019-08-05</dc:date>
+    <dc:creator>
+     <cc:Agent>
+      <dc:title>Diamond00744</dc:title>
+     </cc:Agent>
+    </dc:creator>
+    <dc:rights>
+     <cc:Agent>
+      <dc:title>Public Domain</dc:title>
+     </cc:Agent>
+    </dc:rights>
+   </cc:Work>
+  </rdf:RDF>
+ </metadata>
+ <g display="none">
+  <rect x="-2053.4" y="-1194.9" width="5871.8" height="3264" fill="url(#linearGradient1141)" style="paint-order:stroke fill markers"/>
+ </g>
+ <g display="none">
+  <rect x="-2552" y="-1640" width="6912" height="4221.1" fill="url(#radialGradient1164)" style="paint-order:stroke fill markers"/>
+ </g>
+ <g display="none" fill="none" stroke="#eaf4ff" stroke-dasharray="28, 28" stroke-opacity=".14646" stroke-width="7">
+  <path d="m-8.4853-1197.7c47.111 86.643 70.205 115.9 137.36 181.59 185.99 181.92 170.87 310.74 351.96 418.04 84.996 50.361 132.32 249.25 48.083 370.52-105.99 152.61-85.579 254.78-95.196 334.78"/>
+  <path d="m154.51-1201.7c33.581 25.249 46.873 65.448 76.368 89.338 124.18 100.58 92.794 127.5 180.24 253.47 16.291 23.469 134.24 144.69 157.4 161.82 120.45 89.119 143.9 309.39 59.397 438.41-151.39 231.13-107.72 267.5-117.97 357.75"/>
+  <path d="m613.77 882.62c-4.8013 5.6138-28.135 21.151-22.489 50.855 3.428 18.035-33.063 25.07-37.845 28.258-27.543 18.362-15.746-29.349-33.711-59.314"/>
+  <path d="m110 892c-47.659 68.525-79.01 140.02-116 214-37.539 75.079 81.241 233.52 74 248-24.76 49.52-22.686 106.74-36 160-14.026 56.104-46.616 112.54-68 166-28.498 71.245-113.33 166.65-148 236-16.131 32.263-65.92 50.861-86 86-24.257 42.45-45.633 96.042-76 134"/>
+  <path d="m178 2076c70.928-81.82 80-202.19 80-306 0-194.09-48.906-380.65-46-574 1.153-76.721 120.87-190.07 138-146 7.6446 19.665 65.662 16.765 62 46-4.3284 34.551 141.47-30.407 102 8-15.17 14.763 18.872 54.561 52 60 71.852 11.797 103.51-20.048 116-42 11.231-19.731 61.669 5.8195 72 6 127.7 2.2312 90.204-96.578 134-100 63.884-4.991 69.116 12.994 116.46 18.567 32.325 3.8047 66.516 87.759 71.47 116.16 10.159-65.215-6.9881-103.17-9.0036-108.92-6.7324-19.226-52.482-65.605-82.929-73.799-106.33-28.615-110.3-54.497-146-114"/>
+  <path d="m1075.9 1162.7c21 79-69.932 106.28-69.932 183.28"/>
+ </g>
+ <g display="none" shape-rendering="auto">
+  <path d="m364.01 1281.2c-21.552 0-33.852 4.0186-41.337 9.7764-3.7425 2.8789-6.0956 6.2209-7.3367 9.0856-1.2416 2.8646-1.4125 6.1813-1.4125 6.1813v109.56s0.17215 3.3167 1.4125 6.1813c1.2411 2.8646 3.5942 6.2067 7.3367 9.0856 7.4851 5.7577 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0187 41.337-9.7764 3.7425-2.8789 6.0956-6.221 7.3368-9.0856 1.2415-2.8646 1.4124-6.1813 1.4124-6.1813v-109.56s-0.17215-3.3167-1.4124-6.1813c-1.2412-2.8647-3.5943-6.2067-7.3368-9.0856-7.4851-5.7578-19.786-9.7764-41.337-9.7764zm122.09 0c-21.552 0-33.852 4.0186-41.337 9.7764-3.7424 2.8789-6.0956 6.2209-7.3368 9.0856-1.2415 2.8646-1.4124 6.1813-1.4124 6.1813v31.304c0 6.026 3.4641 10.09 6.6888 12.925 3.2249 2.835 6.9417 5.022 11.134 7.1718 8.3841 4.2997 18.721 8.2357 28.895 12.149 10.174 3.913 20.185 7.803 27.061 11.33 3.4382 1.7631 6.08 3.4892 7.3061 4.5672 0.3068 0.2707 0.21921 0.2013 0.3068 0.3056v28.675c-0.0593 0.1453-0.20029 0.5821-1.4246 1.5224-2.6906 2.0687-10.737 5.8759-29.88 5.8759-19.144 0-27.191-3.8075-29.879-5.8756-1.286-0.9893-1.4544-1.4937-1.4979-1.6019-1.4857-11.68-18.749-10.558-18.709 1.2167 0 0 0.17214 3.3167 1.4124 6.1813 1.2412 2.8646 3.5945 6.2067 7.3368 9.0856 7.4851 5.7577 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0187 41.337-9.7764 3.7425-2.8789 6.0956-6.221 7.3368-9.0856 1.2415-2.8646 1.4125-6.1813 1.4125-6.1813v-31.304c0-6.0261-3.4642-10.09-6.6889-12.925-3.2249-2.835-6.9417-5.022-11.134-7.1718-8.3842-4.2997-18.721-8.2357-28.895-12.149-10.174-3.913-20.185-7.803-27.061-11.33-3.4381-1.7631-6.08-3.4892-7.306-4.5672-0.30996-0.2708-0.21909-0.2012-0.30681-0.3055v-28.675c0.0593-0.1452 0.20029-0.5819 1.4247-1.5224 2.6906-2.0685 10.737-5.8758 29.88-5.8758 19.144 0 27.191 3.8074 29.88 5.8757 1.2859 0.9892 1.4544 1.4936 1.4978 1.6019 1.4857 11.68 18.749 10.558 18.709-1.2167 0 0-0.17227-3.3167-1.4125-6.1813-1.2412-2.8647-3.5943-6.2067-7.3368-9.0856-7.4851-5.7578-19.786-9.7764-41.337-9.7764zm-203.62 2.9959c-5.1842 0.078-9.3248 4.3414-9.2506 9.5257v124.64c-1.5583 1.5205-4.0301 3.7113-6.2608 3.7113h-31.304c-3.1304 0-7.8383-5.2092-7.8383-5.2092-6.8897-10.692-22.847-0.054-15.628 10.418 0 0 7.8138 13.573 23.466 13.573h31.304c15.652 0 23.466-13.573 23.466-13.573 1.0283-1.5426 1.5774-3.3552 1.5774-5.2092v-128.35c0.0757-5.2944-4.2375-9.605-9.532-9.5257zm378.64 0.1406c-3.2524 0.097-6.223 1.8718-7.8508 4.6895l-38.824 67.298-38.824-67.298c-4.8068-8.3135-17.517-4.9075-17.523 4.6956v134.61c-0.17846 12.7 18.962 12.7 18.782 0v-99.537l29.433 51.016c3.6159 6.2569 12.648 6.2569 16.264 0l29.433-51.016v99.537c-0.17846 12.7 18.962 12.7 18.783 0v-134.61c0-5.2958-4.3788-9.5431-9.6724-9.3851zm-297.11 15.646c19.144 0 27.191 3.8074 29.88 5.8757 1.2227 0.9405 1.3638 1.377 1.4246 1.5224v107.29c-0.0593 0.1452-0.20041 0.5819-1.4246 1.5224-2.6888 2.0681-10.736 5.8756-29.88 5.8756-19.144 0-27.191-3.8075-29.879-5.8756-1.2228-0.9405-1.3639-1.377-1.4247-1.5224v-107.29c0.0593-0.1453 0.20041-0.5819 1.4247-1.5224 2.6887-2.0683 10.736-5.8757 29.879-5.8757z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#182f51" fill-opacity=".4596" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  <path d="m361.31 1277.6c-21.552 0-33.852 4.0187-41.337 9.7764-3.7425 2.8789-6.0956 6.221-7.3368 9.0856-1.2415 2.8646-1.4124 6.1813-1.4124 6.1813v109.56s0.17214 3.3167 1.4124 6.1813c1.2412 2.8647 3.5943 6.2067 7.3368 9.0856 7.4851 5.7578 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0186 41.337-9.7764 3.7425-2.8789 6.0956-6.2209 7.3368-9.0856 1.2415-2.8646 1.4124-6.1813 1.4124-6.1813v-109.56s-0.17214-3.3167-1.4124-6.1813c-1.2412-2.8646-3.5943-6.2067-7.3368-9.0856-7.4851-5.7577-19.786-9.7764-41.337-9.7764zm122.09 0c-21.552 0-33.852 4.0187-41.337 9.7764-3.7424 2.8789-6.0956 6.221-7.3368 9.0856-1.2415 2.8646-1.4124 6.1813-1.4124 6.1813v31.304c0 6.0261 3.4641 10.09 6.6888 12.925 3.2249 2.835 6.9417 5.022 11.134 7.1718 8.3842 4.2997 18.721 8.2357 28.895 12.149 10.174 3.913 20.185 7.8032 27.061 11.33 3.4381 1.7631 6.08 3.4892 7.306 4.5672 0.30681 0.2708 0.21922 0.2013 0.30681 0.3056v28.675c-0.0593 0.1451-0.20029 0.5819-1.4246 1.5223-2.6906 2.0686-10.737 5.8759-29.88 5.8759-19.144 0-27.191-3.8074-29.88-5.8757-1.2859-0.9893-1.4543-1.4936-1.4978-1.6019-1.4857-11.68-18.749-10.558-18.709 1.2167 0 0 0.17215 3.3167 1.4124 6.1813 1.2412 2.8647 3.5945 6.2067 7.3368 9.0856 7.4851 5.7578 19.786 9.7764 41.337 9.7764 21.552 0 33.852-4.0186 41.337-9.7764 3.7425-2.8789 6.0956-6.2209 7.3368-9.0856 1.2415-2.8646 1.4125-6.1813 1.4125-6.1813v-31.304c0-6.026-3.4642-10.09-6.6889-12.925-3.2249-2.835-6.9417-5.022-11.134-7.1718-8.3842-4.2997-18.721-8.2357-28.895-12.149-10.174-3.913-20.185-7.803-27.061-11.33-3.4382-1.7631-6.08-3.4892-7.306-4.5671-0.30997-0.2708-0.2191-0.2013-0.30681-0.3055v-28.675c0.0593-0.1453 0.20029-0.582 1.4247-1.5225 2.6904-2.0685 10.737-5.8757 29.88-5.8757 19.144 0 27.191 3.8073 29.879 5.8756 1.286 0.9892 1.4544 1.4937 1.4979 1.6019 1.4857 11.68 18.749 10.558 18.709-1.2167 0 0-0.17227-3.3167-1.4125-6.1813-1.2412-2.8646-3.5943-6.2067-7.3368-9.0856-7.4851-5.7577-19.786-9.7764-41.337-9.7764zm-203.62 2.9959c-5.1843 0.078-9.3248 4.3415-9.2506 9.5258v124.64c-1.5583 1.5206-4.0301 3.7114-6.2608 3.7114h-31.304c-3.1304 0-7.8383-5.2093-7.8383-5.2093-6.8897-10.692-22.847-0.054-15.628 10.418 0 0 7.8138 13.573 23.466 13.573h31.304c15.652 0 23.466-13.573 23.466-13.573 1.0284-1.5426 1.5774-3.3552 1.5774-5.2091v-128.35c0.0745-5.2945-4.2374-9.6051-9.5318-9.5258zm378.64 0.1406c-3.2524 0.097-6.223 1.8719-7.8508 4.6895l-38.824 67.298-38.824-67.298c-4.8068-8.3135-17.518-4.9075-17.523 4.6957v134.61c-0.17845 12.7 18.962 12.7 18.782 0v-99.538l29.433 51.016c3.6159 6.2569 12.648 6.2569 16.264 0l29.433-51.016v99.538c-0.17845 12.7 18.962 12.7 18.783 0v-134.61c0-5.2959-4.3788-9.5431-9.6724-9.3852zm-297.11 15.646c19.144 0 27.191 3.8073 29.88 5.8756 1.2227 0.9405 1.3638 1.377 1.4246 1.5224v107.29c-0.0593 0.1453-0.20042 0.5819-1.4246 1.5224-2.6888 2.0683-10.736 5.8757-29.88 5.8757-19.144 0-27.191-3.8074-29.879-5.8757-1.2228-0.9405-1.3639-1.377-1.4247-1.5224v-107.29c0.0593-0.1452 0.20041-0.5819 1.4247-1.5224 2.6887-2.0683 10.736-5.8756 29.879-5.8756z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#d6e3fa" fill-opacity=".93939" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none" shape-rendering="auto">
+  <path d="m1321.2 365.6c-36.24 0-56.924 6.7575-69.51 16.439-6.2931 4.841-10.25 10.461-12.337 15.278-2.0877 4.8169-2.3751 10.394-2.3751 10.394v184.24s0.2896 5.5773 2.3751 10.394c2.0872 4.8169 6.044 10.437 12.337 15.278 12.586 9.682 33.27 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.51-16.439 6.2931-4.841 10.25-10.461 12.337-15.278 2.0876-4.8169 2.3751-10.394 2.3751-10.394v-184.24s-0.2896-5.5773-2.3751-10.394c-2.0872-4.8169-6.044-10.437-12.337-15.278-12.586-9.682-33.27-16.439-69.51-16.439zm205.29 0c-36.24 0-56.924 6.7575-69.51 16.439-6.293 4.841-10.25 10.461-12.337 15.278-2.0877 4.8169-2.3751 10.394-2.3751 10.394v52.639c0 10.133 5.8251 16.967 11.247 21.734 5.423 4.7672 11.673 8.4446 18.722 12.06 14.098 7.2301 31.48 13.849 48.588 20.429 17.108 6.5799 33.941 13.121 45.504 19.051 5.7813 2.9648 10.224 5.8673 12.285 7.68 0.5159 0.45533 0.3685 0.33847 0.5159 0.51376v48.218c-0.1001 0.24424-0.337 0.97861-2.3957 2.56-4.5243 3.4783-18.054 9.8804-50.245 9.8804s-45.722-6.4023-50.244-9.8801c-2.1624-1.6635-2.4456-2.5116-2.5188-2.6936-2.4982-19.641-31.527-17.753-31.46 2.0459 0 0 0.2896 5.5773 2.3751 10.394 2.0872 4.8169 6.0441 10.437 12.337 15.278 12.586 9.682 33.271 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.51-16.439 6.2931-4.841 10.25-10.461 12.337-15.278 2.0876-4.8169 2.3751-10.394 2.3751-10.394v-52.639c0-10.133-5.8251-16.967-11.248-21.734-5.4228-4.7672-11.673-8.4446-18.722-12.06-14.098-7.2301-31.48-13.849-48.588-20.429-17.108-6.5799-33.941-13.121-45.504-19.051-5.7814-2.9648-10.224-5.8673-12.286-7.68-0.5211-0.45533-0.3684-0.33847-0.5158-0.51376v-48.218c0.1-0.24425 0.3368-0.97862 2.3956-2.56 4.5243-3.4783 18.054-9.8804 50.245-9.8804s45.722 6.4023 50.244 9.8801c2.1624 1.6634 2.4456 2.5116 2.5187 2.6936 2.4983 19.641 31.527 17.753 31.46-2.0459 0 0-0.2895-5.5773-2.3751-10.394-2.0872-4.8169-6.044-10.437-12.337-15.278-12.586-9.682-33.27-16.439-69.51-16.439zm-342.39 5.0377c-8.7175 0.13055-15.68 7.3003-15.555 16.018v209.58c-2.6203 2.5568-6.7768 6.2406-10.528 6.2406h-52.639c-5.2639 0-13.18-8.7595-13.18-8.7595-11.585-17.979-38.419-0.0905-26.278 17.519 0 0 13.139 22.824 39.459 22.824h52.639c26.319 0 39.459-22.824 39.459-22.824 1.7292-2.594 2.6526-5.6419 2.6526-8.7595v-215.82c0.1262-8.9028-7.1253-16.151-16.028-16.018zm636.7 0.23636c-5.4692 0.16422-10.464 3.1477-13.201 7.8857l-65.285 113.16-65.285-113.16c-8.0827-13.98-29.456-8.2522-29.466 7.8959v226.35c-0.3001 21.356 31.886 21.356 31.583 0v-167.38l49.493 85.785c6.0804 10.521 21.268 10.521 27.348 0l49.493-85.785v167.38c-0.3 21.356 31.886 21.356 31.584 0v-226.35c0-8.9051-7.3631-16.047-16.264-15.781zm-499.6 26.309c32.191 0 45.722 6.4023 50.244 9.8801 2.0561 1.5814 2.2934 2.3155 2.3956 2.56v180.41c-0.1 0.24424-0.3369 0.97861-2.3956 2.56-4.5212 3.4778-18.053 9.8801-50.244 9.8801-32.191 0-45.722-6.4023-50.244-9.8801-2.0561-1.5814-2.2934-2.3155-2.3957-2.56v-180.41c0.1001-0.24425 0.337-0.97862 2.3957-2.56 4.5212-3.4778 18.053-9.8801 50.244-9.8801z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#182f51" fill-opacity=".5303" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  <path d="m1316.7 359.51c-36.24 0-56.924 6.7575-69.51 16.439-6.2931 4.841-10.25 10.461-12.337 15.278-2.0876 4.8169-2.3751 10.394-2.3751 10.394v184.24s0.2896 5.5773 2.3751 10.394c2.0872 4.8169 6.044 10.437 12.337 15.278 12.586 9.682 33.27 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.51-16.439 6.2931-4.841 10.25-10.461 12.337-15.278 2.0877-4.8169 2.3751-10.394 2.3751-10.394v-184.24s-0.2896-5.5773-2.3751-10.394c-2.0872-4.8169-6.044-10.437-12.337-15.278-12.586-9.682-33.27-16.439-69.51-16.439zm205.29 0c-36.24 0-56.924 6.7575-69.51 16.439-6.293 4.841-10.25 10.461-12.337 15.278-2.0876 4.8169-2.3751 10.394-2.3751 10.394v52.639c0 10.133 5.8251 16.967 11.248 21.734 5.4229 4.7672 11.673 8.4446 18.722 12.06 14.098 7.2301 31.48 13.849 48.588 20.429 17.108 6.5799 33.941 13.121 45.504 19.051 5.7813 2.9648 10.224 5.8673 12.285 7.68 0.5159 0.45533 0.3685 0.33847 0.5159 0.51377v48.218c-0.1 0.24425-0.3369 0.97862-2.3956 2.56-4.5243 3.4783-18.054 9.8804-50.245 9.8804-32.191 0-45.722-6.4023-50.244-9.8801-2.1624-1.6634-2.4455-2.5116-2.5187-2.6936-2.4982-19.641-31.527-17.753-31.46 2.0459 0 0 0.2896 5.5773 2.3751 10.394 2.0872 4.8169 6.0441 10.437 12.337 15.278 12.586 9.682 33.271 16.439 69.51 16.439 36.24 0 56.924-6.7575 69.511-16.439 6.293-4.841 10.25-10.461 12.337-15.278 2.0877-4.8169 2.3752-10.394 2.3752-10.394v-52.639c0-10.133-5.8252-16.967-11.248-21.734-5.4229-4.7672-11.673-8.4446-18.722-12.06-14.098-7.2301-31.48-13.849-48.588-20.429-17.108-6.5799-33.941-13.121-45.504-19.051-5.7814-2.9648-10.224-5.8673-12.286-7.68-0.5211-0.45533-0.3684-0.33847-0.5158-0.51376v-48.218c0.1001-0.24424 0.3369-0.97861 2.3957-2.56 4.5243-3.4783 18.054-9.8804 50.245-9.8804 32.191 0 45.722 6.4023 50.244 9.8801 2.1624 1.6635 2.4456 2.5116 2.5188 2.6936 2.4982 19.641 31.527 17.753 31.46-2.0459 0 0-0.2896-5.5773-2.3752-10.394-2.0872-4.8169-6.044-10.437-12.337-15.278-12.587-9.682-33.271-16.439-69.511-16.439zm-342.39 5.0377c-8.7176 0.13054-15.68 7.3003-15.555 16.018v209.58c-2.6203 2.5568-6.7768 6.2406-10.528 6.2406h-52.639c-5.264 0-13.18-8.7595-13.18-8.7595-11.585-17.979-38.419-0.0905-26.279 17.519 0 0 13.139 22.824 39.459 22.824h52.639c26.32 0 39.459-22.824 39.459-22.824 1.7292-2.594 2.6525-5.6418 2.6525-8.7595v-215.82c0.1263-8.9028-7.1253-16.151-16.028-16.018zm636.7 0.23635c-5.4692 0.16423-10.464 3.1477-13.201 7.8857l-65.285 113.16-65.285-113.16c-8.0827-13.98-29.456-8.2522-29.466 7.8959v226.35c-0.3001 21.356 31.886 21.356 31.584 0v-167.38l49.493 85.785c6.0803 10.521 21.268 10.521 27.348 0l49.493-85.785v167.38c-0.3 21.356 31.886 21.356 31.584 0v-226.35c0-8.9051-7.3632-16.047-16.264-15.781zm-499.6 26.309c32.191 0 45.722 6.4023 50.244 9.8801 2.0561 1.5814 2.2934 2.3155 2.3957 2.56v180.41c-0.1001 0.24425-0.337 0.97862-2.3957 2.56-4.5212 3.4778-18.053 9.8801-50.244 9.8801s-45.722-6.4023-50.244-9.8801c-2.0561-1.5814-2.2934-2.3155-2.3956-2.56v-180.41c0.1-0.24424 0.3369-0.97861 2.3956-2.56 4.5212-3.4778 18.053-9.8801 50.244-9.8801z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#bdd2f3" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none" shape-rendering="auto">
+  <path d="m1364.5 335.87c-44.454 0-69.825 8.289-85.264 20.165-7.7194 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v225.99s0.3552 6.8413 2.9134 12.75c2.5602 5.9086 7.4138 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.453 0 69.825-8.289 85.264-20.165 7.7194-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9134-12.75 2.9134-12.75v-225.99s-0.3552-6.8413-2.9134-12.75c-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.264-20.165zm251.82 0c-44.453 0-69.825 8.289-85.264 20.165-7.7193 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v64.569c0 12.43 7.1453 20.812 13.797 26.66 6.652 5.8476 14.318 10.359 22.965 14.793 17.294 8.8687 38.615 16.987 59.6 25.058 20.985 8.0712 41.634 16.095 55.818 23.369 7.0916 3.6368 12.541 7.197 15.07 9.4206 0.6328 0.55853 0.452 0.41518 0.6328 0.63021v59.147c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5497 4.2667-22.146 12.12-61.633 12.12-39.487 0-56.085-7.8533-61.631-12.119-2.6525-2.0405-2.9998-3.0808-3.0896-3.3041-3.0644-24.093-38.672-21.777-38.591 2.5096 0 0 0.3552 6.8413 2.9134 12.75 2.5602 5.9086 7.4139 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.454 0 69.825-8.289 85.265-20.165 7.7193-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9135-12.75 2.9135-12.75v-64.569c0-12.43-7.1454-20.812-13.797-26.66-6.6519-5.8476-14.318-10.359-22.965-14.793-17.294-8.8687-38.615-16.987-59.6-25.058-20.985-8.0712-41.634-16.095-55.818-23.369-7.0917-3.6368-12.541-7.197-15.07-9.4206-0.6392-0.55853-0.4519-0.41518-0.6327-0.6302v-59.147c0.1227-0.2996 0.4132-1.2004 2.9386-3.1402 5.5497-4.2667 22.146-12.12 61.633-12.12 39.487 0 56.085 7.8533 61.631 12.119 2.6525 2.0405 2.9999 3.0808 3.0896 3.3041 3.0645 24.093 38.672 21.777 38.591-2.5096 0 0-0.3552-6.8413-2.9135-12.75-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.265-20.165zm-419.99 6.1795c-10.693 0.16013-19.234 8.9549-19.081 19.648v257.08c-3.2142 3.1363-8.3127 7.655-12.914 7.655h-64.569c-6.457 0-16.168-10.745-16.168-10.745-14.211-22.054-47.126-0.11106-32.234 21.489 0 0 16.117 27.997 48.402 27.997h64.569c32.285 0 48.402-27.997 48.402-27.997 2.1211-3.1819 3.2537-6.9205 3.2537-10.745v-264.73c0.1549-10.921-8.7402-19.812-19.661-19.648zm781 0.28992c-6.7088 0.20145-12.836 3.8611-16.193 9.6729l-80.081 138.81-80.081-138.81c-9.9146-17.148-36.132-10.122-36.144 9.6854v277.65c-0.3681 26.196 39.112 26.196 38.742 0v-205.31l60.71 105.23c7.4584 12.906 26.088 12.906 33.546 0l60.71-105.23v205.31c-0.368 26.196 39.112 26.196 38.742 0v-277.65c0-10.923-9.032-19.684-19.951-19.358zm-612.83 32.272c39.487 0 56.085 7.8533 61.631 12.119 2.5221 1.9398 2.8132 2.8403 2.9386 3.1402v221.3c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5459 4.266-22.144 12.119-61.631 12.119-39.487 0-56.085-7.8533-61.631-12.119-2.5221-1.9398-2.8132-2.8403-2.9386-3.1402v-221.3c0.1227-0.2996 0.4133-1.2004 2.9386-3.1402 5.5459-4.266 22.144-12.119 61.631-12.119z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="#182f51" fill-opacity=".075758" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  <path d="m1359 328.4c-44.454 0-69.825 8.289-85.264 20.165-7.7194 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v225.99s0.3552 6.8413 2.9134 12.75c2.5602 5.9086 7.4138 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.453 0 69.825-8.289 85.264-20.165 7.7194-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9134-12.75 2.9134-12.75v-225.99s-0.3552-6.8413-2.9134-12.75c-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.264-20.165zm251.82 0c-44.453 0-69.825 8.289-85.264 20.165-7.7193 5.9381-12.573 12.832-15.133 18.74-2.5608 5.9086-2.9134 12.75-2.9134 12.75v64.569c0 12.43 7.1453 20.812 13.797 26.66 6.652 5.8476 14.318 10.359 22.965 14.793 17.294 8.8687 38.615 16.987 59.6 25.058 20.985 8.0712 41.634 16.095 55.818 23.369 7.0916 3.6368 12.541 7.197 15.07 9.4206 0.6328 0.55853 0.452 0.41518 0.6328 0.63021v59.147c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5497 4.2667-22.146 12.12-61.633 12.12-39.487 0-56.085-7.8533-61.631-12.119-2.6525-2.0405-2.9998-3.0808-3.0896-3.3041-3.0644-24.093-38.672-21.777-38.591 2.5096 0 0 0.3552 6.8413 2.9134 12.75 2.5602 5.9086 7.4139 12.802 15.133 18.74 15.439 11.876 40.811 20.165 85.264 20.165 44.454 0 69.825-8.289 85.265-20.165 7.7193-5.9381 12.573-12.832 15.133-18.74 2.5608-5.9086 2.9135-12.75 2.9135-12.75v-64.569c0-12.43-7.1454-20.812-13.797-26.66-6.6519-5.8476-14.318-10.359-22.965-14.793-17.294-8.8687-38.615-16.987-59.6-25.058-20.985-8.0712-41.634-16.095-55.818-23.369-7.0917-3.6368-12.541-7.197-15.07-9.4206-0.6392-0.55853-0.4519-0.41518-0.6327-0.6302v-59.147c0.1227-0.2996 0.4132-1.2004 2.9386-3.1402 5.5497-4.2667 22.146-12.12 61.633-12.12 39.487 0 56.085 7.8533 61.631 12.119 2.6525 2.0405 2.9999 3.0808 3.0896 3.3041 3.0645 24.093 38.672 21.777 38.591-2.5096 0 0-0.3552-6.8413-2.9135-12.75-2.5602-5.9086-7.4138-12.802-15.133-18.74-15.439-11.876-40.811-20.165-85.265-20.165zm-419.99 6.1795c-10.693 0.16013-19.234 8.9549-19.081 19.648v257.08c-3.2142 3.1363-8.3127 7.655-12.914 7.655h-64.569c-6.457 0-16.168-10.745-16.168-10.745-14.211-22.054-47.126-0.11106-32.234 21.489 0 0 16.117 27.997 48.402 27.997h64.569c32.285 0 48.402-27.997 48.402-27.997 2.1211-3.1819 3.2537-6.9205 3.2537-10.745v-264.73c0.1549-10.921-8.7402-19.812-19.661-19.648zm781 0.28992c-6.7088 0.20145-12.836 3.8611-16.193 9.6729l-80.081 138.81-80.081-138.81c-9.9146-17.148-36.132-10.122-36.144 9.6854v277.65c-0.3681 26.196 39.112 26.196 38.742 0v-205.31l60.71 105.23c7.4584 12.906 26.088 12.906 33.546 0l60.71-105.23v205.31c-0.368 26.196 39.112 26.196 38.742 0v-277.65c0-10.923-9.032-19.684-19.951-19.358zm-612.83 32.272c39.487 0 56.085 7.8533 61.631 12.119 2.5221 1.9398 2.8132 2.8403 2.9386 3.1402v221.3c-0.1227 0.2996-0.4133 1.2004-2.9386 3.1402-5.5459 4.266-22.144 12.119-61.631 12.119-39.487 0-56.085-7.8533-61.631-12.119-2.5221-1.9398-2.8132-2.8403-2.9386-3.1402v-221.3c0.1227-0.2996 0.4133-1.2004 2.9386-3.1402 5.5459-4.266 22.144-12.119 61.631-12.119z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="url(#linearGradient1686)" image-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none">
+  <g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="6">
+   <path d="m1085 185v30s0 15-15 15c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1100 220v-25s0-12 15-12 15 12 15 12v25s1 12-15 12c-15 0-15-12-15-12z" display="inline"/>
+   <path d="m1175 188s0-5-15-5-15 17-15 17c0 10 30 5 30 15 0 0 0 17-15 17s-15-7-15-7" display="inline"/>
+   <path d="m1190 230v-45l15 25 15-25v45" display="inline"/>
+   <path d="m1085 261v41s-2 3-5 3h-10c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1100 300v-35s0-5 15-5 15 5 15 5v35s1 5-15 5c-15 0-15-5-15-5z" display="inline"/>
+   <path d="m1190 304v-43l15 26 15-26v43" display="inline"/>
+   <path d="m1175 265s0-5-15-5-15 5-15 5v10c0 5 30 10 30 15v10s1 5-15 5c-15 0-15-5-15-5" display="inline"/>
+   <path d="m1085 331v41s-2 3-5 3h-10c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1098 370v-35s0-5 15-5 15 5 15 5v35s1 5-15 5c-15 0-15-5-15-5z" display="inline"/>
+   <path d="m1184 374v-43l15 26 15-26v43" display="inline"/>
+   <path d="m1171 335s0-5-15-5-15 5-15 5v10c0 5 30 10 30 15v10s1 5-15 5c-15 0-15-5-15-5" display="inline"/>
+   <path d="m1085 395v41s-2 3-5 3h-10c-3 0-5-3-5-3" display="inline"/>
+   <path d="m1098 434v-35s0-5 13-5 13 5 13 5v35s0 5-13 5-13-5-13-5z" display="inline"/>
+   <path d="m1176 438v-43l15 26 15-26v43" display="inline"/>
+   <path d="m1163 399s0-5-13-5-13 5-13 5v10c0 5 26 10 26 15v10s0 5-13 5-13-5-13-5" display="inline"/>
+  </g>
+  <path d="m1110 452c-6.8846 0-10.814 1.2837-13.205 3.123-1.1955 0.91965-1.9472 1.9873-2.3437 2.9023-0.3966 0.91508-0.4512 1.9746-0.4512 1.9746v35s0.055 1.0595 0.4512 1.9746c0.3965 0.91508 1.1482 1.9827 2.3437 2.9023 2.3911 1.8393 6.3205 3.123 13.205 3.123s10.814-1.2837 13.205-3.123c1.1955-0.91965 1.9472-1.9873 2.3437-2.9023 0.3966-0.91508 0.4512-1.9746 0.4512-1.9746v-35s-0.055-1.0595-0.4512-1.9746c-0.3965-0.91508-1.1482-1.9827-2.3437-2.9023-2.3911-1.8393-6.3205-3.123-13.205-3.123zm39 0c-6.8846 0-10.814 1.2837-13.205 3.123-1.1955 0.91965-1.9472 1.9873-2.3437 2.9023-0.3966 0.91508-0.4512 1.9746-0.4512 1.9746v10c0 1.925 1.1066 3.2233 2.1367 4.1289 1.0302 0.90563 2.2175 1.6042 3.5567 2.291 2.6783 1.3735 5.9804 2.6309 9.2304 3.8809s6.4479 2.4927 8.6446 3.6191c1.0983 0.56324 1.9422 1.1146 2.3339 1.459 0.098 0.0865 0.07 0.0643 0.098 0.0976v9.1602c-0.019 0.0464-0.064 0.18591-0.4551 0.48633-0.8595 0.66079-3.4298 1.877-9.5452 1.877s-8.686-1.2163-9.5449-1.877c-0.4108-0.31601-0.4646-0.47713-0.4785-0.51172-0.4746-3.7313-5.9892-3.3726-5.9766 0.38867 0 0 0.055 1.0595 0.4512 1.9746 0.3965 0.91508 1.1482 1.9827 2.3437 2.9023 2.3911 1.8393 6.3205 3.123 13.205 3.123s10.814-1.2837 13.205-3.123c1.1955-0.91965 1.9472-1.9873 2.3437-2.9023 0.3966-0.91508 0.4512-1.9746 0.4512-1.9746v-10c0-1.925-1.1066-3.2233-2.1367-4.1289-1.0302-0.90563-2.2175-1.6042-3.5567-2.291-2.6783-1.3735-5.9804-2.6309-9.2304-3.8809s-6.4479-2.4927-8.6446-3.6191c-1.0983-0.56324-1.9422-1.1146-2.3339-1.459-0.099-0.0865-0.07-0.0643-0.098-0.0976v-9.1602c0.019-0.0464 0.064-0.18591 0.4551-0.48633 0.8595-0.66079 3.4298-1.877 9.5452-1.877s8.686 1.2163 9.5449 1.877c0.4108 0.31601 0.4646 0.47713 0.4785 0.51172 0.4746 3.7313 5.9892 3.3726 5.9766-0.38867 0 0-0.055-1.0595-0.4512-1.9746-0.3965-0.91508-1.1482-1.9827-2.3437-2.9023-2.3911-1.8393-6.3205-3.123-13.205-3.123zm-65.045 0.95703c-1.6561 0.0248-2.9788 1.3869-2.9551 3.043v39.814c-0.4978 0.48573-1.2874 1.1856-2 1.1856h-10c-1 0-2.5039-1.6641-2.5039-1.6641-2.2009-3.4156-7.2985-0.0172-4.9922 3.3281 0 0 2.4961 4.3359 7.4961 4.3359h10c5 0 7.4961-4.3359 7.4961-4.3359 0.3285-0.49279 0.5039-1.0718 0.5039-1.6641v-41c0.024-1.6913-1.3536-3.0683-3.0449-3.043zm120.96 0.0449c-1.039 0.0312-1.9879 0.59798-2.5079 1.4981l-12.402 21.498-12.402-21.498c-1.5355-2.6557-5.5959-1.5677-5.5977 1.5v43c-0.057 4.057 6.0574 4.057 6 0v-31.797l9.4023 16.297c1.1551 1.9987 4.0403 1.9987 5.1954 0l9.4023-16.297v31.797c-0.057 4.057 6.0574 4.057 6 0v-43c-5e-4 -1.6917-1.3988-3.0485-3.0898-2.998zm-94.91 4.9981c6.1154 0 8.686 1.2163 9.5449 1.877 0.3906 0.30042 0.4357 0.43989 0.4551 0.48633v34.273c-0.019 0.0464-0.064 0.18591-0.4551 0.48633-0.8589 0.66069-3.4295 1.877-9.5449 1.877s-8.686-1.2163-9.5449-1.877c-0.3906-0.30042-0.4357-0.43989-0.4551-0.48633v-34.273c0.019-0.0464 0.064-0.18591 0.4551-0.48633 0.8589-0.66069 3.4295-1.877 9.5449-1.877z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+ </g>
+ <g display="none">
+  <g id="g3773" transform="translate(-40,-320)">
+   <path d="m1320 320-126.92 50.767-31.082 21.733-42 7.5 41.772 3.2586 31.203 25.931 127.03 50.81 60-20v-120z" display="inline" fill="url(#linearGradient9439)"/>
+   <g clip-path="url(#clipPath3411)">
+    <path d="m1280 350v100h660v-100z" clip-path="none" display="inline" fill="#853909"/>
+    <path d="m1940 380v-40l-85-10h-480l-95 10v40z" clip-path="none" fill="#974613"/>
+    <path d="m1940 420v40l-85 10h-495l-80-10v-40z" clip-path="none" fill="#642b06"/>
+    <path d="m1280 320v20h660v-20z" clip-path="none" display="inline" fill="#b25c28"/>
+    <path d="m1280 460v20h660v-20z" clip-path="none" display="inline" fill="#4d2105"/>
+   </g>
+   <path d="m1780.1 386.07c-3.9797 0-6.2505 0.74145-7.6328 1.8047-0.691 0.53161-1.1262 1.1488-1.3554 1.6777-0.2288 0.52896-0.2618 1.1406-0.2618 1.1406v20.232s0.033 0.61361 0.2618 1.1426c0.2292 0.52897 0.6644 1.1461 1.3554 1.6777 1.3823 1.0632 3.6531 1.8047 7.6328 1.8047 3.9798 0 6.2506-0.74146 7.6328-1.8047 0.6911-0.53162 1.1263-1.1488 1.3555-1.6777 0.2288-0.52897 0.2598-1.1426 0.2598-1.1426v-20.232s-0.031-0.61167-0.2598-1.1406c-0.2292-0.52898-0.6643-1.1461-1.3555-1.6777-1.3821-1.0632-3.653-1.8047-7.6328-1.8047zm22.545 0c-3.9798 0-6.2526 0.74145-7.6348 1.8047-0.6911 0.53161-1.1243 1.1488-1.3535 1.6777-0.2297 0.52896-0.2617 1.1406-0.2617 1.1406v5.7812c0 1.1128 0.6388 1.8632 1.2343 2.3867 0.5955 0.52351 1.2826 0.92722 2.0567 1.3242 1.5483 0.79397 3.4572 1.5216 5.3359 2.2441s3.7282 1.4406 4.9981 2.0918c0.6349 0.32559 1.1212 0.64468 1.3476 0.84375 0.059 0.0496 0.043 0.0373 0.059 0.0566v5.2949c-0.011 0.0268-0.038 0.10759-0.2637 0.28125-0.4968 0.38198-1.9824 1.084-5.5175 1.084s-5.0212-0.70207-5.5176-1.084c-0.2374-0.18268-0.2674-0.27688-0.2774-0.29688-0.2731-2.1586-3.465-1.9512-3.455 0.22461 0 0 0.033 0.61361 0.2617 1.1426 0.2292 0.52897 0.6625 1.1461 1.3535 1.6777 1.3822 1.0632 3.6551 1.8047 7.6348 1.8047s6.2506-0.74146 7.6328-1.8047c0.691-0.53162 1.1261-1.1488 1.3554-1.6777 0.2298-0.52897 0.2598-1.1426 0.2598-1.1426v-5.7793c0-1.1128-0.639-1.8632-1.2344-2.3867-0.5956-0.52351-1.2825-0.92919-2.0566-1.3262-1.5483-0.79398-3.4572-1.5196-5.3359-2.2422-1.8787-0.7226-3.7263-1.4406-4.9961-2.0918-0.6349-0.32558-1.1232-0.64468-1.3496-0.84375-0.057-0.0496-0.041-0.0373-0.057-0.0566v-5.2949c0.011-0.0268 0.038-0.10759 0.2637-0.28125 0.4968-0.38198 1.9825-1.0859 5.5176-1.0859s5.021 0.70402 5.5175 1.0859c0.2374 0.18267 0.2654 0.27492 0.2754 0.29492 0.2721 2.1597 3.4651 1.9522 3.4551-0.22461 0 0-0.031-0.61167-0.2598-1.1406-0.2293-0.52898-0.6644-1.1461-1.3554-1.6777-1.3822-1.0632-3.6531-1.8047-7.6328-1.8047zm-37.602 0.55274c-0.9572 0.015-1.721 0.80261-1.707 1.7598v23.014c-0.2878 0.28077-0.7444 0.68555-1.1563 0.68555h-5.7812c-0.5781 0-1.4473-0.96094-1.4473-0.96094-1.2643-2.0118-4.2562-0.0165-2.8848 1.9238 0 0 1.4418 2.5059 4.3321 2.5059h5.7812c2.8903 0 4.332-2.5059 4.332-2.5059 0.1907-0.28495 0.2926-0.62003 0.293-0.96289v-23.699c0.014-0.97858-0.7832-1.7753-1.7617-1.7598zm52.719 0.0234c-0.9047-0.0348-1.8222 0.62738-1.8222 1.7363v24.855c-0.01 2.3208 3.4787 2.3208 3.4687 0v-18.381l5.4336 9.4219c0.6675 1.1561 2.3363 1.1561 3.0039 0l5.4356-9.4219v18.381c-0.01 2.3208 3.4787 2.3208 3.4687 0v-24.855c4e-4 -0.97885-0.8087-1.7642-1.7871-1.7344-0.6007 0.0185-1.149 0.34656-1.4492 0.86718l-7.1699 12.426-7.168-12.426c-0.3327-0.5762-0.8712-0.84826-1.4141-0.86914zm-37.662 2.8906c3.5351 0 5.0211 0.70403 5.5176 1.0859 0.2257 0.17367 0.2527 0.25445 0.2637 0.28125v19.812c-0.011 0.0268-0.038 0.10759-0.2637 0.28125-0.4965 0.38192-1.9825 1.084-5.5176 1.084s-5.0209-0.70206-5.5175-1.084c-0.2257-0.17366-0.2527-0.25445-0.2637-0.28125v-19.812c0.011-0.0268 0.038-0.10758 0.2637-0.28125 0.4966-0.38191 1.9824-1.0859 5.5175-1.0859z" display="inline" fill="#120e02" fill-opacity=".84343" filter="url(#filter4629-1)" style="paint-order:normal"/>
+   <path d="m1115 400 65-40c30 15 30 65 0 80z" clip-path="url(#clipPath3446)" fill="#3d3d3d"/>
+   <path d="m1779.5 385.19c-3.9797 0-6.2511 0.74208-7.6334 1.8053-0.691 0.53161-1.1255 1.1488-1.3548 1.6777-0.2292 0.52896-0.2608 1.1414-0.2608 1.1414v20.232s0.032 0.61248 0.2608 1.1414c0.2293 0.52897 0.6638 1.1461 1.3548 1.6777 1.3823 1.0632 3.6537 1.8053 7.6334 1.8053 3.9798 0 6.2512-0.74208 7.6334-1.8053 0.6911-0.53162 1.1256-1.1488 1.3548-1.6777s0.2609-1.1414 0.2609-1.1414v-20.232s-0.032-0.61248-0.2609-1.1414c-0.2292-0.52898-0.6637-1.1461-1.3548-1.6777-1.3822-1.0632-3.6536-1.8053-7.6334-1.8053zm22.544 0c-3.9798 0-6.2512 0.74208-7.6334 1.8053-0.6911 0.53161-1.1256 1.1488-1.3548 1.6777-0.2292 0.52896-0.2609 1.1414-0.2609 1.1414v5.7806c0 1.1128 0.6397 1.8633 1.2352 2.3868 0.5955 0.52351 1.2819 0.92735 2.056 1.3244 1.5483 0.79397 3.4571 1.5208 5.3358 2.2434s3.7272 1.4409 4.9971 2.0921c0.6349 0.32559 1.1227 0.64432 1.3491 0.84339 0.057 0.05 0.041 0.0371 0.057 0.0564v5.2951c-0.011 0.0268-0.037 0.10747-0.2631 0.28113-0.4968 0.38198-1.9826 1.085-5.5177 1.085s-5.0211-0.70308-5.5175-1.085c-0.2376-0.18268-0.2686-0.27582-0.2767-0.29581a1.7344 1.7344 0 0 0-3.4548 0.22467s0.032 0.61248 0.2608 1.1414c0.2292 0.52897 0.6638 1.1461 1.3548 1.6777 1.3822 1.0632 3.6537 1.8053 7.6334 1.8053s6.2512-0.74208 7.6334-1.8053c0.691-0.53162 1.1255-1.1488 1.3548-1.6777s0.2608-1.1414 0.2608-1.1414v-5.7806c0-1.1128-0.6397-1.8632-1.2351-2.3868-0.5956-0.52351-1.2819-0.92736-2.056-1.3244-1.5483-0.79398-3.4571-1.5208-5.3358-2.2434-1.8787-0.72259-3.7273-1.4409-4.9971-2.0921-0.6349-0.32558-1.1227-0.64432-1.3491-0.84339-0.058-0.05-0.041-0.0371-0.057-0.0564v-5.2951c0.011-0.0268 0.037-0.10747 0.2631-0.28113 0.4968-0.38198 1.9826-1.085 5.5177-1.085s5.0211 0.70308 5.5176 1.085c0.2374 0.18267 0.2685 0.27581 0.2765 0.29581a1.7344 1.7344 0 0 0 3.4549-0.22468s-0.032-0.61248-0.2608-1.1414c-0.2293-0.52898-0.6638-1.1461-1.3548-1.6777-1.3822-1.0632-3.6537-1.8053-7.6334-1.8053zm-37.6 0.55322a1.7344 1.7344 0 0 0-1.7082 1.759v23.015c-0.2878 0.28077-0.7442 0.68532-1.1561 0.68532h-5.7806c-0.5781 0-1.4474-0.96193-1.4474-0.96193a1.7344 1.7344 0 1 0-2.8858 1.9239s1.4429 2.5064 4.3332 2.5064h5.7806c2.8903 0 4.3332-2.5064 4.3332-2.5064a1.7344 1.7344 0 0 0 0.2913-0.96193v-23.701a1.7344 1.7344 0 0 0-1.7602-1.759zm69.92 0.026a1.7344 1.7344 0 0 0-1.4498 0.86597l-7.1693 12.427-7.1693-12.427a1.7344 1.7344 0 0 0-3.2358 0.8671v24.857a1.7344 1.7344 0 1 0 3.4684 0v-18.381l5.4351 9.4206a1.7344 1.7344 0 0 0 3.0033 0l5.4351-9.4206v18.381a1.7344 1.7344 0 1 0 3.4684 0v-24.857a1.7344 1.7344 0 0 0-1.7861-1.7331zm-54.864 2.8892c3.5351 0 5.0211 0.70308 5.5176 1.085 0.2258 0.17367 0.2518 0.25429 0.2631 0.28114v19.812c-0.011 0.0268-0.037 0.10747-0.2631 0.28113-0.4965 0.38192-1.9825 1.085-5.5176 1.085s-5.021-0.70307-5.5176-1.085c-0.2257-0.17366-0.2518-0.25429-0.263-0.28113v-19.812c0.011-0.0268 0.037-0.10747 0.263-0.28114 0.4966-0.38191 1.9825-1.085 5.5176-1.085z" color="#000000" color-rendering="auto" display="inline" dominant-baseline="auto" fill="url(#linearGradient1085)" image-rendering="auto" shape-rendering="auto" solid-color="#000000" stroke="#000" stroke-opacity=".13433" stroke-width=".5" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
+  </g>
+ </g>
+ <g display="none">
+  <g id="g8930" clip-path="url(#clipPath1210)">
+   <path d="m80 140v800h800v-800h-533.33z" display="inline" fill="url(#linearGradient9261)"/>
+   <path d="m531.5 222.5 15 92 35 55.5 70 68 12.5 59.5 38 206.5 49 69 58.257-28.161s-2.1864-22.553-4.9461-33.497c-3.0728-12.186-6.5571-24.564-12.837-35.45-6.7681-11.733-19.666-19.213-26.147-31.107-8.2251-15.095-7.3774-33.969-15.183-49.285-6.7183-13.182-20.046-22.257-26.644-35.5-9.1263-18.319-13.796-38.786-17-59-4.6213-29.153 5.0205-60.094-3-88.5-8.4371-29.882-24.655-58.45-46-81-19.069-20.145-50.438-25.333-70-45-11.836-11.9-20.345-27.092-27-42.5-11.185-25.894-20.895-82-20.895-82l-12.105-4.0005zm-191.75 616.43s63.309 0.96432 94.581 5.3432c23.45 3.2836 46.793 8.2605 69.296 15.627 18.808 6.1569 34.679 22.427 54.426 23.716 16.721 1.0915 35.08-3.6281 48.304-13.919 11.784-9.1705 18.18-24.415 22.596-38.679 4.4046-14.228 5.7993-29.902 3.201-44.569-4.0062-22.613-28.243-62.841-28.243-62.841l107.44 79.811-16 127.22-41.559 11.355-93.244 1-218.56-23.598z" fill="#fff3aa"/>
+   <path d="m550.71 133.99-61.414 0.70711c-10 20-29.293 64.072-29.293 105.3 0 110 43.061 102.8 70 170 26.924 67.167 25.747 148.73 40 220 10 50 26.769 121.42 70 145 12.415 6.772 40 65 40 95 0 31.181-14.254 51.281-32.71 74l235.71-2 3-83c-10-80-136-189-170.28-233.28-48.427-62.554-31.486-96.719-45.719-170.72-16.322-84.86-90.308-90.354-110-155-33.636-110.42-9.2929-126.01-9.2929-166.01zm-187.79 696.02c-47.495-5.0249-87.293 15.056-126.93 33.75-22.567 10.642-36.972-11.182-77.421 79.236l408.48 1c-25.217-26.943-59.673-69.761-113.61-77.117-44.093-6.0127-19.929-29.401-90.515-36.868z" fill="#316ed9"/>
+   <path d="m410.16 136.5c-10 20-34.115 55.17-59.539 71.06-24.626 15.391-90.258 24.027-128.91 19.938-45.235-4.7851-54.207-16.326-147.71-2.5097l3-88.988z" fill="#009d00"/>
+  </g>
+ </g>
+ <g display="none">
+  <g id="g5199" clip-path="url(#clipPath5203)">
+   <rect transform="rotate(-5.9986)" x="-125.68" y="332" width="266.73" height="297.25" fill="#8c133f" style="paint-order:normal"/>
+   <rect transform="rotate(-5.9986)" x="211.04" y="436.22" width="108.51" height="193.02" ry="0" display="inline" fill="#33757c" style="paint-order:normal"/>
+   <path d="m-23.249 725.65 457.48-48.083" display="inline" fill="none" stroke="#234868" stroke-opacity=".87879" stroke-width="50"/>
+   <path d="m19.638 942.35 165.96-238.66" display="inline" fill="none" stroke="#234868" stroke-opacity=".87879" stroke-width="40"/>
+   <path d="m220.71 694.29c5.1944 19.388-6.3115 39.315-25.699 44.51-19.388 5.1944-39.315-6.3116-44.51-25.699-5.1944-19.388 6.3115-39.315 25.699-44.51 19.388-5.1944 39.315 6.3115 44.51 25.699z" display="inline" fill="#fff" stroke="#0d4474" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".87879" stroke-width="8" style="paint-order:stroke fill markers"/>
+   <path d="m469.34 668.16c5.1944 19.388-6.3116 39.315-25.699 44.51-19.388 5.1944-39.315-6.3116-44.51-25.699-5.1944-19.388 6.3116-39.315 25.699-44.51 19.388-5.1944 39.315 6.3116 44.51 25.699z" display="inline" fill="#fff" stroke="#0d4474" stroke-linecap="round" stroke-linejoin="round" stroke-opacity=".87879" stroke-width="8" style="paint-order:stroke fill markers"/>
+  </g>
+ </g>
+ <g display="none">
+  <g id="g8961" transform="matrix(1.0501 0 0 1.0501 -44.07 -27.074)">
+   <use width="100%" height="100%" display="inline" xlink:href="#g8930"/>
+   <use width="100%" height="100%" display="inline" xlink:href="#g5199"/>
+  </g>
+ </g>
+ <g>
+  <path transform="matrix(1.1752 0 0 1.1752 -3.5969 -179.75)" d="m42.5 875 157 82.5 339.5-49.5 167.42 58.282-159.72-193.81-349.3 31.287z" filter="url(#filter3987)"/>
+ </g>
+ <g>
+  <use transform="matrix(.93735 .46871 0 .98421 13.567 -378.78)" width="100%" height="100%" clip-path="url(#clipPath9132)" xlink:href="#g8961"/>
+  <use transform="matrix(.93735 .46968 0 .98421 -5.5112 -103.04)" width="100%" height="100%" clip-path="url(#clipPath9126)" xlink:href="#g8961"/>
+  <use transform="matrix(.98421 -.18753 0 .98421 -18.576 61.421)" width="100%" height="100%" clip-path="url(#clipPath9081)" xlink:href="#g8961"/>
+ </g>
+ <g>
+  <path transform="matrix(.98421 0 0 .98421 .50408 .023626)" d="m31.074 33.33-0.32002 842.49 201.21 100.42v-843.52zm620.77 20.744v843.93l202.14 98.428-1.3149-843.29z" clip-path="url(#clipPath9114)" fill="#fff" fill-opacity=".40909"/>
+ </g>
+ <g>
+  <path transform="matrix(1.0219 .16971 -.15751 1.02 2.6685 -114.58)" d="m572.1 580.75-95.569 102.6 204.98-117.81 25.757-36.294 161.97-75.173-34.804-178.53-170.78 127.79z" fill="url(#linearGradient3892)" filter="url(#filter4005)"/>
+  <path d="m382.15 663.32 195.91-58.147-3.4364-48.982z" fill="url(#linearGradient4017)"/>
+ </g>
+ <g>
+  <use transform="matrix(.69887 -.76199 .76199 .69887 -433.6 1430.4)" width="100%" height="100%" xlink:href="#g3773"/>
+ </g>
+</svg>
Index: /trunk/resources/images/mapmode/addnote.svg
===================================================================
--- /trunk/resources/images/mapmode/addnote.svg	(revision 16006)
+++ /trunk/resources/images/mapmode/addnote.svg	(revision 16006)
@@ -0,0 +1,10 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" xmlns:xlink="https://www.w3.org/1999/xlink">
+  <defs>
+    <linearGradient id="grad" gradientTransform="rotate(90)">
+      <stop stop-color="#5fa4d5" offset="0"/>
+      <stop stop-color="#2f74b8" offset="1"/>
+    </linearGradient>
+  </defs>
+  <path d="m11.5,22.9l6.23506,-12.21818a7,7 0 1 0 -12.47013,0z" stroke="#326f9c" fill="url('#grad')"/>
+  <path d="m7,7h4v-4h1v4h4v1h-4v4h-1v-4h-4z" fill="#fff"/>
+</svg>
Index: /trunk/resources/images/mapmode/addsegment.svg
===================================================================
--- /trunk/resources/images/mapmode/addsegment.svg	(revision 16006)
+++ /trunk/resources/images/mapmode/addsegment.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24">
+  <path d="m4,13 15,-3" stroke="#000" fill="none"/>
+  <path d="m2.5,11.5h3v3h-3zm15,-3h3v3h-3z" stroke="#df421e" fill="#fff"/>
+</svg>
Index: /trunk/resources/images/mapmode/parallel.svg
===================================================================
--- /trunk/resources/images/mapmode/parallel.svg	(revision 16006)
+++ /trunk/resources/images/mapmode/parallel.svg	(revision 16006)
@@ -0,0 +1,190 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="parallel.svg"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="13.437814"
+     inkscape:cx="5.5587093"
+     inkscape:cy="15.784313"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1366"
+     inkscape:window-height="768"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       snapvisiblegridlinesonly="true"
+       enabled="true"
+       visible="true"
+       empspacing="5"
+       id="grid2830"
+       type="xygrid" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4">
+    <marker
+       style="overflow:visible;"
+       id="Arrow1Mend"
+       refX="0.0"
+       refY="0.0"
+       orient="auto"
+       inkscape:stockid="Arrow1Mend">
+      <path
+         transform="scale(0.4) rotate(180) translate(10,0)"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+         id="path3715" />
+    </marker>
+    <inkscape:perspective
+       id="perspective10"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       id="perspective2824" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       id="perspective2840" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       id="perspective2854" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       id="perspective2868" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       id="perspective2882" />
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       id="perspective2896" />
+  </defs>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1">
+    <path
+       transform="matrix(1.000000,0.000000,0.000000,1.000000,0.000000,0.000000)"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc"
+       id="path2906"
+       d="M19.5 8.5L13.5 14.5000000572L13.5 21.5000000072"
+       style="stroke-linejoin:miter;stroke-opacity:1;stroke:#000000;stroke-linecap:butt;stroke-width:1.0;fill:none" />
+    <path
+       transform="matrix(1.000000,0.000000,0.000000,1.000000,0.000000,0.000000)"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc"
+       id="path2904"
+       d="M14.50000013 3.5L5.5 13.5000000473L5.5 21.5000000052"
+       style="stroke-linejoin:miter;stroke-opacity:1;stroke:#000000;stroke-linecap:butt;stroke-width:1.0;fill:none" />
+    <rect
+       transform="matrix(1.000000,0.000000,0.000000,1.000000,0.000000,0.000000)"
+       y="19.5"
+       x="12.5"
+       height="3.0"
+       width="3.0"
+       id="rect2826-54-4-52"
+       style="stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke:#df421e;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:1.0;fill:#ffffff" />
+    <rect
+       transform="matrix(1.000000,0.000000,0.000000,1.000000,0.000000,0.000000)"
+       y="12.5"
+       x="12.5"
+       height="3.0"
+       width="3.0"
+       id="rect2826-54-4-4"
+       style="stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke:#df421e;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:1.0;fill:#ffffff" />
+    <rect
+       transform="matrix(1.000000,0.000000,0.000000,1.000000,0.000000,0.000000)"
+       y="6.5"
+       x="18.5"
+       height="3.0"
+       width="3.0"
+       id="rect2826-54-4-7"
+       style="stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke:#df421e;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:1.0;fill:#ffffff" />
+    <rect
+       transform="matrix(1.000000,0.000000,0.000000,1.000000,0.000000,0.000000)"
+       y="1.5"
+       x="13.5"
+       height="3.0"
+       width="3.0"
+       id="rect2826-54-4-5"
+       style="stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke:#df421e;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:1.0;fill:#ffffff" />
+    <rect
+       transform="matrix(1.000000,0.000000,0.000000,1.000000,0.000000,0.000000)"
+       y="11.5"
+       x="4.5"
+       height="3.0"
+       width="3.0"
+       id="rect2826-54-4"
+       style="stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke:#df421e;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:1.0;fill:#ffffff" />
+    <rect
+       transform="matrix(1.000000,0.000000,0.000000,1.000000,0.000000,0.000000)"
+       y="19.5"
+       x="4.5"
+       height="3.0"
+       width="3.0"
+       id="rect2826-54-4-54"
+       style="stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke:#df421e;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-width:1.0;fill:#ffffff" />
+  </g>
+</svg>
Index: /trunk/resources/images/markers/Bridge.svg
===================================================================
--- /trunk/resources/images/markers/Bridge.svg	(revision 16006)
+++ /trunk/resources/images/markers/Bridge.svg	(revision 16006)
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+<path d="m0,7.5h16m-1.5,0v8.5a6.75,6.75 0 0 0 -13,0v-9m4,0v4.5m5,0v-4.5" fill="none" stroke="#f00" stroke-width="1"/>
+</svg>
Index: /trunk/resources/images/markers/Crossing.svg
===================================================================
--- /trunk/resources/images/markers/Crossing.svg	(revision 16006)
+++ /trunk/resources/images/markers/Crossing.svg	(revision 16006)
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+<path d="m0,0l16,16M0,16l16,-16" fill="none" stroke="#fff000" stroke-width="3.5"/>
+</svg>
Index: /trunk/resources/images/markers/audio-tracer.svg
===================================================================
--- /trunk/resources/images/markers/audio-tracer.svg	(revision 16006)
+++ /trunk/resources/images/markers/audio-tracer.svg	(revision 16006)
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="20px" height="20px">
+<path d="m0,0L20,3 10,8 3,19" fill="#ff6100" />
+</svg>
Index: /trunk/resources/images/mergenodes.svg
===================================================================
--- /trunk/resources/images/mergenodes.svg	(revision 16006)
+++ /trunk/resources/images/mergenodes.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m-1,14l10,-2m6,0l10,-2" stroke="#000000"/>
+  <path d="m7.5,10.5h3v3h-3zm6,0h3v3h-3z" stroke="#df421e" fill="#ffffff"/>
+</svg>
Index: /trunk/resources/images/mirror.svg
===================================================================
--- /trunk/resources/images/mirror.svg	(revision 16006)
+++ /trunk/resources/images/mirror.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24px" height="24px" viewBox="0 0 24 24">
+<g fill="#fff" stroke="#df421e">
+  <path d="m3.5,3.5h3v3h-3z
+    M15.5,11.5h3v3h-3z
+    M1.5,17.5h3v3h-3z"/>
+</g>
+<g fill="#d2d2d2" stroke="#858585">
+  <path d="m16.5,3.5h3v3h-3z
+    M4.5,11.5h3v3h-3z
+    M18.5,17.5h3v3h-3z"/>
+</g>
+<path d="m11.5,1.5v21" stroke="#000"/>
+</svg>
Index: /trunk/resources/images/misc/black_x.svg
===================================================================
--- /trunk/resources/images/misc/black_x.svg	(revision 16006)
+++ /trunk/resources/images/misc/black_x.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <path d="m3,3l10,10m-10,0l10,-10" stroke-width="2" stroke="#000000"/>
+</svg>
Index: /trunk/resources/images/misc/close.svg
===================================================================
--- /trunk/resources/images/misc/close.svg	(revision 16006)
+++ /trunk/resources/images/misc/close.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+<path d="M4.5,3a1.5,1.5 0 0 0 -1.5,1.5v7a1.5,1.5 0 0 0 1.5,1.5h7a1.5,1.5 0 0 0 1.5,-1.5v-7a1.5,1.5 0 0 0 -1.5,-1.5z" fill="#888"/>
+<path d="M5,5l6,6m0,-6l-6,6" stroke="#fff" stroke-width="2.5"/>
+</svg>
Index: /trunk/resources/images/misc/error.svg
===================================================================
--- /trunk/resources/images/misc/error.svg	(revision 16006)
+++ /trunk/resources/images/misc/error.svg	(revision 16006)
@@ -0,0 +1,338 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg6361"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="error2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1"
+   inkscape:export-xdpi="523.64001"
+   inkscape:export-ydpi="523.64001">
+  <defs
+     id="defs3">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 24 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="48 : 24 : 1"
+       inkscape:persp3d-origin="24 : 16 : 1"
+       id="perspective52" />
+    <linearGradient
+       id="linearGradient2256">
+      <stop
+         style="stop-color:#ff0202;stop-opacity:1;"
+         offset="0"
+         id="stop2258" />
+      <stop
+         style="stop-color:#ff9b9b;stop-opacity:1;"
+         offset="1"
+         id="stop2260" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient2248">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop2250" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop2252" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9647">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop9649" />
+      <stop
+         style="stop-color:#dbdbdb;stop-opacity:1;"
+         offset="1"
+         id="stop9651" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient7895">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop7897" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop7899" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4981">
+      <stop
+         style="stop-color:#cc0000;stop-opacity:1;"
+         offset="0"
+         id="stop4983" />
+      <stop
+         style="stop-color:#b30000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop4985" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient15762"
+       inkscape:collect="always">
+      <stop
+         id="stop15764"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop15766"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient14236">
+      <stop
+         id="stop14238"
+         offset="0.0000000"
+         style="stop-color:#ed4040;stop-opacity:1.0000000;" />
+      <stop
+         id="stop14240"
+         offset="1.0000000"
+         style="stop-color:#a40000;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11780">
+      <stop
+         style="stop-color:#ff8b8b;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop11782" />
+      <stop
+         style="stop-color:#ec1b1b;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop11784" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient11014">
+      <stop
+         style="stop-color:#a80000;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop11016" />
+      <stop
+         style="stop-color:#c60000;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop13245" />
+      <stop
+         style="stop-color:#e50000;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop11018" />
+    </linearGradient>
+    <linearGradient
+       y2="9.650753"
+       x2="9.8940229"
+       y1="5.3855424"
+       x1="5.736527"
+       gradientTransform="matrix(-1,0,0,-1,31.7217,31.29079)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient15772"
+       xlink:href="#linearGradient15762"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7895"
+       id="linearGradient7901"
+       x1="15.578875"
+       y1="16.285088"
+       x2="32.166405"
+       y2="28.394291"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4981"
+       id="linearGradient2243"
+       gradientUnits="userSpaceOnUse"
+       x1="23.995985"
+       y1="20.105337"
+       x2="41.047836"
+       y2="37.959785"
+       gradientTransform="matrix(0.988373,0,0,0.988373,0.279002,0.278984)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4981"
+       id="linearGradient3640"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0.5,-0.25)"
+       x1="23.995985"
+       y1="20.105337"
+       x2="41.047836"
+       y2="37.959785" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11780"
+       id="linearGradient3642"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(0.5,-0.25)"
+       x1="15.737001"
+       y1="12.5036"
+       x2="53.570126"
+       y2="47.374317" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2248"
+       id="radialGradient3644"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(4.154957,0,0,3.198723,-52.34553,-21.75921)"
+       cx="16.75"
+       cy="10.666344"
+       fx="16.75"
+       fy="10.666344"
+       r="21.25" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2248"
+       id="radialGradient3670"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5107836,0,0,1.1630874,-3.4443523,7.1988518)"
+       cx="16.75"
+       cy="10.666344"
+       fx="16.75"
+       fy="10.666344"
+       r="21.25" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient11780"
+       id="linearGradient3673"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.36360993,0,0,0.36360993,15.770807,15.019815)"
+       x1="15.737001"
+       y1="12.5036"
+       x2="53.570126"
+       y2="47.374317" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4981"
+       id="linearGradient3676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.36360993,0,0,0.36360993,15.770807,15.019815)"
+       x1="23.995985"
+       y1="20.105337"
+       x2="41.047836"
+       y2="37.959785" />
+    <inkscape:perspective
+       id="perspective3690"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:guide-bbox="true"
+     showguides="true"
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="0.15294118"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8284271"
+     inkscape:cx="-104.2587"
+     inkscape:cy="-45.490131"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:window-width="1400"
+     inkscape:window-height="1001"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     inkscape:showpageshadow="false"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <dc:date>2005-10-16</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Andreas Nilsson</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>stop</rdf:li>
+            <rdf:li>halt</rdf:li>
+            <rdf:li>error</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-16.5,-15.75)">
+    <path
+       style="fill:url(#linearGradient3676);fill-opacity:1;fill-rule:evenodd;stroke:#860000;stroke-width:0.36360994;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 21.439851,15.925901 6.212387,0 4.661942,4.761277 0,6.506307 -4.599156,4.369464 -6.337843,0 -4.699391,-4.668266 0,-6.251977 4.762061,-4.716805 z"
+       id="path9480"
+       sodipodi:nodetypes="ccccccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:0.81318683;fill:none;stroke:url(#linearGradient3673);stroke-width:0.36361;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       d="m 21.596076,16.292573 5.900628,0 4.453456,4.516899 0,6.222923 -4.311681,4.163636 -6.097091,0 -4.494645,-4.464807 0,-5.949789 4.549333,-4.488862 z"
+       id="path9482"
+       sodipodi:nodetypes="ccccccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:0.28977272;fill:url(#radialGradient3670);fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 21.474938,16.019741 -4.704204,4.658752 0,6.181369 1.068104,1.056742 c 6.095027,0.02093 5.991261,-4.733723 14.385318,-4.317868 l 0,-2.874791 -4.613301,-4.704204 -6.135917,0 z"
+       id="path2241"
+       sodipodi:nodetypes="cccccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="font-size:48px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Courier New"
+       d="m 25.943363,19.795035 -0.48576,5.266662 c -0.02273,0.272712 -0.113634,0.485764 -0.272708,0.639159 -0.159085,0.147719 -0.357934,0.221578 -0.596547,0.221574 -0.238625,4e-6 -0.437473,-0.07385 -0.596548,-0.221574 -0.159084,-0.153395 -0.249986,-0.366447 -0.272707,-0.639159 L 23.22481,19.795035 c -0.02273,-0.267016 -0.03409,-0.44314 -0.03409,-0.528371 -4e-6,-0.443139 0.133509,-0.798226 0.400539,-1.065263 0.267022,-0.272696 0.599384,-0.40905 0.997087,-0.409061 0.392011,1.1e-5 0.721532,0.136365 0.988564,0.409061 0.272701,0.272718 0.409055,0.616443 0.409061,1.031175 -6e-6,0.08523 -0.01421,0.272717 -0.04261,0.562459"
+       id="path3710"
+       inkscape:connector-curvature="0" />
+    <path
+       style="font-size:48px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Courier New"
+       d="m 25.956884,28.469352 c -8e-6,0.319709 -0.119898,0.592186 -0.359672,0.817434 -0.239788,0.217984 -0.570394,0.326974 -0.99182,0.326975 -0.421439,-1e-6 -0.752046,-0.108991 -0.991821,-0.326975 -0.239786,-0.225248 -0.359677,-0.497725 -0.359671,-0.817434 -6e-6,-0.31244 0.116251,-0.577652 0.348772,-0.795636 0.239775,-0.225247 0.574015,-0.337871 1.00272,-0.337873 0.428692,2e-6 0.759298,0.108993 0.99182,0.326974 0.239774,0.217984 0.359664,0.486829 0.359672,0.806535"
+       id="path3679"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/misc/green_check.svg
===================================================================
--- /trunk/resources/images/misc/green_check.svg	(revision 16006)
+++ /trunk/resources/images/misc/green_check.svg	(revision 16006)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16px" height="16px">
+  <defs>
+    <linearGradient x1="8" y1="4" x2="8" y2="13" id="green" gradientUnits="userSpaceOnUse">
+      <stop stop-color="#b2e1a6"/>
+      <stop offset=".5" stop-color="#55b33b"/>
+      <stop offset="1" stop-color="#6dc655"/>
+    </linearGradient>
+  </defs>
+  <path d="m1.5,8.5l5,5l8,-8l-2.5,-2.5l-5.5,5.5l-2.5,-2.5z" stroke="#030" fill="url(#green)"/>
+</svg>
Index: /trunk/resources/images/misc/grey_x.svg
===================================================================
--- /trunk/resources/images/misc/grey_x.svg	(revision 16006)
+++ /trunk/resources/images/misc/grey_x.svg	(revision 16006)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="13" height="13">
+  <defs>
+    <linearGradient x1="2" y1="2" x2="11" y2="11" id="grey" gradientUnits="userSpaceOnUse">
+      <stop stop-color="#999"/>
+      <stop offset="1" stop-color="#4b4b4b"/>
+    </linearGradient>
+  </defs>
+  <path d="m.5,2.5l2,-2 4,4 4,-4 2,2 -4,4 4,4 -2,2 -4,-4 -4,4 -2,-2 4,-4z" stroke="#494949" stroke-width=".7071" fill="url(#grey)"/>
+</svg>
Index: /trunk/resources/images/misc/minimized.svg
===================================================================
--- /trunk/resources/images/misc/minimized.svg	(revision 16006)
+++ /trunk/resources/images/misc/minimized.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+<path d="M5.5,3.5a2,2 0 0 0 -2,2v6a2,2 0 0 0 2,2h5a2,2 0 0 0 2,-2v-6a2,2 0 0 0 -2,-2z" stroke="#000" fill="#eee"/>
+<path d="M7,5.7l2.8,2.8 -2.8,2.8z" fill="#000"/>
+</svg>
Index: /trunk/resources/images/misc/normal.svg
===================================================================
--- /trunk/resources/images/misc/normal.svg	(revision 16006)
+++ /trunk/resources/images/misc/normal.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+<path d="M4.5,3.5a2,2 0 0 0 -2,2v5a2,2 0 0 0 2,2h6a2,2 0 0 0 2,-2v-5a2,2 0 0 0 -2,-2z" stroke="#000" fill="#eee"/>
+<path d="M10.3,7l-2.8,2.8 -2.8,-2.8z" fill="#000"/>
+</svg>
Index: /trunk/resources/images/misc/rectangle.svg
===================================================================
--- /trunk/resources/images/misc/rectangle.svg	(revision 16006)
+++ /trunk/resources/images/misc/rectangle.svg	(revision 16006)
@@ -0,0 +1,7 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="16" height="16">
+  <path d="m2,2h3v3h-3zm9,0h3v3h-3m0,6h3v3h-3zm-6,0h-3v3h3" fill="#fff"/>
+  <path d="m3.5,2v12m-1.5,-1.5h12m-1.5,1.5v-12m1.5,1.5h-12m0,2h12m-3.5,-3.5v12m3.5,-3.5h-12m3.5,3.5v-12" stroke="#000"/>
+  <path d="m3.5,3.5h9v9h-9z" fill="#999" stroke="#ccc"/>
+  <path d="m4.5,12v-7.5h7.5" stroke="#fff" opacity=".15" fill="none"/>
+  <path d="m11.5,4v7.5h-7.5" stroke="#000" opacity=".1" fill="none"/>
+</svg>
Index: /trunk/resources/images/multipoly_create.svg
===================================================================
--- /trunk/resources/images/multipoly_create.svg	(revision 16006)
+++ /trunk/resources/images/multipoly_create.svg	(revision 16006)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" version="1.1">
+  <path d="M4.5,4.5l8,-2l9,5v11l-20,4zm6,5l-1,7l7,-5z" fill="#9393ff" stroke="#7f7fff" fill-opacity=".4"/>
+  <path d="M3.5,3.5h2v2h-2z
+    m8,-2h2v2h-2z
+    m9,5h2v2h-2z
+    m0,11h2v2h-2z
+    m-20,4h2v2h-2z
+    m9,-13h2v2h-2z
+    m-1,7h2v2h-2z
+    m7,-5h2v2h-2z" stroke="#df421e" fill="#ffffff"/>
+</svg>
Index: /trunk/resources/images/new.svg
===================================================================
--- /trunk/resources/images/new.svg	(revision 16006)
+++ /trunk/resources/images/new.svg	(revision 16006)
@@ -0,0 +1,366 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   inkscape:export-ydpi="30"
+   inkscape:export-xdpi="30"
+   inkscape:export-filename="/home/luca/Desktop/flare-16.png"
+   sodipodi:docname="document-new.svg"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   inkscape:version="0.45"
+   sodipodi:version="0.32"
+   id="svg249"
+   height="48"
+   width="48"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient2378">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop2380" />
+      <stop
+         id="stop4146"
+         offset="0.25"
+         style="stop-color:#fefede;stop-opacity:0.91836733;" />
+      <stop
+         id="stop2386"
+         offset="0.5"
+         style="stop-color:#f5f328;stop-opacity:1;" />
+      <stop
+         style="stop-color:#f5f32d;stop-opacity:0.12234043;"
+         offset="1"
+         id="stop2382" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4790">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop4792" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop4794" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient2251">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop2253" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop2255" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2251"
+       id="linearGradient8166"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-3.277938e-2,-0.999463,0.999463,-3.277938e-2,-0.709646,45.06274)"
+       x1="33.396004"
+       y1="36.921333"
+       x2="34.170048"
+       y2="38.070381" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4542">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop4544" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop4546" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient15662">
+      <stop
+         id="stop15664"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop15666"
+         offset="1.0000000"
+         style="stop-color:#f8f8f8;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient269">
+      <stop
+         id="stop270"
+         offset="0.0000000"
+         style="stop-color:#a3a3a3;stop-opacity:1.0000000;" />
+      <stop
+         id="stop271"
+         offset="1"
+         style="stop-color:#8a8a8a;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient259">
+      <stop
+         id="stop260"
+         offset="0.0000000"
+         style="stop-color:#fafafa;stop-opacity:1.0000000;" />
+      <stop
+         id="stop261"
+         offset="1.0000000"
+         style="stop-color:#bbbbbb;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient269"
+       id="radialGradient15656"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
+       cx="8.824419"
+       cy="3.7561285"
+       fx="8.824419"
+       fy="3.7561285"
+       r="37.751713" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient259"
+       id="radialGradient15658"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(0.960493,1.041132)"
+       cx="33.966679"
+       cy="35.736916"
+       fx="33.966679"
+       fy="35.736916"
+       r="86.70845" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient15662"
+       id="radialGradient15668"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.968273,0,0,1.032767,3.353553,0.646447)"
+       cx="8.1435566"
+       cy="7.2678967"
+       fx="8.1435566"
+       fy="7.2678967"
+       r="38.158695" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4542"
+       id="radialGradient4548"
+       cx="24.306795"
+       cy="42.07798"
+       fx="24.306795"
+       fy="42.07798"
+       r="15.821514"
+       gradientTransform="matrix(1,0,0,0.284916,-6.340414e-16,30.08928)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient269"
+       id="radialGradient5350"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.331735,-2.3449e-17,2.501087e-17,0.353831,20.10526,9.5823)"
+       cx="31.863327"
+       cy="2.3667307"
+       fx="31.863327"
+       fy="2.3667307"
+       r="37.751713" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient259"
+       id="radialGradient5352"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.148355,1.009137e-2,-1.104438e-2,0.162365,25.06011,12.81706)"
+       cx="30.653816"
+       cy="14.9373"
+       fx="30.653816"
+       fy="14.9373"
+       r="86.70845" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4790"
+       id="radialGradient4796"
+       cx="37.030354"
+       cy="12.98915"
+       fx="37.030354"
+       fy="12.98915"
+       r="4.2929163"
+       gradientTransform="matrix(1.744653,2.313551e-22,-1.663e-22,1.283833,-26.58256,-3.478359)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2378"
+       id="radialGradient3271"
+       cx="38.658855"
+       cy="9.3411446"
+       fx="38.658855"
+       fy="9.3411446"
+       r="8.341651"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-y="91"
+     inkscape:window-x="2447"
+     inkscape:window-height="939"
+     inkscape:window-width="929"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     showgrid="false"
+     inkscape:current-layer="layer5"
+     inkscape:cy="0.51865071"
+     inkscape:cx="48.590645"
+     inkscape:zoom="1"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="0.3254902"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:showpageshadow="false"
+     showborder="true" />
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>New Document</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>text</rdf:li>
+            <rdf:li>plaintext</rdf:li>
+            <rdf:li>regular</rdf:li>
+            <rdf:li>document</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://jimmac.musichall.cz</dc:source>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Luca Ferretti</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer6"
+     inkscape:label="Shadow">
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.47252748;color:#000000;fill:url(#radialGradient4548);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="path3667"
+       sodipodi:cx="24.306795"
+       sodipodi:cy="42.07798"
+       sodipodi:rx="15.821514"
+       sodipodi:ry="4.5078058"
+       d="M 40.128309 42.07798 A 15.821514 4.5078058 0 1 1  8.485281,42.07798 A 15.821514 4.5078058 0 1 1  40.128309 42.07798 z"
+       transform="matrix(1.173184,0,0,0.686275,-4.651498,14.2616)"
+       inkscape:r_cx="true"
+       inkscape:r_cy="true" />
+  </g>
+  <g
+     style="display:inline"
+     inkscape:groupmode="layer"
+     inkscape:label="Base"
+     id="layer1">
+    <path
+       style="color:#000000;fill:url(#radialGradient15658);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient15656);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
+       d="M 7.7526014,3.6464462 L 31.199616,3.6308212 C 31.199616,3.6308212 41.478553,13.174533 41.478553,13.811106 L 41.478553,43.417892 C 41.478553,44.054465 40.966077,44.56694 40.329504,44.56694 L 7.7526014,44.56694 C 7.1160285,44.56694 6.6035528,44.054465 6.6035528,43.417892 L 6.6035528,4.7954948 C 6.6035528,4.1589219 7.1160285,3.6464462 7.7526014,3.6464462 z "
+       id="rect15391"
+       sodipodi:nodetypes="ccccccccc" />
+    <path
+       style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient15668);stroke-width:1;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
+       d="M 7.8151023,4.5839462 L 32.691494,4.5839462 C 32.691494,4.5839462 40.44194,12.605373 40.44194,12.687946 L 40.44194,43.381282 C 40.44194,43.463855 40.375465,43.530331 40.292892,43.530331 L 7.8151023,43.530331 C 7.7325294,43.530331 7.6660538,43.463855 7.6660538,43.381282 L 7.6660538,4.7329948 C 7.6660538,4.6504219 7.7325294,4.5839462 7.8151023,4.5839462 z "
+       id="rect15660"
+       sodipodi:nodetypes="ccccccccc" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer5"
+     inkscape:label="Text"
+     style="display:inline">
+    <path
+       inkscape:r_cy="true"
+       inkscape:r_cx="true"
+       style="opacity:0.35714285;color:#000000;fill:url(#radialGradient4796);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       d="M 40.985189,13.861445 C 40.256827,12.514817 34.882221,10.130934 32.084635,9.3314083 C 32.254143,10.904354 31.961856,15.649439 31.961856,15.649439 C 34.024356,14.274439 40.204485,13.699331 40.985189,13.861445 z "
+       id="path5348"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="opacity:1;color:#000000;fill:url(#radialGradient5352);fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient5350);stroke-width:1;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
+       d="M 41.410559,13.739267 C 41.423724,12.324125 35.058025,3.5320142 31.175441,3.6354934 C 32.148479,3.8684884 32.925796,9.803523 31.536076,12.616023 C 34.286076,12.616023 40.446694,11.881093 41.410559,13.739267 z "
+       id="path2210"
+       sodipodi:nodetypes="cccc"
+       inkscape:r_cx="true"
+       inkscape:r_cy="true" />
+    <path
+       sodipodi:nodetypes="cccc"
+       id="path2247"
+       d="M 39.121563,11.586207 C 38.393201,10.239579 34.963027,6.5166576 33.040441,5.2796316 C 33.279381,6.7054805 33.577496,8.9620596 32.961856,11.524439 C 32.961856,11.524439 38.340859,11.424093 39.121563,11.586207 z "
+       style="opacity:1;color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient8166);stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       inkscape:r_cx="true"
+       inkscape:r_cy="true" />
+    <path
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient3271);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path2388"
+       sodipodi:cx="38.658855"
+       sodipodi:cy="9.3411446"
+       sodipodi:rx="8.341651"
+       sodipodi:ry="8.341651"
+       d="M 47.000506 9.3411446 A 8.341651 8.341651 0 1 1  30.317204,9.3411446 A 8.341651 8.341651 0 1 1  47.000506 9.3411446 z"
+       transform="matrix(1.14985,0,0,1.14985,-7.595328,0.490895)" />
+    <path
+       sodipodi:type="star"
+       style="opacity:1;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       id="path1345"
+       sodipodi:sides="5"
+       sodipodi:cx="36.9375"
+       sodipodi:cy="11.125"
+       sodipodi:r1="8.755579"
+       sodipodi:r2="5.0676599"
+       sodipodi:arg1="0.52359878"
+       sodipodi:arg2="1.1519173"
+       inkscape:flatsided="false"
+       inkscape:rounded="0.18352206"
+       inkscape:randomized="0"
+       d="M 44.520054,15.50279 C 44.012883,16.381236 39.925351,15.341967 38.998703,15.754538 C 38.072055,16.167108 36.109289,19.900142 35.117113,19.689249 C 34.124936,19.478355 33.850222,15.26973 33.171495,14.515926 C 32.492767,13.762123 28.335913,13.048993 28.229885,12.040207 C 28.123857,11.031421 32.041607,9.4696164 32.548778,8.5911701 C 33.055949,7.7127238 32.449637,3.5389508 33.376285,3.1263806 C 34.302933,2.7138103 36.998949,5.957187 37.991126,6.1680807 C 38.983302,6.3789743 42.765436,4.5125708 43.444163,5.2663741 C 44.122891,6.0201775 41.871371,9.5864995 41.977399,10.595285 C 42.083426,11.604071 45.027225,14.624343 44.520054,15.50279 z "
+       transform="matrix(0.674116,0.299577,-0.299577,0.674116,15.46413,-7.192469)" />
+  </g>
+</svg>
Index: /trunk/resources/images/no_upload.svg
===================================================================
--- /trunk/resources/images/no_upload.svg	(revision 16006)
+++ /trunk/resources/images/no_upload.svg	(revision 16006)
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   version="1.1"
+   id="svg2"
+   height="24"
+   width="24">
+  <g
+     transform="translate(-662.28571,-720.36218)"
+     id="layer1">
+    <image
+       width="24"
+       height="24"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAABDtJREFU SInNlVtsFGUUx3/zzezsZbaX7W4vdLHAUigLtbQNVCEhBPtgTIwmiA8Yw4tRIAgagy+amEaQaBNB jDHRgA0+aExAExN4MMRL0CjaQkDAIAVsuandXigMO5ed+XzYsnRtWEjUxH/yZU6+75zzP+f/nZmB /xseeV9/9z9Lvqqn7NUPj2+Wj31gdP3ryVfuNj765mKPHMj2yp6TG/yVu41jdxMn7sZp9Z7EgUcX r109t7qD09mDzEneqyxd8GDL6j3x74+d6FVKxd728PXu14QQ4qErsS8/qWmMGE90vMy49zuDdh/n st/RUbaGz3/chXM2kZ1mLal/4fkXx+5IsH379jCK/7Xj2ov0gC5Sy0McvPAez3buZMQ7T1hUcNk5 wUlzPxVaPa2Rx+n5agtp5WHCmbmMjAz7wZB+WCW4YtOmTfYUiVzPWjs/nW7ZuOE5Ma+zgk9/2ca6 Fd3oapgytbaosnggRVA1eGbFNvrMj3EaTrFh/UaRmtnYmnXMp276FREE9WBnY+OcUC7nsu/nbkzr GvuP7OaVvauo1KajTHKfFVrCG/vWsWXvGsbMYX64vA/HsZmdagzrWqDzpp82mcDHX1BZGQPgpfsP UFtXzw3zOk/3z8STbpGiUvrkpEv3A714OUBKbMemrLwMFNk8pYOuri6Rc3PTIxGjKJGilBwSpJQF 27IsooaB6+ZmTCEwDHVGNFrmCqGAAmbW5MLF35BISsGxcvieh+f5OI6NEIJwKORvfXPrPUUErlTT yWTSd10X3/eJVyUIaAEyI3+WJFCEIKDr2I6F5/m4uRw1tXWe6ssmmHQHipTputppIdd1GB0dobau Ht/zsB0HAJUA04OtxLQGkvrCAkE4FCIznCHn5QCwbZuamprg+fPn0sDBAkEwGGivTiQ0y7IK8iSn 3UNlZRV1xmze+mI9A5lTOJ5VSD4/sRwhVBLxBJnhDJZtYVlZEvFEQNXUtqIOXDe3pLy8gtGxEb49 dIjFHR2cPnOKSMTgyYZ3kICMS5ASKSWS/HN4eAgzewMpJcePHWfZsmUk4tV4OW9p0R1IKZPRaJRr 18dpa2+jKlaF4+TlKoWx8TEcx8Z1HOalm4hEosRicRSUhqIOUFB836dt4aLCVmrWnJLJbwfzhomc KL5AMHjpys4db+/YrIqpc28Yxq1g0yzsRSIRhoaGimwA3/flr6f7d+XrvoXWlkUdRyvKDa6OmyiK gh7Q0HUNTdXQtbydTjdx5kw/6fQ8fuo9Snv7Qvr68r+G9rYWDvceYXDgwtDA2f61wGeTPxXlN42K cgOhKKiqQBUqilBQhUARCp7vk5qdwrIsmpvT2LZN84ImpATLtvPxsapqIFgkUV19vec4zuGr49xX St/BS6VfPADbto8AA3+XqAaoBaoAfeJMm1hiYimTYhTITy/gAx7gAg4wCvwBXLpjNf8UfwHXNa3u qDukqwAAAABJRU5ErkJggg== "
+       id="image2993"
+       x="662.28571"
+       y="720.36218" />
+    <path
+       transform="translate(662.28571,720.36218)"
+       id="path2998"
+       d="m 20,4 0,0"
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       transform="translate(662.28571,720.36218)"
+       id="path3000"
+       d="M 4,17 20,4"
+       style="fill:#ff0000;stroke:#ff0000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       transform="translate(662.28571,720.36218)"
+       id="path3002"
+       d="M 20,17 4,4"
+       style="fill:#ff0000;stroke:#ff0000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+  </g>
+</svg>
Index: /trunk/resources/images/oauth/oauth-logo.svg
===================================================================
--- /trunk/resources/images/oauth/oauth-logo.svg	(revision 16006)
+++ /trunk/resources/images/oauth/oauth-logo.svg	(revision 16006)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1800 600" width="402px" height="134px">
+<defs>
+  <mask maskUnits="objectBoundingBox" maskContentUnits="ObjectBoundingBox" id="hashCircle">
+    <circle cx="300" cy="300" r="190" fill="#fff" stroke="none"/>
+  </mask>
+  <pattern patternUnits="userSpaceOnUse" x="0" y="0" width="50" height="50" id="hash">
+    <path d="m0,0 50,50m-50,0 50,-50" stroke="#fff" stroke-width="4"/>
+  </pattern>
+</defs>
+<g>
+  <circle cx="300" cy="300" r="300" fill="#000"/>
+  <circle cx="300" cy="300" r="282.5" stroke="#fff" stroke-width="10"/>
+</g>
+<circle fill="url(#hash)" cx="300" cy="300" r="190"/>
+<path id="keyhole" stroke="#000" stroke-width="6" fill="#fff" d="M377.768,426.033C365.328,426.033 354.411,418.155 350.601,406.429L336.745,364.211L267.43,364.211L254.556,406.044C250.67,417.998 239.67,426 227.166,426C224.164,426 221.182,425.525 218.303,424.591C203.357,420.104 194.872,404.017 199.451,388.751L257.957,203.428C261.756,191.639 272.94,183.416 285.157,183.416L316.267,183.416C328.553,183.416 339.736,191.499 343.461,203.073L404.99,388.327C409.91,403.473 401.763,419.732 386.839,424.59C383.888,425.548 380.837,426.033 377.768,426.033L377.768,426.033z" />
+<g id="OAUTH" fill="#fff">
+  <path d="M148.001,124.354L147.928,124.255C140.632,114.256 142.773,100.268 153.518,92.426C164.263,84.585 178.066,86.786 185.362,96.784L185.435,96.883C192.731,106.882 190.59,120.871 179.845,128.712C169.1,136.553 155.297,134.353 148.001,124.354z M175.658,104.171L175.585,104.072C171.919,99.048 165.093,97.32 159.771,101.204C154.498,105.052 154.088,111.907 157.754,116.932L157.827,117.031C161.494,122.055 168.319,123.783 173.592,119.935C178.915,116.051 179.325,109.196 175.658,104.171z" />
+  <path d="M218.344,58.817L229.309,55.299L260.048,91.033L247.851,94.946L242.509,88.576L226.676,93.656L226.096,101.927L214.134,105.765L218.344,58.817z M236.384,80.775L228.066,70.573L227.177,83.729L236.384,80.775z" />
+  <path d="M279.795,69.567L279.891,45.364L292.023,45.412L291.928,69.369C291.903,75.589 295.032,78.557 299.836,78.577C304.64,78.596 307.792,75.776 307.815,69.741L307.912,45.477L320.044,45.525L319.949,69.42C319.894,83.338 311.926,89.404 299.67,89.355C287.415,89.305 279.742,83.054 279.795,69.567z" />
+  <path d="M363.859,65.338L351.491,61.563L354.547,51.55L390.71,62.587L387.654,72.6L375.286,68.826L365.759,100.042L354.333,96.555L363.859,65.338z" />
+  <path d="M423.012,76.559L432.958,83.178L424.02,96.61L436.786,105.106L445.725,91.673L455.671,98.292L431.788,134.181L421.841,127.562L430.917,113.924L418.15,105.428L409.075,119.066L399.129,112.447L423.012,76.559z"/>
+  <path d="M458.146,468.883L458.222,468.98C465.896,478.693 464.29,492.755 453.852,501.001C443.414,509.247 429.536,507.575 421.862,497.862L421.786,497.765C414.112,488.051 415.719,473.99 426.156,465.744C436.594,457.499 450.472,459.17 458.146,468.883z M431.277,490.11L431.353,490.207C435.209,495.088 442.096,496.554 447.267,492.469C452.389,488.422 452.538,481.556 448.681,476.675L448.605,476.578C444.75,471.697 437.862,470.231 432.74,474.278C427.569,478.363 427.421,485.229 431.277,490.11z"/>
+  <path d="M390.707,537.182L379.907,541.179L347.625,506.833L359.638,502.386L365.256,508.516L380.85,502.744L381.065,494.456L392.847,490.095L390.707,537.182z M371.718,516.04L380.477,525.865L380.786,512.683L371.718,516.04z"/>
+  <path d="M328.888,528.985L329.955,553.164L317.835,553.699L316.778,529.766C316.504,523.552 313.236,520.738 308.437,520.95C303.638,521.162 300.625,524.131 300.891,530.16L301.961,554.4L289.841,554.935L288.787,531.064C288.173,517.16 295.841,510.718 308.084,510.178C320.328,509.637 328.293,515.511 328.888,528.985z"/>
+  <path d="M244.671,536.891L257.158,540.262L254.429,550.37L217.918,540.515L220.647,530.406L233.134,533.777L241.641,502.261L253.177,505.375L244.671,536.891z"/>
+  <path d="M185.65,528.108L175.401,521.966L183.696,508.125L170.543,500.241L162.248,514.082L152,507.94L174.164,470.961L184.412,477.104L175.99,491.156L189.144,499.04L197.566,484.988L207.814,491.131L185.65,528.108z"/>
+</g>
+<path id="O" d="m937.68,234.55c-12.66,-16.44 -29.75,-24.65 -51.28,-24.65 -21.53,0 -38.67,8.22 -51.42,24.65 -12.66,16.44 -18.98,38.85 -18.98,67.24 0,28.21 6.33,50.54 18.98,66.97 12.74,16.44 29.88,24.65 51.42,24.65 21.53,0 38.63,-8.22 51.28,-24.65 12.57,-16.44 18.85,-38.76 18.85,-66.97 0,-28.39 -6.28,-50.8 -18.85,-67.24M886.39,199.61c25.49,0 45.88,9.23 61.17,27.69 15.29,18.55 22.94,43.37 22.94,74.49 0,31.03 -7.65,55.77 -22.94,74.22 -15.29,18.54 -35.68,27.82 -61.17,27.82 -25.58,0 -46.05,-9.23 -61.44,-27.69 -15.29,-18.46 -22.94,-43.24 -22.94,-74.36 0,-31.11 7.65,-55.94 22.94,-74.49 15.38,-18.46 35.86,-27.69 61.44,-27.69"/>
+<path id="A" d="m1079.4,216.48 -42.19,110.74 83.72,0 -41.53,-110.74m-8.44,-13.32 17.27,0 75.28,196.83 -15.03,0 -23.47,-61.83 -91.89,0L1009.79,400l-13.97,0 75.15,-196.83"/>
+<path id="u" d="m1205,240h14v97a42,51.5 0 0 0 84,0v-97.4h14v100a56,60 0 0 1 -112,0z"/>
+<path id="t" d="m1346,240h125v11.5h-55.5v148.5h-14v-148.5h-55.5z" />
+<path id="h" d="m1502,240h14v69h84v-69h14v160h-14v-79.5h-84v79.5h-14z"/>
+</svg>
Index: /trunk/resources/images/oauth/oauth-small.svg
===================================================================
--- /trunk/resources/images/oauth/oauth-small.svg	(revision 16006)
+++ /trunk/resources/images/oauth/oauth-small.svg	(revision 16006)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 32 32" width="20px" height="20px" xmlns:xlink="http://www.w3.org/1999/xlink">
+  <circle cx="16" cy="16" r="16" fill="#000"/>
+  <circle cx="16" cy="16" r="11" fill="#888"/>
+  <path d="m35,16 a4,4 0 0 1 3,3 l7.5,22.5 a3.16,3.16 0 0 1 -6,2 l-3,-9 h-9 l-3,9 a3.16,3.16 0 0 1 -6,-2 l7.5,-22.5 a4,4 0 0 1 3,-3z" fill="#fff" transform="scale(.5)"/>
+</svg>
Index: /trunk/resources/images/ortho.svg
===================================================================
--- /trunk/resources/images/ortho.svg	(revision 16006)
+++ /trunk/resources/images/ortho.svg	(revision 16006)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m13.5,21.5a8,8 0 0 1 8,-8m-4,3.5v1" stroke="#555555" fill="none"/>
+  <path d="m3.5,3.5h8v6h10v12h-18z" stroke="#000000" fill="none"/>
+  <path d="m1.5,1.5h3v3h-3z
+    m8,0h3v3h-3z
+    m0,6h3v3h-3z
+    m10,0h3v3h-3z
+    m0,12h3v3h-3z
+    m-18,0h3v3h-3z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: /trunk/resources/images/paste.svg
===================================================================
--- /trunk/resources/images/paste.svg	(revision 16006)
+++ /trunk/resources/images/paste.svg	(revision 16006)
@@ -0,0 +1,390 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48"
+   height="48"
+   id="svg7854"
+   sodipodi:version="0.32"
+   inkscape:version="0.45"
+   version="1.0"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   sodipodi:docname="edit-paste.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs7856">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5788">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5790" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop5792" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5772">
+      <stop
+         id="stop5774"
+         offset="0"
+         style="stop-color:#e2b369;stop-opacity:1" />
+      <stop
+         id="stop5776"
+         offset="1"
+         style="stop-color:#c79b55;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5586">
+      <stop
+         style="stop-color:#bfbcb3;stop-opacity:1;"
+         offset="0"
+         id="stop5588" />
+      <stop
+         style="stop-color:#9c988a;stop-opacity:1;"
+         offset="1"
+         id="stop5590" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5586"
+       id="linearGradient5592"
+       x1="24.635435"
+       y1="7.202693"
+       x2="24.635435"
+       y2="12.380689"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       x="-0.085321058"
+       width="1.1706421"
+       y="-0.73719835"
+       height="2.4743967"
+       id="filter5670">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.38394476"
+         id="feGaussianBlur5672" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       x="-0.090666526"
+       width="1.1813331"
+       y="-0.31875174"
+       height="1.6375035"
+       id="filter5766">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.79295562"
+         id="feGaussianBlur5768" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5772"
+       id="linearGradient5784"
+       gradientUnits="userSpaceOnUse"
+       x1="25.5"
+       y1="-13.625"
+       x2="26"
+       y2="-39.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5788"
+       id="linearGradient5794"
+       x1="24.499998"
+       y1="-38.500011"
+       x2="24.499998"
+       y2="-1.6250113"
+       gradientUnits="userSpaceOnUse" />
+    <filter
+       inkscape:collect="always"
+       x="-0.083650827"
+       width="1.1673017"
+       y="-0.4520362"
+       height="1.9040724"
+       id="filter5830">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="1.4691176"
+         id="feGaussianBlur5832" />
+    </filter>
+    <linearGradient
+       id="linearGradient6732">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop6734" />
+      <stop
+         style="stop-color:#dddddd;stop-opacity:1;"
+         offset="1"
+         id="stop6736" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient6732"
+       id="linearGradient5968"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.9716096,0,0,1.283333,-40.47809,-6.1310478)"
+       x1="37.926636"
+       y1="37.668934"
+       x2="5.4959755"
+       y2="10.982666" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#e0e0e0"
+     borderopacity="1"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="28.423368"
+     inkscape:cy="-1.7891881"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="48px"
+     height="48px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1129"
+     inkscape:window-height="965"
+     inkscape:window-x="403"
+     inkscape:window-y="131"
+     showgrid="false" />
+  <metadata
+     id="metadata7859">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://jimmac.musichall.cz</dc:source>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:title>Paste</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>edit</rdf:li>
+            <rdf:li>paste</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       ry="7.272984"
+       rx="4.4858322"
+       y="38.438263"
+       x="19.514534"
+       height="6.5"
+       width="35.125"
+       id="rect5984"
+       style="opacity:0.35294118;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;filter:url(#filter5830);enable-background:accumulate"
+       transform="matrix(0.7245031,0,0,0.4468592,6.1716863,23.280448)" />
+    <rect
+       style="opacity:0.41764706;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;filter:url(#filter5830);enable-background:accumulate"
+       id="rect5796"
+       width="35.125"
+       height="6.5"
+       x="6.8749995"
+       y="35.875"
+       rx="3.2499998"
+       ry="5.28125"
+       transform="matrix(1,0,0,0.6153846,0,15.798077)" />
+    <rect
+       style="opacity:1;color:#000000;fill:url(#linearGradient5784);fill-opacity:1;fill-rule:nonzero;stroke:#8f5902;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+       id="rect4613"
+       width="29.999996"
+       height="31.999998"
+       x="9.5"
+       y="-40.5"
+       rx="2.7499998"
+       ry="2.75"
+       transform="scale(1,-1)" />
+    <path
+       sodipodi:nodetypes="ccccccccc"
+       id="path5674"
+       d="M 16.722015,14.506832 L 32.354478,14.506832 C 33.32675,14.551026 33.381283,12.617748 33.381283,12.617748 L 30.497073,10.307271 L 30.506162,9.5527475 C 30.506162,9.5527475 18.491032,9.5321977 18.491032,9.5321977 L 18.491032,10.422399 L 15.890165,12.665036 C 15.890165,12.665036 15.838132,14.462638 16.722015,14.506832 z"
+       style="opacity:0.44117647;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;filter:url(#filter5766);enable-background:accumulate"
+       transform="matrix(1.0502474,0,0,1.0502474,-1.2378669,-1.6664683)" />
+    <rect
+       transform="scale(1,-1)"
+       ry="1.2499995"
+       rx="1.2499995"
+       y="-39.289101"
+       x="10.635226"
+       height="29.578182"
+       width="27.729544"
+       id="rect5786"
+       style="opacity:0.41764706;color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5794);stroke-width:0.99999994;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;enable-background:accumulate" />
+    <path
+       style="opacity:1;color:#000000;fill:url(#linearGradient5592);fill-opacity:1.0;fill-rule:nonzero;stroke:#555753;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+       d="M 16.722015,12.506832 L 32.354478,12.506832 C 33.32675,12.551026 33.381283,10.617748 33.381283,10.617748 L 30.497073,8.3072713 L 30.506162,4.5527475 C 30.506162,3.7301333 29.81436,2.6194691 28.807357,2.6194691 L 20.287314,2.5310808 C 19.074886,2.5310808 18.491032,3.719232 18.491032,4.5321977 L 18.491032,8.4223989 L 15.890165,10.665036 C 15.890165,10.665036 15.838132,12.462638 16.722015,12.506832 z"
+       id="path5584"
+       sodipodi:nodetypes="ccccccccccc" />
+    <rect
+       style="opacity:0.46470588;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;enable-background:accumulate"
+       id="rect5594"
+       width="15"
+       height="1.0416322"
+       x="17"
+       y="10"
+       rx="0.52081609"
+       ry="0.52081609" />
+    <rect
+       ry="0.52081609"
+       rx="0.52081609"
+       y="4"
+       x="20"
+       height="1.0416322"
+       width="9"
+       id="rect5596"
+       style="opacity:0.53529412;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible;enable-background:accumulate;filter:url(#filter5670)" />
+    <g
+       id="g5945"
+       transform="translate(-64.000009,1.3465954)">
+      <g
+         transform="matrix(0.5454547,0,0,0.5454547,106.45908,17.135117)"
+         id="g5646">
+        <g
+           transform="matrix(1.1,0,0,1,-43.74165,5.918957)"
+           id="layer6"
+           inkscape:label="Shadow">
+          <g
+             id="g2043"
+             inkscape:label="Shadow"
+             transform="matrix(1,0,0,0.555556,-4.549998e-7,13.88887)">
+            <g
+               style="display:inline"
+               id="g2036"
+               inkscape:label="Shadow">
+              <g
+                 id="g3712"
+                 style="opacity:0.4"
+                 transform="matrix(1.052632,0,0,1.285713,-1.263158,-13.42854)" />
+            </g>
+          </g>
+          <g
+             id="g2285"
+             inkscape:label="pixmap"
+             style="display:inline"
+             transform="translate(50.6887,6.21499)" />
+          <g
+             transform="matrix(0.186703,0,0,0.186703,29.5814,63.83798)"
+             id="g891" />
+        </g>
+        <g
+           style="display:inline"
+           inkscape:label="Base"
+           id="g5657" />
+        <g
+           id="layer5"
+           inkscape:label="Text"
+           style="display:inline">
+          <rect
+             style="color:#000000;fill:url(#linearGradient5968);fill-opacity:1;fill-rule:evenodd;stroke:#939393;stroke-width:1.8333329;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+             id="rect2373"
+             width="38.499989"
+             height="38.499989"
+             x="-36.591621"
+             y="5.4189425"
+             rx="2.6242812"
+             ry="2.6242814"
+             inkscape:r_cx="true"
+             inkscape:r_cy="true" />
+          <rect
+             inkscape:r_cy="true"
+             inkscape:r_cx="true"
+             ry="1.0501654"
+             rx="1.0501657"
+             y="7.252274"
+             x="-34.758289"
+             height="34.833324"
+             width="34.833324"
+             id="rect2423"
+             style="color:#000000;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.8333317;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+        </g>
+      </g>
+      <rect
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         ry="0"
+         rx="0"
+         y="23.590904"
+         x="89.000008"
+         height="2.0625005"
+         width="16"
+         id="rect6916"
+         style="opacity:1;color:#000000;fill:#adaeab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         ry="0"
+         rx="0"
+         y="27.590904"
+         x="89.000008"
+         height="2.0625005"
+         width="16"
+         id="rect5972"
+         style="opacity:1;color:#000000;fill:#adaeab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         ry="0"
+         rx="0"
+         y="31.64636"
+         x="89.000008"
+         height="2.0070443"
+         width="16"
+         id="rect5976"
+         style="opacity:1;color:#000000;fill:#adaeab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         inkscape:r_cy="true"
+         inkscape:r_cx="true"
+         ry="0"
+         rx="0"
+         y="35.590904"
+         x="89.000008"
+         height="2.0625005"
+         width="9.000001"
+         id="rect5980"
+         style="opacity:1;color:#000000;fill:#adaeab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/preferences/separator.svg
===================================================================
--- /trunk/resources/images/preferences/separator.svg	(revision 16006)
+++ /trunk/resources/images/preferences/separator.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m11.5,3v18" stroke="#666666"/>
+  <path d="m12.5,4v18" stroke="#4c4c4c" opacity=".5"/>
+</svg>
Index: /trunk/resources/images/presets/accommodation/alpine_hut.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/alpine_hut.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/alpine_hut.svg	(revision 16006)
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="alpine_hut.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/rudolf/Downloads/mapicons2/Alpine_hut_blue_pic_p32.png"
+   inkscape:export-xdpi="44.986801"
+   inkscape:export-ydpi="44.986801">
+  <title
+     id="title3319">Map icon for baisc_hut</title>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title>Map icon for baisc_hut</dc:title>
+        <dc:date>2012-04-05</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Rudolf</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:snap-global="true"
+     inkscape:zoom="22.627417"
+     inkscape:cx="7.481838"
+     inkscape:cy="3.6637309"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     width="16px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true"
+       empspacing="2"
+       snapvisiblegridlinesonly="true"
+       originx="-8.0001414"
+       originy="-7.999979" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2461"
+       inkscape:persp3d-origin="10 : 6.6666667 : 1"
+       inkscape:vp_z="20 : 10 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 10 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2466"
+       inkscape:persp3d-origin="400 : 200 : 1"
+       inkscape:vp_z="800 : 300 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 300 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <path
+     style="fill:none;stroke:#0092da;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 7.9998586,0.99999965 0.99985861,8 2.9998586,7.999652 l 0,7.000348 10.0000004,0 0,-7 2,0 z"
+     id="rect3055"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path3501"
+     d="m 8.7046586,6.189 c 0.4562,0 0.825,-0.3711 0.825,-0.8281 0,-0.4562 -0.3688,-0.825 -0.825,-0.825 -0.4562,0 -0.8273,0.3688 -0.8273,0.825 0,0.457 0.3711,0.8281 0.8273,0.8281 z"
+     style="fill:#0092da;fill-opacity:1" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path3503"
+     d="m 7.3085586,6.3257 c 0.032,-0.1273 -0.0484,-0.2539 -0.1734,-0.2859 l -0.6883,-0.1656 c -0.1289,-0.0297 -0.2562,0.0461 -0.2852,0.1727 l -0.5788,2.3953 c -0.032,0.1273 0.0461,0.2539 0.1734,0.2859 l 0.6906,0.1656 c 0.125,0.032 0.2539,-0.0461 0.2836,-0.1734 l 0.5781,-2.3946 z"
+     style="fill:#0092da;fill-opacity:1" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path3507"
+     d="m 5.8734586,14.3507 c -0.0078,0.0391 -0.0102,0.0781 -0.0102,0.1172 0,0.3219 0.2594,0.5805 0.5812,0.5805 0.2641,0 0.4859,-0.1758 0.557,-0.4148 l 0.9984,-4.1336 0.9516,4.1094 c 0.0609,0.2539 0.2906,0.4391 0.5609,0.4391 0.3227,0 0.5812004,-0.2586 0.5812004,-0.5805 0,-0.0445 -0.0047,-0.0859 -0.0125,-0.1273 L 8.7757586,8.882 l 0.1094,-0.4812 0.0859,0.3781 c 0.0781,0.2469 0.3023,0.2711 0.3023,0.2711 l 1.3453004,0.3422 c 0.0266,0.0047 0.0539,0.007 0.0805,0.007 0.2195,0 0.3977,-0.1758 0.3977,-0.3953 0,-0.1883 -0.1289,-0.3469 -0.3047,-0.3883 l -1.1648004,-0.293 -0.3195,-1.2992 c -0.1516,-0.725 -0.8445,-0.7078 -0.8445,-0.7078 -0.6734,-0.0172 -0.8422,0.6914 -0.8422,0.6914 l -1.7477,7.3437 z"
+     style="fill:#0092da;fill-opacity:1" />
+</svg>
Index: /trunk/resources/images/presets/accommodation/apartment.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/apartment.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/apartment.svg	(revision 16006)
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="14.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="16.134079"
+     inkscape:cy="7.3826676"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4160" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8,-8.000001)">
+    <rect
+       x="8"
+       y="8.000001"
+       width="16"
+       height="16"
+       rx="2"
+       ry="2"
+       id="shield"
+       style="fill:#ffffff;stroke:none" />
+    <g
+       id="g4264"
+       transform="matrix(1.3960228,0,0,1.4671449,9.0011285,4.4882701)"
+       style="fill:#cd9369;fill-opacity:1;stroke:#c67036;stroke-opacity:1">
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path8372"
+         d="m 2.478544,11.578874 0,-8.0822 5.0753842,0 0,8.0822"
+         style="fill:#cd9369;fill-opacity:1;stroke:#c67036;stroke-width:1.03557968;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <rect
+         y="4.0554256"
+         x="2.8336146"
+         height="7.4207835"
+         width="4.292532"
+         id="rect8376"
+         style="opacity:0.2;fill:#cd9369;fill-opacity:1;stroke:#c67036;stroke-width:1.10825205;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ae6230;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4174"
+       width="2"
+       height="1"
+       x="17"
+       y="15.000001"
+       rx="0.00049591064"
+       ry="4.6325681e-008" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4152"
+       d="M 9.59893,15.000001 C 9.224597,15.000001 9,15.224302 9,15.747664 l 0,7.252337 1.272728,0 0,-1.794396 c 0,0 10.331534,0.07478 11.454537,0 l 0,1.794396 1.272735,0 0,-2.392519 0,-3.887853 c 0,-0.29908 -0.149722,-0.747664 -0.673802,-0.747664 -0.449201,0 -0.598933,0.448598 -0.598933,0.747664 l 0,3.289715 -11.454537,0 0,-4.26168 c 0,-0.523366 -0.299479,-0.747663 -0.673798,-0.747663 z m 2.919783,0.971964 c -0.823528,0 -1.497319,0.672899 -1.497319,1.495323 0,0.822439 0.673791,1.495331 1.497319,1.495331 0.823534,0 1.497325,-0.672892 1.497325,-1.495331 0,-0.822424 -0.673791,-1.495323 -1.497325,-1.495323 z m 1.946526,1.046732 0,1.943922 6.513356,0 c 0,-0.971961 -1.048135,-1.943922 -2.021373,-1.943922 z"
+       style="fill:#0083c3;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/basic_hut.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/basic_hut.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/basic_hut.svg	(revision 16006)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="baisc_hut.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <title
+     id="title3319">Map icon for baisc_hut</title>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title>Map icon for baisc_hut</dc:title>
+        <dc:date>2012-04-05</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Rudolf</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:snap-global="true"
+     inkscape:zoom="26.715378"
+     inkscape:cx="4.8456749"
+     inkscape:cy="5.058468"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true"
+       empspacing="2"
+       snapvisiblegridlinesonly="true" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2461"
+       inkscape:persp3d-origin="10 : 6.6666667 : 1"
+       inkscape:vp_z="20 : 10 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 10 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2466"
+       inkscape:persp3d-origin="400 : 200 : 1"
+       inkscape:vp_z="800 : 300 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 300 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <path
+     style="fill:none;stroke:#0092da;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 7.9998586,1 -6.99999999,7 1.99999999,-3.48e-4 0,7.000348 10.0000004,0 0,-7 2,0 z"
+     id="rect3055"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc" />
+</svg>
Index: /trunk/resources/images/presets/accommodation/camp_pitch.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/camp_pitch.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/camp_pitch.svg	(revision 16006)
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="11"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   version="1.0"
+   sodipodi:docname="camp_pitch6.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="12.631458"
+     inkscape:cy="8.7063703"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137"
+       originx="1.9999999"
+       originy="2.5512694e-008" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jörg Ostertag</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title>Jörg Ostertag</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-7.9680758,-12.562273)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.82213044;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4136"
+       width="13"
+       height="11"
+       x="7.9680758"
+       y="12.562273" />
+    <path
+       style="opacity:1;fill:#ffad00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.49555433;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 10.472616,22.281817 4.025022,-7.442165 3.969242,7.442165 z"
+       id="path2161"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:1;fill:#5abd3f;fill-opacity:1;fill-rule:evenodd;stroke:#00b000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99431817"
+       d="M 7.9680758,23.062273 H 20.968076"
+       id="path2165"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/camping.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/camping.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/camping.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   version="1.0"
+   sodipodi:docname="camping3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="5.9352113"
+     inkscape:cy="6.746294"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137"
+       originx="1.9999999"
+       originy="2.5512694e-008" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jörg Ostertag</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title>Jörg Ostertag</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-7.9680758,-7.562273)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.99152654;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4136"
+       width="13"
+       height="16"
+       x="7.9680758"
+       y="7.562273" />
+    <path
+       style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66032374;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 14.493521,13.283306 V 7.999924 l 4.722694,1.4574848 -4.722694,1.4271202"
+       id="path2163"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.72304797;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 9.8104809,22.207608 4.6840901,-8.489045 4.619477,8.489045 z"
+       id="path2161"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:1;fill:#5abd3f;fill-opacity:1;fill-rule:evenodd;stroke:#00b000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.99431817"
+       d="M 7.9680758,23.062273 H 20.968076"
+       id="path2165"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/caravan.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/caravan.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/caravan.svg	(revision 16006)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="9.4246597"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="caravan2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="11.08038"
+     inkscape:cy="12.159333"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-7.7592235,-16.314831)">
+    <rect
+       style="fill:#e9ddaf;fill-opacity:1;stroke:#0d0d0d;stroke-width:0.54727292;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="rect2160"
+       width="14.006625"
+       height="7.3386192"
+       x="9.4783716"
+       y="16.588465"
+       ry="0.87364513" />
+    <ellipse
+       style="fill:#241f1c;fill-opacity:1;stroke:#101010;stroke-width:0.5305512;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="path2162"
+       cx="14.709766"
+       cy="23.871553"
+       rx="1.7891792"
+       ry="1.6026615" />
+    <rect
+       style="fill:#f2d31d;fill-opacity:1;stroke:#000000;stroke-width:0.56507391;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="rect2164"
+       width="1.3988825"
+       height="0.37303531"
+       x="8.0417604"
+       y="22.426043" />
+    <rect
+       style="fill:#483e37;fill-opacity:0.877095;stroke:none;stroke-width:1.08200002;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="rect3141"
+       width="3.3106885"
+       height="2.3916378"
+       x="11.142616"
+       y="18.192543" />
+    <rect
+       style="fill:#483e37;fill-opacity:0.877095;stroke:none;stroke-width:1.08200002;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="rect3143"
+       width="5.6421595"
+       height="2.3916378"
+       x="16.201908"
+       y="18.136137" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/chalet.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/chalet.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/chalet.svg	(revision 16006)
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="22.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="8.8662849"
+     inkscape:cy="11.66826"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4160" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8,-8.000001)">
+    <rect
+       x="8"
+       y="8.000001"
+       width="16"
+       height="16"
+       rx="2"
+       ry="2"
+       id="shield"
+       style="fill:#ffffff;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4152"
+       d="M 9.59893,15.000001 C 9.224597,15.000001 9,15.224302 9,15.747664 l 0,7.252337 1.272728,0 0,-1.794396 c 0,0 10.331534,0.07478 11.454537,0 l 0,1.794396 1.272735,0 0,-2.392519 0,-3.887853 c 0,-0.29908 -0.149722,-0.747664 -0.673802,-0.747664 -0.449201,0 -0.598933,0.448598 -0.598933,0.747664 l 0,3.289715 -11.454537,0 0,-4.26168 c 0,-0.523366 -0.299479,-0.747663 -0.673798,-0.747663 z m 2.919783,0.971964 c -0.823528,0 -1.497319,0.672899 -1.497319,1.495323 0,0.822439 0.673791,1.495331 1.497319,1.495331 0.823534,0 1.497325,-0.672892 1.497325,-1.495331 0,-0.822424 -0.673791,-1.495323 -1.497325,-1.495323 z m 1.946526,1.046732 0,1.943922 6.513356,0 c 0,-0.971961 -1.048135,-1.943922 -2.021373,-1.943922 z"
+       style="fill:#0085c8;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       style="fill:#a36b47;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 15,15.000001 7,0 -0.02232,-3.973214 L 23,11.000001 l 0,-1 -4.446429,-2 -4.553571,2 0,1 0.999093,-0.02524 z"
+       id="path4182"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#c1987d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4184"
+       width="2"
+       height="3"
+       x="19"
+       y="12.000001"
+       rx="2"
+       ry="4.6325681e-008" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#c79e83;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4186"
+       width="2"
+       height="2"
+       x="16"
+       y="11.000001"
+       rx="2"
+       ry="4.6325681e-008" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/guest_house.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/guest_house.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/guest_house.svg	(revision 16006)
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="04.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="7.4241071"
+     inkscape:cy="5.6013608"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4160" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8,-8.000001)">
+    <rect
+       x="8"
+       y="8.000001"
+       width="16"
+       height="16"
+       rx="2"
+       ry="2"
+       id="shield"
+       style="fill:#ffffff;stroke:none" />
+    <path
+       style="font-size:12px;fill:#c3c3c3;fill-rule:evenodd;stroke:#000000;stroke-width:0.03181237;fill-opacity:1"
+       d="m 16.249466,8.6436365 -5.563218,5.7098325 1.112637,0 0,8.564744 3.337938,0 0,-4.352519 2.30158,0 7e-6,4.352519 3.261638,0 0,-8.564744 1.112644,0 -5.563226,-5.7098325 0,0 0,0 z"
+       id="path645"
+       sodipodi:nodetypes="ccccccccccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4152"
+       d="M 9.59893,15.000001 C 9.224597,15.000001 9,15.224302 9,15.747664 l 0,7.252337 1.272728,0 0,-1.794396 c 0,0 10.331534,0.07478 11.454537,0 l 0,1.794396 1.272735,0 0,-2.392519 0,-3.887853 c 0,-0.29908 -0.149722,-0.747664 -0.673802,-0.747664 -0.449201,0 -0.598933,0.448598 -0.598933,0.747664 l 0,3.289715 -11.454537,0 0,-4.26168 c 0,-0.523366 -0.299479,-0.747663 -0.673798,-0.747663 z m 2.919783,0.971964 c -0.823528,0 -1.497319,0.672899 -1.497319,1.495323 0,0.822439 0.673791,1.495331 1.497319,1.495331 0.823534,0 1.497325,-0.672892 1.497325,-1.495331 0,-0.822424 -0.673791,-1.495323 -1.497325,-1.495323 z m 1.946526,1.046732 0,1.943922 6.513356,0 c 0,-0.971961 -1.048135,-1.943922 -2.021373,-1.943922 z"
+       style="fill:#007ebc;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/hostel.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/hostel.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/hostel.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="M 0.625,0 C 0.25,0 0,0.25 0,0.75 L 0,14 l 1.25,0 0,-2 11.5,0 0,2 1.25,0 C 14.02275,14 14,0.75 14,0.75 14,0.25 13.75,0 13.375,0 13,0 12.75,0.25 12.75,0.75 l 0,4.25 -11.5,0 0,-4.25 C 1.25,0.25 1,0 0.625,0 z M 3.5,1 C 2.671573,1 2,1.671573 2,2.5 2,3.328427 2.671573,4 3.5,4 4.328427,4 5,3.328427 5,2.5 5,1.671573 4.328427,1 3.5,1 z m 2,1 0,2 6.5,0 C 12,3 10.963825,2 10,2 z m -4.25,4 11.5,0 0,5 -11.5,0 c 0.02355,0 0,-5 0,-5 z M 3.5,7 C 2.671573,7 2,7.671573 2,8.5 2,9.328427 2.671573,10 3.5,10 4.328427,10 5,9.328427 5,8.5 5,7.671573 4.328427,7 3.5,7 z m 2,1 0,2 6.5,0.01288 C 12,9 10.963825,8 10,8 z" id="hostel" style="fill:#0092da;fill-opacity:1" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/accommodation/hotel.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/hotel.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/hotel.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="M 0.625,3 C 0.25,3 0,3.25 0,3.75 l 0,7.25 1.25,0 0,-1.75 c 0,0 10.380697,0.01892 11.5,0 L 12.75,11 14,11 14,8.625 14,4.75 C 14,4.4202582 13.86199,4 13.375,4 12.88801,4 12.75,4.4202582 12.75,4.75 l 0,3.25 -11.5,0 0,-4.25 C 1.25,3.25 1,3 0.625,3 z M 3.5,4 C 2.671573,4 2,4.671573 2,5.5 2,6.328427 2.671573,7 3.5,7 4.328427,7 5,6.328427 5,5.5 5,4.671573 4.328427,4 3.5,4 z m 2,1 0,2 6.5,0 C 12,6 10.963825,5 10,5 z" id="hotel" style="fill:#0092da;fill-opacity:1" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/accommodation/motel.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/motel.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/motel.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="M 0.625,0 C 0.25,0 0,0.25 0,0.75 l 0,5.75 1.25,0 0,-1.5 c 0,0 10.380697,0.01892 11.5,0 l 0,1.5 1.25,0 c -9.7e-5,0 0,-4.75 0,-4.75 C 14,1.4202582 13.861987,1 13.375,1 12.88801,1 12.713586,1.422275 12.75,1.75 l 0,2 -11.5,0 0,-3 C 1.25,0.25 1,0 0.625,0 z M 3.5,0 C 2.671573,0 2,0.671573 2,1.5 2,2.328427 2.671573,3 3.5,3 4.328427,3 5,2.328427 5,1.5 5,0.671573 4.328427,0 3.5,0 z m 2,1 0,2 6.5,0 C 12,2 10.963825,1 10,1 z M 4,6 3,9 C 2.527334,9 2,9.384295 2,10 l 0,3 1,0 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 4,0 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 1,0 0,-3 C 12,9.479394 11.544575,9 11,9 L 10,6 z m 1,1 4,0 0.625,2 -5.25,0 z m -1,3.25 c 0.414214,0 0.75,0.335786 0.75,0.75 0,0.414214 -0.335786,0.75 -0.75,0.75 -0.414214,0 -0.75,-0.335786 -0.75,-0.75 0,-0.414214 0.335786,-0.75 0.75,-0.75 z m 6,0 c 0.414214,0 0.75,0.335786 0.75,0.75 0,0.414214 -0.335786,0.75 -0.75,0.75 -0.414214,0 -0.75,-0.335786 -0.75,-0.75 0,-0.414214 0.335786,-0.75 0.75,-0.75 z" id="motel" style="fill:#0092da" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/accommodation/shelter.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/shelter.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/shelter.svg	(revision 16006)
@@ -0,0 +1,277 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2160"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="shelter2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/ms/OSM-Icon-Schutzhütte.png"
+   inkscape:export-xdpi="180"
+   inkscape:export-ydpi="180">
+  <defs
+     id="defs2162" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="11.278492"
+     inkscape:cy="7.4707741"
+     inkscape:current-layer="layer5"
+     showgrid="true"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     width="12px"
+     height="12px"
+     units="px"
+     inkscape:window-width="1018"
+     inkscape:window-height="712"
+     inkscape:window-x="177"
+     inkscape:window-y="168"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       id="GridFromPre046Settings"
+       type="xygrid"
+       originx="7.920035"
+       originy="7.8065569"
+       spacingx="0.25px"
+       spacingy="0.25px"
+       color="#3f3fff"
+       empcolor="#3f3fff"
+       opacity="0.15"
+       empopacity="0.38"
+       empspacing="4" />
+    <sodipodi:guide
+       position="21.610955,-5.6265001"
+       orientation="0,1"
+       id="guide4162" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata2165">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="Layout"
+     style="display:none"
+     transform="translate(1.920035,2.1934433)">
+    <rect
+       style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4134"
+       width="10"
+       height="10"
+       x="1"
+       y="1" />
+    <rect
+       style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4136"
+       width="8"
+       height="8"
+       x="2"
+       y="2" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer5"
+     inkscape:label="Rain"
+     style="display:inline"
+     transform="translate(1.920035,2.1934433)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 0.64273406,-1.3955207 -1.2836719,0.62844152"
+       id="path12890"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 1.3169762,0.9320359 -1.0563931,3.4255966"
+       id="path15803"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 4.2682672,0.36123925 1.8948979,2.8548"
+       id="path15805"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 0.35377318,3.9679792 -1.5087807,5.924856"
+       id="path15807"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 6.6762746,-0.14475131 4.3029053,2.3488094"
+       id="path15809"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 10.047485,-1.6627229 7.6741157,0.83083772"
+       id="path15811"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 11.010688,1.3732204 8.6373186,3.8667811"
+       id="path15813"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 13.70298,1.141624 11.946847,2.919606"
+       id="path15815"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 13.70298,-1.8943193 -1.756134,1.77798199"
+       id="path15817"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 13.766833,3.5821294 11.946846,5.4495588"
+       id="path15819"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 10.840079,4.1495069 10.020441,4.9435683"
+       id="path15821"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 8.3739807,2.1642162 7.1925142,3.3607906"
+       id="path15823"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="display:inline;fill:none;fill-rule:evenodd;stroke:#3881c2;stroke-width:0.59237456;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 3.7091234,-1.6259773 2.3148172,-0.11633731"
+       id="path15825"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer2"
+     inkscape:label="Frame"
+     style="display:inline"
+     transform="translate(1.920035,2.1934433)">
+    <path
+       style="display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.78983271;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-mid:none"
+       d="M -1.2836719,7.2063187 5.9403504,3.1583943 13.164372,7.2063187 12.680678,7.7238123 10.265543,6.7003282 5.937768,6.1530982 1.6001083,6.6924222 -0.80238766,7.7124303 -1.2836719,7.2063187 Z"
+       id="path7057"
+       sodipodi:nodetypes="ccccccccc"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.78983271;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect7059"
+       width="0.96320301"
+       height="7.083868"
+       x="1.605937"
+       y="6.1943378" />
+    <rect
+       style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.78983271;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect7061"
+       width="0.96320301"
+       height="7.083868"
+       x="9.3115606"
+       y="6.1943378"
+       ry="0" />
+  </g>
+  <g
+     id="layer1"
+     inkscape:label="Filling"
+     inkscape:groupmode="layer"
+     style="display:inline"
+     transform="translate(1.920035,2.1934433)">
+    <path
+       style="fill:#dec600;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M -1.2836719,7.2063187 5.9403504,3.1583943 13.164372,7.2063187 12.680678,7.7238123 10.265543,6.7003282 5.937768,6.1530982 1.6001083,6.6924222 -0.80238766,7.7124303 -1.2836719,7.2063187 Z"
+       id="path5111"
+       sodipodi:nodetypes="ccccccccc"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#dec600;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect7053"
+       width="0.96320301"
+       height="7.083868"
+       x="1.605937"
+       y="6.1943378" />
+    <rect
+       style="fill:#dec600;fill-opacity:1;stroke:none;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect7057"
+       width="0.96320301"
+       height="7.083868"
+       x="9.3115606"
+       y="6.1943378"
+       ry="0" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer4"
+     inkscape:label="Fire"
+     style="display:inline"
+     transform="translate(1.920035,2.1934433)">
+    <path
+       style="fill:#fffd00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.42124653;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 5.9657991,13.263533 c 4.8984169,0 0,-5.5377294 0,-5.5377294 0,0 -5.01293642,5.6967494 0,5.5377294 z"
+       id="path11916"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5.9570443,12.768634 c 3.2132489,0 0,-2.526372 0,-2.526372 0,0 -3.2883711,2.598918 0,2.526372 z"
+       id="path11918"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.8959703,13.806557 c -0.5268813,-1.797494 -3.3657864,-1.794645 -3.8899559,0 0,0 3.8899559,0 3.8899559,0 z"
+       id="path10943"
+       sodipodi:nodetypes="csc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/shelter_lean_to.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/shelter_lean_to.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/shelter_lean_to.svg	(revision 16006)
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="15.50009"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="15.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="7.0302917"
+     inkscape:cy="6.9737811"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2996"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-595px"
+       originy="-284.99991px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-595,-751.86218)">
+    <rect
+       style="fill:#502d16;fill-opacity:1;stroke:none"
+       id="rect3768"
+       width="2.0001533"
+       height="7.0000868"
+       x="608"
+       y="760.36218" />
+    <path
+       style="fill:#956531;fill-opacity:1;stroke:none"
+       d="m 608,767.36218 0,-7 -11,-2 0,9 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#502d16;fill-opacity:1;stroke:none"
+       d="m 595,759.36218 16,3 0,-3 -16,-3 z"
+       id="path3770"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#0000ff;stroke:#0078ff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 597,756.36218 c 4,-4 4,-4 4,-4"
+       id="path3774"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#0000ff;stroke:#0078ff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 600,756.36218 1,-1"
+       id="path3776"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff;stroke:#0078ff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 602,754.36218 2,-2"
+       id="path3778"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff;stroke:#0078ff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 603,757.36218 3,-3"
+       id="path3782"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#0000ff;stroke:#0078ff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 596,754.36218 2,-2"
+       id="path3786"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#0000ff;stroke:#0078ff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 606,758.36218 1,-1"
+       id="path3788"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#0000ff;stroke:#0078ff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 608,756.36218 2,-2"
+       id="path3790"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#0000ff;stroke:#0078ff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 609,758.36218 1,-1"
+       id="path3792"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#0078ff;fill-opacity:1;stroke:#0078ff;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 607,753.36218 1,-1"
+       id="path3794"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/shelter_picnic.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/shelter_picnic.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/shelter_picnic.svg	(revision 16006)
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="shelter_picnic_brown.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/rudolf/Downloads/mapicons2/Shelter_picnic_brown_p16.png"
+   inkscape:export-xdpi="44.985714"
+   inkscape:export-ydpi="44.985714">
+  <title
+     id="title3212">Map icon for shelter</title>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title>Map icon for shelter</dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Rudolf</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:date>2012-04-05</dc:date>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:snap-global="true"
+     inkscape:zoom="23.909048"
+     inkscape:cx="4.1971674"
+     inkscape:cy="10.394389"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-bbox="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-page="false"
+     inkscape:snap-nodes="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-to-guides="false"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true"
+       empspacing="2"
+       snapvisiblegridlinesonly="true" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2461"
+       inkscape:persp3d-origin="10 : 6.6666667 : 1"
+       inkscape:vp_z="20 : 10 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 10 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2466"
+       inkscape:persp3d-origin="400 : 200 : 1"
+       inkscape:vp_z="800 : 300 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 300 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <path
+     style="fill:none;stroke:#734a08;stroke-width:1.99729419;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 1.0094702,7.24263 8,1.250747 14.99053,7.24263"
+     id="path3967"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;stroke:#734a08;stroke-width:1.4979707;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 3.006764,12.735189 9.986472,0"
+     id="path3046"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;stroke:#734a08;stroke-width:1.4979707;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 5.004059,9.239924 5.991882,0"
+     id="path3048"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;stroke:#734a08;stroke-width:1.4979707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 4.504735,15.73113 7.001353,9.239924"
+     id="path3050"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;stroke:#734a08;stroke-width:1.4979707;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 11.495265,15.73113 8.998647,9.239924"
+     id="path3052"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/accommodation/shelter_public_transport.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/shelter_public_transport.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/shelter_public_transport.svg	(revision 16006)
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="10"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="shelter_public_transport_brown2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <title
+     id="title3212">Map icon for shelter</title>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title>Map icon for shelter</dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Rudolf</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:date>2012-04-05</dc:date>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:snap-global="false"
+     inkscape:zoom="33.8125"
+     inkscape:cx="-0.26880984"
+     inkscape:cy="7.4666274"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-bbox="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-page="false"
+     inkscape:snap-nodes="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-to-guides="false"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true"
+       empspacing="2"
+       snapvisiblegridlinesonly="true"
+       originx="-11.0045"
+       originy="-7.9858603" />
+  </sodipodi:namedview>
+  <path
+     style="fill:none;stroke:#734a08;stroke-width:2.00000024;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 1.0000001,15 0,-13.9999999 7.9999998,0"
+     id="path3967"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccc" />
+  <g
+     id="g5998"
+     transform="matrix(0.51952076,0,0,0.51952076,-2.2762576,-0.64351186)">
+    <g
+       id="g6002">
+      <g
+         id="g6006">
+        <path
+           inkscape:connector-curvature="0"
+           id="path3992"
+           d="m 15.995596,11.102306 c 0.552265,2e-5 1.029299,-0.200867 1.431102,-0.60266 0.401743,-0.401752 0.602629,-0.8787864 0.602661,-1.4311028 -3.2e-5,-0.5767852 -0.200918,-1.0597554 -0.602661,-1.4489128 -0.401803,-0.38911 -0.878837,-0.583677 -1.431102,-0.583701 -0.552324,2.4e-5 -1.029166,0.194591 -1.430529,0.583701 -0.401418,0.3891574 -0.602112,0.8721276 -0.602086,1.4489128 -2.6e-5,0.5523164 0.200668,1.0293508 0.602086,1.4311028 0.401363,0.401793 0.878205,0.60268 1.430529,0.60266 l 0,0 z"
+           style="fill:#734a08;fill-opacity:1;stroke:none" />
+        <path
+           inkscape:connector-curvature="0"
+           id="flowRoot3192"
+           d="m 18.669362,11.515954 -5.384301,0 c -0.727738,1.8e-5 -1.348973,0.257399 -1.863709,0.772139 -0.514784,0.514779 -0.772164,1.148654 -0.772141,1.901627 l 0,6.249512 c -2.3e-5,0.602862 0.276124,0.904288 0.828443,0.904278 0.526991,1e-5 0.7905,-0.301416 0.790525,-0.904278 l 0,-6.098991 0.978964,0 0,16.566552 c -2.7e-5,0.75299 0.376469,1.129485 1.129485,1.129486 0.752962,-10e-7 1.129457,-0.376496 1.129485,-1.129486 l 0,-9.601201 0.978965,0 0,9.601201 c -3e-5,0.75299 0.376465,1.129485 1.129485,1.129486 0.778237,-10e-7 1.167371,-0.376496 1.167403,-1.129486 l 0,-16.566552 0.941046,0 0,6.098991 c -3.2e-5,0.627375 0.263476,0.941056 0.790525,0.941047 0.527749,9e-6 0.79164,-0.313672 0.791674,-0.941047 l 0,-6.212744 c -3.4e-5,-0.727694 -0.244775,-1.361377 -0.734223,-1.901051 -0.489515,-0.539636 -1.123389,-0.809465 -1.901626,-0.809483 l 0,0 z"
+           style="fill:#734a08;fill-opacity:1;stroke:none" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/water.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/water.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/water.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="water5.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="1.8789661"
+     inkscape:cy="8.5885856"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4139"
+       originx="-77.014282"
+       originy="-103.04766" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-400.02371,-399.8114)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4138"
+       width="16"
+       height="16"
+       x="400.02371"
+       y="399.8114" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.16123414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 402.09407,404.76262 c 0,0 3.31653,-0.12243 6.93585,-0.0515 1.31218,0.0257 2.98908,0.48752 3.04021,2.33107 0.0598,2.15699 0.0467,3.24441 0.0223,3.87188"
+       id="path2236"
+       sodipodi:nodetypes="csss"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63157624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 404.95441,401.48469 c 1.5944,0 3.24657,0 4.74597,0"
+       id="path3209"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.72041142;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 407.34026,401.53174 -0.0257,3.48451"
+       id="path3211"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="cc"
+       id="path3217"
+       d="m 411.39253,411.49497 0,4.03189"
+       style="fill:#0000ff;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.50572002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.01143998, 0.50571998;stroke-dashoffset:0;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.50572002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.01143998, 0.50571998;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 412.77521,411.49497 0,4.03189"
+       id="path3255"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/accommodation/wilderness_hut.svg
===================================================================
--- /trunk/resources/images/presets/accommodation/wilderness_hut.svg	(revision 16006)
+++ /trunk/resources/images/presets/accommodation/wilderness_hut.svg	(revision 16006)
@@ -0,0 +1,142 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15.999718"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="wilderness_hut2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/rudolf/Pictures/Wilderness_hut_blue_stove_p16.png"
+   inkscape:export-xdpi="44.986801"
+   inkscape:export-ydpi="44.986801">
+  <title
+     id="title3319">Map icon for baisc_hut</title>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title>Map icon for baisc_hut</dc:title>
+        <dc:date>2012-04-05</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Rudolf</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:snap-global="true"
+     inkscape:zoom="11.737555"
+     inkscape:cx="-6.5263659"
+     inkscape:cy="6.1568004"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true"
+       empspacing="2"
+       snapvisiblegridlinesonly="true"
+       originx="-8.0001414"
+       originy="-8" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <inkscape:perspective
+       id="perspective2461"
+       inkscape:persp3d-origin="10 : 6.6666667 : 1"
+       inkscape:vp_z="20 : 10 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 10 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective2466"
+       inkscape:persp3d-origin="400 : 200 : 1"
+       inkscape:vp_z="800 : 300 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 300 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <rect
+     style="fill:#0092da;fill-opacity:1;stroke:#0092da;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect3162"
+     width="3"
+     height="2.5"
+     x="7.4998584"
+     y="9" />
+  <path
+     style="fill:none;stroke:#0092da;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 7.9998586,1 -6.99999999,7 1.99999999,-3.48e-4 0,7.000348 10.0000004,0 0,-7 2,0 z"
+     id="rect3055"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc" />
+  <path
+     style="fill:none;stroke:#0092da;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 7.4998586,12 0,2"
+     id="path3164"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;stroke:#0092da;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 10.499859,12 0,2"
+     id="path3166"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:none;stroke:#0092da;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 10.499859,8.5 0,-8.5"
+     id="path3168"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" />
+</svg>
Index: /trunk/resources/images/presets/attraction/animal.svg
===================================================================
--- /trunk/resources/images/presets/attraction/animal.svg	(revision 16006)
+++ /trunk/resources/images/presets/attraction/animal.svg	(revision 16006)
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="svg4619"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="zoo-16.svg"
+   x="0px"
+   y="0px"
+   width="16"
+   height="11"
+   viewBox="0 0 16 11"
+   xml:space="preserve"><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs6" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview4"
+     showgrid="true"
+     inkscape:zoom="31.466667"
+     inkscape:cx="6.5726139"
+     inkscape:cy="5.7224565"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg4619"><inkscape:grid
+       type="xygrid"
+       id="grid815" /></sodipodi:namedview><rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.48997605;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect817"
+     width="16"
+     height="11"
+     x="0"
+     y="0" /><path
+     id="path17499"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="sssssscsccccsccscccscscccscsscccsscsss"
+     d="m 8.831558,2.3194733 c 0,0 -0.6587222,1.0489095 -1.2947749,1.0489095 H 5.2045277 c -0.6360526,0 -1.2112801,0.3870886 -1.6537556,0.8181343 L 1.4729192,6.210443 C 1.2219685,6.45486 1.013185,6.938105 1.0064681,7.157796 c -0.0145533,0.473677 0,0.947353 0,0.947353 0,0 0.9329021,0 0.9329021,-0.947353 V 6.68412 L 2.8722724,5.736766 h 0.466451 L 3.486122,6.010741 c 0,0 -0.8895222,1.728351 -0.8895222,3.343114 9.33e-5,0.646 0.636146,0.646 0.636146,0.646 h 0.6360526 c 0,0 0.3180264,0 0,-0.322953 L 3.5507721,9.35395 c 0,-0.645906 0.7210401,-1.564553 1.1873046,-2.196154 0,0 0.015673,1.09694 0,1.894706 -0.00746,0.388036 0.2538426,0.947353 0.6360526,0.947353 H 6.010182 c 0,0 0.3180264,0 0,-0.322953 L 5.6921557,9.35395 C 5.4009036,8.81519 6.1374299,6.68412 6.1374299,6.68412 c 1.1862783,0 1.3993532,0.473676 2.7987064,0.473676 L 9.2753395,9.35395 c 0.1039253,0.67262 0.5936987,0.645905 0.5936987,0.645905 h 1.3993528 c 0.318027,0 0.896613,-0.2951 0.318027,-0.732872 L 11.268391,9.052502 V 7.157796 c 1.13273,-0.163134 1.865805,-0.947353 1.865805,-1.8947066 h 0.932902 c 0.299835,0 0.932902,0 0.932902,-0.4736767 V 3.8420595 L 13.409868,2.2488008 C 12.709165,1.546812 12.201294,0.9999997 11.268391,0.9999997 c -1.3555997,0 -1.9930515,0.5388545 -2.436833,1.3194736 z"
+     style="stroke-width:0.94009995" /></svg>
Index: /trunk/resources/images/presets/barrier/block.svg
===================================================================
--- /trunk/resources/images/presets/barrier/block.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/block.svg	(revision 16006)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15.9375"
+   height="15.90625"
+   id="svg2991"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="New document 1">
+  <defs
+     id="defs2993" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="8.7345822"
+     inkscape:cy="0.77463682"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata2996">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-520.5625,-261.5625)">
+    <path
+       style="fill:#636363;fill-opacity:1;stroke:#a1a1a1;stroke-width:0.61757529;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 520.93727,277.14901 0.43342,-2.75321 c 0.59954,-1.65335 0.5523,-1.69959 -0.29402,-3.35297 l 0.15463,-3.30654 c -0.77624,-1.91374 0.41183,-2.13154 1.17607,-3.52857 0.39414,-0.41334 1.66547,-0.98756 2.51754,-1.5393 1.23749,-0.94198 1.39145,-0.57462 2.8292,-0.57462 l 2.09934,0.1 1.76851,-0.33291 c 1.56613,0.0583 1.27751,0.62457 2.84366,1.26694 0.9367,0.52299 0.93856,1.72359 1.37687,2.37878 0.30036,1.40567 -0.60684,1.78242 -0.68934,2.28294 -0.12421,0.44912 0.34135,1.34055 0.47351,1.71589 l 0.35345,0.99621 c 0.31379,0.46992 0.24136,0.95749 0.13192,1.2814 -0.3595,1.30679 0.076,1.25952 0.076,2.49956 -0.47777,0.94042 -0.19272,0.37822 -0.50557,1.49328 l 0.25726,1.37325 z"
+       id="path2998-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccccccc"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="fill:#636363;fill-opacity:1;stroke:none"
+       d="m 521.31863,276.70969 -0.11161,0.74777 14.48996,5.2e-4 -0.13672,-0.63728 z"
+       id="path3796"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="fill:#757575;fill-opacity:1;stroke:none"
+       d="m 527.84111,264.44981 c -1.76883,0.20851 -2.49432,0.83814 -3.24732,1.36222 -1.06232,1.07184 -0.93912,1.28632 -1.27453,2.43794 0.19654,1.52154 0.0224,3.33515 0.71142,5.2642 0.0279,1.38016 -0.32493,2.70954 -0.84349,3.9438 l 10.07172,-0.006 c -0.35262,-1.57014 0.8333,-2.95204 0.74312,-4.7397 -0.11859,-1.26013 -0.97632,-2.10065 -0.77067,-4.81984 0.21686,-0.87139 1.29168,-1.85288 0.13081,-3.1302 -1.2011,-1.03943 -4.22603,-0.14496 -5.52094,-0.31263 z"
+       id="path3768-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccc"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+    <path
+       style="fill:#828282;fill-opacity:1;stroke:none"
+       d="m 526.68506,271.90563 c 0.42328,1.23632 1.16173,2.27527 2.48108,2.2234 1.0884,-0.65293 1.2408,-1.91124 1.48473,-3.11035 0.47943,-1.30027 0.34598,-2.67871 -0.28479,-4.12057 -0.84116,-0.25535 -1.34969,0.77276 -2.49872,1.38847 -0.84256,0.45148 -1.46729,2.96948 -1.18233,3.61905 z"
+       id="path3770-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccscc"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/bollard.svg
===================================================================
--- /trunk/resources/images/presets/barrier/bollard.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/bollard.svg	(revision 16006)
@@ -0,0 +1,212 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="6.9861817"
+   height="16"
+   id="svg2160"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="bollard.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/ms/OSM-Icon-Schutzhütte.png"
+   inkscape:export-xdpi="180"
+   inkscape:export-ydpi="180">
+  <defs
+     id="defs2162">
+    <linearGradient
+       id="linearGradient5233">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5235" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop5237" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="4.9368567"
+     inkscape:cy="7.4767966"
+     inkscape:current-layer="layer4"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     width="12px"
+     height="12px"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       id="GridFromPre046Settings"
+       type="xygrid"
+       originx="4.9683771"
+       originy="8.0000004"
+       spacingx="0.25px"
+       spacingy="0.25px"
+       color="#3f3fff"
+       empcolor="#3f3fff"
+       opacity="0.15"
+       empopacity="0.38"
+       empspacing="4" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata2165">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="Layout"
+     style="display:none"
+     transform="translate(-1.0316229,1.9999999)">
+    <rect
+       style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4134"
+       width="10"
+       height="10"
+       x="1"
+       y="1" />
+    <rect
+       style="display:inline;fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4136"
+       width="8"
+       height="8"
+       x="2"
+       y="2" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer5"
+     inkscape:label="Schatten"
+     style="display:inline"
+     transform="translate(-1.0316229,1.9999999)" />
+  <g
+     inkscape:groupmode="layer"
+     id="layer1"
+     inkscape:label="Rahmen"
+     style="display:inline"
+     transform="translate(-1.0316229,1.9999999)" />
+  <g
+     inkscape:groupmode="layer"
+     id="layer2"
+     inkscape:label="Streifen"
+     style="display:inline"
+     transform="translate(-1.0316229,1.9999999)" />
+  <g
+     inkscape:groupmode="layer"
+     id="layer4"
+     inkscape:label="glanz"
+     style="display:inline"
+     transform="translate(-1.0316229,1.9999999)">
+    <g
+       id="g5618"
+       transform="matrix(2.0253165,0,0,2.0253165,-4.6392633,-6.1518987)">
+      <path
+         sodipodi:nodetypes="cscscc"
+         id="path5584"
+         d="m 4.8698904,9.4954858 c 0,0 0.8732259,-1.1124102 1.1232259,-1.3624102 0.25,-0.25 -0.382891,-0.4406386 -0.7578125,-0.4296875 -0.3531977,0.00693 -0.9707272,0.1236 -1.2421875,0.4296875 C 3.5239366,8.6621034 3.0069672,9.2438827 3.0069672,9.2438827 l 1.8629232,0.2516031 z"
+         style="display:inline;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <rect
+         rx="1"
+         ry="0.50390625"
+         y="2.25"
+         x="3"
+         height="7.5"
+         width="2"
+         id="rect5588"
+         style="display:inline;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.40000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         rx="1"
+         ry="0.50390625"
+         y="2.25"
+         x="3"
+         height="7.5"
+         width="2"
+         id="rect4213"
+         style="display:inline;fill:#d50000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         ry="0.50390625"
+         rx="0.9296875"
+         y="5.5"
+         x="3"
+         height="3"
+         width="2"
+         id="rect5188"
+         style="display:inline;fill:#d2d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         ry="0.50390625"
+         rx="0.9296875"
+         y="3.5"
+         x="3"
+         height="3"
+         width="2"
+         id="rect5184"
+         style="display:inline;fill:#d50000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         ry="0.50390625"
+         rx="0.9296875"
+         y="2.25"
+         x="3"
+         height="2.25"
+         width="2"
+         id="rect5186"
+         style="display:inline;fill:#d2d2d2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="csssc"
+         id="path5212"
+         d="M 3,2.75 C 3,3.0912603 3.4505635,3.407152 4,3.4096272 4.5519855,3.412114 4.9959964,3.0928343 5,2.75 4.9959962,2.9807125 4.5519854,3.1163708 4,3.1146973 3.4505635,3.1130315 3,2.9796532 3,2.75 Z"
+         style="display:inline;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         transform="matrix(1,0,0,0.962963,0,0.1203704)"
+         id="path5223"
+         d="M 4,3.25 3.75,5.25 4,10 4.25,5.25 4,3.25 Z"
+         style="fill:#ffffff;fill-opacity:0.875;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5579)"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/cable_barrier.svg
===================================================================
--- /trunk/resources/images/presets/barrier/cable_barrier.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/cable_barrier.svg	(revision 16006)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="10"
+   viewBox="0 0 16 10"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="cable_barrier.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="6.0697506"
+     inkscape:cy="5.5722719"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1043.3622)">
+    <rect
+       style="opacity:1;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect816"
+       width="1"
+       height="9.9999828"
+       x="2"
+       y="1044.3622"
+       ry="0.5" />
+    <rect
+       style="opacity:1;fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect818"
+       width="1"
+       height="10.000017"
+       x="13"
+       y="1044.3622"
+       ry="0.5" />
+    <path
+       style="fill:none;stroke:#666666;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m -2,1045.8622 c 20,0 20,0 20,0"
+       id="path844"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#666666;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M -2,1048.8622 H 18"
+       id="path846"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/cattle_grid.svg
===================================================================
--- /trunk/resources/images/presets/barrier/cattle_grid.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/cattle_grid.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="11"
+   viewBox="0 0 16 11"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="cattle_grid6.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="8.677082"
+     inkscape:cy="8.8687904"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1041.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:0.74901961;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="16.000002"
+       height="10.999584"
+       x="0"
+       y="1041.3623" />
+    <path
+       style="fill:#905933;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1052.3622 5,-11 6,0 5,11 z"
+       id="path4151"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4153"
+       d="m 2.0089286,1052.3622 3.9910714,-11 4,0 3.924107,11 z"
+       style="fill:#cbab83;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#905933;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7,1052.3622 0.5,-11 1,0 0.5,11 z"
+       id="path4163"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4157"
+       width="10.457726"
+       height="1"
+       x="2.7790291"
+       y="1047.3622"
+       ry="0.5" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4159"
+       width="11.964558"
+       height="1"
+       x="2.0288818"
+       y="1049.3622"
+       ry="0.5" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4161"
+       width="9.0468636"
+       height="1"
+       x="3.4877288"
+       y="1045.3622"
+       ry="0.5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/chain.svg
===================================================================
--- /trunk/resources/images/presets/barrier/chain.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/chain.svg	(revision 16006)
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="117.87615"
+   height="58.078815"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="chain4.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient2821">
+      <stop
+         id="stop2823"
+         style="stop-color:#d3b900"
+         offset="0" />
+      <stop
+         id="stop2825"
+         style="stop-color:#fdffb8"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3015">
+      <stop
+         id="stop3017"
+         style="stop-color:#d3b900"
+         offset="0" />
+      <stop
+         id="stop3019"
+         style="stop-color:#fdffb8"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2821"
+       id="linearGradient3074"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.79122639,0.79132847,-0.49627482,0.80779249,595.29906,195.27852)"
+       x1="43.924"
+       y1="116"
+       x2="6.1457"
+       y2="80.056999" />
+    <linearGradient
+       id="linearGradient3022">
+      <stop
+         id="stop3024"
+         style="stop-color:#d3b900"
+         offset="0" />
+      <stop
+         id="stop3026"
+         style="stop-color:#fdffb8"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.959798"
+     inkscape:cx="33.521001"
+     inkscape:cy="24.736169"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3022"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-318.20685,-903.31257)">
+    <path
+       id="path1088"
+       sodipodi:nodetypes="cccccccccccccccccc"
+       style="fill:#c3b115;stroke:#000000;stroke-width:1.01582050000000000pt;fill-opacity:1"
+       d="m 365.47268,916.11412 c -5.9451,-5.89629 -13.37874,-8.75591 -20.7045,-10.35151 -6.60377,-1.29775 -13.98653,-0.77513 -19.51572,4.51425 -4.84286,4.71179 -7.055,13.0358 -6.24819,20.60167 0.94503,7.78283 5.6612,13.84091 10.84357,17.58061 6.06318,4.29986 12.903,6.69387 19.77907,7.6079 6.23886,0.71996 13.07328,-0.5785 17.85807,-6.13856 4.00136,-4.79819 5.6317,-11.34662 4.91861,-18.2487 -3.21202,1.11033 -5.99692,2.09088 -8.88286,4.24026 -1.08062,1.39626 -1.32556,3.45773 -2.80114,4.7287 -3.0647,3.38332 -7.43199,3.34989 -11.24133,2.83789 -5.54447,-1.02998 -11.16095,-2.88575 -15.92357,-6.77858 -2.71158,-2.23373 -5.28764,-5.98813 -4.7962,-10.39819 0.25889,-3.78973 2.60592,-6.91255 5.44797,-7.8243 5.33257,-1.85579 10.92373,-0.18573 16.09195,1.7524 3.10145,1.25319 5.74911,2.61821 8.34459,5.16738 2.70366,-2.81425 6.04948,-4.8157 9.35252,-6.1951 -0.86002,-1.21148 -1.5196,-2.07963 -2.52319,-3.09648 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path1089"
+       sodipodi:nodetypes="cccccccccccccccccccccc"
+       style="fill:#c3b115;stroke:#000000;stroke-width:1.01582050000000000pt;fill-opacity:1"
+       d="m 401.74299,923.12266 c -4.20052,-3.90946 -9.28559,-6.11872 -14.46752,-6.49452 -6.6287,-0.49459 -13.35739,0.60201 -19.65551,3.29848 -1.47317,0.85788 -3.51475,1.69983 -5.09258,2.87871 -3.44749,2.45522 -6.45337,5.97903 -8.67829,10.13809 -1.69172,3.27813 -2.58713,6.74619 -1.30014,10.39664 3.02216,-0.0741 6.48998,-0.49412 8.28666,-3.87429 -0.015,-2.53291 1.91379,-3.9279 3.6063,-4.80986 6.70332,-4.03491 14.13632,-5.6474 21.49961,-5.90958 2.48322,-0.0226 5.1245,0.19589 7.56664,1.12356 1.58806,0.64209 3.10804,2.30076 3.11731,4.57711 0.53053,2.73354 -1.68469,3.80418 -2.26123,5.57775 -0.22018,3.81972 2.09625,6.60735 5.07774,7.69683 2.95265,-2.54626 4.82622,-4.47619 6.32042,-8.68084 1.55159,-5.09783 0.3918,-11.48298 -3.01791,-14.91644 -0.32226,-0.35148 -0.658,-0.68289 -1.0015,-1.00164 z m -18.29068,19.86968 c -4.50246,1.04585 -7.84462,1.87146 -12.42071,1.64963 -1.52982,4.40956 -4.48648,7.50731 -7.92184,9.46291 7.58882,3.50907 15.35118,2.83541 23.15185,0.94623 1.39022,-0.14626 2.19712,-0.54644 0.94118,-1.93372 -1.67883,-3.01452 -3.49076,-6.41875 -3.75048,-10.12505 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path1100"
+       sodipodi:nodetypes="cccccccccccccccccc"
+       style="fill:#c3b115;stroke:#000000;stroke-width:1.01582050000000000pt;fill-opacity:1"
+       d="m 428.8948,908.45001 c -4.84247,-5.0574 -11.66682,-5.35257 -17.47964,-3.33998 -6.52906,2.29494 -13.56453,6.94676 -18.82858,12.32345 3.00375,0.28511 8.74115,4.16294 10.62475,6.59495 4.41716,-3.48861 9.72128,-7.53933 15.05399,-7.49823 3.22852,-0.1068 6.28184,2.79821 7.03431,6.81656 0.94225,4.81608 -1.61072,9.32498 -4.17773,12.49896 -3.91145,4.61838 -8.56608,8.20336 -13.51084,10.70943 -3.47001,1.6177 -7.75167,2.78961 -11.0584,0.009 -2.72825,-2.35537 -3.76456,-7.23784 -2.34541,-11.03204 0.0331,-1.48604 1.81295,-3.00674 1.10151,-3.78678 -0.82798,-1.48124 -4.78109,-2.58316 -8.8669,-2.52608 -2.92912,5.75539 -3.75162,11.34039 -1.60211,17.73273 2.05489,6.50915 6.49618,11.99634 12.02109,13.29252 6.41108,1.69695 12.99781,-0.89458 18.70364,-4.54646 6.87279,-4.58416 13.67147,-10.53566 17.53843,-19.35945 2.50072,-5.5584 3.1853,-12.56868 1.13382,-18.52912 -1.18182,-3.58173 -2.96584,-6.90117 -5.34193,-9.35923 z"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/city_wall.svg
===================================================================
--- /trunk/resources/images/presets/barrier/city_wall.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/city_wall.svg	(revision 16006)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64"
+   height="64"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="stadtmauer.svg"
+   inkscape:export-filename="d:\stadtmauer.png"
+   inkscape:export-xdpi="22.5"
+   inkscape:export-ydpi="22.5">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="6.0711747"
+     inkscape:cx="40.521429"
+     inkscape:cy="31.585685"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-988.36218)">
+    <rect
+       style="fill:#803300;fill-opacity:1;stroke:#803300;stroke-width:7;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:7, 7;stroke-dashoffset:0"
+       id="rect3708"
+       width="59.346462"
+       height="34.597725"
+       x="7.323606"
+       y="1031.6541" />
+    <g
+       id="g3716"
+       transform="translate(-5.555839,-0.25253814)">
+      <rect
+         y="1014.4814"
+         x="-11.616755"
+         height="47.477169"
+         width="24.748737"
+         id="rect3704"
+         style="fill:#552200;fill-opacity:1;stroke:none" />
+      <path
+         id="path3710"
+         d="m -16.162441,1018.2695 17.6776698,-22.98094 16.1624402,22.72844 -33.84011,0.2525 z"
+         style="fill:#aa4400;stroke:none" />
+    </g>
+    <g
+       id="g3720"
+       transform="translate(67.932758,-0.50507628)">
+      <rect
+         style="fill:#552200;fill-opacity:1;stroke:none"
+         id="rect3722"
+         width="24.748737"
+         height="47.477169"
+         x="-11.616755"
+         y="1014.4814" />
+      <path
+         style="fill:#aa4400;stroke:none"
+         d="m -16.162441,1018.2695 17.6776698,-22.98094 16.1624402,22.72844 -33.84011,0.2525 z"
+         id="path3724" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/cycle_barrier.svg
===================================================================
--- /trunk/resources/images/presets/barrier/cycle_barrier.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/cycle_barrier.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="391.34286"
+   height="331.34286"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="cycle_barrier2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\cycle_barrier2.png"
+   inkscape:export-xdpi="3.6796379"
+   inkscape:export-ydpi="3.6796379">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="134.56013"
+     inkscape:cy="520"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1600"
+     inkscape:window-height="1110"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-299.58571,-446.14933)">
+    <g
+       id="g3722"
+       transform="translate(34.285714,-51.428571)">
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:13.68050575;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 398.37403,630.13244 L 371.92773,658.78258 L 369.28311,819.22337"
+         id="path3720"
+         sodipodi:nodetypes="ccc" />
+      <path
+         sodipodi:nodetypes="ccc"
+         id="path3718"
+         d="M 620.71168,632.98959 L 647.15798,661.63973 L 649.8026,822.08052"
+         style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:13.68050575;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <g
+         transform="translate(97.142857,-20)"
+         id="g3666">
+        <path
+           sodipodi:nodetypes="cc"
+           id="path3155"
+           d="M 291.42857,655.21933 C 320,655.21933 528.57143,655.21933 528.57143,655.21933"
+           style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:15.19999981;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+        <path
+           style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:15.19999981;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:45.6, 45.6;stroke-dashoffset:0;stroke-opacity:1"
+           d="M 291.42857,655.21933 C 320,655.21933 528.57143,655.21933 528.57143,655.21933"
+           id="path2383"
+           sodipodi:nodetypes="cc" />
+      </g>
+    </g>
+    <g
+       transform="translate(-62.857143,-177.14286)"
+       id="g3729">
+      <path
+         sodipodi:nodetypes="ccc"
+         id="path3731"
+         d="M 398.37403,630.13244 L 371.92773,658.78258 L 369.28311,819.22337"
+         style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:13.68050575;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#646464;stroke-width:13.68050575;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 620.71168,632.98959 L 647.15798,661.63973 L 649.8026,822.08052"
+         id="path3733"
+         sodipodi:nodetypes="ccc" />
+      <g
+         id="g3735"
+         transform="translate(97.142857,-20)">
+        <path
+           style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:15.19999981;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           d="M 291.42857,655.21933 C 320,655.21933 528.57143,655.21933 528.57143,655.21933"
+           id="path3737"
+           sodipodi:nodetypes="cc" />
+        <path
+           sodipodi:nodetypes="cc"
+           id="path3739"
+           d="M 291.42857,655.21933 C 320,655.21933 528.57143,655.21933 528.57143,655.21933"
+           style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:15.19999981;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:45.6, 45.6;stroke-dashoffset:0;stroke-opacity:1" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/douane.svg
===================================================================
--- /trunk/resources/images/presets/barrier/douane.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/douane.svg	(revision 16006)
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   stroke-width="1.6"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="AB-Maut-Grenze.svg">
+  <metadata
+     id="metadata12">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs10" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview8"
+     showgrid="true"
+     inkscape:zoom="20.85965"
+     inkscape:cx="-1.0641952"
+     inkscape:cy="7.1223226"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4140" />
+  </sodipodi:namedview>
+  <circle
+     cx="8"
+     cy="8"
+     r="6.8965516"
+     id="circle4"
+     style="fill:#ffffff;stroke:#ff0000;stroke-width:2.20689654" />
+  <path
+     d="M 4.5517241,8 11.448276,8"
+     id="path6"
+     inkscape:connector-curvature="0"
+     style="stroke:#000000;stroke-width:2.20689654;stroke-linecap:round" />
+</svg>
Index: /trunk/resources/images/presets/barrier/entrance.svg
===================================================================
--- /trunk/resources/images/presets/barrier/entrance.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/entrance.svg	(revision 16006)
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="422.4534"
+   height="353.39154"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="entrance.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\entrance.png"
+   inkscape:export-xdpi="3.4086599"
+   inkscape:export-ydpi="3.4086599">
+  <defs
+     id="defs4">
+    <marker
+       inkscape:stockid="Arrow2Mend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Mend"
+       style="overflow:visible">
+      <path
+         id="path3193"
+         style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.97309,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z"
+         transform="scale(-0.6,-0.6)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend"
+       style="overflow:visible">
+      <path
+         id="path3169"
+         d="M 0,0 L 5,-5 L -12.5,0 L 5,5 L 0,0 z"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="-645.71429"
+     inkscape:cy="517.14286"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1600"
+     inkscape:window-height="1050"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-168.6157,-392.774)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4152"
+       width="450"
+       height="420"
+       x="168.61571"
+       y="326.16553" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:31.10000038;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 575.51909,661.05595 L 209.8048,658.19881"
+       id="path2391" />
+    <path
+       id="path4464"
+       d="M 184.16803,495.34167 L 549.88232,492.48453"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:31.10000038;stroke-linecap:butt;stroke-linejoin:miter;marker-end:url(#Arrow2Mend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/fence.svg
===================================================================
--- /trunk/resources/images/presets/barrier/fence.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/fence.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64"
+   height="64"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="fence2.svg">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.959798"
+     inkscape:cx="0.74667306"
+     inkscape:cy="31.333147"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-988.36218)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.51300001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4144"
+       width="64"
+       height="64"
+       x="0"
+       y="988.36224" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M -25.376512,1032.8201 41.645953,965.7977"
+       id="path3596" />
+    <path
+       id="path3598"
+       d="M -13.454592,1043.7905 53.312603,976.82186"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M -2.1010477,1055.4133 64.509653,988.2316"
+       id="path3600" />
+    <path
+       id="path3602"
+       d="M 10.313989,1065.6323 76.362323,999.32804"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       id="path3604"
+       d="m 21.450801,1077.159 65.365701,-65.3657"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       id="path3606"
+       d="M -3.3061865,985.60195 63.716392,1052.6244"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m -15.938932,998.2347 66.968754,66.7671"
+       id="path3608" />
+    <path
+       id="path3610"
+       d="m -28.613687,1010.9094 67.181805,66.6107"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M 9.2121991,973.08357 75.516555,1039.1319"
+       id="path3612" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 21.858556,960.43721 65.365743,65.36569"
+       id="path3614" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/gate.svg
===================================================================
--- /trunk/resources/images/presets/barrier/gate.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/gate.svg	(revision 16006)
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="gate6.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="5.3271347"
+     inkscape:cy="-1.2367396"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     showguides="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#717171;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="16"
+       height="4.0000172"
+       x="0"
+       y="1048.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#8a9ced;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="16"
+       height="8"
+       x="0"
+       y="1040.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="2"
+       height="8.3000002"
+       x="1"
+       y="1041.0621"
+       ry="1.0374978" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4154"
+       width="13"
+       height="1.0000174"
+       x="2"
+       y="1043.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4156"
+       width="13"
+       height="1"
+       x="2"
+       y="1049.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4158"
+       width="0.99999571"
+       height="8.1493988"
+       x="14"
+       y="1042.2128"
+       ry="0.50934094" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4160"
+       width="1.0000018"
+       height="8.1498251"
+       x="11"
+       y="1042.2128"
+       ry="0.5093441" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4162"
+       width="1.0000011"
+       height="8.1499996"
+       x="5"
+       y="1042.2128"
+       ry="0.50934374" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.8737309,1044.2573 12.5682101,5.1364"
+       id="path4164"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4162-5"
+       width="1.0000011"
+       height="8.1499996"
+       x="8"
+       y="1042.2128"
+       ry="0.50934374" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4183"
+       width="1.9999999"
+       height="3.9999406"
+       x="1"
+       y="1047.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/guard_rail.svg
===================================================================
--- /trunk/resources/images/presets/barrier/guard_rail.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/guard_rail.svg	(revision 16006)
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="11"
+   viewBox="0 0 16 11"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="guard_rail.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="5.1089108"
+     inkscape:cy="6.9384634"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1041.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="16"
+       height="5.0000172"
+       x="0"
+       y="1043.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4138"
+       width="1"
+       height="11.000017"
+       x="1"
+       y="1042.3622"
+       ry="0.50000024" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4140"
+       width="1"
+       height="11.000017"
+       x="13"
+       y="1042.3622"
+       ry="0.49999624" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4142"
+       width="1"
+       height="11.000017"
+       x="7"
+       y="1042.3622"
+       ry="0.50000155" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4146"
+       width="16"
+       height="1.0000174"
+       x="0"
+       y="1044.3622" />
+    <rect
+       y="1046.3622"
+       x="0"
+       height="0.99984324"
+       width="16"
+       id="rect4148"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/handrail.svg
===================================================================
--- /trunk/resources/images/presets/barrier/handrail.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/handrail.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="9"
+   viewBox="0 0 16 9"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="handrail.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="10.805196"
+     inkscape:cy="8.8610249"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1044.3622)">
+    <rect
+       style="fill:#784421;fill-opacity:1;stroke:none;stroke-width:0.94099998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect816"
+       width="16"
+       height="2"
+       x="0"
+       y="1044.3622"
+       ry="1" />
+    <rect
+       style="fill:#784421;fill-opacity:1;stroke:none;stroke-width:0.94099998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect818"
+       width="2"
+       height="7.0000172"
+       x="3"
+       y="1046.3622"
+       ry="0" />
+    <rect
+       style="fill:#784421;fill-opacity:1;stroke:none;stroke-width:0.94099998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect822"
+       width="2"
+       height="7.0000172"
+       x="11"
+       y="1046.3622"
+       ry="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/hedge.svg
===================================================================
--- /trunk/resources/images/presets/barrier/hedge.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/hedge.svg	(revision 16006)
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64"
+   height="64"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="hecke.svg"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\new-icons\hecke20.png"
+   inkscape:export-xdpi="28.129999"
+   inkscape:export-ydpi="28.129999">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8.5859376"
+     inkscape:cx="66.814755"
+     inkscape:cy="31.585685"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-988.36218)">
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:2.96550941;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:5.93101857, 2.96550929, 1.48275465, 2.96550929;stroke-dashoffset:3.55861091"
+       id="rect2816"
+       width="24.607599"
+       height="40.697472"
+       x="18.632122"
+       y="1013.4156" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:2.98682618;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:5.97365235, 2.98682618, 1.49341309, 2.98682618;stroke-dashoffset:3.58419118"
+       id="path3594"
+       sodipodi:cx="41.037449"
+       sodipodi:cy="23.34136"
+       sodipodi:rx="13.763329"
+       sodipodi:ry="8.3337584"
+       d="m 54.800777,23.341499 c -1.27e-4,4.602608 -6.162282,8.333696 -13.763558,8.333619 -7.60104,-7.6e-5 -13.762891,-3.731066 -13.763099,-8.33353 l 13.763329,-2.28e-4 z"
+       transform="matrix(0.85080766,0,0,-1.9314556,-4.1053213,1059.1524)"
+       sodipodi:start="1.6702519e-05"
+       sodipodi:end="3.1415653" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/jersey_barrier.svg
===================================================================
--- /trunk/resources/images/presets/barrier/jersey_barrier.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/jersey_barrier.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="jersey_barrier3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="11.081569"
+     inkscape:cy="11.149976"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3622)">
+    <path
+       style="fill:#666666;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1052.3622 8,0 0,-1 -1,0 -2,-2 0,-9 -2,0 0,9 -2,2 -1,0 z"
+       id="path4140"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccc" />
+    <path
+       style="fill:#333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3,1040.3622 8,-2 2,0 -8,2 z"
+       id="path4144"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#b3b3b3;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5,1049.3622 8,-2 0,-9 -8,2 z"
+       id="path4146"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#808080;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7,1051.3622 8,-2 -2,-2 -8,2 z"
+       id="path4148"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#1a1a1a;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7,1051.3622 8,-2 1,0 -8,2 z"
+       id="path4150"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#666666;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8,1052.3622 8,-2 0,-1 -8,2 z"
+       id="path4152"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#1a1a1a;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0,1051.3622 1.4084821,1050.976 1,1051.3622 Z"
+       id="path4154"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/kerb.svg
===================================================================
--- /trunk/resources/images/presets/barrier/kerb.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/kerb.svg	(revision 16006)
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="kerb2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4"
+     inkscape:cx="32.281141"
+     inkscape:cy="-21.23972"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     borderlayer="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-334.84375px"
+       originy="-479.73718px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-334.84375,-558.625)">
+    <path
+       style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.57555842;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 335.30336,572.28073 4.11304,0 0,-3.57957 -1.22303,-3.52309 -0.83349,-0.0564 -2.05652,0 z"
+       id="path2987"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.57555842;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 335.13153,565.17807 11.31089,-6.26427 c 1.66835,0.0118 2.4437,-0.13232 3.08481,0.8949 l 1.02826,2.68468 0,3.57959 -11.31089,6.26425 0,-3.57957 -1.02828,-2.68468 c -0.4803,-1.25403 -1.65447,-0.8949 -3.08479,-0.8949 z"
+       id="path3777"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccsc" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.47963202;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 339.2446,568.75765 11.31089,-6.26427"
+       id="path3757"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/kerb_pattern.svg
===================================================================
--- /trunk/resources/images/presets/barrier/kerb_pattern.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/kerb_pattern.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="7"
+   height="7"
+   viewBox="0 0 7 7"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="07.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="0.056141185"
+     inkscape:cy="4.0346337"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1045.3622)">
+    <path
+       style="fill:#b2b2b2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.6,1046.3622 h 3.8 l -1.9,6 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/kissing_gate.svg
===================================================================
--- /trunk/resources/images/presets/barrier/kissing_gate.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/kissing_gate.svg	(revision 16006)
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="41.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="41.710345"
+     inkscape:cx="5.8805911"
+     inkscape:cy="8.8102488"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid840" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 290 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="580 : 290 : 1"
+       inkscape:persp3d-origin="290 : 193.33333 : 1"
+       id="perspective2441" />
+    <inkscape:perspective
+       id="perspective3452"
+       inkscape:persp3d-origin="30 : 20 : 1"
+       inkscape:vp_z="60 : 30 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 30 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4471"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective4668"
+       inkscape:persp3d-origin="6 : 4 : 1"
+       inkscape:vp_z="12 : 6 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 6 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective5517"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <g
+     id="g1327"
+     transform="matrix(0.02775633,0,0,0.02770795,-0.04729925,-0.04722701)"
+     style="fill:#ffffff;stroke:none">
+    <path
+       d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 v 450.123 c 0,40.844 20.895,62.229 62.192,62.229 H 515.92 c 41.307,0 62.229,-20.315 62.229,-62.229 V 66.804 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+       style="fill:#ffffff;stroke:none;stroke-width:3.40799999"
+       id="path1329"
+       inkscape:connector-curvature="0" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     id="path5473"
+     d="m 1.3789109,12.8596 c 0,-1.032368 2.8734485,-1.869274 6.418079,-1.869274"
+     style="opacity:0.64426874;fill:none;stroke:#808080;stroke-width:0.61538541;stroke-opacity:1" />
+  <polygon
+     id="polygon5475"
+     points="328.149,185.931 519.152,120.931 519.152,442.928 328.149,507.928 "
+     style="fill:none;stroke:#4d4d4d;stroke-width:30;stroke-linecap:round;stroke-linejoin:round"
+     transform="matrix(0.02649345,0,0,0.02952936,0.8458697,-0.25760864)" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path5477"
+     d="m 1.3789109,10.026476 c 0,-1.0323689 2.8734485,-1.869317 6.418079,-1.869317"
+     style="opacity:0.64426874;fill:none;stroke:#808080;stroke-width:0.61538541;stroke-opacity:1" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path5479"
+     d="m 1.3789109,7.2225004 c 0,-1.0323796 2.8734485,-1.8692853 6.418079,-1.8692853"
+     style="opacity:0.64426874;fill:none;stroke:#808080;stroke-width:0.61538541;stroke-opacity:1" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path5481"
+     d="m 7.7969899,14.728727 c -3.5446305,0 -6.418079,-0.836906 -6.418079,-1.869275"
+     style="fill:none;stroke:#4d4d4d;stroke-width:0.92307806;stroke-linecap:round" />
+  <line
+     id="line5483"
+     y2="12.88865"
+     x2="1.378894"
+     y1="3.3963223"
+     x1="1.378894"
+     style="fill:none;stroke:#4d4d4d;stroke-width:0.92307806;stroke-linecap:round" />
+  <line
+     id="line5485"
+     y2="14.728714"
+     x2="7.7645884"
+     y1="5.3532023"
+     x1="7.7645884"
+     style="fill:none;stroke:#4d4d4d;stroke-width:0.92307806;stroke-linecap:round" />
+  <line
+     id="line5487"
+     y2="5.3532023"
+     x2="7.7645884"
+     y1="1.5562582"
+     x1="7.7645884"
+     style="opacity:0.64426874;fill:none;stroke:#808080;stroke-width:0.92307806;stroke-opacity:1" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path5489"
+     d="m 7.7645673,11.399225 c -3.5446187,0 -6.418079,-0.836916 -6.418079,-1.8692747"
+     style="fill:none;stroke:#4d4d4d;stroke-width:0.61538541" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path5491"
+     d="m 7.8294006,8.3908263 c -3.5446187,0 -6.4180789,-0.8369376 -6.4180789,-1.8692854"
+     style="fill:none;stroke:#4d4d4d;stroke-width:0.61538541" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path5493"
+     d="m 7.7969899,5.2655991 c -3.5446305,0 -6.418079,-0.8369163 -6.418079,-1.8692852 0,-1.032369 2.8734485,-1.8692747 6.418079,-1.8692747"
+     style="fill:none;stroke:#4d4d4d;stroke-width:0.92307806;stroke-linecap:round" />
+  <line
+     id="line5495"
+     y2="6.473114"
+     x2="14.599997"
+     y1="8.3926058"
+     x1="9.5396671"
+     style="fill:none;stroke:#4d4d4d;stroke-width:0.83910739;stroke-linecap:round;stroke-linejoin:round" />
+  <line
+     id="line5497"
+     y2="9.544261"
+     x2="14.599997"
+     y1="11.463687"
+     x1="9.5396671"
+     style="fill:none;stroke:#4d4d4d;stroke-width:0.83910739;stroke-linecap:round;stroke-linejoin:round" />
+  <line
+     id="line5499"
+     y2="3.3724577"
+     x2="14.493869"
+     y1="14.623034"
+     x1="9.5660677"
+     style="fill:none;stroke:#4d4d4d;stroke-width:0.55940491;stroke-linecap:round;stroke-linejoin:round" />
+</svg>
Index: /trunk/resources/images/presets/barrier/lift_gate.svg
===================================================================
--- /trunk/resources/images/presets/barrier/lift_gate.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/lift_gate.svg	(revision 16006)
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="53.149605"
+   height="53.149605"
+   id="svg2168"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="lift_gate4.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs2170" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.656854"
+     inkscape:cx="9.0410103"
+     inkscape:cy="33.424919"
+     inkscape:current-layer="g4143"
+     showgrid="true"
+     inkscape:grid-bbox="false"
+     inkscape:document-units="mm"
+     width="15mm"
+     height="15mm"
+     inkscape:window-width="1680"
+     inkscape:window-height="968"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     units="mm"
+     gridanglex="8.4666669mm"
+     gridanglez="8.4666669mm"
+     grid_units="mm"
+     inkscape:object-points="true"
+     inkscape:object-nodes="true"
+     objecttolerance="2.1"
+     gridtolerance="2.1"
+     guidetolerance="2.1"
+     inkscape:grid-points="true"
+     inkscape:guide-points="true"
+     inkscape:object-bbox="true"
+     inkscape:guide-bbox="true"
+     showguides="true"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       id="GridFromPre046Settings"
+       type="xygrid"
+       originx="0px"
+       originy="0px"
+       spacingx="1mm"
+       spacingy="1mm"
+       color="#3f3fff"
+       empcolor="#3f3fff"
+       opacity="0.15"
+       empopacity="0.38"
+       empspacing="5" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata2173">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>SlowRider</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer2"
+     inkscape:label="Helper"
+     style="display:none"
+     sodipodi:insensitive="true" />
+  <g
+     id="layer1"
+     inkscape:label="Default"
+     inkscape:groupmode="layer"
+     style="display:inline">
+    <rect
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c6c6f9;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+       id="rect2163"
+       width="3.5433071"
+       height="14.173228"
+       x="46.062992"
+       y="31.889763"
+       inkscape:export-xdpi="58.169998"
+       inkscape:export-ydpi="58.169998" />
+    <rect
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c6c6f9;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+       id="rect2167"
+       width="3.5433071"
+       height="14.173228"
+       x="10.629921"
+       y="31.889763"
+       inkscape:export-filename="/home/ce/Desktop/rect2163.png"
+       inkscape:export-xdpi="58.169998"
+       inkscape:export-ydpi="58.169998" />
+    <g
+       id="g4143"
+       transform="matrix(0.7686478,-0.6396722,0.6396722,0.7686478,-18.500018,15.304206)"
+       inkscape:export-filename="/home/ce/Desktop/rect2163.png"
+       inkscape:export-xdpi="58.169998"
+       inkscape:export-ydpi="58.169998">
+      <rect
+         y="24.521818"
+         x="16.167543"
+         height="4.1407399"
+         width="46.703278"
+         id="rect2169"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57100457;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+         transform="matrix(0.9894068,0.14516952,-0.20227707,0.97932833,0,0)" />
+      <rect
+         y="23.998608"
+         x="8.317915"
+         height="6.1761885"
+         width="7.0867329"
+         id="rect2171"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.46780869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+         transform="matrix(0.98427942,0.1766183,-0.17194346,0.98510682,0,0)" />
+      <rect
+         y="24.521818"
+         x="20.27013"
+         height="4.1407433"
+         width="4.3423495"
+         id="rect3162"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ff0011;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57100457;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+         transform="matrix(0.9894068,0.14516952,-0.20227707,0.97932833,0,0)" />
+      <use
+         height="53.149605"
+         width="53.149605"
+         transform="translate(8.2375898,1.2086505)"
+         id="use4135"
+         xlink:href="#rect3162"
+         y="0"
+         x="0" />
+      <use
+         height="53.149605"
+         width="53.149605"
+         transform="translate(8.4015524,1.2327078)"
+         id="use4137"
+         xlink:href="#use4135"
+         y="0"
+         x="0" />
+      <use
+         height="53.149605"
+         width="53.149605"
+         transform="translate(8.4015524,1.2327076)"
+         id="use4139"
+         xlink:href="#use4137"
+         y="0"
+         x="0" />
+      <use
+         height="53.149605"
+         width="53.149605"
+         transform="translate(8.4015524,1.2327076)"
+         id="use4141"
+         xlink:href="#use4139"
+         y="0"
+         x="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/retaining_wall.svg
===================================================================
--- /trunk/resources/images/presets/barrier/retaining_wall.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/retaining_wall.svg	(revision 16006)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64"
+   height="64"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="stuetzmauer.svg"
+   inkscape:export-filename="F:\stuetzmauer16.png"
+   inkscape:export-xdpi="22.5"
+   inkscape:export-ydpi="22.5">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.959798"
+     inkscape:cx="40.521429"
+     inkscape:cy="31.585685"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1600"
+     inkscape:window-height="1110"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-988.36218)">
+    <path
+       style="fill:#aa4400;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M -13.637059,3.8959235 25.253814,8.4416099 53.285547,70.81853 -5.555839,71.323606 -13.637059,3.8959235 z"
+       id="path3732"
+       transform="translate(0,988.36218)" />
+    <rect
+       style="fill:#4d4d4d;fill-opacity:1;stroke:none"
+       id="rect3730"
+       width="12.214773"
+       height="90.775215"
+       x="-492.26758"
+       y="1119.0051"
+       transform="matrix(0.99999991,4.2594974e-4,0.4555856,0.89019198,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/sally_port.svg
===================================================================
--- /trunk/resources/images/presets/barrier/sally_port.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/sally_port.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="sally_port.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\entrance.png"
+   inkscape:export-xdpi="3.7227273"
+   inkscape:export-ydpi="3.7227273">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-6.7723074"
+     inkscape:cy="7.6843872"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1600"
+     inkscape:window-height="1050"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-334.28571,-719.21936)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4138"
+       width="15"
+       height="16"
+       x="334.28571"
+       y="719.21936" />
+    <rect
+       style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:none;stroke-width:19.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="13"
+       height="9.4549999"
+       x="335.28571"
+       y="725.76434" />
+    <ellipse
+       style="opacity:0.98999999;fill:#000000;fill-opacity:1;stroke:none;stroke-width:19.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3155"
+       cx="341.78571"
+       cy="726.31042"
+       rx="6.5"
+       ry="4.0909095" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/spikes.svg
===================================================================
--- /trunk/resources/images/presets/barrier/spikes.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/spikes.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="8"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="15.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="44.8"
+     inkscape:cx="6.4592619"
+     inkscape:cy="4.2969784"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-361px"
+       originy="-385px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-361,-659.36218)">
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       d="m 361,667.36218 2.5,-8 2.5,8 z"
+       id="path2989"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       d="m 366,667.36218 2.5,-8 2.5,8 z"
+       id="path2989-1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       d="m 371,667.36218 2.5,-8 2.5,8 z"
+       id="path2989-7"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       d="m 361,667.36218 2.5,-5.05357 2.5,5.05357 z"
+       id="path2989-0"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       d="m 366,667.36218 2.5,-5.05357 2.5,5.05357 z"
+       id="path2989-1-9"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       d="m 371,667.36218 2.5,-5.05357 2.5,5.05357 z"
+       id="path2989-7-4"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/stile.svg
===================================================================
--- /trunk/resources/images/presets/barrier/stile.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/stile.svg	(revision 16006)
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="cattle_grid.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4"
+     inkscape:cx="2.3970333"
+     inkscape:cy="-1.8865791"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2996"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-650px"
+       originy="-370px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-650,-666.36218)">
+    <rect
+       style="fill:#45d749;fill-opacity:1;stroke:none"
+       id="rect3006"
+       width="16"
+       height="16"
+       x="650"
+       y="666.36218" />
+    <g
+       id="g3008"
+       style="fill:#5f5100;fill-opacity:1">
+      <rect
+         ry="0"
+         y="666.36218"
+         x="657"
+         height="16"
+         width="2"
+         id="rect2998"
+         style="fill:#5f5100;fill-opacity:1;stroke:none" />
+      <rect
+         y="676.36218"
+         x="650"
+         height="1.9998977"
+         width="15.999958"
+         id="rect3000"
+         style="fill:#5f5100;fill-opacity:1;stroke:none" />
+      <rect
+         y="678.36218"
+         x="652"
+         height="4"
+         width="1"
+         id="rect3002"
+         style="fill:#5f5100;fill-opacity:1;stroke:none" />
+      <rect
+         y="678.36218"
+         x="663"
+         height="4"
+         width="1"
+         id="rect3004"
+         style="fill:#5f5100;fill-opacity:1;stroke:none" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/swing_gate.svg
===================================================================
--- /trunk/resources/images/presets/barrier/swing_gate.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/swing_gate.svg	(revision 16006)
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="53.149605"
+   height="53.149605"
+   id="svg2168"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="swing_gate3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs2170" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313708"
+     inkscape:cx="12.369187"
+     inkscape:cy="24.715247"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:grid-bbox="false"
+     inkscape:document-units="mm"
+     width="15mm"
+     height="15mm"
+     inkscape:window-width="1680"
+     inkscape:window-height="968"
+     inkscape:window-x="0"
+     inkscape:window-y="25"
+     units="mm"
+     gridanglex="8.4666669mm"
+     gridanglez="8.4666669mm"
+     grid_units="mm"
+     inkscape:object-points="true"
+     inkscape:object-nodes="true"
+     objecttolerance="2.1"
+     gridtolerance="2.1"
+     guidetolerance="2.1"
+     inkscape:grid-points="true"
+     inkscape:guide-points="true"
+     inkscape:object-bbox="true"
+     inkscape:guide-bbox="true"
+     showguides="true"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       id="GridFromPre046Settings"
+       type="xygrid"
+       originx="0px"
+       originy="0px"
+       spacingx="1mm"
+       spacingy="1mm"
+       color="#3f3fff"
+       empcolor="#3f3fff"
+       opacity="0.15"
+       empopacity="0.38"
+       empspacing="5" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata2173">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>SlowRider</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer2"
+     inkscape:label="Helper"
+     style="display:none"
+     sodipodi:insensitive="true" />
+  <g
+     id="layer1"
+     inkscape:label="Default"
+     inkscape:groupmode="layer"
+     style="display:inline">
+    <rect
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c6c6f9;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+       id="rect2163"
+       width="3.5433071"
+       height="14.173228"
+       x="46.240158"
+       y="21.082676"
+       inkscape:export-xdpi="58.169998"
+       inkscape:export-ydpi="58.169998" />
+    <rect
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#c6c6f9;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.35433072;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+       id="rect2167"
+       width="3.5433071"
+       height="14.173228"
+       x="7.2637796"
+       y="24.625982"
+       inkscape:export-filename="/home/ce/Desktop/rect2163.png"
+       inkscape:export-xdpi="58.169998"
+       inkscape:export-ydpi="58.169998" />
+    <g
+       id="g4143"
+       transform="matrix(0.93829624,0.3458324,-0.3458324,0.93829624,8.7373232,-4.3095727)"
+       inkscape:export-filename="/home/ce/Desktop/rect2163.png"
+       inkscape:export-xdpi="58.169998"
+       inkscape:export-ydpi="58.169998">
+      <g
+         id="g4145">
+        <rect
+           transform="matrix(0.9894068,0.14516952,-0.20227707,0.97932833,0,0)"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57100457;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+           id="rect2169"
+           width="46.703278"
+           height="4.1407399"
+           x="16.167543"
+           y="24.521818" />
+        <rect
+           transform="matrix(0.98427942,0.1766183,-0.17194346,0.98510682,0,0)"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.46780869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+           id="rect2171"
+           width="7.0867329"
+           height="6.1761885"
+           x="8.317915"
+           y="23.998608" />
+        <rect
+           transform="matrix(0.9894068,0.14516952,-0.20227707,0.97932833,0,0)"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#ff0011;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.57100457;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;enable-background:accumulate"
+           id="rect3162"
+           width="4.3423495"
+           height="4.1407433"
+           x="20.27013"
+           y="24.521818" />
+        <use
+           x="0"
+           y="0"
+           xlink:href="#rect3162"
+           id="use4135"
+           transform="translate(8.2375898,1.2086505)"
+           width="53.149605"
+           height="53.149605" />
+        <use
+           x="0"
+           y="0"
+           xlink:href="#use4135"
+           id="use4137"
+           transform="translate(8.4015524,1.2327078)"
+           width="53.149605"
+           height="53.149605" />
+        <use
+           x="0"
+           y="0"
+           xlink:href="#use4137"
+           id="use4139"
+           transform="translate(8.4015524,1.2327076)"
+           width="53.149605"
+           height="53.149605" />
+        <use
+           x="0"
+           y="0"
+           xlink:href="#use4139"
+           id="use4141"
+           transform="translate(8.4015524,1.2327076)"
+           width="53.149605"
+           height="53.149605" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/toll_station.svg
===================================================================
--- /trunk/resources/images/presets/barrier/toll_station.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/toll_station.svg	(revision 16006)
@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="toll_station21.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="10.714313"
+     inkscape:cy="8.9095066"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4219"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00a700;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4167"
+       width="2"
+       height="2"
+       x="1"
+       y="1047.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4171"
+       width="0.60000002"
+       height="0.60000002"
+       x="1"
+       y="1049.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4171-2"
+       width="0.60000002"
+       height="0.60000002"
+       x="2.4000006"
+       y="1049.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#d40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4167-6"
+       width="2"
+       height="2"
+       x="7"
+       y="1043.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4171-4"
+       width="0.60000002"
+       height="0.60000002"
+       x="7"
+       y="1045.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4171-2-9"
+       width="0.60000002"
+       height="0.60000002"
+       x="8.3999996"
+       y="1045.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1582ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4167-5"
+       width="2"
+       height="2"
+       x="13"
+       y="1045.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4171-0"
+       width="0.60000002"
+       height="0.60000002"
+       x="13"
+       y="1047.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4171-2-0"
+       width="0.60000002"
+       height="0.60000002"
+       x="14.4"
+       y="1047.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4221"
+       width="16"
+       height="1.9999652"
+       x="0"
+       y="1040.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4225"
+       width="1"
+       height="2"
+       x="4"
+       y="1046.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4227"
+       width="1"
+       height="2.0000174"
+       x="4"
+       y="1050.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4225-5"
+       width="1"
+       height="2"
+       x="11"
+       y="1046.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4227-6"
+       width="1"
+       height="2.0000174"
+       x="11"
+       y="1050.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4250"
+       width="1"
+       height="2"
+       x="4"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4252"
+       width="1"
+       height="2"
+       x="11"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4254"
+       width="1.136502"
+       height="2.2730041"
+       x="670.80798"
+       y="791.02826"
+       transform="matrix(0.76604444,0.64278761,-0.64278761,0.76604444,0,0)" />
+    <rect
+       transform="matrix(-0.76604444,0.64278761,0.64278761,0.76604444,0,0)"
+       y="801.31299"
+       x="658.50287"
+       height="2.3017414"
+       width="1.1508707"
+       id="rect4258"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       ry="0"
+       y="1048.3622"
+       x="7"
+       height="2"
+       width="2"
+       id="rect4260"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       ry="0"
+       y="1050.3622"
+       x="7"
+       height="0.60000002"
+       width="0.60000002"
+       id="rect4262"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       ry="0"
+       y="1050.3622"
+       x="8.3999996"
+       height="0.60000002"
+       width="0.60000002"
+       id="rect4264"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4250-2"
+       width="1"
+       height="2"
+       x="15"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4250-4"
+       width="1"
+       height="2"
+       x="0"
+       y="1042.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/turnstile.svg
===================================================================
--- /trunk/resources/images/presets/barrier/turnstile.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/turnstile.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="turnstile7.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\turnstile.png"
+   inkscape:export-xdpi="2.5587654"
+   inkscape:export-ydpi="2.5587654">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="4.8549449"
+     inkscape:cy="7.8663632"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       originx="-7.006836e-007"
+       originy="2.5976562e-006" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-108.61428,-746.31934)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4137"
+       width="16"
+       height="16"
+       x="108.61428"
+       y="746.31934" />
+    <path
+       style="fill:#4d4d4d;fill-rule:evenodd;stroke:#999999;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 109.61428,754.31934 14,0"
+       id="path3155"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3157"
+       d="m 116.61428,761.31934 0,-14"
+       style="fill:#4d4d4d;fill-rule:evenodd;stroke:#999999;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:14.19999981;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2383"
+       cx="116.61428"
+       cy="754.31934"
+       r="2" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/barrier/wall.svg
===================================================================
--- /trunk/resources/images/presets/barrier/wall.svg	(revision 16006)
+++ /trunk/resources/images/presets/barrier/wall.svg	(revision 16006)
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64"
+   height="64"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.47 r22583"
+   sodipodi:docname="mauer.svg"
+   inkscape:export-filename="F:\zaun16.png"
+   inkscape:export-xdpi="22.5"
+   inkscape:export-ydpi="22.5">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.959798"
+     inkscape:cx="40.521429"
+     inkscape:cy="31.585685"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1600"
+     inkscape:window-height="1110"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-988.36218)">
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect3618"
+       width="65.154839"
+       height="42.17387"
+       x="-0.50507623"
+       y="1010.6934" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3616"
+       width="16.162441"
+       height="5.6073775"
+       x="-2.0203049"
+       y="1047.5125" />
+    <rect
+       y="1047.5125"
+       x="15.97304"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3620"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3622"
+       width="16.162441"
+       height="5.6073775"
+       x="33.966385"
+       y="1047.5125" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3624"
+       width="16.162441"
+       height="5.6073775"
+       x="51.959728"
+       y="1047.5125" />
+    <rect
+       y="1039.9363"
+       x="-10.859139"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3636"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3638"
+       width="16.162441"
+       height="5.6073775"
+       x="7.1342049"
+       y="1039.9363" />
+    <rect
+       y="1039.9363"
+       x="25.12755"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3640"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       y="1039.9363"
+       x="43.120892"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3642"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       y="1039.9363"
+       x="61.114235"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3644"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3646"
+       width="16.162441"
+       height="5.6073775"
+       x="-1.7677665"
+       y="1032.1075" />
+    <rect
+       y="1032.1075"
+       x="16.225578"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3648"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3650"
+       width="16.162441"
+       height="5.6073775"
+       x="34.218922"
+       y="1032.1075" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3652"
+       width="16.162441"
+       height="5.6073775"
+       x="52.212265"
+       y="1032.1075" />
+    <rect
+       y="1024.5314"
+       x="-10.859139"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3656"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3658"
+       width="16.162441"
+       height="5.6073775"
+       x="7.1342053"
+       y="1024.5314" />
+    <rect
+       y="1024.5314"
+       x="25.127548"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3660"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       y="1024.5314"
+       x="43.120892"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3662"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       y="1024.5314"
+       x="61.114231"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3664"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3666"
+       width="16.162441"
+       height="5.6073775"
+       x="-2.0203047"
+       y="1016.9553" />
+    <rect
+       y="1016.9553"
+       x="15.973041"
+       height="5.6073775"
+       width="16.162441"
+       id="rect3668"
+       style="fill:#c83737;fill-opacity:1;stroke:none" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3670"
+       width="16.162441"
+       height="5.6073775"
+       x="33.966385"
+       y="1016.9553" />
+    <rect
+       style="fill:#c83737;fill-opacity:1;stroke:none"
+       id="rect3672"
+       width="16.162441"
+       height="5.6073775"
+       x="51.959728"
+       y="1016.9553" />
+    <rect
+       style="fill:#4d4d4d;fill-opacity:1;stroke:none"
+       id="rect3676"
+       width="73.236061"
+       height="7.323606"
+       x="-4.5456862"
+       y="1007.9154" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/beekeeper.svg
===================================================================
--- /trunk/resources/images/presets/craft/beekeeper.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/beekeeper.svg	(revision 16006)
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg4260"
+   sodipodi:modified="true"
+   sodipodi:docname="33.svg"
+   viewBox="0 0 160 150"
+   sodipodi:version="0.32"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="150">
+  <defs
+     id="defs27" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="987"
+     inkscape:zoom="2.8"
+     inkscape:window-x="-8"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="72.969413"
+     inkscape:cy="86.177842"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     showgrid="false"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4155" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-46.226,-146.926)">
+    <path
+       inkscape:connector-curvature="0"
+       d="m 57.08992,250.17927 c -7.262321,-2.62809 -11.750065,18.74705 -7.262321,24.70406 16.433328,17.871 53.396691,19.88589 53.396691,19.88589 l 40.75278,0.35041 c 0,0 42.36355,-0.61322 57.81925,-20.84952 3.53805,-4.11734 5.02777,-27.50736 -5.67951,-24.35365 -20.8559,15.15533 -33.89082,14.4545 -68.24719,15.15533 -34.356367,0.70082 -60.240024,-4.11735 -70.7797,-14.89252 z"
+       style="fill:#d59d07;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="cccccczc"
+       id="path5505" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 55.786424,268.05029 c -6.489535,-2.27768 -8.537882,3.67933 -4.580849,7.09583 15.613993,16.11897 51.311075,19.09748 51.311075,19.09748 l 41.83285,0.0875 c 0,0 44.22568,-1.31405 56.88818,-20.84952 2.60699,-3.06609 2.14146,-8.84789 -3.63117,-6.65784 -15.92123,13.84129 -34.82186,19.09747 -70.10933,19.27269 -35.27811,0.17521 -61.869378,-7.70907 -71.710756,-18.04624 z"
+       style="fill:#af7c05;fill-opacity:1;fill-rule:evenodd;stroke-width:0.63373041"
+       sodipodi:nodetypes="cccccczc"
+       id="path5507" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 65.227443,228.80413 c -6.489536,-2.27768 -10.921415,17.78342 -6.908516,23.0396 15.939864,13.14044 48.657563,13.75368 48.657563,13.75368 l 36.06952,0.2628 c 0,0 32.77354,3.06611 53.90878,-15.76853 3.16562,-3.59174 1.67589,-24.70405 -7.91407,-21.90077 -18.62135,13.14046 -29.70105,13.14046 -60.33315,13.75367 -30.725196,0.61323 -54.067041,-3.76693 -63.480127,-13.14045 z"
+       style="fill:#d59d07;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="cccccczc"
+       id="path5509" />
+    <path
+       inkscape:connector-curvature="0"
+       d="M 71.549386,209.61906 C 65.767462,207.60419 62.69494,225.47523 66.270238,230.11817 80.478317,241.85698 109.63,242.3826 109.63,242.3826 l 32.20563,0.26281 c 0,0 29.14239,2.71569 47.94992,-14.01649 2.79321,-3.24129 1.76903,-22.51399 -6.70369,-19.97349 -16.66608,11.73881 -27.09402,11.82641 -54.46738,12.26443 -27.31751,0.52562 -48.676183,-2.97851 -57.065094,-11.3008 z"
+       style="fill:#d59d07;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="cccccczc"
+       id="path5511" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 78.634806,192.36126 c -5.232596,-1.92726 -9.552747,13.75367 -6.321943,17.87102 12.839411,10.59997 39.197917,11.12559 39.197917,11.12559 l 29.11447,0.1752 c 0,0 26.34917,2.45289 43.3877,-12.61483 2.51387,-2.97851 0.27931,-19.00987 -7.35543,-16.73218 -15.08329,10.59995 -23.27667,9.81155 -47.94995,10.33715 -24.76638,0.43802 -42.493878,-2.71568 -50.072764,-10.16195 z"
+       style="fill:#d59d07;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="cccccczc"
+       id="path5513" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 84.528456,176.68031 c -4.590159,-1.66446 -8.230628,12.70245 -5.390875,16.29417 11.284532,9.19832 34.440149,9.63635 34.440149,9.63635 l 25.55781,0.17518 c 0,0 23.18357,2.10247 38.08063,-10.95035 2.23457,-2.5405 1.3966,-16.46939 -5.30709,-14.54212 -13.22114,9.19832 -20.949,8.49749 -42.64288,8.93551 -21.74039,0.43802 -38.071303,-3.06611 -44.737737,-9.54874 z"
+       style="fill:#d59d07;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="cccccczc"
+       id="path5515" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 90.477974,167.04399 c -4.050138,-1.22644 -7.6813,8.93552 -5.176727,11.65118 9.943795,6.74546 32.242843,7.35868 32.242843,7.35868 l 20.66036,0.1752 c 0,0 20.39037,1.31404 33.51842,-8.49749 1.95523,-1.83966 0,-12.43963 -5.95882,-11.03798 -11.63836,6.83302 -17.41095,6.83302 -36.59094,7.18344 -19.13343,0.26281 -32.820106,-2.01486 -38.695136,-6.83303 z"
+       style="fill:#d59d07;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="cccccczc"
+       id="path5517" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 95.105377,158.45888 c -3.482188,-0.87602 -5.828481,7.79668 -3.67771,9.81154 8.528571,5.08099 26.041953,5.3438 26.041953,5.3438 l 19.33824,0.0875 c 0,0 17.50407,1.13884 28.86306,-6.13222 1.67593,-1.40164 0.37244,-10.24954 -4.74842,-9.19831 -9.96242,5.08096 -15.36262,6.0446 -31.8425,6.30741 -16.42401,0.17522 -28.93755,-2.62808 -33.974623,-6.21981 z"
+       style="fill:#d59d07;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="cccccczc"
+       id="path5519" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 98.662051,152.58947 c -3.06321,-0.78841 -4.850857,5.78182 -2.960792,7.44629 7.513691,4.29255 22.932171,4.55535 22.932171,4.55535 l 16.96404,0.0875 c 0,0 15.45571,0.96365 25.41813,-5.16856 1.48972,-1.22646 0.93106,-7.70907 -3.53805,-6.83305 -8.84514,4.38016 -13.87291,-4.11734 -28.30444,-3.94213 -14.46877,0.17521 -26.07918,6.83304 -30.511059,3.85451 z"
+       style="fill:#d59d07;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="cccccczc"
+       id="path5521" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 110.81247,157.14484 c 3.15631,2.10248 28.13684,3.24131 32.88528,-0.26279"
+       style="fill:none;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="cc"
+       id="path5523" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 110.78454,294.85682 c 0.29794,-16.99497 7.34612,-21.11234 14.75741,-21.19993 7.44852,-0.0875 15.26949,4.55535 14.99017,20.84952 z"
+       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:3.61251688"
+       sodipodi:nodetypes="czcc"
+       id="path5525" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 63.691183,247.46358 c -5.875033,-1.57687 -7.727856,2.54048 -4.143247,4.81817 14.133594,11.03798 46.460214,13.05284 46.460214,13.05284 l 37.87581,0.0875 c 0,0 32.40115,1.48924 51.488,-14.19171 2.32766,-2.10247 1.95523,-6.1322 -3.25873,-4.64295 -14.43153,9.46111 -31.56315,13.05287 -63.49875,13.22806 -31.935599,0.0875 -56.003676,-5.25619 -64.923297,-12.35202 z"
+       style="fill:#af7c05;fill-opacity:1;fill-rule:evenodd;stroke-width:0.63373041"
+       sodipodi:nodetypes="cccccczc"
+       id="path5527" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 72.96461,227.84051 c -5.046384,-1.22645 -6.647819,2.01486 -3.565988,3.85453 12.150418,8.58509 39.914828,10.16194 39.914828,10.16194 l 32.52218,0.0875 c 0,0 27.83888,1.13884 44.22567,-11.12559 2.04832,-1.66444 1.76902,-4.73055 -2.79322,-3.5917 -12.38316,7.35864 -27.09403,10.16195 -54.56051,10.24954 -27.4106,0.1752 -48.080284,-4.02973 -55.74296,-9.63632 z"
+       style="fill:#af7c05;fill-opacity:1;fill-rule:evenodd;stroke-width:0.63373041"
+       sodipodi:nodetypes="cccccczc"
+       id="path5529" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 77.5827,207.60419 c -4.61809,-1.13885 -6.079866,1.92727 -3.258734,3.67933 11.116937,8.23469 36.535044,9.81153 36.535044,9.81153 h 29.76624 c 0,0 25.51121,1.13886 40.50141,-10.68756 1.86213,-1.57686 1.5828,-4.55537 -2.60698,-3.41652 -11.26594,7.09585 -24.76642,9.81153 -49.9052,9.89914 -25.09228,0.0875 -44.020847,-3.94214 -51.03178,-9.28592 z"
+       style="fill:#af7c05;fill-opacity:1;fill-rule:evenodd;stroke-width:0.63373041"
+       sodipodi:nodetypes="cccccczc"
+       id="path5531" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 84.100169,190.52161 c -4.040831,-0.96365 -5.307082,1.66445 -2.849067,3.15371 9.701714,7.09584 31.889018,8.40988 31.889018,8.40988 h 25.99542 c 0,0 22.25248,0.96363 35.28743,-9.11072 1.67592,-1.40163 1.39658,-3.94214 -2.23456,-2.9785 -9.8693,6.04461 -21.60076,8.4099 -43.48084,8.49749 -21.97315,0.0875 -38.490289,-3.41652 -44.607401,-7.97186 z"
+       style="fill:#af7c05;fill-opacity:1;fill-rule:evenodd;stroke-width:0.63373041"
+       sodipodi:nodetypes="cccccczc"
+       id="path5533" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 89.062752,175.62908 c -3.631158,-0.96361 -4.785681,1.48926 -2.56043,2.80329 8.733402,6.39504 28.714118,7.53388 28.714118,7.53388 l 23.45355,0.0875 c 0,0 20.01795,0.87602 31.74938,-8.23469 1.48971,-1.22645 1.3035,-3.59174 -1.95523,-2.7157 -8.93825,5.51898 -19.4593,7.62146 -39.29103,7.62146 -19.72,0.0875 -34.598443,-2.9785 -40.110358,-7.09585 z"
+       style="fill:#af7c05;fill-opacity:1;fill-rule:evenodd;stroke-width:0.63373041"
+       sodipodi:nodetypes="cccccczc"
+       id="path5535" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 94.546737,166.16796 c -3.128387,-0.61323 -3.482189,1.05123 -1.573504,2.01488 7.523027,4.55535 24.710517,4.73054 24.710517,4.73054 l 20.14828,0.0875 c 0,0 17.22474,0.52561 27.37339,-5.8694 1.30348,-0.87604 1.02416,-2.4529 -1.76903,-1.83967 -7.63476,3.85452 -16.75921,5.3438 -33.70465,5.3438 -17.01058,0.0875 -30.445872,-1.57687 -35.185003,-4.46777 z"
+       style="fill:#af7c05;fill-opacity:1;fill-rule:evenodd;stroke-width:0.63373041"
+       sodipodi:nodetypes="cccccczc"
+       id="path5537" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 98.261695,158.54649 c -2.746651,-0.52561 -3.0539,0.87603 -1.377982,1.66445 6.582627,3.59174 21.647297,3.85454 21.647297,3.85454 h 17.7182 c 0,0 15.08328,0.43803 23.92843,-4.73056 1.11727,-0.70082 0.93106,-2.01486 -1.4897,-1.57687 -6.70371,3.15371 -14.71087,4.38017 -29.60794,4.38017 -14.89708,0.0875 -26.66577,-1.22646 -30.818305,-3.59173 z"
+       style="fill:#af7c05;fill-opacity:1;fill-rule:evenodd;stroke-width:0.63373041"
+       sodipodi:nodetypes="cccccczc"
+       id="path5539" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 112.29287,156.09361 c -1.32211,0.1752 -1.16384,0.70082 -0.33519,1.05123 3.20287,1.13884 10.51174,1.40165 10.51174,1.40165 h 8.84515 c 0,0 7.26232,0.70083 11.63832,-1.83967 0.55864,-0.3504 0.18623,-0.70082 -0.46553,-0.96364 -4.28291,-0.3504 -7.07612,-1.66446 -14.52465,-1.66446 -7.44852,0.0875 -13.64944,2.01489 -15.66984,2.01489 z"
+       style="fill:#af7c05;fill-opacity:1;fill-rule:evenodd;stroke-width:0.63373041"
+       sodipodi:nodetypes="cccccczc"
+       id="path5541" />
+  </g>
+  <metadata
+     id="metadata25">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2007-04-10T15:46:42</dc:date>
+        <dc:description>A simple apiary of the old classical design.</dc:description>
+        <dc:source>https://openclipart.org/detail/3866/apiary-by-doctormo</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>doctormo</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>apiary</rdf:li>
+            <rdf:li>bee</rdf:li>
+            <rdf:li>beehive</rdf:li>
+            <rdf:li>comb</rdf:li>
+            <rdf:li>hive</rdf:li>
+            <rdf:li>honey</rdf:li>
+            <rdf:li>remix problem</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/craft/blacksmith.svg
===================================================================
--- /trunk/resources/images/presets/craft/blacksmith.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/blacksmith.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="blacksmith4.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="19.219208"
+     inkscape:cx="5.4131311"
+     inkscape:cy="10.675792"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1039.3622)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path64"
+       style="fill:#312e31;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.00405175"
+       d="M 4.6304099,1048.2513 H 0 l 0.052925,0.2986 0.1234649,0.1073 c 1.0940142,0.9496 2.6886292,1.3205 4.1830857,0.9727 l 0.2709344,-1.3786" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path66"
+       style="fill:#616068;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0042947"
+       d="m 3.2577618,1047.5208 h 7.7615392 l -0.07056,0.4298 c -0.223718,1.3624 -1.1864536,2.4288 -2.4166975,2.6766 -0.9333541,0.1879 -1.1910254,1.4139 -0.4490268,2.111 h 1.0311337 v 0.624 H 3.7516831 l 0.00222,-0.624 h 0.9502945 l 0.1940899,-0.4896 c 0.2078019,-0.5243 0.1777662,-1.1268 -0.08068,-1.6225 -0.2584873,-0.4959 -0.7145336,-0.8257 -1.2284233,-0.8886 l -0.331418,-2.2167" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path68"
+       style="fill:#807d87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0042947"
+       d="m 3.7516831,1053.3622 h 5.3624673 v -0.624 H 3.7516831 v 0.624" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path70"
+       style="fill:#807d87;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.0042947"
+       d="m 3.1662587,1047.7529 h 8.0702303 v -0.3907 H 3.1662587 v 0.3907" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path72"
+       style="fill:#3f3b3f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.00408095"
+       d="m 7.9690764,1043.2109 1.471346,-2.6877 0.8511226,0.4659 -1.4714276,2.6878 -0.851041,-0.466" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path74"
+       style="fill:#3f3b3f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.00408095"
+       d="m 9.4404224,1040.5232 0.08435,-0.154 c 0.312928,-0.5717 0.9070726,-0.933 1.5586376,-0.9478 0.104023,0 0.19662,0.066 0.22588,0.1653 0.02922,0.1 -0.01228,0.2069 -0.101167,0.261 -0.288972,0.1757 -0.526483,0.4242 -0.688864,0.7209 l -0.227717,0.4205 -0.6425046,0.029 -0.208618,-0.4952" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path76"
+       style="fill:#3f3b3f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.00408095"
+       d="m 9.4676014,1042.4116 0.373162,-0.6817 1.0898996,0.5967 -0.373203,0.6817 -1.0898586,-0.5967" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path78"
+       style="fill:#882e1b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.00408095"
+       d="m 10.115778,1043.0007 0.570477,-1.0421 4.915301,2.6908 -0.570558,1.0421 -4.91522,-2.6908" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path80"
+       style="fill:#bc4c1f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.00408095"
+       d="m 14.24215,1045.4007 0.689313,-1.2592 0.937885,0.5134 c 0.419685,0.2298 -0.269588,1.489 -0.689314,1.2592 l -0.937884,-0.5134" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path82"
+       style="fill:#5c5b63;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.00408095"
+       d="m 8.2118929,1042.3139 0.8698955,-1.5892 1.2332216,0.6751 -0.8700576,1.5892 -1.2330595,-0.6751" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path84"
+       style="fill:#78747e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.00408095"
+       d="m 7.3571379,1043.6689 0.4777976,-0.8727 1.4068259,0.7702 -0.477757,0.8727 -1.4068665,-0.7702" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/carpenter.svg
===================================================================
--- /trunk/resources/images/presets/craft/carpenter.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/carpenter.svg	(revision 16006)
@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="15"
+   viewBox="0 0 15 15"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="carpenter2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="0.65753195"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3622)">
+    <rect
+       style="fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect818"
+       width="1"
+       height="9"
+       x="2"
+       y="1044.3622" />
+    <rect
+       style="fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect820"
+       width="1"
+       height="9.0000172"
+       x="12"
+       y="1044.3622" />
+    <rect
+       style="fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect822"
+       width="1"
+       height="9"
+       x="7"
+       y="1044.3622" />
+    <rect
+       style="fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect824"
+       width="9"
+       height="1.0000174"
+       x="3"
+       y="1047.3622" />
+    <path
+       style="fill:#c87137;stroke:#c87137;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3,1053.3622 4,-5"
+       id="path826"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#c87137;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8,1048.3622 4,5"
+       id="path828"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#c87137;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1045.3622 7.5,-6 7.5,6"
+       id="path830"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <rect
+       style="fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect832"
+       width="11"
+       height="1"
+       x="2"
+       y="1043.3622" />
+    <rect
+       style="fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect834"
+       width="9"
+       height="1"
+       x="3"
+       y="1052.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/electrician.svg
===================================================================
--- /trunk/resources/images/presets/craft/electrician.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/electrician.svg	(revision 16006)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   viewBox="0 0 11 16"
+   version="1.1"
+   sodipodi:docname="plug07.svg"
+   width="11"
+   height="16"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
+  <defs
+     id="defs11" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview9"
+     showgrid="false"
+     inkscape:zoom="35.016855"
+     inkscape:cx="2.8936425"
+     inkscape:cy="10.39295"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="layer1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid818" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     transform="matrix(0.03796796,0,0,0.03984102,-5.9074342,-3.3966066)"
+     style="fill:#ffe300;fill-opacity:1">
+    <path
+       id="rect5826"
+       d="m 221.34215,85.254 c -9.026,0 -16.281,8.660882 -16.281,17.62058 v 83.72805 H 155.59 c 3.2312,58.438 -0.32874,198.65037 99.67106,229.15037 v 69.5 c 30.674,0 39.46988,3.5935 89.46988,0 v -69.25 c 100,-30.75 97.33206,-162.09888 100.57706,-229.40037 h -49.83324 v -83.72805 c 0,-8.960198 -7.2553,-17.62058 -16.281,-17.62058 -9.026,0 -16.281,8.660882 -16.281,17.62058 v 83.72805 H 237.65415 v -83.72805 c 0,-8.960198 -7.2865,-17.62058 -16.312,-17.62058 z"
+       inkscape:connector-curvature="0"
+       style="fill:#ffc100;fill-opacity:1"
+       sodipodi:nodetypes="ssccccccccsssccss" />
+  </g>
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2013-08-22T20:43:34</dc:date>
+        <dc:description>eco pictogram/icon plug</dc:description>
+        <dc:source>https://openclipart.org/detail/182129/eco-green-energy-by-dominiquechappard-182129</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>dominiquechappard</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>ecology</rdf:li>
+            <rdf:li>energy</rdf:li>
+            <rdf:li>green</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/craft/gardener.svg
===================================================================
--- /trunk/resources/images/presets/craft/gardener.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/gardener.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="gardener2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="6.5332827"
+     inkscape:cy="5.9683316"
+     inkscape:document-units="px"
+     inkscape:current-layer="g943"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <g
+       id="g5840"
+       transform="matrix(0.01631263,0,0,0.01593162,-0.51127533,1042.3029)">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 796.8125,295.5 c -0.87575,0.0895 -1.79246,0.40048 -2.75,0.9375 -6.26356,3.51284 -1.11629,104.87666 -27.09375,196.4375 C 757.99251,468.07073 723.97814,435.17912 677.1875,408.96875 613.94367,373.54191 551.37941,363.73074 537.53125,387.0625 523.68311,410.39425 563.75619,458.07317 627,493.5 c 53.2999,29.85661 106.01238,41.44166 129.59375,30.40625 -6.78395,17.66096 -14.85325,34.54151 -24.90625,49.53125 -65.83589,98.16593 -173.25295,73.18272 -176.15625,78.6875 -30.59699,58.01098 126.47663,40.91594 192.3125,-57.25 15.71762,-23.43609 28.2892,-53.68766 37.9375,-85.90625 0.23459,0.41062 0.35958,0.88868 0.625,1.28125 15.19653,22.4768 75.41993,6.56112 134.4375,-35.53125 59.01758,-42.09238 94.57155,-94.49195 79.37505,-116.96875 -15.19651,-22.47681 -75.41997,-6.56113 -134.43755,35.53125 -29.57094,21.09053 -53.26506,44.76238 -67.625,65.96875 17.14781,-84.21617 15.73377,-165.49593 -1.34375,-163.75 z"
+         id="path2195"
+         style="fill:#35e23e;fill-opacity:1;fill-rule:nonzero;stroke:#12892d;stroke-width:17.00499916;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="m 521.87211,275.23304 c -43.01606,-29.58772 2.17555,-28.10945 -47.10459,-10.86759 -26.51418,9.27664 3.60143,50.21506 11.5895,23.28462 14.8469,-50.05381 27.40597,-6.61722 -4.22043,-48.15739 -17.01594,-22.34985 -46.64446,18.94247 -18.56363,18.21761 52.19194,-1.34723 14.76226,24.01979 44.49622,-18.89531 15.99775,-23.08961 -32.42929,-38.50798 -23.06246,-12.02552 17.40949,49.22117 -18.28239,21.46227 31.7206,36.47944 26.9031,8.07969 26.60206,-42.7417 4.31025,-25.64979 -41.43228,31.7676 -26.0614,-10.75537 -24.8918,41.44086 0.62927,28.08312 48.87026,12.09215 25.72634,-3.82693 z"
+         id="path1549"
+         inkscape:flatsided="false"
+         inkscape:randomized="0"
+         inkscape:rounded="1.08"
+         sodipodi:arg1="0.60613533"
+         sodipodi:arg2="2.801306"
+         sodipodi:cx="495.56927"
+         sodipodi:cy="257.0004"
+         sodipodi:r1="32.004192"
+         sodipodi:r2="22.067102"
+         sodipodi:sides="5"
+         sodipodi:type="star"
+         style="fill:#fa9806;fill-opacity:1;fill-rule:nonzero;stroke:#f58006;stroke-width:4.02476978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+         transform="matrix(4.224992,0,0,4.224992,-1287.368,-859.238)" />
+      <circle
+         r="8.8174267"
+         cy="261.93216"
+         cx="530.98846"
+         id="path1551"
+         style="fill:#fadc06;fill-opacity:1;fill-rule:nonzero;stroke:#f58006;stroke-width:4.02476978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+         transform="matrix(4.224992,0,0,4.224992,-1440.171,-885.7572)" />
+    </g>
+    <g
+       id="g943"
+       transform="matrix(-0.06050037,0,0,0.06050037,3.2800418,982.12262)">
+      <g
+         id="g948"
+         transform="matrix(1.0000087,0,0,1.0005896,1.4604936,0.4019697)">
+        <path
+           inkscape:connector-curvature="0"
+           d="m -51.828379,1071.3403 67.977332,24.832 -21.4346664,58.6666 -46.4053316,21.572 v 0 l -21.569333,-46.4026 21.431999,-58.668"
+           style="fill:#5f6062;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333"
+           id="path122" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m 34.546282,912.10555 18.208,6.6533 -69.621328,190.57475 -18.205333,-6.652 69.618661,-190.57605"
+           style="fill:#945d29;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333"
+           id="path124" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m -31.395046,1078.8029 27.1093326,9.9027 -8.0559996,22.0533 c -2.724,7.4534 -11.050666,11.324 -18.506666,8.6014 v 0 c -7.456,-2.724 -11.325333,-11.0494 -8.604,-18.5067 l 8.057333,-22.0507"
+           style="fill:#1d1c1c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.13333333"
+           id="path126" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/hvac.svg
===================================================================
--- /trunk/resources/images/presets/craft/hvac.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/hvac.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="hvac1.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient881">
+      <stop
+         style="stop-color:#ff0000;stop-opacity:1;"
+         offset="0"
+         id="stop877" />
+      <stop
+         style="stop-color:#ff0000;stop-opacity:0;"
+         offset="1"
+         id="stop879" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient881"
+       id="linearGradient883"
+       x1="1"
+       y1="1045.3622"
+       x2="15"
+       y2="1045.3622"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="1.7109888"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <path
+       style="fill:none;fill-opacity:1;stroke:#0000ff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:11.69999981;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       d="m 2,1051.3622 v -12 h 4 v 12 h 4 v -12 h 4 v 12"
+       id="path816-0"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="fill:none;fill-opacity:1;stroke:url(#linearGradient883);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1;paint-order:normal;stroke-miterlimit:11.69999981;stroke-dasharray:none"
+       d="m 2,1051.3622 v -12 h 4 v 12 h 4 v -12 h 4 v 12"
+       id="path816"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/key_cutter.svg
===================================================================
--- /trunk/resources/images/presets/craft/key_cutter.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/key_cutter.svg	(revision 16006)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg3908"
+   sodipodi:docname="key27.svg"
+   viewBox="0 0 16 8"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="16"
+   height="8">
+  <defs
+     id="defs9" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="987"
+     inkscape:window-maximized="1"
+     inkscape:zoom="33.997694"
+     inkscape:window-x="-8"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-1.2186589"
+     inkscape:cy="3.264592"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid814" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(0,-1044.36)">
+    <path
+       id="path604"
+       style="fill:#009700;stroke:#000000;stroke-width:0.07912423;fill-opacity:1"
+       d="m 11.864662,1044.3998 c -0.78695,0 -1.57011,0.2196 -2.2355096,0.6744 -0.39599,0.2707 -0.72489,0.608 -1.00846,0.992 -0.18968,0.2568 -0.35365,0.6215 -0.688027,0.7212 -0.289168,0.086 -0.508155,-0.2291 -0.797323,-0.1846 -0.210687,0.032 -0.162806,0.2926 -0.340289,0.3692 -0.100846,0.043 -0.708451,0.2473 -0.7849,0.2265 -0.151338,-0.041 -0.205398,-0.2318 -0.385002,-0.2191 -0.236831,0.017 -0.312463,0.3086 -0.524097,0.3594 -0.190623,0.046 -0.32771,-0.223 -0.464487,-0.3102 -0.313891,-0.2001 -0.614576,0.081 -0.755099,0.3446 -0.221886,-0.1147 -0.351439,-0.427 -0.611034,-0.448 -0.244961,-0.02 -0.401906,0.2552 -0.608545,0.2314 -0.331954,-0.038 -0.546273,-0.3472 -0.946343,-0.2264 -0.471058,0.1421 -0.89402296,0.7554 -1.27422596,1.0559 -0.14795,0.117 -0.375092,0.2552 -0.399906,0.4603 -0.02719,0.2249 0.273496,0.5436 0.419774,0.6942 0.269806,0.2776 0.94144596,0.1452 1.30156896,0.1452 1.195948,0 2.38602,0.093 3.579274,0.094 0.484591,10e-5 1.499915,-0.2333 1.507669,0.4209 l 0.849457,0.034 0.658225,0.2929 c 0.10381,0.5702 0.67196,1.0804 1.12518,1.4055 1.3621296,0.977 3.3750496,1.093 4.7615896,0.071 1.25929,-0.9278 1.88583,-2.4403 1.67663,-3.9777 -0.0585,-0.4296 -0.34797,-0.8181 -0.40487,-1.2332 -0.40466,-0.3845 -0.66614,-0.8642 -1.13261,-1.1987 -0.7294,-0.5231 -1.62676,-0.7978 -2.51866,-0.7951 z m 1.977487,1.9028 c 0.71647,0 1.171798,0.8571 1.171798,2.1061 0,1.2489 -0.455318,2.0021 -1.171798,2.0021 -0.71647,0 -1.1406,-0.8051 -1.1406,-2.0541 0,-1.249 0.42412,-2.0541 1.1406,-2.0541 z"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccccscccccccccccsssss" />
+    <path
+       id="path3892"
+       sodipodi:nodetypes="cc"
+       style="fill:none;stroke:#000000;stroke-width:0.07912423"
+       d="m 1.3224884,1048.5355 c 8.505994,0.073 8.519864,-0.6897 -0.114796,-0.682"
+       inkscape:connector-curvature="0" />
+  </g>
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2010-08-11T11:31:06</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/79417/simple-gold-key-by-milovanderlinden</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>milovanderlinden</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>gold</rdf:li>
+            <rdf:li>key</rdf:li>
+            <rdf:li>line art</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/craft/locksmith.svg
===================================================================
--- /trunk/resources/images/presets/craft/locksmith.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/locksmith.svg	(revision 16006)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg3908"
+   sodipodi:docname="key24.svg"
+   viewBox="0 0 16 8"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="16"
+   height="8">
+  <defs
+     id="defs9" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="987"
+     inkscape:window-maximized="1"
+     inkscape:zoom="33.997694"
+     inkscape:window-x="-8"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="3.7963871"
+     inkscape:cy="3.264592"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid814" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(0,-1044.36)">
+    <path
+       id="path604"
+       style="fill:#ff0000;stroke:#000000;stroke-width:0.07912423"
+       d="m 11.864662,1044.3998 c -0.78695,0 -1.57011,0.2196 -2.2355096,0.6744 -0.39599,0.2707 -0.72489,0.608 -1.00846,0.992 -0.18968,0.2568 -0.35365,0.6215 -0.688027,0.7212 -0.289168,0.086 -0.508155,-0.2291 -0.797323,-0.1846 -0.210687,0.032 -0.162806,0.2926 -0.340289,0.3692 -0.100846,0.043 -0.708451,0.2473 -0.7849,0.2265 -0.151338,-0.041 -0.205398,-0.2318 -0.385002,-0.2191 -0.236831,0.017 -0.312463,0.3086 -0.524097,0.3594 -0.190623,0.046 -0.32771,-0.223 -0.464487,-0.3102 -0.313891,-0.2001 -0.614576,0.081 -0.755099,0.3446 -0.221886,-0.1147 -0.351439,-0.427 -0.611034,-0.448 -0.244961,-0.02 -0.401906,0.2552 -0.608545,0.2314 -0.331954,-0.038 -0.546273,-0.3472 -0.946343,-0.2264 -0.471058,0.1421 -0.89402296,0.7554 -1.27422596,1.0559 -0.14795,0.117 -0.375092,0.2552 -0.399906,0.4603 -0.02719,0.2249 0.273496,0.5436 0.419774,0.6942 0.269806,0.2776 0.94144596,0.1452 1.30156896,0.1452 1.195948,0 2.38602,0.093 3.579274,0.094 0.484591,10e-5 1.499915,-0.2333 1.507669,0.4209 l 0.849457,0.034 0.658225,0.2929 c 0.10381,0.5702 0.67196,1.0804 1.12518,1.4055 1.3621296,0.977 3.3750496,1.093 4.7615896,0.071 1.25929,-0.9278 1.88583,-2.4403 1.67663,-3.9777 -0.0585,-0.4296 -0.34797,-0.8181 -0.40487,-1.2332 -0.40466,-0.3845 -0.66614,-0.8642 -1.13261,-1.1987 -0.7294,-0.5231 -1.62676,-0.7978 -2.51866,-0.7951 z m 1.977487,1.9028 c 0.71647,0 1.171798,0.8571 1.171798,2.1061 0,1.2489 -0.455318,2.0021 -1.171798,2.0021 -0.71647,0 -1.1406,-0.8051 -1.1406,-2.0541 0,-1.249 0.42412,-2.0541 1.1406,-2.0541 z"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccccscccccccccccsssss" />
+    <path
+       id="path3892"
+       sodipodi:nodetypes="cc"
+       style="fill:none;stroke:#000000;stroke-width:0.07912423"
+       d="m 1.3224884,1048.5355 c 8.505994,0.073 8.519864,-0.6897 -0.114796,-0.682"
+       inkscape:connector-curvature="0" />
+  </g>
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2010-08-11T11:31:06</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/79417/simple-gold-key-by-milovanderlinden</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>milovanderlinden</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>gold</rdf:li>
+            <rdf:li>key</rdf:li>
+            <rdf:li>line art</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/craft/metal_construction.svg
===================================================================
--- /trunk/resources/images/presets/craft/metal_construction.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/metal_construction.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="metal_construction9.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="5.9570229"
+     inkscape:cy="8.374846"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="fill:#8abaff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.86603296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect900"
+       width="12"
+       height="2.0000348"
+       x="0"
+       y="1051.3622"
+       ry="0.60000002" />
+    <rect
+       style="fill:#8abaff;fill-opacity:1;stroke:none;stroke-width:0.86603296;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect902"
+       width="12"
+       height="2.0000348"
+       x="0"
+       y="1037.3622"
+       ry="0.60000002" />
+    <path
+       style="fill:#8abaff;fill-opacity:1;stroke:none;stroke-width:1.15470052;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       d="m 3,1039.3622 c 0.554,0 1.0545156,0.2225 1.4160156,0.584 0.3615,0.3615 0.5839844,0.862 0.5839844,1.416 v 8 c 0,0.554 -0.2224844,1.0545 -0.5839844,1.416 -0.3615,0.3615 -0.8620156,0.584 -1.4160156,0.584 h 6 c -0.554,0 -1.0545156,-0.2225 -1.4160156,-0.584 C 7.2224844,1050.4167 7,1049.9162 7,1049.3622 v -8 c 0,-0.554 0.2224844,-1.0545 0.5839844,-1.416 0.3615,-0.3615 0.8620156,-0.584 1.4160156,-0.584 z"
+       id="rect904"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/painter.svg
===================================================================
--- /trunk/resources/images/presets/craft/painter.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/painter.svg	(revision 16006)
@@ -0,0 +1,481 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   sodipodi:docname="05.svg"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   viewBox="0 0 12 16"
+   id="svg127"
+   width="12"
+   height="16">
+  <sodipodi:namedview
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     fit-margin-left="0"
+     pagecolor="#ffffff"
+     inkscape:zoom="47.703922"
+     inkscape:window-maximized="1"
+     inkscape:window-x="-8"
+     showgrid="false"
+     borderopacity="1.0"
+     inkscape:current-layer="g123"
+     inkscape:cx="5.8309847"
+     inkscape:cy="7.8790063"
+     inkscape:pageopacity="0.0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-height="987"
+     fit-margin-top="0"
+     inkscape:window-width="1680"
+     inkscape:document-units="px"
+     id="namedview2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid878" />
+  </sodipodi:namedview>
+  <defs
+     id="defs87">
+    <filter
+       id="filter5851"
+       width="1.2739"
+       y="-0.97000003"
+       x="-0.13694"
+       height="2.9400001"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="4.1776055"
+         inkscape:collect="always"
+         id="feGaussianBlur4" />
+    </filter>
+    <filter
+       id="filter5889"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="3.2650212"
+         inkscape:collect="always"
+         id="feGaussianBlur7" />
+    </filter>
+    <filter
+       id="filter18598"
+       width="3.2246001"
+       y="-0.077583"
+       x="-1.1123"
+       height="1.1552"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="4.1044441"
+         inkscape:collect="always"
+         id="feGaussianBlur10" />
+    </filter>
+    <filter
+       id="filter18634"
+       width="1.4681"
+       y="-0.010848"
+       x="-0.23407"
+       height="1.0217"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="1.037628"
+         inkscape:collect="always"
+         id="feGaussianBlur13" />
+    </filter>
+    <filter
+       id="filter18638"
+       width="1.2582"
+       y="-0.010647"
+       x="-0.12909"
+       height="1.0213"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="1.037628"
+         inkscape:collect="always"
+         id="feGaussianBlur16" />
+    </filter>
+    <filter
+       id="filter18646"
+       width="1.6075"
+       y="-0.032683"
+       x="-0.30377001"
+       height="1.0654"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="2.1645993"
+         inkscape:collect="always"
+         id="feGaussianBlur19" />
+    </filter>
+    <filter
+       id="filter18650"
+       width="1.7653"
+       y="-0.023490001"
+       x="-0.38264999"
+       height="1.0470001"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="2.670959"
+         inkscape:collect="always"
+         id="feGaussianBlur22" />
+    </filter>
+    <filter
+       id="filter18654"
+       width="1.494"
+       y="-0.018502001"
+       x="-0.24702001"
+       height="1.0369999"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="2.829191"
+         inkscape:collect="always"
+         id="feGaussianBlur25" />
+    </filter>
+    <filter
+       id="filter18670"
+       width="2.2070999"
+       y="-0.12819999"
+       x="-0.60354"
+       height="1.2564"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="2.8678247"
+         inkscape:collect="always"
+         id="feGaussianBlur28" />
+    </filter>
+    <filter
+       id="filter25984"
+       width="1.1176"
+       y="-0.17903"
+       x="-0.058800001"
+       height="1.3581001"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="19.043014"
+         inkscape:collect="always"
+         id="feGaussianBlur31" />
+    </filter>
+    <filter
+       id="filter26000"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="12.322873"
+         inkscape:collect="always"
+         id="feGaussianBlur34" />
+    </filter>
+    <filter
+       id="filter26008"
+       width="1.7708"
+       y="-0.1191"
+       x="-0.38538"
+       height="1.2381999"
+       inkscape:collect="always"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         stdDeviation="23.090638"
+         inkscape:collect="always"
+         id="feGaussianBlur37" />
+    </filter>
+    <linearGradient
+       id="linearGradient48025"
+       x1="-61.349998"
+       gradientUnits="userSpaceOnUse"
+       y1="463.91"
+       gradientTransform="matrix(0.01502804,0,0,0.01604687,25.853839,827.96121)"
+       x2="82.447998"
+       y2="463.91"
+       inkscape:collect="always">
+      <stop
+         stop-color="#ffbd55"
+         offset="0"
+         id="stop40" />
+      <stop
+         stop-color="#cd7b44"
+         offset=".3"
+         id="stop42" />
+      <stop
+         stop-color="#d19829"
+         offset=".54966"
+         id="stop44" />
+      <stop
+         offset=".79931"
+         id="stop46" />
+      <stop
+         stop-color="#ffc155"
+         offset="1"
+         id="stop48" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient50451"
+       x1="-49.422001"
+       gradientUnits="userSpaceOnUse"
+       y1="451.98999"
+       gradientTransform="matrix(0.01502804,0,0,0.01604687,25.853839,827.96121)"
+       x2="69.258003"
+       y2="451.98999"
+       inkscape:collect="always">
+      <stop
+         stop-color="#2c2f33"
+         offset="0"
+         id="stop51" />
+      <stop
+         stop-color="#959799"
+         offset=".024"
+         id="stop53" />
+      <stop
+         stop-color="#FFF"
+         offset=".048"
+         id="stop55" />
+      <stop
+         stop-color="#2d2d2d"
+         offset=".11406"
+         id="stop57" />
+      <stop
+         stop-color="#adadae"
+         offset=".21069"
+         id="stop59" />
+      <stop
+         stop-color="#898989"
+         offset=".28078"
+         id="stop61" />
+      <stop
+         stop-color="#FFF"
+         offset=".40167"
+         id="stop63" />
+      <stop
+         stop-color="#FFF"
+         offset=".64231"
+         id="stop65" />
+      <stop
+         offset=".86118"
+         id="stop67" />
+      <stop
+         stop-color="#FFF"
+         offset=".94329"
+         id="stop69" />
+      <stop
+         offset="1"
+         id="stop71" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient52877"
+       x1="63.104"
+       gradientUnits="userSpaceOnUse"
+       y1="-276.88"
+       gradientTransform="matrix(0.01502804,0,0,0.01604687,25.853839,827.96121)"
+       x2="63.104"
+       y2="-25.188999"
+       inkscape:collect="always">
+      <stop
+         stop-color="#FFF"
+         offset="0"
+         id="stop74" />
+      <stop
+         stop-color="#f8f8d5"
+         offset=".15"
+         id="stop76" />
+      <stop
+         stop-color="#a29e89"
+         offset=".57519"
+         id="stop78" />
+      <stop
+         stop-color="#bfb69a"
+         offset=".80602"
+         id="stop80" />
+      <stop
+         stop-color="#eeeebe"
+         offset=".91598"
+         id="stop82" />
+      <stop
+         stop-color="#FFF"
+         offset="1"
+         id="stop84" />
+    </linearGradient>
+  </defs>
+  <g
+     inkscape:label="Layer 1"
+     transform="translate(-19.691,-823.66114)"
+     inkscape:groupmode="layer"
+     id="g123">
+    <rect
+       ry="93.403"
+       style="color:#000000;fill:#b3b3b3;filter:url(#filter25984)"
+       rx="49.098"
+       transform="matrix(0.01368437,0,0,0.01341039,20.00755,824.59424)"
+       height="255.28999"
+       width="777.27002"
+       y="-7.7350998"
+       x="34.588001"
+       id="rect89" />
+    <path
+       style="color:#000000;fill:#666666;filter:url(#filter26008)"
+       d="M 426.17,456.7 H 545.5 c 19.45,154.41 14.645,302.88 0.2703,457.3 -41.636,12.659 -79.246,8.247 -118.79,0.8111 -13.975,-154.41 -18.601,-303.69 -0.81106,-458.11 z"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.0108859,0,0,0.01688333,21.054394,823.56031)"
+       id="path91" />
+    <path
+       style="color:#000000;text-indent:0;text-transform:none;fill:#cccccc;filter:url(#filter26000)"
+       d="m 99.764,134.92 c -28.563,0 -49.656,26.332 -49.656,56.062 v 106.12 c 0,29.731 21.093,56.031 49.656,56.031 h 301.5 c 23.058,0 36.233,4.7943 43.5,11.5 7.2667,6.7058 10.969,16.889 10.969,34 l 0.062,61.625 27,-0.031 -0.062,-61.594 v -0.031 c -0.01,-21.347 -5.3933,-40.651 -19.656,-53.812 -14.27,-13.168 -35.049,-18.656 -61.812,-18.656 h -301.5 c -11.522,0 -22.656,-11.623 -22.656,-29.031 v -106.12 c 0,-17.408 11.135,-29.062 22.656,-29.062 h 423.16 v -27 H 99.765 Z"
+       sodipodi:nodetypes="cssssscccccsssssscccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.01379309,0,0,0.01604687,19.640321,823.9417)"
+       id="path93" />
+    <rect
+       style="color:#000000;fill:url(#linearGradient50451);stroke-width:0.08201257"
+       ry="0.32332721"
+       height="9.0950603"
+       width="1.7863799"
+       y="830.66724"
+       x="25.116051"
+       id="rect95" />
+    <path
+       style="color:#000000;fill:#ffffff;filter:url(#filter5851)"
+       d="m 45.652,180.66 c 0,2.8543 -14.698,-5.7295 -34.916,-5.7295 -32.567,0 -34.745,25.455 -41.006,25.19 -2.4241,-0.10284 -0.86439,-38.25 40.837,-35.137 20.207,1.5088 35.085,4.6491 35.085,15.677 z"
+       sodipodi:nodetypes="sssss"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.01971225,0,0,0.01037389,25.833999,829.08754)"
+       id="path97" />
+    <path
+       style="color:#000000;text-indent:0;text-transform:none;stroke-width:0.08201257"
+       inkscape:connector-curvature="0"
+       d="m 20.442796,825.44681 c -0.429245,0 -0.746235,0.42253 -0.746235,0.89956 v 1.70302 c 0,0.47705 0.31699,0.89915 0.746235,0.89915 h 4.530951 c 0.346522,0 0.544517,0.077 0.653717,0.18454 0.109201,0.1076 0.164837,0.27102 0.164837,0.5456 l 9.39e-4,0.98892 0.405753,-5.3e-4 -9.38e-4,-0.98839 v -5.1e-4 c -7.3e-5,-0.34256 -0.08105,-0.65232 -0.295393,-0.8635 -0.214447,-0.2113 -0.526716,-0.29937 -0.928904,-0.29937 h -4.530951 c -0.173147,0 -0.340484,-0.18651 -0.340484,-0.46585 v -1.703 c 0,-0.27936 0.167337,-0.46637 0.340484,-0.46637 H 31.23823 v -0.43324 H 20.442807 Z"
+       id="path99" />
+    <path
+       style="color:#000000;text-indent:0;text-transform:none;fill:#ffffff;filter:url(#filter5889)"
+       d="m 781.7,97.401 c -237.4,0.23749 -474.84,-0.16911 -712.25,0.21875 -23.369,2.2736 -39.727,26.327 -38.076,48.969 -0.39642,37.585 -0.51427,75.224 0.23226,112.78 2.4929,21.387 20.996,41.917 43.531,40.356 95.285,0.20258 190.59,-0.58711 285.88,0.27198 18.99,0.3521 39.64,-1.8231 56.375,9.0591 12.329,6.8164 17.719,20.963 18.872,34.336 1.1809,23.642 0.44642,54.32 1.0966,75.992 l 10.719,0.0489 -0.79265,-74.183 c -0.0783,-7.3321 -1.9233,-14.522 -4.1448,-21.601 -7.2588,-18.772 -25.832,-31.125 -45.5,-33 -28.933,-4.5637 -58.425,-0.41465 -87.594,-1.997 -81.083,-0.33177 -162.25,0.89916 -243.28,-0.72172 -18.098,-4.6063 -26.872,-25.305 -24.611,-42.719 0.79876,-37.31 -1.7771,-74.818 1.4862,-112 3.8996,-15.669 20.151,-27.828 36.5,-24.75 234.22,-0.0625 468.69,0.125 702.75,-0.0937 -0.58755,-3.3702 1.9433,-8.2067 -0.15625,-10.937 -0.33018,-0.1077 -0.69388,-0.0744 -1.0312,-0.0312 z"
+       sodipodi:nodetypes="ccccccccccsccccccccccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.01502804,0,0,0.01604687,19.400714,823.9417)"
+       id="path101" />
+    <rect
+       style="color:#000000;fill:url(#linearGradient52877);stroke-width:0.08201257"
+       rx="0.73783809"
+       ry="1.4988376"
+       height="4.096591"
+       width="11.681152"
+       y="823.50189"
+       x="19.920483"
+       id="rect103" />
+    <path
+       style="color:#000000;fill:url(#linearGradient48025);stroke-width:0.08201257"
+       inkscape:connector-curvature="0"
+       d="m 25.10613,831.67233 h 1.793285 c 0.292291,2.47782 0.220084,4.86027 0.0041,7.33815 -0.625701,0.20318 -1.190894,0.13238 -1.785188,0.0134 -0.210021,-2.47789 -0.279546,-4.87338 -0.01219,-7.35114 z"
+       sodipodi:nodetypes="ccccc"
+       id="path105" />
+    <path
+       style="color:#000000;fill:#ffcc00;filter:url(#filter18670)"
+       d="m 439.17,487.01 h 7.1576 c -8.4859,8.9501 -6.5044,32.321 -9.7148,53.689 -1.3723,-17.915 -3.9847,-36.366 2.5572,-53.689 z"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.01502804,0,0,0.01604687,19.400714,823.9417)"
+       id="path107" />
+    <path
+       style="color:#000000;opacity:0.81667002;fill:#c87137;filter:url(#filter18646)"
+       d="m 393.6,482.68 h 12.108 c -3.345,26.498 -8.8476,95.689 -16.433,158.95 -1.9116,-52.984 0.50524,-105.97 4.3257,-158.95 z"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.01502804,0,0,0.01604687,19.400714,823.9417)"
+       id="path109" />
+    <path
+       style="color:#000000;fill:#c87137;filter:url(#filter18638)"
+       d="m 434.22,946.74 h 12.108 c -14.354,-38.99 -11.003,-140.8 -16.433,-233.89 -2.3214,78.047 -6.7404,158.42 4.3257,233.89 z"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.01502804,0,0,0.01604687,19.400714,823.9417)"
+       id="path111" />
+    <path
+       style="color:#000000;opacity:0.55832998;fill:#c87137;filter:url(#filter18654)"
+       d="m 480.24,487.27 h -12.108 c 15.983,38.861 24.555,220.56 15.352,366.98 19.755,-137.83 13.012,-286.47 -3.2443,-366.98 z"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.01502804,0,0,0.01604687,19.400714,823.9417)"
+       id="path113" />
+    <path
+       style="color:#000000;opacity:0.52082998;fill:#ffcc00;filter:url(#filter18634)"
+       d="m 439.65,946.74 h 6.6776 c -7.9169,-38.269 -6.0683,-138.2 -9.0634,-229.56 -1.2803,76.603 -3.7175,155.49 2.3857,229.56 z"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.01502804,0,0,0.01604687,19.400714,823.9417)"
+       id="path115" />
+    <path
+       style="color:#000000;fill:#ffcc00;filter:url(#filter18650)"
+       d="m 472.39,487.27 h -5.3392 c 7.0482,29.242 17.317,162.72 13.258,272.9 8.7116,-103.71 -0.75019,-212.32 -7.9192,-272.9 z"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.01502804,0,0,0.01604687,19.400714,823.9417)"
+       id="path117" />
+    <path
+       style="color:#000000;filter:url(#filter5851)"
+       d="m 42.898,176.9 c 0,2.8543 -20.207,-4.4749 -40.425,-4.4749 -20.277,0 -38.737,9.4161 -44.608,5.1158 -2.4241,-1.7756 2.5119,-14.411 44.227,-12.136 19.995,1.0906 40.806,0.46705 40.806,11.495 z"
+       sodipodi:nodetypes="sssss"
+       inkscape:connector-curvature="0"
+       transform="matrix(-0.01917492,0,0,-0.01037389,26.041464,833.4859)"
+       id="path119" />
+    <path
+       style="color:#000000;fill:#ffcc00;filter:url(#filter18598)"
+       d="m -37.824,392.25 h 7.1576 c -8.4859,21.029 -6.5044,75.939 -9.7148,126.14 -1.3723,-42.093 -3.9847,-85.442 2.5572,-126.14 z"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       transform="matrix(0.02404486,0.00149451,0.0012809,-0.02805469,25.72987,848.10822)"
+       id="path121" />
+  </g>
+  <metadata
+     id="metadata125">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2011-06-06T12:56:53</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/142777/paint-rollers-by-maxim2</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>maxim2</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>Paint Rollers</rdf:li>
+            <rdf:li>tool</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/craft/plumber.svg
===================================================================
--- /trunk/resources/images/presets/craft/plumber.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/plumber.svg	(revision 16006)
@@ -0,0 +1,230 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg1901"
+   sodipodi:docname="pipe5.svg"
+   inkscape:export-filename="C:\Documents and Settings\HP_Omistaja\Työpöytä\pgoi.png"
+   viewBox="0 0 13 16"
+   sodipodi:version="0.32"
+   inkscape:export-xdpi="19.749216"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-ydpi="19.749216"
+   inkscape:version="0.91 r13725"
+   width="13"
+   height="16">
+  <defs
+     id="defs1903">
+    <linearGradient
+       id="linearGradient3152">
+      <stop
+         id="stop3154"
+         style="stop-color:#009a11"
+         offset="0" />
+      <stop
+         id="stop3156"
+         style="stop-color:#00cb17"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3158"
+       y2="139.50999"
+       xlink:href="#linearGradient3152"
+       gradientUnits="userSpaceOnUse"
+       x2="-286.42999"
+       y1="139.50999"
+       x1="-742.14001"
+       inkscape:collect="always"
+       gradientTransform="matrix(0.02853817,0,0,0.02749137,-720.96285,617.04918)" />
+    <linearGradient
+       id="linearGradient3166"
+       y2="139.50999"
+       xlink:href="#linearGradient3152"
+       gradientUnits="userSpaceOnUse"
+       x2="-286.42999"
+       gradientTransform="matrix(0.02256855,0,0,0.06968035,-723.96015,618.96697)"
+       y1="139.50999"
+       x1="-742.14001"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="29"
+     pagecolor="#ffffff"
+     gridtolerance="10000"
+     inkscape:window-height="938"
+     inkscape:zoom="179.2"
+     inkscape:window-x="0"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="2.7027335"
+     inkscape:cy="5.3951293"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1280"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4151"
+       originx="-0.00029001674"
+       originy="-0.0010790054" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Taso 1"
+     inkscape:groupmode="layer"
+     transform="translate(742.13968,-618.50493)">
+    <rect
+       id="rect3164"
+       style="fill:url(#linearGradient3166);stroke:#005e04;stroke-width:0.28397593;stroke-linejoin:round"
+       height="11.347969"
+       width="10.059224"
+       y="623.01385"
+       x="-740.59631" />
+    <rect
+       id="rect2380"
+       style="fill:url(#linearGradient3158);stroke:#005e04;stroke-width:0.2800988;stroke-linejoin:round"
+       height="4.4772449"
+       width="12.719748"
+       y="618.64575"
+       x="-741.99945" />
+    <rect
+       id="rect3160"
+       style="fill:#00d818"
+       height="4.1924343"
+       width="1.9576044"
+       y="618.78326"
+       x="-734.31494" />
+    <rect
+       id="rect3162"
+       style="fill:#00d818"
+       height="4.1924343"
+       width="0.77532506"
+       y="618.78326"
+       x="-731.84448" />
+    <rect
+       id="rect3168"
+       style="fill:#00d818"
+       height="10.906265"
+       width="2.0125492"
+       y="623.27881"
+       x="-734.91766" />
+    <rect
+       id="rect3170"
+       style="fill:#00d818"
+       height="10.906265"
+       width="0.7970863"
+       y="623.27881"
+       x="-732.37756" />
+    <rect
+       id="rect3172"
+       style="fill:#00820e"
+       height="4.1968331"
+       width="1.4676896"
+       y="618.78381"
+       x="-741.8468" />
+    <rect
+       id="rect3174"
+       style="fill:#00820e"
+       height="10.949693"
+       width="1.5088837"
+       y="623.26947"
+       x="-740.43939" />
+    <rect
+       id="rect3178"
+       style="fill:#005e04"
+       height="4.3043237"
+       width="0.46123394"
+       y="618.68164"
+       x="-742.06482" />
+    <rect
+       id="rect3180"
+       style="fill:#005e04"
+       height="11.07833"
+       width="0.70262998"
+       y="623.21698"
+       x="-740.72015" />
+    <rect
+       id="rect3182"
+       style="fill:#00820e"
+       height="4.1968331"
+       width="0.22807707"
+       y="618.78381"
+       x="-740.02032" />
+    <rect
+       id="rect3184"
+       style="fill:#00820e"
+       height="10.956841"
+       width="0.23447859"
+       y="623.26337"
+       x="-738.6109" />
+  </g>
+  <metadata
+     id="metadata23">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2010-01-05T16:49:58</dc:date>
+        <dc:description>A cartoonish pipe entrance.</dc:description>
+        <dc:source>https://openclipart.org/detail/28804/a-green-cartoon-pipe-by-purzen</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>purzen</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>bros</rdf:li>
+            <rdf:li>cartoon</rdf:li>
+            <rdf:li>colour</rdf:li>
+            <rdf:li>game</rdf:li>
+            <rdf:li>mario</rdf:li>
+            <rdf:li>outline</rdf:li>
+            <rdf:li>silhouette</rdf:li>
+            <rdf:li>super</rdf:li>
+            <rdf:li>unchecked</rdf:li>
+            <rdf:li>warp</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/craft/pottery.svg
===================================================================
--- /trunk/resources/images/presets/craft/pottery.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/pottery.svg	(revision 16006)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="pottery.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="8.3978093"
+     inkscape:cy="6.8385544"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#e57210;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 1,1037.3622 0,3 14,0 0,-3 z"
+       id="path4145"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#e57210;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2,1040.3622 2,11 8,0 2,-11 z"
+       id="path4147"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/roofer.svg
===================================================================
--- /trunk/resources/images/presets/craft/roofer.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/roofer.svg	(revision 16006)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="11"
+   height="16"
+   viewBox="0 0 11 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="roofer.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="6.2353"
+     inkscape:cy="6.8030461"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="-365"
+       originy="-559.99997" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <circle
+       style="opacity:1;fill:#d45500;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4141"
+       cx="5.5"
+       cy="1046.8622"
+       r="5.5" />
+    <path
+       style="fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1046.8622 0,-10.5 11,0 0,10.5 z"
+       id="path4136"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/sawmill.svg
===================================================================
--- /trunk/resources/images/presets/craft/sawmill.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/sawmill.svg	(revision 16006)
@@ -0,0 +1,415 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2985"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   width="160"
+   height="160"
+   sodipodi:docname="Saw2.svg">
+  <metadata
+     id="metadata2991">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2989">
+    <inkscape:path-effect
+       effect="skeletal"
+       id="path-effect3785"
+       is_visible="true"
+       pattern="M 0,0 H 1"
+       copytype="single_stretched"
+       prop_scale="1"
+       scale_y_rel="false"
+       spacing="0"
+       normal_offset="0"
+       tang_offset="0"
+       prop_units="false"
+       vertical_pattern="false"
+       fuse_tolerance="0" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect3783"
+       is_visible="true" />
+    <inkscape:path-effect
+       effect="skeletal"
+       id="path-effect3779"
+       is_visible="true"
+       pattern="M 0,0 H 1"
+       copytype="single_stretched"
+       prop_scale="1"
+       scale_y_rel="false"
+       spacing="0"
+       normal_offset="0"
+       tang_offset="0"
+       prop_units="false"
+       vertical_pattern="false"
+       fuse_tolerance="0" />
+    <inkscape:path-effect
+       effect="spiro"
+       id="path-effect3777"
+       is_visible="true" />
+    <radialGradient
+       r="9.5"
+       gradientTransform="matrix(1,0,0,1.0033,0,-0.114)"
+       cx="15.312"
+       cy="34.655998"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient3198"
+       id="radialGradient3204" />
+    <linearGradient
+       x1="14.496"
+       y1="29.879999"
+       gradientTransform="translate(-3,1)"
+       x2="26.737"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient2895"
+       y2="42.563999"
+       id="linearGradient3191" />
+    <radialGradient
+       r="8.6875"
+       gradientTransform="matrix(1,0,0,0.9964,-26,1.1241)"
+       cx="42.5"
+       cy="34.5"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient3187">
+      <stop
+         offset="0"
+         id="stop3027" />
+      <stop
+         offset="1"
+         stop-opacity="0"
+         id="stop3029" />
+    </radialGradient>
+    <linearGradient
+       x1="16.794001"
+       y1="30.676001"
+       gradientTransform="translate(-3,1)"
+       x2="22.052999"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient2903"
+       y2="37.127998"
+       id="linearGradient3184" />
+    <linearGradient
+       x1="17.66"
+       y1="36.68"
+       x2="23.032"
+       gradientUnits="userSpaceOnUse"
+       y2="31.111"
+       id="linearGradient3179">
+      <stop
+         offset="0"
+         stop-color="#eeeeec"
+         id="stop3067" />
+      <stop
+         offset="1"
+         stop-opacity="0"
+         stop-color="#eeeeec"
+         id="stop3069" />
+    </linearGradient>
+    <linearGradient
+       x1="20.806999"
+       y1="36.825001"
+       x2="17.448999"
+       gradientUnits="userSpaceOnUse"
+       y2="30.900999"
+       id="linearGradient3177">
+      <stop
+         offset="0"
+         stop-color="#eeeeec"
+         id="stop3073" />
+      <stop
+         offset="1"
+         stop-opacity="0"
+         stop-color="#eeeeec"
+         id="stop3075" />
+    </linearGradient>
+    <linearGradient
+       x1="14.375"
+       y1="31.062"
+       x2="30.438"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient2892"
+       y2="44.062"
+       id="linearGradient3171" />
+    <linearGradient
+       x1="28.357"
+       y1="22.795"
+       gradientTransform="matrix(0.96593,-0.25882,0.25882,0.96593,-4.1168,6.7296)"
+       x2="17.732"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient2892"
+       y2="5.1875"
+       id="linearGradient3122" />
+    <linearGradient
+       x1="16.488001"
+       y1="13.971"
+       gradientTransform="matrix(0.96593,-0.25882,0.25882,0.96593,-4.1168,6.7297)"
+       x2="32.567001"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient2892"
+       y2="30.757999"
+       id="linearGradient3120" />
+    <linearGradient
+       x1="21.788"
+       y1="21.877001"
+       gradientTransform="matrix(0.90911,-0.24359,0.24359,0.90911,8.6768,1.4171)"
+       x2="10.211"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient2895"
+       y2="3.4233"
+       id="linearGradient3118" />
+    <radialGradient
+       r="11.125"
+       gradientTransform="matrix(0.97747,-0.26191,0.26191,0.97747,-2.4444,8.3897)"
+       cx="31"
+       cy="12"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient3198"
+       id="radialGradient3116" />
+    <linearGradient
+       x1="17.413"
+       y1="7.8708"
+       gradientTransform="matrix(0.96593,-0.25882,0.25882,0.96593,7.2816,0.75564)"
+       x2="17.028"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient2892"
+       y2="52.505001"
+       id="linearGradient3114" />
+    <linearGradient
+       x1="22.965"
+       y1="35.311001"
+       gradientTransform="matrix(0.96593,-0.25882,0.25882,0.96593,7.2816,0.75564)"
+       x2="12.641"
+       gradientUnits="userSpaceOnUse"
+       xlink:href="#linearGradient2903"
+       y2="11.424"
+       id="linearGradient3112" />
+    <linearGradient
+       id="linearGradient2895">
+      <stop
+         offset="0"
+         stop-color="#d3d7cf"
+         id="stop2897" />
+      <stop
+         offset="1"
+         stop-color="#888a85"
+         id="stop2899" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2903">
+      <stop
+         offset="0"
+         stop-color="#888a85"
+         id="stop2905" />
+      <stop
+         offset="1"
+         stop-color="#d3d7cf"
+         id="stop2907" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2892">
+      <stop
+         offset="0"
+         stop-color="#fff"
+         id="stop2894" />
+      <stop
+         offset="1"
+         stop-opacity="0"
+         stop-color="#fff"
+         id="stop2896" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3198">
+      <stop
+         offset="0"
+         id="stop3200" />
+      <stop
+         offset="1"
+         stop-opacity="0"
+         id="stop3202" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3198"
+       id="radialGradient4105"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.0033,0,-0.114)"
+       cx="15.312"
+       cy="34.655998"
+       r="9.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2903"
+       id="linearGradient4107"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.96593,-0.25882,0.25882,0.96593,7.2816,0.75564)"
+       x1="22.965"
+       y1="35.311001"
+       x2="12.641"
+       y2="11.424" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2892"
+       id="linearGradient4109"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.96593,-0.25882,0.25882,0.96593,7.2816,0.75564)"
+       x1="17.413"
+       y1="7.8708"
+       x2="17.028"
+       y2="52.505001" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3198"
+       id="radialGradient4111"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.97747,-0.26191,0.26191,0.97747,-2.4444,8.3897)"
+       cx="31"
+       cy="12"
+       r="11.125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2895"
+       id="linearGradient4113"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.90911,-0.24359,0.24359,0.90911,8.6768,1.4171)"
+       x1="21.788"
+       y1="21.877001"
+       x2="10.211"
+       y2="3.4233" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2892"
+       id="linearGradient4115"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.96593,-0.25882,0.25882,0.96593,-4.1168,6.7297)"
+       x1="16.488001"
+       y1="13.971"
+       x2="32.567001"
+       y2="30.757999" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2892"
+       id="linearGradient4117"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.96593,-0.25882,0.25882,0.96593,-4.1168,6.7296)"
+       x1="28.357"
+       y1="22.795"
+       x2="17.732"
+       y2="5.1875" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2903"
+       id="linearGradient4127"
+       x1="69.190392"
+       y1="99.568954"
+       x2="333.44928"
+       y2="457.06537"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2892"
+       id="linearGradient4137"
+       x1="720.95746"
+       y1="363.78055"
+       x2="800.31116"
+       y2="447.99667"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2892"
+       id="linearGradient4147"
+       x1="-45.709007"
+       y1="267.43243"
+       x2="-145.90927"
+       y2="146.808"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2903"
+       id="linearGradient4153"
+       gradientUnits="userSpaceOnUse"
+       x1="69.190392"
+       y1="99.568954"
+       x2="333.44928"
+       y2="457.06537" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2892"
+       id="linearGradient4155"
+       gradientUnits="userSpaceOnUse"
+       x1="-45.709007"
+       y1="267.43243"
+       x2="-145.90927"
+       y2="146.808" />
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview2987"
+     showgrid="true"
+     inkscape:zoom="0.70710678"
+     inkscape:cx="247.11357"
+     inkscape:cy="139.09446"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="layer1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4565" />
+  </sodipodi:namedview>
+  <g
+     inkscape:groupmode="layer"
+     id="layer1"
+     inkscape:label="Drawing"
+     style="display:inline"
+     transform="translate(487.28467,-218.17057)">
+    <g
+       id="g4149"
+       transform="matrix(0.34579636,0,0,0.34724585,-493.27311,210.51518)">
+      <path
+         sodipodi:nodetypes="cccccscccccccccccsccccccccccsccccscccccscccccscccccscccccscccccscccccscccccsssss"
+         inkscape:connector-curvature="0"
+         id="path3771"
+         d="m 247.56629,24.345646 -50.9375,21.71875 -22.46875,41.59375 c 0,0 -0.30193,0.41959 -0.78125,1.03125 -4.72196,2.26844 -9.33001,4.74888 -13.8125,7.40625 -0.43624,0.0297 -0.88763,0.0625 -1.34375,0.0625 -11.39238,0 -18.15625,-10.75 -18.15625,-10.75 l 0.75,-14.625 -6.5625,-14.96875 -32.375,42.6875 v 52.031254 c 0,0 -4.414469,12.13879 -14.156254,13.875 -9.97653,1.79472 -16.96875,-3.4375 -16.96875,-3.4375 l -2.90625,-8.21875 -17.09375,-14.40625 -6.46875,55.34375 22.21875,41.96875 c 0,0 5.53609,11.30702 1.46875,17.46875 -6.194896,9.38483 -17.75,8.34375 -17.75,8.34375 l -28.71875,-9.78125 18.53125,49.65625 41.4375,25.03125 c 0,0 11.478902,6.95717 10.3125,17.0625 -0.7017,12.94051 -11.09375,15.5 -11.09375,15.5 l -11.65625,-0.125 -17.875,6.625 43.96875,34.53125 49.687504,1.09375 c 0,0 13.95797,1.49711 13.71875,16 -0.0978,5.92798 -5.28125,12.84375 -5.28125,12.84375 l -17.875,19.1875 53.625,7.4375 40.03125,-22.625 c -0.10575,-0.15863 13.52448,-5.71117 20.71875,1.09375 5.11529,4.83846 7.96875,15.5625 7.96875,15.5625 l -5.9375,9.65625 -2.78125,18.6875 49.90625,-19.59375 22.78125,-39.84375 c 0,0 6.5001,-11.13239 19.59375,-10.5625 7.65057,0.33298 15.34375,9.875 15.34375,9.875 l -1.03125,13.5 7.40625,16.15625 32.84375,-41.84375 -0.25,-48.03125 c 0,0 1.22616,-17.41269 13.46875,-20.96875 7.03747,-2.04415 15.625,5.71875 15.625,5.71875 l 7.4375,11.65625 12.96875,10.3125 7.40625,-56.125 -22.53125,-36.9375 c 0,0 -7.72513,-18.73165 1.1875,-25.8125 7.26897,-5.77501 14.71875,-4.53125 14.71875,-4.53125 l 9.03125,5.84375 20.90625,4.75 -22.5,-53.21875 -36.5625,-19 c 0,0 -12.64392,-11.96202 -12.375,-23.78125 0.15921,-6.99756 10.59375,-12.09375 10.59375,-12.09375 l 13.6875,0.75 16.09375,-7.65625 -41.6875,-32.59375 h -46.78125 c 0,0 -16.61523,-5.369173 -19.9375,-12.468754 -4.34895,-9.293572 4.46875,-19 4.46875,-19 l 9.1875,-3.9375 12.34375,-15.34375 -55.8125,-7.125 -39.4375,24.75 c -5.23291,-0.45746 -10.52336,-0.71875 -15.875,-0.71875 -1.88912,0 -3.78115,0.036 -5.65625,0.0937 -8.05223,-6.43364 -7,-17.5625 -7,-17.5625 l 6.9375,-11.25 2.0625,-17.96875 z m 3.65625,176.687504 c 27.61424,0 50,22.38576 50,50 0,27.61424 -22.38576,50 -50,50 -27.61424,0 -50,-22.38576 -50,-50 0,-27.61424 22.38576,-50 50,-50 z"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4153);fill-opacity:1;fill-rule:nonzero;stroke:#2e3436;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker:none;enable-background:accumulate" />
+      <circle
+         transform="matrix(0.96403942,0,0,0.96403942,339.32975,49.12176)"
+         id="path4139"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;stroke:url(#linearGradient4155);stroke-width:5.18651009;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         cx="-91.199287"
+         cy="210.57761"
+         r="57.051609" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/shoemaker.svg
===================================================================
--- /trunk/resources/images/presets/craft/shoemaker.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/shoemaker.svg	(revision 16006)
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="8"
+   viewBox="0 0 16 8"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="shoemaker4.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient7633">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop7635" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.16470589"
+         offset="1"
+         id="stop7637" />
+    </linearGradient>
+    <inkscape:path-effect
+       effect="powerstroke"
+       id="path-effect4463"
+       is_visible="true"
+       offset_points="0.17982456,2.2841785"
+       sort_points="true"
+       interpolator_type="Linear"
+       interpolator_beta="0.2"
+       start_linecap_type="zerowidth"
+       linejoin_type="round"
+       miter_limit="4"
+       end_linecap_type="zerowidth"
+       cusp_linecap_type="round" />
+    <inkscape:path-effect
+       effect="powerstroke"
+       id="path-effect4459"
+       is_visible="true"
+       offset_points="0,0.5"
+       sort_points="true"
+       interpolator_type="Linear"
+       interpolator_beta="0.2"
+       start_linecap_type="zerowidth"
+       linejoin_type="round"
+       miter_limit="4"
+       end_linecap_type="zerowidth"
+       cusp_linecap_type="round" />
+    <inkscape:path-effect
+       effect="powerstroke"
+       id="path-effect4463-8"
+       is_visible="true"
+       offset_points="0.17982456,1.9548752"
+       sort_points="true"
+       interpolator_type="Linear"
+       interpolator_beta="0.2"
+       start_linecap_type="zerowidth"
+       linejoin_type="round"
+       miter_limit="4"
+       end_linecap_type="zerowidth"
+       cusp_linecap_type="round" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient7633"
+       id="radialGradient7639"
+       cx="1918.026"
+       cy="989.92023"
+       fx="1918.026"
+       fy="989.92023"
+       r="553.12079"
+       gradientTransform="matrix(-0.50599202,0.19248342,-0.04677402,-0.12295749,2767.5157,214.65774)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="33.681624"
+     inkscape:cx="10.80488"
+     inkscape:cy="3.9867392"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     units="px" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-2841.6402,-1140.9938)">
+    <g
+       id="g7649"
+       transform="matrix(-0.01446338,0,0,0.0128594,2898.7399,1134.0092)">
+      <path
+         id="path7628"
+         transform="translate(1520.7672,474.98015)"
+         d="m 2333.0273,68.171875 -7.8359,3.927734 c -8.9919,4.50531 -33.9847,13.929414 -46.7441,17.626953 -4.7728,1.38309 -12.5956,3.825988 -17.3848,5.429688 -12.6351,4.231 -77.1405,24.54433 -87.707,27.61914 -19.8591,5.77891 -44.5981,12.07869 -61,15.53516 -5.5,1.15905 -14.0173,2.95895 -18.9258,3.99804 -4.9085,1.03909 -16.1585,2.37258 -25,2.96485 -8.8415,0.59228 -24.1742,2.38368 -34.0742,3.98047 -23.6255,3.81062 -31.3148,4.43478 -34.5,2.79882 -2.1165,-1.08705 -7.7421,-10.61759 -14.6231,-24.77148 -2.7259,-5.60716 -11.2158,-18.20245 -14.6504,-21.73633 -5.7215,-5.886888 -9.381,-6.952228 -15.1367,-4.40625 -2.469,1.09216 -7.2128,4.25393 -10.543,7.02539 -6.8474,5.69841 -13.2752,9.66867 -17.2265,10.64063 -1.4738,0.36254 -6.6284,4.04026 -11.4531,8.17383 l -8.7715,7.51562 -6.0489,-0.84766 c -12.5817,-1.76415 -18.4276,-1.1747 -25.9921,2.61914 -8.9613,4.49437 -17.2097,12.1895 -22.9688,21.42969 -5.9786,9.59228 -7.9213,10.50129 -24.6055,11.51367 -11.7308,0.71181 -13.2274,1.02318 -16.3261,3.38672 -4.4744,3.41275 -9.2516,10.73324 -11.3496,17.38868 -1.632,5.17726 -1.6162,5.55209 0.5058,12.14062 2.3909,7.42356 2.8881,17.52835 1.0606,21.53906 -0.6601,1.44894 -3.6675,3.8083 -7.25,5.68946 -9.0402,4.74711 -18.2854,11.04159 -25.6211,17.44336 -3.575,3.11984 -11.6398,9.34249 -17.92,13.82812 -6.2802,4.48564 -14.8302,11.33572 -19,15.22266 -4.1698,3.88694 -12.305,10.62145 -18.08,14.96484 -5.775,4.3434 -14.2334,10.94207 -18.795,14.66406 -4.5616,3.72199 -11.5366,8.65012 -15.5,10.95117 -3.9634,2.30106 -10.5185,6.40642 -14.5664,9.12305 -4.0479,2.71663 -12.3729,7.41527 -18.5,10.44141 -6.1271,3.02614 -17.8711,9.35511 -26.0996,14.06445 -8.2286,4.70935 -19.699,10.79652 -25.4883,13.52734 -5.7893,2.73082 -13.3502,6.74924 -16.8027,8.92969 -3.4524,2.18044 -9.984,5.52239 -14.5137,7.42578 -4.5296,1.90338 -12.7553,5.67414 -18.2812,8.37891 -5.5258,2.70477 -14.9337,6.73041 -20.9043,8.94531 -5.9705,2.2149 -11.3476,4.41661 -11.9512,4.89258 -0.6036,0.47597 -2.7739,1.16618 -4.8222,1.53516 -2.0483,0.36897 -6.5483,1.99227 -10,3.60742 -8.2099,3.84168 -20.6755,6.98242 -27.7129,6.98242 -5.0057,0 -6.2009,0.43943 -10.9785,4.0293 -6.3378,4.76208 -16.4051,10.50629 -23.502,13.41015 -2.7955,1.14384 -7.782,3.69638 -11.082,5.67383 -3.3,1.97745 -9.6,5.52689 -14,7.88672 -20.4939,10.99143 -30.5492,18.33834 -45.6426,33.34961 -11.0379,10.97789 -18.295,20.15809 -21.0664,26.65039 -3.3105,7.75517 -3.8967,8.67574 -10.9492,17.18945 -10.1955,12.30778 -10.9587,14.9318 -11.5938,39.8711 -0.6293,24.7116 -0.8868,23.89908 12.0684,37.80078 4.9404,5.3013 10.2841,11.43867 11.875,13.63867 6.7361,9.3151 34.0691,33.07687 43.6504,37.94727 1.8378,0.9342 6.7878,4.60615 11,8.16015 7.5914,6.4053 17.3908,11.75527 34.6621,18.91797 15.3006,6.3454 21.5061,7.41679 51.8613,8.95898 15.3266,0.7787 28.1516,1.72126 28.5,2.09376 1.1366,1.21529 62.0998,-0.40504 73.6348,-1.95704 6.05,-0.8141 19.325,-1.75885 29.5,-2.09765 31.1439,-1.0369 65.4955,-4.82522 80,-8.82422 4.125,-1.1373 9.6833,-1.98547 12.3515,-1.88477 2.6682,0.1007 7.8432,-0.51518 11.5,-1.36718 3.6568,-0.852 11.4693,-2.18775 17.3614,-2.96875 8.3609,-1.108 11.8855,-2.0818 16.0527,-4.4336 5.0978,-2.877 5.7083,-2.98441 13.5098,-2.38281 5.2789,0.4071 12.6933,0.0575 20.9472,-0.98828 7.027,-0.8903 16.955,-2.09353 22.0606,-2.67383 5.1057,-0.5803 11.4872,-1.92433 14.1816,-2.98633 2.6943,-1.062 11.635,-3.05197 19.8692,-4.42187 17.2671,-2.8726 35.6798,-6.88142 44.3964,-9.66602 3.3278,-1.0631 9.025,-2.3992 12.6602,-2.9707 10.6859,-1.6801 25.5709,-5.70256 36.9023,-9.97266 5.8108,-2.1897 11.1774,-3.98242 11.9258,-3.98242 2.0783,0 8.3224,-3.43084 12.7813,-7.02344 2.2,-1.7726 8.05,-5.13811 13,-7.47851 6.2435,-2.9519 12.2159,-6.92697 19.5,-12.98047 5.775,-4.7994 14.325,-11.46776 19,-14.81836 14.2958,-10.2459 21.5354,-16.53232 47.375,-41.13281 15.6681,-14.9169 28.0684,-25.83446 33.5,-29.49414 4.743,-3.19576 10.86,-7.66511 13.5937,-9.93164 5.7728,-4.78643 10.3208,-7.14063 13.7969,-7.14063 4.6017,0 16.3819,6.90057 25.2168,14.77148 4.7717,4.2511 10.9049,9.48314 13.6289,11.62696 l 4.9512,3.89843 8.7187,-2.63281 c 4.795,-1.44701 14.5688,-3.50622 21.7188,-4.57617 7.15,-1.06995 16.6,-2.63806 21,-3.48633 4.4,-0.84827 10.7,-1.97145 14,-2.49414 10.4608,-1.65694 40.7066,-10.42833 49,-14.21094 2.2,-1.00342 6.1761,-2.30216 8.8359,-2.88476 5.3297,-1.16748 9.8468,-3.32775 16.6641,-7.97266 2.475,-1.68632 7.65,-4.01101 11.5,-5.16601 3.85,-1.155 11.95,-4.56226 18,-7.57227 6.05,-3.01001 15.95,-7.49559 22,-9.9668 6.05,-2.4712 20.5817,-8.55904 32.2929,-13.52929 20.0923,-8.52721 21.4895,-9.29426 24.7754,-13.59766 4.2966,-5.62714 4.724,-7.26603 4.1328,-15.86523 -0.4612,-6.70868 -2.0155,-13.58977 -5.8984,-26.12305 -1.2024,-3.88124 -2.143,-10.56766 -2.4609,-17.5 -0.2829,-6.17037 -1.2299,-13.69375 -2.1055,-16.71875 -0.8757,-3.025 -1.6241,-9.325 -1.6641,-14 -0.067,-7.84928 0.182,-8.94819 3.2461,-14.35547 6.8163,-12.02875 11.9195,-29.50576 13.1836,-45.14453 2.4456,-30.25547 2.8712,-45.81844 1.4356,-52.5 -0.7681,-3.575 -1.406,-8.59666 -1.418,-11.16016 -0.011,-2.56349 -0.9149,-7.51349 -2.0078,-11 -1.0929,-3.4865 -1.99,-8.28905 -2,-10.67187 -0.01,-2.60851 -1.2123,-7.06552 -3.0274,-11.20117 -1.6581,-3.77782 -3.7449,-9.9286 -4.6367,-13.66797 -0.8918,-3.73937 -3.3379,-12.64883 -5.4375,-19.79883 -2.0996,-7.15 -4.7544,-16.73479 -5.8984,-21.29883 -1.1441,-4.56403 -2.9088,-10.41403 -3.9219,-13 -1.0132,-2.58596 -2.1693,-6.27617 -2.5703,-8.20117 -0.401,-1.925 -2.225,-6.9357 -4.0527,-11.13477 -1.8278,-4.19907 -3.7988,-10.210501 -4.3809,-13.359371 -0.5821,-3.148879 -1.9884,-7.229279 -3.125,-9.068359 -2.2281,-3.60508 -9.9201,-9.709888 -14.3613,-11.398438 -1.5075,-0.573169 -10.32,-1.516833 -19.584,-2.095703 z"
+         style="fill:#aa4400"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:url(#radialGradient7639);fill-opacity:1"
+         d="m 2333.0273,68.171875 -7.8359,3.927734 c -8.9919,4.50531 -33.9847,13.929414 -46.7441,17.626953 -4.7728,1.38309 -12.5956,3.825988 -17.3848,5.429688 -12.6351,4.231 -77.1405,24.54433 -87.707,27.61914 -19.8591,5.77891 -44.5981,12.07869 -61,15.53516 -5.5,1.15905 -14.0173,2.95895 -18.9258,3.99804 -4.9085,1.03909 -16.1585,2.37258 -25,2.96485 -8.8415,0.59228 -24.1742,2.38368 -34.0742,3.98047 -23.6255,3.81062 -31.3148,4.43478 -34.5,2.79882 -2.1165,-1.08705 -7.7421,-10.61759 -14.6231,-24.77148 -2.7259,-5.60716 -11.2158,-18.20245 -14.6504,-21.73633 -5.7215,-5.886888 -9.381,-6.952228 -15.1367,-4.40625 -2.469,1.09216 -7.2128,4.25393 -10.543,7.02539 -6.8474,5.69841 -13.2752,9.66867 -17.2265,10.64063 -1.4738,0.36254 -6.6284,4.04026 -11.4531,8.17383 l -8.7715,7.51562 -6.0489,-0.84766 c -12.5817,-1.76415 -18.4276,-1.1747 -25.9921,2.61914 -8.9613,4.49437 -17.2097,12.1895 -22.9688,21.42969 -5.9786,9.59228 -7.9213,10.50129 -24.6055,11.51367 -11.7308,0.71181 -13.2274,1.02318 -16.3261,3.38672 -4.4744,3.41275 -9.2516,10.73324 -11.3496,17.38868 -1.632,5.17726 -1.6162,5.55209 0.5058,12.14062 2.3909,7.42356 2.8881,17.52835 1.0606,21.53906 -0.6601,1.44894 -3.6675,3.8083 -7.25,5.68946 -9.0402,4.74711 -18.2854,11.04159 -25.6211,17.44336 -3.575,3.11984 -11.6398,9.34249 -17.92,13.82812 -6.2802,4.48564 -14.8302,11.33572 -19,15.22266 -4.1698,3.88694 -12.305,10.62145 -18.08,14.96484 -5.775,4.3434 -14.2334,10.94207 -18.795,14.66406 -4.5616,3.72199 -11.5366,8.65012 -15.5,10.95117 -3.9634,2.30106 -10.5185,6.40642 -14.5664,9.12305 -4.0479,2.71663 -12.3729,7.41527 -18.5,10.44141 -6.1271,3.02614 -17.8711,9.35511 -26.0996,14.06445 -8.2286,4.70935 -19.699,10.79652 -25.4883,13.52734 -5.7893,2.73082 -13.3502,6.74924 -16.8027,8.92969 -3.4524,2.18044 -9.984,5.52239 -14.5137,7.42578 -4.5296,1.90338 -12.7553,5.67414 -18.2812,8.37891 -5.5258,2.70477 -14.9337,6.73041 -20.9043,8.94531 -5.9705,2.2149 -11.3476,4.41661 -11.9512,4.89258 -0.6036,0.47597 -2.7739,1.16618 -4.8222,1.53516 -2.0483,0.36897 -6.5483,1.99227 -10,3.60742 -8.2099,3.84168 -20.6755,6.98242 -27.7129,6.98242 -5.0057,0 -6.2009,0.43943 -10.9785,4.0293 -6.3378,4.76208 -16.4051,10.50629 -23.502,13.41015 -2.7955,1.14384 -7.782,3.69638 -11.082,5.67383 -3.3,1.97745 -9.6,5.52689 -14,7.88672 -20.4939,10.99143 -30.5492,18.33834 -45.6426,33.34961 -11.0379,10.97789 -18.295,20.15809 -21.0664,26.65039 -3.3105,7.75517 -3.8967,8.67574 -10.9492,17.18945 -10.1955,12.30778 -10.9587,14.9318 -11.5938,39.8711 -0.6293,24.7116 -0.8868,23.89908 12.0684,37.80078 4.9404,5.3013 10.2841,11.43867 11.875,13.63867 6.7361,9.3151 34.0691,33.07687 43.6504,37.94727 1.8378,0.9342 6.7878,4.60615 11,8.16015 7.5914,6.4053 17.3908,11.75527 34.6621,18.91797 15.3006,6.3454 21.5061,7.41679 51.8613,8.95898 15.3266,0.7787 28.1516,1.72126 28.5,2.09376 1.1366,1.21529 62.0998,-0.40504 73.6348,-1.95704 6.05,-0.8141 19.325,-1.75885 29.5,-2.09765 31.1439,-1.0369 65.4955,-4.82522 80,-8.82422 4.125,-1.1373 9.6833,-1.98547 12.3515,-1.88477 2.6682,0.1007 7.8432,-0.51518 11.5,-1.36718 3.6568,-0.852 11.4693,-2.18775 17.3614,-2.96875 8.3609,-1.108 11.8855,-2.0818 16.0527,-4.4336 5.0978,-2.877 5.7083,-2.98441 13.5098,-2.38281 5.2789,0.4071 12.6933,0.0575 20.9472,-0.98828 7.027,-0.8903 16.955,-2.09353 22.0606,-2.67383 5.1057,-0.5803 11.4872,-1.92433 14.1816,-2.98633 2.6943,-1.062 11.635,-3.05197 19.8692,-4.42187 17.2671,-2.8726 35.6798,-6.88142 44.3964,-9.66602 3.3278,-1.0631 9.025,-2.3992 12.6602,-2.9707 10.6859,-1.6801 25.5709,-5.70256 36.9023,-9.97266 5.8108,-2.1897 11.1774,-3.98242 11.9258,-3.98242 2.0783,0 8.3224,-3.43084 12.7813,-7.02344 2.2,-1.7726 8.05,-5.13811 13,-7.47851 6.2435,-2.9519 12.2159,-6.92697 19.5,-12.98047 5.775,-4.7994 14.325,-11.46776 19,-14.81836 14.2958,-10.2459 21.5354,-16.53232 47.375,-41.13281 15.6681,-14.9169 28.0684,-25.83446 33.5,-29.49414 4.743,-3.19576 10.86,-7.66511 13.5937,-9.93164 5.7728,-4.78643 10.3208,-7.14063 13.7969,-7.14063 4.6017,0 16.3819,6.90057 25.2168,14.77148 4.7717,4.2511 10.9049,9.48314 13.6289,11.62696 l 4.9512,3.89843 8.7187,-2.63281 c 4.795,-1.44701 14.5688,-3.50622 21.7188,-4.57617 7.15,-1.06995 16.6,-2.63806 21,-3.48633 4.4,-0.84827 10.7,-1.97145 14,-2.49414 10.4608,-1.65694 40.7066,-10.42833 49,-14.21094 2.2,-1.00342 6.1761,-2.30216 8.8359,-2.88476 5.3297,-1.16748 9.8468,-3.32775 16.6641,-7.97266 2.475,-1.68632 7.65,-4.01101 11.5,-5.16601 3.85,-1.155 11.95,-4.56226 18,-7.57227 6.05,-3.01001 15.95,-7.49559 22,-9.9668 6.05,-2.4712 20.5817,-8.55904 32.2929,-13.52929 20.0923,-8.52721 21.4895,-9.29426 24.7754,-13.59766 4.2966,-5.62714 4.724,-7.26603 4.1328,-15.86523 -0.4612,-6.70868 -2.0155,-13.58977 -5.8984,-26.12305 -1.2024,-3.88124 -2.143,-10.56766 -2.4609,-17.5 -0.2829,-6.17037 -1.2299,-13.69375 -2.1055,-16.71875 -0.8757,-3.025 -1.6241,-9.325 -1.6641,-14 -0.067,-7.84928 0.182,-8.94819 3.2461,-14.35547 6.8163,-12.02875 11.9195,-29.50576 13.1836,-45.14453 2.4456,-30.25547 2.8712,-45.81844 1.4356,-52.5 -0.7681,-3.575 -1.406,-8.59666 -1.418,-11.16016 -0.011,-2.56349 -0.9149,-7.51349 -2.0078,-11 -1.0929,-3.4865 -1.99,-8.28905 -2,-10.67187 -0.01,-2.60851 -1.2123,-7.06552 -3.0274,-11.20117 -1.6581,-3.77782 -3.7449,-9.9286 -4.6367,-13.66797 -0.8918,-3.73937 -3.3379,-12.64883 -5.4375,-19.79883 -2.0996,-7.15 -4.7544,-16.73479 -5.8984,-21.29883 -1.1441,-4.56403 -2.9088,-10.41403 -3.9219,-13 -1.0132,-2.58596 -2.1693,-6.27617 -2.5703,-8.20117 -0.401,-1.925 -2.225,-6.9357 -4.0527,-11.13477 -1.8278,-4.19907 -3.7988,-10.210501 -4.3809,-13.359371 -0.5821,-3.148879 -1.9884,-7.229279 -3.125,-9.068359 -2.2281,-3.60508 -9.9201,-9.709888 -14.3613,-11.398438 -1.5075,-0.573169 -10.32,-1.516833 -19.584,-2.095703 z"
+         transform="translate(1520.7672,474.98015)"
+         id="path7631"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path7556"
+         d="m 3035.4888,1164.8387 c -0.3484,-0.3725 -13.1734,-1.3143 -28.5,-2.093 -30.3552,-1.5422 -36.5607,-2.6143 -51.8613,-8.9597 -17.2713,-7.1627 -27.0725,-12.5113 -34.6639,-18.9166 -4.2122,-3.554 -9.1622,-7.2262 -11,-8.1604 -9.5813,-4.8704 -36.9142,-28.6323 -43.6503,-37.9474 -1.5909,-2.2 -6.9347,-8.3374 -11.8751,-13.6387 -12.9552,-13.9017 -12.6961,-13.0898 -12.0668,-37.8014 0.6351,-24.9393 1.3981,-27.5634 11.5936,-39.87118 7.0525,-8.51371 7.6384,-9.43351 10.9489,-17.18868 2.7714,-6.4923 10.0276,-15.67217 21.0655,-26.65006 15.0934,-15.01127 25.1489,-22.35851 45.6428,-33.34994 4.4,-2.35983 10.7,-5.90851 14,-7.88596 3.3,-1.97745 8.2872,-4.53122 11.0827,-5.67506 7.0969,-2.90386 17.1647,-8.6487 23.5025,-13.41078 4.7776,-3.58987 5.9722,-4.0282 10.9779,-4.0282 7.0374,0 19.5028,-3.14073 27.7127,-6.98241 3.4517,-1.61515 7.9517,-3.23853 10,-3.6075 2.0483,-0.36898 4.218,-1.0603 4.8216,-1.53627 0.6036,-0.47597 5.9824,-2.67759 11.9529,-4.89249 5.9706,-2.2149 15.3768,-6.24009 20.9026,-8.94486 5.5259,-2.70477 13.7532,-6.47509 18.2828,-8.37847 4.5297,-1.90339 11.0606,-5.24471 14.513,-7.42515 3.4525,-2.18045 11.014,-6.19875 16.8034,-8.92957 5.7893,-2.73082 17.2584,-8.81822 25.487,-13.52757 8.2285,-4.70934 19.974,-11.03838 26.1011,-14.06452 6.1271,-3.02614 14.4521,-7.72477 18.5,-10.4414 4.0479,-2.71663 10.6026,-6.82201 14.566,-9.12307 3.9634,-2.30105 10.9384,-7.229 15.5,-10.95099 4.5616,-3.72199 13.0188,-10.32094 18.7938,-14.66434 5.775,-4.34339 13.9117,-11.07729 18.0815,-14.96423 4.1698,-3.88694 12.7198,-10.73722 19,-15.22286 6.2802,-4.48563 14.3435,-10.7083 17.9185,-13.82815 7.3357,-6.40177 16.5816,-12.69644 25.6218,-17.44355 3.5825,-1.88116 6.5899,-4.24173 7.25,-5.69067 1.8275,-4.01071 1.3295,-14.11512 -1.0614,-21.53868 -2.122,-6.58853 -2.1377,-6.96376 -0.5057,-12.14103 2.098,-6.65544 6.8767,-13.97608 11.3511,-17.38883 3.0987,-2.36354 4.5935,-2.67352 16.3243,-3.38533 16.6842,-1.01238 18.6273,-1.9216 24.6059,-11.51388 5.7591,-9.24019 14.0078,-16.93644 22.9691,-21.43081 7.5645,-3.79385 13.4113,-4.38291 25.993,-2.61876 l 6.0481,0.84804 8.7723,-7.51558 c 4.8247,-4.13357 9.9781,-7.8122 11.4519,-8.17474 3.9513,-0.97196 10.3787,-4.94224 17.2261,-10.64065 3.3302,-2.77146 8.075,-5.9326 10.544,-7.02476 5.7557,-2.54598 9.4151,-1.48074 15.1366,4.40615 3.4346,3.53388 11.9236,16.12977 14.6495,21.73693 6.881,14.15389 12.5069,23.68371 14.6234,24.77076 3.1852,1.63596 10.8745,1.01227 34.5,-2.79835 9.9,-1.59679 25.234,-3.38785 34.0755,-3.98013 8.8415,-0.59227 20.0915,-1.92703 25,-2.96612 4.9085,-1.03909 13.4245,-2.83756 18.9245,-3.99661 16.4019,-3.45647 41.1409,-9.75732 61,-15.53623 10.5665,-3.07481 75.0724,-23.38672 87.7075,-27.61772 4.7892,-1.6037 12.6125,-4.04744 17.3853,-5.43053 12.7594,-3.69754 37.7514,-13.12248 46.7433,-17.62779 l 7.8362,-3.92621 16.8435,1.05249 c 9.264,0.57887 18.0771,1.52145 19.5846,2.09462 4.4412,1.68855 12.1322,7.79314 14.3603,11.39822 1.1366,1.83908 2.5428,5.92014 3.1249,9.06902 0.5821,3.14887 2.5538,9.16083 4.3816,13.3599 1.8277,4.19907 3.6512,9.20968 4.0522,11.13468 0.401,1.925 1.5581,5.61579 2.5713,8.20175 1.0131,2.58597 2.7781,8.43597 3.9222,13 1.144,4.56404 3.7978,14.14825 5.8974,21.29825 2.0996,7.15 4.547,16.05948 5.4388,19.79885 0.8918,3.73937 2.9781,9.8898 4.6362,13.66762 1.8151,4.13565 3.0198,8.59263 3.0276,11.20114 0.01,2.38282 0.9071,7.18498 2,10.67148 1.0929,3.48651 1.9965,8.43651 2.0079,11 0.012,2.5635 0.6493,7.58591 1.4174,11.16091 1.4356,6.68156 1.01,22.24453 -1.4356,52.5 -1.2641,15.63877 -6.3682,33.1157 -13.1845,45.14445 -3.0641,5.40728 -3.3126,6.50627 -3.2457,14.35555 0.04,4.675 0.7888,10.975 1.6645,14 0.8756,3.025 1.8235,10.54848 2.1064,16.71885 0.3179,6.93234 1.2579,13.61876 2.4603,17.5 3.8829,12.53328 5.4361,19.41327 5.8973,26.12195 0.5912,8.5992 0.1642,10.23856 -4.1324,15.8657 -3.2859,4.3034 -4.6831,5.07021 -24.7754,13.59742 -11.7112,4.97025 -26.2431,11.05872 -32.2931,13.52992 -6.05,2.47121 -15.95,6.95584 -22,9.96585 -6.05,3.01001 -14.15,6.41775 -18,7.57275 -3.85,1.155 -9.025,3.47973 -11.5,5.16605 -6.8173,4.64491 -11.3344,6.80637 -16.6641,7.97385 -2.6598,0.5826 -6.6359,1.88026 -8.8359,2.88368 -8.2934,3.78261 -38.5392,12.55518 -49,14.21212 -3.3,0.52269 -9.6,1.6444 -14,2.49267 -4.4,0.84827 -13.85,2.41773 -21,3.48768 -7.15,1.06995 -16.9232,3.12929 -21.7182,4.5763 l -8.7181,2.63097 -4.9527,-3.8979 c -2.724,-2.14382 -8.857,-7.37603 -13.6287,-11.62713 -8.8349,-7.87091 -20.6138,-14.77073 -25.2155,-14.77073 -3.4761,0 -8.0237,2.35339 -13.7965,7.13982 -2.7337,2.26654 -8.851,6.73571 -13.594,9.93147 -5.4316,3.65968 -17.8319,14.57707 -33.5,29.49397 -25.8396,24.6005 -33.0805,30.8872 -47.3763,41.1331 -4.675,3.3506 -13.225,10.0187 -19,14.8181 -7.2841,6.0535 -13.2565,10.0295 -19.5,12.9814 -4.95,2.3404 -10.8,5.7056 -13,7.4782 -4.4589,3.5926 -10.7027,7.0239 -12.781,7.0239 -0.7484,0 -6.115,1.7916 -11.9258,3.9813 -11.3314,4.2701 -26.2169,8.293 -36.9028,9.9731 -3.6352,0.5715 -9.3323,1.909 -12.6601,2.9721 -8.7166,2.7846 -27.1283,6.7932 -44.3954,9.6658 -8.2342,1.3699 -17.1757,3.3596 -19.87,4.4216 -2.6944,1.062 -9.0762,2.4057 -14.1819,2.986 -5.1056,0.5803 -15.0323,1.7835 -22.0593,2.6738 -8.2539,1.0458 -15.6687,1.3957 -20.9476,0.9886 -7.8015,-0.6016 -8.413,-0.4937 -13.5108,2.3833 -4.1672,2.3518 -7.6915,3.3252 -16.0524,4.4332 -5.8921,0.781 -13.7048,2.1169 -17.3616,2.9689 -3.6568,0.852 -8.8318,1.4666 -11.5,1.3659 -2.6682,-0.1007 -8.2263,0.7474 -12.3513,1.8847 -14.5045,3.999 -48.8561,7.7888 -80,8.8257 -10.175,0.3388 -23.45,1.282 -29.5,2.0961 -11.535,1.552 -72.4968,3.1723 -73.6334,1.957 z m 53.6334,-52.488 c 12.1,-0.6497 27.941,-1.8355 35.2022,-2.6352 7.2612,-0.7996 20.4378,-1.4539 29.2814,-1.4539 18.1735,0 18.2922,-0.054 16.1581,-7.403 -0.6544,-2.2534 -1.827,-7.697 -2.6057,-12.097 -0.7787,-4.4 -3.0081,-12.5 -4.9542,-18 -1.9461,-5.5 -3.5482,-10.6785 -3.5601,-11.5079 -0.012,-0.8294 -1.0886,-3.5294 -2.3925,-6 -1.304,-2.4706 -2.7087,-5.5813 -3.1215,-6.9126 -0.4129,-1.3313 -2.1966,-4.7063 -3.9637,-7.5 -1.7671,-2.7937 -6.5241,-11.3795 -10.571,-19.0795 -6.8594,-13.0511 -8.1752,-14.851 -19.4155,-26.55693 -6.6316,-6.90634 -15.7913,-16.6839 -20.3547,-21.72791 -4.5635,-5.044 -10.6484,-10.73149 -13.5219,-12.63885 -2.8736,-1.90736 -6.2135,-4.80534 -7.422,-6.43996 -1.2085,-1.63461 -5.0237,-5.12106 -8.4781,-7.74765 -3.4544,-2.6266 -9.7105,-7.72606 -13.9023,-11.33214 -9.8119,-8.4408 -23.5619,-18.35568 -29.9332,-21.58426 -11.5236,-5.83945 -19.4505,-5.32519 -40.4453,2.62391 -19.6312,7.43281 -53.253,24.84273 -69.6539,36.06786 -10.1524,6.94849 -23.112,20.04755 -27.5424,27.83871 -4.6568,8.1894 -7.5333,18.80489 -7.679,28.33912 -0.1029,6.7321 0.3997,9.6302 2.8753,16.5796 2.6776,7.5163 3.9761,9.5046 12.0826,18.5 19.0391,21.1269 46.4526,45.5082 60.5462,53.8492 3.5042,2.0738 12.5389,5.7889 20.0771,8.2559 12.197,3.9914 19.0021,5.4263 44.2941,9.3397 7.4479,1.1523 39.863,0.7872 69,-0.7772 z m 165.1626,-16.5233 c 6.6894,-1.8772 16.8144,-4.1554 22.5,-5.0628 23.2019,-3.7027 34.039,-5.7439 47.8374,-9.0103 7.975,-1.8879 19.1448,-4.1263 24.8218,-4.9743 13.296,-1.9862 25.5267,-4.6523 43.3543,-9.4505 7.8782,-2.1204 20.0642,-5.2454 27.0802,-6.9445 7.016,-1.699 14.441,-3.9472 16.5,-4.996 2.059,-1.0487 6.1293,-2.614 9.045,-3.4784 5.763,-1.7085 31.1011,-13.9615 43.3128,-20.9451 8.7681,-5.0144 36.611,-26.4377 55.46,-42.67315 7.1092,-6.12347 16.7509,-13.63025 21.4259,-16.68174 4.675,-3.05148 9.625,-6.40205 11,-7.4457 1.375,-1.04366 7.9,-5.13073 14.5,-9.08238 17.6646,-10.57643 28.4468,-18.04823 33.3526,-23.11244 l 4.3526,-4.49318 -1.1465,-31.35764 c -1.2477,-34.12862 -1.1871,-33.57469 -4.6443,-42.48141 -1.3073,-3.36808 -2.6669,-9.44308 -3.0213,-13.5 -0.6399,-7.32467 -0.6821,-7.4124 -6.0326,-12.55322 -6.5928,-6.33446 -10.8229,-7.97791 -16.1105,-6.25915 -3.2889,1.06907 -32.7336,15.65591 -48.25,23.903 -10.5891,5.62816 -56.5237,27.8855 -59,28.5881 -3.2689,0.92746 -19.7469,9.16065 -23.1544,11.56899 -1.4599,1.03183 -3.4604,1.87606 -4.4455,1.87606 -0.9852,0 -7.0817,2.925 -13.5479,6.5 -6.4662,3.575 -12.2618,6.5 -12.8791,6.5 -0.6173,0 -4.5389,1.8 -8.7146,4 -4.1757,2.2 -8.129,4 -8.785,4 -0.656,0 -7.2184,3.10809 -14.5831,6.90686 -56.7952,29.29537 -52.1812,27.58436 -72.3465,26.82849 -15.7021,-0.58857 -24.0117,-2.59868 -30.3245,-7.33556 -6.6115,-4.96099 -18.1682,-16.59051 -29.7437,-29.9312 -10.9658,-12.63798 -23.303,-24.58262 -30.4757,-29.50598 -1.925,-1.32132 -6.65,-5.38614 -10.5,-9.03294 -13.1641,-12.46935 -38.4271,-28.0416 -52.7104,-32.49108 -8.4292,-2.62581 -11.203,-1.5129 -46.7896,18.77301 -4.675,2.66495 -11.6495,5.78496 -15.4989,6.93335 -3.8494,1.14839 -11.7629,4.47724 -17.5856,7.39745 -5.8228,2.92021 -12.8604,6.05313 -15.6393,6.96205 -2.7789,0.90892 -6.2634,2.91654 -7.7435,4.46138 l -2.691,2.80881 2.3292,2.17056 c 1.281,1.19381 9.0791,6.47892 17.3291,11.74469 8.25,5.26576 17.9604,11.5349 21.5787,13.93141 8.5993,5.69569 40.1888,36.34205 52.2023,50.64377 5.1905,6.17921 13.2593,16.40993 17.9305,22.73493 4.6713,6.325 11.9738,15.325 16.2278,19.99996 8.5257,9.3694 12.8957,17.49 14.0728,26.1515 0.3999,2.9417 1.9621,8.4985 3.4716,12.3485 1.5096,3.85 3.3107,9.475 4.0026,12.5 0.6918,3.025 2.103,6.9032 3.1358,8.6181 1.0328,1.7149 1.8779,4.2857 1.8779,5.7129 0,1.4273 0.8362,4.7492 1.8582,7.382 1.022,2.6329 2.1538,8.7785 2.515,13.6569 0.3613,4.8784 0.9017,9.2659 1.2009,9.75 1.1204,1.8128 10.3158,0.7496 22.0885,-2.5541 z m 464.2124,-109.98391 c 3.0937,-1.32999 12.825,-4.50475 21.625,-7.05502 21.7044,-6.29003 30.3117,-9.13738 41.5,-13.7284 11.5229,-4.72833 27.3065,-10.76807 48,-18.36767 16.1864,-5.94438 31.2482,-12.49744 51.5,-22.4066 6.6,-3.22936 14.25,-6.64001 17,-7.57922 2.75,-0.93922 8.5418,-3.52694 12.8706,-5.7505 9.1739,-4.71224 11.6201,-7.8519 11.6257,-14.92139 0.01,-9.5835 -7.3297,-10.1109 -24.986,-1.79597 -5.7807,2.7223 -12.9853,5.60269 -16.0103,6.40087 -3.025,0.79818 -8.2,2.79867 -11.5,4.44554 -3.3,1.64686 -12.4104,5.27188 -20.2453,8.0556 -7.835,2.78371 -16.385,5.92419 -19,6.97883 -18.5039,7.46249 -27.9368,10.62462 -38.1064,12.77413 -6.4065,1.35414 -14.1233,3.60843 -17.1483,5.00954 -9.4607,4.38196 -40.6753,14.02108 -52.9322,16.34556 -7.3585,1.39551 -15.5901,6.36909 -17.0439,10.29807 -1.5482,4.18395 -3.5451,8.40324 -5.9493,12.5699 -1.5783,2.73539 -1.7286,3.81013 -0.8135,5.81852 2.5579,5.6141 10.5596,6.80053 19.6139,2.90821 z m -568.616,-3.85895 c 1.1758,-3.52729 -0.7831,-7.49129 -5.1569,-10.43557 -3.9669,-2.67036 -7.0531,-2.88115 -11.1518,-0.76165 -5.6901,2.94247 -3.1136,6.69817 8.2109,11.96885 2.9363,1.36664 5.7607,2.34882 6.2763,2.18263 0.5156,-0.16619 1.3353,-1.4956 1.8215,-2.95426 z m -26.8304,-19.29433 c 2.4563,-2.45634 1.9321,-3.81746 -3.3858,-8.79173 -5.1492,-4.81655 -6.8155,-5.46415 -8.8428,-3.43684 -1.9599,1.95993 -1.386,3.65245 1.7966,5.29823 1.6775,0.86746 3.6359,3.07975 4.4489,5.02568 1.5725,3.76348 3.5081,4.37965 5.9831,1.90466 z m -24.6286,-22.62857 c 1.7781,-1.7781 1.4623,-4.14133 -0.8909,-6.66725 -2.8336,-3.04141 -5.4698,-2.39409 -5.2042,1.27785 0.1894,2.61889 2.7504,6.5894 4.2501,6.5894 0.3547,0 1.185,-0.54 1.845,-1.2 z m 252.7,-17.29621 c 2.75,-1.32267 7.8142,-3.28045 11.2537,-4.35061 3.4395,-1.07016 10.8496,-4.57077 16.4668,-7.77914 5.6173,-3.20837 13.3781,-7.24363 17.2464,-8.96726 21.0935,-9.39895 35.8036,-16.48489 42.0052,-20.23421 3.8347,-2.31831 8.5605,-4.64281 10.5018,-5.16555 3.816,-1.02753 30.4582,-14.29994 41.0261,-20.43807 11.4772,-6.66623 33.3878,-17.26797 37.0816,-17.94243 1.9699,-0.35968 6.2449,-2.2666 9.5,-4.2376 3.2551,-1.971 9.7434,-5.5153 14.4184,-7.87622 4.675,-2.36093 13.4017,-7.02099 19.3926,-10.3557 9.2264,-5.1357 12.9204,-6.54905 24.1499,-9.24011 16.8743,-4.04375 18.7731,-3.7631 26.4366,3.90736 3.7388,3.74225 6.2933,7.37905 7.4986,10.67575 1.0055,2.75 3.2688,8.375 5.0295,12.5 1.7608,4.125 3.5309,9.3 3.9335,11.5 1.0584,5.78269 4.5817,13.5 6.1634,13.5 3.2831,0 2.7001,-12.38287 -1.1063,-23.5 -2.863,-8.36141 -5.687,-15.76622 -7.8183,-20.5 -1.1143,-2.475 -2.5106,-5.60456 -3.1028,-6.95458 -1.3714,-3.12643 -10.302,-12.09102 -13.9562,-14.00939 -2.5405,-1.33372 -3.7377,-1.22029 -13.4546,1.27473 -5.8662,1.50629 -14.0409,4.46222 -18.1659,6.56874 -4.125,2.10652 -9.3,4.41717 -11.5,5.13476 -2.2,0.7176 -7.1373,2.80795 -10.9718,4.64523 -3.8345,1.83728 -7.6655,3.34051 -8.5133,3.34051 -0.8479,0 -3.8843,1.57767 -6.7476,3.50594 -7.4892,5.04354 -76.6758,39.18286 -83.2425,41.07504 -3.0386,0.87559 -8.2592,3.31072 -11.6013,5.4114 -7.7868,4.89442 -30.0475,16.08666 -42.9235,21.58105 -24.9125,10.63056 -39.4946,17.24616 -45.5,20.64243 -14.8256,8.38448 -23.7359,10.44422 -26.6392,6.15805 -1.3052,-1.92676 -1.2021,-2.40908 1.0995,-5.14436 3.1464,-3.73928 3.1594,-4.22955 0.1123,-4.22955 -2.5202,0 -6.5726,4.11879 -6.5726,6.68031 0,2.43974 -4.7348,6.32004 -7.7045,6.31411 -7.6739,-0.0153 -10.1332,-1.70979 -28.7887,-19.83528 -18.8517,-18.31623 -31.9857,-30.15914 -33.4468,-30.15914 -0.4653,0 -1.093,0.64361 -1.3949,1.43024 -0.7784,2.02845 3.7103,7.67704 14.359,18.06976 5.072,4.95 11.0285,11.7 13.2367,15 6.2035,9.27048 9.5869,12.36542 18.191,16.63972 4.3734,2.17265 8.561,4.45597 9.3058,5.07404 5.3166,4.41241 25.8157,4.58354 34.7424,0.29003 z m -278.6869,-7.75379 c 0.2447,-1.28379 -0.3235,-1.75 -2.1328,-1.75 -2.3916,0 -4.2004,2.14654 -2.9025,3.44442 1.2196,1.21964 4.7033,0.0473 5.0353,-1.69442 z m 576.5601,0.5 c 0.2794,-0.9625 0.7922,-4.45 1.1395,-7.75 0.3474,-3.3 1.3661,-8.14605 2.2638,-10.76901 1.5494,-4.52692 1.5356,-4.93269 -0.2726,-7.9936 -1.0476,-1.77353 -2.2349,-5.6576 -2.6385,-8.63127 -0.6688,-4.92829 -2.2587,-7.59914 -3.9144,-6.57582 -0.3545,0.21908 -0.9159,4.80188 -1.2476,10.18401 -0.3316,5.38213 -1.1129,12.14819 -1.7361,15.03569 -1.1924,5.52491 -0.072,14.21426 2.1836,16.9318 1.5372,1.85222 3.6212,1.6391 4.2223,-0.4318 z m 33.5464,-8.22693 c 4.715,-1.35225 10.9397,-5.85022 12.6362,-9.13098 1.1653,-2.25349 1.317,-7.76454 0.855,-31.06578 -0.48,-24.20682 -0.8369,-29.12617 -2.4542,-33.82631 -1.0409,-3.025 -3.0306,-12.14865 -4.4215,-20.27478 -1.3909,-8.12613 -3.2053,-16.39359 -4.032,-18.37212 -2.0824,-4.9839 -2.0018,-25.32723 0.1222,-30.8531 0.8457,-2.2 1.7807,-5.02479 2.0779,-6.27732 0.7857,-3.31111 8.7283,-11.76027 15.1987,-16.16797 3.079,-2.09741 10.0194,-7.4737 15.4233,-11.94731 10.3208,-8.54407 14.348,-11.1074 17.4508,-11.1074 3.1753,0 16.3259,-4.97915 19.613,-7.42596 3.7933,-2.82358 20.5312,-11.57404 22.1389,-11.57404 0.6371,0 4.3994,-2.27602 8.3605,-5.05783 3.9612,-2.7818 12.6942,-8.00861 19.4069,-11.61513 6.7126,-3.60653 16.9297,-9.35636 22.7047,-12.77742 5.775,-3.42105 14.198,-8.35353 18.7179,-10.96106 4.5198,-2.60753 10.986,-6.95373 14.3693,-9.65823 3.3832,-2.7045 11.5861,-8.18271 18.2284,-12.1738 13.0731,-7.85498 25.0625,-18.43047 26.2476,-23.15213 0.8512,-3.39169 -5.4266,-20.10015 -9.267,-24.66427 -4.4131,-5.24466 -6.6856,-4.11885 -23.3089,11.54722 -12.5743,11.85033 -34.2409,27.29782 -61.4873,43.83832 -2.75,1.66944 -8.15,5.14038 -12,7.7132 -9.3389,6.24088 -65.4138,33.41526 -73,35.37642 -36.5282,9.44322 -54.3255,12.60739 -73,12.9786 -10.0956,0.20068 -12.8539,0.61357 -17.3808,2.60174 l -5.3808,2.36321 -4.6416,-2.60917 c -2.9233,-1.64327 -8.1501,-3.1971 -14.1192,-4.19735 -20.5085,-3.43667 -24.7743,-4.71004 -44.0864,-13.16016 -8.0348,-3.51569 -15.5478,-6.39216 -16.6954,-6.39216 -1.1477,0 -6.0487,3.19632 -10.8912,7.10293 -4.8425,3.90661 -10.8296,8.24486 -13.3046,9.64056 -27.0655,15.26268 -65.7912,46.77021 -101,82.1742 -30.1359,30.30296 -41.7309,45.65198 -67.1062,88.83231 -4.9291,8.3875 -9.6057,15.25 -10.3927,15.25 -0.7869,0 -1.8966,-0.87042 -2.4659,-1.93426 -2.7904,-5.2138 0.1109,-14.19907 9.7982,-30.345 2.7128,-4.52141 5.948,-10.24574 7.1895,-12.72074 1.2415,-2.475 4.1598,-6.975 6.4852,-10 2.3254,-3.025 5.4771,-7.84995 7.0037,-10.72211 1.5266,-2.87216 5.2243,-7.82216 8.2171,-11 9.761,-10.36473 30.2711,-35.2101 30.2711,-36.66968 0,-2.93048 -8.8645,4.40315 -15.8632,13.12364 -2.5545,3.18306 -6.8929,8.03306 -9.6407,10.77777 -12.8628,12.84812 -31.5838,39.10485 -39.7268,55.71781 -2.2023,4.49311 -6.2348,11.72843 -8.961,16.07849 -2.7263,4.35006 -6.5217,11.34315 -8.4344,15.5402 -2.8177,6.18311 -3.282,8.06008 -2.4472,9.89244 1.2028,2.63965 3.4397,2.84196 8.4191,0.76144 1.9745,-0.825 6.4745,-1.5 10,-1.5 7.5919,0 11.1346,-1.3277 23.1542,-8.67758 16.3141,-9.97592 25.0162,-14.69094 48.5811,-26.32242 12.8142,-6.325 40.8757,-20.3529 62.3587,-31.17311 21.4831,-10.8202 42.8852,-21.2177 47.5602,-23.10555 4.675,-1.88784 12.4283,-5.63494 17.2295,-8.32689 26.8137,-15.03397 27.2761,-15.24631 43.3161,-19.89193 8.7335,-2.52944 17.7883,-4.86068 20.1219,-5.18053 7.5988,-1.04153 22.9864,5.27927 30.0514,12.34428 4.8341,4.83406 14.3495,23.0736 16.8544,32.30707 0.8246,3.03966 2.3546,8.67666 3.4,12.52666 1.0453,3.85 2.2105,9.46592 2.5891,12.47983 0.3787,3.01391 1.307,7.23298 2.0631,9.37573 0.756,2.14274 1.3745,5.55456 1.3745,7.58183 0,2.02726 0.9444,7.25819 2.0986,11.62427 1.5698,5.93788 1.9478,9.51334 1.5,14.18834 -0.3292,3.4375 -0.8821,9.13628 -1.2286,12.66396 -0.7341,7.47392 -0.1966,10.26542 2.6809,13.92356 2.272,2.88845 5.1293,3.33157 10.8687,1.68555 z m 32.0947,-13.05108 c 2.4533,-4.80894 2.6694,-15.30677 0.4676,-22.72094 -0.8349,-2.81158 -1.9243,-12.45575 -2.4208,-21.4315 -1.0732,-19.40279 -3.5123,-37.72662 -6.277,-47.15666 -1.6033,-5.46867 -1.9209,-8.87121 -1.5868,-17 0.3726,-9.06776 0.77,-10.84978 3.6874,-16.53729 5.352,-10.43387 14.2446,-18.29924 30.6642,-27.12195 14.1098,-7.58163 33.1006,-16.91437 42.0619,-20.67072 2.6891,-1.12719 8.6912,-4.92572 13.338,-8.44118 7.717,-5.8381 8.2165,-6.41902 5.767,-6.70654 -1.8015,-0.21144 -6.709,1.8194 -14.9488,6.18616 -6.7469,3.57552 -15.642,7.85366 -19.767,9.50698 -15.427,6.18322 -30.5804,14.68155 -44,24.67604 -13.5473,10.08966 -18.2952,14.63659 -20.2461,19.38924 -0.6342,1.54515 -0.9839,10.55394 -0.8839,22.77431 0.1392,17.00394 0.4786,21.21659 2.1349,26.5 1.0831,3.45513 1.9751,7.49027 1.9822,8.96696 0.01,1.4767 0.5234,3.9517 1.1474,5.5 0.6239,1.54831 1.3074,9.3401 1.5188,17.3151 0.3022,11.39842 0.052,15.38226 -1.1693,18.62462 -1.4446,3.83511 -1.4194,4.46685 0.3583,9 1.8772,4.78672 1.8776,4.98322 0.025,10.80541 -2.1373,6.71534 -1.8311,8.66637 1.8098,11.53026 3.0608,2.40762 3.7508,2.08224 6.3376,-2.9883 z m 160.9857,-1.97199 c 3.7701,-3.77005 2.1224,-20 -2.0304,-20 -2.3401,0 -3.264,2.91382 -2.3941,7.5505 0.4042,2.15489 0.1613,5.21694 -0.5959,7.51129 -1.0345,3.1346 -1.0357,4.16563 -0.01,5.40578 1.6781,2.02195 2.6255,1.93383 5.0269,-0.46757 z m -133.5719,-5.5081 c 4.2258,-1.37946 9.3458,-3.35355 11.3776,-4.38688 4.7286,-2.40478 19.7804,-8.14681 48.6979,-18.57757 51.434,-18.55262 97.8284,-38.61045 104.711,-45.27003 4.7327,-4.57931 10.0814,-14.74236 12.6645,-24.06375 1.1086,-4.00052 3.2015,-10.23785 4.6509,-13.86073 2.0739,-5.18398 2.8541,-9.48881 3.6628,-20.21 1.4065,-18.64454 0.5564,-55.8212 -1.4546,-63.62294 -0.8507,-3.3 -2.0253,-8.925 -2.6103,-12.5 -1.5576,-9.51836 -3.972,-19.84026 -5.1605,-22.06084 -1.2627,-2.35953 -5.8375,-2.57484 -9.9143,-0.46662 -1.5662,0.8099 -7.1272,4.2974 -12.3578,7.75 -5.2306,3.4526 -12.5893,8.21579 -16.3527,10.58486 -3.7634,2.36907 -9.0926,6.09138 -11.8426,8.2718 -2.75,2.18043 -8.375,5.91058 -12.5,8.28924 -23.8566,13.75678 -30.938,17.70964 -45.3996,25.34245 -8.7893,4.63898 -18.3225,9.989 -21.1849,11.88896 -2.8624,1.89995 -8.0643,4.61454 -11.5599,6.03243 -3.4956,1.41789 -15.1821,7.02258 -25.97,12.45486 -20.5356,10.34078 -25.8682,14.25834 -29.497,21.66991 -2.8326,5.78517 -2.2889,21.06057 1.4322,40.24295 1.6537,8.525 3.2974,19.47875 3.6526,24.34167 0.3552,4.86292 1.0708,9.95938 1.5901,11.32546 0.6537,1.7192 0.2823,7.3387 -1.2064,18.25502 -1.183,8.67417 -1.8512,16.96521 -1.4849,18.42454 0.5764,2.29681 1.1836,2.65331 4.5192,2.65331 2.1193,0 7.3108,-1.12865 11.5367,-2.5081 z m -421.2245,-6.2419 c 0.8325,-0.9625 2.8825,-5.575 4.5556,-10.25 4.2316,-11.82379 9.5691,-23.24557 14.748,-31.55957 2.4186,-3.88276 4.8257,-8.15776 5.3489,-9.5 1.4164,-3.63304 10.0957,-15.56434 16.6268,-22.85683 3.1606,-3.52902 8.914,-10.72902 12.7853,-16 9.2531,-12.59873 30.7446,-33.90921 59.6441,-59.14191 42.1279,-36.78249 53.8753,-45.9539 69.6033,-54.34033 15.4771,-8.25271 18.2834,-10.58807 19.1515,-15.93761 0.5142,-3.16835 0.1816,-4.00262 -2.6497,-6.64748 -1.8645,-1.74171 -5.6296,-3.70235 -8.8775,-4.62284 -3.1019,-0.87914 -9.2399,-3.6898 -13.6399,-6.24593 -6.9586,-4.0425 -8.716,-4.64005 -13.5,-4.59025 -10.6974,0.11134 -21.3419,5.82894 -37.9371,20.37758 -3.6096,3.16447 -10.1629,8.35705 -14.5629,11.53908 -10.2801,7.43446 -13.5,10.46666 -13.5,12.71318 0,2.22271 3.578,2.32157 16,0.4421 9.7133,-1.46964 13.0937,-0.87164 17.1747,3.03821 8.6528,8.28984 -3.8323,16.87446 -30.3323,20.85628 -12.2511,1.84082 -13.5341,3.1833 -10.3424,10.82208 2.2271,5.33019 1.8621,7.49214 -1.9,11.25424 -4.0291,4.0291 -6.8033,4.28763 -10.1454,0.94545 -2.9109,-2.9108 -3.1747,-6.96754 -0.7798,-11.98965 1.5731,-3.29891 1.57,-3.6278 -0.051,-5.41915 -0.9493,-1.0489 -3.0239,-2.16669 -4.6102,-2.48396 -6.7707,-1.35413 -22.8972,5.42571 -30.7456,12.92589 -6.6348,6.34046 -5.8032,9.94901 5.3075,23.03125 6.3996,7.53522 7.2362,9.82614 4.7865,13.10727 -3.4355,4.60155 -7.1949,6.7829 -11.6898,6.7829 -3.4669,0 -5.7181,-1.04117 -13.1767,-6.09429 -13.4892,-9.13881 -12.7478,-8.89624 -17.726,-5.79931 -7.2736,4.52489 -12.7694,9.44165 -12.7694,11.42396 0,1.04306 2.6368,4.72543 5.8595,8.18305 7.1114,7.62987 9.4619,11.96344 9.4687,17.45775 0.014,11.15122 -10.1015,13.36876 -21.9908,4.82097 -7.5049,-5.39563 -14.6577,-9.47243 -16.6377,-9.48275 -2.5904,-0.0135 -14.6997,12.09771 -14.6997,14.70198 0,1.16893 2.0792,4.52458 4.6205,7.45699 2.5413,2.93241 5.9652,8.15796 7.6086,11.61233 2.6726,5.61741 2.8571,6.59699 1.7475,9.27595 -1.3693,3.3056 -5.2413,6.46974 -9.1035,7.43907 -1.9708,0.49465 -3.5413,-0.22782 -7.3666,-3.38887 -5.8432,-4.82855 -15.4671,-10.10683 -18.4279,-10.10683 -2.8988,0 -3.5405,2.20617 -1.6852,5.79387 1.4529,2.80955 13.7139,13.17336 23.6066,19.9539 2.475,1.69638 7.425,6.09187 11,9.76774 10.8276,11.13309 23.8712,22.48449 25.8365,22.48449 1.0194,0 2.5346,-0.7875 3.3671,-1.75 z m 160.5715,-210.8088 c -5.4534,-2.95946 -6.6753,-10.80133 -2.2281,-14.29948 6.9979,-5.50461 13.453,-2.67475 13.453,5.89774 0,8.29325 -4.8018,11.88739 -11.2249,8.40174 z m 429.2106,210.56648 c 3.5034,-1.875 4.2822,-6.9998 3.0745,-20.23357 -1.3185,-14.44863 -2.8898,-18.10279 -7.9972,-18.59779 -4.515,-0.43758 -8.063,0.55953 -8.063,2.26601 0,0.77232 1.1753,2.80102 2.6118,4.50822 2.4344,2.89304 2.5363,3.40411 1.5,7.51955 -2.2088,8.77193 -0.7147,18.99626 3.4481,23.5961 1.989,2.19784 2.8115,2.34056 5.4258,0.94148 z m -652.9857,-19.64605 c 0,-1.88313 -2.844,-2.91764 -4.2248,-1.53679 -0.7872,0.7872 -0.7482,1.50275 0.1403,2.57334 1.4285,1.72126 4.0845,1.04724 4.0845,-1.03655 z m -14.1732,-9.17682 c 0.4995,-3.50815 -4.3874,-9.09913 -10.2169,-11.68882 -2.8105,-1.24851 -7.5444,-3.91387 -10.5199,-5.92303 -4.0142,-2.71059 -5.6911,-3.35843 -6.5,-2.51115 -0.7997,0.83774 0.2126,2.24673 3.8005,5.29003 2.6898,2.28149 8.2539,7.20872 12.3647,10.9494 7.6617,6.97196 10.4905,7.96421 11.0716,3.88357 z m 27.6018,-36.75624 c 2.3336,-2.33364 2.0039,-3.36605 -3.1403,-9.83389 -3.7079,-4.66207 -6.0748,-6.53219 -11.2425,-8.8829 -8.6969,-3.9561 -11.1351,-4.59282 -13.805,-3.60515 -3.7872,1.40098 -2.7276,4.53358 3.0092,8.89668 20.4238,15.53312 22.1502,16.45363 25.1786,13.42526 z m -34.6754,-3.58177 c 1.6242,-1.62415 0,-4.26291 -4.5103,-7.32772 -4.2624,-2.89634 -8.729,-3.30068 -9.66,-0.87446 -0.8198,2.13626 1.5955,4.73964 6.7765,7.30421 4.771,2.36162 5.8046,2.48716 7.3938,0.89797 z m 26.8984,-30.34365 c 6.8093,-7.10655 7.0394,-13.16546 0.4885,-12.85873 -3.6737,0.17202 -12.115,6.07164 -14.1631,9.89856 -1.3425,2.50847 -1.2602,2.81669 1.3525,5.06403 4.2318,3.64002 7.3244,3.11199 12.3221,-2.10386 z m 47.159,-2.76605 c 0.2796,-3.37168 -0.2287,-4.28561 -5.0836,-9.14053 -9.4995,-9.49948 -23.727,-14.71182 -23.727,-8.69253 0,1.85756 5.5252,7.45254 11,11.13891 1.925,1.29617 5.9286,4.31202 8.8969,6.70189 6.4532,5.19563 8.4824,5.19387 8.9137,-0.008 z m 112.1894,-17.2371 c 1.501,-1.59774 1.863,-2.5 1.0031,-2.5 -1.5327,0 -5.0031,2.88213 -5.0031,4.15499 0,1.54597 1.6241,0.87398 4,-1.65499 z M 3348.8851,741.159 c -1.0464,-4.00161 -10.5738,-13.12931 -16.758,-16.05494 -6.1529,-2.91087 -11.8676,-3.6826 -13.0541,-1.76286 -1.1005,1.78068 8.4756,10.12104 18.5436,16.15059 9.5902,5.74345 12.4449,6.16582 11.2685,1.66721 z m 96.3667,-0.14736 c 5.1735,-3.8568 19.3694,-17.08432 18.8705,-17.58325 -0.7034,-0.70335 -12.347,7.51862 -17.327,12.23522 -6.9531,6.58527 -7.9811,10.14719 -1.5435,5.34803 z m -97.3319,-20.10104 c 3.5061,-1.46494 9.7023,-7.89041 9.7023,-10.06131 0,-2.48503 -2.6652,-3.58486 -10.2386,-4.22504 -9.1909,-0.77692 -12.4941,-0.0435 -13.9224,3.09144 -0.8967,1.96792 -0.6945,3.04372 1.1254,5.98838 2.1408,3.4638 6.1599,6.43454 8.8177,6.51753 0.7052,0.022 2.7372,-0.56793 4.5156,-1.311 z m 65.5169,-19.54361 c 1.9284,-1.03713 2.104,-1.49845 1.053,-2.76491 -1.0035,-1.20912 -3.1548,-1.45056 -10.5162,-1.18026 -10.2885,0.37778 -13.4014,1.79753 -9.8514,4.4931 2.3995,1.822 15.6046,1.44739 19.3146,-0.54793 z m 403.4675,-0.45381 c 3.6449,-1.52741 9.7179,-6.36462 9.7179,-7.74043 0,-1.96731 -3.9103,-0.73442 -9.0039,2.83889 -7.6325,5.35435 -8.012,7.9598 -0.714,4.90154 z m -449.8927,-2.22398 c 2.1015,-5.47634 -9.7158,-9.52181 -15.1394,-5.18273 -2.3041,1.84337 -1.283,3.57683 3,5.09289 5.7972,2.05206 11.3706,2.09331 12.1394,0.0898 z m 482.5524,-17.33756 c 3.607,-2.15051 8.3582,-5.50677 10.5582,-7.45838 6.1003,-5.41156 1.7887,-4.69242 -8.5,1.41773 -9.6519,5.73196 -11.5207,7.2991 -10.5593,8.85469 0.981,1.58734 1.2907,1.48482 8.5011,-2.81404 z m -472.0248,-0.49002 c 0.6391,-0.77002 2.0636,-5.38252 3.1655,-10.25 2.3167,-10.23252 3.7659,-16.12096 4.5777,-18.59998 0.4232,-1.2924 0.025,-1.75 -1.5233,-1.75 -2.496,0 -7.7991,8.54154 -8.6922,14 -0.3149,1.925 -1.2188,5.31504 -2.0086,7.53343 -1.5253,4.2839 -1.8718,8.69755 -0.7694,9.7999 1.1383,1.13832 4.0325,0.73407 5.2503,-0.73335 z m 20.583,-1.45388 c 1.65,-1.01554 5.439,-4.05135 8.4199,-6.74626 2.9809,-2.69491 14.6809,-12.67641 26,-22.18112 21.0885,-17.70815 31.3225,-24.43141 42.0287,-27.61081 5.8476,-1.73657 8.0514,-3.15865 8.0514,-5.19556 0,-2.17063 -5.8009,-8.14558 -8.5873,-8.84491 -3.9481,-0.9909 -11.6737,3.08455 -25.029,13.20332 -6.536,4.95213 -14.6848,10.54899 -18.1083,12.43748 -6.9581,3.83827 -34.4072,29.21607 -39.3131,36.34657 -3.0852,4.48422 -3.8609,8.91593 -1.7123,9.78291 2.5183,1.01615 5.3205,0.61141 8.25,-1.19162 z m 292.5,-5.42022 c 22.0327,-5.44375 30.7552,-8.44202 41.6209,-14.3067 4.4665,-2.41076 12.3869,-6.12559 17.6007,-8.25518 16.2673,-6.6443 24.7289,-12.10379 63.6296,-41.05429 28.2518,-21.02545 34.5629,-27.48405 33.9652,-34.75921 -0.5407,-6.5809 -4.0945,-6.07619 -27.3164,3.8795 -7.7,3.30115 -28.4,10.72424 -46,16.49574 -17.6,5.77151 -35.15,11.75412 -39,13.29468 -3.85,1.54056 -14.65,4.8901 -24,7.44341 -9.35,2.55332 -20.6,5.97883 -25,7.61225 -4.4,1.63342 -11.375,3.65963 -15.5,4.50269 -4.125,0.84305 -11.9417,2.65431 -17.3705,4.02501 -5.4288,1.37071 -18.6531,3.81649 -29.3872,5.43508 -10.7342,1.61858 -21.1424,3.39511 -23.1295,3.94784 -1.987,0.55272 -12.1628,1.47319 -22.6128,2.04548 -36.2641,1.98599 -41.6514,2.94785 -39.4587,7.04501 2.6158,4.88773 38.6651,18.35337 59.9587,22.39663 7.975,1.51431 16.75,3.36136 19.5,4.10457 3.7325,1.00874 11.2107,1.27108 29.5,1.03485 l 24.5,-0.31644 z m -338,2.27412 c 0,-1.1 -0.4234,-2 -0.941,-2 -1.3423,0 -2.2882,1.82013 -1.559,3 1.0451,1.69104 2.5,1.10908 2.5,-1 z"
+         style="fill:#131313" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/stonemason.svg
===================================================================
--- /trunk/resources/images/presets/craft/stonemason.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/stonemason.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="stonemason6.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="9.0147801"
+     inkscape:cy="8.7344097"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="opacity:1;fill:#8a3600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818"
+       width="2"
+       height="12"
+       x="7"
+       y="1041.3622"
+       ry="1" />
+    <rect
+       style="opacity:1;fill:#b94900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.11803401;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect820"
+       width="10"
+       height="1.0000174"
+       x="3"
+       y="1037.3622"
+       ry="0" />
+    <path
+       style="opacity:1;fill:#b94900;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.24970353;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path822"
+       sodipodi:type="arc"
+       sodipodi:cx="8"
+       sodipodi:cy="1038.3645"
+       sodipodi:rx="5"
+       sodipodi:ry="4.9976282"
+       sodipodi:start="0"
+       sodipodi:end="3.1420672"
+       sodipodi:open="true"
+       d="m 13,1038.3645 a 5,4.9976282 0 0 1 -2.500685,4.3285 5,4.9976282 0 0 1 -5.0006848,-0 5,4.9976282 0 0 1 -2.4986296,-4.3297" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/tiler.svg
===================================================================
--- /trunk/resources/images/presets/craft/tiler.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/tiler.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="tiler.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="opacity:1;fill:#e7a2a2;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4145"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="opacity:1;fill:#f30f0f;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4147"
+       width="8.0000029"
+       height="8.0002422"
+       x="8"
+       y="1044.3622" />
+    <rect
+       style="opacity:1;fill:#f30f0f;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4149"
+       width="8"
+       height="8.0000172"
+       x="0"
+       y="1036.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/craft/upholsterer.svg
===================================================================
--- /trunk/resources/images/presets/craft/upholsterer.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/upholsterer.svg	(revision 16006)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   viewBox="0 0 8 16"
+   enable-background="new 0 0 720 720"
+   xml:space="preserve"
+   sodipodi:docname="OldChair3.svg"
+   width="8"
+   height="16"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"><defs
+   id="defs13" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="987"
+   id="namedview11"
+   showgrid="false"
+   inkscape:zoom="20.977778"
+   inkscape:cx="-5.1571032"
+   inkscape:cy="-0.55141222"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1" />
+<path
+   d="M 7.3954357,9.73635 C 5.5815447,8.70566 6.8049843,7.27591 6.8049843,7.27591 h -4.8e-4 C 7.2902481,6.89904 7.7019242,6.35882 7.8964022,5.58379 8.5643844,2.92182 5.7812114,1.01671 5.7812114,1.01671 c 0,0 -0.7422443,-0.33927 -0.853546,-0.65245 C 4.8163522,0.05113 4.5936686,-0.0011 4.3710307,-0.0011 H 3.9999601 3.6288894 c -0.2226379,0 -0.4452986,0.0522 -0.556589,0.36536 -0.111313,0.31318 -0.8535459,0.65245 -0.8535459,0.65245 0,0 -2.783173,1.90511 -2.11524804,4.56708 C 0.297996,6.35882 0.70967201,6.89904 1.1954044,7.27591 h -4.228e-4 c 0,0 1.2234509,1.42975 -0.59050857,2.46049 -0.46313836,0.23512 -0.77708961,0.53523 -0.50096657,0.87539 0.055428,0.0682 0.12861589,0.13037 0.21580362,0.1873 0.34228239,0.66583 0.92653952,2.18189 -0.081942,3.3542 h 0.72933007 c 0,0 0.48086375,-0.60013 0.63421085,-1.61003 C 1.9015575,13.55925 1.9921738,14.89223 1.0391431,16 h 0.9940703 c 0,0 1.4745572,-1.83995 0.7051703,-4.64504 0.7016389,0.0529 1.261645,0.0473 1.261645,0.0473 0,0 0.5599946,0.006 1.2616448,-0.0473 C 4.4922752,14.16005 5.9668438,16 5.9668438,16 H 6.960857 C 6.0078263,14.89223 6.0984426,13.55929 6.3990911,12.54326 c 0.1532899,1.0099 0.634211,1.61003 0.634211,1.61003 H 7.7626322 C 6.7540819,12.98098 7.3383506,11.46496 7.68069,10.79909 c 0.087199,-0.0569 0.1604442,-0.11912 0.2157466,-0.1873 0.276283,-0.3402 -0.0376,-0.64031 -0.5008637,-0.87544 z M 4.3710307,8.88562 H 3.9999601 3.6288894 c -0.2226379,0 -0.4452986,0.0161 -0.556589,0.11295 -0.111313,0.0968 -0.8535459,0.20165 -0.8535459,0.20165 0,0 -0.017371,0.004 -0.049142,0.0109 C 2.4132097,8.89768 2.614842,8.45613 2.485769,7.91969 3.3007325,8.1638 3.9999715,8.14135 3.9999715,8.14135 c 0,0 0.6992389,0.0224 1.5142139,-0.22166 -0.1290959,0.5364 0.072571,0.97799 0.316134,1.29143 -0.031656,-0.007 -0.049028,-0.0109 -0.049028,-0.0109 0,0 -0.7422557,-0.10485 -0.853546,-0.20165 C 4.8163178,8.90177 4.5936914,8.88562 4.3710537,8.88562 Z"
+   id="path2"
+   inkscape:connector-curvature="0"
+   style="fill:#c07e2a;stroke-width:0.04873238" />
+<path
+   d="m 5.2897076,9.36957 c 0,0 -0.5374005,-0.0759 -0.6179712,-0.14601 C 4.5911658,9.15346 4.4299102,9.14176 4.2687117,9.14176 H 4.0000058 3.7313113 c -0.1612556,0 -0.322454,0.0117 -0.4030818,0.0818 -0.080571,0.0701 -0.6179712,0.14601 -0.6179712,0.14601 0,0 -2.01527186,0.42639 -1.5316194,1.02207 0.4836982,0.59573 2.8213669,0.5724 2.8213669,0.5724 0,0 2.3376802,0.0233 2.8213898,-0.5724 C 7.3049794,9.79596 5.2897076,9.36957 5.2897076,9.36957 Z"
+   id="path4"
+   inkscape:connector-curvature="0"
+   style="fill:#be1e2d;stroke-width:0.04873238" />
+<path
+   d="m 5.4560946,1.62906 c 0,0 -0.6067027,-0.27735 -0.6977418,-0.53337 C 4.6673821,0.83967 4.4853611,0.797 4.3032828,0.797 H 3.9999029 3.6965801 c -0.1820324,0 -0.3640193,0.0427 -0.4550127,0.29869 -0.090971,0.25602 -0.6977418,0.53337 -0.6977418,0.53337 0,0 -2.27516646,1.5574 -1.72911461,3.73347 0.54606321,2.17606 3.18519191,2.09073 3.18519191,2.09073 0,0 2.6391745,0.0853 3.1852378,-2.09073 C 7.7311924,3.18642 5.4560946,1.62906 5.4560946,1.62906 Z"
+   id="path6"
+   inkscape:connector-curvature="0"
+   style="fill:#be1e2d;stroke-width:0.04873238" />
+<metadata
+   id="metadata8"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+         rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:publisher><cc:Agent
+           rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title></dc:title></cc:Work><cc:License
+       rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>
Index: /trunk/resources/images/presets/craft/window_construction.svg
===================================================================
--- /trunk/resources/images/presets/craft/window_construction.svg	(revision 16006)
+++ /trunk/resources/images/presets/craft/window_construction.svg	(revision 16006)
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="window_construction.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="3.5695217"
+     inkscape:cy="7.2167852"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="opacity:1;fill:#d1ad00;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4149"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="opacity:1;fill:#45ffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4153"
+       width="11.999998"
+       height="11.999791"
+       x="2"
+       y="1038.3622" />
+    <path
+       style="fill:#c5feff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5,1051.3622 10,-11 0,-3 -6.9017857,0 -7.0535714,9.0357 L 1,1051.3622 Z"
+       id="path4155"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <rect
+       style="opacity:1;fill:#a08400;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4151"
+       width="1"
+       height="15.000017"
+       x="1"
+       y="1037.3622" />
+    <rect
+       style="opacity:1;fill:#a08400;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4157"
+       width="2.0000017"
+       height="14.999611"
+       x="14"
+       y="1037.3622" />
+    <rect
+       style="opacity:1;fill:#a08400;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4159"
+       width="12"
+       height="1.0000174"
+       x="2"
+       y="1037.3622" />
+    <rect
+       style="opacity:1;fill:#a08400;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4161"
+       width="12"
+       height="2.0000174"
+       x="2"
+       y="1050.3622" />
+    <rect
+       style="opacity:1;fill:#a08400;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4163"
+       width="12"
+       height="2.0000174"
+       x="2"
+       y="1043.3622" />
+    <rect
+       style="opacity:1;fill:#a08400;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4165"
+       width="2"
+       height="11.999931"
+       x="7"
+       y="1038.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/education/college.svg
===================================================================
--- /trunk/resources/images/presets/education/college.svg	(revision 16006)
+++ /trunk/resources/images/presets/education/college.svg	(revision 16006)
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="college2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs20" />
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="26.715378"
+     inkscape:cx="0.78435316"
+     inkscape:cy="5.9758893"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4230" />
+  </sodipodi:namedview>
+  <g
+     id="g1327"
+     style="fill:#e5d76d;fill-opacity:1;stroke:#b68500;stroke-width:39.66518402;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     transform="matrix(0.02602963,0,0,0.02586494,0.45267931,0.48737964)">
+    <path
+       d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+       style="fill:#e5d76d;fill-opacity:1;stroke:#b68500;stroke-width:39.66518402;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path1329"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="layer3"
+     inkscape:label="Layout"
+     style="display:none;stroke:#757575;stroke-opacity:1"
+     transform="matrix(48.14969,0,0,48.14969,-536.27327,-597.30675)">
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4134"
+       width="10"
+       height="10"
+       x="1"
+       y="1" />
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4136"
+       width="8"
+       height="8"
+       x="2"
+       y="2" />
+  </g>
+  <path
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 4.1949429,7.560056 3.4757791,7.5704954 C 3.3754312,7.7374657 3.303149,7.9471169 3.2258369,8.1965155 3.1144199,8.5559076 3.0201286,8.9865466 2.9646616,9.415693 c -0.2090299,1.617144 -0.209539,2.365141 -0.209539,2.365141 l 0.4789451,0 c 0,0 -8.628e-4,-0.704859 0.2057946,-2.3038849 0.051852,-0.4011412 0.1414153,-0.8108754 0.2432126,-1.1392426 0.1017973,-0.3283586 0.2437216,-0.586195 0.27988,-0.6215337 0.084723,-0.082825 0.1584376,-0.1243499 0.2065452,-0.1456774 0.010698,-0.00518 0.018722,-0.00776 0.025451,-0.010439 z"
+     id="path2666"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 7.514894,4.1032709 1.5680571,7.0846569 8.9793547,7.1838659 14.378458,4.3737295 7.514894,4.1032709 Z"
+     id="path2662"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 4.0277138,9.5987452 4.6702902,7.7034815 9.1482404,7.8309546 12.129738,6.2106791 13.322533,7.5932809 c 0,0 -1.505882,0.1656935 -2.162073,0.5726324 -0.656191,0.4069389 -1.5073488,1.3866569 -1.5073488,1.3866569 0,0 -1.8531175,-0.6407992 -2.7100127,-0.6551901 C 5.3070689,8.8699443 4.1292954,9.576831 4.0277138,9.5987452 Z"
+     id="path2664"
+     sodipodi:nodetypes="cccccscsc"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.37024984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+     d="m 3.5295464,11.221281 c 0,0.313321 -0.3505229,1.141339 -0.6643957,1.141339 -0.3138728,0 -0.4728194,-0.828018 -0.4728194,-1.141339 0,-0.31332 0.254739,-0.567611 0.5686118,-0.567611 0.3138642,0 0.5686033,0.254291 0.5686033,0.567611 z"
+     id="path3462"
+     sodipodi:nodetypes="csssc"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path3466"
+     d="M 2.9425059,11.338487 2.6375282,12.64464 2.9425059,11.338487 Z"
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     sodipodi:nodetypes="ccc"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 3.5283213,11.331818 3.1022118,12.732512 3.5283213,11.331818 Z"
+     id="path3468"
+     sodipodi:nodetypes="ccc"
+     inkscape:connector-curvature="0" />
+  <path
+     sodipodi:nodetypes="ccc"
+     id="path3471"
+     d="M 2.3229824,11.203439 2.2203483,12.475746 2.3229824,11.203439 Z"
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     inkscape:connector-curvature="0" />
+  <path
+     sodipodi:nodetypes="ccc"
+     id="path3482"
+     d="M 2.5529516,11.301656 2.4503175,12.573962 2.5529516,11.301656 Z"
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     inkscape:connector-curvature="0" />
+  <path
+     sodipodi:nodetypes="ccc"
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 3.1819741,11.386302 2.8769964,12.692454 3.1819741,11.386302 Z"
+     id="path3484"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/education/driving_school.svg
===================================================================
--- /trunk/resources/images/presets/education/driving_school.svg	(revision 16006)
+++ /trunk/resources/images/presets/education/driving_school.svg	(revision 16006)
@@ -0,0 +1,176 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="driving_school3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="13.252561"
+     inkscape:cy="7.6487646"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <g
+       id="g3927"
+       transform="matrix(0.7645608,0,0,0.7645608,11.392749,247.77119)">
+      <rect
+         ry="2"
+         y="1036.3622"
+         x="0"
+         height="16"
+         width="6"
+         id="rect3804"
+         style="fill:#000000;fill-opacity:1;stroke:none" />
+      <circle
+         r="2"
+         cy="709.36218"
+         cx="638"
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,262.44169)"
+         id="path3024"
+         style="fill:#ff0000;fill-opacity:1;stroke:#b20505;stroke-width:0.2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <circle
+         r="2"
+         cy="714.36218"
+         cx="638"
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,261.9655)"
+         id="path3796"
+         style="fill:#ffff00;fill-opacity:1;stroke:#ffd600;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <circle
+         r="2"
+         cy="719.36218"
+         cx="638"
+         transform="matrix(1.0952381,0,0,1.0952381,-695.76189,261.48932)"
+         id="path3798"
+         style="fill:#00ff00;fill-opacity:1;stroke:#00b200;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4201"
+       style="fill:#ffffff">
+      <circle
+         inkscape:export-ydpi="2.0869565"
+         inkscape:export-xdpi="2.0869565"
+         id="circle6"
+         style="fill:#ffffff;stroke:#000000;stroke-width:1.47277796;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         r="4.3446951"
+         cy="1046.8955"
+         cx="5.3551645" />
+      <circle
+         inkscape:export-ydpi="2.0869565"
+         inkscape:export-xdpi="2.0869565"
+         inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+         id="path3602"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.47277796;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         cx="5.3551645"
+         cy="1046.8955"
+         r="0.22904202" />
+      <rect
+         inkscape:export-ydpi="2.0869565"
+         inkscape:export-xdpi="2.0869565"
+         inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+         y="1046.8953"
+         x="1.7512443"
+         height="0.00065177778"
+         width="7.2078404"
+         id="rect3604"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.4796108;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate" />
+      <rect
+         inkscape:export-ydpi="2.0869565"
+         inkscape:export-xdpi="2.0869565"
+         inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+         transform="matrix(0,-1,1,0,0,0)"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.4796108;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         id="rect3606"
+         width="7.2078404"
+         height="0.00065177778"
+         x="-1050.4995"
+         y="5.3548388" />
+      <rect
+         inkscape:export-ydpi="2.0869565"
+         inkscape:export-xdpi="2.0869565"
+         inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+         transform="matrix(0.69496168,0.71904678,-0.71904678,0.69496168,0,0)"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.47961068;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         id="rect3608"
+         width="7.2078385"
+         height="0.00065177761"
+         x="752.88458"
+         y="723.70135" />
+      <rect
+         inkscape:export-ydpi="2.0869565"
+         inkscape:export-xdpi="2.0869565"
+         inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+         y="731.40259"
+         x="745.44135"
+         height="0.00065177761"
+         width="7.2078385"
+         id="rect3610"
+         style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:0.98999999;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.47961068;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+         transform="matrix(-0.69496168,0.71904678,0.71904678,0.69496168,0,0)" />
+    </g>
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ee1c23;stroke-width:0.92498952;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6.0855973,1036.8683 6.8419437,0 -3.4209722,6.0424 z"
+       id="path4208"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/education/kindergarten.svg
===================================================================
--- /trunk/resources/images/presets/education/kindergarten.svg	(revision 16006)
+++ /trunk/resources/images/presets/education/kindergarten.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="344.12"
+   height="344.51999"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="kindergarten.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata12">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="0.6879914"
+     inkscape:cx="198.30586"
+     inkscape:cy="334.3065"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs11">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 335.76001 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="753.12 : 335.76001 : 1"
+       inkscape:persp3d-origin="376.56 : 223.84001 : 1"
+       id="perspective14" />
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4137"
+     width="344.12"
+     height="344.51999"
+     x="0"
+     y="-9.8632813e-007" />
+  <path
+     d="m 245.65209,60.332072 c 0,14.79633 -11.9948,26.79113 -26.79112,26.79113 -14.79634,0 -26.79113,-11.9948 -26.79113,-26.79113 0,-14.79634 11.99479,-26.79112 26.79113,-26.79112 14.79632,0 26.79112,11.99478 26.79112,26.79112 z"
+     style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="path5681"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 68.975261,308.74492 -5.17213,-117.80968 -32.75684,26.43535 c -7.16156,-0.56763 -14.7311,-0.57428 -18.61329,-5.65104 l 51.17857,-49.99727 c 11.6192,3.25298 22.60625,2.2916 32.94839,-2.96919 l 36.779609,7.47086 17.81512,36.7796 c -5.51414,1.04564 -8.44572,6.19298 -20.68853,-3.44809 l -9.1949,-18.3898 -14.94171,-0.57468 13.21767,52.87068 34.48088,4.02277 c 9.1748,1.12084 9.74583,9.32715 12.06831,16.09108 l -55.74409,0.57468 -9.76959,-13.79235 -16.091079,4.59745 0.57469,52.87069 c -4.81424,7.48579 -10.44424,9.26135 -16.09108,10.91894 z"
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path5675"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 120.18778,142.59355 c 7.2242,-2.25756 80.36919,-47.408788 80.36919,-47.408788 17.07423,9.550968 31.45487,2.55559 45.60274,-5.86966 l 45.60275,14.448388 23.93015,46.95728 c -9.38939,4.96278 -18.57808,3.70403 -27.54225,-4.51512 l -12.19083,-24.38167 -25.28469,-8.57873 6.32117,58.6966 20.31805,49.21484 45.60275,19.86654 c 11.33556,12.73831 7.09452,19.08434 5.86966,27.54226 l -67.27534,-27.09074 c -3.52449,-0.65817 -4.8229,-4.65547 -6.77268,-7.67571 l -21.22108,-49.66636 -22.57562,110.16901 -25.28469,13.54537 21.67259,-125.52043 -5.86966,-59.59962 -56.43903,31.15435 c -14.57082,2.25688 -19.83399,-4.38922 -24.83318,-11.28781 z"
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path5677"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 100.85158,130.49687 c 0,13.03481 -10.566799,23.60161 -23.601599,23.60161 -13.03481,0 -23.60161,-10.5668 -23.60161,-23.60161 0,-13.03481 10.5668,-23.6016 23.60161,-23.6016 13.0348,0 23.601599,10.56679 23.601599,23.6016 z"
+     style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="path5679"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/education/library.svg
===================================================================
--- /trunk/resources/images/presets/education/library.svg	(revision 16006)
+++ /trunk/resources/images/presets/education/library.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="08.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="2.6330947"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <g
+       id="g1327"
+       style="fill:#ffffff;stroke:none"
+       transform="matrix(0.02775633,0,0,0.02770795,-0.04729679,1037.315)">
+      <path
+         d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 v 450.123 c 0,40.844 20.895,62.229 62.192,62.229 H 515.92 c 41.307,0 62.229,-20.315 62.229,-62.229 V 66.804 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+         style="fill:#ffffff;stroke:none;stroke-width:3.40799999"
+         id="path1329"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       id="g3338"
+       transform="matrix(0.03854698,-0.0067251,0.0067251,0.03854698,-5.1054902,1035.8123)" />
+    <ellipse
+       style="fill:#000000"
+       cx="8.1412296"
+       cy="1040.4108"
+       id="circle2193"
+       rx="2.0264597"
+       ry="2.0264595" />
+    <path
+       style="fill:#000000"
+       inkscape:connector-curvature="0"
+       d="m 10.109845,1042.9299 c 0.927395,0.034 1.31552,0.7744 1.31552,0.7744 l 2.991174,4.0996 c 0.123155,0.1847 0.195928,0.4049 0.195928,0.6456 0,0.6382 -0.516878,1.155 -1.155045,1.155 -0.151145,0 -0.291093,-0.034 -0.425444,-0.084 l -1.804408,-0.5019 v 1.8007 H 4.9671904 v -1.8007 l -1.8044074,0.5019 c -0.1287531,0.05 -0.272434,0.084 -0.4254448,0.084 -0.6381669,0 -1.1550447,-0.5168 -1.1550447,-1.155 0,-0.2407 0.072773,-0.4609 0.1996604,-0.6456 l 2.987442,-4.0996 c 0,0 0.3937228,-0.7408 1.3155195,-0.7744 z m -2.0115318,6.6317 v 0 l 2.3380788,-0.7744 -0.05225,-0.011 c -1.6103421,-0.4739 -0.985237,-2.6049 0.625108,-2.1309 l 0.220186,0.077 v -2.4053 l -3.1311228,1.0226 -3.1311228,-1.0226 v 2.4053 l 0.2201862,-0.077 c 1.6103452,-0.4758 2.2410481,1.657 0.6251052,2.1309 l -0.052248,0.011 z"
+       id="path2195" />
+    <path
+       style="fill:#000000"
+       inkscape:connector-curvature="0"
+       d="m 14.53223,1052.3214 c 0.160474,0 0.287361,-0.1913 0.287361,-0.4331 v 0 c 0,-0.2419 -0.126887,-0.4331 -0.287361,-0.4331 H 1.892047 c -0.1548768,0 -0.2873617,0.1912 -0.2873617,0.4331 v 0 c 0,0.2418 0.1324849,0.4331 0.2873617,0.4331 z"
+       id="path2197" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/education/school.svg
===================================================================
--- /trunk/resources/images/presets/education/school.svg	(revision 16006)
+++ /trunk/resources/images/presets/education/school.svg	(revision 16006)
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="10.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       gradientTransform="translate(0.01424249,1037.3622)"
+       inkscape:collect="always"
+       xlink:href="#linearGradient4223-2"
+       id="linearGradient4229-0"
+       x1="9.4411364"
+       y1="8.999999"
+       x2="-9"
+       y2="-4.000001"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4223-2">
+      <stop
+         style="stop-color:#005d00;stop-opacity:1"
+         offset="0"
+         id="stop4225-2" />
+      <stop
+         style="stop-color:#008000;stop-opacity:0;"
+         offset="1"
+         id="stop4227-8" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="2.6330947"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <path
+       id="path3526"
+       style="opacity:1;fill:none;fill-rule:evenodd;stroke:#804e08;stroke-width:1.03097248;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.4272008,1052.8399 1.50149,-3.6352 2.25264,-1.2991 0.0548,-4.9269 0.61987,-1.3475 1.58252,-3.7467 m 6.1170992,14.9554 -1.13522,-2.7484 -3.6200992,-5.8698 0.1387,-3.0453 -1.39466,-3.2919"
+       sodipodi:nodetypes="ccccccccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#804e08;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 1.0142425,1049.3621 H 15.014242"
+       id="path4221"
+       inkscape:connector-curvature="0" />
+    <rect
+       y="1040.6694"
+       x="1.3279165"
+       height="8.3791513"
+       width="13.372833"
+       id="rect3544"
+       style="fill:#ffffff;fill-opacity:1;stroke:#005800;stroke-width:0.62734801;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <path
+       style="fill:url(#linearGradient4229-0);fill-opacity:1;stroke:none;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 1.3938003,1040.802 v 8.3797 H 14.766685 v -8.3797 z m 2.1376982,0.7915 c 0.3745631,0 0.6751058,0.022 0.9023031,0.064 0.2271973,0.042 0.416755,0.1296 0.5682259,0.2628 0.1064328,0.092 0.1903695,0.2223 0.2517826,0.3913 0.061395,0.1691 0.092083,0.3309 0.092092,0.4845 v 1.4408 c -9.1e-6,0.1537 0.00994,0.2748 0.029375,0.3619 0.019431,0.087 0.06185,0.1982 0.1273601,0.3334 H 4.3299324 c -0.047073,-0.084 -0.077724,-0.1481 -0.092092,-0.1922 -0.014322,-0.044 -0.028736,-0.1137 -0.04315,-0.2079 -0.1637499,0.1578 -0.3271714,0.2707 -0.4888687,0.3384 -0.2210579,0.09 -0.477347,0.1353 -0.7700443,0.1353 -0.3888946,0 -0.6840367,-0.09 -0.8856453,-0.2707 -0.2016177,-0.1803 -0.3027321,-0.4026 -0.3027321,-0.6669 0,-0.2479 0.073163,-0.4522 0.2184762,-0.612 0.1453223,-0.1598 0.4133886,-0.2782 0.8043359,-0.356 0.468717,-0.094 0.7719326,-0.1602 0.9111155,-0.1981 0.1391828,-0.038 0.2872602,-0.088 0.4428272,-0.1491 -9.1e-6,-0.1537 -0.031564,-0.2612 -0.09503,-0.3227 -0.063493,-0.061 -0.1754086,-0.092 -0.3350624,-0.092 -0.2046828,0 -0.3581152,0.033 -0.460452,0.098 -0.079822,0.051 -0.1448662,0.1479 -0.1939821,0.2893 l -1.194252,-0.1265 c 0.045065,-0.209 0.110018,-0.3734 0.1949582,-0.4933 0.084931,-0.1199 0.2077297,-0.2238 0.3673836,-0.3119 0.114625,-0.063 0.2716242,-0.1123 0.4722201,-0.1471 0.2005868,-0.035 0.4181598,-0.053 0.6514967,-0.053 z m 8.7632825,-0.3439 c 0.532174,0 0.937388,0.096 1.216785,0.2864 0.279387,0.1906 0.476216,0.4688 0.588797,0.8356 l -1.176618,0.1569 c -0.03685,-0.1393 -0.103614,-0.2441 -0.200843,-0.3148 -0.09722,-0.071 -0.228128,-0.1059 -0.391877,-0.1059 -0.206726,0 -0.373679,0.074 -0.501604,0.2226 -0.127925,0.1486 -0.192021,0.3736 -0.192021,0.6748 0,0.2684 0.06312,0.4717 0.19006,0.611 0.126903,0.1393 0.289431,0.2099 0.485931,0.2099 0.163741,0 0.300898,-0.043 0.412458,-0.1265 0.111551,-0.084 0.195533,-0.2133 0.250797,-0.3874 l 1.187402,0.1353 c -0.0655,0.2479 -0.17291,0.463 -0.322328,0.6444 -0.149418,0.1813 -0.339833,0.3223 -0.572139,0.4227 -0.232325,0.1004 -0.527457,0.15 -0.885645,0.15 -0.345919,0 -0.633836,-0.033 -0.864098,-0.097 -0.230272,-0.065 -0.428888,-0.1684 -0.594681,-0.3128 -0.165794,-0.1445 -0.295763,-0.3144 -0.389917,-0.509 -0.09415,-0.1947 -0.14108,-0.4531 -0.14108,-0.7748 0,-0.3361 0.05683,-0.6152 0.171449,-0.8386 0.08393,-0.1639 0.198553,-0.3112 0.343875,-0.4413 0.145322,-0.1302 0.295187,-0.2268 0.448702,-0.2903 0.243572,-0.1004 0.555883,-0.1511 0.936595,-0.1511 z m -8.1705626,2.1328 c -0.1719419,0.062 -0.3516016,0.1157 -0.5378568,0.1628 -0.2538078,0.068 -0.4144652,0.1345 -0.4820086,0.2001 -0.069605,0.068 -0.1038512,0.1444 -0.1038512,0.2305 0,0.098 0.0343,0.1788 0.1028659,0.2413 0.068602,0.062 0.1687035,0.094 0.3017468,0.094 0.1391829,0 0.2691977,-0.034 0.3889403,-0.102 0.1197427,-0.068 0.2045734,-0.1498 0.2547201,-0.2471 0.050174,-0.097 0.075443,-0.2239 0.075443,-0.3796 z m 2.3767457,0.6405 h 1.2618505 v 1.5614 c 0.1248604,-0.1312 0.2665612,-0.2297 0.4251933,-0.2953 0.158623,-0.065 0.333694,-0.098 0.5260979,-0.098 0.3970776,0 0.7256265,0.1427 0.9855738,0.4286 0.2599473,0.2858 0.3899164,0.696 0.3899164,1.2308 0,0.3566 -0.05957,0.671 -0.1783004,0.9425 -0.118721,0.2715 -0.2829909,0.4739 -0.4927915,0.6081 -0.2098006,0.1342 -0.4426721,0.202 -0.6985234,0.202 -0.2190143,0 -0.419364,-0.048 -0.6015323,-0.1422 -0.1371394,-0.074 -0.2860287,-0.212 -0.447726,-0.4148 v 0.4825 H 6.5009641 Z m 1.8291003,2.1027 c -0.1698894,0 -0.3079411,0.062 -0.4153958,0.1883 -0.1074545,0.1261 -0.1616516,0.3177 -0.1616516,0.5738 0,0.2807 0.053276,0.484 0.1587142,0.61 0.1054112,0.126 0.2380167,0.1893 0.399714,0.1893 0.1494184,0 0.27489,-0.062 0.3762051,-0.1863 0.1013152,-0.124 0.1528303,-0.3327 0.1528303,-0.6258 0,-0.2581 -0.049626,-0.4469 -0.1489075,-0.5678 -0.099272,-0.1209 -0.2202825,-0.1815 -0.3615087,-0.1815 z"
+       id="rect3530-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccsccccccccccscscccccsccccccccsccccscscscccccscscscccscccscsccscccccccsccscccccssscscscs" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/education/university.svg
===================================================================
--- /trunk/resources/images/presets/education/university.svg	(revision 16006)
+++ /trunk/resources/images/presets/education/university.svg	(revision 16006)
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="university1.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="26.715378"
+     inkscape:cx="4.3704932"
+     inkscape:cy="2.7330724"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4230" />
+  </sodipodi:namedview>
+  <g
+     id="g1327"
+     style="fill:#d74545;fill-opacity:1;stroke:#6d0000;stroke-width:39.66518402;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     transform="matrix(0.02602963,0,0,0.02586494,0.45267931,0.48737964)">
+    <path
+       d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+       style="fill:#d74545;fill-opacity:1;stroke:#6d0000;stroke-width:39.66518402;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path1329"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="layer3"
+     inkscape:label="Layout"
+     style="display:none;stroke:#757575;stroke-opacity:1"
+     transform="matrix(48.14969,0,0,48.14969,-536.27327,-597.30675)">
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4134"
+       width="10"
+       height="10"
+       x="1"
+       y="1" />
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4136"
+       width="8"
+       height="8"
+       x="2"
+       y="2" />
+  </g>
+  <path
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 4.1949429,7.560056 3.4757791,7.5704954 C 3.3754312,7.7374657 3.303149,7.9471169 3.2258369,8.1965155 3.1144199,8.5559076 3.0201286,8.9865466 2.9646616,9.415693 c -0.2090299,1.617144 -0.209539,2.365141 -0.209539,2.365141 l 0.4789451,0 c 0,0 -8.628e-4,-0.704859 0.2057946,-2.3038849 0.051852,-0.4011412 0.1414153,-0.8108754 0.2432126,-1.1392426 0.1017973,-0.3283586 0.2437216,-0.586195 0.27988,-0.6215337 0.084723,-0.082825 0.1584376,-0.1243499 0.2065452,-0.1456774 0.010698,-0.00518 0.018722,-0.00776 0.025451,-0.010439 z"
+     id="path2666"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 7.514894,4.1032709 1.5680571,7.0846569 8.9793547,7.1838659 14.378458,4.3737295 7.514894,4.1032709 Z"
+     id="path2662"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 4.0277138,9.5987452 4.6702902,7.7034815 9.1482404,7.8309546 12.129738,6.2106791 13.322533,7.5932809 c 0,0 -1.505882,0.1656935 -2.162073,0.5726324 -0.656191,0.4069389 -1.5073488,1.3866569 -1.5073488,1.3866569 0,0 -1.8531175,-0.6407992 -2.7100127,-0.6551901 C 5.3070689,8.8699443 4.1292954,9.576831 4.0277138,9.5987452 Z"
+     id="path2664"
+     sodipodi:nodetypes="cccccscsc"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.37024984;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+     d="m 3.5295464,11.221281 c 0,0.313321 -0.3505229,1.141339 -0.6643957,1.141339 -0.3138728,0 -0.4728194,-0.828018 -0.4728194,-1.141339 0,-0.31332 0.254739,-0.567611 0.5686118,-0.567611 0.3138642,0 0.5686033,0.254291 0.5686033,0.567611 z"
+     id="path3462"
+     sodipodi:nodetypes="csssc"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path3466"
+     d="M 2.9425059,11.338487 2.6375282,12.64464 2.9425059,11.338487 Z"
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     sodipodi:nodetypes="ccc"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 3.5283213,11.331818 3.1022118,12.732512 3.5283213,11.331818 Z"
+     id="path3468"
+     sodipodi:nodetypes="ccc"
+     inkscape:connector-curvature="0" />
+  <path
+     sodipodi:nodetypes="ccc"
+     id="path3471"
+     d="M 2.3229824,11.203439 2.2203483,12.475746 2.3229824,11.203439 Z"
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     inkscape:connector-curvature="0" />
+  <path
+     sodipodi:nodetypes="ccc"
+     id="path3482"
+     d="M 2.5529516,11.301656 2.4503175,12.573962 2.5529516,11.301656 Z"
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     inkscape:connector-curvature="0" />
+  <path
+     sodipodi:nodetypes="ccc"
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.2392623;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 3.1819741,11.386302 2.8769964,12.692454 3.1819741,11.386302 Z"
+     id="path3484"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/emergency/aed.svg
===================================================================
--- /trunk/resources/images/presets/emergency/aed.svg	(revision 16006)
+++ /trunk/resources/images/presets/emergency/aed.svg	(revision 16006)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!-- Creator: CorelDRAW -->
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:odm="http://product.corel.com/CGS/11/cddns/" xml:space="preserve" width="600px" height="600px" style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd"
+     viewBox="0 0 600 600">
+ <defs>
+  <style type="text/css">
+   <![CDATA[
+    .fil0 {fill:#FFFFFF}
+    .fil1 {fill:#009A3B}
+   ]]>
+  </style>
+ </defs>
+ <g id="Ebene 1">
+  <rect fill="#FFFFFF" x="0" y="0" width="600" height="600"/>
+  <path fill="#009A3B" d="M0 0l300 0 300 0 0 300 0 300 -300 0 -300 0 0 -600zm259 553c21,-11 49,-30 77,-55 30,-25 53,-49 74,-75 27,-32 46,-65 51,-90 2,-13 2,-36 0,-50 -5,-27 -16,-52 -33,-72 -20,-25 -48,-40 -75,-41 -19,-1 -37,3 -55,12 -15,7 -26,14 -38,26 -4,5 -8,8 -8,8 0,0 -4,-3 -8,-7 -19,-19 -41,-32 -65,-37 -32,-7 -60,0 -86,20 -27,23 -47,60 -52,98 -2,16 -1,35 3,48 9,35 38,79 85,125 38,38 83,73 115,90 4,1 7,3 8,3 0,0 3,-1 7,-3zm253 -393l0 -28 29 -1 30 0 0 -24 0 -24 -29 0c-22,0 -29,-1 -30,-1 0,-1 0,-8 0,-29l0 -29 -27 0 -26 0 0 28c0,25 0,29 -1,30 0,1 -4,1 -30,1l-29 0 0 24 0 24 30 0c26,0 29,0 30,1 0,1 0,8 0,29l0 27 26 0 26 0 1 -28z"/>
+  <path fill="#009A3B" d="M201 479c-1,-1 10,-26 24,-57 13,-31 24,-57 24,-58l1 -1 -35 0c-31,-1 -34,-1 -34,-2 0,0 21,-26 56,-68 31,-37 57,-68 58,-69 2,-2 3,-2 3,-1 0,1 -10,25 -22,54 -12,30 -22,54 -22,54 0,1 6,1 33,1 23,0 32,1 32,1 0,1 -116,145 -117,146 -1,0 -1,0 -1,0z"/>
+ </g>
+</svg>
Index: /trunk/resources/images/presets/emergency/ambulance_station.svg
===================================================================
--- /trunk/resources/images/presets/emergency/ambulance_station.svg	(revision 16006)
+++ /trunk/resources/images/presets/emergency/ambulance_station.svg	(revision 16006)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg3835"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="ambulance_station.svg">
+  <defs
+     id="defs3837" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="7.3398769"
+     inkscape:cy="4.9455986"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3840">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-534.8525,-552.90935)">
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:#cc0000;stroke-opacity:1"
+       id="path3002"
+       sodipodi:cx="-8.5"
+       sodipodi:cy="5.5"
+       sodipodi:rx="5.5"
+       sodipodi:ry="5.5774221"
+       d="m -3,5.5 c 0,3.0803252 -2.4624339,5.577422 -5.5,5.577422 -3.037566,0 -5.5,-2.4970968 -5.5,-5.577422 0,-3.0803252 2.462434,-5.57742214 5.5,-5.57742214 3.0375661,0 5.5,2.49709694 5.5,5.57742214 z"
+       transform="matrix(1.3341078,0,0,1.315587,554.19242,553.67363)" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 544.8525,562.90935 3,0 0,-4 -3,0 0,-3 -4,0 0,3 -3,0 0,4 3,0 0,3 4,0 z"
+       style="fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path1883"
+       sodipodi:nodetypes="ccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/emergency/assembly_point.svg
===================================================================
--- /trunk/resources/images/presets/emergency/assembly_point.svg	(revision 16006)
+++ /trunk/resources/images/presets/emergency/assembly_point.svg	(revision 16006)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
+     version="1.1"
+     width="400px"
+     height="400px"
+     viewBox="0 0 178 178"
+     id="svg2">
+    <defs />
+    <rect
+         width="178"
+         height="178"
+         x="0"
+         y="0"
+         style="fill:#ffffff" />
+    <rect
+         width="168"
+         height="168"
+         x="5"
+         y="5"
+         style="fill:#008855;fill-rule:evenodd" />
+	<g style="fill:#ffffff;fill-rule:evenodd">
+    <path d="M 44.9,117.94 44.9,88.84 C 44.9,86.32 47.1,84.64 49.4,84.64 H 76.7 C 76.6,88.08 79,90.5 80.9,93.04 H 74 C 69,93.04 66.5,96.15 66.5,101.74 V 117.94 H 56.9 V 96.04 H 52.7 V 117.94 z M 70.7,127.84 70.7,101.44 C 70.7,98.41 72.7,96.94 75.5,96.94 H 102.5 C 105.8,96.94 107.3,99.73 107.3,101.14 V 127.84 H 101.6 V 106.54 H 97.4 V 127.84 H 80.9 V 106.54 H 76.4 V 127.84 z M 133.1,117.94 133.1,90.04 C 133.1,86.99 131.5,84.64 128.6,84.64 H 101.3 C 101.3,87.95 99,90.54 97.1,93.04 H 103.7 C 108.4,93.04 111.5,97.12 111.5,101.74 V 117.94 H 121.1 V 96.04 H 125.3 V 117.94 z" />
+    <path d="M 97.86,58.49 A 8.855,8.855 0 0 1 80.15,58.49 8.855,8.855 0 1 1 97.86,58.49 z" />
+    <path d="M 122.54,71.069 A 8.8551,8.8551 0 0 1 104.83,71.069 8.8551,8.8551 0 1 1 122.54,71.069 z" />
+    <path d="M 72.283,70.693 A 8.8551,8.8551 0 0 1 54.573,70.693 8.8551,8.8551 0 1 1 72.283,70.693 z" />
+    <path d="M 97.702,83.413 A 8.8551,8.8551 0 0 1 79.992,83.413 8.8551,8.8551 0 1 1 97.702,83.413 z" />
+    <path d="M 14.761,8.9 8.9,14.496 35.275,40.999 H 16.714 L 24.53,48.95 H 48.95 V 25.097 L 41.136,17.146 V 35.404 L 14.761,8.9" />
+    <path d="M 163.24,8.902 169.1,14.492 142.72,40.999 H 161.28 L 153.47,48.95 H 129.05 V 25.092 L 136.86,17.142 V 35.402 L 163.24,8.902" />
+    <path d="M 14.761,169.1 8.9,163.5 35.275,137 H 16.714 L 24.53,129.05 H 48.95 V 152.9 L 41.136,160.85 V 142.59 L 14.761,169.1" />
+    <path d="M 163.24,169.1 169.1,163.51 142.72,137 H 161.28 L 153.47,129.05 H 129.05 V 152.91 L 136.86,160.86 V 142.6 L 163.24,169.1" />
+	</g>
+</svg>
Index: /trunk/resources/images/presets/emergency/emergency_ward_entrance.svg
===================================================================
--- /trunk/resources/images/presets/emergency/emergency_ward_entrance.svg	(revision 16006)
+++ /trunk/resources/images/presets/emergency/emergency_ward_entrance.svg	(revision 16006)
@@ -0,0 +1,276 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="em22.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs22">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 290 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="580 : 290 : 1"
+       inkscape:persp3d-origin="290 : 193.33333 : 1"
+       id="perspective24" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowStart">
+      <path
+         id="path3568"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowEnd">
+      <path
+         id="path3565"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2683"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2959">
+      <path
+         id="path2626"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2956">
+      <path
+         id="path2623"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2953"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3077">
+      <path
+         id="path3298"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3074">
+      <path
+         id="path3295"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective3071"
+       inkscape:persp3d-origin="180.936 : 163.92867 : 1"
+       inkscape:vp_z="361.87201 : 245.89301 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 245.89301 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3724"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective7956"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective8355"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="32.000001"
+     inkscape:cx="1.9678977"
+     inkscape:cy="9.32756"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4249" />
+  </sodipodi:namedview>
+  <path
+     inkscape:connector-curvature="0"
+     id="path1329"
+     style="fill:#4d4d4d;stroke:none;stroke-width:3.40799999;fill-opacity:1"
+     d="M 1.792253,0.00176061 C 0.64495383,0.00176061 0,0.59391061 0,1.8037806 L 0,14.275761 c 0,1.13171 0.57994055,1.72424 1.726228,1.72424 l 12.546522,0 c 1.146528,0 1.72725,-0.56291 1.72725,-1.72424 L 16,1.8037806 c 0,-1.18038999 -0.580722,-1.80201999 -1.763142,-1.80201999 -8e-5,0 -12.4485419,-0.004 -12.444605,0 z" />
+  <g
+     id="g2319"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2323"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g2325"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2329"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g8450"
+     transform="matrix(0.03016554,0,0,0.02741884,-0.26275126,-0.49455001)">
+    <path
+       id="path8395"
+       d="M 51.484508,291.68574 H 182.60595 l -58.06063,-69.35799"
+       style="fill:none;stroke:#ffffff;stroke-width:37.05033112;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:37.05033112;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 51.484508,296.87387 H 182.60595 l -58.06063,69.35799"
+       id="path8397"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+  </g>
+  <rect
+     style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.94099998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+     id="rect878-6"
+     width="4"
+     height="8"
+     x="9"
+     y="4"
+     ry="0" />
+  <rect
+     style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.94099998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+     id="rect916-8"
+     width="8"
+     height="4"
+     x="7"
+     y="6" />
+  <rect
+     style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.94099998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+     id="rect918-0"
+     width="2"
+     height="6"
+     x="10"
+     y="5" />
+  <rect
+     style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.94099998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+     id="rect920-6"
+     width="6"
+     height="2"
+     x="8"
+     y="7" />
+</svg>
Index: /trunk/resources/images/presets/emergency/fire_extinguisher.svg
===================================================================
--- /trunk/resources/images/presets/emergency/fire_extinguisher.svg	(revision 16006)
+++ /trunk/resources/images/presets/emergency/fire_extinguisher.svg	(revision 16006)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<path fill="#FF3333" d="M4,7.042C4,5.086,5.586,3.5,7.542,3.5l0,0c1.956,0,3.542,1.586,3.542,3.542v5.416
+	c0,1.956-1.586,3.542-3.542,3.542l0,0C5.586,16,4,14.414,4,12.458V7.042z"/>
+<rect x="6" y="1" fill="#666666" width="3" height="3"/>
+<path fill="none" stroke="#666666" stroke-width="2" d="M7.5,2H12c0,0,2,0,2,2v5"/>
+<rect x="5.5" y="8" fill="#666666" width="4.5" height="4"/>
+</svg>
Index: /trunk/resources/images/presets/emergency/fire_hose.svg
===================================================================
--- /trunk/resources/images/presets/emergency/fire_hose.svg	(revision 16006)
+++ /trunk/resources/images/presets/emergency/fire_hose.svg	(revision 16006)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Ebene_1"
+   x="0px"
+   y="0px"
+   width="16px"
+   height="16px"
+   viewBox="0 0 16 16"
+   enable-background="new 0 0 16 16"
+   xml:space="preserve"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="fire_hose.svg"><metadata
+   id="metadata21"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+   id="defs19" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview17"
+   showgrid="true"
+   inkscape:zoom="29.5"
+   inkscape:cx="3.0504169"
+   inkscape:cy="7.108022"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Ebene_1"><inkscape:grid
+     type="xygrid"
+     id="grid3004" /></sodipodi:namedview>
+<rect
+   style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0.59999999999999998"
+   id="rect3006"
+   width="16"
+   height="16"
+   x="0"
+   y="0"
+   ry="0" /><g
+   id="g3">
+	<path
+   d="M1,7.156c0.02,4.616,5.878,8.566,10.124,6.496"
+   id="path5"
+   stroke="#000000"
+   fill="none" />
+	<path
+   d="M1,7.156C1,4.05,3.473,1.532,6.523,1.532c3.049,0,5.523,2.519,5.523,5.625"
+   id="path7"
+   stroke="#000000"
+   fill="none" />
+	<path
+   d="M3.455,7.156L3.455,7.156c0,2.416,1.923,4.375,4.295,4.375s4.296-1.959,4.296-4.375v0"
+   id="path9"
+   stroke="#000000"
+   fill="none" />
+	<path
+   d="M5.909,7.156L5.909,7.156c0,1.036,0.825,1.875,1.841,1.875s1.841-0.839,1.841-1.875v0"
+   id="path11"
+   stroke="#000000"
+   fill="none" />
+	<path
+   d="M3.455,7.156c0-1.726,1.374-3.125,3.068-3.125c1.694,0,3.068,1.399,3.068,3.125"
+   id="path13"
+   stroke="#000000"
+   fill="none" />
+	<polyline
+   points="9.544,12.118 11.527,15.361 15.002,12.12 14.007,10.5  "
+   id="polyline15"
+   fill="#0092DA" />
+</g>
+</svg>
Index: /trunk/resources/images/presets/emergency/siren.svg
===================================================================
--- /trunk/resources/images/presets/emergency/siren.svg	(revision 16006)
+++ /trunk/resources/images/presets/emergency/siren.svg	(revision 16006)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Ebene_1"
+   x="0px"
+   y="0px"
+   width="16px"
+   height="16px"
+   viewBox="0 0 16 16"
+   enable-background="new 0 0 16 16"
+   xml:space="preserve"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="siren.svg"><metadata
+   id="metadata11"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+   id="defs9" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview7"
+   showgrid="true"
+   inkscape:zoom="29.5"
+   inkscape:cx="8.8863159"
+   inkscape:cy="5.6147308"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Ebene_1"><inkscape:grid
+     type="xygrid"
+     id="grid2999" /></sodipodi:namedview>
+<path
+   inkscape:connector-curvature="0"
+   d="M 14,6 C 14,2.6865 11.3132,0 8,0 4.6844,0 2,2.6865 2,6"
+   id="path5-7"
+   style="fill:#ffffff" /><rect
+   x="6"
+   y="5"
+   width="4"
+   height="11"
+   id="rect3-1"
+   style="fill:#ffffff" /><rect
+   x="7"
+   y="4.6"
+   width="2"
+   height="11.4"
+   id="rect3" />
+<path
+   d="M13,5c0-2.209-2.239-4-5-4C5.237,1,3,2.791,3,5"
+   id="path5" />
+</svg>
Index: /trunk/resources/images/presets/emergency/water_tank.svg
===================================================================
--- /trunk/resources/images/presets/emergency/water_tank.svg	(revision 16006)
+++ /trunk/resources/images/presets/emergency/water_tank.svg	(revision 16006)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+	 width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
+<rect x="1" y="1" fill="#FFFFFF" stroke="#000000" stroke-width="2" width="14" height="14"/>
+<rect x="1" y="6" fill="#0092DA" width="14" height="9"/>
+<rect x="1" y="1" fill="none" stroke="#000000" stroke-width="2" width="14" height="14"/>
+</svg>
Index: /trunk/resources/images/presets/food/bar.svg
===================================================================
--- /trunk/resources/images/presets/food/bar.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/bar.svg	(revision 16006)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="bar2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="9.3802765"
+     inkscape:cy="5.2609214"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-16)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4138"
+       width="15"
+       height="16"
+       x="0"
+       y="16" />
+    <path
+       style="fill:#ff2a2a;fill-rule:evenodd;stroke:#0000ff;stroke-width:1.00438809;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 7.5,22 0,8"
+       id="path2159"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0062ff;fill-rule:evenodd;stroke:#0000ff;stroke-width:0.15268402;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;fill-opacity:1"
+       d="m 7.5146895,23.181551 -5.7356411,-6.07237 11.2797726,0 -5.5441315,6.07237 z"
+       id="path2157"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#0000ff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 5,30.5 5,0"
+       id="path2161"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/food/biergarten.svg
===================================================================
--- /trunk/resources/images/presets/food/biergarten.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/biergarten.svg	(revision 16006)
@@ -0,0 +1,202 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="150"
+   viewBox="0 0 160 150"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="03.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient4213"
+       y2="349.41"
+       gradientUnits="userSpaceOnUse"
+       x2="122.01"
+       y1="121.23"
+       x1="121.87"
+       inkscape:collect="always"
+       gradientTransform="matrix(0.352644,0,0,0.33963102,-2.9616951,924.45861)">
+      <stop
+         id="stop4209"
+         style="stop-color:#ef8900"
+         offset="0" />
+      <stop
+         id="stop4211"
+         style="stop-color:#5d2500"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4235"
+       y2="117.64"
+       gradientUnits="userSpaceOnUse"
+       x2="160.42"
+       y1="186.8"
+       x1="113.13"
+       inkscape:collect="always"
+       gradientTransform="matrix(0.352644,0,0,0.33963102,-2.9616951,924.45861)">
+      <stop
+         id="stop4231"
+         style="stop-color:#ff7f2a"
+         offset="0" />
+      <stop
+         id="stop4233"
+         style="stop-color:#813300;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="radialGradient4221"
+       gradientUnits="userSpaceOnUse"
+       cy="45.060001"
+       cx="126.23"
+       gradientTransform="matrix(0.61892548,2.144702e-8,0,0.59968649,-36.576078,918.94878)"
+       r="117.84"
+       inkscape:collect="always">
+      <stop
+         id="stop4217"
+         style="stop-color:#ffffff"
+         offset="0" />
+      <stop
+         id="stop4219"
+         style="stop-color:#c5c5c5"
+         offset="1" />
+    </radialGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.1475606"
+     inkscape:cx="94.503997"
+     inkscape:cy="84.732035"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-903.3622)">
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:url(#linearGradient4213);stroke:#000000;stroke-width:0.34607634px"
+       d="m 19.916084,947.9461 c -6.886785,-0.01 -12.3242031,0.051 -12.8715061,0.2018 -1.459241,0.4014 -2.710775,1.8041 -2.710775,1.8041 0,0 0.629823,5.4208 1.046648,7.228 0.417178,1.8055 2.919539,39.3564 2.711127,42.1686 -0.208413,2.8121 0.824482,36.1367 0.407656,37.9436 -0.390729,1.6947 -0.779343,3.5627 -0.826597,3.4608 -0.01164,0.1291 -0.622417,6.9964 -0.209471,7.9915 0.417178,1.0019 24.1829151,4.816 35.2319571,4.4152 11.048337,-0.4008 33.35307,-2.8087 34.60143,-4.4152 1.251886,-1.6064 -1.251886,-9.8425 -0.41612,-10.8478 0.83224,-1.0053 2.288659,-1.6065 4.584372,-2.2076 2.292186,-0.6012 11.887629,-4.4118 14.391402,-6.2187 2.500246,-1.8068 8.128443,-11.2451 9.376803,-15.0626 1.25189,-3.814 4.37631,-12.6546 4.58437,-16.2683 0.20806,-3.6137 0.20806,-17.6642 -0.6277,-20.6767 -0.83224,-3.0092 -4.37279,-9.632 -6.87656,-10.8343 -2.500248,-1.2057 -20.640255,-2.4114 -20.640255,-2.4114 0,0 -1.244833,-0.8117 -1.244833,-2.0174 0,-1.2022 -24.392386,-13.0448 -30.020585,-13.647 -3.51586,-0.3767 -19.013506,-0.5913 -30.491363,-0.6052 z m 61.338898,24.2952 c -0.20806,0 15.847821,0.4075 18.348067,1.4094 2.503771,1.0053 2.295711,7.4244 2.503771,11.038 0.20806,3.6137 -0.21159,13.0487 -0.21159,16.0578 0,3.0125 -6.044313,16.2717 -7.920379,18.4793 -1.879593,2.2076 -4.372786,4.0111 -6.248852,6.0183 -1.876066,2.0072 -8.340031,1.6098 -10.008037,1.2091 -1.668006,-0.4008 -1.255412,-4.0213 -1.466999,-6.2289 -0.20806,-2.2076 1.466999,-36.7413 1.678586,-38.7485 0.20806,-2.0106 0.409067,-6.8266 3.325433,-9.2345 z"
+       id="path4180" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:url(#linearGradient4235);stroke-width:0.34607634"
+       d="m 8.0869939,968.0264 c 0,0 1.876207,-9.2355 4.1693101,-10.4402 2.293138,-1.2046 14.801174,-2.2085 17.30283,-1.6062 2.501586,0.6024 8.755446,5.2201 10.214686,6.8263 1.459277,1.6061 4.16931,11.8456 4.794548,14.6564 0.625414,2.8108 1.459276,13.6525 1.876207,14.6564 0.416931,1.0039 3.127,6.4248 6.045376,6.4248 2.918517,0 9.172623,-5.4208 10.423452,-7.6295 1.250793,-2.2085 1.459276,-4.6176 5.211725,-9.0348 3.752485,-4.4169 2.918517,-12.8496 4.377723,-14.6565 1.459276,-1.8069 0.416931,-3.0116 2.084655,-2.0077 1.667724,1.0039 2.501586,2.6101 3.752485,1.2047 1.250793,-1.4055 -5.420138,-11.645 -5.420138,-11.645 l -62.537888,-5.2197 -5.0019021,3.8147 c 0,0 2.084655,2.4093 2.293138,3.614 0.208466,1.2046 0.625414,11.2435 0.416931,11.0424 z"
+       id="path4189" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:url(#radialGradient4221);stroke:#000000;stroke-width:0.34607634px"
+       d="m 5.3769239,959.5934 c 0,0 0.833862,-5.8223 1.667724,-6.4248 0.833862,-0.6023 21.8889661,-2.4093 23.5566201,-2.2085 1.667724,0.2008 6.879379,2.8108 10.840276,2.8108 3.960898,0 5.836964,0.8031 7.296205,1.6062 1.459276,0.8031 3.127,3.4133 4.586135,3.8147 1.459276,0.4016 4.794548,2.4093 4.377723,3.8148 -0.416931,1.4054 -0.625379,7.4287 -0.416931,8.6334 0.208465,1.2046 1.042345,3.4133 1.042345,3.4133 0,0 0,1.6062 1.042345,2.0077 1.042345,0.4015 3.127,0.4015 3.127,-1.2046 0,-1.6062 -1.042345,-2.0078 -1.459276,-4.0155 -0.416931,-2.0077 -1.042345,-3.2124 0.416931,-6.0233 1.459276,-2.8109 1.459276,-3.614 2.918517,-4.4169 1.459276,-0.8031 1.667724,-2.2086 2.710069,-0.4016 1.042345,1.807 -0.208465,2.6101 1.876207,2.2085 2.084655,-0.4015 1.459276,-2.4092 3.960898,-2.0077 2.501586,0.4016 2.084655,0.6023 2.710069,2.4093 0.625414,1.8069 0,3.8147 2.084655,2.2085 2.084655,-1.6062 3.127,-3.4133 4.16931,-5.4209 1.042345,-2.0077 1.876207,-11.8456 -0.416931,-15.2589 -2.293138,-3.4133 -17.302831,-11.4442 -20.84655,-11.6449 -3.544073,-0.2008 -28.768345,-2.61007 -31.478414,-1.80698 -2.71007,0.80309 -10.631864,1.40538 -12.507931,2.40928 -1.876207,1.0039 -1.876207,3.2123 -3.335448,3.4133 -1.459276,0.2008 -3.7524841,0 -4.3777221,1.6062 -0.625414,1.6061 0.208465,0.6023 -2.293138,2.2085 -2.501604,1.6062 -3.960898,0.4015 -4.16931,3.2123 -0.208466,2.8109 1.459276,2.6101 -0.416931,3.6141 -1.876208,1.0038 -2.293139,1.0038 -1.459277,3.4132 0.833862,2.4093 3.544073,8.4324 3.544073,8.4324 l 1.250793,-0.4015 z"
+       id="path4182" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;stroke:#000000;stroke-width:0.34607634px"
+       d="m 6.4193399,956.783 0.833862,6.224 c 0,0 3.7524851,55.2138 3.3354481,58.8275 -0.416931,3.614 -1.6677241,13.2511 -0.416931,14.8572 1.250793,1.6062 1.250793,3.2123 2.084655,3.4133 0.833862,0.2008 7.504617,2.4092 12.50793,2.2085 5.003313,-0.2008 30.852824,0 35.022487,-0.6023 4.16931,-0.6023 9.589448,-1.4055 12.091104,-2.4093 2.501587,-1.0039 2.71007,-1.6062 3.544073,-0.6024 0.833862,1.0039 2.084655,4.2162 1.250793,4.8187 -0.833862,0.6024 -10.006274,4.4169 -13.550346,3.8148 -3.544072,-0.6024 -20.638138,-1.6062 -26.058276,-1.6062 -5.420138,0 -12.091105,1.0039 -16.468827,0 -4.377723,-1.0039 -8.338621,-0.8031 -9.381036,-1.4054 -1.042345,-0.6024 -2.9185171,-3.4133 -2.7100691,-4.2162 0.208465,-0.8031 0.833862,-4.0155 0.833862,-4.0155 0,0 -0.416931,-25.0967 -0.416931,-26.3013 0,-1.2047 -1.042346,-26.3014 -1.042346,-26.3014 l -1.876207,-24.2935 0.416931,-2.4092 z"
+       id="path4184" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#803300;stroke-width:0.34607634"
+       d="m 75.420487,967.0211 c 0,0 0,11.8457 0.208465,15.8611 0.208466,4.0155 -0.833862,26.5021 -1.459276,29.1122 -0.625414,2.6101 -0.416931,4.0155 0,6.2241 0.416931,2.2085 0,2.8108 0,2.8108 0,0 1.250793,-7.4288 1.459276,-9.2356 0.208466,-1.807 1.250793,-27.3053 1.459276,-28.9114 0.208469,-1.6062 1.667724,-7.027 2.084655,-9.0349 0.416931,-2.0077 1.042345,-3.0116 0,-4.4169 -1.042345,-1.4054 -0.416931,-0.8031 -1.667724,-1.6062 -1.250793,-0.8031 -2.084655,0 -2.084655,-0.8031 z"
+       id="path4191" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#803300;stroke-width:0.34607634"
+       d="m 9.9630599,961.801 c 0.6254141,2.6101 1.4592761,36.7413 1.6677241,39.1493 0.208465,2.4092 1.250793,12.6489 0.833862,15.6604 -0.416931,3.0116 -0.625414,3.614 -1.042345,4.6176 -0.416931,1.0039 -0.625415,-3.8148 -0.625415,-3.8148 0,0 -2.7100691,-35.1348 -2.2931381,-36.5409 0.416931,-1.4054 -0.833862,-13.6524 -0.208465,-15.2589 0.625414,-1.6062 1.459276,-4.2162 1.667724,-3.8147 z"
+       id="path4193" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#000000;fill-opacity:0.43819999;stroke-width:0.34607634"
+       d="m 12.881894,1032.0741 c 1.042345,2.4092 1.459276,4.0154 3.544072,4.2161 2.084655,0.2008 19.178897,1.2047 23.348207,1.2047 4.16931,0 24.599035,0 27.517517,-2.0078 2.918517,-2.0077 3.960897,-1.2046 5.003313,-4.8186 1.042345,-3.6141 1.667724,-8.031 0.833862,-9.4363 -0.833862,-1.4055 2.084655,3.4132 2.084655,6.224 0,2.8109 -1.459276,4.6177 -3.335448,7.4288 -1.876207,2.8108 -4.586135,4.2162 -8.547033,4.2162 -3.960897,0 -8.547033,0.6023 -11.465514,0.2008 -2.918517,-0.4016 -5.003314,-0.8031 -8.964211,0.2007 -3.960897,1.0039 -18.762071,-0.2007 -22.722969,-0.8031 -3.960897,-0.6023 -7.087792,0.6024 -8.130207,-2.0077 -1.042345,-2.6101 -0.833862,-5.8223 0,-7.8302 0.833862,-2.0077 2.084655,-5.2201 2.084655,-5.2201 l -1.250793,8.4323 z"
+       id="path4195" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:0.71535998;stroke-width:0.34607634"
+       d="m 12.881894,960.7991 c 0.625414,2.6101 3.335448,11.4442 3.127,14.4557 -0.208465,3.0116 -0.416931,12.4478 -0.833862,16.8651 -0.416931,4.4169 -1.667724,10.8417 -1.042345,16.6643 0.625414,5.8223 1.459276,7.8302 0.416931,10.0388 -1.042345,2.2085 -2.501586,5.4209 -2.501586,5.4209 0,0 5.836964,-7.4288 6.254141,-9.2356 0.416931,-1.807 -1.459276,-10.4403 -1.042345,-14.8572 0.416931,-4.4169 1.042345,-14.4557 1.876207,-19.2744 0.833862,-4.8187 1.250793,-9.0348 0.208466,-13.4517 -1.042328,-4.4169 -6.254141,-7.2277 -6.462554,-6.6256 z"
+       id="path4197" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 80.551457,962.9863 c 0,-1.2046 0.912854,9.2546 0.704406,9.2546 -0.01298,-0.3138 16.10772,0.2822 18.609024,1.2861 2.501583,1.0039 2.293103,7.675 2.501583,11.289 0.20847,3.614 -0.20938,12.8584 -0.20938,15.8699 0,3.0116 -5.982252,16.2069 -7.858318,18.4152 -1.876207,2.2085 -4.567798,4.261 -6.443864,6.2689 -1.876207,2.0077 -8.664463,1.6742 -10.332116,1.2727 -1.667724,-0.4016 1.584041,9.4594 3.87732,8.8572 2.293138,-0.6023 11.890804,-4.4753 14.392107,-6.2821 2.501586,-1.807 7.931671,-11.1202 9.182501,-14.935 1.25079,-3.8147 4.44119,-12.531 4.64961,-16.145 0.20846,-3.614 0.27088,-17.6635 -0.56296,-20.675 -0.83387,-3.0117 -4.50538,-9.5692 -7.00704,-10.7735 -2.501585,-1.2046 -20.22378,-2.2712 -20.22378,-2.2712 0,0 -1.279499,-0.7288 -1.279499,-1.4315 z"
+       style="fill:#afafaf;fill-opacity:1;stroke-width:0.34607634"
+       sodipodi:nodetypes="ccsssssccssssscc"
+       id="path4223" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#000000;stroke:#000000;stroke-width:0.34607634px"
+       d="m 80.322238,963.1086 c 0,0 0.729621,1.7568 0.885983,2.61 0.156348,0.8533 0.469052,3.6643 0.36481,4.5677 -0.104231,0.9035 0.208466,1.807 -0.156348,1.8572 -0.36481,0.05 -0.416931,-0.7529 -0.416931,-1.3552 0,-0.6023 -0.104231,-3.112 -0.312696,-3.9652 -0.208469,-0.8533 -0.260583,-1.4556 -0.416931,-2.0579 -0.156349,-0.6023 0.208465,-1.7568 0.05212,-1.6564 z"
+       id="path4225" />
+    <g
+       id="g4184"
+       transform="matrix(0,-0.19917862,0.20681017,0,129.93908,1041.2595)">
+      <path
+         sodipodi:nodetypes="scccccccccccssccccccccccccccsscccsscccs"
+         inkscape:connector-curvature="0"
+         id="path7219"
+         d="m 363.50588,-211.37402 c -20.77687,0.25561 -41.59817,5.17326 -60.83197,14.93463 -0.21623,0.0997 -0.41765,0.21597 -0.63307,0.31653 -0.2841,0.14603 -0.57989,0.25469 -0.86327,0.40286 v 0.0288 c -81.29386,38.60382 -104.5705,140.660016 -66.78856,215.875806 52.47328,109.813984 186.72378,147.358044 294.31852,112.685914 98.6607,-27.23883 180.9134,-124.3618142 160.4825,-234.0621 -0.1271,-0.6821 -0.2103,-1.36002 -0.3453,-2.04308 h -0.0576 c -11.4993,-76.23032 -89.7178,-121.98495 -161.7486,-104.05318 -25.8922,6.44706 -48.95515,17.16081 -69.55099,30.84763 -26.28449,-23.31273 -60.01645,-35.35166 -93.98166,-34.93381 z m 192.88395,67.53673 c 30.8758,-0.76525 62.1351,21.09489 66.2131,51.566176 l 0.1439,1.03593 0.2014,1.03592 c 13.6241,68.93394 -45.366,139.92654 -113.4629,158.72715 l -0.6906,0.20143 -0.6906,0.20143 C 430.5032,93.937426 329.81195,64.046206 294.73179,-9.3681242 l -0.14387,-0.28776 -0.14388,-0.31653 C 272.9407,-52.780984 287.80214,-115.61896 330.78783,-135.43476 l 0.74817,-0.34531 0.74817,-0.40286 c 22.75529,-11.89809 52.58344,-9.5999 73.92495,4.71922 -33.37094,37.134786 -57.88742,81.806516 -76.45722,123.3329458 -5.15425,10.99582 -3.97252,23.9174102 3.09076,33.7959002 7.06329,9.87849 18.90828,15.17566 30.98011,13.85455 12.07184,-1.32112 22.49077,-9.0548 27.2503,-20.22715 17.28827,-38.66061 39.11657,-76.51747 66.21304,-106.29768 24.9352,26.53609 46.97721,55.79906 58.58701,89.6464998 3.761,11.5254102 11.13891,22.0480602 23.02561,24.4328202 11.8867,2.38475 24.1361,-1.82045 32.0517,-11.00326 7.9155,-9.1828102 10.269,-21.9183402 6.158,-33.3236 -14.3671,-41.88613 -37.6876,-79.70859 -67.0188,-111.880186 10.4991,-5.56489 21.5096,-10.04359 33.1785,-12.9491 4.3147,-1.07412 8.7109,-1.646 13.1217,-1.75532 z"
+         style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:72.95391083;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <g
+         transform="matrix(1.3973279,-0.2437849,0.2437849,1.3973279,-22.099611,-388.11715)"
+         id="g3338" />
+      <path
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccsccccsccccccccssccsccsccsccccccssccsccsccsccsccsccsccccccsscccssccssccccccccccccccsccsccssccsccsccsccsccsccccccssccsccccssccsccccssccsccsccsccccsccsccsccccssccsccccssccccccssccsccsccsccccccssccsc"
+         id="path7165"
+         d="m 363.50589,-211.37402 c -20.77687,0.25561 -41.59817,5.17326 -60.83197,14.93463 -0.21623,0.0997 -0.41765,0.21597 -0.63307,0.31653 -0.2841,0.14604 -0.57989,0.25469 -0.86327,0.40286 v 0.0288 C 219.88371,-157.0874 196.60707,-55.031194 234.38902,20.184606 286.8623,129.99858 421.1128,167.54264 528.70758,132.87052 627.36824,105.63169 709.6209,8.5086958 689.19004,-101.19159 c -0.12703,-0.6821 -0.2103,-1.36002 -0.34531,-2.04308 h -0.0575 c -11.4994,-76.23033 -89.71793,-121.98496 -161.74864,-104.05319 -25.89224,6.44706 -48.9552,17.16081 -69.55104,30.84764 -26.28449,-23.31272 -60.01645,-35.35165 -93.98166,-34.9338 z m 199.3873,19.3661 c 2.5641,-0.1804 4.97991,1.45625 5.69761,4.0286 l 5.6976,20.37325 c 0.0378,0.11924 0.0855,0.25255 0.1151,0.37408 0.72046,2.96781 -1.11836,5.95551 -4.08616,6.67598 -2.9678,0.72046 -5.95552,-1.11834 -6.67598,-4.08616 l -5.6976,-20.37323 c -0.82022,-2.93984 0.88735,-5.97087 3.82718,-6.79109 0.36748,-0.10253 0.75595,-0.17566 1.12225,-0.20143 z m -160.10837,12.86277 c 3.05134,-0.12714 5.62801,2.24338 5.75515,5.29474 0.12714,3.05134 -2.24339,5.628 -5.29474,5.75515 l -21.09264,1.61145 c -3.0434,0.23043 -5.69737,-2.04993 -5.92781,-5.09332 -0.23043,-3.0434 2.04991,-5.69738 5.09331,-5.92781 l 21.09264,-1.61144 c 0.12433,-0.0138 0.2491,-0.0234 0.37409,-0.0288 z m -102.47052,10.3305 c 0.36714,0.007 0.72135,0.0598 1.09348,0.14388 l 20.66101,4.6329 c 0.12291,0.0233 0.22425,0.0548 0.3453,0.0863 2.9544,0.77359 4.74466,3.8079 3.97106,6.7623 -0.77358,2.9544 -3.80791,4.71588 -6.7623,3.94229 l -20.63223,-4.66169 c -2.9771,-0.6725 -4.84499,-3.61254 -4.17249,-6.58964 0.58846,-2.60496 2.92626,-4.3686 5.49617,-4.31637 z m 195.32992,6.10046 c 1.7751,0.0107 3.51635,0.88669 4.57535,2.47473 1.6944,2.54084 1.01574,5.95994 -1.52512,7.65434 l -17.20791,12.3448 c -2.48037,1.77853 -5.90459,1.21426 -7.68313,-1.26612 -1.7785,-2.48039 -1.21423,-5.93339 1.26614,-7.71192 l 17.17913,-12.34479 c 0.099,-0.0764 0.18378,-0.13192 0.28776,-0.20144 0.95282,-0.6354 2.04272,-0.95601 3.10778,-0.9496 z m 152.10872,12.74766 c 3.05134,-0.12713 5.62801,2.2434 5.75515,5.29475 0.12714,3.05134 -2.2434,5.62801 -5.29474,5.75515 l -21.09264,1.61144 c -3.0434,0.23044 -5.69737,-2.04991 -5.92781,-5.09331 -0.23043,-3.0434 2.04991,-5.69737 5.09331,-5.92781 l 21.09264,-1.61144 c 0.12433,-0.0138 0.2491,-0.0234 0.37409,-0.0288 z m -282.83703,6.12924 c 14.60579,0.0603 29.28863,4.31908 41.29322,12.37358 -33.37094,37.134796 -61.88741,89.806526 -80.45721,131.3329558 -5.15426,10.9958202 -3.98428,23.9042602 3.079,33.7827502 7.06329,9.87849 18.91967,15.19103 30.99151,13.86992 12.07182,-1.32111 22.49112,-9.05702 27.25065,-20.22936 17.28827,-38.66062 43.11657,-84.51748 70.21304,-114.29769 24.93521,26.53609 52.67562,69.71705 64.28541,103.56449 3.76101,11.52541 13.43599,20.1179 25.32267,22.50265 11.8867,2.38476 24.14064,-1.80953 32.05621,-10.99234 7.91558,-9.18281 10.26904,-21.9170802 6.15801,-33.3223402 -14.36708,-41.8861298 -45.68757,-91.7085798 -75.01876,-123.8801958 10.49903,-5.56489 21.50958,-10.04359 33.17846,-12.94909 4.31468,-1.07413 8.71093,-1.64601 13.12175,-1.75533 30.87576,-0.76525 62.13512,21.09489 66.21304,51.566186 l 0.14388,1.03593 0.20143,1.03593 c 13.62415,68.93393 -45.36597,139.92653 -113.46285,158.72714 l -0.69062,0.20143 -0.69062,0.20143 C 430.50321,93.937436 329.81196,64.046226 294.73181,-9.3681142 l -0.14388,-0.28776 -0.14388,-0.31653 C 272.94071,-52.780974 287.80215,-115.61896 330.78784,-135.43475 l 0.74817,-0.34532 0.74817,-0.40286 c 9.95544,-5.2054 21.27166,-7.70129 32.63173,-7.65436 z m -98.87354,37.0632 c 1.7027,0.0729 3.35463,0.94623 4.37391,2.47472 1.6944,2.54084 1.01574,5.988726 -1.52511,7.683126 l -17.17914,12.3448 c -2.48037,1.77852 -5.93339,1.18547 -7.71191,-1.2949 -1.77851,-2.48038 -1.21424,-5.93339 1.26614,-7.71191 l 17.17913,-12.316026 c 0.099,-0.0764 0.21254,-0.16068 0.31654,-0.23021 0.79401,-0.5295 1.67302,-0.84023 2.56104,-0.92082 0.24421,-0.0222 0.47615,-0.0392 0.7194,-0.0288 z m 254.06126,17.294236 c 2.35724,0.023 4.52338,1.56579 5.23719,3.94228 0.87855,2.92489 -0.78717,6.02765 -3.71208,6.90619 l -20.02793,6.7623 c -2.89164,0.97666 -6.04463,-0.56145 -7.02129,-3.45309 -0.97665,-2.89163 0.59024,-6.01585 3.48187,-6.99251 l 20.02793,-6.79108 c 0.11703,-0.0442 0.22556,-0.079 0.34531,-0.11511 0.54842,-0.16472 1.12502,-0.26428 1.669,-0.25898 z m -101.83745,3.25166 c 3.05135,-0.12714 5.62802,2.24339 5.75515,5.29474 0.12714,3.05135 -2.24339,5.62801 -5.29474,5.75516 l -21.09264,1.61144 c -3.04339,0.23044 -5.69737,-2.04992 -5.9278,-5.09331 -0.23044,-3.0434 2.04991,-5.69738 5.09331,-5.92781 l 21.09264,-1.61144 c 0.12433,-0.0138 0.2491,-0.0234 0.37408,-0.0288 z m 232.91107,2.18696 c 1.06415,-0.0243 2.14499,0.27318 3.10779,0.89205 l 17.8122,11.42398 c 0.10754,0.0639 0.21359,0.13036 0.31653,0.20143 2.51155,1.73753 3.14753,5.17158 1.41001,7.68313 -1.73753,2.51155 -5.20036,3.14754 -7.7119,1.41001 l -17.78343,-11.42398 c -2.56746,-1.65031 -3.31929,-5.08688 -1.66899,-7.65435 1.03144,-1.60467 2.74421,-2.4917 4.51779,-2.53227 z m -115.99512,56.86092 c 0.36713,0.007 0.72135,0.0598 1.09348,0.14388 l 20.63222,4.66167 c 0.12292,0.0233 0.25304,0.026 0.37409,0.0575 2.95439,0.7736 4.71587,3.80793 3.94228,6.76231 -0.77358,2.95439 -3.77913,4.71588 -6.73353,3.94228 l -20.63223,-4.6329 c -2.9771,-0.6725 -4.84498,-3.64133 -4.17248,-6.61842 0.58845,-2.60497 2.92627,-4.36859 5.49617,-4.31637 z m -175.81995,4.8631 c 1.06415,-0.0243 2.14499,0.24441 3.10779,0.86328 l 17.8122,11.42398 c 0.10754,0.0639 0.21357,0.1303798 0.31653,0.2014298 2.51155,1.73753 3.11877,5.20036 1.38124,7.7119 -1.73754,2.51155 -5.17158,3.14754 -7.68313,1.41002 l -17.8122,-11.4527598 c -2.56747,-1.65031 -3.29053,-5.05811 -1.64022,-7.62558 1.03144,-1.60466 2.74421,-2.49169 4.51779,-2.53227 z m -92.83063,1.26614 c 3.05135,-0.12714 5.62802,2.24339 5.75516,5.29474 0.12714,3.05135 -2.2434,5.62802 -5.29474,5.75515 l -21.09264,1.6114498 c -3.0434,0.23043 -5.69737,-2.0499198 -5.92781,-5.0933098 -0.23044,-3.0434 2.04991,-5.69738 5.09331,-5.92781 l 21.09264,-1.61145 c 0.12433,-0.0138 0.2491,-0.0234 0.37408,-0.0288 z m 382.97671,13.6972598 c 1.7751,0.0107 3.51635,0.88669 4.57535,2.47472 1.6944,2.54084 0.98696,5.95996 -1.5539,7.65436 L 635.35058,15.120066 c -2.48038,1.77852 -5.93339,1.21425 -7.71191,-1.26613 -1.77851,-2.48038 -1.21425,-5.9333902 1.26614,-7.7119102 l 17.20791,-12.3448 c 0.099,-0.0764 0.18376,-0.13191 0.28776,-0.20144 0.95282,-0.63539 2.04272,-0.956 3.10778,-0.9496 z M 288.68889,29.766936 c 2.35488,0.0694 4.48444,1.66876 5.15087,4.05738 l 5.6976,20.37324 c 0.0378,0.11924 0.0855,0.22378 0.1151,0.34531 0.72046,2.9678 -1.11837,5.95551 -4.08616,6.67598 -2.9678,0.72046 -5.95552,-1.08959 -6.67598,-4.05738 l -5.6976,-20.37325 c -0.82022,-2.93983 0.91612,-5.99962 3.85596,-6.81985 0.55121,-0.15379 1.09678,-0.21745 1.64021,-0.20143 z m 305.71377,12.60378 c 3.04913,-0.13494 5.62021,2.24562 5.75515,5.29474 l 0.94961,21.12142 c 0.01,0.12471 0.0273,0.24899 0.0288,0.37408 0.0315,3.05384 -2.44234,5.55107 -5.49617,5.5825 -3.05383,0.0315 -5.55104,-2.41356 -5.5825,-5.46739 l -0.9496,-21.12142 c -0.13495,-3.04912 2.24561,-5.64898 5.29474,-5.78393 z m -250.63694,42.07018 c 0.36713,0.007 0.75012,0.0598 1.12225,0.14388 l 20.63223,4.66167 c 0.12291,0.0233 0.25303,0.0548 0.37408,0.0863 2.95439,0.77359 4.71588,3.77914 3.94228,6.73353 -0.77358,2.95439 -3.80791,4.715884 -6.7623,3.942284 l -20.63223,-4.632904 c -2.9771,-0.67251 -4.84499,-3.64134 -4.17249,-6.61843 0.58846,-2.60496 2.92626,-4.36858 5.49618,-4.31636 z m 192.9703,9.43845 c 3.05135,-0.12714 5.62801,2.24339 5.75515,5.29474 0.12714,3.051354 -2.2434,5.628024 -5.29474,5.755154 l -21.09264,1.61145 c -3.04339,0.23043 -5.69738,-2.04991 -5.9278,-5.09331 -0.23044,-3.043404 2.0499,-5.697384 5.09331,-5.927814 l 21.09264,-1.61145 c 0.12433,-0.0138 0.24909,-0.0234 0.37408,-0.0288 z m -111.07447,5.35229 c 1.06415,-0.0243 2.14498,0.24441 3.10779,0.863284 l 17.8122,11.42398 c 0.10754,0.0639 0.21358,0.13037 0.31653,0.20143 2.51155,1.73753 3.11877,5.20035 1.38124,7.7119 -1.73753,2.51155 -5.17157,3.14754 -7.68313,1.41001 l -17.8122,-11.45275 c -2.56747,-1.65031 -3.29053,-5.05811 -1.64022,-7.62558 1.03144,-1.60467 2.74421,-2.491704 4.51779,-2.532274 z"
+         style="fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:72.95391083;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/food/cafe.svg
===================================================================
--- /trunk/resources/images/presets/food/cafe.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/cafe.svg	(revision 16006)
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="15"
+   viewBox="0 0 16 15"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="cafe5.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="true"
+     inkscape:zoom="33.714286"
+     inkscape:cx="1.4970704"
+     inkscape:cy="7.5720653"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4135" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4137"
+     width="16"
+     height="14.999998"
+     x="0"
+     y="0"
+     ry="3" />
+  <rect
+     width="14"
+     height="14"
+     x="0"
+     y="1"
+     id="canvas"
+     style="visibility:hidden;fill:none;stroke:none" />
+  <path
+     d="m 2,2 0,6 c 0,2 2,3 4.5,3 C 9,11 11,10 11,8 l 2,0 c 1,0 2,-1 2,-2 L 15,5 C 15,4 14,3 13,3 l -2,0 0,-1 z m 9,2.25 1.75,0 c 0.667788,0 1,0.5628359 1,1.25 0,0.6871641 -0.388201,1.25 -1,1.25 L 11,6.75 Z M 1,12 c 0,1 1,2 2,2 l 7,0 c 1,0 2,-1 2,-2 z"
+     id="cafe"
+     style="fill:#734a08;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/food/diet.svg
===================================================================
--- /trunk/resources/images/presets/food/diet.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/diet.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="13"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="diet5.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs11" />
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="41.710345"
+     inkscape:cx="4.2616463"
+     inkscape:cy="6.683436"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4201" />
+  </sodipodi:namedview>
+  <g
+     id="g3338"
+     transform="matrix(0.04943944,-0.00832652,0.00862545,0.04772602,-10.248274,-3.92511)" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path6571"
+     d="m 13,1.24301 c 0,0 -1.011454,5.34442 -4.9404715,3.33284 C 8.0588448,4.57885 8.1535883,0.21412005 13,1.24301 Z"
+     style="fill:#009100;fill-opacity:1;stroke-width:1.01779234"
+     sodipodi:nodetypes="ccc" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path6573"
+     d="M 6.3869625,7.04786 C 7.0659232,6.39948 8.0202471,5.61528 9.0496324,5.61528 c 2.0770436,0 3.7671476,1.62448 3.7671476,3.63305 0,0.074 0,0.13743 -0.0041,0.21496 h -0.0073 c -0.06568,0.78581 -0.324879,1.76191 -0.938143,2.9741 0,0 -1.054941,1.94867 -1.9018212,2.84372 l -0.076657,0.0705 C 9.4799354,15.74981 8.9031767,16 8.2789738,16 7.5124069,16 6.8334462,15.64057 6.4209607,15.0838 H 6.4099802 C 5.9974947,15.64057 5.318534,16 4.5519568,16 3.9204508,16 3.3510055,15.75333 2.9385201,15.35161 l -0.076657,-0.0705 C 2.0222862,14.38606 0.96004211,12.43739 0.96004211,12.43739 0.34678863,11.2252 0.08761652,10.24205 0.02921241,9.46329 H 0.01098055 C 0,9.38929 0,9.32586 0,9.24833 0,7.23976 1.6901038,5.61528 3.7744405,5.61528 c 1.0257389,0 1.8986411,0.75799 2.5848945,1.40638"
+     style="fill:#008000;fill-opacity:1;stroke-width:1.01779234"
+     sodipodi:nodetypes="csscccccsccscccccssc" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#009100;fill-opacity:1;stroke-width:1.01779234"
+     d="m 0.58491232,0.04697604 c 0,0 0.77487488,5.01014976 4.44036818,3.29890476 3.794e-4,0.0022 0.00434,-3.80803669 -4.44036818,-3.29890476 z"
+     id="path10957"
+     sodipodi:nodetypes="ccc" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#722a00;fill-opacity:1;stroke:none;stroke-width:4.92204332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 5.9179686,6.09502 c 0,0 0.2752493,-3.9979 -0.5786648,-5.11601995 -0.853914,-1.11812 2.6279569,0 2.6279569,0 C 7.3597151,2.90508 7.4930045,7.02891 5.9179686,6.09502 Z"
+     id="path10959"
+     sodipodi:nodetypes="cscc" />
+  <path
+     style="fill:none;stroke:#beff4a;stroke-width:1.42490923;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 3.5643003,10.83047 2.1242641,2.321888 4.0911428,-5.3218857 v 0"
+     id="path818"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccc" />
+</svg>
Index: /trunk/resources/images/presets/food/drinking_water.svg
===================================================================
--- /trunk/resources/images/presets/food/drinking_water.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/drinking_water.svg	(revision 16006)
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 14 14"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="drinking_water.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="false"
+     inkscape:zoom="23.8396"
+     inkscape:cx="-2.3064683"
+     inkscape:cy="4.7196563"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     width="14"
+     height="14"
+     x="0"
+     y="0"
+     id="canvas"
+     style="fill:none;stroke:none;visibility:hidden" />
+  <path
+     d="m 1,6 1.5,8 5,0 L 9,6 z M 2.18,7 7.81,7 7.44,9 2.55,9 M 4,5 C 4,3 5,2 7,2 L 8,2 8,1 7,1 C 6,1 6,0 7,0 l 3,0 c 1,0 1,1 0,1 l -1,0 0,1 4,0 0,1.5 -6,0 C 5.91526,3.49111 5.5,3.9824765 5.5,5 z"
+     id="drinking-water"
+     style="fill:#3959ff;fill-opacity:1" />
+</svg>
Index: /trunk/resources/images/presets/food/fast_food.svg
===================================================================
--- /trunk/resources/images/presets/food/fast_food.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/fast_food.svg	(revision 16006)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="14.06"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="fastfood17.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="29.493668"
+     inkscape:cx="6.2590352"
+     inkscape:cy="4.3700428"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4147" />
+  </sodipodi:namedview>
+  <path
+     style="fill:#cb7842;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 8.0256981,9.0650255 c 0.1066,-0.93342 -0.59998,-1.8638298 -2.11974,-1.9435898 l -2.8804316,0 c -1.51977,0.0798 -2.23306996,1.0101698 -2.13988996,1.9435898 z"
+     id="path4152" />
+  <path
+     style="fill:#cb7842;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 0.90258933,12.068739 c -0.0932,0.93302 0.62011997,1.924531 2.13988997,1.991261 l 2.8804316,0 c 1.51976,-0.0667 2.22634,-1.058241 2.11974,-1.991261 z"
+     id="path4150" />
+  <path
+     style="fill:#6e1f00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 8.3299442,9.9039051 -7.6500142,0 c -0.18637,1e-5 -0.34628,0.0666 -0.47974,0.1998899 C 0.06673,10.237065 0,10.390365 0,10.563695 c 0,0.2002 0.0667,0.36357 0.20019,0.49011 0.13346,0.12655 0.29337,0.18982 0.47974,0.18982 l 7.6500142,0 c 0.18676,0 0.34677,-0.0633 0.48004,-0.18982 0.13325,-0.12654 0.19988,-0.28991 0.19989,-0.49011 -10e-6,-0.17333 -0.0666,-0.32663 -0.19989,-0.4599 -0.13327,-0.1332499 -0.29328,-0.1998799 -0.48004,-0.1998899 z"
+     id="flowRoot3192" />
+  <path
+     sodipodi:nodetypes="ccccc"
+     inkscape:connector-curvature="0"
+     id="path4146"
+     d="m 14.900682,0 -1.587616,3.74022 1.239622,0 1.447612,-3.56017 z"
+     style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  <path
+     style="fill:#a2afc1;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 8.92025,3.74022 1.30004,10.31978 4.41954,0 1.32018,-10.31978 z"
+     id="path4154"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccc" />
+</svg>
Index: /trunk/resources/images/presets/food/food_court.svg
===================================================================
--- /trunk/resources/images/presets/food/food_court.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/food_court.svg	(revision 16006)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 16 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="food_court10.svg">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs8" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview6"
+     showgrid="false"
+     inkscape:zoom="20.85965"
+     inkscape:cx="3.7366353"
+     inkscape:cy="9.9688485"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4135" />
+  </sodipodi:namedview>
+  <circle
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#734a08;stroke-width:1.22870338;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="path4137"
+     cx="8"
+     cy="8"
+     r="7.3856483" />
+  <path
+     d="m 5.4939468,3.2033898 c -0.7417271,0 -2.2251817,1.4205006 -2.2251817,3.5512511 0,2.1307505 1.6688862,2.841001 1.6688862,2.841001 l -0.5403549,3.5512511 2.2271992,0 L 6.050242,9.5956419 c 0,0 1.6688863,-0.7102505 1.6688863,-2.841001 0,-2.1307505 -1.4834546,-3.5512511 -2.2251815,-3.5512511 z m 2.7974171,0.6682808 0,4.3034708 c 0,0.71025 1.56921,0.71025 1.56921,1.4205005 l -0.5403561,3.5512511 2.4644872,0 -0.540354,-3.5512511 c 0,-0.7102505 1.467514,-0.7102505 1.467514,-1.4205005 l 0,-4.3034708 c 0,-0.7102501 -0.825622,-0.7102501 -0.825622,0 l 0,3.5932205 c 0,0.4000757 -0.912922,0.4000757 -0.912922,0 l 0,-3.5932205 c 0,-0.7102501 -0.909515,-0.7102501 -0.909515,0 l 0,3.5932205 c 0,0.3745389 -0.9468207,0.3745389 -0.9468207,0 l 0,-3.5932205 c 0,-0.7102501 -0.8256214,-0.7102501 -0.8256214,0 z"
+     id="path4"
+     style="fill:#734a08;fill-opacity:1"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ssccccssssccccsssssssssss" />
+</svg>
Index: /trunk/resources/images/presets/food/ice_cream.svg
===================================================================
--- /trunk/resources/images/presets/food/ice_cream.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/ice_cream.svg	(revision 16006)
@@ -0,0 +1,178 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="ice12.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4240">
+      <stop
+         style="stop-color:#d07b11;stop-opacity:1;"
+         offset="0"
+         id="stop4242" />
+      <stop
+         style="stop-color:#f0a64a;stop-opacity:1"
+         offset="1"
+         id="stop4244" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4232">
+      <stop
+         style="stop-color:#ffd07c;stop-opacity:1"
+         offset="0"
+         id="stop4234" />
+      <stop
+         style="stop-color:#ffdfba;stop-opacity:1"
+         offset="1"
+         id="stop4236" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4232"
+       id="linearGradient4238"
+       x1="8"
+       y1="1041.3622"
+       x2="17"
+       y2="1044.3622"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4240"
+       id="linearGradient4246"
+       x1="7"
+       y1="1047.3622"
+       x2="11"
+       y2="1048.3622"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="2.8248988"
+     inkscape:cy="16.677918"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient4238);fill-opacity:1;fill-rule:evenodd;stroke:#6f400c;stroke-width:0.49251863;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 13.125828,1041.0489 c 1.874172,3.3133 -2.062394,4.381 -4.8400541,4.381 -2.7782431,10e-5 -6.7838009,-1.4425 -4.9663226,-3.8128 -0.4079447,-1.0393 1.3955683,-5.4211 5.0294571,-4.8231 2.6367856,0.4339 3.6510916,1.5682 4.7769196,4.2549 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cscsc" />
+    <path
+       style="fill:url(#linearGradient4246);fill-opacity:1;fill-rule:evenodd;stroke:#6f400c;stroke-width:0.69062418;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4.1773615,1044.4493 4.2144884,7.066 4.2144921,-7.066 c -2.8637895,0.5052 -5.8023338,1.7081 -8.4289805,0 z"
+       id="path4147"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#9b0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4149"
+       cx="5.232717"
+       cy="1037.6697"
+       rx="0.95559686"
+       ry="0.91636896" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#9b0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4149-6"
+       cx="7.1711473"
+       cy="1040.5732"
+       rx="0.95559686"
+       ry="0.91638499" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#9b0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4149-2"
+       cx="7.6588259"
+       cy="1043.6079"
+       rx="0.95559686"
+       ry="0.91638499" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#9b0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4149-4"
+       cx="3.0825646"
+       cy="1041.2659"
+       rx="0.95559686"
+       ry="0.91636896" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#9b0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4149-8"
+       cx="11.397631"
+       cy="1040.7211"
+       rx="0.95559686"
+       ry="0.91636896" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#9b0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4149-52"
+       cx="12.320267"
+       cy="1043.609"
+       rx="0.95559686"
+       ry="0.91636896" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#9b0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4149-5-8"
+       cx="9.2857075"
+       cy="1037.895"
+       rx="0.95559686"
+       ry="0.91636896" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/food/pub.svg
===================================================================
--- /trunk/resources/images/presets/food/pub.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/pub.svg	(revision 16006)
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   sodipodi:docname="05.svg"
+   viewBox="0 0 160 160"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="160">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient4213"
+       y2="349.41"
+       gradientUnits="userSpaceOnUse"
+       x2="122.01"
+       y1="121.23"
+       x1="121.87"
+       inkscape:collect="always"
+       gradientTransform="matrix(0.51252415,0,0,0.44530508,210.22187,426.94756)">
+      <stop
+         id="stop4209"
+         style="stop-color:#ef8900"
+         offset="0" />
+      <stop
+         id="stop4211"
+         style="stop-color:#5d2500"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="radialGradient4221"
+       gradientUnits="userSpaceOnUse"
+       cy="45.060001"
+       cx="126.23"
+       gradientTransform="matrix(0.89953114,2.8120125e-8,0,0.78627518,161.36756,419.72338)"
+       r="117.84"
+       inkscape:collect="always">
+      <stop
+         id="stop4217"
+         style="stop-color:#ffffff"
+         offset="0" />
+      <stop
+         id="stop4219"
+         style="stop-color:#c5c5c5"
+         offset="1" />
+    </radialGradient>
+    <linearGradient
+       id="linearGradient4235"
+       y2="117.64"
+       gradientUnits="userSpaceOnUse"
+       x2="160.42"
+       y1="186.8"
+       x1="113.13"
+       inkscape:collect="always"
+       gradientTransform="matrix(0.51252415,0,0,0.44530508,210.22187,426.94756)">
+      <stop
+         id="stop4231"
+         style="stop-color:#ff7f2a"
+         offset="0" />
+      <stop
+         id="stop4233"
+         style="stop-color:#813300;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="987"
+     inkscape:window-maximized="1"
+     inkscape:zoom="1.6916125"
+     inkscape:window-x="-8"
+     showgrid="false"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-17.898443"
+     inkscape:cy="133.61337"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-214.53904,-435.9707)">
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:url(#linearGradient4213);stroke:#000000;stroke-width:0.47773382px"
+       d="m 243.47188,457.74307 c -10.00908,-0.0107 -17.91169,0.0673 -18.70713,0.26452 -2.12082,0.52635 -3.93978,2.36545 -3.93978,2.36545 0,0 0.91537,7.10752 1.52118,9.47699 0.60631,2.36724 4.24318,51.60195 3.94028,55.28908 -0.3029,3.68713 1.19829,47.38046 0.59248,49.74948 -0.56788,2.22207 -1.13268,4.67125 -1.20136,4.53766 -0.017,0.16921 -0.9046,9.17329 -0.30443,10.47803 0.60631,1.31365 35.14685,6.31443 51.20526,5.78896 16.05738,-0.52546 48.47453,-3.68267 50.28887,-5.78896 1.81946,-2.10629 -1.81947,-12.90494 -0.60478,-14.22304 1.20955,-1.31811 3.32629,-2.10629 6.66281,-2.89449 3.33141,-0.78818 17.2772,-5.78451 20.91612,-8.15353 3.63379,-2.36903 11.81367,-14.74405 13.62801,-19.74929 1.81946,-5.00077 6.36043,-16.59206 6.66282,-21.33011 0.30238,-4.73804 0.30238,-23.16031 -0.9123,-27.11017 -1.20956,-3.9454 -6.3553,-12.62885 -9.99422,-14.20523 -3.63379,-1.58083 -29.99804,-3.16166 -29.99804,-3.16166 0,0 -1.80921,-1.06428 -1.80921,-2.64512 0,-1.57638 -35.4513,-17.10373 -43.63118,-17.89325 -5.10986,-0.49385 -27.63377,-0.77528 -44.3154,-0.79354 z m 89.14845,31.85446 c -0.30238,0 23.03284,0.53437 26.66663,1.84801 3.63892,1.31811 3.33654,9.73438 3.63892,14.47242 0.30239,4.73805 -0.30751,17.10862 -0.30751,21.05402 0,3.94986 -8.78466,21.33457 -11.51129,24.22905 -2.73175,2.89449 -6.3553,5.25905 -9.08193,7.89081 -2.72663,2.63175 -12.12119,2.11074 -14.54543,1.58528 -2.42425,-0.52546 -1.82459,-5.27241 -2.13211,-8.16689 -0.30239,-2.89449 2.13211,-48.1731 2.43962,-50.80485 0.30239,-2.63621 0.59453,-8.95063 4.8331,-12.10785 z"
+       id="path4180" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:url(#linearGradient4235);stroke-width:0.47773382"
+       d="m 226.27977,484.07129 c 0,0 2.72684,-12.10918 6.05958,-13.68868 3.33279,-1.57945 21.51166,-2.89568 25.14751,-2.10593 3.63574,0.78975 12.72494,6.84434 14.84577,8.95018 2.12088,2.10594 6.05957,15.53136 6.96828,19.2167 0.90895,3.68539 2.12087,17.90037 2.72683,19.2167 0.60596,1.31622 4.54471,8.42383 8.7862,8.42383 4.2417,0 13.33126,-7.10752 15.14919,-10.00333 1.81787,-2.89569 2.12088,-6.05437 7.57459,-11.846 5.45377,-5.7912 4.2417,-16.84768 6.36248,-19.2167 2.12087,-2.3692 0.60596,-3.94865 3.02978,-2.63242 2.42384,1.31623 3.63575,3.42217 5.45377,1.57945 1.81788,-1.84271 -7.87748,-15.26818 -7.87748,-15.26818 l -90.89105,-6.84389 -7.26964,5.00167 c 0,0 3.02979,3.1589 3.33279,4.73849 0.30298,1.57945 0.90897,14.74183 0.60596,14.4782 z"
+       id="path4189" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:url(#radialGradient4221);stroke:#000000;stroke-width:0.47773382px"
+       d="m 222.34102,473.01437 c 0,0 1.21192,-7.63386 2.42383,-8.42384 1.21191,-0.78974 31.81288,-3.15891 34.23661,-2.89568 2.42384,0.26324 9.99833,3.68539 15.755,3.68539 5.75667,0 8.48329,1.05297 10.60412,2.10594 2.12088,1.05296 4.54471,4.47531 6.66538,5.00166 2.12087,0.52648 6.96828,3.1589 6.36247,5.00167 -0.60595,1.84271 -0.9089,9.74015 -0.60595,11.31965 0.30297,1.57945 1.51491,4.47532 1.51491,4.47532 0,0 0,2.10594 1.51493,2.63242 1.51491,0.52649 4.5447,0.52649 4.5447,-1.57945 0,-2.10594 -1.51492,-2.63242 -2.12088,-5.26484 -0.60596,-2.63242 -1.51491,-4.21188 0.60596,-7.89749 2.12087,-3.68539 2.12087,-4.73849 4.2417,-5.79119 2.12088,-1.05297 2.42383,-2.89569 3.93875,-0.52649 1.51492,2.3692 -0.30298,3.42217 2.72683,2.89568 3.02979,-0.52648 2.12088,-3.1589 5.75667,-2.63242 3.63574,0.52649 3.0298,0.78976 3.93875,3.15891 0.90897,2.36921 0,5.00167 3.0298,2.89569 3.02978,-2.10594 4.54469,-4.47532 6.05956,-7.10752 1.51493,-2.63242 2.72683,-15.53135 -0.60596,-20.00667 -3.33279,-4.47531 -25.14751,-15.00499 -30.29786,-15.26817 -5.15087,-0.26324 -41.8112,-3.42217 -45.74995,-2.3692 -3.93875,1.05297 -15.4521,1.84271 -18.17873,3.15891 -2.72683,1.31622 -2.72683,4.21187 -4.84766,4.47531 -2.12087,0.26324 -5.45377,0 -6.36246,2.10593 -0.90897,2.10594 0.30297,0.78976 -3.33279,2.89569 -3.63578,2.10594 -5.75668,0.52649 -6.05958,4.21188 -0.30298,3.68539 2.12087,3.42216 -0.60596,4.73849 -2.72683,1.31623 -3.33279,1.31623 -2.12087,4.47531 1.2119,3.15891 5.15087,11.05604 5.15087,11.05604 l 1.81786,-0.52649 z"
+       id="path4182" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;stroke:#000000;stroke-width:0.47773382px"
+       d="m 223.85605,469.32947 1.21191,8.16066 c 0,0 5.45376,72.39325 4.84766,77.13129 -0.60596,4.7385 -2.42383,17.37403 -0.60596,19.47988 1.81787,2.10593 1.81787,4.21187 3.02978,4.47531 1.21192,0.26324 10.90704,3.1589 18.17873,2.89569 7.27168,-0.26325 44.84073,0 50.90082,-0.78976 6.05957,-0.78969 13.93707,-1.84271 17.57292,-3.1589 3.63574,-1.31623 3.93875,-2.10594 5.15087,-0.78974 1.2119,1.31622 3.02978,5.52801 1.81786,6.31798 -1.21191,0.78975 -14.54287,5.7912 -19.69373,5.00167 -5.15087,-0.78975 -29.99497,-2.10594 -37.87247,-2.10594 -7.87749,0 -17.57292,1.31624 -23.93538,0 -6.36248,-1.31623 -12.11915,-1.05297 -13.63417,-1.84271 -1.51492,-0.78976 -4.2417,-4.47532 -3.93875,-5.52803 0.30298,-1.05296 1.21191,-5.26484 1.21191,-5.26484 0,0 -0.60596,-32.90537 -0.60596,-34.48486 0,-1.57946 -1.51491,-34.48488 -1.51491,-34.48488 l -2.72683,-31.85223 0.60595,-3.1589 z"
+       id="path4184" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#803300;stroke-width:0.47773382"
+       d="m 324.14062,482.75319 c 0,0 0,15.53135 0.30298,20.79619 0.30298,5.26484 -1.21191,34.74805 -2.12088,38.17021 -0.90896,3.42218 -0.60596,5.26485 0,8.16067 0.60596,2.89568 0,3.68539 0,3.68539 0,0 1.81788,-9.74016 2.12088,-12.10918 0.30298,-2.36921 1.81787,-35.8012 2.12088,-37.90704 0.30298,-2.10594 2.42382,-9.21336 3.02978,-11.846 0.60596,-2.63243 1.51493,-3.94866 0,-5.7912 -1.51492,-1.84272 -0.60596,-1.05297 -2.42382,-2.10593 -1.81788,-1.05297 -3.0298,0 -3.0298,-1.05297 z"
+       id="path4191" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#803300;stroke-width:0.47773382"
+       d="m 229.0064,475.90885 c 0.90896,3.42217 2.12088,48.17311 2.42383,51.33032 0.30298,3.1589 1.81787,16.58449 1.21191,20.53302 -0.60595,3.94865 -0.90896,4.73849 -1.51492,6.05436 -0.60595,1.31624 -0.90896,-5.00166 -0.90896,-5.00166 0,0 -3.93875,-46.06681 -3.33279,-47.91038 0.60596,-1.84271 -1.21192,-17.90037 -0.30297,-20.00667 0.90895,-2.10593 2.12087,-5.52801 2.42382,-5.00166 z"
+       id="path4193" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#000000;fill-opacity:0.43819999;stroke-width:0.47773382"
+       d="m 233.24857,568.04692 c 1.51491,3.15891 2.12087,5.26485 5.15086,5.52803 3.02979,0.26323 27.87414,1.57945 33.93372,1.57945 6.05956,0 35.75162,0 39.99327,-2.63242 4.2417,-2.63242 5.75668,-1.57946 7.2717,-6.31799 1.51491,-4.73849 2.42383,-10.52969 1.21191,-12.37236 -1.21191,-1.84272 3.02979,4.47532 3.02979,8.16066 0,3.68539 -2.12088,6.05437 -4.84766,9.74016 -2.72683,3.68539 -6.66537,5.52802 -12.42204,5.52802 -5.75668,0 -12.42206,0.7897 -16.66371,0.26324 -4.2417,-0.52649 -7.27169,-1.05297 -13.02835,0.26324 -5.75668,1.31621 -27.26835,-0.26324 -33.02502,-1.05297 -5.75666,-0.78973 -10.30122,0.78975 -11.81624,-2.63242 -1.51492,-3.42217 -1.21191,-7.63387 0,-10.26651 1.21192,-2.63242 3.02978,-6.84434 3.02978,-6.84434 l -1.81786,11.05604 z"
+       id="path4195" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:0.71535998;stroke-width:0.47773382"
+       d="m 233.24857,474.5952 c 0.90895,3.42217 4.84765,15.00501 4.54469,18.95352 -0.30297,3.94866 -0.60596,16.32088 -1.2119,22.11252 -0.60596,5.79119 -2.42384,14.21503 -1.51493,21.84933 0.90897,7.63387 2.12087,10.26652 0.60596,13.16233 -1.51492,2.89569 -3.63574,7.10752 -3.63574,7.10752 0,0 8.4833,-9.74016 9.08962,-12.10918 0.60595,-2.36921 -2.12089,-13.68868 -1.51493,-19.47987 0.60596,-5.7912 1.51493,-18.95353 2.72683,-25.27151 1.21192,-6.31799 1.81788,-11.84601 0.30299,-17.6372 -1.51489,-5.79119 -9.08962,-9.47654 -9.39252,-8.68702 z"
+       id="path4197" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 331.59784,477.46297 c 0,-1.57946 1.32673,12.13412 1.02377,12.13412 -0.0189,-0.41146 23.41057,0.37 27.0459,1.68623 3.63575,1.31623 3.33274,10.063 3.63575,14.8015 0.30298,4.73849 -0.30431,16.85925 -0.30431,20.80776 0,3.94866 -8.69447,21.24952 -11.42109,24.1449 -2.72684,2.89568 -6.63872,5.58679 -9.36535,8.21944 -2.72684,2.63242 -12.59272,2.19517 -15.01645,1.66869 -2.42383,-0.52649 2.3022,12.40263 5.63521,11.61311 3.33279,-0.78971 17.28179,-5.86779 20.91713,-8.23681 3.63574,-2.3692 11.52769,-14.58018 13.34561,-19.58184 1.81788,-5.00168 6.45473,-16.42998 6.75763,-21.16847 0.30299,-4.7385 0.39371,-23.15943 -0.81819,-27.10795 -1.21192,-3.94866 -6.54801,-12.54647 -10.18385,-14.12552 -3.63574,-1.57945 -29.39275,-2.97794 -29.39275,-2.97794 0,0 -1.85959,-0.95549 -1.85959,-1.87687 z"
+       style="fill:#afafaf;fill-opacity:1;stroke-width:0.47773382"
+       sodipodi:nodetypes="ccsssssccssssscc"
+       id="path4223" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#000000;stroke:#000000;stroke-width:0.47773382px"
+       d="m 331.26471,477.62327 c 0,0 1.0604,2.30339 1.28766,3.42218 0.22723,1.11878 0.68171,4.80439 0.53021,5.9889 -0.15148,1.18461 0.30298,2.3692 -0.22724,2.43502 -0.5302,0.0658 -0.60596,-0.98715 -0.60596,-1.7769 0,-0.78975 -0.15148,-4.08029 -0.45446,-5.19894 -0.30298,-1.11878 -0.37872,-1.90849 -0.60595,-2.69823 -0.22723,-0.78971 0.30297,-2.30339 0.0757,-2.17176 z"
+       id="path4225" />
+  </g>
+  <metadata
+     id="metadata26">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2010-07-17T14:58:12</dc:date>
+        <dc:description>Beer,Drink,cool,drunk,water,bujung,thirsty</dc:description>
+        <dc:source>https://openclipart.org/detail/73591/beer-by-aungkarns</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>aungkarns</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>Beer</rdf:li>
+            <rdf:li>Drink</rdf:li>
+            <rdf:li>bujung</rdf:li>
+            <rdf:li>cool</rdf:li>
+            <rdf:li>drunk</rdf:li>
+            <rdf:li>thirsty</rdf:li>
+            <rdf:li>water</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/food/restaurant.svg
===================================================================
--- /trunk/resources/images/presets/food/restaurant.svg	(revision 16006)
+++ /trunk/resources/images/presets/food/restaurant.svg	(revision 16006)
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 16 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="restaurant.16.svg">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs8" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1106"
+     inkscape:window-height="767"
+     id="namedview6"
+     showgrid="false"
+     inkscape:zoom="14.75"
+     inkscape:cx="8"
+     inkscape:cy="8"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2" />
+  <rect width="16" height="16" fill="white" />
+  <path
+     d="M 5,1 C 4,1 2,3 2,6 c 0,3 2.25,4 2.25,4 l -0.5,5 2.5,0 -0.5,-5 C 5.75,10 8,9 8,6 8,3 6,1 5,1 z M 9,1.75 9,8 c 0,1 1.75,1 1.75,2 l -0.5,5 2.5,0 -0.5,-5 C 12.25,9 14,9 14,8 l 0,-6.25 c 0,-1 -1,-1 -1,0 L 13,7 c 0,0.5632885 -1,0.5632884 -1,0 l 0,-5.25 c 0,-1 -1,-1 -1,0 L 11,7 c 0,0.5273339 -1,0.5273339 -1,0 l 0,-5.25 c 0,-1 -1,-1 -1,0 z"
+     id="path4"
+     style="fill:#734a08;fill-opacity:1" />
+</svg>
Index: /trunk/resources/images/presets/health/baby_hatch.svg
===================================================================
--- /trunk/resources/images/presets/health/baby_hatch.svg	(revision 16006)
+++ /trunk/resources/images/presets/health/baby_hatch.svg	(revision 16006)
@@ -0,0 +1,239 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__baby_hatch3.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-29.320109"
+     inkscape:cy="15.23225"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.51417869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4254"
+       width="16.000004"
+       height="16.000042"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       rx="2.0000017" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4293"
+       cx="11.062386"
+       cy="1045.5758"
+       rx="3.7681696"
+       ry="5.7863278" />
+    <path
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 14.717651,1039.5637 c -4e-6,2.0577 -1.668114,3.7258 -3.725831,3.7258 -2.057717,0 -3.7258269,-1.6681 -3.7258307,-3.7258 z"
+       id="circle4295"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cscc" />
+    <circle
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4291"
+       cx="10.99182"
+       cy="1039.5637"
+       r="2.201627" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4311"
+       width="5"
+       height="8"
+       x="0.9999997"
+       y="1040.3621"
+       rx="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/health/clinic.svg
===================================================================
--- /trunk/resources/images/presets/health/clinic.svg	(revision 16006)
+++ /trunk/resources/images/presets/health/clinic.svg	(revision 16006)
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__clinic.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="-20.679487"
+     inkscape:cy="8.9290067"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.51417869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4254"
+       width="16.000008"
+       height="16.000046"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       rx="2.0000021" />
+    <g
+       id="g4302"
+       transform="matrix(0.85716634,0,0,0.85716634,2.8596806,150.89059)">
+      <path
+         sodipodi:nodetypes="cccccccccccccscc"
+         inkscape:connector-curvature="0"
+         id="path3772-4-3-0"
+         d="m 7.8178461,1041.8617 c -0.8260795,0 -1.4905882,0.7755 -1.4905882,1.7382 l 0,6.9336 c -0.013155,1.0862 1.3917706,1.0862 1.3785772,0 l 0,-5.722 0.710423,0 0,6.5506 4.4223349,0 0,-6.5506 0.78274,0 0,5.722 c -0.0133,1.0862 1.391832,1.0862 1.378576,0 l 0,-6.9342 c 0,-0.9625 -0.665741,-1.7381 -1.491821,-1.7381 l -5.6902419,0 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate" />
+      <ellipse
+         style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="ellipse4298-7"
+         cx="10.663416"
+         cy="1039.2753"
+         rx="1.9127603"
+         ry="1.9127849" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       d="m 6.0000019,1042.3621 3.000001,0 0,-2 -3.000001,0 0,-3 -2.0000009,0 0,3 -3.000001,0 0,2 3.000001,0 0,3 2.0000009,0 z"
+       style="fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1883-7"
+       sodipodi:nodetypes="ccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/health/dentist.svg
===================================================================
--- /trunk/resources/images/presets/health/dentist.svg	(revision 16006)
+++ /trunk/resources/images/presets/health/dentist.svg	(revision 16006)
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__dentist5.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="7.0126666"
+     inkscape:cy="3.0118006"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4302-4"
+       width="16.000004"
+       height="16.000004"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       ry="2.0000398" />
+    <g
+       id="g4302"
+       transform="matrix(0.85716634,0,0,0.85716634,3.1425054,151.1699)">
+      <path
+         sodipodi:nodetypes="csccccccccccccccsscc"
+         inkscape:connector-curvature="0"
+         id="path3772-4-3-0"
+         d="m 7.8178461,1041.8617 c -0.8260795,0 -1.4905882,0.7755 -1.4905882,1.7382 l 0,0.9897 c -5.667e-4,0.019 -5.667e-4,0.038 0,0.056 l 0,0.1659 0,5.722 c -0.013155,1.0862 1.3917706,1.0862 1.3785772,0 l 0,-5.722 0.710423,0 0,6.5506 4.4223349,0 0,-6.5506 0.78274,0 0,5.722 c -0.0133,1.0862 1.391832,1.0862 1.378576,0 l 0,-5.8884 0,-1.0458 c 0,-0.9625 -0.665741,-1.7381 -1.491821,-1.7381 l -5.6902419,0 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate" />
+      <ellipse
+         style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="ellipse4298-7"
+         cx="10.663416"
+         cy="1039.2753"
+         rx="1.9127603"
+         ry="1.9127849" />
+    </g>
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.81100017;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 2.9550687,1049.6092 c 0.2522249,0 1.0224663,-7.1573 2.0449317,-7.1573 1.0224651,0 1.8452307,7.1573 2.0449303,7.1573 0.1997009,0 2.0449306,-7.1573 2.0449306,-8.1797 -1.1e-6,-3.0674 -0.798849,-4.1218 -2.0449306,-4.09 -1.2461294,0.032 -1.1183212,1.0863 -2.0449303,1.0226 -0.9266092,-0.063 -0.9266102,-1.0226 -2.0449317,-1.0226 -1.1183212,0 -2.04493037,1.0226 -2.04493037,4.09 0,1.0224 1.83724217,8.1797 2.04493037,8.1797 z"
+       id="path4290"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="szzszzzss" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/health/doctors.svg
===================================================================
--- /trunk/resources/images/presets/health/doctors.svg	(revision 16006)
+++ /trunk/resources/images/presets/health/doctors.svg	(revision 16006)
@@ -0,0 +1,243 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__doctors6.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6568543"
+     inkscape:cx="28.078209"
+     inkscape:cy="-41.468809"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-others="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-grids="false"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4302-4"
+       width="16.000004"
+       height="16.000004"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       ry="2.0000398" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 3.0575769,1044.1832 c -1.4348265,0 -2.58901897,1.3471 -2.58901897,3.0193 l 0,5.1595 15.06362407,0 0,-5.1608 c 0,-1.6717 -1.156334,-3.0189 -2.591161,-3.0189 l -9.8834441,0 z"
+       id="path3772-4-3-0"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccscc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.48800027;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 11.391375,1047.2349 c 0,0 1.95345,-5.1396 -3.1353008,-5.0913 -5.0381319,0.2084 -1.6479095,4.6118 -1.6479095,4.6118"
+       id="path4276"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.48800027;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 9.6431604,1050.1396 c 0,0 -0.9446954,-4.6105 -3.0349957,-3.3842 -2.2615752,1.3268 0.9432796,4.3927 0.9432796,4.3927"
+       id="path4278"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csc" />
+    <ellipse
+       ry="3.3223372"
+       rx="3.322294"
+       cy="1039.6909"
+       cx="8.0000792"
+       id="ellipse4298-7"
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/health/hospital.svg
===================================================================
--- /trunk/resources/images/presets/health/hospital.svg	(revision 16006)
+++ /trunk/resources/images/presets/health/hospital.svg	(revision 16006)
@@ -0,0 +1,218 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__hospital5.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-4.7044422"
+     inkscape:cy="9.9634056"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.51417869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4254"
+       width="16.000004"
+       height="16.000042"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       rx="2.0000017" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 10.000001,1046.3621 5.000001,0 0,-4 -5.000001,0 0,-5 -4.0000004,0 0,5 -5.0000009,0 0,4 5.0000009,0 0,5 4.0000004,0 z"
+       style="fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1883"
+       sodipodi:nodetypes="ccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/health/pharmacy.svg
===================================================================
--- /trunk/resources/images/presets/health/pharmacy.svg	(revision 16006)
+++ /trunk/resources/images/presets/health/pharmacy.svg	(revision 16006)
@@ -0,0 +1,218 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__pharmacy.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="13.45603"
+     inkscape:cy="8.5318054"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.51417869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4254"
+       width="16.000004"
+       height="16.000042"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       rx="2.0000017" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 10.000001,1046.3621 5.000001,0 0,-4 -5.000001,0 0,-5 -4.0000004,0 0,5 -5.0000009,0 0,4 5.0000009,0 0,5 4.0000004,0 z"
+       style="fill:#007704;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1883"
+       sodipodi:nodetypes="ccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/health/veterinary.svg
===================================================================
--- /trunk/resources/images/presets/health/veterinary.svg	(revision 16006)
+++ /trunk/resources/images/presets/health/veterinary.svg	(revision 16006)
@@ -0,0 +1,224 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__veterinary.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="-20.679487"
+     inkscape:cy="8.9290067"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.51417869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4254"
+       width="16.000004"
+       height="16.000042"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       rx="2.0000017" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 6.0000006,1042.3621 3.0000005,0 0,-2 -3.0000005,0 0,-3 -2.0000004,0 0,3 -3.0000005,0 0,2 3.0000005,0 0,3 2.0000004,0 z"
+       style="fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1883-7"
+       sodipodi:nodetypes="ccccccccccccc" />
+    <path
+       style="fill:#000000;stroke:none"
+       d="m 11.478895,1041.0537 -1.7913937,4.949 -5.660158,0 c -1.703812,0 -2.316408,1.9582 -2.316408,3.125 1.102218,-1.9407 2.314454,-1.9571 2.314454,-1.9571 l -0.8687628,4.9124 1.515626,0 0.666015,-2.6015 5.3515635,0 0.544923,2.6015 1.580079,0 -0.867189,-4.9512 0.943361,-1.6738 1.853516,0.7656 0.972656,-2.1875 -3.316407,-1.4121 z"
+       id="path4288-8"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccscccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/adit.svg
===================================================================
--- /trunk/resources/images/presets/landmark/adit.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/adit.svg	(revision 16006)
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="308.12"
+   height="308.12"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="adit.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata21">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="964"
+     inkscape:window-width="1400"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="1.564853"
+     inkscape:cx="92.135243"
+     inkscape:cy="68.846607"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs4" />
+  <rect
+     style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+     id="rect2172"
+     width="308.1167"
+     height="235.54376"
+     x="2.0433588"
+     y="1.0586861" />
+  <g
+     id="g8184"
+     transform="translate(-87.091039,-129.47691)">
+    <path
+       d="m 240.1875,155.15625 c -72.85179,0 -121.78125,63.87446 -121.78125,101.15625 0,0 0.0937,0.34375 0.0937,0.34375 l 0,90.90625 240.84375,-1.8125 0,-89.09375 0.40625,-0.21875 c 0,-36.90234 -47.93698,-99.84709 -119.5625,-101.125 l 0,-0.15625 z"
+       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+       id="path3703"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 381.915,346.95341 -288.069634,0.59395 1.781874,-105.72452 23.16436,-45.73477 39.20123,-39.79519 52.86226,-22.5704 53.45623,0 54.05018,22.5704 43.06195,40.68613 20.78853,46.03175 -0.29698,103.94265 z"
+       style="color:#000000;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible"
+       id="path1882"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 97.438084,244.21377 20.438476,11.80016"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path2780"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 119.27765,196.38505 17.21967,13.56026"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path3667"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 158.75688,156.29288 11.75977,19.6331"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path3670"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 212.09583,133.92681 1.67997,22.36607"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path3672"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 96.178108,301.50351 20.159602,0"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path3674"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 380.09252,244.84375 -20.43848,11.80016"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path3685"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 358.25295,197.01503 -17.21967,13.56026"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path3687"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 318.77372,156.92286 -11.75977,19.6331"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path3689"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 265.43477,134.55679 -1.67997,22.36607"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path3691"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 381.35249,302.13349 -20.1596,0"
+       style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
+       id="path3693"
+       inkscape:connector-curvature="0" />
+  </g>
+  <path
+     d="m 33.115632,134.39536 c 0.49958,0 0.49958,0 0,0 z"
+     style="fill:none;stroke:none"
+     id="path3709"
+     inkscape:connector-curvature="0" />
+  <g
+     id="g3792"
+     transform="matrix(1.8831168,0,0,1.9689361,22.772979,-300.97041)">
+    <path
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0"
+       id="path3784"
+       d="m 8.9465267,230.15741 17.8078503,57.51338 60.92159,0 19.682363,-57.51339 z"
+       style="fill:#aa4400;stroke:none" />
+    <path
+       transform="translate(-14.697867,-5.1123011)"
+       d="m 102.24602,292.46356 c 0,7.94094 -6.437402,14.37835 -14.378344,14.37835 -7.940942,0 -14.378348,-6.43741 -14.378348,-14.37835 0,-7.94094 6.437406,-14.37835 14.378348,-14.37835 7.940942,0 14.378344,6.43741 14.378344,14.37835 z"
+       sodipodi:ry="14.378347"
+       sodipodi:rx="14.378347"
+       sodipodi:cy="292.46356"
+       sodipodi:cx="87.867676"
+       id="path3786"
+       style="opacity:0.98999999;color:#000000;fill:#552200;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.98999999;color:#000000;fill:#552200;fill-opacity:1;stroke:none;stroke-width:8;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path3790"
+       sodipodi:cx="87.867676"
+       sodipodi:cy="292.46356"
+       sodipodi:rx="14.378347"
+       sodipodi:ry="14.378347"
+       d="m 102.24602,292.46356 c 0,7.94094 -6.437402,14.37835 -14.378344,14.37835 -7.940942,0 -14.378348,-6.43741 -14.378348,-14.37835 0,-7.94094 6.437406,-14.37835 14.378348,-14.37835 7.940942,0 14.378344,6.43741 14.378344,14.37835 z"
+       transform="translate(-47.288787,-5.1123011)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/beacon.svg
===================================================================
--- /trunk/resources/images/presets/landmark/beacon.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/beacon.svg	(revision 16006)
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.0 r15299"
+   sodipodi:docname="10.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="-4.3431112"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="opacity:1;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4493-7"
+       width="2"
+       height="8"
+       x="7"
+       y="1045.3622" />
+    <path
+       style="fill:#ed0000;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 7,1045.3622 -3,-8 h 8 l -3,8 z"
+       id="path4534"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/boundary_stone.svg
===================================================================
--- /trunk/resources/images/presets/landmark/boundary_stone.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/boundary_stone.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="boundary_stone.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="33.583333"
+     inkscape:cx="-0.99517906"
+     inkscape:cy="7.6500186"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1052.3622 9,0 0,-11 -4.5,-5 -4.5,5 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/building.svg
===================================================================
--- /trunk/resources/images/presets/landmark/building.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/building.svg	(revision 16006)
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12.528"
+   height="16.000069"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="building2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\misc\landmark\building.png"
+   inkscape:export-xdpi="45"
+   inkscape:export-ydpi="45">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 16 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="32 : 16 : 1"
+       inkscape:persp3d-origin="16 : 10.666667 : 1"
+       id="perspective14" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-0.15660126"
+     inkscape:cy="9.4201333"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-15.999932)">
+    <path
+       style="font-size:12px;fill:#b3b3b3;fill-rule:evenodd;stroke:#000000;stroke-width:0.03557852"
+       d="m 6.2639954,16.017721 -6.22182601,6.385799 1.24435701,0 0,9.578691 3.733104,0 0,-4.867796 2.574055,0 8e-6,4.867796 3.6477716,0 0,-9.578691 1.244365,0 -6.2218346,-6.385799 0,0 0,0 z"
+       id="path645"
+       sodipodi:nodetypes="ccccccccccccc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/bunker.svg
===================================================================
--- /trunk/resources/images/presets/landmark/bunker.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/bunker.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="362.25629"
+   height="249.91148"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\misc\landmark"
+   sodipodi:docname="bunker.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="215.38745"
+     inkscape:cy="126.94806"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="797"
+     inkscape:window-height="573"
+     inkscape:window-x="176"
+     inkscape:window-y="232"
+     height="250px"
+     width="362.76px" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-267.74313,-518.16443)">
+    <rect
+       style="fill:#aaccff;fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3176"
+       width="362.14288"
+       height="234.28571"
+       x="267.74313"
+       y="518.16443" />
+    <path
+       style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00115538px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 268.24372,709.23698 C 268.24372,709.23698 384.77515,686.92278 456.64722,695.22382 L 629.99943,715.24556 L 629.99943,768.07591 L 268.24372,768.07591 L 268.24372,709.23698 z "
+       id="path2160"
+       sodipodi:nodetypes="cscccc" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:7.09289646;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3134"
+       width="238.9071"
+       height="121.76425"
+       x="329.11783"
+       y="610.05145" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3136"
+       sodipodi:cx="464.28571"
+       sodipodi:cy="540.93359"
+       sodipodi:rx="115.71429"
+       sodipodi:ry="62.857143"
+       d="M 579.99999 540.93359 A 115.71429 62.857143 0 1 1  348.57142,540.93359 A 115.71429 62.857143 0 1 1  579.99999 540.93359 z"
+       transform="matrix(1.0331906,0,0,0.998601,-30.767094,67.899626)" />
+    <rect
+       style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3140"
+       width="157.14285"
+       height="43.882164"
+       x="369.99997"
+       y="617.05139" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3138"
+       width="42.857143"
+       height="43.377083"
+       x="427.14282"
+       y="617.55646" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/bunker_silo.svg
===================================================================
--- /trunk/resources/images/presets/landmark/bunker_silo.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/bunker_silo.svg	(revision 16006)
@@ -0,0 +1,201 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="917.01813"
+   height="982.49854"
+   id="svg3157"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="New document 2">
+  <defs
+     id="defs3159">
+    <clipPath
+       id="presentation_clip_path"
+       clipPathUnits="userSpaceOnUse">
+      <rect
+         x="0"
+         y="0"
+         width="21000"
+         height="29700"
+         id="rect7" />
+    </clipPath>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="116.36642"
+     inkscape:cy="468.39287"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3162">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-258.63358,-18.256528)">
+    <g
+       style="fill-rule:evenodd;stroke-width:28.22200012;stroke-linejoin:round"
+       clip-path="url(#presentation_clip_path)"
+       class="Slide"
+       id="id1"
+       transform="matrix(0.04819248,0,0,0.03543307,211.12182,-16.67605)">
+      <g
+         id="g54"
+         class="Page">
+        <g
+           id="g56"
+           class="com.sun.star.drawing.PolyPolygonShape">
+          <g
+             id="id3">
+            <path
+               style="fill:#b3b3b3;stroke:none"
+               inkscape:connector-curvature="0"
+               id="path59"
+               d="m 1000,28700 0,-8589 710,0 0,8589 -710,0 z" />
+            <path
+               style="fill:#4d4d4d;stroke:#666666"
+               inkscape:connector-curvature="0"
+               id="path61"
+               d="m 1000,28700 0,-8589 710,0 0,8589 -710,0 z" />
+          </g>
+        </g>
+        <g
+           id="g63"
+           class="com.sun.star.drawing.PolyPolygonShape">
+          <g
+             id="id4">
+            <path
+               style="fill:#1a1a1a;stroke:none"
+               inkscape:connector-curvature="0"
+               id="path66"
+               d="m 10056,1859 0,8589 4972,0 3907,-8589 -8879,0 z" />
+            <path
+               style="fill:none;stroke:#666666"
+               inkscape:connector-curvature="0"
+               id="path68"
+               d="m 10056,1859 0,8589 4972,0 3907,-8589 -8879,0 z" />
+          </g>
+        </g>
+        <g
+           id="g70"
+           class="com.sun.star.drawing.PolyPolygonShape">
+          <g
+             id="id5">
+            <path
+               style="fill:#333333;stroke:none"
+               inkscape:connector-curvature="0"
+               id="path73"
+               d="m 1710,20111 8346,-18252 0,8589 -8346,18252 0,-8589 z" />
+            <path
+               style="fill:none;stroke:#999999"
+               inkscape:connector-curvature="0"
+               id="path75"
+               d="m 1710,20111 8346,-18252 0,8589 -8346,18252 0,-8589 z" />
+          </g>
+        </g>
+        <g
+           id="g77"
+           class="com.sun.star.drawing.ClosedFreeHandShape">
+          <g
+             id="id6">
+            <path
+               style="fill:#cccc00;stroke:none"
+               inkscape:connector-curvature="0"
+               id="path80"
+               d="m 10054,4906 c -218,294 -404,674 -381,1067 26,457 -243,741 -382,1100 -138,354 15,697 -59,1065 -77,380 -43,809 -351,1101 -299,283 -442,743 -677,1102 -209,320 -161,730 -176,1099 -15,367 49,747 -87,1102 -130,339 -135,730 -117,1099 18,359 -23,794 -382,960 -337,156 -654,430 -852,816 -172,335 -257,726 -352,1101 -90,359 -50,746 -147,1102 -102,376 -153,775 -295,1136 -153,388 36,781 61,1170 22,357 -32,711 -61,1065 -33,398 48,879 382,1067 286,162 609,164 911,284 335,133 598,490 646,887 58,479 474,542 764,532 293,-9 588,-70 881,-105 319,-38 648,26 939,176 348,180 696,-118 881,-425 212,-353 591,-303 880,-498 304,-205 487,-582 647,-958 163,-382 605,-395 880,-640 284,-252 368,-706 471,-1099 103,-391 213,-788 206,-1209 -6,-380 70,-758 87,-1136 19,-423 254,-767 440,-1099 228,-406 483,-789 736,-1173 212,-323 330,-730 527,-1065 217,-369 446,-736 618,-1136 170,-395 542,-676 557,-1138 15,-434 230,-781 469,-1065 249,-294 336,-734 499,-1099 151,-338 331,-683 354,-1065 21,-359 44,-709 28,-1065 -16,-368 9,-737 0,-1102 -9,-365 -26,-726 59,-1102 82,-362 51,-951 -293,-1065 -318,-105 -629,-193 -881,-425 -268,-247 -625,-404 -970,-320 -346,85 -589,410 -909,569 -288,144 -545,511 -881,425 -314,-80 -633,-78 -941,-178 -305,-99 -738,-64 -880,320 -146,393 -482,549 -792,498 -336,-54 -670,-182 -940,-427 -263,-238 -600,-245 -911,-283 l -117,-142 -89,176 z" />
+            <path
+               style="fill:none;stroke:#cccc00"
+               inkscape:connector-curvature="0"
+               id="path82"
+               d="m 10054,4906 c -218,294 -404,674 -381,1067 26,457 -243,741 -382,1100 -138,354 15,697 -59,1065 -77,380 -43,809 -351,1101 -299,283 -442,743 -677,1102 -209,320 -161,730 -176,1099 -15,367 49,747 -87,1102 -130,339 -135,730 -117,1099 18,359 -23,794 -382,960 -337,156 -654,430 -852,816 -172,335 -257,726 -352,1101 -90,359 -50,746 -147,1102 -102,376 -153,775 -295,1136 -153,388 36,781 61,1170 22,357 -32,711 -61,1065 -33,398 48,879 382,1067 286,162 609,164 911,284 335,133 598,490 646,887 58,479 474,542 764,532 293,-9 588,-70 881,-105 319,-38 648,26 939,176 348,180 696,-118 881,-425 212,-353 591,-303 880,-498 304,-205 487,-582 647,-958 163,-382 605,-395 880,-640 284,-252 368,-706 471,-1099 103,-391 213,-788 206,-1209 -6,-380 70,-758 87,-1136 19,-423 254,-767 440,-1099 228,-406 483,-789 736,-1173 212,-323 330,-730 527,-1065 217,-369 446,-736 618,-1136 170,-395 542,-676 557,-1138 15,-434 230,-781 469,-1065 249,-294 336,-734 499,-1099 151,-338 331,-683 354,-1065 21,-359 44,-709 28,-1065 -16,-368 9,-737 0,-1102 -9,-365 -26,-726 59,-1102 82,-362 51,-951 -293,-1065 -318,-105 -629,-193 -881,-425 -268,-247 -625,-404 -970,-320 -346,85 -589,410 -909,569 -288,144 -545,511 -881,425 -314,-80 -633,-78 -941,-178 -305,-99 -738,-64 -880,320 -146,393 -482,549 -792,498 -336,-54 -670,-182 -940,-427 -263,-238 -600,-245 -911,-283 l -117,-142 -89,176 z" />
+          </g>
+        </g>
+        <g
+           id="g84"
+           class="com.sun.star.drawing.PolyPolygonShape">
+          <g
+             id="id7">
+            <path
+               style="fill:#4d4d4d;stroke:none"
+               inkscape:connector-curvature="0"
+               id="path87"
+               d="m 10589,28700 0,-8589 710,0 0,8589 -710,0 z" />
+            <path
+               style="fill:none;stroke:#666666"
+               inkscape:connector-curvature="0"
+               id="path89"
+               d="m 10589,28700 0,-8589 710,0 0,8589 -710,0 z" />
+          </g>
+        </g>
+        <g
+           id="g91"
+           class="com.sun.star.drawing.PolyPolygonShape">
+          <g
+             id="id8">
+            <path
+               style="fill:#4d4d4d;stroke:none"
+               inkscape:connector-curvature="0"
+               id="path94"
+               d="m 11299,28700 0,-8589 8701,-19111 -178,9019 -8523,18681 z" />
+            <path
+               style="fill:none;stroke:#999999"
+               inkscape:connector-curvature="0"
+               id="path96"
+               d="m 11299,28700 0,-8589 8701,-19111 -178,9019 -8523,18681 z" />
+          </g>
+        </g>
+        <g
+           id="g98"
+           class="com.sun.star.drawing.PolyPolygonShape">
+          <g
+             id="id9">
+            <path
+               style="fill:#e6e6e6;stroke:none"
+               inkscape:connector-curvature="0"
+               id="path101"
+               d="m 1000,20111 8701,-19111 10299,0 -8701,19111 -710,0 8346,-18252 -8879,0 -8346,18252 -710,0 z" />
+            <path
+               style="fill:#4d4d4d;stroke:#999999"
+               inkscape:connector-curvature="0"
+               id="path103"
+               d="m 1000,20111 8701,-19111 10299,0 -8701,19111 -710,0 8346,-18252 -8879,0 -8346,18252 -710,0 z" />
+          </g>
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/cave_entrance.svg
===================================================================
--- /trunk/resources/images/presets/landmark/cave_entrance.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/cave_entrance.svg	(revision 16006)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="cave5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="44.8"
+     inkscape:cx="8.5547422"
+     inkscape:cy="7.4673714"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#999999;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1052.3622 c 1.8596782,-12.543 4.0209341,-10.1773 8,-14 6.346321,0.9354 6.954976,8.2678 8,14 z"
+       id="path4134"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4136"
+       d="m 2.5,1052.3622 c 0.5577641,-3.4792 -1.2259077,-6.3044 5.4776786,-11.5 5.4727264,1.9539 5.1434704,6.471 5.4776784,11.5 z"
+       style="fill:#666666;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#333333;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4.2857143,1052.3622 c 0.026772,-5.2211 1.4939385,-6.924 3.5133928,-8.9107 3.7403139,0.5778 2.6949029,5.752 3.5133929,8.9107 z"
+       id="path4138"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4140"
+       d="m 6.0491072,1052.3622 c 0.5705131,-4.61 1.0022491,-4.8607 1.6495535,-5.0714 1.3148637,0.7535 1.3447478,3.0808 1.6495536,5.0714 z"
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/chimney.svg
===================================================================
--- /trunk/resources/images/presets/landmark/chimney.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/chimney.svg	(revision 16006)
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="16"
+   viewBox="0 0 13 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="chimney5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="2.5086424"
+     inkscape:cy="7.0965158"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="-2"
+       originy="0" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-2,-1036.3622)">
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4185"
+       width="4"
+       height="6"
+       x="3"
+       y="1040.3622" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4183"
+       width="6"
+       height="6"
+       x="2"
+       y="1046.3622" />
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4173"
+       width="5"
+       height="1.0002424"
+       x="5"
+       y="1038.3622"
+       ry="0.45264965" />
+    <rect
+       style="opacity:1;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4175"
+       width="5"
+       height="1"
+       x="7"
+       y="1037.3622"
+       ry="0.5" />
+    <rect
+       style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4177"
+       width="6"
+       height="1"
+       x="9"
+       y="1036.3622"
+       ry="0.5" />
+    <rect
+       style="opacity:1;fill:#8a1713;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4179"
+       width="1.0000011"
+       height="5.0004721"
+       x="5"
+       y="1044.3622" />
+    <rect
+       style="opacity:1;fill:#8a1713;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4181"
+       width="1"
+       height="2.0000346"
+       x="6"
+       y="1047.3622" />
+    <rect
+       style="opacity:1;fill:#d4231d;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4187"
+       width="0.99999654"
+       height="5.0000167"
+       x="4"
+       y="1044.3622" />
+    <rect
+       style="opacity:1;fill:#d4231d;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4189"
+       width="1"
+       height="2.0000346"
+       x="3"
+       y="1047.3622" />
+    <rect
+       style="opacity:1;fill:#aa1c17;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4191"
+       width="2"
+       height="2"
+       x="3"
+       y="1049.3622" />
+    <rect
+       style="opacity:1;fill:#78110e;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4193"
+       width="2"
+       height="2"
+       x="5"
+       y="1049.3622" />
+    <rect
+       style="opacity:1;fill:#e1312b;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4195"
+       width="1"
+       height="3"
+       x="4"
+       y="1041.3622" />
+    <rect
+       style="opacity:1;fill:#a11915;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4197"
+       width="1"
+       height="3"
+       x="5"
+       y="1041.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/crane.svg
===================================================================
--- /trunk/resources/images/presets/landmark/crane.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/crane.svg	(revision 16006)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="14.127"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="crane.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Christian Koerner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="31.416667"
+     inkscape:cx="5.6049592"
+     inkscape:cy="6.7204503"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4133"
+       originx="-16.085257"
+       originy="-15.4365" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4135"
+     width="15.999872"
+     height="14.127"
+     x="0"
+     y="1.4495849e-007" />
+  <path
+     d="m 2.9204844,1.6979566 0,1.403644 1.414964,0.01132 0,0.475428 3.260077,0.01132 0.690503,0 -0.01132,-0.656543 -0.611265,-0.01132 0.565986,-0.271673 4.4146876,-0.04528 0,0.316952 0.396189,0 0,2.184705 c -0.05459,0.0057 -0.114211,0.0072 -0.158476,0.01132 -0.110638,0.05826 -0.226394,0.237714 -0.226394,0.237714 l 0,0.38487 0.305632,0.588625 0.09056,0 0,0.305633 c 0,0 -0.0076,0.100867 0.07924,0.147156 0.161292,0.08596 0.144725,0.294809 0.01132,0.316952 -0.05936,0.0099 -0.145587,-0.08886 -0.147156,-0.226394 -5.32e-4,-0.04753 -0.06665,0.03038 -0.06792,0.04528 -0.0091,0.107336 0.06304,0.305568 0.215075,0.328272 0.04949,0.0074 0.244286,-0.08237 0.237714,-0.339591 -0.0034,-0.136166 -0.226395,-0.271673 -0.226394,-0.271673 l 0,-0.305633 0.09056,0 0.294313,-0.588625 0,-0.38487 c 0,0 -0.104436,-0.179457 -0.215075,-0.237714 -0.04908,-0.02001 -0.106949,-0.02352 -0.169795,-0.02264 l 0,-2.173385 0.36223,0 0,-0.328271 0.8037,-0.01132 0,-0.554666 -6.0900046,-0.113197 -0.656543,-0.215075 -4.652402,-0.01132 z m 1.471563,2.026228 -0.101878,2.275262 0.101878,2.275262 -0.181116,2.2752614 -0.203754,2.150745 -3.22611798,0 0,0.475428 14.54582858,0 0,-0.475428 -7.3578116,0 -0.192435,-2.150745 -0.181116,-2.2752614 0.101878,-2.275262 -0.101878,-2.275262 -3.203478,0 z m 0.645223,0.260353 1.901712,0 0.101877,1.754556 -2.105466,0 0.101877,-1.754556 z m -0.101877,2.275262 2.105466,0 -0.101877,1.754556 -1.901712,0 -0.101877,-1.754556 z m 0.101877,2.275262 1.901712,0 0.181115,1.7545554 -2.263942,0 0.181115,-1.7545554 z m -0.181115,2.2752624 2.263942,0 0.192435,1.890391 -2.637492,0 0.181115,-1.890391 z"
+     style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.94199997;stroke-miterlimit:4;stroke-opacity:1"
+     id="symbol1"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/landmark/cross.svg
===================================================================
--- /trunk/resources/images/presets/landmark/cross.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/cross.svg	(revision 16006)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="10"
+   height="16"
+   viewBox="0 0 10 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.0 r15299"
+   sodipodi:docname="01.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="2.6330947"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="opacity:1;fill:#a05a2c;fill-opacity:1;stroke:none;stroke-width:1.29499996;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4483"
+       width="2"
+       height="16.000017"
+       x="4"
+       y="1037.3622"
+       ry="1.7382812e-005" />
+    <rect
+       style="opacity:1;fill:#a05a2c;fill-opacity:1;stroke:none;stroke-width:1.29499996;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4485"
+       width="10"
+       height="2.0000174"
+       x="0"
+       y="1040.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/cutline.svg
===================================================================
--- /trunk/resources/images/presets/landmark/cutline.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/cutline.svg	(revision 16006)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="16"
+   height="16"
+   id="svg2">
+  <defs
+     id="defs4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(-310,-586.36218)"
+     id="layer1">
+    <rect
+       width="16"
+       height="16"
+       x="310"
+       y="586.36218"
+       id="rect2987"
+       style="fill:#447821;fill-opacity:1;stroke:none" />
+    <rect
+       width="2"
+       height="16"
+       x="317"
+       y="586.36218"
+       id="rect2989"
+       style="fill:#99ff55;fill-opacity:1;stroke:none" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/forest.svg
===================================================================
--- /trunk/resources/images/presets/landmark/forest.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/forest.svg	(revision 16006)
@@ -0,0 +1,705 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg1"
+   sodipodi:docname="13.svg"
+   inkscape:export-filename="/datas/Projs/Cliparts Stocker/plain_tree.png"
+   viewBox="0 0 160 160"
+   sodipodi:version="0.32"
+   inkscape:export-xdpi="72.000000"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-ydpi="72.000000"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="160">
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient5877"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5883"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5883-1"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434-7"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435-4"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880-0"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187-9"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188-4"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5877-8"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303-8"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304-2"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3020"
+       xlink:href="#linearGradient5877-8"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5883-1-7"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434-7-1"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435-4-1"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880-0-5"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187-9-2"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188-4-7"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3020-6"
+       xlink:href="#linearGradient5877-8-1"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5877-8-1"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303-8-4"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304-2-2"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5883-3"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434-2"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435-2"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880-1"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187-6"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188-8"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5877-5"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303-7"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304-6"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3098"
+       xlink:href="#linearGradient5877-5"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5883-1-7-3"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434-7-1-1"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435-4-1-2"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880-0-5-3"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187-9-2-3"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188-4-7-4"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3020-6-1"
+       xlink:href="#linearGradient5877-8-1-1"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5877-8-1-1"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303-8-4-3"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304-2-2-8"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5883-3-7"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434-2-4"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435-2-2"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880-1-7"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187-6-7"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188-8-9"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3098-3"
+       xlink:href="#linearGradient5877-5-1"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5877-5-1"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303-7-9"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304-6-8"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5883-1-6"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434-7-5"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435-4-0"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880-0-2"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187-9-8"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188-4-6"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3020-0"
+       xlink:href="#linearGradient5877-8-2"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5877-8-2"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303-8-48"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304-2-6"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3213"
+       xlink:href="#linearGradient5877-8-2"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-4"
+     pagecolor="#ffffff"
+     inkscape:window-height="1003"
+     inkscape:zoom="2.3434709"
+     inkscape:window-x="-4"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="svg1"
+     inkscape:cx="60.13832"
+     inkscape:cy="64.240855"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0"
+     width="160"
+     viewbox-height="160"
+     units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2995"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-0.71039995"
+       originy="272.66454"
+       spacingx="1.0666666"
+       spacingy="1.0666667" />
+  </sodipodi:namedview>
+  <g
+     id="g5885"
+     transform="matrix(0.1430053,0,0,0.13031325,-11.762347,-3.04052)">
+    <path
+       id="path1545"
+       style="fill:url(#linearGradient5883);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path909"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4679"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5877);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z"
+       inkscape:connector-curvature="0" />
+  </g>
+  <metadata
+     id="metadata18">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2008-05-26T12:05:38</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/17043/plain_tree-by-jean_victor_balin</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>jean_victor_balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>forest</rdf:li>
+            <rdf:li>garden</rdf:li>
+            <rdf:li>plant</rdf:li>
+            <rdf:li>tree</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="g5885-4"
+     transform="matrix(0.1430053,0,0,0.13031325,27.704965,-3.04052)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1545-5"
+       style="fill:url(#linearGradient5883-1);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path909-5"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880-0);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4679-1"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient3020);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+  </g>
+  <g
+     id="g5885-1"
+     transform="matrix(0.1430053,0,0,0.13031325,68.347357,-3.04052)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1545-8"
+       style="fill:url(#linearGradient5883-3);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path909-9"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880-1);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4679-2"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient3098);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+  </g>
+  <g
+     id="g5885-4-7"
+     transform="matrix(0.1430053,0,0,0.13031325,107.81468,-3.04052)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1545-5-9"
+       style="fill:url(#linearGradient5883-1-7);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path909-5-5"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880-0-5);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4679-1-4"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient3020-6);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+  </g>
+  <g
+     id="g5885-4-5"
+     transform="matrix(0.1430053,0,0,0.13031325,8.4061347,30.27054)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1545-5-0"
+       style="fill:url(#linearGradient5883-1-6);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path909-5-9"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880-0-2);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4679-1-0"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient3213);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+  </g>
+  <g
+     id="g5885-1-0"
+     transform="matrix(0.1430053,0,0,0.13031325,49.048526,30.27054)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1545-8-6"
+       style="fill:url(#linearGradient5883-3-7);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path909-9-1"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880-1-7);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4679-2-3"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient3098-3);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+  </g>
+  <g
+     id="g5885-4-7-8"
+     transform="matrix(0.1430053,0,0,0.13031325,88.515848,30.27054)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1545-5-9-9"
+       style="fill:url(#linearGradient5883-1-7-3);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path909-5-5-3"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880-0-5-3);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4679-1-4-4"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient3020-6-1);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/gasometer.svg
===================================================================
--- /trunk/resources/images/presets/landmark/gasometer.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/gasometer.svg	(revision 16006)
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="15.848646"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="gasometer4.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="15.526228"
+     inkscape:cy="14.198624"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="-7.9595485"
+       originy="-4.8440194" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-7.9595485,-11.307335)">
+    <path
+       style="fill:#b9bcbc;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.55431867px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.2684542,14.673855 0,10.455372 c 1.5657193,2.273225 13.3840888,2.386411 15.3421488,0.0089 0.08328,-1.574186 0.0562,-10.595522 0.0562,-10.595522 L 8.2684532,14.673846 Z"
+       id="path3366"
+       sodipodi:nodetypes="ccccc"
+       inkscape:transform-center-x="-0.64640991"
+       inkscape:transform-center-y="0.45841658"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       style="fill:#ffffff;fill-opacity:1;stroke:#130d0d;stroke-width:0.84639627;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="path3176"
+       inkscape:transform-center-y="-9.3565694"
+       inkscape:transform-center-x="-0.642514"
+       cx="15.959558"
+       cy="14.337715"
+       rx="7.5750284"
+       ry="2.0786033" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 17.459549,26.555981 0,-1.9 -3,0 0,-3 -3.000001,0 0,-3 -2.8999995,0"
+       id="path4160"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/glacier.svg
===================================================================
--- /trunk/resources/images/presets/landmark/glacier.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/glacier.svg	(revision 16006)
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15.999999"
+   height="10.95183"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="glacier.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 16 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="32 : 16 : 1"
+       inkscape:persp3d-origin="16 : 10.666667 : 1"
+       id="perspective8" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-32.014053"
+     inkscape:cy="9.8537159"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8.8303575,-18.153193)">
+    <path
+       style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.31793761px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 8.8303575,29.105023 16.843533,18.153193 24.830357,29.05783 8.8303575,29.105023 Z"
+       id="path3382"
+       sodipodi:nodetypes="cccc"
+       inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\misc\landmark\volcano_small.png"
+       inkscape:export-xdpi="59"
+       inkscape:export-ydpi="59"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/hunting_stand.svg
===================================================================
--- /trunk/resources/images/presets/landmark/hunting_stand.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/hunting_stand.svg	(revision 16006)
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="hunting_stand.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="26.715378"
+     inkscape:cx="0.25897071"
+     inkscape:cy="8.9639385"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4135"
+       originx="0"
+       originy="0" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4137"
+     width="16"
+     height="16"
+     x="0"
+     y="0"
+     ry="3" />
+  <path
+     d="M 4,0.7617866 4,2.25 l 8,2 0,-1.4882134 z M 5,3.5 5,8 11,8 11,5 Z M 4,9 l 0,1 1,0 -1,5 1.5,0 1,-5 3,0 1.03125,5 1.5,0 L 11,10 l 1,0 0,-1 z"
+     id="hunting-stand"
+     style="fill:#734a08;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccccccccccccccccccc" />
+</svg>
Index: /trunk/resources/images/presets/landmark/lighthouse.svg
===================================================================
--- /trunk/resources/images/presets/landmark/lighthouse.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/lighthouse.svg	(revision 16006)
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="lighthouse7.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="5.0571059"
+     inkscape:cy="9.425331"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4139"
+       originx="1.0000003"
+       originy="1.0000002" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-12.493748,-7.716536)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.53100002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4141"
+       width="13"
+       height="16"
+       x="12.493748"
+       y="7.716536" />
+    <path
+       style="fill:#db1313;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.36983016;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 13.694308,22.53162 4.674558,1e-6 -0.370997,-4.562816 -3.932565,0 -0.370996,4.562815 z"
+       id="path3370"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.34807542;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 14.055311,17.980854 3.952551,10e-7 -0.313694,-4.407982 -3.325162,0 -0.313695,4.407981 z"
+       id="path3372"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#db1313;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.33010414;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 14.362373,13.584595 3.338426,0 L 17.435845,9.2461036 16.031587,8.709302 14.627328,9.2461041 14.362373,13.584595 Z"
+       id="path3374"
+       sodipodi:nodetypes="cccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.60000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 18.959525,9.423279 5.3125,-1.0267857"
+       id="path3134"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 19.022658,10.915914 5.3125,-0.04464"
+       id="path3138"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.63690597;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 19.13797,12.605958 5.187409,1.36117"
+       id="path3140"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/mine.svg
===================================================================
--- /trunk/resources/images/presets/landmark/mine.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/mine.svg	(revision 16006)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="430"
+   height="430"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="mine.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.87674419"
+     inkscape:cx="20.530505"
+     inkscape:cy="213.85942"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.60000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4133"
+     width="430"
+     height="430"
+     x="0"
+     y="-4.9960036e-015" />
+  <path
+     d="M 90.99997,385.61425 C 76.28281,380.5685 74.6516,379.13624 71.50838,368.49999 C 68.56032,358.52412 68.56171,357.13217 71.52034,356.5208 C 73.21478,356.17066 90.71541,338.46781 124.92406,302.49999 C 152.90991,273.07499 179.38947,245.33909 183.76755,240.86465 C 189.73363,234.76725 191.51128,232.34851 190.86383,231.20917 C 189.03292,227.98729 112.69583,147.78913 110.7488,147.04198 C 109.99268,146.75183 107.99981,147.97368 106.32019,149.75721 C 102.45213,153.86459 83.49183,179.15596 72.02799,195.49999 C 67.20581,202.37499 62.71192,207.94959 62.04156,207.888 C 61.37121,207.8264 51.29305,200.1764 39.64565,190.888 L 18.46857,173.99999 L 21.30869,171.49999 C 22.87076,170.12499 28.60027,162.47499 34.04094,154.49999 C 49.87877,131.28472 67.28445,108.63548 75.95969,99.95299 C 87.69483,88.20805 153.57535,39.49999 157.72593,39.49999 C 158.79371,39.49999 164.74554,46.38406 173.22951,57.43189 C 182.63996,69.68619 187.89923,75.69546 189.84016,76.41131 C 191.40227,76.98745 192.52727,77.88552 192.34016,78.40703 C 192.15306,78.92854 181.87497,86.97932 169.49997,96.29765 C 157.12497,105.61597 143.76138,116.24354 139.8031,119.91447 C 129.41402,129.54935 128.93314,128.3951 153.70152,153.27489 C 178.56659,178.2518 240.5476,238.33592 301.99997,297.03474 C 327.29997,321.20111 351.18404,344.01703 355.07568,347.73679 C 359.62155,352.08188 362.97485,354.49999 364.45451,354.49999 C 366.65347,354.49999 366.72626,354.73647 366.06399,359.72893 C 364.95732,368.07141 361.50493,375.58925 357.5628,378.24093 C 353.85538,380.73472 346.71808,383.01724 339.45908,384.03051 L 334.91819,384.66436 L 275.54278,321.05428 C 242.88631,286.06873 215.85831,257.56924 215.48056,257.72209 C 215.10281,257.87493 190.37558,285.67499 160.53115,319.49999 C 130.68673,353.32499 104.63313,382.65533 102.63427,384.67851 L 98.99997,388.35704 L 90.99997,385.61425 z M 226.062,220.20497 L 214.12403,208.91143 L 250.14533,171.12282 C 280.54977,139.22665 286.16664,132.88172 286.16664,130.43241 C 286.16664,127.92877 282.76007,124.35824 261.3393,104.4101 C 247.68427,91.69382 236.76083,80.88693 237.06499,80.39479 C 237.36915,79.90265 238.53459,79.49999 239.65487,79.49999 C 240.92465,79.49999 248.40919,73.09778 259.52883,62.49999 C 269.33924,53.14999 277.84725,45.49999 278.43552,45.49999 C 279.02379,45.49999 289.66833,55.39999 302.09004,67.49999 C 325.64913,90.44892 327.29856,91.59 330.99997,87.49999 C 331.99546,86.39999 333.5277,85.50591 334.40496,85.51314 C 335.28221,85.52037 339.14474,88.19986 342.98834,91.46756 C 347.44836,95.25931 351.04777,97.51577 352.93711,97.70441 L 355.89752,97.99999 L 352.56336,101.7862 C 350.72957,103.86862 349.0756,106.89157 348.88788,108.50387 C 348.58682,111.08954 349.50487,112.26478 356.67119,118.46765 C 361.13973,122.33544 365.29175,125.50435 365.89789,125.50968 C 366.89652,125.51847 411.50902,211.55144 410.91976,212.3321 C 410.78188,212.51477 393.64353,203.58156 372.83452,192.48054 L 334.99997,172.29686 L 323.48495,160.89843 C 317.15169,154.62929 311.68592,149.49999 311.33879,149.49999 C 310.99166,149.49999 294.41419,167.94999 274.49997,190.49999 C 254.58575,213.04999 238.22653,231.49966 238.14614,231.49925 C 238.06574,231.49885 232.62788,226.41642 226.062,220.20497 z "
+     style="fill:black;fill-opacity:1"
+     id="path1935" />
+</svg>
Index: /trunk/resources/images/presets/landmark/mountain_pass.svg
===================================================================
--- /trunk/resources/images/presets/landmark/mountain_pass.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/mountain_pass.svg	(revision 16006)
@@ -0,0 +1,236 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="mountain_pass2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="8.4693267"
+     inkscape:cy="10.742348"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4309"
+       width="16"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:#aa4400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3,1040.3621 c -1.037884,0 -1.9776167,0.6718 -3,2 l 0,10 16,0 0,-8 c 0,0 -1.573787,-0.7207 -2.617609,-0.7207 -1.368957,0 -2.77797,1.2382 -3.9374998,2.7285 -1.631842,-2.5745 -4.3718088,-6.0078 -6.4448931,-6.0078 z"
+       id="path4288"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sccccscs" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4225"
+       d="m 9,1036.866 0,3.4962 -1.503907,0 c -0.447994,2e-4 -0.669761,0.5441 -0.349609,0.8575 l 2,2.0039 c 0.195265,0.1952 0.511766,0.1952 0.7070307,0 l 2,-2.0039 c 0.374791,-0.3616 0.03953,-0.8621 -0.351562,-0.8594 l -1.501954,0 0,-3.4943 c 0,-0.6757 -1,-0.6679 -1,0 z"
+       style="color:#000000;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       sodipodi:nodetypes="ccccccccccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#cccccc;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9.5,1045.7019 c 1.6e-6,2 -6.5312501,2.7344 -6.5312501,3.7344 0,1 11.0312525,1.9258 13.0312525,1.9258"
+       id="path4207"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/peak.svg
===================================================================
--- /trunk/resources/images/presets/landmark/peak.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/peak.svg	(revision 16006)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="400"
+   height="400"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="peak.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.28"
+     inkscape:cx="-81.092565"
+     inkscape:cy="202.02508"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showguides="true"
+     inkscape:snap-global="false"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1600"
+     inkscape:window-height="848"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-0.125,2.75)">
+    <path
+       style="fill:#aa4400;fill-rule:evenodd;stroke:#000000;stroke-width:1.58364117px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 199.92412,110.62652 2.0903838,396.45845 398.24849,396.45629 z"
+       id="rect2985"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/pipeline.svg
===================================================================
--- /trunk/resources/images/presets/landmark/pipeline.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/pipeline.svg	(revision 16006)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="pipeline5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="2.2487881"
+     inkscape:cy="5.0705796"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4144"
+       width="16"
+       height="14"
+       x="0"
+       y="1038.3622"
+       ry="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#700000;stroke-width:1.10000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0,1049.9888 c 1,0 3.0357587,0.051 4.0575035,0 3.0714285,-0.1566 -0.3341419,-6 3.0915065,-6 l 1.6954144,0 c 3.4664896,0.045 0.048835,6.0248 3.1415936,6.0007 0.975145,-0.01 1.586699,-7e-4 4.013982,-7e-4"
+       id="path4136"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccscsc" />
+    <path
+       sodipodi:nodetypes="ccscsc"
+       inkscape:connector-curvature="0"
+       id="path4142"
+       d="m 0,1046.001 c 1,0 1.102723,0.051 2.1244678,0 2.5580357,0.067 -0.1555704,-5.0609 2.9575779,-5.0609 l 5.8293423,0 c 3.131669,0 0.205082,5.1304 3.163915,5.0616 0.974912,-0.023 -0.502586,-7e-4 1.924697,-7e-4"
+       style="fill:none;fill-rule:evenodd;stroke:#700000;stroke-width:1.10000002;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/reef.svg
===================================================================
--- /trunk/resources/images/presets/landmark/reef.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/reef.svg	(revision 16006)
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="Calque_1"
+   enable-background="new 0 0 307 229"
+   xml:space="preserve"
+   viewBox="0 0 160 110"
+   version="1.1"
+   y="0px"
+   x="0px"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="16.svg"
+   width="160"
+   height="110"><defs
+     id="defs19" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview17"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="1.4574428"
+     inkscape:cx="20.794246"
+     inkscape:cy="160.28727"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="Calque_1"><inkscape:grid
+       type="xygrid"
+       id="grid817" /></sodipodi:namedview><g
+     id="g3"
+     style="fill:#00ffff;stroke:#0893a1;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"
+     transform="matrix(0.53863021,0,0,0.51566592,-1.863259,-4.5335175)"><path
+       d="m 142.04,214.03 c 0,0 2.866,-59.186 -5.322,-75.972 -8.19,-16.79 -22.52,-38.49 -22.93,-45.86 -0.409,-7.37 -1.638,-28.25 0,-36.848 1.638,-8.598 6.961,-29.479 11.874,-16.787 4.913,12.692 -3.686,23.747 -3.275,25.794 0.409,2.047 -3.686,18.015 7.778,31.935 11.464,13.92 8.598,-9.417 8.598,-9.417 0,0 -5.987,-28.66 3.762,-30.707 9.75,-2.047 7.703,17.605 6.475,22.928 -1.229,5.323 2.535,26.203 1.063,27.841 -1.472,1.638 1.349,21.291 0.348,23.338 -1.001,2.047 1.865,32.345 5.96,20.062 4.094,-12.282 6.002,-17.605 11.598,-21.699 5.598,-4.095 13.785,-2.867 6.826,11.668 -6.961,14.535 -14.74,13.716 -17.605,35.825 -2.867,22.109 -0.41,44.218 -0.41,44.218 0,0 -12.7,2.09 -14.75,-6.33 z"
+       id="path5"
+       style="fill:#00ffff;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"
+       inkscape:connector-curvature="0" /><path
+       d="m 112.75,218.42 c 0,0 2.457,-7.755 -11.464,-27.816 -13.92,-20.062 -27.021,-13.511 -29.888,-28.251 -2.866,-14.739 2.457,-16.377 6.142,-10.645 3.685,5.731 6.312,9.417 14.21,11.873 7.898,2.457 11.993,10.646 7.489,-8.188 C 94.735,136.56 92.688,134.675 86.957,128.043 81.225,121.41 52.564,102.986 29.228,100.939 5.887,98.899 3.431,91.53 5.477,87.435 c 2.047,-4.094 29.888,0 29.888,0 l 9.417,0.819 c 0,0 23.746,13.102 4.503,-15.558 C 30.043,44.036 24.311,35.438 31.271,35.029 c 6.961,-0.409 11.055,-1.638 20.063,12.692 9.007,14.33 19.652,42.171 19.652,42.171 0,0 3.275,10.235 6.142,8.598 2.865,-1.638 0.818,-27.841 1.228,-29.479 0.41,-1.638 -2.047,-28.692 1.229,-31.337 3.276,-2.645 18.424,-29.667 13.511,9.638 -4.913,39.305 -3.275,51.587 -3.275,51.587 0,0 11.055,16.787 15.149,0.819 4.094,-15.968 24.155,-26.203 24.155,-26.203 0,0 6.961,-2.457 9.827,-9.007 2.865,-6.551 16.377,1.228 8.598,10.235 -7.779,9.007 -34.802,25.384 -36.029,38.077 -1.229,12.692 -5.323,31.936 0.409,33.163 5.731,1.229 1.638,-4.913 11.873,-9.826 10.236,-4.913 18.834,-23.63 22.109,-13.861 3.275,9.768 -7.37,16.318 -7.37,16.318 0,0 -11.873,2.456 -15.968,14.33 -4.094,11.873 -4.503,13.92 -3.685,21.29 0.819,7.369 4.504,15.148 10.235,9.007 5.732,-6.141 13.512,-6.141 7.37,4.095 -6.142,10.236 -9.826,22.928 -9.826,27.432 0.01,4.51 -13.76,8.42 -13.91,3.67 z"
+       id="path7"
+       style="fill:#00ffff;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"
+       inkscape:connector-curvature="0" /><path
+       d="m 207.26,215.85 c 0,0 -3.361,-7.407 8.074,-28.982 11.435,-21.575 25.223,-16.629 26.316,-31.604 1.092,-14.976 -4.389,-15.969 -7.365,-9.839 -2.977,6.129 -5.146,10.101 -12.697,13.479 -7.551,3.379 -10.641,11.996 -8.41,-7.239 2.232,-19.235 4.041,-21.35 8.943,-28.616 4.902,-7.268 31.168,-28.97 54.096,-33.778 22.928,-4.808 24.49,-12.418 21.971,-16.24 -2.519,-3.822 -29.676,3.555 -29.676,3.555 l -9.252,1.933 c 0,0 -22.02,15.833 -6.322,-14.912 15.698,-30.745 20.365,-39.964 13.406,-39.542 -6.959,0.422 -11.17,-0.312 -18.41,14.988 -7.238,15.3 -14.496,44.209 -14.496,44.209 0,0 -2.035,10.553 -5.076,9.268 -3.039,-1.285 -4.125,-27.546 -4.727,-29.124 -0.6,-1.577 -1.379,-28.732 -4.945,-30.969 -3.566,-2.237 -21.822,-27.265 -12.27,11.176 9.552,38.441 9.389,50.832 9.389,50.832 0,0 -8.98,17.982 -14.943,2.615 -5.965,-15.367 -27.103,-23.144 -27.103,-23.144 0,0 -7.203,-1.611 -10.828,-7.775 -3.625,-6.164 -16.114,3.167 -7.318,11.186 8.795,8.018 37.573,21.065 40.302,33.521 2.729,12.456 9.084,31.075 3.539,32.977 -5.547,1.901 -2.211,-4.683 -12.958,-8.344 -10.748,-3.661 -21.512,-21.223 -23.602,-11.134 -2.09,10.088 9.258,15.326 9.258,15.326 0,0 12.082,1.026 17.56,12.328 5.477,11.303 6.127,13.287 6.189,20.701 0.064,7.415 -2.67,15.577 -9.091,10.161 -6.422,-5.416 -14.146,-4.491 -6.83,4.941 7.314,9.433 12.483,21.597 13.019,26.068 0.536,4.471 14.67,6.7 14.26,1.96 z"
+       id="path9"
+       style="fill:#00ffff;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"
+       inkscape:connector-curvature="0" /><path
+       d="m 128.92,218.84 c 0,0 3.275,-24.975 -6.96,-28.25 -10.235,-3.275 -37.667,-4.913 -36.029,-13.102 1.638,-8.189 12.282,0 15.148,0 2.866,0 13.921,0.818 18.015,0.818 4.095,0 10.646,-10.235 3.275,-24.155 -7.369,-13.921 -15.558,-18.016 -18.833,-27.432 -3.275,-9.417 4.094,-3.275 -5.732,-24.565 -9.843,-21.298 -17.213,-47.911 -6.568,-41.36 10.645,6.551 9.417,22.928 9.417,22.928 l 3.685,-1.228 c 0,0 5.342,-11.055 3.285,-15.149 -2.057,-4.094 -4.514,-19.652 -4.514,-19.652 0,0 2.866,-13.92 6.961,-6.551 4.094,7.37 2.865,17.605 3.685,21.29 0.818,3.685 2.456,18.015 0.818,20.881 -1.638,2.866 -6.122,6.96 -6.95,9.417 -0.828,2.457 -0.01,11.873 3.266,20.881 3.275,9.007 13.102,-9.417 14.33,-9.826 1.229,-0.41 8.188,-13.921 10.645,-20.881 2.457,-6.96 -2.456,-24.975 -2.456,-27.432 0,-2.457 1.229,-25.384 7.369,-11.055 6.142,14.33 3.275,26.203 3.275,27.432 0,1.228 -1.638,21.7 -1.638,21.7 0,0 -3.275,11.874 -9.416,19.243 -6.142,7.37 -14.33,4.095 -6.142,27.022 8.188,22.927 20.988,29.888 17.863,41.761 -3.124,11.874 3.427,11.874 -1.486,18.834 -4.913,6.96 -4.095,16.377 -5.322,18.424 -1.23,2.06 -9.01,0.01 -9.01,0.01 z"
+       id="path11"
+       style="fill:#00ffff;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"
+       inkscape:connector-curvature="0" /><path
+       d="m 171.18,216.93 c 0,0 -2.504,-28.407 7.949,-32.632 10.452,-4.225 27.509,-22.591 26.116,-31.879 -1.391,-9.287 -5.695,-5.385 -8.592,-5.251 -2.898,0.134 -10.093,22.758 -14.231,22.949 -4.138,0.191 -10.43,-11.207 -2.531,-27.47 7.898,-16.265 16.31,-21.33 19.925,-32.251 3.615,-10.922 -4.033,-3.555 6.586,-28.361 10.621,-24.806 18.93,-55.584 7.957,-47.595 -10.973,7.989 -10.26,26.66 -10.26,26.66 l -3.684,-1.232 c 0,0 -5.045,-12.392 -2.832,-17.169 2.211,-4.778 5.197,-22.685 5.197,-22.685 0,0 -2.449,-15.785 -6.824,-7.166 -4.377,8.619 -3.467,20.267 -4.414,24.519 -0.945,4.252 -3.063,20.716 -1.5,23.917 1.563,3.201 5.963,7.673 6.721,10.443 0.76,2.771 -0.373,13.578 -3.975,24.031 -3.603,10.454 -12.94,-10.156 -14.169,-10.567 -1.229,-0.41 -7.828,-15.536 -10.086,-23.38 -2.258,-7.845 3.289,-28.675 3.369,-31.485 0.078,-2.809 -0.422,-28.971 -7.094,-12.296 -6.67,16.674 -4.156,30.118 -4.195,31.522 -0.041,1.405 0.953,24.738 0.953,24.738 0,0 2.928,13.425 8.898,21.565 5.97,8.14 14.354,4.012 5.336,30.614 -9.018,26.604 -22.181,35.162 -19.406,48.593 2.773,13.432 -3.846,13.739 0.895,21.468 4.742,7.729 3.609,18.537 4.785,20.82 1.15,2.29 9.08,-0.42 9.08,-0.42 z"
+       id="path13"
+       style="fill:#00ffff;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none"
+       inkscape:connector-curvature="0" /></g><metadata
+     id="metadata15"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:publisher><cc:Agent
+             rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title></dc:title><dc:date>2012-09-11T16:16:42</dc:date><dc:description /><dc:source>https://openclipart.org/detail/172292/corals-by-presquesage-172292</dc:source><dc:creator><cc:Agent><dc:title>presquesage</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>corals</rdf:li><rdf:li>coraux</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>
Index: /trunk/resources/images/presets/landmark/reservoir_covered.svg
===================================================================
--- /trunk/resources/images/presets/landmark/reservoir_covered.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/reservoir_covered.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="9.4910717"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="reservoir_covered.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="6.8108334"
+     inkscape:cy="-0.24925507"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="906"
+     inkscape:window-height="897"
+     inkscape:window-x="375"
+     inkscape:window-y="75"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4135"
+       originx="-8"
+       originy="-10.745535" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8,-11.763393)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.60000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4137"
+       width="16"
+       height="9.4910717"
+       x="8"
+       y="11.763393" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.57275552px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.6166998,19.798413 3.2749852,-6.439376 8.265438,-0.05031 3.119034,6.439375"
+       id="path3447"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:#08f7f7;fill-opacity:1;stroke:#1f151d;stroke-width:0.51937479;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="path3449"
+       sodipodi:cx="16.000763"
+       sodipodi:cy="15.672711"
+       sodipodi:rx="3.6424451"
+       sodipodi:ry="3.6934266"
+       d="M 19.629572,15.353425 A 3.6424451,3.6934266 0 0 1 17.902864,18.82254 3.6424451,3.6934266 0 0 1 14.070629,18.804958 3.6424451,3.6934266 0 0 1 12.374952,15.32014"
+       sodipodi:start="6.1966302"
+       sodipodi:end="3.2371973"
+       sodipodi:open="true" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/ridge.svg
===================================================================
--- /trunk/resources/images/presets/landmark/ridge.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/ridge.svg	(revision 16006)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="400"
+   height="400"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="peak.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.28"
+     inkscape:cx="-81.092565"
+     inkscape:cy="202.02508"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showguides="true"
+     inkscape:snap-global="false"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1600"
+     inkscape:window-height="848"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-0.125,2.75)">
+    <path
+       style="fill:#5c7515;fill-rule:evenodd;stroke:#000000;stroke-width:1.58364117px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 199.92412,110.62652 2.0903838,396.45845 398.24849,396.45629 z"
+       id="rect2985"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/saddle.svg
===================================================================
--- /trunk/resources/images/presets/landmark/saddle.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/saddle.svg	(revision 16006)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="400"
+   height="400"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="saddle.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.28"
+     inkscape:cx="103.57162"
+     inkscape:cy="153.96921"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showguides="true"
+     inkscape:snap-global="false"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1600"
+     inkscape:window-height="848"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     borderlayer="true" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0.0625,-52.5)">
+    <path
+       style="fill:#aa4400;fill-rule:evenodd;stroke:#000000;stroke-width:1.12357688px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0.45279466,253.35932 199.97641,396.81907 399.38023,253.59533 l 0.0109,198.33894 -398.81205628,0.12911 z"
+       id="rect2985"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/silo.svg
===================================================================
--- /trunk/resources/images/presets/landmark/silo.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/silo.svg	(revision 16006)
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="15.848646"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="silo.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="4.869978"
+     inkscape:cy="14.136124"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="-7.9595485"
+       originy="-4.8440194" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-7.9595485,-11.307335)">
+    <path
+       style="fill:#c7db92;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.55431867px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.2684542,14.673855 0,10.455372 c 1.5657193,2.273225 13.3840888,2.386411 15.3421488,0.0089 0.08328,-1.574186 0.0562,-10.595522 0.0562,-10.595522 L 8.2684532,14.673846 Z"
+       id="path3366"
+       sodipodi:nodetypes="ccccc"
+       inkscape:transform-center-x="-0.64640991"
+       inkscape:transform-center-y="0.45841658"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       style="fill:#ffffff;fill-opacity:1;stroke:#130d0d;stroke-width:0.84639627;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="path3176"
+       inkscape:transform-center-y="-9.3565694"
+       inkscape:transform-center-x="-0.642514"
+       cx="15.959558"
+       cy="14.337715"
+       rx="7.5750284"
+       ry="2.0786033" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 17.459549,26.555981 0,-1.9 -3,0 0,-3 -3.000001,0 0,-3 -2.8999995,0"
+       id="path4160"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/spring.svg
===================================================================
--- /trunk/resources/images/presets/landmark/spring.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/spring.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waterway_spring.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="0.4190404"
+     inkscape:cy="4.2891919"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-page="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       id="XMLID_164_-0"
+       class="st0"
+       d="m 16,1048.8152 c 0,0 -14,0.2721 -14,-1.4531 0,-2.0207 12.1696238,0.3841 12.0781268,-2.5625 -0.05623,-1.811 -5.8615235,-1.0431 -6.6140873,-2.4265 -0.4067771,-0.7478 -1.4158735,-0.309 -1.1307543,0.4893 0.6093778,1.5884 4.1135776,1.3598 6.1447586,1.9615 C 8.5588211,1045.1734 0,1044.3621 0,1047.3621 c 0,5 16,5 16,5 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece;fill-opacity:1"
+       sodipodi:nodetypes="csssccscc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#208ece;stroke-width:1.28;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.28800018, 1.288;stroke-dashoffset:1.288;stroke-opacity:1"
+       d="m 6.846187,1042.3319 c 0.2209709,-4.0659 4.341426,-7.8043 6.153815,-2.9698"
+       id="path4136"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4162"
+       d="m 6.7568882,1042.3319 c -0.2209709,-4.0659 -4.341426,-7.8043 -6.15381503,-2.9698"
+       style="fill:none;fill-rule:evenodd;stroke:#208ece;stroke-width:1.288;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:1.288, 1.288;stroke-dashoffset:1.288;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/storage_tank.svg
===================================================================
--- /trunk/resources/images/presets/landmark/storage_tank.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/storage_tank.svg	(revision 16006)
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="15.848646"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="storage_tank.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-12.849433"
+     inkscape:cy="21.169587"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="-7.9595485"
+       originy="-4.8440194" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-7.9595485,-11.307335)">
+    <path
+       style="fill:#7a6a56;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.55431867px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.2684542,14.673855 0,10.455372 c 1.5657193,2.273225 13.3840888,2.386411 15.3421488,0.0089 0.08328,-1.574186 0.0562,-10.595522 0.0562,-10.595522 L 8.2684532,14.673846 Z"
+       id="path3366"
+       sodipodi:nodetypes="ccccc"
+       inkscape:transform-center-x="-0.64640991"
+       inkscape:transform-center-y="0.45841658"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       style="fill:#ffffff;fill-opacity:1;stroke:#130d0d;stroke-width:0.84639627;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="path3176"
+       inkscape:transform-center-y="-9.3565694"
+       inkscape:transform-center-x="-0.642514"
+       cx="15.959558"
+       cy="14.337715"
+       rx="7.5750284"
+       ry="2.0786033" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 17.459549,26.555981 0,-1.9 -3,0 0,-3 -3.000001,0 0,-3 -2.8999995,0"
+       id="path4160"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/survey_point.svg
===================================================================
--- /trunk/resources/images/presets/landmark/survey_point.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/survey_point.svg	(revision 16006)
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="8.9999828"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="survey_point9.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="44.8"
+     inkscape:cx="3.7784127"
+     inkscape:cy="9.9005901"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4702" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-229.47063,-396.58615)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.60000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4700"
+       width="8.9999828"
+       height="16"
+       x="229.47063"
+       y="396.58615" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.50982672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 233.04169,400.82574 -2.43982,11.44835"
+       id="path2162"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.61820948;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 233.97559,400.63153 0,11.64553"
+       id="path2164"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.45019591;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 234.91207,400.7333 2.23389,11.50873"
+       id="path2166"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#a48400;fill-opacity:1;fill-rule:nonzero;stroke:#a38000;stroke-width:0.11668267;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2170"
+       width="3.0015075"
+       height="0.80185407"
+       x="232.31554"
+       y="397.49536" />
+    <rect
+       style="fill:#bc9700;fill-opacity:1;fill-rule:nonzero;stroke:#bc9800;stroke-width:0.47049302;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3143"
+       width="0.94115269"
+       height="3.6000743"
+       x="233.47867"
+       y="396.82141"
+       ry="0.70796764" />
+    <rect
+       transform="matrix(0.99188404,0.1271458,0,1,0,0)"
+       y="367.58832"
+       x="236.79115"
+       height="0.59331709"
+       width="0.77663118"
+       id="rect3147"
+       style="fill:#a48400;fill-opacity:1;fill-rule:nonzero;stroke:#a38000;stroke-width:0.10998045;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#a48400;fill-opacity:1;fill-rule:nonzero;stroke:#a38000;stroke-width:0.10998045;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3151"
+       width="0.77663118"
+       height="0.59331709"
+       x="236.79115"
+       y="-428.22842"
+       transform="matrix(0.99188404,-0.1271458,0,-1,0,0)" />
+    <rect
+       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.12400209;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3155"
+       width="3.0522008"
+       height="0.73168725"
+       x="232.43062"
+       y="400.17728"
+       ry="0.36140096" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/tower.svg
===================================================================
--- /trunk/resources/images/presets/landmark/tower.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/tower.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="8"
+   height="16"
+   viewBox="0 0 8 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="tower3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-8.0420854"
+     inkscape:cy="15.933831"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="-4"
+       originy="-0.00034184876" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-4,-1036.3619)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4149"
+       width="8"
+       height="15.999693"
+       x="4"
+       y="1036.3622" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4145"
+       width="2"
+       height="15.000059"
+       x="7"
+       y="1037.3622" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.29999995;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4147"
+       width="4"
+       height="3"
+       x="6"
+       y="1038.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/tree_row.svg
===================================================================
--- /trunk/resources/images/presets/landmark/tree_row.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/tree_row.svg	(revision 16006)
@@ -0,0 +1,381 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg1"
+   sodipodi:docname="14.svg"
+   inkscape:export-filename="/datas/Projs/Cliparts Stocker/plain_tree.png"
+   viewBox="0 0 160 160"
+   sodipodi:version="0.32"
+   inkscape:export-xdpi="72.000000"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-ydpi="72.000000"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="160">
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient5877"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5883"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5883-1-7"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434-7-1"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435-4-1"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880-0-5"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187-9-2"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188-4-7"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3020-6"
+       xlink:href="#linearGradient5877-8-1"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5877-8-1"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303-8-4"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304-2-2"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5883-3"
+       y2="478.01001"
+       gradientUnits="userSpaceOnUse"
+       y1="476.92999"
+       gradientTransform="scale(0.61633,1.6225)"
+       x2="384.09"
+       x1="345.53"
+       inkscape:collect="always">
+      <stop
+         id="stop3434-2"
+         style="stop-color:#6c2f07"
+         offset="0" />
+      <stop
+         id="stop3435-2"
+         style="stop-color:#7e4932"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5880-1"
+       y2="457.35999"
+       gradientUnits="userSpaceOnUse"
+       y1="32.316002"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="383.14001"
+       x1="383.14001"
+       inkscape:collect="always">
+      <stop
+         id="stop2187-6"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop2188-8"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5877-5"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303-7"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304-6"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3098"
+       xlink:href="#linearGradient5877-5"
+       inkscape:collect="always" />
+    <linearGradient
+       y2="183.60001"
+       x2="207.92999"
+       y1="349.29999"
+       x1="466.13"
+       gradientTransform="scale(0.61308,1.6311)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3020-0"
+       xlink:href="#linearGradient5877-8-2"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient5877-8-2"
+       y2="183.60001"
+       gradientUnits="userSpaceOnUse"
+       y1="349.29999"
+       gradientTransform="scale(0.61308,1.6311)"
+       x2="207.92999"
+       x1="466.13"
+       inkscape:collect="always">
+      <stop
+         id="stop5303-8-48"
+         style="stop-color:#002f00"
+         offset="0" />
+      <stop
+         id="stop5304-2-6"
+         style="stop-color:#009300"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-4"
+     pagecolor="#ffffff"
+     inkscape:window-height="1003"
+     inkscape:zoom="0.41427105"
+     inkscape:window-x="-4"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="svg1"
+     inkscape:cx="422.37706"
+     inkscape:cy="495.47876"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0"
+     units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2995"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-158.57707"
+       originy="1.1074626e-005"
+       spacingx="1.0666667"
+       spacingy="1.0666667" />
+  </sodipodi:namedview>
+  <g
+     id="g5885"
+     transform="matrix(0.16480578,0,0,0.16457727,-13.55546,-3.8399638)">
+    <path
+       id="path1545"
+       style="fill:url(#linearGradient5883);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path909"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4679"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5877);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z"
+       inkscape:connector-curvature="0" />
+  </g>
+  <metadata
+     id="metadata18">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2008-05-26T12:05:38</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/17043/plain_tree-by-jean_victor_balin</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>jean_victor_balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>forest</rdf:li>
+            <rdf:li>garden</rdf:li>
+            <rdf:li>plant</rdf:li>
+            <rdf:li>tree</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="g5885-1"
+     transform="matrix(0.16480578,0,0,0.16457727,44.15738,-3.8399638)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1545-8"
+       style="fill:url(#linearGradient5883-3);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path909-9"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880-1);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4679-2"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient3098);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+  </g>
+  <g
+     id="g5885-4-7"
+     transform="matrix(0.16480578,0,0,0.16457727,99.85926,-3.8399638)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1545-5-9"
+       style="fill:url(#linearGradient5883-1-7);fill-rule:evenodd"
+       d="m 193.88,772.09 -9.78,223.43 h 84.88 L 254.1,772.09 Z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path909-5-5"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient5880-0-5);fill-opacity:0.75;fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.11,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4679-1-4"
+       sodipodi:nodetypes="ccccccccccccc"
+       style="fill:url(#linearGradient3020-6);fill-rule:evenodd"
+       d="m 223.51,23.337 c -8.1,0.571 -72.67,106.71 -87.16,176.56 -21.53,125.42 -31.83,285.19 -50.937,410.97 -5.671,29.1 -3.298,64.86 3.812,82.34 7.231,23.7 27.775,48.49 52.345,62.81 29.99,19.43 52.51,18.91 81.75,19.29 0.15,0.09 0.35,0.11 0.53,0 30.62,-0.04 53.49,-1.24 81.75,-19.29 24.57,-14.32 45.11,-39.11 52.34,-62.81 7.11,-17.48 9.49,-53.24 3.82,-82.34 -19.12,-125.78 -29.41,-285.55 -50.94,-410.97 -14.49,-69.85 -79.06,-175.99 -87.16,-176.56 -0.02,-0.005 -0.11,-0.006 -0.15,-0.003 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/trees.svg
===================================================================
--- /trunk/resources/images/presets/landmark/trees.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/trees.svg	(revision 16006)
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="86.665833"
+   id="svg2"
+   inkscape:export-filename="/home/nicu/Desktop/rpg_color.png"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-ydpi="90.000000"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\misc\landmark"
+   sodipodi:docname="trees.svg"
+   sodipodi:version="0.32"
+   width="87.893135"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata2239">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>tree - RPG map elements</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <radialGradient
+       cx="14.207293"
+       cy="222.04396"
+       fx="14.207293"
+       fy="222.04396"
+       gradientTransform="scale(1.39523,0.716728)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1843"
+       inkscape:collect="always"
+       r="8.2519293"
+       xlink:href="#linearGradient2057" />
+    <linearGradient
+       id="linearGradient2057"
+       inkscape:collect="always">
+      <stop
+         id="stop2059"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop2061"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       cx="14.207293"
+       cy="222.04396"
+       fx="14.207293"
+       fy="222.04396"
+       gradientTransform="scale(1.39523,0.716728)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1535"
+       inkscape:collect="always"
+       r="8.2519293"
+       xlink:href="#linearGradient2057" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-3.233205"
+     inkscape:cy="-48.836658"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="791"
+     inkscape:window-width="1151"
+     inkscape:window-x="1"
+     inkscape:window-y="24"
+     inkscape:zoom="1"
+     pagecolor="#ffffff" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-27.381469,-24.881498)">
+    <g
+       id="g1881"
+       transform="matrix(2.469674,0,0,2.469674,-95.4758,-295.6608)">
+      <path
+         d="M 70.859749,130.14501 C 70.718823,130.16869 69.724056,130.33448 69.059836,130.33448 C 68.332554,130.33448 67.629078,130.6448 66.975726,130.80814 C 66.44186,130.9416 65.640856,131.76695 65.365277,132.13439 C 64.966561,132.66601 64.523224,133.07118 64.039025,133.55537 C 63.593032,134.00137 63.056917,134.44275 62.712773,134.78689 C 62.432483,135.06718 62.438369,135.97924 62.333844,136.39734 C 62.183436,136.99897 61.584564,137.71502 61.197056,138.10252 C 60.580061,138.71952 60.274631,139.1297 59.965537,139.90244 C 59.691655,140.58714 59.586608,141.11001 59.586608,141.89182 C 59.586608,142.6303 59.549981,143.2244 59.68134,143.88119 C 59.830703,144.62801 59.944277,145.21068 60.439198,145.87057 C 60.836947,146.4009 61.478048,146.81469 61.954915,147.29156 C 62.36958,147.70622 62.792965,147.80531 63.281167,148.04941 C 63.807936,148.3128 63.884675,148.5933 64.133757,149.09147 C 64.420467,149.66489 64.403785,150.29465 64.702151,150.89138 C 64.944571,151.37622 65.650144,151.90992 66.123135,152.02817 C 66.740495,152.18251 67.347859,152.52382 68.017781,152.6913 C 68.968774,152.92904 70.153058,152.78603 71.143946,152.78603 C 72.43733,152.78603 73.681305,152.34115 74.933238,152.02817 C 75.473342,151.89314 75.915094,151.58461 76.354222,151.36504 C 76.944804,151.06975 77.062776,150.70579 77.301545,150.22826 C 77.570141,149.69107 77.614722,149.51448 78.01011,149.11909 C 78.439444,148.68975 79.202636,148.18075 79.859317,148.04941 C 80.587839,147.90371 80.695855,147.47034 81.298124,147.16921 C 81.961435,146.83755 82.863868,145.9381 83.459143,145.49164 C 84.01899,145.07176 84.287884,144.37871 84.785395,143.88119 C 85.281551,143.38504 85.164325,142.67053 85.164325,141.98655 C 85.164325,141.39019 84.501176,140.72908 84.357173,140.15307 C 84.21801,139.59642 84.283499,139.04378 83.932805,138.57619 C 83.403325,137.87021 82.747779,137.29643 82.132891,136.68154 C 81.534163,136.08281 80.787603,135.99938 80.143513,135.35529 C 79.581401,134.79318 79.216994,134.04984 78.627797,133.46064 C 77.470858,132.3037 76.132529,131.72527 74.737833,130.85358 C 74.140678,130.48036 73.26163,130.91966 72.659663,130.61867 C 72.069304,130.32349 71.463595,130.50732 70.859749,130.14501 z "
+         id="path2825"
+         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc"
+         style="fill:#00b300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         d="M 28.401713 158.69876 A 7.9437737 4.0807056 0 1 1  12.514165,158.69876 A 7.9437737 4.0807056 0 1 1  28.401713 158.69876 z"
+         id="path1317"
+         sodipodi:cx="20.457939"
+         sodipodi:cy="158.69876"
+         sodipodi:rx="7.9437737"
+         sodipodi:ry="4.0807056"
+         sodipodi:type="arc"
+         style="fill:url(#radialGradient1535);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
+         transform="translate(50.02288,2.044779)" />
+      <path
+         d="M 70.871227,129.79134 C 69.551187,129.79134 65.183727,130.95147 65.183727,131.69759 C 65.183727,131.99177 64.064787,133.12656 62.902477,134.01009 C 62.072537,134.64098 61.863377,134.94733 61.964977,135.47884 C 62.053017,135.9393 61.887767,136.40296 61.402477,136.94759 C 60.372117,138.10402 59.129887,140.40963 58.871227,141.66634 C 58.675327,142.61817 58.780637,143.04611 59.652477,144.88509 C 60.604347,146.89282 60.717847,147.01915 61.996227,147.47884 C 63.394227,147.98155 64.263807,148.87527 63.996227,149.57259 C 63.909517,149.79854 64.220167,150.51525 64.714977,151.16634 C 65.411127,152.08236 65.968767,152.44834 67.246227,152.88509 C 68.831727,153.42716 68.850877,153.46423 68.808727,154.38509 C 68.688767,157.00519 68.380057,157.9324 67.308727,158.94759 C 66.242817,159.95764 65.922967,160.91634 66.652477,160.91634 C 66.870337,160.91634 67.157337,160.79163 67.277477,160.60384 C 67.397607,160.41607 67.896707,159.96743 68.371227,159.63509 C 69.293627,158.98901 69.667597,159.13176 69.871227,160.22884 C 69.926677,160.52756 70.184597,160.83109 70.464977,160.88509 C 70.893637,160.96764 70.944407,160.8466 70.839977,160.13509 C 70.743517,159.47784 70.830207,159.29133 71.183727,159.29134 C 71.434037,159.29134 71.774017,159.56583 71.933727,159.91634 C 72.173057,160.4416 72.423807,160.57222 73.402477,160.57259 C 74.055537,160.57284 74.951827,160.77125 75.402477,161.01009 C 77.001417,161.85749 76.643737,160.95915 74.496227,158.79134 C 73.298997,157.58279 72.225547,156.33877 72.121227,156.01009 C 72.016907,155.6814 72.026207,154.89379 72.121227,154.26009 C 72.276997,153.22138 72.428717,153.05853 73.589977,152.47884 C 74.298447,152.12518 75.136477,151.84984 75.464977,151.88509 C 76.127817,151.95624 77.183727,151.05358 77.183727,150.41634 C 77.183727,150.19101 77.314747,150.01009 77.464977,150.01009 C 77.615197,150.01009 77.746227,149.87906 77.746227,149.72884 C 77.746227,149.15174 76.907837,149.49119 76.746227,150.13509 C 76.587577,150.76721 75.381657,151.34876 74.246227,151.35384 C 74.058447,151.35468 73.902477,151.47114 73.902477,151.60384 C 73.902477,151.94062 72.865977,152.17999 72.683727,151.88509 C 72.424037,151.46491 73.635137,150.12661 75.496227,148.76009 C 78.261827,146.72946 78.988977,145.78916 79.808727,143.22884 C 80.385927,141.42611 80.447537,140.89045 80.183727,140.57259 C 80.001727,140.35329 79.750407,140.24276 79.621227,140.32259 C 79.257677,140.54728 78.624737,142.09722 78.433727,143.22884 C 78.328087,143.85464 78.056957,144.38958 77.714977,144.57259 C 77.408127,144.73681 77.201847,144.93445 77.277477,145.01009 C 77.599167,145.33177 73.704477,149.19759 73.058727,149.19759 C 72.958017,149.19759 72.861177,147.86927 72.839977,146.26009 C 72.798467,143.10875 72.613257,142.66288 71.558727,143.35384 C 71.032077,143.69891 70.966177,143.8577 71.214977,144.32259 C 71.401587,144.67127 71.429357,145.45861 71.308727,146.41634 C 71.202657,147.25857 71.135297,148.59272 71.152477,149.38509 C 71.179827,150.64663 71.101677,150.86749 70.558727,151.07259 C 70.032867,151.27125 69.885057,151.17318 69.496227,150.44759 C 69.009367,149.53909 67.756577,148.39823 66.371227,147.57259 C 65.679957,147.1606 64.488577,145.34652 64.558727,144.82259 C 64.613227,144.4155 63.954287,143.64991 63.339977,143.41634 C 62.373157,143.04876 62.317377,143.20771 62.996227,144.41634 C 63.318497,144.99012 63.631117,145.70562 63.683727,145.97884 C 63.849887,146.84163 64.862637,148.03432 66.496227,149.29134 C 68.033947,150.47459 68.996227,151.58889 68.996227,152.19759 C 68.996227,152.39862 68.554597,152.4462 67.683727,152.32259 C 66.671307,152.17889 66.220187,151.92697 65.527477,151.16634 C 65.039267,150.63024 64.621217,149.97892 64.621227,149.72884 C 64.621227,148.82079 63.762237,147.5347 63.027477,147.35384 C 61.777457,147.04616 61.164767,146.48473 60.371227,144.91634 C 59.381617,142.96039 59.422547,141.605 60.558727,139.38509 C 61.030847,138.46266 61.519537,137.72884 61.652477,137.72884 C 61.785437,137.72884 61.902487,137.5773 61.902477,137.41634 C 61.902487,137.25539 62.083397,136.95418 62.308727,136.72884 C 62.534077,136.50351 62.714897,136.0561 62.714977,135.72884 C 62.715067,135.35222 63.239307,134.67584 64.121227,133.91634 C 64.887577,133.25638 65.605037,132.38384 65.746227,131.97884 C 66.061617,131.07411 69.213847,130.54645 70.496227,130.51009 C 71.503997,130.48153 71.864517,129.79134 70.871227,129.79134 z M 72.808727,130.19759 C 70.696407,130.00518 71.031117,130.46293 73.214977,130.76009 C 73.973257,130.86328 74.943977,131.20749 75.371227,131.51009 C 75.798497,131.81269 76.784217,132.36729 77.558727,132.76009 C 78.688257,133.33295 78.964977,133.61863 78.964977,134.16634 C 78.964977,135.05295 79.435797,135.51789 80.652477,135.85384 C 81.836267,136.1807 82.759827,137.13474 83.464977,138.72884 C 83.751857,139.37738 84.118817,139.88509 84.277477,139.88509 C 84.632837,139.88509 84.652547,139.44133 84.308727,139.22884 C 84.170057,139.14314 83.995137,138.71328 83.902477,138.29134 C 83.809797,137.86939 83.283127,137.09409 82.746227,136.54134 C 81.843447,135.61188 81.495147,135.41756 80.933727,135.51009 C 80.537757,135.57535 79.711937,134.5906 79.527477,133.82259 C 79.426717,133.40305 79.160887,132.98208 78.902477,132.88509 C 78.644067,132.78811 77.547767,132.15625 76.496227,131.51009 C 74.931457,130.54854 74.261727,130.32994 72.808727,130.19759 z M 84.402477,140.26009 C 84.307497,140.35507 84.359887,140.81058 84.527477,141.29134 C 84.695067,141.77209 84.839987,142.44099 84.839977,142.79134 C 84.839977,143.62575 83.286637,145.69359 82.246227,146.22884 C 81.795567,146.46068 81.389187,146.85112 81.339977,147.10384 C 81.267717,147.47483 81.436107,147.42482 82.277477,146.85384 C 83.444527,146.06187 83.901647,145.60942 84.808727,144.32259 C 85.336117,143.57442 85.411087,143.24126 85.277477,142.04134 C 85.122937,140.65346 84.750767,139.91179 84.402477,140.26009 z M 80.339977,147.38509 C 79.986897,147.29375 79.564357,147.27766 79.339977,147.41634 C 79.095027,147.56773 79.145637,147.70432 79.527477,147.85384 C 80.274457,148.14636 80.681857,148.12899 80.871227,147.82259 C 80.976057,147.65298 80.693057,147.47643 80.339977,147.38509 z M 79.183727,148.16634 C 78.569747,148.04559 77.613547,148.68992 77.933727,149.01009 C 78.182727,149.2591 78.558717,149.22539 78.558727,148.94759 C 78.558727,148.81489 78.845727,148.6218 79.183727,148.51009 L 79.777477,148.29134 L 79.183727,148.16634 z "
+         id="path1689"
+         style="fill:#5c2700;fill-opacity:1" />
+    </g>
+    <g
+       id="g1916"
+       transform="matrix(2.469674,0,0,2.469674,-82.378686,-368.50967)">
+      <path
+         d="M 52.802315,169.0909 C 53.128168,170.70625 53.904649,172.15566 54.121663,173.79306 C 54.434734,174.63916 55.087436,175.54204 55.333198,176.41623 C 55.835547,177.24247 56.557869,177.86204 56.970235,178.7449 C 57.570858,179.49161 57.939689,180.3004 57.984697,181.30381 C 58.131425,182.12792 58.431219,182.93565 58.429083,183.77917 C 58.238488,184.78185 57.005429,185.37961 56.086393,184.96711 C 54.039163,184.45755 51.909844,184.26641 49.806374,184.44558 C 48.263577,184.46933 46.283143,183.85183 44.93049,183.05893 C 44.986887,182.67994 44.443685,182.59845 45.052298,182.3784 C 45.290244,181.96471 45.323181,181.11632 45.344257,180.62406 C 45.480386,179.97613 46.173823,179.5613 46.621463,179.07701 C 47.059881,178.44744 47.245158,177.68132 47.305455,176.92714 C 47.59417,175.66736 47.420258,174.3457 48.114396,173.22801 C 48.906964,171.69926 49.60568,170.11153 49.832155,168.40037 C 49.965477,167.64123 50.326842,166.17231 50.924421,165.80736 C 50.924421,165.80736 52.752998,167.88381 52.802315,169.0909 z "
+         id="path2841"
+         sodipodi:nodetypes="ccccccccccccccccc"
+         style="fill:#00b300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         d="M 28.401713 158.69876 A 7.9437737 4.0807056 0 1 1  12.514165,158.69876 A 7.9437737 4.0807056 0 1 1  28.401713 158.69876 z"
+         id="path1329"
+         sodipodi:cx="20.457939"
+         sodipodi:cy="158.69876"
+         sodipodi:rx="7.9437737"
+         sodipodi:ry="4.0807056"
+         sodipodi:type="arc"
+         style="fill:url(#radialGradient1843);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
+         transform="translate(31.92901,31.60125)" />
+      <path
+         d="M 50.822033,165.59365 C 50.204613,165.59364 49.538223,167.43478 49.322033,169.7499 C 49.199863,171.05825 48.972373,171.8009 48.603283,172.1874 C 47.556083,173.28401 47.286763,173.93267 47.134533,175.78115 C 46.990283,177.53258 46.757463,178.28782 46.165783,178.9999 C 45.055373,180.33624 45.403854,180.57999 45.403854,180.78248 C 45.403854,181.25687 45.292543,181.04452 45.884533,180.1874 C 46.220443,179.70103 46.699383,179.02828 46.947033,178.6874 C 47.205583,178.33152 47.488993,177.19848 47.603283,176.03115 C 47.770823,174.32006 47.917273,173.84372 48.603283,173.0624 C 49.260373,172.314 49.456633,171.77509 49.603283,170.34365 C 49.773683,168.68049 50.477793,166.03115 50.759533,166.03115 C 50.828993,166.03114 51.243383,166.41243 51.665783,166.8749 C 52.261623,167.52726 52.461853,168.0661 52.572033,169.28115 C 52.650133,170.14251 53.013293,171.47695 53.384533,172.21865 C 53.755793,172.96034 54.141513,174.10651 54.228283,174.78115 C 54.353593,175.75545 54.604643,176.20737 55.447033,176.96865 C 56.627413,178.03537 57.507363,179.71203 58.103283,181.9999 C 58.482663,183.45643 58.473473,183.54601 57.915783,184.1874 C 57.431783,184.74405 57.254613,184.81062 56.790783,184.5624 C 56.483783,184.39808 54.365963,184.21983 52.103283,184.15615 C 49.389813,184.07979 47.807333,183.91974 47.447033,183.6874 C 47.146593,183.49365 46.448563,183.26087 45.884533,183.15615 L 44.853283,182.96865 L 45.540783,181.9374 C 46.245073,180.90094 45.876857,180.52749 45.520137,180.53115 C 45.117727,180.53527 44.568983,182.74796 44.728283,183.2499 C 44.828733,183.5664 45.255743,183.81944 45.884533,183.9374 C 46.437553,184.04113 47.253413,184.30176 47.697033,184.53115 C 48.234633,184.80915 48.871793,184.91696 49.634533,184.8124 C 50.723903,184.66308 50.798453,184.67311 50.728283,185.3124 C 50.566483,186.78641 50.269103,188.34982 50.009533,189.1874 C 49.859123,189.67267 49.821133,190.19049 49.915783,190.34365 C 50.159283,190.73763 50.476173,190.71069 50.884533,190.21865 C 51.553023,189.41316 52.128523,189.2605 52.947033,189.6874 C 54.538563,190.51747 55.153343,189.9463 54.290783,188.4374 C 54.076093,188.06184 53.889853,187.10105 53.884533,186.3124 C 53.873623,184.69559 53.856973,184.70565 56.103283,185.1874 L 57.540783,185.4999 L 58.384533,184.46865 C 59.184433,183.51587 59.228923,183.40987 58.884533,182.7499 C 58.679993,182.35788 58.510463,181.74843 58.509533,181.40615 C 58.506683,180.35189 56.902083,177.44465 55.759533,176.4374 C 54.795293,175.58735 54.633043,175.26173 54.415783,173.71865 C 54.281403,172.76422 54.007593,171.80974 53.790783,171.5624 C 53.573983,171.31505 53.186573,170.13172 52.947033,168.9374 C 52.500973,166.71322 51.804493,165.59365 50.822033,165.59365 z M 51.072033,188.5624 C 51.156123,188.64648 51.071203,188.87713 50.884533,189.0624 C 50.614793,189.33013 50.611323,189.29542 50.759533,188.90615 C 50.862093,188.63678 50.987943,188.4783 51.072033,188.5624 z "
+         id="path1674"
+         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc"
+         style="fill:#5c2700;fill-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/trees_broad_leaved.svg
===================================================================
--- /trunk/resources/images/presets/landmark/trees_broad_leaved.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/trees_broad_leaved.svg	(revision 16006)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="86.519859"
+   id="svg2"
+   inkscape:export-filename="/home/nicu/Desktop/rpg_color.png"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-ydpi="90.000000"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="trees_broad_leaved.svg"
+   sodipodi:version="0.32"
+   width="65.564247"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata2239">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient2057"
+       inkscape:collect="always">
+      <stop
+         id="stop2059"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop2061"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       cx="14.207293"
+       cy="222.04396"
+       fx="14.207293"
+       fy="222.04396"
+       gradientTransform="scale(1.39523,0.716728)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1535"
+       inkscape:collect="always"
+       r="8.2519293"
+       xlink:href="#linearGradient2057" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-196.0621"
+     inkscape:cy="-49.982635"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="791"
+     inkscape:window-width="1151"
+     inkscape:window-x="1"
+     inkscape:window-y="24"
+     inkscape:zoom="1"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-49.71036,-24.881498)">
+    <g
+       id="g1881"
+       transform="matrix(2.469674,0,0,2.469674,-95.4758,-295.6608)">
+      <path
+         d="m 70.859749,130.14501 c -0.140926,0.0237 -1.135693,0.18947 -1.799913,0.18947 -0.727282,0 -1.430758,0.31032 -2.08411,0.47366 -0.533866,0.13346 -1.33487,0.95881 -1.610449,1.32625 -0.398716,0.53162 -0.842053,0.93679 -1.326252,1.42098 -0.445993,0.446 -0.982108,0.88738 -1.326252,1.23152 -0.28029,0.28029 -0.274404,1.19235 -0.378929,1.61045 -0.150408,0.60163 -0.74928,1.31768 -1.136788,1.70518 -0.616995,0.617 -0.922425,1.02718 -1.231519,1.79992 -0.273882,0.6847 -0.378929,1.20757 -0.378929,1.98938 0,0.73848 -0.03663,1.33258 0.09473,1.98937 0.149363,0.74682 0.262937,1.32949 0.757858,1.98938 0.397749,0.53033 1.03885,0.94412 1.515717,1.42099 0.414665,0.41466 0.83805,0.51375 1.326252,0.75785 0.526769,0.26339 0.603508,0.54389 0.85259,1.04206 0.28671,0.57342 0.270028,1.20318 0.568394,1.79991 0.24242,0.48484 0.947993,1.01854 1.420984,1.13679 0.61736,0.15434 1.224724,0.49565 1.894646,0.66313 0.950993,0.23774 2.135277,0.0947 3.126165,0.0947 1.293384,0 2.537359,-0.44488 3.789292,-0.75786 0.540104,-0.13503 0.981856,-0.44356 1.420984,-0.66313 0.590582,-0.29529 0.708554,-0.65925 0.947323,-1.13678 0.268596,-0.53719 0.313177,-0.71378 0.708565,-1.10917 0.429334,-0.42934 1.192526,-0.93834 1.849207,-1.06968 0.728522,-0.1457 0.836538,-0.57907 1.438807,-0.8802 0.663311,-0.33166 1.565744,-1.23111 2.161019,-1.67757 0.559847,-0.41988 0.828741,-1.11293 1.326252,-1.61045 0.496156,-0.49615 0.37893,-1.21066 0.37893,-1.89464 0,-0.59636 -0.663149,-1.25747 -0.807152,-1.83348 -0.139163,-0.55665 -0.07367,-1.10929 -0.424368,-1.57688 -0.52948,-0.70598 -1.185026,-1.27976 -1.799914,-1.89465 -0.598728,-0.59873 -1.345288,-0.68216 -1.989378,-1.32625 -0.562112,-0.56211 -0.926519,-1.30545 -1.515716,-1.89465 -1.156939,-1.15694 -2.495268,-1.73537 -3.889964,-2.60706 -0.597155,-0.37322 -1.476203,0.0661 -2.07817,-0.23491 -0.590359,-0.29518 -1.196068,-0.11135 -1.799914,-0.47366 z"
+         id="path2825"
+         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc"
+         style="fill:#00b300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <ellipse
+         id="path1317"
+         style="fill:url(#radialGradient1535);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
+         transform="translate(50.02288,2.044779)"
+         cx="20.457939"
+         cy="158.69876"
+         rx="7.9437737"
+         ry="4.0807056" />
+      <path
+         d="m 70.871227,129.79134 c -1.32004,0 -5.6875,1.16013 -5.6875,1.90625 0,0.29418 -1.11894,1.42897 -2.28125,2.3125 -0.82994,0.63089 -1.0391,0.93724 -0.9375,1.46875 0.08804,0.46046 -0.07721,0.92412 -0.5625,1.46875 -1.03036,1.15643 -2.27259,3.46204 -2.53125,4.71875 -0.1959,0.95183 -0.09059,1.37977 0.78125,3.21875 0.95187,2.00773 1.06537,2.13406 2.34375,2.59375 1.398,0.50271 2.26758,1.39643 2,2.09375 -0.08671,0.22595 0.22394,0.94266 0.71875,1.59375 0.69615,0.91602 1.25379,1.282 2.53125,1.71875 1.5855,0.54207 1.60465,0.57914 1.5625,1.5 -0.11996,2.6201 -0.42867,3.54731 -1.5,4.5625 -1.06591,1.01005 -1.38576,1.96875 -0.65625,1.96875 0.21786,0 0.50486,-0.12471 0.625,-0.3125 0.12013,-0.18777 0.61923,-0.63641 1.09375,-0.96875 0.9224,-0.64608 1.29637,-0.50333 1.5,0.59375 0.05545,0.29872 0.31337,0.60225 0.59375,0.65625 0.42866,0.0825 0.47943,-0.0385 0.375,-0.75 -0.09646,-0.65725 -0.0098,-0.84376 0.34375,-0.84375 0.25031,0 0.59029,0.27449 0.75,0.625 0.23933,0.52526 0.49008,0.65588 1.46875,0.65625 0.65306,2.5e-4 1.54935,0.19866 2,0.4375 1.59894,0.8474 1.24126,-0.0509 -0.90625,-2.21875 -1.19723,-1.20855 -2.27068,-2.45257 -2.375,-2.78125 -0.10432,-0.32869 -0.09502,-1.1163 0,-1.75 0.15577,-1.03871 0.30749,-1.20156 1.46875,-1.78125 0.70847,-0.35366 1.5465,-0.629 1.875,-0.59375 0.66284,0.0712 1.71875,-0.83151 1.71875,-1.46875 0,-0.22533 0.13102,-0.40625 0.28125,-0.40625 0.15022,0 0.28125,-0.13103 0.28125,-0.28125 0,-0.5771 -0.83839,-0.23765 -1,0.40625 -0.15865,0.63212 -1.36457,1.21367 -2.5,1.21875 -0.18778,8.4e-4 -0.34375,0.1173 -0.34375,0.25 0,0.33678 -1.0365,0.57615 -1.21875,0.28125 -0.25969,-0.42018 0.95141,-1.75848 2.8125,-3.125 2.7656,-2.03063 3.49275,-2.97093 4.3125,-5.53125 0.5772,-1.80273 0.63881,-2.33839 0.375,-2.65625 -0.182,-0.2193 -0.43332,-0.32983 -0.5625,-0.25 -0.36355,0.22469 -0.99649,1.77463 -1.1875,2.90625 -0.10564,0.6258 -0.37677,1.16074 -0.71875,1.34375 -0.30685,0.16422 -0.51313,0.36186 -0.4375,0.4375 0.32169,0.32168 -3.573,4.1875 -4.21875,4.1875 -0.10071,0 -0.19755,-1.32832 -0.21875,-2.9375 -0.04151,-3.15134 -0.22672,-3.59721 -1.28125,-2.90625 -0.52665,0.34507 -0.59255,0.50386 -0.34375,0.96875 0.18661,0.34868 0.21438,1.13602 0.09375,2.09375 -0.10607,0.84223 -0.17343,2.17638 -0.15625,2.96875 0.02735,1.26154 -0.0508,1.4824 -0.59375,1.6875 -0.52586,0.19866 -0.67367,0.10059 -1.0625,-0.625 -0.48686,-0.9085 -1.73965,-2.04936 -3.125,-2.875 -0.69127,-0.41199 -1.88265,-2.22607 -1.8125,-2.75 0.0545,-0.40709 -0.60444,-1.17268 -1.21875,-1.40625 -0.96682,-0.36758 -1.0226,-0.20863 -0.34375,1 0.32227,0.57378 0.63489,1.28928 0.6875,1.5625 0.16616,0.86279 1.17891,2.05548 2.8125,3.3125 1.53772,1.18325 2.5,2.29755 2.5,2.90625 0,0.20103 -0.44163,0.24861 -1.3125,0.125 -1.01242,-0.1437 -1.46354,-0.39562 -2.15625,-1.15625 -0.48821,-0.5361 -0.90626,-1.18742 -0.90625,-1.4375 0,-0.90805 -0.85899,-2.19414 -1.59375,-2.375 -1.25002,-0.30768 -1.86271,-0.86911 -2.65625,-2.4375 -0.98961,-1.95595 -0.94868,-3.31134 0.1875,-5.53125 0.47212,-0.92243 0.96081,-1.65625 1.09375,-1.65625 0.13296,0 0.25001,-0.15154 0.25,-0.3125 1e-5,-0.16095 0.18092,-0.46216 0.40625,-0.6875 0.22535,-0.22533 0.40617,-0.67274 0.40625,-1 9e-5,-0.37662 0.52433,-1.053 1.40625,-1.8125 0.76635,-0.65996 1.48381,-1.5325 1.625,-1.9375 0.31539,-0.90473 3.46762,-1.43239 4.75,-1.46875 1.00777,-0.0286 1.36829,-0.71875 0.375,-0.71875 z m 1.9375,0.40625 c -2.11232,-0.19241 -1.77761,0.26534 0.40625,0.5625 0.75828,0.10319 1.729,0.4474 2.15625,0.75 0.42727,0.3026 1.41299,0.8572 2.1875,1.25 1.12953,0.57286 1.40625,0.85854 1.40625,1.40625 0,0.88661 0.47082,1.35155 1.6875,1.6875 1.18379,0.32686 2.10735,1.2809 2.8125,2.875 0.28688,0.64854 0.65384,1.15625 0.8125,1.15625 0.35536,0 0.37507,-0.44376 0.03125,-0.65625 -0.13867,-0.0857 -0.31359,-0.51556 -0.40625,-0.9375 -0.09268,-0.42195 -0.61935,-1.19725 -1.15625,-1.75 -0.90278,-0.92946 -1.25108,-1.12378 -1.8125,-1.03125 -0.39597,0.0653 -1.22179,-0.91949 -1.40625,-1.6875 -0.10076,-0.41954 -0.36659,-0.84051 -0.625,-0.9375 -0.25841,-0.097 -1.35471,-0.72884 -2.40625,-1.375 -1.56477,-0.96155 -2.2345,-1.18015 -3.6875,-1.3125 z m 11.59375,10.0625 c -0.09498,0.095 -0.04259,0.55049 0.125,1.03125 0.16759,0.48075 0.31251,1.14965 0.3125,1.5 0,0.83441 -1.55334,2.90225 -2.59375,3.4375 -0.45066,0.23184 -0.85704,0.62228 -0.90625,0.875 -0.07226,0.37099 0.09613,0.32098 0.9375,-0.25 1.16705,-0.79197 1.62417,-1.24442 2.53125,-2.53125 0.52739,-0.74817 0.60236,-1.08133 0.46875,-2.28125 -0.15454,-1.38788 -0.52671,-2.12955 -0.875,-1.78125 z m -4.0625,7.125 c -0.35308,-0.0913 -0.77562,-0.10743 -1,0.0312 -0.24495,0.15139 -0.19434,0.28798 0.1875,0.4375 0.74698,0.29252 1.15438,0.27515 1.34375,-0.0312 0.10483,-0.16961 -0.17817,-0.34616 -0.53125,-0.4375 z m -1.15625,0.78125 c -0.61398,-0.12075 -1.57018,0.52358 -1.25,0.84375 0.249,0.24901 0.62499,0.2153 0.625,-0.0625 0,-0.1327 0.287,-0.32579 0.625,-0.4375 l 0.59375,-0.21875 -0.59375,-0.125 z"
+         id="path1689"
+         style="fill:#5c2700;fill-opacity:1"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/trees_conifer.svg
===================================================================
--- /trunk/resources/images/presets/landmark/trees_conifer.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/trees_conifer.svg	(revision 16006)
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="16"
+   id="svg2"
+   inkscape:export-filename="/home/nicu/Desktop/rpg_color.png"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-ydpi="90.000000"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="trees_conifer2.svg"
+   sodipodi:version="0.32"
+   width="8.8303804"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata2239">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <radialGradient
+       cx="14.207293"
+       cy="222.04396"
+       fx="14.207293"
+       fy="222.04396"
+       gradientTransform="scale(1.39523,0.716728)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1843"
+       inkscape:collect="always"
+       r="8.2519293"
+       xlink:href="#linearGradient2057" />
+    <linearGradient
+       id="linearGradient2057"
+       inkscape:collect="always">
+      <stop
+         id="stop2059"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop2061"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-70.71429"
+     inkscape:cy="-13.156109"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="791"
+     inkscape:window-width="1151"
+     inkscape:window-x="1"
+     inkscape:window-y="24"
+     inkscape:zoom="2.8284271"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-42.58481,-67.999996)">
+    <g
+       id="g1916"
+       transform="matrix(0.55580515,0,0,0.55580515,17.883064,-24.037807)">
+      <path
+         d="m 52.802315,169.0909 c 0.325853,1.61535 1.102334,3.06476 1.319348,4.70216 0.313071,0.8461 0.965773,1.74898 1.211535,2.62317 0.502349,0.82624 1.224671,1.44581 1.637037,2.32867 0.600623,0.74671 0.969454,1.5555 1.014462,2.55891 0.146728,0.82411 0.446522,1.63184 0.444386,2.47536 -0.190595,1.00268 -1.423654,1.60044 -2.34269,1.18794 -2.04723,-0.50956 -4.176549,-0.7007 -6.280019,-0.52153 -1.542797,0.0238 -3.523231,-0.59375 -4.875884,-1.38665 0.0564,-0.37899 -0.486805,-0.46048 0.121808,-0.68053 0.237946,-0.41369 0.270883,-1.26208 0.291959,-1.75434 0.136129,-0.64793 0.829566,-1.06276 1.277206,-1.54705 0.438418,-0.62957 0.623695,-1.39569 0.683992,-2.14987 0.288715,-1.25978 0.114803,-2.58144 0.808941,-3.69913 0.792568,-1.52875 1.491284,-3.11648 1.717759,-4.82764 0.133322,-0.75914 0.494687,-2.22806 1.092266,-2.59301 0,0 1.828577,2.07645 1.877894,3.28354 z"
+         id="path2841"
+         sodipodi:nodetypes="ccccccccccccccccc"
+         style="fill:#00b300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <ellipse
+         id="path1329"
+         style="fill:url(#radialGradient1843);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
+         transform="translate(31.92901,31.60125)"
+         cx="20.457939"
+         cy="158.69876"
+         rx="7.9437737"
+         ry="4.0807056" />
+      <path
+         d="m 50.822033,165.59365 c -0.61742,-1e-5 -1.28381,1.84113 -1.5,4.15625 -0.12217,1.30835 -0.34966,2.051 -0.71875,2.4375 -1.0472,1.09661 -1.31652,1.74527 -1.46875,3.59375 -0.14425,1.75143 -0.37707,2.50667 -0.96875,3.21875 -1.11041,1.33634 -0.761929,1.58009 -0.761929,1.78258 0,0.47439 -0.111311,0.26204 0.480679,-0.59508 0.33591,-0.48637 0.81485,-1.15912 1.0625,-1.5 0.25855,-0.35588 0.54196,-1.48892 0.65625,-2.65625 0.16754,-1.71109 0.31399,-2.18743 1,-2.96875 0.65709,-0.7484 0.85335,-1.28731 1,-2.71875 0.1704,-1.66316 0.87451,-4.3125 1.15625,-4.3125 0.06946,-1e-5 0.48385,0.38128 0.90625,0.84375 0.59584,0.65236 0.79607,1.1912 0.90625,2.40625 0.0781,0.86136 0.44126,2.1958 0.8125,2.9375 0.37126,0.74169 0.75698,1.88786 0.84375,2.5625 0.12531,0.9743 0.37636,1.42622 1.21875,2.1875 1.18038,1.06672 2.06033,2.74338 2.65625,5.03125 0.37938,1.45653 0.37019,1.54611 -0.1875,2.1875 -0.484,0.55665 -0.66117,0.62322 -1.125,0.375 -0.307,-0.16432 -2.42482,-0.34257 -4.6875,-0.40625 -2.71347,-0.0764 -4.29595,-0.23641 -4.65625,-0.46875 -0.30044,-0.19375 -0.99847,-0.42653 -1.5625,-0.53125 l -1.03125,-0.1875 0.6875,-1.03125 c 0.70429,-1.03646 0.336074,-1.40991 -0.02065,-1.40625 -0.40241,0.004 -0.951154,2.21681 -0.791854,2.71875 0.10045,0.3165 0.52746,0.56954 1.15625,0.6875 0.55302,0.10373 1.36888,0.36436 1.8125,0.59375 0.5376,0.278 1.17476,0.38581 1.9375,0.28125 1.08937,-0.14932 1.16392,-0.13929 1.09375,0.5 -0.1618,1.47401 -0.45918,3.03742 -0.71875,3.875 -0.15041,0.48527 -0.1884,1.00309 -0.09375,1.15625 0.2435,0.39398 0.56039,0.36704 0.96875,-0.125 0.66849,-0.80549 1.24399,-0.95815 2.0625,-0.53125 1.59153,0.83007 2.20631,0.2589 1.34375,-1.25 -0.21469,-0.37556 -0.40093,-1.33635 -0.40625,-2.125 -0.01091,-1.61681 -0.02756,-1.60675 2.21875,-1.125 l 1.4375,0.3125 0.84375,-1.03125 c 0.7999,-0.95278 0.84439,-1.05878 0.5,-1.71875 -0.20454,-0.39202 -0.37407,-1.00147 -0.375,-1.34375 -0.0028,-1.05426 -1.60745,-3.9615 -2.75,-4.96875 -0.96424,-0.85005 -1.12649,-1.17567 -1.34375,-2.71875 -0.13438,-0.95443 -0.40819,-1.90891 -0.625,-2.15625 -0.2168,-0.24735 -0.60421,-1.43068 -0.84375,-2.625 -0.44606,-2.22418 -1.14254,-3.34375 -2.125,-3.34375 z m 0.25,22.96875 c 0.08409,0.0841 -8.3e-4,0.31473 -0.1875,0.5 -0.26974,0.26773 -0.27321,0.23302 -0.125,-0.15625 0.10256,-0.26937 0.22841,-0.42785 0.3125,-0.34375 z"
+         id="path1674"
+         sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccc"
+         style="fill:#5c2700;fill-opacity:1"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/valley.svg
===================================================================
--- /trunk/resources/images/presets/landmark/valley.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/valley.svg	(revision 16006)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="400"
+   height="400"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="saddle.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.28"
+     inkscape:cx="103.57162"
+     inkscape:cy="153.96921"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showguides="true"
+     inkscape:snap-global="false"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1600"
+     inkscape:window-height="848"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     borderlayer="true" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0.0625,-52.5)">
+    <path
+       style="fill:#5c7515;fill-rule:evenodd;stroke:#000000;stroke-width:1.12357688px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 0.45279466,253.35932 199.97641,396.81907 399.38023,253.59533 l 0.0109,198.33894 -398.81205628,0.12911 z"
+       id="rect2985"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/volcano.svg
===================================================================
--- /trunk/resources/images/presets/landmark/volcano.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/volcano.svg	(revision 16006)
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15.999999"
+   height="10.95183"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="volcano_small2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 16 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="32 : 16 : 1"
+       inkscape:persp3d-origin="16 : 10.666667 : 1"
+       id="perspective8" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-16.790839"
+     inkscape:cy="9.9430016"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8.8303575,-18.153193)">
+    <path
+       style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.31793761px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 8.8303575,29.105023 16.843533,18.153193 24.830357,29.05783 8.8303575,29.105023 Z"
+       id="path3382"
+       sodipodi:nodetypes="cccc"
+       inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\misc\landmark\volcano_small.png"
+       inkscape:export-xdpi="59"
+       inkscape:export-ydpi="59"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/wastewater_plant.svg
===================================================================
--- /trunk/resources/images/presets/landmark/wastewater_plant.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/wastewater_plant.svg	(revision 16006)
@@ -0,0 +1,178 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="451.42859"
+   height="451.42859"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\misc\landmark"
+   sodipodi:docname="wastewater_plant.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="259.14551"
+     inkscape:cy="234.52043"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1400"
+     inkscape:window-height="960"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-160,-318.07648)">
+    <rect
+       style="fill:#37c837;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2160"
+       width="451.42859"
+       height="451.42859"
+       x="160.71428"
+       y="320.21933" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2172"
+       sodipodi:cx="534.28571"
+       sodipodi:cy="452.36218"
+       sodipodi:rx="88.571426"
+       sodipodi:ry="88.571426"
+       d="M 622.85713 452.36218 A 88.571426 88.571426 0 1 1  445.71428,452.36218 A 88.571426 88.571426 0 1 1  622.85713 452.36218 z"
+       transform="matrix(0.5175438,0,0,0.5175438,52.055178,293.60206)" />
+    <g
+       id="g3200">
+      <rect
+         y="678.07648"
+         x="220"
+         height="48.57143"
+         width="271.42859"
+         id="rect2170"
+         style="fill:#0000ff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         id="path3147"
+         d="M 289.2898,678.07241 L 288.56734,725.93773"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       id="g3196"
+       transform="translate(0.7142857,15)">
+      <rect
+         y="580.93359"
+         x="220"
+         height="48.57143"
+         width="271.42856"
+         id="rect2168"
+         style="fill:#0000ff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 375.71837,581.64384 L 374.99591,629.50916"
+         id="path3149" />
+    </g>
+    <g
+       id="g3179"
+       transform="matrix(0,1,-1,0,814.50505,12.362187)">
+      <path
+         sodipodi:type="arc"
+         style="fill:#0000ff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3173"
+         sodipodi:cx="302.85715"
+         sodipodi:cy="478.07648"
+         sodipodi:rx="62.857143"
+         sodipodi:ry="62.857143"
+         d="M 365.71429 478.07648 A 62.857143 62.857143 0 1 1  240,478.07648 A 62.857143 62.857143 0 1 1  365.71429 478.07648 z"
+         transform="translate(97.857143,-64.285714)" />
+      <path
+         style="fill:#999999;fill-rule:evenodd;stroke:#636363;stroke-width:11.83791447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 397.19799,418.6473 L 362.80198,463.21999"
+         id="path3175" />
+      <path
+         sodipodi:type="arc"
+         style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3177"
+         sodipodi:cx="212.5"
+         sodipodi:cy="198.92859"
+         sodipodi:rx="4.6428571"
+         sodipodi:ry="4.6428571"
+         d="M 217.14286 198.92859 A 4.6428571 4.6428571 0 1 1  207.85714,198.92859 A 4.6428571 4.6428571 0 1 1  217.14286 198.92859 z"
+         transform="translate(188.57143,214.50505)" />
+    </g>
+    <g
+       id="g3184"
+       transform="translate(-144.28571,-0.7142857)">
+      <path
+         transform="translate(97.857143,-64.285714)"
+         d="M 365.71429 478.07648 A 62.857143 62.857143 0 1 1  240,478.07648 A 62.857143 62.857143 0 1 1  365.71429 478.07648 z"
+         sodipodi:ry="62.857143"
+         sodipodi:rx="62.857143"
+         sodipodi:cy="478.07648"
+         sodipodi:cx="302.85715"
+         id="path3186"
+         style="fill:#0000ff;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <path
+         id="path3188"
+         d="M 397.19799,418.6473 L 362.80198,463.21999"
+         style="fill:#999999;fill-rule:evenodd;stroke:#636363;stroke-width:11.83791447;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         transform="translate(188.57143,214.50505)"
+         d="M 217.14286 198.92859 A 4.6428571 4.6428571 0 1 1  207.85714,198.92859 A 4.6428571 4.6428571 0 1 1  217.14286 198.92859 z"
+         sodipodi:ry="4.6428571"
+         sodipodi:rx="4.6428571"
+         sodipodi:cy="198.92859"
+         sodipodi:cx="212.5"
+         id="path3190"
+         style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc" />
+    </g>
+    <rect
+       style="fill:#c8c4b7;fill-opacity:1;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3192"
+       width="67.14286"
+       height="137.14285"
+       x="342.85715"
+       y="45.714302"
+       transform="translate(160,318.07648)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/water_tower.svg
===================================================================
--- /trunk/resources/images/presets/landmark/water_tower.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/water_tower.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="M 2,0 2,3.5 C 2,4.9469172 2.7905512,5.9802716 3.90625,6.625 L 3,14 4.5,14 4.6875,12.53125 7,11 9.3125,12.5625 9.5,14 11,14 10.09375,6.65625 C 11.21821,6.0132746 12,4.9628112 12,3.5 l 0,-3.5 -1.5,0 0,1.5 -0.5,0 C 8.8728814,2 8,2 7,1.5 6,1 5.0381356,1 4,1.5 l -0.5,0 0,-1.5 z m 3.34375,7.1875 c 1.069224,0.2671613 2.2426846,0.2935662 3.3125,0.03125 L 8.84375,8.78125 7,10 5.15625,8.78125 z m -0.3125,2.5 L 6.25,10.5 4.8125,11.46875 z m 3.9375,0 L 9.1875,11.46875 7.75,10.5 z" id="water-tower" style="fill:#555555;fill-opacity:1" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/landmark/water_well.svg
===================================================================
--- /trunk/resources/images/presets/landmark/water_well.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/water_well.svg	(revision 16006)
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64"
+   height="61.370972"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="water_well2.svg"
+   inkscape:export-filename="D:\water_well20.png"
+   inkscape:export-xdpi="31.809999"
+   inkscape:export-ydpi="31.809999">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6"
+     inkscape:cx="35.583372"
+     inkscape:cy="59.755196"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-0.78495419,-991.01227)">
+    <rect
+       style="fill:#803300;fill-opacity:1;stroke:none"
+       id="rect2816"
+       width="39.022484"
+       height="22.088198"
+       x="5.2025919"
+       y="1030.295" />
+    <rect
+       y="997.1629"
+       x="0.78495419"
+       height="3.681366"
+       width="49.330311"
+       id="rect3596"
+       style="fill:#666666;fill-opacity:1;stroke:none" />
+    <rect
+       style="fill:#666666;fill-opacity:1;stroke:none"
+       id="rect3598"
+       width="18.765123"
+       height="3.681366"
+       x="997.1629"
+       y="-53.275997"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       transform="scale(-1,-1)"
+       y="-1014.921"
+       x="-64.785217"
+       height="3.681366"
+       width="14.725466"
+       id="rect3600"
+       style="fill:#666666;fill-opacity:1;stroke:none" />
+    <rect
+       transform="matrix(0,1,-1,0,0,0)"
+       y="-23.340126"
+       x="996.12158"
+       height="1.8591826"
+       width="28.001375"
+       id="rect3602"
+       style="fill:#d45500;fill-opacity:1;stroke:none" />
+    <rect
+       y="-43.488804"
+       x="991.27271"
+       height="5.0199256"
+       width="32.737999"
+       id="rect3592"
+       style="fill:#803300;fill-opacity:1;stroke:none"
+       transform="matrix(0,1,-1,0,0,0)" />
+    <rect
+       transform="matrix(0,1,-1,0,0,0)"
+       style="fill:#803300;fill-opacity:1;stroke:none"
+       id="rect3604"
+       width="32.737999"
+       height="5.0199256"
+       x="991.01227"
+       y="-11.991062" />
+    <rect
+       style="fill:#d45500;fill-opacity:1;stroke:none"
+       id="rect3606"
+       width="11.193412"
+       height="7.8093576"
+       x="20.264999"
+       y="994.54181" />
+    <rect
+       style="fill:#552200;fill-opacity:1;stroke:none"
+       id="rect3590"
+       width="47.121494"
+       height="7.3627324"
+       x="1.5212268"
+       y="1023.6688" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/water_works.svg
===================================================================
--- /trunk/resources/images/presets/landmark/water_works.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/water_works.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="water_works4.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="63.356768"
+     inkscape:cx="7.9367756"
+     inkscape:cy="12.410931"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       d="m 15.999588,1049.543 -0.2388,0.1359 -0.255856,0.1456 c -0.545829,0.3106 -1.159883,0.3106 -1.70571,0 l -0.511715,-0.2912 c -0.545827,-0.3107 -1.159882,-0.3107 -1.705709,0 l -0.511725,0.2912 c -0.545828,0.3106 -1.159883,0.3106 -1.705711,0 l -0.511713,-0.2912 c -0.270238,-0.1539 -0.560098,-0.233 -0.852855,-0.233 -0.292757,0 -0.582617,0.079 -0.852855,0.233 l -0.511713,0.2912 c -0.545828,0.3106 -1.159883,0.3106 -1.70571,0 l -0.511726,-0.2912 c -0.545828,-0.3107 -1.159882,-0.3107 -1.705709,0 l -0.511715,0.2912 c -0.545827,0.3106 -1.159882,0.3106 -1.705709,0 L 0.2388,1049.6789 0,1049.543 l 0,1.3047 0.2388,0.1359 0.255857,0.1456 c 0.545827,0.3107 1.159882,0.3107 1.705709,0 l 0.511715,-0.2912 c 0.545827,-0.3106 1.159881,-0.3106 1.705709,0 l 0.511726,0.2912 c 0.545827,0.3107 1.159882,0.3107 1.70571,0 l 0.511713,-0.2912 c 0.270238,-0.1538 0.560098,-0.233 0.852855,-0.233 0.292757,0 0.582617,0.079 0.852855,0.233 l 0.511713,0.2912 c 0.545828,0.3107 1.159883,0.3107 1.705711,0 l 0.511725,-0.2912 c 0.545827,-0.3106 1.159882,-0.3106 1.705709,0 l 0.511715,0.2912 c 0.545827,0.3107 1.159881,0.3107 1.70571,0 l 0.255856,-0.1456 0.2388,-0.1359 0,-1.3047 z"
+       id="path6-6"
+       style="fill:#1332ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 15.999588,1046.5793 -0.2388,0.1359 -0.255856,0.1456 c -0.545829,0.3107 -1.159883,0.3107 -1.70571,0 l -0.511715,-0.2912 c -0.545827,-0.3107 -1.159882,-0.3107 -1.705709,0 l -0.511725,0.2912 c -0.545828,0.3107 -1.159883,0.3107 -1.705711,0 l -0.511713,-0.2912 c -0.270238,-0.1538 -0.560098,-0.233 -0.852855,-0.233 -0.292757,0 -0.582617,0.079 -0.852855,0.233 l -0.511713,0.2912 c -0.545828,0.3107 -1.159883,0.3107 -1.70571,0 l -0.511726,-0.2912 c -0.545828,-0.3107 -1.159882,-0.3107 -1.705709,0 l -0.511715,0.2912 c -0.545827,0.3107 -1.159882,0.3107 -1.705709,0 L 0.2388,1046.7152 0,1046.5793 l 0,1.3048 0.2388,0.1359 0.255857,0.1456 c 0.545827,0.3106 1.159882,0.3106 1.705709,0 l 0.511715,-0.2912 c 0.545827,-0.3107 1.159881,-0.3107 1.705709,0 l 0.511726,0.2912 c 0.545827,0.3106 1.159882,0.3106 1.70571,0 l 0.511713,-0.2912 c 0.270238,-0.1539 0.560098,-0.233 0.852855,-0.233 0.292757,0 0.582617,0.079 0.852855,0.233 l 0.511713,0.2912 c 0.545828,0.3106 1.159883,0.3106 1.705711,0 l 0.511725,-0.2912 c 0.545827,-0.3107 1.159882,-0.3107 1.705709,0 l 0.511715,0.2912 c 0.545827,0.3106 1.159881,0.3106 1.70571,0 l 0.255856,-0.1456 0.2388,-0.1359 0,-1.3048 z"
+       id="path6"
+       style="fill:#1332ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1332ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4141"
+       cx="7.5352502"
+       cy="1042.7517"
+       rx="2.5789182"
+       ry="2.6104853" />
+    <path
+       style="fill:#1332ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 10.122768,1042.7193 c -0.287988,-0.8267 -0.279451,-1.541 -0.9594819,-2.2486 -1.4311176,-1.4891 -1.404555,-2.6617 -0.48025,-3.8339 -2.9866044,1.0162 -3.3157976,3.5058 -3.6718754,6.0379 z"
+       id="path4147"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccc" />
+    <path
+       style="fill:#8a99ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6.0254276,1043.7107 c -1.0111135,-1.2746 0.034911,-2.4996 0.034911,-2.4996 l 0.5147663,-0.6756 0.7894297,-0.5911 c 0,0 -0.8494625,1.9542 -0.052184,3.2579 -0.7007705,0.8624 -0.9590023,0.5966 -1.2869228,0.5084"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/watermill.svg
===================================================================
--- /trunk/resources/images/presets/landmark/watermill.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/watermill.svg	(revision 16006)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="330.99997"
+   height="328.14285"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="watermill.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\watermill.png"
+   inkscape:export-xdpi="4.3076925"
+   inkscape:export-ydpi="4.3076925">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="-158.57143"
+     inkscape:cy="520"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="cm"
+     inkscape:window-width="1600"
+     inkscape:window-height="1110"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-245.71428,-400.93359)">
+    <rect
+       style="opacity:1;fill:#c8beb7;fill-opacity:1;stroke:none;stroke-width:22;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="248.57141"
+       height="151.42857"
+       x="287.14282"
+       y="523.79077" />
+    <rect
+       style="opacity:1;fill:#c83737;fill-opacity:1;stroke:none;stroke-width:22;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3155"
+       width="277.14282"
+       height="134.28572"
+       x="274.28571"
+       y="400.93359" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:none;fill-opacity:1;stroke:#832e00;stroke-width:22;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3157"
+       sodipodi:cx="534.28571"
+       sodipodi:cy="683.79077"
+       sodipodi:rx="94.285713"
+       sodipodi:ry="94.285713"
+       d="M 628.57142,683.79077 A 94.285713,94.285713 0 1 1 439.99999,683.79077 A 94.285713,94.285713 0 1 1 628.57142,683.79077 z"
+       transform="matrix(0.5440021,-0.5440021,0.5440021,0.5440021,-168.1493,566.7454)" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#832e00;stroke-width:14.71691608;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 442.69881,699.86446 L 546.27482,596.28846"
+       id="path3159" />
+    <path
+       id="path3161"
+       d="M 442.69882,596.28846 L 546.27482,699.86447"
+       style="fill:none;fill-rule:evenodd;stroke:#832e00;stroke-width:14.71691608;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="opacity:1;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:16.60000038;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3163"
+       width="334.28571"
+       height="28.571426"
+       x="245.71428"
+       y="703.36218" />
+    <rect
+       style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:16.60000038000000100;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3165"
+       width="48.57143"
+       height="60"
+       x="82.85714"
+       y="159.57143"
+       transform="translate(245.71428,400.93359)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/windmill.svg
===================================================================
--- /trunk/resources/images/presets/landmark/windmill.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/windmill.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="windmill2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-4.7040363"
+     inkscape:cy="13.846201"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137"
+       originx="-8"
+       originy="-8" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8,-8)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.51300001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4139"
+       width="16"
+       height="16"
+       x="8"
+       y="8" />
+    <path
+       style="fill:#7c6f49;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.43272474px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 12.351647,23.189167 1.780339,-10.51938 1.676316,-1.008352 1.639766,1.035246 c 0,0 1.501304,10.663533 1.326761,10.578009 -0.174543,-0.08552 -6.388273,0.04276 -6.423182,-0.08552 z"
+       id="path3457"
+       sodipodi:nodetypes="ccccsc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.56863064px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 11.873852,8.8554939 7.921939,7.6464671"
+       id="path3459"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.56863064px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 11.907563,16.501962 19.660949,8.9319586"
+       id="path3461"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="opacity:1;fill:#fcf8eb;fill-opacity:1;stroke:#000000;stroke-width:0.23421623;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="rect3463"
+       width="1.5121064"
+       height="1.2493937"
+       x="15.09977"
+       y="14.136353" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landmark/works.svg
===================================================================
--- /trunk/resources/images/presets/landmark/works.svg	(revision 16006)
+++ /trunk/resources/images/presets/landmark/works.svg	(revision 16006)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13.178609"
+   height="14.517858"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="works2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="-17.799716"
+     inkscape:cy="4.4719076"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-9.8392348,-9.1160716)">
+    <path
+       style="fill:#87743d;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.63950872px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 10.160591,9.435826 2.645439,0 0.04133,9.973864 3.252127,-2.848431 0.04796,2.927159 3.313337,-2.984769 0,3.163341 3.237305,-3.163341 0,6.810526 -12.539063,0 0.0016,-13.878349 z"
+       id="path3453"
+       sodipodi:nodetypes="ccccccccccc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/allotments.svg
===================================================================
--- /trunk/resources/images/presets/landuse/allotments.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/allotments.svg	(revision 16006)
@@ -0,0 +1,426 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="205.20241"
+   height="171.37407"
+   id="svg3197"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="New document 2">
+  <defs
+     id="defs3199" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="-110.9473"
+     inkscape:cy="-71.449229"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="463"
+     inkscape:window-height="453"
+     inkscape:window-x="25"
+     inkscape:window-y="25"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata3202">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-485.9473,-289.53888)">
+    <g
+       id="g3800"
+       inkscape:export-ydpi="82.942017"
+       inkscape:export-xdpi="82.942017"
+       inkscape:export-filename="C:\Documents and Settings\laurent\Mes documents\dessin 2d\objet\arrosoir1.png"
+       transform="matrix(0.67159997,0,0,0.67159997,346.11522,-184.28742)">
+      <path
+         inkscape:connector-curvature="0"
+         id="path2436"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#a70432;stroke:#000000;stroke-width:1.48899996;stroke-linecap:round;stroke-linejoin:bevel"
+         d="m 483.94,785.96 0.72,162.14 c -20.18,13.47 -96.13,17.81 -133.93,0.35 L 348.59,785.6 c 5.37,10.35 97.9,18.53 135.35,0.36 z" />
+      <path
+         id="path2440"
+         sodipodi:rx="70.714287"
+         sodipodi:ry="12.321428"
+         style="fill:#d4043f;stroke:#000000;stroke-width:1.79149997;stroke-linecap:round;stroke-linejoin:bevel"
+         sodipodi:type="arc"
+         d="m 486.07143,450.39789 c 0,6.80494 -31.65986,12.32143 -70.71428,12.32143 -39.05442,0 -70.71429,-5.51649 -70.71429,-12.32143 0,-6.80494 31.65987,-12.32143 70.71429,-12.32143 39.05442,0 70.71428,5.51649 70.71428,12.32143 z"
+         transform="matrix(0.975,0,0,0.70851,11.309,468.07)"
+         sodipodi:cy="450.39789"
+         sodipodi:cx="415.35715" />
+      <path
+         id="path2438"
+         sodipodi:rx="70.714287"
+         sodipodi:ry="12.321428"
+         style="fill:#d4043f;stroke:#000000;stroke-width:2.03699994;stroke-linecap:round;stroke-linejoin:bevel"
+         sodipodi:type="arc"
+         d="m 486.07143,450.39789 c 0,6.80494 -31.65986,12.32143 -70.71428,12.32143 -39.05442,0 -70.71429,-5.51649 -70.71429,-12.32143 0,-6.80494 31.65987,-12.32143 70.71429,-12.32143 39.05442,0 70.71428,5.51649 70.71428,12.32143 z"
+         transform="matrix(0.92822,0,0,0.57567,29.347,527.47)"
+         sodipodi:cy="450.39789"
+         sodipodi:cx="415.35715" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3805"
+         sodipodi:nodetypes="csc"
+         style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+         d="m 433.87,779.65 c -29.76,-0.92 -39.5,7.63 -22.4,11.63 4.2,0.98 10,1.68 17.52,1.91" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect2444"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#a70432;stroke:#000000;stroke-width:1.4892;stroke-linecap:round;stroke-linejoin:bevel"
+         transform="matrix(0.75047,-0.6609,0.67842,0.73467,0,0)"
+         d="M -328.67,746.35 -328.84,879 c -0.51,4.1 -5.53,13.07 -19.71,22.05 l -0.78,-154.7 c 3.36,-3.16 18.78,-5.78 20.66,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path2463"
+         sodipodi:nodetypes="css"
+         style="fill:#a70432;stroke:#000000;stroke-width:1.48899996;stroke-linecap:round;stroke-linejoin:bevel"
+         d="m 266.69,725.94 c 3.71,2.35 3.03,30.54 -13.01,46.42 -16.04,15.88 -40.49,14.19 -44.21,11.84" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path2448"
+         sodipodi:nodetypes="ccccccsccc"
+         style="fill:#a70432;fill-rule:evenodd;stroke:#000000;stroke-width:1.48899996px"
+         d="m 369.74,785.97 c -0.46,-39.87 6.78,-69.3 53.59,-70.69 51.08,3.02 88.09,20.83 79.77,62.94 -6.62,20.5 -12.23,33.52 -18.86,54.02 -2.82,9.76 -2.88,18.39 -0.38,28.15 10.96,-33.08 12.87,-27.47 29.13,-92.65 -1.02,-5.64 -1.45,-18.46 -4.17,-23.31 -24.16,-43.14 -108.54,-52.07 -138.84,-14.66 -7.18,8.18 -13.06,40.29 -11.18,56.38 5.38,1.96 8.6,0.14 10.94,-0.18 z" />
+      <path
+         id="path2446"
+         sodipodi:rx="2.6784978"
+         sodipodi:ry="42.735233"
+         style="fill:#d4043f;stroke:#000000;stroke-width:1.48280001;stroke-linecap:round;stroke-linejoin:bevel"
+         sodipodi:type="arc"
+         d="m 219.82135,430.57648 c 0,23.60201 -1.1992,42.73523 -2.6785,42.73523 -1.47929,0 -2.6785,-19.13322 -2.6785,-42.73523 0,-23.60202 1.19921,-42.73524 2.6785,-42.73524 1.47106,0 2.66683,18.9287 2.67842,42.39865"
+         sodipodi:open="true"
+         transform="matrix(0.92073,0.56745,-0.67232,0.68088,327.43,338.67)"
+         sodipodi:cy="430.57648"
+         sodipodi:cx="217.14285"
+         sodipodi:end="6.2753092"
+         sodipodi:start="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3460"
+         style="fill:#7e0325"
+         d="m 424.15,780.12 c -5.66,0.05 -11.39,0.77 -16.73,2.7 -1.57,0.7 -3.63,1.51 -4.06,3.38 0.17,1.8 2.14,2.67 3.58,3.34 6.75,2.59 14.12,2.95 21.26,3.36 0.57,-0.1 0.72,0.6 1.33,0.45 11.67,-0.26 23.35,-0.92 34.95,-2.25 4.81,-0.69 9.76,-1.24 14.29,-3.03 0.75,-0.25 1.95,-1.17 1.08,-1.96 -2.05,-1.49 -4.71,-1.78 -7.12,-2.4 -11.7,-2.27 -23.65,-2.74 -35.53,-3.32 -4.35,-0.17 -8.7,-0.3 -13.05,-0.27 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3462"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#a70432;fill-rule:evenodd;stroke:#000000;stroke-width:1.48899996px"
+         d="m 375.56,817.99 -67.88,-0.9 3.39,3.93 64.14,0.36 0.35,-3.39 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3466"
+         style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+         d="m 260.37,766.24 91.92,109.09" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3468"
+         style="fill:#7e0325;stroke:#000000;stroke-width:1.48899996;stroke-linecap:round;stroke-linejoin:bevel"
+         d="m 280.46,789.21 c 0.39,1.32 1.82,2.25 2.57,3.44 22.7,27.12 45.48,54.18 68.36,81.16 1,0.23 0.39,-1.37 0.47,-1.9 -0.32,-3.02 -0.72,-6.27 -2.88,-8.57 -8.6,-10.23 -17.91,-19.86 -26.91,-29.76 -13.7,-14.83 -27.32,-29.73 -41.14,-44.44 -0.19,-0.17 -0.32,-0.07 -0.47,0.07 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3470"
+         sodipodi:nodetypes="cccc"
+         style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+         d="m 464.42,721.79 c 17.79,1.74 29.38,11.21 39.14,22.98 13.47,29.17 -9.45,66.53 -20.71,101.27" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3472"
+         style="fill:#7e0325;stroke:#000000;stroke-width:1.48899996;stroke-linecap:round;stroke-linejoin:bevel"
+         d="m 469.17,722.85 c -0.52,0.93 1.37,1.06 1.87,1.47 11.97,4.7 23.5,12.31 29.27,24.12 2.99,5.88 4.22,12.46 4.01,19.04 0.11,4.81 -0.52,9.6 -2.17,14.12 -5.69,17.62 -12.74,34.79 -18.09,52.52 -0.94,3.42 -1.67,6.99 -1.53,10.52 1.12,-0.19 1,-2.26 1.63,-3.14 5.53,-15.47 12.14,-30.56 17.43,-46.13 4.01,-12.83 7.46,-26.5 5.01,-39.99 -1.01,-4.63 -2,-9.7 -5.54,-13.12 -7.07,-7.83 -15.52,-14.91 -25.78,-17.98 -1.99,-0.53 -4.05,-1.39 -6.11,-1.43 z" />
+      <g
+         id="g3630"
+         transform="translate(0,1.0102)">
+        <path
+           inkscape:connector-curvature="0"
+           id="path3602"
+           sodipodi:nodetypes="cc"
+           style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+           d="m 352.08,826.07 c 44.18,9.93 86.89,9.16 128.21,-1.71" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3610"
+           sodipodi:nodetypes="cc"
+           style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+           d="m 352.08,827.92 c 44.18,9.93 86.89,9.16 128.21,-1.71" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3614"
+           style="fill:#65021e"
+           d="m 478.64,825.02 c -2.8,0.49 -5.47,1.32 -8.25,1.86 -22.51,5.03 -46.45,7.19 -70.11,5.95 -15.39,-0.75 -30.61,-2.89 -45.34,-5.98 -0.71,-0.05 -1.91,-0.59 -2.37,0 -0.06,0.52 -0.07,1.24 0.96,1.22 18.7,4.08 38.27,6.49 57.93,6.68 21.94,0.09 43.89,-2.51 64.51,-7.63 1.14,-0.33 2.44,-0.49 3.47,-0.93 0.03,-0.41 0.2,-1.27 -0.8,-1.17 z" />
+      </g>
+      <g
+         id="g3625"
+         transform="translate(0,1.0102)">
+        <path
+           inkscape:connector-curvature="0"
+           id="path3604"
+           sodipodi:nodetypes="cc"
+           style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+           d="m 352.43,833.43 c 43.44,9.68 85.61,7.25 127.15,-1.22" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3612"
+           sodipodi:nodetypes="cc"
+           style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+           d="m 352.43,835.28 c 43.44,9.68 85.61,7.26 127.15,-1.22" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3616"
+           style="fill:#65021e"
+           d="m 478.61,832.62 c -4,0.62 -7.91,1.53 -11.91,2.16 -16.75,2.84 -33.92,4.69 -51.2,4.98 -10,0.09 -20.02,-0.11 -29.93,-1.05 -10.45,-0.91 -20.73,-2.53 -30.81,-4.61 -0.62,-0.16 -1.87,-0.28 -1.8,0.41 -0.44,0.96 1.2,0.92 2.09,1.17 17.25,3.68 35.33,5.59 53.41,5.68 23.57,0.17 47.01,-2.64 69.57,-7.14 0.99,-0.06 1.77,-0.4 1.41,-1.15 0.01,-0.3 -0.42,-0.49 -0.83,-0.45 z" />
+      </g>
+      <g
+         id="g3620">
+        <path
+           inkscape:connector-curvature="0"
+           id="path3606"
+           sodipodi:nodetypes="cc"
+           style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+           d="m 353.86,840.69 c 41.54,8.2 83.59,7.56 126.07,-0.49" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3608"
+           sodipodi:nodetypes="cc"
+           style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+           d="m 353.86,842.54 c 41.54,8.2 83.59,7.56 126.07,-0.49" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path3618"
+           style="fill:#65021e"
+           d="m 478.84,840.6 c -6.18,1.01 -12.33,2.13 -18.58,2.92 -29.27,3.99 -59.71,4.3 -89,0.21 -5.88,-0.79 -11.67,-1.84 -17.47,-2.88 -0.78,0.12 -0.37,0.92 -0.45,1.33 0.05,0.58 1.09,0.26 1.61,0.46 7.41,1.28 14.85,2.58 22.41,3.42 12.02,1.38 24.19,2.25 36.39,2.09 8.23,-0.02 16.49,-0.12 24.67,-0.81 13.76,-1 27.38,-2.8 40.72,-5.3 0.35,-0.33 0.46,-0.99 0.1,-1.36 -0.11,-0.06 -0.26,-0.09 -0.4,-0.08 z" />
+      </g>
+      <path
+         inkscape:connector-curvature="0"
+         id="path3635"
+         sodipodi:nodetypes="cc"
+         style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+         d="m 350.36,944.51 c 53.52,14.72 99.61,17.3 134.64,-1.79" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3637"
+         sodipodi:nodetypes="cc"
+         style="fill:none;stroke:#000000;stroke-width:1.48899996px"
+         d="m 350.36,941.22 c 53.52,14.72 99.61,17.31 134.64,-1.79" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3639"
+         style="fill:#65021e"
+         d="m 483.81,940.35 c -18.89,9.69 -40.46,13.29 -61.61,12.78 -24.04,-0.42 -47.69,-5.26 -70.86,-11.36 -0.83,0.78 -0.64,2.81 0.79,2.94 20.73,5.54 41.9,9.97 63.37,11.02 13.18,0.11 26.51,0.4 39.44,-2.54 10.04,-2.08 19.99,-5.31 28.93,-10.31 0.66,-0.5 0.82,-2.32 -0.06,-2.53 z" />
+      <g
+         id="g3641"
+         transform="matrix(1.1044,-1.0131,0.16075,0.17522,-85.823,913.63)">
+        <path
+           id="path3663"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,467.38,5.2326)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3665"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,473.98,6.1255)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3667"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,481.31,6.3041)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3677"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,474.34,15.768)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3679"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,467.91,14.161)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3681"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,463.09,11.304)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3683"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,457.73,9.3398)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3685"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,453.09,7.3755)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3691"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,461.13,20.054)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3693"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,456.66,16.304)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3695"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,448.27,13.983)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3697"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,442.38,11.84)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3701"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,449.34,18.536)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3705"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,439.16,18)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3707"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,439.34,22.911)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3709"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,441.66,26.483)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3713"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,454.07,24.608)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+        <path
+           id="path3715"
+           sodipodi:rx="1.5178572"
+           sodipodi:ry="2.3214285"
+           style="fill:#65021e"
+           sodipodi:type="arc"
+           d="m 235.89286,410.04074 c 0,1.28209 -0.67957,2.32143 -1.51786,2.32143 -0.83829,0 -1.51786,-1.03934 -1.51786,-2.32143 0,-1.28209 0.67957,-2.32143 1.51786,-2.32143 0.83829,0 1.51786,1.03934 1.51786,2.32143 z"
+           transform="matrix(0.52388,0.85179,-0.85179,0.52388,433.19,21.733)"
+           sodipodi:cy="410.04074"
+           sodipodi:cx="234.375" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/aquaculture.svg
===================================================================
--- /trunk/resources/images/presets/landuse/aquaculture.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/aquaculture.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="aquaculture2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="10.458986"
+     inkscape:cy="7.7358615"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#2090cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.67432386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4144"
+       cx="3.9999995"
+       cy="1040.3622"
+       rx="2.6628382"
+       ry="2.662838" />
+    <ellipse
+       cy="1048.4124"
+       cx="3.9999995"
+       id="ellipse4146"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.66867787;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       rx="2.6656611"
+       ry="2.6156611" />
+    <ellipse
+       cy="1040.3622"
+       cx="12"
+       id="ellipse4148"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.67432386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       rx="2.662838"
+       ry="2.6628382" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.67432386;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="ellipse4150"
+       cx="12"
+       cy="1048.3623"
+       rx="2.6628382"
+       ry="2.662838" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/basin.svg
===================================================================
--- /trunk/resources/images/presets/landuse/basin.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/basin.svg	(revision 16006)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="basin3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="-0.41172602"
+     inkscape:cy="7.8116473"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:#333333;stroke-width:1.71407211;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="14.285928"
+       height="14.285928"
+       x="0.85703605"
+       y="1037.2192"
+       ry="4.2861266" />
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1d60ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4136"
+       cx="7.5"
+       cy="1043.8622"
+       r="2.5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/brownfield.svg
===================================================================
--- /trunk/resources/images/presets/landuse/brownfield.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/brownfield.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="brownfield2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#d38d5f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4136"
+       width="3"
+       height="12"
+       x="2"
+       y="1038.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#86cc86;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4138"
+       width="9"
+       height="4"
+       x="7"
+       y="1039.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4140"
+       width="3"
+       height="8"
+       x="7"
+       y="1044.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4142"
+       width="3"
+       height="7.0000172"
+       x="12"
+       y="1043.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/cemetery.svg
===================================================================
--- /trunk/resources/images/presets/landuse/cemetery.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/cemetery.svg	(revision 16006)
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="16"
+   id="svg378"
+   version="1.0"
+   width="10.232131"
+   x="0"
+   y="0"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="graveyard.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="8.511827"
+     inkscape:cx="4.0147771"
+     inkscape:cy="15.083597"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg378"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4147"
+       originx="-115"
+       originy="-158" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag />
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title />
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Ulf Lamping</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title />
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs380" />
+  <g
+     id="g3136"
+     transform="matrix(0.05790833,0.01108883,0,0.05790833,-10.994098,-10.451187)">
+    <rect
+       y="208.01161"
+       x="189.85349"
+       height="178.57507"
+       width="176.69531"
+       id="rect2159"
+       style="fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <ellipse
+       transform="matrix(0.9690722,0,0,1,4.0501558,37.594749)"
+       id="path3132"
+       style="fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       cx="282.90048"
+       cy="167.59726"
+       rx="91.167267"
+       ry="76.129364" />
+  </g>
+  <rect
+     style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4149"
+     width="2"
+     height="9"
+     x="4.0000024"
+     y="4.000001" />
+  <rect
+     style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4151"
+     width="6"
+     height="2"
+     x="2.0000026"
+     y="6.000001" />
+</svg>
Index: /trunk/resources/images/presets/landuse/commercial.svg
===================================================================
--- /trunk/resources/images/presets/landuse/commercial.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/commercial.svg	(revision 16006)
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="32"
+   height="32"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="/home/tweety/svn.openstreetmap.org/applications/share/map-icons/svg/people"
+   sodipodi:docname="work.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6"
+     inkscape:cx="42.017637"
+     inkscape:cy="9.1839918"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="906"
+     inkscape:window-height="596"
+     inkscape:window-x="485"
+     inkscape:window-y="420" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.9520275px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="rect2159"
+       width="11.297972"
+       height="8.0836868"
+       x="10.154585"
+       y="9.6545858"
+       ry="2.425106" />
+    <rect
+       style="fill:#0000ff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="rect2157"
+       width="25.892857"
+       height="15.535714"
+       x="3.0357144"
+       y="13.964286"
+       ry="2.6785717" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/construction.svg
===================================================================
--- /trunk/resources/images/presets/landuse/construction.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/construction.svg	(revision 16006)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg1353"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   width="188"
+   height="188"
+   sodipodi:docname="proposed.svg"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata1358">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs1356" />
+  <sodipodi:namedview
+     inkscape:window-height="960"
+     inkscape:window-width="1400"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="2.0000001"
+     inkscape:cx="56.633754"
+     inkscape:cy="147.08609"
+     inkscape:window-x="0"
+     inkscape:window-y="29"
+     inkscape:current-layer="svg1353"
+     showgrid="false"
+     inkscape:window-maximized="0" />
+  <rect
+     style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect4167"
+     width="188"
+     height="188"
+     x="0"
+     y="0" />
+  <g
+     style="fill:#000000"
+     transform="matrix(0.4735274,0,0,0.6014868,-8.6841662,-66.089097)"
+     id="g3176">
+    <path
+       sodipodi:nodetypes="cssccscssccsssscscssszssssssssssscccssssss"
+       style="fill:#000000"
+       d="M 29.741704,379.69056 C 29.274804,378.6479 91.034624,264.83965 91.795414,264.34874 C 93.383114,263.32424 128.58093,281.41529 132.10177,285.06549 L 157.23742,323.41428 L 160.72165,410.74131 C 147.69352,410.74131 142.95642,405.40748 137.94891,397.59812 L 133.31145,334.24131 C 133.31145,334.24131 105.21922,293.26864 104.76113,294.00232 C 99.286734,302.77019 49.478114,393.21491 40.130204,407.59659 C 39.837084,408.04755 29.741704,406.19606 29.741704,379.69056 z M 178.08727,403.15613 C 180.18084,399.69172 218.05729,354.70926 222.31176,353.22273 C 233.81702,349.20273 242.06853,337.58061 263.67823,311.30715 C 275.77201,296.60331 297.87164,298.22895 304.61826,305.98217 C 314.53259,317.37572 386.60978,410.51128 380.93163,410.51762 C 380.93163,410.51762 185.94012,410.74131 180.54917,410.74131 C 175.08386,410.74131 175.63862,407.20814 178.08727,403.15613 z M 176.54201,304.50468 C 175.00182,304.49251 174.47906,313.51752 169.71022,313.75496 C 165.83841,313.94774 158.33866,304.53098 156.85979,301.02343 C 156.11359,299.25359 154.98941,294.29401 155.95231,288.97169 C 156.11934,288.04845 137.82904,280.26839 142.44108,270.89094 C 146.92415,261.77572 154.48288,270.58788 156.88605,272.44323 C 159.0552,274.11791 157.63187,237.20656 156.17206,238.77027 C 155.93021,239.02934 134.91454,277.74131 134.45333,277.74131 C 132.8487,277.74131 96.045584,257.86888 95.693374,256.81225 C 95.498344,256.22716 129.53766,191.37643 128.41363,190.66488 C 126.81202,189.651 108.52878,189.41047 106.02733,190.37037 C 104.18957,191.07559 91.503064,215.68752 91.503064,218.54759 C 91.503064,219.60495 104.50306,231.2547 104.50306,231.81048 C 104.50306,233.14696 100.61294,240.74131 99.928344,240.74131 C 99.634614,240.74131 85.244744,228.74131 84.991784,228.74131 C 84.738824,228.74131 78.126334,240.74131 77.701074,240.74131 L 67.094564,230.75788 L 67.241494,213.24131 L 94.425614,168.74131 C 94.425614,168.74131 165.71327,168.82987 170.00221,170.84591 C 175.84232,173.59109 179.5714,177.95561 181.87875,184.74624 C 183.72904,190.19171 177.80653,289.36856 178.13207,290.21691 C 178.45761,291.06525 236.50306,340.46655 236.50306,341.15002 C 236.50306,343.05016 232.11727,346.74835 229.93861,346.68529 C 228.87406,346.65449 177.21016,304.50996 176.54201,304.50468 z "
+       id="path1364" />
+    <path
+       sodipodi:nodetypes="csssc"
+       id="path1387"
+       d="M 224.14325,146.866 C 229.66265,158.8388 224.45771,172.74051 212.62928,178.11966 C 200.80085,183.49879 186.80599,178.32842 181.39081,166.57866 C 175.97575,154.82889 181.18069,140.92717 193.00912,135.54802 C 204.75846,130.20487 218.6412,135.25156 224.14325,146.866 z "
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.1878264;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:6.5;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/farmland.svg
===================================================================
--- /trunk/resources/images/presets/landuse/farmland.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/farmland.svg	(revision 16006)
@@ -0,0 +1,255 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg4388"
+   sodipodi:docname="25.svg"
+   viewBox="0 0 160 160"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="160">
+  <defs
+     id="defs49" />
+  <title
+     id="title5714">Wheat</title>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     fit-margin-left="2"
+     pagecolor="#ffffff"
+     inkscape:window-height="987"
+     inkscape:window-maximized="1"
+     inkscape:zoom="2.8"
+     inkscape:window-x="-8"
+     showgrid="false"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="53.658215"
+     inkscape:cy="70.832934"
+     fit-margin-top="2"
+     fit-margin-right="2"
+     fit-margin-bottom="2"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px" />
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-83.340282,-625.40202)">
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 212.91146,645.13664 c 0,0 4.50044,0.1411 6.51861,-0.52273 7.07012,-2.32547 17.63924,-12.93844 17.63924,-12.93844 0,0 -11.12663,11.18073 -13.69422,17.43001 -0.77563,1.88777 -0.86617,6.21898 -0.86617,6.21898 z"
+       id="path5248-6" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 192.26014,654.62034 c 0,0 -2.17453,-4.20403 -2.54317,-6.42159 -1.29154,-7.76858 2.73048,-22.64349 2.73048,-22.64349 0,0 -4.2408,15.66316 -8.27992,20.95453 -1.22015,1.59842 -4.79148,3.66378 -4.79148,3.66378 z"
+       id="path5248-5-6-7" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 158.47877,739.46578 c 0,0 3.82036,2.87246 5.98083,3.64031 7.56858,2.69006 23.27287,1.60514 23.27287,1.60514 0,0 -16.53755,1.14781 -22.61083,4.038 -1.83463,0.87306 -4.57753,3.91629 -4.57753,3.91629 z"
+       id="path5248" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 129.33934,710.31015 c 0,0 -2.87085,-3.82247 -3.63828,-5.98416 -2.68857,-7.57278 -1.60427,-23.28581 -1.60427,-23.28581 0,0 -1.14716,16.54676 -4.03573,22.62341 -0.8726,1.83565 -3.91413,4.58008 -3.91413,4.58008 z"
+       id="path5248-1" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 138.93229,759.02281 c 0,0 3.82038,2.87243 5.98084,3.64029 7.56858,2.69005 23.27286,1.60515 23.27286,1.60515 0,0 -16.53754,1.14782 -22.61084,4.03799 -1.83463,0.87307 -4.57752,3.91631 -4.57752,3.91631 z"
+       id="path5248-7" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 109.79425,729.86857 c 0,0 -2.87084,-3.82249 -3.63827,-5.98415 -2.68858,-7.5728 -1.60426,-23.28583 -1.60426,-23.28583 0,0 -1.14719,16.54676 -4.03578,22.62342 -0.872569,1.83565 -3.914116,4.58008 -3.914116,4.58008 z"
+       id="path5248-1-1" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 178.02433,719.90903 c 0,0 3.82036,2.87246 5.98083,3.64031 7.5686,2.69006 23.27287,1.60516 23.27287,1.60516 0,0 -16.53755,1.14781 -22.61083,4.03798 -1.83463,0.87308 -4.57753,3.91631 -4.57753,3.91631 z"
+       id="path5248-4" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 148.88627,690.75482 c 0,0 -2.87084,-3.8225 -3.63825,-5.98417 -2.68856,-7.57279 -1.60428,-23.2858 -1.60428,-23.2858 0,0 -1.14718,16.54674 -4.03575,22.6234 -0.87258,1.83566 -3.91412,4.58007 -3.91412,4.58007 z"
+       id="path5248-1-3" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 197.57043,700.35225 c 0,0 3.82036,2.87246 5.98084,3.64031 7.56858,2.69007 23.27287,1.60517 23.27287,1.60517 0,0 -16.53756,1.14781 -22.61085,4.038 -1.83463,0.87306 -4.57752,3.91628 -4.57752,3.91628 z"
+       id="path5248-5" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 168.43263,671.19827 c 0,0 -2.87085,-3.82249 -3.63827,-5.98417 -2.68858,-7.57276 -1.60429,-23.2858 -1.60429,-23.2858 0,0 -1.14716,16.54676 -4.03574,22.62342 -0.87259,1.83565 -3.91414,4.58005 -3.91414,4.58005 z"
+       id="path5248-1-6" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.1727047;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cscscc"
+       d="m 214.13797,676.51033 c 0,0 4.20169,2.17573 6.41802,2.54458 7.76429,1.29227 22.63091,-2.732 22.63091,-2.732 0,0 -15.65445,4.24317 -20.94288,8.28454 -1.59755,1.2208 -3.66176,4.79413 -3.66176,4.79413 z"
+       id="path5248-5-6" />
+    <path
+       id="path5138"
+       sodipodi:nodetypes="cc"
+       style="fill:#be9c20;fill-opacity:1;stroke:#be9c20;stroke-width:7.22621679;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0"
+       d="M 206.98899,661.8575 86.989901,781.75243" />
+    <ellipse
+       ry="10.790477"
+       rx="19.058048"
+       cy="601.14008"
+       cx="-337.67847"
+       transform="matrix(0.6783886,-0.73470328,0.72837859,0.68517489,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17272985;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-9" />
+    <ellipse
+       ry="10.382498"
+       rx="19.943933"
+       cy="763.86871"
+       cx="-21.770065"
+       transform="matrix(0.99466876,-0.10312155,0.21916819,0.97568709,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17677975;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246" />
+    <ellipse
+       ry="10.377286"
+       rx="19.954781"
+       cy="-196.46759"
+       cx="-683.56543"
+       transform="matrix(0.10300826,-0.9946805,-0.97563497,-0.21940009,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17680418;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-8" />
+    <ellipse
+       ry="10.382498"
+       rx="19.943933"
+       cy="781.42719"
+       cx="-45.290211"
+       transform="matrix(0.99466876,-0.10312155,0.21916819,0.97568709,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17677975;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-4" />
+    <ellipse
+       ry="10.377286"
+       rx="19.954781"
+       cy="-178.9191"
+       cx="-707.09918"
+       transform="matrix(0.10300826,-0.9946805,-0.97563497,-0.21940009,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17680418;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-8-7" />
+    <ellipse
+       ry="10.382498"
+       rx="19.943933"
+       cy="746.31036"
+       cx="1.7490801"
+       transform="matrix(0.99466876,-0.10312155,0.21916819,0.97568709,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17677975;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-0" />
+    <ellipse
+       ry="10.377286"
+       rx="19.954781"
+       cy="-214.01826"
+       cx="-660.03436"
+       transform="matrix(0.10300826,-0.9946805,-0.97563497,-0.21940009,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17680418;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-8-3" />
+    <ellipse
+       ry="10.382498"
+       rx="19.943933"
+       cy="728.75214"
+       cx="25.268785"
+       transform="matrix(0.99466876,-0.10312155,0.21916819,0.97568709,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17677975;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-1" />
+    <ellipse
+       ry="10.377286"
+       rx="19.954781"
+       cy="-231.56821"
+       cx="-636.50208"
+       transform="matrix(0.10300826,-0.9946805,-0.97563497,-0.21940009,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17680418;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-8-4" />
+    <ellipse
+       ry="10.579907"
+       rx="19.52467"
+       cy="719.68994"
+       cx="-77.089272"
+       transform="matrix(0.95527756,-0.29571066,0.38500414,0.92291484,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17535841;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-1-1" />
+    <ellipse
+       ry="10.575773"
+       rx="19.533619"
+       cy="-371.90137"
+       cx="-546.38837"
+       transform="matrix(0.29541098,-0.95537027,-0.92276273,-0.38536858,0,0)"
+       style="fill:#be9c20;fill-opacity:1;stroke:#000000;stroke-width:1.17539823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5246-1-1-4" />
+  </g>
+  <metadata
+     id="metadata47">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title>Wheat</dc:title>
+        <dc:date>2011-06-11T04:11:17</dc:date>
+        <dc:description>Black and white wheat icon</dc:description>
+        <dc:source>https://openclipart.org/detail/144535/wheat-black-and-white-by-serioustux</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>SeriousTux</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>b&amp;w</rdf:li>
+            <rdf:li>black and white</rdf:li>
+            <rdf:li>grain</rdf:li>
+            <rdf:li>wheat</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/landuse/farmyard.svg
===================================================================
--- /trunk/resources/images/presets/landuse/farmyard.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/farmyard.svg	(revision 16006)
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="farmyard5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="12.765991"
+     inkscape:cy="0.23670218"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#6ace6a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4162"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <path
+       style="font-size:12px;fill:#7c3c11;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.02129138"
+       d="m 3.9996529,1036.3731 -3.9739294,3.5806 0.79478065,0 0,5.3708 2.38436295,0 0,-2.7294 1.6440693,0 5.1e-6,2.7294 2.3298605,0 0,-5.3708 0.7947858,0 -3.9739349,-3.5806 0,0 0,0 z"
+       id="path645"
+       sodipodi:nodetypes="ccccccccccccc"
+       inkscape:connector-curvature="0" />
+    <g
+       transform="matrix(0.99999983,0,0,1.001178,2.0000007,3.7780574)"
+       id="g4150">
+      <path
+         sodipodi:nodetypes="cccccsscccc"
+         inkscape:connector-curvature="0"
+         id="path4153"
+         d="m 8.1107127,1037.3621 -1.0610248,3.8423 -5.048498,0.5092 -0.00119,2.8581 c 0,0 1.9439315,-0.017 6.0511112,-0.017 0.1430592,1.601 1.4544383,2.7956 2.9684849,2.7956 1.597498,0 2.980406,-1.3547 2.980406,-3.0788 0,-1.3793 -0.870279,-2.5123 -2.038598,-2.9187 l 0,-3.9779 -3.8506843,0 z"
+         style="fill:#000000" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4151"
+         d="m 8.718716,1038.1256 2.420089,0 0,3.0666 -3.23076,0.024 0.810671,-3.0787 z"
+         style="fill:#ffffff" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4149"
+         d="m 11.007668,1043.0395 c 0.762984,0 1.216005,0.5788 1.216005,1.2315 0,0.6527 -0.453021,1.2315 -1.216005,1.2315 -0.762985,0 -1.2160071,-0.5788 -1.2160071,-1.2315 0,-0.6527 0.4530221,-1.2315 1.2160071,-1.2315 z"
+         style="fill:#ffffff" />
+      <circle
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="circle4145"
+         cx="4.4972916"
+         cy="1045.5714"
+         r="1.7789224" />
+      <circle
+         r="0.91713595"
+         cy="1045.5714"
+         cx="4.4972916"
+         id="path4143"
+         style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/flowerbed.svg
===================================================================
--- /trunk/resources/images/presets/landuse/flowerbed.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/flowerbed.svg	(revision 16006)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" height="768pt" id="svg2" width="768pt" version="1.1">
+  <g id="g5840" transform="matrix(1.340218,0,0,1.340218,-538.72682,18.284665)">
+    <rect
+       style="opacity:1;fill:#ccff00;fill-opacity:1;fill-rule:nonzero;stroke-width:1.02667701;stroke-miterlimit:4;stroke-dasharray:none"
+       id="rect4512"
+       width="764.05481"
+       height="764.05481"
+       x="401.96954"
+       y="-13.643053"
+       rx="67.112038"
+       ry="4.2669697" />
+    <path
+       d="m 796.8125,295.5 c -0.87575,0.0895 -1.79246,0.40048 -2.75,0.9375 -6.26356,3.51284 -1.11629,104.87666 -27.09375,196.4375 C 757.99251,468.07073 723.97814,435.17912 677.1875,408.96875 613.94367,373.54191 551.37941,363.73074 537.53125,387.0625 523.68311,410.39425 563.75619,458.07317 627,493.5 c 53.2999,29.85661 106.01238,41.44166 129.59375,30.40625 -6.78395,17.66096 -14.85325,34.54151 -24.90625,49.53125 -65.83589,98.16593 -173.25295,73.18272 -176.15625,78.6875 -30.59699,58.01098 126.47663,40.91594 192.3125,-57.25 15.71762,-23.43609 28.2892,-53.68766 37.9375,-85.90625 0.23459,0.41062 0.35958,0.88868 0.625,1.28125 15.19653,22.4768 75.41993,6.56112 134.4375,-35.53125 59.01758,-42.09238 94.57155,-94.49195 79.37505,-116.96875 -15.19651,-22.47681 -75.41997,-6.56113 -134.43755,35.53125 -29.57094,21.09053 -53.26506,44.76238 -67.625,65.96875 17.14781,-84.21617 15.73377,-165.49593 -1.34375,-163.75 z"
+       id="path2195"
+       style="fill:#35e23e;fill-opacity:1;fill-rule:nonzero;stroke:#12892d;stroke-width:17.00499916;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <path
+       d="m 521.87211,275.23304 c -43.01606,-29.58772 2.17555,-28.10945 -47.10459,-10.86759 -26.51418,9.27664 3.60143,50.21506 11.5895,23.28462 14.8469,-50.05381 27.40597,-6.61722 -4.22043,-48.15739 -17.01594,-22.34985 -46.64446,18.94247 -18.56363,18.21761 52.19194,-1.34723 14.76226,24.01979 44.49622,-18.89531 15.99775,-23.08961 -32.42929,-38.50798 -23.06246,-12.02552 17.40949,49.22117 -18.28239,21.46227 31.7206,36.47944 26.9031,8.07969 26.60206,-42.7417 4.31025,-25.64979 -41.43228,31.7676 -26.0614,-10.75537 -24.8918,41.44086 0.62927,28.08312 48.87026,12.09215 25.72634,-3.82693 z"
+       id="path1549"
+       style="fill:#fa9806;fill-opacity:1;fill-rule:nonzero;stroke:#f58006;stroke-width:4.02476978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       transform="matrix(4.224992,0,0,4.224992,-1287.368,-859.238)" />
+    <circle
+       id="path1551"
+       style="fill:#fadc06;fill-opacity:1;fill-rule:nonzero;stroke:#f58006;stroke-width:4.02476978;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       transform="matrix(4.224992,0,0,4.224992,-1440.171,-885.7572)"
+       cx="530.98846"
+       cy="261.93216"
+       r="8.8174267" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/garages.svg
===================================================================
--- /trunk/resources/images/presets/landuse/garages.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/garages.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="garages3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="10.159106"
+     inkscape:cy="7.9616689"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.60000002;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4165"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <g
+       transform="matrix(0.01388464,0,0,0.01388464,0.62885776,1037.1303)"
+       id="g4188">
+      <path
+         inkscape:connector-curvature="0"
+         d="M 55.335442,781.58875 C 52.942279,605.17849 43.369629,756.97336 149.69442,495.4349 226.61749,317.65712 148.66878,365.52037 546.61749,359.02464 c 354.18803,7.17949 282.73504,-44.10256 364.10256,144.61539 101.88035,241.7094 94.01715,115.21367 93.33335,272.82051 -3.7607,172.99145 60.171,128.54701 -475.89745,134.35898 C -3.809859,903.64004 59.096121,948.76823 55.335442,781.58875 Z M 163.02774,611.33234 235.84826,443.12721 c 13.58658,-29.87865 9.25188,-25.46798 41.02564,-25.64103 l 509.12314,-0.0549 c 27.56146,0.1013 23.51799,-1.68829 34.87179,24.61539 l 72.41532,167.23435 -730.25641,2.05129 z m -52.07976,318.78443 136.18233,-0.3039 c -0.41785,170.97813 13.75119,161.44353 -60.51282,162.54513 -88.433044,-0.3419 -74.45394,8.585 -75.66951,-162.24123 z m 701.31053,1.21557 136.41026,0 c -0.91168,171.24406 11.54796,159.54416 -65.64103,159.99996 -79.81007,-1.0636 -69.66762,11.548 -70.76923,-159.99996 z"
+         id="Car"
+         style="fill:#000000;fill-rule:evenodd;stroke:none" />
+      <circle
+         id="LeftLamp"
+         cx="178.66878"
+         cy="737.17847"
+         r="66.5"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <circle
+         id="RightLamp"
+         cx="878.66876"
+         cy="737.17847"
+         r="66.5"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+    </g>
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.71230602;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0.96327773,1040.8213 6.99500047,-2.9471 6.9949998,2.9471 0,0"
+       id="path4163"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/graveyard.svg
===================================================================
--- /trunk/resources/images/presets/landuse/graveyard.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/graveyard.svg	(revision 16006)
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="11"
+   height="16"
+   viewBox="0 0 11 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="graveyard.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="19.905193"
+     inkscape:cy="9.3012307"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       originx="-2"
+       originy="-1.6429138e-005" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-2,-1036.3622)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4140"
+       width="5"
+       height="16"
+       x="5"
+       y="1036.3622" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4142"
+       width="11"
+       height="5.0000162"
+       x="2"
+       y="1039.3622" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4146"
+       width="9"
+       height="3.0000165"
+       x="3"
+       y="1040.3622" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4148"
+       width="3"
+       height="14"
+       x="6"
+       y="1037.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/greenfield.svg
===================================================================
--- /trunk/resources/images/presets/landuse/greenfield.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/greenfield.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="greenfield.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#59b959;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#009a07;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4136"
+       width="3"
+       height="12"
+       x="2"
+       y="1038.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#86cc86;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4138"
+       width="9"
+       height="4"
+       x="7"
+       y="1039.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#abff99;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4140"
+       width="3"
+       height="8"
+       x="7"
+       y="1044.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#046600;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4142"
+       width="3"
+       height="7.0000172"
+       x="12"
+       y="1043.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/greenhouse_horticulture.svg
===================================================================
--- /trunk/resources/images/presets/landuse/greenhouse_horticulture.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/greenhouse_horticulture.svg	(revision 16006)
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="greenhouse_horticulture4.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="-0.49124684"
+     inkscape:cy="5.9422902"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#c1f0b5;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.03500366;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4157"
+       width="13.964996"
+       height="14.964996"
+       x="0.51750183"
+       y="1036.8798"
+       ry="1.468807" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.4039129;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.8305419,1040.8177 5.7351736,-2.4163 5.7351725,2.4163 0,0"
+       id="path4163"
+       inkscape:connector-curvature="0" />
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#faaf00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4159"
+       cx="7.50035"
+       cy="1045.8622"
+       r="2.5" />
+    <g
+       id="g4213"
+       style="fill:#faaf00;fill-opacity:1">
+      <rect
+         ry="0.5"
+         y="1040.3622"
+         x="7.00035"
+         height="2"
+         width="1"
+         id="rect4161"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#faaf00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         ry="0.5"
+         y="1049.3622"
+         x="7.00035"
+         height="2"
+         width="1"
+         id="rect4161-9"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#faaf00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         ry="0.50003481"
+         y="1045.3622"
+         x="11.00035"
+         height="1.0000696"
+         width="2.0000002"
+         id="rect4161-7"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#faaf00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         ry="0.50003481"
+         y="1045.3622"
+         x="2.00035"
+         height="1.0000696"
+         width="2.0000002"
+         id="rect4161-7-3"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#faaf00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <rect
+         transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#faaf00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+         id="rect4205"
+         width="1"
+         height="2"
+         x="-734.73267"
+         y="739.33978"
+         ry="0.5" />
+      <rect
+         transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#faaf00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+         id="rect4207"
+         width="1"
+         height="2"
+         x="-734.73267"
+         y="748.33978"
+         ry="0.5" />
+      <rect
+         transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#faaf00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+         id="rect4209"
+         width="2.0000002"
+         height="1.0000696"
+         x="-730.73267"
+         y="744.33978"
+         ry="0.50003481" />
+      <rect
+         transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#faaf00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+         id="rect4211"
+         width="2.0000002"
+         height="1.0000696"
+         x="-739.73267"
+         y="744.33978"
+         ry="0.50003481" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/landfill.svg
===================================================================
--- /trunk/resources/images/presets/landuse/landfill.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/landfill.svg	(revision 16006)
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="landfill5.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="12.174252"
+     inkscape:cy="4.6565139"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="fill:#d2691e;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0.58657473,1051.8611 15.00000227,0 c 0,0 -2.207106,-3.5 -3.207106,-4.5 -1,-1 -3.3605066,-3.3512 -5.3794702,-2.9885 -3.2347189,0.5811 -3.2962021,4.5644 -6.41342607,7.4885 z"
+       id="path4138"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccsac" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#d2691e;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="M 7.3710938 7.4707031 C 7.2188245 7.4744924 7.0655994 7.4900031 6.9121094 7.5175781 C 5.0996053 7.8431781 4.1394134 9.16926 3.3144531 10.630859 C 2.489493 12.092459 1.7213234 13.749166 0.24414062 15.134766 L 0 15.363281 L 0 16 L 0.5859375 16 L 16 16 L 16 15.216797 C 15.991027 15.202592 15.447876 14.34323 14.771484 13.34375 C 14.089531 12.33615 13.308606 11.220731 12.732422 10.644531 C 12.231873 10.143931 11.372579 9.2837312 10.355469 8.5820312 C 9.4654972 7.9680439 8.4369781 7.4441783 7.3710938 7.4707031 z M 7.7148438 8.4941406 C 8.3701099 8.5800859 9.0986965 8.9313502 9.7871094 9.40625 C 10.704993 10.03945 11.525939 10.854016 12.025391 11.353516 C 12.449206 11.777316 13.27176 12.911897 13.943359 13.904297 C 14.338735 14.488497 14.438968 14.6534 14.662109 15 L 1.6210938 15 C 2.7496732 13.677 3.5333153 12.276594 4.1855469 11.121094 C 4.9793133 9.7146938 5.665677 8.7574531 7.0878906 8.5019531 C 7.2856511 8.4664281 7.4964216 8.4654922 7.7148438 8.4941406 z "
+       transform="translate(-4.7683724e-7,1036.3621)"
+       id="path4326" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:0.89302326;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217"
+       width="1.4062501"
+       height="1.4062501"
+       x="-533.07709"
+       y="904.95404"
+       transform="matrix(0.85618767,-0.51666495,0.516665,0.85618764,0,0)" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:0.89302326;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-5"
+       width="1.4062504"
+       height="1.4062502"
+       x="44.132889"
+       y="1037.7678"
+       transform="matrix(0.9990994,0.04243094,-0.04243095,0.9990994,0,0)" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:0.89302326;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-6"
+       width="1.4062504"
+       height="1.4062502"
+       x="111.6073"
+       y="1042.0021"
+       transform="matrix(0.99503719,0.09950371,-0.09950372,0.99503719,0,0)" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:0.89302326;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-1"
+       width="1.4062502"
+       height="1.4062504"
+       x="-911.00604"
+       y="523.46515"
+       transform="matrix(0.49613898,-0.86824312,0.86824314,0.49613894,0,0)" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:0.89302326;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-2"
+       width="1.4062504"
+       height="1.4062502"
+       x="755.56451"
+       y="721.45312"
+       transform="matrix(0.69678574,0.71727933,-0.71727937,0.6967857,0,0)" />
+    <rect
+       style="opacity:1;fill:#d2691e;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-11"
+       width="1.4062504"
+       height="1.4062502"
+       x="699.23071"
+       y="764.93848"
+       transform="matrix(0.73994012,0.67267274,-0.67267278,0.73994008,0,0)" />
+    <rect
+       style="opacity:1;fill:#d2691e;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-5-6"
+       width="1.4062505"
+       height="1.4062505"
+       x="-1028.5599"
+       y="-196.33882"
+       transform="matrix(-0.18884702,-0.98200652,0.98200652,-0.188847,0,0)" />
+    <rect
+       style="opacity:1;fill:#d2691e;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-6-7"
+       width="1.4062506"
+       height="1.4062504"
+       x="-485.01459"
+       y="922.5155"
+       transform="matrix(0.88311578,-0.46915511,0.46915515,0.88311576,0,0)" />
+    <rect
+       style="opacity:1;fill:#d2691e;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-1-0"
+       width="1.4062506"
+       height="1.4062504"
+       x="-560.87421"
+       y="877.91223"
+       transform="matrix(0.84227149,-0.53905356,0.5390536,0.84227146,0,0)" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:0.89302326;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-5-7"
+       width="1.4062504"
+       height="1.4062502"
+       x="709.27008"
+       y="759.42615"
+       transform="matrix(0.73409949,0.67904193,-0.67904197,0.73409945,0,0)" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:0.89302326;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4217-5-7-6"
+       width="1.4062504"
+       height="1.4062502"
+       x="296.84924"
+       y="999.92236"
+       transform="matrix(0.95938413,0.28210298,-0.28210301,0.95938412,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/meadow.svg
===================================================================
--- /trunk/resources/images/presets/landuse/meadow.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/meadow.svg	(revision 16006)
@@ -0,0 +1,452 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg10449"
+   sodipodi:docname="27.svg"
+   viewBox="0 0 160 160"
+   sodipodi:version="0.32"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="160">
+  <defs
+     id="defs10451">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4051">
+      <stop
+         style="stop-color:#e5e7e5;stop-opacity:1;"
+         offset="0"
+         id="stop4053" />
+      <stop
+         style="stop-color:#e5e7e5;stop-opacity:0;"
+         offset="1"
+         id="stop4055" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient10445"
+       y2="799.21997"
+       gradientUnits="userSpaceOnUse"
+       x2="485.07999"
+       gradientTransform="matrix(0.22492077,0,0,0.65687594,-4.9378872,-25569.329)"
+       y1="872.76001"
+       x1="487.89999"
+       inkscape:collect="always">
+      <stop
+         id="stop10441"
+         style="stop-color:#ffffff;stop-opacity:.22857"
+         offset="0" />
+      <stop
+         id="stop10443"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4051"
+       id="linearGradient4059"
+       x1="35.255001"
+       y1="400.91"
+       x2="253.08803"
+       y2="400.91"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.63022447,0,0,0.65687594,8.5144558,-25337.531)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="987"
+     inkscape:zoom="3.6203867"
+     inkscape:window-x="-8"
+     showgrid="false"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="47.593797"
+     inkscape:cy="54.089007"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1"
+     viewbox-height="160"
+     units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3281"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-4.0351543e-006"
+       originy="-9.5231254e-006"
+       spacingx="1.0666667"
+       spacingy="1.0666667" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Capa 1"
+     inkscape:groupmode="layer"
+     transform="translate(-23.026004,25140.54)">
+    <path
+       id="rect10447"
+       sodipodi:nodetypes="ccccccccccscccc"
+       style="fill:#484b2a;stroke-width:0.64341217"
+       d="m 25.254107,-25006.957 19.265845,-4.178 15.089718,4.178 8.645244,-0.03 1.887327,13.459 -0.811396,-21.375 13.071235,4.237 15.874435,-4.086 c 3.547905,1.412 9.798975,5.052 13.835945,5.025 l 22.16108,0.92 c 3.86579,21.48 1.53386,3.855 13.0001,-2.739 6.42224,-3.686 26.44924,4.375 31.81111,4.592 v 26.274 H 25.253217 l 8.83e-4,-26.274 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path9586"
+       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccscccccccccccccccccccccccccccccccccccccccccccccccccccc"
+       style="fill:#4f6e32;stroke-width:0.64341217"
+       d="m 174.56599,-25034.271 c -0.66173,-0.151 -1.31086,-0.269 -1.94739,-0.374 -0.37183,-0.08 -0.75627,-0.158 -1.1218,-0.224 21.07583,-38.323 -12.42427,-14.946 5.29389,-25.801 l 0.22058,-1.255 -0.45377,1.399 c -2.09234,1.36 -4.16578,2.924 -6.22661,4.657 l 0.45376,-2.377 0.39704,-1.215 -0.25839,0.453 0.49157,-2.569 -1.3991,4.151 -2.08604,3.653 c -3.90109,-0.427 -8.18031,-1.892 -12.03098,-1.951 l 0.52938,-2.956 0.35293,-1.13 -0.23318,0.434 0.45376,-2.549 -1.32347,4.106 -1.19743,2.154 c -2.35074,0.203 -4.47459,1.064 -6.20771,3.206 4.14688,-7.213 8.64668,-13.69 13.39227,-18.662 0.72476,-0.723 1.43691,-1.412 2.16797,-2.069 0.86341,0.1 1.74572,0.23 2.64064,0.407 -0.78148,-0.263 -1.55035,-0.499 -2.30662,-0.696 1.76463,-1.57 3.56077,-2.943 5.37582,-4.087 -0.15126,0.04 -0.30251,0.1 -0.45377,0.145 0.31512,-0.204 0.61762,-0.414 0.92643,-0.598 -0.8571,0.309 -1.6953,0.69 -2.5398,1.11 -1.9537,0.71 -3.86958,1.682 -5.74765,2.897 -0.063,-0.01 -0.11974,-0.03 -0.17646,-0.05 -6.13208,-1.563 -11.45118,-1.044 -16.07072,1.006 -16.8207,-3.081 -27.67316,10.759 -34.62454,28.35 l 0.25209,-3.448 0.41595,-2.155 c 4.09646,-7.277 8.54584,-13.906 13.25362,-19.049 2.84231,-2.976 5.75395,-5.492 8.74752,-7.371 -0.14495,0.04 -0.28991,0.09 -0.43486,0.125 0.30251,-0.197 0.61762,-0.374 0.92643,-0.558 -0.8571,0.308 -1.71421,0.67 -2.55871,1.09 -4.39266,1.59 -8.57735,4.546 -12.54777,8.461 -9.71806,1.865 -19.656694,9.781 -28.813856,19.95 l 1.499934,-7.68 c 0.371833,-0.407 0.749967,-0.814 1.140707,-1.209 1.065079,-0.269 2.149065,-0.499 3.270865,-0.656 -0.945337,0.02 -1.871767,0.1 -2.77929,0.183 3.472536,-3.382 7.52487,-6.062 12.28937,-7.718 -2.17427,0.467 -4.2099,1.117 -6.125775,1.912 -1.392796,-0.762 -2.754081,-1.399 -4.096459,-1.912 -2.16167,-1.018 -4.260318,-1.727 -6.302245,-2.154 6.258129,-5.426 14.041399,-7.955 23.734249,-5.583 -1.65119,-0.638 -3.23935,-1.111 -4.78971,-1.459 -10.480624,-3.179 -18.812192,-0.04 -25.40434,6.608 -3.170029,0.256 -6.169897,1.215 -9.018512,2.713 -2.265027,0.519 -4.383841,1.222 -6.362746,2.096 -4.88613,1.695 -8.989522,4.329 -12.446933,7.613 0.156295,-1.097 0.22625,-1.636 0.374353,-2.666 l 0.511742,-2.812 0.354817,-1.13 -0.236335,0.427 0.452502,-2.542 -0.373723,1.189 c 1.021593,-7.166 3.03264,-21.309 3.03264,-21.309 l 0.492205,-17.979 0.177723,-1.215 -0.157556,0.453 0.07878,-2.588 -0.610687,4.25 -5.376445,16.323 c 0,0 -2.626146,19.437 -4.904407,36.332 l -2.10684,3.797 c 0,0 -0.376875,1.215 -0.393891,1.274 -1.862313,3.587 -3.350273,7.422 -4.54959,11.351 -15.80225,13.098 -18.118955,45.942 -18.118955,45.942 l 1.772191,0.224 c -0.0013,0.01 -0.01954,0.124 -0.01954,0.124 l 2.63938,0.329 c 0,0 1.057516,-24.476 11.855783,-39.479 -0.465105,2.141 -0.853954,4.283 -1.181671,6.385 -4.560304,14.937 -9.17859,30.164 -9.315348,30.873 l 2.737695,1.255 0.01954,-0.04 2.63875,1.005 c 0.0019,0 0.01765,-0.08 0.02017,-0.09 l 1.51632,0.513 c -0.0044,0.03 -0.0397,0.19 -0.0397,0.19 l 3.289141,1.083 c 0,0 0.13991,-0.788 0.354816,-1.904 l 0.472669,0.06 c -0.01323,0.119 -0.09768,0.769 -0.09895,0.802 l 1.811895,0.57 v 0.07 l 0.414057,0.06 0.315113,0.105 v -0.05 l 1.850969,0.289 c 0.122894,-0.538 2.756602,-18.72 5.632946,-38.795 1.706648,-4.492 3.613707,-9.025 5.770335,-13.361 1.506237,-0.276 3.094403,-0.427 4.765758,-0.414 -0.145582,0.454 -0.41973,1.275 -0.59052,1.807 -8.193549,14.195 -11.729738,31.537 -13.136399,40.95 -0.995755,3.146 -1.762108,5.57 -1.811896,5.814 l 1.024115,0.492 c -0.02773,0.302 -0.05924,0.591 -0.05924,0.591 l 1.930378,0.579 c 0,0 0.0271,-0.23 0.03907,-0.329 l 0.256501,0.105 c -0.0063,0.07 -0.02017,0.283 -0.02017,0.283 l 1.930377,0.578 c 0,0 0.01828,-0.09 0.01954,-0.105 l 0.255871,0.105 c 0.377505,-0.854 7.756803,-23.517 13.155936,-40.09 -1.828911,7.929 -3.099444,15.601 -3.95844,22.025 -5.092213,9.157 -8.11414,15.536 -8.11414,15.536 l 2.44212,0.946 c -0.01134,0.03 -0.157556,0.328 -0.157556,0.328 l 3.2299,1.255 c 0,0 0.567833,-1.11 0.945337,-1.872 -0.01639,0.275 -0.03907,0.702 -0.03907,0.702 l 2.284564,0.388 c -0.0013,0.02 -0.02017,0.184 -0.02017,0.184 l 3.407623,0.598 c 0,0 0.185286,-5.926 1.141967,-14.682 1.227047,-2.22 2.532872,-4.526 3.998144,-7.061 -0.204193,3.054 -0.30818,5.898 -0.334649,8.48 -1.93794,6.076 -3.372331,10.602 -3.446698,10.964 l 2.166082,1.024 0.0397,0.02 0.531909,0.25 0.01954,-0.05 1.102893,0.453 c 0.0025,0.03 0.01954,0.184 0.01954,0.184 l 0.649762,0.09 0.847021,0.329 c 0.0057,-0.01 0.06995,-0.204 0.07878,-0.23 l 0.433595,0.05 c 0,0 -0.03277,-0.473 -0.05924,-1.15 0.0668,-0.197 0.127935,-0.335 0.216797,-0.598 0.0668,1.006 0.117852,1.728 0.117852,1.728 l 1.988358,0.204 c 0,0 -0.08823,-3.351 0.08193,-8.54 1.436912,-4.368 3.327585,-10.189 5.256072,-16.093 -0.47897,3.449 -0.794083,6.739 -1.002057,9.748 -2.974659,7.376 -3.901089,12.296 -3.901089,12.296 l 2.186879,0.841 c -0.03151,0.158 -0.119743,0.493 -0.119743,0.493 l 1.518841,0.578 c 0.03151,1.051 0.05672,1.786 0.05672,1.786 l 1.99151,0.302 v -0.184 l 0.296205,0.07 v 0.118 l 1.865465,0.27 c 0,0.02 -0.07563,0.289 -0.07563,0.289 l 3.409514,0.591 c 0,0 0.371833,-1.281 0.806687,-2.765 l 2.086043,0.611 c -0.0126,0.03 -0.138649,0.329 -0.138649,0.329 l 3.327585,0.964 c 0,0 0.19537,-0.453 0.220579,-0.512 l 2.993566,0.512 c 0,0 -0.0063,-0.506 0.01891,-1.372 l 1.594468,0.531 0.119742,0.02 0.472669,0.164 v -0.04 l 2.754081,0.696 c 0.01891,-0.06 0.17016,-0.801 0.239485,-1.109 l 1.928482,0.328 c 0,0.03 -0.0189,0.19 -0.0189,0.19 l 3.40321,0.591 c 0,0 0.65543,-19.929 5.53337,-40.851 0.31511,-0.571 0.63022,-1.149 0.94534,-1.721 2.32553,4.067 4.56912,8.553 6.71819,11.331 -7.83999,15.851 -12.60449,29.252 -12.60449,29.252 l 1.87177,0.532 c -0.0315,0.1 -0.17647,0.493 -0.17647,0.493 l 3.32759,0.964 c 0,0 2.08604,-5.898 5.72874,-14.509 -0.46006,5.655 -0.64283,9.905 -0.70585,12.027 -0.063,0.23 -0.31511,1.091 -0.31511,1.091 l 0.27729,0.04 c -0.006,0.1 0,0.407 0,0.407 l 2.2247,0.288 -0.0189,0.07 0.0756,0.02 v 0.118 l 3.03138,0.394 0.2962,0.06 v -0.02 l 0.10084,0.02 v -0.348 c 0.0189,-0.07 0.22058,-0.715 0.2962,-0.984 l 1.45582,0.249 c -0.0252,0.09 -0.11974,0.492 -0.11974,0.492 l 3.40951,0.591 c 0,0 0.0756,-0.368 0.0945,-0.453 l 1.18482,0.453 c 0,0 0.37183,-0.742 0.47267,-0.945 l 1.15961,0.354 v -0.05 l 2.01042,0.473 0.43485,0.164 v -0.08 l 0.31511,0.08 c 0.0189,-0.08 0.18277,-0.933 0.2773,-1.391 l 0.92013,0.427 0.0252,-0.04 2.63434,1.004 c 0.0126,-0.03 0.13235,-0.394 0.15755,-0.473 l 0.2584,0.05 v 0.1 l 2.65954,0.328 c 0,0 0.0189,-0.69 0.0945,-1.7 l 1.36128,0.387 c -0.0126,0.03 -0.13865,0.349 -0.13865,0.349 l 3.32759,0.964 c 0,0 0.47897,-1.168 0.80669,-1.989 l 2.09234,0.985 0.0189,-0.04 2.64064,1.043 c 0.0189,-0.04 0.18907,-0.624 0.25209,-0.801 l 2.04823,0.801 c 0,0 0.11974,-0.263 0.13865,-0.309 l 1.73311,0.309 c 0,0 0.20798,-0.722 0.2584,-0.88 l 2.30032,0.88 c 0.22057,-0.512 3.51035,-11.108 7.10893,-22.701 4.46829,-7.975 9.99536,-17.013 16.22828,-25.454 -13.178,21.874 -21.78056,46.166 -21.78056,46.166 l 1.87177,0.532 c -0.0315,0.1 -0.17647,0.493 -0.17647,0.493 l 3.32759,0.964 c 16.28916,-34.748 17.10912,-48.218 10.77053,-1.602 l 2.26881,0.761 0.13865,0.04 0.45376,0.144 v -0.04 l 2.73518,0.696 c 0.0126,-0.05 0.13865,-0.624 0.17646,-0.801 l 0.13865,0.02 c 0,0.03 -0.0189,0.191 -0.0189,0.191 -3.01419,-29.709 -6.12759,-43.45 -4.03974,-50.251 z m -14.3187,-39.13 c 0.17647,0 0.35293,0.02 0.5357,0.02 -6.62997,4.605 -12.72424,12.074 -18.16307,20.817 l 0.43485,-8.231 0.23949,-1.255 -0.20168,0.493 0.13865,-2.628 -0.80668,4.316 -5.37582,13.4 c -2.20578,2.798 -4.34224,5.781 -6.37787,8.869 -0.31511,-0.05 -0.62392,-0.106 -0.92643,-0.145 -0.62392,-0.112 -1.23524,-0.19 -1.83395,-0.263 4.35485,-14.924 11.37555,-28.364 22.66917,-33.336 0.99576,0.144 1.99151,0.322 3.03138,0.571 -0.8319,-0.322 -1.63858,-0.591 -2.43897,-0.841 2.76039,-1.13 5.78546,-1.754 9.07523,-1.787 z m -18.01811,2.116 c -2.18058,1.412 -4.18469,3.186 -6.02495,5.254 -6.78752,4.697 -13.32294,11.89 -19.30377,20.101 5.59009,-12.94 13.66326,-23.299 25.32872,-25.355 z m -25.2468,5.688 c -1.09659,1.182 -2.17427,2.424 -3.23305,3.738 l 0.2773,-1.419 -0.63022,1.866 c -0.21428,0.275 -0.43486,0.545 -0.64913,0.821 -0.2584,0.08 -0.51679,0.144 -0.76888,0.23 l 0.0189,-0.145 0.25839,-1.274 -0.20167,0.492 0.0819,-1.208 c 0.32141,-0.243 0.64283,-0.473 0.96424,-0.703 1.29196,-0.881 2.59022,-1.676 3.88218,-2.398 z m -27.830703,0.841 c 3.201541,-0.02 6.585846,0.598 10.140312,1.971 -0.220579,0.09 -0.447459,0.19 -0.668038,0.289 -2.230995,0.781 -4.304433,1.747 -6.220315,2.89 l 0.09453,-0.473 0.378135,-1.084 -0.239485,0.407 0.491575,-2.522 -1.37389,4.066 -0.02521,0.04 c -1.468423,0.926 -2.854916,1.943 -4.153179,3.06 -3.226749,0.591 -6.207711,1.636 -8.961792,3.015 2.300319,-4.381 4.947262,-8.309 7.997549,-11.515 0.838198,-0.1 1.676397,-0.138 2.539804,-0.144 z m -16.014003,0.348 c -8.117922,4.428 -14.926237,13.354 -20.460238,23.687 0.3649,-2.555 0.398302,-2.739 0.748707,-5.19 4.589925,-8.342 10.943217,-15.173 19.711531,-18.497 z m 38.758796,2.076 -0.44746,2.135 c -0.59871,0.204 -1.17852,0.42 -1.75832,0.657 -0.71846,0.223 -1.41801,0.453 -2.10495,0.716 1.43691,-1.261 2.87382,-2.431 4.31073,-3.508 z m -33.773721,0.328 c -2.999868,4.231 -5.552278,9.216 -7.739787,14.596 -0.09831,0.09 -0.19789,0.178 -0.295575,0.263 l 2.130159,-10.917 c 1.878069,-1.557 3.844369,-2.891 5.905203,-3.942 z m 33.893471,2.359 c -0.0315,0.05 -0.063,0.1 -0.0945,0.144 v -0.09 c 0.0315,-0.01 0.063,-0.04 0.0945,-0.06 z m -0.86341,0.473 -0.74997,1.746 c -6.15099,8.685 -11.570915,19.215 -16.108531,29.58 -3.630093,4.282 -6.667775,8.559 -9.182371,12.644 3.699418,-17.006 11.142369,-36.022 26.040872,-43.97 z m 66.66514,1.93 c -0.68694,0.986 -1.34868,2.004 -2.01041,3.035 -0.0693,0.08 -0.15126,0.151 -0.21428,0.23 l 0.271,-1.504 c 0.64913,-0.598 1.30456,-1.196 1.95369,-1.761 z m -107.730563,1.084 -6.892765,11.988 -2.44212,7.555 c -1.455188,-0.256 -2.849875,-0.374 -4.195404,-0.407 3.805295,-7.397 8.291863,-14.137 13.530289,-19.136 z m 88.842743,2.772 c 2.48938,-0.05 5.14263,0.559 7.73915,0.782 -1.48733,1.406 -2.97466,2.871 -4.43048,4.415 -2.33813,-0.09 -4.84012,-0.867 -7.36732,-1.708 l 0.49158,-2.812 c 1.1281,-0.466 2.32552,-0.65 3.56707,-0.677 z m -74.4043,0.23 c -7.77697,8.408 -11.898638,20.278 -14.025016,31.754 -1.184822,1.846 -2.347586,3.672 -3.446067,5.459 1.733117,-9.697 4.311366,-20.325 8.156365,-29.784 2.798197,-2.948 5.905203,-5.464 9.314718,-7.429 z m 88.11168,0.821 -4.11537,7.429 c -0.14495,0.204 -0.2899,0.414 -0.43485,0.618 l 0.76887,-4.006 c 1.24785,-1.393 2.5146,-2.753 3.78135,-4.041 z m -45.1997,0.592 c -1.87807,4.263 -3.47254,8.854 -4.82752,13.591 -1.82135,0.144 -3.52926,0.506 -5.13633,1.025 3.16373,-5.118 6.49761,-10.07 9.96385,-14.616 z m 27.13746,3.37 c 2.26881,0.571 4.55023,1.189 6.77492,1.149 -3.37801,3.652 -6.65517,7.64 -9.78739,11.758 0.29621,-0.953 1.69531,-5.478 1.69531,-5.478 z m -7.85889,7.534 c -0.10714,0.361 -1.37389,4.446 -1.78984,5.806 -0.57351,0.184 -1.1281,0.697 -1.6764,1.603 -0.271,0.46 -0.53569,0.913 -0.80669,1.373 1.34868,-2.976 2.77299,-5.905 4.27293,-8.782 z m -18.09375,3.469 c 0.60502,-0.01 1.21633,0.01 1.84656,0.04 -1.61338,2.456 -3.17003,4.972 -4.66366,7.514 0.5672,-2.522 1.20373,-5.038 1.90958,-7.514 0.2962,-0.01 0.59871,-0.03 0.90752,-0.04 z m 31.01335,0.348 c -0.17647,0.544 -0.74367,2.311 -1.00206,3.119 -0.66174,0.256 -1.29826,0.545 -1.92849,0.861 0.96425,-1.34 1.94109,-2.667 2.93055,-3.98 z m -37.49836,0.616 c -0.52309,1.932 -1.02726,3.876 -1.47472,5.827 -1.36759,-1.438 -2.71627,-2.66 -4.01453,-3.449 1.67639,-1.005 3.51035,-1.813 5.48925,-2.378 z m 49.08188,2.109 c 1.02727,0.01 2.09235,0.08 3.18894,0.21 -1.99781,2.621 -3.90109,5.328 -5.74765,8.047 0.97685,-3.166 1.99151,-6.464 2.5209,-8.172 0.0126,-0.03 0.0252,-0.05 0.0378,-0.08 z m -56.03325,1.235 c 1.59446,1.616 3.22674,3.541 4.82751,5.479 -0.69324,3.27 -1.27935,6.522 -1.78983,9.689 -1.91589,-3.784 -3.92,-7.608 -6.01234,-10.346 0.87601,-1.544 1.77093,-3.081 2.67845,-4.618 0.10084,-0.07 0.20167,-0.138 0.29621,-0.204 z m 42.22503,2.956 c -0.68064,2.122 -1.10919,3.423 -1.9852,6.155 -0.52939,-1.124 -1.03987,-2.188 -1.57556,-3.179 1.10289,-1.09 2.29401,-2.095 3.56076,-2.976 z m -4.97877,4.473 c 0.61762,1.294 1.22894,2.601 1.82765,3.863 -7.33581,13.571 -12.75574,26.151 -15.28294,32.305 0.48527,-3.902 1.38019,-9.288 2.97466,-15.003 0.43485,-1.399 0.79408,-2.601 1.24154,-4.046 2.07344,-6.156 5.02289,-12.35 9.23909,-17.119 z m -24.18801,1.787 c -0.23319,0.565 -0.46007,1.123 -0.68695,1.682 -0.0504,-0.06 -0.0945,-0.125 -0.13865,-0.184 0.271,-0.5 0.5546,-0.999 0.8256,-1.498 z m -1.87177,3.469 c 0.11344,0.105 0.22688,0.19 0.33402,0.289 -1.61968,4.053 -3.0944,8 -4.41157,11.679 0.18906,-1.675 0.39704,-3.39 0.63022,-5.15 1.10289,-2.24 2.2373,-4.506 3.44733,-6.818 z m -42.338475,19.298 c -0.743665,2.208 -1.361285,4.146 -1.953696,6.011 0.05042,-0.532 0.100836,-1.038 0.157556,-1.596 0.523086,-1.38 1.109195,-2.858 1.79614,-4.415 z m -4.669964,13.545 c 0.0063,0.572 0.0063,1.032 0.01891,1.479 -0.08193,0.289 -0.163858,0.551 -0.214276,0.742 0,-0.447 0.0063,-0.867 0.01891,-1.498 0.05042,-0.23 0.113441,-0.447 0.176463,-0.723 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path9121"
+       style="fill:#1a6718;fill-opacity:1;stroke:url(#linearGradient4059);stroke-width:0.64341217"
+       d="m 85.048916,-25140.494 -0.668038,4.579 -5.86739,17.833 c 0,0 -3.579675,26.361 -7.150527,52.879 -0.05987,0 -0.117852,-0.01 -0.177093,-0.02 -38.125429,-6.956 -40.137737,56.821 -40.137737,56.821 l 1.949916,0.164 c -6.3e-4,0.01 0,0.125 0,0.125 l 2.875714,0.243 c 0,0 0.0208,-0.71 0.05861,-1.741 l 0.453131,0.125 c -0.02332,0.177 -0.07878,0.551 -0.07878,0.551 l 3.623791,1.065 c 0,0 0.08697,-0.881 0.334649,-2.484 l 1.615265,0.618 c -0.04474,0.1 -0.236334,0.512 -0.236334,0.512 l 3.545013,1.354 c 0,0 9.870576,-22.42 24.401661,-44.175 -1.773451,13.203 -3.417707,25.598 -4.451275,33.422 -0.780848,4.827 -1.078945,8 -1.162134,8.946 -0.0082,0.08 -0.07752,0.637 -0.07878,0.657 l 1.969451,0.637 v 0.07 l 0.414058,0.06 0.373723,0.125 v -0.07 l 1.536487,0.25 0.255871,0.08 v -0.04 l 0.236334,0.04 c 0.04853,-0.211 0.508592,-3.272 1.12243,-7.49 1.436282,-7.034 4.105913,-18.155 8.624622,-29.559 0.03781,0.04 0.06932,0.08 0.100836,0.125 -1.304565,6.734 -2.262506,11.732 -3.428421,17.796 -2.646943,8.269 -4.777102,14.956 -5.099777,16.112 -0.02458,0.05 -0.138019,0.27 -0.138019,0.27 l 0.0397,0.02 c -0.0057,0.02 -0.05672,0.191 -0.05924,0.204 l 2.364603,1.13 0.138649,0.06 0.491575,0.23 0.01891,-0.05 2.854917,1.15 c 0,0 0.01891,-0.05 0.01891,-0.06 l 0.157556,0.06 c 0,0 0.05672,-0.1 0.06302,-0.1 l 0.289903,0.1 c 0.0126,-0.02 0.100836,-0.335 0.119743,-0.388 l 1.575561,0.388 c 0.0126,-0.03 0.11344,-0.506 0.138649,-0.611 l 1.594468,0.611 c 0,0 1.279356,-8.145 6.812727,-19.891 3.302376,-5.84 7.241279,-12.507 11.640246,-19.397 1.172217,-1.583 2.40746,-3.193 3.72463,-4.802 -10.858771,16.967 -11.69697,43.557 -11.69697,43.557 l 1.947394,0.165 v 0.124 l 2.873823,0.244 c 0,0 0.132348,-34.467 16.404743,-49.778 1.60707,2.213 3.20784,4.972 4.75189,7.764 -10.9659,20.501 -17.829047,39.839 -17.829047,39.839 l 2.029317,0.598 c -0.0315,0.09 -0.17646,0.512 -0.17646,0.512 l 3.62379,1.065 c 0,0 0.15756,-0.421 0.19537,-0.533 l 1.36129,0.533 c 0,0 6.88835,-14.176 17.33117,-31.406 0.69955,0.795 1.3928,1.413 2.06714,1.767 -0.0315,-0.06 -0.063,-0.124 -0.0945,-0.183 0.57981,0.617 1.15331,1.115 1.73312,1.411 -0.8382,-1.497 -1.6953,-3.159 -2.56501,-4.88 3.92629,-6.398 8.33156,-13.151 13.02043,-19.706 -3.9326,11.751 -5.28758,24.474 -5.6342,34.466 -4.02084,9.321 -5.23717,15.699 -5.23717,15.699 l 2.38225,0.926 c -0.0378,0.178 -0.11974,0.552 -0.11974,0.552 l 3.54816,1.354 c 0,0 0.0567,-0.316 0.0756,-0.427 l 1.90958,0.223 c 0,0 -0.16386,-2.654 -0.15756,-7.023 0.0252,-0.08 0.0567,-0.164 0.0819,-0.243 0.11974,4.5 0.37183,7.246 0.37183,7.246 l 2.18688,0.224 c 0,0 -0.24579,-6.287 0.35293,-15.497 3.17003,-7.599 8.30005,-17.301 16.44886,-27.483 -1.97891,6.135 -2.75408,8.566 -4.88424,15.206 -6.7308,14.393 -10.69491,25.599 -10.69491,25.599 l 2.02932,0.598 c -0.0378,0.09 -0.19537,0.512 -0.19537,0.512 l 3.62379,1.065 c 0,0 0.0882,-0.237 0.0945,-0.263 l 0.88861,0.263 c 0,0 0.25209,-0.611 0.29621,-0.717 l 1.78984,0.717 c 0.21427,-0.487 3.24565,-9.683 6.71819,-20.278 2.15537,-4.651 4.64475,-9.82 7.42404,-15.253 -7.19086,18.727 -11.2495,34.013 -11.2495,34.013 l 2.8171,0.493 c -0.006,0.03 -0.11344,0.394 -0.11344,0.394 l 3.69942,0.631 c 26.9013,-31.968 -21.95885,-2.718 5.19935,-70.142 7.24125,-0.277 -5.30915,-1.474 -7.50598,-2.194 1.05248,-1.451 2.16798,-2.838 3.3528,-4.145 0.0315,-0.03 0.063,-0.05 0.0945,-0.08 0.0315,-0.03 0.0504,-0.07 0.0819,-0.1 1.85286,-1.826 3.74353,-3.508 5.609,-5.07 10.35143,-7.775 6.85999,-13.432 -14.98674,7.593 -4.38006,-1.091 -8.56475,-1.123 -11.91124,2.871 -3.43472,4.098 -6.71189,8.637 -9.78739,13.386 -6.53542,-0.177 -11.84822,1.918 -16.19046,5.38 -0.11344,-0.05 -0.22688,-0.105 -0.33402,-0.144 -0.38444,-0.348 -0.76257,-0.637 -1.14701,-0.887 9.05002,-12.592 19.20294,-24.423 29.28653,-31.589 3.25826,-2.221 6.52282,-3.988 9.73067,-5.216 -0.16386,0.01 -0.32772,0.03 -0.49158,0.05 0.35923,-0.145 0.72476,-0.309 1.08399,-0.434 -0.99576,0.145 -1.99151,0.375 -2.99357,0.657 -11.72848,1.8 -23.79097,11.844 -34.70016,24.528 -3.54816,0.368 -7.41774,-1.373 -11.306225,-3.035 5.659415,-5.189 12.301985,-8.881 20.085255,-9.997 -2.72257,0.05 -5.30649,0.381 -7.75807,0.946 -4.55022,0.657 -8.66558,2.108 -12.390207,4.145 l 1.575561,-8.191 0.415946,-1.209 -0.25839,0.447 0.53569,-2.766 -1.51884,4.473 -0.07563,0.144 0.25209,-1.457 0.397041,-1.235 -0.258392,0.473 0.491575,-2.792 -1.455818,4.52 -5.747648,10.365 c -0.472668,-0.131 -0.939034,-0.243 -1.399098,-0.328 l 0.964243,-13.138 0.25209,-1.255 -0.195369,0.473 0.195369,-2.792 -0.964243,4.579 -5.155236,12.192 c -1.493632,0.401 -2.949451,1.221 -4.317038,2.607 -1.392796,1.419 -2.754081,2.903 -4.115366,4.434 3.163727,-22.156 6.459801,-45.43 6.459801,-45.43 l 0.573504,-19.64 0.176463,-1.294 -0.157556,0.492 z m 59.619234,60.945 c -4.30444,4.447 -8.45131,9.433 -12.40912,14.615 -0.32142,-0.06 -0.63023,-0.1 -0.94534,-0.144 2.40746,-3.75 4.93466,-7.377 7.56269,-10.78 1.78354,-2.312 3.73723,-3.355 5.79177,-3.691 z m 7.3043,0.782 c 8.01152,2.38 13.11979,-2.471 7.95973,6.523 0,0 -2.35073,7.31 -3.25196,10.102 -0.79408,0.178 -1.60077,0.657 -2.40115,1.478 -6.63626,6.733 -11.76629,13.65 -15.73671,20.114 2.10495,-12.921 6.03755,-27.261 13.43009,-38.217 z m -54.905153,3.757 c 3.945203,1.215 7.984943,3.173 11.949053,2.358 -8.36938,9.847 -16.03921,21.178 -22.32885,31.445 0.100836,-0.328 0.11344,-0.322 0.214276,-0.657 4.625848,-14.176 9.257997,-28.41 9.257997,-28.41 z m 12.522553,1.682 c -0.12604,0.144 -0.24579,0.302 -0.37183,0.453 -0.68064,0.03 -1.34868,-0.01 -2.02932,-0.105 0.81299,0 1.61967,-0.125 2.40115,-0.348 z m -26.072379,2.811 c -0.06302,0.316 -0.548296,2.798 -0.674341,3.429 -2.880125,4.033 -5.338001,8.454 -7.424044,13.013 l -0.03781,-0.06 c 0.390739,-2.726 0.686944,-4.86 1.083986,-7.619 2.281412,-3.029 4.625847,-5.978 7.052212,-8.763 z m -13.53092,5.708 c 0.439267,-0.01 0.887986,-0.01 1.339227,0 -0.07121,0.526 -0.08697,0.657 -0.157556,1.189 -0.73043,0.953 -1.453298,1.905 -2.166712,2.871 -0.332128,-0.177 -0.654173,-0.315 -0.98441,-0.427 -0.591781,-0.44 -1.168436,-0.795 -1.753285,-1.051 -0.428552,-0.25 -0.855214,-0.473 -1.279986,-0.591 -0.598713,-0.467 -1.183561,-0.808 -1.772191,-1.051 2.094866,-0.572 4.346028,-0.9 6.774913,-0.94 z m 61.133659,0.02 c 0.32141,0.01 0.64913,0.05 0.98315,0.08 -2.04823,2.687 -4.04604,5.419 -5.96823,8.171 1.60078,-2.778 3.25827,-5.55 4.98508,-8.25 z m -6.56064,0.407 c -2.44527,3.843 -4.75819,7.797 -6.93247,11.745 -1.72051,-2.68 -3.51665,-4.802 -5.3569,-5.786 3.3906,-2.943 7.43665,-5.085 12.28937,-5.959 z m -66.923528,2.792 c -10.635668,12.941 -16.600112,25.979 -19.871608,35.701 2.369644,-12.828 7.736636,-28.929 19.871608,-35.701 z m 8.862217,0.145 c 0.555227,0.565 1.09659,1.189 1.654339,1.872 -14.649568,20.179 -25.363384,42.776 -27.651099,47.741 1.423677,-7.928 6.257499,-26.787 21.959542,-47.13 1.308346,-1.695 2.664589,-2.45 4.037218,-2.483 z"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+    <g
+       transform="matrix(0.63022447,0,0,0.65687593,-43.821906,-25438.249)"
+       id="g6606">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 106.07,694.77 c 0,0 9.8,-179.05 93.44,-147.99 -81.83,-19.19 -87.38,149 -87.38,149 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cccc"
+         id="path6608" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 110.11,695.78 c 0,0 9.8,-179.05 93.44,-147.99 -81.83,-19.19 -87.38,149 -87.38,149 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cccc"
+         id="path6610" />
+    </g>
+    <g
+       transform="matrix(0.63022447,0,0,0.65687593,-76.078685,-25432.679)"
+       id="g6618">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 260.92,687.14 c 0,0 7.6,-103.23 72.43,-85.32 -63.42,-11.07 -67.73,85.9 -67.73,85.9 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cccc"
+         id="path6620" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 264.05,687.72 c 0,0 7.6,-103.23 72.43,-85.32 -63.42,-11.07 -67.73,85.9 -67.73,85.9 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cccc"
+         id="path6622" />
+    </g>
+    <g
+       transform="matrix(0.63022447,0,0,0.65687593,-60.228539,-25435.464)"
+       id="g6624">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 323.85,690.17 c 0,0 -5.14128,-117.08994 52.42872,-131.36994 C 325.36872,589.46006 329.92,691.18 329.92,691.18 Z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cccc"
+         id="path6626" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 328.25,691.54 c 0,0 -5.4055,-114.35928 47.4745,-132.43928 C 326.0745,587.29072 334.31,692.55 334.31,692.55 Z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cccc"
+         id="path6628" />
+    </g>
+    <g
+       transform="matrix(0.63022447,0,0,0.65687593,-164.91387,-25433.494)"
+       id="g6630">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 411.25,688.54 c 0,0 17.57,-70.18 48.13,-114 10.74,-15.39 29.09,-0.3 42.83,-5 -12.51,7.1 -29.74,-7.24 -39.53,8.05 -29.01,45.37 -45.37,111.96 -45.37,111.96 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cscscc"
+         id="path6632" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 408.07,687.12 c 0,0 17.56,-70.18 48.13,-113.99 10.73,-15.39 31.91,0.4 45.66,-4.3 -12.52,7.11 -32.93,-8.3 -42.71,7 -29.02,45.36 -45.02,112.3 -45.02,112.3 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cscscc"
+         id="path6634" />
+    </g>
+    <g
+       inkscape:tile-y0="362.49224"
+       transform="matrix(0.12480965,-0.02878562,0.02414201,0.17377653,-30.871423,-25147.976)"
+       inkscape:tile-x0="313.37179"
+       id="g6642">
+      <path
+         inkscape:connector-curvature="0"
+         d="M 308.15,1010.1 C 309.58,1001.6 490,389.51 490,389.51 L 552.86,278.08 328.15,1017.3 Z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="ccccc"
+         id="path6644" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 343.06,1020.3 c 3.38,-8 190.26,-621.64 190.26,-621.64 L 553.76,264.54 322.34,1015.6 Z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="ccccc"
+         id="path6646" />
+    </g>
+    <g
+       inkscape:tile-y0="509.7813"
+       inkscape:tile-cy="634.91727"
+       inkscape:tile-cx="84.960712"
+       inkscape:tile-h="250.27194"
+       transform="matrix(0.15640911,-0.01067555,0.011068,0.17616099,-12.351016,-25111.433)"
+       inkscape:tile-w="19.843426"
+       inkscape:tile-x0="75.038999"
+       id="g6654">
+      <path
+         inkscape:connector-curvature="0"
+         d="M 383.34,756.09 C 384.77,747.52 490,389.51 490,389.51 L 552.86,278.08 403.34,763.23 Z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="ccccc"
+         id="path6656" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 422.61,768.62 c 3.37,-8.01 110.71,-369.96 110.71,-369.96 L 553.76,264.54 399.22,761.77 Z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="ccccc"
+         id="path6658" />
+    </g>
+    <g
+       transform="matrix(0.62375206,0.09389385,-0.09008429,0.65012984,104.16047,-25444.456)"
+       id="g6660">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 106.07,694.77 c 0,0 9.8,-179.05 93.44,-147.99 -81.83,-19.19 -87.38,149 -87.38,149 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cccc"
+         id="path6662" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 110.11,695.78 c 0,0 9.8,-179.05 93.44,-147.99 -81.83,-19.19 -87.38,149 -87.38,149 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cccc"
+         id="path6664" />
+    </g>
+    <g
+       transform="matrix(0.62375206,0.09389385,-0.09008429,0.65012984,-14.401137,-25452.983)"
+       id="g6666">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 196.47,697.29 c 0,0 -7.07,-120.71 66.67,-132.83 -63.13,18.18 -63.13,133.34 -63.13,133.34 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cccc"
+         id="path6668" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 192.43,696.79 c 0,0 -7.57,-118.69 66.17,-130.82 -65.16,15.16 -62.63,131.32 -62.63,131.32 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cccc"
+         id="path6670" />
+    </g>
+    <g
+       transform="matrix(0.62970138,-0.02681105,0.02572324,0.65633075,-13.419247,-25434.754)"
+       id="g6678">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 106.07,694.77 c 0,0 9.8,-179.05 93.44,-147.99 -81.83,-19.19 -87.38,149 -87.38,149 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cccc"
+         id="path6680" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 110.11,695.78 c 0,0 9.8,-179.05 93.44,-147.99 -81.83,-19.19 -87.38,149 -87.38,149 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cccc"
+         id="path6682" />
+    </g>
+    <g
+       transform="matrix(0.62970138,-0.02681105,0.02572324,0.65633075,-47.588127,-25433.172)"
+       id="g6684">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 196.47,697.29 c 0,0 -7.07,-120.71 66.67,-132.83 -63.13,18.18 -63.13,133.34 -63.13,133.34 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cccc"
+         id="path6686" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 192.43,696.79 c 0,0 -7.57,-118.69 66.17,-130.82 -65.16,15.16 -62.63,131.32 -62.63,131.32 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cccc"
+         id="path6688" />
+    </g>
+    <g
+       transform="matrix(0.46608888,0.07108712,-0.05073797,0.65302009,-22.15119,-25460.498)"
+       id="g6702">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 411.25,688.54 c 0,0 17.57,-70.18 48.13,-114 10.74,-15.39 29.09,-0.3 42.83,-5 -12.51,7.1 -29.74,-7.24 -39.53,8.05 -29.01,45.37 -45.37,111.96 -45.37,111.96 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cscscc"
+         id="path6704" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 408.07,687.12 c 0,0 17.56,-70.18 48.13,-113.99 10.73,-15.39 31.91,0.4 45.66,-4.3 -12.52,7.11 -32.93,-8.3 -42.71,7 -29.02,45.36 -45.02,112.3 -45.02,112.3 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cscscc"
+         id="path6706" />
+    </g>
+    <g
+       transform="matrix(0.62652505,0.07108712,-0.06820289,0.65302009,-175.97431,-25469.845)"
+       id="g6708">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 488.19,692.48 c 0,0 0.07,-41.68 30.63,-85.5 10.74,-15.39 31.15,25.38 42.89,28.68 -12.51,-14.4 -29.8,-40.92 -39.59,-25.63 -29.01,45.37 -27.87,83.46 -27.87,83.46 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cscscc"
+         id="path6710" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 492.25,694.04 c 0,0 0.07,-41.68 30.63,-85.5 10.74,-15.39 30.09,25.2 41.83,28.5 -12.51,-14.4 -28.74,-40.74 -38.53,-25.45 -29.01,45.37 -27.87,83.46 -27.87,83.46 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cscscc"
+         id="path6712" />
+    </g>
+    <g
+       transform="matrix(0.61893715,0.12375543,-0.11873429,0.6451113,-67.150295,-25468.689)"
+       id="g6714">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 323.85,690.17 c 0,0 39.76,-143.96 97.33,-158.24 -50.91,30.66 -91.26,159.25 -91.26,159.25 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cccc"
+         id="path6716" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 328.25,691.54 c 0,0 40.91,-142.29 93.79,-160.37 -49.65,28.19 -87.73,161.38 -87.73,161.38 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cccc"
+         id="path6718" />
+    </g>
+    <g
+       transform="matrix(0.2477275,0.12375543,-0.047523,0.6451113,80.845905,-25477.024)"
+       id="g6720">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 411.25,688.54 c 0,0 17.57,-70.18 48.13,-114 10.74,-15.39 29.09,-0.3 42.83,-5 -12.51,7.1 -29.74,-7.24 -39.53,8.05 -29.01,45.37 -45.37,111.96 -45.37,111.96 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cscscc"
+         id="path6722" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 408.07,687.12 c 0,0 17.56,-70.18 48.13,-113.99 10.73,-15.39 31.91,0.4 45.66,-4.3 -12.52,7.11 -32.93,-8.3 -42.71,7 -29.02,45.36 -45.02,112.3 -45.02,112.3 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cscscc"
+         id="path6724" />
+    </g>
+    <g
+       transform="matrix(0.61893715,0.12375543,-0.11873429,0.6451113,-111.77586,-25490.596)"
+       id="g6726">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 488.19,692.48 c 0,0 0.07,-41.68 30.63,-85.5 10.74,-15.39 31.15,25.38 42.89,28.68 -12.51,-14.4 -29.8,-40.92 -39.59,-25.63 -29.01,45.37 -27.87,83.46 -27.87,83.46 z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="cscscc"
+         id="path6728" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 492.25,694.04 c 0,0 0.07,-41.68 30.63,-85.5 10.74,-15.39 30.09,25.2 41.83,28.5 -12.51,-14.4 -28.74,-40.74 -38.53,-25.45 -29.01,45.37 -27.87,83.46 -27.87,83.46 z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="cscscc"
+         id="path6730" />
+    </g>
+    <g
+       inkscape:tile-y0="509.7813"
+       inkscape:tile-cy="634.91727"
+       inkscape:tile-cx="84.960712"
+       inkscape:tile-h="250.27194"
+       transform="matrix(0.15647213,0.00962192,-0.00997519,0.17623324,76.562944,-25120.072)"
+       inkscape:tile-w="19.843426"
+       inkscape:tile-x0="75.038999"
+       id="g6744">
+      <path
+         inkscape:connector-curvature="0"
+         d="M 383.34,756.09 C 384.77,747.52 490,389.51 490,389.51 L 552.86,278.08 403.34,763.23 Z"
+         style="fill:#4e9a06"
+         sodipodi:nodetypes="ccccc"
+         id="path6746" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 422.61,768.62 c 3.37,-8.01 110.71,-369.96 110.71,-369.96 L 553.76,264.54 399.22,761.77 Z"
+         style="fill:#73d216"
+         sodipodi:nodetypes="ccccc"
+         id="path6748" />
+    </g>
+    <g
+       transform="matrix(0.55945137,0,0,0.65687593,200.40693,-25438.249)"
+       id="g6750" />
+    <g
+       transform="matrix(0.55898702,-0.02681105,0.02283456,0.65633075,168.6189,-25434.754)"
+       id="g6822" />
+    <rect
+       id="rect10437"
+       style="fill:url(#linearGradient10445);stroke-width:0.64341217"
+       height="86.392319"
+       width="155.63393"
+       y="-25067.83"
+       x="23.235239" />
+  </g>
+  <metadata
+     id="metadata161">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2009-01-20T22:49:54</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/21212/grass-texture-by-rg1024-21212</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>rg1024</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>color</rdf:li>
+            <rdf:li>grass</rdf:li>
+            <rdf:li>green</rdf:li>
+            <rdf:li>nature</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/landuse/military.svg
===================================================================
--- /trunk/resources/images/presets/landuse/military.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/military.svg	(revision 16006)
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="349.48529"
+   height="197.26103"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="military3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata18">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="1.1102041"
+     inkscape:cx="30.661688"
+     inkscape:cy="174.67076"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 135 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="490 : 135 : 1"
+       inkscape:persp3d-origin="245 : 90 : 1"
+       id="perspective20" />
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4144"
+     width="349.48529"
+     height="197.26103"
+     x="0"
+     y="0" />
+  <g
+     transform="translate(-49.544584,-524.92884)"
+     id="g3554"
+     inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\tank.png"
+     inkscape:export-xdpi="4.4546924"
+     inkscape:export-ydpi="4.4546924">
+    <path
+       d="m 290.61109,594.7957 -70.62176,0 -21.67599,-11.65375 0,-32.8636 138.91278,-12.81913 0,42.88583 -46.61503,9.08992 0,5.36073 z"
+       style="display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+       id="path5534"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 65.22745,640.14176 318.38061,0.56974 -0.0533,-59.20108 -91.31212,20.04446 -132.85282,0 -94.16235,25.17211 c -5.54704,2.24346 -7.3857,13.41477 0,13.41477 z"
+       style="display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+       id="path5536"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 155.81493,666.86299 c -3e-5,11.30705 -9.15117,20.48115 -20.45818,20.50952 -11.30701,0.0284 -20.50407,-9.09969 -20.56084,-20.4066 -0.0568,-11.3069 9.04816,-20.52686 20.35489,-20.61203 11.30672,-0.0852 20.54952,8.99658 20.66309,20.30305"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1874"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 201.97733,666.86299 c -3e-5,11.30705 -9.15117,20.48115 -20.45818,20.50952 -11.30701,0.0284 -20.50407,-9.09969 -20.56084,-20.4066 -0.0568,-11.3069 9.04816,-20.52686 20.35489,-20.61203 11.30672,-0.0852 20.54952,8.99658 20.66309,20.30305"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1876"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 247.33033,666.86299 c -3e-5,11.30705 -9.15117,20.48115 -20.45818,20.50952 -11.30701,0.0284 -20.50407,-9.09969 -20.56084,-20.4066 -0.0568,-11.3069 9.04816,-20.52686 20.35489,-20.61203 11.30672,-0.0852 20.54952,8.99658 20.66309,20.30305"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1880"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 293.76333,666.86299 c -3e-5,11.30705 -9.15117,20.48115 -20.45818,20.50952 -11.30701,0.0284 -20.50407,-9.09969 -20.56084,-20.4066 -0.0568,-11.3069 9.04816,-20.52686 20.35489,-20.61203 11.30672,-0.0852 20.54952,8.99658 20.66309,20.30305"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path3511"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 83.75265,646.62921 -9.5625,0.4375 c -5.32566,13.2481 -0.88992,25.37037 13.75,34.34375 16.49748,10.11194 36.32098,19.84936 42.0625,20 l 195.0625,0.0625 c 5.74152,-0.15064 25.56503,-9.88804 42.0625,-20 14.63992,-8.97338 19.07566,-21.1269 13.75,-34.375 l -9.5625,-0.40625 c 2.87764,12.39545 5.36125,20.76159 -12.5625,29.25 -14.66994,6.94744 -30.17637,15.21816 -32.59375,15.71875 l -197.25,-0.0312 c -2.41737,-0.50061 -17.89256,-8.80256 -32.5625,-15.75 -17.92375,-8.4884 -15.47139,-16.85455 -12.59375,-29.25 z m -23.30406,-90.04305 0,13.58752 133.19884,4.52917 0,-18.32256 -133.19884,0.20587 z"
+       style="display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+       id="path1890"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 339.83623,667.93559 c -3e-5,11.30705 -9.15117,20.48115 -20.45818,20.50952 -11.30701,0.0284 -20.50407,-9.09969 -20.56084,-20.4066 -0.0568,-11.3069 9.04816,-20.52686 20.35489,-20.61203 11.30672,-0.0852 20.54952,8.99658 20.66309,20.30305"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1884"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 368.27196,658.40424 c -2e-5,6.44528 -5.21638,11.67474 -11.66165,11.69091 -6.44527,0.0162 -11.68781,-5.18704 -11.72017,-11.63225 -0.0324,-6.4452 5.15767,-11.7008 11.60277,-11.74935 6.44511,-0.0486 11.71372,5.12827 11.77846,11.57323"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1886"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 110.01126,658.40424 c -2e-5,6.44528 -5.21638,11.67474 -11.66165,11.69091 -6.44527,0.0162 -11.68781,-5.18704 -11.72017,-11.63225 -0.03236,-6.4452 5.15767,-11.7008 11.60277,-11.74935 6.44511,-0.0486 11.71372,5.12827 11.77846,11.57323"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1888"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/mud.svg
===================================================================
--- /trunk/resources/images/presets/landuse/mud.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/mud.svg	(revision 16006)
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="mud.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="256"
+     inkscape:cx="15.195365"
+     inkscape:cy="0.39139597"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="false"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       id="XMLID_33_"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       class="st0"
+       width="16.000002"
+       height="16.000042"
+       style="fill:#c87137" />
+    <rect
+       id="XMLID_32_"
+       x="8.000001"
+       y="1040.3622"
+       class="st1"
+       width="4.000001"
+       height="0.99997616"
+       style="fill:#ffffff" />
+    <rect
+       id="XMLID_31_"
+       x="13.000002"
+       y="1037.3621"
+       class="st1"
+       width="3.0000005"
+       height="1.0201575"
+       style="fill:#ffffff" />
+    <rect
+       id="XMLID_30_"
+       x="11.000002"
+       y="1049.3621"
+       class="st1"
+       width="4.0000005"
+       height="1.0000415"
+       style="fill:#ffffff" />
+    <rect
+       id="XMLID_29_"
+       x="0.0046444535"
+       y="1044.3621"
+       class="st1"
+       width="2.9953556"
+       height="0.99997544"
+       style="fill:#ffffff" />
+    <rect
+       id="XMLID_28_"
+       x="5.0000005"
+       y="1047.3621"
+       class="st1"
+       width="4.0000005"
+       height="1.0000411"
+       style="fill:#ffffff" />
+    <rect
+       id="XMLID_27_"
+       x="0.93384117"
+       y="1050.3621"
+       class="st1"
+       width="4.0661592"
+       height="1.0000416"
+       style="fill:#ffffff" />
+    <rect
+       id="XMLID_26_"
+       x="1.9999999"
+       y="1038.3621"
+       class="st1"
+       width="4.000001"
+       height="1.0000395"
+       style="fill:#ffffff" />
+    <rect
+       id="XMLID_25_"
+       x="4.0000005"
+       y="1042.3621"
+       class="st1"
+       width="4.0000005"
+       height="1.0000402"
+       style="fill:#ffffff" />
+    <rect
+       id="XMLID_24_"
+       x="10.000001"
+       y="1045.3621"
+       class="st1"
+       width="4.0000014"
+       height="1.0000405"
+       style="fill:#ffffff" />
+    <g
+       id="g25"
+       transform="matrix(0.07235156,0,0,0.07235156,-25.927739,1028.6929)">
+      <path
+         class="st3"
+         d="M 362.7,285.1"
+         id="path27"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#1f3d8a;stroke-miterlimit:10" />
+    </g>
+    <g
+       id="g29"
+       transform="matrix(0.07235156,0,0,0.07235156,-25.927739,1028.6929)">
+      <path
+         class="st3"
+         d="M 354.7,296.1"
+         id="path31"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#1f3d8a;stroke-miterlimit:10" />
+    </g>
+    <g
+       id="g33"
+       transform="matrix(0.07235156,0,0,0.07235156,-25.927739,1028.6929)">
+      <path
+         class="st4"
+         d="M 354.7,296.1"
+         id="path35"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#9c672c;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:2, 1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/orchard.svg
===================================================================
--- /trunk/resources/images/presets/landuse/orchard.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/orchard.svg	(revision 16006)
@@ -0,0 +1,215 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
+
+<!-- Created by jmrivera (jmanuel1995@yahoo.es) 16-07-04 -->
+
+<!-- tree_whit_fruits - arbol_con_frutas -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg602"
+   space="preserve"
+   viewBox="0 0 160 160"
+   sodipodi:version="0.32"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="31.svg"
+   width="160"
+   height="160">
+  <defs
+     id="defs24" />
+  <sodipodi:namedview
+     id="base"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     snaptoguides="true"
+     inkscape:zoom="3.5120988"
+     inkscape:window-height="987"
+     showgrid="true"
+     inkscape:current-layer="svg602"
+     inkscape:cx="55.716387"
+     inkscape:cy="85.785625"
+     inkscape:window-width="1680"
+     inkscape:window-maximized="1"
+     units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid831" />
+  </sodipodi:namedview>
+  <ellipse
+     style="fill:#000000;fill-rule:evenodd;stroke-width:0.36225697"
+     id="path623"
+     cx="39.264568"
+     cy="46.516171"
+     rx="39.264568"
+     ry="28.60556" />
+  <ellipse
+     style="fill:#000000;fill-rule:evenodd;stroke-width:0.33623713"
+     id="path624"
+     cx="79.548965"
+     cy="27.450766"
+     rx="34.044094"
+     ry="27.450796" />
+  <ellipse
+     style="fill:#000000;fill-rule:evenodd;stroke-width:0.33768514"
+     id="path625"
+     cx="123.30342"
+     cy="42.177094"
+     rx="36.69659"
+     ry="28.894396" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 57.245749,87.260101 c 6.359736,0.189796 12.719461,0.379591 19.079185,0.569387 1.225326,9.639617 1.7148,12.916092 5.873588,16.761942 7.338662,-3.46628 11.740525,-6.932529 13.208912,-12.136923 0,0 28.622096,-3.466268 18.346646,0 -6.60278,13.295673 -18.485252,16.612103 -20.686175,27.590283 -2.6904,12.91608 1.00433,24.87321 2.719118,37.19993 -13.701712,-0.18979 -29.624326,0.19979 -43.326052,0 7.585063,-21.76655 11.365372,-25.15291 14.545233,-41.1357 C 66.516742,103.7823 60.668685,97.848696 57.245749,87.260101 Z"
+     style="fill:#b85e00;fill-rule:evenodd;stroke:#000000;stroke-width:5.39229488"
+     sodipodi:nodetypes="cccccccccc"
+     id="path628" />
+  <ellipse
+     style="fill:#000000;fill-rule:evenodd;stroke-width:0.34008992"
+     id="path626"
+     cx="66.416595"
+     cy="71.653168"
+     rx="35.593739"
+     ry="24.271816" />
+  <ellipse
+     style="fill:#000000;fill-rule:evenodd;stroke-width:0.32833669"
+     id="path627"
+     cx="106.77794"
+     cy="73.096916"
+     rx="34.125416"
+     ry="25.139027" />
+  <ellipse
+     style="fill:#80df00;fill-rule:evenodd;stroke-width:0.29546815"
+     id="path610"
+     cx="104.21472"
+     cy="69.920654"
+     rx="30.824148"
+     ry="22.538128" />
+  <ellipse
+     style="fill:#80df00;fill-rule:evenodd;stroke-width:0.29546815"
+     id="path611"
+     cx="66.051468"
+     cy="69.0466"
+     rx="30.090237"
+     ry="21.671265" />
+  <ellipse
+     style="fill:#80df00;fill-rule:evenodd;stroke-width:0.29546815"
+     id="path612"
+     cx="39.263699"
+     cy="46.516171"
+     rx="31.925011"
+     ry="23.404976" />
+  <ellipse
+     style="fill:#80df00;fill-rule:evenodd;stroke-width:0.29546815"
+     id="path613"
+     cx="121.09474"
+     cy="42.481453"
+     rx="32.291962"
+     ry="25.138674" />
+  <ellipse
+     style="fill:#80df00;fill-rule:evenodd;stroke-width:0.29546815"
+     id="path609"
+     cx="79.261734"
+     cy="29.752974"
+     rx="30.090237"
+     ry="23.982876" />
+  <ellipse
+     style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2.98423839"
+     id="path629"
+     cx="36.050873"
+     cy="69.218285"
+     rx="11.680125"
+     ry="9.1972713" />
+  <ellipse
+     style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:2.62898135"
+     id="path630"
+     cx="75.820023"
+     cy="76.881905"
+     rx="10.289701"
+     ry="8.1023626" />
+  <ellipse
+     style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:2.45109487"
+     id="path631"
+     cx="130.32726"
+     cy="77.100418"
+     rx="9.7334805"
+     ry="7.4454618" />
+  <ellipse
+     style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:2.62898135"
+     id="path632"
+     cx="56.907318"
+     cy="40.967457"
+     rx="10.289701"
+     ry="8.1023626" />
+  <ellipse
+     style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:2.91231537"
+     id="path633"
+     cx="97.232819"
+     cy="52.564342"
+     rx="11.123904"
+     ry="9.1972713" />
+  <ellipse
+     style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:2.30896449"
+     id="path635"
+     cx="125.59914"
+     cy="37.026386"
+     rx="8.8991489"
+     ry="7.2264581" />
+  <metadata
+     id="metadata22">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2009-05-26T15:57:28</dc:date>
+        <dc:description>Simple tree with fruits (apple tree?) by jmrivera. From OCAL 0.18 release.</dc:description>
+        <dc:source>https://openclipart.org/detail/26259/tree-with-fruits-by-anonymous-26259</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Anonymous</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>apple</rdf:li>
+            <rdf:li>basic</rdf:li>
+            <rdf:li>cartoon</rdf:li>
+            <rdf:li>colour</rdf:li>
+            <rdf:li>fruit</rdf:li>
+            <rdf:li>green</rdf:li>
+            <rdf:li>nature</rdf:li>
+            <rdf:li>plant</rdf:li>
+            <rdf:li>red</rdf:li>
+            <rdf:li>simple</rdf:li>
+            <rdf:li>tree</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/landuse/plant_nursery.svg
===================================================================
--- /trunk/resources/images/presets/landuse/plant_nursery.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/plant_nursery.svg	(revision 16006)
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="56.345924"
+   id="svg2"
+   inkscape:export-filename="/home/nicu/Desktop/rpg_color.png"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-ydpi="90.000000"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\misc\landmark"
+   sodipodi:docname="plant.svg"
+   sodipodi:version="0.32"
+   width="61.581997"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>tree - RPG map elements</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient2057"
+       inkscape:collect="always">
+      <stop
+         id="stop2059"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop2061"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       cx="14.207293"
+       cy="222.04396"
+       fx="14.207293"
+       fy="222.04396"
+       gradientTransform="scale(1.39523,0.716728)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1991"
+       inkscape:collect="always"
+       r="8.2519293"
+       xlink:href="#linearGradient2057" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-24.321306"
+     inkscape:cy="-48.836658"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="791"
+     inkscape:window-width="1151"
+     inkscape:window-x="1"
+     inkscape:window-y="24"
+     inkscape:zoom="1"
+     pagecolor="#ffffff" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-26.966145,-38.21491)">
+    <g
+       id="g1928"
+       transform="matrix(2.469674,0,0,2.469674,17.5242,-459.6608)">
+      <path
+         d="M 17.714937,206.59397 C 18.01549,206.63025 19.106157,206.30166 19.609583,206.9729 C 20.008876,207.50529 20.637595,207.72724 21.409497,207.92022 C 22.023558,208.07373 22.171392,207.73176 22.546284,207.82549 C 23.38197,208.03441 23.515931,208.67808 24.630394,208.67808 C 25.259492,208.67808 25.213047,208.97653 25.672449,209.43594 C 26.212213,209.9757 26.846077,209.80083 27.282898,210.38326 C 27.82218,211.1023 27.95147,210.64567 28.135489,209.9096 C 28.212565,209.60129 27.220572,208.87917 26.998701,208.58334 C 26.44381,207.84349 25.597854,207.1869 25.131672,206.25453 C 24.708235,205.40766 24.040725,204.76088 23.298202,204.20399 C 22.986223,203.97 21.626791,204.32039 21.314764,204.32039 C 20.554457,204.32039 19.811203,204.43577 19.135922,204.60459 C 18.051924,204.87559 17.6161,205.55602 16.957079,206.21504 C 16.465452,206.70666 16.853056,207.0444 16.862347,207.06763 C 17.052098,207.54201 17.693661,206.70035 17.714937,206.59397 z "
+         id="path2843"
+         sodipodi:nodetypes="cccccccccccccccc"
+         style="fill:#00b300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         d="M 14.778237,206.21504 C 14.559093,206.60463 13.969146,206.9729 13.26252,206.9729 C 12.809635,206.9729 12.462057,207.58389 12.125733,207.92022 C 11.688548,208.3574 11.456374,208.77904 10.988945,209.24647 C 10.544534,209.69088 9.6000106,209.60937 8.9995671,209.9096 C 8.4970879,210.16084 8.2078498,210.96522 7.8627797,211.42531 C 7.2163604,212.28721 6.723641,211.46003 6.2523308,212.08844 C 5.7576589,212.748 5.7555797,213.14781 5.0208111,213.69889 C 4.491284,214.09603 4.4823951,214.86565 3.978756,214.36201 C 3.8038493,214.18711 4.3618614,212.83794 4.4524174,212.65683 C 4.6906532,212.18036 4.8022164,211.63657 4.9260788,211.14112 C 5.0227897,210.75427 5.2044066,210.312 5.305008,209.9096 C 5.4454002,209.34803 5.7480841,208.98988 5.8734017,208.48861 C 6.0324163,207.85255 6.1038619,207.37731 6.2523308,206.78343 C 6.4343154,206.05549 6.9321681,205.5798 7.1049214,204.88879 C 7.2258816,204.40494 8.0073854,203.88037 8.4311734,203.56253 C 8.9708185,203.1578 9.4071219,202.88509 9.94689,202.61521 C 10.431112,202.3731 11.265789,202.33101 11.841536,202.33101 C 13.553457,202.33101 13.429244,201.92934 14.399307,202.89941 C 14.826281,203.32638 15.473167,204.00992 15.585388,204.57103 C 15.673765,205.01292 14.863884,205.7868 14.778237,206.21504 z "
+         id="path2847"
+         sodipodi:nodetypes="ccccccccccccccccccccc"
+         style="fill:#00b300;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         d="M 28.401713 158.69876 A 7.9437737 4.0807056 0 1 1  12.514165,158.69876 A 7.9437737 4.0807056 0 1 1  28.401713 158.69876 z"
+         id="path1349"
+         sodipodi:cx="20.457939"
+         sodipodi:cy="158.69876"
+         sodipodi:rx="7.9437737"
+         sodipodi:ry="4.0807056"
+         sodipodi:type="arc"
+         style="fill:url(#radialGradient1991);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-opacity:1"
+         transform="translate(-2.837734,61.63138)" />
+      <path
+         d="M 12.124592,201.60237 C 11.345532,201.63361 10.550972,201.77197 10.093342,202.00862 C 7.9764322,203.10331 5.6512822,206.26981 6.0933422,207.44612 C 6.1629122,207.63123 5.9065722,208.36334 5.5308422,209.10237 C 5.1550922,209.84137 4.8433322,210.659 4.8433422,210.91487 C 4.8433422,211.17075 4.5909422,211.9638 4.2808422,212.66487 C 3.6919022,213.99625 3.6716222,215.01621 4.2183422,215.19612 C 4.3948922,215.25421 5.0620322,214.63597 5.6870922,213.78987 C 6.3196422,212.9336 6.9651122,212.27919 7.1558422,212.35237 C 7.6022322,212.52366 7.8462722,212.35573 8.7808422,211.10237 C 9.4438022,210.21325 9.6657822,210.0854 10.312092,210.22737 C 10.987982,210.37581 11.137422,210.23737 11.905842,209.03987 C 13.137572,207.1204 13.667422,206.7359 14.624592,206.94612 C 15.404222,207.11734 15.445802,207.16434 15.655842,209.35237 C 15.962452,212.5464 15.887782,213.2686 15.249592,214.16487 C 14.800902,214.79499 14.696742,215.33826 14.718342,216.82112 C 14.761502,219.78513 14.880252,220.02172 16.468342,220.19612 C 19.054112,220.48005 19.585362,220.3226 19.124592,219.32112 C 18.969182,218.98333 18.730592,218.12385 18.562092,217.41487 C 18.282802,216.23969 18.314482,215.99207 18.937092,214.82112 C 19.613622,213.54871 19.616632,213.5395 19.093342,212.97737 C 18.618242,212.46699 17.968352,209.37413 17.968342,207.60237 C 17.968342,206.85232 19.179322,206.92837 20.530842,207.75862 C 21.336932,208.25379 21.699682,208.3566 21.968342,208.13362 C 22.239172,207.90885 22.483932,207.9957 22.874592,208.44612 C 23.270282,208.90234 23.620342,209.00946 24.405842,208.94612 C 25.309042,208.87327 25.448082,208.94082 25.593342,209.53987 C 25.712852,210.03275 25.980272,210.25718 26.530842,210.32112 C 27.102342,210.38748 27.394152,210.65131 27.687092,211.35237 C 28.402472,213.06452 29.080602,212.41249 28.593342,210.47737 C 28.351772,209.518 27.804822,208.70935 26.530842,207.32112 C 25.588502,206.29425 24.744452,205.23902 24.655842,204.97737 C 24.345732,204.06172 23.160602,203.44452 21.718342,203.47737 C 20.669802,203.50126 19.991922,203.72984 18.780842,204.47737 C 16.976212,205.59123 16.593342,205.67573 16.593342,204.91487 C 16.593342,204.32474 14.952552,202.32895 14.062092,201.85237 C 13.682632,201.64929 12.903652,201.57112 12.124592,201.60237 z M 11.468342,202.41487 C 13.009332,202.17126 13.852722,202.47756 14.968342,203.69612 C 15.600462,204.38655 15.583142,204.42079 15.030842,204.13362 C 14.299982,203.75358 12.140972,203.71061 10.843342,204.07112 C 10.265682,204.2316 9.3007722,204.94615 8.4058422,205.85237 C 7.5873222,206.68116 6.8514022,207.35237 6.7495922,207.35237 C 6.6477622,207.35236 6.6598822,206.85824 6.8120922,206.25862 C 7.0649422,205.26246 7.6771922,204.58508 9.7495922,202.91487 C 9.9586422,202.74639 10.719402,202.53328 11.468342,202.41487 z M 21.593342,204.35237 C 22.566472,204.35236 24.249602,205.06716 24.249592,205.47737 C 24.249592,205.57424 24.554122,206.1005 24.937092,206.66487 C 25.320062,207.22919 25.607072,207.74578 25.562092,207.78987 C 25.517112,207.83397 25.058172,207.94141 24.530842,208.03987 C 23.701232,208.19478 23.464052,208.101 22.937092,207.44612 C 22.349402,206.71574 22.336202,206.7243 21.968342,207.22737 C 21.601302,207.72932 21.550552,207.72027 20.562092,206.85237 C 19.526402,205.94301 19.087762,205.86077 17.562092,206.41487 C 17.126872,206.57292 17.143082,206.51193 17.687092,206.07112 C 18.943522,205.05308 20.529212,204.35237 21.593342,204.35237 z M 12.749592,204.63362 C 14.282782,204.63361 14.411332,204.68839 14.405842,205.25862 C 14.401772,205.68142 14.137482,205.97676 13.530842,206.25862 C 13.045882,206.48395 12.262752,207.24953 11.812092,207.94612 C 11.103632,209.04116 10.885032,209.18925 10.249592,209.07112 C 9.6205822,208.95415 9.4159622,209.11772 8.6558422,210.19612 C 7.7403122,211.49497 7.3121022,211.75306 7.3120922,211.03987 C 7.3120922,210.81453 7.2060022,210.65829 7.0933422,210.66487 C 6.9806722,210.67142 6.3659522,211.50118 5.7183422,212.50862 C 4.3831122,214.58564 4.3230022,214.11625 5.4683422,210.82112 C 5.9927822,209.31235 6.4432622,208.64933 7.8745922,207.19612 C 10.069252,204.96796 10.682032,204.63362 12.749592,204.63362 z M 16.218342,207.28987 C 16.294112,207.47763 16.294132,207.78959 16.218342,207.97737 C 16.142572,208.16513 16.093352,208.00917 16.093342,207.63362 C 16.093342,207.25805 16.142592,207.10209 16.218342,207.28987 z M 25.968342,208.00862 C 26.067402,208.03568 26.275432,208.16946 26.624592,208.44612 C 27.096932,208.82038 27.491272,209.2397 27.499592,209.35237 C 27.507902,209.46502 27.218892,209.53987 26.843342,209.53987 C 26.435972,209.53986 26.155832,209.39597 26.155842,209.16487 C 26.155842,208.95182 26.073452,208.53248 25.968342,208.25862 C 25.890652,208.05615 25.869282,207.98155 25.968342,208.00862 z M 17.312092,214.66487 C 17.387862,214.85264 17.387862,215.16459 17.312092,215.35237 C 17.236322,215.54014 17.187082,215.38417 17.187092,215.00862 C 17.187092,214.63306 17.236322,214.47709 17.312092,214.66487 z "
+         id="path1649"
+         style="fill:#5c2700;fill-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/railway.svg
===================================================================
--- /trunk/resources/images/presets/landuse/railway.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/railway.svg	(revision 16006)
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.0" width="400" height="360" id="svg2" sodipodi:version="0.32" inkscape:version="0.44.1" sodipodi:docname="Bahn_aus_Zusatzzeichen_1024-15.svg" sodipodi:docbase="L:\Wiki\pedia\ksh\svg">
+  <metadata id="metadata10">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Purodha Blissenbach</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://commons.mediawiki.org/wiki/Image:Zusatzzeichen_1024-15.svg</dc:source>
+        <dc:title>Symbol: Eisenbahnzug</dc:title>
+      </cc:Work>
+      <cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview inkscape:window-height="749" inkscape:window-width="1024" inkscape:pageshadow="2" inkscape:pageopacity="1" guidetolerance="10.0" gridtolerance="10.0" objecttolerance="10.0" borderopacity="1.0" bordercolor="#666666" pagecolor="white" id="base" inkscape:zoom="0.74246212" inkscape:cx="245" inkscape:cy="185.97159" inkscape:window-x="-4" inkscape:window-y="-4" inkscape:current-layer="svg2" showguides="true" inkscape:guide-bbox="true" inkscape:showpageshadow="false" showborder="true" showgrid="true" inkscape:object-points="false" borderlayer="true" width="400px" height="360px"/>
+  <defs id="defs4"/>
+  <g id="g5262" transform="matrix(1.386118,0,0,1.542038,-196.1754,-667.7566)">
+    <g id="g2285" transform="translate(-597.3004,408.9739)">
+      <path id="path2251" style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 1009.2409,214.27547 L 778.51034,214.27547 C 767.62857,214.27547 754.64651,197.1834 754.64651,186.04954 C 754.40757,167.2221 755.3126,148.96663 755.91728,130.561 C 758.8462,109.58406 766.90603,90.391773 774.90005,71.176601 C 776.86018,67.160472 779.21612,63.236208 784.00517,63.236208 L 867.61359,63.236208 C 875.20749,66.657776 883.41863,69.267175 886.87666,78.130673 C 910.87184,137.18871 958.2811,165.41624 1012.6455,175.37682 L 1012.688,211.1328 C 1012.688,212.54459 1010.7322,214.27547 1009.2409,214.27547 z "/>
+      <path id="path2253" style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 793.875,37.03125 C 790.72173,37.03125 790.81823,43.156249 793.875,43.15625 L 807.46875,43.15625 C 818.96113,47.799678 825.74527,54.403373 828.90625,63.28125 L 834.125,63.28125 L 834.125,63.25 L 839.28125,63.25 C 842.44212,54.37242 849.22708,47.799652 860.71875,43.15625 L 874,43.15625 C 877.27802,43.15625 876.78185,37.03125 874,37.03125 L 793.875,37.03125 z M 821.53125,43.15625 L 846.59375,43.15625 C 841.19066,47.706706 835.34374,52.334774 835.34375,59.4375 L 834.125,59.4375 L 832.84375,59.4375 C 832.84372,52.31253 826.94842,47.720599 821.53125,43.15625 z "/>
+      <path id="path2260" style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 770.43133,114.13629 L 875.52,114.13629 C 878.07188,114.13629 879.0233,108.86338 877.81594,105.56774 C 874.02206,95.426493 869.39273,75.603781 864.13539,75.603781 L 783.34848,75.603781 C 778.97076,75.603781 773.13152,95.745774 768.02304,105.81677 C 767.00828,109.81958 768.01345,114.13629 770.43133,114.13629 z "/>
+      <path id="path2265" style="opacity:1;fill:white;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" transform="translate(1.548102,-0.619241)" d="M 787.9841,164.9391 C 787.9841,170.24006 783.68682,174.53733 778.38587,174.53733 C 773.08491,174.53733 768.78763,170.24006 768.78763,164.9391 C 768.78763,159.63814 773.08491,155.34087 778.38587,155.34087 C 783.68682,155.34087 787.9841,159.63814 787.9841,164.9391 z "/>
+      <path id="path2267" style="opacity:1;fill:white;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" transform="translate(80.81094,-0.619236)" d="M 787.9841,164.9391 C 787.9841,170.24006 783.68682,174.53733 778.38587,174.53733 C 773.08491,174.53733 768.78763,170.24006 768.78763,164.9391 C 768.78763,159.63814 773.08491,155.34087 778.38587,155.34087 C 783.68682,155.34087 787.9841,159.63814 787.9841,164.9391 z "/>
+      <path id="path2271" style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 913.61464,136.35817 L 913.61464,171.27826 L 897.63241,163.94395 C 896.11238,149.20714 895.97165,134.19446 895.88093,119.17179 C 901.79166,124.90194 908.13437,132.76415 913.61464,136.35817 z "/>
+      <path id="path2273" style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 937.80693,155.40549 L 938.04009,182.28151 L 922.75735,175.87984 C 922.40312,161.14303 922.8453,159.53714 922.75458,144.51447 C 929.36479,150.12804 932.0935,151.22857 937.80693,155.40549 z "/>
+      <path id="path2275" style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 945.69493,160.17743 L 945.69493,184.16603 C 950.07313,186.52004 955.14,187.77217 960.61567,188.37022 L 960.61567,166.27763 L 945.69493,160.17743 z "/>
+      <path id="path2277" style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 966.7983,169.24529 L 966.7983,190.18379 C 970.62585,191.67422 974.62319,192.14594 978.66895,192.3271 L 978.66895,172.29538 L 966.7983,169.24529 z "/>
+      <path id="path2279" style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 984.76914,174.35626 L 984.76914,193.15145 C 987.91261,194.03102 991.13362,194.5229 994.49648,194.30554 L 994.49648,176.25227 L 984.76914,174.35626 z "/>
+      <path id="path2281" style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 999.68988,177.24149 L 999.68988,195.04746 L 1007.5212,196.36642 L 1007.5212,178.31314 L 999.68988,177.24149 z "/>
+      <path id="path2283" style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 754.65511,229.21337 L 774.58951,229.21337 L 774.58951,219.23069 L 804.62563,219.23069 L 804.62563,229.09314 L 848.63107,229.09314 L 848.63107,219.20093 L 1012.7369,219.20093 L 1012.7369,229.24313 C 966.49324,230.93241 919.38423,232.25082 894.91493,243.27197 L 754.62535,243.27197 L 754.65511,229.21337 z "/>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/reservoir.svg
===================================================================
--- /trunk/resources/images/presets/landuse/reservoir.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/reservoir.svg	(revision 16006)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="reservoir5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="4.3252088"
+     inkscape:cy="7.5683276"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4a7fff;fill-opacity:1;fill-rule:evenodd;stroke:#333333;stroke-width:1.76193774;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="14.238063"
+       height="14.238062"
+       x="0.88096887"
+       y="1037.2432"
+       ry="4.2717662" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/salt_pond.svg
===================================================================
--- /trunk/resources/images/presets/landuse/salt_pond.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/salt_pond.svg	(revision 16006)
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="06.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="4.9885817"
+     inkscape:cy="9.1950345"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect856"
+       width="16"
+       height="16"
+       x="0"
+       y="1037.3622"
+       ry="3.0000174" />
+    <rect
+       style="opacity:1;fill:#917c6f;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect852"
+       width="14"
+       height="14.000017"
+       x="1"
+       y="1038.3622"
+       ry="3.0000174" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect854"
+       width="12"
+       height="11.999983"
+       x="2"
+       y="1039.3622"
+       ry="2.0000174" />
+    <rect
+       style="opacity:1;fill:#917c6f;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect844"
+       width="2"
+       height="13.999983"
+       x="7"
+       y="1038.3622" />
+    <rect
+       style="opacity:1;fill:#917c6f;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect848"
+       width="14"
+       height="1.0000174"
+       x="1"
+       y="1047.3622" />
+    <rect
+       style="opacity:1;fill:#917c6f;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect850"
+       width="14"
+       height="1.0000174"
+       x="1"
+       y="1042.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/sand.svg
===================================================================
--- /trunk/resources/images/presets/landuse/sand.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/sand.svg	(revision 16006)
@@ -0,0 +1,446 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="New document 1">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="5.4393354"
+     inkscape:cy="9.3429067"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-765px"
+       originy="-460px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-765,-576.36218)">
+    <rect
+       style="fill:#ffcc00;fill-opacity:1;stroke:none"
+       id="rect2987"
+       width="16"
+       height="16"
+       x="765"
+       y="576.36218" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(5,3)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-1"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(1,5)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-7"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(1,2)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-4"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(4,1)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-0"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(4,5)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-9"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(-1,4)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-48"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(0,9)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-8"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(4,8)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-2"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(2,7)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-45"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(-1,12)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-5"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(2,11)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-17"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(5,12)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-11"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(6,10)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-52"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(7,7)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-76"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(8,4)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-14"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(6,0)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-23"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(3,-1)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-22"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(-2,-2)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-85"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(-1,7)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-761"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(9,1)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-89"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(10,-2)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-27"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(12,0)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-95"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(12,2)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-43"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(11,4)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-12"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(9,6)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-3"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(11,8)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-34"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(9,9)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-113"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(8,12)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-87"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(8,12)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-42"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(11,11)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-77"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(12,12)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-93"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(13,6)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-19"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(6,6)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-86"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(7,-2)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-50"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(3,13)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-28"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+    <path
+       transform="translate(-2,10)"
+       sodipodi:type="arc"
+       style="fill:#a05a2c;fill-opacity:1;stroke:none"
+       id="path3757-6"
+       sodipodi:cx="767.5"
+       sodipodi:cy="578.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 768,578.86218 c 0,0.27614 -0.22386,0.5 -0.5,0.5 -0.27614,0 -0.5,-0.22386 -0.5,-0.5 0,-0.27614 0.22386,-0.5 0.5,-0.5 0.27614,0 0.5,0.22386 0.5,0.5 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/scree.svg
===================================================================
--- /trunk/resources/images/presets/landuse/scree.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/scree.svg	(revision 16006)
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="scree.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627416"
+     inkscape:cx="4.0410436"
+     inkscape:cy="8.5866762"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4198"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4138"
+       d="m 10.258019,1045.507 -4.9315088,3.2084 1.1592131,-3.6528 3.7722957,0.4444"
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 13.38913,1051.5151 -1.6273,-4.4851 2.682687,1.2663 -1.055387,3.2188"
+       id="path4140"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.8799812,1048.3717 0.7234787,3.3481 2.7905591,-0.8681 -0.723478,-3.3481 z"
+       id="path4144"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0.68507307,1046.6156 1.29312333,3.0912 2.5765242,-1.5513 -1.2931235,-3.0913 z"
+       id="path4154"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 12.151955,1044.811 1.764384,2.7354 2.279824,-2.1169 -1.764384,-2.7355 z"
+       id="path4156"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4168"
+       d="m 12.167974,1039.7264 -0.433942,-3.4195 -2.8499825,0.5208 0.4339416,3.4194 z"
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4.8794189,1037.542 -3.38935,2.7184 0.5617244,-3.3923 2.8276256,0.6739"
+       id="path4176"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3.1519701,1044.0256 -1.0150809,-1.9343 -1.62893939,1.199 1.01508099,1.9345 z"
+       id="path4182"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5.2099268,1038.5399 1.5103828,-2.0853 1.5463443,1.415 0.8630758,1.8618 -1.5823057,0.7448 -2.5892277,-0.6703 z"
+       id="path4186"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4188"
+       d="m 8.44135,1042.7781 1.5103828,-2.0854 1.5463452,1.4151 0.863076,1.8618 -1.582307,0.7448 -2.5892275,-0.6703 z"
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 13.511734,1038.1263 2.442605,0.6306 -0.658346,2.0252 -1.321377,1.5469 -1.27758,-1.2203 -0.409721,-2.7307 z"
+       id="path4190"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4192"
+       d="m 2.0027142,1050.0028 1.3342328,0.2769 -0.3596109,0.8893 -0.7217805,0.6791 -0.6978566,-0.5357 -0.2238036,-1.199 z"
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4194"
+       d="m 6.7094966,1042.5684 0.5318053,1.615 -1.2558384,0.3635 -1.2444886,-0.1866 0.1731104,-1.1688 1.2410475,-1.226 z"
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.1784704,1049.3513 0.8442001,2.4558 -1.9935469,0.5527 -1.9755301,-0.2839 0.2747995,-1.777 1.9700675,-1.8643 z"
+       id="path4196"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4.8181901,1041.8885 -1.3415512,1.0446 -0.7652115,-1.0601 -0.2434248,-1.2346 1.1588218,-0.2306 1.5723445,0.7556 z"
+       id="path4200"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/scrub.svg
===================================================================
--- /trunk/resources/images/presets/landuse/scrub.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/scrub.svg	(revision 16006)
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   sodipodi:docname="nicubunu_RPG_map_symbols_plant.svg"
+   inkscape:export-filename="/home/nicu/Desktop/rpg_color.png"
+   viewBox="0 0 64 64"
+   sodipodi:version="0.32"
+   inkscape:export-xdpi="90.000000"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-ydpi="90.000000"
+   inkscape:version="0.48.5 r10040"
+   version="1.1"
+   width="100%"
+   height="100%">
+  <defs
+     id="defs3">
+    <radialGradient
+       id="radialGradient2033"
+       gradientUnits="userSpaceOnUse"
+       cy="222.03999"
+       cx="14.207"
+       gradientTransform="scale(1.3952,0.71673)"
+       r="8.2518997"
+       inkscape:collect="always">
+      <stop
+         id="stop2059"
+         style="stop-color:#000000"
+         offset="0" />
+      <stop
+         id="stop2061"
+         style="stop-color:#000000;stop-opacity:0"
+         offset="1" />
+    </radialGradient>
+    <filter
+       id="filter2989"
+       height="1.4243"
+       width="1.2180001"
+       y="-0.21216001"
+       x="-0.10899"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur2991"
+         stdDeviation="0.72146876"
+         inkscape:collect="always" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1151"
+     pagecolor="#ffffff"
+     inkscape:zoom="1"
+     inkscape:window-x="1"
+     showgrid="false"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="23.71223"
+     inkscape:cy="64"
+     inkscape:window-y="24"
+     inkscape:window-height="791"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     inkscape:window-maximized="0" />
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(0,-64)">
+    <g
+       id="g1939"
+       transform="matrix(2.4697,0,0,2.4697,-11.476,-501.66)">
+      <path
+         id="path1361"
+         sodipodi:rx="7.9437737"
+         sodipodi:ry="4.0807056"
+         style="opacity:0.5;fill:url(#radialGradient2033);fill-rule:evenodd;filter:url(#filter2989)"
+         sodipodi:type="arc"
+         d="m 28.401713,158.69876 c 0,2.25371 -3.556549,4.08071 -7.943774,4.08071 -4.387225,0 -7.943774,-1.827 -7.943774,-4.08071 0,-2.25371 3.556549,-4.0807 7.943774,-4.0807 4.387225,0 7.943774,1.82699 7.943774,4.0807 z"
+         transform="translate(-3.1219,89.956)"
+         sodipodi:cy="158.69876"
+         sodipodi:cx="20.457939" />
+      <path
+         id="path2865"
+         sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccc"
+         style="fill:#00b300;fill-rule:evenodd"
+         d="m 26.565,233.08 c 0.197,0.46 0.718,1.92 0.718,2.69 0,0.82 -0.692,1.48 -0.947,1.99 -0.064,0.13 0.063,0.92 0,1.04 -0.358,0.72 -1.034,1.07 -1.327,1.8 -0.361,0.91 -0.851,1.99 -1.515,2.66 -0.67,0.66 -1.088,1.63 -1.421,2.46 -0.251,0.63 -0.406,1.53 -0.569,2.18 -0.201,0.8 -0.759,0.7 -1.421,0.57 -0.713,-0.15 -1.323,-0.19 -2.084,-0.19 -0.656,0 -1.029,0.84 -1.616,0.69 -0.559,-0.14 -1.578,-0.85 -2.078,-0.98 -0.42,-0.1 -1.1,-0.54 -1.516,-0.85 -0.387,-0.29 -0.667,-1.02 -0.853,-1.33 -0.406,-0.67 -0.9,-1.73 -1.231,-2.55 -0.232,-0.58 -0.284,-1.33 -0.284,-1.99 0,-0.42 -0.385,-1.15 -0.5688,-1.52 -0.411,-0.82 -0.0948,-1.95 -0.0948,-2.84 0,-0.99 0.3526,-1.51 0.5686,-2.37 0.2,-0.8 0.403,-1.37 0.758,-2.08 0.35,-0.7 0.579,-1.69 0.947,-0.95 0.121,0.24 0.379,0.88 0.474,1.14 0.286,0.76 0.947,1.43 0.947,2.27 0,0.71 0.249,1.44 0.568,2.08 0.446,0.9 0.138,1.89 0.569,2.75 0.257,0.52 0.379,1.41 0.379,1.98 0.795,-0.75 1.192,-1.25 1.326,-1.79 0.161,-0.65 0.122,-1.34 0.284,-1.99 0.213,-0.85 0.298,-1.64 0.663,-2.37 0.458,-0.91 0.336,-1.92 0.581,-2.9 0.21,-0.84 1.063,-1.29 1.687,-1.6 1.235,-0.62 1.237,1.76 1.237,2.7 0,0.84 0.19,1.91 0.19,2.75 0,0.9 -0.445,1.28 -0.284,2.08 0.141,0.71 0.229,1.48 0.947,0.76 0.571,-0.57 0.859,-1.34 1.231,-2.08 0.469,-0.94 1.436,-2.44 2.219,-3.03 0.462,-0.35 0.946,-0.84 1.516,-1.18 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path1644"
+         style="fill:#5c2700"
+         d="m 19.678,230.36 c -0.268,0.14 -0.591,0.42 -1,0.78 -0.814,0.72 -1.168,1.33 -1.75,3.19 -1.195,3.82 -1.396,4.92 -1.188,5.84 l 0.188,0.88 0.718,-1.5 c 0.396,-0.83 0.718,-1.72 0.719,-1.97 0.002,-0.25 0.235,-1.24 0.531,-2.19 0.316,-1.01 0.438,-1.76 0.282,-1.81 -0.717,-0.25 0.48,-2.25 1.343,-2.25 1.066,0 1.333,6.02 0.344,7.66 -0.227,0.37 -0.605,0.97 -0.844,1.34 -0.238,0.37 -0.93,2.11 -1.531,3.84 -0.835,2.41 -1.217,3.2 -1.687,3.41 -0.614,0.27 -0.862,0.97 -0.344,0.97 0.15,0 0.281,0.2 0.281,0.44 0,0.23 0.11,0.33 0.25,0.25 0.14,-0.09 0.313,-0.03 0.406,0.12 0.106,0.17 0.421,0.12 0.844,-0.16 0.51,-0.33 1.053,-0.4 2.125,-0.28 0.783,0.1 1.449,0.29 1.5,0.44 0.132,0.4 0.865,0.35 0.906,-0.06 0.019,-0.19 0.024,-0.86 0,-1.5 -0.055,-1.52 0.767,-3.37 2.188,-4.91 0.616,-0.67 1.603,-2.25 2.187,-3.5 0.895,-1.91 1.063,-2.52 1.063,-4.03 0,-0.98 0.128,-1.87 0.281,-1.97 0.153,-0.09 0.208,-0.27 0.125,-0.4 -0.263,-0.43 -1.879,0.03 -2.687,0.78 -0.947,0.87 -2.492,3.13 -3.063,4.5 -0.231,0.55 -0.478,1 -0.562,1 -0.084,0 -0.065,-1 0.031,-2.22 0.106,-1.35 0.047,-3.01 -0.156,-4.19 -0.253,-1.47 -0.489,-2.25 -0.844,-2.5 -0.178,-0.12 -0.389,-0.14 -0.656,0 z m -7.813,0.16 c -0.275,-0.01 -1.497,3.06 -1.9686,4.9 -0.6874,2.69 -0.4585,5.58 0.6246,7.66 0.274,0.53 0.654,1.46 0.844,2.06 0.196,0.62 0.813,1.51 1.438,2.1 1.318,1.22 1.562,1.26 1.562,0.25 0,-0.43 0.231,-1.47 0.531,-2.35 0.654,-1.9 0.701,-2.93 0.157,-5.47 -1.045,-4.85 -2.546,-9.15 -3.188,-9.15 z m -0.125,1.18 c 0.202,-0.21 0.376,-0.08 0.563,0.38 0.521,1.28 1.615,5.44 2.093,8 l 0.532,2.87 -0.625,2.13 -0.657,2.12 -0.625,-0.5 c -0.349,-0.28 -0.944,-1.31 -1.312,-2.28 -0.368,-0.96 -0.866,-2.24 -1.094,-2.84 -0.6531,-1.72 -0.7335,-3.87 -0.219,-5.72 0.252,-0.9 0.568,-2.02 0.688,-2.47 0.242,-0.91 0.454,-1.47 0.656,-1.69 z m 14.656,1.82 c 0.075,-0.01 0.049,0.96 -0.031,2.12 -0.174,2.53 -0.949,4.4 -2.812,6.69 -1.381,1.69 -2.375,3.66 -2.375,4.78 0,0.66 -0.003,0.69 -0.344,0.22 -0.351,-0.48 -0.406,-0.49 -0.813,0.09 -0.283,0.41 -0.781,0.67 -1.531,0.75 -0.616,0.07 -1.125,0.03 -1.125,-0.09 0,-0.13 0.395,-0.28 0.875,-0.31 1.016,-0.08 1.166,-0.18 0.906,-0.6 -0.118,-0.19 -0.526,-0.21 -1.062,-0.09 -0.84,0.18 -0.841,0.14 -0.375,-0.38 0.263,-0.29 0.469,-0.58 0.469,-0.68 0,-0.1 0.544,-0.97 1.187,-1.91 0.643,-0.94 1.322,-2.13 1.531,-2.66 0.21,-0.52 0.59,-1.28 0.844,-1.65 0.255,-0.38 0.553,-0.95 0.656,-1.28 0.375,-1.21 3.39,-4.97 4,-5 z m -6.187,6.12 c 0.101,0.03 0.156,0.21 0.156,0.56 0,0.39 -0.495,1.57 -1.125,2.63 -1.485,2.49 -1.756,2.61 -0.937,0.44 0.897,-2.39 1.601,-3.71 1.906,-3.63 z"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <metadata
+     id="metadata15">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2007-12-07T09:16:35</dc:date>
+        <dc:description>Part of the fantasy RPG map elements collection: plant</dc:description>
+        <dc:source>https://openclipart.org/detail/9463/rpg-map-symbols:-plant-by-nicubunu</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>nicubunu</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>bush</rdf:li>
+            <rdf:li>cartography</rdf:li>
+            <rdf:li>fantasy</rdf:li>
+            <rdf:li>geography</rdf:li>
+            <rdf:li>land</rdf:li>
+            <rdf:li>map</rdf:li>
+            <rdf:li>plant</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/landuse/shingle.svg
===================================================================
--- /trunk/resources/images/presets/landuse/shingle.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/shingle.svg	(revision 16006)
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="shingle6.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-0.40044535"
+     inkscape:cy="8.404631"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cccccc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4198"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="0" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4202"
+       cx="2.375"
+       cy="1038.0497"
+       rx="1.65625"
+       ry="1.0625" />
+    <ellipse
+       cy="1041.1122"
+       cx="2.21875"
+       id="circle4204"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       rx="1.71875"
+       ry="1.125" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="circle4206"
+       cx="2.6875"
+       cy="1046.2528"
+       rx="1.78125"
+       ry="1.171875" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="circle4210"
+       cx="6.4524856"
+       cy="1039.6826"
+       rx="1.8125"
+       ry="1.0828362" />
+    <ellipse
+       cy="1050.0265"
+       cx="4.390625"
+       id="circle4212"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       rx="2.484375"
+       ry="1.6361833" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="circle4214"
+       cx="9.1875"
+       cy="1048.4403"
+       rx="1.8125"
+       ry="1.078125" />
+    <ellipse
+       cy="1050.0184"
+       cx="13.515625"
+       id="circle4216"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       rx="1.984375"
+       ry="1.34375" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="circle4218"
+       cx="7.5336056"
+       cy="1043.3622"
+       rx="3.4663944"
+       ry="2" />
+    <ellipse
+       cy="1046.0211"
+       cx="12.970321"
+       id="circle4220"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       rx="1.8421797"
+       ry="1.3410692" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="circle4222"
+       cx="13.624675"
+       cy="1041.9883"
+       rx="2.1565752"
+       ry="1.5636104" />
+    <ellipse
+       cy="1039.0265"
+       cx="10.9375"
+       id="circle4212-0"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       rx="2.03125"
+       ry="1.4174333" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/landuse/vineyard.svg
===================================================================
--- /trunk/resources/images/presets/landuse/vineyard.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/vineyard.svg	(revision 16006)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77)  -->
+<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:x="http://ns.adobe.com/Extensibility/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" xmlns:graph="http://ns.adobe.com/Graphs/1.0/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:ns1="http://sozi.baierouge.fr" i:rulerOrigin="0 0" i:viewOrigin="147 571" space="preserve" i:pageBounds="0 792 612 0" viewBox="0 0 317 351" enable-background="new 0 0 317.02 351.393" overflow="visible">
+  <switch>
+    <foreignObject y="0" width="1" requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/" x="0" height="1">
+      <i:pgfRef xlink:href="#adobe_illustrator_pgf"/>
+    </foreignObject>
+    <g i:extraneous="self">
+      <g id="Layer_1" i:layer="yes" i:rgbTrio="#4F008000FFFF" i:dimmedPercent="50">
+        <g clip-rule="evenodd" fill-rule="evenodd">
+          <path i:knockout="Off" d="m264.53 75.132c-4.5 2.052-7.704 6.336-9.756 12.852-2.124 6.516-6.229 18.792-2.593 26.136 3.78 7.236 13.608 17.028 24.336 16.884 10.656-0.36 33.12-9.072 38.628-18.36 5.112-9.468-1.188-26.928-7.235-37.368-6.156-10.512-16.309-23.688-28.8-24.948-12.601-1.224-27.504 4.356-45.685 17.28-1.151-11.52-4.176-21.06-9.072-29.448-5.004-8.316-13.68-17.136-20.34-20.232-6.731-3.168-12.996-2.664-19.368 1.368-3.779 3.024-5.939 7.236-6.623 13.176-0.721 5.832 0.107 13.032 2.483 21.744 9.576 0.828 16.668 3.672 21.96 8.532 5.148 4.896 13.536 12.816 9.072 20.448-4.645 7.488-16.488 15.588-36.216 24.444l-3.925-8.568h0.001c7.308-10.296 9.323-21.492 6.479-34.416-3.096-13.068-11.88-31.464-24.12-42.408-12.35-10.908-28.41-18.144-49-22.248l9.756 24.264c-7.488-1.944-13.716-3.204-18.684-3.78-5.004-0.612-8.748-0.54-11.232 0.216l8.208 14.544c-8.388-4.572-17.856-5.292-28.692-2.016-10.872 3.276-22.824 10.404-36.144 21.528l13.032 9.864c-8.352 3.276-15.696 10.764-22.608 23.04-6.952 12.276-12.892 28.58-18.4 49.9 6.264-4.716 12.672-7.92 19.62-10.008 6.876-2.088 13.896-2.844 21.456-2.268l10.332 13.608c-4.68 4.824-6.66 11.484-6.084 20.52 0.54 8.964 1.944 24.768 9.504 32.977 7.632 8.063 19.224 13.248 35.604 15.551 0.648 10.117 3.96 18.721 9.936 26.352 6.048 7.561 14.472 13.789 25.848 18.828-2.844 11.449-1.476 21.133 3.816 30.025 5.4 8.676 14.58 16.092 28.08 22.248 2.268 13.607 6.732 23.363 13.789 29.412 7.056 5.939 21.527 8.027 28.008 6.551 6.336-1.584 9.576-6.732 9.864-15.732 4.464 6.373 9.18 11.449 14.436 15.805 5.184 4.283 10.944 8.713 16.704 9.684 5.724 0.865 13.968-0.072 17.352-4.463 3.204-4.5 3.996-11.916 2.232-22.393 7.992-2.916 12.924-8.027 14.796-15.48 1.764-7.631 2.232-21.275-3.6-29.123-5.94-7.885-16.164-13.5-31.356-17.389 1.332-4.355 0.54-8.893-2.231-13.607-2.916-4.861-7.669-9.721-14.688-14.977 3.096-4.5 4.932-8.027 5.508-10.98 0.54-2.879-0.18-5.039-2.16-6.336 9.973 0 16.92-2.879 21.673-8.639 4.571-6.014 6.659-16.777 5.976-26.029-0.828-9.324-5.724-22.463-10.404-28.728-4.752-6.228-10.584-8.784-17.784-8.064 2.664-3.564 4.177-7.704 4.536-12.276 0.252-4.716-1.116-11.736-2.7-15.372-1.655-3.672-4.031-5.868-7.128-6.588l12.564-18.36c5.544-6.084 10.8-10.476 16.056-13.32 5.17-2.866 10.06-4.198 14.96-3.838z"/>
+          <path d="m84.456 97.848c-15.264 4.104-24.768 17.748-21.744 28.944 2.988 11.16 15.156 18.468 30.42 14.4s23.4-16.488 20.376-27.648c-3.03-11.16-13.79-19.76-29.054-15.692z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m81.828 147.92c-10.62-4.032-20.664 4.572-22.428 19.26-1.728 14.687 5.472 29.88 16.092 33.912 10.62 4.033 20.664-4.607 22.428-19.26 1.728-14.68-5.436-29.87-16.092-33.91z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m123.12 106.49c-3.06 17.244 2.34 29.664 12.42 32.58 10.08 2.952 23.076-2.664 26.136-19.872 3.061-17.244-5.616-32.472-15.696-35.424s-19.84 5.504-22.86 22.714z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m152.32 154.19c-3.456 19.476 2.412 33.263 13.824 36.576 11.412 3.348 27.252-4.104 30.708-23.58 3.456-19.44-7.344-35.316-18.756-38.628-11.37-3.35-22.32 6.15-25.77 25.63z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m105.66 204.41c-3.456 19.477 3.564 30.527 14.976 33.875 11.376 3.313 25.416-4.031 28.872-23.508 3.456-19.475-5.832-32.832-17.244-36.143-11.42-3.35-23.15 6.3-26.61 25.78z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m165.74 258.66c3.204 15.984 15.444 28.547 24.948 25.74 9.468-2.844 17.243-20.52 14.04-36.541-3.24-15.984-16.236-24.227-25.704-21.383-9.51 2.8-16.53 16.16-13.29 32.18z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m173.77 306.54c-4.5 11.557 0.611 22.5 8.208 25.705 7.668 3.203 17.46-3.564 21.96-15.121 4.5-11.52 0.756-27.143-6.876-30.348-7.63-3.2-18.79 8.21-23.29 19.77z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m222.44 330.62c10.907 11.484 21.348 16.74 27.18 8.102 5.832-8.605 0.864-30.492-10.008-42.012-10.908-11.484-20.484-11.125-26.316-2.521-5.82 8.64-1.72 24.91 9.15 36.43z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m204.91 180.04c1.08 17.424 13.824 29.232 23.904 28.729 10.08-0.539 17.1-12.203 16.02-29.592-1.116-17.388-13.428-27.792-23.508-27.288-10.07 0.53-17.49 10.76-16.41 28.15z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m209.59 145.98c11.592 0.684 18.216-8.316 17.28-17.208-0.9-8.892-9.828-14.832-21.42-15.48-11.592-0.684-16.452 5.04-15.552 13.932 0.9 8.9 8.14 18.11 19.69 18.76z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m194.15 224.93c9.504 8.064 20.34 9.289 24.228 1.801 3.888-7.453-3.132-20.449-12.636-28.512-9.504-8.064-16.668-6.877-20.557 0.646-3.88 7.45-0.54 17.99 8.97 26.06z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m203.47 236.7c5.328-1.26 10.296-0.215 15.049 3.42 4.752 3.564 11.735 11.557 13.319 18 1.477 6.408-0.359 17.568-4.248 20.412-3.996 2.701-10.26 1.512-19.224-3.852 3.023-4.428 4.14-9.863 3.348-16.164-0.87-6.45-3.57-13.54-8.25-21.82z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m230.76 286.74c-0.684-6.625 0.612-10.873 4.284-13.176 3.636-2.34 11.7-2.305 17.244-0.432 5.4 1.836 12.132 6.623 15.336 11.592 3.132 4.824 5.76 12.779 3.42 17.496-2.52 4.607-8.388 7.955-18.036 10.188-3.023-8.172-6.156-14.148-9.936-18.504-3.8-4.25-7.73-6.74-12.3-7.17z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m160.67 244.44c-3.06 4.68-3.312 10.656-1.044 18.469 2.34 7.775 7.2 16.848 14.868 27.756-8.064 3.779-15.048 4.859-21.492 2.844-6.444-2.123-14.184-7.92-16.812-14.615-2.628-6.732-1.476-19.008 0.972-25.164 2.34-6.193 9.108-10.008 13.104-11.592 3.92-1.63 7.34-0.77 10.4 2.29z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m149.62 229.86c6.876 3.492 12.456 4.176 17.172 1.908 4.608-2.375 10.368-9.9 10.62-15.371 0.036-5.473-5.977-14.473-9.433-17.281-3.455-2.951-7.056-2.879-10.943-0.07 0.684 6.264 0.432 11.807-0.756 17.027-1.34 5.18-3.42 9.64-6.66 13.78z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m139.97 147.53c-6.588-0.648-11.592-2.268-15.012-5.148-3.456-2.916-5.292-6.84-5.652-11.916-5.184 1.152-9.18 4.032-12.276 9.072-3.132 4.932-6.084 13.212-6.084 20.521 0 7.2 1.908 14.544 5.868 22.428 4.14-5.797 8.64-9.504 13.644-10.98 4.968-1.548 10.296-1.008 16.128 1.764 2.268-4.14 3.708-8.28 4.32-12.564 0.57-4.32 0.21-8.71-0.94-13.17z" i:knockout="Off" fill="#FF00FF"/>
+          <path d="m197.39 22.14l-5.508 0.828c1.08 2.376 1.368 5.76 1.008 10.296-0.432 4.464-1.512 10.044-3.384 16.74 4.032 1.476 8.101 3.96 12.348 7.74 4.177 3.672 11.017 9.144 12.889 14.472 1.8 5.292 5.04 10.152-1.8 16.956-7.021 6.66-19.801 14.256-39.313 22.932l0.864 5.868c5.399-1.296 11.016-3.168 17.424-5.616 6.336-2.448 14.796-5.328 20.376-9.072 5.436-3.888 9.432-6.48 12.132-14.004 2.521-7.74 5.688-21.492 3.528-31.536-2.269-10.224-11.304-22.5-16.416-28.512-5.12-6.008-9.83-8.24-14.15-7.088z" i:knockout="Off" fill="#408000"/>
+          <path d="m232.88 76.572c5.688-6.084 12.132-10.548 19.765-13.536 7.56-2.988 16.848-6.804 25.523-4.248 8.568 2.556 20.809 11.052 25.74 19.26 4.788 8.1 6.876 21.672 3.06 29.052-4.067 7.272-18.468 14.04-26.531 14.472-8.101 0.18-19.513-5.328-21.313-12.492-1.764-7.344 5.184-25.704 10.98-30.348 5.688-4.536 19.188-0.72 23.292 3.096 4.031 3.708 4.031 15.48 0.972 18.936-3.24 3.348-9.72 3.744-19.836 1.188l3.888-10.476c4.536 3.024 7.668 4.356 9.828 3.996 2.052-0.432 4.788-4.932 2.521-6.408-2.557-1.548-12.421-4.32-16.813-2.628-4.464 1.656-9.432 7.956-9.072 12.528 0.36 4.428 6.408 12.024 11.34 14.328 4.824 2.196 13.248 2.484 17.784-0.936 4.464-3.636 10.729-12.816 8.929-19.908-1.944-7.236-12.528-18.612-20.521-22.32-8.28-3.744-18.72-2.916-27.972 0.54-9.252 3.492-18.036 10.008-26.928 20.088 1.77-4.71 3.57-9.426 5.37-14.178z" i:knockout="Off" fill="#408000"/>
+          <path d="m168.59 96.156c5.544-11.16 6.948-21.672 4.068-32.076-3.024-10.44-12.636-21.528-21.348-29.916-8.748-8.496-18.9-15.012-30.744-20.232l0.288 16.56-24.984-2.736 2.224 14.148c-11.412-2.484-21.852-2.628-31.608-0.288-9.828 2.376-18.576 6.912-26.784 14.148l10.368 11.304c-6.804 0.504-13.284 5.256-19.728 14.652-6.516 9.396-12.6 22.896-18.684 41.184 6.948-4.644 14.148-7.272 21.888-7.74 7.704-0.54 15.66 1.08 24.156 4.716 1.764-11.664 6.12-19.692 13.5-24.912 7.416-5.148 22.392-6.3 30.204-5.688 7.632 0.54 12.852 3.492 15.66 9 5.904-10.08 11.88-16.668 18.072-19.764 6.12-3.204 13.68-3.024 18.792 0.936 5.004 3.924 8.748 11.448 11.375 22.716 1.09-1.98 2.17-3.998 3.29-6.014z" i:knockout="Off" fill="#408000"/>
+          <path d="m137.38 95.04c1.836-1.296 4.608-2.808 7.488-2.052 2.736 0.72 7.416 2.736 9.036 6.588 1.476 3.888 0.792 15.264 0.324 16.056-0.504 0.54-1.548-9.756-3.276-12.564-1.836-2.988-4.104-4.176-6.948-4.68-2.88-0.54-8.568 2.052-9.684 1.548-1.16-0.686 1.26-3.71 3.06-4.898z" i:knockout="Off" fill="#FFFFFF"/>
+          <path d="m168.73 141.3c2.124-1.512 5.688-3.42 9.144-2.52s9.036 3.42 11.052 8.1c1.836 4.68 0.937 18.756 0.36 19.584-0.72 0.576-1.872-11.808-3.996-15.336-2.232-3.564-5.004-5.148-8.46-5.724-3.42-0.612-10.512 2.484-11.844 1.908-1.36-0.79 1.56-4.61 3.75-6.01z" i:knockout="Off" fill="#FFFFFF"/>
+          <path d="m223.09 163.04c1.62-1.116 4.429-2.736 7.057-1.944 2.592 0.72 6.947 2.628 8.495 6.264 1.44 3.672 0.721 14.365 0.324 15.121-0.468 0.396-1.548-9.108-3.096-11.844-1.729-2.808-3.96-3.96-6.552-4.428-2.809-0.54-7.992 1.944-9.145 1.476-0.99-0.65 1.13-3.49 2.93-4.65z" i:knockout="Off" fill="#FFFFFF"/>
+          <path d="m119.09 190.15c2.664-1.801 6.876-4.213 11.088-3.061 4.068 1.045 10.98 4.176 13.356 9.793 2.304 5.688 1.116 22.68 0.468 23.76-0.828 0.756-2.304-14.328-4.86-18.613-2.7-4.283-6.12-6.227-10.26-6.947-4.14-0.793-12.708 3.096-14.328 2.34-1.7-0.93 1.9-5.58 4.53-7.27z" i:knockout="Off" fill="#FFFFFF"/>
+          <path d="m178.34 236.41c2.053-1.477 5.652-3.313 9-2.447 3.276 0.791 8.893 3.383 10.872 7.92 1.836 4.57 0.937 18.467 0.36 19.332-0.612 0.539-1.872-11.629-3.924-15.121-2.196-3.455-4.933-5.148-8.353-5.652-3.527-0.611-10.188 2.484-11.628 1.908-1.29-0.72 1.41-4.64 3.67-5.94z" i:knockout="Off" fill="#FFFFFF"/>
+          <path d="m239.69 279.83c2.159-1.512 5.615-2.988 9-2.484 3.312 0.469 10.512 3.961 10.476 5.184-0.252 1.045-7.704 0.686-11.521 1.297-3.96 0.504-10.296 2.484-11.628 1.908-1.3-0.76 1.4-4.54 3.67-5.91z" i:knockout="Off" fill="#FFFFFF"/>
+          <path d="m225.25 292.28c2.484 0.252 6.408 1.369 9 3.889 2.556 2.52 6.912 9.973 6.264 10.836-0.899 0.648-6.876-4.32-10.548-6.443-3.672-2.088-10.188-4.752-10.943-6.049-0.79-1.41 3.6-2.52 6.23-2.24z" i:knockout="Off" fill="#FFFFFF"/>
+          <path d="m89.244 101.2c2.484 0.252 6.408 1.368 9 3.888 2.556 2.448 6.912 9.936 6.264 10.8-0.9 0.54-6.876-4.248-10.548-6.444-3.708-2.088-10.116-4.752-10.908-6.048-0.83-1.45 3.634-2.46 6.19-2.2z" i:knockout="Off" fill="#FFFFFF"/>
+        </g>
+      </g>
+    </g>
+  </switch>
+  <metadata>
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"/>
+        <dc:publisher>
+          <cc:Agent rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title>Simple Fruit Grapes</dc:title>
+        <dc:date>2007-11-15T00:18:12</dc:date>
+        <dc:description/>
+        <dc:source>https://openclipart.org/detail/8531/simple-fruit-grapes-by-gerald_g</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Gerald_G</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>food</rdf:li>
+            <rdf:li>fruit</rdf:li>
+            <rdf:li>grape</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
+        <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
+        <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/landuse/wetland.svg
===================================================================
--- /trunk/resources/images/presets/landuse/wetland.svg	(revision 16006)
+++ /trunk/resources/images/presets/landuse/wetland.svg	(revision 16006)
@@ -0,0 +1,196 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="wetland.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313708"
+     inkscape:cx="10.114146"
+     inkscape:cy="-7.4187777"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="false"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       id="XMLID_33_"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       class="st0"
+       width="16.000004"
+       height="16.000042"
+       style="fill:#ffffff" />
+    <rect
+       id="XMLID_32_"
+       x="8.000001"
+       y="1040.3622"
+       class="st1"
+       width="4.000001"
+       height="0.99997616"
+       style="fill:#2090cf" />
+    <rect
+       id="XMLID_31_"
+       x="13.000002"
+       y="1037.3621"
+       class="st1"
+       width="3.0000005"
+       height="1.0201575"
+       style="fill:#2090cf" />
+    <rect
+       id="XMLID_30_"
+       x="11.000002"
+       y="1049.3621"
+       class="st1"
+       width="4.0000005"
+       height="1.0000415"
+       style="fill:#2090cf" />
+    <rect
+       id="XMLID_29_"
+       x="0.0046444535"
+       y="1044.3621"
+       class="st1"
+       width="2.9953556"
+       height="0.99997544"
+       style="fill:#2090cf" />
+    <rect
+       id="XMLID_28_"
+       x="5.0000005"
+       y="1047.3621"
+       class="st1"
+       width="4.0000005"
+       height="1.0000411"
+       style="fill:#2090cf" />
+    <rect
+       id="XMLID_27_"
+       x="0.93384117"
+       y="1050.3621"
+       class="st1"
+       width="4.0661592"
+       height="1.0000416"
+       style="fill:#2090cf" />
+    <rect
+       id="XMLID_26_"
+       x="1.9999999"
+       y="1038.3621"
+       class="st1"
+       width="4.000001"
+       height="1.0000395"
+       style="fill:#2090cf" />
+    <rect
+       id="XMLID_25_"
+       x="4.0000005"
+       y="1042.3621"
+       class="st1"
+       width="4.0000005"
+       height="1.0000402"
+       style="fill:#2090cf" />
+    <rect
+       id="XMLID_24_"
+       x="10.000001"
+       y="1045.3621"
+       class="st1"
+       width="4.0000014"
+       height="1.0000405"
+       style="fill:#2090cf" />
+    <g
+       id="g25"
+       transform="matrix(0.07235156,0,0,0.07235156,-25.927739,1028.6929)">
+      <path
+         class="st3"
+         d="M 362.7,285.1"
+         id="path27"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#1f3d8a;stroke-miterlimit:10" />
+    </g>
+    <g
+       id="g29"
+       transform="matrix(0.07235156,0,0,0.07235156,-25.927739,1028.6929)">
+      <path
+         class="st3"
+         d="M 354.7,296.1"
+         id="path31"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#1f3d8a;stroke-miterlimit:10" />
+    </g>
+    <g
+       id="g33"
+       transform="matrix(0.07235156,0,0,0.07235156,-25.927739,1028.6929)">
+      <path
+         class="st4"
+         d="M 354.7,296.1"
+         id="path35"
+         inkscape:connector-curvature="0"
+         style="fill:none;stroke:#9c672c;stroke-width:2;stroke-miterlimit:10;stroke-dasharray:2, 1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/advertising_column.svg
===================================================================
--- /trunk/resources/images/presets/leisure/advertising_column.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/advertising_column.svg	(revision 16006)
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16.000002"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="01.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-9.401044"
+     inkscape:cy="15.432182"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-359px"
+       originy="-480px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-359,-556.36218)">
+    <rect
+       style="fill:#333333;fill-opacity:1;stroke:none"
+       id="rect2993"
+       width="9"
+       height="2"
+       x="359"
+       y="570.36218" />
+    <path
+       style="fill:#333333;fill-opacity:1;stroke:none"
+       d="m 359,559.36218 0,-2 4.5,-1 4.5,1 0,2 z"
+       id="path3765"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+    <rect
+       style="fill:#c87137;fill-opacity:1;stroke:none"
+       id="rect3769"
+       width="2"
+       height="1"
+       x="362"
+       y="559.36218" />
+    <rect
+       style="fill:#ffff00;fill-opacity:1;stroke:none"
+       id="rect3773"
+       width="5"
+       height="5"
+       x="362"
+       y="560.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3775"
+       width="2"
+       height="4"
+       x="360"
+       y="560.36218" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none"
+       id="rect3777"
+       width="3"
+       height="4"
+       x="360"
+       y="564.36218" />
+    <rect
+       style="fill:#0000ff;fill-opacity:1;stroke:none"
+       id="rect3779"
+       width="4"
+       height="3"
+       x="363"
+       y="565.36218" />
+    <rect
+       style="fill:#ffcc00;fill-opacity:1;stroke:none"
+       id="rect3781"
+       width="4"
+       height="3"
+       x="360"
+       y="567.36218" />
+    <rect
+       style="fill:#800080;fill-opacity:1;stroke:none"
+       id="rect3783"
+       width="3"
+       height="2"
+       x="364"
+       y="568.36218" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect3771"
+       width="3"
+       height="3"
+       x="364"
+       y="559.36218" />
+    <rect
+       style="fill:#aa0000;fill-opacity:1;stroke:none"
+       id="rect3767"
+       width="2"
+       height="2"
+       x="360"
+       y="559.36218" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/bandstand.svg
===================================================================
--- /trunk/resources/images/presets/leisure/bandstand.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/bandstand.svg	(revision 16006)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="15.svg">
+  <defs
+     id="defs4">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313708"
+     inkscape:cx="-5.8120616"
+     inkscape:cy="7.3142185"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <path
+       id="path4505"
+       d="m 12.950121,1044.5987 h 1.099758 v 8.3134 h -1.099758 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.90024137px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4507"
+       d="m 1.9506728,1044.5695 h 1.0986544 v 8.342 H 1.9506728 Z"
+       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.90134561px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4509"
+       d="m 0.65608686,1045.0952 c 2.86231384,-1.608 4.85576634,-3.1193 7.34391344,-6.7697 1.8047296,2.9678 4.7539467,5.1619 7.3439127,6.7697 l -0.47895,0.7768 -2.47458,-1.6645 c -3.2916596,-0.034 -5.6880806,0 -8.7807657,0 l -2.4745795,1.6645 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0353359px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       id="path4511"
+       d="m 0.65608686,1045.0952 c 2.93149114,-1.6752 5.93722924,-3.835 7.34391344,-6.7697 1.2124028,2.3936 3.9145767,4.882 7.3439127,6.7697 l -0.47895,0.7768 -2.47458,-1.6645 c -3.8177457,-0.1512 -6.1379732,0.1354 -8.7807657,0 l -2.4745795,1.6645 z"
+       style="fill:#d40000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.17652678"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       id="path4513"
+       d="m 1.9506728,1044.5695 h 1.0986544 v 8.342 H 1.9506728 Z"
+       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.02426386"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4515"
+       d="m 12.950121,1044.5987 h 1.099758 v 8.3134 h -1.099758 z"
+       style="fill:#d40000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.02300906"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4517"
+       d="m 7.1959317,1045.4231 v 4.6145 c -1.6156554,-0.577 -2.3225045,0.2884 -2.019569,1.1535 0.3029352,0.5768 1.7166335,0.9615 2.6254396,-0.1923 0,-0.9612 -0.1009783,-2.3562 -0.1009783,-3.606 l 2.524463,0.9615 v 2.5485 c -1.5146783,-0.5768 -2.3225061,0.2883 -1.9185923,1.1535 0.2019569,0.5768 1.6156555,0.9614 2.5244633,-0.1922 v -5.1913 0 0 c -0.302935,-0.097 -3.4332693,-1.2497 -3.6352263,-1.2497 z m 0.5048922,0.9615 2.5244631,0.9611 v 0.5283 l -2.5244631,-0.9614 z"
+       style="fill:#409dff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.23159504"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/bbq.svg
===================================================================
--- /trunk/resources/images/presets/leisure/bbq.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/bbq.svg	(revision 16006)
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="bbq2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="48.127455"
+     inkscape:cx="6.9045354"
+     inkscape:cy="9.5957136"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#00669c;stroke-width:0.83655584;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4161"
+       width="15.163444"
+       height="15.163445"
+       x="0.41827792"
+       y="1036.7805"
+       rx="1.8965528"
+       ry="2.1267412" />
+    <path
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00669c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4145"
+       sodipodi:type="arc"
+       sodipodi:cx="7.4151788"
+       sodipodi:cy="1043.5742"
+       sodipodi:rx="4.8839288"
+       sodipodi:ry="4.4040179"
+       sodipodi:start="0"
+       sodipodi:end="3.1415927"
+       d="m 12.299108,1043.5742 a 4.8839288,4.4040179 0 0 1 -2.4419649,3.814 4.8839288,4.4040179 0 0 1 -4.8839288,0 4.8839288,4.4040179 0 0 1 -2.4419643,-3.814 l 4.8839288,0 z" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#00669c;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3,1050.8333 3,-5"
+       id="path4147"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#00669c;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.882461,1050.8039 -1,-5"
+       id="path4149"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#00669c;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 12.293848,1050.6276 -3.0000004,-5"
+       id="path4151"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#00669c;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 14.774573,1037.5238 -1.69146,1.8384"
+       id="path4153"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#00669c;stroke-width:0.92784739px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9.8851159,1040.663 c 2.7244261,-3.178 4.8589401,-0.8588 1.8719581,1.8291"
+       id="path4155"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#00669c;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3.59375,1038.5899 c 0.1766654,2.4283 1.8453544,2.0036 1.875,4.1964"
+       id="path4157"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4159"
+       d="m 5.59375,1038.5899 c 0.1766654,2.4283 1.8453544,2.0036 1.875,4.1964"
+       style="fill:none;fill-rule:evenodd;stroke:#00669c;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/beach_resort.svg
===================================================================
--- /trunk/resources/images/presets/leisure/beach_resort.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/beach_resort.svg	(revision 16006)
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   sodipodi:docname="sonnenschirm22.svg"
+   viewBox="0 0 16 16"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="16"
+   height="16">
+  <defs
+     id="defs8" />
+  <sodipodi:namedview
+     id="namedview7"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     guidetolerance="10"
+     pagecolor="#ffffff"
+     gridtolerance="10"
+     inkscape:window-maximized="1"
+     inkscape:zoom="136.125"
+     objecttolerance="10"
+     borderopacity="1"
+     inkscape:current-layer="svg2"
+     inkscape:cx="6.1211213"
+     inkscape:cy="2.004816"
+     inkscape:window-y="-8"
+     inkscape:showpageshadow="false"
+     inkscape:window-x="-8"
+     inkscape:window-width="1680"
+     showgrid="true"
+     inkscape:pageopacity="0"
+     inkscape:window-height="988"
+     showborder="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <g
+     transform="matrix(0.07241444,0.04389037,-0.04761145,0.08104442,2.2335397,-39.342888)"
+     id="g4138"
+     style="fill:#ff0000">
+    <path
+       inkscape:connector-curvature="0"
+       d="m 381.8346,391.5447 c 2.4325,-4.1228 9.1607,-9.6569 15.741,-12.947 5.4113,-2.7058 18.38,-5.7362 24.548,-5.7362 2.1087,0 4.0946,-0.42155 4.413,-0.93678 1.978,-3.2004 -7.978,-18.9 -17.189,-27.106 -10.016,-8.9227 -32.972,-17.444 -50.772,-18.846 -10.97032,-0.41058 -34.00566,-5.55473 -20.0232,7.7787 5.8647,5.5466 12.07,13.783 17.049,22.628 1.6641,2.9566 3.9407,6.412 5.0592,7.6788 1.1184,1.2668 2.5913,3.61 3.273,5.2071 0.68172,1.5971 2.71,5.1971 4.5072,8 7.2938,11.375 8.3793,13.215 9.0598,15.359 0.97561,3.0739 2.0403,2.8086 4.3346,-1.08 z"
+       style="fill:#ff0000"
+       sodipodi:nodetypes="cssssccssccccc"
+       id="path4140" />
+  </g>
+  <g
+     transform="matrix(0.07241444,0.04389037,-0.04761145,0.08104442,6.8373885,-25.801563)"
+     id="g4157"
+     style="fill:#ffff00">
+    <path
+       inkscape:connector-curvature="0"
+       d="m 178.89758,304.18379 c 15.289,-9.4066 43.924,-13.906 60.469,-9.5019 2.9128,0.77536 5.9073,1.4151 6.6544,1.4216 2.4294,0.0212 0.34225,-4.7685 -7.4101,-17.005 -4.0966,-6.4662 -7.4483,-12.069 -7.4483,-12.45 0,-0.38144 -1.6397,-3.2448 -3.6438,-6.363 -2.0041,-3.1182 -5.1509,-8.0202 -6.9929,-10.893 -6.5564,-10.227 -19.363,-21.805 -19.363,-17.506 0,0.42333 -2.0044,3.4495 -4.4543,6.7249 -5.8713,7.8497 -13.574,23.366 -18.37,37.005 -4.9976,14.213 -7.5892,31.5 -4.7224,31.5 0.284,0 2.6606,-1.3192 5.2814,-2.9316 z"
+       style="fill:#ffff00"
+       sodipodi:nodetypes="ssssssssssccs"
+       id="path4159" />
+  </g>
+  <g
+     transform="matrix(0.07169747,0.04345581,-0.04714005,0.080242,21.572042,-13.024977)"
+     id="g4161"
+     style="fill:#ff0000">
+    <path
+       inkscape:connector-curvature="0"
+       d="m -56.626918,263.82726 c 1.628019,-11.45138 7.598129,-28.84055 14.544,-42.36344 1.594285,-3.10363 4.046767,-7.91548 5.449859,-10.69287 1.403092,-2.7775 3.848302,-6.38613 5.4338,-8.0192 5.353,-5.51379 4.507226,-5.76165 -12.30988,-3.60641 -11.16858,1.43127 -15.61561,2.52924 -24.239998,5.98566 -12.40987,4.97345 -25.62471,14.42078 -34.816713,24.88943 -7.22393,8.22817 -13.07142,21.05951 -14.13899,31.02417 -0.81102,7.57319 -0.64482,7.73509 5.34795,5.20807 4.75609,-2.00556 17.804273,-2.40128 31.025173,-0.94089 10.37876,1.14635 13.02092,2.06252 18.07294,6.26625 1.607415,1.33754 3.258561,2.06534 3.669126,1.61741 0.410555,-0.44791 1.293709,-4.66368 1.962531,-9.36836 z"
+       style="fill:#ff0000"
+       sodipodi:nodetypes="ssssssssssccss"
+       id="path4163" />
+  </g>
+  <g
+     id="g4"
+     transform="matrix(0.07169747,0.04345581,-0.04714005,0.080242,2.3736738,-38.889047)"
+     style="fill:#4d4d4d">
+    <path
+       id="path2954"
+       sodipodi:nodetypes="csssssssssssssssssssssssssccccssssssssssccsssssssssssccsscsssssssssccccc"
+       style="fill:#4d4d4d"
+       d="m 335.05307,467.84424 c -1.2707,-54.675 -0.4699,-68.38848 -1.36247,-70.06048 -0.8216,-1.539 -0.52368,-1.01446 -4.13678,-0.47256 -5.2256,0.78363 -20.121,6.6669 -25.539,10.087 -5.0991,3.2189 -7.9468,3.107 -11.351,-0.44606 -1.5322,-1.5992 -5.4939,-4.1231 -8.8039,-5.6085 -5.367,-2.4085 -7.5473,-2.7534 -20.151,-3.1878 -14.043,-0.48388 -14.181,-0.46714 -21.521,2.6085 -7.4181,3.1083 -10.13,3.7386 -10.092,2.3455 0.0114,-0.4125 0.88492,-5.989 1.9412,-12.392 3.0216,-18.318 5.4827,-22.768 21.06,-38.084 7.1189,-6.9996 14.829,-13.917 17.134,-15.372 4.5676,-2.8834 18.68,-8.0123 25.844,-9.3927 2.475,-0.4769 6.3,-1.3186 8.5,-1.8704 2.2,-0.55184 7.5291,-1.2103 11.842,-1.4633 8.4823,-0.49752 9.3159,-0.89336 9.8228,-4.6648 0.4098,-3.0486 3.8347,-4.1257 3.8347,-1.206 0,3.7239 2.0278,4.2259 13.465,3.3333 8.7138,-0.68007 12.633,-0.50409 20.41,0.91647 12.504,2.284 24.881,6.2471 33.625,10.767 11.962,6.1828 28.881,25.097 31.624,35.353 1.7558,6.5649 0.92455,7.9317 -4.3817,7.2044 -11.712,-1.6053 -34.13,6.964 -39.808,15.217 -1.5934,2.3159 -4.0718,5.0665 -5.5076,6.1124 -2.5866,1.8842 -2.7083,1.876 -13.269,-0.89529 -11.531,-3.0259 -15.80647,-3.90855 -17.69147,-2.02355 -0.89903,0.89903 -0.55654,13.56859 -0.55654,48.50859 0,0 -0.0195,31.89332 -0.0305,46.27432 -0.54473,5.051 -3.53518,6.95449 -7.16516,8.97117 -3.38248,-1.15519 -7.26946,-10.16657 -7.73556,-30.55921 z M 305.81,401.93 c 15.289,-9.4066 43.924,-13.906 60.469,-9.5019 2.9128,0.77536 5.9073,1.4151 6.6544,1.4216 2.4294,0.0212 0.34225,-4.7685 -7.4101,-17.005 -4.0966,-6.4662 -7.4483,-12.069 -7.4483,-12.45 0,-0.38144 -1.6397,-3.2448 -3.6438,-6.363 -2.0041,-3.1182 -5.1509,-8.0202 -6.9929,-10.893 -6.5564,-10.227 -19.363,-21.805 -19.363,-17.506 0,0.42333 -2.0044,3.4495 -4.4543,6.7249 -5.8713,7.8497 -13.574,23.366 -18.37,37.005 -4.9976,14.213 -7.5892,31.5 -4.7224,31.5 0.284,0 2.6606,-1.3192 5.2814,-2.9316 z m -8.7654,-8.0377 c 1.6119,-11.338 7.5229,-28.555 14.4,-41.944 1.5785,-3.0729 4.0067,-7.8371 5.3959,-10.587 1.3892,-2.75 3.8102,-6.3229 5.38,-7.9398 5.3,-5.4592 4.4626,-5.7046 -12.188,-3.5707 -11.058,1.4171 -15.461,2.5042 -24,5.9264 -12.287,4.9242 -25.371,14.278 -34.472,24.643 -7.1524,8.1467 -12.942,20.851 -13.999,30.717 -0.80299,7.4982 -0.63843,7.6585 5.295,5.1565 4.709,-1.9857 17.628,-2.3775 30.718,-0.93157 10.276,1.135 12.892,2.0421 17.894,6.2042 1.5915,1.3243 3.2263,2.0449 3.6328,1.6014 0.40649,-0.44348 1.2809,-4.6175 1.9431,-9.2756 z m 84.79,-2.3476 c 2.4325,-4.1228 9.1607,-9.6569 15.741,-12.947 5.4113,-2.7058 18.38,-5.7362 24.548,-5.7362 2.1087,0 4.0946,-0.42155 4.413,-0.93678 1.978,-3.2004 -7.978,-18.9 -17.189,-27.106 -10.016,-8.9227 -32.972,-17.444 -50.772,-18.846 -11.423,-0.89988 -24.673,-0.12741 -25.198,1.469 -0.19533,0.59388 2.1333,3.4333 5.1748,6.3097 5.8647,5.5466 12.07,13.783 17.049,22.628 1.6641,2.9566 3.9407,6.412 5.0592,7.6788 1.1184,1.2668 2.5913,3.61 3.273,5.2071 0.68172,1.5971 2.71,5.1971 4.5072,8 7.2938,11.375 8.3793,13.215 9.0598,15.359 0.97561,3.0739 2.0403,2.8086 4.3346,-1.08 z"
+       inkscape:connector-curvature="0" />
+  </g>
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2010-08-29T20:47:21</dc:date>
+        <dc:description>umbrella outline</dc:description>
+        <dc:source>https://openclipart.org/detail/82753/umbrella-by-mireille</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>mireille</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>art line</rdf:li>
+            <rdf:li>black and white</rdf:li>
+            <rdf:li>outline</rdf:li>
+            <rdf:li>umbrella</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/leisure/bench.svg
===================================================================
--- /trunk/resources/images/presets/leisure/bench.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/bench.svg	(revision 16006)
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="6"
+   viewBox="0 0 16 6"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="bench2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="2.3066721"
+     inkscape:cy="2.2027743"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="-5.0000174" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1041.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="16"
+       height="3"
+       x="0"
+       y="1041.3622"
+       ry="0.5" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4153"
+       width="3"
+       height="4"
+       x="2"
+       y="1043.3622"
+       ry="0.5" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e6e6e6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4155"
+       width="3"
+       height="4"
+       x="11"
+       y="1043.3622"
+       ry="0.5" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="14"
+       height="1"
+       x="1"
+       y="1042.3622"
+       ry="0.5" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="1"
+       height="4"
+       x="3"
+       y="1042.3622"
+       ry="0.5" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="1"
+       height="4"
+       x="12"
+       y="1042.3622"
+       ry="0.5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/billboard.svg
===================================================================
--- /trunk/resources/images/presets/leisure/billboard.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/billboard.svg	(revision 16006)
@@ -0,0 +1,274 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="120"
+   viewBox="0 0 160 120"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="21.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4347"
+       id="linearGradient3096"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.17197244,0,0,0.13798973,9.3315376,948.21259)"
+       x1="357.79999"
+       y1="556.90997"
+       x2="456.60001"
+       y2="556.90997" />
+    <linearGradient
+       id="linearGradient4347"
+       y2="556.90997"
+       gradientUnits="userSpaceOnUse"
+       x2="456.60001"
+       gradientTransform="matrix(1.0492,0,0,0.83928,66.33,399.54)"
+       y1="556.90997"
+       x1="357.79999">
+      <stop
+         id="stop3825"
+         style="stop-color:#8a8a8a"
+         offset="0" />
+      <stop
+         id="stop3827"
+         style="stop-color:#676767"
+         offset=".071429" />
+      <stop
+         id="stop3829"
+         style="stop-color:#878787"
+         offset=".14286" />
+      <stop
+         id="stop3831"
+         style="stop-color:#b5b5b5"
+         offset=".21429" />
+      <stop
+         id="stop3833"
+         style="stop-color:#d7d7d7"
+         offset=".28571" />
+      <stop
+         id="stop3835"
+         style="stop-color:#d5d5d5"
+         offset=".35714" />
+      <stop
+         id="stop3837"
+         style="stop-color:#c3c3c3"
+         offset=".42857" />
+      <stop
+         id="stop3839"
+         style="stop-color:#b3b3b3"
+         offset=".5" />
+      <stop
+         id="stop3841"
+         style="stop-color:#a3a3a3"
+         offset=".57143" />
+      <stop
+         id="stop3843"
+         style="stop-color:#929292"
+         offset=".64286" />
+      <stop
+         id="stop3845"
+         style="stop-color:#7a7a7a"
+         offset=".71429" />
+      <stop
+         id="stop3847"
+         style="stop-color:#696969"
+         offset=".78571" />
+      <stop
+         id="stop3849"
+         style="stop-color:#686868"
+         offset=".85714" />
+      <stop
+         id="stop3851"
+         style="stop-color:#656565"
+         offset=".92857" />
+      <stop
+         id="stop3853"
+         style="stop-color:#797979"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4353"
+       id="linearGradient3098"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(3.2022,122.35)"
+       x1="446.25"
+       y1="689.37"
+       x2="446.25"
+       y2="715.01001" />
+    <linearGradient
+       id="linearGradient4353"
+       y2="715.01001"
+       gradientUnits="userSpaceOnUse"
+       x2="446.25"
+       gradientTransform="translate(3.2022,122.35)"
+       y1="689.37"
+       x1="446.25">
+      <stop
+         id="stop4109"
+         style="stop-color:#717171"
+         offset="0" />
+      <stop
+         id="stop4111"
+         style="stop-color:#e3e3e3"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="29.418382"
+     inkscape:cy="85.412106"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-933.3622)">
+    <rect
+       id="rect2985"
+       style="fill:url(#linearGradient3096);fill-rule:evenodd;stroke-width:0.16416109"
+       rx="2.1065476"
+       ry="1.9469956"
+       height="56.602951"
+       width="15.704368"
+       y="996.75928"
+       x="72.149345" />
+    <g
+       transform="matrix(0.16390816,0,0,0.17679483,-1.1905774,859.07004)"
+       id="g4132">
+      <g
+         transform="matrix(1,0,0,0.83333,21.422,173.53)"
+         id="g4125">
+        <rect
+           x="33.09"
+           y="740.15002"
+           width="16.011"
+           height="25.618"
+           style="fill:#000000;fill-rule:evenodd"
+           id="rect4115" />
+        <rect
+           x="898.76001"
+           y="740.15002"
+           width="16.011"
+           height="25.618"
+           style="fill:#000000;fill-rule:evenodd"
+           id="rect4117" />
+        <rect
+           x="682.34003"
+           y="740.15002"
+           width="16.011"
+           height="25.618"
+           style="fill:#000000;fill-rule:evenodd"
+           id="rect4119" />
+        <rect
+           x="249.50999"
+           y="740.15002"
+           width="16.011"
+           height="25.618"
+           style="fill:#000000;fill-rule:evenodd"
+           id="rect4121" />
+        <rect
+           x="465.92001"
+           y="740.15002"
+           width="16.011"
+           height="25.618"
+           style="fill:#000000;fill-rule:evenodd"
+           id="rect4123" />
+      </g>
+      <path
+         inkscape:connector-curvature="0"
+         d="m 966.48,812.6 9.1053,-0.0628 6.5646,23.891 -13.718,-0.2011 -473.09,0.061 -473.09,0.0242 -13.718,0.20109 6.5646,-23.891 9.1053,0.0628 471.13,-0.0833 z"
+         style="fill:url(#linearGradient3098);stroke:#000000;stroke-width:1.92869997"
+         id="path4083-2" />
+    </g>
+    <g
+       transform="matrix(0.16390816,0,0,0.17679483,-0.80065643,878.69604)"
+       id="g4071"
+       style="fill:#803300">
+      <rect
+         x="14.971"
+         y="312.10001"
+         width="956"
+         height="366"
+         style="fill:#803300;stroke:#000000;stroke-width:5.78609991"
+         id="rect4043" />
+      <rect
+         x="20.938"
+         y="317.76999"
+         width="944.06"
+         height="354.66"
+         style="fill:#803300;fill-rule:evenodd;stroke:#828282;stroke-width:5.78609991"
+         id="rect4043-1" />
+    </g>
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:1.96993315px;line-height:0%;font-family:Calibri;letter-spacing:6.70076561px;word-spacing:0px;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:0.1641611"
+       x="6.1893835"
+       y="998.85687"
+       id="text3111"
+       transform="scale(1.0158361,0.98441078)"><tspan
+         sodipodi:role="line"
+         id="tspan3113"
+         x="6.1893835"
+         y="998.85687"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:55.11597824px;line-height:1.25;font-family:Calibri;fill:#ffcc00;stroke-width:0.1641611">JOSM</tspan></text>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/bird_hide.svg
===================================================================
--- /trunk/resources/images/presets/leisure/bird_hide.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/bird_hide.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="4.5155554mm"
+   height="4.5155554mm"
+   viewBox="0 0 16 16"
+   id="svg3616"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="02.svg">
+  <defs
+     id="defs3618" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="10.68096"
+     inkscape:cy="1.3277302"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3644"
+       originx="3.0589981"
+       originy="3.0584999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3621">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(522.28571,261.35208)">
+    <g
+       transform="matrix(1.6191054,0,0,1.6189416,-523.20536,-261.35208)"
+       id="g252">
+      <path
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0"
+         d="M 1.75,0.2 C 1.209,0.2 0.768,0.64 0.768,1.18 l 0,7.523 c 0,0.54 0.441,0.979 0.982,0.979 l 7.52,0 c 0.541,0 0.98,-0.439 0.98,-0.979 l 0,-7.523 C 10.25,0.64 9.811,0.201 9.27,0.201 l -7.52,0 z"
+         id="path254" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 9.27,9.883 c 0.652,0 1.18,-0.527 1.18,-1.18 l 0,-7.523 C 10.449,0.527 9.922,0 9.27,0 L 1.75,0 C 1.098,0 0.568,0.527 0.568,1.18 l 0,7.523 c 0,0.652 0.529,1.18 1.182,1.18 l 7.52,0 z"
+         id="path256" />
+      <rect
+         style="fill:#ffffff"
+         x="3.6619999"
+         y="1.545"
+         width="1.2539999"
+         height="0.898"
+         id="rect258" />
+      <path
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0"
+         d="M 6.332,5.42 C 6.213,5.42 6.117,5.324 6.117,5.205 l 0,-2.48 1.896,0 0.799,3.385 -0.003,0.218 0,1.496 c 0,0.115 -0.094,0.209 -0.209,0.209 l -1.844,0 C 6.641,8.033 6.547,7.939 6.547,7.824 l 0,-2.404 -0.199,0"
+         id="path260" />
+      <path
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0"
+         d="M 4.695,5.426 C 4.814,5.426 4.91,5.33 4.91,5.211 l 0,-2.482 -1.892,0 -0.801,3.384 0.004,0.221 0,1.496 c 0,0.115 0.094,0.209 0.209,0.209 l 1.842,0 c 0.117,0 0.211,-0.094 0.211,-0.209 l 0,-2.404 0.197,0"
+         id="path262" />
+      <rect
+         style="fill:#ffffff"
+         x="5.1880002"
+         y="2.7290001"
+         width="0.64999998"
+         height="2.3050001"
+         id="rect264" />
+      <rect
+         style="fill:#ffffff"
+         x="6.1170001"
+         y="1.545"
+         width="1.256"
+         height="0.898"
+         id="rect266" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/brothel.svg
===================================================================
--- /trunk/resources/images/presets/leisure/brothel.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/brothel.svg	(revision 16006)
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="brothel2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="3.5814383"
+     inkscape:cy="5.2795365"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1.27590525;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4134"
+       cx="4.5638151"
+       cy="1043.7982"
+       r="3.9258626" />
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#1850ff;stroke-width:1.27590525;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4134-2"
+       cx="8.6999903"
+       cy="1043.7371"
+       r="3.9258626" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#1850ff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 11.262691,1041.0995 3.715894,-3.8106"
+       id="path4174"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#1850ff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 15.5,1040.3622 0,-4"
+       id="path4176"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#1850ff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 12,1036.8622 4,0"
+       id="path4178"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4.5,1052.3622 0,-5"
+       id="path4180"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3,1050.8622 3,0"
+       id="path4182"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/casino.svg
===================================================================
--- /trunk/resources/images/presets/leisure/casino.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/casino.svg	(revision 16006)
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="11"
+   height="16"
+   viewBox="0 0 11 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="casino4.svg">
+  <metadata
+     id="metadata9">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Hotel has a casino</dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview11"
+     showgrid="true"
+     inkscape:zoom="28.963094"
+     inkscape:cx="3.5189393"
+     inkscape:cy="7.4496916"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     showguides="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4141" />
+  </sodipodi:namedview>
+  <title
+     id="title3924">Hotel has a casino</title>
+  <defs
+     id="defs25" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#ffffff;fill-rule:evenodd"
+     id="path127"
+     d="M 1.304076,15.999821 C 0.58237886,16.001281 0.00212482,15.383717 6.7389239e-4,14.617108 L 0,14.614908 0.00137529,1.3861086 C 0.00133403,0.6171854 0.58302525,0.0011329 1.3048049,-2.103e-4 l 8.3904965,0.00219 C 10.417088,5.197e-4 10.999185,0.6174628 10.998587,1.3843566 L 11,14.615214 c 4.1e-5,0.768924 -0.581664,1.384925 -1.3041174,1.384312 L 1.3044987,16 Z" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;fill-rule:evenodd"
+     id="path131"
+     d="M 5.0301915,5.1332715 6.2347899,5.1318115 5.6306584,3.0166905 5.0301915,5.1333737 Z M 6.5185362,6.1182401 4.7494091,6.1145901 4.4699115,7.0850389 3.3294149,7.0835789 4.9561542,1.7712628 6.3070971,1.7716497 7.9345445,7.0846228 6.7956613,7.0875428 6.5185362,6.1188241 Z" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#ff0000;fill-rule:evenodd"
+     id="path139"
+     d="m 4.4328052,8.9757924 c -0.1378909,0.00219 -0.2898418,0.034967 -0.4574878,0.11191 -1.8283817,1.4207676 0.6370038,3.7129596 1.6761827,5.6801666 l 0.031463,0.01139 C 6.8265624,12.627154 9.0043905,10.260268 7.3397862,9.0870454 6.0228836,8.4880166 5.6710862,10.483818 5.6588147,10.556534 5.6469156,10.492658 5.3794923,8.9702954 4.4328344,8.9758143 Z" />
+</svg>
Index: /trunk/resources/images/presets/leisure/cinema.svg
===================================================================
--- /trunk/resources/images/presets/leisure/cinema.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/cinema.svg	(revision 16006)
@@ -0,0 +1,227 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12.044044"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="cinema2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6"
+     inkscape:cx="7.0350534"
+     inkscape:cy="18.011975"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1058"
+     inkscape:window-height="1017"
+     inkscape:window-x="334"
+     inkscape:window-y="0"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-9.6029775,-8.3191956)">
+    <g
+       id="g4636"
+       transform="matrix(0.44101501,-0.19152939,0.19428651,0.4347565,7.557687,11.629031)">
+      <rect
+         y="11.284021"
+         x="5.4614668"
+         height="9.067503"
+         width="11.761078"
+         id="rect3589"
+         style="opacity:1;fill:#12abdb;fill-opacity:1;stroke:#150b0b;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+      <rect
+         y="21.087101"
+         x="5.4614668"
+         height="9.067503"
+         width="11.761078"
+         id="rect3591"
+         style="opacity:1;fill:#12abdb;fill-opacity:1;stroke:#150b0b;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+      <rect
+         y="1.4123586"
+         x="5.456027"
+         height="9.067503"
+         width="11.761078"
+         id="rect3593"
+         style="opacity:1;fill:#12abdb;fill-opacity:1;stroke:#150b0b;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+      <g
+         transform="translate(0,0.5357143)"
+         id="g4616">
+        <g
+           id="g4588"
+           transform="translate(0,-1.7812501)">
+          <rect
+             y="6.7388401"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4566"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="10.595982"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4570"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="14.453125"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4572"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="18.310268"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4574"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="22.167412"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4576"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="26.024553"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4578"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="29.881697"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4584"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="2.8816965"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4586"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+        </g>
+        <g
+           id="g4598"
+           transform="translate(11.517858,-1.7812501)">
+          <rect
+             y="6.7388401"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4600"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="10.595982"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4602"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="14.453125"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4604"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="18.310268"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4606"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="22.167412"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4608"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="26.024553"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4610"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="29.881697"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4612"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+          <rect
+             y="2.8816965"
+             x="5.0558033"
+             height="1.2276785"
+             width="0.95982146"
+             id="rect4614"
+             style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/common.svg
===================================================================
--- /trunk/resources/images/presets/leisure/common.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/common.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="common1.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="0.79842057"
+     inkscape:cy="7.6517806"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3.390276,1052.1244 c -0.8020071,-0.2731 -0.5005155,-1.2998 -1.3727381,-2.0263 -0.7171393,-0.5974 -1.33136388,-0.6001 -1.80573674,-1.197 -0.20345284,-0.6868 -0.26409877,-1.3498 -0.16554557,-2.3407 0.35474047,-0.8347 0.97077541,-2.0272 3.34402041,-3.0314 0.9218686,-0.3644 1.5738332,-0.2724 2.1189832,0 1.4599653,0.6346 0.767543,-5.3121 2.1189832,-6.4466 0.9080683,-0.4607 1.6720546,-1.3596 3.1784756,0 0.861097,0.9618 0.706328,5.0141 1.059491,7.521 0.185883,1.0273 0.170732,2.1056 0,3.2233 -0.769456,2.7992 -2.568982,3.4098 -4.2379666,4.2977 -1.5278603,0.4089 -2.8845155,0.2101 -4.2379664,0 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cscccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/dive_centre.svg
===================================================================
--- /trunk/resources/images/presets/leisure/dive_centre.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/dive_centre.svg	(revision 16006)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="160"
+   height="130"
+   viewBox="0 0 160 130"
+   enable-background="new 0 0 100 83.101"
+   xml:space="preserve"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="dive_centre.svg"><metadata
+     id="metadata17"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+     id="defs15" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview13"
+     showgrid="true"
+     inkscape:zoom="3.5539056"
+     inkscape:cx="61.808655"
+     inkscape:cy="81.931349"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="Layer_1"><inkscape:grid
+       type="xygrid"
+       id="grid2994" /></sodipodi:namedview><polygon
+     points="16.444,0.05 0,0 15.868,16.397 21.961,10.867 "
+     id="polygon3"
+     transform="matrix(1.6,0,0,1.5643615,1e-6,-1.9248047e-6)"
+     style="fill:#00ff00;fill-opacity:1" /><path
+     d="m 106.93105,69.738596 c 4.8,1.304678 9.9568,-1.379767 11.3264,-6.198 1.3152,-4.743144 -1.4864,-9.727199 -6.3216,-11.069421 l -3.7664,-1.035607 -4.8736,17.237698 z"
+     id="path5"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036;fill:#00ff00;fill-opacity:1" /><path
+     d="M 108.76473,51.714504 78.372725,43.24818 c -1.9984,-0.514675 -4.0048,0.671111 -4.5552,2.646899 l -2.856,10.0432 c -0.5616,1.97266 0.5264,3.996944 2.5744,4.589837 l 30.393595,8.375591 z"
+     id="path7"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036;fill:#00ff00;fill-opacity:1" /><path
+     d="m 116.2992,80.991684 c -2.3168,-2.179156 -5.1984,-3.90934 -8.56,-4.822927 L 70.8944,65.976942 v 0 L 48.256001,26.284399 c -1.192,-2.050877 -3.1104,-3.682506 -5.5936,-4.353617 -4.9648,-1.379767 -10.1232,1.503351 -11.4784,6.410753 -0.6768,2.329334 -0.3568,4.707163 0.7168,6.718932 l 28.3216,49.089662 c 0,0 2.3168,3.680941 8.152,5.573819 l 51.484799,14.266982 23.8752,23.9582 c 0.7936,0.81972 1.832,1.45485 3.072,1.80683 3.5952,0.98555 7.3584,-1.13885 8.4096,-4.65397 0.68,-2.4936 -0.1296,-5.11078 -1.9216,-6.72989 z"
+     id="path9"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036;fill:#00ff00;fill-opacity:1" /><path
+     d="m 143.7712,84.647596 5.352,6.91917 L 160,79.829363 150.8144,74.771782 c 0.8656,-6.362258 -3.1232,-12.522714 -9.5216,-14.30765 -7.0384,-1.933551 -14.3568,2.099373 -16.3136,9.057653 -1.9984,6.994261 2.1216,14.190323 9.1648,16.127002 3.344,0.946439 6.7504,0.430199 9.6272,-1.001191 z"
+     id="path11"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036;fill:#00ff00;fill-opacity:1" /></svg>
Index: /trunk/resources/images/presets/leisure/dogpark.svg
===================================================================
--- /trunk/resources/images/presets/leisure/dogpark.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/dogpark.svg	(revision 16006)
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="160"
+   viewBox="0 0 160 160"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="18.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="29.418382"
+     inkscape:cy="85.412106"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-893.3622)">
+    <g
+       id="g1327"
+       style="fill:#00ff00;fill-opacity:0.74901961;stroke:none"
+       transform="matrix(0.27756333,0,0,0.27707952,-0.47296791,892.88993)">
+      <path
+         d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 v 450.123 c 0,40.844 20.895,62.229 62.192,62.229 H 515.92 c 41.307,0 62.229,-20.315 62.229,-62.229 V 66.804 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+         style="fill:#00ff00;fill-opacity:0.74901961;stroke:none;stroke-width:3.40799999"
+         id="path1329"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       id="layer1-9"
+       transform="matrix(0.2652824,0.157252,-0.15752659,0.26481998,-69.274,662.91213)"
+       style="fill:#000000;fill-opacity:1;stroke:none">
+      <path
+         id="path2078"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 922.96817,588.96089 c 24.0243,2.80534 52.37886,8.1762 65.0633,31.40835 9.26227,13.69502 17.32513,28.38401 28.87643,40.36617 20.4742,10.36026 40.8732,22.80183 55.5624,40.70359 18.4349,27.56507 12.8528,67.04874 -8.5754,91.25527 -23.9937,21.96745 -58.5285,32.94178 -90.50944,24.81452 -20.44108,-4.08663 -40.82293,-16.11271 -62.09074,-9.39446 -19.67342,5.52125 -39.19757,14.22038 -60.14891,11.8866 -19.91653,-0.67497 -37.78663,-10.41533 -54.54059,-20.2091 -19.53406,-12.53883 -31.7396,-35.21136 -30.41665,-58.50793 0.067,-34.97267 26.3604,-63.96641 55.97055,-79.31568 12.63694,-6.1417 25.90432,-12.81303 31.91156,-26.45203 8.58936,-15.73398 16.12353,-35.49722 35.20799,-40.86311 10.77032,-3.919 22.26986,-5.48983 33.6895,-5.69219 z"
+         sodipodi:nodetypes="cccccccccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2040"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 706.83161,545.9715 c 5.12977,-18.01457 19.67126,-34.6786 38.97729,-37.11684 13.80277,-1.78026 28.08593,1.72456 40.23749,8.24205 22.16066,14.75851 35.05953,39.74123 42.35302,64.6795 3.67599,11.92517 6.17666,24.67526 3.14767,37.03976 -2.7993,14.60207 -13.39057,26.97443 -27.02046,32.66676 -17.70364,10.64278 -41.17953,9.20349 -58.05972,-2.43004 -10.04038,-6.64991 -18.93779,-15.32943 -24.33797,-26.20917 -12.78899,-23.06312 -21.41515,-50.46696 -15.29732,-76.87202 z"
+         sodipodi:nodetypes="ccccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2071"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         transform="translate(452.857,333.791)"
+         d="m 421.73586,81.462526 c 0,0 29.46428,0.178571 45.71428,37.857144 0,0 11.21308,24.43717 7.32143,61.96429 0,0 -0.60865,37.77966 -23.08454,53.18448 0,0 -30.55712,27.7792 -65.65992,-9.59645 0,0 -24.4962,-26.26396 -29.29442,-63.38707 0,0 -5.3033,-38.3858 18.43528,-61.36677 0,0 20.13932,-18.834196 46.56789,-18.655624 z"
+         sodipodi:nodetypes="cccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2073"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         transform="translate(452.857,333.791)"
+         d="m 576.52455,89.717037 c 0,0 36.25,10.714283 32.32143,52.142853 0,0 2.05835,33.27693 -17.63963,63.58151 0,0 -19.95051,37.37564 -46.46702,41.41625 0,0 -29.29442,9.09137 -50.50762,-35.86042 0,0 -15.15229,-51.0127 8.33376,-85.35789 0,0 27.42112,-50.946446 73.95908,-35.922303 z"
+         sodipodi:nodetypes="ccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2075"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 1117.8,529.42866 c 17.0128,5.19957 29.0252,21.65542 30.538,39.14833 1.6415,15.71874 -2.0788,31.51923 -7.3703,46.23188 -8.6097,21.5116 -24.1266,40.31698 -43.7581,52.63552 -14.8357,8.09747 -33.3338,4.66111 -46.9133,-4.41714 -5.555,-2.66124 -8.9406,-7.70303 -11.333,-13.19597 -9.0423,-17.99186 -10.3113,-39.89227 -2.093,-58.41912 6.9469,-17.44643 15.4953,-35.25253 30.1471,-47.54014 11.1088,-10.0964 25.6272,-18.34264 41.1562,-16.72517 3.2906,0.33413 6.5337,1.11092 9.6264,2.28181 z"
+         sodipodi:nodetypes="cccccccccc"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/firepit.svg
===================================================================
--- /trunk/resources/images/presets/leisure/firepit.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/firepit.svg	(revision 16006)
@@ -0,0 +1,875 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg4688"
+   sodipodi:docname="fire01.svg"
+   sodipodi:modified="true"
+   height="459.80612"
+   sodipodi:version="0.32"
+   width="459.01599"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:version="0.48.4 r9939"
+   version="1.1">
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient14630"
+       inkscape:collect="always">
+      <stop
+         id="stop14631"
+         style="stop-color:#ffffff"
+         offset="0" />
+      <stop
+         id="stop14632"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17250">
+      <stop
+         id="stop17251"
+         style="stop-color:#dc0000"
+         offset="0" />
+      <stop
+         id="stop17252"
+         style="stop-color:#ffb200"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient26051">
+      <stop
+         id="stop26052"
+         style="stop-color:#ffffff;stop-opacity:.44928"
+         offset="0" />
+      <stop
+         id="stop26053"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient14625">
+      <stop
+         id="stop14626"
+         style="stop-color:#ffffff"
+         offset="0" />
+      <stop
+         id="stop14627"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3563"
+       y2="76.293999"
+       gradientUnits="userSpaceOnUse"
+       x2="507.63"
+       gradientTransform="translate(-313.09,42.247)"
+       y1="347.10001"
+       x1="494.23999"
+       inkscape:collect="always">
+      <stop
+         id="stop3559"
+         style="stop-color:black"
+         offset="0" />
+      <stop
+         id="stop3561"
+         style="stop-color:black;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <filter
+       id="filter4458"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur4460"
+         stdDeviation="8.8447956"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient4463"
+       y2="403.09"
+       xlink:href="#linearGradient14625"
+       gradientUnits="userSpaceOnUse"
+       x2="342.54001"
+       gradientTransform="matrix(0.68311,0,0,1.4639,22.742,-283.6)"
+       y1="246.21001"
+       x1="198.88"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4466"
+       y2="179.97"
+       xlink:href="#linearGradient26051"
+       gradientUnits="userSpaceOnUse"
+       x2="390.32001"
+       gradientTransform="matrix(0.54412,0,0,1.8378,0.3926,-250.42)"
+       y1="179.97"
+       x1="349.42999"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4470"
+       y2="306.76001"
+       xlink:href="#linearGradient17250"
+       gradientUnits="userSpaceOnUse"
+       x2="-1102.7"
+       gradientTransform="matrix(0.79621,0,0,1.7063,1125.5,-315.48)"
+       y1="404.57999"
+       x1="-1131"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4473"
+       y2="294.87"
+       xlink:href="#linearGradient26051"
+       gradientUnits="userSpaceOnUse"
+       x2="572.40997"
+       gradientTransform="matrix(0.60253,0,0,1.6597,0.3926,-252.45)"
+       y1="294.87"
+       x1="533.78003"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4476"
+       y2="485.78"
+       xlink:href="#linearGradient14625"
+       gradientUnits="userSpaceOnUse"
+       x2="317.14001"
+       gradientTransform="matrix(0.7951,0,0,1.2577,24.096,-278.86)"
+       y1="384.39999"
+       x1="501.39999"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4479"
+       y2="362.16"
+       xlink:href="#linearGradient17250"
+       gradientUnits="userSpaceOnUse"
+       x2="-857.96002"
+       gradientTransform="matrix(0.92675,0,0,1.4659,1125.5,-315.48)"
+       y1="438.47"
+       x1="-916.90002"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4489"
+       y2="853.09998"
+       gradientUnits="userSpaceOnUse"
+       x2="153.34"
+       gradientTransform="matrix(1.3317,0,0,0.75092,22.742,-276.15)"
+       y1="931.46002"
+       x1="124.57"
+       inkscape:collect="always">
+      <stop
+         id="stop13378"
+         style="stop-color:#fdffff"
+         offset="0" />
+      <stop
+         id="stop13379"
+         style="stop-color:#fdffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4498"
+       y2="500.79999"
+       gradientUnits="userSpaceOnUse"
+       x2="323.10001"
+       gradientTransform="matrix(0.80596,0,0,1.2407,18.001,-263.96)"
+       y1="256.78"
+       x1="9.6549997"
+       inkscape:collect="always">
+      <stop
+         id="stop29187"
+         style="stop-color:#ffffff"
+         offset="0" />
+      <stop
+         id="stop29188"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4501"
+       y2="232.89999"
+       xlink:href="#linearGradient26051"
+       gradientUnits="userSpaceOnUse"
+       x2="502.45001"
+       gradientTransform="matrix(0.60694,0,0,1.6476,0.3926,-250.42)"
+       y1="232.89999"
+       x1="468.41"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient4504"
+       y2="376.89999"
+       xlink:href="#linearGradient14625"
+       gradientUnits="userSpaceOnUse"
+       x2="239.46001"
+       gradientTransform="matrix(0.60192,0,0,1.6614,26.3,-269.45)"
+       y1="244.05"
+       x1="110.45"
+       inkscape:collect="always" />
+    <filter
+       id="filter6454"
+       height="1.3779"
+       width="1.136"
+       y="-0.18895"
+       x="-0.067992002"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur6456"
+         stdDeviation="7.2835937"
+         inkscape:collect="always" />
+    </filter>
+    <filter
+       id="filter8363"
+       height="1.6823"
+       width="1.2516"
+       y="-0.34112999"
+       x="-0.12582"
+       inkscape:collect="always"
+       color-interpolation-filters="sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur8365"
+         stdDeviation="5.4634181"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient9274"
+       y2="1102.5"
+       xlink:href="#linearGradient14630"
+       gradientUnits="userSpaceOnUse"
+       x2="94.621002"
+       gradientTransform="matrix(1.1002,-1.2538,0.4506,0.39539,-311.02,864.05)"
+       y1="1126.7"
+       x1="82.559998"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient9276"
+       y2="713.54999"
+       xlink:href="#linearGradient14625"
+       gradientUnits="userSpaceOnUse"
+       x2="122.42"
+       gradientTransform="matrix(-0.34546,-1.1031,0.82555,-0.25853,-265.09,1483.1)"
+       y1="743.14001"
+       x1="78.646004"
+       inkscape:collect="always" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3563"
+       id="linearGradient3221"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-313.09,42.247)"
+       x1="494.23999"
+       y1="347.10001"
+       x2="507.63"
+       y2="76.293999" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14630"
+       id="linearGradient3223"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.2948,-1.0517,-0.37798,0.46531,867.81,-33.651)"
+       x1="82.559998"
+       y1="1126.7"
+       x2="94.621002"
+       y2="1102.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient26051"
+       id="linearGradient3225"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.51746,-0.4067,0.36243,-0.74685,-331.74,418.2)"
+       x1="-960.97998"
+       y1="563.04999"
+       x2="-928.92999"
+       y2="563.04999" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14630"
+       id="linearGradient3227"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.6681,0,0,0.59948,24.837,-275.56)"
+       x1="82.559998"
+       y1="1126.7"
+       x2="94.621002"
+       y2="1102.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14625"
+       id="linearGradient3229"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.156,0,0,0.86508,22.442,-276.15)"
+       x1="96.398003"
+       y1="789.25"
+       x2="142.50999"
+       y2="733.95001" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14630"
+       id="linearGradient3231"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.5531,0.60876,-0.21878,0.55814,242.02,-319.14)"
+       x1="82.559998"
+       y1="1126.7"
+       x2="94.621002"
+       y2="1102.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14630"
+       id="linearGradient3233"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.1701,-1.1889,0.42727,0.4205,-456.67,35.746)"
+       x1="82.559998"
+       y1="1126.7"
+       x2="94.621002"
+       y2="1102.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14630"
+       id="linearGradient3235"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.69089,-1.5183,0.54565,0.24829,-495.04,283.93)"
+       x1="82.559998"
+       y1="1126.7"
+       x2="94.621002"
+       y2="1102.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14630"
+       id="linearGradient3237"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.70286,-1.5128,0.54367,-0.2526,-290.4,830.24)"
+       x1="82.559998"
+       y1="1126.7"
+       x2="94.621002"
+       y2="1102.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14630"
+       id="linearGradient3239"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.25641,-1.6483,-0.59236,-0.092149,851,668.48)"
+       x1="82.559998"
+       y1="1126.7"
+       x2="94.621002"
+       y2="1102.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14630"
+       id="linearGradient3241"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.74876,-1.4906,-0.5357,0.26909,944.83,255.49)"
+       x1="82.559998"
+       y1="1126.7"
+       x2="94.621002"
+       y2="1102.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient26051"
+       id="linearGradient3243"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.5769,-0.25828,0.2613,1.0001,490.26,-420.38)"
+       x1="-961.27002"
+       y1="562.82001"
+       x2="-929.40997"
+       y2="562.82001" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient26051"
+       id="linearGradient3245"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.42511,-0.53051,0.57538,0.68663,219.53,-461.45)"
+       x1="-961.12"
+       y1="562.94"
+       x2="-929.15997"
+       y2="562.94" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient26051"
+       id="linearGradient3247"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.019583,-0.86239,1.1799,-0.025248,-445.95,-360.55)"
+       x1="-961.33002"
+       y1="562.77002"
+       x2="-929.51001"
+       y2="562.77002" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient26051"
+       id="linearGradient3249"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.5802,-0.42153,0.40645,-0.77422,-466.27,461.47)"
+       x1="-961.04999"
+       y1="562.98999"
+       x2="-929.03998"
+       y2="562.98999" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17250"
+       id="linearGradient3251"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.93941,0,0,1.4462,1125.5,-315.48)"
+       x1="-1006.6"
+       y1="448.67999"
+       x2="-953.88"
+       y2="299.89001" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4498"
+       id="linearGradient3253"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.80596,0,0,1.2407,18.001,-263.96)"
+       x1="9.6549997"
+       y1="256.78"
+       x2="323.10001"
+       y2="500.79999" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17250"
+       id="linearGradient3255"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.70158,0,0,1.9364,1125.5,-315.48)"
+       x1="-1308.2"
+       y1="330.20001"
+       x2="-1335"
+       y2="272.82001" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14625"
+       id="linearGradient3257"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.156,0,0,0.86508,22.742,-276.15)"
+       x1="78.646004"
+       y1="743.14001"
+       x2="122.42"
+       y2="713.54999" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient26051"
+       id="linearGradient3259"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.60694,0,0,1.6476,0.3926,-250.42)"
+       x1="468.41"
+       y1="232.89999"
+       x2="502.45001"
+       y2="232.89999" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient14630"
+       id="linearGradient3261"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.3185,0,0,0.75843,23.041,-277.35)"
+       x1="230.94"
+       y1="927.57001"
+       x2="163.66"
+       y2="832.44" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     pagecolor="#ffffff"
+     inkscape:zoom="0.9605174"
+     inkscape:window-x="-8"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="485.96284"
+     inkscape:cy="176.01957"
+     inkscape:window-y="-8"
+     inkscape:window-height="988"
+     inkscape:pageopacity="0.0"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-60.95064,-15.829491)">
+    <g
+       id="g9278"
+       transform="matrix(1.3860633,0,0,1,-23.530807,0)">
+      <path
+         id="path2412"
+         style="fill:url(#linearGradient3221);fill-rule:evenodd;filter:url(#filter4458)"
+         d="m 215.89,37.057 c -1.56,1.709 -3.13,3.417 -4.69,5.125 -9.31,12.175 -23.43,23.408 -22.69,40.282 -0.1,14.029 5.43,27.116 9.57,40.276 0.82,-0.94 1.64,-1.91 2.46,-2.9 0.18,0.48 0.35,0.94 0.54,1.44 7.16,-8.25 10.27,-14.33 11.31,-19.66 1.73,6.46 3,12.73 3.84,18.81 0.1,2.71 0.27,5.51 0.5,8.41 -7.8,32.63 -26.87,44.46 -23.4,79.69 -2.89,-19.64 -4.89,-36.69 -0.85,-51.13 -2.31,-17.9 -4.63,-33.2 -22.53,-45.91 5.49,22.24 11.83,55.76 -6.94,64.13 -2.99,6.15 -12.85,20.9 -15.25,43.28 -1.32,4.25 -2.43,8.59 -3.25,12.97 -0.85,5.24 -1.09,10.5 -0.78,15.72 -0.32,7.79 0.54,15.6 2.81,23.31 0.43,1.18 0.87,2.33 1.32,3.47 -4.19,-2.02 -8.38,-4.47 -12.57,-8.66 8.26,24.4 18.57,43.89 31.94,58.5 l -31.62,17.91 -0.32,-0.19 -5.09,9.85 4.94,3.37 -39.065,10.78 c -1.213,0.06 -2.418,0.28 -3.593,0.69 -8.832,3.07 -12.746,15.26 -8.719,27.22 4.027,11.96 14.481,19.19 23.317,16.12 1.08,-0.37 2.07,-0.9 3,-1.53 l 0.09,0.22 50.12,-36.25 3.6,2.47 8.59,-5 -5.94,9.47 0.32,0.09 -0.82,6.81 -27.03,23.1 c -1.78,0.64 -3.4,1.59 -4.75,2.97 -2.95,3.02 -4.05,7.3 -3.5,11.84 v 0.03 c 0.03,0.19 0.04,0.38 0.07,0.56 0.29,3.56 1.78,7.35 4.37,10.44 0.34,0.41 0.7,0.8 1.06,1.16 0.64,0.78 1.32,1.52 2.07,2.25 8.39,8.21 20.18,9.77 26.34,3.47 1.81,-1.85 2.94,-4.16 3.41,-6.72 l 29.09,-42.88 9.44,0.94 1.47,0.53 0.15,-0.34 1.35,0.12 -0.29,-2.53 4.63,-10.28 0.91,50.13 c -0.58,1.71 -0.85,3.51 -0.82,5.37 0.2,10.24 10.21,18.3 22.35,18 0.8,-0.02 1.59,-0.1 2.37,-0.19 0.61,-0.05 1.2,-0.15 1.78,-0.25 0.22,-0.04 0.44,-0.07 0.66,-0.12 2.04,-0.41 3.94,-1.08 5.62,-1.94 0.03,-0.01 0.07,-0.02 0.1,-0.03 0.47,-0.25 0.93,-0.51 1.37,-0.78 5.96,-3.46 9.85,-9.27 9.72,-15.78 -0.05,-2.74 -0.81,-5.35 -2.12,-7.66 l -14.41,-51.91 8.97,5.85 39.94,53.03 c 1.13,1.77 2.59,3.3 4.37,4.47 5.77,3.77 13.19,2.74 18.81,-1.97 2.39,-1.11 4.57,-3.21 6.1,-6.13 1.72,-3.27 2.29,-6.97 1.81,-10.28 0.12,-3.99 -0.91,-7.8 -2.94,-10.87 l 0.44,-0.31 -1.59,-1.25 c -0.89,-1.04 -1.9,-1.96 -3.07,-2.72 -0.48,-0.32 -0.99,-0.6 -1.5,-0.85 l -27.53,-21.59 7.72,-2.19 v -11.28 l -0.06,0.03 v -0.19 l -1.16,0.38 -15.47,-8.44 c 1.05,-0.06 2.09,-0.15 3.13,-0.25 l 62.44,35.78 c 0.76,0.8 1.61,1.52 2.56,2.13 1.35,0.87 2.82,1.46 4.31,1.81 l 1.41,0.81 0.19,-0.53 c 6.39,0.76 13.32,-2.77 17.34,-9.53 0.43,-0.72 0.79,-1.44 1.12,-2.19 0.12,-0.2 0.24,-0.4 0.35,-0.62 1.91,-3.93 2.21,-8.47 1.12,-12.16 -0.89,-4.1 -3.1,-7.73 -6.59,-9.97 -0.2,-0.12 -0.39,-0.22 -0.59,-0.34 l 0.06,-0.19 -0.81,-0.19 c -1.84,-0.91 -3.81,-1.37 -5.82,-1.43 l -30.93,-7.66 18.84,-20.84 -7.28,-7.97 -0.69,0.81 -2.09,-0.12 c 8.71,-14.52 11.69,-33.14 6.25,-54.41 -6.98,12.84 -11.55,19.99 -23.07,23.84 3.52,-13.99 1.01,-28.63 0.5,-42.87 0.16,-4.79 0.86,-9.48 2.04,-14.03 -0.44,11.08 3.47,21.67 5.93,32.34 0.81,-0.77 1.63,-1.56 2.44,-2.37 0.29,1.01 0.58,2.03 0.91,3.09 12.15,-11.71 13.13,-18.36 12.28,-25.75 0.16,-2.11 0.01,-4.29 -0.53,-6.53 -0.01,-2.86 -1.11,-5.53 -1.75,-8.19 1.17,-4.96 4.67,-12.05 8.18,-23.66 -0.9,1.05 -1.8,2.06 -2.71,3 1.57,-4.51 3,-9.09 4.15,-13.75 -1.71,1.56 -3.41,3.11 -5.12,4.66 -3.24,3.43 -6.98,6.81 -10.5,10.34 4.58,-6.06 9.93,-11.56 15.78,-16.31 0.04,-0.05 0.06,-0.1 0.09,-0.15 0.31,-0.25 0.6,-0.51 0.91,-0.75 -0.16,0.01 -0.31,0.04 -0.47,0.06 1.83,-3.69 -2.79,-4.98 -6.13,-5.06 -10.95,1.55 -22.03,5.39 -31.59,11.37 5.43,-18.59 5.5,-38.65 -8.59,-55.78 -4.49,14.94 -9.55,27.03 -16.66,38.22 -2.39,-6.97 -6.44,-13.55 -10.97,-19.63 3.26,-14.35 5.03,-28.49 -0.09,-43.72 1.44,-20.21 -31.78,-19.6 -32.06,-81.401 -14.63,18.435 -23.43,33.94 -26.38,55.218 -2.49,-3.447 -4.48,-5.826 -3.22,1.875 0.07,1.411 0.16,2.808 0.28,4.218 -0.53,-0.83 -1.07,-1.67 -1.62,-2.5 0.28,-2.195 0.22,-4.287 -0.03,-6.374 0,-2.112 -0.27,-4.282 -0.88,-6.469 0.02,-4.585 -2.72,-8.293 -3.59,-12.437 0.57,-5.83 3.98,-14.364 6.9,-28.75 -0.41,0.582 -0.82,1.163 -1.25,1.719 0.84,-3.559 1.59,-7.155 2.1,-10.782 z m 82.25,61.844 c -0.48,2.249 -0.96,4.499 -1.44,6.749 -1.87,7.98 -1.02,16.78 -4.5,24.22 -8.14,6.22 -11.69,17.79 -8.12,27.59 0.84,6.26 2.54,8.57 5.31,6 0.13,0.42 0.25,0.82 0.4,1.25 16.21,-16.61 18.93,-26.48 17.47,-35.47 -0.07,-2.76 -0.57,-5.54 -1.65,-8.34 -2.5,-7.32 -4.69,-14.78 -7.47,-21.999 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15367"
+         style="fill:#924b00;fill-rule:evenodd;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 350.15,401.03 -77.1,-44.18 13,-10.39 77.1,19.06 -13,35.51 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15362"
+         style="fill:#c15300;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 340.42,373.48 c 5.31,-8.93 15.73,-12.26 23.25,-7.43 7.53,4.83 9.33,15.99 4.02,24.93 -5.32,8.93 -15.73,12.26 -23.26,7.43 -7.52,-4.83 -9.32,-15.99 -4.01,-24.93 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path18511"
+         style="fill:none;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 354.89,383.43 c 0.58,-0.49 0.89,0.63 0.74,1.07 -0.39,1.2 -1.86,1.18 -2.67,0.55 -1.46,-1.12 -1.37,-3.46 -0.3,-4.83 1.57,-2.01 4.43,-1.78 6.1,-0.03 2.23,2.34 1.95,6.31 -0.16,8.59 -2.64,2.87 -7.01,2.42 -9.51,-0.49 -3.03,-3.52 -2.55,-9.17 0.6,-12.34 3.71,-3.75 9.62,-3.07 12.94,1 3.83,4.69 3.14,12.04 -1.05,16.1 -4.77,4.62 -12.23,3.71 -16.36,-1.51 -4.63,-5.87 -3.75,-14.92 1.5,-19.87 5.83,-5.5 14.83,-4.35 19.78,2.04"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path24798"
+         style="fill:url(#linearGradient3223);fill-rule:evenodd"
+         d="m 306.39,354.84 c -7.11,6.16 -11.78,4.67 -24.02,7.05 17.03,8.63 38.85,22.99 56.7,31.91 -3.76,-7.6 -3.23,-17.34 0.09,-25.41 -10.66,-0.66 -24.27,-3.26 -32.77,-13.55 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path21020"
+         style="fill:url(#linearGradient3225)"
+         d="m 353.47,375.85 c 3.05,-6.29 9.03,-8.64 13.36,-5.24 4.32,3.4 5.36,11.26 2.3,17.55 -3.05,6.29 -9.03,8.63 -13.36,5.24 -4.32,-3.4 -5.35,-11.26 -2.3,-17.55 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15363"
+         style="fill:#924b00;fill-rule:evenodd;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 91.99,366.38 50.25,-13.86 39.85,3.47 -71.91,51.97 -6.93,-15.59 -11.26,-25.99 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15364"
+         style="fill:#924b00;fill-rule:evenodd;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 147.43,420.96 18.2,17.33 32.92,-48.52 -9.53,-9.53 -14.73,-1.73 -41.58,35.52 14.72,6.93 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15365"
+         style="fill:#924b00;fill-rule:evenodd;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 242.73,434.82 13.86,-5.2 -26.85,-97.03 -16.47,11.27 1.74,96.16 27.72,-5.2 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15366"
+         style="fill:#924b00;fill-rule:evenodd;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 300.77,437.42 -10.39,-3.47 -50.25,-66.7 14.73,-8.67 64.11,50.25 -15.6,11.26 -2.6,17.33 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path4578"
+         sodipodi:nodetypes="cccccccccccccccccccccccccccccc"
+         style="fill:#000000;fill-rule:evenodd;filter:url(#filter6454)"
+         d="m 180.81,316.6 -44.75,25.32 -0.32,-0.19 -5.09,9.84 33.69,23.1 8.62,-5 -5.94,9.47 0.29,0.09 -1.32,11 28.28,1.72 12.91,1.28 1.34,0.47 0.16,-0.31 1.34,0.12 -0.28,-2.56 12.66,-28.19 40.69,26.63 30.34,-8.66 v -11.28 l -0.06,0.03 v -0.19 l -1.16,0.38 -61.15,-33.38 v -12.75 l -16.19,4.03 -0.69,-0.37 -12.59,3.53 -20.78,-14.13 z m 77.21,31.19 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15358"
+         style="fill:#c15300;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 115.78,382.05 c 4.03,11.96 0.13,24.15 -8.7,27.22 -8.835,3.07 -19.271,-4.15 -23.299,-16.11 -4.027,-11.95 -0.128,-24.15 8.704,-27.21 8.835,-3.07 19.265,4.14 23.295,16.1 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15359"
+         style="fill:#c15300;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 160.64,415.1 c 8.4,8.21 10.21,19.99 4.05,26.29 -6.16,6.29 -17.97,4.74 -26.37,-3.47 -8.4,-8.21 -10.21,-19.98 -4.05,-26.28 6.16,-6.3 17.97,-4.75 26.37,3.46 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15360"
+         style="fill:#c15300;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 235.64,416.62 c 12.13,-0.3 22.14,7.77 22.34,18.01 0.2,10.24 -9.49,18.8 -21.62,19.1 -12.13,0.3 -22.14,-7.77 -22.34,-18.01 -0.2,-10.24 9.48,-18.8 21.62,-19.1 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15361"
+         style="fill:#c15300;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 290.65,412.58 c 5.4,-9.26 15.99,-12.71 23.64,-7.71 7.65,5.01 9.48,16.58 4.08,25.84 -5.4,9.26 -15.99,12.72 -23.64,7.71 -7.65,-5 -9.47,-16.58 -4.08,-25.84 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path16000"
+         style="fill:#994200;fill-rule:evenodd;stroke:#000000;stroke-width:1.42550004;stroke-opacity:0.20229002"
+         d="m 135.38,341.58 44.97,-25.45 24.26,16.46 -22.45,30.98 -18.27,10.61 -28.51,-32.6 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path16001"
+         style="fill:#994200;fill-rule:evenodd;stroke:#000000;stroke-width:1.42550004;stroke-opacity:0.20229002"
+         d="m 166.57,378.66 29.38,-46.93 34.65,-8.66 v 19.92 l -22.52,50.25 -41.51,-14.58 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15996"
+         style="fill:#c15300;fill-rule:evenodd;stroke:#000000;stroke-width:1.42550004;stroke-opacity:0.20229002"
+         d="m 135.31,341.26 -5.1,9.83 33.68,23.09 3.76,-14.04 -32.34,-18.88 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15997"
+         style="fill:#c15300;fill-rule:evenodd;stroke:#000000;stroke-width:1.42550004;stroke-opacity:0.20229002"
+         d="m 207.61,381.53 0.44,10.78 -42.5,-2.56 1.34,-11.24 40.72,3.02 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path17886"
+         style="fill:none;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 97.362,386.42 c 0.128,0.93 -0.879,0.42 -1.161,-0.05 -0.766,-1.28 -0.11,-2.72 0.738,-3.07 1.516,-0.61 3.301,1.2 3.911,3.27 0.89,3.04 -0.54,5.7 -2.64,6.07 -2.806,0.49 -5.789,-2.71 -6.656,-6.47 -1.091,-4.74 1.171,-8.75 4.537,-9.09 4.079,-0.41 8.289,4.23 9.399,9.69 1.31,6.44 -1.8,11.8 -6.433,12.1 -5.346,0.34 -10.801,-5.75 -12.15,-12.91 -1.533,-8.13 2.442,-14.86 8.337,-15.11 6.616,-0.28 13.316,7.27 14.896,16.12 1.76,9.83 -3.08,17.92 -10.236,18.12"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path18508"
+         style="fill:none;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 147.24,426.16 c 0.62,0.71 -0.5,0.83 -1,0.59 -1.34,-0.65 -1.58,-2.21 -1.06,-2.97 0.94,-1.34 3.42,-0.81 5.06,0.6 2.41,2.05 2.68,5.06 1.12,6.52 -2.08,1.95 -6.33,0.9 -9.12,-1.77 -3.51,-3.38 -3.8,-7.97 -1.17,-10.09 3.19,-2.58 9.25,-1 13.17,2.96 4.62,4.67 4.95,10.87 1.23,13.65 -4.28,3.21 -12.18,1.1 -17.23,-4.15 -5.73,-5.97 -6.09,-13.77 -1.29,-17.21 5.38,-3.85 15.12,-1.21 21.29,5.34 6.85,7.26 7.23,16.68 1.35,20.77"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path18509"
+         style="fill:none;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 234.69,436.26 c 0.81,0.24 0.07,1.1 -0.4,1.21 -1.28,0.3 -2.26,-0.97 -2.28,-2.01 -0.03,-1.85 2,-3.02 3.88,-2.83 2.76,0.27 4.5,2.84 4.15,5.22 -0.46,3.17 -4,5.05 -7.35,4.46 -4.21,-0.75 -6.79,-4.74 -6.03,-8.44 0.92,-4.49 6.02,-7.09 10.83,-6.08 5.67,1.19 9.09,6.63 7.91,11.65 -1.37,5.8 -8.04,9.14 -14.31,7.71 -7.13,-1.63 -11.4,-8.54 -9.78,-14.88 1.81,-7.11 10.05,-11.19 17.78,-9.32 8.59,2.07 13.71,10.43 11.66,18.09"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path18510"
+         style="fill:none;stroke:#000000;stroke-width:1.90069997;stroke-linejoin:bevel;stroke-opacity:0.34350999"
+         d="m 304.99,421.92 c 0.57,-0.25 0.49,0.78 0.25,1.11 -0.64,0.91 -1.73,0.5 -2.17,-0.26 -0.77,-1.35 -0.03,-3.3 1.16,-4.17 1.75,-1.28 3.83,-0.32 4.59,1.63 1,2.59 -0.34,5.87 -2.57,7.24 -2.81,1.71 -5.96,0.14 -7.01,-3 -1.26,-3.81 0.71,-8.47 3.98,-10.31 3.85,-2.17 8.1,0.02 9.43,4.37 1.53,5.02 -1.08,11.07 -5.39,13.37 -4.9,2.63 -10.24,-0.18 -11.85,-5.73 -1.8,-6.24 1.45,-13.67 6.8,-16.45 5.94,-3.08 12.38,0.35 14.27,7.11"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path21024"
+         style="fill:url(#linearGradient3227);fill-rule:evenodd"
+         d="m 208.25,380.47 1.33,12.58 -43.39,-4.36 1.34,-11.24 40.72,3.02 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path21022"
+         style="fill:url(#linearGradient3229);fill-rule:evenodd"
+         d="m 168.4,377.6 18.91,-31.66 7.71,0.92 21.25,12.74 -9.05,21.8 -38.82,-3.8 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path24782"
+         style="fill:url(#linearGradient3231);fill-rule:evenodd"
+         d="m 165.29,361.27 -1.85,11.59 -32.22,-21.98 5.34,-9.98 28.73,20.37 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path24788"
+         style="fill:url(#linearGradient3233);fill-rule:evenodd"
+         d="m 140.04,359.91 c 6.51,4.08 13.02,8.16 19.52,12.25 -14.44,9.91 -27.6,18.86 -43.33,29.74 2.89,-7.98 3.2,-17.23 -0.99,-24.88 10.52,-1.84 17.5,-5.94 24.8,-17.11 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path24790"
+         style="fill:url(#linearGradient3235);fill-rule:evenodd"
+         d="m 171.55,390.97 c 9.12,0.64 15.02,0.31 24.46,1.26 -9.52,13.95 -15.27,23.01 -27.27,38.95 -0.03,-8.48 -4.84,-16.96 -11.4,-22.71 9.25,-5.34 11.18,-4.5 14.21,-17.5 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path24792"
+         style="fill:url(#linearGradient3237);fill-rule:evenodd"
+         d="m 224.11,365.22 c 7.71,5.63 12.21,7.41 16.71,9.83 4.21,17 7.98,28.6 12.64,47.15 -6.45,-5.5 -15.01,-9.04 -23.64,-7.8 1.97,-10.5 2.19,-38.42 -5.71,-49.18 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path24794"
+         style="fill:url(#linearGradient3239);fill-rule:evenodd"
+         d="m 223.63,363.88 c -4.26,5.9 -6.59,10.83 -9.56,15.45 0.66,17.51 0.68,28.58 1.33,47.69 5.32,-8.36 11.92,-12.85 20.56,-14.04 -4.8,-9.55 -16.94,-36.58 -12.33,-49.1 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path24796"
+         style="fill:url(#linearGradient3241);fill-rule:evenodd"
+         d="m 262.94,388.47 c -3.73,-2.08 -0.45,1.27 -9.85,-5.07 10.05,13.57 21.5,29.29 34.11,44.76 -2.98,-10.01 4.18,-17.14 10.52,-23.13 -9.45,-4.98 -17.09,-19 -34.78,-16.56 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path21016"
+         style="fill:url(#linearGradient3243)"
+         d="m 100.69,382.77 c 2.2,8.41 0.07,17 -4.756,19.16 -4.823,2.16 -10.522,-2.92 -12.721,-11.34 -2.2,-8.42 -0.07,-17 4.752,-19.16 4.823,-2.16 10.522,2.92 12.725,11.34 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path21017"
+         style="fill:url(#linearGradient3245)"
+         d="m 148.09,418.45 c 4.84,5.78 5.89,14.07 2.33,18.51 -3.55,4.43 -10.36,3.34 -15.21,-2.44 -4.84,-5.78 -5.89,-14.07 -2.34,-18.51 3.56,-4.43 10.37,-3.34 15.22,2.44 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path21018"
+         style="fill:url(#linearGradient3247)"
+         d="m 236.3,427.51 c 9.93,-0.22 18.12,5.46 18.28,12.67 0.17,7.21 -7.76,13.24 -17.69,13.45 -9.93,0.21 -18.12,-5.47 -18.29,-12.68 -0.16,-7.21 7.77,-13.23 17.7,-13.44 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path21019"
+         style="fill:url(#linearGradient3249)"
+         d="m 302.09,417.57 c 3.42,-6.52 10.13,-8.95 14.98,-5.43 4.85,3.52 6.01,11.67 2.59,18.19 -3.42,6.52 -10.14,8.95 -14.99,5.43 -4.84,-3.53 -6,-11.67 -2.58,-18.19 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15991"
+         style="fill:url(#linearGradient3251);fill-rule:evenodd;stroke:#ffff00;stroke-width:2.15630007;stroke-opacity:0.50382002"
+         d="m 135.31,265.02 c 19.34,57.18 49.95,87.5 104.82,90.97 60.35,19.34 116.38,-20.22 100.49,-82.3 -7.22,13.28 -11.84,20.5 -24.25,24.25 4.91,-34.36 -26.57,-40.14 -11.27,-77.1 10.69,-22.81 17.04,-50.82 -1.73,-73.64 -7.79,25.99 -17.32,43.32 -36.38,62.38 2.02,-31.77 18.77,-57.47 8.66,-87.5 1.44,-20.21 -31.77,-19.64 -32.05,-81.435 -21.08,26.568 -30.04,47.07 -26.86,87.495 -7.8,32.64 -26.86,44.47 -23.39,79.71 -2.89,-19.64 -4.91,-36.68 -0.87,-51.12 -2.31,-17.9 -4.62,-33.21 -22.52,-45.91 5.49,22.23 11.84,55.73 -6.93,64.1 -5.2,10.69 -31.19,47.36 -2.6,104.83 -8.37,-4.91 -16.75,-6.35 -25.12,-14.73 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path29198"
+         style="fill:url(#linearGradient3253);fill-rule:evenodd"
+         d="m 237.31,53.087 c -14.99,19.685 -21.35,44.824 -19.44,69.333 1.43,11.99 -4.94,23.15 -9.48,33.86 -8.34,15.96 -15.89,33.39 -13.61,51.83 -0.65,10.63 -5.37,-0.08 -4.88,-5.43 -2.26,-15.03 -3.23,-30.63 -0.14,-45.52 -1.56,-14.49 -5.23,-30.2 -17.2,-39.73 3.56,17.2 8.18,36.59 -0.4,53.03 -3.08,5.51 -9.96,7.01 -11.4,13.63 -14.45,25.3 -15.53,56.84 -4.57,83.63 2.28,6.1 5.26,11.92 7.84,17.9 -8.04,-4.6 -16.88,-7.72 -24.65,-12.75 10.77,31.54 31.26,62.58 63.6,74.86 12.71,5.41 26.58,6.42 40.02,8.55 29.45,9.2 66,3.16 85.43,-22.47 11.41,-14.83 14.58,-34.84 10.7,-52.91 -5.15,10.4 -14.06,18.83 -25.57,21.5 2.65,-13.35 -1.38,-26.72 -8.28,-38.14 -7.44,-12.18 -9.2,-27.59 -3.25,-40.76 9.01,-19.76 15.83,-43.68 5.33,-64.25 -3.25,-9.5 -5.54,-3.67 -7.19,3.06 -6.86,21.12 -20.73,39.09 -36.42,54.5 1.09,-21.55 8.61,-41.94 11.8,-63.12 1.83,-10.79 -0.27,-21.62 -2.53,-32.07 -1.54,-11.74 -13.77,-17.77 -18.94,-27.821 -9.2,-13.374 -12.26,-29.996 -12.8,-45.962 -1.32,1.75 -2.64,3.5 -3.97,5.25 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15990"
+         style="fill:url(#linearGradient3255);fill-rule:evenodd;stroke:#ffff00;stroke-width:2.15630007;stroke-opacity:0.50382002"
+         d="m 234.07,347.32 c -45.92,-48.51 -53.72,-82.3 -23.39,-114.35 34.07,-60.64 25.7,-98.76 0.86,-135.15 23.39,80.57 -27.72,132.55 -44.18,155.94 -9.82,-30.32 -1.44,-43.32 12.13,-80.57 -26.57,28.88 -42.74,63.82 -32.92,97.03 17.9,49.96 60.06,60.93 87.5,77.1 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15994"
+         style="fill:#ffd700;fill-rule:evenodd;stroke:#ffff00;stroke-width:2.15630007;stroke-opacity:0.50382002"
+         d="m 289.79,164.02 c -6.16,-17.9 -1.13,-21.73 4.26,-29.55 5.56,-2.17 3.85,-9.72 6.89,-26.54 4.59,18.77 16.93,27.31 -11.15,56.09 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path20387"
+         style="fill:none;stroke:#000000;stroke-width:1.08610001pt;stroke-opacity:0.17938998"
+         d="m 168.17,360.4 13.06,-5.94"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path24159"
+         style="fill:url(#linearGradient3257);fill-rule:evenodd"
+         d="m 137.42,341.68 26.98,-14.9 22.08,17.69 -5.39,9.14 -13.84,5.94 -29.83,-17.87 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path28563"
+         style="fill:url(#linearGradient3259);fill-rule:evenodd"
+         d="m 296.71,104.99 c -1.88,7.98 -1.03,16.77 -4.5,24.22 -8.15,6.22 -11.7,17.77 -8.13,27.58 1.11,8.22 3.68,9.64 8.24,2.13 9.73,-10.01 18.84,-24.36 13.3,-38.71 -2.5,-7.32 -4.69,-14.75 -7.48,-21.973 -0.48,2.253 -0.96,4.503 -1.43,6.753 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path16002"
+         style="fill:#994200;fill-rule:evenodd;stroke:#000000;stroke-width:1.42550004;stroke-opacity:0.20229002"
+         d="m 198.55,341.26 64.11,43.31 30.32,-14.72 -76.24,-41.59 -21.66,6.07 3.47,6.93 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path20388"
+         style="fill:none;stroke:#000000;stroke-width:1.08610001pt;stroke-opacity:0.17938998"
+         d="M 207.37,380.99 217.66,360"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path21027"
+         style="fill:url(#linearGradient3261);fill-rule:evenodd"
+         d="m 195.53,339.72 64.11,43.31 30.32,-14.72 -76.24,-41.59 -21.66,6.07 3.47,6.93 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15998"
+         style="fill:#c15300;fill-rule:evenodd;stroke:#000000;stroke-width:1.42550004;stroke-opacity:0.20229002"
+         d="m 195.08,334.33 v 10.39 l 67.58,44.19 30.32,-8.67 v -11.26 l -27.73,8.66 -70.17,-43.31 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path21028"
+         style="fill:url(#linearGradient4489);fill-rule:evenodd"
+         d="m 195.02,334.18 v 10.39 l 67.57,44.18 30.32,-8.66 v -11.26 l -27.72,8.66 -70.17,-43.31 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path6461"
+         style="fill:#000000;fill-rule:evenodd;filter:url(#filter8363)"
+         d="m 281.37,323.77 -20.65,22.5 66.56,8.63 0.87,0.9 19.41,-21.47 -7.28,-7.96 -0.69,0.81 -58.22,-3.41 z"
+         inkscape:connector-curvature="0" />
+      <g
+         id="g30446"
+         transform="translate(34.258,-832.81)">
+        <path
+           id="path16003"
+           sodipodi:nodetypes="ccccc"
+           style="fill:#994200;fill-rule:evenodd;stroke:#000000;stroke-width:1.42550004;stroke-opacity:0.20229002"
+           d="m 307.14,1159 -58.99,-3.5 -20.66,22.5 67.89,8.8 11.76,-27.8 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path15999"
+           sodipodi:nodetypes="ccccc"
+           style="fill:#c15300;fill-rule:evenodd;stroke:#000000;stroke-width:1.42550004;stroke-opacity:0.20229002"
+           d="m 288.13,1180.4 6.81,7.2 19.4,-21.5 -7.28,-8 -18.93,22.3 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path20389"
+           style="fill:none;stroke:#000000;stroke-width:1.08610001pt;stroke-opacity:0.17938998"
+           d="m 288.92,1180.4 -46.32,-6.3"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path24784"
+           sodipodi:nodetypes="ccccc"
+           style="fill:url(#linearGradient9274);fill-rule:evenodd"
+           d="m 307.55,1159.2 5.84,7 -18.42,20.7 -6.37,-7.2 18.95,-20.5 z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path24786"
+           sodipodi:nodetypes="cccccc"
+           style="fill:url(#linearGradient9276);fill-rule:evenodd"
+           d="m 287.85,1179.8 -39.05,-5.8 23.98,-16.2 15.8,0.7 16.39,0.6 -17.12,20.7 z"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         id="path15993"
+         style="fill:#ffd700;fill-rule:evenodd;stroke:#ffff00;stroke-width:2.15630007;stroke-opacity:0.50382002"
+         d="m 329.36,273.69 c 15.88,-15.31 12.71,-21.95 11.26,-32.92 -4.62,-5.2 1.16,-12.13 6.93,-31.19 -14.72,17.04 -32.05,19.35 -18.19,64.11 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15992"
+         style="fill:url(#linearGradient4479);fill-rule:evenodd;stroke:#ffff00;stroke-width:2.15630007;stroke-opacity:0.50382002"
+         d="m 254.86,347.32 c 17.9,-10.1 22.81,-41.87 25.12,-77.1 4.33,-34.08 13,-68.15 70.17,-73.64 -23.39,18.77 -42.45,41.87 -33.78,84.9 -2.31,62.67 -48.81,60.36 -61.51,65.84 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path26056"
+         style="fill:url(#linearGradient4476);fill-rule:evenodd"
+         d="m 343.56,191.6 c -24.38,3.46 -49.51,18.11 -56.66,42.99 -11.49,31.1 -5.14,66.49 -20.8,96.36 -5.95,2.58 -4.5,13.67 2.85,11.5 21.51,-3.9 41.94,-18.85 47.39,-40.78 5.25,-15.24 2.27,-31.35 1.71,-47 0.72,-22.69 13.86,-43.16 31.11,-57.16 3.02,-4.35 -2.02,-5.81 -5.6,-5.91 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path28562"
+         style="fill:url(#linearGradient4473);fill-rule:evenodd"
+         d="m 343.86,203.49 c -9.82,10.4 -24.08,20.13 -23.73,36.12 -0.73,11.46 3.35,22.38 5.89,33.38 8.53,-8.14 18.22,-18.74 15.1,-31.58 -0.03,-5.65 -4.29,-10.6 -0.94,-16.11 3.21,-8.73 6.57,-17.41 8.81,-26.47 -1.71,1.55 -3.42,3.1 -5.13,4.66 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15989"
+         style="fill:url(#linearGradient4470);fill-rule:evenodd;stroke:#ffff00;stroke-width:2.15630007;stroke-opacity:0.50382002"
+         d="m 223.67,323.93 c -2.31,-27.72 -5.49,-47.65 29.46,-72.77 59.19,-41.29 30.03,-65.26 -6.93,-108.29 10.97,42.74 -6.65,76.81 -21.66,99.63 -9.82,14.15 -43.9,43.02 -0.87,81.43 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path15995"
+         style="fill:#ffd700;fill-rule:evenodd;stroke:#ffff00;stroke-width:2.15630007;stroke-opacity:0.50382002"
+         d="m 201.09,120.58 c 15.99,-18.41 11.88,-25.987 9.27,-38.663 -5.55,-5.843 0.13,-14.122 4.68,-36.476 -14.56,20.374 -33.35,23.763 -13.95,75.139 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path28564"
+         style="fill:url(#linearGradient4466);fill-rule:evenodd"
+         d="m 211.21,41.518 c -9.31,12.174 -23.43,23.408 -22.69,40.281 -0.1,14.03 5.43,27.121 9.56,40.281 8.44,-9.63 17.42,-21.87 13.66,-35.445 0.03,-5.372 -3.73,-9.542 -3.84,-14.616 2.06,-11.975 6.31,-23.543 7.99,-35.626 -1.56,1.708 -3.12,3.417 -4.68,5.125 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path26055"
+         style="fill:url(#linearGradient4463);fill-rule:evenodd"
+         d="m 245.3,135.71 c 6.41,29.13 -0.19,59.83 -14.93,85.42 -9.15,17.6 -27.2,31.08 -28.92,52.01 -2.76,18.25 10.39,33.46 22.57,45.24 4.96,6.24 0.71,-8.51 1.38,-11.96 -1.98,-17.95 1.1,-38.09 15.58,-50.4 16.13,-15.69 39.13,-26.56 46.85,-49.11 5.23,-19.91 -8.7,-37.76 -20.84,-51.9 -7.32,-8.88 -15.04,-17.41 -22.72,-25.99 0.35,2.23 0.69,4.46 1.03,6.69 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path26054"
+         style="fill:url(#linearGradient4504);fill-rule:evenodd"
+         d="m 216.21,109.86 c 0.63,13.78 4.55,27.42 2.75,41.33 -1.58,32.46 -15.84,63 -35.54,88.41 -3.65,5.19 -7.54,10.21 -11.31,15.32 -5.03,-16.77 -2.76,-34.86 4.02,-50.77 3.57,-8.51 6.08,-17.34 7.39,-26.48 -18.82,17.17 -32.11,40.57 -36.78,65.63 -3.79,23.17 4.36,46.99 19.73,64.4 19.32,22.8 47.11,35.61 74.05,47.06 -15.26,-21.46 -36.51,-40.83 -41.02,-67.96 -3.1,-15.75 3.1,-31.55 13.45,-43.33 11.84,-16.27 19.21,-35.61 23.59,-55.15 5.69,-25.43 1.13,-52.94 -12.77,-74.99 -3.43,-2.51 -9.56,-15.687 -7.56,-3.47 z"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <metadata
+     id="metadata125">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2006-10-24T11:35:21</dc:date>
+        <dc:description>This fire is of the commemorative parties of São João, June Holiday's.
+\n
+\nFogueira comemorativa das festas de São João. Festejos de Junho.
+\n
+\nProduced with Inkscape 0.44+Devel and the shadow is blur tool.</dc:description>
+        <dc:source>https://openclipart.org/detail/876/fire-june-holidays-by-valessiobrito</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>valessiobrito</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>camp</rdf:li>
+            <rdf:li>campfire</rdf:li>
+            <rdf:li>commemorative</rdf:li>
+            <rdf:li>evening</rdf:li>
+            <rdf:li>fire</rdf:li>
+            <rdf:li>flame</rdf:li>
+            <rdf:li>heat</rdf:li>
+            <rdf:li>holiday</rdf:li>
+            <rdf:li>light source</rdf:li>
+            <rdf:li>party</rdf:li>
+            <rdf:li>warm</rdf:li>
+            <rdf:li>wood</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/leisure/fitness_station.svg
===================================================================
--- /trunk/resources/images/presets/leisure/fitness_station.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/fitness_station.svg	(revision 16006)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="130"
+   viewBox="0 0 160 130"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="20.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="29.418382"
+     inkscape:cy="85.412106"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-923.3622)">
+    <path
+       d="m 91.466456,943.36362 c 2.686701,0 5.024635,-0.96995 7.015095,-2.91051 1.989489,-1.94055 2.984719,-4.30336 2.984719,-7.08777 0,-2.78765 -0.99523,-5.15175 -2.984719,-7.0923 -1.99046,-1.94023 -4.328717,-2.91083 -7.015095,-2.91083 -2.784316,0 -5.14617,0.9706 -7.085882,2.91083 -1.940036,1.94055 -2.910377,4.30433 -2.909731,7.0923 -6.46e-4,2.78441 0.969695,5.14722 2.909731,7.08777 1.939712,1.94056 4.301242,2.91051 7.085882,2.91051 z"
+       id="path11"
+       style="fill:#501616;stroke-width:0.32327476"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 8.499697,1003.2172 h 27.009231 c 1.095432,0 2.089692,-0.099 2.982781,-0.2961 2.288803,-0.3977 3.881042,-1.0948 4.776717,-2.091 l 13.278999,-14.77655 15.519642,14.92695 -6.266168,27.9088 c -0.200403,0.5985 -0.300605,1.0964 -0.300605,1.4941 0,1.7915 0.646463,3.334 1.939713,4.6276 1.293249,1.2936 2.835387,1.9406 4.62706,1.9406 3.381648,0 5.471664,-1.7418 6.270369,-5.2249 l 7.609518,-33.88012 c 0.895675,-3.58334 0.4981,-6.22064 -1.193048,-7.91224 l -13.579282,-13.58356 14.772653,-17.16333 9.549554,9.55178 c 0.995553,0.99291 2.140116,1.48953 3.433689,1.48953 1.69083,0 3.33155,-0.74557 4.92249,-2.23639 l 15.51964,-15.52379 c 0.79516,-0.99614 1.19241,-2.0909 1.19305,-3.28426 -6.4e-4,-1.49082 -0.52234,-2.7343 -1.56702,-3.73045 -1.04404,-0.99582 -2.26327,-1.49405 -3.6564,-1.49405 -1.39377,0 -2.48824,0.39768 -3.28339,1.19337 L 99.225954,957.99376 83.706313,942.4703 c -1.193048,-1.1966 -2.685085,-1.79507 -4.476435,-1.79507 H 54.907995 c -1.493977,0 -2.787226,0.59847 -3.880072,1.79507 l -16.712366,19.25423 c -1.193048,0.99291 -1.790056,2.23639 -1.789733,3.73044 -3.23e-4,1.39382 0.496807,2.58816 1.491391,3.58268 0.993937,0.99421 2.187954,1.49147 3.581729,1.49147 1.49042,0 2.783993,-0.59684 3.879748,-1.79021 l 15.519641,-18.06054 8.952546,0.15034 L 31.778836,990.53086 8.65,990.3802 c -1.891228,0 -3.483467,0.59781 -4.77704,1.79279 -1.292926,1.19466 -1.939712,2.73689 -1.939712,4.62571 0,1.79151 0.646786,3.3088 1.939712,4.5526 1.29325,1.2439 2.835711,1.8659 4.626737,1.8659 z"
+       id="path13"
+       style="fill:#501616;stroke-width:0.32327476"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 158.6844,951.68809 c 1.344,-0.88072 1.71992,-2.68419 0.84008,-4.02854 -0.88016,-1.34403 -2.68282,-1.72102 -4.02747,-0.8403 l -36.52516,23.92552 c -1.11547,0.7307 -1.59159,2.12614 -1.15523,3.38676 l 23.62596,68.23787 H 5.494936 C 2.460115,1042.3694 0,1044.8302 0,1047.8658 c 0,3.0356 2.460115,5.4964 5.494936,5.4964 H 153.21177 c 3.03482,0 5.49493,-2.4608 5.49493,-5.4964 0,-3.0356 -2.46011,-5.4964 -5.49493,-5.4964 h -5.61195 L 124.0566,974.37078 Z"
+       id="path15"
+       style="fill:#ff0000;stroke-width:0.32327476"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/garden.svg
===================================================================
--- /trunk/resources/images/presets/leisure/garden.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/garden.svg	(revision 16006)
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="garden.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="1.8427794"
+     inkscape:cy="4.5873085"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#45d749;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4159"
+       width="16"
+       height="3"
+       x="0"
+       y="1049.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a3b6f3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4161"
+       width="16"
+       height="13"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="8"
+       height="2"
+       x="1"
+       y="1045.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="6"
+       height="4.0000172"
+       x="2"
+       y="1043.3622"
+       ry="2.0000086" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="4"
+       height="2"
+       x="3"
+       y="1042.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="2"
+       height="2"
+       x="4"
+       y="1041.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#804000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4153"
+       width="2"
+       height="2"
+       x="4"
+       y="1047.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4178"
+       width="3.999999"
+       height="1.9996688"
+       x="11"
+       y="1048.3622"
+       ry="0.95522642" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4180"
+       width="2"
+       height="2"
+       x="12"
+       y="1047.3622"
+       ry="0.955226" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/hackerspace.svg
===================================================================
--- /trunk/resources/images/presets/leisure/hackerspace.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/hackerspace.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="11"
+   viewBox="0 0 16 11"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="ha22.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="48.59375"
+     inkscape:cx="6.5649005"
+     inkscape:cy="6.43493"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16"
+     showguides="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1042.3622)">
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.04880893;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect822"
+       width="16"
+       height="11"
+       x="0"
+       y="1042.3622" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4.5412737,1050.6078 -3.58776899,-2.7646 3.58776899,-2.7647"
+       id="path818"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 11.458477,1050.6078 3.587962,-2.7646 -3.587962,-2.7647"
+       id="path818-9"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6.4805124,1052.384 3.0429752,-9.0299"
+       id="path835"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/horse_riding.svg
===================================================================
--- /trunk/resources/images/presets/leisure/horse_riding.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/horse_riding.svg	(revision 16006)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="horse_riding.svg"><metadata
+   id="metadata17"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /><cc:license
+         rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
+       rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata><defs
+   id="defs15">
+	
+	
+	
+	
+</defs><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview13"
+   showgrid="true"
+   inkscape:zoom="30.565246"
+   inkscape:cx="3.9740921"
+   inkscape:cy="6.4235773"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1"><inkscape:grid
+     type="xygrid"
+     id="grid4149" /></sodipodi:namedview>
+<path
+   inkscape:connector-curvature="0"
+   id="path7"
+   d="M 1.652496,-4.6e-7 C 0.741342,-4.6e-7 0,0.74236954 0,1.6545495 L 0,14.34546 C 0,15.25871 0.741342,16 1.652496,16 l 12.691768,0 C 15.258523,16 16,15.25871 16,14.34546 L 16,1.6545495 C 16,0.74236954 15.258658,-4.6e-7 14.344264,-4.6e-7 l -12.691768,0 z"
+   style="fill:#ffffff;stroke:none;stroke-opacity:1" /><path
+   inkscape:connector-curvature="0"
+   id="path9"
+   d="m 6.9213522,3.0774732 c 0.6174871,0 1.1169764,-0.4874454 1.1169764,-1.0876954 0,-0.6051683 -0.4996464,-1.09246583 -1.1169764,-1.09246583 -0.6137158,0 -1.1121051,0.48745693 -1.1121051,1.09246583 0,0.60025 0.4983893,1.0876954 1.1121051,1.0876954 z"
+   style="fill:#000000;stroke:none;stroke-opacity:1" /><path
+   inkscape:connector-curvature="0"
+   id="path11"
+   d="m 13.611819,6.1118426 -1.014553,-0.1941 -0.590563,1.17362 c 0.09598,0.0221 0.195055,0.0327 0.296294,0.0327 0.629709,1.4e-4 1.156963,-0.42801 1.308822,-1.01219 z m -12.6059548,1.98146 c 0,-0.77828 0.7683797,-1.41092 1.5467077,-1.41092 l 2.968607,0 0,-2.13222 c 0,-0.53046 0.428175,-0.95861 0.959614,-0.95861 0.530494,0 0.958669,0.42815 0.958669,0.95861 l 0,0.33002 1.414246,0.36173 c 0.246754,0.057 0.404957,0.3037 0.349073,0.55044 -0.05588,0.25092 -0.303718,0.40601 -0.553711,0.35013 l -1.209608,-0.28372 0,0.82362 1.423695,0 3.8955521,-4.03026 -0.115953,1.04822 1.918283,1.27486 c 0.316407,0.18141 0.43128,0.59052 0.250939,0.90691 -0.14241,0.25308 -0.426016,0.37537 -0.692882,0.32583 l -0.154964,-0.0285 c -0.184526,0.74656 -0.859455,1.29699 -1.661,1.29699 -0.158204,0 -0.312087,-0.0232 -0.457737,-0.0622 l -1.453121,2.9684104 0,4.072515 c 0,0.34905 -0.286843,0.63277 -0.6359161,0.63277 -0.349073,0 -0.632813,-0.28372 -0.632813,-0.63277 l 0,-4.165375 -3.206858,0 -0.573689,0.981675 1.200158,2.86083 c 0.175077,0.3068 0.06533,0.69176 -0.237305,0.86358 -0.306822,0.17399 -0.691802,0.0653 -0.866878,-0.23729 l -1.400478,-3.30247 0,-1.051325 -0.626469,0.985995 0,3.06438 c 0,0.34905 -0.28374,0.63277 -0.632813,0.63277 -0.349073,0 -0.635918,-0.28372 -0.635918,-0.63277 l 0,-3.53896 0.52415,-0.820385 0,-2.7755204 -0.659717,0.79717 0,1.8477132 -1.0018637,0 z"
+   style="fill:#000000;stroke:none;stroke-opacity:1"
+   sodipodi:nodetypes="ccccccsscssscccccccccccccsccssscccccccccsssccccccs" />
+<path
+   inkscape:connector-curvature="0"
+   id="path11-8"
+   d="m 10.764184,9.1499062 2.264298,4.9904528 c 0.144223,0.317863 0.0074,0.694714 -0.308916,0.842234 -0.316364,0.147541 -0.696713,0.01181 -0.840943,-0.306047 L 9.6092971,9.6753199 C 10.001075,9.4543662 10.355997,9.2888636 10.764184,9.1499062 Z"
+   style="fill:#000000;stroke:none;stroke-opacity:1"
+   sodipodi:nodetypes="cssscc" /></svg>
Index: /trunk/resources/images/presets/leisure/nature_reserve.svg
===================================================================
--- /trunk/resources/images/presets/leisure/nature_reserve.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/nature_reserve.svg	(revision 16006)
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="nature_reserve.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="6.9538344"
+     inkscape:cy="7.5569493"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#45d749;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4159"
+       width="16"
+       height="3"
+       x="0"
+       y="1049.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a3b6f3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4161"
+       width="16"
+       height="13"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="8"
+       height="2"
+       x="1"
+       y="1045.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="6"
+       height="4.0000172"
+       x="2"
+       y="1043.3622"
+       ry="2.0000086" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="4"
+       height="2"
+       x="3"
+       y="1042.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="2"
+       height="2"
+       x="4"
+       y="1041.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#804000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4153"
+       width="2"
+       height="2"
+       x="4"
+       y="1047.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#804000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4155"
+       width="5"
+       height="5"
+       x="10"
+       y="1045.3622"
+       ry="1.0000174" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#804000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4157"
+       width="1"
+       height="2"
+       x="12"
+       y="1050.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4163"
+       width="3"
+       height="1"
+       x="11"
+       y="1046.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4165"
+       width="3"
+       height="1"
+       x="11"
+       y="1048.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/nightclub.svg
===================================================================
--- /trunk/resources/images/presets/leisure/nightclub.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/nightclub.svg	(revision 16006)
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15.990621"
+   height="15.991365"
+   id="svg3328"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="13.svg">
+  <defs
+     id="defs3330" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="1.4122314"
+     inkscape:cy="9.4363036"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3336"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-370.04571px"
+       originy="-504px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3333">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-370.04571,-532.37082)">
+    <path
+       sodipodi:type="arc"
+       style="fill:#808080;fill-opacity:1;stroke:#ffffff;stroke-width:0.20253333;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3015"
+       sodipodi:cx="7.9542899"
+       sodipodi:cy="7.9913654"
+       sodipodi:rx="8"
+       sodipodi:ry="8"
+       d="m 15.95429,7.9913654 a 8,8 0 1 1 -16.00000009,0 8,8 0 1 1 16.00000009,0 z"
+       transform="matrix(0.98749177,0,0,0.98749177,370.19091,532.47078)" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.49520677;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 373.19531,534.36219 c 9.80919,0 9.80919,0 9.80919,0 l 0,0"
+       id="path3021"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.49083301000000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 370.29159,539.86219 c 15.41869,0 15.41869,0 15.41869,0"
+       id="path3023"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.49827286999999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 371.09799,536.86219 13.90344,0"
+       id="path3025"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.51020723999999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 370.71031,542.86219 14.57747,0"
+       id="path3027"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.47750598000000000;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 372.57736,545.86231 10.94457,0"
+       id="path3029"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 6.625,2.0851154 -0.0625,2.46875"
+       id="path3801"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.39328711999999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 374.01446,537.11219 0.0312,2.7491"
+       id="path3803"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000001000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 378.35821,537.04969 0,2.71875"
+       id="path3816"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 382.32696,536.92469 0,2.9375"
+       id="path3818"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 13.59375,4.3976154 -1.5625,-2.40625"
+       id="path3820"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="M 9.6875,4.5538654 9.40625,2.1476154"
+       id="path3822"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 372.67071,536.83094 1.34375,-2.28125"
+       id="path3824"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M 5.09375,1.9288654 6.9116117,0.27640669"
+       id="path3826"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M 10.8125,2.0226154 9.15625,0.33511543"
+       id="path3828"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 8.0625,2.0226154 0,-1.78124997"
+       id="path3830"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="M 1.375,7.6163654 2,10.366365"
+       id="path3834"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 5.5625,7.5538654 0.125,2.9999996"
+       id="path3836"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 10.25,7.6163654 0.15625,2.9374996"
+       id="path3838"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M 14.5,7.6163654 14.15625,10.335115"
+       id="path3840"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 373.68633,542.98718 0.95313,2.8125"
+       id="path3842"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 7.90625,10.647615 0.125,2.90625"
+       id="path3844"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 381.60821,545.83093 0.4375,-2.75"
+       id="path3846"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 375.92071,546.01843 1.40625,2.0625"
+       id="path3848"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:0.40000000000000002;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 9.40625,15.647615 c 0.125,-0.28125 0.71875,-2.0625 0.71875,-2.0625"
+       id="path3850"
+       inkscape:connector-curvature="0"
+       transform="translate(370.04571,532.37082)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/outdoor_seating.svg
===================================================================
--- /trunk/resources/images/presets/leisure/outdoor_seating.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/outdoor_seating.svg	(revision 16006)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" height="14" width="14" id="svg2" version="1.1">
+  <path id="p"
+     d="M 7.0078125,0 0,3 V 4 H 6.5 V 8 H 2 v 1 h 4.5 v 5 h 1 V 9 H 12 V 8 H 7.5 V 4 H 14 V 3 Z M 0,6 c 0,2.6666667 0,5.333333 0,8 h 1 v -2 h 2 v 2 H 4 C 4,13 4,12 4,11 3,11 2,11 1,11 V 6 Z m 13,0 v 5 c -1,0 -2,0 -3,0 0,1 0,2 0,3 h 1 v -2 h 2 v 2 h 1 c 0,-2.666667 0,-5.3333333 0,-8 z"
+     style="fill:#0E8517;stroke:none;stroke-width:0.05045413" />
+</svg>
Index: /trunk/resources/images/presets/leisure/park.svg
===================================================================
--- /trunk/resources/images/presets/leisure/park.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/park.svg	(revision 16006)
@@ -0,0 +1,167 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="park.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="5.6851932"
+     inkscape:cy="5.2430881"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#45d749;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4159"
+       width="16"
+       height="3"
+       x="0"
+       y="1049.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a3b6f3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4161"
+       width="16"
+       height="13"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="8"
+       height="2"
+       x="1"
+       y="1044.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="6"
+       height="4.0000172"
+       x="2"
+       y="1042.3622"
+       ry="2.0000086" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="4"
+       height="2"
+       x="3"
+       y="1041.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="2"
+       height="2"
+       x="4"
+       y="1040.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#804000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4153"
+       width="2"
+       height="3.0000174"
+       x="4"
+       y="1046.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145-1"
+       width="8"
+       height="2"
+       x="8"
+       y="1047.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147-3"
+       width="6"
+       height="4.0000172"
+       x="9"
+       y="1045.3622"
+       ry="2.0000086" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149-4"
+       width="4"
+       height="2"
+       x="10"
+       y="1044.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151-9"
+       width="2"
+       height="2"
+       x="11.000001"
+       y="1043.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#804000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4153-5"
+       width="2"
+       height="2"
+       x="11.000001"
+       y="1049.3622"
+       ry="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/picnic.svg
===================================================================
--- /trunk/resources/images/presets/leisure/picnic.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/picnic.svg	(revision 16006)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="picnic2.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="true"
+     inkscape:zoom="37.78125"
+     inkscape:cx="-5.7481997"
+     inkscape:cy="10.036459"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4135" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4137"
+     width="16"
+     height="16"
+     x="0"
+     y="0"
+     ry="3" />
+  <path
+     d="m 3.9995255,3.071 c -1.322034,0 -1.322034,1.9 0,1.9 l 8.0000005,0 c 1.33909,0 1.338983,-1.9 0,-1.9 z M 4.9,5.3710014 4.1495255,8.0714466 1.9995255,8.071 c -1.32203397,-2.746e-4 -1.32015778,1.970408 0,1.9 L 3.775,9.9714466 2.9,13.370999 4.7,13.370552 5.575,9.971 l 4.85,4.466e-4 0.875,3.3995524 1.8,-4.47e-4 -0.875,-3.399552 1.774526,0 c 1.33909,0 1.337663,-1.9594517 0,-1.9 L 11.85,8.071 11.1,5.3705548 9.2999998,5.3710014 10.05,8.0714466 5.95,8.071 6.7,5.3705548 Z"
+     id="table"
+     style="fill:#734a08;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="sssssccssccccccccssccccccc" />
+</svg>
Index: /trunk/resources/images/presets/leisure/playground.svg
===================================================================
--- /trunk/resources/images/presets/leisure/playground.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/playground.svg	(revision 16006)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="18"
+   height="18"
+   id="svg2">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <g
+     transform="matrix(6.7201909e-2,0,0,6.7227152e-2,-14.47422,-27.17495)"
+     id="g2168">
+    <rect
+       width="250"
+       height="250"
+       ry="48.57143"
+       x="224.28572"
+       y="413.07645"
+       style="fill:#c7f1a3;fill-opacity:1;stroke:#000000;stroke-width:17.79999924;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.10000002;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3165" />
+    <path
+       d="M 247.27748,532.72088 L 451.29396,572.95821"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:14.19999981;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:1.10000002;stroke-dasharray:none;stroke-opacity:1"
+       id="path2383" />
+    <path
+       d="M 349.28571,554.13022 L 327.77308,599.29833 L 370.79835,599.29833 L 349.28571,554.13022 z "
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.83189112px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path2385" />
+    <g
+       id="g3189" />
+    <g
+       transform="matrix(0.8785919,0.3718702,-0.3462376,0.9436356,143.99832,-69.706166)"
+       id="g3185">
+      <path
+         d="M 338.53918,463.22191 C 329.58668,464.8893 317.58246,511.84896 317.58246,511.84896 L 352.1962,507.06244 C 352.1962,507.06244 347.86669,522.57427 344.01118,534.07986 C 341.60652,541.25572 349.61825,543.57042 353.65106,535.609 C 361.10006,520.90345 366.70326,504.64933 366.70326,504.64933 C 366.70326,504.64933 347.9936,461.46108 338.53918,463.22191 z "
+         style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.33470964px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         id="path3181" />
+      <path
+         d="M 286.86472,449.50504 C 286.86828,454.63621 283.15421,458.79796 278.57144,458.79796 C 273.98867,458.79796 270.2746,454.63621 270.27816,449.50504 C 270.2746,444.37387 273.98867,440.21212 278.57144,440.21212 C 283.15421,440.21212 286.86828,444.37387 286.86472,449.50504 z "
+         transform="matrix(-1.664894,-0.163643,-0.2881576,1.3383147,941.37379,-110.14043)"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:5.9000001;stroke-miterlimit:4;stroke-dasharray:none"
+         id="path3183" />
+    </g>
+    <g
+       transform="matrix(-0.9492779,-9.5302988e-2,-0.1490016,0.9940458,828.53274,98.070173)"
+       id="g3193">
+      <path
+         d="M 338.53918,463.22191 C 329.58668,464.8893 317.58246,511.84896 317.58246,511.84896 L 352.1962,507.06244 C 352.1962,507.06244 347.86669,522.57427 344.01118,534.07986 C 341.60652,541.25572 349.61825,543.57042 353.65106,535.609 C 361.10006,520.90345 366.70326,504.64933 366.70326,504.64933 C 366.70326,504.64933 347.9936,461.46108 338.53918,463.22191 z "
+         style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.33470964px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         id="path3195" />
+      <path
+         d="M 286.86472,449.50504 C 286.86828,454.63621 283.15421,458.79796 278.57144,458.79796 C 273.98867,458.79796 270.2746,454.63621 270.27816,449.50504 C 270.2746,444.37387 273.98867,440.21212 278.57144,440.21212 C 283.15421,440.21212 286.86828,444.37387 286.86472,449.50504 z "
+         transform="matrix(-1.664894,-0.163643,-0.2881576,1.3383147,941.37379,-110.14043)"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke-width:5.9000001;stroke-miterlimit:4;stroke-dasharray:none"
+         id="path3197" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/resort.svg
===================================================================
--- /trunk/resources/images/presets/leisure/resort.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/resort.svg	(revision 16006)
@@ -0,0 +1,528 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="resort2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="34.36097"
+     inkscape:cx="10.70257"
+     inkscape:cy="8.5478123"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <g
+       id="g844"
+       transform="matrix(0.69841644,-0.22734186,0.22440253,0.70756459,-231.3654,304.96041)">
+      <g
+         style="fill:#ff0000"
+         id="g4138"
+         transform="matrix(0.07241444,0.04389037,-0.04761145,0.08104442,2.1306223,998.39328)">
+        <path
+           id="path4140"
+           sodipodi:nodetypes="cssssccssccccc"
+           style="fill:#ff0000"
+           d="m 381.8346,391.5447 c 2.4325,-4.1228 9.1607,-9.6569 15.741,-12.947 5.4113,-2.7058 18.38,-5.7362 24.548,-5.7362 2.1087,0 4.0946,-0.42155 4.413,-0.93678 1.978,-3.2004 -7.978,-18.9 -17.189,-27.106 -10.016,-8.9227 -32.972,-17.444 -50.772,-18.846 -10.97032,-0.41058 -34.00566,-5.55473 -20.0232,7.7787 5.8647,5.5466 12.07,13.783 17.049,22.628 1.6641,2.9566 3.9407,6.412 5.0592,7.6788 1.1184,1.2668 2.5913,3.61 3.273,5.2071 0.68172,1.5971 2.71,5.1971 4.5072,8 7.2938,11.375 8.3793,13.215 9.0598,15.359 0.97561,3.0739 2.0403,2.8086 4.3346,-1.08 z"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         style="fill:#ffff00"
+         id="g4157"
+         transform="matrix(0.07241444,0.04389037,-0.04761145,0.08104442,6.7344716,1011.9346)">
+        <path
+           id="path4159"
+           sodipodi:nodetypes="ssssssssssccs"
+           style="fill:#ffff00"
+           d="m 178.89758,304.18379 c 15.289,-9.4066 43.924,-13.906 60.469,-9.5019 2.9128,0.77536 5.9073,1.4151 6.6544,1.4216 2.4294,0.0212 0.34225,-4.7685 -7.4101,-17.005 -4.0966,-6.4662 -7.4483,-12.069 -7.4483,-12.45 0,-0.38144 -1.6397,-3.2448 -3.6438,-6.363 -2.0041,-3.1182 -5.1509,-8.0202 -6.9929,-10.893 -6.5564,-10.227 -19.363,-21.805 -19.363,-17.506 0,0.42333 -2.0044,3.4495 -4.4543,6.7249 -5.8713,7.8497 -13.574,23.366 -18.37,37.005 -4.9976,14.213 -7.5892,31.5 -4.7224,31.5 0.284,0 2.6606,-1.3192 5.2814,-2.9316 z"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         style="fill:#ff0000"
+         id="g4161"
+         transform="matrix(0.07169747,0.04345581,-0.04714005,0.080242,21.469125,1024.7112)">
+        <path
+           id="path4163"
+           sodipodi:nodetypes="ssssssssssccss"
+           style="fill:#ff0000"
+           d="m -56.626918,263.82726 c 1.628019,-11.45138 7.598129,-28.84055 14.544,-42.36344 1.594285,-3.10363 4.046767,-7.91548 5.449859,-10.69287 1.403092,-2.7775 3.848302,-6.38613 5.4338,-8.0192 5.353,-5.51379 4.507226,-5.76165 -12.30988,-3.60641 -11.16858,1.43127 -15.61561,2.52924 -24.239998,5.98566 -12.40987,4.97345 -25.62471,14.42078 -34.816713,24.88943 -7.22393,8.22817 -13.07142,21.05951 -14.13899,31.02417 -0.81102,7.57319 -0.64482,7.73509 5.34795,5.20807 4.75609,-2.00556 17.804273,-2.40128 31.025173,-0.94089 10.37876,1.14635 13.02092,2.06252 18.07294,6.26625 1.607415,1.33754 3.258561,2.06534 3.669126,1.61741 0.410555,-0.44791 1.293709,-4.66368 1.962531,-9.36836 z"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         style="fill:#4d4d4d"
+         transform="matrix(0.07169747,0.04345581,-0.04714005,0.080242,2.2707564,998.84718)"
+         id="g4">
+        <path
+           inkscape:connector-curvature="0"
+           d="m 335.05307,467.84424 c -1.2707,-54.675 -0.4699,-68.38848 -1.36247,-70.06048 -0.8216,-1.539 -0.52368,-1.01446 -4.13678,-0.47256 -5.2256,0.78363 -20.121,6.6669 -25.539,10.087 -5.0991,3.2189 -7.9468,3.107 -11.351,-0.44606 -1.5322,-1.5992 -5.4939,-4.1231 -8.8039,-5.6085 -5.367,-2.4085 -7.5473,-2.7534 -20.151,-3.1878 -14.043,-0.48388 -14.181,-0.46714 -21.521,2.6085 -7.4181,3.1083 -10.13,3.7386 -10.092,2.3455 0.0114,-0.4125 0.88492,-5.989 1.9412,-12.392 3.0216,-18.318 5.4827,-22.768 21.06,-38.084 7.1189,-6.9996 14.829,-13.917 17.134,-15.372 4.5676,-2.8834 18.68,-8.0123 25.844,-9.3927 2.475,-0.4769 6.3,-1.3186 8.5,-1.8704 2.2,-0.55184 7.5291,-1.2103 11.842,-1.4633 8.4823,-0.49752 9.3159,-0.89336 9.8228,-4.6648 0.4098,-3.0486 3.8347,-4.1257 3.8347,-1.206 0,3.7239 2.0278,4.2259 13.465,3.3333 8.7138,-0.68007 12.633,-0.50409 20.41,0.91647 12.504,2.284 24.881,6.2471 33.625,10.767 11.962,6.1828 28.881,25.097 31.624,35.353 1.7558,6.5649 0.92455,7.9317 -4.3817,7.2044 -11.712,-1.6053 -34.13,6.964 -39.808,15.217 -1.5934,2.3159 -4.0718,5.0665 -5.5076,6.1124 -2.5866,1.8842 -2.7083,1.876 -13.269,-0.89529 -11.531,-3.0259 -15.80647,-3.90855 -17.69147,-2.02355 -0.89903,0.89903 -0.55654,13.56859 -0.55654,48.50859 0,0 -0.0195,31.89332 -0.0305,46.27432 -0.54473,5.051 -3.53518,6.95449 -7.16516,8.97117 -3.38248,-1.15519 -7.26946,-10.16657 -7.73556,-30.55921 z M 305.81,401.93 c 15.289,-9.4066 43.924,-13.906 60.469,-9.5019 2.9128,0.77536 5.9073,1.4151 6.6544,1.4216 2.4294,0.0212 0.34225,-4.7685 -7.4101,-17.005 -4.0966,-6.4662 -7.4483,-12.069 -7.4483,-12.45 0,-0.38144 -1.6397,-3.2448 -3.6438,-6.363 -2.0041,-3.1182 -5.1509,-8.0202 -6.9929,-10.893 -6.5564,-10.227 -19.363,-21.805 -19.363,-17.506 0,0.42333 -2.0044,3.4495 -4.4543,6.7249 -5.8713,7.8497 -13.574,23.366 -18.37,37.005 -4.9976,14.213 -7.5892,31.5 -4.7224,31.5 0.284,0 2.6606,-1.3192 5.2814,-2.9316 z m -8.7654,-8.0377 c 1.6119,-11.338 7.5229,-28.555 14.4,-41.944 1.5785,-3.0729 4.0067,-7.8371 5.3959,-10.587 1.3892,-2.75 3.8102,-6.3229 5.38,-7.9398 5.3,-5.4592 4.4626,-5.7046 -12.188,-3.5707 -11.058,1.4171 -15.461,2.5042 -24,5.9264 -12.287,4.9242 -25.371,14.278 -34.472,24.643 -7.1524,8.1467 -12.942,20.851 -13.999,30.717 -0.80299,7.4982 -0.63843,7.6585 5.295,5.1565 4.709,-1.9857 17.628,-2.3775 30.718,-0.93157 10.276,1.135 12.892,2.0421 17.894,6.2042 1.5915,1.3243 3.2263,2.0449 3.6328,1.6014 0.40649,-0.44348 1.2809,-4.6175 1.9431,-9.2756 z m 84.79,-2.3476 c 2.4325,-4.1228 9.1607,-9.6569 15.741,-12.947 5.4113,-2.7058 18.38,-5.7362 24.548,-5.7362 2.1087,0 4.0946,-0.42155 4.413,-0.93678 1.978,-3.2004 -7.978,-18.9 -17.189,-27.106 -10.016,-8.9227 -32.972,-17.444 -50.772,-18.846 -11.423,-0.89988 -24.673,-0.12741 -25.198,1.469 -0.19533,0.59388 2.1333,3.4333 5.1748,6.3097 5.8647,5.5466 12.07,13.783 17.049,22.628 1.6641,2.9566 3.9407,6.412 5.0592,7.6788 1.1184,1.2668 2.5913,3.61 3.273,5.2071 0.68172,1.5971 2.71,5.1971 4.5072,8 7.2938,11.375 8.3793,13.215 9.0598,15.359 0.97561,3.0739 2.0403,2.8086 4.3346,-1.08 z"
+           style="fill:#4d4d4d"
+           sodipodi:nodetypes="csssssssssssssssssssssssssccccssssssssssccsssssssssssccsscsssssssssccccc"
+           id="path2954" />
+      </g>
+    </g>
+    <g
+       transform="matrix(0.05735138,0,0,0.05735138,9.0240139,1044.1088)"
+       style="overflow:visible"
+       id="g1155">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path3"
+         d="m 65.899527,24.866561 c 0.14328,-0.0432 0.265274,-0.11948 0.377492,-0.21175 -0.150766,0.0497 -0.27276,0.12362 -0.377492,0.21175 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path5"
+         d="m 65.292438,11.496761 c -0.0018,0.004 -0.0037,0.009 -0.0065,0.013 0.03046,-0.0183 0.02594,-0.0195 0.0065,-0.013 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ff7f00;stroke-width:0.58340621"
+         id="path7"
+         d="m 114.78572,98.197605 c -3.29268,-11.198487 -6.24126,-22.394005 -7.73281,-34.014813 -0.71758,-5.593028 -1.06744,-11.281287 -0.88906,-16.922816 0.0834,-2.627344 2.29833,-12.315189 0.14904,-13.421261 -1.16872,-0.600941 -2.62402,-0.34424 -2.62402,-2.108033 0,-2.282513 0.70262,-2.894104 -1.20958,-4.251556 -1.9214,-1.363953 -5.437371,-1.423093 -7.70173,-1.866703 C 93.351609,25.333242 91.944659,24.964752 90.573954,24.471451 89.407526,24.0521 89.577862,21.835227 89.16124,20.635115 87.432031,15.653677 83.077656,12.207722 78.434404,10.369399 76.464087,9.5892374 74.404001,9.4070671 72.315142,9.2633369 70.958819,9.1704367 68.174828,10.449249 67.102776,9.7128575 65.963976,8.9303263 66.222927,6.1781721 65.213598,5.0182803 64.150758,3.7974684 62.557351,0.97729399 61.115293,0.31129295 59.969007,-0.21867787 57.609696,0.10427263 56.340843,0.03447252 52.538887,-0.1743178 42.645294,2.6103665 40.205415,4.4185193 c 0.336634,0.5855709 0.508692,0.9907316 0.806771,1.6159225 1.306257,-0.7346111 12.503228,-5.21447806 16.471482,-4.6862872 3.277726,0.4359206 10.076013,6.0011493 7.807616,10.1491964 0.01957,-0.007 0.02418,-0.005 -0.0065,0.013 0.0018,-0.004 0.0037,-0.009 0.0065,-0.013 -0.11221,0.0367 -0.923013,0.42054 -0.94776,0.42764 C 63.621345,9.9216479 62.540662,8.1389251 61.351222,6.3946524 59.614536,3.8477485 56.875997,4.1026688 53.919375,3.8370984 51.427706,3.6129281 45.000583,6.1728521 42.555525,6.8844032 42.18494,6.9920533 41.862692,7.0967435 41.579574,7.2038037 c 0.359652,0.8038212 0.544944,1.1953818 1.080682,1.8850429 0.449996,-0.2992905 0.725059,-0.5015708 1.660729,-1.0510616 2.206823,-1.2965221 10.096724,-2.0571632 12.624649,-2.0571632 1.905286,0 2.381751,-0.3176205 3.339868,1.4331522 1.317766,2.4073237 2.889305,3.931566 1.973769,6.0325 -1.22627,2.813084 -4.783661,5.950879 -6.591124,8.571723 0.120267,0.0988 0.240535,0.17449 0.361378,0.23778 0.287725,-0.0639 0.608245,-0.0148 0.965014,0.163241 1.93752,-0.315251 3.823828,-4.142717 5.119145,-5.557539 1.58592,-1.731853 4.32791,-5.614919 6.688375,-5.994049 8.218477,-1.3190027 16.700511,2.898834 19.080544,11.288977 -4.129383,-3.667175 -9.152427,-7.605252 -14.714076,-8.367073 -5.641652,-0.773061 -10.02768,5.585929 -13.197213,9.956966 0.240536,0.17212 0.462656,0.29338 0.676717,0.39156 0.323973,-0.0124 0.667514,0.0562 1.031197,0.221811 1.366671,-0.094 2.189557,-1.824123 3.335262,-3.170335 0.185871,1.236782 0.3516,2.482444 0.471295,3.732826 0.151339,0.004 0.287142,-0.016 0.411443,-0.0538 0.104723,-0.0881 0.226717,-0.16206 0.377483,-0.21175 1.291874,-1.065842 0.67212,-5.136408 1.699284,-6.78545 0.849932,1.965483 1.07148,4.164606 1.143406,6.290979 0.241117,0.0248 0.442523,0.0189 0.623787,-0.002 0.212908,-0.18632 0.467834,-0.31171 0.77569,-0.34306 0.628384,-0.677841 0.164584,-2.180194 0.04661,-3.388585 -0.208883,-2.140564 -1.153191,-3.431176 0.571994,-4.423677 4.550603,-2.618484 12.647659,5.377728 15.132425,8.226292 -5.004628,1.092462 -10.055871,0.600951 -14.795797,2.903575 -0.313616,-1.071762 -0.551271,-2.193203 -0.605936,-3.318195 -0.12372,-0.013 -0.238809,-0.0106 -0.349301,5.9e-4 -0.169173,0.18217 -0.419493,0.30284 -0.77569,0.34306 -1.019113,0.893132 -0.988615,3.285665 -0.287723,4.564447 0.98401,1.795133 1.612385,-0.1875 3.871579,-0.51696 2.416283,-0.351931 12.977973,-3.567206 14.758384,-1.695763 1.38912,1.460362 -1.216486,4.376357 -2.152725,5.599529 -2.250563,2.942024 -4.228357,6.113539 -5.729114,9.528734 -0.679597,1.545543 -3.190828,10.679167 -4.27669,10.859567 -8.791052,1.465093 -17.638486,2.423884 -26.379467,4.221387 1.371281,-4.366887 2.454841,-8.819554 3.76685,-13.204181 0.949482,-3.172705 2.320763,-10.539576 4.976429,-12.650569 1.936948,-1.539623 6.063443,0.12776 7.667207,-1.106062 1.193473,-0.918571 1.059969,-3.868276 1.008757,-5.184918 -0.279093,-0.013 -0.503521,0.0177 -0.690536,0.0798 -0.112209,0.0923 -0.234203,0.16858 -0.377492,0.21175 -0.862016,0.726932 -0.383816,2.603104 -2.026136,3.165015 -1.311434,0.448341 -2.987123,0.409891 -4.372218,0.760642 0.822886,-1.426653 1.725757,-2.817815 2.690197,-4.148047 -0.174933,-0.11771 -0.344686,-0.21057 -0.510988,-0.28569 -0.311889,0.0213 -0.653132,-0.0485 -1.031197,-0.221801 -2.126834,0.081 -3.443455,3.605066 -4.577649,5.622609 -1.730359,3.079235 -3.20637,6.42701 -4.438394,9.747575 -1.209581,3.259055 -2.098065,6.62753 -2.935335,10.002506 -0.76534,3.084574 -0.0938,8.048262 -3.992423,7.901582 2.558994,-12.423439 6.045604,-23.917067 12.846195,-34.634084 -0.196809,-0.16088 -0.3798,-0.2709 -0.556459,-0.35962 -0.321092,0.0521 -0.64392,0.004 -0.965017,-0.163251 -1.25274,0.280361 -1.920253,2.530354 -2.648764,3.841076 -1.54449,2.777585 -1.492125,3.732826 -4.573047,4.009637 -6.557749,0.589111 -12.777714,2.730864 -19.302088,3.387405 0.773396,-5.433339 2.38924,-10.469786 5.313066,-15.104614 1.400053,-2.219233 2.998634,-4.361576 4.821063,-6.234789 1.336754,-1.373412 2.401324,-2.099754 3.020501,-3.0656354 C 42.370803,8.6591869 42.070997,8.1990162 41.494978,7.0367544 37.863357,10.33544 34.558012,13.913885 31.995564,18.215132 c -1.67454,2.811295 -6.428276,12.68073 -4.10291,15.969355 1.278634,1.807563 5.535762,0.0314 7.397897,-0.20761 5.131802,-0.658321 10.014436,-2.190844 15.200329,-2.834375 -2.687895,4.851318 -4.440693,10.239106 -5.755005,15.640494 -0.669241,2.749785 -1.320643,5.514949 -1.86156,8.294903 -0.447694,2.300264 -0.223847,2.302634 -2.458868,2.601924 -1.449541,0.194601 -2.882394,0.479691 -4.316974,0.767742 C 30.82281,59.508676 25.068954,61.115729 19.688561,59.829847 17.250413,59.247245 14.815714,57.979113 13.095714,56.11595 10.978659,53.822786 10.203537,54.400657 7.4477405,54.092497 3.9709139,53.703896 2.3815397,51.686363 2.0333967,48.147538 1.7715696,45.488243 3.6561466,45.465763 5.9464095,44.496342 8.3402534,43.48372 10.699569,42.381799 13.096865,41.372147 c 2.294867,-0.966481 4.607573,-1.866123 6.92776,-2.765174 3.719089,-1.440842 4.609299,-1.197152 4.826817,-5.445749 0.296928,-5.798869 2.959504,-11.569338 6.135374,-16.260955 1.801713,-2.661664 3.829574,-5.225728 6.120413,-7.4656619 C 38.788675,7.7897046 40.064432,6.7439729 41.013913,6.0330118 40.752662,5.485891 40.49141,4.9441002 40.207142,4.4170893 34.989599,8.4509856 25.449328,17.52783 23.481887,29.052218 c -0.365982,2.142923 0.10991,6.72808 -1.775817,7.515932 -2.462321,1.028581 -4.957443,1.943593 -7.454866,2.876954 -3.206944,1.198332 -11.4818159,2.705424 -13.52866706,5.659859 -1.11635907,1.611192 -0.60651689,6.83928 -0.60536589,8.779923 0.00111,3.054405 0.2376582,6.13483 0.51329539,9.174445 0.39763116,4.385817 0.63931666,9.348334 0.49545606,13.15391 -0.46668376,12.369609 1.3217926,24.420419 2.2873865,36.708409 0.4672597,5.94555 1.0162329,12.3702 0.1640012,18.30333 -0.4246772,2.95622 -2.73795786,10.27874 -0.3654064,12.94276 1.4178922,1.59226 4.5275867,2.37834 6.2694526,3.79671 2.4456326,1.99092 4.6944646,4.24623 7.0491776,6.35131 0.991489,0.88663 2.031314,1.65673 3.143646,2.37124 1.141679,0.73402 1.258494,2.54513 2.637832,3.10349 2.483612,1.00552 4.81243,-1.87263 6.688375,-3.068 3.77951,-2.40614 9.936177,-3.48678 14.310695,-4.80045 5.324574,-1.59877 10.641669,-3.27029 16.006528,-4.75255 11.558926,-3.19398 23.531594,-4.23498 35.244734,-6.64172 6.059416,-1.24506 11.951956,-2.68058 17.840466,-4.60998 2.63783,-0.86415 7.52104,-0.70682 7.58837,-4.37696 0.20313,-11.26887 -3.14883,-22.36028 -5.20546,-33.343475 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path9"
+         d="m 69.744059,24.15856 c 0.355625,-0.0402 0.606517,-0.16088 0.775699,-0.34306 -0.307865,0.0313 -0.562782,0.15675 -0.775699,0.34306 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path11"
+         d="m 56.996265,22.418428 c -0.357342,-0.178621 -0.677871,-0.227721 -0.965013,-0.163251 0.321093,0.167391 0.643921,0.215301 0.965013,0.163251 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path13"
+         d="M 61.681527,24.358481 C 61.317271,24.19287 60.974311,24.12485 60.65033,24.13668 c 0.378074,0.173891 0.719307,0.243101 1.031197,0.221801 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path15"
+         d="m 50.490885,46.765495 c -0.08977,0.414631 -0.179539,0.829262 -0.269308,1.244472 0.08977,-0.41462 0.178964,-0.829251 0.269308,-1.244472" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path17"
+         d="m 89.229142,31.418972 c -2.464053,4.193596 -4.193833,8.953824 -5.559932,13.633601 -0.784901,2.690054 -1.237781,7.682142 -4.796898,7.381661 2.244803,-8.009802 3.458418,-15.700224 10.35683,-21.015262" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path19"
+         d="m 2.0667724,55.061588 c 4.5293121,1.607053 8.7421316,4.140947 13.3266856,5.569379 2.23272,0.695571 4.555784,1.512412 6.902441,1.641942 2.112452,0.116521 3.900354,-0.724561 6.067473,-0.989541 8.845135,-1.083002 17.98202,-2.788234 27.05273,-4.045136 10.89832,-1.510633 24.659468,-0.484421 34.638224,-5.748589 2.968132,-1.565643 5.413763,-3.007075 8.018223,-5.132268 1.51226,-1.233822 5.416071,-4.585137 5.416071,-6.4696 0,-3.482626 1.63023,-6.23478 -2.11936,-1.209572 -4.389481,5.882859 -10.150814,10.792137 -17.251785,12.65056 1.659009,-6.37792 3.413528,-12.82445 6.297654,-18.75226 1.584767,-3.257285 -1.059969,-6.498 3.387052,-5.927219 2.530798,0.324721 4.931548,1.510043 7.398469,2.142934 -0.85855,2.365913 -3.755331,2.484213 -5.246301,4.285856 2.21948,3.080425 9.887831,-0.531741 9.887831,3.214695 0,2.687684 -1.56751,4.880888 -2.08425,7.430752 -0.73542,3.627545 -0.54093,7.841242 -0.70723,11.545088 -0.11681,2.618484 0.43159,3.471395 -1.57556,5.144688 -1.839691,1.534302 -3.680531,3.068594 -5.520791,4.602897 2.26838,-6.1857 7.325391,-11.601878 6.188881,-18.664729 -2.407661,4.060506 -4.557511,8.261193 -6.625081,12.512159 -1.062263,2.184334 -2.099783,4.382267 -3.161479,6.56719 -1.37358,2.826685 -2.836934,3.319386 -5.696885,4.353297 -8.633944,3.120055 -18.070643,3.399825 -26.95548,5.532109 -9.566743,2.296123 -19.272165,4.110776 -29.141015,3.935706 -2.504904,-0.0444 -5.013835,-0.0728 -7.512985,-0.271491 -3.921645,-0.3123 -3.860072,-0.4164 -4.438968,-4.216656 -0.555879,-3.647656 0.01899,-8.364703 -2.958929,-10.438436 -2.02556,1.724162 0.821733,10.896237 1.210732,13.549611 C 12.224494,77.393493 8.4691524,74.538419 5.1827965,71.347984 1.4378126,67.712158 2.3757853,60.303876 2.0667724,55.061588" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path21"
+         d="m 41.478296,89.487472 c 4.764093,-2.177824 9.764693,-3.918546 14.795791,-5.253518 -2.965257,0.944591 -5.803918,1.850152 -8.479154,3.586735 -2.510081,1.629523 -6.371305,7.493452 -9.276141,6.64409 1.116359,-1.560322 2.947995,-2.887014 2.959504,-4.977307" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path23"
+         d="m 18.207951,93.912339 c -1.583044,-0.596811 -3.393388,-0.218261 -4.573046,-1.659103 -0.05179,0.12184 -0.150191,0.577281 -0.134654,0.553031 -0.600188,-0.417581 -4.7756016,-3.062685 -2.017504,-2.592454 2.682716,0.456621 5.328028,0.789031 8.135039,1.038641 3.575229,0.317621 6.180835,-0.40635 9.350952,-1.902792 2.343204,-1.106072 5.865491,-1.744863 6.993935,-4.423677 0.05754,1.995653 2.469802,-0.0739 2.286811,-0.691441 -0.257222,-0.867112 -4.190952,0.10174 -4.842353,0.0686 0,0.20761 0,0.41522 0,0.622831 -4.240441,-2.914215 -11.310911,1.148651 -15.871873,-3.733416 6.397776,0.717461 12.83641,0.869471 19.249723,0.17626 3.397992,-0.36731 6.741892,-0.900231 10.105931,-1.517742 2.907139,-0.533511 7.229293,-2.748014 10.055867,-1.562093 -13.339919,4.881478 -24.24284,14.477643 -38.738828,15.623345" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path25"
+         d="m 36.904674,91.561795 c -1.307408,1.385242 -2.430096,4.859597 -4.842354,3.318205 1.614117,-1.106072 3.228236,-2.212143 4.842354,-3.318205" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path27"
+         d="m 60.444327,83.266292 c 5.506984,-1.410672 12.72132,-4.579237 17.487139,0.27681 -6.417342,-3.738735 -14.27905,-0.38209 -20.984687,0.414631 1.177357,-0.19637 2.332274,-0.427051 3.497548,-0.691441" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path29"
+         d="m 75.374773,79.532876 c 1.847169,-0.28805 3.59364,0.668371 5.111086,1.659693 -1.820132,0.36908 -3.674206,-0.559541 -5.111086,-1.659693" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path31"
+         d="m 68.918302,75.938451 c 7.149877,-2.129914 14.250268,-3.225925 21.25284,-5.94496 -0.864896,3.265556 -2.126262,6.929771 -1.344813,10.334927 1.002425,4.368666 4.476948,1.687492 6.79252,0.10351 2.75005,-1.881503 5.483401,-4.572737 6.961721,-7.776772 0.81943,-1.776223 -0.36138,-5.819569 -0.16803,-6.11768 1.08701,-1.678022 1.20498,0.350161 1.61297,1.244472 1.54103,3.375575 -0.8436,6.25727 -2.9808,8.697714 -1.593401,1.819982 -7.388116,7.572711 -9.998897,6.6151 C 87.871665,81.93073 86.10161,78.934885 82.773816,77.875554 78.329672,76.460142 73.545438,76.101701 68.918302,75.938451" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path33"
+         d="m 97.569609,74.555579 c 0.96617,-1.799283 1.9542,-3.615126 2.689621,-5.530339 1.28842,1.951883 -1.188861,4.385817 -2.689621,5.530339" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path35"
+         d="m 8.7919754,91.147164 c -0.494881,-0.725741 -0.223272,-1.289422 -1.2107309,-1.244472 0,-0.23067 0,-0.46076 0,-0.691441 1.2607949,0.182771 1.8149469,0.852922 1.2107309,1.935913" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path37"
+         d="m 116.93902,132.34786 c -22.224756,8.01041 -46.037745,8.28781 -68.451828,15.75288 -5.229627,1.74191 -10.657782,3.06623 -15.718804,5.29669 -2.327092,1.02564 -8.595393,6.45068 -10.659508,3.80204 -2.748892,-3.52759 -6.397201,-6.19398 -9.53049,-9.41517 -3.1033636,-3.19104 -8.0918795,-5.61432 -6.5099855,-10.49285 1.928309,-5.9491 0.07193,-14.54093 -0.304986,-20.74555 -0.267581,-4.40416 -0.575442,-8.81069 -0.9765268,-13.2036 C 4.468672,99.852568 2.8372905,94.371319 3.6808906,91.147754 11.565036,96.950763 19.378978,99.601187 29.198339,98.572606 38.829531,97.564134 48.072873,94.83859 57.578616,93.089587 74.586419,89.960662 93.085754,90.713614 105.6402,76.629892 c 0.51271,1.959573 3.96019,13.654901 3.0884,14.683483 -3.91819,4.621227 -7.6367,7.666761 -12.983721,10.414175 -8.854916,4.55026 -20.318321,4.53784 -29.981155,5.64154 -9.466616,1.08122 -18.739884,3.94872 -28.185782,5.34638 -4.683532,0.69322 -9.544875,1.26813 -14.275017,0.87066 -2.907139,-0.24369 -1.555999,-0.30994 -2.202221,-2.39135 -0.301532,-0.97121 -0.425252,-2.03823 -0.605942,-3.04139 -3.07114,0.43237 -0.762462,3.83515 -2.286235,4.97671 -1.539311,1.15279 -8.2800506,-3.21765 -9.9534395,-3.73341 -0.09034,6.30398 1.6382859,13.36862 8.3732725,13.99913 2.009447,0.18809 4.255977,4.37694 2.286811,4.80399 -4.442997,0.96176 -6.289019,-3.14252 -9.9873906,-3.734 -1.5629039,-0.24961 -1.3707049,-0.77011 -1.0760789,1.03745 0.06388,0.39097 0.5892539,1.2007 0.8067719,1.52187 2.0249836,2.98402 5.5386386,4.18118 8.7432816,5.25353 2.274151,0.76064 2.537129,0.12776 2.894479,2.97515 0.265279,2.11749 0.47359,4.24267 0.74002,6.35899 0.498909,3.97001 1.085285,7.92524 2.687895,11.61133 1.652097,-2.1867 -0.281967,-4.13917 -0.432733,-6.37615 -0.229602,-3.41165 -0.459779,-6.82272 -0.689957,-10.23436 -0.260675,-3.86947 -0.269883,-3.29455 3.593643,-3.5826 9.899347,-0.73639 19.567367,-3.05617 29.208341,-5.37123 20.104835,-4.82824 42.295066,-5.4487 59.383427,-18.54051 2.40708,7.19239 3.77778,15.7233 2.15215,23.22858" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path39"
+         d="m 103.75793,99.857298 c -4.014301,5.490112 -9.343472,10.657282 -15.469062,13.549612 2.568775,-2.07431 5.367726,-3.83456 7.922691,-5.9355 2.83291,-2.32924 4.632901,-5.40908 7.546371,-7.614112" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path41"
+         d="m 87.616176,113.82154 c -0.448274,0.32235 -0.89712,0.64471 -1.345384,0.96706 0.448264,-0.32235 0.896537,-0.64471 1.345384,-0.96706" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path43"
+         d="m 79.275706,107.46195 c -1.699865,0.96707 -6.372462,4.75254 -5.91901,0.96825 1.980093,-0.2709 3.946385,-0.6459 5.91901,-0.96825" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path45"
+         d="m 60.174437,123.0847 c -1.695249,1.0765 -3.507323,2.82431 -5.513891,2.90357 1.837968,-0.96766 3.675934,-1.93532 5.513891,-2.90357" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path47"
+         d="m 48.203498,117.13974 c 2.672358,-3.53764 6.297074,-5.73498 10.626136,-6.36018 -4.085074,1.20603 -6.228599,5.74268 -10.626136,6.36018" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path49"
+         d="m 21.705495,128.06141 c -1.343661,-2.8811 0.237082,-4.71113 2.891601,-5.52974 2.81104,-0.86712 4.805526,-2.12815 7.377756,-3.44715 4.371067,-2.2417 8.567773,-4.86728 13.403221,-5.95442 -7.205698,6.25075 -14.880959,11.36883 -23.672578,14.93131" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path51"
+         d="m 44.975264,121.70182 c -0.607668,0.77484 -0.943727,1.35213 -1.88285,1.38288 0.612846,-0.45011 1.219363,-1.01852 1.88285,-1.38288" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path53"
+         d="m 42.150413,123.36152 c -1.900113,1.99328 -4.517803,3.32174 -7.128589,4.00845 2.141799,-1.77858 4.726689,-2.68946 7.128589,-4.00845" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path55"
+         d="m 21.166879,116.72512 c 2.508358,-0.19401 4.926945,0.83871 7.398473,0 -2.589494,1.14806 -8.226536,5.42387 -7.398473,0" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path57"
+         d="m 46.320649,33.078074 c 2.247681,2.631494 -2.552665,2.963905 -3.960774,3.425846 -5.090371,1.669752 -10.081188,3.535275 -15.020217,5.631478 -4.457382,1.892143 -8.805431,4.504117 -12.587243,7.572122 -1.816674,1.473962 -4.464287,3.357235 -6.9024395,2.311504 C 19.548734,43.00192 32.161296,36.83397 46.320649,33.078074" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path59"
+         d="m 28.161391,37.08771 c -0.395905,1.745463 -6.347714,3.630506 -8.172444,4.605858 -2.965258,1.585162 -6.042152,2.927824 -9.178893,4.104266 C 14.069364,43.12731 23.887,35.480078 28.161391,37.08771" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#8b5c29;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path61"
+         d="M 47.262073,56.996911 C 49.304896,44.862712 53.09419,33.882485 59.97304,23.74571 c -3.389935,-2.234614 -4.590313,2.483034 -6.066325,5.123398 -1.654399,2.959174 -2.933033,6.168539 -4.11039,9.352474 -2.313282,6.25608 -3.745558,12.65825 -5.090944,19.19055 0.81943,-0.13308 1.773514,-0.14373 2.556692,-0.415221" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#8b5c29;stroke-width:0.58340621"
+         id="path63"
+         d="m 69.590995,13.583504 c 7.053203,-0.379141 13.189154,4.038616 18.293907,8.572313 -2.048575,-7.221381 -9.882655,-12.8333401 -17.487138,-11.545098 -5.206034,0.881902 -10.048967,7.773232 -12.84504,12.166739 2.865701,2.145294 4.106935,-1.323732 5.918427,-3.318205 1.924283,-2.117493 4.026379,-3.945756 6.119844,-5.875749" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path65"
+         d="m 67.976875,17.869361 c -1.233748,1.980863 -1.008748,4.453837 -1.008748,6.7056 3.457837,0.353121 1.922548,-4.591057 1.008748,-6.7056" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#8b5c29;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path67"
+         d="m 58.292164,30.865941 c -4.184043,8.181932 -6.000142,17.119776 -8.743855,25.85475 8.459011,-1.739543 17.016433,-2.661654 25.523206,-4.078846 2.35356,-0.392151 3.446898,-7.166952 4.485,-9.529315 1.572111,-3.578456 3.419289,-6.838101 5.636465,-10.034456 0.75096,-1.083001 3.799651,-4.298276 3.363469,-5.841449 -0.741747,-2.627944 -10.707276,0.311121 -12.500925,0.571961 -0.918988,0.13426 -6.54624,1.366902 -6.499062,1.708783 -0.246858,-1.786863 -0.356769,-3.559526 -0.436754,-5.357619 -3.946394,-0.35548 -0.978258,3.356646 -2.891603,5.184908 -1.175631,1.124402 -6.034098,0.945772 -7.935941,1.521283" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#8b5c29;stroke-width:0.58340621"
+         id="path69"
+         d="m 95.954349,33.078074 c 1.49097,-1.801643 4.387751,-1.920533 5.246301,-4.285856 -2.302921,-0.590891 -4.520101,-1.644313 -6.859853,-2.073734 -5.043754,-0.926251 -1.85005,1.591673 -3.472797,4.926438 -3.050418,6.26909 -4.994842,12.9327 -6.750525,19.683841 5.02247,-1.314263 9.608746,-4.202457 13.265694,-7.964863 1.79711,-1.848963 3.616081,-3.842246 4.970671,-6.068579 0.37174,-0.612181 0.67212,-1.031542 0.91553,-1.285282 0.0973,-0.536471 0.25608,-1.044552 0.47244,-1.530753 -2.33917,-0.30934 -6.009921,1.065852 -7.787461,-1.401212 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path71"
+         d="m 103.74124,34.478696 c -0.21637,0.486201 -0.3752,0.994282 -0.47244,1.530753 0.66003,-0.687301 0.89769,-0.11948 0.95811,1.423692 0.1709,4.341457 -5.699181,8.551603 -8.566621,10.892087 -4.665689,3.807946 -11.065196,5.034088 -16.744814,6.201669 -10.781502,2.216864 -22.605712,2.994065 -33.469499,4.129117 -2.141224,0.22358 -4.160454,1.010841 -6.254492,1.452082 -1.6239,0.341871 -6.004173,-0.31171 -7.061837,0.449521 -2.146404,1.544352 -9.01777,1.906343 -11.400104,1.486392 -6.622199,-1.167582 -12.3829606,-4.753727 -18.6633466,-6.981831 0.3090138,5.242288 -0.6289588,12.65057 3.1160251,16.286396 3.2863549,3.190435 7.0416965,6.044919 11.6803435,6.52698 -0.627809,-4.286457 -1.255041,-8.572314 -1.88285,-12.85877 0.224423,-0.230681 0.44827,-0.460761 0.672117,-0.690851 2.898507,2.018723 2.313857,6.238929 2.858227,9.781895 0.608243,3.959356 0.186443,4.411247 4.250798,4.843027 2.581438,0.273861 5.209487,0.256711 7.801858,0.302251 9.868849,0.17508 19.574847,-1.638993 29.141018,-3.935706 8.884265,-2.132284 18.321526,-2.412054 26.955479,-5.532109 2.721268,-0.983631 4.108662,-1.434932 5.528853,-4.007276 1.16815,-2.115123 2.112449,-4.387597 3.161484,-6.56719 2.10554,-4.373997 4.32157,-8.688844 6.793101,-12.85818 1.13709,7.062271 -3.920491,12.479039 -6.188891,18.664729 1.59283,-1.327872 3.18508,-2.655154 4.777911,-3.983026 2.30004,-1.918163 2.25171,-1.998014 2.28508,-5.003318 0.042,-3.858226 0.53114,-7.694562 0.70607,-11.545088 0.11854,-2.606654 2.31731,-5.031718 2.11936,-7.673262 -0.12199,-1.624803 -0.95179,-2.181973 -2.10094,-2.333984 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#8b5c29;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path73"
+         d="m 81.427859,51.742803 c 2.627474,-6.78841 4.087376,-14.002682 7.801283,-20.323831 -6.897839,5.315038 -8.112027,13.00546 -10.35683,21.015262 0.889061,0.0166 1.782729,-0.2076 2.555547,-0.691431" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path75"
+         d="m 13.09629,51.051952 c 5.842474,-4.740117 12.102144,-8.116283 19.020697,-10.899187 3.366917,-1.354492 6.800011,-2.519114 10.242888,-3.648245 1.200374,-0.393931 3.198888,-0.209391 4.095427,-1.352123 2.639558,-3.365525 -6.09797,-0.39334 -7.343804,0.005 -3.730598,1.194192 -7.385237,2.637995 -10.950107,4.280537 -7.313883,3.369655 -13.909612,7.646642 -20.3108405,12.58136 1.9628359,0.841671 3.4555355,-0.282731 5.2457395,-0.967662" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path77"
+         d="m 10.810054,45.797834 c 3.136741,-1.176442 6.213635,-2.519104 9.178893,-4.104266 1.82473,-0.975352 7.777115,-2.860395 8.172444,-4.605858 -4.274391,-1.607632 -14.092027,6.0396 -17.351337,8.710124" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path79"
+         d="m 91.515954,83.266292 c 4.871115,-2.211543 10.545556,-6.080409 12.682756,-11.352268 0.45058,-1.111981 0.3798,-4.548477 -0.57717,-5.584158 -0.62032,-0.671921 -1.12844,-0.422901 -1.47831,0.622241 0.14041,-0.419951 1.12614,1.943013 1.14283,2.212133 0.0593,0.938672 -0.11682,1.945963 -0.40339,2.834365 -1.50017,4.656127 -6.669381,8.803583 -10.896011,10.611146 -5.535185,2.367694 -2.36737,-10.534846 -1.816099,-12.61626 -7.002562,2.719035 -14.102953,3.815636 -21.252839,5.94496 4.627144,0.16325 9.411378,0.521691 13.854951,1.935913 3.439421,1.094831 5.367728,4.368666 8.743282,5.391928" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path81"
+         d="m 100.25865,69.02524 c -0.734841,1.915213 -1.723451,3.731056 -2.689611,5.530339 1.50133,-1.144522 3.978611,-3.578456 2.689611,-5.530339" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path83"
+         d="m 75.374773,123.36152 c -12.839289,2.37123 -25.417899,6.15138 -38.289411,8.30318 -3.318004,0.55481 -6.641763,1.05106 -9.997748,1.30066 -0.491429,0.0373 -4.718059,0.22358 -4.701945,0.46254 0.142134,2.10686 0.284268,4.21252 0.425827,6.31937 0.207735,3.08575 0.132352,6.16736 1.078956,9.08809 0.4874,1.50235 0.864316,3.02364 -0.16803,4.38936 -1.458172,-3.35309 -2.103244,-6.96053 -2.55842,-10.57979 -0.40914,-3.25728 0.222121,-9.68134 -3.158607,-10.26217 -3.333542,-0.57314 -6.275783,-2.20563 -8.7432826,-4.56327 -0.593857,-0.56782 -2.5929459,-4.80103 -0.874097,-3.69911 2.8720356,1.84246 5.7452226,4.21725 9.2813206,4.21725 3.480856,0 1.467956,-4.11078 -0.672117,-4.9075 -3.161485,-1.17645 -4.087373,-0.0781 -6.431728,-3.59975 -1.9628356,-2.94734 -2.3610425,-6.96467 -2.3115545,-10.43429 1.6739639,0.51518 8.4147035,4.88621 9.9534385,3.73342 1.523774,-1.14156 -0.784904,-4.54434 2.286236,-4.97671 0.323975,1.80283 0.204282,5.21389 1.832787,5.35111 5.010958,0.42054 9.941931,-0.10705 14.91491,-0.74585 9.536242,-1.22495 18.807206,-4.0546 28.314105,-5.36591 9.485603,-1.30835 20.866144,-0.87479 29.609416,-5.36708 5.357381,-2.752743 9.249101,-5.624968 13.185711,-10.267495 1.36782,-1.613552 -2.03707,-12.548239 -2.71149,-15.128273 -12.381816,13.889711 -30.289025,13.1894 -47.053403,16.273965 -9.478703,1.743683 -18.750242,4.553807 -28.348633,5.559319 -10.259,1.074131 -18.247877,-1.200112 -26.5566994,-7.316012 -1.1825355,4.518907 1.1462823,12.500336 1.5226229,17.374126 0.456327,5.91065 0.7475,11.82249 1.033495,17.74379 0.207736,4.30065 0.757859,8.16774 -0.571415,12.27025 -1.1923181,3.68019 6.4581985,8.85149 8.8439845,11.16418 1.982977,1.9223 4.401565,3.5672 6.254492,5.59954 0.727935,0.79849 1.116935,1.93886 2.018079,2.55696 1.893783,1.29948 10.085792,-4.58811 12.40828,-5.42624 10.855159,-3.91795 21.916904,-7.65315 33.202489,-9.95045 12.180979,-2.47949 24.706648,-3.15496 36.748948,-6.37142 3.24147,-0.86593 6.34253,-1.79337 9.50115,-2.93197 3.38303,-1.21963 2.98194,-4.18235 2.96928,-7.67208 -0.019,-5.45108 -1.10197,-11.23516 -2.826,-16.38339 -11.68495,8.95204 -25.274615,11.93546 -39.410947,14.24165" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path85"
+         d="m 104.69705,126.67971 c -0.60307,-3.00294 -0.13465,-9.49738 3.22938,-10.64603 -0.11278,2.95325 -1.38049,8.36292 -3.22938,10.64603" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path87"
+         d="m 33.003745,84.234544 c 0.361953,0.0592 0.572565,0.0941 0,0" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path89"
+         d="m 55.063932,77.874364 c -12.313907,3.342455 -24.837276,4.740707 -37.528099,3.318205 4.560962,4.882067 11.631433,0.819201 15.871873,3.733416 -0.310164,-0.493291 -0.09552,-0.360801 -0.403386,-0.691441 0.925313,0.16739 4.157002,-0.915612 4.84293,-0.208201 0.789508,0.814472 -1.827608,2.855665 -1.883426,0.899642 -1.187139,2.818994 -4.316974,2.817214 -6.59055,4.181166 -3.125807,1.876773 -6.126168,2.467654 -9.754912,2.145303 -1.546215,-0.13723 -3.094733,-0.20761 -4.640373,-0.34602 -0.566237,-0.0509 -2.77191,-0.789031 -3.292686,-0.658311 -2.6366796,0.661271 0.505815,1.646672 1.816099,2.558144 -0.01554,0.0242 0.08286,-0.431191 0.134654,-0.553031 3.556238,4.343237 14.137486,0.353111 17.991804,-1.416592 8.619563,-3.956406 16.384016,-9.278545 25.320073,-12.54824 -0.6186,-0.13545 -1.255618,-0.35844 -1.884001,-0.41404" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path91"
+         d="m 80.485859,81.192569 c -1.517446,-0.990732 -3.263917,-1.947743 -5.111086,-1.659693 1.43688,1.100152 3.290954,2.028773 5.111086,1.659693" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path93"
+         d="M 77.931466,83.543102 C 73.165647,78.687055 65.951311,81.85562 60.444327,83.266292 65.907004,82.21405 72.780678,80.541348 77.931466,83.543102" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path95"
+         d="m 56.946779,83.957733 c 1.175631,-0.13959 2.35644,-0.37263 3.497548,-0.691441 -1.165274,0.26439 -2.320191,0.495071 -3.497548,0.691441" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path97"
+         d="m 52.844448,85.271405 c 1.150886,-0.31762 2.293716,-0.675461 3.429639,-1.036861 -1.152612,0.3058 -2.317884,0.58793 -3.429639,1.036861" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path99"
+         d="m 40.805603,94.465369 c 3.085525,-4.169936 7.178077,-7.475121 12.038845,-9.194554 -2.973315,0.925672 -9.148394,1.871443 -11.366152,4.216657 -0.840723,0.889001 -2.046851,3.701485 -2.958929,4.977897 0.72621,0 1.573837,0.136631 2.286236,0" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path101"
+         d="m 7.5818195,89.902692 c 0.427554,0.388011 1.0277409,0.189281 1.2107319,1.244472 0.714125,-1.281732 -0.6485249,-2.403173 -1.2107319,-1.244472" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path103"
+         d="m 36.904674,91.561795 c -1.614118,1.106062 -3.228237,2.212133 -4.842354,3.318205 2.412833,1.541392 3.534946,-1.932963 4.842354,-3.318205" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path105"
+         d="m 88.288868,113.40691 c 6.102569,-3.2904 11.324141,-7.88028 15.469062,-13.549612 -2.80414,2.122812 -4.555211,4.991502 -7.197651,7.327842 -2.593522,2.29258 -5.587546,4.05459 -8.271411,6.22177" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path107"
+         d="m 79.275706,107.46195 c -1.972625,0.32235 -3.938917,0.69735 -5.91901,0.96825 -0.454024,3.78429 4.219145,-0.001 5.91901,-0.96825" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path109"
+         d="m 48.203498,117.13974 c 4.397537,-0.6175 6.541062,-5.15474 10.626136,-6.36018 -4.329062,0.6252 -7.953778,2.82254 -10.626136,6.36018" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path111"
+         d="m 30.17947,120.0439 c -2.66833,2.67586 -11.224594,2.12165 -8.473975,8.0181 8.791619,-3.56248 16.467455,-8.68055 23.673154,-14.93131 -5.414344,1.21726 -10.362004,4.25215 -15.199179,6.91321" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path113"
+         d="m 105.36974,119.07506 c -0.0512,2.57057 -1.19174,5.0193 -0.67269,7.60465 1.84889,-2.28311 3.1166,-7.69278 3.22938,-10.64603 -1.34825,0.46135 -2.45598,1.54671 -2.55669,3.04138" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path115"
+         d="m 21.166879,116.72512 c -0.828063,5.42387 4.808979,1.14746 7.398473,0 -2.472103,0.83871 -4.890115,-0.19401 -7.398473,0" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path117"
+         d="m 44.975264,121.70182 c -0.663487,0.36436 -1.270004,0.93277 -1.88285,1.38288 0.939698,-0.0308 1.275182,-0.60804 1.88285,-1.38288" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path119"
+         d="m 60.174437,123.0847 c -1.837957,0.96825 -3.675923,1.93532 -5.513891,2.90357 2.00715,-0.0787 3.818642,-1.82707 5.513891,-2.90357" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffbf00;stroke-width:0.58340621"
+         id="path121"
+         d="m 42.150413,123.36152 c -2.402475,1.31899 -4.987365,2.23046 -7.128589,4.00845 2.610786,-0.68671 5.228476,-2.01517 7.128589,-4.00845" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#8b5c29;stroke-width:0.58340621"
+         id="path123"
+         d="m 35.82917,33.907925 c -1.808617,0.347191 -6.692979,2.034684 -7.936511,0.276811 -2.336875,-3.304595 2.475556,-13.520041 4.29856,-16.263915 1.774091,-2.670534 3.624716,-5.145878 5.753856,-7.527172 C 38.687397,9.5632173 40.353304,8.4062755 41.580724,7.2032137 41.399459,6.8418131 41.185395,6.3952524 41.013337,6.0344418 31.562835,13.948445 25.33021,23.81136 24.664422,36.8109 c -3.995301,1.514782 -7.987725,3.046125 -11.924907,4.713507 -2.655095,1.124402 -10.0006254,3.140755 -10.8068214,5.517909 -0.7503776,2.212723 1.2308732,5.500758 2.9595046,6.56719 1.3235183,0.816241 2.7460143,0.26321 4.1696602,0.415221 2.6671786,0.28391 2.8064356,1.312492 4.9096806,3.041384 7.569954,6.22355 18.019425,1.744873 26.443913,0.614551 2.935911,-0.39392 2.449662,-2.607244 3.053876,-5.367088 0.539191,-2.460554 1.091041,-4.912238 1.741867,-7.344991 1.281511,-4.785658 2.884121,-9.501525 5.27969,-13.825832 -5.058719,0.626971 -9.696215,1.811113 -14.661715,2.765174 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path125"
+         d="m 65.286105,11.509771 c 0.03046,-0.0183 0.02594,-0.0195 0.0065,-0.013 -0.0018,0.004 -0.0037,0.009 -0.0065,0.013 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#8b5c29;fill-rule:evenodd;stroke-width:0.58340621"
+         id="path127"
+         d="m 56.996265,1.3298145 c -1.71942,-0.0633 -12.827773,2.6936042 -15.982928,4.7046273 0.21349,0.4258707 0.369435,0.7275212 0.567387,1.1687719 3.952719,-0.9451915 11.763208,-3.5003755 15.919061,-2.9668646 3.719659,0.4779107 5.553028,4.1060463 6.844893,7.6886419 0.02474,-0.007 0.835541,-0.39156 0.94776,-0.42764 C 67.641964,7.2008437 60.527191,1.4593547 56.996265,1.3298145 Z" />
+    </g>
+    <g
+       style="overflow:visible"
+       i:dimmedPercent="50"
+       i:layer="yes"
+       i:rgbTrio="#4F008000FFFF"
+       id="Layer_1"
+       transform="matrix(0.07667056,0,0,0.08051327,0.06238801,1045.0539)">
+      <g
+         id="g24">
+        <path
+           d="m 52.83,0.018 c 29.152,0 52.813,22.531 52.813,50.292 0,27.76 -23.66,50.292 -52.813,50.292 C 23.677,100.602 0.018,78.07 0.018,50.31 0.018,22.549 23.678,0.018 52.83,0.018"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path4"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+        <path
+           d="m 25.254,11.218 c -1.548,0.648 -2.664,1.332 -3.78,2.196 -1.116,0.756 -1.908,1.692 -2.664,2.664 -0.864,0.9 -1.584,1.872 -2.16,2.916 l 7.128,-1.836 v 0 c 0.468,-1.98 0.972,-3.96 1.476,-5.94 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path6"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+        <path
+           d="M 32.886,8.086 48.87,4.198 59.886,13.306 56.97,24.934 44.73,30.622 29.25,26.518 26.946,17.05 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path8"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+        <path
+           d="M 63.342,14.026 61.399,25.042 73.53,37.174 86.49,35.23 90.486,20.686 76.302,9.058 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path10"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+        <path
+           d="M 76.05,41.278 88.29,39.082 95.562,51.322 85.518,67.918 72.918,66.73 68.311,56.181 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path12"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+        <path
+           d="M 94.482,75.91 88.65,69.142 98.838,51.933 102.366,49.99 c 0.036,4.176 -0.288,7.703 -0.972,11.268 -0.828,3.527 -2.053,6.732 -3.276,9.324 -1.223,2.447 -2.34,4.176 -3.636,5.328 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path14"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+        <path
+           d="M 33.894,63.418 48.33,52.762 64.566,57.01 69.75,69.215 60.786,80.986 40.554,76.738 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path16"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+        <path
+           d="m 64.962,97.113 c -2.988,0.434 -6.012,0.756 -9.216,0.828 -3.312,0.072 -6.84,0 -10.044,-0.359 -3.42,-0.504 -6.588,-1.404 -9.36,-2.305 -2.772,-0.971 -4.896,-2.051 -6.768,-3.383 l -0.252,-4.861 9.576,-7.271 21.457,3.781 6.155,9.432 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path18"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+        <path
+           d="M 14.31,43.726 27.522,30.298 41.814,34.294 45.45,49.774 30.546,61.295 17.586,60.934 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path20"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+        <path
+           d="M 9.45,71.123 C 8.298,71.59 7.218,70.365 6.066,67.846 4.806,65.11 3.114,59.602 2.538,55.498 1.998,51.357 2.034,47.326 2.79,43.258 l 7.524,2.412 3.996,16.705 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path22"
+           inkscape:connector-curvature="0"
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/sauna.svg
===================================================================
--- /trunk/resources/images/presets/leisure/sauna.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/sauna.svg	(revision 16006)
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="sauna.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.919596"
+     inkscape:cx="-6.6671004"
+     inkscape:cy="1.1390122"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4156"
+       width="4"
+       height="6"
+       x="12"
+       y="1046.3622"
+       ry="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#813400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4158"
+       width="5"
+       height="5.9997625"
+       x="0"
+       y="1046.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#813400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4160"
+       width="3.9999998"
+       height="3.000433"
+       x="5"
+       y="1049.3622"
+       ry="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 2.6065308,1041.5838 C 0.60653083,1048.2981 8,1042.3622 6.8798041,1047.675"
+       id="path4162"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       r="1.35"
+       cy="1038.8622"
+       cx="3.5"
+       id="circle4157"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 11,1045.3622 c 0,-2 3,-4 3,-4"
+       id="path4172"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 8.5580583,1044.2247 C 8.8285148,1042.6945 10.458633,1039.4718 13,1038.3622"
+       id="path4174"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4176"
+       width="1"
+       height="1"
+       x="13"
+       y="1046.3622"
+       ry="0.5" />
+    <rect
+       ry="0.5"
+       y="1046.3622"
+       x="14"
+       height="1"
+       width="1"
+       id="rect4178"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#4d4d4d;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.70000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/stripclub.svg
===================================================================
--- /trunk/resources/images/presets/leisure/stripclub.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/stripclub.svg	(revision 16006)
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   x="0px"
+   y="0px"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   enable-background="new 0 0 580 580"
+   xml:space="preserve"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="strip7.svg"><metadata
+   id="metadata19"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+   id="defs17">
+	
+
+		
+		
+	</defs><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview15"
+   showgrid="true"
+   inkscape:zoom="52.082758"
+   inkscape:cx="4.7885074"
+   inkscape:cy="7.7383803"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="svg2"><inkscape:grid
+     type="xygrid"
+     id="grid4154" /></sodipodi:namedview>
+
+<rect
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="rect4152"
+   width="12"
+   height="16"
+   x="-12"
+   y="0"
+   ry="0.13449061"
+   transform="scale(-1,1)" /><path
+   d="M 3.8635101,4.3151508 C 4.1684622,4.3151799 4.4310024,4.2106648 4.651189,4.0016929 4.8713755,3.7927211 4.9814542,3.5359484 4.9814542,3.2313458 4.9814542,2.9263937 4.8713755,2.6694462 4.651189,2.4604452 4.4310024,2.2514734 4.1684622,2.1469874 3.8635101,2.1469874 c -0.3046026,0 -0.5642299,0.104486 -0.778882,0.3134578 -0.214652,0.209001 -0.3219926,0.4659485 -0.3219926,0.7709006 0,0.3046026 0.1073406,0.5613753 0.3219926,0.7703471 0.2146521,0.2089719 0.4742794,0.313487 0.778882,0.3134579 z"
+   id="path11"
+   style="fill:#000000"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="csscscssc" /><path
+   d="M 10.81614,4.5903483 C 10.77648,4.4435669 10.67712,4.3193315 10.518049,4.2177002 c 0,0 -0.356534,-0.029433 -0.5430602,-0.027484 l 0,-2.9514936 c 0,-0.2091467 -0.199139,-0.37867781 -0.4448108,-0.37867781 -0.2456719,0 -0.4448097,0.16953111 -0.4448097,0.37867781 l 0,2.9960902 -4.9611323,0.761813 C 3.9384425,5.0303864 3.7891917,5.1122391 3.6764839,5.2421256 3.563776,5.3720412 3.5339053,5.5103751 3.5869403,5.6571564 L 4.6809666,9.298318 1.1386498,13.931107 c -0.066345,0.101311 -0.0995,0.208447 -0.0995,0.321468 0,0.180571 0.076268,0.335771 0.2288715,0.465687 0.1525697,0.129886 0.3348732,0.194815 0.5469789,0.194844 0.2784166,-2.9e-5 0.5039009,-0.112846 0.6762817,-0.338538 l 3.7013532,-4.8700452 0.035736,0.7961252 -0.3933288,3.454941 c -0.026689,0.180571 0.019639,0.34148 0.1390199,0.482726 0.1193802,0.141247 0.2851231,0.22878 0.4972289,0.26257 0.2124821,0.03376 0.4081641,-0.0029 0.5870459,-0.110079 0.1788819,-0.107137 0.2817014,-0.25118 0.3084243,-0.432071 l 0.3847789,-3.886008 c 0.013343,-0.124381 2.054e-4,-0.254268 -0.039451,-0.3896893 L 6.6303613,5.7754495 9.0853681,5.4000633 l 0,9.2982577 c 0,0.209147 0.1991378,0.378678 0.4448097,0.378678 0.2456717,0 0.4448098,-0.169531 0.4448098,-0.378678 l 0,-9.4346982 C 10.137137,5.2377558 10.595718,5.1296437 10.697136,5.0053791 10.803171,4.8754926 10.842828,4.7371587 10.81614,4.5903483 Z"
+   id="path13"
+   style="fill:#000000"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccsssccccccsscccccscccccccsssccc" />
+</svg>
Index: /trunk/resources/images/presets/leisure/theater.svg
===================================================================
--- /trunk/resources/images/presets/leisure/theater.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/theater.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="120"
+   viewBox="0 0 160 120"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="17.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="29.418382"
+     inkscape:cy="85.412106"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-933.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.17521966;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4160"
+       width="50.328136"
+       height="31.836567"
+       x="86.351768"
+       y="960.44934" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.17521966;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4162"
+       width="36.07999"
+       height="21.445467"
+       x="87.271004"
+       y="998.03412" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.87609816;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 72.480936,947.56171 c -2.895545,0.006 -6.118939,2.23478 -8.171933,4.09749 -8.777617,6.48384 -15.200631,11.12873 -29.870149,14.93112 -5.57339,1.61961 -16.922412,-0.35169 -28.0541667,-1.10769 -7.10729086,-1.06576 -1.0159477,11.14521 -0.065528,16.11085 6.3198557,19.04112 13.5917377,38.31362 26.4347567,54.27612 7.324332,7.842 17.454198,14.6775 28.812383,14.5528 9.385893,-0.7529 17.132614,-8.0035 19.329947,-16.6421 0.189793,-0.5831 0.36517,-1.1736 0.524201,-1.7651 0.251854,-0.9057 0.494921,-1.8094 0.720778,-2.7196 -1.38522,-2.0778 -2.431276,-4.3702 -3.042243,-6.7722 -0.189792,-0.5831 -0.355811,-1.1735 -0.514842,-1.765 -5.105349,-18.3591 -4.790764,-37.68007 -2.574205,-56.41945 0.645523,-3.00754 1.429204,-5.98494 2.274661,-8.94246 -0.587486,-1.87898 -1.169728,-3.76151 -1.731738,-5.64645 -1.126923,-1.59195 -2.555212,-2.19151 -4.071926,-2.18833 z"
+       id="path3327"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:#333333;stroke-width:5.87609816;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 87.083704,938.63727 c -2.323997,0.57443 -1.992615,3.48841 -2.76142,5.18716 -3.428539,10.5442 -6.872809,21.27346 -7.011201,32.41979 -1.054476,16.7452 -0.379226,34.04308 5.681974,49.88138 3.57731,7.1446 12.147772,12.3038 20.462593,10.2843 11.72381,-2.3258 21.06906,-10.8116 27.15553,-20.4154 11.41083,-17.15234 17.85182,-36.71447 23.69206,-56.14029 0.11172,-1.03305 0.55014,-2.62254 -0.10296,-3.36805 -5.62814,0.37543 -11.2955,1.09065 -16.95233,1.56695 -6.16456,0.5641 -12.47187,0.01 -18.24409,-2.16132 -10.30042,-3.28254 -19.374769,-9.19265 -27.632931,-15.85867 -1.2624,-0.81247 -2.741054,-1.45042 -4.287225,-1.39585 z m 18.421956,26.31405 c 4.88418,-0.15065 7.11552,6.56552 3.7911,9.63589 -4.47793,4.64369 -11.506915,7.76238 -18.122406,6.11471 -4.062831,-1.40497 -6.360579,-7.03927 -3.266902,-10.3383 4.872673,-4.07159 11.870786,-3.38299 17.598208,-5.4123 z m 19.76054,4.17856 c 5.1273,-0.14674 8.86352,4.51606 9.52924,9.03249 1.33907,3.10896 3.70797,6.60398 2.03128,10.03213 -1.23052,2.58211 -4.71789,3.05748 -7.23585,2.10728 -6.02356,-1.34624 -10.03798,-7.08132 -10.15642,-12.90486 -0.54759,-3.34056 1.08381,-7.62452 4.94248,-8.17698 0.29275,-0.0548 0.58976,-0.0844 0.88927,-0.0901 z m -19.8916,30.42055 c 6.32799,0.0993 12.11235,3.81097 15.81968,8.54617 2.35593,3.8886 1.23345,10.1259 -3.54773,11.7162 -3.28379,0.6962 -5.45649,-2.3304 -8.06897,-3.6292 -4.18314,-2.5775 -9.52695,-2.6109 -14.097289,-1.0717 -2.248676,0.6778 -5.296114,0.1854 -6.150003,-2.1973 -1.461345,-3.3149 0.620615,-7.1515 3.631963,-8.9154 3.549535,-2.6336 7.882769,-4.43479 12.412349,-4.44877 z"
+       id="path3331"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="ccccccccccc"
+       id="path3354"
+       d="m 78.579756,1020.7612 c -5.105349,-18.3591 -4.782087,-37.68696 -2.565527,-56.42634 1.880788,-8.76274 4.875994,-17.24776 7.436801,-25.83651 3.278325,-4.63112 9.109231,-0.93342 12.237596,1.905 8.777624,6.48383 15.205174,11.13293 29.874694,14.93532 5.57339,1.61962 16.91835,-0.35528 28.0501,-1.11126 7.10729,-1.06576 1.02253,11.14629 0.0721,16.11194 -6.31986,19.04116 -13.60008,38.30825 -26.44309,54.27075 -7.32433,7.842 -17.44952,14.6831 -28.80771,14.5585 -9.385895,-0.753 -17.134812,-8.0063 -19.332143,-16.645 -0.189792,-0.5831 -0.3638,-1.1709 -0.522831,-1.7624 z"
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#333333;stroke-width:5.87609816;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke-width:0.29380491"
+       d="m 48.825549,1030.6451 c -4.669135,-0.6239 -9.129215,-3.2877 -11.374577,-7.3345 2.48644,-2.6578 6.037198,0.035 8.940195,0.2885 6.770838,0.8236 13.098629,-3.4595 16.396896,-8.8983 2.138141,-1.9715 2.416741,-7.3481 6.135351,-6.5597 2.681913,1.4279 2.176544,4.7136 1.521409,7.1006 -0.424053,3.1827 -2.031841,6.0442 -4.157072,8.4707 -1.674229,2.1573 -3.336731,4.6258 -6.232404,5.3402 -3.703004,0.6629 -7.387784,2.3466 -11.229798,1.5925 z M 32.282447,995.82109 c -3.569217,-2.02685 -7.871457,-3.27318 -10.40155,-6.63775 -0.564308,-3.82789 4.45519,-6.32394 7.794071,-4.82894 3.931912,1.18349 7.650148,3.34962 10.138421,6.55797 1.651595,2.88677 -1.215136,7.4451 -4.782037,5.9582 -0.945914,-0.27503 -1.827376,-0.71245 -2.748905,-1.04948 z m 22.764528,-7.08681 c -2.496354,-3.15403 -2.519757,-8.64421 1.35969,-10.80818 2.547936,-1.61935 6.204388,-2.73231 8.912533,-0.82107 1.421542,2.8183 -1.082059,5.40133 -2.211747,7.83964 -0.682558,2.46285 -2.361044,5.22847 -5.28618,5.47379 -1.177757,0.028 -2.223468,-0.7245 -2.774296,-1.68418 z"
+       id="path3360"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/theme_park.svg
===================================================================
--- /trunk/resources/images/presets/leisure/theme_park.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/theme_park.svg	(revision 16006)
@@ -0,0 +1,335 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="687.5"
+   id="svg1"
+   inkscape:export-filename="P:\Artwork\baloon.png"
+   inkscape:export-xdpi="72.000000"
+   inkscape:export-ydpi="72.000000"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="recreation2.svg"
+   sodipodi:version="0.32"
+   width="687.5"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li />
+            <rdf:li>festive</rdf:li>
+            <rdf:li>party</rdf:li>
+            <rdf:li>recreation</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Jean-Victor Balin (balin_j@epita.fr)</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin (balin_j@epita.fr)</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin (balin_j@epita.fr)</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient12909">
+      <stop
+         id="stop12910"
+         offset="0.00000000"
+         style="stop-color:#f5db94;stop-opacity:1.0000000;" />
+      <stop
+         id="stop12911"
+         offset="1.0000000"
+         style="stop-color:#be7900;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12906">
+      <stop
+         id="stop12907"
+         offset="0.00000000"
+         style="stop-color:#67e869;stop-opacity:1.0000000;" />
+      <stop
+         id="stop12908"
+         offset="1.0000000"
+         style="stop-color:#1a4c00;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient10342">
+      <stop
+         id="stop10343"
+         offset="0.00000000"
+         style="stop-color:#67e869;stop-opacity:1.0000000;" />
+      <stop
+         id="stop10344"
+         offset="1.0000000"
+         style="stop-color:#1a4c00;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9715">
+      <stop
+         id="stop9716"
+         offset="0.00000000"
+         style="stop-color:#67ff69;stop-opacity:1.0000000;" />
+      <stop
+         id="stop9717"
+         offset="1.0000000"
+         style="stop-color:#1a7600;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9088">
+      <stop
+         id="stop9089"
+         offset="0.00000000"
+         style="stop-color:#c5ab00;stop-opacity:1.0000000;" />
+      <stop
+         id="stop9090"
+         offset="1.0000000"
+         style="stop-color:#746b00;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8463">
+      <stop
+         id="stop8464"
+         offset="0.00000000"
+         style="stop-color:#ffe59e;stop-opacity:1.0000000;" />
+      <stop
+         id="stop8465"
+         offset="1.0000000"
+         style="stop-color:#db8e00;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4088">
+      <stop
+         id="stop4089"
+         offset="0.00000000"
+         style="stop-color:#a00000;stop-opacity:1.0000000;" />
+      <stop
+         id="stop4090"
+         offset="1.0000000"
+         style="stop-color:#510000;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3462">
+      <stop
+         id="stop3463"
+         offset="0.00000000"
+         style="stop-color:#ff5f5f;stop-opacity:1.0000000;" />
+      <stop
+         id="stop3464"
+         offset="1.0000000"
+         style="stop-color:#890000;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <radialGradient
+       cx="0.19642857"
+       cy="0.2578125"
+       fx="0.2142857"
+       fy="0.2421875"
+       id="radialGradient3465"
+       inkscape:collect="always"
+       r="0.66089904"
+       xlink:href="#linearGradient3462" />
+    <linearGradient
+       id="linearGradient4087"
+       inkscape:collect="always"
+       x1="0.64754099"
+       x2="0.6557377"
+       xlink:href="#linearGradient4088"
+       y1="0.6484375"
+       y2="0.3046875" />
+    <radialGradient
+       cx="0.27528578"
+       cy="0.29355103"
+       fx="0.27044234"
+       fy="0.27903414"
+       id="radialGradient8466"
+       inkscape:collect="always"
+       r="0.64223677"
+       xlink:href="#linearGradient8463" />
+    <radialGradient
+       cx="0.19642857"
+       cy="0.2578125"
+       fx="0.2142857"
+       fy="0.2421875"
+       id="radialGradient9718"
+       inkscape:collect="always"
+       r="0.66089904"
+       xlink:href="#linearGradient9715" />
+    <linearGradient
+       id="linearGradient10341"
+       inkscape:collect="always"
+       x1="0.46666667"
+       x2="0.23333333"
+       xlink:href="#linearGradient10342"
+       y1="1.03125"
+       y2="0.1796875" />
+    <linearGradient
+       id="linearGradient12905"
+       inkscape:collect="always"
+       x1="0.49193549"
+       x2="0.69354838"
+       xlink:href="#linearGradient12909"
+       y1="0.875"
+       y2="0.34375" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:cx="-191.45345"
+     inkscape:cy="531.40175"
+     inkscape:grid-bbox="false"
+     inkscape:grid-points="false"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.42998505"
+     pagecolor="#ffffff"
+     showgrid="true"
+     inkscape:current-layer="svg1"
+     units="px"
+     inkscape:window-maximized="1" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.11514652;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4179"
+     width="686.38483"
+     height="686.38483"
+     x="0.55757326"
+     y="0.55760437" />
+  <g
+     id="g11034"
+     transform="translate(-34.88493,-27.61724)">
+    <path
+       d="m 270.41041,320.46525 c -15.69626,33.09767 13.93913,62.90464 35.91665,84.01144 21.65726,20.68541 22.63385,51.05096 17.18343,78.44573 -4.07195,34.22013 -1.18807,73.44199 26.19689,97.99113 22.5108,20.78411 46.01128,54.20099 26.95798,84.77566 -2.20285,3.72121 -4.93534,7.1374 -8.14372,10.04188"
+       id="path10369"
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2.66440129;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 118.73761,505.50611 c 5.92049,4.54502 8.14503,12.2066 8.89909,19.32712 0.59266,3.15428 0.11828,6.3348 0.17203,9.50269 0.0171,2.33202 1.32763,5.51901 4.18802,4.91107 2.01504,-0.53308 3.73287,-1.87874 5.42656,-3.07035 4.31033,-3.43035 7.4337,-8.72955 12.99766,-10.30624 4.61463,-0.89638 9.69879,-0.94788 13.53927,-4.03253 2.61724,-1.86527 1.95447,-6.0387 -1.15411,-6.96164 -3.20591,-1.42832 -6.8713,-1.91376 -9.60161,-4.3005 -7.01748,-4.78095 -11.38862,-12.43053 -14.36168,-20.20229 -1.61518,-2.8469 -5.89123,-2.06182 -7.50768,0.38923 -3.78415,4.41667 -4.98908,10.98521 -10.40744,13.95351 -0.68805,0.36425 -1.42644,0.6359 -2.19011,0.78993 z"
+       id="path9092"
+       style="fill:url(#linearGradient10341);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.710507,0,0,0.710507,163.3868,-43.44494)"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       id="path9093"
+       style="fill:url(#radialGradient9718);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.598546,-0.416502,0.414663,0.595902,-137.1147,141.6126)"
+       cx="315.09225"
+       cy="321.40948"
+       rx="155.64345"
+       ry="181.74011" />
+  </g>
+  <g
+     id="g13540"
+     transform="translate(-34.88493,-27.61724)">
+    <path
+       d="m 302.33609,531.99524 c -3.80669,44.12102 -27.5241,91.41466 -4.53752,133.95036 30.05164,45.86764 97.20361,51.31306 120.33411,103.76106 19.35629,33.49601 16.2321,72.75129 12.64291,109.64194 -2.51541,28.90739 2.17293,60.27497 23.71764,81.49211 12.74109,17.14391 24.17359,37.40155 22.26754,59.54359"
+       id="path2211"
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+       transform="matrix(0.710507,0,0,0.710507,163.3868,-43.44494)"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 292.88809,498.92725 c 2.26367,7.11233 -0.28649,14.67176 -3.73462,20.94718 -1.31519,2.92763 -3.52121,5.26733 -5.28653,7.89832 -1.31795,1.92395 -2.06257,5.28846 0.63256,6.42323 1.95847,0.71339 4.13712,0.59001 6.20797,0.57932 5.49737,-0.35376 11.0879,-2.91949 16.55551,-1.03567 4.29981,1.90001 8.50244,4.76169 13.41669,4.42334 3.2137,-0.0362 5.05345,-3.84038 3.02901,-6.3735 -1.81567,-3.00355 -4.54705,-5.49561 -5.4249,-9.0142 -3.02936,-7.93256 -2.24804,-16.70824 -0.24935,-24.78565 0.30031,-3.25936 -3.658,-5.05733 -6.38481,-3.96873 -5.62884,1.4639 -10.36968,6.1673 -16.51264,5.50891 -0.77282,-0.094 -1.53407,-0.29278 -2.24889,-0.60255 z"
+       id="path1553"
+       style="fill:url(#linearGradient4087);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.710507,0,0,0.710507,163.3868,-43.44494)"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       id="path930"
+       style="fill:url(#radialGradient3465);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.729199,0,0,0.725978,155.025,-51.69274)"
+       cx="315.09225"
+       cy="321.40948"
+       rx="155.64345"
+       ry="181.74011" />
+  </g>
+  <g
+     id="g16031">
+    <path
+       d="m 501.47092,536.35583 c -24.94245,36.68873 -40.01561,84.73953 -19.10656,126.80194 13.11516,41.23101 18.13066,90.84855 -10.52372,127.01771 -25.03396,36.0823 -27.41254,81.50345 -15.47412,122.64692 10.69088,42.80474 -9.67709,83.28638 -32.71557,117.9458 l -3.5782,5.6051"
+       id="path7211"
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:3.75;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+       transform="matrix(0.710507,0,0,0.710507,128.5019,-71.06218)"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 500.45378,509.4209 c 0.031,7.46381 -4.66503,13.91331 -9.83347,18.86888 -2.13121,2.39972 -4.93642,3.97182 -7.40833,5.95377 -1.83342,1.44124 -3.55099,4.4286 -1.3191,6.31807 1.65514,1.26691 3.77083,1.80132 5.74993,2.41098 5.35121,1.30798 11.45341,0.53329 16.10645,3.96735 3.53393,3.09995 6.68729,7.08839 11.4775,8.23652 3.07718,0.92745 5.97129,-2.15166 4.7979,-5.17461 -0.83337,-3.40931 -2.69357,-6.60469 -2.47796,-10.22472 -0.51603,-8.47563 2.85628,-16.61507 7.18112,-23.72387 1.26216,-3.02003 -1.97648,-5.9204 -4.90411,-5.69792 -5.80895,-0.28809 -11.74028,2.78059 -17.40451,0.31363 -0.70925,-0.32103 -1.3761,-0.73855 -1.96542,-1.24808 z"
+       id="path4713"
+       style="fill:url(#linearGradient12905);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.710507,0,0,0.710507,128.5019,-71.06218)"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       id="path4714"
+       style="fill:url(#radialGradient8466);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.695765,0.21827,-0.217306,0.692692,386.1197,-120.0155)"
+       cx="315.09225"
+       cy="321.40948"
+       rx="155.64345"
+       ry="181.74011" />
+  </g>
+  <g
+     id="g2276"
+     transform="matrix(1.8673999,0,0,1.8673999,70.603593,342.00444)">
+    <g
+       transform="matrix(-0.219859,-0.04957995,-0.05113941,0.226774,241.3023,-20.17933)"
+       id="layer1">
+      <path
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="path5065"
+         d="m 374.44027,235.14714 c -28.09375,122.13341 -59.79626,271.36767 -87.88998,393.50115 -104.64634,-72.4596 -177.63194,-13.56495 -167.08109,69.36663 6.77066,53.21823 100.11352,110.19707 189.18223,23.31493 16.55572,-80.97898 46.36721,-214.48243 68.94394,-319.25223 l 164.99181,117.07957 c -16.83818,75.89794 -33.38271,151.30022 -51.511,230.1103 -104.64627,-72.4596 -177.70447,-13.58063 -167.15361,69.35096 6.77068,53.21822 100.12906,110.12465 189.19778,23.2425 L 614.20931,403.76291 c -0.67183,-0.17126 -1.34401,-0.33661 -2.01583,-0.50786 l 0.20729,-0.25911 C 597.91963,391.58023 388.86286,238.8239 374.44027,235.14714 Z m 19.70186,90.42226 165.12136,119.30791 c -2.51106,11.12859 -4.94588,22.14141 -7.41055,33.16529 L 386.6383,360.23232 c 2.13232,-10.11484 5.70651,-25.87164 7.50383,-34.66292 z"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       transform="matrix(0.201312,-0.02887594,0.03054284,0.212933,-55.20232,-50.90483)"
+       id="g1921">
+      <path
+         d="m 362.59871,675.56622 c -116.10037,-66.42706 -187.24323,1.80292 -168.71665,87.68095 11.88873,55.10904 114.72831,106.33231 200.14744,7.33314 12.43356,-106.95166 28.73083,-214.41848 41.16439,-321.37014 131.29429,115.75326 89.36426,185.78625 62.21946,266.43162 55.80618,-22.9978 143.21738,-124.53254 47.71918,-267.74342 -45.19059,-63.44081 -40.95062,-18.64564 -84.72471,-145.19409 -15.43211,-2.54878 -30.86428,-5.0976 -46.29637,-7.64635 -18.39872,130.40789 -33.11404,250.1004 -51.51274,380.50829 z"
+         id="path2159"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/water_park.svg
===================================================================
--- /trunk/resources/images/presets/leisure/water_park.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/water_park.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="water_park1001.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="1.1076822"
+     inkscape:cy="8.1984568"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.17200001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4153"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <path
+       style="fill:#1288ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1052.3622 8,0 0,-4 c -5.8018596,3.0166 -4.6497361,-2.9157 -8,0 z"
+       id="path4134"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.17200001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4136"
+       width="8.0000019"
+       height="4.9999652"
+       x="8"
+       y="1047.3622" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#1a1a1a;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.4821428,1043.8801 1.2500005,3.8616"
+       id="path4149"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#1a1a1a;stroke-width:0.9;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 15.398884,1047.5306 -2.839309,-8.522 -0.0397,8.7556"
+       id="path4151"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#0b0bff;stroke-width:1.9653343;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 12.98648,1039.1706 c -1.59965,-0.054 -2.607206,0.3947 -3.9036588,2.5254 -0.7197243,1.3265 -1.5538296,2.7911 -2.4370261,4.0362 -1.0519243,0.8991 -2.2566332,0.7485 -2.9585231,0.4961"
+       id="path4138"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/leisure/zoo.svg
===================================================================
--- /trunk/resources/images/presets/leisure/zoo.svg	(revision 16006)
+++ /trunk/resources/images/presets/leisure/zoo.svg	(revision 16006)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="12.74338"
+   width="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="zoo6.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <defs
+     id="defs9" />
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="24.870368"
+     inkscape:cx="-1.5853201"
+     inkscape:cy="6.3520616"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>mammal</rdf:li>
+            <rdf:li />
+            <rdf:li>animal</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Nicu Buculei</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.02866707;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4133"
+     width="15.970996"
+     height="12.714715"
+     x="0.014333535"
+     y="0.014331081" />
+  <path
+     d="m 2.7610061,9.3704572 c 0.15602,0.0492 0.53925,0.007 0.40791,-0.26899 -0.0729,-0.15361 -0.41577,-0.34697 -0.56723,-0.39284 -0.22821,-0.0692 -0.61166,0.23091 -0.31863,0.42333 l -0.0637,0.20444 c -0.2454,-0.1254 -0.31534,-0.50912 -0.29536,-0.78368 0.014,-0.19309 0.17709,-0.39671 0.24169,-0.57924 0.17645,-0.49865 0.32138,-0.98871 0.45862,-1.4992 0.0549,-0.20406 0.0711,-0.59024 0.23701,-0.72479 0.15544,-0.12611 0.39417,-0.14447 0.56872,-0.23736 0.12866,-0.0684 0.21271,-0.20937 0.35109,-0.25513 0.29713,-0.0983 0.58986,-0.0729 0.73238,-0.4182 0.30092,0.48577 0.55213,0.93843 0.60206,1.53327 0.0355,0.42288 -0.23445,0.85645 -0.32557,1.26069 -0.0637,0.28257 -0.0441,0.57037 -0.11348,0.85182 -0.0866,0.35095 -0.25541,0.67532 -0.33778,1.02217 -0.0497,0.20925 -0.005,0.44732 -0.0662,0.6473618 -0.10933,0.358074 -0.73343,0.572044 -0.65922,1.022044 0.0343,0.20795 0.26102,0.24884 0.42228,0.28413 0.37446,0.0819 0.77756,0.0313 1.14708,-0.0305 0.12306,-0.0206 0.27247,0.005 0.36853,-0.0978 0.23194,-0.24798 -0.0421,-0.71658 0.0331,-1.007392 0.0538,-0.208423 0.23818,-0.3900338 0.33446,-0.5792438 0.20935,-0.41147 0.3866,-0.8449 0.50663,-1.29477 l 0.0319,0 c 0.008,0.39655 0.0971,0.89353 0.23942,1.26069 0.0898,0.23183 0.32112,0.5644628 0.31481,0.8177658 -0.0108,0.43408 -0.6259,0.71801 -0.3309,1.22597 0.29677,0.51098 0.99821,-0.003 1.36983,-0.093 0.20374,-0.0493 0.47693,0.0152 0.57691,-0.24853 0.13804,-0.36404 -0.14214,-0.70913 -0.18914,-1.054792 -0.0538,-0.3955838 0.0157,-0.7935938 -0.0521,-1.1925538 -0.0496,-0.29196 -0.27183,-0.63171 -0.26437,-0.91996 0.005,-0.20283 0.13988,-0.44301 0.1836,-0.64739 l 1.2108,0.60804 0.5098099,0.31193 c 0.002,0.28962 -0.005,0.63566 0.0423,0.91996 0.0227,0.13578 0.14195,0.27296 0.10559,0.41331 -0.0709,0.2734718 -0.6968499,0.5540648 -0.5559699,0.8438158 0.0774,0.15925 0.29116,0.2138 0.4398999,0.25469 0.37669,0.10362 1.36359,0.2592 1.64052,-0.1185 0.12203,-0.16645 0.1119,-0.443391 0.11196,-0.643704 2e-4,-0.5048918 0.05,-1.0398018 -0.0637,-1.5332818 0.41002,0.27037 0.50325,0.8137 0.70877,1.26069 0.0712,0.1548308 0.21951,0.4003638 0.17098,0.5787258 -0.0749,0.27511 -0.84237,0.70467 -0.48725,1.07609 0.0985,0.10298 0.27743,0.11067 0.40409,0.1519 0.36649,0.11925 1.47893,0.31388 1.65217,-0.2058 0.1619,-0.48567 0.12057,-1.343324 0.008,-1.8394158 -0.0663,-0.29197 -0.22034,-0.54524 -0.24727,-0.85182 -0.0248,-0.28209 0.15799,-0.56759 0.17748,-0.85182 0.0271,-0.39569 -0.0873,-0.74316 -0.0986,-1.1244 -0.007,-0.24526 0.0696,-0.4978 0.0696,-0.7496 0.34999,0.99203 -0.0164,2.05939 0.23837,3.06654 0.0371,0.14662 0.0516,0.9780918 0.32621,0.8943508 0.10299,-0.0313 0.13345,-0.2223308 0.11277,-0.3151108 -0.0902,-0.40485 -0.25351,-0.76279 -0.2544,-1.19254 -4.4e-4,-0.21371 0.0909,-0.43396 0.11321,-0.64739 0.13189,-1.26042 0.31609,-3.01326 -0.69561,-3.93748 -0.45112,-0.41211 -0.93977,-0.71311 -1.43371,-1.05433 -0.38654,-0.26702 -0.78213,-0.57875 -1.24267,-0.68503 -0.33782,-0.0779 -0.70814,0.0372 -1.0515,0.0195 -0.7486599,-0.0389 -1.4840199,-0.19045 -2.2304299,-0.26544 -0.33966,-0.0341 -0.6761,0.0359 -1.01962,-0.0331 -0.73812,-0.14844 -1.28403,-0.74489 -2.00739,-0.93997 -0.22913,-0.0617999 -0.62621,-0.0194999 -0.86031,0.0245 -0.22107,0.0415 -0.33813,0.20712 -0.51029,0.3382 -0.49995,0.3807 -1.15559,0.99116 -1.43241,1.59273 -0.16993,0.36927 -0.18816,0.86278 -0.29717,1.26071 -0.1589,0.58002 -0.46077,1.06259 -0.55011,1.66957 -0.0936,0.63569 0.0498,1.30345 0.0497,1.94214 -3e-5,0.48015 -0.25121,1.0675 -0.0913,1.53327 0.22348,0.6511008 1.40982,0.8662328 1.49332,0 z"
+     style="fill:#000000;stroke:none"
+     id="path6"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/misc/angles.svg
===================================================================
--- /trunk/resources/images/presets/misc/angles.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/angles.svg	(revision 16006)
@@ -0,0 +1,48 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="462.02859" height="358.99542" id="svg2" version="1.1" inkscape:version="0.48.0 r9654" sodipodi:docname="angles.svg">
+  <defs id="defs4"/>
+  <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.7" inkscape:cx="195.86797" inkscape:cy="138.97225" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" inkscape:window-width="1280" inkscape:window-height="1005" inkscape:window-x="-4" inkscape:window-y="-4" inkscape:window-maximized="1" fit-margin-top="10" fit-margin-left="10" fit-margin-right="10" fit-margin-bottom="10"/>
+  <metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(-105.04618,-255.61005)">
+    <path style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" d="m 213.75586,434.71265 270.20928,0" id="path2985" inkscape:connector-curvature="0"/>
+    <path inkscape:connector-curvature="0" id="path2987" d="m 348.8605,299.60801 0,270.20928" style="fill:none;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"/>
+    <path style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 444.39391,339.17924 253.32709,530.24606" id="path2989" inkscape:connector-curvature="0"/>
+    <path inkscape:connector-curvature="0" id="path2991" d="M 444.39391,530.24606 253.32709,339.17924" style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
+    <path style="fill:none;stroke:#999999;stroke-width:0.85919064px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 440.50829,471.81712 -185.153,-74.20894" id="path2993" inkscape:connector-curvature="0"/>
+    <path inkscape:connector-curvature="0" id="path2995" d="m 387.15644,526.41095 -78.4493,-183.3966" style="fill:none;stroke:#999999;stroke-width:0.85919064px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
+    <path style="fill:none;stroke:#999999;stroke-width:0.85919064px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="M 310.82732,527.28916 385.03626,342.13614" id="path2997" inkscape:connector-curvature="0"/>
+    <path inkscape:connector-curvature="0" id="path2999" d="m 256.23349,473.93731 183.3966,-78.44932" style="fill:none;stroke:#999999;stroke-width:0.85919064px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"/>
+    <text xml:space="preserve" style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial" x="321.89999" y="285.73505" id="text3769" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3771" x="321.89999" y="285.73505">0, N</tspan></text>
+    <text xml:space="preserve" style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial" x="446.97031" y="330.67932" id="text3773" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3775" x="446.97031" y="330.67932">45, NE</tspan></text>
+    <text xml:space="preserve" style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial" x="493.19977" y="442.94144" id="text3777" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3779" x="493.19977" y="442.94144">90, E</tspan></text>
+    <text xml:space="preserve" style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial" x="446.79114" y="555.69635" id="text3781" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3783" x="446.79114" y="555.69635">135, SE</tspan></text>
+    <text xml:space="preserve" style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial" x="306.49017" y="600.64063" id="text3785" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3787" x="306.49017" y="600.64063">180, S</tspan></text>
+    <text xml:space="preserve" style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial" x="145.76224" y="556.48486" id="text3789" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3791" x="145.76224" y="556.48486">225, SW</tspan></text>
+    <text xml:space="preserve" style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial" x="114.22587" y="443.13858" id="text3793" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3795" x="114.22587" y="443.13858">270, W</tspan></text>
+    <text xml:space="preserve" style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial" x="142.53693" y="328.31384" id="text3797" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3799" x="142.53693" y="328.31384">315, NW</tspan></text>
+    <text xml:space="preserve" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Arial" x="359.17023" y="331.46783" id="text3801" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3803" x="359.17023" y="331.46783">22, NNE</tspan></text>
+    <text xml:space="preserve" style="font-size:28px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;font-family:Arial" x="461.66339" y="381.14304" id="text3805" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3807" x="461.66339" y="381.14304"/></text>
+    <text sodipodi:linespacing="125%" id="text3809" y="395.53311" x="448.94135" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Arial" xml:space="preserve"><tspan y="395.53311" x="448.94135" id="tspan3811" sodipodi:role="line">67, ENE</tspan></text>
+    <text xml:space="preserve" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Arial" x="447.68707" y="484.23892" id="text3813" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3815" x="447.68707" y="484.23892">112, ESE</tspan></text>
+    <text sodipodi:linespacing="125%" id="text3817" y="550.4726" x="357.73676" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Arial" xml:space="preserve"><tspan y="550.4726" x="357.73676" id="tspan3819" sodipodi:role="line">157, SSE</tspan></text>
+    <text xml:space="preserve" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Arial" x="256.3187" y="549.38843" id="text3821" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3823" x="256.3187" y="549.38843">202, SSW</tspan></text>
+    <text sodipodi:linespacing="125%" id="text3825" y="490.54694" x="152.39204" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Arial" xml:space="preserve"><tspan y="490.54694" x="152.39204" id="tspan3827" sodipodi:role="line">247, WSW</tspan></text>
+    <text xml:space="preserve" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Arial" x="150.95857" y="392.0835" id="text3829" sodipodi:linespacing="125%"><tspan sodipodi:role="line" id="tspan3831" x="150.95857" y="392.0835">292, WNW</tspan></text>
+    <text sodipodi:linespacing="125%" id="text3833" y="330.77792" x="252.0183" style="font-size:20px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:125%;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#666666;fill-opacity:1;stroke:none;font-family:Arial" xml:space="preserve"><tspan y="330.77792" x="252.0183" id="tspan3835" sodipodi:role="line">337, NNW</tspan></text>
+  </g>
+<style id="stylish-2" class="stylish" type="text/css">@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
+.findbar-container &gt; *{
+  display:-moz-box!important;
+}
+.findbar-container .findbar-textbox{
+  width:450px!important;
+}</style></svg>
Index: /trunk/resources/images/presets/misc/boundaries.svg
===================================================================
--- /trunk/resources/images/presets/misc/boundaries.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/boundaries.svg	(revision 16006)
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Creator: CorelDRAW -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   style="fill-rule:evenodd"
+   sodipodi:docname="boundary6.svg"
+   xml:space="preserve"
+   sodipodi:version="0.32"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:version="0.91 r13725"
+   viewBox="0 0 16 16"
+   width="16"
+   height="16"><defs
+   id="defs35" /><sodipodi:namedview
+   id="base"
+   bordercolor="#666666"
+   inkscape:pageshadow="2"
+   guidetolerance="10.0"
+   inkscape:current-layer="svg2"
+   pagecolor="#ffffff"
+   gridtolerance="10.0"
+   inkscape:zoom="7.2407734"
+   objecttolerance="10.0"
+   borderopacity="1.0"
+   width="744.09449px"
+   inkscape:cx="16.297044"
+   inkscape:cy="13.750517"
+   inkscape:window-y="-8"
+   inkscape:window-x="-8"
+   inkscape:window-height="988"
+   height="1052.3622px"
+   inkscape:pageopacity="0.0"
+   inkscape:window-width="1680"
+   showgrid="false"
+   inkscape:window-maximized="1" />
+ 
+<metadata
+   id="metadata33"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+         rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:publisher><cc:Agent
+           rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title></dc:title><dc:date>2008-05-18T09:25:46</dc:date><dc:description /><dc:source>https://openclipart.org/detail/16816/administrative-map-of-bulgaria-by-ivak</dc:source><dc:creator><cc:Agent><dc:title>ivak</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>bulgaria</rdf:li><rdf:li>map</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License
+       rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata><path
+   style="fill:#00ffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.463;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+   d="M 8.657522,7.217 C 9.673076,6.8203071 8.9442553,5.8065688 8.9160049,5.1818168 7.7228348,5.2745283 9.5253808,4.3301105 9.049498,3.6221861 8.9178631,2.913632 9.1172786,1.3854531 10.072539,2.3134104 c 0.39382,0.3444207 1.450795,-0.1091505 0.885057,0.7386345 -0.123841,0.8068043 0.814136,1.4933219 0.56811,2.3173656 0.81684,0.443124 3.065334,-0.050231 4.118909,-0.084561 -0.107118,0.9385613 0.335874,1.261937 -0.26285,2.3643616 -0.804026,0.677605 -1.605499,2.2689139 0.361666,3.6195294 -0.548234,0.698132 0.695868,1.393737 -0.349386,2.013723 -0.717339,0.584365 -0.479307,1.92631 -1.806951,1.612272 -0.772428,-0.163455 -2.127056,0.794848 -1.907208,-0.646076 0.600008,-0.94219 -0.963521,-1.6247 -0.07677,-2.526784 C 11.448822,10.503218 9.3402002,11.29622 9.6075098,10.024 8.9760628,10.202605 7.5534422,9.3367536 8.3308804,8.3742781 8.4810043,8.0005243 8.4677862,7.5761069 8.657522,7.217 Z"
+   id="path17-9"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccccccccccccccc" /><path
+   style="fill:#ffff00;fill-rule:evenodd;stroke:#000000;stroke-width:0.463;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+   d="m 8.0657641,8.842 c 0.05224,0.4705782 0.2764225,0.9745093 0.7196469,1.193702 0.2685625,-0.0092 0.8070986,-0.2502153 0.8563302,0.166495 -0.185841,0.354446 0.064417,0.680465 0.4518678,0.64297 0.276952,0.03469 0.542616,0.121731 0.806153,0.211116 0.293685,0.128375 0.609365,0.339585 0.705051,0.656961 -0.0115,0.407285 -0.449178,0.732213 -0.304462,1.154307 0.150331,0.224085 0.508673,0.317646 0.537482,0.651731 0.09068,0.295559 -0.03843,0.5876 -0.196533,0.830543 -0.131838,0.433946 0.381046,0.744915 0.309884,1.17616 -0.256054,0.249718 -0.571082,-0.486301 -0.775973,-0.0143 -0.280175,0.124777 -0.608415,-0.709114 -0.720127,-0.18373 0.04532,0.488008 -0.4808697,0.205199 -0.7116809,0.08192 C 9.3545543,15.385547 9.0464517,15.191017 8.7088058,15.011016 8.3801839,14.996816 8.281359,15.436241 7.9454601,15.441988 7.6550139,15.523705 7.323173,15.276131 7.3853555,14.963619 7.4303183,14.427351 7.0981726,13.968098 6.860919,13.516331 6.4779945,13.345916 6.4404788,12.879558 6.464066,12.514891 6.4859085,12.19761 6.3877779,11.858223 6.5677713,11.568278 6.6585768,11.319611 6.9447185,11.146538 6.966609,10.888942 6.9165976,10.451789 6.8020904,9.9493635 7.1003496,9.5707664 7.3101418,9.2885864 7.0710463,8.9017902 7.2317971,8.6094138 7.4846399,8.6266162 7.8262263,8.7214814 8.0657641,8.842 Z"
+   id="path23-1"
+   inkscape:connector-curvature="0" /><path
+   style="fill:#008000;fill-rule:evenodd;stroke:#000000;stroke-width:0.463;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+   d="M 0.6452814,9.668 C 0.65320472,9.1293243 0.52096221,8.5053828 0.77368804,8.0282053 1.083476,7.6854582 1.3859866,7.3851368 1.840823,7.7664801 2.4773764,8.0939887 3.0356316,6.6498709 3.4502815,7.6024608 3.7251174,8.0671466 4.9254203,8.5075222 5.0217236,7.7322555 5.0267725,7.1185861 5.2767192,7.9006424 5.4546021,7.3480223 5.7363632,6.6495748 6.521548,6.6878114 6.938517,7.2238298 7.4877883,6.9929122 7.5950199,6.4218744 7.765973,5.9896852 8.2956904,6.1723834 7.9195212,7.0429665 8.484539,7.358196 8.7034635,7.8484295 8.2666479,8.4467363 8.1539529,8.8640068 7.7375273,8.9634326 6.9626436,8.1814682 7.1826147,9.0501747 c 0.065491,0.6589714 -0.51352,1.1804073 -0.2131324,1.8885043 -0.094579,0.446407 -0.6032275,0.651459 -0.5003556,1.22605 -0.052507,0.629468 -0.021095,1.234103 0.5164196,1.61383 0.1814909,0.482437 0.8579492,1.475593 0.1234135,1.748011 C 6.7223337,16.316815 6.035199,15.511409 5.4351432,15.870655 5.0488844,15.578791 5.6370135,14.718435 4.8664615,14.756479 4.1460749,14.392078 4.2328288,15.533656 3.5095046,15.215069 2.9743621,14.921918 2.3548443,14.980034 1.83457,14.779302 1.8727559,14.413252 2.1834759,13.977416 1.9620721,13.552527 2.0945347,13.123931 1.6810623,13.010566 1.9583964,12.602728 1.7735107,12.319132 1.2061941,12.293153 1.3812854,11.747179 1.2444186,11.398744 0.83552779,10.743571 0.52292157,10.569967 -0.01178932,11.047932 -0.05454229,9.7482497 0.2300141,9.7421972 0.36024312,9.7847976 0.6651996,9.951971 0.6452814,9.668 Z"
+   id="path31-6"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="ccccccccccccccccccccccccc" /><path
+   style="fill:#ff0000;fill-rule:evenodd;stroke:#000000;stroke-width:0.463;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none"
+   d="M 0.457421,5.796 C 0.82479596,5.1242453 1.4844727,4.685857 1.0953078,4.0000759 1.1099541,3.2789632 1.1500657,2.0523187 2.2026978,2.5365681 2.4263078,2.1551852 2.5204533,1.6969307 2.9786789,1.933373 3.3003099,1.467788 3.4247279,0.92389496 4.0984132,0.72621666 4.562209,-0.09839821 5.5980034,0.52635353 5.833228,1.1997183 6.3168638,1.6836238 6.4982739,0.76966576 7.1364381,0.95530101 8.0471458,0.90840249 8.5134437,2.0081129 9.0894867,2.3537527 8.9497341,3.1778176 9.2577138,4.0870362 8.7004625,4.792771 7.9523535,5.1556573 8.8189041,5.1881848 9.1246844,5.2467963 8.710229,5.7252986 9.0896397,6.0180922 9.3150905,6.4540801 9.2501994,7.4018533 7.7749947,7.2862872 8.0910703,6.2990419 7.537536,5.1759085 7.6210867,7.6460659 6.6631496,6.9977278 6.0947515,6.1866366 5.3520061,7.460912 5.0328505,7.5798233 5.0429882,8.5666361 3.8161903,7.955952 3.4409919,7.5529504 3.0249715,6.6914344 2.1030284,8.207792 1.3977745,7.5627471 1.0733026,7.5102051 0.65917268,8.3116831 0.19252884,7.7543465 0.1592096,7.1459599 0.07224993,6.2695525 0.35831854,5.7538052 Z"
+   id="path39-2"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="ccccccccccccccccccc" /></svg>
Index: /trunk/resources/images/presets/misc/cemetery_sector.svg
===================================================================
--- /trunk/resources/images/presets/misc/cemetery_sector.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/cemetery_sector.svg	(revision 16006)
@@ -0,0 +1,180 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="15"
+   viewBox="0 0 13 15"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="cemetery_sector6.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="0.51125281"
+     inkscape:cy="7.2287704"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       originx="-2"
+       originy="0" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-2,-1037)">
+    <rect
+       y="1037"
+       x="2"
+       height="8"
+       width="7"
+       id="rect821"
+       style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:1.06904233;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+    <rect
+       style="fill:#8dd35f;fill-opacity:1;stroke:none;stroke-width:1.09544146;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect850"
+       width="5"
+       height="6"
+       x="3"
+       y="1038" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.15469563;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect879"
+       width="1"
+       height="4"
+       x="5"
+       y="1039" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect881"
+       width="3"
+       height="1"
+       x="4"
+       y="1040" />
+    <rect
+       y="1037"
+       x="8"
+       height="8"
+       width="7"
+       id="rect821-3"
+       style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:1.06904233;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+    <rect
+       style="fill:#8dd35f;fill-opacity:1;stroke:none;stroke-width:1.09544146;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect850-1"
+       width="5"
+       height="6"
+       x="9"
+       y="1038" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.15469563;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect879-4"
+       width="1"
+       height="4"
+       x="11"
+       y="1039" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect881-3"
+       width="3"
+       height="1"
+       x="10"
+       y="1040" />
+    <rect
+       y="1044"
+       x="2"
+       height="8"
+       width="7"
+       id="rect821-35"
+       style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:1.06904233;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+    <rect
+       style="fill:#8dd35f;fill-opacity:1;stroke:none;stroke-width:1.09544146;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect850-19"
+       width="5"
+       height="6"
+       x="3"
+       y="1045" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.15469563;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect879-0"
+       width="1"
+       height="4"
+       x="5"
+       y="1046" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect881-1"
+       width="3"
+       height="1"
+       x="4"
+       y="1047" />
+    <rect
+       y="1044"
+       x="8"
+       height="8"
+       width="7"
+       id="rect821-1"
+       style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:1.06904233;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+    <rect
+       style="fill:#8dd35f;fill-opacity:1;stroke:none;stroke-width:1.09544146;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect850-5"
+       width="5"
+       height="6"
+       x="9"
+       y="1045" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.15469563;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect879-3"
+       width="1"
+       height="4"
+       x="11"
+       y="1046" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       id="rect881-9"
+       width="3"
+       height="1"
+       x="10"
+       y="1047" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/cliff.svg
===================================================================
--- /trunk/resources/images/presets/misc/cliff.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/cliff.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="cliff.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-2.0696195"
+     inkscape:cy="8.6023938"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#2090cf;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4294"
+       width="7.9999986"
+       height="2.999877"
+       x="8.000001"
+       y="1049.3621" />
+    <path
+       style="fill:#ac5b00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m -4.7683724e-7,1037.3621 c 0,0 9.37139197683724,0.072 9.00000157683724,1 -1.9999987,5 0,14 0,14 l -9.00000157683724,0 z"
+       id="path4292"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccc" />
+    <rect
+       style="opacity:1;fill:#008000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4317"
+       width="9"
+       height="1.9999602"
+       x="-4.7683727e-007"
+       y="1036.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/cliff_pattern.svg
===================================================================
--- /trunk/resources/images/presets/misc/cliff_pattern.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/cliff_pattern.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="9"
+   viewBox="0 0 9 9"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="cliff-pattern3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="1.6247722"
+     inkscape:cy="2.8625146"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1043.3622)">
+    <path
+       style="fill:#b2b2b2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2,1044.3622 5,0 -2.5,8 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/construction.svg
===================================================================
--- /trunk/resources/images/presets/misc/construction.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/construction.svg	(revision 16006)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg height="76.7998" id="svg1117" inkscape:version="0.40"  width="173.177" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink">
+  <metadata>
+    <rdf:RDF xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+      <cc:Work rdf:about="">
+        <dc:title>advertising</dc:title>
+        <dc:description></dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li></rdf:li>
+            <rdf:li>caution</rdf:li>
+            <rdf:li>security</rdf:li>
+            <rdf:li>warning</rdf:li>
+            <rdf:li>signs_and_symbols</rdf:li>
+            <rdf:li>sign</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent rdf:about="http://www.openclipart.org">
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date></dc:date>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="base" inkscape:current-layer="svg1117" inkscape:cx="69.495649" inkscape:cy="33.813108" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="810" inkscape:window-width="1070" inkscape:window-x="111" inkscape:window-y="137" inkscape:zoom="6.9644045" pagecolor="#ffffff"/>
+  <defs id="defs1118">
+    <marker id="ArrowEnd" markerHeight="3" markerUnits="strokeWidth" markerWidth="4" orient="auto" refX="0" refY="5" viewBox="0 0 10 10">
+      <path d="M 0 0 L 10 5 L 0 10 z" id="path1120"/>
+    </marker>
+    <marker id="ArrowStart" markerHeight="3" markerUnits="strokeWidth" markerWidth="4" orient="auto" refX="10" refY="5" viewBox="0 0 10 10">
+      <path d="M 10 0 L 0 5 L 10 10 z" id="path1122"/>
+    </marker>
+  </defs>
+  <g id="g1123">
+    <path d="M 120.04 15.7225L 81.5306 15.7225L 157.455 55.8654L 157.455 35.5045L 120.04 15.7225z" id="path1124" style="stroke:none; fill:#000000"/>
+    <path d="M 157.455 15.7225L 120.04 15.7225L 157.455 35.5045L 157.455 15.7225z" id="path1125" style="stroke:none; fill:#ffcc00"/>
+    <path d="M 42.277700,15.722500 L 128.05900,61.077100 L 157.45500,61.077100 L 157.45500,55.865400 L 82.069052,15.543016 L 42.277700,15.722500 z " id="path1126" sodipodi:nodetypes="cccccc" style="stroke:none; fill:#ffcc00"/>
+    <path d="M 15.7224 15.7225L 15.7224 23.1283L 87.4967 61.0771L 128.059 61.0771L 42.2777 15.7225L 15.7224 15.7225z" id="path1127" style="stroke:none; fill:#000000"/>
+    <path d="M 15.7224 43.8822L 48.2439 61.0771L 87.4967 61.0771L 15.7224 23.1283L 15.7224 43.8822z" id="path1128" style="stroke:none; fill:#ffcc00"/>
+    <path d="M 15.7224 61.0771L 48.2439 61.0771L 15.7224 43.8822L 15.7224 61.0771z" id="path1129" style="stroke:none; fill:#000000"/>
+    <path d="M 157.455 61.0772L 157.455 15.7225L 15.7225 15.7225L 15.7225 61.0772L 157.455 61.0772z" id="path1130" style="stroke:#000000; stroke-width:3; fill:none"/>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/contact.svg
===================================================================
--- /trunk/resources/images/presets/misc/contact.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/contact.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2690"
+   sodipodi:docname="06.svg"
+   viewBox="0 0 160 160"
+   sodipodi:version="0.32"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="160">
+  <defs
+     id="defs13" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     guidetolerance="10"
+     pagecolor="#ffffff"
+     gridtolerance="10000"
+     inkscape:window-height="987"
+     inkscape:zoom="5.6568542"
+     objecttolerance="10"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="84.52125"
+     inkscape:cy="99.136709"
+     inkscape:window-y="-8"
+     inkscape:window-x="-8"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     showgrid="true"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid820" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-189.14,-340.36001)">
+    <a
+       id="a7312"
+       transform="matrix(0.10262952,0,0,0.10264886,243.92268,357.50191)">
+      <ellipse
+         id="path1961"
+         style="fill:#323ad3;stroke:#000000;stroke-width:16.14699936"
+         transform="matrix(1,0,0,0.98182,197.14,64.429)"
+         cx="48.57143"
+         cy="558.07648"
+         rx="771.42859"
+         ry="785.71429" />
+    </a>
+    <path
+       id="path3740"
+       style="fill:#faf0f0;fill-rule:evenodd;stroke:#000000;stroke-width:0.82110482"
+       d="m 250.9608,360.23731 c -0.60055,-2.03102 -0.33268,-4.02315 2.34604,-4.69296 2.15161,-0.54016 3.80205,0.22039 5.86294,-0.29385 2.32011,-0.57906 4.26866,-1.21429 6.45052,-1.75878 2.23371,-0.55745 3.26631,2.34648 5.57347,2.34648 2.40653,0 3.67244,-1.21429 5.86294,-1.75878 1.99176,-0.50127 3.96623,1.78039 4.39828,3.51756 0.69993,2.80455 1.48626,3.53917 3.5169,5.5702 1.75845,1.75878 -1.29183,3.70338 -1.75845,5.57451 -0.5487,2.19524 -1.30911,5.31956 -3.81069,4.69296 -2.54046,-0.63523 -2.85586,2.42427 -5.86294,-0.5877 -0.96348,-0.95933 -3.39161,1.46926 -5.27967,1.46926 -2.00904,0 -3.90143,-1.96621 -5.57346,-0.29385 -1.52947,1.52975 -2.64848,2.04831 -4.98156,0.87723 -1.34368,-0.66981 -4.41989,-1.68964 -5.86726,-2.05264 -2.32876,-0.58338 -4.09585,-0.86426 -5.27535,-3.22371 -1.03692,-2.06991 1.39985,-4.04044 2.63552,-5.28066 1.25727,-1.25319 1.08877,-2.42427 1.76277,-4.10527 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3742"
+       sodipodi:nodetypes="csssssssssssssssssssssssssssssssssssssssssssssscsccsssssssssssssssssssssssssssssssss"
+       style="fill:#399a3d;fill-rule:evenodd;stroke:#000000;stroke-width:0.82110482"
+       d="m 240.69525,370.20662 c 1.08877,2.18227 -0.52278,4.19169 1.17518,6.45175 1.68068,2.24277 2.62256,4.11822 5.56915,2.64033 2.95091,-1.47357 2.83426,2.73972 1.46897,4.10526 -0.56599,0.5661 -4.66615,0 -5.57346,0 -2.80402,0 -3.97488,-0.0735 -5.56915,2.05695 -1.48625,1.97485 -3.41752,2.55391 -2.34604,4.68865 0.75609,1.51246 -0.0173,4.72321 -0.58759,5.86836 -0.95915,1.91435 -1.26591,3.91945 -0.29379,5.86405 0.92891,1.85817 4.10449,3.36631 4.10449,0.29385 0,-2.8953 1.69796,-2.86937 3.52122,-4.69297 1.17518,-1.1754 -0.0951,-4.60221 1.46465,-6.15789 1.77573,-1.77607 2.80834,2.97739 3.22311,3.81141 1.17086,2.33784 1.58131,3.53053 3.52122,4.98681 1.45169,1.08898 2.00904,4.64975 3.2231,5.86405 1.84486,1.84088 -1.54674,4.73185 -1.75845,5.57451 -0.63943,2.56687 -2.90338,2.23413 -5.27535,1.75878 -3.11509,-0.62227 -3.11509,-0.44077 -4.98587,2.05264 -1.02396,1.36554 2.1689,4.45961 -1.46466,2.64033 -2.359,-1.17973 -3.51258,1.46493 -5.27967,2.34648 -1.93559,0.96798 -4.26434,-1.41308 -4.98587,1.46493 -0.61783,2.46748 -0.55303,4.42072 -3.5169,2.64033 -2.06521,-1.2359 -3.44345,1.90139 -4.39828,3.81141 -1.23567,2.46748 0.62647,3.94106 -2.05225,5.28067 -3.23174,1.61618 -0.58759,-2.31191 -0.58759,-3.51756 0,-1.79335 -2.43245,-4.57197 -3.22742,-6.16222 -1.16222,-2.32487 -2.21211,-2.89961 -4.69208,-3.51756 -2.88611,-0.72166 -3.98784,1.2359 -4.98156,3.22371 -0.94619,1.88842 0.18579,3.94105 -0.29379,5.86837 -0.61351,2.44155 2.022,3.82869 3.81069,2.93418 2.42381,-1.21429 4.044,1.23158 2.34604,2.92986 -1.88806,1.88842 -2.30283,2.01374 -0.29379,4.69296 2.36332,3.15025 1.46465,0.71302 1.46465,4.69297 v 3.51756 c 0,1.14515 -0.15122,2.36809 1.50354,3.37496 2.00904,1.21861 2.98116,1.9662 5.11549,1.53839 1.81894,-0.36299 3.04164,0.35867 4.52358,0.95501 2.10409,0.83834 3.19286,3.32311 4.98587,4.39912 2.2942,1.37418 4.09153,2.28166 6.45053,3.22371 1.80598,0.72166 4.15634,1.72853 5.27967,3.22803 1.31344,1.75446 3.09781,3.49596 4.69208,4.69297 1.87079,1.40443 4.13474,1.79335 5.86294,3.51756 1.61155,1.61185 3.19286,1.71557 4.98588,4.10526 1.685,2.25141 4.03536,2.45884 6.15673,3.52188 1.84918,0.92477 3.21878,-2.94282 5.57346,-0.5877 1.22703,1.22726 3.20151,2.84344 3.5169,4.10527 0.59191,2.35944 -2.51022,3.22803 -4.10449,3.22803 -1.24862,0 -0.1685,0.25496 -0.58759,0.88155 -1.57266,0 -0.88138,3.51756 -2.34604,4.10526 -0.69992,0.28089 -1.7066,0.42781 -2.34603,0.58338 h -1.46466 c -0.38885,-0.0951 -0.78201,-0.19446 -1.17086,-0.28953 -1.26591,-0.31978 -4.62295,2.01374 -5.86726,2.63601 -1.56835,0.78649 -4.26435,0.46671 -5.90182,1.28344 -6.77025,-2.13906 -13.85157,-5.28067 -19.93918,-8.87169 -0.20738,-0.14693 0.66536,-5.52698 0.0389,-6.78017 -0.97644,-1.94892 -2.76513,-3.91944 -4.69208,-4.39911 -2.58799,-0.6482 -4.16066,-3.73795 -4.69208,-5.86836 -0.57895,-2.31624 -1.37393,-4.35158 -3.22743,-5.27635 -3.11077,-1.55568 -0.27651,-3.67313 1.17518,-4.39911 2.07385,-1.03712 2.81266,-3.84166 1.46466,-5.28066 -2.22507,-2.38106 -3.1367,-1.64211 -4.98588,-2.56687 -1.5165,-0.75624 -2.77377,-1.49518 -3.2231,-3.29718 -0.49254,-1.97485 -1.54675,-3.84166 -2.05225,-5.86836 -0.5055,-2.02671 -0.98075,-3.91081 -1.46897,-5.86405 -0.22467,-0.90748 -3.08485,-4.31268 -3.8107,-5.28066 -1.61155,-6.23136 -3.21014,-10.54837 -3.20582,-11.78427 0.009,-3.9713 1.3696,-2.50205 1.31776,-4.34293 -0.0864,-3.26261 0.0173,-4.57629 0.67832,-6.71103 0.39749,-1.28343 1.08445,-2.00509 0.62215,-3.8503 -0.56166,-2.25141 -0.22466,-4.23923 0.69993,-6.08443 1.11469,-2.23413 1.5381,-2.30759 1.5381,-5.04299 0,-3.08975 2.6528,-5.68687 5.38768,-7.05674 2.40653,-1.20132 4.1909,-3.26692 6.45053,-4.39911 1.99608,-0.9939 5.05932,-2.19523 6.15674,-4.39911 0.99371,-1.98349 1.96151,-3.91945 2.93363,-5.86405 0.337,-0.6698 -0.1685,-1.34393 0.14689,-1.96188 1.55107,-3.02493 1.28752,-2.69651 4.54518,-4.78371 1.4517,-1.45197 3.8107,-3.75091 3.8107,-5.86404 0,-2.37241 -0.91163,-3.78117 0.88138,-5.57452 0.87707,-0.87723 4.6748,-0.29385 5.86294,-0.29385 2.66576,0 3.58171,0.29817 5.86726,1.20997 3.16694,1.26615 0.0734,3.37064 -1.39552,4.83989 -3.75021,2.62737 -4.87354,3.70338 -4.47174,9.20011 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path5518"
+       sodipodi:nodetypes="cssssssssssssssssssssc"
+       style="fill:#299d3d;fill-rule:evenodd;stroke:#000000;stroke-width:0.82110482"
+       d="m 260.92823,376.80529 c -0.34133,0.54017 -0.68265,1.07601 -1.02397,1.61618 -0.75609,1.18404 0.60488,0.27224 1.31776,2.05263 0.49686,1.2359 -0.10801,1.9446 0.1469,3.22371 0.27651,1.37851 1.26159,2.46316 1.46465,3.96266 0.0734,0.52288 -1.24863,2.21252 -1.61155,2.63601 -1.32208,1.56 -0.56599,3.94538 -0.88138,5.86837 -0.3154,1.26615 1.46897,2.57983 1.46897,3.81141 0,0.98094 1.24863,1.318 2.05225,1.318 1.55106,0 1.65475,-0.18149 2.05224,-1.17108 0.30676,-0.76487 0.42773,-2.48476 1.17086,-2.93418 0.52278,-0.31113 2.34604,-1.49518 2.34604,-2.05263 0,-1.10626 1.7066,-2.1477 2.49294,-2.92986 0.8857,-0.88587 2.09113,-1.56 3.08052,-2.05695 1.44738,-0.72167 1.90535,-1.17108 1.90535,-2.78294 0,-1.05873 -1.54242,-2.55391 -1.31776,-3.66881 0.23763,-1.18836 -0.27219,-3.15457 -0.88138,-3.95834 -1.00668,-1.32664 -1.08445,-1.84088 -1.31776,-3.37063 -0.1901,-1.23158 -0.73881,-1.61186 -1.90967,-1.02848 -1.34368,0.67413 -2.17322,1.02848 -3.66379,1.02848 -0.88571,0 -1.82758,-0.14693 -2.78674,-0.14693 -1.53378,0.73895 -2.4238,0.5272 -4.10448,0.58338 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path5522"
+       sodipodi:nodetypes="csssssssssssssssssssssssssccssssssssssssssssssssssssssssssscssssscscccssssssssssssssssssssssssssz"
+       style="fill:#2d913e;fill-rule:evenodd;stroke:#000000;stroke-width:0.82110482"
+       d="m 294.52887,375.85028 c -1.75845,-0.42349 -1.86214,0.13396 -3.15397,2.71379 -1.1363,4.19601 0.55734,3.67745 1.02828,5.64798 0.41477,1.72853 1.46465,3.98859 1.46465,5.71712 0,2.41562 0.42341,4.68864 2.78673,5.28066 2.82994,0.70438 2.76513,0.87723 5.50002,0.87723 3.02436,0 1.55971,-3.61695 0.87707,-4.98249 -1.07581,-2.15202 -2.06953,-3.75524 -4.10449,-5.28066 -1.26159,-0.94638 -0.40181,-4.0318 1.46465,-0.29385 1.31776,2.63168 2.70032,3.25828 4.98587,4.39911 2.56639,1.28343 1.65476,4.20897 0.2938,5.57451 -1.62019,1.6205 -2.77809,2.48477 -4.39828,4.10527 -0.99804,0.99822 -0.8209,4.46393 -1.17086,5.86404 -0.56167,2.23845 -3.18422,3.27125 -1.46898,4.98681 1.62883,1.62482 3.78477,0.50992 2.34604,4.10527 -1.01532,2.54526 -2.42813,2.26005 -4.10449,3.51756 -2.08249,1.56432 -1.39985,3.06814 -0.29379,5.28066 1.1795,2.35945 0.62647,3.22804 3.81069,3.22804 3.03732,0 3.09349,0.71734 5.27967,-1.46926 0.99372,-0.9939 -0.31972,-4.51146 0,-5.79058 0.87274,-3.49163 2.25531,-1.33097 0.88138,-4.76642 -0.65671,-1.63779 1.68069,-4.17873 3.44346,-4.17873 1.77141,0 5.02475,2.96011 7.18501,2.41995 3.15398,-0.79081 -0.8425,-3.52189 -2.41949,-3.52189 -2.05224,0 -5.38768,-1.439 -1.75845,-2.34648 2.38061,-0.59202 1.33936,-0.83834 4.32484,-0.0735 1.26159,0.3241 1.34368,0.95069 2.25531,2.06991 0.69128,0.84699 1.31344,0.57474 2.80401,-0.013 0.47958,-2.08288 -1.50354,-1.66803 -1.58131,-2.8564 -0.0907,-1.36554 1.20543,-1.89274 1.58131,-2.64465 0.88571,-1.78039 -1.81029,-3.6472 -2.19914,-5.2072 -0.49254,-1.95757 -1.02828,-7.4759 1.24431,-7.4759 2.31147,0 5.86726,0.6698 6.52398,3.29717 0.57463,2.29463 -2.63984,3.96266 -3.5169,6.1579 -0.82954,2.06991 -1.77573,4.09229 -0.2938,5.57451 1.4949,1.49518 2.34604,-2.97307 2.34604,0.5877 0,2.36377 3.08485,-3.25396 3.22311,-3.81573 0.81225,-3.241 2.34604,1.30936 2.34604,2.93418 0,2.3292 -0.6524,4.2954 -2.05225,6.15789 -1.52514,2.03535 -3.24471,2.09585 -4.39828,4.39912 -1.39985,2.80454 -0.28948,3.22371 -3.22311,4.69296 -1.88806,0.94637 -4.76985,0.21607 -5.86726,-0.87723 -2.22938,-2.2298 -2.53614,-1.81496 -4.69208,0.87723 -1.58995,1.99213 -3.06324,3.06814 -4.69208,4.69296 -1.68932,1.69397 -4.22114,1.99646 -5.27534,4.10527 -0.93324,1.86681 -2.22507,4.2954 -1.75845,6.16221 0.60487,2.41995 -1.43874,4.07502 -2.93363,5.5702 -1.4733,1.47357 -2.18618,4.34725 -2.63984,6.15789 -0.72152,2.89097 0.009,2.94715 1.17086,5.28066 0.51414,1.02416 -1.27023,4.69297 -1.46465,5.86405 -0.1685,1.00687 3.77181,3.73363 4.39828,4.98681 0.82954,1.65939 3.96623,0.44942 5.27967,1.75878 1.12333,1.12787 4.42421,-0.35435 5.56914,-0.58338 2.34172,-0.47102 3.6206,-1.89706 5.86726,-2.34648 1.3264,-0.26792 2.85154,-2.89529 4.69208,-3.81573 2.07817,-1.03712 3.74589,-1.14083 5.56915,-2.05263 1.48625,-0.74327 -1.48626,4.24354 0,4.98681 2.06952,1.0328 3.35272,1.25319 2.63983,4.10526 -0.45365,1.81928 -1.29183,3.22372 -1.90535,4.91336 -1.37824,3.78116 -0.34996,2.54526 -0.44069,5.2072 6.37708,-7.70493 7.21958,-8.38338 12.31347,-16.86615 4.98587,-9.07911 7.91086,-17.12111 9.09036,-28.15346 0.20739,-1.90571 0.2938,-3.87191 0.2938,-5.86837 0,-1.89274 0.23331,-5.15102 -1.46466,-5.86404 -3.65515,-1.53839 -3.43913,-2.42859 -7.03811,-3.51756 -1.71093,-0.85563 -4.55815,-3.64288 -4.10449,-5.57452 1.73252,-0.27656 3.63355,1.72421 5.29695,2.7959 1.74549,1.11923 2.07384,3.4441 4.81737,4.24355 1.20975,-1.02416 -1.74117,-13.30105 -0.87706,-15.02958 -0.66104,-4.73186 -6.03576,-14.89131 -4.91243,-17.38039 -5.50001,-9.2995 -6.80481,-11.81884 -13.78244,-19.64909 -6.04872,-6.78448 -13.44112,-11.72808 -21.62418,-15.83767 -9.85942,-4.4164 -18.9325,-6.9098 -29.91093,-6.74559 -2.55774,-0.25064 -2.34604,2.19955 -5.27534,2.19955 -2.24667,0 -3.53851,-1.16675 -5.86726,-0.58338 -0.60056,0.14693 -1.17086,0.38892 -1.75845,0.58338 -2.19051,0.73031 -3.21447,3.92809 -5.27967,1.17541 -0.30676,-0.41485 7.14613,-1.70693 2.93363,-3.81142 -2.20779,-1.10626 -4.95995,2.57119 -3.8107,4.10527 0.65672,0.87723 -1.25727,2.64033 -3.81501,2.64033 -2.21211,0 -4.38965,-0.26792 -3.8107,2.05263 0.58327,2.33352 2.46702,-0.3846 -1.17086,2.34648 -2.19914,1.64643 3.43049,0.69574 4.10449,0.28953 2.01768,-1.20997 3.46938,-1.46493 5.86294,-1.46493 1.77573,0 3.74157,-1.39147 5.57347,-1.75878 2.56638,-0.51424 4.49333,0.48831 6.45053,1.46493 0.8641,0.43213 4.75688,-0.76488 5.56914,-1.17108 3.24903,-1.62482 1.60723,0.57042 2.34604,2.05263 0.48822,0.9723 3.63355,0.81241 4.69208,2.92986 1.31343,2.62305 0.26787,3.50892 3.22742,4.98682 0.17714,0.0907 2.98116,-0.98959 5.86294,1.1754 1.91399,1.43468 3.59035,0.68277 5.27967,2.92986 0.37589,0.50127 0.96348,0.87723 1.17086,1.46925 0.76041,2.15634 -0.44933,0.85562 1.02828,2.86072 0.2938,0.39756 1.04989,-0.12532 1.46466,2.05263 0.8209,4.29108 4.044,5.5918 2.86018,7.32898 -1.04124,1.52975 -1.16654,0.31113 -4.91243,-1.68532 -0.19442,-0.0475 -0.51846,-0.29385 -0.58759,-0.29385 -0.47525,0 -0.82521,-0.29385 -1.2443,-0.29385 z"
+       inkscape:connector-curvature="0" />
+  </g>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title>Cartoon Globe</dc:title>
+        <dc:date>2006-12-26T00:00:00</dc:date>
+        <dc:description>Colored globe.</dc:description>
+        <dc:source>https://openclipart.org/detail/3437/-by--3437</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>lunanaut</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>color</rdf:li>
+            <rdf:li>earth</rdf:li>
+            <rdf:li>globe</rdf:li>
+            <rdf:li>planet</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/misc/danger.svg
===================================================================
--- /trunk/resources/images/presets/misc/danger.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/danger.svg	(revision 16006)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg height="144.407" id="svg1609" inkscape:version="0.40" width="156.262" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink">
+  <metadata>
+    <rdf:RDF xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+      <cc:Work rdf:about="">
+        <dc:title>advertising</dc:title>
+        <dc:description></dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li></rdf:li>
+            <rdf:li>caution</rdf:li>
+            <rdf:li>security</rdf:li>
+            <rdf:li>warning</rdf:li>
+            <rdf:li>signs_and_symbols</rdf:li>
+            <rdf:li>sign</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent rdf:about="http://www.openclipart.org">
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date></dc:date>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="base" inkscape:current-layer="svg1609" inkscape:cx="52.528651" inkscape:cy="59.396977" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="929" inkscape:window-width="1291" inkscape:window-x="140" inkscape:window-y="75" inkscape:zoom="4.9119411" pagecolor="#ffffff"/>
+  <defs id="defs1610">
+    <marker id="ArrowEnd" markerHeight="3" markerUnits="strokeWidth" markerWidth="4" orient="auto" refX="0" refY="5" viewBox="0 0 10 10">
+      <path d="M 0 0 L 10 5 L 0 10 z" id="path1612"/>
+    </marker>
+    <marker id="ArrowStart" markerHeight="3" markerUnits="strokeWidth" markerWidth="4" orient="auto" refX="10" refY="5" viewBox="0 0 10 10">
+      <path d="M 10 0 L 0 5 L 10 10 z" id="path1614"/>
+    </marker>
+  </defs>
+  <g id="g1615">
+    <path d="M 12.473000,121.08200 C 11.559033,122.84329 10.481800,124.49000 10.481700,126.42300 L 10.490728,127.23088 C 10.490728,131.40288 13.756600,133.92500 17.511300,133.92500 L 138.83100,133.92500 C 142.58600,133.92500 145.81986,130.79848 145.81986,126.62648 L 145.78000,125.81500 C 145.78000,123.88200 144.82971,122.20348 143.78900,120.47400 L 83.705600,12.693800 C 81.051000,9.7442300 76.747300,9.7442300 74.092300,12.694200 L 12.473000,121.08200 z " id="path1616" sodipodi:nodetypes="ccccccccccc" style="stroke:#000000; stroke-width:2; fill:#ffffff"/>
+    <path d="M 78.703 16.2915L 15.2797 128.128L 76.4667 128.128L 79.3188 128.128L 139.826 128.128L 79.5155 16.2915L 78.703 16.2915z" id="path1617" style="stroke:#000000; stroke-width:4.8516000000000004; stroke-linejoin:round; stroke-linecap:round; fill:#ffcc00"/>
+  </g>
+  <g id="g1618">
+    <path d="M 84.366054,45.157900 C 85.289904,46.139400 85.469800,46.370250 85.931700,48.160100 C 86.393600,49.949950 87.405817,53.469087 86.291592,57.462546 C 85.829592,64.390946 86.129850,70.967972 85.856575,77.979383 C 85.583663,84.981490 87.317400,93.426000 79.234100,95.042600 C 77.155600,95.273600 75.077100,93.887900 74.268800,91.924800 C 72.883100,77.837000 71.497500,64.442000 70.111700,50.700600 C 71.266400,47.120900 74.153200,43.656700 77.617500,43.194800 C 81.081800,42.732900 83.442204,44.176400 84.366054,45.157900 z " id="path1619" sodipodi:nodetypes="czczccczz" style="stroke:none; fill:#000000"/>
+    <path d="M 83.1603 103.357C 86.3936 105.32 86.9709 108.9 86.9709 112.479C 85.5852 115.944 84.0841 119.985 79.5806 119.985C 76.8092 119.87 74.1533 119.292 72.3057 117.214C 71.151 113.057 68.4951 108.784 72.3057 105.32C 75.1926 101.278 79.2341 102.318 83.1603 103.357z" id="path1620" style="stroke:none; fill:#000000"/>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/deprecated.svg
===================================================================
--- /trunk/resources/images/presets/misc/deprecated.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/deprecated.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg1353"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   width="16"
+   height="16"
+   sodipodi:docname="deprecated5.svg"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata1358">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs1356" />
+  <sodipodi:namedview
+     inkscape:window-height="960"
+     inkscape:window-width="1400"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="68.974478"
+     inkscape:cx="13.088965"
+     inkscape:cy="8.0747837"
+     inkscape:window-x="0"
+     inkscape:window-y="29"
+     inkscape:current-layer="svg1353"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4139"
+       originx="-86"
+       originy="-86" />
+  </sodipodi:namedview>
+  <rect
+     style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect4167"
+     width="16"
+     height="16"
+     x="0"
+     y="0" />
+  <g
+     id="g4287"
+     transform="matrix(0.01728763,0,0,0.01728763,0.39281,3.201322)">
+    <circle
+       id="circle6"
+       style="fill:none;stroke:#cc0000;stroke-width:93.75"
+       r="290"
+       cy="362.5"
+       cx="362.5" />
+    <path
+       id="path2770"
+       style="fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 372.12936,407.61704 558.5298,515.33292 590.56227,455.34484 417.87814,355.17057 372.12936,407.61704 Z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path1883"
+       style="fill:#cc0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 166.58744,209.24794 426.33219,359.97799 392.44564,419.24834 133.71666,270.26552 166.58744,209.24794 Z"
+       inkscape:connector-curvature="0" />
+  </g>
+  <rect
+     style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.51300001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4711"
+     width="1.3189585"
+     height="5"
+     x="13.681042"
+     y="1" />
+  <rect
+     style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.51300001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4713"
+     width="1.4349434"
+     height="1.4204453"
+     x="13.565057"
+     y="7.5795546" />
+</svg>
Index: /trunk/resources/images/presets/misc/description.svg
===================================================================
--- /trunk/resources/images/presets/misc/description.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/description.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="11"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="New document 1">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-5.2146542"
+     inkscape:cy="10.452631"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-310px"
+       originy="-459px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-310,-577.36218)">
+    <rect
+       style="fill:#ffeeaa;fill-opacity:1;stroke:none"
+       id="rect2987"
+       width="11"
+       height="16"
+       x="310"
+       y="577.36218" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 311,580.36218 1,-1 2,1 1,-1 1,1 2,-1 1,1 1,-1 0,0"
+       id="path2989"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 311,583.36218 1,-1 2,1 1,-1 1,1 2,-1 1,1 1,-1 0,0"
+       id="path2989-1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 311,586.36218 1,-1 2,1 1,-1 1,1 2,-1 1,1 1,-1 0,0"
+       id="path2989-7"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 311,589.36218 1,-1 2,1 1,-1 1,1 2,-1 1,1 1,-1 0,0"
+       id="path2989-4"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.40000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 311,592.36218 1,-1 2,1 1,-1 1,1 2,-1 1,1 1,-1 0,0"
+       id="path2989-0"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/dyke.svg
===================================================================
--- /trunk/resources/images/presets/misc/dyke.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/dyke.svg	(revision 16006)
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="6"
+   viewBox="0 0 16 6"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="dyke14.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="2.6330947"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1047.3622)">
+    <path
+       style="fill:#009900;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 0,1053.3622 5,-5 h 6 l 5,5 z"
+       id="path816"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/embankment.svg
===================================================================
--- /trunk/resources/images/presets/misc/embankment.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/embankment.svg	(revision 16006)
@@ -0,0 +1,245 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="embankment.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="7.6157614"
+     inkscape:cy="9.9143347"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-others="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4217"
+       d="m 16.000002,1039.8621 -16.00000247683724,0"
+       style="fill:none;fill-rule:evenodd;stroke:#d2691e;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4211"
+       d="m 8.000001,1036.3621 0,16"
+       style="fill:none;fill-rule:evenodd;stroke:#d2691e;stroke-width:6.00000095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#d2691e;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 13.000002,1036.8621 -10.0000019,0"
+       id="path4213"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#d2691e;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 16.000001,1045.8621 -16.00000147683724,0"
+       id="path4219"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4221"
+       d="m 13.000002,1042.8621 -10.0000016,0"
+       style="fill:none;fill-rule:evenodd;stroke:#d2691e;stroke-width:1.00000018;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4223"
+       d="m 16.000002,1051.8621 -16.00000213446518,0"
+       style="fill:none;fill-rule:evenodd;stroke:#d2691e;stroke-width:1.00000018;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#d2691e;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 13.000002,1048.8621 -10.0000019,0"
+       id="path4225"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4.00000095;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.000001,1036.3621 0,16"
+       id="path4212"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/entrance_emergency.svg
===================================================================
--- /trunk/resources/images/presets/misc/entrance_emergency.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/entrance_emergency.svg	(revision 16006)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="ee.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="5.4866866"
+     inkscape:cy="6.1960397"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4138"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="0" />
+    <g
+       id="g5653"
+       transform="matrix(0.12490242,0,0,0.12490242,-44.952356,984.74003)"
+       style="fill:#009900;fill-opacity:1">
+      <path
+         id="path3495"
+         d="m 471.9,510.8 -3.2,-8.5 c -1.4,-3.5 -4.6,-5.9 -8.6,-5.9 l -1.4,0 0,-73.2 -69.5,0 0,40.5 9.1,0 10.4,-13 c 2.1,-2.4 5.3,-4 8.8,-4 l 22.2,0 c 3.5,0 6.6,1.9 8.2,5 l 6.6,12.5 c 0.3,0.5 0.5,1.1 0.5,1.9 0,2.2 -1.9,4.2 -4.2,4.2 -1.8,0 -3,-0.8 -3.8,-2.2 l -5.9,-11.4 -9.6,0 7.4,18.4 2.2,23.5 19,0 c 3,0 5.4,1.9 6.6,4.5 l 2.1,5.4 -32.8,0 c -2.4,0 -4.5,-1.8 -4.6,-4.2 l -2.2,-20.6 -17.6,36.5 c -1,2.1 -3.2,3.5 -5.8,3.5 l -8.5,0 21.6,-44.7 -6.7,-16.8 -6.4,7.8 c -1.6,2.1 -4.3,3.5 -7.2,3.5 l -9.4,0 0,52.8 15,14.9 -44.3,0 0,-127.9 128.1,0 0,128.1 -14.4,0 -14.9,-14.9 0,-15.7 13.2,0"
+         style="fill:#009900;fill-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3497"
+         d="m 412,428 0.5,0 0.5,0 0.5,0.1 0.4,0.1 0.4,0.1 0.4,0.1 0.4,0.2 0.4,0.2 0.4,0.2 0.4,0.2 0.4,0.2 0.4,0.2 0.3,0.3 0.3,0.3 0.3,0.3 0.3,0.3 0.3,0.3 0.3,0.3 0.3,0.3 0.3,0.4 0.2,0.4 0.2,0.4 0.2,0.4 0.2,0.4 0.2,0.4 0.1,0.4 0.1,0.4 0.1,0.4 0.1,0.4 0.1,0.5 0,0.5 0,0.5 c 0,5 -4.2,9 -9.1,9 -5,0 -9,-4 -9,-9 0,-5 4.2,-9.2 9.1,-9.2 z"
+         style="fill:#009900;fill-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3499"
+         d="m 416,529.8 11.5,11.5 -13.9,0 -15,-14.9 9,0 c 3.1,0 6.2,1.3 8.4,3.4 z"
+         style="fill:#009900;fill-opacity:1"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/entrance_exit.svg
===================================================================
--- /trunk/resources/images/presets/misc/entrance_exit.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/entrance_exit.svg	(revision 16006)
@@ -0,0 +1,261 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="exit3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs22">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 290 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="580 : 290 : 1"
+       inkscape:persp3d-origin="290 : 193.33333 : 1"
+       id="perspective24" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowStart">
+      <path
+         id="path3568"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowEnd">
+      <path
+         id="path3565"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2683"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2959">
+      <path
+         id="path2626"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2956">
+      <path
+         id="path2623"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2953"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3077">
+      <path
+         id="path3298"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3074">
+      <path
+         id="path3295"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective3071"
+       inkscape:persp3d-origin="180.936 : 163.92867 : 1"
+       inkscape:vp_z="361.87201 : 245.89301 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 245.89301 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3724"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective7956"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective8355"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="22.627418"
+     inkscape:cx="9.1593463"
+     inkscape:cy="13.219409"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4249" />
+  </sodipodi:namedview>
+  <path
+     inkscape:connector-curvature="0"
+     id="path1329"
+     style="fill:#aa0000;stroke:none;stroke-width:3.40799999;fill-opacity:1"
+     d="M 1.792253,0.00176061 C 0.64495383,0.00176061 0,0.59391061 0,1.8037806 L 0,14.275761 c 0,1.13171 0.57994055,1.72424 1.726228,1.72424 l 12.546522,0 c 1.146528,0 1.72725,-0.56291 1.72725,-1.72424 L 16,1.8037806 c 0,-1.18038999 -0.580722,-1.80201999 -1.763142,-1.80201999 -8e-5,0 -12.4485419,-0.004 -12.444605,0 z" />
+  <g
+     id="g2319"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2323"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g2325"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2329"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g4264">
+    <path
+       sodipodi:nodetypes="cccc"
+       id="path8372"
+       d="m 2.478544,11.578874 0,-8.0822 5.0753842,0 0,8.0822"
+       style="fill:none;stroke:#ffffff;stroke-width:1.03557968;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <rect
+       y="4.0554256"
+       x="2.8336146"
+       height="7.4207835"
+       width="4.292532"
+       id="rect8376"
+       style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.10825205;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+  </g>
+  <g
+     id="g8450"
+     transform="matrix(0.03063633,0,0,0.02736393,8.302915,-0.44694355)">
+    <path
+       id="path8395"
+       d="m 53.457112,288.64978 160.583208,0 -39.38834,-75.7468"
+       style="fill:none;stroke:#ffffff;stroke-width:42.84885788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:42.84885788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 53.457112,294.31581 160.583208,0 -39.38834,75.7468"
+       id="path8397"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/entrance_main.svg
===================================================================
--- /trunk/resources/images/presets/misc/entrance_main.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/entrance_main.svg	(revision 16006)
@@ -0,0 +1,262 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="entrance-main3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs22">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 290 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="580 : 290 : 1"
+       inkscape:persp3d-origin="290 : 193.33333 : 1"
+       id="perspective24" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowStart">
+      <path
+         id="path3568"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowEnd">
+      <path
+         id="path3565"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2683"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2959">
+      <path
+         id="path2626"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2956">
+      <path
+         id="path2623"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2953"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3077">
+      <path
+         id="path3298"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3074">
+      <path
+         id="path3295"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective3071"
+       inkscape:persp3d-origin="180.936 : 163.92867 : 1"
+       inkscape:vp_z="361.87201 : 245.89301 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 245.89301 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3724"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective7956"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective8355"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="45.254835"
+     inkscape:cx="6.5780667"
+     inkscape:cy="8.1899083"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4249" />
+  </sodipodi:namedview>
+  <path
+     inkscape:connector-curvature="0"
+     id="path1329"
+     style="fill:#338000;stroke:none;stroke-width:3.40799999;fill-opacity:1"
+     d="M 1.792253,0.00176061 C 0.64495383,0.00176061 0,0.59391061 0,1.8037806 L 0,14.275761 c 0,1.13171 0.57994055,1.72424 1.726228,1.72424 l 12.546522,0 c 1.146528,0 1.72725,-0.56291 1.72725,-1.72424 L 16,1.8037806 c 0,-1.18038999 -0.580722,-1.80201999 -1.763142,-1.80201999 -8e-5,0 -12.4485419,-0.004 -12.444605,0 z" />
+  <g
+     id="g2319"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2323"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g2325"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2329"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g4264"
+     transform="translate(5.9999998,0)">
+    <path
+       sodipodi:nodetypes="cccc"
+       id="path8372"
+       d="m 2.478544,11.578874 0,-8.0822 5.0753842,0 0,8.0822"
+       style="fill:none;stroke:#ffffff;stroke-width:1.03557968;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <rect
+       y="4.0554256"
+       x="2.8336146"
+       height="7.4207835"
+       width="4.292532"
+       id="rect8376"
+       style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.10825205;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+  </g>
+  <g
+     id="g8450"
+     transform="matrix(0.03016554,0,0,0.02741884,-0.26275126,-0.49419966)">
+    <path
+       id="path8395"
+       d="m 53.457112,288.64978 160.583208,0 -39.38834,-75.7468"
+       style="fill:none;stroke:#ffffff;stroke-width:42.84885788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:42.84885788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 53.457112,294.31581 160.583208,0 -39.38834,75.7468"
+       id="path8397"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/entrance_service.svg
===================================================================
--- /trunk/resources/images/presets/misc/entrance_service.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/entrance_service.svg	(revision 16006)
@@ -0,0 +1,262 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="entrance-service.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs22">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 290 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="580 : 290 : 1"
+       inkscape:persp3d-origin="290 : 193.33333 : 1"
+       id="perspective24" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowStart">
+      <path
+         id="path3568"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowEnd">
+      <path
+         id="path3565"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2683"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2959">
+      <path
+         id="path2626"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2956">
+      <path
+         id="path2623"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2953"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3077">
+      <path
+         id="path3298"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3074">
+      <path
+         id="path3295"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective3071"
+       inkscape:persp3d-origin="180.936 : 163.92867 : 1"
+       inkscape:vp_z="361.87201 : 245.89301 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 245.89301 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3724"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective7956"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective8355"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="32.000001"
+     inkscape:cx="8.3933733"
+     inkscape:cy="11.005172"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4249" />
+  </sodipodi:namedview>
+  <path
+     inkscape:connector-curvature="0"
+     id="path1329"
+     style="fill:#2c5aa0;stroke:none;stroke-width:3.40799999;fill-opacity:1"
+     d="M 1.792253,0.00176061 C 0.64495383,0.00176061 0,0.59391061 0,1.8037806 L 0,14.275761 c 0,1.13171 0.57994055,1.72424 1.726228,1.72424 l 12.546522,0 c 1.146528,0 1.72725,-0.56291 1.72725,-1.72424 L 16,1.8037806 c 0,-1.18038999 -0.580722,-1.80201999 -1.763142,-1.80201999 -8e-5,0 -12.4485419,-0.004 -12.444605,0 z" />
+  <g
+     id="g2319"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2323"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g2325"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2329"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g4264"
+     transform="translate(5.9999998,0)">
+    <path
+       sodipodi:nodetypes="cccc"
+       id="path8372"
+       d="m 2.478544,11.578874 0,-8.0822 5.0753842,0 0,8.0822"
+       style="fill:none;stroke:#ffffff;stroke-width:1.03557968;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <rect
+       y="4.0554256"
+       x="2.8336146"
+       height="7.4207835"
+       width="4.292532"
+       id="rect8376"
+       style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.10825205;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+  </g>
+  <g
+     id="g8450"
+     transform="matrix(0.03016554,0,0,0.02741884,-0.26275126,-0.49419966)">
+    <path
+       id="path8395"
+       d="m 53.457112,288.64978 160.583208,0 -39.38834,-75.7468"
+       style="fill:none;stroke:#ffffff;stroke-width:42.84885788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:42.84885788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 53.457112,294.31581 160.583208,0 -39.38834,75.7468"
+       id="path8397"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/entrance_yes.svg
===================================================================
--- /trunk/resources/images/presets/misc/entrance_yes.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/entrance_yes.svg	(revision 16006)
@@ -0,0 +1,262 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="entrance-yes.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs22">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 290 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="580 : 290 : 1"
+       inkscape:persp3d-origin="290 : 193.33333 : 1"
+       id="perspective24" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowStart">
+      <path
+         id="path3568"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowEnd">
+      <path
+         id="path3565"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2683"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2959">
+      <path
+         id="path2626"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2956">
+      <path
+         id="path2623"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2953"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3077">
+      <path
+         id="path3298"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3074">
+      <path
+         id="path3295"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective3071"
+       inkscape:persp3d-origin="180.936 : 163.92867 : 1"
+       inkscape:vp_z="361.87201 : 245.89301 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 245.89301 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3724"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective7956"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective8355"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="32.000001"
+     inkscape:cx="8.3933733"
+     inkscape:cy="11.005172"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4249" />
+  </sodipodi:namedview>
+  <path
+     inkscape:connector-curvature="0"
+     id="path1329"
+     style="fill:#4d4d4d;stroke:none;stroke-width:3.40799999;fill-opacity:1"
+     d="M 1.792253,0.00176061 C 0.64495383,0.00176061 0,0.59391061 0,1.8037806 L 0,14.275761 c 0,1.13171 0.57994055,1.72424 1.726228,1.72424 l 12.546522,0 c 1.146528,0 1.72725,-0.56291 1.72725,-1.72424 L 16,1.8037806 c 0,-1.18038999 -0.580722,-1.80201999 -1.763142,-1.80201999 -8e-5,0 -12.4485419,-0.004 -12.444605,0 z" />
+  <g
+     id="g2319"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2323"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g2325"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2329"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g4264"
+     transform="translate(5.9999998,0)">
+    <path
+       sodipodi:nodetypes="cccc"
+       id="path8372"
+       d="m 2.478544,11.578874 0,-8.0822 5.0753842,0 0,8.0822"
+       style="fill:none;stroke:#ffffff;stroke-width:1.03557968;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <rect
+       y="4.0554256"
+       x="2.8336146"
+       height="7.4207835"
+       width="4.292532"
+       id="rect8376"
+       style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.10825205;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+  </g>
+  <g
+     id="g8450"
+     transform="matrix(0.03016554,0,0,0.02741884,-0.26275126,-0.49419966)">
+    <path
+       id="path8395"
+       d="m 53.457112,288.64978 160.583208,0 -39.38834,-75.7468"
+       style="fill:none;stroke:#ffffff;stroke-width:42.84885788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:42.84885788;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 53.457112,294.31581 160.583208,0 -39.38834,75.7468"
+       id="path8397"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/fixme.svg
===================================================================
--- /trunk/resources/images/presets/misc/fixme.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/fixme.svg	(revision 16006)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="16"
+   viewBox="0 0 13 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="fixme1.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="5"
+       height="16.000017"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4136"
+       width="3"
+       height="14"
+       x="1"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4158"
+       width="9.0000038"
+       height="4.9996171"
+       x="4"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4160"
+       width="7"
+       height="4.9996862"
+       x="4"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4164"
+       width="8"
+       height="2.9998782"
+       x="4"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4166"
+       width="6"
+       height="2.9999478"
+       x="4"
+       y="1043.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/fixme_annotation.svg
===================================================================
--- /trunk/resources/images/presets/misc/fixme_annotation.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/fixme_annotation.svg	(revision 16006)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="23"
+   height="23"
+   viewBox="0 0 23 23"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="fixme4.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="10.322295"
+     inkscape:cy="18.469253"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1029.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4144"
+       width="4"
+       height="3"
+       x="18"
+       y="1029.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4146"
+       width="3"
+       height="4.0000172"
+       x="18"
+       y="1031.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4166"
+       width="3"
+       height="9.0000172"
+       x="16"
+       y="1029.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="1"
+       height="7.0000172"
+       x="17"
+       y="1030.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4140"
+       width="3"
+       height="1"
+       x="18"
+       y="1030.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4142"
+       width="2"
+       height="1.0001045"
+       x="18"
+       y="1033.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/flag.svg
===================================================================
--- /trunk/resources/images/presets/misc/flag.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/flag.svg	(revision 16006)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="flag52.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="1.5994895"
+     inkscape:cy="4.3481398"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0.1427308"
+       originy="-1.6255464" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0.1427308,-1037.2844)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.31338018;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="10.414392"
+       height="6.5774565"
+       x="464.96634"
+       y="931.99701"
+       ry="0"
+       transform="matrix(0.90089527,0.43403653,-0.44272837,0.89665578,0,0)" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ececec;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="4.7338142"
+       height="6.5774565"
+       x="467.80664"
+       y="931.99701"
+       transform="matrix(0.90089527,0.43403653,-0.44272837,0.89665578,0,0)" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.31337288;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="1.0707346"
+       height="7.4951429"
+       x="460.37506"
+       y="936.26123"
+       transform="matrix(0.89879404,0.43837116,-0.43837116,0.89879404,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/fountain.svg
===================================================================
--- /trunk/resources/images/presets/misc/fountain.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/fountain.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   viewBox="0 0 16 16"
+   height="16"
+   width="16"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="fountain28.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="true"
+     inkscape:zoom="37.78125"
+     inkscape:cx="5.9855205"
+     inkscape:cy="9.608847"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4168" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     style="visibility:hidden;fill:none;stroke:none"
+     id="canvas"
+     y="8.8817842e-016"
+     x="0"
+     height="16"
+     width="16" />
+  <path
+     d="m 0,12.870882 16,0 C 14.857143,15.156596 10.285714,16 8,16 5.7142857,16 1.4874088,15.156596 0,12.870882 Z M 10.285714,0.06964103 c -1.1428569,0 -1.9144613,1.18296717 -2.2991069,2.07278377 C 7.6008168,1.2091577 6.8571429,0.01741029 5.7142857,0.01741029 c -1.714704,0 -2.6225989,2.19866311 -2.6225989,3.34152021 0,1.1428572 1.4797418,0.7710245 1.4797418,0.034821 1.1428571,-2.2857143 2.2857143,-1.8445756 2.5625,1.7687632 l 0,0.3995536 C 6.6962173,5.3458282 6.2059374,5.2093891 5.7142857,5.2093891 c -1.6766366,0 -3.4340068,1.1799743 -3.4340068,3.4285715 l 0,1.1428565 c 0,1.1428569 1.7142857,1.1428569 1.7142857,0 l 0,-1.1428565 c 0,-1.1039537 1.0717394,-1.7142857 1.7197211,-1.7142857 0.6279685,0 1.3737584,0.6127755 1.4196429,1.6205357 l 0,0.046876 0,3.6984114 C 8,11.628722 8,11.610422 8.8307837,12.289498 l 0.026359,-3.6515431 0,-0.1428572 C 8.9040547,7.488695 9.6492894,6.8767942 10.276786,6.8767942 c 0.647982,0 1.719722,0.610332 1.719722,1.7142857 l 0,1.1428572 c 0,1.1428569 1.714285,1.1428569 1.714285,0 l 0,-1.1428572 c 0,-2.2485972 -1.75737,-3.4285714 -3.434007,-3.4285714 -0.4919102,5.7e-6 -0.9817576,0.1384797 -1.4196433,0.3549163 0,-0.1026789 -0.019092,-0.2071475 0,-0.3080357 0.2857144,-3.1362378 1.5408663,-4.066532 2.6837233,-1.7808177 0,0.6031401 1.404879,1.0558061 1.404879,-0.087051 0,-1.1428571 -0.945327,-3.27187931 -2.660031,-3.27187937 z"
+     style="fill:#1388ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path4182"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccscscsscccssssssccccccsssssccccss" />
+</svg>
Index: /trunk/resources/images/presets/misc/grave.svg
===================================================================
--- /trunk/resources/images/presets/misc/grave.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/grave.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="07.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="48.59375"
+     inkscape:cx="6.7346129"
+     inkscape:cy="7.4608132"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <path
+       inkscape:connector-curvature="0"
+       style="color:#000000;line-height:normal;font-family:'Bitstream Vera Sans';text-indent:0;text-align:start;text-transform:none;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:nonzero;stroke-width:0.03334057;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 8,1037.3626 c -2.73333,0 -3.66667,1.973 -3.66667,1.973 L 3,1039.3622 l 1,11 h 8 l 1,-11 -1.33333,-0.027 c 0,0 -0.93334,-1.973 -3.66667,-1.973 z m -3,4.9996 h 6 v 1 H 5 Z m 0,2 h 6 v 1 H 5 Z m -3,7 v 2 h 12 v -2 z"
+       overflow="visible"
+       id="path4"
+       sodipodi:nodetypes="sccccccsccccccccccccccc" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect826"
+       width="6"
+       height="1"
+       x="5"
+       y="1044.3622"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect828"
+       width="6"
+       height="1"
+       x="5"
+       y="1042.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/grit_bin.svg
===================================================================
--- /trunk/resources/images/presets/misc/grit_bin.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/grit_bin.svg	(revision 16006)
@@ -0,0 +1,248 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="13"
+   viewBox="0 0 16 13"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__grit_bin.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="7.3093944"
+     inkscape:cy="7.7130252"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+    <sodipodi:guide
+       position="10.000001,1.0000001"
+       orientation="0,1"
+       id="guide4208" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1039.3621)">
+    <path
+       style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 10.30469,1040.5228 a 0.50005003,0.50005003 0 0 0 -0.3496108,0.8594 l 3.0429698,3.043 -2.998048,0 c -0.5540224,0 -0.9999999,0.446 -0.9999999,1 l 0,5 c 0,0.554 0.4459775,1 0.9999999,1 l 4.000001,0 c 0.554022,0 1,-0.446 1,-1 l 0,-5 c 0,-0.2821 -0.118019,-0.5334 -0.304688,-0.7149 a 0.50005003,0.50005003 0 0 0 -0.0332,-0.035 l -4,-4 a 0.50005003,0.50005003 0 0 0 -0.357421,-0.1524 z"
+       id="rect4208"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4206"
+       d="m 1.2412669,1051.3621 c 0,0 1.7520542,-3.3347 3.5041086,-3.3347 1.7520544,0 3.5041087,3.3347 3.5041087,3.3347 z"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.50000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       style="opacity:1;fill:#008000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4227"
+       width="6"
+       height="7"
+       x="9"
+       y="1044.3621"
+       ry="1"
+       rx="1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#008000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 14.309365,1044.9644 -4,-4"
+       id="path4229"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#999999;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.2412669,1051.3621 c 0,0 1.7520541,-3.3346 3.5041084,-3.3346 1.7520543,0 3.5041086,3.3346 3.5041086,3.3346 z"
+       id="path4233"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/housenumber.svg
===================================================================
--- /trunk/resources/images/presets/misc/housenumber.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/housenumber.svg	(revision 16006)
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   sodipodi:docname="hn8.svg"
+   xml:space="preserve"
+   viewBox="0 0 16 12"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="16"
+   height="12"><defs
+   id="defs18" />
+  <title
+   id="title3096">Pancarte</title>
+  <sodipodi:namedview
+   id="namedview4"
+   bordercolor="#666666"
+   inkscape:pageshadow="2"
+   guidetolerance="10"
+   pagecolor="#ffffff"
+   gridtolerance="10"
+   inkscape:window-maximized="1"
+   inkscape:zoom="51.315992"
+   objecttolerance="10"
+   borderopacity="1"
+   inkscape:current-layer="g10"
+   inkscape:cx="8.5318819"
+   inkscape:cy="5.7643996"
+   inkscape:window-y="-8"
+   inkscape:window-x="-8"
+   inkscape:window-width="1680"
+   showgrid="true"
+   inkscape:pageopacity="0"
+   inkscape:window-height="988">
+    <inkscape:grid
+   id="grid4543"
+   type="xygrid" />
+  </sodipodi:namedview>
+  <g
+   id="g10"
+   inkscape:label="Lawn_Sign_Large"
+   inkscape:groupmode="layer"
+   transform="matrix(1.25,0,0,-1.25,0,12)">
+    
+    <rect
+   id="rect3749"
+   style="fill:#0000a0;fill-opacity:1"
+   transform="scale(1,-1)"
+   height="9.6000004"
+   width="12.8"
+   y="-9.6000004"
+   x="0" />
+    <path
+   id="rect3759"
+   style="fill:none;stroke:#ffffff;stroke-width:0.67839998;stroke-miterlimit:4;stroke-dasharray:none"
+   d="M 2.6842219,8.407381 C 2.6837888,7.6789791 1.9414953,6.9452137 1.2309486,6.9254159 l 0,-4.2688679 C 1.9482318,2.6570042 2.6972619,1.8471268 2.6842219,1.1187517 l 7.4493391,-6.82e-5 c 0.02726,0.7351116 0.778174,1.5087896 1.451606,1.5378645 l 0,4.2688679 c -0.642861,-0.00701 -1.451304,0.7670481 -1.451606,1.4819857 l -7.4493391,5.04e-5 z"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccccccccc" />
+    
+    
+    
+    
+    
+  <g
+   transform="scale(1,-1)"
+   style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+   id="text4146"><path
+     d="m 5.861626,-5.4307982 0,-0.013176 c 0,-0.00439 0.0022,-0.010981 0.00659,-0.019764 l 0,-0.026351 0,-0.026352 c 0,-0.017567 -0.0022,-0.037331 -0.00659,-0.059291 0,-0.021959 -0.0022,-0.043919 -0.00659,-0.065879 -0.013176,-0.052703 -0.039527,-0.098818 -0.079054,-0.1383455 -0.035135,-0.043919 -0.092249,-0.067553 -0.1712849,-0.065879 l -0.5204426,0 0,-0.4971595 0.4677396,0 c 0.2108122,0 0.4062527,-0.063683 0.5863214,-0.1910486 0.1844607,-0.1317576 0.3293941,-0.2443564 0.4348002,-0.4024656 0.026351,-0.035135 0.048311,-0.068075 0.065879,-0.098818 0.021959,-0.035135 0.039527,-0.070271 0.052703,-0.1054061 l 0.4677396,0 0,3.7957744 c 0,0.1054061 0.024155,0.1932446 0.072466,0.2635153 0.048311,0.065879 0.1097978,0.098818 0.1844608,0.098818 l 0.5731457,0 0,0.6215714 -2.9052558,0 0,-0.6215714 0.5204426,0 c 0.1010142,0 0.1690889,-0.02196 0.2042243,-0.065879 0.035135,-0.048311 0.052703,-0.1646974 0.052703,-0.3491577 z"
+     id="path4151"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="csccscccsccscccccscsccccscsc" /></g></g>
+<metadata
+   id="metadata16"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+         rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:publisher><cc:Agent
+           rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title>Pancarte</dc:title></cc:Work><cc:License
+       rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>
Index: /trunk/resources/images/presets/misc/housenumber_small.svg
===================================================================
--- /trunk/resources/images/presets/misc/housenumber_small.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/housenumber_small.svg	(revision 16006)
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   sodipodi:docname="housenumber_small.svg"
+   xml:space="preserve"
+   viewBox="0 0 12 9"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="12"
+   height="9"><defs
+   id="defs18" />
+  <title
+   id="title3096">Pancarte</title>
+  <sodipodi:namedview
+   id="namedview4"
+   bordercolor="#666666"
+   inkscape:pageshadow="2"
+   guidetolerance="10"
+   pagecolor="#ffffff"
+   gridtolerance="10"
+   inkscape:window-maximized="1"
+   inkscape:zoom="36.285886"
+   objecttolerance="10"
+   borderopacity="1"
+   inkscape:current-layer="g10"
+   inkscape:cx="5.2880758"
+   inkscape:cy="5.4555467"
+   inkscape:window-y="-8"
+   inkscape:window-x="-8"
+   inkscape:window-width="1680"
+   showgrid="true"
+   inkscape:pageopacity="0"
+   inkscape:window-height="988">
+    <inkscape:grid
+   id="grid4543"
+   type="xygrid" />
+  </sodipodi:namedview>
+  <g
+   id="g10"
+   inkscape:label="Lawn_Sign_Large"
+   inkscape:groupmode="layer"
+   transform="matrix(1.25,0,0,-1.25,0,9)">
+    
+    <rect
+   id="rect3749"
+   style="fill:#0000a0;fill-opacity:1"
+   transform="scale(1,-1)"
+   height="7.1999998"
+   width="9.5999994"
+   y="-7.1999998"
+   x="2.3841858e-008" />
+    <path
+   id="rect3759"
+   style="fill:none;stroke:#ffffff;stroke-width:0.50879997;stroke-miterlimit:4;stroke-dasharray:none"
+   d="M 2.0131663,6.3055349 C 2.0128414,5.7592335 1.4561213,5.2089095 0.9232113,5.1940611 l 0,-3.2016508 c 0.5379624,3.422e-4 1.099735,-0.6070659 1.089955,-1.15334716 l 5.5870041,-5.11e-5 C 7.6206154,1.3903457 8.1838008,1.9706041 8.688875,1.9924103 l 0,3.2016508 C 8.2067291,5.1888036 7.6003969,5.7693472 7.6001704,6.3055503 l -5.5870041,3.78e-5 z"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccccccccc" />
+    
+    
+    
+    
+    
+  <g
+   transform="scale(0.74999997,-0.74999997)"
+   style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+   id="text4146"><path
+     d="m 5.861626,-5.4307982 0,-0.013176 c 0,-0.00439 0.0022,-0.010981 0.00659,-0.019764 l 0,-0.026351 0,-0.026352 c 0,-0.017567 -0.0022,-0.037331 -0.00659,-0.059291 0,-0.021959 -0.0022,-0.043919 -0.00659,-0.065879 -0.013176,-0.052703 -0.039527,-0.098818 -0.079054,-0.1383455 -0.035135,-0.043919 -0.092249,-0.067553 -0.1712849,-0.065879 l -0.5204426,0 0,-0.4971595 0.4677396,0 c 0.2108122,0 0.4062527,-0.063683 0.5863214,-0.1910486 0.1844607,-0.1317576 0.3293941,-0.2443564 0.4348002,-0.4024656 0.026351,-0.035135 0.048311,-0.068075 0.065879,-0.098818 0.021959,-0.035135 0.039527,-0.070271 0.052703,-0.1054061 l 0.4677396,0 0,3.7957744 c 0,0.1054061 0.024155,0.1932446 0.072466,0.2635153 0.048311,0.065879 0.1097978,0.098818 0.1844608,0.098818 l 0.5731457,0 0,0.6215714 -2.9052558,0 0,-0.6215714 0.5204426,0 c 0.1010142,0 0.1690889,-0.02196 0.2042243,-0.065879 0.035135,-0.048311 0.052703,-0.1646974 0.052703,-0.3491577 z"
+     id="path4151"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="csccscccsccscccccscsccccscsc" /></g></g>
+<metadata
+   id="metadata16"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+         rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:publisher><cc:Agent
+           rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title>Pancarte</dc:title></cc:Work><cc:License
+       rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>
Index: /trunk/resources/images/presets/misc/information/board.svg
===================================================================
--- /trunk/resources/images/presets/misc/information/board.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/information/board.svg	(revision 16006)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Creator: CorelDRAW -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   xml:space="preserve"
+   width="16"
+   height="16"
+   style="clip-rule:evenodd;fill-rule:evenodd;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision"
+   viewBox="0 0 16 16"
+   version="1.0"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="board2.svg"
+   id="svg2"><metadata
+   id="metadata18"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview16"
+   showgrid="true"
+   units="px"
+   fit-margin-top="0"
+   fit-margin-left="0"
+   fit-margin-right="0"
+   fit-margin-bottom="0"
+   inkscape:zoom="37.677164"
+   inkscape:cx="1.6959344"
+   inkscape:cy="7.6616169"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="svg2"><inkscape:grid
+     type="xygrid"
+     id="grid4138" /></sodipodi:namedview>
+ <defs
+   id="defs4">
+  <style
+   type="text/css"
+   id="style6">
+   <![CDATA[
+    .str2 {stroke:#84C225;stroke-width:0.0762}
+    .str0 {stroke:#84C225;stroke-width:0.2}
+    .str1 {stroke:white;stroke-width:0.2}
+    .fil0 {fill:#84C225}
+    .fil1 {fill:white}
+    .fil2 {fill:#84C225;fill-rule:nonzero}
+   ]]>
+  </style>
+ 
+  
+  
+  
+  
+  <sodipodi:namedview
+   height="360px"
+   width="440px"
+   showgrid="true"
+   showborder="true"
+   inkscape:showpageshadow="false"
+   inkscape:current-layer="g2015"
+   inkscape:window-y="8"
+   inkscape:window-x="545"
+   inkscape:cy="175.14"
+   inkscape:cx="426.38288"
+   inkscape:zoom="1.05"
+   id="base"
+   pagecolor="white"
+   bordercolor="#666666"
+   borderopacity="1.0"
+   objecttolerance="10.0"
+   gridtolerance="10.0"
+   guidetolerance="10.0"
+   inkscape:pageopacity="1"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1024"
+   inkscape:window-height="749"><inkscape:grid
+     empspacing="20"
+     empopacity="0.38"
+     opacity="0.15"
+     empcolor="#3f3fff"
+     color="#3f3fff"
+     spacingy="1px"
+     spacingx="1px"
+     originy="0px"
+     originx="0px"
+     type="xygrid"
+     id="GridFromPre046Settings" /></sodipodi:namedview>
+ </defs>
+ <path
+   style="fill:#957f66;fill-opacity:1;stroke:none;stroke-width:0.15841587;stroke-opacity:1"
+   inkscape:connector-curvature="0"
+   id="path10"
+   d="M 2.9499601,0 13.05,0 C 14.232641,0 16,1.175998 16,2.95 l 0,10.100038 c 0,1.773923 -1.767359,2.949869 -2.95,2.949879 L 2.9499601,16 C 1.76732,15.999917 9.4020901e-5,14.82396 7.9971801e-5,13.049962 L 0,2.95 C 7.9971801e-5,1.175998 1.76732,0 2.95004,0 Z"
+   class="fil0 str0"
+   sodipodi:nodetypes="csssscsccc" /><ellipse
+   style="fill:#ffffff;stroke:#ffffff;stroke-width:0.15841587"
+   id="circle12"
+   cy="7.9999976"
+   cx="8"
+   class="fil1 str1"
+   rx="4.7524753"
+   ry="4.7524757" /><path
+   style="fill:#957f66;fill-opacity:1;fill-rule:nonzero;stroke:#957f66;stroke-width:0.06035645;stroke-opacity:1"
+   inkscape:connector-curvature="0"
+   d="M 7.9991286,5.884992 C 7.737583,5.884992 7.5230098,5.8078497 7.3569903,5.6519566 7.1893848,5.4960277 7.1055041,5.3065323 7.1055041,5.0802353 c 0,-0.2330354 0.083881,-0.4224987 0.2514862,-0.5700627 0.1660182,-0.1475641 0.3805941,-0.2213104 0.6421383,-0.2213104 0.2666126,0 0.4811882,0.073746 0.6471287,0.2213104 0.1643563,0.147564 0.2481591,0.3370594 0.2481591,0.5700627 0,0.2363598 -0.083802,0.4291476 -0.2481591,0.5800397 C 8.4803172,5.8094834 8.2657427,5.8849813 7.9991286,5.8849813 Z m 0.7661786,5.826056 -1.5508121,0 0,-5.0297034 1.5508121,0 0,5.0297034 z"
+   class="fil2 str2"
+   id="_1" />
+</svg>
Index: /trunk/resources/images/presets/misc/information/guidepost.svg
===================================================================
--- /trunk/resources/images/presets/misc/information/guidepost.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/information/guidepost.svg	(revision 16006)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4182"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="guidepost.svg">
+  <defs
+     id="defs4184" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="11.158886"
+     inkscape:cy="11.679222"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4741"
+       originx="0"
+       originy="1.7382813e-005" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4187">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6,1052.3622 0,-5 -2,0 0,-5 -1,0 -3,-2.5 3,-2.5 3,0 0,-1 4,0 0,1 2,0 0,5 1,0 3,2.5 -3,2.5 -3,0 0,5 z"
+       id="path4756"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccccccc" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.0000001,1052.3622 0,-6 -2,0 0,-3 2,0 0,-2 -4,0 -2.0000001,-1.5 2.0000001,-1.5 4,0 0,-1 2,0 0,1 1.9999999,0 0,3 -1.9999999,0 0,2 3.9999999,0 2,1.5 -2,1.5 -3.9999999,0 0,6 z"
+       id="path4754"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/information/information.svg
===================================================================
--- /trunk/resources/images/presets/misc/information/information.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/information/information.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Creator: CorelDRAW -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="16"
+   id="svg2"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="12.svg"
+   sodipodi:version="0.32"
+   space="preserve"
+   style="clip-rule:evenodd;fill-rule:evenodd;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision"
+   viewBox="0 0 16 16"
+   width="16"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>information sign</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>info</rdf:li>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>information</rdf:li>
+            <rdf:li>sign</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>mo</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>mo</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2"
+     inkscape:cx="8.7277629"
+     inkscape:cy="6.9779386"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="32.251801"
+     pagecolor="#ffffff"
+     showgrid="true"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid815" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4">
+    <style
+       id="style6"
+       type="text/css">
+   
+    .fil0 {fill:#EF7900}
+   
+  </style>
+  </defs>
+  <rect
+     style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:12.73160267;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect2159"
+     width="6.3737254"
+     height="13.037165"
+     x="5.0217228"
+     y="1.7384022" />
+  <g
+     id="Layer_x0020_1"
+     transform="scale(1.2706945)"
+     style="fill:#0000ff">
+    <path
+       class="fil0"
+       d="m 6.29577,0 c 3.47651,0 6.29577,2.81926 6.29577,6.29577 0,3.47651 -2.81926,6.29577 -6.29577,6.29577 C 2.81926,12.59154 0,9.77228 0,6.29577 0,2.81926 2.81926,0 6.29577,0 Z m 0.946169,4.51008 v 5.59696 h 0.746244 v 0.666294 H 7.854945 4.603355 V 10.10704 H 5.349633 V 5.17637 H 4.603355 V 4.510076 h 0.133272 2.50531 z M 5.296309,2.75105 c 0,-0.239884 0.086649,-0.455316 0.259879,-0.646332 0.17323,-0.191016 0.397573,-0.286507 0.672959,-0.286507 h 0.133272 c 0.230974,0 0.444196,0.084405 0.639633,0.253214 0.195471,0.168775 0.293172,0.395328 0.293172,0.679625 0,0.239849 -0.084371,0.455282 -0.25318,0.646298 C 6.873235,3.588364 6.646716,3.683855 6.362419,3.683855 H 6.229147 C 5.998173,3.683855 5.784951,3.59945 5.589514,3.430675 5.394043,3.261866 5.296308,3.035313 5.296308,2.75105 Z"
+       id="path10"
+       style="fill:#0000ff"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/information/informationoffice.svg
===================================================================
--- /trunk/resources/images/presets/misc/information/informationoffice.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/information/informationoffice.svg	(revision 16006)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Creator: CorelDRAW -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   xml:space="preserve"
+   width="16"
+   height="16"
+   style="shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="informationoffice4.svg"><metadata
+   id="metadata14"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview12"
+   showgrid="true"
+   inkscape:zoom="53.283555"
+   inkscape:cx="9.6337418"
+   inkscape:cy="10.753572"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="svg2"><inkscape:grid
+     type="xygrid"
+     id="grid4135" /></sodipodi:namedview>
+ <defs
+   id="defs4">
+  <style
+   type="text/css"
+   id="style6">
+   <![CDATA[
+    .str0 {stroke:white;stroke-width:0.2}
+    .fil0 {fill:#DA251D}
+   ]]>
+  </style>
+ 
+  
+  
+ </defs>
+ <rect
+   style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+   id="rect4143"
+   width="7.9022226"
+   height="14.675555"
+   x="4.0640001"
+   y="0.87288892" /><path
+   style="fill:#da251d;stroke:none;stroke-width:0.2"
+   inkscape:connector-curvature="0"
+   id="path10"
+   d="M 0,0 16,0 16,16 0,16 Z M 8,1.4 C 9.32528,1.4 10.39992,2.11656 10.39992,3 10.39992,3.88344 9.32528,4.8 8,4.8 6.67464,4.8 5.59992,3.88344 5.59992,3 5.59992,2.11656 6.67464,1.4 8,1.4 Z M 6,6 l 4,0 0,8 -4,0 z"
+   class="fil0 str0"
+   sodipodi:nodetypes="cccccsssssccccc" />
+</svg>
Index: /trunk/resources/images/presets/misc/information/map.svg
===================================================================
--- /trunk/resources/images/presets/misc/information/map.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/information/map.svg	(revision 16006)
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Creator: CorelDRAW -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   xml:space="preserve"
+   width="16"
+   height="16"
+   style="clip-rule:evenodd;fill-rule:evenodd;image-rendering:optimizeQuality;shape-rendering:geometricPrecision;text-rendering:geometricPrecision"
+   viewBox="0 0 16 16"
+   version="1.0"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="map2.svg"
+   id="svg2"><metadata
+   id="metadata18"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview16"
+   showgrid="true"
+   units="px"
+   fit-margin-top="0"
+   fit-margin-left="0"
+   fit-margin-right="0"
+   fit-margin-bottom="0"
+   inkscape:zoom="32"
+   inkscape:cx="9.3280203"
+   inkscape:cy="7.4055762"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="svg2"><inkscape:grid
+     type="xygrid"
+     id="grid4140" /></sodipodi:namedview>
+ <defs
+   id="defs4">
+  <style
+   type="text/css"
+   id="style6">
+   <![CDATA[
+    .str2 {stroke:#84C225;stroke-width:0.0762}
+    .str0 {stroke:#84C225;stroke-width:0.2}
+    .str1 {stroke:white;stroke-width:0.2}
+    .fil0 {fill:#84C225}
+    .fil1 {fill:white}
+    .fil2 {fill:#84C225;fill-rule:nonzero}
+   ]]>
+  </style>
+ </defs>
+ <g
+   id="Ebene_x0020_1"
+   transform="scale(0.8,0.8)"
+   style="stroke:none">
+  <metadata
+   id="CorelCorpID_0Corel-Layer" />
+  <path
+   class="fil0 str0"
+   d="M 3.74995,0 16.25,5e-5 C 17.7283,5.5913176e-5 20,1.5325 20,3.75 l 0,12.50005 c 0,2.2174 -2.2717,3.749894 -3.75,3.7499 L 3.74995,20 C 2.27165,19.9999 1.1774007e-4,18.46745 1e-4,16.24995 L 0,3.75 C 1e-4,1.5325 2.27165,0 3.75005,0 Z"
+   id="path10"
+   inkscape:connector-curvature="0"
+   style="fill:#84c225;stroke:none;stroke-width:0.2"
+   sodipodi:nodetypes="csssscsccc" />
+  <circle
+   class="fil1 str1"
+   cx="10"
+   cy="10"
+   r="6"
+   id="circle12"
+   style="fill:#ffffff;stroke:none;stroke-width:0.2" />
+  <path
+   id="_1"
+   class="fil2 str2"
+   d="M 9.9989,7.3298 C 9.6687,7.3298 9.3978,7.2324 9.1882,7.0356 8.9766,6.8387 8.8707,6.5995 8.8707,6.3138 8.8707,6.0196 8.9766,5.7804 9.1882,5.5941 9.3978,5.4078 9.6687,5.3147 9.9989,5.3147 c 0.3366,0 0.6075,0.0931 0.817,0.2794 0.2075,0.1863 0.3133,0.4255 0.3133,0.7197 0,0.2984 -0.1058,0.5418 -0.3133,0.7323 -0.2095,0.1884 -0.4804,0.2837 -0.817,0.2837 z m 0.9673,7.3554 -1.9579,0 0,-6.35 1.9579,0 0,6.35 z"
+   inkscape:connector-curvature="0"
+   style="fill:#84c225;fill-rule:nonzero;stroke:none;stroke-width:0.0762" />
+  <sodipodi:namedview
+   inkscape:window-height="749"
+   inkscape:window-width="1024"
+   inkscape:pageshadow="2"
+   inkscape:pageopacity="1"
+   guidetolerance="10.0"
+   gridtolerance="10.0"
+   objecttolerance="10.0"
+   borderopacity="1.0"
+   bordercolor="#666666"
+   pagecolor="white"
+   id="base"
+   inkscape:zoom="1.05"
+   inkscape:cx="426.38288"
+   inkscape:cy="175.14"
+   inkscape:window-x="545"
+   inkscape:window-y="8"
+   inkscape:current-layer="g2015"
+   inkscape:showpageshadow="false"
+   showborder="true"
+   showgrid="true"
+   width="440px"
+   height="360px"><inkscape:grid
+     id="GridFromPre046Settings"
+     type="xygrid"
+     originx="0px"
+     originy="0px"
+     spacingx="1px"
+     spacingy="1px"
+     color="#3f3fff"
+     empcolor="#3f3fff"
+     opacity="0.15"
+     empopacity="0.38"
+     empspacing="20" /></sodipodi:namedview>
+ </g>
+</svg>
Index: /trunk/resources/images/presets/misc/interpolation.svg
===================================================================
--- /trunk/resources/images/presets/misc/interpolation.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/interpolation.svg	(revision 16006)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="interpolation2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="3.0902593"
+     inkscape:cy="4.6321976"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#0087cb;fill-rule:evenodd;stroke:#0089ec;stroke-width:1.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 4,1048.3622 8,-8 0,0"
+       id="path4149"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000cd8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36399996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="4"
+       height="4"
+       x="1"
+       y="1047.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000cd8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.36399996;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="4"
+       height="4"
+       x="11"
+       y="1037.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/kiln.svg
===================================================================
--- /trunk/resources/images/presets/misc/kiln.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/kiln.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="14"
+   height="16"
+   viewBox="0 0 14 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="kiln.svg">
+  <defs
+     id="defs4">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="7.853595"
+     inkscape:cy="6.5618724"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <path
+       id="path825"
+       d="m 7,1039.3622 c -3.3122314,0 -6,0.791 -6,1.7668 v 4.0385 7.3187 c 0.0942,0.952 2.85642,0.8745 6.1093972,0.8745 3.2529778,0 5.7964028,0.078 5.8906028,-0.8745 v -7.3187 -4.0385 c 0,-0.9758 -2.687768,-1.7668 -6,-1.7668 z"
+       style="fill:#4d4d4d;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.01880572"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect835"
+       width="2"
+       height="3.0000174"
+       x="6"
+       y="1037.3622"
+       ry="0.46875" />
+    <path
+       style="fill:#ffff00;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5.5498182,1053.4685 3.2532018,-0.095 2.427718,-3.1959 -4.1653012,-4.1874 -3.8669903,5.3917 2.3513717,2.0864"
+       id="path839"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 6,1043.3622 c -0.8308972,3.8734 -3.4834066,4.7675 -3.7724138,6.7698 -0.2903148,2.0112 3.3113159,3.3302 3.822232,3.4146 0,0 -1.3789267,-1.19 -1.2419363,-2.139 0.094893,-0.6573 0.2235743,-1.0045 0.9973872,-1.7238 0.5561536,-0.517 0.7798896,-1.4926 1.2416059,-2.5404 1.643123,0.9492 3.267511,1.6017 2.783465,3.0233 -0.484046,1.4216 -3.0033155,4.1495 -0.729009,3.24 4.90312,-2.4385 3.365342,-7.0531 -3.101331,-10.0445 z"
+       id="path4355"
+       sodipodi:nodetypes="cscssczcc"
+       style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.41678873;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/manhole.svg
===================================================================
--- /trunk/resources/images/presets/misc/manhole.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/manhole.svg	(revision 16006)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="manhole2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="0.65753195"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <ellipse
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.94099998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="path816"
+       cx="8"
+       cy="1045.3622"
+       rx="8"
+       ry="7.9999828" />
+    <circle
+       style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.82337588;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="path816-4"
+       cx="8"
+       cy="1045.3622"
+       r="7" />
+    <ellipse
+       style="fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.87119669;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="path833"
+       cx="8"
+       cy="1045.3622"
+       rx="6"
+       ry="5.9999828" />
+    <circle
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.72599828;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="path833-0"
+       cx="8"
+       cy="1045.3622"
+       r="5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/monitoring_station.svg
===================================================================
--- /trunk/resources/images/presets/misc/monitoring_station.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/monitoring_station.svg	(revision 16006)
@@ -0,0 +1,250 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--part of the rodentia icon theme by sixsixfive released under CC0 (https://creativecommons.org/publicdomain/zero/1.0/) on openclipart-->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="rodentia-icons_utilities-system-sensors5.svg"
+   width="16"
+   height="16">
+  <metadata
+     id="metadata47">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview45"
+     showgrid="true"
+     inkscape:zoom="27.812867"
+     inkscape:cx="10.395811"
+     inkscape:cy="12.11614"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4175" />
+  </sodipodi:namedview>
+  <defs
+     id="0">
+    <linearGradient
+       id="D">
+      <stop
+         id="R"
+         stop-color="#2e3436" />
+      <stop
+         id="S"
+         offset="1"
+         stop-color="#babdb6" />
+    </linearGradient>
+    <linearGradient
+       id="E">
+      <stop
+         id="T"
+         stop-color="#fff" />
+      <stop
+         id="U"
+         offset="1"
+         stop-color="#fff"
+         stop-opacity="0" />
+    </linearGradient>
+    <linearGradient
+       id="F">
+      <stop
+         id="V"
+         stop-color="#d3d7cf" />
+      <stop
+         id="W"
+         offset="1"
+         stop-color="#eeeeec" />
+    </linearGradient>
+    <linearGradient
+       id="G">
+      <stop
+         id="X"
+         stop-color="#888a85" />
+      <stop
+         id="Y"
+         offset="1"
+         stop-color="#555753" />
+    </linearGradient>
+    <linearGradient
+       id="H">
+      <stop
+         id="Z"
+         stop-color="#fff"
+         stop-opacity="0.5" />
+      <stop
+         id="a"
+         offset="1"
+         stop-color="#fff"
+         stop-opacity="0" />
+    </linearGradient>
+    <linearGradient
+       id="I">
+      <stop
+         id="b"
+         stop-color="#2e3436" />
+      <stop
+         id="c"
+         offset="1"
+         stop-color="#2e3436"
+         stop-opacity="0" />
+    </linearGradient>
+    <linearGradient
+       id="J">
+      <stop
+         id="d"
+         stop-color="#eee" />
+      <stop
+         id="e"
+         offset="1"
+         stop-color="#dcdcdc" />
+    </linearGradient>
+    <radialGradient
+       cx="60.049999"
+       cy="51.389999"
+       r="15.03"
+       id="K"
+       xlink:href="#J"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.404511,1.1888571,-1,-1.1813958,199.73811,11.750541)" />
+    <radialGradient
+       cx="25.02"
+       cy="44.299999"
+       r="16.726999"
+       id="L"
+       xlink:href="#I"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.11504424,0,39.202918)" />
+    <linearGradient
+       y1="5.2649999"
+       x2="0"
+       y2="42.603001"
+       id="M"
+       xlink:href="#H"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4,0,0,0.40004104,-1.6,-1.600985)" />
+    <radialGradient
+       cx="14.11"
+       cy="9.4209995"
+       r="18.716999"
+       id="N"
+       xlink:href="#G"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.09714344,0.39278942,-0.78960068,-0.1953216,13.521788,-2.780101)" />
+    <radialGradient
+       cx="26.805"
+       cy="30.17"
+       r="14.476"
+       id="O"
+       xlink:href="#F"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4768218,-0.66869805,0.9693748,0.69136409,-33.419096,8.179519)" />
+    <linearGradient
+       x1="9"
+       y1="-17.412249"
+       x2="24"
+       y2="30.144016"
+       id="P"
+       xlink:href="#E"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4,0,0,0.40004104,-1.6,-1.600985)" />
+    <linearGradient
+       y1="8.1639996"
+       x2="0"
+       y2="39.695"
+       id="Q"
+       xlink:href="#D"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4,0,0,0.40004104,-1.6,-1.600985)" />
+  </defs>
+  <path
+     d="M 16,8 A 8,8 0 0 1 0,8 8,8 0 1 1 16,8 Z"
+     id="2"
+     inkscape:connector-curvature="0"
+     style="fill:#2e3436" />
+  <path
+     d="M 7.5,0.549236 C 1.8461344,0.649927 -1.5992295,7.981101 1.975,12.425454 l -0.0125,0.0125 c 3.2448528,4.794594 11.375379,3.608403 13.0625,-1.937698 l 0.0125,0 c 0.003,-0.0078 -0.003,-0.01716 0,-0.025 C 16.903361,5.590472 12.743582,0.092689 7.525,0.549238 c -0.00859,7.52e-4 -0.0164,-7.85e-4 -0.025,0 z"
+     id="3"
+     style="fill:url(#N)"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 8.4625,0.711752 c -0.3053856,-0.01496 -0.6232224,-0.0031 -0.9375,0.025 -0.00419,3.74e-4 -0.00831,-3.82e-4 -0.0125,0 -5.506051,0.08771 -8.8905179,7.270311 -5.3875,11.588689 3.1565128,4.664063 11.107974,3.514908 12.7375,-1.887694 0.0012,-0.0038 -0.0012,-0.0087 0,-0.0125 1.714588,-4.464543 -1.762114,-9.486373 -6.4,-9.713497 z"
+     id="4"
+     style="fill:none;stroke:url(#M);stroke-width:0.40002051"
+     inkscape:connector-curvature="0" />
+  <path
+     d="M 7.525,1.686852 C 2.8502776,1.770102 -0.10222468,8.026413 2.8625,11.712881 a 1.143021,1.1431382 0 0 1 0.1,0.150015 c 2.7315172,3.908088 9.580342,2.884508 10.975,-1.700174 a 1.143021,1.1431382 0 0 1 0.0375,-0.10001 c 1.56176,-4.088656 -1.977437,-8.758394 -6.35,-8.37586 -0.203102,0.01777 -0.213126,0.01715 -0.025,0 a 1.143021,1.1431382 0 0 1 -0.075,0 z"
+     id="5"
+     style="fill:url(#Q)"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 7.5375,2.236909 c -0.00876,7.2e-4 -0.018132,0.012 -0.025,0.0125 -0.00588,4.4e-4 -0.029384,-6.4e-4 -0.0375,0 -0.00842,2.7e-4 -0.016596,-3.15e-4 -0.025,0 -4.139902,0.155256 -6.80769476,5.836786 -4.1625,9.125936 0.043739,0.05556 0.088576,0.114447 0.125,0.175018 2.4601504,3.519833 8.743725,2.579616 10,-1.550159 0.01454,-0.04507 0.03173,-0.09383 0.05,-0.137514 1.41407,-3.702004 -1.824979,-7.972444 -5.7875,-7.625782 -0.02572,0.0022 -0.042687,-0.0017 -0.0625,0 -0.027704,9.2e-4 -0.047286,4.4e-4 -0.075,0 z"
+     id="6"
+     style="fill:url(#O)"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 8.05,2.224407 c -0.122296,0.002 -0.2511712,0.0017 -0.375,0.0125 -0.02572,0.0022 -0.042687,-0.0017 -0.0625,0 -0.027704,9.2e-4 -0.047286,4.4e-4 -0.075,0 -0.00876,7.2e-4 -0.018132,0.012 -0.025,0.0125 -0.00588,4.4e-4 -0.029384,-6.4e-4 -0.0375,0 -0.00842,2.69e-4 -0.016596,-3.15e-4 -0.025,0 -1.3598736,0.051 -2.5564348,0.699772 -3.4625,1.662671 L 5.775,5.68726 C 6.3521836,5.122075 7.14153,4.774666 8.0125,4.774666 c 0.8768956,0 1.671812,0.353104 2.25,0.925095 L 12.05,3.912081 C 11.010214,2.86499 9.5970424,2.199441 8.05,2.224407 Z"
+     id="7"
+     inkscape:connector-curvature="0"
+     style="opacity:0.9;fill:#ca5b00;fill-opacity:1" />
+  <path
+     d="m 3.9625,3.937083 c -1.8336372,1.971284 -2.4436165,5.239088 -0.675,7.438263 0.043739,0.05556 0.088576,0.114447 0.125,0.175018 0.1367508,0.195655 0.291142,0.381746 0.45,0.550057 l 1.875,-1.875193 C 5.1655236,9.646971 4.8125,8.852029 4.8125,7.974997 c 0,-0.876822 0.3532644,-1.672008 0.925,-2.25023 L 3.9625,3.937083 Z"
+     id="8"
+     inkscape:connector-curvature="0"
+     style="opacity:0.9;fill:#729300;fill-opacity:1" />
+  <path
+     d="m 12.075,3.937083 -1.7875,1.787684 c 0.571929,0.57825 0.925,1.37324 0.925,2.25023 0,0.873953 -0.356564,1.659988 -0.925,2.23773 l 1.85,1.85019 c 0.575951,-0.558345 1.02574,-1.243314 1.275,-2.062712 0.01454,-0.04507 0.03173,-0.09383 0.05,-0.137514 0.806462,-2.111299 0.10401,-4.40644 -1.3875,-5.925608 z"
+     id="9"
+     inkscape:connector-curvature="0"
+     style="opacity:0.9;fill:#c70000;fill-opacity:1" />
+  <path
+     d="m 8.815398,7.968164 a 0.799998,0.80008197 0 1 1 -1.5999956,0 0.799998,0.80008197 0 1 1 1.5999956,0 z"
+     id="A"
+     inkscape:connector-curvature="0"
+     style="fill:#555753" />
+  <rect
+     width="1.3852358"
+     height="6.4390998"
+     ry="0.70753425"
+     x="10.474097"
+     y="-3.8875353"
+     transform="matrix(0.8158332,0.57828729,-0.57820831,0.81588918,0,0)"
+     id="B"
+     rx="0.69237375"
+     style="fill:#383936;fill-opacity:1" />
+  <path
+     d="m 8.05,2.211906 c -0.1223196,0.002 -0.2511712,0.01417 -0.375,0.025 -0.02572,0.0022 -0.042687,-0.0017 -0.0625,0 -0.027704,9.2e-4 -0.047286,4.4e-4 -0.075,0 -0.00876,7.2e-4 -0.018132,0.012 -0.025,0.0125 -0.00588,4.4e-4 -0.029384,-6.4e-4 -0.0375,0 -0.00842,2.7e-4 -0.016596,-3.15e-4 -0.025,0 C 4.3795344,2.364559 2.1213858,5.523259 2.2375,8.48755 5.7904172,7.334861 9.7067168,6.244417 13.175,5.46224 12.214074,3.579482 10.271474,2.175632 8.05,2.211906 Z"
+     id="C"
+     style="opacity:0.6;fill:url(#P)"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/misc/multipolygon.svg
===================================================================
--- /trunk/resources/images/presets/misc/multipolygon.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/multipolygon.svg	(revision 16006)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="mp5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="6.7287838"
+     inkscape:cy="11.525462"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ecac00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="M 3,0 C 1.3379904,0 0,1.3379904 0,3 l 0,7 c 0,1.66201 1.3379904,3 3,3 1.3333333,0 3.6629126,-0.03157 4,1.325553 C 7.0315673,16.050699 8.3379889,16 10,16 l 3,0 c 1.662011,0 3,-1.337989 3,-3 l 0,-2 C 16,10.828411 15.97663,10.663566 15.94922,10.5 15.976626,10.336434 16,10.171589 16,10 L 16,3 C 16,1.3379904 14.66201,0 13,0 Z M 3.5,3 C 4.331,3 5,3.669 5,4.5 l 0,1 C 5,6.331 4.331,7 3.5,7 2.669,7 2,6.331 2,5.5 l 0,-1 C 2,3.669 2.669,3 3.5,3 Z m 7,1 2,0 C 13.331,4 14,4.669 14,5.5 l 0,6 c 0,0.831 -0.669,1.5 -1.5,1.5 l -2,0 C 9.669,13 9,12.331 9,11.5 l 0,-6 C 9,4.669 9.669,4 10.5,4 Z"
+       transform="translate(0,1036.3622)"
+       id="rect4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sssscsssscssssssssssssssssssss" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/name.svg
===================================================================
--- /trunk/resources/images/presets/misc/name.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/name.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="name3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="3.5456257"
+     inkscape:cy="4.9298763"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3622)">
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.39564025;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4145"
+       cx="8"
+       cy="1044.3622"
+       rx="7.3021798"
+       ry="5.3021798" />
+    <path
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0.55803571,1046.5092 c -0.23862558,0.3543 -0.56375892,5.8434 -0.20103571,5.853 1.9274363,-0.033 2.8572617,-0.6791 3.3796071,-3.5651"
+       id="path4147"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.93900001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="8"
+       height="1"
+       x="4"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.93900001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="6"
+       height="1"
+       x="4"
+       y="1045.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/no_icon.svg
===================================================================
--- /trunk/resources/images/presets/misc/no_icon.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/no_icon.svg	(revision 16006)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="no_icon.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 126.07143 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="252.14287 : 126.07143 : 1"
+       inkscape:persp3d-origin="126.07143 : 84.047623 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="2.2843151"
+     inkscape:cy="10.356284"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-334.14286,-259.36219)">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#0d0000;stroke-width:0.87272722;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4123"
+       width="15.127273"
+       height="15.127273"
+       x="334.57922"
+       y="259.79855"
+       ry="1.9715647" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/note.svg
===================================================================
--- /trunk/resources/images/presets/misc/note.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/note.svg	(revision 16006)
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="note1.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4142"
+       width="4.7276525"
+       height="15.128506"
+       x="-701.53229"
+       y="702.38928"
+       transform="matrix(0.67139867,-0.74109637,0.67139867,0.74109637,0,0)" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="5"
+       height="16.000017"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4136"
+       width="3"
+       height="14"
+       x="1"
+       y="1037.3622" />
+    <rect
+       y="1036.3622"
+       x="10"
+       height="16.000017"
+       width="5"
+       id="rect4138"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1037.3622"
+       x="11"
+       height="14"
+       width="3"
+       id="rect4140"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4144"
+       width="3.2895761"
+       height="15.351354"
+       x="-700.81329"
+       y="702.30774"
+       transform="matrix(0.67139867,-0.74109637,0.67139867,0.74109637,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/note_annotation.svg
===================================================================
--- /trunk/resources/images/presets/misc/note_annotation.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/note_annotation.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="23"
+   height="23"
+   viewBox="0 0 23 23"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="note4.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="4.940076"
+     inkscape:cy="18.437686"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1029.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4166-1"
+       width="3"
+       height="9.0000172"
+       x="20"
+       y="1029.3622" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4183"
+       d="m 17.5,1030.6622 4,6.4"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4166"
+       width="3"
+       height="9.0000172"
+       x="16"
+       y="1029.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="1"
+       height="7.0000172"
+       x="17"
+       y="1030.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="1"
+       height="7.0000172"
+       x="21"
+       y="1030.3622" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 17.5,1030.6622 4,6.4"
+       id="path4153"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/note_fixme_annotation.svg
===================================================================
--- /trunk/resources/images/presets/misc/note_fixme_annotation.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/note_fixme_annotation.svg	(revision 16006)
@@ -0,0 +1,155 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="37"
+   height="23"
+   viewBox="0 0 37 23"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="nf6.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="15.770548"
+     inkscape:cy="17.814262"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1029.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4166-1"
+       width="3"
+       height="9.0000172"
+       x="27"
+       y="1029.3622" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4183"
+       d="m 24.5,1030.6622 4,6.4"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:3.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4166"
+       width="3"
+       height="9.0000172"
+       x="23"
+       y="1029.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="1"
+       height="7.0000172"
+       x="24"
+       y="1030.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="1"
+       height="7.0000172"
+       x="28"
+       y="1030.3622" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 24.5,1030.6622 4,6.4"
+       id="path4153"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4144"
+       width="4"
+       height="3"
+       x="33"
+       y="1029.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4146"
+       width="3"
+       height="4.0000172"
+       x="33"
+       y="1031.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4166-7"
+       width="3"
+       height="9.0000172"
+       x="31"
+       y="1029.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149-2"
+       width="1"
+       height="7.0000172"
+       x="32"
+       y="1030.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4140"
+       width="3"
+       height="1"
+       x="33"
+       y="1030.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4142"
+       width="2"
+       height="1.0001045"
+       x="33"
+       y="1033.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/pipeline_marker.svg
===================================================================
--- /trunk/resources/images/presets/misc/pipeline_marker.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/pipeline_marker.svg	(revision 16006)
@@ -0,0 +1,176 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="16"
+   id="svg3042"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="10.svg">
+  <defs
+     id="defs3044" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="16.909011"
+     inkscape:cy="8.9007289"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3050"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-340px"
+       originy="-574px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3047">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-340,-462.36218)">
+    <rect
+       style="fill:#ffcc00;fill-opacity:1;stroke:none"
+       id="rect3052"
+       width="13"
+       height="16"
+       x="340"
+       y="462.36218"
+       ry="2" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect3054"
+       width="9"
+       height="1"
+       x="342"
+       y="468.36218"
+       ry="0" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect3056"
+       width="1"
+       height="5"
+       x="346"
+       y="469.36218" />
+    <rect
+       style="fill:#ffe680;fill-opacity:1;stroke:none"
+       id="rect3058"
+       width="3"
+       height="3"
+       x="341"
+       y="464.36218" />
+    <rect
+       style="fill:#ffe680;fill-opacity:1;stroke:none"
+       id="rect3060"
+       width="5"
+       height="3"
+       x="347"
+       y="464.36218" />
+    <rect
+       style="fill:#ffe680;fill-opacity:1;stroke:none"
+       id="rect3062"
+       width="4"
+       height="2"
+       x="341"
+       y="470.36218" />
+    <rect
+       style="fill:#ffe680;fill-opacity:1;stroke:none"
+       id="rect3064"
+       width="4"
+       height="2"
+       x="348"
+       y="470.36218" />
+    <rect
+       style="fill:#ffe680;fill-opacity:1;stroke:none"
+       id="rect3066"
+       width="7"
+       height="2"
+       x="343"
+       y="475.36218" />
+    <text
+       xml:space="preserve"
+       style="font-size:1.421085px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+       x="327.96674"
+       y="488.47931"
+       id="text3068"
+       sodipodi:linespacing="125%"
+       transform="scale(1.051936,0.95062818)"><tspan
+         sodipodi:role="line"
+         id="tspan3070"
+         x="327.96674"
+         y="488.47931">GAS</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-size:4.3321867px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+       x="329.89066"
+       y="483.10718"
+       id="text3068-1"
+       sodipodi:linespacing="125%"
+       transform="scale(1.0336891,0.96740886)"><tspan
+         sodipodi:role="line"
+         id="tspan3070-7"
+         x="329.89066"
+         y="483.10718">A</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-size:2.38257885px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+       x="332.9227"
+       y="483.92914"
+       id="text3068-1-4"
+       sodipodi:linespacing="125%"
+       transform="scale(1.0249278,0.97567849)"><tspan
+         sodipodi:role="line"
+         id="tspan3070-7-0"
+         x="332.9227"
+         y="483.92914">1,2</tspan></text>
+    <text
+       xml:space="preserve"
+       style="font-size:2.38257885px;font-style:normal;font-weight:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Sans"
+       x="336.36353"
+       y="489.0759"
+       id="text3068-1-4-9"
+       sodipodi:linespacing="125%"
+       transform="scale(1.0249278,0.97567849)"><tspan
+         sodipodi:role="line"
+         id="tspan3070-7-0-4"
+         x="336.36353"
+         y="489.0759">3,4</tspan></text>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/relations.svg
===================================================================
--- /trunk/resources/images/presets/misc/relations.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/relations.svg	(revision 16006)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="11"
+   viewBox="0 0 16 11"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="relations5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="7.4904607"
+     inkscape:cy="1.825691"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="5.0033631"
+       originy="1.9960983" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(5.0033631,-1043.1703)">
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.20857573;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4145"
+       cx="0.86478049"
+       cy="1048.7643"
+       r="4.2637119" />
+    <circle
+       r="4.2637119"
+       cy="1048.7643"
+       cx="5.1284928"
+       id="circle4162"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1.20857573;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/rock.svg
===================================================================
--- /trunk/resources/images/presets/misc/rock.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/rock.svg	(revision 16006)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Ebene_1"
+   x="0px"
+   y="0px"
+   width="16"
+   height="13"
+   viewBox="0 0 16 13"
+   enable-background="new 0 0 16 16"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="rock2.svg"><metadata
+   id="metadata9"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+   id="defs7" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview5"
+   showgrid="false"
+   fit-margin-top="0"
+   fit-margin-left="0"
+   fit-margin-right="0"
+   fit-margin-bottom="0"
+   inkscape:zoom="64"
+   inkscape:cx="8.3718219"
+   inkscape:cy="1.8195663"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Ebene_1"><inkscape:grid
+     type="xygrid"
+     id="grid2986"
+     empspacing="5"
+     visible="true"
+     enabled="true"
+     snapvisiblegridlinesonly="true"
+     originx="0.22577686px"
+     originy="2.4504823px" /></sodipodi:namedview>
+
+<path
+   style="fill:#636363;fill-opacity:1;stroke:#000000;stroke-width:0.89999998;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+   d="m 0.45,8.872259 c 1.6140233,1.408284 4.8950869,-0.8866663 6.4705465,4.391e-4 0.3838252,-0.6940654 1.029243,-1.56139 0,-2.2653676 -1.4392696,-0.6147503 -2.8785401,-4.886e-4 -4.3178094,0 -0.7074582,-1.1326923 -0.2086311,-2.2653766 0,-3.3980642 0.4562285,-0.8209334 0.724337,-1.6888664 2.1589047,-2.26537404 2.5810987,-0.4254466 5.1652443,-0.871682 7.5561662,0 1.474375,1.07176704 1.942152,2.22478294 2.158907,3.39806164 -0.475694,1.369464 -1.195326,2.1245872 -2.158907,2.2653766 -0.766809,0.8892275 -0.374262,1.5756988 0,2.2653676 1.300072,-0.512887 1.81114,-0.3943491 3.232192,-6.25e-5 l 0,3.3592464 -15.1,-0.0056 z"
+   id="path2988"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccccccccccccc" /><path
+   style="fill:none;stroke:#636363;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+   d="m 0.45,9.629259 0,2.597 15.1,0.006 0,-3.006"
+   id="path3758"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="cccc" /></svg>
Index: /trunk/resources/images/presets/misc/route.svg
===================================================================
--- /trunk/resources/images/presets/misc/route.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/route.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="path7.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="2.7358166"
+     inkscape:cy="9.0588769"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.5999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.79999995;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 2,1050.0051 c 2,0 3.569299,0.2606 6.9474476,-1.5908"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.0999999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 10.113409,1047.8122 c 1.909633,-1.5326 1.828126,-3.4271 -0.3188242,-3.6005 -2.9769396,-0.2404 -3.7184861,-1.2687 -1.9445121,-2.9634"
+       id="path4147"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 9.1573041,1040.2666 c 2.5616699,-1.3426 3.7980529,-1.2392 5.9185879,-1.4803"
+       id="path4149"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/stone.svg
===================================================================
--- /trunk/resources/images/presets/misc/stone.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/stone.svg	(revision 16006)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Ebene_1"
+   x="0px"
+   y="0px"
+   width="12"
+   height="11"
+   viewBox="0 0 12 11"
+   enable-background="new 0 0 16 16"
+   xml:space="preserve"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="04.svg"><metadata
+   id="metadata9"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+   id="defs7" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview5"
+   showgrid="true"
+   fit-margin-top="0"
+   fit-margin-left="0"
+   fit-margin-right="0"
+   fit-margin-bottom="0"
+   inkscape:zoom="32"
+   inkscape:cx="5.1221722"
+   inkscape:cy="3.7958654"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Ebene_1"><inkscape:grid
+     type="xygrid"
+     id="grid2986"
+     empspacing="5"
+     visible="true"
+     enabled="true"
+     snapvisiblegridlinesonly="true"
+     originx="-3.0000001px"
+     originy="2.4192323px" /></sodipodi:namedview>
+
+<path
+   style="fill:#636363;fill-opacity:1;stroke:#000000;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+   d="m 3,10 7.34375,0 C 11.314823,10 11.966704,0.50513101 10,1 0.99999999,2 0.99999999,6 0.99999999,6.6875 1.2832209,8.0984233 1.8845196,9.2548843 3,10 z"
+   id="path2984"
+   inkscape:connector-curvature="0"
+   sodipodi:nodetypes="ccccc" /></svg>
Index: /trunk/resources/images/presets/misc/street_cabinet.svg
===================================================================
--- /trunk/resources/images/presets/misc/street_cabinet.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/street_cabinet.svg	(revision 16006)
@@ -0,0 +1,242 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="street_cabinet5.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-0.6962954"
+     inkscape:cy="8.9240172"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#d3e2ff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:#333333;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4208"
+       width="7.0000014"
+       height="10.99992"
+       x="4.5000005"
+       y="1040.8621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#c87137;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.9073489e-6,1051.8621 16.0000000926511,0"
+       id="path4221"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:11.69999981;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect886"
+       width="1"
+       height="2.9999607"
+       x="6"
+       y="1046.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/streetlamp.svg
===================================================================
--- /trunk/resources/images/presets/misc/streetlamp.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/streetlamp.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="7"
+   height="16"
+   viewBox="0 0 7 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="streetlamp3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="44.8"
+     inkscape:cx="1.8237576"
+     inkscape:cy="7.6199912"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="707"
+     inkscape:window-height="443"
+     inkscape:window-x="150"
+     inkscape:window-y="150"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#333333;stroke:#000000;stroke-width:0.00098624"
+       inkscape:connector-curvature="0"
+       id="path5"
+       d="m 3.9288921,1042.2535 c 0.009,0.026 0.065,0.035 0.10691,0.049 0.0285,0.01 0.0417,0.029 0.0216,0.043 -0.0672,0.062 -0.1637,0.1189 -0.18628,0.1888 -0.0119,0.034 0.0119,0.068 0.0591,0.094 -0.027,0.024 -0.0648,0.048 -0.0614,0.076 0.006,0.026 0.0373,0.048 0.0629,0.071 -0.0229,0.012 -0.046,0.024 -0.0698,0.035 0.0478,0.3598 0.0775,0.72 0.10057,1.0802 0.0182,0.3015 0.0408,0.6032 0.0581,0.9044 0.0231,0.016 0.0832,0.021 0.0749,0.046 0.006,0.028 -0.0756,0.038 -0.0728,0.065 0.0391,0.2546 0.0388,0.5099 0.0538,0.765 0.0106,0.2476 0.0246,0.4952 0.0545,0.7424 0.0188,0.1398 0.0387,0.2799 0.0888,0.4181 0.021,0.051 0.0402,0.1028 0.0962,0.1481 -0.0667,0.08 -0.15441,0.1605 -0.15875,0.2484 -0.004,0.082 0.10491,0.1544 0.11357,0.2359 0.005,0.039 -0.0434,0.075 -0.048,0.1136 -0.0149,0.077 0.006,0.1551 0.0464,0.2301 0.0395,0.078 0.11001,0.1514 0.16184,0.2275 0.0307,0.05 0.15456,0.069 0.19479,0.1157 0.035,0.049 0.0161,0.1048 -0.0421,0.1485 -0.0553,0.044 -0.1408,0.079 -0.19789,0.1224 0.0346,0.032 0.007,0.067 0.017,0.1 0.0291,0.054 0.15937,0.075 0.21646,0.1212 0.062,0.052 0.15162,0.098 0.17437,0.1576 -0.0741,0.05 -0.19077,0.081 -0.28623,0.121 -0.0559,0.02 -0.0449,0.056 -0.0562,0.085 -0.005,0.062 -0.0164,0.1317 0.0711,0.1832 0.0105,0.03 -0.0864,0.037 -0.0689,0.067 0.12347,0.6 0.21382,1.2013 0.33559,1.8014 0.006,0.054 0.1032,0.09 0.15332,0.1354 0.0404,0.029 0.0417,0.071 -0.008,0.098 -0.0393,0.021 -0.0864,0.039 -0.12161,0.061 0.054,0.059 0.2016,0.08 0.27107,0.1334 0.0543,0.041 0.0559,0.09 0.0535,0.1364 -0.005,0.067 -0.0214,0.1349 0.011,0.2008 0.002,0.012 0.0242,0.02 0.0436,0.026 0.0883,0.029 0.20129,0.037 0.28794,0.068 0.0897,0.03 0.0945,0.104 -0.002,0.1321 -0.0722,0.025 -0.15906,0.039 -0.23177,0.064 -0.0799,0.027 -0.16416,0.052 -0.2279,0.087 -0.0662,0.037 -0.0676,0.092 -0.15287,0.1219 -0.0685,0.021 -0.15472,0.017 -0.23254,0.021 -0.13507,0 -0.26875,0.019 -0.40444,0.012 -0.22435,-0.01 -0.44126,-0.041 -0.66453,-0.054 -0.0618,-0.01 -0.12331,0 -0.18411,0.01 -0.19665,0.014 -0.38897,0.04 -0.58779,0.048 -0.13522,0.01 -0.26798,-0.011 -0.40258,-0.013 -0.0845,0 -0.18768,2e-4 -0.24863,-0.033 -0.0628,-0.036 -0.0706,-0.087 -0.14451,-0.1204 -0.11001,-0.049 -0.23874,-0.089 -0.37504,-0.1216 -0.0455,-0.013 -0.0959,-0.026 -0.1203801,-0.048 -0.0292,-0.035 -0.0144,-0.081 0.0554,-0.1035 0.0996,-0.034 0.23162,-0.041 0.32336,-0.081 0.0424,-0.072 0.0227,-0.1469 0.0172,-0.2203 -0.003,-0.048 0.004,-0.1 0.0681,-0.1392 0.0707,-0.046 0.20176,-0.067 0.2525,-0.1202 -0.0317,-0.04 -0.14776,-0.058 -0.15457,-0.105 -0.0119,-0.076 0.175,-0.1187 0.18242,-0.1926 0.12192,-0.6001 0.21197,-1.2014 0.33575,-1.8014 0.0194,-0.03 -0.0752,-0.036 -0.0695,-0.064 0.0908,-0.06 0.0804,-0.1376 0.0674,-0.2072 -0.009,-0.021 -0.005,-0.046 -0.0423,-0.06 -0.0972,-0.042 -0.21769,-0.073 -0.29552,-0.1241 0.0209,-0.061 0.11341,-0.1076 0.17577,-0.1601 0.0551,-0.042 0.16694,-0.062 0.2084,-0.1091 0.0249,-0.036 -0.017,-0.076 0.0233,-0.1104 -0.0654,-0.049 -0.16601,-0.087 -0.21877,-0.1405 -0.0407,-0.038 -0.05,-0.084 -0.0253,-0.1248 0.0353,-0.051 0.16865,-0.07 0.20005,-0.1223 0.05,-0.074 0.11806,-0.1452 0.15767,-0.2206 0.0423,-0.079 0.0665,-0.161 0.0481,-0.2422 -0.008,-0.037 -0.0523,-0.07 -0.0467,-0.1073 0.008,-0.077 0.10599,-0.145 0.1131,-0.222 0.006,-0.093 -0.0881,-0.1775 -0.15812,-0.2619 0.0689,-0.058 0.0864,-0.1245 0.11,-0.1885 0.0583,-0.1891 0.0763,-0.3802 0.0953,-0.5708 0.0229,-0.2643 0.0334,-0.5287 0.0455,-0.7931 0.009,-0.174 0.0136,-0.3482 0.0427,-0.5217 0.002,-0.027 -0.0797,-0.037 -0.0729,-0.064 -0.0106,-0.025 0.0531,-0.029 0.0747,-0.046 0.0141,-0.2753 0.0376,-0.5507 0.0523,-0.8261 0.0252,-0.3874 0.0551,-0.775 0.1063,-1.162 -0.0187,-4e-4 -0.0373,-8e-4 -0.0559,-10e-4 -0.006,0 -0.0175,-0.012 -0.0232,-0.016 0.009,-0.029 0.0489,-0.055 0.0385,-0.085 -0.01,-0.024 -0.0395,-0.044 -0.0633,-0.065 0.0345,-0.017 0.08,-0.037 0.0663,-0.063 -0.0153,-0.09 -0.14389,-0.1616 -0.22357,-0.2404 -0.005,-0.04 0.0798,-0.064 0.15379,-0.074"
+       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+    <g
+       id="_x23_fdee21ff"
+       transform="matrix(0.01942266,0,0,0.01715941,-6.6184579,1034.3756)">
+      <path
+         d="m 411.84,271.94 c 37.19,-14.82 74.37,-29.66 111.54,-44.54 0.08,53.27 -0.1,106.55 -0.1,159.83 -23.4,8.55 -46.78,17.19 -70.31,25.35 -12.49,-42.89 -25.24,-85.71 -37.82,-128.57 -1.14,-4.01 -2.53,-7.96 -3.31,-12.07 z"
+         id="path8"
+         inkscape:connector-curvature="0"
+         style="fill:#fdee21;stroke:#fdee21;stroke-width:0.0938" />
+      <path
+         d="m 536.31,228.72 c 30.81,16.87 61.58,33.81 92.41,50.64 -9.7,44.98 -19.75,89.89 -29.55,134.84 -21.01,-8.85 -41.92,-17.93 -62.89,-26.88 0,-52.87 -0.05,-105.74 0.03,-158.6 z"
+         id="path10"
+         inkscape:connector-curvature="0"
+         style="fill:#fdee21;stroke:#fdee21;stroke-width:0.0938" />
+    </g>
+    <path
+       d="m 2.8466721,1036.4521 c 0.23269,-0.1008 0.5048,-0.1121 0.7571,-0.074 0.13557,0.025 0.28027,0.07 0.36495,0.1729 0.0738,0.09 0.0577,0.2227 -0.0299,0.3012 -0.0658,0.063 -0.15557,0.1376 -0.1245,0.2332 0.0315,0.1398 0.19384,0.1952 0.30571,0.2764 0.0798,0.054 0.10605,0.1471 0.095,0.2325 0.18762,0.1639 0.48362,0.1769 0.65843,0.3552 0.18665,0.1936 0.23152,0.4638 0.42691,0.6524 0.16062,0.1486 0.39389,0.2071 0.6155,0.245 0.0113,0.024 0.02,0.05 0.0375,0.072 0.0923,0.1057 0.2814303,0.093 0.3637803,0.2073 -0.067,0.083 -0.18102,0.12 -0.2872603,0.1476 -0.10138,0.025 -0.20704,0.036 -0.31212,0.031 -0.17966,0.3439 -0.23424,0.7231 -0.32319,1.09 -0.10391,0.4209 -0.21326,0.8411 -0.29911,1.2653 -0.0381,0.036 -0.0779,0.071 -0.11401,0.1079 -0.014,0.047 0.022,0.093 0.0225,0.1404 -0.0229,0.044 -0.0897,0.031 -0.13091,0.017 -0.007,-0.055 0.027,-0.1119 -0.002,-0.1646 -0.10779,-8e-4 -0.22472,0.02 -0.29911,0.095 -0.14955,0.1481 -0.15111,0.3654 -0.2859,0.5215 -0.10532,0.4458 -1.28448,-0.192 -1.67714,-0.5237 -0.0868,-0.085 -0.2189,-0.1196 -0.34534,-0.1153 -0.009,0.044 0.0161,0.086 0.0109,0.1304 -0.027,0.03 -0.0796,0.019 -0.11246,0 -0.0301,-0.037 0.003,-0.084 0.002,-0.1251 -0.0285,-0.042 -0.0697,-0.076 -0.0954,-0.1199 -0.10799,-0.1682 -0.13246,-0.3636 -0.19073,-0.5469 -0.10546,-0.3341 -0.23326,-0.6627 -0.32339,-1.0006 -0.0975,-0.3414 -0.1864502,-0.6912 -0.3828204,-1.0014 -0.18645017,0.1139 -0.42632013,0.041 -0.60249013,-0.053 0.006,-0.031 0.007,-0.066 0.0352,-0.089 0.0829,-0.07 0.21734,-0.046 0.3026,-0.1124 0.0425,-0.032 0.0383,-0.086 0.0354,-0.1301 0.0711,-0.033 0.0956,0.042 0.12780003,0.081 0.0915,-3e-4 0.1538302,-0.066 0.2301602,-0.1003 0.047,-0.026 0.1027501,-0.03 0.1567402,-0.031 0.2035501,-0.2609 0.3344601,-0.5589 0.5321801,-0.823 0.17422,-0.053 0.33796,-0.1311 0.5149,-0.1788 0.0124,-0.088 0.041,-0.1764 0.0969,-0.2514 0.0759,-0.105 0.19014,-0.1814 0.30416,-0.2516 0.0144,-0.064 0.009,-0.1367 -0.0449,-0.1863 -0.0748,-0.071 -0.19539,-0.1196 -0.21035,-0.2267 -0.0264,-0.121 0.0806,-0.2249 0.19636,-0.2733 m -1.4644602,2.5874 c 0.0151,0.071 0.0421,0.1383 0.0643,0.2071 0.2443401,0.7355 0.4919801,1.4703 0.7345701,2.2062 0.45701,-0.14 0.91112,-0.2882 1.36561,-0.435 0,-0.9142 0.003,-1.8285 0.002,-2.7425 -0.72194,0.2553 -1.44408,0.5099 -2.1664001,0.7642 m 2.4175301,-0.7416 c -0.002,0.9071 -5.8e-4,1.8143 -5.8e-4,2.7215 0.40729,0.1536 0.81342,0.3094 1.22149,0.4612 0.19034,-0.7713 0.38554,-1.5419 0.57394,-2.3137 -0.5988,-0.2888 -1.19644,-0.5795 -1.79485,-0.869 m -0.0973,3.7915 c -5.8e-4,0.066 -3.8e-4,0.1322 -1.9e-4,0.1984 0.0827,0.01 0.1515,0.05 0.21948,0.089 0.0592,0.031 0.1445,0.061 0.20258,0.012 0.17383,-0.1187 0.18684,-0.3281 0.25793,-0.4974 -0.22919,0.059 -0.46304,0.1086 -0.67979,0.1987 m -0.88218,-0.1739 c 0.02,0.096 0.048,0.1931 0.10391,0.2785 0.0625,0.1018 0.16878,0.1771 0.28804,0.2226 0.0892,-0.034 0.20801,-0.073 0.2253,-0.1688 -0.005,-0.069 -0.0748,-0.115 -0.13363,-0.1517 -0.14839,-0.084 -0.31562,-0.1373 -0.48362,-0.1806 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       style="fill:#333333;stroke:#000000;stroke-width:0.00171241"
+       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/tomb.svg
===================================================================
--- /trunk/resources/images/presets/misc/tomb.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/tomb.svg	(revision 16006)
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="14"
+   height="16"
+   viewBox="0 0 14 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="tomb.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="0.6777703"
+     inkscape:cy="8.9734853"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1920"
+     inkscape:window-height="1027"
+     inkscape:window-x="1272"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-left="0.1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#916f6f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="10"
+       height="11.3"
+       x="2"
+       y="3.7" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#241c1c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4136"
+       width="6"
+       height="11"
+       x="4"
+       y="4" />
+    <path
+       style="fill:#916f6f;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1,4 6,-4 6,4 -12,0"
+       id="path4138"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#916f6f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.8;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4137"
+       width="14"
+       height="1"
+       x="0"
+       y="15" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#916f6f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4139"
+       width="12"
+       height="2"
+       x="1"
+       y="14" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/valve.svg
===================================================================
--- /trunk/resources/images/presets/misc/valve.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/valve.svg	(revision 16006)
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="100.5"
+   height="100.5"
+   id="svg3010">
+  <defs
+     id="defs3012" />
+  <metadata
+     id="metadata3015">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(-286.89286,-470.68361)"
+     id="layer1">
+    <rect
+       width="100"
+       height="100"
+       x="287.14285"
+       y="470.93362"
+       id="imagebot_36"
+       style="fill:#c0c0c0;stroke:#000000;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none" />
+    <rect
+       width="14.585"
+       height="45.249001"
+       x="330.74487"
+       y="492.3006"
+       id="imagebot_32"
+       style="fill:#d1d1d1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none" />
+    <path
+       d="m 297.84386,565.10661 v -51.555 l 40.269,25.778 40.269,-25.778 v 51.555 l -40.269,-25.777 -40.269,25.777 z"
+       id="imagebot_31"
+       style="fill:#d1d1d1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round" />
+    <rect
+       width="59.244999"
+       height="12.483"
+       x="308.59787"
+       y="479.80362"
+       id="imagebot_34"
+       style="fill:#d1d1d1;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:none" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/misc/watering_place.svg
===================================================================
--- /trunk/resources/images/presets/misc/watering_place.svg	(revision 16006)
+++ /trunk/resources/images/presets/misc/watering_place.svg	(revision 16006)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Ebene_2"
+   x="0px"
+   y="0px"
+   width="16"
+   height="11"
+   viewBox="0 0 16 11"
+   enable-background="new 0 0 16 11"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="02.svg"><metadata
+   id="metadata19"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+   id="defs17">
+</defs>
+<polygon
+   style="fill:#666666"
+   id="polygon5"
+   points="19,6 16.942,9.3 12.828,9.3 10.771,6 12.144,6 "
+   transform="matrix(0.88888889,0,0,1,-0.88888889,-6)" /><polygon
+   style="fill:#734a08"
+   id="polygon7"
+   points="1,13.7 10.872,6 19,6 9.229,13.7 "
+   transform="matrix(0.88888889,0,0,1,-0.88888889,-6)" /><polygon
+   style="fill:#0092da"
+   id="polygon9"
+   points="10.558,7.386 15.76,7.386 9.506,12.313 4.24,12.313 "
+   transform="matrix(0.83947215,0,0,1,-0.11008101,-6)" /><polygon
+   style="fill:#734a08"
+   id="polygon11"
+   points="9.229,13.7 7.171,17 3.057,17 1,13.7 2.372,13.7 "
+   transform="matrix(0.88888889,0,0,1,-0.88888889,-6)" /><polyline
+   style="fill:#734a08"
+   id="polyline13"
+   points="7.171,17 16.942,9.3 19,6 9.229,13.7  "
+   transform="matrix(0.88888889,0,0,1,-0.88888889,-6)" />
+</svg>
Index: /trunk/resources/images/presets/money/atm.svg
===================================================================
--- /trunk/resources/images/presets/money/atm.svg	(revision 16006)
+++ /trunk/resources/images/presets/money/atm.svg	(revision 16006)
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="422.85715"
+   height="594.28571"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\money"
+   sodipodi:docname="atm.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="169.20564"
+     inkscape:cy="302.63872"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="797"
+     inkscape:window-height="640"
+     inkscape:window-x="386"
+     inkscape:window-y="186" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-220,-169.50504)">
+    <rect
+       style="fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2160"
+       width="422.85715"
+       height="594.28571"
+       x="220"
+       y="169.50504" />
+    <rect
+       style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3150"
+       width="36.07143"
+       height="62.5"
+       x="155"
+       y="432.5"
+       transform="translate(220,169.50504)" />
+    <rect
+       style="fill:#b3b3b3;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3148"
+       width="108.57143"
+       height="125.71429"
+       x="47.142857"
+       y="432.85715"
+       transform="translate(220,169.50504)" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3146"
+       width="35"
+       height="33.57143"
+       x="155"
+       y="495"
+       transform="translate(220,169.50504)" />
+    <rect
+       style="fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3144"
+       width="36.42857"
+       height="28.035715"
+       x="154.82143"
+       y="528.57141"
+       transform="translate(220,169.50504)" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:5.14380312;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2162"
+       width="161.99907"
+       height="21.999054"
+       x="447.57193"
+       y="687.0769" />
+    <rect
+       style="fill:#5599ff;fill-opacity:1;stroke:#000000;stroke-width:16.29839897;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3134"
+       width="317.11389"
+       height="333.7016"
+       x="276.92017"
+       y="209.79709" />
+    <path
+       style="font-size:12px;font-weight:900;fill:#333333;stroke-width:1pt;font-family:VAG Rounded Black SSi"
+       id="path828"
+       d="M 429.97329,511.86775 L 429.97329,497.461 C 419.74244,496.73021 409.30274,495.32087 398.65425,493.23295 C 388.0058,491.14503 378.45349,487.38674 369.99736,481.95811 C 361.64564,476.4251 357.46979,469.06508 357.46979,459.87822 C 357.46979,452.98804 359.6621,446.77643 364.04679,441.24336 C 368.53583,435.71035 374.01667,432.94385 380.48923,432.94385 C 383.30797,432.94385 388.37121,434.50975 395.67902,437.64167 C 402.98674,440.77359 408.93735,443.12254 413.53079,444.68845 C 418.22868,446.25438 423.70953,447.03738 429.97329,447.03738 L 429.97329,396.7704 C 416.61053,392.69887 405.38786,388.47081 396.30536,384.08615 C 387.22285,379.59713 379.86286,374.69043 374.22543,369.36623 C 368.58804,363.9376 364.51658,358.09139 362.01104,351.82758 C 359.60992,345.56376 358.40935,338.62141 358.40935,331.00042 C 358.40935,320.35195 360.28851,310.64304 364.04679,301.87375 C 367.80508,293.00002 372.92048,285.37903 379.3931,279.01083 C 385.9701,272.53827 393.64323,267.37059 402.4126,263.50795 C 411.1819,259.6453 420.36881,257.3485 429.97329,256.61776 L 429.97329,241.42804 C 429.97329,235.05985 433.15741,231.87573 439.52561,231.87573 C 445.99818,231.87573 449.2345,235.05985 449.2345,241.42804 L 449.2345,256.61776 C 457.06427,256.82657 465.36385,258.02714 474.13313,260.21945 C 483.00686,262.30736 490.52342,265.85683 496.68281,270.8679 C 502.84219,275.87894 505.92193,282.56032 505.92193,290.91204 C 505.92193,294.98357 504.98232,298.95065 503.10321,302.81332 C 501.32849,306.57159 498.7708,309.59912 495.43007,311.89583 C 492.19379,314.19258 488.53988,315.34094 484.46843,315.34094 C 481.96288,315.34094 478.93534,314.55792 475.38588,312.99197 C 471.9408,311.42607 468.80888,309.91231 465.99014,308.45071 C 463.17148,306.88476 460.40498,305.63203 457.69063,304.69242 C 454.97635,303.64847 452.15762,303.12647 449.2345,303.12647 L 449.2345,349.00884 C 471.05339,354.95947 488.53988,363.36345 501.69388,374.22065 C 514.95226,385.07793 521.58144,400.68524 521.58144,421.04265 C 521.58144,433.15266 519.33693,443.95771 514.84783,453.45781 C 510.46318,462.85349 504.6692,470.73543 497.46577,477.10362 C 490.36678,483.36745 482.58925,488.16972 474.13313,491.51042 C 465.67696,494.8511 457.37745,496.83465 449.2345,497.461 L 449.2345,511.86775 C 449.2345,518.23594 445.99818,521.42006 439.52561,521.42006 C 433.15741,521.42006 429.97329,518.23594 429.97329,511.86775 z M 429.97329,343.21487 L 429.97329,303.12647 C 424.75347,304.27484 420.47319,306.72819 417.13253,310.48645 C 413.89619,314.14034 412.27804,318.8382 412.27804,324.58001 C 412.27804,329.38228 413.89619,333.34937 417.13253,336.48128 C 420.47319,339.61311 424.75347,341.8577 429.97329,343.21487 z M 449.2345,401.7814 L 449.2345,447.03738 C 454.34992,447.03738 458.68242,444.79289 462.23188,440.30381 C 465.88576,435.81473 467.71274,430.69933 467.71274,424.95745 C 467.71274,418.38051 466.14675,413.36948 463.01491,409.92435 C 459.98737,406.37486 455.39392,403.6605 449.2345,401.7814 z " />
+    <rect
+       y="-616.21143"
+       x="-599.56348"
+       height="14.841389"
+       width="126.26997"
+       id="rect3192"
+       style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:3.73003912;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       transform="scale(-1,-1)" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 266.42857,698.07646 L 409.28571,698.07646"
+       id="path3206" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 268.92856,664.50503 L 408.21428,664.50503"
+       id="path3208" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 269.28571,630.9336 L 409.28571,630.9336"
+       id="path3210" />
+    <path
+       id="path3212"
+       d="M 266.42857,698.07646 L 409.28571,698.07646"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       id="path3214"
+       d="M 268.92856,664.50503 L 408.21428,664.50503"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       id="path3216"
+       d="M 269.28571,630.9336 L 409.28571,630.9336"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.93419689px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 338.92856,604.08319 L 338.92856,725.64116"
+       id="path3218" />
+    <path
+       id="path3220"
+       d="M 374.99999,602.75109 L 374.99999,728.40185"
+       style="fill:#decd87;fill-opacity:1;fill-rule:evenodd;stroke:#020200;stroke-width:5.08340359;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.93419689px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 302.85713,604.08319 L 302.85713,725.64116"
+       id="path3222" />
+    <rect
+       style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3194"
+       width="143.75177"
+       height="126.60889"
+       x="266.69556"
+       y="601.91486" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/money/bank.svg
===================================================================
--- /trunk/resources/images/presets/money/bank.svg	(revision 16006)
+++ /trunk/resources/images/presets/money/bank.svg	(revision 16006)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg637"
+   sodipodi:version="0.32"
+   width="102.60609"
+   height="124.61005"
+   sodipodi:docname="bank2.svg"
+   inkscape:version="0.91 r13725"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <metadata
+     id="metadata2259">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs639" />
+  <sodipodi:namedview
+     id="base"
+     showgrid="true"
+     snaptogrid="true"
+     inkscape:zoom="2.1326341"
+     inkscape:cx="88.526097"
+     inkscape:cy="53.393095"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg637"
+     units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <path
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccccc"
+     id="path645-8"
+     d="M 51.352947,0.20153197 0.32176197,54.109825 l 12.28579103,0 0,70.361755 77.490779,0 0,-70.361755 12.186428,0 L 51.352947,0.20153197 Z"
+     style="font-size:12px;fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.27694866" />
+  <path
+     sodipodi:nodetypes="cccccccccc"
+     id="path645"
+     d="m 51.353245,5.849877 -44.028782,45.18912 8.805697,0 0,67.783653 70.446164,0 0,-67.783653 8.805748,0 -44.028827,-45.18912 0,0 z"
+     style="font-size:12px;fill-rule:evenodd;stroke:#000000;stroke-width:0.25177151"
+     inkscape:connector-curvature="0" />
+  <path
+     style="font-weight:900;font-size:12px;font-family:'VAG Rounded Black SSi';fill:#ffffff;stroke-width:1pt"
+     id="path828"
+     d="m 49.138398,105.84399 0,-3.76215 c -2.671675,-0.19084 -5.397871,-0.55887 -8.178587,-1.10412 -2.780722,-0.54523 -5.275192,-1.526664 -7.483408,-2.944294 -2.180957,-1.44488 -3.271435,-3.36684 -3.271435,-5.7659 0,-1.79929 0.572499,-3.42137 1.717505,-4.86627 1.172266,-1.444875 2.603517,-2.167301 4.293756,-2.167301 0.736074,0 2.058277,0.408923 3.966618,1.226783 1.908333,0.817848 3.462263,1.431248 4.661789,1.840178 1.226792,0.40893 2.658044,0.61339 4.293762,0.61339 l 0,-13.126626 c -3.48953,-1.063219 -6.420191,-2.167328 -8.791983,-3.312327 -2.371792,-1.172265 -4.293755,-2.453579 -5.765904,-3.84394 -1.472143,-1.417622 -2.53536,-2.944291 -3.189646,-4.580007 -0.627028,-1.635718 -0.94054,-3.448635 -0.94054,-5.438762 0,-2.780716 0.490717,-5.316076 1.472148,-7.60608 0.981431,-2.317271 2.317264,-4.307393 4.00751,-5.97037 1.717498,-1.690244 3.721254,-3.039708 6.011259,-4.048399 2.290004,-1.00869 4.689056,-1.608456 7.197156,-1.799292 l 0,-3.966612 c 0,-1.662977 0.831486,-2.49447 2.49447,-2.49447 1.690237,0 2.53536,0.831493 2.53536,2.49447 l 0,3.966612 c 2.044647,0.05453 4.211975,0.36804 6.501978,0.94054 2.317265,0.545238 4.280126,1.472142 5.888582,2.780716 1.608451,1.308573 2.412683,3.053338 2.412683,5.234294 0,1.063218 -0.245364,2.099176 -0.736074,3.107868 -0.463452,0.981429 -1.131369,1.772024 -2.003751,2.37179 -0.845123,0.59976 -1.799293,0.899644 -2.862511,0.899644 -0.654287,0 -1.444882,-0.204466 -2.371785,-0.613396 -0.899649,-0.408925 -1.717505,-0.804227 -2.453579,-1.185897 -0.736075,-0.408924 -1.458512,-0.736067 -2.167326,-0.981431 -0.708808,-0.272615 -1.444882,-0.408923 -2.208217,-0.408923 l 0,11.981629 c 5.697746,1.55393 10.264125,3.748516 13.699134,6.58376 3.46226,2.835243 5.1934,6.910903 5.1934,12.226986 0,3.162385 -0.586127,5.983993 -1.758397,8.464833 -1.144999,2.45358 -2.658038,4.51186 -4.539118,6.17484 -1.853813,1.6357 -3.884824,2.88976 -6.093041,3.762154 -2.208223,0.87239 -4.375549,1.39036 -6.501978,1.55393 l 0,3.76215 c 0,1.66298 -0.845123,2.49446 -2.53536,2.49446 -1.662984,0 -2.49447,-0.83148 -2.49447,-2.49446 z m 0,-44.041692 0,-10.46859 c -1.363102,0.299876 -2.480839,0.940533 -3.353222,1.921962 -0.845122,0.954172 -1.267684,2.180958 -1.267684,3.680367 0,1.254053 0.422562,2.290003 1.267684,3.107866 0.872383,0.817855 1.99012,1.403984 3.353222,1.758395 z m 5.02983,15.293955 0,11.818053 c 1.335834,0 2.467209,-0.58613 3.394112,-1.7584 0.95417,-1.172254 1.431252,-2.508093 1.431252,-4.007501 0,-1.7175 -0.40893,-3.026073 -1.226786,-3.925724 -0.790595,-0.926903 -1.990122,-1.635716 -3.598578,-2.126428 z"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/money/dollar.svg
===================================================================
--- /trunk/resources/images/presets/money/dollar.svg	(revision 16006)
+++ /trunk/resources/images/presets/money/dollar.svg	(revision 16006)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="500" height="500">
+<path d="m 145,312 c -2,69 31,100 104,102 78,1 113,-34 109,-101 -6,-58 -62,-73 -106,-79 -48,-17 -99,-25 -99,-95 0,-48 32,-79 99,-78 60,0 97,25 96,84" style="fill:none;stroke:#000000;stroke-width:40"/>
+<path d="m 250,15 0,470" style="stroke:#000000;stroke-width:30"/>
+</svg>
Index: /trunk/resources/images/presets/money/exchange.svg
===================================================================
--- /trunk/resources/images/presets/money/exchange.svg	(revision 16006)
+++ /trunk/resources/images/presets/money/exchange.svg	(revision 16006)
@@ -0,0 +1,262 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="473.94705"
+   id="svg2818"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="exchange2.svg"
+   sodipodi:version="0.32"
+   width="509.77814"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2818"
+     inkscape:cx="198.53756"
+     inkscape:cy="388.77381"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.61399264"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs2820">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 Z"
+         id="path2823"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 Z"
+         id="path2826"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.51300001;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4182"
+     width="509.77814"
+     height="473.94705"
+     x="0"
+     y="0" />
+  <g
+     id="g2828"
+     transform="translate(-167.75446,-164.86211)">
+    <g
+       id="g2830">
+      <path
+         d="m 623.795,399.016 0,-178.901 -403.68,0 0,178.901 403.68,0 z"
+         id="path2832"
+         style="fill:none;stroke:#000000;stroke-width:42"
+         inkscape:connector-curvature="0" />
+      <path
+         d="M 421.954,309.565"
+         id="path2834"
+         style="fill:none;stroke:#000000;stroke-width:42"
+         inkscape:connector-curvature="0" />
+    </g>
+    <path
+       d="M 478.562,557.236"
+       id="path2836"
+       style="fill:#000000;stroke:#000000;stroke-width:1.85899997"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g2838">
+      <g
+         id="g2840">
+        <path
+           d="m 423.484,367.158 c 31.436,0 56.922,-25.486 56.922,-56.922 0,-31.436 -25.486,-56.922 -56.922,-56.922 -31.436,0 -56.922,25.486 -56.922,56.922 0,31.436 25.486,56.922 56.922,56.922 z"
+           id="path2842"
+           style="fill:#000000;stroke:#000000;stroke-width:1.85899997"
+           inkscape:connector-curvature="0" />
+        <path
+           d="M 423.484,310.236"
+           id="path2844"
+           style="fill:#000000;stroke:#000000;stroke-width:1.85899997"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         id="g2846">
+        <path
+           d="m 392.543,320.323 14.865,0 c 0.941,4.289 2.179,9.476 8.95,11.401 l -0.018,-16.849 c -9.273,-1.333 -22.65,-5.399 -22.65,-20.312 0,-16.764 18.547,-21.991 22.668,-21.991 l 0,-10.137 13.98,0 0,10.137 c 9.427,0.546 23.109,8.426 23.109,23.406 l -14.719,0 c -0.374,-4.447 -3.821,-8.816 -8.243,-9.128 l 0,15.448 c 11.238,1.153 24.434,5.442 24.434,20.542 0,13.185 -13.247,22.801 -24.434,23.393 l 0,10.162 -14.127,0 0,-10.31 c -8.095,-1.184 -22.896,-8.989 -23.815,-25.762 z"
+           id="path2848"
+           style="fill:#ffffff;stroke:none"
+           inkscape:connector-curvature="0" />
+        <g
+           id="g2850">
+          <path
+             d="m 416.431,287.003 0,12.799 c -9.963,-0.156 -10.157,-11.023 0,-12.799 z"
+             id="path2852"
+             style="fill:#000000;stroke:none"
+             inkscape:connector-curvature="0" />
+          <g
+             id="g2854">
+            <path
+               d="m 430.649,317.278 c 12.328,0.312 13.7,12.561 -0.014,14.52"
+               id="path2856"
+               style="fill:#000000;stroke:none"
+               inkscape:connector-curvature="0" />
+            <path
+               d="m 430.635,331.798 0.014,-14.52"
+               id="path2858"
+               style="fill:#000000;stroke:none"
+               inkscape:connector-curvature="0" />
+          </g>
+        </g>
+      </g>
+    </g>
+    <g
+       id="g2860">
+      <g
+         id="g2862">
+        <path
+           d="m 516.758,466.408 c 31.436,0 56.922,-25.486 56.922,-56.922 0,-31.437 -25.486,-56.923 -56.922,-56.923 -31.437,0 -56.923,25.486 -56.923,56.923 0,31.436 25.486,56.922 56.923,56.922 z"
+           id="path2864"
+           style="fill:#000000;stroke:#000000;stroke-width:1.85899997"
+           inkscape:connector-curvature="0" />
+        <path
+           d="M 516.758,409.486"
+           id="path2866"
+           style="fill:#000000;stroke:#000000;stroke-width:1.85899997"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         d="m 543.053,432.234 0,12.271 -52.718,0 0,-12.271 c 5.99,-4.012 9.106,-14.159 7.189,-19.588 l -11.023,0 0,-12.506 8.865,0 c -2.396,-5.663 -2.396,-7.551 -2.396,-12.507 0,-4.955 4.075,-21.113 25.4,-21.001 19.638,0.104 25.338,16.284 25.338,27.845 l -14.95,0.009 c -1,-7 -3.75,-12.75 -10.25,-12.75 -9.944,0 -9.961,6.251 -9.961,8.376 0,2.123 0.358,7.314 2.396,10.147 l 12.94,0 0,12.27 -10.544,0 c 1.317,11.21 -5.152,15.929 -5.512,19.705 l 35.226,0 z"
+         id="path2868"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       id="g2870">
+      <g
+         id="g2872">
+        <path
+           d="m 478.758,614.408 c 31.436,0 56.922,-25.486 56.922,-56.922 0,-31.437 -25.486,-56.923 -56.922,-56.923 -31.437,0 -56.922,25.486 -56.922,56.923 0,31.436 25.485,56.922 56.922,56.922 z"
+           id="path2874"
+           style="fill:#000000;stroke:#000000;stroke-width:1.85899997"
+           inkscape:connector-curvature="0" />
+        <path
+           d="M 478.758,557.486"
+           id="path2876"
+           style="fill:#000000;stroke:#000000;stroke-width:1.85899997"
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         d="m 446.766,522.577 16.535,0 15.336,27.067 16.64,-27.067 15.229,0 -24.68,43.648 18.45,0 0,13.898 -17.732,0 0,19.508 -15.096,0 0,-19.508 -18.931,0 0,-13.655 19.17,0 -24.921,-43.891 z"
+         id="path2878"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       id="g2880">
+      <g
+         id="g2882">
+        <path
+           d="m 299.258,549.908 c 31.437,0 56.923,-25.486 56.923,-56.922 0,-31.437 -25.486,-56.923 -56.923,-56.923 -31.436,0 -56.922,25.486 -56.922,56.923 0,31.436 25.486,56.922 56.922,56.922 z"
+           id="path2884"
+           style="fill:#000000;stroke:#000000;stroke-width:1.85899997"
+           inkscape:connector-curvature="0" />
+        <path
+           d="M 299.258,492.986"
+           id="path2886"
+           style="fill:#000000;stroke:#000000;stroke-width:1.85899997"
+           inkscape:connector-curvature="0" />
+      </g>
+      <g
+         id="g2888">
+        <path
+           d="m 304.973,482.13 14.378,0 0,7.189 c 3.116,-3.596 6.709,-7.43 14.377,-7.43 l 0,13.66 c -11.72,1.437 -14.377,7.687 -14.377,15.437 l 0,17.152 -14.378,0 0,-46.008 z"
+           id="path2890"
+           style="fill:#ffffff;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           d="m 301.067,482.13 0,13.538 -10.221,0 0,32.47 -14.497,0 0,-32.35 -8.626,0 0,-13.539 8.626,0 0,-12.1 c 0,-4.673 4.552,-18.932 21.685,-18.932 17.492,0 21.224,13.769 21.224,25.281 l -14.25,0 c 0,-7.387 -1,-11.263 -6.855,-11.263 -6.27,0 -7.307,4.313 -7.307,11.144 l 0,5.751 10.221,0 z"
+           id="path2892"
+           style="fill:#ffffff;stroke:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/money/money_transfer.svg
===================================================================
--- /trunk/resources/images/presets/money/money_transfer.svg	(revision 16006)
+++ /trunk/resources/images/presets/money/money_transfer.svg	(revision 16006)
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   version="1.0"
+   sodipodi:docname="atm13.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lend"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path855"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(-1.1,0,0,-1.1,-1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="TriangleOutL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="TriangleOutL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path976"
+         d="M 5.77,0 -2.88,5 V -5 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
+         transform="scale(0.8)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lend"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path837"
+         d="M 0,0 5,-5 -12.5,0 5,5 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000003pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,-10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32.939391"
+     inkscape:cx="2.5354329"
+     inkscape:cy="7.7287166"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4537" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-220,-747.79074)">
+    <rect
+       style="fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:0.27641627;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2160"
+       width="12.000006"
+       height="16.00054"
+       x="220"
+       y="747.79022" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.38892564;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect1834"
+       width="7.0000076"
+       height="1"
+       x="221"
+       y="760.79071" />
+    <rect
+       style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.74073994;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3134"
+       width="9.2592602"
+       height="9.2592602"
+       x="221.37038"
+       y="749.16107" />
+    <path
+       style="font-weight:900;font-size:12px;font-family:'VAG Rounded Black SSi';fill:#333333;stroke-width:0.0255556pt"
+       id="path828"
+       d="m 225.79698,757.35498 v -0.36817 c -0.26146,-0.0187 -0.52825,-0.0547 -0.80037,-0.10806 -0.27214,-0.0534 -0.51626,-0.14939 -0.73236,-0.28813 -0.21342,-0.1414 -0.32014,-0.32949 -0.32014,-0.56427 0,-0.17608 0.056,-0.33482 0.16808,-0.47622 0.11472,-0.14139 0.25479,-0.2121 0.42019,-0.2121 0.072,0 0.20143,0.0401 0.38819,0.12006 0.18676,0.08 0.33882,0.14006 0.45621,0.18008 0.12005,0.04 0.26013,0.06 0.4202,0.06 v -1.28461 c -0.3415,-0.10404 -0.6283,-0.2121 -0.8604,-0.32415 -0.23211,-0.11472 -0.4202,-0.24011 -0.56427,-0.37618 -0.14406,-0.13873 -0.24812,-0.28814 -0.31214,-0.44821 -0.0613,-0.16007 -0.0921,-0.33748 -0.0921,-0.53225 0,-0.27213 0.048,-0.52024 0.14407,-0.74435 0.096,-0.22677 0.22677,-0.42153 0.39219,-0.58428 0.16808,-0.16541 0.36416,-0.29747 0.58827,-0.39618 0.2241,-0.0987 0.45888,-0.15741 0.70433,-0.17608 v -0.38818 c 0,-0.16275 0.0813,-0.24412 0.24411,-0.24412 0.16542,0 0.24813,0.0813 0.24813,0.24412 v 0.38818 c 0.20009,0.006 0.41219,0.0359 0.63629,0.0921 0.22678,0.0534 0.41886,0.14406 0.57627,0.27212 0.1574,0.12807 0.23611,0.29882 0.23611,0.51225 0,0.10405 -0.024,0.20543 -0.072,0.30414 -0.0454,0.096 -0.11072,0.17342 -0.19609,0.23212 -0.0826,0.0587 -0.17608,0.088 -0.28013,0.088 -0.0641,0 -0.1414,-0.02 -0.23211,-0.06 -0.0881,-0.04 -0.16808,-0.0787 -0.24011,-0.11605 -0.072,-0.0401 -0.14274,-0.072 -0.21211,-0.096 -0.0694,-0.0267 -0.1414,-0.0401 -0.2161,-0.0401 v 1.17255 c 0.5576,0.15208 1.00448,0.36685 1.34064,0.64431 0.33882,0.27746 0.50824,0.67631 0.50824,1.19656 0,0.30947 -0.0574,0.58561 -0.17209,0.82839 -0.11205,0.24011 -0.26012,0.44154 -0.44421,0.60428 -0.18141,0.16009 -0.38018,0.2828 -0.59628,0.36818 -0.2161,0.0853 -0.42819,0.13606 -0.6363,0.15207 v 0.36817 c 0,0.16274 -0.0826,0.24411 -0.24811,0.24411 -0.16274,0 -0.24412,-0.0813 -0.24412,-0.24411 z m 0,-4.31003 v -1.02448 c -0.1334,0.0293 -0.24279,0.0921 -0.32815,0.18809 -0.0826,0.0934 -0.12407,0.21343 -0.12407,0.36017 0,0.12272 0.0414,0.2241 0.12407,0.30413 0.0853,0.08 0.19475,0.13741 0.32815,0.17209 z m 0.49223,1.49671 v 1.15654 c 0.13073,0 0.24145,-0.0573 0.33215,-0.17208 0.0934,-0.11472 0.14008,-0.24545 0.14008,-0.39218 0,-0.16808 -0.0401,-0.29614 -0.12007,-0.38419 -0.0773,-0.0907 -0.19475,-0.16007 -0.35216,-0.20809 z"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.39847499;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;marker-end:url(#Arrow2Lend)"
+       d="m 221.68015,761.32749 c 8.61568,0 8.61568,0 8.61568,0"
+       id="path832"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/bay.svg
===================================================================
--- /trunk/resources/images/presets/nautical/bay.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/bay.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="bay.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="12.337305"
+     inkscape:cy="12.333068"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       x="3.3786003e-007"
+       y="1036.3622"
+       class="st1"
+       width="16.000008"
+       height="16.000044"
+       id="rect25"
+       style="fill:#2090cf" />
+    <path
+       style="fill:#ffbe34;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 13,1036.3621 -13.00000047683724,0 0,16 L 13,1052.3621 c 0.06378,-2.2208 1.872103,-6.3842 -0.338369,-6.0546 -3.7861414,0.5645 -3.2652544,4.1333 -7.5351073,2.4749 -2.8284272,-1.4805 -2.276,-4.3753 -2.2539029,-4.994 0.022097,-0.6187 1.016466,-4.9497 5.0381358,-4.3973 4.0216704,0.5524 2.8063304,2.4086 4.5078064,2.718 2.236126,0.2491 0.686854,-3.8141 0.581437,-5.747 z"
+       id="path4269"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccscsscc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/beach.svg
===================================================================
--- /trunk/resources/images/presets/nautical/beach.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/beach.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="beach.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="2.7685029"
+     inkscape:cy="7.4972391"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       x="1.9999999"
+       y="1036.3621"
+       class="st1"
+       width="14.000003"
+       height="16.000042"
+       id="rect25-1"
+       style="fill:#2090cf" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffbe34;fill-opacity:1"
+       d="m -4.7683724e-7,1036.3621 0,16 L 11.800784,1052.362 c 0.499658,-2.4463 0.786705,-6.0014 -0.800782,-9 -1.4635294,-2.8145 -1.8382424,-5.1361 -1.8964844,-7 z"
+       id="path27-2"
+       sodipodi:nodetypes="cccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/boatyard.svg
===================================================================
--- /trunk/resources/images/presets/nautical/boatyard.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/boatyard.svg	(revision 16006)
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="15"
+   viewBox="0 0 16 15"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="boatyard.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="44.8"
+     inkscape:cx="9.7846687"
+     inkscape:cy="8.6364843"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4148"
+       width="16"
+       height="15"
+       x="0"
+       y="1037.3623" />
+    <g
+       id="Layer_2"
+       transform="matrix(0,0.05028433,0.04204333,0,-2.5686007,1028.5531)"
+       style="fill:#000000">
+      <path
+         d="m 230.667,88 5,42 20,6.333 18,-11 -6.333,-43 c 0,0 36.667,11 39.667,37.333 0,0 3.999,23 -10.334,34 l -10.999,10 c 0,0 -14,10.667 -10.667,34 l 0,204 -0.333,7.667 c 0,0 1,9 -9,9.333 l -19,0 c 0,0 -10,1.667 -11.667,-12.333 l 0,-220.334 c 0,0 1.333,-12.333 -8.333,-18.333 l -12.333,-10 c 0,0 -21.333,-16.334 -7.333,-45.667 -0.001,0 4.999,-13.999 23.665,-23.999 z"
+         id="path68800"
+         inkscape:connector-curvature="0"
+         style="fill:#000000" />
+    </g>
+    <path
+       d="m 14.744728,1049.6684 0.01563,-1.3279 -1.092296,0.017 0.329492,-0.9938 -2.391848,-0.029 0.411169,-0.984 -3.2572074,0 0.2658846,-0.9889 -3.0423737,-0.022 -0.4691449,1.3093 -1.5408468,0 -0.5702689,0.6974 -2.3403059,0 c 1.1993656,2.242 1.937388,2.999 2.960654,4.0986 4.2184181,0 5.976734,0 9.775956,-0.017 0.714666,-0.511 0.819894,-1.2805 0.945506,-1.7638 z"
+       id="path10"
+       style="fill:#000000;fill-rule:evenodd;stroke:none"
+       sodipodi:nodetypes="ccccccccccccccccc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/breakwater.svg
===================================================================
--- /trunk/resources/images/presets/nautical/breakwater.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/breakwater.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="breakwater.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="10.535456"
+     inkscape:cy="1.4562662"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       x="3.3786003e-007"
+       y="1036.3622"
+       class="st1"
+       width="16.000008"
+       height="16.000044"
+       id="rect25"
+       style="fill:#2090cf" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffbe34;fill-opacity:1"
+       d="m -4.7683724e-7,1036.3621 0,16 4.00000067683724,0 c -0.2490234,-2 0,-3 1.0000002,-5 l 5.0000016,0 c -0.1876314,-0.746 -3.3291981,-4.0584 -4.0000014,-6 -0.5745244,-1.6629 -1.0000002,-4 -1.0000002,-5 z"
+       id="path27"
+       sodipodi:nodetypes="cccccscc" />
+    <g
+       transform="matrix(1,0,0,2.0000015,-246.89999,-78.638742)"
+       id="g51">
+      <rect
+         x="249.89999"
+         y="562"
+         class="st6"
+         width="11.000007"
+         height="0.99998534"
+         id="rect53" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/cape.svg
===================================================================
--- /trunk/resources/images/presets/nautical/cape.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/cape.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="cape.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="12.337305"
+     inkscape:cy="12.333068"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       x="3.3786003e-007"
+       y="1036.3622"
+       class="st1"
+       width="16.000008"
+       height="16.000044"
+       id="rect25"
+       style="fill:#2090cf" />
+    <path
+       style="fill:#ffbe34;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 0.99793677,1036.3621 H -4.7683724e-7 v 16 H 1.0252984 c -2.192e-4,-6.9906 6.865624,-5.5412 12.4747016,-7 2.408813,-0.5562 2.410039,-1.5074 0,-2 -5.6261322,-1.5523 -12.5022814,0.024 -12.50206323,-7 z"
+       id="path4269"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/coast_line.svg
===================================================================
--- /trunk/resources/images/presets/nautical/coast_line.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/coast_line.svg	(revision 16006)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="coast_line.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="4.9807805"
+     inkscape:cy="9.8815167"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       x="3.3786003e-007"
+       y="1036.3622"
+       class="st1"
+       width="16.000008"
+       height="16.000044"
+       id="rect25"
+       style="fill:#2090cf" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffbe34;fill-opacity:1"
+       d="m -4.7683724e-7,1036.3621 0,16 9.80078297683724,0 c 0.4996585,-2.4463 0.7867055,-6.0014 -0.800782,-9 -1.463529,-2.8145 -1.838242,-5.1361 -1.896484,-7 l -7.10351697683724,0 z"
+       id="path27" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#010202"
+       d="m 6.0000006,1036.3621 c 0.0496,1.8916 0.4481683,4.5905 1.9687503,7.5625 1.386949,2.6478 1.4587272,6.0489 1.0312502,8.4375 l 1.9999999,0 c 0.490741,-2.517 0.586272,-5.945 -1,-9 -1.4515628,-2.7649 -1.953408,-5.1907 -2,-7 z"
+       id="path29"
+       sodipodi:nodetypes="ccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/dam.svg
===================================================================
--- /trunk/resources/images/presets/nautical/dam.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/dam.svg	(revision 16006)
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waterway_dam2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="6.6866533"
+     inkscape:cy="8.2375347"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="opacity:1;fill:#2090cf;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 0,3 0,16 l 16,2e-6 0,-2 c -0.03627,-2.94 -2,-4 -3,-4 l -7,0 0,-7 z"
+       transform="translate(-4.7683724e-7,1036.3621)"
+       id="rect4191-9"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccc" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6,1052.362 0,-4 7,0 1,4 z"
+       id="path4146"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6,1036.36 4,0 2,10 -6,0 z"
+       id="rect4188"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6.5,1036.8621 0,9.025 5.5,0 -2.075,-9.025 z"
+       id="path4139"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="color:#000000;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       d="m 6,12 0,4 1,0 0,-3 5.21,0 0.79 3 1,0 -1,-4 z"
+       transform="translate(-4.7683724e-7,1036.3621)"
+       id="path4141"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/ferry.svg
===================================================================
--- /trunk/resources/images/presets/nautical/ferry.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/ferry.svg	(revision 16006)
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+   ***************************************************************************
+   Bundesanstalt fuer Strassenwesen
+   RWB-Symbol Nr.: 9
+   Bezeichnung:
+   Hafen, Faehrhafen, Faehre
+   Ausdehnung in cm:
+         X_min     X_max     Y_min     Y_max
+         0.00000  15.00000   0.00000  15.00000
+-->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   version="1.0"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="43.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:modified="true">
+  <metadata
+     id="metadata17">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs15" />
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="32"
+     inkscape:cx="3.6005368"
+     inkscape:cy="11.203125"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     width="140px"
+     height="80px"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4150"
+       originx="-62"
+       originy="-33" />
+  </sodipodi:namedview>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4167"
+     width="16"
+     height="14"
+     x="0"
+     y="0" />
+  <path
+     d="m 15.999588,11.18072 -0.2388,0.135912 -0.255856,0.145616 c -0.545829,0.310657 -1.159883,0.310657 -1.70571,0 l -0.511715,-0.291232 c -0.545827,-0.310656 -1.159882,-0.310656 -1.705709,0 l -0.511725,0.291232 c -0.545828,0.310657 -1.159883,0.310657 -1.705711,0 L 8.852649,11.171016 C 8.582411,11.017211 8.292551,10.938024 7.999794,10.938024 c -0.292757,0 -0.582617,0.07918 -0.852855,0.232992 l -0.511713,0.291232 c -0.545828,0.310657 -1.159883,0.310657 -1.70571,0 L 4.41779,11.171016 c -0.545828,-0.310656 -1.159882,-0.310656 -1.705709,0 l -0.511715,0.291232 c -0.545827,0.310657 -1.159882,0.310657 -1.705709,0 L 0.2388,11.316632 0,11.18072 l 0,1.304759 0.2388,0.135913 0.255857,0.145616 c 0.545827,0.310656 1.159882,0.310656 1.705709,0 l 0.511715,-0.291233 c 0.545827,-0.310656 1.159881,-0.310656 1.705709,0 l 0.511726,0.291233 c 0.545827,0.310656 1.159882,0.310656 1.70571,0 l 0.511713,-0.291233 c 0.270238,-0.153805 0.560098,-0.232992 0.852855,-0.232992 0.292757,0 0.582617,0.07918 0.852855,0.232992 l 0.511713,0.291233 c 0.545828,0.310656 1.159883,0.310656 1.705711,0 l 0.511725,-0.291233 c 0.545827,-0.310656 1.159882,-0.310656 1.705709,0 l 0.511715,0.291233 c 0.545827,0.310656 1.159881,0.310656 1.70571,0 l 0.255856,-0.145616 0.2388,-0.135913 0,-1.304759 z"
+     id="path6-6"
+     style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     inkscape:connector-curvature="0" />
+  <!--
+   ***************************************************************************
+-->
+  <!--
+      INHALT
+-->
+  <path
+     d="m 15.999588,8.217062 -0.2388,0.135913 -0.255856,0.145616 c -0.545829,0.310656 -1.159883,0.310656 -1.70571,0 L 13.287507,8.207358 c -0.545827,-0.310656 -1.159882,-0.310656 -1.705709,0 l -0.511725,0.291233 c -0.545828,0.310656 -1.159883,0.310656 -1.705711,0 L 8.852649,8.207358 C 8.582411,8.053553 8.292551,7.974366 7.999794,7.974366 c -0.292757,0 -0.582617,0.07918 -0.852855,0.232992 L 6.635226,8.498591 c -0.545828,0.310656 -1.159883,0.310656 -1.70571,0 L 4.41779,8.207358 c -0.545828,-0.310656 -1.159882,-0.310656 -1.705709,0 L 2.200366,8.498591 c -0.545827,0.310656 -1.159882,0.310656 -1.705709,0 L 0.2388,8.352975 0,8.217062 0,9.521821 0.2388,9.657734 0.494657,9.80335 c 0.545827,0.310656 1.159882,0.310656 1.705709,0 L 2.712081,9.512117 c 0.545827,-0.310656 1.159881,-0.310656 1.705709,0 L 4.929516,9.80335 c 0.545827,0.310656 1.159882,0.310656 1.70571,0 L 7.146939,9.512117 C 7.417177,9.358312 7.707037,9.279125 7.999794,9.279125 c 0.292757,0 0.582617,0.07918 0.852855,0.232992 L 9.364362,9.80335 c 0.545828,0.310656 1.159883,0.310656 1.705711,0 l 0.511725,-0.291233 c 0.545827,-0.310656 1.159882,-0.310656 1.705709,0 l 0.511715,0.291233 c 0.545827,0.310656 1.159881,0.310656 1.70571,0 l 0.255856,-0.145616 0.2388,-0.135913 0,-1.304759 z"
+     id="path6"
+     style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     inkscape:connector-curvature="0" />
+  <!--
+       OBERE WASSERWELLE
+       UNTERE WASSERWELLE
+-->
+  <!--
+      SCHIFF
+-->
+  <path
+     d="m 14.744728,5.3193174 0.01563,-1.3278205 -1.092296,0.016849 0.329492,-0.9938315 -2.391848,-0.02903 L 12.016875,2.0014552 8.7596676,2 9.0255522,1.0110491 5.9831785,0.988952 5.5140336,2.2982562 3.9731868,2.3017462 3.4029179,2.9991217 1.062612,3.000939 C 2.2619776,5.2429628 3,6 4.023266,7.0995886 c 0.545827,0.227428 1.159882,0.227428 1.70571,0 0.7530013,-0.1950567 1.1153851,-0.2986114 1.8880055,-0.321279 0.292757,0 0.9654295,0.05797 1.2356675,0.170571 l 0.511713,0.213208 c 0.545828,0.227428 1.159883,0.227428 1.705711,0 l 0.511725,-0.213208 c 0.545827,-0.227428 1.159882,-0.227428 1.705709,0 l 0.511715,0.213208 c 0.714666,-0.5110313 0.819894,-1.3594745 0.945506,-1.8427712 z"
+     id="path10"
+     style="fill:#000000;fill-rule:evenodd;stroke:none"
+     sodipodi:nodetypes="ccccccccccccccccccccccc"
+     inkscape:connector-curvature="0" />
+  <!--
+      HECK
+      AUFBAU
+      SCHORNSTEIN UNTERTEIL
+      VORDECK
+      BUG
+      GEWELLTE WASSERLINIE
+      SCHORNSTEIN
+-->
+</svg>
Index: /trunk/resources/images/presets/nautical/groyne.svg
===================================================================
--- /trunk/resources/images/presets/nautical/groyne.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/groyne.svg	(revision 16006)
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="groyne2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-3.961104"
+     inkscape:cy="4.0710422"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="false"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       x="-4.7683727e-007"
+       y="1036.3621"
+       class="st1"
+       width="16.000011"
+       height="16.000046"
+       id="rect25-2"
+       style="fill:#208ece;fill-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffbe34;fill-opacity:1"
+       d="m -1.9881402e-7,1036.362 0,16 7.24902599881402,0 c 0.499658,-2.4463 0.786705,-6.0014 -0.800782,-9 -1.46353,-2.8145 -1.838243,-5.1361 -1.896485,-7 z"
+       id="path27-8"
+       sodipodi:nodetypes="cccccc" />
+    <g
+       transform="matrix(0.33898304,0,0,2.0000018,-79.813555,-61.038921)"
+       id="g55-9">
+      <rect
+         x="250.2"
+         y="553.70001"
+         class="st6"
+         width="5.9000001"
+         height="1"
+         id="rect57-1" />
+    </g>
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4290"
+       width="1.9999993"
+       height="2.0000401"
+       x="7.0000024"
+       y="1046.3621" />
+    <g
+       transform="matrix(0.33898304,0,0,2.0000018,-75.813555,-61.038895)"
+       id="g55-9-6">
+      <rect
+         x="250.2"
+         y="553.70001"
+         class="st6"
+         width="5.9000001"
+         height="1"
+         id="rect57-1-2" />
+    </g>
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4290-6"
+       width="1.9999996"
+       height="2.0000403"
+       x="11.000005"
+       y="1046.3622" />
+    <g
+       transform="matrix(0.33898304,0,0,2.0000018,-71.813554,-61.038895)"
+       id="g55-9-6-4">
+      <rect
+         x="250.2"
+         y="553.70001"
+         class="st6"
+         width="5.9000001"
+         height="1"
+         id="rect57-1-2-4" />
+    </g>
+    <g
+       transform="matrix(0.33898304,0,0,2.0000018,-81.813558,-68.038921)"
+       id="g55-9-3">
+      <rect
+         x="250.2"
+         y="553.70001"
+         class="st6"
+         width="5.9000001"
+         height="1"
+         id="rect57-1-0" />
+    </g>
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4290-3"
+       width="1.9999996"
+       height="2.0000403"
+       x="5.0000014"
+       y="1039.3622" />
+    <g
+       transform="matrix(0.33898304,0,0,2.0000018,-77.813558,-68.038921)"
+       id="g55-9-6-2">
+      <rect
+         x="250.2"
+         y="553.70001"
+         class="st6"
+         width="5.9000001"
+         height="1"
+         id="rect57-1-2-7" />
+    </g>
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4290-6-1"
+       width="2"
+       height="2.0000405"
+       x="9.0000048"
+       y="1039.3623" />
+    <g
+       transform="matrix(0.33898304,0,0,2.0000018,-73.813557,-68.038921)"
+       id="g55-9-6-4-2">
+      <rect
+         x="250.2"
+         y="553.70001"
+         class="st6"
+         width="5.9000001"
+         height="1"
+         id="rect57-1-2-4-0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/lock_gate.svg
===================================================================
--- /trunk/resources/images/presets/nautical/lock_gate.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/lock_gate.svg	(revision 16006)
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16.000103"
+   height="11"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="lock_gate7.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="20.194162"
+     inkscape:cy="10.208621"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4143"
+       originx="-191.03119"
+       originy="-139.93956" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-430.5312,-479.06553)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.02750115;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4141"
+       width="15.972578"
+       height="10.972499"
+       x="430.54495"
+       y="479.07928" />
+    <rect
+       style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-opacity:1"
+       id="rect2165"
+       width="2.3882399"
+       height="2.0347366"
+       x="436.11157"
+       y="480.9838" />
+    <rect
+       style="fill:#0000ff;fill-opacity:1;stroke:#000000;stroke-width:0.0335051;stroke-opacity:1"
+       id="rect2162"
+       width="11.895884"
+       height="2.0676248"
+       x="430.54797"
+       y="487.98114" />
+    <rect
+       style="fill:#0000ff;fill-opacity:1;stroke:#000000;stroke-width:0.01417625;stroke-opacity:1"
+       id="rect2164"
+       width="3.9329076"
+       height="2.7384667"
+       x="442.59131"
+       y="481.7821" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.02220934;stroke-opacity:1"
+       id="rect2160"
+       width="2.9476049"
+       height="10.032261"
+       x="441.52005"
+       y="480.02216" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:#000000;stroke-width:0.03800494;stroke-opacity:1"
+       id="rect2166"
+       width="0"
+       height="0.43434215"
+       x="454.94067"
+       y="497.67023" />
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.04456897;stroke-opacity:1"
+       d="m 431.35877,486.03705 c 0.32342,1.14005 1.12585,1.94383 2.07054,1.94383 l 4.44841,0 c 0.94461,0 1.74707,-0.80395 2.07054,-1.94383 l -8.58949,0 z"
+       id="rect2168"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03800494;stroke-opacity:1"
+       id="rect2176"
+       width="0.54292768"
+       height="6.9494743"
+       x="435.54517"
+       y="480.2738"
+       ry="0.27146384" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#6c6c6c;stroke-width:0.03800494px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 438.80275,486.89752 -3.04039,-5.75504 -2.93181,5.64645"
+       id="path2180"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/marina.svg
===================================================================
--- /trunk/resources/images/presets/nautical/marina.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/marina.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg3140"
+   sodipodi:docname="ancla3.svg"
+   viewBox="0 0 14 16"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="14"
+   height="16">
+  <defs
+     id="defs10" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     pagecolor="#ffffff"
+     inkscape:zoom="22.4"
+     showgrid="false"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="2.7442557"
+     inkscape:cy="7.7448563"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <g
+     id="layer1"
+     inkscape:label="Capa 1"
+     inkscape:groupmode="layer"
+     transform="translate(-72.089995,-959.94004)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffff00;stroke-width:0.00749496;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4140"
+       width="13.992505"
+       height="15.992505"
+       x="72.093742"
+       y="959.94379"
+       ry="0.015582588" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 79.081953,960.99629 c -0.982567,0 -1.779784,0.75097 -1.779784,1.67654 0,0.7634 0.543103,1.40654 1.284409,1.60897 l 0,0.68624 -0.219674,0 c -0.165058,0 -0.302351,0.10777 -0.336239,0.25339 l -2.297605,0 c -0.114008,-0.39349 -0.396067,-0.67359 -0.726277,-0.67359 -0.430878,0 -0.782295,0.47514 -0.782295,1.06004 0,0.58485 0.351427,1.06002 0.782295,1.06002 0.334902,0 0.620017,-0.28811 0.730798,-0.69049 l 2.293158,0 c 0.0346,0.14469 0.171882,0.25339 0.336229,0.25339 l 0.08066,0 c -0.243331,2.63089 0.0021,6.33148 -0.851801,6.43392 -0.959472,0.0737 -2.873099,-1.83803 -2.743702,-1.9806 0.128272,-0.0604 0.521197,-0.0412 0.61419,-0.0359 l 0.582818,-0.44343 -2.898349,-1.39788 0.163625,3.47985 0.0605,-0.0465 c 0.288639,-0.37634 0.661282,-0.97767 0.71507,-1.06213 0.252436,0.69422 0.83121,1.43626 1.315823,2.06507 0.815153,1.00679 3.049705,2.16534 5.216183,1.38308 2.059539,-0.5594 2.529728,-2.3727 3.485687,-3.43125 0.04808,0.0756 0.350769,0.56559 0.62092,0.93752 l 0.217423,0.15838 0.08523,-3.48404 -2.867008,1.45694 0.52678,0.38431 c 0.08438,-0.005 0.488455,-0.0254 0.61868,0.0359 0.209103,0.3334 -1.44538,1.53268 -1.76415,1.72303 -1.268054,0.58017 -1.377296,0.13835 -1.504125,-0.39064 -0.111694,-0.46597 -0.31047,-4.72845 -0.358644,-5.78565 l 0.114316,0 c 0.164357,0 0.301629,-0.1087 0.336239,-0.25339 l 2.293158,0 c 0.110739,0.40235 0.395865,0.69049 0.730799,0.69049 0.430878,0 0.782294,-0.47514 0.782294,-1.06003 0,-0.58486 -0.351437,-1.06003 -0.782294,-1.06003 -0.330211,0 -0.612269,0.28009 -0.726277,0.67359 l -2.297605,0 c -0.03386,-0.14562 -0.171182,-0.25339 -0.33624,-0.25339 l -0.219673,0 0,-0.68624 c 0.741337,-0.20249 1.284408,-0.84564 1.284408,-1.60897 0,-0.92557 -0.797216,-1.67654 -1.779783,-1.67654 z m 0,0.74326 c 0.546859,0 0.990739,0.41818 0.990739,0.93328 0,0.51515 -0.443911,0.93327 -0.990739,0.93327 -0.546871,0 -0.99075,-0.41816 -0.99075,-0.93327 0,-0.51514 0.443911,-0.93328 0.99075,-0.93328 z"
+       style="fill:#4261a0;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.11307544px"
+       sodipodi:nodetypes="cscccccsssccccccccccccccccccccccsccccssscccccsccsssc"
+       id="path3181-6" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-rule:evenodd"
+       d="m 79.09091,961.1865 c -0.212892,0.005 -0.453112,0.0386 -0.717298,0.11402 -0.02558,0.0241 0.02537,0.19125 0.486406,0.0465 0.461158,-0.1448 1.331532,0.19335 1.15221,0.0486 -0.123305,-0.0996 -0.452911,-0.22071 -0.921318,-0.20905 z m 0.302638,3.1251 -0.05381,0.006 c -0.0096,10e-4 -0.01613,0.0407 -0.01571,0.0866 l 0.01794,0.52786 c 4.25e-4,0.046 0.0085,0.0815 0.01794,0.0803 l 0.05158,-0.006 c 0.0096,-10e-4 0.01613,-0.0407 0.0156,-0.0866 l -0.0156,-0.52793 c -4.35e-4,-0.0459 -0.0085,-0.0814 -0.01794,-0.0802 z m -4.095399,0.46244 c -0.144097,0 -0.311447,0.0853 -0.33175,0.076 -0.125311,0.21561 0.178038,0.26182 0.28018,0.26182 0.102524,0 0.205293,-0.33785 0.05158,-0.33785 z m 7.914768,0 c -0.1535,0 -0.05307,0.33785 0.04946,0.33785 0.102524,0 0.410298,-0.0468 0.282621,-0.26398 0,0.0242 -0.1779,-0.0739 -0.332122,-0.0739 z m -3.43382,0.3463 -1.414453,0.0105 c -0.05179,4e-4 -0.09106,0.008 -0.08968,0.0169 l 0,0.004 -0.02017,0.004 c -0.0096,10e-4 -0.01613,0.0399 -0.01571,0.0887 l 0.0021,0.21109 c 4.25e-4,0.0488 0.0085,0.0879 0.01794,0.0866 l 0.06729,-0.0105 c 0.0096,-10e-4 0.01603,-0.0421 0.01571,-0.0908 l -0.0021,-0.20906 c -7.5e-5,-0.007 -0.0021,-0.0106 -0.0021,-0.0169 0.01305,10e-4 0.02484,0.002 0.04033,0.002 l 1.414389,-0.0105 c 0.01337,-1.4e-4 0.02218,-0.003 0.03364,-0.004 -0.001,0.0112 -0.0021,0.0208 -0.0021,0.0338 l 0.0064,0.73909 c -0.01645,-0.002 -0.03587,-0.004 -0.05827,-0.004 l -0.224163,0.002 c -0.05179,4.1e-4 -0.09106,0.008 -0.08968,0.0169 l 0.0085,0.0633 c 0.0011,0.009 0.04457,0.0152 0.09637,0.0148 l 0.22186,-0.002 c 0.0225,-2e-4 0.04256,-0.004 0.05837,-0.006 0.0011,0.002 0.0032,0.004 0.0042,0.004 l 0.06272,-0.008 c 0.0096,-10e-4 0.01613,-0.0386 0.01571,-0.0845 l -0.0064,-0.74752 c -4.35e-4,-0.0459 -0.0085,-0.0814 -0.01794,-0.0802 l -0.02462,0.004 -0.0021,-0.0127 c -0.0011,-0.009 -0.04458,-0.0151 -0.09637,-0.0147 z m 2.472628,0.21744 -1.918796,0.0148 c -0.04882,4.1e-4 -0.0866,0.008 -0.08533,0.0169 l 0.0064,0.0507 c 0.0011,0.009 0.04065,0.0152 0.08936,0.0148 l 1.918796,-0.0169 c 0.04882,-4.1e-4 0.08682,-0.008 0.08533,-0.0169 l -0.0064,-0.0486 c -0.0011,-0.009 -0.04086,-0.0152 -0.08968,-0.0148 z m -4.510283,0.0232 -1.916492,0.0169 c -0.04872,4e-4 -0.08873,0.008 -0.08745,0.0169 l 0.0085,0.0486 c 0.0011,0.009 0.04097,0.0152 0.08968,0.0148 l 1.918796,-0.0148 c 0.04872,-4.1e-4 0.08639,-0.008 0.08523,-0.0169 l -0.0064,-0.0507 c -0.0011,-0.009 -0.0432,-0.0152 -0.09202,-0.0148 z m 1.672261,0.84253 c -0.0053,-2.7e-4 -0.0096,10e-4 -0.01571,0.002 l -0.01114,0.002 c -0.04606,0.007 -0.08268,0.0491 -0.08066,0.095 l 0.244318,5.69925 c 0.0021,0.046 0.04139,0.077 0.08745,0.0696 l 0.01114,-0.002 c 0.04606,-0.007 0.08045,-0.0493 0.07843,-0.0953 l -0.244317,-5.69897 c -0.0021,-0.0401 -0.0312,-0.0702 -0.06952,-0.0718 z m -5.895401,3.08085 c -0.02324,0.005 -0.04405,0.0169 -0.05827,0.0358 -0.02855,0.0372 -0.01804,0.0858 0.02462,0.10744 l 1.622908,0.83651 c 0.04277,0.0216 0.101463,0.009 0.129981,-0.0277 0.02855,-0.0372 0.01581,-0.0858 -0.02696,-0.10743 l -1.622908,-0.83651 c -0.02133,-0.0108 -0.04617,-0.0128 -0.06952,-0.008 z m 11.030742,0 c -0.01221,10e-4 -0.02293,0.003 -0.03375,0.008 l -1.62327,0.83651 c -0.04235,0.0216 -0.05307,0.0703 -0.02441,0.10744 0.02866,0.0372 0.08533,0.0493 0.127688,0.0277 l 1.623259,-0.83651 c 0.04235,-0.0216 0.05307,-0.0703 0.02441,-0.10744 -0.02155,-0.0277 -0.0588,-0.0399 -0.09393,-0.0358 z"
+       id="path3395" />
+  </g>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2010-08-29T18:52:55</dc:date>
+        <dc:description>Ancla azul</dc:description>
+        <dc:source>https://openclipart.org/detail/82687/ancla-by-rastrojo</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>rastrojo</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>anchor</rdf:li>
+            <rdf:li>ancla</rdf:li>
+            <rdf:li>barco</rdf:li>
+            <rdf:li>mar</rdf:li>
+            <rdf:li>sail</rdf:li>
+            <rdf:li>sea</rdf:li>
+            <rdf:li>ship</rdf:li>
+            <rdf:li>vela</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/nautical/marine_fuel.svg
===================================================================
--- /trunk/resources/images/presets/nautical/marine_fuel.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/marine_fuel.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="marine_fuel5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="44.8"
+     inkscape:cx="7.4684333"
+     inkscape:cy="8.0287656"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4135"
+       width="15.906998"
+       height="16.0005"
+       x="0"
+       y="1036.3622" />
+    <g
+       id="g4166"
+       transform="translate(-0.31250002,0)">
+      <path
+         inkscape:connector-curvature="0"
+         id="path1897"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 6.9557006,1051.5768 6.4516284,0 0.0041,-1.0007 0.604803,0 0,-12.8396 c -3e-6,-0.2738 -0.158698,-0.5106 -0.457189,-0.5106 l -6.6229038,0 c -0.3418229,0 -0.682621,0.2463 -0.682621,0.6415 l -0.00739,12.7046 0.7023445,0 0.00722,1.0048 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path1899"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 6.2848779,1041.5921 -0.6456358,0 c -0.00419,2.6271 0.01496,7.8119 0.025902,7.9006 0.023357,0.1894 0.00923,0.3856 -0.039389,0.5643 -1.0121392,2.5498 -4.2872074,1.3787 -3.8221901,-1.1024 1.0213402,-2.461 2.4534663,-4.1263 3.1662348,-7.029 l 0.063451,2.1578 c -0.6414682,1.2482 -1.7731455,3.4405 -2.6507881,5.2729 -0.073941,1.6919 1.9386827,2.2493 2.5690163,0.4333 0.2808972,-3.1787 -0.010561,-6.6437 -0.015842,-9.9655 0.4096081,-1.2177 0.8615678,-1.3343 1.3202409,-1.2763" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path1901"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 7.5916069,1039.0369 -0.022334,3.2832 c 0,0.2642 0.2121045,0.4466 0.4578517,0.4466 l 4.2546664,0.011 c 0.258123,0 0.379682,-0.1646 0.379682,-0.3908 l 0,-3.339 c 0,-0.3228 -0.184706,-0.4188 -0.418767,-0.4188 l -4.2267482,0 c -0.2422488,0 -0.4243506,0.1447 -0.4243506,0.4076 z" />
+    </g>
+    <path
+       d="m 15.999588,1048.543 -0.2388,0.1359 -0.255856,0.1456 c -0.545829,0.3106 -1.159883,0.3106 -1.70571,0 l -0.511715,-0.2912 c -0.545827,-0.3107 -1.159882,-0.3107 -1.705709,0 l -0.511725,0.2912 c -0.545828,0.3106 -1.159883,0.3106 -1.705711,0 l -0.511713,-0.2912 c -0.270238,-0.1539 -0.560098,-0.233 -0.852855,-0.233 -0.292757,0 -0.582617,0.079 -0.852855,0.233 l -0.511713,0.2912 c -0.545828,0.3106 -1.159883,0.3106 -1.70571,0 l -0.511726,-0.2912 c -0.545828,-0.3107 -1.159882,-0.3107 -1.705709,0 l -0.511715,0.2912 c -0.545827,0.3106 -1.159882,0.3106 -1.705709,0 L 0.2388,1048.6789 0,1048.543 l 0,1.3047 0.2388,0.1359 0.255857,0.1456 c 0.545827,0.3107 1.159882,0.3107 1.705709,0 l 0.511715,-0.2912 c 0.545827,-0.3106 1.159881,-0.3106 1.705709,0 l 0.511726,0.2912 c 0.545827,0.3107 1.159882,0.3107 1.70571,0 l 0.511713,-0.2912 c 0.270238,-0.1538 0.560098,-0.233 0.852855,-0.233 0.292757,0 0.582617,0.079 0.852855,0.233 l 0.511713,0.2912 c 0.545828,0.3107 1.159883,0.3107 1.705711,0 l 0.511725,-0.2912 c 0.545827,-0.3106 1.159882,-0.3106 1.705709,0 l 0.511715,0.2912 c 0.545827,0.3107 1.159881,0.3107 1.70571,0 l 0.255856,-0.1456 0.2388,-0.1359 0,-1.3047 z"
+       id="path6-6"
+       style="fill:#1332ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 15.999588,1045.5793 -0.2388,0.1359 -0.255856,0.1456 c -0.545829,0.3107 -1.159883,0.3107 -1.70571,0 l -0.511715,-0.2912 c -0.545827,-0.3107 -1.159882,-0.3107 -1.705709,0 l -0.511725,0.2912 c -0.545828,0.3107 -1.159883,0.3107 -1.705711,0 l -0.511713,-0.2912 c -0.270238,-0.1538 -0.560098,-0.233 -0.852855,-0.233 -0.292757,0 -0.582617,0.079 -0.852855,0.233 l -0.511713,0.2912 c -0.545828,0.3107 -1.159883,0.3107 -1.70571,0 l -0.511726,-0.2912 c -0.545828,-0.3107 -1.159882,-0.3107 -1.705709,0 l -0.511715,0.2912 c -0.545827,0.3107 -1.159882,0.3107 -1.705709,0 L 0.2388,1045.7152 0,1045.5793 l 0,1.3048 0.2388,0.1359 0.255857,0.1456 c 0.545827,0.3106 1.159882,0.3106 1.705709,0 l 0.511715,-0.2912 c 0.545827,-0.3107 1.159881,-0.3107 1.705709,0 l 0.511726,0.2912 c 0.545827,0.3106 1.159882,0.3106 1.70571,0 l 0.511713,-0.2912 c 0.270238,-0.1539 0.560098,-0.233 0.852855,-0.233 0.292757,0 0.582617,0.079 0.852855,0.233 l 0.511713,0.2912 c 0.545828,0.3106 1.159883,0.3106 1.705711,0 l 0.511725,-0.2912 c 0.545827,-0.3107 1.159882,-0.3107 1.705709,0 l 0.511715,0.2912 c 0.545827,0.3106 1.159881,0.3106 1.70571,0 l 0.255856,-0.1456 0.2388,-0.1359 0,-1.3048 z"
+       id="path6"
+       style="fill:#1332ff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/penstock.svg
===================================================================
--- /trunk/resources/images/presets/nautical/penstock.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/penstock.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" version="1.1">
+  <circle cx="5" cy="5" r="4" stroke="#000000" stroke-width="1" fill="#1d8ece" />
+</svg>
Index: /trunk/resources/images/presets/nautical/pier.svg
===================================================================
--- /trunk/resources/images/presets/nautical/pier.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/pier.svg	(revision 16006)
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="pier4.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="64"
+     inkscape:cx="10.734206"
+     inkscape:cy="5.6898221"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       x="3.3786003e-007"
+       y="1036.3622"
+       class="st1"
+       width="16.000008"
+       height="16.000044"
+       id="rect25"
+       style="fill:#2090cf" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffbe34;fill-opacity:1"
+       d="m -4.7683724e-7,1036.3621 0,16 4.00000067683724,0 c -0.2490234,-2 -0.7849343,-2.9062 0,-5 2.6687815,-7.1188 2.0000004,-9 2.0000004,-11 z"
+       id="path27"
+       sodipodi:nodetypes="cccscc" />
+    <g
+       transform="matrix(0.99999949,0,0,2.0000015,-247.89987,-80.638742)"
+       id="g51">
+      <rect
+         x="248.89999"
+         y="562"
+         class="st6"
+         width="12.00001"
+         height="0.99998534"
+         id="rect53" />
+    </g>
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4140"
+       width="1"
+       height="4"
+       x="3"
+       y="1042.3621" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4142"
+       width="1"
+       height="4"
+       x="6.0000005"
+       y="1042.3621" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4146"
+       width="0.99999774"
+       height="4"
+       x="9.000001"
+       y="1042.3621" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.745;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4146-7"
+       width="0.99999791"
+       height="4.0000005"
+       x="12.000002"
+       y="1042.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/slipway.svg
===================================================================
--- /trunk/resources/images/presets/nautical/slipway.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/slipway.svg	(revision 16006)
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="slipway15.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="10.327496"
+     inkscape:cy="9.1363606"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.708;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4152"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <path
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 16,1044.3197 0.45320392,1050.3192 16,1052.2192 Z"
+       id="path4138"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:#41a8e2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1052.3622 16,0 0,-3.3233 c -1.779029,-2.0871 -3.222792,-1.8692 -6.2121761,-0.018 -1.440584,1.2787 -4.0083375,1.772 -5.7156465,-0.1378 -1.6302357,-2.3946 -3.14707531,-1.2218 -4.0721774,0 z"
+       id="path4136"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4.0669642,1043.6521 8.9151778,-3.3348"
+       id="path4166"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 12.357139,1043.4959 0.959821,-3.4687 -3.267853,-1.5803"
+       id="path4168"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       sodipodi:nodetypes="ccc"
+       inkscape:connector-curvature="0"
+       id="path4181"
+       d="m 4.6620641,1040.2819 -0.959821,3.4687 3.267853,1.5803"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/strait.svg
===================================================================
--- /trunk/resources/images/presets/nautical/strait.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/strait.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="strait5.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="1.6186154"
+     inkscape:cy="14.510771"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       x="3.3786003e-007"
+       y="1036.3622"
+       class="st1"
+       width="16.000008"
+       height="16.000044"
+       id="rect25"
+       style="fill:#2090cf" />
+    <path
+       style="fill:#ffbe34;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0.99609325,1036.3721 c 0,0 0.98077825,0.3395 1.02554325,1.6313 0.044765,1.2919 0.9228601,3.1002 1.9199562,3.2805 1.3121978,0.2885 2.3430696,-0.6038 2.9414029,-0.4447 1.084137,0.2884 1.8723132,2.0093 2.8109623,2.023 1.5066211,0.022 1.5976531,-1.3712 2.3489551,-2.4316 1.020786,-1.3419 2.671879,-3.8495 3.972712,-4.0637 -5.006504,-0.01 -10.0130247,10e-4 -15.01953175,0.01 z"
+       id="path4269"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="czcssccc" />
+    <path
+       style="fill:#ffbe34;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0.99282615,1052.3621 c -0.66750384,0 15.01719585,0.01 15.01719585,0.01 0,0 -1.396317,0 -1.464844,-2.952 -0.06853,-2.9492 0.386364,-5.2771 -0.511295,-5.4574 -1.749698,-0.6672 -3.795847,2.7734 -5.3164032,2.4461 -1.3948011,-0.3001 -1.6417488,-2.0999 -3.1013646,-2.0809 -0.9133381,0.012 -1.993181,0.041 -2.611899,1.0568 -1.020786,1.3419 -0.9545927,3.056 -1.020428,4.9779 -0.085825,0.8225 -0.5216258,1.9245 -0.99096205,2.0034 z"
+       id="path4269-65"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cczcsscccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/tidal_channel.svg
===================================================================
--- /trunk/resources/images/presets/nautical/tidal_channel.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/tidal_channel.svg	(revision 16006)
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="t19.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="64"
+     inkscape:cx="6.5177123"
+     inkscape:cy="5.7120338"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       id="XMLID_164_"
+       class="st0"
+       d="m 15.999938,1048.734 c -2.349253,-0.4988 -4.691597,-1.0417 -7.0201254,-1.6729 -1.2920892,-0.3486 -2.5841799,-0.7282 -3.8555412,-1.1828 -0.2418342,-0.088 -2.9538393,-0.9225 -2.9538393,-1.3728 0,-0.8473 6.6539155,-1.536 7.2895962,-1.6331 1.2851817,-0.1942 2.6118197,-0.3133 3.8693587,-0.715 0.732418,-0.2338 1.924319,-1.0063 0.791149,-1.7567 -0.82915,-0.5472 -2.556542,-1.1924 -3.513519,-1.3249 -1.2417612,-0.2852 -2.3534165,-0.428 -3.5556837,-0.6754 -0.6294583,-0.1633 0.3341731,-1.0564 0.5483691,-1.1447 0.9915272,-0.4104 2.0054261,-0.8428 3.0280426,-1.0811 -0.8291485,0.1288 -5.2063628,0.5871 -4.8159707,2.2113 0.2452902,1.0152 2.4148957,1.333 3.0885794,1.5006 1.3542773,0.34 2.5599973,0.6687 3.9039093,1.0749 -3.081671,0.3309 -5.880047,0.2692 -8.8926203,0.7547 -1.3577306,0.2207 -4.9265226,1.1255 -3.63443503,3.8135 0.62186151,1.2976 2.11778353,1.9201 3.17149443,2.4364 1.4890133,0.7283 3.0194822,1.3109 4.5534056,1.8581 2.6429143,0.9446 5.3169183,1.7612 7.9943743,2.538 0.0035,-1.2093 0.0035,-2.4188 0.0035,-3.6281 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece"
+       sodipodi:nodetypes="cccsccccccccccccccccc" />
+    <path
+       id="XMLID_164_-0"
+       class="st0"
+       d="m 9.9632641,1042.3617 c 0.2136469,0.2945 0.5712899,0.5503 0.9357959,0.8252 0.387954,0.1368 0.683663,0.1759 1.161866,0.1594 0.522607,-0.046 1.630371,-0.1844 2.133481,-0.24 0.648309,-0.1085 2.128608,0.2547 2.128608,0.2547 l -0.01366,0.2994 c 0,0 -2.251812,0.5475 -5.065953,0.6854 -1.3588467,0.067 -1.8354988,-0.083 -2.2581712,-0.1786 -0.5959822,-0.1356 -1.0229671,-0.2954 -1.4099005,-0.4603 -0.6686552,-0.2837 -1.1898595,-0.5881 -1.6660073,-0.8978 1.3510078,-0.1503 2.7024715,-0.3005 4.0534773,-0.4507 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece;stroke-width:0.38907132"
+       sodipodi:nodetypes="cccccccccccc" />
+    <path
+       id="XMLID_164_-0-3-2"
+       class="st0"
+       d="m 3.7775657,1042.4565 c -0.2536906,-0.3962 -0.5685561,-0.6697 -0.9319851,-1.0882 -0.2003284,-0.2321 -0.5297281,-0.4203 -0.7740692,-0.6256 0,0 -0.5589811,-0.2893 -1.0162687,-0.48 -0.5833358,-0.2934 -1.386699,-0.7276 -1.386699,-0.7276 l -0.0277282,-0.3387 c 0,0 0.43250562,-0.042 2.54852418,0.6343 1.0216972,0.3259 1.432901,0.6362 1.7862596,0.8693 0.4983786,0.3293 0.8745885,0.6363 1.221607,0.937 0.5993238,0.5184 1.0918821,1.0167 1.5515396,1.5077 -0.9902139,-0.2295 -1.9808546,-0.4587 -2.9710114,-0.6885 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece;stroke-width:0.3429828"
+       sodipodi:nodetypes="cccccccccccc" />
+    <path
+       id="XMLID_164_-0-0"
+       class="st0"
+       d="m 7.3708268,1048.6896 c -0.2558917,0.4732 -0.9613099,0.8341 -1.5707806,1.1906 -0.4703899,0.2552 -1.8573009,0.5735 -1.8573009,0.5735 -0.071854,0.044 -1.056967,0.2513 -1.5432124,0.2185 -2.07197628,-0.016 -2.8135734,-0.2614 -2.8135734,-0.2614 0,0 0.7890405,1.1544 4.5551151,1.0661 1.3263315,-0.04 1.9126691,-0.1428 2.6558004,-0.2556 0.9510125,-0.2231 2.9373723,-0.6914 3.34375,-0.9843 0.701384,-0.5045 -0.2500602,-1.2566 0.265625,-1.7812 -1.3055277,-0.087 -1.7298151,0.3218 -3.0354232,0.2338 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece;stroke-width:0.47480652"
+       sodipodi:nodetypes="cccccccccc" />
+    <path
+       id="XMLID_164_-0-7"
+       class="st0"
+       d="m 10.820645,1043.7072 c 0.178789,0.3942 1.047114,1.0021 1.520385,1.4002 0.638785,0.4153 1.109464,0.3313 1.65226,0.5313 0.719574,0.1123 1.477197,0.4221 1.968844,0.7652 0.767053,0.4585 1.037866,0.9582 1.037866,0.9582 0,0 -1.270796,-0.547 -3.093478,-0.7957 -1.663229,-0.2768 -2.199482,-0.5741 -2.685407,-0.7937 -0.68477,-0.311 -1.158335,-0.6061 -1.5820773,-0.8964 -0.7326303,-0.5006 -1.2810811,-0.9863 -1.7735605,-1.4666 2.0323548,0.4713 1.2403635,0.4348 2.9551678,0.2975 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece;stroke-width:0.47056219"
+       sodipodi:nodetypes="cccccccccc" />
+    <path
+       id="XMLID_164_-0-3-2-2"
+       class="st0"
+       d="m 11.953125,1037.8777 c 0.610813,-0.6273 1.503737,-1.929 1.503737,-1.929 v 0 c 0,0 -0.254295,2.1176 -0.995027,2.8629 -0.505643,0.6102 -0.508945,0.6757 -0.990099,1.1457 0.20797,-0.9949 -1.07401,0.1134 -0.864719,-0.8815 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece;stroke-width:0.3429828"
+       sodipodi:nodetypes="ccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/turning.svg
===================================================================
--- /trunk/resources/images/presets/nautical/turning.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/turning.svg	(revision 16006)
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="700"
+   height="500"
+   id="svg2169"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\nautical"
+   sodipodi:docname="turning.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <defs
+     id="defs2171" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="346.8323"
+     inkscape:cy="153.88218"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="797"
+     inkscape:window-height="573"
+     inkscape:window-x="270"
+     inkscape:window-y="162"
+     width="700px"
+     height="500px" />
+  <metadata
+     id="metadata2174">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-37.14286,-352.3622)">
+    <rect
+       style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-opacity:1"
+       id="rect2177"
+       width="642.85718"
+       height="142.85715"
+       x="65.714287"
+       y="543.79077" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-opacity:1"
+       id="path2181"
+       sodipodi:cx="417.14285"
+       sodipodi:cy="558.07648"
+       sodipodi:rx="140"
+       sodipodi:ry="140"
+       d="M 557.14285 558.07648 A 140 140 0 1 1  277.14285,558.07648 A 140 140 0 1 1  557.14285 558.07648 z"
+       transform="matrix(1.122449,0,0,1.122449,-81.078701,-11.193039)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/water.svg
===================================================================
--- /trunk/resources/images/presets/nautical/water.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/water.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="natural_water.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="3.6561077"
+     inkscape:cy="7.6175991"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       x="-4.7683727e-007"
+       y="1036.3621"
+       class="st1"
+       width="16"
+       height="16"
+       id="rect25"
+       style="fill:#2090cf" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/waterfall.svg
===================================================================
--- /trunk/resources/images/presets/nautical/waterfall.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/waterfall.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waterway_waterfall.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16.000001"
+     inkscape:cx="26.851957"
+     inkscape:cy="14.987213"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="fill:#808080;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 4.21875,1.9375 0,2 0,16 9,16 C 11.036162,14.221237 9.6178463,11.33203 6.4647303,11.446115 9.1202282,8.8778007 6.4268536,6.6786026 4.3867188,6.9199219 6.2930537,5.3457347 6.636446,3.1675457 4.21875,1.9375 Z"
+       transform="translate(-4.7683724e-7,1036.3621)"
+       id="path4165"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="fill:#2090cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4,1036.3621 c 0,0 7,0 9.4,5.0804 1.545,3.267 2.6,10.92 2.6,10.92 l -4,0 c -1,-12 -3,-14 -8,-14 l -4,0 0,-2 z"
+       id="path4141"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cscccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/waterway_canal.svg
===================================================================
--- /trunk/resources/images/presets/nautical/waterway_canal.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/waterway_canal.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="10"
+   viewBox="0 0 16 10"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waterway_canal4.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="64"
+     inkscape:cx="7.2389602"
+     inkscape:cy="4.7333146"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="false"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="false"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1042.3621)">
+    <path
+       style="fill:#1d8ece;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.0000002,1043.3621 12.0000018,0 -1.631965,8.2295 -8.6331209,0.2656 z"
+       id="path4245"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#000000;fill-opacity:1"
+       d="m 0,0 0,1.515625 1.3730469,0 1.1425779,8.138673 c 0.1251798,0.3151999 0.2942498,0.3367032 0.5214844,0.345703 l 9.9472658,0 c 0.278941,-0.01 0.400094,-0.1466498 0.458984,-0.3437498 l 0,-0.00195 1.234375,-8.1347669 1.322266,0 0,-1.51562495 -2.349609,0 L 12.125,8.6250012 3.7890623,8.5937511 2.3535156,0 Z"
+       transform="translate(0,1042.3621)"
+       id="polygon3436"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/waterway_ditch.svg
===================================================================
--- /trunk/resources/images/presets/nautical/waterway_ditch.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/waterway_ditch.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="11"
+   height="11"
+   viewBox="0 0 11 11"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waterway_ditch3.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="4.661675"
+     inkscape:cy="2.3736913"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="false"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="false"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1041.3621)">
+    <path
+       style="fill:#1d8ece;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.0000001,1046.3621 6.9614378,0 -1.8453204,4.9783 -3.116068,0.022 z"
+       id="path4245"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#000000;fill-opacity:1"
+       d="m 431.47545,562.7808 2.5808,-8.7884 -1.27328,-0.44867 -2.50151,8.34591 -2.00783,0.0158 -2.58062,-8.34815 -1.21221,0.4543 2.63912,8.81555 c 0.10875,0.27376 0.30259,0.29222 0.5,0.3 l 3.45214,-0.0272 c 0.24233,-0.006 0.35223,-0.14802 0.40339,-0.31924 z"
+       id="polygon3436"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccc"
+       transform="matrix(1.1510793,0,0,1.1510794,-488.63316,404.18931)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/waterway_drain.svg
===================================================================
--- /trunk/resources/images/presets/nautical/waterway_drain.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/waterway_drain.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="8"
+   height="7"
+   viewBox="0 0 8 7"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waterway_drain3.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="0.58070291"
+     inkscape:cy="3.2701754"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1045.3621)">
+    <path
+       style="fill:#1d8ece;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.142857,1048.3621 5.7142869,0 -1.5238107,3.3308 -2.6666335,0 z"
+       id="path4245"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#000000;fill-opacity:1"
+       d="m 6.0047978,1052.1373 1.9952034,-6.3897 -1.1428573,-0.3855 -1.7801991,5.829 -2.1230756,-0.012 L 1.142857,1045.3622 2.8499999e-6,1045.7476 2.0104926,1052.1585 c 0.083454,0.2144 0.2322033,0.2287 0.3836929,0.2349 l 3.3036579,-0.021 c 0.1859607,0 0.2676949,-0.1002 0.3069544,-0.2348 z"
+       id="polygon3436"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/waterway_river.svg
===================================================================
--- /trunk/resources/images/presets/nautical/waterway_river.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/waterway_river.svg	(revision 16006)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waterway_river2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="7.0154651"
+     inkscape:cy="9.8634013"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       id="XMLID_172_"
+       class="st0"
+       d="m 15.999998,1044.8546 c -3.327311,-0.4178 -5.847849,-0.6853 -8.7379577,-1.3254 -1.0764995,-0.2384 -1.7615565,-0.4248 -1.7509906,-0.5811 0.00212,-0.1271 2.6473992,0.2017 4.0266021,0.1042 1.3868742,-0.098 4.6457662,-0.1576 5.2345402,-2.0835 0.861618,-2.8131 -6.6416497,-1.8373 -7.7114935,-3.0681 -0.014361,-0.5627 3.2813355,-1.3715 3.6690635,-1.5386 -0.8687994,0.097 -4.7101856,0.2462 -4.6814639,1.8023 0.028723,1.3802 3.8198443,2.0484 4.6886449,2.277 -2.7069217,0.053 -5.3133197,-0.5627 -8.0130603,0.158 -1.6729767,0.4395 -3.41057577,2.0922 -2.44843329,4.3252 0.58877241,1.3626 1.95300309,2.0922 3.04438719,2.6726 1.4001314,0.7473 2.8505233,1.3363 4.3009152,1.8988 2.7643622,1.0727 5.5646252,1.9782 8.3648852,2.8661 0.01436,-2.5143 0.01436,-5.0111 0.01436,-7.5079 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece"
+       sodipodi:nodetypes="cscscccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/waterway_riverbank.svg
===================================================================
--- /trunk/resources/images/presets/nautical/waterway_riverbank.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/waterway_riverbank.svg	(revision 16006)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waterway_riverbank2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="64"
+     inkscape:cx="10.251193"
+     inkscape:cy="7.9076999"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       id="XMLID_172_"
+       class="st0"
+       d="m 15.63024,1044.8222 c -2.800615,0.1618 -5.7012928,-0.3125 -8.4745147,-0.8239 -0.1780338,-0.031 -1.5925808,-0.3564 -1.5378017,-0.7444 0.061628,-0.4682 2.3226138,-0.1753 2.582818,-0.2156 1.3078651,-0.21 5.6970884,-0.019 6.2585804,-1.7841 0.821696,-2.5834 -6.3339034,-1.6873 -7.3541747,-2.8174 -0.013725,-0.5167 3.1292897,-1.2593 3.4990517,-1.4127 -0.8285424,0.088 -4.4919335,0.2259 -4.4645439,1.6549 0.027383,1.2673 3.6428506,1.881 4.4713929,2.0907 -2.5814945,0.049 -5.0671243,-0.5166 -7.6417684,0.1462 -1.5954589,0.4036 -3.25254595,1.9212 -2.3349855,3.9718 0.5614928,1.2511 1.8625105,1.9211 2.903324,2.4539 1.3352546,0.6862 2.7184443,1.2272 4.1016307,1.7438 2.6362742,0.9848 5.3067832,1.8162 7.9772942,2.6317 0.01372,-2.3089 0.01372,-4.6014 0.01372,-6.8941 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece"
+       sodipodi:nodetypes="cccccccccccccccc" />
+    <g
+       id="XMLID_170_"
+       transform="matrix(0.06847461,0,0,0.08072631,-2.0841437,1002.6669)"
+       style="fill:#000080">
+      <path
+         style="fill:#000080"
+         d="M 264.1,615.6 C 204.04191,599.71348 143.49174,584.655 85.646918,561.70032 65.711544,553.06011 42.203521,544.22139 33.104688,522.67227 c -7.223309,-15.43301 0.868163,-33.71435 14.569091,-42.44742 20.673947,-14.17361 46.998496,-14.45239 71.135591,-14.81704 5.185,-0.4956 21.7258,2.18703 9.09341,-2.33835 -9.55373,-3.54351 -17.9853,-15.55705 -10.40283,-24.89605 10.64848,-11.34648 27.47346,-12.43666 41.98859,-14.72984 22.38835,-2.15632 44.81234,-3.97467 67.21146,-6.04357 -19.43803,6.6516 -38.36778,14.97682 -58.56455,19.15283 -6.04804,2.02197 -21.18476,4.60829 -21.46262,7.13167 28.91215,5.85806 59.51926,3.02129 87.44959,13.57466 10.335,3.33074 17.46146,15.51718 11.55892,25.61873 -8.26985,13.91095 -25.85102,16.71869 -40.48509,19.31149 -26.84664,3.90288 -54.33913,1.24654 -81.09102,1.33702 46.10092,7.63224 91.64267,12.242 139.89477,14.1736 0.0665,32.59986 -0.13316,65.46686 0.1,97.9 z M 115.6,476.2 c -19.691615,0.46547 -40.657922,0.86299 -58.286304,10.7103 -10.679379,5.63034 -19.724252,18.30617 -14.593261,30.58255 7.149494,18.08323 26.975857,25.40085 43.410839,32.69908 49.742706,20.38908 101.910086,34.01334 153.742166,47.92311 6.22404,1.248 15.98804,7.0567 13.32656,-3.21057 L 253.2,529 c -47.407,-3.51207 -91.36207,-8.58015 -135.95814,-17.09016 -12.66636,-2.41705 -13.11929,-16.69483 0.2022,-17.88736 29.97182,-2.68307 69.42106,2.80072 102.99366,-6.3293 10.6563,-0.31882 24.92869,-15.80834 9.15042,-20.9967 -28.97052,-10.15804 -60.60221,-6.34971 -90.09939,-14.07919 -6.84559,0.4996 -11.30278,-9.22459 -12.20127,-9.09385 -4.44794,10.91928 15.6755,12.8753 23.01059,16.09911 11.94323,3.33501 24.14851,5.5805 36.30191,7.97745 -1.33697,3.37669 1.19413,10.99027 -3.46577,10.7272 C 160.60234,478.4251 138.13197,476.18093 115.6,476.2 Z"
+         id="XMLID_176_"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccccccccccccccccccccsscccccccc" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/waterway_stream.svg
===================================================================
--- /trunk/resources/images/presets/nautical/waterway_stream.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/waterway_stream.svg	(revision 16006)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waterway_stream.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="15.025273"
+     inkscape:cy="9.2455363"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       id="XMLID_164_"
+       class="st0"
+       d="m 15.999938,1048.734 c -2.349253,-0.4988 -4.691597,-1.0417 -7.0201254,-1.6729 -1.2920892,-0.3486 -2.5841799,-0.7282 -3.8555412,-1.1828 -0.2418342,-0.088 -2.9538393,-0.9225 -2.9538393,-1.3728 0,-0.8473 6.6539155,-1.536 7.2895962,-1.6331 1.2851817,-0.1942 2.6118197,-0.3133 3.8693587,-0.715 0.732418,-0.2338 1.924319,-1.0063 0.791149,-1.7567 -0.82915,-0.5472 -2.556542,-0.9268 -3.513519,-1.0593 -1.2886362,-0.1758 -2.5565415,-0.428 -3.7588087,-0.6754 -1.3162729,-0.2735 0.5216731,-1.3064 0.7358691,-1.3947 0.9915272,-0.4104 2.0210511,-0.6709 3.0436676,-0.9092 -0.8291485,0.1288 -5.2063628,0.5871 -4.8159707,2.2113 0.2452902,1.0152 2.4148957,1.333 3.0885794,1.5006 1.3542773,0.34 2.5599973,0.4812 3.9039093,0.8874 -3.081671,0.3309 -5.880047,0.2692 -8.8926203,0.7547 -1.3577306,0.2207 -4.9265226,1.1255 -3.63443503,3.8135 0.62186151,1.2976 2.11778353,1.9201 3.17149443,2.4364 1.4890133,0.7283 3.0194822,1.3109 4.5534056,1.8581 2.6429143,0.9446 5.3169183,1.7612 7.9943743,2.538 0.0035,-1.2093 0.0035,-2.4188 0.0035,-3.6281 z"
+       inkscape:connector-curvature="0"
+       style="fill:#208ece" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/nautical/weir.svg
===================================================================
--- /trunk/resources/images/presets/nautical/weir.svg	(revision 16006)
+++ /trunk/resources/images/presets/nautical/weir.svg	(revision 16006)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg3001"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="weir3.svg">
+  <defs
+     id="defs3003" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="14.481547"
+     inkscape:cx="11.766361"
+     inkscape:cy="1.0402914"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3006">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-307.55961,-178.84817)">
+    <path
+       style="fill:#2090cf;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 307.55961,178.84817 0,16 16,0 0,-3 -1,0 c 0,0 -3,-13 -5,-13 z"
+       id="path4193"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none"
+       d="m 314.55961,182.84817 3,0 2.64063,12 -5.64063,0 z"
+       id="path4137"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       d="m 313.55961,181.84817 0,13 1,0 0,-12 2.205,-0.002 2.8,12 1,0 -3,-13 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/accountant.svg
===================================================================
--- /trunk/resources/images/presets/office/accountant.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/accountant.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="accountant.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-8.1116609"
+     inkscape:cy="2.6919727"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       ry="0"
+       y="1041.8585"
+       x="0.49999952"
+       height="10.00354"
+       width="8.0039082"
+       id="rect4217"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4219"
+       d="m 4.5000504,1042.8692 0,8.1636"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="cssc"
+       inkscape:connector-curvature="0"
+       id="path4221"
+       d="m 6.5402884,1044.0562 c 0,0 -4.086376,-1.3424 -4.086371,1.4593 4e-6,2.8016 4.068423,0.2334 4.068417,3.035 -6e-6,2.8017 -4.0579,1.109 -4.0579,1.109"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/advertising_agency.svg
===================================================================
--- /trunk/resources/images/presets/office/advertising_agency.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/advertising_agency.svg	(revision 16006)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="advertising_agency.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.999999"
+     inkscape:cx="3.2021092"
+     inkscape:cy="5.3780868"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276-0-6"
+       width="2.0000002"
+       height="3.5624599"
+       x="3.7500005"
+       y="1048.7996"
+       ry="0.00014840672" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:nonzero;stroke:#ff0000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4183"
+       width="8.5000019"
+       height="12.005615"
+       x="0.49999964"
+       y="1036.8621"
+       ry="0" />
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4292"
+       cx="3.5000002"
+       cy="1043.8621"
+       r="0.5" />
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4292-9"
+       cx="6.3507385"
+       cy="1043.8621"
+       r="0.50000012" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 2.8601247,1042.8621 4.1427251,0"
+       id="path4309"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3.3035139,1041.3853 1.9666407,-0.022 1.0496117,1.3589 -3.8780388,0.1 z"
+       id="path4322"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6.0052678,1040.6026 1.7949404,-2.4797"
+       id="path4324"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#008000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.6464474,1047.0692 2,-2 2,2"
+       id="path4326"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path4153"
+       d="m 3.8002073,1040.6026 -1.7949404,-2.4797"
+       style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4.9999995,1037.6771 0,2.685"
+       id="path4155"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/architect.svg
===================================================================
--- /trunk/resources/images/presets/office/architect.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/architect.svg	(revision 16006)
@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="architect.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-4.4474266"
+     inkscape:cy="18.729768"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4.9497461,1037.314 -4.3310298,4.5741 8.9935159,-0.044 z"
+       id="path4146"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffdd55;fill-rule:evenodd;stroke:#808080;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0.3437477,1041.7293 4.6562509,-4.3672 4.6523446,4.3633"
+       id="path4154-9"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <rect
+       style="opacity:1;fill:#ffdd55;fill-opacity:1;stroke:#808080;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4144-4"
+       width="8.9991627"
+       height="9.9960957"
+       x="0.49999967"
+       y="1041.866"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4148"
+       width="2.0000005"
+       height="3.0000005"
+       x="3.9999986"
+       y="1048.3621"
+       ry="0.00014840702" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4150"
+       width="2.0000005"
+       height="2.0000005"
+       x="1.999998"
+       y="1043.3621"
+       ry="0.00014840702" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152"
+       width="2.0000005"
+       height="2.0000005"
+       x="5.9999986"
+       y="1043.3621"
+       ry="0.00014840702" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/association.svg
===================================================================
--- /trunk/resources/images/presets/office/association.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/association.svg	(revision 16006)
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="association.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-27.750963"
+     inkscape:cy="14.817644"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#2ca02c;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="M 5.5234375,4 C 5.2827341,4 5.04231,4.1887532 5.046875,4.5644531 c -0.00886,1.5873785 -0.00728,3.0618654 0,4.4453125 0,0.6044999 0.362299,1.1337034 0.9570312,1.0332034 l 0.4921876,0 0,5.957031 1.2265624,0 0,-3 0.6054688,0 0,3 1.2265625,0 0,-5.957031 0.5410155,0 0,3.958984 c -0.0092,0.7514 0.964248,0.7514 0.955078,0 l 0,-4.0742186 0,-0.7226563 c 0,-0.6657999 -0.461731,-1.203125 -1.033203,-1.203125 l -3.9355468,0 c -0.04495,0 -0.038507,0.00173 -0.082031,0.00195 L 6,4.5644531 C 6.0045635,4.1887532 5.7641409,4 5.5234375,4 Z"
+       id="path3772-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="scccccccccccccccsssccs"
+       transform="translate(-4.7683724e-7,1036.3621)" />
+    <ellipse
+       style="opacity:1;fill:#2ca02c;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-2"
+       cx="8.0502539"
+       cy="1042.569"
+       rx="1.2044042"
+       ry="1.204388" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3621 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.919e-4,0.013 -3.919e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5664"
+       rx="1.2044042"
+       ry="1.204388" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 4.0313961,1040.3621 c 0.2407035,0 0.4811276,0.1888 0.4765626,0.5645 0.00886,1.5873 0.00728,3.0618 0,4.4453 0,0.6045 -0.362299,1.1337 -0.9570313,1.0332 l -0.4921877,0 0,5.957 -1.2265631,0 0,-3 -0.605468,0 0,3 -1.22656300175,0 c -2.52e-4,-2.666 -3.52e-4,-5.332 0.001200002,-7.998 l 3.4715088,0 0.082031,0 2e-7,-3.4394 c -0.00456,-0.3757 0.2358591,-0.5645 0.4765625,-0.5645 z"
+       id="path3772-3-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccsccsc" />
+    <ellipse
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-2-4"
+       cx="-1.5045782"
+       cy="1042.5693"
+       rx="1.2044045"
+       ry="1.2043883"
+       transform="scale(-1,1)" />
+    <g
+       id="g4199"
+       transform="translate(0.04588891,0)">
+      <path
+         sodipodi:nodetypes="ccccccccccccsssccsc"
+         inkscape:connector-curvature="0"
+         id="path3772-3-0"
+         d="m 5.4776113,1043.8006 c -0.2407034,0 -0.4811276,0.1888 -0.4765626,0.5645 -0.00886,1.5873 -0.00728,3.0618 0,4.4453 0,0.6045 0.3622991,1.1337 0.9570314,1.0332 l 0.4921877,0 0,2.5127 3.0585942,0 0,-2.5127 0.541016,0 0,2.5127 0.955078,0 0,-2.628 0,-0.7226 c 0,-0.6658 -0.461731,-1.2031 -1.033203,-1.2031 l -3.9355479,0 -0.082031,0 -2e-7,-3.4394 c 0.00456,-0.3757 -0.2358592,-0.5645 -0.4765626,-0.5645 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#00ffff;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate" />
+      <ellipse
+         ry="1.2043883"
+         rx="1.2044045"
+         cy="1046.0077"
+         cx="8.0044289"
+         id="path4145-2-2"
+         style="opacity:1;fill:#00ffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4195"
+       transform="translate(0,-0.4375)">
+      <path
+         sodipodi:nodetypes="ccccccccsccsc"
+         inkscape:connector-curvature="0"
+         id="path3772-3-7-5"
+         d="m 4.0313968,1044.2381 c 0.2407036,0 0.4811277,0.1888 0.4765627,0.5645 0.00886,1.5873 0.00728,3.0618 0,4.4453 0,0.6045 -0.362299,1.1337 -0.9570314,1.0332 l -0.4921878,0 0,2.5195 -3.05859470175,0 c 0,0 -3.52e-4,-1.8945 0.001200002,-4.5605 l 3.4715094,0 0.082031,0 2e-7,-3.4394 c -0.00456,-0.3757 0.2358591,-0.5645 0.4765625,-0.5645 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate" />
+      <ellipse
+         transform="scale(-1,1)"
+         ry="1.2043883"
+         rx="1.2044045"
+         cy="1046.4451"
+         cx="-1.5045781"
+         id="path4145-2-4-0"
+         style="opacity:1;fill:#ff5555;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/educational_institution.svg
===================================================================
--- /trunk/resources/images/presets/office/educational_institution.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/educational_institution.svg	(revision 16006)
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="educational_institution.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627418"
+     inkscape:cx="-15.036468"
+     inkscape:cy="11.530192"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#c87137;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.4963127,1051.7548 3,-5 3,5"
+       id="path4333"
+       inkscape:connector-curvature="0" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3621 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.919e-4,0.013 -3.919e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5664"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:nonzero;stroke:#c87137;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4183"
+       width="8.008234"
+       height="7.0303302"
+       x="0.49999964"
+       y="1040.8621"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276-0-6"
+       width="1.0000006"
+       height="1.0000402"
+       x="6.0000005"
+       y="1043.3621"
+       ry="4.1660169e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276-0-6-7"
+       width="1.0000011"
+       height="1.0000404"
+       x="1.9999999"
+       y="1043.3621"
+       ry="4.1660176e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276-0-6-7-5"
+       width="1.0000013"
+       height="1.0000407"
+       x="1.9999999"
+       y="1045.3621"
+       ry="4.1660183e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276-0-6-7-8"
+       width="3.0000002"
+       height="1.0000407"
+       x="4.0000005"
+       y="1045.3621"
+       ry="4.1660183e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276-0-6-7-6"
+       width="2.0000005"
+       height="1.0000407"
+       x="1.9999999"
+       y="1041.3621"
+       ry="4.1660183e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276-0-6-7-4"
+       width="1.0000001"
+       height="1.0000407"
+       x="5.0000005"
+       y="1041.3621"
+       ry="4.1660183e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276-0-6-7-0"
+       width="1.0000013"
+       height="1.0000407"
+       x="4.0000005"
+       y="1043.3621"
+       ry="4.1660183e-005" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/employment_agency.svg
===================================================================
--- /trunk/resources/images/presets/office/employment_agency.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/employment_agency.svg	(revision 16006)
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="employment_agency.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="12.027543"
+     inkscape:cy="20.4988"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#784421;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4254-9"
+       width="1.0000005"
+       height="6.0000429"
+       x="0.9999994"
+       y="1046.3621"
+       ry="1.6663518e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#784421;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4258-4"
+       width="4.2044048"
+       height="1.0000005"
+       x="2.7955961"
+       y="1048.3621"
+       ry="4.1658514e-005" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 3.031466,1042.9534 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,0.8334 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-0.8334 0.491463,0 0,6.6097 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-3.247 0.606985,0 0,3.247 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-6.6097 0.541489,0 0,0.8334 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-0.9485 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936446,0 z"
+       id="path3772-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-4"
+       cx="5.0000005"
+       cy="1041.1577"
+       rx="1.2044045"
+       ry="1.2043883" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#784421;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4254"
+       width="1.0000002"
+       height="6.000042"
+       x="8.000001"
+       y="1046.3621"
+       ry="1.6663515e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#784421;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4258"
+       width="10.000001"
+       height="1.0000002"
+       x="1.7881413e-007"
+       y="1046.3621"
+       ry="4.1658506e-005" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/foundation.svg
===================================================================
--- /trunk/resources/images/presets/office/foundation.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/foundation.svg	(revision 16006)
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="foundation.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-7.27988"
+     inkscape:cy="5.6187523"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-4"
+       cx="1.204404"
+       cy="1051.1577"
+       rx="1.2044045"
+       ry="1.2043883" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-4-1"
+       cx="4.7356548"
+       cy="1051.1577"
+       rx="1.2044047"
+       ry="1.2043885" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-4-1-9"
+       cx="8.2669058"
+       cy="1051.1577"
+       rx="1.204405"
+       ry="1.2043887" />
+    <ellipse
+       ry="1.2043883"
+       rx="1.2044045"
+       cy="1047.7599"
+       cx="1.204404"
+       id="ellipse4184"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="1.2043885"
+       rx="1.2044047"
+       cy="1047.7599"
+       cx="4.7356548"
+       id="ellipse4186"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="1.2043887"
+       rx="1.204405"
+       cy="1047.7599"
+       cx="8.2669058"
+       id="ellipse4188"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4190"
+       cx="1.204404"
+       cy="1044.3622"
+       rx="1.2044045"
+       ry="1.2043883" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4192"
+       cx="4.7356548"
+       cy="1044.3622"
+       rx="1.2044047"
+       ry="1.2043885" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4194"
+       cx="8.2669058"
+       cy="1044.3622"
+       rx="1.204405"
+       ry="1.2043887" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/government.svg
===================================================================
--- /trunk/resources/images/presets/office/government.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/government.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="government.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="6.5574036"
+     inkscape:cy="8.9030505"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3621 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.919e-4,0.013 -3.919e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5664"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4162"
+       width="1"
+       height="16.000042"
+       x="-3.5762773e-007"
+       y="1036.3621" />
+    <rect
+       style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4175"
+       width="8.000001"
+       height="6.0000415"
+       x="0.9999997"
+       y="1036.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/insurance.svg
===================================================================
--- /trunk/resources/images/presets/office/insurance.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/insurance.svg	(revision 16006)
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="insurance.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627418"
+     inkscape:cx="3.4840778"
+     inkscape:cy="6.8405064"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4144-4"
+       width="7.9895883"
+       height="11.997437"
+       x="0.49999964"
+       y="1039.8646"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152"
+       width="9.0000019"
+       height="2.0000408"
+       x="-4.7683727e-007"
+       y="1044.8633"
+       ry="0.00014841002" />
+    <rect
+       style="opacity:1;fill:#ff6600;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4148"
+       width="2.0000005"
+       height="12.997803"
+       x="3.5039067"
+       y="1039.3643"
+       ry="0.00054400211" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/it.svg
===================================================================
--- /trunk/resources/images/presets/office/it.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/it.svg	(revision 16006)
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="it.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="4.6552983"
+     inkscape:cy="8.4648393"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#808080;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4183"
+       width="6"
+       height="4"
+       x="1.4999995"
+       y="1040.8621"
+       ry="4.1658499e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4254"
+       width="1.0000002"
+       height="6.000042"
+       x="7.000001"
+       y="1046.3621"
+       ry="1.6663515e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4258"
+       width="9.000001"
+       height="1.0000002"
+       x="1.7881413e-007"
+       y="1046.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4274"
+       width="1.0000002"
+       height="1.0000002"
+       x="1.9999999"
+       y="1043.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276"
+       width="1.0000001"
+       height="1.9999604"
+       x="5.0000005"
+       y="1041.3621"
+       ry="8.3315339e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ac9393;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4287"
+       width="2.0000007"
+       height="1.0000002"
+       x="4"
+       y="1043.3621"
+       ry="4.1658506e-005" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4301-4"
+       width="1.0000005"
+       height="1.0000005"
+       x="3"
+       y="1042.3621"
+       ry="4.1658514e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4185"
+       width="1"
+       height="1"
+       x="3.9999993"
+       y="1045.3621"
+       ry="4.1658499e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a05a2c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4254-9"
+       width="1.0000005"
+       height="6.0000429"
+       x="0.9999997"
+       y="1046.3621"
+       ry="1.6663518e-005" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/lawyer.svg
===================================================================
--- /trunk/resources/images/presets/office/lawyer.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/lawyer.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="lawyer.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32.000001"
+     inkscape:cx="4.0768219"
+     inkscape:cy="8.7837436"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#808080;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 3.031466,1039.3621 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,0.8334 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-0.8334 0.491463,0 0,1.5316 3.059322,0 0,-1.5316 0.541489,0 0,0.8334 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-0.9485 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936446,0 z"
+       id="path3772-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccsscc" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-4"
+       cx="5.0000005"
+       cy="1037.5665"
+       rx="1.2044045"
+       ry="1.2043883" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#784421;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4258"
+       width="10.000001"
+       height="9.5912285"
+       x="1.7881413e-007"
+       y="1042.7709"
+       ry="0.00039955613" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/newspaper.svg
===================================================================
--- /trunk/resources/images/presets/office/newspaper.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/newspaper.svg	(revision 16006)
@@ -0,0 +1,198 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="newspaper.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="-0.061727405"
+     inkscape:cy="7.7775336"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4203"
+       width="9.0067482"
+       height="13.006809"
+       x="0.50000113"
+       y="1038.8621"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4260"
+       width="4.000001"
+       height="2.0000401"
+       x="1.9999998"
+       y="1040.3621"
+       ry="8.3318664e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4262"
+       width="1.0000002"
+       height="1.0000002"
+       x="7.000001"
+       y="1040.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4274"
+       width="1.0000002"
+       height="1.0000002"
+       x="1.9999999"
+       y="1043.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276"
+       width="2.0000005"
+       height="1.0000002"
+       x="6.0000005"
+       y="1043.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4285"
+       width="2.0000005"
+       height="1.0000002"
+       x="1.9999999"
+       y="1045.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4287"
+       width="1.0000002"
+       height="1.0000002"
+       x="5"
+       y="1045.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4291"
+       width="1.0000002"
+       height="1.0000002"
+       x="1.9999999"
+       y="1047.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4293"
+       width="2.0000005"
+       height="1.0000002"
+       x="4"
+       y="1047.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4295"
+       width="1.0000002"
+       height="1.0000002"
+       x="7.0000019"
+       y="1047.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4299"
+       width="3.0000005"
+       height="1.0000002"
+       x="1.9999999"
+       y="1049.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4301"
+       width="1.0000002"
+       height="1.0000002"
+       x="6"
+       y="1049.3621"
+       ry="4.1658506e-005" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4301-0"
+       width="1.0000005"
+       height="1.0000005"
+       x="7.000001"
+       y="1045.3621"
+       ry="4.1658514e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4301-4"
+       width="1.0000005"
+       height="1.0000005"
+       x="4"
+       y="1043.3621"
+       ry="4.1658514e-005" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/notary.svg
===================================================================
--- /trunk/resources/images/presets/office/notary.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/notary.svg	(revision 16006)
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="notary.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="8.2497112"
+     inkscape:cy="7.5629731"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4203"
+       width="9.0067463"
+       height="13.006807"
+       x="0.49999964"
+       y="1038.8553"
+       ry="3.870315e-005" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9.0000011,1044.3621 c 0,0 -7.0000012,0 -7.0000012,7"
+       id="path4154"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4285"
+       width="2.0000005"
+       height="1.0000002"
+       x="1.9999994"
+       y="1040.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4287"
+       width="1.0000002"
+       height="1.0000002"
+       x="4.9999995"
+       y="1040.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4291"
+       width="1.0000002"
+       height="1.0000002"
+       x="1.9999994"
+       y="1042.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4293"
+       width="2.0000005"
+       height="1.0000002"
+       x="3.9999995"
+       y="1042.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4295"
+       width="1.0000002"
+       height="1.0000002"
+       x="7.0000014"
+       y="1042.3621"
+       ry="4.1658506e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4299"
+       width="1.0000007"
+       height="1.0000002"
+       x="1.9999994"
+       y="1044.3621"
+       ry="4.1658506e-005" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4301-0"
+       width="1.0000005"
+       height="1.0000005"
+       x="7.0000005"
+       y="1040.3621"
+       ry="4.1658514e-005" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4293-7"
+       width="4.0000005"
+       height="1.0000005"
+       x="-739.07898"
+       y="746.10168"
+       ry="4.1658514e-005"
+       transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/ong.svg
===================================================================
--- /trunk/resources/images/presets/office/ong.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/ong.svg	(revision 16006)
@@ -0,0 +1,192 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="ong.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-7.27988"
+     inkscape:cy="5.6187523"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-4"
+       cx="1.204404"
+       cy="1051.1577"
+       rx="1.2044045"
+       ry="1.2043883" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-4-1"
+       cx="4.7356548"
+       cy="1051.1577"
+       rx="1.2044047"
+       ry="1.2043885" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-4-1-9"
+       cx="8.2669058"
+       cy="1051.1577"
+       rx="1.204405"
+       ry="1.2043887" />
+    <ellipse
+       ry="1.2043883"
+       rx="1.2044045"
+       cy="1047.7599"
+       cx="1.204404"
+       id="ellipse4184"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="1.2043885"
+       rx="1.2044047"
+       cy="1047.7599"
+       cx="4.7356548"
+       id="ellipse4186"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="1.2043887"
+       rx="1.204405"
+       cy="1047.7599"
+       cx="8.2669058"
+       id="ellipse4188"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4190"
+       cx="1.204404"
+       cy="1044.3622"
+       rx="1.2044045"
+       ry="1.2043883" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4192"
+       cx="4.7356548"
+       cy="1044.3622"
+       rx="1.2044047"
+       ry="1.2043885" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4194"
+       cx="8.2669058"
+       cy="1044.3622"
+       rx="1.204405"
+       ry="1.2043887" />
+    <ellipse
+       ry="1.2043883"
+       rx="1.2044045"
+       cy="1040.9644"
+       cx="1.204404"
+       id="ellipse4196"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="1.2043885"
+       rx="1.2044047"
+       cy="1040.9644"
+       cx="4.7356548"
+       id="ellipse4198"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="1.2043887"
+       rx="1.204405"
+       cy="1040.9644"
+       cx="8.2669058"
+       id="ellipse4200"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4148"
+       cx="1.204404"
+       cy="1037.5665"
+       rx="1.2044045"
+       ry="1.2043883" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4150"
+       cx="4.7356548"
+       cy="1037.5665"
+       rx="1.2044047"
+       ry="1.2043885" />
+    <ellipse
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4152"
+       cx="8.2669058"
+       cy="1037.5665"
+       rx="1.204405"
+       ry="1.2043887" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/political_party.svg
===================================================================
--- /trunk/resources/images/presets/office/political_party.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/political_party.svg	(revision 16006)
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="political_party.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6568543"
+     inkscape:cx="-81.196118"
+     inkscape:cy="14.590393"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#2a7fff;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 1.031466,1044.3647 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.919e-4,0.013 -3.919e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,5.9565 1.226168,0 0,-3 0.606984,0 0,3 1.226169,0 0,-5.9565 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772-3-5"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#2a7fff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-2-3"
+       cx="3"
+       cy="1042.569"
+       rx="1.2044042"
+       ry="1.204388" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#2a7fff;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 6.0817199,1044.3647 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.919e-4,0.013 -3.919e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,5.9565 1.226168,0 0,-3 0.606984,0 0,3 1.226169,0 0,-5.9565 0.5414891,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.9364451,0 z"
+       id="path3772-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#2a7fff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-2"
+       cx="8.0502539"
+       cy="1042.569"
+       rx="1.2044042"
+       ry="1.204388" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3621 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.919e-4,0.013 -3.919e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5664"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="opacity:1;fill:#2a7fff;fill-opacity:1;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4141"
+       width="5"
+       height="4"
+       x="0.9999997"
+       y="1036.3621" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4143"
+       width="1"
+       height="9.000041"
+       x="-2.9802328e-007"
+       y="1036.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/private_company.svg
===================================================================
--- /trunk/resources/images/presets/office/private_company.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/private_company.svg	(revision 16006)
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="private_company.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627418"
+     inkscape:cx="6.2533127"
+     inkscape:cy="11.697794"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4321"
+       width="8"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       ry="0.00014840699" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3621 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.919e-4,0.013 -3.919e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5664"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4232"
+       width="1"
+       height="16"
+       x="7.9999995"
+       y="1036.3621"
+       ry="0.00014840699" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234"
+       width="3.0000007"
+       height="2.0000396"
+       x="-1.3709068e-006"
+       y="1038.3621"
+       ry="0.00014840992" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234-2"
+       width="3.0000012"
+       height="2.0000401"
+       x="3.9999995"
+       y="1038.3621"
+       ry="0.00014840995" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234-4"
+       width="3.0000012"
+       height="2.0000401"
+       x="-3.8146968e-006"
+       y="1041.3621"
+       ry="0.00014840995" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234-2-6"
+       width="3.0000017"
+       height="2.0000405"
+       x="3.9999981"
+       y="1041.3621"
+       ry="0.00014840998" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234-1"
+       width="3.0000012"
+       height="2.0000401"
+       x="-3.2186504e-006"
+       y="1044.3621"
+       ry="0.00014840995" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234-2-1"
+       width="3.0000017"
+       height="2.0000405"
+       x="3.9999981"
+       y="1044.3621"
+       ry="0.00014840998" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234-4-6"
+       width="3.0000017"
+       height="2.0000405"
+       x="-5.8412552e-006"
+       y="1047.3621"
+       ry="0.00014840998" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234-2-6-1"
+       width="3.0000021"
+       height="2.000041"
+       x="3.9999971"
+       y="1047.3621"
+       ry="0.00014841001" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234-4-6-1"
+       width="3.0000021"
+       height="2.000041"
+       x="-3.3378601e-006"
+       y="1050.3621"
+       ry="0.00014841001" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4234-2-6-1-5"
+       width="3.0000026"
+       height="2.0000415"
+       x="4.0000005"
+       y="1050.3621"
+       ry="0.00014841004" />
+    <rect
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4323"
+       width="8"
+       height="1"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       ry="0.00014840699" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/real_state.svg
===================================================================
--- /trunk/resources/images/presets/office/real_state.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/real_state.svg	(revision 16006)
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="real_state.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-14.817651"
+     inkscape:cy="8.1817033"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4.949747,1037.314 -4.33102905,4.5741 8.99351435,-0.044 z"
+       id="path4146"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffdd55;fill-rule:evenodd;stroke:#ff0000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 0.3437494,1041.7293 4.6562501,-4.3672 4.6523438,4.3633"
+       id="path4154"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <rect
+       style="opacity:1;fill:#ffdd55;fill-opacity:1;stroke:#ff0000;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4144"
+       width="8.9991608"
+       height="9.9960938"
+       x="0.50000155"
+       y="1041.866"
+       ry="0" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.81929415px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       d="m 4.9371319,1042.8107 0,8.1636"
+       id="path4366"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.87107658px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       d="m 6.9932009,1044.0175 c 0,0 -4.0863752,-1.3424 -4.0863703,1.4593 4.9e-6,2.8016 4.0684222,0.2334 4.0684164,3.035 -5.6e-6,2.8017 -4.0578992,1.109 -4.0578992,1.109"
+       id="path4368"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cssc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/religion.svg
===================================================================
--- /trunk/resources/images/presets/office/religion.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/religion.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="religion.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-2.1418789"
+     inkscape:cy="12.971447"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.33549738;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 3.0000001,1038.3621 0,14 2.0000003,0 0,-14 -2.0000003,0 z"
+       id="path4231"
+       inkscape:connector-curvature="0" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a05a2c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.30940175;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m -4.8841862e-7,1041.3621 0,2 8.00000148841862,0 0,-2 -8.00000148841862,0 z"
+       id="path4233"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/research.svg
===================================================================
--- /trunk/resources/images/presets/office/research.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/research.svg	(revision 16006)
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="research.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16.000001"
+     inkscape:cx="-2.2157162"
+     inkscape:cy="14.866346"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     showguides="false"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.7499994,1041.909 3.3437498,0 1.265625,5.1094 -5.7656248,0 z"
+       id="path4143"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#00aa00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.8251704,1046.3623 -1.29437828,5.4574 8.02493628,-0.019 -1.3255306,-5.4387 z"
+       id="path4164"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.3078344,1041.9023 1.6156978,0 -2.42354659,9.9598 8.07848939,0 -2.4235466,-9.9598 1.6156985,0"
+       id="path4162"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00aa00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4199"
+       cx="3.5155647"
+       cy="1037.9656"
+       r="1.6034237" />
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00aa00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4206"
+       cx="4.5528994"
+       cy="1040.998"
+       r="1.0204619" />
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00aa00;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4208"
+       cx="4.0849366"
+       cy="1043.8723"
+       r="0.5985868" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031467,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.921e-4,0.013 -3.921e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.0091,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606985,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936446,0 z"
+       id="path3772-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-4"
+       cx="13.000001"
+       cy="1037.5665"
+       rx="1.2044045"
+       ry="1.2043883" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/tax_advisor.svg
===================================================================
--- /trunk/resources/images/presets/office/tax_advisor.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/tax_advisor.svg	(revision 16006)
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="tax_advisor.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-10.189045"
+     inkscape:cy="10.56325"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <rect
+       ry="0"
+       y="1041.8585"
+       x="0.49999952"
+       height="10.00354"
+       width="8.0039082"
+       id="rect4217"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#808080;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4219"
+       d="m 4.5000504,1042.8692 0,8.1636"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="cssc"
+       inkscape:connector-curvature="0"
+       id="path4221"
+       d="m 6.5402884,1044.0562 c 0,0 -4.086376,-1.3424 -4.086371,1.4593 4e-6,2.8016 4.068423,0.2334 4.068417,3.035 -6e-6,2.8017 -4.0579,1.109 -4.0579,1.109"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="ccc"
+       style="fill:#008000;fill-rule:evenodd;stroke:none;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.5019531,1038.3585 3.0000005,3 3.0000006,-3"
+       id="path4231"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="opacity:1;fill:#008000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4269"
+       width="2.0000012"
+       height="2.9844143"
+       x="3.5019531"
+       y="1036.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/office/telecommunication.svg
===================================================================
--- /trunk/resources/images/presets/office/telecommunication.svg	(revision 16006)
+++ /trunk/resources/images/presets/office/telecommunication.svg	(revision 16006)
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="telecommunication.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627416"
+     inkscape:cx="6.1022863"
+     inkscape:cy="7.0393083"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff6600;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.07500005;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4276-0-6"
+       width="1.0000002"
+       height="10.593793"
+       x="4.5072579"
+       y="1041.7683"
+       ry="0.0004413214" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.031468,1039.3622 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.917e-4,0.013 -3.917e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.00913,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,10.2347 c -0.01173,0.9661 1.237895,0.9661 1.226168,0 l 0,-6.2782 0.606984,0 0,6.2782 c -0.01162,0.9659 1.237788,0.9659 1.226169,0 l 0,-10.2347 0.541489,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936445,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccccccsscc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="13.000002"
+       cy="1037.5665"
+       rx="1.2044042"
+       ry="1.204388" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6.5067825,1037.9151 c 0,0 1.530331,0.4918 1.530331,2 0,1.4861 -1.530328,2 -1.530328,2"
+       id="path4155"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 7.4959485,1036.8653 c 0,0 1.999999,1 1.999999,3 0,2 -1.999999,3 -1.999999,3"
+       id="path4155-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csc" />
+    <path
+       sodipodi:nodetypes="csc"
+       inkscape:connector-curvature="0"
+       id="path4190"
+       d="m 3.4891646,1038.0714 c 0,0 -1.530331,0.4918 -1.530331,2 0,1.4861 1.530328,2 1.530328,2"
+       style="fill:none;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:nodetypes="csc"
+       inkscape:connector-curvature="0"
+       id="path4192"
+       d="m 2.4999986,1037.0216 c 0,0 -1.99999896,1 -1.99999896,3 0,2 1.99999896,3 1.99999896,3"
+       style="fill:none;fill-rule:evenodd;stroke:#ff6600;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <circle
+       style="opacity:1;fill:#ff6600;fill-opacity:1;stroke:#ff6600;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4194"
+       cx="5.0312495"
+       cy="1040.0183"
+       r="0.71875006" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/capital.svg
===================================================================
--- /trunk/resources/images/presets/place/capital.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/capital.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#8fa7f6;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/city.svg
===================================================================
--- /trunk/resources/images/presets/place/city.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/city.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#7748a8;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/farm.svg
===================================================================
--- /trunk/resources/images/presets/place/farm.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/farm.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#a7ff92;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/hamlet.svg
===================================================================
--- /trunk/resources/images/presets/place/hamlet.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/hamlet.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#ffff33;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/island.svg
===================================================================
--- /trunk/resources/images/presets/place/island.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/island.svg	(revision 16006)
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="339.99463"
+   id="svg6271"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="island.svg"
+   sodipodi:version="0.32"
+   width="418.38162"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>Island, palm, and the sun</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li />
+            <rdf:li>vacation</rdf:li>
+            <rdf:li>palm</rdf:li>
+            <rdf:li>sun</rdf:li>
+            <rdf:li>plants</rdf:li>
+            <rdf:li>island</rdf:li>
+            <rdf:li>plant</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Claygirl</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Claygirl</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Claygirl</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3" />
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="52.218922"
+     inkscape:cy="165.57038"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.7"
+     pagecolor="#ffffff"
+     showgrid="false"
+     units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-72.469649,-255.22273)">
+    <path
+       d="m 140.76834,567.84201 80.03335,-6.11575 c -59.94724,-28.79554 12.10553,-181.59108 20.15829,-203.38662 28.43237,11.50475 12.86474,58.00949 68.29711,76.51424 -22.90096,-40.16192 -15.80193,-83.32385 -65.70289,-84.48577 50.44143,-4.87381 79.88285,-34.74763 90.32428,-49.62144 -91.89191,20.12619 -71.78381,27.25237 -95.67572,41.37856 4.88285,-20.08096 46.76571,-40.16192 32.64856,-85.24288 -15.89191,27.95952 -46.78381,40.91903 -47.67572,83.87855 -28.77929,-52.85357 -57.55858,-27.70715 -96.33787,-40.56072 -6.77929,12.14643 35.44143,12.29285 89.66214,48.43928 -57.22524,-2.04048 -77.45048,52.91904 -75.67572,65.87856 31.10809,-40.70715 37.21619,-19.41429 87.32428,-60.12144 -109.86997,215.0613 -78.3091,189.98217 -87.38009,213.44543 z"
+       id="path3708"
+       inkscape:export-filename="/home/clay/solano02.png"
+       inkscape:export-xdpi="90.000000"
+       inkscape:export-ydpi="90.000000"
+       sodipodi:nodetypes="cccccccccccccc"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:317.1362915px;font-family:'Bitstream Charter';writing-mode:lr-tb;text-anchor:start;fill:#67bb27;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:6.71712637;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:0;stroke-dashoffset:0;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="M 297.15179,591.06696 C 177.6722,592.60884 75.53125,587.59375 75.53125,587.59375 l -0.866071,0.96875 c 0,0 201.535251,-114.14593 413.553571,0 l 1.95982,0.45982 c -64.48838,6.38052 -130.44223,1.23699 -193.02678,2.04464 z"
+       id="path6292"
+       sodipodi:nodetypes="cccccc"
+       style="fill:#e6cc00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.88999987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/islet.svg
===================================================================
--- /trunk/resources/images/presets/place/islet.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/islet.svg	(revision 16006)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="311.5632"
+   id="svg6271"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="islet.svg"
+   sodipodi:version="0.32"
+   width="421.40338"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata7124">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>Island, palm, and the sun</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li />
+            <rdf:li>vacation</rdf:li>
+            <rdf:li>palm</rdf:li>
+            <rdf:li>sun</rdf:li>
+            <rdf:li>plants</rdf:li>
+            <rdf:li>island</rdf:li>
+            <rdf:li>plant</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Claygirl</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Claygirl</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Claygirl</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3" />
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="153.43525"
+     inkscape:cy="194.35462"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="692"
+     inkscape:window-width="1017"
+     inkscape:window-x="22"
+     inkscape:window-y="29"
+     inkscape:zoom="0.98994949"
+     pagecolor="#ffffff"
+     showgrid="false"
+     inkscape:window-maximized="0" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-71.720179,-283.64791)">
+    <path
+       d="M 297.15179,591.06696 C 177.6722,592.60884 75.53125,587.59375 75.53125,587.59375 L 74.665179,588.5625 C 74.665179,588.5625 276.20043,474.41657 488.21875,588.5625 L 490.17857,589.02232 C 425.69019,595.40284 359.73634,590.25931 297.15179,591.06696 z "
+       id="path6292"
+       sodipodi:nodetypes="cccccc"
+       style="fill:#e6cc00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.88999987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/isolated_dwelling.svg
===================================================================
--- /trunk/resources/images/presets/place/isolated_dwelling.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/isolated_dwelling.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#00ff0c;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/locality.svg
===================================================================
--- /trunk/resources/images/presets/place/locality.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/locality.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="311.5632"
+   id="svg6271"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\places"
+   sodipodi:docname="locality.svg"
+   sodipodi:version="0.32"
+   width="421.40338"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata7124">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>Island, palm, and the sun</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li />
+            <rdf:li>vacation</rdf:li>
+            <rdf:li>palm</rdf:li>
+            <rdf:li>sun</rdf:li>
+            <rdf:li>plants</rdf:li>
+            <rdf:li>island</rdf:li>
+            <rdf:li>plant</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Claygirl</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Claygirl</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Claygirl</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3" />
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="325.66626"
+     inkscape:cy="195.36477"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="692"
+     inkscape:window-width="1017"
+     inkscape:window-x="22"
+     inkscape:window-y="29"
+     inkscape:zoom="0.98994949"
+     pagecolor="#ffffff" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-71.720179,-283.64791)">
+    <rect
+       style="fill:#424242;fill-opacity:1;stroke:none;stroke-width:3.49739575;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect7133"
+       width="8.2168903"
+       height="259.40039"
+       x="211.60585"
+       y="284.38644" />
+    <path
+       d="M 297.15179,591.06696 C 177.6722,592.60884 75.53125,587.59375 75.53125,587.59375 L 74.665179,588.5625 C 74.665179,588.5625 276.20043,474.41657 488.21875,588.5625 L 490.17857,589.02232 C 425.69019,595.40284 359.73634,590.25931 297.15179,591.06696 z "
+       id="path6292"
+       sodipodi:nodetypes="cccccc"
+       style="fill:#e6cc00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.88999987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="fill:#e0e0e0;fill-opacity:1;stroke:#424242;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect7131"
+       width="125.46414"
+       height="38.321289"
+       x="221.55365"
+       y="286.77295" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/neighbourhood.svg
===================================================================
--- /trunk/resources/images/presets/place/neighbourhood.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/neighbourhood.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#ffc8a3;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/quarter.svg
===================================================================
--- /trunk/resources/images/presets/place/quarter.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/quarter.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#ff59f9;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/square.svg
===================================================================
--- /trunk/resources/images/presets/place/square.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/square.svg	(revision 16006)
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="37.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="2.6330947"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect816"
+       width="16"
+       height="16"
+       x="0"
+       y="1037.3622"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect818"
+       width="14"
+       height="14"
+       x="1"
+       y="1038.3622" />
+    <rect
+       style="opacity:1;fill:#333333;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect820"
+       width="10"
+       height="10"
+       x="3"
+       y="1040.3622" />
+    <rect
+       style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect822"
+       width="4"
+       height="4"
+       x="6"
+       y="1043.3622" />
+    <path
+       style="fill:#b3b3b3;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1,1052.3622 5,-5"
+       id="path824"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1,1038.3622 c 5,5 5,5 5,5"
+       id="path826"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 15,1038.3622 -5,5"
+       id="path828"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#808080;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 15,1052.3622 -5,-5"
+       id="path830"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/suburb.svg
===================================================================
--- /trunk/resources/images/presets/place/suburb.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/suburb.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#ffc221;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/town.svg
===================================================================
--- /trunk/resources/images/presets/place/town.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/town.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/place/village.svg
===================================================================
--- /trunk/resources/images/presets/place/village.svg	(revision 16006)
+++ /trunk/resources/images/presets/place/village.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="capital12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="-6.5823956"
+     inkscape:cy="-7.3402775"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <path
+       style="fill:#ff6600;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.97307134;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5380631,1049.6846 c -0.603283,-2.4222 1.9922899,-1.3924 3.2209819,0 0.756162,0.511 1.507072,0.3248 2.257945,0.1345 1.957005,-0.36 1.461761,-3.0218 1.379903,-3.4492 -0.277846,-0.8432 -0.22161,-1.061 -1.438908,-2.1021 -1.073374,-0.499 -2.076717,-0.1483 -2.459486,-0.4388 -0.707308,-0.3481 0.356589,-2.2339 -1.187385,-2.3689 -2.8155432,0.2884 -3.877829,0.1299 -4.0699413,-0.067 -1.060499,-0.6232 -1.1916803,-0.7814 -2.4885151,-0.1017 -1.6245177,1.2331 -1.0990479,2.7364 -1.2962578,4.0287 -0.3541192,1.4112 -1.97341599,2.4273 -1.95745343,3.1791 -0.20462469,2.8006 1.90658613,2.653 2.27351833,2.9443 1.051048,0.4388 6.4448484,0.9064 6.6276018,-0.5853 -3.162e-4,-0.6497 -0.7628576,-0.6939 -0.8620034,-1.1738 z"
+       id="path4145"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/bay.svg
===================================================================
--- /trunk/resources/images/presets/power/bay.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/bay.svg	(revision 16006)
@@ -0,0 +1,269 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__bay.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-4.1208993"
+     inkscape:cy="7.8651042"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3.5000004,1042.3621 0,10"
+       id="path4226"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4228"
+       d="m 8.5000011,1042.3621 0,10"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 13.500002,1042.3621 0,10"
+       id="path4230"
+       inkscape:connector-curvature="0" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4238"
+       cx="3.5000007"
+       cy="1048.8621"
+       r="1.5" />
+    <circle
+       r="1.5"
+       cy="1048.8621"
+       cx="8.5000029"
+       id="circle4240"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="circle4242"
+       cx="13.500004"
+       cy="1048.8621"
+       r="1.5" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4258"
+       d="m 3.4999996,1036.3621 0,6"
+       style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.5000003,1036.3621 0,6"
+       id="path4260"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4262"
+       d="m 13.500002,1036.3621 0,6"
+       style="fill:none;fill-rule:evenodd;stroke:#999999;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/busbar.svg
===================================================================
--- /trunk/resources/images/presets/power/busbar.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/busbar.svg	(revision 16006)
@@ -0,0 +1,251 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__busbar2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="4.0453444"
+     inkscape:cy="6.8909456"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff6000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1049.8621 16,0"
+       id="path4251"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4253"
+       d="m 0,1046.8621 16,0"
+       style="fill:none;fill-rule:evenodd;stroke:#ff6000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff6000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1043.8621 16,0"
+       id="path4255"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.5000002,1036.3621 0,8"
+       id="path4257"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5.5000003,1036.3621 0,11"
+       id="path4259"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.500001,1036.3621 0,14"
+       id="path4261"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/cable.svg
===================================================================
--- /trunk/resources/images/presets/power/cable.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/cable.svg	(revision 16006)
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__cable2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="29.263749"
+     inkscape:cy="-5.274116"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4336"
+       width="16"
+       height="6.9999185"
+       x="0"
+       y="1045.3621" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#00d400;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.9073489e-6,1044.3621 16.0000000926511,0"
+       id="path4206"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4208"
+       d="m 0,1048.8621 16,0"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/cable_distribution_cabinet.svg
===================================================================
--- /trunk/resources/images/presets/power/cable_distribution_cabinet.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/cable_distribution_cabinet.svg	(revision 16006)
@@ -0,0 +1,235 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__cable_distribution_cabinet7.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="11.163551"
+     inkscape:cy="15.362753"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:#333333;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4208"
+       width="7.0000014"
+       height="10.99992"
+       x="4.5000005"
+       y="1040.8621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4348"
+       d="m 9.0000011,1042.8621 -2.6415095,4.2453 3.2830188,-1.4906 -2.6415095,4.2453"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#c87137;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.9073489e-6,1051.8621 16.0000000926511,0"
+       id="path4221"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/catenary_mast.svg
===================================================================
--- /trunk/resources/images/presets/power/catenary_mast.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/catenary_mast.svg	(revision 16006)
@@ -0,0 +1,240 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__catenary_mast2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254836"
+     inkscape:cx="7.1059672"
+     inkscape:cy="9.2063489"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="false"
+     inkscape:snap-page="true"
+     showguides="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 13,1037.3621 0,15"
+       id="path4282"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:bevel;stroke-opacity:1"
+       d="m 12.25,1039.8621 -11.0550293,0 11.5550293,7.2318"
+       id="path4209"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4213"
+       d="m 11,1039.8621 -3,0"
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 10.735478,1045.8317 -2.5428776,-1.5918"
+       id="path4215"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/compensator.svg
===================================================================
--- /trunk/resources/images/presets/power/compensator.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/compensator.svg	(revision 16006)
@@ -0,0 +1,240 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__compensator2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-1.4356981"
+     inkscape:cy="7.0826301"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4264"
+       width="8.000001"
+       height="12.000042"
+       x="3.9999993"
+       y="1039.3621"
+       ry="2.0000401"
+       rx="2.0000401" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9.5,1040.3621 0,-4"
+       id="path4212"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4216"
+       d="m 6.5,1040.3621 0,-4"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/converter.svg
===================================================================
--- /trunk/resources/images/presets/power/converter.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/converter.svg	(revision 16006)
@@ -0,0 +1,266 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__converter2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-5.9676933"
+     inkscape:cy="7.5346371"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 14,1049.8621 -12,0"
+       id="path4295"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4307"
+       d="M 12.000001,1047.8621 3,1047.8621"
+       style="fill:none;fill-rule:evenodd;stroke:#ff6000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff6000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 12.000001,1045.8621 3,1045.8621"
+       id="path4309"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4311"
+       d="M 12.000001,1043.8621 3,1043.8621"
+       style="fill:none;fill-rule:evenodd;stroke:#ff6000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 13.5,1036.3621 0,16"
+       id="path4313"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff6000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 12.000001,1041.8621 3,1041.8621"
+       id="path4315"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4317"
+       d="m 14,1039.8621 -12,0"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4321"
+       d="m 4.4999999,1040.3621 0,9"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 10.500001,1040.3621 0,9"
+       id="path4323"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/generator.svg
===================================================================
--- /trunk/resources/images/presets/power/generator.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/generator.svg	(revision 16006)
@@ -0,0 +1,245 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__generator2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-3.4347714"
+     inkscape:cy="6.7346687"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4227"
+       cx="8"
+       cy="1044.3621"
+       rx="6.5"
+       ry="6.5000176" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 7.9999992,1039.6016 0,9.5211"
+       id="path4213"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4215"
+       d="m 12.760494,1044.3621 -9.5209888,0"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 11.366177,1040.996 -6.7323553,6.7323"
+       id="path4217"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4219"
+       d="m 4.6338382,1040.9959 6.7323228,6.7325"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/insulator.svg
===================================================================
--- /trunk/resources/images/presets/power/insulator.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/insulator.svg	(revision 16006)
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__insulator6.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="1.9345873"
+     inkscape:cy="8.3262637"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5,1036.3621 0,16"
+       id="path4282"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="ccc"
+       inkscape:connector-curvature="0"
+       id="path4248"
+       d="m 6,1042.8621 2.5,-2 2.5,2 z"
+       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       d="m 6,1045.8621 2.5,-2 2.5,2 z"
+       id="path4250"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       sodipodi:nodetypes="ccc"
+       inkscape:connector-curvature="0"
+       id="path4252"
+       d="m 6,1048.8621 2.5,-2 2.5,2 z"
+       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.99999988;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5000002,1039.3621 0,11"
+       id="path4254"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/line.svg
===================================================================
--- /trunk/resources/images/presets/power/line.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/line.svg	(revision 16006)
@@ -0,0 +1,249 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__line9.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="4.0017303"
+     inkscape:cy="9.3213242"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#00d400;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0,1044.3621 16,0"
+       id="path4208"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4336"
+       width="16"
+       height="6.9999185"
+       x="0"
+       y="1045.3621" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.5000004,1045.3621 0,-8"
+       id="path4206"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4210"
+       d="m 13.500002,1045.3621 0,-8"
+       style="fill:none;fill-rule:evenodd;stroke:#4d4d4d;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 16.000002,1038.8621 c -1,0 -2.5,-1.5 -2.5,-1.5 0,0 -2.55979,2.5008 -5.500002,2.5008 -2.9402124,0 -5.4999997,-2.5008 -5.4999997,-2.5008 0,0 -1.5000002,1.5 -2.5000003,1.5"
+       id="path4216"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cczcc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/plant.svg
===================================================================
--- /trunk/resources/images/presets/power/plant.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/plant.svg	(revision 16006)
@@ -0,0 +1,232 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__plant5.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="3.4252009"
+     inkscape:cy="6.6588019"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4231"
+       width="4.8506665"
+       height="4.9962158"
+       x="9.6493359"
+       y="1045.866" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.0000001,1050.8621 c 0,0 3.5000004,-5 2.5000003,-12 l 6.0000007,0 c -0.9999999,7 2.4999999,12 2.4999999,12 z"
+       id="path4229"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/pole.svg
===================================================================
--- /trunk/resources/images/presets/power/pole.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/pole.svg	(revision 16006)
@@ -0,0 +1,226 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__pole2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="2.4580159"
+     inkscape:cy="9.6013118"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffcc00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.93599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 4,1036.3621 0,2 -4,0 0,6 3,0 0,-2 1,0 0,10 4,0 0,-10 1,0 0,2 3,0 0,-6 -4,0 0,-2 -4,0 z"
+       id="path4218"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#8b4513;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6.0000008,1037.3621 0,15"
+       id="path4282"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4216"
+       d="m 1,1039.3621 0,2 0,2 1,0 0,-2 8,0 0,2 1,0 0,-2 0,-2 -10,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/pole_switch.svg
===================================================================
--- /trunk/resources/images/presets/power/pole_switch.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/pole_switch.svg	(revision 16006)
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="pole_switch.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="1.4844036"
+     inkscape:cy="8.2121622"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     inkscape:window-width="1280"
+     inkscape:window-height="971"
+     inkscape:window-x="-8"
+     inkscape:window-y="41"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffcc00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.93599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="M 4,0 V 2 H 0 v 6 0.3 1.6 l 2.6,2.9 V 16 H 8 V 6 h 1 v 2 h 3 V 2 H 8 V 0 Z"
+       transform="translate(0,1036.3621)"
+       id="path4218"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccccc" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#8b4513;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6.0000008,1037.3621 0,15"
+       id="path4282"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4216"
+       d="m 1,1039.3621 0,2 0,2 1,0 0,-2 8,0 0,2 1,0 0,-2 0,-2 -10,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4228"
+       d="m 4.375,1041.3621 v 3"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.25;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4.4285628,1052.3621 v -3.7493 l -1.8621907,-2.2107 -1.3457462,-1.54"
+       id="path4246"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/pole_transformer.svg
===================================================================
--- /trunk/resources/images/presets/power/pole_transformer.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/pole_transformer.svg	(revision 16006)
@@ -0,0 +1,233 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__pole__transformer_distribution2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="3.5064502"
+     inkscape:cy="6.2853706"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffcc00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.93599999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="M 4,0 4,2 0,2 0,8 3,8 3,6 4,6 4,16 8,16 8,13 11,13 11,8 12,8 12,2 8,2 8,0 Z"
+       transform="translate(0,1036.3621)"
+       id="path4218"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccccc" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#8b4513;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6.0000008,1037.3621 0,15"
+       id="path4282"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4216"
+       d="m 1,1039.3621 0,2 0,2 1,0 0,-2 8,0 0,2 1,0 0,-2 0,-2 -10,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 7,1044.3621 0,1 1,0 0,3 2,0 0,-4 -2,0 -1,0 z"
+       id="rect4290" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/portal.svg
===================================================================
--- /trunk/resources/images/presets/power/portal.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/portal.svg	(revision 16006)
@@ -0,0 +1,294 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__portal8.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-1.7241793"
+     inkscape:cy="8.8479371"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <g
+       id="g4212"
+       transform="translate(-4.4804688,0)">
+      <path
+         sodipodi:nodetypes="cccccccc"
+         inkscape:connector-curvature="0"
+         id="path4211"
+         transform="translate(0,1036.3621)"
+         d="M 7.5078125,1.9999999 4.4804688,16 5.5,16 8.0019531,4.4640781 10.521484,16 11.539062,16 8.4902344,1.9999999 Z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <path
+         sodipodi:nodetypes="cc"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 9.1385373,1043.8621 -2.1385365,0"
+         id="path4311"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cc"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 10.031748,1048.8621 -4.0317473,0"
+         id="path4226"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4221"
+         d="m 8.000001,1038.5007 0,-2.1386"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:nodetypes="cc" />
+    </g>
+    <g
+       transform="translate(4.4609399,0)"
+       id="g4218">
+      <path
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+         d="M 7.5078125,1.9999999 4.4804688,16 5.5,16 8.0019531,4.4640781 10.521484,16 11.539062,16 8.4902344,1.9999999 Z"
+         transform="translate(0,1036.3621)"
+         id="path4220"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccccc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4222"
+         d="m 9.1385373,1043.8621 -2.1385365,0"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:nodetypes="cc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4224"
+         d="m 10.031748,1048.8621 -4.0317473,0"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:nodetypes="cc" />
+      <path
+         sodipodi:nodetypes="cc"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 8.000001,1038.5007 0,-2.1386"
+         id="path4227"
+         inkscape:connector-curvature="0" />
+    </g>
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4.0000005,1038.8621 7.9999995,0"
+       id="path4229"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6.5000008,1039.3621 0,2"
+       id="path4231"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9.5000011,1039.3621 0,2"
+       id="path4233"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/power.svg
===================================================================
--- /trunk/resources/images/presets/power/power.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power.svg	(revision 16006)
@@ -0,0 +1,223 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="5.1515274"
+     inkscape:cy="3.9731809"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4348"
+       d="m 9.8629924,1037.9979 -4.9211118,7.7194 6.1162384,-2.7104 -4.9211115,7.7194"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/power_source-biofuel.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-biofuel.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-biofuel.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-gas.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="1018"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="32"
+     inkscape:cx="6.9004192"
+     inkscape:cy="10.644037"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#00EE76;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1"
+     id="background"
+     cx="8"
+     cy="8"
+     rx="7.6000004"
+     ry="7.5999999" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="7"
+     width="2"
+     height="6"
+     id="rect2939" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1"
+     d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611"
+     id="path2941" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="8"
+     width="2"
+     height="5"
+     id="rect2943" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="5"
+     width="1.9999994"
+     height="0.99999976"
+     id="rect2947" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="6"
+     width="2.0000012"
+     height="0.99999595"
+     id="rect2949" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1"
+     d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757"
+     id="path2941-2" />
+</svg>
Index: /trunk/resources/images/presets/power/power_source-coal.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-coal.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-coal.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-gas.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="1018"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="32"
+     inkscape:cx="6.9004192"
+     inkscape:cy="10.644037"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#8B4513;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1"
+     id="background"
+     cx="8"
+     cy="8"
+     rx="7.6000004"
+     ry="7.5999999" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="7"
+     width="2"
+     height="6"
+     id="rect2939" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1"
+     d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611"
+     id="path2941" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="8"
+     width="2"
+     height="5"
+     id="rect2943" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="5"
+     width="1.9999994"
+     height="0.99999976"
+     id="rect2947" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="6"
+     width="2.0000012"
+     height="0.99999595"
+     id="rect2949" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1"
+     d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757"
+     id="path2941-2" />
+</svg>
Index: /trunk/resources/images/presets/power/power_source-gas.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-gas.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-gas.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-gas.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="1018"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="32"
+     inkscape:cx="6.9004192"
+     inkscape:cy="10.644037"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1"
+     id="background"
+     cx="8"
+     cy="8"
+     rx="7.6000004"
+     ry="7.5999999" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="7"
+     width="2"
+     height="6"
+     id="rect2939" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1"
+     d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611"
+     id="path2941" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="8"
+     width="2"
+     height="5"
+     id="rect2943" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="5"
+     width="1.9999994"
+     height="0.99999976"
+     id="rect2947" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="6"
+     width="2.0000012"
+     height="0.99999595"
+     id="rect2949" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1"
+     d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757"
+     id="path2941-2" />
+</svg>
Index: /trunk/resources/images/presets/power/power_source-geothermal.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-geothermal.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-geothermal.svg	(revision 16006)
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-geothermal2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs14" />
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="33.37544"
+     inkscape:cx="0.88431149"
+     inkscape:cy="7.3901301"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#ff4b00;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="background"
+     cx="8"
+     cy="8"
+     rx="7.6000004"
+     ry="7.5999999" />
+  <g
+     id="g2973"
+     transform="matrix(0.70956312,0,0,0.80502669,2.8413415,4.4945337)"
+     style="stroke:#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
+    <path
+       id="path2959"
+       d="m 0.354,3.355 c 1,1 3.999,2.999 6.998,1 3,-2 6,0 6.999,1"
+       style="fill:none;stroke:#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path2961"
+       d="m 0.354,0.355 c 1,1.001 3.999,3 6.998,1.001 3,-2 6,0 6.999,0.999"
+       style="fill:none;stroke:#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path2963"
+       d="m 0.354,6.354 c 1,1.001 3.999,2.999 6.998,1.001 3,-2 6,0 6.999,0.999"
+       style="fill:none;stroke:#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/power_source-nuclear.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-nuclear.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-nuclear.svg	(revision 16006)
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-nuclear.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs15" />
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="33.37544"
+     inkscape:cx="6.6382163"
+     inkscape:cy="6.2111108"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1"
+     id="background"
+     cx="8"
+     cy="8"
+     rx="7.6000004"
+     ry="7.5999999" />
+  <g
+     id="g2397"
+     style="fill:#000000"
+     transform="scale(0.8,0.80000003)">
+    <path
+       id="path4369"
+       d="m 14,3.074 -2.5,4.33 C 12.396,7.922 13.001,8.889 13.001,10 L 18,10 C 18,7.041 16.39,4.457 14,3.074 Z"
+       style="fill:#000000"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4371"
+       d="m 2.006,10 4.999,0 C 7.005,8.964 7.54,7.957 8.501,7.402 L 6.002,3.072 C 3.441,4.552 2.008,7.238 2.006,10 Z"
+       style="fill:#000000"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path4373"
+       d="m 14,16.925 -2.5,-4.329 c -0.897,0.516 -2.037,0.556 -2.998,10e-4 l -2.499,4.328 c 2.562,1.481 5.604,1.377 7.997,0 z"
+       style="fill:#000000"
+       inkscape:connector-curvature="0" />
+    <circle
+       id="path4395"
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1"
+       cx="10"
+       cy="10"
+       r="2" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/power_source-oil.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-oil.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-oil.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-gas.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="1018"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="32"
+     inkscape:cx="6.9004192"
+     inkscape:cy="10.644037"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#708090;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1"
+     id="background"
+     cx="8"
+     cy="8"
+     rx="7.6000004"
+     ry="7.5999999" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="7"
+     width="2"
+     height="6"
+     id="rect2939" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1"
+     d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611"
+     id="path2941" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="8"
+     width="2"
+     height="5"
+     id="rect2943" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="5"
+     width="1.9999994"
+     height="0.99999976"
+     id="rect2947" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="6"
+     width="2.0000012"
+     height="0.99999595"
+     id="rect2949" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1"
+     d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757"
+     id="path2941-2" />
+</svg>
Index: /trunk/resources/images/presets/power/power_source-sun.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-sun.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-sun.svg	(revision 16006)
@@ -0,0 +1,178 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-sun5.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs18" />
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="23.6"
+     inkscape:cx="8.6883174"
+     inkscape:cy="3.5715644"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:0.74915254;stroke-opacity:1"
+     id="background"
+     cx="7.4915257"
+     cy="8.5084743"
+     rx="7.1169496"
+     ry="7.1169491" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4146"
+     width="1"
+     height="11"
+     x="-1.2071068"
+     y="5.8137083"
+     transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
+     ry="0.5" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4148"
+     width="11"
+     height="1"
+     x="-6.2071066"
+     y="10.813708"
+     transform="matrix(0.70710678,-0.70710678,0.70710678,0.70710678,0,0)"
+     ry="0.5" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4154"
+     width="11"
+     height="1"
+     x="2"
+     y="8"
+     ry="0.5" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4156"
+     width="0.99999952"
+     height="11.000003"
+     x="7"
+     y="3"
+     ry="0.49999976" />
+  <circle
+     id="circle4170"
+     cy="8.5"
+     cx="7.5"
+     style="fill:#000000;stroke:none;stroke-width:0.99980003"
+     r="2.5" />
+  <circle
+     cy="8.5"
+     cx="7.5"
+     style="fill:#ffff00;fill-opacity:1;stroke:none;stroke-opacity:1"
+     id="circle4172"
+     r="1.5" />
+</svg>
Index: /trunk/resources/images/presets/power/power_source-waste.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-waste.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-waste.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-gas.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="1018"
+     inkscape:window-width="1920"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="32"
+     inkscape:cx="6.9004192"
+     inkscape:cy="10.644037"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#EE82EE;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1"
+     id="background"
+     cx="8"
+     cy="8"
+     rx="7.6000004"
+     ry="7.5999999" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="7"
+     width="2"
+     height="6"
+     id="rect2939" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.80864745;stroke-opacity:1"
+     d="m 5.9796932,4.5406871 c 0,0 0,-1.6020611 1.6326736,-1.6020611 1.6326736,0 1.6326736,-1.6020611 1.6326736,-1.6020611"
+     id="path2941" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="8"
+     width="2"
+     height="5"
+     id="rect2943" />
+  <rect
+     style="fill:#000000"
+     x="5"
+     y="5"
+     width="1.9999994"
+     height="0.99999976"
+     id="rect2947" />
+  <rect
+     style="fill:#000000"
+     x="8"
+     y="6"
+     width="2.0000012"
+     height="0.99999595"
+     id="rect2949" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#000000;stroke-width:0.69512463;stroke-opacity:1"
+     d="m 9.06003,5.2659558 c 0,0 0,-1.3571756 1.424129,-1.3571756 1.424129,0 1.424129,-1.3571757 1.424129,-1.3571757"
+     id="path2941-2" />
+</svg>
Index: /trunk/resources/images/presets/power/power_source-water.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-water.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-water.svg	(revision 16006)
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-geothermal2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs14" />
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="33.37544"
+     inkscape:cx="0.88431149"
+     inkscape:cy="7.3901301"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#00ffff;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="background"
+     cx="8"
+     cy="8"
+     rx="7.6000004"
+     ry="7.5999999" />
+  <g
+     id="g2973"
+     transform="matrix(0.70956312,0,0,0.80502669,2.8413415,4.4945337)"
+     style="stroke:#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
+    <path
+       id="path2959"
+       d="m 0.354,3.355 c 1,1 3.999,2.999 6.998,1 3,-2 6,0 6.999,1"
+       style="fill:none;stroke:#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path2961"
+       d="m 0.354,0.355 c 1,1.001 3.999,3 6.998,1.001 3,-2 6,0 6.999,0.999"
+       style="fill:none;stroke:#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path2963"
+       d="m 0.354,6.354 c 1,1.001 3.999,2.999 6.998,1.001 3,-2 6,0 6.999,0.999"
+       style="fill:none;stroke:#000000;stroke-width:1.32312033;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/power_source-wind.svg
===================================================================
--- /trunk/resources/images/presets/power/power_source-wind.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/power_source-wind.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="power_source-wind3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs15" />
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="47.2"
+     inkscape:cx="8.3885021"
+     inkscape:cy="7.9297332"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <sodipodi:namedview
+     id="namedview10"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="26.052568"
+     inkscape:cx="9.9125234"
+     inkscape:cy="9.2770693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:snap-bbox="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     gridtolerance="30"
+     inkscape:window-width="1172"
+     inkscape:window-height="805"
+     inkscape:window-x="122"
+     inkscape:window-y="11">
+    <inkscape:grid
+       type="xygrid"
+       id="grid12"
+       visible="true"
+       enabled="true"
+       spacingx="0.5px"
+       spacingy="0.5px"
+       empspacing="2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <ellipse
+     style="fill:#94d2ff;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-opacity:1"
+     id="background"
+     cx="8"
+     cy="8"
+     rx="7.6000004"
+     ry="7.5999999" />
+  <g
+     id="g2391"
+     style="fill:#000000"
+     transform="scale(0.8,0.80000003)">
+    <rect
+       y="2"
+       x="9"
+       height="7"
+       width="2"
+       id="rect3840"
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1"
+       ry="1" />
+    <rect
+       transform="matrix(-0.5,0.8660254,-0.8660254,-0.5,0,0)"
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1"
+       id="rect3842"
+       width="2"
+       height="7"
+       x="2.2942286"
+       y="-21.026279"
+       ry="1" />
+    <rect
+       y="-3.7057714"
+       x="-14.294229"
+       height="7"
+       width="2"
+       id="rect3844"
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-opacity:1"
+       transform="matrix(-0.5,-0.8660254,0.8660254,-0.5,0,0)"
+       ry="1" />
+    <path
+       id="path3846"
+       d="m 9,18 2,0 0,-6 -1,-0.5 -1,0.5 0,6 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/substation.svg
===================================================================
--- /trunk/resources/images/presets/power/substation.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/substation.svg	(revision 16006)
@@ -0,0 +1,318 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__substation3.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="5.1127825"
+     inkscape:cy="7.901"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.50000006;stroke-opacity:1"
+       id="rect4263"
+       width="12"
+       height="10.000039"
+       x="2.5"
+       y="1039.8621" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 10.5,1046.8621 2,0 0,-10.5"
+       id="path4223"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       y="1045.8621"
+       x="4.5"
+       height="2.0000401"
+       width="2.000001"
+       id="rect4222"
+       style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4224"
+       width="2.000001"
+       height="2.0000401"
+       x="8.500001"
+       y="1045.8621" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4232"
+       d="m 8.5000014,1036.3621 0,9"
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4.5000004,1036.3621 0,9"
+       id="path4234"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6.5000006,1036.3621 0,9"
+       id="path4236"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 10.5,1036.3621 0,9"
+       id="path4238"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8.5000014,1043.3621 0,1"
+       id="path4240"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4242"
+       d="m 4.5000004,1043.3621 0,1"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4244"
+       d="m 6.5000006,1043.3621 0,1"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4246"
+       d="m 10.5,1043.3621 0,1"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4250"
+       d="m 8.500002,1041.3621 0,1"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4.500001,1041.3621 0,1"
+       id="path4252"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6.5000012,1041.3621 0,1"
+       id="path4254"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 10.5,1041.3621 0,1"
+       id="path4256"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4262"
+       d="m 12.500001,1043.3621 0,1"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 12.500002,1041.3621 0,1"
+       id="path4266"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/switch.svg
===================================================================
--- /trunk/resources/images/presets/power/switch.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/switch.svg	(revision 16006)
@@ -0,0 +1,232 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__switch3.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-5.4276153"
+     inkscape:cy="3.2745605"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4228"
+       d="m 8.5000014,1036.3621 0,5"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.5000011,1052.3621 0,-4 -5.5000011,-7"
+       id="path4246"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/switchgear.svg
===================================================================
--- /trunk/resources/images/presets/power/switchgear.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/switchgear.svg	(revision 16006)
@@ -0,0 +1,290 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__switch3.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="10.797181"
+     inkscape:cy="11.826427"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3.5000007,1036.3621 0,10"
+       id="path4226"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4228"
+       d="m 8.5000014,1036.3621 0,10"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 13.500002,1036.3621 0,10"
+       id="path4230"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4232"
+       width="3"
+       height="3"
+       x="1.9999995"
+       y="1041.3621" />
+    <rect
+       y="1041.3621"
+       x="7.000001"
+       height="3"
+       width="3"
+       id="rect4234"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4236"
+       width="3"
+       height="3"
+       x="12.000002"
+       y="1041.3621" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4238"
+       cx="3.4999993"
+       cy="1038.8621"
+       r="1.5" />
+    <circle
+       r="1.5"
+       cy="1038.8621"
+       cx="8.500001"
+       id="circle4240"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="circle4242"
+       cx="13.500002"
+       cy="1038.8621"
+       r="1.5" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.5000011,1052.3621 0,-3 -2.0000002,-3"
+       id="path4246"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4254"
+       d="m 13.500002,1052.3621 0,-3 -2,-3"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3.5000005,1052.3621 0,-3 -1.9999998,-3"
+       id="path4256"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/terminal.svg
===================================================================
--- /trunk/resources/images/presets/power/terminal.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/terminal.svg	(revision 16006)
@@ -0,0 +1,239 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__terminal2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-3.6301217"
+     inkscape:cy="12.515192"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 14,1038.3621 0,14"
+       id="path4282"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 0,1041.8621 12,0"
+       id="path4208"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4212"
+       d="m 6,1041.8621 3,0"
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4214"
+       d="m 11,1037.8621 5,0"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/tower.svg
===================================================================
--- /trunk/resources/images/presets/power/tower.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/tower.svg	(revision 16006)
@@ -0,0 +1,253 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__tower2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="11.92309"
+     inkscape:cy="5.7391443"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffcc00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 4.4726562,1036.3621 -0.1894531,1 -3.2832031,0 0,4 -1,0 0,4 2.7597656,0 -1.3339844,7 3.0546876,0 0.3808593,-2 2.265625,0 0.3808594,2 3.0527345,0 -1.328125,-7 2.767578,0 0,-4 -1,0 0,-4 -3.2832031,0 -0.1894531,-1 -3.0546876,0 z"
+       id="path4221"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 1,1042.3621 0,2 1,0 0,-1 8,0 0,1 1,0 0,-2 z"
+       id="path4280"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccc" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 2.0000005,1038.3621 0,2 1,0 0,-1 6.0000005,0 0,1 1,0 0,-2 z"
+       id="path4296"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccc" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4310"
+       d="m 4.0000007,1048.3621 0,1 4.0000003,0 0,-1 -4.0000003,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 4.0000008,1046.3621 0,1 4.0000002,0 0,-1 -4.0000002,0 z"
+       id="path4312"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4314"
+       d="m 5.0000008,1040.3621 0,1 2.0000003,0 0,-1 -2.0000003,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 5.4921875,1036.3621 -3.046875,16 1.0175781,0 2.5351563,-13.3203 2.5273441,13.3203 1.017578,0 -3.0332034,-16 -1.0175781,0 z"
+       id="path4316"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4318"
+       d="m 4.0000009,1044.3621 0,1 4.0000001,0 0,-1 -4.0000001,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/transformer.svg
===================================================================
--- /trunk/resources/images/presets/power/transformer.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/transformer.svg	(revision 16006)
@@ -0,0 +1,275 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="power__transformer2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="8.5613292"
+     inkscape:cy="11.94635"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+    <sodipodi:guide
+       position="1.0000001,1.0000001"
+       orientation="0,1"
+       id="guide4231" />
+    <sodipodi:guide
+       position="2.0000002,9.0000006"
+       orientation="1,0"
+       id="guide4233" />
+    <sodipodi:guide
+       position="14.000002,10.000001"
+       orientation="1,0"
+       id="guide4235" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.00000048;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 7.9999999,1050.362 1e-6,-11"
+       id="path4227"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999994px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2.5000004,1049.8621 0,-10.0001 10.9999996,0 2e-6,10.0001 z"
+       id="path4225"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4215"
+       d="M 4.0000004,1041.862 12,1041.862"
+       style="fill:none;fill-rule:evenodd;stroke:#ff6000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4217"
+       d="M 4.0000004,1043.862 12,1043.862"
+       style="fill:none;fill-rule:evenodd;stroke:#ff6000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:#ff6600;fill-rule:evenodd;stroke:#ff6000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 4.0000004,1045.862 12,1045.862"
+       id="path4221"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4223"
+       d="M 4.0000003,1047.862 12,1047.862"
+       style="fill:#ff6600;fill-rule:evenodd;stroke:#ff6000;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9.5,1040.3621 0,-4"
+       id="path4216"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4218"
+       d="m 6.5,1040.3621 0,-4"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/power/transformer_tower.svg
===================================================================
--- /trunk/resources/images/presets/power/transformer_tower.svg	(revision 16006)
+++ /trunk/resources/images/presets/power/transformer_tower.svg	(revision 16006)
@@ -0,0 +1,234 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="building__transformer_tower.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="22.701255"
+     inkscape:cy="2.5189815"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="false"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffcc00;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4288"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3621" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#808080;stroke-width:8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 8,1039.3621 0,13"
+       id="path4282"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.99999988px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1e-7,1041.8621 3.9999999,0"
+       id="path4208"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4214"
+       d="m 3,1038.8621 10,0"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/bahai.svg
===================================================================
--- /trunk/resources/images/presets/religion/bahai.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/bahai.svg	(revision 16006)
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="400"
+   height="400"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="bahai.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.9425"
+     inkscape:cx="19.098143"
+     inkscape:cy="198.93899"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs5" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4133"
+     width="400"
+     height="400"
+     x="0"
+     y="-2.4424907e-015" />
+  <path
+     d="M 200.31832,-0.97978029 L 235.85241,95.033089 L 325.46045,44.204254 L 290.96526,140.59525 L 392.28115,159.25704 L 303.89736,210.92375 L 369.51426,290.34411 L 268.59764,273.1111 L 267.81268,376.12836 L 201.58322,298.05914 L 134.76369,376.47038 L 134.21091,274.09442 L 32.622403,291.21015 L 98.004944,212.43029 L 9.1818589,160.24187 L 109.90651,141.92008 L 75.410149,44.847053 L 164.34672,95.556307 L 200.31832,-0.97978029 z "
+     transform="matrix(0.874706,0,0,0.874647,24.41895,35.78914)"
+     style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:20.0073967;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="path1875" />
+</svg>
Index: /trunk/resources/images/presets/religion/buddhism.svg
===================================================================
--- /trunk/resources/images/presets/religion/buddhism.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/buddhism.svg	(revision 16006)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="94"
+   height="94"
+   id="svg5273"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="buddhism.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata15">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="4.0106383"
+     inkscape:cx="4.4880637"
+     inkscape:cy="46.750663"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg5273"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs5275" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4142"
+     width="94"
+     height="94"
+     x="0"
+     y="6.1721461e-015" />
+  <g
+     transform="translate(-164.42857,-802.50507)"
+     id="layer1">
+    <path
+       d="M 211.42857,805.48945 L 205.55357,811.36445 C 199.27471,812.32472 193.48535,814.79046 188.58482,818.3957 L 180.30357,818.3957 L 180.30357,826.73945 C 176.72181,831.62738 174.25999,837.36076 173.30357,843.61445 L 167.42857,849.48945 L 173.30357,855.36445 C 174.25999,861.61814 176.72181,867.38278 180.30357,872.2707 L 180.30357,880.61445 L 188.61607,880.61445 C 193.51172,884.21057 199.28448,886.68692 205.55357,887.6457 L 211.42857,893.5207 L 217.30357,887.6457 C 223.57266,886.68692 229.34543,884.21057 234.24107,880.61445 L 242.55357,880.61445 L 242.55357,872.3332 C 246.15648,867.43392 248.62493,861.64081 249.58482,855.36445 L 249.58482,855.3332 L 255.42857,849.48945 L 249.58482,843.6457 L 249.58482,843.61445 C 248.62493,837.33809 246.15648,831.57623 242.55357,826.67695 L 242.55357,818.3957 L 234.27232,818.3957 C 229.37179,814.79046 223.58243,812.32472 217.30357,811.36445 L 211.42857,805.48945 z "
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect5307" />
+    <path
+       d="M 211.42857,814.73945 L 207.74107,818.42695 C 201.8906,819.11746 196.52243,821.43233 192.11607,824.8957 L 186.83482,824.8957 L 186.83482,830.1457 C 183.36569,834.54943 181.06248,839.92027 180.36607,845.7707 L 176.64732,849.48945 L 180.36607,853.2082 C 181.058,859.07069 183.35957,864.42171 186.83482,868.8332 L 186.83482,874.0832 L 192.08482,874.0832 C 196.49799,877.56183 201.8749,879.8911 207.74107,880.5832 L 211.42857,884.2707 L 215.11607,880.5832 C 220.98599,879.8925 226.35674,877.56374 230.77232,874.0832 L 236.02232,874.0832 L 236.02232,868.8332 C 239.50069,864.42036 241.79877,859.07385 242.49107,853.2082 L 246.20982,849.48945 L 242.49107,845.7707 C 241.79429,839.91711 239.49457,834.55077 236.02232,830.1457 L 236.02232,824.8957 L 230.74107,824.8957 C 226.33227,821.43041 220.97033,819.11605 215.11607,818.42695 L 211.42857,814.73945 z "
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5297" />
+    <path
+       d="M 52.823528 44.588234 A 7.7647057 7.7647057 0 1 1  37.294117,44.588234 A 7.7647057 7.7647057 0 1 1  52.823528 44.588234 z"
+       transform="matrix(3.5606061,0,0,3.5606061,50.995521,690.73749)"
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5295" />
+    <path
+       d="M 181.96166,849.49865 L 240.90283,849.49865"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5319" />
+    <path
+       d="M 52.823528 44.588234 A 7.7647057 7.7647057 0 1 1  37.294117,44.588234 A 7.7647057 7.7647057 0 1 1  52.823528 44.588234 z"
+       transform="matrix(1.5454546,0,0,1.5454546,141.79588,780.58955)"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5293" />
+    <path
+       d="M 190.59339,828.6598 L 232.27109,870.33749"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5323" />
+    <path
+       d="M 211.43224,878.96923 L 211.43224,820.02805"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5317" />
+    <path
+       d="M 190.59339,870.33749 L 232.27109,828.65979"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5321" />
+    <path
+       d="M 52.823528 44.588234 A 7.7647057 7.7647057 0 1 1  37.294117,44.588234 A 7.7647057 7.7647057 0 1 1  52.823528 44.588234 z"
+       transform="translate(166.37342,804.9104)"
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5291" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/church.svg
===================================================================
--- /trunk/resources/images/presets/religion/church.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/church.svg	(revision 16006)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   id="svg3269"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="church5.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs3271" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="5.5934879"
+     inkscape:cy="8.6935411"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     borderlayer="false"
+     inkscape:showpageshadow="true"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3274">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-16)">
+    <rect
+       style="opacity:1;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4142"
+       width="9"
+       height="9"
+       x="0"
+       y="23" />
+    <rect
+       style="opacity:1;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4144"
+       width="3"
+       height="8"
+       x="3"
+       y="16" />
+    <rect
+       style="opacity:1;fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4146"
+       width="7"
+       height="3"
+       x="1"
+       y="18" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4138"
+       width="1"
+       height="8"
+       x="4"
+       y="17" />
+    <rect
+       style="fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:1.0789547;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="rect3277"
+       width="5.9174252"
+       height="5.9186702"
+       x="1.5266832"
+       y="24.542145"
+       transform="matrix(0.99999995,-3.2936766e-4,5.3104535e-4,0.99999986,0,0)" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4140"
+       width="5"
+       height="1"
+       x="2"
+       y="19" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/confucian.svg
===================================================================
--- /trunk/resources/images/presets/religion/confucian.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/confucian.svg	(revision 16006)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="svg10"
+   width="116"
+   height="160"
+   viewBox="0 0 116 160"
+   sodipodi:docname="con2.svg"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)">
+  <metadata
+     id="metadata16">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs14" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview12"
+     showgrid="true"
+     inkscape:zoom="4.0180452"
+     inkscape:cx="51.00161"
+     inkscape:cy="95.842905"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg10">
+    <inkscape:grid
+       type="xygrid"
+       id="grid812" />
+  </sodipodi:namedview>
+  <rect
+     style="fill:#ffffff;fill-opacity:1;stroke-width:1.00433838"
+     id="rect814"
+     width="116"
+     height="160"
+     x="0"
+     y="0" />
+  <path
+     style="fill:#000000;stroke-width:0.23470268"
+     d="m 96.254502,147.0479 c -14.458451,-5.01433 -22.955774,-7.46486 -29.706086,-8.5669 -2.642189,-0.43135 -4.089362,-0.5164 -8.688731,-0.51065 -4.888026,0.006 -5.907561,0.0764 -8.923569,0.61514 -7.076218,1.264 -13.736762,3.15771 -28.352526,8.06118 -5.196752,1.74347 -9.687893,3.13602 -9.980303,3.09456 -0.454026,-0.0644 -0.542053,-0.2368 -0.602869,-1.18085 -0.043347,-0.67309 3.288776,-21.13317 8.519266,-52.31016 4.724766,-28.16258 8.617854,-51.29568 8.6513,-51.40689 0.06808,-0.22637 4.27022,-2.02973 15.173954,-6.51194 4.05969,-1.66882 7.520504,-3.14967 7.6907,-3.29077 0.424374,-0.35181 0.43831,-5.19981 0.01592,-5.53576 -0.161447,-0.12841 -1.056325,-0.28534 -1.988615,-0.34873 -2.778118,-0.18892 -3.353788,-0.8374 -3.353788,-3.77796 0,-2.63769 0.585931,-3.1886 3.632353,-3.41522 l 1.886162,-0.14032 0.03274,-3.77972 c 0.04645,-5.36585 0.681025,-7.2649 2.621757,-7.84558 0.545977,-0.16336 2.494738,-0.23073 5.252684,-0.18158 4.302546,0.0767 4.396448,0.0891 5.013003,0.66458 1.418711,1.3241 1.612433,2.07765 1.748882,6.80266 l 0.125317,4.33964 1.846219,0.14973 c 1.292624,0.10483 2.031972,0.28827 2.465727,0.61175 0.602558,0.44939 0.619497,0.5312 0.619497,2.99171 0,2.42594 -0.02403,2.54754 -0.587072,2.96478 -0.352365,0.26113 -1.197329,0.49518 -2.113481,0.58542 -2.43262,0.23962 -2.374096,0.15794 -2.297172,3.20613 l 0.06627,2.62666 6.340434,2.51673 c 3.487233,1.38419 8.511768,3.4162 11.16563,4.51556 2.653862,1.09936 4.946029,1.99884 5.093711,1.99884 0.147671,0 0.32996,0.0993 0.405073,0.22073 0.124566,0.20132 8.116235,46.7766 13.626931,79.41737 1.24155,7.35392 2.72735,16.09706 3.30177,19.42919 0.57443,3.33213 1.04441,6.26138 1.04441,6.50944 0,0.34024 -0.15862,0.44637 -0.64578,0.43208 -0.35518,-0.0104 -4.45004,-1.3383 -9.099694,-2.95085 z m 2.491715,-17.96599 c 0.06687,-0.75457 -0.168264,-2.00151 -1.802731,-9.55892 -0.962643,-4.45105 -1.92031,-8.48095 -2.128148,-8.95531 -0.474539,-1.08306 -1.374062,-1.9258 -2.433571,-2.27992 -1.94799,-0.65107 -7.289402,-0.74871 -37.222636,-0.68043 l -30.527994,0.0696 -1.172432,0.58643 c -2.204932,1.10289 -2.411688,1.58019 -4.174074,9.63589 -2.234824,10.21511 -2.337366,11.42544 -0.940629,11.10221 0.358162,-0.0829 5.142333,-1.39798 10.631496,-2.92244 14.084062,-3.91144 17.239042,-4.63273 22.509926,-5.14626 3.165832,-0.30845 9.448342,-0.30202 12.127612,0.0124 4.872379,0.57178 11.83212,2.15907 19.490945,4.44524 0.904099,0.26987 2.54205,0.73778 3.639881,1.03979 3.357972,0.92378 9.504824,2.7459 9.608487,2.84826 0.252526,0.24936 2.369752,0.0755 2.393868,-0.1966 z M 29.679998,99.20242 c 0,-0.0809 -0.32922,-0.81514 -0.73159,-1.63158 -0.651412,-1.32178 -0.721509,-1.66242 -0.6397,-3.10874 0.07508,-1.32668 0.230613,-1.84724 0.848999,-2.84093 0.416415,-0.66913 0.757118,-1.31516 0.757118,-1.43561 0,-0.12511 -1.401493,-0.21899 -3.269416,-0.21899 h -3.269425 l -0.244978,0.76238 c -0.417016,1.29777 -1.44518,7.85269 -1.293604,8.24725 0.123084,0.32042 0.689283,0.37336 3.993006,0.37336 2.117276,0 3.84959,-0.0662 3.84959,-0.14714 z m 17.116688,-0.57034 c 0.347901,-0.57146 0.471066,-1.42715 0.605132,-4.20444 0.0926,-1.91783 0.09871,-3.70613 0.01361,-3.97402 -0.148843,-0.46847 -0.31083,-0.48705 -4.248456,-0.48705 -2.2677,0 -4.093717,0.0941 -4.093717,0.21101 0,0.11605 0.379445,0.77424 0.843212,1.46264 0.828827,1.23029 0.841771,1.28571 0.75853,3.24898 -0.07178,1.69233 -0.18258,2.14886 -0.725794,2.98961 -0.352615,0.54576 -0.641111,1.09994 -0.641111,1.23152 0,0.15197 1.286056,0.23923 3.525906,0.23923 h 3.525916 z m 29.253641,0.49703 c 0.07498,-0.12125 -0.209349,-0.71083 -0.631921,-1.31016 -0.727585,-1.03191 -0.76833,-1.19962 -0.76833,-3.16202 0,-1.96884 0.03894,-2.12748 0.779783,-3.17711 0.459642,-0.65123 0.693378,-1.19111 0.569322,-1.31503 -0.115756,-0.11563 -1.946088,-0.18114 -4.067408,-0.14558 l -3.856957,0.0647 -0.07678,1.64203 c -0.143327,3.06636 0.187925,6.3796 0.703259,7.03402 0.45746,0.58094 0.514172,0.58965 3.838467,0.58965 1.85578,0 3.435517,-0.0992 3.510539,-0.22045 z m 17.616976,-0.32686 c 0.327698,-0.4996 0.298987,-0.87917 -0.32934,-4.35318 -0.378594,-2.09323 -0.814831,-3.95811 -0.96942,-4.14419 -0.40234,-0.48425 -6.564009,-0.49849 -6.564009,-0.0152 0,0.17773 0.175262,0.46802 0.389466,0.64509 0.733592,0.60641 1.244041,2.13411 1.244041,3.72327 0,1.58916 -0.510449,3.11686 -1.244041,3.72327 -0.214204,0.17707 -0.389466,0.46736 -0.389466,0.64508 0,0.26099 0.721649,0.32314 3.751883,0.32314 3.671355,0 3.759582,-0.0118 4.110886,-0.54731 z m -61.40417,-16.4059 c 0,-0.16413 -0.299668,-0.66553 -0.665918,-1.11424 -0.881064,-1.07939 -1.212727,-2.11603 -1.212727,-3.79053 0,-1.62228 0.409849,-2.71673 1.527681,-4.0794 1.015511,-1.23796 0.944072,-1.27328 -2.574876,-1.27328 -2.001749,0 -2.720315,0.0815 -2.928622,0.33225 -0.292831,0.35245 -1.660126,7.71369 -1.660126,8.93777 0,0.39758 0.126809,0.84954 0.281798,1.00435 0.412972,0.41252 7.23279,0.39656 7.23279,-0.0169 z m 15.670697,0.005 c 0.37541,-0.47989 0.844533,-9.53536 0.514563,-9.93251 -0.214475,-0.25818 -1.07863,-0.33015 -3.963675,-0.33015 -2.029169,0 -3.755807,0.0663 -3.836976,0.1474 -0.08119,0.0811 0.205094,0.58249 0.636116,1.11424 1.413095,1.74333 1.610971,2.3481 1.503434,4.59493 -0.0911,1.90309 -0.148182,2.09031 -0.962252,3.15529 -0.475981,0.62271 -0.808094,1.22484 -0.738018,1.33809 0.209449,0.33854 6.577203,0.25734 6.846808,-0.0873 z m 26.364001,0.053 c 0,-0.13212 -0.369855,-0.77732 -0.821909,-1.43377 -0.779973,-1.13264 -0.821909,-1.29452 -0.821909,-3.17275 0,-2.17575 0.183731,-2.69634 1.512154,-4.28462 0.459963,-0.54994 0.7772,-1.09543 0.704951,-1.2122 -0.07228,-0.11676 -1.750114,-0.21229 -3.728608,-0.21229 -2.727623,0 -3.660663,0.0763 -3.85951,0.31565 -0.190729,0.22956 -0.199849,1.56435 -0.03344,4.89458 0.125818,2.51843 0.295033,4.75146 0.376021,4.9623 0.126499,0.32928 0.607334,0.38333 3.409769,0.38333 2.069653,0 3.262508,-0.0878 3.262508,-0.24023 z m 16.354585,-0.36488 c 0.376912,-0.57462 0.364508,-0.79631 -0.246009,-4.39828 -0.745415,-4.39784 -0.96888,-5.22533 -1.462219,-5.41444 -0.475841,-0.1824 -5.838615,-0.17872 -6.021665,0.004 -0.07829,0.0782 0.270355,0.66369 0.774747,1.3011 1.063703,1.34421 1.39964,2.36361 1.401462,4.2527 0.001,1.43324 -0.380596,2.61693 -1.166595,3.61507 -0.929106,1.17988 -0.77658,1.24482 2.923727,1.24482 3.395123,0 3.400158,-7e-4 3.796552,-0.60511 z M 34.68378,63.77815 c 0.08289,-0.0828 -0.252746,-0.63694 -0.745746,-1.23152 -1.105579,-1.33337 -1.440074,-2.27544 -1.440074,-4.05578 0,-1.51454 0.363537,-2.5917 1.279549,-3.79135 0.3295,-0.43154 0.599095,-0.90659 0.599095,-1.05568 0,-0.32415 -4.162682,-0.37887 -4.664461,-0.0613 -0.379144,0.23995 -1.965219,8.98487 -1.740193,9.59475 0.08109,0.21973 0.260765,0.47705 0.399347,0.57184 0.309508,0.2117 6.102944,0.23838 6.312483,0.0291 z M 48.990095,63.6066 c 0.437969,-0.4375 0.998081,-9.46365 0.615823,-9.92375 -0.344276,-0.41437 -6.540572,-0.45135 -6.540572,-0.039 0,0.14909 0.248522,0.59771 0.552274,0.99695 1.053802,1.38504 1.32637,2.17084 1.32637,3.82388 0,2.09896 -0.271467,2.9595 -1.288238,4.08372 -0.462656,0.51154 -0.778532,1.03137 -0.701948,1.15517 0.229581,0.37106 5.655004,0.28393 6.036291,-0.0969 z m 23.898755,0.0818 c 0,-0.13213 -0.366341,-0.77221 -0.81408,-1.4224 -0.961362,-1.39604 -1.168578,-2.30016 -1.002076,-4.37213 0.105275,-1.3101 0.261656,-1.72911 1.075646,-2.88208 0.523853,-0.74202 0.88715,-1.41435 0.807343,-1.49407 -0.07979,-0.0797 -1.488317,-0.14496 -3.130023,-0.14496 -2.337886,0 -3.046922,0.0746 -3.271017,0.34437 -0.349382,0.42052 -0.0892,9.45085 0.285733,9.91828 0.297895,0.37137 6.048474,0.42175 6.048474,0.053 z m 14.247351,0.0584 c 0.151205,-0.0961 0.343135,-0.44622 0.426516,-0.77808 0.175101,-0.6969 -1.203296,-8.85884 -1.570798,-9.30116 -0.327198,-0.39382 -4.414337,-0.41574 -4.414337,-0.0237 0,0.14909 0.248522,0.59771 0.552274,0.99695 1.124379,1.4778 1.32637,2.13382 1.32637,4.30775 0,2.05871 -0.01001,2.09352 -0.93256,3.32902 -0.51291,0.6867 -0.876538,1.33913 -0.808053,1.44981 0.152226,0.24604 5.036397,0.2635 5.420588,0.0194 z M 59.494232,34.37721 c 0.839798,-0.44896 0.948587,-1.49136 0.948587,-9.08913 v -7.37215 l -0.68643,-0.68567 c -0.606684,-0.60602 -0.850701,-0.68568 -2.100377,-0.68568 -1.155864,0 -1.534228,0.10329 -2.072837,0.56586 l -0.658881,0.56585 -0.06887,7.46833 c -0.03794,4.10758 -0.009,7.70851 0.06467,8.00208 0.271737,1.08571 0.939167,1.46013 2.602806,1.46013 0.848008,0 1.735118,-0.10333 1.971356,-0.22962 z"
+     id="path20"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/religion/hinduism.svg
===================================================================
--- /trunk/resources/images/presets/religion/hinduism.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/hinduism.svg	(revision 16006)
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.1, SVG Export Plug-In  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="242"
+   height="201"
+   viewBox="0 0 242 201"
+   enable-background="new -0.999 -0.762 242 201"
+   xml:space="preserve"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="17.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
+     id="metadata13"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" /><dc:title></dc:title></cc:Work><cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain"><cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" /><cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" /></cc:License></rdf:RDF></metadata><sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="5.3050598"
+     inkscape:cx="144.17812"
+     inkscape:cy="8.3701097"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     viewbox-y="0"><inkscape:grid
+       type="xygrid"
+       id="grid815" /></sodipodi:namedview><defs
+     id="defs4" /><rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4135"
+     width="242"
+     height="201"
+     x="0"
+     y="0" /><path
+     d="m 111.985,16.997001 c 0.19,-1.135 1.003,-0.555 1,0 5.629,4.227 10.699,6.611 14.999,11.999 3.592,4.501 5.255,11.669 9.998,16.998 10.464,11.755 30.485,16.537 45.995,14.998 20.54,-2.039 36.137,-19.938 34.995,-44.994 5.067,2.213 8.491,6.415 11.999,9.999 3.928,4.013 9.671,8.587 9.998,15.998 0.91,20.618 -16.083,38.689 -33.995,40.995 -23.949,3.083 -46.774,-11.223 -58.993,-21.997 -16.121,-14.215 -25.628,-29.648 -35.996,-43.996 z"
+     id="path6"
+     inkscape:connector-curvature="0"
+     style="clip-rule:evenodd;fill-rule:evenodd" /><path
+     d="m 3.999,150.981 c 2.805,0.054 4.575,3.17 6.999,4.999 9.039,6.821 22.579,14.199 36.996,17.998 17.655,4.652 36.553,7.108 47.994,-1 10.92,-7.739 18.344,-36.726 1,-44.994 -14.144,-6.742 -23.721,8.688 -40.995,5.999 -8.365,-1.302 -13.623,-10.226 -18.998,-15.998 -1.7,-1.825 -4.782,-2.416 -4,-4.999 14.481,1.53 25.146,-6.185 33.996,-11.999 9.448,-6.207999 19.458,-12.738999 17.998,-29.995999 -15.978,-6.603 -35.603,-3.927 -52.993,1 -3.617,1.025 -7.16,3.218 -8.999,3 -9.62,-1.141 -15.019,-15.872 -21.99799999,-20.998 C 18.234,47.522001 34.887,43.828001 54.992,45.994001 c 13.714,1.478 27.108,11.738 36.996,21.997 6.702,6.954 17.028,18.196 13.998,33.995999 -0.283,1.474 -3.429,6.583 -5,8.999 -3.142,4.834 -8.12,6.287 -2,11.999 3.506,3.271 10.444,8.038 12.999,10.998 18.227,-10.652 33.155,-27.4 64.991,-24.997 18.981,1.434 29.198,9.2 39.995,19.998 9.822,9.822 24.543,21.432 23.997,34.995 -0.577,14.363 -16.154,9.334 -26.996,15.998 -7.012,4.31 -8.245,8.497 -9.999,18.998 -5.968,-3.053 -8.447,-5.448 -11.998,-8.999 -3.462,-3.462 -8.165,-7.629 -8.999,-11.998 -1.525,-7.986 3.029,-16.362 6.999,-18.998 8.864,-5.887 26.307,-1.535 28.996,-12.998 0.455,-1.941 0.129,-7.665 0,-7.999 -2.615,-6.788 -23.557,-7.864 -31.996,-6.999 -25.375,2.599 -44.457,19.428 -58.992,31.995 2.696,24.921 -8.729,38.687 -34.996,36.996 -38.058,-2.45 -71.174,-27.752 -88.988,-48.994 z"
+     id="path8"
+     inkscape:connector-curvature="0"
+     style="clip-rule:evenodd;fill-rule:evenodd" /><rect
+     x="99.531815"
+     y="123.92858"
+     transform="rotate(-45)"
+     width="23.317778"
+     height="23.317778"
+     id="rect10"
+     style="clip-rule:evenodd;fill-rule:evenodd;stroke-width:0.9999904" /></svg>
Index: /trunk/resources/images/presets/religion/jainism.svg
===================================================================
--- /trunk/resources/images/presets/religion/jainism.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/jainism.svg	(revision 16006)
@@ -0,0 +1,436 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="320"
+   height="550"
+   id="svg2167"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="jainism.svg"
+   inkscape:export-filename="F:\Documents\SVG\ahimsa1.png"
+   inkscape:export-xdpi="145.14"
+   inkscape:export-ydpi="145.14">
+  <defs
+     id="defs2169" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="white"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="1"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="-76.778333"
+     inkscape:cy="320.35866"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     height="550px"
+     width="320px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata2172">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Ahimsa</dc:title>
+        <dc:date>23.I.2007</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Andriy Makukha</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Public domain</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>ahimsa</rdf:li>
+            <rdf:li>jain</rdf:li>
+            <rdf:li>jainism</rdf:li>
+            <rdf:li>non-violence</rdf:li>
+            <rdf:li>symbol</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:description>Ahimsa - jain non-violence symbol. The wheel inside symbolises Dharmacakra - the Wheel of Life.</dc:description>
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4171"
+       width="320"
+       height="550"
+       x="0"
+       y="-6.2172489e-014" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:10.80662346;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+       d="M 175.91865,258.66331 L 174.87382,43.34639 C 174.87382,43.34639 150.71419,8.6178836 125.50411,43.34639 L 125.50411,262.1361"
+       id="path2824"
+       sodipodi:nodetypes="cccc"
+       inkscape:export-filename="F:\Documents\SVG\path2005.png"
+       inkscape:export-xdpi="145.14"
+       inkscape:export-ydpi="145.14" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:10.80662346;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+       d="M 123.9285,78.074929 C 123.9285,78.074929 97.668009,47.976888 77.710019,79.811341 L 77.710019,139.42865"
+       id="path2828"
+       sodipodi:nodetypes="ccc"
+       inkscape:export-filename="F:\Documents\SVG\path2005.png"
+       inkscape:export-xdpi="145.14"
+       inkscape:export-ydpi="145.14" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:black;stroke-width:10.80662346;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+       d="M 77.710019,278.34274 C 77.710019,278.34274 78.123783,132.85874 77.710019,132.48297 C 72.835492,128.05606 44.044006,107.07328 30.441131,140.00746 L 29.915925,388.3164 C 29.329866,421.58748 48.49821,524.47283 162.2688,526.07292 C 282.66245,527.76612 289.68844,399.13745 289.8948,397.57736 C 290.38285,393.8875 278.96468,259.7956 294.09644,195.57311 C 293.83144,194.59562 223.24583,154.27903 226.34977,277.76987 L 226.34439,93.123933 C 226.34439,93.123933 209.53772,54.343766 176.97467,87.33586"
+       id="path1933"
+       sodipodi:nodetypes="csccsscccc"
+       inkscape:export-filename="F:\Documents\SVG\path2005.png"
+       inkscape:export-xdpi="145.14"
+       inkscape:export-ydpi="145.14" />
+    <g
+       id="g1907"
+       transform="matrix(3.010008,0,0,3.010008,14.2474,37.21492)">
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path6555"
+         d="M 46.446693,87.934017 L 48.490406,119.13714 L 50.570614,87.934017 L 48.490406,88.225976 L 46.446693,87.934017 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         inkscape:transform-center-x="-4.302845"
+         inkscape:transform-center-y="-13.134675"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         d="M 54.592909,88.463561 L 48.491025,119.13242 L 58.576316,89.530916 L 56.491425,89.27453 L 54.592909,88.463561 z "
+         id="path7445" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7449"
+         d="M 62.324497,91.083461 L 48.492846,119.12801 L 65.895927,93.145427 L 63.948432,92.358166 L 62.324497,91.083461 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="-12.01487"
+         inkscape:transform-center-x="-7.43746" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7451"
+         d="M 69.114565,95.615167 L 48.495743,119.12423 L 72.030616,98.53123 L 70.353241,97.266744 L 69.114565,95.615167 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="-10.076275"
+         inkscape:transform-center-x="-10.06522" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         inkscape:transform-center-x="-12.007055"
+         inkscape:transform-center-y="-7.450995"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         d="M 74.500367,101.74986 L 48.499526,119.12133 L 76.562322,105.32129 L 75.269376,103.66575 L 74.500367,101.74986 z "
+         id="path7487" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7489"
+         d="M 78.114878,109.06947 L 48.503929,119.11951 L 79.182222,113.05287 L 78.361817,111.11911 L 78.114878,109.06947 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="-4.31794"
+         inkscape:transform-center-x="-13.13063" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7491"
+         d="M 79.711777,117.07517 L 48.508647,119.11888 L 79.711765,121.1991 L 79.419806,119.11889 L 79.711777,117.07517 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-x="-13.359375" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7493"
+         d="M 79.182233,125.22139 L 48.513377,119.11951 L 78.114878,129.20479 L 78.371253,127.1199 L 79.182233,125.22139 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="4.302845"
+         inkscape:transform-center-x="-13.13468" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7495"
+         d="M 76.562334,132.95299 L 48.517768,119.12132 L 74.500367,136.5244 L 75.287617,134.57691 L 76.562334,132.95299 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="7.437455"
+         inkscape:transform-center-x="-12.01487" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7497"
+         d="M 72.030616,139.74304 L 48.521552,119.12423 L 69.114565,142.65909 L 70.379039,140.98172 L 72.030616,139.74304 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="10.06522"
+         inkscape:transform-center-x="-10.07627" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7499"
+         d="M 65.895927,145.12884 L 48.52446,119.128 L 62.324497,147.19081 L 63.980033,145.89786 L 65.895927,145.12884 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="12.007055"
+         inkscape:transform-center-x="-7.450995" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7501"
+         d="M 58.576316,148.74335 L 48.526282,119.13241 L 54.592909,149.81071 L 56.526671,148.99029 L 58.576316,148.74335 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="13.13063"
+         inkscape:transform-center-x="-4.31794" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7503"
+         d="M 50.570614,150.34025 L 48.526901,119.13714 L 46.446693,150.34025 L 48.526901,150.04829 L 50.570614,150.34025 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="13.359375" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7505"
+         d="M 42.424397,149.81071 L 48.526282,119.14185 L 38.44099,148.74335 L 40.525881,148.99974 L 42.424397,149.81071 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="13.134675"
+         inkscape:transform-center-x="4.302845" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7507"
+         d="M 34.692809,147.19081 L 48.52446,119.14626 L 31.121379,145.12884 L 33.068874,145.91611 L 34.692809,147.19081 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="12.01487"
+         inkscape:transform-center-x="7.43746" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7509"
+         d="M 27.902742,142.6591 L 48.521563,119.15004 L 24.98669,139.74304 L 26.664065,141.00753 L 27.902742,142.6591 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="10.076275"
+         inkscape:transform-center-x="10.06522" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7511"
+         d="M 22.516939,136.52442 L 48.51778,119.15294 L 20.454984,132.95299 L 21.747931,134.60851 L 22.516939,136.52442 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="7.450995"
+         inkscape:transform-center-x="12.007055" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7513"
+         d="M 18.902428,129.2048 L 48.513377,119.15476 L 17.835084,125.2214 L 18.655489,127.15516 L 18.902428,129.2048 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="4.31794"
+         inkscape:transform-center-x="13.13063" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7515"
+         d="M 38.44099,89.530916 L 48.491025,119.14187 L 42.424397,88.463561 L 40.490636,89.283977 L 38.44099,89.530916 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="-13.13063"
+         inkscape:transform-center-x="4.31794" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7517"
+         d="M 31.121379,93.145427 L 48.492846,119.14627 L 34.692809,91.083461 L 33.037273,92.376407 L 31.121379,93.145427 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="-12.007055"
+         inkscape:transform-center-x="7.450995" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7519"
+         d="M 24.98669,98.53123 L 48.495754,119.15004 L 27.902742,95.615178 L 26.638267,97.292553 L 24.98669,98.53123 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="-10.06522"
+         inkscape:transform-center-x="10.07627" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7521"
+         d="M 20.454973,105.32129 L 48.499538,119.15295 L 22.516939,101.74987 L 21.729689,103.69736 L 20.454973,105.32129 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="-7.437455"
+         inkscape:transform-center-x="12.01487" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7523"
+         d="M 17.835084,113.05287 L 48.503929,119.15476 L 18.902428,109.06947 L 18.646053,111.15437 L 17.835084,113.05287 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-y="-4.30285"
+         inkscape:transform-center-x="13.134675" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path7525"
+         d="M 17.305529,121.1991 L 48.508659,119.15539 L 17.305541,117.07517 L 17.5975,119.15538 L 17.305529,121.1991 z "
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         inkscape:transform-center-x="13.359375" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         transform="matrix(1.198103,0,0,1.198103,-407.0898,-720.7645)"
+         d="m 406.42857,701.02289 a 26.160715,26.160715 0 0 1 -26.16072,26.16071 26.160715,26.160715 0 0 1 -26.16071,-26.16071 26.160715,26.160715 0 0 1 26.16071,-26.16072 26.160715,26.160715 0 0 1 26.16072,26.16072 z"
+         sodipodi:ry="26.160715"
+         sodipodi:rx="26.160715"
+         sodipodi:cy="701.02289"
+         sodipodi:cx="380.26785"
+         id="path12590"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:3.41158199;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;display:inline"
+         sodipodi:type="arc" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         sodipodi:type="arc"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="path1989"
+         sodipodi:cx="514.67273"
+         sodipodi:cy="615.47119"
+         sodipodi:rx="56.568542"
+         sodipodi:ry="56.568542"
+         d="m 571.24127,615.47119 a 56.568542,56.568542 0 0 1 -56.56854,56.56854 56.568542,56.568542 0 0 1 -56.56854,-56.56854 56.568542,56.568542 0 0 1 56.56854,-56.56854 56.568542,56.568542 0 0 1 56.56854,56.56854 z"
+         transform="matrix(0.295853,0,0,0.295853,-103.4896,-62.65335)" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:2.56088352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 35.412406,114.42451 C 36.059842,113.0585 36.927942,111.49283 38.286731,109.81181 L 38.430444,129.07039 C 37.568149,128.39972 36.274713,126.63885 35.699845,125.02891"
+         id="path1991"
+         sodipodi:nodetypes="cccc" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:2.56088352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 36.148434,119.89146 L 41.465895,120.03519"
+         id="path1993"
+         sodipodi:nodetypes="cc" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:2.56088352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 41.592185,107.10079 L 41.879613,131.76652"
+         id="path1995"
+         sodipodi:nodetypes="cc" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:2.56088352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 45.286704,133.38584 C 45.286704,133.38584 44.963331,111.57088 44.999265,105.67855 C 54.664147,106.68455 51.7539,112.41825 51.7539,112.41825 C 51.7539,112.41825 50.208152,112.40692 49.167038,113.85541 C 48.340654,115.00513 48.267466,116.61025 48.879599,117.59204 C 49.433118,118.47985 50.065256,119.28069 51.753912,119.74777 C 52.292856,121.93943 52.562299,125.64009 51.897637,127.65213 C 51.232928,129.66414 48.289725,120.72608 48.304743,122.04721 C 48.322693,123.62807 48.448434,133.60401 48.448434,133.60401 C 49.598168,133.74771 51.035342,133.60401 52.185053,133.31658"
+         id="path1997"
+         sodipodi:nodetypes="cccsscsscc" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:2.56088352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 53.319863,105.80734 C 55.649135,107.93167 55.813882,111.23259 54.915664,113.71171 C 54.017435,116.19079 51.717977,115.077 51.753912,116.01114 C 51.789834,116.94531 54.017435,115.79557 54.915664,119.17291 C 55.813882,122.55021 55.203104,132.16685 55.203104,132.16685 C 55.203104,132.16685 56.604308,131.54113 57.646263,130.71478"
+         id="path1999"
+         sodipodi:nodetypes="cssscc" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:2.56088352;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 58.548113,109.25626 C 58.548113,109.25626 59.193658,113.64214 57.316735,116.37044 C 59.268574,119.93112 58.672231,127.7119 58.672231,127.7119"
+         id="path2001"
+         sodipodi:nodetypes="ccc" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         inkscape:export-filename="F:\Documents\SVG\path2005.png"
+         id="path2003"
+         d="M 61.87418,113.89955 L 61.872907,125.44069"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:2.54450512;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:nodetypes="cc" />
+      <path
+         inkscape:export-ydpi="145.14"
+         inkscape:export-xdpi="145.14"
+         sodipodi:type="arc"
+         style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:white;stroke-width:9;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="path2005"
+         sodipodi:cx="521.74377"
+         sodipodi:cy="600.31891"
+         sodipodi:rx="1.5152287"
+         sodipodi:ry="1.5152287"
+         d="m 523.259,600.31891 a 1.5152287,1.5152287 0 0 1 -1.51523,1.51523 1.5152287,1.5152287 0 0 1 -1.51522,-1.51523 1.5152287,1.5152287 0 0 1 1.51522,-1.51523 1.5152287,1.5152287 0 0 1 1.51523,1.51523 z"
+         transform="matrix(0.260652,0,0,0.260652,-87.49072,-46.35457)" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/jewish.svg
===================================================================
--- /trunk/resources/images/presets/religion/jewish.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/jewish.svg	(revision 16006)
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="2600"
+   id="svg2"
+   inkscape:export-filename="F:\Documents and Settings\Brian Hinkle\Desktop\ilflag-official.png"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-ydpi="90.000000"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="jewish.svg"
+   sodipodi:version="0.32"
+   width="2600"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>The Official Flag of Israel</dc:title>
+        <dc:description>This is an SVG representation of Israel's official flag, based on the exact measurements and color recommendations of the Israeli government.</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>country</rdf:li>
+            <rdf:li>starofdavid</rdf:li>
+            <rdf:li>israel</rdf:li>
+            <rdf:li>place</rdf:li>
+            <rdf:li>flag</rdf:li>
+            <rdf:li>judaism</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Brian G. Hinkle</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Brian G. Hinkle</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date>04/12/05</dc:date>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>English</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3" />
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="1069.7643"
+     inkscape:cy="1195.9462"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="1003"
+     inkscape:window-width="1400"
+     inkscape:window-x="0"
+     inkscape:window-y="13"
+     inkscape:zoom="0.16779395"
+     pagecolor="#ffffff"
+     showgrid="true"
+     width="2600px"
+     height="2600px"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       id="GridFromPre046Settings"
+       type="xygrid"
+       originx="0.00000000cm"
+       originy="0.00000000cm"
+       spacingx="0.028200000cm"
+       spacingy="0.028222222cm"
+       color="#3f3fff"
+       empcolor="#3f3fff"
+       opacity="0.15"
+       empopacity="0.38"
+       empspacing="5" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-2817.4607,-1665.5008)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4136"
+       width="2600"
+       height="2600"
+       x="2817.4607"
+       y="1665.5007" />
+    <g
+       id="g16521"
+       style="fill:none;fill-opacity:1;stroke:#003ad1;stroke-opacity:1"
+       transform="matrix(1.151007,0,0,1.151007,-371.37264,-290.91802)">
+      <path
+         d="m 2631.5115,2810.8694 -1556.0955,0 778.0477,-1347.6182 z"
+         id="path13485"
+         inkscape:flatsided="true"
+         inkscape:randomized="0"
+         inkscape:rounded="0"
+         sodipodi:arg1="0.52359878"
+         sodipodi:arg2="1.5707963"
+         sodipodi:cx="1853.4637"
+         sodipodi:cy="2361.6633"
+         sodipodi:r1="898.41217"
+         sodipodi:r2="449.20609"
+         sodipodi:sides="3"
+         sodipodi:type="star"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#003ad1;stroke-width:173.98858643;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+         transform="matrix(1.081481,0,0,1.065501,1894.485,353.1243)" />
+      <path
+         d="m 2631.5115,2810.8694 -1556.0955,0 778.0477,-1347.6182 z"
+         id="path15003"
+         inkscape:flatsided="true"
+         inkscape:randomized="0"
+         inkscape:rounded="0"
+         sodipodi:arg1="0.52359878"
+         sodipodi:arg2="1.5707963"
+         sodipodi:cx="1853.4637"
+         sodipodi:cy="2361.6633"
+         sodipodi:r1="898.41217"
+         sodipodi:r2="449.20609"
+         sodipodi:sides="3"
+         sodipodi:type="star"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#003ad1;stroke-width:173.98858643;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+         transform="matrix(1.081481,0,0,-1.066697,1887.269,5317.887)" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/muslim.svg
===================================================================
--- /trunk/resources/images/presets/religion/muslim.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/muslim.svg	(revision 16006)
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Sodipodi ("http://www.sodipodi.com/") -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="514.40881"
+   id="svg378"
+   version="1.0"
+   width="535.08594"
+   x="0"
+   y="0"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="muslim.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.53198919"
+     inkscape:cx="210.99977"
+     inkscape:cy="206.38235"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg378"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>Pakistan</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li />
+            <rdf:li>asia</rdf:li>
+            <rdf:li>united_nations_member</rdf:li>
+            <rdf:li>flag</rdf:li>
+            <rdf:li>sign</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Lauris Kaplinski</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Lauris Kaplinski</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Lauris Kaplinski</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs380" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4135"
+     width="535.08594"
+     height="514.40881"
+     x="0"
+     y="3.4765624e-006" />
+  <rect
+     height="708.66101"
+     id="rect403"
+     style="font-size:12px;fill:#ffffff;fill-rule:evenodd;stroke-width:1pt"
+     width="266.46799"
+     x="-390.36511"
+     y="-97.126106" />
+  <path
+     d="m 449.89309,202.64994 -54.86697,-11.5427 -28.85361,48.07439 -5.97811,-55.74828 -54.63828,-12.58691 51.1736,-22.91206 -4.91406,-55.852705 37.60409,41.587755 51.60069,-21.93259 -27.93158,48.61529 36.80423,42.29781 z"
+     id="path273"
+     style="font-size:12px;fill:#000000;fill-rule:evenodd;stroke-width:1pt"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 470.58989,344.69092 c -48.714,107.324 -176.541,154.212 -284.178,104.346 -107.636002,-49.865 -154.523002,-177.693 -104.657002,-285.329 25.434002,-54.9 67.057002,-92.628006 125.812002,-113.219006 -6.758,5.715 -13.445,11.643 -20.773,19.205 -75.899,78.328006 -73.927,203.498006 4.4,279.397006 78.328,75.899 203.498,73.928 279.396,-4.4 z"
+     id="path278"
+     style="font-size:12px;fill:#000000;fill-rule:evenodd;stroke-width:1pt"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/religion/religion.svg
===================================================================
--- /trunk/resources/images/presets/religion/religion.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/religion.svg	(revision 16006)
@@ -0,0 +1,192 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="religion.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.919596"
+     inkscape:cx="-13.658852"
+     inkscape:cy="5.9861113"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1400"
+     inkscape:window-height="960"
+     inkscape:window-x="0"
+     inkscape:window-y="56"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8.0000007,-7.9999979)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.76310205;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4153"
+       width="15.236898"
+       height="15.236897"
+       x="8.3815517"
+       y="8.3815489" />
+    <g
+       id="g2212"
+       transform="matrix(0.5,0,0,0.5,-3.5025378,2.107142)">
+      <g
+         id="g3385">
+        <rect
+           style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+           id="rect3279"
+           width="2.6737955"
+           height="14.220004"
+           x="30.11763"
+           y="13.291089"
+           transform="matrix(0.999933,-0.01157261,0.01157261,0.999933,0,0)" />
+        <rect
+           style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:1;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+           id="rect3281"
+           width="9.8616724"
+           height="2.3008447"
+           x="26.513855"
+           y="16.258488"
+           transform="matrix(0.9999009,-0.01408147,0.00951065,0.9999548,0,0)" />
+      </g>
+    </g>
+    <path
+       d="m 22.641972,11.284533 -0.850121,-0.178845 -0.447063,0.744874 -0.09263,-0.863775 -0.846577,-0.195024 0.792894,-0.355004 -0.07614,-0.8653937 0.582645,0.6443687 0.799512,-0.3398276 -0.432778,0.7532556 0.570253,0.655371 z"
+       id="path273"
+       style="font-size:12px;fill:#000000;fill-rule:evenodd;stroke-width:1pt"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 22.962652,13.485344 c -0.754785,1.662901 -2.735362,2.389393 -4.403112,1.616759 -1.667734,-0.772619 -2.394211,-2.753212 -1.621577,-4.420946 0.394079,-0.8506319 1.038995,-1.4351973 1.949357,-1.7542384 -0.10471,0.088549 -0.20832,0.180399 -0.321861,0.2975662 -1.175995,1.2136302 -1.145441,3.1530402 0.06817,4.3290342 1.21363,1.175995 3.15304,1.145456 4.329019,-0.06818 z"
+       id="path278"
+       style="font-size:12px;fill:#000000;fill-rule:evenodd;stroke-width:1pt"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g3335"
+       transform="matrix(0.03281411,0,0,0.03281411,8.4199517,16.488154)">
+      <path
+         id="path6"
+         d="m 110.986,16.235 c 0.19,-1.135 1.003,-0.555 1,0 5.629,4.227 10.699,6.611 14.999,11.999 3.592,4.501 5.255,11.669 9.998,16.998 10.464,11.755 30.485,16.537 45.995,14.998 20.54,-2.039 36.137,-19.938 34.995,-44.994 5.067,2.213 8.491,6.415 11.999,9.999 3.928,4.013 9.671,8.587 9.998,15.998 0.91,20.618 -16.083,38.689 -33.995,40.995 C 182.026,85.311 159.201,71.005 146.982,60.231 130.861,46.016 121.354,30.583 110.986,16.235 Z"
+         style="clip-rule:evenodd;fill-rule:evenodd"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path8"
+         d="m 3,150.219 c 2.805,0.054 4.575,3.17 6.999,4.999 9.039,6.821 22.579,14.199 36.996,17.998 17.655,4.652 36.553,7.108 47.994,-1 10.92,-7.739 18.344,-36.726 1,-44.994 -14.144,-6.742 -23.721,8.688 -40.995,5.999 -8.365,-1.302 -13.623,-10.226 -18.998,-15.998 -1.7,-1.825 -4.782,-2.416 -4,-4.999 14.481,1.53 25.146,-6.185 33.996,-11.999 9.448,-6.208 19.458,-12.739 17.998,-29.996 -15.978,-6.603 -35.603,-3.927 -52.993,1 -3.617,1.025 -7.16,3.218 -8.999,3 C 12.378,73.088 6.979,58.357 0,53.231 17.235,46.76 33.888,43.066 53.993,45.232 67.707,46.71 81.101,56.97 90.989,67.229 c 6.702,6.954 17.028,18.196 13.998,33.996 -0.283,1.474 -3.429,6.583 -5,8.999 -3.142,4.834 -8.12,6.287 -2,11.999 3.506,3.271 10.444,8.038 12.999,10.998 18.227,-10.652 33.155,-27.4 64.991,-24.997 18.981,1.434 29.198,9.2 39.995,19.998 9.822,9.822 24.543,21.432 23.997,34.995 -0.577,14.363 -16.154,9.334 -26.996,15.998 -7.012,4.31 -8.245,8.497 -9.999,18.998 -5.968,-3.053 -8.447,-5.448 -11.998,-8.999 -3.462,-3.462 -8.165,-7.629 -8.999,-11.998 -1.525,-7.986 3.029,-16.362 6.999,-18.998 8.864,-5.887 26.307,-1.535 28.996,-12.998 0.455,-1.941 0.129,-7.665 0,-7.999 -2.615,-6.788 -23.557,-7.864 -31.996,-6.999 -25.375,2.599 -44.457,19.428 -58.992,31.995 2.696,24.921 -8.729,38.687 -34.996,36.996 C 53.93,196.763 20.814,171.461 3,150.219 Z"
+         style="clip-rule:evenodd;fill-rule:evenodd"
+         inkscape:connector-curvature="0" />
+      <rect
+         id="rect10"
+         height="23.318001"
+         width="23.318001"
+         transform="matrix(0.7071,-0.7071,0.7071,0.7071,39.1583,127.513)"
+         y="4.829"
+         x="161.842"
+         style="clip-rule:evenodd;fill-rule:evenodd" />
+    </g>
+    <g
+       id="g2241"
+       transform="matrix(0.08259935,0,0,0.08259935,2.5382167,-50.398616)">
+      <path
+         id="rect5307"
+         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         d="m 211.42857,805.48945 -5.875,5.875 c -6.27886,0.96027 -12.06822,3.42601 -16.96875,7.03125 l -8.28125,0 0,8.34375 c -3.58176,4.88793 -6.04358,10.62131 -7,16.875 l -5.875,5.875 5.875,5.875 c 0.95642,6.25369 3.41824,12.01833 7,16.90625 l 0,8.34375 8.3125,0 c 4.89565,3.59612 10.66841,6.07247 16.9375,7.03125 l 5.875,5.875 5.875,-5.875 c 6.26909,-0.95878 12.04186,-3.43513 16.9375,-7.03125 l 8.3125,0 0,-8.28125 c 3.60291,-4.89928 6.07136,-10.69239 7.03125,-16.96875 l 0,-0.0312 5.84375,-5.84375 -5.84375,-5.84375 0,-0.0312 c -0.95989,-6.27636 -3.42834,-12.03822 -7.03125,-16.9375 l 0,-8.28125 -8.28125,0 c -4.90053,-3.60524 -10.68989,-6.07098 -16.96875,-7.03125 l -5.875,-5.875 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path5297"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         d="m 211.42857,814.73945 -3.6875,3.6875 c -5.85047,0.69051 -11.21864,3.00538 -15.625,6.46875 l -5.28125,0 0,5.25 c -3.46913,4.40373 -5.77234,9.77457 -6.46875,15.625 l -3.71875,3.71875 3.71875,3.71875 c 0.69193,5.86249 2.9935,11.21351 6.46875,15.625 l 0,5.25 5.25,0 c 4.41317,3.47863 9.79008,5.8079 15.65625,6.5 l 3.6875,3.6875 3.6875,-3.6875 c 5.86992,-0.6907 11.24067,-3.01946 15.65625,-6.5 l 5.25,0 0,-5.25 c 3.47837,-4.41284 5.77645,-9.75935 6.46875,-15.625 l 3.71875,-3.71875 -3.71875,-3.71875 c -0.69678,-5.85359 -2.9965,-11.21993 -6.46875,-15.625 l 0,-5.25 -5.28125,0 c -4.4088,-3.46529 -9.77074,-5.77965 -15.625,-6.46875 l -3.6875,-3.6875 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path5295"
+         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         transform="matrix(3.5606061,0,0,3.5606061,50.995521,690.73749)"
+         d="m 52.823528,44.588234 c 9.73e-4,4.289017 -3.475689,7.766468 -7.764705,7.766468 -4.289017,0 -7.765679,-3.477451 -7.764706,-7.766468 -9.73e-4,-4.289017 3.475689,-7.766468 7.764706,-7.766468 4.289016,0 7.765678,3.477451 7.764705,7.766468 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path5319"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 181.96166,849.49865 58.94117,0"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path5293"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         transform="matrix(1.5454546,0,0,1.5454546,141.79588,780.58955)"
+         d="m 52.823528,44.588234 c 9.73e-4,4.289017 -3.475689,7.766468 -7.764705,7.766468 -4.289017,0 -7.765679,-3.477451 -7.764706,-7.766468 -9.73e-4,-4.289017 3.475689,-7.766468 7.764706,-7.766468 4.289016,0 7.765678,3.477451 7.764705,7.766468 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path5323"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 190.59339,828.6598 41.6777,41.67769"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path5317"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 211.43224,878.96923 0,-58.94118"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path5321"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 190.59339,870.33749 41.6777,-41.6777"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path5291"
+         style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         transform="translate(166.37342,804.9104)"
+         d="m 52.823528,44.588234 c 9.73e-4,4.289017 -3.475689,7.766468 -7.764705,7.766468 -4.289017,0 -7.765679,-3.477451 -7.764706,-7.766468 -9.73e-4,-4.289017 3.475689,-7.766468 7.764706,-7.766468 4.289016,0 7.765678,3.477451 7.764705,7.766468 z"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/shinto.svg
===================================================================
--- /trunk/resources/images/presets/religion/shinto.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/shinto.svg	(revision 16006)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   xml:space="default"
+   width="250"
+   height="250"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="shinto.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <metadata
+     id="metadata19">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title>日本の地図記号 - 神社</dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs17" />
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="1.508"
+     inkscape:cx="11.93634"
+     inkscape:cy="124.33687"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <title
+     id="title4">日本の地図記号 - 神社</title>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4137"
+     width="250"
+     height="250"
+     x="0"
+     y="7.6293945e-006" />
+  <line
+     stroke="black"
+     stroke-width="30px"
+     x1="15"
+     y1="45"
+     x2="235"
+     y2="45"
+     id="line8" />
+  <line
+     stroke="black"
+     stroke-width="30px"
+     x1="50"
+     y1="95"
+     x2="200"
+     y2="95"
+     id="line10" />
+  <line
+     stroke="black"
+     stroke-width="30px"
+     x1="50"
+     y1="45"
+     x2="50"
+     y2="215"
+     id="line12" />
+  <line
+     stroke="black"
+     stroke-width="30px"
+     x1="200"
+     y1="45"
+     x2="200"
+     y2="215"
+     id="line14" />
+</svg>
Index: /trunk/resources/images/presets/religion/sikhism.svg
===================================================================
--- /trunk/resources/images/presets/religion/sikhism.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/sikhism.svg	(revision 16006)
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="600"
+   height="800"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="sikhism.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.47125"
+     inkscape:cx="-61.803714"
+     inkscape:cy="397.87798"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4134"
+     width="600"
+     height="800"
+     x="0"
+     y="-1.3283818e-013" />
+  <g
+     id="layer1">
+    <path
+       d="M 286.73019,778.52583 C 275.75301,775.43609 265.01323,766.39009 260.00869,756.01866 C 254.68435,744.98419 254.75043,729.68933 260.17088,718.45579 C 262.56819,713.48757 271.0349,704.02913 275.79979,700.99627 L 278.22458,699.45294 L 277.93101,661.76252 L 277.63732,624.0721 L 255.57862,639.19088 L 233.51991,654.30963 L 235.85201,658.70697 C 237.72013,662.2294 238.18665,664.91233 238.19689,672.19146 C 238.20829,680.26546 237.85962,681.9126 235.06995,686.96488 C 231.55962,693.3225 227.0233,697.73591 220.33104,701.30437 C 216.68548,703.24838 214.1133,703.70359 206.77416,703.70359 C 199.43499,703.70359 196.86282,703.24838 193.21724,701.30437 C 182.43181,695.55321 175.97172,686.18389 175.08734,675.0099 C 174.4294,666.69701 175.91711,661.21418 180.88361,653.6481 C 184.43397,648.23943 188.98447,644.6862 226.5945,617.95519 C 249.56687,601.62774 268.16361,587.94104 267.92044,587.54031 C 267.67737,587.13956 262.4271,583.21466 256.25316,578.81832 L 245.02799,570.82497 L 213.10652,594.24676 C 195.54967,607.12874 180.94849,617.66854 180.65943,617.66854 C 180.37037,617.66854 179.31087,605.39832 175.26249,598.9597 C 171.3187,592.68741 157.08555,576.77028 120.95949,540.69501 C 80.926979,500.71878 69.712559,488.34294 56.886159,469.98591 C 34.735847,438.28456 21.28146,403.33193 16.070574,363.9527 C 14.643144,353.1655 14.643144,319.83715 16.070574,309.04995 C 21.97106,264.45933 38.353932,225.78713 65.846979,191.55141 C 80.960219,172.73164 91.642209,164.62074 114.99482,154.23309 C 131.49525,146.89341 163.31216,136.45641 164.75963,137.9086 C 164.95937,138.10898 160.70799,141.14023 155.31214,144.64471 C 141.84464,153.3915 117.92485,177.27079 108.8217,191.05641 C 96.288539,210.03637 88.010829,229.61622 82.967409,252.21132 C 80.786489,261.98211 80.499119,266.07006 80.499119,287.32379 C 80.499119,315.74299 81.574149,321.95208 91.676199,351.87978 C 103.89217,388.0701 116.9059,408.56463 151.93419,446.7765 C 184.31489,482.10016 198.65925,494.49064 247.92965,529.69617 L 278.17013,551.30416 L 278.17013,531.1197 L 278.17013,510.93524 L 274.17409,508.48482 C 271.97626,507.1371 265.86231,502.6303 260.58753,498.46974 C 255.31275,494.30918 246.20177,487.83917 240.3409,484.09194 C 234.48003,480.34471 229.54891,477.17899 229.38279,477.05701 C 229.21665,476.93502 230.52811,469.45137 232.29713,460.42667 C 234.06615,451.40198 235.16107,443.727 234.73035,443.37116 C 234.29962,443.01532 230.73238,441.3902 226.80294,439.75979 C 209.44558,432.55768 190.96034,420.03878 175.48787,405.00727 C 150.34253,380.57855 134.48146,352.18188 126.1766,316.7234 C 123.32873,304.56412 123.17189,302.5831 123.17189,278.77117 C 123.17189,254.95924 123.32873,252.97822 126.1766,240.81895 C 134.48146,205.36046 150.34253,176.96379 175.48787,152.53508 C 191.06435,137.40253 210.10104,124.55368 227.27212,117.58321 C 232.29968,115.54233 234.45776,114.1033 234.46693,112.78566 C 234.47417,111.75045 233.51118,106.53968 232.32707,101.20616 L 230.174,91.508846 L 232.93447,88.217586 C 234.45264,86.407386 245.132,75.682366 256.66619,64.384198 C 268.20026,53.086033 282.41777,38.47761 288.26041,31.921037 L 298.8835,19.999997 L 334.16923,55.388707 L 369.45505,90.777406 L 366.84878,101.97751 C 365.41542,108.13756 364.41694,113.29345 364.63007,113.43502 C 364.84319,113.5766 371.49122,116.91661 379.40339,120.85722 C 387.31556,124.79786 398.33634,131.27144 403.89394,135.24294 C 416.89142,144.53093 435.51641,163.23797 444.62995,176.15833 C 488.20091,237.92941 488.20091,319.61293 444.62995,381.38402 C 435.51235,394.31013 416.88556,413.01685 403.89394,422.29488 C 394.29992,429.14649 367.93123,443.40901 364.858,443.40901 C 362.92743,443.40901 363.04742,444.77558 366.48221,461.90487 L 369.44077,476.65897 L 360.83553,482.32935 C 356.10261,485.44804 346.37731,492.51962 339.22374,498.04394 C 332.07019,503.56826 324.99718,508.95252 323.50596,510.00895 L 320.79473,511.92975 L 320.79473,531.12323 C 320.79473,541.67964 320.99656,550.31669 321.24324,550.31669 C 321.92268,550.31669 380.60839,508.33308 383.66584,505.65971 C 385.13108,504.37856 390.40585,500.10535 395.38758,496.16366 C 410.24829,484.40549 425.65704,469.62065 443.12615,450.35801 C 452.19143,440.36214 460.16935,431.70262 460.85496,431.11463 C 461.54058,430.52663 465.97011,424.99417 470.69834,418.82025 C 489.59857,394.14145 498.24782,377.90214 507.73348,349.28563 C 516.9539,321.46945 518.35626,313.28953 518.35626,287.32379 C 518.35626,268.59732 518.00598,263.774 515.94945,254.1824 C 505.90596,207.33942 480.306,169.53585 441.26507,143.89545 C 435.14205,139.87412 430.86448,136.58394 431.75927,136.58394 C 434.86681,136.58394 459.9137,143.91858 469.82017,147.72957 C 501.69092,159.99014 516.75474,170.38538 534.17334,192.13836 C 586.45409,257.42841 599.41417,344.82846 568.34187,422.56202 C 561.9872,438.45938 554.6478,452.01845 543.74766,467.99778 C 529.07119,489.51321 524.15201,495.01244 475.8494,543.90224 C 450.57894,569.4799 435.61167,584.00122 427.85433,594.41612 C 420.09701,604.83101 418.29825,618.40148 418.29825,618.40148 L 388.4611,596.5926 C 372.05067,584.59773 357.6242,573.92126 356.40237,572.8671 C 354.22575,570.98929 353.93836,571.12332 342.21023,579.48324 C 335.62645,584.17628 330.63203,588.38606 331.11167,588.83835 C 331.59119,589.29063 349.7261,602.26429 371.41131,617.66874 C 393.09651,633.07317 412.17183,646.93542 413.80094,648.47372 C 415.43004,650.01202 418.18732,654.13033 419.9282,657.62549 C 424.15346,666.10851 424.40324,677.39401 420.54636,685.55492 C 417.4741,692.05565 411.41407,698.0578 404.97809,700.97456 C 397.93898,704.16459 385.95808,704.01074 378.8706,700.6393 C 372.39092,697.55716 366.40815,691.47735 363.50084,685.02039 C 360.52075,678.4016 360.50924,665.99897 363.4772,659.43546 C 365.21339,655.59595 365.36055,654.4512 364.25306,653.39841 C 362.38365,651.62143 322.10841,624.08301 321.3789,624.08301 C 321.05762,624.08301 320.79473,641.12054 320.79473,661.94418 L 320.79473,699.80531 L 325.87855,703.54943 C 343.70102,716.67492 347.7089,744.12198 334.49797,762.57777 C 324.74538,776.20208 303.57997,783.26847 286.73019,778.52583 z M 379.40339,398.70368 C 384.66379,395.22835 393.39436,387.77026 400.22855,380.91389 C 417.414,363.67255 427.87895,346.83212 435.36093,324.37813 C 440.49089,308.98263 442.27452,297.21711 442.27452,278.77117 C 442.27452,247.90169 434.93533,223.37529 417.96183,197.52133 C 410.21815,185.72621 391.19546,166.63419 379.40339,158.82228 C 370.0339,152.6153 358.48639,146.50181 357.70348,147.33393 C 356.02067,149.12256 350.23631,200.25771 348.40677,229.51896 C 346.75827,255.8854 347.74246,333.12826 350.0218,356.27925 C 351.79583,374.29728 355.64728,404.88194 356.64725,408.89302 L 357.23739,411.26017 L 363.79154,407.97396 C 367.3963,406.16654 374.42166,401.9949 379.40339,398.70368 z M 242.92309,401.98229 C 252.11538,340.70266 253.94376,264.12866 247.74126,200.19402 C 246.20198,184.3268 242.42098,154.33165 241.37315,149.67561 L 240.83087,147.26565 L 234.19221,150.62655 C 203.27051,166.28108 176.98711,196.47203 164.90475,230.215 C 159.15348,246.27687 157.22435,258.47294 157.22435,278.77117 C 157.22435,294.4703 157.62408,299.27187 159.70919,308.6185 C 167.98142,345.69942 188.69517,376.83958 219.02865,397.79693 C 225.08293,401.97979 239.56812,410.17892 241.01063,410.2395 C 241.37891,410.25497 242.23961,406.53922 242.92309,401.98229 z "
+       style="fill:#000000"
+       id="path1317" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/taoism.svg
===================================================================
--- /trunk/resources/images/presets/religion/taoism.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/taoism.svg	(revision 16006)
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   x="0.00000000"
+   y="0.00000000"
+   width="466.00000"
+   height="466.00000"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="taoism.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata9">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.80901288"
+     inkscape:cx="22.249338"
+     inkscape:cy="231.76393"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.56699997;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4136"
+     width="466"
+     height="466"
+     x="0"
+     y="5.9674488e-015" />
+  <g
+     id="layer1">
+    <g
+       transform="translate(-14.31153,-9.654345)"
+       id="g2100">
+      <path
+         d="M 574.28571 350.93362 A 230.00000 230.00000 0 1 1  114.28571,350.93362 A 230.00000 230.00000 0 1 1  574.28571 350.93362 z"
+         transform="translate(-95.71429,-108.5714)"
+         style="opacity:1.0000000;fill:#ffffff;fill-opacity:1.0000000;stroke:none;stroke-width:2.0000000;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-opacity:1.0000000"
+         id="path1366" />
+      <path
+         d="M 231.48189,473.26283 C 131.83469,468.06658 42.098062,390.44395 21.653942,292.99899 C 2.8527423,211.64305 32.299602,121.62080 96.083632,67.582430 C 141.33822,28.222080 202.15620,7.4760400 262.06397,11.991470 C 356.93917,15.843450 443.80335,86.158270 469.35800,177.35283 C 479.83354,210.86634 479.80411,246.84493 475.57362,281.36221 C 461.15785,369.25654 392.02150,445.16887 305.33917,466.41185 C 281.37157,472.30240 256.12409,475.36915 231.48189,473.26283 z M 195.98189,459.07832 C 153.70976,438.32840 127.57657,390.25793 133.57107,343.48796 C 138.36082,288.35497 188.51696,242.79478 243.64749,241.80851 C 289.80353,243.23178 335.32348,214.53137 352.09275,171.21770 C 372.17245,123.85997 354.81639,64.420260 312.15547,35.497910 C 277.18597,9.7192000 230.39701,15.186720 190.59735,24.146350 C 98.599342,46.695330 27.467842,132.85978 22.328202,227.37156 C 15.617372,312.66393 62.578582,398.76397 137.71937,439.58565 C 156.53626,449.74840 183.25724,461.62547 200.86096,461.86871 L 198.91377,460.67719 L 195.98190,459.07832 L 195.98189,459.07832 z M 240.98189,156.44487 C 217.68690,151.96726 210.63785,117.76008 230.72475,104.79451 C 251.31111,88.759900 283.63841,110.57202 275.52356,135.98196 C 271.79700,150.60792 255.61257,159.83414 240.98189,156.44487 z M 252.66158,383.23027 C 281.22410,379.65834 281.98701,333.88297 253.46715,329.56000 C 230.89663,323.64667 211.28225,351.85522 224.59048,371.08172 C 230.24130,379.64095 242.27756,386.42957 252.66158,383.23027 z "
+         style="fill:#000000"
+         id="path1351" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/tenrikyo.svg
===================================================================
--- /trunk/resources/images/presets/religion/tenrikyo.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/tenrikyo.svg	(revision 16006)
@@ -0,0 +1,392 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   version="1.0"
+   sodipodi:docname="tenrikyo3.svg"
+   inkscape:export-filename="/media/D/Akihiko/Akihiko Novo/Pessoal/Projetos/Site Mikunibras/Reformulacao/Images/tenrikyo_emblem_easy_editable.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:modified="true"
+   pagecolor="#ffffff"
+   viewBox="0 0 16 16">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.951302"
+     inkscape:cx="-0.14045676"
+     inkscape:cy="7.6439263"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer18"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     width="744.09px"
+     height="1052.3622px"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     viewbox-x="-30"
+     viewbox-y="30"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid845" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:groupmode="layer"
+     id="layer4"
+     style="display:inline"
+     transform="translate(-27.750002,-842.61183)">
+    <ellipse
+       style="display:inline;opacity:1;fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1.29307675;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path2191"
+       transform="matrix(0.99994714,0.01028229,0,1,0,0)"
+       inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       cx="35.751892"
+       cy="850.2442"
+       rx="7.00037"
+       ry="6.99963" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer18"
+     inkscape:label="Outside Circle"
+     style="display:inline;opacity:1"
+     transform="translate(-27.750002,-842.61183)">
+    <ellipse
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.07819784;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path2807"
+       transform="matrix(0.99994714,0.01028228,0,1,0,0)"
+       inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       cx="35.751892"
+       cy="850.24426"
+       rx="5.8370733"
+       ry="5.8364563" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer28"
+     inkscape:label="Daggers"
+     style="display:inline;opacity:1"
+     transform="translate(-27.750002,-842.61183)">
+    <path
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.03551107px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 35.6823,846.92336 -3.388514,2.64627 1.419951,4.00168 4.163037,-0.12909 1.355403,-3.80805 z"
+       id="path13562"
+       inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer1"
+     inkscape:label="Five Circles and Sticks Borders"
+     style="display:inline"
+     transform="translate(-27.750002,-842.61183)">
+    <g
+       id="g5158"
+       style="fill:#ffffff"
+       transform="matrix(0.02058823,0,0,0.02058826,28.178682,839.93453)">
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         y="391.10175"
+         x="346.90826"
+         height="125.048"
+         width="41.682667"
+         id="rect12655"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="rotate(-36.297057)"
+         y="625.82776"
+         x="-31.444723"
+         height="125.53841"
+         width="41.846134"
+         id="rect13547"
+         style="fill:#ffffff;fill-opacity:1;stroke-width:33;stroke-miterlimit:4;stroke-dasharray:none" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="rotate(34.640059)"
+         y="203.44701"
+         x="574.9314"
+         height="125.53812"
+         width="41.846043"
+         id="rect13553"
+         style="fill:#ffffff;fill-opacity:1;stroke-width:33;stroke-miterlimit:4;stroke-dasharray:none" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="rotate(-71.254027)"
+         y="402.24527"
+         x="-394.6936"
+         height="125.53836"
+         width="41.846119"
+         id="rect13556"
+         style="fill:#ffffff;fill-opacity:1;stroke-width:33;stroke-miterlimit:4;stroke-dasharray:none" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="rotate(-108.24048)"
+         y="179.10356"
+         x="-629.85974"
+         height="125.53826"
+         width="41.846088"
+         id="rect13550"
+         style="fill:#ffffff;fill-opacity:1;stroke-width:33;stroke-miterlimit:4;stroke-dasharray:none" />
+      <ellipse
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="matrix(1.856281,0,0,1.962354,-1009.531,-10.95022)"
+         id="path2804"
+         style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="741.95703"
+         cy="181.10561"
+         rx="56.063465"
+         ry="53.033009" />
+      <ellipse
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="matrix(1.856281,0,0,1.962354,-907.7207,306.383)"
+         id="path2801"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="741.95703"
+         cy="181.10561"
+         rx="56.063465"
+         ry="53.033009" />
+      <ellipse
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="matrix(1.856281,0,0,1.962354,-1113.464,301.8346)"
+         id="path2798"
+         style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="741.95703"
+         cy="181.10561"
+         rx="56.063465"
+         ry="53.033009" />
+      <ellipse
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="matrix(1.856281,0,0,1.962354,-1176.044,107.6139)"
+         id="path2795"
+         style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="741.95703"
+         cy="181.10561"
+         rx="56.063465"
+         ry="53.033009" />
+      <ellipse
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="matrix(1.856281,0,0,1.962354,-844.0797,111.101)"
+         id="path2792"
+         style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="741.95703"
+         cy="181.10561"
+         rx="56.063465"
+         ry="53.033009" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer9"
+     inkscape:label="Five Circles and Sticks"
+     style="display:inline;opacity:1"
+     transform="translate(-27.750002,-842.61183)">
+    <g
+       id="g5146"
+       style="fill:#000000"
+       transform="matrix(0.02036664,0,0,0.02036667,28.260053,840.04601)">
+      <path
+         id="path6383"
+         d="m 463.81406,344.44299 c 0.79683,47.69239 -37.51472,89.32098 -81.44089,94.9566 -45.79883,8.13416 -95.81043,-22.61821 -107.66146,-70.95782 -11.72983,-42.2015 10.31383,-89.55775 47.26037,-108.463 42.88161,-24.27255 101.94335,-9.39812 127.92807,34.6636 9.01388,14.74712 13.96107,32.2304 13.91391,49.80062 z"
+         style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <ellipse
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="matrix(1.71349,0,0,1.811403,-801.7761,333.7208)"
+         id="path6396"
+         style="display:inline;fill:#000000;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="741.95703"
+         cy="181.10561"
+         rx="56.063465"
+         ry="53.033009" />
+      <ellipse
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="matrix(1.71349,0,0,1.811403,-1007.519,329.1725)"
+         id="path6389"
+         style="display:inline;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="741.95703"
+         cy="181.10561"
+         rx="56.063465"
+         ry="53.033009" />
+      <ellipse
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="matrix(1.71349,0,0,1.811403,-1070.099,134.9517)"
+         id="path6394"
+         style="display:inline;fill:#000000;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="741.95703"
+         cy="181.10561"
+         rx="56.063465"
+         ry="53.033009" />
+      <ellipse
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="matrix(1.71349,0,0,1.811403,-738.1351,138.4389)"
+         id="path6399"
+         style="display:inline;fill:#000000;stroke:none;stroke-width:4.7504735;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="741.95703"
+         cy="181.10561"
+         rx="56.063465"
+         ry="53.033009" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         y="411.94308"
+         x="353.85538"
+         height="83.365334"
+         width="27.788446"
+         id="rect9064"
+         style="display:inline;fill:#000000;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="rotate(-36.297057)"
+         y="649.36609"
+         x="-23.598534"
+         height="78.461472"
+         width="26.153824"
+         id="rect9067"
+         style="display:inline;fill:#000000;stroke-width:33;stroke-miterlimit:4;stroke-dasharray:none" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="rotate(34.640059)"
+         y="226.98538"
+         x="582.77789"
+         height="78.461357"
+         width="26.153784"
+         id="rect9070"
+         style="display:inline;fill:#000000;stroke-width:33;stroke-miterlimit:4;stroke-dasharray:none" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="rotate(-71.254027)"
+         y="425.78333"
+         x="-386.84729"
+         height="78.461433"
+         width="26.153811"
+         id="rect9074"
+         style="display:inline;fill:#000000;stroke-width:33;stroke-miterlimit:4;stroke-dasharray:none" />
+      <rect
+         inkscape:export-ydpi="90"
+         inkscape:export-xdpi="90"
+         inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+         transform="rotate(-108.24048)"
+         y="202.64211"
+         x="-622.01373"
+         height="78.461433"
+         width="26.153814"
+         id="rect10849"
+         style="display:inline;fill:#000000;stroke-width:33;stroke-miterlimit:4;stroke-dasharray:none" />
+    </g>
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer19"
+     inkscape:label="Central Circle Border"
+     style="display:inline"
+     transform="translate(-27.750002,-842.61183)">
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.19531092;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path2805"
+       inkscape:export-filename="/home/denakitan/Desktop/path5495.png"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       cx="35.749886"
+       cy="850.6084"
+       rx="0.87889946"
+       ry="0.87889928" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="Central Circle"
+     style="display:inline;opacity:1"
+     transform="translate(-27.750002,-842.61183)">
+    <ellipse
+       style="fill:#000000;stroke:none;stroke-width:0.15979977;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5495"
+       inkscape:export-xdpi="90"
+       inkscape:export-ydpi="90"
+       cx="35.749886"
+       cy="850.6084"
+       rx="0.71910006"
+       ry="0.71909815" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/wayside_cross.svg
===================================================================
--- /trunk/resources/images/presets/religion/wayside_cross.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/wayside_cross.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="10"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="wayside_cross2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\religion\wayside_cross.png"
+   inkscape:export-xdpi="11.076923"
+   inkscape:export-ydpi="11.076923">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="12.902778"
+     inkscape:cx="-16.035609"
+     inkscape:cy="16.658079"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137"
+       originx="0"
+       originy="-1.9087982e-005" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-325,-552.79071)">
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:12.27957249;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2385"
+       width="10"
+       height="2.0000186"
+       x="325"
+       y="556.79071" />
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2387"
+       width="1.9999183"
+       height="13.999911"
+       x="329"
+       y="553.79071" />
+    <rect
+       style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3151"
+       width="6"
+       height="2.0000186"
+       x="327"
+       y="566.79071" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/religion/wayside_shrine.svg
===================================================================
--- /trunk/resources/images/presets/religion/wayside_shrine.svg	(revision 16006)
+++ /trunk/resources/images/presets/religion/wayside_shrine.svg	(revision 16006)
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="8"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="wayside_shrine2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\sightseeing\wayside_shrine.png"
+   inkscape:export-xdpi="3.9375002"
+   inkscape:export-ydpi="3.9375002">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 182.85713 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="171.42857 : 182.85713 : 1"
+       inkscape:persp3d-origin="85.714287 : 121.90475 : 1"
+       id="perspective20" />
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 0,0 Z"
+         id="path1512"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 10,0 Z"
+         id="path1515"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective10"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-5.1327357"
+     inkscape:cy="12.86553"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4168"
+       originx="0"
+       originy="0" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Ulf Lamping</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-282.85715,-570.64787)">
+    <path
+       style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 282.85715,573.65464 4.00001,-3.00677 3.99999,3.00677 0,12.99323 -8,0 0,-12.99323 z"
+       id="rect2160"
+       sodipodi:nodetypes="cccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffd42a;fill-rule:evenodd;stroke:#ffd42a;stroke-width:0.71139544;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.84558193, 0.71139547;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 284.1772,582.20976 5.61884,0.0136"
+       id="path3139"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffd42a;fill-rule:evenodd;stroke:#ffd42a;stroke-width:0.68493891;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:2.73975548, 0.68493887;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 289.88608,584.13337 -5.70964,0.0124"
+       id="path3299"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.80830628;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2385"
+       width="5.1916938"
+       height="1.1916938"
+       x="284.26132"
+       y="575.05194" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.66335207;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2387"
+       width="1.336648"
+       height="7.336648"
+       x="286.18881"
+       y="572.97949" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/changing_table.svg
===================================================================
--- /trunk/resources/images/presets/service/changing_table.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/changing_table.svg	(revision 16006)
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="15"
+   viewBox="0 0 15 15"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="changing_table5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="5.1583217"
+     inkscape:cy="5.4968021"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3622)">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect826"
+       width="15"
+       height="15.000017"
+       x="0"
+       y="1038.3622"
+       ry="2.0000174" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.94143498px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 1.4707175,1039.8239 H 13.529 l 1.41e-4,6.6513 c -1.529,6.887 -10.5289997,6.887 -12.0582823,0 z"
+       id="path816"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.94143498px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 1.4707175,1045.5251 C 6,1045.3622 6.5,1047.3622 6.5,1051.3622"
+       id="path818"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.94099998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 13.529249,1045.5249 C 9,1045.3622 8.4999671,1047.3622 8.4999671,1051.3622"
+       id="path820"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.94143498;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect824"
+       width="4"
+       height="2.0000174"
+       x="10"
+       y="1041.3622" />
+    <rect
+       style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.94143498;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect824-6"
+       width="4"
+       height="1.9999826"
+       x="1"
+       y="1041.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/clock.svg
===================================================================
--- /trunk/resources/images/presets/service/clock.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/clock.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="M 7,0 C 3.1458514,0 0,3.1458514 0,7 c 0,3.854149 3.1458514,7 7,7 3.854149,0 7,-3.145851 7,-7 C 14,3.1458514 10.854149,0 7,0 z m 0,2 c 2.7732686,0 5,2.2267316 5,5 0,2.7732686 -2.2267314,5 -5,5 C 4.2267316,12 2,9.7732686 2,7 2,4.2267316 4.2267316,2 7,2 z M 6.75,3.21875 A 0.750075,0.750075 0 0 0 6.59375,3.25 0.750075,0.750075 0 0 0 6,4 l 0,3 0,0.375 0.3125,0.21875 2,1.5 a 0.750075,0.750075 0 1 0 0.875,-1.1875 L 7.5,6.625 7.5,4 A 0.750075,0.750075 0 0 0 6.75,3.21875 z" id="clock" style="fill:#734a08;fill-opacity:1" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/service/community_centre.svg
===================================================================
--- /trunk/resources/images/presets/service/community_centre.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/community_centre.svg	(revision 16006)
@@ -0,0 +1,184 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg3361"
+   sodipodi:docname="Community-circle11.svg"
+   viewBox="0 0 16 16"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="16"
+   height="16">
+  <defs
+     id="defs25" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="988"
+     inkscape:window-maximized="1"
+     inkscape:zoom="69.12"
+     inkscape:window-x="-8"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="g3568"
+     inkscape:cx="6.8373839"
+     inkscape:cy="10.619744"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4181" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(137.98,-958.53)">
+    <g
+       id="g3568"
+       transform="translate(-24.511,166.98)">
+      <ellipse
+         id="path3627"
+         style="color:#000000;fill:#d60000;fill-opacity:1"
+         transform="matrix(0.99983132,-0.01836646,0.01981285,0.99980371,0,0)"
+         cx="-121.06232"
+         cy="791.21387"
+         rx="1.6434149"
+         ry="1.5823138" />
+      <path
+         id="path3629"
+         style="color:#000000;fill:#d60000;fill-opacity:1"
+         inkscape:connector-curvature="0"
+         d="m -105.43856,795.26271 c -2.19167,0.0403 -3.9631,1.67227 -4.1478,3.72898 l 1.03676,0.006 c 0.18903,-1.62698 1.35998,-2.82424 3.10611,-2.85635 1.74606,-0.0321 3.0492,1.09179 3.3027,2.7106 l 0.99583,-0.0149 c -0.26618,-2.04842 -2.10167,-3.61424 -4.29332,-3.57383 z"
+         sodipodi:nodetypes="cccscccc" />
+      <path
+         id="path3631"
+         sodipodi:nodetypes="czzszzcc"
+         style="color:#000000;fill:#d60000;fill-opacity:1"
+         inkscape:connector-curvature="0"
+         d="m -105.42783,795.21395 c -1.00563,0.0321 -1.77626,3.95012 -1.75861,5.49813 0.0177,1.54798 0.22478,0.8399 0.43446,0.27334 0.2097,-0.56658 0.59419,-2.18691 1.36944,-2.21163 0.77506,-0.0247 1.32964,1.5408 1.55259,2.09473 0.22294,0.5539 0.30244,1.27525 0.28481,-0.27259 -0.0176,-1.54784 -0.87708,-5.414 -1.88271,-5.382 z" />
+      <ellipse
+         id="path3627-9-0"
+         style="color:#000000;fill:#f89000;fill-opacity:1"
+         transform="matrix(-0.83436039,-0.55121931,-0.01404013,0.99990143,0,0)"
+         ry="1.7166464"
+         rx="1.5140436"
+         cy="854.30823"
+         cx="104.02796" />
+      <path
+         id="path3629-6-4"
+         sodipodi:nodetypes="cccsccsc"
+         style="color:#000000;fill:#f89000;fill-opacity:1"
+         inkscape:connector-curvature="0"
+         d="m -99.144696,799.86107 c -0.248631,-1.0865 -1.458774,-1.50727 -2.775344,-1.0115 l 0.0921,0.6684 c 1.04581,-0.37074 1.997063,-0.29288 2.195249,0.57275 0.198075,0.86569 -1.095359,1.67906 -2.091019,2.26917 l 0.1944,0.83209 c 1.26544,-0.71939 2.633334,-2.24417 2.384721,-3.33089 z" />
+      <path
+         id="path3631-2-5"
+         sodipodi:nodetypes="czzszzcc"
+         style="color:#000000;fill:#f89000;fill-opacity:1"
+         inkscape:connector-curvature="0"
+         d="m -98.780346,799.27797 c 0.749752,0.48572 1.324281,5.41969 1.311124,7.22557 -0.01314,1.80587 -0.167584,0.88393 -0.323935,0.12665 -0.15634,-0.75729 -0.443008,-2.82705 -1.020956,-3.20156 -0.577852,-0.37436 -0.991317,1.21277 -1.157541,1.76242 -0.166216,0.54962 -0.225486,1.35937 -0.212346,-0.44632 0.0131,-1.80569 0.653899,-5.9525 1.403651,-5.46684 z" />
+      <ellipse
+         id="path3627-9-0-8"
+         style="color:#000000;fill:#007cba;fill-opacity:1"
+         transform="matrix(0.85037958,-0.52616972,0.01499073,0.99988763,0,0)"
+         cx="-144.53421"
+         cy="720.91339"
+         rx="1.5861232"
+         ry="1.7166702" />
+      <path
+         id="path3629-6-4-6"
+         sodipodi:nodetypes="cccsccsc"
+         style="color:#000000;fill:#007cba;fill-opacity:1"
+         inkscape:connector-curvature="0"
+         d="m -111.81993,799.86108 c 0.25101,-1.08661 1.69781,-1.48685 3.02696,-0.99104 l -0.0725,0.58656 c -1.05581,-0.37074 -2.2617,-0.2315 -2.46177,0.63413 -0.19997,0.86569 1.10486,1.6586 2.11003,2.24871 l -0.1953,0.85255 c -1.27745,-0.71939 -2.65833,-2.24435 -2.40735,-3.33089 z" />
+      <path
+         id="path3631-2-5-8"
+         sodipodi:nodetypes="czzszzcc"
+         style="color:#000000;fill:#007cba;fill-opacity:1"
+         inkscape:connector-curvature="0"
+         d="m -112.19038,799.27798 c -0.73104,0.48572 -1.29124,5.41969 -1.27841,7.22557 0.0135,1.80587 0.1634,0.88393 0.31585,0.12665 0.15245,-0.75729 0.43195,-2.82705 0.99548,-3.20156 0.56343,-0.37436 0.96658,1.21277 1.12866,1.76242 0.16206,0.54962 0.21987,1.35937 0.20704,-0.44632 -0.0135,-1.80569 -0.63757,-5.9525 -1.36862,-5.46684 z" />
+      <ellipse
+         id="path3627-7"
+         style="color:#000000;fill:#00bf00;fill-opacity:1"
+         transform="matrix(0.99983132,-0.01836646,0.01981285,0.99980371,0,0)"
+         cx="-121.20014"
+         cy="795.90759"
+         rx="1.7989973"
+         ry="1.7321116" />
+      <path
+         id="path3629-2"
+         style="color:#000000;fill:#00bf00;fill-opacity:1"
+         inkscape:connector-curvature="0"
+         d="m -105.39635,799.75347 c -2.17313,0.0358 -3.92952,1.69177 -4.11282,3.5209 l 0.98898,-0.0133 c 0.18744,-1.44689 1.38732,-2.1342 3.11859,-2.16272 1.7313,-0.0285 2.98099,0.63224 3.23239,2.07181 l 1.0299,-0.0338 c -0.26376,-1.82183 -2.06324,-3.41873 -4.23648,-3.38303 z"
+         sodipodi:nodetypes="cccccccc" />
+      <path
+         id="path3631-5"
+         sodipodi:nodetypes="czzszzcc"
+         style="color:#000000;fill:#00bf00;fill-opacity:1"
+         inkscape:connector-curvature="0"
+         d="m -105.45217,799.90935 c -1.00564,0.0376 -1.77626,4.62822 -1.75861,6.44197 0.0177,1.81372 0.2657,1.03524 0.47538,0.37142 0.2097,-0.66385 0.55327,-2.61348 1.32851,-2.64245 0.77506,-0.029 1.1762,2.12244 1.39915,2.77146 0.22294,0.64898 0.45589,1.17703 0.43826,-0.63652 -0.0176,-1.81354 -0.87709,-6.3434 -1.88272,-6.3059 z" />
+    </g>
+  </g>
+  <metadata
+     id="metadata23">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2012-01-31T19:44:46</dc:date>
+        <dc:description>Representation of four people holding hands and forming a circle</dc:description>
+        <dc:source>https://openclipart.org/detail/167580/community-circle-by-josephluis</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>josephluis</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>being</rdf:li>
+            <rdf:li>circle</rdf:li>
+            <rdf:li>community</rdf:li>
+            <rdf:li>doll</rdf:li>
+            <rdf:li>hands</rdf:li>
+            <rdf:li>holding</rdf:li>
+            <rdf:li>human</rdf:li>
+            <rdf:li>man</rdf:li>
+            <rdf:li>mankind</rdf:li>
+            <rdf:li>men</rdf:li>
+            <rdf:li>people</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/service/courthouse.svg
===================================================================
--- /trunk/resources/images/presets/service/courthouse.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/courthouse.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="M 7,0 C 6,0 6,1 6,1 L 2.25,2 2.25,3 0,8 C 0,9 0.792008,10 2.5,10 4.207992,10 5,9 5,8 L 2.75,3 6,3 6,13 2,13 1,14 13,14 12,13 8,13 8,3 11.25,3 9,8 c 0,1 0.77294,2 2.5,2 C 13.22706,10 14,9 14,8 L 11.75,3 11.75,2 8,1 C 8,1 8,0 7,0 z M 2.5,4 4.25,8 0.75,8 z m 9,0 1.75,4 -3.5,0 z" id="courthouse" style="fill:#734a08;fill-opacity:1" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/service/elevator.svg
===================================================================
--- /trunk/resources/images/presets/service/elevator.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/elevator.svg	(revision 16006)
@@ -0,0 +1,243 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__elevator.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="2.7228925"
+     inkscape:cy="10.87432"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#005cff;fill-opacity:1;stroke:none;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4284"
+       width="16.000004"
+       height="16.000042"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       ry="2.0000393"
+       rx="2.0000393" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:45;marker:none;"
+       d="m 2.3751718,1041.0393 0,4.1972 c -0.00799,0.6574 0.8424554,0.6574 0.8344694,0 l 0,-3.4636 0.4300275,0 0,8.9553 c -0.010264,0.8453 1.0831517,0.8453 1.0728906,0 l 0,-5.4934 0.5311078,0 0,5.4934 c -0.010167,0.8452 1.0830581,0.8452 1.0728915,0 l 0,-8.9553 0.4737998,0 0,3.4636 c -0.00805,0.6574 0.8424938,0.6574 0.8344701,0 l 0,-4.1974 c 0,-0.5826 -0.4029823,-1.0521 -0.9030169,-1.0521 l -3.4016003,10e-5 c -0.5980515,10e-5 -0.9450395,0.4694 -0.9450395,1.0522 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccccscc" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="4.9998994"
+       cy="1038.4159"
+       rx="1.0538474"
+       ry="1.0538332" />
+    <path
+       style="color:#000000;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 12.494142,1045.3739 c -0.276115,0 -0.497334,0.2297 -0.49414,0.5058 l 0,2.4824 -1.503907,0 c -0.447994,2e-4 -0.6697598,0.5441 -0.349609,0.8575 l 2,2 c 0.195265,0.1952 0.511766,0.1952 0.707031,0 l 2,-2 c 0.374791,-0.3616 0.03953,-0.8621 -0.351562,-0.8594 l -1.501953,0 0,-2.4805 c 0.0032,-0.2807 -0.225157,-0.5091 -0.50586,-0.5058 z"
+       id="path4296-9"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4225"
+       d="m 12.494142,1043.3503 c -0.276115,0 -0.497334,-0.2297 -0.49414,-0.5058 l 0,-2.4824 -1.503907,0 c -0.447994,-2e-4 -0.6697605,-0.5441 -0.349609,-0.8575 l 2,-2 c 0.195265,-0.1952 0.511766,-0.1952 0.707031,0 l 2,2 c 0.37479,0.3616 0.03953,0.8621 -0.351562,0.8594 l -1.501953,0 0,2.4805 c 0.0032,0.2807 -0.225157,0.5091 -0.50586,0.5058 z"
+       style="color:#000000;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/embassy.svg
===================================================================
--- /trunk/resources/images/presets/service/embassy.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/embassy.svg	(revision 16006)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 16 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="flag3.svg">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs8" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview6"
+     showgrid="true"
+     inkscape:zoom="29.5"
+     inkscape:cx="8.0859711"
+     inkscape:cy="5.9459021"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138" />
+  </sodipodi:namedview>
+  <path
+     d="M 9,2 C 6,4 4,2 4,2 l 0,7 c 0,0 2,2 5,0 3,-2 5,0 5,0 L 14,2 C 14,2 12,0 9,2 Z"
+     id="path4"
+     style="fill:#4f83ff;fill-opacity:1"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="sccsccs" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#703f1f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.0629921;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4140"
+     width="1"
+     height="14"
+     x="2"
+     y="1"
+     ry="0.5" />
+</svg>
Index: /trunk/resources/images/presets/service/emergency_access_point.svg
===================================================================
--- /trunk/resources/images/presets/service/emergency_access_point.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/emergency_access_point.svg	(revision 16006)
@@ -0,0 +1,226 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__emergency_access_point.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="-2.011933"
+     inkscape:cy="14.758289"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#007704;fill-opacity:1;stroke:none;stroke-width:0.51417869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4254-5"
+       width="16.000008"
+       height="16.000046"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       rx="2.0000021" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 10.000003,1046.362 5.000001,0 0,-4 -5.000001,0 0,-5 -4.0000014,0 0,5 -5.000001,0 0,4 5.000001,0 0,5 4.0000014,0 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path1883-9"
+       sodipodi:nodetypes="ccccccccccccc" />
+    <ellipse
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.81099999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4204"
+       cx="8.000001"
+       cy="1044.3621"
+       rx="2.0000002"
+       ry="1.99998" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/excrement_bags.svg
===================================================================
--- /trunk/resources/images/presets/service/excrement_bags.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/excrement_bags.svg	(revision 16006)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dog16.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="89.6"
+     inkscape:cx="2.7186998"
+     inkscape:cy="6.3488206"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4165"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.63"
+       ry="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.85036296px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.4304287,1044.9947 c 0.4961085,-0.2907 0.1877991,-1.0227 0.4405821,-1.4951 0.096734,-0.4889 0.4182304,-0.8681 0.6965273,-1.2469 0.4135101,-0.3543 0.7982703,-0.7663 1.2829231,-1.0088 0.4821048,-0.1911 0.4156248,-0.8882 0.2088688,-1.2788 -0.4175458,-0.2987 -0.609926,-0.9332 -0.3189898,-1.3856 0.2792648,-0.4888 0.9695608,-0.7867 1.6068828,-0.8003 0.808586,0 0.880243,0 1.268853,0.239 0.481936,0.5266 0.595978,1.0427 0.384574,1.6971 -0.317863,0.3687 -0.677342,0.7832 -0.756868,1.3043 0.0046,0.5135 0.388156,0.9616 0.733813,1.2551 0.412059,0.3167 0.73974,0.7354 1.071795,1.1414 0.23997,0.527 0.252532,1.1247 0.360545,1.6886 0.09019,1.2847 -0.0048,2.5343 0.05764,3.7006 0.01303,0.4873 -0.05145,1.8448 -0.05267,2.3324"
+       id="path4156"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccccc" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.68504059px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.2035753,1046.3413 c -0.028851,-0.1229 0.9662055,-1.2913 1.3616892,-1.916 0.3541719,-0.346 1.1123639,-0.7213 1.613312,-0.4547 0.5625656,0.3731 1.0349257,1.0523 1.3260172,1.6822 0.2928694,0.3915 0.8390821,0.3255 1.2916002,0.359 0.6509395,0 1.3820137,0.055 1.9285324,-0.3624 0.3894218,-0.415 1.1374238,-0.8028 1.5248327,-0.6572 0.511507,0.36 0.398256,1.1972 0.03018,1.7313 -0.4156611,0.4102 -0.5723416,0.9719 -0.7236419,1.5252 -0.026122,0.791 -0.1641829,1.58 -0.2118186,2.3675 0.00178,0.7329 -0.8474634,0.9305 -1.0312298,0.1998 -0.3967878,-0.4545 -0.4390395,-1.0452 -0.6165058,-1.5964 -0.5221471,-0.4344 -1.3717228,-0.1153 -1.6419411,0.5151 -0.3946987,0.3778 -0.5403758,1.0759 -1.0510789,1.359 -0.5039298,0.5422 -1.4370171,0.2807 -1.5057632,-0.5241 -0.153195,-0.5964 -0.1113369,-1.2526 -0.026569,-1.8607 0.087413,-0.6986 0.2860837,-1.37 0.2305394,-2.0845 -0.2972165,-0.4364 -1.0801457,-0.2149 -1.4796139,0.1765 -0.3814696,0.2449 -0.9120557,-0.2455 -1.0185488,-0.4601 z"
+       id="path4160"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccccccc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#952d0f;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4163"
+       width="2.210346"
+       height="4.5430746"
+       x="10.883937"
+       y="1047.0309"
+       ry="0.71712559" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/fire_hydrant.svg
===================================================================
--- /trunk/resources/images/presets/service/fire_hydrant.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/fire_hydrant.svg	(revision 16006)
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="227.25311"
+   height="337.69653"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="fire_hydrant.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="511.13615"
+     inkscape:cy="83.519111"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1272"
+     inkscape:window-height="996"
+     inkscape:window-x="0"
+     inkscape:window-y="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>malenki</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-148.27343,-206.07371)">
+    <g
+       id="g3265">
+      <rect
+         y="207.42047"
+         x="245.19363"
+         height="16.479065"
+         width="33.412712"
+         id="rect3179"
+         style="fill:#ff0404;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.69352913;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         transform="matrix(1.083936,0,0,1.0771579,-26.069401,-47.297547)"
+         d="M 317.18789,298.78839 A 51.51778,49.497475 0 1 1 214.15232,298.78839 A 51.51778,49.497475 0 1 1 317.18789,298.78839 z"
+         sodipodi:ry="49.497475"
+         sodipodi:rx="51.51778"
+         sodipodi:cy="298.78839"
+         sodipodi:cx="265.6701"
+         id="path3171"
+         style="fill:#ff0404;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.77638531;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <g
+         transform="translate(1.2662501,0)"
+         id="g3257">
+        <g
+           id="g3233"
+           transform="translate(0,-2.2397341)">
+          <rect
+             y="343.65182"
+             x="149.201"
+             height="39.002003"
+             width="24.71629"
+             id="rect3272"
+             style="fill:#ff0404;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+          <rect
+             inkscape:transform-center-y="-48.818727"
+             inkscape:transform-center-x="-96.907101"
+             y="317.9295"
+             x="170.71945"
+             height="90.446655"
+             width="37.999222"
+             id="rect3199"
+             style="fill:#ff0404;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.42258501;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+        </g>
+        <g
+           id="g3237"
+           transform="matrix(-1,0,0,-1,521.26748,724.06593)">
+          <rect
+             y="343.65182"
+             x="149.201"
+             height="39.002003"
+             width="24.71629"
+             id="rect3239"
+             style="fill:#ff0404;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+          <rect
+             inkscape:transform-center-y="-48.818727"
+             inkscape:transform-center-x="-96.907101"
+             y="317.9295"
+             x="170.71945"
+             height="90.446655"
+             width="37.999222"
+             id="rect3241"
+             style="fill:#ff0404;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3.42258501;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+        </g>
+      </g>
+      <rect
+         y="278.63803"
+         x="206.89935"
+         height="249.40231"
+         width="110.00126"
+         id="rect3159"
+         style="fill:#ff0404;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:3;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         y="523.51727"
+         x="182.06792"
+         height="19.252966"
+         width="159.66415"
+         id="rect3233"
+         style="fill:#ff0404;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         y="268.91104"
+         x="189.87724"
+         height="19.348593"
+         width="144.0455"
+         id="rect3215"
+         style="fill:#ff0404;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:1.90437293;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/firebrigade.svg
===================================================================
--- /trunk/resources/images/presets/service/firebrigade.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/firebrigade.svg	(revision 16006)
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="1000"
+   height="500"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docname="firebrigade.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\public">
+  <path
+     sodipodi:type="arc"
+     style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3172"
+     sodipodi:cx="577.94946"
+     sodipodi:cy="25.983147"
+     sodipodi:rx="14.747191"
+     sodipodi:ry="25.983147"
+     d="M 563.20227,25.983145 A 14.747191,25.983147 0 0 1 592.69665,25.983146"
+     sodipodi:start="3.1415927"
+     sodipodi:end="6.2831853"
+     sodipodi:open="true"
+     transform="matrix(2.1904762,0,0,1.7567568,-413.45641,54.77528)" />
+  <circle
+     r="77"
+     cx="748"
+     cy="412"
+     style="fill:#000000;stroke:none"
+     id="circle10"
+     sodipodi:cx="748"
+     sodipodi:cy="412"
+     sodipodi:rx="77"
+     sodipodi:ry="77"
+     transform="matrix(-1,0,0,1,1000.5636,0)" />
+  <metadata
+     id="metadata15">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs13" />
+  <sodipodi:namedview
+     inkscape:window-height="852"
+     inkscape:window-width="1178"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.712"
+     inkscape:cx="500.63904"
+     inkscape:cy="138.73616"
+     inkscape:window-x="44"
+     inkscape:window-y="58"
+     inkscape:current-layer="svg2" />
+<!-- Created by MarianSigler, mariansigler@gmail.com -->  <path
+     style="fill:#d40000;fill-rule:evenodd;stroke:none"
+     d="M 704.78238,86.8125 L 884.50113,99.21875 C 914.98082,101.52687 905.67809,93.253968 939.37613,182.6875 C 972.12634,266.58484 966.60398,237.38284 966.25113,281.625 L 966.25113,380.625 C 965.98019,406.5123 962.10399,412.88408 934.00113,413.09375 C 929.93537,282.42164 742.82184,281.9606 739.09488,413.84375 L 350.03238,414.09375 C 350.22007,380.0998 335.84464,354.1971 312.84488,335.40625 L 704.78238,335.09375 L 704.78238,233.15625 L 746.34488,233.15625 L 746.34488,127.8125 L 704.78238,127.8125 L 704.78238,86.8125 z M 781.06363,127.71875 L 782.62613,233.1875 L 915.25113,248.71875 C 938.76806,251.77859 940.13062,245.59051 931.53238,224.65625 L 905.93863,156.40625 C 899.51145,135.25078 899.36579,135.15941 881.12613,133.9375 L 781.06363,127.71875 z M 192.12613,335.5625 C 168.29458,354.67068 154.83272,381.84496 155.06363,414.1875 L 98.344882,414.25 L 33.751132,391.375 L 33.938632,335.59375 L 192.12613,335.5625 z "
+     id="path4" />
+  <path
+     style="fill:#d40000;stroke:none"
+     d="M 705.46988,86.59375 L 705.46988,127.8125 L 590.43863,127.8125 L 590.43863,233.15625 L 705.46988,233.15625 L 705.46988,337.75 L 34.813632,337.75 L 34.813632,86.59375 L 546.90738,86.59375 L 546.90738,314.59375 L 565.15738,314.59375 L 565.15738,86.59375 L 705.46988,86.59375 z "
+     id="rect6" />
+  <circle
+     r="77"
+     cx="164"
+     cy="412"
+     style="fill:#000000;stroke:none"
+     id="circle8"
+     sodipodi:cx="164"
+     sodipodi:cy="412"
+     sodipodi:rx="77"
+     sodipodi:ry="77"
+     transform="matrix(-1,0,0,1,1000.5636,0)" />
+  <rect
+     style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect3160"
+     width="223.31461"
+     height="203.65169"
+     x="58.988766"
+     y="112.35955" />
+  <rect
+     y="112.35955"
+     x="58.988766"
+     height="203.65169"
+     width="223.31461"
+     id="rect3162"
+     style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  <rect
+     style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect3166"
+     width="223.31461"
+     height="203.65169"
+     x="296.34833"
+     y="110.95506" />
+  <path
+     style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:10.76448822;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 853.93264,48.318081 L 853.93264,7.7252111"
+     id="path3174" />
+  <path
+     id="path5118"
+     d="M 871.91661,52.531564 L 894.93735,19.097648"
+     style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:10.76448822;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  <path
+     style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0000ff;stroke-width:10.76448822;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 835.94859,51.12707 L 812.92785,17.693154"
+     id="path5120" />
+</svg>
Index: /trunk/resources/images/presets/service/internet_cafe.svg
===================================================================
--- /trunk/resources/images/presets/service/internet_cafe.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/internet_cafe.svg	(revision 16006)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.0 r15299"
+   sodipodi:docname="13.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="9.650458"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="fill:#ffffff;stroke-width:2.66666389"
+       id="rect3733"
+       width="16"
+       height="16"
+       x="0"
+       y="1037.3622" />
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-weight:normal;font-size:13.79166603px;line-height:8.61979198px;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.34479174"
+       x="1.0752289"
+       y="1057.2565"
+       id="text3693"
+       transform="scale(1.0078865,0.99217522)"><tspan
+         sodipodi:role="line"
+         id="tspan3691"
+         x="1.0752289"
+         y="1057.2565"
+         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-family:sans-serif;stroke-width:0.34479174">@</tspan></text>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/network-wireless.svg
===================================================================
--- /trunk/resources/images/presets/service/network-wireless.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/network-wireless.svg	(revision 16006)
@@ -0,0 +1,230 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="48"
+   height="48"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="network-wireless.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.395833"
+     inkscape:cx="38.873857"
+     inkscape:cy="24"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:object-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-bbox="true"
+     objecttolerance="10000"
+     gridtolerance="10000"
+     guidetolerance="10000"
+     inkscape:window-width="1022"
+     inkscape:window-height="918"
+     inkscape:window-x="256"
+     inkscape:window-y="26">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2383"
+       visible="true"
+       enabled="true" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Network Wireless</dc:title>
+        <dc:date>December 2008</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Luca Ferretti &lt;elle.uca@libero.it&gt;</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>network</rdf:li>
+            <rdf:li>wireless</rdf:li>
+            <rdf:li>antenna</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:description>An antenna with EM waves</dc:description>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Livello 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <rect
+       style="fill:none;fill-opacity:0.50000000000000000;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3169"
+       width="48"
+       height="48"
+       x="0"
+       y="0" />
+    <path
+       sodipodi:nodetypes="cccc"
+       id="path3201"
+       d="M 20,34 L 32,41 L 24,23 L 16,41"
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3199"
+       sodipodi:cx="24"
+       sodipodi:cy="18"
+       sodipodi:rx="14"
+       sodipodi:ry="14"
+       d="M 36.349644,11.405586 A 14,14 0 0 1 36.493432,24.317765"
+       sodipodi:start="5.7927277"
+       sodipodi:end="6.7513721"
+       transform="matrix(-1,0,0,1,51.849644,0.1394818)"
+       sodipodi:open="true" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3177"
+       sodipodi:cx="24"
+       sodipodi:cy="18"
+       sodipodi:rx="19"
+       sodipodi:ry="19"
+       d="M 39.064398,6.4214032 A 19,19 0 0 1 39.24004,29.346418"
+       sodipodi:start="5.6278819"
+       sodipodi:end="6.9231659"
+       sodipodi:open="true"
+       transform="matrix(-1,0,0,1,49.122899,-0.4214032)" />
+    <path
+       transform="translate(-1.0658982,-0.4214032)"
+       sodipodi:open="true"
+       sodipodi:end="6.9231659"
+       sodipodi:start="5.6278819"
+       d="M 39.064398,6.4214032 A 19,19 0 0 1 39.24004,29.346418"
+       sodipodi:ry="19"
+       sodipodi:rx="19"
+       sodipodi:cy="18"
+       sodipodi:cx="24"
+       id="path3175"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:12;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:open="true"
+       transform="translate(-3.600083,0.1394818)"
+       sodipodi:end="6.7513721"
+       sodipodi:start="5.7927277"
+       d="M 36.349644,11.405586 A 14,14 0 0 1 36.493432,24.317765"
+       sodipodi:ry="14"
+       sodipodi:rx="14"
+       sodipodi:cy="18"
+       sodipodi:cx="24"
+       id="path3173"
+       style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:11;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       transform="translate(0,-6)"
+       d="M 29,24 A 5,5 0 1 1 19,24 A 5,5 0 1 1 29,24 z"
+       sodipodi:ry="5"
+       sodipodi:rx="5"
+       sodipodi:cy="24"
+       sodipodi:cx="24"
+       id="path3171"
+       style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:type="arc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path2385"
+       sodipodi:cx="24"
+       sodipodi:cy="24"
+       sodipodi:rx="5"
+       sodipodi:ry="5"
+       d="M 29,24 A 5,5 0 1 1 19,24 A 5,5 0 1 1 29,24 z"
+       transform="translate(0,-6)" />
+    <path
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 20,34 L 32,41 L 24,23 L 16,41"
+       id="path3157"
+       sodipodi:nodetypes="cccc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3159"
+       sodipodi:cx="24"
+       sodipodi:cy="18"
+       sodipodi:rx="14"
+       sodipodi:ry="14"
+       d="M 36.349644,11.405586 A 14,14 0 0 1 36.493432,24.317765"
+       sodipodi:start="5.7927277"
+       sodipodi:end="6.7513721"
+       transform="translate(-3.600083,0.1394818)"
+       sodipodi:open="true" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="6.7456074"
+       sodipodi:start="5.8050181"
+       d="M 36.429757,11.557862 A 14,14 0 0 1 36.529644,24.24564"
+       sodipodi:ry="14"
+       sodipodi:rx="14"
+       sodipodi:cy="18"
+       sodipodi:cx="24"
+       id="path3163"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:type="arc"
+       transform="matrix(-1,0,0,1,51.600083,0.1394818)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3165"
+       sodipodi:cx="24"
+       sodipodi:cy="18"
+       sodipodi:rx="19"
+       sodipodi:ry="19"
+       d="M 39.064398,6.4214032 A 19,19 0 0 1 39.24004,29.346418"
+       sodipodi:start="5.6278819"
+       sodipodi:end="6.9231659"
+       sodipodi:open="true"
+       transform="translate(-1.0658982,-0.4214032)" />
+    <path
+       sodipodi:open="true"
+       sodipodi:end="6.9231659"
+       sodipodi:start="5.6278819"
+       d="M 39.064398,6.4214032 A 19,19 0 0 1 39.24004,29.346418"
+       sodipodi:ry="19"
+       sodipodi:rx="19"
+       sodipodi:cy="18"
+       sodipodi:cx="24"
+       id="path3167"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:type="arc"
+       transform="matrix(-1,0,0,1,49.24004,-0.3464176)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/photo_booth.svg
===================================================================
--- /trunk/resources/images/presets/service/photo_booth.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/photo_booth.svg	(revision 16006)
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="13"
+   viewBox="0 0 16 13"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.0 r15299"
+   sodipodi:docname="01.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4497">
+      <stop
+         style="stop-color:#4d4d4d;stop-opacity:1;"
+         offset="0"
+         id="stop4493" />
+      <stop
+         style="stop-color:#4d4d4d;stop-opacity:0;"
+         offset="1"
+         id="stop4495" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4497"
+       id="linearGradient4499"
+       x1="6"
+       y1="1045.3622"
+       x2="14"
+       y2="1045.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.25,0,0,1.3333396,10.5,-347.4605)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4497"
+       id="linearGradient4499-3"
+       x1="6"
+       y1="1045.3622"
+       x2="14"
+       y2="1045.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.25,0,0,1.3333396,-13.5,-347.4605)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4497"
+       id="linearGradient4499-1"
+       x1="6"
+       y1="1045.3622"
+       x2="14"
+       y2="1045.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.25,0,0,1.3333396,6.5,-347.4605)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4497"
+       id="linearGradient4499-3-3"
+       x1="6"
+       y1="1045.3622"
+       x2="14"
+       y2="1045.3622"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.25,0,0,1.3333396,-9.5,-347.4605)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="9.0842213"
+     inkscape:cy="5.8203593"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <rect
+       style="fill:#333333"
+       id="rect8"
+       width="16"
+       height="13"
+       x="0"
+       y="1040.3622" />
+    <rect
+       style="fill:#f9f9f9"
+       id="rect10"
+       width="8"
+       height="5"
+       x="6"
+       y="1048.3622" />
+    <path
+       style="fill:#ff0000;stroke:none;stroke-width:1.05035317px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6,1048.9817 v -6.6195 h 8 v 6.6195 c -0.970728,-0.063 -1.223517,1.9426 -1.735589,1.3808 C 10,1047.8784 8.8663147,1049.9779 7.6889016,1050.3723 7.0531622,1050.5852 6.3802638,1049.7973 6,1048.9817"
+       id="path14"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccssc" />
+    <rect
+       style="opacity:0.48900003;fill:url(#linearGradient4499);fill-opacity:1;stroke:none;stroke-width:0.57735157"
+       id="rect16"
+       width="2"
+       height="8.0000372"
+       x="12"
+       y="1042.3622" />
+    <rect
+       style="opacity:0.48900003;fill:url(#linearGradient4499-3);fill-opacity:1;stroke:none;stroke-width:0.57735157"
+       id="rect16-9"
+       width="2"
+       height="8.0000372"
+       x="-12"
+       y="1042.3622"
+       transform="scale(-1,1)" />
+    <rect
+       style="opacity:0.48900003;fill:url(#linearGradient4499-1);fill-opacity:1;stroke:none;stroke-width:0.57735157"
+       id="rect16-7"
+       width="2"
+       height="8.0000372"
+       x="8"
+       y="1042.3622" />
+    <rect
+       style="opacity:0.48900003;fill:url(#linearGradient4499-3-3);fill-opacity:1;stroke:none;stroke-width:0.57735157"
+       id="rect16-9-4"
+       width="2"
+       height="8.0000372"
+       x="-8"
+       y="1042.3622"
+       transform="scale(-1,1)" />
+    <rect
+       style="opacity:1;fill:#ffffff;stroke:none"
+       id="rect4568"
+       width="3"
+       height="4"
+       x="1"
+       y="1042.3622" />
+    <path
+       style="fill:#0000ff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1,1046.3622 1,-2 h 1 l 1,2 H 1"
+       id="path4574"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       style="opacity:1;fill:#ff7f2a;stroke:none"
+       id="path4572"
+       cx="2.5"
+       cy="1044.1584"
+       rx="1.0634582"
+       ry="1" />
+    <rect
+       style="opacity:1;fill:#ffffff;stroke:none"
+       id="rect4568-3"
+       width="3"
+       height="4"
+       x="1"
+       y="1047.3622" />
+    <path
+       style="fill:#0000ff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1,1051.3622 1,-2 h 1 l 1,2 H 1"
+       id="path4574-6"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       style="opacity:1;fill:#ff7f2a;stroke:none"
+       id="path4572-2"
+       cx="2.5"
+       cy="1049.1584"
+       rx="1.0634582"
+       ry="1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/police.svg
===================================================================
--- /trunk/resources/images/presets/service/police.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/police.svg	(revision 16006)
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   id="svg2226"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   version="1.0"
+   sodipodi:docname="police.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs2228">
+    <radialGradient
+       cx="-41.2598"
+       cy="-47.871601"
+       fx="-41.2598"
+       fy="-47.871601"
+       gradientUnits="userSpaceOnUse"
+       id="XMLID_15_"
+       r="599.07233">
+      <stop
+         offset="0"
+         style="stop-color:#E8D776"
+         id="stop2960" />
+      <stop
+         offset="0.4141"
+         style="stop-color:#B39949"
+         id="stop2962" />
+      <stop
+         offset="0.8085"
+         style="stop-color:#856422"
+         id="stop2964" />
+      <stop
+         offset="1"
+         style="stop-color:#734F13"
+         id="stop2966" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E8D776" />
+      <a:midPointStop
+         offset="0.4551"
+         style="stop-color:#E8D776" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#734F13" />
+    </radialGradient>
+    <radialGradient
+       cx="-41.2598"
+       cy="-47.871601"
+       fx="-41.2598"
+       fy="-47.871601"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2241"
+       r="599.07233">
+      <stop
+         offset="0"
+         style="stop-color:#E8D776"
+         id="stop2243" />
+      <stop
+         offset="0.4141"
+         style="stop-color:#B39949"
+         id="stop2245" />
+      <stop
+         offset="0.8085"
+         style="stop-color:#856422"
+         id="stop2247" />
+      <stop
+         offset="1"
+         style="stop-color:#734F13"
+         id="stop2249" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E8D776" />
+      <a:midPointStop
+         offset="0.4551"
+         style="stop-color:#E8D776" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#734F13" />
+    </radialGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="5.5468131"
+     inkscape:cy="7.155903"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid824" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata2231">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-255.89842,-523.38464)">
+    <path
+       style="fill:#917400;fill-opacity:1;stroke:#000000;stroke-width:0.28981712"
+       d="m 263.40397,539.34905 c 0.39791,-1.57039 8.28034,-0.52347 7.06217,-3.14078 -3.72823,-8.01034 0,-9.42235 0,-9.42235 -1.17889,-0.39259 -1.40932,-1.5704 -1.41466,-1.5704 -3.53042,1.5704 -5.64751,-1.57038 -5.64751,-1.57038 v 0 c 0,0 -2.08759,3.14078 -5.65861,1.57038 -0.003,0 -0.23577,1.17781 -1.41465,1.5704 0,0 3.72822,1.41201 0,9.42235 -1.21818,2.61731 6.6754,1.57039 7.07326,3.14078 z"
+       id="path2968"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3435"
+       d="m 263.80073,527.68804 2.52618,7.29497 -6.61366,-4.50853 h 8.17494 l -6.61366,4.50853 z"
+       style="fill:#0000ff;stroke:#000000;stroke-width:0.01040768"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/police_non_public.svg
===================================================================
--- /trunk/resources/images/presets/service/police_non_public.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/police_non_public.svg	(revision 16006)
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   id="svg2226"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   version="1.0"
+   sodipodi:docname="police4.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs2228">
+    <radialGradient
+       cx="-41.2598"
+       cy="-47.871601"
+       fx="-41.2598"
+       fy="-47.871601"
+       gradientUnits="userSpaceOnUse"
+       id="XMLID_15_"
+       r="599.07233">
+      <stop
+         offset="0"
+         style="stop-color:#E8D776"
+         id="stop2960" />
+      <stop
+         offset="0.4141"
+         style="stop-color:#B39949"
+         id="stop2962" />
+      <stop
+         offset="0.8085"
+         style="stop-color:#856422"
+         id="stop2964" />
+      <stop
+         offset="1"
+         style="stop-color:#734F13"
+         id="stop2966" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E8D776" />
+      <a:midPointStop
+         offset="0.4551"
+         style="stop-color:#E8D776" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#734F13" />
+    </radialGradient>
+    <radialGradient
+       cx="-41.2598"
+       cy="-47.871601"
+       fx="-41.2598"
+       fy="-47.871601"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2241"
+       r="599.07233">
+      <stop
+         offset="0"
+         style="stop-color:#E8D776"
+         id="stop2243" />
+      <stop
+         offset="0.4141"
+         style="stop-color:#B39949"
+         id="stop2245" />
+      <stop
+         offset="0.8085"
+         style="stop-color:#856422"
+         id="stop2247" />
+      <stop
+         offset="1"
+         style="stop-color:#734F13"
+         id="stop2249" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E8D776" />
+      <a:midPointStop
+         offset="0.4551"
+         style="stop-color:#E8D776" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#734F13" />
+    </radialGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="0.25635431"
+     inkscape:cy="5.5160575"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid824" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata2231">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-255.89842,-523.38464)">
+    <path
+       style="fill:#917400;fill-opacity:1;stroke:#000000;stroke-width:0.28981566"
+       d="m 263.40457,539.34897 c 0.3979,-1.57039 8.28022,-0.52347 7.06207,-3.14079 -3.72818,-8.01036 0,-9.42237 0,-9.42237 -1.17886,-0.3926 -1.40929,-1.57041 -1.41463,-1.57041 -3.53038,1.57041 -5.64744,-1.57038 -5.64744,-1.57038 v 0 c 0,0 -2.08756,3.14079 -5.65855,1.57038 -0.003,0 -0.23575,1.17781 -1.4146,1.57041 0,0 3.72816,1.41201 0,9.42237 -1.21816,2.61732 6.67527,1.5704 7.07315,3.14079 z"
+       id="path2968"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3435"
+       d="m 263.80132,527.68793 2.52615,7.295 -6.61357,-4.50855 h 8.17481 l -6.61356,4.50855 z"
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.01040763"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/post_box.svg
===================================================================
--- /trunk/resources/images/presets/service/post_box.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/post_box.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="371.82468"
+   height="282.37003"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="post_box2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs3263" />
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.65172414"
+     inkscape:cx="-504.70851"
+     inkscape:cy="245.77144"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:14.9296093;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4152"
+     width="356.89542"
+     height="267.4404"
+     x="7.4648046"
+     y="7.4648161" />
+  <g
+     id="layer3"
+     inkscape:label="Layout"
+     style="display:none;stroke:#757575;stroke-opacity:1"
+     transform="matrix(48.14969,0,0,48.14969,-641.97653,-180.61862)">
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4134"
+       width="10"
+       height="10"
+       x="1"
+       y="1" />
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4136"
+       width="8"
+       height="8"
+       x="2"
+       y="2" />
+  </g>
+  <path
+     style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 26.092697,44.73442 96.450613,96.91985 -96.450613,96.45059 0,-193.37044 z M 326.15176,26.56194 207.34817,144.91052 c -5.90607,5.90595 -13.3618,8.85885 -22.36722,8.85872 -9.3187,1.3e-4 -17.08725,-3.10919 -23.30568,-9.32798 L 43.795947,26.56194 l 282.355813,0 z m 18.64172,211.54292 -96.45061,-96.45059 96.45061,-96.91985 0,193.37044 z m -301.466783,18.17247 96.919843,-96.4506 4.19475,4.19474 c 11.18576,10.87326 24.69897,16.30983 40.53966,16.30972 15.84023,1.1e-4 29.19704,-5.43646 40.07045,-16.30972 l 4.19473,-4.19474 96.90563,96.4506 -282.825063,0 z M 0,282.37004 l 371.82467,0 L 371.82467,0 0,0 0,282.37004 Z"
+     id="flowRoot3192"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/service/post_office.svg
===================================================================
--- /trunk/resources/images/presets/service/post_office.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/post_office.svg	(revision 16006)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="post_office.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="29.493668"
+     inkscape:cx="-4.7083747"
+     inkscape:cy="8.4998802"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       originx="0"
+       originy="0" />
+  </sodipodi:namedview>
+  <circle
+     style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:23.80400085;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="path2207"
+     cx="8"
+     cy="8"
+     r="8" />
+  <g
+     id="layer3"
+     inkscape:label="Layout"
+     style="display:none;stroke:#757575;stroke-opacity:1"
+     transform="matrix(48.14969,0,0,48.14969,-554.32782,-583.03307)">
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4134"
+       width="10"
+       height="10"
+       x="1"
+       y="1" />
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4136"
+       width="8"
+       height="8"
+       x="2"
+       y="2" />
+  </g>
+  <path
+     style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 2.892698,4.432354 3.0875517,3.0934688 -3.0875517,3.0784892 0,-6.171958 z M 12.498103,3.8523395 8.6949924,7.6297547 C 8.5059363,7.8182558 8.2672598,7.9125064 7.9789848,7.9125064 c -0.2983128,0 -0.5469942,-0.099211 -0.7460553,-0.2977315 l -3.7735224,-3.7624354 9.0386959,0 z M 13.09486,10.604312 10.007308,7.5258228 13.09486,4.432354 l 0,6.171958 z M 3.4443941,11.184337 6.5469587,8.1058482 6.6812443,8.2397288 c 0.3580694,0.3470536 0.7906569,0.520575 1.2977405,0.520575 0.5070727,0 0.9346522,-0.1735214 1.2827276,-0.520575 l 0.1342746,-0.1338806 3.102116,3.0784888 -9.0537089,0 z m -1.3869653,0.832818 11.9027372,0 0,-9.0126129 -11.9027372,0 0,9.0126129 z"
+     id="flowRoot3192"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/service/prison.svg
===================================================================
--- /trunk/resources/images/presets/service/prison.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/prison.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="M 0,0 0,14 14,14 14,0 0,0 z m 1,1 3,0 0,12 -0.5,0 0,-4.21875 C 3.200928,9.13501 3,9.5625 3,10 L 3,13 1,13 1,1 z m 4,0 4,0 0,12 -0.5,0 0,-5 -3,0 0,5 L 5,13 5,1 z m 5,0 3,0 0,12 -2,0 0,-3 C 11,9.5625 10.799072,9.13501 10.5,8.78125 L 10.5,13 10,13 10,1 z M 7,3 C 6.399152,3 5.866615,3.2680514 5.5,3.6875 l 0,2.625 C 5.866615,6.7319486 6.399152,7 7,7 7.600847,7 8.133385,6.7319486 8.5,6.3125 l 0,-2.625 C 8.133385,3.2680514 7.600847,3 7,3 z" id="prison" style="fill:#734a08;fill-opacity:1" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/service/ranger_station.svg
===================================================================
--- /trunk/resources/images/presets/service/ranger_station.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/ranger_station.svg	(revision 16006)
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="50"
+   height="50"
+   id="svg3812"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="ranger_station.svg">
+  <defs
+     id="defs3814" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="3.959798"
+     inkscape:cx="74.900738"
+     inkscape:cy="15.36495"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3817">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-152.19785,-290.16487)">
+    <path
+       id="path361"
+       d="m 158.17358,291.17084 c -2.74014,0 -4.95955,2.22424 -4.95955,4.95905 v 38.03963 c 0,2.73481 2.22447,4.96411 4.95955,4.96411 h 38.04854 c 2.74014,0 4.95955,-2.2293 4.95955,-4.96411 v -38.03963 c 0,-2.73481 -2.22447,-4.95905 -4.95955,-4.95905 h -38.04854 z"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff" />
+    <path
+       id="path363"
+       d="m 158.17358,340.16487 c -3.29626,0 -5.97573,-2.66909 -5.97573,-5.98524 V 296.14 c 0,-3.30098 2.67442,-5.97513 5.97573,-5.97513 h 38.04854 c 3.29626,0 5.97573,2.66404 5.97573,5.97513 v 38.03963 c 0,3.30604 -2.67442,5.98524 -5.97573,5.98524 h -38.04854 z"
+       inkscape:connector-curvature="0"
+       style="fill:#550000" />
+    <path
+       id="path365"
+       d="m 180.848,311.10815 v -8.57345 h 2.96765 c 1.23356,0 1.4459,0.80376 1.59757,0.96047 0.46006,0.44485 0.76845,0.71783 1.42063,0.71783 h 3.28614 v -7.2844 h -3.28614 c -0.65218,0 -0.96057,-0.26792 -1.42063,-0.72288 -0.15167,-0.13649 -0.36401,-0.95542 -1.59757,-0.95542 h -4.52983 v 14.85694 l -2.0728,-1.35982 -18.26087,11.7885 h 4.2821 v 14.24527 h 10.36906 v -11.31331 h 7.20425 v 11.06056 h 10.37411 v -13.99758 h 4.26694 L 180.848,311.10815 z"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/recycling/recycling.svg
===================================================================
--- /trunk/resources/images/presets/service/recycling/recycling.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/recycling/recycling.svg	(revision 16006)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 16 16">
+  <path
+     d="m 5.8039383,9.6927765 -1.8884929,-3.3652691 -3.79805848,0 L 1.6612772,7.2415626 0.70680532,8.9238794 C 0.62540244,9.0764392 0.5847036,9.2357531 0.58470703,9.4018258 c -3.43e-6,0.1660797 0.040695,0.3253953 0.12209829,0.4779444 L 2.2091701,12.559182 C 2.2769334,12.365215 2.3446928,12.198926 2.4124615,12.06032 L 4.2811194,8.7787216 5.8039383,9.6927765 z M 2.9814254,12.393105 c -0.1086743,0.180023 -0.163009,0.373778 -0.1630043,0.581266 -4.7e-6,0.31863 0.1117699,0.588665 0.3353051,0.8101 0.2235314,0.221436 0.4908661,0.332152 0.8020048,0.332152 l 3.7373194,0 0,-3.094599 -3.9399889,0 c -0.027282,0.05537 -0.1289213,0.235383 -0.3049365,0.540063 l -0.4666996,0.831018 z m 5.0568471,-7.6648751 3.7776055,0 1.908946,-3.3646344 -1.543271,0.9140538 -0.955092,-1.68295137 c -0.176033,-0.3181934 -0.446676,-0.4772963 -0.811924,-0.477311 l -3.0059698,0 c 0.1218843,0.1382007 0.223528,0.2765969 0.3049363,0.4151914 L 9.5610903,3.8141746 9.2567744,4.0011689 8.0382725,4.7282299 z M 6.1900666,0.28346423 c -0.4334462,1.34e-5 -0.758422,0.1937693 -0.974926,0.5812673 L 3.3266474,4.1881632 C 4.043942,4.6175196 4.9172219,5.1299056 5.9464895,5.7253218 6.5555251,4.6591455 7.2120857,3.4959775 7.9161744,2.2358131 L 7.1649925,0.86473153 C 6.9484705,0.47723353 6.6234959,0.28347763 6.1900666,0.28346423 l 0,0 z m 4.8541764,10.69672377 0,-0.373991 0,-1.4325691 -1.8891123,3.3646361 1.8891123,3.344349 0,-1.807191 1.888493,0 c 0.365658,0 0.643117,-0.159314 0.832373,-0.477947 l 1.502986,-2.679408 c -0.202891,0.05537 -0.372095,0.08304 -0.507606,0.08304 l -3.716246,-0.02093 z m 2.802679,-5.6909754 c -0.06778,0.041425 -0.941266,0.5538077 -2.620461,1.5371574 0.83959,1.4815957 1.503175,2.6517361 1.990757,3.51043 l 1.522819,0 c 0.447057,2e-6 0.778848,-0.193963 0.995379,-0.5819044 0.202859,-0.3739848 0.196043,-0.7547351 -0.02046,-1.1422517 L 13.846927,5.2892126 z"
+     id="path4"
+     style="fill:#ffffff;stroke:#000000;stroke-width:0.3" />
+</svg>
Index: /trunk/resources/images/presets/service/recycling/recycling_centre.svg
===================================================================
--- /trunk/resources/images/presets/service/recycling/recycling_centre.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/recycling/recycling_centre.svg	(revision 16006)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 16 16">
+  <path
+     d="m 5.8039383,9.6927765 -1.8884929,-3.3652691 -3.79805848,0 L 1.6612772,7.2415626 0.70680532,8.9238794 C 0.62540244,9.0764392 0.5847036,9.2357531 0.58470703,9.4018258 c -3.43e-6,0.1660797 0.040695,0.3253953 0.12209829,0.4779444 L 2.2091701,12.559182 C 2.2769334,12.365215 2.3446928,12.198926 2.4124615,12.06032 L 4.2811194,8.7787216 5.8039383,9.6927765 z M 2.9814254,12.393105 c -0.1086743,0.180023 -0.163009,0.373778 -0.1630043,0.581266 -4.7e-6,0.31863 0.1117699,0.588665 0.3353051,0.8101 0.2235314,0.221436 0.4908661,0.332152 0.8020048,0.332152 l 3.7373194,0 0,-3.094599 -3.9399889,0 c -0.027282,0.05537 -0.1289213,0.235383 -0.3049365,0.540063 l -0.4666996,0.831018 z m 5.0568471,-7.6648751 3.7776055,0 1.908946,-3.3646344 -1.543271,0.9140538 -0.955092,-1.68295137 c -0.176033,-0.3181934 -0.446676,-0.4772963 -0.811924,-0.477311 l -3.0059698,0 c 0.1218843,0.1382007 0.223528,0.2765969 0.3049363,0.4151914 L 9.5610903,3.8141746 9.2567744,4.0011689 8.0382725,4.7282299 z M 6.1900666,0.28346423 c -0.4334462,1.34e-5 -0.758422,0.1937693 -0.974926,0.5812673 L 3.3266474,4.1881632 C 4.043942,4.6175196 4.9172219,5.1299056 5.9464895,5.7253218 6.5555251,4.6591455 7.2120857,3.4959775 7.9161744,2.2358131 L 7.1649925,0.86473153 C 6.9484705,0.47723353 6.6234959,0.28347763 6.1900666,0.28346423 l 0,0 z m 4.8541764,10.69672377 0,-0.373991 0,-1.4325691 -1.8891123,3.3646361 1.8891123,3.344349 0,-1.807191 1.888493,0 c 0.365658,0 0.643117,-0.159314 0.832373,-0.477947 l 1.502986,-2.679408 c -0.202891,0.05537 -0.372095,0.08304 -0.507606,0.08304 l -3.716246,-0.02093 z m 2.802679,-5.6909754 c -0.06778,0.041425 -0.941266,0.5538077 -2.620461,1.5371574 0.83959,1.4815957 1.503175,2.6517361 1.990757,3.51043 l 1.522819,0 c 0.447057,2e-6 0.778848,-0.193963 0.995379,-0.5819044 0.202859,-0.3739848 0.196043,-0.7547351 -0.02046,-1.1422517 L 13.846927,5.2892126 z"
+     id="path4"
+     style="fill:#0088ff;stroke:#000000;stroke-width:0.3" />
+</svg>
Index: /trunk/resources/images/presets/service/recycling/recycling_container.svg
===================================================================
--- /trunk/resources/images/presets/service/recycling/recycling_container.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/recycling/recycling_container.svg	(revision 16006)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   width="100%"
+   height="100%"
+   viewBox="0 0 16 16">
+  <path
+     d="m 5.8039383,9.6927765 -1.8884929,-3.3652691 -3.79805848,0 L 1.6612772,7.2415626 0.70680532,8.9238794 C 0.62540244,9.0764392 0.5847036,9.2357531 0.58470703,9.4018258 c -3.43e-6,0.1660797 0.040695,0.3253953 0.12209829,0.4779444 L 2.2091701,12.559182 C 2.2769334,12.365215 2.3446928,12.198926 2.4124615,12.06032 L 4.2811194,8.7787216 5.8039383,9.6927765 z M 2.9814254,12.393105 c -0.1086743,0.180023 -0.163009,0.373778 -0.1630043,0.581266 -4.7e-6,0.31863 0.1117699,0.588665 0.3353051,0.8101 0.2235314,0.221436 0.4908661,0.332152 0.8020048,0.332152 l 3.7373194,0 0,-3.094599 -3.9399889,0 c -0.027282,0.05537 -0.1289213,0.235383 -0.3049365,0.540063 l -0.4666996,0.831018 z m 5.0568471,-7.6648751 3.7776055,0 1.908946,-3.3646344 -1.543271,0.9140538 -0.955092,-1.68295137 c -0.176033,-0.3181934 -0.446676,-0.4772963 -0.811924,-0.477311 l -3.0059698,0 c 0.1218843,0.1382007 0.223528,0.2765969 0.3049363,0.4151914 L 9.5610903,3.8141746 9.2567744,4.0011689 8.0382725,4.7282299 z M 6.1900666,0.28346423 c -0.4334462,1.34e-5 -0.758422,0.1937693 -0.974926,0.5812673 L 3.3266474,4.1881632 C 4.043942,4.6175196 4.9172219,5.1299056 5.9464895,5.7253218 6.5555251,4.6591455 7.2120857,3.4959775 7.9161744,2.2358131 L 7.1649925,0.86473153 C 6.9484705,0.47723353 6.6234959,0.28347763 6.1900666,0.28346423 l 0,0 z m 4.8541764,10.69672377 0,-0.373991 0,-1.4325691 -1.8891123,3.3646361 1.8891123,3.344349 0,-1.807191 1.888493,0 c 0.365658,0 0.643117,-0.159314 0.832373,-0.477947 l 1.502986,-2.679408 c -0.202891,0.05537 -0.372095,0.08304 -0.507606,0.08304 l -3.716246,-0.02093 z m 2.802679,-5.6909754 c -0.06778,0.041425 -0.941266,0.5538077 -2.620461,1.5371574 0.83959,1.4815957 1.503175,2.6517361 1.990757,3.51043 l 1.522819,0 c 0.447057,2e-6 0.778848,-0.193963 0.995379,-0.5819044 0.202859,-0.3739848 0.196043,-0.7547351 -0.02046,-1.1422517 L 13.846927,5.2892126 z"
+     id="path4"
+     style="fill:#00AA00;stroke:#000000;stroke-width:0.3" />
+</svg>
Index: /trunk/resources/images/presets/service/recycling/sanitary_dump_station.svg
===================================================================
--- /trunk/resources/images/presets/service/recycling/sanitary_dump_station.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/recycling/sanitary_dump_station.svg	(revision 16006)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="New document 1">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="7.9572548"
+     inkscape:cy="8.0221397"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2996"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-695px"
+       originy="-330px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-695,-706.36218)">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3770"
+       width="16"
+       height="16"
+       x="695"
+       y="706.36218" />
+    <path
+       style="fill:#362d8e;fill-opacity:1;stroke:none"
+       d="m 696,712.36218 0,9 14,0 0,-9 -3,0 0,2 1,0 0,5 -10,0 0,-5 1,0 0,-2 z"
+       id="path2998"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#362d8e;fill-opacity:1;stroke:none"
+       d="m 700,711.36218 3,4 3,-4 -2,0 0,-4 -2,0 0,4 z"
+       id="path3768"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/recycling/waste_basket.svg
===================================================================
--- /trunk/resources/images/presets/service/recycling/waste_basket.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/recycling/waste_basket.svg	(revision 16006)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="16"
+   viewBox="0 0 14 14"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waste_basket.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="true"
+     inkscape:zoom="59"
+     inkscape:cx="4.0664832"
+     inkscape:cy="8.0610259"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4152" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4154"
+     width="14"
+     height="14"
+     x="0"
+     y="0"
+     ry="1.75" />
+  <path
+     d="m 6,0.87415896 c -1,0 -1,1.02272124 -1,1.02272124 l -1,0 c -2,0 -2,1.5479948 -2,1.5479948 l 10,0 c 0,0 0,-1.5479948 -2,-1.5479948 l -1,0 c 0,0 0,-1.02272124 -1,-1.02272124 z M 2,4.38025 l 2,8.766565 6,0 2,-8.766565 z"
+     id="waste-basket"
+     style="fill:#734a08;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="scsccscssccccc" />
+</svg>
Index: /trunk/resources/images/presets/service/recycling/waste_disposal.svg
===================================================================
--- /trunk/resources/images/presets/service/recycling/waste_disposal.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/recycling/waste_disposal.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waste_disposal6.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="64"
+     inkscape:cx="5.3425075"
+     inkscape:cy="3.5099536"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4170"
+       width="15"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1,1049.3622 0,-8 11.957726,0 c 0,0 -0.999999,9.9864 -3.9154515,9.9921 L 4,1051.3622 Z"
+       id="path4160"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccscc" />
+    <path
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.28999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4162"
+       sodipodi:type="arc"
+       sodipodi:cx="3.05"
+       sodipodi:cy="1049.3621"
+       sodipodi:rx="2.4841819"
+       sodipodi:ry="2.4289775"
+       sodipodi:start="0"
+       sodipodi:end="6.2827839"
+       sodipodi:open="true"
+       d="m 5.5341818,1049.3621 a 2.4841819,2.4289775 0 0 1 -2.4839326,2.4289 2.4841819,2.4289775 0 0 1 -2.48443108,-2.4285 2.4841819,2.4289775 0 0 1 2.48343398,-2.4294 2.4841819,2.4289775 0 0 1 2.4849295,2.428" />
+    <path
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.28999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4166"
+       sodipodi:type="arc"
+       sodipodi:cx="3.05"
+       sodipodi:cy="1049.3621"
+       sodipodi:rx="0.97122699"
+       sodipodi:ry="0.94964403"
+       sodipodi:start="0"
+       sodipodi:end="6.2827839"
+       sodipodi:open="true"
+       d="m 4.0212269,1049.3621 a 0.97122699,0.94964403 0 0 1 -0.9711295,0.9496 0.97122699,0.94964403 0 0 1 -0.9713244,-0.9494 0.97122699,0.94964403 0 0 1 0.9709346,-0.9499 0.97122699,0.94964403 0 0 1 0.9715193,0.9493" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.7954951,1041.4341 10.8132299,-3.4214"
+       id="path4168"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/shower.svg
===================================================================
--- /trunk/resources/images/presets/service/shower.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/shower.svg	(revision 16006)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="Layer_1"
+   xml:space="preserve"
+   enable-background="new 0 0 100 100"
+   viewBox="0 0 100 100"
+   height="100px"
+   width="100px"
+   y="0px"
+   x="0px"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="shower12.svg"><metadata
+     id="metadata49"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs47" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview45"
+     showgrid="true"
+     inkscape:zoom="4.72"
+     inkscape:cx="21.580445"
+     inkscape:cy="47.596424"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="Layer_1"><inkscape:grid
+       type="xygrid"
+       id="grid3026" /></sodipodi:namedview><rect
+     style="fill:#ffffff;fill-opacity:1;stroke:none"
+     id="rect3028"
+     width="100"
+     height="100"
+     x="0"
+     y="0" /><path
+     d="M83.397,45.72H16.614c0-11.309,9.167-20.469,20.469-20.469h5.729V-0.211H57.2v25.462h5.729  C74.231,25.251,83.397,34.412,83.397,45.72z"
+     id="path3" /><path
+     d="m 85.357,94.836 c 1.751,-0.696 2.598,-2.683 1.901,-4.427 l -0.026,-0.072 c -0.703,-1.751 -2.683,-2.591 -4.421,-1.861 -1.751,0.696 -2.584,2.715 -1.881,4.459 0.527,1.335 1.81,2.148 3.164,2.148 0.417,0 0.853,-0.078 1.263,-0.247 z"
+     id="path15"
+     inkscape:connector-curvature="0" /><path
+     d="m 80.364,76.062 c 1.803,-0.54 2.825,-2.441 2.285,-4.245 l -0.02,-0.064 C 82.088,69.949 80.207,68.96 78.391,69.5 c -1.797,0.54 -2.819,2.468 -2.272,4.277 0.437,1.478 1.797,2.429 3.262,2.429 0.325,0 0.651,-0.046 0.983,-0.144 z"
+     id="path17"
+     inkscape:connector-curvature="0" /><path
+     d="M75.943,57.081c1.751-0.697,2.598-2.683,1.901-4.428l-0.026-0.064c-0.696-1.745-2.676-2.585-4.421-1.869  c-1.751,0.703-2.584,2.721-1.881,4.466c0.533,1.328,1.81,2.142,3.164,2.142C75.097,57.328,75.533,57.25,75.943,57.081z"
+     id="path19" /><path
+     d="m 61.532,95.139816 c 1.875,-0.188 3.242,-1.861 3.053,-3.736 l -0.006,-0.065 c -0.183,-1.868 -1.85,-3.235 -3.725,-3.015 -1.881,0.183 -3.248,1.889 -3.053,3.764 0.176,1.758 1.66,3.072 3.385,3.072 0.112,0 0.235,-0.006 0.346,-0.02 z"
+     id="path23"
+     inkscape:connector-curvature="0" /><path
+     d="m 59.755,76.812 c 1.849,-0.365 3.047,-2.162 2.676,-4.011 l -0.014,-0.065 c -0.364,-1.849 -2.168,-3.014 -4.004,-2.643 -1.849,0.364 -3.04,2.193 -2.669,4.043 0.325,1.627 1.745,2.74 3.333,2.74 0.229,0 0.456,-0.02 0.678,-0.064 z"
+     id="path25"
+     inkscape:connector-curvature="0" /><path
+     d="m 57.646,57.263 c 1.855,-0.364 3.053,-2.161 2.682,-4.01 l -0.013,-0.065 c -0.371,-1.849 -2.2,-3.027 -4.004,-2.643 -1.855,0.364 -3.047,2.194 -2.669,4.042 0.325,1.621 1.744,2.741 3.333,2.741 0.227,0 0.456,-0.019 0.671,-0.065 z"
+     id="path27"
+     inkscape:connector-curvature="0" /><path
+     d="m 19.082,92.935 0.026,-0.064 c 0.703,-1.745 -0.156,-3.698 -1.908,-4.395 -1.731,-0.703 -3.743,0.176 -4.446,1.934 -0.697,1.744 0.149,3.73 1.901,4.427 0.41,0.169 0.846,0.247 1.263,0.247 1.353,-0.001 2.636,-0.814 3.164,-2.149 z"
+     id="path31"
+     inkscape:connector-curvature="0" /><path
+     d="m 23.893,73.777 0.02,-0.071 C 24.46,71.902 23.418,70.04 21.621,69.5 c -1.836,-0.573 -3.724,0.508 -4.258,2.317 -0.541,1.804 0.481,3.705 2.285,4.245 0.332,0.098 0.657,0.144 0.983,0.144 1.465,0 2.826,-0.951 3.262,-2.429 z"
+     id="path33"
+     inkscape:connector-curvature="0" /><path
+     d="M28.496,55.187l0.026-0.065c0.703-1.751-0.156-3.698-1.908-4.401c-1.719-0.703-3.743,0.182-4.446,1.933  c-0.697,1.745,0.149,3.73,1.901,4.428c0.41,0.169,0.846,0.247,1.263,0.247C26.686,57.328,27.961,56.515,28.496,55.187z"
+     id="path35" /><path
+     d="m 42.21,92.086816 0.006,-0.065 c 0.195,-1.875 -1.178,-3.516 -3.06,-3.698 -1.868,-0.221 -3.542,1.211 -3.73,3.08 -0.188,1.875 1.179,3.548 3.054,3.736 0.11,0.014 0.234,0.02 0.345,0.02 1.725,0 3.21,-1.315 3.385,-3.073 z"
+     id="path39"
+     inkscape:connector-curvature="0" /><path
+     d="m 44.268,74.136 0.013,-0.065 c 0.371,-1.849 -0.833,-3.613 -2.683,-3.978 -1.81,-0.404 -3.646,0.859 -4.017,2.708 -0.371,1.849 0.827,3.646 2.676,4.011 0.221,0.045 0.449,0.064 0.677,0.064 1.589,0 3.008,-1.113 3.334,-2.74 z"
+     id="path41"
+     inkscape:connector-curvature="0" /><path
+     d="m 46.371,54.587 0.02,-0.071 c 0.371,-1.843 -0.833,-3.607 -2.689,-3.971 -1.816,-0.384 -3.646,0.866 -4.017,2.708 -0.371,1.849 0.827,3.646 2.683,4.01 0.215,0.046 0.442,0.065 0.67,0.065 1.587,0 3.007,-1.12 3.333,-2.741 z"
+     id="path43"
+     inkscape:connector-curvature="0" /></svg>
Index: /trunk/resources/images/presets/service/studio.svg
===================================================================
--- /trunk/resources/images/presets/service/studio.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/studio.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg5365"
+   sodipodi:docname="mikro3.svg"
+   viewBox="0 0 13 16"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="13"
+   height="16">
+  <defs
+     id="defs15" />
+  <sodipodi:namedview
+     id="base"
+     fit-margin-left="0"
+     inkscape:zoom="31.678384"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="10.271781"
+     inkscape:cy="5.8057763"
+     inkscape:window-maximized="1"
+     showgrid="true"
+     fit-margin-right="0"
+     units="mm"
+     inkscape:document-units="mm"
+     bordercolor="#666666"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     pagecolor="#ffffff"
+     inkscape:window-height="988"
+     fit-margin-top="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4143"
+       originx="3.6621094e-006"
+       originy="4.0199671e-006" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-138.84,-673.30001)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="13"
+       height="16"
+       x="138.84"
+       y="673.30005"
+       ry="1.9999563" />
+    <path
+       id="path5262"
+       style="fill:#000000"
+       inkscape:connector-curvature="0"
+       d="m 146.84468,677.81342 c 0,1.94046 -1.60305,3.51341 -3.58038,3.51341 -1.97744,0 -3.58036,-1.57307 -3.58036,-3.51341 0,-1.94046 1.60303,-3.51341 3.58036,-3.51341 1.97745,0 3.58038,1.57305 3.58038,3.51341 z" />
+    <path
+       id="path5268"
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000"
+       inkscape:connector-curvature="0"
+       d="m 140.78171,679.95723 1.4726,5.78378 2.04178,0 1.47246,-5.78378 -4.98706,0 z" />
+    <rect
+       id="rect5275"
+       style="fill:#ffffff"
+       height="1.049"
+       width="7.4800816"
+       y="677.32611"
+       x="139.63336" />
+    <rect
+       id="rect5277"
+       style="fill:#ffffff"
+       height="0.98785055"
+       width="0.99844259"
+       y="681.31104"
+       x="142.83621" />
+    <path
+       id="path5299"
+       style="fill:none;stroke:#000000;stroke-width:1.06299213;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none"
+       inkscape:connector-curvature="0"
+       d="m 143.27547,685.32153 c 0.0677,0.87066 0.34144,1.82216 1.06706,2.33124 0.87086,0.6136 2.25422,0.18968 2.59739,-0.87502 0.49879,-1.17802 0.34309,-2.5905 1.07342,-3.67203 0.50925,-0.72881 1.73874,-0.49135 2.03168,0.33676 0.24669,0.483 0.27412,1.04271 0.34025,1.57493" />
+  </g>
+  <metadata
+     id="metadata13">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/service/surveillance.svg
===================================================================
--- /trunk/resources/images/presets/service/surveillance.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/surveillance.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="surv3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="13.181422"
+     inkscape:cy="5.3416433"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.66019452;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4159"
+       width="2.9398055"
+       height="7.4130197"
+       x="7.030097"
+       y="1036.3923" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.28999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="9.3797579"
+       height="5.2418313"
+       x="370.80548"
+       y="962.91003"
+       transform="matrix(0.92523816,0.3793868,-0.35358302,0.93540315,0,0)" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.35006732;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="3.410821"
+       height="3.4945693"
+       x="379.67514"
+       y="963.76813"
+       transform="matrix(0.92523816,0.3793868,-0.35358302,0.93540315,0,0)" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.35006732;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="1.7054105"
+       height="5.2418313"
+       x="383.08597"
+       y="962.89447"
+       transform="matrix(0.92523816,0.3793868,-0.35358302,0.93540315,0,0)" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.51776552;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m -0.01406146,1046.9001 8.67851426,3.5586 4.8380902,-5.5671 -11.0453705,-4.529 -2.47123396,6.5375"
+       id="path4147"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/service/telephone.svg
===================================================================
--- /trunk/resources/images/presets/service/telephone.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/telephone.svg	(revision 16006)
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="16"
+   id="svg1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="telephone3.svg"
+   sodipodi:version="0.32"
+   width="12.08762"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata2213">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>lutte incendie</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>office</rdf:li>
+            <rdf:li />
+            <rdf:li>telephone</rdf:li>
+            <rdf:li>symbol</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg1"
+     inkscape:cx="-3.9822662"
+     inkscape:cy="9.6184726"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="20.418464"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs2">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 0,0 Z"
+         id="path4"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 10,0 Z"
+         id="path6"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:#ffffff;stroke-width:0.80419183;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path11"
+     d="m 3.6815815,0.41654839 c 0,0 -3.32396579,0.0435383 -3.28081049,3.04769391 0.0431811,3.0041556 0.64753619,5.6600048 1.64041819,7.1403067 0.992869,1.480381 3.5397939,5.355302 6.4321551,4.963444 0,0 1.4245124,-0.304807 2.5036537,-1.001472 L 7.4803977,11.823648 c 0,0 -1.0360373,0.653009 -1.6835605,-0.217757 C 5.1493139,10.735125 3.1203946,6.6860894 3.1203946,6.6860894 c 0,0 -0.5611868,-1.306162 0.6906916,-1.8721468 L 3.6815815,0.41654839 Z" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:#ffffff;stroke-width:0.304;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path12"
+     d="m 4.0700955,0.41654839 c 0,0 0.2590222,-0.0870896 0.7338726,0.17415319 0.4748504,0.26122979 0.4748504,0.47892132 0.4748504,0.47892132 l 0.043168,3.0041686 c 0,0 -0.1295046,0.1741532 -0.3021775,0.3482934 C 4.8471363,4.5962511 4.2859366,4.8574678 4.1996001,4.6833277 4.1132766,4.5091615 4.0700955,0.41654839 4.0700955,0.41654839 Z" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:#ffffff;stroke-width:0.304;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     sodipodi:nodetypes="ccccccc"
+     id="path13"
+     d="M 7.7712436,11.502692 8.732276,10.996407 c 0,0 0.2159057,-0.04352 0.5611481,0.174101 0.3453716,0.217757 2.1584109,1.654481 2.1584109,1.654481 0,0 0.302216,0.261282 0.215906,0.56609 -0.08631,0.304676 -0.302217,0.957816 -0.302217,0.957816 L 7.7712436,11.502692 Z" />
+</svg>
Index: /trunk/resources/images/presets/service/toilets.svg
===================================================================
--- /trunk/resources/images/presets/service/toilets.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/toilets.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="15.386"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="toilets.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata12">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bone Killian &lt;vitki@bonius.com&gt;</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="21.382909"
+     inkscape:cx="3.5833009"
+     inkscape:cy="2.9006583"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.77915251;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4137"
+     width="16"
+     height="15.386"
+     x="0"
+     y="0" />
+  <rect
+     id="divider"
+     style="fill:#000000;stroke:#000000;stroke-width:0.45820048px;stroke-linejoin:round;stroke-opacity:1"
+     y="1.2291002"
+     x="7.9441748"
+     height="12.927799"
+     width="1.0473155" />
+  <path
+     id="manhead"
+     style="fill:#000000;stroke:#000000;stroke-width:0.0916401;stroke-opacity:1"
+     d="m 13.691318,2.2600554 c 0,0.607337 -0.49235,1.099681 -1.09968,1.099681 -0.60734,0 -1.09968,-0.492344 -1.09968,-1.099681 0,-0.607337 0.49234,-1.099681 1.09968,-1.099681 0.60733,0 1.09968,0.492344 1.09968,1.099681 l 0,0 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="womanhead"
+     style="fill:#000000;stroke:#000000;stroke-width:0.0916401;stroke-linejoin:round;stroke-opacity:1"
+     d="m 5.1491509,2.3746054 c 0,0.607337 -0.492344,1.099681 -1.099681,1.099681 -0.607337,0 -1.099681,-0.492344 -1.099681,-1.099681 0,-0.607337 0.492344,-1.099681 1.099681,-1.099681 0.607337,0 1.099681,0.492344 1.099681,1.099681 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="womanbody"
+     style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.0916401px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
+     d="m 3.7997869,10.205975 0.416567,0 0.06943,3.679679 0.671136,0 0.06943,-3.702819 1.110845,-0.0231 -1.203416,-4.4202426 0.323997,-0.185141 0.97199,3.193683 0.717421,-0.39343 -1.457985,-4.258238 -2.939113,-0.09257 -1.50427,4.443378 0.647993,0.25457 1.064561,-3.147392 0.300854,0.04628 -1.203416,4.5128126 1.018275,0.0232 0.138856,3.772239 0.671136,0 0.115713,-3.702819 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="manbody"
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.0916401px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
+     d="m 11.043428,3.9806134 2.8234,-0.02314 0.9257,0.717421 0.162,4.14253 -0.80999,-0.0232 -0.0926,-3.286245 -0.41657,-0.04629 0.0116,8.4586246 -0.77527,0.0232 -0.162,-5.0335196 -0.39343,-0.0232 -0.0926,5.0913796 -0.71742,-0.0463 -0.0463,-8.4007766 -0.43971,0 0.0463,3.216827 -0.78685,0.0231 -0.0694,-4.049959 0.83314,-0.740563 z"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/service/townhall.svg
===================================================================
--- /trunk/resources/images/presets/service/townhall.svg	(revision 16006)
+++ /trunk/resources/images/presets/service/townhall.svg	(revision 16006)
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="townhall3.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="true"
+     inkscape:zoom="33.714286"
+     inkscape:cx="0.43996325"
+     inkscape:cy="8.1711736"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4135"
+     width="16"
+     height="16"
+     x="0"
+     y="0"
+     ry="3" />
+  <rect
+     width="14"
+     height="14"
+     x="0"
+     y="2"
+     id="canvas"
+     style="visibility:hidden;fill:none;stroke:none" />
+  <path
+     d="M 8,1 C 7.75,1.0032 7.5,1.1644239 7.5,1.5 L 7.5,5.375 2,8 14,8 8.5,5.375 8.5,1.5 C 8.5,1.1516409 8.25,0.9968043 8,1 Z M 9,1 9,4 13,4 11,2.5 13,1 Z m -7,8 0,1 1,0 0,4 -1,0 0,1 12,0 0,-1 -1,0 0,-4 1,0 0,-1 z m 6,1.5 c 1,0 2,0.5 2,1.5 l 0,2 -4,0 0,-2 c 0,-1 1,-1.5 2,-1.5 z"
+     id="town-hall"
+     style="fill:#734a08;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/shop/alcohol.svg
===================================================================
--- /trunk/resources/images/presets/shop/alcohol.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/alcohol.svg	(revision 16006)
@@ -0,0 +1,290 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="160"
+   id="Layer_1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="02.svg"
+   sodipodi:version="0.32"
+   space="preserve"
+   style="overflow:visible"
+   version="1.1"
+   viewBox="0 0 110 160"
+   width="110"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\classic.small\shopping\beverages.png"
+   inkscape:export-xdpi="3.681999"
+   inkscape:export-ydpi="3.681999">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>beverage</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Architetto Francesco Rollandin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Architetto Francesco Rollandin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs148">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 203.987 : 1"
+       inkscape:vp_y="0 : 999.99999 : 0"
+       inkscape:vp_z="398.15602 : 203.987 : 1"
+       inkscape:persp3d-origin="199.078 : 135.99133 : 1"
+       id="perspective79" />
+    <inkscape:perspective
+       id="perspective2558"
+       inkscape:persp3d-origin="50.508 : 105.20366 : 1"
+       inkscape:vp_z="101.016 : 157.8055 : 1"
+       inkscape:vp_y="0 : 999.99999 : 0"
+       inkscape:vp_x="0 : 157.8055 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="Layer_1"
+     inkscape:cx="81.646422"
+     inkscape:cy="132.85647"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="960"
+     inkscape:window-width="1400"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:zoom="2.4958301"
+     pagecolor="#ffffff"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid852" />
+  </sodipodi:namedview>
+  <g
+     id="g2561"
+     i:rgbTrio="#4F008000FFFF"
+     i:layer="yes"
+     i:dimmedPercent="50"
+     transform="matrix(0.51663058,0,0,0.50688758,0.02953949,0.01969021)">
+    <g
+       id="g2531">
+      <path
+         id="path2533"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 46.854,0.018 c -1.476,-0.144 -4.104,0.108 -7.74,0.9 -3.78,0.72 -8.424,1.908 -14.328,3.564 -1.224,1.332 -1.764,3.672 -1.476,7.164 0.252,3.42 1.188,7.848 2.952,13.428 0.936,10.368 1.188,19.332 0.612,27.432 -0.612,8.028 -1.728,14.796 -4.176,20.592 -2.628,5.688 -7.704,9.432 -11.052,13.716 -3.384,4.14 -7.2,7.416 -8.928,11.34 -1.764,3.924 -2.268,7.776 -1.512,11.952 l 2.7,4.464 v 8.64 l -2.7,2.088 c -1.008,2.448 -1.404,15.048 -1.188,38.231 0.18,23.293 0.972,56.197 2.376,100.225 l 1.8,3.6 v 6.553 l -1.8,1.188 v 17.82 c -0.612,4.248 -0.108,7.633 1.512,10.729 1.584,2.916 4.176,5.398 8.064,7.164 3.816,1.619 9.108,2.195 14.904,2.988 5.76,0.756 12.096,1.402 19.404,1.799 h 8.496 c 7.2,-0.396 13.607,-1.043 19.368,-1.799 5.688,-0.793 10.979,-1.369 14.903,-2.988 3.816,-1.766 6.372,-4.248 8.064,-7.164 1.548,-3.096 2.052,-6.48 1.512,-10.729 v -17.82 l -1.8,-1.188 v -6.553 l 1.8,-3.6 c 1.368,-44.027 2.16,-76.932 2.376,-100.225 0.18,-23.183 -0.216,-35.783 -1.188,-38.231 l -2.7,-2.088 v -8.64 l 2.7,-4.464 c 0.72,-4.176 0.216,-8.028 -1.513,-11.952 -1.8,-3.924 -5.651,-7.2 -8.928,-11.34 C 85.948,82.53 80.836,78.786 78.316,73.098 75.759,67.302 74.644,60.534 74.14,52.506 73.528,44.406 73.78,35.442 74.751,25.074 76.48,19.494 77.415,15.066 77.703,11.646 77.955,8.154 77.415,5.814 76.227,4.482 70.287,2.826 65.643,1.638 61.899,0.918 c -3.672,-0.792 -6.3,-1.044 -7.74,-0.9 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2535"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="M 48.114,8.01 C 46.242,7.938 43.398,8.334 39.438,9.342 35.406,10.314 30.618,11.754 24.534,13.806 24.246,12.654 24.102,11.43 24.246,10.134 24.318,8.802 24.534,7.398 25.038,5.922 32.13,4.194 37.278,2.97 41.022,2.25 c 3.528,-0.756 3.6,-0.684 5.76,-0.756 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.072 2.16,0 5.76,0.756 3.564,0.72 8.929,1.944 15.948,3.672 0.468,1.476 0.685,2.88 0.792,4.212 0.072,1.296 0.036,2.52 -0.252,3.672 C 69.822,11.754 65.07,10.314 61.183,9.342 57.294,8.334 54.811,7.938 53.334,8.01 Z"
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2537"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 48.114,19.566 c -2.376,0.18 -5.22,0.612 -8.676,1.296 -3.492,0.576 -7.452,1.584 -12.024,2.628 -0.18,-0.792 -0.396,-1.62 -0.792,-2.628 -0.396,-1.044 -0.972,-2.124 -1.584,-3.384 7.092,-1.728 12.24,-2.952 15.984,-3.672 3.528,-0.72 3.6,-0.756 5.76,-0.792 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.036 2.16,0.072 5.76,0.792 3.564,0.72 8.929,1.944 15.948,3.672 -0.468,1.44 -1.116,2.736 -1.548,3.888 -0.612,1.116 -1.008,2.088 -1.584,2.916 -4.356,-1.476 -8.064,-2.664 -11.268,-3.42 -3.168,-0.828 -5.832,-1.26 -7.849,-1.296 z"
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2539"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 48.87,33.174 c -4.356,0.072 -8.064,-0.108 -11.52,-0.54 -3.456,-0.504 -6.372,-1.152 -8.892,-2.088 -0.72,-1.512 -1.08,-2.592 -0.792,-3.384 0.144,-0.828 0.936,-1.224 2.088,-1.332 1.944,0.936 4.572,1.584 7.884,2.088 3.24,0.432 7.164,0.612 11.772,0.54 h 2.088 c 4.536,0.072 8.46,-0.108 11.772,-0.54 3.239,-0.504 5.868,-1.152 7.884,-2.088 1.116,0.108 1.908,0.504 2.088,1.332 0.252,0.792 -0.108,1.872 -0.792,3.384 -2.556,0.936 -5.472,1.584 -8.892,2.088 -3.492,0.432 -7.2,0.612 -11.521,0.54 z"
+         style="clip-rule:evenodd;fill:#cbc6d0;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2541"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 46.278,308.861 c -9,-0.863 -15.948,-1.512 -21.24,-2.34 -5.364,-0.863 -7.236,-1.188 -10.188,-2.375 -3.06,-1.369 -5.508,-3.348 -7.344,-4.969 -1.872,-1.619 -2.88,-3.061 -3.42,-4.463 l 0.54,-18.072 2.088,-1.045 v -7.596 L 4.626,263.573 C 3.942,241.936 3.546,220.264 3.294,197.585 2.97,174.833 2.934,152.153 3.042,128.429 l 3.132,-2.628 0.54,-10.729 -3.132,-5.508 c -0.468,-2.16 -0.252,-4.644 0.792,-7.596 1.008,-2.916 1.908,-5.724 5.22,-9.936 3.24,-4.428 11.016,-10.908 14.148,-15.984 3.024,-5.184 2.988,-10.26 3.924,-14.652 0.864,-4.464 1.116,-8.172 1.044,-11.556 1.332,0.54 4.68,0.9 10.224,1.08 l 12.06,0.432 c 5.544,0.18 5.148,-0.288 10.729,-0.432 5.508,-0.18 8.892,-0.54 10.224,-1.08 -0.108,3.384 0.144,7.092 1.044,11.556 0.864,4.392 0.828,9.468 3.924,14.652 3.024,5.076 10.8,11.556 14.148,15.984 3.239,4.212 4.104,7.02 5.22,9.936 1.008,2.952 1.224,5.436 0.792,7.596 l -3.132,5.508 0.504,10.728 3.168,2.628 c 0,23.724 0,46.404 -0.288,69.156 -0.288,22.68 -0.72,44.352 -1.296,65.988 L 93.943,268 v 7.596 l 2.088,1.045 0.54,18.072 c -0.576,1.402 -1.584,2.844 -3.42,4.463 -1.944,1.621 -4.393,3.6 -7.344,4.969 -2.988,1.188 -5.005,1.512 -10.225,2.375 -5.364,0.828 -12.204,1.477 -21.204,2.34 h -8.1 z"
+         style="clip-rule:evenodd;fill:#f1c810;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2543"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="M 44.694,129.258 C 38.538,129.222 32.562,128.826 26.622,128.214 20.646,127.566 14.85,126.558 9.09,125.334 V 115.11 c 6.588,0.972 12.996,1.8 19.368,2.34 6.372,0.504 12.42,0.72 18.576,0.792 h 7.344 c 6.084,-0.072 12.24,-0.288 18.612,-0.792 6.336,-0.54 12.744,-1.368 19.368,-2.34 v 10.224 c -5.796,1.224 -11.592,2.232 -17.532,2.88 -5.976,0.612 -11.952,1.008 -18.072,1.044 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2545"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="M 44.694,281.07 C 38.538,281.033 32.562,280.638 26.622,280.025 20.646,279.379 14.85,278.369 9.09,277.146 v -10.189 c 6.588,0.973 12.996,1.801 19.368,2.342 6.372,0.504 12.42,0.719 18.576,0.791 h 7.344 c 6.084,-0.072 12.24,-0.287 18.612,-0.791 6.336,-0.541 12.744,-1.369 19.368,-2.342 v 10.189 c -5.796,1.223 -11.592,2.232 -17.532,2.879 -5.976,0.613 -11.952,1.008 -18.072,1.045 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2547"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 34.758,161.621 c -7.524,3.781 -12.456,8.748 -15.336,15.336 -2.808,6.518 -3.096,16.67 -1.548,23.652 1.584,6.949 5.904,13.572 10.44,17.785 4.392,4.104 9.468,6.299 15.624,6.732 -7.668,-10.801 -10.224,-17.713 -7.668,-21.17 2.52,-3.527 21.708,4.178 22.716,0.613 0.72,-3.6 -18.216,-17.064 -17.496,-21.781 0.864,-4.752 18.324,-3.383 22.104,-6.443 3.601,-3.168 3.349,-7.199 -0.611,-12.24 -2.521,-2.268 -6.012,-3.6 -10.765,-3.996 -4.752,-0.431 -10.476,0.073 -17.46,1.512 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2549"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 69.103,165.006 c 2.664,1.512 4.968,3.924 7.056,7.381 2.052,3.383 4.392,7.307 5.22,13.176 0.685,5.795 1.404,15.227 -0.611,21.492 -2.089,6.227 -6.12,12.455 -11.664,15.623 -5.725,3.023 -12.96,3.996 -22.104,2.771 -5.724,-8.063 -6.768,-13.176 -2.736,-15.336 3.96,-2.23 25.02,5.832 26.388,2.125 1.08,-3.996 -18.504,-20.701 -19.044,-24.84 -0.468,-4.068 13.248,4.283 16.271,0.611 2.915,-3.743 3.275,-11.411 1.224,-23.003 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2551"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 36.594,164.105 c -7.524,3.385 -12.492,8.244 -15.048,14.725 -2.592,6.443 -1.764,17.424 -0.288,23.904 1.368,6.299 5.904,10.908 8.892,14.111 2.88,3.096 5.976,4.68 8.892,4.607 -7.884,-9.539 -10.548,-15.982 -7.992,-19.332 2.556,-3.383 21.888,2.521 23.004,-0.898 0.827,-3.602 -17.856,-15.625 -17.172,-19.945 0.648,-4.248 16.452,-3.779 21.167,-5.543 4.572,-1.908 6.769,-3.852 6.444,-5.832 -1.296,-4.248 -4.212,-6.66 -8.892,-7.668 -4.751,-0.972 -10.907,-0.396 -19.007,1.871 z"
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2553"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 71.874,171.773 c 3.24,3.205 5.725,6.732 7.057,11.016 1.296,4.213 1.655,9.109 1.224,14.113 -0.504,4.896 -1.368,10.836 -3.708,15.047 -2.412,4.178 -5.832,7.777 -10.404,9.828 -4.607,1.945 -10.332,2.557 -17.172,1.836 -5.76,-5.902 -6.588,-9.646 -2.484,-11.375 4.176,-1.836 24.84,4.68 27,1.225 1.872,-3.492 -14.903,-17.93 -15.336,-21.781 -0.396,-3.924 10.152,1.729 12.601,-1.512 2.338,-3.455 2.699,-9.359 1.222,-18.397 z"
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <g
+     transform="matrix(0.51663058,0,0,0.50688758,53.910239,0.01969021)"
+     i:dimmedPercent="50"
+     i:layer="yes"
+     i:rgbTrio="#4F008000FFFF"
+     id="g2575">
+    <g
+       id="g2577">
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 46.854,0.018 c -1.476,-0.144 -4.104,0.108 -7.74,0.9 -3.78,0.72 -8.424,1.908 -14.328,3.564 -1.224,1.332 -1.764,3.672 -1.476,7.164 0.252,3.42 1.188,7.848 2.952,13.428 0.936,10.368 1.188,19.332 0.612,27.432 -0.612,8.028 -1.728,14.796 -4.176,20.592 -2.628,5.688 -7.704,9.432 -11.052,13.716 -3.384,4.14 -7.2,7.416 -8.928,11.34 -1.764,3.924 -2.268,7.776 -1.512,11.952 l 2.7,4.464 v 8.64 l -2.7,2.088 c -1.008,2.448 -1.404,15.048 -1.188,38.231 0.18,23.293 0.972,56.197 2.376,100.225 l 1.8,3.6 v 6.553 l -1.8,1.188 v 17.82 c -0.612,4.248 -0.108,7.633 1.512,10.729 1.584,2.916 4.176,5.398 8.064,7.164 3.816,1.619 9.108,2.195 14.904,2.988 5.76,0.756 12.096,1.402 19.404,1.799 h 8.496 c 7.2,-0.396 13.607,-1.043 19.368,-1.799 5.688,-0.793 10.979,-1.369 14.903,-2.988 3.816,-1.766 6.372,-4.248 8.064,-7.164 1.548,-3.096 2.052,-6.48 1.512,-10.729 v -17.82 l -1.8,-1.188 v -6.553 l 1.8,-3.6 c 1.368,-44.027 2.16,-76.932 2.376,-100.225 0.18,-23.183 -0.216,-35.783 -1.188,-38.231 l -2.7,-2.088 v -8.64 l 2.7,-4.464 c 0.72,-4.176 0.216,-8.028 -1.513,-11.952 -1.8,-3.924 -5.651,-7.2 -8.928,-11.34 C 85.948,82.53 80.836,78.786 78.316,73.098 75.759,67.302 74.644,60.534 74.14,52.506 73.528,44.406 73.78,35.442 74.751,25.074 76.48,19.494 77.415,15.066 77.703,11.646 77.955,8.154 77.415,5.814 76.227,4.482 70.287,2.826 65.643,1.638 61.899,0.918 c -3.672,-0.792 -6.3,-1.044 -7.74,-0.9 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2579"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="M 48.114,8.01 C 46.242,7.938 43.398,8.334 39.438,9.342 35.406,10.314 30.618,11.754 24.534,13.806 24.246,12.654 24.102,11.43 24.246,10.134 24.318,8.802 24.534,7.398 25.038,5.922 32.13,4.194 37.278,2.97 41.022,2.25 c 3.528,-0.756 3.6,-0.684 5.76,-0.756 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.072 2.16,0 5.76,0.756 3.564,0.72 8.929,1.944 15.948,3.672 0.468,1.476 0.685,2.88 0.792,4.212 0.072,1.296 0.036,2.52 -0.252,3.672 C 69.822,11.754 65.07,10.314 61.183,9.342 57.294,8.334 54.811,7.938 53.334,8.01 Z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2581"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 48.114,19.566 c -2.376,0.18 -5.22,0.612 -8.676,1.296 -3.492,0.576 -7.452,1.584 -12.024,2.628 -0.18,-0.792 -0.396,-1.62 -0.792,-2.628 -0.396,-1.044 -0.972,-2.124 -1.584,-3.384 7.092,-1.728 12.24,-2.952 15.984,-3.672 3.528,-0.72 3.6,-0.756 5.76,-0.792 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.036 2.16,0.072 5.76,0.792 3.564,0.72 8.929,1.944 15.948,3.672 -0.468,1.44 -1.116,2.736 -1.548,3.888 -0.612,1.116 -1.008,2.088 -1.584,2.916 -4.356,-1.476 -8.064,-2.664 -11.268,-3.42 -3.168,-0.828 -5.832,-1.26 -7.849,-1.296 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2583"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#cbc6d0;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 48.87,33.174 c -4.356,0.072 -8.064,-0.108 -11.52,-0.54 -3.456,-0.504 -6.372,-1.152 -8.892,-2.088 -0.72,-1.512 -1.08,-2.592 -0.792,-3.384 0.144,-0.828 0.936,-1.224 2.088,-1.332 1.944,0.936 4.572,1.584 7.884,2.088 3.24,0.432 7.164,0.612 11.772,0.54 h 2.088 c 4.536,0.072 8.46,-0.108 11.772,-0.54 3.239,-0.504 5.868,-1.152 7.884,-2.088 1.116,0.108 1.908,0.504 2.088,1.332 0.252,0.792 -0.108,1.872 -0.792,3.384 -2.556,0.936 -5.472,1.584 -8.892,2.088 -3.492,0.432 -7.2,0.612 -11.521,0.54 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2585"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#f1c810;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 46.278,308.861 c -9,-0.863 -15.948,-1.512 -21.24,-2.34 -5.364,-0.863 -7.236,-1.188 -10.188,-2.375 -3.06,-1.369 -5.508,-3.348 -7.344,-4.969 -1.872,-1.619 -2.88,-3.061 -3.42,-4.463 l 0.54,-18.072 2.088,-1.045 v -7.596 L 4.626,263.573 C 3.942,241.936 3.546,220.264 3.294,197.585 2.97,174.833 2.934,152.153 3.042,128.429 l 3.132,-2.628 0.54,-10.729 -3.132,-5.508 c -0.468,-2.16 -0.252,-4.644 0.792,-7.596 1.008,-2.916 1.908,-5.724 5.22,-9.936 3.24,-4.428 11.016,-10.908 14.148,-15.984 3.024,-5.184 2.988,-10.26 3.924,-14.652 0.864,-4.464 1.116,-8.172 1.044,-11.556 1.332,0.54 4.68,0.9 10.224,1.08 l 12.06,0.432 c 5.544,0.18 5.148,-0.288 10.729,-0.432 5.508,-0.18 8.892,-0.54 10.224,-1.08 -0.108,3.384 0.144,7.092 1.044,11.556 0.864,4.392 0.828,9.468 3.924,14.652 3.024,5.076 10.8,11.556 14.148,15.984 3.239,4.212 4.104,7.02 5.22,9.936 1.008,2.952 1.224,5.436 0.792,7.596 l -3.132,5.508 0.504,10.728 3.168,2.628 c 0,23.724 0,46.404 -0.288,69.156 -0.288,22.68 -0.72,44.352 -1.296,65.988 L 93.943,268 v 7.596 l 2.088,1.045 0.54,18.072 c -0.576,1.402 -1.584,2.844 -3.42,4.463 -1.944,1.621 -4.393,3.6 -7.344,4.969 -2.988,1.188 -5.005,1.512 -10.225,2.375 -5.364,0.828 -12.204,1.477 -21.204,2.34 h -8.1 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2587"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="M 44.694,129.258 C 38.538,129.222 32.562,128.826 26.622,128.214 20.646,127.566 14.85,126.558 9.09,125.334 V 115.11 c 6.588,0.972 12.996,1.8 19.368,2.34 6.372,0.504 12.42,0.72 18.576,0.792 h 7.344 c 6.084,-0.072 12.24,-0.288 18.612,-0.792 6.336,-0.54 12.744,-1.368 19.368,-2.34 v 10.224 c -5.796,1.224 -11.592,2.232 -17.532,2.88 -5.976,0.612 -11.952,1.008 -18.072,1.044 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2589"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="M 44.694,281.07 C 38.538,281.033 32.562,280.638 26.622,280.025 20.646,279.379 14.85,278.369 9.09,277.146 v -10.189 c 6.588,0.973 12.996,1.801 19.368,2.342 6.372,0.504 12.42,0.719 18.576,0.791 h 7.344 c 6.084,-0.072 12.24,-0.287 18.612,-0.791 6.336,-0.541 12.744,-1.369 19.368,-2.342 v 10.189 c -5.796,1.223 -11.592,2.232 -17.532,2.879 -5.976,0.613 -11.952,1.008 -18.072,1.045 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2591"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 34.758,161.621 c -7.524,3.781 -12.456,8.748 -15.336,15.336 -2.808,6.518 -3.096,16.67 -1.548,23.652 1.584,6.949 5.904,13.572 10.44,17.785 4.392,4.104 9.468,6.299 15.624,6.732 -7.668,-10.801 -10.224,-17.713 -7.668,-21.17 2.52,-3.527 21.708,4.178 22.716,0.613 0.72,-3.6 -18.216,-17.064 -17.496,-21.781 0.864,-4.752 18.324,-3.383 22.104,-6.443 3.601,-3.168 3.349,-7.199 -0.611,-12.24 -2.521,-2.268 -6.012,-3.6 -10.765,-3.996 -4.752,-0.431 -10.476,0.073 -17.46,1.512 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2593"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 69.103,165.006 c 2.664,1.512 4.968,3.924 7.056,7.381 2.052,3.383 4.392,7.307 5.22,13.176 0.685,5.795 1.404,15.227 -0.611,21.492 -2.089,6.227 -6.12,12.455 -11.664,15.623 -5.725,3.023 -12.96,3.996 -22.104,2.771 -5.724,-8.063 -6.768,-13.176 -2.736,-15.336 3.96,-2.23 25.02,5.832 26.388,2.125 1.08,-3.996 -18.504,-20.701 -19.044,-24.84 -0.468,-4.068 13.248,4.283 16.271,0.611 2.915,-3.743 3.275,-11.411 1.224,-23.003 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2595"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 36.594,164.105 c -7.524,3.385 -12.492,8.244 -15.048,14.725 -2.592,6.443 -1.764,17.424 -0.288,23.904 1.368,6.299 5.904,10.908 8.892,14.111 2.88,3.096 5.976,4.68 8.892,4.607 -7.884,-9.539 -10.548,-15.982 -7.992,-19.332 2.556,-3.383 21.888,2.521 23.004,-0.898 0.827,-3.602 -17.856,-15.625 -17.172,-19.945 0.648,-4.248 16.452,-3.779 21.167,-5.543 4.572,-1.908 6.769,-3.852 6.444,-5.832 -1.296,-4.248 -4.212,-6.66 -8.892,-7.668 -4.751,-0.972 -10.907,-0.396 -19.007,1.871 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2597"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 71.874,171.773 c 3.24,3.205 5.725,6.732 7.057,11.016 1.296,4.213 1.655,9.109 1.224,14.113 -0.504,4.896 -1.368,10.836 -3.708,15.047 -2.412,4.178 -5.832,7.777 -10.404,9.828 -4.607,1.945 -10.332,2.557 -17.172,1.836 -5.76,-5.902 -6.588,-9.646 -2.484,-11.375 4.176,-1.836 24.84,4.68 27,1.225 1.872,-3.492 -14.903,-17.93 -15.336,-21.781 -0.396,-3.924 10.152,1.729 12.601,-1.512 2.338,-3.455 2.699,-9.359 1.222,-18.397 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2599"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/antique.svg
===================================================================
--- /trunk/resources/images/presets/shop/antique.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/antique.svg	(revision 16006)
@@ -0,0 +1,391 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2276"
+   sodipodi:docname="Gramophone.svg"
+   height="148.65891"
+   sodipodi:version="0.32"
+   width="126.87975"
+   inkscape:version="0.48.5 r10040"
+   version="1.1">
+  <defs
+     id="defs2278">
+    <linearGradient
+       id="linearGradient2310">
+      <stop
+         id="stop2311"
+         style="stop-color:#6f6234"
+         offset="0" />
+      <stop
+         id="stop2312"
+         style="stop-color:#7f7655"
+         offset=".5" />
+      <stop
+         id="stop2313"
+         style="stop-color:#2d2711"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2300">
+      <stop
+         id="stop2301"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop2302"
+         style="stop-color:#ffffff;stop-opacity:.020833"
+         offset=".49620" />
+      <stop
+         id="stop2303"
+         style="stop-color:#ffffff;stop-opacity:.53125"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2288">
+      <stop
+         id="stop2289"
+         style="stop-color:#ede1b9"
+         offset="0" />
+      <stop
+         id="stop2291"
+         style="stop-color:#7a7152"
+         offset=".5" />
+      <stop
+         id="stop2290"
+         style="stop-color:#927f39"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2283">
+      <stop
+         id="stop2284"
+         style="stop-color:#1d1100;stop-opacity:.66667"
+         offset="0" />
+      <stop
+         id="stop2292"
+         style="stop-color:#4f340c;stop-opacity:.30196"
+         offset=".52659" />
+      <stop
+         id="stop2285"
+         style="stop-color:#3d3001;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="radialGradient2286"
+       fx="86.442383"
+       fy="60.641514"
+       xlink:href="#linearGradient2283"
+       cy="56.434727"
+       cx="104.16177"
+       r="20.573427"
+       gradientTransform="matrix(0.92416218,0,0,1.0820612,-21.02338,-2.7357642)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2287"
+       y2="-13.319842"
+       xlink:href="#linearGradient2288"
+       y1="137.88396"
+       x2="291.10336"
+       x1="106.91916"
+       gradientTransform="matrix(0.48867066,0,0,0.63997744,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2293"
+       y2="288.53662"
+       xlink:href="#linearGradient2288"
+       y1="44.530285"
+       x2="423.51227"
+       x1="167.38974"
+       gradientTransform="matrix(0.4891886,0,0,0.63929982,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2296"
+       y2="139.84502"
+       xlink:href="#linearGradient2288"
+       y1="222.94662"
+       x2="80.841118"
+       x1="52.200809"
+       gradientTransform="matrix(0.65517346,0,0,0.4773365,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2297"
+       y2="233.77164"
+       xlink:href="#linearGradient2300"
+       y1="210.41183"
+       x2="45.221279"
+       x1="66.328804"
+       gradientTransform="matrix(0.501949,0,0,0.62304776,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2305"
+       y2="192.06702"
+       xlink:href="#linearGradient2300"
+       y1="74.241417"
+       x2="226.5798"
+       x1="182.66423"
+       gradientTransform="matrix(0.52411373,0,0,0.59669908,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2306"
+       y2="167.97333"
+       xlink:href="#linearGradient2288"
+       y1="52.916672"
+       x2="138.99986"
+       x1="281.13297"
+       gradientTransform="matrix(0.4891886,0,0,0.63929982,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2309"
+       y2="257.42313"
+       xlink:href="#linearGradient2310"
+       y1="378.07291"
+       x2="66.36496"
+       x1="90.823395"
+       gradientTransform="matrix(0.68264915,0,0,0.45812433,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2316"
+       y2="894.27612"
+       xlink:href="#linearGradient2310"
+       y1="838.66858"
+       x2="24.911583"
+       x1="23.705992"
+       gradientTransform="matrix(2.4069002,0,0,0.12993401,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2318"
+       xlink:href="#linearGradient2310"
+       gradientTransform="matrix(0.25436896,0,0,1.2294668,-16.21178,-12.168664)"
+       x1="187.5188"
+       y1="82.68367"
+       x2="197.01346"
+       y2="82.68367"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2341"
+       y2="253.13097"
+       xlink:href="#linearGradient2283"
+       y1="273.28244"
+       x2="82.798813"
+       x1="39.017715"
+       gradientTransform="matrix(0.58793891,0,0,0.53192292,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2460"
+       y2="104.70568"
+       xlink:href="#linearGradient2310"
+       y1="116.10118"
+       x2="23.555061"
+       x1="24.21303"
+       gradientTransform="matrix(1.3401544,0,0,0.74618265,-21.02338,-2.7357642)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient2598"
+       y2="233.9549"
+       xlink:href="#linearGradient2300"
+       y1="233.65829"
+       x2="65.41333"
+       x1="37.520344"
+       gradientTransform="matrix(1.6424044,0,0,0.60886345,-21.02338,-2.7357642)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2283"
+       id="radialGradient3034"
+       cx="198.30634"
+       cy="109.06019"
+       fx="143.6067"
+       fy="122.0465"
+       r="63.510036"
+       gradientTransform="matrix(0.51683436,0,0,0.6051033,-16.21178,-12.168664)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1280"
+     pagecolor="#ffffff"
+     inkscape:zoom="2.8284271"
+     inkscape:window-x="-8"
+     borderopacity="1.0"
+     inkscape:cx="49.283795"
+     inkscape:cy="71.445898"
+     inkscape:window-y="-8"
+     inkscape:window-height="971"
+     showborder="true"
+     inkscape:pageopacity="0.0"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2276" />
+  <g
+     id="g2385"
+     transform="matrix(0.55923,0,0,0.55923,-200.65337,-198.88577)">
+    <path
+       id="path2367"
+       style="fill:#000000;fill-opacity:0.08264501;fill-rule:evenodd"
+       d="m 492.32,361.86 c -31.52,0.35 -52.24,31.14 -53.67,60.24 -6.77,15.8 11.32,38.09 -4.25,48.44 -9.51,8.32 -22.81,17.12 -19.88,31.63 2.61,9.41 -2.11,16.63 -12.28,14.03 -8.56,-0.64 -17.89,2 -25.88,-1.14 5.58,-10.43 -7.18,-8.34 -4.64,1.28 4.9,8.34 16.43,4.02 24.57,5.8 5.81,0.59 23.91,-0.98 14.96,6.16 -7.21,1.23 -17.27,-2.66 -22.46,2.34 5.27,4.98 15.38,1.13 22.66,2.35 6.13,4.84 -11.75,2.35 -16.9,3.03 -5.76,0.44 -17.85,-0.6 -19.82,0.72 -3.57,-1.7 5.17,6.68 5.68,12.66 -0.44,10.6 -0.89,21.2 -1.34,31.8 -5.65,4.14 -15.25,5.58 -14.03,14.41 3.42,6.09 4.85,15.19 9.48,19.43 42.42,-0.25 84.85,-0.49 127.27,-0.74 0.74,-9.9 -10.83,-12.02 -16.83,-17.65 -3.54,-5.55 -0.77,-14.48 -1.86,-21.35 0.27,-10.76 -2.47,-22.12 3.83,-31.71 -0.47,-4.75 -13.32,-3.58 -18.62,-6.06 -12.91,-3.78 -26.47,-1.23 -39.7,-1.79 -0.53,-6.13 13.18,-1.14 18.42,-2.75 5.31,0.97 24.22,-0.15 12.25,-4.69 h -32.55 c 1.67,-11.1 -9.33,10.3 -8.91,-5.44 13.27,-4.91 1.75,-21.35 8.32,-30.26 8.63,-0.79 17.56,0.67 26.31,0.76 15.43,30.01 47.24,60.24 83.66,52.28 34.97,-8.66 46.81,-49.74 42.86,-81.66 -4.11,-39.97 -27.37,-80.47 -64.45,-98.03 -7.01,-2.88 -14.61,-4.4 -22.2,-4.09 z m -74.4,171.13 c 13.83,-2.23 -0.21,8.43 0,0 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path2371"
+       style="fill:#000000;fill-opacity:0.08264501;fill-rule:evenodd"
+       d="m 486.44,360.66 c -24.63,3.39 -42.75,25.74 -47.51,49.16 -1.23,9.89 -5.17,19.84 -2.32,29.83 1.03,9.36 5.99,20.93 -1.92,28.57 -8.74,7.81 -20.33,15.15 -21.89,27.81 -1.47,5.91 3.82,13.45 -2.41,17.71 -4.49,2.97 -10.11,-0.15 -15.14,0.88 -5.57,0.33 -11.21,0.63 -16.66,-0.78 2.64,-3.57 -1.77,-9.87 -5.65,-6.23 -6.52,4.29 -1.82,15.21 5.56,14.93 10.63,2 21.84,0.02 32.34,2.47 0.35,2.89 -6.73,1.71 -9.31,1.49 -5.5,-0.35 -11.46,0.01 -15.59,4.16 1.39,2.61 11.39,4.4 4.33,3.79 -6.18,0.07 -12.37,0.19 -18.55,0.24 2.03,6.97 8.87,12.63 6.84,20.41 -0.36,8.37 -0.71,16.74 -1.06,25.12 -6.1,3.41 -15.63,7.26 -14.03,15.94 3.78,6.67 4.62,15.77 11.06,20.5 42.98,-0.24 85.96,-0.49 128.94,-0.72 1.49,-9.98 -8.84,-14.77 -15.74,-19.26 -5.39,-5.55 -1.83,-13.99 -2.96,-20.87 0.03,-10.76 -2.05,-22.59 4.01,-32.22 -3.57,-7.48 -13.47,-4.64 -19.83,-7.68 -2.51,-0.82 -8.07,-1.38 -8.79,-1.66 2.94,-0.85 7.28,-2.86 3.06,-5.59 -6.2,-4.15 -14.11,-0.96 -21.04,-1.97 -4.26,-0.59 -11.07,1.19 -13.71,-0.91 -1.22,-4.89 -6.18,0.34 -8.53,0.72 -1.26,-4.31 5.59,-5.47 5.56,-9.92 2.14,-7.29 -1.86,-15.39 1.69,-22.39 8.09,-0.05 16.17,0.2 24.25,0.75 13.08,23.82 33.6,45.96 60.93,52.37 19.92,4.32 42.43,-3.29 53.8,-20.62 16.98,-23.31 17.8,-54.61 10.91,-81.7 -7.99,-31.72 -27.57,-61.5 -56.47,-77.66 -10.45,-5.94 -22.27,-7.92 -34.17,-6.67 z m -65,173.65 c -1.79,0.78 -1.59,-0.72 0,0 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path2375"
+       style="fill:#000000;fill-opacity:0.08264501;fill-rule:evenodd"
+       d="m 486.47,358.16 c -23.66,3.74 -42.22,23.57 -48.41,46.12 -4.01,14.58 -6.26,30.14 -2.19,44.97 1.56,7.05 0.79,15.58 -5.98,19.63 -9.2,8.35 -20.99,18.05 -19.4,31.94 1.04,4.23 1.4,11.82 -4.99,11.2 -7.38,0.32 -14.93,0.14 -22.23,0.06 -2.52,-1.67 -1.78,-7.01 -6.03,-7.29 -7.54,-2.41 -12.23,8.69 -8.03,14.26 3.51,7.44 13.24,6 19.35,6.83 -5.08,0.57 -2.71,7.07 -6.09,6.18 -4.22,0.94 -11.34,-2.38 -13.03,3.25 3.55,7.71 8.74,15.69 6.59,24.54 -0.26,6.27 -0.52,12.54 -0.78,18.81 -7.15,3.45 -16.69,10.01 -13.6,19.21 3.82,7.22 5.25,16.97 12.97,21.16 43.77,-0.24 87.53,-0.49 131.29,-0.72 2.35,-10.35 -6.86,-18.02 -14.85,-22.56 -6.56,-5.61 -2.57,-15.02 -3.75,-22.41 -0.15,-10.09 -1,-20.98 4.38,-30 -4.09,-5.23 -2.7,-3.69 1.97,-0.84 13.48,7.16 29.46,10.72 44.42,6.3 16.22,-4.13 29.8,-16.23 36.21,-31.65 12.91,-25.43 10.91,-55.83 2.31,-82.3 -10.03,-30.26 -30.81,-58.3 -60.11,-72.05 -9.34,-4.25 -19.87,-5.19 -30.02,-4.64 z m -36.25,139.15 c 8.62,15.36 20.05,29.27 34.4,39.6 -5.64,-2.34 -12.44,-1.82 -17.84,-4.35 0.33,-3.91 -1.78,-7.49 -6.05,-7.39 -9.55,-2.87 -19.83,0.77 -29.4,-1.53 -4.36,-2.37 -6.13,-1.99 -3.33,-6.76 1.58,-6.65 -0.76,-13.61 1.06,-20.22 7.05,0.22 14.11,0.43 21.16,0.65 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path2384"
+       style="fill:#000000;fill-opacity:0.08264501;fill-rule:evenodd"
+       d="m 486.25,355.75 c -25.79,4.56 -46.2,26.8 -51.36,52.07 -4.1,15.19 -4.18,31.3 -0.87,46.64 0.57,11.21 -11.54,16.03 -17.14,24.03 -6.94,7.23 -10.51,17.45 -8.22,27.35 -1.19,6.26 -8.63,2.93 -12.99,3.77 -4.17,-1 -11.13,2.56 -12.55,-2.92 -3.15,-5.76 -11.48,-6.01 -15.17,-0.7 -6.11,7.47 -0.87,20.22 8.86,21.04 5.19,-0.04 7.97,2.75 1.07,2.75 -4.76,-1.55 -12.67,1.96 -10.06,7.79 5.13,8.56 6.98,18.66 5.52,28.55 -0.49,5.14 1.11,11.93 -5.15,14.03 -6.62,3.63 -11.31,11.4 -8.61,18.99 3.86,8 6.29,19.34 15.86,22.33 44.22,-0.24 88.43,-0.49 132.65,-0.72 3.2,-11.49 -5.92,-21.63 -15.31,-26.78 -5.54,-7.68 -1.91,-17.68 -3.07,-26.41 -0.15,-7.59 0.53,-15.39 3.85,-22.31 13.94,6.75 30.09,10.23 45.25,5.67 17.03,-4.26 30.95,-17.29 37.83,-33.29 13.89,-29 10.46,-63.56 -1.34,-92.65 -11.86,-28.21 -32.86,-54.43 -61.96,-65.79 -8.69,-3.22 -17.89,-3.84 -27.09,-3.44 z M 433.44,499 c 5.25,1.46 11.67,-1.03 16.22,2.03 7.08,11.58 15.45,22.47 25.84,31.28 -4.68,0.29 -6.73,-3.07 -8.58,-6.56 -7.9,-6.2 -18.93,-3.46 -28.25,-3.85 -3.22,-0.59 -11.16,-0.24 -8.35,-5.36 1.5,-5.62 -0.89,-12.67 1.87,-17.51 0.41,0.01 0.83,-0.03 1.25,-0.03 z"
+       inkscape:connector-curvature="0" />
+  </g>
+  <rect
+     id="rect2317"
+     style="fill:url(#linearGradient2318);fill-rule:evenodd;stroke-width:1pt"
+     rx="0.075110182"
+     ry="5.8366838"
+     width="2.4151466"
+     y="89.488159"
+     x="31.487185"
+     height="11.673368" />
+  <path
+     id="path2295"
+     sodipodi:nodetypes="czzzzzzcczzzzzzcc"
+     style="fill:url(#linearGradient2296);fill-rule:evenodd;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round"
+     d="m 8.835573,82.514567 -0.8539442,3.416896 c -0.4099156,1.638543 1.4439319,3.897833 3.1311282,3.981717 l 21.916224,1.140829 c 2.078099,0.106254 4.611411,-2.192181 4.55381,-4.272517 L 37.298143,76.536399 c -0.03188,-1.157607 0.836049,-2.902404 1.992536,-2.846481 l 17.080003,0.855622 -6.548583,-18.784536 -13.3779,11.665538 c -2.430414,2.125074 -4.654472,5.318277 -4.55381,8.539442 l 0.284648,9.109857 c 0.0274,0.872398 -0.833253,1.979674 -1.707889,1.990858 l -17.647062,0.285208 c -0.894768,0.01678 -2.560154,-0.570415 -2.276625,-1.420444 l 1.138033,-3.416896 H 8.835573 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2280"
+     sodipodi:nodetypes="czzzz"
+     style="fill:url(#linearGradient2293);fill-rule:evenodd;stroke:url(#linearGradient2306);stroke-width:0.55922999pt"
+     d="M 66.900983,2.5340517 C 90.237651,-5.8146929 110.73344,17.903929 119.27288,38.397472 127.81232,59.457514 126.67149,90.95894 105.61089,101.58487 83.409452,112.21024 58.931955,91.339776 49.822099,66.862279 40.712242,42.951841 44.129137,10.312941 66.900983,2.5340517 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2281"
+     sodipodi:nodetypes="czzzz"
+     style="fill:url(#linearGradient2287);fill-rule:evenodd;stroke-width:0.90177002pt"
+     d="M 68.511565,8.8019016 C 89.560982,1.2729881 108.03795,22.661858 115.73854,41.142173 c 7.7006,18.99201 6.67721,47.395301 -12.31983,56.979944 C 83.398268,107.70172 61.32546,88.883638 53.115963,66.81083 44.900875,45.246921 47.982232,15.816883 68.511565,8.8019016 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2282"
+     sodipodi:nodetypes="czzzz"
+     style="fill:url(#radialGradient3034);fill-rule:evenodd;stroke-width:1pt"
+     d="M 61.565929,20.85219 C 52.243565,27.738548 49.195761,48.832144 57.600988,71.654321 65.967069,94.152144 97.31191,94.38702 105.7451,87.279207 114.21744,80.501339 126.87841,62.868817 108.93831,34.908995 91.076496,7.6057086 71.167908,13.930041 61.565929,20.85219 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2304"
+     sodipodi:nodetypes="czzzz"
+     style="fill:url(#linearGradient2305);fill-rule:evenodd;stroke-width:1pt"
+     d="m 102.41769,80.663516 c 13.30967,-17.330538 -4.826165,-55.706578 6.57654,-38.934711 10.603,16.772426 8.89735,43.906266 -2.37114,52.898684 C 92.933139,106.83548 72.946259,88.050944 63.953841,78.527257 54.961422,68.997978 89.108006,97.429231 102.41769,80.663516 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2315"
+     sodipodi:nodetypes="ccccc"
+     style="fill:url(#linearGradient2316);fill-rule:evenodd;stroke-width:1pt"
+     d="m 9.1470642,98.346369 5.6353608,2.818511 57.762866,0.20133 -15.697586,-3.422487 -47.6989632,0.402646 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2307"
+     sodipodi:nodetypes="cccccccccccccccc"
+     style="fill:url(#linearGradient2309);fill-rule:evenodd;stroke-width:1pt"
+     d="m 14.380338,100.56092 21.937475,0.40264 1.811346,-9.864812 2.415314,9.663492 32.401786,0.60397 -2.818519,6.63806 0.402646,23.54917 9.663494,6.64366 0.603968,3.82513 -71.8498697,0.40264 -4.6309837,-10.87143 0.6039684,-3.82513 7.245384,-4.22219 0.804732,-19.12007 -4.2261012,-6.039681 5.6353602,2.214551 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2308"
+     style="fill:url(#linearGradient2297);fill-rule:evenodd;stroke-width:1pt"
+     d="m 17.399062,130.14418 -6.842739,8.25424 -4.830628,-9.86482 6.843297,-4.62483 4.83007,6.23541 z"
+     inkscape:connector-curvature="0" />
+  <rect
+     id="rect2314"
+     style="fill-rule:evenodd;stroke-width:1pt"
+     rx="1.3082067"
+     ry="1.3082067"
+     width="42.063606"
+     y="93.917259"
+     x="17.600388"
+     height="2.6164134" />
+  <path
+     id="path2340"
+     style="fill:url(#linearGradient2341);fill-rule:evenodd;stroke-width:1pt"
+     d="m 41.853071,107.84768 -21.632694,0.57042 v 21.63101 l -6.261698,10.2451 35.86342,-0.57042 -7.969028,-31.87611 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2459"
+     sodipodi:nodetypes="ccccc"
+     style="fill:url(#linearGradient2460);fill-rule:evenodd;stroke-width:1pt"
+     d="m 16.38562,78.255236 c 0,1.519 -2.846,4.955 -5.726,4.955 -2.8799994,0 -4.7079994,-3.436 -4.7079994,-4.955 0,-1.519 1.828,-0.55 4.7079994,-0.55 2.88,0 5.726,-0.969 5.726,0.55 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2534"
+     sodipodi:nodetypes="czzzz"
+     style="fill:url(#radialGradient2286);fill-rule:evenodd;stroke-width:1pt"
+     d="m 60.92362,39.230236 c -5.4,3.989 -7.165,16.207 -2.297,29.428 4.845,13.031 23,13.17 27.89,9.052 4.9,-3.928 12.24,-14.142 1.85,-30.338 -10.348,-15.815 -21.881,-12.152 -27.443,-8.142 z"
+     inkscape:connector-curvature="0" />
+  <path
+     id="path2597"
+     sodipodi:nodetypes="ccccc"
+     style="fill:url(#linearGradient2598);fill-rule:evenodd;stroke-width:1pt"
+     d="m 78.50462,140.79423 -24.52,-0.59 -1.295,-8.98 13.914,0.67 11.901,8.9 z"
+     inkscape:connector-curvature="0" />
+  <metadata
+     id="metadata57">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2009-05-01T00:45:54</dc:date>
+        <dc:description>A Gramophone icon by Andrew Fitzsimon. Etiquette Icon set. From 0.18 OCAL database.</dc:description>
+        <dc:source>https://openclipart.org/detail/25563/gramophone-by-anonymous-25563</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Anonymous</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>etiquette</rdf:li>
+            <rdf:li>gramophone</rdf:li>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>music</rdf:li>
+            <rdf:li>sound</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/art.svg
===================================================================
--- /trunk/resources/images/presets/shop/art.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/art.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="695.06635"
+   height="695.06635"
+   id="svg3034"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="New document 2">
+  <defs
+     id="defs3036">
+    <filter
+       id="filter4280"
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur4282"
+         stdDeviation="2.9027502"
+         inkscape:collect="always" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="913.96173"
+     inkscape:cy="7.5331587"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3039">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(538.96173,155.17098)">
+    <g
+       id="g37657"
+       transform="matrix(2.2848,0,0,2.2848,-991.38274,-142.16064)">
+      <rect
+         id="rect3481"
+         style="fill:#000000;fill-opacity:0.99607999;filter:url(#filter4280)"
+         height="290.28"
+         width="290.28"
+         y="1.2723"
+         x="204.98" />
+      <rect
+         id="rect3502"
+         style="fill:#a05a2c;fill-opacity:0.99607999"
+         height="290.28"
+         width="290.28"
+         y="-2.7277"
+         x="200.98" />
+      <rect
+         id="rect3484"
+         style="fill:#784421;fill-opacity:0.99607999"
+         height="280.04999"
+         width="280.04999"
+         y="2.3828001"
+         x="206.09" />
+      <rect
+         id="rect3486"
+         style="fill:#c87137;fill-opacity:0.99607999"
+         height="255.52"
+         width="255.52"
+         y="14.648"
+         x="218.36" />
+      <rect
+         id="rect3488"
+         style="fill:#784421;fill-opacity:0.99607999"
+         height="235.08"
+         width="235.08"
+         y="24.868999"
+         x="228.58" />
+      <rect
+         id="rect3490"
+         style="fill:#ffffff;fill-opacity:0.99607999"
+         height="204.42"
+         width="204.42"
+         y="40.200001"
+         x="243.91" />
+      <path
+         inkscape:connector-curvature="0"
+         id="rect3492"
+         style="fill:#2b1100;fill-opacity:0.99607999"
+         d="M 486.64,282.98 V 1.71 H 205.37 l 4.9462,4.9461 h 271.38 v 271.38 l 4.9461,4.9461 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3500"
+         style="fill:#d38d5f;fill-opacity:0.99607999"
+         d="m 205.37,1.7121 v 281.27 h 281.27 l -4.9462,-4.9461 h -271.38 V 6.656 l -4.9461,-4.9461 z" />
+      <g
+         id="g4291"
+         transform="matrix(0.90578,0,0,0.90578,-1237.3,-654.51)">
+        <path
+           inkscape:connector-curvature="0"
+           id="path4287"
+           style="fill:#2b1100;fill-opacity:0.99607999"
+           d="M 1888.9,1020.4 V 739.13 h -281.27 l 4.9462,4.9461 h 271.38 v 271.38 l 4.9461,4.9461 z" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4289"
+           style="fill:#d38d5f;fill-opacity:0.99607999"
+           d="m 1607.7,739.11 v 281.27 h 281.27 l -4.9462,-4.9461 h -271.38 v -271.38 l -4.9461,-4.9461 z" />
+      </g>
+      <g
+         id="g4295"
+         transform="matrix(0.83468,0,0,0.83468,-1113,-591.95)">
+        <path
+           inkscape:connector-curvature="0"
+           id="path4297"
+           style="fill:#2b1100;fill-opacity:0.99607999"
+           d="M 1888.9,1020.4 V 739.13 h -281.27 l 4.9462,4.9461 h 271.38 v 271.38 l 4.9461,4.9461 z" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4299"
+           style="fill:#d38d5f;fill-opacity:0.99607999"
+           d="m 1607.7,739.11 v 281.27 h 281.27 l -4.9462,-4.9461 h -271.38 v -271.38 l -4.9461,-4.9461 z" />
+      </g>
+      <g
+         id="g4301"
+         transform="matrix(0.72802,0,0,0.72802,-926.53,-498.12)">
+        <path
+           inkscape:connector-curvature="0"
+           id="path4303"
+           style="fill:#2b1100;fill-opacity:0.99607999"
+           d="M 1888.9,1020.4 V 739.13 h -281.27 l 4.9462,4.9461 h 271.38 v 271.38 l 4.9461,4.9461 z" />
+        <path
+           inkscape:connector-curvature="0"
+           id="path4305"
+           style="fill:#d38d5f;fill-opacity:0.99607999"
+           d="m 1607.7,739.11 v 281.27 h 281.27 l -4.9462,-4.9461 h -271.38 v -271.38 l -4.9461,-4.9461 z" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/bag.svg
===================================================================
--- /trunk/resources/images/presets/shop/bag.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/bag.svg	(revision 16006)
@@ -0,0 +1,202 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="410.14688"
+   height="357.28976"
+   id="svg3038"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="TheresaKnott_handbag5höher.svg">
+  <defs
+     id="defs3040">
+    <radialGradient
+       id="path7801_1_"
+       gradientUnits="userSpaceOnUse"
+       cy="230.88"
+       cx="271.73001"
+       gradientTransform="matrix(0.87531853,-0.19539677,-0.97380937,-1.5228783,418.86746,833.05644)"
+       r="37.351002">
+      <stop
+         style="stop-color:#FFFFFF"
+         offset="0"
+         id="stop24" />
+      <stop
+         style="stop-color:#FFFFFF"
+         offset="1"
+         id="stop26" />
+      <a:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="1" />
+    </radialGradient>
+    <linearGradient
+       id="path6918_1_"
+       y2="103.45"
+       gradientUnits="userSpaceOnUse"
+       x2="309.17999"
+       gradientTransform="matrix(1.0157055,0,0,-0.87390907,-2.5183149,521.09501)"
+       y1="112.37"
+       x1="287">
+      <stop
+         style="stop-color:#FFFFFE"
+         offset="0"
+         id="stop18" />
+      <stop
+         style="stop-color:#FFFFFE"
+         offset="1"
+         id="stop20" />
+      <a:midPointStop
+         style="stop-color:#FFFFFE"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#FFFFFE"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#FFFFFE"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="path5115_1_"
+       gradientUnits="userSpaceOnUse"
+       cy="-73.265999"
+       cx="-613.88"
+       gradientTransform="matrix(0.2223793,0.05343814,0.34616778,-1.5802266,359.91295,542.83956)"
+       r="67.028">
+      <stop
+         style="stop-color:#FFFFFF"
+         offset="0"
+         id="stop12" />
+      <stop
+         style="stop-color:#FFFFFF"
+         offset="1"
+         id="stop14" />
+      <a:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="0.5" />
+      <a:midPointStop
+         style="stop-color:#FFFFFF"
+         offset="1" />
+    </radialGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="250.2755"
+     inkscape:cy="72.991791"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3043">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-166.35513,-355.03125)">
+    <path
+       style="fill:#ff1e17"
+       inkscape:connector-curvature="0"
+       id="path2393"
+       d="m 240.28409,710.10528 c -0.35797,-0.3139 -13.21577,-0.87109 -28.57335,-1.23929 -25.50262,-0.60933 -28.42935,-0.88629 -33.76285,-3.19326 -7.39432,-3.19543 -10.681,-8.5034 -11.49993,-18.56758 -0.65594,-8.05482 2.24279,-27.71941 6.21842,-42.17594 3.32769,-12.10396 9.22014,-38.72202 14.86861,-67.17674 2.56777,-12.93051 5.50649,-26.7875 6.53039,-30.78884 1.02392,-4.00352 3.91564,-17.22619 6.42441,-29.38554 2.50976,-12.15827 5.20652,-23.14132 5.99345,-24.4056 0.78592,-1.26317 3.00371,-2.81418 4.92853,-3.44632 4.05263,-1.32943 8.26123,-0.89172 34.36681,3.57558 10.53702,1.80191 20.06613,3.27797 21.17602,3.27797 2.65476,0 3.60967,-2.38625 7.6203,-19.04114 13.07578,-54.29836 20.82706,-80.63728 26.88849,-91.36835 8.09725,-14.33272 19.98614,-23.66159 36.11165,-28.33633 6.16841,-1.78779 11.28994,-2.32543 22.17093,-2.32543 15.90952,0 24.85969,1.98981 34.37879,7.64208 5.69048,3.37899 9.17515,5.22869 16.86744,11.03737 3.85763,2.91195 9.49212,8.38827 14.45566,12.91096 7.82626,7.12725 16.77743,22.44402 25.00967,42.78744 18.80424,46.46728 26.39754,63.16671 29.47725,64.83936 1.37587,0.74618 5.82646,0.28565 14.22068,-1.4728 18.04831,-3.77978 35.92765,-6.5136 37.41852,-5.71963 2.44877,1.3012 3.94263,6.63741 9.16715,32.76671 2.87173,14.3566 12.05687,54.56881 20.4101,89.36008 13.18576,54.90226 15.21158,64.76333 15.33956,74.64612 0.15999,12.57208 -1.31887,15.75339 -9.10015,19.57335 -5.77446,2.83375 -72.24228,4.45535 -197.6416,4.81812 -58.68254,0.16944 -111.66961,0.68427 -117.75904,1.14371 -6.08944,0.45944 -11.33895,0.56479 -11.69891,0.24982 z M 444.89505,500.11077 c 3.44967,-1.19585 3.57766,-1.53472 3.57766,-9.50591 0,-11.33931 -4.62357,-37.52834 -8.48621,-48.06826 -4.23261,-11.55002 -12.18187,-27.54996 -21.66898,-43.61507 -5.76547,-9.76224 -9.27914,-14.28384 -13.72573,-17.65088 -7.5203,-5.69681 -19.58217,-10.82014 -29.42926,-12.50148 -20.83705,-3.55711 -48.47449,8.40889 -59.0855,25.58404 -8.73118,14.13287 -22.08294,53.46638 -25.17665,74.17366 -0.78793,5.2667 -2.2508,13.40516 -3.2527,18.08534 -2.36479,11.0428 -2.29778,13.06084 0.45496,13.70601 1.25188,0.29326 20.08112,0.57348 41.8401,0.62236 21.75997,0.05 39.91129,0.40512 40.33724,0.78854 1.34988,1.21647 70.77342,-0.2824 74.62307,-1.61835 z"
+       sodipodi:nodetypes="cssssssssssssssssssssssssssssccsssssssssssc" />
+    <path
+       style="opacity:0.17300002;stroke:#000000;stroke-width:0.9421919"
+       inkscape:connector-curvature="0"
+       id="path8684"
+       enable-background="new    "
+       d="m 277.35064,497.78642 7.66529,1.05573 c 0,0 6.13142,-49.8593 17.78234,-78.35204 7.14533,-17.47601 14.10269,-31.92059 26.05957,-39.57137 11.95689,-7.64969 22.68689,-11.07972 25.14067,-11.60759 2.45277,-0.52786 -5.82546,-5.54041 -11.65092,-3.95681 -5.82446,1.58251 -26.97949,13.71795 -29.12529,18.20263 -2.1468,4.48468 -20.54109,65.95266 -22.68789,72.81164 -2.13981,6.86441 -13.17877,41.94676 -13.17877,41.41456 z"
+       sodipodi:nodetypes="ccssssssc" />
+    <path
+       style="opacity:0.5405;fill:#b90000"
+       inkscape:connector-curvature="0"
+       id="path2391"
+       d="m 221.51583,712.321 c -15.46256,-4.92782 -36.60159,4.66715 -48.13752,-8.44801 -7.97125,-14.98331 21.79498,-23.73109 16.93343,-40.14268 -0.92992,-26.95693 4.59057,-53.92147 9.54111,-80.51889 5.65847,-27.22738 12.57783,-54.37657 13.89171,-82.10684 23.07385,-2.29284 37.5955,18.55021 50.32232,31.60454 9.15014,18.61319 -10.02708,35.95018 -4.39159,54.7339 2.22779,17.71388 -15.51257,40.72377 7.24932,52.86357 13.37775,8.56097 30.76314,12.95114 46.84764,7.68445 15.61254,-4.27723 31.38108,-9.11707 48.04553,-8.21666 21.70997,1.72914 41.8141,-5.33403 56.34875,-19.06503 13.22777,-10.32812 36.22662,-11.1286 42.08908,-27.64338 3.07671,-8.47298 -0.14898,-14.75522 11.13396,-17.67042 8.44022,-14.00906 11.69092,-29.56585 15.0586,-44.9847 5.20652,-16.03471 24.11376,-29.37361 43.19799,-30.59008 11.7709,10.25534 5.91644,30.01442 12.23085,43.9105 9.66511,45.0553 21.93896,89.66638 31.2311,134.7901 -9.42012,12.11048 -5.4085,21.58272 2.45177,14.40441 -0.75093,17.61177 -23.66779,17.58245 -38.90138,17.1708 -104.99023,1.96592 -210.10044,0.81461 -315.12067,2.21573 z m -13.31876,-7.01647 c 29.14329,-1.85839 58.37257,3.41591 87.44986,-0.13903 48.79746,-0.42142 97.73791,2.00611 146.40637,-1.64985 8.25024,2.33087 29.30828,-4.2164 9.82409,-5.17545 -37.38052,0.15531 -74.89603,-5.46439 -112.06956,0.01 -20.79308,0.7679 -41.46014,-1.90944 -62.34421,-1.36963 -22.93386,-2.1864 -45.66775,0.47465 -67.85068,5.54909 -8.04925,-0.6343 -33.62487,7.05341 -11.91989,4.0839 3.50967,-0.35843 7.01935,-0.78202 10.49902,-1.31423 z m 302.15188,-3.4322 c -4.47958,-7.124 -34.97975,-4.92674 -26.10957,-0.81244 8.67919,0.48876 17.40838,1.87903 26.10757,0.8146 z"
+       enable-background="new    " />
+    <path
+       style="opacity:0.23239997;fill:#ffffff"
+       inkscape:connector-curvature="0"
+       id="path3329"
+       d="m 284.39998,505.96507 c 7.98625,2.56546 16.84843,2.54808 25.22665,3.67441 22.82788,-0.77442 45.69475,-0.46704 68.54262,-0.6039 10.59602,0.0435 58.59755,1.61184 72.67124,1.34791 7.99526,-1.28925 21.75397,-4.97453 21.59199,6.11932 0.092,6.87418 -6.09443,12.24841 -7.80228,18.82825 -4.10961,6.7721 -9.6021,14.05684 -18.41328,16.62773 -4.94654,5.20045 -5.15352,12.80127 -11.54192,17.2425 -6.5794,4.97235 -8.04725,12.51016 -9.07916,19.58312 -3.13971,10.93852 -16.48547,15.9087 -23.85878,24.44251 -6.23342,6.98498 -81.86838,22.6493 -93.19632,18.55889 -5.83046,-3.71786 8.13824,-20.23589 0.049,-20.71054 -34.23382,5.36446 -13.66373,-9.32125 -20.91006,-13.55395 -8.77218,-6.90459 11.8139,-25.93161 7.13034,-34.45999 -4.41459,-9.88932 -7.12234,-20.29781 -12.74581,-29.79937 -2.27479,-6.08564 -7.92627,-12.46238 -5.67047,-19.01724 1.87982,-3.21498 5.40949,-5.43071 7.98925,-8.24381 z"
+       sodipodi:nodetypes="ccccccccccccccccc"
+       enable-background="new    " />
+    <path
+       style="opacity:0.8595;fill-opacity:0.40859997"
+       inkscape:connector-curvature="0"
+       id="path5111"
+       d="m 524.8476,491.96471 c -18.06532,1.80734 -35.75167,9.83935 -54.08097,6.01831 -16.48546,0.38123 -31.0881,9.04537 -47.81554,7.96467 -39.7843,1.57924 -79.64159,-0.79506 -119.3989,-0.98405 -24.78569,-3.08246 -49.67637,-4.33696 -74.0461,-9.66883 -6.70738,-0.93516 -18.63026,-4.27721 -21.45,3.52671 -5.60249,30.06004 -13.09379,59.89198 -19.01424,89.93139 -5.93244,29.80153 -14.19068,59.32937 -18.59826,89.3112 -1.39588,9.08449 -0.32597,22.07039 12.19886,24.63151 13.02679,3.16502 26.90349,0.14337 40.13226,2.21572 48.20752,1.35551 96.41303,-1.54231 144.63654,-0.76572 64.90196,-0.416 130.0379,0.54633 194.73188,-4.07303 10.89798,-3.5897 7.80427,-15.7056 6.71338,-23.38027 -8.08126,-48.41148 -22.98487,-95.77266 -32.17002,-144.04403 -2.97471,-13.68212 -5.88145,-27.37944 -9.43011,-40.96272 l -1.29088,0.15097 -1.1199,0.13034 z m -5.04953,12.63182 c 9.07215,44.58392 20.10513,88.85176 30.58316,133.20434 3.67066,16.61469 7.41631,33.29999 9.34512,50.02439 0.29498,5.47416 -8.77318,2.43622 -12.59983,3.7939 -89.54565,5.60013 -179.4033,1.55969 -269.06495,4.26744 -26.94749,0.85045 -53.88598,-0.6821 -80.79448,-0.9243 -6.26642,0.3291 -16.24449,0.0597 -16.50847,-7.17288 -1.39786,-12.65789 3.59467,-25.14852 5.4265,-37.68257 10.23005,-48.29201 21.41401,-96.56446 30.96612,-144.88036 -1.29688,-6.18123 6.90035,-0.69404 10.23705,-1.09917 36.09364,6.1204 72.62724,10.188 109.46981,10.1337 31.73905,0.83958 63.64607,1.41197 95.31512,0.2031 15.28159,-1.37505 29.41227,-9.61235 45.05181,-6.78729 14.30867,0.60389 28.05439,-3.34858 41.8421,-6.01831 0.22998,0.96667 0.46996,1.94419 0.70994,2.92171 z"
+       enable-background="new    " />
+    <path
+       style="opacity:0.8595;fill:#ffffff"
+       inkscape:connector-curvature="0"
+       id="path4223"
+       d="m 525.21756,494.18044 c -16.0995,1.79322 -31.84703,7.84628 -48.1835,7.13703 -11.58893,-4.61176 -35.85067,7.14572 -44.76784,6.36804 -41.9361,2.76206 -84.08217,-0.65168 -126.08827,-0.17486 -9.09015,-0.97319 -33.08392,-3.98071 -41.31216,-4.26854 -14.27966,-1.38157 -28.35035,-4.7334 -42.49204,-6.78838 -4.70756,-0.55393 -11.98488,-1.40764 -11.91389,4.23378 -3.2127,18.85215 -8.5712,37.72276 -12.11687,56.68027 -7.77928,38.04643 -16.64745,75.96904 -24.60071,113.95792 -0.59894,8.78362 -3.59467,19.87311 3.98463,26.90588 11.61792,6.6461 26.7895,1.90292 39.84829,4.23269 42.87401,2.0061 85.78802,-1.17955 128.69802,-0.45401 71.05938,-0.43011 142.47674,0.4703 213.27015,-3.74501 9.77709,-0.93843 8.17124,-11.9519 7.19733,-17.9474 -6.12943,-41.7317 -19.19921,-82.51631 -27.56843,-123.96127 -4.57957,-20.72357 -8.74919,-41.63179 -13.93871,-62.17071 z m -4.10961,4.82246 c 1.67385,6.91221 3.2707,13.84396 4.79656,20.78223 9.69109,51.11379 24.81068,101.33261 34.2778,152.47247 -0.19998,6.67542 5.00354,14.61838 0.20198,20.64211 -62.58217,5.09183 -126.08826,3.73307 -189.0724,4.26854 -54.44193,-0.93192 -108.99985,2.94887 -163.3348,0 -8.88117,-0.69622 -19.96814,1.98654 -27.32445,-3.28775 -6.4604,-9.66449 -0.50896,-21.46541 0.32497,-31.83914 10.84399,-50.73691 22.15294,-101.41842 32.77295,-152.19008 1.76283,-2.96517 -0.98891,-11.14163 5.4085,-9.62212 26.61452,5.46111 53.99896,8.11782 81.15944,10.8462 40.12127,0.90041 80.35252,2.6567 120.51878,1.40004 17.00642,1.47823 32.10702,-6.45494 48.51149,-7.94186 17.02941,3.16935 34.08982,-2.25918 50.54229,-5.31775 l 1.20989,-0.20637 z"
+       enable-background="new    " />
+    <path
+       style="opacity:0.83780003;fill:url(#path5115_1_)"
+       inkscape:connector-curvature="0"
+       id="path5115"
+       d="m 206.53723,474.3475 c 0.043,7.70291 2.90373,24.10147 2.92972,37.47404 0.029,14.69875 0.032,27.82367 -2.41677,43.35115 -2.1688,13.75163 -5.86846,18.52957 -7.79828,30.7682 -1.81283,11.49789 -6.48239,22.43207 -8.5032,35.24311 -1.81883,11.53373 -8.22324,25.10289 -11.36294,34.68591 -3.83965,11.72272 -0.64894,24.14925 1.12989,30.20449 5.27051,17.93545 16.37448,-5.93793 23.88978,-20.70945 5.3375,-10.49103 6.3874,-21.47518 6.3694,-31.04734 -0.02,-10.21841 8.84218,-44.92279 8.82118,-55.93952 -0.027,-14.07096 -4.10461,-67.97831 -5.50549,-77.18553 -1.90982,-12.58837 1.66985,-14.57601 -7.54929,-26.86027 z"
+       sodipodi:nodetypes="cssssssssssc"
+       enable-background="new    " />
+    <path
+       style="fill:url(#path6918_1_)"
+       inkscape:connector-curvature="0"
+       id="path6918"
+       d="m 339.9748,360.06374 c 0,0 -23.40181,12.34183 -29.44125,18.83803 -6.03944,6.49621 -18.87325,42.22265 -20.76007,47.41875 -1.88782,5.1961 -8.30523,42.87215 -11.32395,50.34264 -3.01971,7.46938 -6.41739,14.29035 -7.54929,19.48645 -0.62994,2.89131 7.17133,0 7.17133,0 0,0 9.81309,-37.35022 10.94598,-45.14545 1.13189,-7.79523 12.83381,-41.24838 16.23049,-50.99106 3.39768,-9.74378 10.56901,-25.0084 18.49628,-28.25705 7.90926,-3.2367 16.58845,-11.36103 16.21849,-11.68687 z"
+       sodipodi:nodetypes="csssscsssc" />
+    <path
+       style="fill:url(#path7801_1_)"
+       inkscape:connector-curvature="0"
+       id="path7801"
+       d="m 380.29106,367.61242 c 0,0 16.90942,8.20797 22.97986,12.31142 6.07044,4.10343 19.74716,25.11809 24.7147,34.32313 5.63747,10.44651 20.3781,50.36654 20.81006,63.79667 0.43496,13.43122 4.44559,19.86661 5.63747,17.16212 1.19289,-2.70449 -0.86691,-20.51939 -3.03471,-27.60754 -2.1678,-7.08924 -21.43701,-59.08825 -29.48326,-70.51227 -17.34839,-24.62282 -42.05609,-30.5966 -41.62612,-29.47787 z"
+       sodipodi:nodetypes="cssssssc" />
+    <path
+       style="opacity:0.24320003;stroke:#000000;stroke-width:0.9421919"
+       inkscape:connector-curvature="0"
+       id="path9559"
+       enable-background="new    "
+       d="m 358.18311,355.67573 c 0,0 25.58062,2.98472 28.61634,4.10344 3.03472,1.11982 37.72049,27.23499 40.75721,30.96589 3.03371,3.73089 35.98665,75.36298 40.7572,89.16675 4.76856,13.80376 -3.03471,17.90829 -3.03471,17.90829 l -8.6722,-0.37255 c 0,0 -5.63648,-38.05513 -7.80627,-44.3971 -2.1668,-6.34198 -22.97886,-60.06685 -30.78313,-66.78138 -7.80628,-6.71561 -36.85458,-23.87772 -45.09281,-24.99645 -8.23923,-1.12958 -13.87871,-5.2352 -14.73863,-5.60449 z"
+       sodipodi:nodetypes="csssccsssc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/beauty.svg
===================================================================
--- /trunk/resources/images/presets/shop/beauty.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/beauty.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4149"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="shop__beauty10.svg">
+  <defs
+     id="defs4151" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="8.9789706"
+     inkscape:cy="9.4003253"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="false"
+     inkscape:snap-page="true"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4697" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4154">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#cccccc;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.295261,1046.0461 c 0.4758102,-2.617 3.9820475,-3.2654 6.704739,-3.2918 2.722692,-0.026 4,0 7.490264,3.2389 l -6.8728131,2.4055 z"
+       id="path4180"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#7f2aff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 8.2421875,2.7324219 7.65625,5.4082031 6.4726562,5.4785151 5.0429688,3.1328125 5.4082031,5.7949219 4.3671875,6.3222656 2.7773438,3.90625 3.40625,6.921875 2.6425781,7.4609375 0.84302229,5.1284462 1.5429688,8.3222656 c 0,0 -1.04882818,0.6350453 -1.04882818,1.4941406 0,0.8590958 0.85156248,1.2246098 0.85156248,1.2246098 L 0.53320312,14.134766 2.375,11.615234 3.3066406,12.103519 2.5996094,15.091797 4.28125,12.541016 5.4082031,12.9375 l -0.3652343,2.662109 1.46875,-2.410156 1.1230468,0.0293 L 8.2421875,16 8.7558594,13.078125 9.828125,12.835938 l 1.365234,2.732421 -0.316406,-3.044921 1.007813,-0.333985 1.52539,2.947266 -0.404297,-3.351563 1.009766,-0.378906 1.595703,2.884766 -0.607422,-3.273438 c 0,0 0.996094,-0.339191 0.996094,-1.2167968 0,-0.8415147 -1.103516,-1.5 -1.103516,-1.5 L 15.655522,4.8391538 13.90625,7.5234375 13.005859,6.9550781 13.542739,3.7724798 11.958984,6.4023438 10.900391,5.9804688 11.193359,3.1640625 9.9238281,5.7050781 8.7265625,5.4902344 Z M 7.2871094,7.3925781 c 2.258149,-0.1888014 6.0175786,2.1445313 6.0175786,2.1445313 0,0 -3.9387404,1.7891436 -6.0253911,1.7128906 C 5.7728828,11.194951 3.03125,9.6992188 3.03125,9.6992188 c 0,0 1.9977104,-2.1178393 4.2558594,-2.3066407 z"
+       transform="translate(0,1036.3622)"
+       id="path4151"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccczcccccccccccccccccccccsccccccccccczcacz" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#784421;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.0137856,1040.3622 c 2.1448529,0 4.3896429,-3 6.5344961,-3 3.7258593,0 5.3068623,1 7.4517183,1"
+       id="path4150"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csc" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1"
+       id="path4146"
+       cx="7.5187278"
+       cy="1045.6886"
+       r="1.9343969" />
+    <circle
+       r="0.96719843"
+       cy="1045.6886"
+       cx="7.5187278"
+       id="circle4148"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/bed.svg
===================================================================
--- /trunk/resources/images/presets/shop/bed.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/bed.svg	(revision 16006)
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="418.47101"
+   height="243.89426"
+   id="svg2997"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="Neues Dokument 2">
+  <defs
+     id="defs2999" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="199.27301"
+     inkscape:cy="133.22119"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3002">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(512.09264,469.58494)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1894"
+       d="m -469.39064,-446.50069 c 0,-30.779 -42.702,-30.779 -42.702,0 v 220.81 h 43.651 v -63.74 h 332.12 v 63.261 h 42.699997 v -190.63 c 0,-32.482 -43.173997,-32.482 -43.173997,0 v 76.088 h -332.59 z"
+       style="fill:#ac39ac;fill-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path3033"
+       d="m -447.41564,-418.07569 51.253,54.701"
+       style="fill:none;stroke:#ac39ac;stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path3815"
+       d="m -352.61264,-364.79469 h 193.48"
+       style="fill:none;stroke:#ac39ac;stroke-width:40;stroke-linecap:round;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/beverages.svg
===================================================================
--- /trunk/resources/images/presets/shop/beverages.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/beverages.svg	(revision 16006)
@@ -0,0 +1,377 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="160"
+   id="Layer_1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="01.svg"
+   sodipodi:version="0.32"
+   space="preserve"
+   style="overflow:visible"
+   version="1.1"
+   viewBox="0 0 160 160"
+   width="160"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\classic.small\shopping\beverages.png"
+   inkscape:export-xdpi="3.681999"
+   inkscape:export-ydpi="3.681999">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>beverage</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Architetto Francesco Rollandin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Architetto Francesco Rollandin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs148">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 203.987 : 1"
+       inkscape:vp_y="0 : 999.99999 : 0"
+       inkscape:vp_z="398.15602 : 203.987 : 1"
+       inkscape:persp3d-origin="199.078 : 135.99133 : 1"
+       id="perspective79" />
+    <inkscape:perspective
+       id="perspective2558"
+       inkscape:persp3d-origin="50.508 : 105.20366 : 1"
+       inkscape:vp_z="101.016 : 157.8055 : 1"
+       inkscape:vp_y="0 : 999.99999 : 0"
+       inkscape:vp_x="0 : 157.8055 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="Layer_1"
+     inkscape:cx="119.68028"
+     inkscape:cy="210.07237"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="960"
+     inkscape:window-width="1400"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:zoom="0.88240918"
+     pagecolor="#ffffff"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid852" />
+  </sodipodi:namedview>
+  <g
+     id="g2561"
+     i:rgbTrio="#4F008000FFFF"
+     i:layer="yes"
+     i:dimmedPercent="50"
+     transform="matrix(0.51663058,0,0,0.50688758,0.02953949,0.01969021)">
+    <g
+       id="g2531">
+      <path
+         id="path2533"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 46.854,0.018 c -1.476,-0.144 -4.104,0.108 -7.74,0.9 -3.78,0.72 -8.424,1.908 -14.328,3.564 -1.224,1.332 -1.764,3.672 -1.476,7.164 0.252,3.42 1.188,7.848 2.952,13.428 0.936,10.368 1.188,19.332 0.612,27.432 -0.612,8.028 -1.728,14.796 -4.176,20.592 -2.628,5.688 -7.704,9.432 -11.052,13.716 -3.384,4.14 -7.2,7.416 -8.928,11.34 -1.764,3.924 -2.268,7.776 -1.512,11.952 l 2.7,4.464 v 8.64 l -2.7,2.088 c -1.008,2.448 -1.404,15.048 -1.188,38.231 0.18,23.293 0.972,56.197 2.376,100.225 l 1.8,3.6 v 6.553 l -1.8,1.188 v 17.82 c -0.612,4.248 -0.108,7.633 1.512,10.729 1.584,2.916 4.176,5.398 8.064,7.164 3.816,1.619 9.108,2.195 14.904,2.988 5.76,0.756 12.096,1.402 19.404,1.799 h 8.496 c 7.2,-0.396 13.607,-1.043 19.368,-1.799 5.688,-0.793 10.979,-1.369 14.903,-2.988 3.816,-1.766 6.372,-4.248 8.064,-7.164 1.548,-3.096 2.052,-6.48 1.512,-10.729 v -17.82 l -1.8,-1.188 v -6.553 l 1.8,-3.6 c 1.368,-44.027 2.16,-76.932 2.376,-100.225 0.18,-23.183 -0.216,-35.783 -1.188,-38.231 l -2.7,-2.088 v -8.64 l 2.7,-4.464 c 0.72,-4.176 0.216,-8.028 -1.513,-11.952 -1.8,-3.924 -5.651,-7.2 -8.928,-11.34 C 85.948,82.53 80.836,78.786 78.316,73.098 75.759,67.302 74.644,60.534 74.14,52.506 73.528,44.406 73.78,35.442 74.751,25.074 76.48,19.494 77.415,15.066 77.703,11.646 77.955,8.154 77.415,5.814 76.227,4.482 70.287,2.826 65.643,1.638 61.899,0.918 c -3.672,-0.792 -6.3,-1.044 -7.74,-0.9 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2535"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="M 48.114,8.01 C 46.242,7.938 43.398,8.334 39.438,9.342 35.406,10.314 30.618,11.754 24.534,13.806 24.246,12.654 24.102,11.43 24.246,10.134 24.318,8.802 24.534,7.398 25.038,5.922 32.13,4.194 37.278,2.97 41.022,2.25 c 3.528,-0.756 3.6,-0.684 5.76,-0.756 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.072 2.16,0 5.76,0.756 3.564,0.72 8.929,1.944 15.948,3.672 0.468,1.476 0.685,2.88 0.792,4.212 0.072,1.296 0.036,2.52 -0.252,3.672 C 69.822,11.754 65.07,10.314 61.183,9.342 57.294,8.334 54.811,7.938 53.334,8.01 Z"
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2537"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 48.114,19.566 c -2.376,0.18 -5.22,0.612 -8.676,1.296 -3.492,0.576 -7.452,1.584 -12.024,2.628 -0.18,-0.792 -0.396,-1.62 -0.792,-2.628 -0.396,-1.044 -0.972,-2.124 -1.584,-3.384 7.092,-1.728 12.24,-2.952 15.984,-3.672 3.528,-0.72 3.6,-0.756 5.76,-0.792 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.036 2.16,0.072 5.76,0.792 3.564,0.72 8.929,1.944 15.948,3.672 -0.468,1.44 -1.116,2.736 -1.548,3.888 -0.612,1.116 -1.008,2.088 -1.584,2.916 -4.356,-1.476 -8.064,-2.664 -11.268,-3.42 -3.168,-0.828 -5.832,-1.26 -7.849,-1.296 z"
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2539"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 48.87,33.174 c -4.356,0.072 -8.064,-0.108 -11.52,-0.54 -3.456,-0.504 -6.372,-1.152 -8.892,-2.088 -0.72,-1.512 -1.08,-2.592 -0.792,-3.384 0.144,-0.828 0.936,-1.224 2.088,-1.332 1.944,0.936 4.572,1.584 7.884,2.088 3.24,0.432 7.164,0.612 11.772,0.54 h 2.088 c 4.536,0.072 8.46,-0.108 11.772,-0.54 3.239,-0.504 5.868,-1.152 7.884,-2.088 1.116,0.108 1.908,0.504 2.088,1.332 0.252,0.792 -0.108,1.872 -0.792,3.384 -2.556,0.936 -5.472,1.584 -8.892,2.088 -3.492,0.432 -7.2,0.612 -11.521,0.54 z"
+         style="clip-rule:evenodd;fill:#cbc6d0;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2541"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 46.278,308.861 c -9,-0.863 -15.948,-1.512 -21.24,-2.34 -5.364,-0.863 -7.236,-1.188 -10.188,-2.375 -3.06,-1.369 -5.508,-3.348 -7.344,-4.969 -1.872,-1.619 -2.88,-3.061 -3.42,-4.463 l 0.54,-18.072 2.088,-1.045 v -7.596 L 4.626,263.573 C 3.942,241.936 3.546,220.264 3.294,197.585 2.97,174.833 2.934,152.153 3.042,128.429 l 3.132,-2.628 0.54,-10.729 -3.132,-5.508 c -0.468,-2.16 -0.252,-4.644 0.792,-7.596 1.008,-2.916 1.908,-5.724 5.22,-9.936 3.24,-4.428 11.016,-10.908 14.148,-15.984 3.024,-5.184 2.988,-10.26 3.924,-14.652 0.864,-4.464 1.116,-8.172 1.044,-11.556 1.332,0.54 4.68,0.9 10.224,1.08 l 12.06,0.432 c 5.544,0.18 5.148,-0.288 10.729,-0.432 5.508,-0.18 8.892,-0.54 10.224,-1.08 -0.108,3.384 0.144,7.092 1.044,11.556 0.864,4.392 0.828,9.468 3.924,14.652 3.024,5.076 10.8,11.556 14.148,15.984 3.239,4.212 4.104,7.02 5.22,9.936 1.008,2.952 1.224,5.436 0.792,7.596 l -3.132,5.508 0.504,10.728 3.168,2.628 c 0,23.724 0,46.404 -0.288,69.156 -0.288,22.68 -0.72,44.352 -1.296,65.988 L 93.943,268 v 7.596 l 2.088,1.045 0.54,18.072 c -0.576,1.402 -1.584,2.844 -3.42,4.463 -1.944,1.621 -4.393,3.6 -7.344,4.969 -2.988,1.188 -5.005,1.512 -10.225,2.375 -5.364,0.828 -12.204,1.477 -21.204,2.34 h -8.1 z"
+         style="clip-rule:evenodd;fill:#f1c810;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2543"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="M 44.694,129.258 C 38.538,129.222 32.562,128.826 26.622,128.214 20.646,127.566 14.85,126.558 9.09,125.334 V 115.11 c 6.588,0.972 12.996,1.8 19.368,2.34 6.372,0.504 12.42,0.72 18.576,0.792 h 7.344 c 6.084,-0.072 12.24,-0.288 18.612,-0.792 6.336,-0.54 12.744,-1.368 19.368,-2.34 v 10.224 c -5.796,1.224 -11.592,2.232 -17.532,2.88 -5.976,0.612 -11.952,1.008 -18.072,1.044 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2545"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="M 44.694,281.07 C 38.538,281.033 32.562,280.638 26.622,280.025 20.646,279.379 14.85,278.369 9.09,277.146 v -10.189 c 6.588,0.973 12.996,1.801 19.368,2.342 6.372,0.504 12.42,0.719 18.576,0.791 h 7.344 c 6.084,-0.072 12.24,-0.287 18.612,-0.791 6.336,-0.541 12.744,-1.369 19.368,-2.342 v 10.189 c -5.796,1.223 -11.592,2.232 -17.532,2.879 -5.976,0.613 -11.952,1.008 -18.072,1.045 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2547"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 34.758,161.621 c -7.524,3.781 -12.456,8.748 -15.336,15.336 -2.808,6.518 -3.096,16.67 -1.548,23.652 1.584,6.949 5.904,13.572 10.44,17.785 4.392,4.104 9.468,6.299 15.624,6.732 -7.668,-10.801 -10.224,-17.713 -7.668,-21.17 2.52,-3.527 21.708,4.178 22.716,0.613 0.72,-3.6 -18.216,-17.064 -17.496,-21.781 0.864,-4.752 18.324,-3.383 22.104,-6.443 3.601,-3.168 3.349,-7.199 -0.611,-12.24 -2.521,-2.268 -6.012,-3.6 -10.765,-3.996 -4.752,-0.431 -10.476,0.073 -17.46,1.512 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2549"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 69.103,165.006 c 2.664,1.512 4.968,3.924 7.056,7.381 2.052,3.383 4.392,7.307 5.22,13.176 0.685,5.795 1.404,15.227 -0.611,21.492 -2.089,6.227 -6.12,12.455 -11.664,15.623 -5.725,3.023 -12.96,3.996 -22.104,2.771 -5.724,-8.063 -6.768,-13.176 -2.736,-15.336 3.96,-2.23 25.02,5.832 26.388,2.125 1.08,-3.996 -18.504,-20.701 -19.044,-24.84 -0.468,-4.068 13.248,4.283 16.271,0.611 2.915,-3.743 3.275,-11.411 1.224,-23.003 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2551"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 36.594,164.105 c -7.524,3.385 -12.492,8.244 -15.048,14.725 -2.592,6.443 -1.764,17.424 -0.288,23.904 1.368,6.299 5.904,10.908 8.892,14.111 2.88,3.096 5.976,4.68 8.892,4.607 -7.884,-9.539 -10.548,-15.982 -7.992,-19.332 2.556,-3.383 21.888,2.521 23.004,-0.898 0.827,-3.602 -17.856,-15.625 -17.172,-19.945 0.648,-4.248 16.452,-3.779 21.167,-5.543 4.572,-1.908 6.769,-3.852 6.444,-5.832 -1.296,-4.248 -4.212,-6.66 -8.892,-7.668 -4.751,-0.972 -10.907,-0.396 -19.007,1.871 z"
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2553"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 71.874,171.773 c 3.24,3.205 5.725,6.732 7.057,11.016 1.296,4.213 1.655,9.109 1.224,14.113 -0.504,4.896 -1.368,10.836 -3.708,15.047 -2.412,4.178 -5.832,7.777 -10.404,9.828 -4.607,1.945 -10.332,2.557 -17.172,1.836 -5.76,-5.902 -6.588,-9.646 -2.484,-11.375 4.176,-1.836 24.84,4.68 27,1.225 1.872,-3.492 -14.903,-17.93 -15.336,-21.781 -0.396,-3.924 10.152,1.729 12.601,-1.512 2.338,-3.455 2.699,-9.359 1.222,-18.397 z"
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <g
+     transform="matrix(0.51663058,0,0,0.50688758,53.910239,0.01969021)"
+     i:dimmedPercent="50"
+     i:layer="yes"
+     i:rgbTrio="#4F008000FFFF"
+     id="g2575">
+    <g
+       id="g2577">
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 46.854,0.018 c -1.476,-0.144 -4.104,0.108 -7.74,0.9 -3.78,0.72 -8.424,1.908 -14.328,3.564 -1.224,1.332 -1.764,3.672 -1.476,7.164 0.252,3.42 1.188,7.848 2.952,13.428 0.936,10.368 1.188,19.332 0.612,27.432 -0.612,8.028 -1.728,14.796 -4.176,20.592 -2.628,5.688 -7.704,9.432 -11.052,13.716 -3.384,4.14 -7.2,7.416 -8.928,11.34 -1.764,3.924 -2.268,7.776 -1.512,11.952 l 2.7,4.464 v 8.64 l -2.7,2.088 c -1.008,2.448 -1.404,15.048 -1.188,38.231 0.18,23.293 0.972,56.197 2.376,100.225 l 1.8,3.6 v 6.553 l -1.8,1.188 v 17.82 c -0.612,4.248 -0.108,7.633 1.512,10.729 1.584,2.916 4.176,5.398 8.064,7.164 3.816,1.619 9.108,2.195 14.904,2.988 5.76,0.756 12.096,1.402 19.404,1.799 h 8.496 c 7.2,-0.396 13.607,-1.043 19.368,-1.799 5.688,-0.793 10.979,-1.369 14.903,-2.988 3.816,-1.766 6.372,-4.248 8.064,-7.164 1.548,-3.096 2.052,-6.48 1.512,-10.729 v -17.82 l -1.8,-1.188 v -6.553 l 1.8,-3.6 c 1.368,-44.027 2.16,-76.932 2.376,-100.225 0.18,-23.183 -0.216,-35.783 -1.188,-38.231 l -2.7,-2.088 v -8.64 l 2.7,-4.464 c 0.72,-4.176 0.216,-8.028 -1.513,-11.952 -1.8,-3.924 -5.651,-7.2 -8.928,-11.34 C 85.948,82.53 80.836,78.786 78.316,73.098 75.759,67.302 74.644,60.534 74.14,52.506 73.528,44.406 73.78,35.442 74.751,25.074 76.48,19.494 77.415,15.066 77.703,11.646 77.955,8.154 77.415,5.814 76.227,4.482 70.287,2.826 65.643,1.638 61.899,0.918 c -3.672,-0.792 -6.3,-1.044 -7.74,-0.9 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2579"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="M 48.114,8.01 C 46.242,7.938 43.398,8.334 39.438,9.342 35.406,10.314 30.618,11.754 24.534,13.806 24.246,12.654 24.102,11.43 24.246,10.134 24.318,8.802 24.534,7.398 25.038,5.922 32.13,4.194 37.278,2.97 41.022,2.25 c 3.528,-0.756 3.6,-0.684 5.76,-0.756 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.072 2.16,0 5.76,0.756 3.564,0.72 8.929,1.944 15.948,3.672 0.468,1.476 0.685,2.88 0.792,4.212 0.072,1.296 0.036,2.52 -0.252,3.672 C 69.822,11.754 65.07,10.314 61.183,9.342 57.294,8.334 54.811,7.938 53.334,8.01 Z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2581"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 48.114,19.566 c -2.376,0.18 -5.22,0.612 -8.676,1.296 -3.492,0.576 -7.452,1.584 -12.024,2.628 -0.18,-0.792 -0.396,-1.62 -0.792,-2.628 -0.396,-1.044 -0.972,-2.124 -1.584,-3.384 7.092,-1.728 12.24,-2.952 15.984,-3.672 3.528,-0.72 3.6,-0.756 5.76,-0.792 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.036 2.16,0.072 5.76,0.792 3.564,0.72 8.929,1.944 15.948,3.672 -0.468,1.44 -1.116,2.736 -1.548,3.888 -0.612,1.116 -1.008,2.088 -1.584,2.916 -4.356,-1.476 -8.064,-2.664 -11.268,-3.42 -3.168,-0.828 -5.832,-1.26 -7.849,-1.296 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2583"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#cbc6d0;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 48.87,33.174 c -4.356,0.072 -8.064,-0.108 -11.52,-0.54 -3.456,-0.504 -6.372,-1.152 -8.892,-2.088 -0.72,-1.512 -1.08,-2.592 -0.792,-3.384 0.144,-0.828 0.936,-1.224 2.088,-1.332 1.944,0.936 4.572,1.584 7.884,2.088 3.24,0.432 7.164,0.612 11.772,0.54 h 2.088 c 4.536,0.072 8.46,-0.108 11.772,-0.54 3.239,-0.504 5.868,-1.152 7.884,-2.088 1.116,0.108 1.908,0.504 2.088,1.332 0.252,0.792 -0.108,1.872 -0.792,3.384 -2.556,0.936 -5.472,1.584 -8.892,2.088 -3.492,0.432 -7.2,0.612 -11.521,0.54 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2585"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#f1c810;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 46.278,308.861 c -9,-0.863 -15.948,-1.512 -21.24,-2.34 -5.364,-0.863 -7.236,-1.188 -10.188,-2.375 -3.06,-1.369 -5.508,-3.348 -7.344,-4.969 -1.872,-1.619 -2.88,-3.061 -3.42,-4.463 l 0.54,-18.072 2.088,-1.045 v -7.596 L 4.626,263.573 C 3.942,241.936 3.546,220.264 3.294,197.585 2.97,174.833 2.934,152.153 3.042,128.429 l 3.132,-2.628 0.54,-10.729 -3.132,-5.508 c -0.468,-2.16 -0.252,-4.644 0.792,-7.596 1.008,-2.916 1.908,-5.724 5.22,-9.936 3.24,-4.428 11.016,-10.908 14.148,-15.984 3.024,-5.184 2.988,-10.26 3.924,-14.652 0.864,-4.464 1.116,-8.172 1.044,-11.556 1.332,0.54 4.68,0.9 10.224,1.08 l 12.06,0.432 c 5.544,0.18 5.148,-0.288 10.729,-0.432 5.508,-0.18 8.892,-0.54 10.224,-1.08 -0.108,3.384 0.144,7.092 1.044,11.556 0.864,4.392 0.828,9.468 3.924,14.652 3.024,5.076 10.8,11.556 14.148,15.984 3.239,4.212 4.104,7.02 5.22,9.936 1.008,2.952 1.224,5.436 0.792,7.596 l -3.132,5.508 0.504,10.728 3.168,2.628 c 0,23.724 0,46.404 -0.288,69.156 -0.288,22.68 -0.72,44.352 -1.296,65.988 L 93.943,268 v 7.596 l 2.088,1.045 0.54,18.072 c -0.576,1.402 -1.584,2.844 -3.42,4.463 -1.944,1.621 -4.393,3.6 -7.344,4.969 -2.988,1.188 -5.005,1.512 -10.225,2.375 -5.364,0.828 -12.204,1.477 -21.204,2.34 h -8.1 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2587"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="M 44.694,129.258 C 38.538,129.222 32.562,128.826 26.622,128.214 20.646,127.566 14.85,126.558 9.09,125.334 V 115.11 c 6.588,0.972 12.996,1.8 19.368,2.34 6.372,0.504 12.42,0.72 18.576,0.792 h 7.344 c 6.084,-0.072 12.24,-0.288 18.612,-0.792 6.336,-0.54 12.744,-1.368 19.368,-2.34 v 10.224 c -5.796,1.224 -11.592,2.232 -17.532,2.88 -5.976,0.612 -11.952,1.008 -18.072,1.044 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2589"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="M 44.694,281.07 C 38.538,281.033 32.562,280.638 26.622,280.025 20.646,279.379 14.85,278.369 9.09,277.146 v -10.189 c 6.588,0.973 12.996,1.801 19.368,2.342 6.372,0.504 12.42,0.719 18.576,0.791 h 7.344 c 6.084,-0.072 12.24,-0.287 18.612,-0.791 6.336,-0.541 12.744,-1.369 19.368,-2.342 v 10.189 c -5.796,1.223 -11.592,2.232 -17.532,2.879 -5.976,0.613 -11.952,1.008 -18.072,1.045 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2591"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 34.758,161.621 c -7.524,3.781 -12.456,8.748 -15.336,15.336 -2.808,6.518 -3.096,16.67 -1.548,23.652 1.584,6.949 5.904,13.572 10.44,17.785 4.392,4.104 9.468,6.299 15.624,6.732 -7.668,-10.801 -10.224,-17.713 -7.668,-21.17 2.52,-3.527 21.708,4.178 22.716,0.613 0.72,-3.6 -18.216,-17.064 -17.496,-21.781 0.864,-4.752 18.324,-3.383 22.104,-6.443 3.601,-3.168 3.349,-7.199 -0.611,-12.24 -2.521,-2.268 -6.012,-3.6 -10.765,-3.996 -4.752,-0.431 -10.476,0.073 -17.46,1.512 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2593"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 69.103,165.006 c 2.664,1.512 4.968,3.924 7.056,7.381 2.052,3.383 4.392,7.307 5.22,13.176 0.685,5.795 1.404,15.227 -0.611,21.492 -2.089,6.227 -6.12,12.455 -11.664,15.623 -5.725,3.023 -12.96,3.996 -22.104,2.771 -5.724,-8.063 -6.768,-13.176 -2.736,-15.336 3.96,-2.23 25.02,5.832 26.388,2.125 1.08,-3.996 -18.504,-20.701 -19.044,-24.84 -0.468,-4.068 13.248,4.283 16.271,0.611 2.915,-3.743 3.275,-11.411 1.224,-23.003 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2595"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 36.594,164.105 c -7.524,3.385 -12.492,8.244 -15.048,14.725 -2.592,6.443 -1.764,17.424 -0.288,23.904 1.368,6.299 5.904,10.908 8.892,14.111 2.88,3.096 5.976,4.68 8.892,4.607 -7.884,-9.539 -10.548,-15.982 -7.992,-19.332 2.556,-3.383 21.888,2.521 23.004,-0.898 0.827,-3.602 -17.856,-15.625 -17.172,-19.945 0.648,-4.248 16.452,-3.779 21.167,-5.543 4.572,-1.908 6.769,-3.852 6.444,-5.832 -1.296,-4.248 -4.212,-6.66 -8.892,-7.668 -4.751,-0.972 -10.907,-0.396 -19.007,1.871 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2597"
+         inkscape:connector-curvature="0" />
+      <path
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         d="m 71.874,171.773 c 3.24,3.205 5.725,6.732 7.057,11.016 1.296,4.213 1.655,9.109 1.224,14.113 -0.504,4.896 -1.368,10.836 -3.708,15.047 -2.412,4.178 -5.832,7.777 -10.404,9.828 -4.607,1.945 -10.332,2.557 -17.172,1.836 -5.76,-5.902 -6.588,-9.646 -2.484,-11.375 4.176,-1.836 24.84,4.68 27,1.225 1.872,-3.492 -14.903,-17.93 -15.336,-21.781 -0.396,-3.924 10.152,1.729 12.601,-1.512 2.338,-3.455 2.699,-9.359 1.222,-18.397 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path2599"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <g
+     id="g2601"
+     i:rgbTrio="#4F008000FFFF"
+     i:layer="yes"
+     i:dimmedPercent="50"
+     transform="matrix(0.51663058,0,0,0.50688758,107.79094,0.01969021)">
+    <g
+       id="g2603">
+      <path
+         id="path2605"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 46.854,0.018 c -1.476,-0.144 -4.104,0.108 -7.74,0.9 -3.78,0.72 -8.424,1.908 -14.328,3.564 -1.224,1.332 -1.764,3.672 -1.476,7.164 0.252,3.42 1.188,7.848 2.952,13.428 0.936,10.368 1.188,19.332 0.612,27.432 -0.612,8.028 -1.728,14.796 -4.176,20.592 -2.628,5.688 -7.704,9.432 -11.052,13.716 -3.384,4.14 -7.2,7.416 -8.928,11.34 -1.764,3.924 -2.268,7.776 -1.512,11.952 l 2.7,4.464 v 8.64 l -2.7,2.088 c -1.008,2.448 -1.404,15.048 -1.188,38.231 0.18,23.293 0.972,56.197 2.376,100.225 l 1.8,3.6 v 6.553 l -1.8,1.188 v 17.82 c -0.612,4.248 -0.108,7.633 1.512,10.729 1.584,2.916 4.176,5.398 8.064,7.164 3.816,1.619 9.108,2.195 14.904,2.988 5.76,0.756 12.096,1.402 19.404,1.799 h 8.496 c 7.2,-0.396 13.607,-1.043 19.368,-1.799 5.688,-0.793 10.979,-1.369 14.903,-2.988 3.816,-1.766 6.372,-4.248 8.064,-7.164 1.548,-3.096 2.052,-6.48 1.512,-10.729 v -17.82 l -1.8,-1.188 v -6.553 l 1.8,-3.6 c 1.368,-44.027 2.16,-76.932 2.376,-100.225 0.18,-23.183 -0.216,-35.783 -1.188,-38.231 l -2.7,-2.088 v -8.64 l 2.7,-4.464 c 0.72,-4.176 0.216,-8.028 -1.513,-11.952 -1.8,-3.924 -5.651,-7.2 -8.928,-11.34 C 85.948,82.53 80.836,78.786 78.316,73.098 75.759,67.302 74.644,60.534 74.14,52.506 73.528,44.406 73.78,35.442 74.751,25.074 76.48,19.494 77.415,15.066 77.703,11.646 77.955,8.154 77.415,5.814 76.227,4.482 70.287,2.826 65.643,1.638 61.899,0.918 c -3.672,-0.792 -6.3,-1.044 -7.74,-0.9 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2607"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="M 48.114,8.01 C 46.242,7.938 43.398,8.334 39.438,9.342 35.406,10.314 30.618,11.754 24.534,13.806 24.246,12.654 24.102,11.43 24.246,10.134 24.318,8.802 24.534,7.398 25.038,5.922 32.13,4.194 37.278,2.97 41.022,2.25 c 3.528,-0.756 3.6,-0.684 5.76,-0.756 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.072 2.16,0 5.76,0.756 3.564,0.72 8.929,1.944 15.948,3.672 0.468,1.476 0.685,2.88 0.792,4.212 0.072,1.296 0.036,2.52 -0.252,3.672 C 69.822,11.754 65.07,10.314 61.183,9.342 57.294,8.334 54.811,7.938 53.334,8.01 Z"
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2609"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 48.114,19.566 c -2.376,0.18 -5.22,0.612 -8.676,1.296 -3.492,0.576 -7.452,1.584 -12.024,2.628 -0.18,-0.792 -0.396,-1.62 -0.792,-2.628 -0.396,-1.044 -0.972,-2.124 -1.584,-3.384 7.092,-1.728 12.24,-2.952 15.984,-3.672 3.528,-0.72 3.6,-0.756 5.76,-0.792 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.036 2.16,0.072 5.76,0.792 3.564,0.72 8.929,1.944 15.948,3.672 -0.468,1.44 -1.116,2.736 -1.548,3.888 -0.612,1.116 -1.008,2.088 -1.584,2.916 -4.356,-1.476 -8.064,-2.664 -11.268,-3.42 -3.168,-0.828 -5.832,-1.26 -7.849,-1.296 z"
+         style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2611"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 48.87,33.174 c -4.356,0.072 -8.064,-0.108 -11.52,-0.54 -3.456,-0.504 -6.372,-1.152 -8.892,-2.088 -0.72,-1.512 -1.08,-2.592 -0.792,-3.384 0.144,-0.828 0.936,-1.224 2.088,-1.332 1.944,0.936 4.572,1.584 7.884,2.088 3.24,0.432 7.164,0.612 11.772,0.54 h 2.088 c 4.536,0.072 8.46,-0.108 11.772,-0.54 3.239,-0.504 5.868,-1.152 7.884,-2.088 1.116,0.108 1.908,0.504 2.088,1.332 0.252,0.792 -0.108,1.872 -0.792,3.384 -2.556,0.936 -5.472,1.584 -8.892,2.088 -3.492,0.432 -7.2,0.612 -11.521,0.54 z"
+         style="clip-rule:evenodd;fill:#cbc6d0;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2613"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 46.278,308.861 c -9,-0.863 -15.948,-1.512 -21.24,-2.34 -5.364,-0.863 -7.236,-1.188 -10.188,-2.375 -3.06,-1.369 -5.508,-3.348 -7.344,-4.969 -1.872,-1.619 -2.88,-3.061 -3.42,-4.463 l 0.54,-18.072 2.088,-1.045 v -7.596 L 4.626,263.573 C 3.942,241.936 3.546,220.264 3.294,197.585 2.97,174.833 2.934,152.153 3.042,128.429 l 3.132,-2.628 0.54,-10.729 -3.132,-5.508 c -0.468,-2.16 -0.252,-4.644 0.792,-7.596 1.008,-2.916 1.908,-5.724 5.22,-9.936 3.24,-4.428 11.016,-10.908 14.148,-15.984 3.024,-5.184 2.988,-10.26 3.924,-14.652 0.864,-4.464 1.116,-8.172 1.044,-11.556 1.332,0.54 4.68,0.9 10.224,1.08 l 12.06,0.432 c 5.544,0.18 5.148,-0.288 10.729,-0.432 5.508,-0.18 8.892,-0.54 10.224,-1.08 -0.108,3.384 0.144,7.092 1.044,11.556 0.864,4.392 0.828,9.468 3.924,14.652 3.024,5.076 10.8,11.556 14.148,15.984 3.239,4.212 4.104,7.02 5.22,9.936 1.008,2.952 1.224,5.436 0.792,7.596 l -3.132,5.508 0.504,10.728 3.168,2.628 c 0,23.724 0,46.404 -0.288,69.156 -0.288,22.68 -0.72,44.352 -1.296,65.988 L 93.943,268 v 7.596 l 2.088,1.045 0.54,18.072 c -0.576,1.402 -1.584,2.844 -3.42,4.463 -1.944,1.621 -4.393,3.6 -7.344,4.969 -2.988,1.188 -5.005,1.512 -10.225,2.375 -5.364,0.828 -12.204,1.477 -21.204,2.34 h -8.1 z"
+         style="clip-rule:evenodd;fill:#f1c810;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2615"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="M 44.694,129.258 C 38.538,129.222 32.562,128.826 26.622,128.214 20.646,127.566 14.85,126.558 9.09,125.334 V 115.11 c 6.588,0.972 12.996,1.8 19.368,2.34 6.372,0.504 12.42,0.72 18.576,0.792 h 7.344 c 6.084,-0.072 12.24,-0.288 18.612,-0.792 6.336,-0.54 12.744,-1.368 19.368,-2.34 v 10.224 c -5.796,1.224 -11.592,2.232 -17.532,2.88 -5.976,0.612 -11.952,1.008 -18.072,1.044 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2617"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="M 44.694,281.07 C 38.538,281.033 32.562,280.638 26.622,280.025 20.646,279.379 14.85,278.369 9.09,277.146 v -10.189 c 6.588,0.973 12.996,1.801 19.368,2.342 6.372,0.504 12.42,0.719 18.576,0.791 h 7.344 c 6.084,-0.072 12.24,-0.287 18.612,-0.791 6.336,-0.541 12.744,-1.369 19.368,-2.342 v 10.189 c -5.796,1.223 -11.592,2.232 -17.532,2.879 -5.976,0.613 -11.952,1.008 -18.072,1.045 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2619"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 34.758,161.621 c -7.524,3.781 -12.456,8.748 -15.336,15.336 -2.808,6.518 -3.096,16.67 -1.548,23.652 1.584,6.949 5.904,13.572 10.44,17.785 4.392,4.104 9.468,6.299 15.624,6.732 -7.668,-10.801 -10.224,-17.713 -7.668,-21.17 2.52,-3.527 21.708,4.178 22.716,0.613 0.72,-3.6 -18.216,-17.064 -17.496,-21.781 0.864,-4.752 18.324,-3.383 22.104,-6.443 3.601,-3.168 3.349,-7.199 -0.611,-12.24 -2.521,-2.268 -6.012,-3.6 -10.765,-3.996 -4.752,-0.431 -10.476,0.073 -17.46,1.512 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2621"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 69.103,165.006 c 2.664,1.512 4.968,3.924 7.056,7.381 2.052,3.383 4.392,7.307 5.22,13.176 0.685,5.795 1.404,15.227 -0.611,21.492 -2.089,6.227 -6.12,12.455 -11.664,15.623 -5.725,3.023 -12.96,3.996 -22.104,2.771 -5.724,-8.063 -6.768,-13.176 -2.736,-15.336 3.96,-2.23 25.02,5.832 26.388,2.125 1.08,-3.996 -18.504,-20.701 -19.044,-24.84 -0.468,-4.068 13.248,4.283 16.271,0.611 2.915,-3.743 3.275,-11.411 1.224,-23.003 z"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2623"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 36.594,164.105 c -7.524,3.385 -12.492,8.244 -15.048,14.725 -2.592,6.443 -1.764,17.424 -0.288,23.904 1.368,6.299 5.904,10.908 8.892,14.111 2.88,3.096 5.976,4.68 8.892,4.607 -7.884,-9.539 -10.548,-15.982 -7.992,-19.332 2.556,-3.383 21.888,2.521 23.004,-0.898 0.827,-3.602 -17.856,-15.625 -17.172,-19.945 0.648,-4.248 16.452,-3.779 21.167,-5.543 4.572,-1.908 6.769,-3.852 6.444,-5.832 -1.296,-4.248 -4.212,-6.66 -8.892,-7.668 -4.751,-0.972 -10.907,-0.396 -19.007,1.871 z"
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2625"
+         stroke-miterlimit="10"
+         i:knockout="Off"
+         d="m 71.874,171.773 c 3.24,3.205 5.725,6.732 7.057,11.016 1.296,4.213 1.655,9.109 1.224,14.113 -0.504,4.896 -1.368,10.836 -3.708,15.047 -2.412,4.178 -5.832,7.777 -10.404,9.828 -4.607,1.945 -10.332,2.557 -17.172,1.836 -5.76,-5.902 -6.588,-9.646 -2.484,-11.375 4.176,-1.836 24.84,4.68 27,1.225 1.872,-3.492 -14.903,-17.93 -15.336,-21.781 -0.396,-3.924 10.152,1.729 12.601,-1.512 2.338,-3.455 2.699,-9.359 1.222,-18.397 z"
+         style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/bicycle.svg
===================================================================
--- /trunk/resources/images/presets/shop/bicycle.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/bicycle.svg	(revision 16006)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   height="10.584001"
+   width="16"
+   id="svg2249"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="bicycle.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata2260">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2258" />
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="20.106667"
+     inkscape:cx="16.016676"
+     inkscape:cy="10.325286"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2249"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.16783786;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4135"
+     width="14.832162"
+     height="9.4161625"
+     x="0.58391893"
+     y="0.58391893" />
+  <circle
+     cx="-12.295294"
+     cy="6.8796954"
+     r="2.4054742"
+     style="fill:none;stroke:#000000;stroke-width:0.5976333px"
+     id="circle2251"
+     transform="scale(-1,1)" />
+  <circle
+     cx="-3.7042909"
+     cy="6.8348956"
+     r="2.4054742"
+     style="fill:none;stroke:#000000;stroke-width:0.5976333px"
+     id="circle2253"
+     transform="scale(-1,1)" />
+  <path
+     style="fill:#000000;fill-rule:evenodd;stroke:none"
+     d="M 9.0907025,0.99998996 C 11.071363,1.01929 10.735463,0.79535996 11.801073,4.22 c 0.8681,2.73628 0.77355,2.43788 0.77809,2.62982 0.003,0.14911 -0.11719,0.26733 -0.26845,0.27745 -0.31455,-0.0318 -0.18224,0.034 -1.27281,-3.35256 -3.9849105,4.20368 -2.4898705,3.52202 -4.6344005,3.60739 -2.81847,-0.027 -3.04755,0.14671 -3.08101,-0.26641 0.004,-0.14028 0.0695,-0.22393 2.00381,-4.52886 l -0.18532,-0.50964 -0.63705,-0.0116 0.0232,-0.5328 2.37447,0 c 0.20978,0.28699 -0.0849,0.2857 -1.14669,0.52122 l 0.18532,0.52123 4.7373505,0.0116 C 10.358413,1.47232 10.538593,1.54182 9.1023325,1.54439 l -0.0116,-0.54439004 z M 10.814433,3.15809 6.1788425,3.15009 7.5185625,6.75007 10.814433,3.15831 Z m -5.1944905,0.2137 1.31506,3.45203 -2.8767,0.008 1.56164,-3.46025 z"
+     id="path2255"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/shop/body.svg
===================================================================
--- /trunk/resources/images/presets/shop/body.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/body.svg	(revision 16006)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg3570"
+   sodipodi:docname="03.svg"
+   viewBox="0 0 160 160"
+   sodipodi:version="0.32"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="160">
+  <defs
+     id="defs13" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     guidetolerance="10.0"
+     pagecolor="#ffffff"
+     gridtolerance="10.0"
+     inkscape:zoom="0.93701046"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     inkscape:current-layer="svg3570"
+     inkscape:cx="93.724066"
+     inkscape:cy="246.52873"
+     inkscape:window-y="-8"
+     inkscape:window-x="-8"
+     inkscape:window-height="987"
+     showgrid="true"
+     inkscape:pageopacity="0.0"
+     inkscape:window-width="1680"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4509" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     transform="matrix(0.3297493,0,0,0.32416952,-25.4498,3.6063541)">
+    <g
+       id="g2577"
+       transform="matrix(2.332,0,0,2.332,997.06,-122.71)">
+      <g
+         id="g2579"
+         transform="translate(1.4286,-131.43)">
+        <rect
+           id="rect2581"
+           style="fill:#000000"
+           rx="12"
+           ry="12"
+           height="138.57001"
+           width="84.286003"
+           y="252.36"
+           x="-334.29001" />
+        <path
+           id="path2583"
+           style="fill:#000000"
+           d="m -291.43,172.36 a 48.571,48.571 0 1 1 -97.14,0 48.571,48.571 0 1 1 97.14,0 z"
+           transform="matrix(0.72059,0,0,0.72059,-47.143,90.303)"
+           inkscape:connector-curvature="0" />
+      </g>
+      <rect
+         id="rect2585"
+         style="fill:#000000"
+         transform="rotate(40)"
+         rx="8"
+         ry="8"
+         height="114.29"
+         width="25.714001"
+         y="298.63"
+         x="-172.71001" />
+      <rect
+         id="rect2587"
+         style="fill:#000000"
+         transform="matrix(-0.76604,0.64279,0.64279,0.76604,0,0)"
+         rx="8"
+         ry="8"
+         height="114.29"
+         width="25.714001"
+         y="-74.733002"
+         x="272.25" />
+    </g>
+  </g>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2008-11-03T14:42:04</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/19935/buddy-by-sheikh_tuhin-19935</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>sheikh_tuhin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>gents</rdf:li>
+            <rdf:li>how i did it</rdf:li>
+            <rdf:li>male symbol</rdf:li>
+            <rdf:li>man</rdf:li>
+            <rdf:li>person</rdf:li>
+            <rdf:li>silhouette</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/book.svg
===================================================================
--- /trunk/resources/images/presets/shop/book.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/book.svg	(revision 16006)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:cc="http://web.resource.org/cc/" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns1="http://sozi.baierouge.fr" id="svg2" sodipodi:docname="book.svg" viewBox="0 0 110 115" sodipodi:version="0.32" version="1.0" inkscape:output_extension="org.inkscape.output.svg.inkscape" inkscape:version="0.45.1" sodipodi:docbase="/home/denilson/Arte/book">
+  <sodipodi:namedview id="base" gridspacingy="10px" gridspacingx="10px" inkscape:zoom="2.2594447" height="115px" borderopacity="1.0" inkscape:current-layer="layer1" inkscape:cx="135.47134" inkscape:cy="89.800824" inkscape:object-paths="false" inkscape:grid-bbox="false" showgrid="true" width="110px" inkscape:document-units="px" bordercolor="#666666" inkscape:window-x="0" guidetolerance="10" objecttolerance="10" inkscape:object-nodes="false" inkscape:window-y="20" inkscape:window-width="1024" inkscape:pageopacity="0.0" inkscape:pageshadow="2" pagecolor="#ffffff" gridtolerance="10000" inkscape:object-points="false" inkscape:window-height="748"/>
+  <defs id="defs4">
+    <linearGradient id="linearGradient8148">
+      <stop id="stop8150" style="stop-color:#bfbfbf" offset="0"/>
+      <stop id="stop8152" style="stop-color:#f0f0f0" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient7144">
+      <stop id="stop7146" style="stop-color:#5e411f" offset="0"/>
+      <stop id="stop7148" style="stop-color:#be843f" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient9162" y2="57.382" gradientUnits="userSpaceOnUse" x2="110.66" gradientTransform="translate(-23.251 -22.479)" y1="84.858" x1="105.88" inkscape:collect="always">
+      <stop id="stop8142" style="stop-color:#fffe7f" offset="0"/>
+      <stop id="stop8144" style="stop-color:#ffffbf" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient9165" y2="139.47" xlink:href="#linearGradient7144" gradientUnits="userSpaceOnUse" x2="129.18" gradientTransform="translate(-22.118 -21.799)" y1="86.894" x1="48.713" inkscape:collect="always"/>
+    <linearGradient id="linearGradient9168" y2="107.82" xlink:href="#linearGradient8148" gradientUnits="userSpaceOnUse" x2="139.63" gradientTransform="translate(-22.118 -21.799)" y1="105.83" x1="133.04" inkscape:collect="always"/>
+    <linearGradient id="linearGradient9171" y2="147.33" xlink:href="#linearGradient8148" gradientUnits="userSpaceOnUse" x2="106.26" gradientTransform="translate(-22.118 -21.799)" y1="136.25" x1="107.39" inkscape:collect="always"/>
+    <linearGradient id="linearGradient9174" y2="154.3" xlink:href="#linearGradient7144" gradientUnits="userSpaceOnUse" x2="134.56" gradientTransform="translate(-22.118 -21.799)" y1="82.104" x1="81.779" inkscape:collect="always"/>
+    <linearGradient id="linearGradient9177" y2="98.218" xlink:href="#linearGradient7144" gradientUnits="userSpaceOnUse" x2="62.828" gradientTransform="translate(-22.118 -21.799)" y1="97.321" x1="59.666" inkscape:collect="always"/>
+  </defs>
+  <g id="layer1" inkscape:label="Layer 1" inkscape:groupmode="layer" transform="translate(-22.269 -20.463)">
+    <path id="path4189" sodipodi:nodetypes="ccccc" style="fill-rule:evenodd;stroke:#000000;stroke-width:1px;fill:url(#linearGradient9177)" d="m55.76 23.935c-2.053-0.205-2.916 3.207-4.162 6.355l-25.938 83.93 5.341 3.14 24.759-93.425z"/>
+    <path id="path3206" sodipodi:nodetypes="ccccccc" style="fill-rule:evenodd;stroke:#000000;stroke-width:1px;fill:url(#linearGradient9174)" d="m29.901 109.39c-4.816-0.41-6.508 12.96-2.998 13.72l85.247 8.89 17.35-88.172-14.43-1.967-13.25 68.909-71.919-1.38z"/>
+    <path id="path5162" sodipodi:nodetypes="cccc" style="fill-rule:evenodd;stroke:#000000;stroke-width:1px;fill:url(#linearGradient9171)" d="m104.31 114.26l-72.679-6.17c-3.682 0.01-6.16 12.41-3.277 12.99l81.346 7.73"/>
+    <path id="path6139" sodipodi:nodetypes="ccccc" style="fill-rule:evenodd;stroke:#000000;stroke-width:1px;fill:url(#linearGradient9168)" d="m126.03 45.556l-16.88 83.004c-4.03-1.55-6.76-10.51-4.2-14.17l16.6-83.31c-1.24 3.888 1.31 13.362 4.48 14.476z"/>
+    <path id="path4187" style="fill-rule:evenodd;stroke:#000000;stroke-width:1px;fill:url(#linearGradient9165)" d="m107.32 117.17l-77.623-7.78 26.009-85.404 69.014 4.916-17.4 88.268z"/>
+    <path id="path3214" sodipodi:nodetypes="ccccc" style="fill-rule:evenodd;stroke:#000000;stroke-width:1px;fill:url(#linearGradient9162)" d="m64.316 33.137l43.664 3.255-5.69 28.898-44.558-4.117 6.584-28.036z"/>
+  </g>
+  <metadata>
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"/>
+        <dc:publisher>
+          <cc:Agent rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title>Book</dc:title>
+        <dc:date>2007-12-03T18:49:27</dc:date>
+        <dc:description>A simple SVG book based on a drawing made on Gimp by Sam Switzer.</dc:description>
+        <dc:source>https://openclipart.org/detail/9358/book-by-crazyterabyte</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>CrazyTerabyte</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>book</rdf:li>
+            <rdf:li>how i did it</rdf:li>
+            <rdf:li>remix</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
+        <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
+        <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/boutique.svg
===================================================================
--- /trunk/resources/images/presets/shop/boutique.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/boutique.svg	(revision 16006)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="bou4.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4158">
+      <stop
+         style="stop-color:#f94eaa;stop-opacity:1"
+         offset="0"
+         id="stop4160" />
+      <stop
+         style="stop-color:#fcb2da;stop-opacity:1"
+         offset="1"
+         id="stop4162" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4158"
+       id="linearGradient4164"
+       x1="3"
+       y1="1049.3622"
+       x2="17"
+       y2="1034.3622"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="6.6260867"
+     inkscape:cy="8.2188032"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:url(#linearGradient4164);fill-opacity:1;fill-rule:evenodd;stroke:#d31b7b;stroke-width:1.18763161;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="14.812368"
+       height="14.812368"
+       x="0.5938158"
+       y="1036.9561"
+       ry="2.4061453" />
+    <g
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.46151066px;line-height:125%;font-family:'CommercialScript BT';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="text4151"
+       transform="matrix(1.0286235,0,0,1.1000318,-0.28204197,-104.97547)">
+      <path
+         d="m 12.372466,1040.8348 c -0.263621,-0.1223 -0.567256,-0.2118 -0.910905,-0.2683 -0.343649,-0.061 -0.724959,-0.092 -1.143929,-0.092 -0.7390808,0 -1.5205295,0.12 -2.344346,0.3601 -0.8238165,0.2401 -1.5605439,0.5626 -2.210182,0.9674 -0.5319501,0.3343 -0.9626885,0.7132 -1.2922151,1.1369 -0.3248191,0.419 -0.4872286,0.7933 -0.4872286,1.1228 0,0.2777 0.089443,0.5013 0.2683288,0.6708 0.1835934,0.1695 0.4307383,0.2542 0.7414348,0.2542 0.4895824,0 1.02624,-0.2024 1.6099729,-0.6073 0.5884404,-0.4095 1.0309476,-0.8968 1.3275215,-1.4617 0.1176881,-0.2307 0.2024235,-0.4731 0.2542062,-0.7273 0.051783,-0.2589 0.1012117,-0.3884 0.148287,-0.3884 0.061198,0 0.1035657,0.038 0.1271031,0.113 0.023538,0.071 0.035307,0.226 0.035307,0.4661 0,0.8567 -0.2918664,1.584 -0.8755993,2.1819 -0.5837329,0.5979 -1.2804463,0.8968 -2.0901402,0.8968 -0.5319501,0 -0.9650423,-0.1342 -1.2992764,-0.4025 -0.3295266,-0.2731 -0.4942899,-0.6214 -0.4942899,-1.0451 0,-0.3907 0.1624095,-0.8003 0.4872286,-1.2286 0.3295267,-0.4284 0.7885102,-0.8238 1.3769505,-1.1863 0.6778833,-0.419 1.4405021,-0.7438 2.2878562,-0.9745 0.8473541,-0.2354 1.6900004,-0.3531 2.5279389,-0.3531 0.423677,0 0.816756,0.038 1.179235,0.113 0.367187,0.075 0.727312,0.1907 1.080376,0.346 0.258914,-0.066 0.473106,-0.1178 0.642577,-0.1553 0.169471,-0.037 0.277744,-0.056 0.324819,-0.056 0.05178,0 0.08944,0.01 0.112981,0.021 0.02825,0.014 0.04237,0.035 0.04237,0.063 0,0.071 -0.117688,0.1295 -0.353065,0.1766 -0.164763,0.028 -0.301281,0.056 -0.409554,0.085 0.390725,0.1695 0.692006,0.3954 0.903844,0.6779 0.216546,0.2777 0.324819,0.5814 0.324819,0.9109 0,0.5178 -0.242437,0.9815 -0.727312,1.3911 -0.484875,0.4095 -1.172173,0.7273 -2.061895,0.9532 0.517827,0.1507 0.903844,0.379 1.158051,0.685 0.258913,0.3013 0.38837,0.6849 0.38837,1.151 0,0.6779 -0.334234,1.3134 -1.002702,1.9065 -0.668468,0.5885 -1.386365,0.8827 -2.1536912,0.8827 -0.3860169,0 -0.6849447,-0.08 -0.8967832,-0.2401 -0.2118385,-0.1601 -0.3177578,-0.3884 -0.3177578,-0.685 0,-0.3483 0.1741784,-0.699 0.5225351,-1.0521 0.3483567,-0.3577 0.6143317,-0.5366 0.7979251,-0.5366 0.032953,0 0.061198,0.01 0.084735,0.028 0.02825,0.019 0.04237,0.042 0.04237,0.071 0,0.037 -0.08474,0.1127 -0.2542066,0.226 -0.6025629,0.4048 -0.9038444,0.5576 -0.9038444,0.986 0,0.1883 0.073483,0.3086 0.1553482,0.4519 0.1035655,0.113 0.2554281,0.2197 0.4248989,0.2197 0.2165461,0 0.4071107,-0.1105 0.6637599,-0.2683 0.2474,-0.1521 0.456019,-0.3109 0.682501,-0.5878 0.273037,-0.4048 0.493159,-0.8015 0.629677,-1.1687 0.136518,-0.3672 0.204777,-0.7156 0.204777,-1.0451 0,-0.2448 -0.05178,-0.4519 -0.155348,-0.6214 -0.103565,-0.1741 -0.228315,-0.2612 -0.374248,-0.2612 -0.04237,0 -0.124748,0.012 -0.247145,0.035 -0.122395,0.019 -0.228315,0.028 -0.317758,0.028 -0.09415,0 -0.171825,-0.021 -0.233022,-0.063 -0.05649,-0.043 -0.08474,-0.094 -0.08474,-0.1554 0,-0.057 0.02354,-0.1014 0.07061,-0.1342 0.04707,-0.037 0.110625,-0.056 0.190655,-0.056 0.01883,0 0.103569,0.014 0.254206,0.042 0.150641,0.023 0.291866,0.035 0.423677,0.035 0.367187,0 0.755557,-0.2966 1.165112,-0.8897 0.409555,-0.5979 0.614332,-1.2193 0.614332,-1.8642 0,-0.1977 -0.03531,-0.3766 -0.105919,-0.5366 -0.06591,-0.1648 -0.162411,-0.3037 -0.289513,-0.4167 -0.856769,0.3013 -1.621742,1.3088 -2.294918,3.0223 -0.197715,0.5131 -0.357771,0.9039 -0.4801669,1.1722 -0.6308081,1.4263 -1.381658,2.4737 -2.2525497,3.1422 -0.8661843,0.6638 -1.9136081,0.9957 -3.1422716,0.9957 -0.6967134,0 -1.2569087,-0.1483 -1.6805858,-0.4449 -0.4189695,-0.3013 -0.6284543,-0.6991 -0.6284543,-1.1934 0,-0.3577 0.1200418,-0.6614 0.3601255,-0.9109 0.2400837,-0.2495 0.5343039,-0.3742 0.8826606,-0.3742 0.2494987,0 0.454276,0.068 0.6143317,0.2048 0.1600558,0.1318 0.2400837,0.3013 0.2400837,0.5084 0,0.1883 -0.054137,0.3483 -0.1624095,0.4801 -0.1035655,0.1319 -0.2259611,0.2025 -0.3671868,0.2119 l -0.035306,0 c -0.5884404,0.047 -0.8826606,0.2003 -0.8826606,0.459 0,0.2259 0.1506407,0.4213 0.4519222,0.5861 0.3012815,0.16 0.670822,0.24 1.1086217,0.24 0.4001395,0 0.760265,-0.085 1.0803765,-0.2542 0.3248191,-0.1741 0.6402231,-0.4495 0.9462121,-0.8261 0.3106965,-0.3907 0.7084822,-1.0239 1.1933571,-1.8995 0.4848749,-0.8756 0.828524,-1.4782 1.0309475,-1.8077 0.5743179,-0.918 1.1933571,-1.6783 1.8571176,-2.2808 0.663761,-0.6073 1.303984,-0.9933 1.920669,-1.1581 z"
+         id="path4156"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccscccscscccscssscscccscccscscccscccscssscscscscsscsscscscscscscscccccscscscscccscsccscccc" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/carpet.svg
===================================================================
--- /trunk/resources/images/presets/shop/carpet.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/carpet.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="14" viewBox="0 0 14 14" id="svg2">
+  <defs id="defs3053"/>
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <path id="rect822" d="M 12 0 C 10.892 0 10 0.892 10 2 L 10 12 C 10 13.108 10.892 14 12 14 C 13.108 14 14 13.108 14 12 L 14 2 C 14 0.892 13.108 0 12 0 z M 0 2 L 0 3 L 1 3 L 1 4.1992188 L 0 4.1992188 L 0 5.1992188 L 1 5.1992188 L 1 6.4003906 L 0 6.4003906 L 0 7.4003906 L 1 7.4003906 L 1 8.5996094 L 0 8.5996094 L 0 9.5996094 L 1 9.5996094 L 1 10.800781 L 0 10.800781 L 0 11.800781 L 1 11.800781 L 1 13 L 0 13 L 0 14 L 9 14 L 9 2 L 0 2 z M 2 3 L 4 4 L 6 3 L 8 4 L 8 5 L 6 4 L 4 5 L 2 4 L 2 3 z M 2 5.6660156 L 4 6.6660156 L 6 5.6660156 L 8 6.6660156 L 8 7.6660156 L 6 6.6660156 L 4 7.6660156 L 2 6.6660156 L 2 5.6660156 z M 2 8.3339844 L 4 9.3339844 L 6 8.3339844 L 8 9.3339844 L 8 10.333984 L 6 9.3339844 L 4 10.333984 L 2 9.3339844 L 2 8.3339844 z M 2 11 L 4 12 L 6 11 L 8 12 L 8 13 L 6 12 L 4 13 L 2 12 L 2 11 z M 12 11 C 12.552285 11 13 11.447715 13 12 C 13 12.552285 12.552285 13 12 13 C 11.447715 13 11 12.552285 11 12 C 11 11.447715 11.447715 11 12 11 z " style="fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:0.96609181"/>
+</svg>
Index: /trunk/resources/images/presets/shop/charity.svg
===================================================================
--- /trunk/resources/images/presets/shop/charity.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/charity.svg	(revision 16006)
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="16"
+   viewBox="0 0 13 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="15.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="48.59375"
+     inkscape:cx="5.9950373"
+     inkscape:cy="7.0314104"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1372"
+     inkscape:window-height="978"
+     inkscape:window-x="299"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <path
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:0.70076954;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 5.0625 0 C 3.6987736 0 2.5996094 1.0972111 2.5996094 2.4609375 L 2.5996094 4.921875 C 2.5996094 6.2856014 3.6987736 7.3847656 5.0625 7.3847656 L 7.9375 7.3847656 C 9.3012264 7.3847656 10.400391 6.2856014 10.400391 4.921875 L 10.400391 2.4609375 C 10.400391 1.0972111 9.3012264 0 7.9375 0 L 5.0625 0 z M 5.1308594 1.2304688 L 7.8691406 1.2304688 C 8.5510157 1.2304688 9.0996094 1.7790625 9.0996094 2.4609375 L 9.0996094 3.6914062 C 9.0996094 4.3732813 8.5510157 4.9238281 7.8691406 4.9238281 L 5.1308594 4.9238281 C 4.4489843 4.9238281 3.9003906 4.3732813 3.9003906 3.6914062 L 3.9003906 2.4609375 C 3.9003906 1.7790625 4.4489843 1.2304688 5.1308594 1.2304688 z "
+       id="rect818"
+       transform="translate(0,1037.3622)" />
+    <rect
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:0.70076954;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect816"
+       width="13"
+       height="12.308022"
+       x="0"
+       y="1041.0542"
+       ry="1.3080008"
+       rx="0" />
+    <g
+       id="g846"
+       transform="matrix(1.3526755,0,0,1.3029527,21.455122,-319.62218)">
+      <ellipse
+         ry="1.9999826"
+         rx="2"
+         cx="-11"
+         cy="1047.3622"
+         id="path824"
+         style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <circle
+         r="1.5350482"
+         cy="1047.8972"
+         cx="-11.464952"
+         id="path822"
+         style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:0.85041672;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         d="m -10,1047.8622 a 1.5,1.5 0 0 1 -0.03259,0.311"
+         sodipodi:open="true"
+         sodipodi:end="0.20883039"
+         sodipodi:start="0"
+         sodipodi:ry="1.5"
+         sodipodi:rx="1.5"
+         sodipodi:cy="1047.8622"
+         sodipodi:cx="-11.5"
+         sodipodi:type="arc"
+         id="path826"
+         style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path839"
+         d="m -12,1049.3622 h 2 l 1,-1 h -2 z"
+         style="fill:#ac39ac;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0"
+         id="path834"
+         d="m -11,1047.3622 h 3 l -1.5,2 z"
+         style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </g>
+    <g
+       id="g846-6"
+       transform="matrix(-1.3526755,0,0,-1.3029527,-8.4004468,2414.3698)">
+      <ellipse
+         ry="1.9999826"
+         rx="2"
+         cx="-11"
+         cy="1047.3622"
+         id="path824-9"
+         style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <circle
+         r="1.5350482"
+         cy="1047.8972"
+         cx="-11.464952"
+         id="path822-7"
+         style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:0.85041672;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         d="m -10,1047.8622 a 1.5,1.5 0 0 1 -0.03259,0.311"
+         sodipodi:open="true"
+         sodipodi:end="0.20883039"
+         sodipodi:start="0"
+         sodipodi:ry="1.5"
+         sodipodi:rx="1.5"
+         sodipodi:cy="1047.8622"
+         sodipodi:cx="-11.5"
+         sodipodi:type="arc"
+         id="path826-3"
+         style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.55400002;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path839-7"
+         d="m -12,1049.3622 h 2 l 1,-1 h -2 z"
+         style="fill:#ac39ac;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0"
+         id="path834-8"
+         d="m -11,1047.3622 h 3 l -1.5,2 z"
+         style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/chemist.svg
===================================================================
--- /trunk/resources/images/presets/shop/chemist.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/chemist.svg	(revision 16006)
@@ -0,0 +1,395 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77)  -->
+
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   enable-background="new 0 0 467.496 225.063"
+   height="70"
+   i:pageBounds="0 792 612 0"
+   i:rulerOrigin="0 0"
+   i:viewOrigin="72 508"
+   overflow="visible"
+   space="preserve"
+   viewBox="0 0 160 70"
+   width="160"
+   version="1.1"
+   id="svg91"
+   sodipodi:docname="05.svg"
+   style="overflow:visible"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
+  <defs
+     id="defs95" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview93"
+     showgrid="true"
+     inkscape:zoom="2.299062"
+     inkscape:cx="92.191214"
+     inkscape:cy="42.488389"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg91">
+    <inkscape:grid
+       type="xygrid"
+       id="grid902" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata2">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>Red Toothbrush with Toothpaste</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>tool</rdf:li>
+            <rdf:li>dental</rdf:li>
+            <rdf:li>toothbrush</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Project</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent
+             rdf:about="http://web.resource.org/cc/PublicDomain">
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent
+             rdf:about="http://web.resource.org/cc/PublicDomain">
+            <dc:title>Public Domain</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date>2005/05/11</dc:date>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     i:dimmedPercent="50"
+     i:layer="yes"
+     i:rgbTrio="#4F008000FFFF"
+     id="Layer_1"
+     transform="matrix(0.34209599,0,0,0.31079894,0.0711496,0.002539)">
+    <g
+       id="g88">
+      <path
+         d="m 348.426,49.113 c 15.516,-4.14 30.348,-8.028 45.469,-11.664 15.084,-3.852 34.055,-8.46 44.135,-10.332 9.938,-1.872 10.621,-1.116 15.084,-0.36 4.32,0.648 8.244,3.492 10.801,4.932 2.34,1.296 3.527,0.648 3.564,3.744 -0.18,3.096 -1.477,11.34 -3.889,15.156 -2.447,3.708 -6.553,5.364 -10.367,7.488 -3.889,2.088 -7.668,3.132 -12.602,5.076 -5.039,1.872 -4.248,0.72 -17.207,5.976 -13.213,5.148 -44.461,18.072 -60.264,24.876 -15.732,6.66 -22.932,9.36 -33.553,15.192 -10.764,5.795 -21.889,15.588 -30.313,19.26 -8.459,3.492 -13.859,1.477 -19.943,2.16 -6.084,0.611 -8.711,-0.145 -16.775,1.764 -8.316,1.871 -22.248,5.939 -32.221,9.432 -10.116,3.492 -20.988,8.172 -27.216,10.98 -6.192,2.629 -9.432,4.213 -9.72,4.896 -0.18,3.131 -2.016,6.119 -5.508,9.107 -3.6,2.988 -6.516,4.176 -15.552,8.713 -9.216,4.428 -26.964,12.096 -38.952,17.855 -12.168,5.725 -23.544,11.557 -32.76,16.127 -9.144,4.43 -16.236,7.957 -21.816,10.584 -5.688,2.592 -7.596,4.43 -11.952,4.969 -4.392,0.359 -8.1,0.324 -14.616,-2.629 -6.732,-3.131 -17.388,-10.367 -25.02,-15.443 -7.704,-5.111 -16.2,-10.512 -20.484,-14.832 -4.248,-4.32 -3.852,-6.588 -4.932,-11.088 -1.224,-4.68 -2.52,-11.988 -1.8,-16.236 0.612,-4.355 2.556,-6.984 5.976,-9.395 3.492,-2.412 8.064,-4.141 14.4,-5.041 0.432,-9.791 0.18,-19.477 -0.612,-29.34 -0.972,-9.972 -3.24,-21.636 -4.428,-29.736 -1.152,-8.172 -2.052,-14.184 -2.556,-18.576 1.8,-4.104 4.068,-6.804 6.804,-8.532 2.664,-1.764 6.336,-1.656 9.36,-1.62 2.916,-0.072 5.724,0.468 8.28,1.476 1.8,-4.788 4.608,-7.56 8.568,-8.316 3.852,-0.756 8.856,0.396 14.868,3.6 1.836,-3.96 4.5,-6.084 7.992,-6.516 3.492,-0.432 7.704,0.828 12.78,3.924 1.548,-3.024 3.708,-4.788 6.624,-5.148 2.88,-0.396 6.48,0.468 10.8,2.736 1.908,-2.952 4.428,-4.536 7.56,-4.896 3.132,-0.432 6.732,0.504 11.088,2.664 0.18,-1.44 1.224,-2.412 3.672,-2.52 2.268,-0.216 7.128,0.612 10.296,1.368 3.096,0.612 4.644,1.368 8.388,2.664 3.6,1.26 9.252,3.096 13.5,4.932 4.248,1.728 9.288,2.556 11.628,5.4 2.196,2.772 1.764,4.788 1.764,11.34 -0.036,6.588 -1.8,20.268 -1.836,27.576 -0.18,7.236 0.18,12.204 0.936,15.444 13.068,-4.32 25.056,-8.748 36.504,-13.824 11.412,-5.148 23.688,-11.556 31.536,-16.308 7.596,-4.896 9.035,-9.432 14.473,-12.348 5.398,-2.916 10.295,-3.24 17.748,-5.148 7.379,-2.052 16.416,-4.212 26.279,-6.768 9.684,-2.772 22.393,-6.372 31.859,-8.856 9.398,-2.483 17.318,-4.463 24.158,-5.939 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path4"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 259.326,74.709 c 13.104,-2.7 26.855,-5.94 42.084,-10.008 15.191,-4.212 31.68,-9.684 48.348,-14.184 16.633,-4.536 34.92,-8.712 50.4,-12.384 15.264,-3.816 31.463,-8.496 40.824,-9.72 9.18,-1.26 10.764,0.936 14.471,2.412 3.637,1.368 9.721,3.996 7.416,6.084 -2.447,1.944 -9.684,3.096 -21.852,6.372 -12.348,3.24 -34.523,8.856 -51.119,13.536 -16.705,4.68 -31.393,9.108 -47.953,14.4 -16.631,5.22 -38.195,11.988 -50.939,16.812 -12.744,4.752 -12.707,6.084 -25.164,11.772 -12.707,5.58 -35.82,15.768 -49.752,21.816 -13.932,6.047 -25.38,12.24 -32.832,14.004 -7.488,1.477 -8.928,-2.305 -11.664,-4.393 -2.916,-2.123 -4.536,-4.68 -5.256,-7.955 11.484,-4.141 22.572,-8.605 33.66,-13.537 11.052,-5.004 24.3,-10.944 32.364,-15.876 7.884,-5.04 10.621,-10.404 15.156,-13.608 4.5,-3.203 8.388,-5.003 11.808,-5.543 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path6"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ff0000;fill-rule:evenodd;stroke:#fb0f0c;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 170.154,126.621 c 15.156,-6.553 27.72,-12.133 38.376,-17.028 10.548,-4.824 18.432,-8.46 24.768,-12.024 6.155,-3.816 8.243,-9.036 12.384,-9.972 4.141,-0.9 9.9,2.916 12.023,4.644 1.98,1.62 2.305,3.708 0,5.292 -2.52,1.332 -7.848,1.584 -14.328,3.528 -6.551,2.052 -16.307,5.616 -24.263,8.604 -7.992,2.772 -15.336,5.292 -23.292,8.677 -8.1,3.42 -16.092,7.199 -24.516,11.627 -0.36,-1.115 -0.756,-2.233 -1.152,-3.348 z"
+         i:knockout="Off"
+         id="path8"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ed0000;fill-rule:evenodd" />
+      <path
+         d="m 463.158,40.797 c 0.828,3.924 -0.396,7.236 -4.068,10.224 -3.744,2.844 -10.332,4.356 -17.676,7.308 -7.488,2.916 -16.057,6.048 -26.244,10.08 -10.332,3.888 -24.191,9.072 -34.633,13.464 -10.439,4.32 -17.711,7.524 -27.646,12.384 -10.152,4.716 -24.084,10.836 -32.365,15.876 -8.279,4.896 -11.736,10.908 -17.172,13.465 -5.652,2.412 -9.287,0.863 -15.768,1.584 -6.553,0.684 -12.527,0.252 -22.787,2.592 -10.514,2.268 -28.945,7.523 -38.917,10.908 -9.972,3.311 -13.824,6.119 -20.16,8.818 -6.336,2.594 -12.024,4.896 -17.46,6.912 0.756,4.141 -0.216,7.668 -3.312,10.729 -3.096,2.953 -8.1,3.996 -15.012,7.309 -7.128,3.203 -16.416,7.236 -27.036,12.24 -10.764,4.967 -25.92,12.492 -36.576,17.568 -10.764,5.074 -19.692,9.287 -27.072,12.348 -7.416,2.879 -9.756,6.443 -16.884,5.146 -7.236,-1.367 -17.568,-8.1 -25.992,-13.104 -8.676,-5.111 -19.296,-10.332 -24.624,-17.027 -5.22,-6.805 -8.604,-20.34 -6.66,-23.111 1.908,-2.773 10.512,2.916 17.748,6.516 7.056,3.42 17.496,11.592 24.66,14.4 7.056,2.844 10.548,3.6 17.712,2.268 7.056,-1.549 13.788,-6.336 24.66,-11.016 10.944,-4.789 27.108,-11.412 40.032,-17.102 12.816,-5.76 26.748,-13.428 36.108,-16.775 9.216,-3.313 15.336,-4.248 18.756,-2.951 4.068,-3.133 12.384,-7.561 25.092,-13.428 12.744,-6.086 36.792,-15.408 50.759,-21.709 13.896,-6.264 19.477,-10.728 32.148,-15.48 12.529,-4.896 24.625,-7.632 42.949,-13.212 18.359,-5.688 44.818,-14.004 66.311,-20.232 21.385,-6.336 41.438,-11.772 61.129,-16.992 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path10"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ff0000;fill-rule:evenodd;stroke:#fb0f0c;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 52.758,212.877 c -4.104,-0.973 -20.844,-10.656 -27.432,-15.049 -6.624,-4.391 -9,-6.912 -11.7,-11.303 -2.844,-4.609 -6.228,-13.861 -4.464,-15.408 1.908,-1.404 11.52,2.592 15.516,6.732 3.888,4.066 3.348,12.887 7.56,17.279 4.068,4.176 13.284,5.111 16.812,8.1 3.384,3.024 7.632,10.405 3.708,9.649 z"
+         i:knockout="Off"
+         id="path12"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ed0000;fill-rule:evenodd" />
+      <path
+         d="m 263.395,124.82 c -8.137,1.477 -17.354,4.105 -28.08,7.885 -10.765,3.816 -27.792,11.195 -35.964,14.795 -8.28,3.422 -12.456,5.365 -13.068,5.832 1.08,2.484 0.684,4.752 -1.188,7.236 -1.944,2.34 -3.708,3.961 -10.152,7.092 -6.696,3.168 -27.36,12.709 -28.8,11.701 -1.296,-1.332 16.992,-14.076 20.844,-18.648 3.636,-4.535 -0.756,-6.48 1.26,-8.207 1.872,-1.729 8.712,-0.9 10.368,-2.232 1.62,-1.477 1.44,-3.385 -0.54,-6.121 1.08,-0.143 2.16,-0.072 3.672,0.072 1.404,0.145 2.952,0.359 4.788,0.793 1.908,-2.844 6.048,-5.904 12.564,-9.324 6.552,-3.457 17.64,-7.525 26.316,-11.088 8.568,-3.637 20.916,-10.477 24.84,-10.404 3.779,0.035 -4.32,8.496 -2.088,10.404 2.231,1.726 7.163,1.798 15.228,0.214 z"
+         i:knockout="Off"
+         id="path14"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ed0000;fill-rule:evenodd" />
+      <path
+         d="m 461.43,42.777 c 2.447,-0.288 -0.576,3.636 -2.268,5.508 -1.801,1.692 -1.656,2.52 -7.74,4.86 -6.229,2.268 -20.557,5.76 -28.549,8.676 -7.955,2.772 -8.891,4.032 -18.756,8.244 -10.043,4.176 -34.02,15.156 -40.391,16.848 -6.264,1.476 -3.564,-3.744 2.807,-7.308 6.373,-3.672 25.453,-10.224 34.885,-13.824 9.145,-3.6 13.535,-5.148 20.557,-7.704 7.02,-2.736 15.156,-5.4 21.779,-7.992 6.623,-2.628 15.012,-7.056 17.676,-7.308 z"
+         i:knockout="Off"
+         id="path16"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ed0000;fill-rule:evenodd" />
+      <path
+         d="m 442.781,39.465 c 6.625,-1.368 7.525,-0.756 9.109,-1.908 1.512,-1.296 2.916,-4.536 0.035,-5.292 -3.096,-0.792 -6.912,-1.368 -17.965,0.756 -11.268,2.088 -44.314,9.684 -48.311,11.556 -3.744,1.62 20.447,-1.332 25.092,-1.224 4.428,0.072 -3.961,2.52 1.477,1.944 5.471,-0.792 23.761,-4.5 30.563,-5.832 z"
+         i:knockout="Off"
+         id="path18"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ed0000;fill-rule:evenodd" />
+      <path
+         d="m 77.454,83.061 c 0.36,1.512 -7.776,3.168 -10.656,3.312 -2.988,0.144 -6.228,-0.756 -6.66,-2.304 -0.432,-1.656 0.936,-7.38 3.96,-7.452 2.916,-0.18 12.78,4.752 13.356,6.444 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path20"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 38.43,67.185 c -0.108,2.016 -6.588,9.072 -10.152,9.648 -3.564,0.432 -10.476,-4.788 -10.584,-6.768 -0.144,-2.16 6.48,-4.572 10.008,-5.148 3.456,-0.504 10.548,0.252 10.728,2.268 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path22"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 57.33,75.429 c 0.432,2.304 -3.132,9.036 -6.372,9.108 -3.42,0 -12.708,-6.696 -13.284,-8.964 -0.504,-2.448 6.588,-5.184 10.008,-5.148 3.348,-0.036 8.964,2.556 9.648,5.004 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path24"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 58.122,61.281 c 0.972,1.944 -0.756,7.2 -3.384,7.992 -2.736,0.612 -11.772,-2.088 -12.672,-3.924 -1.044,-1.944 4.104,-6.768 6.84,-7.38 2.664,-0.648 8.136,1.332 9.216,3.312 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path26"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 93.654,79.605 c 0.828,1.476 -2.664,3.24 -4.932,3.348 -2.448,-0.036 -7.992,-1.692 -8.856,-3.168 -0.864,-1.512 1.224,-5.796 3.636,-5.76 2.34,0.072 9.108,3.924 10.152,5.58 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path28"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 110.43,75.681 c 0.072,1.548 -5.4,4.752 -7.812,4.752 -2.7,-0.288 -6.804,-4.176 -7.02,-5.688 -0.144,-1.548 3.888,-3.528 6.408,-3.312 2.412,0.144 8.28,2.664 8.424,4.248 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path30"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 125.91,73.809 c 0,1.116 -4.716,3.852 -6.948,3.888 -2.376,-0.108 -6.66,-2.628 -6.732,-3.816 -0.108,-1.26 4.104,-3.276 6.408,-3.276 2.304,0.072 7.092,1.836 7.272,3.204 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path32"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 142.434,70.317 c -0.036,1.26 -4.14,4.824 -6.48,5.004 -2.448,0.036 -7.092,-3.096 -7.272,-4.392 -0.18,-1.404 4.104,-3.204 6.444,-3.312 2.304,-0.108 7.056,1.296 7.308,2.7 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path34"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 162.918,67.689 c 0.18,1.476 -4.716,3.6 -7.452,3.888 -2.844,0.108 -8.424,-1.26 -8.82,-2.736 -0.36,-1.584 4.032,-6.084 6.804,-6.264 2.808,-0.144 8.928,3.456 9.468,5.112 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path36"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 164.538,70.389 c -3.744,2.304 -6.948,3.492 -10.008,3.708 -3.024,0.144 -5.796,-0.684 -8.172,-2.628 0.18,9.504 0.468,19.44 0.72,30.636 0.252,11.088 0.54,22.825 0.864,35.639 3.816,1.908 6.912,2.377 9.684,1.549 2.7,-0.863 4.788,-3.168 6.408,-6.768 -0.828,-11.736 -1.188,-22.428 -1.08,-32.904 0.036,-10.512 0.612,-19.98 1.584,-29.232 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path38"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 144.09,72.801 c -1.98,2.376 -4.248,3.816 -6.66,4.32 -2.448,0.468 -5.184,0 -8.064,-1.404 -1.044,9.36 -1.62,19.368 -1.728,30.456 -0.18,11.052 0.108,22.788 0.864,35.604 3.816,1.871 6.912,2.447 9.684,1.584 2.7,-0.936 4.788,-3.061 6.408,-6.768 0.432,-9.721 0.612,-19.656 0.54,-30.349 -0.144,-10.799 -0.396,-21.671 -1.044,-33.443 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path40"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 126.306,77.013 c -1.44,1.512 -3.132,2.448 -5.076,2.664 -2.016,0.216 -4.176,-0.252 -6.624,-1.404 -1.584,11.664 -2.772,23.076 -3.42,35.064 -0.72,11.952 -0.972,23.651 -0.756,35.929 3.744,1.979 6.984,2.375 9.72,1.584 2.7,-0.9 4.788,-3.168 6.408,-6.805 -0.648,-10.871 -1.152,-21.6 -1.116,-32.868 -0.072,-11.304 0.216,-22.464 0.864,-34.164 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path42"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 111.834,79.461 c -2.268,1.692 -4.536,2.556 -6.948,2.988 -2.448,0.36 -4.968,0.036 -7.56,-0.828 -1.8,14.076 -2.772,27.288 -3.06,40.176 -0.36,12.889 0.108,24.805 1.26,36.432 2.592,1.08 4.86,1.008 7.236,-0.072 2.268,-1.15 4.356,-3.455 6.408,-6.768 -1.188,-10.008 -1.548,-20.879 -1.08,-32.904 0.468,-12.096 1.62,-24.912 3.744,-39.024 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path44"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 95.13,81.441 c -0.648,2.34 -2.124,3.528 -4.428,3.96 -2.376,0.36 -5.508,-0.288 -9.54,-1.8 -0.684,11.016 -1.188,22.896 -1.512,36.215 -0.36,13.357 -0.54,27.469 -0.54,43.164 2.988,1.908 5.76,2.449 8.172,1.764 2.376,-0.756 4.536,-2.879 6.336,-6.227 -0.828,-10.117 -1.044,-21.42 -0.792,-34.309 0.252,-13.031 0.972,-26.963 2.304,-42.767 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path46"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 78.714,86.193 c -3.96,1.908 -7.488,2.7 -11.016,2.52 -3.528,-0.216 -6.768,-1.44 -9.864,-3.672 0.468,18.792 0.792,34.848 1.116,48.996 0.324,14.111 0.504,25.488 0.684,34.955 4.32,2.773 7.848,3.744 10.728,3.205 2.88,-0.648 4.968,-2.809 6.408,-6.768 -1.08,-8.893 -1.44,-19.584 -1.08,-32.904 0.288,-13.32 1.296,-28.584 3.024,-46.332 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path48"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 53.082,87.633 c -3.852,0.468 -7.092,0.252 -9.864,-0.792 -2.808,-1.152 -5.004,-2.844 -6.732,-5.508 1.404,17.64 2.484,32.761 3.096,46.188 0.612,13.355 0.9,24.336 0.72,33.516 2.412,4.031 4.86,6.408 7.488,7.127 2.628,0.648 5.184,-0.215 8.064,-2.879 C 55.458,152.9 55.026,140.59 54.558,127.521 54.09,114.488 53.55,101.385 53.082,87.633 Z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path50"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 32.202,79.857 c -2.844,1.8 -5.472,2.304 -8.172,1.116 -2.736,-1.188 -5.256,-3.78 -7.848,-7.92 2.808,18.576 4.536,34.272 5.724,48.061 1.08,13.68 1.26,24.66 0.684,33.516 2.412,3.961 4.86,6.191 7.488,7.129 2.556,0.826 5.148,0.07 7.92,-2.125 C 37.602,148.222 36.81,136.054 35.91,122.698 34.974,109.269 33.642,95.265 32.202,79.857 Z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path52"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 80.01,59.841 c 0.72,1.332 -2.124,3.78 -4.788,4.572 -2.844,0.72 -10.44,0.684 -11.268,-0.504 -0.648,-1.404 3.996,-6.732 6.84,-7.38 2.736,-0.684 8.352,1.908 9.216,3.312 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path54"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 98.082,56.097 c 0.612,1.584 -2.232,5.472 -4.932,6.228 -2.808,0.612 -10.404,-0.612 -11.124,-2.16 -0.648,-1.656 3.996,-6.696 6.84,-7.344 2.736,-0.72 8.352,1.62 9.216,3.276 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path56"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 116.298,55.053 c 0.396,1.656 -4.104,5.472 -6.696,6.3 -2.808,0.648 -8.892,-0.648 -9.36,-2.232 -0.396,-1.728 3.96,-6.732 6.804,-7.38 2.7,-0.684 8.748,1.584 9.252,3.312 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path58"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 135.126,54.369 c 0.54,1.224 -2.628,4.104 -5.472,4.752 -2.844,0.36 -10.8,-0.54 -11.376,-1.728 -0.54,-1.332 4.644,-4.896 7.632,-5.436 2.772,-0.576 8.568,1.152 9.216,2.412 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path60"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 77.742,70.353 c 1.008,1.728 -3.564,5.76 -5.94,6.264 -2.484,0.288 -7.884,-2.232 -8.856,-3.96 -1.044,-1.836 0,-6.156 2.556,-6.552 2.448,-0.324 11.16,2.34 12.24,4.248 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path62"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 95.85,67.401 c 1.008,1.548 -2.052,5.256 -4.32,5.724 -2.304,0.252 -7.848,-2.232 -9,-3.708 -1.116,-1.512 -0.288,-5.04 2.088,-5.328 2.196,-0.36 10.008,1.764 11.232,3.312 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path64"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 113.13,66.933 c 0.972,1.404 -3.096,3.492 -5.4,3.636 -2.448,0.036 -7.344,-1.692 -8.46,-3.096 -1.116,-1.476 -0.288,-5.256 2.088,-5.364 2.232,-0.18 10.692,3.42 11.772,4.824 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path66"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 128.286,63.729 c 0.792,1.476 -2.808,4.716 -4.824,5.148 -2.16,0.252 -6.336,-1.8 -7.272,-3.24 -0.936,-1.548 0.036,-5.004 2.088,-5.364 1.98,-0.324 9.072,1.944 10.008,3.456 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path68"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 148.338,60.057 c 0.864,1.476 -2.916,4.716 -4.824,5.148 -2.16,0.252 -6.372,-1.8 -7.236,-3.24 -0.828,-1.548 -0.036,-5.004 2.088,-5.364 2.016,-0.324 9,1.944 9.972,3.456 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path70"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#edecf1;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 168.282,133.102 c -1.116,3.455 -3.312,5.76 -6.876,7.055 -3.564,1.225 -8.352,1.441 -14.364,0.504 -2.664,2.197 -5.4,3.744 -8.208,4.5 -2.844,0.756 -5.76,0.865 -8.748,0.182 -0.396,3.059 -2.124,5.184 -5.184,6.658 -3.168,1.441 -7.416,1.945 -13.176,1.801 -1.296,2.916 -3.024,5.111 -5.724,6.588 -2.628,1.369 -6.048,2.016 -10.116,1.943 -1.728,3.602 -3.924,5.725 -6.588,6.66 -2.7,0.9 -5.868,0.324 -9.504,-1.439 -4.392,5.148 -8.532,7.848 -12.276,8.389 -3.888,0.432 -7.236,-1.297 -10.476,-5.473 -4.86,1.297 -8.64,1.439 -11.88,0.576 -3.204,-0.936 -5.616,-3.023 -7.236,-6.119 -5.22,1.402 -9.396,1.295 -12.672,-0.469 -3.312,-1.764 -5.616,-5.076 -6.912,-9.936 -3.132,-0.252 -5.364,0.072 -6.696,1.115 -1.44,0.936 -3.744,2.771 -1.512,4.824 2.268,1.871 7.38,3.24 14.652,7.164 7.092,3.959 18.216,14.615 27.828,16.271 9.396,1.439 15.984,-2.303 28.944,-6.912 13.068,-4.643 35.676,-15.084 48.384,-20.484 12.384,-5.398 18.432,-9.252 26.064,-12.131 7.56,-3.096 13.968,-4.896 19.368,-5.832 -2.268,-0.793 -3.924,-1.584 -5.112,-2.52 -1.224,-0.937 -1.836,-1.908 -1.98,-2.915 z"
+         i:knockout="Off"
+         id="path72"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#fb0f0c;fill-rule:evenodd" />
+      <path
+         d="m 103.014,77.913 c -26.712,3.42 -47.484,4.5 -63.576,3.24 C 23.382,79.821 12.33,78.957 7.65,70.101 3.078,61.101 5.994,39.177 11.682,27.945 17.298,16.533 30.69,7.065 40.878,2.889 51.03,-1.179 61.074,-0.963 71.838,3.537 62.91,6.921 57.114,10.377 54.054,14.049 50.85,17.721 44.55,24.165 53.622,25.461 c 9.144,1.08 36,-4.104 54.756,-4.428 18.612,-0.432 44.496,-3.132 56.268,2.304 11.592,5.544 22.932,21.204 12.78,30.456 -10.512,9.108 -34.848,17.1 -74.412,24.12 z"
+         i:knockout="Off"
+         id="path74"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill-rule:evenodd" />
+      <path
+         d="M 108.774,75.177 C 84.51,78.741 64.638,80.217 48.186,79.461 31.77,78.633 16.542,78.993 10.818,70.677 4.986,62.217 8.442,40.869 13.842,29.817 19.314,18.765 34.074,9.081 43.002,4.797 c 8.784,-4.356 16.416,-4.5 23.292,-0.72 -8.532,3.456 -13.716,6.912 -15.948,10.908 -2.196,3.852 -7.2,10.872 2.916,12.312 10.08,1.224 39.06,-3.852 57.24,-4.392 18.18,-0.648 39.492,-3.528 50.76,1.224 10.98,4.824 23.724,18.648 15.048,27.288 -8.928,8.532 -31.068,16.308 -67.536,23.76 z"
+         i:knockout="Off"
+         id="path76"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#0090b3;fill-rule:evenodd" />
+      <path
+         d="m 27.918,77.625 c -4.788,-4.68 -6.588,-9.252 -5.544,-14.112 1.08,-4.896 9.792,-9.18 11.7,-14.652 1.764,-5.58 -3.708,-11.376 -1.008,-17.784 2.7,-6.444 12.312,-15.552 17.028,-20.124 4.608,-4.608 12.708,-7.596 10.692,-7.164 -2.304,0.432 -16.812,4.968 -23.652,9.576 -6.912,4.5 -14.292,11.88 -17.136,17.28 -2.736,5.256 2.124,9.144 0.396,14.724 -1.98,5.544 -5.652,11.52 -11.592,18.36 0.468,3.276 1.512,5.832 3.42,7.956 1.836,2.016 4.896,3.456 7.632,4.464 2.556,0.972 5.292,1.512 8.064,1.476 z"
+         i:knockout="Off"
+         id="path78"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#85d1dd;fill-rule:evenodd" />
+      <path
+         d="m 46.242,21.285 c 1.512,-1.584 -0.828,1.8 -0.216,3.06 0.468,1.188 0.648,3.528 3.852,4.248 3.204,0.468 11.808,0 15.696,-0.288 3.852,-0.36 9.756,-2.124 7.452,-0.972 -2.664,1.224 -17.1,5.04 -22.068,8.1 -4.896,2.808 -4.572,7.992 -6.804,9.288 -2.34,1.224 -5.256,0.18 -6.66,-1.62 -1.512,-1.98 -2.952,-5.76 -1.548,-9.396 1.512,-3.78 8.46,-10.836 10.296,-12.42 z"
+         i:knockout="Off"
+         id="path80"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#1aa6b6;fill-rule:evenodd" />
+      <path
+         d="m 48.042,9.945 c -0.864,0.252 -10.224,5.04 -14.076,9.072 -4.032,3.96 -7.596,9.54 -9.324,14.4 -1.692,4.716 1.332,8.892 -0.792,14.04 -2.376,5.004 -11.34,13.14 -12.744,16.092 -1.44,2.844 3.06,-0.216 4.212,0.828 1.008,0.972 0.972,3.024 2.232,4.752 1.116,1.584 4.788,5.436 5.04,4.608 0.144,-1.008 -4.608,-5.688 -3.564,-10.296 1.044,-4.716 8.46,-12.024 10.044,-17.208 1.404,-5.148 -2.7,-8.892 -1.044,-13.608 1.656,-4.86 7.596,-11.448 11.016,-15.192 3.312,-3.852 9.828,-7.776 9,-7.488 z"
+         i:knockout="Off"
+         id="path82"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd" />
+      <path
+         d="m 55.35,39.573 c 4.752,0.9 17.496,3.024 31.14,2.628 13.572,-0.576 41.364,-6.264 49.212,-5.544 7.488,0.72 5.184,4.212 -3.708,9.648 -9.108,5.364 -47.664,19.224 -49.572,22.284 -1.728,2.844 28.188,-1.548 38.808,-4.716 10.44,-3.384 14.76,-10.728 23.94,-14.256 9.216,-3.528 28.548,-2.52 30.636,-6.264 1.692,-3.78 -9.792,-13.608 -19.296,-16.164 -9.612,-2.628 -24.408,-0.9 -37.044,0.612 -12.744,1.44 -27.828,6.552 -38.052,8.1 -10.26,1.404 -18.072,0.072 -22.464,0.72 -4.464,0.468 -8.208,2.052 -3.6,2.952 z"
+         i:knockout="Off"
+         id="path84"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#85d1dd;fill-rule:evenodd" />
+      <path
+         d="m 95.418,63.657 c 1.368,-1.332 8.46,-2.736 15.876,-5.868 7.344,-3.276 22.572,-9.468 27.756,-13.176 4.968,-3.708 4.464,-7.488 2.376,-9 -2.232,-1.62 -7.884,-1.08 -15.588,-0.468 -7.884,0.612 -20.916,2.88 -30.924,3.888 -10.188,0.828 -25.308,1.476 -28.836,1.26 -3.42,-0.396 3.6,-1.944 8.28,-2.7 4.5,-0.72 9.9,-0.468 19.116,-1.62 9.288,-1.296 26.28,-4.572 35.82,-5.796 9.36,-1.368 12.996,-3.672 20.34,-1.764 7.272,1.908 22.824,11.088 23.328,13.356 0.288,2.16 -14.04,-1.8 -20.772,-0.072 -6.84,1.8 -13.176,6.912 -19.152,10.332 -6.084,3.168 -11.412,6.84 -16.416,9.072 -5.004,2.196 -9.828,3.744 -13.356,4.248 -3.6,0.324 -9.18,-0.432 -7.848,-1.692 z"
+         i:knockout="Off"
+         id="path86"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/clothes.svg
===================================================================
--- /trunk/resources/images/presets/shop/clothes.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/clothes.svg	(revision 16006)
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="160"
+   viewBox="0 0 160 160"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="08.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="46.996465"
+     inkscape:cy="81.221305"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-893.3622)">
+    <g
+       id="g3219"
+       transform="matrix(0.99174847,0,0,1.2211756,-65.765762,226.37604)"
+       style="fill:#3d5889;fill-opacity:1;stroke:#000000;stroke-width:1.73248327;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
+      <path
+         sodipodi:nodetypes="ccccccccccc"
+         id="path2427"
+         d="m 67.613793,570.41735 c 24.468075,-13.10042 45.356037,-11.77452 66.041377,-23.06206 11.09637,2.43104 19.357,1.4592 26.99311,-0.26207 23.42862,10.78637 44.02825,12.51579 66.04138,23.5862 -1.82964,11.55946 -5.85886,21.54778 -12.57932,29.6138 -8.15361,-4.36994 -15.86829,-6.10632 -23.32413,-6.28966 l -0.52414,78.62069 c -32.1215,5.98273 -59.34716,3.39775 -85.95862,-0.26207 l -0.26207,-78.09655 c -9.370679,-0.2722 -16.500436,3.19047 -23.848277,6.28966 -7.067215,-9.63539 -10.36885,-19.80873 -12.57931,-30.13794 z"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3199"
+         d="m 71.282759,569.10701 c 2.214678,10.74851 6.083496,20.78686 13.627586,29.35172"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3203"
+         d="m 105.35172,668.16908 c 28.12874,4.60443 56.25747,5.59295 84.38621,-0.26207"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="czc"
+         id="path3205"
+         d="m 133.3931,547.61736 c -0.22816,2.3247 1.69237,12.73282 13.88965,13.36551 11.93593,0.61914 14.27527,-11.53603 13.88966,-13.10345"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 128.21194,550.41871 c -0.22816,2.3247 4.57424,15.11165 18.34482,15.46206 14.03248,0.35707 19.77872,-14.68086 19.39311,-16.24828"
+         id="path3207"
+         sodipodi:nodetypes="czc"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3209"
+         d="m 134.52279,552.33459 c 8.53814,2.23324 16.08174,1.75419 25.31809,-0.20185"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3213"
+         d="m 104.16182,558.28077 c 2.57594,9.88539 6.83803,21.48891 -0.26207,35.37931"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 190.37521,558.48262 c -2.57594,9.88539 -6.83803,21.48891 0.26207,35.37931"
+         id="path3215"
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 223.28276,568.84494 c -2.21468,10.74851 -6.0835,20.78686 -13.62759,29.35172"
+         id="path3217"
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/computer.svg
===================================================================
--- /trunk/resources/images/presets/shop/computer.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/computer.svg	(revision 16006)
@@ -0,0 +1,2118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="495.0741"
+   id="svg1"
+   inkscape:version="0.46"
+   sodipodi:docbase="/selso/KyDaKorg/Projects/Free_Software_CDs/Computer_Internet_Security"
+   sodipodi:docname="computer.svg"
+   sodipodi:version="0.32"
+   width="632.17804"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>workstation</dc:title>
+        <dc:description>Workstation based on &quot;Andy Fitzsimon's Computer&quot;.</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>hash</rdf:li>
+            <rdf:li />
+            <rdf:li>hardware</rdf:li>
+            <rdf:li>workstation</rdf:li>
+            <rdf:li>desktop</rdf:li>
+            <rdf:li>computer</rdf:li>
+            <rdf:li>pc</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>HASH(0x89c79d4)</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>HASH(0x89c79d4)</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>HASH(0x89c79d4)</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 371.875 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="1052.5 : 371.875 : 1"
+       inkscape:persp3d-origin="526.25 : 247.91667 : 1"
+       id="perspective277" />
+    <radialGradient
+       cx="219.30873"
+       cy="77.963234"
+       fx="219.30873"
+       fy="77.963234"
+       gradientTransform="matrix(2.665527,0,0,1.3098,-747.6215,-178.8622)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1956"
+       inkscape:collect="always"
+       r="164.14062"
+       xlink:href="#linearGradient2353" />
+    <linearGradient
+       gradientTransform="translate(-420.7168,-172.9349)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1954"
+       inkscape:collect="always"
+       x1="399.5"
+       x2="399.5"
+       xlink:href="#linearGradient2353"
+       y1="347"
+       y2="352.55652" />
+    <linearGradient
+       gradientTransform="translate(-383.6754,-157.7091)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1952"
+       inkscape:collect="always"
+       spreadMethod="pad"
+       x1="396.03845"
+       x2="400.10574"
+       xlink:href="#linearGradient2645"
+       y1="347.95197"
+       y2="354.875" />
+    <radialGradient
+       cx="415.09686"
+       cy="333.86954"
+       fx="415.09689"
+       fy="333.86954"
+       gradientTransform="matrix(0,-0.660027,0.618809,0,-196.0238,461.5213)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1950"
+       inkscape:collect="always"
+       r="5.9499998"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2645" />
+    <linearGradient
+       gradientTransform="translate(-383.6754,-157.7091)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1946"
+       inkscape:collect="always"
+       spreadMethod="pad"
+       x1="396.03845"
+       x2="400.10574"
+       xlink:href="#linearGradient2645"
+       y1="347.95197"
+       y2="354.875" />
+    <radialGradient
+       cx="415.09686"
+       cy="333.86954"
+       fx="415.09689"
+       fy="333.86954"
+       gradientTransform="matrix(0,-0.660027,0.618809,0,-196.0238,461.5213)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1944"
+       inkscape:collect="always"
+       r="5.9499998"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2645" />
+    <linearGradient
+       gradientTransform="translate(-420.7168,-172.9349)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1942"
+       inkscape:collect="always"
+       x1="399.5"
+       x2="399.5"
+       xlink:href="#linearGradient2353"
+       y1="347"
+       y2="352.55652" />
+    <linearGradient
+       gradientTransform="translate(-383.6754,-157.7091)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1940"
+       inkscape:collect="always"
+       spreadMethod="pad"
+       x1="396.03845"
+       x2="400.10574"
+       xlink:href="#linearGradient2645"
+       y1="347.95197"
+       y2="354.875" />
+    <radialGradient
+       cx="415.09686"
+       cy="333.86954"
+       fx="415.09689"
+       fy="333.86954"
+       gradientTransform="matrix(0,-0.660027,0.618809,0,-196.0238,461.5213)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1938"
+       inkscape:collect="always"
+       r="5.9499998"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2645" />
+    <linearGradient
+       gradientTransform="translate(-251.2903,-103.2925)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1936"
+       inkscape:collect="always"
+       x1="399.5"
+       x2="399.5"
+       xlink:href="#linearGradient2353"
+       y1="347"
+       y2="352.55652" />
+    <linearGradient
+       gradientTransform="translate(-229.1658,-94.19825)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1934"
+       inkscape:collect="always"
+       spreadMethod="pad"
+       x1="396.03845"
+       x2="400.10574"
+       xlink:href="#linearGradient2645"
+       y1="347.95197"
+       y2="354.875" />
+    <linearGradient
+       id="linearGradient2645">
+      <stop
+         id="stop2647"
+         offset="0.0000000"
+         style="stop-color:#848484;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2649"
+         offset="1.0000000"
+         style="stop-color:#fcfcfc;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <radialGradient
+       cx="415.09686"
+       cy="333.86954"
+       fx="415.09689"
+       fy="333.86954"
+       gradientTransform="matrix(0,-0.660027,0.618809,0,-41.51423,525.0321)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1932"
+       inkscape:collect="always"
+       r="5.9499998"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2645" />
+    <radialGradient
+       cx="264.7041"
+       cy="213.93657"
+       fx="264.7041"
+       fy="213.93657"
+       gradientTransform="matrix(0.494334,0,0,0.375649,-172.8996,7.481892)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1930"
+       inkscape:collect="always"
+       r="166.14122"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2345" />
+    <linearGradient
+       id="linearGradient2758">
+      <stop
+         id="stop2760"
+         offset="0.0000000"
+         style="stop-color:#0053c9;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2762"
+         offset="1.0000000"
+         style="stop-color:#00005c;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <radialGradient
+       cx="372.46002"
+       cy="414.29233"
+       fx="372.46002"
+       fy="414.29233"
+       gradientTransform="matrix(2.778622,-0.379794,0.100223,0.733263,-1012.223,72.24809)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1928"
+       inkscape:collect="always"
+       r="166.14122"
+       xlink:href="#linearGradient2758" />
+    <linearGradient
+       gradientTransform="matrix(0.919394,0,0,0.971931,-294.7019,-81.2203)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1926"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="76.308434"
+       x2="274.80588"
+       xlink:href="#linearGradient2345"
+       y1="182.07208"
+       y2="182.07208" />
+    <linearGradient
+       gradientTransform="translate(-1163.397,-380.32)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2167"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="294.35269"
+       x2="350.59085"
+       xlink:href="#linearGradient2353"
+       y1="499.08817"
+       y2="457.44446" />
+    <radialGradient
+       cx="264.20367"
+       cy="410.05835"
+       fx="264.20367"
+       fy="391.52805"
+       gradientTransform="matrix(1.496663,-4.585751e-7,0,1.740426,-419.6866,-434.5289)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2165"
+       inkscape:collect="always"
+       r="37.271915"
+       xlink:href="#linearGradient2517" />
+    <radialGradient
+       cx="265.16888"
+       cy="405.72955"
+       fx="265.16885"
+       fy="399.27518"
+       gradientTransform="matrix(0.819405,0,0,3.674938,-241.5434,-1224.692)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2163"
+       inkscape:collect="always"
+       r="37.271915"
+       xlink:href="#linearGradient2517" />
+    <linearGradient
+       id="linearGradient2431">
+      <stop
+         id="stop2433"
+         offset="0.0000000"
+         style="stop-color:#c6c6c6;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2439"
+         offset="0.13500696"
+         style="stop-color:#696969;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2441"
+         offset="0.64723927"
+         style="stop-color:#f9f9f9;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2435"
+         offset="1.0000000"
+         style="stop-color:#bcbcbc;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.240904,0,0,0.314882,-116.8408,92.08636)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2161"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="261.875"
+       x2="350.15021"
+       xlink:href="#linearGradient2431"
+       y1="412.14062"
+       y2="412.14062" />
+    <linearGradient
+       gradientTransform="matrix(0.240904,0,0,0.314882,-116.8408,92.08636)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2159"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="281.875"
+       x2="398.8616"
+       xlink:href="#linearGradient2345"
+       y1="412.14062"
+       y2="412.14062" />
+    <radialGradient
+       cx="262"
+       cy="424"
+       fx="262"
+       fy="424"
+       gradientTransform="matrix(1,0,0,0.252033,-1059.579,-241.5343)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2157"
+       inkscape:collect="always"
+       r="246"
+       xlink:href="#linearGradient2778" />
+    <linearGradient
+       id="linearGradient2445"
+       inkscape:collect="always">
+      <stop
+         id="stop2447"
+         offset="0"
+         style="stop-color:#6c6c6c;stop-opacity:1;" />
+      <stop
+         id="stop2449"
+         offset="1"
+         style="stop-color:#6c6c6c;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       cx="384.29688"
+       cy="557.6026"
+       fx="384.29688"
+       fy="506.29785"
+       gradientTransform="matrix(0.25576,0,0,0.409576,-122.5502,39.28446)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2155"
+       inkscape:collect="always"
+       r="102.42188"
+       xlink:href="#linearGradient2445" />
+    <linearGradient
+       id="linearGradient2353"
+       inkscape:collect="always">
+      <stop
+         id="stop2355"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop2357"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="translate(-910.0464,-593.6827)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2153"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="388.32187"
+       x2="388.32187"
+       xlink:href="#linearGradient2353"
+       y1="472.7373"
+       y2="619.78046" />
+    <radialGradient
+       cx="389.17291"
+       cy="543.08972"
+       fx="389.17291"
+       fy="403.90533"
+       gradientTransform="matrix(0.742761,-1.234706e-6,6.103005e-7,0.367138,-808.7614,-156.2273)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2151"
+       inkscape:collect="always"
+       r="315.71429"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2345" />
+    <linearGradient
+       id="linearGradient2517">
+      <stop
+         id="stop2519"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.0000000;" />
+      <stop
+         id="stop2525"
+         offset="0.50000000"
+         style="stop-color:#000000;stop-opacity:0.0000000;" />
+      <stop
+         id="stop2521"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <radialGradient
+       cx="391.96954"
+       cy="884.11536"
+       fx="391.96954"
+       fy="884.11536"
+       gradientTransform="matrix(-1.498936e-3,0.938851,-0.914363,4.426339e-2,323.3221,-220.0171)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2149"
+       inkscape:collect="always"
+       r="315.71429"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2517" />
+    <linearGradient
+       id="linearGradient2345">
+      <stop
+         id="stop2347"
+         offset="0"
+         style="stop-color:#b8b8b8;stop-opacity:1;" />
+      <stop
+         id="stop2349"
+         offset="1.0000000"
+         style="stop-color:#f1f1f1;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <radialGradient
+       cx="291.23904"
+       cy="771.20361"
+       fx="291.23898"
+       fy="771.20557"
+       gradientTransform="matrix(0.39013,1.218688e-2,-9.692184e-3,0.726456,-604.7529,-353.2071)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2147"
+       inkscape:collect="always"
+       r="315.71429"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2345" />
+    <radialGradient
+       cx="262"
+       cy="424"
+       fx="262"
+       fy="424"
+       gradientTransform="matrix(1,0,0,0.252033,-381.4644,154.7841)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1812"
+       inkscape:collect="always"
+       r="246"
+       xlink:href="#linearGradient2778" />
+    <radialGradient
+       cx="262"
+       cy="424"
+       fx="262"
+       fy="424"
+       gradientTransform="matrix(1,0,0,0.252033,-618.0684,165.6341)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1810"
+       inkscape:collect="always"
+       r="246"
+       xlink:href="#linearGradient2778" />
+    <linearGradient
+       id="linearGradient2778"
+       inkscape:collect="always">
+      <stop
+         id="stop2780"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop2782"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       cx="262"
+       cy="424"
+       fx="262"
+       fy="424"
+       gradientTransform="matrix(1,0,0,0.252033,-483.4399,181.9836)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient1808"
+       inkscape:collect="always"
+       r="246"
+       xlink:href="#linearGradient2778" />
+    <linearGradient
+       id="linearGradient2978"
+       inkscape:collect="always">
+      <stop
+         id="stop2980"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop2982"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2006">
+      <stop
+         id="stop2007"
+         offset="0.0000000"
+         style="stop-color:#dddddd;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2008"
+         offset="1.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2002">
+      <stop
+         id="stop2003"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.34901962;" />
+      <stop
+         id="stop2004"
+         offset="0.64999998"
+         style="stop-color:#000000;stop-opacity:0.13402061;" />
+      <stop
+         id="stop2005"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1806">
+      <stop
+         id="stop1807"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.35051546;" />
+      <stop
+         id="stop3276"
+         offset="0.64999998"
+         style="stop-color:#000000;stop-opacity:0.13402061;" />
+      <stop
+         id="stop1808"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1133">
+      <stop
+         id="stop1134"
+         offset="0.00000000"
+         style="stop-color:#8bb7df;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1136"
+         offset="0.62500000"
+         style="stop-color:#195d9c;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1135"
+         offset="1.0000000"
+         style="stop-color:#375e82;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1098">
+      <stop
+         id="stop1099"
+         offset="0.00000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1101"
+         offset="0.50000000"
+         style="stop-color:#ffffff;stop-opacity:0.22314049;" />
+      <stop
+         id="stop1102"
+         offset="0.59930235"
+         style="stop-color:#ffffff;stop-opacity:0.00000000;" />
+      <stop
+         id="stop1100"
+         offset="1.0000000"
+         style="stop-color:#ffffff;stop-opacity:0.60330576;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient892">
+      <stop
+         id="stop893"
+         offset="0.00000000"
+         style="stop-color:#ffffff;stop-opacity:0.00000000;" />
+      <stop
+         id="stop894"
+         offset="1"
+         style="stop-color:#fff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient888">
+      <stop
+         id="stop889"
+         offset="0.0000000"
+         style="stop-color:#626262;stop-opacity:1.0000000;" />
+      <stop
+         id="stop890"
+         offset="1"
+         style="stop-color:#fff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1955">
+      <stop
+         id="stop1956"
+         offset="0.0000000"
+         style="stop-color:#30b74b;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1957"
+         offset="1.0000000"
+         style="stop-color:#f2f2f2;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1951">
+      <stop
+         id="stop1952"
+         offset="0.0000000"
+         style="stop-color:#305cb7;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1953"
+         offset="1.0000000"
+         style="stop-color:#f2f2f2;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1948">
+      <stop
+         id="stop1949"
+         offset="0.0000000"
+         style="stop-color:#30b74b;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1950"
+         offset="1.0000000"
+         style="stop-color:#f2f2f2;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1945">
+      <stop
+         id="stop1946"
+         offset="0.0000000"
+         style="stop-color:#9fa4af;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1947"
+         offset="1.0000000"
+         style="stop-color:#f2f2f2;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1906">
+      <stop
+         id="stop1907"
+         offset="0.0000000"
+         style="stop-color:#305cb7;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1908"
+         offset="1.0000000"
+         style="stop-color:#f2f2f2;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient893">
+      <stop
+         id="stop895"
+         offset="0.0000000"
+         style="stop-color:#c3c3c3;stop-opacity:1.0000000;" />
+      <stop
+         id="stop896"
+         offset="1.0000000"
+         style="stop-color:#f2f2f2;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2164">
+      <stop
+         id="stop2165"
+         offset="0.0000000"
+         style="stop-color:#ff8a00;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2166"
+         offset="1.0000000"
+         style="stop-color:#0014ff;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2158">
+      <stop
+         id="stop2159"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2160"
+         offset="1"
+         style="stop-color:#fff;stop-opacity:1;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.338562,0,0,0.618711,307.6967,127.3268)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4284"
+       x1="499.56372"
+       x2="607.30701"
+       xlink:href="#linearGradient893"
+       y1="113.22289"
+       y2="226.30154" />
+    <linearGradient
+       gradientTransform="matrix(0.50658,0,0,0.564163,320.8861,129.3425)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4283"
+       x1="549.95361"
+       x2="527.01196"
+       xlink:href="#linearGradient1906"
+       y1="400.7225"
+       y2="377.80753" />
+    <linearGradient
+       gradientTransform="matrix(0.50658,0,0,0.564163,336.5016,101.8363)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2740"
+       x1="549.95361"
+       x2="527.01196"
+       xlink:href="#linearGradient1945"
+       y1="400.7225"
+       y2="377.80753" />
+    <linearGradient
+       gradientTransform="matrix(0.50658,0,0,0.564163,387.4581,77.02887)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1506"
+       x1="549.95361"
+       x2="527.01196"
+       xlink:href="#linearGradient1948"
+       y1="400.7225"
+       y2="377.80753" />
+    <linearGradient
+       id="linearGradient1404"
+       x1="0.53169012"
+       x2="0.54577464"
+       xlink:href="#linearGradient892"
+       y1="0.2888889"
+       y2="1.1" />
+    <radialGradient
+       cx="0.47887325"
+       cy="0.53333336"
+       fx="0.47535211"
+       fy="0.26666668"
+       id="radialGradient1315"
+       r="0.41197181"
+       xlink:href="#linearGradient1317" />
+    <linearGradient
+       id="linearGradient1171"
+       x1="0.83050847"
+       x2="0.56355929"
+       xlink:href="#linearGradient902"
+       y1="0.578125"
+       y2="0.3671875" />
+    <linearGradient
+       id="linearGradient1169"
+       x1="1.478022"
+       x2="-0.13028169"
+       xlink:href="#linearGradient893"
+       y1="2.921875"
+       y2="-0.26732674" />
+    <linearGradient
+       id="linearGradient1167"
+       x1="1.6111112"
+       x2="-0.083333336"
+       xlink:href="#linearGradient888"
+       y1="3.0703125"
+       y2="0.046875" />
+    <linearGradient
+       id="linearGradient1166"
+       x1="0.85858583"
+       x2="0.50480771"
+       xlink:href="#linearGradient1317"
+       y1="-0.52941179"
+       y2="0.86503065" />
+    <linearGradient
+       id="linearGradient1157"
+       x1="1.5528169"
+       x2="-1.2077465"
+       xlink:href="#linearGradient888"
+       y1="3.3265307"
+       y2="-0.48979592" />
+    <linearGradient
+       id="linearGradient1156"
+       x1="0.48260871"
+       x2="0.48260871"
+       xlink:href="#linearGradient888"
+       y1="-0.40000001"
+       y2="1.875" />
+    <linearGradient
+       id="linearGradient1150"
+       x1="0.25221238"
+       x2="-0.57522124"
+       xlink:href="#linearGradient892"
+       y1="0.578125"
+       y2="1.4765625" />
+    <linearGradient
+       id="linearGradient1148"
+       x1="0.23245615"
+       x2="1.0789474"
+       xlink:href="#linearGradient892"
+       y1="0.15625"
+       y2="-0.6484375" />
+    <linearGradient
+       id="linearGradient1146"
+       x1="0.51351351"
+       x2="-0.076576576"
+       xlink:href="#linearGradient892"
+       y1="0.5546875"
+       y2="1.1875" />
+    <linearGradient
+       id="linearGradient1144"
+       x1="0.52941179"
+       x2="0.53333336"
+       xlink:href="#linearGradient892"
+       y1="0.26634732"
+       y2="1.3833333" />
+    <linearGradient
+       id="linearGradient1140"
+       x1="0.73913044"
+       x2="0.66666669"
+       xlink:href="#linearGradient888"
+       y1="-1.0735294"
+       y2="1.3" />
+    <radialGradient
+       cx="0.68556702"
+       cy="0.3828125"
+       fx="0.93298972"
+       fy="0.03125"
+       id="radialGradient1132"
+       r="1.402149"
+       xlink:href="#linearGradient1133" />
+    <linearGradient
+       id="linearGradient905"
+       x1="-1.5389611"
+       x2="1.0909091"
+       xlink:href="#linearGradient888"
+       y1="2.7890625"
+       y2="-0.1953125" />
+    <linearGradient
+       id="linearGradient891"
+       x1="1.3485916"
+       x2="0.024647888"
+       xlink:href="#linearGradient888"
+       y1="-0.85185188"
+       y2="1.0899471" />
+    <linearGradient
+       id="linearGradient902">
+      <stop
+         id="stop903"
+         offset="0.0000000"
+         style="stop-color:#d22235;stop-opacity:1.0000000;" />
+      <stop
+         id="stop904"
+         offset="1.0000000"
+         style="stop-color:#f1f1f1;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1317">
+      <stop
+         id="stop1318"
+         offset="0.00000000"
+         style="stop-color:#000000;stop-opacity:0.52892560;" />
+      <stop
+         id="stop1320"
+         offset="0.50000000"
+         style="stop-color:#000000;stop-opacity:0.17355372;" />
+      <stop
+         id="stop1319"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <radialGradient
+       cx="0.50522649"
+       cy="0.54545456"
+       fx="0.51611376"
+       fy="0.56148684"
+       id="radialGradient1977"
+       r="0.46065515"
+       xlink:href="#linearGradient1806" />
+    <linearGradient
+       gradientTransform="matrix(0.903456,0,0,0.231856,323.9662,148.2107)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1505"
+       x1="247.08249"
+       x2="251.60844"
+       xlink:href="#linearGradient2006"
+       y1="515.35455"
+       y2="536" />
+    <linearGradient
+       gradientTransform="matrix(0.50658,0,0,0.564163,345.7606,77.02887)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1170"
+       x1="549.95361"
+       x2="527.01196"
+       xlink:href="#linearGradient902"
+       y1="400.7225"
+       y2="377.80753" />
+    <radialGradient
+       id="radialGradient1316"
+       xlink:href="#linearGradient1955" />
+    <linearGradient
+       gradientTransform="matrix(0.808421,0,0,0.259113,249.3345,139.5331)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1141"
+       x1="218.48817"
+       x2="263.56339"
+       xlink:href="#linearGradient893"
+       y1="531.83948"
+       y2="576.43158" />
+    <linearGradient
+       gradientTransform="matrix(0.509618,0,0,0.411036,249.3345,139.5331)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1138"
+       x1="357.26105"
+       x2="407.04617"
+       xlink:href="#linearGradient1133"
+       y1="272.20053"
+       y2="321.45209" />
+    <linearGradient
+       gradientTransform="matrix(0.809332,0,0,0.258821,249.3345,139.5331)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient901"
+       x1="238.53204"
+       x2="242.98486"
+       xlink:href="#linearGradient893"
+       y1="518.94507"
+       y2="532.19342" />
+    <linearGradient
+       gradientTransform="matrix(0.903456,0,0,0.231856,307.6967,127.3268)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2210"
+       inkscape:collect="always"
+       x1="204.41452"
+       x2="211.79778"
+       xlink:href="#linearGradient2006"
+       y1="309.29977"
+       y2="342.979" />
+    <linearGradient
+       gradientTransform="matrix(0.903456,0,0,0.231856,323.9662,148.2107)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2212"
+       inkscape:collect="always"
+       x1="247.08249"
+       x2="251.60844"
+       xlink:href="#linearGradient2006"
+       y1="485.13104"
+       y2="505.77646" />
+    <linearGradient
+       gradientTransform="matrix(0.509618,0,0,0.411036,249.3345,139.5331)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2214"
+       inkscape:collect="always"
+       x1="352.29379"
+       x2="412.01343"
+       xlink:href="#linearGradient893"
+       y1="267.32782"
+       y2="326.40744" />
+    <radialGradient
+       cx="212.32999"
+       cy="392.48157"
+       fx="212.32999"
+       fy="392.48157"
+       gradientTransform="matrix(1.151244,0,0,1.185109,-309.5196,-146.9647)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient2986"
+       inkscape:collect="always"
+       r="12.38848"
+       xlink:href="#linearGradient2978" />
+    <radialGradient
+       cx="212.32999"
+       cy="392.48157"
+       fx="212.32999"
+       fy="392.48157"
+       gradientTransform="matrix(1.151244,0,0,1.185109,-426.4725,-147.8079)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient3022"
+       inkscape:collect="always"
+       r="12.38848"
+       xlink:href="#linearGradient2978" />
+    <linearGradient
+       gradientTransform="matrix(4.535071,0,0,1.093269,-678.7315,-248.9155)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3039"
+       inkscape:collect="always"
+       x1="247.08249"
+       x2="251.60844"
+       xlink:href="#linearGradient2006"
+       y1="515.35455"
+       y2="536" />
+    <linearGradient
+       gradientTransform="matrix(2.036709,0,0,0.490989,-86.22715,70.67803)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3042"
+       inkscape:collect="always"
+       x1="153.74297"
+       x2="154.7247"
+       xlink:href="#linearGradient2006"
+       y1="600.22687"
+       y2="680.078" />
+    <linearGradient
+       gradientTransform="matrix(2.036709,0,0,0.490989,-86.22715,70.67804)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3055"
+       inkscape:collect="always"
+       x1="153.74297"
+       x2="154.7247"
+       xlink:href="#linearGradient2006"
+       y1="600.22687"
+       y2="680.078" />
+    <linearGradient
+       gradientTransform="matrix(1.041781,0,0,1.788372,-212.6957,111.8135)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3058"
+       inkscape:collect="always"
+       x1="499.56372"
+       x2="607.30701"
+       xlink:href="#linearGradient893"
+       y1="113.22289"
+       y2="226.30154" />
+    <linearGradient
+       gradientTransform="matrix(0.809332,0,0,0.258821,231.4484,142.1903)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3060"
+       inkscape:collect="always"
+       x1="238.53204"
+       x2="242.98486"
+       xlink:href="#linearGradient893"
+       y1="518.94507"
+       y2="532.19342" />
+    <linearGradient
+       gradientTransform="matrix(0.509618,0,0,0.411036,231.4484,142.1903)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3062"
+       inkscape:collect="always"
+       x1="352.29379"
+       x2="412.01343"
+       xlink:href="#linearGradient893"
+       y1="267.32782"
+       y2="326.40744" />
+    <linearGradient
+       gradientTransform="matrix(0.509618,0,0,0.411036,231.4484,142.1903)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3064"
+       inkscape:collect="always"
+       x1="357.26105"
+       x2="407.04617"
+       xlink:href="#linearGradient1133"
+       y1="272.20053"
+       y2="321.45209" />
+    <linearGradient
+       gradientTransform="matrix(0.808421,0,0,0.259113,231.4484,142.1903)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3066"
+       inkscape:collect="always"
+       x1="218.48817"
+       x2="263.56339"
+       xlink:href="#linearGradient893"
+       y1="531.83948"
+       y2="576.43158" />
+    <linearGradient
+       gradientTransform="translate(-420.7168,-172.9349)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4067"
+       inkscape:collect="always"
+       x1="395"
+       x2="404"
+       xlink:href="#linearGradient1948"
+       y1="351.5"
+       y2="351.5" />
+    <linearGradient
+       gradientTransform="matrix(4.058024,0,0,1.221794,-374.2083,-213.0407)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4070"
+       inkscape:collect="always"
+       x1="218.48817"
+       x2="263.56339"
+       xlink:href="#linearGradient893"
+       y1="531.83948"
+       y2="576.43158" />
+    <linearGradient
+       gradientTransform="matrix(2.558125,0,0,1.938156,-374.2083,-213.0407)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4073"
+       inkscape:collect="always"
+       x1="357.26105"
+       x2="407.04617"
+       xlink:href="#linearGradient1133"
+       y1="272.20053"
+       y2="321.45209" />
+    <linearGradient
+       gradientTransform="matrix(2.558125,0,0,1.938156,-374.2083,-213.0407)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4076"
+       inkscape:collect="always"
+       x1="352.29379"
+       x2="412.01343"
+       xlink:href="#linearGradient893"
+       y1="267.32782"
+       y2="326.40744" />
+    <linearGradient
+       gradientTransform="matrix(4.062597,0,0,1.220417,-374.2083,-213.0407)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4079"
+       inkscape:collect="always"
+       x1="238.53204"
+       x2="242.98486"
+       xlink:href="#linearGradient893"
+       y1="518.94507"
+       y2="532.19342" />
+    <linearGradient
+       gradientTransform="matrix(4.058024,0,0,1.221794,-425.4907,-181.4881)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4093"
+       inkscape:collect="always"
+       x1="218.48817"
+       x2="263.56339"
+       xlink:href="#linearGradient893"
+       y1="531.83948"
+       y2="576.43158" />
+    <radialGradient
+       cx="138.17368"
+       cy="775.61066"
+       fx="138.17368"
+       fy="775.61066"
+       gradientTransform="matrix(1.928704,-0.263623,6.956707e-2,0.508974,0,0)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4250"
+       inkscape:collect="always"
+       r="237.48875"
+       xlink:href="#linearGradient1133" />
+    <radialGradient
+       cx="264.7041"
+       cy="213.93657"
+       fx="264.7041"
+       fy="213.93657"
+       gradientTransform="matrix(0.469503,0,0,0.356779,131.7207,121.0368)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4252"
+       inkscape:collect="always"
+       r="166.14122"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2345" />
+    <linearGradient
+       gradientTransform="matrix(0.873211,0,0,0.923109,16.03677,36.79026)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4255"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="76.308434"
+       x2="274.80588"
+       xlink:href="#linearGradient2345"
+       y1="182.07208"
+       y2="182.07208" />
+    <linearGradient
+       gradientTransform="matrix(2.036713,0,0,0.49099,-86.22709,70.67699)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4315"
+       inkscape:collect="always"
+       x1="153.74297"
+       x2="154.7247"
+       xlink:href="#linearGradient2006"
+       y1="600.22687"
+       y2="680.078" />
+    <linearGradient
+       gradientTransform="matrix(2.036713,0,0,0.49099,-86.22708,70.67699)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4319"
+       inkscape:collect="always"
+       x1="153.74297"
+       x2="154.7247"
+       xlink:href="#linearGradient2006"
+       y1="600.22687"
+       y2="680.078" />
+    <radialGradient
+       cx="262"
+       cy="424"
+       fx="262"
+       fy="424"
+       gradientTransform="matrix(1,0,0,0.252033,-585.6819,262.4441)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4339"
+       inkscape:collect="always"
+       r="246"
+       xlink:href="#linearGradient2778" />
+    <radialGradient
+       cx="262"
+       cy="424"
+       fx="262"
+       fy="424"
+       gradientTransform="matrix(1,0,0,0.252033,-748.7828,255.8277)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4341"
+       inkscape:collect="always"
+       r="246"
+       xlink:href="#linearGradient2778" />
+    <radialGradient
+       cx="262"
+       cy="424"
+       fx="262"
+       fy="424"
+       gradientTransform="matrix(1,0,0,0.252033,-462.1398,251.437)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4343"
+       inkscape:collect="always"
+       r="246"
+       xlink:href="#linearGradient2778" />
+    <radialGradient
+       cx="291.23904"
+       cy="771.20361"
+       fx="291.23898"
+       fy="771.20557"
+       gradientTransform="matrix(0.39013,1.218688e-2,-9.692184e-3,0.726456,-796.5437,-43.69586)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4345"
+       inkscape:collect="always"
+       r="315.71429"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2345" />
+    <radialGradient
+       cx="391.96954"
+       cy="884.11536"
+       fx="391.96954"
+       fy="884.11536"
+       gradientTransform="matrix(-1.498936e-3,0.938851,-0.914363,4.426339e-2,131.5313,89.49414)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4347"
+       inkscape:collect="always"
+       r="315.71429"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2517" />
+    <radialGradient
+       cx="389.17291"
+       cy="543.08972"
+       fx="389.17291"
+       fy="403.90533"
+       gradientTransform="matrix(0.742761,-1.234706e-6,6.103005e-7,0.367138,-1001.226,197.2049)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4349"
+       inkscape:collect="always"
+       r="315.71429"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2345" />
+    <linearGradient
+       gradientTransform="translate(-1102.511,-240.2505)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4351"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="388.32187"
+       x2="388.32187"
+       xlink:href="#linearGradient2353"
+       y1="472.7373"
+       y2="619.78046" />
+    <radialGradient
+       cx="384.29688"
+       cy="557.6026"
+       fx="384.29688"
+       fy="506.29785"
+       gradientTransform="matrix(0.25576,0,0,0.409576,-181.8235,110.5778)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4353"
+       inkscape:collect="always"
+       r="102.42188"
+       xlink:href="#linearGradient2445" />
+    <radialGradient
+       cx="262"
+       cy="424"
+       fx="262"
+       fy="424"
+       gradientTransform="matrix(1,0,0,0.252033,-1283.668,91.05558)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4355"
+       inkscape:collect="always"
+       r="246"
+       xlink:href="#linearGradient2778" />
+    <linearGradient
+       gradientTransform="matrix(0.240904,0,0,0.314882,-176.1141,163.3797)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4357"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="281.875"
+       x2="398.8616"
+       xlink:href="#linearGradient2345"
+       y1="412.14062"
+       y2="412.14062" />
+    <linearGradient
+       gradientTransform="matrix(0.240904,0,0,0.314882,-176.1141,163.3797)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4359"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="261.875"
+       x2="350.15021"
+       xlink:href="#linearGradient2431"
+       y1="412.14062"
+       y2="412.14062" />
+    <radialGradient
+       cx="265.16888"
+       cy="405.72955"
+       fx="265.16885"
+       fy="399.27518"
+       gradientTransform="matrix(0.819405,0,0,3.674938,-300.8167,-1153.399)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4361"
+       inkscape:collect="always"
+       r="37.271915"
+       xlink:href="#linearGradient2517" />
+    <radialGradient
+       cx="264.20367"
+       cy="410.05835"
+       fx="264.20367"
+       fy="391.52805"
+       gradientTransform="matrix(1.496663,-4.585751e-7,0,1.740426,-478.9599,-363.2356)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4363"
+       inkscape:collect="always"
+       r="37.271915"
+       xlink:href="#linearGradient2517" />
+    <linearGradient
+       gradientTransform="translate(-1409.443,-153.9073)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4365"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="294.35269"
+       x2="350.59085"
+       xlink:href="#linearGradient2353"
+       y1="499.08817"
+       y2="457.44446" />
+    <linearGradient
+       gradientTransform="matrix(0.873211,0,0,0.923109,-45.57889,108.0836)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4367"
+       inkscape:collect="always"
+       spreadMethod="reflect"
+       x1="76.308434"
+       x2="274.80588"
+       xlink:href="#linearGradient2345"
+       y1="182.07208"
+       y2="182.07208" />
+    <radialGradient
+       cx="138.17368"
+       cy="775.61066"
+       fx="138.17368"
+       fy="775.61066"
+       gradientTransform="matrix(1.928704,-0.263623,6.956707e-2,0.508974,-61.61566,71.2933)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4369"
+       inkscape:collect="always"
+       r="237.48875"
+       xlink:href="#linearGradient1133" />
+    <radialGradient
+       cx="264.7041"
+       cy="213.93657"
+       fx="264.7041"
+       fy="213.93657"
+       gradientTransform="matrix(0.469503,0,0,0.356779,70.10503,192.3301)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4371"
+       inkscape:collect="always"
+       r="166.14122"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2345" />
+    <radialGradient
+       cx="415.09686"
+       cy="333.86954"
+       fx="415.09689"
+       fy="333.86954"
+       gradientTransform="matrix(0,-0.660027,0.618809,0,-89.98021,581.1104)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4373"
+       inkscape:collect="always"
+       r="5.9499998"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2645" />
+    <linearGradient
+       gradientTransform="translate(-277.6317,-38.11998)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4375"
+       inkscape:collect="always"
+       spreadMethod="pad"
+       x1="396.03845"
+       x2="400.10574"
+       xlink:href="#linearGradient2645"
+       y1="347.95197"
+       y2="354.875" />
+    <linearGradient
+       gradientTransform="translate(-304.4354,-41.80024)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4377"
+       inkscape:collect="always"
+       x1="399.5"
+       x2="399.5"
+       xlink:href="#linearGradient2353"
+       y1="347"
+       y2="352.55652" />
+    <radialGradient
+       cx="415.09686"
+       cy="333.86954"
+       fx="415.09689"
+       fy="333.86954"
+       gradientTransform="matrix(0,-0.660027,0.618809,0,-277.1668,555.409)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4379"
+       inkscape:collect="always"
+       r="5.9499998"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2645" />
+    <linearGradient
+       gradientTransform="translate(-464.8184,-63.82142)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4381"
+       inkscape:collect="always"
+       spreadMethod="pad"
+       x1="396.03845"
+       x2="400.10574"
+       xlink:href="#linearGradient2645"
+       y1="347.95197"
+       y2="354.875" />
+    <linearGradient
+       gradientTransform="translate(-509.6936,-69.98301)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4383"
+       inkscape:collect="always"
+       x1="399.5"
+       x2="399.5"
+       xlink:href="#linearGradient2353"
+       y1="347"
+       y2="352.55652" />
+    <radialGradient
+       cx="415.09686"
+       cy="333.86954"
+       fx="415.09689"
+       fy="333.86954"
+       gradientTransform="matrix(0,-0.660027,0.618809,0,-277.1668,555.409)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4385"
+       inkscape:collect="always"
+       r="5.9499998"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2645" />
+    <linearGradient
+       gradientTransform="translate(-464.8184,-63.82142)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4387"
+       inkscape:collect="always"
+       spreadMethod="pad"
+       x1="396.03845"
+       x2="400.10574"
+       xlink:href="#linearGradient2645"
+       y1="347.95197"
+       y2="354.875" />
+    <linearGradient
+       gradientTransform="translate(-509.6936,-69.98301)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4389"
+       inkscape:collect="always"
+       x1="395"
+       x2="404"
+       xlink:href="#linearGradient1948"
+       y1="351.5"
+       y2="351.5" />
+    <radialGradient
+       cx="415.09686"
+       cy="333.86954"
+       fx="415.09689"
+       fy="333.86954"
+       gradientTransform="matrix(0,-0.660027,0.618809,0,-277.1668,555.409)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4391"
+       inkscape:collect="always"
+       r="5.9499998"
+       spreadMethod="reflect"
+       xlink:href="#linearGradient2645" />
+    <linearGradient
+       gradientTransform="translate(-464.8184,-63.82142)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4393"
+       inkscape:collect="always"
+       spreadMethod="pad"
+       x1="396.03845"
+       x2="400.10574"
+       xlink:href="#linearGradient2645"
+       y1="347.95197"
+       y2="354.875" />
+    <linearGradient
+       gradientTransform="translate(-509.6936,-69.98301)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient4395"
+       inkscape:collect="always"
+       x1="399.5"
+       x2="399.5"
+       xlink:href="#linearGradient2353"
+       y1="347"
+       y2="352.55652" />
+    <radialGradient
+       cx="219.30873"
+       cy="77.963234"
+       fx="219.30873"
+       fy="77.963234"
+       gradientTransform="matrix(2.665527,0,0,1.3098,-812.4959,-103.7983)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient4397"
+       inkscape:collect="always"
+       r="164.14062"
+       xlink:href="#linearGradient2353" />
+    <linearGradient
+       gradientTransform="matrix(2.036713,0,0,0.49099,9e-5,-1.02e-3)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2007"
+       inkscape:collect="always"
+       x1="153.74297"
+       x2="154.7247"
+       xlink:href="#linearGradient2006"
+       y1="600.22687"
+       y2="680.078" />
+    <linearGradient
+       gradientTransform="matrix(2.036713,0,0,0.49099,8e-5,-1.02e-3)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2010"
+       inkscape:collect="always"
+       x1="153.74297"
+       x2="154.7247"
+       xlink:href="#linearGradient2006"
+       y1="600.22687"
+       y2="680.078" />
+    <linearGradient
+       gradientTransform="matrix(2.036709,0,0,0.490989,2e-5,2e-5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2016"
+       inkscape:collect="always"
+       x1="153.74297"
+       x2="154.7247"
+       xlink:href="#linearGradient2006"
+       y1="600.22687"
+       y2="680.078" />
+    <linearGradient
+       gradientTransform="matrix(2.036709,0,0,0.490989,2e-5,3e-5)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2025"
+       inkscape:collect="always"
+       x1="153.74297"
+       x2="154.7247"
+       xlink:href="#linearGradient2006"
+       y1="600.22687"
+       y2="680.078" />
+    <linearGradient
+       gradientTransform="matrix(1.041781,0,0,1.788372,-126.4685,41.13549)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient2028"
+       inkscape:collect="always"
+       x1="499.56372"
+       x2="607.30701"
+       xlink:href="#linearGradient893"
+       y1="113.22289"
+       y2="226.30154" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     guidetolerance="5.0000000mm"
+     id="base"
+     inkscape:current-layer="svg1"
+     inkscape:cx="489.50556"
+     inkscape:cy="352.31313"
+     inkscape:grid-bbox="false"
+     inkscape:grid-points="false"
+     inkscape:guide-bbox="true"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="1048"
+     inkscape:window-width="1400"
+     inkscape:window-x="90"
+     inkscape:window-y="27"
+     inkscape:zoom="0.70743363"
+     pagecolor="#ffffff"
+     showborder="true"
+     showgrid="false"
+     showguides="true" />
+  <g
+     id="g2449"
+     transform="translate(-194.34501,-114.6196)">
+    <g
+       id="g2438">
+      <rect
+         height="228.46658"
+         id="rect1203"
+         rx="4.251966"
+         ry="4.2519712"
+         style="fill:url(#linearGradient2028);fill-opacity:1;fill-rule:evenodd;stroke:#c1c1c1;stroke-width:5.82243204;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         width="226.40434"
+         x="197.25623"
+         y="269.69244" />
+      <rect
+         height="40.430416"
+         id="rect1826"
+         rx="4.251966"
+         ry="4.2519712"
+         style="fill:url(#linearGradient2025);fill-opacity:1;fill-rule:evenodd;stroke:#c1c1c1;stroke-width:7.80964851;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         width="212.26678"
+         x="206.11215"
+         y="289.9342" />
+      <rect
+         height="5.4409008"
+         id="rect1958"
+         rx="0.70866096"
+         ry="0.70866197"
+         style="fill:#ababab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         width="183.46681"
+         x="218.5329"
+         y="478.04794" />
+      <rect
+         height="5.4409008"
+         id="rect1959"
+         rx="0.70866096"
+         ry="0.70866197"
+         style="fill:#ababab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         width="183.46681"
+         x="218.5329"
+         y="487.80948" />
+      <rect
+         height="40.430408"
+         id="rect2009"
+         rx="4.251966"
+         ry="4.2519717"
+         style="fill:url(#linearGradient2016);fill-opacity:1;fill-rule:evenodd;stroke:#c1c1c1;stroke-width:7.80964851;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         width="212.2668"
+         x="204.77103"
+         y="344.73972" />
+      <rect
+         height="7.8504786"
+         id="rect4313"
+         rx="4.251966"
+         ry="4.2519717"
+         style="fill:url(#linearGradient2010);fill-opacity:1;fill-rule:evenodd;stroke:#c1c1c1;stroke-width:1.08576119;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         width="21.130013"
+         x="198.8456"
+         y="460.59012" />
+      <rect
+         height="7.8504786"
+         id="rect4317"
+         rx="4.251966"
+         ry="4.2519717"
+         style="fill:url(#linearGradient2007);fill-opacity:1;fill-rule:evenodd;stroke:#c1c1c1;stroke-width:1.08576119;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         width="21.130013"
+         x="199.51608"
+         y="473.65097" />
+      <path
+         d="M 549.06935,389.3613 A 10.491771,10.491771 0 1 1 528.0858,389.3613 A 10.491771,10.491771 0 1 1 549.06935,389.3613 z"
+         id="path4321"
+         sodipodi:cx="538.57758"
+         sodipodi:cy="389.3613"
+         sodipodi:rx="10.491771"
+         sodipodi:ry="10.491771"
+         sodipodi:type="arc"
+         style="fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:#9c9c9c;stroke-width:3.66449261;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.306764,0,0,0.26995,76.37752,379.8462)" />
+      <path
+         d="M 549.06935,389.3613 A 10.491771,10.491771 0 1 1 528.0858,389.3613 A 10.491771,10.491771 0 1 1 549.06935,389.3613 z"
+         id="path4325"
+         sodipodi:cx="538.57758"
+         sodipodi:cy="389.3613"
+         sodipodi:rx="10.491771"
+         sodipodi:ry="10.491771"
+         sodipodi:type="arc"
+         style="fill:#ffe100;fill-opacity:1;fill-rule:evenodd;stroke:#9c9c9c;stroke-width:3.66449261;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.306764,0,0,0.26995,88.43595,380.0984)" />
+    </g>
+    <g
+       id="g2380">
+      <path
+         d="M 549.06935,389.3613 A 10.491771,10.491771 0 1 1 528.0858,389.3613 A 10.491771,10.491771 0 1 1 549.06935,389.3613 z"
+         id="path1831"
+         sodipodi:cx="538.57758"
+         sodipodi:cy="389.3613"
+         sodipodi:rx="10.491771"
+         sodipodi:ry="10.491771"
+         sodipodi:type="arc"
+         style="fill:url(#linearGradient4283);fill-opacity:1;fill-rule:evenodd;stroke:#9c9c9c;stroke-width:3.66449261;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(1.446315,0,0,1.271037,-407.6848,-71.55259)" />
+      <path
+         d="M 549.06935,389.3613 A 10.491771,10.491771 0 1 1 528.0858,389.3613 A 10.491771,10.491771 0 1 1 549.06935,389.3613 z"
+         id="path1940"
+         sodipodi:cx="538.57758"
+         sodipodi:cy="389.3613"
+         sodipodi:rx="10.491771"
+         sodipodi:ry="10.491771"
+         sodipodi:type="arc"
+         style="fill:url(#linearGradient2740);fill-opacity:1;fill-rule:evenodd;stroke:#9c9c9c;stroke-width:3.66449261;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(1.126517,0,0,0.991321,-235.3613,74.02029)" />
+      <path
+         d="M 549.06935,389.3613 A 10.491771,10.491771 0 1 1 528.0858,389.3613 A 10.491771,10.491771 0 1 1 549.06935,389.3613 z"
+         id="path1942"
+         sodipodi:cx="538.57758"
+         sodipodi:cy="389.3613"
+         sodipodi:rx="10.491771"
+         sodipodi:ry="10.491771"
+         sodipodi:type="arc"
+         style="fill:url(#linearGradient1506);fill-opacity:1;fill-rule:evenodd;stroke:#9c9c9c;stroke-width:3.66449261;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.788639,0,0,0.692658,-86.38143,183.2308)" />
+      <path
+         d="M 549.06935,389.3613 A 10.491771,10.491771 0 1 1 528.0858,389.3613 A 10.491771,10.491771 0 1 1 549.06935,389.3613 z"
+         id="path1954"
+         sodipodi:cx="538.57758"
+         sodipodi:cy="389.3613"
+         sodipodi:rx="10.491771"
+         sodipodi:ry="10.491771"
+         sodipodi:type="arc"
+         style="fill:url(#linearGradient1170);fill-opacity:1;fill-rule:evenodd;stroke:#9c9c9c;stroke-width:3.66449261;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.788639,0,0,0.692658,-19.73543,183.2308)" />
+      <path
+         d="M 228.48746,385.16458 A 12.123824,11.657523 0 1 1 204.23981,385.16458 A 12.123824,11.657523 0 1 1 228.48746,385.16458 z"
+         id="path2216"
+         sodipodi:cx="216.36363"
+         sodipodi:cy="385.16458"
+         sodipodi:rx="12.123824"
+         sodipodi:ry="11.657523"
+         sodipodi:type="arc"
+         style="opacity:0.80097088;fill:#d67ac9;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-opacity:1"
+         transform="matrix(1.09075,0,0,1.020442,135.1562,31.14919)" />
+      <path
+         d="M 228.48746,385.16458 A 12.123824,11.657523 0 1 1 204.23981,385.16458 A 12.123824,11.657523 0 1 1 228.48746,385.16458 z"
+         id="path2218"
+         sodipodi:cx="216.36363"
+         sodipodi:cy="385.16458"
+         sodipodi:rx="12.123824"
+         sodipodi:ry="11.657523"
+         sodipodi:type="arc"
+         style="opacity:0.91262135;fill:#17f076;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient2986);stroke-opacity:1"
+         transform="matrix(0.571649,0,0,0.534802,214.7457,246.6228)" />
+      <path
+         d="M 228.48746,385.16458 A 12.123824,11.657523 0 1 1 204.23981,385.16458 A 12.123824,11.657523 0 1 1 228.48746,385.16458 z"
+         id="path3020"
+         sodipodi:cx="216.36363"
+         sodipodi:cy="385.16458"
+         sodipodi:rx="12.123824"
+         sodipodi:ry="11.657523"
+         sodipodi:type="arc"
+         style="opacity:0.91262135;fill:#17e8f0;fill-opacity:1;fill-rule:nonzero;stroke:url(#radialGradient3022);stroke-opacity:1"
+         transform="matrix(0.571649,0,0,0.534802,281.6016,247.0738)" />
+      <rect
+         height="7.8504786"
+         id="rect4327"
+         rx="4.251966"
+         ry="4.2519717"
+         style="fill:#53507d;fill-opacity:1;fill-rule:evenodd;stroke:#c1c1c1;stroke-width:1.08576119;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         width="21.130013"
+         x="383.68591"
+         y="316.18457" />
+      <rect
+         height="7.8504786"
+         id="rect4337"
+         rx="4.251966"
+         ry="4.2519717"
+         style="fill:#53507d;fill-opacity:1;fill-rule:evenodd;stroke:#c1c1c1;stroke-width:1.08576119;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         width="21.130013"
+         x="384.9165"
+         y="372.79108" />
+      <g
+         id="g4276"
+         transform="translate(61.61566,-71.2933)">
+        <path
+           d="M 508,424 A 246,62 0 1 1 16,424 A 246,62 0 1 1 508,424 z"
+           id="path2868"
+           sodipodi:cx="262"
+           sodipodi:cy="424"
+           sodipodi:rx="246"
+           sodipodi:ry="62"
+           sodipodi:type="arc"
+           style="opacity:0.3;fill:url(#radialGradient4339);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25077009;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+           transform="matrix(0.602645,0,0,0.886066,389.4498,131.8566)" />
+        <path
+           d="M 508,424 A 246,62 0 1 1 16,424 A 246,62 0 1 1 508,424 z"
+           id="path2776"
+           sodipodi:cx="262"
+           sodipodi:cy="424"
+           sodipodi:rx="246"
+           sodipodi:ry="62"
+           sodipodi:type="arc"
+           style="opacity:0.4;fill:url(#radialGradient4341);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25077009;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+           transform="matrix(0.471376,0,0,0.790447,423.8423,185.4413)" />
+        <path
+           d="M 508,424 A 246,62 0 1 1 16,424 A 246,62 0 1 1 508,424 z"
+           id="path2872"
+           sodipodi:cx="262"
+           sodipodi:cy="424"
+           sodipodi:rx="246"
+           sodipodi:ry="62"
+           sodipodi:type="arc"
+           style="opacity:0.3;fill:url(#radialGradient4343);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25077009;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+           transform="matrix(0.763748,0,0,0.737622,347.2408,198.354)" />
+        <g
+           id="g2169"
+           transform="translate(291.3426,119.7559)">
+          <g
+             id="g1625"
+             transform="matrix(0.984342,0,0,1.071356,4.008532,-36.34558)">
+            <path
+               d="M 700,543.79077 A 315.71429,151.42857 0 1 1 68.571411,543.79077 A 315.71429,151.42857 0 1 1 700,543.79077 z"
+               id="path2453"
+               sodipodi:cx="384.28571"
+               sodipodi:cy="543.79077"
+               sodipodi:rx="315.71429"
+               sodipodi:ry="151.42857"
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient4345);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.5162499;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(0.333557,0,4.450198e-3,0.215,125.3993,284.844)" />
+            <path
+               d="M 700,543.79077 A 315.71429,151.42857 0 1 1 68.571411,543.79077 A 315.71429,151.42857 0 1 1 700,543.79077 z"
+               id="path2543"
+               sodipodi:cx="384.28571"
+               sodipodi:cy="543.79077"
+               sodipodi:rx="315.71429"
+               sodipodi:ry="151.42857"
+               sodipodi:type="arc"
+               style="opacity:0.4954545;fill:url(#radialGradient4347);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.5162499;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(0.333557,0,4.450198e-3,0.215,125.3993,284.844)" />
+            <path
+               d="M 700,543.79077 A 315.71429,151.42857 0 1 1 68.571411,543.79077 A 315.71429,151.42857 0 1 1 700,543.79077 z"
+               id="path1288"
+               sodipodi:cx="384.28571"
+               sodipodi:cy="543.79077"
+               sodipodi:rx="315.71429"
+               sodipodi:ry="151.42857"
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient4349);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.5162499;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(0.325233,0,0,0.188282,131.0183,296.1396)" />
+            <path
+               d="M 147.375,456.5 C 140.35627,460.52461 133.67255,464.6686 127.65625,469 C 96.108566,491.71257 79.53125,517.42035 79.53125,543.78125 C 79.53125,579.39405 110.6255,614.49733 165.8125,640.96875 C 220.9995,667.44017 298.56631,684.24999 384.28125,684.25 C 469.99619,684.25 547.563,667.44017 602.75,640.96875 C 657.937,614.49733 689.03125,579.39405 689.03125,543.78125 C 689.03125,517.43064 672.46281,491.73699 640.9375,469.03125 C 634.905,464.68642 628.19728,460.53625 621.15625,456.5 C 631.02356,469.51407 636.84375,483.99684 636.84375,499.5 C 636.84375,518.04255 628.51495,535.38457 614.9375,550.125 C 601.36005,564.86543 582.4803,577.4503 559.65625,587.9375 C 514.00816,608.9119 452.32558,621.46875 384.28125,621.46875 C 316.23692,621.46874 254.55434,608.9119 208.90625,587.9375 C 186.0822,577.4503 167.20245,564.86543 153.625,550.125 C 140.04755,535.38457 131.71875,518.04255 131.71875,499.5 C 131.71875,484.0024 137.51255,469.50973 147.375,456.5 z"
+               id="path2343"
+               inkscape:original="M 257.18750 405.25000 C 146.20069 428.73051 68.562500 481.89392 68.562500 543.78125 C 68.562500 627.36982 210.00696 695.21873 384.28125 695.21875 C 558.55554 695.21875 700.00000 627.36982 700.00000 543.78125 C 700.00000 481.91769 622.41850 428.77560 511.50000 405.28125 C 580.06546 424.87108 625.87500 459.70370 625.87500 499.50000 C 625.87500 560.76298 517.64517 610.50000 384.28125 610.50000 C 250.91733 610.49999 142.68750 560.76298 142.68750 499.50000 C 142.68750 459.68321 188.56316 424.83412 257.18750 405.25000 z "
+               inkscape:radius="-10.959099"
+               sodipodi:type="inkscape:offset"
+               style="fill:url(#linearGradient4351);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.5162499;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(0.325233,0,0,0.188282,131.0183,296.1396)" />
+          </g>
+          <g
+             id="g2457"
+             transform="matrix(1.039518,0,0,1,-10.11656,4.000039)">
+            <path
+               d="M 241.28295,426.93409 L 231.64682,367.45091 C 231.45732,366.60462 231.33063,365.74551 231.33063,364.86296 C 231.33063,355.5046 242.38068,347.90855 256.00061,347.90855 C 269.62055,347.90855 280.67812,355.5046 280.67812,364.86296 C 280.67812,365.48214 280.62186,366.09117 280.52755,366.69322 L 270.89142,426.93409 L 241.28295,426.93409 z"
+               id="path2443"
+               sodipodi:nodetypes="cccccccc"
+               style="opacity:0.83181817;fill:url(#radialGradient4353);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.29639006;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+            <path
+               d="M 508,424 A 246,62 0 1 1 16,424 A 246,62 0 1 1 508,424 z"
+               id="path1658"
+               sodipodi:cx="262"
+               sodipodi:cy="424"
+               sodipodi:rx="246"
+               sodipodi:ry="62"
+               sodipodi:type="arc"
+               style="opacity:0.2;fill:url(#radialGradient4355);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.25077009;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(0.264508,0,0,0.214358,186.7029,279.178)" />
+            <path
+               d="M 241.28295,302.10518 L 231.64682,361.58837 C 231.45732,362.43466 231.33063,363.29375 231.33063,364.1763 C 231.33063,373.53467 242.38068,381.13075 256.00061,381.13073 C 269.62055,381.13073 280.67812,373.53467 280.67812,364.1763 C 280.67812,363.55714 280.62186,362.94809 280.52755,362.34605 L 270.89142,302.10518 L 241.28295,302.10518 z"
+               id="path2051"
+               sodipodi:nodetypes="cccccccc"
+               style="fill:url(#linearGradient4357);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.29639006;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+            <path
+               d="M 241.28295,302.10518 L 231.64682,361.58837 C 231.45732,362.43466 231.33063,363.29375 231.33063,364.1763 C 231.33063,373.53467 242.38068,381.13075 256.00061,381.13073 C 269.62055,381.13073 280.67812,373.53467 280.67812,364.1763 C 280.67812,363.55714 280.62186,362.94809 280.52755,362.34605 L 270.89142,302.10518 L 241.28295,302.10518 z"
+               id="path2429"
+               sodipodi:nodetypes="cccccccc"
+               style="opacity:0.32727272;fill:url(#linearGradient4359);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.29639006;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+            <path
+               d="M 241.28295,302.10518 L 231.64682,361.58837 C 231.45732,362.43466 231.33063,363.29375 231.33063,364.1763 C 231.33063,373.53467 242.38068,381.13075 256.00061,381.13073 C 269.62055,381.13073 280.67812,373.53467 280.67812,364.1763 C 280.67812,363.55714 280.62186,362.94809 280.52755,362.34605 L 270.89142,302.10518 L 241.28295,302.10518 z"
+               id="path2515"
+               sodipodi:nodetypes="cccccccc"
+               style="opacity:0.5;fill:url(#radialGradient4361);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.29639006;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+            <path
+               d="M 241.28295,302.10518 L 231.64682,361.58837 C 231.45732,362.43466 231.33063,363.29375 231.33063,364.1763 C 231.33063,373.53467 242.38068,381.13075 256.00061,381.13073 C 269.62055,381.13073 280.67812,373.53467 280.67812,364.1763 C 280.67812,363.55714 280.62186,362.94809 280.52755,362.34605 L 270.89142,302.10518 L 241.28295,302.10518 z"
+               id="path2551"
+               sodipodi:nodetypes="cccccccc"
+               style="opacity:0.3;fill:url(#radialGradient4363);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.29639006;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+            <path
+               d="M 299.4375,434.46875 L 290.40625,477.09375 C 290.36084,477.27273 290.30872,477.44994 290.25,477.625 C 289.59242,479.87179 289.25,481.90099 289.25,483.78125 C 289.25,494.84741 298.14485,506.28529 315.3125,515.3125 C 332.48015,524.33971 357.06163,530.25 384.28125,530.25 C 386.9075,530.25 389.45847,530.10689 392.03125,530 C 347.60181,514.24984 312.90184,478.79671 299.4375,434.46875 z"
+               id="path2425"
+               inkscape:original="M 300.75000 392.56250 L 283.18750 475.56250 C 282.40090 478.25014 281.87500 480.97848 281.87500 483.78125 C 281.87500 513.50150 327.74423 537.62501 384.28125 537.62500 C 401.92594 537.62500 418.53052 535.26112 433.03125 531.12500 C 359.10618 525.88358 300.71875 466.29058 300.71875 393.43750 C 300.71875 393.14234 300.74809 392.85723 300.75000 392.56250 z "
+               inkscape:radius="-7.3747182"
+               sodipodi:type="inkscape:offset"
+               style="fill:url(#linearGradient4365);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:7.29639006;stroke-linecap:butt;stroke-linejoin:bevel;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(0.240904,0,0,0.314882,163.4262,211.8423)" />
+          </g>
+        </g>
+        <g
+           id="g4257">
+          <rect
+             height="277.41132"
+             id="rect2459"
+             rx="5.6446648"
+             ry="5.9672194"
+             style="fill:url(#linearGradient4367);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000095pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             width="346.66031"
+             x="374.01266"
+             y="185.9129" />
+          <rect
+             height="236.02142"
+             id="rect2457"
+             rx="5.0769072"
+             ry="5.0769072"
+             style="fill:url(#radialGradient4369);fill-opacity:1;fill-rule:evenodd;stroke:url(#radialGradient4371);stroke-width:3.79907203;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+             width="311.79214"
+             x="391.44662"
+             y="199.11009" />
+          <path
+             d="M 379.66319,187.80484 C 377.61318,187.80484 375.92347,189.5275 375.92347,191.87104 L 375.92347,194.15642 C 378.13942,192.00805 381.11835,190.65415 384.44171,190.65415 L 710.24181,190.65415 C 713.56515,190.65415 716.54409,192.00805 718.76004,194.15642 L 718.76004,191.87104 C 718.76004,189.5275 717.07034,187.80484 715.02033,187.80484 L 379.66319,187.80484 z"
+             id="path2588"
+             style="opacity:0.77727272;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000095pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <path
+             d="M 375.92347,455.07549 L 375.92347,457.36087 C 375.92347,459.70441 377.61318,461.42707 379.66319,461.42707 L 715.02033,461.42707 C 717.07033,461.42707 718.76004,459.7044 718.76004,457.36087 L 718.76004,455.07549 C 716.54326,457.21707 713.56239,458.57776 710.24181,458.57776 L 384.44171,458.57776 C 381.12113,458.57776 378.14025,457.21707 375.92347,455.07549 z"
+             id="path2591"
+             style="opacity:0.24999994;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000095pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+          <g
+             id="g2665"
+             transform="matrix(0.949768,0,0,0.949768,295.9352,113.5025)">
+            <path
+               d="M 404,351.5 A 4.5,4.5 0 1 1 395,351.5 A 4.5,4.5 0 1 1 404,351.5 z"
+               id="path2613"
+               sodipodi:cx="399.5"
+               sodipodi:cy="351.5"
+               sodipodi:rx="4.5"
+               sodipodi:ry="4.5"
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient4373);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4375);stroke-width:1.49414742;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(1.338556,0,0,1.338556,-119.7533,-118.5025)" />
+            <path
+               d="M 404,351.5 A 4.5,4.5 0 1 1 395,351.5 A 4.5,4.5 0 1 1 404,351.5 z"
+               id="path2651"
+               sodipodi:cx="399.5"
+               sodipodi:cy="351.5"
+               sodipodi:rx="4.5"
+               sodipodi:ry="4.5"
+               sodipodi:type="arc"
+               style="opacity:0.82727272;fill:url(#linearGradient4377);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49414742;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(1.220705,0,0,1.220705,-72.67177,-77.07783)" />
+          </g>
+          <g
+             id="g2677"
+             transform="matrix(0.567288,0,0,0.567288,439.8558,250.9142)">
+            <path
+               d="M 404,351.5 A 4.5,4.5 0 1 1 395,351.5 A 4.5,4.5 0 1 1 404,351.5 z"
+               id="path2679"
+               sodipodi:cx="399.5"
+               sodipodi:cy="351.5"
+               sodipodi:rx="4.5"
+               sodipodi:ry="4.5"
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient4379);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4381);stroke-width:1.25077009;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(1.338556,0,0,1.338556,-119.7533,-118.5025)" />
+            <path
+               d="M 404,351.5 A 4.5,4.5 0 1 1 395,351.5 A 4.5,4.5 0 1 1 404,351.5 z"
+               id="path2681"
+               sodipodi:cx="399.5"
+               sodipodi:cy="351.5"
+               sodipodi:rx="4.5"
+               sodipodi:ry="4.5"
+               sodipodi:type="arc"
+               style="opacity:0.82727272;fill:url(#linearGradient4383);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49414742;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(1.220705,0,0,1.220705,-72.67177,-77.07783)" />
+          </g>
+          <g
+             id="g2713"
+             transform="matrix(0.567288,0,0,0.567288,427.826,250.9142)">
+            <path
+               d="M 404,351.5 A 4.5,4.5 0 1 1 395,351.5 A 4.5,4.5 0 1 1 404,351.5 z"
+               id="path2715"
+               sodipodi:cx="399.5"
+               sodipodi:cy="351.5"
+               sodipodi:rx="4.5"
+               sodipodi:ry="4.5"
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient4385);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4387);stroke-width:1.25077009;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(1.338556,0,0,1.338556,-119.7533,-118.5025)" />
+            <path
+               d="M 404,351.5 A 4.5,4.5 0 1 1 395,351.5 A 4.5,4.5 0 1 1 404,351.5 z"
+               id="path2717"
+               sodipodi:cx="399.5"
+               sodipodi:cy="351.5"
+               sodipodi:rx="4.5"
+               sodipodi:ry="4.5"
+               sodipodi:type="arc"
+               style="opacity:0.82727272;fill:url(#linearGradient4389);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49414742;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(1.220705,0,0,1.220705,-72.67177,-77.07783)" />
+          </g>
+          <g
+             id="g2725"
+             transform="matrix(0.567288,0,0,0.567288,415.7962,250.9142)">
+            <path
+               d="M 404,351.5 A 4.5,4.5 0 1 1 395,351.5 A 4.5,4.5 0 1 1 404,351.5 z"
+               id="path2727"
+               sodipodi:cx="399.5"
+               sodipodi:cy="351.5"
+               sodipodi:rx="4.5"
+               sodipodi:ry="4.5"
+               sodipodi:type="arc"
+               style="fill:url(#radialGradient4391);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient4393);stroke-width:1.25077009;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(1.338556,0,0,1.338556,-119.7533,-118.5025)" />
+            <path
+               d="M 404,351.5 A 4.5,4.5 0 1 1 395,351.5 A 4.5,4.5 0 1 1 404,351.5 z"
+               id="path2729"
+               sodipodi:cx="399.5"
+               sodipodi:cy="351.5"
+               sodipodi:rx="4.5"
+               sodipodi:ry="4.5"
+               sodipodi:type="arc"
+               style="opacity:0.82727272;fill:url(#linearGradient4395);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.49414742;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+               transform="matrix(1.220705,0,0,1.220705,-72.67177,-77.07783)" />
+          </g>
+          <path
+             d="M 108.5625,97.6875 L 108.5625,233.9375 C 135.70596,239.68973 165.11169,243 196,243 C 299.03819,243 386.57971,206.90029 420.84375,159.875 L 420.84375,97.6875 L 108.5625,97.6875 z"
+             id="path2768"
+             inkscape:original="M 105.90625 89.687500 C 102.94489 89.687500 100.56250 92.069886 100.56250 95.031250 L 100.56250 240.50000 C 129.97557 247.23781 162.18295 251.00000 196.00000 251.00000 C 302.24428 251.00000 392.97239 214.26101 428.84375 162.59375 L 428.84375 95.031250 C 428.84375 92.069888 426.46136 89.687500 423.50000 89.687500 L 105.90625 89.687500 z "
+             inkscape:radius="-8"
+             sodipodi:type="inkscape:offset"
+             style="opacity:0.82727272;fill:url(#radialGradient4397);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+             transform="matrix(0.949768,0,0,0.949768,295.9352,113.9307)" />
+        </g>
+      </g>
+      <g
+         id="g4081"
+         transform="translate(51.28231,-31.55267)">
+        <path
+           d="M 399.74632,518.72322 C 392.90624,518.98426 387.34412,524.89375 384.30861,529.81081 L 346.27792,620.64633 C 340.31357,634.00782 349.32512,637.61304 368.53006,638.13516 L 742.72842,637.28165 C 758.48277,637.28165 778.83667,635.05975 769.97787,620.64633 L 733.31098,532.537 C 729.14232,527.6951 720.91108,518.72322 709.08675,518.72322 L 399.74632,518.72322 z"
+           id="rect1986"
+           sodipodi:nodetypes="ccccccccc"
+           style="fill:url(#linearGradient4093);fill-opacity:1;fill-rule:evenodd;stroke:#c4c4c4;stroke-width:6.22240305;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1" />
+        <g
+           id="g2113"
+           transform="matrix(4.598811,0,0,4.715294,-2065.15,-950.333)">
+          <rect
+             height="1.3934551"
+             id="rect2100"
+             rx="0.15409666"
+             ry="0.15029009"
+             style="fill:#bdbdbd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             width="71.082634"
+             x="534.05829"
+             y="316.83197" />
+          <rect
+             height="1.3934551"
+             id="rect2101"
+             rx="0.15409666"
+             ry="0.15029009"
+             style="fill:#bdbdbd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             width="73.073692"
+             x="533.06281"
+             y="319.33197" />
+          <rect
+             height="1.3934551"
+             id="rect2102"
+             rx="0.15409666"
+             ry="0.15029009"
+             style="fill:#bdbdbd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             width="74.702751"
+             x="532.24823"
+             y="321.83197" />
+          <rect
+             height="1.3934551"
+             id="rect2103"
+             rx="0.15409666"
+             ry="0.15029009"
+             style="fill:#bdbdbd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             width="76.693817"
+             x="531.25269"
+             y="324.33197" />
+          <rect
+             height="1.3934551"
+             id="rect2104"
+             rx="0.15409666"
+             ry="0.15029009"
+             style="fill:#bdbdbd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             width="78.503876"
+             x="530.34766"
+             y="326.83197" />
+          <rect
+             height="1.3934551"
+             id="rect2105"
+             rx="0.15409663"
+             ry="0.15029009"
+             style="fill:#bdbdbd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             width="80.404442"
+             x="529.53314"
+             y="329.33197" />
+          <rect
+             height="1.3934551"
+             id="rect2110"
+             rx="0.15409666"
+             ry="0.15029009"
+             style="fill:#bdbdbd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             width="69.272575"
+             x="534.96332"
+             y="314.33197" />
+          <rect
+             height="1.3934551"
+             id="rect2111"
+             rx="0.15409663"
+             ry="0.15029009"
+             style="fill:#bdbdbd;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.70496936pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+             width="82.033493"
+             x="528.71863"
+             y="331.83197" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/convenience.svg
===================================================================
--- /trunk/resources/images/presets/shop/convenience.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/convenience.svg	(revision 16006)
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="14"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="convenience3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="29.493668"
+     inkscape:cx="7.8032571"
+     inkscape:cy="7.4099081"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4156"
+       originx="8.3569295e-007"
+       originy="6.1573665e-007" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:1.02052903;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 15.489752,5.5321066 -14.9794998,0 1.7347755,7.9576294 11.5097223,0.0052 z"
+     id="path3264"
+     sodipodi:nodetypes="ccccc" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path3268"
+     d="m 3.5265902,6.1319312 0,6.9129858"
+     style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:0.65751857;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     sodipodi:nodetypes="cc" />
+  <path
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc"
+     style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:0.65751857;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 1.8313998,9.514923 12.5595382,0"
+     id="path3280" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:0.65751857;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 6.5412678,6.1319312 0,6.9145208"
+     id="path3318"
+     sodipodi:nodetypes="cc" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path3320"
+     d="m 9.5264476,6.1319312 0,7.2263808"
+     style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:0.65751857;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     sodipodi:nodetypes="cc" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:0.65751857;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 12.475516,6.1319312 0,7.2740808"
+     id="path3322"
+     sodipodi:nodetypes="cc" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path3324"
+     d="m 2.4551196,11.509435 11.3120994,0"
+     style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:0.65751857;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     sodipodi:nodetypes="cc" />
+  <path
+     style="fill:#ffffff;fill-rule:evenodd;stroke:#ac39ac;stroke-width:0.7001493;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 7.7706551,5.4176285 1.88096,-5.05487999 0.5485509,0.20412 -1.9074509,5.12606999 -0.52206,-0.27531 z"
+     id="path10756"
+     sodipodi:nodetypes="ccccc"
+     inkscape:connector-curvature="0" />
+  <path
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc"
+     style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:0.67799997;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 1.2686403,7.514923 13.3644397,0"
+     id="path3280-0" />
+</svg>
Index: /trunk/resources/images/presets/shop/copyshop.svg
===================================================================
--- /trunk/resources/images/presets/shop/copyshop.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/copyshop.svg	(revision 16006)
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="16.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="2.6330947"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path1329"
+       style="fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:3.40799999"
+       d="m 1.79225,1037.3622 c -1.1473,0 -1.79225,0.5921 -1.79225,1.802 v 12.472 c 0,1.1317 0.57997,1.7242 1.72622,1.7242 h 12.54653 c 1.14653,0 1.72725,-0.5629 1.72725,-1.7242 v -12.472 c 0,-1.1804 -0.58072,-1.802 -1.76311,-1.802 -1.1e-4,0 -12.44858,0 -12.44464,0 z" />
+    <g
+       transform="matrix(39.181587,0,0,39.181587,136.13818,-40245.969)"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11.93952465px;font-family:'DejaVu Sans Mono';fill:#e5afe5;fill-opacity:1;stroke:none"
+       id="text3805-2" />
+    <g
+       id="g10367"
+       transform="matrix(0.02775633,0,0,0.02770795,0.20824,1037.5683)">
+      <path
+         id="rect10304"
+         d="M 42.125,111.03125 V 535.5625 H 331.28125 V 111.03125 Z m 134.53125,85.28125 c 21.16701,0 39.23246,3.11388 54.15625,9.34375 15.07569,6.24554 27.24185,15.63783 36.53125,28.125 5.78647,7.61298 9.90701,17.04388 12.34375,28.3125 2.43627,11.11582 3.65598,27.86164 3.65625,50.25 V 458.3125 h -42.25 V 420.375 c -8.98481,15.22596 -20.32607,26.50122 -34.03125,33.8125 -13.55323,7.15848 -30.10182,10.75 -49.59375,10.75 -26.04027,0 -46.81108,-7.31885 -62.34375,-21.9375 -15.532776,-14.77146 -23.312527,-34.48752 -23.3125,-59.15625 -2.7e-5,-28.47718 9.527243,-50.10354 28.5625,-64.875 19.18742,-14.77146 47.27668,-22.15625 84.28125,-22.15625 h 56.4375 v -6.625 c -0.15242,-20.40577 -5.32857,-35.17535 -15.53125,-44.3125 -10.20305,-9.28995 -26.52099,-13.9375 -48.90625,-13.9375 -14.31461,0 -28.75606,2.02651 -43.375,6.15625 -14.61912,4.11015 -28.86117,10.1439 -42.71875,18.0625 V 214.125 c 15.53267,-5.93601 30.36897,-10.3584 44.53125,-13.25 14.31437,-3.05616 28.16158,-4.5625 41.5625,-4.5625 z m 11.21875,133.375 c -24.51748,0 -43.04425,4.35253 -55.53125,13.03125 -12.3349,8.52983 -18.50007,21.32317 -18.5,38.375 -7e-5,15.38269 4.64824,27.34909 13.9375,35.875 9.28909,8.52983 22.14721,12.78125 38.59375,12.78125 23.14668,0 41.34507,-7.97874 54.59375,-23.96875 13.24832,-16.14281 19.97252,-38.39438 20.125,-66.71875 v -9.375 h -39.3125 z"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         style="opacity:0.5;fill:#ffffff;fill-opacity:1;stroke:none"
+         d="M 42.125,111.03125 V 535.5625 H 331.28125 V 111.03125 Z"
+         id="path10359"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       id="g10363"
+       transform="matrix(0.02775633,0,0,0.02770795,-0.0473,1037.3132)">
+      <path
+         sodipodi:nodetypes="ccccsccccccccsccccccccccccccccccscccccccscsccccc"
+         id="rect3753-2"
+         d="m 241.78125,38.3125 v 138.03125 l 48.40625,-36 c 15.53267,-5.93601 30.36897,-10.3584 44.53125,-13.25 14.31437,-3.05616 28.19283,-4.5625 41.59375,-4.5625 21.16701,0 39.20121,3.11388 54.125,9.34375 15.07569,6.24554 27.2731,15.63783 36.5625,28.125 5.78647,7.61298 9.87576,17.04388 12.3125,28.3125 2.43627,11.11582 3.65598,27.86164 3.65625,50.25 v 145.96875 h -42.25 v -37.9375 c -8.98481,15.22596 -20.32607,26.50122 -34.03125,33.8125 -13.55323,7.15848 -30.07057,10.75 -49.5625,10.75 -23.98279,0 -43.52163,-6.22389 -58.59375,-18.625 v 90.3125 h 232.375 V 38.3125 Z m 0,138.03125 z m 55.5625,195.1875 c -0.87852,-0.74901 -1.7468,-1.51539 -2.59375,-2.3125 z m 0,-124.1875 z m 0,0 c 0.86144,-0.73573 1.74973,-1.45278 2.65625,-2.15625 19.18742,-14.77146 47.30793,-22.15625 84.3125,-22.15625 h 56.40625 v -6.625 c -0.15242,-20.40577 -5.32857,-35.17535 -15.53125,-44.3125 -10.20305,-9.28995 -26.48974,-13.9375 -48.875,-13.9375 -14.31461,0 -28.78731,2.02651 -43.40625,6.15625 -12.11781,3.40691 -23.96706,8.15933 -35.5625,14.1875 z m 0,124.1875 z M 387.5,255.9375 c -24.51748,0 -43.013,4.32128 -55.5,13 -12.3349,8.52983 -18.50007,21.32317 -18.5,38.375 -7e-5,15.38269 4.61699,27.34909 13.90625,35.875 9.28909,8.52983 22.17846,12.78125 38.625,12.78125 23.14668,0 41.34507,-7.97874 54.59375,-23.96875 13.24832,-16.14281 19.94127,-38.39438 20.09375,-66.71875 V 255.9375 H 401.4375 Z"
+         style="opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         style="opacity:0.50199998;fill:#ffffff;fill-opacity:1;stroke:none"
+         d="m 241.78125,38.3125 v 138.03125 c 66.69029,16.56966 52.83028,166.22244 56.75,286.5 h 232.375 V 38.3125 Z m 0,138.03125 z"
+         id="path10361"
+         sodipodi:nodetypes="cccccccc"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/cosmetics.svg
===================================================================
--- /trunk/resources/images/presets/shop/cosmetics.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/cosmetics.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4149"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="shop__cosmetics13.svg">
+  <defs
+     id="defs4151" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="37.830213"
+     inkscape:cx="1.0303849"
+     inkscape:cy="5.3991722"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="false"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4697" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4154">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       rx="0"
+       ry="0"
+       y="1045.8622"
+       x="8"
+       height="3"
+       width="6"
+       id="rect4168"
+       style="opacity:1;fill:#9955ff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1" />
+    <path
+       style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 3.9999999,1036.6354 c 0,-1 -2.99999995,1.0175 -2.99999995,1.6882 l 0,5.3118 2.99999995,0 z"
+       id="path4138"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1"
+       id="rect4136"
+       width="5"
+       height="9"
+       x="0"
+       y="1043.3622"
+       ry="1.0000174"
+       rx="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#cccccc;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.5,1052.3622 0,-8"
+       id="path4147"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff8080;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1.9999999,1043.3622 0,-5"
+       id="path4151"
+       inkscape:connector-curvature="0" />
+    <rect
+       rx="0"
+       ry="1.0000174"
+       y="1047.3622"
+       x="6"
+       height="4.9999828"
+       width="10"
+       id="rect4164"
+       style="opacity:1;fill:#6600ff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1" />
+    <rect
+       style="opacity:1;fill:#ac9393;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1"
+       id="rect4166"
+       width="8"
+       height="2.999974"
+       x="7"
+       y="1043.3622"
+       ry="1.0000174"
+       rx="1.0000174" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4170"
+       d="m 7.5,1052.3622 0,-5"
+       style="fill:none;fill-rule:evenodd;stroke:#b380ff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#c8b7b7;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.5,1046.3621 0,-2.9999"
+       id="path4172"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/curtain.svg
===================================================================
--- /trunk/resources/images/presets/shop/curtain.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/curtain.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="13"
+   viewBox="0 0 16 13"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="curtain9.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="4.2797934"
+     inkscape:cy="11.241084"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1039.3622)">
+    <path
+       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+       inkscape:connector-curvature="0"
+       id="path5"
+       d="m 0.03003334,1039.3908 c 0.0254,-0.012 0.0498,-0.029 0.0784,-0.029 5.26170996,0 10.52341966,-2e-4 15.78512966,0 0.0283,-4e-4 0.0527,0.018 0.0781,0.03 0.0109,0.027 0.0289,0.054 0.0286,0.085 0,0.9072 -1.6e-4,2.2356 0,3.1429 6.5e-4,0.032 -0.0174,0.059 -0.0284,0.086 -0.0252,0.012 -0.0495,0.03 -0.0775,0.03 -0.14017,8e-4 -0.28017,-7e-4 -0.42017,3e-4 0.002,1.0598 -1.6e-4,1.8991 0.001,2.9589 0.004,0.038 -0.0138,0.072 -0.0294,0.1043 -0.0244,0.011 -0.049,0.023 -0.073,0.034 0.024,0.012 0.0487,0.023 0.0733,0.034 0.0112,0.028 0.0286,0.055 0.0291,0.087 -0.001,1.6916 6.5e-4,3.3833 -6.4e-4,5.075 -0.002,0.082 0.0167,0.1718 -0.0284,0.2447 -0.0273,0.012 -0.0539,0.03 -0.0842,0.029 -0.36407,-4e-4 -0.72814,1e-4 -1.09221,-4e-4 -0.10689,0 -0.21249,0.046 -0.28418,0.1329 -0.11332,0.1302 -0.19562,0.2877 -0.30299,0.4233 -0.17038,0.2405 -0.44283,0.4257 -0.73087,0.3882 -0.0993,0 -0.19465,-0.032 -0.28659,-0.068 -0.15158,-0.062 -0.28676,-0.1615 -0.41631,-0.2654 -0.13663,-0.1179 -0.26377,-0.2487 -0.40747,-0.3568 -0.0683,-0.049 -0.15945,-0.078 -0.23644,-0.034 -0.11975,0.066 -0.22214,0.1645 -0.3144,0.2691 -0.19691,0.1947 -0.38818,0.4021 -0.61997,0.5491 -0.0593,0.039 -0.13003,0.013 -0.19368,0.01 -0.1826,-0.03 -0.37966,-0.056 -0.5284997,-0.1859 -0.0775,-0.064 -0.11782,-0.1651 -0.13792,-0.2661 -0.0246,-0.1735 0.0436,-0.3393 0.10657,-0.4941 0.1417697,-0.3129 0.2933397,-0.6208 0.4193597,-0.9418 0.16251,-0.4049 0.25766,-0.8394 0.30588,-1.2769 0.0553,-0.4031 0.0829,-0.812 0.18035,-1.2069 0.0846,-0.4039 0.21989,-0.7984 0.42418,-1.1494 0.10513,-0.1774 0.23725,-0.3414 0.40667,-0.4483 0.18935,-0.1271 0.41389,-0.1831 0.59183,-0.3315 0.042,-0.035 0.0754,-0.082 0.0918,-0.1372 -0.0683,-0.1465 -0.18999,-0.2494 -0.27952,-0.3787 -0.13213,-0.181 -0.22262,-0.3917 -0.31713,-0.5971 -0.0926,-0.1761 -0.17971,-0.3558 -0.25541,-0.5414 -0.21861,-0.521 -0.34607,-1.08 -0.43271,-1.6428 -0.008,-0.078 -0.0262,0.067 -0.0272,-0.011 -2.0307497,-0.01 -4.0616597,5e-4 -6.0925597,0 -0.0696,0.4317 -0.13904,0.6466 -0.27261,1.0621 -0.0905,0.3083 -0.21169,0.6053 -0.35185,0.8907 -0.13647,0.2497 -0.2313,0.526 -0.39574,0.7576 -0.0807,0.1153 -0.18115,0.2124 -0.25862,0.3303 -0.0267,0.038 -0.0714,0.05 -0.11252,0.058 0.0307,0.013 0.0688,0.017 0.0908,0.046 0.0919,0.1419 0.24785,0.2057 0.38721,0.2772 0.16026,0.072 0.32132,0.1527 0.45055,0.2809 0.16523,0.1649 0.28772,0.3747 0.38368,0.5935 0.12408,0.2637 0.21136,0.5463 0.27357,0.834 0.13614,0.5461 0.15029,1.1158 0.25091,1.6692 0.053,0.2593 0.11364,0.5184 0.20976,0.7632 0.087,0.2316 0.1871,0.4568 0.29158,0.6797 0.0879,0.1963 0.18918,0.3871 0.25026,0.5961 0.0264,0.1163 0.0389,0.2452 -0.0124,0.3561 -0.0371,0.1203 -0.13984,0.1989 -0.24223,0.249 -0.15769,0.068 -0.32758,0.088 -0.49411,0.1121 -0.0595,0.01 -0.1093,-0.03 -0.15639,-0.062 -0.13711,-0.099 -0.26201,-0.2157 -0.38497,-0.3337 -0.0781,-0.09 -0.1699,-0.1641 -0.24657,-0.2557 -0.0964,-0.085 -0.1924,-0.1925 -0.32115,-0.2101 -0.13759,0.01 -0.23419,0.128 -0.33819,0.2107 -0.235,0.2237 -0.49057,0.4462 -0.80224,0.5234 -0.14241,0.026 -0.29286,0.03 -0.43013,-0.026 -0.17922,-0.068 -0.32645,-0.2085 -0.44122,-0.3693 -0.0952,-0.1259 -0.17488,-0.2649 -0.27341,-0.3878 -0.0718,-0.089 -0.17601,-0.1451 -0.28579,-0.1468 -0.33257,-4e-4 -0.66513,0 -0.99784996,-2e-4 -0.0645,0 -0.13374,0.012 -0.1908,-0.029 -0.0112,-0.028 -0.0292,-0.054 -0.0286,-0.086 0,-1.7213 0,-3.4426 -1.6e-4,-5.1638 -4.8e-4,-0.032 0.0174,-0.058 0.0283,-0.086 0.0283,-0.013 0.0566,-0.026 0.0857,-0.036 -0.0291,-0.01 -0.0574,-0.021 -0.0854,-0.033 -0.0111,-0.029 -0.0294,-0.056 -0.0286,-0.088 3.2e-4,-1.0655 -1.6e-4,-1.9103 3.2e-4,-2.9756 -0.12489,-9e-4 -0.24978,3e-4 -0.37468,-4e-4 -0.0286,4e-4 -0.0532,-0.017 -0.0788,-0.029 -0.0114,-0.028 -0.03020000378,-0.055 -0.0291,-0.088 1.6e-4,-0.866 0,-2.1532 1.6e-4,-3.0192 9.7e-4,-0.071 -0.0119,-0.1474 0.0286,-0.2093 m 0.19481,0.2147 c 0.001,0.8216 0.001,2.0646 -1.6e-4,2.8864 0.12216,10e-4 0.24432,10e-5 0.36648,3e-4 0.0326,0 0.0619,0.014 0.0902,0.029 0.0137,0.031 0.0301,0.062 0.027,0.098 -0.002,1.0619 8.1e-4,1.9031 -10e-4,2.9652 0.92390996,0 1.84782996,0 2.77173996,0 0.0449,-0.063 0.0961,-0.1188 0.14273,-0.1793 0.18855,-0.2062 0.30203,-0.4735 0.42017,-0.73 0.16508,-0.3045 0.29511,-0.6304 0.39477,-0.9664 0.11702,-0.3642 0.18372,-0.5235 0.24673,-0.9022 0.0164,-0.096 0.0108,-0.2012 0.0611,-0.2869 0.0281,-0.016 0.0572,-0.032 0.0902,-0.029 2.10099,7e-4 4.20198,-3e-4 6.3029697,6e-4 0.027,0 0.0503,0.016 0.0749,0.026 0.0288,0.044 0.0338,0.098 0.0355,0.1504 0.0354,0.2809 0.0839,0.3395 0.14499,0.615 0.0427,0.2258 0.11267,0.4441 0.18083,0.662 0.0854,0.2466 0.17938,0.4909 0.30154,0.7189 0.0804,0.1493 0.13984,0.3106 0.2223,0.4586 0.086,0.1724 0.20622,0.3207 0.32999,0.4615 0.94079,-10e-4 1.88174,-8e-4 2.82253,-10e-5 0,-1.0626 1.6e-4,-1.9047 0,-2.9673 -0.005,-0.061 0.0365,-0.1226 0.0952,-0.1245 0.14386,0 0.28772,5e-4 0.43174,-10e-4 -10e-4,-0.8218 -10e-4,-2.0648 -1.6e-4,-2.8866 -5.18392,-7e-4 -10.3679997,-7e-4 -15.55190966,2e-4 m 0.48221,6.4775 c 0.001,1.6356 0.001,3.2711 0,4.9065 0.30410996,10e-4 0.60822996,2e-4 0.91233996,5e-4 0.0828,9e-4 0.16636,0 0.24818,0.012 0.0577,0.023 0.11605,0.045 0.16732,0.083 0.11975,0.077 0.19723,0.206 0.27952,0.3237 0.1032,0.1576 0.20977,0.3192 0.35925,0.4294 0.1183,0.08 0.26827,0.1238 0.40457,0.076 0.0987,-0.029 0.19819,-0.063 0.2829,-0.1271 0.19112,-0.1234 0.35009,-0.2935 0.52432,-0.441 0.12232,-0.1019 0.27245,-0.1869 0.43126,-0.1696 0.16331,0.028 0.30026,0.1386 0.42274,0.2528 0.2067,0.216 0.41438,0.434 0.65259,0.6103 0.0808,-0.022 0.16524,-0.025 0.24592,-0.049 0.0894,-0.024 0.18807,-0.05 0.24609,-0.1348 0.0416,-0.048 0.0359,-0.1186 0.026,-0.178 -0.0564,-0.2077 -0.15623,-0.3965 -0.24335,-0.5899 -0.18598,-0.4011 -0.37098,-0.8082 -0.46517,-1.2478 -0.13615,-0.5565 -0.14177,-1.1387 -0.25702,-1.6999 -0.0619,-0.2946 -0.131,-0.59 -0.24705,-0.8662 -0.0833,-0.2148 -0.19755,-0.4167 -0.3427,-0.5888 -0.10592,-0.1181 -0.2366,-0.2094 -0.37853,-0.2675 -0.18003,-0.09 -0.37645,-0.1679 -0.51034,-0.3341 -0.91957,10e-4 -1.83931,-5e-4 -2.75887996,9e-4 m 11.80111966,0.039 c -0.0873,0.1421 -0.23468,0.2169 -0.37162,0.2891 -0.13004,0.069 -0.27101,0.1151 -0.3885,0.2094 -0.16685,0.1231 -0.28242,0.3079 -0.38449,0.4929 -0.19867,0.3936 -0.3017,0.8319 -0.38255,1.2687 -0.0222,0.1062 -0.0249,0.2155 -0.0474,0.3215 -0.0201,0.2265 -0.0551,0.4508 -0.0791,0.6767 -0.0542,0.3892 -0.13968,0.7761 -0.28531,1.1376 -0.12778,0.3341 -0.28723,0.6523 -0.43286,0.9775 -0.0358,0.098 -0.0818,0.1939 -0.0943,0.2992 -0.0146,0.09 0.0482,0.1679 0.11733,0.2064 0.1249,0.067 0.26699,0.072 0.40008,0.1078 0.1797,-0.1235 0.33867,-0.2794 0.49153,-0.4386 0.0726,-0.06 0.12811,-0.1395 0.19915,-0.201 0.11525,-0.105 0.24673,-0.2009 0.39863,-0.2255 0.13566,-0.012 0.26538,0.051 0.37564,0.1317 0.15463,0.1206 0.29029,0.2673 0.44508,0.3878 0.089,0.063 0.17424,0.1374 0.27695,0.1733 0.10818,0.043 0.22471,0.086 0.34108,0.057 0.18067,-0.036 0.32324,-0.1789 0.43078,-0.3327 0.12007,-0.1539 0.20912,-0.3377 0.35362,-0.4682 0.0958,-0.078 0.21217,-0.1365 0.33433,-0.1328 0.34799,10e-4 0.69583,-5e-4 1.04382,8e-4 l 0,-4.9781 c -0.89964,10e-4 -1.79928,0 -2.69893,6e-4 -0.0238,-0.01 -0.031,0.025 -0.0429,0.039 z" />
+    <path
+       sodipodi:nodetypes="ccccccccccccccccccccccccccc"
+       style="fill:#ff003c"
+       inkscape:connector-curvature="0"
+       id="path7"
+       d="m 0.22484334,1039.5854 c 5.18390996,-9e-4 10.36798966,-9e-4 15.55190966,-2e-4 -10e-4,0.8218 -10e-4,2.0956 1.6e-4,2.9174 -0.14402,0 -0.28788,0 -0.43174,0 -0.0587,0 -0.1,0.064 -0.0952,0.1244 1.6e-4,1.0626 0,1.894 0,2.9566 -0.94079,-7e-4 -1.88174,-10e-4 -2.82253,10e-5 -0.12377,-0.1408 -0.244,-0.289 -0.32999,-0.4615 -0.0825,-0.148 -0.14193,-0.3093 -0.2223,-0.4586 -0.12216,-0.228 -0.21619,-0.4723 -0.30154,-0.7189 -0.0682,-0.2179 -0.13808,-0.4362 -0.18083,-0.662 -0.0611,-0.2755 -0.10962,-0.3233 -0.14499,-0.6042 -0.002,-0.053 -0.007,-0.106 -0.0355,-0.1505 -0.0246,-0.01 -0.0479,-0.027 -0.0749,-0.026 -2.1009897,-9e-4 -4.2019797,2e-4 -6.3029697,-5e-4 -0.033,0 -0.062,0.014 -0.0902,0.029 -0.0503,0.086 -0.0447,0.1904 -0.0611,0.2868 -0.063,0.3787 -0.12971,0.5273 -0.24673,0.8915 -0.0997,0.336 -0.22969,0.6619 -0.39477,0.9664 -0.11814,0.2565 -0.23162,0.5238 -0.42016,0.73 -0.0466,0.061 -0.0979,0.1167 -0.14274,0.1793 -0.92391,0 -1.84783,2e-4 -2.77173996,0 0.002,-1.0621 -3.2e-4,-1.8926 0.001,-2.9544 0.003,-0.036 -0.0134,-0.067 -0.027,-0.098 -0.0283,-0.015 -0.0575,-0.032 -0.0902,-0.029 -0.12216,-2e-4 -0.24432,8e-4 -0.36648,-4e-4 0.001,-0.8218 0.001,-2.0956 1.6e-4,-2.9172 z" />
+    <path
+       style="fill:#ff003c"
+       inkscape:connector-curvature="0"
+       id="path9"
+       d="m 0.70705334,1046.083 c 0.91956996,-10e-4 1.83930996,7e-4 2.75887996,-9e-4 0.13389,0.1662 0.33031,0.2439 0.51034,0.3341 0.14193,0.058 0.27261,0.1494 0.37853,0.2674 0.14515,0.1721 0.25943,0.3741 0.3427,0.5889 0.11605,0.2762 0.18516,0.5715 0.24705,0.8662 0.11525,0.5611 0.12087,1.1433 0.25702,1.6999 0.0942,0.4396 0.27919,0.8467 0.46517,1.2478 0.0871,0.1933 0.18693,0.3822 0.24335,0.5898 0.01,0.059 0.0156,0.1303 -0.026,0.1781 -0.058,0.084 -0.15672,0.1112 -0.24609,0.1347 -0.0807,0.024 -0.16507,0.027 -0.24592,0.049 -0.23821,-0.1762 -0.44589,-0.3942 -0.65259,-0.6102 -0.12248,-0.1142 -0.25943,-0.2244 -0.42274,-0.2529 -0.15881,-0.017 -0.30894,0.068 -0.43126,0.1697 -0.17423,0.1475 -0.3332,0.3175 -0.52432,0.441 -0.0847,0.064 -0.1842,0.098 -0.2829,0.1271 -0.1363,0.048 -0.28627,0 -0.40457,-0.076 -0.14948,-0.1102 -0.25605,-0.2718 -0.35925,-0.4295 -0.0823,-0.1177 -0.15977,-0.2467 -0.27952,-0.3236 -0.0513,-0.038 -0.10962,-0.06 -0.16732,-0.083 -0.0818,-0.017 -0.1654,-0.011 -0.24818,-0.011 -0.30411,-3e-4 -0.60823,7e-4 -0.91233996,-5e-4 0.001,-1.6354 0.001,-3.2709 0,-4.9065 z" />
+    <path
+       style="fill:#ff003c"
+       inkscape:connector-curvature="0"
+       id="path11"
+       d="m 12.508173,1046.122 c 0.0119,-0.015 0.0191,-0.045 0.0429,-0.039 0.89964,-5e-4 1.79928,7e-4 2.69892,-5e-4 0,1.6594 0,3.3187 0,4.9781 -0.34799,-10e-4 -0.69583,2e-4 -1.04382,-9e-4 -0.12216,0 -0.23853,0.054 -0.33433,0.1329 -0.1445,0.1304 -0.23355,0.3142 -0.35362,0.4682 -0.10754,0.1538 -0.25011,0.2966 -0.43077,0.3326 -0.11638,0.03 -0.23291,-0.013 -0.34109,-0.056 -0.10271,-0.036 -0.1879,-0.1102 -0.27695,-0.1733 -0.15479,-0.1205 -0.29045,-0.2671 -0.44508,-0.3878 -0.11026,-0.081 -0.23998,-0.1433 -0.37564,-0.1316 -0.15189,0.025 -0.28338,0.1205 -0.39863,0.2254 -0.071,0.062 -0.12649,0.1413 -0.19915,0.2011 -0.15286,0.1592 -0.31183,0.3151 -0.49153,0.4385 -0.13309,-0.035 -0.27518,-0.041 -0.40007,-0.1077 -0.0691,-0.039 -0.13197,-0.1165 -0.11734,-0.2064 0.0125,-0.1054 0.0585,-0.2016 0.0943,-0.2993 0.14563,-0.3252 0.30508,-0.6434 0.43286,-0.9775 0.14563,-0.3614 0.23114,-0.7483 0.28531,-1.1375 0.024,-0.226 0.059,-0.4502 0.0791,-0.6767 0.0225,-0.106 0.0252,-0.2154 0.0474,-0.3215 0.0808,-0.4368 0.18388,-0.8752 0.38255,-1.2687 0.10207,-0.185 0.21764,-0.3698 0.38449,-0.493 0.1175,-0.094 0.25846,-0.1408 0.3885,-0.2094 0.13694,-0.072 0.28434,-0.147 0.37162,-0.2891 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/diy_store.svg
===================================================================
--- /trunk/resources/images/presets/shop/diy_store.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/diy_store.svg	(revision 16006)
@@ -0,0 +1,388 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="92"
+   id="svg1"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\shopping"
+   sodipodi:docname="diy_store.svg"
+   sodipodi:version="0.32"
+   width="92"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata2213">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>telephone lutte incendie</dc:title>
+        <dc:description>lutte incendie</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>office</rdf:li>
+            <rdf:li />
+            <rdf:li>telephone</rdf:li>
+            <rdf:li>symbol</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>yves GUILLOU</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg1"
+     inkscape:cx="84.119808"
+     inkscape:cy="179.00797"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="960"
+     inkscape:window-width="1400"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:zoom="0.90237718"
+     pagecolor="#ffffff"
+     width="92px"
+     height="92px" />
+  <defs
+     id="defs2">
+    <linearGradient
+       id="linearGradient11250"
+       inkscape:collect="always">
+      <stop
+         id="stop11252"
+         offset="0"
+         style="stop-color:#ffffff;stop-opacity:1;" />
+      <stop
+         id="stop11254"
+         offset="1"
+         style="stop-color:#ffffff;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.866025,0,0,1.154701,-16.31031,-3.262063)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17406"
+       inkscape:collect="always"
+       x1="364.79874"
+       x2="533.11829"
+       xlink:href="#linearGradient11250"
+       y1="430.8544"
+       y2="485.01993" />
+    <linearGradient
+       id="linearGradient8962">
+      <stop
+         id="stop8964"
+         offset="0.00000000"
+         style="stop-color:#fffdff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop8970"
+         offset="0.50000000"
+         style="stop-color:#000000;stop-opacity:0.49803922;" />
+      <stop
+         id="stop8972"
+         offset="0.7"
+         style="stop-color:#000000;stop-opacity:0.24705882;" />
+      <stop
+         id="stop8966"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(1.063821,4.046455e-2,-3.647746e-2,0.97038,21.43936,-34.26626)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17404"
+       inkscape:collect="always"
+       x1="347.20044"
+       x2="514.80957"
+       xlink:href="#linearGradient8962"
+       y1="574.46063"
+       y2="622.51636" />
+    <linearGradient
+       id="linearGradient8194"
+       inkscape:collect="always">
+      <stop
+         id="stop8196"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop8198"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(1.148733,0,0,0.905362,0,-20.98799)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17402"
+       inkscape:collect="always"
+       x1="532.68054"
+       x2="284.75259"
+       xlink:href="#linearGradient8194"
+       y1="625.84399"
+       y2="616.76953" />
+    <linearGradient
+       id="linearGradient13552"
+       inkscape:collect="always">
+      <stop
+         id="stop13554"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop13556"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="scale(1.901203,0.525983)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17400"
+       inkscape:collect="always"
+       x1="102.90475"
+       x2="188.49617"
+       xlink:href="#linearGradient13552"
+       y1="1453.4987"
+       y2="1439.7363" />
+    <linearGradient
+       id="linearGradient4388"
+       inkscape:collect="always">
+      <stop
+         id="stop4390"
+         offset="0"
+         style="stop-color:#ffce63;stop-opacity:1;" />
+      <stop
+         id="stop4392"
+         offset="1"
+         style="stop-color:#ffce63;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="scale(1.572461,0.635946)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17398"
+       inkscape:collect="always"
+       x1="302.90421"
+       x2="270.20834"
+       xlink:href="#linearGradient4388"
+       y1="999.95508"
+       y2="1138.5482" />
+    <linearGradient
+       id="linearGradient14318">
+      <stop
+         id="stop14320"
+         offset="0.00000000"
+         style="stop-color:#00398f;stop-opacity:1.0000000;" />
+      <stop
+         id="stop14322"
+         offset="1.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="scale(0.790682,1.264731)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient17396"
+       inkscape:collect="always"
+       x1="738.6416"
+       x2="891.12726"
+       xlink:href="#linearGradient14318"
+       y1="326.92914"
+       y2="121.82977" />
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 L 10,5 L 0,10 L 0,0 z "
+         id="path4" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 L 0,5 L 10,10 L 10,0 z "
+         id="path6" />
+    </marker>
+  </defs>
+  <g
+     id="g17376"
+     transform="matrix(0.1339201,0,0,0.1339201,-5.7738977,-15.031715)">
+    <path
+       d="M 414.63983,465.72362 C 431.90111,449.47771 432.48468,434.41332 465.28008,429.90741 C 500.34111,421.42336 525.21044,393.54557 528.28185,309.0819 C 531.35326,224.61824 585.10286,132.47605 585.10286,132.47605 C 585.10286,132.47605 629.63825,83.333556 641.92388,140.15457 C 654.2095,196.97558 603.5313,338.26026 578.96005,381.25995 C 563.368,406.30123 583.52921,437.16679 600.92963,443.72874 C 613.76089,447.75227 616.88289,469.36595 609.17908,479.54494 C 598.42915,482.61635 414.63983,465.72362 414.63983,465.72362 z "
+       id="path1334"
+       sodipodi:nodetypes="ccccccccc"
+       style="fill:url(#linearGradient17396);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 577.11876,639.30213 L 570.05231,690.06929 C 570.05231,690.06929 542.44873,693.47401 533.43902,710.47671 C 524.42931,727.47939 487.14891,692.60552 478.00949,698.85907 C 468.87007,705.11262 442.70942,700.82086 435.08706,705.52029 C 427.46469,710.21971 393.64462,707.5562 393.64462,707.5562 L 390.20283,676.88144 C 390.20283,676.88144 371.86838,684.78175 344.33893,694.32885 C 316.80946,703.87595 337.75184,657.54878 337.75184,657.54878 L 352.60743,615.90252 L 577.11876,639.30213 z "
+       id="path2096"
+       style="fill:url(#linearGradient17398);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 345.53319,660.75789 C 307.14061,660.75789 278.25577,777.97449 118.54265,771.83168 C 74.00726,790.26012 90.60648,794.36406 90.60648,794.36406 C 90.60648,794.36406 470.48669,814.3282 500.87422,800.50687 C 520.55311,789.05189 578.96006,694.54337 568.21014,669.97212 L 526.74615,693.00765 L 492.96068,679.18634 L 396.21139,693.00767 C 390.06858,674.57923 393.13998,688.40055 390.06858,663.8293 C 356.28311,662.2936 322.49764,697.61477 345.53319,660.75789 z "
+       id="path2098"
+       sodipodi:nodetypes="cccccccccc"
+       style="fill:#df0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 90.60648,788.22126 L 113.64203,774.39993 C 113.64203,774.39993 399.28279,800.50688 456.10381,775.93563 C 512.92482,751.36438 535.96037,719.11462 535.96037,719.11462 L 546.71029,703.75759 C 546.71029,703.75759 562.06732,688.40056 557.46021,702.22189 C 552.8531,716.04321 511.38912,775.93563 511.38912,775.93563 C 511.38912,775.93563 491.42498,795.89977 454.5681,797.43548 C 417.71123,798.97118 132.07046,786.68555 132.07046,786.68555 L 90.60648,788.22126 z "
+       id="path11258"
+       style="opacity:0.50996016;fill:#fff9ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 127.46335,771.32852 L 104.42781,783.61415 L 148.9632,788.22126 L 161.24882,772.86423 L 127.46335,771.32852 z "
+       id="path12018"
+       style="opacity:0.23505973;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 320.66562,678.20565 C 267.14188,712.24981 273.27884,772.18827 114.58546,773.04243 C 165.88214,778.91793 276.42655,789.75696 413.10412,782.07845 C 529.81756,749.82869 489.88927,709.9004 489.88927,709.9004 C 489.88927,709.9004 312.9871,731.95526 320.66562,678.20565 z "
+       id="path12778"
+       sodipodi:nodetypes="ccccc"
+       style="fill:url(#linearGradient17400);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 533.57662,298.45041 C 533.57662,298.45041 550.33021,171.52923 597.0372,129.3914 C 643.7442,87.253572 625.20992,295.66951 535.80437,395.72886 C 527.17373,413.49782 533.06893,337.03445 533.57662,298.45041 z "
+       id="path15094"
+       sodipodi:nodetypes="cccc"
+       style="opacity:0.25498005;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 635.72733,158.03391 C 635.72733,158.03391 614.17725,312.47614 556.71037,377.12638 C 499.24349,441.77662 571.07709,443.57246 576.46461,439.98078 C 581.85213,436.3891 540.54781,418.4307 576.46461,364.5555 C 612.38141,310.6803 635.72733,220.88831 635.72733,158.03391 z "
+       id="path15854"
+       style="opacity:0.27091633;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 365.8948,607.0905 L 364.80745,642.42952 L 382.20512,609.26521 L 378.39938,649.49733 L 399.60279,609.26521 L 392.53499,652.21571 L 417.00047,610.89624 L 407.75795,655.47778 L 432.22343,611.43992 L 422.43724,656.02145 L 449.07742,613.07095 L 441.46594,652.75939 L 463.21303,615.24566 L 458.86362,653.84674 L 477.89232,619.59508 L 475.71761,653.84674 L 496.37735,620.13875 L 490.3969,653.30307 L 512.68767,621.76978 L 506.16354,653.84674 L 524.64857,622.31346 L 519.75547,653.84674 L 537.69682,622.31346 L 531.71637,653.30307 L 549.65772,623.40082 L 544.76462,654.39042 L 561.61862,623.94449 L 557.81288,654.9341 L 571.94849,625.57553 L 568.68642,657.10881 L 578.47262,621.22611 L 361.00171,595.67328 L 349.58448,636.99275 L 365.8948,607.0905 z "
+       id="path16614"
+       style="opacity:0.27490043;fill:#994a2c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 379.6049,611.36053 L 378.56403,638.88118 L 395.21786,613.05411 L 391.57484,644.38532 L 411.87169,613.05411 L 405.10608,646.50228 L 428.52553,614.32429 L 419.67817,649.04266 L 443.09762,614.74769 L 433.72985,649.46605 L 459.23101,616.01787 L 451.94497,646.92568 L 472.76225,617.71145 L 468.5988,647.77247 L 486.81392,621.09861 L 484.73219,647.77247 L 504.50862,621.522 L 498.78386,647.34908 L 520.12159,622.79218 L 513.8764,647.77247 L 531.57109,623.21558 L 526.8872,647.77247 L 544.06147,623.21558 L 538.33671,647.34908 L 555.51097,624.06237 L 550.82708,648.19586 L 566.96048,624.48576 L 563.31745,648.61926 L 576.84869,625.75595 L 573.72609,650.31284 L 583.09388,622.36879 L 374.92101,602.46924 L 363.99193,634.64724 L 379.6049,611.36053 z "
+       id="path17374"
+       style="opacity:0.27490043;fill:#994a2c;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 347.05411,619.15925 C 347.05411,619.15925 403.91959,455.12508 429.28092,453.48038 C 454.64226,451.83568 612.77762,469.9274 612.77762,469.9274 C 612.77762,469.9274 611.95556,485.30073 608.30209,507.75554 C 600.84288,527.49195 582.39708,640.40537 576.42971,640.40537 C 570.46234,640.40537 347.05411,619.15925 347.05411,619.15925 z "
+       id="path2094"
+       sodipodi:nodetypes="cccccc"
+       style="fill:#959595;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.01999462px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 600.94819,468.51747 L 612.75069,472.07341 L 578.32811,639.41123 L 561.47496,638.64027 L 600.94819,468.51747 z "
+       id="path5154"
+       sodipodi:nodetypes="ccccc"
+       style="opacity:0.34661357;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0169487px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 589.30287,468.04967 L 608.35591,470.44192 L 567.29803,637.93165 L 535.42581,636.55162 L 589.30287,468.04967 z "
+       id="path5914"
+       style="opacity:0.10756968;fill:#fffdff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 590.22773,472.34079 L 543.16454,635.38229 L 554.03937,632.75252 L 590.22773,472.34079 z "
+       id="path6674"
+       style="opacity:0.5458167;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 443.81819,453.79101 L 572.81724,464.97115 L 582.03146,471.35979 L 535.96037,637.46467 L 370.10444,619.89588 L 443.81819,453.79101 z "
+       id="path7434"
+       sodipodi:nodetypes="cccccc"
+       style="opacity:0.14741037;fill:url(#linearGradient17402);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 464.15317,453.25481 L 578.95046,465.56496 L 521.74846,638.1487 L 379.38789,623.20139 L 464.15317,453.25481 z "
+       id="path8202"
+       sodipodi:nodetypes="ccccc"
+       style="opacity:0.3824701;fill:url(#linearGradient17404);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 390.651,448.64022 L 450.54342,451.71163 L 376.82967,620.63897 L 321.54436,614.49616 L 390.651,448.64022 z "
+       id="path9732"
+       sodipodi:nodetypes="ccccc"
+       style="opacity:0.23505973;fill:url(#linearGradient17406);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="M 589.92962,441.10981 C 589.92962,441.10981 582.82203,450.75582 588.40657,453.80192 C 593.9911,456.84803 594.49878,454.30961 596.52952,460.90951 C 598.56026,467.50941 608.71395,466.49404 608.71395,466.49404 L 607.69858,453.29424 L 589.92962,441.10981 z "
+       id="path14334"
+       style="opacity:0.3824701;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+  <g
+     id="g1342"
+     transform="matrix(0.1802953,0,0,0.1802953,-23.364604,-0.4155166)">
+    <g
+       id="g5124"
+       style="opacity:0.18041238;fill:#000000;fill-opacity:1"
+       transform="matrix(0.541706,-0.840568,0.840568,0.541706,-46.93613,306.9812)">
+      <path
+         d="M 210.20159,128.19131 L 272.84445,128.19131 L 272.84445,608.59866 L 210.20159,608.59866 L 210.20159,128.19131 z "
+         id="path5126"
+         style="fill-rule:nonzero;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 216.7392,153.14858 L 250.99415,153.14858 L 250.99415,600.34615 L 216.7392,600.34615 L 216.7392,153.14858 z "
+         id="path5128"
+         style="fill-rule:nonzero;stroke:none;stroke-width:2.06155944;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 134.28572,132.36218 L 328.17461,132.8262 C 328.76932,174.43343 364.62964,185.41527 382.85715,185.26059 L 382.85715,212.36218 L 134.28572,212.36218 L 134.28572,132.36218 z "
+         id="path5130"
+         sodipodi:nodetypes="cccccc"
+         style="fill-rule:nonzero;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 140.08561,166.42895 L 329.05641,166.66715 C 329.57708,188.02596 362.16321,193.66342 378.12096,193.58401 L 378.12096,207.49644 L 140.08561,207.49644 L 140.08561,166.42895 z "
+         id="path5132"
+         sodipodi:nodetypes="cccccc"
+         style="fill-rule:nonzero;stroke:none;stroke-width:1.34077632;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <g
+       id="g5092"
+       transform="matrix(0.541706,-0.840568,0.840568,0.541706,-51.91204,285.7536)">
+      <path
+         d="M 210.20159,128.19131 L 272.84445,128.19131 L 272.84445,608.59866 L 210.20159,608.59866 L 210.20159,128.19131 z "
+         id="rect1294"
+         style="fill:#893333;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 216.7392,153.14858 L 250.99415,153.14858 L 250.99415,600.34615 L 216.7392,600.34615 L 216.7392,153.14858 z "
+         id="path3574"
+         style="fill:#ae6767;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.06155944;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 134.28572,132.36218 L 328.17461,132.8262 C 328.76932,174.43343 364.62964,185.41527 382.85715,185.26059 L 382.85715,212.36218 L 134.28572,212.36218 L 134.28572,132.36218 z "
+         id="rect1291"
+         sodipodi:nodetypes="cccccc"
+         style="fill:#aaaaaa;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+      <path
+         d="M 140.08561,166.42895 L 329.05641,166.66715 C 329.57708,188.02596 362.16321,193.66342 378.12096,193.58401 L 378.12096,207.49644 L 140.08561,207.49644 L 140.08561,166.42895 z "
+         id="path2814"
+         sodipodi:nodetypes="cccccc"
+         style="fill:#eeeeee;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.34077632;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/doors.svg
===================================================================
--- /trunk/resources/images/presets/shop/doors.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/doors.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   version="1.0"
+   sodipodi:docname="door6.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="6.2762801"
+     inkscape:cy="-0.27184213"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="32px"
+     height="32px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     showguides="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4160" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-8,-8.000001)">
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#e8bce8;fill-opacity:1;stroke:#ac39ac;stroke-width:1.42018926;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 9.7100946,23.000001 V 9.7100956 H 18.289906 V 23.000001"
+       id="path8372"
+       sodipodi:nodetypes="cccc" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ac39ac;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.9673934;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4174"
+       width="2.7213643"
+       height="1.0746562"
+       x="15"
+       y="15.923315"
+       rx="0.00067477679"
+       ry="4.978418e-008" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/e-cigarette.svg
===================================================================
--- /trunk/resources/images/presets/shop/e-cigarette.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/e-cigarette.svg	(revision 16006)
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="e-cigarette5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="34.36097"
+     inkscape:cx="7.8635268"
+     inkscape:cy="7.6324383"
+     inkscape:document-units="px"
+     inkscape:current-layer="g4003"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <g
+       id="g4003"
+       transform="matrix(-0.00909078,0,0,0.00909078,-25.268506,994.48777)">
+      <rect
+         style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:132.00187683;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+         id="rect4554"
+         width="1760.0249"
+         height="1760.0249"
+         x="2779.5752"
+         y="4716.2544"
+         transform="scale(-1,1)"
+         ry="110.00144" />
+      <rect
+         id="rect3981"
+         style="fill:#000000;stroke-width:1.02956247"
+         height="220.00313"
+         width="1166.0166"
+         y="5596.2666"
+         x="-4429.5981" />
+      <rect
+         id="rect3987"
+         style="fill:#000000"
+         height="245"
+         width="81.786003"
+         y="5571.2998"
+         x="-3180.8059" />
+      <rect
+         id="rect3989"
+         style="fill:#000000"
+         height="245.71001"
+         width="81.429001"
+         y="5570.6001"
+         x="-3026.0623" />
+      <path
+         id="path3997"
+         sodipodi:nodetypes="ccscccscccssscscc"
+         style="fill:#000000;stroke-width:0.92094076"
+         d="m -3180.7534,5532.1674 v -86.7894 c 0,-62.89 -32.39,-105.652 -133.75,-105.652 h -214.69 c -103.1,0 -188.96,-62.8957 -188.96,-168.7781 -0.5051,-15.2139 4.6594,-39.6739 4.6594,-39.6739 -82.999,-4.3923 -225.09,-68.7344 -225.09,-207.945 0,-106.1015 97.083,-204.315 234.64,-204.4592 l 0.9393,69.1142 c -73.374,0 -153.04,48.1129 -153.04,133.5299 0,136.9139 161.61,142.6644 182.46,142.6644 43.571,0 76.392,24.9595 43.571,68.2135 -21.687,28.5812 0,137.0749 88.214,137.0749 h 198.92 c 172.49,0 244.3,69.7106 244.3,172.4255 0,40.6137 0,30.5725 -0.3572,90.572 l -81.812,-0.3029 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3999"
+         sodipodi:nodetypes="ccscccccscc"
+         style="fill:#000000;stroke-width:0.92094076"
+         d="m -3025.6624,5533.1003 -0.3571,-132.19 c 0,-109.1375 -105.24,-222.2274 -238.63,-222.2274 h -126.72 c -42.021,0 -88.515,-19.407 -40.058,-71.9666 82.244,-118.5519 3.9118,-251.8782 -161.97,-251.8782 -0.2526,0 0,-68.9676 0,-68.9676 212.12,5.2119 328.44,155.6576 252.54,320.8483 326.63,-15.4215 396.28,203.0512 396.28,304.14 v 121.3338 l -81.071,0.9088 z"
+         inkscape:connector-curvature="0" />
+    </g>
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect4535"
+       width="5"
+       height="1"
+       x="1"
+       y="1050.3622"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect4535-3"
+       width="5"
+       height="1"
+       x="10"
+       y="1050.3622"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect4552"
+       width="1"
+       height="5"
+       x="3"
+       y="1048.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/electronics.svg
===================================================================
--- /trunk/resources/images/presets/shop/electronics.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/electronics.svg	(revision 16006)
@@ -0,0 +1,512 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="12.722"
+   id="svg1291"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="electronics2.svg"
+   sodipodi:version="0.32"
+   width="16"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>Television</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>television</rdf:li>
+            <rdf:li>screen</rdf:li>
+            <rdf:li>tv</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Alexander D. Thorp.</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Alexander D. Thorp.</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 24 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="48 : 24 : 1"
+       inkscape:persp3d-origin="24 : 16 : 1"
+       id="perspective61" />
+    <linearGradient
+       id="linearGradient3651"
+       inkscape:collect="always">
+      <stop
+         id="stop3653"
+         offset="0"
+         style="stop-color:#2c2c2c;stop-opacity:1;" />
+      <stop
+         id="stop3655"
+         offset="1"
+         style="stop-color:#2c2c2c;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5111"
+       inkscape:collect="always">
+      <stop
+         id="stop5113"
+         offset="0"
+         style="stop-color:#000000;stop-opacity:1;" />
+      <stop
+         id="stop5115"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.52064708,0,0,0.33294531,16.126655,17.963167)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient5117"
+       inkscape:collect="always"
+       x1="29.420887"
+       x2="-5.8534131"
+       xlink:href="#linearGradient5111"
+       y1="28.105722"
+       y2="-16.60376" />
+    <linearGradient
+       gradientTransform="matrix(0.74391497,0,0,0.23301944,14.695087,18.901693)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3657"
+       inkscape:collect="always"
+       x1="12.828831"
+       x2="9.3710175"
+       xlink:href="#linearGradient3651"
+       y1="53.589424"
+       y2="42.531727" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-9.7598835"
+     inkscape:cy="14.981469"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="7.5625"
+     pagecolor="#ffffff"
+     showgrid="false"
+     showguides="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-15.857145,-19.515667)">
+    <g
+       id="g11220"
+       style="fill:#3f3f3f;fill-opacity:1"
+       transform="matrix(0.41634927,0,0,0.41634927,14.695088,18.901693)">
+      <path
+         d="m 34.098289,31.623542 1.043826,-0.677668 -1.438159,-1.154825 0.394333,1.832493 z"
+         id="path11214"
+         sodipodi:nodetypes="cccc"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 6.1108233,25.087627 32.2291427,1.800818 -0.963515,1.944926 -1.001209,-0.05472 -0.963515,1.944926 -26.4725797,-1.446801 -1.155772,-2.060751 -0.946067,-0.05171 -0.726485,-2.076693 z"
+         id="path11212"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 35.753478,29.913804 1.329599,-0.856044 -1.657446,-1.092821 0.327847,1.948865 z"
+         id="path11218"
+         sodipodi:nodetypes="cccc"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </g>
+    <rect
+       height="9.6005554"
+       id="rect7393"
+       rx="0.68589193"
+       ry="9.4643831"
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.20818877;stroke-miterlimit:4;stroke-opacity:1"
+       transform="matrix(0.99810154,0.06158985,-0.07799026,0.99695412,0,0)"
+       width="15.130332"
+       x="18.315828"
+       y="18.506195" />
+    <rect
+       height="9.6005573"
+       id="rect1305"
+       rx="0.68589133"
+       ry="9.464385"
+       style="fill:#000000;fill-opacity:0.58638748;stroke:#000000;stroke-width:0.20818871;stroke-miterlimit:4;stroke-opacity:1"
+       transform="matrix(0.99810154,0.06158991,-0.07799024,0.99695412,0,0)"
+       width="15.130319"
+       x="18.407393"
+       y="18.50025" />
+    <rect
+       height="9.6005573"
+       id="rect1307"
+       rx="0.68589133"
+       ry="9.464385"
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.20818871;stroke-miterlimit:4;stroke-opacity:1"
+       transform="matrix(0.99810154,0.06158991,-0.07799024,0.99695412,0,0)"
+       width="15.130319"
+       x="17.979231"
+       y="18.944323" />
+    <rect
+       height="9.6005621"
+       id="rect1301"
+       rx="0.68589115"
+       ry="9.4643898"
+       style="fill:#000000;fill-opacity:0.45026173;stroke:#000000;stroke-width:0.20818877;stroke-miterlimit:4;stroke-opacity:1"
+       transform="matrix(0.99810154,0.06158993,-0.07799026,0.99695412,0,0)"
+       width="15.130316"
+       x="17.944263"
+       y="18.951958" />
+    <rect
+       height="7.9058833"
+       id="rect3593"
+       rx="0.68589228"
+       ry="9.4643717"
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.17143984;stroke-miterlimit:4;stroke-opacity:1"
+       transform="matrix(0.99810155,0.06158981,-0.07799022,0.99695412,0,0)"
+       width="12.459575"
+       x="18.993519"
+       y="19.924763" />
+    <rect
+       height="7.9058847"
+       id="rect1303"
+       rx="0.68589169"
+       ry="9.4643745"
+       style="fill:url(#linearGradient5117);fill-opacity:1;stroke:#000000;stroke-width:0.1714398;stroke-miterlimit:4;stroke-opacity:1"
+       transform="matrix(0.99810154,0.06158987,-0.0779902,0.99695413,0,0)"
+       width="12.459564"
+       x="18.972294"
+       y="19.919594" />
+    <path
+       d="m 30.926395,20.920029 c 0.496486,-0.352939 0.496486,-0.352939 0.496486,-0.352939 l 0,0 -0.496486,0.352939 z"
+       id="path2067"
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.41634926px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 17.007205,20.088436 0.552947,-0.470421 -0.552947,0.470421 z"
+       id="path2833"
+       sodipodi:nodetypes="ccc"
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.20817463;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 16.577343,29.774258 13.41858,0.74977 -0.401158,0.809768 -0.416853,-0.02278 -0.401159,0.809768 -11.021839,-0.602374 -0.481205,-0.857992 -0.393894,-0.02153 -0.302472,-0.86463 z"
+       id="path8153"
+       style="fill:#969696;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.20817463;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g11244"
+       transform="matrix(0.24034469,-0.02145945,0,0.24034469,23.435354,22.139064)">
+      <path
+         d="m 13.732812,37.130722 c 2.617383,0.0019 5.234993,-0.0039 7.852235,0.0029 0.446745,0.09769 0.625056,0.594662 0.749513,0.983995 0.243373,0.926721 0.234365,1.944273 -0.117445,2.842323 -0.130824,0.332526 -0.406477,0.71401 -0.81034,0.655302 -2.574532,-0.0019 -5.14929,0.0039 -7.72368,-0.0029 -0.446744,-0.09769 -0.625055,-0.594663 -0.749512,-0.983997 -0.243374,-0.926721 -0.234365,-1.944272 0.117445,-2.842323 0.128087,-0.283852 0.329415,-0.641629 0.681784,-0.655301 z"
+         id="rect11225"
+         style="fill:#3f3f3f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <rect
+         height="0.055857744"
+         id="rect11227"
+         rx="6.5906324"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="37.425003" />
+      <rect
+         height="0.055857744"
+         id="rect11229"
+         rx="6.5906324"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="41.255825" />
+      <rect
+         height="0.055857744"
+         id="rect11231"
+         rx="6.5906324"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="40.161304" />
+      <rect
+         height="0.055857744"
+         id="rect11233"
+         rx="6.5906324"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="39.066784" />
+      <rect
+         height="0.055857744"
+         id="rect11235"
+         rx="6.5906324"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="38.519524" />
+      <rect
+         height="0.055857744"
+         id="rect11237"
+         rx="6.5906324"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="40.708565" />
+      <rect
+         height="0.055857744"
+         id="rect11239"
+         rx="6.5906324"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="37.972263" />
+      <rect
+         height="0.055857744"
+         id="rect11241"
+         rx="6.5906324"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="39.614044" />
+    </g>
+    <g
+       id="g11255"
+       transform="matrix(-0.24034469,-0.0475754,0,0.24034469,22.985888,22.135154)">
+      <path
+         d="m 13.732812,37.130722 c 2.617383,0.0019 5.234993,-0.0039 7.852235,0.0029 0.446745,0.09769 0.625056,0.594662 0.749513,0.983995 0.243373,0.926721 0.234365,1.944273 -0.117445,2.842323 -0.130824,0.332526 -0.406477,0.71401 -0.81034,0.655302 -2.574532,-0.0019 -5.14929,0.0039 -7.72368,-0.0029 -0.446744,-0.09769 -0.625055,-0.594663 -0.749512,-0.983997 -0.243374,-0.926721 -0.234365,-1.944272 0.117445,-2.842323 0.128087,-0.283852 0.329415,-0.641629 0.681784,-0.655301 z"
+         id="path11257"
+         style="fill:#3f3f3f;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <rect
+         height="0.055857744"
+         id="rect11259"
+         rx="6.5673604"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="37.425003" />
+      <rect
+         height="0.055857744"
+         id="rect11261"
+         rx="6.5673604"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="41.255825" />
+      <rect
+         height="0.055857744"
+         id="rect11263"
+         rx="6.5673604"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="40.161304" />
+      <rect
+         height="0.055857744"
+         id="rect11265"
+         rx="6.5673604"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="39.066784" />
+      <rect
+         height="0.055857744"
+         id="rect11267"
+         rx="6.5673604"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="38.519524" />
+      <rect
+         height="0.055857744"
+         id="rect11269"
+         rx="6.5673604"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="40.708565" />
+      <rect
+         height="0.055857744"
+         id="rect11271"
+         rx="6.5673604"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="37.972263" />
+      <rect
+         height="0.055857744"
+         id="rect11273"
+         rx="6.5673604"
+         ry="0.49656475"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.03595135;stroke-miterlimit:4;stroke-opacity:1"
+         width="8.3639708"
+         x="13.386724"
+         y="39.614044" />
+    </g>
+    <path
+       d="m 20.999421,30.012301 c 1.350887,0.0655 2.701775,0.131002 4.052663,0.196502 0.202629,0.04061 0.238986,0.198421 0.280733,0.307428 0.05297,0.225332 0.05221,0.468259 -0.119053,0.664174 -0.131485,0.116016 -0.09408,0.04285 -0.421853,0.138299 -1.309467,0.171064 -2.483024,0.01364 -3.79249,-0.267656 -0.20263,-0.04061 -0.238987,-0.198421 -0.280733,-0.307427 -0.05297,-0.225332 -0.05221,-0.46826 0.119052,-0.664175 0.0357,-0.03384 0.08785,-0.07002 0.161681,-0.06715 z"
+       id="rect11295"
+       sodipodi:nodetypes="ccccccccc"
+       style="fill:url(#linearGradient3657);fill-opacity:1;stroke:#000000;stroke-width:0.05204366;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g2858"
+       transform="matrix(0.41634927,0,0,0.41634927,14.695088,18.901693)">
+      <rect
+         height="0.85823053"
+         id="rect2086"
+         rx="0.23633243"
+         ry="0.23314829"
+         style="fill:#181818;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.998712,0.05074527,-0.169934,0.985455,0,0)"
+         width="0.86119688"
+         x="19.964918"
+         y="26.697214" />
+      <rect
+         height="0.85823053"
+         id="rect2846"
+         rx="0.23633243"
+         ry="0.23314829"
+         style="fill:#181818;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.998712,0.05074527,-0.169934,0.985455,0,0)"
+         width="0.86119688"
+         x="21.377409"
+         y="26.946699" />
+      <rect
+         height="0.85823053"
+         id="rect2848"
+         rx="0.23633243"
+         ry="0.23314829"
+         style="fill:#181818;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.998712,0.05074527,-0.169934,0.985455,0,0)"
+         width="0.86119688"
+         x="22.789902"
+         y="27.266041" />
+      <rect
+         height="0.85823053"
+         id="rect2850"
+         rx="0.23633243"
+         ry="0.23314829"
+         style="fill:#181818;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.998712,0.05074527,-0.169934,0.985455,0,0)"
+         width="0.86119688"
+         x="24.202396"
+         y="27.485588" />
+      <rect
+         height="0.85823053"
+         id="rect2852"
+         rx="0.23633243"
+         ry="0.23314829"
+         style="fill:#181818;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.998712,0.05074527,-0.169934,0.985455,0,0)"
+         width="0.86119688"
+         x="25.614889"
+         y="27.425713" />
+      <rect
+         height="0.85823053"
+         id="rect2854"
+         rx="0.23633243"
+         ry="0.23314829"
+         style="fill:#181818;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.998712,0.05074527,-0.169934,0.985455,0,0)"
+         width="0.86119688"
+         x="27.027384"
+         y="27.146288" />
+      <rect
+         height="0.85823053"
+         id="rect2856"
+         rx="0.23633243"
+         ry="0.23314829"
+         style="fill:#181818;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.998712,0.05074527,-0.169934,0.985455,0,0)"
+         width="0.86119688"
+         x="28.439877"
+         y="27.006577" />
+    </g>
+    <g
+       id="g3633"
+       transform="matrix(0.15210113,0,-0.04066217,0.15210113,23.36472,25.634936)">
+      <circle
+         id="path2867"
+         style="fill:none;fill-opacity:1;stroke:#ea9d1b;stroke-width:0.30000001;stroke-miterlimit:4;stroke-opacity:1"
+         cx="18.241751"
+         cy="33.910843"
+         r="0.59322768" />
+      <rect
+         height="0.9039368"
+         id="rect3631"
+         ry="0"
+         style="fill:#ea9d1b;fill-opacity:1;stroke:#181818;stroke-width:0.02;stroke-miterlimit:4;stroke-opacity:1"
+         width="0.20683299"
+         x="18.132359"
+         y="32.870544" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/erotic.svg
===================================================================
--- /trunk/resources/images/presets/shop/erotic.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/erotic.svg	(revision 16006)
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2497"
+   sodipodi:docname="sivvus-heart2.svg"
+   inkscape:export-filename="C:\Documents and Settings\Piotrek\Pulpit\TAPETUŃCIA.png"
+   viewBox="0 0 306 288"
+   sodipodi:version="0.32"
+   inkscape:export-xdpi="90"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-ydpi="90"
+   inkscape:version="0.91 r13725"
+   width="306"
+   height="288">
+  <defs
+     id="defs2499">
+    <filter
+       id="filter3428"
+       inkscape:collect="always">
+      <feGaussianBlur
+         id="feGaussianBlur3430"
+         stdDeviation="3.982787"
+         inkscape:collect="always" />
+    </filter>
+    <linearGradient
+       id="linearGradient3482"
+       y2="576"
+       gradientUnits="userSpaceOnUse"
+       x2="742"
+       y1="92"
+       x1="742"
+       inkscape:collect="always">
+      <stop
+         id="stop2543"
+         style="stop-color:#ff0000"
+         offset="0" />
+      <stop
+         id="stop2545"
+         style="stop-color:#800000"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="radialGradient3484"
+       gradientUnits="userSpaceOnUse"
+       cy="507.67999"
+       cx="154.49001"
+       gradientTransform="matrix(-0.11869,2.956,-2.58,-0.10359,1797.5,-275.65)"
+       r="89.498001"
+       inkscape:collect="always">
+      <stop
+         id="stop2537"
+         style="stop-color:#ffffff;stop-opacity:.8"
+         offset="0" />
+      <stop
+         id="stop2539"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </radialGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="988"
+     inkscape:zoom="1.9617303"
+     inkscape:window-x="-8"
+     showgrid="false"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="120.92192"
+     inkscape:cy="94.442679"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     inkscape:window-maximized="1" />
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-359.56,-243.98002)">
+    <g
+       id="g3432"
+       transform="matrix(0.70216437,-0.20025316,0.19865217,0.72778207,-43.936567,294.37691)">
+      <path
+         id="path2604"
+         style="fill:#808080;filter:url(#filter3428)"
+         d="m 666.96,125.24 c -37.63,-8.31 -81.08,-1.06 -114.02,29.91 -28.16,27.26 -40.88,72.83 -36.39,112.35 4.56,52.15 27.52,96.52 52.3,136.38 25.02,39.26 54.3,74.45 86.24,105.49 8.51,2.55 17.04,-4.08 25.62,-5.5 63.3,-20.7 126.94,-49.02 181.41,-97.5 28.63,-26.11 54.28,-62.16 60.85,-104.49 5.33,-35.16 -5.34,-70.1 -25.68,-92.46 -28.22,-33.18 -70.08,-49.83 -111.9,-44.51 -16.67,2.8 -33.74,10.78 -46.01,26.11 -5.21,-29.42 -26.9,-48.53 -49.43,-58.22 -7.35,-3.33 -15.12,-5.8 -22.99,-7.56 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2393"
+         style="fill:#800000"
+         d="m 664.96,117.24 c -37.63,-8.31 -81.08,-1.06 -114.02,29.91 -28.16,27.26 -40.88,72.83 -36.39,112.35 4.56,52.15 27.52,96.52 52.3,136.38 25.02,39.26 54.3,74.45 86.24,105.49 8.51,2.55 17.04,-4.08 25.62,-5.5 63.3,-20.7 126.94,-49.02 181.41,-97.5 28.63,-26.11 54.28,-62.16 60.85,-104.49 5.33,-35.16 -5.34,-70.1 -25.68,-92.46 -28.22,-33.18 -70.08,-49.83 -111.9,-44.51 -16.67,2.8 -33.74,10.78 -46.01,26.11 -5.21,-29.42 -26.9,-48.53 -49.43,-58.22 -7.35,-3.33 -15.12,-5.8 -22.99,-7.56 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2383"
+         style="fill:url(#linearGradient3482)"
+         d="m 663.63,123.01 c -33.03,-7.07 -70.23,-2.5 -100.87,20.92 -24.02,18.01 -39.91,50.09 -42.99,82.49 -4.63,44.42 9.3,86.03 26.55,121.95 27.94,56.12 65.74,103.69 107.06,145.5 3.27,5.25 9.32,0.09 13.99,-0.42 56.43,-17.38 112.64,-41.17 163.75,-78.1 31.8,-23.62 63.2,-54.44 78.37,-96.22 11.08,-29.56 10.56,-63.49 -2.09,-89.18 -17.24,-35.71 -49.65,-57.3 -83.75,-65.48 -23.9,-5.24 -51.53,-4.71 -73.83,13.16 -6.61,5.41 -12.3,12.49 -16.4,20.74 1.36,-27 -14.46,-48.07 -32.45,-59.78 -11.48,-7.59 -24.15,-12.64 -37.34,-15.58 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2401"
+         style="fill:url(#radialGradient3484)"
+         d="m 653.7,131.04 c -41.51,-10.16 -89.71,10.06 -108.65,49.12 -18.64,40.69 -12.73,88.49 4.86,128.35 15.09,34.26 33.77,67.42 56.59,97.25 L 722.69,200.71 C 712.3,196.86 705.97,184.62 706.37,173.73 700.6,149.77 675.99,136.28 653.7,131.04 Z"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <metadata
+     id="metadata19">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2008-08-11T22:08:25</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/18379/heart-by-sivvus</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>sivvus</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>colour</rdf:li>
+            <rdf:li>heart</rdf:li>
+            <rdf:li>love</rdf:li>
+            <rdf:li>red</rdf:li>
+            <rdf:li>valentine</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/fabric.svg
===================================================================
--- /trunk/resources/images/presets/shop/fabric.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/fabric.svg	(revision 16006)
@@ -0,0 +1,233 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="13"
+   height="16"
+   viewBox="0 0 13 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="fabric3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="0.78590943"
+     inkscape:cy="9.569933"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#008000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4172"
+       width="8"
+       height="2.0000174"
+       x="4.5"
+       y="1045.8622"
+       ry="0.97761762" />
+    <rect
+       ry="0.97761762"
+       y="1042.8622"
+       x="4.5"
+       height="2.0000174"
+       width="8"
+       id="rect4174"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       ry="0.97761762"
+       y="1039.8622"
+       x="4.5"
+       height="2.0000174"
+       width="8"
+       id="rect4176"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cd9a00;fill-opacity:1;fill-rule:evenodd;stroke:#cd9a00;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00009b;fill-opacity:1;fill-rule:evenodd;stroke:#00009b;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4178"
+       width="8"
+       height="2.0000174"
+       x="4.5"
+       y="1036.8622"
+       ry="0.97761762" />
+    <rect
+       ry="0.97761762"
+       y="1046.8622"
+       x="3.500001"
+       height="2.0000174"
+       width="8"
+       id="rect4146"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#008000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4148"
+       width="8"
+       height="2.0000174"
+       x="3.500001"
+       y="1043.8622"
+       ry="0.97761762" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cd9a00;fill-opacity:1;fill-rule:evenodd;stroke:#cd9a00;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4150"
+       width="8"
+       height="2.0000174"
+       x="3.500001"
+       y="1040.8622"
+       ry="0.97761762" />
+    <rect
+       ry="0.97761762"
+       y="1037.8622"
+       x="3.500001"
+       height="2.0000174"
+       width="8"
+       id="rect4152"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00009b;fill-opacity:1;fill-rule:evenodd;stroke:#00009b;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#008000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4156"
+       width="8"
+       height="2.0000174"
+       x="2.500001"
+       y="1047.8622"
+       ry="0.97761762" />
+    <rect
+       ry="0.97761762"
+       y="1044.8622"
+       x="2.500001"
+       height="2.0000174"
+       width="8"
+       id="rect4158"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       ry="0.97761762"
+       y="1041.8622"
+       x="2.500001"
+       height="2.0000174"
+       width="8"
+       id="rect4160"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cd9a00;fill-opacity:1;fill-rule:evenodd;stroke:#cd9a00;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00009b;fill-opacity:1;fill-rule:evenodd;stroke:#00009b;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4162"
+       width="8"
+       height="2.0000174"
+       x="2.500001"
+       y="1038.8622"
+       ry="0.97761762" />
+    <rect
+       ry="0.97761762"
+       y="1048.8622"
+       x="1.5"
+       height="2.0000174"
+       width="8"
+       id="rect4164"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#008000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4166"
+       width="8"
+       height="2.0000174"
+       x="1.5"
+       y="1045.8622"
+       ry="0.97761762" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cd9a00;fill-opacity:1;fill-rule:evenodd;stroke:#cd9a00;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4168"
+       width="8"
+       height="2.0000174"
+       x="1.5"
+       y="1042.8622"
+       ry="0.97761762" />
+    <rect
+       ry="0.97761762"
+       y="1039.8622"
+       x="1.5"
+       height="2.0000174"
+       width="8"
+       id="rect4170"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00009b;fill-opacity:1;fill-rule:evenodd;stroke:#00009b;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#008000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="8"
+       height="2.0000174"
+       x="0.5"
+       y="1049.8622"
+       ry="0.97761762" />
+    <rect
+       ry="0.97761762"
+       y="1046.8622"
+       x="0.5"
+       height="2.0000174"
+       width="8"
+       id="rect4138"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ff0000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       ry="0.97761762"
+       y="1043.8622"
+       x="0.5"
+       height="2.0000174"
+       width="8"
+       id="rect4140"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#cd9a00;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#00009b;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4142"
+       width="8"
+       height="2.0000174"
+       x="0.5"
+       y="1040.8622"
+       ry="0.97761762" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/florist.svg
===================================================================
--- /trunk/resources/images/presets/shop/florist.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/florist.svg	(revision 16006)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="841.88976pt"
+   id="svg2"
+   inkscape:version="0.46"
+   sodipodi:docbase="/home/peterm/afbeeldingen/svg"
+   sodipodi:docname="florist.svg"
+   sodipodi:version="0.32"
+   width="595.27559pt"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\shopping\florist32.png"
+   inkscape:export-xdpi="3.0419531"
+   inkscape:export-ydpi="3.0419531">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>flower</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>flower</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>peterm</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>peterm</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs5">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective11" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2"
+     inkscape:cx="372.04724"
+     inkscape:cy="473.86360"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="721"
+     inkscape:window-width="1270"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:zoom="0.37724655"
+     pagecolor="#ffffff"
+     showgrid="false" />
+  <g
+     id="g5840"
+     transform="matrix(1.340218,0.000000,0.000000,1.340218,-653.5452,7.795854)">
+    <path
+       d="M 796.81250,295.50000 C 795.93675,295.58953 795.02004,295.90048 794.06250,296.43750 C 787.79894,299.95034 792.94621,401.31416 766.96875,492.87500 C 757.99251,468.07073 723.97814,435.17912 677.18750,408.96875 C 613.94367,373.54191 551.37941,363.73074 537.53125,387.06250 C 523.68311,410.39425 563.75619,458.07317 627.00000,493.50000 C 680.29990,523.35661 733.01238,534.94166 756.59375,523.90625 C 749.80980,541.56721 741.74050,558.44776 731.68750,573.43750 C 665.85161,671.60343 558.43455,646.62022 555.53125,652.12500 C 524.93426,710.13598 682.00788,693.04094 747.84375,594.87500 C 763.56137,571.43891 776.13295,541.18734 785.78125,508.96875 C 786.01584,509.37937 786.14083,509.85743 786.40625,510.25000 C 801.60278,532.72680 861.82618,516.81112 920.84375,474.71875 C 979.86133,432.62637 1015.4153,380.22680 1000.2188,357.75000 C 985.02229,335.27319 924.79883,351.18887 865.78125,393.28125 C 836.21031,414.37178 812.51619,438.04363 798.15625,459.25000 C 815.30406,375.03383 813.89002,293.75407 796.81250,295.50000 z "
+       id="path2195"
+       style="fill:#35e23e;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#12892d;stroke-width:17.004999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dasharray:none;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000" />
+    <path
+       d="M 521.87211,275.23304 C 478.85605,245.64532 524.04766,247.12359 474.76752,264.36545 C 448.25334,273.64209 478.36895,314.58051 486.35702,287.65007 C 501.20392,237.59626 513.76299,281.03285 482.13659,239.49268 C 465.12065,217.14283 435.49213,258.43515 463.57296,257.71029 C 515.76490,256.36306 478.33522,281.73008 508.06918,238.81498 C 524.06693,215.72537 475.63989,200.30700 485.00672,226.78946 C 502.41621,276.01063 466.72433,248.25173 516.72732,263.26890 C 543.63042,271.34859 543.32938,220.52720 521.03757,237.61911 C 479.60529,269.38671 494.97617,226.86374 496.14577,279.05997 C 496.77504,307.14309 545.01603,291.15212 521.87211,275.23304 z "
+       id="path1549"
+       inkscape:flatsided="false"
+       inkscape:randomized="0.0000000"
+       inkscape:rounded="1.0800000"
+       sodipodi:arg1="0.60613533"
+       sodipodi:arg2="2.8013060"
+       sodipodi:cx="495.56927"
+       sodipodi:cy="257.00040"
+       sodipodi:r1="32.004192"
+       sodipodi:r2="22.067102"
+       sodipodi:sides="5"
+       sodipodi:type="star"
+       style="fill:#fa9806;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#f58006;stroke-width:4.0247698;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+       transform="matrix(4.224992,0.000000,0.000000,4.224992,-1287.368,-859.2380)" />
+    <path
+       d="M 539.80589 261.93216 A 8.8174267 8.8174267 0 1 1  522.17104,261.93216 A 8.8174267 8.8174267 0 1 1  539.80589 261.93216 z"
+       id="path1551"
+       sodipodi:cx="530.98846"
+       sodipodi:cy="261.93216"
+       sodipodi:rx="8.8174267"
+       sodipodi:ry="8.8174267"
+       sodipodi:type="arc"
+       style="fill:#fadc06;fill-opacity:1.0000000;fill-rule:nonzero;stroke:#f58006;stroke-width:4.0247698;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.0000000;stroke-opacity:1.0000000"
+       transform="matrix(4.224992,0.000000,0.000000,4.224992,-1440.171,-885.7572)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/frame.svg
===================================================================
--- /trunk/resources/images/presets/shop/frame.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/frame.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="frame5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#666666;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="16"
+       height="12"
+       x="0"
+       y="1040.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#333333;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="14"
+       height="10"
+       x="1"
+       y="1041.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#9b9bc4;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="12"
+       height="8"
+       x="2"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ece1bc;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="10"
+       height="6"
+       x="3"
+       y="1043.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/funeral_directors.svg
===================================================================
--- /trunk/resources/images/presets/shop/funeral_directors.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/funeral_directors.svg	(revision 16006)
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="256.07199"
+   height="469.72971"
+   id="svg3804"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="New document 3">
+  <defs
+     id="defs3806" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="71.607432"
+     inkscape:cy="137.722"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3809">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-303.39257,-200.35447)">
+    <polygon
+       points="418.036,148.533 354.019,551.617 225.982,551.617 161.964,148.533 225.982,37.65 354.019,37.65 "
+       id="polygon24"
+       style="fill:#8c5a26;fill-opacity:1"
+       transform="matrix(0.99999999,0,0,0.9139297,141.42857,165.94502)" />
+    <g
+       style="fill:#8c5a26;fill-opacity:1"
+       id="g3779"
+       transform="matrix(0.99999999,0,0,1.1933524,141.42857,123.35707)">
+      <g
+         id="g3783"
+         transform="matrix(1.356333,0,0,1.239353,-103.33701,-48.708368)">
+        <line
+           stroke-miterlimit="10"
+           x1="290"
+           y1="130.5"
+           x2="290"
+           y2="276.5"
+           id="line26"
+           style="fill:#8c5a26;fill-opacity:1;stroke:#000000;stroke-width:20;stroke-linecap:round;stroke-miterlimit:10" />
+        <line
+           stroke-miterlimit="10"
+           x1="244"
+           y1="178.5"
+           x2="336"
+           y2="178.5"
+           id="line28"
+           style="fill:#8c5a26;fill-opacity:1;stroke:#000000;stroke-width:20;stroke-linecap:round;stroke-miterlimit:10" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/furniture.svg
===================================================================
--- /trunk/resources/images/presets/shop/furniture.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/furniture.svg	(revision 16006)
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="furniture11.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="true"
+     inkscape:zoom="26.715378"
+     inkscape:cx="-4.9497073"
+     inkscape:cy="9.6317591"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <path
+     d="M 4,1 C 3,1 2,2 2,3 4,3 5,4.5760463 5,6 l 6,0 C 11,4.4818344 12,3 14,3 14,2 13,1 12,1 Z M 2,4 C 1,4 1,5 1,5 1,5.5181656 1.481834,6 2,6 l 0,3 c 0,0.645252 0.423351,1 1,1 l 0.5,0 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 5,0 c 0,0 0,1 1,1 1,0 1,-1 1,-1 l 0.5,0 c 0.509491,0 1,-0.48425 1,-1 l 0,-3 c 0.494613,0 1,-0.3876224 1,-1 0,0 0,-1 -1,-1 -1,0 -2,1 -2,3 L 4,7 C 4,5 3,4 2,4 Z"
+     id="furniture"
+     style="fill:#ac39ac;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/shop/garden_centre.svg
===================================================================
--- /trunk/resources/images/presets/shop/garden_centre.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/garden_centre.svg	(revision 16006)
@@ -0,0 +1,232 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="672.13373"
+   id="svg2910"
+   inkscape:version="0.46"
+   sodipodi:docbase="/home/drsteele/Personal/Projects &amp; Parties/Clipart"
+   sodipodi:docname="garden_centre.svg"
+   sodipodi:version="0.32"
+   width="568.07068"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>FlowerAndPot</dc:title>
+        <dc:description>A Large cheery Flower in a worryingly small pot...</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li />
+            <rdf:li>flowerpot</rdf:li>
+            <rdf:li>petal</rdf:li>
+            <rdf:li>flower</rdf:li>
+            <rdf:li>teracotta</rdf:li>
+            <rdf:li>leaf</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Daniel Steele</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Daniel Steele</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date>2005/06/28</dc:date>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective34" />
+    <linearGradient
+       id="linearGradient2952">
+      <stop
+         id="stop2954"
+         offset="0"
+         style="stop-color:#c0d50d;stop-opacity:1;" />
+      <stop
+         id="stop2956"
+         offset="1.0000000"
+         style="stop-color:#eef2cd;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2936">
+      <stop
+         id="stop2938"
+         offset="0.0000000"
+         style="stop-color:#8acf6b;stop-opacity:1.0000000;" />
+      <stop
+         id="stop2940"
+         offset="1.0000000"
+         style="stop-color:#368912;stop-opacity:1.0000000;" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="375.00000"
+     inkscape:cy="529.66833"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="951"
+     inkscape:window-width="1280"
+     inkscape:window-x="0"
+     inkscape:window-y="26"
+     inkscape:zoom="1.0000000"
+     pagecolor="#ffffff"
+     showgrid="false" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-70.97456,-194.21143)">
+    <g
+       id="g3770">
+      <path
+         d="M 474.14884,842.22152 C 474.14884,855.49985 432.90177,866.27647 382.0795,866.27647 C 331.25722,866.27647 290.01016,855.49985 290.01016,842.22152 C 290.01016,835.58235 270.95498,739.16855 261.42739,678.55706 C 318.5707,678.47092 347.14395,678.49265 372.55508,678.49265 C 397.96622,678.49265 423.36466,673.81513 504.31901,673.90126 C 486.8544,756.23981 474.14884,835.58235 474.14884,842.22152 z"
+         id="path2926"
+         sodipodi:nodetypes="ccccccc"
+         style="fill:#ff9602;fill-opacity:1;stroke:#000000;stroke-width:0.13733713;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 507.48428,671.50894 C 507.48428,689.92727 450.94736,704.87549 381.28579,704.87549 C 311.62422,704.87549 255.0873,689.92727 255.0873,671.50894 C 255.0873,662.29978 256.91916,660.32106 255.95005,632.55466 C 299.9838,632.80064 346.45501,638.14239 381.28579,638.14239 C 416.11657,638.14239 447.56989,635.65911 507.01838,633.9514 C 507.50919,655.44643 507.48428,662.29978 507.48428,671.50894 z"
+         id="path2924"
+         sodipodi:nodetypes="ccccccc"
+         style="fill:#ff9602;fill-opacity:1;stroke:#000000;stroke-width:0.13733713;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 507.48428,635.81449 C 507.48428,654.23283 450.94736,669.18104 381.28579,669.18104 C 311.62422,669.18104 255.0873,654.23283 255.0873,635.81449 C 255.0873,617.39616 311.62422,602.44795 381.28579,602.44795 C 450.94736,602.44795 507.48428,617.39616 507.48428,635.81449 z"
+         id="path2920"
+         style="fill:#ff9602;fill-opacity:1;stroke:#000000;stroke-width:0.13733713;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 534,459.86218 A 179,27.5 0 1 1 176,459.86218 A 179,27.5 0 1 1 534,459.86218 z"
+         id="path2931"
+         sodipodi:cx="355"
+         sodipodi:cy="459.86218"
+         sodipodi:rx="179"
+         sodipodi:ry="27.5"
+         sodipodi:type="arc"
+         style="fill:#5d3c0e;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1"
+         transform="matrix(0.552489,0,0,0.543176,183.3266,402.2847)" />
+      <path
+         d="M 383,510.36218 C 433,543.36218 369,654.36218 369,654.36218 L 398,653.36218 C 398,653.36218 434,581.36218 425,538.36218 C 420,484.36218 263,391.36218 257,379.36218 L 383,510.36218 z"
+         id="path3764"
+         sodipodi:nodetypes="cccccc"
+         style="fill:#47b302;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         d="M 292,241.36218 C 292,268.41018 268.704,334.36218 240,334.36218 C 211.296,334.36218 188,268.41018 188,241.36218 C 188,214.31418 214.296,180.36218 241,200.36218 C 268.704,180.36218 292,214.31418 292,241.36218 z"
+         id="path3734"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 388.55155,342.70593 C 366.75942,358.72773 299.8237,379.025 282.82097,355.89866 C 265.81826,332.77234 305.15537,274.93668 326.94748,258.9149 C 348.7396,242.8931 391.6705,243.96797 391.37487,277.32987 C 423.89891,287.80359 410.34365,326.68414 388.55155,342.70593 z"
+         id="path3739"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 349.8486,283.15229 C 338.56433,307.73399 289.87774,357.95337 263.79104,345.97823 C 237.70435,334.00309 244.04733,264.3458 255.33159,239.76412 C 266.61586,215.18242 304.67869,195.29678 320.60387,224.61388 C 354.12563,217.99548 361.13286,258.57061 349.8486,283.15229 z"
+         id="path3737"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 383.19092,408.61363 C 356.5314,413.18147 287.59247,401.358 282.74497,373.06627 C 277.89747,344.77456 338.96799,310.67524 365.62748,306.10741 C 392.28698,301.53957 430.19217,321.72407 414.98919,351.4221 C 439.38055,375.35061 409.8504,404.04578 383.19092,408.61363 z"
+         id="path3741"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 328.0922,488.28939 C 304.12045,475.76141 256.45951,424.56761 269.75451,399.12821 C 283.04949,373.68882 352.2907,383.58968 376.26242,396.11765 C 400.23416,408.64562 418.14504,447.6766 388.05108,462.07997 C 392.9446,495.89661 352.06393,500.81734 328.0922,488.28939 z"
+         id="path3743"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 178.92382,504.90726 C 180.31376,477.89499 206.96809,413.22724 235.63418,414.70229 C 264.30024,416.17732 284.17636,483.23931 282.78642,510.25156 C 281.39648,537.26383 253.39053,569.81967 227.74956,548.47386 C 199.05441,567.0238 177.5339,531.91951 178.92382,504.90726 z"
+         id="path3747"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 253.3573,517.8375 C 238.90073,494.97699 223.34016,426.78433 247.60029,411.44267 C 271.86039,396.10101 326.79969,439.39126 341.25624,462.25174 C 355.71281,485.11223 351.63452,527.86248 318.37521,525.23156 C 305.64985,556.9424 267.81387,540.69796 253.3573,517.8375 z"
+         id="path3745"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 114.0775,445.45733 C 129.12479,422.98126 185.17332,381.13711 209.02548,397.10568 C 232.87762,413.07422 215.54564,480.83831 200.49835,503.31437 C 185.45106,525.79044 144.71181,539.37459 133.64794,507.8993 C 99.500394,509.10648 99.030232,467.9334 114.0775,445.45733 z"
+         id="path3749"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 166.59759,264.1637 C 189.43539,278.6561 232.63948,333.66315 217.25978,357.89919 C 201.88011,382.13521 133.71192,366.46781 110.87413,351.97542 C 88.036331,337.48302 73.458646,297.08863 104.65357,285.25732 C 102.61055,251.14958 143.75977,249.67133 166.59759,264.1637 z"
+         id="path3753"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 110.89019,343.51514 C 137.40738,338.18286 206.65769,348.01976 212.31643,376.16047 C 217.97519,404.30114 157.91012,440.14187 131.39294,445.47415 C 104.87575,450.80643 66.406039,431.71987 80.749048,401.5971 C 55.679915,378.37964 84.373009,348.84746 110.89019,343.51514 z"
+         id="path3751"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 228.49374,235.40574 C 240.87684,259.45264 250.35978,328.7523 224.84061,341.89355 C 199.32147,355.0348 148.41614,307.06588 136.03304,283.01899 C 123.64994,258.97209 131.48436,216.74843 164.38181,222.30369 C 179.8555,191.83934 216.1106,211.35885 228.49374,235.40574 z"
+         id="path3755"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#fd19d2;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 298,376.36218 A 59,58 0 1 1 180,376.36218 A 59,58 0 1 1 298,376.36218 z"
+         id="path2974"
+         sodipodi:cx="239"
+         sodipodi:cy="376.36218"
+         sodipodi:rx="59"
+         sodipodi:ry="58"
+         sodipodi:type="arc"
+         style="fill:#fdfa19;fill-opacity:1;stroke:#000000;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1" />
+      <path
+         d="M 638.50905,453.95027 C 639.40461,455.27615 586.44631,465.7396 532.68358,532.50937 C 452.2217,588.06341 442.98403,527.44952 422.49095,541.77409 C 443.96972,525.33565 392.10589,507.99413 476.71116,449.64148 C 544.74284,402.4833 638.73294,454.28174 638.50905,453.95027 z"
+         id="path3761"
+         sodipodi:nodetypes="ccccc"
+         style="fill:#47b302;fill-opacity:1;stroke:#000000;stroke-width:1.04999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         d="M 425,539.36218 C 512,448.36218 563,456.36218 563,456.36218"
+         id="path3768"
+         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:2.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/gas.svg
===================================================================
--- /trunk/resources/images/presets/shop/gas.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/gas.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg8"
+   version="1.1"
+   viewBox="0 0 11 16"
+   height="16"
+   width="11"
+   sodipodi:docname="gas3.svg"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview12"
+     showgrid="true"
+     scale-x="1"
+     inkscape:zoom="41.7193"
+     inkscape:cx="7.8778992"
+     inkscape:cy="9.0536491"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="layer1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid822" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2" />
+  <metadata
+     id="metadata5">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="matrix(3.7713095,0,0,3.779522,-228.30984,-198.38991)"
+     id="layer1">
+    <g
+       style="fill:#87bbd7;fill-opacity:1;stroke:#0b7fbf;stroke-opacity:1"
+       transform="matrix(0.12997252,0,0,0.10440216,52.489105,40.63014)"
+       id="g845">
+      <g
+         style="fill:#87bbd7;fill-opacity:1;stroke:#0b7fbf;stroke-opacity:1"
+         id="g838"
+         transform="translate(0.13979578)">
+        <rect
+           ry="6.2808337"
+           y="120.94924"
+           x="62.792469"
+           height="29.773964"
+           width="20.441521"
+           id="rect815"
+           style="opacity:1;fill:#87bbd7;fill-opacity:1;stroke:#0b7fbf;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+        <rect
+           y="150.72318"
+           x="67.736336"
+           height="2.4300838"
+           width="10.55379"
+           id="rect817"
+           style="opacity:1;fill:#87bbd7;fill-opacity:1;stroke:#0b7fbf;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      </g>
+      <rect
+         style="opacity:1;fill:#87bbd7;fill-opacity:1;stroke:#0b7fbf;stroke-width:1.83672202;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect817-3"
+         width="8.3638916"
+         height="6.528018"
+         x="68.9711"
+         y="114.51153" />
+      <rect
+         style="opacity:1;fill:#87bbd7;fill-opacity:1;stroke:#0b7fbf;stroke-width:1.9687047;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect834"
+         width="20.356167"
+         height="2.5437717"
+         x="62.974941"
+         y="134.49777" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/bakery.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/bakery.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/bakery.svg	(revision 16006)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="110"
+   viewBox="0 0 160 110"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="02.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="29.418382"
+     inkscape:cy="85.412106"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-943.3622)">
+    <path
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:23.49764824;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 49.370163,943.3652 c -6.990207,0.0788 -13.995362,1.59516 -20.466415,4.60506 -0.07275,0.0307 -0.140514,0.0666 -0.212991,0.0976 -0.09558,0.045 -0.195099,0.0786 -0.29044,0.12423 v 0.009 c -27.3506486,11.90343 -35.1818796,43.3723 -22.4704606,66.56491 17.6542026,33.861 62.8216766,45.4376 99.0210436,34.7466 33.19357,-8.3992 60.86682,-38.3469 53.99301,-72.17269 -0.0428,-0.21032 -0.0708,-0.41938 -0.11618,-0.62999 h -0.0194 c -3.86885,-23.5055 -30.18482,-37.61387 -54.41898,-32.08463 -8.711223,1.98793 -16.470562,5.2915 -23.399863,9.51181 -8.8432,-7.18844 -20.192039,-10.90063 -31.619354,-10.77178 z m 64.894217,20.82483 c 10.3879,-0.23596 20.90484,6.50458 22.27685,15.90035 l 0.0484,0.31944 0.0678,0.31942 c 4.58372,21.25566 -15.26302,43.14616 -38.173655,48.94326 l -0.232346,0.062 -0.232347,0.062 c -26.108193,7.7108 -59.984934,-1.5061 -71.787364,-24.1434 l -0.0484,-0.089 -0.04841,-0.098 c -7.234652,-13.20019 -2.234643,-32.57619 12.227537,-38.68637 l 0.251716,-0.10646 0.251716,-0.12422 c 7.655829,-3.66877 17.691265,-2.96012 24.87144,1.45516 -11.227378,11.45045 -19.475746,25.22493 -25.723402,38.02949 -1.734105,3.3906 -1.336521,7.3749 1.039861,10.4209 2.376386,3.046 6.361535,4.6794 10.423003,4.2721 4.061471,-0.4074 7.566834,-2.7921 9.168138,-6.237 5.816496,-11.921 13.160448,-23.59409 22.276832,-32.77676 8.389242,8.18236 15.805095,17.20556 19.711121,27.64236 1.26535,3.5539 3.74759,6.7985 7.74677,7.5338 3.99918,0.7354 8.12039,-0.5613 10.78353,-3.3928 2.6631,-2.8315 3.45492,-6.7585 2.07181,-10.2753 -4.83369,-12.91553 -12.67968,-24.57802 -22.547922,-34.49808 3.532332,-1.71593 7.236732,-3.09693 11.162632,-3.99284 1.45165,-0.33119 2.93071,-0.50754 4.41469,-0.54125 z"
+       id="path7219"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="scccccccccccssccccccccccccccsscccsscccs" />
+    <g
+       id="g3338"
+       transform="matrix(0.47011945,-0.07517069,0.08201942,0.43086382,-80.363626,888.86674)" />
+    <path
+       style="fill:#d45500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:23.49764824;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 49.370166,943.3652 c -6.990207,0.0788 -13.995361,1.59516 -20.466416,4.60506 -0.07275,0.0307 -0.140515,0.0666 -0.212991,0.0976 -0.09558,0.045 -0.195099,0.0786 -0.29044,0.12423 v 0.009 c -27.3506506,11.90342 -35.1818846,43.3723 -22.4704596,66.56491 17.6542026,33.861 62.8216766,45.4376 99.0210506,34.7466 33.19357,-8.3992 60.8668,-38.3469 53.993,-72.17269 -0.0427,-0.21033 -0.0708,-0.41938 -0.11618,-0.62999 h -0.0193 c -3.86888,-23.50551 -30.18486,-37.61388 -54.41899,-32.08464 -8.711236,1.98794 -16.470579,5.2915 -23.399879,9.51181 -8.8432,-7.18842 -20.19204,-10.90062 -31.619355,-10.77177 z m 67.082214,5.9715 c 0.86267,-0.0556 1.67545,0.44903 1.91691,1.24221 l 1.91691,6.28206 c 0.0127,0.0368 0.0288,0.0779 0.0387,0.11535 0.24239,0.91511 -0.37627,1.83637 -1.37476,2.05853 -0.99849,0.22215 -2.00368,-0.34484 -2.24607,-1.25997 l -1.91691,-6.28204 c -0.27596,-0.9065 0.29854,-1.84111 1.28762,-2.09403 0.12363,-0.0316 0.25433,-0.0542 0.37757,-0.0621 z m -53.867142,3.96622 c 1.026598,-0.0392 1.893498,0.69174 1.936273,1.63262 0.04277,0.94087 -0.75477,1.73538 -1.781372,1.7746 l -7.096444,0.49687 c -1.023927,0.0711 -1.916834,-0.63208 -1.994363,-1.57051 -0.07753,-0.93843 0.689675,-1.75677 1.713602,-1.82782 l 7.096445,-0.4969 c 0.04183,-0.005 0.08381,-0.007 0.125859,-0.009 z m -34.475363,3.18538 c 0.123522,0.002 0.242693,0.0184 0.367893,0.0444 l 6.951227,1.42854 c 0.04135,0.007 0.07545,0.0169 0.116174,0.0266 0.993983,0.23854 1.596301,1.17417 1.33603,2.08514 -0.260265,0.911 -1.28114,1.45414 -2.27512,1.21561 l -6.941545,-1.43742 c -1.00162,-0.20737 -1.630056,-1.11392 -1.403799,-2.03192 0.197982,-0.80324 0.984515,-1.34704 1.84914,-1.33093 z m 65.717143,1.88107 c 0.597218,0.004 1.183047,0.27342 1.539339,0.76308 0.570067,0.78347 0.341737,1.83774 -0.513114,2.36021 l -5.78946,3.8065 c -0.8345,0.5484 -1.98655,0.37441 -2.584926,-0.39041 -0.598361,-0.76483 -0.408517,-1.82955 0.425983,-2.37796 l 5.779776,-3.8065 c 0.03331,-0.0236 0.06183,-0.0407 0.09682,-0.0621 0.320568,-0.19592 0.687256,-0.29479 1.045587,-0.29282 z m 51.175722,3.93073 c 1.0266,-0.0392 1.8935,0.69175 1.93627,1.63262 0.0428,0.94088 -0.75477,1.7354 -1.78137,1.7746 l -7.09644,0.49688 c -1.02393,0.071 -1.91684,-0.63208 -1.99437,-1.57052 -0.0775,-0.93843 0.68968,-1.75677 1.71361,-1.82782 l 7.09644,-0.49689 c 0.0418,-0.005 0.0838,-0.007 0.12586,-0.009 z m -95.158184,1.88993 c 4.913997,0.0186 9.853918,1.33179 13.892763,3.81538 -11.227378,11.45045 -20.821509,27.69171 -27.069165,40.49629 -1.734108,3.3905 -1.340478,7.3709 1.035904,10.4169 2.376386,3.046 6.365367,4.6841 10.426838,4.2768 4.061465,-0.4074 7.566952,-2.7928 9.168257,-6.2378 5.816496,-11.9209 14.506214,-26.06079 23.622598,-35.24346 8.389246,8.18236 17.722278,21.49716 21.628299,31.93396 1.26536,3.5538 4.52043,6.2033 8.5196,6.9387 3.99918,0.7353 8.12192,-0.558 10.78505,-3.3896 2.66313,-2.8315 3.45493,-6.758 2.07181,-10.2748 -4.83369,-12.91555 -15.37121,-28.27822 -25.239443,-38.19828 3.532313,-1.71593 7.236723,-3.09693 11.162623,-3.99283 1.45164,-0.3312 2.93072,-0.50755 4.4147,-0.54126 10.38789,-0.23596 20.90485,6.50458 22.27683,15.90035 l 0.0484,0.31944 0.0678,0.31942 c 4.58373,21.25566 -15.26301,43.14616 -38.173641,48.94326 l -0.232354,0.062 -0.232353,0.062 c -26.10819,7.7108 -59.984931,-1.5061 -71.787359,-24.1434 l -0.04841,-0.089 -0.04841,-0.098 c -7.234641,-13.20019 -2.234632,-32.57619 12.227549,-38.68636 l 0.251715,-0.10647 0.251716,-0.12422 c 3.349426,-1.60509 7.156675,-2.37469 10.978677,-2.36022 z m -33.265187,11.42838 c 0.572859,0.0225 1.128637,0.29177 1.471565,0.76309 0.570067,0.78345 0.341738,1.84661 -0.51311,2.36906 l -5.77978,3.80651 c -0.8345,0.54839 -1.9962404,0.36554 -2.5946087,-0.39929 -0.5983651,-0.76482 -0.4085211,-1.82954 0.4259823,-2.37794 l 5.7797764,-3.79763 c 0.03331,-0.0236 0.07151,-0.0496 0.106498,-0.071 0.267138,-0.16327 0.562873,-0.25908 0.86164,-0.28393 0.08216,-0.006 0.160197,-0.0121 0.242037,-0.009 z m 85.476821,5.33266 c 0.79307,0.007 1.52185,0.48281 1.762,1.2156 0.29559,0.90189 -0.26483,1.8586 -1.24889,2.12952 l -6.738237,2.08514 c -0.972868,0.30114 -2.033665,-0.17315 -2.362255,-1.06476 -0.328586,-0.89165 0.198582,-1.85499 1.171447,-2.15613 l 6.738235,-2.09402 c 0.0394,-0.0136 0.0759,-0.0244 0.11617,-0.0355 0.18452,-0.0508 0.37851,-0.0815 0.56153,-0.0798 z m -34.262376,1.00262 c 1.026602,-0.0392 1.893501,0.69176 1.936273,1.63265 0.04277,0.94086 -0.75477,1.73538 -1.781372,1.7746 l -7.096445,0.49688 c -1.023923,0.071 -1.916833,-0.63209 -1.994359,-1.57051 -0.07753,-0.93844 0.689675,-1.75679 1.713602,-1.82783 l 7.096445,-0.49691 c 0.04183,-0.005 0.08381,-0.007 0.125856,-0.009 z m 78.361006,0.67436 c 0.35803,-0.007 0.72167,0.0842 1.04559,0.27508 l 5.99277,3.52254 c 0.0362,0.0197 0.0719,0.0402 0.10649,0.0622 0.84499,0.53576 1.05896,1.59465 0.47439,2.36907 -0.58458,0.77445 -1.74962,0.97053 -2.59461,0.43478 l -5.98308,-3.52258 c -0.8638,-0.50887 -1.11675,-1.56851 -0.56152,-2.36019 0.34702,-0.49481 0.92327,-0.76831 1.51997,-0.78083 z m -39.0256,17.53295 c 0.12352,0 0.24269,0.019 0.36789,0.044 l 6.94154,1.4374 c 0.0414,0.01 0.0851,0.01 0.12586,0.018 0.99398,0.2386 1.58662,1.1742 1.32635,2.0852 -0.26026,0.911 -1.27146,1.4541 -2.26544,1.2156 l -6.94154,-1.4286 c -1.00162,-0.2073 -1.63006,-1.1228 -1.4038,-2.0408 0.19798,-0.8032 0.98452,-1.347 1.84914,-1.3309 z m -59.153171,1.4995 c 0.358024,-0.01 0.721664,0.075 1.04559,0.2662 l 5.992768,3.5226 c 0.03618,0.019 0.07185,0.04 0.106494,0.062 0.84499,0.5357 1.049284,1.6035 0.464707,2.3779 -0.584581,0.7745 -1.739936,0.9706 -2.584926,0.4348 l -5.992768,-3.5315 c -0.863804,-0.5088 -1.107071,-1.5596 -0.551838,-2.3513 0.347019,-0.4948 0.923267,-0.7683 1.519973,-0.7808 z m -31.2321,0.3905 c 1.026602,-0.039 1.893501,0.6917 1.936276,1.6326 0.04277,0.9409 -0.754773,1.7354 -1.781371,1.7746 l -7.0964452,0.4969 c -1.0239268,0.071 -1.9168332,-0.6321 -1.9943628,-1.5705 -0.07753,-0.9385 0.6896753,-1.7568 1.7136022,-1.8279 l 7.0964448,-0.4969 c 0.04183,0 0.08381,-0.01 0.125856,-0.01 z m 128.849351,4.2235 c 0.59722,0 1.18305,0.2734 1.53934,0.763 0.57007,0.7835 0.33206,1.8378 -0.52279,2.3603 l -5.77978,3.8064 c -0.8345,0.5485 -1.99624,0.3745 -2.59461,-0.3903 -0.59836,-0.7648 -0.40852,-1.8296 0.42598,-2.378 l 5.78946,-3.8065 c 0.0333,-0.024 0.0618,-0.04 0.0968,-0.062 0.32057,-0.196 0.68725,-0.2948 1.04558,-0.2929 z m -121.394697,11.4462 c 0.79228,0.021 1.508752,0.5145 1.732967,1.251 l 1.91691,6.2821 c 0.01272,0.037 0.02877,0.069 0.03873,0.1064 0.242393,0.9152 -0.376267,1.8364 -1.374755,2.0586 -0.998491,0.2221 -2.003684,-0.336 -2.246077,-1.2512 l -1.916916,-6.282 c -0.275956,-0.9065 0.308221,-1.85 1.297306,-2.1029 0.18545,-0.048 0.369003,-0.067 0.551835,-0.062 z m 102.854877,3.8863 c 1.02585,-0.041 1.89087,0.6924 1.93627,1.6326 l 0.31949,6.5128 c 0.003,0.038 0.009,0.077 0.01,0.1154 0.0106,0.9416 -0.82171,1.7117 -1.84914,1.7213 -1.02744,0.01 -1.8676,-0.7443 -1.87819,-1.6859 l -0.31948,-6.5127 c -0.0454,-0.9402 0.75551,-1.7419 1.78137,-1.7835 z m -84.324731,12.9723 c 0.123517,0 0.252371,0.018 0.377571,0.044 l 6.941544,1.4376 c 0.04135,0.01 0.08513,0.017 0.125856,0.026 0.99398,0.2386 1.586619,1.1653 1.326348,2.0762 -0.260265,0.9111 -1.28114,1.4542 -2.27512,1.2157 l -6.941544,-1.4286 c -1.001621,-0.2074 -1.630057,-1.1228 -1.4038,-2.0407 0.197983,-0.8033 0.984516,-1.3471 1.849145,-1.3309 z m 64.923271,2.9104 c 1.0266,-0.04 1.89349,0.6917 1.93627,1.6325 0.0428,0.941 -0.75477,1.7355 -1.78137,1.7746 l -7.09645,0.4969 c -1.023922,0.071 -1.916835,-0.6321 -1.994358,-1.5705 -0.07753,-0.9385 0.689672,-1.7568 1.713598,-1.8278 l 7.09645,-0.4968 c 0.0418,0 0.0838,-0.01 0.12586,-0.01 z m -37.370095,1.6502 c 0.358025,-0.01 0.721661,0.075 1.045591,0.2663 l 5.992768,3.5225 c 0.03618,0.02 0.07186,0.04 0.106494,0.062 0.84499,0.5358 1.049284,1.6036 0.464706,2.378 -0.584577,0.7744 -1.739932,0.9705 -2.584925,0.4347 l -5.992768,-3.5314 c -0.863804,-0.5089 -1.107072,-1.5596 -0.551839,-2.3513 0.34702,-0.4948 0.923267,-0.7683 1.519973,-0.7809 z"
+       id="path7165"
+       sodipodi:nodetypes="ccsccccsccccccccssccsccsccsccccccssccsccsccsccsccsccsccccccsscccssccssccccccccccccccsccsccssccsccsccsccsccsccccccssccsccccssccsccccssccsccsccsccccsccsccsccccssccsccccssccccccssccsccsccsccccccssccsc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/butcher.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/butcher.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/butcher.svg	(revision 16006)
@@ -0,0 +1,265 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   viewBox="0 0 16 16"
+   sodipodi:docname="Fleischkeule4.svg"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="16"
+   height="16">
+  <defs
+     id="defs6">
+    <linearGradient
+       id="linearGradient4165"
+       y2="266.73999"
+       gradientUnits="userSpaceOnUse"
+       x2="1007.2"
+       y1="334.89001"
+       x1="1081.6"
+       inkscape:collect="always"
+       gradientTransform="matrix(0.01481741,0.00414641,-0.00320023,0.01919839,-3.6022037,-4.9309007)">
+      <stop
+         id="stop3872"
+         style="stop-color:#98726d"
+         offset="0" />
+      <stop
+         id="stop3874"
+         style="stop-color:#d5a28c"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4167"
+       y2="478.92001"
+       gradientUnits="userSpaceOnUse"
+       x2="291.82999"
+       gradientTransform="matrix(0.01481741,0.00414641,-0.00320023,0.01919839,2.1498555,-3.0277592)"
+       y1="604.5"
+       x1="386.70999"
+       inkscape:collect="always">
+      <stop
+         id="stop3811"
+         style="stop-color:#cc4930"
+         offset="0" />
+      <stop
+         id="stop3813"
+         style="stop-color:#f5730b"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="namedview4"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     guidetolerance="10"
+     pagecolor="#ffffff"
+     gridtolerance="10"
+     inkscape:window-maximized="1"
+     inkscape:zoom="45.254834"
+     objecttolerance="10"
+     borderopacity="1"
+     inkscape:current-layer="svg2"
+     inkscape:cx="3.5342567"
+     inkscape:cy="6.5615648"
+     inkscape:window-y="-8"
+     inkscape:window-x="-8"
+     inkscape:window-width="1680"
+     showgrid="false"
+     inkscape:pageopacity="0"
+     inkscape:window-height="988" />
+  <path
+     id="path2987"
+     sodipodi:nodetypes="scccccccsssccccccccs"
+     style="fill:#feebd7;fill-opacity:1;stroke:#5d2e31;stroke-width:0.17200001;stroke-miterlimit:4;stroke-dasharray:none"
+     inkscape:connector-curvature="0"
+     d="M 13.709371,0.09887655 C 13.343606,0.01251099 12.694884,0.46205327 12.545384,1.2726626 l 0.05656,0.3875643 c 0.07138,0.1699462 0.11874,0.332848 0.375229,0.5546031 l -0.684899,0.6692472 c -0.09925,0.1469063 -0.181079,0.4472552 -0.255969,0.8087261 0.0059,-0.3667357 -0.02717,-0.4998844 -0.09606,-0.4180904 -3.6103684,2.9825613 -7.4451851,6.9031891 -9.9339385,8.7942471 -0.077882,0.0149 -0.2097346,0.147814 -0.2677559,0.200681 -0.2847619,0.259439 -0.1781564,0.89456 0.2380091,1.418542 0.4161659,0.523982 0.9841931,0.738234 1.2689543,0.478798 0.01703,-0.01551 0.032896,-0.03213 0.047144,-0.05023 l 8.263e-4,8.59e-4 C 5.7020489,11.247846 6.900678,9.7882755 9.8309321,7.9578704 11.659216,5.6079097 13.293841,3.6986707 14.170178,2.9398061 14.675359,3.4185497 15.330849,3.3053915 15.50757,3.1579238 16.093541,2.5779612 16.118367,1.4940088 15.13858,0.84433637 14.662643,0.67860105 14.711308,2.0910979 14.126216,1.7540188 13.774171,1.1827752 14.203082,0.32531016 13.84708,0.16948619 13.80866,0.13478619 13.76182,0.11131759 13.709563,0.0989786 Z" />
+  <path
+     id="path3762"
+     sodipodi:nodetypes="cccc"
+     style="fill:none;stroke:#000000;stroke-width:0.07592262;stroke-linecap:round;stroke-linejoin:round"
+     inkscape:connector-curvature="0"
+     d="m 1.8468245,12.184594 c 0.2128261,0.149314 0.3824338,0.382988 0.5022346,0.610017 L 2.266311,12.204164 c 1.259207,0.531037 1.3431462,1.642417 1.0365582,1.933244" />
+  <path
+     id="path3764"
+     sodipodi:nodetypes="ccc"
+     style="fill:none;stroke:#000000;stroke-width:0.05521645;stroke-linecap:round;stroke-linejoin:round"
+     inkscape:connector-curvature="0"
+     d="m 2.2436467,12.158799 0.6419554,-0.681082 c 1.1225943,0.107333 1.4102653,1.397929 1.2956961,1.555857" />
+  <path
+     d="m 1.8089241,12.692015 c 0.026489,0.03532 0.053817,0.06937 0.082034,0.102379 0.00385,0.0037 0.00788,0.0071 0.011542,0.0111 0.014793,0.01614 0.00539,0.009 0.019801,0.02311 0.010926,0.01066 0.020886,0.01628 0.031119,0.02862 0.022064,0.02794 0.048569,0.04833 0.072596,0.07286 0.015592,0.02164 0.029746,0.04604 0.04828,0.06359 0.018547,0.01716 0.036581,0.03251 0.058171,0.04289 0.025192,0.0072 0.046826,0.02521 0.070623,0.03737 0.025108,0.0097 0.050702,0.024 0.077196,0.02313 0.012392,2.02e-4 0.023328,1.47e-4 0.035192,-0.0044 l -0.1975065,0.12386 c -0.012398,0 -0.024831,2.16e-4 -0.037167,-0.0017 -0.027247,-0.0073 -0.054181,-0.01706 -0.079883,-0.03099 -0.023302,-0.01346 -0.046234,-0.02751 -0.07065,-0.03742 -0.021981,-0.01345 -0.041431,-0.03148 -0.060789,-0.05043 -0.01669,-0.01975 -0.031166,-0.04234 -0.047506,-0.06256 -0.025247,-0.02329 -0.048945,-0.04858 -0.072899,-0.07403 -0.021956,-0.01996 -0.043122,-0.04058 -0.062582,-0.06467 -0.027686,-0.03446 -0.055095,-0.06927 -0.082972,-0.103455 l 0.2054008,-0.0992 z"
+     inkscape:connector-curvature="0"
+     style="opacity:0.61338004;fill:#918070;stroke:#563c15;stroke-width:0.03796131;stroke-linecap:round;stroke-linejoin:round"
+     id="path3974" />
+  <path
+     d="m 2.8682087,13.922605 c 0.041158,10e-4 0.081525,-0.0073 0.1226938,-0.0063 0.028776,-0.0034 0.057065,-0.01159 0.08487,-0.02171 0.053984,-0.01227 -0.028085,0.0058 0.027303,-0.0045 0.00471,-8.81e-4 0.018519,-0.0056 0.013987,-0.0037 -0.064291,0.02678 -0.1288735,0.05237 -0.1933343,0.07846 -0.0043,0.0017 0.00856,-0.0037 0.012858,-0.0054 0.073036,-0.02993 0.1460962,-0.05976 0.2191441,-0.08964 0.027429,-0.01346 0.05735,-0.01492 0.085038,-0.02618 0.079175,-0.02285 0.024033,-0.0074 -0.1818628,0.07607 -0.00375,0.0015 0.00738,-0.0035 0.011073,-0.0053 0.010491,-0.0049 0.020137,-0.01129 0.030266,-0.01736 0.025249,-0.01214 0.050287,-0.02511 0.075483,-0.0375 0.024699,-0.01035 0.048076,-0.02464 0.071706,-0.03831 0.021385,-0.007 0.039074,-0.02074 0.056795,-0.03692 0.018166,-0.01324 0.036968,-0.02505 0.054547,-0.03958 0.017584,-0.01356 0.035446,-0.02687 0.052123,-0.04228 0.015106,-0.0194 0.032337,-0.03561 0.046666,-0.05599 0.016463,-0.01895 0.027665,-0.04383 0.039939,-0.0672 0.014064,-0.02329 0.02531,-0.049 0.03824,-0.07328 0.011659,-0.02578 0.024525,-0.05075 0.035673,-0.07693 0.00684,-0.01813 0.015788,-0.0345 0.0262,-0.04941 l 0.2148847,-0.05823 c -0.00968,0.01382 -0.020319,0.02542 -0.02775,0.04178 -0.00984,0.02864 -0.024534,0.05257 -0.034836,0.0808 -0.00411,0.0078 -0.00926,0.01469 -0.01312,0.02273 -0.00806,0.01677 -0.01269,0.03646 -0.025417,0.04912 -0.011149,0.02616 -0.025066,0.05041 -0.038573,0.07443 -0.0164,0.01728 -0.02859,0.04071 -0.046696,0.05581 -0.013983,0.02241 -0.033596,0.03275 -0.051004,0.04976 -0.019022,0.01119 -0.035783,0.02807 -0.054482,0.04012 -0.012364,0.0056 -0.016435,0.01225 -0.026219,0.02276 -0.010151,0.01089 -0.00821,0.0058 -0.01996,0.01196 -0.00355,0.0019 -0.00684,0.0045 -0.010261,0.0067 -0.025648,0.0074 -0.046559,0.02942 -0.072357,0.03679 -0.024907,0.01338 -0.050553,0.02359 -0.074721,0.0389 -0.012548,0.0035 -0.019261,0.0098 -0.030457,0.0169 -0.075374,0.04798 -0.1600299,0.07353 -0.2420377,0.0998 -0.028724,0.0067 -0.056886,0.01642 -0.08497,0.02667 0.064463,-0.02695 0.1289021,-0.05399 0.1933909,-0.08084 0.00432,-0.0018 -0.00856,0.0039 -0.012887,0.0057 -0.073239,0.02997 -0.1463208,0.0606 -0.2198101,0.08954 -0.01308,0.0052 -0.027994,0.0032 -0.040885,0.0099 -0.028492,0.0074 -0.05665,0.01697 -0.086074,0.01511 -0.041104,0.0013 -0.082053,0.0073 -0.1231747,0.0086 l 0.1979936,-0.121849 z"
+     inkscape:connector-curvature="0"
+     style="opacity:0.61338004;fill:#918070;stroke:#563c15;stroke-width:0.03796131;stroke-linecap:round;stroke-linejoin:round"
+     id="path3972" />
+  <path
+     sodipodi:start="0"
+     sodipodi:end="6.2632451"
+     sodipodi:cx="8.7228003"
+     sodipodi:cy="8.4703512"
+     transform="matrix(0.74736022,0.66441907,-0.46800001,0.88372846,0,0)"
+     sodipodi:open="true"
+     d="M 9.333039,8.4703512 A 0.61023879,0.32280037 0 0 1 8.7258423,8.7931476 0.61023879,0.32280037 0 0 1 8.1125918,8.4735695 0.61023879,0.32280037 0 0 1 8.7136744,8.1475869 0.61023879,0.32280037 0 0 1 9.3329177,8.4639149"
+     sodipodi:type="arc"
+     style="fill:#b78d77"
+     sodipodi:ry="0.32280037"
+     sodipodi:rx="0.61023879"
+     id="path3766-1" />
+  <path
+     sodipodi:start="0"
+     sodipodi:end="6.2632451"
+     sodipodi:cx="8.724968"
+     sodipodi:cy="8.4709959"
+     transform="matrix(0.74736022,0.66441907,-0.46799999,0.88372847,0,0)"
+     sodipodi:open="true"
+     d="M 9.1971479,8.4709959 A 0.47217995,0.24977079 0 0 1 8.7273218,8.7207636 0.47217995,0.24977079 0 0 1 8.2528115,8.4734861 0.47217995,0.24977079 0 0 1 8.7179067,8.221253 0.47217995,0.24977079 0 0 1 9.197054,8.4660158"
+     sodipodi:type="arc"
+     style="fill:#fef1e3;stroke:#000000;stroke-width:0.05602323;stroke-linecap:round;stroke-linejoin:round"
+     sodipodi:ry="0.24977079"
+     sodipodi:rx="0.47217995"
+     id="path3766" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#6d4d1a;stroke:#563c15;stroke-width:0.03667407"
+     sodipodi:nodetypes="cccc"
+     d="M 13.623927,3.1588342 9.6474048,7.1499269 13.761993,2.8329659 c 0.0055,0.073268 0.166515,0.05555 -0.138786,0.3255257 z"
+     id="path3878" />
+  <path
+     inkscape:connector-curvature="0"
+     style="opacity:0.84386998;fill:url(#linearGradient4165)"
+     sodipodi:nodetypes="ccccccc"
+     d="M 15.949514,2.0465907 C 15.498708,2.5889245 14.039049,2.0231074 13.734125,2.3851708 13.109916,2.6546321 8.7077109,9.0471263 7.5435849,8.184053 l 0.095336,1.2395074 2.211763,-1.4937497 C 11.455539,5.8940882 12.934861,4.1451422 14.214891,2.8522196 15.491135,3.850814 16.01217,2.644818 15.94952,2.0465523 Z"
+     id="path3860" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#6d4d1a;stroke:#563c15;stroke-width:0.03209801"
+     sodipodi:nodetypes="cccc"
+     d="M 11.529219,4.0768955 8.1147395,7.7180961 11.774662,3.9814115 c -0.06539,-0.1059274 -0.14353,-0.1044874 -0.245289,0.095489 z"
+     id="path3878-2" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#6d4d1a;stroke:#563c15;stroke-width:0.01832841"
+     sodipodi:nodetypes="cccc"
+     d="m 13.691853,2.0256562 -1.868124,2.2582355 2.002537,-2.3216945 c -0.036,-0.061154 -0.07886,-0.058145 -0.134425,0.063512 z"
+     id="path3878-2-71" />
+  <path
+     d="m 3.227568,13.119542 c 0.046557,-0.006 0.093257,-0.0108 0.1396687,-0.0186 0.031949,-0.0054 0.065903,-0.0052 0.096624,-0.01861 0.023178,-0.0057 0.044259,-0.01592 0.06814,-0.01614 0.067089,-0.02626 0.1906902,-0.07469 -0.1866889,0.07627 -0.00333,0.0013 0.00642,-0.0035 0.00961,-0.0053 0.0098,-0.0056 0.019736,-0.01007 0.029467,-0.01583 0.4954555,-0.205444 0.096853,-0.04003 0.020521,-0.0089 -0.0037,0.0015 0.00733,-0.0033 0.010886,-0.0053 0.013409,-0.0076 0.025709,-0.01754 0.037979,-0.02772 0.020582,-0.02037 0.043537,-0.03715 0.061293,-0.0618 0.011732,-0.02576 0.025165,-0.04946 0.040017,-0.07227 0.00208,-0.0038 0.00416,-0.0077 0.00624,-0.01153 0,0 0.2138362,-0.06366 0.2138362,-0.06366 -0.00189,0.0048 -0.00379,0.0095 -0.00568,0.01426 -0.012746,0.02506 -0.031901,0.0435 -0.040169,0.07249 -0.014889,0.03109 -0.037092,0.05051 -0.060563,0.07004 -0.1117234,0.121004 -0.5090606,0.203888 -0.067606,0.04887 -0.013361,0.0059 -0.00691,0.0021 -0.019332,0.01144 -0.00327,0.0017 -0.00694,0.0017 -0.010264,0.0032 -0.078034,0.03539 -0.1542316,0.09042 -0.2374811,0.09833 -0.022433,0.0052 -0.044214,0.01431 -0.066666,0.01965 -0.032058,0.0057 -0.064011,0.01177 -0.096327,0.0147 -0.046837,0.0058 -0.093745,0.01184 -0.1402015,0.02146 L 3.2275651,13.11956 Z"
+     inkscape:connector-curvature="0"
+     style="opacity:0.61338004;fill:#918070;stroke:#563c15;stroke-width:0.03796131;stroke-linecap:round;stroke-linejoin:round"
+     id="path3964" />
+  <path
+     d="m 3.833582,11.912289 c -0.023428,0.04759 -0.047952,0.09447 -0.073832,0.139904 -0.017907,0.03213 -0.038907,0.06075 -0.060166,0.0891 -0.01687,0.02433 -0.036911,0.04422 -0.055827,0.0657 -0.016635,0.02187 -0.03628,0.03921 -0.052689,0.06132 -0.018204,0.02065 -0.031198,0.04739 -0.047132,0.07073 -0.020384,0.02939 -0.043341,0.05626 -0.067961,0.07958 -0.020902,0.01459 -0.038499,0.03539 -0.057819,0.05297 -0.015734,0.01859 -0.031235,0.03744 -0.047252,0.05568 -0.017544,0.01507 -0.030955,0.03634 -0.047267,0.05339 -0.016343,0.01779 -0.033742,0.03427 -0.052076,0.04848 -0.020958,0.0078 -0.034655,0.02785 -0.049134,0.0476 -0.00569,0.0094 -0.031028,0.02573 -0.014693,0.0342 0.022792,0.01111 0.046704,0.01764 0.070424,0.02442 0.026328,0.0077 0.052878,0.01835 0.079128,0.0058 -0.065752,0.0267 -0.131375,0.05395 -0.1972541,0.08011 -0.003,0.0012 0.00595,-0.0029 0.00854,-0.0052 0.013709,-0.01218 0.022676,-0.03251 0.031493,-0.05011 0.013296,-0.02758 0.032266,-0.04904 0.048352,-0.07366 0.014086,-0.02417 0.032784,-0.04316 0.050634,-0.06251 0.016286,-0.01876 0.033747,-0.03605 0.052346,-0.05079 0.019682,-0.01732 0.040577,-0.03128 0.062425,-0.04341 0.018817,-0.01444 0.04025,-0.02085 0.059793,-0.03324 0.021868,-0.01285 0.04458,-0.02303 0.065847,-0.03754 0.019796,-0.01151 0.036792,-0.02937 0.057043,-0.03953 0.017415,-0.01406 0.036964,-0.02453 0.053269,-0.04083 0.018173,-0.01512 0.033238,-0.03481 0.049279,-0.05323 0.018931,-0.01858 0.035993,-0.03959 0.053286,-0.06055 0.010586,-0.01317 0.021717,-0.02512 0.031611,-0.03922 0,0 0.2152149,-0.05621 0.2152149,-0.05621 -0.011406,0.01204 -0.018259,0.02953 -0.031867,0.03835 -0.016323,0.02332 -0.034205,0.04393 -0.052817,0.06395 -0.017923,0.01643 -0.031076,0.03834 -0.048813,0.05488 -0.022493,0.01842 0.00559,-0.0058 -0.016586,0.01766 -0.011165,0.01181 -0.027544,0.01088 -0.036042,0.02806 -0.020924,0.01489 0.00217,-7.3e-5 -0.019787,0.0098 -0.01369,0.0061 -0.024749,0.02095 -0.037427,0.02962 -0.022118,0.01212 -0.042524,0.02889 -0.065583,0.03839 -0.020224,0.01005 -0.038798,0.02466 -0.060191,0.03096 -0.02002,0.01687 -0.044557,0.02178 -0.062599,0.04276 -0.018983,0.01292 -0.035894,0.02809 -0.053151,0.04433 -0.016095,0.02125 -0.034425,0.03855 -0.051832,0.05756 -0.013983,0.02726 -0.033264,0.04745 -0.048372,0.0732 -0.00867,0.01388 -0.013967,0.02938 -0.022105,0.04373 -0.05446,0.09596 -0.081098,0.06632 -0.2318922,0.117366 -0.028112,2.13e-4 -0.055109,-0.0077 -0.082327,-0.01641 -0.026256,-0.0082 -0.054163,-0.0152 -0.07568,-0.03764 -0.017407,-0.02821 -0.016682,-0.05575 0.00489,-0.08019 0.018107,-0.01644 0.027891,-0.04384 0.047858,-0.0569 0.020965,-0.006 0.035244,-0.02542 0.053385,-0.03895 0.015374,-0.01921 0.032975,-0.03494 0.0468,-0.05638 0.018385,-0.01308 0.034003,-0.03371 0.047554,-0.05415 0.018003,-0.02083 0.038829,-0.03767 0.057874,-0.05689 0.026786,-0.0162 0.047306,-0.04502 0.068979,-0.07056 0.01587,-0.02432 0.03162,-0.04838 0.046384,-0.0739 0.018348,-0.019 0.032924,-0.04383 0.053159,-0.06035 0.016941,-0.02427 0.037625,-0.04247 0.056248,-0.0643 0.019724,-0.02982 0.04326,-0.05485 0.061329,-0.0866 0.025721,-0.04406 0.050724,-0.08884 0.073646,-0.135471 l 0.2133827,-0.06494 z"
+     inkscape:connector-curvature="0"
+     style="opacity:0.61338004;fill:#918070;stroke:#563c15;stroke-width:0.03796131;stroke-linecap:round;stroke-linejoin:round"
+     id="path3966" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:url(#linearGradient4167);stroke:#861c00;stroke-width:0.09662879;stroke-linecap:round;stroke-linejoin:round"
+     sodipodi:nodetypes="cccccssscccsccccccccc"
+     d="M 0.76097975,8.2032421 C 1.7889833,6.6810517 2.880242,5.3413337 4.2849505,4.9053424 6.2777288,4.3736173 8.2040069,5.245631 9.6604604,4.6294709 c 0.2716618,0.1542678 0.3633816,0.2581794 0.3665076,0.3372986 0.211447,0.018396 0.402988,0.068954 0.559458,0.1761163 0,0 0.177022,0.2060306 0.22849,0.2595579 0.05147,0.053528 0.244879,0.3423853 0.261267,0.4252167 0.01639,0.082838 0.09406,0.613186 0.05276,0.6798709 -0.04132,0.066683 -0.05723,0.4339076 -0.05723,0.4339076 -0.05407,0.2845325 -0.168535,0.7012772 -0.107079,0.7329421 l -0.181635,0.18391 c 0,0 -0.236378,0.1041756 -0.441628,0.3850148 -0.152772,0.2090467 -0.6354159,2.0909952 -1.2356427,3.1557932 -0.183,0.308391 -1.4065697,1.45391 -1.6865247,1.875426 -0.085973,0.412663 -0.4846131,0.9835 -0.8118095,1.337764 -0.1669787,0.08585 -0.3081022,0.198594 -0.4065466,0.355709 -0.1020591,0.112073 -0.2241131,0.240864 -0.4190084,0.430467 L 5.4567602,15.718299 C 5.0698411,15.99143 4.6578817,15.9682 4.2443835,15.926757 2.5714015,15.909511 -0.37364101,12.793471 0.09910696,9.7201788 0.25729831,9.3061039 0.12056884,9.3278624 0.75962898,8.2031401 Z"
+     id="path3791" />
+  <path
+     inkscape:connector-curvature="0"
+     style="opacity:0.57248996;fill:#4f1a00"
+     sodipodi:nodetypes="cccccccccccccc"
+     d="m 5.6798798,12.024857 -0.068383,3.580289 0.8937484,-0.923605 c 0.5004505,-0.5108 0.9794096,-0.991103 0.9583645,-1.492387 0.4592995,-0.600259 1.0105356,-1.171315 1.5926,-1.76487 0.5945905,-1.014332 0.9014372,-2.1767013 1.2894212,-3.2972758 0.219699,-0.1732583 0.554869,-0.3142036 0.602615,-0.5356 0.09941,-0.6934925 0.190755,-1.353577 0.162687,-1.51941 C 10.786812,6.4020449 10.630962,7.0702603 10.064736,6.9138205 9.8792798,7.0222331 9.4944338,7.93065 9.2011057,8.4718404 8.8796767,9.081966 8.5577761,9.0943666 8.1807667,10.064253 l -0.463645,1.513437 c -0.2055281,0.171518 -0.4020955,0.368268 -0.6868551,0.316393 -0.9215805,-0.332617 -0.9738812,0.0284 -1.3504083,0.130708 z"
+     id="path4108" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#fbf1b8;fill-opacity:1"
+     sodipodi:nodetypes="ccccccc"
+     d="M 0.69470716,8.4193044 C 2.1168595,7.0680339 3.5196786,8.5183544 4.2499149,9.8249717 4.9760579,11.091019 5.9475594,11.741086 5.9910442,12.151014 6.2127494,12.571389 5.965298,13.697954 5.7818871,15.398337 5.2970284,15.932269 5.1463638,16.060001 3.9032855,15.889857 1.9758193,15.098469 0.5839924,13.566668 0.06710569,10.82571 0.06636608,10.018751 0.07754688,9.3727261 0.69471356,8.419266 Z"
+     id="path3976" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#bb2a00"
+     sodipodi:nodetypes="ccccccc"
+     d="m 1.0428643,9.0413177 c 1.1967754,-1.1224535 2.3819291,0.090451 2.9998058,1.1816873 0.6143045,1.057402 1.4344073,1.601989 1.4717221,1.943798 0.1876065,0.351034 -0.019132,1.289459 -0.1709491,2.706439 C 4.9355436,15.316984 4.8087311,15.42304 3.7604425,15.277726 2.134039,14.612622 0.95814232,13.331717 0.51773682,11.045565 0.46806607,10.50621 0.39830686,9.9785128 1.0429036,9.0412687 Z"
+     id="path3976-2" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#8b2a00"
+     sodipodi:nodetypes="cscccc"
+     d="M 5.5533262,12.2798 C 4.8471602,13.064744 3.9310018,13.706912 2.5138502,13.310345 2.0952437,13.193205 1.290615,12.693298 0.93592116,12.484692 1.5237244,13.90734 2.5098235,14.785881 3.7633741,15.298563 4.8116656,15.443861 4.9384279,15.337546 5.3463275,14.893805 5.4864211,13.586253 5.6726743,12.686984 5.553305,12.279834 Z"
+     id="path3976-2-6" />
+  <path
+     sodipodi:start="0"
+     sodipodi:end="6.2632451"
+     sodipodi:cx="10.469936"
+     sodipodi:cy="6.2929349"
+     transform="matrix(0.6566302,0.75421269,-0.45895038,0.8884619,0,0)"
+     sodipodi:open="true"
+     d="M 12.772916,6.2929349 A 2.3029799,1.2391648 0 0 1 10.481417,7.5320843 2.3029799,1.2391648 0 0 1 8.1670709,6.3052893 2.3029799,1.2391648 0 0 1 10.435496,5.0539086 2.3029799,1.2391648 0 0 1 12.772458,6.2682273"
+     sodipodi:type="arc"
+     style="opacity:0.64683999;fill:#4f1a00"
+     sodipodi:ry="1.2391648"
+     sodipodi:rx="2.3029799"
+     id="path4106" />
+  <path
+     id="path4087"
+     sodipodi:nodetypes="cccccccccccc"
+     style="fill:#ffffff"
+     inkscape:connector-curvature="0"
+     d="m 3.0880572,11.475178 -0.6548289,0.667694 0.07612,0.539685 -0.520927,-0.497879 -0.1909834,0.239988 0.073003,0.558382 0.2998728,0.46538 0.408643,0.446905 0.5279044,0.274878 0.3824343,-0.02991 0.8369719,-1.262262 C 4.435534,12.495983 3.8595981,11.406658 3.0880648,11.475206 Z" />
+  <g
+     style="stroke:#5d2e31;stroke-width:4.4000001"
+     id="g4033"
+     transform="matrix(0.01481741,0.00414641,-0.00320023,0.01919839,2.4798473,-3.3077058)">
+    <path
+       d="m 196.88,726.94 -35.796,42.68 10.326,24.782 -35.796,-17.898 c -45.239,30.281 66.517,108.79 117.71,77.099 L 293.25,786.83 c 9.6031,-45.858 -78.644,-74.406 -96.373,-59.889 z"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#5d2e31;stroke-width:4.4000001"
+       sodipodi:nodetypes="ccccccc"
+       id="path4027" />
+    <path
+       d="m 136.3,776.51 48.875,-45.433 6.1954,2.0651"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#5d2e31;stroke-width:4.4000001"
+       id="path4029" />
+    <path
+       d="m 255.76,848.53 c 10.88,-33.77 -47.1,-77.07 -93.99,-78.22"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#5d2e31;stroke-width:4.4000001"
+       sodipodi:nodetypes="cc"
+       id="path4031" />
+  </g>
+  <metadata
+     id="metadata75">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/cheese.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/cheese.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/cheese.svg	(revision 16006)
@@ -0,0 +1,240 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="120"
+   viewBox="0 0 160 120"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="19.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient1580"
+       y2="94.505997"
+       xlink:href="#linearGradient1577"
+       gradientUnits="userSpaceOnUse"
+       x2="58.388"
+       gradientTransform="matrix(1.266993,0,0,1.0463596,-13.532305,910.58021)"
+       y1="65.075996"
+       x1="34.276001"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient1577">
+      <stop
+         id="stop1578"
+         style="stop-color:#ffffff;stop-opacity:.50196"
+         offset="0" />
+      <stop
+         id="stop1579"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1583"
+       y2="51.272999"
+       xlink:href="#linearGradient1577"
+       gradientUnits="userSpaceOnUse"
+       x2="72.248001"
+       gradientTransform="matrix(1.5163223,0,0,0.87425748,-13.532305,910.58021)"
+       y1="24.069"
+       x1="59.953999"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient1595"
+       y2="63.919998"
+       xlink:href="#linearGradient1590"
+       gradientUnits="userSpaceOnUse"
+       x2="65.230003"
+       gradientTransform="matrix(1.4806874,0,0,0.89532767,-13.532305,910.58021)"
+       y1="99.250999"
+       x1="106.48"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient1590">
+      <stop
+         id="stop1591"
+         style="stop-color:#ff5c00;stop-opacity:.42697"
+         offset="0" />
+      <stop
+         id="stop1592"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1597"
+       y2="100.47"
+       xlink:href="#linearGradient1590"
+       gradientUnits="userSpaceOnUse"
+       x2="72.963997"
+       gradientTransform="matrix(1.3419412,0,0,0.98788892,-13.532305,910.58021)"
+       y1="123.48"
+       x1="128.81"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient1585"
+       y2="86.339996"
+       xlink:href="#linearGradient1577"
+       gradientUnits="userSpaceOnUse"
+       x2="86.157997"
+       gradientTransform="matrix(0.95932587,0,0,1.3818451,-13.532305,910.58021)"
+       y1="77.419998"
+       x1="75.865997"
+       inkscape:collect="always" />
+    <linearGradient
+       id="linearGradient1587"
+       y2="49.897999"
+       xlink:href="#linearGradient1577"
+       gradientUnits="userSpaceOnUse"
+       x2="32.846001"
+       gradientTransform="matrix(0.72780251,0,0,1.8214706,-13.532305,910.58021)"
+       y1="41.249001"
+       x1="17.386"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="29.418382"
+     inkscape:cy="85.412106"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-933.3622)">
+    <path
+       d="m 75.634247,934.19914 c -11.65261,0.18453 -24.128273,2.01244 -36.96603,6.33143 -8.7317,1.82447 -34.4520462,19.99652 -34.6612572,39.31605 -0.06782,-0.67927 -0.23795,-1.30665 -0.251744,-2.01246 -3.37841702,5.9993 -3.12897302,22.32724 -2.84964202,29.59744 0.15748302,1.61 0.81730402,3.4864 1.59322502,5.3996 0.416124,5.2532 2.928959,10.5628 8.1718852,15.613 0.01494,0.012 0.02759,0.035 0.04253,0.046 1.400107,1.7529 2.918613,3.3099 4.526781,4.2209 1.323089,-1.9029 24.036312,-12.6144 42.204361,-20.5673 0.158633,0.2341 0.32761,0.4636 0.503486,0.6873 0.898919,9.6286 -3.056554,23.2822 -2.347305,28.8063 -0.08276,0.1154 -0.341406,0.4383 -0.419572,0.5421 2.584104,4.9129 8.594906,7.7269 16.346071,9.0877 9.544409,2.3873 20.017619,1.8222 28.373419,0.5882 9.473135,-1.4416 16.898985,-3.4944 24.221385,-6.0431 4.58655,-1.4416 8.63284,-3.0562 12.11586,-4.763 0.78167,-0.346 1.4254,-0.5075 2.21856,-0.8765 1.12652,-0.692 1.87371,-1.4531 2.85079,-2.1566 0.63223,-0.4383 1.60932,-0.8419 2.1381,-1.2802 0.40233,-0.3344 0.6782,-0.7727 1.04605,-1.1302 1.184,-1.061 2.17258,-2.2719 3.14967,-3.4367 0.26439,-0.346 0.58625,-0.6228 0.83915,-0.9803 3.82787,-4.959 6.41427,-10.9445 9.09263,-19.8788 3.28761,-5.9659 3.5635,-20.62163 -1.59782,-38.72793 0.023,0.50514 -0.0575,0.88226 -0.0345,1.3747 -0.97708,-7.31979 -3.94282,-14.25784 -8.93171,-19.19152 -8.75929,-6.82504 -36.41656,-21.11979 -71.374385,-20.56623 z m 18.356568,31.56031 c -0.16783,0.15109 -0.53108,0.56511 -0.7127,0.73694 -0.24484,-0.0334 -0.46555,-0.0657 -0.71155,-0.098 0.30233,-0.13724 1.14376,-0.50976 1.42425,-0.63893 z"
+       style="fill:#ffff00;fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="cccccccccccccccccccccccccccccccc"
+       inkscape:connector-curvature="0"
+       id="path1559" />
+    <path
+       d="m 16.801036,1030.52 c 0,0 1.236875,-26.4951 1.443788,-28.5652 0.205762,-2.07017 69.942101,-32.08394 72.623911,-32.7044 1.34148,-0.31138 -8.66503,19.40489 -10.264,28.09936 -18.517496,13.66164 -61.01843,30.17184 -63.803699,33.17024 z"
+       style="fill:url(#linearGradient1580);fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0"
+       id="path1576" />
+    <path
+       d="m 17.09876,1001.9421 c -34.13708,-24.80335 10.113413,-58.32421 22.101681,-60.82796 51.349874,-17.27711 96.623439,5.34308 108.302479,14.44236 9.74788,10.93413 12.72512,38.07283 -2.04612,50.8729 -15.66787,12.8498 -78.154222,24.6788 -88.282579,5.4527 6.752239,-8.9309 29.463164,-38.28157 37.345374,-45.35456 -16.089733,7.33939 -67.028091,28.58258 -77.420835,35.41456 z"
+       style="fill:#ffd900;fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="ccccccc"
+       inkscape:connector-curvature="0"
+       id="path908" />
+    <path
+       d="m 17.099909,1001.9467 c -34.13593,-24.80334 10.113413,-58.3242 22.101681,-60.82796 51.348725,-17.27824 96.62229,5.34195 108.30133,14.44238 9.73638,10.93412 12.72512,38.07167 -2.04612,50.87178 -15.66787,12.8497 -78.154222,24.6868 -88.282579,5.4538 6.753388,-8.9309 29.463164,-38.28157 37.345374,-45.3557 -16.089733,7.33938 -67.025792,28.58258 -77.419686,35.4157 z"
+       style="fill:url(#linearGradient1583);fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="ccccccc"
+       inkscape:connector-curvature="0"
+       id="path1582" />
+    <path
+       d="m 17.130945,1001.7483 c -34.135929,-24.8033 10.113413,-58.32416 22.101682,-60.82792 51.348728,-17.27825 96.614243,5.34195 108.304783,14.44237 10.46057,11.65492 11.28822,36.63009 -3.48303,49.43025 -32.91054,24.0202 -75.642522,28.6448 -86.489324,7.6161 6.753387,-8.9309 29.103359,-39.00232 36.985569,-46.07531 -16.089727,7.33824 -67.025785,28.58143 -77.41968,35.41451 z"
+       style="fill:url(#linearGradient1595);fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="ccccccc"
+       inkscape:connector-curvature="0"
+       id="path1588" />
+    <path
+       d="m 58.307642,1012.6951 c 1.263314,10.993 -4.334813,27.7776 -1.733466,31.2259 11.718133,10.6792 30.724179,8.9147 44.013694,6.9312 15.47588,-2.3412 24.46507,-5.6626 37.77643,-11.7749 10.98934,-6.8158 13.85163,-12.7897 18.31174,-27.713 3.2991,-5.9647 4.82795,-17.34056 -0.33336,-35.44686 -2.18407,15.78361 -4.56357,18.36002 -10.49506,28.00016 -11.15026,9.112 -29.59995,16.4341 -44.46545,17.7915 -13.947025,0.6839 -28.826318,1.0368 -43.074528,-9.014 z"
+       style="fill:#ffc600;fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="ccccccccc"
+       inkscape:connector-curvature="0"
+       id="path1550" />
+    <path
+       d="m 16.502163,1007.5896 c 0.01264,5.711 1.018468,7.7604 0.02989,13.3802 -0.629932,3.7389 0.03104,6.5518 -1.386312,10.3921 -3.248522,-1.8452 -4.241702,-3.0907 -6.5706132,-6.5701 -5.52226,-6.2623 -4.186526,-9.4488 -6.726949,-15.2774 -0.278182,-7.2702 -1.35872402,-23.60044 2.020843,-29.59858 0.270136,14.71799 12.6975172,22.53828 12.9688022,22.68938 z"
+       style="fill:#ffc600;fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="cccccccc"
+       inkscape:connector-curvature="0"
+       id="path1551" />
+    <path
+       d="m 58.320286,1013.2995 c 1.263314,10.9929 -4.334812,27.7729 -1.733465,31.2212 11.718133,10.6792 30.724174,8.9147 44.014839,6.9427 15.47358,-2.3411 24.46277,-5.6741 37.78563,-11.7749 10.97785,-6.8273 13.84013,-12.8013 18.30024,-27.7188 3.29911,-5.9658 4.82796,-17.34165 -0.33336,-35.44795 -2.18407,15.78361 -4.56356,18.36002 -10.49505,28.00135 -11.15027,9.1108 -29.58846,16.4329 -44.46315,17.7903 -13.948175,0.685 -28.827474,1.0368 -43.075684,-9.0139 z"
+       style="fill:url(#linearGradient1597);fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="ccccccccc"
+       inkscape:connector-curvature="0"
+       id="path1596" />
+    <path
+       d="m 4.0265008,977.5055 c -0.772472,5.12281 3.785346,22.348 13.3056092,24.1552 17.496733,-9.94349 77.349565,-34.86099 77.349565,-34.86099 l -37.20973,45.10779 c 0.772473,7.5331 29.07692,10.5466 39.88349,10.2456 9.776605,-0.6032 62.941575,-6.2334 58.309035,-50.23058"
+       style="fill:none;stroke:#000000;stroke-width:1.43923581"
+       sodipodi:nodetypes="cccccc"
+       inkscape:connector-curvature="0"
+       id="path1574" />
+    <path
+       d="m 17.358549,1001.2928 c 0,0 -0.417273,30.1037 -2.089814,30.8418"
+       style="fill:none;stroke:#000000;stroke-width:1.43923581"
+       sodipodi:nodetypes="cc"
+       inkscape:connector-curvature="0"
+       id="path1575" />
+    <path
+       d="m 58.554787,1015.0155 c 0.442562,4.4366 -3.095638,22.8509 -2.653076,27.2909 4.20147,3.5406 23.217859,-21.7448 18.353121,-21.3008 -4.864739,-1.332 -11.056014,-2.2189 -15.700045,-5.9901 z"
+       style="fill:url(#linearGradient1585);fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       id="path1584" />
+    <path
+       d="m 3.2735698,981.51539 c -1.326537,3.99377 -2.65422502,16.41792 -1.548393,27.51011 3.980762,6.2114 10.3927442,-5.9901 11.2778682,-7.9864 -1.10583,-1.99749 -6.6338362,-4.43781 -9.7294752,-19.52371 z"
+       style="fill:url(#linearGradient1587);fill-rule:evenodd;stroke-width:1.15138853"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       id="path1586" />
+    <path
+       d="m 75.569874,934.09765 c -11.65261,0.18454 -24.125973,2.02284 -36.963731,6.34298 -8.282239,1.7299 -31.5782642,18.18933 -34.1623682,36.36366 0,0 -0.63683,1.40008 -0.643727,1.04834 -3.37841802,5.99812 -3.22668202,22.20617 -2.94850002,29.47747 0.15748302,1.6088 0.80580702,3.4921 1.58057902,5.4054 0.417273,5.2531 3.389913,10.4486 8.1902772,15.6049 0.01494,0.011 3.176104,3.0446 4.784273,3.9557 1.32079,-1.9029 23.759278,-12.2593 41.914682,-20.2087 1.925434,6.7362 -2.464555,23.9453 -1.759904,29.4464 0.692008,4.094 3.895699,5.1781 5.064753,5.8701 2.805961,1.7184 14.474665,5.132 21.805107,5.2242 2.07257,0.1038 15.05517,-0.5074 17.42201,-0.8649 7.612075,-1.1532 13.819445,-2.7909 19.796905,-4.6822 4.62105,-1.6146 13.06996,-4.4286 16.55299,-6.1239 2.77032,-1.6838 8.97769,-5.8586 12.21932,-9.872 3.83937,-4.9705 6.41427,-10.9283 9.08114,-19.8627 3.95433,-10.2917 0.34486,-37.57228 -1.89669,-39.39214 -0.44831,-4.99134 -5.73606,-15.03747 -8.65583,-17.15485 -1.48287,-1.75988 -9.9203,-6.0189 -11.51812,-7.02686 -7.14997,-3.67315 -29.85285,-14.02604 -59.863166,-13.5509 z"
+       style="fill:none;stroke:#000000;stroke-width:1.43923581;stroke-linejoin:round"
+       sodipodi:nodetypes="ccccccccccccccccccccc"
+       inkscape:connector-curvature="0"
+       id="path1598" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/coffee.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/coffee.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/coffee.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="266.52423"
+   height="205.57681"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="coffee2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994948"
+     inkscape:cx="305.99405"
+     inkscape:cy="-18.294276"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-160.43655,-316.06227)">
+    <path
+       d="m 420.05104,354.5316 c 0.7668,1.88867 1.41254,3.81917 1.93829,5.82231 11.21672,42.73418 -37.88157,95.04943 -109.66306,116.83446 -69.96881,21.23479 -135.65534,5.62648 -149.31657,-34.7531 0.0102,0.89792 0.0204,1.77564 0.0631,2.67329 14.1037,52.83142 65.60441,87.41561 140.65699,73.40214 75.05191,-14.00912 118.60766,-61.92749 122.72028,-116.85622 1.32812,-17.74991 0.35555,-33.8411 -6.39736,-47.12163 z"
+       style="color:#000000;fill:#330000"
+       id="path20021"
+       inkscape:connector-curvature="0"
+       inkscape:export-xdpi="5.4028859"
+       inkscape:export-ydpi="5.4028859" />
+    <path
+       d="m 423.70128,363.48491 c 11.29074,42.73349 -38.13076,95.03528 -110.38553,116.82024 -72.25477,21.78494 -139.98196,4.80294 -151.27252,-37.92986 -11.29074,-42.73349 38.13076,-95.03528 110.38553,-116.82023 72.25477,-21.78494 139.98196,-4.80294 151.27252,37.92985 z"
+       style="color:#000000;fill:#5c2610"
+       id="path20019"
+       inkscape:connector-curvature="0"
+       inkscape:export-xdpi="5.4028859"
+       inkscape:export-ydpi="5.4028859" />
+    <path
+       d="m 377.63541,328.25908 c -7.44343,19.80662 -12.73283,35.52156 -30.16735,44.15221 -18.9608,9.38604 -40.077,11.70809 -60.57358,14.17658 -29.53757,3.55738 -61.1518,4.18621 -87.09795,21.09704 -16.44504,10.71781 -22.2285,39.50377 -18.14438,53.52666 2.91718,-10.28354 17.15559,-26.98878 28.60713,-34.94377 12.49463,-8.67994 27.98889,-10.45827 42.56289,-11.84728 30.89012,-2.94465 63.23797,-1.42666 92.0453,-15.74976 14.11932,-7.02035 25.41816,-17.94927 32.11847,-32.11787 5.06348,-10.70765 6.65186,-27.15264 0.65137,-38.29309 z"
+       id="path20038"
+       inkscape:connector-curvature="0"
+       style="fill:#330000;fill-rule:evenodd"
+       inkscape:export-xdpi="5.4028859"
+       inkscape:export-ydpi="5.4028859" />
+    <path
+       d="m 377.63541,327.80961 c -7.44343,19.80661 -12.74437,35.52445 -30.17889,44.15437 -18.9608,9.38606 -40.07292,11.71317 -60.56951,14.18238 -29.53756,3.55738 -61.15315,4.18114 -87.09794,21.09199 -16.44505,10.71779 -22.21697,39.51028 -18.13285,53.5339 0.0143,-0.0507 0.0278,-0.10765 0.0421,-0.15854 -0.87363,-15.50037 5.48043,-38.14955 19.53222,-47.48486 26.21354,-17.41497 58.15013,-18.06309 87.99376,-21.72631 20.70629,-2.54221 42.02947,-4.92379 61.18437,-14.58981 16.9011,-8.52842 22.51489,-23.82651 29.58507,-43.06694 -0.5964,-2.08795 -1.35941,-4.08892 -2.3541,-5.93568 z"
+       id="path20042"
+       inkscape:connector-curvature="0"
+       style="fill:#973f1a;fill-opacity:1;fill-rule:evenodd"
+       inkscape:export-xdpi="5.4028859"
+       inkscape:export-ydpi="5.4028859" />
+    <path
+       d="m 424.39439,366.40644 c -2.46363,40.83191 -50.80441,85.53797 -117.80685,105.54687 -49.12679,14.67317 -96.25971,12.49322 -126.69717,-2.89985 27.08357,22.06776 78.98808,27.66083 133.46331,11.23687 C 383.974,458.99827 432.76215,408.57299 424.3944,366.40644 z"
+       style="color:#000000;fill:#973f1b;fill-opacity:1"
+       id="path20047"
+       inkscape:connector-curvature="0"
+       inkscape:export-xdpi="5.4028859"
+       inkscape:export-ydpi="5.4028859" />
+    <path
+       d="m 210.8911,467.46579 c -6.22525,-7.41561 -4.92421,-21.93582 1.8268,-29.0136 17.31914,-18.15806 49.9975,-5.41246 74.88902,-8.99456 19.50237,-2.80705 53.30185,-14.5311 58.30147,-9.78913 8.28971,7.86219 -30.16803,36.64887 -50.89332,46.86066 -11.42033,5.62719 -24.90849,6.19731 -37.61757,6.53151 -15.63203,0.41104 -36.56363,6.24727 -46.50382,-5.59415 z"
+       id="path20052"
+       inkscape:connector-curvature="0"
+       style="fill:#773215;fill-opacity:1"
+       inkscape:export-xdpi="5.4028859"
+       inkscape:export-ydpi="5.4028859" />
+    <path
+       d="m 348.86065,333.45704 c 6.354,6.99434 5.30107,20.78241 -1.33076,27.54555 -17.01308,17.35046 -49.91946,5.48164 -74.7533,9.05331 -19.45961,2.79848 -53.06907,14.15772 -58.15081,9.6927 -8.42679,-7.40329 29.5491,-34.98654 50.10609,-44.82062 11.32735,-5.41886 24.81009,-6.05312 37.51713,-6.45801 15.62931,-0.49804 36.46726,-6.181 46.61308,4.98743 z"
+       id="path20054"
+       inkscape:connector-curvature="0"
+       style="fill:#773215;fill-opacity:1"
+       inkscape:export-xdpi="5.4028859"
+       inkscape:export-ydpi="5.4028859" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/confectionery.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/confectionery.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/confectionery.svg	(revision 16006)
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="16" height="16" id="svg2" version="1.1" inkscape:version="0.47 r22583" inkscape:export-filename="C:\Dokumente und Einstellungen\Matthias\Desktop\symbols\shop_confectionery.png" inkscape:export-xdpi="90" inkscape:export-ydpi="90" sodipodi:docname="shop_confectionery.svg">
+  <defs id="defs4"><inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:persp3d-origin="372.04724 : 350.78739 : 1" id="perspective10"/>
+<inkscape:perspective id="perspective2824" inkscape:persp3d-origin="0.5 : 0.33333333 : 1" inkscape:vp_z="1 : 0.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 0.5 : 1" sodipodi:type="inkscape:persp3d"/>
+<inkscape:perspective id="perspective2838" inkscape:persp3d-origin="0.5 : 0.33333333 : 1" inkscape:vp_z="1 : 0.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 0.5 : 1" sodipodi:type="inkscape:persp3d"/>
+<inkscape:perspective id="perspective2862" inkscape:persp3d-origin="0.5 : 0.33333333 : 1" inkscape:vp_z="1 : 0.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 0.5 : 1" sodipodi:type="inkscape:persp3d"/>
+<inkscape:perspective id="perspective2862-1" inkscape:persp3d-origin="0.5 : 0.33333333 : 1" inkscape:vp_z="1 : 0.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 0.5 : 1" sodipodi:type="inkscape:persp3d"/>
+<inkscape:perspective id="perspective2894" inkscape:persp3d-origin="240 : 160 : 1" inkscape:vp_z="480 : 240 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 240 : 1" sodipodi:type="inkscape:persp3d"/>
+<inkscape:perspective id="perspective2862-0" inkscape:persp3d-origin="0.5 : 0.33333333 : 1" inkscape:vp_z="1 : 0.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 0.5 : 1" sodipodi:type="inkscape:persp3d"/>
+<inkscape:perspective sodipodi:type="inkscape:persp3d" inkscape:vp_x="0 : 0.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_z="1 : 0.5 : 1" inkscape:persp3d-origin="0.5 : 0.33333333 : 1" id="perspective2932"/>
+<inkscape:perspective id="perspective10-4" inkscape:persp3d-origin="372.04724 : 350.78739 : 1" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 526.18109 : 1" sodipodi:type="inkscape:persp3d"/>
+<inkscape:perspective id="perspective3649" inkscape:persp3d-origin="362.5 : 241.66667 : 1" inkscape:vp_z="725 : 362.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 362.5 : 1" sodipodi:type="inkscape:persp3d"/>
+<marker viewBox="0 0 10 10" refY="5" refX="10" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowStart">
+  <path style="font-size: 12px;" id="path607" d="M 10,0 L 0,5 L 10,10 L 10,0 z"/>
+</marker>
+<marker viewBox="0 0 10 10" refY="5" refX="0" orient="auto" markerWidth="4" markerUnits="strokeWidth" markerHeight="3" id="ArrowEnd">
+  <path style="font-size: 12px;" id="path605" d="M 0,0 L 10,5 L 0,10 L 0,0 z"/>
+</marker>
+<inkscape:perspective id="perspective20" inkscape:persp3d-origin="75 : 41.666667 : 1" inkscape:vp_z="150 : 62.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 62.5 : 1" sodipodi:type="inkscape:persp3d"/>
+<inkscape:perspective id="perspective3779" inkscape:persp3d-origin="300.022 : 151.66667 : 1" inkscape:vp_z="600.04401 : 227.5 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 227.5 : 1" sodipodi:type="inkscape:persp3d"/>
+
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+	
+<inkscape:perspective id="perspective10-5" inkscape:persp3d-origin="372.04724 : 350.78739 : 1" inkscape:vp_z="744.09448 : 526.18109 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 526.18109 : 1" sodipodi:type="inkscape:persp3d"/>
+<inkscape:perspective id="perspective4876" inkscape:persp3d-origin="279.81235 : 124.43199 : 1" inkscape:vp_z="559.62469 : 186.64798 : 1" inkscape:vp_y="0 : 1000 : 0" inkscape:vp_x="0 : 186.64798 : 1" sodipodi:type="inkscape:persp3d"/>
+</defs>
+  <sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="16" inkscape:cx="13.015456" inkscape:cy="-0.30409451" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="true" inkscape:snap-grids="false" inkscape:window-width="885" inkscape:window-height="894" inkscape:window-x="186" inkscape:window-y="55" inkscape:window-maximized="0">
+    <inkscape:grid type="xygrid" id="grid2852" empspacing="5" dotted="true" visible="true" enabled="true" snapvisiblegridlinesonly="true"/>
+  </sodipodi:namedview>
+  <metadata id="metadata7">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g inkscape:label="Ebene 1" inkscape:groupmode="layer" id="layer1" transform="translate(0, -1036.36)">
+    <path sodipodi:type="arc" style="fill: rgb(249, 249, 249); stroke: none;" id="path2619" sodipodi:cx="98.055328" sodipodi:cy="95.709503" sodipodi:rx="15.48242" sodipodi:ry="15.951584" d="m 113.53775,95.709503 a 15.48242,15.951584 0 1 1 -30.964842,0 15.48242,15.951584 0 1 1 30.964842,0 z" transform="matrix(0.0215669, -0.0196285, 0.0196285, 0.0215669, -2.8971, 1048.31)"/>
+    <path sodipodi:nodetypes="cssscc" id="path6298" d="m 11.43658,1041.0297 c 1.28208,1.4028 0.687401,4.0358 -1.327404,5.8773 -2.0148066,1.8415 -4.690541,2.1977 -5.9726187,0.795 -1.28208,-1.4028 -0.6874027,-4.0358 1.327402,-5.8773 2.0062635,-1.8337 4.6670897,-2.1963 5.9570687,-0.8118 l 0.01555,0.017 z" style="fill: rgb(172, 57, 172); fill-opacity: 0.443925; fill-rule: evenodd; stroke: none; stroke-width: 0.658947; stroke-linecap: butt; stroke-linejoin: round; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt; marker: none; visibility: visible; display: inline; overflow: visible;"/>
+    <path style="fill: rgb(172, 57, 172); fill-rule: evenodd; stroke: none; fill-opacity: 1;" d="m 4.2048193,1043.4327 c 2.0381607,0.7471 3.6846991,2.0635 4.4358552,4.6815 l 2.6532355,-2.7439 c -0.580375,-2.3514 -2.0556572,-3.8335 -4.4222966,-4.45 l -2.6667941,2.5124 z" id="path6296" sodipodi:nodetypes="ccccc"/>
+    <path style="fill: none; stroke: none; stroke-width: 0pt; stroke-linecap: butt; stroke-linejoin: round; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none; stroke-dashoffset: 0pt; marker: none; visibility: visible; display: inline; overflow: visible;" d="m 11.464877,1041.0245 c 1.282079,1.4027 0.687401,4.0357 -1.327403,5.8773 -2.0148085,1.8415 -4.6905416,2.1976 -5.9726194,0.7949 -1.2820801,-1.4027 -0.6874028,-4.0357 1.327402,-5.8772 2.0062635,-1.8338 4.6670894,-2.1964 5.9570684,-0.8118 l 0.01555,0.017 z" id="path5784" sodipodi:nodetypes="cssscc"/>
+    <path style="fill: rgb(172, 57, 172); fill-opacity: 1; fill-rule: evenodd; stroke: none;" d="m 11.307244,1041.0235 c 1.276776,0.5607 3.209861,0.2774 3.854468,-0.4512 -0.329317,-0.069 -0.640118,-0.4024 -0.831499,-0.7873 -0.200859,-0.404 -0.01844,-0.9301 -0.359731,-1.2424 -0.389681,-0.3566 -0.931856,-0.1608 -1.344943,-0.375 -0.363497,-0.1886 -0.480802,-0.5868 -0.857377,-1.0287 -0.902309,1.2192 -0.823187,2.6807 -0.460918,3.8846 z" id="path6310" sodipodi:nodetypes="ccssscc"/>
+    <path sodipodi:nodetypes="ccssscc" id="path6312" d="m 4.3829514,1047.9272 c -1.2733164,-0.5685 -3.2081009,-0.297 -3.85715833,0.4276 0.32888722,0.071 0.63763903,0.4063 0.82665763,0.7924 0.1983813,0.4052 0.012749,0.9301 0.3521145,1.2445 0.3874887,0.359 0.9308529,0.1665 1.3426201,0.3833 0.3623346,0.1908 0.4771977,0.5897 0.8510578,1.0339 0.9097604,-1.2136 0.8395945,-2.6756 0.4847083,-3.8817 z" style="fill: rgb(172, 57, 172); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 0.166; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-opacity: 1; stroke-dasharray: none;"/>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/dairy.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/dairy.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/dairy.svg	(revision 16006)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   xml:space="preserve"
+   viewBox="0 0 7 16"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="02.svg"
+   width="7"
+   height="16"><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview135"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="32.000002"
+     inkscape:cx="2.7522437"
+     inkscape:cy="8.8105878"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"><inkscape:grid
+       type="xygrid"
+       id="grid4151"
+       originx="-3.8384907e-009"
+       originy="-9.0541047e-007" /></sodipodi:namedview><defs
+     id="defs6"><clipPath
+       id="clipPath136"><path
+         id="path138"
+         d="m 7,-0.48208 18,0 0,32 -18,0 0,-32 z"
+         inkscape:connector-curvature="0" /></clipPath><mask
+       id="mask140"><g
+         id="g142"><g
+           id="g144"
+           clip-path="url(#clipPath136)"><path
+             id="path146"
+             style="fill:#000000;fill-opacity:0.19140003"
+             d="m 7,-0.48208 18,0 0,32 -18,0 0,-32 z"
+             inkscape:connector-curvature="0" /></g></g></mask><clipPath
+       id="clipPath152"><path
+         id="path154"
+         d="m 7,-0.48208 18,0 0,32 -18,0 0,-32 z"
+         inkscape:connector-curvature="0" /></clipPath><clipPath
+       id="clipPath156"><path
+         id="path158"
+         d="M 7,0 25,0 25,32 7,32 7,0 Z"
+         inkscape:connector-curvature="0" /></clipPath></defs><path
+     style="fill:#ac39ac;fill-opacity:1;fill-rule:evenodd"
+     d="M 5.3631235,0.00774818 1.5401075,1.1827408e-6 C 1.3973465,-2.8781726e-4 1.2801525,0.05240118 1.1870195,0.14087718 c -0.109654,0.08523 -0.170769,0.272815 -0.173665,0.424574 -0.0032,0.168207 0.05486,0.352497 0.174409,0.47687802 0.08542,0.08887 0.205432,0.154175 0.346398,0.149328 l 0.08325,0 c 0.0044,0.131856 0.0026,0.268998 -0.01264,0.417696 -0.03895,0.485996 -0.169381,0.846752 -0.392486,1.087561 -0.71158374,0.820981 -1.09851424,1.666133 -1.16035824,2.533649 -0.061996,0.815672 -0.070072,4.018498 -0.01561,9.6112438 0.014813,0.227243 0.087732,0.649355 0.3553182,0.76425 1.34001704,0.57537 4.89228804,0.471792 6.20617204,0.0028 0.251276,-0.08969 0.35427,-0.503931 0.367966,-0.67902 0.02699,-2.500997 0.03582,-4.649253 0.03345,-6.4098438 -1.31e-4,-0.125155 10e-4,-0.290943 7.39e-4,-0.409243 -0.0049,-1.974562 -0.0269,-3.343804 -0.0617,-3.768427 -0.04282,-0.430252 -0.131129,-0.543198 -0.862245,-1.42917 -0.194328,-0.206683 -0.359485,-0.597264 -0.483946,-0.918506 -0.100326,-0.258948 -0.206501,-0.604122 -0.208136,-0.803696 0.02622,-0.0037 0.05523,-9.45e-4 0.08251,-0.0014 0.140965,0.0048 0.255953,-0.04362 0.346397,-0.149328 0.09955,-0.09892 0.160514,-0.31033002 0.157591,-0.47687802 -0.0026,-0.149924 -0.05176,-0.334317 -0.156845,-0.424573 -0.161553,-0.138757997259 -0.284599,-0.130678 -0.450465,-0.131014 z m -2.762412,1.18390802 1.726627,7.05e-4 c 0.02062,0.714898 0.238555,1.059519 0.454183,1.558085 0.316569,0.731957 1.209465,1.250105 1.219083,2.072986 0.01031,0.882134 0.02821,1.030358 0.03419,2.167372 -1.215613,-0.05278 -0.683203,-0.190747 -1.786775,-0.185979 -0.706613,0.108989 -1.085961,-0.06004 -1.848883,0.06175 -1.259184,0.244038 -1.378523,0.58324 -1.378523,0.58324 0,0 -0.06352,-1.722234 0.111906,-2.55995 0.06718,-0.320799 0.203937,-0.627675 0.355406,-0.921549 0.221286,-0.42933 0.44274,-0.783932 0.801324,-1.215758 0.251074,-0.25545 0.34978,-0.784096 0.31146,-1.560902 z"
+     id="path58"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="sscaaccccccsscccccacccassccasccccaacc" /><g
+     id="g132"
+     style="fill:#800080"
+     transform="matrix(1.0961218,-0.60084682,-0.60084682,-1.0961218,9.5481161,18.541016)"><g
+       id="g148"
+       mask="url(#mask140)"
+       style="fill:#800080"><g
+         id="g160"
+         style="fill:#800080"><g
+           id="g162"
+           clip-path="url(#clipPath152)"
+           style="fill:#800080"><g
+             id="g164"
+             transform="translate(0,-0.48208)"
+             style="fill:#800080"><g
+               id="g168"
+               style="fill:#800080"><g
+                 id="g170"
+                 clip-path="url(#clipPath156)"
+                 style="fill:#800080"><g
+                   id="g172"
+                   style="fill:#800080" /></g></g></g></g></g></g></g><metadata
+     id="metadata133"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:publisher><cc:Agent
+             rdf:about="http://openclipart.org/"><dc:title /></cc:Agent></dc:publisher><dc:title></dc:title></cc:Work><cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>
Index: /trunk/resources/images/presets/shop/groceries/deli.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/deli.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/deli.svg	(revision 16006)
@@ -0,0 +1,101 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   viewBox="0 0 16 16"
+   version="1.0"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="deli3.svg"
+   width="16"
+   height="16">
+  <defs
+     id="defs58" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview56"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="45.254834"
+     inkscape:cx="5.6196101"
+     inkscape:cy="9.5097198"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4133" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata54">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2010-04-15T15:08:15</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/48169/lobster-by-hextrust</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>hextrust</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>crustacean</rdf:li>
+            <rdf:li>delicious</rdf:li>
+            <rdf:li>fish</rdf:li>
+            <rdf:li>healthy</rdf:li>
+            <rdf:li>kitchen</rdf:li>
+            <rdf:li>snack</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <path
+     style="fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:21.26000023;stroke-linecap:round"
+     d="M 11.198257,9.127432e-5 C 10.447709,0.00609127 9.7158365,0.27545127 8.996028,0.71528127 8.6227401,0.97456127 8.3530706,1.3318113 8.4872617,1.7408313 c 0.2130866,0.64981 1.0766814,1.31138 1.3699743,1.01646 l 0.025902,-0.0231 c 0.039283,0.0258 0.0863,0.0471 0.142021,0.0628 1.090453,0.31146 2.674088,0.26504 3.51506,-1.39471 -1.22924,0.97662 -2.067449,1.11641 -2.578397,0.55555 -0.03714,-0.0324 -0.07394,-0.0622 -0.110435,-0.0893 l 0.20744,-0.2791195 c 0.7389,-0.47939 1.540197,-0.5036305 2.950143,-0.2931905 C 13.037116,0.37040127 12.104093,-0.00685873 11.198257,1.3127432e-4 Z M 7.1746596,1.3543713 c -0.9535287,0.67117 -1.2418704,2.04009 -0.7960528,3.08998 0.1477841,0.34478 0.3643715,0.65371 0.5287945,0.99054 0.1086758,0.1901 0.2419665,0.39903 0.4141629,0.54895 -0.085931,0.086 -0.1696596,0.17316 -0.2513131,0.26142 -0.011978,-0.004 -0.023995,-0.007 -0.035973,-0.0106 -0.3642787,-0.0892 -0.7412904,-0.29123 -1.0178776,-0.56073 C 5.4416323,5.1173713 5.292807,4.3593263 5.007785,3.6384363 4.919487,3.5180363 4.8362983,3.1548513 4.6801096,3.2602513 c -0.222031,0.36107 -0.054037,0.80666 0.1098254,1.15605 0.1809154,0.32825 0.3090329,0.68322 0.5060204,1.00241 0.336549,0.54124 0.8863226,0.95184 1.4973095,1.13991 -0.2064696,0.24437 -0.3973274,0.496 -0.5722817,0.75321 C 5.7539399,6.9340613 5.4502878,6.3239188 4.9094493,6.0322288 4.7443863,5.9298188 4.5449342,5.9319788 4.3706911,5.8473788 3.798724,5.6461088 3.3811566,5.1477313 3.3812025,4.5392013 c -0.1956762,0.29432 -0.2211923,0.68969 -0.055008,1.00303 0.2437642,0.46958 0.7106788,0.78539 1.1965204,0.96496 0.1542869,0.0416 0.3049163,0.0959 0.4219829,0.21067 0.3631863,0.30019 0.650165,0.69236 1.0429019,0.95557 -0.075121,0.12288 -0.1466347,0.24686 -0.2147299,0.37168 -0.2675772,-0.21045 -0.5183814,-0.36379 -0.6570448,-0.33911 l -0.7957094,0.14161 c -0.2126066,0.0378 0.029025,0.62296 0.3337105,1.08515 -0.188824,-0.12419 -0.3580625,-0.19935 -0.4673777,-0.17265 l -0.8129899,0.19857 c -0.241609,0.059 0.036225,0.75923 0.3552252,1.2111097 -0.1179847,-0.0546 -0.2270887,-0.0776 -0.314446,-0.0525 l -0.7068266,0.20331 c -0.189515,0.0545 7e-6,0.55101 0.2396016,0.91521 -0.2217322,-0.17177 -0.4353559,-0.29646 -0.5521023,-0.25779 l -0.6267941,0.20754 c -0.1402617,0.0464 -0.037451,0.39282 0.135155,0.72118 -0.013983,-3.7e-4 -0.028115,-3.7e-4 -0.04242,1.3e-4 l -1.11568618,-0.69845 c -0.24237581,-0.15173 -0.61859347,-0.20806 -0.63724645,-0.0462 l -0.04337319,0.37623 c -0.01865159,0.16181 -0.02836998,0.38375 0.23777057,0.50153 l 0.26607564,0.11774 -0.12287163,0.0248 c -0.2685382,0.0541 -0.53754993,0.29147 -0.41507804,0.44415 l 0.28476773,0.35496 c 0.12018765,0.14983 0.29326974,0.34245 0.54027663,0.25397 l -0.13919857,0.10931 c -0.27365876,0.2149 -0.10272481,0.57129 0.20851174,0.91995 l 0.56438565,0.63222 c 0.3112379,0.34866 0.6375095,0.35949 0.8857745,0.11748 l 0.1467516,-0.14303 -0.035706,0.0835 c -0.1077798,0.25205 0.084615,0.43469 0.2338795,0.56125 l 0.3470619,0.29429 c 0.1492633,0.12656 0.3934117,-0.13631 0.4545222,-0.40356 l 0.073051,-0.31949 0.1644903,0.65612 c 0.064748,0.25831 0.2732637,0.26244 0.427247,0.25451 l 0.35801,-0.0184 c 0.1539827,-0.008 0.1651469,-0.36651 0.064735,-0.60442 l -0.4876339,-1.1554 c -0.019264,-0.0457 -0.041955,-0.0865 -0.066833,-0.12241 0.2803283,0.14801 0.5505811,0.21965 0.5823909,0.0743 l 0.1589209,-0.72648 c 0.025504,-0.11657 -0.026391,-0.27082 -0.1205069,-0.4338 0.3645478,0.2488 0.8812795,0.44724 0.937998,0.2555 l 0.201836,-0.68239 c 0.027143,-0.0918 -0.028436,-0.23392 -0.1242834,-0.39253 0.4363111,0.33863 1.1187241,0.65639 1.1889673,0.41612 l 0.242844,-0.83068 c 0.03029,-0.10361 0.00231,-0.23666 -0.063972,-0.38237 0.437427,0.30602 0.9620215,0.54741 1.0077302,0.34526 l 0.1839077,-0.81327 c 0.042689,-0.1888 -0.1226924,-0.49346 -0.3612525,-0.79747 0.1660413,-0.0857 0.3301967,-0.1774797 0.4924013,-0.2756897 0.1549919,0.2142097 0.2546659,0.4687597 0.2769097,0.7359497 0.037895,0.19011 -0.046734,0.38243 0.010643,0.56812 0.1738301,0.71313 0.8180895,1.19927 0.9828582,1.91572 0.040404,0.10453 -0.018072,0.34757 0.1435095,0.20243 0.1978704,-0.1076 0.3107068,-0.414588 0.2474758,-0.616588 -0.1399945,-0.49516 -0.480594,-0.881905 -0.6950399,-1.343385 -0.081474,-0.14234 -0.095924,-0.30193 -0.097275,-0.46186 -0.044083,-0.44513 -0.2524534,-0.8629967 -0.5438013,-1.2077467 0.1612498,-0.10792 0.320536,-0.22238 0.4777534,-0.34358 0.109186,0.2732 0.20165,0.55327 0.3377925,0.8145297 0.5304823,1.00969 1.7409283,1.636465 2.9494003,1.290565 -0.420379,-0.0863 -0.850764,-0.231865 -1.251307,-0.381745 -0.356856,-0.11542 -0.701638,-0.274288 -0.957971,-0.563148 -0.373669,-0.41846 -0.5993699,-0.8905017 -0.75294,-1.4229117 0.1360967,-0.11514 0.2706075,-0.23546 0.403481,-0.3613 0.466799,0.63782 1.220061,1.11961 2.010296,1.1533 0.374561,0.0147 0.793253,-0.056012 1.16779,-0.059812 0.384545,-0.029 0.831392,-0.1564575 1.036324,-0.5275075 0.01489,-0.18795 -0.359682,-0.0179 -0.507851,-0.0357 -0.767323,0.10611 -1.563827,0.33139 -2.330671,0.10419 -0.370476,-0.10851 -0.650112,-0.38383 -0.90687,-0.65742 -0.07446,-0.0725 -0.149487,-0.14462 -0.224114,-0.21721 0.167243,-0.17017 0.320636,-0.34 0.461656,-0.51 0.571242,0.22619 1.373209,0.1275 2.30267,0.0969 -0.211206,-0.0808 -1.003317,-0.57194 -0.660744,-0.94465 -0.50057,0.32546 -0.813735,0.418976 -1.277266,0.401496 0.856894,-1.16335 1.054928,-2.230056 1.18781,-3.616126 -1.415114,0.0984 -2.442058,0.2523275 -3.649577,1.1174275 -0.026914,-0.48908 0.01597,-0.7896675 0.3690834,-1.3035175 -0.3812935,0.33292 -0.8508735,-0.47257 -0.9260571,-0.68602 -0.056819,0.95779 -0.1823154,1.7782 0.056458,2.35929 -0.1394989,0.1118 -0.2791125,0.23171 -0.41916,0.36046 -0.4255523,-0.64742 -0.8613967,-1.30134 -0.9860939,-2.09159 -0.061405,-0.38143 -0.042642,-0.72125 0.093758,-1.07089 0.1373693,-0.40531 0.265065,-0.81677 0.4642117,-1.19721 z m 1.0845202,0.65196 -0.1535031,0.99913 0.6381995,0.5231 c 0.2064987,-0.14253 0.4014042,-0.19429 0.6335847,-0.54376 -0.4783886,-0.0347 -0.8784843,-0.60413 -1.1182811,-0.97847 z m 6.5186062,0.0176 c 0.172998,1.41622 -0.108205,2.36598 -0.6065,3.09261 l -0.04848,0.0516 c -0.02612,-0.0373 -0.05479,-0.0749 -0.08621,-0.1129 -0.546703,-0.526 -0.385045,-1.36097 0.622826,-2.56508 -1.679934,0.79762 -1.768036,2.38087 -1.485713,3.4801 0.01421,0.0562 0.03427,0.10376 0.05898,0.14374 l -0.0238,0.0253 c -0.302304,0.28566 0.335713,1.16716 0.97912,1.3975 0.404985,0.14505 0.768938,-0.11534 1.037752,-0.48198 1.011375,-1.56376 1.196047,-3.20819 -0.44796,-5.03086 z m -1.808781,4.58938 c -0.355164,0.22308 -0.412,0.41674 -0.559808,0.61959 l 0.505678,0.65234 1.001931,-0.12726 c -0.367566,-0.24979 -0.925736,-0.66512 -0.947801,-1.14467 z"
+     id="path3301"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccscccccccccsccccccccsccccscccccccsccccccccssccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc" />
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/farm.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/farm.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/farm.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="13"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="farm2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs11" />
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="29.493668"
+     inkscape:cx="3.8652687"
+     inkscape:cy="7.2150856"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4201" />
+  </sodipodi:namedview>
+  <g
+     id="g3338"
+     transform="matrix(0.04772602,-0.00832652,0.00832652,0.04772602,-9.8931,-3.92511)" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path6571"
+     d="m 13,1.24301 c 0,0 -1.011454,5.34442 -4.9404715,3.33284 C 8.0588448,4.57885 8.1535883,0.21412005 13,1.24301 Z"
+     style="fill:#009100;fill-opacity:1;stroke-width:1.01779234"
+     sodipodi:nodetypes="ccc" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path6573"
+     d="M 6.3869625,7.04786 C 7.0659232,6.39948 8.0202471,5.61528 9.0496324,5.61528 c 2.0770436,0 3.7671476,1.62448 3.7671476,3.63305 0,0.074 0,0.13743 -0.0041,0.21496 h -0.0073 c -0.06568,0.78581 -0.324879,1.76191 -0.938143,2.9741 0,0 -1.054941,1.94867 -1.9018212,2.84372 l -0.076657,0.0705 C 9.4799354,15.74981 8.9031767,16 8.2789738,16 7.5124069,16 6.8334462,15.64057 6.4209607,15.0838 H 6.4099802 C 5.9974947,15.64057 5.318534,16 4.5519568,16 3.9204508,16 3.3510055,15.75333 2.9385201,15.35161 l -0.076657,-0.0705 C 2.0222862,14.38606 0.96004211,12.43739 0.96004211,12.43739 0.34678863,11.2252 0.08761652,10.24205 0.02921241,9.46329 H 0.01098055 C 0,9.38929 0,9.32586 0,9.24833 0,7.23976 1.6901038,5.61528 3.7744405,5.61528 c 1.0257389,0 1.8986411,0.75799 2.5848945,1.40638"
+     style="fill:#ff0000;fill-opacity:1;stroke-width:1.01779234"
+     sodipodi:nodetypes="csscccccsccscccccssc" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#009100;fill-opacity:1;stroke-width:1.01779234"
+     d="m 0.58491232,0.04697604 c 0,0 0.77487488,5.01014976 4.44036818,3.29890476 3.794e-4,0.0022 0.00434,-3.80803669 -4.44036818,-3.29890476 z"
+     id="path10957"
+     sodipodi:nodetypes="ccc" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#722a00;fill-opacity:1;stroke:none;stroke-width:4.92204332;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 5.9179686,6.09502 c 0,0 0.2752493,-3.9979 -0.5786648,-5.11601995 -0.853914,-1.11812 2.6279569,0 2.6279569,0 C 7.3597151,2.90508 7.4930045,7.02891 5.9179686,6.09502 Z"
+     id="path10959"
+     sodipodi:nodetypes="cscc" />
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/greengrocer.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/greengrocer.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/greengrocer.svg	(revision 16006)
@@ -0,0 +1,176 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="greengrocer.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs11">
+    <linearGradient
+       id="linearGradient850"
+       y2="191.32001"
+       gradientUnits="userSpaceOnUse"
+       y1="339.76999"
+       gradientTransform="scale(1.533,0.65232)"
+       x2="312.91"
+       x1="62.832001">
+      <stop
+         id="stop830"
+         style="stop-color:#ffffff;stop-opacity:.525"
+         offset="0" />
+      <stop
+         id="stop831"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient854"
+       y2="332.17001"
+       gradientUnits="userSpaceOnUse"
+       x2="370.89999"
+       gradientTransform="scale(1.2211,0.81893)"
+       y1="332.17001"
+       x1="109.53">
+      <stop
+         id="stop856"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop857"
+         style="stop-color:#5f0e00;stop-opacity:.41667"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="34.03125"
+     inkscape:cx="5.2466663"
+     inkscape:cy="7.564758"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4201" />
+  </sodipodi:namedview>
+  <g
+     id="g4152"
+     transform="matrix(0.6971837,0,0,0.64415306,0.03590025,1.2887395e-4)">
+    <g
+       transform="matrix(0.04772602,-0.00832652,0.00832652,0.04772602,-9.8931,-3.92511)"
+       id="g3338" />
+    <path
+       sodipodi:nodetypes="ccc"
+       style="fill:#009100;fill-opacity:1"
+       d="m 12.54946,1.24301 c 0,0 -0.9764,5.34442 -4.76925,3.33284 -6.6e-4,0.003 0.0908,-4.36172995 4.76925,-3.33284 z"
+       id="path6571"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="csscccccsccscccccssc"
+       style="fill:#ff0000;fill-opacity:1"
+       d="M 6.16561,7.04786 C 6.82104,6.39948 7.74229,5.61528 8.736,5.61528 c 2.00506,0 3.63659,1.62448 3.63659,3.63305 0,0.074 0,0.13743 -0.004,0.21496 l -0.007,0 c -0.0634,0.78581 -0.31362,1.76191 -0.90563,2.9741 0,0 -1.01838,1.94867 -1.83591,2.84372 l -0.074,0.0705 C 9.15139,15.74981 8.59462,16 7.99205,16 7.25205,16 6.59662,15.64057 6.19843,15.0838 l -0.0106,0 C 5.78964,15.64057 5.13421,16 4.3942,16 3.78458,16 3.23487,15.75333 2.83668,15.35161 l -0.074,-0.0705 C 1.9522,14.38606 0.92677,12.43739 0.92677,12.43739 0.33477,11.2252 0.08458,10.24205 0.0282,9.46329 l -0.0176,0 C 0,9.38929 0,9.32586 0,9.24833 0,7.23976 1.63153,5.61528 3.64363,5.61528 c 0.99019,0 1.83284,0.75799 2.49531,1.40638"
+       id="path6573"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="ccc"
+       id="path10957"
+       d="m 0.56464106,0.04697604 c 0,0 0.74802014,5.01014976 4.28647864,3.29890476 3.663e-4,0.0022 0.00419,-3.80803669 -4.28647864,-3.29890476 z"
+       style="fill:#009100;fill-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="cscc"
+       id="path10959"
+       d="m 5.71287,6.09502 c 0,0 0.26571,-3.9979 -0.55861,-5.11601995 -0.82432,-1.11812 2.53688,0 2.53688,0 C 7.10465,2.90508 7.23332,7.02891 5.71287,6.09502 Z"
+       style="fill:#722a00;fill-opacity:1;stroke:none;stroke-width:4.83599997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g845"
+     transform="matrix(0.03655311,0,0,0.03377273,-0.89620056,2.9752221)">
+    <path
+       id="path847"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccc"
+       style="fill:#ffe200;fill-rule:evenodd;stroke:#000000;stroke-width:10;stroke-linejoin:round"
+       d="M 388.75,93.75 C 370,76.25 420,63.75 426.25,70 c 10,5 -8.75,8.75 -7.5,17.5 1.25,8.75 0,55 10,57.5 10,2.5 22.5,11.25 22.5,23.75 C 482.5,246.25 360,458.75 70,352.5 65,348.75 37.5,317.5 32.5,310 30,301.25 26.25,280 41.25,272.5 170,238.75 318.75,305 386.25,153.75 c 11.25,-26.25 2.5,-60 2.5,-60 z" />
+    <path
+       id="path849"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc"
+       style="fill:url(#linearGradient850);fill-rule:evenodd;stroke-width:1pt"
+       d="m 43.75,290 2.5,-12.5 C 138.75,242.5 310,316.25 392.5,157.5 351.25,270 278.75,338.75 43.75,290 Z" />
+    <path
+       id="path851"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc"
+       style="fill:#442400;fill-rule:evenodd;stroke-width:1pt"
+       d="m 386.15,89.136 c 2.92,-17.6 29.12,-18.073 36.45,-18.944 11.98,1.566 -15.49,21.444 -36.45,18.944 z" />
+    <path
+       id="path852"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc"
+       style="fill:#442400;fill-rule:evenodd;stroke-width:1pt"
+       d="m 32.518,305.14 c -0.933,-18.37 -1.866,-24.43 8.743,-30.49 4.617,6.93 3.75,28.37 -8.743,30.49 z" />
+    <path
+       id="path853"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc"
+       style="fill:url(#linearGradient854);fill-rule:evenodd;stroke-width:1pt"
+       d="M 133.75,366.25 C 352.5,421.25 426.74,283.13 440,250 c 22.5,-40 8.75,-85 8.75,-85 -1.25,135 -142.5,243.75 -315,201.25 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/pastry.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/pastry.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/pastry.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg4395"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="cake5.svg"
+   inkscape:export-filename="E:\Casey's Documents\Dropbox\comic\ggo15\cake.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90">
+  <title
+     id="title2986">Cake</title>
+  <defs
+     id="defs4397" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="8.4389692"
+     inkscape:cy="7.8688133"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="2"
+     fit-margin-left="2"
+     fit-margin-right="2"
+     fit-margin-bottom="2"
+     inkscape:window-width="1920"
+     inkscape:window-height="1018"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4139" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4400">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Cake</dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Casey Leonard</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-249.77932,-560.05786)">
+    <path
+       style="fill:#5a3216;fill-opacity:1;stroke:#0c0800;stroke-width:0.58682603;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 264.54725,564.77062 c 0.60865,0 0.94075,-0.11108 0.93866,0.91051 l -0.0179,8.72654 c -0.002,0.87839 -0.44133,1.33204 -1.11545,1.33204 l -13.41784,0 c -0.67411,0 -0.77938,0.21184 -0.78589,-0.66652 l -0.0761,-10.25207 c 0,0 10.86094,-0.0505 14.47453,-0.0505 z"
+       id="rect3160"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ssssssccs" />
+    <path
+       style="fill:#ffe680;fill-opacity:1;stroke:#0c0800;stroke-width:0.57370043;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 262.19456,571.43578 c 0.57153,0 1.03161,0.17862 1.03161,0.4005 l 0,2.25795 c 0,0.22188 -0.4601,0.39953 -1.03161,0.4005 l -12.01574,0.0201 c 0,0 -0.0476,-2.25849 -0.0476,-3.06633 0,0 8.99978,-0.0128 12.06335,-0.0128 z"
+       id="rect3160-1-7"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csssccc" />
+    <path
+       style="fill:#ffe680;fill-opacity:1;stroke:#0c0800;stroke-width:0.58644468;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 262.20558,566.34711 c 0.57483,0 1.03756,0.18557 1.03756,0.41609 l 0,2.34581 c 0,0.23052 -0.46274,0.4151 -1.03756,0.41611 l -12.08515,0.0209 c 0,0 -0.0478,-2.34639 -0.0478,-3.18566 0,0 9.05176,-0.0133 12.13302,-0.0133 z"
+       id="rect3160-1-7-0"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csssccc" />
+    <path
+       style="fill:#5a3216;fill-opacity:1;stroke:#0c0800;stroke-width:0.68468547;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 250.12167,564.63757 10.24272,-4.1736 c 0,0 0.28532,-0.50151 2.69822,1.31047 1.77832,1.33544 2.163,2.94496 2.163,2.94496 z"
+       id="path3242"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccscc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/seafood.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/seafood.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/seafood.svg	(revision 16006)
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="7"
+   viewBox="0 0 16 7"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="05.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="34.36097"
+     inkscape:cx="7.2284235"
+     inkscape:cy="7.0361809"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1046.3622)">
+    <path
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cscccccsssscccccssccssscccssssssccssscs"
+       id="path1932"
+       d="m 7.381163,1046.3648 c -0.005,2e-4 -0.008,10e-4 -0.011799,0 -0.053598,0.02 -0.3386271,0.3245 -0.6333159,0.6767 l -0.5367296,0.6396 -0.3881852,0.028 c -1.7754525,0.2077 -3.2228674,0.9101 -4.5553267,2.0397 -0.27623951,0.2818 -1.31715011,1.2178 -1.25296235,1.4448 0.02209916,0.023 0.26953975,-0.01 0.54218937,0.028 0.51096058,0.064 1.29396078,0.16 1.28941098,0.263 -0.002,0.053 -0.4417232,0.1047 -1.24476268,0.2033 -0.688454,0.085 -0.68218424,0.2243 0.0200992,0.4637 0.84059808,0.2865 1.94549608,0.4652 3.73155808,0.3397 1.3270895,0.014 2.5097845,-0.4421 3.7607169,-0.7304 0.087797,0 0.3460068,-0.075 0.5722582,-0.1593 1.3631877,-0.3762 2.4842447,-0.7454 3.5994227,-0.6344 1.030441,0.051 1.716645,0.727 2.529624,1.2143 0.0336,8e-4 0.240921,0.1302 0.459272,0.2878 0.594158,0.4286 0.745162,0.3677 0.512121,-0.2042 -0.191423,-0.4698 -0.506011,-1.54 -0.499361,-1.6999 0.179043,-0.5302 0.362536,-1.1775 0.603237,-1.6877 0.137545,-0.234 0.162844,-0.4708 0.0519,-0.4734 -0.0183,-4e-4 -0.0957,0.027 -0.174964,0.063 -0.0792,0.036 -0.285749,0.127 -0.454712,0.2007 -0.168964,0.073 -0.374666,0.189 -0.457443,0.2586 -0.493201,0.3123 -1.027451,0.4637 -1.627488,0.4392 -0.670644,-0.1298 -1.539661,-0.2315 -2.209776,-0.6732 -1.0299902,-0.5347 -1.1186568,-0.5765 -1.5463806,-0.7223 -0.2325411,-0.079 -0.4321535,-0.1542 -0.4428731,-0.1654 -0.0107,-0.012 0.047398,-0.078 0.1284851,-0.1506 0.081097,-0.071 0.1408747,-0.168 0.132135,-0.212 -0.009,-0.044 -0.2543803,-0.1648 -0.5449293,-0.2719 -0.3384771,-0.1248 -0.6604549,-0.3119 -0.8966659,-0.5191 -0.1900827,-0.1668 -0.3867052,-0.2908 -0.4547127,-0.2886 z m -4.940874,3.3321 c 0.2515355,0 0.4552937,0.1986 0.4552937,0.4437 0,0.2452 -0.2037582,0.4438 -0.4552937,0.4438 -0.2515524,0 -0.4552936,-0.1986 -0.4552936,-0.4438 0,-0.2451 0.2037412,-0.4437 0.4552936,-0.4437 z"
+       style="fill:#ac39ac;fill-opacity:1;stroke-width:0.98260933" />
+    <path
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccscsc"
+       id="path5541"
+       d="m 3.7606908,1051.3601 c -0.9140652,-1.2415 -0.7333521,0.02 -0.3314374,-0.8641 l 2.1513482,-1.5983 c 4.8492954,-1.2573 -1.7668628,1.3765 1.4813436,0.7486 -0.026799,0.028 0.1177355,0.1967 0.3203578,0.3763 0.2026323,0.1797 0.3528666,0.4185 0.3310474,0.5285 -2.2426547,1.1968 0.2733796,2.9335 -1.7894919,2.8042 -1.0098816,-0.063 -2.6406695,-1.8721 -2.1631677,-1.9952 z"
+       style="fill:#ac39ac;fill-opacity:1;stroke-width:0.98260933" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/groceries/tea.svg
===================================================================
--- /trunk/resources/images/presets/shop/groceries/tea.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/groceries/tea.svg	(revision 16006)
@@ -0,0 +1,470 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="15.98718"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="teabag icon.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="5.5112528"
+     inkscape:cy="8.7749291"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1920"
+     inkscape:window-height="1018"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-370px"
+       originy="-419px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-370,-617.375)">
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       d="m 377,622.36218 2,-2 5,0 2,2 0,11 -9,0 z"
+       id="path2987"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       style="fill:#cccccc;fill-opacity:1;stroke:none"
+       d="m 378,632.36218 0,-9 2,-2 3,0 2,2 0,9 z"
+       id="path4221"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       style="fill:none;stroke:#4f4f4f;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 379.4917,621.85388 1,1 2,0 1,-1"
+       id="path4223"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 381.5,621.86218 0,-3 -1,-1 -6,0 -2,2 0,4 0,0"
+       id="path4382"
+       inkscape:connector-curvature="0"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <rect
+       style="fill:#008000;fill-opacity:1;stroke:none"
+       id="rect4227"
+       width="5"
+       height="5.0000086"
+       x="370"
+       y="624.36218"
+       ry="1"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(1,-1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-1"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(1,0)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-7"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(-1,0)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-4"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(2,-1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-0"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(3,-1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-9"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(3,0)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-48"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(2,0)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-8"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(2,1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-2"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(1,1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-45"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(0,1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-5"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(-1,1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-17"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(-2,1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-11"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(3,1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-52"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(-2,0)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(4,0)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-14"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(4,1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-23"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(-2,2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-8"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(-1,2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-9"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(0,2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-2"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(1,2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-7"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(2,2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-95"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(3,2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-4"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(4,2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-3"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(0,-1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-34"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(-1,-1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-1"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(1,-2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-13"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(3,-2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-87"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(2,-2)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-42"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+    <path
+       transform="translate(4,-1)"
+       sodipodi:type="arc"
+       style="fill:#75750b;fill-opacity:1;stroke:none"
+       id="path4229-76-77"
+       sodipodi:cx="380.5"
+       sodipodi:cy="629.86218"
+       sodipodi:rx="0.5"
+       sodipodi:ry="0.5"
+       d="m 381,629.86218 a 0.5,0.5 0 1 1 -1,0 0.5,0.5 0 1 1 1,0 z"
+       inkscape:export-xdpi="89"
+       inkscape:export-ydpi="89" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/hairdresser.svg
===================================================================
--- /trunk/resources/images/presets/shop/hairdresser.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/hairdresser.svg	(revision 16006)
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="hairdresser11.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="true"
+     inkscape:zoom="20.85965"
+     inkscape:cx="-9.11251"
+     inkscape:cy="8.2639056"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <path
+     d="M 5,1.0000003 5,10.53125 C 4.580263,10.212414 4.064535,10 3.5,10 2.12521,10 1,11.12521 1,12.5 1,13.87479 2.12521,15 3.5,15 4.702941,15 5.703332,14.136374 5.9375,13 l 0.125,0 C 6.296668,14.136374 7.297059,15 8.5,15 9.87479,15 11,13.87479 11,12.5 11,11.12521 9.87479,10 8.5,10 7.935465,10 7.419737,10.212414 7,10.53125 L 7,1.0000003 Z m 4,0 0,2 4,0 L 13,4 9,4 l 0,1 4,0 0,1 -4,0 0,1 4,0 0,1 -4,0 0,1 4,0 0,6 2,0 0,-11.9999997 c 0,-1 -1,-2 -2,-2 z M 3.5,11 C 4.334349,11 5,11.665651 5,12.5 5,13.334349 4.334349,14 3.5,14 2.665651,14 2,13.334349 2,12.5 2,11.665651 2.665651,11 3.5,11 Z m 5,0 C 9.334349,11 10,11.665651 10,12.5 10,13.334349 9.334349,14 8.5,14 7.665651,14 7,13.334349 7,12.5 7,11.665651 7.665651,11 8.5,11 Z"
+     id="hairdresser"
+     style="fill:#ac39ac;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/shop/hardware.svg
===================================================================
--- /trunk/resources/images/presets/shop/hardware.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/hardware.svg	(revision 16006)
@@ -0,0 +1,161 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="150"
+   height="160"
+   viewBox="0 0 150 160"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="14.svg">
+  <defs
+     id="defs4">
+    <clipPath
+       id="clipoutline2"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         d="m 55.8,12 0.76,0.16 c 8.84,-2.94 28.68,8.64 24.26,18.96 -1.12,1.62 -0.93,4.5 0.42,6.31 L 56.43,62.25 c -1.39,-1.39 -4.48,-1.36 -5.9,0 L 9.5,101.63 c -3.74,3.59 -0.8,6.64 0.78,8.25 l 7.36,7.36 c 1.61,1.6 5.86,3.76 8.88,0.56 L 65.24,76.99 c 1.35,-1.42 1.36,-4.47 0,-5.87 0,0 0.01,-0.02 0,-0.02 L 90.15,46.2 c 2.63,2.37 5.113827,2.574854 7.47,1.93 4.55057,-1.245432 7.08725,3.206643 9.81,6.46 l -1.23,1.21 c -1.82,1.84 -1.65,4.94 0.39,6.98 2.04,2.04 5.15,2.21 6.97,0.39 l 8.14,-8.13 c 1.82,-1.84 1.65,-4.94 -0.4,-6.97 -1.84,-1.85 -4.51,-2.09 -6.37,-0.77 -5.58,-6.26 -2.65,-7.2 -10.01,-15.35 L 91.13,17.86 C 81.2,8.12 68.3,8.13 55.8,12 Z"
+         id="outline2"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+    <clipPath
+       id="clipoutline1"
+       clipPathUnits="userSpaceOnUse">
+      <path
+         d="m 22.42,17.2 12.96,12.95 -2.5,8.78 -8.78,2.5 -12.96,-12.96 -5.86,5.86 14.89,21.46 17.56,-3.34 61.63,65.62 c 9.44,9.51 22.17,-4.75 13.34,-12.87 L 46.85,42.92 50.86,25.16 28.72,10.89 Z m 81.06,91.97 c 1.68,-1.68 4.4,-1.68 6.08,0 1.68,1.68 1.68,4.4 0,6.08 -1.68,1.67 -4.4,1.67 -6.08,0 -1.68,-1.68 -1.68,-4.4 0,-6.08 z"
+         id="outline1"
+         inkscape:connector-curvature="0" />
+    </clipPath>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="29.418382"
+     inkscape:cy="85.412106"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-893.3622)">
+    <g
+       id="spanner"
+       transform="matrix(-0.7932034,-0.82221181,0.82237152,-0.79304936,118.77808,1082.9729)"
+       style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:2.34710145;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
+      <use
+         height="580"
+         width="580"
+         y="0"
+         x="0"
+         xlink:href="#outline1"
+         class="outline-big"
+         id="use4649"
+         style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:2.34710145;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <use
+         height="580"
+         width="580"
+         y="0"
+         x="0"
+         xlink:href="#outline1"
+         class="outline-small"
+         id="use4651"
+         style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:2.34710145;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <use
+         height="580"
+         width="580"
+         y="0"
+         x="0"
+         xlink:href="#outline1"
+         class="aluminium4"
+         id="use4653"
+         style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:2.34710145;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <use
+         height="580"
+         width="580"
+         y="0"
+         x="0"
+         class="stroke-highlight"
+         xlink:href="#outline1"
+         clip-path="url(#clipoutline1)"
+         style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:2.34710145;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="use4655" />
+      <path
+         class="high-specularity"
+         style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:2.34710145;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 24.33,15.4 37.78,28.78 34.45,40.47 23.5,43.74 9.9319417,30 5.2,34.54 19.4,54.48 38.3,50.34 100.8,116.7 c 7.5,8.3 20.2,-2.67 11.14,-11.6 L 45.04,42 48.9,24.83 28.94,10.8 Z m 79.97,93.3 c 1.67,-1.67 4.63,-2 6.3,-0.3 1.7,1.67 3.06,4.63 0.65,7.84 -2,2 -5.2,1.92 -7.2,-0.24 -1.68,-1.68 -1.45,-5.6 0.25,-7.3 z"
+         id="path4657"
+         inkscape:connector-curvature="0" />
+      <path
+         class="specularity"
+         style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:2.34710145;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="M 24.2,15.42 47.67,39.07 50.89,25.2 28.79,10.8 Z"
+         id="path4659"
+         inkscape:connector-curvature="0" />
+    </g>
+    <use
+       id="use4686"
+       clip-path="url(#clipoutline2)"
+       xlink:href="#outline2"
+       class="stroke-highlight"
+       x="0"
+       y="0"
+       width="580"
+       height="580"
+       transform="matrix(0.92415346,-0.92676516,0.92694517,0.92397399,-62.691105,961.36308)"
+       style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:2.53515434;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/hearing_aids.svg
===================================================================
--- /trunk/resources/images/presets/shop/hearing_aids.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/hearing_aids.svg	(revision 16006)
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="15.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="2.6330947"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <g
+       id="g1327"
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       transform="matrix(0.02775633,0,0,0.02770795,-0.04729685,1037.315)">
+      <path
+         d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 v 450.123 c 0,40.844 20.895,62.229 62.192,62.229 H 515.92 c 41.307,0 62.229,-20.315 62.229,-62.229 V 66.804 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:3.40799999"
+         id="path1329"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       id="g3338"
+       transform="matrix(0.0387847,-0.00675478,0.00676658,0.03871709,-5.1842732,1035.7582)"
+       style="fill:#000000" />
+    <path
+       id="path619"
+       d="M 8.0113242,1045.3815"
+       inkscape:connector-curvature="0"
+       style="fill:#000000" />
+    <path
+       id="path621"
+       d="M 8.0113242,1045.3815"
+       inkscape:connector-curvature="0"
+       style="fill:#000000" />
+    <path
+       id="path623"
+       d="M 8.0113242,1045.3815"
+       inkscape:connector-curvature="0"
+       style="fill:#000000" />
+    <path
+       id="path625"
+       d="m 7.7880704,1042.4533 h 0.293326 c 1.6361054,0 2.5747476,1.5584 2.5812656,2.6109 -0.0065,0.205 -0.05703,0.3807 -0.290066,0.3758 -0.4905058,0 -0.31451,-0.7825 -0.7186481,-1.4527 -0.1906618,-0.3302 -0.805016,-0.9272 -1.5057385,-0.9223 h -0.257475 c -0.3748047,-0.01 -1.0820458,0.2114 -1.5562558,0.9223 -0.5915401,0.859 -0.2036985,1.4885 -0.7007225,1.4852 -0.076591,0 -0.2965848,-0.02 -0.2933255,-0.3741 0.022814,-1.6154 1.5057385,-2.6418 2.4476398,-2.6451 z"
+       inkscape:connector-curvature="0"
+       style="fill:#000000" />
+    <path
+       id="path627"
+       d="m 8.0113242,1051.3858 c 0.6143542,0.01 1.0885641,-0.6149 1.0950825,-1.0428 v -0.8882 c -0.00652,-1.8187 1.9066173,-2.5361 1.9000983,-4.3564 0.0065,-1.7048 -1.5367005,-2.9932 -2.9951808,-2.99 -1.209154,0 -2.033725,0.776 -2.3449763,1.1794 -0.9353832,1.155 -0.3976191,2.2563 -1.0592318,2.2563 -0.1874025,0 -0.3731754,-0.1057 -0.3748049,-0.4799 -0.029333,-1.8057 1.4633694,-3.7203 3.8164932,-3.7236 1.8968398,0 3.7627166,1.5129 3.7627166,3.8277 0,2.1441 -1.8805433,2.5931 -1.8805433,4.4752 v 0.8036 c 0,0.8264 -0.738203,1.7716 -1.9506157,1.7764 -0.043999,-0.013 -0.096146,-0.029 -0.1531816,-0.034 -0.2232532,-0.067 -0.378064,-0.3009 -0.3242877,-0.5286 0.063554,-0.1985 0.2476971,-0.2473 0.497024,-0.2733 h 0.011408 v 0 z"
+       inkscape:connector-curvature="0"
+       style="fill:#000000" />
+    <rect
+       id="rect629"
+       height="2.9321175"
+       width="1.0739818"
+       transform="matrix(0.70652334,-0.70768974,0.70892131,0.70528758,0,0)"
+       y="743.32471"
+       x="-739.53094"
+       style="fill:#000000" />
+    <path
+       id="path633"
+       d="m 7.1182774,1045.8728 c 0.00391,-0.2596 0.2053278,-0.4626 0.4614992,-0.4607 0.248349,0 0.4497656,0.203 0.4614991,0.4607 -0.011736,0.2401 -0.2131501,0.4451 -0.4614991,0.4353 -0.2561714,0.01 -0.4575883,-0.1952 -0.4614992,-0.4353 z"
+       inkscape:connector-curvature="0"
+       style="fill:#000000" />
+    <path
+       id="path635"
+       d="m 1.0893936,1051.8875 c -0.011736,-0.244 0.1955503,-0.447 0.4399885,-0.4353 0.2561711,-0.014 0.4575884,0.1913 0.4614992,0.4353 -0.00391,0.2577 -0.2053281,0.4588 -0.4614992,0.4607 -0.2444382,0 -0.4517215,-0.205 -0.4399885,-0.4607 z"
+       inkscape:connector-curvature="0"
+       style="fill:#000000" />
+    <path
+       id="path637"
+       d="m 3.096483,1049.8881 c 0,-0.2557 0.2033726,-0.4587 0.4614991,-0.4607 0.2405274,0 0.4478109,0.205 0.4360773,0.4607 0.011736,0.246 -0.1955499,0.447 -0.4360773,0.4607 -0.2581265,-0.014 -0.4614991,-0.2147 -0.4614991,-0.4607 z"
+       inkscape:connector-curvature="0"
+       style="fill:#000000" />
+    <path
+       id="path639"
+       d="m 9.3624511,1040.3672 c 1.6198099,0.4099 2.9185909,1.6333 3.4253929,3.2128 l 0.598058,-0.1887 c -0.578503,-1.7796 -2.023947,-3.1607 -3.8507146,-3.6211 l -0.1711068,0.6149 v -0.018 h -0.00163 z"
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill:#000000;fill-rule:evenodd" />
+    <path
+       id="path641"
+       d="m 10.313345,1038.5681 0.169477,-0.6149 c 2.263496,0.5677 4.073968,2.2709 4.792616,4.4751 l -0.63391,0.205 c -0.648576,-1.9879 -2.28794,-3.5414 -4.328183,-4.0652 z"
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill:#000000;fill-rule:evenodd" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/hifi.svg
===================================================================
--- /trunk/resources/images/presets/shop/hifi.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/hifi.svg	(revision 16006)
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="hifi5.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="3.614034"
+     inkscape:cy="11.157564"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="false"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="false"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-others="false"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#a05a2c;fill-opacity:1;stroke:#000000;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4309"
+       width="11.000002"
+       height="14.999961"
+       x="0.49999943"
+       y="1036.8621"
+       ry="1.5000397" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4311"
+       cx="6.0000005"
+       cy="1046.3621"
+       rx="4.0000005"
+       ry="4.0000105" />
+    <ellipse
+       cy="1046.3621"
+       cx="6.0000005"
+       id="circle4313"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       rx="1.1428109"
+       ry="1.1428138" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4311-0"
+       cx="6.0000005"
+       cy="1039.3621"
+       rx="2.0000005"
+       ry="2.0000002" />
+    <circle
+       cy="1039.3621"
+       cx="6.0000005"
+       id="circle4313-4"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.99999982;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       r="0.57140547" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/houseware.svg
===================================================================
--- /trunk/resources/images/presets/shop/houseware.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/houseware.svg	(revision 16006)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4149"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="shop__houseware8.svg">
+  <defs
+     id="defs4151" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="7.1507864"
+     inkscape:cy="6.430812"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="false"
+     inkscape:snap-page="false"
+     inkscape:snap-global="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-nodes="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4697" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4154">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1"
+       id="rect4352"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="2.0000174" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#da0092;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.99999994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 7.5,1037.3613 c -1.9270768,0 -3.5,1.5729 -3.5,3.5 0,1.9271 1.5729232,3.5 3.5,3.5 1.9270768,0 3.5,-1.5729 3.5,-3.5 0,-1.9271 -1.5729232,-3.5 -3.5,-3.5 z"
+       id="path4144"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sssss" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.99999994px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       d="m 7.5007686,1039.148 0,1.7135 1.5383171,0.7158"
+       id="path4146"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#da0092;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.99999988px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="M 12.492188,1037.3173 A 0.50004994,0.50004994 0 0 0 12,1037.8231 l 0,7.5391 -1,0 -1,6 5,0 -1,-6 -1,0 0,-7.5391 a 0.50004994,0.50004994 0 0 0 -0.507812,-0.5058 z"
+       id="path4167"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#da0092;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 1,1044.3722 1,1.99 -1,5.0022 4,0 -1,-5.0022 0.5022826,-1 0.4977174,0 0,2 1,0 0,-3 z"
+       id="path4340"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/interior_decoration.svg
===================================================================
--- /trunk/resources/images/presets/shop/interior_decoration.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/interior_decoration.svg	(revision 16006)
@@ -0,0 +1,243 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="577.45197"
+   height="577.45203"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="interior_decoration.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.49497475"
+     inkscape:cx="128.7269"
+     inkscape:cy="325.22028"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3868"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-43.206071px"
+       originy="-214.13132px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-43.206071,-260.77882)">
+    <g
+       id="Layer_2"
+       transform="matrix(1.0017469,0,0,1.0000008,41.499094,259.07437)"
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       inkscape:export-xdpi="2.49807"
+       inkscape:export-ydpi="2.49807">
+      <g
+         id="g1327"
+         style="fill:#ffffff;fill-opacity:1;stroke:none">
+        <path
+           style="fill:#ffffff;fill-opacity:1;stroke:none"
+           inkscape:connector-curvature="0"
+           id="path1329"
+           d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 v 450.123 c 0,40.844 20.895,62.229 62.192,62.229 H 515.92 c 41.307,0 62.229,-20.315 62.229,-62.229 V 66.804 c 0,-42.601 -20.923,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z" />
+      </g>
+    </g>
+    <g
+       style="display:none"
+       id="svg2-1"
+       sodipodi:version="0.32"
+       inkscape:version="0.46"
+       sodipodi:docbase="s:\Data\FacilityIcons"
+       sodipodi:docname="amenity_atm.svg"
+       inkscape:output_extension="org.inkscape.output.svg.inkscape"
+       display="none"
+       transform="translate(41.502071,259.07482)">
+      <sodipodi:namedview
+         id="base-7"
+         bordercolor="#666666"
+         pagecolor="#ffffff"
+         inkscape:zoom="1.3034483"
+         inkscape:cx="285.84646"
+         inkscape:cy="302.63451"
+         showgrid="false"
+         guidetolerance="10.0"
+         gridtolerance="10.0"
+         objecttolerance="10.0"
+         borderopacity="1.0"
+         inkscape:window-height="1005"
+         inkscape:pageshadow="2"
+         inkscape:pageopacity="0.0"
+         inkscape:window-width="1280"
+         inkscape:window-x="0"
+         inkscape:window-y="0"
+         inkscape:current-layer="svg2" />
+      <defs
+         display="inline"
+         id="defs2992">
+        <inkscape:perspective
+           id="perspective2441"
+           sodipodi:type="inkscape:persp3d"
+           inkscape:vp_x="0 : 290 : 1"
+           inkscape:vp_y="0 : 1000 : 0"
+           inkscape:vp_z="580 : 290 : 1"
+           inkscape:persp3d-origin="290 : 193.33333 : 1" />
+      </defs>
+      <path
+         style="opacity:0.75;fill:#ffffff;stroke:#ffffff;stroke-width:35.84500122;stroke-linecap:round;stroke-linejoin:round;display:inline"
+         inkscape:connector-curvature="0"
+         id="rect3241"
+         sodipodi:nodetypes="ccccccccc"
+         display="inline"
+         enable-background="new    "
+         d="m 103.979,82.413 v 62.924 h 112.403 c 7.778,-20.622 12.715,-34.171 13.042,-36.067 l 190.991,-1.647 14.588,37.714 h 69.613 V 82.413 H 103.979 z" />
+      <path
+         style="fill:none;stroke:#ffffff;stroke-width:20;stroke-linejoin:round;display:inline"
+         inkscape:connector-curvature="0"
+         id="path2443"
+         sodipodi:nodetypes="ccccccc"
+         display="inline"
+         d="m 227.906,158.094 -40.375,0.375 C 185.928,167.765 65.218,517.094 65.218,517.094 l 403.813,-3.406 -15.594,-40.313 -333.094,2.844 c 10e-4,0 75.095,-232.387 107.563,-318.125 z" />
+      <path
+         style="fill:none;stroke:#ffffff;stroke-width:20;stroke-linejoin:round;display:inline"
+         inkscape:connector-curvature="0"
+         id="path3243"
+         sodipodi:nodetypes="ccccc"
+         display="inline"
+         d="m 242.694,117.588 c -1.603,9.296 -122.338,358.618 -122.338,358.618 l 403.838,-3.412 -122.542,-356.725 -158.958,1.519 z" />
+      <path
+         style="opacity:0.1;fill:#ffffff;stroke:#ffffff;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;display:inline"
+         inkscape:connector-curvature="0"
+         id="path3163"
+         sodipodi:nodetypes="ccccc"
+         display="inline"
+         enable-background="new    "
+         d="m 242.694,117.588 c -1.603,9.296 -122.338,358.618 -122.338,358.618 l 403.838,-3.412 -122.542,-356.725 -158.958,1.519 z" />
+      <path
+         style="opacity:0.1;fill:#ffffff;stroke:#ffffff;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;display:inline"
+         inkscape:connector-curvature="0"
+         id="path3165"
+         sodipodi:nodetypes="ccccccc"
+         display="inline"
+         enable-background="new    "
+         d="m 227.906,158.094 -40.375,0.375 C 185.928,167.765 65.218,517.094 65.218,517.094 l 403.813,-3.406 -15.594,-40.313 -333.094,2.844 c 10e-4,0 75.095,-232.387 107.563,-318.125 z" />
+      <g
+         style="display:inline"
+         id="g4372"
+         transform="translate(-130.0802,122.26983)"
+         display="inline" />
+      <g
+         style="display:inline"
+         id="g4998"
+         transform="translate(-133.14896,123.86039)"
+         display="inline">
+        <g
+           id="g5004">
+          <path
+             style="fill:#ffffff"
+             inkscape:connector-curvature="0"
+             id="text2413"
+             d="m 465.402,153.84 c 0.229,0.097 1.086,0.291 2.572,0.581 23.434,3.872 41.037,10.938 52.811,21.199 11.773,10.26 17.661,23.715 17.661,40.364 0,17.036 -6.459,31.798 -19.376,44.285 -12.917,12.487 -30.807,19.263 -53.669,20.327 v 26.426 h -18.347 v -26.135 c -23.32,-2.227 -41.209,-8.64 -53.669,-19.238 -12.46,-10.6 -19.49,-25.434 -21.09,-44.504 l 30.864,-4.646 c 2.4,14.326 7.259,25.36 14.575,33.104 7.315,7.744 17.089,12.148 29.321,13.213 V 175.62 c -23.205,-4.26 -40.581,-11.374 -52.126,-21.344 -11.545,-9.97 -17.318,-22.795 -17.318,-38.477 0,-15.584 5.716,-28.966 17.147,-40.146 11.431,-11.18 28.863,-17.641 52.297,-19.384 V 43.782 h 18.347 v 12.487 c 19.433,1.646 34.75,6.873 45.953,15.681 11.202,8.809 18.232,21.15 21.091,37.025 l -32.064,3.92 c -1.829,-9.873 -5.659,-17.689 -11.488,-23.449 -5.83,-5.759 -13.66,-9.462 -23.491,-11.107 v 75.501 z m -18.347,-3.194 V 78.048 c -12.46,1.839 -22.006,6.074 -28.635,12.705 -6.63,6.631 -9.945,14.302 -9.945,23.014 0,9.971 3.429,17.835 10.288,23.595 6.859,5.758 16.289,10.187 28.292,13.284 l 0,0 z m 18.347,108.171 c 12.003,-1.549 21.891,-5.977 29.664,-13.285 7.772,-7.309 11.659,-16.528 11.659,-27.66 0,-9.776 -2.943,-17.641 -8.83,-23.594 -5.888,-5.953 -16.719,-11.012 -32.493,-15.174 v 79.713 z" />
+        </g>
+        <path
+           style="fill:none;stroke:#ffffff;stroke-width:30;stroke-linecap:round;stroke-linejoin:round"
+           inkscape:connector-curvature="0"
+           id="path4370"
+           sodipodi:nodetypes="cc"
+           d="M 455.376,43.427 V 308.47" />
+      </g>
+    </g>
+    <polygon
+       style="fill:#0066ff"
+       points="57.166,279.626 97.878,125.442 206.176,125.442 249.896,279.626 "
+       id="polygon3008"
+       transform="matrix(0.97903483,0,0,1.0576771,60.700564,227.59602)"
+       inkscape:export-xdpi="2.49807"
+       inkscape:export-ydpi="2.49807" />
+    <rect
+       style="fill:#0066ff"
+       x="194.83911"
+       y="494.229"
+       width="32.347313"
+       height="289.26938"
+       id="rect3010"
+       inkscape:export-xdpi="2.49807"
+       inkscape:export-ydpi="2.49807" />
+    <path
+       style="fill:#0066ff"
+       inkscape:connector-curvature="0"
+       d="m 311.84154,794.1746 c 0,5.89761 -44.24227,10.6762 -98.80881,10.6762 -54.56488,0 -98.80716,-4.77859 -98.80716,-10.6762 0,-5.8976 44.24228,-10.67619 98.80716,-10.67619 54.56654,0 98.80881,4.77753 98.80881,10.67619 z"
+       id="path3012"
+       inkscape:export-xdpi="2.49807"
+       inkscape:export-ydpi="2.49807" />
+    <g
+       id="g3014"
+       transform="matrix(0.93837554,0,0,0.88379798,76.599274,280.78345)"
+       style="fill:#8e3900;fill-opacity:1"
+       inkscape:export-xdpi="2.49807"
+       inkscape:export-ydpi="2.49807">
+      <polygon
+         id="polygon3016"
+         points="307.59,304.929 347.187,261.638 347.187,111.886 307.59,68.593 "
+         style="fill:#8e3900;fill-opacity:1" />
+      <polygon
+         id="polygon3018"
+         points="531.824,65.115 312.54,65.115 350.953,107.113 493.411,107.113 "
+         style="fill:#8e3900;fill-opacity:1" />
+      <polygon
+         id="polygon3020"
+         points="531.929,308.521 493.515,266.523 350.849,266.523 312.436,308.521 "
+         style="fill:#8e3900;fill-opacity:1" />
+      <polygon
+         id="polygon3022"
+         points="537.079,68.26 497.482,111.553 497.482,261.972 537.079,305.264 "
+         style="fill:#8e3900;fill-opacity:1" />
+    </g>
+    <path
+       id="path3024"
+       d="m 547.76931,627.02952 0.78659,-0.77959 H 372.75132 l 0.78659,0.77959 34.78756,34.47766 8.52803,8.45207 c 0,0 -79.14226,72.88438 -21.14488,119.37073 11.97284,9.59688 25.2337,15.22281 38.73863,18.122 8.7274,1.87291 17.55509,2.60579 26.20636,2.52556 8.65128,0.079 17.48017,-0.65265 26.20636,-2.52556 13.50494,-2.89919 26.76459,-8.52512 38.73863,-18.122 57.99739,-46.48516 -21.14488,-119.37073 -21.14488,-119.37073 l 8.52803,-8.45207 34.78756,-34.47766 z"
+       inkscape:connector-curvature="0"
+       style="fill:#677821"
+       inkscape:export-xdpi="2.49807"
+       inkscape:export-ydpi="2.49807" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/jewelry.svg
===================================================================
--- /trunk/resources/images/presets/shop/jewelry.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/jewelry.svg	(revision 16006)
@@ -0,0 +1,375 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2297"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   width="181.40341"
+   height="181.3219"
+   sodipodi:docname="jewelry2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata2302">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2300">
+    <linearGradient
+       id="linearGradient3960">
+      <stop
+         id="stop3962"
+         offset="0"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
+      <stop
+         id="stop3964"
+         offset="1"
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8554">
+      <stop
+         id="stop8556"
+         offset="0"
+         style="stop-color: rgb(0, 3, 145); stop-opacity: 1;" />
+      <stop
+         id="stop8558"
+         offset="1"
+         style="stop-color: rgb(1, 111, 219); stop-opacity: 1;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4142">
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;"
+         offset="0"
+         id="stop4144" />
+      <stop
+         style="stop-color: rgb(255, 255, 255); stop-opacity: 0;"
+         offset="1"
+         id="stop4146" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8560">
+      <stop
+         style="stop-color: rgb(191, 184, 0); stop-opacity: 1;"
+         offset="0"
+         id="stop8562" />
+      <stop
+         id="stop8564"
+         offset="0.5"
+         style="stop-color: rgb(248, 254, 5); stop-opacity: 1;" />
+      <stop
+         style="stop-color: rgb(191, 184, 0); stop-opacity: 1;"
+         offset="1"
+         id="stop8566" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3960"
+       id="linearGradient6278"
+       x1="-29.468746"
+       y1="-10.198757"
+       x2="-29.468746"
+       y2="507.53125"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.944751, 0, 0, 0.804205, 376.333, -23.4036)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8560"
+       id="linearGradient6296"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.373423, 0, 0, 0.373423, -112.281, -15.0815)"
+       x1="171.83858"
+       y1="381.28146"
+       x2="577.02722"
+       y2="381.28146" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4142"
+       id="linearGradient6298"
+       gradientUnits="userSpaceOnUse"
+       x1="353.58734"
+       y1="493.62003"
+       x2="359.00797"
+       y2="180.48428" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4142"
+       id="linearGradient6300"
+       gradientUnits="userSpaceOnUse"
+       x1="357.9162"
+       y1="152.25885"
+       x2="357.00049"
+       y2="440.06088" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4142"
+       id="linearGradient6302"
+       gradientUnits="userSpaceOnUse"
+       x1="361.19095"
+       y1="110.5407"
+       x2="360.27524"
+       y2="444.9689" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4142"
+       id="linearGradient6304"
+       gradientUnits="userSpaceOnUse"
+       x1="361.19095"
+       y1="80.282722"
+       x2="360.27524"
+       y2="444.9689" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3960"
+       id="radialGradient6306"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.279365, 0.654874, -0.658877, -0.0877378, 657.025, 359.295)"
+       cx="259.8519"
+       cy="485.57144"
+       fx="259.8519"
+       fy="485.57144"
+       r="13.5" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3960"
+       id="linearGradient6326"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.944751, 0, 0, -0.804205, 376.333, 523.121)"
+       x1="-29.468746"
+       y1="-10.198757"
+       x2="-29.468746"
+       y2="507.53125" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8560"
+       id="linearGradient7303"
+       x1="170.8125"
+       y1="250.25"
+       x2="526.1875"
+       y2="250.25"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8560"
+       id="linearGradient7332"
+       gradientUnits="userSpaceOnUse"
+       x1="170.8125"
+       y1="250.25"
+       x2="526.1875"
+       y2="250.25"
+       gradientTransform="matrix(0.467824,0,0,0.467824,-71.8466,-14.2105)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8560"
+       id="linearGradient7336"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.373423,0,0,0.373423,-112.281,-15.0815)"
+       x1="171.83858"
+       y1="381.28146"
+       x2="577.02722"
+       y2="381.28146" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4142"
+       id="linearGradient7338"
+       gradientUnits="userSpaceOnUse"
+       x1="353.58734"
+       y1="493.62003"
+       x2="359.00797"
+       y2="180.48428" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4142"
+       id="linearGradient7340"
+       gradientUnits="userSpaceOnUse"
+       x1="357.9162"
+       y1="152.25885"
+       x2="357.00049"
+       y2="440.06088" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4142"
+       id="linearGradient7342"
+       gradientUnits="userSpaceOnUse"
+       x1="361.19095"
+       y1="110.5407"
+       x2="360.27524"
+       y2="444.9689" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4142"
+       id="linearGradient7344"
+       gradientUnits="userSpaceOnUse"
+       x1="361.19095"
+       y1="80.282722"
+       x2="360.27524"
+       y2="444.9689" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3960"
+       id="radialGradient7346"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-0.279365,0.654874,-0.658877,-0.0877378,657.025,359.295)"
+       cx="259.8519"
+       cy="485.57144"
+       fx="259.8519"
+       fy="485.57144"
+       r="13.5" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="732"
+     inkscape:window-width="1280"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="1.4405687"
+     inkscape:cx="-38.055031"
+     inkscape:cy="130.70765"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:current-layer="svg2297"
+     showgrid="false"
+     inkscape:window-maximized="0" />
+  <path
+     inkscape:connector-curvature="0"
+     style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.76399994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 91.138739,36.696728 c -43.069098,0 -78.023233,29.752497 -78.023233,66.414422 -5e-6,36.66193 34.954135,66.41442 78.023233,66.41442 43.069091,1e-5 78.023211,-29.75249 78.023211,-66.41442 1e-5,-36.661929 -34.95412,-66.414422 -78.023211,-66.414422 z m 0,15.19024 c 30.933601,-4e-6 56.040591,21.379585 56.040591,47.711354 0,26.331768 -25.107,47.697628 -56.040591,47.697628 -30.933599,0 -56.026888,-21.36586 -56.026888,-47.697628 -4e-6,-26.331769 25.093289,-47.711354 56.026888,-47.711354 z"
+     id="path7309" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path7305"
+     d="m 90.701857,29.348485 c -48.151772,-1e-6 -87.2309263,33.263657 -87.2309263,74.252135 -4.7e-6,40.98849 39.0791543,74.25214 87.2309263,74.25215 48.151773,0 87.230913,-33.26366 87.230913,-74.25215 1e-5,-40.988483 -39.07914,-74.252135 -87.230913,-74.252135 z m 0,16.982877 c 34.584153,-5e-6 62.654073,23.902634 62.654073,53.341877 0,29.439241 -28.06993,53.326541 -62.654073,53.326541 -34.584137,0 -62.638738,-23.8873 -62.638738,-53.326541 -5e-6,-29.439243 28.054596,-53.341877 62.638738,-53.341877 z"
+     style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:4.76399994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  <g
+     transform="matrix(0.18938966,0,0,0.18938966,-63.537578,-27.203563)"
+     style="fill:#000000"
+     id="g7519">
+    <path
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccscccc"
+       id="path7521"
+       d="m 812.27336,233.65414 c -77.5924,0 -145.00978,31.03659 -178.91776,76.49839 l -23.67657,0 0.75865,75.45526 c -2.58789,59.14115 96.31085,125.63028 203.82177,125.63026 107.51092,0 201.47605,-56.55868 199.88115,-125.63026 l 0.7271,-75.45526 -23.67658,0 C 957.28135,264.69474 889.86158,233.65414 812.27336,233.65414 Z"
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.46061003;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="141.61075"
+       rx="199.92105"
+       cy="322.09503"
+       cx="372.07529"
+       id="path7523"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:18.86700058;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       transform="matrix(1.01242,0,0,1.01242,435.702,-20.7693)" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     style="opacity:1;fill:url(#linearGradient7332);fill-opacity:1;stroke:none;stroke-width:4.76399994;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="m 91.190064,32.104076 c -45.886101,-10e-7 -83.126477,31.698515 -83.126477,70.758384 -4.7e-6,39.05986 37.240376,70.75837 83.126477,70.75838 45.886106,0 83.126476,-31.69852 83.126476,-70.75838 1e-5,-39.059874 -37.24037,-70.758384 -83.126476,-70.758384 z m 0,16.183787 c 32.956876,-5e-6 59.706036,22.777952 59.706036,50.832001 0,28.054046 -26.74917,50.817386 -59.706036,50.817386 -32.956863,0 -59.691418,-22.76334 -59.691418,-50.817386 -5e-6,-28.054049 26.73455,-50.832001 59.691418,-50.832001 z"
+     id="path6321" />
+  <g
+     id="g6284"
+     transform="matrix(0.467824,0,0,0.467824,77.873922,-16.966091)">
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:url(#linearGradient7336);fill-opacity:1;stroke:none;stroke-width:1.46061003;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 27.54078,75.469492 c -28.9747399,0 -54.14991,11.58976 -66.81191,28.566208 l -8.84136,0 0.28329,28.17669 c -0.96637,22.08464 35.96464,46.91317 76.11163,46.91317 40.147,0 75.23568,-21.12029 74.64014,-46.91317 l 0.27148,-28.17669 -8.84134,0 C 81.69002,87.060742 56.51397,75.469492 27.54078,75.469492 Z"
+       id="path7525"
+       sodipodi:nodetypes="ccccscccc" />
+    <ellipse
+       ry="141.61075"
+       rx="199.92105"
+       cy="322.09503"
+       cx="372.07529"
+       transform="matrix(0.274552,0,0,0.209226,-73.4314,80.2833)"
+       id="path7529"
+       style="opacity:0.18719201;fill:url(#linearGradient7338);fill-opacity:1;stroke:none;stroke-width:2.20433998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="141.61075"
+       rx="199.92105"
+       cy="322.09503"
+       cx="372.07529"
+       transform="matrix(0.378061,0,0,0.378061,-113.079,-19.5379)"
+       style="fill:#c0b900;fill-opacity:1;stroke:none;stroke-width:18.86700058;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path7527" />
+    <ellipse
+       ry="141.61075"
+       rx="199.92105"
+       cy="322.09503"
+       cx="372.07529"
+       id="path7531"
+       style="fill:#c2bc00;fill-opacity:1;stroke:none;stroke-width:18.86700058;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       transform="matrix(0.370672,0,0,0.370672,-110.443,-15.2717)" />
+    <ellipse
+       ry="141.61075"
+       rx="199.92105"
+       cy="322.09503"
+       cx="372.07529"
+       transform="matrix(0.335835,0,0,-0.298769,-96.9713,208.929)"
+       id="path7533"
+       style="opacity:0.340049;fill:url(#linearGradient7340);fill-opacity:1;stroke:none;stroke-width:2.20433998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="141.61075"
+       rx="199.92105"
+       cy="322.09503"
+       cx="372.07529"
+       style="opacity:0.63054199;fill:url(#linearGradient7342);fill-opacity:1;stroke:none;stroke-width:2.20433998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path7535"
+       transform="matrix(0.289277,0,0,0.257349,-78.325,5.61153)" />
+    <ellipse
+       ry="141.61075"
+       rx="199.92105"
+       cy="322.09503"
+       cx="372.07529"
+       style="fill:#c0b900;fill-opacity:1;stroke:none;stroke-width:2.20433998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path7537"
+       transform="matrix(0.280548,0,0,0.280548,-76.2445,8.5938)" />
+    <ellipse
+       ry="141.61075"
+       rx="199.92105"
+       cy="322.09503"
+       cx="372.07529"
+       transform="matrix(0.267704,0,0,0.267704,-71.2981,13.4052)"
+       id="path7539"
+       style="fill:#697dbc;fill-opacity:1;stroke:none;stroke-width:2.20433998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       ry="141.61075"
+       rx="199.92105"
+       cy="322.09503"
+       cx="372.07529"
+       transform="matrix(0.231516,0,0,0.205964,-57.3698,26.0148)"
+       id="path7563"
+       style="fill:url(#linearGradient7344);fill-opacity:1;stroke:none;stroke-width:2.20433998;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <circle
+       r="13.5"
+       cy="486.86218"
+       cx="264.5"
+       inkscape:export-ydpi="47.93037"
+       inkscape:export-xdpi="47.93037"
+       inkscape:export-filename="/home/peterm/Foto's/afbeeldingen/svg/Mandriva/mcnlivelogo/mcnlivelogowithtext.png"
+       style="display:inline;opacity:0.5;fill:url(#radialGradient7346);fill-opacity:1;stroke:none;stroke-width:1;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0pt;stroke-opacity:1"
+       id="path7565"
+       transform="matrix(-0.0421347,-1.12142,1.96207,-0.0881344,-915.908,462.77)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/kiosk.svg
===================================================================
--- /trunk/resources/images/presets/shop/kiosk.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/kiosk.svg	(revision 16006)
@@ -0,0 +1,456 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="244.17607mm"
+   id="svg1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="kiosk2.svg"
+   sodipodi:version="0.32"
+   width="197.38622mm"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <metadata
+     id="metadata2563">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>a news paper</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>icon</rdf:li>
+            <rdf:li />
+            <rdf:li>11</rdf:li>
+            <rdf:li>education</rdf:li>
+            <rdf:li>work</rdf:li>
+            <rdf:li>books</rdf:li>
+            <rdf:li>office</rdf:li>
+            <rdf:li>mimeicon</rdf:li>
+            <rdf:li>book</rdf:li>
+            <rdf:li>news</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Aubanel MONNIER</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Aubanel MONNIER</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Aubanel MONNIER</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient542">
+      <stop
+         id="stop543"
+         offset="0.00000000"
+         style="stop-color:#0e1e5f;stop-opacity:1.0000000;" />
+      <stop
+         id="stop770"
+         offset="0.35058498"
+         style="stop-color:#0f4f76;stop-opacity:1.0000000;" />
+      <stop
+         id="stop544"
+         offset="0.84552848"
+         style="stop-color:#2979aa;stop-opacity:1.0000000;" />
+      <stop
+         id="stop545"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient452">
+      <stop
+         id="stop453"
+         offset="0.00000000"
+         style="stop-color:#000000;stop-opacity:0.094117649;" />
+      <stop
+         id="stop917"
+         offset="0.14634146"
+         style="stop-color:#000000;stop-opacity:0.27058825;" />
+      <stop
+         id="stop454"
+         offset="1.0000000"
+         style="stop-color:#000000;stop-opacity:0.00000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient220">
+      <stop
+         id="stop221"
+         offset="0.00000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop224"
+         offset="0.84552848"
+         style="stop-color:#efefef;stop-opacity:1.0000000;" />
+      <stop
+         id="stop222"
+         offset="1.0000000"
+         style="stop-color:#a2a2a2;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient216">
+      <stop
+         id="stop217"
+         offset="0.00000000"
+         style="stop-color:#505050;stop-opacity:1.0000000;" />
+      <stop
+         id="stop218"
+         offset="1.0000000"
+         style="stop-color:#bfbfbf;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(20.61913,0,0,13.42566,-5863.9622,-8202.1604)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient921"
+       inkscape:collect="always"
+       x1="296.42935"
+       x2="296.37903"
+       xlink:href="#linearGradient216"
+       y1="671.05518"
+       y2="657.97278" />
+    <linearGradient
+       gradientTransform="matrix(21.86298,0,0,12.66184,-5863.9622,-8202.1604)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient922"
+       inkscape:collect="always"
+       x1="285.51788"
+       x2="285.31543"
+       xlink:href="#linearGradient220"
+       y1="683.88354"
+       y2="714.64282" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="255.85705"
+     inkscape:cy="580.84749"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="721"
+     inkscape:window-width="1024"
+     inkscape:window-x="88"
+     inkscape:window-y="116"
+     inkscape:zoom="0.36020031"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-26.391921,-92.28244)">
+    <path
+       d="m 125.74091,463.15395 c -1.8e-4,-1.8e-4 -93.102165,276.75655 -90.989453,333.80132 2.112857,57.04482 59.273128,54.59367 59.273128,54.59367 l 564.134675,0 c 0,0 57.1601,2.45115 59.27312,-54.59367 2.11272,-57.04477 -90.98963,-333.8015 -90.98944,-333.80132 l -500.70203,0 z"
+       id="path30"
+       inkscape:export-filename="F:\vectoriel\scade\news.png"
+       inkscape:export-xdpi="12.437814"
+       inkscape:export-ydpi="12.437814"
+       sodipodi:nodetypes="ccccccc"
+       style="fill:url(#linearGradient922);fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:16.63807297;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 385.61182,632.07795 -242.96878,0 c 0,0 -44.368085,111.97692 -42.25541,150.0067 2.11272,38.02983 25.35328,33.80443 25.35328,33.80443 l 259.87091,0 0,-183.81113 z"
+       id="path33"
+       inkscape:export-filename="F:\vectoriel\scade\news.png"
+       inkscape:export-xdpi="12.437814"
+       inkscape:export-ydpi="12.437814"
+       style="fill:url(#linearGradient921);fill-opacity:1;fill-rule:evenodd;stroke:#555555;stroke-width:16.63807297;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <text
+       id="text49"
+       inkscape:export-filename="F:\vectoriel\scade\news.png"
+       inkscape:export-xdpi="12.437814"
+       inkscape:export-ydpi="12.437814"
+       sodipodi:linespacing="110%"
+       style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.69969654px;line-height:110.00000238%;font-family:'Bookman Old Style';writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="506.26959"
+       xml:space="preserve"
+       y="508.7988"><tspan
+         id="tspan945"
+         sodipodi:role="line"
+         x="506.26959"
+         y="508.7988">Dec 29, 2004 - The Inkscape </tspan><tspan
+         id="tspan947"
+         sodipodi:role="line"
+         x="506.26959"
+         y="517.26849">developers have set a goal</tspan><tspan
+         id="tspan949"
+         sodipodi:role="line"
+         x="506.26959"
+         y="525.73816">for the release of Inkscape 0.41 </tspan><tspan
+         id="tspan951"
+         sodipodi:role="line"
+         x="506.26959"
+         y="534.20782">for mid-late January. There are </tspan><tspan
+         id="tspan953"
+         sodipodi:role="line"
+         x="506.26959"
+         y="542.67749">some noteworthy new features </tspan><tspan
+         id="tspan955"
+         sodipodi:role="line"
+         x="506.26959"
+         y="551.14716">that would be worth getting out </tspan><tspan
+         id="tspan957"
+         sodipodi:role="line"
+         x="506.26959"
+         y="559.61682">to users, and with some major </tspan><tspan
+         id="tspan959"
+         sodipodi:role="line"
+         x="506.26959"
+         y="568.08649">internal changes that will be </tspan><tspan
+         id="tspan961"
+         sodipodi:role="line"
+         x="506.26959"
+         y="576.55615">taking place soon, a good stable </tspan><tspan
+         id="tspan963"
+         sodipodi:role="line"
+         x="506.26959"
+         y="585.02582">release is needed prior to starting </tspan><tspan
+         id="tspan965"
+         sodipodi:role="line"
+         x="506.26959"
+         y="593.49548">such an undertaking.</tspan></text>
+    <text
+       id="text90"
+       inkscape:export-filename="F:\vectoriel\scade\news.png"
+       inkscape:export-xdpi="12.437814"
+       inkscape:export-ydpi="12.437814"
+       sodipodi:linespacing="140%"
+       style="font-style:normal;font-variant:normal;font-weight:300;font-stretch:normal;font-size:16.47625923px;line-height:139.99999762%;font-family:'Bookman Old Style';writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       x="423.21127"
+       xml:space="preserve"
+       y="625.27454"><tspan
+         id="tspan923"
+         sodipodi:role="line"
+         x="423.21127"
+         y="625.27454">Dec 29, 2004 - The Inkscape </tspan><tspan
+         id="tspan925"
+         sodipodi:role="line"
+         x="423.21127"
+         y="648.34131">developers have set a goal</tspan><tspan
+         id="tspan927"
+         sodipodi:role="line"
+         x="423.21127"
+         y="671.40808">for the release of Inkscape 0.41 </tspan><tspan
+         id="tspan929"
+         sodipodi:role="line"
+         x="423.21127"
+         y="694.47485">for mid-late January. There are </tspan><tspan
+         id="tspan931"
+         sodipodi:role="line"
+         x="423.21127"
+         y="717.54156">some noteworthy new features </tspan><tspan
+         id="tspan933"
+         sodipodi:role="line"
+         x="423.21127"
+         y="740.60834">that would be worth getting out </tspan><tspan
+         id="tspan935"
+         sodipodi:role="line"
+         x="423.21127"
+         y="763.67511">to users, and with some major </tspan><tspan
+         id="tspan937"
+         sodipodi:role="line"
+         x="423.21127"
+         y="786.74188">internal changes that will be </tspan><tspan
+         id="tspan939"
+         sodipodi:role="line"
+         x="423.21127"
+         y="809.80865">taking place soon, a good stable </tspan><tspan
+         id="tspan941"
+         sodipodi:role="line"
+         x="423.21127"
+         y="832.87543">release is needed prior to starting </tspan><tspan
+         id="tspan943"
+         sodipodi:role="line"
+         x="423.21127"
+         y="855.94214">such an undertaking.</tspan></text>
+    <g
+       id="g466"
+       inkscape:export-filename="F:\vectoriel\scade\news.png"
+       inkscape:export-xdpi="12.437814"
+       inkscape:export-ydpi="12.437814"
+       transform="matrix(16.63807,0,0,16.63807,-5863.9632,-8202.1634)">
+      <text
+         id="text46"
+         sodipodi:linespacing="100%"
+         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.19524765px;line-height:100%;font-family:'Bitstream Vera Sans';writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         transform="matrix(1,0,-0.273892,1,0,0)"
+         x="503.93686"
+         xml:space="preserve"
+         y="528.50177"><tspan
+           id="tspan47"
+           sodipodi:role="line"
+           style="font-family:'Bitstream Vera Sans';letter-spacing:-0.82717609"
+           x="503.93686"
+           y="528.50177">N</tspan></text>
+      <text
+         id="text460"
+         sodipodi:linespacing="100%"
+         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.19524765px;line-height:100%;font-family:'Bitstream Vera Sans';writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         transform="matrix(1,0,-0.136946,1,0,0)"
+         x="437.3074"
+         xml:space="preserve"
+         y="528.50177"><tspan
+           id="tspan461"
+           sodipodi:role="line"
+           style="font-family:'Bitstream Vera Sans';letter-spacing:-0.82717609"
+           x="437.3074"
+           y="528.50177">E</tspan></text>
+      <text
+         id="text463"
+         sodipodi:linespacing="100%"
+         style="font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;font-size:7.19524765px;line-height:100%;font-family:'Bitstream Vera Sans';writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         x="370.13919"
+         xml:space="preserve"
+         y="528.3999"><tspan
+           id="tspan464"
+           sodipodi:role="line"
+           style="font-family:'Bitstream Vera Sans';letter-spacing:-0.82717609"
+           x="370.13919"
+           y="528.3999">WS</tspan></text>
+    </g>
+    <rect
+       height="53.408539"
+       id="rect620"
+       inkscape:export-filename="F:\vectoriel\scade\news.png"
+       inkscape:export-xdpi="12.437814"
+       inkscape:export-ydpi="12.437814"
+       style="color:#000000;display:block;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+       width="663.99811"
+       x="39.12167"
+       y="571.21198" />
+    <g
+       i:dimmedPercent="50"
+       i:layer="yes"
+       i:rgbTrio="#4F008000FFFF"
+       id="Layer_1"
+       transform="matrix(2.7409684,0,0,2.7409684,429.96533,92.387966)">
+      <g
+         id="g2675">
+        <path
+           d="m 46.854,0.018 c -1.476,-0.144 -4.104,0.108 -7.74,0.9 -3.78,0.72 -8.424,1.908 -14.328,3.564 -1.224,1.332 -1.764,3.672 -1.476,7.164 0.252,3.42 1.188,7.848 2.952,13.428 0.936,10.368 1.188,19.332 0.612,27.432 -0.612,8.028 -1.728,14.796 -4.176,20.592 -2.628,5.688 -7.704,9.432 -11.052,13.716 -3.384,4.14 -7.2,7.416 -8.928,11.34 -1.764,3.924 -2.268,7.776 -1.512,11.952 l 2.7,4.464 0,8.64 -2.7,2.088 c -1.008,2.448 -1.404,15.048 -1.188,38.231 0.18,23.293 0.972,56.197 2.376,100.225 l 1.8,3.6 0,6.553 -1.8,1.188 0,17.82 c -0.612,4.248 -0.108,7.633 1.512,10.729 1.584,2.916 4.176,5.398 8.064,7.164 3.816,1.619 9.108,2.195 14.904,2.988 5.76,0.756 12.096,1.402 19.404,1.799 l 8.496,0 c 7.2,-0.396 13.607,-1.043 19.368,-1.799 5.688,-0.793 10.979,-1.369 14.903,-2.988 3.816,-1.766 6.372,-4.248 8.064,-7.164 1.548,-3.096 2.052,-6.48 1.512,-10.729 l 0,-17.82 -1.8,-1.188 0,-6.553 1.8,-3.6 c 1.368,-44.027 2.16,-76.932 2.376,-100.225 0.18,-23.183 -0.216,-35.783 -1.188,-38.231 l -2.7,-2.088 0,-8.64 2.7,-4.464 c 0.72,-4.176 0.216,-8.028 -1.513,-11.952 -1.8,-3.924 -5.651,-7.2 -8.928,-11.34 C 85.948,82.53 80.836,78.786 78.316,73.098 75.759,67.302 74.644,60.534 74.14,52.506 73.528,44.406 73.78,35.442 74.751,25.074 76.48,19.494 77.415,15.066 77.703,11.646 77.955,8.154 77.415,5.814 76.227,4.482 70.287,2.826 65.643,1.638 61.899,0.918 c -3.672,-0.792 -6.3,-1.044 -7.74,-0.9 l -7.305,0 0,0 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2677"
+           style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="M 48.114,8.01 C 46.242,7.938 43.398,8.334 39.438,9.342 35.406,10.314 30.618,11.754 24.534,13.806 24.246,12.654 24.102,11.43 24.246,10.134 24.318,8.802 24.534,7.398 25.038,5.922 32.13,4.194 37.278,2.97 41.022,2.25 c 3.528,-0.756 3.6,-0.684 5.76,-0.756 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.072 2.16,0 5.76,0.756 3.564,0.72 8.929,1.944 15.948,3.672 0.468,1.476 0.685,2.88 0.792,4.212 0.072,1.296 0.036,2.52 -0.252,3.672 C 69.822,11.754 65.07,10.314 61.183,9.342 57.294,8.334 54.811,7.938 53.334,8.01 l -5.22,0 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2679"
+           style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="m 48.114,19.566 c -2.376,0.18 -5.22,0.612 -8.676,1.296 -3.492,0.576 -7.452,1.584 -12.024,2.628 -0.18,-0.792 -0.396,-1.62 -0.792,-2.628 -0.396,-1.044 -0.972,-2.124 -1.584,-3.384 7.092,-1.728 12.24,-2.952 15.984,-3.672 3.528,-0.72 3.6,-0.756 5.76,-0.792 2.124,-0.144 4.86,-0.144 7.092,0 2.052,0.036 2.16,0.072 5.76,0.792 3.564,0.72 8.929,1.944 15.948,3.672 -0.468,1.44 -1.116,2.736 -1.548,3.888 -0.612,1.116 -1.008,2.088 -1.584,2.916 -4.356,-1.476 -8.064,-2.664 -11.268,-3.42 -3.168,-0.828 -5.832,-1.26 -7.849,-1.296 l -5.219,0 0,0 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2681"
+           style="clip-rule:evenodd;fill:#61a228;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="m 48.87,33.174 c -4.356,0.072 -8.064,-0.108 -11.52,-0.54 -3.456,-0.504 -6.372,-1.152 -8.892,-2.088 -0.72,-1.512 -1.08,-2.592 -0.792,-3.384 0.144,-0.828 0.936,-1.224 2.088,-1.332 1.944,0.936 4.572,1.584 7.884,2.088 3.24,0.432 7.164,0.612 11.772,0.54 l 2.088,0 c 4.536,0.072 8.46,-0.108 11.772,-0.54 3.239,-0.504 5.868,-1.152 7.884,-2.088 1.116,0.108 1.908,0.504 2.088,1.332 0.252,0.792 -0.108,1.872 -0.792,3.384 -2.556,0.936 -5.472,1.584 -8.892,2.088 -3.492,0.432 -7.2,0.612 -11.521,0.54 l -3.167,0 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2683"
+           style="clip-rule:evenodd;fill:#cbc6d0;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="m 46.278,308.861 c -9,-0.863 -15.948,-1.512 -21.24,-2.34 -5.364,-0.863 -7.236,-1.188 -10.188,-2.375 -3.06,-1.369 -5.508,-3.348 -7.344,-4.969 -1.872,-1.619 -2.88,-3.061 -3.42,-4.463 l 0.54,-18.072 2.088,-1.045 0,-7.596 -2.088,-4.428 C 3.942,241.936 3.546,220.264 3.294,197.585 2.97,174.833 2.934,152.153 3.042,128.429 l 3.132,-2.628 0.54,-10.729 -3.132,-5.508 c -0.468,-2.16 -0.252,-4.644 0.792,-7.596 1.008,-2.916 1.908,-5.724 5.22,-9.936 3.24,-4.428 11.016,-10.908 14.148,-15.984 3.024,-5.184 2.988,-10.26 3.924,-14.652 0.864,-4.464 1.116,-8.172 1.044,-11.556 1.332,0.54 4.68,0.9 10.224,1.08 l 12.06,0.432 c 5.544,0.18 5.148,-0.288 10.729,-0.432 5.508,-0.18 8.892,-0.54 10.224,-1.08 -0.108,3.384 0.144,7.092 1.044,11.556 0.864,4.392 0.828,9.468 3.924,14.652 3.024,5.076 10.8,11.556 14.148,15.984 3.239,4.212 4.104,7.02 5.22,9.936 1.008,2.952 1.224,5.436 0.792,7.596 l -3.132,5.508 0.504,10.728 3.168,2.628 c 0,23.724 0,46.404 -0.288,69.156 -0.288,22.68 -0.72,44.352 -1.296,65.988 l -2.088,4.428 0,7.596 2.088,1.045 0.54,18.072 c -0.576,1.402 -1.584,2.844 -3.42,4.463 -1.944,1.621 -4.393,3.6 -7.344,4.969 -2.988,1.188 -5.005,1.512 -10.225,2.375 -5.364,0.828 -12.204,1.477 -21.204,2.34 l -8.1,0 0,10e-4 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2685"
+           style="clip-rule:evenodd;fill:#f1c810;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="m 44.694,129.258 c -6.156,-0.036 -12.132,-0.432 -18.072,-1.044 -5.976,-0.648 -11.772,-1.656 -17.532,-2.88 l 0,-10.224 c 6.588,0.972 12.996,1.8 19.368,2.34 6.372,0.504 12.42,0.72 18.576,0.792 l 7.344,0 c 6.084,-0.072 12.24,-0.288 18.612,-0.792 6.336,-0.54 12.744,-1.368 19.368,-2.34 l 0,10.224 c -5.796,1.224 -11.592,2.232 -17.532,2.88 -5.976,0.612 -11.952,1.008 -18.072,1.044 l -12.06,0 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2687"
+           style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="M 44.694,281.07 C 38.538,281.033 32.562,280.638 26.622,280.025 20.646,279.379 14.85,278.369 9.09,277.146 l 0,-10.189 c 6.588,0.973 12.996,1.801 19.368,2.342 6.372,0.504 12.42,0.719 18.576,0.791 l 7.344,0 c 6.084,-0.072 12.24,-0.287 18.612,-0.791 6.336,-0.541 12.744,-1.369 19.368,-2.342 l 0,10.189 c -5.796,1.223 -11.592,2.232 -17.532,2.879 -5.976,0.613 -11.952,1.008 -18.072,1.045 l -12.06,0 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2689"
+           style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="m 34.758,161.621 c -7.524,3.781 -12.456,8.748 -15.336,15.336 -2.808,6.518 -3.096,16.67 -1.548,23.652 1.584,6.949 5.904,13.572 10.44,17.785 4.392,4.104 9.468,6.299 15.624,6.732 -7.668,-10.801 -10.224,-17.713 -7.668,-21.17 2.52,-3.527 21.708,4.178 22.716,0.613 0.72,-3.6 -18.216,-17.064 -17.496,-21.781 0.864,-4.752 18.324,-3.383 22.104,-6.443 3.601,-3.168 3.349,-7.199 -0.611,-12.24 -2.521,-2.268 -6.012,-3.6 -10.765,-3.996 -4.752,-0.431 -10.476,0.073 -17.46,1.512 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2691"
+           style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="m 69.103,165.006 c 2.664,1.512 4.968,3.924 7.056,7.381 2.052,3.383 4.392,7.307 5.22,13.176 0.685,5.795 1.404,15.227 -0.611,21.492 -2.089,6.227 -6.12,12.455 -11.664,15.623 -5.725,3.023 -12.96,3.996 -22.104,2.771 -5.724,-8.063 -6.768,-13.176 -2.736,-15.336 3.96,-2.23 25.02,5.832 26.388,2.125 1.08,-3.996 -18.504,-20.701 -19.044,-24.84 -0.468,-4.068 13.248,4.283 16.271,0.611 2.915,-3.743 3.275,-11.411 1.224,-23.003 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2693"
+           style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="m 36.594,164.105 c -7.524,3.385 -12.492,8.244 -15.048,14.725 -2.592,6.443 -1.764,17.424 -0.288,23.904 1.368,6.299 5.904,10.908 8.892,14.111 2.88,3.096 5.976,4.68 8.892,4.607 -7.884,-9.539 -10.548,-15.982 -7.992,-19.332 2.556,-3.383 21.888,2.521 23.004,-0.898 0.827,-3.602 -17.856,-15.625 -17.172,-19.945 0.648,-4.248 16.452,-3.779 21.167,-5.543 4.572,-1.908 6.769,-3.852 6.444,-5.832 -1.296,-4.248 -4.212,-6.66 -8.892,-7.668 -4.751,-0.972 -10.907,-0.396 -19.007,1.871 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2695"
+           style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+        <path
+           d="m 71.874,171.773 c 3.24,3.205 5.725,6.732 7.057,11.016 1.296,4.213 1.655,9.109 1.224,14.113 -0.504,4.896 -1.368,10.836 -3.708,15.047 -2.412,4.178 -5.832,7.777 -10.404,9.828 -4.607,1.945 -10.332,2.557 -17.172,1.836 -5.76,-5.902 -6.588,-9.646 -2.484,-11.375 4.176,-1.836 24.84,4.68 27,1.225 1.872,-3.492 -14.903,-17.93 -15.336,-21.781 -0.396,-3.924 10.152,1.729 12.601,-1.512 2.338,-3.455 2.699,-9.359 1.222,-18.397 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path2697"
+           style="clip-rule:evenodd;fill:#408120;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/kitchen.svg
===================================================================
--- /trunk/resources/images/presets/shop/kitchen.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/kitchen.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2380"
+   sodipodi:docname="kitchen4.svg"
+   viewBox="0 0 16 16"
+   sodipodi:version="0.32"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:version="0.91 r13725"
+   width="16"
+   height="16">
+  <defs
+     id="defs8" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="988"
+     inkscape:zoom="43.85808"
+     inkscape:window-x="-8"
+     showgrid="false"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="4.3702499"
+     inkscape:cy="4.2052563"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     inkscape:window-maximized="1" />
+  <g
+     id="layer1"
+     inkscape:label="Calque 1"
+     inkscape:groupmode="layer"
+     transform="translate(0,-146)">
+    <path
+       sodipodi:nodetypes="ccccccccccccccccc"
+       style="fill:#ffffff"
+       d="m 11.637686,147.84089 c -0.471062,-1.19032 -2.2445493,-0.70114 -3.2984803,-0.86197 -0.871987,-0.13302 -1.656705,-0.68741 -2.526724,-0.88115 -1.644784,-0.36622 -4.016301,0.32743 -4.94488504,1.56172 -0.945922,1.25768 -1.041755,3.05217 -0.653493,4.47179 0.142778,0.52206 0.474119,0.98832 0.622255,1.51069 0.27382904,0.9658 0.38401404,2.20924 0.32452404,3.20314 -0.05521,0.92077 -1.35311904,2.39658 -0.71884004,3.26254 0.372256,0.50921 1.18633804,0.77129 1.79096404,1.01444 1.639692,0.65968 3.39767,0.87891 5.182037,0.87791 0.663654,0 1.912607,-0.18236 2.446054,-0.56202 0.2782393,-0.19831 0.2127303,-0.62979 0.2527763,-0.90682 0.106134,-0.73442 0.110995,-1.64621 0.547799,-2.29693 1.088304,-1.61931 2.465613,-3.09871 3.676255,-4.65265 0.549766,-0.70662 1.311337,-1.51139 1.543975,-2.35672 0.241897,-0.88041 0.148147,-2.27002 -0.620368,-2.94057 -0.903931,-0.78833 -2.327536,-0.75923 -3.460632,-0.47025"
+       id="path4138"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3"
+       d="M 11.637686,147.84089 C 11.166623,146.65057 9.3931357,147.13975 8.3392054,146.97892 7.4672186,146.8459 6.6825,146.29151 5.8124808,146.09777 c -1.6447841,-0.36622 -4.016301,0.32743 -4.94488467,1.56172 -0.94592158,1.25768 -1.04175448,3.05217 -0.65349237,4.47179 0.14277712,0.52206 0.47411819,0.98832 0.62225409,1.51069 0.27382975,0.9658 0.38401445,2.20924 0.32452395,3.20314 -0.055208,0.92077 -1.35311877,2.39658 -0.71883927,3.26254 0.37225523,0.50921 1.18633717,0.77129 1.79096397,1.01444 1.6396916,0.65968 3.3976696,0.87891 5.1820364,0.87791 0.6636544,0 1.912607,-0.18236 2.4460536,-0.56202 0.2782395,-0.19831 0.2127305,-0.62979 0.2527765,-0.90682 0.106134,-0.73442 0.110995,-1.64621 0.547799,-2.29693 1.088305,-1.61931 2.465614,-3.09871 3.676256,-4.65265 0.549766,-0.70662 1.311337,-1.51139 1.543975,-2.35672 0.241897,-0.88041 0.148147,-2.27002 -0.620368,-2.94057 -0.903931,-0.78833 -2.327535,-0.75923 -3.460632,-0.47025 M 7.6372641,147.1157 c -1.3680492,0.36631 -2.64449,2.08071 -2.6466891,3.24372 -0.016319,0.37349 0.1619783,1.13549 0.6112818,1.34884 -0.1962954,-1.338 0.1995477,-3.14486 1.6445642,-3.96617 0.9957131,-0.56591 2.960635,-0.5962 3.803686,0.24215 0.522684,0.52017 0.565901,1.02404 0.474466,1.67286 -0.149305,1.05828 -1.019382,1.81084 -1.500861,2.71596 0.878236,-0.21286 1.999991,-1.88674 2.046287,-2.64756 0.0463,-0.76481 -0.361179,-1.44194 0.749927,-1.69964 2.222212,-0.51519 2.65339,1.11266 2.566585,2.62893 -0.09491,0.56342 -0.36391,1.19986 -0.722705,1.85116 -0.803237,1.09754 -1.592585,1.93376 -2.574142,3.15027 -0.318286,0.31121 -1.152646,1.82369 -1.741764,1.21184 -0.20162,-0.20926 0.05972,-0.50223 0.188772,-0.68758 0.445137,-0.63985 0.950574,-1.2236 1.382286,-1.87372 -0.862612,0.36512 -1.224474,1.42911 -2.1365069,1.89447 -0.4777756,0.24415 -1.0740114,0.0762 -1.1683397,-0.41086 -0.096412,-0.49755 -0.02691,-1.25824 0.2541077,-1.67288 -0.6299739,0.40049 -0.4708311,1.16241 -1.009949,1.52623 -0.2825219,0.19034 -0.6950779,0.1164 -1.0005163,0.051 -0.3282392,-0.0702 -0.8352971,-0.10263 -1.0731432,-0.33123 -0.1767353,-0.1698 -0.00943,-0.5188 -0.0099,-0.72836 -9.259e-4,-0.47085 -0.1737837,-0.90201 -0.3131351,-1.35562 0,0 0.077488,1.51424 -0.2803807,1.90307 -0.3392346,0.36851 -1.6010922,0.20791 -1.7074575,-0.20882 l -0.187962,-1.33172 c -0.1847214,0.43626 -0.1155083,0.91751 -0.2996515,1.33973 -0.1111106,0.2548 -0.5276017,0.55545 -0.7257489,0.17598 -0.1791659,-0.34289 -0.08964,-0.95349 -0.1313073,-1.33096 -0.058102,-0.52675 -0.372915,-1.05928 -0.5277754,-1.57457 0,0 0.1997676,1.59858 0.2103,2.35672 0.00451,0.32974 -0.06228,0.96872 -0.3255888,0.62901 -0.2917811,-0.65241 -0.1684482,-0.97904 -0.3584473,-1.64899 -0.14253415,-0.50263 -0.40786858,-1.14403 -0.5568841,-1.64298 -0.39065793,-1.308 -0.13693224,-2.68549 0.6483651,-3.87142 1.0115579,-1.52754 3.3837114,-2.0489 5.1663421,-1.32465 0.3707159,0.15067 0.584407,0.21377 0.8165818,0.51902 m -3.9864285,2.26395 0.054745,0.0802 c 0.1981589,-0.89689 0.8913963,-2.00331 1.840385,-2.31606 -1.3056885,-0.51549 -2.2545035,1.48787 -1.8951302,2.23585 M 13.462944,148.8682 c 0.232638,0.48789 0.277082,0.90221 0.159027,1.4458 -0.04514,0.43348 -0.186805,0.96662 -0.299073,1.39432 0.736108,-0.52725 1.082171,-2.29792 0.140046,-2.84012 m -3.5796138,11.9649 c -2.6233676,-1.18882 -6.3161978,-1.91037 -9.23805944,-1.24471 0.0500114,-0.94268 0.81367684,-1.75863 0.90013474,-2.70331 0.029282,-0.31988 -0.08765,-0.62771 0.1953347,-0.8851 0.4336786,-0.39432 1.3128181,-0.30787 1.8845748,-0.30199 1.8832089,0.0192 3.8875978,0.33307 5.5465023,1.13366 0.4219888,0.20329 1.0678187,0.30883 1.3374937,0.67354 0.240045,0.32486 -0.2567,0.62259 -0.378806,0.92652 -0.2813644,0.70154 -0.3433318,1.52902 -0.3439105,2.27241 m -0.7714894,0.26068 c 0.339929,0.18535 0.6111662,0.22082 0.314987,0.37528 -2.0295045,0.3541 -3.5897405,0.33937 -5.3424524,-0.13333 -0.4543961,-0.13951 -1.7633021,-0.42052 -1.7163116,-0.97557 0.049537,-0.58595 0.9149843,-0.43527 1.3460008,-0.43527 1.8760331,0.0668 3.6865572,0.37069 5.3977762,1.16889 z"
+       style="fill:#000000"
+       sodipodi:nodetypes="ccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
+       inkscape:connector-curvature="0" />
+  </g>
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2008-05-26T12:09:59</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/17057/toque-by-jean_victor_balin</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>jean_victor_balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>hat</rdf:li>
+            <rdf:li>kitchen</rdf:li>
+            <rdf:li>outline</rdf:li>
+            <rdf:li>toque</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/laundry.svg
===================================================================
--- /trunk/resources/images/presets/shop/laundry.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/laundry.svg	(revision 16006)
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="370"
+   height="520"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien"
+   sodipodi:docname="washing_machine.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.49497475"
+     inkscape:cx="151.2027"
+     inkscape:cy="277.8224"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     width="370px"
+     height="520px"
+     inkscape:window-width="797"
+     inkscape:window-height="573"
+     inkscape:window-x="154"
+     inkscape:window-y="203" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Ulf Lamping</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-214.64286,-311.71933)">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2160"
+       width="348.57144"
+       height="491.42856"
+       x="226.06091"
+       y="329.36148" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 223.20378,420.79004 L 571.77521,420.79004"
+       id="path3138" />
+    <g
+       id="g3184"
+       transform="translate(2.0203051,-56.568543)">
+      <path
+         transform="matrix(0.8089401,0,0,0.7974459,36.323589,89.265623)"
+         d="M 574.28571 702.36218 A 124.28571 124.28571 0 1 1  325.71429,702.36218 A 124.28571 124.28571 0 1 1  574.28571 702.36218 z"
+         sodipodi:ry="124.28571"
+         sodipodi:rx="124.28571"
+         sodipodi:cy="702.36218"
+         sodipodi:cx="450"
+         id="path3136"
+         style="fill:#808080;fill-opacity:1;stroke:#dddddd;stroke-width:37.35187912;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <path
+         transform="translate(-23.939072,-10.1436)"
+         d="M 485.71428 659.50507 A 61.42857 61.42857 0 1 1  362.85714,659.50507 A 61.42857 61.42857 0 1 1  485.71428 659.50507 z"
+         sodipodi:ry="61.42857"
+         sodipodi:rx="61.42857"
+         sodipodi:cy="659.50507"
+         sodipodi:cx="424.28571"
+         id="path3142"
+         style="fill:none;fill-opacity:1;stroke:#c4c4c4;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         sodipodi:type="arc" />
+      <rect
+         y="617.17902"
+         x="309.59274"
+         height="64.36496"
+         width="27.222099"
+         id="rect3140"
+         style="fill:#b3b3b3;fill-opacity:1;stroke:#d0d0d0;stroke-width:3.49218512;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+    <path
+       sodipodi:type="arc"
+       style="fill:#505050;fill-opacity:1;stroke:#505050;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3144"
+       sodipodi:cx="488.57144"
+       sodipodi:cy="366.64789"
+       sodipodi:rx="17.142857"
+       sodipodi:ry="17.142857"
+       d="M 505.7143 366.64789 A 17.142857 17.142857 0 1 1  471.42859,366.64789 A 17.142857 17.142857 0 1 1  505.7143 366.64789 z"
+       transform="translate(23.203772,11.284993)" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 340.34663,329.36147 L 340.34663,417.93289"
+       id="path3146" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:2.66105628px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 226.41806,396.90206 L 339.27521,396.90206"
+       id="path3148"
+       sodipodi:nodetypes="cc" />
+    <rect
+       style="fill:#505050;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3150"
+       width="10"
+       height="2.8571429"
+       x="382.13235"
+       y="392.86148" />
+    <rect
+       y="392.86148"
+       x="405.94186"
+       height="2.8571429"
+       width="10"
+       id="rect3152"
+       style="fill:#505050;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="fill:#505050;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3154"
+       width="10"
+       height="2.8571429"
+       x="429.7514"
+       y="392.86148" />
+    <rect
+       y="392.86148"
+       x="453.56091"
+       height="2.8571429"
+       width="10"
+       id="rect3156"
+       style="fill:#505050;fill-opacity:1;stroke:#000000;stroke-width:7;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/lottery.svg
===================================================================
--- /trunk/resources/images/presets/shop/lottery.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/lottery.svg	(revision 16006)
@@ -0,0 +1,284 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg1307"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.0 r15299"
+   version="1.0"
+   sodipodi:docname="lottery2.svg"
+   inkscape:export-filename="/tmp/a/lottery.svg.png"
+   inkscape:export-xdpi="24.610001"
+   inkscape:export-ydpi="24.610001">
+  <defs
+     id="defs1309" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="5.6568542"
+     inkscape:cx="-4.4362063"
+     inkscape:cy="38.376906"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:document-units="px"
+     inkscape:grid-bbox="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata1312">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-0.67547128,-48.251355)">
+    <rect
+       style="fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0.25327188;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect2216"
+       width="13.67659"
+       height="9.1756859"
+       x="16.400665"
+       y="45.785957"
+       transform="matrix(0.96411667,0.26547889,-0.27255437,0.96214038,0,0)" />
+    <g
+       id="g4600"
+       style="fill:#ffffff;stroke:none;stroke-opacity:1"
+       inkscape:export-xdpi="24"
+       inkscape:export-ydpi="24"
+       transform="matrix(0.25635193,0,0,0.25274321,0.51329126,48.011198)">
+      <rect
+         transform="rotate(15.604591)"
+         y="0.64534187"
+         x="21.717131"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2224"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="0.64534187"
+         x="30.250463"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2226"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="0.64534187"
+         x="38.783798"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2228"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="0.64534187"
+         x="47.317131"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2235"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="0.64534187"
+         x="13.183798"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2286"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="0.64534187"
+         x="55.850464"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2288"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="9.1786757"
+         x="21.717131"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2290"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="9.1786757"
+         x="30.250463"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2292"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="9.1786757"
+         x="38.783802"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2294"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="9.1786757"
+         x="47.317135"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2296"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="9.1786757"
+         x="13.183798"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2298"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="9.1786757"
+         x="55.850468"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2300"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="17.712008"
+         x="21.717125"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2302"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="17.712008"
+         x="30.250458"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2304"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="17.712008"
+         x="38.783798"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2306"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="17.712008"
+         x="47.317131"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2308"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="17.712008"
+         x="13.183793"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2310"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="17.712008"
+         x="55.850464"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2312"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="26.24534"
+         x="21.717131"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2314"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="26.24534"
+         x="30.250463"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2316"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="26.24534"
+         x="38.783806"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2318"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="26.24534"
+         x="47.317135"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2320"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="26.24534"
+         x="13.183799"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2322"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <rect
+         transform="rotate(15.604591)"
+         y="26.24534"
+         x="55.850468"
+         height="6.4000001"
+         width="6.4000001"
+         id="rect2324"
+         style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.06666672;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <text
+       xml:space="preserve"
+       style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.68839455px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#00dc00;fill-opacity:1;stroke:#005a00;stroke-width:0.30129293;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       x="6.4408159"
+       y="62.544891"
+       id="text4556"
+       transform="scale(1.0071139,0.99293639)"><tspan
+         sodipodi:role="line"
+         id="tspan4554"
+         x="6.4408159"
+         y="62.544891"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-family:sans-serif;fill:#00dc00;fill-opacity:1;stroke:#005a00;stroke-width:0.30129293;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">$</tspan></text>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/mall.svg
===================================================================
--- /trunk/resources/images/presets/shop/mall.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/mall.svg	(revision 16006)
@@ -0,0 +1,299 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="160"
+   id="Layer_1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="09.svg"
+   sodipodi:version="0.32"
+   style="overflow:visible"
+   version="1.0"
+   viewBox="0 0 120 160"
+   width="120"
+   xml:space="preserve"><metadata
+     id="metadata2"><rdf:RDF><cc:Work
+         rdf:about=""><dc:title></dc:title><dc:description /><dc:subject><rdf:Bag><rdf:li>container</rdf:li></rdf:Bag></dc:subject><dc:publisher><cc:Agent
+             rdf:about="http://www.openclipart.org"><dc:title>Architetto Francesco Rollandin</dc:title></cc:Agent></dc:publisher><dc:creator><cc:Agent><dc:title>Architetto Francesco Rollandin</dc:title></cc:Agent></dc:creator><dc:rights><cc:Agent><dc:title>Architetto Francesco Rollandin</dc:title></cc:Agent></dc:rights><dc:date /><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" /><dc:language>en</dc:language></cc:Work><cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain"><cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" /><cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" /></cc:License></rdf:RDF></metadata><defs
+     id="defs130" /><sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="Layer_1"
+     inkscape:cx="104.266"
+     inkscape:cy="135.256"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="1.3973502"
+     pagecolor="#ffffff"
+     showgrid="false"
+     inkscape:window-maximized="1" /><path
+     d="m 65.899527,24.866561 c 0.14328,-0.0432 0.265274,-0.11948 0.377492,-0.21175 -0.150766,0.0497 -0.27276,0.12362 -0.377492,0.21175 z"
+     id="path3"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 65.292438,11.496761 c -0.0018,0.004 -0.0037,0.009 -0.0065,0.013 0.03046,-0.0183 0.02594,-0.0195 0.0065,-0.013 z"
+     id="path5"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 114.78572,98.197605 c -3.29268,-11.198487 -6.24126,-22.394005 -7.73281,-34.014813 -0.71758,-5.593028 -1.06744,-11.281287 -0.88906,-16.922816 0.0834,-2.627344 2.29833,-12.315189 0.14904,-13.421261 -1.16872,-0.600941 -2.62402,-0.34424 -2.62402,-2.108033 0,-2.282513 0.70262,-2.894104 -1.20958,-4.251556 -1.9214,-1.363953 -5.437371,-1.423093 -7.70173,-1.866703 C 93.351609,25.333242 91.944659,24.964752 90.573954,24.471451 89.407526,24.0521 89.577862,21.835227 89.16124,20.635115 87.432031,15.653677 83.077656,12.207722 78.434404,10.369399 76.464087,9.5892374 74.404001,9.4070671 72.315142,9.2633369 70.958819,9.1704367 68.174828,10.449249 67.102776,9.7128575 65.963976,8.9303263 66.222927,6.1781721 65.213598,5.0182803 64.150758,3.7974684 62.557351,0.97729399 61.115293,0.31129295 59.969007,-0.21867787 57.609696,0.10427263 56.340843,0.03447252 52.538887,-0.1743178 42.645294,2.6103665 40.205415,4.4185193 c 0.336634,0.5855709 0.508692,0.9907316 0.806771,1.6159225 1.306257,-0.7346111 12.503228,-5.21447806 16.471482,-4.6862872 3.277726,0.4359206 10.076013,6.0011493 7.807616,10.1491964 0.01957,-0.007 0.02418,-0.005 -0.0065,0.013 0.0018,-0.004 0.0037,-0.009 0.0065,-0.013 -0.11221,0.0367 -0.923013,0.42054 -0.94776,0.42764 C 63.621345,9.9216479 62.540662,8.1389251 61.351222,6.3946524 59.614536,3.8477485 56.875997,4.1026688 53.919375,3.8370984 51.427706,3.6129281 45.000583,6.1728521 42.555525,6.8844032 42.18494,6.9920533 41.862692,7.0967435 41.579574,7.2038037 c 0.359652,0.8038212 0.544944,1.1953818 1.080682,1.8850429 0.449996,-0.2992905 0.725059,-0.5015708 1.660729,-1.0510616 2.206823,-1.2965221 10.096724,-2.0571632 12.624649,-2.0571632 1.905286,0 2.381751,-0.3176205 3.339868,1.4331522 1.317766,2.4073237 2.889305,3.931566 1.973769,6.0325 -1.22627,2.813084 -4.783661,5.950879 -6.591124,8.571723 0.120267,0.0988 0.240535,0.17449 0.361378,0.23778 0.287725,-0.0639 0.608245,-0.0148 0.965014,0.163241 1.93752,-0.315251 3.823828,-4.142717 5.119145,-5.557539 1.58592,-1.731853 4.32791,-5.614919 6.688375,-5.994049 8.218477,-1.3190027 16.700511,2.898834 19.080544,11.288977 -4.129383,-3.667175 -9.152427,-7.605252 -14.714076,-8.367073 -5.641652,-0.773061 -10.02768,5.585929 -13.197213,9.956966 0.240536,0.17212 0.462656,0.29338 0.676717,0.39156 0.323973,-0.0124 0.667514,0.0562 1.031197,0.221811 1.366671,-0.094 2.189557,-1.824123 3.335262,-3.170335 0.185871,1.236782 0.3516,2.482444 0.471295,3.732826 0.151339,0.004 0.287142,-0.016 0.411443,-0.0538 0.104723,-0.0881 0.226717,-0.16206 0.377483,-0.21175 1.291874,-1.065842 0.67212,-5.136408 1.699284,-6.78545 0.849932,1.965483 1.07148,4.164606 1.143406,6.290979 0.241117,0.0248 0.442523,0.0189 0.623787,-0.002 0.212908,-0.18632 0.467834,-0.31171 0.77569,-0.34306 0.628384,-0.677841 0.164584,-2.180194 0.04661,-3.388585 -0.208883,-2.140564 -1.153191,-3.431176 0.571994,-4.423677 4.550603,-2.618484 12.647659,5.377728 15.132425,8.226292 -5.004628,1.092462 -10.055871,0.600951 -14.795797,2.903575 -0.313616,-1.071762 -0.551271,-2.193203 -0.605936,-3.318195 -0.12372,-0.013 -0.238809,-0.0106 -0.349301,5.9e-4 -0.169173,0.18217 -0.419493,0.30284 -0.77569,0.34306 -1.019113,0.893132 -0.988615,3.285665 -0.287723,4.564447 0.98401,1.795133 1.612385,-0.1875 3.871579,-0.51696 2.416283,-0.351931 12.977973,-3.567206 14.758384,-1.695763 1.38912,1.460362 -1.216486,4.376357 -2.152725,5.599529 -2.250563,2.942024 -4.228357,6.113539 -5.729114,9.528734 -0.679597,1.545543 -3.190828,10.679167 -4.27669,10.859567 -8.791052,1.465093 -17.638486,2.423884 -26.379467,4.221387 1.371281,-4.366887 2.454841,-8.819554 3.76685,-13.204181 0.949482,-3.172705 2.320763,-10.539576 4.976429,-12.650569 1.936948,-1.539623 6.063443,0.12776 7.667207,-1.106062 1.193473,-0.918571 1.059969,-3.868276 1.008757,-5.184918 -0.279093,-0.013 -0.503521,0.0177 -0.690536,0.0798 -0.112209,0.0923 -0.234203,0.16858 -0.377492,0.21175 -0.862016,0.726932 -0.383816,2.603104 -2.026136,3.165015 -1.311434,0.448341 -2.987123,0.409891 -4.372218,0.760642 0.822886,-1.426653 1.725757,-2.817815 2.690197,-4.148047 -0.174933,-0.11771 -0.344686,-0.21057 -0.510988,-0.28569 -0.311889,0.0213 -0.653132,-0.0485 -1.031197,-0.221801 -2.126834,0.081 -3.443455,3.605066 -4.577649,5.622609 -1.730359,3.079235 -3.20637,6.42701 -4.438394,9.747575 -1.209581,3.259055 -2.098065,6.62753 -2.935335,10.002506 -0.76534,3.084574 -0.0938,8.048262 -3.992423,7.901582 2.558994,-12.423439 6.045604,-23.917067 12.846195,-34.634084 -0.196809,-0.16088 -0.3798,-0.2709 -0.556459,-0.35962 -0.321092,0.0521 -0.64392,0.004 -0.965017,-0.163251 -1.25274,0.280361 -1.920253,2.530354 -2.648764,3.841076 -1.54449,2.777585 -1.492125,3.732826 -4.573047,4.009637 -6.557749,0.589111 -12.777714,2.730864 -19.302088,3.387405 0.773396,-5.433339 2.38924,-10.469786 5.313066,-15.104614 1.400053,-2.219233 2.998634,-4.361576 4.821063,-6.234789 1.336754,-1.373412 2.401324,-2.099754 3.020501,-3.0656354 C 42.370803,8.6591869 42.070997,8.1990162 41.494978,7.0367544 37.863357,10.33544 34.558012,13.913885 31.995564,18.215132 c -1.67454,2.811295 -6.428276,12.68073 -4.10291,15.969355 1.278634,1.807563 5.535762,0.0314 7.397897,-0.20761 5.131802,-0.658321 10.014436,-2.190844 15.200329,-2.834375 -2.687895,4.851318 -4.440693,10.239106 -5.755005,15.640494 -0.669241,2.749785 -1.320643,5.514949 -1.86156,8.294903 -0.447694,2.300264 -0.223847,2.302634 -2.458868,2.601924 -1.449541,0.194601 -2.882394,0.479691 -4.316974,0.767742 C 30.82281,59.508676 25.068954,61.115729 19.688561,59.829847 17.250413,59.247245 14.815714,57.979113 13.095714,56.11595 10.978659,53.822786 10.203537,54.400657 7.4477405,54.092497 3.9709139,53.703896 2.3815397,51.686363 2.0333967,48.147538 1.7715696,45.488243 3.6561466,45.465763 5.9464095,44.496342 8.3402534,43.48372 10.699569,42.381799 13.096865,41.372147 c 2.294867,-0.966481 4.607573,-1.866123 6.92776,-2.765174 3.719089,-1.440842 4.609299,-1.197152 4.826817,-5.445749 0.296928,-5.798869 2.959504,-11.569338 6.135374,-16.260955 1.801713,-2.661664 3.829574,-5.225728 6.120413,-7.4656619 C 38.788675,7.7897046 40.064432,6.7439729 41.013913,6.0330118 40.752662,5.485891 40.49141,4.9441002 40.207142,4.4170893 34.989599,8.4509856 25.449328,17.52783 23.481887,29.052218 c -0.365982,2.142923 0.10991,6.72808 -1.775817,7.515932 -2.462321,1.028581 -4.957443,1.943593 -7.454866,2.876954 -3.206944,1.198332 -11.4818159,2.705424 -13.52866706,5.659859 -1.11635907,1.611192 -0.60651689,6.83928 -0.60536589,8.779923 0.00111,3.054405 0.2376582,6.13483 0.51329539,9.174445 0.39763116,4.385817 0.63931666,9.348334 0.49545606,13.15391 -0.46668376,12.369609 1.3217926,24.420419 2.2873865,36.708409 0.4672597,5.94555 1.0162329,12.3702 0.1640012,18.30333 -0.4246772,2.95622 -2.73795786,10.27874 -0.3654064,12.94276 1.4178922,1.59226 4.5275867,2.37834 6.2694526,3.79671 2.4456326,1.99092 4.6944646,4.24623 7.0491776,6.35131 0.991489,0.88663 2.031314,1.65673 3.143646,2.37124 1.141679,0.73402 1.258494,2.54513 2.637832,3.10349 2.483612,1.00552 4.81243,-1.87263 6.688375,-3.068 3.77951,-2.40614 9.936177,-3.48678 14.310695,-4.80045 5.324574,-1.59877 10.641669,-3.27029 16.006528,-4.75255 11.558926,-3.19398 23.531594,-4.23498 35.244734,-6.64172 6.059416,-1.24506 11.951956,-2.68058 17.840466,-4.60998 2.63783,-0.86415 7.52104,-0.70682 7.58837,-4.37696 0.20313,-11.26887 -3.14883,-22.36028 -5.20546,-33.343475 z"
+     id="path7"
+     style="fill:#ff7f00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 69.744059,24.15856 c 0.355625,-0.0402 0.606517,-0.16088 0.775699,-0.34306 -0.307865,0.0313 -0.562782,0.15675 -0.775699,0.34306 z"
+     id="path9"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 56.996265,22.418428 c -0.357342,-0.178621 -0.677871,-0.227721 -0.965013,-0.163251 0.321093,0.167391 0.643921,0.215301 0.965013,0.163251 z"
+     id="path11"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="M 61.681527,24.358481 C 61.317271,24.19287 60.974311,24.12485 60.65033,24.13668 c 0.378074,0.173891 0.719307,0.243101 1.031197,0.221801 z"
+     id="path13"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 50.490885,46.765495 c -0.08977,0.414631 -0.179539,0.829262 -0.269308,1.244472 0.08977,-0.41462 0.178964,-0.829251 0.269308,-1.244472"
+     id="path15"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 89.229142,31.418972 c -2.464053,4.193596 -4.193833,8.953824 -5.559932,13.633601 -0.784901,2.690054 -1.237781,7.682142 -4.796898,7.381661 2.244803,-8.009802 3.458418,-15.700224 10.35683,-21.015262"
+     id="path17"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 2.0667724,55.061588 c 4.5293121,1.607053 8.7421316,4.140947 13.3266856,5.569379 2.23272,0.695571 4.555784,1.512412 6.902441,1.641942 2.112452,0.116521 3.900354,-0.724561 6.067473,-0.989541 8.845135,-1.083002 17.98202,-2.788234 27.05273,-4.045136 10.89832,-1.510633 24.659468,-0.484421 34.638224,-5.748589 2.968132,-1.565643 5.413763,-3.007075 8.018223,-5.132268 1.51226,-1.233822 5.416071,-4.585137 5.416071,-6.4696 0,-3.482626 1.63023,-6.23478 -2.11936,-1.209572 -4.389481,5.882859 -10.150814,10.792137 -17.251785,12.65056 1.659009,-6.37792 3.413528,-12.82445 6.297654,-18.75226 1.584767,-3.257285 -1.059969,-6.498 3.387052,-5.927219 2.530798,0.324721 4.931548,1.510043 7.398469,2.142934 -0.85855,2.365913 -3.755331,2.484213 -5.246301,4.285856 2.21948,3.080425 9.887831,-0.531741 9.887831,3.214695 0,2.687684 -1.56751,4.880888 -2.08425,7.430752 -0.73542,3.627545 -0.54093,7.841242 -0.70723,11.545088 -0.11681,2.618484 0.43159,3.471395 -1.57556,5.144688 -1.839691,1.534302 -3.680531,3.068594 -5.520791,4.602897 2.26838,-6.1857 7.325391,-11.601878 6.188881,-18.664729 -2.407661,4.060506 -4.557511,8.261193 -6.625081,12.512159 -1.062263,2.184334 -2.099783,4.382267 -3.161479,6.56719 -1.37358,2.826685 -2.836934,3.319386 -5.696885,4.353297 -8.633944,3.120055 -18.070643,3.399825 -26.95548,5.532109 -9.566743,2.296123 -19.272165,4.110776 -29.141015,3.935706 -2.504904,-0.0444 -5.013835,-0.0728 -7.512985,-0.271491 -3.921645,-0.3123 -3.860072,-0.4164 -4.438968,-4.216656 -0.555879,-3.647656 0.01899,-8.364703 -2.958929,-10.438436 -2.02556,1.724162 0.821733,10.896237 1.210732,13.549611 C 12.224494,77.393493 8.4691524,74.538419 5.1827965,71.347984 1.4378126,67.712158 2.3757853,60.303876 2.0667724,55.061588"
+     id="path19"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 41.478296,89.487472 c 4.764093,-2.177824 9.764693,-3.918546 14.795791,-5.253518 -2.965257,0.944591 -5.803918,1.850152 -8.479154,3.586735 -2.510081,1.629523 -6.371305,7.493452 -9.276141,6.64409 1.116359,-1.560322 2.947995,-2.887014 2.959504,-4.977307"
+     id="path21"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 18.207951,93.912339 c -1.583044,-0.596811 -3.393388,-0.218261 -4.573046,-1.659103 -0.05179,0.12184 -0.150191,0.577281 -0.134654,0.553031 -0.600188,-0.417581 -4.7756016,-3.062685 -2.017504,-2.592454 2.682716,0.456621 5.328028,0.789031 8.135039,1.038641 3.575229,0.317621 6.180835,-0.40635 9.350952,-1.902792 2.343204,-1.106072 5.865491,-1.744863 6.993935,-4.423677 0.05754,1.995653 2.469802,-0.0739 2.286811,-0.691441 -0.257222,-0.867112 -4.190952,0.10174 -4.842353,0.0686 0,0.20761 0,0.41522 0,0.622831 -4.240441,-2.914215 -11.310911,1.148651 -15.871873,-3.733416 6.397776,0.717461 12.83641,0.869471 19.249723,0.17626 3.397992,-0.36731 6.741892,-0.900231 10.105931,-1.517742 2.907139,-0.533511 7.229293,-2.748014 10.055867,-1.562093 -13.339919,4.881478 -24.24284,14.477643 -38.738828,15.623345"
+     id="path23"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 36.904674,91.561795 c -1.307408,1.385242 -2.430096,4.859597 -4.842354,3.318205 1.614117,-1.106072 3.228236,-2.212143 4.842354,-3.318205"
+     id="path25"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 60.444327,83.266292 c 5.506984,-1.410672 12.72132,-4.579237 17.487139,0.27681 -6.417342,-3.738735 -14.27905,-0.38209 -20.984687,0.414631 1.177357,-0.19637 2.332274,-0.427051 3.497548,-0.691441"
+     id="path27"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 75.374773,79.532876 c 1.847169,-0.28805 3.59364,0.668371 5.111086,1.659693 -1.820132,0.36908 -3.674206,-0.559541 -5.111086,-1.659693"
+     id="path29"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 68.918302,75.938451 c 7.149877,-2.129914 14.250268,-3.225925 21.25284,-5.94496 -0.864896,3.265556 -2.126262,6.929771 -1.344813,10.334927 1.002425,4.368666 4.476948,1.687492 6.79252,0.10351 2.75005,-1.881503 5.483401,-4.572737 6.961721,-7.776772 0.81943,-1.776223 -0.36138,-5.819569 -0.16803,-6.11768 1.08701,-1.678022 1.20498,0.350161 1.61297,1.244472 1.54103,3.375575 -0.8436,6.25727 -2.9808,8.697714 -1.593401,1.819982 -7.388116,7.572711 -9.998897,6.6151 C 87.871665,81.93073 86.10161,78.934885 82.773816,77.875554 78.329672,76.460142 73.545438,76.101701 68.918302,75.938451"
+     id="path31"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 97.569609,74.555579 c 0.96617,-1.799283 1.9542,-3.615126 2.689621,-5.530339 1.28842,1.951883 -1.188861,4.385817 -2.689621,5.530339"
+     id="path33"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 8.7919754,91.147164 c -0.494881,-0.725741 -0.223272,-1.289422 -1.2107309,-1.244472 0,-0.23067 0,-0.46076 0,-0.691441 1.2607949,0.182771 1.8149469,0.852922 1.2107309,1.935913"
+     id="path35"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 116.93902,132.34786 c -22.224756,8.01041 -46.037745,8.28781 -68.451828,15.75288 -5.229627,1.74191 -10.657782,3.06623 -15.718804,5.29669 -2.327092,1.02564 -8.595393,6.45068 -10.659508,3.80204 -2.748892,-3.52759 -6.397201,-6.19398 -9.53049,-9.41517 -3.1033636,-3.19104 -8.0918795,-5.61432 -6.5099855,-10.49285 1.928309,-5.9491 0.07193,-14.54093 -0.304986,-20.74555 -0.267581,-4.40416 -0.575442,-8.81069 -0.9765268,-13.2036 C 4.468672,99.852568 2.8372905,94.371319 3.6808906,91.147754 11.565036,96.950763 19.378978,99.601187 29.198339,98.572606 38.829531,97.564134 48.072873,94.83859 57.578616,93.089587 74.586419,89.960662 93.085754,90.713614 105.6402,76.629892 c 0.51271,1.959573 3.96019,13.654901 3.0884,14.683483 -3.91819,4.621227 -7.6367,7.666761 -12.983721,10.414175 -8.854916,4.55026 -20.318321,4.53784 -29.981155,5.64154 -9.466616,1.08122 -18.739884,3.94872 -28.185782,5.34638 -4.683532,0.69322 -9.544875,1.26813 -14.275017,0.87066 -2.907139,-0.24369 -1.555999,-0.30994 -2.202221,-2.39135 -0.301532,-0.97121 -0.425252,-2.03823 -0.605942,-3.04139 -3.07114,0.43237 -0.762462,3.83515 -2.286235,4.97671 -1.539311,1.15279 -8.2800506,-3.21765 -9.9534395,-3.73341 -0.09034,6.30398 1.6382859,13.36862 8.3732725,13.99913 2.009447,0.18809 4.255977,4.37694 2.286811,4.80399 -4.442997,0.96176 -6.289019,-3.14252 -9.9873906,-3.734 -1.5629039,-0.24961 -1.3707049,-0.77011 -1.0760789,1.03745 0.06388,0.39097 0.5892539,1.2007 0.8067719,1.52187 2.0249836,2.98402 5.5386386,4.18118 8.7432816,5.25353 2.274151,0.76064 2.537129,0.12776 2.894479,2.97515 0.265279,2.11749 0.47359,4.24267 0.74002,6.35899 0.498909,3.97001 1.085285,7.92524 2.687895,11.61133 1.652097,-2.1867 -0.281967,-4.13917 -0.432733,-6.37615 -0.229602,-3.41165 -0.459779,-6.82272 -0.689957,-10.23436 -0.260675,-3.86947 -0.269883,-3.29455 3.593643,-3.5826 9.899347,-0.73639 19.567367,-3.05617 29.208341,-5.37123 20.104835,-4.82824 42.295066,-5.4487 59.383427,-18.54051 2.40708,7.19239 3.77778,15.7233 2.15215,23.22858"
+     id="path37"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 103.75793,99.857298 c -4.014301,5.490112 -9.343472,10.657282 -15.469062,13.549612 2.568775,-2.07431 5.367726,-3.83456 7.922691,-5.9355 2.83291,-2.32924 4.632901,-5.40908 7.546371,-7.614112"
+     id="path39"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 87.616176,113.82154 c -0.448274,0.32235 -0.89712,0.64471 -1.345384,0.96706 0.448264,-0.32235 0.896537,-0.64471 1.345384,-0.96706"
+     id="path41"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 79.275706,107.46195 c -1.699865,0.96707 -6.372462,4.75254 -5.91901,0.96825 1.980093,-0.2709 3.946385,-0.6459 5.91901,-0.96825"
+     id="path43"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 60.174437,123.0847 c -1.695249,1.0765 -3.507323,2.82431 -5.513891,2.90357 1.837968,-0.96766 3.675934,-1.93532 5.513891,-2.90357"
+     id="path45"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 48.203498,117.13974 c 2.672358,-3.53764 6.297074,-5.73498 10.626136,-6.36018 -4.085074,1.20603 -6.228599,5.74268 -10.626136,6.36018"
+     id="path47"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 21.705495,128.06141 c -1.343661,-2.8811 0.237082,-4.71113 2.891601,-5.52974 2.81104,-0.86712 4.805526,-2.12815 7.377756,-3.44715 4.371067,-2.2417 8.567773,-4.86728 13.403221,-5.95442 -7.205698,6.25075 -14.880959,11.36883 -23.672578,14.93131"
+     id="path49"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 44.975264,121.70182 c -0.607668,0.77484 -0.943727,1.35213 -1.88285,1.38288 0.612846,-0.45011 1.219363,-1.01852 1.88285,-1.38288"
+     id="path51"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 42.150413,123.36152 c -1.900113,1.99328 -4.517803,3.32174 -7.128589,4.00845 2.141799,-1.77858 4.726689,-2.68946 7.128589,-4.00845"
+     id="path53"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 21.166879,116.72512 c 2.508358,-0.19401 4.926945,0.83871 7.398473,0 -2.589494,1.14806 -8.226536,5.42387 -7.398473,0"
+     id="path55"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 46.320649,33.078074 c 2.247681,2.631494 -2.552665,2.963905 -3.960774,3.425846 -5.090371,1.669752 -10.081188,3.535275 -15.020217,5.631478 -4.457382,1.892143 -8.805431,4.504117 -12.587243,7.572122 -1.816674,1.473962 -4.464287,3.357235 -6.9024395,2.311504 C 19.548734,43.00192 32.161296,36.83397 46.320649,33.078074"
+     id="path57"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 28.161391,37.08771 c -0.395905,1.745463 -6.347714,3.630506 -8.172444,4.605858 -2.965258,1.585162 -6.042152,2.927824 -9.178893,4.104266 C 14.069364,43.12731 23.887,35.480078 28.161391,37.08771"
+     id="path59"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="M 47.262073,56.996911 C 49.304896,44.862712 53.09419,33.882485 59.97304,23.74571 c -3.389935,-2.234614 -4.590313,2.483034 -6.066325,5.123398 -1.654399,2.959174 -2.933033,6.168539 -4.11039,9.352474 -2.313282,6.25608 -3.745558,12.65825 -5.090944,19.19055 0.81943,-0.13308 1.773514,-0.14373 2.556692,-0.415221"
+     id="path61"
+     style="clip-rule:evenodd;fill:#8b5c29;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 69.590995,13.583504 c 7.053203,-0.379141 13.189154,4.038616 18.293907,8.572313 -2.048575,-7.221381 -9.882655,-12.8333401 -17.487138,-11.545098 -5.206034,0.881902 -10.048967,7.773232 -12.84504,12.166739 2.865701,2.145294 4.106935,-1.323732 5.918427,-3.318205 1.924283,-2.117493 4.026379,-3.945756 6.119844,-5.875749"
+     id="path63"
+     style="fill:#8b5c29;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 67.976875,17.869361 c -1.233748,1.980863 -1.008748,4.453837 -1.008748,6.7056 3.457837,0.353121 1.922548,-4.591057 1.008748,-6.7056"
+     id="path65"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 58.292164,30.865941 c -4.184043,8.181932 -6.000142,17.119776 -8.743855,25.85475 8.459011,-1.739543 17.016433,-2.661654 25.523206,-4.078846 2.35356,-0.392151 3.446898,-7.166952 4.485,-9.529315 1.572111,-3.578456 3.419289,-6.838101 5.636465,-10.034456 0.75096,-1.083001 3.799651,-4.298276 3.363469,-5.841449 -0.741747,-2.627944 -10.707276,0.311121 -12.500925,0.571961 -0.918988,0.13426 -6.54624,1.366902 -6.499062,1.708783 -0.246858,-1.786863 -0.356769,-3.559526 -0.436754,-5.357619 -3.946394,-0.35548 -0.978258,3.356646 -2.891603,5.184908 -1.175631,1.124402 -6.034098,0.945772 -7.935941,1.521283"
+     id="path67"
+     style="clip-rule:evenodd;fill:#8b5c29;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 95.954349,33.078074 c 1.49097,-1.801643 4.387751,-1.920533 5.246301,-4.285856 -2.302921,-0.590891 -4.520101,-1.644313 -6.859853,-2.073734 -5.043754,-0.926251 -1.85005,1.591673 -3.472797,4.926438 -3.050418,6.26909 -4.994842,12.9327 -6.750525,19.683841 5.02247,-1.314263 9.608746,-4.202457 13.265694,-7.964863 1.79711,-1.848963 3.616081,-3.842246 4.970671,-6.068579 0.37174,-0.612181 0.67212,-1.031542 0.91553,-1.285282 0.0973,-0.536471 0.25608,-1.044552 0.47244,-1.530753 -2.33917,-0.30934 -6.009921,1.065852 -7.787461,-1.401212 z"
+     id="path69"
+     style="fill:#8b5c29;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 103.74124,34.478696 c -0.21637,0.486201 -0.3752,0.994282 -0.47244,1.530753 0.66003,-0.687301 0.89769,-0.11948 0.95811,1.423692 0.1709,4.341457 -5.699181,8.551603 -8.566621,10.892087 -4.665689,3.807946 -11.065196,5.034088 -16.744814,6.201669 -10.781502,2.216864 -22.605712,2.994065 -33.469499,4.129117 -2.141224,0.22358 -4.160454,1.010841 -6.254492,1.452082 -1.6239,0.341871 -6.004173,-0.31171 -7.061837,0.449521 -2.146404,1.544352 -9.01777,1.906343 -11.400104,1.486392 -6.622199,-1.167582 -12.3829606,-4.753727 -18.6633466,-6.981831 0.3090138,5.242288 -0.6289588,12.65057 3.1160251,16.286396 3.2863549,3.190435 7.0416965,6.044919 11.6803435,6.52698 -0.627809,-4.286457 -1.255041,-8.572314 -1.88285,-12.85877 0.224423,-0.230681 0.44827,-0.460761 0.672117,-0.690851 2.898507,2.018723 2.313857,6.238929 2.858227,9.781895 0.608243,3.959356 0.186443,4.411247 4.250798,4.843027 2.581438,0.273861 5.209487,0.256711 7.801858,0.302251 9.868849,0.17508 19.574847,-1.638993 29.141018,-3.935706 8.884265,-2.132284 18.321526,-2.412054 26.955479,-5.532109 2.721268,-0.983631 4.108662,-1.434932 5.528853,-4.007276 1.16815,-2.115123 2.112449,-4.387597 3.161484,-6.56719 2.10554,-4.373997 4.32157,-8.688844 6.793101,-12.85818 1.13709,7.062271 -3.920491,12.479039 -6.188891,18.664729 1.59283,-1.327872 3.18508,-2.655154 4.777911,-3.983026 2.30004,-1.918163 2.25171,-1.998014 2.28508,-5.003318 0.042,-3.858226 0.53114,-7.694562 0.70607,-11.545088 0.11854,-2.606654 2.31731,-5.031718 2.11936,-7.673262 -0.12199,-1.624803 -0.95179,-2.181973 -2.10094,-2.333984 z"
+     id="path71"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 81.427859,51.742803 c 2.627474,-6.78841 4.087376,-14.002682 7.801283,-20.323831 -6.897839,5.315038 -8.112027,13.00546 -10.35683,21.015262 0.889061,0.0166 1.782729,-0.2076 2.555547,-0.691431"
+     id="path73"
+     style="clip-rule:evenodd;fill:#8b5c29;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 13.09629,51.051952 c 5.842474,-4.740117 12.102144,-8.116283 19.020697,-10.899187 3.366917,-1.354492 6.800011,-2.519114 10.242888,-3.648245 1.200374,-0.393931 3.198888,-0.209391 4.095427,-1.352123 2.639558,-3.365525 -6.09797,-0.39334 -7.343804,0.005 -3.730598,1.194192 -7.385237,2.637995 -10.950107,4.280537 -7.313883,3.369655 -13.909612,7.646642 -20.3108405,12.58136 1.9628359,0.841671 3.4555355,-0.282731 5.2457395,-0.967662"
+     id="path75"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 10.810054,45.797834 c 3.136741,-1.176442 6.213635,-2.519104 9.178893,-4.104266 1.82473,-0.975352 7.777115,-2.860395 8.172444,-4.605858 -4.274391,-1.607632 -14.092027,6.0396 -17.351337,8.710124"
+     id="path77"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 91.515954,83.266292 c 4.871115,-2.211543 10.545556,-6.080409 12.682756,-11.352268 0.45058,-1.111981 0.3798,-4.548477 -0.57717,-5.584158 -0.62032,-0.671921 -1.12844,-0.422901 -1.47831,0.622241 0.14041,-0.419951 1.12614,1.943013 1.14283,2.212133 0.0593,0.938672 -0.11682,1.945963 -0.40339,2.834365 -1.50017,4.656127 -6.669381,8.803583 -10.896011,10.611146 -5.535185,2.367694 -2.36737,-10.534846 -1.816099,-12.61626 -7.002562,2.719035 -14.102953,3.815636 -21.252839,5.94496 4.627144,0.16325 9.411378,0.521691 13.854951,1.935913 3.439421,1.094831 5.367728,4.368666 8.743282,5.391928"
+     id="path79"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 100.25865,69.02524 c -0.734841,1.915213 -1.723451,3.731056 -2.689611,5.530339 1.50133,-1.144522 3.978611,-3.578456 2.689611,-5.530339"
+     id="path81"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 75.374773,123.36152 c -12.839289,2.37123 -25.417899,6.15138 -38.289411,8.30318 -3.318004,0.55481 -6.641763,1.05106 -9.997748,1.30066 -0.491429,0.0373 -4.718059,0.22358 -4.701945,0.46254 0.142134,2.10686 0.284268,4.21252 0.425827,6.31937 0.207735,3.08575 0.132352,6.16736 1.078956,9.08809 0.4874,1.50235 0.864316,3.02364 -0.16803,4.38936 -1.458172,-3.35309 -2.103244,-6.96053 -2.55842,-10.57979 -0.40914,-3.25728 0.222121,-9.68134 -3.158607,-10.26217 -3.333542,-0.57314 -6.275783,-2.20563 -8.7432826,-4.56327 -0.593857,-0.56782 -2.5929459,-4.80103 -0.874097,-3.69911 2.8720356,1.84246 5.7452226,4.21725 9.2813206,4.21725 3.480856,0 1.467956,-4.11078 -0.672117,-4.9075 -3.161485,-1.17645 -4.087373,-0.0781 -6.431728,-3.59975 -1.9628356,-2.94734 -2.3610425,-6.96467 -2.3115545,-10.43429 1.6739639,0.51518 8.4147035,4.88621 9.9534385,3.73342 1.523774,-1.14156 -0.784904,-4.54434 2.286236,-4.97671 0.323975,1.80283 0.204282,5.21389 1.832787,5.35111 5.010958,0.42054 9.941931,-0.10705 14.91491,-0.74585 9.536242,-1.22495 18.807206,-4.0546 28.314105,-5.36591 9.485603,-1.30835 20.866144,-0.87479 29.609416,-5.36708 5.357381,-2.752743 9.249101,-5.624968 13.185711,-10.267495 1.36782,-1.613552 -2.03707,-12.548239 -2.71149,-15.128273 -12.381816,13.889711 -30.289025,13.1894 -47.053403,16.273965 -9.478703,1.743683 -18.750242,4.553807 -28.348633,5.559319 -10.259,1.074131 -18.247877,-1.200112 -26.5566994,-7.316012 -1.1825355,4.518907 1.1462823,12.500336 1.5226229,17.374126 0.456327,5.91065 0.7475,11.82249 1.033495,17.74379 0.207736,4.30065 0.757859,8.16774 -0.571415,12.27025 -1.1923181,3.68019 6.4581985,8.85149 8.8439845,11.16418 1.982977,1.9223 4.401565,3.5672 6.254492,5.59954 0.727935,0.79849 1.116935,1.93886 2.018079,2.55696 1.893783,1.29948 10.085792,-4.58811 12.40828,-5.42624 10.855159,-3.91795 21.916904,-7.65315 33.202489,-9.95045 12.180979,-2.47949 24.706648,-3.15496 36.748948,-6.37142 3.24147,-0.86593 6.34253,-1.79337 9.50115,-2.93197 3.38303,-1.21963 2.98194,-4.18235 2.96928,-7.67208 -0.019,-5.45108 -1.10197,-11.23516 -2.826,-16.38339 -11.68495,8.95204 -25.274615,11.93546 -39.410947,14.24165"
+     id="path83"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 104.69705,126.67971 c -0.60307,-3.00294 -0.13465,-9.49738 3.22938,-10.64603 -0.11278,2.95325 -1.38049,8.36292 -3.22938,10.64603"
+     id="path85"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 33.003745,84.234544 c 0.361953,0.0592 0.572565,0.0941 0,0"
+     id="path87"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 55.063932,77.874364 c -12.313907,3.342455 -24.837276,4.740707 -37.528099,3.318205 4.560962,4.882067 11.631433,0.819201 15.871873,3.733416 -0.310164,-0.493291 -0.09552,-0.360801 -0.403386,-0.691441 0.925313,0.16739 4.157002,-0.915612 4.84293,-0.208201 0.789508,0.814472 -1.827608,2.855665 -1.883426,0.899642 -1.187139,2.818994 -4.316974,2.817214 -6.59055,4.181166 -3.125807,1.876773 -6.126168,2.467654 -9.754912,2.145303 -1.546215,-0.13723 -3.094733,-0.20761 -4.640373,-0.34602 -0.566237,-0.0509 -2.77191,-0.789031 -3.292686,-0.658311 -2.6366796,0.661271 0.505815,1.646672 1.816099,2.558144 -0.01554,0.0242 0.08286,-0.431191 0.134654,-0.553031 3.556238,4.343237 14.137486,0.353111 17.991804,-1.416592 8.619563,-3.956406 16.384016,-9.278545 25.320073,-12.54824 -0.6186,-0.13545 -1.255618,-0.35844 -1.884001,-0.41404"
+     id="path89"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 80.485859,81.192569 c -1.517446,-0.990732 -3.263917,-1.947743 -5.111086,-1.659693 1.43688,1.100152 3.290954,2.028773 5.111086,1.659693"
+     id="path91"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="M 77.931466,83.543102 C 73.165647,78.687055 65.951311,81.85562 60.444327,83.266292 65.907004,82.21405 72.780678,80.541348 77.931466,83.543102"
+     id="path93"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 56.946779,83.957733 c 1.175631,-0.13959 2.35644,-0.37263 3.497548,-0.691441 -1.165274,0.26439 -2.320191,0.495071 -3.497548,0.691441"
+     id="path95"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 52.844448,85.271405 c 1.150886,-0.31762 2.293716,-0.675461 3.429639,-1.036861 -1.152612,0.3058 -2.317884,0.58793 -3.429639,1.036861"
+     id="path97"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 40.805603,94.465369 c 3.085525,-4.169936 7.178077,-7.475121 12.038845,-9.194554 -2.973315,0.925672 -9.148394,1.871443 -11.366152,4.216657 -0.840723,0.889001 -2.046851,3.701485 -2.958929,4.977897 0.72621,0 1.573837,0.136631 2.286236,0"
+     id="path99"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 7.5818195,89.902692 c 0.427554,0.388011 1.0277409,0.189281 1.2107319,1.244472 0.714125,-1.281732 -0.6485249,-2.403173 -1.2107319,-1.244472"
+     id="path101"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 36.904674,91.561795 c -1.614118,1.106062 -3.228237,2.212133 -4.842354,3.318205 2.412833,1.541392 3.534946,-1.932963 4.842354,-3.318205"
+     id="path103"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 88.288868,113.40691 c 6.102569,-3.2904 11.324141,-7.88028 15.469062,-13.549612 -2.80414,2.122812 -4.555211,4.991502 -7.197651,7.327842 -2.593522,2.29258 -5.587546,4.05459 -8.271411,6.22177"
+     id="path105"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 79.275706,107.46195 c -1.972625,0.32235 -3.938917,0.69735 -5.91901,0.96825 -0.454024,3.78429 4.219145,-0.001 5.91901,-0.96825"
+     id="path107"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 48.203498,117.13974 c 4.397537,-0.6175 6.541062,-5.15474 10.626136,-6.36018 -4.329062,0.6252 -7.953778,2.82254 -10.626136,6.36018"
+     id="path109"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 30.17947,120.0439 c -2.66833,2.67586 -11.224594,2.12165 -8.473975,8.0181 8.791619,-3.56248 16.467455,-8.68055 23.673154,-14.93131 -5.414344,1.21726 -10.362004,4.25215 -15.199179,6.91321"
+     id="path111"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 105.36974,119.07506 c -0.0512,2.57057 -1.19174,5.0193 -0.67269,7.60465 1.84889,-2.28311 3.1166,-7.69278 3.22938,-10.64603 -1.34825,0.46135 -2.45598,1.54671 -2.55669,3.04138"
+     id="path113"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 21.166879,116.72512 c -0.828063,5.42387 4.808979,1.14746 7.398473,0 -2.472103,0.83871 -4.890115,-0.19401 -7.398473,0"
+     id="path115"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 44.975264,121.70182 c -0.663487,0.36436 -1.270004,0.93277 -1.88285,1.38288 0.939698,-0.0308 1.275182,-0.60804 1.88285,-1.38288"
+     id="path117"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 60.174437,123.0847 c -1.837957,0.96825 -3.675923,1.93532 -5.513891,2.90357 2.00715,-0.0787 3.818642,-1.82707 5.513891,-2.90357"
+     id="path119"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 42.150413,123.36152 c -2.402475,1.31899 -4.987365,2.23046 -7.128589,4.00845 2.610786,-0.68671 5.228476,-2.01517 7.128589,-4.00845"
+     id="path121"
+     style="fill:#ffbf00;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 35.82917,33.907925 c -1.808617,0.347191 -6.692979,2.034684 -7.936511,0.276811 -2.336875,-3.304595 2.475556,-13.520041 4.29856,-16.263915 1.774091,-2.670534 3.624716,-5.145878 5.753856,-7.527172 C 38.687397,9.5632173 40.353304,8.4062755 41.580724,7.2032137 41.399459,6.8418131 41.185395,6.3952524 41.013337,6.0344418 31.562835,13.948445 25.33021,23.81136 24.664422,36.8109 c -3.995301,1.514782 -7.987725,3.046125 -11.924907,4.713507 -2.655095,1.124402 -10.0006254,3.140755 -10.8068214,5.517909 -0.7503776,2.212723 1.2308732,5.500758 2.9595046,6.56719 1.3235183,0.816241 2.7460143,0.26321 4.1696602,0.415221 2.6671786,0.28391 2.8064356,1.312492 4.9096806,3.041384 7.569954,6.22355 18.019425,1.744873 26.443913,0.614551 2.935911,-0.39392 2.449662,-2.607244 3.053876,-5.367088 0.539191,-2.460554 1.091041,-4.912238 1.741867,-7.344991 1.281511,-4.785658 2.884121,-9.501525 5.27969,-13.825832 -5.058719,0.626971 -9.696215,1.811113 -14.661715,2.765174 z"
+     id="path123"
+     style="fill:#8b5c29;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 65.286105,11.509771 c 0.03046,-0.0183 0.02594,-0.0195 0.0065,-0.013 -0.0018,0.004 -0.0037,0.009 -0.0065,0.013 z"
+     id="path125"
+     style="clip-rule:evenodd;fill:#ffbf00;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /><path
+     d="m 56.996265,1.3298145 c -1.71942,-0.0633 -12.827773,2.6936042 -15.982928,4.7046273 0.21349,0.4258707 0.369435,0.7275212 0.567387,1.1687719 3.952719,-0.9451915 11.763208,-3.5003755 15.919061,-2.9668646 3.719659,0.4779107 5.553028,4.1060463 6.844893,7.6886419 0.02474,-0.007 0.835541,-0.39156 0.94776,-0.42764 C 67.641964,7.2008437 60.527191,1.4593547 56.996265,1.3298145 Z"
+     id="path127"
+     style="clip-rule:evenodd;fill:#8b5c29;fill-rule:evenodd;stroke-width:0.58340621"
+     inkscape:connector-curvature="0" /></svg>
Index: /trunk/resources/images/presets/shop/marketplace.svg
===================================================================
--- /trunk/resources/images/presets/shop/marketplace.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/marketplace.svg	(revision 16006)
@@ -0,0 +1,277 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="marketplace2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs11">
+    <linearGradient
+       id="linearGradient850"
+       y2="191.32001"
+       gradientUnits="userSpaceOnUse"
+       y1="339.76999"
+       gradientTransform="scale(1.533,0.65232)"
+       x2="312.91"
+       x1="62.832001">
+      <stop
+         id="stop830"
+         style="stop-color:#ffffff;stop-opacity:.525"
+         offset="0" />
+      <stop
+         id="stop831"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient854"
+       y2="332.17001"
+       gradientUnits="userSpaceOnUse"
+       x2="370.89999"
+       gradientTransform="scale(1.2211,0.81893)"
+       y1="332.17001"
+       x1="109.53">
+      <stop
+         id="stop856"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="0" />
+      <stop
+         id="stop857"
+         style="stop-color:#5f0e00;stop-opacity:.41667"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="41.710345"
+     inkscape:cx="9.5931941"
+     inkscape:cy="6.6604531"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4201" />
+  </sodipodi:namedview>
+  <g
+     id="g4152"
+     transform="matrix(0.43132129,0,0,0.43132129,3.8252212,4.9436861)">
+    <g
+       transform="matrix(0.04772602,-0.00832652,0.00832652,0.04772602,-9.8931,-3.92511)"
+       id="g3338" />
+    <path
+       sodipodi:nodetypes="ccc"
+       style="fill:#009100;fill-opacity:1"
+       d="m 12.54946,1.24301 c 0,0 -0.9764,5.34442 -4.76925,3.33284 -6.6e-4,0.003 0.0908,-4.36172995 4.76925,-3.33284 z"
+       id="path6571"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="csscccccsccscccccssc"
+       style="fill:#ff0000;fill-opacity:1"
+       d="M 6.16561,7.04786 C 6.82104,6.39948 7.74229,5.61528 8.736,5.61528 c 2.00506,0 3.63659,1.62448 3.63659,3.63305 0,0.074 0,0.13743 -0.004,0.21496 l -0.007,0 c -0.0634,0.78581 -0.31362,1.76191 -0.90563,2.9741 0,0 -1.01838,1.94867 -1.83591,2.84372 l -0.074,0.0705 C 9.15139,15.74981 8.59462,16 7.99205,16 7.25205,16 6.59662,15.64057 6.19843,15.0838 l -0.0106,0 C 5.78964,15.64057 5.13421,16 4.3942,16 3.78458,16 3.23487,15.75333 2.83668,15.35161 l -0.074,-0.0705 C 1.9522,14.38606 0.92677,12.43739 0.92677,12.43739 0.33477,11.2252 0.08458,10.24205 0.0282,9.46329 l -0.0176,0 C 0,9.38929 0,9.32586 0,9.24833 0,7.23976 1.63153,5.61528 3.64363,5.61528 c 0.99019,0 1.83284,0.75799 2.49531,1.40638"
+       id="path6573"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="ccc"
+       id="path10957"
+       d="m 0.56464106,0.04697604 c 0,0 0.74802014,5.01014976 4.28647864,3.29890476 3.663e-4,0.0022 0.00419,-3.80803669 -4.28647864,-3.29890476 z"
+       style="fill:#009100;fill-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:nodetypes="cscc"
+       id="path10959"
+       d="m 5.71287,6.09502 c 0,0 0.26571,-3.9979 -0.55861,-5.11601995 -0.82432,-1.11812 2.53688,0 2.53688,0 C 7.10465,2.90508 7.23332,7.02891 5.71287,6.09502 Z"
+       style="fill:#722a00;fill-opacity:1;stroke:none;stroke-width:4.83599997;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+  </g>
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#aa4400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.17200001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4159"
+     width="1"
+     height="13.000006"
+     x="1"
+     y="3"
+     ry="0" />
+  <rect
+     ry="0"
+     y="3"
+     x="14"
+     height="13.000007"
+     width="0.99999106"
+     id="rect4161"
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#aa4400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.17200001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.17200001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4165"
+     width="2"
+     height="3"
+     x="0.00042934637"
+     y="1.0004294"
+     ry="1"
+     inkscape:tile-cx="1.0004293"
+     inkscape:tile-cy="2.5004294"
+     inkscape:tile-w="2"
+     inkscape:tile-h="3"
+     inkscape:tile-x0="0.00042934637"
+     inkscape:tile-y0="1.0004294" />
+  <use
+     x="0"
+     y="0"
+     inkscape:tiled-clone-of="#rect4165"
+     xlink:href="#rect4165"
+     id="use4169"
+     style="fill:#ff0000" />
+  <use
+     x="0"
+     y="0"
+     inkscape:tiled-clone-of="#rect4165"
+     xlink:href="#rect4165"
+     transform="translate(2,0)"
+     id="use4171"
+     style="fill:#ffe500;fill-opacity:1" />
+  <use
+     x="0"
+     y="0"
+     inkscape:tiled-clone-of="#rect4165"
+     xlink:href="#rect4165"
+     transform="translate(4,0)"
+     id="use4173"
+     style="fill:#ff0000" />
+  <use
+     x="0"
+     y="0"
+     inkscape:tiled-clone-of="#rect4165"
+     xlink:href="#rect4165"
+     transform="translate(6,0)"
+     id="use4175"
+     style="fill:#ffe500;fill-opacity:1" />
+  <use
+     x="0"
+     y="0"
+     inkscape:tiled-clone-of="#rect4165"
+     xlink:href="#rect4165"
+     transform="translate(8,0)"
+     id="use4177"
+     style="fill:#ff0000" />
+  <use
+     x="0"
+     y="0"
+     inkscape:tiled-clone-of="#rect4165"
+     xlink:href="#rect4165"
+     transform="translate(10,0)"
+     id="use4179"
+     style="fill:#ffe500;fill-opacity:1" />
+  <use
+     x="0"
+     y="0"
+     inkscape:tiled-clone-of="#rect4165"
+     xlink:href="#rect4165"
+     transform="translate(12,0)"
+     id="use4181"
+     style="fill:#ff0000" />
+  <use
+     x="0"
+     y="0"
+     inkscape:tiled-clone-of="#rect4165"
+     xlink:href="#rect4165"
+     transform="translate(14,0)"
+     id="use4183"
+     style="fill:#ffe500;fill-opacity:1" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#aa4400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.17200001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4163"
+     width="16"
+     height="2"
+     x="0"
+     y="0" />
+  <g
+     id="g845"
+     transform="matrix(0.02235904,0,0,0.02235904,3.2011451,6.9133298)">
+    <path
+       id="path847"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccc"
+       style="fill:#ffe200;fill-rule:evenodd;stroke:#000000;stroke-width:10;stroke-linejoin:round"
+       d="M 388.75,93.75 C 370,76.25 420,63.75 426.25,70 c 10,5 -8.75,8.75 -7.5,17.5 1.25,8.75 0,55 10,57.5 10,2.5 22.5,11.25 22.5,23.75 C 482.5,246.25 360,458.75 70,352.5 65,348.75 37.5,317.5 32.5,310 30,301.25 26.25,280 41.25,272.5 170,238.75 318.75,305 386.25,153.75 c 11.25,-26.25 2.5,-60 2.5,-60 z" />
+    <path
+       id="path849"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc"
+       style="fill:url(#linearGradient850);fill-rule:evenodd;stroke-width:1pt"
+       d="m 43.75,290 2.5,-12.5 C 138.75,242.5 310,316.25 392.5,157.5 351.25,270 278.75,338.75 43.75,290 Z" />
+    <path
+       id="path851"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc"
+       style="fill:#442400;fill-rule:evenodd;stroke-width:1pt"
+       d="m 386.15,89.136 c 2.92,-17.6 29.12,-18.073 36.45,-18.944 11.98,1.566 -15.49,21.444 -36.45,18.944 z" />
+    <path
+       id="path852"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc"
+       style="fill:#442400;fill-rule:evenodd;stroke-width:1pt"
+       d="m 32.518,305.14 c -0.933,-18.37 -1.866,-24.43 8.743,-30.49 4.617,6.93 3.75,28.37 -8.743,30.49 z" />
+    <path
+       id="path853"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc"
+       style="fill:url(#linearGradient854);fill-rule:evenodd;stroke-width:1pt"
+       d="M 133.75,366.25 C 352.5,421.25 426.74,283.13 440,250 c 22.5,-40 8.75,-85 8.75,-85 -1.25,135 -142.5,243.75 -315,201.25 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/massage.svg
===================================================================
--- /trunk/resources/images/presets/shop/massage.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/massage.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" id="svg2" viewBox="0 0 14 14" height="14" width="14" version="1.1">
+  <defs id="defs3053"/>
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <path id="rect823" d="M 5.5449219 1 A 1.5 1.5 0 0 0 4.0449219 2.5 A 1.5 1.5 0 0 0 5.5449219 4 A 1.5 1.5 0 0 0 7.0449219 2.5 A 1.5 1.5 0 0 0 5.5449219 1 z M 4.3300781 4.5097656 C 3.9406791 4.5609641 3.5894805 4.8289578 3.4570312 5.2148438 L 2.1582031 9 L 4.2265625 9 L 5.1738281 6.2421875 L 6.1914062 7.2890625 C 6.2070166 7.3051225 6.2270579 7.3126522 6.2441406 7.3261719 C 6.261156 7.3411298 6.2816192 7.3506327 6.3007812 7.3632812 C 6.330583 7.3808944 6.3585151 7.399261 6.390625 7.4101562 C 6.4071604 7.416766 6.4199583 7.4286562 6.4375 7.4335938 L 8.3613281 7.9746094 C 8.6279666 8.0496622 8.9034628 7.8955447 8.9785156 7.6289062 C 9.0535685 7.3622678 8.899451 7.0887247 8.6328125 7.0136719 L 6.8242188 6.5039062 L 5.1660156 4.7988281 C 5.154409 4.7868872 5.1393915 4.7820212 5.1269531 4.7714844 C 5.0172038 4.665986 4.8878893 4.5779543 4.7246094 4.5351562 C 4.5930588 4.5006749 4.4598778 4.4926995 4.3300781 4.5097656 z M 11.5 8 A 1.5 1.5 0 0 0 10 9.5 A 1.5 1.5 0 0 0 11.5 11 A 1.5 1.5 0 0 0 13 9.5 A 1.5 1.5 0 0 0 11.5 8 z M 1 10 C 0.446 10 0 10.446 0 11 C 0 11.554 0.446 12 1 12 L 5.5390625 12 L 7 12 L 9.1953125 12 L 11.253906 12.949219 C 11.320888 12.980138 11.391036 12.992352 11.458984 12.992188 C 11.473179 12.993388 11.485484 13 11.5 13 L 13.5 13 C 13.777 13 14 12.777 14 12.5 C 14 12.223 13.777 12 13.5 12 L 11.560547 12 L 7.34375 10.052734 C 7.2612144 10.014635 7.1762784 10.011013 7.09375 10.019531 C 7.0613102 10.016383 7.0332933 10 7 10 L 3.8828125 10 L 1.8144531 10 L 1 10 z " style="fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:0.7492063"/>
+</svg>
Index: /trunk/resources/images/presets/shop/medical_supply.svg
===================================================================
--- /trunk/resources/images/presets/shop/medical_supply.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/medical_supply.svg	(revision 16006)
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg6468"
+   sodipodi:docname="11.svg"
+   viewBox="0 0 150 160"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="150"
+   height="160">
+  <defs
+     id="defs23" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="987"
+     inkscape:window-maximized="1"
+     inkscape:zoom="2.8284271"
+     inkscape:window-x="-8"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="118.38835"
+     inkscape:cy="101.10406"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid831" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-230.68626,18.69835)">
+    <g
+       id="g3018"
+       transform="matrix(1.1291439,0,0,0.95811107,-32.972931,-149.53932)">
+      <path
+         id="path11-4-4"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccsccccccc"
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:0.02663;stroke-miterlimit:10"
+         d="m 295.86,136.6 c -2.1037,0.0666 -3.9109,0.24295 -5.4688,0.5625 -3.0358,0.61248 -4.2449,1.6881 -5.6562,3.3125 -1.3848,1.5978 -2.1584,3.6403 -2.5312,6.25 0.86612,1.0264 0.27734,1.7542 6.7749,3.3858 1.0652,-1.4646 2.9222,-2.9597 5.3188,-3.3858 2.4766,-0.47934 5.7566,-0.61929 9.9375,-0.40625 1.2516,-1.8108 1.7177,-3.4335 1.5312,-5.0312 -0.15978,-1.6244 -1.0677,-3.0886 -2.7188,-4.5 -2.7029,-0.18641 -5.0838,-0.25407 -7.1875,-0.1875 z" />
+      <path
+         id="path35-5-9"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccccscccc"
+         style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.029743;stroke-miterlimit:10"
+         d="m 291.28,145.44 c 0.80097,-0.96645 1.0573,-1.85 0.76893,-2.9822 -0.25631,-1.1045 -1.0573,-2.3471 -2.4029,-3.6172 -1.4417,0.60748 -2.6913,1.3254 -3.6204,2.4575 -0.96117,0.99405 -1.5699,2.7889 -2.0825,3.8934 -0.38447,1.1045 -0.67281,1.9329 -0.60874,2.5956 0.76894,0.46941 1.3777,1.0769 1.9544,1.9329 0.5767,0.85598 1.1214,1.8224 1.5058,3.1202 0.19222,-2.5956 -0.43066,-0.57227 0.27419,-1.7872 0.83301,-1.2702 2.8336,-5.7234 4.2112,-5.6129 z" />
+    </g>
+    <path
+       id="path49-5"
+       style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.02769834;stroke-miterlimit:10"
+       sodipodi:nodetypes="cccccscccccccccccccccccc"
+       inkscape:connector-curvature="0"
+       d="m 261.75386,31.765844 -10.56439,16.79761 c 0,0 -5.11648,5.91845 -6.64997,10.84294 -1.50426,4.87324 -3.4588,11.48105 -3.87974,19.03287 -0.36082,7.60396 0.84191,19.00798 1.86422,25.846966 1.20185,6.60742 3.06697,10.35814 4.7809,14.00758 1.71393,3.64782 3.3076,5.84275 5.26204,7.75563 2.13566,1.81216 4.66065,2.70445 6.64524,3.26582 1.89515,0.43373 3.30748,0.35717 4.81094,-0.12763 1.6237,-0.5102 3.21817,-1.35218 4.78181,-2.62791 l 8.99058,0.58684 c -1.32301,1.88806 -3.18644,3.62224 -5.26203,5.10214 -2.10563,1.53077 -4.54119,3.01067 -7.42695,3.85333 -2.85741,0.71437 -6.1649,1.83699 -9.59185,0.61233 -3.36768,-1.35228 -7.27665,-4.46566 -10.55411,-8.34313 -3.18723,-3.92922 -6.10483,-8.52106 -8.3892,-15.05384 -2.19505,-6.71023 -4.15028,-15.996626 -4.57123,-24.416506 -0.27062,-8.47075 1.3832,-18.85467 2.64604,-25.84696 1.35305,-7.01567 3.48883,-11.71004 5.26283,-15.87015 1.89436,-4.15878 3.54732,-6.78678 5.77241,-8.95547 2.25603,-2.21907 7.43056,-4.73661 10.227,-5.37452 l 5.84557,-1.0888 z" />
+    <g
+       id="g6431"
+       transform="matrix(1.1291439,0,0,0.95811107,-719.77712,-950.75789)">
+      <path
+         id="path47-0-8-2"
+         d="m 874.02,1078.6 c 0,5.2616 -2.3039,9.5238 -5.1838,9.5238 -2.8415,0 -5.1454,-4.2622 -5.1454,-9.5238 0,-5.2606 2.3039,-9.5228 5.1454,-9.5228 2.8799,0 5.1838,4.2622 5.1838,9.5228 z"
+         style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.038398;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path47-6-1"
+         d="m 872.43,1077.9 c 0,3.649 -1.5978,6.6049 -3.595,6.6049 -1.9706,0 -3.5684,-2.9559 -3.5684,-6.6049 0,-3.6483 1.5978,-6.6042 3.5684,-6.6042 1.9972,0 3.595,2.9559 3.595,6.6042 z"
+         style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.02663;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path45-8-2-2"
+         d="m 884.03,1073.3 c 0.0607,11.133 -0.63662,25.628 -4.8286,38.409 -3.9663,13.759 -14.287,18.432 -22.196,0.4703 -4.8128,-22.449 -6.6817,-36.161 -0.49824,-57.782 4.6922,-13.588 11.934,-15.805 17.27,-12.32 2.8848,5.4393 6.9068,8.8085 10.254,31.222 z m 5.5912,-29.99 c 2.573,5.9868 4.5946,12.981 5.6054,20.003 1.0414,6.8533 1.164,13.456 0.49008,21.205 -0.55134,7.778 -1.7459,17.402 -4.1657,24.982 -2.4811,7.5255 -6.2179,15.191 -10.506,19.863 -4.1351,4.5321 -9.1741,6.2636 -13.891,6.0957 -4.6558,-0.2797 -8.554,-3.218 -12.873,-8.8123 -4.2882,-5.763 -8.0183,-16.314 -10.53,-26.33 -2.3892,-10.126 -2.2904,-24.454 -1.4021,-35.784 1.072,-11.442 4.0507,-21.895 8.5533,-29.756 3.3012,-5.0833 8.8928,-10.598 14.529,-11.856 5.7585,-1.1749 10.713,1.2552 14.879,4.9759 4.1657,3.6928 6.8306,9.3719 9.3116,15.415 z"
+         sodipodi:nodetypes="cccccccccccccccccccc"
+         style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.029273;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path45-4-0"
+         d="m 882.26,1054.2 c 1.5712,4.9531 2.3434,9.134 2.7162,15.712 0.37282,6.5775 0.23967,16.244 -0.39944,23.248 -0.47933,6.8438 -1.0386,12.516 -2.9026,17.842 -1.8641,5.326 -5.1662,11.211 -8.1487,13.768 -2.876,2.4225 -5.9917,2.7421 -9.0274,0.8514 -2.9559,-2.0231 -6.3378,-5.7513 -8.7079,-12.729 -2.2103,-7.1634 -4.6602,-19.2 -4.8732,-29.319 -0.13315,-10.226 1.225,-22.662 3.7814,-30.731 2.6896,-8.0688 8.0422,-14.753 11.637,-16.883 3.595,-2.1304 6.8704,1.4113 9.5068,4.4738 2.7428,3.0897 4.8466,8.7352 6.4177,13.768 z m 5.6188,-8.7878 c 2.2369,5.6988 3.9944,12.356 4.8732,19.04 0.90541,6.5236 1.0119,12.808 0.42607,20.185 -0.47933,7.4037 -1.5179,16.564 -3.6216,23.78 -2.157,7.1634 -5.4058,14.46 -9.134,18.907 -3.595,4.314 -8.415,7.1641 -12.516,7.0043 -4.0477,-0.2663 -8.0954,-3.0631 -11.85,-8.3883 -3.7282,-5.4857 -8.0688,-14.327 -10.252,-23.861 -2.0771,-9.6392 -3.089,-22.316 -2.3168,-33.101 0.93203,-10.892 3.3021,-23.726 7.2166,-31.209 3.9678,-7.4829 11.025,-11.77 15.925,-12.969 5.0064,-1.1184 9.5334,2.3967 13.155,5.9384 3.6216,3.5151 5.9384,8.9209 8.0954,14.673 z"
+         style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.02663;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+    </g>
+    <path
+       id="path11-4"
+       style="fill-rule:evenodd;stroke:#000000;stroke-width:0.02769834;stroke-miterlimit:10"
+       sodipodi:nodetypes="ccsccccccccccc"
+       inkscape:connector-curvature="0"
+       d="m 356.5342,-15.124106 c -2.37538,0.0638 -4.41597,0.23278 -6.17506,0.53893 -3.42786,0.58683 -4.7931,1.61739 -6.38666,3.17375 -1.56364,1.5308702 -2.43715,3.4878102 -2.8581,5.9882002 -18.24245,2.03157 -40.9055,3.83474 -55.65437,-4.02254 2.20341,62.4075198 7.71318,71.4827498 -41.39103,101.4831198 7.93088,0.1386 58.49304,8.091726 71.91179,6.33378 47.37549,-14.52783 32.10269,-48.10962 31.73121,-95.7708498 0.24054,-2.75554002 0.5916,-4.50735 1.76428,-5.80855 1.20276,-1.40325 2.58665,-1.80739 5.29286,-2.21563 2.79644,-0.45927 6.50003,-0.59336 11.22087,-0.38924 1.41324,-1.73495 1.93953,-3.28968 1.72895,-4.8204502 -0.18042,-1.55636 -1.20559,-2.95922 -3.06992,-4.31149 -3.05197,-0.17861 -5.74034,-0.24344 -8.11572,-0.17965 z" />
+    <path
+       id="path35-5"
+       style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.03093623;stroke-miterlimit:10"
+       inkscape:connector-curvature="0"
+       d="m 351.36273,-6.6544058 c 0.9044,-0.92597 1.19384,-1.77251 0.86823,-2.85728 -0.28942,-1.0582302 -1.19385,-2.2487802 -2.71322,-3.4656802 -1.62789,0.58203 -3.03887,1.26989 -4.08796,2.35456 -1.08529,0.9524102 -1.77264,2.6720802 -2.35144,3.7303102 -0.43413,1.05823 -0.7597,1.85193 -0.68736,2.48687 0.86824,0.44975 1.55563,1.03179 2.20681,1.85193 0.65117,0.82013 1.26621,1.74606998 1.70026,2.98949998 0.21704,-2.48686998 0.72352,-4.31225998 1.51938,-5.47636998 0.94058,-1.21699 1.98966,-1.71962 3.54528,-1.61384 z" />
+    <g
+       id="g6437"
+       transform="matrix(1.1291439,0,0,0.95811107,-719.77712,-948.84168)">
+      <path
+         id="path47-0-9"
+         d="m 956.47,1083.6 c 0,5.2617 -2.3039,9.5239 -5.1838,9.5239 -2.8415,0 -5.1454,-4.2622 -5.1454,-9.5239 0,-5.2606 2.3039,-9.5228 5.1454,-9.5228 2.8799,0 5.1838,4.2622 5.1838,9.5228 z"
+         style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.038398;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path47-3"
+         d="m 954.88,1083 c 0,3.649 -1.5978,6.6049 -3.595,6.6049 -1.9706,0 -3.5684,-2.9559 -3.5684,-6.6049 0,-3.6483 1.5978,-6.6041 3.5684,-6.6041 1.9972,0 3.595,2.9558 3.595,6.6041 z"
+         style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.02663;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path45-8-7"
+         d="m 962.48,1073.1 c 0.0607,11.133 -0.63662,26.89 -4.8286,39.672 -3.9663,13.759 -14.287,18.432 -22.196,0.4703 -4.8128,-22.449 -6.6817,-36.161 -0.49824,-57.782 4.6922,-13.588 11.934,-15.805 17.27,-12.32 2.8848,5.4393 7.1593,8.3034 10.254,29.96 z m 5.5912,-28.728 c 2.573,5.9868 4.5946,12.981 5.6054,20.003 1.0414,6.8533 1.164,13.456 0.49008,21.205 -0.55134,7.778 -1.7459,17.402 -4.1657,24.982 -2.4811,7.5254 -6.2179,15.191 -10.506,19.863 -4.1351,4.532 -9.6792,7.5262 -14.396,7.3584 -4.6558,-0.2798 -9.3116,-3.218 -13.63,-8.8124 -4.2882,-5.763 -8.031,-15.944 -10.543,-25.96 -2.3892,-10.126 -2.8388,-22.908 -1.9505,-34.238 1.072,-11.442 3.7981,-24.926 8.3008,-32.787 4.5639,-7.8612 10.717,-12.008 16.353,-13.267 5.7585,-1.175 10.966,2.5178 15.131,6.2386 4.1657,3.6928 6.8306,9.3718 9.3116,15.415 z"
+         sodipodi:nodetypes="cccccccccccccccccccc"
+         style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.029273;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path45-0"
+         sodipodi:nodetypes="cscscccccsccccccccccccccccc"
+         d="m 960.71,1055.2 c 1.5712,4.9532 3.101,9.134 3.4738,15.712 0.37282,6.5776 0.23967,16.244 -0.39944,23.248 -0.47933,6.8438 -1.7962,12.516 -3.6602,17.842 -1.8641,5.3259 -5.1662,11.211 -8.1487,13.768 -2.876,2.4226 -5.9917,2.7421 -9.0274,0.8514 -2.9559,-2.0231 -6.3378,-5.7513 -8.7079,-12.729 -2.2103,-7.1633 -4.6602,-19.2 -4.8732,-29.319 -0.13315,-10.226 1.225,-22.662 3.7814,-30.731 2.6896,-8.0688 8.0422,-14.753 11.637,-16.883 3.595,-2.1304 6.8704,1.4114 9.5068,4.4738 2.7428,3.0898 4.8466,8.7352 6.4177,13.768 z m 5.6188,-8.7877 c 2.2369,5.6987 3.9944,12.356 4.8732,19.04 0.90541,6.5235 1.0119,12.808 0.42607,20.184 -0.47933,7.4038 -1.5179,16.564 -3.6216,23.78 -2.157,7.1633 -5.4058,14.46 -9.134,18.907 -3.595,4.314 -8.415,7.1641 -12.516,7.0043 -4.0477,-0.2663 -8.0954,-3.0631 -11.85,-8.3883 -3.7282,-5.4857 -8.0688,-14.327 -10.252,-23.861 -2.0771,-9.6392 -3.089,-22.316 -2.3168,-33.101 0.93203,-10.892 3.3021,-23.726 7.2166,-31.209 3.9678,-7.483 11.025,-11.77 15.925,-12.969 5.0064,-1.1184 9.5334,2.3967 13.155,5.9384 3.6216,3.5151 5.9384,8.921 8.0954,14.673 z"
+         style="fill:#c0c0c0;fill-rule:evenodd;stroke:#000000;stroke-width:0.02663;stroke-miterlimit:10"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <metadata
+     id="metadata21">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2011-03-14T10:50:30</dc:date>
+        <dc:description>Simple wheelchair icon. Based on Gerald_G's &quot;Girl_in_wheelchair&quot;.</dc:description>
+        <dc:source>https://openclipart.org/detail/127375/plain-wheelchair-by-tulvur</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>tulvur</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>Gerald G Girl in wheelchair</rdf:li>
+            <rdf:li>plain</rdf:li>
+            <rdf:li>simple</rdf:li>
+            <rdf:li>wheelchair</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/mobile_phone.svg
===================================================================
--- /trunk/resources/images/presets/shop/mobile_phone.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/mobile_phone.svg	(revision 16006)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="10"
+   height="16"
+   viewBox="0 0 10 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="mobile_phone.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview6"
+     showgrid="true"
+     inkscape:zoom="29.5"
+     inkscape:cx="0.066779783"
+     inkscape:cy="5.0294079"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4134"
+       originx="1"
+       originy="0" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4136"
+     width="6"
+     height="9"
+     x="2.000001"
+     y="5"
+     ry="0" />
+  <path
+     d="M 4,1 C 3.517164,1 3,1.3876224 3,2 L 3,3 C 1.8815,3.0818 1,3.90528 1,5 l 0,8 c 0,1.1488 0.803333,2 2,2 l 4,0 c 1.196667,0 2,-0.8512 2,-2 L 9,5 C 9,3.8512 8.196667,3 7,3 L 5,3 5,2 C 5,1.3640694 4.482836,1 4,1 Z M 2,5 8,5 8,12 2,12 2,5 Z m 2,8 2,0 0,1 -2,0 0,-1 z"
+     id="mobile-phone"
+     style="fill:#ac39ac;fill-opacity:1"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/shop/music.svg
===================================================================
--- /trunk/resources/images/presets/shop/music.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/music.svg	(revision 16006)
@@ -0,0 +1,514 @@
+<?xml version="1.0"?>
+<svg
+    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+    xmlns="http://www.w3.org/2000/svg"
+    xmlns:cc="http://creativecommons.org/ns#"
+    xmlns:xlink="http://www.w3.org/1999/xlink"
+    xmlns:dc="http://purl.org/dc/elements/1.1/"
+    xmlns:svg="http://www.w3.org/2000/svg"
+    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+    xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+    xmlns:ns1="http://sozi.baierouge.fr"
+    id="svg2"
+    viewBox="0 0 432 432"
+    version="1.1"
+  >
+  <defs
+      id="defs4"
+    >
+    <linearGradient
+        id="linearGradient4533"
+      >
+      <stop
+          id="stop4535"
+          stop-color="#8eff6d"
+          offset="0"
+      />
+      <stop
+          id="stop4537"
+          stop-color="#9af978"
+          stop-opacity="0"
+          offset="1"
+      />
+    </linearGradient
+    >
+    <linearGradient
+        id="linearGradient3845"
+      >
+      <stop
+          id="stop3903"
+          stop-color="#525252"
+          stop-opacity=".63478"
+          offset="0"
+      />
+      <stop
+          id="stop3849"
+          stop-color="#ececec"
+          stop-opacity=".43478"
+          offset="1"
+      />
+    </linearGradient
+    >
+    <filter
+        id="filter4282"
+        color-interpolation-filters="sRGB"
+      >
+      <feGaussianBlur
+          id="feGaussianBlur4284"
+          stdDeviation="4.055"
+      />
+    </filter
+    >
+    <filter
+        id="filter4360"
+        color-interpolation-filters="sRGB"
+      >
+      <feGaussianBlur
+          id="feGaussianBlur4362"
+          stdDeviation="1.7120313"
+      />
+    </filter
+    >
+    <filter
+        id="filter4492"
+        color-interpolation-filters="sRGB"
+      >
+      <feGaussianBlur
+          id="feGaussianBlur4494"
+          stdDeviation="1.755396"
+      />
+    </filter
+    >
+    <filter
+        id="filter4549"
+        color-interpolation-filters="sRGB"
+      >
+      <feGaussianBlur
+          id="feGaussianBlur4551"
+          stdDeviation="1.8863557"
+      />
+    </filter
+    >
+    <radialGradient
+        id="radialGradient4668"
+        gradientUnits="userSpaceOnUse"
+        cy="323.14"
+        cx="239.83"
+        gradientTransform="matrix(.78775 .45481 -.34925 .60492 163.76 18.588)"
+        r="203.35"
+      >
+      <stop
+          id="stop4511"
+          stop-color="#ff70ff"
+          offset="0"
+      />
+      <stop
+          id="stop4513"
+          stop-color="#ff70ff"
+          stop-opacity="0"
+          offset="1"
+      />
+    </radialGradient
+    >
+    <radialGradient
+        id="radialGradient4698"
+        xlink:href="#linearGradient4533"
+        gradientUnits="userSpaceOnUse"
+        cy="320.81"
+        cx="240.29"
+        gradientTransform="matrix(1.3666 -.36617 .33705 1.2579 -193.58 2.6914)"
+        r="152.3"
+    />
+    <linearGradient
+        id="linearGradient4703"
+        x1="1058.5"
+        spreadMethod="reflect"
+        gradientUnits="userSpaceOnUse"
+        y1="319.44"
+        gradientTransform="translate(-1024.5 -2.566)"
+        x2="1265.8"
+        y2="319.44"
+      >
+      <stop
+          id="stop4306"
+          stop-color="#7eeebc"
+          stop-opacity=".81961"
+          offset="0"
+      />
+      <stop
+          id="stop3834"
+          stop-color="#fdffdc"
+          stop-opacity=".8"
+          offset="1"
+      />
+    </linearGradient
+    >
+    <linearGradient
+        id="linearGradient4706"
+        x1="237.28"
+        xlink:href="#linearGradient3845"
+        spreadMethod="reflect"
+        gradientUnits="userSpaceOnUse"
+        y1="532.97"
+        gradientTransform="matrix(0 1 -1 0 559.35 79.59)"
+        x2="237.28"
+        y2="105.9"
+    />
+    <linearGradient
+        id="linearGradient4709"
+        x1="175.67"
+        xlink:href="#linearGradient3845"
+        spreadMethod="reflect"
+        gradientUnits="userSpaceOnUse"
+        y1="319.44"
+        gradientTransform="matrix(0 1 -1 0 559.35 79.59)"
+        x2="298.9"
+        y2="319.44"
+    />
+    <linearGradient
+        id="linearGradient4713"
+        x1="35.581"
+        xlink:href="#linearGradient4533"
+        gradientUnits="userSpaceOnUse"
+        y1="383.75"
+        gradientTransform="translate(2.629 -2.566)"
+        x2="182.33"
+        y2="383.75"
+    />
+    <radialGradient
+        id="radialGradient4718"
+        xlink:href="#linearGradient4533"
+        gradientUnits="userSpaceOnUse"
+        cy="319.44"
+        cx="238.03"
+        gradientTransform="matrix(1 0 0 1.8479 2.629 -273.43)"
+        r="115.58"
+    />
+    <linearGradient
+        id="linearGradient4721"
+        x1="18.104"
+        xlink:href="#linearGradient3845"
+        gradientUnits="userSpaceOnUse"
+        y1="319.44"
+        gradientTransform="translate(2.629 -2.566)"
+        x2="456.46"
+        y2="319.44"
+    />
+    <linearGradient
+        id="linearGradient4724"
+        x1="240.53"
+        xlink:href="#linearGradient3845"
+        gradientUnits="userSpaceOnUse"
+        y1="221.99"
+        gradientTransform="translate(2.629 -2.566)"
+        x2="236.75"
+        y2="363.9"
+    />
+    <radialGradient
+        id="radialGradient4728"
+        xlink:href="#linearGradient4533"
+        gradientUnits="userSpaceOnUse"
+        cy="315.98"
+        cx="239"
+        gradientTransform="matrix(1.3872 0 0 1.187 -93.096 -61.665)"
+        r="211.06"
+    />
+    <linearGradient
+        id="linearGradient4731"
+        x1="20.329"
+        xlink:href="#linearGradient3845"
+        spreadMethod="reflect"
+        gradientUnits="userSpaceOnUse"
+        y1="319.44"
+        gradientTransform="translate(2.629 -2.566)"
+        x2="235.78"
+        y2="319.44"
+    />
+    <linearGradient
+        id="linearGradient4740"
+        x1="293.55"
+        xlink:href="#linearGradient4533"
+        gradientUnits="userSpaceOnUse"
+        x2="446.11"
+        y1="252.62"
+        y2="252.62"
+    />
+  </defs
+  >
+  <g
+      id="layer1"
+      transform="translate(-24.688 -100.73)"
+    >
+    <path
+        id="path4185"
+        style="color:#000000"
+        fill="#a1ea7f"
+        d="m239.91 107.8c-115.46 0-209.06 93.602-209.06 209.06s93.602 209.06 209.06 209.06 209.06-93.602 209.06-209.06-93.602-209.06-209.06-209.06zm0 133.06c41.967 0 76 34.033 76 76s-34.033 76-76 76-76-34.033-76-76 34.033-76 76-76z"
+    />
+    <path
+        id="path2996"
+        style="color:#000000"
+        fill="url(#linearGradient4731)"
+        d="m452.51 316.87c0-117.42-95.181-212.6-212.6-212.6s-212.6 95.181-212.6 212.6 95.181 212.6 212.6 212.6 212.6-95.181 212.6-212.6zm-186.04 0c0 14.677-11.886 26.563-26.563 26.563s-26.563-11.886-26.563-26.563 11.886-26.594 26.563-26.594 26.563 11.917 26.563 26.594z"
+    />
+    <path
+        id="path4782"
+        filter="url(#filter4549)"
+        style="color:#000000"
+        fill="url(#radialGradient4728)"
+        d="m48.816 238.18c-7.2062 17.969-11.999 37.092-14.031 56.844l129.63 12.25c0.86437-7.0028 2.6856-13.787 5.3231-20.156l-120.92-48.93z"
+    />
+    <path
+        id="path4780"
+        filter="url(#filter4549)"
+        style="color:#000000"
+        fill="url(#radialGradient4728)"
+        d="m314.2 329.03c-0.81604 5.1711-2.1688 10.18-3.9692 15l120.92 48.906c4.8911-12.667 8.5699-25.846 10.954-39.438l-127.9-24.47z"
+    />
+    <path
+        id="path4504"
+        filter="url(#filter4549)"
+        style="color:#000000"
+        fill="url(#radialGradient4728)"
+        d="m185.4 370.53-87.785 97.75c7.0288 6.7806 14.521 13.046 22.4 18.75l73.354-109.28c-2.8239-2.2046-5.4705-4.6264-7.9692-7.2188z"
+    />
+    <path
+        id="path4368"
+        filter="url(#filter4282)"
+        style="color:#000000"
+        fill="url(#linearGradient4740)"
+        d="m413.47 209.9-110.19 66.938c3.606 5.6927 6.461 11.907 8.4375 18.5l124.66-33.06c-5.1777-18.664-12.962-36.275-22.906-52.375z"
+    />
+    <path
+        id="path3014"
+        style="color:#000000"
+        fill="url(#linearGradient4724)"
+        d="m239.91 288.2c-15.831 0-28.668 12.837-28.668 28.668s12.837 28.668 28.668 28.668 28.668-12.837 28.668-28.668-12.837-28.668-28.668-28.668zm0 0.82161c15.378 0 27.846 12.469 27.846 27.846 0 15.378-12.469 27.846-27.846 27.846-15.378 0-27.846-12.469-27.846-27.846 0-15.378 12.469-27.846 27.846-27.846z"
+    />
+    <path
+        id="path3016"
+        style="color:#000000"
+        fill="url(#linearGradient4721)"
+        d="m239.91 247.72c-38.186 0-69.15 30.963-69.15 69.15 0 38.186 30.963 69.15 69.15 69.15 38.186 0 69.15-30.963 69.15-69.15 0-38.186-30.963-69.15-69.15-69.15zm0 1.9818c37.093 0 67.168 30.075 67.168 67.168s-30.075 67.168-67.168 67.168-67.168-30.075-67.168-67.168 30.075-67.168 67.168-67.168z"
+    />
+    <path
+        id="path4790"
+        filter="url(#filter4282)"
+        style="color:#000000"
+        fill="url(#radialGradient4718)"
+        d="m239.94 113.03c-19.84 0-38.992 2.8383-57.125 8.125l38.406 123.16c5.9864-1.5406 12.252-2.375 18.719-2.375 14.537 0 28.134 4.115 39.625 11.281l66.938-110.12c-31.007-19.053-67.502-30.062-106.56-30.062z"
+    />
+    <path
+        id="path4342"
+        filter="url(#filter4282)"
+        style="color:#000000"
+        fill="url(#radialGradient4718)"
+        d="m278.63 381.06c-11.294 6.8203-24.535 10.75-38.688 10.75-13.96 0-27.027-3.8193-38.219-10.469l-66.906 110.19c30.697 18.519 66.661 29.188 105.12 29.188 36.011 0 69.86-9.362 99.219-25.75l-60.52-113.91z"
+    />
+    <path
+        id="path4370"
+        filter="url(#filter4282)"
+        style="color:#000000"
+        fill="#a9c386"
+        d="m104.5 164.56c-9.3517 8.3246-17.938 17.506-25.625 27.406l103.59 76.875c2.9537-3.5308 6.2027-6.7842 9.75-9.7188l-87.71-94.56z"
+    />
+    <path
+        id="path4800"
+        filter="url(#filter4492)"
+        style="color:#000000"
+        fill="url(#radialGradient4668)"
+        d="m344.75 499.72c11.895-6.6058 23.168-14.373 33.688-23.312l-84.59-101.6c-3.9312 3.4601-8.1775 6.4782-12.656 9.0312l63.562 115.88z"
+    />
+    <path
+        id="path4798"
+        filter="url(#filter4492)"
+        style="color:#000000"
+        fill="url(#radialGradient4668)"
+        d="m41.16 371.12 127.03-36.84c-0.80821-3.526-1.3496-7.104-1.6562-10.719l-130.97 18.625c1.1883 9.7737 3.0543 19.444 5.5938 28.938z"
+    />
+    <path
+        id="path4796"
+        filter="url(#filter4492)"
+        style="color:#000000"
+        fill="url(#radialGradient4668)"
+        d="m318.75 303.93 131.38-15.156c-1.7504-12.732-4.6513-25.283-8.6875-37.469l-126.38 39c1.6455 4.4243 2.8749 8.9755 3.6875 13.625z"
+    />
+    <path
+        id="path4366"
+        filter="url(#filter4282)"
+        style="color:#000000"
+        fill="url(#linearGradient4713)"
+        d="m168.94 340.84-121 44.562c4.526 12.681 10.268 24.745 17.094 36.125l110.19-66.9c-2.5379-4.3405-4.6481-8.9417-6.2812-13.781z"
+    />
+    <path
+        id="path3841"
+        style="color:#000000"
+        fill="url(#linearGradient4709)"
+        d="m239.91 378.49c34.025 0 61.614-27.589 61.614-61.614s-27.589-61.614-61.614-61.614-61.614 27.589-61.614 61.614 27.589 61.614 61.614 61.614zm0-1.7658c-33.05 0-59.848-26.798-59.848-59.848s26.798-59.848 59.848-59.848 59.848 26.798 59.848 59.848-26.798 59.848-59.848 59.848z"
+    />
+    <path
+        id="path3843"
+        style="color:#000000"
+        fill="url(#linearGradient4706)"
+        d="m179.59 316.87c0 33.311 27.01 60.321 60.321 60.321s60.321-27.01 60.321-60.321-27.01-60.321-60.321-60.321-60.321 27.01-60.321 60.321zm1.7288 0c0-32.357 26.236-58.592 58.592-58.592 32.357 0 58.592 26.236 58.592 58.592 0 32.357-26.236 58.592-58.592 58.592-32.357 0-58.592-26.236-58.592-58.592z"
+    />
+    <path
+        id="path4320"
+        filter="url(#filter4282)"
+        style="color:#000000"
+        fill="url(#linearGradient4703)"
+        d="m237.69 113.03c-38.464 0-74.428 10.669-105.12 29.188l66.906 110.19c11.192-6.6494 24.259-10.469 38.219-10.469 14.153 0 27.394 3.9297 38.688 10.75l60.531-113.91c-29.359-16.388-63.208-25.75-99.219-25.75zm39.625 267.5c-11.491 7.1662-25.088 11.281-39.625 11.281-6.4667 0-12.732-0.8344-18.719-2.375l-38.406 123.16c18.133 5.2867 37.285 8.125 57.125 8.125 39.061 0 75.556-11.009 106.56-30.062l-66.938-110.12z"
+    />
+    <path
+        id="path4808"
+        style="color:#000000"
+        d="m376.44 167.75-85.875 96.25c2.4944 2.4951 4.7804 5.1718 6.9062 8l98.594-83.219c-6.0447-7.4611-12.609-14.502-19.625-21.031z"
+        fill-opacity=".97401"
+        filter="url(#filter4282)"
+        fill="#97bd84"
+    />
+    <path
+        id="path4806"
+        style="color:#000000"
+        d="m58.941 218.72c-6.4078 11.62-11.688 23.882-15.75 36.719l122.53 40.156c1.4563-4.8957 3.4026-9.5702 5.7812-14l-112.56-62.875z"
+        fill-opacity=".97401"
+        filter="url(#filter4282)"
+        fill="#97bd84"
+    />
+    <path
+        id="path4804"
+        style="color:#000000"
+        d="m310.07 335.87c-1.7357 6.6608-4.3844 12.961-7.7812 18.781l112.56 62.906c9.353-16.45 16.503-34.348 21-53.188l-125.78-28.5z"
+        fill-opacity=".97401"
+        filter="url(#filter4282)"
+        fill="#97bd84"
+    />
+    <path
+        id="path4443"
+        style="color:#000000"
+        d="m181.85 367.03-100.72 80.59c8.0418 9.6148 16.946 18.489 26.594 26.469l84.219-97.688c-3.6516-2.8038-7.0138-5.9538-10.094-9.375z"
+        fill-opacity=".97401"
+        filter="url(#filter4282)"
+        fill="#97bd84"
+    />
+    <path
+        id="path3018"
+        style="color:#000000"
+        fill="#333"
+        d="m239.91 109.59c-114.47 0-207.28 92.814-207.28 207.28s92.814 207.28 207.28 207.28 207.28-92.814 207.28-207.28-92.814-207.28-207.28-207.28zm0 1.4062c113.69 0 205.88 92.188 205.88 205.88s-92.188 205.88-205.88 205.88-205.88-92.188-205.88-205.88 92.188-205.88 205.88-205.88z"
+    />
+    <path
+        id="path4776"
+        filter="url(#filter4360)"
+        style="color:#000000"
+        fill="url(#radialGradient4698)"
+        d="m391.1 180.59c-8.3246-9.3516-17.506-17.938-27.406-25.625l-76.875 103.59c3.5308 2.9537 6.7842 6.2027 9.7188 9.75l94.562-87.719z"
+    />
+    <path
+        id="path4774"
+        filter="url(#filter4360)"
+        style="color:#000000"
+        fill="url(#radialGradient4698)"
+        d="m345.76 489.56-66.938-110.19c-5.6927 3.606-11.907 6.461-18.5 8.4375l33.062 124.66c18.664-5.1777 36.275-12.962 52.375-22.906z"
+    />
+    <path
+        id="path4358"
+        filter="url(#filter4360)"
+        style="color:#000000"
+        fill="url(#radialGradient4698)"
+        d="m196.04 377.56c-2.9036-2.0218-5.6659-4.2229-8.25-6.625l-93.063 89.312c6.7802 6.7744 14.043 13.074 21.719 18.844l79.594-101.53z"
+    />
+    <path
+        id="path3005"
+        style="color:#000000"
+        fill="#4d4d4d"
+        d="m239.91 240.87c-41.967 0-76 34.033-76 76s34.033 76 76 76 76-34.033 76-76-34.033-76-76-76zm0 5.8887c38.715 0 70.111 31.396 70.111 70.111s-31.396 70.111-70.111 70.111-70.111-31.396-70.111-70.111 31.396-70.111 70.111-70.111z"
+    />
+  </g
+  >
+  <metadata
+    >
+    <rdf:RDF
+      >
+      <cc:Work
+        >
+        <dc:format
+          >image/svg+xml</dc:format
+        >
+        <dc:type
+            rdf:resource="http://purl.org/dc/dcmitype/StillImage"
+        />
+        <cc:license
+            rdf:resource="http://creativecommons.org/licenses/publicdomain/"
+        />
+        <dc:publisher
+          >
+          <cc:Agent
+              rdf:about="http://openclipart.org/"
+            >
+            <dc:title
+              >Openclipart</dc:title
+            >
+          </cc:Agent
+          >
+        </dc:publisher
+        >
+        <dc:title
+          >CD-DVD, Compact disc</dc:title
+        >
+        <dc:date
+          >2013-06-14T15:31:08</dc:date
+        >
+        <dc:description
+          >CD-DVD, Compact disc</dc:description
+        >
+        <dc:source
+          >https://openclipart.org/detail/179327/cd-dvd-compact-disc-by-keistutis-179327</dc:source
+        >
+        <dc:creator
+          >
+          <cc:Agent
+            >
+            <dc:title
+              >Keistutis</dc:title
+            >
+          </cc:Agent
+          >
+        </dc:creator
+        >
+        <dc:subject
+          >
+          <rdf:Bag
+            >
+            <rdf:li
+              >CD-DVD</rdf:li
+            >
+            <rdf:li
+              >Compact disc</rdf:li
+            >
+          </rdf:Bag
+          >
+        </dc:subject
+        >
+      </cc:Work
+      >
+      <cc:License
+          rdf:about="http://creativecommons.org/licenses/publicdomain/"
+        >
+        <cc:permits
+            rdf:resource="http://creativecommons.org/ns#Reproduction"
+        />
+        <cc:permits
+            rdf:resource="http://creativecommons.org/ns#Distribution"
+        />
+        <cc:permits
+            rdf:resource="http://creativecommons.org/ns#DerivativeWorks"
+        />
+      </cc:License
+      >
+    </rdf:RDF
+    >
+  </metadata
+  >
+</svg
+>
Index: /trunk/resources/images/presets/shop/musical_instrument.svg
===================================================================
--- /trunk/resources/images/presets/shop/musical_instrument.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/musical_instrument.svg	(revision 16006)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="10.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="2.6330947"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <g
+       id="g3338"
+       transform="matrix(1.3973279,-0.2437849,0.2437849,1.3973279,-186.77802,418.02308)" />
+    <path
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:#da8dda;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 1.0368432,1039.8644 H 15.130683"
+       id="path10992"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path10994"
+       d="M 1.0368432,1042.8582 H 15.130683"
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:#da8dda;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:#da8dda;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 1.0368432,1045.852 H 15.130683"
+       id="path10996"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path10998"
+       d="M 1.0368432,1048.8458 H 15.130683"
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:#da8dda;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:#da8dda;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 1.0368432,1051.8397 H 15.130683"
+       id="path11004"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g10985"
+       transform="matrix(0.03437867,0,0,0.03431875,-1.8253368,1035.6294)"
+       style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-opacity:1">
+      <g
+         id="g10979"
+         style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-opacity:1">
+        <circle
+           style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           id="path10961"
+           transform="translate(76.719576,-6.1375661)"
+           cx="101.26984"
+           cy="408.14816"
+           r="52.169312" />
+        <path
+           style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           d="m 225.875,162.78125 c -2.61273,0.0409 -5.1927,1.15475 -7.0142,3.02829 -1.8215,1.87355 -2.86227,4.48387 -2.82955,7.09671 v 193.4375 c -9.518,-10.14902 -23.01953,-16.5 -38.03125,-16.5 -28.81232,0 -52.1875,23.34393 -52.1875,52.15625 0,28.81232 23.37518,52.1875 52.1875,52.1875 26.28278,0 53.24254,-16.72266 57.625,-48.71875 0.14129,-0.11507 0.46132,-5.4127 0.40625,-9.46875 V 172.90625 c 0.0334,-2.66492 -1.05191,-5.32625 -2.93935,-7.20788 -1.88743,-1.88163 -4.55209,-2.9587 -7.2169,-2.91712 z"
+           id="path10963"
+           sodipodi:nodetypes="csccssscccsc"
+           inkscape:connector-curvature="0" />
+        <path
+           sodipodi:nodetypes="csccssscccsc"
+           id="path10975"
+           d="m 401.00727,92.19924 c -2.61273,0.04088 -5.1927,1.15475 -7.0142,3.02829 -1.8215,1.87355 -2.86227,4.48387 -2.82955,7.09671 v 193.4375 c -9.518,-10.14902 -23.01953,-16.5 -38.03125,-16.5 -28.81232,0 -52.1875,23.34393 -52.1875,52.15625 0,28.81232 23.37518,52.1875 52.1875,52.1875 26.28278,0 53.24254,-16.72266 57.625,-48.71875 0.14129,-0.11507 0.46132,-5.4127 0.40625,-9.46875 V 102.32424 c 0.0334,-2.66492 -1.05191,-5.32625 -2.93935,-7.20788 -1.88743,-1.88163 -4.55209,-2.9587 -7.2169,-2.91712 z"
+           style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:20;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+           inkscape:connector-curvature="0" />
+        <path
+           style="fill:#ac39ac;fill-opacity:1;stroke:#ac39ac;stroke-width:40;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="M 227.85714,170.61905 398.9418,102.80424"
+           id="path10977"
+           sodipodi:nodetypes="cc"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/news.svg
===================================================================
--- /trunk/resources/images/presets/shop/news.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/news.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="m 1,1 0,13 12,0 0,-13 z m 1,1 10,0 0,11 -10,0 z m 1,1 0,2 8,0 0,-2 z M 3,6 3,6.5 6,6.5 6,6 z m 5,4 0,0.5 3,0 0,-0.5 z M 3,7 3,7.5 6,7.5 6,7 z m 5,4 0,0.5 3,0 0,-0.5 z M 3,8 3,8.5 6,8.5 6,8 z M 3,9 3,9.5 6,9.5 6,9 z m 5,-3 0,3 3,0 0,-3 z m -5,4 0,0.5 3,0 0,-0.5 z m 0,1 0,0.5 3,0 0,-0.5 z" id="news" style="fill:#ac39ac;fill-opacity:1" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/shop/optician.svg
===================================================================
--- /trunk/resources/images/presets/shop/optician.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/optician.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/>
+  <path d="M 5,3 0,6 c 0,2 0.25,5 1.25,5 L 5,11 C 6,11 6.25,7.5 6.25,7.5 6.76702,7.25 7.23298,7.25 7.75,7.5 7.75,7.5 8,11 9,11 l 3.75,0 C 13.75,11 14,8 14,6 L 9,3 C 8.521411,2.7236864 8.12726,3.746123 9,4.25 L 12,6 2,6 5,4.25 C 5.922502,3.7173932 5.364967,2.789286 5,3 z m -3.75,4.25 3.75,0 -0.5,2.5 -2.75,0 z m 7.75,0 3.75,0 -0.5,2.5 -2.75,0 z" id="optician" style="fill:#800080;fill-opacity:1;stroke:none" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/shop/outdoor.svg
===================================================================
--- /trunk/resources/images/presets/shop/outdoor.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/outdoor.svg	(revision 16006)
@@ -0,0 +1,510 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="160"
+   id="Layer_1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="14.svg"
+   sodipodi:version="0.32"
+   style="overflow:visible"
+   version="1.0"
+   viewBox="0 0 160 160"
+   width="160"
+   xml:space="preserve"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"><metadata
+     id="metadata3016"><rdf:RDF><cc:Work
+         rdf:about=""><dc:title></dc:title><dc:description /><dc:subject><rdf:Bag><rdf:li>clothing</rdf:li></rdf:Bag></dc:subject><dc:publisher><cc:Agent
+             rdf:about="http://www.openclipart.org"><dc:title>Architetto Francesco Rollandin</dc:title></cc:Agent></dc:publisher><dc:creator><cc:Agent><dc:title>Architetto Francesco Rollandin</dc:title></cc:Agent></dc:creator><dc:rights><cc:Agent><dc:title>Architetto Francesco Rollandin</dc:title></cc:Agent></dc:rights><dc:date /><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" /><dc:language>en</dc:language></cc:Work><cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain"><cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" /><cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" /><cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" /></cc:License></rdf:RDF></metadata><defs
+     id="defs205" /><sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="Layer_1"
+     inkscape:cx="89.270961"
+     inkscape:cy="84.7385"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="2.7270638"
+     pagecolor="#ffffff"
+     height="220px"
+     width="220px"
+     showgrid="true"
+     inkscape:window-maximized="1"><inkscape:grid
+       type="xygrid"
+       id="grid938" /></sodipodi:namedview><g
+     id="XMLID_1_"
+     transform="matrix(0.65082175,0,0,0.60298643,24.753818,-0.15002165)"><g
+       id="g4"><path
+         d="m 213.122,217.444 c -6.4,0.89 -13.2,3.399 -19.97,4.75 -5.4,1.069 -10.79,1.409 -15.94,-0.391 6.28,-0.12 12.49,-0.74 18.65,-2.02 1.689,-0.351 5.239,-1.521 8.699,-2.36 3.791,-0.9 7.471,-1.4 8.561,0.021 z"
+         id="path6"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 195.342,209.983 c 0.22,2.461 -0.79,2.11 -2.41,2.641 0.67,-0.951 1.62,-1.771 2.41,-2.641 z"
+         id="path8"
+         inkscape:connector-curvature="0" /><path
+         d="m 191.432,147.793 c 1.641,4.7 3.82,9.88 4.94,14.47 -9.15,1.48 -18.101,3.99 -27.07,6.3 -0.189,0.051 -0.38,0.101 -0.57,0.15 -4.97,1.35 -7.029,2.72 -9.189,-2.32 -1.36,-3.18 -2.93,-6.52 -3.61,-9.93 -0.84,-4.21 6.17,-4.5 9.92,-5.45 3.29,-0.83 6.63,-1.58 9.96,-2.3 1.431,-0.31 2.851,-0.61 4.271,-0.91 3.308,-0.689 10.088,-3.59 11.348,-0.01 z m -16.4,9.19 c 2.59,-1.109 9.449,6.4 9.29,-1.489 -0.85,-5.651 -8.43,-3.071 -9.29,1.489 z"
+         id="path10"
+         style="fill:#023f4f"
+         inkscape:connector-curvature="0" /><path
+         d="m 182.032,143.603 c 2.489,-0.569 4.96,-1.029 7.34,-1.3 -4.66,1.101 -9.29,3.21 -14.04,4.2 -1.92,0.39 -3.851,0.61 -5.811,0.5 4.101,-1.179 8.341,-2.44 12.511,-3.4 z"
+         id="path12"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 179.742,156.063 c 0.81,-2.989 2.149,-2.109 1.83,0.23 -0.61,-0.07 -1.22,-0.15 -1.83,-0.23 z"
+         id="path14"
+         style="fill:#8c8c8c"
+         inkscape:connector-curvature="0" /><path
+         d="m 181.572,156.293 c 0.319,-2.34 -1.021,-3.22 -1.83,-0.23 0.61,0.08 1.22,0.16 1.83,0.23 z m 2.75,-0.799 c 0.159,7.89 -6.7,0.38 -9.29,1.489 0.86,-4.56 8.44,-7.14 9.29,-1.489 z"
+         id="path16"
+         inkscape:connector-curvature="0" /><path
+         d="m 171.252,206.543 c 0.6,1.39 5.46,10.63 2.29,10.04 -1.75,-0.33 -3.5,-4.68 -4.95,-9.38 -1.45,-4.71 -2.6,-9.78 -3.11,-11.57 -2.14,-7.38 -4.5,-14.86 -7.31,-22.02 5.08,2.08 3.72,10.17 7,14 l 0.61,-0.12 c 1.26,6.52 2.82,12.93 5.47,19.05 z"
+         id="path18"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 165.172,187.614 c 3.28,-8.761 -8.11,-13.761 4.09,-16.91 0.46,-0.12 0.96,-0.24 1.5,-0.351 8.641,-1.85 17.05,-3.729 25.84,-4.88 5.721,15.01 12.12,29.931 15.431,45.71 0.79,3.8 -3.23,3.471 -6.601,4.311 -0.42,0.1 -0.84,0.21 -1.26,0.31 -2.86,0.7 -5.74,1.38 -8.6,2.101 -2.33,0.579 -4.75,-1.271 -7.801,-0.181 -2.899,1.04 -6.01,1.95 -8.38,-0.63 0.94,-0.53 2.311,-0.86 1.261,-2.06 -0.311,-0.36 -1.721,0.199 -1.721,0.33 -0.399,-0.631 -2.83,-2.851 -3.63,-4.32 -4.08,-7.54 -4.38,-16.771 -9.56,-23.771 0.01,0.07 0.029,0.15 0.04,0.221 z m 27.76,25.01 c 1.62,-0.53 2.63,-0.18 2.41,-2.641 -0.79,0.87 -1.74,1.69 -2.41,2.641 z"
+         id="path20"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 165.402,85.053 c 0.68,0.88 0.159,1.34 0.109,2.41 -0.039,-0.799 -0.079,-1.609 -0.109,-2.41 z"
+         id="path22"
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0" /><path
+         d="m 165.402,109.723 c 0,0.15 0.63,1.15 0.109,2.18 -0.699,-0.56 -0.229,-1.15 -0.109,-2.18 z"
+         id="path24"
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0" /><path
+         d="m 153.922,149.983 c 3.83,-0.8 7.65,-1.6 11.48,-2.409 -3.39,2.399 -7.44,2.819 -11.48,2.409 z"
+         id="path26"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 183.412,227.423 c -4.9,1.63 -22.16,1.18 -24.23,6.18 l -0.439,-0.08 c 0.37,-0.949 0.609,-2.22 -0.92,-1.46 -0.92,0.46 -1.29,-1.58 -1.141,-2.229 0.48,-2.101 8.7,-4.54 11.42,-5.7 7.75,-3.321 8.8,4.23 15.31,3.289 z"
+         id="path28"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 159.092,233.843 c 5.76,-0.41 11.561,-0.88 17.26,-1.87 4.03,-0.689 13.38,-1.22 15.771,-4.21 -2.04,-0.47 -4.19,-0.28 -6.311,-0.46 1.521,-1.479 4.431,-2.54 7.721,-3.35 4.81,-1.2 10.439,-1.86 13.739,-2.5 2.4,-0.46 6.631,-2.141 5.5,1.779 -0.47,1.65 -1.529,3.23 -2.75,3.961 -4.899,-0.37 -10.29,-1.921 -15.029,0.109 -2.95,1.271 -1.88,2.13 -6.08,3.33 -9.681,2.771 -22.79,1.71 -31.2,8.03 -0.44,-1.771 0.62,-3.72 0.57,-4.23 0.04,0 0.26,-0.42 0.46,-0.91 l 0.439,0.08 c -0.04,0.081 -0.07,0.161 -0.09,0.241 z"
+         id="path30"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 152.092,154.694 c 2.73,5.039 4.51,10.529 6.65,15.829 -3.87,-0.199 -5.94,-12.18 -6.65,-15.829 z"
+         id="path32"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 153.922,149.983 c 4.04,0.41 8.09,-0.01 11.48,-2.409 -3.83,0.809 -7.65,1.609 -11.48,2.409 z m 4.82,20.54 c -2.141,-5.3 -3.92,-10.79 -6.65,-15.829 0.71,3.649 2.78,15.63 6.65,15.829 z m 8.1,37.24 c -5.1,-16.109 -11.61,-31.91 -16.82,-48.02 -0.949,-2.95 -4.38,-9.99 -2.29,-12.4 0.591,-0.68 8.65,-1.149 9.94,-1.479 7.87,-1.96 15.91,-2.95 23.79,-4.74 l 0.57,2.479 c -4.17,0.96 -8.41,2.221 -12.511,3.4 1.96,0.11 3.891,-0.11 5.811,-0.5 l 0.479,2.21 c -3.33,0.72 -6.67,1.47 -9.96,2.3 -3.75,0.95 -10.76,1.24 -9.92,5.45 0.681,3.41 2.25,6.75 3.61,9.93 2.16,5.04 4.22,3.67 9.189,2.32 l 0.53,1.99 c -12.2,3.149 -0.81,8.149 -4.09,16.91 -3.28,-3.83 -1.92,-11.92 -7,-14 2.81,7.159 5.17,14.64 7.31,22.02 0.511,1.79 1.66,6.86 3.11,11.57 z"
+         id="path34"
+         inkscape:connector-curvature="0" /><path
+         d="m 136.942,42.033 c 3.26,0.67 19.569,-0.58 19.39,2.18 -1.59,0.12 -3.19,0.22 -4.79,0.28 -4.99,0.2 -10,0.08 -14.94,-0.62 0.11,-0.62 0.23,-1.229 0.34,-1.84 z"
+         id="path36"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 155.872,35.383 c 1.79,6.65 -6.04,4.41 -9.63,4.01 -3.03,-0.34 -6.44,0.55 -9.49,0.81 -0.01,0 -0.021,0 -0.03,0 -0.779,-3.81 2.2,-9.25 -1.84,-11.82 2.85,-0.65 5.91,-0.33 8.85,0.23 1.07,0.21 2.12,0.45 3.141,0.69 5.739,1.35 6.469,0.841 8.999,6.08 z"
+         id="path38"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 153.122,236.023 c 0.33,2.62 -0.561,5.82 -1.03,7.921 -0.29,-2.7 0.38,-5.311 1.03,-7.921 z"
+         id="path40"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 153.122,231.433 c -0.5,1.21 0.12,2.25 -1.61,1.61 0.01,-0.99 0.34,-2.13 0.58,-3.1 1.13,0.181 0.83,0.751 1.03,1.49 z"
+         id="path42"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 150.481,232.813 c -0.89,1.71 -2.47,2.45 -4.359,1.841 0.66,-2.2 2.44,-3.46 4.359,-1.841 z"
+         id="path44"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 149.912,235.914 c 1.229,6.95 -3.28,9.64 -8.82,10.83 -2.229,0.47 -4.63,0.7 -6.899,0.87 0.029,-0.66 0.1,-1.28 0.199,-1.86 1.35,-7.831 8.69,-7.93 15.52,-9.84 z"
+         id="path46"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 165.512,111.903 c 0.521,-1.03 -0.109,-2.03 -0.109,-2.18 -0.121,1.03 -0.591,1.62 0.109,2.18 z m 0,-24.44 c 0.05,-1.07 0.57,-1.53 -0.109,-2.41 0.029,0.801 0.069,1.611 0.109,2.41 z m -9.18,-43.25 c 0.18,-2.76 -16.13,-1.51 -19.39,-2.18 l -0.19,-1.83 c 3.05,-0.26 6.46,-1.15 9.49,-0.81 3.59,0.4 11.42,2.64 9.63,-4.01 -2.53,-5.24 -3.26,-4.73 -9,-6.08 -1.021,-0.24 -2.07,-0.48 -3.141,-0.69 l 0.57,-2.79 c 1.47,0.3 2.95,0.6 4.42,0.9 5.931,1.2 7.62,0.37 9.91,5.33 3.53,7.67 5.09,17.39 7.13,25.57 4.71,18.8 12.141,37.36 18.05,55.86 6.261,19.63 13.141,39.02 20.03,58.44 3.74,10.521 7.54,21.021 11.101,31.61 3.09,9.16 5.02,14.14 -0.561,22.51 -1.11,1.66 -2.05,2.6 -3.09,3.2 l -1.271,-2.05 c 1.221,-0.73 2.28,-2.311 2.75,-3.961 1.131,-3.92 -3.1,-2.239 -5.5,-1.779 -3.3,0.64 -8.93,1.3 -13.739,2.5 l -0.38,-1.76 c 6.77,-1.351 13.569,-3.86 19.97,-4.75 -1.09,-1.421 -4.771,-0.921 -8.561,-0.021 l -0.39,-1.62 c 0.42,-0.1 0.84,-0.21 1.26,-0.31 3.37,-0.84 7.391,-0.511 6.601,-4.311 -3.311,-15.779 -9.71,-30.7 -15.431,-45.71 -8.79,1.15 -17.199,3.03 -25.84,4.88 -0.54,0.11 -1.04,0.23 -1.5,0.351 l -0.53,-1.99 c 0.19,-0.05 0.381,-0.1 0.57,-0.15 8.97,-2.31 17.92,-4.819 27.07,-6.3 -1.12,-4.59 -3.3,-9.77 -4.94,-14.47 -1.26,-3.58 -8.04,-0.68 -11.35,0.01 -1.42,0.3 -2.84,0.601 -4.271,0.91 l -0.479,-2.21 c 4.75,-0.99 9.38,-3.1 14.04,-4.2 -2.38,0.271 -4.851,0.73 -7.34,1.3 l -0.57,-2.479 v -0.01 c 2.16,-0.48 4.3,-1.03 6.42,-1.681 -6.14,-18.05 -13.939,-35.52 -19.39,-53.81 -0.601,7.59 -1.9,15.56 -1.061,23.18 0.721,6.37 1.8,13.82 -1,19.84 -1.46,-1.39 -1.729,-3.44 -1.609,-5.39 -0.511,3.04 1.63,5.88 0.229,8.84 -5.42,-24.8 -3.729,-50.19 -6.77,-75.26 -0.311,-2.59 -0.71,-8.18 -3.21,-9.41 -0.75,-0.36 -2.08,-0.4 -3.45,-0.34 l -0.08,-2.59 c 1.603,-0.058 3.203,-0.159 4.793,-0.279 z"
+         id="path48"
+         inkscape:connector-curvature="0" /><path
+         d="m 147.842,73.693 c 0.4,3.12 0.811,6.23 0.811,9.38 0,2.45 0.739,4.78 0.8,6.11 0.109,2.55 0.26,4.95 -1.95,6.66 -4.29,-13.62 -0.94,-28.12 -4.59,-41.76 l 1.67,-0.78 c 2.409,5.17 2.969,18.111 3.259,20.39 z"
+         id="path50"
+         inkscape:connector-curvature="0" /><path
+         d="m 137.172,235.454 c 0.91,-0.471 0.76,-1.28 2.07,-0.69 -0.53,0.209 -1.58,0.44 -2.07,0.69 z"
+         id="path52"
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0" /><path
+         d="m 136.492,58.783 c 0.46,1.31 0.359,2.78 -0.23,4.13 -0.84,-1.51 -0.87,-2.99 0.23,-4.13 z"
+         id="path54"
+         inkscape:connector-curvature="0" /><path
+         d="m 136.262,62.914 c 0.59,-1.35 0.69,-2.82 0.23,-4.13 -1.1,1.139 -1.07,2.619 -0.23,4.13 z m 1.37,-10.321 c 1.01,-1.47 1.36,-3.26 1.49,-5.05 -0.19,2.33 -0.38,4.66 -0.57,7 -0.17,-0.39 -0.31,-0.98 -0.46,-1.38 -1.77,2.02 0.75,4.61 0.521,7.17 -0.37,4.07 -2.28,8.94 1.779,11.87 1.98,-3.04 1.021,-6.8 1.03,-10.21 0.34,1.82 0.44,3.64 1.26,5.28 0.971,-4.35 0.971,-8.81 0.23,-13.19 3.649,13.64 0.3,28.14 4.59,41.76 2.21,-1.71 2.06,-4.11 1.95,-6.66 -0.061,-1.33 -0.8,-3.66 -0.8,-6.11 0,-3.15 -0.41,-6.26 -0.811,-9.38 -0.29,-2.28 -0.85,-15.22 -3.26,-20.39 -0.91,-1.95 -2.09,-2.79 -3.62,-1.52 -0.65,-5.07 3.08,-4.47 6.83,-4.47 0.89,0 2.38,-0.17 3.83,-0.23 1.37,-0.06 2.7,-0.02 3.45,0.34 2.5,1.23 2.899,6.82 3.21,9.41 3.04,25.07 1.35,50.46 6.77,75.26 1.4,-2.96 -0.74,-5.8 -0.229,-8.84 -0.12,1.95 0.149,4 1.609,5.39 2.8,-6.02 1.721,-13.47 1,-19.84 -0.84,-7.62 0.46,-15.59 1.061,-23.18 5.45,18.29 13.25,35.76 19.39,53.81 -2.12,0.65 -4.26,1.2 -6.42,1.681 v 0.01 c -7.88,1.79 -15.92,2.78 -23.79,4.74 -1.29,0.33 -9.35,0.8 -9.94,1.479 -2.09,2.41 1.341,9.45 2.29,12.4 5.21,16.109 11.721,31.91 16.82,48.02 0.37,1.16 0.73,2.32 1.08,3.48 0.98,3.239 2.12,6.93 0.23,9.069 -1.271,1.431 -5.94,2.721 -7.801,3.091 -4.649,0.93 -4.77,1.399 -6.43,-3.9 -1.12,-3.61 -2.37,-7.17 -3.61,-10.73 -0.449,-1.29 -0.899,-2.59 -1.34,-3.88 -6.7,-19.64 -13.09,-39.55 -19.01,-59.449 -3.46,-11.621 -6.66,-23.311 -9.99,-34.971 -1.569,-5.51 -3.08,-11.03 -4.72,-16.52 -1.33,-4.47 -5.13,-10.58 -3.43,-15.09 5.26,2.19 9.779,4.95 14.68,7.8 6.96,4.04 7.75,1.67 7.06,-6.16 -0.96,-10.84 1.7,-22.02 2.24,-32.85 1.861,1.37 0.291,3.13 1.831,4.94 z"
+         id="path56"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 133.622,240.614 c -0.28,1.54 -0.36,3.31 -0.811,4.84 -0.34,1.18 -0.899,2.21 -1.949,2.85 -0.17,-0.34 -0.45,-1.46 -0.301,-2.25 0.101,-0.49 0.351,-0.85 0.881,-0.85 1.88,0 1.43,-3.271 2.18,-4.59 z"
+         id="path58"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 129.432,173.733 c 0.011,-0.069 0,-0.159 -0.04,-0.25 l 2.771,-0.899 c 5.03,15.61 9.93,31.25 14.54,46.92 1.95,6.64 3.34,8.7 -3.391,6.77 -3.43,-0.979 -5.77,8.07 -7.08,2.921 -1.81,-7.091 -4.05,-14.04 -6.38,-20.971 -3.409,-10.17 -6.989,-20.279 -9.649,-30.7 4.859,1.939 8.099,3.019 9.229,-3.791 z"
+         id="path60"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 128.892,162.543 c 1.101,3.34 2.181,6.689 3.271,10.04 l -2.771,0.899 c -0.479,-1.21 -4.699,-4.18 -6.439,-3.649 -1.88,0.57 -2.4,3.729 -4.021,4.82 -6.72,-17.78 -12.97,-35.78 -18.68,-53.92 l 1.82,-0.57 c 0.31,0.88 5.98,3.43 7,2.58 2.06,-1.72 3.63,-3.99 4.59,-6.48 5.06,15.401 10.2,30.82 15.23,46.28 z"
+         id="path62"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 129.262,244.404 c -0.09,0.449 -0.18,0.899 -0.28,1.359 -0.319,1.351 -0.76,2.681 -1.56,3.8 -0.24,-1.21 -0.14,-2.42 0.35,-3.439 0.33,-0.67 0.82,-1.26 1.49,-1.72 z"
+         id="path64"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 123.642,173.614 c 2.021,-1.33 2.73,1.31 2.641,2.3 -1.981,1.879 -4.841,-0.84 -2.641,-2.3 z"
+         id="path66"
+         style="fill:#8c8c8c"
+         inkscape:connector-curvature="0" /><path
+         d="m 127.312,76.684 c 0.42,-1.92 0.58,-3.88 0.58,-5.86 h 1.25 c 0,3.6 0,7.19 0,10.79 -8.16,-9.72 -18.489,-18.77 -29.02,-25.81 5.03,-4.691 22.94,17.38 27.19,20.88 z"
+         id="path68"
+         inkscape:connector-curvature="0" /><path
+         d="m 115.082,3.684 c 0.63,0.12 1.27,0.26 1.899,0.38 -0.289,-0.021 -1.319,-0.251 -1.899,-0.38 z"
+         id="path70"
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0" /><path
+         d="m 114.832,3.633 c 0.08,0.01 0.17,0.03 0.25,0.05 -0.101,-0.019 -0.18,-0.039 -0.25,-0.05 z"
+         id="path72"
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0" /><path
+         d="m 110.332,92.164 c 7.54,24.23 14.91,48.51 22.83,72.62 3.97,12.09 8.1,24.12 12.27,36.14 0.891,2.55 2.021,5.44 3.08,8.47 1.87,5.311 3.53,11.021 3.351,15.96 -2.65,-2.18 -3.471,-9.359 -4.591,-12.62 -2.199,-6.43 -4.85,-12.72 -7,-19.159 -3.479,-10.45 -7.14,-20.83 -10.54,-31.301 -1.14,-3.489 -2.239,-6.989 -3.3,-10.51 -4,-13.25 -6.729,-27.07 -11.399,-40.09 -4.42,-12.37 -9.391,-24.35 -11.47,-37.4 3.319,5.37 4.999,12.43 6.769,17.89 z"
+         id="path74"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 106.662,117.293 c 0.24,-3.23 3.399,-0.39 3.33,1.37 -1.37,1.59 -3.52,1.18 -3.33,-1.37 z"
+         id="path76"
+         style="fill:#8c8c8c"
+         inkscape:connector-curvature="0" /><path
+         d="m 104.942,237.173 c 0.529,-1.76 1.069,-3.52 1.6,-5.28 -0.35,1.91 -0.45,4.231 -1.6,5.28 z"
+         id="path78"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 106.542,3.263 c -0.89,0.15 -1.78,0.29 -2.67,0.43 0.89,-0.21 1.79,-0.37 2.67,-0.43 z"
+         id="path80"
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0" /><path
+         d="m 100.252,120.733 c -1.49,-4.74 -2.95,-9.48 -4.36,-14.24 -1.76,-5.91 -3.52,-11.83 -5.18,-17.77 -1.03,-3.7 -3.73,-8.58 -1.95,-12.39 1.66,-3.54 8.21,-4.9 11.82,-3.21 2.86,14.26 8.7,27.72 12.04,41.87 -1.93,-1.3 -4.86,-3.44 -6.99,-1.66 -1.76,1.46 -4.38,4.48 -3.56,6.83 z"
+         id="path82"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 100.122,55.803 c 10.53,7.04 20.859,16.09 29.02,25.81 0,-3.6 0,-7.19 0,-10.79 0.011,-14.73 0.141,-29.44 1.04,-44.16 2.84,12.99 -0.2,27.97 0.261,41.24 0.109,3.36 0.14,6.74 0.369,10.1 0.28,4.01 1.591,7.71 -2.899,4.22 -6.03,-4.69 -11.19,-10.36 -16.78,-15.52 -2.49,-2.31 -5.46,-5.78 -8.49,-7.35 -1.06,-0.55 -2.48,1.77 -3.67,0.35 -2.64,-3.17 4.08,-11.09 5.51,-13.77 3.45,-6.48 5.7,-13.64 8.591,-20.39 1.399,-3.27 3,-6.44 4.729,-9.55 2.5,-4.49 1.78,-5.63 0.33,-10.67 3.14,6.86 9.5,13.81 9.521,21.68 -0.641,8.74 -1.15,17.33 -1.15,26.04 0,5.78 1.39,11.88 1.39,17.78 0,1.98 -0.16,3.94 -0.58,5.86 -4.252,-3.499 -22.162,-25.57 -27.192,-20.88 z"
+         id="path84"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 52.742,13.813 c 16.83,-4.53 33.91,-7.29 51.09,-10.11 -2.68,0.65 -5.34,1.84 -7.5,2.88 2.33,0.08 9.04,2.86 8.6,5.59 -1.43,8.78 -6.87,11.57 -14.61,12.78 -0.8,0.12 -1.63,0.23 -2.48,0.33 -3.65,0.42 -7.31,0.56 -10.95,1.15 -1.86,0.3 -3.44,0.8 -5.22,1.41 -1.43,0.49 -0.71,-1.37 -1.72,-1.64 -6.28,-1.69 -11.67,-7.69 -17.21,-12.39 z"
+         id="path86"
+         style="fill:#023f4f"
+         inkscape:connector-curvature="0" /><path
+         d="m 98.512,64.523 c 1.53,0.61 3.12,1.98 3.56,2.98 -1.11,0.83 -2.78,1.46 -4.02,1.95 0.16,-1.64 0.31,-3.289 0.46,-4.93 z"
+         id="path88"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 96.562,240.733 c 0.92,-1.039 2.53,-1.63 4.13,-1.609 -1.35,0.57 -2.75,1.12 -4.13,1.609 z"
+         id="path90"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 90.372,31.763 c 7.36,-0.36 7.91,5.6 9.75,11.76 -2.37,1.12 -7.87,3.13 -12.73,4.07 -3.12,0.6 -5.98,0.76 -7.58,-0.05 -3.43,-1.73 -4.27,-9.49 -5.96,-12.62 3.8,-0.82 7.49,-1.87 11.28,-2.54 1.72,-0.3 3.46,-0.529 5.24,-0.62 z"
+         id="path92"
+         style="fill:#022d38"
+         inkscape:connector-curvature="0" /><path
+         d="m 98.402,47.193 c -0.62,4.14 -4.21,6.87 -4.7,11.13 -3.49,-1.04 -6.45,-3.29 -9.24,-5.63 -0.87,-0.72 -1.73,-1.46 -2.58,-2.17 1.91,-0.69 3.84,-1.16 5.78,-1.53 3.55,-0.68 7.15,-1.039 10.74,-1.8 z"
+         id="path94"
+         style="fill:#023f4f"
+         inkscape:connector-curvature="0" /><path
+         d="m 94.612,63.833 c 0.2,0.24 1.37,2.05 1.38,2.06 -1.71,3.07 -5.69,0.39 -1.38,-2.06 z"
+         id="path96"
+         style="fill:#8c8c8c"
+         inkscape:connector-curvature="0" /><path
+         d="m 90.662,27.083 c 2.66,-0.42 5.35,-0.74 8.08,-0.94 4.78,-0.35 6.581,-0.45 5.85,4.65 -0.36,2.57 -2.16,5.75 -2.75,7.91 -1.35,-2.87 -2.7,-5.75 -4.05,-8.63 -1.64,-3.5 -3.22,-1.76 -6.73,-1.12 -2,0.37 -4.14,0.83 -6.31,1.21 -3.41,0.6 -6.9,0.97 -10.1,0.4 5.35,-1.41 10.63,-2.64 16.01,-3.48 z"
+         id="path98"
+         style="fill:#023f4f"
+         inkscape:connector-curvature="0" /><path
+         d="m 82.452,244.513 c 3.02,-2.84 7.63,-2.03 11.36,-2.979 -3.73,1.299 -7.38,2.699 -11.36,2.979 z"
+         id="path100"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 104.702,147.253 c -4.33,-13.76 -8.58,-27.54 -12.95,-41.29 -1.78,-5.63 -3.23,-11.46 -5.17,-17.01 -0.77,-2.23 -2.36,-4.41 -1.72,-6.77 11.49,32.93 21.01,67.299 33.5,99.47 1.26,3.31 6.1,15.6 9.96,27.079 3.62,10.79 6.38,20.881 4.489,22.131 -2.659,-7.32 -5.26,-14.65 -7.81,-22 -7.099,-20.419 -13.809,-40.97 -20.299,-61.61 z"
+         id="path102"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 107.002,229.253 c -3.1,-10.1 -7.37,-19.91 -10.77,-29.95 -1.79,-5.26 -3.34,-10.59 -4.37,-16.05 4.99,15.371 11.3,30.661 15.14,46 z"
+         id="path104"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 86.012,166.733 c 1.49,4.521 2.98,9.03 4.47,13.54 -3.23,-3.72 -3.39,-8.949 -4.47,-13.54 z"
+         id="path106"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 51.712,172.704 c 7.03,-2.05 14.01,-2.601 21.22,-3.9 2.22,-0.399 8.32,-2.689 10.33,-1.27 1.44,1.029 4.32,12.239 4.24,14.12 -7.73,2.399 -15.9,2.529 -23.66,4.79 -4.42,1.289 -8.37,2.149 -10.99,-2.61 -1.05,1.12 0.14,8.43 -3.09,2.52 -4.49,9.591 -8.07,-6.13 -8.95,-10.67 3.65,-0.681 7.34,-1.951 10.9,-2.98 z m 9.75,6.189 c -0.19,-8.08 -14.02,-3.42 -9.91,1.891 -0.3,-0.681 5.13,0.63 4.98,0.64 1.96,-0.111 3.9,-0.861 4.93,-2.531 z"
+         id="path108"
+         style="fill:#023f4f"
+         inkscape:connector-curvature="0" /><path
+         d="m 72.592,31.593 c -2.27,-0.32 -4.65,0.29 -6.66,1.38 0.69,1.21 1.59,2.63 2.53,3.67 1.24,-0.8 0.43,-0.54 2.06,-0.92 0.44,-1.11 0.17,-1.87 -0.34,-2.75 0.83,-0.39 1.61,-0.92 2.41,-1.38 z m -19.85,-17.78 c 5.54,4.7 10.93,10.7 17.21,12.39 1.01,0.27 0.29,2.13 1.72,1.64 1.78,-0.61 3.36,-1.11 5.22,-1.41 3.64,-0.59 7.3,-0.73 10.95,-1.15 0.85,-0.1 1.68,-0.21 2.48,-0.33 l 0.34,2.13 c -5.38,0.84 -10.66,2.07 -16.01,3.48 3.2,0.57 6.69,0.2 10.1,-0.4 l 0.38,2.22 c -3.79,0.67 -7.48,1.72 -11.28,2.54 1.69,3.13 2.53,10.89 5.96,12.62 1.6,0.81 4.46,0.65 7.58,0.05 l 0.27,1.4 c -1.94,0.37 -3.87,0.84 -5.78,1.53 0.85,0.71 1.71,1.45 2.58,2.17 l -1.2,1.43 c -4.76,-3.97 -12.83,-8.9 -14.92,-10.6 -6.21,-5.04 -12.4,-10.14 -18.24,-15.6 -4.18,-2.08 -9.3,-5.87 -8.83,-11.13 -1.32,1.9 0.16,7.14 -1.15,7.92 -1.29,0.78 -2.48,4.65 -3.05,8.17 l -2.95,-0.42 c 0.26,-1.97 0.41,-4.2 0.77,-6.77 0.35,-2.49 0.06,-9.92 2.13,-11.99 3.11,-3.11 12.01,-3.87 16.29,-4.94 6.29,-1.57 12.58,-2.94 18.95,-4.14 11.17,-2.1 22.74,-3.77 34.17,-4.25 l 0.11,2.89 c -0.88,0.06 -1.78,0.22 -2.67,0.43 -0.021,0.01 -0.03,0.01 -0.04,0.01 -17.18,2.82 -34.26,5.58 -51.09,10.11 z m -5.83,4.22 c -0.17,0.44 -0.29,1.05 -0.37,1.86 0.17,-0.63 0.32,-1.269 0.37,-1.86 z m 0,-0.01 c 1.02,-2.74 3.39,0.96 3.42,1.18 0.23,-1.4 0.35,-3.33 0.46,-4.93 -1.76,0.46 -3.52,0.92 -5.28,1.38 1.22,0.261 1.5,1.221 1.4,2.37 z m 12.14,6 c 2.08,2.57 5.39,8.34 8.14,4.7 -2.65,-0.86 -5.44,-3.17 -8.14,-4.7 z"
+         id="path110"
+         inkscape:connector-curvature="0" /><path
+         d="m 75.112,246.353 c 1.76,-1.29 3.84,-2.93 5.28,-1.489 -1.31,1.399 -3.22,1.429 -5.28,1.489 z"
+         id="path112"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 81.192,163.983 c -6.56,2.57 -13.88,3.591 -20.88,3.9 6.85,-1.969 14,-2.189 20.88,-3.9 z"
+         id="path114"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 74.422,229.713 c -1.44,0.13 -1.7,-1.6 -1.95,-3.55 0.28,1.541 1.01,2.36 1.95,3.55 z"
+         id="path116"
+         inkscape:connector-curvature="0" /><path
+         d="m 106.662,117.293 c -0.19,2.55 1.96,2.96 3.33,1.37 0.07,-1.76 -3.09,-4.6 -3.33,-1.37 z M 116.981,4.063 c -0.63,-0.12 -1.27,-0.26 -1.899,-0.38 -0.08,-0.02 -0.17,-0.04 -0.25,-0.05 0.07,0.01 0.149,0.03 0.25,0.05 0.58,0.13 1.61,0.36 1.899,0.38 z m 10.671,22.94 c -0.021,-7.87 -6.381,-14.82 -9.521,-21.68 1.45,5.04 2.17,6.18 -0.33,10.67 -1.729,3.11 -3.33,6.28 -4.729,9.55 -2.891,6.75 -5.141,13.91 -8.591,20.39 -1.43,2.68 -8.149,10.6 -5.51,13.77 1.19,1.42 2.61,-0.9 3.67,-0.35 3.03,1.57 6,5.04 8.49,7.35 5.59,5.16 10.75,10.83 16.78,15.52 4.49,3.49 3.18,-0.21 2.899,-4.22 -0.229,-3.36 -0.26,-6.74 -0.369,-10.1 -0.461,-13.27 2.579,-28.25 -0.261,-41.24 -0.899,14.72 -1.029,29.43 -1.04,44.16 h -1.25 c 0,-5.9 -1.39,-12 -1.39,-17.78 0.002,-8.71 0.512,-17.3 1.152,-26.04 z m -1.37,148.911 c 0.09,-0.99 -0.62,-3.63 -2.641,-2.3 -2.199,1.46 0.661,4.179 2.641,2.3 z M 95.992,65.894 c -0.01,-0.01 -1.18,-1.82 -1.38,-2.06 -4.31,2.449 -0.33,5.129 1.38,2.06 z m 2.52,-1.371 c -0.15,1.64 -0.3,3.29 -0.46,4.93 1.24,-0.49 2.91,-1.12 4.02,-1.95 -0.44,-1 -2.03,-2.37 -3.56,-2.98 z m -11.7,-6.2 c -0.12,-1.02 -1.54,-2.52 -3.55,-4.2 l 1.2,-1.43 c 2.79,2.34 5.75,4.59 9.24,5.63 0.49,-4.26 4.08,-6.99 4.7,-11.13 -3.59,0.76 -7.19,1.12 -10.74,1.8 l -0.27,-1.4 c 4.86,-0.94 10.36,-2.95 12.73,-4.07 -1.84,-6.16 -2.39,-12.12 -9.75,-11.76 -1.78,0.09 -3.52,0.32 -5.24,0.62 l -0.38,-2.22 c 2.17,-0.38 4.31,-0.84 6.31,-1.21 3.51,-0.64 5.09,-2.38 6.73,1.12 1.35,2.88 2.7,5.76 4.05,8.63 0.59,-2.16 2.39,-5.34 2.75,-7.91 0.73,-5.1 -1.07,-5 -5.85,-4.65 -2.73,0.2 -5.42,0.52 -8.08,0.94 l -0.34,-2.13 c 7.74,-1.21 13.18,-4 14.61,-12.78 0.44,-2.73 -6.27,-5.51 -8.6,-5.59 2.16,-1.04 4.82,-2.23 7.5,-2.88 0.01,0 0.02,0 0.04,-0.01 0.89,-0.14 1.78,-0.28 2.67,-0.43 l -0.11,-2.89 c 1.45,-0.06 2.891,-0.1 4.34,-0.12 7.421,-0.11 10.2,1.92 13.54,8.59 2.5,5.01 4.551,10.33 8.28,14.61 3.9,0.79 7.8,1.58 11.71,2.37 l -0.57,2.79 c -2.939,-0.56 -6,-0.88 -8.85,-0.23 4.04,2.57 1.061,8.01 1.84,11.82 0.01,0 0.021,0 0.03,0 l 0.19,1.83 c -0.11,0.61 -0.23,1.22 -0.341,1.84 4.94,0.7 9.95,0.82 14.94,0.62 l 0.08,2.59 c -1.45,0.06 -2.94,0.23 -3.83,0.23 -3.75,0 -7.48,-0.6 -6.83,4.47 1.53,-1.27 2.71,-0.43 3.62,1.52 l -1.67,0.78 c 0.74,4.38 0.74,8.84 -0.23,13.19 -0.819,-1.64 -0.92,-3.46 -1.26,-5.28 -0.01,3.41 0.95,7.17 -1.03,10.21 -4.06,-2.93 -2.149,-7.8 -1.779,-11.87 0.229,-2.56 -2.29,-5.15 -0.521,-7.17 0.15,0.4 0.29,0.99 0.46,1.38 0.19,-2.34 0.38,-4.67 0.57,-7 -0.13,1.79 -0.48,3.58 -1.49,5.05 -1.54,-1.81 0.03,-3.57 -1.83,-4.94 -0.54,10.83 -3.2,22.01 -2.24,32.85 0.69,7.83 -0.1,10.2 -7.06,6.16 -4.9,-2.85 -9.42,-5.61 -14.68,-7.8 -1.7,4.51 2.1,10.62 3.43,15.09 1.64,5.49 3.15,11.01 4.72,16.52 3.33,11.66 6.53,23.35 9.99,34.971 5.92,19.899 12.31,39.81 19.01,59.449 0.44,1.29 0.891,2.59 1.34,3.88 l -1.8,0.62 c -1.06,-3.029 -2.189,-5.92 -3.08,-8.47 -4.17,-12.02 -8.3,-24.05 -12.27,-36.14 -7.92,-24.11 -15.29,-48.39 -22.83,-72.62 -1.771,-5.46 -3.45,-12.52 -6.77,-17.89 2.08,13.05 7.05,25.03 11.47,37.4 4.67,13.02 7.399,26.84 11.399,40.09 1.061,3.521 2.16,7.021 3.3,10.51 l -0.84,0.271 c -5.029,-15.46 -10.17,-30.88 -15.229,-46.28 -0.96,2.49 -2.53,4.76 -4.59,6.48 -1.021,0.85 -6.69,-1.7 -7,-2.58 -0.82,-2.35 1.8,-5.37 3.56,-6.83 2.13,-1.78 5.061,0.36 6.99,1.66 -3.34,-14.15 -9.18,-27.61 -12.04,-41.87 -3.61,-1.69 -10.16,-0.33 -11.82,3.21 -1.78,3.81 0.92,8.69 1.95,12.39 1.66,5.94 3.42,11.86 5.18,17.77 1.41,4.76 2.87,9.5 4.36,14.24 5.71,18.14 11.96,36.14 18.68,53.92 1.62,-1.091 2.141,-4.25 4.021,-4.82 1.74,-0.53 5.96,2.439 6.439,3.649 0.04,0.091 0.051,0.181 0.04,0.25 -1.13,6.811 -4.37,5.73 -9.229,3.79 2.66,10.421 6.24,20.53 9.649,30.7 l -1.529,0.51 c -3.86,-11.479 -8.7,-23.77 -9.96,-27.079 -12.49,-32.171 -22.01,-66.541 -33.5,-99.47 -0.64,2.36 0.95,4.54 1.72,6.77 1.94,5.55 3.39,11.38 5.17,17.01 4.37,13.75 8.62,27.53 12.95,41.29 6.49,20.64 13.2,41.19 20.3,61.61 l -2.19,0.76 c -3.1,-8.82 -6.949,-17.5 -10.3,-25.91 -6.67,-16.75 -12.6,-33.63 -17.98,-50.83 -4.76,-15.23 -7.74,-30.9 -13,-45.99 -3.97,5.24 -7.95,10.47 -11.93,15.71 -1.59,-2.19 -2.78,-4.63 -4.17,-6.95 l 2.64,-0.74 c 0.84,1.65 1.47,1.68 3.71,-1.14 2.04,-2.55 3.54,-5.9 4.94,-8.83 4.02,-8.47 7.66,-17.49 13.99,-24.55 -3.74,-1.43 -12.46,16.19 -18.03,26.18 l -0.22,-0.12 c 1.45,-2.65 2.96,-6.49 3.35,-7.36 1.61,-3.63 3.05,-7.33 4.76,-10.9 0.85,-1.751 6.42,-8.451 6.24,-9.871 z"
+         id="path118"
+         inkscape:connector-curvature="0" /><path
+         d="m 62.612,224.893 c 0.78,1.21 1.76,2.391 2.41,3.681 -0.92,-4.94 -4.45,-9.771 -5.63,-14.92 -0.4,1.09 -0.58,2.51 -0.68,3.67 0.68,0 1.62,6.79 2.17,9.409 0.44,-0.97 1.1,-1.029 1.73,-1.84 z m -5.74,-28.449 c 4.27,-4.381 -5.01,-5.311 5.02,-7.82 8.92,-2.23 18.27,-3 27.33,-4.57 1.8,5.271 3.61,10.53 5.42,15.79 2.92,8.51 5.84,17 8.75,25.51 1.03,3.021 -0.26,5.341 -1.55,7.57 -1.9,3.31 -1.43,4.271 -5.74,5.51 -3.17,0.92 -6.55,0.74 -9.75,1.721 0.79,-4.841 6.18,-2.87 8.38,-5.62 2.54,-3.181 -2.69,-3.061 -5.03,-1.86 -4.77,2.46 -11.27,4.521 -15.39,7.94 -1.16,0.96 -0.54,2.399 -2.41,3.33 3.5,-3.87 -2.43,-0.61 -4.25,0 -1.64,0.55 -2.42,-0.761 -2.63,-0.69 -1.73,0.57 -1.76,2.26 -3.91,2.64 0.42,-7.5 -2.67,-14.18 -5.52,-20.91 -2.79,-6.609 -4.15,-13.619 -6.52,-20.39 -0.32,-0.91 -5.72,-15.31 -0.8,-13.42 3.06,1.18 0.91,8.49 5.96,9.86 0.61,-2.13 -4.18,-9.181 -2.06,-10.44 2.21,-1.311 4.15,4.769 4.7,5.849 z m 1.15,1.039 c 0.79,2 0.8,4.271 2.75,5.5 -0.92,-1.829 -1.83,-3.67 -2.75,-5.5 z m 14.45,28.681 c 0.25,1.95 0.51,3.68 1.95,3.55 -0.94,-1.191 -1.67,-2.01 -1.95,-3.55 z m -5.85,-10.67 c -0.08,-0.601 -0.68,-2.79 -1.03,-3.9 -0.88,1.949 -0.13,2.669 1.03,3.9 z"
+         id="path120"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 146.122,234.654 c 1.89,0.609 3.47,-0.131 4.359,-1.841 -1.919,-1.619 -3.699,-0.359 -4.359,1.841 z m 5.39,-1.611 c 1.73,0.64 1.11,-0.4 1.61,-1.61 -0.2,-0.739 0.1,-1.31 -1.03,-1.489 -0.24,0.97 -0.571,2.109 -0.58,3.099 z m 0.58,10.901 c 0.47,-2.101 1.36,-5.301 1.03,-7.921 -0.65,2.61 -1.32,5.221 -1.03,7.921 z m -45.55,-12.051 c -0.53,1.761 -1.07,3.521 -1.6,5.28 1.15,-1.049 1.25,-3.37 1.6,-5.28 z m -12.73,9.641 c -3.73,0.949 -8.34,0.14 -11.36,2.979 3.98,-0.28 7.63,-1.68 11.36,-2.979 z m 6.88,-2.41 c -1.6,-0.021 -3.21,0.57 -4.13,1.609 1.38,-0.489 2.78,-1.039 4.13,-1.609 z m -28.79,4.82 c 1.87,-0.931 1.25,-2.37 2.41,-3.33 4.12,-3.42 10.62,-5.48 15.39,-7.94 2.34,-1.2 7.57,-1.32 5.03,1.86 -2.2,2.75 -7.59,0.779 -8.38,5.62 3.2,-0.98 6.58,-0.801 9.75,-1.721 4.31,-1.239 3.84,-2.2 5.74,-5.51 1.29,-2.229 2.58,-4.55 1.55,-7.57 -2.91,-8.51 -5.83,-17 -8.75,-25.51 l 1.59,-0.54 c 3.4,10.04 7.67,19.851 10.77,29.95 -3.84,-15.34 -10.15,-30.63 -15.14,-46 l 2.14,-0.71 c 0.63,1.89 1.29,3.77 1.99,5.64 4.42,11.9 10,23.4 13.13,35.74 1.979,7.771 2.79,0.57 6.26,2.47 2.88,1.57 -2.27,3.73 -3.9,3.21 -0.539,2.83 -1.069,5.66 -1.609,8.49 3.31,-0.45 7.399,-2.28 11.47,-3.439 4.38,-1.261 7.19,-1.82 6.37,-6.771 -1.02,-6.13 -2.78,-12.229 -4.9,-18.26 l 2.19,-0.76 c 2.55,7.35 5.15,14.68 7.81,22 1.891,-1.25 -0.869,-11.341 -4.489,-22.131 l 1.529,-0.51 c 2.33,6.931 4.57,13.88 6.38,20.971 1.311,5.149 3.65,-3.9 7.08,-2.921 6.73,1.931 5.341,-0.13 3.391,-6.77 -4.61,-15.67 -9.51,-31.31 -14.54,-46.92 -1.09,-3.351 -2.17,-6.7 -3.271,-10.04 l 0.84,-0.271 c 3.4,10.471 7.061,20.851 10.54,31.301 2.15,6.439 4.801,12.729 7,19.159 1.12,3.261 1.94,10.44 4.591,12.62 0.18,-4.939 -1.48,-10.649 -3.351,-15.96 l 1.8,-0.62 c 1.24,3.561 2.49,7.12 3.61,10.73 1.66,5.3 1.78,4.83 6.43,3.9 1.86,-0.37 6.53,-1.66 7.801,-3.091 1.89,-2.14 0.75,-5.83 -0.23,-9.069 -0.35,-1.16 -0.71,-2.32 -1.08,-3.48 l 1.75,-0.56 c 1.45,4.7 3.2,9.05 4.95,9.38 3.17,0.59 -1.69,-8.65 -2.29,-10.04 -2.65,-6.12 -4.21,-12.53 -5.47,-19.05 -0.011,-0.07 -0.03,-0.15 -0.04,-0.221 5.18,7 5.479,16.23 9.56,23.771 0.8,1.47 3.23,3.689 3.63,4.32 0,-0.131 1.41,-0.69 1.721,-0.33 1.05,1.199 -0.32,1.529 -1.261,2.06 2.37,2.58 5.48,1.67 8.38,0.63 3.051,-1.09 5.471,0.76 7.801,0.181 2.859,-0.721 5.739,-1.4 8.6,-2.101 l 0.39,1.62 c -3.46,0.84 -7.01,2.01 -8.699,2.36 -6.16,1.279 -12.37,1.899 -18.65,2.02 5.15,1.8 10.54,1.46 15.94,0.391 l 0.38,1.76 c -3.29,0.81 -6.2,1.87 -7.721,3.35 2.12,0.18 4.271,-0.01 6.311,0.46 -2.391,2.99 -11.74,3.521 -15.771,4.21 -5.699,0.99 -11.5,1.46 -17.26,1.87 0.021,-0.08 0.05,-0.16 0.09,-0.24 2.07,-5 19.33,-4.55 24.23,-6.18 -6.51,0.94 -7.561,-6.61 -15.311,-3.29 -2.72,1.16 -10.939,3.6 -11.42,5.7 -0.149,0.649 0.221,2.689 1.141,2.229 1.529,-0.76 1.29,0.511 0.92,1.46 -0.2,0.49 -0.42,0.91 -0.46,0.91 0.05,0.511 -1.011,2.46 -0.57,4.23 8.41,-6.32 21.52,-5.26 31.2,-8.03 4.2,-1.2 3.13,-2.06 6.08,-3.33 4.739,-2.03 10.13,-0.479 15.029,-0.109 l 1.271,2.05 c -1.53,0.88 -3.3,1.04 -6.18,1.68 -4.551,1.01 -9.12,1.84 -13.67,2.81 -8.58,1.83 -17.141,3.74 -25.7,5.62 -4.891,1.07 -6.12,3.48 -10.32,5.49 -4.08,1.95 -8.53,2.57 -12.97,3.23 -0.351,0.05 -0.69,0.109 -1.04,0.18 l -0.32,-1.51 c 5.54,-1.19 10.05,-3.88 8.82,-10.83 -6.83,1.91 -14.17,2.01 -15.521,9.84 l -1.58,-0.3 c 0.45,-1.53 0.53,-3.3 0.811,-4.84 -0.75,1.319 -0.3,4.59 -2.18,4.59 -0.53,0 -0.78,0.359 -0.881,0.85 l -1.58,-0.29 c 0.101,-0.46 0.19,-0.91 0.28,-1.359 -0.67,0.46 -1.16,1.05 -1.49,1.72 l -1.489,-0.46 c 0.399,-1.101 0.34,-2.72 0.22,-3.67 -2.64,-0.46 -7.75,3.649 -7.91,0.92 -7.2,-0.25 -14.75,6.08 -20.76,4.47 0.22,0.311 0.45,0.61 0.68,0.92 -5.26,-1.37 -12.74,0.01 -17.32,2.641 3.16,1.8 -3.53,2.539 -5.39,3.21 -3.57,1.27 -6.97,3 -10.6,3.949 -1.21,0.311 -2.45,0.54 -3.74,0.641 4.99,-3.41 11.13,-4.41 16.06,-7.92 -5.37,3.02 -11.75,2.68 -17.55,1.26 0.53,-0.67 3.09,-3.83 1.66,-4.24 -0.2,-0.06 -0.38,-0.08 -0.53,-0.08 l 0.01,-1.87 c 2.15,-0.38 2.18,-2.069 3.91,-2.64 0.21,-0.07 0.99,1.24 2.63,0.69 1.817,-0.611 7.747,-3.87 4.247,0 z m 0.8,1.489 c -2.5,0.55 -5.01,1.11 -7.51,1.66 2.76,-0.49 6.09,1.74 7.51,-1.66 z m 7.69,-0.569 c -1.44,-1.44 -3.52,0.199 -5.28,1.489 2.06,-0.06 3.97,-0.09 5.28,-1.489 z m 58.85,-10.101 c -1.311,-0.59 -1.16,0.22 -2.07,0.69 0.49,-0.249 1.54,-0.48 2.07,-0.69 z"
+         id="path122"
+         inkscape:connector-curvature="0" /><path
+         d="m 65.192,247.093 c 2.5,-0.55 5.01,-1.11 7.51,-1.66 -1.42,3.4 -4.75,1.17 -7.51,1.66 z"
+         id="path124"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 65.932,32.973 c 2.01,-1.09 4.39,-1.7 6.66,-1.38 -0.8,0.46 -1.58,0.99 -2.41,1.38 0.51,0.88 0.78,1.64 0.34,2.75 -1.63,0.38 -0.82,0.12 -2.06,0.92 -0.94,-1.039 -1.84,-2.459 -2.53,-3.67 z"
+         id="path126"
+         style="fill:#023f4f"
+         inkscape:connector-curvature="0" /><path
+         d="m 78.092,255.994 c -4.3,1.04 -8.43,2.189 -12.56,3.319 l -0.33,-1.21 c 3.63,-0.949 7.03,-2.68 10.6,-3.949 1.86,-0.671 8.55,-1.41 5.39,-3.21 4.58,-2.631 12.06,-4.011 17.32,-2.641 -0.23,-0.31 -0.46,-0.609 -0.68,-0.92 6.01,1.61 13.56,-4.72 20.76,-4.47 0.16,2.729 5.271,-1.38 7.91,-0.92 0.12,0.95 0.18,2.569 -0.22,3.67 -4.561,0.689 -9.101,1.38 -13.66,2.06 0.689,-0.52 1.43,-1.069 2.18,-1.49 -0.229,-0.3 -0.46,-0.609 -0.68,-0.909 -11.47,6 -23.6,7.659 -36.03,10.67 z"
+         id="path128"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 65.592,211.593 c 0.35,1.11 0.95,3.3 1.03,3.9 -1.16,-1.23 -1.91,-1.95 -1.03,-3.9 z"
+         id="path130"
+         inkscape:connector-curvature="0" /><path
+         d="m 67.192,28.723 c -2.75,3.64 -6.06,-2.13 -8.14,-4.7 2.7,1.53 5.49,3.84 8.14,4.7 z"
+         id="path132"
+         style="fill:#023f4f"
+         inkscape:connector-curvature="0" /><path
+         d="m 63.412,70.023 c 0.79,1.36 1.29,2.87 1.26,4.25 -0.36,-1.43 -0.84,-2.83 -1.26,-4.25 z"
+         id="path134"
+         inkscape:connector-curvature="0" /><path
+         d="m 65.022,228.574 c -0.65,-1.29 -1.63,-2.471 -2.41,-3.681 -0.63,0.811 -1.29,0.87 -1.73,1.84 -0.55,-2.619 -1.49,-9.409 -2.17,-9.409 0.1,-1.16 0.28,-2.58 0.68,-3.67 1.18,5.149 4.71,9.979 5.63,14.92 z"
+         id="path136"
+         inkscape:connector-curvature="0" /><path
+         d="m 57.672,113.164 c 1.38,2.37 2.76,4.74 4.13,7.11 -0.71,-2.371 -1.49,-5.751 -4.13,-7.11 z m -1.03,-2.181 c 1.47,-3.92 -10.8,-19.28 -15.95,-16.98 0.78,2.44 11.35,10.65 8.04,11.13 0.41,0.81 0.66,1.17 0.91,1.95 0.14,-0.46 0.6,-1.76 0.46,-2.53 2.43,1.91 3.26,5.881 6.54,6.43 z M 45.092,73.104 c 3.06,6.41 7.22,12.31 11.32,18.09 2.15,3.03 8.88,15.78 11.93,15.66 -3.25,-5.55 -6.5,-11.09 -9.75,-16.64 1.34,1.99 2.68,3.98 4.02,5.97 0.9,-1.42 0.66,-2.81 0,-4.47 1.09,1.21 1.99,2.55 2.82,3.94 1.39,2.32 2.58,4.76 4.17,6.95 3.98,-5.24 7.96,-10.47 11.93,-15.71 5.26,15.09 8.24,30.76 13,45.99 5.38,17.2 11.31,34.08 17.98,50.83 3.351,8.41 7.2,17.09 10.3,25.91 2.12,6.03 3.881,12.13 4.9,18.26 0.82,4.95 -1.99,5.51 -6.37,6.771 -4.07,1.159 -8.16,2.989 -11.47,3.439 0.54,-2.83 1.07,-5.66 1.609,-8.49 1.631,0.521 6.78,-1.64 3.9,-3.21 -3.47,-1.899 -4.28,5.301 -6.26,-2.47 -3.13,-12.34 -8.71,-23.84 -13.13,-35.74 -0.7,-1.87 -1.36,-3.75 -1.99,-5.64 -1.36,-4.07 -2.57,-8.2 -3.65,-12.36 -0.52,-2.04 -0.23,-7.229 -1.47,-8.5 -1.27,-1.29 -7.58,-1.109 -9.27,-0.979 -5.7,0.47 -11.24,1.51 -16.85,2.6 -4.9,0.95 -14.04,-0.25 -17.94,2.28 -0.78,-7.58 -5.93,-14.18 -5.04,-22.021 -1.02,0.141 -2.1,0.7 -2.87,1.37 1.31,2.271 3.25,7.511 2.64,10.271 -0.63,2.84 2.41,7.88 2.41,11.189 -0.69,0.301 -2.45,0.761 -3.45,1.141 -3.77,-17.23 -8.53,-34.15 -13.56,-51.061 -2.64,-8.88 -5.26,-17.76 -7.79,-26.68 -1.33,-4.69 -1.07,-8.74 -3.42,-12.88 5.43,-1.87 13.03,-7.35 19.3,-9.34 5.84,-1.84 10.51,-0.68 11.21,9.22 -1.42,1.99 -0.4,6.69 2.29,5.51 1.06,1.78 5.44,7.91 8.57,13.18 2.25,3.78 3.86,7.11 3.15,8.06 -2.59,3.45 8.16,14.82 10.72,18.41 4.86,6.79 9.78,13.5 15.01,20.01 2.69,3.35 11.12,15.63 15.21,15.25 -14.01,-21.15 -30.14,-40.69 -42.96,-62.39 -4.119,-6.97 -7.899,-14.171 -11.149,-21.72 z m -12.77,-0.551 c 0.08,2.23 0.7,4.56 3.1,5.04 -1.04,-1.679 -2.07,-3.36 -3.1,-5.04 z m 2.64,7.68 c 1.64,2.41 3.29,4.82 4.93,7.23 -0.89,-2.18 -2.8,-5.259 -4.93,-7.23 z m 4.93,59.66 c 0.02,-1.479 -0.72,-3.13 -1.83,-4.36 0.61,1.45 1.22,2.9 1.83,4.36 z"
+         id="path138"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 59.972,252.083 c 5.8,1.42 12.18,1.76 17.55,-1.26 -4.93,3.51 -11.07,4.51 -16.06,7.92 1.29,-0.101 2.53,-0.33 3.74,-0.641 l 0.33,1.21 c -3.95,1.091 -7.9,2.16 -11.99,3.101 -0.2,-2.94 1.95,-3.78 3.96,-5.34 2.73,-2.12 0.65,-3.86 1.84,-5.851 0.66,-1.1 0.29,-3.46 1.76,-3.46 0.15,0 0.33,0.021 0.53,0.08 1.43,0.411 -1.13,3.572 -1.66,4.241 z"
+         id="path140"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 61.802,120.273 c -1.37,-2.37 -2.75,-4.74 -4.13,-7.11 2.64,1.36 3.42,4.74 4.13,7.11 z"
+         id="path142"
+         inkscape:connector-curvature="0" /><path
+         d="m 58.022,197.483 c 0.92,1.83 1.83,3.671 2.75,5.5 -1.95,-1.23 -1.96,-3.5 -2.75,-5.5 z"
+         id="path144"
+         inkscape:connector-curvature="0" /><path
+         d="m 56.242,94.823 c 12.82,21.7 28.95,41.24 42.96,62.39 -4.09,0.38 -12.52,-11.9 -15.21,-15.25 -5.23,-6.51 -10.15,-13.22 -15.01,-20.01 -2.56,-3.59 -13.31,-14.96 -10.72,-18.41 0.71,-0.95 -0.9,-4.28 -3.15,-8.06 z"
+         id="path146"
+         inkscape:connector-curvature="0" /><path
+         d="m 59.052,177.173 c -0.05,3.12 -4.23,2.51 -3.44,0.23 0.66,-1.9 2.97,-0.73 3.44,-0.23 z"
+         id="path148"
+         style="fill:#8c8c8c"
+         inkscape:connector-curvature="0" /><path
+         d="m 55.612,177.404 c -0.79,2.279 3.39,2.89 3.44,-0.23 -0.47,-0.501 -2.78,-1.671 -3.44,0.23 z m 5.85,1.489 c -1.03,1.67 -2.97,2.42 -4.93,2.53 0.15,-0.01 -5.28,-1.32 -4.98,-0.64 -4.11,-5.31 9.72,-9.97 9.91,-1.89 z"
+         id="path150"
+         inkscape:connector-curvature="0" /><path
+         d="m 56.312,61.293 c 0.08,0.35 0.15,0.7 0.22,1.05 -0.08,-0.34 -0.16,-0.69 -0.22,-1.05 z"
+         id="path152"
+         inkscape:connector-curvature="0" /><path
+         d="m 47.582,170.523 c 1.95,-2.27 5.3,-1.55 8.03,-1.72 -2.49,1.04 -5.54,1.021 -8.03,1.72 z"
+         id="path154"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 53.542,262.414 c 4.09,-0.94 8.04,-2.01 11.99,-3.101 4.13,-1.13 8.26,-2.279 12.56,-3.319 12.43,-3.011 24.56,-4.67 36.03,-10.67 0.22,0.3 0.45,0.609 0.68,0.909 -0.75,0.421 -1.49,0.971 -2.18,1.49 4.56,-0.68 9.1,-1.37 13.66,-2.06 l 1.489,0.46 c -0.489,1.02 -0.59,2.229 -0.35,3.439 0.8,-1.119 1.24,-2.449 1.56,-3.8 l 1.58,0.29 c -0.149,0.79 0.131,1.91 0.301,2.25 1.05,-0.64 1.609,-1.67 1.949,-2.85 l 1.58,0.3 c -0.1,0.58 -0.17,1.2 -0.199,1.86 2.27,-0.17 4.67,-0.4 6.899,-0.87 l 0.32,1.51 c -5.2,1.03 -10.32,3.88 -15.71,3.2 -2.36,-0.29 -2.17,-2.87 -4.24,-2.521 -3.36,0.55 -6.5,1.58 -9.79,2.49 -9.41,2.59 -18.86,5.06 -28.36,7.271 -9.59,2.239 -19.17,4.46 -28.85,6.3 -0.22,0.04 -0.43,0.08 -0.63,0.109 z"
+         id="path156"
+         inkscape:connector-curvature="0" /><path
+         d="m 48.952,73.233 c 2.56,3.69 5.77,8.22 7.92,11.48 -4.15,-2.7 -5.22,-7.62 -7.92,-11.48 z"
+         id="path158"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 53.432,49.033 c -0.33,-0.03 -0.65,-0.13 -0.93,-0.28 0.07,-0.14 0.15,-0.27 0.24,-0.41 0.23,0.23 0.46,0.46 0.69,0.69 z"
+         id="path160"
+         inkscape:connector-curvature="0" /><path
+         d="m 51.482,66.813 c -5.4,-7.86 -12.59,-15.11 -15.49,-24.2 11.5,16.48 23.18,32.88 32.81,50.13 0.88,-0.94 2.25,-3.22 3.88,-6.17 5.57,-9.99 14.29,-27.61 18.03,-26.18 -6.33,7.06 -9.97,16.08 -13.99,24.55 -1.4,2.93 -2.9,6.28 -4.94,8.83 -2.24,2.82 -2.87,2.79 -3.71,1.14 -0.48,-0.92 -1.02,-2.35 -1.96,-4.07 -4.5,-8.26 -9.31,-16.28 -14.63,-24.03 z"
+         id="path162"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 52.112,51.533 c 0.31,0.83 0.63,1.67 0.97,2.55 -0.46,-0.82 -0.83,-1.68 -0.97,-2.55 z"
+         id="path164"
+         inkscape:connector-curvature="0" /><path
+         d="m 45.512,15.653 c 1.76,-0.46 3.52,-0.92 5.28,-1.38 -0.11,1.6 -0.23,3.53 -0.46,4.93 -0.03,-0.22 -2.4,-3.92 -3.42,-1.18 0.1,-1.149 -0.18,-2.109 -1.4,-2.37 z"
+         id="path166"
+         style="fill:#023f4f"
+         inkscape:connector-curvature="0" /><path
+         d="m 50.102,104.553 c 0.14,0.77 -0.32,2.07 -0.46,2.53 -0.25,-0.78 -0.5,-1.14 -0.91,-1.95 3.31,-0.48 -7.26,-8.69 -8.04,-11.13 5.15,-2.3 17.42,13.06 15.95,16.98 -3.28,-0.549 -4.11,-4.52 -6.54,-6.43 z"
+         id="path168"
+         inkscape:connector-curvature="0" /><path
+         d="m 48.502,36.644 c 0.46,0.99 0.91,1.99 1.37,2.98 -0.5,-0.971 -0.93,-2 -1.37,-2.98 z"
+         id="path170"
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0" /><path
+         d="m 46.912,18.033 c -0.05,0.59 -0.2,1.23 -0.37,1.86 0.08,-0.81 0.2,-1.42 0.37,-1.86 z"
+         id="path172"
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0" /><path
+         d="m 64.672,74.273 c 0.03,-1.38 -0.47,-2.89 -1.26,-4.25 0.42,1.42 0.9,2.82 1.26,4.25 z m -12.56,-22.74 c -0.17,-0.95 -0.09,-1.89 0.39,-2.78 0.28,0.15 0.6,0.25 0.93,0.28 -0.23,-0.23 -0.46,-0.46 -0.69,-0.69 -0.09,0.14 -0.17,0.27 -0.24,0.41 -1.45,-0.72 -2.23,-2.69 -0.79,-4.54 0.11,0.27 0.23,0.54 0.34,0.8 0.08,-1 0.54,-1.98 0.58,-2.98 1.48,2.95 2.64,6.54 1.37,9.75 -0.11,-0.27 -0.23,-0.53 -0.34,-0.8 0.86,3.44 1.92,6.84 2.65,10.31 0.06,0.36 0.14,0.71 0.22,1.05 -0.07,-0.35 -0.14,-0.7 -0.22,-1.05 -0.28,-1.57 -0.32,-3.2 0.79,-4.35 2.08,3.95 1.09,8.64 3.21,12.51 -0.39,-1.27 -0.33,-6.83 0.57,-8.72 0.54,2.48 1.29,5 2.3,7.34 -0.41,-3.86 -9.32,-29.91 -11.01,-29.37 -1.04,-1.68 -2.07,-3.36 -3.1,-5.04 -0.2,1.01 -0.88,1.96 -1.03,2.98 -0.12,-0.49 -0.46,-0.89 -0.58,-1.49 0.21,1.37 -0.74,1.66 -1.03,2.52 -1.3,-3.44 -2.6,-6.88 -3.9,-10.32 0.96,3.67 0.51,6.6 1.26,10.21 0.6,2.87 2.3,5.49 2.98,8.37 -0.37,-2.71 -2.32,-5.3 -0.34,-7.8 2.44,4.79 3.92,8.77 5.68,13.4 0.14,0.87 0.51,1.73 0.97,2.55 -0.34,-0.879 -0.66,-1.72 -0.97,-2.55 z m -11.99,-26.82 c 1.31,-0.78 -0.17,-6.02 1.15,-7.92 -0.47,5.26 4.65,9.05 8.83,11.13 5.84,5.46 12.03,10.56 18.24,15.6 2.09,1.7 10.16,6.63 14.92,10.6 2.01,1.68 3.43,3.18 3.55,4.2 0.18,1.42 -5.39,8.12 -6.24,9.87 -1.71,3.57 -3.15,7.27 -4.76,10.9 -0.39,0.87 -1.9,4.71 -3.35,7.36 -0.82,1.48 -1.61,2.6 -2.17,2.62 -2.31,0.08 -5.35,-8.7 -6.47,-10.8 -7.47,-14.06 -18.98,-25.65 -26.79,-39.6 -0.46,-0.82 -0.38,-3.21 0.04,-5.79 0.57,-3.52 1.76,-7.39 3.05,-8.17 z"
+         id="path174"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 49.872,39.624 c -0.46,-0.99 -0.91,-1.99 -1.37,-2.98 0.44,0.98 0.87,2.009 1.37,2.98 z m -6.08,-2.061 c -0.75,-3.61 -0.3,-6.54 -1.26,-10.21 1.3,3.44 2.6,6.88 3.9,10.32 0.29,-0.86 1.24,-1.15 1.03,-2.52 0.12,0.6 0.46,1 0.58,1.49 0.15,-1.02 0.83,-1.97 1.03,-2.98 1.03,1.68 2.06,3.36 3.1,5.04 1.69,-0.54 10.6,25.51 11.01,29.37 -1.01,-2.34 -1.76,-4.86 -2.3,-7.34 -0.9,1.89 -0.96,7.45 -0.57,8.72 -2.12,-3.87 -1.13,-8.56 -3.21,-12.51 -1.11,1.15 -1.07,2.78 -0.79,4.35 -0.73,-3.47 -1.79,-6.87 -2.65,-10.31 0.11,0.27 0.23,0.53 0.34,0.8 1.27,-3.21 0.11,-6.8 -1.37,-9.75 -0.04,1 -0.5,1.98 -0.58,2.98 -0.11,-0.26 -0.23,-0.53 -0.34,-0.8 -1.44,1.85 -0.66,3.82 0.79,4.54 -0.48,0.89 -0.56,1.83 -0.39,2.78 -1.76,-4.63 -3.24,-8.61 -5.68,-13.4 -1.98,2.5 -0.03,5.09 0.34,7.8 -0.68,-2.88 -2.38,-5.499 -2.98,-8.37 z"
+         id="path176"
+         inkscape:connector-curvature="0" /><path
+         d="m 39.552,172.244 c 1.2,-1.53 2.86,-1.59 4.01,-0.57 -1.19,1.039 -2.4,1.4 -4.01,0.57 z"
+         id="path178"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 86.012,166.733 c 1.08,4.591 1.24,9.82 4.47,13.54 -1.49,-4.51 -2.98,-9.02 -4.47,-13.54 z m -25.7,1.15 c 7,-0.31 14.32,-1.33 20.88,-3.9 -6.88,1.711 -14.03,1.931 -20.88,3.9 z m -20.76,4.361 c 1.61,0.83 2.82,0.47 4.01,-0.57 -1.15,-1.02 -2.81,-0.961 -4.01,0.57 z m 1.26,3.439 c 0.88,4.54 4.46,20.261 8.95,10.67 3.23,5.91 2.04,-1.399 3.09,-2.52 2.62,4.76 6.57,3.899 10.99,2.61 7.76,-2.261 15.93,-2.391 23.66,-4.79 0.08,-1.881 -2.8,-13.091 -4.24,-14.12 -2.01,-1.42 -8.11,0.87 -10.33,1.27 -7.21,1.3 -14.19,1.851 -21.22,3.9 -3.56,1.03 -7.25,2.3 -10.9,2.98 z m 6.77,-5.16 c 2.49,-0.699 5.54,-0.68 8.03,-1.72 -2.73,0.17 -6.08,-0.55 -8.03,1.72 z m -5.62,-4.13 c 0,-3.31 -3.04,-8.35 -2.41,-11.189 0.61,-2.76 -1.33,-8 -2.64,-10.271 0.77,-0.67 1.85,-1.229 2.87,-1.37 -0.89,7.841 4.26,14.44 5.04,22.021 3.9,-2.53 13.04,-1.33 17.94,-2.28 5.61,-1.09 11.15,-2.13 16.85,-2.6 1.69,-0.13 8,-0.311 9.27,0.979 1.24,1.271 0.95,6.46 1.47,8.5 1.08,4.16 2.29,8.29 3.65,12.36 l -2.14,0.71 c 1.03,5.46 2.58,10.79 4.37,16.05 l -1.59,0.54 c -1.81,-5.26 -3.62,-10.52 -5.42,-15.79 -9.06,1.57 -18.41,2.34 -27.33,4.57 -10.03,2.51 -0.75,3.439 -5.02,7.82 -0.55,-1.08 -2.49,-7.16 -4.7,-5.851 -2.12,1.26 2.67,8.311 2.06,10.44 -5.05,-1.37 -2.9,-8.681 -5.96,-9.86 -4.92,-1.89 0.48,12.51 0.8,13.42 2.37,6.771 3.73,13.78 6.52,20.39 2.85,6.73 5.94,13.41 5.52,20.91 l -0.01,1.87 c -1.47,0 -1.1,2.36 -1.76,3.46 -1.19,1.99 0.89,3.73 -1.84,5.851 -2.01,1.56 -4.16,2.399 -3.96,5.34 l 0.29,2.689 c -8.4,1.25 -6.18,-6.38 -7.63,-12.75 -0.93,-4.06 -1.86,-8.13 -2.79,-12.189 l 2.06,-0.47 c 0.63,2.689 1.29,5.359 1.99,8.029 -0.25,-3.99 -0.53,-8.22 -0.92,-12.16 -0.46,-4.75 -0.28,-11.92 -2.06,-16.399 -1.89,3.979 -1.83,-1.021 -2.06,-2.98 0.83,0.17 1.8,-0.31 2.63,-0.12 -0.07,-0.8 -0.39,-2.069 -0.8,-2.75 -0.43,0.83 -1.31,1.45 -1.72,2.29 -2.36,-17.08 -6.27,-33.6 -10.94,-50.18 -2.2,-7.83 -5.55,-16.02 -6.84,-24.04 -0.86,-5.36 -4.67,-13.06 -3.56,-18.47 -0.27,0.57 -0.53,1.15 -0.8,1.72 -2.78,-2.7 -2.78,-7.15 -2.41,-10.67 0.3,0.23 0.68,0.54 1.03,0.8 -3.3,-12.78 -6.3,-23.62 -11.58,-35.9 -0.56,-1.39 -1.8,-3.12 -3.45,-3.79 4.26,18.26 8.69,36.64 13.72,54.78 l -1.63,0.46 c -5.5,-19.93 -11.26,-39.34 -15.72,-59.56 -0.56,-2.53 1.32,-4.13 3.35,-5.26 2.39,-1.33 2.37,-3.94 2.06,-6.5 l 2.02,-0.25 c 0.3,2.84 2.38,6.16 2.97,9.91 5.99,-1.06 11.23,-3.95 16.78,-6.12 l 0.77,2.05 c -5.47,2.09 -10.67,5.23 -16.29,7.39 1.24,2.37 9.45,-2.37 12.28,-3.55 1.68,-0.7 4.17,-1.32 6.45,-2.18 l 2.3,1.33 c -6.27,1.99 -13.87,7.47 -19.3,9.34 2.35,4.14 2.09,8.19 3.42,12.88 2.53,8.92 5.15,17.8 7.79,26.68 5.03,16.91 9.79,33.83 13.56,51.061 1,-0.38 2.76,-0.84 3.45,-1.141 z M 7.202,70.604 c 0.3,-1.04 0.59,-1.69 0,-2.64 -2.05,1.559 -2.02,2.279 0,2.64 z"
+         id="path180"
+         inkscape:connector-curvature="0" /><path
+         d="m 38.062,135.533 c 1.11,1.23 1.85,2.88 1.83,4.36 -0.61,-1.46 -1.22,-2.91 -1.83,-4.36 z"
+         id="path182"
+         inkscape:connector-curvature="0" /><path
+         d="m 39.892,87.463 c -1.64,-2.41 -3.29,-4.82 -4.93,-7.23 2.13,1.971 4.04,5.05 4.93,7.23 z"
+         id="path184"
+         inkscape:connector-curvature="0" /><path
+         d="m 32.322,72.553 c 1.03,1.68 2.06,3.36 3.1,5.04 -2.4,-0.48 -3.02,-2.81 -3.1,-5.04 z"
+         id="path186"
+         inkscape:connector-curvature="0" /><path
+         d="m 35.992,62.573 c -0.88,1.7 -2.97,2.81 -5.25,3.67 -2.28,0.86 -4.77,1.48 -6.45,2.18 -2.83,1.18 -11.04,5.92 -12.28,3.55 5.62,-2.16 10.82,-5.3 16.29,-7.39 2.48,-0.95 5.02,-1.68 7.69,-2.01 z"
+         id="path188"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 28.902,52.954 c -1.64,2.94 5.25,4.3 4.22,7.78 -1.92,0.46 -3.77,1.09 -5.59,1.8 -5.55,2.17 -10.79,5.06 -16.78,6.12 -0.59,-3.75 -2.67,-7.07 -2.97,-9.91 -0.26,-2.41 0.76,-4.46 5.04,-6.15 4.9,-1.93 12.41,3.419 16.08,0.36 z"
+         id="path190"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 29.802,51.903 c -0.26,0.43 -0.57,0.77 -0.9,1.05 0.19,-0.329 0.48,-0.68 0.9,-1.05 z"
+         id="path192"
+         style="fill:#ffffff"
+         inkscape:connector-curvature="0" /><path
+         d="m 27.402,161.824 c 8.4,25.239 11.95,51.92 18.07,77.87 l -2.06,0.47 c -8.46,-36.78 -17.29,-73.45 -27.34,-109.85 l 1.63,-0.46 c 2.99,10.76 6.19,21.439 9.7,31.97 z"
+         id="path194"
+         inkscape:connector-curvature="0" /><path
+         d="m 37.032,38.673 c 7.81,13.95 19.32,25.54 26.79,39.6 1.12,2.1 4.16,10.88 6.47,10.8 0.56,-0.02 1.35,-1.14 2.17,-2.62 l 0.22,0.12 c -1.63,2.95 -3,5.23 -3.88,6.17 -9.63,-17.25 -21.31,-33.65 -32.81,-50.13 2.9,9.09 10.09,16.34 15.49,24.2 5.32,7.75 10.13,15.77 14.63,24.03 0.94,1.72 1.48,3.15 1.96,4.07 l -2.64,0.74 c -0.83,-1.39 -1.73,-2.73 -2.82,-3.94 0.66,1.66 0.9,3.05 0,4.47 -1.34,-1.99 -2.68,-3.98 -4.02,-5.97 3.25,5.55 6.5,11.09 9.75,16.64 -3.05,0.12 -9.78,-12.63 -11.93,-15.66 -4.1,-5.78 -8.26,-11.68 -11.32,-18.09 3.25,7.55 7.03,14.75 11.15,21.72 l -1.13,0.66 c -3.13,-5.27 -7.51,-11.4 -8.57,-13.18 -2.69,1.18 -3.71,-3.52 -2.29,-5.51 -0.7,-9.9 -5.37,-11.06 -11.21,-9.22 l -2.3,-1.33 c 2.28,-0.86 4.37,-1.97 5.25,-3.67 -2.67,0.33 -5.21,1.06 -7.69,2.01 l -0.77,-2.05 c 1.82,-0.71 3.67,-1.34 5.59,-1.8 1.03,-3.48 -5.86,-4.84 -4.22,-7.78 0.33,-0.28 0.64,-0.62 0.9,-1.05 -0.42,0.37 -0.71,0.72 -0.9,1.05 -3.67,3.06 -11.18,-2.29 -16.08,-0.36 -4.28,1.69 -5.3,3.74 -5.04,6.15 l -2.02,0.25 c -0.14,-1.15 -0.33,-2.28 -0.39,-3.29 -0.36,-5.92 17.02,-10.83 21.76,-13.2 5.27,-2.63 6.41,-5.71 6.99,-10.04 l 2.95,0.42 c -0.42,2.58 -0.5,4.971 -0.04,5.79 z m 19.84,46.04 c -2.15,-3.26 -5.36,-7.79 -7.92,-11.48 2.7,3.86 3.77,8.78 7.92,11.48 z"
+         id="path196"
+         inkscape:connector-curvature="0" /><path
+         d="m 45.472,239.694 c -6.12,-25.95 -9.67,-52.631 -18.07,-77.87 -3.51,-10.53 -6.71,-21.21 -9.7,-31.97 -5.03,-18.14 -9.46,-36.52 -13.72,-54.78 1.65,0.67 2.89,2.4 3.45,3.79 5.28,12.28 8.28,23.12 11.58,35.9 -0.35,-0.26 -0.73,-0.57 -1.03,-0.8 -0.37,3.52 -0.37,7.97 2.41,10.67 0.27,-0.57 0.53,-1.15 0.8,-1.72 -1.11,5.41 2.7,13.11 3.56,18.47 1.29,8.021 4.64,16.21 6.84,24.04 4.67,16.58 8.58,33.1 10.94,50.18 0.41,-0.84 1.29,-1.46 1.72,-2.29 0.41,0.681 0.73,1.95 0.8,2.75 -0.83,-0.189 -1.8,0.29 -2.63,0.12 0.23,1.96 0.17,6.96 2.06,2.98 1.78,4.479 1.6,11.649 2.06,16.399 0.39,3.94 0.67,8.17 0.92,12.16 -0.7,-2.67 -1.36,-5.34 -1.99,-8.029 z"
+         id="path198"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /><path
+         d="m 7.202,67.963 c 0.59,0.95 0.3,1.6 0,2.64 -2.02,-0.36 -2.05,-1.08 0,-2.64 z"
+         id="path200"
+         style="fill:#047391"
+         inkscape:connector-curvature="0" /></g><g
+       id="g202" /></g><g
+     id="layer1"
+     style="display:inline"
+     transform="matrix(0.3333552,0,0,0.30885362,-36.105587,-40.433002)"><g
+       id="g19140"><path
+         d="m 138,284.36218 c -12,14 42,-18 42,-18 0,0 12,-8 40,-12 28,-4 56,2 56,2 l -10,68 -84,66 z"
+         id="path9973"
+         style="fill:#573400;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         inkscape:connector-curvature="0" /><path
+         d="m 380,510.36218 -98,-48 c 0,0 -72,-114 -72,-136 0,-22 -2,-38 16,-62 18,-24 60,-26 60,-26 0,0 20,6 6,-2 -14,-8 4,-4 4,-4 0,0 -2,-6 6,4 8,10 4,34 8,64 4,30 10,70 24,96 14,26 92,80 92,80 l 34,42 z"
+         id="path9213"
+         style="fill:#753f00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         inkscape:connector-curvature="0" /><path
+         d="m 93.851901,511.60588 2.988983,-49.15966 c 0,0 8.966946,-41.71123 13.450416,-53.62873 0.41273,-11.33595 2.65757,-16.71317 2.65757,-16.71317 0,0 1.90721,-13.47887 4.81489,-17.54962 l 0.50023,-25.5079 c 1.16307,-4.83551 -2.00093,-9.88611 1.5758,-16.82469 0,-7.44844 -5.06501,-14.27551 -5.06501,-14.27551 0,0 -7.47245,-17.87624 -2.98898,-25.32468 4.48347,-7.44843 19.42837,-14.89686 31.38431,-14.89686 11.95592,0 46.32922,14.89686 73.23006,20.85561 26.90083,5.95875 29.88982,13.40718 35.86778,25.32468 5.97796,11.91749 17.93389,65.54621 28.39533,75.97402 10.46144,10.42781 11.95593,17.87624 44.83473,50.64935 32.8788,32.77311 59.77964,37.24217 59.77964,37.24217 l 19.42839,8.93812 22.41736,-11.91749 c 0,0 -59.77964,-16.38656 -68.74659,-34.2628 -8.96695,-17.87624 -43.34024,-81.93277 -43.34024,-81.93277 0,0 -4.48347,-26.81436 -5.97796,-46.18029 -1.4945,-19.36593 4.48347,-29.79374 4.48347,-29.79374 0,0 5.97797,31.28343 7.47246,46.18029 0.91295,25.36451 6.05306,40.54019 25.40634,68.5256 5.97797,2.97937 48.07384,33.49007 68.99671,53.77212 22.41737,11.91749 23.66174,20.71221 68.49646,41.56783 34.3733,8.93812 51.64435,15.15179 51.64435,15.15179 0,0 26.15049,8.38844 18.59674,41.45631 -10.46144,20.85561 -26.90084,23.83499 -19.42838,23.83499 l -20.92288,10.4278 -82.197,25.32468 -95.64744,-2.97938 -80.7025,-37.24216 -68.7466,-19.36593 -88.174965,-13.40718 z"
+         id="path6934"
+         style="fill:#803a00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         inkscape:connector-curvature="0" /><path
+         d="m 99.442567,580.15537 -10.467638,-55.82741 5.233819,-26.75063 c 0,0 30.821382,22.67989 36.636732,23.84296 5.81536,1.16307 43.03363,22.67988 43.03363,22.67988 0,0 34.31059,1.74461 42.45209,3.48921 8.1415,1.74461 31.40292,5.81536 41.28902,11.04918 9.8861,5.23382 45.9413,30.82138 52.33819,34.31059 6.39689,3.48921 45.94131,17.44607 61.06123,16.86453 15.11992,-0.58154 76.18115,0.58154 81.41497,-2.32614 5.23381,-2.90768 4.65228,-8.1415 22.09834,-15.70146 17.44607,-7.55996 40.70749,-13.37532 52.91973,-20.35374 12.21225,-6.97843 26.1691,-18.60914 28.49524,-18.60914 2.32614,0 4.07075,-2.32614 5.23382,1.74461 1.16307,4.07075 1.16307,25.58756 -3.48921,40.70748 -4.65229,15.11993 -41.28902,25.58756 -55.24587,30.82138 -13.95685,5.23382 -90.71954,19.77221 -92.46414,20.93528 -0.10904,0.0727 -2.03708,0.32711 -2.84748,0.38163 -0.8104,0.0545 -0.24113,-2.83323 -1.33534,-2.7878 -1.09421,0.0454 -9.74889,0.44627 -11.27698,0.47353 -1.5281,0.0273 -1.35419,2.73225 -3.03235,2.75042 -1.67816,0.0182 -19.94542,0.0182 -21.77805,0 -1.83263,-0.0182 0.19183,-2.21225 -1.56797,-2.23951 -1.7598,-0.0273 -7.17612,-0.6977 -8.81851,-0.73404 -1.64238,-0.0363 -0.40491,3.62685 -1.8853,3.58142 -1.48039,-0.0454 -12.44461,-1.35296 -13.17153,-1.42565 -0.72692,-0.0727 -4.16729,-0.644 -5.14523,-0.85186 -0.97793,-0.20785 -0.22277,-2.49058 -1.30321,-2.75835 -1.08044,-0.26777 -8.30544,-3.2185 -9.54489,-3.59076 -1.23946,-0.37226 -1.74464,2.936 -3.0406,2.51916 -1.29596,-0.41685 -14.86437,-5.30311 -16.23302,-5.84716 -1.36865,-0.54406 1.22848,-2.88708 -0.12001,-3.45016 -1.34849,-0.56308 -8.17534,-3.30575 -9.48834,-3.88274 -1.313,-0.577 -1.07169,2.79987 -2.33386,2.21408 -1.26217,-0.5858 -9.34517,-4.70595 -10.36286,-5.28749 -3.48921,-13.95684 -4.07074,-16.28299 -4.07074,-16.28299 0,0 -38.96288,-28.49524 -43.03363,-27.33217 -4.07075,1.16307 -17.44607,5.23382 -17.44607,5.23382 l -9.8861,-0.58153 v 6.97842 l -11.63071,15.11992 c 0,0 -0.22489,-0.0432 -0.64897,-0.12466 -0.42409,-0.0815 -1.04736,-0.20132 -1.84414,-0.35465 -0.79677,-0.15334 -1.76703,-0.34018 -2.8851,-0.5557 -1.11806,-0.21552 -2.38393,-0.45972 -3.77189,-0.72777 -1.38796,-0.26805 -2.89802,-0.55995 -4.50448,-0.87088 -1.60647,-0.31093 -3.30933,-0.64088 -5.0829,-0.98503 -1.77357,-0.34415 -3.61784,-0.7025 -5.50712,-1.07022 -1.88929,-0.36772 -0.34557,-3.67937 -2.29917,-4.061 -1.9536,-0.38164 -9.46956,-2.18075 -11.43607,-2.56664 -1.96652,-0.38589 0.52954,3.68469 -1.3985,3.30419 -1.92804,-0.3805 -6.21512,-0.86457 -8.05329,-1.23002 -1.83817,-0.36545 -3.61855,-0.72095 -5.31545,-1.0617 -1.6969,-0.34074 -3.31032,-0.66672 -4.81456,-0.9731 -1.50424,-0.30639 0.36132,-3.20168 -0.89886,-3.46405 -1.26019,-0.26237 -6.73299,-1.26114 -7.69772,-1.46984 -0.96473,-0.20871 -0.68201,2.98114 -1.29989,2.83576 -2.47153,-0.58154 -5.81536,-1.85364 -9.44087,-3.43469 -3.62551,-1.58105 -1.86355,-0.73421 -5.4618,-2.55151 -0.89956,-0.45432 0.22393,-2.2603 -0.26124,-2.38802 -0.48518,-0.12771 -3.04037,-1.2882 -3.37448,-1.35004 -0.33411,-0.0618 -1.13439,2.53174 -1.73183,2.20917 -2.38975,-1.29028 -13.458843,-8.18637 -13.458843,-8.18637 z"
+         id="path7694"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         inkscape:connector-curvature="0" /><g
+         id="g15332"><g
+           id="g14566"
+           transform="translate(-2)"><path
+             d="m 391.95187,522.67769 c -1.46524,-5.86096 33.70054,-48.35294 31.50268,-58.60963 -2.19787,-10.25668 -83.51872,20.51337 -90.84492,12.45455 -7.32621,-8.05882 2.19786,-24.17647 8.05882,-32.96791 5.86096,-8.79145 21.24599,-15.38503 19.78075,-24.17647 -1.46524,-8.79145 -7.32621,-9.52407 -12.45455,-10.25669 -5.12834,-0.73262 -70.33155,21.24599 -70.33155,21.24599 0,0 -35.16577,14.65241 -38.09626,0.73262 -2.93048,-13.91979 11.72193,-23.44385 11.72193,-23.44385 0,0 62.27273,-19.04813 67.40107,-27.10695 5.12834,-8.05883 7.3262,-16.11765 7.3262,-16.11765"
+             id="path13804"
+             style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:8.10000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+             inkscape:connector-curvature="0" /><path
+             d="m 394.14973,521.94507 c 56.41177,-33.70053 57.87701,-35.16578 57.87701,-35.16578 0,0 4.39572,-10.9893 -2.93048,-10.9893 -7.32621,0 -80.58824,27.10695 -85.71658,26.37433 -5.12834,-0.73262 -8.05882,0 -5.12834,-5.86096 2.93048,-5.86096 36.63101,-54.94652 30.03743,-58.60963 -6.59358,-3.6631 -28.57219,-7.3262 -56.41176,2.93048 -27.83958,10.25669 -45.42246,30.77006 -37.36364,13.91979 8.05882,-16.85027 38.82888,-57.87701 38.82888,-57.87701 0,0 -94.50803,-0.73261 -97.43851,-7.3262 -2.93048,-6.59358 72.52942,-54.94652 71.79679,-71.79679"
+             id="path13806"
+             style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:8.69999981;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+             inkscape:connector-curvature="0" /></g><path
+           d="m 321.62032,360.7686 c -1.46524,-2.93048 -88.64706,-8.05882 -88.64706,-21.24599 0,-13.18717 69.59893,-32.96791 69.59893,-32.96791"
+           id="path14570"
+           style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:8.10000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+           inkscape:connector-curvature="0" /></g><g
+         id="g13789"><path
+           d="m 400.0107,521.94507 c 0,5.26 -3.60806,9.52407 -8.05882,9.52407 -4.45077,0 -8.05883,-4.26407 -8.05883,-9.52407 0,-5.26 3.60806,-9.52407 8.05883,-9.52407 4.45076,0 8.05882,4.26407 8.05882,9.52407 z"
+           id="path13009"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 369.97328,501.4317 c 0,5.26 -3.44406,9.52407 -7.69251,9.52407 -4.24846,0 -7.69252,-4.26407 -7.69252,-9.52407 0,-5.26 3.44406,-9.52407 7.69252,-9.52407 4.24845,0 7.69251,4.26407 7.69251,9.52407 z"
+           id="path13011"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 336.27273,476.88892 c 0,5.05769 -3.77206,9.15776 -8.42513,9.15776 -4.65308,0 -8.42514,-4.10007 -8.42514,-9.15776 0,-5.05769 3.77206,-9.15776 8.42514,-9.15776 4.65307,0 8.42513,4.10007 8.42513,9.15776 z"
+           id="path13013"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 301.83957,453.81137 c 0,4.85538 -3.28005,8.79145 -7.3262,8.79145 -4.04616,0 -7.32621,-3.93607 -7.32621,-8.79145 0,-4.85538 3.28005,-8.79145 7.32621,-8.79145 4.04615,0 7.3262,3.93607 7.3262,8.79145 z"
+           id="path13015"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 249.82353,430.73383 c 0,8.69922 -3.77206,15.75134 -8.42513,15.75134 -4.65308,0 -8.42514,-7.05212 -8.42514,-15.75134 0,-8.69922 3.77206,-15.75134 8.42514,-15.75134 4.65307,0 8.42513,7.05212 8.42513,15.75134 z"
+           id="path13017"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 246.16042,387.50925 c 0.004,4.65621 -3.44119,8.43317 -7.69251,8.43317 -4.25132,0 -7.69657,-3.77696 -7.69251,-8.43317 -0.004,-4.65621 3.44119,-8.43317 7.69251,-8.43317 4.25132,0 7.69657,3.77696 7.69251,8.43317 z"
+           id="path13019"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 241.76471,335.49319 c 0,4.24846 -3.28005,7.69252 -7.3262,7.69252 -4.04616,0 -7.32621,-3.44406 -7.32621,-7.69252 0,-4.24846 3.28005,-7.69252 7.32621,-7.69252 4.04615,0 7.3262,3.44406 7.3262,7.69252 z"
+           id="path13021"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 452.75935,479.08679 c 0.003,2.63172 -2.29418,4.76644 -5.12834,4.76644 -2.83416,0 -5.13097,-2.13472 -5.12834,-4.76644 -0.003,-2.63172 2.29418,-4.76644 5.12834,-4.76644 2.83416,0 5.13097,2.13472 5.12834,4.76644 z"
+           id="path13023"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 419.79144,457.47449 c 0,2.42769 -1.80403,4.39573 -4.02941,4.39573 -2.22539,0 -4.02942,-1.96804 -4.02942,-4.39573 0,-2.42769 1.80403,-4.39573 4.02942,-4.39573 2.22538,0 4.02941,1.96804 4.02941,4.39573 z"
+           id="path13025"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 389.754,436.59482 c 0,2.22538 -1.96803,4.02941 -4.39573,4.02941 -2.42769,0 -4.39572,-1.80403 -4.39572,-4.02941 0,-2.22538 1.96803,-4.02941 4.39572,-4.02941 2.4277,0 4.39573,1.80403 4.39573,4.02941 z"
+           id="path13027"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /><path
+           d="m 360.4492,410.58679 c 0.002,2.02445 -1.63865,3.66663 -3.6631,3.66663 -2.02445,0 -3.66505,-1.64218 -3.6631,-3.66663 -0.002,-2.02445 1.63865,-3.66663 3.6631,-3.66663 2.02445,0 3.66505,1.64218 3.6631,3.66663 z"
+           id="path13029"
+           style="fill:#b3b3b3;fill-opacity:1;fill-rule:evenodd;stroke:#505050;stroke-width:1.70000005;stroke-miterlimit:4;stroke-opacity:0.49729728"
+           inkscape:connector-curvature="0" /></g><path
+         d="m 308.43316,305.82208 c 0,0 -19.04813,-2.19787 -26.37434,-0.73262 -7.3262,1.46524 -19.78075,13.18716 -19.78075,19.04812 0,5.86097 1.46525,13.91979 5.12835,16.11765 3.6631,2.19786 16.85026,1.46524 19.04813,-4.39572 2.19786,-5.86096 15.38502,-13.91979 19.04812,-20.51337 3.66311,-6.59358 16.11765,-19.04813 22.71123,-24.17647 6.59359,-5.12834 15.38503,-8.79144 19.78075,-2.93048 4.39572,5.86096 15.38503,6.59358 13.91979,16.85027 -1.46524,10.25668 5.12834,16.11764 -5.12834,15.38502 -10.25669,-0.73262 -8.05883,-5.12834 -17.58289,-8.79144 -9.52407,-3.6631 -19.78075,-3.6631 -25.64171,-5.12834 -5.86097,-1.46524 -12.45455,2.93048 -5.12834,-0.73262 z"
+         id="path15338"
+         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:8.10000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         inkscape:connector-curvature="0" /><path
+         d="m 318.68984,302.89159 c -0.73262,2.93049 -7.3262,-5.86096 -7.3262,-5.86096 l 8.79144,-13.91978 13.91979,-5.86097 5.12834,-2.19786"
+         id="path15340"
+         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:8.10000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         inkscape:connector-curvature="0" /><path
+         d="m 303.30481,307.28732 18.31551,16.11764 1.46524,18.31551"
+         id="path17622"
+         style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:8.10000038;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+         inkscape:connector-curvature="0" /></g></g></svg>
Index: /trunk/resources/images/presets/shop/paint.svg
===================================================================
--- /trunk/resources/images/presets/shop/paint.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/paint.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="paints.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4145"
+       cx="5"
+       cy="1041.3622"
+       rx="5"
+       ry="4.9999828" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffcc00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4145-81"
+       cx="8"
+       cy="1047.3622"
+       rx="5"
+       ry="4.9999828" />
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#006600;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4145-8"
+       cx="11"
+       cy="1041.3622"
+       rx="5"
+       ry="4.9999828" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/party.svg
===================================================================
--- /trunk/resources/images/presets/shop/party.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/party.svg	(revision 16006)
@@ -0,0 +1,309 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="687.5"
+   id="svg1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="party.svg"
+   sodipodi:version="0.32"
+   width="687.5"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title />
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li />
+            <rdf:li>festive</rdf:li>
+            <rdf:li>party</rdf:li>
+            <rdf:li>recreation</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Jean-Victor Balin (balin_j@epita.fr)</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin (balin_j@epita.fr)</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin (balin_j@epita.fr)</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient12909">
+      <stop
+         id="stop12910"
+         offset="0.00000000"
+         style="stop-color:#f5db94;stop-opacity:1.0000000;" />
+      <stop
+         id="stop12911"
+         offset="1.0000000"
+         style="stop-color:#be7900;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient12906">
+      <stop
+         id="stop12907"
+         offset="0.00000000"
+         style="stop-color:#67e869;stop-opacity:1.0000000;" />
+      <stop
+         id="stop12908"
+         offset="1.0000000"
+         style="stop-color:#1a4c00;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient10342">
+      <stop
+         id="stop10343"
+         offset="0.00000000"
+         style="stop-color:#67e869;stop-opacity:1.0000000;" />
+      <stop
+         id="stop10344"
+         offset="1.0000000"
+         style="stop-color:#1a4c00;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9715">
+      <stop
+         id="stop9716"
+         offset="0.00000000"
+         style="stop-color:#67ff69;stop-opacity:1.0000000;" />
+      <stop
+         id="stop9717"
+         offset="1.0000000"
+         style="stop-color:#1a7600;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9088">
+      <stop
+         id="stop9089"
+         offset="0.00000000"
+         style="stop-color:#c5ab00;stop-opacity:1.0000000;" />
+      <stop
+         id="stop9090"
+         offset="1.0000000"
+         style="stop-color:#746b00;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient8463">
+      <stop
+         id="stop8464"
+         offset="0.00000000"
+         style="stop-color:#ffe59e;stop-opacity:1.0000000;" />
+      <stop
+         id="stop8465"
+         offset="1.0000000"
+         style="stop-color:#db8e00;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4088">
+      <stop
+         id="stop4089"
+         offset="0.00000000"
+         style="stop-color:#a00000;stop-opacity:1.0000000;" />
+      <stop
+         id="stop4090"
+         offset="1.0000000"
+         style="stop-color:#510000;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3462">
+      <stop
+         id="stop3463"
+         offset="0.00000000"
+         style="stop-color:#ff5f5f;stop-opacity:1.0000000;" />
+      <stop
+         id="stop3464"
+         offset="1.0000000"
+         style="stop-color:#890000;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <radialGradient
+       cx="238.37162"
+       cy="215.97427"
+       fx="244.37827"
+       fy="210.71845"
+       id="radialGradient3465"
+       inkscape:collect="always"
+       r="222.30843"
+       xlink:href="#linearGradient3462"
+       gradientTransform="scale(0.92542244,1.0805876)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient4087"
+       inkscape:collect="always"
+       x1="319.30365"
+       x2="319.65744"
+       xlink:href="#linearGradient4088"
+       y1="506.98996"
+       y2="492.15268"
+       gradientTransform="scale(0.97022246,1.0306915)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       cx="238.37162"
+       cy="215.97427"
+       fx="244.37827"
+       fy="210.71845"
+       id="radialGradient9718"
+       inkscape:collect="always"
+       r="222.30843"
+       xlink:href="#linearGradient9715"
+       gradientTransform="scale(0.92542244,1.0805876)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       id="linearGradient10341"
+       inkscape:collect="always"
+       x1="146.36213"
+       x2="134.98328"
+       xlink:href="#linearGradient10342"
+       y1="519.61125"
+       y2="478.0835"
+       gradientTransform="scale(0.96062594,1.0409879)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:cx="237.97439"
+     inkscape:cy="486.04135"
+     inkscape:grid-bbox="false"
+     inkscape:grid-points="false"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.30404535"
+     pagecolor="#ffffff"
+     showgrid="false"
+     inkscape:current-layer="svg1"
+     units="px"
+     inkscape:window-maximized="1"
+     showguides="false" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.11514652;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4179"
+     width="686.38483"
+     height="686.38483"
+     x="0.55757326"
+     y="0.55760437" />
+  <g
+     id="g11034"
+     transform="translate(162.45405,268.39124)">
+    <path
+       d="m 270.41041,326.46525 c -15.69626,33.09767 13.93913,62.90464 35.91665,84.01144 21.65726,20.68541 22.63385,51.05096 17.18343,78.44573 -4.07195,34.22013 -1.18807,73.44199 26.19689,97.99113 22.5108,20.78411 46.01128,54.20099 26.95798,84.77566 -2.20285,3.72121 -4.93534,7.1374 -8.14372,10.04188"
+       id="path10369"
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:11.76399994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 118.73761,505.50611 c 5.92049,4.54502 8.14503,12.2066 8.89909,19.32712 0.59266,3.15428 0.11828,6.3348 0.17203,9.50269 0.0171,2.33202 1.32763,5.51901 4.18802,4.91107 2.01504,-0.53308 3.73287,-1.87874 5.42656,-3.07035 4.31033,-3.43035 7.4337,-8.72955 12.99766,-10.30624 4.61463,-0.89638 9.69879,-0.94788 13.53927,-4.03253 2.61724,-1.86527 1.95447,-6.0387 -1.15411,-6.96164 -3.20591,-1.42832 -6.8713,-1.91376 -9.60161,-4.3005 -7.01748,-4.78095 -11.38862,-12.43053 -14.36168,-20.20229 -1.61518,-2.8469 -5.89123,-2.06182 -7.50768,0.38923 -3.78415,4.41667 -4.98908,10.98521 -10.40744,13.95351 -0.68805,0.36425 -1.42644,0.6359 -2.19011,0.78993 z"
+       id="path9092"
+       style="fill:url(#linearGradient10341);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000003pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.710507,0,0,0.710507,163.3868,-43.44494)"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       id="path9093"
+       style="fill:url(#radialGradient9718);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000003pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.598546,-0.416502,0.414663,0.595902,-137.1147,141.6126)"
+       cx="315.09225"
+       cy="321.40948"
+       rx="155.64345"
+       ry="181.74011" />
+  </g>
+  <g
+     id="g13540"
+     transform="translate(162.45405,268.39124)">
+    <path
+       d="m 302.33609,531.99524 c -3.80669,44.12102 -27.5241,91.41466 -4.53752,133.95036 30.05164,45.86764 97.20361,51.31306 120.33411,103.76106 19.35629,33.49601 16.2321,72.75129 12.64291,109.64194 -2.51541,28.90739 2.17293,60.27497 23.71764,81.49211 12.74109,17.14391 24.17359,37.40155 22.26754,59.54359"
+       id="path2211"
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:16.55719085;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       transform="matrix(0.710507,0,0,0.710507,163.3868,-43.44494)"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 292.88809,498.92725 c 2.26367,7.11233 -0.28649,14.67176 -3.73462,20.94718 -1.31519,2.92763 -3.52121,5.26733 -5.28653,7.89832 -1.31795,1.92395 -2.06257,5.28846 0.63256,6.42323 1.95847,0.71339 4.13712,0.59001 6.20797,0.57932 5.49737,-0.35376 11.0879,-2.91949 16.55551,-1.03567 4.29981,1.90001 8.50244,4.76169 13.41669,4.42334 3.2137,-0.0362 5.05345,-3.84038 3.02901,-6.3735 -1.81567,-3.00355 -4.54705,-5.49561 -5.4249,-9.0142 -3.02936,-7.93256 -2.24804,-16.70824 -0.24935,-24.78565 0.30031,-3.25936 -3.658,-5.05733 -6.38481,-3.96873 -5.62884,1.4639 -10.36968,6.1673 -16.51264,5.50891 -0.77282,-0.094 -1.53407,-0.29278 -2.24889,-0.60255 z"
+       id="path1553"
+       style="fill:url(#linearGradient4087);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000003pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.710507,0,0,0.710507,163.3868,-43.44494)"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       id="path930"
+       style="fill:url(#radialGradient3465);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000003pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.729199,0,0,0.725978,155.025,-51.69274)"
+       cx="315.09225"
+       cy="321.40948"
+       rx="155.64345"
+       ry="181.74011" />
+  </g>
+  <path
+     style="fill:#ff0000;stroke:none;stroke-width:1.67627048px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="M -7.638125,168.27547 163.46306,150.51041 105.43175,372.5547 Z"
+     id="path868-9"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#00ff00;stroke:none;stroke-width:1.67627048px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 330.93561,111.18855 161.01515,-60.588075 0.0958,229.514465 z"
+     id="path868-9-3"
+     inkscape:connector-curvature="0"
+     inkscape:transform-center-x="-16.217088"
+     inkscape:transform-center-y="-24.345894" />
+  <path
+     style="fill:#0000ff;stroke:none;stroke-width:1.67627048px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+     d="M 163.46306,150.51041 330.93561,111.18855 301.48624,338.80269 Z"
+     id="path868-9-0"
+     inkscape:connector-curvature="0" />
+  <path
+     style="fill:#ff8f00;stroke:none;stroke-width:1.67627048px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+     d="M 491.95076,50.600475 647.70905,-22.467444 665.8309,206.3293 Z"
+     id="path868-9-3-6"
+     inkscape:connector-curvature="0"
+     inkscape:transform-center-x="-16.634109"
+     inkscape:transform-center-y="-31.880049" />
+  <path
+     style="fill:none;stroke:#000000;stroke-width:32.76599884;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M -62.483289,162.3022 C 407.61782,185.34554 1203.244,-325.65214 1212.1819,-337.60013"
+     id="path864"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" />
+</svg>
Index: /trunk/resources/images/presets/shop/pawnbroker.svg
===================================================================
--- /trunk/resources/images/presets/shop/pawnbroker.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/pawnbroker.svg	(revision 16006)
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   version="1.0"
+   width="147"
+   height="122"
+   id="svg4679">
+  <defs
+     id="defs4681">
+    <linearGradient
+       id="linearGradient5676">
+      <stop
+         style="stop-color:#fff700;stop-opacity:1"
+         offset="0"
+         id="stop5678" />
+      <stop
+         style="stop-color:#ff6600;stop-opacity:1"
+         offset="1"
+         id="stop5680" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5668">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="0"
+         id="stop5670" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1"
+         id="stop5672" />
+    </linearGradient>
+    <radialGradient
+       cx="27.799845"
+       cy="53.432285"
+       r="18.192326"
+       fx="27.799845"
+       fy="53.432285"
+       id="radialGradient5682"
+       xlink:href="#linearGradient5676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.2578576,1.2578576,-0.7681944,-0.7681944,106.05052,60.620874)" />
+    <radialGradient
+       cx="27.799845"
+       cy="53.432285"
+       r="18.192326"
+       fx="27.799845"
+       fy="53.432285"
+       id="radialGradient5686"
+       xlink:href="#linearGradient5676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.2578576,1.2578576,-0.7681944,-0.7681944,106.05052,60.620874)" />
+    <radialGradient
+       cx="27.799845"
+       cy="53.432285"
+       r="18.192326"
+       fx="27.799845"
+       fy="53.432285"
+       id="radialGradient5690"
+       xlink:href="#linearGradient5676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.2578576,1.2578576,-0.7681944,-0.7681944,106.05052,60.620874)" />
+    <radialGradient
+       cx="27.799845"
+       cy="53.432285"
+       r="18.192326"
+       fx="27.799845"
+       fy="53.432285"
+       id="radialGradient5711"
+       xlink:href="#linearGradient5676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.2578576,1.2578576,-0.7681944,-0.7681944,106.05052,60.620874)" />
+    <radialGradient
+       cx="27.799845"
+       cy="53.432285"
+       r="18.192326"
+       fx="27.799845"
+       fy="53.432285"
+       id="radialGradient5713"
+       xlink:href="#linearGradient5676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.2578576,1.2578576,-0.7681944,-0.7681944,106.05052,60.620874)" />
+    <radialGradient
+       cx="27.799845"
+       cy="53.432285"
+       r="18.192326"
+       fx="27.799845"
+       fy="53.432285"
+       id="radialGradient5715"
+       xlink:href="#linearGradient5676"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.2578576,1.2578576,-0.7681944,-0.7681944,106.05052,60.620874)" />
+  </defs>
+  <g
+     transform="translate(-317.92856,-608.50507)"
+     id="layer1">
+    <path
+       d="M 336.41254,656.18829 C 336.41254,631.25585 361.05972,611.02083 391.42856,611.02083 C 421.79742,611.02083 446.44459,631.25585 446.44459,656.18829"
+       style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:3;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0.1;stroke-opacity:1"
+       id="path5692" />
+    <path
+       d="M 391.42856,611.14448 L 391.42856,693.75024"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path5702" />
+    <path
+       d="M 35.576973 66.420525 A 17.712141 17.712141 0 1 1  0.15269089,66.420525 A 17.712141 17.712141 0 1 1  35.576973 66.420525 z"
+       transform="matrix(1.0412678,0,0,1.0412678,318.46854,605.34963)"
+       style="fill:url(#radialGradient5711);fill-opacity:1;stroke:#ffffff;stroke-width:0.96036774;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.09841505;stroke-opacity:1"
+       id="path4697" />
+    <path
+       d="M 35.576973 66.420525 A 17.712141 17.712141 0 1 1  0.15269089,66.420525 A 17.712141 17.712141 0 1 1  35.576973 66.420525 z"
+       transform="matrix(1.0412678,0,0,1.0412678,427.18443,605.34963)"
+       style="fill:url(#radialGradient5713);fill-opacity:1;stroke:#ffffff;stroke-width:0.96036774;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.09841505;stroke-opacity:1"
+       id="path5684" />
+    <path
+       d="M 35.576973 66.420525 A 17.712141 17.712141 0 1 1  0.15269089,66.420525 A 17.712141 17.712141 0 1 1  35.576973 66.420525 z"
+       transform="matrix(1.0412678,0,0,1.0412678,372.82649,641.38467)"
+       style="fill:url(#radialGradient5715);fill-opacity:1;stroke:#ffffff;stroke-width:0.96036774;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.09841505;stroke-opacity:1"
+       id="path5688" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/perfumery.svg
===================================================================
--- /trunk/resources/images/presets/shop/perfumery.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/perfumery.svg	(revision 16006)
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4149"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="shop__perfumery6.svg">
+  <defs
+     id="defs4151" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="75.660426"
+     inkscape:cx="1.5527655"
+     inkscape:cy="12.545216"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="false"
+     inkscape:snap-page="true"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4697" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4154">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:#ac39ac;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6,1042.8622 5,0 c 0,0 4,1 4,3 0,2 -5,6 -5,6 l -3,0 c 0,0 -5,-4 -5,-6 0,-2 4,-3 4,-3 z"
+       id="path4144"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccsccsc" />
+    <path
+       style="fill:#ac39ac;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 3,1047.3622 3.8942644,4.5815 3.0396509,-0.013 L 14,1047.3622 Z"
+       id="path4146"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.5000002,1042.3622 0,7"
+       id="path4148"
+       inkscape:connector-curvature="0" />
+    <rect
+       rx="0"
+       ry="1.7382812e-005"
+       y="1039.3622"
+       x="9"
+       height="1.0000174"
+       width="6"
+       id="rect4176"
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1" />
+    <ellipse
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1"
+       id="path4178"
+       cx="13.5"
+       cy="1039.8622"
+       rx="2.5"
+       ry="2.5000055" />
+    <rect
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.5;stroke-opacity:1"
+       id="rect4174"
+       width="3"
+       height="6.0000348"
+       x="7"
+       y="1037.3622"
+       ry="1.0000174"
+       rx="1.0000174" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2,1036.8622 -1,0"
+       id="path4180"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4188"
+       d="m 4,1037.8622 -1,0"
+       style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2,1041.8622 -1,0"
+       id="path4190"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4192"
+       d="m 1,1038.8622 -1,0"
+       style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6,1039.8622 -1,0"
+       id="path4194"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4196"
+       d="m 3,1039.8622 -1,0"
+       style="fill:none;fill-rule:evenodd;stroke:#ac39ac;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 6,1038.8622 -1,0"
+       id="path4147"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4149"
+       d="m 4,1040.8622 -1,0"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 2,1038.8622 -1,0"
+       id="path4151"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4153"
+       d="m 4,1038.8622 -1,0"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 1,1040.8622 -1,0"
+       id="path4155"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4157"
+       d="m 3,1036.8622 -1,0"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/pet.svg
===================================================================
--- /trunk/resources/images/presets/shop/pet.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/pet.svg	(revision 16006)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="160"
+   viewBox="0 0 160 160"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="12.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="29.418382"
+     inkscape:cy="85.412106"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-893.3622)">
+    <g
+       id="layer1-4"
+       transform="matrix(0.31842719,0.18891696,-0.18908435,0.3181453,-99.83385,599.3594)"
+       style="fill:#ac39ac;fill-opacity:1;stroke:none">
+      <path
+         id="path2078"
+         style="fill:#ac39ac;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 922.96817,588.96089 c 24.0243,2.80534 52.37886,8.1762 65.0633,31.40835 9.26227,13.69502 17.32513,28.38401 28.87643,40.36617 20.4742,10.36026 40.8732,22.80183 55.5624,40.70359 18.4349,27.56507 12.8528,67.04874 -8.5754,91.25527 -23.9937,21.96745 -58.5285,32.94178 -90.50944,24.81452 -20.44108,-4.08663 -40.82293,-16.11271 -62.09074,-9.39446 -19.67342,5.52125 -39.19757,14.22038 -60.14891,11.8866 -19.91653,-0.67497 -37.78663,-10.41533 -54.54059,-20.2091 -19.53406,-12.53883 -31.7396,-35.21136 -30.41665,-58.50793 0.067,-34.97267 26.3604,-63.96641 55.97055,-79.31568 12.63694,-6.1417 25.90432,-12.81303 31.91156,-26.45203 8.58936,-15.73398 16.12353,-35.49722 35.20799,-40.86311 10.77032,-3.919 22.26986,-5.48983 33.6895,-5.69219 z"
+         sodipodi:nodetypes="cccccccccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2040"
+         style="fill:#ac39ac;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 706.83161,545.9715 c 5.12977,-18.01457 19.67126,-34.6786 38.97729,-37.11684 13.80277,-1.78026 28.08593,1.72456 40.23749,8.24205 22.16066,14.75851 35.05953,39.74123 42.35302,64.6795 3.67599,11.92517 6.17666,24.67526 3.14767,37.03976 -2.7993,14.60207 -13.39057,26.97443 -27.02046,32.66676 -17.70364,10.64278 -41.17953,9.20349 -58.05972,-2.43004 -10.04038,-6.64991 -18.93779,-15.32943 -24.33797,-26.20917 -12.78899,-23.06312 -21.41515,-50.46696 -15.29732,-76.87202 z"
+         sodipodi:nodetypes="ccccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2071"
+         style="fill:#ac39ac;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         transform="translate(452.857,333.791)"
+         d="m 421.73586,81.462526 c 0,0 29.46428,0.178571 45.71428,37.857144 0,0 11.21308,24.43717 7.32143,61.96429 0,0 -0.60865,37.77966 -23.08454,53.18448 0,0 -30.55712,27.7792 -65.65992,-9.59645 0,0 -24.4962,-26.26396 -29.29442,-63.38707 0,0 -5.3033,-38.3858 18.43528,-61.36677 0,0 20.13932,-18.834196 46.56789,-18.655624 z"
+         sodipodi:nodetypes="cccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2073"
+         style="fill:#ac39ac;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         transform="translate(452.857,333.791)"
+         d="m 576.52455,89.717037 c 0,0 36.25,10.714283 32.32143,52.142853 0,0 2.05835,33.27693 -17.63963,63.58151 0,0 -19.95051,37.37564 -46.46702,41.41625 0,0 -29.29442,9.09137 -50.50762,-35.86042 0,0 -15.15229,-51.0127 8.33376,-85.35789 0,0 27.42112,-50.946446 73.95908,-35.922303 z"
+         sodipodi:nodetypes="ccccccc"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path2075"
+         style="fill:#ac39ac;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 1117.8,529.42866 c 17.0128,5.19957 29.0252,21.65542 30.538,39.14833 1.6415,15.71874 -2.0788,31.51923 -7.3703,46.23188 -8.6097,21.5116 -24.1266,40.31698 -43.7581,52.63552 -14.8357,8.09747 -33.3338,4.66111 -46.9133,-4.41714 -5.555,-2.66124 -8.9406,-7.70303 -11.333,-13.19597 -9.0423,-17.99186 -10.3113,-39.89227 -2.093,-58.41912 6.9469,-17.44643 15.4953,-35.25253 30.1471,-47.54014 11.1088,-10.0964 25.6272,-18.34264 41.1562,-16.72517 3.2906,0.33413 6.5337,1.11092 9.6264,2.28181 z"
+         sodipodi:nodetypes="cccccccccc"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/pet_grooming.svg
===================================================================
--- /trunk/resources/images/presets/shop/pet_grooming.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/pet_grooming.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="cat9.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview7"
+     showgrid="false"
+     inkscape:zoom="41.7193"
+     inkscape:cx="6.5884929"
+     inkscape:cy="9.1163798"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <g
+     id="g3612"
+     transform="matrix(0.14047698,0,0,0.1363083,-1.0922324,0.12627798)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path3612"
+       style="fill:none;stroke:#000000;stroke-width:6;stroke-linecap:round;stroke-linejoin:round"
+       d="m 15.454,21.608 4.879,25.876 c -3.7786,6.3618 -5.9245,13.63 -5.9245,21.346 0,25.017 22.513,45.305 50.271,45.305 27.758,0 50.315,-20.288 50.315,-45.305 0,-7.4745 -2.0588,-14.519 -5.6196,-20.736 l 4.879,-25.833 -20.562,9.5402 c -8.1959,-5.2251 -18.217,-8.3205 -29.013,-8.3205 -10.481,0 -20.213,2.8909 -28.272,7.8413 l -20.948,-9.714 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path3478"
+       style="fill:#ffffff;stroke:#000000;stroke-width:3.97819996;stroke-linecap:round;stroke-linejoin:round"
+       d="m 15.454,21.608 4.879,25.876 c -3.7786,6.3618 -5.9245,13.63 -5.9245,21.346 0,25.017 22.513,45.305 50.271,45.305 27.758,0 50.315,-20.288 50.315,-45.305 0,-7.4745 -2.0588,-14.519 -5.6196,-20.736 l 4.879,-25.833 -20.562,9.5402 c -8.1959,-5.2251 -18.217,-8.3205 -29.013,-8.3205 -10.481,0 -20.213,2.8909 -28.272,7.8413 l -20.948,-9.714 z" />
+    <circle
+       r="4"
+       cy="48"
+       cx="72"
+       id="path3183"
+       style="fill:#000000"
+       transform="matrix(1.9388,0.8723,-0.8723,1.9388,-50.299,-95.029)" />
+    <circle
+       r="4"
+       cy="48"
+       cx="72"
+       id="path3185"
+       style="fill:#ffffff"
+       transform="matrix(0.76796,0.34552,-0.34552,0.76796,11.205,-1.3029)" />
+    <circle
+       r="4"
+       cy="48"
+       cx="72"
+       id="path3195"
+       style="fill:#000000"
+       transform="matrix(1.9388,0.8723,-0.8723,1.9388,-15.389,-95.1)" />
+    <circle
+       r="4"
+       cy="48"
+       cx="72"
+       id="path3197"
+       style="fill:#ffffff"
+       transform="matrix(0.76796,0.34552,-0.34552,0.76796,46.115,-1.3742)" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path3588"
+       sodipodi:nodetypes="csccsc"
+       style="fill:none;stroke:#000000;stroke-width:2.78800011;stroke-linecap:round;stroke-linejoin:round"
+       d="m 41.227,86.168 c 0.71997,5.451 3.9594,11.035 11.152,11.152 9.5596,0.15794 17.384,-10.258 19.682,-17.547 -5.2586,-0.76083 -10.517,-0.71929 -15.776,-0.23408 2.2988,6.9385 10.416,17.652 18.397,17.781 7.6568,0.12382 10.288,-4.9103 11.152,-11.152" />
+  </g>
+  <path
+     d="m 4.0000003,5.9999999 h 2 V 2 H 7 V 5.9999999 H 8 V 2 h 1 v 3.9999999 h 1 V 2 h 1 v 3.9999999 h 1 V 2 h 6 V 0 H 6.0000003 c -1,0 -2,1 -2,2 z"
+     id="hairdresser"
+     style="fill:#ac39ac;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccccccccccccssc" />
+</svg>
Index: /trunk/resources/images/presets/shop/photo.svg
===================================================================
--- /trunk/resources/images/presets/shop/photo.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/photo.svg	(revision 16006)
@@ -0,0 +1,193 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15.99997"
+   height="13.019"
+   id="svg3168"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="New document 2">
+  <defs
+     id="defs3170">
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4893"
+       id="linearGradient3119"
+       gradientUnits="userSpaceOnUse"
+       x1="289.29999"
+       y1="429.13"
+       x2="289.29999"
+       y2="420.67999" />
+    <linearGradient
+       id="linearGradient4893"
+       inkscape:collect="always">
+      <stop
+         id="stop4895"
+         style="stop-color:#729fcf"
+         offset="0" />
+      <stop
+         id="stop4897"
+         style="stop-color:#eeeeec"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2194"
+       id="linearGradient3130"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.58027148,0,0,0.79986757,-180.30929,695.4509)"
+       x1="329.03"
+       y1="434.63"
+       x2="329.03"
+       y2="433.06" />
+    <linearGradient
+       id="linearGradient2194"
+       inkscape:collect="always">
+      <stop
+         id="stop2196"
+         style="stop-color:#babdb6"
+         offset="0" />
+      <stop
+         id="stop2198"
+         style="stop-color:#eeeeec"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2204"
+       id="linearGradient3133"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.29251852,0,0,0.29251852,343.00012,452.99408)"
+       x1="225.75999"
+       y1="288.59"
+       x2="225.75999"
+       y2="309.35999" />
+    <linearGradient
+       id="linearGradient2204">
+      <stop
+         id="stop2206"
+         style="stop-color:#babdb6"
+         offset="0" />
+      <stop
+         id="stop2208"
+         style="stop-color:#7b7f76"
+         offset=".81098" />
+      <stop
+         id="stop2210"
+         style="stop-color:#50524e"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="309.35999"
+       x2="225.75999"
+       y1="288.59"
+       x1="225.75999"
+       gradientTransform="matrix(0.29251852,0,0,0.29251852,-48.17407,960.67675)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient3166"
+       xlink:href="#linearGradient2204"
+       inkscape:collect="always" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="375"
+     inkscape:cy="520.00002"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3173">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1039.3432)">
+    <path
+       id="path3943"
+       style="fill:url(#linearGradient3166)"
+       d="m 3.6371104,1040.0339 c -0.71368,0 -1.28923,0.5295 -1.3583,1.2316 -0.42591,0.1497 -0.72519,0.5411 -0.72519,1.013 v 8.311 c 0,0.5986 0.48346,1.082 1.08203,1.082 H 14.22727 c 0.59857,0 1.08204,-0.4834 1.08204,-1.082 v -8.311 c 0,-0.5986 -0.48347,-1.082 -1.08204,-1.082 H 6.7911404 c -0.1036,-0.6677 -0.64462,-1.1626 -1.33528,-1.1626 h -1.81875 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3859"
+       style="fill:url(#linearGradient3130)"
+       d="m 6.5033604,1041.5878 c -0.0345,0.9094 0.48347,1.508 1.10506,1.508 H 15.02153 v -0.5525 c 0,-0.4144 -0.34533,-0.7252 -0.79426,-0.7252 H 6.7911404 c -0.14964,0 -0.27627,-0.1036 -0.28778,-0.2303 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3857"
+       style="fill:#555753"
+       d="m 3.6371104,1039.3432 c -0.89786,0 -1.57701,0.6331 -1.85327,1.4504 -0.52951,0.2993 -0.92088999,0.8288 -0.92088999,1.4849 v 8.311 c 0,0.9669 0.80577999,1.7727 1.77269999,1.7727 H 14.22727 c 0.97844,0 1.7727,-0.8058 1.7727,-1.7727 v -8.311 c 0,-0.9784 -0.79426,-1.7727 -1.7727,-1.7727 H 7.1594904 c -0.34533,-0.6561 -0.92088,-1.1626 -1.70363,-1.1626 h -1.81875 z m 0,1.3813 h 1.81875 c 0.35684,0 0.59857,0.2302 0.64462,0.5756 0.0575,0.3338 0.34533,0.587 0.69066,0.5755 H 14.22727 c 0.23022,0 0.40289,0.1727 0.40289,0.4029 v 8.311 c 0,0.2302 -0.17267,0.3914 -0.40289,0.3914 H 2.6356504 c -0.23022,0 -0.39137,-0.1612 -0.39137,-0.3914 v -8.311 c 0,-0.1842 0.1036,-0.3108 0.26475,-0.3568 0.25324,-0.092 0.42591,-0.3223 0.46044,-0.5871 0.0345,-0.3568 0.29929,-0.6101 0.66764,-0.6101 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3869"
+       sodipodi:rx="1.125"
+       sodipodi:ry="1.125"
+       style="fill:#ef2929"
+       sodipodi:type="arc"
+       d="m 283.125,434.98718 c 0,0.62132 -0.50368,1.125 -1.125,1.125 -0.62132,0 -1.125,-0.50368 -1.125,-1.125 0,-0.62132 0.50368,-1.125 1.125,-1.125 0.62132,0 1.125,0.50368 1.125,1.125 z"
+       transform="matrix(1.1238458,0,0,1.1238458,-310.96764,554.79061)"
+       sodipodi:cy="434.98718"
+       sodipodi:cx="282" />
+    <path
+       id="path3843"
+       sodipodi:rx="6.25"
+       sodipodi:ry="6.25"
+       style="fill:url(#linearGradient3119);stroke:#555753;stroke-width:2.9467001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.41420007"
+       sodipodi:type="arc"
+       d="m 295,425.11218 c 0,3.45178 -2.79822,6.25 -6.25,6.25 -3.45178,0 -6.25,-2.79822 -6.25,-6.25 0,-3.45178 2.79822,-6.25 6.25,-6.25 3.45178,0 6.25,2.79822 6.25,6.25 z"
+       transform="matrix(0.54181309,0,0,0.54181309,-146.31719,817.11107)"
+       sodipodi:cy="425.11218"
+       sodipodi:cx="288.75" />
+    <path
+       id="path3951"
+       sodipodi:nodetypes="ccccccsc"
+       style="fill:#555753"
+       d="M 0.41402041,1042.8886 H 3.5450304 c 0.59857,0 1.08203,0.495 1.08203,1.0935 -0.41439,1.6807 -0.34533,3.3728 0,5.0534 0,0.5986 -0.48346,1.082 -1.08203,1.082 H 0.41402041 c -0.79426,-0.8057 -0.0345,-2.2676 -0.046,-3.7065 -0.0115,-1.3583 -0.85182,-2.7051 0.046,-3.5224 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3871"
+       sodipodi:nodetypes="ccccccc"
+       style="fill:#babdb6"
+       d="m 0.05718041,1044.3505 c 0.0576,0.4144 0.19569,0.8863 0.28778,1.3698 H 2.8428504 c 0.48347,0 0.87484,-0.2647 0.87484,-0.6101 v -0.1496 c 0,-0.3453 -0.39137,-0.6101 -0.87484,-0.6101 H 0.05718041 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3873"
+       sodipodi:nodetypes="ccccccc"
+       style="fill:#babdb6"
+       d="m 0.35647041,1047.1707 c -0.0691,0.495 -0.19569,0.9554 -0.25325,1.3813 H 2.8658704 c 0.48347,0 0.87484,-0.2762 0.87484,-0.6101 v -0.1496 c 0,-0.3453 -0.39137,-0.6216 -0.87484,-0.6216 H 0.35647041 z"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/present.svg
===================================================================
--- /trunk/resources/images/presets/shop/present.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/present.svg	(revision 16006)
@@ -0,0 +1,224 @@
+<?xml version="1.0"?>
+<svg xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:svg="http://www.w3.org/2000/svg" id="svg5520" viewBox="0 0 668 692" version="1.0">
+  <defs id="defs5522">
+    <filter id="filter5389">
+      <feGaussianBlur id="feGaussianBlur5391" stdDeviation="0.080260832"/>
+    </filter>
+    <filter id="filter5115">
+      <feGaussianBlur id="feGaussianBlur5117" stdDeviation="0.06950493"/>
+    </filter>
+    <linearGradient id="linearGradient5119">
+      <stop id="stop5121" offset="0"/>
+      <stop id="stop5123" stop-opacity="0" offset="1"/>
+    </linearGradient>
+    <filter id="filter5073">
+      <feGaussianBlur id="feGaussianBlur5075" stdDeviation="0.052773018"/>
+    </filter>
+    <filter id="filter4943">
+      <feGaussianBlur id="feGaussianBlur4945" stdDeviation="0.10492554"/>
+    </filter>
+    <filter id="filter4875">
+      <feGaussianBlur id="feGaussianBlur4877" stdDeviation="0.083783289"/>
+    </filter>
+    <filter id="filter5203">
+      <feGaussianBlur id="feGaussianBlur5205" stdDeviation="0.14911291"/>
+    </filter>
+    <filter id="filter4358" y="-.10043" width="1.0477" x="-.02387" height="1.2009">
+      <feGaussianBlur id="feGaussianBlur4360" stdDeviation="0.139889"/>
+    </filter>
+    <filter id="filter4332">
+      <feGaussianBlur id="feGaussianBlur4334" stdDeviation="0.079515375"/>
+    </filter>
+    <filter id="filter4009">
+      <feGaussianBlur id="feGaussianBlur4011" stdDeviation="0.15094464"/>
+    </filter>
+    <linearGradient id="linearGradient3969">
+      <stop id="stop3971" stop-color="#4d4d4d" offset="0"/>
+      <stop id="stop3973" stop-color="#4d4d4d" stop-opacity="0" offset="1"/>
+    </linearGradient>
+    <filter id="filter3954">
+      <feGaussianBlur id="feGaussianBlur3956" stdDeviation="0.14602923"/>
+    </filter>
+    <filter id="filter3936">
+      <feGaussianBlur id="feGaussianBlur3938" stdDeviation="0.19096396"/>
+    </filter>
+    <filter id="filter3840">
+      <feGaussianBlur id="feGaussianBlur3842" stdDeviation="0.29143607"/>
+    </filter>
+    <filter id="filter4286">
+      <feGaussianBlur id="feGaussianBlur4288" stdDeviation="0.18001918"/>
+    </filter>
+    <linearGradient id="linearGradient4224">
+      <stop id="stop4226" stop-color="#fff" offset="0"/>
+      <stop id="stop4228" stop-color="#4d4d4d" stop-opacity="0" offset="1"/>
+    </linearGradient>
+    <filter id="filter3888" y="-.024362" width="2.4536" x="-.72679" height="1.0487">
+      <feGaussianBlur id="feGaussianBlur3890" stdDeviation="0.15719063"/>
+    </filter>
+    <linearGradient id="linearGradient3892">
+      <stop id="stop3894" stop-color="#fff" offset="0"/>
+      <stop id="stop3896" stop-color="#fff" stop-opacity="0" offset="1"/>
+    </linearGradient>
+    <filter id="filter4049">
+      <feGaussianBlur id="feGaussianBlur4051" stdDeviation="0.28665188"/>
+    </filter>
+    <filter id="filter4715" y="-.13305" width="1.1195" x="-.059726" height="1.2661">
+      <feGaussianBlur id="feGaussianBlur4717" stdDeviation="2.3861645"/>
+    </filter>
+    <radialGradient id="radialGradient2650" gradientUnits="userSpaceOnUse" cy="238.35" cx="985.76" gradientTransform="matrix(1.1641 -1.9754 2.046 1.2058 -614.23 1863.9)" r="11.035">
+      <stop id="stop4027" stop-color="#fff" offset="0"/>
+      <stop id="stop4029" stop-color="#fff" stop-opacity="0" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient2652" x1="1002.9" xlink:href="#linearGradient3892" gradientUnits="userSpaceOnUse" x2="1002.9" y1="233.49" y2="218.97"/>
+    <linearGradient id="linearGradient2654" x1="991.58" xlink:href="#linearGradient4224" gradientUnits="userSpaceOnUse" y1="219.12" gradientTransform="translate(16.514 -35.636)" x2="992.39" y2="214.7"/>
+    <linearGradient id="linearGradient2656" x1="1002.8" xlink:href="#linearGradient3892" gradientUnits="userSpaceOnUse" y1="215.93" gradientTransform="translate(16.514 -35.636)" x2="1003.1" y2="223.38"/>
+    <linearGradient id="linearGradient2660" x1="991.58" xlink:href="#linearGradient4224" gradientUnits="userSpaceOnUse" y1="219.12" gradientTransform="translate(30.258 -36.49)" x2="992.39" y2="214.7"/>
+    <linearGradient id="linearGradient2666" x1="991.1" xlink:href="#linearGradient3969" gradientUnits="userSpaceOnUse" y1="208.36" gradientTransform="translate(16.514 -35.636)" x2="991.1" y2="220.49"/>
+    <linearGradient id="linearGradient2670" x1="991.1" xlink:href="#linearGradient3969" gradientUnits="userSpaceOnUse" y1="208.36" gradientTransform="translate(22.384 -.58596)" x2="991.1" y2="220.49"/>
+    <linearGradient id="linearGradient2672" x1="999.14" gradientUnits="userSpaceOnUse" y1="206.81" gradientTransform="translate(17.482 -35.69)" x2="1003" y2="213.36">
+      <stop id="stop4364" stop-color="#b3b3b3" offset="0"/>
+      <stop id="stop4366" stop-color="#fff" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2674" y2="164.62" gradientUnits="userSpaceOnUse" y1="170.13" x2="1006.1" x1="1006.7">
+      <stop id="stop5135" stop-color="#7f7f7f" stop-opacity="0" offset="0"/>
+      <stop id="stop5137" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2680" y2="165.69" gradientUnits="userSpaceOnUse" y1="170.63" x2="1013" x1="1015.5">
+      <stop id="stop4893" stop-color="#333" offset="0"/>
+      <stop id="stop4895" stop-color="#fff" stop-opacity="0" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2686" y2="169.45" gradientUnits="userSpaceOnUse" y1="174.22" x2="1015.7" x1="1019.5">
+      <stop id="stop4951" offset="0"/>
+      <stop id="stop4953" stop-opacity="0" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2688" y2="174.3" gradientUnits="userSpaceOnUse" y1="166.91" x2="1017.1" x1="1027.7">
+      <stop id="stop4817" stop-color="#333" offset="0"/>
+      <stop id="stop4819" stop-color="#ccc" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2690" y2="174.4" gradientUnits="userSpaceOnUse" y1="164.83" x2="1025.1" x1="1036.5">
+      <stop id="stop4809" stop-color="#ccc" offset="0"/>
+      <stop id="stop4811" stop-color="#fff" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2692" x1="1004.5" xlink:href="#linearGradient5119" gradientUnits="userSpaceOnUse" x2="1008.6" y1="162.97" y2="162.04"/>
+    <linearGradient id="linearGradient2694" x1="1006.5" xlink:href="#linearGradient5119" gradientUnits="userSpaceOnUse" y1="161.72" gradientTransform="translate(22.425 .71760)" x2="1008.2" y2="163.86"/>
+    <linearGradient id="linearGradient2696" y2="171.9" gradientUnits="userSpaceOnUse" y1="164.11" x2="1032.4" x1="1031.8">
+      <stop id="stop5295" stop-color="#fff" offset="0"/>
+      <stop id="stop5297" stop-color="#fff" stop-opacity="0" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2706" x1="1020.7" gradientUnits="userSpaceOnUse" y1="173.07" gradientTransform="matrix(15.815 0 0 15.815 -15731 -2436.6)" x2="1027" y2="173.07">
+      <stop id="stop5399" stop-color="#ccc" offset="0"/>
+      <stop id="stop5401" stop-color="#191919" offset="1"/>
+    </linearGradient>
+    <radialGradient id="radialGradient2709" gradientUnits="userSpaceOnUse" cy="205.93" cx="999.93" gradientTransform="matrix(55.986 25.92 -51.367 110.96 -45063 -48503)" r="2.8655">
+      <stop id="stop4803" stop-color="#fff" offset="0"/>
+      <stop id="stop4805" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient2714" x1="1012.3" gradientUnits="userSpaceOnUse" y1="172.48" gradientTransform="matrix(15.815 0 0 15.815 -15731 -2436.6)" x2="1006.7" y2="174.09">
+      <stop id="stop2957" stop-color="#b3b3b3" offset="0"/>
+      <stop id="stop2959" stop-color="#fff" offset="1"/>
+    </linearGradient>
+    <radialGradient id="radialGradient2717" gradientUnits="userSpaceOnUse" cy="209.14" cx="990.44" gradientTransform="matrix(-28.792 -35.184 33.772 -27.637 21787 40907)" r="5.838">
+      <stop id="stop4206" stop-color="#fff" offset="0"/>
+      <stop id="stop4208" stop-color="#b3b3b3" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient2726" x1="990.99" gradientUnits="userSpaceOnUse" y1="237.27" gradientTransform="matrix(15.815 0 0 15.815 -15470 -3000.2)" x2="991.81" y2="232.99">
+      <stop id="stop4017" offset="0"/>
+      <stop id="stop4019" stop-opacity="0" offset="1"/>
+    </linearGradient>
+    <radialGradient id="radialGradient2730" gradientUnits="userSpaceOnUse" cy="164.89" cx="1006.3" gradientTransform="matrix(15.657 27.812 -42.83 24.111 -8504.3 -31809)" r="5.4729">
+      <stop id="stop4825" stop-color="#333" offset="0"/>
+      <stop id="stop4827" stop-color="#efefef" offset="1"/>
+    </radialGradient>
+    <linearGradient id="linearGradient2733" x1="1007.9" gradientUnits="userSpaceOnUse" y1="210.21" gradientTransform="matrix(15.815 0 0 15.815 -15470 -3000.2)" x2="1020" y2="235.48">
+      <stop id="stop4306" stop-color="#e6e6e6" offset="0"/>
+      <stop id="stop4308" stop-color="#666" offset="1"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2738" x1="994.01" gradientUnits="userSpaceOnUse" y1="235.88" gradientTransform="matrix(15.815 0 0 15.815 -15470 -3000.2)" x2="996.02" y2="216.38">
+      <stop id="stop3960" stop-color="#fff" offset="0"/>
+      <stop id="stop3962" stop-color="#e6e6e6" offset="1"/>
+    </linearGradient>
+  </defs>
+  <g id="layer1" transform="translate(-20.219 -117.73)">
+    <path id="path4665" opacity=".75581" d="m1281.8 669.91l53.2 20.64 42.7-29.39-53.2-13.65-42.7 22.4z" fill-rule="evenodd" transform="matrix(6.968 0 0 7.1641 -8911.7 -4137.4)" filter="url(#filter4715)"/>
+    <path id="path3105" fill-rule="evenodd" fill="#500" d="m38.852 368.18v277.03l354.81 128.85 273.95-183.15v-263.18l-281.65 149.29-347.11-108.84z"/>
+    <path id="path3107" opacity=".52536" d="m997.28 194.51l22.12 8.26v-17.07l-22.12-6.72v15.53z" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" filter="url(#filter4049)" fill="url(#radialGradient2650)"/>
+    <rect id="rect3109" opacity=".52174" transform="matrix(18.002 0 0 18.002 -17663 -3520.4)" height="15.805" filter="url(#filter3888)" width=".43929" y="222.42" x="1002.7" fill="url(#linearGradient2652)"/>
+    <path id="path3111" fill="#500" d="m319.5 219.77l355.65 56.07-0.87 95.52-279.89 141.64-360.74-110.9 0.584-97.65 285.27-84.68z"/>
+    <path id="path3113" opacity=".5" d="m996.92 175.07l0.09 4.36 22.19 6.9 0.1-5.08-22.38-6.18z" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" filter="url(#filter4286)" fill="url(#linearGradient2654)"/>
+    <path id="path3115" d="m997.08 173.49l22.42 5.94 17.5-7.69v0.46l-17.3 7.67-0.1 6.23h-0.5v-6.23l-21.99-5.85-0.03-0.53z" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" filter="url(#filter3840)" fill="url(#linearGradient2656)"/>
+    <path id="path3117" filter="url(#filter3936)" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" d="m1023.9 170.19l-18.3 5.78-0.2 21.61 4.6 1.87 0.2-22.15 18.7-7.08-5-0.03z"/>
+    <path id="path3119" fill-rule="evenodd" fill="url(#linearGradient2738)" d="m467.13 243.06l-296.48 97.89-4.41 351.7 73.66 26.47 3.71-357.02 297.45-107.8-73.93-11.24z"/>
+    <path id="path3121" opacity=".5" d="m1014.7 176.33l0.4 4.61 17.8 4.54 0.1-5.09-18.3-4.06z" fill-rule="evenodd" transform="matrix(-15.815 3.8478 0 15.815 16726 -6396.6)" filter="url(#filter4286)" fill="url(#linearGradient2660)"/>
+    <path id="path3123" filter="url(#filter3954)" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" d="m1005.3 170.83l21.8 5.57v21.42l4.2-2.82-0.2-20.54-21.6-4.75-4.2 1.12z"/>
+    <path id="path3125" fill-rule="evenodd" fill="url(#linearGradient2733)" d="m168.16 264.43l347.16 86.04-1.31 343.43 65.88-44.22-1.13-329.87-342.1-76.34-68.5 20.96z"/>
+    <path id="path3127" fill-rule="evenodd" fill="url(#radialGradient2730)" d="m244.01 172.71s3.45 28.5 23.26 54.73c9.4 12.45 45.83 33.52 45.83 33.52l19.85 23.94s-20.53 6.85-30.79 5.48-61.17-16.14-80.32-27.09c-19.16-10.94-53.36-49.52-55.42-58.42-2.05-8.89-11.5-32.01-3.29-47.07 8.21-15.05 24.1-22.03 28.89-22.72 4.79-0.68 49.94 22.58 49.94 22.58l2.05 15.05z"/>
+    <path id="path3129" opacity=".59058" d="m1005.6 175.93l4.2 1.02-0.3 11.59-4-3.55 0.1-9.06z" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" filter="url(#filter4009)" fill="url(#linearGradient2666)"/>
+    <path id="path3131" fill-rule="evenodd" fill="url(#linearGradient2726)" d="m168.62 651.7l-1.18 39.97 71.34 25.75 0.59-44.11-70.75-21.61z"/>
+    <path id="path3133" opacity=".67391" d="m1011.5 210.58l4.1 1.82-0.2 11.19-4-3.55 0.1-9.46z" fill-rule="evenodd" transform="matrix(-13.1 0 0 13.1 13829 -2431.5)" filter="url(#filter4009)" fill="url(#linearGradient2670)"/>
+    <g id="g3135" transform="matrix(15.741 1.5274 -1.5274 15.741 -15388 -3975.6)" fill-rule="evenodd">
+      <path id="path3137" opacity=".9529" filter="url(#filter4332)" d="m1015 173.21s1.9-0.14 2.2 0.99-0.6 2.48 1.8 4.67c0.7-0.36 0.7-1.06 0.7-1.06l1.9 0.77s-1.5-2.19-1.5-3.11c0-0.91 0.2-2.05-0.4-2.4-0.7-0.35-3.8-0.35-3.8-0.35l-0.9 0.49z"/>
+      <path id="path3139" fill="url(#linearGradient2672)" d="m1015.1 173.08s1.9-0.14 2.2 0.99-0.6 2.47 1.8 4.66c0.7-0.35 0.7-1.06 0.7-1.06l1.9 0.78s-1.5-2.19-1.5-3.11 0.2-2.05-0.4-2.4c-0.7-0.36-3.8-0.36-3.8-0.36l-0.9 0.5z"/>
+    </g>
+    <path id="path3141" filter="url(#filter4358)" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" d="m1010.4 171.77s-1.8 0.92-2.7 1.2c-0.8 0.28-5.5-0.07-5.5-0.07l2.4 0.78-0.6 1.41s3.5 0.04 4.8-0.14c1.9-0.26 2.5-1.77 5.1-1.84 1.6-0.04 2.4 0.14 2.4 0.14s-2.1-1.69-5.9-1.48z"/>
+    <path id="path3143" d="m1008.6 163.52s-1.1-0.63-1.5-0.63c-0.5 0-2 0.58-2.1 1.36-0.2 0.79-0.4 2.42 0.3 3.36 0.8 0.95 1.9 1.94 1.9 1.94s-1.7-3.16-1-4.61c0.8-1.59 2.4-1.42 2.4-1.42z" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" filter="url(#filter5203)" fill="url(#linearGradient2674)"/>
+    <path id="path3145" fill-rule="evenodd" fill="url(#radialGradient2717)" d="m232.25 117.91c-29.76 2.09-61.2 23.06-71.66 41.02-13.95 23.95 8.02 67.13 40.3 92.09 44.25 34.2 110.44 35.47 110.44 35.47 0-1.03 43.23 11.95 25.7-38.6-25.18-72.57-42.19-108.02-76.11-125.04-8.69-4.36-18.75-5.64-28.67-4.94zm-41.62 28.34c30.19-9.41 49.04 31.59 62.38 48.27 16.42 20.52 57.82 81.05 57.82 81.05l8.4 10.87s-4.57 0.08-50.41-10.87c-45.83-10.95-78.79-42-80.16-44.74-27.31-32.41-35.35-72.42 1.97-84.58z"/>
+    <path id="path3147" fill-rule="evenodd" fill="url(#linearGradient2714)" d="m253.71 276.38s-29.07 14.53-42.48 19-87.19-1.12-87.19-1.12l38.01 12.3-10.07 22.35s55.74 0.55 76.02-2.23c29.92-4.1 39.12-27.95 80.48-29.07 24.81-0.67 38.01 2.24 38.01 2.24s-33.54-26.83-92.78-23.47z"/>
+    <path id="path3149" filter="url(#filter4875)" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" d="m1019.9 171.39s-3.1-1.43-3.8-1.43-1.9 1.37-1.5 2.21c0.3 0.85 2.8 1.44 3.6 1.44 0.7-0.18 1.3-0.4 2-0.72 0-0.45-0.3-1.5-0.3-1.5z"/>
+    <path id="path3151" d="m1011.9 167.01l2.8 4.38 1.4-1.04s-1.4-3.13-2.2-4.52-1.3-2.02-1.3-2.02 1.2 2.92 0.9 3.48-1.5-0.28-1.6-0.28z" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" filter="url(#filter4943)" fill="url(#linearGradient2680)"/>
+    <path id="path3153" fill-rule="evenodd" fill="url(#radialGradient2709)" d="m398.03 272.81c-4.89-4.12-49.56-24.03-60.91-24.03s-29.91 21.66-24.76 35.07c5.16 13.41 45.39 22.7 57.77 22.7 11.03-2.83 21.05-6.33 31.98-11.35 0-7.22 2.15-15.29-4.08-22.39z"/>
+    <path id="path3155" fill-rule="evenodd" fill="url(#linearGradient2706)" d="m379.46 306.11s35.54 13.03 57.43 16.45 66.4 10.92 77.35 6.81c10.94-4.1 70.46-16.42 78.67-29.41 8.21-13-43.78-15.06-43.78-15.06s-29.42 18.48-49.95 19.84c-20.52 1.37-80.72-12.99-80.72-12.99l-38.31 10.26-0.69 4.1z"/>
+    <path id="path3157" d="m1015.6 169.98s0.4-0.17 0.7-0.07c0.4 0.13 0.7 0.18 1.6 0.57 1 0.43 1.7 0.76 1.8 0.81 0.5 0.48 0.1 0.98 0.2 1.54-0.4 0.17-1.4 0.51-1.6 0.54-0.7-0.65 0.1-1.76 1.1-1.84-0.2-0.22-1.2-0.73-1.5-0.85-0.8-0.33-1.7-0.65-1.7-0.65s-0.9-0.11-1.3 0.61c0.1-0.36 0.7-0.7 0.7-0.66z" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" filter="url(#filter5073)" fill="url(#linearGradient2686)"/>
+    <g id="g3159" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" fill-rule="evenodd">
+      <path id="path3161" fill="url(#linearGradient2688)" d="m1019 173.12l2.1-0.52s3.5-2.94 3.9-3.12c2-1.64 4.5-2.25 6.5-1.51 0 0-0.2-2.64-0.9-2.98-0.7-0.35-2.6-0.61-2.6-0.61s-2.6 1.73-2.9 2.03-4.7 4.63-4.7 4.63l-1.3 1.62-0.3 0.56 0.2-0.1z"/>
+      <path id="path3163" fill="url(#linearGradient2690)" d="m1029.8 163.55c-3.4 0.22-10 8.06-10.4 8.49s-1 1.37-1 1.32 4.3 1.88 7.9 1.66 8.2-2.41 8.6-5.54c0.6-3.6-1.8-6.14-5.1-5.93zm-2.3 1.49c1.1-0.2 3.5-0.22 3.1 3.42-0.3 2.25-1.9 5.82-5.2 6-3.3 0.17-6.6-1.27-6.6-1.31 0 0 5.3-5.61 5.6-5.79 0.2-0.17 1.8-2 3.1-2.32z"/>
+    </g>
+    <path id="path3165" opacity=".55797" d="m1004.7 164.66c-0.1-0.82 1.5-2.01 2.9-2.53 1.3-0.53 3-0.36 3-0.36s-1.5 0.67-2.1 1.12c-1.2-0.12-2.4 0.41-2.4 0.41s-0.7 0.28-1.4 1.36z" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" filter="url(#filter5115)" fill="url(#linearGradient2692)"/>
+    <path id="path3167" opacity=".55797" d="m1026.8 165.52c0.8-1.14 1.3-1.64 2.9-2.13 1.4-0.42 3.8 0.67 3.8 0.67s-1.3 1.37-1.9 1.83c-0.7-0.94-2.5-1.22-2.5-1.22s-1.1-0.15-2.3 0.85z" fill-rule="evenodd" transform="matrix(15.416 3.5311 -3.5311 15.416 -14738 -6002.9)" filter="url(#filter5115)" fill="url(#linearGradient2694)"/>
+    <path id="path3169" d="m1030.8 165.7s0.7 1.76 0.3 3.24-1 2.36-1 2.36 2 0.38 3-0.05c1-0.44 1.5-1.27 1.5-1.27s0.5-2.47-0.1-3.62-1.4-1.43-1.4-1.43-1.4 0-2.3 0.77z" fill-rule="evenodd" transform="matrix(15.815 0 0 15.815 -15731 -2436.6)" filter="url(#filter5389)" fill="url(#linearGradient2696)"/>
+  </g>
+  <metadata>
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://creativecommons.org/licenses/publicdomain/"/>
+        <dc:publisher>
+          <cc:Agent rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title>chocolate present</dc:title>
+        <dc:date>2009-09-24T23:42:21</dc:date>
+        <dc:description>Brown present.</dc:description>
+        <dc:source>http://openclipart.org/detail/27531/chocolate-present-by-secretlondon</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>secretlondon</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>bow</rdf:li>
+            <rdf:li>brown</rdf:li>
+            <rdf:li>chocolate</rdf:li>
+            <rdf:li>christmas</rdf:li>
+            <rdf:li>clip art</rdf:li>
+            <rdf:li>clipart</rdf:li>
+            <rdf:li>gift</rdf:li>
+            <rdf:li>image</rdf:li>
+            <rdf:li>media</rdf:li>
+            <rdf:li>present</rdf:li>
+            <rdf:li>public domain</rdf:li>
+            <rdf:li>remix</rdf:li>
+            <rdf:li>svg</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"/>
+        <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
+        <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/scuba_diving.svg
===================================================================
--- /trunk/resources/images/presets/shop/scuba_diving.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/scuba_diving.svg	(revision 16006)
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="160"
+   height="130"
+   viewBox="0 0 160 130"
+   enable-background="new 0 0 100 83.101"
+   xml:space="preserve"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="scuba_diving.svg"><metadata
+     id="metadata17"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+     id="defs15" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview13"
+     showgrid="true"
+     inkscape:zoom="2.8399178"
+     inkscape:cx="30.891073"
+     inkscape:cy="44.563728"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="Layer_1"><inkscape:grid
+       type="xygrid"
+       id="grid2994" /></sodipodi:namedview><polygon
+     points="16.444,0.05 0,0 15.868,16.397 21.961,10.867 "
+     id="polygon3"
+     transform="matrix(1.6,0,0,1.5643615,1e-6,-1.9248047e-6)"
+     style="fill:#ac39ac;fill-opacity:1" /><path
+     d="m 106.93105,69.738596 c 4.8,1.304678 9.9568,-1.379767 11.3264,-6.198 1.3152,-4.743144 -1.4864,-9.727199 -6.3216,-11.069421 l -3.7664,-1.035607 -4.8736,17.237698 z"
+     id="path5"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036;fill:#ac39ac;fill-opacity:1" /><path
+     d="M 108.76473,51.714504 78.372725,43.24818 c -1.9984,-0.514675 -4.0048,0.671111 -4.5552,2.646899 l -2.856,10.0432 c -0.5616,1.97266 0.5264,3.996944 2.5744,4.589837 l 30.393595,8.375591 z"
+     id="path7"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036;fill:#ac39ac;fill-opacity:1" /><path
+     d="m 116.2992,80.991684 c -2.3168,-2.179156 -5.1984,-3.90934 -8.56,-4.822927 L 70.8944,65.976942 v 0 L 48.256001,26.284399 c -1.192,-2.050877 -3.1104,-3.682506 -5.5936,-4.353617 -4.9648,-1.379767 -10.1232,1.503351 -11.4784,6.410753 -0.6768,2.329334 -0.3568,4.707163 0.7168,6.718932 l 28.3216,49.089662 c 0,0 2.3168,3.680941 8.152,5.573819 l 51.484799,14.266982 23.8752,23.9582 c 0.7936,0.81972 1.832,1.45485 3.072,1.80683 3.5952,0.98555 7.3584,-1.13885 8.4096,-4.65397 0.68,-2.4936 -0.1296,-5.11078 -1.9216,-6.72989 z"
+     id="path9"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036;fill:#ac39ac;fill-opacity:1" /><path
+     d="m 143.7712,84.647596 5.352,6.91917 L 160,79.829363 150.8144,74.771782 c 0.8656,-6.362258 -3.1232,-12.522714 -9.5216,-14.30765 -7.0384,-1.933551 -14.3568,2.099373 -16.3136,9.057653 -1.9984,6.994261 2.1216,14.190323 9.1648,16.127002 3.344,0.946439 6.7504,0.430199 9.6272,-1.001191 z"
+     id="path11"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036;fill:#ac39ac;fill-opacity:1" /></svg>
Index: /trunk/resources/images/presets/shop/shoes.svg
===================================================================
--- /trunk/resources/images/presets/shop/shoes.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/shoes.svg	(revision 16006)
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) --><svg height="375.00000" id="svg2" version="1.0" width="500.00000" x="0.00000000" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0.00000000">
+  <metadata>
+    <rdf:RDF xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+      <cc:Work rdf:about="">
+        <dc:title>tennis shoes</dc:title>
+        <dc:description>tennis shoes</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>sports</rdf:li>
+            <rdf:li>clothing</rdf:li>
+            <rdf:li>shoes</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jarno Vasamaa</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jarno Vasamaa</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date></dc:date>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs3">
+    <linearGradient id="linearGradient2413">
+      <stop id="stop2415" offset="0.00000000" style="stop-color:#00006d;stop-opacity:1.0000000;"/>
+      <stop id="stop2419" offset="0.50000000" style="stop-color:#1f4b72;stop-opacity:0.83673471;"/>
+      <stop id="stop2417" offset="1.0000000" style="stop-color:#ffffff;stop-opacity:0.00000000;"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2996">
+      <stop id="stop2998" offset="0.00000000" style="stop-color:#000000;stop-opacity:1.0000000;"/>
+      <stop id="stop3000" offset="1.0000000" style="stop-color:#000000;stop-opacity:0.00000000;"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2988">
+      <stop id="stop2990" offset="0.00000000" style="stop-color:#ffffff;stop-opacity:1.0000000;"/>
+      <stop id="stop2992" offset="1.0000000" style="stop-color:#ffffff;stop-opacity:0.00000000;"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2926">
+      <stop id="stop2928" offset="0.00000000" style="stop-color:#000000;stop-opacity:1.0000000;"/>
+      <stop id="stop2930" offset="1.0000000" style="stop-color:#000000;stop-opacity:0.00000000;"/>
+    </linearGradient>
+    <linearGradient id="linearGradient2122">
+      <stop id="stop2124" offset="0.00000000" style="stop-color:#d0f0ff;stop-opacity:1.0000000;"/>
+      <stop id="stop2126" offset="1.0000000" style="stop-color:#003968;stop-opacity:1.0000000;"/>
+    </linearGradient>
+    <linearGradient gradientTransform="matrix(0.555010,0.000000,0.000000,0.418677,0.432240,23.74855)" gradientUnits="userSpaceOnUse" id="linearGradient2128" x1="214.03627" x2="175.58330" xlink:href="#linearGradient2122" y1="191.02786" y2="308.42743"/>
+    <radialGradient cx="133.52780" cy="783.30951" fx="133.52780" fy="776.26428" gradientTransform="matrix(5.442391,0.000000,0.000000,0.508459,-460.3333,-112.2011)" gradientUnits="userSpaceOnUse" id="radialGradient2934" r="39.923176" xlink:href="#linearGradient2926"/>
+    <pattern height="131.12500" id="pattern2966" patternTransform="translate(-311.6250,-153.0312)" patternUnits="userSpaceOnUse" width="131.09375">
+      <path d="M -271.53125 -152.53125 L -271.53125 -121.40625 L -214.96875 -121.40625 L -214.96875 -152.53125 L -271.53125 -152.53125 z M -214.96875 -121.40625 L -214.96875 -59.187500 L -181.03125 -59.187500 L -181.03125 -121.40625 L -214.96875 -121.40625 z M -214.96875 -59.187500 L -271.53125 -59.187500 L -271.53125 -22.406250 L -214.96875 -22.406250 L -214.96875 -59.187500 z M -271.53125 -59.187500 L -271.53125 -121.40625 L -311.12500 -121.40625 L -311.12500 -59.187500 L -271.53125 -59.187500 z " id="path2968" style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000" transform="translate(311.6250,153.0312)"/>
+    </pattern>
+    <linearGradient gradientTransform="scale(1.455680,0.686964)" gradientUnits="userSpaceOnUse" id="linearGradient2978" x1="286.58630" x2="-509.75967" xlink:href="#linearGradient2122" y1="228.04239" y2="776.38965"/>
+    <linearGradient gradientTransform="scale(1.251383,0.799116)" gradientUnits="userSpaceOnUse" id="linearGradient2986" x1="214.88705" x2="-46.229206" xlink:href="#linearGradient2122" y1="108.75815" y2="352.20242"/>
+    <linearGradient gradientTransform="scale(1.687069,0.592744)" gradientUnits="userSpaceOnUse" id="linearGradient2994" x1="220.02895" x2="208.66641" xlink:href="#linearGradient2988" y1="367.87140" y2="322.10733"/>
+    <linearGradient gradientTransform="scale(1.361889,0.734274)" gradientUnits="userSpaceOnUse" id="linearGradient3002" x1="137.94797" x2="178.18408" xlink:href="#linearGradient2996" y1="239.13179" y2="186.93596"/>
+    <linearGradient gradientTransform="matrix(1.306714,0.000000,0.000000,0.683788,-27.50945,-10.82293)" gradientUnits="userSpaceOnUse" id="linearGradient2252" x1="-84.012840" x2="-42.793274" xlink:href="#linearGradient2122" y1="-27.979443" y2="44.798901"/>
+    <linearGradient gradientTransform="matrix(0.994124,0.000000,0.000000,0.898796,-27.50945,-10.82293)" gradientUnits="userSpaceOnUse" id="linearGradient2278" x1="-228.34370" x2="104.23048" xlink:href="#linearGradient2122" y1="156.02844" y2="-528.19983"/>
+    <linearGradient gradientTransform="matrix(-1.969486,0.000000,0.000000,0.691970,-28.42218,-160.6952)" gradientUnits="userSpaceOnUse" id="linearGradient2299" x1="220.02895" x2="208.66641" xlink:href="#linearGradient2988" y1="367.87140" y2="322.10733"/>
+    <linearGradient gradientTransform="matrix(-1.699362,0.000000,0.000000,0.801962,-28.42218,-160.6952)" gradientUnits="userSpaceOnUse" id="linearGradient2305" x1="286.58630" x2="-509.75967" xlink:href="#linearGradient2122" y1="228.04239" y2="776.38965"/>
+    <radialGradient cx="133.52780" cy="783.30951" fx="133.52780" fy="776.26428" gradientTransform="matrix(-6.449434,0.000000,0.000000,4.018662,581.6695,-2968.854)" gradientUnits="userSpaceOnUse" id="radialGradient2308" r="39.923176" xlink:href="#linearGradient2926"/>
+    <linearGradient gradientTransform="matrix(-0.647919,0.000000,0.000000,0.488764,-28.92678,-132.9711)" gradientUnits="userSpaceOnUse" id="linearGradient2311" x1="214.03627" x2="175.58330" xlink:href="#linearGradient2122" y1="191.02786" y2="308.42743"/>
+    <linearGradient gradientTransform="matrix(-1.589871,0.000000,0.000000,0.857192,-28.42218,-160.6952)" gradientUnits="userSpaceOnUse" id="linearGradient2314" x1="137.94797" x2="178.18408" xlink:href="#linearGradient2996" y1="239.13179" y2="186.93596"/>
+    <linearGradient gradientTransform="matrix(-1.460866,0.000000,0.000000,0.932889,-28.42218,-160.6952)" gradientUnits="userSpaceOnUse" id="linearGradient2317" x1="214.88705" x2="-46.229206" xlink:href="#linearGradient2122" y1="108.75815" y2="352.20242"/>
+    <linearGradient gradientTransform="matrix(-1.460866,0.000000,0.000000,0.932889,-28.42218,-160.6952)" gradientUnits="userSpaceOnUse" id="linearGradient2354" x1="214.88705" x2="-46.229206" xlink:href="#linearGradient2122" y1="108.75815" y2="352.20242"/>
+    <linearGradient gradientTransform="matrix(-1.589871,0.000000,0.000000,0.857192,-28.42218,-160.6952)" gradientUnits="userSpaceOnUse" id="linearGradient2356" x1="137.94797" x2="178.18408" xlink:href="#linearGradient2996" y1="239.13179" y2="186.93596"/>
+    <linearGradient gradientTransform="matrix(-0.647919,0.000000,0.000000,0.488764,-28.92678,-132.9711)" gradientUnits="userSpaceOnUse" id="linearGradient2358" x1="214.03627" x2="175.58330" xlink:href="#linearGradient2122" y1="191.02786" y2="308.42743"/>
+    <radialGradient cx="133.52780" cy="783.30951" fx="133.52780" fy="776.26428" gradientTransform="matrix(-6.449434,0.000000,0.000000,4.018662,581.6695,-2968.854)" gradientUnits="userSpaceOnUse" id="radialGradient2360" r="39.923176" xlink:href="#linearGradient2926"/>
+    <linearGradient gradientTransform="matrix(-1.699362,0.000000,0.000000,0.801962,-28.42218,-160.6952)" gradientUnits="userSpaceOnUse" id="linearGradient2362" x1="286.58630" x2="-509.75967" xlink:href="#linearGradient2122" y1="228.04239" y2="776.38965"/>
+    <linearGradient gradientTransform="matrix(-1.969486,0.000000,0.000000,0.691970,-28.42218,-160.6952)" gradientUnits="userSpaceOnUse" id="linearGradient2364" x1="220.02895" x2="208.66641" xlink:href="#linearGradient2988" y1="367.87140" y2="322.10733"/>
+    <linearGradient gradientTransform="matrix(1.306714,0.000000,0.000000,0.683788,-27.50945,-10.82293)" gradientUnits="userSpaceOnUse" id="linearGradient2366" x1="-84.012840" x2="-42.793274" xlink:href="#linearGradient2122" y1="-27.979443" y2="44.798901"/>
+    <linearGradient gradientTransform="matrix(0.994124,0.000000,0.000000,0.898796,-27.50945,-10.82293)" gradientUnits="userSpaceOnUse" id="linearGradient2368" x1="-228.34370" x2="104.23048" xlink:href="#linearGradient2122" y1="156.02844" y2="-528.19983"/>
+    <linearGradient gradientTransform="matrix(0.704605,0.000000,0.000000,0.637040,415.2939,76.68502)" gradientUnits="userSpaceOnUse" id="linearGradient2381" x1="-228.34370" x2="104.23048" xlink:href="#linearGradient2122" y1="156.02844" y2="-528.19983"/>
+    <linearGradient gradientTransform="matrix(0.926160,0.000000,0.000000,0.484648,415.2939,76.68502)" gradientUnits="userSpaceOnUse" id="linearGradient2384" x1="-84.012840" x2="-42.793274" xlink:href="#linearGradient2122" y1="-27.979443" y2="44.798901"/>
+    <linearGradient gradientTransform="matrix(-1.395913,0.000000,0.000000,0.490448,414.6470,-29.53995)" gradientUnits="userSpaceOnUse" id="linearGradient2393" x1="220.02895" x2="208.66641" xlink:href="#linearGradient2988" y1="367.87140" y2="322.10733"/>
+    <linearGradient gradientTransform="matrix(-1.204457,0.000000,0.000000,0.568407,414.6470,-29.53995)" gradientUnits="userSpaceOnUse" id="linearGradient2399" x1="286.58630" x2="-509.75967" xlink:href="#linearGradient2122" y1="228.04239" y2="776.38965"/>
+    <radialGradient cx="133.52780" cy="783.30951" fx="133.52780" fy="776.26428" gradientTransform="matrix(-4.571165,0.000000,0.000000,2.848307,847.0617,-2019.879)" gradientUnits="userSpaceOnUse" id="radialGradient2402" r="39.923176" xlink:href="#linearGradient2413"/>
+    <linearGradient gradientTransform="scale(-1.151360,0.868538)" gradientUnits="userSpaceOnUse" id="linearGradient2405" x1="-273.97739" x2="-289.79379" xlink:href="#linearGradient2122" y1="46.203632" y2="111.63103"/>
+    <linearGradient gradientTransform="matrix(-1.126853,0.000000,0.000000,0.607552,414.6470,-29.53995)" gradientUnits="userSpaceOnUse" id="linearGradient2408" x1="137.94797" x2="178.18408" xlink:href="#linearGradient2996" y1="239.13179" y2="186.93596"/>
+    <linearGradient gradientTransform="matrix(-1.035418,0.000000,0.000000,0.661204,414.6470,-29.53995)" gradientUnits="userSpaceOnUse" id="linearGradient2411" x1="214.88705" x2="-46.229206" xlink:href="#linearGradient2122" y1="108.75815" y2="352.20242"/>
+    <radialGradient cx="195.70198" cy="252.70335" fx="195.70198" fy="252.70335" gradientTransform="scale(1.297277,0.770846)" gradientUnits="userSpaceOnUse" id="radialGradient2429" r="158.86395" xlink:href="#linearGradient2413"/>
+  </defs>
+  <path d="M 459.97014 194.79526 A 206.09052 122.45958 0 1 1  47.789108,194.79526 A 206.09052 122.45958 0 1 1  459.97014 194.79526 z" id="path2421" style="fill:url(#radialGradient2429);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.4250000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-dashoffset:0.00000000;stroke-opacity:1.0000000" transform="matrix(1.169082,0.000000,0.000000,0.861789,-53.87817,43.84823)"/>
+  <path d="M 146.00811,137.38942 C 146.00811,137.38942 290.86692,88.423067 290.86692,79.241871 C 290.86692,70.060675 286.78641,75.161339 285.76627,64.960018 C 302.08839,45.577501 285.76628,44.557360 274.54482,38.436554 C 267.40387,55.778822 227.61872,72.100941 227.61872,72.100941 L 136.82690,122.08744 L 146.00811,137.38942 z " id="path2130" style="fill:url(#linearGradient2411);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.5528684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 375.92337,59.859354 C 372.86297,53.738556 353.48046,47.617767 349.39992,51.698290 C 345.31939,55.778822 325.41669,66.763321 319.29588,70.843829 C 313.17509,74.924368 310.87187,82.065290 302.47383,81.282145 C 296.35302,78.221730 277.99063,69.040558 276.97049,75.161339 C 275.95038,81.282145 270.84971,116.98677 298.39329,116.98677 C 325.93688,116.98677 355.52071,127.18810 363.68178,110.86597 C 371.84283,94.543849 375.92337,59.859354 375.92337,59.859354 z " id="path2120" style="fill:url(#linearGradient2405);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.5528684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 395.94059,152.69142 C 395.94059,152.69142 396.96072,101.68479 392.88019,92.503591 C 388.79967,83.322403 380.63860,64.960018 376.55808,60.879486 C 372.47754,56.798946 369.41715,55.778822 365.33662,60.879486 C 361.25608,65.980143 361.25608,84.342527 356.15542,91.483458 C 351.05476,98.624388 347.99435,103.72505 337.79303,104.74519 C 327.59171,105.76531 316.37025,100.66465 307.18905,92.503591 C 298.00786,84.342527 291.88707,74.141214 284.74614,72.100941 C 277.60522,70.060675 276.58508,72.100941 264.34348,79.241871 C 252.10190,86.382801 151.10878,124.12771 151.10878,124.12771 L 140.90745,123.10756 L 244.96097,61.899620 C 244.96097,61.899620 161.31010,106.78545 146.00811,114.94651 C 130.70612,123.10756 122.54505,131.26863 114.38400,132.28877 C 106.22294,133.30891 81.739755,127.18810 74.598834,131.26863 C 67.457905,135.34918 60.316977,137.38942 57.256579,145.55049 C 54.196174,153.71155 51.135783,181.25513 51.135783,181.25513 C 51.135783,181.25513 63.377367,197.57726 78.679364,201.65779 C 93.981347,205.73830 168.45102,222.06043 186.81341,219.00004 C 205.17579,215.93964 234.75964,215.93964 247.00123,208.79872 C 259.24282,201.65779 281.68575,200.63765 292.90719,200.63765 C 304.12867,200.63765 354.11515,204.71818 367.37688,198.59738 C 380.63860,192.47659 388.79967,169.01354 392.88019,164.93301 C 396.96072,160.85247 395.94059,152.69142 395.94059,152.69142 z " id="path2116" style="fill:url(#linearGradient2399);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.5528684px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 393.38156,144.75114 C 395.63782,139.11049 395.63782,176.33886 394.50969,178.59512 C 277.18393,201.15776 208.36787,186.49204 208.36787,186.49204 C 208.36787,186.49204 295.23405,194.38897 383.22837,166.18566 C 391.12529,159.41687 393.38156,144.75114 393.38156,144.75114 z " id="path2942" style="fill:#000000;fill-opacity:0.22702701;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 397.98086,158.40119 L 401.04125,183.27918 C 401.04125,183.27918 401.04125,184.83406 400.02111,190.27612 C 399.00099,195.71817 397.98086,198.82792 391.86006,201.16023 C 385.73926,203.49253 328.61184,212.04434 325.55145,212.04434 C 322.49105,212.04434 299.02799,205.82484 286.78641,207.37972 C 274.54480,208.93458 266.38375,210.48948 260.26295,212.82178 C 254.14217,215.15409 240.88043,222.15102 215.37713,222.92847 C 189.87381,223.70589 162.33023,225.26077 132.74640,219.04127 C 103.16253,212.82178 102.05301,212.10107 77.762005,202.14775 C 63.988722,195.26798 53.236875,189.75000 44.970605,181.08744 C 44.704492,165.08931 55.216320,150.62684 55.216320,156.84633 C 60.861567,172.94500 66.570059,171.26297 85.302927,179.92553 C 100.18527,185.36758 123.56519,198.82792 142.94772,196.49559 C 162.33023,194.16329 201.09527,187.94380 209.25633,187.94380 C 217.41740,187.94380 285.76628,192.60842 307.18907,190.27610 C 328.61185,187.94380 375.53794,180.16943 385.73926,176.28226 C 395.94058,172.39506 397.98086,158.40119 397.98086,158.40119 z " id="path2118" style="fill:#171717;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.3556230px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 141.92759,118.00691 L 163.94278,131.50561 L 170.01735,100.66465 L 216.39726,103.60657 L 219.45765,75.161339 L 265.36363,83.322403 L 255.16229,67.000284 L 235.77977,65.980143 L 241.47286,92.148134 L 196.27667,85.950806 L 189.56460,115.72967 L 141.92759,118.00691 z " id="path2142" style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:6.2500000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 136.44148,127.57353 C 136.44148,127.57353 128.28043,131.65407 119.09923,132.67419 C 109.91804,133.69434 83.394592,130.63393 83.394592,130.63393 C 83.394592,130.63393 72.173132,130.63393 82.374466,136.75473 C 92.575786,142.87552 170.10587,161.23791 158.88440,155.11712 C 147.66294,148.99631 119.09923,145.93593 110.93818,140.83527 C 102.77712,135.73458 136.44148,127.57353 136.44148,127.57353 z " id="path2902" style="fill:url(#linearGradient2393);fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 373.30686,65.736303 C 373.30686,65.736303 371.13461,57.575247 368.86445,63.696045 C 366.59427,69.816826 364.03831,85.118828 359.42853,91.239617 C 356.29633,96.462202 340.28528,114.85694 353.28087,104.98902 C 374.60269,82.546093 373.30686,65.736303 373.30686,65.736303 z " id="path2904" style="fill:#ffffff;fill-opacity:0.61621624;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 233.73951,103.72505 C 233.73951,103.72505 143.96785,132.28877 157.22957,138.40956 C 170.49130,144.53035 233.73951,103.72505 233.73951,103.72505 z " id="path2906" style="fill:#000000;fill-opacity:0.054054026;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 256.18243,67.000284 C 265.36363,63.939877 262.30322,63.939877 270.46428,65.980143 C 278.62533,68.020401 286.78641,78.221730 277.60522,79.241871 C 268.42401,80.262004 261.28309,76.181481 256.18243,67.000284 z " id="path2936" style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.6586056;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 257.20256,63.939877 C 257.20256,63.939877 253.12202,54.758697 245.98110,55.778822 C 238.84016,56.798963 228.63884,63.939894 236.79990,60.879486 C 243.94082,65.980143 257.20256,63.939877 257.20256,63.939877 z " id="path2938" style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.6586056;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 247.00123,89.443192 L 256.18243,65.980143 C 256.18243,65.980143 236.79992,76.181481 230.67911,81.282145" id="path2940" style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:4.6586056;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 323.39842,122.87026 C 323.39842,122.87026 296.64100,110.85087 290.55978,104.29484 C 284.47854,97.738794 282.04605,93.368103 278.39731,93.368103 C 274.74857,93.368103 194.47631,130.51897 187.17883,133.79699 C 179.88137,137.07500 153.12394,140.35304 170.15139,142.53838 C 187.17883,144.72371 240.69368,142.53838 258.93737,138.16768 C 277.18106,133.79699 323.39842,122.87026 323.39842,122.87026 z " id="path2944" style="fill:#ffffff;fill-opacity:0.21621622;fill-rule:evenodd;stroke:#000000;stroke-width:1.5410675;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 301.20484,87.358137 C 301.20484,87.358137 328.64399,95.362972 341.64148,90.026415 C 354.63896,84.689858 370.52479,64.677768 376.30145,62.009490 C 382.07811,59.341212 393.80140,55.204486 403.91056,61.875183 C 414.01972,68.545879 414.20475,61.174325 417.09309,75.849857 C 419.98142,90.525389 421.07058,116.70920 409.51726,119.37748 C 397.96393,122.04576 301.20484,87.358137 301.20484,87.358137 z " id="path2244" style="fill:url(#linearGradient2384);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.4250000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 218.88740,176.74547 L 302.64901,92.694694 C 302.64901,92.694694 295.42818,88.692276 298.31651,82.021579 C 301.20484,75.350883 305.53735,62.009490 319.97900,63.343629 C 334.42065,64.677768 358.97146,60.675350 360.41563,70.014325 C 361.85979,79.353300 358.97146,87.358137 360.41563,95.362972 C 361.85979,103.36781 354.63896,98.031251 350.30647,103.36781 C 345.97397,108.70437 234.77323,200.75997 234.77323,200.75997 L 217.44324,194.08928 L 218.88740,176.74547 z " id="path2256" style="fill:url(#linearGradient2381);fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.92121094;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 385.10077,66.392322 C 390.10869,61.169767 399.80431,61.930627 403.80524,66.266999 C 410.88961,69.796767 423.71893,76.521741 414.49331,94.573243 C 411.19724,104.89065 405.52039,117.68233 402.05654,108.42469 C 403.05678,123.60200 401.55413,73.172745 385.10077,66.392322 z " id="path2319" style="fill:#000000;fill-opacity:0.32432428;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 129.34914,254.12554 C 129.34914,254.12554 135.12581,226.10862 143.79080,222.10620 C 152.45579,218.10379 179.89493,206.09654 187.11577,200.75997 C 194.33659,195.42341 205.88992,174.07719 213.11074,168.74064 C 220.33157,163.40408 262.21237,120.71162 272.32154,114.04092 C 282.43069,107.37022 291.09568,80.687440 296.87234,82.021579 C 302.64901,83.355719 308.42567,88.692276 302.64901,98.031251 C 296.87234,107.37022 221.77574,176.74547 221.77574,182.08203 C 221.77574,187.41858 224.66406,195.42341 230.44073,195.42341 C 236.21740,195.42341 328.64398,100.69953 341.64148,98.031251 C 354.63896,95.362972 371.96895,92.694693 380.63395,96.697114 C 389.29894,100.69953 403.74059,116.70920 405.18476,111.37264 C 406.62893,106.03609 423.81494,84.700483 413.70578,74.027368 C 409.58431,65.100664 404.40098,63.357740 397.18015,60.689462 C 389.95932,58.021183 391.78628,57.612738 406.62893,62.009490 C 418.18225,67.346047 426.84724,63.343629 429.73557,75.350883 C 432.62391,87.358137 439.84473,88.692276 442.73307,108.70437 C 445.62140,128.71645 452.84222,178.07961 452.84222,178.07961 L 384.96644,227.44276 L 376.30145,235.44760 L 356.08313,270.13522 C 356.08313,270.13522 330.08816,294.14973 301.20484,295.48387 C 272.32154,296.81801 221.77574,295.48387 208.77825,291.48145 C 195.78076,287.47902 149.56746,278.14006 140.90247,271.46936 C 132.23748,264.79867 129.34914,254.12554 129.34914,254.12554 z " id="path1465" style="fill:#b6d9ec;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:1.6750000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 129.34914,252.83508 C 129.34914,252.83508 129.34914,270.93204 130.79331,276.96437 C 132.23748,282.99669 135.12581,290.53709 142.34664,293.55325 C 149.56746,296.56941 191.44826,311.65022 237.66156,313.15830 C 283.87486,314.66637 302.64901,311.65022 327.19983,302.60173 C 351.75063,293.55325 356.08313,289.02901 358.97146,281.48861 C 361.85979,273.94820 364.74813,260.37548 351.75063,260.37548 C 338.75315,260.37548 321.42316,279.98052 309.86983,286.01284 C 298.31651,292.04516 234.77323,293.55325 234.77323,293.55325 C 234.77323,293.55325 228.99656,286.01284 224.66406,279.98052 C 220.33157,273.94820 135.12581,267.91588 129.34914,252.83508 z " id="path1467" style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:#000000;stroke-width:0.71230835px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 195.78076,207.43067 C 195.78076,207.43067 171.22995,214.10137 162.56495,219.43793 C 153.89996,224.77448 153.89996,222.10620 155.34412,226.10862 C 156.78829,230.11105 179.89493,242.11829 223.21990,232.77932 C 266.54488,223.44034 341.64148,206.09654 314.20233,207.43067 C 286.76319,208.76481 239.10573,222.10620 228.99656,220.77206 C 218.88740,219.43793 195.78076,207.43067 195.78076,207.43067 z " id="path2240" style="fill:#ffffff;fill-opacity:0.34594592;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 360.41563,264.79867 C 360.41563,264.79867 361.85979,241.54083 382.07812,227.00468 C 402.29643,212.46854 438.40057,192.11793 445.62140,181.94263 C 452.84222,171.76733 452.84222,167.40648 452.84222,167.40648 C 452.84222,167.40648 458.61889,203.74685 454.28639,213.92215 C 449.95390,224.09746 395.07560,247.35529 387.85478,247.35529 C 380.63395,247.35529 383.52228,247.35529 376.30145,250.26250 C 369.08063,253.16974 360.41563,264.79867 360.41563,264.79867 z " id="path2242" style="fill:#000000;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 407.26729,111.03645 C 407.26729,111.03645 416.25453,100.45004 417.12868,92.445207 C 418.00283,84.440371 422.23003,81.407339 415.23679,73.402504 C 407.67468,65.867571 388.24936,58.459549 395.24260,59.793688 C 402.23584,61.127827 420.99668,67.422126 423.61914,75.426962 C 426.24161,83.431797 423.87623,93.692642 418.63130,101.69748 C 413.38637,109.70231 410.76391,123.04371 407.26729,111.03645 z " id="path2254" style="fill:#d2eeff;fill-opacity:1.0000000;fill-rule:evenodd;stroke:none;stroke-width:1.0000000px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1.0000000"/>
+  <path d="M 211.66657,183.41617 L 244.88239,192.75514 L 234.77323,156.73338 L 288.20736,150.06269 L 278.09820,115.37506 L 337.30898,106.03609 L 317.09067,90.026415 L 291.09568,98.031251 L 311.31401,128.71645 L 253.54738,138.05543 L 265.10071,172.74305 L 211.66657,183.41617 z " id="path2280" style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.0876999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 280.98653,196.75756 L 353.19480,122.04576 C 353.19480,122.04576 356.08313,116.70920 364.74813,118.04334 C 373.41312,119.37748 374.85729,124.71404 383.52228,127.38232 C 392.18727,130.05059 409.51726,135.38715 410.96142,134.05301 C 412.40559,132.71887 367.63645,171.40891 350.30647,179.41375 C 332.97649,187.41858 292.53985,200.75997 280.98653,196.75756 z " id="path2282" style="fill:#ffffff;fill-opacity:0.25945947;fill-rule:evenodd;stroke:#000000;stroke-width:1.6749290;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 315.84766,87.292882 C 315.84766,87.292882 312.91077,79.950652 302.63165,78.482206 C 292.35253,77.013759 276.19961,90.229775 286.47874,88.761329 C 296.75786,87.292882 327.59524,79.950652 337.87436,82.887544 C 348.15348,85.824436 367.24328,101.97734 352.55882,101.97734 C 337.87436,101.97734 315.84766,87.292882 315.84766,87.292882 z " id="path2321" style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.0876999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+  <path d="M 292.35253,107.85113 C 292.35253,107.85113 305.56854,94.635113 312.91077,88.761329 C 320.25300,82.887544 314.37922,107.85113 318.78456,122.53559 C 323.18990,137.22005 320.25300,135.75160 320.25300,135.75160" id="path2323" style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:7.0876999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000"/>
+</svg>
Index: /trunk/resources/images/presets/shop/stationery.svg
===================================================================
--- /trunk/resources/images/presets/shop/stationery.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/stationery.svg	(revision 16006)
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="Layer_1"
+   space="preserve"
+   sodipodi:docname="ppc2.svg"
+   viewBox="0 0 16 16"
+   sodipodi:version="0.32"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="16"
+   height="16">
+  <defs
+     id="defs18" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     pagecolor="#ffffff"
+     inkscape:zoom="33.043713"
+     inkscape:window-x="-8"
+     borderopacity="1.0"
+     inkscape:current-layer="Layer_1"
+     inkscape:cx="6.9363423"
+     inkscape:cy="9.8921766"
+     inkscape:window-y="-8"
+     inkscape:window-height="988"
+     inkscape:pageopacity="0.0"
+     showgrid="true"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4146" />
+  </sodipodi:namedview>
+  <path
+     inkscape:connector-curvature="0"
+     d="M 9.9156798,0.87299003 C 8.163987,2.2779234 6.7100091,4.3875952 5.2475586,6.1456118 4.2554504,7.3384357 3.1150733,9.3212831 3.86595,11.021534 4.5792888,12.63663 7.2163596,12.130111 8.3307309,11.362285 9.6519727,10.453356 10.677853,9.0411532 11.732446,7.7991313 12.489442,6.9079858 13.910589,5.7059454 13.128176,4.3629313 12.416837,3.1420685 11.349183,2.5880395 10.213748,3.4785359 9.5719545,3.9816794 8.6029105,4.8298578 8.6715143,5.8066779 8.9808788,7.0912775 10.417912,4.8158384 10.818474,4.9196863 11.852944,5.1918979 10.954858,5.9946428 10.651141,6.3747264 10.226456,6.905779 9.8015362,7.436572 9.376969,7.9676247 8.8980365,8.5663083 8.3753293,9.1829057 7.8181436,9.6872175 7.2457781,10.205029 5.6555338,10.671956 5.4391316,9.5306666 5.1565967,8.0421356 6.8446279,6.6936695 7.671522,5.7552732 8.7570632,4.5235063 11.067589,0.83469609 12.740205,2.7682157 13.251851,3.3597598 13.84881,3.8944471 13.835278,4.7905254 13.82351,5.56614 13.430597,6.1565158 12.957902,6.6782221 11.191735,8.6264103 9.4258036,10.574469 7.6601077,12.522787 6.413118,13.898253 4.2811033,14.36466 2.6419067,13.585411 1.9224489,13.243622 1.8763207,11.969277 1.924214,11.230399 1.9725779,10.096249 2.1909806,9.1222844 2.9154984,8.2922794 3.9291409,7.1316484 4.9504321,5.9772483 5.9843145,4.8385551 6.6153993,4.1435525 7.2597813,3.4659444 7.9069874,2.7893748 8.3167277,2.3611316 9.0541896,1.8391657 8.9985299,1.1182011 8.8263731,-0.70887439 6.9870133,1.1841446 6.4710135,1.7534911 5.3904146,2.945666 4.3095804,4.137711 3.2288639,5.3298859 2.5609471,6.0668171 1.886323,6.7972579 1.2241723,7.54042 0.03625491,8.8740878 -0.13272473,10.640023 0.07661704,12.442564 0.18287651,13.356686 0.43764038,14.596371 1.2064036,15.113145 1.9702245,15.626543 2.9544485,15.793219 3.8254702,15.93653 5.4364251,16.201861 7.216948,15.627971 8.3735641,14.351809 10.52323,11.980441 12.673249,9.6090719 14.82315,7.2373137 16.072963,5.8586019 16.536481,3.9610396 15.166051,2.4051372 14.660054,1.8309877 14.180062,1.1819378 13.616287,0.67502981 12.534511,-0.29724694 10.907317,-0.20897615 9.9165035,0.87363908 M 4.3212301,11.334117 C 3.0261118,9.9059473 4.499153,7.3897106 5.4011229,6.3054079 6.0080846,5.5760056 6.6204593,4.8517957 7.2371879,4.1323888 8.1079743,3.1164959 8.9806435,1.8407234 10.047945,1.0718589 c 1.642845,-1.44673221 3.029749,-0.7039595 4.328868,0.7700328 1.183093,1.3427545 2.18332,3.1519161 0.685685,4.8042674 -1.780993,1.9648038 -3.56234,3.9296079 -5.3435688,5.8942819 -0.650501,0.717849 -1.2826449,1.559148 -2.028697,2.163024 C 6.1505876,15.948861 4.2628639,15.909918 2.5063465,15.412227 1.6035528,15.156891 0.96434848,14.824188 0.6030898,13.822704 0.31349448,13.020089 0.23559439,12.152569 0.22888698,11.295953 0.2144131,9.4538191 0.73453148,8.4107959 1.8752617,7.1518988 3.6619036,5.1812535 5.4478395,3.210738 7.234246,1.2400927 7.5706755,0.86909573 8.097266,0.31532636 8.5809055,0.74330986 9.1451515,1.2426889 8.4768818,1.876551 8.125037,2.244043 6.7499005,3.680001 5.401829,5.1414018 4.0825876,6.6399282 3.2229802,7.6167483 2.1336734,8.5582601 1.8550218,9.9420345 1.683924,10.791511 1.6263815,11.774951 1.8177192,12.628452 c 0.2679433,1.19529 1.1182545,1.378971 2.1121277,1.496969 3.0433986,0.360742 4.9663068,-2.637609 6.8892151,-4.7592236 0.818774,-0.9032178 1.637784,-1.8065655 2.456559,-2.710043 C 13.836219,6.0374801 14.18065,5.151527 13.996373,4.2718047 13.837867,3.5148827 13.20078,2.9648779 12.734086,2.4256472 11.061235,0.49225736 8.3905092,4.6055462 7.3572152,5.7811054 6.4006445,6.8690428 4.5534006,8.4453254 5.4589008,10.1361 5.8706416,10.628599 6.6967119,10.454914 7.2114173,10.29369 8.0999725,10.015247 8.715642,9.0598458 9.3391957,8.3504343 10.077599,7.5104339 10.741397,6.6008554 11.493333,5.7735764 11.669726,5.5789912 11.466268,5.2945776 11.336121,5.0918144 10.879546,4.3808451 10.352485,4.7865013 9.9126203,5.2752359 9.770588,5.4328252 9.3091888,6.0717499 9.0080615,5.965825 8.442874,5.7653984 9.3812052,4.5630983 9.5734843,4.3874654 10.509227,3.5318879 11.324471,2.6981183 12.339408,3.8181189 13.015797,4.5645262 13.496024,5.2878275 12.739499,6.2730852 11.835529,7.4502021 10.818474,8.5377501 9.8623736,9.6634623 9.087962,10.574988 8.0390174,11.562323 6.8752231,11.729128 6.128818,11.83739 4.9054807,11.980181 4.3208771,11.334896"
+     style="fill:#5e5d5d"
+     id="path5" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 15.150283,2.5540293 C 14.163823,1.4344182 13.207488,-0.04801178 11.615831,0.11645747 10.618428,0.21952659 9.837309,1.0134444 9.1643324,1.7621884 8.2139984,2.8192311 7.2843751,3.8987309 6.3635773,4.9869279 5.9614858,5.4619026 5.5628068,5.9402524 5.1638925,6.4183426 4.3325268,7.3351905 4.0592882,8.190119 3.8254702,9.420458 3.3946663,11.685642 5.3101611,12.075202 6.8881673,11.843621 8.5643134,11.597371 9.7722354,9.9372315 10.867779,8.647829 11.520045,7.8798731 13.467429,6.2074013 13.238907,5.0186016 13.114879,4.3730565 12.669836,4.0191945 12.26445,3.5719991 11.461443,2.6861758 10.560297,3.2452674 9.8187166,3.9784342 9.5625406,4.2311742 8.0938534,5.9436275 9.0179461,6.0862886 9.5155888,6.163266 9.8980287,5.3484487 10.226221,5.0867518 10.610544,4.6627924 11.566879,4.8934647 11.469445,5.6342903 11.432025,5.9185741 10.648435,6.5521767 10.428502,6.8269844 9.4288631,8.0771843 8.3241411,10.001877 6.7650804,10.282396 5.8950001,10.438947 5.2299075,10.100922 5.3413446,9.031028 5.521974,8.0011157 6.0935158,7.3967204 6.7280132,6.6657604 7.3286204,5.9741328 7.93417,5.2875678 8.5441912,4.6059356 9.3563761,3.6988235 10.380491,2.0909971 11.644426,2.0424481 c 0.777824,-0.030116 1.256992,0.7440708 1.738396,1.3008259 0.730519,0.8449331 0.703572,2.0395744 0.05142,2.9466865 -0.623318,0.8673903 -1.43868,1.6131486 -2.146018,2.3934364 C 10.253521,9.8245564 9.2191684,10.965846 8.18458,12.107135 7.1882356,13.206106 5.975842,14.151123 4.483973,14.058179 3.8466515,14.018457 2.7907642,14.023001 2.3060656,13.488443 1.7511158,12.803306 1.776651,11.706801 1.8411363,10.845123 1.9751668,9.0541342 2.9402099,8.1056127 3.9993922,6.8990289 5.468197,5.2257783 6.9860719,3.6174326 8.5083007,2.004284 9.0013541,1.4819286 9.0418339,0.35946175 8.103738,0.48966116 7.1924718,0.61583646 6.1680034,2.250923 5.5491566,2.9337235 4.3114632,4.2988052 3.0741228,5.663887 1.8366647,7.0292283 0.65639605,8.3313522 0.10650619,9.3939767 0.12298053,11.303222 c 0.006707,0.779768 0.0716634,1.558888 0.29630273,2.303738 0.34360761,1.139991 0.95998314,1.5916 1.97150754,1.890812 1.8166487,0.537803 3.7880386,0.582717 5.3798126,-0.717849 1.7694615,-1.446862 3.2620366,-3.527716 4.8139196,-5.239261 1.531642,-1.6898663 4.908881,-4.4006881 2.565172,-6.9872818"
+     style="fill:#7f7f7f;fill-opacity:1"
+     id="path7" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 8.6802222,0.83145084 C 7.9562927,-0.29140549 5.5238568,3.1242845 5.1165876,3.5752444 4.1547216,4.6403353 3.1514345,5.6584349 2.1941578,6.728848 1.2486485,7.7864099 0.52871993,8.5872077 0.46035143,10.132985 c -0.0317719,0.714474 0.0110613,1.433751 0.0897851,2.142903 0.0248292,0.222754 0.0130618,0.894131 0.17039172,1.068466 -0.0630732,-0.06945 0.0269473,-0.791581 0.0298892,-0.897247 0.0191808,-0.664756 0.0624848,-1.331331 0.16721453,-1.987001 C 1.1569806,8.9632672 1.9657529,7.901162 2.8626629,6.7932338 3.7142685,5.741773 4.6305946,4.7622268 5.5266809,3.7582765 6.128465,3.0833944 6.7200113,2.3939736 7.2748435,1.6711916 7.496894,1.3818452 7.7774285,1.1427352 8.1293909,1.0835418 8.2382392,1.0653684 8.9192177,1.1990727 8.6808105,0.83171046"
+     style="fill:#e5e5e5"
+     id="path9" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 8.8553208,1.2611219 C 8.5147728,1.1718126 7.9040455,2.0789247 7.7042353,2.3076499 7.1379888,2.9550123 6.5803325,3.611721 6.003613,4.2480495 5.2905095,5.0349576 4.5444574,5.7844804 3.8287651,6.5686625 3.0956571,7.3717969 2.1583849,8.2307495 1.8694957,9.3668465 1.7444084,9.8590859 1.4042133,11.682656 1.8046574,12.122712 1.5010589,11.787803 1.973637,9.8871249 2.088369,9.522878 2.4312706,8.4344214 3.2974677,7.6789273 4.0043345,6.868264 4.5645796,6.2255747 9.1839839,1.7650442 8.8549678,1.2613815"
+     style="fill:#999898"
+     id="path11" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 14.996601,2.6072514 C 14.240311,1.5940845 13.274797,0.2573013 11.970265,0.23406531 10.316595,0.20433882 9.2312888,1.903162 8.1728126,3.070673 7.1344586,4.2163759 6.090927,5.364675 5.1345917,6.5952736 4.6389495,7.23303 4.2463896,7.8446946 4.0668193,8.6772958 3.9546761,9.1984829 4.0851764,10.068989 3.9286702,10.51203 4.0417547,10.192048 3.964443,9.6915012 4.0649365,9.3337449 4.3352333,8.3722424 4.8512331,7.4975827 5.4416027,6.7387136 6.4866641,5.3956995 7.7523639,4.3169786 8.8814444,3.0705432 9.8087143,2.0476405 10.87178,0.12969809 12.445667,0.77160844 13.219491,1.0870467 14.470481,1.9022534 14.995659,2.6071216"
+     style="fill:#e5e5e5"
+     id="path13" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 13.290683,3.2439693 C 12.737381,2.2729907 12.167369,1.4524618 11.046996,1.8138528 10.03453,2.1407143 9.2624723,3.2586378 8.5440735,4.0346419 7.7203567,4.9247489 6.8634558,5.7855189 6.1090488,6.7496176 5.7635584,7.1911014 5.51762,7.6332342 5.3938272,8.2075135 5.3453455,8.4329935 5.0989365,9.4285062 5.280978,9.6313992 5.2313196,9.5763598 5.363232,8.9536613 5.3766468,8.8778523 5.4933792,8.2115376 5.7595575,7.7326686 6.1885963,7.2560064 7.1269275,6.2135024 8.0444304,5.1489308 8.9754658,4.0985084 10.184918,2.7342055 11.939317,0.87922091 13.290683,3.2437097"
+     style="fill:#999898"
+     id="path15" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 14.183122,5.0679293 c 0.532003,0.586871 -5.1153999,6.2668367 -5.5950384,6.7928267 -0.836308,0.916848 -1.5064605,1.875624 -2.7248555,2.133297 -0.6390866,0.135262 -1.2766435,0.265721 -1.9311454,0.21873 -0.1035529,-0.0077 -1.5849489,-0.230543 -1.5849489,-0.276106 0,0.263255 1.323007,0.508466 1.4756299,0.538192 0.7780595,0.151488 1.6561417,0.170051 2.4271407,-0.05128 1.0418841,-0.298693 1.696033,-1.143106 2.4137258,-1.961688 1.252991,-1.428689 2.4977448,-2.8537428 3.8615848,-4.1544388 0.515647,-0.4917202 2.489978,-2.3219111 1.658377,-3.2395379"
+     style="fill:#e5e5e5"
+     id="path17" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 15.871506,4.035291 c 0,1.387409 -0.767587,2.3452769 -1.593892,3.2662787 C 12.78751,8.9623586 11.264222,10.591214 9.7441114,12.218512 8.595144,13.449111 7.5609086,14.954257 5.9198292,15.360173 5.0828152,15.56722 4.2001437,15.597596 3.3491265,15.486608 3.2285108,15.470771 1.5243583,15.140016 1.5243583,15.094582 c 0,0.349319 1.7560467,0.663848 1.9615052,0.700065 0.9559823,0.167974 1.9605639,0.113973 2.8795966,-0.236124 1.302061,-0.496264 2.1063617,-1.531758 3.0697574,-2.556867 C 10.972038,11.36605 12.457905,9.6760538 14.001551,8.0481069 14.6304,7.3846481 15.317497,6.7082083 15.698408,5.8273177 15.979295,5.1768399 15.871624,4.6977113 15.871624,4.035291"
+     style="fill:#999898"
+     id="path19" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 11.707029,5.8303034 c 0,0.2163932 -0.254411,0.502105 -0.35867,0.658526 -0.525649,0.788336 -1.090248,1.5566813 -1.6707334,2.2959491 -0.5177649,0.6593049 -1.1121354,1.3778035 -1.8140599,1.7991665 -0.2076943,0.124617 -2.1400164,0.229763 -2.1400164,0.05218 0,-0.01077 1.7642839,-0.299471 1.990806,-0.46446 C 8.5592535,9.5562392 9.2036354,8.5373607 9.8930864,7.7313705 10.346248,7.2014862 10.802352,6.6712124 11.287168,6.176247 c 0.02601,-0.026481 0.419861,-0.3693094 0.419861,-0.3459436"
+     style="fill:#e5e5e5"
+     id="path21" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 13.211842,5.4730663 c 0,0.5819381 -0.624495,1.1427172 -0.960689,1.537729 -0.716752,0.8427264 -1.421618,1.7018089 -2.153196,2.5285686 -0.666505,0.7535471 -1.4427994,1.6661111 -2.3578311,2.0425601 -0.1805117,0.07425 -2.3360611,0.497042 -2.3360611,0.246249 0,0.117998 2.3688921,-0.643727 2.6174192,-0.799369 1.1414363,-0.714085 2.030697,-1.956107 2.929843,-2.9855001 0.60202,-0.6895506 1.195684,-1.3870196 1.789466,-2.0850079 0.04224,-0.049587 0.471049,-0.4774411 0.471049,-0.4852297"
+     style="fill:#999898"
+     id="path23" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 12.477322,4.0159493 C 11.929903,3.4103857 11.45403,3.1180536 10.700211,3.4874928 10.498048,3.586408 8.5931435,5.0549483 8.9385163,5.4504794 9.1022006,5.6374057 10.719863,3.8622543 10.901787,3.7372472 c 0.407151,-0.2794808 0.697335,-0.1574595 1.068831,0.1617433 0.09143,0.078275 0.941626,1.1229861 1.030352,1.0252392 0.134384,-0.1481132 -0.461987,-0.8400004 -0.523648,-0.9082804"
+     style="fill:#e5e5e5"
+     id="path25" />
+  <metadata
+     id="metadata16">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2009-04-30T08:04:27</dc:date>
+        <dc:description>Paperclip icon by Francesco 'Architetto' Rollandin.</dc:description>
+        <dc:source>https://openclipart.org/detail/25518/architetto----clips-by-anonymous-25518</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Anonymous</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>clip</rdf:li>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>office</rdf:li>
+            <rdf:li>paper</rdf:li>
+            <rdf:li>paperclip</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/supermarket.svg
===================================================================
--- /trunk/resources/images/presets/shop/supermarket.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/supermarket.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="M 0,0 0,1 1,1 2,11 12,11 12,10 3,10 2.875,9 12,9 14,3 2.34375,3 2,0 z m 3,12 c -0.552285,0 -1,0.447715 -1,1 0,0.552285 0.447715,1 1,1 0.552285,0 1,-0.447715 1,-1 0,-0.552285 -0.447715,-1 -1,-1 z m 8,0 c -0.552285,0 -1,0.447715 -1,1 0,0.552285 0.447715,1 1,1 0.552285,0 1,-0.447715 1,-1 0,-0.552285 -0.447715,-1 -1,-1 z" id="supermarket" style="fill:#ac39ac;fill-opacity:1" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/shop/tailor.svg
===================================================================
--- /trunk/resources/images/presets/shop/tailor.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/tailor.svg	(revision 16006)
@@ -0,0 +1,207 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="160"
+   viewBox="0 0 160 160"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="07.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2951213"
+     inkscape:cx="29.418382"
+     inkscape:cy="85.412106"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-893.3622)">
+    <g
+       id="g3219"
+       transform="matrix(0.99174847,0,0,1.2211756,-65.765762,226.37604)"
+       style="fill:#3d5889;fill-opacity:1;stroke:#000000;stroke-width:1.73248327;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1">
+      <path
+         sodipodi:nodetypes="ccccccccccc"
+         id="path2427"
+         d="m 67.613793,570.41735 c 24.468075,-13.10042 45.356037,-11.77452 66.041377,-23.06206 11.09637,2.43104 19.357,1.4592 26.99311,-0.26207 23.42862,10.78637 44.02825,12.51579 66.04138,23.5862 -1.82964,11.55946 -5.85886,21.54778 -12.57932,29.6138 -8.15361,-4.36994 -15.86829,-6.10632 -23.32413,-6.28966 l -0.52414,78.62069 c -32.1215,5.98273 -59.34716,3.39775 -85.95862,-0.26207 l -0.26207,-78.09655 c -9.370679,-0.2722 -16.500436,3.19047 -23.848277,6.28966 -7.067215,-9.63539 -10.36885,-19.80873 -12.57931,-30.13794 z"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3199"
+         d="m 71.282759,569.10701 c 2.214678,10.74851 6.083496,20.78686 13.627586,29.35172"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3203"
+         d="m 105.35172,668.16908 c 28.12874,4.60443 56.25747,5.59295 84.38621,-0.26207"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="czc"
+         id="path3205"
+         d="m 133.3931,547.61736 c -0.22816,2.3247 1.69237,12.73282 13.88965,13.36551 11.93593,0.61914 14.27527,-11.53603 13.88966,-13.10345"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 128.21194,550.41871 c -0.22816,2.3247 4.57424,15.11165 18.34482,15.46206 14.03248,0.35707 19.77872,-14.68086 19.39311,-16.24828"
+         id="path3207"
+         sodipodi:nodetypes="czc"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3209"
+         d="m 134.52279,552.33459 c 8.53814,2.23324 16.08174,1.75419 25.31809,-0.20185"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3213"
+         d="m 104.16182,558.28077 c 2.57594,9.88539 6.83803,21.48891 -0.26207,35.37931"
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 190.37521,558.48262 c -2.57594,9.88539 -6.83803,21.48891 0.26207,35.37931"
+         id="path3215"
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:#3d5889;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.73248327;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 223.28276,568.84494 c -2.21468,10.74851 -6.0835,20.78686 -13.62759,29.35172"
+         id="path3217"
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       id="g2546"
+       transform="matrix(0.60702088,0.93350262,-0.75812172,0.74744675,-39.27023,955.44569)">
+      <g
+         id="g3167"
+         transform="matrix(0.2747478,-0.04835528,0.04835528,0.2747478,-68.316528,-171.9058)">
+        <ellipse
+           ry="64.285713"
+           rx="37.142857"
+           cy="642.36218"
+           cx="497.14285"
+           id="path2383"
+           style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           id="path3155"
+           d="M 500,578.07647 465.71429,112.36218 460,600.93361 Z"
+           style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+        <ellipse
+           ry="64.285713"
+           rx="37.142857"
+           cy="642.36218"
+           cx="497.14285"
+           id="path3157"
+           style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+        <path
+           inkscape:connector-curvature="0"
+           sodipodi:nodetypes="cccc"
+           id="path3159"
+           d="M 500,578.07647 465.71429,112.36218 460,600.93361 Z"
+           style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      </g>
+      <g
+         transform="matrix(-0.2747478,-0.04835528,-0.04835528,0.2747478,236.6762,-171.9058)"
+         id="g3183">
+        <ellipse
+           ry="64.285713"
+           rx="37.142857"
+           cy="642.36218"
+           cx="497.14285"
+           style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="path3185" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 500,578.07647 465.71429,112.36218 460,600.93361 Z"
+           id="path3187"
+           sodipodi:nodetypes="cccc" />
+        <ellipse
+           ry="64.285713"
+           rx="37.142857"
+           cy="642.36218"
+           cx="497.14285"
+           style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           id="path3189" />
+        <path
+           inkscape:connector-curvature="0"
+           style="opacity:0.98999999;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           d="M 500,578.07647 465.71429,112.36218 460,600.93361 Z"
+           id="path3191"
+           sodipodi:nodetypes="cccc" />
+      </g>
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:none;fill-rule:evenodd;stroke:#efeb00;stroke-width:4.5112896;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       d="m 148.58591,1018.2425 c 0,0 -26.17714,-20.85043 -29.96848,-26.03105 -3.79134,-5.18057 -22.155068,0.46605 -28.342257,1.4303 -6.187192,0.96424 -15.038804,12.93625 -17.191211,19.45175 -2.152404,6.5156 -1.525752,14.9386 1.858514,21.1683 3.384258,6.2294 11.283745,13.066 16.72658,11.7282 5.442832,-1.3379 11.617534,-5.9509 12.312614,-11.1561 0.69511,-5.2054 -2.20761,-14.3375 -5.110886,-17.1634 -2.903288,-2.826 -7.297034,-3.2862 -9.757173,-1.4304"
+       id="path3330"
+       sodipodi:nodetypes="czzzzzzzz" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/tattoo.svg
===================================================================
--- /trunk/resources/images/presets/shop/tattoo.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/tattoo.svg	(revision 16006)
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   x="0px"
+   y="0px"
+   width="160"
+   height="100"
+   viewBox="0 0 160 100"
+   enable-background="new 0 0 580 580"
+   xml:space="preserve"
+   id="svg2"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="16.svg"><metadata
+     id="metadata21"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs19" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview17"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="1.1508772"
+     inkscape:cx="243.04389"
+     inkscape:cy="229.0533"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"><inkscape:grid
+       type="xygrid"
+       id="grid3001"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0.90625"
+       originy="-99.90625"
+       spacingx="1"
+       spacingy="1" /></sodipodi:namedview><rect
+     style="fill:#ffccaa;fill-opacity:1;stroke:#e5e7e5;stroke-width:0.39130986;stroke-linecap:square;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect3003"
+     width="99.608688"
+     height="159.60825"
+     x="-99.804352"
+     y="0.19565493"
+     transform="rotate(-90)" /><g
+     id="Layer_2_1_"
+     style="fill:#000000"
+     transform="matrix(0,-0.29723662,0.31084067,0,-10.376497,136.54135)"><g
+       id="g9"
+       style="fill:#000000"><path
+         d="m 270.681,338.544 c 48.514,-21.003 92.012,-49.875 123.051,-89.62 14.844,-19.009 28.994,-42.481 36.986,-69.351 7.547,-25.367 10.215,-57.255 6.758,-86.42 -0.186,-1.568 0.609,-4.383 -1.424,-5.334 -8.576,42.141 -24.096,79.291 -46.232,106.691 -3.227,-87.322 -53,-137.918 -128.029,-154.702 -0.415,0.059 -0.387,0.563 -0.356,1.067 -0.217,0.02 -0.422,0.052 -0.355,0.356 31.414,15.679 58.166,38.176 76.105,68.638 17.434,29.602 27.641,72.926 19.916,118.784 -8.588,7.534 -19.117,15.023 -29.518,19.56 13.115,-47.739 -0.814,-97.49 -21.339,-127.674 C 284.596,88.7 252.249,66.012 213.067,52.967 c -5.189,6.593 -11.236,12.154 -16.358,18.849 -5.141,6.719 -9.587,14.088 -12.448,23.117 32.724,7.433 58.323,21.424 77.174,43.744 16.778,19.866 31.989,54.755 25.25,92.821 -5.719,32.307 -25.242,56.425 -49.078,71.839 -22.39,14.479 -54.855,23.105 -89.622,22.762 -2.432,-0.024 -5.904,-1.021 -6.401,0.711 101.204,30.753 179.738,85.756 223.697,173.196 6.373,12.674 10.852,26.472 16.715,40.187 0.676,-11.518 -1.941,-22.865 -4.268,-33.43 -16.677,-75.73 -54.922,-129.956 -107.047,-168.219 z"
+         id="path11"
+         style="clip-rule:evenodd;fill:#000000;fill-rule:evenodd"
+         inkscape:connector-curvature="0" /><path
+         d="m 448.144,256.392 c -34.807,41.824 -79.549,76.415 -132.652,100.29 -0.229,2.255 2.32,3.315 3.557,4.623 9.328,9.866 18.551,21.595 26.672,33.073 48.688,-33.349 81.818,-82.245 106.336,-139.765 0,-0.237 0,-0.475 0,-0.711 -1.909,-1.045 -3.194,1.628 -3.913,2.49 z"
+         id="path13"
+         style="clip-rule:evenodd;fill:#000000;fill-rule:evenodd"
+         inkscape:connector-curvature="0" /><path
+         d="m 193.49,285.037 c 36.541,0 66.164,-30.763 66.164,-68.711 0,-36.721 -27.739,-66.714 -62.644,-68.614 14.513,10.002 24.213,28.144 24.213,48.866 0,31.528 -22.453,57.086 -50.151,57.086 -18.345,0 -34.386,-11.215 -43.13,-27.948 4.411,33.505 32.073,59.321 65.548,59.321 z"
+         id="path15"
+         style="clip-rule:evenodd;fill:#000000;fill-rule:evenodd"
+         inkscape:connector-curvature="0" /></g></g></svg>
Index: /trunk/resources/images/presets/shop/ticket.svg
===================================================================
--- /trunk/resources/images/presets/shop/ticket.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/ticket.svg	(revision 16006)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="492.54626"
+   height="492.54675"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="ticket2.svg">
+  <defs
+     id="defs4">
+	
+
+		
+		
+	</defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="-309.51441"
+     inkscape:cy="245.84328"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1920"
+     inkscape:window-height="1018"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-112.37155,-285.65871)">
+    <g
+       style="opacity:0.5;fill:#4d4d4d"
+       id="g2994"
+       transform="translate(68.644928,241.93196)">
+			
+				<rect
+   style="fill:#4d4d4d"
+   x="271.20801"
+   y="195.659"
+   transform="matrix(0.7071,0.7071,-0.7071,0.7071,262.6363,-186.1794)"
+   width="169.69901"
+   height="56.567001"
+   id="rect2996" />
+
+			
+				<rect
+   style="fill:#4d4d4d"
+   x="105.154"
+   y="361.71201"
+   transform="matrix(0.7071,0.7071,-0.7071,0.7071,331.4186,-20.126)"
+   width="169.69901"
+   height="56.567001"
+   id="rect2998" />
+
+			
+				<rect
+   style="fill:#4d4d4d"
+   x="189.99899"
+   y="234.015"
+   transform="matrix(0.7071,0.7071,-0.7071,0.7071,296.2747,-104.9703)"
+   width="169.69901"
+   height="142.271"
+   id="rect3000" />
+
+		</g>
+    <path
+       style="fill:#ac39ac;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       d="m 558.82393,499.78696 40.836,-40.835 c 7.011,-7.01 7.01,-18.376 0,-25.386 l -142.648,-142.649 c -7.012,-7.011 -18.377,-7.011 -25.388,0 l -40.836,40.835 1.6,1.6 -3.862,3.862 -1.6,-1.599 -269.297,269.296 c -7.01,7.011 -7.01,18.375 0.001,25.387 l 44.008,44.008 c 15.086,-15.086 39.547,-15.086 54.633,0 15.086,15.087 15.086,39.547 0,54.633 l 44.008,44.009 c 7.009,7.01 18.375,7.01 25.386,0 l 269.297,-269.296 -1.6,-1.599 3.864,-3.863 1.598,1.597 z m -41.159,-41.159 6.593,6.593 -3.862,3.863 -6.594,-6.593 3.863,-3.863 z m -13.187,-13.187 6.593,6.593 -3.862,3.863 -6.594,-6.593 3.863,-3.863 z m -13.188,-13.187 6.594,6.594 -3.862,3.863 -6.594,-6.593 3.862,-3.864 z m -13.186,-13.188 6.593,6.594 -3.862,3.863 -6.594,-6.594 3.863,-3.863 z m -13.188,-13.186 6.594,6.594 -3.862,3.863 -6.594,-6.594 3.862,-3.863 z m -13.186,-13.188 6.593,6.594 -3.862,3.863 -6.594,-6.593 3.863,-3.864 z m -13.188,-13.187 6.594,6.594 -3.862,3.862 -6.594,-6.593 3.862,-3.863 z m -13.186,-13.187 6.594,6.594 -3.863,3.863 -6.594,-6.594 3.863,-3.863 z m -23.644,-15.917 -6.594,-6.593 3.863,-3.863 6.593,6.594 -3.862,3.862 z m 10.456,2.73 6.594,6.594 -3.862,3.863 -6.594,-6.594 3.862,-3.863 z m -113.521,358.794 -119.995,-119.995 39.999,-39.999 119.994,119.996 -39.998,39.998 z m 54.543,-54.544 -119.995,-119.995 100.602,-100.601 119.996,119.995 -100.603,100.601 z m 111.511,-111.51 -119.996,-119.995 39.999,-39.999 119.995,119.995 -39.998,39.999 z m 68.881,-63.6 -6.594,-6.593 3.863,-3.863 6.593,6.593 -3.862,3.863 z m 13.188,13.187 -6.594,-6.594 3.862,-3.863 6.595,6.594 -3.863,3.863 z"
+       id="path3002" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/tobacco.svg
===================================================================
--- /trunk/resources/images/presets/shop/tobacco.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/tobacco.svg	(revision 16006)
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   id="svg2"
+   viewBox="0 0 16 16"
+   height="100%"
+   width="100%">
+  <defs
+     id="defs4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(-189.96206,-428.35103)"
+     style="display:inline"
+     id="layer1">
+    <path
+       id="path3349"
+       d="m 205.51409,437.19895 c -0.01,2.8e-4 -0.0193,0.002 -0.0293,0.004 -0.15985,0.04 -1.50565,0.0329 -2.05342,0.0834 -0.52679,0.0485 -1.49997,0.21273 -2.35915,0.61235 -0.85919,0.39962 -2.51623,1.29586 -3.68512,2.05514 -1.09532,0.71149 -1.88821,1.12895 -2.12799,1.1889 -0.23977,0.0599 -0.49949,0 -0.65934,-0.27974 -0.15984,-0.27973 -0.47959,-1.37878 -0.47959,-1.37878 -0.20364,-0.51375 -0.89912,-0.61936 -1.51853,-0.63934 -0.5795,-0.0187 -1.76968,0.20294 -1.90822,0.78921 -0.0851,0.36019 -0.29296,1.58577 -0.29962,2.23787 -0.006,0.63434 0.24785,1.21176 0.57937,1.59854 0.59943,0.69934 1.20623,0.8607 1.82826,0.87916 0.54766,0.0163 1.49863,-0.10997 2.3778,-0.66944 0.79013,-0.50281 5.01523,-3.73644 5.8944,-4.33586 0.87916,-0.59943 1.73017,-1.00575 2.19787,-1.11894 0.71973,-0.17418 2.37774,-0.13987 2.37774,-0.13987 0,0 -0.0588,0.0552 0.14106,0.0352 0.19981,-0.02 0.21493,-0.20915 0.0987,-0.43479 -0.12869,-0.24978 -0.23093,-0.49079 -0.37491,-0.48702 z m -13.0723,1.91366 c 0.6247,-1e-5 1.13109,0.1888 1.13096,0.42168 -3e-5,0.23283 -0.50638,0.42157 -1.13096,0.42156 -0.62454,-10e-6 -1.13081,-0.18874 -1.13084,-0.42156 -1.1e-4,-0.23287 0.50619,-0.42167 1.13084,-0.42168 z"
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       id="path4217"
+       d="m 189.96878,432.88483 c 0.18005,-1.42838 2.55049,-3.14676 2.85356,-3.26589 0.61391,-0.70441 -1.05475,1.21586 -1.43685,1.80096 -0.57435,0.81025 -0.88645,1.84982 -0.22851,2.83507 0.52198,0.74825 1.72588,2.0939 0.90214,1.8228 -0.82374,-0.27109 -2.20502,-1.84963 -2.09034,-3.19294 z"
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:none;stroke-opacity:1" />
+    <path
+       id="path4219"
+       d="m 192.49379,433.50891 c 0.80034,0.44313 1.56528,1.22871 1.88396,2.27397 0.31867,1.04527 -0.38448,1.71955 -1.00122,1.77039 0.93016,-1.59519 -0.0746,-2.19704 -0.94984,-3.3013 -0.21028,-0.4541 -0.15423,-0.54501 0.0671,-0.74306 z"
+       style="opacity:1;fill:#ac39ac;fill-opacity:1;stroke:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/toys.svg
===================================================================
--- /trunk/resources/images/presets/shop/toys.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/toys.svg	(revision 16006)
@@ -0,0 +1,704 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="478.29468"
+   id="svg1441"
+   inkscape:version="0.46"
+   sodipodi:docbase="/home/petri/Desktop/Omat Open ClipArt kuvat"
+   sodipodi:docname="toys.svg"
+   sodipodi:version="0.32"
+   width="439.00189"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>Rubik's Cube</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>toy</rdf:li>
+            <rdf:li>entertainment</rdf:li>
+            <rdf:li>rubik</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Petri Lummemäki</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Petri Lummemäki</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Petri Lummemäki</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective68" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-324.88138"
+     inkscape:cy="516.59705"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="691"
+     inkscape:window-width="1024"
+     inkscape:window-x="132"
+     inkscape:window-y="174"
+     inkscape:zoom="0.46181819"
+     pagecolor="#ffffff"
+     showborder="false"
+     showgrid="true"
+     showguides="false" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-119.99828,-330.27552)">
+    <rect
+       height="255.02942"
+       id="rect11246"
+       rx="9.3528385"
+       ry="20.971859"
+       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.834898,-0.550405,0.864612,0.502441,0,0)"
+       width="265.99307"
+       x="-390.42795"
+       y="513.17072" />
+    <rect
+       height="219.91122"
+       id="rect27716"
+       rx="13.064381"
+       ry="23.303207"
+       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.835911,-0.548865,-1.115279e-2,0.999938,0,0)"
+       width="264.3092"
+       x="415.70972"
+       y="822.96997" />
+    <rect
+       height="57.293526"
+       id="rect5005"
+       rx="10.133426"
+       ry="7.2579436"
+       style="fill:#f41809;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.827575,-0.561355,0,1,0,0)"
+       width="75.21022"
+       x="419.25668"
+       y="978.3692" />
+    <rect
+       height="57.293526"
+       id="rect5765"
+       rx="11.229022"
+       ry="8.7938929"
+       style="fill:#f41809;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.827575,-0.561355,0,1,0,0)"
+       width="75.210205"
+       x="421.13376"
+       y="908.84857" />
+    <rect
+       height="57.293526"
+       id="rect5767"
+       rx="6.5736008"
+       ry="13.178907"
+       style="fill:#f41809;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.827575,-0.561355,0,1,0,0)"
+       width="75.21019"
+       x="421.13422"
+       y="838.35925" />
+    <rect
+       height="57.293526"
+       id="rect5769"
+       rx="10.163038"
+       ry="11.398757"
+       style="fill:#f41809;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.829696,-0.558215,0,1,0,0)"
+       width="75.633125"
+       x="505.80771"
+       y="835.5835" />
+    <rect
+       height="57.293526"
+       id="rect5771"
+       rx="7.9782119"
+       ry="13.613882"
+       style="fill:#f41809;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.829696,-0.558215,0,1,0,0)"
+       width="75.633224"
+       x="505.80765"
+       y="905.64008" />
+    <rect
+       height="57.293526"
+       id="rect5773"
+       rx="11.255482"
+       ry="14.721444"
+       style="fill:#f41809;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.829696,-0.558215,0,1,0,0)"
+       width="75.633179"
+       x="503.93579"
+       y="974.91052" />
+    <rect
+       height="57.293526"
+       id="rect5775"
+       rx="10.163044"
+       ry="11.43206"
+       style="fill:#f41809;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.829696,-0.558215,0,1,0,0)"
+       width="75.633118"
+       x="589.6532"
+       y="972.40277" />
+    <rect
+       height="57.293526"
+       id="rect5777"
+       rx="9.0706072"
+       ry="11.660234"
+       style="fill:#f41809;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.829696,-0.558215,0,1,0,0)"
+       width="75.63308"
+       x="590.87598"
+       y="907.00354" />
+    <rect
+       height="57.293526"
+       id="rect5779"
+       rx="9.0705986"
+       ry="7.4581566"
+       style="fill:#f41809;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.829696,-0.558215,0,1,0,0)"
+       width="75.633041"
+       x="590.87598"
+       y="836.25555" />
+    <rect
+       height="213.04601"
+       id="rect12043"
+       rx="7.9972653"
+       ry="20.767048"
+       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858337,0.513087,-1.174769e-2,0.999931,0,0)"
+       width="264.44156"
+       x="147.73535"
+       y="386.89716" />
+    <rect
+       height="57.293526"
+       id="rect8055"
+       rx="9.5210896"
+       ry="12.922897"
+       style="fill:#0000dd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.845439,0.534071,0,1,0,0)"
+       width="73.621025"
+       x="323.19785"
+       y="530.08698" />
+    <rect
+       height="57.293526"
+       id="rect8815"
+       rx="9.5210896"
+       ry="6.7671733"
+       style="fill:#0000dd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.845439,0.534071,0,1,0,0)"
+       width="73.621025"
+       x="324.43497"
+       y="458.46951" />
+    <rect
+       height="57.293526"
+       id="rect8817"
+       rx="9.5210896"
+       ry="8.7938929"
+       style="fill:#0000dd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.845439,0.534071,0,1,0,0)"
+       width="73.621025"
+       x="324.43497"
+       y="390.69592" />
+    <rect
+       height="57.293526"
+       id="rect8819"
+       rx="9.5210896"
+       ry="11.16412"
+       style="fill:#0000dd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.845439,0.534071,0,1,0,0)"
+       width="73.621025"
+       x="240.31349"
+       y="530.0022" />
+    <rect
+       height="57.293526"
+       id="rect8821"
+       rx="9.5210896"
+       ry="11.967944"
+       style="fill:#0000dd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.845439,0.534071,0,1,0,0)"
+       width="73.621025"
+       x="240.31349"
+       y="460.63699" />
+    <rect
+       height="57.293526"
+       id="rect8823"
+       rx="9.5210896"
+       ry="9.5977173"
+       style="fill:#0000dd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.845439,0.534071,0,1,0,0)"
+       width="73.621025"
+       x="240.91728"
+       y="393.49118" />
+    <rect
+       height="57.293526"
+       id="rect8825"
+       rx="9.5210896"
+       ry="8.1824446"
+       style="fill:#0000dd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.845439,0.534071,0,1,0,0)"
+       width="73.621025"
+       x="155.55878"
+       y="530.29865" />
+    <rect
+       height="57.293526"
+       id="rect8827"
+       rx="9.5210896"
+       ry="7.8389387"
+       style="fill:#0000dd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.845439,0.534071,0,1,0,0)"
+       width="73.621025"
+       x="156.79585"
+       y="463.12341" />
+    <rect
+       height="57.293526"
+       id="rect8829"
+       rx="9.5210896"
+       ry="6.9402728"
+       style="fill:#0000dd;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.845439,0.534071,0,1,0,0)"
+       width="73.621025"
+       x="156.79585"
+       y="394.70844" />
+    <rect
+       height="70.533371"
+       id="rect10429"
+       rx="5.3930631"
+       ry="11.47725"
+       style="fill:#ffe200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858218,0.513286,-0.834194,0.551472,0,0)"
+       width="71.099503"
+       x="517.44788"
+       y="295.32614" />
+    <rect
+       height="70.533371"
+       id="rect11189"
+       rx="5.3930578"
+       ry="11.47725"
+       style="fill:#ffe200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858218,0.513286,-0.834194,0.551472,0,0)"
+       width="71.099434"
+       x="601.07758"
+       y="296.96936" />
+    <rect
+       height="70.533371"
+       id="rect11191"
+       rx="5.3930578"
+       ry="11.47725"
+       style="fill:#ffe200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858218,0.513286,-0.834194,0.551472,0,0)"
+       width="71.099434"
+       x="685.29041"
+       y="296.95157" />
+    <rect
+       height="70.533371"
+       id="rect11193"
+       rx="5.3930578"
+       ry="11.47725"
+       style="fill:#ffe200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858218,0.513286,-0.834194,0.551472,0,0)"
+       width="71.099434"
+       x="518.03107"
+       y="210.43871" />
+    <rect
+       height="70.533371"
+       id="rect11195"
+       rx="5.3930578"
+       ry="11.47725"
+       style="fill:#ffe200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858218,0.513286,-0.834194,0.551472,0,0)"
+       width="71.099434"
+       x="601.07758"
+       y="210.40494" />
+    <rect
+       height="70.533371"
+       id="rect11197"
+       rx="5.3930578"
+       ry="11.47725"
+       style="fill:#ffe200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858218,0.513286,-0.834194,0.551472,0,0)"
+       width="71.099434"
+       x="687.09668"
+       y="210.41183" />
+    <rect
+       height="70.533371"
+       id="rect11199"
+       rx="5.3930578"
+       ry="11.47725"
+       style="fill:#ffe200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858218,0.513286,-0.834194,0.551472,0,0)"
+       width="71.099434"
+       x="518.03107"
+       y="127.44115" />
+    <rect
+       height="70.533371"
+       id="rect11201"
+       rx="5.3930578"
+       ry="11.47725"
+       style="fill:#ffe200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858218,0.513286,-0.834194,0.551472,0,0)"
+       width="71.099434"
+       x="602.27228"
+       y="126.19641" />
+    <rect
+       height="70.533371"
+       id="rect11203"
+       rx="5.3930578"
+       ry="11.47725"
+       style="fill:#ffe200;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.858218,0.513286,-0.834194,0.551472,0,0)"
+       width="71.099434"
+       x="687.09668"
+       y="127.35677" />
+    <rect
+       height="9.7216167"
+       id="rect27914"
+       rx="6.9345498"
+       ry="6.6661358"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726181"
+       x="661.7085"
+       y="367.68378" />
+    <rect
+       height="9.7216244"
+       id="rect29432"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="704.979"
+       y="476.18167" />
+    <rect
+       height="9.7216244"
+       id="rect29434"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="806.00317"
+       y="572.07086" />
+    <rect
+       height="9.7216282"
+       id="rect29436"
+       rx="6.9345455"
+       ry="6.6661444"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726135"
+       x="792.71735"
+       y="482.18478" />
+    <rect
+       height="9.7216244"
+       id="rect29438"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="877.44794"
+       y="483.28918" />
+    <rect
+       height="9.7216244"
+       id="rect29440"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="898.237"
+       y="576.9176" />
+    <rect
+       height="9.7216244"
+       id="rect29442"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="975.47064"
+       y="576.513" />
+    <rect
+       height="9.7216244"
+       id="rect29444"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="903.29169"
+       y="658.4646" />
+    <rect
+       height="9.7216244"
+       id="rect29446"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="992.48706"
+       y="662.67249" />
+    <rect
+       height="9.7216244"
+       id="rect29448"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="1076.4445"
+       y="664.12" />
+    <rect
+       height="9.7216244"
+       id="rect29450"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="748.61578"
+       y="370.9436" />
+    <rect
+       height="9.7216244"
+       id="rect29452"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="624.30426"
+       y="261.58273" />
+    <rect
+       height="9.7216244"
+       id="rect29454"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="709.68542"
+       y="260.00729" />
+    <rect
+       height="9.7216244"
+       id="rect29456"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="794.41608"
+       y="261.11169" />
+    <rect
+       height="9.7216244"
+       id="rect29458"
+       rx="6.9345469"
+       ry="6.6661415"
+       style="opacity:0.41807909;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.86241,0.50621,-0.971166,0.238406,0,0)"
+       width="66.726151"
+       x="835.73175"
+       y="369.87903" />
+    <path
+       d="M 259.60921,501.82904 A 9.5964489,9.0913725 0 1 1 240.41631,501.82904 A 9.5964489,9.0913725 0 1 1 259.60921,501.82904 z"
+       id="path29466"
+       sodipodi:cx="250.01276"
+       sodipodi:cy="501.82904"
+       sodipodi:rx="9.5964489"
+       sodipodi:ry="9.0913725"
+       sodipodi:type="arc"
+       style="opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.392835,0.139358,-0.257425,0.725654,518.5323,177.6341)" />
+    <path
+       d="M 259.60921,501.82904 A 9.5964489,9.0913725 0 1 1 240.41631,501.82904 A 9.5964489,9.0913725 0 1 1 259.60921,501.82904 z"
+       id="path29470"
+       sodipodi:cx="250.01276"
+       sodipodi:cy="501.82904"
+       sodipodi:rx="9.5964489"
+       sodipodi:ry="9.0913725"
+       sodipodi:type="arc"
+       style="opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.392835,0.139358,-0.257425,0.725654,448.5323,226.0992)" />
+    <path
+       d="M 259.60921,501.82904 A 9.5964489,9.0913725 0 1 1 240.41631,501.82904 A 9.5964489,9.0913725 0 1 1 259.60921,501.82904 z"
+       id="path29472"
+       sodipodi:cx="250.01276"
+       sodipodi:cy="501.82904"
+       sodipodi:rx="9.5964489"
+       sodipodi:ry="9.0913725"
+       sodipodi:type="arc"
+       style="opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.392835,0.139358,-0.257425,0.725654,447.5323,297.6341)" />
+    <path
+       d="M 259.60921,501.82904 A 9.5964489,9.0913725 0 1 1 240.41631,501.82904 A 9.5964489,9.0913725 0 1 1 259.60921,501.82904 z"
+       id="path29474"
+       sodipodi:cx="250.01276"
+       sodipodi:cy="501.82904"
+       sodipodi:rx="9.5964489"
+       sodipodi:ry="9.0913725"
+       sodipodi:type="arc"
+       style="opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.392835,0.139358,-0.257425,0.725654,520.4068,246.6341)" />
+    <path
+       d="M 259.60921,501.82904 A 9.5964489,9.0913725 0 1 1 240.41631,501.82904 A 9.5964489,9.0913725 0 1 1 259.60921,501.82904 z"
+       id="path29476"
+       sodipodi:cx="250.01276"
+       sodipodi:cy="501.82904"
+       sodipodi:rx="9.5964489"
+       sodipodi:ry="9.0913725"
+       sodipodi:type="arc"
+       style="opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.392835,0.139358,-0.257425,0.725654,379.5323,272.6341)" />
+    <path
+       d="M 259.60921,501.82904 A 9.5964489,9.0913725 0 1 1 240.41631,501.82904 A 9.5964489,9.0913725 0 1 1 259.60921,501.82904 z"
+       id="path29478"
+       sodipodi:cx="250.01276"
+       sodipodi:cy="501.82904"
+       sodipodi:rx="9.5964489"
+       sodipodi:ry="9.0913725"
+       sodipodi:type="arc"
+       style="opacity:0.3;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.392835,0.139358,-0.257425,0.725654,376.4068,344.6341)" />
+    <rect
+       height="9.7216396"
+       id="rect29482"
+       rx="6.9345427"
+       ry="6.666152"
+       style="opacity:0.24858757;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.842776,-0.538264,-0.228865,0.973458,0,0)"
+       width="66.726105"
+       x="674.46985"
+       y="975.60944" />
+    <rect
+       height="9.7216358"
+       id="rect30242"
+       rx="6.9345398"
+       ry="6.6661501"
+       style="opacity:0.24858757;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.842776,-0.538264,-0.228865,0.973458,0,0)"
+       width="66.726074"
+       x="762.71179"
+       y="978.85162" />
+    <rect
+       height="9.7216358"
+       id="rect30244"
+       rx="6.9345398"
+       ry="6.6661501"
+       style="opacity:0.24858757;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.842776,-0.538264,-0.228865,0.973458,0,0)"
+       width="66.726074"
+       x="845.4859"
+       y="975.84167" />
+    <rect
+       height="9.7216339"
+       id="rect30246"
+       rx="6.9345384"
+       ry="6.6661491"
+       style="opacity:0.24858757;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.842776,-0.538264,-0.228865,0.973458,0,0)"
+       width="66.726059"
+       x="532.28467"
+       y="759.51495" />
+    <rect
+       height="9.7216358"
+       id="rect30248"
+       rx="6.9345398"
+       ry="6.6661501"
+       style="opacity:0.24858757;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.842776,-0.538264,-0.228865,0.973458,0,0)"
+       width="66.726074"
+       x="448.58212"
+       y="761.51392" />
+    <rect
+       height="9.7216358"
+       id="rect30250"
+       rx="6.9345398"
+       ry="6.6661501"
+       style="opacity:0.24858757;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.842776,-0.538264,-0.228865,0.973458,0,0)"
+       width="66.726074"
+       x="611.38715"
+       y="758.0542" />
+    <rect
+       height="9.7216358"
+       id="rect30252"
+       rx="6.9345398"
+       ry="6.6661501"
+       style="opacity:0.24858757;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.842776,-0.538264,-0.228865,0.973458,0,0)"
+       width="66.726074"
+       x="565.07758"
+       y="869.57178" />
+    <rect
+       height="9.7216358"
+       id="rect30254"
+       rx="6.9345398"
+       ry="6.6661501"
+       style="opacity:0.24858757;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.842776,-0.538264,-0.228865,0.973458,0,0)"
+       width="66.726074"
+       x="644.18005"
+       y="868.11102" />
+    <rect
+       height="9.7216358"
+       id="rect30256"
+       rx="6.9345398"
+       ry="6.6661501"
+       style="opacity:0.24858757;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       transform="matrix(0.842776,-0.538264,-0.228865,0.973458,0,0)"
+       width="66.726074"
+       x="729.39166"
+       y="864.89191" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/travel_agency.svg
===================================================================
--- /trunk/resources/images/presets/shop/travel_agency.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/travel_agency.svg	(revision 16006)
@@ -0,0 +1,256 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg8806"
+   viewBox="0 0 160 130"
+   version="1.1"
+   sodipodi:docname="17.svg"
+   width="160"
+   height="130"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview39"
+     showgrid="false"
+     inkscape:zoom="1.1718556"
+     inkscape:cx="293.78687"
+     inkscape:cy="167.147"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg8806" />
+  <defs
+     id="defs8808">
+    <filter
+       id="filter9479"
+       height="2.8436999"
+       width="1.0243"
+       y="-0.92185003"
+       x="-0.012158"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur9481"
+         stdDeviation="2.2619444" />
+    </filter>
+    <filter
+       id="filter9563"
+       height="1.7799"
+       width="1.5543"
+       y="-0.38995999"
+       x="-0.27713001"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur9565"
+         stdDeviation="4.8408367" />
+    </filter>
+    <filter
+       id="filter9651"
+       height="1.8081"
+       width="1.0907"
+       y="-0.40404999"
+       x="-0.045333002"
+       style="color-interpolation-filters:sRGB">
+      <feGaussianBlur
+         id="feGaussianBlur9653"
+         stdDeviation="8.3536643" />
+    </filter>
+    <linearGradient
+       id="linearGradient9680"
+       y2="506.98001"
+       gradientUnits="userSpaceOnUse"
+       x2="377.60001"
+       y1="309.89999"
+       x1="377.60001">
+      <stop
+         id="stop9676"
+         stop-color="#08a"
+         offset="0" />
+      <stop
+         id="stop9678"
+         stop-color="#19c5f0"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient9692"
+       y2="190.39999"
+       gradientUnits="userSpaceOnUse"
+       x2="381.13"
+       y1="105.55"
+       x1="381.13">
+      <stop
+         id="stop9688"
+         stop-color="#56b8ff"
+         offset="0" />
+      <stop
+         id="stop9690"
+         stop-color="#4e6f86"
+         stop-opacity=".95536"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <g
+     id="layer1"
+     transform="matrix(0.33169821,0,0,0.32275968,-47.512687,-39.219609)">
+    <path
+       id="path8825"
+       d="m 566.7,186.66 c 0,0 -177.79,-19.193 -368.71,3.0305 -38.386,6.0609 -41.416,42.426 -41.416,42.426 -8.0812,125.26 -1.0102,239.41 -1.0102,239.41 4.2065,24.078 28.471,40.325 34.345,40.406 156.78,2.1752 391.94,1.0102 391.94,1.0102 33.335,-6.0609 36.365,-36.365 36.365,-36.365 3.0305,-140.92 -5.4426,-247.49 -6.0609,-252.54 -3.4271,-27.952 -45.457,-37.376 -45.457,-37.376 z"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#000000;stroke-width:1px" />
+    <path
+       id="path8827"
+       d="m 197.48,196.76 c 189.4,-19.698 369.72,-1.5152 369.72,-1.5152 41.921,4.5457 42.426,35.355 42.426,35.355 9.5964,172.23 7.0771,235.72 6.0609,242.94 -3.3069,23.493 -33.678,39.457 -33.678,39.457"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#000000;stroke-width:1px" />
+    <path
+       id="path8829"
+       d="m 163.93,490.93 c -9.2857,-16.071 -6.0714,-32.857 -6.0714,-32.857 -6.4286,-134.64 3.5714,-228.21 3.5714,-228.21 3.5714,-29.286 37.5,-33.214 37.5,-33.214"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#000000;stroke-width:1px" />
+    <path
+       id="path8831"
+       d="m 431.79,179.51 c 6.8828,-9.4441 -1.1563,-20.082 -18.319,-9.8835 -17.1627,10.1985 -51.904,3.3804 -58.734,-1.5451 -10.374,-7.4818 -21.795,2.9171 -14.375,11.429"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#000000;stroke-width:1px" />
+    <path
+       id="path8833"
+       d="m 338.21,170.58 8.2143,-29.286 79.643,-0.71428 6.4286,26.786"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#000000;stroke-width:1px" />
+    <path
+       id="path8835"
+       d="m 333.57,179.15 c -7.8571,-2.5 -8.2143,-7.5 -8.2143,-7.5 l 10,-46.786 c 53.571,-5.7143 99.286,-1.0714 99.286,-1.0714 l 9.6428,47.5 c -3.5714,5.7143 -8.5714,7.5 -8.5714,7.5"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#000000;stroke-width:1px" />
+    <path
+       id="path8837"
+       d="m 230.68,511.58 -43,-0.52503 -5,-2.9216 c -11.601,-6.7784 -21.462,-20.131 -23.474,-31.784 -1.0293,-5.9615 -3.0914,-83.023 -3.0257,-113.07 0.0876,-39.995 3.6316,-117.79 6.066,-133.15 2.333,-14.721 11.422,-24.546 27.806,-30.057 8.2075,-2.7606 34.703,-5.3302 88.628,-8.5953 35.939,-2.176 136.87,-3.0282 180.16,-1.5212 38.674,1.3464 74.205,3.413 98.838,5.7486 9.35,0.88654 18.195,1.6607 19.655,1.7203 1.46,0.0596 2.4756,0.39746 2.2569,0.75075 -0.58711,0.94849 4.4954,2.0291 5.7891,1.2308 0.72115,-0.44501 0.82248,-0.22195 0.28996,0.63836 -0.59931,0.9682 -0.35895,1.1463 0.89743,0.66493 1.1564,-0.44308 1.4825,-0.28028 1,0.49923 -0.4825,0.7795 -0.15641,0.94229 1,0.49922 1.1564,-0.44308 1.4825,-0.28027 1,0.49923 -0.4825,0.77951 -0.15641,0.9423 1,0.49922 0.94379,-0.3616 1.4853,-0.28476 1.2033,0.17078 -0.75333,1.217 5.2552,5.3523 6.5847,4.5318 0.66238,-0.40874 0.85841,-0.25546 0.47189,0.36898 -0.81138,1.3108 4.1818,7.451 5.4319,6.6796 0.49356,-0.30456 0.60107,0.21724 0.23891,1.1596 -0.44376,1.1546 -0.28072,1.4802 0.5,0.99845 0.78071,-0.48177 0.94376,-0.15618 0.5,0.99846 -0.44376,1.15464 -0.28072,1.4802 0.5,0.99846 0.78071,-0.48177 0.94376,-0.15619 0.5,0.99844 -0.48212,1.2544 -0.30375,1.4944 0.66596,0.89605 0.83508,-0.51532 1.0843,-0.42927 0.6744,0.23289 -0.85699,1.3845 0.35782,7.3535 1.3695,6.7292 0.43174,-0.26643 0.55987,0.37509 0.28474,1.4256 -0.27513,1.05051 0.21443,15.766 1.0879,32.701 4.1729,80.904 6.1538,153.53 5.1425,188.55 0.82893,37.738 -6.5933,41.588 -30.734,60.381 -3.2864,2.0006 -4.4133,2.0134 -157.31,1.7949 -84.7,-0.12104 -173.35,-0.45634 -197,-0.74511 z"
+       style="fill:url(#linearGradient9680)"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path8839"
+       d="m 193.17,206.43 c -0.16571,0.0818 -0.35594,0.0783 -0.53655,0.0928 -0.23745,0.0198 -0.47473,0.0415 -0.71208,0.0624 -0.30437,0.0269 -0.60897,0.0508 -0.91364,0.0738 -0.3676,0.0276 -0.73546,0.0514 -1.1034,0.0743 -0.40389,0.0633 -0.80911,0.0858 -1.2069,0.18379 -0.44486,0.0777 -0.87518,0.21669 -1.3017,0.36185 -0.5307,0.19276 -1.0641,0.37701 -1.5976,0.56184 -0.56576,0.18381 -1.1147,0.41368 -1.6751,0.61276 -6.5618,2.4542 16.228,-6.1771 11.191,-4.3046 -0.58762,0.2149 -1.161,0.46606 -1.7375,0.70874 -0.57652,0.25755 -1.1457,0.53262 -1.713,0.8102 -0.56321,0.29064 -1.112,0.6074 -1.6646,0.9173 -0.55135,0.31403 -1.0929,0.64376 -1.6327,0.97713 -0.53035,0.34299 -1.0554,0.69606 -1.5583,1.0784 -0.50945,0.37018 -0.9997,0.76483 -1.4751,1.1775 -0.47676,0.4187 -0.92475,0.86848 -1.3484,1.3404 -0.43899,0.47034 -0.8588,0.95752 -1.2637,1.4573 -0.41126,0.51026 -0.78908,1.0458 -1.155,1.5891 -0.37445,0.55902 -0.71716,1.1381 -1.049,1.7232 -0.34023,0.60292 -0.65118,1.2215 -0.95225,1.8447 -0.30765,0.65026 -0.59935,1.308 -0.88674,1.9674 -0.29459,0.67678 -0.56541,1.3634 -0.82768,2.0533 -0.26798,0.70782 -0.51354,1.4238 -0.75157,2.1421 -0.12089,0.3659 -0.23516,0.73391 -0.34923,1.102 0,0 -13.232,4.1029 -13.232,4.1029 0.10933,-0.3755 0.21885,-0.75096 0.33462,-1.1246 0.22835,-0.73479 0.46381,-1.4674 0.72043,-2.1929 0.25163,-0.70853 0.51118,-1.4143 0.79413,-2.111 0.27469,-0.67366 0.56329,-1.3414 0.85287,-2.0087 0.28887,-0.64848 0.58706,-1.293 0.91278,-1.9239 0.31887,-0.61476 0.64803,-1.2244 1.0072,-1.8167 0.3523,-0.57799 0.71589,-1.1494 1.1119,-1.6987 0.38858,-0.53598 0.78869,-1.0642 1.2271,-1.5609 0.43719,-0.48598 0.84658,-0.99743 1.3124,-1.4574 0.45885,-0.45948 0.93048,-0.90721 1.4408,-1.3098 0.50976,-0.393 1.0045,-0.80499 1.5361,-1.1693 0.52307,-0.3723 1.0628,-0.72252 1.6152,-1.0496 0.54219,-0.33582 1.0964,-0.65219 1.6505,-0.96777 0.55088,-0.32637 1.1238,-0.60541 1.6932,-0.89736 0.56057,-0.28073 1.1372,-0.52633 1.709,-0.78294 4.8174,-2.0082 9.7146,-3.822 14.622,-5.596 0.56176,-0.21126 1.1302,-0.40223 1.6987,-0.59455 0.55357,-0.18857 1.1094,-0.37528 1.6772,-0.51631 0.48374,-0.11139 0.97111,-0.20021 1.4648,-0.25469 0.42509,-0.0287 0.84714,-0.0846 1.2726,-0.1064 0.37763,-0.0382 0.75509,-0.0786 1.1313,-0.12944 0.31276,-0.0431 0.62533,-0.0888 0.93499,-0.15086 0.24027,-0.0497 0.4807,-0.10266 0.71218,-0.18542 0.16388,-0.062 0.31874,-0.1536 0.49081,-0.18778 l -12.471,7.0824 z"
+       transform="matrix(1.3673,0,0,1,-60.131,0)"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;filter:url(#filter9563)" />
+    <path
+       id="path9423"
+       d="m 161.5,226.75 c 239,-13.25 446.5,0 446.5,0"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;filter:url(#filter9479)" />
+    <path
+       id="path9425"
+       d="m 314.36,232.35 c -61.303,-0.5789 -142.17,7.612 -147.16,-1.8849 l -3.9106,-7.4402 2.0918,-4.1751 c 4.7864,-9.5536 14.611,-16.801 27.479,-20.27 10.417,-2.8089 71.01,-7.3056 126.75,-9.4063 22.696,-0.85536 113.65,-0.86406 136,-0.013 43.748,1.6662 95.648,4.7699 111.25,6.653 17.489,2.1109 29.434,8.2426 36.428,18.7 2.3982,3.5856 2.5563,20.952 1.966,22.055 -2.3856,4.4564 -26.277,-2.0128 -62.644,-1.3217 -62.599,1.1896 -168.2,-2.3292 -228.25,-2.8963 z"
+       transform="matrix(1,0,0,0.73963,0,49.25)"
+       inkscape:connector-curvature="0"
+       style="opacity:0.56195003;fill:#ffffff;filter:url(#filter9651)" />
+    <path
+       id="path9655"
+       d="m 201.17,512.49 c 3.6579,11.536 28.109,17.884 35.781,-0.11335"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#000000;stroke-width:1px" />
+    <path
+       id="path9657"
+       d="m 214.99,522.25 c -5.9308,-1.3056 -10.542,-4.3769 -12.585,-8.3829 l -0.74577,-1.4618 8.0486,0.23424 c 4.4267,0.12883 12.17,0.23424 17.206,0.23424 h 9.1579 l -0.79915,1.4219 c -1.2095,2.152 -4.3885,5.1087 -6.808,6.3318 -3.9299,1.9867 -9.0304,2.6009 -13.474,1.6225 z"
+       inkscape:connector-curvature="0"
+       style="opacity:0.56195003;fill:#ffffff" />
+    <path
+       id="path9659"
+       d="m 216.95,522.62 c -2.5495,-0.32675 -4.8962,-1.0084 -7.1235,-2.0691 -3.5929,-1.7111 -6.1908,-4.0614 -7.6105,-6.8852 -0.65155,-1.296 -0.90959,-1.205 3.1403,-1.1076 5.6219,0.13513 20.328,0.31823 25.75,0.3206 2.7328,10e-4 4.9688,0.0352 4.9688,0.0756 0,0.18704 -0.98391,1.8017 -1.6211,2.6603 -2.9186,3.9329 -7.0178,6.2886 -12.104,6.9559 -1.5054,0.1975 -4.0622,0.22093 -5.3998,0.0495 z"
+       inkscape:connector-curvature="0"
+       style="fill:#035c72" />
+    <path
+       id="path9661"
+       d="m 539.17,512.49 c 3.6579,11.536 27.953,18.165 35.625,0.1679"
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#000000;stroke-width:1px" />
+    <path
+       id="path9665"
+       d="m 555.63,523.12 c -7.0984,-0.74205 -12.989,-3.9196 -15.588,-9.7503 2.6924,-0.0476 4.2662,0.4155 6.2911,0.18511 9.2851,0.19952 18.137,-0.18316 27.422,-0.038 -3.448,8.0403 -10.59,10.455 -18.125,9.6032 z"
+       inkscape:connector-curvature="0"
+       style="fill:#035c72" />
+    <path
+       id="path9668"
+       d="m 155.59,460.8 c -0.2773,-0.84873 -1.1296,-25.363 -1.8211,-52.375 -0.64041,-25.02 -0.32108,-96.395 0.53017,-118.5 1.3108,-34.038 2.7004,-58.401 3.5362,-62 1.5685,-6.7537 4.5646,-13.575 8.2363,-18.752 3.0503,-4.3009 9.0666,-9.8206 13.599,-12.477 8.2919,-4.8593 12.636,-5.8661 35.655,-8.2625 104.1,-10.838 222.93,-11.799 335,-2.7086 l 16.25,1.318 6.6544,2.199 c 21.821,7.2109 35.655,19.284 38.024,33.183 2.1176,12.428 5.3916,82.597 6.5788,141 0.69152,34.017 0.6567,46.138 -0.13179,45.875 -0.46232,-0.15375 -0.65383,-2.4747 -0.73576,-8.9167 -0.35509,-27.919 -3.0428,-97.985 -5.5989,-145.96 -1.3571,-25.471 -1.5332,-27.504 -2.6975,-31.139 -2.1158,-6.606 -8.3162,-15.724 -10.201,-15 -0.6084,0.23347 -0.73493,0.10328 -0.49849,-0.51287 0.23426,-0.61046 -0.49272,-1.3982 -2.7882,-3.0214 -4.218,-2.9826 -8.8049,-5.3143 -9.7448,-4.9536 -0.44937,0.17244 -0.64431,0.0868 -0.46457,-0.20398 0.58211,-0.94188 -9.2694,-3.64 -16.896,-4.6273 -9.5505,-1.2364 -54.604,-4.2913 -81.25,-5.5091 -65.358,-2.9872 -138.86,-2.9041 -201.5,0.22768 -25.233,1.2616 -65.425,4.2868 -85.75,6.4543 -4.519,0.48192 -12.546,2.9077 -16.894,5.1051 -11.907,6.0185 -19.012,14.82 -21.333,26.431 -1.3235,6.6189 -3.6251,41.249 -5.0678,76.25 -1.3863,33.633 -1.0861,105.71 0.59443,142.73 0.28666,6.3154 0.38254,12.222 0.21307,13.125 -0.30851,1.6445 -1.1147,2.1919 -1.4984,1.0174 z"
+       inkscape:connector-curvature="0"
+       style="fill:#136478" />
+    <path
+       id="path9670"
+       d="m 590.58,509.15 c 0,-0.35957 2.3477,-2.5806 5.217,-4.9356 5.4778,-4.4959 12.362,-12.044 15.258,-16.729 0.94178,-1.5238 2.4076,-4.6909 3.2574,-7.0378 2.6093,-7.2062 4.2264,-5.812 2.0091,1.7321 -1.801,6.128 -5.8242,13.105 -10.108,17.528 -4.9482,5.1099 -15.634,11.563 -15.634,9.4421 z"
+       inkscape:connector-curvature="0"
+       style="fill:#136478" />
+    <path
+       id="path9672"
+       d="m 615.87,475.7 c 0.90226,-4.9289 1.5204,-28.243 1.3647,-51.469 l -0.1016,-15.156 h 1.1449 l 0.003,15.906 c 0.003,14.889 -0.45732,51.037 -0.65302,51.254 -0.0486,0.054 -0.24491,-0.0318 -0.43624,-0.19059 -0.26779,-0.22224 -0.4201,-0.20167 -0.66165,0.0894 -0.52369,0.63101 -0.81994,0.43618 -0.66058,-0.43442 z"
+       inkscape:connector-curvature="0"
+       style="fill:#136478" />
+    <path
+       id="path9682"
+       d="m 340.26,178.45 c -1.8932,-2.0955 -2.1884,-5.1757 -0.76358,-7.9686 1.4088,-2.7615 4.0503,-4.2454 7.5917,-4.2648 2.4357,-0.0134 3.5375,0.33297 7.514,2.3618 12.412,6.3329 35.9,8.7033 50.16,5.0622 1.65,-0.4213 5.8625,-2.1179 9.361,-3.7703 7.9028,-3.7325 11.654,-4.527 15.12,-3.203 2.8961,1.106 4.2643,3.1213 4.2658,6.2836 5e-4,1.2375 -0.39231,3.0187 -0.87313,3.9582 l -0.87423,1.7082 -31.5,-0.0555 c -17.325,-0.0305 -37.76,0.10079 -45.412,0.29179 -12.04,0.30056 -14.003,0.24626 -14.59,-0.40362 z"
+       inkscape:connector-curvature="0"
+       style="fill:#4d4d4d" />
+    <path
+       id="path9684"
+       d="m 333.51,179.02 c 0,-0.23323 -0.90791,-0.83348 -2.0176,-1.3339 -2.2837,-1.0298 -5.4801,-4.3028 -5.487,-5.6185 -0.005,-0.87313 9.5347,-46.223 9.79,-46.542 0.4318,-0.53907 23.657,-2.1094 38.838,-2.626 13.822,-0.47035 21.398,-0.47181 34.192,-0.007 15.476,0.56276 25.03,1.1683 25.361,1.6076 0.24473,0.32473 9.3335,45.636 9.3289,46.508 -0.009,1.7733 -7.4091,7.9353 -9.5293,7.9353 -1.175,0 -1.1888,-0.13614 -0.20647,-2.0357 1.0271,-1.9861 1.0469,-5.5928 0.0434,-7.8659 -0.44885,-1.0166 -2.2712,-7.8983 -4.0497,-15.293 -1.7785,-7.3943 -3.3022,-13.513 -3.386,-13.596 -0.31628,-0.31628 -79.862,0.60952 -80.185,0.93325 -0.68444,0.68443 -8.1938,28.203 -8.4965,31.136 -0.25944,2.5136 -0.1307,3.3855 0.75674,5.125 l 1.0694,2.0961 h -3.0102 c -1.6556,0 -3.0102,-0.19083 -3.0102,-0.42406 z"
+       style="fill:url(#linearGradient9692)"
+       inkscape:connector-curvature="0" />
+  </g>
+  <metadata
+     id="metadata36">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2013-07-28T07:52:50</dc:date>
+        <dc:description>A blue suitcase, ready for traveling.</dc:description>
+        <dc:source>https://openclipart.org/detail/181231/suitcase-by-cprostire-181231</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>cprostire</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>bag</rdf:li>
+            <rdf:li>baggage</rdf:li>
+            <rdf:li>luggage</rdf:li>
+            <rdf:li>travel</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/vacuum_cleaner.svg
===================================================================
--- /trunk/resources/images/presets/shop/vacuum_cleaner.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/vacuum_cleaner.svg	(revision 16006)
@@ -0,0 +1,157 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="vc11.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="4.8221796"
+     inkscape:cy="6.4319254"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       ry="0"
+       y="1049.3622"
+       x="3"
+       height="3.0002842"
+       width="5.0000014"
+       id="rect4234"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#368500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <image
+       y="1043.3622"
+       x="-3"
+       id="image4142"
+       xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAACAl21KAAADJklEQVR42q3UXUiTYRQH8ENdSBcl
+aEJmZTeWEmSm87O6yM/5bZtWmm6mczo/c1PIzW1uUxdMNCytEdpNV2q2mYoWbpkXwcAL8VsUCi8K
+ioiUQMTTeV54ZVBaQQd+/z17eXf2nmcPg3+phMQkR5ZI/OWY30lfAu5Y/BWRSNxisVjwYVcXhgoE
+IgLuWPxRVHSM2Gw2Y5gg3GIwGLclUqmagDsW+6Ly12p1WHi76DkBvV7/o0yhsBJwx2JPVAdrau4s
+qVR167Q+RKChQb2mVKleEXDHYk/5BZKnWq0Wvbx9zhEg7LqDmi0TcMfit+LiEyR6fRPGxsVLCfAU
+5eW9Wp1ug4A7Fr+gCqRxdtLS0y0E3BVIpLomgwEBwBP2KU9xdk6/orzic2VlFd7KL5iprKyeLJGX
+Tl6NjbtBIDkltcBoMuHhI54BBHhc8HyP+13u6+tDh8OB4uzsJ6VlCkt7e8fW8tISFstKnASCQy7G
+mpqbMfhCyBUCPC54Xkd9NIODg2iz25FGGK6qqn7W2tr6dXFxEWntJOwLg0z0RPEJidcJ8HYXEZFR
+qUVFxWiz2XF2dhbn5+dxZmaGrblX2jMXASov2iM29l0CPC6ofJuaDNs3c/M2R0ZGdlZWlrG7uxvV
+Gg06nU6uaYNavUCA6oBOp98qr6iwEuBxUVpWZqNGHwPOBqqnpqZ2Ojruo9VqxcbGRhwbG0Maja2X
+CDAaTeOHWqVylAAPzgQGyQz0qJFR0TRhUg7dyDVppg0dGhriRpubm0OD0bjOnoZAXX392wa1ZoEA
+D2Ql8m06gN8ICMIjHnR2diJrbLPZcHx8HKenp7nRWlpaPwGAB4HaWuVjOgIbBHggTEl5x0ahRqtd
+9BdhMjWjy+VCs/neGvtM/8AArq6uYltb2wYBKm9hcsqbYpkMaSvkBBhWHiJxtpK6vhYKk112+xDX
+qKend5N+7vnR0VHuvdFoeu/vf1quVKrWXw4P48SEA3t6e9l5s5+/EJIJFLt8T5wKSEwSfk/PyMTc
+3DyUy0vxmkiEmVlZGB1zqS00LPyFRFpI18SYlp7BjgBmZGZhaJjgEVD8Fz8Bpq4K/DfDjvEAAAAA
+SUVORK5CYII=
+"
+       style="image-rendering:optimizeSpeed"
+       preserveAspectRatio="none"
+       height="1.1111112"
+       width="1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#368500;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="5"
+       height="8.0000172"
+       x="3"
+       y="1043.3622"
+       ry="1.8305558" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#c8c4b7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="3"
+       height="2"
+       x="4"
+       y="1049.3622"
+       ry="0.46876737" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#c8c4b7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="1"
+       height="2"
+       x="4"
+       y="1044.3622"
+       ry="0.46876699" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#c8c4b7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="1"
+       height="2"
+       x="6"
+       y="1044.3622"
+       ry="0.46876699" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 5.555839,1047.7849 C 3,1049.3622 1.1339286,1049.2818 1.615255,1045.3984 2,1042.3622 5.979695,1038.4254 10.985443,1037.4343"
+       id="path4209"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 12.494924,1050.3464 -1.505077,-12.8895"
+       id="path4230"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#808080;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9,1052.3622 7,0 -1,-1 -2,-1 -1,0 -2,1 -1,1"
+       id="path4232"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/variety_store.svg
===================================================================
--- /trunk/resources/images/presets/shop/variety_store.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/variety_store.svg	(revision 16006)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="variety_store2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="18.890625"
+     inkscape:cx="12.5525"
+     inkscape:cy="4.2233815"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffcc00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.1249274;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4145"
+       cx="8"
+       cy="1044.3622"
+       r="7.4375362" />
+    <g
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="text4147">
+      <path
+         d="m 8.6945188,1040.8537 q -1.1150488,0 -1.871689,0.5376 -0.4513293,0.3186 -0.816375,0.9026 -0.3716829,0.604 -0.4380549,1.1483 l 4.5265671,0 -0.1792043,0.8894 -4.4535579,0 q -0.00664,0.1393 -0.00664,0.2654 0,0.5111 0.00664,0.6107 l 4.2743537,0 -0.1858415,0.8893 -3.9491311,0 q 0.2787622,1.52 1.3407134,2.1571 0.7632775,0.458 1.6526616,0.458 1.2411555,0 1.9380611,-0.6504 l 0,1.3672 q -0.8296495,0.385 -1.831866,0.385 -3.0000122,0 -4.0553262,-2.4956 -0.2123902,-0.5044 -0.3650457,-1.2213 l -1.0154909,0 0.1858415,-0.8893 0.6969055,0 q -0.019912,-0.2788 -0.019912,-0.604 0,-0.1328 0.00664,-0.2721 l -0.8694726,0 0.1858415,-0.8894 0.7699146,0 q 0.4115061,-2.1638 2.143814,-3.1062 1.0685885,-0.5841 2.3562043,-0.5841 1.2345183,0 2.0774424,0.5376 l -0.265488,1.2345 q -0.8097379,-0.6703 -1.8385032,-0.6703 z"
+         style=""
+         id="path4152" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/vehicle.svg
===================================================================
--- /trunk/resources/images/presets/shop/vehicle.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/vehicle.svg	(revision 16006)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   height="13"
+   width="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="vehicle2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs8" />
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="60.32"
+     inkscape:cx="6.2286371"
+     inkscape:cy="8.1428152"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="1.3053417e-005" />
+  </sodipodi:namedview>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:0.02964734;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4135"
+     width="15.970353"
+     height="12.970353"
+     x="0.01482367"
+     y="0.014824027" />
+  <path
+     style="fill:#000000;fill-rule:evenodd;stroke:none"
+     id="Car"
+     d="m 0.80590777,7.4573173 c -0.036385,-2.68144 -0.1818775,-0.37415 1.43425303,-4.34954 1.1692315,-2.70222 -0.01558,-1.9747 6.0332315,-2.07343 5.3836597,0.10912 4.2975727,-0.67036 5.5343587,2.19815 1.548585,3.67399 1.429066,1.75124 1.418673,4.14687 -0.05719,2.6294697 0.914593,1.95392 -7.2336427,2.04226 -8.08588703,-0.10913 -7.12971203,0.57682 -7.18687353,-1.96431 z m 1.63692603,-2.5879 1.106864,-2.55672 c 0.2065205,-0.45415 0.1406285,-0.38711 0.6235895,-0.38974 l 7.7386717,-8.3e-4 c 0.418941,0.002 0.357476,-0.0257 0.530053,0.37415 l 1.100717,2.54196 -11.0998952,0.0312 z m -0.791616,4.84552 2.069974,-0.005 c -0.00665,2.5988697 0.209019,2.4539497 -0.9197995,2.4706897 -1.3441835,-0.005 -1.131697,0.13049 -1.1501745,-2.4660697 z m 10.6599222,0.0185 2.073432,0 c -0.01387,2.6029097 0.175531,2.4250697 -0.997738,2.4319997 -1.213121,-0.0162 -1.058955,0.17553 -1.075694,-2.4319997 z"
+     inkscape:connector-curvature="0" />
+  <circle
+     style="fill:#ffffff;fill-opacity:1;stroke:none"
+     r="1.0108"
+     cy="6.7822747"
+     cx="2.6805849"
+     id="LeftLamp" />
+  <circle
+     style="fill:#ffffff;fill-opacity:1;stroke:none"
+     r="1.0108"
+     cy="6.7822747"
+     cx="13.320568"
+     id="RightLamp" />
+</svg>
Index: /trunk/resources/images/presets/shop/video.svg
===================================================================
--- /trunk/resources/images/presets/shop/video.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/video.svg	(revision 16006)
@@ -0,0 +1,240 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   sodipodi:docname="cd7.svg"
+   viewBox="0 0 128 128"
+   version="1.1"
+   inkscape:version="0.91 r13725">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient3818"
+       y2="1052.8"
+       gradientUnits="userSpaceOnUse"
+       x2="129.15"
+       gradientTransform="matrix(1.221957,0,0,1.221957,-12.830549,-217.09451)"
+       y1="920.22"
+       x1="-3.4015"
+       inkscape:collect="always">
+      <stop
+         id="stop3814"
+         style="stop-color:#4d4d4d"
+         offset="0" />
+      <stop
+         id="stop3822"
+         style="stop-color:#808080"
+         offset=".23980" />
+      <stop
+         id="stop3820"
+         style="stop-color:#cccccc"
+         offset=".49761" />
+      <stop
+         id="stop3824"
+         style="stop-color:#808080"
+         offset=".75054" />
+      <stop
+         id="stop3816"
+         style="stop-color:#4d4d4d"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3832"
+       y2="1038.4"
+       gradientUnits="userSpaceOnUse"
+       x2="114.75"
+       gradientTransform="matrix(1.221957,0,0,1.221957,-12.830549,-217.09451)"
+       y1="934.61"
+       x1="11"
+       inkscape:collect="always">
+      <stop
+         id="stop3836"
+         style="stop-color:#cccccc"
+         offset="0" />
+      <stop
+         id="stop3838"
+         style="stop-color:#2639c2;stop-opacity:1"
+         offset="0.27036104" />
+      <stop
+         id="stop3840"
+         style="stop-color:#7c82f1;stop-opacity:1"
+         offset=".49761" />
+      <stop
+         id="stop3842"
+         style="stop-color:#2f48e2;stop-opacity:1"
+         offset="0.7199809" />
+      <stop
+         id="stop3844"
+         style="stop-color:#8a89ff;stop-opacity:1"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3916"
+       y2="1048.7"
+       gradientUnits="userSpaceOnUse"
+       x2="120.5"
+       gradientTransform="matrix(1.221957,0,0,1.221957,-12.830549,-217.09451)"
+       y1="931.49"
+       x1="9.75"
+       inkscape:collect="always">
+      <stop
+         id="stop3920"
+         style="stop-color:#cccccc"
+         offset="0" />
+      <stop
+         id="stop3922"
+         style="stop-color:#e6e6e6"
+         offset=".23980" />
+      <stop
+         id="stop3924"
+         style="stop-color:#6e6e6e;stop-opacity:1"
+         offset=".49761" />
+      <stop
+         id="stop3926"
+         style="stop-color:#cccccc"
+         offset=".75054" />
+      <stop
+         id="stop3928"
+         style="stop-color:#cccccc"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3936"
+       y2="1041.2"
+       gradientUnits="userSpaceOnUse"
+       x2="101.5"
+       gradientTransform="matrix(1.221957,0,0,1.221957,-12.830549,-217.09451)"
+       y1="939.5"
+       x1="22.5"
+       inkscape:collect="always">
+      <stop
+         id="stop3940"
+         style="stop-color:#4d4d4d"
+         offset="0" />
+      <stop
+         id="stop3942"
+         style="stop-color:#808080"
+         offset=".23980" />
+      <stop
+         id="stop3944"
+         style="stop-color:#b3b3b3"
+         offset=".49761" />
+      <stop
+         id="stop3946"
+         style="stop-color:#808080"
+         offset=".75054" />
+      <stop
+         id="stop3948"
+         style="stop-color:#4d4d4d"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:guide-bbox="true"
+     pagecolor="#ffffff"
+     inkscape:window-height="988"
+     inkscape:window-maximized="1"
+     inkscape:zoom="4"
+     inkscape:window-x="-8"
+     showgrid="false"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="28.523604"
+     inkscape:cy="57.085975"
+     showguides="true"
+     inkscape:window-y="-8"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px">
+    <inkscape:grid
+       id="grid4400"
+       enabled="true"
+       visible="true"
+       snapvisiblegridlinesonly="true"
+       type="xygrid"
+       empspacing="5" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(0 -924.36)">
+    <path
+       id="path3782"
+       style="opacity:0.45673002;fill:url(#linearGradient3916);fill-rule:evenodd"
+       d="m 73.011933,988.35389 c 0,4.97715 -4.03478,9.01193 -9.011933,9.01193 -4.977153,0 -9.011933,-4.03478 -9.011933,-9.01193 0,-4.97715 4.03478,-9.01193 9.011933,-9.01193 4.977153,0 9.011933,4.03478 9.011933,9.01193 z m 15.274463,0 c 0,13.41341 -10.87334,24.28641 -24.286396,24.28641 -13.413056,0 -24.286396,-10.8735 -24.286396,-24.28641 0,-13.41293 10.87334,-24.2864 24.286396,-24.2864 13.413056,0 24.286396,10.87334 24.286396,24.2864 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3784"
+       style="fill:url(#linearGradient3832);fill-rule:evenodd"
+       d="m 88.286396,988.35389 c 0,13.41341 -10.87334,24.28641 -24.286396,24.28641 -13.413056,0 -24.286396,-10.8735 -24.286396,-24.28641 0,-13.41293 10.87334,-24.2864 24.286396,-24.2864 13.413056,0 24.286396,10.87334 24.286396,24.2864 z m 39.102624,10e-6 c 0,35.0091 -28.379951,63.389 -63.38902,63.389 -35.009069,0 -63.38902148,-28.3799 -63.38902148,-63.389 0,-35.00907 28.37995248,-63.38902 63.38902148,-63.38902 35.009069,0 63.38902,28.37995 63.38902,63.38902 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3792"
+       sodipodi:nodetypes="csssccsssc"
+       style="color:#000000;text-indent:0;text-transform:none;block-progression:tb;fill:url(#linearGradient3818);fill-rule:evenodd"
+       d="m 64,924.36 c -35.338998,0 -64,28.661 -64,64 0,35.339 28.661002,64 64,64 35.338998,0 64,-28.661 64,-64 0,-35.339 -28.661002,-64 -64,-64 z m 0,1.22196 c 34.679141,0 62.77804,28.0989 62.77804,62.77804 0,34.6791 -28.098899,62.778 -62.77804,62.778 -34.679141,0 -62.778043,-28.0989 -62.778043,-62.778 0,-34.67914 28.098902,-62.77804 62.778043,-62.77804 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3798"
+       style="color:#000000;text-indent:0;text-transform:none;block-progression:tb;fill:url(#linearGradient3936)"
+       d="m 64,963.46263 c -13.743351,0 -24.897375,11.15414 -24.897375,24.89737 0,13.7432 11.154146,24.8974 24.897375,24.8974 13.743229,0 24.897375,-11.1542 24.897375,-24.8974 0,-13.74323 -11.154146,-24.89737 -24.897375,-24.89737 z m 0,1.22195 c 13.082272,0 23.675418,10.59266 23.675418,23.67542 0,13.0828 -10.592657,23.6754 -23.675418,23.6754 -13.082761,0 -23.675418,-10.5926 -23.675418,-23.6754 0,-13.08276 10.592657,-23.67542 23.675418,-23.67542 z m 0,14.05251 c -5.307326,0 -9.622912,4.31558 -9.622912,9.62291 0,5.30733 4.315586,9.62291 9.622912,9.62291 5.307326,0 9.622912,-4.31558 9.622912,-9.62291 0,-5.30733 -4.315586,-9.62291 -9.622912,-9.62291 z m 0,1.22196 c 4.64698,0 8.400955,3.75397 8.400955,8.40095 0,4.64698 -3.753975,8.40095 -8.400955,8.40095 -4.64698,0 -8.400955,-3.75397 -8.400955,-8.40095 0,-4.64698 3.753975,-8.40095 8.400955,-8.40095 z"
+       inkscape:connector-curvature="0" />
+  </g>
+  <metadata
+     id="metadata35">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2010-09-06T16:13:50</dc:date>
+        <dc:description>CD icon</dc:description>
+        <dc:source>https://openclipart.org/detail/83899/cd-icon-by-jhnri4</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>jhnri4</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>black and white</rdf:li>
+            <rdf:li>cd</rdf:li>
+            <rdf:li>compact disc</rdf:li>
+            <rdf:li>how i did it</rdf:li>
+            <rdf:li>icon</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/shop/video_games.svg
===================================================================
--- /trunk/resources/images/presets/shop/video_games.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/video_games.svg	(revision 16006)
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   x="0px"
+   y="0px"
+   width="16"
+   height="7"
+   viewBox="0 0 16 7"
+   enable-background="new 0 0 580 580"
+   xml:space="preserve"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="games10.svg"><metadata
+   id="metadata19"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title><cc:license
+         rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
+       rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata><defs
+   id="defs17">
+	
+</defs><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview15"
+   showgrid="true"
+   fit-margin-top="0"
+   fit-margin-left="0"
+   fit-margin-right="0"
+   fit-margin-bottom="0"
+   showguides="false"
+   inkscape:zoom="52.082758"
+   inkscape:cx="6.4820567"
+   inkscape:cy="4.1340648"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_2_1_"><inkscape:grid
+     type="xygrid"
+     id="grid4171" /></sodipodi:namedview>
+
+<g
+   id="Layer_2_1_"
+   transform="translate(34.40678,-597.87627)"
+   style="fill:#008080">
+	
+<g
+   id="g9"
+   style="fill:#c8beb7;fill-opacity:1"
+   transform="matrix(0.03805278,0,0,0.03995343,-37.441946,583.09974)">
+		<path
+   d="m 412.636,369.844 c -5.094,0 -10.078,0.459 -14.933,1.293 l -215.406,0 c -4.855,-0.834 -9.839,-1.293 -14.933,-1.293 -48.382,0 -87.602,39.219 -87.602,87.602 0,48.383 39.22,87.602 87.602,87.602 34.259,0 63.903,-19.676 78.303,-48.332 l 88.666,0 c 14.4,28.656 44.045,48.332 78.304,48.332 48.381,0 87.601,-39.219 87.601,-87.602 0,-48.383 -39.221,-87.602 -87.602,-87.602 z"
+   id="path11"
+   inkscape:connector-curvature="0"
+   style="fill:#c8beb7;fill-opacity:1"
+   sodipodi:nodetypes="sccsssccsss" />
+		
+	</g><circle
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#f81615;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="path4173-0"
+   cx="-19.906384"
+   cy="601.39709"
+   r="0.62329501" /><circle
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#02bf02;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="path4173-3"
+   cx="-23.887184"
+   cy="601.39709"
+   r="0.62329501" /><circle
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1716f6;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="path4173-7"
+   cx="-21.887184"
+   cy="599.39709"
+   r="0.62329501" /><circle
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#f8f715;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="path4173-0-7"
+   cx="-21.887184"
+   cy="603.39709"
+   r="0.62329501" /><rect
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="rect4217"
+   width="1"
+   height="3.2"
+   x="-31.40678"
+   y="599.77661"
+   ry="0.5333333" /><rect
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="rect4219"
+   width="3.2"
+   height="1"
+   x="-32.506779"
+   y="600.87671"
+   ry="0.5" /></g>
+</svg>
Index: /trunk/resources/images/presets/shop/watches.svg
===================================================================
--- /trunk/resources/images/presets/shop/watches.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/watches.svg	(revision 16006)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="watches.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="1.890836"
+     inkscape:cy="7.5727693"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:object-paths="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-grids="true"
+     showguides="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4737" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <path
+       style="fill:#ac39ac;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 5 0 L 4.7480469 5.6914062 C 4.2817392 6.3454062 4 7.139 4 8 C 4 8.8611 4.2817392 9.6565468 4.7480469 10.310547 L 5 16 L 11 16 L 11.251953 10.310547 C 11.530081 9.9204708 11.729861 9.474628 11.855469 9 L 12 9 C 12.552285 9 13 8.5523 13 8 C 13 7.4477 12.552285 7 12 7 L 11.855469 7 C 11.729828 6.5257317 11.529929 6.0812697 11.251953 5.6914062 L 11 0 L 5 0 z M 8 5.1445312 C 9.584724 5.1445312 10.857422 6.4154 10.857422 8 C 10.857422 9.5848 9.584724 10.857422 8 10.857422 C 6.4152758 10.857422 5.1425781 9.5848 5.1425781 8 C 5.1425781 6.4154 6.4152758 5.1445312 8 5.1445312 z M 7.8574219 5.8398438 C 7.8273489 5.8398438 7.7963661 5.8514219 7.7675781 5.8574219 C 7.5661184 5.9004219 7.424584 6.0811094 7.4296875 6.2871094 L 7.4296875 8.0019531 L 7.4296875 8.2148438 L 7.6074219 8.3398438 L 8.75 9.1972656 C 9.218902 9.7065656 9.8748113 8.8178314 9.25 8.5195312 L 8.2871094 7.7890625 L 8.2871094 6.2890625 C 8.2981364 6.0443625 8.1023098 5.8390438 7.8574219 5.8398438 z "
+       transform="translate(0,1036.3622)"
+       id="path4741" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/weapons.svg
===================================================================
--- /trunk/resources/images/presets/shop/weapons.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/weapons.svg	(revision 16006)
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg6733"
+   height="10"
+   width="16"
+   version="1.1"
+   viewBox="0 0 16 10"
+   sodipodi:docname="weapons2.svg"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)">
+  <metadata
+     id="metadata36">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs34" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview32"
+     showgrid="true"
+     units="px"
+     inkscape:zoom="26.089307"
+     inkscape:cx="-0.46115101"
+     inkscape:cy="4.9084256"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg6733">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4547" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     transform="matrix(0.0366201,0,0,0.0366201,-5.2874403,-10.858967)">
+    <g
+       id="g7534"
+       transform="matrix(2.236,0,0,2.236,-363.42,-1228.9)"
+       style="fill-rule:evenodd">
+      <g
+         stroke-miterlimit="2.6131"
+         id="g10"
+         style="stroke:#000000;stroke-width:3.54329991;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61310005">
+        <path
+           id="path6676"
+           d="m 315.36,745.85 h 6.0112 c 0.41163,5.4867 2.5646,9.3625 5.5105,12.506 -1.169,0.4631 -2.3379,0.9262 -3.5065,1.3897 -4.1495,-3.0944 -7.2442,-7.2875 -8.0152,-13.896 z"
+           inkscape:connector-curvature="0"
+           style="fill:#cccccc" />
+        <path
+           id="path6678"
+           d="m 344.11,755.22 c -0.44538,17.474 -33.586,16.543 -37.87,7.1253 -2.5558,-5.619 -3.915,-13.176 -1.5768,-19.149 h 44.896 c -6.1491,3.5259 -5.1145,3.9313 -5.4496,12.023 z m -33.019,-2.8759 c 4.4185,-7.2132 25.163,-8.6263 27.774,0.164 3.9129,13.173 -22.755,13.94 -26.497,8.8806 -2.4582,-3.3233 -2.2301,-7.4888 -1.2772,-9.0446 z"
+           inkscape:connector-curvature="0"
+           style="fill:#cccccc" />
+        <path
+           id="path6680"
+           d="m 285.33,695.91 c 7.633,0.075 7.4721,10.51 3.543,16.502 l 2.6365,4.3048 c 3.5571,-2.1539 14.358,-11.129 15.743,-15.34 -1.3635,-6.031 -5.5921,0.9935 -15.804,-8.3895 -3.5444,-3.2566 -6.3918,-1.131 -6.1182,2.9225 z"
+           inkscape:connector-curvature="0"
+           style="fill:#b3b3b3" />
+        <path
+           id="path6682"
+           d="m 420.07,691.02 h -3.0888 c -4.265,7.836 -13.944,2.6237 -13.944,5.8266 v 5.8265 h 17.032 v -11.653 z"
+           inkscape:connector-curvature="0"
+           style="fill:#b3b3b3" />
+        <path
+           id="path6684"
+           d="m 315.28,692.57 h 33.745 l 13.207,4.4798 v 34.825 c -6.5211,1.5026 -11.366,8.2445 -11.179,11.751 h -74.734 v -23.235 c 0.009,-3.2552 0.6105,-4.894 5.4688,-4.9163 11.342,-1.8655 31.257,-19.827 33.492,-22.904 z"
+           inkscape:connector-curvature="0"
+           style="fill:#cccccc" />
+        <path
+           id="path6686"
+           d="m 320.4,698.55 h 17.283 v 33.695 H 320.4 c -7.577,0 -13.776,-7.5813 -13.776,-16.847 0,-9.2658 6.1994,-16.847 13.776,-16.847 z"
+           inkscape:connector-curvature="0"
+           style="fill:#666666" />
+        <path
+           id="path6688"
+           d="m 361.9,699.59 h 58.841 v 21.097 H 361.9 Z"
+           inkscape:connector-curvature="0"
+           style="fill:#cccccc" />
+        <path
+           id="path6690"
+           d="m 361.9,729.82 h 58.841 v -9.1356 H 361.9 Z"
+           inkscape:connector-curvature="0"
+           style="fill:#cccccc" />
+      </g>
+      <path
+         id="path6692"
+         d="m 362.89,703.65 h 53.288 v 6.4914 H 362.89 Z"
+         inkscape:connector-curvature="0"
+         style="fill:#ffffff" />
+      <path
+         id="path6694"
+         d="m 361.9,697.02 h -10.946 v 36.145 H 361.9 Z"
+         stroke-miterlimit="2.6131"
+         inkscape:connector-curvature="0"
+         style="fill:#808080;stroke:#000000;stroke-width:3.54329991;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61310005" />
+      <g
+         id="g17"
+         style="fill:#b3b3b3">
+        <path
+           id="path6696"
+           d="m 352.53,718 h 7.8095 v 4.3739 H 352.53 Z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path6698"
+           d="m 352.53,701.28 h 7.8095 v 4.3738 H 352.53 Z"
+           inkscape:connector-curvature="0" />
+        <path
+           id="path6700"
+           d="m 350.88,697.02 h -25.974 v 36.145 h 25.974 z"
+           stroke-miterlimit="2.6131"
+           inkscape:connector-curvature="0"
+           style="stroke:#000000;stroke-width:3.54329991;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61310005" />
+      </g>
+      <path
+         id="path6702"
+         d="m 319.9,697.02 h 5.0096 v 36.145 H 319.9 Z"
+         stroke-miterlimit="2.6131"
+         inkscape:connector-curvature="0"
+         style="fill:#808080;stroke:#000000;stroke-width:3.54329991;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61310005" />
+      <path
+         id="path6704"
+         d="m 350.88,707.43 h -25.974 v 15.316 h 25.974 z"
+         stroke-miterlimit="2.6131"
+         inkscape:connector-curvature="0"
+         style="fill:#b3b3b3;stroke:#000000;stroke-width:3.54329991;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61310005" />
+      <path
+         id="path6706"
+         d="m 328.48,700.24 h 19.222 v 4.3738 H 328.48 Z"
+         inkscape:connector-curvature="0"
+         style="fill:#ffffff" />
+      <path
+         id="path6708"
+         d="m 328.48,710.65 h 19.222 v 4.3738 H 328.48 Z"
+         inkscape:connector-curvature="0"
+         style="fill:#ffffff" />
+      <g
+         stroke-miterlimit="2.6131"
+         id="g27"
+         style="stroke:#000000;stroke-width:3.54329991;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:2.61310005">
+        <path
+           id="path6710"
+           d="m 304.88,731.9 c 1.8471,0 3.3445,1.4977 3.3445,3.3445 0,1.8471 -1.4974,3.3445 -3.3445,3.3445 -1.8468,0 -3.3445,-1.4974 -3.3445,-3.3445 0,-1.8468 1.4978,-3.3445 3.3445,-3.3445 z"
+           inkscape:connector-curvature="0"
+           style="fill:#b3b3b3" />
+        <path
+           id="path6712"
+           d="m 228.99,797.37 c -1.468,-14.001 12.392,-49.105 30.931,-58.981 15.636,-15.392 28.323,-16.157 32.755,-4.8861 0.80262,1.9246 3.133,9.703 0.0908,12.252 -6.6932,5.6087 -4.7346,9.9063 -5.2834,10.885 -1.9542,3.4835 -5.5456,3.532 -6.6059,9.7757 -0.30688,1.8067 2.6565,5.6477 2.5569,7.5815 -0.2625,5.0893 -3.5954,3.5452 -2.4845,10.878 0.82938,1.997 3.6659,4.5808 3.989,6.3933 0.65413,3.6684 -2.8162,3.4264 -0.72987,9.0489 -12.843,3.1513 -51.187,3.6751 -55.219,-2.9467 z"
+           inkscape:connector-curvature="0"
+           style="fill:#663300" />
+        <path
+           id="path6714"
+           d="m 279.95,732.56 c 3.5811,0 6.4852,2.9044 6.4852,6.4852 0,3.5813 -2.9041,6.4857 -6.4852,6.4857 -3.5812,0 -6.4854,-2.9044 -6.4854,-6.4857 0,-3.5808 2.9041,-6.4852 6.4854,-6.4852 z"
+           inkscape:connector-curvature="0"
+           style="fill:#666666" />
+        <path
+           id="path6716"
+           d="m 239.12,789.11 c 2.1795,0 3.9466,1.7673 3.9466,3.9465 0,2.1795 -1.7671,3.9465 -3.9466,3.9465 -2.1791,0 -3.9465,-1.767 -3.9465,-3.9465 0,-2.1792 1.7674,-3.9465 3.9465,-3.9465 z"
+           inkscape:connector-curvature="0"
+           style="fill:#b3b3b3" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/shop/wine.svg
===================================================================
--- /trunk/resources/images/presets/shop/wine.svg	(revision 16006)
+++ /trunk/resources/images/presets/shop/wine.svg	(revision 16006)
@@ -0,0 +1,489 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 12.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 51448)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="Layer_1"
+   sodipodi:docname="19.svg"
+   xml:space="preserve"
+   viewBox="0 0 80 160"
+   sodipodi:version="0.32"
+   version="1.0"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="80"
+   height="160"><defs
+     id="defs115" /><sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     pagecolor="#ffffff"
+     inkscape:zoom="1.7700856"
+     inkscape:window-x="-8"
+     borderopacity="1.0"
+     inkscape:current-layer="Layer_1"
+     inkscape:cx="-38.672521"
+     inkscape:cy="106.7745"
+     inkscape:window-y="-8"
+     inkscape:window-height="987"
+     inkscape:pageopacity="0.0"
+     showgrid="true"
+     inkscape:window-maximized="1"><inkscape:grid
+       type="xygrid"
+       id="grid922" /></sodipodi:namedview><g
+     id="g3"
+     transform="matrix(0.69383632,0,0,0.74925294,0,-3.1797168e-4)"><path
+       id="path5"
+       style="fill:#004033"
+       d="m 5,211.61 c 11.05,2.07 23.26,2.045 34.444,1.188 3.036,-0.232 6.068,-0.386 9.101,-0.674 2.379,-0.226 5.315,-0.275 7.106,-2.065 1.747,-1.747 1.149,-5.769 1.149,-8.057 V 107.027 C 56.8,98.239 57.014,89.423 56.691,80.639 56.462,74.447 53.98,68.981 50.101,64.208 46.385,59.636 41.085,55.661 39.511,49.814 38.99,47.88 39.237,45.541 39.152,43.555 38.964,39.133 38.775,34.712 38.587,30.29 38.44,26.836 38.293,23.383 38.146,19.929 38.12,19.32 38.103,18.717 38.103,18.108 c 0,-1.111 0.341,-0.642 0.9,-1.2 0.677,-0.677 0.1,-4.042 0.1,-4.97 0,-1.565 0.111,-3.088 -0.351,-4.48 C 38.326,6.175 37.77,5.355 37.702,4.108 37.604,2.309 37.011,1.512 35.136,0.885 32.615,0.044 29.772,0.307 27.158,0.307 c -1.994,0 -6.38,-0.163 -7.555,1.9 -0.495,0.869 -0.026,2.069 -0.2,2.8 -0.283,1.186 -1.178,2.115 -1.4,3.3 -0.397,2.116 0.051,4.435 -0.1,6.6 -0.027,0.394 -0.357,1.249 -0.2,1.6 0.264,0.593 1.2,0.378 1.2,1 0,5.917 -0.445,11.854 -0.697,17.765 -0.167,3.924 -0.334,7.848 -0.502,11.771 -0.086,2.03 -0.195,3.955 -1.275,5.755 C 13.332,57.959 8.348,61.666 5.107,66.74 1.676,72.118 0.2,77.242 0.2,83.623 v 7.928 97.348 15.402 c 0,3.49 0.449,7.05 4.8,7.32"
+       inkscape:connector-curvature="0" /><path
+       id="path7"
+       style="fill:none;stroke:#000000;stroke-width:0.4;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 5,211.61 c 11.05,2.07 23.26,2.045 34.444,1.188 3.036,-0.232 6.068,-0.386 9.101,-0.674 2.379,-0.226 5.315,-0.275 7.106,-2.065 1.747,-1.747 1.149,-5.769 1.149,-8.057 V 107.027 C 56.8,98.239 57.014,89.423 56.691,80.639 56.462,74.447 53.98,68.981 50.101,64.208 46.385,59.636 41.085,55.661 39.511,49.814 38.99,47.88 39.237,45.541 39.152,43.555 38.964,39.133 38.775,34.712 38.587,30.29 38.44,26.836 38.293,23.383 38.146,19.929 38.12,19.32 38.103,18.717 38.103,18.108 c 0,-1.111 0.341,-0.642 0.9,-1.2 0.677,-0.677 0.1,-4.042 0.1,-4.97 0,-1.565 0.111,-3.088 -0.351,-4.48 C 38.326,6.175 37.77,5.355 37.702,4.108 37.604,2.309 37.011,1.512 35.136,0.885 32.615,0.044 29.772,0.307 27.158,0.307 c -1.994,0 -6.38,-0.163 -7.555,1.9 -0.495,0.869 -0.026,2.069 -0.2,2.8 -0.283,1.186 -1.178,2.115 -1.4,3.3 -0.397,2.116 0.051,4.435 -0.1,6.6 -0.027,0.394 -0.357,1.249 -0.2,1.6 0.264,0.593 1.2,0.378 1.2,1 0,5.917 -0.445,11.854 -0.697,17.765 -0.167,3.924 -0.334,7.848 -0.502,11.771 -0.086,2.03 -0.195,3.955 -1.275,5.755 C 13.332,57.959 8.348,61.666 5.107,66.74 1.676,72.118 0.2,77.242 0.2,83.623 v 7.928 97.348 15.402 c 0,3.49 0.449,7.05 4.8,7.32"
+       inkscape:connector-curvature="0" /><path
+       id="path9"
+       style="fill:#608f86"
+       d="m 3.3,82.413 c 1.035,-0.027 2.067,-0.134 3.101,-0.2 0.499,-0.032 2.784,0.121 3.1,-0.2 0.44,-0.446 0,-3.395 0,-4.074 0,-1.166 0.314,-2.364 0.491,-3.514 0.694,-4.503 3.413,-8.609 5.959,-12.271 2.635,-3.79 4.871,-6.976 5.082,-11.66 0.256,-5.693 0.512,-11.387 0.768,-17.081 -0.591,0.034 -3.157,-0.197 -3.5,0.2 -0.253,0.293 -0.068,1.799 -0.082,2.166 -0.129,3.392 -0.258,6.783 -0.386,10.175 -0.083,2.173 -0.236,3.849 -0.801,5.947 -0.558,2.071 -2.757,4.169 -4.17,5.695 -3.464,3.741 -6.667,7.445 -9.415,11.746 -2.71,4.242 -2.966,9.43 -3.146,14.271 0.038,-1.18 2.309,-0.919 2.999,-1.2"
+       inkscape:connector-curvature="0" /><path
+       id="path11"
+       style="fill:#001f17"
+       d="m 56.8,206.31 c 0.305,6.307 -8.062,6.021 -12.532,6.207 -5.929,0.246 -11.829,0.594 -17.767,0.594 -5.868,0 -11.746,-0.367 -17.582,-0.948 C 4.407,211.714 0.2,211.225 0.2,205.741 V 120.304 84.516 c 0,-0.666 -0.241,-1.807 0.585,-1.958 2.841,-0.517 5.69,-0.726 8.57,-0.9 6.269,-0.379 12.572,-0.448 18.852,-0.448 5.799,0 11.62,0.075 17.41,0.426 3.044,0.184 6.141,0.367 9.15,0.869 1.551,0.258 2.033,0.452 2.033,1.846 v 34.106 86.995 0.87"
+       inkscape:connector-curvature="0" /><path
+       id="path13"
+       style="fill:none;stroke:#292929;stroke-width:0.2;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 56.8,206.31 c 0.305,6.307 -8.062,6.021 -12.532,6.207 -5.929,0.246 -11.829,0.594 -17.767,0.594 -5.868,0 -11.746,-0.367 -17.582,-0.948 C 4.407,211.714 0.2,211.225 0.2,205.741 V 120.304 84.516 c 0,-0.666 -0.241,-1.807 0.585,-1.958 2.841,-0.517 5.69,-0.726 8.57,-0.9 6.269,-0.379 12.572,-0.448 18.852,-0.448 5.799,0 11.62,0.075 17.41,0.426 3.044,0.184 6.141,0.367 9.15,0.869 1.551,0.258 2.033,0.452 2.033,1.846 v 34.106 86.995 0.87"
+       inkscape:connector-curvature="0" /><path
+       id="path15"
+       style="fill:#ffffff"
+       d="m 43,68.013 c 1.098,11.516 1.223,23.416 0.988,34.979 -0.016,0.756 -0.019,8.904 -0.395,8.928 -3.045,0.197 -5.979,0.362 -8.938,1.152 -0.622,0.166 -2.357,1.413 -2.856,1.341 -0.843,-0.121 -0.399,-2.254 -0.399,-3.224 0,-2.735 0.051,-5.49 0.118,-8.225 C 31.71,95.14 31.979,87.061 30.869,79.294 30.617,77.531 30.5,75.708 30.5,73.927 c 0,-0.925 -0.277,-2.005 -0.1,-2.915 0.086,-0.44 -0.274,-1 0.285,-1 0.618,0 1.211,-0.033 1.827,-0.084 1.778,-0.148 3.551,-0.724 5.287,-1.116 1.564,-0.348 3.897,-0.279 5.201,-0.795"
+       inkscape:connector-curvature="0" /><path
+       id="path17"
+       style="fill:none;stroke:#a6a6a6;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 43,68.013 c 1.098,11.516 1.223,23.416 0.988,34.979 -0.016,0.756 -0.019,8.904 -0.395,8.928 -3.045,0.197 -5.979,0.362 -8.938,1.152 -0.622,0.166 -2.357,1.413 -2.856,1.341 -0.843,-0.121 -0.399,-2.254 -0.399,-3.224 0,-2.735 0.051,-5.49 0.118,-8.225 C 31.71,95.14 31.979,87.061 30.869,79.294 30.617,77.531 30.5,75.708 30.5,73.927 c 0,-0.925 -0.277,-2.005 -0.1,-2.915 0.086,-0.44 -0.274,-1 0.285,-1 0.618,0 1.211,-0.033 1.827,-0.084 3.542,-0.295 6.885,-1.957 10.487,-1.815"
+       inkscape:connector-curvature="0" /><path
+       id="path19"
+       style="fill:#c7d8c7"
+       d="m 31,81.513 c -0.212,-3.202 -0.508,-6.397 -0.6,-9.6 -0.014,-0.489 -0.227,-1.9 0.285,-1.9 0.734,0 1.476,-0.01 2.202,-0.131 1.654,-0.276 3.277,-0.7 4.912,-1.069 1.481,-0.334 3.026,-0.7 4.55,-0.7 1.114,0 0.95,2.93 0.95,4.019 0,3.22 0.232,6.465 0.4,9.681 -4.232,-0.101 -8.466,-0.2 -12.699,-0.3"
+       inkscape:connector-curvature="0" /><path
+       id="path21"
+       style="fill:#b8c2b8"
+       d="M 43.601,81.413 C 43.987,87.238 44,93.139 44,98.978 c 0,2.767 -0.032,5.556 -0.131,8.32 -0.054,1.5 -0.109,2.999 -0.164,4.498 -0.01,0.276 -3.472,0.345 -4.127,0.395 -2.592,0.198 -5.418,0.651 -7.627,2.121 -1.082,0.72 -0.55,-1.53 -0.55,-2.145 0,-1.554 0.077,-3.102 0.1,-4.655 0.089,-5.96 0.217,-11.94 0.05,-17.9 -0.076,-2.717 0.095,-5.825 -0.55,-8.4 4.199,0.059 8.399,0.126 12.6,0.193"
+       inkscape:connector-curvature="0" /><path
+       id="path23"
+       style="fill:none;stroke:#608f86;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 30.3,75.613 c 4.688,-1.101 9.227,-2.405 14.101,-2.1"
+       inkscape:connector-curvature="0" /><path
+       id="path25"
+       style="fill:none;stroke:#608f86;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 37.4,68.813 c 0.281,4.231 0.283,8.464 0.6,12.7"
+       inkscape:connector-curvature="0" /><path
+       id="path27"
+       style="fill:none;stroke:#336633;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 38,81.313 c 0.719,10.008 0.429,20.39 -0.2,30.4"
+       inkscape:connector-curvature="0" /><path
+       id="path29"
+       style="fill:none;stroke:#608f86;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 30.9,80.712 c 4.852,-1.04 8.946,-2.466 14,-2.2"
+       inkscape:connector-curvature="0" /><path
+       id="path31"
+       style="fill:none;stroke:#336633;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 30.8,85.712 c 2.282,-0.342 4.593,-0.837 6.741,-1.696 2.252,-0.9 4.999,-0.616 7.36,-0.503"
+       inkscape:connector-curvature="0" /><path
+       id="path33"
+       style="fill:#404040"
+       d="M 38.8,35.913 C 37.621,33.687 30.979,34.253 28.778,34.123 26.286,33.977 20,33.764 18.3,35.913 c 0.132,-3.202 0.264,-6.404 0.396,-9.606 0.098,-2.365 1,-6.062 0.305,-8.394 -0.276,-0.925 -0.323,-0.423 -0.9,-1 -0.47,-0.47 -0.196,-0.755 -0.2,-1.4 -0.014,-2.162 -0.19,-4.635 0.1,-6.8 0.153,-1.146 1.021,-2.02 1.3,-3.1 0.23,-0.893 0.2,-1.866 0.2,-2.8 0,-3.787 12.496,-2.545 14.686,-2.148 1.799,0.327 3.199,0.785 3.515,2.648 0.148,0.873 -0.05,1.5 0.2,2.3 0.299,0.958 1.013,1.703 1.2,2.7 0.336,1.788 0.1,3.822 0.1,5.653 0,0.811 0.481,2.366 -0.1,2.947 -0.426,0.426 -0.622,0.067 -0.9,0.7 -0.199,0.452 0.002,1.343 0.023,1.859 0.132,3.198 0.264,6.396 0.395,9.595 0.076,1.878 0.778,5.192 0.18,6.846"
+       inkscape:connector-curvature="0" /><path
+       id="path35"
+       style="fill:none;stroke:#333333;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="M 38.8,35.913 C 37.621,33.687 30.979,34.253 28.778,34.123 26.286,33.977 20,33.764 18.3,35.913 c 0.132,-3.202 0.264,-6.404 0.396,-9.606 0.098,-2.365 1,-6.062 0.305,-8.394 -0.276,-0.925 -0.323,-0.423 -0.9,-1 -0.47,-0.47 -0.196,-0.755 -0.2,-1.4 -0.014,-2.162 -0.19,-4.635 0.1,-6.8 0.153,-1.146 1.021,-2.02 1.3,-3.1 0.23,-0.893 0.2,-1.866 0.2,-2.8 0,-3.787 12.496,-2.545 14.686,-2.148 1.799,0.327 3.199,0.785 3.515,2.648 0.148,0.873 -0.05,1.5 0.2,2.3 0.299,0.958 1.013,1.703 1.2,2.7 0.336,1.788 0.1,3.822 0.1,5.653 0,0.811 0.481,2.366 -0.1,2.947 -0.426,0.426 -0.622,0.067 -0.9,0.7 -0.199,0.452 0.002,1.343 0.023,1.859 0.132,3.198 0.264,6.396 0.395,9.595 0.076,1.878 0.778,5.192 0.18,6.846"
+       inkscape:connector-curvature="0" /><path
+       id="path37"
+       style="fill:none;stroke:#c7d8c7;stroke-width:0.8;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 19.2,35.212 c -0.162,4.795 -0.324,9.591 -0.486,14.386 -0.139,4.107 -3.858,7.537 -6.447,10.342 -2.65,2.871 -5.781,6.018 -7.508,9.562 -2.124,4.359 -3.078,8.197 -3.56,13.011"
+       inkscape:connector-curvature="0" /><line
+       id="line39"
+       style="fill:none;stroke:#a6a6a6;stroke-width:0.8;stroke-linecap:square;stroke-miterlimit:10"
+       y2="111.61"
+       y1="82.513"
+       x2="1.2"
+       x1="1.2" /><path
+       id="path41"
+       style="fill:#cc7a00"
+       d="M 38.8,35.913 C 37.621,33.687 30.979,34.253 28.778,34.123 26.286,33.977 20,33.764 18.3,35.913 c 0.132,-3.202 0.264,-6.404 0.396,-9.606 0.098,-2.365 1,-6.062 0.305,-8.394 -0.276,-0.925 -0.323,-0.423 -0.9,-1 -0.47,-0.47 -0.196,-0.755 -0.2,-1.4 -0.014,-2.162 -0.19,-4.635 0.1,-6.8 0.153,-1.146 1.021,-2.02 1.3,-3.1 0.23,-0.893 0.2,-1.866 0.2,-2.8 0,-3.787 12.496,-2.545 14.686,-2.148 1.799,0.327 3.199,0.785 3.515,2.648 0.148,0.873 -0.05,1.5 0.2,2.3 0.299,0.958 1.013,1.703 1.2,2.7 0.336,1.788 0.1,3.822 0.1,5.653 0,0.811 0.481,2.366 -0.1,2.947 -0.426,0.426 -0.622,0.067 -0.9,0.7 -0.199,0.452 0.002,1.343 0.023,1.859 0.132,3.198 0.264,6.396 0.395,9.595 0.076,1.878 0.778,5.192 0.18,6.846"
+       inkscape:connector-curvature="0" /><path
+       id="path43"
+       style="fill:none;stroke:#662900;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="M 38.8,35.913 C 37.621,33.687 30.979,34.253 28.778,34.123 26.286,33.977 20,33.764 18.3,35.913 c 0.132,-3.202 0.264,-6.404 0.396,-9.606 0.098,-2.365 1,-6.062 0.305,-8.394 -0.276,-0.925 -0.323,-0.423 -0.9,-1 -0.47,-0.47 -0.196,-0.755 -0.2,-1.4 -0.014,-2.162 -0.19,-4.635 0.1,-6.8 0.153,-1.146 1.021,-2.02 1.3,-3.1 0.23,-0.893 0.2,-1.866 0.2,-2.8 0,-3.787 12.496,-2.545 14.686,-2.148 1.799,0.327 3.199,0.785 3.515,2.648 0.148,0.873 -0.05,1.5 0.2,2.3 0.299,0.958 1.013,1.703 1.2,2.7 0.336,1.788 0.1,3.822 0.1,5.653 0,0.811 0.481,2.366 -0.1,2.947 -0.426,0.426 -0.622,0.067 -0.9,0.7 -0.199,0.452 0.002,1.343 0.023,1.859 0.132,3.198 0.264,6.396 0.395,9.595 0.076,1.878 0.778,5.192 0.18,6.846"
+       inkscape:connector-curvature="0" /><path
+       id="path45"
+       style="fill:none;stroke:#662900;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 33.3,0.613 c 1.494,1.524 1.4,4.729 1.4,6.675 0,0.424 0.4,0.799 0.4,1.363 v 3.342 c 0,1.299 0.067,2.461 -0.301,3.62 -0.159,0.501 -0.5,0.599 -0.5,1.297 v 5.371 12.031"
+       inkscape:connector-curvature="0" /><path
+       id="path47"
+       style="fill:none;stroke:#ffe699;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 32.601,0.513 c 0.688,0.616 0.86,1.346 1,2.2 0.246,1.494 0.5,2.609 0.5,4.247 0,1.557 0.3,3.35 0.3,5.034 0,0.503 0.386,3.275 -0.2,3.57 -1.441,0.724 -0.6,5.609 -0.6,6.718 v 12.031"
+       inkscape:connector-curvature="0" /><path
+       id="path49"
+       style="fill:none;stroke:#ffe699;stroke-width:0.8;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 19.2,35.113 c 0.261,-5.993 0.7,-12.001 0.7,-18"
+       inkscape:connector-curvature="0" /><path
+       id="path51"
+       style="fill:none;stroke:#ffe699;stroke-width:0.8;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 18.7,15.913 c 0.837,-2.588 -0.421,-5.924 0.45,-8.55 0.363,-1.096 0.915,-1.967 1.05,-2.95 0.119,-0.868 0.218,-1.785 0.3,-2.7"
+       inkscape:connector-curvature="0" /><path
+       id="path53"
+       style="fill:none;stroke:#662900;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="M 38.9,35.913 C 37.139,33.713 31.414,34.278 28.777,34.123 26.286,33.977 20,33.764 18.3,35.913"
+       inkscape:connector-curvature="0" /><path
+       id="path55"
+       style="fill:#99b399"
+       d="m 1.2,195.41 v 9.764 c 0,1.041 0.133,2.061 0.6,2.937 -0.2,-4.23 -0.4,-8.46 -0.6,-12.7"
+       inkscape:connector-curvature="0" /><path
+       id="path57"
+       style="fill:#fff9e6"
+       d="m 56.8,194.21 c -1.234,1.89 -6.354,1.704 -8.375,1.982 -2.735,0.378 -5.556,0.537 -8.313,0.669 -5.986,0.287 -11.961,0.358 -17.952,0.224 -6.184,-0.141 -12.394,-0.465 -18.488,-1.571 -1.531,-0.278 -3.471,-0.202 -3.471,-2.027 v -5.655 -49.853 -21.2 -4.653 c 0,-0.673 1.437,-0.316 1.966,-0.316 h 47.013 6.918 c 0.943,0 0.703,0.15 0.703,1.088 v 16.124 c -0.001,21.63 -0.001,43.93 -0.001,65.2"
+       inkscape:connector-curvature="0" /><path
+       id="path59"
+       style="fill:none;stroke:#994d4d;stroke-width:0.2;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 56.8,194.21 c -1.234,1.89 -6.354,1.704 -8.375,1.982 -2.735,0.378 -5.556,0.537 -8.313,0.669 -5.986,0.287 -11.961,0.358 -17.952,0.224 -6.184,-0.141 -12.394,-0.465 -18.488,-1.571 -1.531,-0.278 -3.471,-0.202 -3.471,-2.027 v -5.655 -49.853 -21.2 -4.653 c 0,-0.673 1.437,-0.316 1.966,-0.316 h 47.013 6.918 c 0.943,0 0.703,0.15 0.703,1.088 v 16.124 65.288"
+       inkscape:connector-curvature="0" /><path
+       id="path61"
+       style="fill:none;stroke:#662900;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 17.8,16.712 c 3.069,-1.75 7.54,-1.4 10.957,-1.4 3.134,0 7.819,-0.423 10.543,1.4"
+       inkscape:connector-curvature="0" /><path
+       id="path63"
+       style="fill:none;stroke:#662900;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 19.4,4.913 c 2.898,-0.972 6.188,-0.8 9.2,-0.8 2.97,0 6.253,-0.19 9.1,0.8"
+       inkscape:connector-curvature="0" /><path
+       id="path65"
+       style="fill:none;stroke:#333333;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 19.5,2.712 c 0.743,-2.906 6.912,-2.4 9.101,-2.4"
+       inkscape:connector-curvature="0" /><path
+       id="path67"
+       style="fill:none;stroke:#333333;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 28.601,0.212 c 2.219,0.148 8.353,-0.416 9.1,2.5"
+       inkscape:connector-curvature="0" /><path
+       id="path69"
+       style="fill:none;stroke:#737373;stroke-width:0.2;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 30.9,81.212 c 4.261,0 8.545,0.403 12.8,0.3"
+       inkscape:connector-curvature="0" /><path
+       id="path71"
+       style="fill:none;stroke:#000000;stroke-width:0.70;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 91.3,212.61 c 3.538,0.093 7.097,0.151 10.625,-0.213 3.385,-0.35 8.002,-0.254 10.982,-2.117 3.101,-1.938 -4.953,-3.053 -6.307,-3.27 -3.849,-0.616 -7.585,-1.331 -11.4,-2.201 1.076,-1.688 -0.254,-4.25 -0.445,-6.128 -0.294,-2.879 -0.542,-5.759 -0.777,-8.644 C 93.489,184.026 93.3,178.04 93.3,172.01 c 0,-2.958 0.099,-5.883 0.283,-8.835 0.095,-1.506 0.278,-2.956 0.5,-4.449 0.117,-0.787 0.342,-0.543 0.917,-1.116 0.856,-0.852 1.225,-1.353 0.65,-2.5 -0.893,-1.784 1.021,-2.072 2.405,-3.117 2.412,-1.818 5.046,-3.447 7.031,-5.734 2.429,-2.799 4.119,-5.165 5.884,-8.42 2.681,-4.944 3.884,-11.111 3.972,-16.698 0.093,-6.004 -0.562,-11.867 -1.865,-17.731 -0.3,-1.352 -0.533,-2.734 -0.954,-4.054 -0.345,-1.079 -0.616,-3.621 -1.522,-4.345 -1.63,-1.302 -6.247,-0.944 -8.216,-1.02 -5.772,-0.222 -11.529,-0.382 -17.305,-0.176 -2.97,0.106 -5.922,0.313 -8.887,0.47 -1.247,0.065 -2.444,0.283 -3.643,0.626 -1.289,0.368 -1.437,2.939 -1.773,4.068 -3.434,11.524 -4.265,23.732 -0.549,35.248 1.718,5.325 5.174,10.798 9.681,14.196 1.518,1.145 3.035,2.288 4.553,3.433 0.752,0.567 1.782,0.884 2.438,1.555 1.317,1.348 -0.297,1.521 -0.101,2.899 0.174,1.218 1.521,1.387 1.9,2.301 1.02,2.456 0.616,6.498 0.689,9.126 0.164,5.869 -0.032,11.731 -0.286,17.597 -0.146,3.38 -0.388,6.783 -0.73,10.148 -0.202,1.975 -0.262,4.012 -0.772,5.929 -0.33,1.239 -0.787,2.159 -0.101,3.399 -3.57,0.824 -7.065,1.7 -10.701,2.13 -1.682,0.199 -3.437,0.471 -5.07,0.917 -0.773,0.211 -4.218,1.115 -2.295,2.184 3.295,1.829 7.346,1.944 11.014,2.323 3.632,0.375 7.307,0.347 10.953,0.347"
+       inkscape:connector-curvature="0" /><path
+       id="path73"
+       style="fill:#e6e6e6"
+       d="m 91.3,212.61 c 3.538,0.093 7.097,0.151 10.625,-0.213 3.385,-0.35 8.002,-0.254 10.982,-2.117 3.101,-1.938 -4.953,-3.053 -6.307,-3.27 -3.849,-0.616 -7.585,-1.331 -11.4,-2.201 1.076,-1.688 -0.254,-4.25 -0.445,-6.128 -0.294,-2.879 -0.542,-5.759 -0.777,-8.644 C 93.489,184.026 93.3,178.04 93.3,172.01 c 0,-2.958 0.099,-5.883 0.283,-8.835 0.095,-1.506 0.278,-2.956 0.5,-4.449 0.117,-0.787 0.342,-0.543 0.917,-1.116 0.856,-0.852 1.225,-1.353 0.65,-2.5 -0.893,-1.784 1.021,-2.072 2.405,-3.117 2.412,-1.818 5.046,-3.447 7.031,-5.734 2.429,-2.799 4.119,-5.165 5.884,-8.42 2.681,-4.944 3.884,-11.111 3.972,-16.698 0.093,-6.004 -0.562,-11.867 -1.865,-17.731 -0.3,-1.352 -0.533,-2.734 -0.954,-4.054 -0.345,-1.079 -0.616,-3.621 -1.522,-4.345 -1.63,-1.302 -6.247,-0.944 -8.216,-1.02 -5.772,-0.222 -11.529,-0.382 -17.305,-0.176 -2.97,0.106 -5.922,0.313 -8.887,0.47 -1.247,0.065 -2.444,0.283 -3.643,0.626 -1.289,0.368 -1.437,2.939 -1.773,4.068 -3.434,11.524 -4.265,23.732 -0.549,35.248 1.718,5.325 5.174,10.798 9.681,14.196 1.518,1.145 3.035,2.288 4.553,3.433 0.752,0.567 1.782,0.884 2.438,1.555 1.317,1.348 -0.297,1.521 -0.101,2.899 0.174,1.218 1.521,1.387 1.9,2.301 1.02,2.456 0.616,6.498 0.689,9.126 0.164,5.869 -0.032,11.731 -0.286,17.597 -0.146,3.38 -0.388,6.783 -0.73,10.148 -0.202,1.975 -0.262,4.012 -0.772,5.929 -0.33,1.239 -0.787,2.159 -0.101,3.399 -3.717,0.858 -7.339,1.732 -11.123,2.181 -1.676,0.198 -3.399,0.524 -5.027,0.97 -1.386,0.379 -3.64,1.123 -1.482,2.32 3.164,1.758 7.397,1.754 10.908,2.117 1.864,0.192 3.756,0.223 5.628,0.277 1.403,0.02 4.075,0.35 4.912,-0.09"
+       inkscape:connector-curvature="0" /><path
+       id="path75"
+       style="fill:none;stroke:#bfbfbf;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 91.3,212.61 c 3.538,0.093 7.097,0.151 10.625,-0.213 3.385,-0.35 8.002,-0.254 10.982,-2.117 3.101,-1.938 -4.953,-3.053 -6.307,-3.27 -3.849,-0.616 -7.585,-1.331 -11.4,-2.201 1.076,-1.688 -0.254,-4.25 -0.445,-6.128 -0.294,-2.879 -0.542,-5.759 -0.777,-8.644 C 93.489,184.026 93.3,178.04 93.3,172.01 c 0,-2.958 0.099,-5.883 0.283,-8.835 0.095,-1.506 0.278,-2.956 0.5,-4.449 0.117,-0.787 0.342,-0.543 0.917,-1.116 0.856,-0.852 1.225,-1.353 0.65,-2.5 -0.893,-1.784 1.021,-2.072 2.405,-3.117 2.412,-1.818 5.046,-3.447 7.031,-5.734 2.429,-2.799 4.119,-5.165 5.884,-8.42 2.681,-4.944 3.884,-11.111 3.972,-16.698 0.093,-6.004 -0.562,-11.867 -1.865,-17.731 -0.3,-1.352 -0.533,-2.734 -0.954,-4.054 -0.345,-1.079 -0.616,-3.621 -1.522,-4.345 -1.63,-1.302 -6.247,-0.944 -8.216,-1.02 -5.772,-0.222 -11.529,-0.382 -17.305,-0.176 -2.97,0.106 -5.922,0.313 -8.887,0.47 -1.247,0.065 -2.444,0.283 -3.643,0.626 -1.289,0.368 -1.437,2.939 -1.773,4.068 -3.434,11.524 -4.265,23.732 -0.549,35.248 1.718,5.325 5.174,10.798 9.681,14.196 1.518,1.145 3.035,2.288 4.553,3.433 0.752,0.567 1.782,0.884 2.438,1.555 1.317,1.348 -0.297,1.521 -0.101,2.899 0.174,1.218 1.521,1.387 1.9,2.301 1.02,2.456 0.616,6.498 0.689,9.126 0.164,5.869 -0.032,11.731 -0.286,17.597 -0.146,3.38 -0.388,6.783 -0.73,10.148 -0.202,1.975 -0.262,4.012 -0.772,5.929 -0.33,1.239 -0.787,2.159 -0.101,3.399 -3.57,0.824 -7.065,1.7 -10.701,2.13 -1.682,0.199 -3.437,0.471 -5.07,0.917 -0.773,0.211 -4.218,1.115 -2.295,2.184 3.295,1.829 7.346,1.944 11.014,2.323 3.632,0.375 7.307,0.347 10.953,0.347"
+       inkscape:connector-curvature="0" /><path
+       id="path77"
+       style="fill:#e6e0e6"
+       d="m 91.3,212.61 c 3.538,0.093 7.097,0.151 10.625,-0.213 3.385,-0.35 8.002,-0.254 10.982,-2.117 3.101,-1.938 -4.953,-3.053 -6.307,-3.27 -3.849,-0.616 -7.585,-1.331 -11.4,-2.201 1.076,-1.688 -0.254,-4.25 -0.445,-6.128 -0.294,-2.879 -0.542,-5.759 -0.777,-8.644 C 93.489,184.026 93.3,178.04 93.3,172.01 c 0,-2.958 0.099,-5.883 0.283,-8.835 0.095,-1.506 0.278,-2.956 0.5,-4.449 0.117,-0.787 0.342,-0.543 0.917,-1.116 0.856,-0.852 1.225,-1.353 0.65,-2.5 -0.893,-1.784 1.021,-2.072 2.405,-3.117 2.412,-1.818 5.046,-3.447 7.031,-5.734 2.429,-2.799 4.119,-5.165 5.884,-8.42 2.681,-4.944 3.884,-11.111 3.972,-16.698 0.093,-6.004 -0.562,-11.867 -1.865,-17.731 -0.3,-1.352 -0.533,-2.734 -0.954,-4.054 -0.345,-1.079 -0.616,-3.621 -1.522,-4.345 -1.63,-1.302 -6.247,-0.944 -8.216,-1.02 -5.772,-0.222 -11.529,-0.382 -17.305,-0.176 -2.97,0.106 -5.922,0.313 -8.887,0.47 -1.247,0.065 -2.444,0.283 -3.643,0.626 -1.289,0.368 -1.437,2.939 -1.773,4.068 -3.434,11.524 -4.265,23.732 -0.549,35.248 1.718,5.325 5.174,10.798 9.681,14.196 1.518,1.145 3.035,2.288 4.553,3.433 0.752,0.567 1.782,0.884 2.438,1.555 1.317,1.348 -0.297,1.521 -0.101,2.899 0.174,1.218 1.521,1.387 1.9,2.301 1.02,2.456 0.616,6.498 0.689,9.126 0.164,5.869 -0.032,11.731 -0.286,17.597 -0.146,3.38 -0.388,6.783 -0.73,10.148 -0.202,1.975 -0.262,4.012 -0.772,5.929 -0.33,1.239 -0.787,2.159 -0.101,3.399 -3.717,0.858 -7.339,1.732 -11.123,2.181 -1.676,0.198 -3.399,0.524 -5.027,0.97 -1.386,0.379 -3.64,1.123 -1.482,2.32 3.164,1.758 7.397,1.754 10.908,2.117 1.864,0.192 3.756,0.223 5.628,0.277 1.403,0.02 4.075,0.35 4.912,-0.09"
+       inkscape:connector-curvature="0" /><path
+       id="path79"
+       style="fill:none;stroke:#bfb6bf;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 91.3,212.61 c 3.538,0.093 7.097,0.151 10.625,-0.213 3.385,-0.35 8.002,-0.254 10.982,-2.117 3.101,-1.938 -4.953,-3.053 -6.307,-3.27 -3.849,-0.616 -7.585,-1.331 -11.4,-2.201 1.076,-1.688 -0.254,-4.25 -0.445,-6.128 -0.294,-2.879 -0.542,-5.759 -0.777,-8.644 C 93.489,184.026 93.3,178.04 93.3,172.01 c 0,-2.958 0.099,-5.883 0.283,-8.835 0.095,-1.506 0.278,-2.956 0.5,-4.449 0.117,-0.787 0.342,-0.543 0.917,-1.116 0.856,-0.852 1.225,-1.353 0.65,-2.5 -0.893,-1.784 1.021,-2.072 2.405,-3.117 2.412,-1.818 5.046,-3.447 7.031,-5.734 2.429,-2.799 4.119,-5.165 5.884,-8.42 2.681,-4.944 3.884,-11.111 3.972,-16.698 0.093,-6.004 -0.562,-11.867 -1.865,-17.731 -0.3,-1.352 -0.533,-2.734 -0.954,-4.054 -0.345,-1.079 -0.616,-3.621 -1.522,-4.345 -1.63,-1.302 -6.247,-0.944 -8.216,-1.02 -5.772,-0.222 -11.529,-0.382 -17.305,-0.176 -2.97,0.106 -5.922,0.313 -8.887,0.47 -1.247,0.065 -2.444,0.283 -3.643,0.626 -1.289,0.368 -1.437,2.939 -1.773,4.068 -3.434,11.524 -4.265,23.732 -0.549,35.248 1.718,5.325 5.174,10.798 9.681,14.196 1.518,1.145 3.035,2.288 4.553,3.433 0.752,0.567 1.782,0.884 2.438,1.555 1.317,1.348 -0.297,1.521 -0.101,2.899 0.174,1.218 1.521,1.387 1.9,2.301 1.02,2.456 0.616,6.498 0.689,9.126 0.164,5.869 -0.032,11.731 -0.286,17.597 -0.146,3.38 -0.388,6.783 -0.73,10.148 -0.202,1.975 -0.262,4.012 -0.772,5.929 -0.33,1.239 -0.787,2.159 -0.101,3.399 -3.57,0.824 -7.065,1.7 -10.701,2.13 -1.682,0.199 -3.437,0.471 -5.07,0.917 -0.773,0.211 -4.218,1.115 -2.295,2.184 3.295,1.829 7.346,1.944 11.014,2.323 3.632,0.375 7.307,0.347 10.953,0.347"
+       inkscape:connector-curvature="0" /><path
+       id="path81"
+       style="fill:#1a1a1a"
+       d="m 90,200.41 c 0.198,0.264 0,0.493 0.4,0.7 -0.837,0.482 -1.674,0.966 -2.512,1.448 -0.488,0.282 -0.165,1.909 -0.288,2.251 -1.774,-2.34 1.076,-3.74 2.4,-4.4"
+       inkscape:connector-curvature="0" /><path
+       id="path83"
+       style="fill:none;stroke:#1a1a1a;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 90,200.41 c 0.198,0.264 0,0.493 0.4,0.7 -0.837,0.482 -1.674,0.966 -2.512,1.448 -0.488,0.282 -0.165,1.909 -0.288,2.251 -1.446,-1.906 0.445,-4.174 2.5,-4.299"
+       inkscape:connector-curvature="0" /><path
+       id="path85"
+       style="fill:#ffffff"
+       d="m 88,201.31 c 0.948,-2.587 0.808,-6.192 1.043,-9.071 0.317,-3.895 0.577,-7.808 0.664,-11.716 0.091,-4.105 0.258,-8.207 0.093,-12.313 -0.085,-2.104 -0.238,-4.207 -0.374,-6.308 -0.07,-1.081 0,-3.075 -0.626,-3.692 0.223,0.03 2.101,0.177 2.101,0.252 0,2.35 0.018,4.699 0,7.049 -0.032,4.423 -0.131,8.849 -0.211,13.271 -0.084,4.68 -0.15,9.362 -0.293,14.041 -0.071,2.342 -0.14,4.683 -0.285,7.021 -0.05,0.8 -1.326,1.05 -2.112,1.47"
+       inkscape:connector-curvature="0" /><path
+       id="path87"
+       style="fill:none;stroke:#a6a6a6;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 88,201.31 c 0.948,-2.587 0.808,-6.192 1.043,-9.071 0.317,-3.895 0.577,-7.808 0.664,-11.716 0.091,-4.105 0.258,-8.207 0.093,-12.313 -0.085,-2.104 -0.238,-4.207 -0.374,-6.308 -0.07,-1.081 0,-3.075 -0.626,-3.692 0.223,0.03 2.101,0.177 2.101,0.252 0,2.35 0.018,4.699 0,7.049 -0.032,4.423 -0.131,8.849 -0.211,13.271 -0.084,4.643 -0.161,9.286 -0.289,13.928 -0.063,2.246 -0.125,4.494 -0.265,6.737 -0.087,1.401 -0.985,1.075 -2.035,1.862"
+       inkscape:connector-curvature="0" /><path
+       id="path89"
+       style="fill:none;stroke:#4d4d4d;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 89.7,180.71 c 0.16,-4.171 0.285,-8.327 0.1,-12.5 -0.09,-2.03 -0.137,-4.074 -0.3,-6.1 -0.078,-0.967 -0.057,-3.386 -0.7,-3.9"
+       inkscape:connector-curvature="0" /><path
+       id="path91"
+       style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 72.4,94.813 c 4.551,-0.675 9.193,-1 13.8,-1"
+       inkscape:connector-curvature="0" /><path
+       id="path93"
+       style="fill:#800066"
+       d="m 94.601,153.81 c 5.144,-2.968 9.994,-6.139 13.335,-11.212 3.312,-5.029 5.953,-10.865 6.472,-16.967 0.265,-3.119 0.498,-6.186 0.393,-9.321 -0.05,-1.475 -0.196,-2.952 -0.295,-4.424 -0.011,-0.161 -0.985,-0.076 -1.126,-0.076 H 91.958 69.812 68.41 c -0.277,0 -0.439,3.722 -0.483,4.213 -0.266,2.999 0.066,6.066 0.32,9.052 0.503,5.918 2.752,11.801 5.991,16.721 3.547,5.389 8.382,8.782 13.806,12.079 0.559,0.34 2.913,-0.165 3.657,-0.165 0.798,0.01 2.584,0.23 2.91,0.11"
+       inkscape:connector-curvature="0" /><path
+       id="path95"
+       style="fill:none;stroke:#999999;stroke-width:0.2;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 110.8,95.212 c -1.957,1.689 -7.026,1.167 -9.477,1.261 -3.346,0.129 -6.685,0.239 -10.032,0.239 -3.473,0 -6.937,-0.122 -10.406,-0.26 -2.547,-0.102 -6.821,0.305 -8.984,-1.24"
+       inkscape:connector-curvature="0" /><path
+       id="path97"
+       style="fill:none;stroke:#ffffff;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 102.7,96.513 c -5.981,0.527 -11.92,0.312 -17.9,0.2"
+       inkscape:connector-curvature="0" /><path
+       id="path99"
+       style="fill:none;stroke:#333333;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 90.3,96.613 c -5.721,0 -12.135,0.389 -17.699,-1.1"
+       inkscape:connector-curvature="0" /><path
+       id="path101"
+       style="fill:#ffffff"
+       d="m 108.1,99.712 c 0.915,5.404 1.196,11.027 0.899,16.5 -0.1,1.83 0.42,2.86 -1.493,2.983 -1.501,0.097 -3.062,0.106 -4.547,0.34 -2.315,0.364 -4.387,1.443 -6.56,1.877 0.958,-5.458 -0.051,-11.182 -0.726,-16.607 -0.078,-0.623 -0.301,-3.593 0.185,-3.593 1.418,0 2.838,-0.153 4.237,-0.369 2.47,-0.38 5.79,-0.46 8,-1.128"
+       inkscape:connector-curvature="0" /><path
+       id="path103"
+       style="fill:none;stroke:#a6a6a6;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 108.1,99.712 c 0.915,5.404 1.196,11.027 0.899,16.5 -0.1,1.83 0.42,2.86 -1.493,2.983 -1.501,0.097 -3.062,0.106 -4.547,0.34 -2.315,0.364 -4.387,1.443 -6.56,1.877 0.962,-5.477 -0.235,-10.954 -0.7,-16.4 -0.057,-0.664 -0.523,-3.33 -0.1,-3.8 0.325,-0.361 3.415,-0.202 4.05,-0.3 2.814,-0.434 5.581,-1.16 8.45,-1.1"
+       inkscape:connector-curvature="0" /><path
+       id="path105"
+       style="fill:none;stroke:#4d4d4d;stroke-width:0.6;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 68.8,124.71 c 0.905,6.622 2.942,12.709 7.101,18"
+       inkscape:connector-curvature="0" /><path
+       id="path107"
+       style="fill:#e6b8da"
+       d="m 69.101,113.91 c 2.173,0.1 2.3,-0.064 2.3,2.167 0,1.515 -0.101,3.021 -0.101,4.537 0,3.072 0.195,6.042 0.5,9.097 -2.719,-0.883 -2.657,-4.963 -2.773,-7.281 -0.075,-1.47 -0.027,-2.94 -0.027,-4.4 0,-1.28 0.438,-2.98 0.101,-4.13"
+       inkscape:connector-curvature="0" /><path
+       id="path109"
+       style="fill:#cc8fb8"
+       d="m 70.4,113.91 c 1.483,-0.29 1,2.056 1,3.037 0,1.371 -0.101,2.739 -0.101,4.112 0,2.921 0.211,5.746 0.5,8.65 -1.61,-1.902 -1.451,-5.069 -1.574,-7.407 -0.145,-2.79 0.111,-5.6 0.175,-8.39"
+       inkscape:connector-curvature="0" /><path
+       id="path111"
+       style="fill:none;stroke:#808080;stroke-width:0.6;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 72.101,96.013 c -1.516,4.841 -2.335,9.816 -3.2,14.8"
+       inkscape:connector-curvature="0" /><path
+       id="path113"
+       style="fill:none;stroke:#b3b3b3;stroke-width:0.6;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 72.3,96.513 c -1.438,4.849 -2.473,9.884 -3.1,14.9"
+       inkscape:connector-curvature="0" /><path
+       id="path115"
+       style="fill:#ffffff"
+       d="m 69.5,105.11 c -0.307,3.446 -1.031,6.821 -1.235,10.298 -0.101,1.727 -0.176,4.731 0.235,6.103 0,-2.952 -0.019,-5.89 0.165,-8.837 0.15,-2.414 1.443,-5.714 1.035,-7.963 -0.025,0.19 -0.151,0.32 -0.2,0.4"
+       inkscape:connector-curvature="0" /><path
+       id="path117"
+       style="fill:none;stroke:#b3b3b3;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 69.5,105.11 c -0.307,3.446 -1.031,6.821 -1.235,10.298 -0.101,1.727 -0.176,4.731 0.235,6.103 0,-2.952 -0.019,-5.89 0.165,-8.837 0.15,-2.414 1.443,-5.714 1.035,-7.963 -0.065,0.125 -0.048,0.271 -0.1,0.4"
+       inkscape:connector-curvature="0" /><path
+       id="path119"
+       style="fill:none;stroke:#ffffff;stroke-width:0.6;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 73.4,96.113 c -1.096,4.755 -1.7,9.713 -1.7,14.6"
+       inkscape:connector-curvature="0" /><line
+       id="line121"
+       style="fill:none;stroke:#999999;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       y2="112.01"
+       y1="112.01"
+       x2="113.3"
+       x1="109.1" /><path
+       id="path123"
+       style="fill:#ffffff"
+       d="m 111.9,100.21 c 2.105,6.738 2.6,13.876 2.6,20.9 -1.193,-0.821 -0.503,-4.543 -0.64,-6.176 -0.23,-2.772 -0.264,-5.687 -0.902,-8.401 -0.575,-2.451 -2.399,-6.424 -1.658,-8.823 -0.09,0.907 0.64,2.011 0.6,2.503"
+       inkscape:connector-curvature="0" /><path
+       id="path125"
+       style="fill:none;stroke:#999999;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 111.9,100.21 c 2.105,6.738 2.6,13.876 2.6,20.9 -1.193,-0.821 -0.503,-4.543 -0.64,-6.176 -0.23,-2.772 -0.264,-5.687 -0.902,-8.401 -0.575,-2.451 -2.399,-6.424 -1.658,-8.823 -0.093,0.946 0.51,1.706 0.7,2.6"
+       inkscape:connector-curvature="0" /><path
+       id="path127"
+       style="fill:none;stroke:#e6e6e6;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 96,107.01 c 4.339,-0.896 8.209,-2 12.7,-2"
+       inkscape:connector-curvature="0" /><path
+       id="path129"
+       style="fill:#e673cf"
+       d="m 109,111.71 c 0.297,1.555 0.169,3.541 -0.025,5.108 -0.063,0.495 0.152,1.927 -0.175,2.292 -0.325,0.364 -2.558,0.161 -3.1,0.199 -1.883,0.134 -3.743,0.271 -5.571,0.76 -1.285,0.343 -2.477,1.038 -3.729,1.341 0.578,-3.087 0.324,-6.48 0.1,-9.601 4.169,-0.03 8.329,-0.06 12.499,-0.1"
+       inkscape:connector-curvature="0" /><path
+       id="path131"
+       style="fill:none;stroke:#e6e6e6;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 102.5,100.41 c 0.272,3.788 0.046,7.645 0.7,11.399"
+       inkscape:connector-curvature="0" /><path
+       id="path133"
+       style="fill:#cc8fb8"
+       d="m 72.5,131.71 c 2.246,4.828 4.498,8.96 8.5,12.6 -2.833,-4.2 -5.667,-8.4 -8.5,-12.6"
+       inkscape:connector-curvature="0" /><path
+       id="path135"
+       style="fill:#cc8fb8"
+       d="m 83.4,149.41 c -0.382,-0.082 -0.626,-0.174 -0.9,0.101 1.753,1.193 3.618,2.161 5.4,3.299 -6.248,-2.81 -13.425,-8.608 -15.601,-15.399 1.07,0.108 1.309,1.333 1.852,2.093 0.975,1.363 1.927,2.742 3,4.029 1.715,2.057 4.265,4.966 6.749,5.979 -0.217,0.05 -0.333,-0.04 -0.5,-0.1"
+       inkscape:connector-curvature="0" /><path
+       id="path137"
+       style="fill:none;stroke:#e6e6e6;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 78.7,94.113 c 5.598,0 11.196,-0.3 16.8,-0.3"
+       inkscape:connector-curvature="0" /><path
+       id="path139"
+       style="fill:#807380"
+       d="m 110.4,95.513 c -0.665,0.269 -1.384,0.31 -2.101,0.4 1.115,0.197 0.958,0.295 1.4,1.2 0.553,1.13 0.95,2.544 1.8,3.5 0.38,-1.166 -0.151,-2.706 -0.448,-3.893 -0.338,-1.35 -0.574,-1.07 -1.651,-0.808 0.3,-0.108 1,-0.398 1,-0.396"
+       inkscape:connector-curvature="0" /><path
+       id="path141"
+       style="fill:none;stroke:#665766;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 110.4,95.513 c -0.665,0.269 -1.384,0.31 -2.101,0.4 1.115,0.197 0.958,0.295 1.4,1.2 0.553,1.13 0.95,2.544 1.8,3.5 0.38,-1.166 -0.151,-2.706 -0.448,-3.893 -0.338,-1.35 -0.574,-1.07 -1.651,-0.808 0.354,-0.157 0.741,-0.306 1.1,-0.4"
+       inkscape:connector-curvature="0" /><path
+       id="path143"
+       style="fill:#4d003d"
+       d="m 112.4,120.11 c -2.04,11.986 -6.65,24.283 -18.994,28.661 -1.36,0.482 -5.711,-0.552 -6.456,0.938 -0.235,0.471 0.742,1.657 1.05,1.9 0.845,0.669 2.833,0.952 3.877,0.89 3.048,-0.18 5.729,-0.729 8.497,-2.03 1.071,-0.505 2.171,-1.979 3.078,-2.79 1.093,-0.978 2.162,-1.994 3.086,-3.134 3.678,-4.543 5.503,-9.882 6.168,-15.648 0.367,-3.185 0.557,-6.274 0.656,-9.48 0.011,-0.318 0.188,-2.16 -0.362,-2.207 -0.65,-0.05 -0.63,2.55 -0.61,2.9"
+       inkscape:connector-curvature="0" /><path
+       id="path145"
+       style="fill:#cccccc"
+       d="m 95.9,151.51 c -2.588,1.491 -5.813,1.431 -8.4,0 2.563,0.76 6.199,1.18 8.4,0"
+       inkscape:connector-curvature="0" /><path
+       id="path147"
+       style="fill:none;stroke:#cccccc;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 95.9,151.51 c -2.588,1.491 -5.813,1.431 -8.4,0 2.563,0.76 6.199,1.18 8.4,0"
+       inkscape:connector-curvature="0" /><path
+       id="path149"
+       style="fill:none;stroke:#cccccc;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 79.101,114.31 c 0.12,4.127 -1.216,10.255 0.899,14"
+       inkscape:connector-curvature="0" /><path
+       id="path151"
+       style="fill:none;stroke:#cccccc;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 80.4,130.81 c 0.284,1.136 0.518,2.306 0.899,3.4"
+       inkscape:connector-curvature="0" /><path
+       id="path153"
+       style="fill:none;stroke:#4d003d;stroke-width:1.30;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 69,123.01 c 0.571,0.591 1.602,1.06 2.4,1.199"
+       inkscape:connector-curvature="0" /><path
+       id="path155"
+       style="fill:none;stroke:#cccccc;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 93.3,157.11 c 0.112,-0.832 0.061,-1.946 0.5,-2.7 0.841,-1.442 3.682,-2.461 5.158,-3.352 4.014,-2.423 7.447,-5.963 9.942,-9.898 5.737,-9.048 5.961,-19.081 5.3,-29.45"
+       inkscape:connector-curvature="0" /><path
+       id="path157"
+       style="fill:none;stroke:#cccccc;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 68.601,111.61 c -0.644,1.552 -0.4,4.267 -0.4,6.118 0,2.597 0.173,5.114 0.394,7.704 0.407,4.779 2.316,9.3 4.273,13.604 1.956,4.304 5.691,7.807 9.244,10.767 1.815,1.513 3.935,2.581 5.97,3.778 1.248,0.734 0.997,2.123 1.219,3.43"
+       inkscape:connector-curvature="0" /><path
+       id="path159"
+       style="fill:#a69da6"
+       d="m 91,158.11 c 1.191,0.05 3.807,-0.456 3.8,-2.1 -0.007,-1.604 -2.523,-2.096 -3.699,-2.101 -1.263,-0.005 -3.663,0.459 -3.7,2.101 -0.039,1.67 2.721,2.18 3.599,2.1"
+       inkscape:connector-curvature="0" /><path
+       id="path161"
+       style="fill:#4d3d4d"
+       d="m 94.5,157.31 c 1.661,-1.446 -0.702,-4.168 -2.3,-3.199 0.471,0.44 1.081,0.901 1.3,1.699 0.175,0.64 -0.473,2.14 1,1.5"
+       inkscape:connector-curvature="0" /><path
+       id="path163"
+       style="fill:#ffffff"
+       d="m 94,157.41 c -2.146,1.892 -9.439,-0.415 -5.85,-2.8 0.593,-0.395 1.51,-0.431 0.55,0.05 -1.256,0.628 -1.656,1.593 -0.5,2.55 0.895,0.74 2.858,0.97 3.95,0.75 0.528,-0.105 0.965,-0.294 1.45,-0.449 0.471,-0.15 0.422,-0.16 0.4,-0.1"
+       inkscape:connector-curvature="0" /><path
+       id="path165"
+       style="fill:none;stroke:#ffffff;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 94,157.41 c -2.146,1.892 -9.439,-0.415 -5.85,-2.8 0.737,-0.49 1.019,-0.58 0.649,0 -0.481,0.757 -2.337,1.299 -0.8,2.449 1.039,0.778 2.624,1.047 3.9,0.951 0.71,-0.054 1.976,-0.677 2.1,-0.5"
+       inkscape:connector-curvature="0" /><path
+       id="path167"
+       style="fill:none;stroke:#404040;stroke-width:0.2;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 92.601,158.01 c -1.17,0.394 -2.821,0.281 -4,-0.201 -1.19,-0.487 -2.424,-2.034 -0.9,-2.899"
+       inkscape:connector-curvature="0" /><path
+       id="path169"
+       style="fill:#808080"
+       d="m 93.8,158.01 c -0.278,0.172 -1.8,0.432 -1.8,0.556 v 5.944 c 0,3.147 -0.794,7.401 0,10.299 0.517,-5.53 1.873,-11.24 1.8,-16.8"
+       inkscape:connector-curvature="0" /><path
+       id="path171"
+       style="fill:none;stroke:#808080;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 93.8,158.01 c -0.278,0.172 -1.8,0.432 -1.8,0.556 v 5.944 c 0,3.147 -0.794,7.401 0,10.299 0.516,-5.511 1.809,-11.164 1.8,-16.699"
+       inkscape:connector-curvature="0" /><path
+       id="path173"
+       style="fill:#4d3d4d"
+       d="m 93.7,158.11 c -0.276,0.035 -0.223,0.219 -0.4,0.1 -1.624,7.661 -1.448,15.894 -1.599,23.725 -0.083,4.35 -10e-4,8.71 -10e-4,13.06 0,0.635 -0.128,5.312 0.149,5.312 1.064,0 2.264,0.28 3.15,0.9 -0.279,-1.44 -0.363,-3.028 -0.5,-4.5 -0.058,-0.626 0.1,-1.445 -0.314,-1.935 -0.858,-1.015 -0.987,-1.205 -1.035,-2.515 -0.145,-3.906 -0.234,-7.813 -0.332,-11.721 -0.092,-3.659 -0.019,-7.3 -0.019,-10.959 0,-1.962 0.051,-3.912 0.2,-5.871 0.124,-1.62 0.897,-4.19 0.701,-5.6"
+       inkscape:connector-curvature="0" /><path
+       id="path175"
+       style="fill:none;stroke:#999999;stroke-width:0.4;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 95.5,155.51 c 0.562,1.587 -1.061,1.694 -1.7,2.6 -0.819,1.16 -0.741,4.17 -0.8,5.6"
+       inkscape:connector-curvature="0" /><path
+       id="path177"
+       style="fill:#261926"
+       d="m 91.3,205.61 c 0.725,0.149 4.882,-0.079 3.801,-0.801 3.856,0.891 7.612,1.579 11.5,2.201 1.819,0.291 6.507,0.469 7.3,2.399 -2.207,2.052 -7.212,1.889 -10.086,2.195 -4.146,0.442 -8.256,0.499 -12.414,0.505 -4.015,0.006 -7.997,-0.022 -12,-0.45 -3.005,-0.32 -8.294,-0.108 -10.601,-2.25 0.794,-1.931 5.481,-2.108 7.301,-2.399 3.888,-0.622 7.644,-1.311 11.5,-2.201 -1.104,0.75 3.375,0.99 3.704,0.81"
+       inkscape:connector-curvature="0" /><path
+       id="path179"
+       style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 112.2,210.21 c -8.52,2.436 -17.855,1.9 -26.6,1.9"
+       inkscape:connector-curvature="0" /><path
+       id="path181"
+       style="fill:#403040"
+       d="m 91.3,210.11 c -3.56,-0.118 -7.854,-0.006 -11.199,-1.4 -2.477,-1.032 -1.015,-1.943 0.803,-2.361 2.232,-0.513 4.465,-1.026 6.697,-1.539 -1.105,0.735 3.114,0.903 3.8,0.9 0.685,-0.003 4.801,-0.166 3.7,-0.9 l 6.696,1.539 c 1.816,0.418 3.281,1.328 0.804,2.361 -1.595,0.665 -3.905,0.98 -5.616,1.108 -1.596,0.12 -4.206,0.73 -5.684,0.29"
+       inkscape:connector-curvature="0" /><path
+       id="path183"
+       style="fill:#bfbfbf"
+       d="m 79.3,208.31 c 2.367,-0.833 4.733,-1.667 7.101,-2.5 -0.844,-0.847 -4.639,0.789 -5.882,1.108 -0.565,0.145 -1.864,0.161 -1.918,0.792 -0.03,0.35 0.641,0.6 0.699,0.6"
+       inkscape:connector-curvature="0" /><path
+       id="path185"
+       style="fill:none;stroke:#bfbfbf;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 79.3,208.31 c 2.367,-0.833 4.733,-1.667 7.101,-2.5 -0.808,-0.811 -4.215,0.681 -5.396,0.983 -0.752,0.193 -3.779,0.744 -1.704,1.617"
+       inkscape:connector-curvature="0" /><path
+       id="path187"
+       style="fill:#404040"
+       d="m 94.7,201.41 c 0.335,0.641 1.275,3.3 -0.101,3.3 -0.721,0 -1.703,0.086 -2.049,-0.6 -0.389,-0.77 0.749,-1.469 0.749,-2.35 10e-4,-1.15 0.463,-0.82 1.401,-0.35"
+       inkscape:connector-curvature="0" /><path
+       id="path189"
+       style="fill:none;stroke:#404040;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 94.7,201.41 c 0.335,0.641 1.275,3.3 -0.101,3.3 -0.721,0 -1.703,0.086 -2.049,-0.6 -0.389,-0.77 0.749,-1.469 0.749,-2.35 10e-4,-1.15 0.463,-0.82 1.401,-0.35"
+       inkscape:connector-curvature="0" /><path
+       id="path191"
+       style="fill:none;stroke:#0d0d0d;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 93.601,201.21 c 0.442,0.79 0.24,2.143 -0.2,2.9"
+       inkscape:connector-curvature="0" /><path
+       id="path193"
+       style="fill:#ffffff"
+       d="m 89.7,201.01 c -1.179,0.541 -3.619,2.406 -1.7,3.699 -0.357,-0.838 -0.314,-2.076 0.75,-2.5 0.221,-0.088 1.96,-0.364 1.95,-0.8 -0.011,-0.46 -0.624,-0.47 -1,-0.4"
+       inkscape:connector-curvature="0" /><path
+       id="path195"
+       style="fill:none;stroke:#ffffff;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 89.7,201.01 c -1.179,0.541 -3.619,2.406 -1.7,3.699 -0.357,-0.838 -0.314,-2.076 0.75,-2.5 0.221,-0.088 1.96,-0.364 1.95,-0.8 -0.011,-0.46 -0.624,-0.47 -1,-0.4"
+       inkscape:connector-curvature="0" /><path
+       id="path197"
+       style="fill:#8c8c8c"
+       d="m 95.601,205.21 c -0.346,0.339 -0.819,0.525 -1.301,0.6 1.272,0.971 2.785,2.668 4.301,2.801 1.313,0.115 2.795,-1.062 4.1,-0.6 -0.066,0.066 -0.134,0.133 -0.2,0.199 0.044,0.204 0.246,0.021 0.101,0.4 0.675,-0.009 2.359,-1.061 1.038,-1.391 -2.68,-0.67 -5.36,-1.34 -8.039,-2.01"
+       inkscape:connector-curvature="0" /><path
+       id="path199"
+       style="fill:none;stroke:#1a1a1a;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 95.601,205.21 c -0.346,0.339 -0.819,0.525 -1.301,0.6 1.272,0.971 2.785,2.668 4.301,2.801 1.313,0.115 2.795,-1.062 4.1,-0.6 -0.066,0.066 -0.134,0.133 -0.2,0.199 0.044,0.204 0.246,0.021 0.101,0.4 0.691,-0.009 1.792,-0.576 1.399,-1.301"
+       inkscape:connector-curvature="0" /><line
+       id="line201"
+       style="fill:none;stroke:#a6a6a6;stroke-width:0.4;stroke-linecap:square;stroke-miterlimit:10"
+       y2="208.31"
+       y1="205.81"
+       x2="98.4"
+       x1="95.1" /><path
+       id="path203"
+       style="fill:#0d0d0d"
+       d="m 104.1,207.71 c -2.745,-0.245 -5.433,-1.766 -8,-2.199 4.93,1.122 9.819,2.133 14.8,3 v 0.199 c -2.41,-0.48 -4.49,-0.58 -6.8,-1"
+       inkscape:connector-curvature="0" /><path
+       id="path205"
+       style="fill:none;stroke:#0d0d0d;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 104.1,207.71 c -2.745,-0.245 -5.433,-1.766 -8,-2.199 4.93,1.122 9.819,2.133 14.8,3 v 0.199 c -2.353,-0.471 -4.477,-0.471 -6.7,-1"
+       inkscape:connector-curvature="0" /><path
+       id="path207"
+       style="fill:#736273"
+       d="m 78.5,207.41 c -1.172,-0.044 -9.936,0.434 -9.6,2 0.478,2.229 8.867,-0.86 10.399,-1 -0.46,-0.22 -0.81,-0.74 -0.799,-1"
+       inkscape:connector-curvature="0" /><path
+       id="path209"
+       style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 87.9,204.61 c 1.208,1.003 3.335,0.6 4.8,0.6"
+       inkscape:connector-curvature="0" /><path
+       id="path211"
+       style="fill:none;stroke:#e6e6e6;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 98.2,111.71 c 3.79,-0.541 6.837,-1.933 10.8,-1.7"
+       inkscape:connector-curvature="0" /><line
+       id="line213"
+       style="fill:none;stroke:#4d4d4d;stroke-width:0.3;stroke-linecap:square;stroke-miterlimit:10"
+       y2="112.01"
+       y1="112.01"
+       x2="109.1"
+       x1="85.20" /><path
+       id="path215"
+       style="fill:none;stroke:#4d4d4d;stroke-width:0.1;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 68.8,209.41 c 1.69,2.642 7.9,2.565 10.65,2.851 3.945,0.407 7.899,0.449 11.861,0.449 3.805,0 7.617,-0.003 11.406,-0.395 2.981,-0.309 9.271,-0.161 11.183,-2.905"
+       inkscape:connector-curvature="0" /><path
+       id="path217"
+       style="fill:none;stroke:#4d003d;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 103.1,111.71 c 0.318,2.702 0.055,5.21 -0.2,7.9"
+       inkscape:connector-curvature="0" /><path
+       id="path219"
+       style="fill:none;stroke:#4d003d;stroke-width:0.5;stroke-linecap:square;stroke-miterlimit:10"
+       d="m 96.7,117.11 c 4.332,-0.651 7.937,-2.234 12.4,-2"
+       inkscape:connector-curvature="0" /></g><metadata
+     id="metadata112"><rdf:RDF><cc:Work><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /><dc:publisher><cc:Agent
+             rdf:about="http://openclipart.org/"><dc:title>Openclipart</dc:title></cc:Agent></dc:publisher><dc:title></dc:title><dc:date>2009-04-20T20:21:02</dc:date><dc:description>Wine bottle by Francesco 'Architetto' Rollandin.</dc:description><dc:source>https://openclipart.org/detail/25195/architetto----botiglia-di-vino-by-anonymous-25195</dc:source><dc:creator><cc:Agent><dc:title>Anonymous</dc:title></cc:Agent></dc:creator><dc:subject><rdf:Bag><rdf:li>alcohol</rdf:li><rdf:li>beverage</rdf:li><rdf:li>bottle</rdf:li><rdf:li>color</rdf:li><rdf:li>drink</rdf:li><rdf:li>food</rdf:li><rdf:li>glass</rdf:li><rdf:li>golden</rdf:li><rdf:li>green</rdf:li><rdf:li>purple</rdf:li><rdf:li>wine</rdf:li></rdf:Bag></dc:subject></cc:Work><cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata></svg>
Index: /trunk/resources/images/presets/sightseeing/archaeological.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/archaeological.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/archaeological.svg	(revision 16006)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="320"
+   height="320"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien"
+   sodipodi:docname="archaeological.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="350"
+     inkscape:cy="177.14286"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="797"
+     inkscape:window-height="573"
+     inkscape:window-x="309"
+     inkscape:window-y="227" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Ulf Lamping</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-231.42857,-429.50504)">
+    <rect
+       style="opacity:1;fill:#55d400;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2162"
+       width="320"
+       height="320"
+       x="231.42857"
+       y="429.50504"
+       ry="0" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:#ffe680;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2166"
+       sodipodi:cx="431.42856"
+       sodipodi:cy="589.50507"
+       sodipodi:rx="82.85714"
+       sodipodi:ry="62.857143"
+       d="M 514.2857 589.50507 A 82.85714 62.857143 0 1 1  348.57142,589.50507 A 82.85714 62.857143 0 1 1  514.2857 589.50507 z"
+       transform="matrix(0.9655172,0,0,1.409091,14.876847,-281.16117)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:#ffe680;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2168"
+       sodipodi:cx="358.57144"
+       sodipodi:cy="622.36218"
+       sodipodi:rx="75.714287"
+       sodipodi:ry="90"
+       d="M 434.28573 622.36218 A 75.714287 90 0 1 1  282.85715,622.36218 A 75.714287 90 0 1 1  434.28573 622.36218 z"
+       transform="matrix(1.1132075,0,0,1.3492063,-46.307278,-231.61854)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2172"
+       sodipodi:cx="458.57144"
+       sodipodi:cy="530.93359"
+       sodipodi:rx="32.857143"
+       sodipodi:ry="32.857143"
+       d="M 491.42859 530.93359 A 32.857143 32.857143 0 1 1  425.7143,530.93359 A 32.857143 32.857143 0 1 1  491.42859 530.93359 z"
+       transform="matrix(0.826087,0,0,0.826087,71.180125,83.764847)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2176"
+       sodipodi:cx="405.71429"
+       sodipodi:cy="595.2193"
+       sodipodi:rx="11.428572"
+       sodipodi:ry="11.428572"
+       d="M 417.14287 595.2193 A 11.428572 11.428572 0 1 1  394.28572,595.2193 A 11.428572 11.428572 0 1 1  417.14287 595.2193 z" />
+    <path
+       d="M 417.14287 595.2193 A 11.428572 11.428572 0 1 1  394.28572,595.2193 A 11.428572 11.428572 0 1 1  417.14287 595.2193 z"
+       sodipodi:ry="11.428572"
+       sodipodi:rx="11.428572"
+       sodipodi:cy="595.2193"
+       sodipodi:cx="405.71429"
+       id="path2178"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       sodipodi:type="arc"
+       transform="translate(-17.142857,-37.142857)" />
+    <g
+       id="g2184"
+       transform="matrix(1.0909091,0,0,0.9482759,-30.909089,32.954691)">
+      <rect
+         ry="12.340425"
+         y="526.64789"
+         x="329.99997"
+         height="165.71429"
+         width="20"
+         id="rect2180"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1" />
+      <rect
+         ry="10"
+         y="632.36218"
+         x="308.57141"
+         height="22.857143"
+         width="62.857143"
+         id="rect2182"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/arts_centre.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/arts_centre.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/arts_centre.svg	(revision 16006)
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="arts_centre.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a95400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4156"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="2.0000174" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#fe0004;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4158"
+       width="3"
+       height="3"
+       x="2"
+       y="1047.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e5ee51;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4160"
+       width="3"
+       height="3"
+       x="1"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#cf5555;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4162"
+       width="3"
+       height="3"
+       x="1"
+       y="1038.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ec38d5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4164"
+       width="3"
+       height="3"
+       x="6"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#0e0ef7;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4166"
+       width="3"
+       height="3"
+       x="11"
+       y="1038.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#16d41a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4168"
+       width="3"
+       height="3"
+       x="12"
+       y="1043.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#a2b5f2;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4170"
+       width="3"
+       height="3"
+       x="10"
+       y="1047.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/attraction.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/attraction.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/attraction.svg	(revision 16006)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="331.42856"
+   height="331.42856"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien"
+   sodipodi:docname="sightseeing.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="-190.84221"
+     inkscape:cy="258.85125"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="797"
+     inkscape:window-height="573"
+     inkscape:window-x="66"
+     inkscape:window-y="87" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-208.57143,-266.64789)">
+    <rect
+       style="opacity:1;fill:#874e04;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2160"
+       width="331.42856"
+       height="331.42856"
+       x="208.57143"
+       y="266.64789" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2166"
+       width="74.285721"
+       height="204.01215"
+       x="337.14285"
+       y="285.21933"
+       ry="43.191769" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2170"
+       sodipodi:cx="197.85715"
+       sodipodi:cy="270.71426"
+       sodipodi:rx="39.285713"
+       sodipodi:ry="39.285713"
+       d="M 237.14286 270.71426 A 39.285713 39.285713 0 1 1  158.57143,270.71426 A 39.285713 39.285713 0 1 1  237.14286 270.71426 z"
+       transform="matrix(0.9409091,0,0,0.9409091,188.12012,286.0375)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/battlefield.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/battlefield.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/battlefield.svg	(revision 16006)
@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<!-- Created with Inkscape (http://www.inkscape.org/) --><svg height="60.0000000" id="svg1" inkscape:version="0.38.1" sodipodi:docbase="/home/danny/flat/scalable/apps" sodipodi:docname="falconseye.svg" sodipodi:version="0.32" version="1.0" width="60.0000000" x="0" xmlns="http://www.w3.org/2000/svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:xlink="http://www.w3.org/1999/xlink" y="0">
+  <metadata>
+    <rdf:RDF xmlns:cc="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+      <cc:Work rdf:about="">
+        <dc:title>Part of the Flat Icon Collection (Wed Aug 25 23:23:49 2004)</dc:title>
+        <dc:description></dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>hash</rdf:li>
+            <rdf:li></rdf:li>
+            <rdf:li>application</rdf:li>
+            <rdf:li>computer</rdf:li>
+            <rdf:li>icons</rdf:li>
+            <rdf:li>theme</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent rdf:about="http://www.openclipart.org">
+            <dc:title>Danny Allen</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Danny Allen</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Danny Allen</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date></dc:date>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <cc:license rdf:resource="http://web.resource.org/cc/PublicDomain"/>
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/Distribution"/>
+        <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/>
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview bordercolor="#666666" borderopacity="1.0" id="base" inkscape:cx="31.493585" inkscape:cy="19.557514" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:window-height="693" inkscape:window-width="1016" inkscape:window-x="0" inkscape:window-y="0" inkscape:zoom="6.9465338" pagecolor="#ffffff" showguides="true" snaptoguides="true"/>
+  <defs id="defs3"/>
+  <path d="M 4.3727943,8.4361263 C 4.1636684,4.2536057 22.443885,17.601051 30.390675,3.5896070 C 36.405696,17.601051 53.308286,4.4627303 54.353915,8.4361263 C 56.236050,11.782142 45.792763,51.171074 29.849550,51.097836 C 12.694708,50.795948 1.4450304,11.782141 4.3727943,8.4361263 z " id="path906" sodipodi:nodetypes="ccccc" sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.69999999)" style="fill:#cccccc;fill-rule:evenodd;stroke:#4c4c4c;stroke-width:2.8828011;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1.0000000;"/>
+  <path d="M 43.902772,48.302951 L 17.563890,21.964069 L 17.112363,17.707680 L 21.380954,18.274247 L 47.656215,44.549508 L 43.902772,48.302951 z " id="path840" sodipodi:nodetypes="cccccc" sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.80000001)" style="fill:#7f7f7f;fill-rule:evenodd;stroke:#333333;stroke-width:1.8750006;stroke-linecap:round;stroke-linejoin:round;"/>
+  <path d="M 17.633530,18.331682 L 38.501051,39.199203" id="path841" sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.30000001)" style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#b3b3b3;stroke-width:1.2500004;stroke-linecap:round;stroke-linejoin:round;"/>
+  <path d="M 43.902772,48.302951 L 17.563890,21.964069 L 17.112363,17.707680 L 21.380954,18.274247 L 47.656215,44.549508 L 43.902772,48.302951 z " id="path842" sodipodi:nodetypes="cccccc" sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.80000001)" style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1.8750006;stroke-linecap:round;stroke-linejoin:round;"/>
+  <path d="M 45.393550,48.848029 C 48.192852,53.683187 50.355948,59.154549 54.936623,55.591801 C 58.626612,51.138367 52.773527,49.356994 48.192852,46.048728 L 45.393550,48.848029 z " id="path843" sodipodi:nodetypes="cccc" sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.80000001)" style="fill:#4c4c4c;fill-rule:evenodd;stroke:#333333;stroke-width:2.4250007;stroke-linecap:round;stroke-linejoin:round;"/>
+  <rect height="3.9979601" id="rect844" rx="1.0000003" sodipodi:stroke-cmyk="(0.0000000 0.0000000 0.0000000 0.80000001)" style="fill:#7f7f7f;fill-rule:evenodd;stroke:#333333;stroke-width:1.8750006;" transform="matrix(0.707107,-0.707107,0.707107,0.707107,0.000000,0.000000)" width="8.8843554" x="-4.9444762" y="63.574132"/>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/castle.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/castle.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/castle.svg	(revision 16006)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="160"
+   height="90"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="castle.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8284271"
+     inkscape:cx="151.69799"
+     inkscape:cy="8.3599243"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2996"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="1.7382813e-005px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-962.3622)">
+    <path
+       style="fill:#784421;fill-opacity:1;stroke:none"
+       d="m 10,1052.3622 0,-65 -10,0 0,-25 10,0 0,10 10,0 0,-10 10,0 0,10 10,0 0,-10 10,0 0,25 -10,0 0,25 20,0 20,-30 20,30 20,0 0,-25 -10,0 0,-25 10,0 0,10 10,0 0,-10 10,0 0,10 10,0 0,-10 10,0 0,25 -10,0 0,65 z"
+       id="path3004"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccc" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       d="m 70,1052.3622 0,-20 10,-10 10,10 0,20 z"
+       id="path3774"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/fort.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/fort.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/fort.svg	(revision 16006)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="14" height="14" viewBox="0 0 14 14" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="14" height="14" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/>
+  <path id="fort" d="M 1 1 L 1 3 L 6 3 L 6 1 L 5 1 L 5 2 L 4 2 L 4 1 L 3 1 L 3 2 L 2 2 L 2 1 L 1 1 z M 8 1 L 8 3 L 13 3 L 13 1 L 12 1 L 12 2 L 11 2 L 11 1 L 10 1 L 10 2 L 9 2 L 9 1 L 8 1 z M 1 4 L 1 10 L 13 10 L 13 4 L 8 4 L 8 6 L 6 6 L 6 4 L 1 4 z M 3 6 L 4 6 L 4 7 L 3.5 8 L 3 7 L 3 6 z M 10 6 L 11 6 L 11 7 L 10.5 8 L 10 7 L 10 6 z M 1 11 L 0 14 L 14 14 L 13 11 L 1 11 z " style="fill:#734a08;fill-opacity:1;stroke:none"/>
+<script xmlns="">(function (AESD) {
+  var core = {
+    "log": false,
+    "whitelist": function (status) {
+      window.postMessage({
+        "app": "audio-equalizer",
+        "action": "page-whitelist",
+        "value": {
+          "status": status,
+          "action": "page-whitelist"
+        }
+      }, '*');
+    },
+    "hostname": function (url) {
+      if ("blob:" === url.substring(0, 5)) {
+        url = url.replace("blob:", '');
+        url = unescape(url);
+      }
+      /*  */
+      var match = url.match(/:\/\/(www[0-9]?\.)?(.[^/:]+)/i);
+      var flag = (match !== null) &amp;&amp; (match.length &gt; 2) &amp;&amp; (typeof match[2] === "string") &amp;&amp; (match[2].length &gt; 0);
+      return flag ? match[2] : null;
+    },
+    "equalizer": {
+      "targets": [],
+      "filters": [],
+      "storage": {},
+      "audioContext": null,
+      "gain": function () {
+        var filter = core.equalizer.audioContext.createGain();
+        filter.channelCountMode = "explicit";
+        filter.gain.value = 1;
+        return filter;
+      },
+      "biquad": function (e) {
+        var filter = core.equalizer.audioContext.createBiquadFilter();
+        filter.type = e.type || core.equalizer.storage.FT.LOWPASS;
+        filter.frequency.value = e.f || 0;
+        filter.gain.value = e.gain || 0;
+        filter.Q.value = 1;
+        return filter;
+      },
+      "set": function (o) {
+        if (o) {
+          if (o.eq &amp;&amp; o.config) {
+            if (core.equalizer.filters.length &gt; 0) {
+              if (core.equalizer.filters[0]) {
+                core.equalizer.filters[0].channelCount = o.config.mono ? 1 : (core.equalizer.filters[0]._defaultChannelCount ? core.equalizer.filters[0]._defaultChannelCount : 2);
+                core.equalizer.filters.forEach(function (f, i) {f.gain.value = o.eq[i].gain});
+              }
+            }
+          }
+        }
+      },
+      "load": function () {
+        if (core.log) console.error(" &gt;&gt; Searching for video/audio elements...");
+        core.equalizer.filters = [];
+        delete core.equalizer.audioContext;
+        /*  */
+        core.equalizer.audioContext = new AudioContext();
+        for (var i = 0; i &lt; core.equalizer.storage.eq.length; i++) {
+          var node = core.equalizer.storage.eq[i];
+          var filter = node.f ? core.equalizer.biquad(node) : core.equalizer.gain();
+          if (filter) core.equalizer.filters.push(filter);
+        }
+        /*  */
+        if (core.log) console.error(" &gt;&gt; Equalizer is loaded!");
+        core.equalizer.attach(2);
+      },
+      "attach": function (w) {		
+        if (!core.equalizer.audioContext) core.equalizer.load();
+        else {
+          core.equalizer.targets.forEach(function (t, k) {
+            if (t.getAttribute("equalizer-state") !== "attached") {
+              var src = (t.src ? t.src : t.currentSrc);
+              var crossorigin = t.getAttribute("crossorigin");
+              if (src) {
+                t.setAttribute("equalizer-state", "attached");
+                if (core.log) console.error(" &gt;&gt; Equalizer is attached, loc", w, t.className);
+                if (!crossorigin &amp;&amp; document.location.hostname !== core.hostname(src) &amp;&amp; src.substring(0, 5) !== "blob:") {
+                  t.setAttribute('crossorigin', (crossorigin ? crossorigin : "anonymous"));
+                  if (t.src) t.src = t.src + '';
+                  else if (t.currentSrc) t.load();
+                }
+                /*  */
+                var source = core.equalizer.audioContext.createMediaElementSource(t);
+                core.equalizer.filters[0]._defaultChannelCount = (source.channelCount) ? source.channelCount : 2;
+                source.connect(core.equalizer.filters[0]);
+                /*  */
+                for (var i = 0; i &lt; core.equalizer.filters.length; i++) {
+                  var next = core.equalizer.filters[i + 1];
+                  var current = core.equalizer.filters[i];
+                  if (next) current.connect(next);
+                }
+                /*  */
+                var last = core.equalizer.filters.length - 1;
+                core.equalizer.filters[last].connect(core.equalizer.audioContext.destination);
+              }
+            }
+          });
+        }
+      }
+    }
+  };
+  /*  */
+  core.equalizer.storage = AESD;
+  /*  */
+  window.addEventListener("message", function (e) {
+    if (e.data.app === "audio-equalizer") {
+      if (e.data.action === "app-set") core.equalizer.set(e.data.value);
+      if (e.data.action === "page-whitelist-enable") core.whitelist(e.data.value);
+      if (e.data.action === "page-whitelist-disable") core.whitelist(e.data.value);
+    }
+  }, false);
+  /*  */
+  window.addEventListener("play", function (e) {
+    core.equalizer.targets.push(e.target);
+    core.equalizer.attach(0);
+  }, true);
+  /*  */
+  if (Audio) {
+    if (Audio.prototype) {
+      if (Audio.prototype.play) {
+        const PROTO = Audio.prototype.play;
+        Audio.prototype.play = function () {
+          core.equalizer.targets.push(this);
+          core.equalizer.attach(1);
+          /*  */
+          return PROTO.apply(this, arguments);
+        };
+      }
+    }
+  }
+})({"config":{"snap":false,"mono":false},"eq":[{"label":"master","gain":1},{"label":"64","f":64,"gain":"-12","type":"peaking"},{"label":"32","f":32,"gain":"-12","type":"lowshelf"},{"label":"125","f":125,"gain":"0.22","type":"peaking"},{"label":"250","f":250,"gain":0,"type":"peaking"},{"label":"500","f":500,"gain":0,"type":"peaking"},{"label":"1k","f":1000,"gain":0,"type":"peaking"},{"label":"2k","f":2000,"gain":0,"type":"peaking"},{"label":"4k","f":4000,"gain":0,"type":"peaking"},{"label":"8k","f":8000,"gain":0,"type":"peaking"},{"label":"16k","f":16000,"gain":0,"type":"highshelf"}],"presets":[{"name":"Club","default":true,"gains":[0,0,4.8,3.36,3.36,3.36,1.92,0,0,0]},{"name":"Live","default":true,"gains":[-2.88,0,2.4,3.36,3.36,3.36,2.4,1.44,1.44,1.44]},{"name":"Party","default":true,"gains":[4.32,4.32,0,0,0,0,0,0,4.32,4.32]},{"name":"Pop","default":true,"gains":[0.96,2.88,4.32,4.8,3.36,0,-1.44,-1.44,0.96,0.96]},{"name":"Soft","default":true,"gains":[2.88,0.96,0,-1.44,0,2.4,4.8,5.76,6.72,7.2]},{"name":"Ska","default":true,"gains":[-1.44,-2.88,-2.4,0,2.4,3.36,5.28,5.76,6.72,5.76]},{"name":"Reggae","default":true,"gains":[0,0,0,-3.36,0,3.84,3.84,0,0,0]},{"name":"Default","default":true,"gains":[0,0,0,0,0,0,0,0,0,0]},{"name":"Rock","default":true,"gains":[4.8,2.88,-3.36,-4.8,-1.92,2.4,5.28,6.72,6.72,6.72]},{"name":"Dance","default":true,"gains":[5.76,4.32,1.44,0,0,-3.36,-4.32,-4.32,0,0]},{"name":"Techno","default":true,"gains":[4.8,3.36,0,-3.36,-2.88,0,4.8,5.76,5.76,5.28]},{"name":"Headphones","default":true,"gains":[2.88,6.72,3.36,-1.92,-1.44,0.96,2.88,5.76,7.68,8.64]},{"name":"Soft rock","default":true,"gains":[2.4,2.4,1.44,0,-2.4,-3.36,-1.92,0,1.44,5.28]},{"name":"Classical","default":true,"gains":[0,0,0,0,0,0,-4.32,-4.32,-4.32,-5.76]},{"name":"Large Hall","default":true,"gains":[6.24,6.24,3.36,3.36,0,-2.88,-2.88,-2.88,0,0]},{"name":"Full Bass","default":true,"gains":[4.8,5.76,5.76,3.36,0.96,-2.4,-4.8,-6.24,-6.72,-6.72]},{"name":"Full Treble","default":true,"gains":[-5.76,-5.76,-5.76,-2.4,1.44,6.72,9.6,9.6,9.6,10.08]},{"name":"Laptop Speakers","default":true,"gains":[2.88,6.72,3.36,-1.92,-1.44,0.96,2.88,5.76,7.68,8.64]},{"name":"Full Bass &amp; Treble","default":true,"gains":[4.32,3.36,0,-4.32,-2.88,0.96,4.8,6.72,7.2,7.2]},{"name":"twitch background noise","gains":["-12","-12","-12","0.22","0","-3.78","0.89","3.56","2.22","2"]}],"selected":{"name":"Default","default":true,"gains":[0,0,0,0,0,0,0,0,0,0]},"whitelist":[]})</script></svg>
Index: /trunk/resources/images/presets/sightseeing/memorial.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/memorial.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/memorial.svg	(revision 16006)
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="171.42857"
+   height="365.71426"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien"
+   sodipodi:docname="memorial.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 L 10,5 L 0,10 L 0,0 z "
+         id="path1512" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 L 0,5 L 10,10 L 10,0 z "
+         id="path1515" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.49497475"
+     inkscape:cx="39.778054"
+     inkscape:cy="259.65371"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="797"
+     inkscape:window-height="573"
+     inkscape:window-x="301"
+     inkscape:window-y="258" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Ulf Lamping</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-282.85715,-220.93361)">
+    <path
+       style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:10;stroke-linecap:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 283.53058,289.65994 L 369.24487,220.93361 L 454.95915,289.65994 L 454.95915,586.64788 L 283.53058,586.64788 L 283.53058,289.65994 z "
+       id="rect2160"
+       sodipodi:nodetypes="cccccc" />
+    <path
+       style="fill:#ffd42a;fill-rule:evenodd;stroke:#ffd42a;stroke-width:10.07386494;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 313.617,440.8657 L 424.87273,441.00105"
+       id="path3139"
+       sodipodi:nodetypes="cc" />
+    <g
+       style="fill:#ffd42a;fill-opacity:1"
+       id="g3293"
+       transform="matrix(0.6686826,0,0,1.2524888,305.13693,289.76346)">
+      <path
+         d="M 95.872,81.671 C 118.422,81.671 136.706,63.387 136.706,40.835 C 136.706,18.284 118.422,0 95.872,0 C 73.319,0 55.038,18.284 55.038,40.835 C 55.038,63.387 73.319,81.671 95.872,81.671 z "
+         id="path3295"
+         style="fill:#ffd42a;fill-opacity:1;stroke:none" />
+      <path
+         id="path3297"
+         style="fill:#ffd42a;fill-opacity:1;stroke:none"
+         d="" />
+    </g>
+    <g
+       style="fill:#000000;fill-opacity:1"
+       id="g2248"
+       transform="matrix(0.3223502,0,0,0.6037843,338.34051,316.25363)">
+      <path
+         d="M 95.872,81.671 C 118.422,81.671 136.706,63.387 136.706,40.835 C 136.706,18.284 118.422,0 95.872,0 C 73.319,0 55.038,18.284 55.038,40.835 C 55.038,63.387 73.319,81.671 95.872,81.671 z "
+         id="path2250"
+         style="fill:#000000;fill-opacity:1;stroke:none" />
+      <path
+         id="path2252"
+         style="fill:#000000;fill-opacity:1;stroke:none"
+         d="" />
+    </g>
+    <path
+       style="fill:#ffd42a;fill-rule:evenodd;stroke:#ffd42a;stroke-width:10.07386494;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       d="M 424.87273,483.54464 L 313.617,483.67999"
+       id="path3299"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/monument.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/monument.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/monument.svg	(revision 16006)
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="7"
+   height="15.999995"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="monument4.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="12.034174"
+     inkscape:cy="5.9823339"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       originx="-1.6503906e-006"
+       originy="-1.8259125e-005" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Ulf Lamping</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-194.28572,-702.07646)">
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2168"
+       width="3"
+       height="10.863967"
+       x="196.28572"
+       y="705.60651" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2172"
+       sodipodi:cx="197.78572"
+       sodipodi:cy="704.07648"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 195.78572,704.07648 a 2,2 0 0 1 2,-2 2,2 0 0 1 2,2 l -2,0 z"
+       sodipodi:start="3.1415927"
+       sodipodi:end="6.2831853" />
+    <rect
+       y="704.07648"
+       x="195.28572"
+       height="2"
+       width="5"
+       id="rect2170"
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       y="715.88019"
+       x="195.00706"
+       height="2.1552491"
+       width="5.7706785"
+       id="rect2166"
+       style="opacity:1;fill:#333333;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2162"
+       width="7"
+       height="1.3437889"
+       x="194.28572"
+       y="716.73267" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/museum.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/museum.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/museum.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100%" viewBox="0 0 16 16" id="svg2">
+  <metadata id="metadata8">
+    <rdf:RDF>
+      <cc:Work rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
+        <dc:title/>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs id="defs6"/>
+  <rect width="16" height="16" x="0" y="0" id="canvas" style="fill:none;stroke:none;visibility:hidden"/><rect x="0" y="0" width="16" height="16" rx="2" ry="2" id="shield" style="fill:#ffffff;stroke:none;"/>
+  <path d="M 7,1 1,3 1,4 13,4 13,3 z m -6,4 0,1 1,0 0,5 -1,0 -1,2 14,0 -1,-2 -1,0 0,-5 1,0 0,-1 z M 5,6 C 5.497372,6 6,6.5325904 6,7 L 6,11 4,11 4,7 C 4,6.4726661 4.502628,6 5,6 z m 4,0 c 0.503364,0 1,0.4726661 1,1 l 0,4 -2,0 0,-4 C 8,6.4726661 8.496636,6 9,6 z" id="museum" style="fill:#734a08;fill-opacity:1" transform="translate(1,1)"/>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/palaeontological_site.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/palaeontological_site.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/palaeontological_site.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   viewBox="0 0 16 14"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="11.svg"
+   width="16"
+   height="14">
+  <defs
+     id="defs9" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview7"
+     showgrid="true"
+     inkscape:zoom="16"
+     inkscape:cx="12.907421"
+     inkscape:cy="10.659988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid816" />
+  </sodipodi:namedview>
+  <path
+     style="fill:#eddbd0;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.16482463px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 1.5037065,13.115611 4.2010768,-0.964702 0.7733325,-0.365571 0.2299104,-0.213251 0.3971167,-0.01015 0.031353,-1.015475 -0.804684,-0.87331 -4.8594546,3.330761 0.052247,0.142166"
+     id="path4147"
+     inkscape:connector-curvature="0" />
+  <path
+     inkscape:connector-curvature="0"
+     d="M 9.8548624,7.4168412 10.550661,7.1948011 M 9.6807831,7.1032753 10.136155,6.2278535 M 9.270524,6.9496543 c 0,0 0.057331,-0.7803079 -0.06925,-0.9294287 M 9.0291013,7.0796835 c 0,0 -0.4390189,-0.4632359 -0.718439,-0.6439093 m 0.5391259,0.989415 c 0,0 -0.7425503,-0.1791459 -0.935273,-0.2692719 M 8.92167,7.6921049 c 0,0 -0.5289257,0.3213456 -0.8484755,0.5240178 M 9.190021,7.9559988 c 0,0 -0.2139579,0.7356755 -0.3631073,0.9678863 M 9.9460731,7.9440888 c 0,0 0.4929599,0.9271376 0.4480979,1.1441902 m 0.05992,-1.594021 c 0,0 0.979565,0.4371094 1.155669,0.6151668 M 1.4324542,13.118597 c 0,0 -0.089665,-0.984898 1.0971454,-1.61823 1.186802,-0.633332 2.9538795,-1.948739 3.8554601,-1.792112 m -4.9304656,3.433121 c 0,0 0.2581828,-0.09187 0.4916538,0.163353 0.233471,0.25522 0.671219,0.67114 0.972794,0.604963 0.301558,-0.06616 0.27238,-0.330849 0.4669419,-0.378114 0.194562,-0.04726 0.457211,0.113431 0.466943,-0.160695 0.0097,-0.274126 -0.1751,-0.529347 0.321021,-0.519891 0.49612,0.0095 0.710128,0.425363 0.885244,0.198513 0.1750989,-0.226865 0.282112,-0.595523 0.564223,-0.869653 0.2821119,-0.27413 0.4474799,-0.217409 0.787964,-0.39701 0.3404829,-0.179602 0.1698151,-0.278729 0.6831745,-0.191365 M 11.80628,6.5069703 c 0,0 -0.932297,0.4037041 -1.261777,0.5049427 m 0.05262,-2.2810507 c 0,0 -0.524261,1.4390997 -0.6240666,1.3976359 M 9.4381786,4.3885573 c 0,0 0.075815,1.2258177 -0.021136,1.6207646 M 8.0550254,4.5409272 c 0,0 0.6940924,1.1160326 0.7315144,1.5653116 M 6.7396569,5.3335997 c 0,0 1.2773621,0.7250664 1.500868,1.1909016 M 5.9691835,6.824809 c 0,0 1.4636141,0.00428 1.9840797,0.3543277 m -1.9864203,1.587652 c 0,0 1.3701278,-0.737853 2.0551417,-0.661635 M 7.1122,10.593069 c 0,0 0.9469603,-1.559495 1.5286899,-1.768228 m 0.9198899,3.752354 c 0,0 -0.1338573,-1.068524 -0.1144013,-1.768066 0.019454,-0.699491 0.094247,-1.496616 0.1444019,-1.688776 m 3.3155816,2.845736 c 0,0 -0.502824,-0.287192 -0.814114,-0.759835 -0.31129,-0.472626 -1.340215,-2.2429833 -1.301272,-2.2636173 m 4.183253,1.0325363 c 0,0 -0.975353,-0.05452 -1.179645,-0.186864 -0.204295,-0.13234 -1.712035,-1.2572084 -1.712035,-1.2572084 0,0 -0.30766,-0.2225595 -0.469984,-0.4279456 m 4.017734,-2.9703224 c 0,0 -1.14475,0.6380277 -1.679762,0.7987167 -0.535029,0.1606951 -1.874725,0.2978841 -2.240909,0.234014 M 14.392832,2.700971 c 0,0 -1.171953,1.1036521 -1.522151,1.3399734 -0.350199,0.2363214 -1.259605,1.0063936 -1.768048,1.0467365 m 0.563421,-4.4725622 c 0,0 0.154044,0.552289 -0.04052,0.9587394 -0.194562,0.4064662 -1.337873,2.7954021 -1.61741,2.9242456 M 8.2394411,0.0887446 c 0,0 0.5844885,0.057618 0.7012325,0.7949308 0.116734,0.7373174 0.3345988,3.476665 0.1167961,3.4841387 M 4.8875102,0.8698979 c 0,0 0.8234946,-0.1563349 1.1542296,0.5242617 0.3307529,0.6805958 1.7618607,3.2157271 1.492791,3.3717044 M 2.1586407,2.7999189 c 0,0 0.9452712,-0.3660262 1.7819252,0.295658 0.836604,0.6616842 2.9567225,1.9770097 2.6723038,2.3690644 M 0.19429231,7.2994355 c 0,0 0.73086188,-1.0087332 1.52855689,-0.9330999 0.7976939,0.07562 4.1927167,0.4219993 4.1709791,0.94951 M 0.28657371,10.600333 c 0,0 0.19120157,-1.436078 1.35854049,-1.6250859 1.167339,-0.1890572 4.1462334,-0.9277873 4.2866875,-0.4006656 m -4.482043,4.5649415 c 0,0 -2.33415254,-2.590905 -0.90341208,-7.4034485 C 1.9771041,0.9235314 6.6545877,0.1750035 8.1127999,0.0947407 c 1.4582803,-0.08021 4.2923721,0.1871556 5.9156181,2.1388353 1.623364,1.9516631 2.228703,4.2510256 1.705847,6.1225885 -0.569808,2.0398885 -2.503759,3.7965805 -4.07216,4.1173085 -1.568336,0.320841 -3.3292607,0.133679 -4.5674286,-0.882295 l 0.02751,-0.989235 c 0,0 -1.0180404,-0.935766 -1.1831233,-1.9784729 C 5.773974,7.5807634 5.9115431,6.5647349 6.3517799,5.8162079 6.7920196,5.0675986 7.8925925,4.425932 8.8831272,4.3724611 9.873662,4.3189875 11.108151,4.715204 11.524497,5.6825381 11.95029,6.6717747 11.99863,7.3620544 11.634556,8.0620016 11.293772,8.7172193 10.699049,9.21165 9.7084981,9.131452 8.7179634,9.051241 8.1951912,8.6234701 7.9750629,7.9818035 7.7549515,7.3401361 8.1126368,6.3242212 8.772991,6.1102406 9.4333421,5.896357 10.166395,6.006935 10.409598,6.5740937 10.629809,7.0876485 10.643069,7.4531867 10.117755,7.8407579 9.7738762,8.0944643 9.2033326,8.1621517 8.9212206,7.6895151 8.6391086,7.2168882 9.2617047,6.7915096 9.5340846,6.9805668 c 0.27238,0.1890573 0.291843,0.3497462 0.321021,0.4348187"
+     style="fill:#eddbd0;fill-opacity:1;stroke:#000000;stroke-width:0.16482463px"
+     id="path3133"
+     sodipodi:nodetypes="cccccccccccccccccccsccscssscssccccccccccccccccccscccccscccsccsccscccccccccccccccccsccccccscscccccssssc" />
+  <metadata
+     id="metadata5">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2013-01-27T07:14:26</dc:date>
+        <dc:description />
+        <dc:source>https://openclipart.org/detail/174552/ammonite-by-gosc-174552</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Gosc</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>Ammonit</rdf:li>
+            <rdf:li>Ammonshorn</rdf:li>
+            <rdf:li>Fossil</rdf:li>
+            <rdf:li>PalÃ¤ontologie</rdf:li>
+            <rdf:li>ammonite</rdf:li>
+            <rdf:li>animal</rdf:li>
+            <rdf:li>biology</rdf:li>
+            <rdf:li>black and white</rdf:li>
+            <rdf:li>cephalopoda</rdf:li>
+            <rdf:li>ceratite</rdf:li>
+            <rdf:li>contour</rdf:li>
+            <rdf:li>evolution</rdf:li>
+            <rdf:li>extinct</rdf:li>
+            <rdf:li>fossil</rdf:li>
+            <rdf:li>geology</rdf:li>
+            <rdf:li>line art</rdf:li>
+            <rdf:li>outline</rdf:li>
+            <rdf:li>palaeontology</rdf:li>
+            <rdf:li>paleontology</rdf:li>
+            <rdf:li>shell</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/peak_viewpoint.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/peak_viewpoint.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/peak_viewpoint.svg	(revision 16006)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="400"
+   height="400"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="peak.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.28"
+     inkscape:cx="94.350082"
+     inkscape:cy="243.59651"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer2"
+     showgrid="true"
+     showguides="true"
+     inkscape:snap-global="false"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1920"
+     inkscape:window-height="995"
+     inkscape:window-x="1272"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3149"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-0.125,2.75)">
+    <path
+       style="fill:#0000ff"
+       d="m 35.900874,206.12207 c -8.649727,-2.16859 -16.366887,-9.2973 -18.630387,-17.20979 -0.632225,-2.21005 -1.139636,-8.0335 -1.127583,-12.94098 0.01767,-7.19383 0.446324,-9.93263 2.212279,-14.13484 5.178759,-12.32326 16.599976,-17.33237 34.38021,-15.07846 12.513234,1.58623 86.404757,24.07795 89.515137,27.24737 3.51431,3.581 -1.84633,6.59816 -26.20561,14.74954 -19.292151,6.45576 -52.851825,15.99305 -61.263718,17.41048 -7.117731,1.19935 -13.986556,1.1836 -18.880328,-0.0433 l 0,0 z"
+       id="path3087"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff"
+       d="M 162.98955,141.46689 C 151.40321,133.12032 101.3937,80.654453 95.249481,70.399579 85.531559,54.180095 85.669023,42.397355 95.700725,31.721527 105.13056,21.686201 117.52596,17.590864 127.64487,21.167433 c 8.47901,2.996939 16.76352,14.216259 21.67999,29.360232 2.08593,6.425158 14.22517,57.257145 18.50988,77.508445 3.25419,15.38069 2.14184,18.4641 -4.84519,13.43078 l 0,0 z"
+       id="path3089"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff"
+       d="m 228.76979,142.78722 c -1.61917,-1.25992 -1.65539,-1.87962 -0.53726,-9.19318 3.27902,-21.4476 15.54902,-72.721527 20.85372,-87.14365 8.82669,-23.997457 23.29471,-32.199103 40.70748,-23.076285 19.78126,10.363711 23.63354,27.510966 10.8099,48.116983 -3.94533,6.339658 -27.39885,31.613452 -53.20312,57.332342 -15.21493,15.16458 -16.16877,15.87949 -18.63072,13.96379 z"
+       id="path3091"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff"
+       d="m 333.97425,203.2081 c -16.10713,-3.65816 -77.37282,-23.11127 -79.49293,-25.24064 -3.82801,-3.84469 0.45142,-6.27045 26.48592,-15.01338 8.63099,-2.89845 24.60026,-7.74103 35.48727,-10.76127 16.67364,-4.62555 21.39093,-5.5624 29.91957,-5.94208 11.89525,-0.52955 17.10806,0.856 22.83032,6.06826 9.12349,8.31031 11.24108,28.37199 4.25491,40.31003 -6.60419,11.28531 -20.26268,14.94478 -39.48506,10.57908 z"
+       id="path3093"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#aa4400;fill-rule:evenodd;stroke:#000000;stroke-width:1.58364117px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 199.92412,110.62652 2.0903838,396.45845 398.24849,396.45629 z"
+       id="rect2985"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/ruins.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/ruins.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/ruins.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="352.85715"
+   height="342.85715"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien"
+   sodipodi:docname="ruins.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="201.08095"
+     inkscape:cy="160.50756"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="797"
+     inkscape:window-height="573"
+     inkscape:window-x="44"
+     inkscape:window-y="58" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Ulf Lamping</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-289.5,-347.14789)">
+    <rect
+       style="opacity:1;fill:#786721;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3134"
+       width="45.714287"
+       height="207.14285"
+       x="514.28577"
+       y="440.93362"
+       ry="19.642857" />
+    <rect
+       style="opacity:1;fill:#786721;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4105"
+       width="57.142849"
+       height="98.571434"
+       x="375.71429"
+       y="510.93359"
+       ry="15.945377" />
+    <rect
+       style="opacity:1;fill:#786721;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4107"
+       width="48.57143"
+       height="298.57144"
+       x="344.28571"
+       y="376.64789"
+       ry="15.714286" />
+    <rect
+       ry="15.714286"
+       y="465.21936"
+       x="417.14288"
+       height="165.71428"
+       width="45.714287"
+       id="rect4111"
+       style="opacity:1;fill:#786721;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       ry="10.39916"
+       y="563.79077"
+       x="451.42856"
+       height="64.285721"
+       width="88.571419"
+       id="rect4113"
+       style="opacity:1;fill:#786721;fill-opacity:1;stroke:none;stroke-width:10.07386494;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:40.29545975, 10.07386494;stroke-dashoffset:0;stroke-opacity:1" />
+    <path
+       style="fill:#00cd00;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.95963115px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 151.40838,706.66809 C 151.40838,706.66809 347.85199,594.19632 480.00498,590.90768 C 612.15796,587.61904 678.59162,706.66808 678.59162,706.66808"
+       id="path2160"
+       sodipodi:nodetypes="csc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sightseeing/viewpoint.svg
===================================================================
--- /trunk/resources/images/presets/sightseeing/viewpoint.svg	(revision 16006)
+++ /trunk/resources/images/presets/sightseeing/viewpoint.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="293.46463"
+   height="275.7652"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="viewpoint3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.28"
+     inkscape:cx="-80.870736"
+     inkscape:cy="148.41924"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showguides="true"
+     inkscape:snap-global="false"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3149"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-42.017694"
+       originy="-85.742077" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-42.142694,-35.742745)">
+    <path
+       style="fill:#0000ff"
+       d="m 61.900874,206.12207 c -8.649727,-2.16859 -16.366887,-9.2973 -18.630387,-17.20979 -0.632225,-2.21005 -1.139636,-8.0335 -1.127583,-12.94098 0.01767,-7.19383 0.446324,-9.93263 2.212279,-14.13484 5.178759,-12.32326 16.599976,-17.33237 34.38021,-15.07846 12.513234,1.58623 86.404757,24.07795 89.515137,27.24737 3.51431,3.581 -1.84633,6.59816 -26.20561,14.74954 -19.29215,6.45576 -52.851825,15.99305 -61.263718,17.41048 -7.117731,1.19935 -13.986556,1.1836 -18.880328,-0.0433 l 0,0 z"
+       id="path3087"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff"
+       d="M 172.98955,157.46689 C 161.40321,149.12032 111.3937,96.654453 105.24948,86.399579 95.531559,70.180095 95.669023,58.397355 105.70073,47.721527 c 9.42983,-10.035326 21.82523,-14.130663 31.94414,-10.554094 8.47901,2.996939 16.76352,14.216259 21.67999,29.360232 2.08593,6.425158 14.22517,57.257145 18.50988,77.508445 3.25419,15.38069 2.14184,18.4641 -4.84519,13.43078 l 0,0 z"
+       id="path3089"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff"
+       d="m 200.76979,158.78722 c -1.61917,-1.25992 -1.65539,-1.87962 -0.53726,-9.19318 3.27902,-21.4476 15.54902,-72.721527 20.85372,-87.14365 8.82669,-23.997457 23.29471,-32.199103 40.70748,-23.076285 19.78126,10.363711 23.63354,27.510966 10.8099,48.116983 -3.94533,6.339658 -27.39885,31.613452 -53.20312,57.332342 -15.21493,15.16458 -16.16877,15.87949 -18.63072,13.96379 z"
+       id="path3091"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff"
+       d="m 291.97425,203.2081 c -16.10713,-3.65816 -77.37282,-23.11127 -79.49293,-25.24064 -3.82801,-3.84469 0.45142,-6.27045 26.48592,-15.01338 8.63099,-2.89845 24.60026,-7.74103 35.48727,-10.76127 16.67364,-4.62555 21.39093,-5.5624 29.91957,-5.94208 11.89525,-0.52955 17.10806,0.856 22.83032,6.06826 9.12349,8.31031 11.24108,28.37199 4.25491,40.31003 -6.60419,11.28531 -20.26268,14.94478 -39.48506,10.57908 z"
+       id="path3093"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff"
+       d="m 207.12005,189.7838 c 11.58634,8.34657 61.59585,60.81243 67.74007,71.0673 9.71792,16.21949 9.58045,28.00223 -0.45125,38.67805 -9.42983,10.03533 -21.82523,14.13066 -31.94414,10.55409 -8.47901,-2.99693 -16.76352,-14.21625 -21.67999,-29.36022 -2.08593,-6.42516 -14.22517,-57.25715 -18.50988,-77.50844 -3.25419,-15.38069 -2.14184,-18.4641 4.84519,-13.43078 l 0,0 z"
+       id="path3089-7"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff"
+       d="m 181.33981,188.46347 c 1.61917,1.25992 1.65539,1.87962 0.53726,9.19318 -3.27902,21.44759 -15.54902,72.72152 -20.85372,87.14364 -8.82669,23.99745 -23.29471,32.1991 -40.70748,23.07628 -19.78126,-10.3637 -23.633542,-27.51096 -10.8099,-48.11698 3.94533,-6.33965 27.39885,-31.61345 53.20312,-57.33233 15.21493,-15.16458 16.16877,-15.87949 18.63072,-13.96379 z"
+       id="path3091-0"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/social_facility/assisted_living.svg
===================================================================
--- /trunk/resources/images/presets/social_facility/assisted_living.svg	(revision 16006)
+++ /trunk/resources/images/presets/social_facility/assisted_living.svg	(revision 16006)
@@ -0,0 +1,250 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="social_facility__assisted_living2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="3.9656382"
+     inkscape:cy="8.3053734"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4302"
+       width="16"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       ry="2.0000393" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 10.531465,1045.7896 c -0.5714731,0 -1.0311731,0.5365 -1.0311731,1.2025 l 0,0.6846 c -3.916e-4,0.013 -3.916e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.0091,0.7514 0.9628121,0.7514 0.9536851,0 l 0,-3.9584 0.491463,0 0,4.5316 3.059323,0 0,-4.5316 0.54149,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936448,0 z"
+       id="path3772-4-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccsscc" />
+    <path
+       sodipodi:nodetypes="csccccccccccccccsscc"
+       inkscape:connector-curvature="0"
+       id="path4266"
+       d="m 1.5627162,1045.7896 c -0.57147308,0 -1.03117258,0.5365 -1.03117258,1.2025 l 0,0.6846 c -3.92e-4,0.013 -3.92e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.0091,0.7514 0.96281148,0.7514 0.95368448,0 l 0,-3.9584 0.4914631,0 0,4.5316 3.059323,0 0,-4.5316 0.54149,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936448,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#006400;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0.9999996,1041.8539 7.0000014,-4 7.000001,4"
+       id="path4209"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4211-7"
+       cx="3.5312514"
+       cy="1044.0005"
+       rx="1.3232266"
+       ry="1.3232436" />
+    <ellipse
+       ry="1.3232436"
+       rx="1.3232266"
+       cy="1044.0005"
+       cx="12.5"
+       id="ellipse4298"
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#006400;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000017;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 7.9913152,1040.7547 c -0.293773,0.01 -0.528274,0.2771 -0.524637,0.6074 l 0,11 1.066646,0 0,-11 c 0.0037,-0.3379 -0.241434,-0.6127 -0.542009,-0.6074 z"
+       id="path4211"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/social_facility/food_bank.svg
===================================================================
--- /trunk/resources/images/presets/social_facility/food_bank.svg	(revision 16006)
+++ /trunk/resources/images/presets/social_facility/food_bank.svg	(revision 16006)
@@ -0,0 +1,230 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="social_facility__food_bank2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="2.0253283"
+     inkscape:cy="7.3051535"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4302"
+       width="16"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       ry="2.0000393" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#006400;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0.9999997,1041.8565 7.0000013,-4 7.000001,4"
+       id="path4209"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="fill:#3771c8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 7.9999984,1044.669 c 0.897468,0 0.8974694,-0.6038 1.7949372,-0.6038 1.7949364,0 2.6924044,0.9182 2.6924044,2.7547 0,3.6728 -2.320796,5.5092 -3.2182646,5.5092 -0.8974676,0 -0.3716088,-0.4632 -1.2690767,-0.4632 -0.8974679,0 -0.4627556,0.4632 -1.3602235,0.4632 -0.897468,0 -3.1271158,-1.8364 -3.1271136,-5.5092 1.2e-6,-1.8365 0.8974658,-2.7547 2.692402,-2.7547 0.8974681,0 0.8974669,0.6038 1.7949348,0.6038 z"
+       id="path4211"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sssssssss" />
+    <path
+       style="fill:#3771c8;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 7.5872564,1044.0956 c 0,0 -0.071797,-2.8153 2.6206066,-3.7335 -0.0718,2.6939 -2.6206066,3.7335 -2.6206066,3.7335"
+       id="path4213"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/social_facility/group_home.svg
===================================================================
--- /trunk/resources/images/presets/social_facility/group_home.svg	(revision 16006)
+++ /trunk/resources/images/presets/social_facility/group_home.svg	(revision 16006)
@@ -0,0 +1,244 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="social_facility__group_home4.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="3.9656382"
+     inkscape:cy="8.3053734"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4302"
+       width="16"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       ry="2.0000393" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 10.531465,1045.7896 c -0.5714731,0 -1.0311731,0.5365 -1.0311731,1.2025 l 0,0.6846 c -3.916e-4,0.013 -3.916e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.0091,0.7514 0.9628121,0.7514 0.9536851,0 l 0,-3.9584 0.491463,0 0,4.5316 3.059323,0 0,-4.5316 0.54149,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936448,0 z"
+       id="path3772-4-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccsscc" />
+    <path
+       sodipodi:nodetypes="csccccccccccccccsscc"
+       inkscape:connector-curvature="0"
+       id="path4266"
+       d="m 1.5627162,1045.7896 c -0.57147308,0 -1.03117258,0.5365 -1.03117258,1.2025 l 0,0.6846 c -3.92e-4,0.013 -3.92e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.0091,0.7514 0.96281148,0.7514 0.95368448,0 l 0,-3.9584 0.4914631,0 0,4.5316 3.059323,0 0,-4.5316 0.54149,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.936448,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#006400;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0.9999996,1041.8539 7.0000014,-4 7.000001,4"
+       id="path4209"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4211-7"
+       cx="3.5312514"
+       cy="1044.0005"
+       rx="1.3232266"
+       ry="1.3232436" />
+    <ellipse
+       ry="1.3232436"
+       rx="1.3232266"
+       cy="1044.0005"
+       cx="12.5"
+       id="ellipse4298"
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/social_facility/nursing_home.svg
===================================================================
--- /trunk/resources/images/presets/social_facility/nursing_home.svg	(revision 16006)
+++ /trunk/resources/images/presets/social_facility/nursing_home.svg	(revision 16006)
@@ -0,0 +1,250 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="amenity__nursing_home2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-14.253592"
+     inkscape:cy="0.82680268"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4302-4"
+       width="16.000004"
+       height="16.000004"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       ry="2.0000398" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#006400;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0.99999993,1041.8539 7.00000297,-4 7.0000021,4"
+       id="path4209-8"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 2.3191549,1045.7896 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.92e-4,0.013 -3.92e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.0091,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,4.5316 3.059324,0 0,-4.5316 0.541491,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032026,-1.2024 l -3.936449,0 z"
+       id="path3772-4-3-0"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccsscc" />
+    <ellipse
+       ry="1.3232441"
+       rx="1.323227"
+       cy="1044.0004"
+       cx="4.2876902"
+       id="ellipse4298-7"
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 11.692867,1045.876 c -0.571473,0 -0.626766,0.1653 -0.945235,0.4837 l -2.5653285,3.0191 c -0.4785,0.5705 0.3208816,1.1982 0.8152486,0.5988 l 1.8547409,-2.0629 0,4.5316 2.573188,0 0,-6.5703 z"
+       id="path3772-4-3-5-5"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccc" />
+    <ellipse
+       ry="1.3232443"
+       rx="1.3232273"
+       cy="1044.269"
+       cx="12.102254"
+       id="ellipse4298-0-0"
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:#3771c8;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 10.325657,1040.7157 0,2.4962 3.387938,0 0,-1 -1.981068,-0.017 z"
+       id="path4224-1"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/social_facility/outreach.svg
===================================================================
--- /trunk/resources/images/presets/social_facility/outreach.svg	(revision 16006)
+++ /trunk/resources/images/presets/social_facility/outreach.svg	(revision 16006)
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="social_facility__outreach.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="21.032665"
+     inkscape:cx="10.173775"
+     inkscape:cy="7.1426501"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4302"
+       width="16"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       ry="2.0000393" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
+       d="m 6.0314662,1040.5085 c -0.571473,0 -1.031173,0.5365 -1.031173,1.2025 l 0,0.6846 c -3.92e-4,0.013 -3.92e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.0091,0.7514 0.962812,0.7514 0.953685,0 l 0,-3.9584 0.491463,0 0,4.5316 3.059322,0 0,-4.5316 0.5414898,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.0320248,-1.2024 l -3.936447,0 z"
+       id="path3772-4"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccsscc" />
+    <path
+       style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd"
+       inkscape:connector-curvature="0"
+       id="path4358"
+       d="m 11.97686,1049.6284 c -4.022971,0.9453 -7.3800062,-1.5272 -7.9768598,-4.5436 3.5301755,-0.4888 5.1686099,3.3454 7.9768598,4.5436 z"
+       sodipodi:nodetypes="ccc" />
+    <ellipse
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4211"
+       cx="8.000001"
+       cy="1038.6854"
+       rx="1.3232263"
+       ry="1.3232434" />
+    <path
+       d="m 7.4293712,1049.3137 c -2.8678269,0.5504 -4.1366914,-2.7034 -6.1092282,-3.8915 2.8903702,-0.5473 4.0231699,2.7961 6.1092282,3.8915 z"
+       id="path13"
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill-rule:evenodd;fill:#008000;fill-opacity:1" />
+    <path
+       d="m 10.085452,1049.3137 c -2.8130786,0.7556 -4.0135081,-2.3039 -5.5778506,-3.632 2.4684889,-0.3908 3.6141705,2.6742 5.5778506,3.632 z"
+       id="path15"
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill-rule:evenodd;fill:#008000;fill-opacity:1" />
+    <path
+       d="m 16.000003,1047.6442 0,4.7179 c -4.267926,-0.5583 -7.0105355,0.5619 -9.985443,-0.5853 -2.5852309,-0.9971 -3.7992879,-2.4057 -5.5754397,-4.1298 -0.67010537,-0.6505 -0.47054745,-1.0383 -0.0812025,-1.2438 1.0797932,-0.5699 3.1328208,2.9899 5.7430103,3.6889 2.9950355,0.8029 4.3147829,-0.6661 8.2888399,-0.089 -0.309083,-2.6632 -4.025586,-0.026 -4.025586,-2.0598 0,-1.5727 4.851385,-0.7379 5.635821,-0.2991 z"
+       id="path17"
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill-rule:evenodd;fill:#008000;fill-opacity:1"
+       sodipodi:nodetypes="cccssccsc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/social_facility/shelter.svg
===================================================================
--- /trunk/resources/images/presets/social_facility/shelter.svg	(revision 16006)
+++ /trunk/resources/images/presets/social_facility/shelter.svg	(revision 16006)
@@ -0,0 +1,231 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="social_facility__shelter.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-2.9926547"
+     inkscape:cy="7.2961663"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4302"
+       width="16"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621"
+       ry="2.0000393" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#006400;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 0.9999996,1041.8539 7.0000014,-4 7.000001,4"
+       id="path4209"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:45;marker:none;enable-background:accumulate"
+       d="m 6.0314654,1045.7896 c -0.5714732,0 -1.0311733,0.5365 -1.0311733,1.2025 l 0,0.6846 c -3.916e-4,0.013 -3.916e-4,0.026 0,0.039 l 0,0.1148 0,3.9584 c -0.0091,0.7514 0.9628123,0.7514 0.9536853,0 l 0,-3.9584 0.4914631,0 0,4.5316 3.0593235,0 0,-4.5316 0.54149,0 0,3.9584 c -0.0092,0.7514 0.962855,0.7514 0.953685,0 l 0,-4.0735 0,-0.7235 c 0,-0.6658 -0.460553,-1.2024 -1.032025,-1.2024 l -3.9364486,0 z"
+       id="path3772-4-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccccccccccccccsscc" />
+    <ellipse
+       ry="1.3232439"
+       rx="1.3232268"
+       cy="1044.0004"
+       cx="8.000001"
+       id="ellipse4298"
+       style="opacity:1;fill:#3771c8;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/10pin.svg
===================================================================
--- /trunk/resources/images/presets/sport/10pin.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/10pin.svg	(revision 16006)
@@ -0,0 +1,134 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="10pin2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\sports\10pin.png"
+   inkscape:export-xdpi="3.1295931"
+   inkscape:export-ydpi="3.1295931"
+   version="1.0">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="28.09679"
+     inkscape:cx="3.3226787"
+     inkscape:cy="10.083274"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4144"
+       originx="-1.1132812e-006"
+       originy="-6.6597403e-007" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-767.63214,-289.54467)">
+    <rect
+       style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3183"
+       width="16"
+       height="16"
+       x="767.63214"
+       y="289.5285" />
+    <g
+       id="g3197"
+       transform="matrix(0.04078562,0,0,0.04078562,767.78237,274.24304)">
+      <path
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.01541185;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 331.94786,761.34772 c 0,0 33.78147,-78.4488 32.13874,-117.88126 -1.64273,-39.43245 -40.80405,-99.32339 -39.6378,-132.25702 1.16625,-32.93362 23.93544,-55.41638 17.85487,-74.75396 -6.08057,-19.33758 -22.82671,-36.29032 -39.63781,-36.29032 -16.81109,0 -30.70046,16.95275 -36.78103,36.29032 -6.08057,19.33757 16.68862,41.82034 17.85487,74.75396 1.16625,32.93363 -37.99507,92.82457 -39.6378,132.25702 -1.64273,39.43246 29.28198,117.88126 29.28198,117.88126 l 58.56398,0 z"
+         id="path3199"
+         sodipodi:nodetypes="czzzzzzzcc"
+         inkscape:connector-curvature="0" />
+      <rect
+         style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect3201"
+         width="38.880768"
+         height="38.222721"
+         x="284.65128"
+         y="500.23621" />
+    </g>
+    <g
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="text4146" />
+    <g
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="text4146-7"
+       transform="matrix(1.0297514,0,0,1,-23.436212,0.03559125)">
+      <path
+         d="m 772.18408,297.95572 q 0,-2.2522 0.60425,-3.41187 0.61035,-1.15966 1.79443,-1.15966 1.04981,0 1.65406,0.93994 0.73242,1.13525 0.73242,3.63159 0,2.23999 -0.60425,3.40576 -0.60425,1.15967 -1.79443,1.15967 -1.04981,0 -1.72119,-1.02539 -0.66529,-1.02539 -0.66529,-3.54004 z m 0.92163,0 q 0,2.17895 0.41504,2.92358 0.42114,0.73853 1.07422,0.73853 0.61646,0 1.03149,-0.75073 0.41504,-0.75074 0.41504,-2.91138 0,-2.18506 -0.42114,-2.92358 -0.41504,-0.73853 -1.08032,-0.73853 -0.61035,0 -1.02539,0.75073 -0.40894,0.75073 -0.40894,2.91138 z"
+         id="path4199"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="text4146-7-1">
+      <path
+         d="m 770.7179,302.49756 -0.90332,0 0,-7.00073 q -0.31128,0.36621 -0.83619,0.75073 -0.5249,0.37842 -0.96435,0.57373 l 0,-1.06201 q 0.74463,-0.42725 1.31225,-1.0437 0.57373,-0.61646 0.80567,-1.2024 l 0.58594,0 0,8.98438 z"
+         style=""
+         id="path4196" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/9pin.svg
===================================================================
--- /trunk/resources/images/presets/sport/9pin.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/9pin.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="9pin3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\sports\10pin.png"
+   inkscape:export-xdpi="3.1295931"
+   inkscape:export-ydpi="3.1295931"
+   version="1.0">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="28.09679"
+     inkscape:cx="5.2878667"
+     inkscape:cy="7.5259114"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4144"
+       originx="-1.1132812e-006"
+       originy="-6.6597403e-007" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-767.63214,-289.54467)">
+    <rect
+       style="fill:#333333;fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3183"
+       width="16"
+       height="16"
+       x="767.63214"
+       y="289.5285" />
+    <g
+       id="g3197"
+       transform="matrix(0.04078562,0,0,0.04078562,767.78237,274.24304)">
+      <path
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5.01541185;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 331.94786,761.34772 c 0,0 33.78147,-78.4488 32.13874,-117.88126 -1.64273,-39.43245 -40.80405,-99.32339 -39.6378,-132.25702 1.16625,-32.93362 23.93544,-55.41638 17.85487,-74.75396 -6.08057,-19.33758 -22.82671,-36.29032 -39.63781,-36.29032 -16.81109,0 -30.70046,16.95275 -36.78103,36.29032 -6.08057,19.33757 16.68862,41.82034 17.85487,74.75396 1.16625,32.93363 -37.99507,92.82457 -39.6378,132.25702 -1.64273,39.43246 29.28198,117.88126 29.28198,117.88126 l 58.56398,0 z"
+         id="path3199"
+         sodipodi:nodetypes="czzzzzzzcc"
+         inkscape:connector-curvature="0" />
+      <rect
+         style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="rect3201"
+         width="38.880768"
+         height="38.222721"
+         x="284.65128"
+         y="500.23621" />
+    </g>
+    <g
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="text4146">
+      <path
+         d="m 769.68704,300.62961 1.13593,-0.11791 q 0.27198,1.70974 1.5999,1.70974 0.59196,0 1.07194,-0.36848 0.48797,-0.37585 0.82394,-1.32652 0.33599,-0.95068 0.33599,-2.21825 l 0,-0.2653 q -0.36799,0.65589 -0.99194,1.03911 -0.62397,0.38322 -1.27193,0.38322 -1.17592,0 -2.03187,-0.94331 -0.84795,-0.95067 -0.84795,-2.59409 0,-1.695 0.87994,-2.66779 0.88795,-0.98015 2.15188,-0.98015 0.89594,0 1.67189,0.54535 0.77596,0.54535 1.19993,1.60657 0.42397,1.06121 0.42397,3.05837 0,2.22561 -0.45597,3.45633 -0.45597,1.23072 -1.23993,1.79818 -0.77595,0.56746 -1.74389,0.56746 -1.09593,0 -1.83189,-0.68537 -0.73595,-0.69274 -0.87994,-1.99716 z m 4.8397,-4.76812 q 0,-1.15702 -0.55996,-1.82028 -0.55997,-0.66326 -1.28792,-0.66326 -0.75996,0 -1.35992,0.70747 -0.59197,0.70748 -0.59197,1.88662 0,1.06122 0.56797,1.695 0.56796,0.62641 1.35992,0.62641 0.78395,0 1.32792,-0.63378 0.54396,-0.63378 0.54396,-1.79818 z"
+         id="path4193"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/archery.svg
===================================================================
--- /trunk/resources/images/presets/sport/archery.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/archery.svg	(revision 16006)
@@ -0,0 +1,142 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="420"
+   height="420"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="archery.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\sports\archery.png"
+   inkscape:export-xdpi="3.4285715"
+   inkscape:export-ydpi="3.4285715">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="-107.14497"
+     inkscape:cy="372.39033"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-192.14286,-170.57647)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4141"
+       width="420"
+       height="420"
+       x="192.14285"
+       y="170.57646" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3177"
+       sodipodi:cx="-722.85712"
+       sodipodi:cy="-679.28571"
+       sodipodi:rx="105.71429"
+       sodipodi:ry="105.71429"
+       d="m -617.14283,-679.28571 a 105.71429,105.71429 0 0 1 -105.71429,105.71429 105.71429,105.71429 0 0 1 -105.71428,-105.71429 105.71429,105.71429 0 0 1 105.71428,-105.71428 105.71429,105.71429 0 0 1 105.71429,105.71428 z"
+       transform="matrix(1.2027027,0,0,1.2027027,1331.525,1198.2695)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#2a7fff;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3173"
+       sodipodi:cx="-147.14285"
+       sodipodi:cy="-666.42859"
+       sodipodi:rx="52.857143"
+       sodipodi:ry="52.857143"
+       d="m -94.285709,-666.42859 a 52.857143,52.857143 0 0 1 -52.857141,52.85714 52.857143,52.857143 0 0 1 -52.85715,-52.85714 52.857143,52.857143 0 0 1 52.85715,-52.85714 52.857143,52.857143 0 0 1 52.857141,52.85714 z"
+       transform="matrix(1.6936937,0,0,1.6936937,711.35776,1510.0167)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3171"
+       sodipodi:cx="-35.714287"
+       sodipodi:cy="-509.28574"
+       sodipodi:rx="30"
+       sodipodi:ry="30"
+       d="m -5.7142868,-509.28574 a 30,30 0 0 1 -30.0000002,30 30,30 0 0 1 -30,-30 30,30 0 0 1 30,-30 30,30 0 0 1 30.0000002,30 z"
+       transform="matrix(1.8587301,0,0,1.8587301,528.52605,1327.9155)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffff00;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3167"
+       sodipodi:cx="-14.285714"
+       sodipodi:cy="-405"
+       sodipodi:rx="14.285714"
+       sodipodi:ry="14.285714"
+       d="M 0,-405 A 14.285714,14.285714 0 0 1 -14.285714,-390.71429 14.285714,14.285714 0 0 1 -28.571428,-405 14.285714,14.285714 0 0 1 -14.285714,-419.28571 14.285714,14.285714 0 0 1 0,-405 Z"
+       transform="matrix(1.9666667,0,0,1.9666667,490.23807,1177.7908)" />
+    <g
+       id="g3191"
+       transform="translate(-108.57143,-2.8571429)">
+      <path
+         sodipodi:nodetypes="czzzz"
+         id="path3155"
+         d="M 394.28572,178.07647 C 394.28572,178.07647 410.26887,190.53866 408.57143,223.79075 C 406.87399,257.04284 340.33269,330.77939 340,383.79075 C 339.66731,436.80211 406.36284,516.02341 408.57143,549.50504 C 410.78002,582.98667 397.14286,592.36218 397.14286,592.36218"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:15;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         id="path3157"
+         d="M 408.57143,552.36218 L 408.57143,218.07646"
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:10;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/athletics.svg
===================================================================
--- /trunk/resources/images/presets/sport/athletics.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/athletics.svg	(revision 16006)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="300px"
+   height="300px"
+   viewBox="0 0 300 300"
+   enable-background="new 0 0 300 300"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="athl1.svg"><metadata
+   id="metadata15"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title><cc:license
+         rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
+       rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata><defs
+   id="defs13" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview11"
+   showgrid="false"
+   inkscape:zoom="0.78666667"
+   inkscape:cx="150"
+   inkscape:cy="148.72881"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1" />
+<rect
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.87050295;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="rect4143"
+   width="300"
+   height="300"
+   x="0"
+   y="-5.0625194e-014"
+   ry="1.5324984" /><path
+   d="M108.422,50.727c10.115-4.038,21.298-1.269,30.866,2.97c10.676,5.017,21.583,12.316,25.963,23.775  c1.965,4.676,0.675,10.132-2.701,13.797c-2.656,2.269-6.434,1.636-9.617,1.315c-7.225-1.551-11.648-7.978-17.263-12.188  c-4.867-4.284-10.048-8.922-16.636-10.107c-5.877-0.971-10.982,2.918-14.749,6.952c-5.669,6.993-9.25,15.397-12.042,23.882  c-1.814,7.4-5.674,14.461-5.209,22.271c-0.552-7.204-2.607-14.216-2.804-21.455c-0.368-9.334,0.816-18.72,3.16-27.745  C91.689,64.522,98.333,54.949,108.422,50.727z"
+   id="path3" />
+<path
+   d="M200.646,56.913c7.323-0.85,15.021,2.023,19.936,7.537c3.334,4.104,5.573,9.274,5.537,14.615  c-0.646,6.494-3.914,12.911-9.367,16.643c-6.428,4.556-15.215,5.505-22.448,2.347c-10.746-4.083-17.004-17.916-11.48-28.365  C185.931,62.582,193.096,57.957,200.646,56.913z"
+   id="path5" />
+<path
+   d="M276.883,94.662c0.434-0.024,0.871-0.035,1.313-0.027c-0.185,3.852,0.819,7.701,0.184,11.538  c-1.017,6.596-3.673,12.791-6.55,18.764c-6.32,14.098-18.271,25.74-32.761,31.219c-6.652,2.346-14.544,2.166-20.538-1.839  c-9.694-6.33-17.318-15.983-20.652-27.126c-2.111-6.018-2.184-13.245,1.445-18.699c1.814-2.39,4.266-5.059,7.545-4.88  c3.388,0.313,6.416,2.348,8.462,5c4.817,6.323,5.825,14.547,9.796,21.298c3.322,4.354,8.694,9.526,14.633,6.979  c7.157-3.026,13.181-8.173,19-13.22c7.358-6.328,12.479-14.775,16.567-23.473C276.148,98.451,276.721,96.591,276.883,94.662z"
+   id="path7" />
+<path
+   d="M98.081,135.092c4.257-3.605,10.544-3.255,15.495-1.452c4.974,2.115,10.214,3.749,14.755,6.757  c7.051,4.518,13.789,9.584,19.817,15.404c6.811,5.506,13.136,11.648,18.556,18.54c4,4.705,8.176,10.202,7.861,16.718  c-2.955,9.494-11.091,16.436-19.554,21.081c-11.224,5.707-23.743,7.972-35.739,11.474c-5.188,1.675-10.634,2.285-16.029,2.865  c-6.109,0.33-12.251,1.591-18.356,0.51c3.912-2.844,8.648-4.108,12.948-6.214c12.347-5.33,23.968-12.164,35.998-18.153  c5.096-2.467,10.087-5.611,13.001-10.634c-0.156-1.104-0.308-2.205-0.455-3.304c-3.425-3.467-7.653-5.944-12.011-8.045  c-5.085,4.203-10.947,7.4-15.631,12.093c-12.854,9.567-27.063,17.068-40.752,25.346c-18.428,10.356-35.862,22.431-54.64,32.177  c-1.094,0.393-2.215,0.697-3.362,0.916c7.211-7.857,15.608-14.544,22.708-22.509c10.246-10.732,20.492-21.47,31.182-31.764  c11.29-10.871,22.263-22.063,32.726-33.733c-4.413-4.08-10.111-7.839-11.452-14.096C93.873,144.336,94.623,138.746,98.081,135.092z"
+   id="path9" />
+</svg>
Index: /trunk/resources/images/presets/sport/baseball.svg
===================================================================
--- /trunk/resources/images/presets/sport/baseball.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/baseball.svg	(revision 16006)
@@ -0,0 +1,216 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="470.85999"
+   id="svg1"
+   inkscape:version="0.46"
+   sodipodi:docbase="/home/aliekens/personal/inkscape"
+   sodipodi:docname="baseball.svg"
+   sodipodi:version="0.32"
+   width="470"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>Baseball</dc:title>
+        <dc:description>Baseball</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>sports</rdf:li>
+            <rdf:li>toy</rdf:li>
+            <rdf:li>baseball</rdf:li>
+            <rdf:li>ball</rdf:li>
+            <rdf:li>entertainment</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Anthony Liekens</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Anthony Liekens</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective26" />
+    <linearGradient
+       id="linearGradient122">
+      <stop
+         id="stop123"
+         offset="0.0000000"
+         style="stop-color:#ff0000;stop-opacity:1.0000000;" />
+      <stop
+         id="stop124"
+         offset="1.0000000"
+         style="stop-color:#761414;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient118">
+      <stop
+         id="stop119"
+         offset="0.0000000"
+         style="stop-color:#ffffff;stop-opacity:1.0000000;" />
+      <stop
+         id="stop120"
+         offset="1.0000000"
+         style="stop-color:#929648;stop-opacity:0.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient90">
+      <stop
+         id="stop91"
+         offset="0.0000000"
+         style="stop-color:#997c75;stop-opacity:1.0000000;" />
+      <stop
+         id="stop92"
+         offset="1.0000000"
+         style="stop-color:#929648;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <radialGradient
+       cx="257.64386"
+       cy="341.40033"
+       fx="257.64386"
+       fy="341.40033"
+       gradientTransform="scale(1.020069,0.980326)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient93"
+       inkscape:collect="always"
+       r="555.5459"
+       xlink:href="#linearGradient90" />
+    <linearGradient
+       gradientTransform="scale(0.965896,1.035308)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient125"
+       inkscape:collect="always"
+       x1="457.40964"
+       x2="602.93018"
+       xlink:href="#linearGradient122"
+       y1="292.32196"
+       y2="528.50598" />
+    <linearGradient
+       gradientTransform="matrix(1.021654,0,0,0.978805,0,-8.571429)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient129"
+       inkscape:collect="always"
+       x1="408.17328"
+       x2="411.05389"
+       xlink:href="#linearGradient118"
+       y1="307.2547"
+       y2="696.27338" />
+    <linearGradient
+       gradientTransform="matrix(1.021654,0,0,0.978805,0,-8.571429)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient131"
+       inkscape:collect="always"
+       x1="408.17328"
+       x2="411.05389"
+       xlink:href="#linearGradient118"
+       y1="307.2547"
+       y2="696.27338" />
+    <linearGradient
+       gradientTransform="scale(1.021654,0.978805)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient133"
+       inkscape:collect="always"
+       x1="301.9812"
+       x2="481.55508"
+       xlink:href="#linearGradient118"
+       y1="354.11786"
+       y2="624.12701" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-3076.4286"
+     inkscape:cy="520"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="667"
+     inkscape:window-width="912"
+     inkscape:window-x="132"
+     inkscape:window-y="174"
+     inkscape:zoom="0.04375"
+     pagecolor="#ffffff"
+     showgrid="false" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-182.14285,-260.21931)">
+    <path
+       d="M 637.14285,486.64789 A 220,211.42857 0 1 1 197.14285,486.64789 A 220,211.42857 0 1 1 637.14285,486.64789 z"
+       id="path85"
+       sodipodi:cx="417.14285"
+       sodipodi:cy="486.64789"
+       sodipodi:rx="220"
+       sodipodi:ry="211.42857"
+       sodipodi:type="arc"
+       style="fill:url(#radialGradient93);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline" />
+    <path
+       d="M 394.85268,292.15625 C 322.25529,299.2018 254.03609,346.81512 225.52695,414.41895 C 192.77846,488.77754 215.78223,583.10321 278.78875,634.31019 C 341.76742,688.99027 438.51048,700.70417 512.37375,661.67624 C 574.31933,630.17505 619.29231,564.55185 620.20104,494.28335 C 623.66372,423.54731 583.02349,353.53899 521.23,319.52052 C 483.21911,297.58343 438.50599,288.27109 394.85268,292.15625 z"
+       id="path94"
+       style="opacity:0.68000034;fill:url(#linearGradient133);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:30;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline" />
+    <path
+       d="M 325.71428,292.36218 C 420.78242,291.96605 434.59377,366.33984 405.71428,409.50504 C 368.59394,483.76824 325.35056,529.14132 362.85714,583.79075 C 395.92588,628.28806 486.94969,650.70223 511.42857,543.79075 C 543.48972,479.35216 568.05607,451.84683 631.42857,478.07647"
+       id="path9"
+       sodipodi:nodetypes="ccccc"
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient125);stroke-width:25;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:50, 25;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline" />
+    <path
+       d="M 637.14285,486.64789 A 220,211.42857 0 1 1 197.14285,486.64789 A 220,211.42857 0 1 1 637.14285,486.64789 z"
+       id="path8"
+       sodipodi:cx="417.14285"
+       sodipodi:cy="486.64789"
+       sodipodi:rx="220"
+       sodipodi:ry="211.42857"
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:30;stroke-linecap:butt;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/basketball.svg
===================================================================
--- /trunk/resources/images/presets/sport/basketball.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/basketball.svg	(revision 16006)
@@ -0,0 +1,182 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="252.26271"
+   height="251.88049"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien"
+   sodipodi:docname="basketball.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/gioppo/Disegni/basketball2.png"
+   inkscape:export-xdpi="90"
+   inkscape:export-ydpi="90"
+   version="1.0">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient2189">
+      <stop
+         style="stop-color:#ffd52a;stop-opacity:1;"
+         offset="0"
+         id="stop2191" />
+      <stop
+         style="stop-color:#ff7f2a;stop-opacity:1;"
+         offset="1"
+         id="stop2193" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient17099">
+      <stop
+         style="stop-color:#f09700;stop-opacity:1;"
+         offset="0"
+         id="stop17101" />
+      <stop
+         id="stop17107"
+         offset="1"
+         style="stop-color:#f6f700;stop-opacity:0.49803922;" />
+      <stop
+         style="stop-color:#f6f700;stop-opacity:0;"
+         offset="1"
+         id="stop17103" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4180">
+      <stop
+         style="stop-color:#ffe92a;stop-opacity:1;"
+         offset="0"
+         id="stop4182" />
+      <stop
+         id="stop4188"
+         offset="0.5"
+         style="stop-color:#fff22a;stop-opacity:0.49803922;" />
+      <stop
+         style="stop-color:#ff7f2a;stop-opacity:0;"
+         offset="1"
+         id="stop4184" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4180"
+       id="radialGradient5277"
+       cx="378.40622"
+       cy="466.38931"
+       fx="378.40622"
+       fy="466.38931"
+       r="171.71356"
+       gradientTransform="matrix(1,0,0,0.9950338,0,2.3161611)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient17099"
+       id="radialGradient17105"
+       cx="129.15811"
+       cy="738.49414"
+       fx="129.15811"
+       fy="738.49414"
+       r="483.95963"
+       gradientTransform="matrix(1,0,0,0.9994274,0,0.4228264)"
+       gradientUnits="userSpaceOnUse" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2189"
+       id="radialGradient2197"
+       cx="362.17661"
+       cy="386.00372"
+       fx="362.17661"
+       fy="386.00372"
+       r="126.13136"
+       gradientTransform="matrix(1.137734,0.8803895,-0.611057,0.7896716,185.98624,-237.57876)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2189"
+       id="linearGradient3172"
+       x1="481.63095"
+       y1="537.79144"
+       x2="274.91696"
+       y2="486.54004"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.58534981"
+     inkscape:cx="676.72069"
+     inkscape:cy="496.62837"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1152"
+     inkscape:window-height="821"
+     inkscape:window-x="401"
+     inkscape:window-y="59" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Livello 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-274.91695,-319.59866)">
+    <path
+       style="fill:url(#radialGradient2197);fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:4.9243083;stroke-miterlimit:4;stroke-opacity:1"
+       d="M 290.0785,500.00544 C 259.96555,438.84531 285.24054,364.80661 346.49588,334.74047 C 407.75122,304.67433 481.90518,329.91004 512.01812,391.07016 C 542.13106,452.23029 516.85608,526.269 455.60074,556.33513 C 394.4012,586.37388 320.32972,561.22529 290.15667,500.16393"
+       id="path2236" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.73245698px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 277.39495,430.72241 L 277.39495,430.72241 z "
+       id="path9163" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.39474154;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 278.66319,433.19164 C 298.10952,385.86469 514.13298,432.36856 523.43341,457.88397"
+       id="path9165"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.39474154;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 430.85192,324.54541 C 534.84755,361.17236 486.65446,555.83018 389.00002,567.76481"
+       id="path10136"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.39474154;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 349.6846,333.18772 C 408.86911,338.12619 447.76178,427.01856 510.75101,394.91854"
+       id="path12150"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.39474154;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 295.15031,510.97246 C 380.12235,523.73016 492.99566,405.61854 500.60509,519.61478"
+       id="path13121"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/beachvolleyball.svg
===================================================================
--- /trunk/resources/images/presets/sport/beachvolleyball.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/beachvolleyball.svg	(revision 16006)
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="300px"
+   height="300px"
+   viewBox="0 0 300 300"
+   enable-background="new 0 0 300 300"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="beach20.svg"><metadata
+   id="metadata21"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
+   id="defs19" /><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview17"
+   showgrid="false"
+   inkscape:zoom="0.78666667"
+   inkscape:cx="150"
+   inkscape:cy="148.72881"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1" />
+<rect
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="rect4149"
+   width="300"
+   height="300"
+   x="0"
+   y="-1.7704588e-014" /><path
+   d="M158.015,90.235c7.93,0.652,15.503-2.004,23.092-3.838c13.753-3.912,27.212-8.763,40.831-13.091  c9.385-2.418,18.693-5.129,28.021-7.758c1.673-0.637,3.976-1.013,4.556-2.989c-0.359-0.052-1.079-0.157-1.436-0.209  c-30.713,1.351-61.404,3.526-91.908,7.403c-4.012,0.409-7.951,1.786-11.105,4.342c-2.246,2.093-2.718,5.283-3.396,8.119  C149.099,86.256,152.871,90.454,158.015,90.235z"
+   id="path3" />
+<path
+   d="M9.179,86.175c22.338,7.548,45.028,14.051,67.874,19.883c7.774,2.057,15.523,4.28,23.429,5.78  c4.386,0.495,9.672,1.132,13.183-2.155c1.962-1.943,4.091-4.672,2.681-7.546c-1.105-6.248-7.27-9.483-12.916-10.75  c-10.313-2.084-20.86-2.778-31.357-3.181c-19.098-0.365-38.139-1.754-57.16-3.451C13.038,84.83,10.041,83.864,9.179,86.175z"
+   id="path5" />
+<path
+   d="M263.098,157.891c-24.264-14.021-49.325-28.505-77.45-32.753c-5.638,1.092-12.622,7.199-9.257,13.451  c3.99,6.581,11.367,10.007,18.139,13.044c25.248,9.953,51.404,17.342,77.564,24.467c9.319,2.795,18.711,5.371,27.906,8.563v-5.268  C287.727,172.179,275.201,165.396,263.098,157.891z"
+   id="path7" />
+<path
+   d="M155.6,148.993c-0.971,4.487,2.152,8.407,4.981,11.508c6.313,6.301,14.192,10.685,21.877,15.077  c24.391,13.918,50.074,25.34,75.158,37.916c7.303,3.225,13.989,7.75,21.411,10.703c0.611,0.01,1.841,0.024,2.453,0.035  c-1.391-2.531-4.258-3.47-6.271-5.361c-4.025-3.695-8.359-7.023-12.512-10.565c-17.086-13.982-33.314-29.016-50.99-42.269  c-13.835-10.505-28.967-19.396-45.344-25.302C162.202,142.438,157.031,144.207,155.6,148.993z"
+   id="path9" />
+<path
+   d="M260.915,261.795c-4.382-0.614-8.55-2.242-12.86-3.218c-3.133,1.372-6.318,2.646-9.267,4.396  c-2.407,1.293-4.915,2.984-7.794,2.583c-10.353-0.845-19.371-7.423-29.905-7.37c-15.578,0.378-30.785,4.221-46.054,6.957  c-7.446,0.842-13.695-4.236-20.829-5.251c-11.03-0.706-21.202,5.989-32.267,4.54c-5.692-0.674-11.398-1.223-17.089-1.902  c-8.586-1.524-16.891,3.955-25.448,1.789c-5.956-2.053-11.779-5.245-18.276-4.925c-4.475,0.565-8.631,2.704-13.158,2.978  c-5.793-0.18-11.034-3.271-16.816-3.555c-3.804-0.117-7.49,1.006-11.15,1.892v1.763c0.29,1.428,0.595,2.855,0.916,4.283  c3.055-0.596,6.038-1.775,9.17-1.846c6.388,0.742,12.386,3.838,18.927,3.523c4.492,0.137,8.481-2.4,12.891-2.801  c6.111-0.094,11.272,3.703,17.067,5.005c2.656,0.341,5.348,0.249,8.018,0.167c4.728-0.204,9.171-2.439,13.928-2.322  c9.634,0.783,19.245,2.708,28.947,2.039c6.479-0.887,12.663-3.221,19.12-4.224c7.053-1.237,13.017,3.772,19.782,4.649  c4.48,0.936,9.049,0.322,13.409-0.886c11.934-1.959,23.706-5.169,35.829-5.783c12.28-1.013,22.739,8.218,35,7.35  c5.706-0.249,9.991-4.552,15.149-6.409c4.096,0.406,7.851,2.526,11.994,2.684c7.317,0.014,14.521-1.963,21.858-1.465  c5.991,0.336,11.994,0.129,17.992,0.191v-5.985c-5.995-0.482-12.012-0.083-18.01-0.425  C274.91,259.8,267.975,261.808,260.915,261.795z"
+   id="path11" />
+<path
+   d="M22.785,82.937c10.198,0,18.465-8.267,18.465-18.464c0-10.198-8.267-18.465-18.465-18.465  c-10.197,0-18.464,8.267-18.464,18.465C4.321,74.67,12.588,82.937,22.785,82.937z M22.785,52.008  c6.873,0,12.465,5.592,12.465,12.465s-5.592,12.464-12.465,12.464s-12.464-5.591-12.464-12.464S15.912,52.008,22.785,52.008z"
+   id="path13" />
+<circle
+   cx="114.966"
+   cy="64.349"
+   r="21.875"
+   id="circle15" />
+</svg>
Index: /trunk/resources/images/presets/sport/billiards.svg
===================================================================
--- /trunk/resources/images/presets/sport/billiards.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/billiards.svg	(revision 16006)
@@ -0,0 +1,161 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   sodipodi:docname="20.svg"
+   viewBox="0 0 160 160"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="160">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient3787"
+       inkscape:collect="always">
+      <stop
+         id="stop3789"
+         style="stop-color:#ffffff"
+         offset="0" />
+      <stop
+         id="stop3791"
+         style="stop-color:#ffffff;stop-opacity:0"
+         offset="1" />
+    </linearGradient>
+    <radialGradient
+       id="radialGradient3779"
+       gradientUnits="userSpaceOnUse"
+       cy="511.20001"
+       cx="223.33"
+       gradientTransform="matrix(-0.66386821,0.45642611,-0.63738625,-0.92710969,591.21025,1071.2538)"
+       r="299.07001"
+       inkscape:collect="always">
+      <stop
+         id="stop3775"
+         style="stop-color:#502d16"
+         offset="0" />
+      <stop
+         id="stop3777"
+         style="stop-color:#000000"
+         offset="1" />
+    </radialGradient>
+    <linearGradient
+       id="linearGradient3793"
+       y2="520.92999"
+       xlink:href="#linearGradient3787"
+       gradientUnits="userSpaceOnUse"
+       x2="397.14001"
+       y1="-436.20999"
+       x1="71.429001"
+       inkscape:collect="always"
+       gradientTransform="matrix(0.26749464,0,0,0.26749464,49.86236,591.24236)" />
+    <linearGradient
+       id="linearGradient3797"
+       y2="113.74"
+       xlink:href="#linearGradient3787"
+       gradientUnits="userSpaceOnUse"
+       x2="278.92001"
+       y1="706.45001"
+       x1="439.70001"
+       inkscape:collect="always"
+       gradientTransform="matrix(0.24241702,0,0,0.24241702,50.42123,573.4727)" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     fit-margin-left="0"
+     pagecolor="#ffffff"
+     fit-margin-top="0"
+     inkscape:window-maximized="1"
+     inkscape:zoom="0.7"
+     inkscape:window-x="-8"
+     inkscape:window-height="942"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="253.54293"
+     inkscape:cy="420.24156"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid826" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-68.071,-647.15002)">
+    <circle
+       id="path2985"
+       style="fill:url(#radialGradient3779);fill-rule:evenodd;stroke:#000000;stroke-width:0.26749462px"
+       cx="148.071"
+       cy="727.15002"
+       r="79.866249" />
+    <circle
+       id="path2991"
+       style="fill:url(#linearGradient3797);stroke-width:0.24241699"
+       cx="157.77733"
+       cy="737.84998"
+       r="44.32769" />
+    <text
+       id="text2993"
+       style="font-size:3.20993543px;line-height:0%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;stroke-width:0.26749462"
+       xml:space="preserve"
+       y="761.63403"
+       x="139.27974"><tspan
+         id="tspan2995"
+         sodipodi:role="line"
+         x="139.27974"
+         y="761.63403"
+         style="font-size:58.19077682px;line-height:1.25;font-family:sans-serif;stroke-width:0.26749462">8</tspan></text>
+    <path
+       id="path3784"
+       sodipodi:nodetypes="sssss"
+       style="fill:url(#linearGradient3793);fill-rule:evenodd;stroke-width:0"
+       inkscape:connector-curvature="0"
+       d="m 219.22123,698.97585 c 0,25.17124 -34.48274,28.7637 -70.40192,28.7637 -35.91917,0 -72.662243,-3.59139 -72.662243,-28.7637 0,-25.17124 35.996763,-51.69067 71.913263,-51.69067 35.91918,0 71.14823,26.51943 71.14823,51.69067 z" />
+  </g>
+  <metadata
+     id="metadata18">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/sport/boule.svg
===================================================================
--- /trunk/resources/images/presets/sport/boule.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/boule.svg	(revision 16006)
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="140"
+   height="140"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="boule.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\boule.png"
+   inkscape:export-xdpi="10.285714"
+   inkscape:export-ydpi="10.285714">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="-51.172645"
+     inkscape:cy="107.67556"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-257.14284,-335.21933)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4138"
+       width="140"
+       height="140"
+       x="257.14285"
+       y="335.21936" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#999999;fill-opacity:1;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none"
+       id="path2385"
+       sodipodi:cx="324.28571"
+       sodipodi:cy="342.36218"
+       sodipodi:rx="15.714286"
+       sodipodi:ry="15.714286"
+       d="m 339.99999,342.36218 a 15.714286,15.714286 0 0 1 -15.71428,15.71429 15.714286,15.714286 0 0 1 -15.71429,-15.71429 15.714286,15.714286 0 0 1 15.71429,-15.71428 15.714286,15.714286 0 0 1 15.71428,15.71428 z"
+       transform="translate(48.571429,14.285715)" />
+    <path
+       d="m 339.99999,342.36218 a 15.714286,15.714286 0 0 1 -15.71428,15.71429 15.714286,15.714286 0 0 1 -15.71429,-15.71429 15.714286,15.714286 0 0 1 15.71429,-15.71428 15.714286,15.714286 0 0 1 15.71428,15.71428 z"
+       sodipodi:ry="15.714286"
+       sodipodi:rx="15.714286"
+       sodipodi:cy="342.36218"
+       sodipodi:cx="324.28571"
+       id="path2387"
+       style="fill:#999999;fill-opacity:1;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none"
+       sodipodi:type="arc"
+       transform="translate(-42.857147,34.285714)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#999999;fill-opacity:1;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none"
+       id="path2389"
+       sodipodi:cx="324.28571"
+       sodipodi:cy="342.36218"
+       sodipodi:rx="15.714286"
+       sodipodi:ry="15.714286"
+       d="m 339.99999,342.36218 a 15.714286,15.714286 0 0 1 -15.71428,15.71429 15.714286,15.714286 0 0 1 -15.71429,-15.71429 15.714286,15.714286 0 0 1 15.71429,-15.71428 15.714286,15.714286 0 0 1 15.71428,15.71428 z"
+       transform="translate(8.5714257,111.42858)" />
+    <path
+       transform="matrix(0.8181819,0,0,0.8181819,81.818184,110.8191)"
+       d="m 339.99999,342.36218 a 15.714286,15.714286 0 0 1 -15.71428,15.71429 15.714286,15.714286 0 0 1 -15.71429,-15.71429 15.714286,15.714286 0 0 1 15.71429,-15.71428 15.714286,15.714286 0 0 1 15.71428,15.71428 z"
+       sodipodi:ry="15.714286"
+       sodipodi:rx="15.714286"
+       sodipodi:cy="342.36218"
+       sodipodi:cx="324.28571"
+       id="path2391"
+       style="fill:#000000;fill-opacity:1;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none"
+       sodipodi:type="arc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/canoe.svg
===================================================================
--- /trunk/resources/images/presets/sport/canoe.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/canoe.svg	(revision 16006)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   x="0px"
+   y="0px"
+   width="160"
+   height="160"
+   viewBox="0 0 160 160"
+   enable-background="new 0 0 580 580"
+   xml:space="preserve"
+   id="svg2"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="21.svg"><metadata
+     id="metadata21"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs19" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview17"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="1.1508772"
+     inkscape:cx="217.98384"
+     inkscape:cy="204.81395"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"><inkscape:grid
+       type="xygrid"
+       id="grid814" /></sodipodi:namedview><ellipse
+     cx="54.784023"
+     cy="16.92157"
+     id="circle11"
+     style="fill:#501616;stroke-width:0.36258566"
+     rx="14.84234"
+     ry="16.921574" /><path
+     d="m 9.84984,123.89822 c 3.06946,-1.61674 6.54675,-2.56952 10.14086,-2.56952 3.59377,0 7.07107,0.95239 10.12151,2.56952 3.01105,1.52808 6.37187,2.41388 9.88821,2.41388 3.49665,0 6.85747,-0.8858 9.84951,-2.41388 3.04976,-1.61674 6.52739,-2.56952 10.14052,-2.56952 3.61312,0 7.05205,0.95239 10.14086,2.56952 2.97234,1.52808 6.35251,2.41388 9.8495,2.41388 3.49665,0 6.87683,-0.8858 9.84917,-2.41388 3.08915,-1.61674 6.54675,-2.56952 10.16055,-2.56952 3.61347,0 7.05205,0.95239 10.12151,2.56952 3.01105,1.52808 6.37187,2.41388 9.86886,2.41388 3.51634,0 6.85747,-0.8858 9.8692,-2.41388 3.04976,-1.61674 6.52739,-2.56952 10.1215,-2.56952 3.08882,0 6.08051,0.66474 8.8002,1.88271 4.40978,-5.49289 7.12982,-12.80151 7.12982,-20.79733 0,-17.054372 -12.1033,-30.852802 -27.04242,-30.852802 l -3.03074,0.3767 c -3.32177,15.37103 -16.80409,16.03577 -16.80409,16.03577 l -61.73861,-0.0224 -5.16772,-3.45532 12.45272,-23.80937 13.6185,8.96989 c 8.15907,6.02484 12.41366,-2.41388 12.41366,-2.41388 l 13.65721,-25.38197 c 5.94468,-11.02992 -6.66323,-19.86702 -12.54984,-8.79297 l -9.5578,17.80699 -22.72941,-14.32999 c -15.75513,-10.01094 -22.4187,6.57808 -22.4187,6.57808 L 9.15031,77.984538 C 6.1199,85.226968 8.8199,88.349718 8.8199,88.349718 L 0,88.327618 v 38.006562 h 0.0387 c 3.47831,3.9e-4 6.81944,-0.90787 9.81113,-2.43595 z"
+     id="path13"
+     inkscape:connector-curvature="0"
+     style="fill:#501616;stroke-width:0.36258566" /><path
+     d="m 150.17019,140.73075 c -3.08915,-1.61713 -6.52773,-2.56952 -10.16021,-2.56952 -3.59411,0 -7.07141,0.95239 -10.12151,2.56952 -3.01105,1.52808 -6.35251,2.43633 -9.8692,2.43633 -3.49699,0 -6.85747,-0.90825 -9.86886,-2.43633 -3.06946,-1.61713 -6.50804,-2.56952 -10.1215,-2.56952 -3.61347,0 -7.07141,0.95239 -10.16022,2.56952 -2.97234,1.52808 -6.35285,2.43633 -9.8495,2.43633 -3.49699,0 -6.87717,-0.90825 -9.84951,-2.43633 -3.08915,-1.61713 -6.52773,-2.56952 -10.14086,-2.56952 -3.61312,0 -7.09076,0.95239 -10.14052,2.56952 -2.99204,1.52808 -6.35251,2.43633 -9.8495,2.43633 -3.51601,0 -6.87717,-0.90825 -9.88822,-2.43633 -3.04976,-1.61713 -6.52773,-2.56952 -10.1215,-2.56952 -3.59411,0 -7.07141,0.95239 -10.14087,2.56952 -2.99169,1.52808 -6.35251,2.43633 -9.8495,2.43633 V 160 c 3.49699,0 6.85781,-0.8858 9.8495,-2.41427 3.06946,-1.61674 6.54676,-2.56913 10.14087,-2.56913 3.59377,0 7.0714,0.95239 10.1215,2.56913 C 33.16163,159.1142 36.52279,160 40.0388,160 c 3.49699,0 6.85746,-0.8858 9.8495,-2.41427 3.04976,-1.61674 6.50804,-2.56913 10.14052,-2.56913 3.59411,0 7.05205,0.95239 10.14086,2.56913 C 73.14202,159.1142 76.5222,160 80.01919,160 c 3.49665,0 6.87716,-0.8858 9.8495,-2.41427 3.08881,-1.61674 6.5274,-2.56913 10.16022,-2.56913 3.59377,0 7.05204,0.95239 10.1215,2.56913 3.01105,1.52847 6.37187,2.41427 9.86886,2.41427 3.51635,0 6.85781,-0.8858 9.8692,-2.41427 3.04976,-1.61674 6.50804,-2.56913 10.12151,-2.56913 3.61346,0 7.07106,0.95239 10.16021,2.56913 C 153.14253,159.1142 156.50335,160 160,160 v -16.83292 c -3.49665,0 -6.85747,-0.90825 -9.82981,-2.43633 z"
+     id="path15"
+     inkscape:connector-curvature="0"
+     style="fill:#0000ff;stroke-width:0.36258566" /></svg>
Index: /trunk/resources/images/presets/sport/chess.svg
===================================================================
--- /trunk/resources/images/presets/sport/chess.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/chess.svg	(revision 16006)
@@ -0,0 +1,305 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="chess.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-4.0420854"
+     inkscape:cy="7.1721423"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4134"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4136"
+       width="2"
+       height="2"
+       x="0"
+       y="1050.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4138"
+       width="2"
+       height="2"
+       x="0"
+       y="1046.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4140"
+       width="2"
+       height="2"
+       x="0"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4142"
+       width="2"
+       height="2"
+       x="0"
+       y="1038.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4144"
+       width="2"
+       height="2"
+       x="2"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4146"
+       width="2"
+       height="2"
+       x="2"
+       y="1040.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4148"
+       width="2"
+       height="2"
+       x="2"
+       y="1044.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4150"
+       width="2"
+       height="2"
+       x="2"
+       y="1048.3622" />
+    <rect
+       y="1050.3622"
+       x="4"
+       height="2"
+       width="2"
+       id="rect4152"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1046.3622"
+       x="4"
+       height="2"
+       width="2"
+       id="rect4154"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1042.3622"
+       x="4"
+       height="2"
+       width="2"
+       id="rect4156"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1038.3622"
+       x="4"
+       height="2"
+       width="2"
+       id="rect4158"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1036.3622"
+       x="6"
+       height="2"
+       width="2"
+       id="rect4160"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1040.3622"
+       x="6"
+       height="2"
+       width="2"
+       id="rect4162"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1044.3622"
+       x="6"
+       height="2"
+       width="2"
+       id="rect4164"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1048.3622"
+       x="6"
+       height="2"
+       width="2"
+       id="rect4166"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1050.3622"
+       x="8"
+       height="2"
+       width="2"
+       id="rect4168"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1046.3622"
+       x="8"
+       height="2"
+       width="2"
+       id="rect4170"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1042.3622"
+       x="8"
+       height="2"
+       width="2"
+       id="rect4172"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1038.3622"
+       x="8"
+       height="2"
+       width="2"
+       id="rect4174"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1036.3622"
+       x="10"
+       height="2"
+       width="2"
+       id="rect4176"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1040.3622"
+       x="10"
+       height="2"
+       width="2"
+       id="rect4178"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1044.3622"
+       x="10"
+       height="2"
+       width="2"
+       id="rect4180"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1048.3622"
+       x="10"
+       height="2"
+       width="2"
+       id="rect4182"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4184"
+       width="2"
+       height="2"
+       x="12"
+       y="1050.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4186"
+       width="2"
+       height="2"
+       x="12"
+       y="1046.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4188"
+       width="2"
+       height="2"
+       x="12"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4190"
+       width="2"
+       height="2"
+       x="12"
+       y="1038.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4192"
+       width="2"
+       height="2"
+       x="14"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4194"
+       width="2"
+       height="2"
+       x="14"
+       y="1040.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4196"
+       width="2"
+       height="2"
+       x="14"
+       y="1044.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4198"
+       width="2"
+       height="2"
+       x="14"
+       y="1048.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/climbing.svg
===================================================================
--- /trunk/resources/images/presets/sport/climbing.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/climbing.svg	(revision 16006)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="168.57144"
+   height="346.87723"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="climbing.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\icons\sport\climbing.png"
+   inkscape:export-xdpi="4.1513247"
+   inkscape:export-ydpi="4.1513247">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="-80.297052"
+     inkscape:cy="297.03711"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1600"
+     inkscape:window-height="1110"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-308.57141,-286.64789)">
+    <path
+       style="fill:#ff8080;fill-rule:evenodd;stroke:#004e00;stroke-width:7.15445232;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 391.85111,310.49076 L 346.85686,543.98461 L 330.29175,629.94789"
+       id="path3163"
+       sodipodi:nodetypes="ccc" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:#ffd42a;fill-opacity:1;stroke:none;stroke-width:16.70000076000000200;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3155"
+       sodipodi:cx="330"
+       sodipodi:cy="379.50504"
+       sodipodi:rx="21.428572"
+       sodipodi:ry="21.428572"
+       d="M 351.42857,379.50504 A 21.428572,21.428572 0 1 1 308.57143,379.50504 A 21.428572,21.428572 0 1 1 351.42857,379.50504 z"
+       transform="translate(0,-41.428571)" />
+    <rect
+       y="207.37912"
+       x="-493.64743"
+       height="99.711678"
+       width="18.253916"
+       id="rect3159"
+       style="opacity:1;fill:#ff2a2a;fill-opacity:1;stroke:none;stroke-width:16.70000076;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       transform="matrix(-0.2975847,-0.9546954,0.9228932,-0.385056,0,0)"
+       inkscape:transform-center-y="18.90741"
+       inkscape:transform-center-x="-18.208805" />
+    <rect
+       inkscape:transform-center-y="105.63063"
+       inkscape:transform-center-x="216.14747"
+       transform="matrix(0.8265252,-0.5628997,0.5628997,0.8265252,0,0)"
+       style="opacity:1;fill:#d38d5f;fill-opacity:1;stroke:none;stroke-width:16.70000076000000200;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3161"
+       width="17.142857"
+       height="105.71428"
+       x="13.348231"
+       y="571.49854" />
+    <rect
+       style="opacity:1;fill:#784421;fill-opacity:1;stroke:none;stroke-width:16.70000076;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect2383"
+       width="85.714287"
+       height="342.14282"
+       x="391.42856"
+       y="286.64789" />
+    <rect
+       style="opacity:1;fill:#ff2a2a;fill-opacity:1;stroke:none;stroke-width:16.70000076;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3157"
+       width="37.142857"
+       height="105.71429"
+       x="308.57141"
+       y="362.36221" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/cricket.svg
===================================================================
--- /trunk/resources/images/presets/sport/cricket.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/cricket.svg	(revision 16006)
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="659.23596"
+   id="svg1"
+   inkscape:version="0.46"
+   sodipodi:docbase="/home/cgoerner/workspace/openclipart"
+   sodipodi:docname="cricket.svg"
+   sodipodi:version="0.32"
+   width="271.93799"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>Cricket Bat</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li />
+            <rdf:li>sports</rdf:li>
+            <rdf:li>cricket</rdf:li>
+            <rdf:li>recreation</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>Chris Goerner</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Chris Goerner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Chris Goerner</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective21" />
+    <linearGradient
+       id="linearGradient1738">
+      <stop
+         id="stop1739"
+         offset="0.0000000"
+         style="stop-color:#ca3030;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1740"
+         offset="1.0000000"
+         style="stop-color:#a52727;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1734">
+      <stop
+         id="stop1735"
+         offset="0.0000000"
+         style="stop-color:#826b35;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1737"
+         offset="0.50000000"
+         style="stop-color:#bfad62;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1736"
+         offset="1.0000000"
+         style="stop-color:#b1a855;stop-opacity:1.0000000;" />
+    </linearGradient>
+    <linearGradient
+       gradientTransform="matrix(0.50364,0.153907,-0.55494,1.815962,69.28644,-234.43574)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1733"
+       inkscape:collect="always"
+       x1="284.05496"
+       x2="622.53253"
+       xlink:href="#linearGradient1734"
+       y1="298.13403"
+       y2="345.0676" />
+    <linearGradient
+       gradientTransform="matrix(0.347622,0.10623,-0.804006,2.630995,71.67734,-233.70511)"
+       gradientUnits="userSpaceOnUse"
+       id="linearGradient1741"
+       inkscape:collect="always"
+       x1="611.54199"
+       x2="729.05194"
+       xlink:href="#linearGradient1738"
+       y1="125.26135"
+       y2="125.26135" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg1"
+     inkscape:cx="-299.83104"
+     inkscape:cy="484.7334"
+     inkscape:guide-bbox="true"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="696"
+     inkscape:window-width="1024"
+     inkscape:window-x="176"
+     inkscape:window-y="232"
+     inkscape:zoom="0.30699632"
+     pagecolor="#ffffff"
+     showguides="true"
+     showgrid="false" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     transform="translate(-199.46146,-264.56778)" />
+  <g
+     id="layer2"
+     inkscape:groupmode="layer"
+     inkscape:label="kjh"
+     transform="translate(-199.46146,-264.56778)" />
+  <path
+     d="M 122.00016,220.02161 L 164.36931,217.16372 L 203.6977,229.18209 L 240.7656,256.31516 L 119.39043,653.49792 C 98.06361,654.78622 78.04637,662.87218 55.93584,655.64194 C 29.6144,647.69553 18.88665,630.59052 0.625,617.20437 L 122.00016,220.02161 z"
+     id="rect1104"
+     sodipodi:nodetypes="cccccccc"
+     style="fill:url(#linearGradient1733);fill-opacity:1;stroke:#473b18;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  <path
+     d="M 231.20112,7.0080694 L 270.86866,19.130079 L 206.49976,229.76805 L 156.91717,321.05576 L 166.83221,217.64604 L 231.20112,7.0080694 z"
+     id="rect1106"
+     sodipodi:nodetypes="cccccc"
+     style="fill:url(#linearGradient1741);fill-opacity:1;stroke:#7b0505;stroke-width:0.98828926pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  <path
+     d="M 263.08085,183.7635 A 19.074261,13.495939 0 1 1 224.93233,183.7635 A 19.074261,13.495939 0 1 1 263.08085,183.7635 z"
+     id="path1108"
+     sodipodi:cx="244.00659"
+     sodipodi:cy="183.7635"
+     sodipodi:rx="19.074261"
+     sodipodi:ry="13.495939"
+     sodipodi:type="arc"
+     style="fill:#bd1e1e;fill-opacity:1;stroke:#810404;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     transform="matrix(1.042164,0.318475,-0.229092,0.749672,39.04414,-203.09324)" />
+</svg>
Index: /trunk/resources/images/presets/sport/croquet.svg
===================================================================
--- /trunk/resources/images/presets/sport/croquet.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/croquet.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="355"
+   height="339.84775"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="croquet2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\sports\croquet.png"
+   inkscape:export-xdpi="3.5481346"
+   inkscape:export-ydpi="3.5481346">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="71.550858"
+     inkscape:cy="40.328915"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-166.74364,-279.94034)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4136"
+       width="355"
+       height="339.84772"
+       x="166.74364"
+       y="279.94034" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:12.99589157;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 198.70965,613.29013 2.79953,-165.46068 c 0,0 10.93414,-139.29337 144.17587,-141.13047 133.15353,-1.83588 144.1759,141.13047 144.1759,141.13047 l -2e-5,165.46068 0,0"
+       id="path2383"
+       sodipodi:nodetypes="cczccc"
+       inkscape:connector-curvature="0" />
+    <circle
+       style="fill:#00ff00;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3157"
+       cx="341.71384"
+       cy="510.50235"
+       r="104.14286" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/cycling.svg
===================================================================
--- /trunk/resources/images/presets/sport/cycling.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/cycling.svg	(revision 16006)
@@ -0,0 +1,371 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77)  -->
+
+<svg
+   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   enable-background="new 0 0 455.148 454.788"
+   height="140"
+   i:pageBounds="0 792 612 0"
+   i:rulerOrigin="0 0"
+   i:viewOrigin="78 623"
+   overflow="visible"
+   space="preserve"
+   viewBox="0 0 160 140"
+   width="160"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="22.svg"
+   version="1.1"
+   style="overflow:visible">
+  <defs
+     id="defs110">
+    <foreignObject
+       id="foreignObject8"
+       y="0"
+       x="0"
+       width="1"
+       requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"
+       height="1">
+      <i:pgfRef
+         xlink:href="#adobe_illustrator_pgf" />
+    </foreignObject>
+    <linearGradient
+       y2="227.73579"
+       y1="227.73579"
+       x2="455.14841"
+       x1="424.36719"
+       id="XMLID_1_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop16"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop18"
+         style="stop-color:#E2E2E2"
+         offset="0.1696" />
+      <stop
+         id="stop20"
+         style="stop-color:#D8D8D8"
+         offset="0.3059" />
+      <stop
+         id="stop22"
+         style="stop-color:#C7C7C7"
+         offset="0.4306" />
+      <stop
+         id="stop24"
+         style="stop-color:#B0B0B0"
+         offset="0.5484" />
+      <stop
+         id="stop26"
+         style="stop-color:#919191"
+         offset="0.6614" />
+      <stop
+         id="stop28"
+         style="stop-color:#6B6B6B"
+         offset="0.7707" />
+      <stop
+         id="stop30"
+         style="stop-color:#3E3E3E"
+         offset="0.8772" />
+      <stop
+         id="stop32"
+         style="stop-color:#0C0C0C"
+         offset="0.9788" />
+      <stop
+         id="stop34"
+         style="stop-color:#000000"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#000000"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="227.37601"
+       y1="227.37601"
+       x2="0.0713"
+       x1="30.851601"
+       id="XMLID_2_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop39"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop41"
+         style="stop-color:#E2E2E2"
+         offset="0.2675" />
+      <stop
+         id="stop43"
+         style="stop-color:#D8D8D8"
+         offset="0.4824" />
+      <stop
+         id="stop45"
+         style="stop-color:#C7C7C7"
+         offset="0.679" />
+      <stop
+         id="stop47"
+         style="stop-color:#B0B0B0"
+         offset="0.8635" />
+      <stop
+         id="stop49"
+         style="stop-color:#999999"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#999999"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="0.071800001"
+       y1="30.8521"
+       x2="227.73579"
+       x1="227.73579"
+       id="XMLID_3_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop54"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop56"
+         style="stop-color:#E2E2E2"
+         offset="0.2675" />
+      <stop
+         id="stop58"
+         style="stop-color:#D8D8D8"
+         offset="0.4824" />
+      <stop
+         id="stop60"
+         style="stop-color:#C7C7C7"
+         offset="0.679" />
+      <stop
+         id="stop62"
+         style="stop-color:#B0B0B0"
+         offset="0.8635" />
+      <stop
+         id="stop64"
+         style="stop-color:#999999"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#999999"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="454.67969"
+       y1="423.89941"
+       x2="227.37601"
+       x1="227.37601"
+       id="XMLID_4_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop69"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop71"
+         style="stop-color:#E2E2E2"
+         offset="0.1696" />
+      <stop
+         id="stop73"
+         style="stop-color:#D8D8D8"
+         offset="0.3059" />
+      <stop
+         id="stop75"
+         style="stop-color:#C7C7C7"
+         offset="0.4306" />
+      <stop
+         id="stop77"
+         style="stop-color:#B0B0B0"
+         offset="0.5484" />
+      <stop
+         id="stop79"
+         style="stop-color:#919191"
+         offset="0.6614" />
+      <stop
+         id="stop81"
+         style="stop-color:#6B6B6B"
+         offset="0.7707" />
+      <stop
+         id="stop83"
+         style="stop-color:#3E3E3E"
+         offset="0.8772" />
+      <stop
+         id="stop85"
+         style="stop-color:#0C0C0C"
+         offset="0.9788" />
+      <stop
+         id="stop87"
+         style="stop-color:#000000"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#000000"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="1.1754328"
+     inkscape:cx="72.338383"
+     inkscape:cy="147.10036"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid856" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>Part of Hotel Icons Collection</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>hotel</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.46937475;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4176"
+     width="160"
+     height="140"
+     x="0"
+     y="0" />
+  <path
+     d="m 81.364963,45.899323 -13.21998,12.8859 18.94425,10.90736 c 0.11819,8.3205 0.18526,15.4225 0.13461,21.69634 -0.0502,6.24003 0.50653,12.294027 -0.40476,15.490137 -0.97929,3.07821 -3.27557,3.11156 -5.20038,3.11156 -1.94217,-0.0503 -5.11643,-0.91271 -6.26457,-3.22993 -1.14767,-2.40084 -0.60737,-5.95255 -0.65849,-10.653697 -0.11819,-4.73498 -0.11819,-10.41695 0,-17.36722 -6.04413,-2.82455 -11.07567,-5.27612 -15.34741,-7.6779 -4.32287,-2.3844 -7.93612,-4.15954 -10.13109,-6.44295 -2.17808,-2.36749 -2.93834,-4.9379 -2.93834,-7.3223 -0.0333,-2.40131 0.81091,-4.19384 2.66772,-6.81499 1.8404,-2.67188 4.72763,-5.44522 8.27334,-8.9119 3.52883,-3.5005 9.26998,-9.31776 12.66327,-11.78671 3.32622,-2.46895 5.01465,-3.027 7.3447,-2.97627 2.34645,0.0169 4.59254,1.55578 6.53471,3.11156 1.8404,1.48813 2.63349,2.99318 4.66008,6.07091 1.99236,3.06083 4.37305,7.10247 7.20916,12.26021 5.436757,-0.49041 9.573427,-0.49041 12.545077,0 2.88722,0.43968 4.66008,1.36976 5.06577,2.8579 0.38834,1.50504 0.0844,4.92099 -2.66773,6.07091 -2.83704,1.01464 -10.48565,0.52423 -14.014477,0.49041 -3.4946,0 -5.36876,0.20293 -7.05813,-0.49041 -1.78881,-0.77788 -1.99236,-2.09691 -3.34264,-3.95708 -1.35028,-1.89352 -2.97071,-4.31174 -4.79469,-7.32184 z"
+     i:knockout="Off"
+     id="path93"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.46937475"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 95.086323,10.227283 c 6.328817,0 11.464947,4.77303 11.464947,10.6537 0,5.88115 -5.13613,10.6537 -11.464947,10.6537 -6.32788,0 -11.46401,-4.77302 -11.46401,-10.6537 0,-5.88067 5.13613,-10.6537 11.46401,-10.6537"
+     i:knockout="Off"
+     id="path95"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.46937475"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 39.053233,71.992433 c 17.70841,0 32.07981,13.35658 32.07981,29.813437 0,16.45687 -14.3714,29.81298 -32.07981,29.81298 -17.70841,0 -32.0802843,-13.35658 -32.0802843,-29.81345 0,-16.456857 14.3718743,-29.812967 32.0802843,-29.812967 z m 0,5.76652 c 14.28792,0 25.88372,10.77302 25.88372,24.046447 0,13.27344 -11.59627,24.04692 -25.88372,24.04692 -14.28745,0 -25.88372,-10.77348 -25.88372,-24.04692 0,-13.273427 11.5958,-24.046447 25.88372,-24.046447 z"
+     i:knockout="Off"
+     id="path97"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.46937475"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 122.95114,71.992433 c 17.70888,0 32.08028,13.35658 32.08028,29.813437 0,16.45687 -14.37187,29.81345 -32.08028,29.81345 -17.70794,0 -32.080277,-13.35658 -32.080277,-29.81345 0,-16.456857 14.372337,-29.813437 32.080277,-29.813437 z m 0,5.76652 c 14.27901,0 25.86684,10.77302 25.86684,24.046447 0,13.27344 -11.58783,24.04692 -25.86684,24.04692 -14.27807,0 -25.866837,-10.77348 -25.866837,-24.04692 0,-13.273427 11.588767,-24.046447 25.866837,-24.046447 z"
+     i:knockout="Off"
+     id="path99"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.46937475"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 80.251063,43.836233 -13.22092,12.8859 18.94425,10.90735 c 0.11819,8.33695 0.18573,15.38868 0.13555,21.67943 -0.0511,6.22312 0.50653,12.327857 -0.4057,15.507047 -0.97929,3.09465 -3.27556,3.06083 -5.20038,3.09465 -1.94217,-0.0507 -5.11596,-0.91317 -6.26363,-3.22993 -1.1486,-2.36749 -0.6083,-6.003277 -0.65849,-10.653697 -0.11819,-4.75189 -0.11819,-10.38313 0,-17.35078 -6.04507,-2.80716 -11.07614,-5.30994 -15.34835,-7.69433 -4.30551,-2.3844 -7.96942,-4.16002 -10.1475,-6.44296 -2.19543,-2.40131 -2.88676,-4.90408 -2.92099,-7.30539 -0.0338,-2.40131 0.81045,-4.19384 2.66773,-6.81498 1.84039,-2.65497 4.72762,-5.47905 8.2738,-8.92882 3.52836,-3.53432 9.26951,-9.28393 12.66327,-11.7698 3.32622,-2.46895 5.01419,-3.027 7.34423,-2.97627 2.34692,0.0338 4.59254,1.52196 6.53424,3.09465 1.8404,1.48813 2.6335,2.99318 4.66009,6.07092 1.99235,3.09464 4.37305,7.10246 7.21009,12.27711 5.43676,-0.4904 9.573427,-0.4904 12.545077,0 2.88722,0.45659 4.66008,1.31903 5.06483,2.84099 0.38835,1.50505 0.0854,4.92099 -2.66772,6.07092 -2.83611,1.04846 -10.484717,0.52423 -14.013547,0.50732 -3.5293,0 -5.38611,0.20292 -7.07455,-0.50732 -1.72314,-0.77789 -2.02612,-2.09692 -3.32716,-3.95709 -1.38358,-1.89352 -2.92005,-4.32865 -4.79422,-7.30492 z"
+     i:knockout="Off"
+     id="path101"
+     style="clip-rule:evenodd;fill:#17057a;fill-rule:evenodd;stroke-width:0.46937475"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 93.961633,8.085273 c 6.327887,0 11.464007,4.77255 11.464007,10.6537 0,5.88114 -5.13612,10.6537 -11.464007,10.6537 -6.32882,0 -11.46495,-4.77303 -11.46495,-10.6537 0,-5.88068 5.13566,-10.6537 11.46495,-10.6537"
+     i:knockout="Off"
+     id="path103"
+     style="clip-rule:evenodd;fill:#17057a;fill-rule:evenodd;stroke-width:0.46937475"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 37.938863,69.912423 c 17.70794,0 32.08028,13.35658 32.08028,29.81344 0,16.456867 -14.37281,29.813447 -32.08028,29.813447 -17.70841,0 -32.0802813,-13.35658 -32.0802813,-29.813447 0,-16.45686 14.3718713,-29.81344 32.0802813,-29.81344 z m 0,5.76653 c 14.28745,0 25.88372,10.77348 25.88372,24.04691 0,13.273437 -11.59627,24.046447 -25.88372,24.046447 -14.28792,0 -25.88372,-10.77301 -25.88372,-24.046447 0,-13.27343 11.5958,-24.04691 25.88372,-24.04691 z"
+     i:knockout="Off"
+     id="path105"
+     style="clip-rule:evenodd;fill:#17057a;fill-rule:evenodd;stroke-width:0.46937475"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 121.83724,69.912423 c 17.70794,0 32.08028,13.35658 32.08028,29.81344 0,16.456867 -14.37281,29.813447 -32.08028,29.813447 -17.70888,0 -32.080277,-13.35658 -32.080277,-29.813447 0,-16.45686 14.371397,-29.81344 32.080277,-29.81344 z m 0,5.76653 c 14.27807,0 25.86684,10.77348 25.86684,24.04691 0,13.273437 -11.58877,24.046447 -25.86684,24.046447 -14.27901,0 -25.866837,-10.77301 -25.866837,-24.046447 0,-13.27343 11.587827,-24.04691 25.866837,-24.04691 z"
+     i:knockout="Off"
+     id="path107"
+     style="clip-rule:evenodd;fill:#17057a;fill-rule:evenodd;stroke-width:0.46937475"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/sport/dog_racing.svg
===================================================================
--- /trunk/resources/images/presets/sport/dog_racing.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/dog_racing.svg	(revision 16006)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dog_racing.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="-1.7365394"
+     inkscape:cy="6.983858"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4142"
+       width="16"
+       height="14"
+       x="0"
+       y="1038.3622"
+       ry="0" />
+    <g
+       id="layer1-35"
+       inkscape:label="Layer 1"
+       transform="matrix(0.08016301,0,0,0.08016301,-25.997934,999.69178)"
+       style="fill:#000000">
+      <path
+         sodipodi:nodetypes="ccccccccscscccccccccssccccccccccccccccccccccccsccccsccccsccc"
+         inkscape:connector-curvature="0"
+         id="path7356"
+         d="m 478.66596,493.02539 c -2.2115,5.15789 -4.448,11.38492 -5.88841,16.78946 -4.17194,0.46355 -6.25567,7.30997 -12.93377,13.88487 l -4.18357,4.87825 -6.97005,5.57679 c -3.486,4.87995 -27.18983,10.45646 -36.94967,11.15361 -8.36559,1.39427 -37.64271,3.48644 -42.5226,6.27535 -8.36564,0 -6.27365,-0.69763 -11.1536,-4.18357 -2.78853,0 -4.18355,5.5e-4 -4.18355,2.09177 0,1.39472 2.78924,2.79087 4.18355,4.88213 0,2.09128 0.69468,2.08989 0.69468,4.87825 0,0.69765 -2.08938,2.78792 -2.78645,3.48501 -1.39431,3.48545 -2.09178,2.7884 -2.09178,7.66858 -0.74803,12.18422 3.22026,10.23823 -0.15285,23.95543 -0.86761,4.03175 -5.10542,7.47547 -7.66858,9.06568 -2.09138,2.09126 -4.87863,4.17963 -6.97003,6.27147 -4.4508,2.74752 -1.15739,10.7462 -0.69855,15.33716 l 0.50508,15.21517 c 1.57908,4.7403 6.3953,4.30556 10.64851,4.30556 2.09144,0 2.0918,-1.39375 2.0918,-3.48501 2.02706,-1.99847 0,0 -4.39905,-6.05348 -2.70085,-3.71662 -0.75266,-10.2917 -0.26655,-14.1062 0.92337,-7.24561 13.12175,-12.11005 19.45703,-17.73967 8.25843,-3.44534 11.48333,-8.86159 16.73041,-16.73041 1.54632,-0.92243 3.18704,-1.52884 4.8821,-2.09177 5.5512,1.64468 5.54054,3.91712 7.66858,-1.39709 l 8.36329,0 c 10.70783,0.22488 15.68328,9.08303 29.22202,11.27558 6.33441,-0.11813 4.04837,-0.11813 6.33441,-0.11813 l 1.39322,0.69468 1.39324,8.36714 c 1.07574,7.51834 -2.51898,27.1388 1.70871,30.67433 l 0,2.78645 c 3.11971,8.84003 5.52951,7.10445 11.4271,7.10445 l 0.69854,-0.69855 2.09177,-0.69469 -2.79031,-5.5768 0,-0.69854 -4.18357,-2.79033 -0.6947,-1.39324 c -2.30356,-10.8698 2.47488,-21.59186 5.50534,-32.1981 l 0.69468,-1.39709 4.36462,-11.8483 c 4.76722,-4.49415 6.29203,-7.81853 6.9739,-13.94392 5.04179,-11.83031 1.76362,-21.48851 7.66858,-30.67433 l 3.48501,-4.87825 c 2.78836,-2.09142 4.18164,-4.18355 9.06182,-4.18355 3.48545,0 4.18314,2.78991 7.66859,0.69854 l 3.48501,0 c 4.60235,-0.8342 7.74445,-1.26117 10.45891,-4.88211 l 0,-0.69856 c 0.69765,-0.69709 1.39324,-1.39217 1.39324,-2.78645 0,-1.39425 -1.3947,-1.39324 -2.09179,-1.39324 l -11.86789,-5.255 -3.48501,-5.57679 c -0.83373,-1.79665 -2.46412,-2.79033 -4.39747,-2.79033 -2.09126,-0.69709 -4.16594,-1.71505 -6.9543,-1.71505 l -1.17931,0 c -0.41251,-1.37507 -0.71014,-2.52736 -0.99573,-3.65097 -0.26168,-4.16294 0.54057,-8.18019 -1.7946,-11.68619 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/equestrian.svg
===================================================================
--- /trunk/resources/images/presets/sport/equestrian.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/equestrian.svg	(revision 16006)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 13.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="equestrian3.svg"><metadata
+   id="metadata17"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title><cc:license
+         rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" /></cc:Work><cc:License
+       rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Reproduction" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#Distribution" /><cc:permits
+         rdf:resource="http://creativecommons.org/ns#DerivativeWorks" /></cc:License></rdf:RDF></metadata><defs
+   id="defs15">
+	
+	
+	
+	
+</defs><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview13"
+   showgrid="true"
+   inkscape:zoom="30.565246"
+   inkscape:cx="14.720185"
+   inkscape:cy="7.0643046"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1"><inkscape:grid
+     type="xygrid"
+     id="grid4149" /></sodipodi:namedview>
+<path
+   inkscape:connector-curvature="0"
+   id="path7"
+   d="M 1.652496,-4.6e-7 C 0.741342,-4.6e-7 0,0.74236954 0,1.6545495 L 0,14.34546 C 0,15.25871 0.741342,16 1.652496,16 l 12.691768,0 C 15.258523,16 16,15.25871 16,14.34546 L 16,1.6545495 C 16,0.74236954 15.258658,-4.6e-7 14.344264,-4.6e-7 l -12.691768,0 z"
+   style="fill:#ffffff;stroke:none;stroke-opacity:1" /><path
+   inkscape:connector-curvature="0"
+   id="path9"
+   d="m 9.8380057,3.0283979 c 0.6174873,0 1.1169763,-0.4874454 1.1169763,-1.0876954 0,-0.6051684 -0.499646,-1.09246587 -1.1169763,-1.09246587 -0.6137158,0 -1.1121051,0.48745687 -1.1121051,1.09246587 0,0.60025 0.4983893,1.0876954 1.1121051,1.0876954 z"
+   style="fill:#000000;stroke:none;stroke-opacity:1" /><path
+   inkscape:connector-curvature="0"
+   id="path11"
+   d="m 13.611819,6.1118426 -1.014553,-0.1941 -0.590563,1.17362 c 0.09598,0.0221 0.195055,0.0327 0.296294,0.0327 0.629709,1.4e-4 1.156963,-0.42801 1.308822,-1.01219 z m -12.6059548,1.98146 c 0,-0.77828 0.7683797,-1.41092 1.5467077,-1.41092 l 2.968607,0 1.3147918,-2.9597492 C 7.0513217,3.2378532 7.4508278,2.7581931 7.9479879,2.9459675 8.4442639,3.1334081 8.5960648,3.1514423 8.5613024,3.680762 l -0.00845,0.1286664 0.8397503,0.3891499 C 9.6033007,4.3390878 9.7798459,4.5903589 9.6403855,4.801438 9.4994518,5.016429 9.2482443,5.1902976 9.0341206,5.0496914 l -0.619126,-0.276664 -0.9755327,1.9093552 1.423695,0 3.8955521,-4.03026 -0.115953,1.04822 1.918283,1.27486 c 0.316407,0.18141 0.43128,0.59052 0.250939,0.90691 -0.14241,0.25308 -0.426016,0.37537 -0.692882,0.32583 l -0.154964,-0.0285 c -0.184526,0.74656 -0.859455,1.29699 -1.661,1.29699 -0.158204,0 -0.312087,-0.0232 -0.457737,-0.0622 l -1.453121,2.9684104 0,4.072515 c 0,0.34905 -0.286843,0.63277 -0.6359161,0.63277 -0.349073,0 -0.632813,-0.28372 -0.632813,-0.63277 l 0,-4.165375 -3.206858,0 -0.573689,0.981675 1.200158,2.86083 c 0.175077,0.3068 0.06533,0.69176 -0.237305,0.86358 -0.306822,0.17399 -0.691802,0.0653 -0.866878,-0.23729 l -1.400478,-3.30247 0,-1.051325 -0.626469,0.985995 0,3.06438 c 0,0.34905 -0.28374,0.63277 -0.632813,0.63277 -0.349073,0 -0.635918,-0.28372 -0.635918,-0.63277 l 0,-3.53896 0.52415,-0.820385 0,-2.7755204 -0.659717,0.79717 0,1.8477132 -1.0018637,0 z"
+   style="fill:#000000;stroke:none;stroke-opacity:1"
+   sodipodi:nodetypes="ccccccsscssscccccccccccccsccssscccccccccsssccccccs" />
+<path
+   inkscape:connector-curvature="0"
+   id="path11-8"
+   d="m 10.764184,9.1499062 2.348999,2.0399618 0.116732,2.122986 c 0.01916,0.348525 0.0074,0.694714 -0.308916,0.842234 -0.316364,0.147541 -0.821499,0.04246 -0.840943,-0.306047 L 11.97763,12.013101 9.6092971,9.6753199 C 10.001075,9.4543662 10.355997,9.2888636 10.764184,9.1499062 Z"
+   style="fill:#000000;stroke:none;stroke-opacity:1"
+   sodipodi:nodetypes="ccsssccc" /></svg>
Index: /trunk/resources/images/presets/sport/field_hockey.svg
===================================================================
--- /trunk/resources/images/presets/sport/field_hockey.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/field_hockey.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2235"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="hockey11.svg">
+  <metadata
+     id="metadata14">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview12"
+     showgrid="true"
+     inkscape:zoom="35.600469"
+     inkscape:cx="8.5920906"
+     inkscape:cy="6.6071664"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2235"
+     showguides="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4141" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2237">
+    <clipPath
+       id="clip0">
+      <rect
+         width="300"
+         height="300"
+         x="0"
+         y="0"
+         id="rect2240" />
+    </clipPath>
+  </defs>
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#00ff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4144"
+     width="16"
+     height="16"
+     x="0"
+     y="0"
+     ry="0.082081132" />
+  <rect
+     width="1.3367677"
+     height="1.2943861"
+     ry="0.64719307"
+     x="13.808522"
+     y="13.847457"
+     style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.20000005;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect2258" />
+  <path
+     d="m 10.209686,2.0275115 a 1.174315,1.1628816 0 0 1 -2.3486298,0 1.174315,1.1628816 0 1 1 2.3486298,0 z"
+     style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.20000005;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path2236"
+     inkscape:connector-curvature="0" />
+  <path
+     d="M 1.7975139,7.002025 C 1.9285004,7.0386586 2.2470665,7.1578128 2.3774937,7.1973308 2.1217576,7.7963584 1.754179,8.3462916 1.6084044,8.9957794 1.6290618,9.1646852 1.7204259,9.3104885 1.7926814,9.4589611 1.7132942,9.5717061 1.4453306,9.6038831 1.3624063,9.7137361 1.2042574,9.4297651 0.9733711,9.137049 1.0441554,8.7826029 1.1955026,8.1438222 1.5388359,7.5903526 1.7975139,7.002025 Z"
+     style="fill:#050505;fill-rule:nonzero;stroke:none"
+     id="path2261"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccc" />
+  <path
+     d="m 4.6118657,13.298673 c 0.3474261,0.360979 0.6909546,0.729097 1.0690461,1.048324 0.2013033,0.157215 0.4608293,0.05505 0.6857229,0.119981 0.098932,0.07265 0.154792,0.200106 0.2281818,0.30228 -0.3258838,0.08113 -0.8342396,0.439529 -1.1368457,0.186361 -0.4627114,-0.313443 -0.8151793,-0.788772 -1.230331,-1.173039 0.081585,-0.102135 0.302495,-0.382551 0.3842259,-0.484319 z"
+     style="fill:#050505;fill-rule:nonzero;stroke:none"
+     id="path2265"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc" />
+  <path
+     d="M 4.8529265,7.01628 C 4.8552489,6.56055 5.2214725,6.1462 5.5692928,6.11582 5.7039665,6.10402 5.8055662,6.31507 5.9230622,6.41602 6.1736734,6.34172 6.4679084,6.22542 6.7019084,6.40382 7.1480532,6.69967 7.301897,7.27903 7.4487751,7.78449 7.6400499,8.5314 7.9139759,9.2842 7.8261593,10.07492 7.6503283,10.79087 7.4795564,11.673037 7.022058,12.228937 6.5848932,12.756087 6,13.272321 5.4265747,13.45412 6.0531825,12.56955 6.6708448,11.59895 6.8247803,10.47147 6.9408551,9.64947 6.5349635,8.89525 6.1970045,8.19775 6.1261412,8.90579 6.0207944,9.65453 5.6225248,10.24464 5.3448187,10.60682 4.9396543,10.7766 4.5222607,10.67113 3.6485492,10.42694 2.6519018,9.5363516 2.4541984,8.6037317 3.117027,8.8132817 3.5500997,9 4.2364444,9.4596571 4.4390457,9.4866571 4.7295459,9.4468014 4.8196102,9.1937014 5.0022132,8.3956114 4.8080513,7.82287 4.8529263,7.01631 Z"
+     style="fill:#050505;fill-rule:nonzero;stroke:none"
+     id="path2257"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccccccccccccc" />
+  <path
+     d="m 7.1569009,3.19159 c 0.2012023,-0.0826 0.44511,0.0168 0.5323867,0.22286 0.2343305,0.46363 0.087294,1.01604 0.1378691,1.51419 C 7.9349546,5.68952 8.0740095,6.48337 8.5201642,7.10832 8.2249323,6.26271 8.059076,5.31061 8.3412207,4.43397 8.4226988,4.25451 8.4938287,4.04553 8.726963,4.00142 9.0155506,3.94682 9.2902095,4.20854 9.2604014,4.53328 9.204377,5.49955 8.9227143,6.53889 9.326715,7.45852 c 0.935336,2.00332 1.448649,3.490664 2.393012,5.489304 0.03258,0.0779 0.0809,0.16713 0.167267,0.1823 0.368082,0.0428 0.760722,0.0141 1.147885,0.0118 10e-4,0.14954 0.0051,0.62973 0.0061,0.78049 -0.339041,0.008 -0.678538,0.0216 -1.016808,-0.005 -0.311208,-0.0786 -0.629631,-0.37855 -0.762501,-0.67391 C 10.526073,11.666794 10.012925,10.440293 9.2739621,8.8654435 9.1915371,8.7142735 9.1301842,8.5261135 8.9708207,8.4506735 8.3632245,8.1300635 8.1193087,7.5525 7.6672993,7.01107 6.9516041,6.1256 6.7143215,4.90248 6.7786733,3.75534 6.8235489,3.52222 6.9320522,3.28389 7.1569009,3.1916 Z"
+     style="fill:#050505;fill-rule:nonzero;stroke:none"
+     id="path2253"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccscccccccccccccc" />
+</svg>
Index: /trunk/resources/images/presets/sport/fishing.svg
===================================================================
--- /trunk/resources/images/presets/sport/fishing.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/fishing.svg	(revision 16006)
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="fishing3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="16.025251"
+     inkscape:cy="6.9996474"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4164"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#2182e5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="13"
+       height="2.0000174"
+       x="0"
+       y="1050.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#45d749;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="4"
+       height="4.0000172"
+       x="13"
+       y="1049.3622"
+       ry="1.0000174" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#b3b3b3;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5.50005,1038.8551 0,6"
+       id="path4151"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 16,1049.3622 -10.5,-10.5"
+       id="path4149"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <g
+       id="g4159"
+       transform="matrix(1.5803571,0,0,1.390625,10.321428,-418.25086)">
+      <circle
+         r="1"
+         cy="1053.3622"
+         cx="-3"
+         id="path4153"
+         style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+      <path
+         sodipodi:nodetypes="cccc"
+         inkscape:connector-curvature="0"
+         id="path4155"
+         d="m -4,1053.3622 c 0.060588,-0.2728 -0.088712,-0.822 1,-2 1.0623837,1.2458 0.9362314,1.6739 1,2 z"
+         style="fill:#008080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+      <path
+         style="fill:#008080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m -4,1055.3622 1,-2 1,2 z"
+         id="path4157"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/fitness_centre.svg
===================================================================
--- /trunk/resources/images/presets/sport/fitness_centre.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/fitness_centre.svg	(revision 16006)
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg:svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="15.999998"
+   height="15.999999"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="gym1.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview16"
+     showgrid="false"
+     inkscape:zoom="20.442701"
+     inkscape:cx="9.2043352"
+     inkscape:cy="8.3044065"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <svg:metadata
+     id="metadata2975">
+    <RDF>
+      <Work
+         about="">
+        <format>image/svg+xml</format>
+        <type
+           resource="http://purl.org/dc/dcmitype/StillImage" />
+        <license
+           resource="http://web.resource.org/cc/PublicDomain" />
+        <language>en</language>
+      </Work>
+    </RDF>
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </svg:metadata>
+  <svg:defs
+     id="defs4" />
+  <svg:g
+     id="g1327"
+     style="fill:#ffffff;stroke:none"
+     transform="matrix(0.02775633,0,0,0.02770795,-0.04729679,-0.04722666)">
+    <svg:path
+       d="M 66.275,1.768 C 24.94,1.768 1.704,23.139 1.704,66.804 l 0,450.123 c 0,40.844 20.895,62.229 62.192,62.229 l 452.024,0 c 41.307,0 62.229,-20.315 62.229,-62.229 l 0,-450.123 c 0,-42.601 -20.922,-65.036 -63.521,-65.036 -0.004,0 -448.495,-0.143 -448.353,0 z"
+       style="fill:#ffffff;stroke:none;stroke-width:3.40799999"
+       id="path1329"
+       inkscape:connector-curvature="0" />
+  </svg:g>
+  <svg:ellipse
+     cx="3.3785875"
+     cy="13.721684"
+     style="fill:#000000"
+     id="circle2531"
+     rx="0.915959"
+     ry="0.91436243" />
+  <svg:ellipse
+     cx="11.844255"
+     cy="13.001286"
+     style="fill:#000000"
+     id="circle2533"
+     rx="1.6376237"
+     ry="1.6347692" />
+  <svg:path
+     d="m 11.481693,10.763833 -0.009,10e-4 -8.3720898,1.43899 c -0.73518,0.13471 -1.26727,0.77277 -1.26727,1.51751 0,0.85052 0.69319,1.5425 1.54519,1.5425 l 8.4656898,0 c 1.24995,0 2.26686,-1.01514 2.26686,-2.26291 0,-1.24777 -1.01691,-2.26291 -2.26686,-2.26291 -0.18267,-3e-5 -0.33408,0.0212 -0.36258,0.0254 z m 0.0574,0.38361 c 0.0145,-0.002 0.1467,-0.0212 0.30516,-0.0212 1.03567,0 1.87827,0.8411 1.87827,1.87499 0,0.49994 -0.19563,0.97056 -0.55083,1.32514 -0.35519,0.35458 -0.82664,0.54989 -1.32744,0.54989 l -8.4656898,0 c -0.63775,0 -1.1566,-0.51795 -1.1566,-1.15459 0,-0.55749 0.39816,-1.03506 0.94671,-1.13558 0,0 8.3638198,-1.43755 8.3679498,-1.43824 10e-4,-2.2e-4 0.002,-4.2e-4 0.002,-4.2e-4 z"
+     style="fill:#000000"
+     id="path2535"
+     inkscape:connector-curvature="0" />
+  <svg:path
+     d="m 7.4962632,3.4792433 c -0.1035,-0.26009 -0.39719,-0.38786 -0.65824,-0.28794 l -1.26374,0.50099 c -0.0267,0.006 -0.0533,0.0133 -0.0795,0.0237 -0.13301,0.0528 -0.23132,0.15506 -0.28261,0.27717 -0.0537,0.121 -0.0607,0.26256 -0.008,0.39525 0.0104,0.0262 0.0232,0.0505 0.0372,0.0739 l 0.50245,1.26137 c 0.10639,0.2581 0.40102,0.38362 0.66154,0.28027 0.26052,-0.10332 0.38854,-0.39653 0.28842,-0.6571 l -0.34362,-0.86382 0.86519,-0.34341 c 0.25855,-0.10621 0.38429,-0.40033 0.28075,-0.66042 z"
+     style="fill:#000000"
+     id="path2537"
+     inkscape:connector-curvature="0" />
+  <svg:path
+     d="m 9.7024832,9.0014133 c -0.0162,-0.0281 -0.035,-0.0538 -0.0549,-0.0782 l -0.78403,-1.35658 c -0.16451,-0.277 -0.52185,-0.37132 -0.80205,-0.21003 -0.28017,0.16123 -0.3774,0.51728 -0.21966,0.79813 l 0.53639,0.9291 -0.93048,0.5359 c -0.27745,0.16422 -0.37193,0.5209097 -0.21036,0.8006497 0.16154,0.27971 0.51815,0.3768 0.79952,0.21931 l 1.35939,-0.7820897 c 0.0294,-0.0111 0.0585,-0.024 0.0867,-0.0402 0.14297,-0.0823 0.23817,-0.21537 0.27639,-0.36325 0.0411,-0.14707 0.0255,-0.30989 -0.0569,-0.45269 z"
+     style="fill:#000000"
+     id="path2539"
+     inkscape:connector-curvature="0" />
+  <svg:ellipse
+     cx="9.2857227"
+     cy="1.9501376"
+     style="fill:#000000"
+     id="circle2541"
+     rx="1.2212787"
+     ry="1.2191499" />
+  <svg:path
+     d="m 11.124043,4.5049633 c -0.13225,-0.23582 -0.42977,-0.32091 -0.66698,-0.19202 l -0.7847498,0.43837 -0.57034,-1.01671 c -0.0402,-0.17725 -0.16118,-0.33366 -0.34118,-0.41116 -0.297,-0.12787 -0.64104,0.007 -0.77235,0.30118 l -3.08084,7.1304197 c -0.12907,0.29875 0.009,0.64535 0.30818,0.77416 0.29926,0.12885 0.64647,-0.009 0.77554,-0.30764 l 2.68784,-6.2224597 0.3334,0.59481 c 0.009,0.0247 0.0196,0.0491 0.0328,0.0729 0.0676,0.12045 0.17822,0.20141 0.30188,0.23488 0.1229,0.0359 0.25955,0.0246 0.38007,-0.0428 0.0237,-0.0133 0.0455,-0.0286 0.0661,-0.045 l 1.1459998,-0.64089 c 0.23402,-0.13449 0.3169,-0.43213 0.18455,-0.66801 z"
+     style="fill:#000000"
+     id="path2543"
+     inkscape:connector-curvature="0" />
+</svg:svg>
Index: /trunk/resources/images/presets/sport/football.svg
===================================================================
--- /trunk/resources/images/presets/sport/football.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/football.svg	(revision 16006)
@@ -0,0 +1,752 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="161.66531"
+   height="98.176353"
+   id="svg2095"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   version="1.0"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\sports"
+   sodipodi:docname="football.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs2097">
+    <linearGradient
+       id="linearGradient3749">
+      <stop
+         id="stop3751"
+         offset="0"
+         style="stop-color:#722e00;stop-opacity:1;" />
+      <stop
+         style="stop-color:#722e00;stop-opacity:1;"
+         offset="0.5"
+         id="stop3813" />
+      <stop
+         id="stop3753"
+         offset="1"
+         style="stop-color:#722e00;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3851">
+      <stop
+         id="stop3853"
+         offset="0"
+         style="stop-color:#dcdcdc;stop-opacity:1;" />
+      <stop
+         id="stop3855"
+         offset="1"
+         style="stop-color:white;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2336"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2338"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2340"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2342"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2344"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2346"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2348"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2350"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2352"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2354"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2356"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2358"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2360"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2362"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient2364"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3851"
+       id="linearGradient2393"
+       gradientUnits="userSpaceOnUse"
+       x1="-746.70801"
+       y1="401.65866"
+       x2="-746.70801"
+       y2="273.72971"
+       gradientTransform="matrix(0.4276173,0,0,0.4276173,123.92176,444.08246)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3851"
+       id="linearGradient2396"
+       gradientUnits="userSpaceOnUse"
+       x1="-746.70801"
+       y1="401.65866"
+       x2="-746.70801"
+       y2="273.72971"
+       gradientTransform="matrix(0.4276173,0,0,0.4276173,123.92176,444.08246)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3851"
+       id="linearGradient3014"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4276173,0,0,0.4276173,123.92176,444.08246)"
+       x1="-746.70801"
+       y1="401.65866"
+       x2="-746.70801"
+       y2="273.72971" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3851"
+       id="linearGradient3016"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4276173,0,0,0.4276173,123.92176,444.08246)"
+       x1="-746.70801"
+       y1="401.65866"
+       x2="-746.70801"
+       y2="273.72971" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3018"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3020"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3022"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3024"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3026"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3028"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3030"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3032"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3034"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3036"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3038"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3040"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3042"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3044"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3046"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.9839906"
+     inkscape:cx="115.76689"
+     inkscape:cy="41.383624"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="160px"
+     height="100px"
+     inkscape:window-width="1024"
+     inkscape:window-height="626"
+     inkscape:window-x="132"
+     inkscape:window-y="174" />
+  <metadata
+     id="metadata2100">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>molumen</dc:title>
+          </cc:Agent>
+        </dc:creator>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Calque 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(235.94636,-524.69864)">
+    <g
+       id="g3847"
+       transform="matrix(0.253908,-7.621158e-3,7.621158e-3,0.253908,-147.41095,524.51715)" />
+    <g
+       id="g2983">
+      <path
+         sodipodi:nodetypes="czzzz"
+         id="path1927"
+         d="M -154.88169,526.71821 C -112.28217,525.80995 -76.201276,556.6805 -76.290815,574.20391 C -76.378173,591.30082 -109.93048,620.88401 -153.53019,620.88401 C -196.82447,620.88401 -233.36552,589.22245 -233.95371,573.39831 C -234.5419,557.57419 -197.4812,527.62648 -154.88169,526.71821 z"
+         style="color:#000000;fill:#ad4700;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.00000048;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+      <path
+         sodipodi:nodetypes="czzzz"
+         id="path2817"
+         d="M -154.97557,545.09317 C -116.22056,543.48199 -76.821877,557.64141 -76.290798,574.20286 C -75.759723,590.76431 -119.41623,605.29763 -155.27678,604.04314 C -191.56929,602.78645 -233.93835,583.3977 -233.9537,573.39727 C -233.96907,563.38464 -193.73058,546.70435 -154.97557,545.09317 z"
+         style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#722e00;stroke-width:0.85523498;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="rect2819"
+         d="M -206.64649,541.9655 C -201.33011,552.93439 -197.61846,578.88239 -206.57716,605.17807 C -202.22002,607.96467 -197.45389,610.40386 -192.46637,612.64747 C -178.4538,585.20606 -184.7239,542.89438 -192.16178,534.72812 C -197.2702,536.80767 -201.9873,539.16936 -206.64649,541.9655 z"
+         style="color:#000000;fill:url(#linearGradient3014);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path2832"
+         d="M -117.9519,614.55382 C -111.89368,611.98484 -106.20615,608.97835 -101.09587,605.72668 C -88.687838,586.19769 -91.929592,559.83758 -100.15906,543.01221 C -105.30001,539.55631 -111.10898,536.38664 -117.41727,533.78358 C -108.83941,547.65787 -104.20779,590.74642 -117.9519,614.55382 z"
+         style="color:#000000;fill:url(#linearGradient3016);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3729"
+         d="M -176.45096,547.4503 C -163.50472,544.54072 -141.79807,544.24327 -128.33542,546.40025"
+         style="fill:none;fill-rule:evenodd;stroke:#ececec;stroke-width:4.27617359;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3731"
+         d="M -176.45096,547.4503 C -163.50472,544.54072 -141.79807,544.24327 -128.33542,546.40025"
+         style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#722e00;stroke-width:0.47037905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3018);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3757"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-375.12131,79.283681)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3020);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3761"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-375.88076,69.452588)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3022);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3765"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-370.31489,68.617109)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3024);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3769"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-368.6365,78.290924)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3026);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3773"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-361.83182,78.001727)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3028);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3777"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-363.34815,68.328724)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3030);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3781"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-356.21806,67.825205)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3032);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3785"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-355.02501,77.388524)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3034);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3789"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-348.16902,77.639535)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3036);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3793"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-348.92933,67.970424)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3038);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3797"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-348.87502,67.86275)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3040);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3801"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-341.53368,68.27818)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3042);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3805"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-341.52898,77.889392)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:url(#radialGradient3044);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3809"
+         sodipodi:cx="-601.7984"
+         sodipodi:cy="260.15005"
+         sodipodi:rx="2.5253813"
+         sodipodi:ry="3.0304577"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-333.9717,78.306019)" />
+      <path
+         transform="matrix(4.0056888e-3,-0.7839546,0.7839546,4.0056888e-3,-334.2488,69.125375)"
+         d="M -599.27302,260.15005 A 2.5253813,3.0304577 0 1 1 -604.32378,260.15005 A 2.5253813,3.0304577 0 1 1 -599.27302,260.15005 z"
+         sodipodi:ry="3.0304577"
+         sodipodi:rx="2.5253813"
+         sodipodi:cy="260.15005"
+         sodipodi:cx="-601.7984"
+         id="path3747"
+         style="color:#000000;fill:url(#radialGradient3046);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3735"
+         sodipodi:cx="-585.50964"
+         sodipodi:cy="277.82773"
+         sodipodi:rx="14.268405"
+         sodipodi:ry="4.2931485"
+         d="M -572.31596,276.19311 A 14.268405,4.2931485 0 1 1 -599.15771,276.57561"
+         sodipodi:start="5.8925783"
+         sodipodi:end="9.7207341"
+         sodipodi:open="true"
+         transform="matrix(-3.6874385e-2,-0.3597848,0.4276117,2.1849217e-3,-314.06098,335.7153)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3737"
+         sodipodi:cx="-585.50964"
+         sodipodi:cy="277.82773"
+         sodipodi:rx="14.268405"
+         sodipodi:ry="4.2931485"
+         d="M -572.31596,276.19311 A 14.268405,4.2931485 0 1 1 -599.15771,276.57561"
+         sodipodi:start="5.8925783"
+         sodipodi:end="9.7207341"
+         sodipodi:open="true"
+         transform="matrix(-6.1986549e-2,-0.3599131,0.4276117,2.1849217e-3,-322.4983,335.02423)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3739"
+         sodipodi:cx="-585.50964"
+         sodipodi:cy="277.82773"
+         sodipodi:rx="14.268405"
+         sodipodi:ry="4.2931485"
+         d="M -572.31596,276.19311 A 14.268405,4.2931485 0 1 1 -599.15771,276.57561"
+         sodipodi:start="5.8925783"
+         sodipodi:end="9.7207341"
+         sodipodi:open="true"
+         transform="matrix(-6.1986549e-2,-0.3599131,0.4276117,2.1849217e-3,-315.90829,334.51797)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3741"
+         sodipodi:cx="-585.50964"
+         sodipodi:cy="277.82773"
+         sodipodi:rx="14.268405"
+         sodipodi:ry="4.2931485"
+         d="M -572.31596,276.19311 A 14.268405,4.2931485 0 1 1 -599.15771,276.57561"
+         sodipodi:start="5.8925783"
+         sodipodi:end="9.7207341"
+         sodipodi:open="true"
+         transform="matrix(-3.6874282e-2,-0.3597848,0.4276117,2.1849217e-3,-294.29091,334.19645)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3743"
+         sodipodi:cx="-585.50964"
+         sodipodi:cy="277.82773"
+         sodipodi:rx="14.268405"
+         sodipodi:ry="4.2931485"
+         d="M -572.31596,276.19311 A 14.268405,4.2931485 0 1 1 -599.15771,276.57561"
+         sodipodi:start="5.8925783"
+         sodipodi:end="9.7207341"
+         sodipodi:open="true"
+         transform="matrix(-1.8040071e-2,-0.3596886,0.4276117,2.1849217e-3,-276.13513,334.18122)" />
+      <path
+         sodipodi:type="arc"
+         style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path3745"
+         sodipodi:cx="-585.50964"
+         sodipodi:cy="277.82773"
+         sodipodi:rx="14.268405"
+         sodipodi:ry="4.2931485"
+         d="M -572.31596,276.19311 A 14.268405,4.2931485 0 1 1 -599.15771,276.57561"
+         sodipodi:start="5.8925783"
+         sodipodi:end="9.7207341"
+         sodipodi:open="true"
+         transform="matrix(7.0723497e-3,-0.3595599,0.4276117,2.1849217e-3,-254.41414,334.72417)" />
+      <path
+         transform="matrix(7.0723497e-3,-0.3595599,0.4276117,2.1849217e-3,-247.07311,335.19365)"
+         sodipodi:open="true"
+         sodipodi:end="9.7207341"
+         sodipodi:start="5.8925783"
+         d="M -572.31596,276.19311 A 14.268405,4.2931485 0 1 1 -599.15771,276.57561"
+         sodipodi:ry="4.2931485"
+         sodipodi:rx="14.268405"
+         sodipodi:cy="277.82773"
+         sodipodi:cx="-585.50964"
+         id="path3733"
+         style="color:#000000;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         sodipodi:type="arc" />
+      <path
+         id="path2400"
+         d="M -154.9375,524.71875 C -176.69325,525.18261 -196.91233,533.01153 -211.71875,542.78125 C -219.12196,547.66611 -225.1796,553.05484 -229.40625,558.3125 C -233.6329,563.57016 -236.11438,568.71025 -235.9375,573.46875 C -235.76282,578.16819 -233.12157,583.36359 -228.78125,588.75 C -224.44093,594.13641 -218.33009,599.67406 -210.875,604.71875 C -195.96481,614.80813 -175.66593,622.87499 -153.53125,622.875 C -131.27905,622.875 -111.63416,615.34449 -97.46875,605.59375 C -83.303336,595.84301 -74.331582,584.06958 -74.28125,574.21875 C -74.255343,569.14859 -76.739129,563.62219 -80.9375,558.0625 C -85.135871,552.50281 -91.114751,546.90995 -98.4375,541.90625 C -113.083,531.89885 -133.14293,524.25407 -154.9375,524.71875 z M -154.84375,528.71875 C -134.03881,528.27517 -114.74119,535.60584 -100.71875,545.1875 C -93.707529,549.97833 -87.997849,555.34013 -84.125,560.46875 C -80.252151,565.59737 -78.262387,570.49596 -78.28125,574.1875 C -78.318273,581.43358 -86.186243,592.99742 -99.71875,602.3125 C -113.25126,611.62758 -132.18374,618.875 -153.53125,618.875 C -174.69085,618.87499 -194.29404,611.10368 -208.625,601.40625 C -215.79048,596.55754 -221.62675,591.25067 -225.65625,586.25 C -229.68575,581.24933 -231.84934,576.52513 -231.96875,573.3125 C -232.08597,570.15893 -230.16929,565.64895 -226.28125,560.8125 C -222.39321,555.97605 -216.61338,550.81862 -209.5,546.125 C -195.27324,536.73777 -175.68751,529.16316 -154.84375,528.71875 z"
+         style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf.svg	(revision 16006)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   x="0px"
+   y="0px"
+   width="150"
+   height="160"
+   viewBox="0 0 150 160"
+   enable-background="new 0 0 580 580"
+   xml:space="preserve"
+   id="svg2"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="23.svg"><metadata
+     id="metadata21"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs19" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview17"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="0.8137931"
+     inkscape:cx="107.57746"
+     inkscape:cy="182.51276"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"><inkscape:grid
+       type="xygrid"
+       id="grid814" /></sodipodi:namedview><polygon
+     points="50.339,534.896 83.081,534.896 83.081,185.056 244.864,119.197 83.081,58.995 83.081,46.44 50.339,46.44 "
+     id="polygon11"
+     style="fill:#ff0000"
+     transform="matrix(0.31294249,0,0,0.31343479,-15.753212,-10.895934)" /><path
+     d="m 97.981658,46.924006 c 2.365532,-2.24858 3.548142,-5.01151 3.548142,-8.2891 0,-3.28135 -1.18261,-6.04615 -3.548142,-8.29505 -2.36553,-2.24858 -5.18608,-3.37287 -8.46227,-3.37287 -3.27244,0 -6.0617,1.12429 -8.36777,3.37287 -2.30608,2.2489 -3.45927,5.0137 -3.45927,8.29505 0,3.27759 1.15319,6.04052 3.45927,8.2891 2.30607,2.24858 5.09533,3.37318 8.36777,3.37287 3.27588,0 6.09674,-1.12429 8.46227,-3.37287 z"
+     id="path13"
+     inkscape:connector-curvature="0"
+     style="fill:#a05a2c;stroke-width:0.31318855" /><path
+     d="m 149.92636,50.113206 c -0.3627,-1.5794 -1.27149,-2.9162 -2.72636,-4.00977 L 77.331208,-3.8867187e-6 70.962518,9.2927061 c -1.57691,2.1874699 -1.21234,4.0712099 1.09374,5.6502899 2.18058,1.33492 4.05886,0.96977 5.63578,-1.09545 l 3.64265,-5.4666199 56.764632,37.3611199 -46.392152,8.38093 c -1.69928,0.36327 -3.06434,1.24402 -4.09517,2.64163 -1.03083,1.39792 -1.30403,2.88642 -0.81897,4.46582 l 10.00602,39.179664 -32.74943,49.0234 c -0.60679,1.09012 -0.91035,2.24294 -0.91035,3.45906 0,1.94298 0.69755,3.61297 2.09328,5.01088 1.39541,1.39761 3.06308,2.09626 5.00269,2.09657 2.54673,-3.1e-4 4.60871,-1.21425 6.18531,-3.64274 l 34.204302,-51.57632 1.82133,7.10776 -5.09189,38.6346 c -0.2441,1.94298 0.17963,3.6744 1.27149,5.19424 1.09185,1.51985 2.60774,2.46172 4.54768,2.8253 1.94337,0.36327 3.73309,-0.0317 5.36915,-1.18447 1.63606,-1.15281 2.57645,-2.70275 2.82086,-4.64918 l 5.27527,-39.54136 c 0.12205,-1.33837 0.002,-2.73598 -0.36082,-4.19313 l -11.6496,-46.471104 30.38954,-5.46662 c 1.5766,-0.24103 2.84996,-1.06035 3.82008,-2.45827 0.96981,-1.39729 1.33251,-2.88579 1.08842,-4.4655 z"
+     id="path15"
+     inkscape:connector-curvature="0"
+     style="fill:#a05a2c;stroke-width:0.31318855" /></svg>
Index: /trunk/resources/images/presets/sport/golf/bunker.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/bunker.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/bunker.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="102"
+   height="102"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="pin.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="45.771857"
+     inkscape:cy="-60.692427"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-354.56025,-169.09633)">
+    <g
+       id="g3033"
+       transform="translate(353.12275,167.65883)">
+      <path
+         id="path3035"
+         d="m 22.429134,2.4448819 60.023622,0 c 11.055118,0 19.984254,8.9291341 19.984254,19.9842521 l 0,60.023622 c 0,11.055118 -8.929136,19.984254 -19.984254,19.984254 l -60.023622,0 c -11.055118,0 -19.9842521,-8.929136 -19.9842521,-19.984254 l 0,-60.023622 c 0,-11.055118 8.9291341,-19.9842521 19.9842521,-19.9842521 z"
+         style="fill:#a8fa8b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.98425198px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3037"
+         d="M 98.43307,63.248031 C 96.590551,71.858267 78.838582,62.681102 68.031496,65.232283 58.96063,67.393701 66.366141,91.062992 54.744094,87.838582 40.96063,84.047244 39.791338,66.259842 32.562992,58.003937 26.433071,50.952756 13.181102,49.748031 9.9921259,41.988189 6.4133858,33.271653 12.401575,24.377953 22.216535,24.590551 c 16.334646,0.318898 19.346457,15.69685 32.456693,16.61811 37.133858,2.586614 47.125982,6.200788 43.759842,22.03937 z"
+         style="fill:#fae675;fill-opacity:1;fill-rule:nonzero;stroke:#037200;stroke-width:1.59448814px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/driving_range.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/driving_range.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/driving_range.svg	(revision 16006)
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16.000002"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="bunker.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313708"
+     inkscape:cx="16.818484"
+     inkscape:cy="4.5807355"
+     inkscape:document-units="px"
+     inkscape:current-layer="g3033"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2991"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-0.015255946px"
+       originy="-0.0083663458px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-354.57551,-255.08796)">
+    <g
+       id="g3033"
+       transform="translate(353.12275,167.65883)">
+      <path
+         id="path3035"
+         d="m 4.7439303,87.584796 9.4176517,0 c 1.734537,0 3.13551,1.400973 3.13551,3.135511 l 0,9.417653 c 0,1.73454 -1.400973,3.13551 -3.13551,3.13551 l -9.4176517,0 c -1.7345378,0 -3.1355107,-1.40097 -3.1355107,-3.13551 l 0,-9.417653 c 0,-1.734538 1.4009729,-3.135511 3.1355107,-3.135511 z"
+         style="fill:#2c9e06;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.31132731px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 6.1875,101.40625 c -2.0310146,-3.586912 -2.9025066,-7.40966 0,-12"
+         id="path2993"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cc" />
+      <path
+         sodipodi:type="arc"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         id="path3867"
+         sodipodi:cx="11"
+         sodipodi:cy="89"
+         sodipodi:rx="1"
+         sodipodi:ry="1"
+         d="m 12,89 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z"
+         transform="translate(1.4375,1.4375)" />
+      <path
+         transform="translate(-1.5625,3.4375)"
+         sodipodi:type="arc"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         id="path3867-7"
+         sodipodi:cx="11"
+         sodipodi:cy="89"
+         sodipodi:rx="1"
+         sodipodi:ry="1"
+         d="m 12,89 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z" />
+      <path
+         transform="translate(2.4375,5.4375)"
+         sodipodi:type="arc"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         id="path3867-7-6"
+         sodipodi:cx="11"
+         sodipodi:cy="89"
+         sodipodi:rx="1"
+         sodipodi:ry="1"
+         d="m 12,89 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z" />
+      <path
+         transform="translate(-1.5625,7.4375)"
+         sodipodi:type="arc"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         id="path3867-7-1"
+         sodipodi:cx="11"
+         sodipodi:cy="89"
+         sodipodi:rx="1"
+         sodipodi:ry="1"
+         d="m 12,89 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z" />
+      <path
+         transform="translate(3.4375,11.4375)"
+         sodipodi:type="arc"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         id="path3867-7-4"
+         sodipodi:cx="11"
+         sodipodi:cy="89"
+         sodipodi:rx="1"
+         sodipodi:ry="1"
+         d="m 12,89 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z" />
+      <path
+         transform="translate(4.4375,8.4375)"
+         sodipodi:type="arc"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         id="path3867-7-2"
+         sodipodi:cx="11"
+         sodipodi:cy="89"
+         sodipodi:rx="1"
+         sodipodi:ry="1"
+         d="m 12,89 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z" />
+      <path
+         transform="translate(4.4375,2.4375)"
+         sodipodi:type="arc"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         id="path3867-7-3"
+         sodipodi:cx="11"
+         sodipodi:cy="89"
+         sodipodi:rx="1"
+         sodipodi:ry="1"
+         d="m 12,89 c 0,0.552285 -0.447715,1 -1,1 -0.552285,0 -1,-0.447715 -1,-1 0,-0.552285 0.447715,-1 1,-1 0.552285,0 1,0.447715 1,1 z" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/fairway.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/fairway.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/fairway.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="104.88"
+   height="104.88"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="green.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-0" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="17.365857"
+     inkscape:cy="69.463743"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-382.96625,-296.3725)">
+    <rect
+       style="color:#000000;fill:#a8fa8b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5347-4);enable-background:accumulate"
+       id="rect5846"
+       width="100"
+       height="100"
+       x="385.40948"
+       y="298.81348"
+       ry="20"
+       rx="20"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\fairway.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907" />
+    <path
+       inkscape:export-ydpi="54.919907"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\fairway.png"
+       sodipodi:nodetypes="ssccss"
+       inkscape:connector-curvature="0"
+       id="path5848"
+       d="m 470.14991,314.36019 c 8.07203,14.09444 -28.59157,25.17714 -34.39798,29.99967 -7.16356,5.94972 9.33577,47.81689 -13.05094,46.60168 -28.97168,-10.24546 -10.04074,-31.82955 -11.4931,-57.11122 1.18769,-12.21842 11.56862,-18.10945 18.92119,-19.02394 7.66324,-0.95313 33.34638,-12.12033 40.02083,-0.46619 z"
+       style="color:#000000;fill:#2c9e06;fill-opacity:1;stroke:#037200;stroke-width:1.61988366;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/golf.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/golf.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/golf.svg	(revision 16006)
@@ -0,0 +1,164 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="104.88"
+   height="104.88"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="New document 1">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="-66.84125"
+     inkscape:cy="-81.859683"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="463"
+     inkscape:window-height="453"
+     inkscape:window-x="150"
+     inkscape:window-y="150"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-441.84125,-345.6225)">
+    <rect
+       style="opacity:0.86386617;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.54900002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect5622"
+       width="61.366768"
+       height="38.890873"
+       x="449.42041"
+       y="403.92032"
+       rx="20"
+       ry="20"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\golf.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907" />
+    <rect
+       style="color:#000000;fill:#2c9e06;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5347);enable-background:accumulate"
+       id="rect3007"
+       width="100"
+       height="100"
+       x="444.28571"
+       y="348.07648"
+       ry="20"
+       rx="20"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\golf.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907" />
+    <path
+       sodipodi:type="arc"
+       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.54068196;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path5351"
+       sodipodi:cx="155.71428"
+       sodipodi:cy="207.71933"
+       sodipodi:rx="30.714285"
+       sodipodi:ry="10.357142"
+       d="m 186.42856,207.71933 c 0,5.72009 -13.75125,10.35714 -30.71428,10.35714 -16.96303,0 -30.71429,-4.63705 -30.71429,-10.35714 0,-5.72009 13.75126,-10.35714 30.71429,-10.35714 16.96303,0 30.71428,4.63705 30.71428,10.35714 z"
+       transform="matrix(0.88250467,0,0,0.84551904,349.48243,252.12946)"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\golf.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.52788104;color:#000000;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.54900002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5685);enable-background:accumulate"
+       id="path5627"
+       sodipodi:cx="66.038719"
+       sodipodi:cy="110.39494"
+       sodipodi:rx="11.995562"
+       sodipodi:ry="3.2829957"
+       d="m 78.034281,110.39494 c 0,1.81315 -5.370596,3.283 -11.995562,3.283 -6.624966,0 -11.995561,-1.46985 -11.995561,-3.283 0,-1.81315 5.370595,-3.28299 11.995561,-3.28299 6.624966,0 11.995562,1.46984 11.995562,3.28299 z"
+       transform="matrix(1.9338771,0,0,1.5693135,358.46983,254.64499)"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\golf.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907" />
+    <path
+       sodipodi:type="arc"
+       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#555555;stroke-width:2;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path5353"
+       sodipodi:cx="70.714287"
+       sodipodi:cy="189.50504"
+       sodipodi:rx="13.571428"
+       sodipodi:ry="13.571428"
+       d="m 84.285715,189.50504 c 0,7.49529 -6.076135,13.57142 -13.571428,13.57142 -7.495293,0 -13.571428,-6.07613 -13.571428,-13.57142 0,-7.4953 6.076135,-13.57143 13.571428,-13.57143 7.495293,0 13.571428,6.07613 13.571428,13.57143 z"
+       transform="matrix(0.75728873,0,0,0.75728873,471.07502,266.88949)"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\golf.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907" />
+    <g
+       id="g5456"
+       transform="matrix(1.0720344,0,0,1.0720344,413.11861,307.28044)"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\golf.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907"
+       style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none">
+      <path
+         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 58.230403,46.766947 c -0.931851,0 -1.65788,1.006862 -1.65788,2.257538 l 0,61.553155 c 0,1.25068 0.726029,2.25754 1.65788,2.25754 0.93185,0 1.693153,-1.00686 1.693153,-2.25754 l 0,-41.411684 L 91.03525,57.066964 59.817734,48.283731 c -0.227923,-0.883475 -0.849617,-1.516784 -1.587331,-1.516784 z"
+         id="path5454"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path5409"
+         d="m 57.802599,46.423856 c -0.931851,0 -1.657879,1.006862 -1.657879,2.257538 l 0,61.553186 c 0,1.25067 0.726028,2.25753 1.657879,2.25753 0.931851,0 1.693154,-1.00686 1.693154,-2.25753 l 0,-41.411715 L 90.607447,56.723873 59.38993,47.940639 c -0.227923,-0.883475 -0.849616,-1.516783 -1.587331,-1.516783 z"
+         style="fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:3;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/green.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/green.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/green.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="102"
+   height="102"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="lateral_water_hazard.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="-4.7728035"
+     inkscape:cy="25.105933"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-405.10491,-254.89469)">
+    <g
+       id="g3119"
+       transform="translate(403.66741,253.45719)">
+      <path
+         id="path3121"
+         d="m 22.429134,2.4448819 60.023622,0 c 11.055118,0 19.984254,8.9291341 19.984254,19.9842521 l 0,60.023622 c 0,11.055118 -8.929136,19.984254 -19.984254,19.984254 l -60.023622,0 c -11.055118,0 -19.9842521,-8.929136 -19.9842521,-19.984254 l 0,-60.023622 c 0,-11.055118 8.9291341,-19.9842521 19.9842521,-19.9842521 z"
+         style="fill:#a8fa8b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.98425198px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3123"
+         d="M 88.937008,67.429134 C 85.606299,75.57874 74.728346,94.464567 63.637795,95.066929 54.318897,95.562992 21.862205,72.070866 15.377953,61.901575 -0.21259842,37.38189 25.15748,14.846457 36.389764,15.980315 c 26.53937,2.728346 58.677165,36.496063 52.547244,51.448819 z"
+         style="fill:#2c9e06;fill-opacity:1;fill-rule:nonzero;stroke:#037200;stroke-width:1.41732287px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3125"
+         d="m 59.988189,10.771654 c -0.673229,0 -1.240158,0.744094 -1.240158,1.665354 l 0,45.389763 c 0,0.92126 0.566929,1.665355 1.240158,1.665355 0.673228,0 1.240157,-0.744095 1.240157,-1.665355 l 0,-30.543307 22.925197,-8.8937 -22.996063,-6.484252 c -0.177165,-0.637796 -0.637795,-1.133858 -1.169291,-1.133858 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.67322832px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3127"
+         d="m 59.669291,10.523622 c -0.673228,0 -1.204724,0.744094 -1.204724,1.665354 l 0,45.389764 c 0,0.92126 0.531496,1.665354 1.204724,1.665354 0.673228,0 1.240158,-0.744094 1.240158,-1.665354 l 0,-30.543307 22.925196,-8.929134 -22.996063,-6.448819 c -0.177165,-0.673228 -0.637795,-1.133858 -1.169291,-1.133858 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.67322832px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/hole.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/hole.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/hole.svg	(revision 16006)
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="102"
+   height="102"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="bunker.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="34.145847"
+     inkscape:cy="-138.9954"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-366.18626,-90.793358)">
+    <g
+       id="g3050"
+       transform="translate(364.74876,89.355858)">
+      <path
+         id="path3052"
+         d="m 22.429134,2.4448819 60.023622,0 c 11.055118,0 19.984254,8.9291341 19.984254,19.9842521 l 0,60.023622 c 0,11.055118 -8.929136,19.984254 -19.984254,19.984254 l -60.023622,0 c -11.055118,0 -19.9842521,-8.929136 -19.9842521,-19.984254 l 0,-60.023622 c 0,-11.055118 8.9291341,-19.9842521 19.9842521,-19.9842521 z"
+         style="fill:#a8fa8b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.98425198px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3054"
+         d="m 19.73622,58.96063 c 0,3.259842 -2.65748,5.917322 -5.917322,5.917322 -3.259843,0 -5.9173232,-2.65748 -5.9173232,-5.917322 0,-3.259843 2.6574802,-5.88189 5.9173232,-5.88189 3.259842,0 5.917322,2.622047 5.917322,5.88189 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#555555;stroke-width:0.85039371px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3056"
+         d="m 11.480315,67.818897 4.854331,0 0,16.547244 -2.515748,3.862205 -2.338583,-3.862205 z"
+         style="fill:#c5ad09;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3058"
+         d="m 9.7440944,64.594488 c 1.8779526,2.161417 1.3110236,1.523622 1.6653546,3.330709 0,0 0,0 0,0 l 0,16.511811 2.338582,3.897637 2.515748,-3.897637 0,-16.511811 0,0 c 0.354331,-1.700788 -0.106299,-1.133859 1.629922,-3.330709 l -8.1496066,0 z"
+         style="fill:none;stroke:#000000;stroke-width:0.35433072px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3060"
+         d="m 79.334645,9.6377952 c -0.46063,0 -0.850393,0.4960628 -0.850393,1.1338588 l 0,31.641732 c 0,0.637795 0.389763,1.133858 0.850393,1.133858 0.496063,0 0.885827,-0.496063 0.885827,-1.133858 l 0,-21.295276 15.980315,-6.200787 -16.051181,-4.5 C 80.043307,9.9566929 79.724409,9.6377952 79.334645,9.6377952 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.46062991px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3062"
+         d="m 79.122047,9.4606299 c -0.46063,0 -0.850394,0.496063 -0.850394,1.1338581 l 0,31.641732 c 0,0.637796 0.389764,1.133859 0.850394,1.133859 0.496063,0 0.885827,-0.496063 0.885827,-1.133859 l 0,-21.295275 15.980315,-6.200788 -16.051181,-4.5 C 79.830708,9.7795275 79.511811,9.4606299 79.122047,9.4606299 z"
+         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.46062991px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3064"
+         d="m 16.476378,87.944882 c 0,0 27.956693,-1.240158 32.88189,-9.56693 3.649606,-6.200787 -18.212599,-31.03937 -13.464567,-36.389763 7.122047,-8.007874 45.850393,5.633858 45.850393,5.633858"
+         style="fill:none;stroke:#000000;stroke-width:4.99606276px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:9.9921259, 9.9921259;stroke-dashoffset:0"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3066"
+         d="m 91.240157,74.232283 c -0.708661,3.295276 -7.511811,-0.212598 -11.65748,0.779528 -3.472441,0.81496 -0.637795,9.885826 -5.102362,8.681102 -5.279528,-1.488189 -5.740158,-8.291338 -8.503937,-11.444882 -2.338583,-2.728346 -7.405512,-3.153543 -8.64567,-6.165354 -1.381889,-3.330709 0.92126,-6.732284 4.677166,-6.661417 6.271653,0.141732 7.405512,6.023622 12.437008,6.377952 14.244094,0.992126 18.070866,2.374016 16.795275,8.433071 z"
+         style="fill:#fae675;fill-opacity:1;fill-rule:nonzero;stroke:#037200;stroke-width:0.60236222px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/lateral_water_hazard.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/lateral_water_hazard.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/lateral_water_hazard.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="102"
+   height="102"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="water_hazard.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="-18.400603"
+     inkscape:cy="-65.286567"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-418.73271,-164.50219)">
+    <g
+       id="g3102"
+       transform="translate(417.29521,163.06469)">
+      <path
+         id="path3104"
+         d="m 22.429134,2.4448819 60.023622,0 c 11.055118,0 19.984254,8.9291341 19.984254,19.9842521 l 0,60.023622 c 0,11.055118 -8.929136,19.984254 -19.984254,19.984254 l -60.023622,0 c -11.055118,0 -19.9842521,-8.929136 -19.9842521,-19.984254 l 0,-60.023622 c 0,-11.055118 8.9291341,-19.9842521 19.9842521,-19.9842521 z"
+         style="fill:#f74c42;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.98425198px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3106"
+         d="M 82.488189,8.1850393 C 97.405511,9.531496 89.8937,52.830708 88.61811,66.11811 87.661417,76.748031 84.153543,86.881889 77.77559,92.374015 70.653543,98.503937 59.173228,101.23228 56.267716,91.877952 51.448819,76.251968 66.437008,58.818897 66.437008,45.673228 c 0,-11.65748 -0.03543,-38.9409446 16.051181,-37.4881887 z"
+         style="fill:#4c49f8;fill-opacity:1;fill-rule:nonzero;stroke:#037200;stroke-width:1.59448814px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/pin.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/pin.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/pin.svg	(revision 16006)
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="104.88"
+   height="104.88"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="golf.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="123.05779"
+     inkscape:cy="-95.52654"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-277.27432,-131.38222)">
+    <rect
+       inkscape:export-ydpi="54.919907"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\pin.png"
+       rx="20"
+       ry="20"
+       y="133.82222"
+       x="279.71432"
+       height="100"
+       width="100"
+       id="rect5790"
+       style="color:#000000;fill:#2c9e06;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5347-1);enable-background:accumulate" />
+    <path
+       sodipodi:type="arc"
+       style="color:#000000;fill:#503700;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path5792"
+       sodipodi:cx="262.89221"
+       sodipodi:cy="97.768028"
+       sodipodi:rx="28.031733"
+       sodipodi:ry="11.111678"
+       d="m 290.92394,97.768028 c 0,6.136812 -12.55023,11.111682 -28.03173,11.111682 -15.4815,0 -28.03173,-4.97487 -28.03173,-11.111682 0,-6.13681 12.55023,-11.111678 28.03173,-11.111678 15.4815,0 28.03173,4.974868 28.03173,11.111678 z"
+       transform="matrix(1.4514077,0,0,1.4514077,-50.247753,42.529045)"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\pin.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907" />
+    <path
+       style="color:#000000;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.15252054;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="m 364.793,193.48732 c -2.88887,2.80067 -13.81594,7.22002 -33.72239,7.22002 -19.90645,0 -29.72875,-4.76668 -34.07952,-7.7288 10.17698,-9.78482 20.35376,-13.26892 35.07698,-12.98505 16.51439,0.3184 25.99414,1.7677 32.72493,13.49383 z"
+       id="path5794"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cscsc"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\pin.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/rough.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/rough.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/rough.svg	(revision 16006)
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="102"
+   height="102"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="fairway.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-0" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="105.74495"
+     inkscape:cy="-29.042284"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-294.58716,-200.74647)">
+    <g
+       id="g3155"
+       transform="translate(293.14966,199.30897)">
+      <path
+         id="path3157"
+         d="m 22.429134,2.4448819 60.023622,0 c 11.055118,0 19.984254,8.9291341 19.984254,19.9842521 l 0,60.023622 c 0,11.055118 -8.929136,19.984254 -19.984254,19.984254 l -60.023622,0 c -11.055118,0 -19.9842521,-8.929136 -19.9842521,-19.984254 l 0,-60.023622 c 0,-11.055118 8.9291341,-19.9842521 19.9842521,-19.9842521 z"
+         style="fill:#a8fa8b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.98425198px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3159"
+         d="m 50.066929,91.594488 -3.401575,0 0,-54.248031 1.771654,-12.68504 1.629921,12.68504 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3161"
+         d="M 47.303149,91.417322 43.901575,91.629921 40.358268,37.488189 41.31496,24.732283 43.759842,37.27559 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3163"
+         d="m 57.188976,91.346456 -3.401575,-0.177165 2.480315,-54.177165 2.374016,-12.57874 1.062992,12.755905 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3165"
+         d="m 54.602362,90.708661 -3.401575,0 0,-54.248031 1.771654,-12.68504 1.629921,12.68504 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3167"
+         d="m 42.271653,91.098425 -3.401574,0.212598 -3.543307,-54.106299 0.956692,-12.791338 2.444882,12.543307 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3169"
+         d="m 61.405512,90.921259 -3.401575,-0.177165 2.515748,-54.177165 2.338582,-12.57874 1.062993,12.720472 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3171"
+         d="M 64.169291,90.885826 60.767716,90.531496 66.11811,36.566929 69.129921,24.129921 69.484252,36.92126 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3173"
+         d="m 64.842519,73.842519 c 0,7.759843 -6.271653,14.031496 -14.031496,14.031496 -7.759842,0 -14.031496,-6.271653 -14.031496,-14.031496 0,-7.759842 6.271654,-14.031496 14.031496,-14.031496 7.759843,0 14.031496,6.271654 14.031496,14.031496 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#555555;stroke-width:2.05511808px;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3175"
+         d="m 75.082677,91.098425 -3.437008,0 0.03543,-54.248031 1.736221,-12.68504 1.665354,12.68504 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3177"
+         d="M 72.318897,90.921259 68.917323,91.133858 65.374015,36.992126 66.295275,24.23622 68.77559,36.779527 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3179"
+         d="m 82.204724,90.850393 -3.437008,-0.177165 2.515748,-54.177165 2.338583,-12.57874 1.062992,12.720472 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3181"
+         d="m 79.582677,90.212598 -3.401575,0 0,-54.248031 1.771654,-12.68504 1.629921,12.68504 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3183"
+         d="M 67.287401,90.602362 63.885827,90.81496 60.342519,36.673228 61.263779,23.917323 63.744094,36.46063 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3185"
+         d="M 86.421259,90.389763 83.019685,90.248031 85.5,36.070866 l 2.374015,-12.57874 1.027559,12.720472 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3187"
+         d="M 89.149606,90.389763 85.748031,90.035433 91.098425,36.070866 94.110236,23.633858 94.5,36.389764 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3189"
+         d="m 24.094488,90.602362 -3.437008,0 0,-54.248031 1.771654,-12.68504 1.665354,12.68504 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3191"
+         d="m 21.295276,90.425196 -3.401575,0.212599 -3.543307,-54.141732 0.956693,-12.755906 2.444881,12.543307 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3193"
+         d="M 31.181102,90.35433 27.779527,90.177165 30.295275,36 32.633858,23.42126 33.69685,36.141732 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3195"
+         d="m 28.594488,89.716535 -3.401575,0 0,-54.248031 1.771654,-12.68504 1.629921,12.68504 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3197"
+         d="M 16.263779,90.106299 12.862205,90.318897 9.3188976,36.177165 10.275591,23.42126 12.720472,35.964567 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3199"
+         d="m 35.433071,89.8937 -3.437008,-0.141732 2.515748,-54.177165 2.338583,-12.57874 1.062992,12.720472 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3201"
+         d="m 38.161417,89.8937 -3.401575,-0.35433 5.350394,-53.964567 3.011811,-12.437008 0.389764,12.755906 z"
+         style="fill:#1f6d04;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/tee.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/tee.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/tee.svg	(revision 16006)
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="104.88"
+   height="104.88"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="rough.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-4">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-0" />
+    </filter>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5732"
+       id="linearGradient5766"
+       gradientUnits="userSpaceOnUse"
+       x1="135.73668"
+       y1="786.59497"
+       x2="135.85074"
+       y2="796.06512"
+       gradientTransform="matrix(1.1811017,0,0,1.1811017,28.593093,-46.764246)" />
+    <linearGradient
+       id="linearGradient5732">
+      <stop
+         style="stop-color:#594f03;stop-opacity:1"
+         offset="0"
+         id="stop5734" />
+      <stop
+         style="stop-color:#c5ad09;stop-opacity:1"
+         offset="1"
+         id="stop5736" />
+    </linearGradient>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-9">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-4" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="-112.54039"
+     inkscape:cy="-161.47375"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-512.8725,-65.435)">
+    <rect
+       style="color:#000000;fill:#a8fa8b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;filter:url(#filter5347-9);enable-background:accumulate"
+       id="rect5718"
+       width="100"
+       height="100"
+       x="515.30804"
+       y="67.888557"
+       ry="20"
+       rx="20"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\tee.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907" />
+    <path
+       inkscape:export-ydpi="54.919907"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\tee.png"
+       transform="matrix(1.0345505,0,0,1.0345505,492.44413,-104.28)"
+       d="m 84.285715,189.50504 c 0,7.49529 -6.076135,13.57142 -13.571428,13.57142 -7.495293,0 -13.571428,-6.07613 -13.571428,-13.57142 0,-7.4953 6.076135,-13.57143 13.571428,-13.57143 7.495293,0 13.571428,6.07613 13.571428,13.57143 z"
+       sodipodi:ry="13.571428"
+       sodipodi:rx="13.571428"
+       sodipodi:cy="189.50504"
+       sodipodi:cx="70.714287"
+       id="path5768"
+       style="color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#555555;stroke-width:2;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       sodipodi:type="arc" />
+    <g
+       id="g5748"
+       transform="matrix(1.1117036,0,0,1.1117036,427.01869,-645.74278)"
+       inkscape:export-filename="C:\Users\cdeiters\Desktop\golf\tee.png"
+       inkscape:export-xdpi="54.919907"
+       inkscape:export-ydpi="54.919907">
+      <g
+         id="g5760"
+         transform="matrix(0.76159434,0,0,0.76159434,-8.9997756,93.980999)">
+        <g
+           transform="translate(39.648487,-23.233509)"
+           id="g5744">
+          <path
+             style="color:#000000;fill:#c5ad09;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m 129.29953,795.78345 13.63706,0 0,46.46702 -7.07107,10.85914 -6.56599,-10.85914 z"
+             id="rect5722"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="cccccc" />
+          <path
+             style="color:#000000;fill:url(#linearGradient5766);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+             d="m 124.625,786.4375 c 5.37116,6.14247 3.70118,4.28544 4.6875,9.40625 l 13.625,0 c 1.01613,-4.79547 -0.26824,-3.18928 4.65625,-9.40625 z"
+             id="rect5725"
+             inkscape:connector-curvature="0"
+             sodipodi:nodetypes="ccccc" />
+        </g>
+        <path
+           inkscape:connector-curvature="0"
+           id="path5750"
+           d="m 164.01319,763.44177 c 5.35831,6.12778 3.71616,4.29966 4.6875,9.375 0.002,0.0122 -0.002,0.019 0,0.0312 l 0,46.40625 6.5625,10.875 7.0625,-10.875 0,-46.40625 0,-0.0312 c 1.00219,-4.75171 -0.25595,-3.17355 4.65625,-9.375 l -22.96875,0 z"
+           style="color:#000000;fill:none;stroke:#000000;stroke-width:1;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/golf/water_hazard.svg
===================================================================
--- /trunk/resources/images/presets/sport/golf/water_hazard.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/golf/water_hazard.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="102"
+   height="102"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="hole.svg">
+  <defs
+     id="defs4">
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5685"
+       x="-0.22926316"
+       width="1.4585263"
+       y="-0.83769232"
+       height="2.6753848">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="2.2917836"
+         id="feGaussianBlur5687" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349" />
+    </filter>
+    <filter
+       color-interpolation-filters="sRGB"
+       inkscape:collect="always"
+       id="filter5347-1">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.6"
+         id="feGaussianBlur5349-7" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="133.63662"
+     inkscape:cy="-48.602897"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="824"
+     inkscape:window-height="972"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-266.69549,-181.18586)">
+    <g
+       id="g3085"
+       transform="translate(265.25799,179.74836)">
+      <path
+         id="path3087"
+         d="m 22.429134,2.4448819 60.023622,0 c 11.055118,0 19.984254,8.9291341 19.984254,19.9842521 l 0,60.023622 c 0,11.055118 -8.929136,19.984254 -19.984254,19.984254 l -60.023622,0 c -11.055118,0 -19.9842521,-8.929136 -19.9842521,-19.984254 l 0,-60.023622 c 0,-11.055118 8.9291341,-19.9842521 19.9842521,-19.9842521 z"
+         style="fill:#f6ed31;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.98425198px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3089"
+         d="M 93.437007,75.755905 C 87.484252,89.468504 48.720472,68.740157 36.496063,63.35433 26.751968,59.102362 18.177165,52.61811 14.988189,44.822834 c -3.57874,-8.681102 -2.586614,-20.444881 7.228346,-20.232283 16.334646,0.318898 28.169292,19.984252 40.641732,24.129921 11.090552,3.649607 37.027559,12.188977 30.57874,27.035433 z"
+         style="fill:#4c49f8;fill-opacity:1;fill-rule:nonzero;stroke:#037200;stroke-width:1.59448814px;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/gymnastics.svg
===================================================================
--- /trunk/resources/images/presets/sport/gymnastics.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/gymnastics.svg	(revision 16006)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="300"
+   height="300"
+   viewBox="0 0 240 240"
+   id="svg3045"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="16.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview11"
+     showgrid="true"
+     inkscape:zoom="2.2250293"
+     inkscape:cx="127.68355"
+     inkscape:cy="171.64626"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg3045">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4139" />
+  </sodipodi:namedview>
+  <defs
+     id="defs3065" />
+  <metadata
+     id="metadata3047">
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+<rdf:RDF>
+  <cc:Work
+     rdf:about="">
+    <dc:format>image/svg+xml</dc:format>
+    <dc:type
+       rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+    <dc:title></dc:title>
+  </cc:Work>
+</rdf:RDF>
+</metadata>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.87678516;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4141"
+     width="239.12321"
+     height="239.12321"
+     x="0.43839258"
+     y="0.43838584" />
+  <g
+     transform="matrix(-0.8,0,0,-0.8,278.4489,251.57613)"
+     id="g3125"
+     style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1">
+    <circle
+       cx="111.3"
+       cy="86.800003"
+       r="21.6"
+       transform="translate(52.430169,145.41677)"
+       id="circle3127" />
+    <path
+       d="M 184.21456,127.80624 C 174.50639,143.34846 146.99022,118.31729 118.28405,94.640199 91.49953,72.725832 59.288224,48.331528 60.490318,46.24946 c 1.079604,-2.152786 36.343473,16.247222 67.926162,32.113659 32.38822,16.16822 63.99545,36.376221 55.79808,49.443121 z"
+       id="path3135" />
+    <path
+       d="m 193.13742,208.00589 c -9.46109,9.17823 10.81875,24.53657 31.2541,42.00211 18.9505,16.26347 39.10303,33.87042 40.44653,32.80978 1.41422,-0.98997 -14.07142,-22.83954 -29.27424,-43.27495 -15.55632,-20.93034 -31.32482,-42.49712 -42.42639,-31.53694 z"
+       id="path3131-0"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="m 190.49779,134.56311 c -4.12529,17.85472 33.03129,19.61188 70.07186,23.16798 34.43531,3.4437 74.46152,8.97117 75.08375,6.64891 0.75886,-2.28565 -37.18724,-14.21019 -70.73883,-25.32327 -34.3346,-11.46927 -70.9735,-19.52974 -74.41678,-4.49362 z"
+       id="path3135-2"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       d="m 154.39456,195.56197 c 9.46109,9.17823 -10.81875,24.53657 -31.2541,42.00211 -18.9505,16.26347 -39.103029,33.87042 -40.446529,32.80978 -1.41422,-0.98997 14.07142,-22.83954 29.274239,-43.27495 15.55632,-20.93034 31.32482,-42.49712 42.42639,-31.53694 z"
+       id="path3131-0-9"
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/handball.svg
===================================================================
--- /trunk/resources/images/presets/sport/handball.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/handball.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="284.39795"
+   height="284.39795"
+   id="svg3339"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="handball.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/josias/osm/fußball.png"
+   inkscape:export-xdpi="90.617371"
+   inkscape:export-ydpi="90.617371"
+   version="1.0">
+  <defs
+     id="defs3341" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="-10.788129"
+     inkscape:cy="35.167697"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1280"
+     inkscape:window-height="963"
+     inkscape:window-x="0"
+     inkscape:window-y="0"
+     showgrid="false"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata3344">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-50.6582, -318.735)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:rgb(0, 0, 0);stroke-width:15;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3941"
+       width="269.39795"
+       height="269.39795"
+       x="58.158169"
+       y="326.23465"
+       ry="21.770645" />
+    <path
+       sodipodi:nodetypes="czzzcc"
+       style="fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 0pt; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
+       d="M 185.45832,465.0883 C 185.45832,465.0883 156.74867,486.9591 150.55137,491.10912 C 144.25452,495.32585 140.8397,497.04873 135.7005,491.95886 C 130.63792,486.94498 134.89339,484.69205 139.62261,480.01985 C 144.25062,475.44754 173.38367,452.33833 173.38367,452.33833 L 185.45832,465.0883 z "
+       id="path8185"
+       inkscape:transform-center-y="11.616754"
+       inkscape:transform-center-x="9.5964492" />
+    <path
+       sodipodi:nodetypes="czzzcc"
+       style="fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 0pt; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
+       d="M 193.55946,471.57843 C 193.55946,471.57843 125.78578,554.36915 121.73564,559.68217 C 117.63013,565.06782 119.27164,568.20007 122.5971,570.76794 C 125.84651,573.27716 130.39457,572.66063 133.85232,568.37547 C 137.25066,564.16383 204.3454,480.98059 204.3454,480.98059 L 193.55946,471.57843 z "
+       id="path8187" />
+    <path
+       sodipodi:type="arc"
+       style="fill: rgb(0, 0, 0); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0.177745; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
+       id="path8189"
+       sodipodi:cx="176.35547"
+       sodipodi:cy="238.12976"
+       sodipodi:rx="0.61328125"
+       sodipodi:ry="0.78710938"
+       d="m 176.96875,238.12976 a 0.61328125,0.78710937 0 0 1 -0.61328,0.78711 0.61328125,0.78710937 0 0 1 -0.61328,-0.78711 0.61328125,0.78710937 0 0 1 0.61328,-0.78711 0.61328125,0.78710937 0 0 1 0.61328,0.78711 z"
+       transform="matrix(17.8035, 0, 0, 13.3809, -2958.09, -2825.88)" />
+    <path
+       sodipodi:nodetypes="cczzzzzzczzzzczzzzzz"
+       style="fill: rgb(0, 0, 0); fill-opacity: 1; fill-rule: evenodd; stroke: rgb(255, 0, 0); stroke-width: 0pt; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
+       d="M 253.67202,401.81635 C 265.3946,407.79432 291.97458,433.16294 291.97458,433.16294 C 300.77023,443.87387 300.94444,455.51828 287.67454,462.48072 C 275.02624,469.117 258.13294,475.82009 249.72456,478.47505 C 241.39433,481.10541 237.57804,481.00142 236.4665,475.51062 C 235.3598,470.04374 241.25181,466.66443 246.69517,464.27215 C 252.34701,461.78839 257.84132,460.3623 269.36748,453.06646 C 281.0099,445.69699 277.41335,443.48784 268.84628,436.22495 C 260.21458,428.90726 249.61315,426.74123 243.20953,435.70399 C 234.22375,447.71942 220.6116,469.24651 217.80103,472.74174 C 215.03565,476.18068 212.16929,478.76326 207.90535,476.6927 C 203.67702,474.63942 181.73163,457.05137 178.67972,452.26681 C 175.76474,447.69708 175.50689,446.53967 179.23303,441.40512 C 182.91522,436.33102 190.82866,426.81094 190.82866,426.81094 C 200.53913,414.65166 210.40186,409.28808 188.49678,405.52384 C 166.62218,401.76484 161.78333,385.41626 160.61236,373.06028 C 159.51316,361.4616 165.06034,359.21388 167.61492,363.06761 C 170.20137,366.96943 169.94145,378.7317 179.37191,385.0525 C 188.9707,391.48613 214.98292,386.90287 229.10101,391.0498 C 243.2191,395.19674 242.04991,395.88962 253.67202,401.81635 z "
+       id="path8191" />
+    <path
+       sodipodi:type="arc"
+       style="fill: rgb(0, 0, 0); fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 0pt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
+       id="path8193"
+       sodipodi:cx="178.39062"
+       sodipodi:cy="229.38562"
+       sodipodi:rx="0.703125"
+       sodipodi:ry="0.6484375"
+       d="m 179.09375,229.38562 a 0.703125,0.6484375 0 0 1 -0.70313,0.64844 0.703125,0.6484375 0 0 1 -0.70312,-0.64844 0.703125,0.6484375 0 0 1 0.70312,-0.64844 0.703125,0.6484375 0 0 1 0.70313,0.64844 z"
+       transform="matrix(25.0177, 0, 0, 27.1277, -4209.89, -5846.56)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/ice_hockey.svg
===================================================================
--- /trunk/resources/images/presets/sport/ice_hockey.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/ice_hockey.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2235"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="hockey9.svg">
+  <metadata
+     id="metadata14">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview12"
+     showgrid="true"
+     inkscape:zoom="50.346667"
+     inkscape:cx="6.2913433"
+     inkscape:cy="10.337779"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2235"
+     showguides="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4141" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2237">
+    <clipPath
+       id="clip0">
+      <rect
+         width="300"
+         height="300"
+         x="0"
+         y="0"
+         id="rect2240" />
+    </clipPath>
+  </defs>
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4144"
+     width="16"
+     height="16"
+     x="0"
+     y="0"
+     ry="0.082081132" />
+  <rect
+     width="1.3157005"
+     height="0.84495389"
+     ry="0.11105929"
+     x="13.857678"
+     y="14.086217"
+     style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.20000005;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="rect2258" />
+  <path
+     d="m 10.209686,2.0275115 a 1.174315,1.1628816 0 0 1 -2.3486298,0 1.174315,1.1628816 0 1 1 2.3486298,0 z"
+     style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1.20000005;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path2236"
+     inkscape:connector-curvature="0" />
+  <path
+     d="M 1.7975139,7.002025 C 1.9285004,7.0386586 2.2470665,7.1578128 2.3774937,7.1973308 2.1217576,7.7963584 1.754179,8.3462916 1.6084044,8.9957794 1.6290618,9.1646852 1.7204259,9.3104885 1.7926814,9.4589611 1.7132942,9.5717061 1.4453306,9.6038831 1.3624063,9.7137361 1.2042574,9.4297651 0.9733711,9.137049 1.0441554,8.7826029 1.1955026,8.1438222 1.5388359,7.5903526 1.7975139,7.002025 Z"
+     style="fill:#050505;fill-rule:nonzero;stroke:none"
+     id="path2261"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccc" />
+  <path
+     d="m 4.6118657,13.298673 c 0.3474261,0.360979 0.6909546,0.729097 1.0690461,1.048324 0.2013033,0.157215 0.4608293,0.05505 0.6857229,0.119981 0.098932,0.07265 0.154792,0.200106 0.2281818,0.30228 -0.3258838,0.08113 -0.8342396,0.439529 -1.1368457,0.186361 -0.4627114,-0.313443 -0.8151793,-0.788772 -1.230331,-1.173039 0.081585,-0.102135 0.302495,-0.382551 0.3842259,-0.484319 z"
+     style="fill:#050505;fill-rule:nonzero;stroke:none"
+     id="path2265"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccc" />
+  <path
+     d="M 4.8529265,7.01628 C 4.8552489,6.56055 5.2214725,6.1462 5.5692928,6.11582 5.7039665,6.10402 5.8055662,6.31507 5.9230622,6.41602 6.1736734,6.34172 6.4679084,6.22542 6.7019084,6.40382 7.1480532,6.69967 7.301897,7.27903 7.4487751,7.78449 7.6400499,8.5314 7.9139759,9.2842 7.8261593,10.07492 7.6503283,10.79087 7.4795564,11.673037 7.022058,12.228937 6.5848932,12.756087 6,13.272321 5.4265747,13.45412 6.0531825,12.56955 6.6708448,11.59895 6.8247803,10.47147 6.9408551,9.64947 6.5349635,8.89525 6.1970045,8.19775 6.1261412,8.90579 6.0207944,9.65453 5.6225248,10.24464 5.3448187,10.60682 4.9396543,10.7766 4.5222607,10.67113 3.6485492,10.42694 2.6519018,9.5363516 2.4541984,8.6037317 3.117027,8.8132817 3.5500997,9 4.2364444,9.4596571 4.4390457,9.4866571 4.7295459,9.4468014 4.8196102,9.1937014 5.0022132,8.3956114 4.8080513,7.82287 4.8529263,7.01631 Z"
+     style="fill:#050505;fill-rule:nonzero;stroke:none"
+     id="path2257"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccccccccccccc" />
+  <path
+     d="m 7.1569009,3.19159 c 0.2012023,-0.0826 0.44511,0.0168 0.5323867,0.22286 0.2343305,0.46363 0.087294,1.01604 0.1378691,1.51419 C 7.9349546,5.68952 8.0740095,6.48337 8.5201642,7.10832 8.2249323,6.26271 8.059076,5.31061 8.3412207,4.43397 8.4226988,4.25451 8.4938287,4.04553 8.726963,4.00142 9.0155506,3.94682 9.2902095,4.20854 9.2604014,4.53328 9.204377,5.49955 8.9227143,6.53889 9.326715,7.45852 c 0.935336,2.00332 1.448649,3.490664 2.393012,5.489304 0.03258,0.0779 0.0809,0.16713 0.167267,0.1823 0.368082,0.0428 0.760722,0.0141 1.147885,0.0118 10e-4,0.14954 0.0051,0.62973 0.0061,0.78049 -0.339041,0.008 -0.678538,0.0216 -1.016808,-0.005 -0.311208,-0.0786 -0.629631,-0.37855 -0.762501,-0.67391 C 10.526073,11.666794 10.012925,10.440293 9.2739621,8.8654435 9.1915371,8.7142735 9.1301842,8.5261135 8.9708207,8.4506735 8.3632245,8.1300635 8.1193087,7.5525 7.6672993,7.01107 6.9516041,6.1256 6.7143215,4.90248 6.7786733,3.75534 6.8235489,3.52222 6.9320522,3.28389 7.1569009,3.1916 Z"
+     style="fill:#050505;fill-rule:nonzero;stroke:none"
+     id="path2253"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccscccccccccccccc" />
+</svg>
Index: /trunk/resources/images/presets/sport/ice_skating.svg
===================================================================
--- /trunk/resources/images/presets/sport/ice_skating.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/ice_skating.svg	(revision 16006)
@@ -0,0 +1,223 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 13.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 14948)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="300px"
+   height="300px"
+   viewBox="0 0 300 300"
+   enable-background="new 0 0 300 300"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="is2.svg"><metadata
+   id="metadata76"><rdf:RDF><cc:Work
+       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+   id="defs74">
+	<defs
+   id="defs5">
+		<rect
+   height="300"
+   width="300"
+   id="SVGID_1_" />
+	</defs>
+	<clipPath
+   id="SVGID_2_">
+		<use
+   id="use9"
+   overflow="visible"
+   xlink:href="#SVGID_1_" />
+	</clipPath>
+	
+
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+		
+	</defs><sodipodi:namedview
+   pagecolor="#ffffff"
+   bordercolor="#666666"
+   borderopacity="1"
+   objecttolerance="10"
+   gridtolerance="10"
+   guidetolerance="10"
+   inkscape:pageopacity="0"
+   inkscape:pageshadow="2"
+   inkscape:window-width="1680"
+   inkscape:window-height="988"
+   id="namedview72"
+   showgrid="true"
+   inkscape:zoom="1.5733333"
+   inkscape:cx="84.642626"
+   inkscape:cy="96.385487"
+   inkscape:window-x="-8"
+   inkscape:window-y="-8"
+   inkscape:window-maximized="1"
+   inkscape:current-layer="Layer_1"><inkscape:grid
+     type="xygrid"
+     id="grid4206" /></sodipodi:namedview>
+<rect
+   style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+   id="rect4204"
+   width="300"
+   height="300"
+   x="0"
+   y="-1.0685897e-015" /><path
+   stroke-miterlimit="10"
+   d="m 177.674,7.913 c 7.322,-0.845 15.018,2.038 19.925,7.555 3.139,3.83 5.17,8.563 5.552,13.52 -0.25,8.892 -6.073,17.573 -14.627,20.443 -7.661,2.973 -16.822,1.364 -23.079,-3.932 -7.173,-5.995 -10.104,-17.092 -5.304,-25.433 3.191,-6.815 10.226,-11.127 17.533,-12.153 z"
+   id="path12"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 177.674,7.913 c 7.322,-0.845 15.018,2.038 19.925,7.555 3.139,3.83 5.17,8.563 5.552,13.52 -0.25,8.892 -6.073,17.573 -14.627,20.443 -7.661,2.973 -16.822,1.364 -23.079,-3.932 -7.173,-5.995 -10.104,-17.092 -5.304,-25.433 3.191,-6.815 10.226,-11.127 17.533,-12.153 z"
+   id="path14"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 43.813,25.835 c 29.426,2.921 58.877,6.049 88.004,11.274 6.189,0.81 12.321,2.167 18.328,3.837 5.32,1.519 8.843,8.105 6.037,13.135 -2.229,4.947 -8.131,6.951 -13.226,6.274 C 131.228,59.271 119.821,55.964 108.56,52.653 92.783,47.6 77.126,42.021 62.144,34.915 56.094,31.776 49.532,29.561 43.813,25.835 Z"
+   id="path16"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 43.813,25.835 c 29.426,2.921 58.877,6.049 88.004,11.274 6.189,0.81 12.321,2.167 18.328,3.837 5.32,1.519 8.843,8.105 6.037,13.135 -2.229,4.947 -8.131,6.951 -13.226,6.274 C 131.228,59.271 119.821,55.964 108.56,52.653 92.783,47.6 77.126,42.021 62.144,34.915 56.094,31.776 49.532,29.561 43.813,25.835 Z"
+   id="path18"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 45.751,50.92 c 1.891,-2.616 5.073,-3.747 8.187,-3.945 7.739,-0.978 14.65,3.344 21.077,7.01 7.732,3.958 14.192,9.851 21.192,14.906 9.005,7.623 17.703,15.611 26.582,23.385 4.475,4.525 9.811,9.857 9.04,16.807 -1.772,9.09 -7.403,16.74 -12.907,23.949 -3.793,5.48 -7.801,10.809 -11.497,16.356 -3.578,5.332 -8.33,9.7 -12.639,14.415 -4.703,4.75 -9.04,9.905 -14.356,14.004 7.365,-16.395 14.759,-32.786 21.974,-49.253 2.519,-5.946 6.109,-11.405 8.159,-17.551 -9.063,-5.439 -19.116,-8.976 -28.156,-14.456 -5.871,-3.505 -12.06,-6.445 -17.875,-10.046 -1.371,7.148 -2.181,14.44 -4.345,21.412 -1.803,5.677 -5.904,11.276 -12.127,12.339 -15.801,3.577 -32.011,4.79 -48.058,6.789 l 0,-9.974 c 8.958,-3.386 17.901,-6.813 26.893,-10.109 4.842,-1.497 9.743,-2.81 14.499,-4.576 C 41.387,90.6 41.35,78.817 41.401,67.035 41.63,61.48 42.241,55.467 45.751,50.92 Z"
+   id="path20"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 45.751,50.92 c 1.891,-2.616 5.073,-3.747 8.187,-3.945 7.739,-0.978 14.65,3.344 21.077,7.01 7.732,3.958 14.192,9.851 21.192,14.906 9.005,7.623 17.703,15.611 26.582,23.385 4.475,4.525 9.811,9.857 9.04,16.807 -1.772,9.09 -7.403,16.74 -12.907,23.949 -3.793,5.48 -7.801,10.809 -11.497,16.356 -3.578,5.332 -8.33,9.7 -12.639,14.415 -4.703,4.75 -9.04,9.905 -14.356,14.004 7.365,-16.395 14.759,-32.786 21.974,-49.253 2.519,-5.946 6.109,-11.405 8.159,-17.551 -9.063,-5.439 -19.116,-8.976 -28.156,-14.456 -5.871,-3.505 -12.06,-6.445 -17.875,-10.046 -1.371,7.148 -2.181,14.44 -4.345,21.412 -1.803,5.677 -5.904,11.276 -12.127,12.339 -15.801,3.577 -32.011,4.79 -48.058,6.789 l 0,-9.974 c 8.958,-3.386 17.901,-6.813 26.893,-10.109 4.842,-1.497 9.743,-2.81 14.499,-4.576 C 41.387,90.6 41.35,78.817 41.401,67.035 41.63,61.48 42.241,55.467 45.751,50.92 Z"
+   id="path22"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 267.691,109.908 c 7.31,-0.828 14.985,2.04 19.891,7.541 3.33,4.099 5.56,9.26 5.541,14.592 -0.654,6.746 -4.172,13.381 -9.959,17.073 -7.916,5.301 -19.038,4.983 -26.641,-0.758 -7.947,-5.78 -11.426,-17.553 -6.37,-26.316 3.201,-6.808 10.236,-11.107 17.538,-12.132 z"
+   id="path24"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 267.691,109.908 c 7.31,-0.828 14.985,2.04 19.891,7.541 3.33,4.099 5.56,9.26 5.541,14.592 -0.654,6.746 -4.172,13.381 -9.959,17.073 -7.916,5.301 -19.038,4.983 -26.641,-0.758 -7.947,-5.78 -11.426,-17.553 -6.37,-26.316 3.201,-6.808 10.236,-11.107 17.538,-12.132 z"
+   id="path26"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 133.73,127.862 c 32.258,3.069 64.523,6.753 96.395,12.688 5.19,1.434 11.641,1.372 15.184,6.083 3.413,4.305 1.73,10.91 -2.811,13.695 -4.848,3.309 -10.977,1.904 -16.383,1.207 -13.436,-2.538 -26.635,-6.254 -39.509,-10.847 -13.579,-4.617 -26.915,-9.967 -39.795,-16.287 -4.326,-2.248 -9.03,-3.785 -13.081,-6.539 z"
+   id="path28"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 133.73,127.862 c 32.258,3.069 64.523,6.753 96.395,12.688 5.19,1.434 11.641,1.372 15.184,6.083 3.413,4.305 1.73,10.91 -2.811,13.695 -4.848,3.309 -10.977,1.904 -16.383,1.207 -13.436,-2.538 -26.635,-6.254 -39.509,-10.847 -13.579,-4.617 -26.915,-9.967 -39.795,-16.287 -4.326,-2.248 -9.03,-3.785 -13.081,-6.539 z"
+   id="path30"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 138.528,150.43 c 5.431,-2.564 11.943,-1.797 17.285,0.666 21.877,10.123 38.971,27.549 56.946,43.139 4.476,4.554 9.804,9.845 9.106,16.814 -2.239,11.547 -10.627,20.245 -16.938,29.705 -4.852,6.223 -8.634,13.271 -14.277,18.861 -6.721,6.715 -12.721,14.215 -20.199,20.125 7.48,-16.607 14.957,-33.232 22.275,-49.92 2.419,-5.688 5.963,-10.889 7.781,-16.822 -9,-5.469 -19.046,-8.939 -28.041,-14.418 -5.865,-3.549 -12.131,-6.395 -17.895,-10.112 -2.287,9.644 -2.021,20.596 -8.326,28.772 -2.126,3.138 -5.813,4.535 -9.365,5.316 -15.181,3.323 -30.712,4.325 -46.065,6.556 -9.258,0.919 -18.547,3.031 -27.88,1.972 15.811,-8.385 32.8,-14.119 49.478,-20.479 6.173,-2.541 12.763,-3.814 18.982,-6.231 0.002,-12.104 -0.078,-24.211 0.035,-36.313 0.383,-6.323 1.36,-13.839 7.098,-17.631 z"
+   id="path32"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 138.528,150.43 c 5.431,-2.564 11.943,-1.797 17.285,0.666 21.877,10.123 38.971,27.549 56.946,43.139 4.476,4.554 9.804,9.845 9.106,16.814 -2.239,11.547 -10.627,20.245 -16.938,29.705 -4.852,6.223 -8.634,13.271 -14.277,18.861 -6.721,6.715 -12.721,14.215 -20.199,20.125 7.48,-16.607 14.957,-33.232 22.275,-49.92 2.419,-5.688 5.963,-10.889 7.781,-16.822 -9,-5.469 -19.046,-8.939 -28.041,-14.418 -5.865,-3.549 -12.131,-6.395 -17.895,-10.112 -2.287,9.644 -2.021,20.596 -8.326,28.772 -2.126,3.138 -5.813,4.535 -9.365,5.316 -15.181,3.323 -30.712,4.325 -46.065,6.556 -9.258,0.919 -18.547,3.031 -27.88,1.972 15.811,-8.385 32.8,-14.119 49.478,-20.479 6.173,-2.541 12.763,-3.814 18.982,-6.231 0.002,-12.104 -0.078,-24.211 0.035,-36.313 0.383,-6.323 1.36,-13.839 7.098,-17.631 z"
+   id="path34"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 63.379,184.381 c 19.081,-0.001 38.161,-0.001 57.242,0 -0.003,1.998 -0.003,3.999 -0.006,6.001 -19.076,-0.003 -38.152,-0.003 -57.228,0.001 -0.006,-2.003 -0.007,-4.004 -0.008,-6.002 z"
+   id="path36"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 63.379,184.38136 c 19.081,-0.001 38.161,-0.001 57.242,0 -0.003,2.97036 -0.003,5.94517 -0.006,8.92146 -19.076,-0.004 -38.152,-0.004 -57.228,0.001 -0.006,-2.97778 -0.007,-5.95259 -0.008,-8.92295 z"
+   id="path38"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 25.639,202.824 c 2.714,-0.006 5.428,-0.006 8.142,-0.012 0.032,2.332 0.042,4.667 0.043,7.004 -2.737,0.004 -5.473,0.003 -8.209,-0.003 0.003,-2.332 0.007,-4.661 0.024,-6.989 z"
+   id="path40"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 25.639,202.824 c 2.714,-0.006 5.428,-0.006 8.142,-0.012 0.032,2.332 0.042,4.667 0.043,7.004 -2.737,0.004 -5.473,0.003 -8.209,-0.003 0.003,-2.332 0.007,-4.661 0.024,-6.989 z"
+   id="path42"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 61.64,202.822 c 2.709,-0.003 5.419,-0.004 8.13,-0.014 0.042,2.334 0.054,4.67 0.055,7.008 -2.738,0.004 -5.475,0.003 -8.211,-0.004 0.003,-2.332 0.008,-4.662 0.026,-6.99 z"
+   id="path44"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 61.64,202.822 c 2.709,-0.003 5.419,-0.004 8.13,-0.014 0.042,2.334 0.054,4.67 0.055,7.008 -2.738,0.004 -5.475,0.003 -8.211,-0.004 0.003,-2.332 0.008,-4.662 0.026,-6.99 z"
+   id="path46"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 97.639,202.822 c 2.71,-0.003 5.42,-0.004 8.131,-0.014 0.042,2.334 0.054,4.67 0.055,7.008 -2.737,0.004 -5.474,0.003 -8.21,-0.004 0.002,-2.332 0.006,-4.662 0.024,-6.99 z"
+   id="path48"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 97.639,202.822 c 2.71,-0.003 5.42,-0.004 8.131,-0.014 0.042,2.334 0.054,4.67 0.055,7.008 -2.737,0.004 -5.474,0.003 -8.21,-0.004 0.002,-2.332 0.006,-4.662 0.024,-6.99 z"
+   id="path50"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 241.64,202.821 c 2.708,-0.002 5.418,-0.003 8.13,-0.013 0.041,2.334 0.053,4.67 0.055,7.008 -2.738,0.004 -5.476,0.003 -8.211,-0.004 0.001,-2.333 0.006,-4.662 0.026,-6.991 z"
+   id="path52"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 241.64,202.821 c 2.708,-0.002 5.418,-0.003 8.13,-0.013 0.041,2.334 0.053,4.67 0.055,7.008 -2.738,0.004 -5.476,0.003 -8.211,-0.004 0.001,-2.333 0.006,-4.662 0.026,-6.991 z"
+   id="path54"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 277.639,202.822 c 2.711,-0.003 5.422,-0.004 8.136,-0.012 0.036,2.333 0.046,4.668 0.05,7.006 -2.739,0.003 -5.475,0.003 -8.209,-0.004 -10e-4,-2.332 0.003,-4.662 0.023,-6.99 z"
+   id="path56"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 277.639,202.822 c 2.711,-0.003 5.422,-0.004 8.136,-0.012 0.036,2.333 0.046,4.668 0.05,7.006 -2.739,0.003 -5.475,0.003 -8.209,-0.004 -10e-4,-2.332 0.003,-4.662 0.023,-6.99 z"
+   id="path58"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 169.641,202.819 c 2.711,0 5.422,-10e-4 8.137,-0.008 0.035,2.333 0.044,4.666 0.049,7.003 -2.74,0.005 -5.477,0.006 -8.212,-0.002 0,-2.333 0.006,-4.664 0.026,-6.993 z"
+   id="path60"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 169.641,202.819 c 2.711,0 5.422,-10e-4 8.137,-0.008 0.035,2.333 0.044,4.666 0.049,7.003 -2.74,0.005 -5.477,0.006 -8.212,-0.002 0,-2.333 0.006,-4.664 0.026,-6.993 z"
+   id="path62"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 44.144,218.895 c 1.982,-0.753 3.959,-1.518 5.924,-2.312 6.609,17.909 13.199,35.825 19.844,53.722 -1.919,0.771 -3.893,1.411 -5.933,1.776 -6.481,-17.776 -13.318,-35.423 -19.835,-53.186 z"
+   id="path64"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 44.144,218.895 c 1.982,-0.753 3.959,-1.518 5.924,-2.312 6.609,17.909 13.199,35.825 19.844,53.722 -1.919,0.771 -3.893,1.411 -5.933,1.776 -6.481,-17.776 -13.318,-35.423 -19.835,-53.186 z"
+   id="path66"
+   inkscape:connector-curvature="0" /><path
+   stroke-miterlimit="10"
+   d="m 153.379,286.381 c 19.08,-0.002 38.16,0 57.242,0 -0.004,1.997 -0.005,3.998 -0.006,6.001 -19.077,-0.003 -38.152,-0.003 -57.229,0 -0.005,-2.003 -0.007,-4.004 -0.007,-6.001 z"
+   id="path68"
+   inkscape:connector-curvature="0"
+   style="fill:none;stroke:#000000;stroke-width:0.1;stroke-miterlimit:10" /><path
+   d="m 153.379,286.38137 c 19.08,-0.003 38.16,0 57.242,0 -0.004,2.81946 -0.005,5.64457 -0.006,8.47251 -19.077,-0.004 -38.152,-0.004 -57.229,0 -0.005,-2.82794 -0.007,-5.65305 -0.007,-8.47251 z"
+   id="path70"
+   inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/sport/karting.svg
===================================================================
--- /trunk/resources/images/presets/sport/karting.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/karting.svg	(revision 16006)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="karting3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="44.8"
+     inkscape:cx="7.5678948"
+     inkscape:cy="9.2837864"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4159"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="0" />
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4145"
+       cx="2.5"
+       cy="1049.8622"
+       r="1.35" />
+    <circle
+       r="1.35"
+       cy="1049.8622"
+       cx="13.5"
+       id="circle4147"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5,1049.9162 6,0"
+       id="path4149"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4151"
+       d="m 4.4317892,1048.1412 c 1.579027,-1.744 4.1558688,-1.4873 6.5682108,0.221"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:nodetypes="cc"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4.9462241,1042.0382 c 1.579027,1.744 3.259133,2.5472 4.9610679,2.904"
+       id="path4153"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4155"
+       width="2"
+       height="5.0001249"
+       x="1"
+       y="1042.3622"
+       ry="1" />
+    <circle
+       r="1.35"
+       cy="1038.8622"
+       cx="4.5"
+       id="circle4157"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/miniature_golf.svg
===================================================================
--- /trunk/resources/images/presets/sport/miniature_golf.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/miniature_golf.svg	(revision 16006)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   x="0px"
+   y="0px"
+   width="160"
+   height="160"
+   viewBox="0 0 160 160"
+   enable-background="new 0 0 580 580"
+   xml:space="preserve"
+   id="svg2"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="24.svg"><metadata
+     id="metadata26"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs24" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview22"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="0.57543862"
+     inkscape:cx="284.53234"
+     inkscape:cy="300.31804"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"><inkscape:grid
+       type="xygrid"
+       id="grid4508" /></sodipodi:namedview><path
+     style="opacity:1;fill:#c87137;fill-opacity:1;stroke-width:0.31101668"
+     id="path12"
+     d="m 17.837663,150.0613 11.06454,-73.837724 8.67461,-5.27511 8.48543,5.41553 c 0,0 9.620531,74.592154 8.717211,74.144884 -0.90333,-0.44727 -36.761251,0.22379 -36.941791,-0.44758 z"
+     sodipodi:nodetypes="ccccsc"
+     inkscape:connector-curvature="0" /><path
+     style="fill:#502d16;stroke-width:0.31101668"
+     inkscape:connector-curvature="0"
+     id="path16"
+     d="m 75.033694,110.98099 c -0.013,-0.58926 -0.27189,-1.14466 -0.71291,-1.52799 L 44.645693,83.648216 74.320784,57.843756 c 0.44071,-0.38333 0.69994,-0.93905 0.71291,-1.52799 0.013,-0.58894 -0.2219,-1.15595 -0.64563,-1.5584 l -10.06864,-9.56979 c -0.42589,-0.40496 -1.003,-0.60399 -1.5829,-0.55008 -0.58081,0.0549 -1.11071,0.35983 -1.45574,0.8375 l -23.763531,32.90501 -23.76352,-32.90501 c -0.34504,-0.47767 -0.87493,-0.78265 -1.45575,-0.8375 -0.57959,-0.0539 -1.15701,0.14544 -1.5829,0.55008 l -10.0689506,9.56979 c -0.42373001,0.40277 -0.65828002,0.96946 -0.64562001488,1.5584 C 0.01311239,56.904706 0.27240239,57.460426 0.7134124,57.843756 L 30.388503,83.648216 0.7134124,109.453 c -0.44070001,0.38333 -0.69994001,0.93873 -0.71290001488,1.52799 -0.0130000051,0.58895 0.22189000488,1.15595 0.64562001488,1.5584 l 10.0689506,9.56948 c 0.3796,0.36076 0.87863,0.55917 1.39372,0.55917 0.063,0 0.12622,-0.003 0.18918,-0.009 0.58082,-0.0549 1.11071,-0.35951 1.45575,-0.8375 l 23.76352,-32.904704 23.763531,32.904704 c 0.34503,0.47767 0.87493,0.78264 1.45574,0.8375 0.0633,0.006 0.12623,0.009 0.18919,0.009 0.51508,0 1.01411,-0.19841 1.39371,-0.55917 l 10.06864,-9.56948 c 0.42373,-0.40276 0.65859,-0.96945 0.64563,-1.5584 z m -38.809541,-27.332774 1.29279,-1.27003 1.29249,1.27003 -1.29249,1.27036 z" /><g
+     id="g3020"
+     style="fill:#550000"
+     transform="matrix(0.30861723,0,0,0.31343479,-8.4793659,-10.895934)"><path
+       d="m 545.682,194.647 c -1.16,-5.038 -4.064,-9.303 -8.713,-12.793 L 313.705,34.763 293.353,64.412 c -5.039,6.979 -3.873,12.988 3.496,18.027 6.967,4.259 12.971,3.094 18.01,-3.495 L 326.498,61.502 507.889,180.701 359.643,207.44 c -5.43,1.16 -9.791,3.969 -13.086,8.429 -3.295,4.459 -4.166,9.209 -2.617,14.247 l 31.975,125.002 -104.65,156.407 c -1.939,3.478 -2.91,7.156 -2.91,11.036 0,6.198 2.23,11.527 6.689,15.987 4.459,4.459 9.787,6.688 15.986,6.688 8.139,0 14.727,-3.874 19.766,-11.622 l 109.299,-164.551 5.82,22.676 -16.271,123.263 c -0.781,6.198 0.574,11.723 4.064,16.572 3.488,4.85 8.332,7.854 14.531,9.014 6.211,1.159 11.93,-0.101 17.158,-3.779 5.228,-3.678 8.232,-8.623 9.014,-14.833 l 16.855,-126.155 c 0.391,-4.271 0.004,-8.729 -1.152,-13.378 L 432.887,234.18 529.996,216.739 c 5.039,-0.769 9.107,-3.383 12.207,-7.843 3.1,-4.459 4.258,-9.208 3.479,-14.249 z"
+       id="path18"
+       inkscape:connector-curvature="0"
+       style="fill:#550000" /><path
+       d="m 379.693,184.472 c 7.559,-7.174 11.338,-15.989 11.338,-26.446 0,-10.468 -3.779,-19.289 -11.338,-26.464 -7.561,-7.174 -16.572,-10.761 -27.041,-10.761 -10.457,0 -19.371,3.587 -26.74,10.761 -7.369,7.175 -11.053,15.996 -11.053,26.464 0,10.457 3.684,19.272 11.053,26.446 7.369,7.175 16.283,10.762 26.74,10.762 10.469,-0.001 19.481,-3.588 27.041,-10.762 z"
+       id="path20"
+       inkscape:connector-curvature="0"
+       style="fill:#550000" /></g></svg>
Index: /trunk/resources/images/presets/sport/motocross.svg
===================================================================
--- /trunk/resources/images/presets/sport/motocross.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/motocross.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="596.53082"
+   height="558.8587"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="motocross.svg">
+  <metadata
+     id="metadata2840">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview2838"
+     showgrid="false"
+     inkscape:zoom="0.6812656"
+     inkscape:cx="80.509572"
+     inkscape:cy="372.53324"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 250 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="680 : 250 : 1"
+       inkscape:persp3d-origin="340 : 166.66667 : 1"
+       id="perspective2842" />
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4140"
+     width="596.53082"
+     height="558.8587"
+     x="0"
+     y="0" />
+  <g
+     id="layer1"
+     transform="matrix(-0.79157777,0.52526625,0.52526625,0.79157777,331.22721,-172.51071)"
+     inkscape:export-xdpi="2.2932594"
+     inkscape:export-ydpi="2.2932594">
+    <path
+       d="m 438.12826,429.16927 c -62.79839,-3.16426 -155.20224,7.89495 -186.20451,-31.3992 -14.20607,-74.76934 -54.80076,-112.40662 -124.50145,-113.18313 -42.795768,-82.64828 34.88862,-95.59972 87.99076,-116.8342 3.3733,38.41563 1.30629,78.34741 62.06817,100.7695 2.43911,-11.88771 7.42309,-21.59411 23.36684,-21.90641 l 89.81629,0.36511 63.52859,-49.65454 c 10.2664,16.32783 30.63852,37.24918 30.66898,48.92432 l 96.38822,0.36511 c 7.01925,5.97861 12.97283,21.84281 -1.09532,37.60601 -57.74129,-1.75276 -162.68681,4.55533 -142.02657,144.94743 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path4749"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 281.45311,113.13794 0.25817,-34.043529 38.12235,-5.174139 0,-27.017909 -38.89686,6.464987 c 2.8605,-24.34011 18.51028,-41.939346 52.98479,-47.0361453 21.6463,1.5255947 44.34631,2.6992313 57.25914,43.1895493 3.78428,16.060343 1.42553,32.309362 -8.54869,46.305931 -32.28759,-17.699463 -56.45288,-5.617153 -78.49798,14.239165 l -22.68092,3.07209 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path5636"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 215.04795,186.7383 113.54824,-85.80012 c 15.26233,-8.1407 32.0941,-9.689721 52.21028,2.55575 17.19617,15.62165 46.2444,58.89814 69.37031,88.35586 l -64.62391,48.37667 -62.06818,-86.34778 -98.21375,75.21202 c -7.55995,-13.19498 -9.32895,-28.68129 -10.22299,-42.3524 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path6523"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 241.70075,414.19989 a 83.609474,83.609474 0 1 1 -167.218946,0 83.609474,83.609474 0 1 1 167.218946,0 z"
+       transform="matrix(0.974466,0,0,0.974466,-15.3767,-10.0838)"
+       style="fill:none;stroke:#000000;stroke-width:34.99969864;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path7410"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 241.70075,414.19989 a 83.609474,83.609474 0 1 1 -167.218946,0 83.609474,83.609474 0 1 1 167.218946,0 z"
+       transform="matrix(0.974466,0,0,0.974466,388.618,-9.97323)"
+       style="fill:none;stroke:#000000;stroke-width:34.99969864;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8297"
+       inkscape:connector-curvature="0" />
+  </g>
+  <path
+     style="fill:#d45500;stroke:#000000;stroke-width:0.94999999px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="M 596.05585,177.69519 C 351.32752,451.01003 29.206463,558.3837 29.206463,558.3837 l 566.849387,0 0,-380.68851 z"
+     id="path2849"
+     sodipodi:nodetypes="cccc"
+     inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\layer1.png"
+     inkscape:export-xdpi="2.2932594"
+     inkscape:export-ydpi="2.2932594"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/sport/motor.svg
===================================================================
--- /trunk/resources/images/presets/sport/motor.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/motor.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg3419"
+   sodipodi:docname="gear23.svg"
+   viewBox="0 0 16 16"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   width="16"
+   height="16">
+  <defs
+     id="defs8" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     fit-margin-left="0"
+     pagecolor="#ffffff"
+     fit-margin-top="0"
+     inkscape:window-maximized="1"
+     inkscape:zoom="30.733071"
+     inkscape:window-x="-8"
+     inkscape:window-height="988"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="4.4158384"
+     inkscape:cy="5.1790307"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4147" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     transform="translate(-263.31,-702.69)">
+    <path
+       id="path3243"
+       style="color:#000000;fill:#502d16;stroke:#a05a2c;stroke-width:0.23241474"
+       inkscape:connector-curvature="0"
+       d="m 273.79564,708.31969 c -0.10816,0.008 -0.21329,0.0242 -0.31957,0.0363 l -0.006,0 -0.25419,1.38723 c -0.41436,0.0944 -0.80413,0.25448 -1.15483,0.47209 l -1.14101,-0.82072 c -0.30826,0.23931 -0.58876,0.51843 -0.83521,0.82072 l 0.79166,1.15483 c -0.24036,0.36733 -0.42113,0.78679 -0.52293,1.22742 -1e-5,0.002 -1e-5,0.006 0,0.006 l -1.37999,0.21789 c -0.0251,0.20606 -0.0363,0.41903 -0.0363,0.63187 0,0.17416 0.004,0.34598 0.0218,0.51568 l 1.37998,0.24693 c 0.0982,0.47922 0.28459,0.92677 0.54472,1.32189 l -0.82072,1.12578 c 0.23505,0.2918 0.50641,0.55747 0.79891,0.79166 l 1.16208,-0.79892 c 0.40614,0.25909 0.85951,0.44076 1.35094,0.53021 l 0.21787,1.37274 c 0.15484,0.0141 0.31363,0.0145 0.47211,0.0145 0.22372,0 0.43745,-0.009 0.65368,-0.0363 l 0.26147,-1.40179 c 0.46657,-0.11611 0.90489,-0.31756 1.28552,-0.58831 l 1.11846,0.81347 c 0.29006,-0.24677 0.5553,-0.53043 0.78443,-0.83527 l -0.81347,-1.17664 c 0.2203,-0.38046 0.37292,-0.80026 0.45029,-1.24922 l 1.37274,-0.21789 c 0.012,-0.14324 0.0144,-0.28216 0.0144,-0.42852 0,-0.25431 -0.0296,-0.50366 -0.0654,-0.74806 l -1.39447,-0.25421 c -0.10928,-0.40351 -0.28858,-0.78002 -0.51566,-1.11853 l 0.82072,-1.12577 c -0.2544,-0.31111 -0.5446,-0.59852 -0.86426,-0.84253 l -1.18388,0.81348 c -0.34026,-0.20124 -0.70641,-0.35564 -1.10397,-0.44305 l -0.21788,-1.37998 c -0.19831,-0.0233 -0.39827,-0.0363 -0.60282,-0.0363 -0.0553,0 -0.11218,-10e-4 -0.16706,0 -0.0268,7.8e-4 -0.0532,-10e-4 -0.0799,0 -0.006,4.8e-4 -0.0146,-4.8e-4 -0.0218,0 z m 0.18885,3.52984 c 0.0265,-10e-4 0.053,0 0.0799,0 0.85971,0 1.56153,0.70181 1.56153,1.56153 0,0.85971 -0.70182,1.55428 -1.56153,1.55428 -0.85972,0 -1.55429,-0.69457 -1.55429,-1.55428 0,-0.83284 0.65184,-1.51982 1.47438,-1.56153 z" />
+    <path
+       d="m 265.86604,703.04061 c -0.0831,0.0387 -0.161,0.0837 -0.24116,0.12559 l -0.005,9e-4 0.21955,1.17196 c -0.29847,0.20003 -0.55758,0.4445 -0.76843,0.72252 l -1.14925,-0.3021 c -0.17079,0.2823 -0.30763,0.58758 -0.41058,0.90087 l 0.97475,0.6716 c -0.0785,0.36277 -0.0941,0.74861 -0.0409,1.12724 6.3e-4,0.002 9.1e-4,0.005 9.1e-4,0.005 l -1.0231,0.59015 c 0.0414,0.17052 0.0981,0.34178 0.16259,0.50979 0.0532,0.13732 0.10856,0.27164 0.17355,0.40038 l 1.16398,-0.22351 c 0.22269,0.34849 0.50538,0.64526 0.83042,0.87832 l -0.30668,1.1372 c 0.27392,0.15911 0.5686,0.28657 0.8704,0.3828 l 0.67518,-0.98267 c 0.39904,0.0815 0.81193,0.0875 1.22689,0.01 l 0.58789,1.01746 c 0.12601,-0.0375 0.25187,-0.0838 0.37688,-0.13208 0.17634,-0.0685 0.34263,-0.1394 0.50491,-0.22678 l -0.21838,-1.18561 c 0.33309,-0.23302 0.61799,-0.52482 0.83638,-0.85383 l 1.12927,0.30318 c 0.15416,-0.28264 0.27756,-0.5869 0.36608,-0.89694 l -0.99859,-0.68223 c 0.0587,-0.36703 0.0519,-0.74464 -0.0233,-1.12243 l 1.0175,-0.58787 c -0.0324,-0.11717 -0.0747,-0.22694 -0.11901,-0.3424 -0.0768,-0.20082 -0.17599,-0.38856 -0.2782,-0.57064 l -1.17775,0.22152 c -0.2085,-0.2854 -0.46406,-0.52824 -0.74586,-0.72661 l 0.30672,-1.13722 c -0.29508,-0.16845 -0.61122,-0.30737 -0.93744,-0.40312 l -0.68794,1.00074 c -0.32955,-0.0557 -0.66532,-0.0666 -1.0056,-0.0152 l -0.59009,-1.02319 c -0.16394,0.0402 -0.32536,0.0919 -0.4866,0.15456 -0.0433,0.018 -0.0886,0.0339 -0.13159,0.0514 -0.0227,9.1e-4 -0.0421,0.0164 -0.0638,0.022 -0.005,9.1e-4 -0.0124,9.1e-4 -0.0185,9.1e-4 z m 1.21855,2.72883 c 0.0225,-9.1e-4 0.0415,-0.0172 0.0637,-0.0219 0.67852,-0.26061 1.44513,0.0808 1.70558,0.75937 0.26052,0.67853 -0.083,1.43939 -0.76153,1.69988 -0.67855,0.26052 -1.43728,-0.0774 -1.69772,-0.75587 -0.25232,-0.65735 0.0541,-1.39703 0.69059,-1.67919 z"
+       inkscape:connector-curvature="0"
+       style="color:#000000;fill:#502d16;stroke:#a05a2c;stroke-width:0.19649233"
+       id="path4149" />
+  </g>
+  <metadata
+     id="metadata6">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2012-05-07T08:05:23</dc:date>
+        <dc:description>Tango Icon Gear / Shape</dc:description>
+        <dc:source>https://openclipart.org/detail/169903/gear-by-hank0071</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>hank0071</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>gear</rdf:li>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>system</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/sport/multi.svg
===================================================================
--- /trunk/resources/images/presets/sport/multi.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/multi.svg	(revision 16006)
@@ -0,0 +1,227 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="284.39795"
+   height="284.39795"
+   id="svg3339"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="multi.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/media/home/Bilder/grafik/osm/multi-small.png"
+   inkscape:export-xdpi="12.025403"
+   inkscape:export-ydpi="12.025403"
+   version="1.0">
+  <defs
+     id="defs3341">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 142.19897 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="284.39795 : 142.19897 : 1"
+       inkscape:persp3d-origin="142.19897 : 94.799316 : 1"
+       id="perspective13" />
+    <inkscape:perspective
+       id="perspective3304"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3334"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3364"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3411"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3529"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3612"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="118.39014"
+     inkscape:cy="161.25855"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-maximized="1">
+    <sodipodi:guide
+       orientation="1,0"
+       position="-717.14286,62.857143"
+       id="guide3566" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3344">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-50.6582, -318.735)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:rgb(0, 0, 0);stroke-width:15;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect3941"
+       width="269.39795"
+       height="269.39795"
+       x="58.158169"
+       y="326.23465"
+       ry="21.770645" />
+    <g
+       id="g3271"
+       transform="matrix(1.0059105,0,0,0.91621256,5.45151,35.853391)">
+      <ellipse
+         transform="translate(227.269,33.6121)"
+         id="path2481"
+         style="fill:none;fill-opacity:1;stroke:#724500;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="-10.606602"
+         cy="381.37259"
+         rx="17.172594"
+         ry="35.355339" />
+      <path
+         sodipodi:nodetypes="ccczccsc"
+         id="path2487"
+         d="m 220.19643,323.73214 c -2.09526,0.0127 -3.78582,1.71721 -3.78125,3.8125 l -0.58929,55.24107 c -0.0173,2.10559 0.77235,2.68751 3.33483,4.29019 2.56247,1.60268 4.27291,1.89576 4.29017,-0.20983 l 0.58929,-59.22768 c 0.0278,-1.03339 -0.36621,-2.03359 -1.09127,-2.77044 -0.72506,-0.73685 -1.71877,-1.14691 -2.75248,-1.13581 z"
+         style="fill:#dddd89;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </g>
+    <path
+       style="opacity: 1; fill: rgb(165, 79, 0); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 7; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
+       d="M 180.95481,544.89121 C 148.15849,502.69562 100.84661,458.71025 75.645579,425.33675 C 72.096708,420.6304 87.325486,410.51671 90.005257,413.33401 C 115.05585,439.67028 156.33119,502.27648 187.57073,539.81352 C 196.72868,550.83022 202.84757,558.95238 214.79899,572.12087 C 223.9162,571.91782 218.55,577.60709 216.55496,579.19843 C 214.55989,580.78977 207.07868,586.20125 208.65959,578.19707 C 198.17297,565.38324 190.34569,556.97347 180.95481,544.89121 z"
+       id="path3238"
+       sodipodi:nodetypes="csssczcs" />
+    <g
+       id="g3187">
+      <path
+         transform="matrix(1.43652, -0.432524, 0.217915, 0.868469, 543.475, 170.614)"
+         d="m -207.57811,269.4982 a 35.616119,39.714497 0 0 1 -35.61612,39.7145 35.616119,39.714497 0 0 1 -35.61612,-39.7145 35.616119,39.714497 0 0 1 35.61612,-39.7145 35.616119,39.714497 0 0 1 35.61612,39.7145 z"
+         sodipodi:ry="39.714497"
+         sodipodi:rx="35.616119"
+         sodipodi:cy="269.4982"
+         sodipodi:cx="-243.19423"
+         style="fill: rgb(0, 0, 0); fill-opacity: 0.14377; stroke: rgb(0, 0, 0); stroke-width: 6.04296; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
+         sodipodi:type="arc"
+         id="path3540" />
+      <path
+         sodipodi:nodetypes="ccc"
+         id="path3548"
+         d="M 252.81295,546.57068 C 210.85852,552.6683 215.37286,529.22454 173.1223,538.68494 C 199.75372,522.73365 201.43185,496.95657 227.15324,482.67443"
+         style="fill: none; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3559"
+         d="M 175.3271,537.93677 L 125.15492,556.17698"
+         style="fill: none; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 7; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
+    </g>
+    <g
+       id="g3706"
+       style="fill: none; fill-opacity: 1;"
+       transform="matrix(0.744933, 0, 0, 0.728604, 16.1045, 104.159)">
+      <path
+         transform="matrix(1.0972, 0, 0, 1.21706, 595.681, -802.555)"
+         d="m -333.60289,985.94891 a 47.855976,44.699249 0 0 1 -47.85597,44.69929 47.855976,44.699249 0 0 1 -47.85598,-44.69929 47.855976,44.699249 0 0 1 47.85598,-44.69925 47.855976,44.699249 0 0 1 47.85597,44.69925 z"
+         sodipodi:ry="44.699249"
+         sodipodi:rx="47.855976"
+         sodipodi:cy="985.94891"
+         sodipodi:cx="-381.45886"
+         id="path3618"
+         style="fill: none; fill-opacity: 1; stroke: rgb(0, 0, 0); stroke-width: 6.05757; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3626"
+         d="M 226.13628,377.58016 C 197.10771,400.74572 162.90913,393.14381 127.89894,383.13599"
+         style="fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 7; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3630"
+         d="M 229.16674,407.63222 C 194.49711,422.96002 155.35304,420.74072 129.66671,411.92532"
+         style="fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 7; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3620"
+         d="M 160.7289,345.25527 C 160.60075,361.53065 165.91132,384.13142 170.07281,391.21721"
+         style="fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 7; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
+      <path
+         sodipodi:nodetypes="cc"
+         id="path3632"
+         d="M 191.7911,345.00274 C 195.83243,361.73782 193.43903,377.50212 190.78094,392.22737"
+         style="fill: none; fill-opacity: 1; fill-rule: evenodd; stroke: rgb(0, 0, 0); stroke-width: 7; stroke-linecap: round; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-opacity: 1;" />
+    </g>
+    <g
+       id="g3278"
+       transform="matrix(1.0061126,0,0,0.91342111,55.915321,37.116473)">
+      <ellipse
+         transform="translate(227.269,33.6121)"
+         id="path3280"
+         style="fill:none;fill-opacity:1;stroke:#724500;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         cx="-10.606602"
+         cy="381.37259"
+         rx="17.172594"
+         ry="35.355339" />
+      <path
+         sodipodi:nodetypes="ccczccsc"
+         id="path3282"
+         d="m 220.19643,323.73214 c -2.09526,0.0127 -3.78582,1.71721 -3.78125,3.8125 l -0.58929,55.24107 c -0.0173,2.10559 0.77235,2.68751 3.33483,4.29019 2.56247,1.60268 4.27291,1.89576 4.29017,-0.20983 l 0.58929,-59.22768 c 0.0278,-1.03339 -0.36621,-2.03359 -1.09127,-2.77044 -0.72506,-0.73685 -1.71877,-1.14691 -2.75248,-1.13581 z"
+         style="fill:#dddd89;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.10000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/pelota.svg
===================================================================
--- /trunk/resources/images/presets/sport/pelota.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/pelota.svg	(revision 16006)
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="pelota5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="14.496427"
+     inkscape:cy="11.827686"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4184"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path12"
+       d="m 13.02,1038.8442 c 0.1136,0.1466 0.03445,0.3313 0.01888,0.4953 -0.06949,0.352 -0.1392,0.7041 -0.212107,1.0554 -0.244266,0.9111 -0.858293,1.6577 -1.48272,2.3401 -0.253013,0.2253 -0.45552,0.5935 -0.835733,0.5964 -0.314453,0.043 -0.6135467,-0.2777 -0.51536,-0.5888 0.011627,-0.1353 0.1368,-0.204 0.234507,-0.2759 0.787093,-0.5619 1.53504,-1.2145 2.052106,-2.0414 0.268854,-0.5167 0.532907,-1.0364 0.740427,-1.5811 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path16"
+       d="m 2.6573333,1039.0191 c 0.3812267,-0.3828 0.9315734,-0.5339 1.4577067,-0.5614 0.04912,0.1037 0.093227,0.2125 0.077173,0.3299 -0.2098133,0.072 -0.4434133,0.091 -0.6236266,0.232 -0.3531734,0.2471 -0.46096,0.7027 -0.50992,1.1062 -0.086773,1.1676 0.26672,2.3208 0.7606933,3.3661 0.39824,0.2096 0.8558933,0.2538 1.2984533,0.2682 0.2251733,0.015 0.45424,0 0.6711467,-0.068 0.4786133,-0.1536 0.84176,-0.5318 1.3112533,-0.7051 0.2141867,-0.065 0.5072,-6e-4 0.5948267,0.2285 0.07376,0.1449 0.00784,0.3115 -0.069333,0.4402 -0.1800534,0.2776 -0.4821867,0.4483 -0.7865067,0.5584 -0.4456,0.173 -0.93264,0.137 -1.4009067,0.1392 -0.4960533,-0.026 -1.0066667,-0.1008 -1.44688,-0.3452 -0.43488,-0.2189 -0.77792,-0.5918 -1.0141866,-1.0129 -0.4571734,-0.7247 -0.8021867,-1.546 -0.8526934,-2.4093 -0.036587,-0.5625 0.1108267,-1.1702 0.5328,-1.5671 z" />
+    <path
+       style="fill:#ffffff"
+       inkscape:connector-curvature="0"
+       id="path20"
+       d="m 2.5871467,1039.6965 c 0.092693,-0.2519 0.2930666,-0.4346 0.4775466,-0.6196 -0.2677333,0.369 -0.3322133,0.8434 -0.3554133,1.2872 -0.018027,0.7173 0.1379733,1.4237 0.3288,2.1108 -0.2600533,-0.5521 -0.5044267,-1.1244 -0.5705067,-1.7371 -0.014187,-0.3499 -0.026933,-0.7141 0.1195734,-1.0413 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path24"
+       d="m 8.3061867,1039.7723 c 0.46336,-0.057 0.9576,0.1943 1.1611733,0.6196 0.3202667,0.5586 0.028427,1.342 -0.56544,1.5757 -0.3585067,0.1641 -0.7944,0.1116 -1.1155733,-0.112 -0.3914134,-0.2792 -0.5994667,-0.8191 -0.43472,-1.2812 0.1288,-0.4243 0.5152533,-0.7456 0.95456,-0.8021 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path28"
+       d="m 9.3057067,1046.4419 c 0.025013,-0.2115 0.20704,-0.3656 0.3981333,-0.4319 0.212,-0.014 0.422293,0.062 0.61424,0.1463 0.64912,0.3434 1.105867,1.0009 1.256427,1.7144 0.109066,0.4416 0.02315,0.9259 -0.24512,1.2951 -0.381014,0.4851 -0.875414,0.8893 -1.4507203,1.1202 -0.4252267,0.1909 -0.8802134,0.3027 -1.3335467,0.404 -0.2108267,0.053 -0.4222933,0.1388 -0.6439467,0.1122 0.4341334,-0.2874 0.9364267,-0.4432 1.4045334,-0.6634 0.5893333,-0.3008 1.1338663,-0.7903 1.3065603,-1.4505 0.107893,-0.3316 0.04635,-0.7268 -0.216907,-0.9694 -0.283253,-0.2534 -0.6516267,-0.4055 -0.89696,-0.7032 -0.1221333,-0.1625 -0.2328533,-0.3637 -0.1926933,-0.5738 z" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path32"
+       d="m 7.84064,1046.7625 c 0.1577067,-0.3519 0.52992,-0.6799 0.9389333,-0.5674 0.097227,0.1271 0.2556267,0.2222 0.28128,0.3922 0.08112,0.2993 -5.866e-4,0.6085 -0.079413,0.8989 -0.10112,0.3382 -0.2344533,0.6676 -0.40432,0.9773 -0.3999467,0.8138 -0.91008,1.5835 -1.5705067,2.2098 -0.6192533,0.6097 -1.38256,1.0519 -2.18048,1.3844 -0.06448,0.021 -0.1309333,0.029 -0.1993066,0.023 0.28336,-0.2327 0.57248,-0.4588 0.8487466,-0.7001 0.5346667,-0.4874 0.93872,-1.0941 1.3317334,-1.6958 0.1644266,-0.3011 0.3799466,-0.5767 0.4896,-0.9052 0.2155733,-0.6626 0.2619733,-1.3752 0.5437333,-2.0169 z" />
+    <path
+       i:knockout="Off"
+       d="m 13.5,1037.3622 c 0.276125,0 0.5,0.2238 0.5,0.4999 0,0.2763 -0.223875,0.5001 -0.5,0.5001 -0.276125,0 -0.5,-0.2238 -0.5,-0.5001 0,-0.2761 0.223875,-0.4999 0.5,-0.4999"
+       id="path36"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csssc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/pitch.svg
===================================================================
--- /trunk/resources/images/presets/sport/pitch.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/pitch.svg	(revision 16006)
@@ -0,0 +1,649 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="pitch3.svg">
+  <defs
+     id="defs4">
+    <linearGradient
+       id="linearGradient2189">
+      <stop
+         style="stop-color:#ffd52a;stop-opacity:1;"
+         offset="0"
+         id="stop2191" />
+      <stop
+         style="stop-color:#ff7f2a;stop-opacity:1;"
+         offset="1"
+         id="stop2193" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3851"
+       id="linearGradient3014"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4276173,0,0,0.4276173,123.92176,444.08246)"
+       x1="-746.70801"
+       y1="401.65866"
+       x2="-746.70801"
+       y2="273.72971" />
+    <linearGradient
+       id="linearGradient3851">
+      <stop
+         id="stop3853"
+         offset="0"
+         style="stop-color:#dcdcdc;stop-opacity:1;" />
+      <stop
+         id="stop3855"
+         offset="1"
+         style="stop-color:white;stop-opacity:1;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3018"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <linearGradient
+       id="linearGradient3749">
+      <stop
+         id="stop3751"
+         offset="0"
+         style="stop-color:#722e00;stop-opacity:1;" />
+      <stop
+         style="stop-color:#722e00;stop-opacity:1;"
+         offset="0.5"
+         id="stop3813" />
+      <stop
+         id="stop3753"
+         offset="1"
+         style="stop-color:#722e00;stop-opacity:0;" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3020"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3022"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3024"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3026"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3028"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3030"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3032"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3034"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3036"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3038"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3040"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3042"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3044"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3749"
+       id="radialGradient3046"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,1.2,0,-52.03003)"
+       cx="-601.7984"
+       cy="260.15005"
+       fx="-601.7984"
+       fy="260.15005"
+       r="2.5253813" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3851"
+       id="linearGradient4373"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.4276173,0,0,0.4276173,123.92176,444.08246)"
+       x1="-746.70801"
+       y1="401.65866"
+       x2="-746.70801"
+       y2="273.72971" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.678384"
+     inkscape:cx="9.9428946"
+     inkscape:cy="4.8381118"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#008000;fill-opacity:1;fill-rule:evenodd;stroke:#001a00;stroke-width:1.02298391;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="14.977016"
+       height="14.977016"
+       x="0.51149195"
+       y="1036.8737"
+       ry="2.4885428" />
+    <g
+       i:dimmedPercent="50"
+       i:layer="yes"
+       i:rgbTrio="#4F008000FFFF"
+       id="Layer_1"
+       transform="matrix(0.08966889,0,0,0.09416287,2.0446982,1038.1613)">
+      <g
+         id="g7">
+        <path
+           style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="m 52.83,0.018 c 29.152,0 52.813,22.531 52.813,50.292 0,27.76 -23.66,50.292 -52.813,50.292 C 23.677,100.602 0.018,78.07 0.018,50.31 0.018,22.549 23.678,0.018 52.83,0.018"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path9" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="m 25.254,11.218 c -1.548,0.648 -2.664,1.332 -3.78,2.196 -1.116,0.756 -1.908,1.692 -2.664,2.664 -0.864,0.9 -1.584,1.872 -2.16,2.916 l 7.128,-1.836 0,0 c 0.468,-1.98 0.972,-3.96 1.476,-5.94 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path11" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 32.886,8.086 48.87,4.198 59.886,13.306 56.97,24.934 44.73,30.622 29.25,26.518 26.946,17.05 32.886,8.086 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path13" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 63.342,14.026 61.399,25.042 73.53,37.174 86.49,35.23 90.486,20.686 76.302,9.058 63.342,14.026 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path15" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 76.05,41.278 88.29,39.082 95.562,51.322 85.518,67.918 72.918,66.73 68.311,56.181 76.05,41.278 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path17" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 94.482,75.91 88.65,69.142 98.838,51.933 102.366,49.99 c 0.036,4.176 -0.288,7.703 -0.972,11.268 -0.828,3.527 -2.053,6.732 -3.276,9.324 -1.223,2.447 -2.34,4.176 -3.636,5.328 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path19" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 33.894,63.418 48.33,52.762 64.566,57.01 69.75,69.215 60.786,80.986 40.554,76.738 33.894,63.418 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path21" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="m 64.962,97.113 c -2.988,0.434 -6.012,0.756 -9.216,0.828 -3.312,0.072 -6.84,0 -10.044,-0.359 -3.42,-0.504 -6.588,-1.404 -9.36,-2.305 -2.772,-0.971 -4.896,-2.051 -6.768,-3.383 l -0.252,-4.861 9.576,-7.271 21.457,3.781 6.155,9.432 -1.548,4.138 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path23" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 14.31,43.726 27.522,30.298 41.814,34.294 45.45,49.774 30.546,61.295 17.586,60.934 14.31,43.726 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path25" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 9.45,71.123 C 8.298,71.59 7.218,70.365 6.066,67.846 4.806,65.11 3.114,59.602 2.538,55.498 1.998,51.357 2.034,47.326 2.79,43.258 l 7.524,2.412 3.996,16.705 -4.86,8.748 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path27" />
+      </g>
+    </g>
+    <g
+       id="g3847"
+       transform="matrix(0.01884694,-5.6569909e-4,5.6569909e-4,0.01884694,14.404411,1042.6169)" />
+    <g
+       id="g4375"
+       transform="matrix(0.62498975,-0.53024588,0.53024588,0.62498975,-553.32203,400.19128)">
+      <g
+         id="g2983"
+         transform="matrix(0.07422743,0,0,0.07422743,25.346346,1003.6833)">
+        <path
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#ad4700;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.00000048;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           d="m -154.88169,526.71821 c 42.59952,-0.90826 78.680414,29.96229 78.590875,47.4857 -0.08736,17.09691 -33.639665,46.6801 -77.239375,46.6801 -43.29428,0 -79.83533,-31.66156 -80.42352,-47.4857 -0.58819,-15.82412 36.47251,-45.77183 79.07202,-46.6801 z"
+           id="path1927"
+           sodipodi:nodetypes="czzzz"
+           inkscape:connector-curvature="0" />
+        <path
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#722e00;stroke-width:0.85523498;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           d="m -154.97557,545.09317 c 38.75501,-1.61118 78.153693,12.54824 78.684772,29.10969 0.531075,16.56145 -43.125432,31.09477 -78.985982,29.84028 -36.29251,-1.25669 -78.66157,-20.64544 -78.67692,-30.64587 -0.0154,-10.01263 40.22312,-26.69292 78.97813,-28.3041 z"
+           id="path2817"
+           sodipodi:nodetypes="czzzz"
+           inkscape:connector-curvature="0" />
+        <path
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient4373);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           d="m -206.64649,541.9655 c 5.31638,10.96889 9.02803,36.91689 0.0693,63.21257 4.35714,2.7866 9.12327,5.22579 14.11079,7.4694 14.01257,-27.44141 7.74247,-69.75309 0.30459,-77.91935 -5.10842,2.07955 -9.82552,4.44124 -14.48471,7.23738 z"
+           id="rect2819"
+           sodipodi:nodetypes="ccccc"
+           inkscape:connector-curvature="0" />
+        <path
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#linearGradient3014);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           d="m -117.9519,614.55382 c 6.05822,-2.56898 11.74575,-5.57547 16.85603,-8.82714 12.408032,-19.52899 9.166278,-45.8891 0.93681,-62.71447 -5.14095,-3.4559 -10.94992,-6.62557 -17.25821,-9.22863 8.57786,13.87429 13.20948,56.96284 -0.53463,80.77024 z"
+           id="path2832"
+           sodipodi:nodetypes="ccccc"
+           inkscape:connector-curvature="0" />
+        <path
+           style="fill:none;fill-rule:evenodd;stroke:#ececec;stroke-width:4.27617359;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="m -176.45096,547.4503 c 12.94624,-2.90958 34.65289,-3.20703 48.11554,-1.05005"
+           id="path3729"
+           sodipodi:nodetypes="cc"
+           inkscape:connector-curvature="0" />
+        <path
+           style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#722e00;stroke-width:0.47037905;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+           d="m -176.45096,547.4503 c 12.94624,-2.90958 34.65289,-3.20703 48.11554,-1.05005"
+           id="path3731"
+           sodipodi:nodetypes="cc"
+           inkscape:connector-curvature="0" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-375.12131,79.283681)"
+           id="path3757"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3018);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-375.88076,69.452588)"
+           id="path3761"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3020);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-370.31489,68.617109)"
+           id="path3765"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3022);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-368.6365,78.290924)"
+           id="path3769"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3024);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-361.83182,78.001727)"
+           id="path3773"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3026);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-363.34815,68.328724)"
+           id="path3777"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3028);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-356.21806,67.825205)"
+           id="path3781"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3030);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-355.02501,77.388524)"
+           id="path3785"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3032);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-348.16902,77.639535)"
+           id="path3789"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3034);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-348.92933,67.970424)"
+           id="path3793"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3036);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-348.87502,67.86275)"
+           id="path3797"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3038);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-341.53368,68.27818)"
+           id="path3801"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3040);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-341.52898,77.889392)"
+           id="path3805"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3042);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-333.9717,78.306019)"
+           id="path3809"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3044);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <ellipse
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:url(#radialGradient3046);fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4.9000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           id="path3747"
+           transform="matrix(0.00400569,-0.7839546,0.7839546,0.00400569,-334.2488,69.125375)"
+           cx="-601.7984"
+           cy="260.15005"
+           rx="2.5253813"
+           ry="3.0304577" />
+        <path
+           transform="matrix(-0.03687439,-0.3597848,0.4276117,0.00218492,-314.06098,335.7153)"
+           sodipodi:open="true"
+           sodipodi:end="3.4375488"
+           sodipodi:start="5.8925783"
+           d="m -572.31596,276.19311 a 14.268405,4.2931485 0 0 1 -4.16257,4.95836 14.268405,4.2931485 0 0 1 -16.9778,0.24194 14.268405,4.2931485 0 0 1 -5.70138,-4.8178"
+           sodipodi:ry="4.2931485"
+           sodipodi:rx="14.268405"
+           sodipodi:cy="277.82773"
+           sodipodi:cx="-585.50964"
+           id="path3735"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           sodipodi:type="arc" />
+        <path
+           transform="matrix(-0.06198655,-0.3599131,0.4276117,0.00218492,-322.4983,335.02423)"
+           sodipodi:open="true"
+           sodipodi:end="3.4375488"
+           sodipodi:start="5.8925783"
+           d="m -572.31596,276.19311 a 14.268405,4.2931485 0 0 1 -4.16257,4.95836 14.268405,4.2931485 0 0 1 -16.9778,0.24194 14.268405,4.2931485 0 0 1 -5.70138,-4.8178"
+           sodipodi:ry="4.2931485"
+           sodipodi:rx="14.268405"
+           sodipodi:cy="277.82773"
+           sodipodi:cx="-585.50964"
+           id="path3737"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           sodipodi:type="arc" />
+        <path
+           transform="matrix(-0.06198655,-0.3599131,0.4276117,0.00218492,-315.90829,334.51797)"
+           sodipodi:open="true"
+           sodipodi:end="3.4375488"
+           sodipodi:start="5.8925783"
+           d="m -572.31596,276.19311 a 14.268405,4.2931485 0 0 1 -4.16257,4.95836 14.268405,4.2931485 0 0 1 -16.9778,0.24194 14.268405,4.2931485 0 0 1 -5.70138,-4.8178"
+           sodipodi:ry="4.2931485"
+           sodipodi:rx="14.268405"
+           sodipodi:cy="277.82773"
+           sodipodi:cx="-585.50964"
+           id="path3739"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           sodipodi:type="arc" />
+        <path
+           transform="matrix(-0.03687428,-0.3597848,0.4276117,0.00218492,-294.29091,334.19645)"
+           sodipodi:open="true"
+           sodipodi:end="3.4375488"
+           sodipodi:start="5.8925783"
+           d="m -572.31596,276.19311 a 14.268405,4.2931485 0 0 1 -4.16257,4.95836 14.268405,4.2931485 0 0 1 -16.9778,0.24194 14.268405,4.2931485 0 0 1 -5.70138,-4.8178"
+           sodipodi:ry="4.2931485"
+           sodipodi:rx="14.268405"
+           sodipodi:cy="277.82773"
+           sodipodi:cx="-585.50964"
+           id="path3741"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           sodipodi:type="arc" />
+        <path
+           transform="matrix(-0.01804007,-0.3596886,0.4276117,0.00218492,-276.13513,334.18122)"
+           sodipodi:open="true"
+           sodipodi:end="3.4375488"
+           sodipodi:start="5.8925783"
+           d="m -572.31596,276.19311 a 14.268405,4.2931485 0 0 1 -4.16257,4.95836 14.268405,4.2931485 0 0 1 -16.9778,0.24194 14.268405,4.2931485 0 0 1 -5.70138,-4.8178"
+           sodipodi:ry="4.2931485"
+           sodipodi:rx="14.268405"
+           sodipodi:cy="277.82773"
+           sodipodi:cx="-585.50964"
+           id="path3743"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           sodipodi:type="arc" />
+        <path
+           transform="matrix(0.00707235,-0.3595599,0.4276117,0.00218492,-254.41414,334.72417)"
+           sodipodi:open="true"
+           sodipodi:end="3.4375488"
+           sodipodi:start="5.8925783"
+           d="m -572.31596,276.19311 a 14.268405,4.2931485 0 0 1 -4.16257,4.95836 14.268405,4.2931485 0 0 1 -16.9778,0.24194 14.268405,4.2931485 0 0 1 -5.70138,-4.8178"
+           sodipodi:ry="4.2931485"
+           sodipodi:rx="14.268405"
+           sodipodi:cy="277.82773"
+           sodipodi:cx="-585.50964"
+           id="path3745"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           sodipodi:type="arc" />
+        <path
+           sodipodi:type="arc"
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:5.34341764;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+           id="path3733"
+           sodipodi:cx="-585.50964"
+           sodipodi:cy="277.82773"
+           sodipodi:rx="14.268405"
+           sodipodi:ry="4.2931485"
+           d="m -572.31596,276.19311 a 14.268405,4.2931485 0 0 1 -4.16257,4.95836 14.268405,4.2931485 0 0 1 -16.9778,0.24194 14.268405,4.2931485 0 0 1 -5.70138,-4.8178"
+           sodipodi:start="5.8925783"
+           sodipodi:end="3.4375488"
+           sodipodi:open="true"
+           transform="matrix(0.00707235,-0.3595599,0.4276117,0.00218492,-247.07311,335.19365)" />
+        <path
+           style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none"
+           d="m -154.9375,524.71875 c -21.75575,0.46386 -41.97483,8.29278 -56.78125,18.0625 -7.40321,4.88486 -13.46085,10.27359 -17.6875,15.53125 -4.22665,5.25766 -6.70813,10.39775 -6.53125,15.15625 0.17468,4.69944 2.81593,9.89484 7.15625,15.28125 4.34032,5.38641 10.45116,10.92406 17.90625,15.96875 14.91019,10.08938 35.20907,18.15624 57.34375,18.15625 22.2522,0 41.89709,-7.53051 56.0625,-17.28125 14.165414,-9.75074 23.137168,-21.52417 23.1875,-31.375 0.02591,-5.07016 -2.457879,-10.59656 -6.65625,-16.15625 -4.198371,-5.55969 -10.177251,-11.15255 -17.5,-16.15625 -14.6455,-10.0074 -34.70543,-17.65218 -56.5,-17.1875 z m 0.0937,4 c 20.80494,-0.44358 40.10256,6.88709 54.125,16.46875 7.011221,4.79083 12.720901,10.15263 16.59375,15.28125 3.872849,5.12862 5.862613,10.02721 5.84375,13.71875 -0.03702,7.24608 -7.904993,18.80992 -21.4375,28.125 -13.53251,9.31508 -32.46499,16.5625 -53.8125,16.5625 -21.1596,-10e-6 -40.76279,-7.77132 -55.09375,-17.46875 -7.16548,-4.84871 -13.00175,-10.15558 -17.03125,-15.15625 -4.0295,-5.00067 -6.19309,-9.72487 -6.3125,-12.9375 -0.11722,-3.15357 1.79946,-7.66355 5.6875,-12.5 3.88804,-4.83645 9.66787,-9.99388 16.78125,-14.6875 14.22676,-9.38723 33.81249,-16.96184 54.65625,-17.40625 z"
+           id="path2400"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/raceway.svg
===================================================================
--- /trunk/resources/images/presets/sport/raceway.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/raceway.svg	(revision 16006)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_raceway3.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="6.7895181"
+     inkscape:cy="7.2392689"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3621)">
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5.9614873,1040.8667 c -4.6182911,0 -8.3085047,10.9954 -2.4085825,10.9954 l 8.0433382,0 c 6.032506,0 4.236777,-7.2875 0.206991,-7.2875 -4.0297858,0 -2.3062128,4.5253 -5.6649702,4.5253 -3.3587572,0 -3.2703685,-4.8523 -0.1767764,-4.8523 2.320194,0 2.5853591,-3.3809 -1e-7,-3.3809 z"
+       id="path4139"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sssssss" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/racquetball.svg
===================================================================
--- /trunk/resources/images/presets/sport/racquetball.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/racquetball.svg	(revision 16006)
@@ -0,0 +1,419 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77)  -->
+
+<svg
+   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   enable-background="new 0 0 455.148 454.788"
+   height="160"
+   i:pageBounds="0 792 612 0"
+   i:rulerOrigin="0 0"
+   i:viewOrigin="78 623"
+   overflow="visible"
+   space="preserve"
+   viewBox="0 0 160 160"
+   width="160"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="26.svg"
+   version="1.1"
+   style="overflow:visible">
+  <defs
+     id="defs126">
+    <foreignObject
+       id="foreignObject8"
+       y="0"
+       x="0"
+       width="1"
+       requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"
+       height="1">
+      <i:pgfRef
+         xlink:href="#adobe_illustrator_pgf" />
+    </foreignObject>
+    <linearGradient
+       y2="227.73579"
+       y1="227.73579"
+       x2="455.14841"
+       x1="424.36719"
+       id="XMLID_1_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop16"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop18"
+         style="stop-color:#E2E2E2"
+         offset="0.1696" />
+      <stop
+         id="stop20"
+         style="stop-color:#D8D8D8"
+         offset="0.3059" />
+      <stop
+         id="stop22"
+         style="stop-color:#C7C7C7"
+         offset="0.4306" />
+      <stop
+         id="stop24"
+         style="stop-color:#B0B0B0"
+         offset="0.5484" />
+      <stop
+         id="stop26"
+         style="stop-color:#919191"
+         offset="0.6614" />
+      <stop
+         id="stop28"
+         style="stop-color:#6B6B6B"
+         offset="0.7707" />
+      <stop
+         id="stop30"
+         style="stop-color:#3E3E3E"
+         offset="0.8772" />
+      <stop
+         id="stop32"
+         style="stop-color:#0C0C0C"
+         offset="0.9788" />
+      <stop
+         id="stop34"
+         style="stop-color:#000000"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#000000"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="227.37601"
+       y1="227.37601"
+       x2="0.0713"
+       x1="30.851601"
+       id="XMLID_2_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop39"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop41"
+         style="stop-color:#E2E2E2"
+         offset="0.2675" />
+      <stop
+         id="stop43"
+         style="stop-color:#D8D8D8"
+         offset="0.4824" />
+      <stop
+         id="stop45"
+         style="stop-color:#C7C7C7"
+         offset="0.679" />
+      <stop
+         id="stop47"
+         style="stop-color:#B0B0B0"
+         offset="0.8635" />
+      <stop
+         id="stop49"
+         style="stop-color:#999999"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#999999"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="0.071800001"
+       y1="30.8521"
+       x2="227.73579"
+       x1="227.73579"
+       id="XMLID_3_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop54"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop56"
+         style="stop-color:#E2E2E2"
+         offset="0.2675" />
+      <stop
+         id="stop58"
+         style="stop-color:#D8D8D8"
+         offset="0.4824" />
+      <stop
+         id="stop60"
+         style="stop-color:#C7C7C7"
+         offset="0.679" />
+      <stop
+         id="stop62"
+         style="stop-color:#B0B0B0"
+         offset="0.8635" />
+      <stop
+         id="stop64"
+         style="stop-color:#999999"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#999999"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="454.67969"
+       y1="423.89941"
+       x2="227.37601"
+       x1="227.37601"
+       id="XMLID_4_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop69"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop71"
+         style="stop-color:#E2E2E2"
+         offset="0.1696" />
+      <stop
+         id="stop73"
+         style="stop-color:#D8D8D8"
+         offset="0.3059" />
+      <stop
+         id="stop75"
+         style="stop-color:#C7C7C7"
+         offset="0.4306" />
+      <stop
+         id="stop77"
+         style="stop-color:#B0B0B0"
+         offset="0.5484" />
+      <stop
+         id="stop79"
+         style="stop-color:#919191"
+         offset="0.6614" />
+      <stop
+         id="stop81"
+         style="stop-color:#6B6B6B"
+         offset="0.7707" />
+      <stop
+         id="stop83"
+         style="stop-color:#3E3E3E"
+         offset="0.8772" />
+      <stop
+         id="stop85"
+         style="stop-color:#0C0C0C"
+         offset="0.9788" />
+      <stop
+         id="stop87"
+         style="stop-color:#000000"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#000000"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="2.3508656"
+     inkscape:cx="133.72976"
+     inkscape:cy="90.479273"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid864" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>Part of Hotel Icons Collection</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>hotel</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.43963501;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4184"
+     width="160"
+     height="160"
+     x="0"
+     y="0" />
+  <path
+     d="m 104.75739,36.012166 c 0,6.95359 -5.33049,12.58867 -11.90527,12.58867 -6.57478,0 -11.90438,-5.63508 -11.90438,-12.58867 0,-6.95359 5.3296,-12.58867 11.90438,-12.58867 6.57478,0 11.90527,5.63552 11.90527,12.58867 z"
+     i:knockout="Off"
+     id="path93"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 20.39434,31.931486 c 0,3.20211 -2.77228,5.79205 -6.19323,5.79205 -3.42095,0 -6.1942203,-2.58994 -6.1942203,-5.79205 0,-3.2021 2.7732703,-5.80774 6.1942203,-5.80774 3.42095,0 6.19323,2.60564 6.19323,5.80774 z"
+     i:knockout="Off"
+     id="path95"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 65.13272,53.969506 c -4.62744,-1.75802 -9.16001,-2.02486 -13.85172,-0.81622 -4.69171,1.22433 -10.43623,6.63966 -14.05874,8.05235 -3.607,1.36561 -6.31945,1.397 -7.42056,0.20406 -1.0692,-1.22434 -1.24519,-4.48923 0.973,-7.44019 2.25011,-2.95096 6.99014,-7.73842 12.30378,-10.10861 5.33004,-2.35448 13.58088,-3.81427 19.32583,-3.92414 5.74495,-0.0942 11.44203,1.56966 14.84113,3.29628 3.36718,1.74232 3.2076,5.5252 5.26577,7.03208 2.07545,1.47548 5.12302,0.18835 7.02249,1.85219 1.89859,1.67954 3.14377,4.47353 4.29276,8.05236 1.14899,3.57882 -0.47875,8.46046 2.53691,13.21653 3.08038,4.75607 7.21355,9.88886 14.65008,15.27279 3.92527,-5.13235 5.4413,-7.78508 8.04338,-11.22307 2.58523,-3.43755 8.68126,-12.8869 8.68126,-12.8869 0,0 -2.93675,-8.13084 -0.38344,-12.76133 2.56971,-4.59911 6.75076,-11.50561 9.99028,-13.42059 3.23996,-1.89929 7.64398,1.33421 11.52182,4.39504 3.90976,3.07654 6.89351,3.2335 6.63817,6.67106 -0.25444,3.43755 -5.20148,9.37086 -8.44144,13.32641 -4.93153,5.61938 -12.84636,4.85024 -14.92093,4.85024 -1.9305,2.68412 -5.87262,8.94706 -8.05889,12.36892 -2.18627,3.45325 -7.24502,10.59564 -9.75046,13.62465 -2.48904,3.01374 -3.07949,4.11294 -5.07427,4.34839 -2.01118,0.18836 -3.98955,-1.19294 -6.83011,-3.10793 -2.85696,-1.91542 -6.94182,-4.89734 -10.14942,-8.25684 -3.22311,-3.37477 -6.15987,-7.22044 -8.98447,-11.75675 l -7.61206,9.90455 c 4.7551,3.75149 8.77657,7.3931 12.28737,11.14502 3.52721,3.75148 7.34122,6.984984 8.60147,11.144584 1.22834,4.1596 0.38256,6.63966 -1.1809,13.62465 -1.57987,7.04777 -5.88814,21.95953 -8.20252,28.0812 -2.28202,6.04276 -3.27099,7.26753 -5.45815,8.05236 -2.20179,0.7373 -6.60625,0.31393 -7.61206,-3.51604 -0.97301,-3.87706 0.91006,-12.66715 1.75584,-19.40099 0.8613,-6.7334 1.94735,-13.49907 3.31975,-20.64102 L 63.37909,101.45215 c -9.33599,12.99722 -16.75656,23.19957 -22.64469,31.17344 -5.85711,7.92678 -8.90468,12.19669 -12.30378,16.10514 -3.36762,3.87706 -5.20237,6.2782 -7.80356,7.01638 -2.60119,0.72204 -7.10185,0.14127 -7.61207,-2.68412 -0.47874,-2.85678 0.27129,-5.74495 4.69172,-14.23681 4.45234,-8.5856 13.69214,-22.28873 21.65528,-36.54168 7.99329,-14.284774 16.41922,-30.106944 25.77073,-48.314994 z m 66.80105,-4.92873 c -4.13229,5.27406 -4.30827,11.94511 -0.39807,14.91177 3.92527,2.96665 10.43622,1.09876 14.5694,-4.1753 l 4.21296,-5.66647 c 4.11678,-5.27405 0.0962,-6.27864 -3.83041,-9.24529 l -3.81401,-2.52715 c -3.90976,-2.96666 -6.62221,1.42839 -10.73987,6.70244 z"
+     i:knockout="Off"
+     id="path97"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 1.2201097,74.249506 v 3.09223 H 41.70607 v -3.09223 z"
+     i:knockout="Off"
+     id="path99"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 40.81808,77.357436 h 3.14377 l -0.0319,-15.91635 -3.11185,1.80511 z"
+     i:knockout="Off"
+     id="path101"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 40.8336,43.798116 3.12825,-1.42839 V 1.5742757 h -3.14377 z"
+     i:knockout="Off"
+     id="path103"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 47.57869,84.201146 1.59582,-2.55854 -7.37224,-7.25183 -2.21819,2.19753 z"
+     i:knockout="Off"
+     id="path105"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 123.12528,147.67819 2.21819,-2.18183 -27.62365,-26.7627 -1.13259,4.00264 z"
+     i:knockout="Off"
+     id="path107"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 103.97544,34.851056 c 0,6.95359 -5.33049,12.58867 -11.90527,12.58867 -6.57478,0 -11.90438,-5.63508 -11.90438,-12.58867 0,-6.95359 5.3296,-12.58867 11.90438,-12.58867 6.57478,0 11.90527,5.63508 11.90527,12.58867 z"
+     i:knockout="Off"
+     id="path109"
+     style="clip-rule:evenodd;fill:#a02c2c;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 19.49458,30.769936 c 0,3.20211 -2.75476,5.79205 -6.17621,5.79205 -3.4209603,0 -6.1937303,-2.58994 -6.1937303,-5.79205 0,-3.2021 2.77277,-5.80774 6.1937303,-5.80774 3.42145,0 6.17621,2.60564 6.17621,5.80774 z"
+     i:knockout="Off"
+     id="path111"
+     style="clip-rule:evenodd;fill:#160379;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 64.35077,52.807956 c -4.62744,-1.75801 -9.16001,-2.02486 -13.86724,-0.81622 -4.69171,1.22434 -10.42115,6.63966 -14.04366,8.05235 -3.60656,1.36561 -6.33541,1.4127 -7.42013,0.20406 -1.0692,-1.22433 -1.24518,-4.48923 0.97301,-7.44019 2.25011,-2.95096 6.9897,-7.73842 12.30378,-10.1086 5.33004,-2.35449 13.56447,-3.81428 19.32538,-3.92415 5.729,-0.0942 11.44248,1.56966 14.82473,3.31198 3.36719,1.72663 3.22445,5.5095 5.28261,7.01638 2.05906,1.47548 5.10707,0.20405 7.02161,1.8522 1.89947,1.67953 3.14466,4.47353 4.29365,8.05235 1.14899,3.57882 -0.49515,8.46046 2.53691,13.21653 3.06397,4.75607 7.21355,9.88886 14.63367,15.27279 3.94212,-5.13235 5.45815,-7.78508 8.04338,-11.22307 2.58523,-3.43799 8.69767,-12.8869 8.69767,-12.8869 0,0 -2.93676,-8.13084 -0.39896,-12.76133 2.56883,-4.59911 6.75077,-11.50561 9.9894,-13.40489 3.23995,-1.91499 7.64398,1.31851 11.53822,4.37935 3.89336,3.07653 6.8935,3.23349 6.62221,6.67105 -0.25533,3.43755 -5.18686,9.37087 -8.44233,13.32641 -4.91513,5.61938 -12.82995,4.85025 -14.90452,4.85025 -1.94735,2.68411 -5.87262,8.94705 -8.05889,12.38461 -2.18717,3.43712 -7.24503,10.5795 -9.75047,13.60851 -2.48992,3.01375 -3.08038,4.12864 -5.09067,4.34839 -1.99477,0.18836 -3.97403,-1.19294 -6.83011,-3.10792 -2.85607,-1.91542 -6.92542,-4.89734 -10.14942,-8.25685 -3.2076,-3.37476 -6.14346,-7.22043 -8.96851,-11.75675 l -7.62802,9.90456 c 4.75599,3.75148 8.79297,7.39309 12.30378,11.14501 3.5108,3.75149 7.32437,6.984994 8.58507,11.144594 1.24518,4.15959 0.39895,6.64009 -1.16451,13.62464 -1.57986,7.04777 -5.88813,21.95954 -8.20252,28.08121 -2.28202,6.04275 -3.27187,7.26752 -5.45815,8.05235 -2.20178,0.75344 -6.62265,0.31394 -7.61206,-3.51603 -0.97301,-3.87706 0.89322,-12.66716 1.7554,-19.401 0.84579,-6.7334 1.93095,-13.49907 3.31975,-20.64102 L 62.59581,100.29017 c -9.33555,12.99721 -16.75612,23.19956 -22.6447,31.17343 -5.85666,7.92722 -8.90467,12.21195 -12.30377,16.10515 -3.36718,3.87706 -5.21833,6.2782 -7.80356,7.01637 -2.60075,0.72205 -7.10141,0.14127 -7.61207,-2.68411 -0.47874,-2.85678 0.27129,-5.74496 4.6762,-14.23638 4.4683,-8.58604 13.69214,-22.28916 21.67124,-36.54211 7.97866,-14.284344 16.42011,-30.106514 25.77162,-48.314564 z m 66.78553,-4.92873 c -4.11766,5.27406 -4.29276,11.94511 -0.38344,14.91177 3.90976,2.96666 10.43711,1.0992 14.57029,-4.1753 l 4.19656,-5.66647 c 4.13318,-5.27405 0.0962,-6.27863 -3.81401,-9.24529 l -3.81401,-2.52715 c -3.92528,-2.96666 -6.62221,1.42839 -10.75539,6.70244 z"
+     i:knockout="Off"
+     id="path113"
+     style="clip-rule:evenodd;fill:#a02c2c;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 0.43814971,73.087966 v 3.09222 H 40.92412 v -3.09222 z"
+     i:knockout="Off"
+     id="path115"
+     style="clip-rule:evenodd;fill:#000080;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 40.03613,76.195886 h 3.14377 l -0.0319,-15.91635 -3.11185,1.80511 z"
+     i:knockout="Off"
+     id="path117"
+     style="clip-rule:evenodd;fill:#000080;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 40.03613,42.636566 3.14377,-1.42839 V 0.41272574 h -3.14377 z"
+     i:knockout="Off"
+     id="path119"
+     style="clip-rule:evenodd;fill:#000080;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 46.78078,83.039606 1.59627,-2.55855 -7.35718,-7.25183 -2.23415,2.19753 z"
+     i:knockout="Off"
+     id="path121"
+     style="clip-rule:evenodd;fill:#000080;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 122.34333,146.51664 2.21819,-2.18183 -27.62365,-26.76269 -1.13348,4.00263 z"
+     i:knockout="Off"
+     id="path123"
+     style="clip-rule:evenodd;fill:#000080;fill-rule:evenodd;stroke-width:0.43963501"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/sport/range.svg
===================================================================
--- /trunk/resources/images/presets/sport/range.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/range.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="177.42857"
+   height="177.42857"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="range2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.979899"
+     inkscape:cx="6.0260421"
+     inkscape:cy="88.890325"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="true"
+     showguides="false"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-268.42857,-449.36219)">
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:6;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2160"
+       sodipodi:cx="357.14285"
+       sodipodi:cy="538.07648"
+       sodipodi:rx="85.714287"
+       sodipodi:ry="85.714287"
+       d="m 442.85714,538.07648 a 85.714287,85.714287 0 0 1 -85.71429,85.71428 85.714287,85.714287 0 0 1 -85.71428,-85.71428 85.714287,85.714287 0 0 1 85.71428,-85.71429 85.714287,85.714287 0 0 1 85.71429,85.71429 z" />
+    <path
+       id="path3140"
+       d="M 357.17975,454.62009 L 357.10596,519.02489"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:9.99407768;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       id="path3144"
+       d="M 357.17919,559.23358 L 357.10652,624.64741"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:9.9951992;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:9.99786091;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 336.99457,538.11148 L 269.05802,538.04147"
+       id="path3146" />
+    <path
+       id="path3148"
+       d="M 441.54725,538.11337 L 377.14245,538.03958"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:9.99407768;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/rc_car.svg
===================================================================
--- /trunk/resources/images/presets/sport/rc_car.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/rc_car.svg	(revision 16006)
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="rc_car5.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata11">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="33.020291"
+     inkscape:cx="6.8911862"
+     inkscape:cy="9.2616979"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4139" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4138"
+     width="16"
+     height="16"
+     x="0"
+     y="-0.0020000001" />
+  <g
+     id="layer1"
+     transform="matrix(-0.02121368,0,0,0.03086009,15.297342,7.1159688)">
+    <path
+       d="m 640.23853,222.03787 c 0,27.10477 -21.97275,49.07752 -49.07752,49.07752 -27.10477,0 -49.07752,-21.97275 -49.07752,-49.07752 0,-27.10477 21.97275,-49.07752 49.07752,-49.07752 27.10477,0 49.07752,21.97275 49.07752,49.07752 l 0,0 z"
+       transform="matrix(1.079545,0,0,1.079545,-521.3741,-27.12071)"
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path25345"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 285.83418,10.247082 c 2.82136,-3.2663359 6.0364,-6.0733784 11.97048,-5.7082016 l 256.30729,0 127.38367,101.1426896 c 1.40564,2.97091 2.11691,5.24745 2.47353,7.16934 l 0.48411,89.62664 c -2.36768,5.13743 -5.15318,9.52279 -10.12099,9.97998 l -29.56544,0 c 0,-87.62676 -129.5449,-87.80573 -129.5449,0 l -332.83376,0 c 0,-87.28688 -130.530777,-87.62179 -130.530777,0 l -36.065656,0 C 12.71653,211.01909 9.9497784,212.35674 5.8866518,202.02701 L 5.492299,137.57457 c 2.0973064,-5.86412 4.713128,-8.09863 7.323065,-10.37434 L 200.16379,96.077198 285.83418,10.247082 Z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path24454"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 640.23853,222.03787 c 0,27.10477 -21.97275,49.07752 -49.07752,49.07752 -27.10477,0 -49.07752,-21.97275 -49.07752,-49.07752 0,-27.10477 21.97275,-49.07752 49.07752,-49.07752 27.10477,0 49.07752,21.97275 49.07752,49.07752 l 0,0 z"
+       transform="matrix(1.079545,0,0,1.079545,-58.73586,-27.14299)"
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path25343"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 226.41173,97.07302 63.84346,-62.997849 c 1.43945,-1.223265 2.57157,-2.907517 5.07365,-2.536826 l 113.52297,0 0,77.161795 -177.57783,0 c -6.7601,-2.66645 -7.67484,-6.70827 -4.86225,-11.62712 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path25349"
+       inkscape:connector-curvature="0" />
+    <path
+       d="M 585.23723,89.186408 530.52565,34.0864 c -1.43945,-1.223265 -2.57157,-2.907517 -5.07365,-2.536826 l -95.50602,0 0,77.161786 162.76938,0 c 7.70221,-1.53592 -2.43326,-11.927375 -7.47813,-19.524952 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path26236"
+       inkscape:connector-curvature="0" />
+  </g>
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+     d="M 7.1668715,7.3663586 C 5.9316807,2.9497725 5.894881,3.5765954 3.9567242,2.0605688"
+     id="path4141"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" />
+  <circle
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.89999998;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="path4143"
+     cx="3.6038802"
+     cy="1.9951195"
+     r="1.05" />
+</svg>
Index: /trunk/resources/images/presets/sport/riding.svg
===================================================================
--- /trunk/resources/images/presets/sport/riding.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/riding.svg	(revision 16006)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape ("http://www.inkscape.org/") -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="181.96439"
+   id="svg1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="riding.svg"
+   sodipodi:version="0.32"
+   width="238.97221"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>SVG Road Signs</dc:title>
+        <dc:description>UK roadsigns</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>transport</rdf:li>
+            <rdf:li>roadsign</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org">
+            <dc:title>John Cliff</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>John Cliff</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>John Cliff</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3" />
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:cx="101.87192"
+     inkscape:cy="66.873256"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="721"
+     inkscape:window-width="1024"
+     inkscape:window-x="253"
+     inkscape:window-y="150"
+     inkscape:zoom="1.7366036"
+     pagecolor="#ffffff"
+     showgrid="false"
+     snaptogrid="false"
+     snaptoguides="false"
+     inkscape:current-layer="svg1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4133"
+     width="238.97221"
+     height="181.96439"
+     x="0"
+     y="0" />
+  <path
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccscccccccccccccccc"
+     id="path720"
+     d="m 188.67699,7.1161843 c -3.12689,3.0649897 -3.99277,6.4871507 -5.58672,6.8346307 -2.55425,-0.50842 -7.0737,-0.72606 -9.68989,1.01346 -0.57936,1.56239 1.17316,0.16931 4.22905,1.84392 -2.89529,2.26093 -4.13429,-0.88444 -7.75095,3.48509 -1.29361,1.54717 0.55911,-0.05742 3.16663,0.89871 -2.26512,2.62862 -3.13657,-0.67074 -7.13591,1.15834 -4.33145,2.72094 -4.60125,4.1334 -9.17436,4.33797 -0.9488,0.47215 1.35341,1.36034 2.54697,1.26924 -3.81219,1.6669 -10.64101,7.54946 -5.38434,6.44683 3.0125,-2.24304 3.71137,-1.6642 5.38658,-0.93016 -0.93253,2.16181 -3.4709,0.59306 -5.45963,2.3673 -3.65098,1.67258 -2.55518,3.68394 -8.44208,4.0018 -3.6727,0.69655 0.84559,1.91311 1.57799,3.0373 -3.63446,0.51836 -7.11773,4.63375 -5.50993,4.60545 2.82994,-1.63013 5.48347,0.36903 8.47495,-2.2078 -3.7695,3.9245 -10.69293,6.75391 -16.60093,6.18825 -6.86177,0.82896 -14.4824,-1.20978 -21.23803,-4.32656 -10.48487,-4.51561 -16.799466,-7.10273 -25.033923,-8.04715 -9.18165,-0.50711 -15.52669,1.5587 -22.46085,6.44481 -2.90722,-0.86579 -4.36369,-1.58802 -8.8362,-1.88738 -8.85802,-0.3231 -16.72022,3.40765 -22.1164,10.42136 -5.23956,4.57024 -8.51434,15.41802 -8.84038,19.71265 -1.36476,5.25619 -1.37127,10.37041 -8.78587,18.55742 -5.08228,5.7882 -12.3582798,8.538195 -11.3029698,17.797365 -0.20947,2.30273 0.7279,5.31916 4.16813,3.50679 2.5127998,-0.42546 11.3078098,-8.53908 13.3359598,-11.62435 4.73409,-6.808695 10.59464,-15.112695 14.04784,-23.649775 2.5568,-5.81649 2.99878,-7.01672 4.5627,-15.37393 1.31737,-5.82749 6.63478,-12.35051 16.11994,-10.4375 -1.28242,1.2214 -1.83486,2.17678 -3.15119,4.3125 -5.74189,12.38602 -2.4883,21.91878 1.88737,26.69987 -0.23126,6.97709 -6.04182,9.77621 -10.88737,9.64388 -3.80687,-0.14492 -9.99366,-0.60278 -10.36367,6.30495 -0.60037,6.917375 1.48221,9.173185 0.91275,19.616395 -0.15816,3.5514 -5.1753,14.05923 -0.32777,16.68549 0.0222,1.85617 -4.03523,1.13459 -5.70568,1.29941 -3.29302,-0.4123 -5.69392,0.40011 -5.74759,4.50761 -0.76818,2.90089 -4.19581,6.71856 -3.59773,9.70359 8.32482,-1.00003 16.57071,-3.97836 21.86263,-11.24309 2.69138,-6.65775 2.61414,-20.53663 3.3384,-29.62167 1.66039,-6.36877 10.54774,-3.1225 14.83009,-3.02639 5.0701,-0.10417 8.48821,-2.45924 13.19663,-1.30013 -1.75086,2.61286 -2.18869,3.41843 -4.75209,6.85613 -3.28722,4.27622 -5.31271,8.93952 0.62773,11.24622 7.78565,2.89067 13.08562,7.37859 18.88817,12.88474 7.086837,7.89801 8.657557,14.89287 10.102187,14.39924 1.7644,1.39231 4.805666,-0.89236 4.957426,3.22683 -0.21855,4.38283 6.12773,4.35998 8.42132,6.09139 1.76846,-0.10935 6.32195,3.18006 5.79091,-1.23202 1.27535,-8.15182 -7.88973,-12.86668 -12.0539,-18.43477 -6.287026,-6.77961 -12.130946,-12.20177 -19.092693,-18.19401 -2.1913,-1.84326 -2.33787,-5.05089 0.08788,-6.73867 7.821867,-6.3394 8.517377,-15.17965 14.634293,-20.713975 4.23925,1.13671 9.32267,4.520475 14.89695,5.963985 8.40024,2.13422 16.65271,6.1434 25.53125,5.40624 6.15766,-0.46583 -3.39512,11.76057 -4.3125,17.17722 1.34923,5.56552 0.32957,15.21814 -1.05737,20.39045 -3.37954,6.2626 -4.78817,10.31244 -8.7524,15.51957 -3.19888,6.03076 7.39645,3.5493 5.21618,8.62498 -2.11497,2.79425 -0.74233,3.18671 2.40149,4.50541 3.54911,1.04685 8.39449,3.92379 11.9008,4.81187 4.68059,-5.15509 -8.11774,-10.97059 -7.17745,-16.70137 -0.54772,-5.74197 2.94157,-10.68787 3.9375,-16.20313 3.8587,-8.5547 8.13482,-16.40819 11.55858,-25.16081 2.81365,-5.11972 4.63296,-11.75561 9.40639,-15.22655 5.81518,-2.63215 14.56566,2.60651 21.42995,5.39114 2.10506,0.7408 9.24063,2.18099 6.75164,4.9286 -7.13013,2.74002 -13.09226,9.30941 -20.3372,11.64795 -2.10244,0.23806 -2.97831,0.72608 -2.93929,4.05895 -3.48114,0.68139 -5.17082,-3.03189 -8.2629,-4.25573 -4.01994,1.05895 -7.54587,6.64292 -8.86095,9.88742 -1.8009,2.35083 6.80001,2.85948 8.91317,2.63633 4.88093,-0.006 7.97966,-0.70093 10.1401,-1.40816 3.49469,-1.28955 6.62168,-4.5758 9.45899,-5.8903 7.99719,-4.61665 18.1598,-10.52199 24.81868,-16.98835 2.29884,-2.37012 3.95236,-5.84702 -0.33545,-8.34251 -3.91162,-3.48026 -10.3594,-7.616185 -16.02296,-10.215475 -3.15089,-2.04596 -3.84633,-1.78317 -7.90401,-4.74628 2.6663,-3.3276 3.29259,-11.70883 3.68253,-15.68094 4.19334,-6.46125 5.86906,-14.94598 9.46809,-23.47762 3.76075,1.32206 9.47521,2.08742 13.3896,1.35355 6.5419,-0.18602 10.00092,9.1946 16.98879,4.39504 4.73544,-4.30134 -5.74805,-4.2226 -4.60496,-6.43526 2.65791,-3.15353 5.92911,3.21185 8.37724,2.52019 3.09378,-1.2989 2.52062,-7.09579 -1.27228,-9.28349 -3.95709,-4.1526 -13.14246,-10.58998 -14.12724,-12.70372 -1.40774,-4.68024 -15.61068,-12.59318 -19.08045,-15.64504 -1.59187,-3.2363 -0.18742,-6.289841 -1.57061,-9.3927907 -0.84006,-0.76715 -2.79317,-0.95124 -3.77538,0.12103 z"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/sport/roller_skating.svg
===================================================================
--- /trunk/resources/images/presets/sport/roller_skating.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/roller_skating.svg	(revision 16006)
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="15.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="64"
+     inkscape:cx="4.7761008"
+     inkscape:cy="1.8735611"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-621px"
+       originy="-1102px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-310.5,-485.36218)">
+    <path
+       sodipodi:type="arc"
+       style="fill:#554400;fill-opacity:1;stroke:none"
+       id="path3757"
+       sodipodi:cx="314"
+       sodipodi:cy="499.36218"
+       sodipodi:rx="1"
+       sodipodi:ry="1"
+       d="m 315,499.36218 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
+       transform="matrix(1.4,0,0,1.4,-127.6,-199.24488)" />
+    <path
+       style="fill:#800000;fill-opacity:1;stroke:none"
+       d="m 315,497.36218 7,0 c 4,0 4,-4 0,-4 l -1.5,0 c -0.5,0 -3.5,-2 -3.5,-3 l 0,-3 c 0,-2 -1,-2 -3,-2 -2,0 -3,0 -3,2 l 0,3 0,5 c 0,1 1,2 2,2 z"
+       id="path3791"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#554400;fill-opacity:1;stroke:none"
+       id="path3757-0"
+       sodipodi:cx="314"
+       sodipodi:cy="499.36218"
+       sodipodi:rx="1"
+       sodipodi:ry="1"
+       d="m 315,499.36218 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
+       transform="matrix(1.4,0,0,1.4,-123.6,-199.24488)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#554400;fill-opacity:1;stroke:none"
+       id="path3757-1"
+       sodipodi:cx="314"
+       sodipodi:cy="499.36218"
+       sodipodi:rx="1"
+       sodipodi:ry="1"
+       d="m 315,499.36218 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
+       transform="matrix(1.4,0,0,1.4,-119.6,-199.24489)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#554400;fill-opacity:1;stroke:none"
+       id="path3757-0-7"
+       sodipodi:cx="314"
+       sodipodi:cy="499.36218"
+       sodipodi:rx="1"
+       sodipodi:ry="1"
+       d="m 315,499.36218 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
+       transform="matrix(1.4,0,0,1.4,-115.6,-199.24489)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/rowing.svg
===================================================================
--- /trunk/resources/images/presets/sport/rowing.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/rowing.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="343.85715"
+   height="330.98572"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="rowing.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\rowing.png"
+   inkscape:export-xdpi="4.1877856"
+   inkscape:export-ydpi="4.1877856">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="-158.57143"
+     inkscape:cy="520"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1600"
+     inkscape:window-height="1110"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-156.64286,-326.86933)">
+    <path
+       id="path2385"
+       d="M 157.14286,489.50504 C 157.14286,489.50504 242.43056,530.91946 280,538.07647 C 317.56944,545.23348 357.72748,545.6099 391.42857,538.07647 C 425.12966,530.54304 500,492.36219 500,492.36219 C 500,492.36219 428.66208,449.30617 391.42857,440.93361 C 354.19506,432.56105 315.88544,434.09741 280,440.93361 C 244.11456,447.76981 157.14286,489.50504 157.14286,489.50504 z"
+       style="fill:#de8787;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       sodipodi:nodetypes="czzzzzc" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:11.60000038;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3163"
+       sodipodi:cx="372.85715"
+       sodipodi:cy="492.36218"
+       sodipodi:rx="61.42857"
+       sodipodi:ry="31.428572"
+       d="M 434.28572,492.36218 A 61.42857,31.428572 0 1 1 311.42858,492.36218 A 61.42857,31.428572 0 1 1 434.28572,492.36218 z"
+       transform="translate(-37.142857,0)" />
+    <path
+       style="fill:#aa4400;fill-rule:evenodd;stroke:#4a4f4f;stroke-width:16.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 320,495.21933 L 445.71428,649.50504"
+       id="path3165" />
+    <path
+       id="path3167"
+       d="M 320,489.50504 L 445.71428,335.21933"
+       style="fill:#aa4400;fill-rule:evenodd;stroke:#4a4f4f;stroke-width:16.70000076;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4a4f4f;stroke-width:12.61962414;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3169"
+       width="60.019096"
+       height="21.746651"
+       x="-68.327026"
+       y="549.47522"
+       transform="matrix(0.6470835,-0.7624192,0.8014277,0.5980917,0,0)"
+       inkscape:transform-center-x="-38.463961"
+       inkscape:transform-center-y="32.11208" />
+    <rect
+       inkscape:transform-center-y="-32.112067"
+       inkscape:transform-center-x="-38.463971"
+       transform="matrix(0.6470835,0.7624192,0.8014277,-0.5980917,0,0)"
+       y="-89.705688"
+       x="723.31317"
+       height="21.746651"
+       width="60.019104"
+       id="rect3171"
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:#4a4f4f;stroke-width:12.61962414;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/running.svg
===================================================================
--- /trunk/resources/images/presets/sport/running.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/running.svg	(revision 16006)
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   id="svg2"
+   sodipodi:docname="27.svg"
+   viewBox="0 0 160 160"
+   version="1.1"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   width="160"
+   height="160">
+  <defs
+     id="defs19" />
+  <sodipodi:namedview
+     id="base"
+     bordercolor="#666666"
+     inkscape:pageshadow="2"
+     inkscape:window-y="-8"
+     pagecolor="#ffffff"
+     inkscape:window-height="987"
+     inkscape:window-maximized="1"
+     inkscape:zoom="1.979899"
+     inkscape:window-x="-8"
+     showgrid="true"
+     borderopacity="1.0"
+     inkscape:current-layer="layer1"
+     inkscape:cx="23.518286"
+     inkscape:cy="107.5452"
+     inkscape:window-width="1680"
+     inkscape:pageopacity="0.0"
+     inkscape:document-units="px"
+     units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid823" />
+  </sodipodi:namedview>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     transform="translate(-152.32,45713.79)">
+    <rect
+       x="152.32001"
+       y="-45713.789"
+       width="160"
+       height="160"
+       ry="8.2860231"
+       rx="8.2860231"
+       style="fill:#003366;stroke-width:0.55240053"
+       id="rect3708" />
+    <g
+       transform="matrix(0.38353219,0,0,0.40913443,103.79335,-45786.257)"
+       style="fill:#eeeeee"
+       id="g3710">
+      <circle
+         transform="translate(1.4286,-1.4286)"
+         style="fill:#eeeeee"
+         id="path2908"
+         cx="245.21452"
+         cy="279.84802"
+         r="31.062191" />
+      <rect
+         x="-60.716"
+         y="407.51001"
+         width="59.051998"
+         height="132.33"
+         ry="8.4373999"
+         rx="8.4027004"
+         transform="rotate(-46.834)"
+         style="fill:#eeeeee"
+         id="rect2912" />
+      <rect
+         x="-128.07001"
+         y="363.82001"
+         width="26.429001"
+         height="80"
+         ry="8.4047003"
+         rx="8.4352999"
+         inkscape:transform-center-x="-22.142857"
+         transform="rotate(-43.388)"
+         style="fill:#eeeeee"
+         id="rect2914" />
+      <rect
+         x="-71.902"
+         y="-487.41"
+         width="26.811001"
+         height="81.237"
+         transform="matrix(-0.67101,0.74145,-0.74746,-0.6643,0,0)"
+         rx="8.3912001"
+         style="fill:#eeeeee"
+         ry="8.4502001"
+         id="rect2920" />
+      <rect
+         x="545.58002"
+         y="-22.955"
+         width="36.370998"
+         height="110.11"
+         transform="matrix(0.69576,0.71827,-0.69297,0.72097,0,0)"
+         rx="8.4087"
+         style="fill:#eeeeee"
+         ry="8.4066"
+         id="rect3694" />
+      <rect
+         x="-109.03"
+         y="410.64001"
+         width="57.143002"
+         height="28.570999"
+         ry="8.3058996"
+         rx="8.3058004"
+         transform="rotate(-45)"
+         style="fill:#eeeeee"
+         id="rect3698" />
+      <rect
+         x="0.22562"
+         y="406.76001"
+         width="49.285999"
+         height="30.714001"
+         ry="8.3875999"
+         rx="8.3467999"
+         transform="rotate(-47.197)"
+         style="fill:#eeeeee"
+         id="rect3700" />
+      <rect
+         x="-27.4"
+         y="590.71997"
+         width="35"
+         height="132.86"
+         ry="8.4245996"
+         rx="8.4145002"
+         transform="rotate(-45.533)"
+         style="fill:#eeeeee"
+         id="rect3702" />
+      <rect
+         x="-450.82999"
+         y="413.13"
+         width="30.714001"
+         height="72.857002"
+         ry="8.6969004"
+         rx="8.1672001"
+         transform="rotate(-83.261)"
+         style="fill:#eeeeee"
+         id="rect3704" />
+    </g>
+  </g>
+  <metadata
+     id="metadata17">
+    <rdf:RDF>
+      <cc:Work>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://openclipart.org/">
+            <dc:title>Openclipart</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:title></dc:title>
+        <dc:date>2010-08-04T12:55:11</dc:date>
+        <dc:description>Separate entries of sport pictogram from my set</dc:description>
+        <dc:source>https://openclipart.org/detail/77317/running-pictogram-by-shokunin</dc:source>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>shokunin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>box</rdf:li>
+            <rdf:li>boxing</rdf:li>
+            <rdf:li>fence</rdf:li>
+            <rdf:li>gym</rdf:li>
+            <rdf:li>gymnastics</rdf:li>
+            <rdf:li>jump</rdf:li>
+            <rdf:li>jumping</rdf:li>
+            <rdf:li>lifting</rdf:li>
+            <rdf:li>man</rdf:li>
+            <rdf:li>pictogram</rdf:li>
+            <rdf:li>run</rdf:li>
+            <rdf:li>running</rdf:li>
+            <rdf:li>silhouette</rdf:li>
+            <rdf:li>sports</rdf:li>
+            <rdf:li>sports2010</rdf:li>
+            <rdf:li>weight</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+</svg>
Index: /trunk/resources/images/presets/sport/scuba_diving.svg
===================================================================
--- /trunk/resources/images/presets/sport/scuba_diving.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/scuba_diving.svg	(revision 16006)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 14.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 43363)  -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   id="Layer_1"
+   x="0px"
+   y="0px"
+   width="160"
+   height="130"
+   viewBox="0 0 160 130"
+   enable-background="new 0 0 100 83.101"
+   xml:space="preserve"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="28.svg"><metadata
+     id="metadata17"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs15" /><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview13"
+     showgrid="true"
+     inkscape:zoom="2.8399178"
+     inkscape:cx="107.82992"
+     inkscape:cy="44.563728"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="Layer_1"><inkscape:grid
+       type="xygrid"
+       id="grid2994" /></sodipodi:namedview><rect
+     style="fill:#556fc3;fill-opacity:1;stroke:none;stroke-width:1.58208036"
+     id="rect2996"
+     width="160"
+     height="129.72458"
+     x="0"
+     y="0.27542496" /><polygon
+     points="16.444,0.05 0,0 15.868,16.397 21.961,10.867 "
+     id="polygon3"
+     transform="matrix(1.6,0,0,1.5643615,1e-6,-1.9248047e-6)" /><path
+     d="m 106.93105,69.738596 c 4.8,1.304678 9.9568,-1.379767 11.3264,-6.198 1.3152,-4.743144 -1.4864,-9.727199 -6.3216,-11.069421 l -3.7664,-1.035607 -4.8736,17.237698 z"
+     id="path5"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036" /><path
+     d="M 108.76473,51.714504 78.372725,43.24818 c -1.9984,-0.514675 -4.0048,0.671111 -4.5552,2.646899 l -2.856,10.0432 c -0.5616,1.97266 0.5264,3.996944 2.5744,4.589837 l 30.393595,8.375591 z"
+     id="path7"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036" /><path
+     d="m 116.2992,80.991684 c -2.3168,-2.179156 -5.1984,-3.90934 -8.56,-4.822927 L 70.8944,65.976942 v 0 L 48.256001,26.284399 c -1.192,-2.050877 -3.1104,-3.682506 -5.5936,-4.353617 -4.9648,-1.379767 -10.1232,1.503351 -11.4784,6.410753 -0.6768,2.329334 -0.3568,4.707163 0.7168,6.718932 l 28.3216,49.089662 c 0,0 2.3168,3.680941 8.152,5.573819 l 51.484799,14.266982 23.8752,23.9582 c 0.7936,0.81972 1.832,1.45485 3.072,1.80683 3.5952,0.98555 7.3584,-1.13885 8.4096,-4.65397 0.68,-2.4936 -0.1296,-5.11078 -1.9216,-6.72989 z"
+     id="path9"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036" /><path
+     d="m 143.7712,84.647596 5.352,6.91917 L 160,79.829363 150.8144,74.771782 c 0.8656,-6.362258 -3.1232,-12.522714 -9.5216,-14.30765 -7.0384,-1.933551 -14.3568,2.099373 -16.3136,9.057653 -1.9984,6.994261 2.1216,14.190323 9.1648,16.127002 3.344,0.946439 6.7504,0.430199 9.6272,-1.001191 z"
+     id="path11"
+     inkscape:connector-curvature="0"
+     style="stroke-width:1.58208036" /></svg>
Index: /trunk/resources/images/presets/sport/skateboard.svg
===================================================================
--- /trunk/resources/images/presets/sport/skateboard.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/skateboard.svg	(revision 16006)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="426.57816"
+   height="158.71338"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="skateboard2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\skateboard.png"
+   inkscape:export-xdpi="3.347836"
+   inkscape:export-ydpi="3.347836">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="221.61223"
+     inkscape:cy="175.33625"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1600"
+     inkscape:window-height="1050"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-186.85212,-619.36315)">
+    <rect
+       style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:18.70000076;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect3157"
+       width="22.857143"
+       height="45.714287"
+       x="288.57144"
+       y="732.36224" />
+    <circle
+       style="opacity:1;fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:11.39999962;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path3155"
+       transform="matrix(1.8461539,0,0,1.8461539,-256.48351,-748.04272)"
+       cx="301.42856"
+       cy="808.07648"
+       r="18.571428" />
+    <g
+       id="g3163"
+       transform="translate(0,1.6068305e-5)">
+      <rect
+         style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:18.70000076;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="rect3159"
+         width="22.857143"
+         height="45.714287"
+         x="288.57144"
+         y="689.50507" />
+      <circle
+         style="opacity:1;fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:11.39999962;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path3161"
+         transform="matrix(1.8461539,0,0,1.8461539,-256.48351,-748.04274)"
+         cx="301.42856"
+         cy="808.07648"
+         r="18.571428" />
+    </g>
+    <g
+       id="g3167"
+       transform="translate(191.42857,1.6068305e-5)">
+      <rect
+         y="689.50507"
+         x="288.57144"
+         height="45.714287"
+         width="22.857143"
+         id="rect3169"
+         style="opacity:1;fill:#808080;fill-opacity:1;stroke:none;stroke-width:18.70000076;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+      <circle
+         transform="matrix(1.8461539,0,0,1.8461539,-256.48351,-748.04274)"
+         id="path3171"
+         style="opacity:1;fill:#aa4400;fill-opacity:1;stroke:none;stroke-width:11.39999962;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         cx="301.42856"
+         cy="808.07648"
+         r="18.571428" />
+    </g>
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#de0000;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 195.39776,709.62294 46.47665,-32.2179 299.64557,0 63.08329,-45.91408"
+       id="path2383"
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/skiing.svg
===================================================================
--- /trunk/resources/images/presets/sport/skiing.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/skiing.svg	(revision 16006)
@@ -0,0 +1,371 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77)  -->
+
+<svg
+   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   enable-background="new 0 0 455.148 454.788"
+   height="160"
+   i:pageBounds="0 792 612 0"
+   i:rulerOrigin="0 0"
+   i:viewOrigin="78 623"
+   overflow="visible"
+   space="preserve"
+   viewBox="0 0 140 160"
+   width="140"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="30.svg"
+   version="1.1"
+   style="overflow:visible">
+  <defs
+     id="defs110">
+    <foreignObject
+       id="foreignObject8"
+       y="0"
+       x="0"
+       width="1"
+       requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"
+       height="1">
+      <i:pgfRef
+         xlink:href="#adobe_illustrator_pgf" />
+    </foreignObject>
+    <linearGradient
+       y2="227.73579"
+       y1="227.73579"
+       x2="455.14841"
+       x1="424.36719"
+       id="XMLID_1_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop16"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop18"
+         style="stop-color:#E2E2E2"
+         offset="0.1696" />
+      <stop
+         id="stop20"
+         style="stop-color:#D8D8D8"
+         offset="0.3059" />
+      <stop
+         id="stop22"
+         style="stop-color:#C7C7C7"
+         offset="0.4306" />
+      <stop
+         id="stop24"
+         style="stop-color:#B0B0B0"
+         offset="0.5484" />
+      <stop
+         id="stop26"
+         style="stop-color:#919191"
+         offset="0.6614" />
+      <stop
+         id="stop28"
+         style="stop-color:#6B6B6B"
+         offset="0.7707" />
+      <stop
+         id="stop30"
+         style="stop-color:#3E3E3E"
+         offset="0.8772" />
+      <stop
+         id="stop32"
+         style="stop-color:#0C0C0C"
+         offset="0.9788" />
+      <stop
+         id="stop34"
+         style="stop-color:#000000"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#000000"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="227.37601"
+       y1="227.37601"
+       x2="0.0713"
+       x1="30.851601"
+       id="XMLID_2_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop39"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop41"
+         style="stop-color:#E2E2E2"
+         offset="0.2675" />
+      <stop
+         id="stop43"
+         style="stop-color:#D8D8D8"
+         offset="0.4824" />
+      <stop
+         id="stop45"
+         style="stop-color:#C7C7C7"
+         offset="0.679" />
+      <stop
+         id="stop47"
+         style="stop-color:#B0B0B0"
+         offset="0.8635" />
+      <stop
+         id="stop49"
+         style="stop-color:#999999"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#999999"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="0.071800001"
+       y1="30.8521"
+       x2="227.73579"
+       x1="227.73579"
+       id="XMLID_3_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop54"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop56"
+         style="stop-color:#E2E2E2"
+         offset="0.2675" />
+      <stop
+         id="stop58"
+         style="stop-color:#D8D8D8"
+         offset="0.4824" />
+      <stop
+         id="stop60"
+         style="stop-color:#C7C7C7"
+         offset="0.679" />
+      <stop
+         id="stop62"
+         style="stop-color:#B0B0B0"
+         offset="0.8635" />
+      <stop
+         id="stop64"
+         style="stop-color:#999999"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#999999"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="454.67969"
+       y1="423.89941"
+       x2="227.37601"
+       x1="227.37601"
+       id="XMLID_4_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop69"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop71"
+         style="stop-color:#E2E2E2"
+         offset="0.1696" />
+      <stop
+         id="stop73"
+         style="stop-color:#D8D8D8"
+         offset="0.3059" />
+      <stop
+         id="stop75"
+         style="stop-color:#C7C7C7"
+         offset="0.4306" />
+      <stop
+         id="stop77"
+         style="stop-color:#B0B0B0"
+         offset="0.5484" />
+      <stop
+         id="stop79"
+         style="stop-color:#919191"
+         offset="0.6614" />
+      <stop
+         id="stop81"
+         style="stop-color:#6B6B6B"
+         offset="0.7707" />
+      <stop
+         id="stop83"
+         style="stop-color:#3E3E3E"
+         offset="0.8772" />
+      <stop
+         id="stop85"
+         style="stop-color:#0C0C0C"
+         offset="0.9788" />
+      <stop
+         id="stop87"
+         style="stop-color:#000000"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#000000"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="1.662313"
+     inkscape:cx="129.16779"
+     inkscape:cy="193.72622"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid856" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>Part of Hotel Icons Collection</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>hotel</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.41663748;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4176"
+     width="140"
+     height="160"
+     x="0"
+     y="0" />
+  <path
+     d="m 46.604867,41.60361 c 1.33496,-1.13053 4.43371,-4.48507 9.50845,-10.2855 5.05643,-5.83801 11.82274,-13.82589 20.58382,-24.3157805 5.73355,9.3778905 9.9531,16.1425705 13.06966,20.5905705 3.04484,4.39241 4.73641,6.31988 5.14595,5.78241 3.24021,-3.336 5.965533,-6.17161 8.315943,-8.65508 2.31479,-2.48347 4.11221,-4.52214 5.53719,-6.19014 7.12243,10.30455 13.03405,18.79283 18.21562,25.96524 5.09204,7.11681 9.13501,12.51003 12.26888,16.47616 L 119.85907,42.43813 c -1.60255,4.74454 -4.21955,7.19095 -7.92371,7.41334 -3.81099,0.12974 -9.59747,-5.18933 -14.262673,-6.1716 -4.66519,-0.98227 -9.31257,2.03866 -13.46188,0.40773 -4.23785,-1.7236 -7.51367,-8.54388 -11.48442,-10.30455 -3.98857,-1.74214 -8.03055,-1.74214 -12.26889,0 -4.61177,2.59415 -9.22354,5.20736 -13.85263,7.82056 z"
+     i:knockout="Off"
+     id="path93"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.41663748"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 47.357767,43.76034 c -2.35397,1.13987 -4.35185,2.6141 -6.11373,4.48349 -1.77586,1.85419 -3.47811,3.29803 -4.36625,6.62646 -0.93295,3.29803 -1.24338,7.59914 -1.05136,13.08572 h -21.99611 c 0.75492,2.85728 2.07272,5.09143 4.0114,6.82404 1.9099,1.70221 4.27785,2.85728 7.50473,3.40441 3.19728,0.53194 8.25964,0.47115 11.53134,-0.36475 3.25649,-0.9119 5.81687,-2.58371 7.84518,-5.01544 l 10.30235,9.31655 c -4.26304,4.40708 -7.3271,8.11547 -9.41421,11.47471 -2.11672,3.26763 -3.70056,4.98546 -2.97525,8.25225 0.72531,3.26763 2.96003,6.04892 7.34149,11.27755 4.36666,5.22864 10.50999,11.68749 18.6656,19.72781 -10.39074,4.83263 -19.19848,8.60181 -26.88083,11.65666 -7.66755,3.00969 -13.64765,5.69936 -18.85803,6.2617 -5.2696,0.47072 -9.60624,-2.81168 -12.38947,-3.22246 -2.7976198,-0.36434 -4.1742198,-0.31916 -4.1890198,0.89712 0.0148,1.20067 0.78451,5.10663 4.1890198,6.09452 3.3893,0.89712 4.26304,3.19206 15.9716,-0.56234 11.79737,-3.86079 36.96115,-15.63862 53.79087,-22.08269 16.74172,-6.44492 31.824783,-11.77868 45.991333,-16.24698 l -3.50854,-1.61102 c -2.51597,0.72994 -7.09027,2.08217 -13.78087,4.11874 -6.74981,2.02095 -15.423923,4.71147 -26.362353,8.06987 -2.45758,-3.64717 -4.64831,-6.38286 -6.6318,-8.43463 -2.02791,-2.05219 -3.70056,-3.28325 -5.23999,-3.7544 -4.26263,-4.90947 -6.94183,-8.49626 -8.0372,-10.94277 -1.06617,-2.43172 0.6805,-2.62972 1.40622,-3.58679 0.62169,-0.97312 0.44406,-0.44118 2.44195,-2.32534 1.99789,-2.03657 7.19388,-6.62688 9.42861,-9.31655 2.16112,-2.68968 3.76017,-3.96676 3.65656,-6.4597 -0.13322,-2.52249 -1.58384,-5.27338 -4.35186,-8.41943 h 23.906 l 1.583843,6.80883 1.74666,-6.27689 11.16047,-1.24626 -10.30194,-1.61102 -2.96085,-6.45927 -1.227773,5.91213 -27.39932,-0.18238 c -5.03276,-6.2009 -9.53222,-11.39872 -13.61805,-15.77582 -4.10021,-4.40751 -7.66755,-7.81192 -10.82042,-10.39563 z"
+     i:knockout="Off"
+     id="path95"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.41663748"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 30.995967,26.58458 c 6.1203,0 11.08727,5.09987 11.08727,11.38352 0,6.28365 -4.96697,11.38352 -11.08727,11.38352 -6.1199,0 -11.08646,-5.09987 -11.08646,-11.38352 0,-6.28365 4.96656,-11.38352 11.08646,-11.38352"
+     i:knockout="Off"
+     id="path97"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.41663748"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 45.329447,42.86364 c -2.35355,1.13987 -4.35185,2.6141 -6.11332,4.48349 -1.77626,1.839 -3.47852,3.32843 -4.36624,6.64166 -0.93295,3.29802 -1.2438,7.59914 -1.05137,13.08572 h -21.9961 c 0.75491,2.87248 2.07231,5.06103 4.0114,6.80884 1.9099,1.70221 4.27784,2.85728 7.50473,3.40442 3.19728,0.53194 8.25964,0.47114 11.53134,-0.36476 3.25649,-0.9119 5.81686,-2.58371 7.84477,-5.01544 l 10.30234,9.31613 c -4.26262,4.40793 -7.32668,8.11631 -9.41421,11.47471 -2.11631,3.28325 -3.70056,4.93987 -2.97484,8.25309 0.73971,3.25202 2.91604,6.07932 7.32669,11.29233 4.38146,5.24341 10.49478,11.65667 18.68082,19.71176 -10.39116,4.83348 -19.19848,8.60266 -26.88125,11.65752 -7.66714,2.99406 -13.64724,5.72891 -18.85762,6.27647 -5.26959,0.44117 -9.60664,-2.82646 -12.3898698,-3.23724 -2.79762,-0.41077 -4.17382,-0.30439 -4.18903,0.89628 0.0148,1.20151 0.78452,5.10747 4.18903,6.09536 3.3897098,0.92667 4.2634498,3.20684 15.9715998,-0.54756 11.79778,-3.84475 36.96156,-15.66902 53.79128,-22.09832 16.75611,-6.44407 31.795173,-11.77867 45.975703,-16.24697 l -3.49333,-1.61102 c -2.51596,0.72994 -7.09026,2.08301 -13.78086,4.11958 -6.74982,2.02095 -15.423923,4.71063 -26.362353,8.06987 -2.45758,-3.64801 -4.64831,-6.3837 -6.63181,-8.43505 -2.0279,-2.05135 -3.70055,-3.28241 -5.23998,-3.7544 -4.29224,-4.92425 -6.89743,-8.45025 -8.03761,-10.92715 -1.12456,-2.44735 0.72572,-2.61368 1.39141,-3.60242 0.6073,-0.97226 0.47367,-0.44032 2.45758,-2.32533 1.99789,-2.03657 7.19388,-6.62604 9.4286,-9.31571 2.16113,-2.69052 3.76018,-3.96676 3.65656,-6.4597 -0.13322,-2.52291 -1.56903,-5.2738 -4.36706,-8.41985 h 23.92039 l 1.56903,6.80883 1.746663,-6.27689 11.17568,-1.24626 -10.30193,-1.61102 -2.960863,-6.45927 -1.22858,5.91213 -27.41331,-0.18238 c -5.04714,-6.2009 -9.50261,-11.39871 -13.60324,-15.77582 -4.10022,-4.40751 -7.66796,-7.81192 -10.82084,-10.39563 z"
+     i:knockout="Off"
+     id="path99"
+     style="clip-rule:evenodd;fill:#782121;fill-rule:evenodd;stroke-width:0.41663748"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 29.022337,25.67268 c 6.11989,0 11.08686,5.09987 11.08686,11.38352 0,6.28365 -4.96697,11.38352 -11.08686,11.38352 -6.1199,0 -11.08687,-5.09987 -11.08687,-11.38352 0,-6.28365 4.96738,-11.38352 11.08687,-11.38352"
+     i:knockout="Off"
+     id="path101"
+     style="clip-rule:evenodd;fill:#782121;fill-rule:evenodd;stroke-width:0.41663748"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 45.411867,39.13867 c 1.33495,-1.1676 4.43371,-4.48507 9.50844,-10.30455 5.05643,-5.83801 11.82274,-13.82589 20.58382,-24.3157705 5.73356,9.3593505 9.9531,16.1796305 13.06966,20.6091005 3.04484,4.41094 4.73642,6.28281 5.14596,5.76388 3.2412,-3.33601 5.96553,-6.17161 8.315933,-8.65508 2.31479,-2.48348 4.11221,-4.54068 5.53719,-6.17161 7.12243,10.30455 13.03405,18.79283 18.21562,25.96524 5.09303,7.11681 9.13501,12.51002 12.26888,16.47616 l -19.39131,-18.5519 c -1.60255,4.78161 -4.21954,7.19095 -7.9237,7.43188 -3.77539,0.14827 -9.57918,-5.22641 -14.245363,-6.19014 -4.6825,-0.98227 -9.31258,2.03867 -13.4792,0.40773 -4.20223,-1.74213 -7.49636,-8.50681 -11.46711,-10.2855 -4.00637,-1.74214 -8.01224,-1.74214 -12.28619,0 -4.61178,2.59416 -9.22355,5.20736 -13.85263,7.82056 z"
+     i:knockout="Off"
+     id="path103"
+     style="clip-rule:evenodd;fill:#17057a;fill-rule:evenodd;stroke-width:0.41663748"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 65.603457,24.71972 9.0989,-11.95402 15.84692,23.90804 c -3.7927,-0.14827 -7.06852,-1.0008 -9.90018,-2.48347 -2.88458,-1.53827 -4.59446,-5.02254 -7.12243,-6.59788 -2.56358,-1.57534 -5.10985,-2.55761 -7.92321,-2.87267 z"
+     i:knockout="Off"
+     id="path105"
+     style="clip-rule:evenodd;fill:#3d258e;fill-rule:evenodd;stroke-width:0.41663748"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 95.695727,37.08147 11.485413,-12.76949 8.70717,12.76949 c -2.70701,3.05801 -5.23498,4.61481 -7.9237,4.94841 -2.67091,0.25947 -5.8765,-2.48347 -7.9059,-3.29894 -2.083803,-0.87107 -3.473173,-1.35294 -4.362983,-1.64947 z"
+     i:knockout="Off"
+     id="path107"
+     style="clip-rule:evenodd;fill:#3d258e;fill-rule:evenodd;stroke-width:0.41663748"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/sport/soccer.svg
===================================================================
--- /trunk/resources/images/presets/sport/soccer.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/soccer.svg	(revision 16006)
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77)  -->
+
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   enable-background="new 0 0 105.66 100.619"
+   height="150"
+   i:pageBounds="0 792 612 0"
+   i:rulerOrigin="0 0"
+   i:viewOrigin="253 446"
+   overflow="visible"
+   space="preserve"
+   viewBox="0 0 160 150"
+   width="160"
+   version="1.1"
+   id="svg27"
+   sodipodi:docname="31.svg"
+   style="overflow:visible"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)">
+  <defs
+     id="defs31" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview29"
+     showgrid="true"
+     inkscape:zoom="2.3454814"
+     inkscape:cx="52.830002"
+     inkscape:cy="50.309502"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg27">
+    <inkscape:grid
+       type="xygrid"
+       id="grid838" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata2">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>Soccer Ball.</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>sports</rdf:li>
+            <rdf:li>toy</rdf:li>
+            <rdf:li>ball</rdf:li>
+            <rdf:li>soccer</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Project</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent
+             rdf:about="http://web.resource.org/cc/PublicDomain">
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent
+             rdf:about="http://web.resource.org/cc/PublicDomain">
+            <dc:title>Public Domain</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date>2005-04-22</dc:date>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     i:dimmedPercent="50"
+     i:layer="yes"
+     i:rgbTrio="#4F008000FFFF"
+     id="Layer_1"
+     transform="matrix(1.5142815,0,0,1.4907573,0,-2.2958984e-6)">
+    <g
+       id="g24">
+      <path
+         d="m 52.83,0.018 c 29.152,0 52.813,22.531 52.813,50.292 0,27.76 -23.66,50.292 -52.813,50.292 C 23.677,100.602 0.018,78.07 0.018,50.31 0.018,22.549 23.678,0.018 52.83,0.018"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path4"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 25.254,11.218 c -1.548,0.648 -2.664,1.332 -3.78,2.196 -1.116,0.756 -1.908,1.692 -2.664,2.664 -0.864,0.9 -1.584,1.872 -2.16,2.916 l 7.128,-1.836 v 0 c 0.468,-1.98 0.972,-3.96 1.476,-5.94 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path6"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="M 32.886,8.086 48.87,4.198 59.886,13.306 56.97,24.934 44.73,30.622 29.25,26.518 26.946,17.05 Z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path8"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="M 63.342,14.026 61.399,25.042 73.53,37.174 86.49,35.23 90.486,20.686 76.302,9.058 Z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path10"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="M 76.05,41.278 88.29,39.082 95.562,51.322 85.518,67.918 72.918,66.73 68.311,56.181 Z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path12"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="M 94.482,75.91 88.65,69.142 98.838,51.933 102.366,49.99 c 0.036,4.176 -0.288,7.703 -0.972,11.268 -0.828,3.527 -2.053,6.732 -3.276,9.324 -1.223,2.447 -2.34,4.176 -3.636,5.328 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path14"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="M 33.894,63.418 48.33,52.762 64.566,57.01 69.75,69.215 60.786,80.986 40.554,76.738 Z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path16"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="m 64.962,97.113 c -2.988,0.434 -6.012,0.756 -9.216,0.828 -3.312,0.072 -6.84,0 -10.044,-0.359 -3.42,-0.504 -6.588,-1.404 -9.36,-2.305 -2.772,-0.971 -4.896,-2.051 -6.768,-3.383 l -0.252,-4.861 9.576,-7.271 21.457,3.781 6.155,9.432 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path18"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="M 14.31,43.726 27.522,30.298 41.814,34.294 45.45,49.774 30.546,61.295 17.586,60.934 Z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path20"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+      <path
+         d="M 9.45,71.123 C 8.298,71.59 7.218,70.365 6.066,67.846 4.806,65.11 3.114,59.602 2.538,55.498 1.998,51.357 2.034,47.326 2.79,43.258 l 7.524,2.412 3.996,16.705 z"
+         i:knockout="Off"
+         stroke-miterlimit="10"
+         id="path22"
+         inkscape:connector-curvature="0"
+         style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/sports_centre.svg
===================================================================
--- /trunk/resources/images/presets/sport/sports_centre.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/sports_centre.svg	(revision 16006)
@@ -0,0 +1,222 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="sports_centre2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="63.356768"
+     inkscape:cx="2.0117159"
+     inkscape:cy="10.768635"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#13cc00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#cc4300;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="12"
+       height="5.0000644"
+       x="2"
+       y="1045.3622"
+       ry="2.5000322" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="1"
+       height="2"
+       x="5"
+       y="1044.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4182"
+       width="7"
+       height="6"
+       x="8"
+       y="1037.3622"
+       ry="2.0000174" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4184"
+       width="7"
+       height="4"
+       x="8"
+       y="1039.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4186"
+       width="1"
+       height="2"
+       x="13"
+       y="1041.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4188"
+       width="1"
+       height="1"
+       x="13"
+       y="1039.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4190"
+       width="1"
+       height="1"
+       x="11"
+       y="1039.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4192"
+       width="1"
+       height="1"
+       x="9"
+       y="1039.3622" />
+    <g
+       i:dimmedPercent="50"
+       i:layer="yes"
+       i:rgbTrio="#4F008000FFFF"
+       id="Layer_1"
+       transform="matrix(0.06509311,0,0,0.06509311,0.60336176,1037.134)">
+      <g
+         id="g7">
+        <path
+           style="clip-rule:evenodd;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="m 52.83,0.018 c 29.152,0 52.813,22.531 52.813,50.292 0,27.76 -23.66,50.292 -52.813,50.292 C 23.677,100.602 0.018,78.07 0.018,50.31 0.018,22.549 23.678,0.018 52.83,0.018"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path9" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="m 25.254,11.218 c -1.548,0.648 -2.664,1.332 -3.78,2.196 -1.116,0.756 -1.908,1.692 -2.664,2.664 -0.864,0.9 -1.584,1.872 -2.16,2.916 l 7.128,-1.836 0,0 c 0.468,-1.98 0.972,-3.96 1.476,-5.94 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path11" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 32.886,8.086 48.87,4.198 59.886,13.306 56.97,24.934 44.73,30.622 29.25,26.518 26.946,17.05 32.886,8.086 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path13" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 63.342,14.026 61.399,25.042 73.53,37.174 86.49,35.23 90.486,20.686 76.302,9.058 63.342,14.026 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path15" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 76.05,41.278 88.29,39.082 95.562,51.322 85.518,67.918 72.918,66.73 68.311,56.181 76.05,41.278 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path17" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 94.482,75.91 88.65,69.142 98.838,51.933 102.366,49.99 c 0.036,4.176 -0.288,7.703 -0.972,11.268 -0.828,3.527 -2.053,6.732 -3.276,9.324 -1.223,2.447 -2.34,4.176 -3.636,5.328 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path19" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 33.894,63.418 48.33,52.762 64.566,57.01 69.75,69.215 60.786,80.986 40.554,76.738 33.894,63.418 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path21" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="m 64.962,97.113 c -2.988,0.434 -6.012,0.756 -9.216,0.828 -3.312,0.072 -6.84,0 -10.044,-0.359 -3.42,-0.504 -6.588,-1.404 -9.36,-2.305 -2.772,-0.971 -4.896,-2.051 -6.768,-3.383 l -0.252,-4.861 9.576,-7.271 21.457,3.781 6.155,9.432 -1.548,4.138 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path23" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 14.31,43.726 27.522,30.298 41.814,34.294 45.45,49.774 30.546,61.295 17.586,60.934 14.31,43.726 Z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path25" />
+        <path
+           style="clip-rule:evenodd;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:0.036;stroke-miterlimit:10"
+           inkscape:connector-curvature="0"
+           d="M 9.45,71.123 C 8.298,71.59 7.218,70.365 6.066,67.846 4.806,65.11 3.114,59.602 2.538,55.498 1.998,51.357 2.034,47.326 2.79,43.258 l 7.524,2.412 3.996,16.705 -4.86,8.748 z"
+           i:knockout="Off"
+           stroke-miterlimit="10"
+           id="path27" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/stadium.svg
===================================================================
--- /trunk/resources/images/presets/sport/stadium.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/stadium.svg	(revision 16006)
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="10.389996"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="stadium2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata2975">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="58.987336"
+     inkscape:cx="3.824291"
+     inkscape:cy="4.6134315"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4339"
+       originx="0"
+       originy="4.7215628e-006" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4" />
+  <path
+     style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="M 0.48255,3.01814 1.45877,7.6027 5.26267,9.60068 10.91803,9.54188 14.31389,8.01476 15.61012,2.57649 13.29934,1.08804 7.77006,0.55841 1.53076,1.55443 Z"
+     id="path4476"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cccccccccc" />
+  <g
+     id="layer3"
+     inkscape:label="Layout"
+     style="display:none;stroke:#757575;stroke-opacity:1"
+     transform="matrix(48.14969,0,0,48.14969,-571.71447,-509.00943)">
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4134"
+       width="10"
+       height="10"
+       x="1"
+       y="1" />
+    <rect
+       style="display:inline;fill:none;stroke:#757575;stroke-width:0.1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4136"
+       width="8"
+       height="8"
+       x="2"
+       y="2" />
+  </g>
+  <path
+     style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:20;marker:none;enable-background:accumulate"
+     d="m 14.88429,7.00623 c -0.64534,1.12728 -3.48207,1.97593 -6.88472,1.97593 -3.40139,0 -6.238,-0.84752 -6.88472,-1.97418 -0.0513,0.12566 -0.0805,0.26054 -0.0805,0.40604 0,0.48497 0.3048872,0.9609667 0.6995372,1.2323167 0.39464,0.27135 0.9076,0.5174356 1.52581,0.6972156 1.2364,0.35957 2.89294,0.5892628 4.72289,0.5892628 1.82996,0 3.5358088,-0.2805511 4.7722088,-0.6401211 0.6182,-0.17978 1.183568,-0.39196 1.578218,-0.66331 0.39465,-0.27135 0.633266,-0.730394 0.633266,-1.215364 0,-0.14626 -0.0302,-0.28157 -0.08199,-0.40779 z"
+     id="path8348"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cscsscssssc" />
+  <path
+     style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:0.85306829;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 0.46687279,2.61817 1.4507923,7.6779"
+     id="path8386"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="cc" />
+  <path
+     sodipodi:nodetypes="cc"
+     inkscape:connector-curvature="0"
+     id="path8390"
+     d="M 15.54133,2.61817 14.61403,7.6779"
+     style="fill:none;fill-opacity:1;stroke:#666666;stroke-width:0.85306829;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  <path
+     style="fill:#1a1a1a;fill-opacity:1;stroke:#ffffff;stroke-width:0.05687122;stroke-opacity:1"
+     d="m 10.69543,7.77116 0,2.15731 c 0,0.23993 -0.30943,0.43309 -0.69379,0.43309 l -3.70298,0 c -0.38436,0 -0.69379,-0.19316 -0.69379,-0.43309 l 0,-2.15731 c 0.46851,-2.34615 5.10996,-2.01917 5.09056,0 z"
+     id="rect8396"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="csssscc" />
+  <path
+     inkscape:connector-curvature="0"
+     d="m 13.01518,0.93749 -0.50166,-0.0701 -0.99769,2.168 0.0185,0.0308 z M 9.95511,0.37049 9.55444,0.33409 9.40157,2.7714 9.45487,2.8023 Z m -6.75879,0.567 0.50166,-0.0701 0.99769,2.168 -0.0185,0.0308 z m 3.06007,-0.567 0.40067,-0.0364 0.15287,2.43731 -0.0533,0.0309 z"
+     style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.3102628;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path4477"
+     sodipodi:nodetypes="cccccccccccccccccccc" />
+  <path
+     id="path8448"
+     style="opacity:1;fill:#008000;fill-opacity:1;stroke:#008000;stroke-width:0.3102628;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 8.09677,2.74104 C 6.29251,2.76394 4.47399,2.9329 2.73892,3.43428 4.78623,3.93754 6.91541,4.03738 9.01873,3.97734 10.55258,3.91654 12.09656,3.76488 13.57485,3.34992 11.79351,2.88041 9.9364,2.73442 8.09677,2.74104 Z"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccc" />
+  <path
+     style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:20;marker:none;enable-background:accumulate"
+     d="M 7.99918,0 C 5.89754,0 3.99615,0.23721 2.57618,0.63815 1.8662,0.83862 1.27701,1.0751 0.82377,1.37767 0.37053,1.68024 0,2.09657 0,2.63734 0,3.17812 0.37053,3.59445 0.82377,3.89702 1.27701,4.19959 1.8662,4.43773 2.57618,4.6382 c 1.41997,0.40094 3.32136,0.63815 5.423,0.63815 2.10165,0 4.00304,-0.23721 5.42301,-0.63815 0.70998,-0.20047 1.30086,-0.43861 1.7541,-0.74118 0.45324,-0.30257 0.82377,-0.7189 0.82377,-1.25968 0,-0.54077 -0.37053,-0.9571 -0.82377,-1.25967 C 14.72305,1.0751 14.13217,0.83862 13.42219,0.63815 12.00222,0.23721 10.10083,0 7.99918,0 Z m 0,1.06358 c 2.01757,0 3.84583,0.23533 5.1253,0.5966 0.63974,0.18064 1.14127,0.39692 1.44287,0.59826 0.30159,0.20134 0.35014,0.33813 0.35014,0.3789 0,0.0408 -0.0485,0.17923 -0.35014,0.38056 -0.3016,0.20134 -0.80313,0.41763 -1.44287,0.59827 -1.27947,0.36127 -3.10773,0.5966 -5.1253,0.5966 -2.01757,0 -3.84413,-0.23533 -5.1236,-0.5966 C 2.23584,3.43553 1.73262,3.21924 1.43102,3.0179 1.12942,2.81657 1.08257,2.67812 1.08257,2.63734 c 0,-0.0408 0.0469,-0.17756 0.34845,-0.3789 C 1.73262,2.0571 2.23584,1.84082 2.87558,1.66018 4.15505,1.29891 5.98161,1.06358 7.99918,1.06358 Z"
+     id="path8399"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/sport/swimming.svg
===================================================================
--- /trunk/resources/images/presets/sport/swimming.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/swimming.svg	(revision 16006)
@@ -0,0 +1,367 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77)  -->
+
+<svg
+   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   enable-background="new 0 0 455.148 454.788"
+   height="10"
+   i:pageBounds="0 792 612 0"
+   i:rulerOrigin="0 0"
+   i:viewOrigin="78 623"
+   overflow="visible"
+   space="preserve"
+   viewBox="0 0 16 10"
+   width="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="37.svg"
+   version="1.0"
+   style="overflow:visible">
+  <defs
+     id="defs124">
+    <foreignObject
+       id="foreignObject8"
+       y="0"
+       x="0"
+       width="1"
+       requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"
+       height="1">
+      <i:pgfRef
+         xlink:href="#adobe_illustrator_pgf" />
+    </foreignObject>
+    <linearGradient
+       y2="227.73579"
+       y1="227.73579"
+       x2="455.14841"
+       x1="424.36719"
+       id="XMLID_1_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop16"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop18"
+         style="stop-color:#E2E2E2"
+         offset="0.1696" />
+      <stop
+         id="stop20"
+         style="stop-color:#D8D8D8"
+         offset="0.3059" />
+      <stop
+         id="stop22"
+         style="stop-color:#C7C7C7"
+         offset="0.4306" />
+      <stop
+         id="stop24"
+         style="stop-color:#B0B0B0"
+         offset="0.5484" />
+      <stop
+         id="stop26"
+         style="stop-color:#919191"
+         offset="0.6614" />
+      <stop
+         id="stop28"
+         style="stop-color:#6B6B6B"
+         offset="0.7707" />
+      <stop
+         id="stop30"
+         style="stop-color:#3E3E3E"
+         offset="0.8772" />
+      <stop
+         id="stop32"
+         style="stop-color:#0C0C0C"
+         offset="0.9788" />
+      <stop
+         id="stop34"
+         style="stop-color:#000000"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#000000"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="227.37601"
+       y1="227.37601"
+       x2="0.0713"
+       x1="30.851601"
+       id="XMLID_2_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop39"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop41"
+         style="stop-color:#E2E2E2"
+         offset="0.2675" />
+      <stop
+         id="stop43"
+         style="stop-color:#D8D8D8"
+         offset="0.4824" />
+      <stop
+         id="stop45"
+         style="stop-color:#C7C7C7"
+         offset="0.679" />
+      <stop
+         id="stop47"
+         style="stop-color:#B0B0B0"
+         offset="0.8635" />
+      <stop
+         id="stop49"
+         style="stop-color:#999999"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#999999"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="0.071800001"
+       y1="30.8521"
+       x2="227.73579"
+       x1="227.73579"
+       id="XMLID_3_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop54"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop56"
+         style="stop-color:#E2E2E2"
+         offset="0.2675" />
+      <stop
+         id="stop58"
+         style="stop-color:#D8D8D8"
+         offset="0.4824" />
+      <stop
+         id="stop60"
+         style="stop-color:#C7C7C7"
+         offset="0.679" />
+      <stop
+         id="stop62"
+         style="stop-color:#B0B0B0"
+         offset="0.8635" />
+      <stop
+         id="stop64"
+         style="stop-color:#999999"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#999999"
+         offset="1" />
+    </linearGradient>
+    <linearGradient
+       y2="454.67969"
+       y1="423.89941"
+       x2="227.37601"
+       x1="227.37601"
+       id="XMLID_4_"
+       gradientUnits="userSpaceOnUse">
+      <stop
+         id="stop69"
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <stop
+         id="stop71"
+         style="stop-color:#E2E2E2"
+         offset="0.1696" />
+      <stop
+         id="stop73"
+         style="stop-color:#D8D8D8"
+         offset="0.3059" />
+      <stop
+         id="stop75"
+         style="stop-color:#C7C7C7"
+         offset="0.4306" />
+      <stop
+         id="stop77"
+         style="stop-color:#B0B0B0"
+         offset="0.5484" />
+      <stop
+         id="stop79"
+         style="stop-color:#919191"
+         offset="0.6614" />
+      <stop
+         id="stop81"
+         style="stop-color:#6B6B6B"
+         offset="0.7707" />
+      <stop
+         id="stop83"
+         style="stop-color:#3E3E3E"
+         offset="0.8772" />
+      <stop
+         id="stop85"
+         style="stop-color:#0C0C0C"
+         offset="0.9788" />
+      <stop
+         id="stop87"
+         style="stop-color:#000000"
+         offset="1" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0" />
+      <a:midPointStop
+         style="stop-color:#E5E5E5"
+         offset="0.75" />
+      <a:midPointStop
+         style="stop-color:#000000"
+         offset="1" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="45.254834"
+     inkscape:cx="9.855967"
+     inkscape:cy="8.4130367"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid858" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>Part of Hotel Icons Collection</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>hotel</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.04296056;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:2;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4183"
+     width="15.999854"
+     height="10.754001"
+     x="0"
+     y="-0.75400066" />
+  <path
+     d="m 15.938112,7.0329251 c -0.13451,0.03763 -0.31645,0.03165 -0.54577,-0.01786 -0.23126,-0.05143 -0.4492,-0.304762 -0.83773,-0.28689 -0.39997,0.0138 -0.96477,0.372035 -1.51058,0.372035 -0.55346,-0.0098 -1.17514,-0.39193 -1.7399,-0.389907 -0.56292,0.0023 -1.07466,0.397855 -1.6147602,0.407695 -0.54968,0.0023 -1.09738,-0.364218 -1.63572,-0.372043 -0.54582,-0.0138 -1.06328,0.324527 -1.57309,0.320619 -0.50986,-0.0079 -0.94385,-0.376121 -1.44803,-0.356271 -0.51175,0.01786 -1.07277,0.421567 -1.57313,0.441332 -0.50036,0.008 -0.9609,-0.368089 -1.40442,-0.372043 -0.44542,-0.008 -0.95712,0.275034 -1.25849004,0.338406 -0.30326,0.06131 -0.49469,0.0594 -0.56669,0.01579 v 1.049008 c 0.072,0.04361 0.26343,0.04552 0.56669,-0.01579 0.30137004,-0.06338 0.81307004,-0.346392 1.25849004,-0.338491 0.44352,0.0038 0.90402,0.380029 1.40442,0.372128 0.50036,-0.02384 1.06138,-0.419598 1.57313,-0.439447 0.50415,-0.01579 0.93817,0.344376 1.44803,0.354339 0.50985,0.0038 1.02727,-0.33449 1.57309,-0.320656 0.53834,0.0079 1.08604,0.374012 1.63572,0.372081 0.5401002,-0.01188 1.0518402,-0.401856 1.6147602,-0.405764 0.56476,0 1.18644,0.376036 1.7399,0.387938 0.54581,0 1.11066,-0.35821 1.51058,-0.372082 0.38853,-0.01778 0.60647,0.235465 0.83773,0.286928 0.22932,0.04951 0.41126,0.05541 0.54577,0.01786 v -1.04897 z"
+     i:knockout="Off"
+     id="path103"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.04296056"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 15.938112,8.7885051 c -0.13451,0.03771 -0.31645,0.03165 -0.54577,-0.0177 -0.23126,-0.05158 -0.4492,-0.304892 -0.83773,-0.287066 -0.39997,0.01379 -0.96477,0.372081 -1.51058,0.372081 -0.55346,-0.0099 -1.17514,-0.391839 -1.7399,-0.389907 -0.56292,0.0038 -1.07466,0.393908 -1.6147602,0.405802 -0.54968,0.0023 -1.09738,-0.364256 -1.63572,-0.372166 -0.54582,-0.0099 -1.06328,0.326635 -1.57309,0.32268 -0.50986,-0.008 -0.94385,-0.376074 -1.44803,-0.356316 -0.51175,0.01786 -1.07277,0.421574 -1.57313,0.441332 -0.50036,0.0098 -0.9609,-0.372081 -1.40442,-0.374013 -0.44542,-0.008 -0.95712,0.275118 -1.25849004,0.338483 -0.30326,0.05733 -0.49469,0.06323 -0.56669,0.0177 V 9.938423 c 0.072,0.04368 0.26343,0.0456 0.56669,-0.01579 C 1.0978618,9.859253 1.6095618,9.576241 2.0549818,9.58415 c 0.44352,0.0038 0.90402,0.380067 1.40442,0.372081 0.50036,-0.01977 1.06138,-0.423506 1.57313,-0.44134 0.50415,-0.01977 0.93817,0.348331 1.44803,0.356317 0.50985,-0.0023 1.02727,-0.328558 1.57309,-0.322718 0.53834,0.0038 1.08604,0.378097 1.63572,0.374143 0.5401002,-0.0099 1.0518402,-0.405803 1.6147602,-0.407742 0.56476,-0.0023 1.18644,0.380029 1.7399,0.389915 0.54581,0 1.11066,-0.358248 1.51058,-0.372081 0.38853,-0.01786 0.60647,0.235465 0.83773,0.286974 0.22932,0.04951 0.41126,0.05549 0.54577,0.01778 V 8.7884631 Z"
+     i:knockout="Off"
+     id="path111"
+     style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.04296056"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 15.750552,6.8369371 c -0.13649,0.04169 -0.31276,0.03372 -0.54397,-0.01579 -0.235,-0.05349 -0.44919,-0.30283 -0.83962,-0.289035 -0.39992,0.01387 -0.96477,0.37212 -1.51054,0.37212 -0.55351,-0.0118 -1.17514,-0.387977 -1.73994,-0.387977 -0.56292,0.0038 -1.07466,0.393862 -1.6148102,0.405764 -0.54963,0.0023 -1.09738,-0.364133 -1.63564,-0.372035 -0.54585,-0.01387 -1.06327,0.32465 -1.57312,0.320611 -0.50225,-0.0098 -0.94767,-0.37015 -1.44614,-0.35434 -0.51174,0.01993 -1.07277,0.415689 -1.57313,0.439447 -0.50415,0.008 -0.96094,-0.368088 -1.40631,-0.372127 -0.44915,-0.0079 -0.95335004,0.275118 -1.25660004,0.33849 -0.30326,0.05748 -0.49469,0.06338 -0.56669,0.01786 v 1.049055 c 0.072,0.04552 0.26343,0.03962 0.56669,-0.01786 0.30325,-0.06338 0.80740004,-0.346392 1.25660004,-0.33849 0.44541,0.0038 0.90216,0.380028 1.40631,0.372035 0.50036,-0.0197 1.06139,-0.425522 1.57313,-0.439393 0.49847,-0.01977 0.94384,0.348361 1.44614,0.35627 0.50985,0.0038 1.02727,-0.332428 1.57312,-0.322549 0.53826,0.0079 1.08601,0.373974 1.63564,0.372081 0.5401502,-0.01188 1.0518902,-0.401855 1.6148102,-0.405802 0.5648,-0.0015 1.18643,0.380067 1.73994,0.390037 0.54577,0 1.11066,-0.358378 1.51054,-0.372173 0.39043,-0.01786 0.60462,0.235511 0.83962,0.286982 0.23121,0.04951 0.40748,0.0574 0.54397,0.01579 z"
+     i:knockout="Off"
+     id="path113"
+     style="clip-rule:evenodd;fill:#3d258e;fill-rule:evenodd;stroke-width:0.04296056"
+     inkscape:connector-curvature="0" />
+  <path
+     d="M 6.8409202,6.4915135 11,4.218304 C 10.62808,3.4868317 10.373191,2.9353345 10.219088,2.5425298 10.062849,2.151606 9.9970204,2.0645379 10.085446,1.8787651 10.175766,1.6871848 10.050536,1.6581636 10.738995,1.4046391 11.429443,1.143427 13.548828,0.71438313 14.222924,0.67951834 14.876429,0.65051974 14.835845,1.3669846 14.724876,1.59149 14.605634,1.8043198 13.97116,1.6673979 13.506683,1.8318763 13.038054,1.9944288 12.491951,1.9774699 11.895969,2.1787011 l 2.153707,4.2689285 C 13.772233,6.6585274 13.404369,6.7436625 12.907091,6.7108206 12.403579,6.6663156 11.723335,6.2327907 11.096515,6.2308949 10.463503,6.2386249 9.756563,6.7127086 9.1811716,6.7282941 8.6016383,6.7260441 8.3966352,6.3524997 7.9137143,6.3098268 7.4308801,6.2672678 7.2745591,6.3057108 6.8409202,6.4915135 Z"
+     i:knockout="Off"
+     id="path105"
+     style="clip-rule:evenodd;fill:#8f3e3e;fill-opacity:1;fill-rule:evenodd;stroke-width:0.04423339"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccccccccccc" />
+  <path
+     d="m 14.742862,2.6985881 c 0.66852,0 1.271827,0.566613 1.271827,1.264762 0,0.69811 -0.603357,1.26467 -1.271827,1.26467 -0.66855,0 -1.21114,-0.56656 -1.21114,-1.26467 0,-0.698149 0.54263,-1.264762 1.21114,-1.264762"
+     i:knockout="Off"
+     id="path107"
+     style="clip-rule:evenodd;fill:#8f3e3e;fill-opacity:1;fill-rule:evenodd;stroke-width:0.04296056"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="csssc" />
+  <path
+     d="M 4.0000001,6.6102835 C 3.4628793,6.5120477 2.9145838,6.3569804 2.3173334,6.1364629 1.7159315,5.90455 0.69268456,5.6086221 0.44449198,5.2936559 0.19634896,4.9785834 0.35633907,4.3114167 0.84086652,4.2735377 1.3252833,4.2287391 2.3092582,4.6994027 3.320456,5.0688145 4.3276786,5.4383135 5.4833424,5.9099498 6.8409202,6.4915135 6.6776378,6.5957426 6.4593554,6.6302819 6.178328,6.5951902 5.8930645,6.5486487 5.5272235,6.2659994 5.1621404,6.264682 4.7950478,6.2655894 4.4130141,6.3839488 4,6.6102784 Z"
+     i:knockout="Off"
+     id="path109"
+     style="clip-rule:evenodd;fill:#8f3e3e;fill-opacity:1;fill-rule:evenodd;stroke-width:0.0471262"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 15.750552,8.5926551 c -0.13649,0.03755 -0.31276,0.03165 -0.54397,-0.01786 -0.235,-0.05143 -0.44919,-0.304892 -0.83962,-0.287058 -0.39992,0.0138 -0.96477,0.372081 -1.51054,0.372081 -0.55351,-0.0118 -1.17514,-0.387892 -1.73994,-0.387892 -0.56292,0.0038 -1.07466,0.393908 -1.6148102,0.405718 -0.54963,0.0023 -1.09738,-0.364134 -1.63564,-0.372081 -0.54585,-0.01387 -1.06327,0.324611 -1.57312,0.320657 -0.50225,-0.0099 -0.94767,-0.37015 -1.44614,-0.354294 -0.51174,0.01977 -1.07277,0.415597 -1.57313,0.439439 -0.50415,0.0079 -0.96094,-0.368211 -1.40631,-0.372165 -0.44915,-0.0079 -0.95335004,0.275118 -1.25660004,0.33849 -0.30326,0.06146 -0.49469,0.0594 -0.56669,0.01586 V 9.742558 c 0.072,0.04353 0.26343,0.0456 0.56669,-0.01586 0.30325,-0.06338 0.80740004,-0.346346 1.25660004,-0.338483 0.44541,0.0038 0.90216,0.380029 1.40631,0.372166 0.50036,-0.02383 1.06139,-0.419682 1.57313,-0.439447 0.49847,-0.01586 0.94384,0.344415 1.44614,0.354293 0.50985,0.0038 1.02727,-0.334528 1.57312,-0.320656 0.53826,0.008 1.08601,0.374104 1.63564,0.372081 0.5401502,-0.0118 1.0518902,-0.401848 1.6148102,-0.405718 0.5648,0 1.18643,0.376074 1.73994,0.387892 0.54577,0 1.11066,-0.358248 1.51054,-0.372081 0.39043,-0.01387 0.60462,0.235464 0.83962,0.288997 0.23121,0.04951 0.40748,0.0574 0.54397,0.01586 z"
+     i:knockout="Off"
+     id="path121"
+     style="clip-rule:evenodd;fill:#17057a;fill-rule:evenodd;stroke-width:0.04296056"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/sport/table_tennis.svg
===================================================================
--- /trunk/resources/images/presets/sport/table_tennis.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/table_tennis.svg	(revision 16006)
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="449.90442"
+   id="svg1"
+   version="1.0"
+   width="492.14069"
+   x="0.00000000"
+   y="0.00000000"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="table_tennis.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="0.52455586"
+     inkscape:cx="246.07034"
+     inkscape:cy="223.04583"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg1" />
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>table tennis</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>sports</rdf:li>
+            <rdf:li>table</rdf:li>
+            <rdf:li>tennis</rdf:li>
+            <rdf:li>ping pong</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Omar Abo-Namous</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Omar Abo-Namous</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4138"
+     width="492.14099"
+     height="449.90442"
+     x="0"
+     y="5.6843419e-014" />
+  <g
+     id="layer1"
+     transform="translate(0.176986,-0.5918139)" />
+  <g
+     id="g1080"
+     transform="translate(0.176986,-0.5918139)">
+    <path
+       d="m 94.375742,101.3253 c -2.150186,3.22528 -16.425023,37.3296 -15.768023,39.42006 0.657001,2.09046 -2.441533,5.8584 3.687525,10.50689 6.291799,4.77192 116.322286,41.72321 123.173396,41.81428 6.59662,0.0911 19.71003,-2.32937 31.17768,-7.16729 11.46765,-4.83791 25.44385,-11.10929 37.62823,-21.86021 12.18438,-10.75093 25.5036,-27.29541 35.47807,-42.64534 9.97448,-15.34993 20.18784,-35.896142 24.36876,-49.454254 4.18092,-13.558112 4.18092,-22.696399 0.71672,-31.894413 -3.4642,-9.198015 -12.9011,-17.559845 -21.50183,-23.293671 -8.60073,-5.733827 -15.40966,-9.855015 -30.1026,-11.10929 -14.69293,-1.2542744 -39.95761,0.059728 -58.055,3.583642 -18.09739,3.523914 -35.23915,9.01883 -50.52935,17.559843 -15.29021,8.541014 -27.7135,20.844852 -41.21188,33.686235 -13.49839,12.841384 -26.51895,28.908043 -39.778426,43.362068"
+       id="path2311"
+       style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 185.13907,212.03584 c 5.23697,10.47394 9.2914,22.13042 15.71091,31.42181 6.41951,9.2914 11.86765,16.04878 22.80616,24.32657 10.93851,8.27781 37.03424,28.02696 42.82489,25.3402 5.48062,-2.54289 158.51251,-62.33616 164.45773,-64.36407 5.77217,-1.96889 8.19333,-20.52553 9.12247,-29.9014 0.92914,-9.37587 -0.29564,-17.48472 -3.54762,-26.35378 -3.25198,-8.86907 -9.5448,-17.94929 -15.96432,-26.86059 -6.4195,-8.91129 -14.10603,-18.16046 -22.55276,-26.60718 -8.44673,-8.44673 -19.13181,-17.78036 -28.12757,-24.073168 -8.99577,-6.29281 -20.56777,-12.83902 -25.84699,-13.683693 -5.27921,-0.844673 -1.94274,1.351477 -5.82824,8.61566 -3.88548,7.264181 -11.10744,24.791131 -17.48472,34.969441 -6.37728,10.1783 -13.33849,17.77966 -20.77894,26.10038 -7.44042,8.32072 -14.63038,16.86691 -23.86368,23.82393 -9.2333,6.95703 -22.60682,13.46853 -31.53606,17.91821 -8.92924,4.44969 -13.02056,6.12206 -22.03939,8.77993 -9.01883,2.65786 -21.3824,4.77819 -32.0736,7.16728"
+       id="path4175"
+       style="fill:#007fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 146.58156,76.996765 c 0.005,6.433137 -5.6364,11.650581 -12.59685,11.650581 -6.96045,0 -12.60165,-5.217444 -12.59685,-11.650581 -0.005,-6.433137 5.6364,-11.650581 12.59685,-11.650581 6.96045,0 12.60165,5.217444 12.59685,11.650581 l 0,0 z"
+       id="path4797"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.3125;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:2.5, 2.5;stroke-dashoffset:0pt;stroke-opacity:1"
+       transform="matrix(2.81642,0,0,2.81642,-41.8027,-40.0944)"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 425.76474,447.30576 c -1.56427,-1.93629 -10.63709,-19.1181 -20.16178,-38.18184 -15.07116,-30.16487 -34.42245,-63.14089 -49.4982,-84.34852 -7.35641,-10.34852 -24.27102,-17.07487 -55.29909,-21.99054 -38.14062,-6.04249 -50.84196,-10.57194 -72.01726,-25.68233 -20.12116,-14.35816 -29.00831,-24.16926 -40.76823,-45.0067 -7.87529,-13.95424 -8.87458,-14.71426 -17.30541,-13.16184 -5.67612,1.04518 -14.86847,7.408 -25.14192,17.40289 -17.08447,16.62124 -20.32026,17.41747 -9.91428,2.4396 12.90455,-18.57418 19.60074,-24.1259 31.38316,-26.01936 6.39325,-1.0274 14.43112,-3.6473 17.86194,-5.82199 3.43082,-2.17469 10.8401,-3.95398 16.46506,-3.95398 26.1593,0 69.516,-22.51022 92.62593,-48.09014 12.84252,-14.21513 33.85232,-46.38349 41.32012,-63.265677 3.48434,-7.87687 7.373,-12.566754 10.41992,-12.566754 9.86443,0 41.11945,21.712431 60.25819,41.860581 25.35912,26.69656 37.4403,50.95581 37.36066,75.02093 -0.072,21.76485 -5.37548,34.75231 -15.08682,36.94575 -4.06376,0.91785 -23.97941,7.87238 -44.25705,15.4545 -37.34306,13.96314 -49.49704,17.07568 -39.09755,10.01256 3.05548,-2.07521 20.71679,-8.72077 39.24732,-14.76791 39.58045,-12.91643 47.63992,-18.66699 51.99724,-37.10084 2.69044,-11.38209 2.36706,-15.50418 -2.1838,-27.8373 C 422.22644,146.8133 392.28804,112.92594 359.18582,93.995138 L 343.4432,84.99211 332.29045,108.07725 c -14.35119,29.70559 -49.07815,69.65328 -70.13864,80.68301 -10.00023,5.2373 -53.20445,19.84763 -58.83702,19.89686 -12.65487,0.11061 -13.16214,4.3358 -2.74981,22.90395 5.51794,9.84007 13.62079,21.18978 18.00631,25.22157 21.37081,19.64702 56.53039,37.6457 79.02819,40.45567 47.55734,5.93987 54.63898,7.98791 62.35021,18.03212 14.45477,18.828 34.49683,52.95529 52.8601,90.00932 21.39748,43.17657 18.32215,41.75357 52.80495,24.43373 25.71481,-12.91588 17.17936,-2.97605 -9.46943,11.02751 -20.71126,10.88344 -25.9731,12.02043 -30.38057,6.56477 z m 11.35187,-16.83046 c -5.28564,-6.60691 -21.18552,-41.82671 -19.59886,-43.41337 0.86176,-0.8618 6.7084,8.92273 12.99252,21.74334 10.74304,21.91756 13.16801,29.87195 6.60634,21.67003 z m -25.5327,-53.43927 c -1.85884,-1.85884 -3.37971,-4.82969 -3.37971,-6.60187 0,-4.29586 -32.94977,-57.1345 -41.19563,-66.06182 -14.89696,-16.12807 -26.39849,-31.79662 -26.39849,-35.96269 0,-3.44242 1.65104,-2.90419 7.29692,2.3788 6.72311,6.29093 23.68372,29.41657 23.68372,32.2925 0,0.68346 4.54123,7.19196 10.0916,14.46337 8.66799,11.3557 36.65357,62.87141 34.1545,62.87141 -0.48026,0 -2.39407,-1.52086 -4.25291,-3.3797 z M 33.681803,347.29985 C 22.142196,341.6178 -0.1769855,320.94076 -0.1769855,315.93226 c 0,-1.91827 5.3864075,0.86667 11.9697935,6.18875 15.434547,12.47748 35.119845,24.70371 44.226903,27.46865 6.578995,1.9974 6.35674,2.19244 -2.684678,2.35565 -5.421613,0.0979 -14.265567,-1.99259 -19.65323,-4.64546 z m 8.469105,-11.83686 c -2.278685,-1.44108 -3.409834,-3.3534 -2.513657,-4.24956 0.896175,-0.89618 3.232588,0.30229 5.192029,2.66327 4.062951,4.89556 3.283912,5.35694 -2.678372,1.58629 z M -0.1769855,308.87656 c 0,-1.29829 10.5248375,-13.42034 23.3885255,-26.93787 12.863692,-13.51753 32.309963,-36.49603 43.213938,-51.06333 20.284983,-27.09997 29.155882,-36.59942 29.155882,-31.22171 0,1.64729 -1.184458,3.7271 -2.63213,4.62181 -1.447674,0.89471 -13.804726,16.36846 -27.460114,34.38612 -27.89639,36.80799 -24.739964,33.15712 -48.212734,55.76513 -9.599352,9.24569 -17.4533675,15.74813 -17.4533675,14.44985 z M 341.44253,292.39145 c -10.85396,-11.91732 -17.06186,-29.44183 -7.66766,-21.64533 4.93361,4.09451 16.31323,25.087 14.55324,26.84698 -0.61828,0.61832 -3.7168,-1.72244 -6.88558,-5.20165 z m -50.76945,-10.80658 c 8.80403,-5.12567 35.85489,-13.60076 35.85489,-11.2334 0,3.12199 -27.48034,14.32653 -34.87674,14.22027 -5.44423,-0.0782 -5.52909,-0.33733 -0.97815,-2.98687 z m 18.625,-78.27238 c -10.13796,-10.13796 -14.65615,-22.86272 -8.11791,-22.86272 1.54903,0 2.81642,1.17015 2.81642,2.60033 0,6.13781 15.37082,20.09105 25.46313,23.11477 12.5017,3.7456 12.17286,8.08197 -0.61288,8.08197 -6.25139,0 -11.6138,-2.99939 -19.54876,-10.93435 z m 44.62689,2.06326 c 0,-0.55674 6.72491,-10.36966 9.68823,-16.98847 5.97085,-13.33631 3.76046,-21.32523 -6.5704,-32.35474 -10.01694,-10.69438 -19.85853,-13.194 -31.99024,-8.12505 -25.45176,12.56101 -15.84187,4.48573 -6.62899,-3.78801 7.65095,-7.12796 24.30922,-7.87586 36.38085,-1.63337 16.1457,8.34927 23.33992,34.53767 14.18637,51.64125 -2.46389,4.60381 -15.06582,14.20748 -15.06582,11.24839 z M 84.940272,174.07008 C 66.75641,139.48641 74.999196,111.51376 115.94034,68.868517 139.70911,44.110404 169.04932,23.561606 194.36614,13.941971 229.10455,0.7424148 267.774,-3.0042528 294.85677,4.2054732 c 31.42848,8.3666068 43.32552,20.6640028 45.21115,46.7325738 1.15256,15.933826 0.316,18.872684 -13.13239,46.133963 -14.63371,29.66403 -30.83579,50.55317 -51.97473,67.01027 -11.76688,9.16076 -11.75544,9.13358 3.81054,-9.04935 23.24333,-27.15103 35.45066,-44.95471 45.39599,-66.207343 16.19718,-34.612615 10.58735,-55.605084 -18.79176,-70.320081 -15.39524,-7.710953 -19.2073,-8.423314 -43.62531,-8.152269 -49.78701,0.552647 -93.2492,20.699919 -135.52433,62.823467 -27.31092,27.213006 -41.910255,51.741216 -41.910255,70.413046 0,6.14889 1.148407,11.88954 2.552016,12.75702 1.403609,0.86748 1.890072,4.10851 1.08103,7.20229 -0.809043,3.09379 0.65579,8.87093 3.255178,12.8381 2.599392,3.96717 4.330861,9.01974 3.847711,11.22793 -0.483154,2.20819 -5.033253,-3.88707 -10.111338,-13.54501 z m 88.926018,13.32141 c -7.28683,-1.99368 -16.12371,-5.63855 -19.63752,-8.09972 -3.5138,-2.46116 -8.95836,-4.49425 -12.09901,-4.51797 -6.80566,-0.0514 -14.71068,-4.56918 -12.26839,-7.01147 2.14931,-2.14931 32.65273,6.52234 34.72233,9.87102 0.83178,1.34584 8.45954,4.4666 16.95059,6.93502 15.31596,4.45247 19.98005,7.46919 10.50953,6.79754 -2.71081,-0.19225 -10.89069,-1.98074 -18.17753,-3.97442 z m -69.83566,-23.84025 c -2.32355,-1.50159 -2.95724,-2.73017 -1.40821,-2.73017 1.54903,0 4.7175,1.22858 7.04105,2.73017 2.32355,1.50159 2.95725,2.73017 1.40821,2.73017 -1.54903,0 -4.7175,-1.22858 -7.04105,-2.73017 z m 320.04017,85.06174 c 0.4181,0.71672 -13.49841,14.93182 -16.12641,22.21856 -2.628,7.28673 -4.06145,10.27313 0.35836,21.50186 4.41981,11.22874 12.42329,26.45922 26.16059,45.87062 13.7373,19.4114 50.35016,62.41509 56.26318,70.59775 5.91303,8.18267 -10.7509,-9.25774 -20.78511,-21.50186 -10.0342,-12.24411 -29.8167,-35.3586 -40.68707,-51.96281 -12.14279,-16.60422 -20.6548,-36.41663 -25.54989,-47.66351 -10.74818,-11.24688 -24.27833,-26.88321 -23.86023,-27.06239 1.43603,-0.43366 20.71999,21.50371 22.45209,20.01052 1.7321,-1.49318 1.71911,-7.01412 4.5263,-13.34522 2.80718,-6.3311 16.83009,-19.38025 17.24819,-18.66352 z"
+       id="path1062"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/tennis.svg
===================================================================
--- /trunk/resources/images/presets/sport/tennis.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/tennis.svg	(revision 16006)
@@ -0,0 +1,365 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 10.0, SVG Export Plug-In . SVG Version: 3.0.0 Build 77)  -->
+
+<svg
+   xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"
+   xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/"
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   enable-background="new 0 0 455.148 454.788"
+   height="140"
+   i:pageBounds="0 792 612 0"
+   i:rulerOrigin="0 0"
+   i:viewOrigin="78 623"
+   overflow="visible"
+   space="preserve"
+   viewBox="0 0 160 140"
+   width="160"
+   id="svg2302"
+   sodipodi:version="0.32"
+   inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
+   sodipodi:docname="39.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1"
+   style="overflow:visible">
+  <defs
+     id="defs2406">
+    <foreignObject
+       id="foreignObject2308"
+       y="0"
+       x="0"
+       width="1"
+       requiredExtensions="http://ns.adobe.com/AdobeIllustrator/10.0/"
+       height="1">
+      <i:pgfRef
+         xlink:href="#adobe_illustrator_pgf" />
+    </foreignObject>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       id="XMLID_1_"
+       x1="424.36719"
+       x2="455.14841"
+       y1="227.73579"
+       y2="227.73579">
+      <stop
+         offset="0"
+         style="stop-color:#E5E5E5"
+         id="stop2316" />
+      <stop
+         offset="0.1696"
+         style="stop-color:#E2E2E2"
+         id="stop2318" />
+      <stop
+         offset="0.3059"
+         style="stop-color:#D8D8D8"
+         id="stop2320" />
+      <stop
+         offset="0.4306"
+         style="stop-color:#C7C7C7"
+         id="stop2322" />
+      <stop
+         offset="0.5484"
+         style="stop-color:#B0B0B0"
+         id="stop2324" />
+      <stop
+         offset="0.6614"
+         style="stop-color:#919191"
+         id="stop2326" />
+      <stop
+         offset="0.7707"
+         style="stop-color:#6B6B6B"
+         id="stop2328" />
+      <stop
+         offset="0.8772"
+         style="stop-color:#3E3E3E"
+         id="stop2330" />
+      <stop
+         offset="0.9788"
+         style="stop-color:#0C0C0C"
+         id="stop2332" />
+      <stop
+         offset="1"
+         style="stop-color:#000000"
+         id="stop2334" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.75"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#000000" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       id="XMLID_2_"
+       x1="30.851601"
+       x2="0.0713"
+       y1="227.37601"
+       y2="227.37601">
+      <stop
+         offset="0"
+         style="stop-color:#E5E5E5"
+         id="stop2339" />
+      <stop
+         offset="0.2675"
+         style="stop-color:#E2E2E2"
+         id="stop2341" />
+      <stop
+         offset="0.4824"
+         style="stop-color:#D8D8D8"
+         id="stop2343" />
+      <stop
+         offset="0.679"
+         style="stop-color:#C7C7C7"
+         id="stop2345" />
+      <stop
+         offset="0.8635"
+         style="stop-color:#B0B0B0"
+         id="stop2347" />
+      <stop
+         offset="1"
+         style="stop-color:#999999"
+         id="stop2349" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.75"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#999999" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       id="XMLID_3_"
+       x1="227.73579"
+       x2="227.73579"
+       y1="30.8521"
+       y2="0.071800001">
+      <stop
+         offset="0"
+         style="stop-color:#E5E5E5"
+         id="stop2354" />
+      <stop
+         offset="0.2675"
+         style="stop-color:#E2E2E2"
+         id="stop2356" />
+      <stop
+         offset="0.4824"
+         style="stop-color:#D8D8D8"
+         id="stop2358" />
+      <stop
+         offset="0.679"
+         style="stop-color:#C7C7C7"
+         id="stop2360" />
+      <stop
+         offset="0.8635"
+         style="stop-color:#B0B0B0"
+         id="stop2362" />
+      <stop
+         offset="1"
+         style="stop-color:#999999"
+         id="stop2364" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.75"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#999999" />
+    </linearGradient>
+    <linearGradient
+       gradientUnits="userSpaceOnUse"
+       id="XMLID_4_"
+       x1="227.37601"
+       x2="227.37601"
+       y1="423.89941"
+       y2="454.67969">
+      <stop
+         offset="0"
+         style="stop-color:#E5E5E5"
+         id="stop2369" />
+      <stop
+         offset="0.1696"
+         style="stop-color:#E2E2E2"
+         id="stop2371" />
+      <stop
+         offset="0.3059"
+         style="stop-color:#D8D8D8"
+         id="stop2373" />
+      <stop
+         offset="0.4306"
+         style="stop-color:#C7C7C7"
+         id="stop2375" />
+      <stop
+         offset="0.5484"
+         style="stop-color:#B0B0B0"
+         id="stop2377" />
+      <stop
+         offset="0.6614"
+         style="stop-color:#919191"
+         id="stop2379" />
+      <stop
+         offset="0.7707"
+         style="stop-color:#6B6B6B"
+         id="stop2381" />
+      <stop
+         offset="0.8772"
+         style="stop-color:#3E3E3E"
+         id="stop2383" />
+      <stop
+         offset="0.9788"
+         style="stop-color:#0C0C0C"
+         id="stop2385" />
+      <stop
+         offset="1"
+         style="stop-color:#000000"
+         id="stop2387" />
+      <a:midPointStop
+         offset="0"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="0.75"
+         style="stop-color:#E5E5E5" />
+      <a:midPointStop
+         offset="1"
+         style="stop-color:#000000" />
+    </linearGradient>
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="987"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.82895768"
+     inkscape:cx="19.669539"
+     inkscape:cy="180.56803"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="g2310"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid858" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata2304">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>Part of Hotel Icons Collection</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>icon</rdf:li>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>hotel</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Gerald G.</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="g2310"
+     i:extraneous="self"
+     transform="translate(-45.840698,-264.12195)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:12.42438602;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4176"
+       width="160"
+       height="140"
+       x="45.840698"
+       y="264.12195" />
+    <path
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.41414618"
+       id="path2393"
+       i:knockout="Off"
+       d="m 54.63235,344.41953 c 0,5.05097 4.30155,9.14498 9.60743,9.14498 5.2864,0 9.58795,-4.09401 9.58795,-9.14498 0,-5.03467 -4.30155,-9.12867 -9.58795,-9.12867 -5.30588,0 -9.60743,4.094 -9.60743,9.12867 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.41414618"
+       id="path2395"
+       i:knockout="Off"
+       d="m 147.90755,302.51909 c 4.36683,-1.67707 8.70343,-1.89773 13.13111,-0.77969 4.42685,1.11804 9.85138,6.20807 13.2969,7.54678 3.39978,1.25044 5.93828,1.33871 7.02621,0.20596 1.02707,-1.16218 1.14837,-4.22208 -0.92214,-6.97305 -2.19055,-2.80982 -6.61823,-7.25257 -11.6499,-9.47394 -5.06147,-2.20666 -12.88851,-3.60421 -18.29835,-3.67777 -5.45475,-0.10298 -10.83437,1.4564 -14.03687,3.08933 -3.18824,1.64764 -3.06778,5.10474 -5.00145,6.57585 -1.99454,1.36813 -4.85077,0.19124 -6.64845,1.75062 -1.81322,1.57408 -2.99181,4.16323 -4.06462,7.54678 -1.08835,3.33942 0.42308,7.91456 -2.40251,12.37202 -2.91667,4.42804 -7.7666,9.07674 -14.79281,14.12264 -3.71708,-4.81053 -6.34666,-9.13558 -7.94834,-13.15171 -1.60125,-4.03083 -0.95235,-6.3699 -1.66211,-10.82735 -0.7555,-4.54573 -0.37775,-11.51878 -2.76515,-15.87326 -2.49275,-4.35448 -7.66083,-8.47358 -11.6499,-9.85642 -4.0344,-1.36813 -9.2625,-0.67671 -12.01254,1.7359 -2.76515,2.41262 -4.53303,8.13523 -4.26105,12.57798 0.27198,4.36919 2.5385,10.03296 5.92316,13.53419 3.39978,3.4424 10.32021,4.81053 14.23373,7.1643 3.79222,2.30964 5.69652,3.48652 8.6879,6.7671 3.00691,3.3247 6.8453,9.87154 9.23228,12.76962 2.31185,2.79511 2.90114,3.82447 4.80501,4.06026 1.87366,0.17653 3.76242,-1.14787 6.48224,-2.89808 2.67449,-1.83889 6.55779,-4.58986 9.61004,-7.73844 3.0216,-3.17759 5.8325,-6.79652 8.49188,-11.03331 l 7.20753,9.2974 c -4.50324,3.50083 -8.32568,6.92892 -11.63521,10.44487 -3.35445,3.50124 -6.92043,6.53172 -8.12924,10.44527 -1.20881,3.85431 -0.37734,6.2375 1.10304,12.76922 1.4959,6.57586 5.56052,20.56609 7.76617,26.31813 2.11584,5.59021 3.098,6.85495 5.16808,7.54637 2.07009,0.70654 6.24006,0.2505 7.20753,-3.29487 0.89191,-3.64835 -0.84617,-11.88656 -1.66169,-18.1829 -0.83106,-6.29634 -1.85939,-12.66624 -3.14291,-19.34507 l 14.97413,-11.03331 c 8.83983,12.18037 15.85051,21.71315 21.44125,29.21621 5.54499,7.35554 8.41675,11.45952 11.6499,15.09357 3.15759,3.63322 4.94059,5.82558 7.38884,6.57585 2.47806,0.67671 6.64845,0.10298 7.20753,-2.5156 0.48352,-2.67782 -0.332,-5.42798 -4.42685,-13.35766 -4.26105,-8.06208 -12.96489,-20.89014 -20.51995,-34.23227 -7.56933,-13.3879 -15.54747,-28.21667 -24.40242,-45.28152 z m -78.1344,-14.03438 c -4.24552,3.14818 -5.00145,12.75451 -0.0449,20.0365 4.94059,7.28198 13.71998,9.50335 17.96592,6.35518 4.23084,-3.14817 4.53304,-12.03366 -0.40797,-19.31565 -4.95654,-7.29669 -13.28221,-10.2242 -17.51304,-7.07603 z m 15.72963,30.15772 c 0.58929,0.0294 1.31458,-0.0441 2.00964,-0.27951 0.71018,-0.2648 1.58657,-0.48547 2.28205,-1.11804 0.66485,-0.63258 1.25372,-1.48582 1.76746,-2.61858 -0.13599,1.00036 0,2.19196 0.28752,3.73662 0.28709,1.48582 0.78572,3.25115 1.49548,5.29599 -1.0426,-1.04449 -2.19097,-1.95658 -3.50555,-2.79511 -1.3448,-0.85324 -2.73451,-1.57408 -4.3366,-2.22137 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill:#7f7f7f;fill-rule:evenodd;stroke-width:0.41414618"
+       id="path2397"
+       i:knockout="Off"
+       d="m 110.38914,285.68961 c 0,6.51701 5.04678,11.79829 11.27214,11.79829 6.22537,0 11.27173,-5.28128 11.27173,-11.79829 0,-6.51701 -5.04636,-11.79829 -11.27173,-11.79829 -6.22494,0 -11.27214,5.28128 -11.27214,11.79829 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill:#160379;fill-rule:evenodd;stroke-width:0.41414618"
+       id="path2399"
+       i:knockout="Off"
+       d="m 145.52015,301.26864 c 4.33661,-1.67706 8.6879,-1.89773 13.11558,-0.77968 4.4726,1.11804 9.82158,6.20807 13.31244,7.54678 3.44468,1.26515 5.92274,1.30929 7.0262,0.19124 1.02707,-1.16217 1.14753,-4.22208 -0.92214,-6.95834 -2.19054,-2.7951 -6.61823,-7.28198 -11.6499,-9.48864 -5.0623,-2.22138 -12.8885,-3.5748 -18.29835,-3.66306 -5.44006,-0.10298 -10.87928,1.45639 -14.0524,3.08932 -3.21846,1.64765 -3.03714,5.10475 -4.98592,6.57586 -1.97985,1.33871 -4.88099,0.17653 -6.66356,1.7359 -1.81322,1.52996 -2.99222,4.17795 -4.06462,7.54679 -1.08835,3.35413 0.42308,7.89985 -2.40293,12.38673 -2.94647,4.47217 -7.73638,9.04731 -14.77769,14.12304 -3.74731,-4.81052 -6.30134,-9.13558 -7.94834,-13.15211 -1.58615,-4.06026 -0.99685,-6.3699 -1.67723,-10.84207 -0.75508,-4.50159 -0.37733,-11.54819 -2.76515,-15.85854 -2.49275,-4.33977 -7.66083,-8.503 -11.6499,-9.87114 -4.03398,-1.3387 -9.26208,-0.67671 -12.01212,1.75062 -2.78068,2.41262 -4.4877,8.14994 -4.24636,12.56327 0.28751,4.35448 2.5087,10.06237 5.90806,13.5489 3.40019,3.44239 10.3202,4.81052 14.23372,7.1643 3.79306,2.30964 5.69652,3.48652 8.68832,6.76709 3.00691,3.32471 6.82977,9.87114 9.24739,12.76922 2.31185,2.79511 2.90114,3.82447 4.80502,4.06026 1.90387,0.17653 3.7322,-1.14787 6.46671,-2.89808 2.67491,-1.83889 6.55821,-4.58986 9.61003,-7.73803 3.03713,-3.1776 5.81781,-6.79652 8.50657,-11.03331 l 7.20837,9.28269 c -4.50324,3.51595 -8.32567,6.94322 -11.65074,10.45999 -3.39936,3.50042 -6.9049,6.5309 -8.12882,10.44445 -1.20923,3.85431 -0.37775,6.2375 1.10262,12.76922 1.4959,6.57585 5.56052,20.56609 7.76702,26.30382 2.14521,5.61963 3.11268,6.81123 5.18277,7.54638 2.07008,0.69183 6.24005,0.27951 7.20752,-3.28016 0.89108,-3.61852 -0.84617,-11.91598 -1.66253,-18.1972 -0.83064,-6.34129 -1.85855,-12.63764 -3.14207,-19.34589 l 14.97413,-11.01819 c 8.83899,12.15135 15.85051,21.75769 21.44125,29.2162 5.5303,7.38497 8.40122,11.43092 11.63437,15.07886 3.15843,3.63323 4.9259,5.82559 7.40438,6.57585 2.47805,0.66159 6.64845,0.1324 7.20752,-2.50129 0.43861,-2.67701 -0.30262,-5.42798 -4.44237,-13.35766 -4.26106,-8.04655 -12.9649,-20.91875 -20.51996,-34.2478 -7.59955,-13.37156 -15.51683,-28.21544 -24.38689,-45.26559 z M 67.37064,287.23427 c -4.23083,3.14817 -4.98634,12.7398 -0.0453,20.03649 4.95654,7.28199 13.73551,9.50336 17.96635,6.35519 4.23083,-3.14817 4.54814,-12.03366 -0.4084,-19.33036 -4.941,-7.28198 -13.28179,-10.20949 -17.51262,-7.06132 z m 15.72963,30.15772 c 0.58929,0 1.315,-0.0441 2.01006,-0.29422 0.70976,-0.2648 1.58615,-0.50018 2.28163,-1.10334 0.67996,-0.63257 1.25414,-1.48581 1.783,-2.61857 -0.12089,0.97093 -0.0302,2.19195 0.27198,3.72191 0.28709,1.54466 0.77061,3.22172 1.51101,5.3107 -1.0426,-1.04449 -2.19139,-1.95658 -3.50555,-2.79511 -1.32969,-0.85324 -2.78068,-1.57409 -4.35213,-2.22137 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill:#160379;fill-rule:evenodd;stroke-width:0.41414618"
+       id="path2401"
+       i:knockout="Off"
+       d="m 107.98705,284.43917 c 0,6.51701 5.04636,11.79828 11.28725,11.79828 6.22579,0 11.27215,-5.28127 11.27215,-11.79828 0,-6.53172 -5.04636,-11.813 -11.27215,-11.813 -6.24089,0 -11.28725,5.28128 -11.28725,11.813 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="clip-rule:evenodd;fill:#160379;fill-rule:evenodd;stroke-width:0.41414618"
+       id="path2403"
+       i:knockout="Off"
+       d="m 52.62317,342.92511 c 0,5.05098 4.30155,9.14592 9.60743,9.14592 5.28693,0 9.58848,-4.09494 9.58848,-9.14592 0,-5.05097 -4.30155,-9.14498 -9.58848,-9.14498 -5.30588,0 -9.60743,4.09448 -9.60743,9.14498 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/track.svg
===================================================================
--- /trunk/resources/images/presets/sport/track.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/track.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="track.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="9.1065878"
+     inkscape:cy="8.7107353"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#13cc00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.60000002;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4147"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#cc4300;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4145"
+       width="12"
+       height="5.0000644"
+       x="2"
+       y="1045.3622"
+       ry="2.5000322" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#999999;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4149"
+       width="1"
+       height="2"
+       x="5"
+       y="1044.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4151"
+       width="1"
+       height="6"
+       x="5"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4153"
+       width="5"
+       height="3.0000174"
+       x="6"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4155"
+       width="1"
+       height="1"
+       x="6"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4157"
+       width="1"
+       height="1.0000174"
+       x="6"
+       y="1039.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4159"
+       width="1"
+       height="1"
+       x="7"
+       y="1038.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4161"
+       width="1"
+       height="1"
+       x="8"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4163"
+       width="1"
+       height="1"
+       x="8"
+       y="1039.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4165"
+       width="1"
+       height="1"
+       x="9"
+       y="1038.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4167"
+       width="1"
+       height="1"
+       x="10"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4169"
+       width="1"
+       height="1"
+       x="10"
+       y="1039.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/sport/volleyball.svg
===================================================================
--- /trunk/resources/images/presets/sport/volleyball.svg	(revision 16006)
+++ /trunk/resources/images/presets/sport/volleyball.svg	(revision 16006)
@@ -0,0 +1,264 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="62.275997mm"
+   id="svg1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="volleyball2.svg"
+   sodipodi:version="0.32"
+   width="61.547817mm"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>Volley Ball </dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>sports</rdf:li>
+            <rdf:li>ball</rdf:li>
+            <rdf:li>volley</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent
+             rdf:about="http://www.web3king.com">
+            <dc:title>Angelo Gelmi</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent
+             rdf:about="http://www.web3king.com">
+            <dc:title>Angelo Gelmi</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient1879">
+      <stop
+         id="stop1880"
+         offset="0.0000000"
+         style="stop-color:#002723;stop-opacity:1.0000000;" />
+      <stop
+         id="stop1883"
+         offset="0.98"
+         style="stop-color:#000000;stop-opacity:0.49803922;" />
+      <stop
+         id="stop1881"
+         offset="1.0000000"
+         style="stop-color:#ffffff;stop-opacity:0.0000000;" />
+    </linearGradient>
+    <radialGradient
+       cx="9.9854059"
+       cy="583.80896"
+       fx="9.9854059"
+       fy="583.80896"
+       gradientTransform="scale(1.056609,0.946424)"
+       gradientUnits="userSpaceOnUse"
+       id="radialGradient3225"
+       inkscape:collect="always"
+       r="84.549843"
+       xlink:href="#linearGradient1879" />
+  </defs>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer2"
+     inkscape:cx="424.04216"
+     inkscape:cy="291.81325"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="761"
+     inkscape:window-width="1270"
+     inkscape:window-x="0"
+     inkscape:window-y="6"
+     inkscape:zoom="0.66505983"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <g
+     id="layer7"
+     inkscape:groupmode="layer"
+     inkscape:label="Label"
+     transform="translate(-26.284746,-15.895337)" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1"
+     style="display:block"
+     transform="translate(-26.284746,-15.895337)" />
+  <g
+     id="layer6"
+     inkscape:groupmode="layer"
+     inkscape:label="Destra"
+     transform="translate(-26.284746,-15.895337)">
+    <path
+       d="M 226.48338,72.187212 C 272.53187,166.16372 200.63984,213.15197 190.30242,218.79056 206.27843,169.92278 226.48338,72.187212 226.48338,72.187212 Z"
+       id="path3155"
+       sodipodi:nodetypes="ccc"
+       style="fill:#368c00;fill-opacity:1;fill-rule:evenodd;stroke:#e8e9e8;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="layer4"
+     inkscape:groupmode="layer"
+     inkscape:label="Sinistra"
+     style="display:block"
+     transform="translate(-26.284746,-15.895337)">
+    <path
+       d="M 84.721722,154.79587 C 76.077662,69.075612 123.98016,40.622242 123.98016,40.622242 121.45897,17.571422 108.49289,20.812942 108.49289,20.812942 14.488732,75.198482 54.107342,173.1645 54.107342,173.1645 l 1.44068,0.36016 c 27.01268,-13.32625 29.1737,-18.72879 29.1737,-18.72879 z"
+       id="path3141"
+       sodipodi:nodetypes="cccccc"
+       style="fill:#b32000;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 53.387002,175.32551 c -9.72457,4.6822 -15.1271,2.52118 -15.1271,2.52118 C -7.1214178,67.274762 102.49634,22.504082 102.49634,22.504082 c 9.72457,-2.88136 6.35671,-1.33097 6.35671,-1.33097 C 13.768402,74.117972 54.107342,177.84669 53.387002,175.32551 Z"
+       id="path3149"
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 39.700582,179.64754 c 24.85166,-6.8432 45.02114,-24.85167 45.02114,-24.85167 37.817758,15.1271 40.338948,18.72879 48.622838,22.33048 -31.33472,38.17794 -44.660978,36.3771 -58.347408,38.53811 -20.88981,-7.20339 -35.29657,-36.01692 -35.29657,-36.01692 z"
+       id="path3151"
+       sodipodi:nodetypes="ccccc"
+       style="fill:#b32000;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 75.717492,216.3848 c 34.936408,-4.6822 52.944858,-41.05929 57.627058,-39.97878 36.01692,15.48727 30.61438,14.0466 30.61438,14.0466 l 0,0 C 130.10303,244.83816 121.0988,233.31275 121.0988,233.31275 94.446282,230.79156 75.717492,216.3848 75.717492,216.3848 Z"
+       id="path3152"
+       sodipodi:nodetypes="cccccc"
+       style="fill:#ffeeff;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 165.39961,189.73228 c 33.8559,14.76693 28.81353,10.4449 31.69489,13.68643 -4.32203,35.29657 -75.9957,29.53387 -75.9957,29.53387 39.25844,-30.61438 44.30081,-43.2203 44.30081,-43.2203 z"
+       id="path3153"
+       sodipodi:nodetypes="cccc"
+       style="fill:#368c00;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="layer5"
+     inkscape:groupmode="layer"
+     inkscape:label="Sotto"
+     transform="translate(-26.284746,-15.895337)" />
+  <g
+     id="layer3"
+     inkscape:groupmode="layer"
+     inkscape:label="Sopra"
+     transform="translate(-26.284746,-15.895337)">
+    <path
+       d="m 124.02119,40.076292 c -4.34141,-22.7089 -11.30202,-19.24169 -10.30016,-20.24356 40.74243,-3.6735 48.42338,3.00559 48.42338,3.00559 0,0 1.65781,2.8842 1.77463,2.85514 12.69027,22.70889 4.90446,23.86121 4.90446,23.86121 -41.41034,-11.0205 -39.0396,-7.13728 -44.80231,-9.47838 z"
+       id="path2515"
+       sodipodi:nodetypes="cccccc"
+       style="fill:#368c00;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 169.0013,49.266302 c 9.00423,-6.66312 -7.92372,-27.19277 -7.92372,-27.19277 38.71819,9.54448 40.69911,22.87074 40.69911,22.87074 -0.36016,18.90889 -1.44067,18.36863 -1.44067,18.36863 -26.65252,-13.68643 -31.33472,-14.0466 -31.33472,-14.0466 z"
+       id="path2516"
+       sodipodi:nodetypes="ccccc"
+       style="fill:#fffbff;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 200.69619,63.492992 c 1.26059,-24.49151 1.26059,-21.97032 1.26059,-19.44914 23.23091,11.88559 28.81353,40.69912 28.09319,44.30081 -27.55294,-22.51058 -29.35378,-24.85167 -29.35378,-24.85167 z"
+       id="path2517"
+       sodipodi:nodetypes="cccc"
+       style="fill:#b40000;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="layer2"
+     inkscape:groupmode="layer"
+     inkscape:label="Ricalco"
+     style="display:block"
+     transform="translate(-26.284746,-15.895337)">
+    <path
+       d="m 85.507402,155.03068 c -2.66612,-22.94676 -0.69232,-46.15502 0.46156,-47.53967 107.464768,43.37467 132.434938,61.27747 134.772618,64.61701 l 0.77108,-0.20636 c -15.23115,34.15471 -28.46409,29.28402 -28.46409,29.28402 l -2.07698,-0.92311 C 106.04638,165.41554 90.815232,158.95385 85.507402,155.03068 Z"
+       id="path1888"
+       sodipodi:nodetypes="ccccccc"
+       style="fill:#fdffff;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 85.839562,106.49455 c 1.93023,-15.811428 10.22915,-30.158168 10.22915,-30.158168 110.772018,13.38496 138.152768,59.617558 137.784898,60.555068 1.38131,7.99842 -0.57315,13.00609 -2.73985,20.00268 -2.1667,6.99659 -5.00819,11.97346 -9.70967,15.50609 -4.75189,3.57051 -132.564448,-63.13637 -135.564528,-65.90567 z"
+       id="path2510"
+       sodipodi:nodetypes="ccczzc"
+       style="fill:#fdffff;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 95.864272,76.752582 c 15.657248,-26.84315 27.745428,-35.18447 27.745428,-35.18447 87.69451,10.15411 106.36288,47.69168 106.36288,47.69168 l -0.23077,-0.23078 c 9.92332,34.154698 5.02102,51.260068 3.86714,47.336898 C 195.98026,86.837162 104.09393,77.658212 95.864272,76.752582 Z"
+       id="path2511"
+       sodipodi:nodetypes="cccccc"
+       style="fill:#fdffff;fill-opacity:1;fill-rule:evenodd;stroke:#b8b8b8;stroke-width:1.875;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       d="M 151.31393,525.9871 A 101.38071,90.646278 0 0 1 154.28805,654.10819 101.38071,90.646278 0 0 1 10.996815,656.85635 101.38071,90.646278 0 0 1 7.8237284,528.73908 101.38071,90.646278 0 0 1 151.11055,525.81302"
+       id="path1245"
+       sodipodi:cx="81.104561"
+       sodipodi:cy="591.37817"
+       sodipodi:end="5.4746047"
+       sodipodi:open="true"
+       sodipodi:rx="101.38071"
+       sodipodi:ry="90.646278"
+       sodipodi:start="5.4773818"
+       sodipodi:type="arc"
+       style="display:block;opacity:0.13419908;fill:url(#radialGradient3225);fill-opacity:1;stroke:#000000;stroke-width:3.0625;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:0"
+       transform="matrix(1.06008,0,0,1.196668,49.34885,-581.4565)" />
+    <text
+       id="text3158"
+       sodipodi:linespacing="100%"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;line-height:100%;font-family:'Arial Black';letter-spacing:0;writing-mode:lr-tb;text-anchor:start;display:block;visibility:visible;opacity:0.76623374;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+       xml:space="preserve"><textPath
+         id="textPath3175"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;font-family:'Arial Black';writing-mode:lr-tb;text-anchor:start;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+         xlink:href="#path3168"><tspan
+   id="tspan3159"
+   style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20px;font-family:'Arial Black';writing-mode:lr-tb;text-anchor:start;stroke-dashoffset:0;marker:none;marker-start:none;marker-mid:none;marker-end:none">Volley-Ball</tspan></textPath></text>
+    <path
+       d="m 105.25369,104.13923 c 92.09697,31.95201 116.53087,58.26543 116.53087,58.26543"
+       id="path3168"
+       sodipodi:nodetypes="cc"
+       style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:0.25pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/telecom/connection_point.svg
===================================================================
--- /trunk/resources/images/presets/telecom/connection_point.svg	(revision 16006)
+++ /trunk/resources/images/presets/telecom/connection_point.svg	(revision 16006)
@@ -0,0 +1,57 @@
+<svg height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <path id="a" d="m14.5 2v12.8h-12.8v-12.8z"/>
+        <path id="b" d="m15.5.5v16.72h-15v-16.72z"/>
+        <path id="c" d="m5.7 3.7v2h-2v-2z"/>
+        <path id="d" d="m5.7 3v2.5h-2.7v-2.5z"/>
+        <path id="e" d="m5.7 7.2v2h-2v-2z"/>
+        <path id="f" d="m5.7 7.25v2.5h-2.7v-2.5z"/>
+        <path id="g" d="m5.7 11.2v2h-2v-2z"/>
+        <path id="h" d="m5.7 11.5v2.5h-2.7v-2.5z"/>
+        <path id="i" d="m12.5 3.7v2h-2.1v-2z"/>
+        <path id="j" d="m13 3v2.5h-2.5v-2.5z"/>
+        <path id="k" d="m12.5 7.2v2h-2.1v-2z"/>
+        <path id="l" d="m13 7.2v2.5h-2.5v-2.5z"/>
+        <path id="m" d="m12.5 11.1v2.1h-2.1v-2.1z"/>
+        <path id="n" d="m13 11.5v2.5h-2.6v-2.5z"/>
+        <path id="o" d="m10.9 4.76c-.93.49-2.78 1.48-5.54 2.97"/>
+        <path id="p" d="m10.93 9-5.63 3"/>
+        <path id="q" d="m5.26 5.26 5.62 6.63z"/>
+    </defs>
+    <use fill="#21bd00" xlink:href="#a"/>
+    <use fill="none" xlink:href="#a"/>
+    <use fill="#232323" xlink:href="#b"/>
+    <use fill="none" stroke="#21bd00" stroke-width="2" xlink:href="#b"/>
+    <use fill="#232323" xlink:href="#c"/>
+    <use fill="none" xlink:href="#c"/>
+    <use fill="#21bd00" xlink:href="#d"/>
+    <use fill="none" xlink:href="#d"/>
+    <use fill="#232323" xlink:href="#e"/>
+    <use fill="none" xlink:href="#e"/>
+    <use fill="#21bd00" xlink:href="#f"/>
+    <use fill="none" xlink:href="#f"/>
+    <use fill="#232323" xlink:href="#g"/>
+    <use fill="none" xlink:href="#g"/>
+    <use fill="#21bd00" xlink:href="#h"/>
+    <use fill="none" xlink:href="#h"/>
+    <use fill="#232323" xlink:href="#i"/>
+    <use fill="none" xlink:href="#i"/>
+    <use fill="#21bd00" xlink:href="#j"/>
+    <use fill="none" xlink:href="#j"/>
+    <use fill="#232323" xlink:href="#k"/>
+    <use fill="none" xlink:href="#k"/>
+    <use fill="#21bd00" xlink:href="#l"/>
+    <use fill="none" xlink:href="#l"/>
+    <use fill="#232323" xlink:href="#m"/>
+    <use fill="none" xlink:href="#m"/>
+    <use fill="#21bd00" xlink:href="#n"/>
+    <g fill="none">
+        <use xlink:href="#n"/>
+        <use xlink:href="#o"/>
+        <use stroke="#fff900" stroke-width="1.5" xlink:href="#o"/>
+        <use xlink:href="#p"/>
+        <use stroke="#bf002a" stroke-width="1.5" xlink:href="#p"/>
+        <use xlink:href="#q"/>
+        <use stroke="#00baff" stroke-width="1.5" xlink:href="#q"/>
+    </g>
+</svg>
Index: /trunk/resources/images/presets/telecom/exchange.svg
===================================================================
--- /trunk/resources/images/presets/telecom/exchange.svg	(revision 16006)
+++ /trunk/resources/images/presets/telecom/exchange.svg	(revision 16006)
@@ -0,0 +1,23 @@
+<svg height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <path id="a" d="m.5.5h15v15h-15z"/>
+    </defs>
+    <use fill="#232323" xlink:href="#a"/>
+    <g fill="none" stroke-width="2">
+        <g stroke="#21bd00">
+            <use xlink:href="#a"/>
+            <path d="m3.5 8.5v-5"/>
+            <path d="m8.5 3.5h-6"/>
+            <path d="m7 12.5h5.5"/>
+            <path d="m12.5 7.5v6"/>
+        </g>
+        <path d="m12.5 3.5-9 9" stroke="#fff"/>
+        <path d="m12.5 12.5-9-9" stroke="#21bd00"/>
+        <g stroke="#fff">
+            <path d="m13.5 3.5h-5"/>
+            <path d="m12.5 7.5v-3.93"/>
+            <path d="m3.5 8.5v4"/>
+            <path d="m2.5 12.5h4.5"/>
+        </g>
+    </g>
+</svg>
Index: /trunk/resources/images/presets/telecom/service_device.svg
===================================================================
--- /trunk/resources/images/presets/telecom/service_device.svg	(revision 16006)
+++ /trunk/resources/images/presets/telecom/service_device.svg	(revision 16006)
@@ -0,0 +1,33 @@
+<svg height="16" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <defs>
+        <path id="a" d="m15.53.53-.08 16.88-14.99-.07.07-16.87z"/>
+        <path id="b" d="m11.2 3.5v10.4h-2.4v-10.4z"/>
+        <path id="c" d="m9.39 6.3v4.8h-4.59v-4.8z"/>
+        <path id="d" d="m5 10.5h4.5v3.41z"/>
+        <path id="e" d="m5 7h4.5v-3.5z"/>
+        <path id="f" d="m14.5 5h-3.3"/>
+        <path id="g" d="m1.5 8.5h3.36"/>
+        <path id="h" d="m14.5 12.5h-3.3"/>
+        <path id="i" d="m14.5 8.84h-3.3"/>
+    </defs>
+    <use fill="#232323" xlink:href="#a"/>
+    <use fill="none" stroke="#21bd00" stroke-width="2" xlink:href="#a"/>
+    <use fill="#dbdbdb" xlink:href="#b"/>
+    <use fill="none" xlink:href="#b"/>
+    <use fill="#dbdbdb" xlink:href="#c"/>
+    <use fill="none" xlink:href="#c"/>
+    <use fill="#dbdbdb" xlink:href="#d"/>
+    <use fill="none" xlink:href="#d"/>
+    <use fill="#dbdbdb" xlink:href="#e"/>
+    <g fill="none">
+        <use xlink:href="#e"/>
+        <use xlink:href="#f"/>
+        <use stroke="#00a8ff" stroke-width="1.5" xlink:href="#f"/>
+        <use xlink:href="#g"/>
+        <use stroke="#ffd500" stroke-width="1.5" xlink:href="#g"/>
+        <use xlink:href="#h"/>
+        <use stroke="#00a8ff" stroke-width="1.5" xlink:href="#h"/>
+        <use xlink:href="#i"/>
+        <use stroke="#00a8ff" stroke-width="1.5" xlink:href="#i"/>
+    </g>
+</svg>
Index: /trunk/resources/images/presets/telecom/telecom.svg
===================================================================
--- /trunk/resources/images/presets/telecom/telecom.svg	(revision 16006)
+++ /trunk/resources/images/presets/telecom/telecom.svg	(revision 16006)
@@ -0,0 +1,18 @@
+<svg height="48" width="48" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <linearGradient id="a">
+        <stop offset="0" stop-color="#21bd00"/>
+        <stop offset="1" stop-color="#21bd00" stop-opacity="0"/>
+    </linearGradient>
+    <radialGradient id="b" cx="23.917822" cy="16.079293" gradientUnits="userSpaceOnUse" r="15.475495" xlink:href="#a"/>
+    <radialGradient id="c" cx="23.917484" cy=".765856" gradientUnits="userSpaceOnUse" r="30.255927" xlink:href="#a"/>
+    <radialGradient id="d" cx="30.203562" cy="44.565483" gradientTransform="matrix(2.1364694 0 0 .7231137 -40.175173 10.667484)" gradientUnits="userSpaceOnUse" r="6.565991">
+        <stop offset="0"/>
+        <stop offset="1" stop-opacity="0"/>
+    </radialGradient>
+    <path d="m17.717263 44.370763 6.261973-19.890973 7.244242 19.890973" fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="1.36277"/>
+    <circle cx="23.917843" cy="23.841965" fill="#21bd00" fill-rule="evenodd" r="3.130986"/>
+    <circle cx="23.917818" cy="23.841957" fill="none" r="10.822318" stroke="url(#b)" stroke-miterlimit="10" stroke-width="3.835049"/>
+    <circle cx="23.917477" cy="23.841944" fill="none" r="21.158566" stroke="url(#c)" stroke-miterlimit="10" stroke-width="3.835048"/>
+    <ellipse cx="24.353813" cy="42.893356" fill="url(#d)" fill-rule="evenodd" opacity=".176471" rx="14.028039" ry="4.747952"/>
+    <path d="m22.605796 30.220022 3.962204 1.165353-5.82677 3.962205 7.924406 2.097635-9.788972 3.962205 11.653539 1.165355" fill="none" stroke="#000" stroke-linejoin="bevel" stroke-miterlimit="10" stroke-width="1.36277"/>
+</svg>
Index: /trunk/resources/images/presets/telecom/telecom_cabinet.svg
===================================================================
--- /trunk/resources/images/presets/telecom/telecom_cabinet.svg	(revision 16006)
+++ /trunk/resources/images/presets/telecom/telecom_cabinet.svg	(revision 16006)
@@ -0,0 +1,10 @@
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg">
+    <g transform="translate(0 -1036.3621)">
+        <path d="m0 1036.3621h16v16h-16z" fill="#21bd00"/>
+        <path d="m4.500001 1040.8621h7.000001v10.99992h-7.000001z" fill="#808080" stroke="#333"/>
+        <path d="m.00000191 1051.8621h16.00000009" fill="none" stroke="#c87137"/>
+        <text fill="#fff" font-family="sans-serif" font-size="8" letter-spacing="0" word-spacing="0" x="5.556641" y="1049.1941">
+            <tspan x="5.556641" y="1049.1941">T</tspan>
+        </text>
+    </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/cable_car.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/cable_car.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/cable_car.svg	(revision 16006)
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="261.78574"
+   height="300.53571"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.0 r9654"
+   version="1.0"
+   sodipodi:docname="cable_car.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\cable_car20.png"
+   inkscape:export-xdpi="6.1462359"
+   inkscape:export-ydpi="6.1462359">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="-286.23304"
+     inkscape:cy="283.63827"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="0"
+     inkscape:window-y="29"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-236.24999,-305.75504)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:15;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 239.27376,430.23127 L 495.01195,308.77881"
+       id="path2383" />
+    <path
+       id="path3161"
+       d="M 391.42857,358.07647 L 391.42857,503.79075"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none"
+       id="rect3195"
+       width="204.28572"
+       height="160"
+       x="287.67859"
+       y="434.86218"
+       ry="43.333332" />
+    <rect
+       ry="32.85714"
+       y="449.86215"
+       x="431.96426"
+       height="91.428566"
+       width="51.428566"
+       id="rect2989"
+       style="fill:#ffffff;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none" />
+    <rect
+       style="fill:#ffffff;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none"
+       id="rect2991"
+       width="68.571419"
+       height="131.42856"
+       x="356.25003"
+       y="449.86215"
+       ry="47.23214" />
+    <rect
+       style="fill:#ffffff;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none"
+       id="rect2993"
+       width="51.428566"
+       height="91.428566"
+       x="296.24997"
+       y="449.86215"
+       ry="32.85714" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/chair_lift.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/chair_lift.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/chair_lift.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="262.17303"
+   height="283.27737"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="chair_lift2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\chair_lift.png"
+   inkscape:export-xdpi="5.3187914"
+   inkscape:export-ydpi="5.3187914">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4"
+     inkscape:cx="16.648997"
+     inkscape:cy="128.35555"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-236.05633,-302.00399)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:15;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 239.27376,430.23127 495.01195,308.77881"
+       id="path2383"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3161"
+       d="m 374.28571,367.36557 0,104.27894"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:4.22977495;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#d40000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 409.10714,403.4336 0,68.57143 -62.85714,104.28572 0,-58.57144 62.85714,-114.28571 z"
+       id="path3275"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#d40000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 409.56325,470.57211 52.40537,-1.42855 -63.36064,108.58011 -52.36234,0 63.31761,-107.15156 z"
+       id="path3277"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/drag_lift.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/drag_lift.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/drag_lift.svg	(revision 16006)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="261.78574"
+   height="300.53571"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="drag_lift.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\drag_lift.png"
+   inkscape:export-xdpi="4.771409"
+   inkscape:export-ydpi="4.771409">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="-402.14281"
+     inkscape:cy="283.63827"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="0"
+     inkscape:window-y="29" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-236.24999,-305.75504)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:15;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 239.27376,430.23127 L 495.01195,308.77881"
+       id="path2383" />
+    <path
+       id="path3161"
+       d="M 430,340.93361 L 430,486.64789"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6.22645569;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 465.63677,424.04683 C 463.34431,430.94948 396.86322,541.3918 396.86322,541.3918"
+       id="path3247" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 304.28572,399.50504 L 304.28572,545.21932"
+       id="path3249" />
+    <path
+       id="path3251"
+       d="M 339.92249,482.61826 C 337.63003,489.52091 271.14894,599.96323 271.14894,599.96323"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6.22645569;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/gondola.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/gondola.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/gondola.svg	(revision 16006)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="261.78574"
+   height="300.53571"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.0 r9654"
+   version="1.0"
+   sodipodi:docname="cable_car.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\cable_car.png"
+   inkscape:export-xdpi="4.9049101"
+   inkscape:export-ydpi="4.9049101">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="-402.14281"
+     inkscape:cy="283.63827"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="0"
+     inkscape:window-y="29"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-236.24999,-305.75504)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:15;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 239.27376,430.23127 L 495.01195,308.77881"
+       id="path2383" />
+    <path
+       id="path3161"
+       d="M 391.42857,358.07647 L 391.42857,503.79075"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none"
+       id="rect3195"
+       width="134.28572"
+       height="160"
+       x="324.82144"
+       y="434.86218"
+       ry="43.333332" />
+    <rect
+       style="fill:#ffffff;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none"
+       id="rect3199"
+       width="114.28571"
+       height="91.428566"
+       x="334.82141"
+       y="446.29074"
+       ry="32.85714" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/goods.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/goods.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/goods.svg	(revision 16006)
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="261.78574"
+   height="300.53571"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.0 r9654"
+   version="1.0"
+   sodipodi:docname="goods.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\goods20.png"
+   inkscape:export-xdpi="6.8661346"
+   inkscape:export-ydpi="6.8661346">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.7"
+     inkscape:cx="-402.14281"
+     inkscape:cy="283.63827"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="0"
+     inkscape:window-y="29"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-236.24999,-305.75504)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:15;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 239.27376,430.23127 L 495.01195,308.77881"
+       id="path2383" />
+    <path
+       id="path3161"
+       d="M 391.42857,358.07647 L 391.42857,503.79075"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="fill:#000000;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none"
+       id="rect3195"
+       width="134.28572"
+       height="68.571426"
+       x="323.39288"
+       y="462.00504"
+       ry="18.571428" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/magic_carpet.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/magic_carpet.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/magic_carpet.svg	(revision 16006)
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="magic_carpet.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="1.3656622"
+     inkscape:cy="7.3365181"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4147"
+       originx="0"
+       originy="-2.9999632" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1033.3623)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:6.39170599;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M -1.324965,1048.2043 18.21529,1031.2968"
+       id="path4221"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223"
+       cx="2.5"
+       cy="1044.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-2"
+       cx="5.5"
+       cy="1041.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-1"
+       cx="11.5"
+       cy="1035.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-6"
+       cx="10.5"
+       cy="1039.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-7"
+       cx="7.5"
+       cy="1038.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0"
+       cx="6.5"
+       cy="1043.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-14"
+       cx="-0.5"
+       cy="1045.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-09"
+       cx="2.5"
+       cy="1047.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-8"
+       cx="15.5"
+       cy="1035.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-5"
+       cx="8.5"
+       cy="1041.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-1"
+       cx="2.5"
+       cy="1042.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-4"
+       cx="4.5"
+       cy="1045.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-12"
+       cx="0.5"
+       cy="1047.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-43"
+       cx="6.5"
+       cy="1040.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-7"
+       cx="9.5"
+       cy="1037.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-79"
+       cx="12.5"
+       cy="1037.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-435"
+       cx="12.5"
+       cy="1033.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-9"
+       cx="14.5"
+       cy="1033.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-3"
+       cx="13.5"
+       cy="1035.8623"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4223-0-18"
+       cx="4.5"
+       cy="1040.8623"
+       r="0.5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/mixed_lift.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/mixed_lift.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/mixed_lift.svg	(revision 16006)
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="262.17303"
+   height="283.27737"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="mixed_lift2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\chair_lift.png"
+   inkscape:export-xdpi="5.3187914"
+   inkscape:export-ydpi="5.3187914">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.979899"
+     inkscape:cx="-23.92341"
+     inkscape:cy="113.68746"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-236.05633,-302.00399)">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:15;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 239.27376,430.23127 495.01195,308.77881"
+       id="path2383"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path3161"
+       d="m 270.65901,414.87932 0,63.71655"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:3.18858266;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#d40000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.73582315;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 303.0446,412.79986 0,66.14377 -58.46013,100.59366 0,-56.49781 58.46013,-110.23962 z"
+       id="path3275"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#d40000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.73582315;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 303.4688,477.56144 48.73949,-1.37797 -58.92841,104.73601 -48.69946,0 58.88838,-103.35804 z"
+       id="path3277"
+       sodipodi:nodetypes="ccccc"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g4148"
+       transform="translate(297.64794,-33.780638)">
+      <path
+         style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         d="m 131.94917,381.17422 0,145.71428"
+         id="path3161-1"
+         inkscape:connector-curvature="0" />
+      <rect
+         ry="43.333332"
+         y="457.95993"
+         x="65.342041"
+         height="160"
+         width="134.28572"
+         id="rect3195"
+         style="fill:#000000;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none" />
+      <rect
+         ry="32.85714"
+         y="469.38849"
+         x="75.34201"
+         height="91.428566"
+         width="114.28571"
+         id="rect3199"
+         style="fill:#ffffff;stroke-width:15;stroke-miterlimit:4;stroke-dasharray:none" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/pylon.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/pylon.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/pylon.svg	(revision 16006)
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="01.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="11.904794"
+     inkscape:cy="9.3808906"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-350px"
+       originy="-520px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-350,-516.36218)">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect2987"
+       width="16"
+       height="16"
+       x="350"
+       y="516.36218" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect2989"
+       width="2"
+       height="16"
+       x="357"
+       y="516.36218" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect2991"
+       width="16"
+       height="2"
+       x="350"
+       y="521.36218" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 355,521.36218 c -2,-3 -2,-3 -2,-3"
+       id="path2997"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect2999"
+       width="14"
+       height="1"
+       x="351"
+       y="517.36218" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:square;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 361,521.36218 c 2,-3 2,-3 2,-3"
+       id="path3769"
+       inkscape:connector-curvature="0" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="path3827"
+       sodipodi:cx="363"
+       sodipodi:cy="523.36218"
+       sodipodi:rx="1"
+       sodipodi:ry="1"
+       d="m 364,523.36218 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
+       transform="translate(0,1)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="path3829"
+       sodipodi:cx="353"
+       sodipodi:cy="523.36218"
+       sodipodi:rx="1"
+       sodipodi:ry="1"
+       d="m 354,523.36218 a 1,1 0 1 1 -2,0 1,1 0 1 1 2,0 z"
+       transform="translate(0,1)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/station.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/station.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/station.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   version="1.0"
+   sodipodi:docname="station2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\station.png"
+   inkscape:export-xdpi="4.0582428"
+   inkscape:export-ydpi="4.0582428">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="9.8525902"
+     inkscape:cy="9.0292025"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4138"
+       originx="5.2587891e-006"
+       originy="-2.5634766e-005" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-236.24998,-590.29071)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4137"
+       width="16"
+       height="16"
+       x="236.24998"
+       y="590.29071" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 238.72394,599.87756 15.06494,-7.67446"
+       id="path2383"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#d45500;fill-opacity:1;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none"
+       id="rect3299"
+       width="5"
+       height="13"
+       x="236.24998"
+       y="593.29071" />
+    <rect
+       style="fill:#552200;fill-opacity:1;stroke-width:5;stroke-miterlimit:4;stroke-dasharray:none"
+       id="rect3301"
+       width="8"
+       height="2"
+       x="236.24998"
+       y="591.29077" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/aerialway/zip_line.svg
===================================================================
--- /trunk/resources/images/presets/transport/aerialway/zip_line.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/aerialway/zip_line.svg	(revision 16006)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="zip_line5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="48.59375"
+     inkscape:cx="5.1618791"
+     inkscape:cy="11.549778"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.5999999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect4590"
+       width="16"
+       height="16"
+       x="0"
+       y="1037.3622"
+       ry="0.60000002" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m -0.83536977,1038.3133 c 18.99999977,5 18.99999977,5 18.99999977,5"
+       id="path4516"
+       inkscape:connector-curvature="0" />
+    <ellipse
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.91057003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="path4518"
+       cx="2.4546618"
+       cy="1043.9462"
+       rx="1.3807074"
+       ry="1.3456593" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.5061093,1041.0947 v 8"
+       id="path4520"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.46761996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="path4518-4"
+       cx="7.5199366"
+       cy="1038.8925"
+       r="0.69999999" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.46761996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="path4518-4-4"
+       cx="10.586173"
+       cy="1039.8392"
+       r="0.69999999" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:2.5999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4.6096455,1046.5097 4.1569133,3.5807"
+       id="path4552"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.0463017,1043.32 c -0.7606329,1.2927 -1.5306123,2.5481 -2.6135049,2.5518"
+       id="path4520-5"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1.29999995;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 14.672657,1048.9168 -3.915014,-0.789 -2.2586087,2.5589"
+       id="path4520-2"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 9.8347248,1050.5309 4.8565902,2.1403"
+       id="path4520-26"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="541.27716"
+   id="svg1960"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="airport.svg"
+   sodipodi:version="0.32"
+   width="515.9408"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>AIGA_Symbol_Signs</dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg1960"
+     inkscape:cx="339.80914"
+     inkscape:cy="457.0057"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.43415836"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs1962">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 Z"
+         id="path1965"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 Z"
+         id="path1968"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4151"
+     width="515.9408"
+     height="541.27716"
+     x="0"
+     y="0" />
+  <g
+     id="g1970"
+     transform="translate(34.549606,39.150631)">
+    <path
+       d="m 196.91,25.3815 c 0.06,-34 51.309,-34 51.275,0.958 l 0,142.6915 199.764,120.064 0,52.717 -198.805,-65.43 0,106.647 46.008,35.944 0,41.694 -70.927,-22.046 -70.927,22.046 0,-41.694 45.529,-35.944 0,-106.647 L 0,341.812 0,289.095 196.91,169.031 l 0,-143.6495 z"
+       id="path1972"
+       style="fill:#000000;stroke:none"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/airfield.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/airfield.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/airfield.svg	(revision 16006)
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="1052.3622"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="airfield.svg"
+   sodipodi:version="0.32"
+   width="744.09448"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>military airplane</dc:title>
+        <dc:description />
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>army</rdf:li>
+            <rdf:li>military</rdf:li>
+            <rdf:li>mig</rdf:li>
+            <rdf:li>vehicles</rdf:li>
+            <rdf:li>fly</rdf:li>
+            <rdf:li>air force</rdf:li>
+            <rdf:li>fighter</rdf:li>
+            <rdf:li>airplane</rdf:li>
+            <rdf:li>bomber</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>mo</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>mo</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date>20 09 2005</dc:date>
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="layer1"
+     inkscape:cx="-112.14286"
+     inkscape:cy="517.14286"
+     inkscape:document-units="px"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="1050"
+     inkscape:window-width="1600"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:zoom="0.35"
+     pagecolor="#ffffff"
+     showgrid="false"
+     inkscape:window-maximized="0" />
+  <g
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4135"
+       width="744.09399"
+       height="1052.3622"
+       x="0"
+       y="0"
+       ry="65.41317" />
+    <path
+       d="m 372.74513,979.43631 c -1.08984,-13.51272 -2.78734,-30.87447 -3.77226,-38.58164 l -1.79075,-14.01302 -17.98929,-0.87709 -17.98927,-0.8771 -3.32407,-11.88843 c -1.91618,-6.85311 -5.40547,-12.28922 -8.23827,-12.83475 -3.81186,-0.73412 -70.79354,15.37954 -104.35058,25.1034 -4.62894,1.34134 -5.20636,-0.92586 -5.16504,-20.28119 l 0.0465,-21.79134 52.06889,-83.26457 52.06891,-83.26461 -0.11813,-25.4332 -0.11817,-25.43324 -82.52195,84.23983 c -45.38707,46.33189 -83.89528,84.18999 -85.57378,84.12911 -5.11321,-0.18544 -20.2848,-63.82228 -18.05259,-75.721 1.13136,-6.03062 19.91048,-37.88778 44.62596,-75.70393 27.63068,-42.27669 56.90695,-92.46172 83.05432,-142.37063 l 40.3817,-77.07886 2.0994,-33.50274 2.09941,-33.50275 17.08022,0 17.08018,0 1.89382,-13.81674 c 1.04158,-7.59925 1.89379,-26.39992 1.89379,-41.77933 0,-34.03753 7.94986,-144.60423 12.16887,-169.24459 3.60381,-21.04732 24.37655,-96.785716 26.54541,-96.785716 2.17165,0 22.9461,75.759356 26.54024,96.785716 4.31633,25.25115 12.16118,131.56186 12.19633,165.28021 0.0162,15.56016 0.87454,35.32678 1.90742,43.92582 l 1.87793,15.63463 17.12787,0 17.12782,0 2.08364,33.50275 2.08363,33.50274 40.52289,77.42858 c 25.68126,49.07014 54.98685,99.48263 80.0147,137.64401 45.16747,68.86944 48.67138,75.04987 48.67138,85.8494 0,12.18812 -15.91828,69.82903 -19.31572,69.94323 -1.6607,0.0558 -40.15054,-37.8023 -85.53305,-84.12912 l -82.51361,-84.23062 -0.08,25.31319 -0.08,25.31319 52.0689,83.26458 52.06889,83.26459 0,21.91137 c 0,19.45791 -0.58355,21.74228 -5.21154,20.40123 -23.54077,-6.82145 -99.06099,-25.69342 -102.81765,-25.69342 -4.6438,0 -5.71213,2.11929 -9.38263,18.61265 -1.75439,7.88326 -2.53002,8.18955 -20.73927,8.18955 l -18.91677,0 -1.80831,14.14561 c -0.9946,7.78008 -2.70002,25.20152 -3.78987,38.71424 -1.08984,13.5128 -2.93626,24.56869 -4.1032,24.56869 -1.16695,0 -3.01337,-11.05589 -4.1032,-24.56869 z"
+       id="path1368"
+       style="fill:#000000"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/airmark_beacon.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/airmark_beacon.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/airmark_beacon.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.0 r15299"
+   sodipodi:docname="34.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="34.36097"
+     inkscape:cx="8.2408631"
+     inkscape:cy="6.8240288"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#4d4d4d;stroke-width:0;stroke-linecap:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4510"
+       width="15.999998"
+       height="15.999997"
+       x="9.9999988e-007"
+       y="1037.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.03218126"
+       id="rect2987-8"
+       width="16"
+       height="16"
+       x="0"
+       y="1037.3622"
+       ry="2.0000174"
+       inkscape:export-filename="C:\Users\Stefan\Desktop\mast2.png"
+       inkscape:export-xdpi="90.160004"
+       inkscape:export-ydpi="90.160004" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1.053;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 6,1044.3622 c 1,-1 3,-1 4,0"
+       id="path3770-1-2"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc"
+       inkscape:export-filename="C:\Users\Stefan\Desktop\mast2.png"
+       inkscape:export-xdpi="90.160004"
+       inkscape:export-ydpi="90.160004" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1.19461477;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4,1041.9178 c 3,-1.3519 5,-1.3519 8,-0.042 v 0 0"
+       id="path3772-7-82"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc"
+       inkscape:export-filename="C:\Users\Stefan\Desktop\mast2.png"
+       inkscape:export-xdpi="90.160004"
+       inkscape:export-ydpi="90.160004" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:1.16850221;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 2,1039.6532 c 3.9557886,-1.3576 7.9540285,-1.3094 12,0 v 0"
+       id="path3774-4-8"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc"
+       inkscape:export-xdpi="90.160004"
+       inkscape:export-ydpi="90.160004"
+       inkscape:export-filename="C:\Users\Stefan\Desktop\mast2.png" />
+    <g
+       id="g2915"
+       style="fill:#000000"
+       transform="matrix(0.01362649,-0.01015404,0.0136759,0.01011735,1.6490894,1050.3959)">
+      <path
+         d="M 459.05707,51.95872 C 490.15573,20.862187 447.1424,-19.792747 416.43947,10.914453 L 303.05173,124.2976 43.301333,55.63552 0,98.936853 214.08853,211.68853 l -86.58666,86.58454 -67.314137,-8.2656 -34.2464,34.24533 76.367997,40.1536 40.15254,76.368 34.24533,-34.24747 -7.872,-66.92053 86.58667,-86.5856 110.33066,212.68267 43.30134,-43.30134 -65.73547,-254.4896 z"
+         id="path2917"
+         style="fill:#000000;stroke:none;stroke-width:1.06666672"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/apron.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/apron.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/apron.svg	(revision 16006)
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64"
+   height="64"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="apron.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2929687"
+     inkscape:cx="-24.79013"
+     inkscape:cy="34.46836"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-988.36218)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4149"
+       width="64"
+       height="64"
+       x="0"
+       y="988.36218" />
+    <g
+       id="g4903"
+       style="fill:#666666"
+       transform="matrix(0.81915204,-0.57357644,0.57357644,0.81915204,-573.35193,215.96837)">
+      <rect
+         y="1016.9554"
+         x="37.969063"
+         height="22.828026"
+         width="4.1929026"
+         id="rect4897"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect4899"
+         width="4.1929026"
+         height="22.828026"
+         x="-1025.8071"
+         y="28.651501" />
+      <rect
+         y="33.543221"
+         x="-1040.0164"
+         height="13.044586"
+         width="4.1929026"
+         id="rect4901"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="matrix(0,-1,1,0,0,0)" />
+    </g>
+    <g
+       style="fill:#666666"
+       id="g4908"
+       transform="matrix(0.93969262,0.34202014,-0.34202014,0.93969262,331.3511,52.747916)">
+      <rect
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect4910"
+         width="4.1929026"
+         height="22.828026"
+         x="37.969063"
+         y="1016.9554" />
+      <rect
+         y="28.651501"
+         x="-1025.8071"
+         height="22.828026"
+         width="4.1929026"
+         id="rect4912"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="matrix(0,-1,1,0,0,0)" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect4914"
+         width="4.1929026"
+         height="13.044586"
+         x="-1040.0164"
+         y="33.543221" />
+    </g>
+    <g
+       transform="translate(7.9199279,-24.458599)"
+       id="g4916"
+       style="fill:#666666">
+      <rect
+         y="1016.9554"
+         x="37.969063"
+         height="22.828026"
+         width="4.1929026"
+         id="rect4918"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect4920"
+         width="4.1929026"
+         height="22.828026"
+         x="-1025.8071"
+         y="28.651501" />
+      <rect
+         y="33.543221"
+         x="-1040.0164"
+         height="13.044586"
+         width="4.1929026"
+         id="rect4922"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="matrix(0,-1,1,0,0,0)" />
+    </g>
+    <g
+       style="fill:#666666"
+       id="g4924"
+       transform="matrix(0.76604444,0.64278761,-0.64278761,0.76604444,646.24586,190.17483)">
+      <rect
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect4926"
+         width="4.1929026"
+         height="22.828026"
+         x="37.969063"
+         y="1016.9554" />
+      <rect
+         y="28.651501"
+         x="-1025.8071"
+         height="22.828026"
+         width="4.1929026"
+         id="rect4928"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         transform="matrix(0,-1,1,0,0,0)" />
+      <rect
+         transform="matrix(0,-1,1,0,0,0)"
+         style="opacity:0.98999999;color:#000000;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+         id="rect4930"
+         width="4.1929026"
+         height="13.044586"
+         x="-1040.0164"
+         y="33.543221" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/gate.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/gate.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/gate.svg	(revision 16006)
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4146"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="gate4.svg">
+  <defs
+     id="defs4148" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="-11.892529"
+     inkscape:cy="8.1694263"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata4151">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-703.42859,-372.93363)">
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;stroke:#0000c6;stroke-width:1.35708892;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path3742"
+       sodipodi:cx="711.42859"
+       sodipodi:cy="380.93362"
+       sodipodi:rx="7.3210855"
+       sodipodi:ry="7.3210855"
+       d="m 704.14158,381.6392 a 7.3210855,7.3210855 0 0 1 6.5785,-7.9923 7.3210855,7.3210855 0 0 1 7.99495,6.57529 7.3210855,7.3210855 0 0 1 -6.57208,7.99758 7.3210855,7.3210855 0 0 1 -8.00022,-6.56886"
+       sodipodi:start="3.0450664"
+       sodipodi:end="3.0434599"
+       sodipodi:open="true" />
+    <g
+       id="text3738">
+      <path
+         d="m 709.88966,382.88859 -2.05452,0 -0.28269,0.96355 -1.8435,0 2.19388,-5.83707 1.96693,0 2.19388,5.83707 -1.8873,0 -0.28668,-0.96355 z m -0.37825,-1.26218 -0.64502,-2.09832 -0.64105,2.09832 1.28607,0 z"
+         id="path4137" />
+      <path
+         d="m 713.94695,379.70328 -1.53293,-0.27473 q 0.19112,-0.73262 0.73262,-1.12282 0.54548,-0.3902 1.54089,-0.3902 1.14273,0 1.65238,0.42603 0.50965,0.42604 0.50965,1.07106 0,0.37826 -0.20705,0.68484 -0.20704,0.30659 -0.62511,0.53752 0.33843,0.0836 0.51761,0.1951 0.29066,0.17918 0.44992,0.47382 0.16325,0.29066 0.16325,0.69678 0,0.50965 -0.26677,0.97949 -0.26677,0.46585 -0.76846,0.72067 -0.50168,0.25084 -1.31792,0.25084 -0.79632,0 -1.25819,-0.18713 -0.45789,-0.18714 -0.75651,-0.54549 -0.29464,-0.36233 -0.45391,-0.90781 l 1.62053,-0.21501 q 0.0956,0.48974 0.29464,0.68086 0.20306,0.18714 0.51363,0.18714 0.32649,0 0.5415,-0.2389 0.21899,-0.2389 0.21899,-0.63706 0,-0.40613 -0.21103,-0.6291 -0.20704,-0.22297 -0.56539,-0.22297 -0.19112,0 -0.52557,0.0956 l 0.0836,-1.15865 q 0.13538,0.0199 0.21103,0.0199 0.31853,0 0.52955,-0.20306 0.21501,-0.20306 0.21501,-0.48178 0,-0.26677 -0.15926,-0.42603 -0.15927,-0.15927 -0.43798,-0.15927 -0.28668,0 -0.46585,0.17519 -0.17918,0.17121 -0.24288,0.60521 z"
+         id="path4139" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/hangar.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/hangar.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/hangar.svg	(revision 16006)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="64"
+   height="64"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.0 r9654"
+   sodipodi:docname="hangar.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4.2929687"
+     inkscape:cx="14.925976"
+     inkscape:cy="34.701299"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1400"
+     inkscape:window-height="964"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-988.36218)">
+    <path
+       sodipodi:type="arc"
+       style="opacity:0.98999999;color:#000000;fill:#626262;fill-opacity:1;stroke:#8e8e8e;stroke-width:1.82966781;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="path4887"
+       sodipodi:cx="52.993629"
+       sodipodi:cy="67.959961"
+       sodipodi:rx="25.506824"
+       sodipodi:ry="21.896269"
+       d="M 78.500454,67.959961 A 25.506824,21.896269 0 0 1 27.488007,68.172578"
+       transform="matrix(1.1675387,0,0,-1.726019,-29.83365,1156.5122)"
+       sodipodi:start="0"
+       sodipodi:end="3.1318823"
+       sodipodi:open="true" />
+    <rect
+       style="opacity:0.98999999;color:#000000;fill:#333333;fill-opacity:1;stroke:none;stroke-width:2;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       id="rect4889"
+       width="28.114752"
+       height="26.013279"
+       x="18.095459"
+       y="1012.8772" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/helipad.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/helipad.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/helipad.svg	(revision 16006)
@@ -0,0 +1,248 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="11"
+   id="svg1985"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="helipad6.svg"
+   sodipodi:version="0.32"
+   width="16.000122"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg1985"
+     inkscape:cx="10.211695"
+     inkscape:cy="3.7197449"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="39.295529"
+     pagecolor="#ffffff"
+     showgrid="true"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4188"
+       originx="0"
+       originy="3.0517578e-005" />
+  </sodipodi:namedview>
+  <defs
+     id="defs1987">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 Z"
+         id="path1990"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 Z"
+         id="path1993"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4176"
+     width="16.000122"
+     height="11"
+     x="0"
+     y="0"
+     ry="0" />
+  <g
+     id="g1997"
+     transform="matrix(0.03014857,0,0,0.02989701,0.73653678,0.99359484)">
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#000000;stroke:none"
+       id="path1999"
+       d="m 52.188,134.743 c 28.821,0 52.187,-23.366 52.187,-52.187 0,-28.823 -23.366,-52.189 -52.187,-52.189 C 23.367,30.367 0,53.733 0,82.556 c 0,28.821 23.367,52.187 52.188,52.187 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#000000;stroke:none"
+       id="path2001"
+       d="M 52.188,82.556" />
+  </g>
+  <g
+     id="g2003"
+     transform="matrix(0.03014857,0,0,0.02989701,0.73653678,0.99359484)">
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;stroke:none"
+       id="path2005"
+       d="m 52.188,115.765 c 18.341,0 33.211,-14.869 33.211,-33.209 0,-18.343 -14.87,-33.211 -33.211,-33.211 -18.342,0 -33.211,14.868 -33.211,33.211 0,18.34 14.869,33.209 33.211,33.209 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;stroke:none"
+       id="path2007"
+       d="M 52.188,82.556" />
+  </g>
+  <path
+     d="m 6.8241434,8.9966685 c -1.2882572,0 -1.2882572,1.0703405 0,1.0703405 l 7.4465326,0 c 1.249325,0 1.249325,-1.0703405 0,-1.0703405 l -7.4465326,0 z"
+     id="path2011"
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 9.4287614,2.9441057 0,-1.4614855 -0.6213017,0 0,1.4614855 0.6213017,0 z"
+     id="path2017"
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0" />
+  <path
+     d="M 9.1180804,2.213363"
+     id="path2019"
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 10.382331,1.5237585 0,-0.3152341 -2.5140294,0 0,0.3152341 2.5140294,0 z"
+     id="path2023"
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0" />
+  <path
+     d="M 9.1253462,1.3661415"
+     id="path2025"
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:none"
+     id="path2027"
+     d="m 10.599038,0.99359484 4.012986,0 c 0.534595,0 0.534595,0.75941396 0,0.75941396 l -4.012986,0 c -0.520153,0 -0.520153,-0.75941396 0,-0.75941396 z" />
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:none"
+     id="path2029"
+     d="m 3.640447,0.99359484 3.967793,0 c 0.5345945,0 0.5345945,0.75941396 0,0.75941396 l -3.967793,0 c -0.5651048,0 -0.5731243,-0.75941396 0,-0.75941396 z" />
+  <path
+     d="m 7.9939006,7.9904905 c -0.51542,0 -0.77313,-0.4186133 -0.8590233,-0.7727934 L 6.7339918,6.0906899 2.1509871,4.0621575 C 1.5941129,3.8209871 1.7297814,2.9029674 2.3629014,2.9029674 l 9.9547866,0 c 1.109739,0 1.727784,0.7416519 2.014196,1.5311079 L 15.130821,6.60088 c 0.286411,0.7390652 -0.198197,1.3857472 -0.911994,1.3896105 l -6.2249264,0 z"
+     id="path2031"
+     style="fill:#000000;stroke:none"
+     inkscape:connector-curvature="0" />
+  <g
+     id="g2033"
+     transform="matrix(0.03246113,0,0,0.03167459,-0.36356456,1.2502462)">
+    <g
+       id="g2035">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffffff;stroke:none"
+         id="path2037"
+         d="m 324.249,141.706 0,-57.029 -35.615,0 0,57.029 35.615,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffffff;stroke:none"
+         id="path2039"
+         d="M 306.441,113.192" />
+    </g>
+    <g
+       id="g2041">
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffffff;stroke:none"
+         id="path2043"
+         d="m 380.536,84.677 0,57.029 -35.142,0 0,-57.029 35.142,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         style="fill:#ffffff;stroke:none"
+         id="path2045"
+         d="M 362.965,113.192" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;stroke:none"
+       id="path2047"
+       d="m 402.182,86.942 c 11.013,2.656 22.013,12.5 29.263,28.75 l 11.25,26.25 -40.513,0 0,-55 z" />
+  </g>
+  <rect
+     style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4239"
+     width="1"
+     height="1"
+     x="9"
+     y="7.9999695" />
+  <rect
+     style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4241"
+     width="1"
+     height="1"
+     x="12"
+     y="7.9999695" />
+</svg>
Index: /trunk/resources/images/presets/transport/airport/holding_position.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/holding_position.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/holding_position.svg	(revision 16006)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="9"
+   viewBox="0 0 16 9"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="holding_position2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-7.7991071"
+     inkscape:cy="5.9288924"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4147"
+       originx="0"
+       originy="-2.9999632" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3623)">
+    <rect
+       style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4179"
+       width="16"
+       height="9.0000715"
+       x="0"
+       y="1040.3622"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#ffde00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4187"
+       width="16"
+       height="1.0000806"
+       x="0"
+       y="1044.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#585858;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4136"
+       width="3"
+       height="7"
+       x="11"
+       y="1041.3623" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4138"
+       width="1"
+       height="2"
+       x="12"
+       y="1042.3623" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4140"
+       width="1"
+       height="2"
+       x="12"
+       y="1045.3623" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/navigationaid.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/navigationaid.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/navigationaid.svg	(revision 16006)
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.0 r15299"
+   sodipodi:docname="40.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="-4.3636899"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <circle
+       style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.53846157;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4483"
+       cx="3.5000002"
+       cy="1042.8622"
+       r="3.2307692" />
+    <circle
+       cy="1042.8622"
+       cx="12.5"
+       id="ellipse4485"
+       style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:#4d4d4d;stroke-width:0.53846157;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       r="3.2307692" />
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4487"
+       width="1"
+       height="2"
+       x="3"
+       y="1046.3622" />
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4489"
+       width="1"
+       height="2"
+       x="12"
+       y="1046.3622" />
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4491"
+       width="10"
+       height="1"
+       x="3"
+       y="1048.3622" />
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4493"
+       width="2"
+       height="4"
+       x="7"
+       y="1049.3622" />
+    <circle
+       style="opacity:1;fill:#ffd700;fill-opacity:1;stroke:#ffd700;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4495"
+       cx="3.5"
+       cy="1042.8622"
+       r="0.5" />
+    <circle
+       style="opacity:1;fill:#ffd700;fill-opacity:1;stroke:#ffd700;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4497"
+       cx="12.5"
+       cy="1042.8622"
+       r="0.5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/papi.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/papi.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/papi.svg	(revision 16006)
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="4"
+   viewBox="0 0 16 4"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="papi10.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="27.180064"
+     inkscape:cx="9.7198494"
+     inkscape:cy="8.6245828"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1049.3622)">
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.89442718;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect1123"
+       width="16"
+       height="4"
+       x="0"
+       y="1049.3622"
+       ry="0.8000139" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125"
+       cx="2"
+       cy="1051.3624"
+       r="1.1" />
+    <circle
+       style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125-9"
+       cx="10"
+       cy="1051.3624"
+       r="1.1" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125-5"
+       cx="6"
+       cy="1051.3624"
+       r="1.1" />
+    <circle
+       style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125-9-7"
+       cx="14"
+       cy="1051.3624"
+       r="1.1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/parking_position.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/parking_position.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/parking_position.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="15"
+   viewBox="0 0 15 15"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="parking_position.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="44.8"
+     inkscape:cx="2.7871766"
+     inkscape:cy="8.2352363"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4147"
+       originx="0"
+       originy="-1.7382813e-005" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3622)">
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4153"
+       width="15"
+       height="15"
+       x="0"
+       y="1037.3622" />
+    <rect
+       style="opacity:1;fill:#ffde00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4149"
+       width="2.9999993"
+       height="8.9997768"
+       x="6"
+       y="1041.3622" />
+    <rect
+       style="opacity:1;fill:#ffde00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4151"
+       width="11"
+       height="2"
+       x="2"
+       y="1040.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/runway.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/runway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/runway.svg	(revision 16006)
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="9"
+   viewBox="0 0 16 9"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="runway.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-6.7090936"
+     inkscape:cy="5.9735353"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4147"
+       originx="0"
+       originy="-2.9999632" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3623)">
+    <rect
+       style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4179"
+       width="16"
+       height="9.0000715"
+       x="0"
+       y="1040.3622"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4181"
+       width="2"
+       height="1.0000348"
+       x="12"
+       y="1044.3622" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4183"
+       width="2"
+       height="1"
+       x="0"
+       y="1048.3622" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4185"
+       width="2"
+       height="1"
+       x="0"
+       y="1046.3622" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4187"
+       width="2"
+       height="1"
+       x="0"
+       y="1044.3622" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4189"
+       width="2"
+       height="1"
+       x="0"
+       y="1042.3622" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4191"
+       width="2"
+       height="1"
+       x="0"
+       y="1040.3622" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4193"
+       width="2"
+       height="1"
+       x="4"
+       y="1044.3622" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4195"
+       width="2"
+       height="1"
+       x="8"
+       y="1044.3622" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4197"
+       width="1"
+       height="1"
+       x="15"
+       y="1044.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/taxiway.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/taxiway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/taxiway.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="9"
+   viewBox="0 0 16 9"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="taxiway.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-6.7090936"
+     inkscape:cy="5.9735353"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4147"
+       originx="0"
+       originy="-2.9999632" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3623)">
+    <rect
+       style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4179"
+       width="16"
+       height="9.0000715"
+       x="0"
+       y="1040.3622"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#ffde00;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4187"
+       width="16"
+       height="1.0000806"
+       x="0"
+       y="1044.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/terminal.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/terminal.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/terminal.svg	(revision 16006)
@@ -0,0 +1,190 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="436.59698"
+   id="svg2905"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="terminal.svg"
+   sodipodi:version="0.32"
+   width="440.47501"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>AIGA_Symbol_Signs</dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2905"
+     inkscape:cx="-87.454318"
+     inkscape:cy="415.54616"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.43415836"
+     pagecolor="#ffffff"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs2907">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 Z"
+         id="path2910"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 Z"
+         id="path2913"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2234">
+      <path
+         id="path2938"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2231">
+      <path
+         id="path2935"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4173"
+     width="440.47501"
+     height="436.59698"
+     x="0"
+     y="-2.7661133e-006"
+     ry="0" />
+  <g
+     id="g2915"
+     style="fill:#999999"
+     transform="matrix(0.4814943,0.07640888,-0.07640888,0.4814943,15.697612,-17.925842)">
+    <path
+       d="m 430.366,48.7113 c 29.155,-29.153 -11.17,-67.267 -39.954,-38.479 L 284.111,116.529 40.595,52.1583 0,92.7533 200.708,198.458 l -81.175,81.173 -63.107,-7.749 -32.106,32.105 71.595,37.644 37.643,71.595 32.105,-32.107 -7.38,-62.738 81.175,-81.174 103.435,199.39 40.595,-40.595 L 321.861,157.418 430.366,48.7113 Z"
+       id="path2917"
+       style="fill:#999999;stroke:none"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g2940"
+     transform="matrix(0.676989,0,0,0.7039546,189.65269,77.070257)">
+    <g
+       id="g2942">
+      <path
+         style="fill:#000000;stroke:none"
+         id="path2944"
+         d="m 170.455,84.5914 c 22.772,0 41.233,-18.461 41.233,-41.235 0,-22.772 -18.461,-41.235 -41.233,-41.235 -22.774,0 -41.237,18.463 -41.237,41.235 0,22.774 18.463,41.235 41.237,41.235 z"
+         inkscape:connector-curvature="0" />
+      <g
+         id="g2946">
+        <path
+           style="fill:#000000;stroke:none"
+           id="path2948"
+           d="m 322.785,426.065 17.897,0 c 12.781,0 19.306,-10.035 19.306,-19.224 0,0 0,-101 0,-101.5 0,-9.189 -7.191,-19.342 -19.306,-19.342 l -17.897,0 0,140.066 z"
+           inkscape:connector-curvature="0" />
+        <path
+           style="fill:#000000;stroke:none"
+           id="path2950"
+           d="M 121.249,95.2924 34.3891,6.43341 C 15.2191,-12.7366 -12.7369,15.2174 6.43314,34.3874 L 117.459,147.415 l 0,326.671 c 0,32.261 47.073,31.313 47.073,0 l 0,-188.092 7.891,0.019 0,188.09 c 0,31.313 47.425,32.244 47.425,-0.017 l 0,-314.272 8.334,0 0,107.015 0,0.181 0,18.989 -26.141,0 0,140.066 111.159,0 0,-140.066 -26.296,0 0,-19.17 c 0,-7.189 -4.313,-11.023 -11.981,-11.023 0,0 -4.495,0 -12.163,0 l -0.03,0 0,-108.802 c 0,-25.163 -21.548,-51.7136 -50.048,-51.7136 l -91.429,0 -0.004,0.002 z"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+    <path
+       style="fill:#ffffff;stroke:none"
+       id="path2952"
+       d="m 275.161,285.999 0,-18.929 -35.9,0 0,18.929 35.9,0 z"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/vasi.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/vasi.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/vasi.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="8"
+   viewBox="0 0 12 8"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="vasi1.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="38.438416"
+     inkscape:cx="6.6570407"
+     inkscape:cy="4.8754871"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1045.3622)">
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.09544539;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect1123"
+       width="12"
+       height="8"
+       x="0"
+       y="1045.3622"
+       ry="1.6000278" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125"
+       cx="2"
+       cy="1051.3624"
+       r="1.1" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125-9"
+       cx="10"
+       cy="1051.3624"
+       r="1.1" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125-5"
+       cx="6"
+       cy="1051.3624"
+       r="1.1" />
+    <circle
+       style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125-53"
+       cx="2"
+       cy="1047.3622"
+       r="1.1" />
+    <circle
+       style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125-9-9"
+       cx="10"
+       cy="1047.3622"
+       r="1.1" />
+    <circle
+       style="opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.49193501;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="path1125-5-5"
+       cx="6"
+       cy="1047.3622"
+       r="1.1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/airport/windsock.svg
===================================================================
--- /trunk/resources/images/presets/transport/airport/windsock.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/airport/windsock.svg	(revision 16006)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="366.21448"
+   height="424.28574"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="windsock.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="D:\windsock.png"
+   inkscape:export-xdpi="3.3939393"
+   inkscape:export-ydpi="3.3939393">
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="1504.176"
+     inkscape:cy="520"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1600"
+     inkscape:window-height="1110"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-259.49982,-396.64789)">
+    <path
+       style="fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.0565511;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 260.0281,455.20005 L 607.79541,403.81887 L 608.26841,540.90552 L 260.0281,509.48577"
+       id="path2385"
+       sodipodi:nodetypes="cccc" />
+    <rect
+       y="413.79074"
+       x="471.42853"
+       height="122.85716"
+       width="57.142857"
+       id="rect4712"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.45600009;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2.45600009;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4716"
+       width="57.142857"
+       height="88.571434"
+       x="331.42856"
+       y="436.64789" />
+    <rect
+       style="opacity:1;fill:#666666;fill-opacity:1;stroke:none;stroke-width:2.45600009;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect4718"
+       width="28.571428"
+       height="420"
+       x="597.14288"
+       y="400.93362" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/bridge/bridge.svg
===================================================================
--- /trunk/resources/images/presets/transport/bridge/bridge.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/bridge/bridge.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="10"
+   viewBox="0 0 16 10"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="bridge.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="3.4117672"
+     inkscape:cy="6.5882769"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1042.3621)">
+    <path
+       style="fill:#1a1a1a"
+       d="M 2.8610235e-6,-1 0,2.0000004 c 2.0000004,0 3.0000012,0.726562 3.0253922,3.0000003 l -6e-7,4.0000005 0.3300781,0 1.09375,0 0.5507812,0 6e-7,-4.0000005 c 4e-7,-2.2734383 0.9999996,-3.0000003 2.9999999,-3.0000003 2.0000006,0 3.0273456,0.726562 3.0273446,3.0000003 l 0,4.0000005 1.972656,0 0,-4.0000005 c 10e-7,-2.2734383 1.000001,-3.0000003 3.000001,-3.0000003 l 0,-3.0000004 z"
+       transform="translate(-4.7683724e-7,1043.3621)"
+       id="path3444-5"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccssscccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/bridge/bridge_movable.svg
===================================================================
--- /trunk/resources/images/presets/transport/bridge/bridge_movable.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/bridge/bridge_movable.svg	(revision 16006)
@@ -0,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="bridge_movable.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="10.409927"
+     inkscape:cy="7.5038767"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-opacity:1"
+       id="rect4202-1"
+       width="6.1549902"
+       height="2.3634679"
+       x="-733.52594"
+       y="738.26666"
+       transform="matrix(0.70710695,-0.70710662,0.70710695,0.70710662,0,0)" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#1a1a1a"
+       d="m -4.7683724e-7,1042.3621 0,3 C 2.0000005,1045.3621 3.0000005,1046.0887 3.0253915,1048.3621 l 0,4 0.330078,0 1.09375,0 0.550781,0 0,-4 0,-6 -5.00000097683724,0 z"
+       id="path3444-5-9" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#1a1a1a"
+       d="m 11.000003,1042.3621 0,5.5625 c 0.01005,0.1443 0.02734,0.2784 0.02734,0.4375 l 0,4 1.972662,0 0,-4 c 1e-6,-2.2734 1,-3 3,-3 l 0,-3 -5.000002,0 z"
+       id="path3444-5-1-4" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/bridge/bridge_outline.svg
===================================================================
--- /trunk/resources/images/presets/transport/bridge/bridge_outline.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/bridge/bridge_outline.svg	(revision 16006)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="10"
+   viewBox="0 0 16 10"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="bridge_outline.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="6.4280196"
+     inkscape:cy="6.5882769"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1042.3621)">
+    <path
+       style="fill:none;stroke:#1a1a1a;stroke-width:0.92470521000000006;stroke-opacity:1"
+       d="m 0.46235529,1042.8244 -2.73e-6,2.7226 c 1.88441214,0 2.82661874,0.6595 2.85054234,2.7226 l -6e-7,3.6302 0.3110015,0 1.0305377,0 0.5189493,0 5e-7,-3.6302 c 5e-7,-2.0631 0.9422056,-2.7226 2.826618,-2.7226 1.8844119,0 2.8523817,0.6595 2.8523807,2.7226 l 0,3.6302 1.858649,0 0,-3.6302 c 10e-7,-2.0631 0.942207,-2.7226 2.826619,-2.7226 l 0,-2.7226 z"
+       id="path3444-5"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccssscccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/bridge/bridge_support.svg
===================================================================
--- /trunk/resources/images/presets/transport/bridge/bridge_support.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/bridge/bridge_support.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="10"
+   viewBox="0 0 16 10"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="bridge_support.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="0.4897073"
+     inkscape:cy="3.1150344"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="false"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="false"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="false"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1042.3621)">
+    <path
+       style="fill:#ffffff;stroke:#1a1a1a;stroke-width:0.92470521000000006;stroke-opacity:1"
+       d="m 0.46235529,1042.8244 -2.73e-6,2.7226 c 1.88441214,0 2.82661874,0.6595 2.85054234,2.7226 l -6e-7,3.6302 0.3110015,0 1.0305377,0 0.5189493,0 5e-7,-3.6302 c 5e-7,-2.0631 0.9422056,-2.7226 2.826618,-2.7226 1.8844119,0 2.8523817,0.6595 2.8523807,2.7226 l 0,3.6302 1.858649,0 0,-3.6302 c 10e-7,-2.0631 0.942207,-2.7226 2.826619,-2.7226 l 0,-2.7226 z"
+       id="path3444-5"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccssscccccc" />
+    <path
+       style="fill:#1a1a1a;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="M -4.7683724e-7,1042.3621 16,1042.3621 l -0.0017,3.0173 -16.02038857,0 z"
+       id="path4135"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/bus.svg
===================================================================
--- /trunk/resources/images/presets/transport/bus.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/bus.svg	(revision 16006)
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="32.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-2" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="3.3771185"
+     inkscape:cy="7.9507669"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 3.3636355,1037.3621 C 2.019072,1037.3621 1,1038.3665 1,1039.6954 l 0,8.1667 c 0,0.707 0.6047586,1.1667 1.1818178,1.1667 l 0,2.3333 c 4.8181822,0 5.8181822,0 10.6363652,0 l 0,-2.3333 c 0.561592,0 1.181817,-0.5156 1.181817,-1.1667 l 0,-8.1667 c 0,-1.3289 -1.019072,-2.3333 -2.363636,-2.3333 z"
+       id="rect4152-0-5"
+       sodipodi:nodetypes="sssccccssss" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 3.9999977,1038.3625 c -1.137708,0 -2,0.8609 -2,2 l 0,7 c 0,0.606 0.511719,1 1,1 l 0,2 2.000001,0 1e-6,-2 5.0000013,0 0,2 2.000001,0 0,-2 c 0.475194,0 1,-0.4419 1,-1 l 0,-7 c 0,-1.1391 -0.862292,-2 -2.000001,-2 z"
+       id="rect4152-0"
+       sodipodi:nodetypes="sssccccccccssss" />
+    <rect
+       rx="1.0000002"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152-9-3"
+       width="9.0000019"
+       height="4.0000224"
+       x="2.9999976"
+       y="-1043.3621"
+       ry="1.0000001"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-4"
+       cx="3.9999995"
+       cy="-1046.3621"
+       rx="1.0000002"
+       ry="1.0000035"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-6-5"
+       cx="11.000001"
+       cy="-1046.3621"
+       rx="1"
+       ry="1.0000036"
+       transform="scale(1,-1)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/bus_old.svg
===================================================================
--- /trunk/resources/images/presets/transport/bus_old.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/bus_old.svg	(revision 16006)
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="480"
+   id="svg2103"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="bus_old2.svg"
+   sodipodi:version="0.32"
+   width="395.39337"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2103"
+     inkscape:cx="233.70271"
+     inkscape:cy="305.95955"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.86831672"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4161"
+       originx="20"
+       originy="20" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2105">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 Z"
+         id="path2108"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 Z"
+         id="path2111"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4163"
+     width="395.39337"
+     height="480"
+     x="0"
+     y="0" />
+  <g
+     id="g2113"
+     transform="translate(20,24.940002)">
+    <path
+       d="M 179.237,0 C 138.982,0 83.388,11.502 60.384,21.087 37.38,30.672 22.044,40.257 17.252,64.219 L 0,197.06 l 0,183.045 29.712,0 0,28.705 c 0,35 51.218,35 51.218,0 l 0,-28.705 94.557,0 0.3,0 98.307,0 0,28.705 c 0,35 51.218,35 51.218,0 l 0,-28.705 29.712,0 0,-183.045 L 337.772,64.219 C 332.98,40.257 317.644,30.672 294.64,21.087 271.636,11.502 216.042,0 175.787,0"
+       id="path2115"
+       style="fill:#000000;stroke:none"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g2117">
+      <g
+         id="g2119">
+        <g
+           id="g2121">
+          <path
+             d="m 299.682,322.723 c 13.568,0 24.568,-11.002 24.568,-24.57 0,-13.568 -11,-24.57 -24.568,-24.57 -13.568,0 -24.569,11.002 -24.569,24.57 0,13.568 11.001,24.57 24.569,24.57 z"
+             id="path2123"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+          <path
+             d="M 299.682,298.153"
+             id="path2125"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+        </g>
+        <g
+           id="g2127">
+          <path
+             d="m 55.342,322.723 c -13.568,0 -24.568,-11.002 -24.568,-24.57 0,-13.568 11,-24.57 24.568,-24.57 13.568,0 24.569,11.002 24.569,24.57 0,13.568 -11.001,24.57 -24.569,24.57 z"
+             id="path2129"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+          <path
+             d="M 55.342,298.153"
+             id="path2131"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <path
+         d="m 175.612,55.113 -71.136,0 c -14.378,0 -14.378,-21.566 0,-21.566 l 71.311,0 74.761,0 c 14.378,0 14.378,21.566 0,21.566 l -74.936,0 z"
+         id="path2133"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 175.612,76.887 -109.897,0 c -15.188,0 -19.156,7.717 -21,19.423 l -13.428,96.348 c -1.252,9.235 1.419,18.402 14.178,18.402 l 130.322,0 133.772,0 c 12.759,0 15.43,-9.167 14.178,-18.402 L 310.309,96.31 c -1.844,-11.706 -5.812,-19.423 -21,-19.423 l -113.697,0 z"
+         id="path2135"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/bus_small.svg
===================================================================
--- /trunk/resources/images/presets/transport/bus_small.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/bus_small.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="10"
+   height="12"
+   viewBox="0 0 10 12"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="bus_small2.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="true"
+     inkscape:zoom="23.6"
+     inkscape:cx="-3.2150638"
+     inkscape:cy="8.5198152"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4135"
+       originx="-3"
+       originy="-2" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata9">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs7" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#344fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4136"
+     width="10"
+     height="12"
+     x="0"
+     y="0"
+     ry="0" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4137"
+     width="6"
+     height="7"
+     x="2"
+     y="2" />
+  <path
+     d="m 2,1 -1,1 0,8 0.65625,0 c 0,0 0.1011489,1 0.81275,1 0.6891295,0 0.781,-1 0.781,-1 l 3.5,0 c 0,0 0.1143421,1 0.781,1 0.816469,0 0.81275,-1 0.81275,-1 L 9,10 9,2 8,1 Z M 3,2 7,2 7,3 3,3 Z M 2,4 8,4 8,7 2,7 Z M 2,8 3,8 3,9 2,9 Z M 7,8 8,8 8,9 7,9 Z"
+     id="bus-stop"
+     style="fill:#000000;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/transport/passage/arcade.svg
===================================================================
--- /trunk/resources/images/presets/transport/passage/arcade.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/passage/arcade.svg	(revision 16006)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="arcade.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="9.045637"
+     inkscape:cy="6.9125874"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       class="st8"
+       d="m 0,1036.3621 0,16.0039 1.6438348,0 0,-3.7261 c 0,-1.6438 0.9863009,-2.9589 2.7397278,-2.9589 1.6438348,0 2.7397247,1.3151 2.7397247,2.9589 l 0,3.7261 0,0 1.972605,0 0,0 0,-3.7261 c 0,-1.6438 0.9862977,-2.9589 2.7397217,-2.9589 1.753427,0 2.739727,1.3151 2.739727,2.9589 l 0,3.7261 0,0 1.424661,0 0,-16.0039 z"
+       id="path3444"
+       inkscape:connector-curvature="0"
+       style="fill:#666666"
+       sodipodi:nodetypes="cccsssccccsssccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/passage/colonnade.svg
===================================================================
--- /trunk/resources/images/presets/transport/passage/colonnade.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/passage/colonnade.svg	(revision 16006)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="colonnade.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="7.991866"
+     inkscape:cy="4.2183244"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <polygon
+       id="XMLID_161_"
+       class="st0"
+       points="247.3,396.1 247.3,509.6 267.4,509.6 267.4,396.1 344.8,396.1 344.8,509.6 365.4,509.6 365.4,396.1 365.4,293.5 257.3,293.5 149.3,293.5 149.3,396.1 149.3,509.6 169.9,509.6 169.9,396.1 "
+       transform="matrix(0.0740398,0,0,0.07403981,-11.054141,1014.6314)"
+       style="fill:#666666" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/passage/tunnel.svg
===================================================================
--- /trunk/resources/images/presets/transport/passage/tunnel.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/passage/tunnel.svg	(revision 16006)
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="tunnel.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="0.83719035"
+     inkscape:cy="8.2111891"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="false"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       d="m 15.996354,1046.6221 c 0,4.62 0,5.74 0,5.74 l -15.99635447683724,0 c 0,0 0,-3.64 0,-5.74 0,-4.62 3.52462037683724,-8.26 7.99817477683724,-8.26 4.4735567,0 8.1337397,3.64 7.9981797,8.26 z"
+       id="path3448" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/passage/tunnel_avalanche_protector.svg
===================================================================
--- /trunk/resources/images/presets/transport/passage/tunnel_avalanche_protector.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/passage/tunnel_avalanche_protector.svg	(revision 16006)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="tunnel_avalanche_protector.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="2.7369706"
+     inkscape:cy="10.014283"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="false"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3452"
+       transform="matrix(1.4159294,0,0,1.4814815,-537.48678,315.32507)">
+      <polygon
+         points="381.1,497.5 379.6,497.5 379.6,486.7 390.9,491.5 390.9,497.5 389.5,497.5 "
+         id="polygon3454" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/passage/tunnel_building_passage.svg
===================================================================
--- /trunk/resources/images/presets/transport/passage/tunnel_building_passage.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/passage/tunnel_building_passage.svg	(revision 16006)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="tunnel_building_passage.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="3.2705552"
+     inkscape:cy="7.8593061"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       class="st8"
+       d="m -1.321186e-6,1036.3621 0,16 5.371426221186,0 c 0,0 0,-3.6571 0,-4.3429 0,-1.4857 1.142858,-2.6285 2.6285701,-2.6285 1.4857124,0 2.62857,1.1428 2.62857,2.6285 0,1.4858 0,4.3429 0,4.3429 l 5.371437,0 0,-16 -16.000003321186,0 z"
+       id="path3450"
+       inkscape:connector-curvature="0"
+       style="fill:#666666" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/passage/tunnel_culvert.svg
===================================================================
--- /trunk/resources/images/presets/transport/passage/tunnel_culvert.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/passage/tunnel_culvert.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="10"
+   viewBox="0 0 16 10"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="tunnel_culvert2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="5.5275207"
+     inkscape:cy="3.8462229"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1042.3621)">
+    <path
+       style="fill:#2090cf;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 8.977904,1044.1026 c 0,0 3.908012,-0.2715 5.269671,3.1837 1.325117,3.3624 1.752427,5.0758 1.752427,5.0758 l -3.6,0 c 0,0 -0.425476,-5.0588 -2.4430689,-5.0367 -1.199928,0.013 -0.9790291,-3.2228 -0.9790291,-3.2228 z"
+       id="path4141"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccsc" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4139"
+       width="10.000002"
+       height="5.9999599"
+       x="-4.7683727e-007"
+       y="1042.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/platform.svg
===================================================================
--- /trunk/resources/images/presets/transport/platform.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/platform.svg	(revision 16006)
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4163"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="platform.svg">
+  <defs
+     id="defs4165" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="7.3125"
+     inkscape:cy="8.013988"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4711"
+       originx="-364.99999"
+       originy="-370.00002" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4168">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-365,-666.36218)">
+    <rect
+       style="opacity:1;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4725"
+       width="7.0000005"
+       height="2"
+       x="365"
+       y="680.36218" />
+    <rect
+       style="opacity:1;fill:#434343;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4727"
+       width="9.000001"
+       height="4"
+       x="372"
+       y="678.36218" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#734a08;fill-opacity:1"
+       d="m 376.27309,678.34987 c -0.16434,-0.0525 -0.29449,-0.1707 -0.33166,-0.30112 -0.0148,-0.052 -0.0219,-1.11512 -0.022,-3.30608 l -1.2e-4,-3.22947 h -0.0832 -0.0832 v 1.21906 c 0,1.19507 -8.5e-4,1.22052 -0.043,1.29281 -0.0546,0.0936 -0.11603,0.1375 -0.23614,0.1688 -0.17758,0.0463 -0.37178,-0.0421 -0.44152,-0.20088 -0.0449,-0.10217 -0.042,-2.82715 0.003,-2.99607 0.10182,-0.38077 0.43146,-0.69271 0.81595,-0.77209 0.20254,-0.0418 2.07512,-0.0423 2.27705,-6.2e-4 0.2057,0.0425 0.38237,0.13855 0.5387,0.29296 0.16079,0.15881 0.23585,0.28765 0.29184,0.50092 0.039,0.14865 0.0412,0.22826 0.0412,1.5231 0,1.18364 -0.004,1.37624 -0.032,1.44092 -0.0431,0.10056 -0.0876,0.14578 -0.18655,0.19009 -0.16435,0.0735 -0.37323,0.0262 -0.4704,-0.10652 l -0.05,-0.0683 -0.006,-1.24211 -0.006,-1.2421 h -0.0828 -0.0828 v 3.24533 c 0,3.5575 0.008,3.32129 -0.12079,3.45376 -0.10192,0.10465 -0.2059,0.14423 -0.37878,0.14423 -0.17288,0 -0.27684,-0.0396 -0.37878,-0.14423 -0.12654,-0.12989 -0.1208,-0.0292 -0.1208,-2.11532 v -1.90691 h -0.0832 -0.0832 v 1.90691 c 0,1.554 -0.005,1.91898 -0.0281,1.97216 -0.042,0.0975 -0.13316,0.19362 -0.22893,0.24122 -0.0923,0.0459 -0.30184,0.0672 -0.38842,0.0395 z m 0.46822,-8.35239 c -0.25164,-0.0876 -0.40716,-0.22253 -0.51725,-0.44888 -0.061,-0.12528 -0.0653,-0.14935 -0.0653,-0.35782 0,-0.21093 0.004,-0.23098 0.0673,-0.3567 0.31729,-0.62793 1.23335,-0.62947 1.55012,-0.003 0.0656,0.12979 0.0687,0.14615 0.0687,0.36944 0,0.21475 -0.005,0.24298 -0.0582,0.34908 -0.0898,0.17823 -0.22253,0.30819 -0.40378,0.39546 -0.14072,0.0678 -0.17645,0.0762 -0.34703,0.0819 -0.14313,0.005 -0.21596,-0.003 -0.2945,-0.0299 z"
+       id="path2558" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/platform_bus.svg
===================================================================
--- /trunk/resources/images/presets/transport/platform_bus.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/platform_bus.svg	(revision 16006)
@@ -0,0 +1,185 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="16"
+   id="svg2103"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="platform_bus3.svg"
+   sodipodi:version="0.32"
+   width="16"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2103"
+     inkscape:cx="8.4220206"
+     inkscape:cy="9.8169408"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="27.786135"
+     pagecolor="#ffffff"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4161"
+       originx="20"
+       originy="20" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2105">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 Z"
+         id="path2108"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 Z"
+         id="path2111"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:none"
+     id="path2115"
+     d="m 11.549987,4.2299936 c -1.014307,0 -2.4151114,0.311845 -2.9947441,0.5717158 C 7.9756102,5.0615802 7.5891883,5.321451 7.4684441,5.9711144 l -0.4346993,3.6016169 0,4.9627597 0.7486545,0 0,0.778257 c 0,0.948928 1.2905419,0.948928 1.2905419,0 l 0,-0.778257 2.3825568,0 0.0076,0 2.477045,0 0,0.778257 c 0,0.948928 1.290542,0.948928 1.290542,0 l 0,-0.778257 0.748655,0 0,-4.9627597 -0.4347,-3.6016169 C 15.423855,5.321451 15.037433,5.0615802 14.457801,4.8017094 13.878168,4.5418386 12.477364,4.2299936 11.463057,4.2299936" />
+  <g
+     id="g2119"
+     style="fill:#ffffff"
+     transform="matrix(0.02519704,0,0,0.02711224,7.0337448,4.2299936)">
+    <g
+       id="g2121"
+       style="fill:#ffffff">
+      <path
+         d="m 296.8254,328.69639 c 13.568,0 24.568,-10.25901 24.568,-22.91073 0,-12.65172 -11,-22.91073 -24.568,-22.91073 -13.568,0 -24.569,10.25901 -24.569,22.91073 0,12.65172 11.001,22.91073 24.569,22.91073 z"
+         id="path2123"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="M 299.682,298.153"
+         id="path2125"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       id="g2127"
+       style="fill:#ffffff">
+      <path
+         d="m 58.912774,326.70524 c -13.568,0 -24.568,-9.96181 -24.568,-22.24703 0,-12.28521 11,-22.24702 24.568,-22.24702 13.568,0 24.569,9.96181 24.569,22.24702 0,12.28522 -11.001,22.24703 -24.569,22.24703 z"
+         id="path2129"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="M 55.342,298.153"
+         id="path2131"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+  <path
+     d="m 11.458647,5.7242305 -1.7924162,0 c -0.3622831,0 -0.3622831,-0.5847026 0,-0.5847026 l 1.7968262,0 1.883756,0 c 0.362283,0 0.362283,0.5847026 0,0.5847026 l -1.888166,0 z"
+     id="path2133"
+     style="fill:#ffffff;stroke:none"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 11.458647,6.3145724 -2.7690787,0 c -0.3826927,0 -0.4826745,0.2092252 -0.5291379,0.526601 L 7.8220846,9.4533835 C 7.7905379,9.7037651 7.8578392,9.952303 8.1793282,9.952303 l 3.2837288,0 3.370658,0 c 0.321489,0 0.388791,-0.2485379 0.357244,-0.4989195 L 14.852613,6.8411734 C 14.80615,6.5237976 14.706168,6.3145724 14.323475,6.3145724 l -2.864828,0 z"
+     id="path2135"
+     style="fill:#ffffff;stroke:none"
+     inkscape:connector-curvature="0" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4185"
+     width="5"
+     height="2"
+     x="0"
+     y="14" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4187"
+     width="7"
+     height="1"
+     x="0"
+     y="13" />
+</svg>
Index: /trunk/resources/images/presets/transport/platform_rail.svg
===================================================================
--- /trunk/resources/images/presets/transport/platform_rail.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/platform_rail.svg	(revision 16006)
@@ -0,0 +1,189 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="16"
+   id="svg2217"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="platform_rail.svg"
+   sodipodi:version="0.32"
+   width="16"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2217"
+     inkscape:cx="16.42155"
+     inkscape:cy="6.5826012"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="45.254834"
+     pagecolor="#ffffff"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4158"
+       originx="18.426456"
+       originy="21.881379" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2219">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 Z"
+         id="path2222"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 Z"
+         id="path2225"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <g
+     id="g4212"
+     transform="matrix(0.02327946,0,0,0.02714015,7.3460535,2.6849245)">
+    <g
+       id="g4200">
+      <g
+         id="g4189">
+        <g
+           id="g4179">
+          <path
+             inkscape:connector-curvature="0"
+             style="fill:#000000;stroke:none"
+             id="path2229"
+             d="m 196.05775,418.2374 0.0671,0 75.60036,0 55.22791,72.367 44.54661,0 -77.21144,-103.518 c 25.7461,-3.708 51.37472,-27.708 51.37472,-56.958 l 0,-213.858 c 0,-30.192005 -28.41782,-57.906005 -67.02466,-57.906005 l -82.26624,-0.048 0.003,0 -82.89836,0.048 c -38.606847,0 -67.024669,27.714 -67.024669,57.905995 l 0,213.858 c 0,29.25 25.628624,53.25 51.374724,56.958 l -77.211447,103.518 44.546615,0 55.227907,-72.367 75.60036,0 0.0671,0 z" />
+          <g
+             id="g2231"
+             transform="matrix(1.1188119,0,0,1,20.615738,18.940395)">
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;stroke:none"
+               id="path2233"
+               d="m 134.768,33.184 c -9.165,0 -16.591,-7.428 -16.591,-16.593 0,-9.163 7.426,-16.591 16.591,-16.591 9.163,0 16.591,7.428 16.591,16.591 0,9.165 -7.428,16.593 -16.591,16.593 z" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#000000;stroke:none"
+               id="path2235"
+               d="m 178.854,33.184 c 9.165,0 16.591,-7.428 16.591,-16.593 C 195.445,7.428 188.019,0 178.854,0 c -9.163,0 -16.591,7.428 -16.591,16.591 0,9.165 7.428,16.593 16.591,16.593 z" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#ffffff;stroke:none"
+               id="path2237"
+               d="m 231.263,336.951 c 14.505,0 26.263,-11.759 26.263,-26.263 0,-14.505 -11.758,-26.263 -26.263,-26.263 -14.505,0 -26.263,11.758 -26.263,26.263 0,14.504 11.758,26.263 26.263,26.263 z" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#ffffff;stroke:none"
+               id="path2239"
+               d="m 156.811,198.014 0.06,0 71.751,0 c 16.5,0 30,-11.326 29.848,-29.826 l 0,-38.5 c 0,-16 -10.348,-29.962 -29.848,-29.962 l -71.751,0 -0.12,0 -71.751,0 c -19.5,0 -29.848,13.962 -29.848,29.962 l 0,38.5 C 55,186.688 68.5,198.014 85,198.014 l 71.751,0 0.06,0 z" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#ffffff;stroke:none"
+               id="path2241"
+               d="m 156.811,88.201 0.06,0 29.001,0 c 5.5,0 9.816,-4.513 9.816,-9.763 l 0,-17 c 0,-5.25 -4.566,-9.66 -9.816,-9.66 l -29.001,0 -0.06,0 -0.06,0 -29.001,0 c -5.25,0 -9.816,4.41 -9.816,9.66 l 0,17 c 0,5.25 4.316,9.763 9.816,9.763 l 29.001,0 0.06,0 z" />
+            <path
+               inkscape:connector-curvature="0"
+               style="fill:#ffffff;stroke:none"
+               id="path2243"
+               d="m 81.75,336.951 c -14.505,0 -26.263,-11.759 -26.263,-26.263 0,-14.505 11.758,-26.263 26.263,-26.263 14.505,0 26.263,11.758 26.263,26.263 0,14.504 -11.758,26.263 -26.263,26.263 z" />
+          </g>
+        </g>
+      </g>
+    </g>
+  </g>
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4185"
+     width="6"
+     height="2"
+     x="-3.1658161e-009"
+     y="14" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4187"
+     width="8"
+     height="1"
+     x="-3.1658161e-009"
+     y="13" />
+</svg>
Index: /trunk/resources/images/presets/transport/railway/abandoned_rail.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/abandoned_rail.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/abandoned_rail.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_abandoned_rail.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="4.5472704"
+     inkscape:cy="5.4108116"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.75;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4142"
+       width="16"
+       height="16"
+       x="-4.7683722e-007"
+       y="1036.3621" />
+    <path
+       style="fill:#808080;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 2.9999998,1036.3621 -3.0000010248382,0 0,16 3.0000010248382,0 0,-1 -2.00000092,0 0,-2 2.00000092,0 0,-2 -2.00000092,0 0,-2 2.00000092,0 0,-2 -2.00000092,0 0,-2 2.00000092,0 0,-2 -2.00000092,0 0,-2 2.00000092,0 0,-1 z"
+       id="path4714"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#808080;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="m 13.000016,1036.3621 3,0 0,16 -3,0 0,-1 2,0 0,-2 -2,0 0,-2 2,0 0,-2 -2,0 0,-2 2,0 0,-2 -2,0 0,-2 2,0 0,-2 -2,0 0,-1 z"
+       id="path4714-4"
+       inkscape:connector-curvature="0" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4731"
+       width="8.0000019"
+       height="1.0000002"
+       x="4.0000005"
+       y="1036.3621" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4733"
+       width="8.0000019"
+       height="2.0000005"
+       x="4.0000005"
+       y="1039.3621" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4735"
+       width="8.0000019"
+       height="2.0000005"
+       x="4.0000005"
+       y="1043.3621" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4737"
+       width="8.0000019"
+       height="2.0000005"
+       x="4.0000005"
+       y="1047.3621" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4739"
+       width="8.0000019"
+       height="1.0000002"
+       x="4.0000005"
+       y="1051.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/buffer_stop.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/buffer_stop.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/buffer_stop.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_buffer_stop5.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="7.5984475"
+     inkscape:cy="6.3320926"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="false"
+     inkscape:snap-page="true"
+     inkscape:snap-others="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 6.5039062,0.25 -6.21484365,12.425781 0,1.070313 15.42773445,0.0039 0,-3.5 -5.966797,0 -0.015625,-4.5 4.015625,0 0,-5.5 z"
+       transform="translate(-4.7683724e-7,1038.3621)"
+       id="path4137"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccc" />
+    <path
+       style="fill:#666666;fill-opacity:1"
+       d="m 7.0000024,1039.3621 -6.0000027,12 14.0000023,0 0,-2 -5.9999996,0 0,-10 z"
+       id="path3387-0-99-9-7-8-7-9-1-6"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccc" />
+    <path
+       style="fill:#ff0000;fill-opacity:1"
+       d="m 11.000002,1039.3621 0,1 -1.9999996,0 0,2 1.9999996,0 0,1 2,0 0,-4 -2,0 z"
+       id="path3387-0-99-9-7-8-7-9-6-5-5-8"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/bus_guideway.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/bus_guideway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/bus_guideway.svg	(revision 16006)
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_bus_guideway2.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-2" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="12.323558"
+     inkscape:cy="5.8860741"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 4.3769482,1036.3625 c -0.78527,0 -1.544061,0.1469 -2.154297,0.6055 -0.610236,0.4585 -0.972656,1.2418 -0.972656,2.1406 l 0,8.4414 -1.2499999683717,0 0,3.8125 14.9999997683717,0 0,-3.8125 -1.25,0 0,-8.4414 c 0,-0.864 -0.37599,-1.6288 -0.974609,-2.0937 -0.59862,-0.4649 -1.359988,-0.6524 -2.152344,-0.6524 l -6.2460938,0 z"
+       id="path4146"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 3.9999977,1037.3625 c -1.137708,0 -2,0.8609 -2,2 l 0,7 c 0,0.606 0.511719,1 1,1 l 0,2 2.000001,0 1e-6,-2 5.0000013,0 0,2 2.000001,0 0,-2 c 0.475194,0 1,-0.4419 1,-1 l 0,-7 c 0,-1.1391 -0.862292,-2 -2.000001,-2 z"
+       id="rect4152-0"
+       sodipodi:nodetypes="sssccccccccssss" />
+    <rect
+       rx="1.0000002"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152-9-3"
+       width="9.0000019"
+       height="4.0000224"
+       x="2.9999976"
+       y="-1042.3621"
+       ry="1.0000001"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-4"
+       cx="3.9999995"
+       cy="-1045.3621"
+       rx="1.0000002"
+       ry="1.0000035"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-6-5"
+       cx="11.000001"
+       cy="-1045.3621"
+       rx="1"
+       ry="1.0000036"
+       transform="scale(1,-1)" />
+    <rect
+       rx="7.8667814e-005"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4227"
+       width="15.000003"
+       height="2.0000002"
+       x="-4.7683727e-007"
+       y="-1052.3621"
+       ry="7.8667807e-005"
+       transform="scale(1,-1)" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4189"
+       width="2"
+       height="2"
+       x="-4.2915344e-006"
+       y="1048.3624"
+       rx="7.8667799e-005"
+       ry="7.8667799e-005" />
+    <rect
+       ry="7.8667799e-005"
+       rx="7.8667799e-005"
+       y="1048.3624"
+       x="12.999999"
+       height="2"
+       width="2"
+       id="rect4191"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/crossing.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/crossing.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/crossing.svg	(revision 16006)
@@ -0,0 +1,84 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2997"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="23.svg">
+  <defs
+     id="defs2999" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="3.8807857"
+     inkscape:cy="6.3600165"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3016"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-660px"
+       originy="-320px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3002">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-660,-716.36218)">
+    <path
+       style="fill:none;stroke:#ff0000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="m 3,5 10,6"
+       id="path3018"
+       inkscape:connector-curvature="0"
+       transform="translate(660,716.36218)"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#ff0000;stroke-width:1.79999995;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       d="M 3,11 13,5"
+       id="path3020"
+       inkscape:connector-curvature="0"
+       transform="translate(660,716.36218)"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/disused_rail.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/disused_rail.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/disused_rail.svg	(revision 16006)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="14"
+   height="16"
+   viewBox="0 0 14 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="rail_disused_rail4.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-10.624333"
+     inkscape:cy="10.208074"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-8-6"
+       d="M 0.11355783,1039.7608 -4.7683722e-7,1037.7641 13.876363,1036.9634 l 0.113558,1.9967 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-2-0-3"
+       d="M 0.22894344,1044.1643 -4.7683722e-7,1042.1777 13.775578,1040.5599 l 0.228943,1.9866 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-1-0-0"
+       d="M -4.7683722e-7,1047.078 0.08052553,1045.0797 l 13.91864147,0.5665 -0.08052,1.9983 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-5-0-3"
+       d="M -4.7683722e-7,1050.5158 0.23736271,1048.5302 l 13.76082629,1.6782 -0.237363,1.9856 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-9-7-8-7-9"
+       d="m 2.9999964,1052.3621 -1.000011,0 0,-16 1.000011,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-0-0-9-9-7-1"
+       d="m 12.000012,1052.3621 -1.000013,0 0,-16 1.000013,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/funicular.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/funicular.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/funicular.svg	(revision 16006)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   preserveAspectRatio="none"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="30.svg">
+  <metadata
+     id="metadata21">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs19" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview17"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="32"
+     inkscape:cx="16.276277"
+     inkscape:cy="9.4799627"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4154"
+       originx="7.924903e-010"
+       originy="1" />
+  </sodipodi:namedview>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.653;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="rect4170"
+     width="16"
+     height="16"
+     x="7.924903e-010"
+     y="0"
+     rx="0" />
+  <path
+     d="M 1,7.905 15,15 1,15"
+     id="slope"
+     inkscape:connector-curvature="0"
+     style="fill:#000000;stroke:none"
+     sodipodi:nodetypes="ccc" />
+  <circle
+     cx="6.3389673"
+     cy="8.4400024"
+     id="wheel"
+     r="1.9988337"
+     style="fill:#000000" />
+  <circle
+     cx="11.002911"
+     cy="10.772004"
+     id="circle6"
+     r="1.9988337"
+     style="fill:#000000" />
+  <rect
+     style="fill:#000000"
+     id="cab"
+     rx="0.37246045"
+     y="-0.95547646"
+     x="3.3541002"
+     height="7.2254004"
+     width="12.299652"
+     transform="matrix(0.89442763,0.44721272,0,1,0,0)" />
+  <rect
+     style="fill:#ffffff;fill-opacity:1"
+     id="window"
+     rx="0.18623023"
+     y="0.42817301"
+     x="4.4721336"
+     height="2.8435221"
+     width="2.6150281"
+     transform="matrix(0.89442763,0.44721272,0,1,0,0)" />
+  <rect
+     style="fill:#ffffff;fill-opacity:1"
+     id="rect12"
+     rx="0.18623023"
+     y="0.42468071"
+     x="8.2220221"
+     height="2.8470144"
+     width="2.5897598"
+     transform="matrix(0.89442763,0.44721272,0,1,0,0)" />
+  <rect
+     style="fill:#ffffff;fill-opacity:1"
+     id="rect14"
+     rx="0.18623023"
+     y="0.45028329"
+     x="11.964101"
+     height="2.8214118"
+     width="2.5723002"
+     transform="matrix(0.89442763,0.44721272,0,1,0,0)" />
+  <path
+     inkscape:connector-curvature="0"
+     id="rope"
+     style="stroke:#000000;stroke-width:1.26600003;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0"
+     d="M 0.2830851,5.2241778 7.2789999,8.722118" />
+</svg>
Index: /trunk/resources/images/presets/transport/railway/level_crossing.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/level_crossing.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/level_crossing.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="739.41339"
+   height="489.5358"
+   id="svg2"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="10.svg">
+  <metadata
+     id="metadata12">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1280"
+     inkscape:window-height="976"
+     id="namedview10"
+     showgrid="false"
+     inkscape:zoom="0.59193281"
+     inkscape:cx="325.63184"
+     inkscape:cy="62.349857"
+     inkscape:window-x="-9"
+     inkscape:window-y="0"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="g3026"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       id="perspective13124"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <g
+     id="g3026"
+     transform="translate(119.70668,-129.88811)">
+    <g
+       id="layer1"
+       transform="matrix(0,1,-1,0,624.65603,124.65599)">
+      <path
+         id="path1890"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         d="m 94.296621,210.11445 94.615669,164.77919 -94.15567,163.986 89.626,53.63626 64.82856,-111.17112 66.57569,111.26142 90.31697,-52.53732 -95.97746,-165.29774 96.18785,-166.13881 -90.40646,-52.16115 -65.75735,113.34204 -64.94244,-111.82073 z"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccccccccc" />
+      <path
+         id="path1882"
+         style="fill:#c1121c;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="M 94.311338,211.92538 187.08494,159.21453 98.120108,4.9493054 5.7746385,58.534605 94.311338,211.92538 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path1884"
+         style="fill:#c1121c;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 401.99432,744.3627 92.7736,-52.71085 -88.96483,-154.26522 -92.34547,53.5853 88.5367,153.39077 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path1886"
+         style="fill:#c1121c;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 98.00572,744.36271 -92.7736,-52.71085 88.96483,-154.26522 92.34547,53.5853 -88.5367,153.39077 z"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path1888"
+         style="fill:#c1121c;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="M 405.4739,212.22565 312.7003,159.5148 401.66513,5.249578 494.0106,58.83488 405.4739,212.22565 z"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/light_rail.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/light_rail.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/light_rail.svg	(revision 16006)
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_light_rail3.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-2" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="-1.4399174"
+     inkscape:cy="16.152512"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:snap-page="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4146"
+       d="m 4.376685,1037.1121 c -1.372083,0 -2.376687,0.5446 -2.376687,1.9962 l 2e-6,12.2538 11.000001,0 1e-6,-12.2538 c 0,-1.3422 -1.035853,-1.9962 -2.376687,-1.9962 z"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.50000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="ssccsss" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 3.999999,1037.3621 c -1.137708,0 -2.0000013,0.8609 -2.000001,2 l 1.8e-6,8 c 2e-7,1.232 0.7790292,2 2.0000002,2 l 7.000001,0 c 1.254116,0 2,-0.7238 2,-2 l 1e-6,-8 c 0,-1.1391 -0.862292,-2 -2.000001,-2 z"
+       id="rect4152-0"
+       sodipodi:nodetypes="sssccssss" />
+    <rect
+       rx="1.0000002"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152-9-3"
+       width="9.0000019"
+       height="4.0000224"
+       x="2.9999995"
+       y="-1042.3618"
+       ry="1.0000001"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-4"
+       cx="4"
+       cy="-1046.3621"
+       rx="1.0000002"
+       ry="1.0000035"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-6-5"
+       cx="11"
+       cy="-1046.3621"
+       rx="1"
+       ry="1.0000036"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4249-2"
+       width="15.000002"
+       height="2.0000422"
+       x="-6.2488175e-007"
+       y="1050.3622"
+       ry="5.5070162e-005"
+       rx="5.5070162e-005" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/milestone.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/milestone.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/milestone.svg	(revision 16006)
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_millestone2.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="3.5852558"
+     inkscape:cy="9.3498488"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-page="false"
+     inkscape:snap-global="false"
+     inkscape:snap-others="false"
+     inkscape:snap-nodes="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+    <sodipodi:guide
+       position="11.000001,15.000001"
+       orientation="0,1"
+       id="guide4138" />
+    <sodipodi:guide
+       position="11.000001,15.000001"
+       orientation="1,0"
+       id="guide4140" />
+    <sodipodi:guide
+       position="1.0000001,4.0000003"
+       orientation="1,0"
+       id="guide4142" />
+    <sodipodi:guide
+       position="0,5.0000003"
+       orientation="0,1"
+       id="guide4144" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       y="1046.3621"
+       x="4.257813"
+       height="5.9999194"
+       width="3.484375"
+       id="rect4148"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       y="1037.8621"
+       x="1.5000001"
+       height="9.000041"
+       width="9.000001"
+       id="rect4146"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:2.5000003;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffdd55;fill-opacity:1;fill-rule:nonzero;stroke:#666666;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4209"
+       width="9.000001"
+       height="9.000041"
+       x="1.5000001"
+       y="1037.8621" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4197"
+       width="2"
+       height="5.9999194"
+       x="5.0000005"
+       y="1046.3621" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       d="m 4.5071215,1039.8646 2.9940272,-0 -2.000115,4.9952"
+       id="path4199"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/monorail.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/monorail.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/monorail.svg	(revision 16006)
@@ -0,0 +1,147 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_monorail6.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="4.0837872"
+     inkscape:cy="4.9117397"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-page="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4146"
+       d="m 4.3766856,1037.1121 c -1.3720829,0 -2.3766858,0.5446 -2.3766858,1.9962 l 0,12.2538 11.0000012,0 0,-12.2538 c 0,-1.3422 -1.035853,-1.9962 -2.376686,-1.9962 z"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.50000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="ssccsss" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 4,1037.3621 c -1.1377079,0 -2.0000002,0.8609 -2.0000002,2 l 0,10 3.0000003,0 0,-1 -1.0000001,0 0,-1 7.000001,0 0,1 -1,0 0,1 3,0 0,-10 c 0,-1.1391 -0.862292,-2 -2,-2 z"
+       id="rect4152-0"
+       sodipodi:nodetypes="ssccccccccccsss" />
+    <rect
+       rx="1.0000001"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152-9-3"
+       width="9.000001"
+       height="4.0000224"
+       x="2.9999998"
+       y="-1042.3621"
+       ry="1.0000001"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-4"
+       cx="4"
+       cy="-1045.3621"
+       rx="1.0000001"
+       ry="1.0000035"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-6-5"
+       cx="11.000001"
+       cy="-1045.3621"
+       rx="0.99999994"
+       ry="1.0000036"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4227"
+       width="15.000002"
+       height="0.99995834"
+       x="4.7683722e-007"
+       y="-1052.3621"
+       ry="7.8667807e-005"
+       transform="scale(1,-1)"
+       rx="7.8667807e-005" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4229"
+       width="3.0000002"
+       height="3.0000858"
+       x="6.0000005"
+       y="-1051.3621"
+       ry="1.9666182e-005"
+       transform="scale(1,-1)"
+       rx="1.9666182e-005" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/narrow_gauge_rail.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/narrow_gauge_rail.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/narrow_gauge_rail.svg	(revision 16006)
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="rail_narrow_gauge_rail.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-5.9661994"
+     inkscape:cy="3.2276789"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-8-6"
+       d="m -1.1644349e-5,1039.3621 0,-2 9.000005644349,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-2-0-3"
+       d="m -5.2134385e-6,1043.3621 0,-2 8.9999992134385,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-1-0-0"
+       d="m -5.2134385e-6,1047.3621 0,-2 9.0000057134385,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-5-0-3"
+       d="m -5.2134385e-6,1051.3621 0,-2 9.0000057134385,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-9-7-8-7-9"
+       d="m 2.9999995,1052.3621 -1.0000104,0 0,-16 1.0000104,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-0-0-9-9-7-1"
+       d="m 7.0000004,1052.3621 -1.0000129,0 0,-16 1.0000129,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/preserved.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/preserved.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/preserved.svg	(revision 16006)
@@ -0,0 +1,224 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_preserved5.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="8.9071542"
+     inkscape:cy="6.8211658"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="false"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+    <sodipodi:guide
+       position="15.499999,10.498802"
+       orientation="1,0"
+       id="guide4190" />
+    <sodipodi:guide
+       position="1.4970777,12.169972"
+       orientation="1,0"
+       id="guide4192" />
+    <sodipodi:guide
+       position="0.20439807,13.843827"
+       orientation="1,0"
+       id="guide4194" />
+    <sodipodi:guide
+       position="0.21875001,12.748002"
+       orientation="0,1"
+       id="guide4151" />
+    <sodipodi:guide
+       position="5.7421879,10.109376"
+       orientation="1,0"
+       id="guide4153" />
+    <sodipodi:guide
+       position="6.8593754,8.7500011"
+       orientation="0,1"
+       id="guide4155" />
+    <sodipodi:guide
+       position="11.242188,9.8203137"
+       orientation="1,0"
+       id="guide4157" />
+    <sodipodi:guide
+       position="15.734376,10.257814"
+       orientation="1,0"
+       id="guide4159" />
+    <sodipodi:guide
+       position="15.273438,10.757814"
+       orientation="0,1"
+       id="guide4161" />
+    <sodipodi:guide
+       position="14.820313,3.2500018"
+       orientation="0,1"
+       id="guide4163" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 0.20439762,1039.6141 0,9.498 15.52997938,0 -2e-6,-7.5078 -4.492188,0 0,2.0078 -5.5000009,0 0,-3.998 z"
+       id="path4147"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccc" />
+    <g
+       id="g4156"
+       transform="translate(0.03314564,0)">
+      <ellipse
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="ellipse4143"
+         cx="-12.478067"
+         cy="1049.8617"
+         rx="1.4996274"
+         ry="1.4996264"
+         transform="scale(-1,1)" />
+      <ellipse
+         transform="scale(-1,1)"
+         ry="1.4996264"
+         rx="1.4996274"
+         cy="1049.8617"
+         cx="-12.478067"
+         id="path4158-5-4-8-4-1-8"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       transform="translate(-3.9664278,0)"
+       id="g4160">
+      <ellipse
+         transform="scale(-1,1)"
+         ry="1.4996264"
+         rx="1.4996274"
+         cy="1049.8617"
+         cx="-12.478067"
+         id="ellipse4162"
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <ellipse
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="ellipse4164"
+         cx="-12.478067"
+         cy="1049.8617"
+         rx="1.4996274"
+         ry="1.4996264"
+         transform="scale(-1,1)" />
+    </g>
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.00000012;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 3.0955463,1036.3621 c 0.5125623,0.999 0.97181,1.8717 1.4610941,2.6379 0.3986952,0.6188 0.8550782,1.2542 1.3476563,1.7754 0.492578,0.5212 1.0129603,0.9506 1.6445312,1.0762 1.1305518,0.2247 2.1390799,0.091 2.9648441,-0.022 0.812643,-0.1109 1.362494,-0.4119 1.814453,-0.01 0.310345,0.276 0.138014,0.7906 0.138673,1.2382 l 2.281247,0.1645 c 0,0 0.04233,-0.5266 -0.01758,-1.1699 -0.05991,-0.6433 -0.194441,-1.4328 -0.707031,-2.0215 -0.805313,-0.9248 -1.987932,-1.3027 -2.814454,-1.7637 -0.41326,-0.2304 -0.728995,-0.4697 -0.90625,-0.7343 -0.177255,-0.2647 -0.260028,-0.6496 -0.164062,-1.1708 z"
+       id="path4168"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccsccaccsccccc" />
+    <ellipse
+       transform="scale(-1,1)"
+       ry="1.9996098"
+       rx="2.0042806"
+       cy="1049.3617"
+       cx="-3.9876006"
+       id="ellipse4145"
+       style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4156-7-0-0-3-6"
+       width="16.000027"
+       height="0.99991846"
+       x="-16.000027"
+       y="1051.3621"
+       transform="scale(-1,1)" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#000000;fill-rule:nonzero;stroke:none"
+       d="m 0.9999997,1048.3621 14.0000023,0 2.4e-5,-4.0001 0,-1.9978 -3,0 0,2 -7.0000013,-10e-5 0,-4 -4.000025,0 z"
+       id="path15-2-6-8-8-2-1"
+       sodipodi:nodetypes="cccccccccc" />
+    <path
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.40000007;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 14.249067,1043.1847 c 0,0 0.158276,-1.9488 -0.602595,-2.8226 -1.269906,-1.4584 -4.0495184,-1.5188 -4.0455229,-3.5343 l -5.6893134,-0.01 c 0,0 1.949201,4.1866 3.7348356,4.5415 2.0741968,0.4123 3.7537347,-0.4865 4.9062557,0 0.666404,0.3649 0.374995,1.8282 0.374995,1.8282 z"
+       id="path4206-1-9-2-8-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="csccsccc" />
+    <ellipse
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4158-3-1-4-1-4-6-3"
+       cx="-3.9876006"
+       cy="1049.3617"
+       rx="2.0042806"
+       ry="1.9996098"
+       transform="scale(-1,1)" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4140"
+       width="2.0000241"
+       height="3.0001624"
+       x="-4.0000238"
+       y="1041.3619"
+       transform="scale(-1,1)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/rail.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/rail.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/rail.svg	(revision 16006)
@@ -0,0 +1,123 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="14"
+   height="16"
+   viewBox="0 0 14 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="rail_rail.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-5.4137722"
+     inkscape:cy="3.2276789"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-8-6"
+       d="m -1.3273442e-5,1039.3621 0,-2 14.000015273442,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-2-0-3"
+       d="m -3.2734417e-6,1043.3621 0,-2 14.0000052734417,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-1-0-0"
+       d="m -3.2734417e-6,1047.3621 0,-2 14.0000152734417,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-5-0-3"
+       d="m -3.2734417e-6,1051.3621 0,-2 14.0000152734417,0 0,2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-9-7-8-7-9"
+       d="m 2.9999978,1052.3621 -1.0000104,0 0,-16 1.0000104,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-0-0-9-9-7-1"
+       d="m 12.000013,1052.3621 -1.000013,0 0,-16 1.000013,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/railway_construction.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/railway_construction.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/railway_construction.svg	(revision 16006)
@@ -0,0 +1,166 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="railway_construction2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="25.3125"
+     inkscape:cx="7.1530945"
+     inkscape:cy="9.1738681"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-global="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(2.1538462,0,0,1.1347517,-318.55384,616.39045)"
+       style="fill:#ffda00;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffda00;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-8-6"
+       d="m 0,1039.3621 v -2 h 13.99999 v 2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-2-0-3"
+       d="m 1e-5,1043.3621 v -2 h 13.99998 v 2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-1-0-0"
+       d="m 1e-5,1047.3621 v -2 H 14 v 2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#c87137;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-7-4-2-9-2-5-0-3"
+       d="m 1e-5,1051.3621 v -2 H 14 v 2 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-9-7-8-7-9"
+       d="M 3.0000056,1052.3621 H 1.9999974 v -16 h 1.0000082 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-99-0-0-9-9-7-1"
+       d="m 12.000005,1052.3621 h -1.000012 v -16 h 1.000012 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccsccccsccccccccccccccccccccccccccccccccccc"
+       inkscape:connector-curvature="0"
+       id="path4148"
+       d="m 10.720476,1041.2659 -1.5781251,1.961 c -0.1548457,0.1404 -0.1806967,0.3677 -0.076172,0.5488 0.517885,0.897 1.5410151,2.5351 1.5410151,2.5351 l -3.1191411,3.0567 c -0.2574782,-0.3929 -0.552496,-0.7643 -1.1269521,-0.7559 -0.462131,0.01 -0.7366883,0.1639 -1.2636719,0.7227 0,0 -1.3733516,0.079 -1.3965222,1.3725 -0.016223,0.9059 -0.7386567,-0.055 -1.1659778,1.1548 l 8.0976571,0 c -1.2813647,-0.5416 -1.0600741,-1.6258 -2.0683602,-1.5898 -0.4108704,0.016 -0.647114,-0.2616 -0.8671875,-0.5918 1.2784057,-1.2784 4.1347657,-4.0508 4.1347657,-4.0508 l -1.433593,2.4512 1.529297,3.3691 c 0.371179,0.8309 1.616701,0.2662 1.236328,-0.5605 l -1.238282,-2.7305 1.482422,-2.4589 0.06641,2.5019 0.679687,3.1132 c 0.18125,0.9018 1.536659,0.6064 1.326172,-0.289 l -0.652344,-2.9903 -0.07617,-2.541 c -0.0024,-0.1721 -0.07014,-0.3368 -0.189453,-0.4609 l -0.990239,-1.1094 0.210937,-0.207 c 0.288052,0.3533 0.929142,0.03 0.716797,-0.4531 l -0.07617,-0.1739 0.253907,-0.25 c 0.18391,-0.1839 -0.0622,-0.4549 -0.257817,-0.2636 l -0.156248,0.1523 -0.751953,-1.7012 -2.097164,-0.016 c -0.482794,8e-4 -0.621584,0.1608 -0.693852,0.2545 z m 1.017578,0.6055 1.207032,0.014 0.658203,1.4902 -0.277344,0.2734 z m -1.5,2.1719 1.611329,1.0527 -0.613282,0.5996 z"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:0.0616979px"
+       d="m 11.09743,1041.0022 c -0.165896,0.01 -0.304686,0.17 -0.376954,0.2637 l -1.5781251,1.961 c -0.1548457,0.1404 -0.1847852,0.3701 -0.076172,0.5488 l 1.5410151,2.5351 -3.1191411,3.0567 c -0.2574782,-0.3929 -0.552496,-0.7643 -1.1269521,-0.7559 -0.462131,0.01 -0.7366883,0.1639 -1.2636719,0.7227 0,0 -1.3733516,0.079 -1.3965222,1.3725 -0.016223,0.9059 -0.7386567,-0.055 -1.1659778,1.1548 l 8.0976571,0 c -1.2813647,-0.5416 -1.0600741,-1.6258 -2.0683602,-1.5898 -0.4108704,0.016 -0.647114,-0.2616 -0.8671875,-0.5918 1.2784057,-1.2784 4.1347657,-4.0508 4.1347657,-4.0508 l -1.433593,2.4512 1.529297,3.3691 c 0.371179,0.8309 1.616701,0.2662 1.236328,-0.5605 l -1.238282,-2.7305 1.482422,-2.4589 0.06641,2.5019 0.679687,3.1132 c 0.18125,0.9018 1.536659,0.6064 1.326172,-0.289 l -0.652344,-2.9903 -0.07617,-2.541 c -0.0024,-0.1721 -0.07014,-0.3368 -0.189453,-0.4609 l -0.990239,-1.1094 0.210937,-0.207 c 0.288052,0.3533 0.929142,0.03 0.716797,-0.4531 l -0.07617,-0.1739 0.253907,-0.25 c 0.18391,-0.1839 -0.0622,-0.4549 -0.257817,-0.2636 l -0.156248,0.1523 -0.751953,-1.7012 z m 0.640624,0.8692 1.207032,0.014 0.658203,1.4902 -0.277344,0.2734 z m -1.5,2.1719 1.611329,1.0527 -0.613282,0.5996 z"
+       id="path2224"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccsccccscccccccccccccccccccccccccccccccccc" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4146"
+       cx="8.4802437"
+       cy="1040.3616"
+       r="1.5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/railway_crossing.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/railway_crossing.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/railway_crossing.svg	(revision 16006)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="11"
+   viewBox="0 0 9 11"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="crossing5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="48.59375"
+     inkscape:cx="1.6973267"
+     inkscape:cy="5.2839111"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1042.3622)">
+    <rect
+       style="fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1.68350756;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect824-0"
+       width="9"
+       height="10.999966"
+       x="0"
+       y="1042.3622" />
+    <path
+       style="fill:#000000;stroke:#000000;stroke-width:0.99995613;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.5,1043.8622 6,8"
+       id="path841"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:#000000;stroke:#000000;stroke-width:0.99995613;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.5,1051.8622 6,-8"
+       id="path841-8"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/signal.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/signal.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/signal.svg	(revision 16006)
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   viewBox="0 0 12 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_signal2.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="8.7307477"
+     inkscape:cy="6.2317852"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-page="true"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       y="1049.3621"
+       x="4.2500005"
+       height="2.9999998"
+       width="3.5"
+       id="rect4148"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    <rect
+       rx="0.99991709"
+       ry="0.99991709"
+       y="1037.3621"
+       x="0.9999997"
+       height="13.000003"
+       width="10.000001"
+       id="rect4146"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.50000018;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#666666;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4197"
+       width="2"
+       height="2.9999998"
+       x="5.0000005"
+       y="1049.3621" />
+    <rect
+       style="opacity:1;fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4158"
+       width="10.000001"
+       height="13.000003"
+       x="0.9999997"
+       y="1037.3621"
+       ry="0.99991709"
+       rx="0.99991709" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4160"
+       cx="6.0000005"
+       cy="1040.0652"
+       rx="1.7031251"
+       ry="1.7031109" />
+    <ellipse
+       ry="1.7031109"
+       rx="1.7031251"
+       cy="1043.8621"
+       cx="6.0000005"
+       id="ellipse4142"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <ellipse
+       style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="ellipse4144"
+       cx="6.0000005"
+       cy="1047.6589"
+       rx="1.7031251"
+       ry="1.7031109" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/subway.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/subway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/subway.svg	(revision 16006)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_subway6.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-7" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="1.2546538"
+     inkscape:cy="10.827817"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-text-baseline="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4142"
+       width="13"
+       height="14"
+       x="0.99999952"
+       y="1037.3621" />
+    <path
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m -4.7683722e-7,1036.3621 0,16 1.00000011683722,0 0,-8 c 0,-3.96 2.86770086,-7 6.50195386,-7 3.6342575,0 6.6081755,3.04 6.4980475,7 l 0,8 1.000002,0 0,-16 z"
+       id="rect4270-2"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccssccccc" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4141"
+       width="13.000002"
+       height="1.000039"
+       x="0.99999964"
+       y="1051.3621" />
+    <path
+       sodipodi:nodetypes="sssssssss"
+       inkscape:connector-curvature="0"
+       id="path4149"
+       d="m 4.478082,1040.3621 c -1.0398063,0 -1.7546725,0.7148 -1.7546725,1.7547 l 0,6.4906 c 0,1.105 0.649877,1.7547 1.7546725,1.7547 l 6.043851,0 c 1.104774,0 1.754657,-0.6497 1.754657,-1.7547 l 0,-6.4906 c 0,-1.0399 -0.779858,-1.7547 -1.754657,-1.7547 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4151"
+       d="m 4.478082,1044.8715 6.043851,0 c 0.454919,0 0.844848,-0.3899 0.844848,-0.9101 l 0,-1.6895 c 0,-0.5198 -0.389929,-0.9098 -0.844848,-0.9098 l -6.043851,0 c -0.5199047,0 -0.9098309,0.39 -0.9098309,0.9098 l 0,1.6895 c 0,0.5202 0.3899262,0.9101 0.9098309,0.9101 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4153"
+       d="m 5.3229205,1047.8722 c 0,-0.455 -0.3899292,-0.845 -0.8448385,-0.845 -0.5199047,0 -0.9098309,0.39 -0.9098309,0.845 0,0.4547 0.3899262,0.8446 0.9098309,0.8446 0.4549093,0 0.8448385,-0.3899 0.8448385,-0.8446 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4155"
+       d="m 11.366781,1047.8722 c 0,-0.455 -0.389929,-0.845 -0.844848,-0.845 -0.454906,0 -0.8448352,0.39 -0.8448352,0.845 0,0.4547 0.3899292,0.8446 0.8448352,0.8446 0.454919,0 0.844848,-0.3899 0.844848,-0.8446 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/switch.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/switch.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/switch.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="11"
+   viewBox="0 0 9 11"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="switch9.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="48.59375"
+     inkscape:cx="1.6973267"
+     inkscape:cy="5.2839111"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16"
+     showguides="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1042.3622)">
+    <rect
+       style="fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1.68350756;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect824-0"
+       width="9"
+       height="10.999966"
+       x="0"
+       y="1042.3622" />
+    <path
+       style="fill:#000000;stroke:#000000;stroke-width:0.99995613;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 2.5,1051.8551 v -8"
+       id="path841-8"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#000000;stroke-width:0.99995613;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 2.5,1051.8552 c 1.1516408,-2.7975 1.5,-5.493 5,-7.993"
+       id="path841-8-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/tram.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/tram.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/tram.svg	(revision 16006)
@@ -0,0 +1,186 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_tram6.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-2" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="64"
+     inkscape:cx="8.4551803"
+     inkscape:cy="9.3674229"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:snap-nodes="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3621)">
+    <rect
+       y="1039.3621"
+       x="0"
+       height="0.74999994"
+       width="16.000002"
+       id="rect4151"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.50000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       d="m 7.385014,1038.3621 -4.135014,2.55 0,1.5078 1.6835938,1.1914 -4.6835938,0 0,6.5 15.5,0 0,-6.5 -4.658203,0 1.685547,-1.1894 0,-1.5117 -4.1435845,-2.5481 z"
+       id="path4150"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccccccc" />
+    <g
+       id="g4158"
+       transform="translate(1.0000002,4.0526009e-5)">
+      <circle
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.50000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="circle4142"
+         cx="2"
+         cy="1050.3621"
+         r="1" />
+      <circle
+         r="1"
+         cy="1050.3621"
+         cx="2"
+         id="path4139"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4170"
+       transform="translate(-1.0000004,4.0526009e-5)">
+      <circle
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.50000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="circle4144"
+         cx="14.000002"
+         cy="1050.3621"
+         r="1.0000001" />
+      <circle
+         r="1.0000001"
+         cy="1050.3621"
+         cx="14.000002"
+         id="path4139-6"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4162">
+      <circle
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.50000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="circle4146"
+         cx="6.000001"
+         cy="1050.3621"
+         r="1.0000001" />
+      <circle
+         r="1.0000001"
+         cy="1050.3621"
+         cx="6.000001"
+         id="path4139-67"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4166">
+      <circle
+         style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:1.50000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+         id="circle4148"
+         cx="10.000001"
+         cy="1050.3621"
+         r="1.0000001" />
+      <circle
+         r="1.0000001"
+         cy="1050.3621"
+         cx="10.000001"
+         id="path4139-4"
+         style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <path
+       inkscape:connector-curvature="0"
+       id="path12"
+       d="m 7.9999765,1038.8578 -3.9990404,2.4716 0,0.7032 3.2943677,2.3295 -6.29530391,0 2.1e-7,5 14.0000019,0 0,-5 -6.2720885,0 3.3003035,-2.3295 0,-0.7032 -4.0282162,-2.4716 z m 0,0.9769 3.1212235,1.8482 -3.1066352,2.1858 -3.0984311,-2.1858 z m -5.9999763,5.5274 2.0000003,0 0,3 -2.0000003,0 z m 3.0000001,0 2.5000003,0 0,1.624 -2.5000003,0 z m 3.507813,0 2.5179447,0 0,1.62 -2.5179447,0 z m 3.4921877,0 2.000001,0 0,3 -2.000001,0 z"
+       sodipodi:nodetypes="cccccccccccccccccccccccccccccccccccccc" />
+    <rect
+       style="opacity:1;fill:#666666;fill-opacity:1;stroke:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4179"
+       width="16.000002"
+       height="1"
+       x="1.5543122e-015"
+       y="1038.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway/turntable.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway/turntable.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway/turntable.svg	(revision 16006)
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="15"
+   viewBox="0 0 15 15"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_turntable.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="10.029539"
+     inkscape:cy="5.9031046"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3621)">
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#4d4d4d;stroke-width:1.00000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145-1"
+       cx="7.5000005"
+       cy="1044.8621"
+       rx="7"
+       ry="7.0000043" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4179-6-2"
+       width="9.0000029"
+       height="2.000001"
+       x="3"
+       y="1042.3621"
+       ry="7.776283e-005" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4179-0-6"
+       width="9.0000029"
+       height="2.000001"
+       x="3"
+       y="1045.3621"
+       ry="7.776283e-005" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4179-1-1"
+       width="9.0000029"
+       height="2.000001"
+       x="3"
+       y="1048.3621"
+       ry="7.776283e-005" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4179-7"
+       width="9.0000029"
+       height="2.0000005"
+       x="3"
+       y="1039.3621"
+       ry="7.7762816e-005" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4162-7"
+       width="1.0000013"
+       height="13.000041"
+       x="4.000001"
+       y="1038.3621"
+       ry="7.2208291e-005" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4162-3-8"
+       width="1.0000015"
+       height="13.000041"
+       x="10.000001"
+       y="1038.3621"
+       ry="7.2208291e-005" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway_halt.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway_halt.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway_halt.svg	(revision 16006)
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+   ***************************************************************************
+   Bundesanstalt fuer Strassenwesen
+   RWB-Symbol
+   Bezeichnung:
+   Bahnhof
+   Ausdehnung in cm:
+         X_min     X_max     Y_min     Y_max
+         0.00000  15.00000   0.00000  15.00000
+-->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   version="1.1"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="station3.svg">
+  <path
+     d="M 0,16 16,16 16,0 0,0 0,16 Z"
+     id="path4"
+     style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:0.25"
+     inkscape:connector-curvature="0" />
+  <metadata
+     id="metadata26">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs24" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview22"
+     showgrid="true"
+     inkscape:zoom="45.254834"
+     inkscape:cx="8.6012633"
+     inkscape:cy="5.9623606"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4151" />
+  </sodipodi:namedview>
+  <!--
+   ***************************************************************************
+-->
+  <!--
+      INHALT
+      Dach
+-->
+  <!--
+      ****       GLEIS     ******
+-->
+  <!--
+      ****      LOKOMOTIVE   ****
+-->
+  <!--
+      ****   SCHEINWERFER  ****
+-->
+  <!--
+      ****   FRONTSCHEIBE  ****
+-->
+  <!--
+      *****  INLAY STROMABNEHMER ****
+-->
+  <g
+     id="g4142"
+     transform="matrix(1.0308709,0,0,1.0490975,-0.9384079,-1.0939817)">
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0"
+       id="path8"
+       d="m 1.866667,15.36 0,-0.74667 1.013333,0 0,-0.53333 1.493333,0 0,0.53333 3.093334,0 0,-0.53333 1.493333,0 0,0.53333 1.813333,0 0,-2.142652 4.693334,0 0,2.889322 z"
+       sodipodi:nodetypes="ccccccccccccccc" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0"
+       id="path10"
+       d="M 3.36,13.81333 A 1.4933333,1.4933333 0 0 1 1.866795,12.30045 L 1.899715,9.78541 A 2.1333333,2.1333333 0 0 1 1.931945,9.44288 L 2.063603,8.69622 A 2.1333333,2.1333333 0 0 1 2.186534,8.26751 L 2.932849,6.42032 A 0.8,0.8 0 0 1 3.160366,6.10716 l 1e-6,10e-6 C 3.487211,5.83291 4.32,5.49333 5.644587,5.43299 l 5e-6,0 A 1.401056,1.401056 0 0 0 4.555639,4.41404 l -0.673527,0 A 0.15284267,0.15284267 0 0 1 3.749746,4.18477 0.15284267,0.15284267 0 0 1 3.882112,4.10837 l 4.075776,0 a 0.15284267,0.15284267 0 0 1 0.132366,0.22927 0.15284267,0.15284267 0 0 1 -0.132366,0.0764 l -0.673527,0 A 1.401056,1.401056 0 0 0 6.195408,5.43299 l 5e-6,0 C 7.52,5.49329 8.352789,5.83291 8.679637,6.10717 l 1e-6,-10e-6 A 0.8,0.8 0 0 1 8.907155,6.42032 L 9.65347,8.26751 a 2.1333333,2.1333333 0 0 1 0.122931,0.42871 l 0.131658,0.74666 a 2.1333333,2.1333333 0 0 1 0.03223,0.34253 l 0.03292,2.51504 A 1.4933333,1.4933333 0 0 1 8.48,13.81333 l -5.12,0 z" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0"
+       id="path12"
+       d="m 3.893333,12.26667 a 0.50666667,0.50666667 0 0 0 -0.76,-0.43879 0.50666667,0.50666667 0 0 0 0,0.87757 0.50666667,0.50666667 0 0 0 0.76,-0.43878 z" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0"
+       id="path14"
+       d="m 8.96,12.26667 a 0.50666667,0.50666667 0 0 0 -0.76,-0.43879 0.50666667,0.50666667 0 0 0 0,0.87757 0.50666667,0.50666667 0 0 0 0.76,-0.43878 z" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0"
+       id="path16"
+       d="m 6.426667,10.34667 a 0.50666667,0.50666667 0 0 0 -0.76,-0.43879 0.50666667,0.50666667 0 0 0 0,0.87757 0.50666667,0.50666667 0 0 0 0.76,-0.43878 z" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0"
+       id="path18"
+       d="M 4.266667,8.5919 3.121223,8.69212 A 0.32,0.32 0 0 1 2.796634,8.25346 L 3.278701,7.06031 A 0.8,0.8 0 0 1 3.695059,6.62916 l 2e-6,0 C 4.084843,6.45563 4.96,6.24 5.92,6.24 c 0.96,0 1.835157,0.21563 2.224939,0.38916 l 2e-6,0 A 0.8,0.8 0 0 1 8.561299,7.06031 L 9.043366,8.25346 A 0.32,0.32 0 0 1 8.718777,8.69212 L 7.573333,8.5919 C 7.148288,8.5547 6.453333,8.5333 5.92,8.5333 c -0.533333,0 -1.228288,0.0214 -1.653333,0.0586 z" />
+    <path
+       style="fill:#ffffff;fill-rule:evenodd;stroke:none"
+       inkscape:connector-curvature="0"
+       id="path20"
+       d="m 5.3,4.41404 1.239999,0 A 1.7067413,1.7067413 0 0 0 5.919994,5.28462 l 1.1e-5,0 A 1.7067413,1.7067413 0 0 0 5.300001,4.41404 Z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/railway_station.svg
===================================================================
--- /trunk/resources/images/presets/transport/railway_station.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/railway_station.svg	(revision 16006)
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="512.48578"
+   id="svg2217"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="railway_station2.svg"
+   sodipodi:version="0.32"
+   width="390.41052"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2217"
+     inkscape:cx="220.66739"
+     inkscape:cy="309.31856"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.86831672"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4158"
+       originx="18.426456"
+       originy="21.881382" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2219">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 Z"
+         id="path2222"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 Z"
+         id="path2225"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4160"
+     width="390.41052"
+     height="512.48578"
+     x="0"
+     y="0" />
+  <g
+     id="g2227"
+     transform="matrix(1.1188119,0,0,1,20.615738,18.940395)">
+    <path
+       d="m 156.811,399.297 0.06,0 67.572,0 49.363,72.367 39.816,0 -69.012,-103.518 c 23.012,-3.708 45.919,-27.708 45.919,-56.958 l 0,-213.858 c 0,-30.192 -25.4,-57.906 -59.907,-57.906 l -73.53,-0.048 0.003,0 L 83,39.424 c -34.507,0 -59.907,27.714 -59.907,57.906 l 0,213.858 c 0,29.25 22.907,53.25 45.919,56.958 L 0,471.664 l 39.816,0 49.363,-72.367 67.572,0 0.06,0 z"
+       id="path2229"
+       style="fill:#000000;stroke:none"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g2231">
+      <path
+         d="m 134.768,33.184 c -9.165,0 -16.591,-7.428 -16.591,-16.593 0,-9.163 7.426,-16.591 16.591,-16.591 9.163,0 16.591,7.428 16.591,16.591 0,9.165 -7.428,16.593 -16.591,16.593 z"
+         id="path2233"
+         style="fill:#000000;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 178.854,33.184 c 9.165,0 16.591,-7.428 16.591,-16.593 C 195.445,7.428 188.019,0 178.854,0 c -9.163,0 -16.591,7.428 -16.591,16.591 0,9.165 7.428,16.593 16.591,16.593 z"
+         id="path2235"
+         style="fill:#000000;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 231.263,336.951 c 14.505,0 26.263,-11.759 26.263,-26.263 0,-14.505 -11.758,-26.263 -26.263,-26.263 -14.505,0 -26.263,11.758 -26.263,26.263 0,14.504 11.758,26.263 26.263,26.263 z"
+         id="path2237"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 156.811,198.014 0.06,0 71.751,0 c 16.5,0 30,-11.326 29.848,-29.826 l 0,-38.5 c 0,-16 -10.348,-29.962 -29.848,-29.962 l -71.751,0 -0.12,0 -71.751,0 c -19.5,0 -29.848,13.962 -29.848,29.962 l 0,38.5 C 55,186.688 68.5,198.014 85,198.014 l 71.751,0 0.06,0 z"
+         id="path2239"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 156.811,88.201 0.06,0 29.001,0 c 5.5,0 9.816,-4.513 9.816,-9.763 l 0,-17 c 0,-5.25 -4.566,-9.66 -9.816,-9.66 l -29.001,0 -0.06,0 -0.06,0 -29.001,0 c -5.25,0 -9.816,4.41 -9.816,9.66 l 0,17 c 0,5.25 4.316,9.763 9.816,9.763 l 29.001,0 0.06,0 z"
+         id="path2241"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 81.75,336.951 c -14.505,0 -26.263,-11.759 -26.263,-26.263 0,-14.505 11.758,-26.263 26.263,-26.263 14.505,0 26.263,11.758 26.263,26.263 0,14.504 -11.758,26.263 -26.263,26.263 z"
+         id="path2243"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/share_taxi.svg
===================================================================
--- /trunk/resources/images/presets/transport/share_taxi.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/share_taxi.svg	(revision 16006)
@@ -0,0 +1,162 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="40.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-2" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="3.4399436"
+     inkscape:cy="5.9839554"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 3.3636355,1038.3621 C 2.019072,1038.3621 1,1039.3665 1,1040.6954 l 0,8.1667 c 0,0.707 0.6047586,1.1667 1.1818178,1.1667 l 0,2.3333 c 4.8181822,0 5.8181822,0 10.6363652,0 l 0,-2.3333 c 0.561592,0 1.181817,-0.5156 1.181817,-1.1667 l 0,-8.1667 c 0,-1.3289 -1.019072,-2.3333 -2.363636,-2.3333 z"
+       id="rect4152-0-5"
+       sodipodi:nodetypes="sssccccssss" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 3.9999977,1039.3625 c -1.137708,0 -2,0.8609 -2,2 l 0,7 c 0,0.606 0.511719,1 1,1 l 0,2 2.000001,0 1e-6,-2 5.0000013,0 0,2 2.000001,0 0,-2 c 0.475194,0 1,-0.4419 1,-1 l 0,-7 c 0,-1.1391 -0.862292,-2 -2.000001,-2 z"
+       id="rect4152-0"
+       sodipodi:nodetypes="sssccccccccssss" />
+    <rect
+       rx="1.0000002"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152-9-3"
+       width="9.0000019"
+       height="4.0000224"
+       x="2.9999976"
+       y="-1044.3621"
+       ry="1.0000001"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-4"
+       cx="3.9999995"
+       cy="-1047.3621"
+       rx="1.0000002"
+       ry="1.0000035"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-6-5"
+       cx="11.000001"
+       cy="-1047.3621"
+       rx="1"
+       ry="1.0000036"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4145"
+       width="9"
+       height="2"
+       x="3"
+       y="1036.3623"
+       ry="7.8891375e-005" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4143"
+       width="7"
+       height="2.0000393"
+       x="4"
+       y="1037.3621"
+       ry="3.9453123e-005" />
+    <rect
+       style="opacity:1;fill:#ffe100;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4141"
+       width="5"
+       height="2.0000393"
+       x="5"
+       y="1038.3621"
+       rx="0"
+       ry="3.9453123e-005" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/station.svg
===================================================================
--- /trunk/resources/images/presets/transport/station.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/station.svg	(revision 16006)
@@ -0,0 +1,161 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="13"
+   viewBox="0 0 16 13"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="35.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="1.918858"
+     inkscape:cy="8.0581049"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     units="px">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="-420"
+       originy="-469.99999" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-420,-569.3622)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4145"
+       width="14"
+       height="7"
+       x="421"
+       y="575.36218" />
+    <path
+       style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="path4140-6"
+       sodipodi:type="arc"
+       sodipodi:cx="-428"
+       sodipodi:cy="-575.36218"
+       sodipodi:rx="8"
+       sodipodi:ry="5.9999995"
+       sodipodi:start="0"
+       sodipodi:end="3.1415927"
+       d="m -420,-575.36218 a 8,5.9999995 0 0 1 -4,5.19615 8,5.9999995 0 0 1 -8,0 8,5.9999995 0 0 1 -4,-5.19615 l 8,0 z"
+       transform="scale(-1,-1)" />
+    <rect
+       style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4142-0"
+       width="1"
+       height="7"
+       x="420"
+       y="575.36218" />
+    <rect
+       style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4144-4"
+       width="1"
+       height="7"
+       x="435"
+       y="575.36218" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 422.90909,576.3622 c -0.51714,0 -0.90909,0.43045 -0.90909,1 l 0,4 c 0,0.616 0.3541,1 0.90909,1 l 3.18182,0 c 0.57005,0 0.90909,-0.3619 0.90909,-1 l 0,-4 c 0,-0.56955 -0.39195,-1 -0.90909,-1 z"
+       id="rect4152-0"
+       sodipodi:nodetypes="sssccssss" />
+    <rect
+       rx="0.45454556"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152-9-3"
+       width="4.09091"
+       height="2.0000112"
+       x="422.45453"
+       y="-578.86206"
+       ry="0.50000006"
+       transform="scale(1,-1)" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-4"
+       cx="423.15454"
+       cy="-580.66217"
+       transform="scale(1,-1)"
+       r="0.69999999" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-6-5"
+       cx="425.89886"
+       cy="-580.66217"
+       transform="scale(1,-1)"
+       r="0.69999999" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 429.90909,576.3622 c -0.51714,0 -0.90909,0.43045 -0.90909,1 l 0,4 c 0,0.616 0.3541,1 0.90909,1 l 3.18182,0 c 0.57005,0 0.90909,-0.3619 0.90909,-1 l 0,-4 c 0,-0.56955 -0.39195,-1 -0.90909,-1 z"
+       id="rect4152-0-3"
+       sodipodi:nodetypes="sssccssss" />
+    <rect
+       rx="0.45454556"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152-9-3-4"
+       width="4.09091"
+       height="2.0000112"
+       x="429.45453"
+       y="-578.86206"
+       ry="0.50000006"
+       transform="scale(1,-1)" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-4-6"
+       cx="430.15454"
+       cy="-580.66217"
+       transform="scale(1,-1)"
+       r="0.69999999" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-6-5-6"
+       cx="432.89886"
+       cy="-580.66217"
+       transform="scale(1,-1)"
+       r="0.69999999" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/stop_position.svg
===================================================================
--- /trunk/resources/images/presets/transport/stop_position.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/stop_position.svg	(revision 16006)
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="10"
+   height="10"
+   viewBox="0 0 10 10"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="stop_position2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.4"
+     inkscape:cx="-14.653692"
+     inkscape:cy="4.1274819"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="-2.9999997"
+       originy="-3.0000175" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-2.9999996,-1039.3622)">
+    <ellipse
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ff0000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1.336766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4145"
+       cx="8"
+       cy="1044.3622"
+       rx="4.3316174"
+       ry="4.3316169" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/taxi.svg
===================================================================
--- /trunk/resources/images/presets/transport/taxi.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/taxi.svg	(revision 16006)
@@ -0,0 +1,205 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="16"
+   id="svg2060"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="taxi2.svg"
+   sodipodi:version="0.32"
+   width="14"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title></dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2060"
+     inkscape:cx="7.282018"
+     inkscape:cy="6.2532427"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="55.572269"
+     pagecolor="#ffffff"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4183"
+       originx="-1.0690308e-008"
+       originy="2.7218628e-007" />
+  </sodipodi:namedview>
+  <defs
+     id="defs2062">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 0,0 Z"
+         id="path2065"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 10,0 Z"
+         id="path2068"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4167"
+     width="14"
+     height="16"
+     x="0"
+     y="0" />
+  <g
+     id="g2070"
+     transform="matrix(0.03216656,0,0,0.02870469,0.65650753,1.0078511)">
+    <path
+       d="m 194.026,291.861 -0.058,0 -104.733,0 0,33.069 c 0,40.257 -58.238,40.736 -58.238,0 l 0,-33.069 -30.997,0 0,-103.56 C 0,160.505 22.358,145.816 34.984,144.213 L 66.858,62.816 c 6,-15.5 19,-28.748 43.5,-28.748 l 45.539,0 0,-21.252 c 0,-8.5 4.61,-12.816 12.11,-12.816 l 25.961,0 0.058,0 -0.062,0 0.059,0 26.461,0 c 7.5,0 12.11,4.316 12.11,12.816 l 0,21.252 45.016,0 c 24.5,0 37.5,13.248 43.5,28.748 l 31.874,81.397 c 12.626,1.603 35.007,16.292 35.007,44.088 l 0,103.56 -30.997,0 0,33.069 c 0,40.736 -58.238,40.257 -58.238,0 l 0,-33.069 -104.733,0 -0.059,0 0.062,0 z"
+       id="path2072"
+       style="fill:#000000;stroke:none"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g2074">
+      <path
+         d="m 193.964,142.296 -0.059,0 -125.921,0 23.998,-62.98 c 3,-9 7.502,-15.5 18.002,-15.597 l 83.921,0 0.059,0 0.059,0 83.963,0 c 10.5,0.097 15,6.597 18,15.597 l 23.998,62.98 -125.961,0 -0.059,0 z"
+         id="path2076"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+      <g
+         id="g2078">
+        <g
+           id="g2080">
+          <path
+             d="m 61.043,228.552 c -14.856,0 -26.901,-12.291 -26.901,-27.45 0,-15.159 12.045,-27.449 26.901,-27.449 14.856,0 26.9,12.29 26.9,27.449 0,15.159 -12.044,27.45 -26.9,27.45 z"
+             id="path2082"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+          <path
+             id="path2084"
+             style="fill:#ffffff;stroke:none"
+             d=""
+             inkscape:connector-curvature="0" />
+        </g>
+        <g
+           id="g2086">
+          <path
+             d="m 326.926,228.552 c 14.856,0 26.9,-12.291 26.9,-27.45 0,-15.159 -12.044,-27.449 -26.9,-27.449 -14.856,0 -26.901,12.29 -26.901,27.449 0,15.159 12.045,27.45 26.901,27.45 z"
+             id="path2088"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+          <path
+             id="path2090"
+             style="fill:#ffffff;stroke:none"
+             d=""
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+    </g>
+  </g>
+  <g
+     id="g2232"
+     transform="matrix(0.03718028,0,0,0.02929435,7.1527179,-15.851009)">
+    <g
+       transform="translate(-223.58119,501.2411)"
+       id="g2241">
+      <path
+         d="m 83.23651,579.26282 0,-105.5746 -33.405445,0 0,-16.40969 85.313655,0 0,16.40969 -33.40545,0 0,105.5746 -18.50276,0 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:171.46453857px;line-height:100%;font-family:'DIN 1451 Mittelschrift';text-indent:0;text-align:center;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+         id="path2243"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 128.57229,579.26283 44.5406,-122.06802 15.23757,0 44.54059,122.06802 -19.42372,0 -9.37696,-27.54484 -46.29878,0 -9.71185,27.54484 -19.50745,0 z m 34.66129,-43.87081 35.33108,0 c -2.56758,-7.53501 -4.59088,-13.43747 -6.06992,-17.7074 -1.47916,-4.2698 -2.76291,-8.05128 -3.85125,-11.34446 -1.08846,-3.29302 -2.19081,-6.64193 -3.30706,-10.04675 -1.11636,-3.40464 -2.59546,-8.0094 -4.43731,-13.81428 -1.95359,6.02814 -3.51641,10.84221 -4.68848,14.44221 -1.17217,3.60016 -2.30243,7.07466 -3.39078,10.4235 -1.08844,3.34898 -2.34429,7.0886 -3.76753,11.21887 -1.42333,4.13039 -3.36291,9.73982 -5.81875,16.82831 l 0,0 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:171.46453857px;line-height:100%;font-family:'DIN 1451 Mittelschrift';text-indent:0;text-align:center;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+         id="path2245"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 319.20817,579.26282 -26.70761,-45.37782 -26.79133,45.37782 -20.84701,0 37.34042,-62.54102 -34.99618,-59.44327 20.93073,0 24.36337,42.28008 24.27965,-42.28008 20.93073,0 -34.99618,59.44327 37.42414,62.54102 -20.93073,0 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:171.46453857px;line-height:100%;font-family:'DIN 1451 Mittelschrift';text-indent:0;text-align:center;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+         id="path2247"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 357.49438,579.26282 0,-121.98429 18.50277,0 0,121.98429 -18.50277,0 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:171.46453857px;line-height:100%;font-family:'DIN 1451 Mittelschrift';text-indent:0;text-align:center;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:middle;display:inline;overflow:visible;visibility:visible;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none"
+         id="path2249"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/ticket-machine.svg
===================================================================
--- /trunk/resources/images/presets/transport/ticket-machine.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/ticket-machine.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12.679727"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="ticket-machine.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     gridtolerance="10000"
+     guidetolerance="10"
+     objecttolerance="10"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="20.48"
+     inkscape:cx="0.78506038"
+     inkscape:cy="8.9487721"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4167"
+       originx="1.6538029e-006"
+       originy="9.5031071e-006" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-74.582036,-257.46378)">
+    <rect
+       style="fill:#344fdd;fill-opacity:1;stroke:#000000;stroke-width:0.51048785;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="rect4297"
+       width="10.462644"
+       height="15.489512"
+       x="74.83728"
+       y="257.71902"
+       rx="0"
+       ry="0" />
+    <rect
+       style="fill:#344fdd;fill-opacity:1;stroke:#fff6f6;stroke-width:0.7690177;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="rect5292"
+       width="5.5239263"
+       height="2.0571218"
+       x="75.876587"
+       y="269.67877"
+       ry="0"
+       rx="0" />
+    <rect
+       style="fill:#344fdd;fill-opacity:1;stroke:#fff6f6;stroke-width:0.72632074;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="rect5322"
+       width="1.3066424"
+       height="7.7577415"
+       x="79.822014"
+       y="259.40555"
+       ry="0"
+       rx="0" />
+    <ellipse
+       ry="3.1626818"
+       rx="3.4277656"
+       cy="261.22189"
+       cx="83.833992"
+       style="fill:#dfb43a;fill-opacity:1;stroke:#fff6f6;stroke-width:0;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:18;stroke-opacity:1"
+       id="path5296" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/train.svg
===================================================================
--- /trunk/resources/images/presets/transport/train.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/train.svg	(revision 16006)
@@ -0,0 +1,167 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="28.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-2" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.0000001"
+     inkscape:cx="-100.00134"
+     inkscape:cy="108.84549"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:snap-page="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4146"
+       d="m 4.376685,1037.1121 c -1.372083,0 -2.376687,0.5446 -2.376687,1.9962 l 2e-6,12.2538 11.000001,0 1e-6,-12.2538 c 0,-1.3422 -1.035853,-1.9962 -2.376687,-1.9962 z"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.50000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       sodipodi:nodetypes="ssccsss" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 3.999999,1037.3621 c -1.137708,0 -2.0000013,0.8609 -2.000001,2 l 1.8e-6,8 c 2e-7,1.232 0.7790292,2 2.0000002,2 l 7.000001,0 c 1.254116,0 2,-0.7238 2,-2 l 1e-6,-8 c 0,-1.1391 -0.862292,-2 -2.000001,-2 z"
+       id="rect4152-0"
+       sodipodi:nodetypes="sssccssss" />
+    <rect
+       rx="1.0000002"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152-9-3"
+       width="9.0000019"
+       height="4.0000224"
+       x="2.9999995"
+       y="-1042.3618"
+       ry="1.0000001"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-4"
+       cx="4"
+       cy="-1046.3621"
+       rx="1.0000002"
+       ry="1.0000035"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-6-5"
+       cx="11"
+       cy="-1046.3621"
+       rx="1"
+       ry="1.0000036"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:#c87137;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4249-2"
+       width="15.000002"
+       height="2.0000422"
+       x="-6.2488175e-007"
+       y="1050.3622"
+       ry="5.5070162e-005"
+       rx="5.5070162e-005" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4144"
+       width="2"
+       height="2.0000393"
+       x="4"
+       y="1049.3621"
+       rx="5.5070199e-005"
+       ry="0.00011014257" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4146"
+       width="2"
+       height="2.0000393"
+       x="9"
+       y="1049.3621"
+       rx="5.5070199e-005"
+       ry="0.00011014257" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/tram.svg
===================================================================
--- /trunk/resources/images/presets/transport/tram.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/tram.svg	(revision 16006)
@@ -0,0 +1,170 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="811.34546"
+   height="411.55203"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="tram.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata24">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.68035139"
+     inkscape:cx="323.2489"
+     inkscape:cy="212.63926"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4151"
+     width="811.34546"
+     height="411.55203"
+     x="0"
+     y="0" />
+  <g
+     id="layer1"
+     transform="translate(33.806061,26.564951)">
+    <path
+       d="M 141.29386,64.772007 226.621,8.5678385 310.09117,64.726728 226.67891,120.91089 141.29386,64.772007 Z"
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path30859"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 545.76835,224.85743 c -1.21781,6.90104 -6.26847,7.75147 -10.08845,11.57145 7.84407,-0.0145 20.60217,-0.10126 20.6304,-0.82639 l 0.41325,-10.61305 -10.9552,-0.13201 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30855"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 68.158738,321.23081 c 0.296957,46.35986 66.699682,46.36071 66.699682,0.41687"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path29926"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 205.72683,321.21721 c 0.29696,46.35986 66.69968,46.36071 66.69968,0.41687"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30815"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 467.10621,321.21721 c 0.29695,46.35986 66.69968,46.36071 66.69968,0.41687"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30817"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 605.09118,321.21721 c 0.29696,46.35986 66.69968,46.36071 66.69968,0.41687"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30819"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 142.04948,342.38712 55.86098,0 c -2.84312,-4.92443 -4.14019,-10.14485 -3.96029,-20.84366 l -47.00243,0 c -0.33274,10.84794 -2.0335,15.88174 -4.89826,20.84366 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30821"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 541.10118,342.49133 55.86098,0 c -2.84312,-4.92443 -4.14019,-10.14485 -3.96029,-20.84366 l -47.00243,0 c -0.33274,10.84794 -2.0335,15.88174 -4.89826,20.84366 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30825"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 570.24997,144.88875 c -5.20266,3.67303 -10.00337,6.78009 -10.00337,9.94023 l 0.0608,129.10199 c 1.21781,6.90104 6.12263,8.04315 9.94261,11.86313 l -23.73481,-0.18153 -0.29606,-141.05182 c 0,-2.79133 -4.94253,-6.05933 -10.0435,-9.66108 l 34.07437,-0.0109 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30841"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 34.77654,124.52695 669.26028,0 0,21.11153 -669.082695,0 -0.177585,-21.11153 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30827"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 405.02462,144.77233 c 5.20266,3.67303 10.00337,6.78009 10.00337,9.94023 l -0.0608,70.25496 c -1.21781,6.90104 -6.12263,8.04315 -9.94261,11.86313 l 34.07437,0 c -3.82864,-3.82864 -8.89453,-4.73619 -10.02759,-11.69317 l -0.0159,-70.69315 c 0,-2.79133 4.94253,-6.05933 10.0435,-9.66108 l -34.07437,-0.0109 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30829"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 273.9892,144.66674 c 5.20266,3.67303 10.00337,6.78009 10.00337,9.94023 l -0.0608,70.25496 c -1.21781,6.90104 -6.12263,8.04315 -9.94261,11.86313 l 34.07437,0 c -3.82864,-3.82864 -8.89453,-4.73619 -10.02759,-11.69317 l -0.0159,-70.69315 c 0,-2.79133 4.94253,-6.05933 10.0435,-9.66108 l -34.07437,-0.0109 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30833"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 143.85545,144.88875 c 5.20266,3.67303 10.00337,6.78009 10.00337,9.94023 l -0.0608,129.10199 c -1.21781,6.90104 -6.12263,8.04315 -9.94261,11.86313 l 23.73481,-0.18153 0.29606,-141.05182 c 0,-2.79133 4.94253,-6.05933 10.0435,-9.66108 l -34.07437,-0.0109 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30839"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 628.05988,144.88875 c 5.20266,3.67303 10.00337,6.78009 10.00337,9.94023 l -0.0608,129.10199 c -1.21781,6.90104 -6.12263,8.04315 -9.94261,11.86313 l 23.73481,-0.18153 -0.14581,-150.6429 -23.589,-0.0809 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30845"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 112.14105,144.77017 c -5.20266,3.67303 -10.00337,6.78009 -10.00337,9.94023 l 0.0608,129.10199 c 1.21781,6.90104 6.12263,8.04315 9.94261,11.86313 l -23.734811,-0.004 0.14581,-150.82069 23.589001,-0.0809 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30849"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 48.471006,144.5257 -45.2526605,90.04234 0,54.62836 c 0,9.86566 11.6353775,20.14236 20.5169525,20.11466 l 692.748862,0 c 8.70568,0 20.51695,-12.1808 20.51695,-20.11466 l 0,-55.51646 -45.93352,-89.50491 -13.15196,0 30.92496,60.94209 c 5.27567,19.88899 -11.03294,28.47569 -19.31007,31.38323 l -38.94111,-0.16048 0.32096,59.2954 -103.79382,0 0,-59.29758 -380.16488,0 0,59.21625 -77.886574,0 0,-59.13709 -39.180741,0 c -8.884597,0 -23.886408,-10.66321 -18.507665,-30.73695 l 30.102063,-61.1542 -13.007747,0 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30853"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 168.36959,224.926 c 1.21781,6.90104 6.26847,7.75147 10.08845,11.57145 -7.84407,-0.0145 -20.60217,-0.10126 -20.6304,-0.82639 l -0.41325,-10.61305 10.9552,-0.13201 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path30857"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 298.81034,124.9591 -7.14357,-7.49204 -132.24318,0 -6.09816,7.3178 145.48491,0.17424 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path31750"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/trolleybus.svg
===================================================================
--- /trunk/resources/images/presets/transport/trolleybus.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/trolleybus.svg	(revision 16006)
@@ -0,0 +1,169 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="31.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-2" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="1.667308"
+     inkscape:cy="9.9665688"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4151"
+       width="9"
+       height="2.9999213"
+       x="3"
+       y="1036.3617" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 3.3636355,1039.3617 C 2.019072,1039.3617 1,1040.3661 1,1041.695 l 0,8.1667 c 0,0.707 0.6047586,1.1667 1.1818178,1.1667 l 0,1.3335 c 4.8181822,2e-4 5.8181822,2e-4 10.6363652,0 l 0,-1.3335 c 0.561592,0 1.181817,-0.5156 1.181817,-1.1667 l 0,-8.1667 c 0,-1.3289 -1.019072,-2.3333 -2.363636,-2.3333 z"
+       id="rect4152-0-5"
+       sodipodi:nodetypes="sssccccssss" />
+    <path
+       inkscape:connector-curvature="0"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 3.9999977,1040.3621 c -1.137708,0 -2,0.8609 -2,2 l 0,7 c 0,0.606 0.511719,1 1,1 l 0,2 2.000001,0 1e-6,-2 5.0000013,0 0,2 2.000001,0 0,-2 c 0.475194,0 1,-0.4419 1,-1 l 0,-7 c 0,-1.1391 -0.862292,-2 -2.000001,-2 z"
+       id="rect4152-0"
+       sodipodi:nodetypes="sssccccccccssss" />
+    <rect
+       rx="1.0000002"
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4152-9-3"
+       width="9.0000019"
+       height="4.0000224"
+       x="2.9999976"
+       y="-1045.3617"
+       ry="1.0000001"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-4"
+       cx="3.9999995"
+       cy="-1048.3617"
+       rx="1.0000002"
+       ry="1.0000035"
+       transform="scale(1,-1)" />
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4177-6-5"
+       cx="11.000001"
+       cy="-1048.3617"
+       rx="1"
+       ry="1.0000036"
+       transform="scale(1,-1)" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4141"
+       width="7"
+       height="1"
+       x="4"
+       y="1037.3617"
+       rx="0"
+       ry="1" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4147"
+       width="1"
+       height="2"
+       x="6"
+       y="1038.3617"
+       ry="0" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4149"
+       width="1"
+       height="2"
+       x="8"
+       y="1038.3617"
+       ry="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/underground.svg
===================================================================
--- /trunk/resources/images/presets/transport/underground.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/underground.svg	(revision 16006)
@@ -0,0 +1,260 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="16"
+   height="16"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="subway9.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs22">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 290 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="580 : 290 : 1"
+       inkscape:persp3d-origin="290 : 193.33333 : 1"
+       id="perspective24" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowStart">
+      <path
+         id="path3568"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowEnd">
+      <path
+         id="path3565"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2683"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2959">
+      <path
+         id="path2626"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker2956">
+      <path
+         id="path2623"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective2953"
+       inkscape:persp3d-origin="306.082 : 204.39034 : 1"
+       inkscape:vp_z="612.164 : 306.58551 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 306.58551 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3077">
+      <path
+         id="path3298"
+         d="M 10,0 0,5 10,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="marker3074">
+      <path
+         id="path3295"
+         d="M 0,0 10,5 0,10 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <inkscape:perspective
+       id="perspective3071"
+       inkscape:persp3d-origin="180.936 : 163.92867 : 1"
+       inkscape:vp_z="361.87201 : 245.89301 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 245.89301 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective3724"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective7956"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+    <inkscape:perspective
+       id="perspective8355"
+       inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+       inkscape:vp_z="1 : 0.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 0.5 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:language>en</dc:language>
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="true"
+     inkscape:zoom="64.000002"
+     inkscape:cx="3.7855051"
+     inkscape:cy="13.006906"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4249" />
+  </sodipodi:namedview>
+  <path
+     inkscape:connector-curvature="0"
+     id="path1329"
+     style="fill:#3274d7;stroke:none;stroke-width:3.40799999;fill-opacity:1"
+     d="M 1.792253,0.00176061 C 0.64495383,0.00176061 0,0.59391061 0,1.8037806 L 0,14.275761 c 0,1.13171 0.57994055,1.72424 1.726228,1.72424 l 12.546522,0 c 1.146528,0 1.72725,-0.56291 1.72725,-1.72424 L 16,1.8037806 c 0,-1.18038999 -0.580722,-1.80201999 -1.763142,-1.80201999 -8e-5,0 -12.4485419,-0.004 -12.444605,0 z" />
+  <g
+     id="g2319"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2323"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g2325"
+     transform="translate(879.29125,-527.19488)">
+    <path
+       id="path2329"
+       style="fill:#ffffff;stroke:none"
+       d=""
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g4264"
+     transform="translate(5.9999998,1.9999615)">
+    <path
+       sodipodi:nodetypes="cccc"
+       id="path8372"
+       d="m 2.478544,11.578874 0,-8.0822 5.0753842,0 0,8.0822"
+       style="fill:none;stroke:#ffffff;stroke-width:1.03557968;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       inkscape:connector-curvature="0" />
+    <rect
+       y="4.0554256"
+       x="2.8336146"
+       height="7.4207835"
+       width="4.292532"
+       id="rect8376"
+       style="opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1.10825205;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
+  </g>
+  <path
+     inkscape:connector-curvature="0"
+     style="fill:none;stroke:#ffffff;stroke-width:1.23199999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 1.3929143,3.6254839 5.4931664,6.6274836 5.4809446,3.6150613"
+     id="path8395"
+     sodipodi:nodetypes="ccc" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path8397"
+     d="M 1.3845781,3.5614666 5.4145178,6.6728413 2.4285614,7.6026197"
+     style="fill:none;stroke:#ffffff;stroke-width:1.23199999;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     sodipodi:nodetypes="ccc" />
+</svg>
Index: /trunk/resources/images/presets/transport/way/combined_foot_cycleway.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/combined_foot_cycleway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/combined_foot_cycleway.svg	(revision 16006)
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="foot_cycleway_combined.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="8.2172205"
+     inkscape:cy="7.1801297"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4183"
+       cx="7.9999995"
+       cy="1044.3621"
+       r="7.75" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 16.000002,1044.3622 c 0,4.4183 -3.581722,8 -8.0000007,8 -4.4182788,0 -8.00000180882801,-3.5817 -8.00000180882801,-8 0,-4.4183 3.58172300882801,-8.0001 8.00000180882801,-8.0001 4.4182787,0 8.0000007,3.5818 8.0000007,8.0001 z"
+       style="opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path1883" />
+    <g
+       id="g4206"
+       transform="matrix(1.1965954,0,0,1.1965954,-1.5540266,-206.53432)">
+      <ellipse
+         ry="1.4791328"
+         rx="1.4791296"
+         cx="5.3428707"
+         cy="1049.2119"
+         style="fill:none;stroke:#ffffff;stroke-width:0.50000012;stroke-miterlimit:4;stroke-dasharray:none"
+         id="FrontWheel" />
+      <ellipse
+         ry="1.4791328"
+         rx="1.4791296"
+         cx="10.625476"
+         cy="1049.1843"
+         style="fill:none;stroke:#ffffff;stroke-width:0.50000012;stroke-miterlimit:4;stroke-dasharray:none"
+         id="RearWheel" />
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4174"
+         d="m 10.640625,1049.1434 -1.2173079,-1.5887 -3.3920677,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4176"
+         d="m 5.3437495,1049.1434 1.2343749,-3.0157 0.7500014,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4178"
+         d="m 6.8721935,1047.567 0.9305068,1.6117 2.8039017,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4180"
+         d="m 9.324589,1047.5652 0,-0.8906 0.671875,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4199"
+       transform="matrix(1.1301004,0,0,1.1301004,-0.85300497,-135.47293)">
+      <path
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 6.7578125 1.7851562 C 6.4310617 1.78267 5.8754088 1.9308083 5.8730469 3.1171875 C 5.8722798 3.5019866 5.9284594 3.8359523 6.1777344 4.1269531 C 6.2421651 4.0556438 6.373659 3.9174154 6.4414062 3.8496094 C 6.2079247 3.3768885 6.3356982 2.9943604 6.3730469 2.5585938 L 6.5195312 2.5976562 L 6.5195312 3.7753906 C 5.6938842 4.5534646 5.6083536 5.0746022 5.4863281 5.6640625 L 5.4863281 5.6679688 L 6.4277344 5.6738281 L 6.4414062 7.8710938 C 6.4414063 8.111014 6.8554688 8.1192638 6.8554688 7.8710938 L 6.8554688 5.6757812 L 7.046875 5.6757812 L 7.0605469 7.8710938 C 7.0605469 8.111014 7.4726562 8.1192638 7.4726562 7.8710938 L 7.4726562 5.6796875 L 8.4492188 5.6835938 C 8.3325851 5.0815894 8.301258 4.5503471 7.4160156 3.7851562 L 7.4121094 2.5625 L 7.4863281 2.5625 C 7.6957627 2.9986057 7.9602806 3.4078657 8.1152344 3.8710938 C 8.0806533 3.9819566 7.9568286 4.0898601 8.1152344 4.2773438 L 9.2167969 5.2929688 L 9.1015625 7.8242188 C 9.0662468 8.1109252 9.4353875 8.1334905 9.4707031 7.8496094 L 9.5332031 6.7070312 L 9.8007812 6.7070312 L 10.003906 7.8339844 C 10.048051 8.1205778 10.446059 8.0857481 10.388672 7.7773438 L 10.179688 6.59375 L 10.175781 5.3242188 L 10.835938 6.078125 C 11.023647 6.2878716 11.276062 6.0208585 11.089844 5.8105469 L 10.130859 4.7070312 L 9.2753906 4.71875 C 9.2753906 4.71875 8.8904963 4.4085195 8.5214844 4.0683594 C 8.7483493 3.9426922 8.4144167 3.379324 8.1210938 2.8242188 C 7.8782392 2.36472 7.7177453 1.7851562 7.0976562 1.7851562 L 6.7578125 1.7851562 z "
+         transform="matrix(0.88487729,0,0,0.88487729,0.75480417,1036.93)"
+         id="path1916" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 7.4395552,1037.8394 c 1.087e-4,0.2804 -0.2271666,0.5078 -0.507558,0.5078 -0.2803918,0 -0.5076642,-0.2274 -0.5075584,-0.5078 -1.087e-4,-0.2804 0.2271666,-0.5078 0.5075584,-0.5078 0.2803914,0 0.5076638,0.2274 0.507558,0.5078 l 0,0 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path1922" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 9.7691448,1040.4593 c 9.42e-5,0.2505 -0.2029354,0.4536 -0.4534184,0.4536 -0.2504832,0 -0.4535132,-0.2031 -0.4534187,-0.4536 -9.42e-5,-0.2504 0.2029355,-0.4535 0.4534187,-0.4535 0.250483,0 0.4535129,0.2031 0.4534184,0.4535 l 0,0 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path1924" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/cycle_lane_track.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/cycle_lane_track.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/cycle_lane_track.svg	(revision 16006)
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="cycle_lane2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="-458.48264"
+     inkscape:cy="-95.460413"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4183"
+       cx="7.9999995"
+       cy="1044.3621"
+       r="7.75" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 16.000002,1044.3622 c 0,4.4183 -3.581722,8 -8.0000007,8 -4.4182788,0 -8.00000180882801,-3.5817 -8.00000180882801,-8 0,-4.4183 3.58172300882801,-8.0001 8.00000180882801,-8.0001 4.4182787,0 8.0000007,3.5818 8.0000007,8.0001 z"
+       style="opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path1883" />
+    <g
+       id="g4206"
+       transform="matrix(1.6304228,0,0,1.6304228,-5.0175772,-664.98842)">
+      <ellipse
+         ry="1.4791328"
+         rx="1.4791296"
+         cx="5.3428707"
+         cy="1049.2119"
+         style="fill:none;stroke:#ffffff;stroke-width:0.50000012;stroke-miterlimit:4;stroke-dasharray:none"
+         id="FrontWheel" />
+      <ellipse
+         ry="1.4791328"
+         rx="1.4791296"
+         cx="10.625476"
+         cy="1049.1843"
+         style="fill:none;stroke:#ffffff;stroke-width:0.50000012;stroke-miterlimit:4;stroke-dasharray:none"
+         id="RearWheel" />
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4174"
+         d="m 10.640625,1049.1434 -1.2173079,-1.5887 -3.3920677,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4176"
+         d="m 5.3437495,1049.1434 1.2343749,-3.0157 0.7500014,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4178"
+         d="m 6.8721935,1047.567 0.9305068,1.6117 2.8039017,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4180"
+         d="m 9.324589,1047.5652 0,-0.8906 0.671875,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4312"
+       width="10.000002"
+       height="1"
+       x="3"
+       y="1038.3621"
+       ry="3.9333914e-005" />
+    <rect
+       ry="3.9333914e-005"
+       y="1049.3621"
+       x="3"
+       height="1"
+       width="10.000002"
+       id="rect4359"
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/dedicated_bridleway.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/dedicated_bridleway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/dedicated_bridleway.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dedicated_bridleway.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627418"
+     inkscape:cx="3.4120892"
+     inkscape:cy="4.8862001"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       d="m 7.9997952,1052.3625 c 4.4172818,0 8.0002068,-3.5825 8.0002068,-8.0002 0,-4.4173 -3.582925,-7.9998 -8.0002068,-7.9998 -4.4172709,0 -7.99979587683724,3.5825 -7.99979587683724,7.9998 0,4.4177 3.58252497683724,8.0002 7.99979587683724,8.0002"
+       id="path3022"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       d="m 6.7191961,1042.3192 0.9066367,-0.4749 0.1296414,0.6192 -0.460794,0.2734 c 0,0 -0.1146901,0 -0.5754841,-0.4177"
+       id="path4139"
+       inkscape:connector-curvature="0" />
+    <g
+       id="g4138"
+       transform="matrix(1.0578344,0,0,1.0903479,-0.45739441,-94.305852)">
+      <path
+         inkscape:connector-curvature="0"
+         id="path4141"
+         d="m 12.431647,1046.894 0.287942,1.3529 c 0.02866,0.1001 0.02866,0.2156 0.02866,0.302 0,0.4027 -0.359833,0.7626 -0.777006,0.7626 l -0.345282,0 0.403033,-0.7484 -0.345693,-1.5535 -1.136428,-1.1369 0.215662,0.8053 c 0.02866,0.058 0.07186,0.2451 -0.0864,0.3743 l -1.2087191,0.9927 0.05774,0.2738 c 0.028659,0.2011 -0.071859,0.5463 -0.5609436,0.6902 l -0.2160515,-1.0072 c -0.029081,-0.1293 -0.0432,-0.2589 0.1296309,-0.4026 l 1.1077473,-0.9067 -0.4026323,-1.1078 c -0.5613441,0 -1.2519292,0.3453 -2.2595269,0.3453 l -0.4599721,0 0.8198051,2.1441 c 0.1009399,0.2588 0.1296309,0.4026 0.1296309,0.5609 0,0.3598 -0.345282,0.6765 -0.6328239,0.6765 l -0.4175731,0 0.3598224,-0.6765 -0.9353065,-2.4457 -1.6981723,0 0,1.2083 0.187382,0.1728 c 0.215651,0.2016 0.287541,0.5037 0.07186,0.8199 l -0.690575,-0.4746 c -0.201522,-0.1296 -0.273402,-0.2442 -0.273402,-0.4749 l 0,-1.4966 c 0,-0.1866 0.100519,-0.4459 0.532263,-0.4891 l 0.963987,-0.1151 c 0,0 -0.287541,-0.3166 -0.388502,-0.7484 -0.08598,-0.4312 -0.100519,-1.0213 -0.100519,-1.0213 l -0.460383,-1.3238 -0.590014,0.676 0,0.073 c 0,0.1297 -0.0864,0.4749 -0.489063,0.4749 -0.302072,0 -0.504005,-0.317 -0.446254,-0.5472 l 0.489464,-2.3306 -0.316612,-0.4462 c 0.129631,-0.015 0.517733,0.028 0.690574,0.3166 0.07186,-0.015 0.316623,-0.043 0.474523,-0.043 0.359823,0 1.093618,0.1296 1.626292,0.691 0.373963,0.388 0.6186949,0.762 0.6186949,0.762 l 1.1222877,-0.5896 -0.1583113,-0.7338 c -0.0864,-0.403 0.1583113,-0.7051 0.4749235,-0.777 0.3452925,-0.086 0.6619047,0.2015 0.719255,0.4317 l 0.4317132,2.0285 c 0.057319,0.288 0.071859,0.5469 -0.244732,0.8062 0,0 0.9066367,-0.2016 1.3815597,-0.2016 0.489054,0 1.136418,0.1151 1.654963,0.561 l 0.22978,0 c 0.561355,0 1.021738,0.4026 1.021738,1.1654 l 0,1.8561 c -0.201521,0 -0.690574,-0.2589 -0.690574,-1.0504 0,-0.4171 0.07186,-0.4171 0.07186,-0.9494 0,-0.5182 -0.244732,-0.5901 -0.431713,-0.5901 l -0.144172,0 0,2.0003 0.504004,0.7479 c 0.0432,0.072 0.07186,0.2015 0.100519,0.3166"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4137"
+         d="m 7.6831831,1038.3046 c 0.3452925,0 0.6332348,0.288 0.6332348,0.6623 0,0.3594 -0.2879423,0.6619 -0.6332348,0.6619 -0.3739625,0 -0.6619047,-0.3025 -0.6619047,-0.6619 0,-0.3743 0.2879422,-0.6623 0.6619047,-0.6623"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/dedicated_cycleway.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/dedicated_cycleway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/dedicated_cycleway.svg	(revision 16006)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dedicated_cycleway.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-0.76177369"
+     inkscape:cy="3.9974697"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4183"
+       cx="7.9999995"
+       cy="1044.3621"
+       r="7.75" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 16.000002,1044.3622 c 0,4.4183 -3.581722,8 -8.0000007,8 -4.4182788,0 -8.00000180882801,-3.5817 -8.00000180882801,-8 0,-4.4183 3.58172300882801,-8.0001 8.00000180882801,-8.0001 4.4182787,0 8.0000007,3.5818 8.0000007,8.0001 z"
+       style="opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path1883" />
+    <g
+       id="g4206"
+       transform="matrix(1.6304228,0,0,1.6304228,-5.0175772,-664.98842)">
+      <ellipse
+         ry="1.4791328"
+         rx="1.4791296"
+         cx="5.3428707"
+         cy="1049.2119"
+         style="fill:none;stroke:#ffffff;stroke-width:0.50000012;stroke-miterlimit:4;stroke-dasharray:none"
+         id="FrontWheel" />
+      <ellipse
+         ry="1.4791328"
+         rx="1.4791296"
+         cx="10.625476"
+         cy="1049.1843"
+         style="fill:none;stroke:#ffffff;stroke-width:0.50000012;stroke-miterlimit:4;stroke-dasharray:none"
+         id="RearWheel" />
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4174"
+         d="m 10.640625,1049.1434 -1.2173079,-1.5887 -3.3920677,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4176"
+         d="m 5.3437495,1049.1434 1.2343749,-3.0157 0.7500014,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4178"
+         d="m 6.8721935,1047.567 0.9305068,1.6117 2.8039017,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4180"
+         d="m 9.324589,1047.5652 0,-0.8906 0.671875,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/dedicated_footway.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/dedicated_footway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/dedicated_footway.svg	(revision 16006)
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="dedicated_footway.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="12.70637"
+     inkscape:cy="2.7418827"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4183"
+       cx="7.9999995"
+       cy="1044.3621"
+       r="7.75" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 16.000002,1044.3622 c 0,4.4183 -3.581722,8 -8.0000007,8 -4.4182788,0 -8.00000180882801,-3.5817 -8.00000180882801,-8 0,-4.4183 3.58172300882801,-8.0001 8.00000180882801,-8.0001 4.4182787,0 8.0000007,3.5818 8.0000007,8.0001 z"
+       style="opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path1883" />
+    <g
+       id="g4199"
+       transform="matrix(2.0369074,0,0,2.0369074,-8.0490796,-1075.6128)">
+      <path
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 5.6679688 3.3730469 C 5.0790289 3.3685657 4.0765228 3.6370456 4.0722656 5.7753906 C 4.070883 6.4689575 4.1757035 7.0711996 4.625 7.5957031 C 4.6417898 7.5771208 4.6723236 7.5463275 4.6933594 7.5234375 C 4.7580699 7.4506864 4.8339714 7.3741453 4.90625 7.2988281 C 4.9773387 7.2239307 5.0481241 7.1452783 5.0976562 7.0957031 C 4.6768262 6.2436649 4.9072916 5.5530095 4.9746094 4.7675781 L 5.2382812 4.8378906 L 5.2382812 6.9609375 C 5.1141466 7.0779196 5.0126261 7.1879801 4.90625 7.2988281 C 4.8274255 7.3818758 4.7588022 7.4522261 4.6933594 7.5234375 C 3.7115742 8.627215 3.5660815 9.4496718 3.3769531 10.363281 L 3.3769531 10.371094 L 5.0742188 10.378906 L 5.0996094 14.34375 C 5.0996094 14.776185 5.84375 14.791055 5.84375 14.34375 L 5.84375 10.382812 L 6.1875 10.384766 L 6.2128906 14.34375 C 6.2128906 14.776185 6.9570312 14.791055 6.9570312 14.34375 L 6.9570312 10.388672 L 8.71875 10.398438 C 8.508528 9.3133771 8.4529941 8.3577054 6.8574219 6.9785156 L 6.8476562 4.7753906 L 6.9824219 4.7753906 C 7.3599094 5.5614331 7.8339905 6.2978843 8.1132812 7.1328125 C 8.0509519 7.3326331 7.8277686 7.5273115 8.1132812 7.8652344 L 10.101562 9.6972656 L 9.8925781 14.257812 C 9.8289246 14.774576 10.492987 14.816359 10.556641 14.304688 L 10.671875 12.244141 L 11.154297 12.244141 L 11.519531 14.273438 C 11.599098 14.789997 12.314374 14.727747 12.210938 14.171875 L 11.837891 12.041016 L 11.828125 9.7519531 L 13.017578 11.109375 C 13.355908 11.487425 13.814157 11.006022 13.478516 10.626953 L 11.75 8.6386719 L 10.205078 8.6601562 C 10.205078 8.6601562 9.5127681 8.0994371 8.8476562 7.4863281 C 9.2565604 7.2598241 8.6556421 6.2485756 8.1269531 5.2480469 C 7.6892289 4.4198405 7.3989064 3.3730469 6.28125 3.3730469 L 5.6679688 3.3730469 z "
+         transform="matrix(0.49094042,0,0,0.49094042,3.9516176,1036.8537)"
+         id="path1916" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 7.4395552,1037.8394 c 1.087e-4,0.2804 -0.2271666,0.5078 -0.507558,0.5078 -0.2803918,0 -0.5076642,-0.2274 -0.5075584,-0.5078 -1.087e-4,-0.2804 0.2271666,-0.5078 0.5075584,-0.5078 0.2803914,0 0.5076638,0.2274 0.507558,0.5078 l 0,0 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path1922" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 9.7691448,1040.4593 c 9.42e-5,0.2505 -0.2029354,0.4536 -0.4534184,0.4536 -0.2504832,0 -0.4535132,-0.2031 -0.4534187,-0.4536 -9.42e-5,-0.2504 0.2029355,-0.4535 0.4534187,-0.4535 0.250483,0 0.4535129,0.2031 0.4534184,0.4535 l 0,0 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path1924" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/path.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/path.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/path.svg	(revision 16006)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="path2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="1.7538291"
+     inkscape:cy="7.7235299"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       id="XMLID_164_"
+       class="st0"
+       d="M 4.4008639e-5,1048.734 C 1.9933876,1048.5426 10.335253,1046.9632 13.82955,1044.5055 c -3.270239,-1.7867 -7.8460909,-1.3191 -11.158955,-2.3481 -0.732418,-0.2338 -1.92431899,-1.0063 -0.791149,-1.7567 2.2628503,-1.0859 6.120555,-1.0386 7.2723277,-1.7347 1.4084223,-0.8512 -2.4742121,-1.9985 -3.7795367,-2.3039 0.8291485,0.1288 5.650922,0.7645 4.815971,2.2113 -0.8503911,1.4735 -4.9613089,1.7863 -6.992489,2.388 3.9192208,0.3495 14.684712,0.046 12.527055,4.5682 -1.505951,3.1563 -10.9486225,6.4727 -15.71927399,6.8325 z"
+       inkscape:connector-curvature="0"
+       style="fill:#c87137"
+       sodipodi:nodetypes="ccccscscscc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/segregated_foot_cycleway.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/segregated_foot_cycleway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/segregated_foot_cycleway.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="foot_cycleway_segregated.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="90.509668"
+     inkscape:cx="0.17403485"
+     inkscape:cy="8.2070321"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <circle
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10.43299961;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="path4183"
+       cx="7.9999995"
+       cy="1044.3621"
+       r="7.75" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 16.000002,1044.3622 c 0,4.4183 -3.581722,8 -8.0000007,8 -4.4182788,0 -8.00000180882801,-3.5817 -8.00000180882801,-8 0,-4.4183 3.58172300882801,-8.0001 8.00000180882801,-8.0001 4.4182787,0 8.0000007,3.5818 8.0000007,8.0001 z"
+       style="opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path1883" />
+    <g
+       id="g4206"
+       transform="matrix(0.8390792,0,0,0.8390792,5.3702027,164.66361)">
+      <ellipse
+         ry="1.4791328"
+         rx="1.4791296"
+         cx="5.3428707"
+         cy="1049.2119"
+         style="fill:none;stroke:#ffffff;stroke-width:0.50000012;stroke-miterlimit:4;stroke-dasharray:none"
+         id="FrontWheel" />
+      <ellipse
+         ry="1.4791328"
+         rx="1.4791296"
+         cx="10.625476"
+         cy="1049.1843"
+         style="fill:none;stroke:#ffffff;stroke-width:0.50000012;stroke-miterlimit:4;stroke-dasharray:none"
+         id="RearWheel" />
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4174"
+         d="m 10.640625,1049.1434 -1.2173079,-1.5887 -3.3920677,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="cc"
+         inkscape:connector-curvature="0"
+         id="path4176"
+         d="m 5.3437495,1049.1434 1.2343749,-3.0157 0.7500014,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4178"
+         d="m 6.8721935,1047.567 0.9305068,1.6117 2.8039017,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+      <path
+         sodipodi:nodetypes="ccc"
+         inkscape:connector-curvature="0"
+         id="path4180"
+         d="m 9.324589,1047.5652 0,-0.8906 0.671875,0"
+         style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+    <g
+       id="g4199"
+       transform="matrix(1.2697888,0,0,1.2697888,-6.3140121,-277.37088)">
+      <path
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="M 2.2363281 4.9550781 C 1.8691886 4.9522846 1.2448414 5.120101 1.2421875 6.453125 C 1.2413256 6.885488 1.3058503 7.2609201 1.5859375 7.5878906 C 1.6583323 7.507767 1.8047381 7.3515779 1.8808594 7.2753906 C 1.6185179 6.7442381 1.7627223 6.3138492 1.8046875 5.8242188 L 1.96875 5.8671875 L 1.96875 7.1914062 C 1.0410472 8.0656557 0.94570247 8.6501783 0.80859375 9.3125 L 0.80859375 9.3164062 L 1.8671875 9.3222656 L 1.8828125 11.792969 C 1.8828125 12.062545 2.3457031 12.071814 2.3457031 11.792969 L 2.3457031 9.3242188 L 2.5625 9.3261719 L 2.5761719 11.792969 C 2.5761719 12.062545 3.0410156 12.071814 3.0410156 11.792969 L 3.0410156 9.328125 L 4.1386719 9.3339844 C 4.0076214 8.657568 3.9731803 8.0609457 2.9785156 7.2011719 L 2.9726562 5.828125 L 3.0566406 5.828125 C 3.2919628 6.3181364 3.5876116 6.7783418 3.7617188 7.2988281 C 3.7228632 7.4233944 3.5837329 7.5452015 3.7617188 7.7558594 L 5.0019531 8.8964844 L 4.8710938 11.740234 C 4.8314127 12.06238 5.2454754 12.088502 5.2851562 11.769531 L 5.3554688 10.486328 L 5.6582031 10.486328 L 5.8847656 11.75 C 5.9343667 12.072018 6.3808874 12.034025 6.3164062 11.6875 L 6.0839844 10.359375 L 6.078125 8.9316406 L 6.8183594 9.7773438 C 7.0292713 10.013017 7.3147045 9.7128702 7.1054688 9.4765625 L 6.0292969 8.2382812 L 5.0644531 8.25 C 5.0644531 8.25 4.6333744 7.9017376 4.21875 7.5195312 C 4.473657 7.3783308 4.099111 6.746767 3.7695312 6.1230469 C 3.4966581 5.6067508 3.315877 4.9550781 2.6191406 4.9550781 L 2.2363281 4.9550781 z "
+         transform="matrix(0.78753268,0,0,0.78753268,4.9724896,1034.6075)"
+         id="path1916" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 7.4395552,1037.8394 c 1.087e-4,0.2804 -0.2271666,0.5078 -0.507558,0.5078 -0.2803918,0 -0.5076642,-0.2274 -0.5075584,-0.5078 -1.087e-4,-0.2804 0.2271666,-0.5078 0.5075584,-0.5078 0.2803914,0 0.5076638,0.2274 0.507558,0.5078 l 0,0 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path1922" />
+      <path
+         inkscape:connector-curvature="0"
+         d="m 9.7691448,1040.4593 c 9.42e-5,0.2505 -0.2029354,0.4536 -0.4534184,0.4536 -0.2504832,0 -0.4535132,-0.2031 -0.4534187,-0.4536 -9.42e-5,-0.2504 0.2029355,-0.4535 0.4534187,-0.4535 0.250483,0 0.4535129,0.2031 0.4534184,0.4535 l 0,0 z"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+         id="path1924" />
+    </g>
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4214"
+       width="14.46875"
+       height="0.68750006"
+       x="-1051.5964"
+       y="7.4352798"
+       ry="0.34375003"
+       transform="matrix(0,-1,1,0,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/steps.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/steps.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/steps.svg	(revision 16006)
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_steps.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-0.096159945"
+     inkscape:cy="4.7918823"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-text-baseline="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.50000024;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 10.134575,1039.558 2.104004,2.0626 c 0.45853,0.4108 -0.149351,0.9707 -0.520359,0.5993 l -1.583645,-1.5852 c 0,0 -0.0048,4.9292 -0.0094,6.8612 -0.0014,0.5918 -0.8840495,0.631 -0.8840495,-0.019 0,-0.5897 0.00187,-3.9202 0.00187,-3.9202 l -0.3133288,1.3193 -1.0985332,1.0692 c -0.4826779,0.4809 -1.1167814,-0.1368 -0.5744453,-0.6295 l 0.9008346,-0.8906 0.2704369,-1.6971 -0.00746,-1.4734 -0.8057155,1.3436 c -0.3019068,0.504 -0.9434561,0.047 -0.6248024,-0.4678 l 1.6897644,-2.7324 c 0.1234001,-0.1934 0.1749921,-0.2151 0.6646964,-0.2219 0.4897044,-0.01 0.5142236,0.1051 0.7901324,0.3819 z"
+       id="path4173"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccsccscccccccccccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m -4.7683724e-7,1044.8646 3.50088317683724,0 0,2 4,0 0,2 3.9999993,0 0,2 3.99912,0 0,1.4975"
+       id="path4179"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccccccc" />
+    <ellipse
+       style="opacity:1;fill:#0031ff;fill-opacity:1;stroke:#ffffff;stroke-width:0.75000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.98823529"
+       id="path4137"
+       cx="9.3905363"
+       cy="1037.8567"
+       rx="1.1111565"
+       ry="1.1195636" />
+    <path
+       sodipodi:nodetypes="cccccscccccccccccc"
+       inkscape:connector-curvature="0"
+       id="path4140"
+       d="m 10.134575,1039.558 2.104004,2.0626 c 0.45853,0.4108 -0.132466,0.953 -0.520359,0.5993 l -1.583645,-1.5852 c 0,0 -0.0048,4.9292 -0.0094,6.8612 -0.0014,0.5918 -0.8840495,0.631 -0.8840495,-0.019 0,-0.5897 0.00187,-3.9202 0.00187,-3.9202 l -0.3133288,1.3193 -1.0985332,1.0692 c -0.4826779,0.4809 -1.1167814,-0.1368 -0.5744453,-0.6295 l 0.9008346,-0.8906 0.2704369,-1.6971 -0.00746,-1.4734 -0.8057155,1.3436 c -0.3019068,0.504 -0.9434561,0.047 -0.6248024,-0.4678 l 1.6897644,-2.7324 c 0.1234001,-0.1934 0.1515267,-0.2152 0.6529638,-0.222 0.501437,-0.01 0.5259562,0.1052 0.801865,0.382 z"
+       style="fill:#0031ff;fill-opacity:1;fill-rule:evenodd;stroke:none" />
+    <path
+       sodipodi:nodetypes="cccccccc"
+       inkscape:connector-curvature="0"
+       id="path4145"
+       d="m -4.7683724e-7,1045.8621 2.50147647683724,0 0,2 4.0000001,0 0,2 4.0000009,0 0,2 4.498525,0"
+       style="fill:none;fill-rule:evenodd;stroke:#333333;stroke-width:1.00000024;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/track.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/track.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/track.svg	(revision 16006)
@@ -0,0 +1,117 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_track5.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="2.3283712"
+     inkscape:cy="4.8721828"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3621)">
+    <g
+       id="g4187"
+       transform="matrix(0.97816647,0,0,0.97787626,0.17462164,23.127124)">
+      <path
+         style="fill:none;stroke:#ffffff;stroke-width:1.53370905;stroke-miterlimit:4;stroke-dasharray:none"
+         d="m 7.8643285,1038.9709 -4.685811,0 0,5.4508 c -1.4220966,0.4947 -2.481982,1.88 -2.481982,3.5589 0,2.0986 1.6839725,3.7693 3.6284723,3.7693 1.8429237,0 3.4382913,-1.4835 3.612425,-3.4323 1.6579709,0 1.3542269,0 2.4427552,0.011 -0.184078,0.3388 -0.280898,0.718 -0.281719,1.1036 4.05e-4,1.282 1.039543,2.3211 2.321509,2.3215 1.282663,6e-4 2.322888,-1.0387 2.323293,-2.3215 -1.39e-4,-0.3806 -0.09382,-0.7553 -0.272804,-1.0912 0.06088,4e-4 0.832676,0 0.832676,0 l -0.0019,-3.4787 -6.1443331,-0.6204 z"
+         id="path4153"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4141"
+         d="m 7.8643285,1038.9709 -4.685811,0 0,5.4508 c -1.4220966,0.4947 -2.481982,1.88 -2.481982,3.5589 0,2.0986 1.6839725,3.7693 3.6284723,3.7693 1.8429237,0 3.4382913,-1.4835 3.612425,-3.4323 1.6579709,0 1.3542269,0 2.4427552,0.011 -0.184078,0.3388 -0.280898,0.718 -0.281719,1.1036 4.05e-4,1.282 1.039543,2.3211 2.321509,2.3215 1.282663,6e-4 2.322888,-1.0387 2.323293,-2.3215 -1.39e-4,-0.3806 -0.09382,-0.7553 -0.272804,-1.0912 0.06088,4e-4 0.832676,0 0.832676,0 l -0.0019,-3.4787 -6.1443331,-0.6204 z"
+         style="fill:#000000;stroke:none;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4139"
+         d="m 4.1787991,1039.9017 2.9455706,0 0.9878004,4.3827 -3.933371,-0.028 z"
+         style="fill:#ffffff" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4137"
+         d="m 4.3392722,1046.5044 c 0.9287187,0 1.4799173,0.7049 1.4799173,1.4994 0,0.7943 -0.5511986,1.4994 -1.4799173,1.4994 -0.928717,0 -1.4799176,-0.7051 -1.4799176,-1.4994 0,-0.7945 0.5512006,-1.4994 1.4799176,-1.4994 z"
+         style="fill:#ffffff" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path4140"
+         d="m 12.378968,1048.3337 c 0.701936,8e-4 1.153715,0.5173 1.153623,1.0967 -9.2e-5,0.5792 -0.49896,1.1112 -1.112613,1.1108 -0.613651,-7e-4 -1.11633,-0.5293 -1.110829,-1.1108 0.0055,-0.5818 0.367884,-1.0974 1.069819,-1.0967 z"
+         style="fill:#ffffff" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/tracktype_grade1.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/tracktype_grade1.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/tracktype_grade1.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="2"
+   viewBox="0 0 16 2"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="tracktype_grade1.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="30.405387"
+     inkscape:cx="8.297901"
+     inkscape:cy="1.0545581"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1051.3622)">
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06904256;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818"
+       width="1.9999911"
+       height="8"
+       x="-1053.3622"
+       y="-7.9985981"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.06904256;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818-5"
+       width="1.9999911"
+       height="8"
+       x="-1053.3622"
+       y="-16.998598"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/tracktype_grade2.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/tracktype_grade2.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/tracktype_grade2.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="2"
+   viewBox="0 0 16 2"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="tracktype_grade2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="21.499855"
+     inkscape:cx="5.0900636"
+     inkscape:cy="1.7753517"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1051.3622)">
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.92581803;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818-9"
+       width="1.9999911"
+       height="6"
+       x="-1053.3622"
+       y="-5.9985933"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.92581803;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818-9-3"
+       width="1.9999911"
+       height="6"
+       x="-1053.3622"
+       y="-13.998593"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/tracktype_grade3.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/tracktype_grade3.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/tracktype_grade3.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="2"
+   viewBox="0 0 16 2"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="tracktype_grade3.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="21.499855"
+     inkscape:cx="3.1476816"
+     inkscape:cy="5.6662282"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1051.3622)">
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75592726;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818-9-4"
+       width="1.9999911"
+       height="4"
+       x="-1053.3622"
+       y="-3.9985936"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75592726;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818-9-4-8"
+       width="1.9999911"
+       height="4"
+       x="-1053.3622"
+       y="-10.998594"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/tracktype_grade4.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/tracktype_grade4.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/tracktype_grade4.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="2"
+   viewBox="0 0 16 2"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="tracktype_grade4.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="21.499855"
+     inkscape:cx="5.636589"
+     inkscape:cy="0.83205695"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1051.3622)">
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75592726;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818-9-4-1"
+       width="1.9999911"
+       height="4"
+       x="-1053.3622"
+       y="-3.9985962"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75592726;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818-9-4-9"
+       width="1.9999911"
+       height="4"
+       x="-1053.3622"
+       y="-12.998596"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/tracktype_grade5.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/tracktype_grade5.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/tracktype_grade5.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="2"
+   viewBox="0 0 16 2"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="tracktype_grade5.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.202694"
+     inkscape:cx="0.72416271"
+     inkscape:cy="11.004183"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1051.3622)">
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75592726;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818-9-4-1-9"
+       width="1.9999911"
+       height="4"
+       x="-1053.3623"
+       y="-3.9985933"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+    <rect
+       style="opacity:1;fill:#6e541c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.75592726;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.44520551;paint-order:normal"
+       id="rect818-9-4-9-2"
+       width="1.9999911"
+       height="4"
+       x="-1053.3623"
+       y="-14.998593"
+       transform="matrix(-1.3351828e-6,-1,-1,5.3406838e-6,0,0)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_bicycle_road.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_bicycle_road.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_bicycle_road.svg	(revision 16006)
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_bicycle_road.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="64"
+     inkscape:cx="10.606902"
+     inkscape:cy="2.6828405"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43253)"
+       style="fill:#ffffff;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffffff;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4150"
+       d="m 9.0000011,1052.3621 -1.0000035,0 0,-16 1.0000035,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000014,1039.3637 -1.0000035,0 0,-2 1.0000035,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000044,1043.3637 -1.0000036,0 0,-2 1.0000036,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 0.9999997,1052.3621 -1.0000034980233,0 0,-16 1.0000034980233,0 z"
+       id="path4148"
+       inkscape:connector-curvature="0"
+       style="fill:#808080;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4144"
+       cx="12.500001"
+       cy="1048.8621"
+       r="2.5000017" />
+    <g
+       id="g4216"
+       transform="translate(-0.49999974,-0.49999774)">
+      <path
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.00000024;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+         d="m 6.9355488,1043.6628 c -0.1797699,0 -0.2077347,0.1051 -0.28125,0.2325 l -1.4140625,2.7109 c -0.3603853,-0.1453 -0.7545796,-0.2266 -1.1699219,-0.2266 -1.6356291,0 -3.0703125,1.3415 -3.0703124,2.9903 -1e-7,1.7176 1.4480151,2.9922 3.0703124,2.9922 1.6922901,0 3.0722657,-1.2871 3.0722657,-2.9922 0,-1.0437 -0.5602465,-1.97 -1.40625,-2.5059 l 0.4121093,-0.789 2.3985754,3.4113 c 0.041154,0.058 0.1426096,0.159 0.2713465,0.159 l 1.1445309,0 c 0.1440218,1.5615 1.4483258,2.7129 3.0449218,2.7129 1.62233,0 2.992188,-1.2871 2.992188,-2.9922 0,-1.6356 -1.356525,-2.9902 -2.992188,-2.9902 -1.605647,0 -2.896292,1.2048 -3.0429688,2.7109 l -0.8144526,0 0.9570314,-3.2754 0.582031,0.01 c 0.519111,0 0.51987,-0.7168 0.0078,-0.7168 l -1.7675773,-0.016 c -0.4595687,0 -0.4826045,0.7141 0.029297,0.7168 l 0.5664055,0.01 -0.839843,2.875 -2.2480467,-3.166 0.6757927,-1.2951 1.0273438,0 c 0.3707027,0 0.3707027,-0.5569 0,-0.5585 z m -2.8652344,3.4336 c 0.2975593,0 0.5767812,0.058 0.8359376,0.1524 l -1.0820313,2.0723 c -0.2068299,0.3397 0.3337774,0.6218 0.4941406,0.2578 l 1.0878907,-2.084 c 0.6200081,0.4131 1.0175781,1.1055 1.0175781,1.875 0,1.3272 -1.0138888,2.2754 -2.3535157,2.2754 -1.2500412,0 -2.3535156,-0.9608 -2.3535156,-2.2754 0,-1.2233 1.1168062,-2.2735 2.3535156,-2.2735 z m 8.9374996,0 c 1.236699,0 2.273438,1.0369 2.273438,2.2735 0,1.3272 -1.023405,2.2754 -2.273438,2.2754 -1.241846,0 -2.192412,-0.8198 -2.326172,-1.9961 l 2.404297,0 c 0.370762,0 0.370762,-0.557 0,-0.5586 l -2.402344,0 c 0.142041,-1.1083 1.099524,-1.9942 2.324219,-1.9942 z"
+         id="path4214"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccsssscccccsssccccccccccccccsccccsssssssccccs" />
+      <path
+         sodipodi:nodetypes="cccsssscccccsssccccccccccccccsccccsssssssccccs"
+         inkscape:connector-curvature="0"
+         id="path4166"
+         d="m 6.9355488,1043.6628 c -0.1797699,0 -0.2077347,0.1051 -0.28125,0.2325 l -1.4140625,2.7109 c -0.3603853,-0.1453 -0.7545796,-0.2266 -1.1699219,-0.2266 -1.6356291,0 -3.0703125,1.3415 -3.0703124,2.9903 -1e-7,1.7176 1.4480151,2.9922 3.0703124,2.9922 1.6922901,0 3.0722657,-1.2871 3.0722657,-2.9922 0,-1.0437 -0.5602465,-1.97 -1.40625,-2.5059 l 0.4121093,-0.789 2.3985754,3.4113 c 0.041154,0.058 0.1426096,0.159 0.2713465,0.159 l 1.1445309,0 c 0.1440218,1.5615 1.4483258,2.7129 3.0449218,2.7129 1.62233,0 2.992188,-1.2871 2.992188,-2.9922 0,-1.6356 -1.356525,-2.9902 -2.992188,-2.9902 -1.605647,0 -2.896292,1.2048 -3.0429688,2.7109 l -0.8144526,0 0.9570314,-3.2754 0.582031,0.01 c 0.519111,0 0.51987,-0.7168 0.0078,-0.7168 l -1.7675773,-0.016 c -0.4595687,0 -0.4826045,0.7141 0.029297,0.7168 l 0.5664055,0.01 -0.839843,2.875 -2.2480467,-3.166 0.6757927,-1.2951 1.0273438,0 c 0.3707027,0 0.3707027,-0.5569 0,-0.5585 z m -2.8652344,3.4336 c 0.2975593,0 0.5767812,0.058 0.8359376,0.1524 l -1.0820313,2.0723 c -0.2068299,0.3397 0.3337774,0.6218 0.4941406,0.2578 l 1.0878907,-2.084 c 0.6200081,0.4131 1.0175781,1.1055 1.0175781,1.875 0,1.3272 -1.0138888,2.2754 -2.3535157,2.2754 -1.2500412,0 -2.3535156,-0.9608 -2.3535156,-2.2754 0,-1.2233 1.1168062,-2.2735 2.3535156,-2.2735 z m 8.9374996,0 c 1.236699,0 2.273438,1.0369 2.273438,2.2735 0,1.3272 -1.023405,2.2754 -2.273438,2.2754 -1.241846,0 -2.192412,-0.8198 -2.326172,-1.9961 l 2.404297,0 c 0.370762,0 0.370762,-0.557 0,-0.5586 l -2.402344,0 c 0.142041,-1.1083 1.099524,-1.9942 2.324219,-1.9942 z"
+         style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.71800011;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_construction.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_construction.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_construction.svg	(revision 16006)
@@ -0,0 +1,154 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_construction.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="11.816249"
+     inkscape:cy="8.3197995"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#ffda00;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffda00;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4144"
+       d="m 9.0000011,1052.3621 -1.0000032,0 0,-16 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 1.0000026,1052.3621 -1.00000307683724,0 0,-16 1.00000307683724,0 z"
+       id="path4142"
+       inkscape:connector-curvature="0"
+       style="fill:#808080;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccsccccsccccccccccccccccccccccccccccccccccc"
+       inkscape:connector-curvature="0"
+       id="path4148"
+       d="m 10.720476,1041.2659 -1.5781251,1.961 c -0.1548457,0.1404 -0.1806967,0.3677 -0.076172,0.5488 0.517885,0.897 1.5410151,2.5351 1.5410151,2.5351 l -3.1191411,3.0567 c -0.2574782,-0.3929 -0.552496,-0.7643 -1.1269521,-0.7559 -0.462131,0.01 -0.7366883,0.1639 -1.2636719,0.7227 0,0 -1.3733516,0.079 -1.3965222,1.3725 -0.016223,0.9059 -0.7386567,-0.055 -1.1659778,1.1548 l 8.0976571,0 c -1.2813647,-0.5416 -1.0600741,-1.6258 -2.0683602,-1.5898 -0.4108704,0.016 -0.647114,-0.2616 -0.8671875,-0.5918 1.2784057,-1.2784 4.1347657,-4.0508 4.1347657,-4.0508 l -1.433593,2.4512 1.529297,3.3691 c 0.371179,0.8309 1.616701,0.2662 1.236328,-0.5605 l -1.238282,-2.7305 1.482422,-2.4589 0.06641,2.5019 0.679687,3.1132 c 0.18125,0.9018 1.536659,0.6064 1.326172,-0.289 l -0.652344,-2.9903 -0.07617,-2.541 c -0.0024,-0.1721 -0.07014,-0.3368 -0.189453,-0.4609 l -0.990239,-1.1094 0.210937,-0.207 c 0.288052,0.3533 0.929142,0.03 0.716797,-0.4531 l -0.07617,-0.1739 0.253907,-0.25 c 0.18391,-0.1839 -0.0622,-0.4549 -0.257817,-0.2636 l -0.156248,0.1523 -0.751953,-1.7012 -2.097164,-0.016 c -0.482794,8e-4 -0.621584,0.1608 -0.693852,0.2545 z m 1.017578,0.6055 1.207032,0.014 0.658203,1.4902 -0.277344,0.2734 z m -1.5,2.1719 1.611329,1.0527 -0.613282,0.5996 z"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-linejoin:round;stroke-linecap:round" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:0.0616979px"
+       d="m 11.09743,1041.0022 c -0.165896,0.01 -0.304686,0.17 -0.376954,0.2637 l -1.5781251,1.961 c -0.1548457,0.1404 -0.1847852,0.3701 -0.076172,0.5488 l 1.5410151,2.5351 -3.1191411,3.0567 c -0.2574782,-0.3929 -0.552496,-0.7643 -1.1269521,-0.7559 -0.462131,0.01 -0.7366883,0.1639 -1.2636719,0.7227 0,0 -1.3733516,0.079 -1.3965222,1.3725 -0.016223,0.9059 -0.7386567,-0.055 -1.1659778,1.1548 l 8.0976571,0 c -1.2813647,-0.5416 -1.0600741,-1.6258 -2.0683602,-1.5898 -0.4108704,0.016 -0.647114,-0.2616 -0.8671875,-0.5918 1.2784057,-1.2784 4.1347657,-4.0508 4.1347657,-4.0508 l -1.433593,2.4512 1.529297,3.3691 c 0.371179,0.8309 1.616701,0.2662 1.236328,-0.5605 l -1.238282,-2.7305 1.482422,-2.4589 0.06641,2.5019 0.679687,3.1132 c 0.18125,0.9018 1.536659,0.6064 1.326172,-0.289 l -0.652344,-2.9903 -0.07617,-2.541 c -0.0024,-0.1721 -0.07014,-0.3368 -0.189453,-0.4609 l -0.990239,-1.1094 0.210937,-0.207 c 0.288052,0.3533 0.929142,0.03 0.716797,-0.4531 l -0.07617,-0.1739 0.253907,-0.25 c 0.18391,-0.1839 -0.0622,-0.4549 -0.257817,-0.2636 l -0.156248,0.1523 -0.751953,-1.7012 z m 0.640624,0.8692 1.207032,0.014 0.658203,1.4902 -0.277344,0.2734 z m -1.5,2.1719 1.611329,1.0527 -0.613282,0.5996 z"
+       id="path2224"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccsccccscccccccccccccccccccccccccccccccccc" />
+    <circle
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4146"
+       cx="8.4802437"
+       cy="1040.3616"
+       r="1.5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_escape.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_escape.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_escape.svg	(revision 16006)
@@ -0,0 +1,257 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_escape.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="2.7365774"
+     inkscape:cy="7.827016"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#ffffff;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffffff;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4158"
+       d="m 9.0000011,1052.3621 -1.0000029,0 0,-16 1.0000029,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <rect
+       style="fill:#ffff00"
+       height="1.9550747"
+       width="1.9550747"
+       class="st11"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="964.44409"
+       x="379.53418"
+       id="XMLID_308_-8" />
+    <rect
+       height="1.9550747"
+       width="1.9550747"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="964.43304"
+       x="381.49033"
+       id="XMLID_307_-3"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       height="1.9550747"
+       width="1.9550747"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="966.39923"
+       x="379.53415"
+       id="XMLID_306_-4" />
+    <rect
+       style="fill:#ffff00"
+       height="1.9550747"
+       width="1.9550747"
+       class="st11"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="966.38818"
+       x="381.49026"
+       id="XMLID_305_-0" />
+    <rect
+       style="fill:#ffff00"
+       height="1.9550747"
+       width="1.9550747"
+       class="st11"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="968.35437"
+       x="379.53409"
+       id="XMLID_304_-9" />
+    <rect
+       height="1.9550747"
+       width="1.9550747"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="968.34326"
+       x="381.49023"
+       id="XMLID_303_-4" />
+    <rect
+       height="1.9550747"
+       width="1.9550747"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="970.30945"
+       x="379.53406"
+       id="XMLID_302_-4" />
+    <rect
+       style="fill:#ffff00"
+       height="1.9550747"
+       width="1.9550747"
+       class="st11"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="970.2984"
+       x="381.4902"
+       id="XMLID_301_-4" />
+    <rect
+       style="fill:#ffff00"
+       height="1.9550747"
+       width="1.9550747"
+       class="st11"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="972.26459"
+       x="379.53403"
+       id="XMLID_300_-8" />
+    <rect
+       height="1.9550747"
+       width="1.9550747"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="972.25354"
+       x="381.49014"
+       id="XMLID_299_-9" />
+    <rect
+       height="1.9550747"
+       width="1.9550747"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="974.21973"
+       x="379.53397"
+       id="XMLID_298_-0" />
+    <rect
+       style="fill:#ffff00"
+       height="1.9550747"
+       width="1.9550747"
+       class="st11"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="974.20862"
+       x="381.49011"
+       id="XMLID_297_-5" />
+    <rect
+       style="fill:#ffff00"
+       height="1.9550747"
+       width="1.9550747"
+       class="st11"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="976.17487"
+       x="379.53394"
+       id="XMLID_296_-7" />
+    <rect
+       height="1.9550747"
+       width="1.9550747"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="976.16376"
+       x="381.49008"
+       id="XMLID_295_-6" />
+    <rect
+       height="1.9550747"
+       width="1.9550747"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="978.12994"
+       x="379.53387"
+       id="XMLID_294_-7" />
+    <rect
+       style="fill:#ffff00"
+       height="1.9550747"
+       width="1.9550747"
+       class="st11"
+       transform="matrix(0.9348333,0.35508688,-0.35508688,0.9348333,0,0)"
+       y="978.1189"
+       x="381.49002"
+       id="XMLID_293_-0" />
+    <path
+       class="st5"
+       d="m 1.0000025,1052.3621 -1.00000297683724,0 0,-16 1.00000297683724,0 z"
+       id="path4156"
+       inkscape:connector-curvature="0"
+       style="fill:#808080;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_living_street.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_living_street.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_living_street.svg	(revision 16006)
@@ -0,0 +1,156 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_living_street10.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <clipPath
+       id="clipPath19">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 0.496094,0.0351562 5952.500006,0 0,7934.6400438 -5952.500006,0 0,-7934.6400438 z"
+         id="path21" />
+    </clipPath>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="14.148732"
+     inkscape:cy="3.6412854"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.99999994"
+       height="16.000042"
+       width="9.0000019"
+       class="st4"
+       y="1036.3621"
+       x="-4.7683727e-007"
+       id="XMLID_61_" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.99999994"
+       height="16.000042"
+       width="1.0000002"
+       class="st4"
+       y="1036.3621"
+       x="8.000001"
+       id="rect4151" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 4.9999557,1039.3655 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 4.9999587,1043.3655 -1.000004,0 0,-2 1.000004,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 4.9999587,1047.3655 -1.000004,0 0,-2 1.000004,0 z"
+       class="st5" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 7.3492603,1049.6462 c 0,-0.9478 -0.7682665,-1.7164 -1.7161141,-1.7164 -0.947775,0 -1.7161169,0.7686 -1.7161169,1.7164 0,0.9478 0.7683419,1.7159 1.7161169,1.7159 0.9478476,0 1.7161141,-0.7681 1.7161141,-1.7159"
+       id="path35"
+       style="fill:#0031ff;fill-opacity:1;fill-rule:nonzero;stroke:none" />
+    <path
+       sodipodi:nodetypes="ccccccssccccccccsssscccccc"
+       style="fill:#0031ff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff"
+       id="path4144"
+       d="m 10.140966,1046.7542 -0.9944619,-1.8507 -1.1156893,2.2312 c -0.138165,0.2764 -0.4743006,0.3906 -0.7507955,0.2513 -0.2764418,-0.1396 -0.3884647,-0.474 -0.2501991,-0.7507 l 1.5057313,-3.0115 c 0.303321,-0.6064 0.923453,-0.9897 1.6018125,-0.9897 l 1.997355,0 c 0.329737,0 0.63265,0.1787 0.788747,0.4713 l 1.156119,2.1521 c 0.09721,0.1759 0.09224,0.3906 -0.01312,0.5631 -0.105417,0.1703 -0.294717,0.2764 -0.495912,0.2681 -0.201287,0 -0.383325,-0.1229 -0.476788,-0.2988 l -1.052813,-1.9595 -0.677681,0 2.162397,4.0463 1.228131,0.022 c 0.412041,0.01 0.746203,0.3347 0.746203,0.7462 0,0.4121 -0.334121,0.7519 -0.746203,0.7462 l -1.585043,-0.022 c -0.329624,0 -0.632656,-0.1786 -0.788822,-0.4718 l -0.843783,-1.5923 -2.0731756,4.1461 c -0.1843969,0.3705 -0.6325023,0.5179 -1.0010868,0.3347 -0.3686626,-0.1842 -0.5179724,-0.6323 -0.3336765,-1.0036 z"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 10.140966,1046.7542 -0.9944619,-1.8507 -1.1156893,2.2312 c -0.138165,0.2764 -0.4743006,0.3906 -0.7507955,0.2513 -0.2764418,-0.1396 -0.3884647,-0.474 -0.2501991,-0.7507 l 1.5057313,-3.0115 c 0.303321,-0.6064 0.923453,-0.9897 1.6018125,-0.9897 l 1.997355,0 c 0.329737,0 0.63265,0.1787 0.788747,0.4713 l 1.156119,2.1521 c 0.09721,0.1759 0.09224,0.3906 -0.01312,0.5631 -0.105417,0.1703 -0.294717,0.2764 -0.495912,0.2681 -0.201287,0 -0.383325,-0.1229 -0.476788,-0.2988 l -1.052813,-1.9595 -0.677681,0 2.162397,4.0463 1.228131,0.022 c 0.412041,0.01 0.746203,0.3347 0.746203,0.7462 0,0.4121 -0.334121,0.7519 -0.746203,0.7462 l -1.585043,-0.022 c -0.329624,0 -0.632656,-0.1786 -0.788822,-0.4718 l -0.843783,-1.5923 -2.0731756,4.1461 c -0.1843969,0.3705 -0.6325023,0.5179 -1.0010868,0.3347 -0.3686626,-0.1842 -0.5179724,-0.6323 -0.3336765,-1.0036 z"
+       id="path39"
+       style="fill:#0031ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       sodipodi:nodetypes="ccccccssccccccccsssscccccc" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 10.01789,1040.8625 c 0,-0.917 -0.7435855,-1.661 -1.6606726,-1.661 -0.9172669,0 -1.6608557,0.744 -1.6608557,1.661 0,0.917 0.7435888,1.6607 1.6608557,1.6607 0.9170871,0 1.6606726,-0.7437 1.6606726,-1.6607"
+       id="path43"
+       style="fill:#0031ff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:0.50000006;stroke-miterlimit:4;stroke-dasharray:none" />
+    <rect
+       id="rect4149"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       class="st4"
+       width="1.0000002"
+       height="16.000042"
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.99999994" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_motorway.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_motorway.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_motorway.svg	(revision 16006)
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="16"
+   viewBox="0 0 15 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_motorway.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-17.965411"
+     inkscape:cy="8.1794399"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path243"
+       style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       d="m -4.7683724e-7,1052.3621 7.00000127683724,0 0,-16 -7.00000127683724,0 0,16 z" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 4.0000027,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 4.0000057,1043.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-8"
+       d="m 4.0000033,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-6"
+       d="m 4.0000033,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path243-1"
+       style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       d="m 7.9999949,1052.3621 7.0000031,0 0,-16 -7.0000031,0 0,16 z" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-6"
+       d="m 11.999999,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 12.000002,1043.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-8-5"
+       d="m 11.999999,1047.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-6-9"
+       d="m 11.999999,1051.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_motorway_link.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_motorway_link.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_motorway_link.svg	(revision 16006)
@@ -0,0 +1,165 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_motorway_link.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="2.2222667"
+     inkscape:cy="4.3455837"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path243"
+       style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       d="m -4.7683724e-7,1052.3621 7.00000127683724,0 0,-16 -7.00000127683724,0 0,16 z" />
+    <path
+       style="fill:#0000ff;fill-opacity:1"
+       d="m 7.9999995,1036.3621 0,16 7.0000005,0 0,-3 1,0 0,-9 -1,0 0,-4 -7.0000005,0 z"
+       id="XMLID_61_" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 4.0000027,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 4.0000057,1043.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-8"
+       d="m 4.0000033,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-6"
+       d="m 4.0000033,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-6"
+       d="m 11.999999,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 12.000002,1043.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-8-5"
+       d="m 11.999999,1047.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-6-9"
+       d="m 11.999999,1051.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7-0"
+       d="m 12.000002,1045.3621 0,-1 2,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7-0-6"
+       d="m 15.000002,1045.3621 0,-1 1,0 0,1 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_pedestrian.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_pedestrian.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_pedestrian.svg	(revision 16006)
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_pedestrian.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16.000001"
+     inkscape:cx="-11.842439"
+     inkscape:cy="9.1066944"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78328,616.43253)"
+       style="fill:#ffffff;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffffff;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 4.9999404,1039.3637 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 4.9999434,1043.3637 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 4.9999434,1047.3637 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 4.9999404,1051.3637 -1.000004,0 0,-2 1.000004,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 1.0000025,1052.3605 -1.00000297683724,0 0,-15.9984 1.00000297683724,0 z"
+       id="path4144"
+       inkscape:connector-curvature="0"
+       style="fill:#808080;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4146"
+       d="m 9.0000011,1052.3605 -1.0000029,0 0,-15.9984 1.0000029,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="cccccccccccccccccsscc"
+       inkscape:connector-curvature="0"
+       id="path4150"
+       d="m 8.9658564,1040.0181 c -0.7445917,0 -1.3435512,0.5365 -1.3435512,1.2025 l 0,4.5869 c -0.011891,0.7514 1.2544814,0.7514 1.2425902,0 l 0,-3.7485 0.6403454,0 0,9.1285 c -0.01528,0.9661 1.6128972,0.9661 1.5976172,0 l 0,-5.3819 0.790862,0 0,5.3819 c 0,0.966 1.612758,0.9659 1.597619,0 l 0,-9.1285 0.705526,0 0,3.7485 c -0.01195,0.7514 1.254538,0.7514 1.242589,0 l 0,-3.8636 0,-0.7235 c 0,-0.6658 -0.60007,-1.2024 -1.344661,-1.2024 l -5.1289366,0 z"
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:0.90000015;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate" />
+    <ellipse
+       style="opacity:1;fill:#0031ff;fill-opacity:1;stroke:#ffffff;stroke-width:0.50000012;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4145"
+       cx="11.53088"
+       cy="1038.2709"
+       rx="1.6588078"
+       ry="1.6587859" />
+    <path
+       style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:Sans;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;display:inline;overflow:visible;visibility:visible;fill:#0031ff;fill-opacity:1;stroke:none;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;marker:none;enable-background:accumulate"
+       d="m 8.9658564,1040.0181 c -0.7445917,0 -1.3435512,0.5365 -1.3435512,1.2025 l 0,4.5869 c -0.011891,0.7514 1.2544814,0.7514 1.2425902,0 l 0,-3.7485 0.6403454,0 0,9.1285 c -0.01528,0.9661 1.6128972,0.9661 1.5976172,0 l 0,-5.3819 0.790862,0 0,5.3819 c 0,0.966 1.612758,0.9659 1.597619,0 l 0,-9.1285 0.705526,0 0,3.7485 c -0.01195,0.7514 1.254538,0.7514 1.242589,0 l 0,-4.5871 c 0,-0.6658 -0.60007,-1.2024 -1.344661,-1.2024 l -5.1289366,0 z"
+       id="path3772"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccccccccccscc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_primary.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_primary.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_primary.svg	(revision 16006)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_primary2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-5.9316545"
+     inkscape:cy="9.4113212"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78328,616.43414)"
+       style="fill:#ff2a2a;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ff2a2a;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_primary_link.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_primary_link.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_primary_link.svg	(revision 16006)
@@ -0,0 +1,131 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_primary_link.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-7.4105752"
+     inkscape:cy="3.671305"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       d="m 16,1040.3621 0,8.9999 -6.999998,0 0,-8.9999 z m -15.999949545768,-4.0016 8.999941545768,0 0,15.9984 -8.999941545768,0 z"
+       style="fill:#ff2a2a;fill-opacity:1"
+       id="XMLID_61_-5" />
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#ff0f06;fill-opacity:0.89302326" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-3"
+       d="m 13.000002,1045.3621 0,-1 2,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-3-0"
+       d="m 9.0000011,1045.3621 0,-1 1.9999999,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-3-2"
+       d="m 5.0000004,1045.3621 0,-1 2.0000009,0 0,1 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_residential.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_residential.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_residential.svg	(revision 16006)
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_residential3.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <clipPath
+       id="clipPath19">
+      <path
+         inkscape:connector-curvature="0"
+         d="m 0.496094,0.0351562 5952.500006,0 0,7934.6400438 -5952.500006,0 0,-7934.6400438 z"
+         id="path21" />
+    </clipPath>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="7.6308379"
+     inkscape:cy="6.7768599"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.99999994"
+       height="16.000042"
+       width="9.0000019"
+       class="st4"
+       y="1036.3621"
+       x="-4.7683727e-007"
+       id="XMLID_61_" />
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.99999994"
+       height="16.000042"
+       width="1.0000002"
+       class="st4"
+       y="1036.3621"
+       x="8.000001"
+       id="rect4151" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 4.9999557,1039.3655 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 4.9999587,1043.3655 -1.000004,0 0,-2 1.000004,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 4.9999587,1047.3655 -1.000004,0 0,-2 1.000004,0 z"
+       class="st5" />
+    <rect
+       id="rect4149"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       class="st4"
+       width="1.0000002"
+       height="16.000042"
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:0.99999994" />
+    <path
+       class="st5"
+       d="m 5.0000004,1051.3621 -1.000004,0 0,-2 1.000004,0 z"
+       id="path4153"
+       inkscape:connector-curvature="0"
+       style="fill:#808080;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_road.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_road.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_road.svg	(revision 16006)
@@ -0,0 +1,153 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_road.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="9.1132973"
+     inkscape:cy="7.7363408"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382-2"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78324,616.43072)"
+       style="fill:#ffffff;fill-opacity:1">
+      <rect
+         id="XMLID_61_-9"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffffff;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4144"
+       d="m 9.000005,1052.3621 -1.000004,0 0,-16 1.000004,0 z"
+       class="st5" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:1.00000024;stroke-miterlimit:4;stroke-dasharray:none"
+       inkscape:connector-curvature="0"
+       d="m 11.736234,1039.8188 c -0.77002,0.017 -1.567111,0.7072 -1.489779,2.2195 l -1.7457337,-0.017 c -0.032221,-2.2242 1.025931,-3.0492 1.5484917,-3.2969 0.49942,-0.2368 1.133572,-0.3622 1.751006,-0.3622 0.738027,0 1.340991,0.094 1.80889,0.2787 0.4679,0.1843 0.848973,0.4225 1.133571,0.7101 0.284599,0.2877 0.482371,0.6113 0.593316,0.9664 0.110946,0.3551 0.164006,0.6967 0.164006,1.0203 0,0.409 -0.082,0.7731 -0.250832,1.0922 -0.16883,0.3191 -0.37625,0.6158 -0.622259,0.8944 -0.246009,0.2787 -0.516136,0.5394 -0.815206,0.7956 -0.29907,0.2517 -0.569197,0.5124 -0.815207,0.7821 -0.246009,0.2697 -0.453428,0.5663 -0.622258,0.8854 -0.168829,0.3191 -0.250833,0.6742 -0.250833,1.0743 l 0,0.1977 c 0,0.072 0.0048,0.1394 0.0193,0.1978 l -1.504996,0 c -0.05306,-0.2382 -0.07718,-0.4944 -0.07718,-0.7596 0,-0.3866 0.07236,-0.7326 0.221891,-1.0473 0.149535,-0.3146 0.337659,-0.6068 0.569197,-0.8764 0.231538,-0.2697 0.477547,-0.5214 0.733204,-0.7596 0.255656,-0.2338 0.501665,-0.472 0.738027,-0.7102 0.231538,-0.2382 0.424486,-0.4944 0.569197,-0.7596 0.149535,-0.2652 0.221891,-0.5528 0.221891,-0.8675 0,-0.5079 -0.173654,-0.9169 -0.52096,-1.236 -0.342484,-0.3101 -0.686455,-0.4366 -1.356739,-0.4221 z m 1.052845,10.3643 c 0,0.3236 -0.115769,0.6068 -0.347307,0.845 -0.231538,0.2382 -0.549902,0.3596 -0.95027,0.3596 -0.400368,0 -0.718732,-0.1214 -0.95027,-0.3596 -0.231538,-0.2382 -0.347307,-0.5214 -0.347307,-0.845 0,-0.3236 0.115769,-0.6068 0.347307,-0.8495 0.231538,-0.2382 0.549902,-0.3595 0.95027,-0.3595 0.400368,0 0.713909,0.1213 0.95027,0.3595 0.231538,0.2383 0.347307,0.5214 0.347307,0.8495 z"
+       class="st1"
+       id="path4148"
+       sodipodi:nodetypes="sccsssssssscssssccssscccscsssssscscs" />
+    <g
+       id="XMLID_135_"
+       transform="matrix(0.04823707,0,0,0.04494684,-1.1321391,1026.5321)"
+       style="fill:#000000">
+      <path
+         style="fill:#000000"
+         inkscape:connector-curvature="0"
+         d="m 266.77352,295.60834 c -15.96324,0.36944 -32.48768,15.73538 -30.88452,49.38093 l -36.19071,-0.38025 C 199.03031,295.12395 220.9668,276.76971 231.8,271.25733 242.15344,265.98907 255.3,263.2 268.1,263.2 c 15.3,0 27.8,2.1 37.5,6.2 9.7,4.1 17.6,9.4 23.5,15.8 5.9,6.4 10,13.6 12.3,21.5 2.3,7.9 3.4,15.5 3.4,22.7 0,9.1 -1.7,17.2 -5.2,24.3 -3.5,7.1 -7.8,13.7 -12.9,19.9 -5.1,6.2 -10.7,12 -16.9,17.7 -6.2,5.6 -11.8,11.4 -16.9,17.4 -5.1,6 -9.4,12.6 -12.9,19.7 -3.5,7.1 -5.2,15 -5.2,23.9 l 0,4.4 c 0,1.6 0.1,3.1 0.4,4.4 l -31.2,0 c -1.1,-5.3 -1.6,-11 -1.6,-16.9 0,-8.6 1.5,-16.3 4.6,-23.3 3.1,-7 7,-13.5 11.8,-19.5 4.8,-6 9.9,-11.6 15.2,-16.9 5.3,-5.2 10.4,-10.5 15.3,-15.8 4.8,-5.3 8.8,-11 11.8,-16.9 3.1,-5.9 4.6,-12.3 4.6,-19.3 0,-11.3 -3.6,-20.4 -10.8,-27.5 -7.1,-6.9 -14.23086,-9.71326 -28.12648,-9.39166 z M 288.6,526.2 c 0,7.2 -2.4,13.5 -7.2,18.8 -4.8,5.3 -11.4,8 -19.7,8 -8.3,0 -14.9,-2.7 -19.7,-8 -4.8,-5.3 -7.2,-11.6 -7.2,-18.8 0,-7.2 2.4,-13.5 7.2,-18.9 4.8,-5.3 11.4,-8 19.7,-8 8.3,0 14.8,2.7 19.7,8 4.8,5.3 7.2,11.6 7.2,18.9 z"
+         class="st1"
+         id="XMLID_140_"
+         sodipodi:nodetypes="sccsssssssscssssccssscccscsssssscscs" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000012,1039.3621 -1.000004,0 0,-2 1.000004,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000042,1043.3621 -1.000004,0 0,-2 1.000004,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000042,1047.3621 -1.000004,0 0,-2 1.000004,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000012,1051.3621 -1.000004,0 0,-2 1.000004,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 1.0000035,1052.3621 -1.00000397683724,0 0,-16 1.00000397683724,0 z"
+       id="path4142"
+       inkscape:connector-curvature="0"
+       style="fill:#808080;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_secondary.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_secondary.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_secondary.svg	(revision 16006)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_secondary.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-6.3222795"
+     inkscape:cy="9.4113212"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#ffa506;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffa506;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_secondary_link.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_secondary_link.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_secondary_link.svg	(revision 16006)
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_secondary_link.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="1.4706492"
+     inkscape:cy="6.8026677"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382-7"
+       transform="matrix(0,1.3846064,-0.49634025,0,199.69553,835.57882)"
+       style="fill:#ffa506;fill-opacity:1">
+      <path
+         id="XMLID_61_-5"
+         style="fill:#ffa506;fill-opacity:1"
+         d="m 147.89999,370.10001 6.5,0 0,14.1 -6.5,0 z m -2.89006,32.23584 0,-18.1326 11.55447,0 0,18.1326 z" />
+    </g>
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#ffa506;fill-opacity:1" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-5"
+       d="m 5.0000004,1045.3621 0,-1 1.9999999,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-5-5"
+       d="m 9.0000011,1045.3621 0,-1 1.9999999,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-5-7"
+       d="m 13.000002,1045.3621 0,-1 2,0 0,1 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_service.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_service.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_service.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="7"
+   height="16"
+   viewBox="0 0 7 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_service.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="2.891509"
+     inkscape:cy="9.0539547"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.0769141,0,0,1.1346381,-159.27553,616.43092)"
+       style="fill:#ffffff;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffffff;fill-opacity:1" />
+    </g>
+    <path
+       class="st5"
+       d="m 1.000003,1052.3605 -1.00000323841862,0 0,-15.9984 1.00000323841862,0 z"
+       id="path4144"
+       inkscape:connector-curvature="0"
+       style="fill:#808080;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       class="st5"
+       d="m 7.0000006,1052.3621 -1.0000032,0 0,-15.9984 1.0000032,0 z"
+       id="path4144-2"
+       inkscape:connector-curvature="0"
+       style="fill:#808080;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_service_parking_aisle.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_service_parking_aisle.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_service_parking_aisle.svg	(revision 16006)
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="4"
+   height="16"
+   viewBox="0 0 4 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_service_parking_aisle.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="-0.75848883"
+     inkscape:cy="6.6411186"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(0.6153756,0,0,1.1346381,-91.013989,616.43092)"
+       style="fill:#ffffff;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffffff;fill-opacity:1" />
+    </g>
+    <path
+       class="st5"
+       d="m 1.0000031,1052.3621 -1.000003159604648,0 0,-15.9984 1.000003159604648,0 z"
+       id="path4144-2"
+       inkscape:connector-curvature="0"
+       style="fill:#808080;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#808080;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4142"
+       d="m 4.0000001,1052.3605 -1.0000031,0 0,-15.9984 1.0000031,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_tertiary.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_tertiary.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_tertiary.svg	(revision 16006)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_tertiary2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-0.6035295"
+     inkscape:cy="9.4113212"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#ffd42a">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#ffd42a" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_tertiary_link.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_tertiary_link.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_tertiary_link.svg	(revision 16006)
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_tertiary_link.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="2.3495955"
+     inkscape:cy="7.7550712"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       d="m 16,1040.3622 0,8.9999 -6.999998,0 0,-8.9999 z m -15.999949545768,-4.0017 8.999941545768,0 0,15.9984 -8.999941545768,0 z"
+       style="fill:#ffd42a;fill-opacity:1"
+       id="XMLID_61_-0" />
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-2"
+       d="m 5.0000004,1045.3621 0,-1 2,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-5"
+       d="m 9.0000011,1045.3621 0,-1 2.0000009,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#606060;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-5-0"
+       d="m 13.000002,1045.3621 0,-1 2.000001,0 0,1 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_trunk.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_trunk.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_trunk.svg	(revision 16006)
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_trunk.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="2.4525276"
+     inkscape:cy="7.8737159"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       d="m 5.0454232e-5,1036.3605 8.999941545768,0 0,15.9984 -8.999941545768,0 z"
+       style="fill:#0000ff;fill-opacity:1"
+       id="XMLID_61_-5"
+       sodipodi:nodetypes="ccccc" />
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#ff0f06;fill-opacity:0.89302326" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_trunk_link.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_trunk_link.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_trunk_link.svg	(revision 16006)
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_trunk_link.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="22.22596"
+     inkscape:cy="11.12509"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382-3"
+       transform="matrix(0,1.3846064,-0.49645373,0,199.73753,835.57882)"
+       style="fill:#0000ff;fill-opacity:1">
+      <path
+         id="XMLID_61_-5"
+         style="fill:#0000ff;fill-opacity:1"
+         d="m 147.89999,370.10001 6.5,0 0,14.1 -6.5,0 z m -2.89006,32.22848 0,-18.12846 11.55447,0 0,18.12846 z" />
+    </g>
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#ff0f06;fill-opacity:0.89302326" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-3"
+       d="m 13.000002,1045.3621 0,-1 2,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-3-0"
+       d="m 9.0000011,1045.3621 0,-1 1.9999999,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-3-2"
+       d="m 5.0000004,1045.3621 0,-1 2.0000009,0 0,1 z"
+       class="st5" />
+    <g
+       id="g3382-3-9"
+       transform="matrix(0,1.3846064,-0.49645373,0,199.73753,835.57882)"
+       style="fill:#0000ff;fill-opacity:1">
+      <path
+         inkscape:connector-curvature="0"
+         id="XMLID_61_-5-4"
+         style="fill:#0000ff;fill-opacity:1"
+         d="m 147.89999,370.10001 6.5,0 0,14.1 -6.5,0 z m -2.89006,32.22848 0,-18.12846 11.55447,0 0,18.12846 z" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-3"
+       d="m 5.0000048,1039.3623 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-2"
+       d="m 5.0000078,1043.3623 -1.0000033,0 0,-2 1.0000033,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7-9"
+       d="m 5.0000079,1047.3623 -1.0000034,0 0,-2 1.0000034,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4-8"
+       d="m 5.0000048,1051.3623 -1.0000034,0 0,-2 1.0000034,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-3-6"
+       d="m 13.000008,1045.3623 0,-1 2,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-3-0-7"
+       d="m 9.000006,1045.3623 0,-1 2,0 0,1 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-3-2-6"
+       d="m 5.0000046,1045.3623 0,-1 2.0000013,0 0,1 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/transport/way/way_unclassified.svg
===================================================================
--- /trunk/resources/images/presets/transport/way/way_unclassified.svg	(revision 16006)
+++ /trunk/resources/images/presets/transport/way/way_unclassified.svg	(revision 16006)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="way_unclassified.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-1.7588147"
+     inkscape:cy="6.7477773"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5.0000006,1039.3621 -1.000003,0 0,-2 1.000003,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5.0000036,1043.3621 -1.0000031,0 0,-2 1.0000031,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5.0000037,1047.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5.0000006,1051.3621 -1.0000032,0 0,-2 1.0000032,0 z"
+       class="st5" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/asl.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/asl.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/asl.svg	(revision 16006)
@@ -0,0 +1,155 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="15"
+   viewBox="0 0 16 15"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="asl2.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.296875"
+     inkscape:cx="0.65753195"
+     inkscape:cy="8.1240404"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     viewbox-height="16">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136"
+       originx="0"
+       originy="0"
+       spacingx="1"
+       spacingy="1" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3622)">
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect816"
+       width="16"
+       height="14.999983"
+       x="0"
+       y="1038.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect818"
+       width="1"
+       height="3"
+       x="1"
+       y="1039.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect820"
+       width="1"
+       height="3"
+       x="1"
+       y="1044.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect822"
+       width="1"
+       height="3"
+       x="1"
+       y="1049.3622" />
+    <rect
+       style="fill:#b100ff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect826"
+       width="10"
+       height="4.0000172"
+       x="5"
+       y="1040.3622" />
+    <rect
+       style="fill:#b100ff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect828"
+       width="3"
+       height="9.0000172"
+       x="12"
+       y="1044.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect830"
+       width="1"
+       height="8.0000172"
+       x="11"
+       y="1045.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect832"
+       width="8"
+       height="1.0000174"
+       x="4"
+       y="1044.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect834"
+       width="1"
+       height="5"
+       x="4"
+       y="1039.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect836"
+       width="11"
+       height="1"
+       x="5"
+       y="1039.3622" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:normal"
+       id="rect838"
+       width="1"
+       height="13"
+       x="15"
+       y="1040.3622" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/bicycle_rental.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/bicycle_rental.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/bicycle_rental.svg	(revision 16006)
@@ -0,0 +1,219 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="394.8786"
+   id="svg2287"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="bicycle_rental.svg"
+   sodipodi:version="0.32"
+   width="411.93304"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   version="1.0">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>AIGA_Symbol_Signs</dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="g2297"
+     inkscape:cx="-87.454318"
+     inkscape:cy="415.54616"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.43415836"
+     pagecolor="#ffffff"
+     showgrid="false"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs2289">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 0,0 Z"
+         id="path2292"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 10,0 Z"
+         id="path2295"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <g
+     id="g2297"
+     transform="translate(-612.85914,202.69102)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+       id="rect4166"
+       width="411.93304"
+       height="394.8786"
+       x="612.85913"
+       y="-202.69101" />
+    <g
+       id="g2303"
+       transform="translate(628.80282,-202.69102)">
+      <g
+         id="g2305">
+        <path
+           style="fill:#000000;stroke:none"
+           id="path2307"
+           d="m 101.99,148.102 c 40.486,0 73.305,-33.154 73.305,-74.049 C 175.295,33.154 142.476,0 101.99,0 61.506,0 28.684,33.154 28.684,74.053 c 0,40.895 32.822,74.049 73.306,74.049 z"
+           inkscape:connector-curvature="0" />
+        <path
+           style="fill:#000000;stroke:none"
+           id="path2309"
+           d=""
+           inkscape:connector-curvature="0" />
+      </g>
+      <path
+         style="fill:#000000;stroke:none"
+         id="path2311"
+         d="m 156.681,37.263 156.553,0 25.144,25.4 c 4.626,4.673 4.508,7.909 0,12.461 l -30.599,30.908 -18.027,-18.207 -18.028,18.207 -17.792,-17.969 -17.314,17.49 -18.028,-18.207 -23.485,23.72 -38.424,0 0,-73.803 z"
+         inkscape:connector-curvature="0" />
+    </g>
+    <g
+       transform="matrix(-2.3580476,0,0,2.3580476,1298.8426,-348.60879)"
+       id="g2873">
+      <circle
+         id="path596"
+         style="font-size:12px;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:26;stroke-opacity:1"
+         transform="matrix(0.336803,0,0,0.336803,192.5945,42.97304)"
+         cx="200.53224"
+         cy="461.96271"
+         r="78.380615" />
+      <circle
+         id="path595"
+         style="font-size:12px;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:26;stroke-opacity:1"
+         transform="matrix(0.336803,0,0,0.336803,79.45661,42.45877)"
+         cx="200.53224"
+         cy="461.96271"
+         r="78.380615" />
+      <path
+         d="m 167.90982,153.1369 67.88271,0.34285 23.99893,44.56945 -45.94082,0 -47.99787,-32.56998"
+         id="path594"
+         sodipodi:nodetypes="ccccc"
+         style="font-size:12px;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:7.03076267;stroke-linejoin:round;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 170.5183,126.42646 c -3.68727,0 -6.47436,-0.0823 -9.3311,4.28198 -0.8223,1.45485 -1.19826,3.23121 -0.89463,4.99942 0.36424,2.01063 1.55461,3.98605 2.9579,5.15545 1.8582,1.54851 3.62168,1.42905 3.33668,2.82107 -0.36568,1.78612 -1.48168,4.26817 -2.68771,8.29852 -1.22421,4.09107 -2.67788,9.09815 -4.10479,14.02995 -1.42691,4.93179 -2.82762,9.79096 -3.93638,13.57737 -0.55439,1.8932 -1.03856,3.51883 -1.41037,4.73629 -0.36225,1.18617 -0.68208,2.10756 -0.65255,2.04187 -1.15517,2.03243 -1.31241,3.35676 -3.24999,5.08664 -2.17245,1.9013 -3.94123,3.30588 -4.5551,3.73494 -1.5592,1.13265 -2.28405,3.52298 -1.46069,4.70406 1.03764,1.60962 3.18064,1.85653 4.74689,1.37498 1.4872,-0.4721 3.84141,-1.28303 6.57128,-3.54405 l 0.0211,-0.0316 0.0316,-0.0211 c 3.79847,-3.25812 5.20374,-7.21245 5.34674,-7.44124 l 0.19998,-0.30523 0.13683,-0.3368 c 0.32914,-0.81022 0.52629,-1.52463 0.91568,-2.79968 0.38939,-1.27505 0.88302,-2.92231 1.44194,-4.83102 1.11784,-3.8174 2.51144,-8.68396 3.93638,-13.60894 1.42495,-4.92498 2.87506,-9.90657 4.08374,-13.94575 1.20868,-4.03918 1.97229,-7.35653 2.25456,-8.06222 0.68704,-1.71759 1.03803,-3.57187 0.56836,-5.43095 -0.46966,-1.85908 -1.87315,-3.35951 -3.13301,-3.7083 -2.87573,-0.80454 -2.1127,-2.87302 -0.64144,-2.87602 l 12.329,-0.0251 0.0304,-7.87445 c -8e-5,-1.7e-4 -8.00272,-1.7e-4 -12.85122,-1.7e-4 z"
+         id="path593"
+         sodipodi:nodetypes="ccccscccccsscsccccccccccccssccc"
+         style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke-width:25;stroke-linecap:round"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 214.73026,196.65372 23.27289,-56.97008"
+         id="path599"
+         style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:8.42007542;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 204.30595,178.47178 18.90921,40.00027"
+         id="path600"
+         style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:3.0733273;stroke-linecap:round;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <circle
+         id="path597"
+         style="font-size:12px;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:31.30500031;stroke-opacity:1"
+         transform="matrix(0.132315,0,0,0.136689,187.5743,134.9894)"
+         cx="200.53224"
+         cy="461.96271"
+         r="78.380615" />
+      <path
+         d="m 199.25786,179.69861 12.42128,0.11386"
+         id="path601"
+         sodipodi:nodetypes="cc"
+         style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.29423809;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 216.88312,216.79001 12.42128,0.11386"
+         id="path602"
+         sodipodi:nodetypes="cc"
+         style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:4.29423809;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 249.39728,134.59251 -29.21234,0 c -1.09092,0 -2.49896,1.92976 -1.09092,3.21215 1.52286,1.44934 15.21224,4.42427 15.21224,4.42427 0,0 3.7576,1.03031 5.75762,0.78789 2.00001,-0.24243 8.90915,-0.84849 9.3334,-8.42431 z"
+         id="path603"
+         sodipodi:nodetypes="cssccc"
+         style="font-size:12px;fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.33680301pt;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+    </g>
+    <circle
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path2352"
+       transform="translate(594.43268,-211.90425)"
+       cx="101.34551"
+       cy="83.932152"
+       r="18.426456" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/bicycle_repair_station.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/bicycle_repair_station.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/bicycle_repair_station.svg	(revision 16006)
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   height="575"
+   width="575"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="16.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:modified="TRUE"
+   inkscape:export-filename="/home/uwe/Desktop/Zeichen_237.png"
+   inkscape:export-xdpi="4.2362185"
+   inkscape:export-ydpi="4.2362185">
+  <title
+     id="title68846">Bicycle repair station</title>
+  <metadata
+     id="metadata13">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Bicycle repair station</dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Bryce Nesbitt</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Unrestricted</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:description>Wrench plus bicycle symbol</dc:description>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>BeaOriginal</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs11" />
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="1.1172287"
+     inkscape:cx="457.44214"
+     inkscape:cy="226.1412"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2988"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="-8.609891e-005px" />
+  </sodipodi:namedview>
+  <rect
+     style="fill:#ffffff;fill-opacity:1;stroke:#0078ff;stroke-width:0.98967296;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+     id="rect2990"
+     width="574.01031"
+     height="574.01031"
+     x="0.49483648"
+     y="0.49483648" />
+  <g
+     id="g3138"
+     transform="matrix(0.98757845,0,0,1,-171.61601,7.0110373)"
+     inkscape:export-xdpi="4.2362185"
+     inkscape:export-ydpi="4.2362185">
+    <circle
+       transform="matrix(0.612193,0,0,0.612193,156.40859,178.29391)"
+       r="161"
+       cy="409"
+       cx="215"
+       style="fill:none;stroke:#000000;stroke-width:40px;stroke-opacity:1"
+       id="FrontWheel"
+       sodipodi:cx="215"
+       sodipodi:cy="409"
+       sodipodi:rx="161"
+       sodipodi:ry="161"
+       d="m 376,409 c 0,88.91784 -72.08216,161 -161,161 -88.91784,0 -161,-72.08216 -161,-161 0,-88.91784 72.08216,-161 161,-161 88.91784,0 161,72.08216 161,161 z" />
+    <circle
+       transform="matrix(0.612193,0,0,0.612193,156.40859,178.29391)"
+       r="161"
+       cy="406"
+       cx="790"
+       style="fill:none;stroke:#000000;stroke-width:40px;stroke-opacity:1"
+       id="RearWheel"
+       sodipodi:cx="790"
+       sodipodi:cy="406"
+       sodipodi:rx="161"
+       sodipodi:ry="161"
+       d="m 951,406 c 0,88.91784 -72.08216,161 -161,161 -88.91784,0 -161,-72.08216 -161,-161 0,-88.91784 72.08216,-161 161,-161 88.91784,0 161,72.08216 161,161 z" />
+    <path
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.61219299;stroke-opacity:1"
+       id="Frame"
+       d="m 419.33591,187.76277 c -81.15626,0.791 -67.39292,-8.38456 -111.05594,131.93826 -35.56995,112.11783 -31.69552,99.89097 -31.88155,107.75543 -0.13037,6.10982 4.80163,10.95404 10.99923,11.36869 12.88887,-1.30322 7.46752,1.39395 52.15306,-137.36977 163.27931,172.24394 102.021,144.31296 189.89195,147.81092 115.48553,-1.10739 124.87203,6.01158 126.24309,-10.91575 -0.1582,-5.74792 -2.84759,-9.17557 -82.10546,-185.56784 l 7.59356,-20.88232 26.1029,-0.4746 -0.9492,-21.83151 -97.2926,0 c -8.5955,11.75949 3.48039,11.70675 46.98521,21.35692 l -7.59357,21.3569 -194.11061,0.47461 c 13.07781,-45.66688 5.69518,-42.8193 64.54534,-42.71383 l 0.47459,-22.30611 z m -70.62884,88.427 189.94107,-0.33678 -54.89431,147.50742 -135.04676,-147.17064 z m 212.84176,8.75614 -53.88399,141.44548 117.87123,0.33677 -63.98724,-141.78225 z"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="Layer_2"
+     transform="matrix(0,-1.6091568,1.6672138,0,-129.48538,524.0285)">
+    <path
+       d="m 230.667,88 5,42 20,6.333 18,-11 -6.333,-43 c 0,0 36.667,11 39.667,37.333 0,0 3.999,23 -10.334,34 l -10.999,10 c 0,0 -14,10.667 -10.667,34 v 204 l -0.333,7.667 c 0,0 1,9 -9,9.333 h -19 c 0,0 -10,1.667 -11.667,-12.333 V 185.999 c 0,0 1.333,-12.333 -8.333,-18.333 l -12.333,-10 c 0,0 -21.333,-16.334 -7.333,-45.667 -0.001,0 4.999,-13.999 23.665,-23.999 z"
+       id="path68800"
+       inkscape:connector-curvature="0"
+       style="fill:#1e1916" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/bump.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/bump.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/bump.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__bump_2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="1.8121138"
+     inkscape:cy="7.2926704"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846053,0,0,1.1346381,-204.78305,616.43414)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1039.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5,1042.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5,1048.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1051.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4154"
+       width="9"
+       height="2"
+       x="2.3607492e-006"
+       y="1043.3652" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/car_parts.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/car_parts.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/car_parts.svg	(revision 16006)
@@ -0,0 +1,152 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="149.28694"
+   height="139.99617"
+   id="svg3009"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="Neues Dokument 2">
+  <defs
+     id="defs3011" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="2.8"
+     inkscape:cx="107.5065"
+     inkscape:cy="66.142335"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3014">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-305.35701,-413.79721)">
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:12.4419775;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+       id="path2985"
+       sodipodi:cx="268.57144"
+       sodipodi:cy="469.50504"
+       sodipodi:rx="157.14285"
+       sodipodi:ry="157.14285"
+       d="m 425.71429,469.50504 c 0,86.7876 -70.35525,157.14285 -157.14285,157.14285 -86.7876,0 -157.14285,-70.35525 -157.14285,-157.14285 0,-86.78761 70.35525,-157.14286 157.14285,-157.14286 86.7876,0 157.14285,70.35525 157.14285,157.14286 z"
+       transform="matrix(0.42849139,0,0,0.42849139,269.56245,282.61189)"
+       inkscape:export-xdpi="9.645854"
+       inkscape:export-ydpi="9.645854" />
+    <path
+       style="fill:#ff0000;stroke:none;display:inline"
+       d="m 343.92899,423.79074 0,120.00003 -15.00015,0 c -31.81806,-40.28928 -31.03773,-80.28218 0,-120.00003 z"
+       id="path4019"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc"
+       inkscape:export-xdpi="9.645854"
+       inkscape:export-ydpi="9.645854" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:14.46901035;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+       id="path2991"
+       sodipodi:cx="-100"
+       sodipodi:cy="432.36218"
+       sodipodi:rx="140"
+       sodipodi:ry="140"
+       d="m 40,432.36218 c 0,77.31987 -62.680135,140 -140,140 -77.31986,0 -140,-62.68013 -140,-140 0,-77.31986 62.68014,-140 140,-140 77.319865,0 140,62.68014 140,140 z"
+       transform="matrix(0.3395943,0,0,0.33959431,418.60243,336.96302)"
+       inkscape:export-xdpi="9.645854"
+       inkscape:export-ydpi="9.645854" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+       id="path3944"
+       sodipodi:cx="60"
+       sodipodi:cy="472.36218"
+       sodipodi:rx="20"
+       sodipodi:ry="20"
+       d="m 80,472.36218 c 0,11.0457 -8.954305,20 -20,20 -11.045695,0 -20,-8.9543 -20,-20 0,-11.04569 8.954305,-20 20,-20 11.045695,0 20,8.95431 20,20 z"
+       transform="matrix(0.75,0,0,0.75,339.643,129.51912)"
+       inkscape:export-xdpi="9.645854"
+       inkscape:export-ydpi="9.645854" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+       id="path4021-4"
+       sodipodi:cx="130"
+       sodipodi:cy="642.36218"
+       sodipodi:rx="30"
+       sodipodi:ry="30"
+       d="m 160,642.36218 c 0,16.56855 -13.43146,30 -30,30 -16.56854,0 -30,-13.43145 -30,-30 0,-16.56854 13.43146,-30 30,-30 16.56854,0 30,13.43146 30,30 z"
+       transform="matrix(0.16666667,0,0,0.16666667,362.97633,346.73039)"
+       inkscape:export-xdpi="9.645854"
+       inkscape:export-ydpi="9.645854" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+       id="path4021-4-9"
+       sodipodi:cx="130"
+       sodipodi:cy="642.36218"
+       sodipodi:rx="30"
+       sodipodi:ry="30"
+       d="m 160,642.36218 c 0,16.56855 -13.43146,30 -30,30 -16.56854,0 -30,-13.43145 -30,-30 0,-16.56854 13.43146,-30 30,-30 16.56854,0 30,13.43146 30,30 z"
+       transform="matrix(0.16666667,0,0,0.16666667,392.97633,376.73039)"
+       inkscape:export-xdpi="9.645854"
+       inkscape:export-ydpi="9.645854" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+       id="path4021-4-4"
+       sodipodi:cx="130"
+       sodipodi:cy="642.36218"
+       sodipodi:rx="30"
+       sodipodi:ry="30"
+       d="m 160,642.36218 c 0,16.56855 -13.43146,30 -30,30 -16.56854,0 -30,-13.43145 -30,-30 0,-16.56854 13.43146,-30 30,-30 16.56854,0 30,13.43146 30,30 z"
+       transform="matrix(0.16666667,0,0,0.16666667,332.97633,376.73039)"
+       inkscape:export-xdpi="9.645854"
+       inkscape:export-ydpi="9.645854" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none;display:inline"
+       id="path4021-4-7"
+       sodipodi:cx="130"
+       sodipodi:cy="642.36218"
+       sodipodi:rx="30"
+       sodipodi:ry="30"
+       d="m 160,642.36218 c 0,16.56855 -13.43146,30 -30,30 -16.56854,0 -30,-13.43145 -30,-30 0,-16.56854 13.43146,-30 30,-30 16.56854,0 30,13.43146 30,30 z"
+       transform="matrix(0.16666667,0,0,0.16666667,362.97633,406.73039)"
+       inkscape:export-xdpi="9.645854"
+       inkscape:export-ydpi="9.645854" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/car_pooling.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/car_pooling.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/car_pooling.svg	(revision 16006)
@@ -0,0 +1,108 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="860"
+   width="1044.3423"
+   version="1.1"
+   id="svg22"
+   sodipodi:docname="car_pooling1.svg"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)">
+  <metadata
+     id="metadata28">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs26" />
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     id="namedview24"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:zoom="0.5822775"
+     inkscape:cx="467.73983"
+     inkscape:cy="598.07555"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg22">
+    <inkscape:grid
+       type="xygrid"
+       id="grid835"
+       originx="0"
+       originy="-3.2421875e-005" />
+  </sodipodi:namedview>
+  <path
+     d="M 0,0 H 1044.3423 V 859.99997 H 0 Z"
+     id="path2"
+     inkscape:connector-curvature="0"
+     style="fill:#ffffff;stroke-width:0.8661353" />
+  <g
+     transform="matrix(1.2267738,0,0,1.1337927,-2442.2572,-858.26978)"
+     id="g8">
+    <path
+       d="m 95.872,81.671 c 22.55,0 40.834,-18.284 40.834,-40.836 C 136.706,18.284 118.422,0 95.872,0 73.319,0 55.038,18.284 55.038,40.835 c 0,22.552 18.281,40.836 40.834,40.836 z"
+       transform="matrix(1.0380952,0,0,1.1492407,2194.3289,891.24668)"
+       id="path4"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 2248.5,995.46875 c -30.0187,10e-6 -54.1562,27.10025 -54.1562,60.90625 v 14.3125 h 37.0312 v -1.9687 h 8.75 v 1.9687 h 107.4063 v -1.9687 h 8.5625 v 1.9687 h 36.75 V 1057.25 c 0,-31.1732 -21.8531,-61.71875 -54.8125,-61.71875 z"
+       id="path6"
+       inkscape:connector-curvature="0" />
+  </g>
+  <path
+     d="M 55.335442,495.21302 C 52.942279,318.80276 43.369629,470.59763 149.69442,209.05917 226.61749,31.28139 148.66878,79.14464 546.61749,72.64891 900.80552,79.8284 829.35253,28.54635 910.72005,217.2643 c 101.88035,241.7094 94.01715,115.21367 93.33335,272.82051 -3.7607,172.99145 60.171,128.54701 -475.89745,134.35898 C -3.809859,617.26431 59.096121,662.3925 55.335442,495.21302 Z M 163.02774,324.95661 235.84826,156.75148 c 13.58658,-29.87865 9.25188,-25.46798 41.02564,-25.64103 l 509.12314,-0.0549 c 27.56146,0.1013 23.51799,-1.68829 34.87179,24.61539 l 72.41532,167.23435 -730.25641,2.05129 z m -52.07976,318.78443 136.18233,-0.3039 c -0.41785,170.97813 13.75119,161.44353 -60.51282,162.54513 -88.433044,-0.3419 -74.45394,8.585 -75.66951,-162.24123 z m 701.31053,1.21557 h 136.41026 c -0.91168,171.24406 11.54796,159.54416 -65.64103,159.99996 -79.81007,-1.0636 -69.66762,11.548 -70.76923,-159.99996 z"
+     id="path10"
+     inkscape:connector-curvature="0"
+     style="fill-rule:evenodd" />
+  <circle
+     cx="178.66878"
+     cy="450.80273"
+     r="66.5"
+     id="circle12"
+     style="fill:#ffffff" />
+  <circle
+     cx="878.66876"
+     cy="450.80273"
+     r="66.5"
+     id="circle14"
+     style="fill:#ffffff" />
+  <g
+     transform="matrix(1.2267738,0,0,1.1337927,-2139.1578,-858.26978)"
+     id="g20">
+    <path
+       d="m 95.872,81.671 c 22.55,0 40.834,-18.284 40.834,-40.836 C 136.706,18.284 118.422,0 95.872,0 73.319,0 55.038,18.284 55.038,40.835 c 0,22.552 18.281,40.836 40.834,40.836 z"
+       transform="matrix(1.0380952,0,0,1.1492407,2194.3289,891.24668)"
+       id="path16"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 2248.5,995.46875 c -30.0187,10e-6 -54.1562,27.10025 -54.1562,60.90625 v 14.3125 h 37.0312 v -1.9687 h 8.75 v 1.9687 h 107.4063 v -1.9687 h 8.5625 v 1.9687 h 36.75 V 1057.25 c 0,-31.1732 -21.8531,-61.71875 -54.8125,-61.71875 z"
+       id="path18"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/car_rental.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/car_rental.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/car_rental.svg	(revision 16006)
@@ -0,0 +1,207 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   height="527.45728"
+   id="svg2287"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="car_rental.svg"
+   sodipodi:version="0.32"
+   width="403.07874"
+   version="1.1">
+  <metadata
+     id="metadata3">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:title>AIGA_Symbol_Signs</dc:title>
+        <dc:description>EPS converted from  http://aiga.org</dc:description>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>symbol</rdf:li>
+            <rdf:li>mapsym</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:publisher>
+          <cc:Agent
+             rdf:about="http://www.openclipart.org/">
+            <dc:title>Open Clip Art Library</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Jean-Victor Balin</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:date />
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:language>en</dc:language>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     bordercolor="#666666"
+     borderopacity="1.0"
+     id="base"
+     inkscape:current-layer="svg2287"
+     inkscape:cx="330.59591"
+     inkscape:cy="436.27589"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:zoom="0.43415836"
+     pagecolor="#ffffff"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs2289">
+    <marker
+       id="ArrowEnd"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="0"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 0,0 10,5 0,10 Z"
+         id="path2292"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       id="ArrowStart"
+       markerHeight="3"
+       markerUnits="strokeWidth"
+       markerWidth="4"
+       orient="auto"
+       refX="10"
+       refY="5"
+       viewBox="0 0 10 10">
+      <path
+         d="M 10,0 0,5 10,10 Z"
+         id="path2295"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4169"
+     width="403.07874"
+     height="527.45728"
+     x="0"
+     y="0" />
+  <g
+     id="g2297"
+     transform="translate(25.336378,31.27854)">
+    <g
+       id="g2299">
+      <path
+         d="m 214.064,176.821 41.43,0 c 22.548,0 34.512,12.316 40.034,26.725 l 29.335,75.669 c 11.62,1.49 32.218,15.146 32.218,40.985 l 0,96.245 -28.527,0 0,30.769 c 0,37.87 -53.599,37.424 -53.599,0 l 0,-30.769 -96.389,0 -0.054,0 0.056,0 -0.052,0 -96.389,0 0,30.769 c 0,37.424 -53.599,37.87 -53.599,0 l 0,-30.769 -28.528,0 0,-96.245 c 0,-25.839 20.577,-39.495 32.197,-40.985 l 29.335,-75.669 c 5.522,-14.409 17.487,-26.725 40.035,-26.725 l 41.911,0 70.586,0 z"
+         id="path2301"
+         style="fill:#000000;stroke:none"
+         inkscape:connector-curvature="0" />
+      <g
+         id="g2303">
+        <g
+           id="g2305">
+          <path
+             d="m 101.99,148.102 c 40.486,0 73.305,-33.154 73.305,-74.049 C 175.295,33.154 142.476,0 101.99,0 61.506,0 28.684,33.154 28.684,74.053 c 0,40.895 32.822,74.049 73.306,74.049 z"
+             id="path2307"
+             style="fill:#000000;stroke:none"
+             inkscape:connector-curvature="0" />
+          <path
+             d="M 101.99,74.053"
+             id="path2309"
+             style="fill:#000000;stroke:none"
+             inkscape:connector-curvature="0" />
+        </g>
+        <path
+           d="m 156.681,37.263 156.553,0 25.144,25.4 c 4.626,4.673 4.508,7.909 0,12.461 l -30.599,30.908 -18.027,-18.207 -18.028,18.207 -17.792,-17.969 -17.314,17.49 -18.028,-18.207 -23.485,23.72 -38.424,0 0,-73.803 z"
+           id="path2311"
+           style="fill:#000000;stroke:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+    <g
+       id="g2313">
+      <path
+         d="m 178.512,278.445 -0.054,0 -115.89,0 22.087,-59.56 c 2.761,-8.367 6.904,-14.409 16.568,-14.499 l 77.235,0 0.054,0 0.054,0 77.274,0 c 9.663,0.09 13.805,6.132 16.566,14.499 l 22.086,59.56 -115.926,0 -0.054,0 z"
+         id="path2315"
+         style="fill:#ffffff;stroke:none"
+         inkscape:connector-curvature="0" />
+      <g
+         id="g2317">
+        <g
+           id="g2319">
+          <path
+             d="m 56.18,358.445 c -13.672,0 -24.758,-11.426 -24.758,-25.519 0,-14.092 11.086,-25.517 24.758,-25.517 13.673,0 24.757,11.425 24.757,25.517 0,14.093 -11.084,25.519 -24.757,25.519 z"
+             id="path2321"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+          <path
+             d="M 56.18,332.926"
+             id="path2323"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+        </g>
+        <g
+           id="g2325">
+          <path
+             d="m 300.881,358.445 c 13.673,0 24.757,-11.426 24.757,-25.519 0,-14.092 -11.084,-25.517 -24.757,-25.517 -13.672,0 -24.758,11.425 -24.758,25.517 0,14.093 11.086,25.519 24.758,25.519 z"
+             id="path2327"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+          <path
+             d="M 300.881,332.926"
+             id="path2329"
+             style="fill:#ffffff;stroke:none"
+             inkscape:connector-curvature="0" />
+        </g>
+      </g>
+      <g
+         id="g2331">
+        <path
+           d="m 69.789,93.342 c 10.745,0 19.457,-8.802 19.457,-19.656 0,-10.855 -8.712,-19.656 -19.457,-19.656 -10.745,0 -19.457,8.801 -19.457,19.656 0,10.854 8.712,19.656 19.457,19.656 z"
+           id="path2333"
+           style="fill:#ffffff;stroke:none"
+           inkscape:connector-curvature="0" />
+        <path
+           d="M 69.789,73.686"
+           id="path2335"
+           style="fill:#ffffff;stroke:none"
+           inkscape:connector-curvature="0" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/car_sharing.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/car_sharing.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/car_sharing.svg	(revision 16006)
@@ -0,0 +1,192 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   height="1146.3757"
+   width="1044.3423"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="car_sharing.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs8">
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowStart">
+      <path
+         id="path1515"
+         d="M 10,0 0,5 10,10 10,0 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowEnd">
+      <path
+         id="path1512"
+         d="M 0,0 10,5 0,10 0,0 Z"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.16661204"
+     inkscape:cx="-388.88029"
+     inkscape:cy="752.57784"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4166"
+     width="1044.3423"
+     height="1146.3757"
+     x="0"
+     y="0" />
+  <g
+     id="g3246"
+     transform="matrix(1.2267738,0,0,1.4682744,-2592.3064,-1266.1296)">
+    <g
+       transform="matrix(1.0380952,0,0,1.1492407,2194.3289,891.24668)"
+       id="g2248"
+       style="fill:#000000;fill-opacity:1">
+      <path
+         style="fill:#000000;fill-opacity:1;stroke:none"
+         id="path2250"
+         d="m 95.872,81.671 c 22.55,0 40.834,-18.284 40.834,-40.836 C 136.706,18.284 118.422,0 95.872,0 73.319,0 55.038,18.284 55.038,40.835 c 0,22.552 18.281,40.836 40.834,40.836 z"
+         inkscape:connector-curvature="0" />
+      <path
+         d=""
+         style="fill:#000000;fill-opacity:1;stroke:none"
+         id="path2252"
+         inkscape:connector-curvature="0" />
+    </g>
+    <path
+       id="path2254"
+       d="m 2248.5,995.46875 c -30.0187,10e-6 -54.1562,27.10025 -54.1562,60.90625 l 0,14.3125 37.0312,0 0,-1.9687 8.75,0 0,1.9687 107.4063,0 0,-1.9687 8.5625,0 0,1.9687 36.75,0 0,-13.4375 c 0,-31.1732 -21.8531,-61.71875 -54.8125,-61.71875 l -89.5313,-0.0625 z"
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       inkscape:connector-curvature="0" />
+  </g>
+  <path
+     style="fill:#000000;fill-rule:evenodd;stroke:none"
+     id="Car"
+     d="M 55.335442,781.58875 C 52.942279,605.17849 43.369629,756.97336 149.69442,495.4349 226.61749,317.65712 148.66878,365.52037 546.61749,359.02464 c 354.18803,7.17949 282.73504,-44.10256 364.10256,144.61539 101.88035,241.7094 94.01715,115.21367 93.33335,272.82051 -3.7607,172.99145 60.171,128.54701 -475.89745,134.35898 C -3.809859,903.64004 59.096121,948.76823 55.335442,781.58875 Z M 163.02774,611.33234 235.84826,443.12721 c 13.58658,-29.87865 9.25188,-25.46798 41.02564,-25.64103 l 509.12314,-0.0549 c 27.56146,0.1013 23.51799,-1.68829 34.87179,24.61539 l 72.41532,167.23435 -730.25641,2.05129 z m -52.07976,318.78443 136.18233,-0.3039 c -0.41785,170.97813 13.75119,161.44353 -60.51282,162.54513 -88.433044,-0.3419 -74.45394,8.585 -75.66951,-162.24123 z m 701.31053,1.21557 136.41026,0 c -0.91168,171.24406 11.54796,159.54416 -65.64103,159.99996 -79.81007,-1.0636 -69.66762,11.548 -70.76923,-159.99996 z"
+     inkscape:connector-curvature="0" />
+  <circle
+     style="fill:#ffffff;fill-opacity:1;stroke:none"
+     r="66.5"
+     cy="737.17847"
+     cx="178.66878"
+     id="LeftLamp" />
+  <circle
+     style="fill:#ffffff;fill-opacity:1;stroke:none"
+     r="66.5"
+     cy="737.17847"
+     cx="878.66876"
+     id="RightLamp" />
+  <g
+     transform="matrix(1.2267738,0,0,1.4682744,-2289.207,-1266.1296)"
+     id="g3262">
+    <g
+       style="fill:#000000;fill-opacity:1"
+       id="g3264"
+       transform="matrix(1.0380952,0,0,1.1492407,2194.3289,891.24668)">
+      <path
+         d="m 95.872,81.671 c 22.55,0 40.834,-18.284 40.834,-40.836 C 136.706,18.284 118.422,0 95.872,0 73.319,0 55.038,18.284 55.038,40.835 c 0,22.552 18.281,40.836 40.834,40.836 z"
+         id="path3266"
+         style="fill:#000000;fill-opacity:1;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         id="path3268"
+         style="fill:#000000;fill-opacity:1;stroke:none"
+         d=""
+         inkscape:connector-curvature="0" />
+    </g>
+    <path
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       d="m 2248.5,995.46875 c -30.0187,10e-6 -54.1562,27.10025 -54.1562,60.90625 l 0,14.3125 37.0312,0 0,-1.9687 8.75,0 0,1.9687 107.4063,0 0,-1.9687 8.5625,0 0,1.9687 36.75,0 0,-13.4375 c 0,-31.1732 -21.8531,-61.71875 -54.8125,-61.71875 l -89.5313,-0.0625 z"
+       id="path3270"
+       inkscape:connector-curvature="0" />
+  </g>
+  <g
+     id="g3272"
+     transform="matrix(1.2267738,0,0,1.4682744,-1986.1077,-1266.1296)">
+    <g
+       transform="matrix(1.0380952,0,0,1.1492407,2194.3289,891.24668)"
+       id="g3274"
+       style="fill:#000000;fill-opacity:1">
+      <path
+         style="fill:#000000;fill-opacity:1;stroke:none"
+         id="path3276"
+         d="m 95.872,81.671 c 22.55,0 40.834,-18.284 40.834,-40.836 C 136.706,18.284 118.422,0 95.872,0 73.319,0 55.038,18.284 55.038,40.835 c 0,22.552 18.281,40.836 40.834,40.836 z"
+         inkscape:connector-curvature="0" />
+      <path
+         d=""
+         style="fill:#000000;fill-opacity:1;stroke:none"
+         id="path3278"
+         inkscape:connector-curvature="0" />
+    </g>
+    <path
+       id="path3280"
+       d="m 2248.5,995.46875 c -30.0187,10e-6 -54.1562,27.10025 -54.1562,60.90625 l 0,14.3125 37.0312,0 0,-1.9687 8.75,0 0,1.9687 107.4063,0 0,-1.9687 8.5625,0 0,1.9687 36.75,0 0,-13.4375 c 0,-31.1732 -21.8531,-61.71875 -54.8125,-61.71875 l -89.5313,-0.0625 z"
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/car_wash.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/car_wash.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/car_wash.svg	(revision 16006)
@@ -0,0 +1,167 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="505.72037"
+   height="408.41373"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="car_wash.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\vehicle\car_wash.png"
+   inkscape:export-xdpi="3.08531"
+   inkscape:export-ydpi="3.08531">
+  <metadata
+     id="metadata11">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="964"
+     inkscape:window-width="1400"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.72965224"
+     inkscape:cx="189.59686"
+     inkscape:cy="290.95509"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="0" />
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 130.52687 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="466.72781 : 130.52687 : 1"
+       inkscape:persp3d-origin="233.36391 : 87.017914 : 1"
+       id="perspective12" />
+  </defs>
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4146"
+     width="505.72037"
+     height="408.41373"
+     x="0"
+     y="0" />
+  <g
+     id="layer1"
+     transform="matrix(-0.6874148,0,0,1,492.43156,129.14804)">
+    <path
+       d="m 640.23853,222.03787 c 0,27.10477 -21.97275,49.07752 -49.07752,49.07752 -27.10477,0 -49.07752,-21.97275 -49.07752,-49.07752 0,-27.10477 21.97275,-49.07752 49.07752,-49.07752 27.10477,0 49.07752,21.97275 49.07752,49.07752 l 0,0 z"
+       transform="matrix(1.079545,0,0,1.079545,-521.3741,-27.12071)"
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path25345"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 285.83418,10.247082 c 2.82136,-3.2663359 6.0364,-6.0733784 11.97048,-5.7082016 l 256.30729,0 127.38367,101.1426896 c 1.40564,2.97091 2.11691,5.24745 2.47353,7.16934 l 0.48411,89.62664 c -2.36768,5.13743 -5.15318,9.52279 -10.12099,9.97998 l -29.56544,0 c 0,-87.62676 -129.5449,-87.80573 -129.5449,0 l -332.83376,0 c 0,-87.28688 -130.530777,-87.62179 -130.530777,0 l -36.065656,0 C 12.71653,211.01909 9.9497784,212.35674 5.8866518,202.02701 L 5.492299,137.57457 c 2.0973064,-5.86412 4.713128,-8.09863 7.323065,-10.37434 L 200.16379,96.077198 285.83418,10.247082 Z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path24454"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 640.23853,222.03787 c 0,27.10477 -21.97275,49.07752 -49.07752,49.07752 -27.10477,0 -49.07752,-21.97275 -49.07752,-49.07752 0,-27.10477 21.97275,-49.07752 49.07752,-49.07752 27.10477,0 49.07752,21.97275 49.07752,49.07752 l 0,0 z"
+       transform="matrix(1.079545,0,0,1.079545,-58.73586,-27.14299)"
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:30;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path25343"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 226.41173,97.07302 63.84346,-62.997849 c 1.43945,-1.223265 2.57157,-2.907517 5.07365,-2.536826 l 113.52297,0 0,77.161795 -177.57783,0 c -6.7601,-2.66645 -7.67484,-6.70827 -4.86225,-11.62712 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path25349"
+       inkscape:connector-curvature="0" />
+    <path
+       d="M 585.23723,89.186408 530.52565,34.0864 c -1.43945,-1.223265 -2.57157,-2.907517 -5.07365,-2.536826 l -95.50602,0 0,77.161786 162.76938,0 c 7.70221,-1.53592 -2.43326,-11.927375 -7.47813,-19.524952 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path26236"
+       inkscape:connector-curvature="0" />
+  </g>
+  <ellipse
+     style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3169"
+     cx="439.12631"
+     cy="92.833603"
+     rx="19.866571"
+     ry="34.403088" />
+  <ellipse
+     id="path3171"
+     style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     cx="374.1965"
+     cy="145.16507"
+     rx="19.866571"
+     ry="34.403088" />
+  <ellipse
+     style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3173"
+     cx="309.26675"
+     cy="69.575195"
+     rx="19.866571"
+     ry="34.403088" />
+  <ellipse
+     style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3177"
+     cx="169.7162"
+     cy="84.111694"
+     rx="19.866571"
+     ry="34.403088" />
+  <ellipse
+     id="path3179"
+     style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     cx="101.87912"
+     cy="48.254955"
+     rx="19.866571"
+     ry="34.403088" />
+  <ellipse
+     style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3181"
+     cx="51.485863"
+     cy="101.55551"
+     rx="19.866571"
+     ry="34.403088" />
+  <ellipse
+     id="path3183"
+     style="fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:10;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     cx="238.52237"
+     cy="41.47126"
+     rx="19.866571"
+     ry="34.403088" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/charging_station.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/charging_station.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/charging_station.svg	(revision 16006)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="15"
+   viewBox="0 0 16 15"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="charging_station.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview6"
+     showgrid="true"
+     inkscape:zoom="41.7193"
+     inkscape:cx="5.8382121"
+     inkscape:cy="8.2184314"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4134" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffff00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.477;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4136"
+     width="5"
+     height="8"
+     x="2.0000002"
+     y="2.999999"
+     ry="0" />
+  <path
+     d="M 3.2,1 C 2.0344723,1 1,1.9950215 1,3.1995 L 1,14 8,14 8,6.125 C 8,6.125 8.875,6 8.875,7 l 0,4 c 0,2 1.864698,2.125 2.125,2.125 0.275652,0 2.125,-0.124975 2.125,-2.125 l 0,-4 c 0,0 1.687558,0.017377 1.675,-2.96875 l -0.85,0 0,-1.799625 C 13.95,1.6644667 13,1.6678829 13,2.200375 L 13,4 12,4 12,2.200375 c 0,-0.5461843 -0.95,-0.5451872 -0.95,0 L 11.05,4 10.2,4 c 0.01252,2.9863904 1.675,3 1.675,3 l 0,4 c 0,0.874159 -0.767136,0.875 -0.875,0.875 -0.107864,0 -0.875,-0.04279 -0.875,-0.875 l 0,-4 C 10.125,5.7190916 9,5.0745 8,5.0745 L 8,3.1995 C 8,1.9770442 6.9835046,1 5.8,1 Z M 4,4 6,4 4.75,6 6.25,6 3.5,10 3,10 4,7 2.75,7 Z"
+     id="charging-station"
+     style="fill:#008000;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="sscccsssscccssccsscccsssscsssccccccccc" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/chicane.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/chicane.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/chicane.svg	(revision 16006)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__chicane.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-6.7882962"
+     inkscape:cy="6.7186021"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846066,0,0,1.1346381,-204.78331,616.43253)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1039.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1051.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 5,1047.3621 -1,0 0,-2 1,0 z"
+       id="path4187"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4189"
+       d="m 5,1043.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9,1036.3621 c 0,0 -2,2 -2,4 0,2 2,4 2,4 z"
+       id="path4195"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4197"
+       d="m 3.0792093e-6,1044.3621 c 0,0 2,2 2,4 0,2 -2,4 -2,4 z"
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/choker.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/choker.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/choker.svg	(revision 16006)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__choker.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-20.613562"
+     inkscape:cy="6.7595663"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846066,0,0,1.1346381,-204.78331,616.43253)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1039.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1051.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 5,1047.3621 -1,0 0,-2 1,0 z"
+       id="path4187"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4189"
+       d="m 5,1043.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9,1040.3621 c 0,0 -2,2 -2,4 0,2 2,4 2,4 z"
+       id="path4195"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4197"
+       d="m 0,1040.3621 c 0,0 2,2 2,4 0,2 -2,4 -2,4 z"
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/compressed_air.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/compressed_air.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/compressed_air.svg	(revision 16006)
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="01.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="31.999999"
+     inkscape:cx="7.4935932"
+     inkscape:cy="10.49724"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-349.99999px"
+       originy="-429px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-349.99999,-607.36218)">
+    <rect
+       style="fill:#0000b3;fill-opacity:1;stroke:none"
+       id="rect2989-6"
+       width="7"
+       height="7.0000005"
+       x="350"
+       y="616.36218" />
+    <rect
+       style="fill:#00b9ff;fill-opacity:1;stroke:none"
+       id="rect3769-27"
+       width="5"
+       height="1"
+       x="360"
+       y="610.36218" />
+    <path
+       style="fill:#666666;fill-opacity:1;stroke:none"
+       d="m 357,612.36218 2,-1 0,-1 -2,-1 z"
+       id="path3771-7"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;stroke:#666666;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 353.5,614.36218 0,-2.5 c -0.006,-0.43612 0.37464,-0.9872 1,-1 0.83333,0 1.66667,0 2.5,0"
+       id="path3852"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+    <path
+       style="fill:none;stroke:#00b9ff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 360,612.36218 5,1.5"
+       id="path3879"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       style="fill:none;stroke:#00b9ff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 360,609.36218 5,-1.5"
+       id="path3879-4"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cc" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#0000b3;fill-opacity:1;stroke:none"
+       id="path2991-8"
+       sodipodi:cx="325"
+       sodipodi:cy="616.36218"
+       sodipodi:rx="3"
+       sodipodi:ry="3"
+       d="m 328,616.36218 c 0,1.65686 -1.34315,3 -3,3 -1.65685,0 -3,-1.34314 -3,-3 0,-1.65685 1.34315,-3 3,-3 1.65685,0 3,1.34315 3,3 z"
+       transform="matrix(1.1666667,0,0,1.1666667,-25.666689,-102.22702)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/crossing.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/crossing.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/crossing.svg	(revision 16006)
@@ -0,0 +1,137 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="7"
+   id="svg3044"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="01.svg">
+  <defs
+     id="defs3046" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="8.3073656"
+     inkscape:cy="-4.3213805"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3049">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-492,-423.14789)">
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect2998"
+       width="16"
+       height="7"
+       x="492"
+       y="423.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3772"
+       width="1.0000887"
+       height="0.9997701"
+       x="497"
+       y="423.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3774"
+       width="1"
+       height="1"
+       x="502"
+       y="423.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3776"
+       width="1"
+       height="2"
+       x="502"
+       y="425.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3778"
+       width="1"
+       height="2"
+       x="502"
+       y="428.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3780"
+       width="1"
+       height="2"
+       x="497"
+       y="428.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3782"
+       width="1"
+       height="2"
+       x="497"
+       y="425.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3861"
+       width="2"
+       height="1"
+       x="494"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3863"
+       width="2"
+       height="1"
+       x="504"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3865"
+       width="1"
+       height="1"
+       x="492"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3867"
+       width="1"
+       height="1"
+       x="507"
+       y="426.14789" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/crossing_island.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/crossing_island.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/crossing_island.svg	(revision 16006)
@@ -0,0 +1,115 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="7"
+   id="svg3044"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="03.svg">
+  <defs
+     id="defs3046" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="8.3073656"
+     inkscape:cy="-4.3213805"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3049">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-492,-423.14789)">
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect3817"
+       width="16"
+       height="7"
+       x="492"
+       y="423.14789" />
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect3819"
+       width="2"
+       height="1"
+       x="492"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3823"
+       width="2"
+       height="1"
+       x="493"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3825"
+       width="2"
+       height="1"
+       x="505"
+       y="426.14789" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="path3827"
+       sodipodi:cx="654.5"
+       sodipodi:cy="731.86218"
+       sodipodi:rx="2.5"
+       sodipodi:ry="2.5"
+       d="m 657,731.86218 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z"
+       transform="translate(-156,-305.21428)" />
+    <path
+       transform="translate(-153,-305.21428)"
+       sodipodi:type="arc"
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="path3827-1"
+       sodipodi:cx="654.5"
+       sodipodi:cy="731.86218"
+       sodipodi:rx="2.5"
+       sodipodi:ry="2.5"
+       d="m 657,731.86218 a 2.5,2.5 0 1 1 -5,0 2.5,2.5 0 1 1 5,0 z" />
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect3847"
+       width="4"
+       height="7"
+       x="498"
+       y="423.14789" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/crossing_ref_zebra.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/crossing_ref_zebra.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/crossing_ref_zebra.svg	(revision 16006)
@@ -0,0 +1,116 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="7"
+   id="svg3044"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="02.svg">
+  <defs
+     id="defs3046" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="8.3073656"
+     inkscape:cy="-4.3213805"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1" />
+  <metadata
+     id="metadata3049">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-492,-423.14789)">
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect3784"
+       width="16"
+       height="7"
+       x="492"
+       y="423.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3786"
+       width="6"
+       height="1"
+       x="497"
+       y="424.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3788"
+       width="6"
+       height="1"
+       x="497"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3790"
+       width="6"
+       height="1"
+       x="497"
+       y="428.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3853"
+       width="2"
+       height="1"
+       x="494"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3855"
+       width="1"
+       height="1"
+       x="492"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3857"
+       width="2"
+       height="1"
+       x="504"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3859"
+       width="1"
+       height="1"
+       x="507"
+       y="426.14789" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/crossing_traffic_signals.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/crossing_traffic_signals.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/crossing_traffic_signals.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="6"
+   height="11"
+   id="svg3850"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="traffic_signal.svg">
+  <defs
+     id="defs3852" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="14.621652"
+     inkscape:cy="3.4019405"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3877"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="-1.7382813e-005px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3855">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1041.3622)">
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect3804-1"
+       width="6"
+       height="11"
+       x="0"
+       y="1041.3622"
+       ry="2" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ff0000;fill-opacity:1;stroke:#b20505;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3024-7"
+       sodipodi:cx="638"
+       sodipodi:cy="709.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,709.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-695.76191,267.44175)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#00ff00;fill-opacity:1;stroke:#00b200;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3798-0"
+       sodipodi:cx="638"
+       sodipodi:cy="719.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,719.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-695.7619,261.48938)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/crossing_unmarked.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/crossing_unmarked.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/crossing_unmarked.svg	(revision 16006)
@@ -0,0 +1,102 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="7"
+   id="svg3044"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="New document 2">
+  <defs
+     id="defs3046" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="7.9195959"
+     inkscape:cx="0.21642479"
+     inkscape:cy="-4.9879976"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="463"
+     inkscape:window-height="453"
+     inkscape:window-x="150"
+     inkscape:window-y="150"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata3049">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-492,-423.14789)">
+    <rect
+       style="fill:#999999;fill-opacity:1;stroke:none"
+       id="rect3016"
+       width="16"
+       height="7"
+       x="492"
+       y="423.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3018"
+       width="2"
+       height="1"
+       x="493"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3020"
+       width="2"
+       height="1"
+       x="496"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3022"
+       width="2"
+       height="1"
+       x="499"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3024"
+       width="2"
+       height="1"
+       x="502"
+       y="426.14789" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect3026"
+       width="2"
+       height="1"
+       x="505"
+       y="426.14789" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/cushion.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/cushion.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/cushion.svg	(revision 16006)
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__cushion.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="-25.425035"
+     inkscape:cy="8.1568954"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846066,0,0,1.1346381,-204.78331,616.43253)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1039.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1051.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <rect
+       style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4156"
+       width="2"
+       height="4"
+       x="6"
+       y="1042.3621" />
+    <path
+       class="st5"
+       d="m 5,1047.3621 -1,0 0,-2 1,0 z"
+       id="path4187"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4189"
+       d="m 5,1043.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <rect
+       y="1042.3621"
+       x="1"
+       height="4"
+       width="2"
+       id="rect4191"
+       style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/dip.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/dip.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/dip.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__bump_2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="1.8121138"
+     inkscape:cy="7.2926704"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846053,0,0,1.1346381,-204.78305,616.43414)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1039.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5,1042.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5,1048.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1051.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <rect
+       style="opacity:1;fill:#2090cf;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4154"
+       width="9"
+       height="2"
+       x="2.3607492e-006"
+       y="1043.3652" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/emergency_phone.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/emergency_phone.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/emergency_phone.svg	(revision 16006)
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="480"
+   height="480"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docname="emergency_phone.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="G:\Documents\map-icons\svg\vehicle">
+  <metadata
+     id="metadata2359">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base" />
+  <defs
+     id="defs4" />
+  <path
+     d="M 30.856274,5.7720243 L 450.86109,5.7720243 C 461.67691,6.5627045 473.93298,17.615789 474.52755,30.636789 L 474.52755,449.4433 C 474.57722,459.76184 462.73404,473.63554 449.36321,474.30807 L 29.957547,474.30807 C 20.433732,473.72489 5.5262338,458.92955 5.0927831,449.14373 L 5.691934,30.936364 C 4.6103723,24.633922 19.978002,5.6381226 30.856274,5.7720243 z "
+     style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3669" />
+  <path
+     d="M 393.71875,16.71875 L 393.71875,16.75 L 84.75,16.75 L 84.75,16.78125 L 35.1875,16.78125 C 23.426887,16.266334 16.714331,24.30046 17.15625,37.15625 L 17.15625,443.5625 C 17.202803,452.2297 20.884421,462.63293 32.84375,462.84375 L 84.15625,462.84375 L 393.71875,462.78125 L 393.71875,462.8125 L 447.28125,462.8125 C 459.24058,462.6017 462.95345,452.19845 463,443.53125 L 463,37.09375 C 463.44191,24.237959 456.72937,16.20383 444.96875,16.71875 L 393.71875,16.71875 z M 393.71875,83.21875 L 393.71875,396.125 L 86.4375,396.34375 L 86.4375,83.28125 L 393.71875,83.21875 z "
+     style="fill:#039;fill-opacity:1;fill-rule:evenodd;stroke:#039;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path3661" />
+  <path
+     d="M 209.10368,104.93151 L 230.07396,115.41665 L 230.07396,171.13769 L 209.40326,180.42453 L 209.10368,104.93151 z "
+     style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path3663" />
+  <path
+     d="M 268.48726,308.28724 L 289.9647,298.88456 L 332.77956,334.54577 L 326.68622,356.37222 L 268.48726,308.28724 z "
+     style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path3665" />
+  <path
+     d="M 264.22557,318.22924 L 316.05213,361.66769 C 279.18783,387.1465 216.44219,382.39164 161.17161,277.1874 C 115.8358,180.53186 157.73742,112.445 198.01939,109.42514 L 198.01939,178.02792 C 183.23554,182.2095 178.36501,192.52789 180.34444,207.08674 L 233.96845,319.42755 C 245.36196,325.56714 255.22428,324.05076 264.22557,318.22924 z "
+     style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path3667" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/ford.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/ford.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/ford.svg	(revision 16006)
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="ford11.svg">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview7"
+     showgrid="true"
+     showguides="false"
+     inkscape:zoom="33.714286"
+     inkscape:cx="5.0591107"
+     inkscape:cy="7.2441084"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4135" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <rect
+     style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.80000001;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+     id="rect4137"
+     width="16"
+     height="16"
+     x="0"
+     y="0"
+     ry="2" />
+  <rect
+     width="14"
+     height="14"
+     x="0"
+     y="2"
+     id="canvas"
+     style="visibility:hidden;fill:none;stroke:none" />
+  <path
+     style="color:#000000;fill:#000000;fill-opacity:1"
+     d="M 5,1 1,4 5,7 5,5 11,5 11,7 15,4 11,1 11,3 5,3 Z"
+     id="path4141"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccccccc" />
+  <path
+     style="color:#000000;fill:#41a8e2;fill-opacity:1"
+     d="M 2.6666667,7.6666667 C 1.9548023,7.6666667 0.6769531,9 0,9 l 0,2 C 0.7162452,11 2.0338983,9.666667 2.6666667,9.666667 3.3389831,9.666667 4.6214689,11 5.3333333,11 5.9673364,11 7.3230469,9.666667 8,9.666667 8.6723164,9.666667 10.028974,11 10.666667,11 11.338983,11 12.700565,9.666667 13.333333,9.666667 13.966101,9.666667 15.327684,11 16,11 L 16,9 C 15.446328,9 14.045197,7.6271187 13.333333,7.6666667 12.69564,7.6666667 11.379629,9 10.666667,9 10.073446,9 8.6723164,7.6666667 8,7.6666667 7.3276836,7.6666667 5.9278705,9 5.3333333,9 4.6993303,9 3.3785311,7.6666667 2.6666667,7.6666667 Z"
+     id="path4139"
+     inkscape:connector-curvature="0" />
+  <path
+     style="color:#000000;fill:#41a8e2;fill-opacity:1"
+     d="M 2.6666667,11.666667 C 1.9548023,11.666667 0.6769531,13 0,13 l 0,2 C 0.7162452,15 2.0338983,13.666667 2.6666667,13.666667 3.3389831,13.666667 4.6214689,15 5.3333333,15 5.9673364,15 7.3230469,13.666667 8,13.666667 8.6723164,13.666667 10.028974,15 10.666667,15 11.338983,15 12.700565,13.666667 13.333333,13.666667 13.966101,13.666667 15.327684,15 16,15 l 0,-2 C 15.446328,13 14.045197,11.627119 13.333333,11.666667 12.69564,11.666667 11.379629,13 10.666667,13 10.073446,13 8.6723164,11.666667 8,11.666667 7.3276836,11.666667 5.9278705,13 5.3333333,13 4.6993303,13 3.3785311,11.666667 2.6666667,11.666667 Z"
+     id="ford"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/fuel.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/fuel.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/fuel.svg	(revision 16006)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="224.8421"
+   height="258.6857"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="fuel2.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata13">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.7875"
+     inkscape:cx="-180.31746"
+     inkscape:cy="161.75238"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     inkscape:window-maximized="1"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0" />
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4135"
+     width="224.8421"
+     height="258.6857"
+     x="0"
+     y="0" />
+  <path
+     d="m 96.722164,245.98729 104.307056,-0.0664 0.0665,-16.17865 9.77818,0.0665 0,-207.584932 c -4e-5,-4.42786 -2.56575,-8.25555 -7.39162,-8.25555 l -107.076166,0 c -5.52644,0 -11.03631,3.98245 -11.03631,10.37179 l -0.11953,205.402142 11.35519,0 0.1167,16.2451 z"
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path1897"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 85.876604,84.559648 -10.43835,-0.06182 c -0.06768,42.474392 0.24187,126.299802 0.41877,127.734072 0.37762,3.06168 0.14928,6.23358 -0.63683,9.12325 -16.36381,41.22353 -69.3136398,22.28952 -61.79545,-17.82336 16.51257,-39.7885 39.66654,-66.71211 51.19026,-113.641132 l 1.02585,34.885372 c -10.37097,20.18119 -28.66742,55.62424 -42.85675,85.2509 -1.19545,27.35321 31.34375,36.36524 41.5347,7.00526 4.54142,-51.39277 -0.17075,-107.41233 -0.25612,-161.118502 6.62236,-19.68707 13.92944,-21.57153 21.34506,-20.63384"
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path1899"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 107.00321,43.248708 -0.36109,53.08018 c 0,4.272082 3.42921,7.221792 7.40234,7.221792 l 68.78758,0.18055 c 4.17321,0 6.13852,-2.66164 6.13852,-6.319072 l 0,-53.9829 c 0,-5.21832 -2.98624,-6.77043 -6.77043,-6.77043 l -68.33621,0 c -3.91657,0 -6.86071,2.33958 -6.86071,6.58988 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path1901"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/hump.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/hump.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/hump.svg	(revision 16006)
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__hump_9.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="1.8121138"
+     inkscape:cy="7.2926704"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846053,0,0,1.1346381,-204.78305,616.43414)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1038.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5,1041.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5,1049.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1052.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <rect
+       style="opacity:1;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4154"
+       width="9"
+       height="6.0000396"
+       x="2.3607492e-006"
+       y="1041.3621" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/island.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/island.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/island.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="11"
+   height="16"
+   viewBox="0 0 11 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__island.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="1.6363787"
+     inkscape:cy="9.3284457"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4225"
+       d="m 9,1036.3621 c 0,0 1.999935,4 1.999935,8 0,4 -1.999935,8 -1.999935,8 l -9,0 0,-16 z"
+       style="fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       sodipodi:nodetypes="cscccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1039.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1051.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 4,1040.3621 c 0,0 2,2 2,4 0,2 -2,4 -2,4 z"
+       id="path4195"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/junction.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/junction.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/junction.svg	(revision 16006)
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="15"
+   height="15"
+   viewBox="0 0 15 15"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="named_junction.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1.4142136"
+     inkscape:cx="-113.62735"
+     inkscape:cy="127.1975"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true"
+     showguides="true"
+     inkscape:guide-bbox="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       id="path4149"
+       d="M 4.9999994e-7,1044.8621 15,1044.8621"
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#808080;stroke-width:7;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 7.5,1037.3621 0,15"
+       id="path4147"
+       inkscape:connector-curvature="0" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4155"
+       cx="7.5"
+       cy="1044.8621"
+       r="2.5" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.5,1037.3621 0,2"
+       id="path4151"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4153"
+       d="m 7.5,1040.3621 0,2"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4156"
+       d="m 7.5,1047.3621 0,2"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.5,1050.3621 0,2"
+       id="path4158"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4160"
+       d="m 15,1044.8621 -2,0"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 12,1044.8621 -2,0"
+       id="path4162"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 5,1044.8621 -2,0"
+       id="path4164"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4166"
+       d="m 2,1044.8621 -2,0"
+       style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/milestone.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/milestone.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/milestone.svg	(revision 16006)
@@ -0,0 +1,160 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="10"
+   height="16"
+   viewBox="0 0 10 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__milestone2.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-2" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="90.509668"
+     inkscape:cx="2.2900263"
+     inkscape:cy="4.8427719"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:snap-page="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+    <sodipodi:guide
+       position="662.00004,-146.00001"
+       orientation="1,0"
+       id="guide4273" />
+    <sodipodi:guide
+       position="652.00004,-148.00001"
+       orientation="1,0"
+       id="guide4275" />
+    <sodipodi:guide
+       position="650.00004,-142.00001"
+       orientation="0,1"
+       id="guide4277" />
+    <sodipodi:guide
+       position="656.00004,-174.00001"
+       orientation="0,1"
+       id="guide4279" />
+    <sodipodi:guide
+       position="657.48606,-176.99998"
+       orientation="1,0"
+       id="guide4283" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       style="opacity:1;fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 5,1 A 4,4 0 0 0 1,5 L 1,15 9,15 9,5 A 4,4 0 0 0 5,1 Z"
+       transform="translate(-4.7683724e-7,1036.3621)"
+       id="circle4377"
+       inkscape:connector-curvature="0" />
+    <circle
+       style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4348"
+       cx="5"
+       cy="1041.3621"
+       r="4" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none"
+       d="m 657.32083,1187.3629 c -0.46092,0 -0.92605,0.034 -1.39423,0.09 -16.366,3.2398 -9.73707,20.3533 -11.05691,32.2739 0.007,7.7011 6.59052,13.4062 14.19453,12.5508 16.36601,-3.37 9.74065,-20.1946 11.05675,-32.2737 0.0455,-7.1342 -5.88632,-12.7075 -12.80014,-12.6408 z m 0.24197,6.313 c 3.4452,0.026 6.21492,2.7762 6.20804,6.3285 l 0,20.0962 -0.0747,0.8222 -0.22416,0.7469 -0.29889,0.747 -0.37344,0.6709 c -0.94381,1.6214 -2.72557,2.6584 -4.55716,2.914 -1.83782,0.1898 -3.76286,-0.3932 -5.08022,-1.7182 -1.59852,-1.5277 -1.7879,-2.4868 -2.01696,-4.5568 l 0,-19.7229 0.0747,-0.4475 0.0746,-0.7469 0.14945,-0.7468 0.29888,-0.7478 0.37343,-0.7469 c 1.28871,-1.6619 2.44311,-2.4977 4.55733,-2.8387 0.30039,-0.038 0.5972,-0.055 0.88916,-0.053 z"
+       id="path4264"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:6.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 667,1199.3621 0,22 c 0,5 -4.51387,8 -9.51398,8 -5,0 -9.48614,-3 -9.48614,-8 0,-5 -1.2e-4,-16.8236 0,-22 1.2e-4,-5 4.48602,-9 9.48614,-9 5,0 9.51398,4 9.51398,9 z"
+       id="path4271"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sszsszs" />
+    <rect
+       style="opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4346"
+       width="8"
+       height="10"
+       x="1"
+       y="1041.3621"
+       rx="3.9512728e-005"
+       ry="3.9512728e-005" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
+       d="m 3.5071212,1043.8555 2.9929026,0 -1.9952684,5"
+       id="path4199"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/motorbike.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/motorbike.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/motorbike.svg	(revision 16006)
@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="647.21484"
+   height="526.52521"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="motorbike.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata2443">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.754"
+     inkscape:cx="99.283819"
+     inkscape:cy="257.95757"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4138"
+     width="647.21484"
+     height="526.52521"
+     x="0"
+     y="0" />
+  <g
+     id="layer1"
+     transform="matrix(-1,0,0,1,666.76142,17.241379)">
+    <path
+       d="m 438.12826,429.16927 c -62.79839,-3.16426 -155.20224,7.89495 -186.20451,-31.3992 -14.20607,-74.76934 -54.80076,-112.40662 -124.50145,-113.18313 -42.795768,-82.64828 34.88862,-95.59972 87.99076,-116.8342 3.3733,38.41563 1.30629,78.34741 62.06817,100.7695 2.43911,-11.88771 7.42309,-21.59411 23.36684,-21.90641 l 89.81629,0.36511 63.52859,-49.65454 c 10.2664,16.32783 30.63852,37.24918 30.66898,48.92432 l 96.38822,0.36511 c 7.01925,5.97861 12.97283,21.84281 -1.09532,37.60601 -57.74129,-1.75276 -162.68681,4.55533 -142.02657,144.94743 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path4749"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 281.45311,113.13794 0.25817,-34.043529 38.12235,-5.174139 0,-27.017909 -38.89686,6.464987 c 2.8605,-24.34011 18.51028,-41.939346 52.98479,-47.0361453 21.6463,1.5255947 44.34631,2.6992313 57.25914,43.1895493 3.78428,16.060343 1.42553,32.309362 -8.54869,46.305931 -32.28759,-17.699463 -56.45288,-5.617153 -78.49798,14.239165 l -22.68092,3.07209 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path5636"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 215.04795,186.7383 113.54824,-85.80012 c 15.26233,-8.1407 32.0941,-9.689721 52.21028,2.55575 17.19617,15.62165 46.2444,58.89814 69.37031,88.35586 l -64.62391,48.37667 -62.06818,-86.34778 -98.21375,75.21202 c -7.55995,-13.19498 -9.32895,-28.68129 -10.22299,-42.3524 z"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path6523"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 241.70075,414.19989 c 0.007,46.18129 -37.42819,83.62241 -83.60947,83.62241 -46.18129,0 -83.616619,-37.44112 -83.609476,-83.62241 -0.0071,-46.18129 37.428186,-83.62241 83.609476,-83.62241 46.18128,0 83.61661,37.44112 83.60947,83.62241 l 0,0 z"
+       transform="matrix(0.974466,0,0,0.974466,-15.37667,-10.08382)"
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:34.99968338;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path7410"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 241.70075,414.19989 c 0.007,46.18129 -37.42819,83.62241 -83.60947,83.62241 -46.18129,0 -83.616619,-37.44112 -83.609476,-83.62241 -0.0071,-46.18129 37.428186,-83.62241 83.609476,-83.62241 46.18128,0 83.61661,37.44112 83.60947,83.62241 l 0,0 z"
+       transform="matrix(0.974466,0,0,0.974466,388.6178,-9.97323)"
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:34.99968338;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8297"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/motorway_junction.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/motorway_junction.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/motorway_junction.svg	(revision 16006)
@@ -0,0 +1,246 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__motorway_junction2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="9.7451896"
+     inkscape:cy="9.6258065"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.51417869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4254-5"
+       width="16"
+       height="16"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       rx="2"
+       ry="2" />
+    <rect
+       rx="1.8715348"
+       y="1036.876"
+       x="0.51386845"
+       height="15"
+       width="15"
+       id="rect4217"
+       style="opacity:1;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0.51417869;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 4,1039.3621 1,0 0,10 -4,0 z"
+       style="fill:#ffffff;fill-opacity:1"
+       id="path4828"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       id="path4224"
+       style="fill:#ffffff;fill-opacity:1"
+       d="m 7,1039.3621 -1,0 0,10 4,0 z"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 9,1039.3621 5,0 c 0,0 0.635471,-0.048 0.878906,0.332 0.257216,0.4017 -0.132812,0.9532 -0.132812,0.9532 l -2.652344,4.0117 c -1.064693,1.4403 -0.333208,-3.0618 -0.605347,-3.3829 -0.470721,-0.5555 -4.3876174,-1.914 -2.4884039,-1.914 z"
+       id="path4226"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="scscccs" />
+    <path
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 7.1093761,1042.8152 c 0,0 2.4710873,-1.9092 4.4687509,-1.8125 l 0.734375,0.8125 c -2.7561583,0.657 -4.5781258,3.9688 -4.5781258,3.9688 z"
+       id="path4228"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/parking/bicycle.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/parking/bicycle.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/parking/bicycle.svg	(revision 16006)
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="480"
+   height="480"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docname="bike.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\parking">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="573"
+     inkscape:window-width="797"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.78541667"
+     inkscape:cx="240"
+     inkscape:cy="240"
+     inkscape:window-x="154"
+     inkscape:window-y="203"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs4">
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="10"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowStart">
+      <path
+         id="path2295"
+         d="M 10,0 L 0,5 L 10,10 L 10,0 z " />
+    </marker>
+    <marker
+       viewBox="0 0 10 10"
+       refY="5"
+       refX="0"
+       orient="auto"
+       markerWidth="4"
+       markerUnits="strokeWidth"
+       markerHeight="3"
+       id="ArrowEnd">
+      <path
+         id="path2292"
+         d="M 0,0 L 10,5 L 0,10 L 0,0 z " />
+    </marker>
+  </defs>
+  <path
+     d="M 30.856274,5.7720243 L 450.86109,5.7720243 C 461.67691,6.5627045 473.93298,17.615789 474.52755,30.636789 L 474.52755,449.4433 C 474.57722,459.76184 462.73404,473.63554 449.36321,474.30807 L 29.957547,474.30807 C 20.433732,473.72489 5.5262338,458.92955 5.0927831,449.14373 L 5.691934,30.936364 C 4.6103723,24.633922 19.978002,5.6381226 30.856274,5.7720243 z "
+     style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3669" />
+  <path
+     d="M 35.1875,16.78125 C 23.426887,16.266334 16.714331,24.30046 17.15625,37.15625 L 17.15625,443.5625 C 17.202803,452.2297 20.884421,462.63293 32.84375,462.84375 L 447.28125,462.8125 C 459.24058,462.6017 462.95345,452.19845 463,443.53125 L 463,37.09375 C 463.44191,24.237959 456.72937,16.20383 444.96875,16.71875 L 35.1875,16.78125 z "
+     style="fill:#039;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.94117647"
+     id="path3661" />
+  <path
+     d="M 100.82515,91.817251 L 100.82515,197.08323 L 174.28737,197.08323 C 192.65275,197.0834 206.35224,191.55881 215.3859,180.50943 C 224.41915,169.46044 228.93588,157.44072 228.93609,144.45024 C 228.93588,124.74111 221.8435,110.25772 207.65893,101.00002 C 198.55062,94.878451 186.82953,91.817521 172.49561,91.817251 L 100.82515,91.817251 z M 51.327737,371.33202 L 51.327737,45.00748 L 169.80797,45.00748 C 182.49944,45.007806 194.70581,46.351626 206.42709,49.038943 C 218.148,51.726905 230.35436,57.998063 243.04621,67.852438 C 252.90067,75.467721 261.26221,85.956981 268.13087,99.320251 C 274.99903,112.68406 278.43324,128.17531 278.4335,145.79406 C 278.43324,169.08716 269.73574,191.26018 252.34098,212.3132 C 234.94574,233.36653 209.52515,243.89312 176.07913,243.89299 L 100.82515,243.89299 L 100.82515,371.33202 L 51.327737,371.33202 z "
+     style="font-size:458.69091797px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DIN 1451 Mittelschrift"
+     id="text5426" />
+  <g
+     transform="matrix(0.7929425,0,0,0.7755778,-372.35858,292.1436)"
+     id="g2297">
+    <path
+       d="M 278.91286 461.96271 A 78.380615 78.380615 0 1 1  122.15163,461.96271 A 78.380615 78.380615 0 1 1  278.91286 461.96271 z"
+       id="path596"
+       sodipodi:cx="200.53224"
+       sodipodi:cy="461.96271"
+       sodipodi:rx="78.380615"
+       sodipodi:ry="78.380615"
+       sodipodi:type="arc"
+       style="font-size:12px;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:26;stroke-opacity:1"
+       transform="matrix(-0.7941975,0,0,0.7941975,844.6956,-247.27632)" />
+    <path
+       d="M 278.91286 461.96271 A 78.380615 78.380615 0 1 1  122.15163,461.96271 A 78.380615 78.380615 0 1 1  278.91286 461.96271 z"
+       id="path595"
+       sodipodi:cx="200.53224"
+       sodipodi:cy="461.96271"
+       sodipodi:rx="78.380615"
+       sodipodi:ry="78.380615"
+       sodipodi:type="arc"
+       style="font-size:12px;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#feffff;stroke-width:25.99983025;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       transform="matrix(-0.7941975,0,0,0.7941975,1111.4801,-248.48899)" />
+    <path
+       d="M 902.90325,12.49531 L 742.83259,13.303766 L 686.24197,118.40065 L 794.57261,118.40065 L 907.75387,41.599088"
+       id="path594"
+       sodipodi:nodetypes="ccccc"
+       style="font-size:12px;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:16.57887268;stroke-linejoin:round;stroke-opacity:1" />
+    <path
+       d="M 896.75233,-50.489179 C 905.44709,-50.489179 912.01918,-50.683176 918.75551,-40.392067 C 920.69453,-36.961461 921.58106,-32.77272 920.86509,-28.603196 C 920.00619,-23.862035 917.19925,-19.203901 913.89022,-16.4464 C 909.5085,-12.79494 905.35013,-13.076632 906.02217,-9.7941826 C 906.88446,-5.5824266 909.51604,0.27036544 912.35992,9.7741226 C 915.24666,19.42106 918.67449,31.227993 922.03921,42.857413 C 925.40393,54.486808 928.70687,65.944962 931.32138,74.873497 C 932.62866,79.337753 933.77035,83.171066 934.6471,86.041895 C 935.5013,88.83894 936.25548,91.011621 936.18584,90.856721 C 938.90979,95.649288 939.28057,98.772121 943.84948,102.85126 C 948.97222,107.33462 953.14308,110.64668 954.59062,111.65843 C 958.26729,114.32927 959.97652,119.96578 958.03499,122.75082 C 955.58819,126.54638 950.53489,127.12861 946.8416,125.99309 C 943.33471,124.87986 937.78337,122.96765 931.34621,117.63605 L 931.29657,117.56161 L 931.22211,117.51197 C 922.26513,109.82917 918.95144,100.50467 918.61424,99.965175 L 918.14268,99.245428 L 917.82003,98.451238 C 917.0439,96.540701 916.57901,94.856088 915.66081,91.849459 C 914.74261,88.842831 913.57861,84.958513 912.26065,80.457684 C 909.62473,71.456073 906.33855,59.980493 902.97847,48.367156 C 899.61837,36.753819 896.19895,25.006992 893.34882,15.482413 C 890.4987,5.9578348 888.69807,-1.8646344 888.03246,-3.528685 C 886.41239,-7.578844 885.58474,-11.951325 886.69224,-16.335124 C 887.79972,-20.718923 891.10922,-24.257008 894.08003,-25.079472 C 900.86114,-26.976615 899.06187,-31.854189 895.59257,-31.861264 L 866.5202,-31.920451 L 866.44854,-50.488779 C 866.44873,-50.489179 885.31934,-50.489179 896.75233,-50.489179 z "
+       id="path593"
+       sodipodi:nodetypes="ccccscccccsscsccccccccccccssccc"
+       style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke-width:25;stroke-linecap:round" />
+    <path
+       d="M 792.49843,115.11004 L 737.61984,-19.228118"
+       id="path599"
+       style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:19.85493851;stroke-opacity:1" />
+    <path
+       d="M 817.07944,72.236162 L 772.49063,166.5587"
+       id="path600"
+       style="font-size:12px;fill:#fffffd;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:7.24705219;stroke-linecap:round;stroke-opacity:1" />
+    <path
+       d="M 278.91286 461.96271 A 78.380615 78.380615 0 1 1  122.15163,461.96271 A 78.380615 78.380615 0 1 1  278.91286 461.96271 z"
+       id="path597"
+       sodipodi:cx="200.53224"
+       sodipodi:cy="461.96271"
+       sodipodi:rx="78.380615"
+       sodipodi:ry="78.380615"
+       sodipodi:type="arc"
+       style="font-size:12px;fill:#fffeff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:31.30500031;stroke-opacity:1"
+       transform="matrix(-0.3120051,0,0,0.3223192,856.53347,-30.297359)" />
+    <path
+       d="M 828.98308,75.129086 L 799.69311,75.397573"
+       id="path601"
+       sodipodi:nodetypes="cc"
+       style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:10.12601757;stroke-opacity:1" />
+    <path
+       d="M 787.42188,162.59237 L 758.13191,162.86086"
+       id="path602"
+       sodipodi:nodetypes="cc"
+       style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:10.12601757;stroke-opacity:1" />
+    <path
+       d="M 710.75194,-31.233245 L 779.63603,-31.233245 C 782.20847,-31.233245 785.5287,-26.682779 782.20847,-23.658842 C 778.6175,-20.24123 746.33729,-13.226203 746.33729,-13.226203 C 746.33729,-13.226203 737.47669,-10.796683 732.76054,-11.368321 C 728.04443,-11.939982 711.75234,-13.369101 710.75194,-31.233245 z "
+       id="path603"
+       sodipodi:nodetypes="cssccc"
+       style="font-size:12px;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:0.79419751pt;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/parking/handicapped.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/parking/handicapped.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/parking/handicapped.svg	(revision 16006)
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="480"
+   height="480"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docname="handicapped.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\parking">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="573"
+     inkscape:window-width="797"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.78541667"
+     inkscape:cx="240"
+     inkscape:cy="240"
+     inkscape:window-x="154"
+     inkscape:window-y="203"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs4" />
+  <path
+     d="M 30.856274,5.7720243 L 450.86109,5.7720243 C 461.67691,6.5627045 473.93298,17.615789 474.52755,30.636789 L 474.52755,449.4433 C 474.57722,459.76184 462.73404,473.63554 449.36321,474.30807 L 29.957547,474.30807 C 20.433732,473.72489 5.5262338,458.92955 5.0927831,449.14373 L 5.691934,30.936364 C 4.6103723,24.633922 19.978002,5.6381226 30.856274,5.7720243 z "
+     style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3669" />
+  <path
+     d="M 35.1875,16.78125 C 23.426887,16.266334 16.714331,24.30046 17.15625,37.15625 L 17.15625,443.5625 C 17.202803,452.2297 20.884421,462.63293 32.84375,462.84375 L 447.28125,462.8125 C 459.24058,462.6017 462.95345,452.19845 463,443.53125 L 463,37.09375 C 463.44191,24.237959 456.72937,16.20383 444.96875,16.71875 L 35.1875,16.78125 z "
+     style="fill:#039;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.94117647"
+     id="path3661" />
+  <path
+     d="M 89.366261,85.451204 L 89.366261,190.71718 L 162.82848,190.71718 C 181.19386,190.71735 194.89335,185.19276 203.92701,174.14338 C 212.96026,163.09439 217.47699,151.07467 217.4772,138.08419 C 217.47699,118.37506 210.38461,103.89167 196.20004,94.633974 C 187.09173,88.512404 175.37064,85.451474 161.03672,85.451204 L 89.366261,85.451204 z M 39.868851,364.96597 L 39.868851,38.641433 L 158.34908,38.641433 C 171.04055,38.641759 183.24692,39.985579 194.9682,42.672896 C 206.68911,45.360858 218.89547,51.632016 231.58732,61.486391 C 241.44178,69.101674 249.80332,79.590934 256.67198,92.954204 C 263.54014,106.31801 266.97435,121.80926 266.97461,139.42801 C 266.97435,162.72111 258.27685,184.89413 240.88209,205.94715 C 223.48685,227.00048 198.06626,237.52707 164.62024,237.52694 L 89.366261,237.52694 L 89.366261,364.96597 L 39.868851,364.96597 z "
+     style="font-size:458.69091797px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DIN 1451 Mittelschrift"
+     id="text5426" />
+  <g
+     transform="matrix(0.6211784,0,0,0.6211784,65.912181,20.126619)"
+     inkscape:label="Ebene 1"
+     id="layer1"
+     style="fill:#ffffff">
+    <path
+       style="fill:#ffffff"
+       sodipodi:nodetypes="cccccccccccccccccccccccccccc"
+       id="path1631"
+       d="M 475.14239,512.18475 C 455.98022,507.82608 355.63011,511.46176 326.61273,511.45765 C 325.71817,448.40152 325.49175,385.33666 324.95769,322.27616 C 306.90185,303.3047 316.35912,268.99957 341.47238,261.63101 C 366.33467,251.38896 397.00821,274.41644 392.9612,301.45924 C 394.05008,322.82207 369.20964,328.02258 360.82849,339.80159 C 360.22642,364.7506 359.67445,389.78618 361.1968,414.70072 C 394.99835,417.41822 429.25883,415.41662 463.26461,415.88181 C 463.26461,426.84659 463.26461,437.81138 463.26461,448.77616 C 429.95472,448.77616 396.64484,448.77616 363.33495,448.77616 C 355.12082,467.7601 363.27055,483.41896 361.46514,481.67273 C 399.06092,481.85538 460.65743,481.74632 498.25356,481.77616 C 519.8184,526.09655 540.56669,571.03397 562.33619,615.10231 C 585.20389,612.33784 601.8056,599.41482 610.49782,598.85868 C 620.02186,598.03601 620.26631,628.40996 619.21194,627.50546 C 598.78942,634.85834 566.55746,650.7486 546.02023,657.77617 C 540.84192,649.38539 494.42324,551.84326 475.14239,512.18475 z M 358.74924,701.28513 C 313.89925,696.29491 282.53144,682.88945 258.60122,661.39393 C 224.38105,631.56517 204.61044,585.48831 209.87972,539.92978 C 212.43349,488.27629 246.91682,441.52959 292.5749,418.84829 C 299.82092,425.55951 294.94651,442.87901 296.24292,454.29174 C 298.17472,464.19329 285.0523,466.91187 280.24747,473.7567 C 246.33625,506.2488 238.90725,561.67428 260.34286,603.08127 C 283.01946,650.13041 340.39421,679.64452 391.57378,665.24716 C 429.9463,655.60354 460.34575,626.64192 480.54345,593.67296 C 488.98781,600.44577 506.98711,629.12461 488.76424,641.77672 C 457.9627,680.46369 408.61325,704.72754 358.74924,701.28513 z " />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/parking/motorbike.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/parking/motorbike.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/parking/motorbike.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="480"
+   height="480"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docname="motorbike.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\parking">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="960"
+     inkscape:window-width="1400"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.78541667"
+     inkscape:cx="240"
+     inkscape:cy="244.39003"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs4" />
+  <path
+     d="M 30.856274,5.7720243 L 450.86109,5.7720243 C 461.67691,6.5627045 473.93298,17.615789 474.52755,30.636789 L 474.52755,449.4433 C 474.57722,459.76184 462.73404,473.63554 449.36321,474.30807 L 29.957547,474.30807 C 20.433732,473.72489 5.5262338,458.92955 5.0927831,449.14373 L 5.691934,30.936364 C 4.6103723,24.633922 19.978002,5.6381226 30.856274,5.7720243 z "
+     style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3669" />
+  <path
+     d="M 35.1875,16.78125 C 23.426887,16.266334 16.714331,24.30046 17.15625,37.15625 L 17.15625,443.5625 C 17.202803,452.2297 20.884421,462.63293 32.84375,462.84375 L 447.28125,462.8125 C 459.24058,462.6017 462.95345,452.19845 463,443.53125 L 463,37.09375 C 463.44191,24.237959 456.72937,16.20383 444.96875,16.71875 L 35.1875,16.78125 z "
+     style="fill:#039;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.94117647"
+     id="path3661" />
+  <path
+     d="M 83.000213,80.358365 L 83.000213,185.62434 L 156.46243,185.62434 C 174.82781,185.62451 188.5273,180.09992 197.56096,169.05054 C 206.59421,158.00155 211.11094,145.98183 211.11115,132.99135 C 211.11094,113.28222 204.01856,98.798831 189.83399,89.541135 C 180.72568,83.419565 169.00459,80.358635 154.67067,80.358365 L 83.000213,80.358365 z M 33.502803,359.87313 L 33.502803,33.548594 L 151.98303,33.548594 C 164.6745,33.54892 176.88087,34.89274 188.60215,37.580057 C 200.32306,40.268019 212.52942,46.539177 225.22127,56.393552 C 235.07573,64.008835 243.43727,74.498095 250.30593,87.861365 C 257.17409,101.22517 260.6083,116.71642 260.60856,134.33517 C 260.6083,157.62827 251.9108,179.80129 234.51604,200.85431 C 217.1208,221.90764 191.70021,232.43423 158.25419,232.4341 L 83.000213,232.4341 L 83.000213,359.87313 L 33.502803,359.87313 z "
+     style="font-size:458.69091797px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DIN 1451 Mittelschrift"
+     id="text5426" />
+  <g
+     id="g2231"
+     transform="matrix(0.5572732,0,0,0.5572732,95.986428,176.24762)">
+    <path
+       d="M 243.22202,429.16927 C 306.02041,426.00501 398.42426,437.06422 429.42653,397.77007 C 443.6326,323.00073 484.22729,285.36345 553.92798,284.58694 C 596.72375,201.93866 519.03936,188.98722 465.93722,167.75274 C 462.56392,206.16837 464.63093,246.10015 403.86905,268.52224 C 401.42994,256.63453 396.44596,246.92813 380.50221,246.61583 L 290.68592,246.98094 L 227.15733,197.3264 C 216.89093,213.65423 196.51881,234.57558 196.48835,246.25072 L 100.10013,246.61583 C 93.08088,252.59444 87.1273,268.45864 101.19545,284.22184 C 158.93674,282.46908 263.88226,288.77717 243.22202,429.16927 z "
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path4749" />
+    <path
+       d="M 399.89717,113.13794 L 399.639,79.094411 L 361.51665,73.920272 L 361.51665,46.902363 L 400.41351,53.36735 C 397.55301,29.02724 381.90323,11.428004 347.42872,6.3312047 C 325.78242,7.8567994 303.08241,9.030436 290.16958,49.520754 C 286.3853,65.581097 288.74405,81.830116 298.71827,95.826685 C 331.00586,78.127222 355.17115,90.209532 377.21625,110.06585 L 399.89717,113.13794 z "
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path5636" />
+    <path
+       d="M 466.30233,186.7383 L 352.75409,100.93818 C 337.49176,92.79748 320.65999,91.248459 300.54381,103.49393 C 283.34764,119.11558 254.29941,162.39207 231.1735,191.84979 L 295.79741,240.22646 L 357.86559,153.87868 L 456.07934,229.0907 C 463.63929,215.89572 465.40829,200.40941 466.30233,186.7383 z "
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path6523" />
+    <path
+       d="M 461.19779,393.53989 C 461.19083,438.54199 497.67029,475.02709 542.67237,475.02709 C 587.67447,475.02709 624.15392,438.54199 624.14696,393.53989 C 624.15392,348.53779 587.67447,312.05269 542.67237,312.05269 C 497.67029,312.05269 461.19083,348.53779 461.19779,393.53989 L 461.19779,393.53989 z "
+       style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:34.10600281;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path7410" />
+    <path
+       d="M 57.203317,393.65048 C 57.196359,438.65258 93.675816,475.13768 138.6779,475.13768 C 183.68,475.13768 220.15945,438.65258 220.15249,393.65048 C 220.15945,348.64838 183.68,312.16328 138.6779,312.16328 C 93.675816,312.16328 57.196359,348.64838 57.203317,393.65048 L 57.203317,393.65048 z "
+       style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:34.10600281;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8297" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/parking/multi-storey.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/parking/multi-storey.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/parking/multi-storey.svg	(revision 16006)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="480"
+   height="480"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docname="garage.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\parking">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="573"
+     inkscape:window-width="797"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.39270833"
+     inkscape:cx="58.606682"
+     inkscape:cy="308.45936"
+     inkscape:window-x="154"
+     inkscape:window-y="203"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs4" />
+  <path
+     d="M 30.856274,5.7720243 L 450.86109,5.7720243 C 461.67691,6.5627045 473.93298,17.615789 474.52755,30.636789 L 474.52755,449.4433 C 474.57722,459.76184 462.73404,473.63554 449.36321,474.30807 L 29.957547,474.30807 C 20.433732,473.72489 5.5262338,458.92955 5.0927831,449.14373 L 5.691934,30.936364 C 4.6103723,24.633922 19.978002,5.6381226 30.856274,5.7720243 z "
+     style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3669" />
+  <path
+     d="M 34.91962,16.78125 C 23.159007,16.266334 16.446451,24.30046 16.88837,37.15625 L 16.88837,443.5625 C 16.934923,452.2297 20.616541,462.63293 32.57587,462.84375 L 447.01337,462.8125 C 458.9727,462.6017 462.68557,452.19845 462.73212,443.53125 L 462.73212,37.09375 C 463.17403,24.237959 456.46149,16.20383 444.70087,16.71875 L 34.91962,16.78125 z "
+     style="fill:#003399;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.94117647"
+     id="path3661" />
+  <path
+     d="M 199.58664,207.89278 L 199.58664,290.7332 L 257.39868,290.7332 C 271.85155,290.73333 282.63254,286.38568 289.7417,277.69023 C 296.85053,268.99509 300.40503,259.53601 300.40519,249.31299 C 300.40503,233.80263 294.82359,222.40474 283.66086,215.11928 C 276.49296,210.30183 267.2689,207.89299 255.98863,207.89278 L 199.58664,207.89278 z M 160.63402,427.86052 L 160.63402,171.05523 L 253.87356,171.05523 C 263.86128,171.05548 273.46724,172.11302 282.69145,174.22784 C 291.91537,176.34316 301.52132,181.27833 311.50933,189.03336 C 319.26443,195.02631 325.84465,203.28097 331.25003,213.79736 C 336.65502,224.31418 339.35761,236.50522 339.35782,250.37052 C 339.35761,268.70133 332.513,286.15067 318.82397,302.71862 C 305.13457,319.28681 285.12951,327.57084 258.80873,327.57074 L 199.58664,327.57074 L 199.58664,427.86052 L 160.63402,427.86052 z "
+     style="font-size:458.69091797px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DIN 1451 Mittelschrift"
+     id="text5426" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:30;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+     d="M 104.40318,146.4191 L 247.00265,64.933687 L 376.87003,141.32626"
+     id="path3129" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/parking/park_ride.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/parking/park_ride.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/parking/park_ride.svg	(revision 16006)
@@ -0,0 +1,97 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="15.981307"
+   height="14.98562"
+   id="svg2"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="05.svg">
+  <metadata
+     id="metadata13">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview11"
+     showgrid="false"
+     inkscape:zoom="31.466667"
+     inkscape:cx="13.718139"
+     inkscape:cy="3.6026643"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3756"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="3.6328964e-009px"
+       originy="0.0009137265px" />
+  </sodipodi:namedview>
+  <defs
+     id="defs4" />
+  <path
+     d="m 13.497407,3.6698769e-4 0,0.001013002 -11.0739908,0 0,0.001013 -1.77640764,0 C 0.22548703,-0.01492762 -0.0151026,0.2549564 7.3595251e-4,0.68677083 l 0,13.65077317 C 0.0024069,14.629104 0.13436079,14.97854 0.56300431,14.98562 l 1.83913139,0 0.081764,0 11.0135073,-0.002 0,10e-4 1.919775,0 c 0.428644,-0.0071 0.56172,-0.356516 0.563389,-0.647641 l 0,-13.65181579 c 0.01584,-0.43181443 -0.22475,-0.70167819 -0.646272,-0.68437807231 z"
+     style="fill:#154889;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     id="path3661"
+     inkscape:connector-curvature="0"
+     sodipodi:nodetypes="ccccccccccccccccc" />
+  <path
+     d="m 0.0456923,3.0207901 15.8632777,0 c 0,-0.97095 -0.521106,-1.83136 -1.327292,-2.02616998 l -13.2086937,0 C 0.53530805,1.1767701 0.0456923,2.0522001 0.0456923,3.0207901 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     id="path19064"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 6.027495,6.9400901 1.0058994,0 8e-7,-0.97756 1.0100146,0.005 0.00162,0.97215 1.0045944,0 0,1.05293 -1.0045944,0 -0.00284,0.96903 -1.0101067,-0.005 0.0013,-0.96417 -1.0058994,0 0,-1.05293 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     id="path19965"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 0.04117773,12.00261 15.86327827,0 c 0,0.96017 -0.521106,1.81105 -1.327292,2.0037 l -13.2086943,0 C 0.53079347,13.82619 0.04117773,12.96046 0.04117773,12.00261 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     id="path19953"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 1.0505725,3.9237801 0,7.0839299 0.9054965,0 0,-2.7497199 1.6194746,0 c 2.4261575,-0.60821 1.9527779,-4.05181 0.050557,-4.33603 l -2.5755315,0.002 z m 0.9054965,1.04907 1.5275459,0 c 0.9797811,0.41444 1.1206673,1.6721 0.078136,2.22155 l -1.6056852,0 0,-2.22155 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     id="path20852"
+     inkscape:connector-curvature="0" />
+  <path
+     d="m 10.019035,3.9275801 0,7.0914699 1.081935,0.002 0,-3.0493099 1.359262,0 1.4961,3.0456899 1.266213,0 -1.589151,-3.1146699 c 1.733734,-0.67529 1.952403,-3.35625 -0.403217,-3.96773 l -3.211142,-0.008 z m 1.081935,0.9874 1.904792,0 c 1.311898,0.39391 1.101513,1.65265 0.05839,2.10003 l -1.963176,0 0,-2.10003 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     id="path22626"
+     inkscape:connector-curvature="0" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/parking/parking.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/parking/parking.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/parking/parking.svg	(revision 16006)
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="480"
+   height="480"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docname="parking.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="573"
+     inkscape:window-width="797"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.78541667"
+     inkscape:cx="240"
+     inkscape:cy="240"
+     inkscape:window-x="154"
+     inkscape:window-y="203"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs4" />
+  <path
+     d="M 30.856274,5.7720243 L 450.86109,5.7720243 C 461.67691,6.5627045 473.93298,17.615789 474.52755,30.636789 L 474.52755,449.4433 C 474.57722,459.76184 462.73404,473.63554 449.36321,474.30807 L 29.957547,474.30807 C 20.433732,473.72489 5.5262338,458.92955 5.0927831,449.14373 L 5.691934,30.936364 C 4.6103723,24.633922 19.978002,5.6381226 30.856274,5.7720243 z "
+     style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3669" />
+  <path
+     d="M 35.1875,16.78125 C 23.426887,16.266334 16.714331,24.30046 17.15625,37.15625 L 17.15625,443.5625 C 17.202803,452.2297 20.884421,462.63293 32.84375,462.84375 L 447.28125,462.8125 C 459.24058,462.6017 462.95345,452.19845 463,443.53125 L 463,37.09375 C 463.44191,24.237959 456.72937,16.20383 444.96875,16.71875 L 35.1875,16.78125 z "
+     style="fill:#039;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.94117647"
+     id="path3661" />
+  <path
+     d="M 175.94451,123.64749 L 175.94451,228.91347 L 249.40673,228.91347 C 267.77211,228.91364 281.4716,223.38905 290.50526,212.33967 C 299.53851,201.29068 304.05524,189.27096 304.05545,176.28048 C 304.05524,156.57135 296.96286,142.08796 282.77829,132.83026 C 273.66998,126.70869 261.94889,123.64776 247.61497,123.64749 L 175.94451,123.64749 z M 126.4471,403.16226 L 126.4471,76.837719 L 244.92733,76.837719 C 257.6188,76.838045 269.82517,78.181865 281.54645,80.869182 C 293.26736,83.557144 305.47372,89.828302 318.16557,99.682677 C 328.02003,107.29796 336.38157,117.78722 343.25023,131.15049 C 350.11839,144.5143 353.5526,160.00555 353.55286,177.6243 C 353.5526,200.9174 344.8551,223.09042 327.46034,244.14344 C 310.0651,265.19677 284.64451,275.72336 251.19849,275.72323 L 175.94451,275.72323 L 175.94451,403.16226 L 126.4471,403.16226 z "
+     style="font-size:458.69091797px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:white;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DIN 1451 Mittelschrift"
+     id="text5426" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/parking/parking_space.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/parking/parking_space.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/parking/parking_space.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16.000114"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="02.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="15.839192"
+     inkscape:cx="8.3312618"
+     inkscape:cy="5.4156202"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid2985"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="-390px"
+       originy="-484.99989px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(-390,-551.36218)">
+    <rect
+       style="fill:#808080;fill-opacity:1;stroke:none"
+       id="rect2987"
+       width="16"
+       height="16"
+       x="390"
+       y="551.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect2989"
+       width="2"
+       height="12"
+       x="392"
+       y="555.36218"
+       ry="0" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect2991"
+       width="1.9999964"
+       height="12.000114"
+       x="402"
+       y="555.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect2993"
+       width="4"
+       height="2"
+       x="391"
+       y="555.36218" />
+    <rect
+       style="fill:#ffffff;fill-opacity:1;stroke:none"
+       id="rect2995"
+       width="4"
+       height="2"
+       x="401"
+       y="555.36218" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/parking/underground.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/parking/underground.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/parking/underground.svg	(revision 16006)
@@ -0,0 +1,91 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="480"
+   height="480"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="underground.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\parking"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\vehicle\parking\underground.png"
+   inkscape:export-xdpi="3"
+   inkscape:export-ydpi="3">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="667"
+     inkscape:window-width="797"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.39270833"
+     inkscape:cx="210.69591"
+     inkscape:cy="308.45936"
+     inkscape:window-x="154"
+     inkscape:window-y="203"
+     inkscape:current-layer="svg2"
+     showgrid="false" />
+  <defs
+     id="defs4">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 240 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="480 : 240 : 1"
+       inkscape:persp3d-origin="240 : 160 : 1"
+       id="perspective10" />
+  </defs>
+  <path
+     d="M 30.856274,5.7720243 L 450.86109,5.7720243 C 461.67691,6.5627045 473.93298,17.615789 474.52755,30.636789 L 474.52755,449.4433 C 474.57722,459.76184 462.73404,473.63554 449.36321,474.30807 L 29.957547,474.30807 C 20.433732,473.72489 5.5262338,458.92955 5.0927831,449.14373 L 5.691934,30.936364 C 4.6103723,24.633922 19.978002,5.6381226 30.856274,5.7720243 z "
+     style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3669" />
+  <path
+     d="M 34.91962,16.78125 C 23.159007,16.266334 16.446451,24.30046 16.88837,37.15625 L 16.88837,443.5625 C 16.934923,452.2297 20.616541,462.63293 32.57587,462.84375 L 447.01337,462.8125 C 458.9727,462.6017 462.68557,452.19845 462.73212,443.53125 L 462.73212,37.09375 C 463.17403,24.237959 456.46149,16.20383 444.70087,16.71875 L 34.91962,16.78125 z"
+     style="fill:#003399;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.94117647"
+     id="path3661" />
+  <path
+     d="M 189.40096,85.664662 L 189.40096,168.50508 L 247.213,168.50508 C 261.66587,168.50521 272.44686,164.15756 279.55602,155.46211 C 286.66485,146.76697 290.21935,137.30789 290.21951,127.08487 C 290.21935,111.57451 284.63791,100.17662 273.47518,92.891162 C 266.30728,88.073712 257.08322,85.664872 245.80295,85.664662 L 189.40096,85.664662 z M 150.44834,305.6324 L 150.44834,48.827112 L 243.68788,48.827112 C 253.6756,48.827362 263.28156,49.884902 272.50577,51.999722 C 281.72969,54.115042 291.33564,59.050212 301.32365,66.805242 C 309.07875,72.798192 315.65897,81.052852 321.06435,91.569242 C 326.46934,102.08606 329.17193,114.2771 329.17214,128.1424 C 329.17193,146.47321 322.32732,163.92255 308.63829,180.4905 C 294.94889,197.05869 274.94383,205.34272 248.62305,205.34262 L 189.40096,205.34262 L 189.40096,305.6324 L 150.44834,305.6324 z"
+     style="font-size:458.69091797px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:center;line-height:100%;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:DIN 1451 Mittelschrift"
+     id="text5426" />
+  <path
+     style="fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:36.63752747;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     d="M 82.981344,340.99604 L 396.63914,410.1976"
+     id="path3129"
+     sodipodi:nodetypes="cc" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/passing_place.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/passing_place.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/passing_place.svg	(revision 16006)
@@ -0,0 +1,233 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="11"
+   viewBox="0 0 16 11"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__passing_place2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254835"
+     inkscape:cx="6.9728921"
+     inkscape:cy="3.1745323"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1041.3621)">
+    <g
+       id="g3382"
+       transform="matrix(0,-0.85169118,-1.1348835,0,436.02225,1173.8632)"
+       style="fill:#ffffff;fill-opacity:1">
+      <path
+         style="fill:#ffffff;fill-opacity:1"
+         d="m 147.89999,370.10001 6.5,0 0,14.1 -6.5,0 0,-2.64803 -4.41064,-1.71343 0.0264,-5.26615 4.38421,-1.82122 z"
+         id="XMLID_61_"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccccc" />
+    </g>
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 16,1047.8621 -2.999998,0 -2.984376,4 -4.0468754,0 -2.9687505,-4 -3.00000057683724,0"
+       id="path4351"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccc" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M -4.7683724e-7,1041.8621 16,1041.8621"
+       id="path4208"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/repair_shop.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/repair_shop.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/repair_shop.svg	(revision 16006)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="244.45622"
+   height="388.64725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="repair_shop3.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+        <dc:title></dc:title>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="988"
+     inkscape:window-width="1680"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="1.0472222"
+     inkscape:cx="-201.47215"
+     inkscape:cy="187.63927"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:current-layer="svg2"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-maximized="1" />
+  <defs
+     id="defs4" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4134"
+     width="244.45622"
+     height="388.64725"
+     x="0"
+     y="0" />
+  <path
+     inkscape:connector-curvature="0"
+     id="path29027"
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="m 147.25287,210.0689 0,-67.91345 55.93887,-22.0924 -0.0401,-23.934094 c 0,0 -55.91335,0.08074 -55.92641,0 -0.0123,-0.07635 -0.0401,-26.033771 -0.0401,-26.033771 l 56.00659,0 0,-23.199903 -55.63324,-23.174955 -47.800456,0.400951 -54.646027,23.372757 0,22.60115 56.006583,0 0,26.058719 -56.044006,0 0,23.801336 56.124196,22.42563 0,67.74059 -5.988418,0 -5.043962,163.93541 68.07876,0.0401 -5.05375,-164.02807 z"
+     sodipodi:nodetypes="ccccccccccccccccccccccc" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/rest_area.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/rest_area.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/rest_area.svg	(revision 16006)
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__rest_area3.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="10.860798"
+     inkscape:cy="7.7809326"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="false"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4254-5"
+       width="16"
+       height="16"
+       x="-5.2452083e-006"
+       y="1036.3621"
+       rx="2"
+       ry="2" />
+    <rect
+       style="opacity:1;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4322"
+       width="15"
+       height="15"
+       x="0.49176642"
+       y="1036.8539"
+       rx="1.6237757"
+       ry="1.6237757" />
+    <g
+       id="g4330">
+      <path
+         style="fill:#ffffff;fill-opacity:1"
+         id="polyline3053"
+         d="m 6,1049.3621 2,0 0,1.4864 1,0 -1e-7,-1.4864 2,0 0,-1 -5,0 z"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="ccccccccc" />
+      <path
+         style="fill:#ffffff;fill-opacity:1"
+         id="path3055"
+         d="m 12,1047.3621 -2,0 1.500001,-2 -1,0 1.5,-2 -1,0 1.5,-2 1.5,2 -1,0 1.5,2 -1,0 1.5,2 -2,0 0,3.4864 -1,0 z"
+         inkscape:connector-curvature="0"
+         sodipodi:nodetypes="cccccccccccccccc" />
+      <path
+         inkscape:connector-curvature="0"
+         id="text5426"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:458.69091797px;line-height:100%;font-family:'DIN 1451 Mittelschrift';text-align:center;writing-mode:lr-tb;text-anchor:middle;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+         d="m 3.5321082,1039.7267 0,3.9634 2.7658333,0 c 0.6914515,0 1.2072343,-0.2081 1.5473488,-0.6243 0.3400995,-0.4159 0.5101528,-0.8683 0.5101609,-1.3575 -8.1e-6,-0.742 -0.2670341,-1.2873 -0.8010792,-1.6358 -0.3429254,-0.2305 -0.7842216,-0.3458 -1.3238898,-0.3458 z m -1.8635646,11.1218 0,-12.8841 4.4607497,0 c 0.4778305,0 0.9373973,0.05 1.3787005,0.1517 0.4412888,0.102 0.9008549,0.3373 1.3786994,0.7082 0.3710183,0.287 0.6858284,0.6818 0.9444307,1.185 0.2585851,0.5031 0.3878821,1.0864 0.3878911,1.7497 -9e-6,0.8769 -0.3274679,1.7116 -0.9823758,2.5043 -0.6549262,0.7928 -1.6120047,1.1891 -2.8712384,1.1891 l -2.8332926,0 0,5.3961 z"
+         sodipodi:nodetypes="ccscccscccscccccsccc" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/bicycle-designated.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/bicycle-designated.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/bicycle-designated.svg	(revision 16006)
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   height="725"
+   width="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="bicycle-designated.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\bicycle-designated.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata13">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs11">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective15" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <path
+     style="fill: white; fill-rule: evenodd; stroke: black; stroke-width: 2.5px;"
+     id="OuterCircle"
+     d="M 712.50000,362.50000 C 712.50000,555.79966 555.79966,712.50000 362.50000,712.50000 C 169.20034,712.50000 12.500000,555.79966 12.500000,362.50000 C 12.500000,169.20034 169.20034,12.500000 362.50000,12.500000 C 555.79966,12.500000 712.50000,169.20034 712.50000,362.50000 L 712.50000,362.50000 z " />
+  <path
+     style="fill: rgb(0, 51, 153); fill-opacity: 1; fill-rule: evenodd;"
+     id="BlueCircle"
+     d="M 361.44830,27.362500 C 176.66244,27.362500 25.948300,178.07664 25.948300,362.86250 C 25.948300,547.64836 176.66244,698.36250 361.44830,698.36250 C 546.23416,698.36250 696.94830,547.64836 696.94830,362.86250 C 696.94830,178.07664 546.23416,27.362500 361.44830,27.362500 z " />
+  <g
+     transform="matrix(0.612193, 0, 0, 0.612193, 54.873, 171.169)"
+     id="BikeSymbol">
+    <circle
+       r="161"
+       cy="409"
+       cx="215"
+       style="fill: none; stroke: white; stroke-width: 40px;"
+       id="FrontWheel" />
+    <circle
+       r="161"
+       cy="406"
+       cx="790"
+       style="fill: none; stroke: white; stroke-width: 40px;"
+       id="RearWheel" />
+    <path
+       style="fill: rgb(255, 255, 255); fill-rule: evenodd; stroke: none;"
+       id="Frame"
+       d="M 429.48437,15.467118 C 296.91790,16.759190 319.39993,1.7711686 248.07762,230.98455 C 189.97511,414.12586 196.30387,394.15363 196.00000,407.00000 C 195.78704,416.98022 203.84333,424.89312 213.96694,425.57043 C 235.02054,423.44166 226.16492,427.84741 299.15748,201.18078 C 565.86963,482.53640 465.80592,436.91194 609.34064,442.62576 C 797.98299,440.81686 813.31557,452.44550 815.55516,424.79518 C 815.29674,415.40613 810.90371,409.80716 681.43820,121.67535 L 693.84208,87.564675 L 736.48042,86.789433 L 734.92994,51.128275 L 576.00521,51.128275 C 561.96471,70.337063 581.69033,70.250925 652.75423,86.014190 L 640.35035,120.90010 L 323.27614,121.67535 C 344.63838,47.079788 332.57905,51.731243 428.70913,51.903518 L 429.48437,15.467118 z M 314.11415,159.91012 L 624.37752,159.36001 L 534.70921,400.30922 L 314.11415,159.91012 z M 661.78516,174.21304 L 573.76718,405.26023 L 766.30650,405.81034 L 661.78516,174.21304 z " />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/bicycle.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/bicycle.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/bicycle.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="725"
+   height="725"
+   version="1.1"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="bicycle.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\bicycle.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata13">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs11">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective15" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <circle
+     style="fill: rgb(255, 255, 255); stroke: rgb(0, 0, 0); stroke-width: 2.5px;"
+     r="350"
+     cx="362.5"
+     cy="362.5"
+     id="OuterCircle" />
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="290"
+     style="stroke: rgb(204, 0, 0); stroke-width: 93.75; fill: none;"
+     id="RedCircle" />
+  <g
+     id="BikeSymbol"
+     transform="matrix(0.446708, 0, 0, 0.446708, 138.029, 227.267)">
+    <circle
+       cx="215"
+       cy="409"
+       r="161"
+       style="fill: none; stroke: black; stroke-width: 40px;"
+       id="FrontWheel" />
+    <circle
+       cx="790"
+       cy="406"
+       r="161"
+       style="fill: none; stroke: black; stroke-width: 40px;"
+       id="RearWheel" />
+    <path
+       style="fill: black; fill-rule: evenodd; stroke: none;"
+       id="Frame"
+       d="M 429.48437,15.467118 C 296.91790,16.759190 319.39993,1.7711686 248.07762,230.98455 C 189.97511,414.12586 196.30387,394.15363 196.00000,407.00000 C 195.78704,416.98022 203.84333,424.89312 213.96694,425.57043 C 235.02054,423.44166 226.16492,427.84741 299.15748,201.18078 C 565.86963,482.53640 465.80592,436.91194 609.34064,442.62576 C 797.98299,440.81686 813.31557,452.44550 815.55516,424.79518 C 815.29674,415.40613 810.90371,409.80716 681.43820,121.67535 L 693.84208,87.564675 L 736.48042,86.789433 L 734.92994,51.128275 L 576.00521,51.128275 C 561.96471,70.337063 581.69033,70.250925 652.75423,86.014190 L 640.35035,120.90010 L 323.27614,121.67535 C 344.63838,47.079788 332.57905,51.731243 428.70913,51.903518 L 429.48437,15.467118 z     M 314.11415,159.91012 L 624.37752,159.36001 L 534.70921,400.30922 L 314.11415,159.91012 z     M 661.78516,174.21304 L 573.76718,405.26023 L 766.30650,405.81034 L 661.78516,174.21304 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/city_limit.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/city_limit.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/city_limit.svg	(revision 16006)
@@ -0,0 +1,247 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_sign__city_limit3.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="-0.87664197"
+     inkscape:cy="10.598224"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       style="opacity:1;fill:#f0c900;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4360"
+       width="15.5"
+       height="10.5"
+       x="0.25"
+       y="1036.6121"
+       ry="1.6572816" />
+    <g
+       style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="text4362"
+       transform="matrix(0.86368746,0,0,0.86368746,1.0902142,137.09815)">
+      <path
+         d="m 6.8139168,1047.7859 q 0,0.9 -0.28,1.57 -0.2800001,0.66 -0.7900002,1.1 -0.5100001,0.43 -1.2200002,0.65 -0.7100002,0.21 -1.5600003,0.21 -0.4200001,0 -0.9300002,-0.04 -0.5000001,-0.03 -0.9100002,-0.13 l 0,-6.72 q 0.4100001,-0.1 0.9100002,-0.13 0.5100001,-0.04 0.9300002,-0.04 0.8500001,0 1.5600003,0.22 0.7100001,0.21 1.2200002,0.65 0.5100001,0.43 0.7900002,1.1 0.28,0.66 0.28,1.56 z m -3.7700007,2.68 q 1.3800003,0 2.0600004,-0.7 0.6800001,-0.71 0.6800001,-1.98 0,-1.27 -0.6800001,-1.97 -0.6800001,-0.71 -2.0600004,-0.71 -0.4100001,0 -0.6400001,0.01 -0.2200001,0.01 -0.3100001,0.02 l 0,5.3 q 0.09,0.01 0.3100001,0.02 0.23,0.01 0.6400001,0.01 z"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.00000191px;font-family:Ubuntu"
+         id="path4423"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 9.1228236,1051.2559 -0.93,0 0,-5.2 0.93,0 0,5.2 z m -0.47,-6.14 q -0.25,0 -0.43,-0.16 -0.17,-0.17 -0.17,-0.45 0,-0.28 0.17,-0.44 0.18,-0.17 0.43,-0.17 0.25,0 0.42,0.17 0.18,0.16 0.18,0.44 0,0.28 -0.18,0.45 -0.17,0.16 -0.42,0.16 z"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.00000191px;font-family:Ubuntu"
+         id="path4425"
+         inkscape:connector-curvature="0" />
+      <path
+         d="m 14.871887,1051.1059 q -0.32,0.08 -0.85,0.17 -0.52,0.09 -1.21,0.09 -0.6,0 -1.01,-0.17 -0.41,-0.18 -0.66,-0.5 -0.25,-0.32 -0.36,-0.75 -0.11,-0.44 -0.11,-0.97 l 0,-2.92 0.93,0 0,2.72 q 0,0.95 0.3,1.36 0.3,0.41 1.01,0.41 0.15,0 0.31,-0.01 0.16,-0.01 0.3,-0.02 0.14,-0.02 0.25,-0.03 0.12,-0.02 0.17,-0.04 l 0,-4.39 0.93,0 0,5.05 z"
+         style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:10.00000191px;font-family:Ubuntu"
+         id="path4427"
+         inkscape:connector-curvature="0" />
+    </g>
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4263"
+       width="2"
+       height="5"
+       x="7"
+       y="1047.3621"
+       ry="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/dead_end.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/dead_end.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/dead_end.svg	(revision 16006)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="480"
+   height="480"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docname="dead_end.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="G:\Documents\map-icons\svg\vehicle\restrictions">
+  <metadata
+     id="metadata2625">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base" />
+  <defs
+     id="defs4" />
+  <path
+     d="M 30.856274,5.7720243 L 450.86109,5.7720243 C 461.67691,6.5627045 473.93298,17.615789 474.52755,30.636789 L 474.52755,449.4433 C 474.57722,459.76184 462.73404,473.63554 449.36321,474.30807 L 29.957547,474.30807 C 20.433732,473.72489 5.5262338,458.92955 5.0927831,449.14373 L 5.691934,30.936364 C 4.6103723,24.633922 19.978002,5.6381226 30.856274,5.7720243 z "
+     style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:black;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+     id="path3669" />
+  <path
+     d="M 35.1875,16.78125 C 23.426887,16.266334 16.714331,24.30046 17.15625,37.15625 L 17.15625,443.5625 C 17.202803,452.2297 20.884421,462.63293 32.84375,462.84375 L 447.28125,462.8125 C 459.24058,462.6017 462.95345,452.19845 463,443.53125 L 463,37.09375 C 463.44191,24.237959 456.72937,16.20383 444.96875,16.71875 L 35.1875,16.78125 z "
+     style="fill:#039;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:0.94117647"
+     id="path3661" />
+  <path
+     d="M 209.01102,465.74274 L 209.01102,204.1964 L 129.70283,204.15164 L 129.65808,129.65808 L 350.34572,129.65808 L 350.39047,204.1964 L 271.13083,204.15164 L 271.17559,465.73894 L 209.01102,465.74274 z "
+     style="fill:white;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path1883" />
+  <path
+     d="M 136.5311,136.49742 L 343.54167,136.49742 L 343.46164,196.65367 L 136.51063,196.65367 L 136.5311,136.49742 z "
+     style="fill:#c00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path1885" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/foot-designated.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/foot-designated.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/foot-designated.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="foot-designated.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\foot-designated.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata13">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective15" />
+  </defs>
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="350"
+     style="fill: white; stroke: black; stroke-width: 2.5px;"
+     id="circle4" />
+  <path
+     d="M -176.30905,369.66949 C -176.30905,540.44638 -314.75107,678.88839 -485.52795,678.88839 C -656.30484,678.8884 -794.74686,540.44638 -794.74686,369.66949 C -794.74686,198.8926 -656.30484,60.450585 -485.52795,60.450585 C -314.75107,60.450585 -176.30905,198.8926 -176.30905,369.66949 z "
+     transform="matrix(1.06121, 0, 0, 1.06121, 877.745, -29.7955)"
+     style="opacity: 1; fill: rgb(0, 51, 153); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1;"
+     id="path1883" />
+  <g
+     transform="matrix(2.71584, 0, 0, 2.71584, 681.428, -1419.77)"
+     style="fill: white;"
+     id="g1953">
+    <path
+       d="M -162.2598,695.78989 L -151.80022,695.78989 L -151.80022,736.88109 C -151.80022,740.95037 -161.88625,740.37837 -161.88625,736.88109 L -162.2598,695.78989 z "
+       style="fill: white; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+       id="path1914" />
+    <path
+       d="M -147.81755,695.78989 L -137.35797,695.78989 L -137.35797,745.84644 C -137.35797,751.90761 -147.444,751.70751 -147.444,745.84644 L -147.81755,695.78989 z "
+       style="fill: white; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+       id="path1916" />
+    <path
+       d="M -185.87304,691.92858 C -182.89291,677.53426 -180.81137,664.83758 -160.64726,645.8354 L -160.64726,617.04368 L -164.21321,616.11917 C -167.51865,627.64359 -167.35037,638.24779 -164.18142,649.27418 C -165.83595,650.93571 -167.39427,652.69346 -168.96781,654.43599 C -172.345,652.75791 -172.69172,647.5109 -174.38276,642.79774 L -176.44766,629.77699 L -174.51484,618.89269 C -170.93552,610.87214 -168.6994,602.51101 -154.83609,597.23286 L -146.51555,597.10078 C -130.49677,599.87618 -127.4378,611.26281 -121.50676,622.48492 C -114.34317,636.03913 -105.89332,648.08749 -114.0258,652.83522 C -105.01372,658.70327 -100.29629,668.86597 -86.95101,670.40082 C -80.58147,671.05689 -77.26529,669.16851 -72.42308,668.55181 L -49.31046,696.5511 C -48.21252,703.73725 -50.86862,704.66668 -53.40469,705.79615 L -68.9892,687.17398 L -63.57425,714.64498 L -71.23443,714.64498 L -66.34776,743.70085 C -66.34776,746.48852 -75.72488,747.22387 -75.72488,744.22914 L -80.47948,717.4185 L -87.03502,717.34502 L -89.98867,748.05923 C -89.98867,751.21513 -98.44129,750.64254 -98.44129,748.05923 L -94.74327,682.8156 L -121.68598,657.98604 C -124.79226,652.49157 -122.53051,650.7863 -121.68598,648.08063 C -125.47029,636.76557 -131.8915,626.76896 -137.00635,616.11917 L -138.85536,616.11917 L -138.72329,645.96747 C -117.10373,664.65525 -116.34596,677.62217 -113.49751,692.32479 L -185.87304,691.92858 z "
+       style="fill: white; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+       id="path1918" />
+    <path
+       d="M -135.36376,575.69151 C -135.36084,583.43019 -141.63345,589.70517 -149.37212,589.70517 C -157.1108,589.70517 -163.38341,583.43019 -163.38049,575.69151 C -163.38341,567.95284 -157.1108,561.67785 -149.37212,561.67785 C -141.63345,561.67785 -135.36084,567.95284 -135.36376,575.69151 L -135.36376,575.69151 z "
+       style="fill: white; fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1;"
+       id="path1922" />
+    <path
+       d="M -72.793169,650.58949 C -72.790561,657.5027 -78.39409,663.10836 -85.3073,663.10836 C -92.220518,663.10836 -97.824047,657.5027 -97.821439,650.58949 C -97.824047,643.67628 -92.220518,638.07063 -85.3073,638.07063 C -78.39409,638.07063 -72.790561,643.67628 -72.793169,650.58949 L -72.793169,650.58949 z "
+       style="fill: white; fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1;"
+       id="path1924" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/foot.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/foot.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/foot.svg	(revision 16006)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="725"
+   height="725"
+   version="1.1"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="foot.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\foot.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata16">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs14">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective18" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <circle
+     style="fill: rgb(255, 255, 255); stroke: rgb(0, 0, 0); stroke-width: 2.5px;"
+     r="350"
+     cx="362.5"
+     cy="362.5"
+     id="circle4" />
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="290"
+     style="stroke: rgb(204, 0, 0); stroke-width: 93.75; fill: none;"
+     id="circle6" />
+  <g
+     id="PedestrianSymbol"
+     transform="matrix(0.594656, 0, 0, 0.594656, 244.082, 120.638)">
+    <circle
+       r="56"
+       cx="188"
+       cy="105"
+       style="fill: black; stroke: none;"
+       id="circle9" />
+    <path
+       style="fill: black; stroke: none;"
+       d="M 22.000000,427.00000 C 173.66667,190.33333 159.33333,183.66667 216.00000,182.00000 C 249.00000,183.00000 250.00000,192.00000 306.00000,236.00000 C 375.00000,286.66667 370.00000,287.33333 369.00000,343.00000 C 368.66667,410.00000 373.33333,405.00000 320.00000,430.00000 L 320.00000,317.00000 L 273.00000,275.00000 L 273.00000,434.00000 L 161.00000,433.00000 L 160.00000,307.00000 C 68.000000,449.00000 74.000000,441.00000 22.000000,427.00000 z     M 163.00000,450.00000 L 272.00000,450.00000 C 272.00000,475.00000 280.00000,473.00000 338.00000,582.00000 C 399.00000,694.33333 400.00000,686.66667 365.00000,751.00000 L 214.00000,480.00000 C 71.000000,756.66667 89.000000,748.33333 10.000000,743.00000 L 89.000000,595.00000 C 156.66667,472.66667 160.33333,472.33333 163.00000,450.00000 z "
+       id="path11" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/give_way.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/give_way.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/give_way.svg	(revision 16006)
@@ -0,0 +1,220 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="15"
+   viewBox="0 0 16 15"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__give_way2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="10.7423"
+     inkscape:cy="6.8371201"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true"
+     inkscape:snap-grids="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1037.3621)">
+    <path
+       sodipodi:nodetypes="cccc"
+       inkscape:connector-curvature="0"
+       id="path4210"
+       d="m 0.99993,1038.9 14,0 -7,12.2976 z"
+       style="fill:#ffffff;fill-rule:evenodd;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ee1c23;stroke-width:1.7;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 1.7127388,1039.3097 12.5745242,0 -6.287262,11.1049 z"
+       id="path4208"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/goods.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/goods.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/goods.svg	(revision 16006)
@@ -0,0 +1,105 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="725"
+   height="725"
+   version="1.1"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="goods.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\goods.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata20">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs18">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective22" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <circle
+     style="fill: rgb(255, 255, 255); stroke: rgb(0, 0, 0); stroke-width: 2.5px;"
+     r="350"
+     cx="362.5"
+     cy="362.5"
+     id="circle4" />
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="290"
+     style="stroke: rgb(204, 0, 0); stroke-width: 93.75; fill: none;"
+     id="circle6" />
+  <g
+     id="TruckSymbol"
+     transform="matrix(0.436865, 0, 0, 0.436865, 143.872, 253.031)">
+    <path
+       style="fill: black; stroke: none; fill-rule: evenodd;"
+       d="M 295.78419,86.816926 L 295.78419,335.08252 L 687.71625,335.40310 C 664.71649,354.19396 650.35734,380.09418 650.54503,414.08813 L 261.47933,413.85667 C 257.75238,281.97351 70.642616,282.42223 66.576854,413.09434 C 38.473995,412.88466 34.575813,406.50199 34.304870,380.61469 L 34.304868,281.61469 C 33.952015,237.37253 28.426810,266.57731 61.177014,182.67997 C 94.875059,93.246445 85.585107,101.51291 116.06480,99.204795 L 295.78419,86.816926 z M 217.93865,233.19966 L 219.48981,127.72046 L 119.43969,133.92512 C 101.20003,135.14704 101.04823,135.26154 94.621050,156.41701 L 69.026832,224.66825 C 60.428592,245.60250 61.797130,251.77115 85.314062,248.71131 L 217.93865,233.19966 z M 966.63494,335.59074 L 966.82552,391.36792 L 902.21802,414.23783 L 845.49140,414.20156 C 845.72230,381.85903 832.28136,354.65711 808.44981,335.54893 L 966.63494,335.59074 z "
+       id="path9" />
+    <rect
+       x="335.82718"
+       y="12.158683"
+       height="301.70154"
+       width="631.32404"
+       style="fill: black; stroke: none;"
+       id="rect11" />
+    <circle
+       r="77"
+       cx="164"
+       cy="412"
+       style="fill: black; stroke: none;"
+       id="circle13" />
+    <circle
+       r="77"
+       cx="748"
+       cy="412"
+       style="fill: black; stroke: none;"
+       id="circle15" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/horse-designated.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/horse-designated.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/horse-designated.svg	(revision 16006)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="horse-designated.svg"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\Internet\Desktop\Wiki\SVG"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\horse-designated.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="749"
+     inkscape:window-width="1024"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.52137931"
+     inkscape:cx="362.5"
+     inkscape:cy="369.21296"
+     inkscape:window-x="-4"
+     inkscape:window-y="-4"
+     inkscape:current-layer="svg2"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective12" />
+  </defs>
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="350"
+     style="fill: white; stroke: black; stroke-width: 2.5px;"
+     id="circle4" />
+  <path
+     d="M -176.30905 369.66949 A 309.2189 309.2189 0 1 1  -794.74686,369.66949 A 309.2189 309.2189 0 1 1  -176.30905 369.66949 z"
+     transform="matrix(1.06121, 0, 0, 1.06121, 877.745, -29.7955)"
+     style="opacity: 1; fill: rgb(0, 51, 153); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1;"
+     id="path1883" />
+  <g
+     id="layer1"
+     transform="matrix(1.2755, 0, 0, 1.2755, 106.644, 128.909)"
+     style="fill: white;">
+    <g
+       id="g1892"
+       transform="translate(2.93016, -2.25117)"
+       style="fill: white;">
+      <path
+         id="path1882"
+         style="fill: white; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+         d="M 52.413594,38.866939 L 52.913594,62.616939 L 6.4448442,115.14819 L 18.069844,127.27319 L 71.101094,116.14819 L 94.319844,156.05444 C 84.123594,180.44952 92.866694,191.61419 98.382344,208.08569 L 40.788594,244.42944 L 40.788594,324.74194 L 61.507344,313.61694 L 61.007344,259.08569 L 108.97609,232.80444 L 153.91359,334.83569 L 149.97609,355.21072 L 170.60109,355.55442 L 173.63234,335.33569 L 137.75734,231.30444 C 171.91348,240.9542 206.38281,242.73849 241.31984,231.30444 L 275.13234,291.39819 L 240.72609,355.11692 L 264.53859,355.64822 L 300.41359,289.39819 L 292.81984,238.86694 L 345.35109,280.30444 L 333.72609,350.49192 L 356.97609,344.42944 L 368.06984,272.71069 L 338.28859,221.71069 C 342.53567,195.71256 337.04829,175.97794 325.97609,162.58569 L 336.56984,153.39819 C 354.39122,147.20989 365.19314,153.71935 371.41359,168.52319 L 377.41359,205.24194 L 407.69484,189.67944 L 399.60109,160.46069 C 389.57588,134.24426 359.48885,116.39751 325.78859,140.33569 C 325.78859,140.33569 315.08625,151.23801 313.81984,151.71069 C 295.95766,139.97227 271.36688,138.29839 248.22609,146.86694 L 244.16359,146.89819 C 251.46329,143.16506 251.87072,133.73733 249.38234,126.74194 L 213.53859,64.616939 C 199.79552,48.550019 166.87985,63.298099 173.13234,86.866939 L 177.81984,95.554439 L 146.19484,110.42944 C 130.20815,82.201549 113.44726,54.451059 68.569844,54.523189 L 52.413594,38.866939 z M 187.22609,113.58569 L 198.97609,133.30444 L 171.00734,147.21069 L 170.60109,147.21069 C 165.62405,141.82773 161.30591,135.77545 157.28859,129.39819 L 187.22609,113.58569 z " />
+      <path
+         id="path1884"
+         style="opacity: 1; fill: white; fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1;"
+         transform="translate(-40.4436, -589.044)"
+         d="M 241.42858,621.29077 C 241.42858,634.21029 230.95524,644.68363 218.03572,644.68363 C 205.1162,644.68363 194.64286,634.21029 194.64286,621.29077 C 194.64286,608.37125 205.1162,597.89791 218.03572,597.89791 C 230.95524,597.89791 241.42858,608.37125 241.42858,621.29077 L 241.42858,621.29077 z " />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/horse.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/horse.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/horse.svg	(revision 16006)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="horse.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\horse.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata12">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective14" />
+  </defs>
+  <g
+     id="g1875">
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="350"
+       style="fill: white; stroke: black; stroke-width: 2.5px;"
+       id="circle4" />
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="290"
+       style="fill: none; stroke: rgb(204, 0, 0); stroke-width: 93.75;"
+       id="circle6" />
+  </g>
+  <g
+     transform="matrix(0.9761, 0, 0, 0.9761, 166.15, 173.684)"
+     id="layer1">
+    <g
+       transform="translate(2.93016, -2.25117)"
+       id="g1892">
+      <path
+         d="M 52.413594,38.866939 L 52.913594,62.616939 L 6.4448442,115.14819 L 18.069844,127.27319 L 71.101094,116.14819 L 94.319844,156.05444 C 84.123594,180.44952 92.866694,191.61419 98.382344,208.08569 L 40.788594,244.42944 L 40.788594,324.74194 L 61.507344,313.61694 L 61.007344,259.08569 L 108.97609,232.80444 L 153.91359,334.83569 L 149.97609,355.21072 L 170.60109,355.55442 L 173.63234,335.33569 L 137.75734,231.30444 C 171.91348,240.9542 206.38281,242.73849 241.31984,231.30444 L 275.13234,291.39819 L 240.72609,355.11692 L 264.53859,355.64822 L 300.41359,289.39819 L 292.81984,238.86694 L 345.35109,280.30444 L 333.72609,350.49192 L 356.97609,344.42944 L 368.06984,272.71069 L 338.28859,221.71069 C 342.53567,195.71256 337.04829,175.97794 325.97609,162.58569 L 336.56984,153.39819 C 354.39122,147.20989 365.19314,153.71935 371.41359,168.52319 L 377.41359,205.24194 L 407.69484,189.67944 L 399.60109,160.46069 C 389.57588,134.24426 359.48885,116.39751 325.78859,140.33569 C 325.78859,140.33569 315.08625,151.23801 313.81984,151.71069 C 295.95766,139.97227 271.36688,138.29839 248.22609,146.86694 L 244.16359,146.89819 C 251.46329,143.16506 251.87072,133.73733 249.38234,126.74194 L 213.53859,64.616939 C 199.79552,48.550019 166.87985,63.298099 173.13234,86.866939 L 177.81984,95.554439 L 146.19484,110.42944 C 130.20815,82.201549 113.44726,54.451059 68.569844,54.523189 L 52.413594,38.866939 z M 187.22609,113.58569 L 198.97609,133.30444 L 171.00734,147.21069 L 170.60109,147.21069 C 165.62405,141.82773 161.30591,135.77545 157.28859,129.39819 L 187.22609,113.58569 z "
+         style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+         id="path1882" />
+      <path
+         d="M 241.42858,621.29077 C 241.42858,634.21029 230.95524,644.68363 218.03572,644.68363 C 205.1162,644.68363 194.64286,634.21029 194.64286,621.29077 C 194.64286,608.37125 205.1162,597.89791 218.03572,597.89791 C 230.95524,597.89791 241.42858,608.37125 241.42858,621.29077 L 241.42858,621.29077 z "
+         transform="translate(-40.4436, -589.044)"
+         style="opacity: 1; fill: black; fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1;"
+         id="path1884" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/maxheight.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/maxheight.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/maxheight.svg	(revision 16006)
@@ -0,0 +1,110 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="maxheight.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\maxheight.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata15">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective17" />
+  </defs>
+  <g
+     id="g1875">
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="350"
+       style="fill: white; stroke: black; stroke-width: 2.5px;"
+       id="circle4" />
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="290"
+       style="fill: none; stroke: rgb(204, 0, 0); stroke-width: 93.75;"
+       id="circle6" />
+  </g>
+  <path
+     d="M 269.3845,421.14832 L 269.3845,425.55264 C 269.38439,427.25927 269.3229,429.15029 269.20006,431.22572 C 269.07698,433.30123 268.65033,436.17223 267.92012,439.83873 C 264.4994,451.56124 258.02707,461.08529 248.50312,468.4109 C 238.97898,475.73652 228.11352,479.39933 215.9067,479.39933 C 206.13666,479.39933 196.97778,476.46871 188.43002,470.60747 C 179.88219,464.74623 174.26688,458.70241 171.58407,452.47599 C 168.90122,446.24961 167.1313,441.24352 166.2743,437.45771 C 165.41726,433.67198 164.98876,428.23552 164.98877,421.14832 L 164.98877,406.87342 L 199.78735,406.87342 L 199.78735,418.21957 C 199.7873,421.15583 199.84878,424.02683 199.97179,426.83258 C 200.09471,429.63842 201.3765,433.17827 203.81719,437.45212 C 206.25776,441.72606 210.65276,443.86301 217.00219,443.86298 C 223.35149,443.86301 227.86945,441.72606 230.55609,437.45212 C 233.24257,433.17827 234.58584,427.74367 234.58593,421.14832 L 234.58593,383.42099 C 234.58584,377.31764 233.12147,373.04561 230.19279,370.60487 C 227.26395,368.16435 224.39481,366.69997 221.58537,366.21173 C 218.77578,365.72372 215.78368,365.47965 212.60905,365.47954 L 206.38265,365.47954 L 206.38265,334.70521 L 212.60905,334.70521 C 227.26023,334.70536 234.58584,327.86787 234.58593,314.19272 L 234.58593,284.89395 C 234.58584,281.47353 234.40326,278.96956 234.03818,277.38202 C 233.67294,275.79488 232.20856,273.35238 229.64504,270.05453 C 227.08137,266.75709 223.11302,265.10827 217.73997,265.10806 C 211.63647,265.10827 207.11851,266.93967 204.18608,270.60228 C 201.25354,274.26529 199.7873,279.02918 199.78735,284.89395 L 199.78735,302.8354 L 164.98877,302.8354 L 164.98877,284.89395 C 164.98876,269.50513 169.93336,256.62196 179.8226,246.24439 C 189.71178,235.86728 202.35089,230.67862 217.73997,230.67837 C 226.2877,230.67862 234.52995,232.87705 242.46675,237.27367 C 250.40336,241.67077 256.26274,246.79982 260.04489,252.66083 C 263.82683,258.5223 266.32894,263.95503 267.55124,268.95904 C 268.7733,273.96347 269.38439,279.2751 269.3845,284.89395 L 269.3845,313.46612 C 269.38439,329.3397 262.42393,341.42734 248.50312,349.72908 C 256.32049,355.10232 261.75509,360.53505 264.80692,366.02729 C 267.85853,371.51975 269.38439,378.90498 269.3845,388.18302 L 269.3845,421.14832 z "
+     style="font-size: 366.296px; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; text-align: center; line-height: 100%; text-anchor: middle; fill: black; fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="text2010" />
+  <g
+     transform="matrix(0, -1, 1, 0, -0.607365, 724.393)"
+     id="g1994">
+    <path
+       d="M 186.83434,361.43995 L 136.72791,275.35796 C 113.58632,331.82472 116.27723,403.3499 136.72791,449.64204 L 186.83434,361.43995 z "
+       style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+       id="path1983" />
+    <path
+       d="M 536.95093,361.43995 L 587.05736,275.35796 C 610.19895,331.82472 607.50804,403.3499 587.05736,449.64204 L 536.95093,361.43995 z "
+       style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+       id="path1985" />
+  </g>
+  <path
+     d="M 432.43464,477.15265 L 432.5417,353.5195 L 458.03137,353.41244 L 457.9243,364.5368 C 472.6622,344.18105 490.4793,351.59073 502.43147,362.23991 C 514.75394,352.79901 541.93237,338.82206 556.45711,379.27195 L 556.45711,477.32785 L 529.96498,477.32785 L 529.96498,386.10423 C 529.64303,383.78764 526.56442,378.85346 523.71676,378.75849 C 523.71676,378.75849 513.26756,379.23284 513.26756,379.23284 C 510.0012,379.14309 507.36334,382.76385 507.2783,386.2113 L 507.17124,477.30838 L 480.64019,477.20133 L 480.85431,385.97771 C 480.9146,383.27389 476.52965,378.58166 473.93604,378.65408 C 473.93604,378.65408 463.73525,379.06718 463.73525,379.06718 C 461.94,379.18849 457.5074,384.11471 457.81725,385.87065 L 457.81725,477.02614 L 432.43464,477.15265 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1991" />
+  <path
+     d="M 282.55272,450.95142 L 307.68201,450.95142 L 307.68201,476.75703 L 282.6813,495.41113 L 282.55272,450.95142 z "
+     style="fill: black; fill-opacity: 0.75; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path2008" />
+  <path
+     d="M 403.66371,442.05384 C 403.66363,447.27661 402.35795,452.76101 399.74666,458.50706 C 397.13521,464.25315 392.86883,469.17172 386.94749,473.26277 C 381.02602,477.35383 374.58527,479.39935 367.62521,479.39936 C 360.13906,479.39935 353.26131,477.484 346.99193,473.65328 C 340.72249,469.82257 336.45611,465.51368 334.19276,460.7266 C 331.92938,455.93955 330.53736,451.97866 330.01669,448.84393 C 329.496,445.70926 329.23566,442.48689 329.23567,439.17681 L 329.23567,408.62139 C 329.23566,403.92471 330.32351,399.70482 332.49922,395.96169 C 334.6749,392.21872 337.76578,388.86751 341.77184,385.90804 C 333.41438,379.63873 329.23566,371.02095 329.23567,360.05468 L 329.23567,336.55234 C 329.23566,333.24245 329.88784,329.88991 331.19221,326.49471 C 332.49655,323.09982 335.62993,318.18126 340.59234,311.73901 C 345.55472,305.29709 354.39033,302.07605 367.09921,302.07588 C 371.97655,302.07605 376.59095,303.07756 380.9424,305.08041 C 385.29373,307.08361 390.16846,310.91432 395.56661,316.57257 C 400.9646,322.23114 403.66363,329.84741 403.66371,339.4214 L 403.66371,361.87971 C 403.66363,371.97995 399.48491,379.98939 391.12754,385.90804 C 399.48491,391.65155 403.66363,399.83366 403.66371,410.45439 L 403.66371,442.05384 z M 366.58119,326.88522 C 362.92576,326.88538 359.87872,328.10472 357.44007,330.54327 C 355.00134,332.98211 353.78199,335.94148 353.78202,339.4214 L 353.78202,361.87971 C 353.78199,365.88588 354.86984,369.32475 357.04557,372.19635 C 359.22123,375.06817 362.3121,376.50402 366.31819,376.50392 C 370.66954,376.50402 373.84675,375.15451 375.84983,372.45537 C 377.8528,369.75644 378.85431,366.23122 378.85437,361.87971 L 378.85437,339.4214 C 378.85431,336.1115 377.67879,333.19463 375.32782,330.67078 C 372.97674,328.14723 370.0612,326.88538 366.58119,326.88522 L 366.58119,326.88522 z M 366.58119,395.30419 C 362.75043,395.30428 359.65956,396.56746 357.30857,399.09374 C 354.9575,401.62017 353.78199,404.79605 353.78202,408.62139 L 353.78202,439.17681 C 353.78199,443.70358 354.826,447.36029 356.91407,450.14696 C 359.00207,452.93369 362.39711,454.32703 367.09921,454.32701 C 371.62589,454.32703 374.71676,452.84735 376.37184,449.88795 C 378.0268,446.9286 378.85431,443.35823 378.85437,439.17681 L 378.85437,408.62139 C 378.85431,404.79605 377.76646,401.62017 375.59082,399.09374 C 373.41507,396.56746 370.41186,395.30428 366.58119,395.30419 L 366.58119,395.30419 z "
+     style="font-size: 261.148px; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; text-align: center; line-height: 100%; text-anchor: middle; fill: black; fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="text2014" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/maxlength.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/maxlength.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/maxlength.svg	(revision 16006)
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="maxlength.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\maxlength.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata18">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective20" />
+  </defs>
+  <g
+     id="g1875">
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="350"
+       style="fill: white; stroke: black; stroke-width: 2.5px;"
+       id="circle4" />
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="290"
+       style="fill: none; stroke: rgb(204, 0, 0); stroke-width: 93.75;"
+       id="circle6" />
+  </g>
+  <path
+     d="M 213.03125,432.5 L 170.84375,474.6875 L 213.0625,517.0625 L 238.15625,516.75 L 206.65625,484.59375 L 267.09375,484.59375 L 267.0625,464.9375 L 206.625,464.9375 L 238.125,432.8125 L 213.03125,432.5 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1881" />
+  <path
+     d="M 511.47267,432.54183 L 553.66017,474.72933 L 511.44142,517.10433 L 486.34767,516.79183 L 517.84767,484.63558 L 457.41017,484.63558 L 457.44142,464.97933 L 517.87892,464.97933 L 486.37892,432.85433 L 511.47267,432.54183 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1892" />
+  <path
+     d="M 292.74349,507.09531 L 292.74349,445.60548 L 282.44543,453.11758 L 282.44543,442.12304 L 292.74349,434.61093 L 303.14104,434.61093 L 303.14104,507.09531 L 292.74349,507.09531 z "
+     transform="scale(0.993187, 1.00686)"
+     style="font-size: 101.886px; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; text-align: center; line-height: 100%; text-anchor: middle; fill: black; fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="text1894" />
+  <path
+     d="M 348.33509,489.64451 L 348.33509,458.84985 C 348.33506,455.36747 347.39812,452.64786 345.52427,450.69101 C 343.65036,448.73428 341.18779,447.75588 338.13654,447.75582 C 335.05208,447.75588 332.58121,448.73428 330.72393,450.69101 C 328.86662,452.64786 327.93797,455.36747 327.93799,458.84985 L 327.93799,489.64451 C 327.93797,493.16012 328.86662,495.88803 330.72393,497.82822 C 332.58121,499.76845 335.05208,500.73855 338.13654,500.73854 C 341.18779,500.73855 343.65036,499.76845 345.52427,497.82822 C 347.39812,495.88803 348.33506,493.16012 348.33509,489.64451 L 348.33509,489.64451 z M 317.54044,490.2415 L 317.54044,458.25286 C 317.54043,451.58655 319.62989,446.43753 323.80882,442.80579 C 327.98772,439.17418 332.76363,437.35834 338.13654,437.35827 C 343.47624,437.35834 348.24385,439.17418 352.43939,442.80579 C 356.63485,446.43753 358.7326,451.58655 358.73264,458.25286 L 358.73264,490.2415 C 358.7326,496.90788 356.63485,502.04861 352.43939,505.6637 C 348.24385,509.2788 343.47624,511.08634 338.13654,511.08634 C 332.76363,511.08634 327.98772,509.2788 323.80882,505.6637 C 319.62989,502.04861 317.54043,496.90788 317.54044,490.2415 L 317.54044,490.2415 z "
+     style="font-size: 101.886px; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; text-align: center; line-height: 100%; text-anchor: middle; fill: black; fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="text1898" />
+  <path
+     d="M 371.9405,510.98935 L 371.9405,459.34985 L 382.33805,459.34985 L 382.33805,464.872 L 382.53705,464.872 C 385.82046,460.79262 390.29787,458.75292 395.96929,458.75286 C 399.58435,458.75292 402.45321,459.39965 404.57587,460.69308 C 406.69846,461.9866 408.68842,463.57857 410.54576,465.46898 C 414.62513,460.99162 420.06435,458.75292 426.86344,458.75286 C 430.87646,458.75292 434.74859,460.27855 438.47984,463.32978 C 442.21094,466.38109 444.07653,470.82534 444.07661,476.66252 L 444.07661,510.98935 L 433.67906,510.98935 L 433.67906,480.24445 C 433.67899,476.76205 432.70059,474.04244 430.74387,472.08561 C 428.78701,470.12885 426.36589,469.15045 423.48051,469.15041 C 420.49551,469.15045 418.03293,470.12885 416.09277,472.08561 C 414.15251,474.04244 413.18241,476.76205 413.18246,480.24445 L 413.18246,510.98935 L 402.83466,510.98935 L 402.83466,480.24445 C 402.83462,476.76205 401.85622,474.04244 399.89946,472.08561 C 397.94263,470.12885 395.52152,469.15045 392.6361,469.15041 C 389.65114,469.15045 387.18856,470.12885 385.24837,472.08561 C 383.30814,474.04244 382.33803,476.76205 382.33805,480.24445 L 382.33805,510.98935 L 371.9405,510.98935 z "
+     style="font-size: 101.886px; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; text-align: center; line-height: 100%; text-anchor: middle; fill: black; fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="text1902" />
+  <g
+     transform="matrix(0.400053, 0, 0, 0.400053, 143.845, 217.208)"
+     id="g2148">
+    <path
+       d="M 295.78419,86.816926 L 295.78419,335.08252 L 687.71625,335.4031 C 664.71649,354.19396 650.35734,380.09418 650.54503,414.08813 L 261.47933,413.85667 C 257.75238,281.97351 70.642616,282.42223 66.576854,413.09434 C 38.473995,412.88466 34.575813,406.50199 34.30487,380.61469 L 34.304868,281.61469 C 33.952015,237.37253 28.42681,266.57731 61.177014,182.67997 C 94.875059,93.246445 85.585107,101.51291 116.0648,99.204795 L 295.78419,86.816926 z M 217.93865,233.19966 L 219.48981,127.72046 L 119.43969,133.92512 C 101.20003,135.14704 101.04823,135.26154 94.62105,156.41701 L 69.026832,224.66825 C 60.428592,245.6025 61.79713,251.77115 85.314062,248.71131 L 217.93865,233.19966 z M 966.63494,335.59074 L 966.82552,391.36792 L 902.21802,414.23783 L 845.4914,414.20156 C 845.7223,381.85903 832.28136,354.65711 808.44981,335.54893 L 966.63494,335.59074 z "
+       style="fill: black; fill-rule: evenodd; stroke: none;"
+       id="path2135" />
+    <rect
+       width="631.32404"
+       height="301.70154"
+       x="335.82718"
+       y="12.158683"
+       style="fill: black; stroke: none;"
+       id="rect2137" />
+    <circle
+       cx="164"
+       cy="412"
+       r="77"
+       style="fill: black; stroke: none;"
+       id="circle2139" />
+    <circle
+       cx="748"
+       cy="412"
+       r="77"
+       style="fill: black; stroke: none;"
+       id="circle2141" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/maxspeed.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/maxspeed.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/maxspeed.svg	(revision 16006)
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_sign__maxspeed.svg">
+  <defs
+     id="defs4266">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern-2" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="5.0489532"
+     inkscape:cy="7.81344"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:snap-page="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-paths="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:snap-grids="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+    <sodipodi:guide
+       position="662.00004,-146.00001"
+       orientation="1,0"
+       id="guide4273" />
+    <sodipodi:guide
+       position="652.00004,-148.00001"
+       orientation="1,0"
+       id="guide4275" />
+    <sodipodi:guide
+       position="650.00004,-142.00001"
+       orientation="0,1"
+       id="guide4277" />
+    <sodipodi:guide
+       position="656.00004,-174.00001"
+       orientation="0,1"
+       id="guide4279" />
+    <sodipodi:guide
+       position="657.48606,-176.99998"
+       orientation="1,0"
+       id="guide4283" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4315"
+       cx="8"
+       cy="1044.3621"
+       r="8" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:0.92387849;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="m 11.634905,1042.8175 0,3.2262 c 0,0.7333 -0.661947,1.1733 -1.3952,1.1733 -0.733254,0 -1.3911168,-0.44 -1.3911168,-1.1733 0,-0.7333 -1.79e-5,-2.4671 0,-3.2262 1.74e-5,-0.7332 0.6578628,-1.3199 1.3911168,-1.3199 0.733253,0 1.3952,0.5867 1.3952,1.3199 z"
+       id="path4271-3"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sszsszs" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none"
+       d="m 5.8378906,4.7363281 -1.796875,3.59375 c -0.066003,0.1667 -0.2148437,0.5342907 -0.2148437,0.8378907 -0.029575,0.5693998 0.091255,1.0140622 0.4472656,1.4765622 0.7272679,0.8256 1.9339375,0.918029 2.7519531,0.173829 C 7.6977325,10.28166 7.757444,8.8691811 7.3808594,8.1757812 6.968269,7.5014814 6.222665,7.2521907 5.484375,7.5253906 L 6.8847656,4.7363281 Z M 5.8066406,8.234375 C 6.2871077,8.27945 6.7353466,8.6845783 6.6425781,9.4550781 6.5727722,10.782678 4.6124976,10.685468 4.7792969,9.1679688 4.8129141,8.5036689 5.3261735,8.1893 5.8066406,8.234375 Z"
+       transform="translate(-4.7683724e-7,1036.3621)"
+       id="path4312"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="cccccccccsccs" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:none"
+       d="m 657.32083,1187.3629 c -0.46092,0 -0.92605,0.034 -1.39423,0.09 -16.366,3.2398 -9.73707,20.3533 -11.05691,32.2739 0.007,7.7011 6.59052,13.4062 14.19453,12.5508 16.36601,-3.37 9.74065,-20.1946 11.05675,-32.2737 0.0455,-7.1342 -5.88632,-12.7075 -12.80014,-12.6408 z m 0.24197,6.313 c 3.4452,0.026 6.21492,2.7762 6.20804,6.3285 l 0,20.0962 -0.0747,0.8222 -0.22416,0.7469 -0.29889,0.747 -0.37344,0.6709 c -0.94381,1.6214 -2.72557,2.6584 -4.55716,2.914 -1.83782,0.1898 -3.76286,-0.3932 -5.08022,-1.7182 -1.59852,-1.5277 -1.7879,-2.4868 -2.01696,-4.5568 l 0,-19.7229 0.0747,-0.4475 0.0746,-0.7469 0.14945,-0.7468 0.29888,-0.7478 0.37343,-0.7469 c 1.28871,-1.6619 2.44311,-2.4977 4.55733,-2.8387 0.30039,-0.038 0.5972,-0.055 0.88916,-0.053 z"
+       id="path4264"
+       inkscape:connector-curvature="0" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#ff0000;stroke-width:6.3;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
+       d="m 667.00012,1199.3621 0,22 c 0,5.0001 -4.51387,8 -9.51398,8 -5.00012,0 -9.48614,-3 -9.48614,-8 0,-5 -1.2e-4,-16.8236 0,-22 1.2e-4,-5 4.48602,-9 9.48614,-9 5.00011,0 9.51398,4 9.51398,9 z"
+       id="path4271"
+       inkscape:connector-curvature="0"
+       sodipodi:nodetypes="sszsszs" />
+    <ellipse
+       cy="1044.3621"
+       cx="8"
+       id="circle4317"
+       style="opacity:1;fill:none;fill-opacity:1;stroke:#c1121c;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       rx="6.5813241"
+       ry="6.5812936" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/maxspeed_none.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/maxspeed_none.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/maxspeed_none.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="600"
+   height="600"
+   id="svg1980"
+   sodipodi:version="0.32"
+   inkscape:version="0.44"
+   version="1.0"
+   sodipodi:docbase="/home/d0ktorz"
+   sodipodi:docname="Zeichen 278.svg">
+  <defs
+     id="defs1982" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.98994949"
+     inkscape:cx="390.27652"
+     inkscape:cy="148.50728"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     width="600px"
+     height="600px"
+     inkscape:window-width="990"
+     inkscape:window-height="584"
+     inkscape:window-x="2"
+     inkscape:window-y="74" />
+  <metadata
+     id="metadata1985">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Ebene 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <g
+       id="g3771"
+       transform="translate(1.374794,11.86118)">
+      <path
+         style="fill:#fffefe;fill-rule:evenodd;stroke:black;stroke-opacity:1"
+         id="path10"
+         d="M 590.68796,288.07677 C 589.79109,140.65833 481.40336,16.725056 334.97912,-1.4206743 C 168.02447,-22.771464 18.137934,102.18382 7.1044943,269.72247 C -3.0251357,438.0815 130.10614,579.29842 298.68765,580.07708 C 460.66439,579.04118 589.56862,450.10913 590.68796,288.07677" />
+      <path
+         id="path14"
+         d="M 590.68796,288.07677 L 589.85367,269.72247 M 589.85367,269.72247 L 585.26509,233.431 M 585.26509,233.431 L 576.08794,197.97383 M 576.08794,197.97383 L 562.73935,163.76808 M 562.73935,163.76808 L 545.21934,131.64804 M 545.21934,131.64804 L 523.52789,102.03086 M 523.52789,102.03086 L 498.49929,75.333696 M 498.49929,75.333696 L 470.13355,51.973666 M 470.13355,51.973666 L 439.26494,32.367936 M 439.26494,32.367936 L 406.31062,16.516486 M 406.31062,16.516486 L 371.27059,5.2536157 M 371.27059,5.2536157 L 334.97912,-1.4206743 M 334.97912,-1.4206743 L 298.68765,-3.9235343 M 298.68765,-3.9235343 L 261.97904,-1.4206743 M 261.97904,-1.4206743 L 226.10472,5.2536157 M 226.10472,5.2536157 L 191.06468,16.516486 M 191.06468,16.516486 L 158.11036,32.367936 M 158.11036,32.367936 L 127.24176,51.973666 M 127.24176,51.973666 L 98.876024,75.333696 M 98.876024,75.333696 L 73.847424,102.03086 M 73.847424,102.03086 L 52.155974,131.64804 M 52.155974,131.64804 L 34.635944,163.76808 M 34.635944,163.76808 L 20.870224,197.97383 M 20.870224,197.97383 L 11.693064,233.431 M 11.693064,233.431 L 7.1044943,269.72247 M 7.1044943,269.72247 L 7.1044943,306.43108 M 7.1044943,306.43108 L 11.693064,342.72254 M 11.693064,342.72254 L 20.870224,378.17972 M 20.870224,378.17972 L 34.635944,412.38548 M 34.635944,412.38548 L 52.155974,444.50551 M 52.155974,444.50551 L 73.847424,474.12268 M 73.847424,474.12268 L 98.876024,500.81985 M 98.876024,500.81985 L 127.24176,524.17988 M 127.24176,524.17988 L 158.11036,543.78561 M 158.11036,543.78561 L 191.06468,559.21992 M 191.06468,559.21992 L 226.10472,570.89993 M 226.10472,570.89993 L 261.97904,577.57422 M 261.97904,577.57422 L 298.68765,580.07708 M 298.68765,580.07708 L 334.97912,577.57422 M 334.97912,577.57422 L 371.27059,570.89993 M 371.27059,570.89993 L 406.31062,559.21992 M 406.31062,559.21992 L 439.26494,543.78561 M 439.26494,543.78561 L 470.13355,524.17988 M 470.13355,524.17988 L 498.49929,500.81985 M 498.49929,500.81985 L 523.52789,474.12268 M 523.52789,474.12268 L 545.21934,444.50551 M 545.21934,444.50551 L 562.73935,412.38548 M 562.73935,412.38548 L 576.08794,378.17972 M 576.08794,378.17972 L 585.26509,342.72254 M 585.26509,342.72254 L 589.85367,306.43108 M 589.85367,306.43108 L 590.68796,288.07677" />
+      <path
+         style="fill:black;fill-rule:evenodd;stroke:none"
+         id="path16"
+         d="M 580.67652,288.07677 C 581.13537,146.35929 474.68736,25.756216 334.14483,8.1736257 C 172.97457,-12.600114 26.890994,108.39925 17.115934,270.55676 C 6.7082043,432.19283 136.41891,570.80259 298.68765,570.06564 C 454.10134,570.66354 581.00328,443.31666 580.67652,288.07677" />
+      <path
+         style="fill:#fffefe;fill-rule:evenodd;stroke:none"
+         id="path18"
+         d="M 445.52209,64.487966 C 197.85021,-89.451814 -78.840936,187.23933 75.098854,434.91121 L 445.52209,64.487966" />
+      <path
+         style="fill:#fffefe;fill-rule:evenodd;stroke:none"
+         id="path20"
+         d="M 456.78496,71.996546 L 460.9564,75.333696 L 464.71068,78.253696 L 88.864574,454.0998 L 85.944574,450.34552 L 82.607424,446.17408 L 456.78496,71.996546" />
+      <path
+         style="fill:#fffefe;fill-rule:evenodd;stroke:none"
+         id="path22"
+         d="M 475.5564,87.013706 L 479.3107,90.767986 L 483.06499,94.105136 L 104.71602,472.45412 L 101.37887,468.69982 L 97.624594,464.94553 L 475.5564,87.013706" />
+      <path
+         style="fill:#fffefe;fill-rule:evenodd;stroke:none"
+         id="path24"
+         d="M 499.33357,111.20802 L 492.65928,103.69944 L 114.31031,482.04841 L 121.81889,488.7227 L 499.33357,111.20802" />
+      <path
+         style="fill:#fffefe;fill-rule:evenodd;stroke:none"
+         id="path26"
+         d="M 514.76788,129.97947 L 511.43073,125.80803 L 508.51072,121.63661 L 132.24747,497.89985 L 136.41891,500.81985 L 140.59034,504.157 L 514.76788,129.97947" />
+      <path
+         style="fill:#fffefe;fill-rule:evenodd;stroke:none"
+         id="path28"
+         d="M 522.27646,141.24234 C 676.18843,388.64307 399.2609,665.57755 151.85321,511.66558 L 522.27646,141.24234" />
+      <path
+         style="fill:#999;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         id="path30"
+         d="M 203.99612,144.99662 L 250.29903,144.99662 L 188.97896,267.63675 C 205.78289,261.15018 225.09662,260.58008 241.53902,268.47104 L 209.83612,299.75678 C 176.67323,291.7824 153.77207,318.66033 158.11036,351.48256 L 124.32175,385.27117 C 117.98813,370.75458 116.36127,354.65285 117.23032,338.96826 L 117.23032,335.21397 L 118.06461,327.70539 L 119.31604,320.61395 L 121.40175,313.10537 L 124.32175,306.01394 L 125.99033,302.67679 L 203.99612,144.99662 z M 137.67034,405.71119 L 136.00176,403.62547 L 132.66461,399.87118 L 131.41319,397.36831 L 161.44751,367.75114 L 162.2818,369.00257 L 163.53323,372.33972 L 165.61893,375.25972 L 166.45322,376.51115 L 137.67034,405.71119 z M 156.02464,421.14548 L 153.52179,419.89405 L 149.35035,416.97406 L 147.26463,415.30548 L 176.46466,386.10544 L 184.80753,390.27688 L 186.47611,390.69403 L 156.02464,421.14548 z M 179.38467,431.15692 L 176.8818,430.32263 L 171.45895,428.65407 L 168.53894,427.81978 L 203.99612,392.3626 L 206.08184,391.94546 L 210.67041,391.11117 L 219.01329,387.77402 L 222.76757,385.27117 L 226.52186,382.35116 L 232.36186,375.67686 L 234.86472,371.50544 L 236.95044,367.75114 L 238.20187,363.16257 L 239.45331,358.99114 L 239.87045,356.48827 L 279.9162,316.44252 L 280.33335,319.77967 L 280.75049,325.61967 L 280.75049,329.79111 L 179.38467,431.15692 z M 211.92184,432.40835 L 204.41327,433.65978 L 196.48755,433.65978 L 280.75049,349.39684 L 280.75049,355.23684 L 280.33335,361.494 L 279.9162,364.83114 L 211.92184,432.40835 z M 242.79044,420.72834 L 268.23619,395.69975 C 261.81914,405.84328 253.02437,414.45034 242.79044,420.72834 z M 239.87045,337.29968 L 239.87045,335.21397 L 239.03616,331.04253 L 238.20187,327.28825 L 237.36759,325.20253 L 269.90476,292.66535 L 271.57334,294.75107 L 274.0762,299.75678 L 275.32762,301.8425 L 239.87045,337.29968 z M 230.27615,313.10537 L 229.44187,311.4368 L 226.939,308.93395 L 224.43614,306.84823 L 223.18471,306.01394 L 253.63617,275.56248 L 255.72189,276.8139 L 259.47618,280.15105 L 261.5619,281.81963 L 230.27615,313.10537 z M 329.13911,180.4538 C 336.61293,168.77379 343.71132,163.00331 354.58485,155.00807 L 329.13911,180.4538 z M 316.62481,226.75671 L 316.62481,220.91671 L 317.04196,214.65955 L 317.4591,211.32241 L 385.45345,143.32806 L 387.95631,142.91091 L 392.96204,142.49377 L 400.88776,142.49377 L 316.62481,226.75671 z M 316.62481,260.54532 L 316.62481,246.36244 L 417.57348,144.99662 L 420.49349,145.83091 L 425.91636,147.49948 L 428.83635,148.33377 L 393.37918,183.79095 L 391.29346,183.79095 L 386.70488,185.04238 L 378.36202,188.37952 L 374.60773,190.88239 L 370.85344,193.80239 L 365.01343,200.47668 L 362.51057,204.23097 L 360.42486,208.40241 L 359.17343,212.99098 L 357.922,217.16242 L 357.50485,219.24814 L 316.62481,260.54532 z M 316.62481,294.33393 L 316.62481,279.73391 L 357.50485,238.85387 L 357.50485,253.45389 L 316.62481,294.33393 z M 316.62481,327.70539 L 316.62481,313.52252 L 357.50485,272.64248 L 357.50485,287.24248 L 316.62481,327.70539 z M 316.62481,347.31112 L 357.50485,306.43108 C 355.02981,343.17445 350.2257,389.10193 398.38489,392.77974 C 410.41948,392.75193 422.21769,387.25259 429.67064,377.76258 L 432.59065,373.59115 L 435.09351,369.41972 L 437.17923,364.41399 L 438.43066,359.40828 L 438.8478,354.40256 L 439.26494,351.8997 L 439.26494,224.67099 L 473.05354,190.88239 L 474.72212,194.63668 L 477.22498,202.97954 L 478.89355,211.32241 L 479.72784,220.08242 L 480.14498,224.25385 L 480.14498,351.8997 L 479.72784,356.90542 L 478.47641,367.334 C 473.16478,394.86546 454.54629,417.51634 428.41921,427.81978 C 372.66801,449.61552 313.37109,406.97652 316.62481,347.31112 z M 435.9278,208.40241 L 435.09351,206.73384 L 433.84208,203.81383 L 431.75636,200.89382 L 430.92207,199.22525 L 459.70496,170.44237 L 461.37353,172.11094 L 464.29354,176.28238 L 465.96211,178.36809 L 435.9278,208.40241 z M 420.49349,190.0481 L 419.24206,189.21381 L 412.56777,185.87667 L 410.89919,185.45953 L 441.35065,155.00807 L 443.43637,156.25949 L 448.02495,159.1795 L 450.11067,160.84807 L 420.49349,190.0481" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/maxweight.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/maxweight.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/maxweight.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="maxweight.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\maxweight.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata12">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective14" />
+  </defs>
+  <g
+     id="g1875">
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="350"
+       style="fill: white; stroke: black; stroke-width: 2.5px;"
+       id="circle4" />
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="290"
+       style="fill: none; stroke: rgb(204, 0, 0); stroke-width: 93.75;"
+       id="circle6" />
+  </g>
+  <path
+     d="M 294.04544,221.14362 L 183.255,221.14362 L 183.09088,366.25115 L 217.70291,366.25115 C 217.70291,346.53041 254.48357,345.84843 254.48357,366.25115 C 254.48357,366.25115 254.48357,438.76401 254.48357,438.76401 C 254.48363,445.03123 243.11783,452.40422 240.48875,452.53397 C 240.48875,452.53397 230.31359,452.48158 230.31359,452.48158 C 227.68867,452.48158 217.6159,446.79648 217.64867,439.33743 C 217.64867,439.33743 217.70122,422.19028 217.70122,422.19028 L 178.14358,422.19028 L 178.30449,443.8005 C 178.30449,459.84517 202.26675,492.57459 225.40921,492.57459 C 225.40921,492.57459 245.28039,492.22491 245.28039,492.22491 C 268.501,492.22491 294.49726,461.2583 294.28512,443.8005 L 294.44602,357.71952 C 294.44602,319.56363 239.39049,305.97469 217.91336,327.45182 L 217.57542,259.17346 L 294.35071,259.33759 L 294.04544,221.14362 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1908" />
+  <path
+     d="M 495.56079,294.87587 L 495.43446,340.0281 L 480.58385,340.15444 L 480.58385,366.03161 L 495.49828,366.03161 L 495.62462,461.38956 C 495.62462,473.97512 514.04468,491.02693 522.86158,491.02693 L 545.83034,491.02693 L 545.57767,461.86366 L 533.98324,461.99 C 530.49753,461.99 526.64293,459.44917 526.64293,456.22031 L 526.64293,366.12536 L 545.61025,365.99903 L 545.61025,340.12185 L 526.46286,340.12185 L 526.58919,294.93837 L 495.56079,294.87587 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1886" />
+  <path
+     d="M 455.49795,280.06412 L 368.51182,280.06412 L 368.38296,393.99401 L 395.55829,393.99401 C 395.55829,378.51045 424.4363,377.975 424.4363,393.99401 C 424.4363,393.99401 424.4363,450.92684 424.4363,450.92684 C 424.43634,455.84749 415.51259,461.63633 413.44839,461.7382 C 413.44839,461.7382 405.45945,461.69707 405.45945,461.69707 C 403.39852,461.69707 395.48997,457.23346 395.5157,451.37706 C 395.5157,451.37706 395.55696,437.91412 395.55696,437.91412 L 364.49863,437.91412 L 364.62497,454.8812 C 364.62497,467.47853 383.43872,493.17574 401.60882,493.17574 C 401.60882,493.17574 417.2105,492.90119 417.2105,492.90119 C 435.44196,492.90119 455.85269,468.58803 455.68613,454.8812 L 455.81246,387.29548 C 455.81246,357.33772 412.5861,346.66848 395.72352,363.53106 L 395.45819,309.92291 L 455.73763,310.05178 L 455.49795,280.06412 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1888" />
+  <path
+     d="M 311.3137,459.93357 L 342.53319,459.78807 L 342.53319,491.74752 L 311.34695,514.75268 L 311.3137,459.93357 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1910" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/maxwidth.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/maxwidth.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/maxwidth.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="maxwidth.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\maxwidth.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata12">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective14" />
+  </defs>
+  <g
+     id="g1875">
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="350"
+       style="fill: white; stroke: black; stroke-width: 2.5px;"
+       id="circle4" />
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="290"
+       style="fill: none; stroke: rgb(204, 0, 0); stroke-width: 93.75;"
+       id="circle6" />
+  </g>
+  <path
+     d="M 373.6705,530.12962 L 229.30525,529.89446 L 229.30525,484.72809 L 324.10602,301.57116 L 324.57634,259.75103 C 324.57634,231.37364 278.55195,231.67 278.55195,259.75103 L 278.55195,291.15744 L 229.1114,290.92228 L 229.34656,253.94197 C 242.75061,168.76186 360.97193,171.22248 374.14082,254.64745 L 373.43534,301.59976 C 373.43534,301.59976 288.45405,482.14134 288.45405,482.14134 L 373.35273,482.14134 L 373.6705,530.12962 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1987" />
+  <path
+     d="M 186.83434,361.43995 L 136.72791,275.35796 C 113.58632,331.82472 116.27723,403.3499 136.72791,449.64204 L 186.83434,361.43995 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1983" />
+  <path
+     d="M 536.95093,361.43995 L 587.05736,275.35796 C 610.19895,331.82472 607.50804,403.3499 587.05736,449.64204 L 536.95093,361.43995 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1985" />
+  <path
+     d="M 405.37733,529.94375 L 405.46646,427.01946 L 426.68654,426.93034 L 426.59741,436.19134 C 438.86667,419.24523 453.69936,425.41377 463.64951,434.27918 C 473.90794,426.41966 496.53391,414.78388 508.62572,448.45831 L 508.62572,530.0896 L 486.57109,530.0896 L 486.57109,454.14617 C 486.30307,452.21761 483.74013,448.10992 481.36946,448.03086 C 481.36946,448.03086 472.67053,448.42575 472.67053,448.42575 C 469.95129,448.35104 467.75528,451.36531 467.68449,454.2353 L 467.59536,530.07339 L 445.50833,529.98427 L 445.68658,454.04084 C 445.73677,451.78992 442.08631,447.88365 439.92714,447.94394 C 439.92714,447.94394 431.43501,448.28784 431.43501,448.28784 C 429.94047,448.38883 426.25034,452.4899 426.50829,453.95171 L 426.50829,529.83843 L 405.37733,529.94375 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1991" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/mini_roundabout_left.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/mini_roundabout_left.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/mini_roundabout_left.svg	(revision 16006)
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="mini_roundabout_left.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="7.2552813"
+     inkscape:cy="9.7422512"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <ellipse
+       cx="-8.000001"
+       cy="1044.3621"
+       style="fill:#ffffff;stroke:#000000;stroke-width:0.05693951px"
+       id="circle4"
+       rx="7.9715319"
+       ry="7.9715323"
+       transform="scale(-1,1)" />
+    <g
+       id="g4140"
+       transform="matrix(-0.95565069,0,0,0.95565069,15.645207,46.316621)">
+      <path
+         inkscape:connector-curvature="0"
+         id="path1883"
+         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         d="m 15.473773,1044.362 a 7.473766,7.4737665 0 0 1 -14.94753137,0 7.473766,7.4737665 0 1 1 14.94753137,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path2806"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 3.2007794,1045.9956 1.8789881,-1.9111 -0.00863,-1.1154 -1.3830885,1.3524 c -0.045876,-2.1633 1.8168783,-3.9802 3.5664448,-4.2139 l -0.1550028,-0.936 c -3.0719145,0.608 -4.3090049,3.0094 -4.3681119,5.1419 l -1.3962344,-1.3574 -0.00637,1.1599 1.8719852,1.8796 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3753"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 11.819626,1047.7035 -2.5971756,-0.6612 -0.9593787,0.569 1.8648633,0.514 c -1.8459758,1.1289 -4.3536894,0.4343 -5.4365024,-0.9596 l -0.7306829,0.6052 c 2.0720634,2.348 4.7698086,2.2077 6.6420313,1.185 l -0.469823,1.8898 1.005388,-0.5785 0.68128,-2.5637 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3755"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 8.9807164,1039.4097 0.7321898,2.5782 0.9738458,0.5439 -0.491799,-1.8708 c 1.903114,1.0296 2.561547,3.5471 1.899717,5.1833 l 0.890273,0.3281 c 0.990166,-2.9708 -0.485704,-5.2334 -2.310139,-6.3391 l 1.870232,-0.5425 -1.005139,-0.5791 -2.5591806,0.698 z" />
+      <ellipse
+         ry="1.4999396"
+         rx="1.5000004"
+         cy="1044.3621"
+         cx="8.000001"
+         id="path4165"
+         style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/mini_roundabout_right.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/mini_roundabout_right.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/mini_roundabout_right.svg	(revision 16006)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="mini_roundabout2.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="-0.91293923"
+     inkscape:cy="5.3962327"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="false"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <ellipse
+       cx="8.000001"
+       cy="1044.3621"
+       style="fill:#ffffff;stroke:#000000;stroke-width:0.05693951px"
+       id="circle4"
+       rx="7.9715319"
+       ry="7.9715323" />
+    <g
+       id="g4140"
+       transform="matrix(0.95565069,0,0,0.95565069,0.3547948,46.316634)">
+      <path
+         inkscape:connector-curvature="0"
+         id="path1883"
+         style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+         d="m 15.473773,1044.362 a 7.473766,7.4737665 0 0 1 -14.94753137,0 7.473766,7.4737665 0 1 1 14.94753137,0 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path2806"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 3.2007794,1045.9956 1.8789881,-1.9111 -0.00863,-1.1154 -1.3830885,1.3524 c -0.045876,-2.1633 1.8168783,-3.9802 3.5664448,-4.2139 l -0.1550028,-0.936 c -3.0719145,0.608 -4.3090049,3.0094 -4.3681119,5.1419 l -1.3962344,-1.3574 -0.00637,1.1599 1.8719852,1.8796 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3753"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 11.819626,1047.7035 -2.5971756,-0.6612 -0.9593787,0.569 1.8648633,0.514 c -1.8459758,1.1289 -4.3536894,0.4343 -5.4365024,-0.9596 l -0.7306829,0.6052 c 2.0720634,2.348 4.7698086,2.2077 6.6420313,1.185 l -0.469823,1.8898 1.005388,-0.5785 0.68128,-2.5637 z" />
+      <path
+         inkscape:connector-curvature="0"
+         id="path3755"
+         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+         d="m 8.9807164,1039.4097 0.7321898,2.5782 0.9738458,0.5439 -0.491799,-1.8708 c 1.903114,1.0296 2.561547,3.5471 1.899717,5.1833 l 0.890273,0.3281 c 0.990166,-2.9708 -0.485704,-5.2334 -2.310139,-6.3391 l 1.870232,-0.5425 -1.005139,-0.5791 -2.5591806,0.698 z" />
+      <ellipse
+         ry="1.4999396"
+         rx="1.5000004"
+         cy="1044.3621"
+         cx="8.000001"
+         id="path4165"
+         style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.30000001;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/minspeed.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/minspeed.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/minspeed.svg	(revision 16006)
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="minspeed.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\minspeed.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata9">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective11" />
+  </defs>
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="350"
+     style="fill: white; stroke: black; stroke-width: 2.5px;"
+     id="circle4" />
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="290"
+     transform="matrix(1.16273, 0, 0, 1.16273, -58.9887, -58.9887)"
+     style="fill: rgb(0, 51, 153); fill-opacity: 1; stroke: none; stroke-width: 93.75;"
+     id="circle6" />
+  <path
+     d="M 210.53494,379.03602 L 210.53494,333.96347 L 228.17202,333.96347 C 245.15575,333.96368 258.58769,329.18697 268.46785,319.63334 C 278.34773,310.08015 283.28774,297.95467 283.2879,283.25686 C 283.28774,268.72287 278.1436,256.4749 267.85546,246.51293 C 257.56702,236.55155 245.31906,231.57071 231.11153,231.5704 C 220.33322,231.57071 210.12658,235.16345 200.4916,242.34862 C 190.85645,249.53439 184.65082,260.3126 181.87468,274.68327 L 130.67814,274.68327 C 132.63781,249.53439 143.17106,227.52889 162.27792,208.66669 C 181.3847,189.80516 203.67599,180.37423 229.15186,180.37387 C 260.99645,180.37423 286.51304,190.86665 305.7017,211.85117 C 324.88999,232.83634 334.48422,256.3116 334.48444,282.27702 C 334.48422,295.99499 331.78967,309.34527 326.40077,322.3279 C 321.01147,335.31095 310.96814,346.53825 296.27076,356.00982 C 311.29475,365.64507 322.07296,377.48477 328.60541,391.52895 C 335.13745,405.57343 338.40357,419.78107 338.40379,434.1519 C 338.40357,467.46647 327.95198,494.00372 307.04897,513.76374 C 286.1456,533.52381 260.50653,543.40383 230.13169,543.40383 C 205.96227,543.40383 184.20173,535.60596 164.84999,520.0102 C 145.49817,504.41448 133.45434,481.6741 128.71847,451.78898 L 179.915,451.78898 C 184.65082,464.03704 191.01976,473.87623 199.02184,481.3066 C 207.02376,488.73709 218.37354,492.45231 233.07121,492.45226 C 247.27873,492.45231 259.85331,487.43064 270.79497,477.38725 C 281.73633,467.34399 287.20709,453.50379 287.20726,435.86662 C 287.20709,418.06635 281.77716,404.1445 270.91745,394.10103 C 260.05744,384.05784 247.11543,379.03618 232.09137,379.03602 L 210.53494,379.03602 z "
+     style="font-size: 501.677px; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; text-align: center; line-height: 100%; text-anchor: middle; fill: white; fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="text3804" />
+  <path
+     d="M 538.95143,437.66956 L 538.95143,286.03963 C 538.95126,268.89274 534.33786,255.50163 525.11122,245.86628 C 515.88426,236.23151 503.75878,231.41398 488.73474,231.41367 C 473.54714,231.41398 461.38083,236.23151 452.23577,245.86628 C 443.09054,255.50163 438.51797,268.89274 438.51804,286.03963 L 438.51804,437.66956 C 438.51797,454.98011 443.09054,468.41204 452.23577,477.96539 C 461.38083,487.51886 473.54714,492.29557 488.73474,492.29552 C 503.75878,492.29557 515.88426,487.51886 525.11122,477.96539 C 534.33786,468.41204 538.95126,454.98011 538.95143,437.66956 L 538.95143,437.66956 z M 387.32151,440.60907 L 387.32151,283.10012 C 387.32149,250.27584 397.60978,224.92256 418.1864,207.0402 C 438.76293,189.15851 462.27902,180.21749 488.73474,180.21713 C 515.02691,180.21749 538.50217,189.15851 559.16059,207.0402 C 579.81863,224.92256 590.14774,250.27584 590.14796,283.10012 L 590.14796,440.60907 C 590.14774,473.43371 579.81863,498.74616 559.16059,516.54651 C 538.50217,534.34691 515.02691,543.24709 488.73474,543.2471 C 462.27902,543.24709 438.76293,534.34691 418.1864,516.54651 C 397.60978,498.74616 387.32149,473.43371 387.32151,440.60907 L 387.32151,440.60907 z "
+     style="font-size: 501.677px; font-style: normal; font-variant: normal; font-weight: normal; font-stretch: normal; text-align: center; line-height: 100%; text-anchor: middle; fill: white; fill-opacity: 1; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="text3808" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/motorbike.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/motorbike.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/motorbike.svg	(revision 16006)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.45.1"
+   sodipodi:docname="motorbike.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   sodipodi:docbase="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions">
+  <metadata
+     id="metadata14">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://web.resource.org/cc/PublicDomain" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://web.resource.org/cc/PublicDomain">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="573"
+     inkscape:window-width="797"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     inkscape:zoom="0.52"
+     inkscape:cx="362.5"
+     inkscape:cy="362.5"
+     inkscape:window-x="176"
+     inkscape:window-y="232"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs9" />
+  <g
+     id="g1875">
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="350"
+       style="fill:white;stroke:black;stroke-width:2.5px"
+       id="circle4" />
+    <circle
+       cx="362.5"
+       cy="362.5"
+       r="290"
+       style="fill:none;stroke:#c00;stroke-width:93.75"
+       id="circle6" />
+  </g>
+  <g
+     transform="matrix(0.658556,0,0,0.658556,137.1874,166.2154)"
+     id="layer1">
+    <path
+       d="M 438.12826,429.16927 C 375.32987,426.00501 282.92602,437.06422 251.92375,397.77007 C 237.71768,323.00073 197.12299,285.36345 127.4223,284.58694 C 84.626532,201.93866 162.31092,188.98722 215.41306,167.75274 C 218.78636,206.16837 216.71935,246.10015 277.48123,268.52224 C 279.92034,256.63453 284.90432,246.92813 300.84807,246.61583 L 390.66436,246.98094 L 454.19295,197.3264 C 464.45935,213.65423 484.83147,234.57558 484.86193,246.25072 L 581.25015,246.61583 C 588.2694,252.59444 594.22298,268.45864 580.15483,284.22184 C 522.41354,282.46908 417.46802,288.77717 438.12826,429.16927 z "
+       style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path4749" />
+    <path
+       d="M 281.45311,113.13794 L 281.71128,79.094411 L 319.83363,73.920272 L 319.83363,46.902363 L 280.93677,53.36735 C 283.79727,29.02724 299.44705,11.428004 333.92156,6.3312047 C 355.56786,7.8567994 378.26787,9.030436 391.1807,49.520754 C 394.96498,65.581097 392.60623,81.830116 382.63201,95.826685 C 350.34442,78.127222 326.17913,90.209532 304.13403,110.06585 L 281.45311,113.13794 z "
+       style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path5636" />
+    <path
+       d="M 215.04795,186.7383 L 328.59619,100.93818 C 343.85852,92.79748 360.69029,91.248459 380.80647,103.49393 C 398.00264,119.11558 427.05087,162.39207 450.17678,191.84979 L 385.55287,240.22646 L 323.48469,153.87868 L 225.27094,229.0907 C 217.71099,215.89572 215.94199,200.40941 215.04795,186.7383 z "
+       style="fill:black;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       id="path6523" />
+    <path
+       d="M 241.70075,414.19989 C 241.70789,460.38118 204.27256,497.8223 158.09128,497.8223 C 111.90999,497.8223 74.474661,460.38118 74.481804,414.19989 C 74.474661,368.0186 111.90999,330.57748 158.09128,330.57748 C 204.27256,330.57748 241.70789,368.0186 241.70075,414.19989 L 241.70075,414.19989 z "
+       transform="matrix(0.974466,0,0,0.974466,-15.37667,-10.08382)"
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:34.99968338;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path7410" />
+    <path
+       d="M 241.70075,414.19989 C 241.70789,460.38118 204.27256,497.8223 158.09128,497.8223 C 111.90999,497.8223 74.474661,460.38118 74.481804,414.19989 C 74.474661,368.0186 111.90999,330.57748 158.09128,330.57748 C 204.27256,330.57748 241.70789,368.0186 241.70075,414.19989 L 241.70075,414.19989 z "
+       transform="matrix(0.974466,0,0,0.974466,388.6178,-9.97323)"
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:black;stroke-width:34.99968338;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path8297" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/motorcar.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/motorcar.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/motorcar.svg	(revision 16006)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="725"
+   height="725"
+   version="1.1"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="motorcar.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.openstreetmap.org\applications\share\map-icons\svg\vehicle\restrictions\motorcar.png"
+   inkscape:export-xdpi="2"
+   inkscape:export-ydpi="2">
+  <metadata
+     id="metadata15">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs13">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective17" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <circle
+     style="fill: rgb(255, 255, 255); stroke: rgb(0, 0, 0); stroke-width: 2.5px;"
+     r="350"
+     cx="362.5"
+     cy="362.5"
+     id="circle4" />
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="290"
+     style="stroke: rgb(204, 0, 0); stroke-width: 93.75; fill: none;"
+     id="circle6" />
+  <g
+     transform="matrix(0.387772, 0, 0, 0.387772, 168.342, 207.443)"
+     id="CarSymbol">
+    <path
+       style="stroke: none; fill: black; fill-rule: evenodd;"
+       id="Car"
+       d="M 26.666667,456.41026 C 24.273504,280.00000 14.700854,431.79487 121.02564,170.25641 C 197.94872,-7.5213676 120.00000,40.341880 517.94872,33.846154 C 872.13675,41.025642 800.68376,-10.256409 882.05128,178.46154 C 983.93162,420.17094 976.06838,293.67521 975.38462,451.28205 C 971.62393,624.27350 1035.5556,579.82906 499.48718,585.64103 C -32.478634,578.46155 30.427346,623.58974 26.666667,456.41026 z     M 134.35897,286.15385 L 207.17949,117.94872 C 220.76607,88.070065 216.43137,92.480742 248.20513,92.307692 L 757.32827,92.252822 C 784.88973,92.354119 780.84626,90.564525 792.20006,116.86821 L 864.61538,284.10256 L 134.35897,286.15385 z     M 82.279202,604.93828 L 218.46154,604.63438 C 218.04369,775.61254 232.21273,766.07788 157.94872,767.17949 C 69.515671,766.83761 83.494777,775.76449 82.279202,604.93828 z     M 783.58974,606.15385 L 920.00000,606.15385 C 919.08832,777.39791 931.54796,765.69801 854.35897,766.15385 C 774.54890,765.09022 784.69135,777.70181 783.58974,606.15385 z" />
+    <circle
+       style="fill: white; fill-opacity: 1; stroke: none;"
+       r="66.5"
+       cy="412"
+       cx="150"
+       id="LeftLamp" />
+    <circle
+       style="fill: white; fill-opacity: 1; stroke: none;"
+       r="66.5"
+       cy="412"
+       cx="850"
+       id="RightLamp" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/psv.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/psv.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/psv.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="725"
+   height="725"
+   version="1.1"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="psv.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.map-icons\svg\vehicle\restrictions\psv.png"
+   inkscape:export-xdpi="2.0498221"
+   inkscape:export-ydpi="2.0498221">
+  <metadata
+     id="metadata11">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/publicdomain/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/publicdomain/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective13" />
+    <inkscape:perspective
+       id="perspective2523"
+       inkscape:persp3d-origin="340 : 90 : 1"
+       inkscape:vp_z="680 : 135 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_x="0 : 135 : 1"
+       sodipodi:type="inkscape:persp3d" />
+  </defs>
+  <sodipodi:namedview
+     inkscape:window-height="667"
+     inkscape:window-width="788"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="0.63724138"
+     inkscape:cx="362.5"
+     inkscape:cy="362.5"
+     inkscape:window-x="280"
+     inkscape:window-y="157"
+     inkscape:current-layer="svg2" />
+  <circle
+     style="fill: rgb(255, 255, 255); stroke: rgb(0, 0, 0); stroke-width: 2.5px;"
+     r="350"
+     cx="362.5"
+     cy="362.5"
+     id="circle4" />
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="295"
+     style="stroke: rgb(204, 0, 0); stroke-width: 83.75; fill: none;"
+     id="circle6" />
+  <g
+     id="layer1"
+     transform="matrix(0.6935644,0,0,0.6935644,127.67273,265.36674)">
+    <path
+       id="path1966"
+       style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 31.761217,26.619391 L 31.306216,5.7140301 C 31.754181,4.3093648 31.994305,2.6968585 33.909231,2.7591539 L 628.71325,2.3775139 C 655.69631,7.7477606 661.04445,77.952922 675,117.14286 L 675,202.14286 C 668.20192,218.11846 660.86056,219.42544 653.57143,222.14286 L 565,221.42857 C 565,144.20059 447.85714,144.63084 447.85714,221.42857 L 210,221.42857 C 210,144.48294 95.714286,144.46188 95.714286,221.42857 L 13.571429,221.42857 C 9.6780696,220.28672 7.0245746,216.66514 4.6428571,212.5 L 5.5969572,136.28675 L 40.376483,35.905105 C 41.587822,29.237159 34.6359,29.712067 31.761217,26.619391 z" />
+    <path
+       id="path2856"
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:8, 2;stroke-dashoffset:0;stroke-opacity:1"
+       transform="matrix(1.08125,0,0,1.08125,-58.9543,-28.2252)"
+       d="M 566.16677,231.14012 C 566.17704,254.99373 546.84274,274.33634 522.98914,274.33634 C 499.13553,274.33634 479.80123,254.99373 479.8115,231.14012 C 479.80123,207.28651 499.13553,187.9439 522.98914,187.9439 C 546.84274,187.9439 566.17704,207.28651 566.16677,231.14012 L 566.16677,231.14012 z" />
+    <path
+       id="path3745"
+       style="opacity:1;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:8, 2;stroke-dashoffset:0;stroke-opacity:1"
+       transform="matrix(1.08125,0,0,1.08125,-412.201,-27.9554)"
+       d="M 566.16677,231.14012 C 566.17704,254.99373 546.84274,274.33634 522.98914,274.33634 C 499.13553,274.33634 479.80123,254.99373 479.8115,231.14012 C 479.80123,207.28651 499.13553,187.9439 522.98914,187.9439 C 546.84274,187.9439 566.17704,207.28651 566.16677,231.14012 L 566.16677,231.14012 z" />
+    <path
+       id="path3747"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 531.61675,40.718007 L 552.142,110.69117 C 553.35031,113.54485 554.53622,116.41596 557.8805,117.60833 L 629.04027,117.43371 C 631.87882,114.96101 634.80496,112.64856 635.25102,107.54413 L 615.09087,37.58684 C 613.44354,32.067784 611.173,30.495693 608.80472,29.542611 L 536.28374,29.633887 C 532.7483,31.744775 531.50679,35.690805 531.61675,40.718007 z" />
+    <path
+       id="path4634"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 429.39705,40.58628 L 449.9223,110.55944 C 451.13061,113.41312 452.31652,116.28423 455.6608,117.4766 L 526.82057,117.30198 C 529.65912,114.82928 532.58526,112.51683 533.03132,107.4124 L 512.87117,37.455113 C 511.22384,31.936057 508.9533,30.363966 506.58502,29.410884 L 434.06404,29.50216 C 430.5286,31.613048 429.28709,35.559078 429.39705,40.58628 z" />
+    <path
+       id="path4636"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 327.98862,40.586273 L 348.51387,110.55944 C 349.72218,113.41312 350.90809,116.28423 354.25237,117.4766 L 425.41214,117.30198 C 428.25069,114.82928 431.17683,112.51683 431.62289,107.4124 L 411.46274,37.455106 C 409.81541,31.93605 407.54487,30.363959 405.17659,29.410877 L 332.65561,29.502153 C 329.12017,31.613041 327.87866,35.559071 327.98862,40.586273 z" />
+    <path
+       id="path4638"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 227.1726,40.586276 L 247.69785,110.55944 C 248.90616,113.41312 250.09207,116.28423 253.43635,117.4766 L 324.59612,117.30198 C 327.43467,114.82928 330.36081,112.51683 330.80687,107.4124 L 310.64672,37.455109 C 308.99939,31.936053 306.72885,30.363962 304.36057,29.41088 L 231.83959,29.502156 C 228.30415,31.613044 227.06264,35.559074 227.1726,40.586276 z" />
+    <path
+       id="path4640"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 142.51433,35.694816 L 142.50232,110.96203 C 143.71063,113.81571 145.80931,116.50427 149.15359,117.69664 L 223.05166,117.43074 C 225.89021,114.95804 228.81635,112.64559 229.26241,107.54116 L 209.10226,37.583869 C 207.45493,32.064813 205.18439,30.492722 202.81611,29.53964 L 148.00281,29.448363 C 144.46737,31.559251 143.68225,31.580382 142.51433,35.694816 z" />
+    <path
+       id="path4642"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 124.8189,37.998446 L 124.68904,110.81147 C 123.48073,113.66515 122.29482,116.53626 118.95054,117.72863 L 35.269552,117.29584 C 32.431002,114.82314 29.504862,112.51069 29.058802,107.40626 L 54.124173,37.707145 C 55.771503,32.188089 58.04204,30.615998 60.41032,29.662916 L 120.15191,29.883276 C 123.68735,31.994164 124.92886,32.971244 124.8189,37.998446 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/restrictions.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/restrictions.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/restrictions.svg	(revision 16006)
@@ -0,0 +1,96 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="restrictions.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="0.26738697"
+     inkscape:cy="9.1870644"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="false"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="true"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:0.04587146;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path32"
+       d="m 15.977067,1044.3621 c 0,1.4685 -0.333951,2.7167 -1.068564,3.9889 -0.733974,1.2715 -1.648145,2.1856 -2.919605,2.9196 -1.272188,0.7346 -2.5203999,1.0685 -3.9888974,1.0685 -1.4684976,0 -2.7167086,-0.3339 -3.9882598,-1.0685 -1.2720966,-0.734 -2.1856522,-1.6481 -2.920242,-2.9196 -0.73390729,-1.2722 -1.06856354,-2.5204 -1.06856354,-3.9889 0,-1.4685 0.33465625,-2.7167 1.06856354,-3.9883 0.7345898,-1.272 1.6481454,-2.1857 2.920242,-2.9202 1.2715512,-0.7339 2.5197622,-1.0686 3.9882598,-1.0686 1.4684975,0 2.7167094,0.3347 3.9888974,1.0686 1.27146,0.7345 2.185631,1.6482 2.919605,2.9202 0.734613,1.2716 1.068564,2.5198 1.068564,3.9883 z" />
+    <path
+       inkscape:connector-curvature="0"
+       style="fill:none;stroke:#ff0000;stroke-width:1.90915775;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path36"
+       d="m 14.723682,1044.3621 c 0,1.2378 -0.281688,2.2897 -0.900563,3.3616 -0.618944,1.0724 -1.389068,1.8426 -2.461552,2.4616 -1.071846,0.6188 -2.1236807,0.9004 -3.3615664,0.9004 -1.2378875,0 -2.2897208,-0.2816 -3.3622045,-0.9004 -1.0718466,-0.619 -1.8419691,-1.3892 -2.460913,-2.4616 -0.6188757,-1.0719 -0.9005633,-2.1238 -0.9005633,-3.3616 0,-1.2379 0.2816876,-2.2897 0.9005633,-3.3623 0.6189439,-1.0717 1.3890664,-1.8418 2.460913,-2.4608 1.0724837,-0.619 2.124317,-0.9006 3.3622045,-0.9006 1.2378857,0 2.2897204,0.2816 3.3615664,0.9006 1.072484,0.619 1.842608,1.3891 2.461552,2.4608 0.618875,1.0726 0.900563,2.1244 0.900563,3.3623 z" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/roundabout_left.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/roundabout_left.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/roundabout_left.svg	(revision 16006)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="roundabout_left.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="1.9058892"
+     inkscape:cy="7.871201"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <ellipse
+       cx="-8.000001"
+       cy="1044.3621"
+       style="fill:#ffffff;stroke:#000000;stroke-width:0.05693951px"
+       id="circle4"
+       rx="7.9715319"
+       ry="7.9715323"
+       transform="scale(-1,1)" />
+    <path
+       d="m 0.52622891,1044.362 a 7.473766,7.4737665 0 0 0 14.94753109,0 7.473766,7.4737665 0 1 0 -14.94753109,0 z"
+       style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path1883"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 12.799223,1045.9956 -1.878989,-1.9111 0.0086,-1.1154 1.383089,1.3524 c 0.04588,-2.1633 -1.816878,-3.9802 -3.5664449,-4.2139 l 0.1550028,-0.936 c 3.0719141,0.608 4.3090051,3.0094 4.3681121,5.1419 l 1.396234,-1.3574 0.0064,1.1599 -1.871985,1.8796 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path2806"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 4.1803759,1047.7035 2.5971756,-0.6612 0.9593787,0.569 -1.8648633,0.514 c 1.8459758,1.1289 4.3536891,0.4343 5.4365021,-0.9596 l 0.730683,0.6052 c -2.0720632,2.348 -4.7698084,2.2077 -6.6420311,1.185 l 0.469823,1.8898 -1.005388,-0.5785 -0.68128,-2.5637 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path3753"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 7.0192855,1039.4097 -0.7321898,2.5782 -0.9738458,0.5439 0.491799,-1.8708 c -1.903114,1.0296 -2.561547,3.5471 -1.899717,5.1833 l -0.890273,0.3281 c -0.990166,-2.9708 0.485704,-5.2334 2.310139,-6.3391 l -1.870232,-0.5425 1.005139,-0.5791 2.5591806,0.698 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path3755"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/roundabout_right.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/roundabout_right.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/roundabout_right.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="roundabout.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="13.032322"
+     inkscape:cy="8.9063726"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-nodes="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-others="true"
+     inkscape:snap-global="true"
+     inkscape:snap-center="false"
+     inkscape:snap-grids="true"
+     inkscape:snap-to-guides="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <ellipse
+       cx="8.000001"
+       cy="1044.3621"
+       style="fill:#ffffff;stroke:#000000;stroke-width:0.05693951px"
+       id="circle4"
+       rx="7.9715319"
+       ry="7.9715323" />
+    <path
+       d="m 15.473773,1044.362 a 7.473766,7.4737665 0 0 1 -14.94753137,0 7.473766,7.4737665 0 1 1 14.94753137,0 z"
+       style="fill:#0000ff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+       id="path1883"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 3.2007794,1045.9956 1.8789881,-1.9111 -0.00863,-1.1154 -1.3830885,1.3524 c -0.045876,-2.1633 1.8168783,-3.9802 3.5664448,-4.2139 l -0.1550028,-0.936 c -3.0719145,0.608 -4.3090049,3.0094 -4.3681119,5.1419 l -1.3962344,-1.3574 -0.00637,1.1599 1.8719852,1.8796 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path2806"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 11.819626,1047.7035 -2.5971756,-0.6612 -0.9593787,0.569 1.8648633,0.514 c -1.8459758,1.1289 -4.3536894,0.4343 -5.4365024,-0.9596 l -0.7306829,0.6052 c 2.0720634,2.348 4.7698086,2.2077 6.6420313,1.185 l -0.469823,1.8898 1.005388,-0.5785 0.68128,-2.5637 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path3753"
+       inkscape:connector-curvature="0" />
+    <path
+       d="m 8.9807164,1039.4097 0.7321898,2.5782 0.9738458,0.5439 -0.491799,-1.8708 c 1.903114,1.0296 2.561547,3.5471 1.899717,5.1833 l 0.890273,0.3281 c 0.990166,-2.9708 -0.485704,-5.2334 -2.310139,-6.3391 l 1.870232,-0.5425 -1.005139,-0.5791 -2.5591806,0.698 z"
+       style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none"
+       id="path3755"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/speed_camera.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/speed_camera.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/speed_camera.svg	(revision 16006)
@@ -0,0 +1,241 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="14"
+   viewBox="0 0 16 14"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__speed_camera.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="6.4966037"
+     inkscape:cy="-12.252009"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="false"
+     inkscape:snap-intersection-paths="false"
+     inkscape:object-nodes="false"
+     inkscape:snap-smooth-nodes="false"
+     inkscape:snap-midpoints="false"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1038.3621)">
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4360"
+       width="16"
+       height="11"
+       x="-4.7683727e-007"
+       y="1041.3621"
+       ry="2" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4219"
+       cx="5.5"
+       cy="1046.8621"
+       r="3" />
+    <rect
+       style="opacity:1;fill:#ff0000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4209"
+       width="6"
+       height="4"
+       x="8"
+       y="1038.3621"
+       ry="1" />
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4207"
+       width="4"
+       height="2"
+       x="9"
+       y="1039.3621"
+       ry="1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/stop.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/stop.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/stop.svg	(revision 16006)
@@ -0,0 +1,237 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__stop2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="64"
+     inkscape:cx="8.3175116"
+     inkscape:cy="8.1344046"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <path
+       id="path11065"
+       style="fill:#ffffff;fill-rule:nonzero;stroke:none"
+       d="M 0.33858979,1048.0149 C 0.15507532,1047.8313 -4.7683724e-7,1047.4582 -4.7683724e-7,1047.2001 l 0,-5.676 c 0,-0.258 0.15507579683724,-0.6312 0.33859026683724,-0.8148 l 4.00839351,-4.0088 c 0.1832714,-0.1834 0.5585646,-0.3384 0.819617,-0.3384 l 5.6619687,0 c 0.260809,0 0.636346,0.155 0.819617,0.3384 l 4.008393,4.0088 c 0.183514,0.1836 0.33859,0.5568 0.33859,0.8146 l 0,5.6762 c 0,0.2581 -0.155076,0.631 -0.33859,0.8148 l -4.008393,4.009 c -0.183514,0.1832 -0.558808,0.3382 -0.81986,0.3382 l -5.6617257,-2e-4 c -0.2610524,0 -0.6363456,-0.1548 -0.819617,-0.338 l -4.00839351,-4.009 z"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path10312"
+       style="fill:#ee1c23;fill-rule:nonzero;stroke:none"
+       d="m 0.97021708,1047.2613 0,-5.8244 4.11760982,-4.1183 5.8234081,0 4.117849,4.1183 0,5.8242 -4.117849,4.1184 -5.8234081,0 -4.11760982,-4.1182"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path10314"
+       style="fill:#ffffff;fill-rule:nonzero;stroke:none"
+       d="m 8.0274364,1042.7657 c 0,-0.9769 0.7505385,-1.4651 1.4585192,-1.4651 0.7079814,0 1.4587824,0.4882 1.4587824,1.4651 l 0,3.1656 c 0,0.9766 -0.750801,1.4647 -1.4587824,1.4647 -0.7079807,0 -1.4585192,-0.4881 -1.4585192,-1.4647 l 0,-3.1656 z m 0.8700677,3.1656 c 0,0.4126 0.2729469,0.606 0.5884515,0.606 0.3157674,0 0.5887144,-0.1934 0.5887144,-0.606 l 0,-3.1656 c 0,-0.4126 -0.272947,-0.6063 -0.5887144,-0.6063 -0.3155046,0 -0.5884515,0.1937 -0.5884515,0.6063 l 0,3.1656"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path10316"
+       style="fill:#ffffff;fill-rule:nonzero;stroke:none"
+       d="m 11.911315,1041.3383 1.305101,0 c 0.477854,0 0.827509,0.1092 1.125939,0.4212 0.298691,0.3114 0.392475,0.6902 0.392475,1.4058 0,0.5222 -0.04256,0.9922 -0.247464,1.3204 -0.238796,0.3874 -0.622602,0.6232 -1.262281,0.6232 l -0.443704,0 0,2.224 -0.870066,0 0,-5.9946 z m 0.870066,2.9622 0.417958,0 c 0.707982,0 0.716652,-0.5289 0.716652,-1.1266 0,-0.5644 0,-1.0273 -0.682499,-1.0273 l -0.452111,0 0,2.1539"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path10318"
+       style="fill:#ffffff;fill-rule:nonzero;stroke:none"
+       d="m 6.0177719,1042.1604 -0.9181421,0 0,-0.8084 2.7063516,0 0,0.8084 -0.918142,0 0,5.1863 -0.8700675,0 0,-5.1863"
+       inkscape:connector-curvature="0" />
+    <path
+       id="path10320"
+       style="fill:#ffffff;fill-rule:nonzero;stroke:none"
+       d="m 3.4437736,1044.6913 c -0.7079806,0 -1.4241051,-0.486 -1.4241051,-1.4629 l 0,-0.488 c 0,-0.9765 0.750801,-1.4647 1.4587817,-1.4647 0.7079807,0 1.4585191,0.4882 1.4585191,1.4647 l -0.8700677,0 c 0,-0.4122 -0.2729468,-0.606 -0.5884514,-0.606 -0.3157672,0 -0.5887141,0.1938 -0.5887141,0.606 l 0,0.488 c 0,0.4125 0.2382703,0.6033 0.5540375,0.6033 l 0.052015,0.011 c 0.7079808,0 1.4325117,0.4822 1.4325117,1.4588 l 0,0.6627 c 0,0.9767 -0.7505383,1.4651 -1.4585189,1.4651 -0.7079808,0 -1.458782,-0.4884 -1.458782,-1.4651 l 0.8700677,0 c 0,0.4126 0.272947,0.606 0.5887143,0.606 0.3155046,0 0.5884514,-0.1934 0.5884514,-0.606 l 0,-0.6627 c 0,-0.4123 -0.2729468,-0.6061 -0.5884514,-0.6061 l -0.026007,6e-4"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/toll_gantry.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/toll_gantry.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/toll_gantry.svg	(revision 16006)
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg2"
+   version="1.1"
+   inkscape:version="0.92.3 (2405546, 2018-03-11)"
+   sodipodi:docname="toll_booth.svg">
+  <defs
+     id="defs4" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="11.541078"
+     inkscape:cy="8.6880349"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:window-width="1680"
+     inkscape:window-height="987"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4136" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#808080;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4219"
+       width="16"
+       height="16"
+       x="0"
+       y="1036.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4225"
+       width="1"
+       height="2"
+       x="4"
+       y="1045.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4227"
+       width="1"
+       height="2.0000174"
+       x="4"
+       y="1049.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4225-5"
+       width="1"
+       height="2"
+       x="11"
+       y="1045.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4227-6"
+       width="1"
+       height="2.0000174"
+       x="11"
+       y="1049.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.07846665;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4252-8"
+       width="1"
+       height="6.0000319"
+       x="0"
+       y="1043.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4225-3"
+       width="1"
+       height="2"
+       x="4"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4227-08"
+       width="1"
+       height="2.0000174"
+       x="4"
+       y="1041.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4225-5-1"
+       width="1"
+       height="2"
+       x="11"
+       y="1037.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4227-6-8"
+       width="1"
+       height="2.0000174"
+       x="11"
+       y="1041.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0.84853554;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4221"
+       width="16"
+       height="1"
+       x="0"
+       y="1042.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.07846665;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4252-8-0"
+       width="1"
+       height="6.0000319"
+       x="15"
+       y="1043.3622" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4167-6-7-4"
+       width="2"
+       height="2"
+       x="2"
+       y="1043.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4167-6-7-4-3"
+       width="2"
+       height="2"
+       x="7"
+       y="1043.3622"
+       ry="0" />
+    <rect
+       style="color:#000000;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#1a1a1a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.20000005;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate"
+       id="rect4167-6-7-4-5"
+       width="2"
+       height="2"
+       x="12"
+       y="1043.3622"
+       ry="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_left_turn.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_left_turn.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_left_turn.svg	(revision 16006)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" version="1.0" width="725" height="725" id="svg2">
+  <defs id="defs9"/>
+  <circle cx="362.5" cy="362.5" r="350" style="fill: white; stroke: black; stroke-width: 2.5px;" id="circle4"/>
+  <path d="M -176.30905 369.66949 A 309.2189 309.2189 0 1 1  -794.74686,369.66949 A 309.2189 309.2189 0 1 1  -176.30905 369.66949 z" transform="matrix(1.06121, 0, 0, 1.06121, 877.745, -29.7955)" style="opacity: 1; fill: rgb(0, 51, 153); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1;" id="path1883"/>
+  <path d="M 308.46875,87.53125 L 308.625,97.5 L 308.3125,87.75 L 204.03125,191.9375 L 204.15625,267.71875 L 279.40625,193.875 L 279.1875,628.59375 L 339.3125,628.53125 L 339.21875,527.53125 C 345.13959,485.77121 368.21125,456.96293 418.65625,446.5 C 418.65624,446.49999 528.5,446.375 528.5,446.375 L 455.21875,520.65625 L 531.96875,520.875 L 635.46875,415.9375 L 625.5,416.09375 L 635.25,415.8125 L 531.0625,311.53125 L 455.3125,311.625 L 528.34375,384.875 L 422.78125,384.15625 C 389.84442,386.73156 362.54099,396.06844 339.09375,410.03125 L 338.90625,194.5 L 413.1875,267.78125 L 413.40625,191.03125 L 308.46875,87.53125 z " style="fill: white; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;" id="path2806"/>
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_left_turn_red.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_left_turn_red.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_left_turn_red.svg	(revision 16006)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="945.59998"
+   height="945.59998"
+   id="svg2"
+   xml:space="preserve"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="05.svg"
+   inkscape:export-filename="D:\Stefan\OSM\TestNew\05b.png"
+   inkscape:export-xdpi="3.0599999"
+   inkscape:export-ydpi="3.0599999"><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview28"
+     showgrid="false"
+     fit-margin-top="2.8"
+     fit-margin-left="2.8"
+     fit-margin-right="2.8"
+     fit-margin-bottom="2.8"
+     inkscape:zoom="0.48162828"
+     inkscape:cx="582.04249"
+     inkscape:cy="291.61426"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" /><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs6" /><path
+     id="path14622"
+     d="m 942.8,472.8 c 0,-259.5738 -210.42618,-470 -470,-470 -259.5739,0 -470,210.4262 -470,470 0,259.5739 210.4261,470 470,470 259.57382,0 470,-210.4261 470,-470 z"
+     style="fill:#c50000;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" /><path
+     id="path15520"
+     d="m 106.8,472.8 c 0,-202.1362 163.8638,-366 366,-366 202.13621,0 366.00001,163.8638 366.00001,366 0,202.1362 -163.8638,366 -366.00001,366 -202.1362,0 -366,-163.8638 -366,-366 z"
+     style="fill:#ffffff;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" /><path
+     sodipodi:nodetypes="ccccc"
+     inkscape:connector-curvature="0"
+     id="path3914"
+     d="m 121.0143,771.5526 53.033,53.033 650.53831,-650.5382 -53.033,-53.033 z"
+     style="fill:#c50000;fill-opacity:1;stroke:none" /><path
+     d="m 439.23834,204.28759 -108.74546,106.35929 112.61162,0.55608 c 139.01327,5.82455 173.51318,124.45698 178.82914,159.0014 l 0,276.14862 -76.79267,0 0,-264.76754 c 0,-12.80765 -11.61087,-82.73186 -97.98084,-97.27668 l -118.63824,0.29657 110.79225,108.36118 -95.40339,0 -147.40705,-144.20971 -0.37904,0 0.18952,-0.18536 -0.11365,-0.11115 0.22742,0 147.44495,-144.17264 95.36544,0 z"
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     id="path1885"
+     inkscape:connector-curvature="0" /></svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_right_turn.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_right_turn.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_right_turn.svg	(revision 16006)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="no_right_turn.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\turn-restrictions\no_right_turn.png"
+   inkscape:export-xdpi="4.0996442"
+   inkscape:export-ydpi="4.0996442">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="667"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="0.63724138"
+     inkscape:cx="362.5"
+     inkscape:cy="362.5"
+     inkscape:window-x="176"
+     inkscape:window-y="232"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective10" />
+  </defs>
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="350"
+     style="fill:#ffffff;stroke:#000000;stroke-width:2.5px"
+     id="circle4"
+     sodipodi:cx="362.5"
+     sodipodi:cy="362.5"
+     sodipodi:rx="350"
+     sodipodi:ry="350"
+     transform="matrix(-1,0,0,1,725,0)" />
+  <path
+     d="M 34.355927,362.50146 C 34.355927,543.7316 181.27198,690.64765 362.50212,690.64765 C 543.73226,690.64765 690.64832,543.7316 690.64832,362.50146 C 690.64832,181.27132 543.73226,34.355265 362.50212,34.355265 C 181.27198,34.355265 34.355927,181.27132 34.355927,362.50146 z"
+     style="opacity:1;fill:#003399;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="path1883" />
+  <path
+     d="M 416.53125,87.53125 L 416.375,97.5 L 416.6875,87.75 L 520.96875,191.9375 L 520.84375,267.71875 L 445.59375,193.875 L 445.8125,628.59375 L 385.6875,628.53125 L 385.78125,527.53125 C 379.86041,485.77121 356.78875,456.96293 306.34375,446.5 C 306.34376,446.49999 196.5,446.375 196.5,446.375 L 269.78125,520.65625 L 193.03125,520.875 L 89.53125,415.9375 L 99.5,416.09375 L 89.75,415.8125 L 193.9375,311.53125 L 269.6875,311.625 L 196.65625,384.875 L 302.21875,384.15625 C 335.15558,386.73156 362.45901,396.06844 385.90625,410.03125 L 386.09375,194.5 L 311.8125,267.78125 L 311.59375,191.03125 L 416.53125,87.53125 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path2806" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_right_turn_red.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_right_turn_red.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_right_turn_red.svg	(revision 16006)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="945.59998"
+   height="945.59998"
+   id="svg2"
+   xml:space="preserve"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="no_right_turn_red.svg"
+   inkscape:export-filename="D:\Stefan\OSM\TestNew\05b.png"
+   inkscape:export-xdpi="3.0599999"
+   inkscape:export-ydpi="3.0599999"><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview28"
+     showgrid="false"
+     fit-margin-top="2.8"
+     fit-margin-left="2.8"
+     fit-margin-right="2.8"
+     fit-margin-bottom="2.8"
+     inkscape:zoom="0.48162828"
+     inkscape:cx="228.03504"
+     inkscape:cy="289.53797"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" /><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+     id="defs6" /><path
+     id="path14622"
+     d="m 2.8,472.8 c 0,-259.5738 210.42618,-470 470,-470 259.5739,0 470,210.4262 470,470 0,259.5739 -210.4261,470 -470,470 -259.57382,0 -470,-210.4261 -470,-470 z"
+     style="fill:#c50000;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" /><path
+     id="path15520"
+     d="m 838.8,472.8 c 0,-202.1362 -163.8638,-366 -366,-366 -202.13621,0 -366.00001,163.8638 -366.00001,366 0,202.1362 163.8638,366 366.00001,366 202.1362,0 366,-163.8638 366,-366 z"
+     style="fill:#ffffff;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" /><path
+     sodipodi:nodetypes="ccccc"
+     inkscape:connector-curvature="0"
+     id="path3914"
+     d="m 824.5857,771.5526 -53.033,53.033 -650.53831,-650.5382 53.033,-53.033 z"
+     style="fill:#c50000;fill-opacity:1;stroke:none" /><path
+     d="m 506.36166,204.28759 108.74546,106.35929 -112.61162,0.55608 c -139.01327,5.82455 -173.51318,124.45698 -178.82914,159.0014 l 0,276.14862 76.79267,0 0,-264.76754 c 0,-12.80765 11.61087,-82.73186 97.98084,-97.27668 l 118.63824,0.29657 -110.79225,108.36118 95.40339,0 147.40705,-144.20971 0.37904,0 -0.18952,-0.18536 0.11365,-0.11115 -0.22742,0 -147.44495,-144.17264 -95.36544,0 z"
+     style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none"
+     id="path1885"
+     inkscape:connector-curvature="0" /></svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_straight_on.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_straight_on.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_straight_on.svg	(revision 16006)
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="no_straight_on.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\turn-restrictions\no_straight_on.png"
+   inkscape:export-xdpi="4.0996442"
+   inkscape:export-ydpi="4.0996442">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="667"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="0.63724138"
+     inkscape:cx="387.12284"
+     inkscape:cy="362.5"
+     inkscape:window-x="341"
+     inkscape:window-y="114"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective10" />
+  </defs>
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="350"
+     style="fill:#ffffff;stroke:#000000;stroke-width:2.5px"
+     id="circle4"
+     sodipodi:cx="362.5"
+     sodipodi:cy="362.5"
+     sodipodi:rx="350"
+     sodipodi:ry="350"
+     transform="matrix(-1,0,0,1,725,0)" />
+  <path
+     d="M 34.355927,362.50146 C 34.355927,543.7316 181.27198,690.64765 362.50212,690.64765 C 543.73226,690.64765 690.64832,543.7316 690.64832,362.50146 C 690.64832,181.27132 543.73226,34.355265 362.50212,34.355265 C 181.27198,34.355265 34.355927,181.27132 34.355927,362.50146 z"
+     style="opacity:1;fill:#003399;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="path1883" />
+  <path
+     d="M 252.18597,190.12946 L 168.7173,279.78571 L 255.15348,280.25446 C 361.85463,285.1643 388.33535,385.16627 392.41565,414.28571 L 392.41565,647.06696 L 333.47263,647.06696 L 333.47263,423.87946 C 333.47264,413.08317 324.56058,354.14011 258.26646,341.87946 L 167.20445,342.12946 L 252.24415,433.47321 L 179.01633,433.47321 L 65.872507,311.91071 L 65.581574,311.91071 L 65.72704,311.75446 L 65.639761,311.66071 L 65.81432,311.66071 L 178.98724,190.12946 L 252.18597,190.12946 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path1885" />
+  <path
+     id="path2381"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     d="M 471.70634,190.12946 L 555.175,279.78571 L 468.73882,280.25446 C 362.03768,285.1643 335.55696,385.16627 331.47666,414.28571 L 331.47666,647.06696 L 390.41967,647.06696 L 390.41967,423.87946 C 390.41966,413.08317 399.33173,354.14011 465.62584,341.87946 L 556.68786,342.12946 L 471.64815,433.47321 L 544.87598,433.47321 L 658.0198,311.91071 L 658.31074,311.91071 L 658.16527,311.75446 L 658.25255,311.66071 L 658.07799,311.66071 L 544.90507,190.12946 L 471.70634,190.12946 z" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_straight_on_red.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_straight_on_red.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_straight_on_red.svg	(revision 16006)
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   width="945.59998"
+   height="945.59998"
+   id="svg2"
+   xml:space="preserve"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="09.svg"
+   inkscape:export-filename="D:\Stefan\OSM\TestNew\06f.png"
+   inkscape:export-xdpi="3.0638299"
+   inkscape:export-ydpi="3.0638299"><sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview28"
+     showgrid="false"
+     fit-margin-top="2.8"
+     fit-margin-left="2.8"
+     fit-margin-right="2.8"
+     fit-margin-bottom="2.8"
+     inkscape:zoom="0.68112525"
+     inkscape:cx="494.86123"
+     inkscape:cy="460.22583"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2"
+     showguides="true"
+     inkscape:guide-bbox="true" /><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs6" /><path
+     id="path14622"
+     d="M 2.8,472.79998 C 2.8,213.22617 213.22618,2.8 472.8,2.8 c 259.5739,0 470,210.42617 470,469.99998 0,259.5739 -210.4261,470 -470,470 -259.57382,0 -470,-210.4261 -470,-470 z"
+     style="fill:#c50000;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" /><path
+     id="path15520"
+     d="m 838.8,472.79998 c 0,-202.13618 -163.8638,-365.99997 -366,-365.99997 -202.13621,0 -366.00001,163.86379 -366.00001,365.99997 0,202.1362 163.8638,366 366.00001,366 202.1362,0 366,-163.8638 366,-366 z"
+     style="fill:#ffffff;fill-opacity:1;stroke:none"
+     inkscape:connector-curvature="0" /><path
+     sodipodi:nodetypes="ccccc"
+     inkscape:connector-curvature="0"
+     id="path3914"
+     d="m 824.5857,771.55258 -53.033,53.033 -650.53831,-650.5382 53.033,-53.033 z"
+     style="fill:#c50000;fill-opacity:1;stroke:none" /><path
+     style="fill:#000000"
+     inkscape:connector-curvature="0"
+     id="path10"
+     d="M 469.45662,144.70847 257.209,389.29898 l 0,112.346 167.42918,-195.36124 0,497.15472 87.27801,0 0,-497.15472 167.42881,195.36124 0,-112.346"
+     sodipodi:nodetypes="ccccccccc" /></svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_u_turn.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_u_turn.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/no_u_turn.svg	(revision 16006)
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="no_u_turn.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\turn-restrictions\no_u_turn.png"
+   inkscape:export-xdpi="4.0996442"
+   inkscape:export-ydpi="4.0996442">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective12" />
+  </defs>
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="350"
+     style="fill: white; stroke: black; stroke-width: 2.5px;"
+     id="circle4" />
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="290"
+     style="fill: none; stroke: rgb(204, 0, 0); stroke-width: 93.75;"
+     id="circle6" />
+  <path
+     d="M 372.12936,407.61704 L 558.5298,515.33292 L 590.56227,455.34484 L 417.87814,355.17057 L 372.12936,407.61704 z "
+     style="fill: rgb(204, 0, 0); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path2770" />
+  <path
+     d="M 431.62149,525.59036 L 431.62149,299.14019 C 417.2558,213.04303 308.28159,213.79869 292.49321,298.089 L 292.49321,472.24328 L 257.25806,525.65284 L 221.51376,471.29865 L 221.51376,291.24233 C 236.67549,133.46511 472.30321,110.78353 502.26575,291.24233 L 502.26575,525.65284 L 467.32146,472.40686 L 431.62149,525.59036 z "
+     style="fill: black; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1881" />
+  <path
+     d="M 166.58744,209.24794 L 426.33219,359.97799 L 392.44564,419.24834 L 133.71666,270.26552 L 166.58744,209.24794 z "
+     style="fill: rgb(204, 0, 0); fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1883" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/only_left_turn.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/only_left_turn.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/only_left_turn.svg	(revision 16006)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="only_left_turn.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="667"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="0.63724138"
+     inkscape:cx="362.5"
+     inkscape:cy="362.5"
+     inkscape:window-x="22"
+     inkscape:window-y="29"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective10" />
+  </defs>
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="350"
+     style="fill:#ffffff;stroke:#000000;stroke-width:2.5px"
+     id="circle4"
+     sodipodi:cx="362.5"
+     sodipodi:cy="362.5"
+     sodipodi:rx="350"
+     sodipodi:ry="350"
+     transform="matrix(-1,0,0,1,725,0)" />
+  <path
+     d="M 34.355927,362.50146 C 34.355927,543.7316 181.27198,690.64765 362.50212,690.64765 C 543.73226,690.64765 690.64832,543.7316 690.64832,362.50146 C 690.64832,181.27132 543.73226,34.355265 362.50212,34.355265 C 181.27198,34.355265 34.355927,181.27132 34.355927,362.50146 z"
+     style="opacity:1;fill:#003399;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="path1883" />
+  <path
+     d="M 341.34375,138.34375 L 251.6875,228 L 344.53125,228.46875 C 459.14222,233.37859 487.58597,333.38056 491.96875,362.5 L 491.96875,595.28125 L 428.65625,595.28125 L 428.65625,372.09375 C 428.65626,361.29746 419.08354,302.3544 347.875,290.09375 L 250.0625,290.34375 L 341.40625,381.6875 L 262.75,381.6875 L 141.21875,260.125 L 140.90625,260.125 L 141.0625,259.96875 L 140.96875,259.875 L 141.15625,259.875 L 262.71875,138.34375 L 341.34375,138.34375 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path1885" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/only_right_turn.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/only_right_turn.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/only_right_turn.svg	(revision 16006)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="only_right_turn.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\turn-restrictions\only_right_turn.png"
+   inkscape:export-xdpi="4.0996442"
+   inkscape:export-ydpi="4.0996442">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="480"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective10" />
+  </defs>
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="350"
+     style="fill: white; stroke: black; stroke-width: 2.5px;"
+     id="circle4" />
+  <path
+     d="M -176.30905 369.66949 A 309.2189 309.2189 0 1 1  -794.74686,369.66949 A 309.2189 309.2189 0 1 1  -176.30905 369.66949 z"
+     transform="matrix(1.06121, 0, 0, 1.06121, 877.745, -29.7955)"
+     style="opacity: 1; fill: rgb(0, 51, 153); fill-opacity: 1; fill-rule: nonzero; stroke: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0pt; stroke-opacity: 1;"
+     id="path1883" />
+  <path
+     d="M 383.65625,138.34375 L 473.3125,228 L 380.46875,228.46875 C 265.85778,233.37859 237.41403,333.38056 233.03125,362.5 L 233.03125,595.28125 L 296.34375,595.28125 L 296.34375,372.09375 C 296.34374,361.29746 305.91646,302.3544 377.125,290.09375 L 474.9375,290.34375 L 383.59375,381.6875 L 462.25,381.6875 L 583.78125,260.125 L 584.09375,260.125 L 583.9375,259.96875 L 584.03125,259.875 L 583.84375,259.875 L 462.28125,138.34375 L 383.65625,138.34375 z "
+     style="fill: white; fill-opacity: 1; fill-rule: evenodd; stroke: none; stroke-width: 1px; stroke-linecap: butt; stroke-linejoin: miter; stroke-opacity: 1;"
+     id="path1885" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/only_straight_on.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/only_straight_on.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/restriction/turn_restrictions/only_straight_on.svg	(revision 16006)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.0"
+   width="725"
+   height="725"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   sodipodi:docname="only_straight_on.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\turn-restrictions\only_straight_on.png"
+   inkscape:export-xdpi="4.0996442"
+   inkscape:export-ydpi="4.0996442">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <sodipodi:namedview
+     inkscape:window-height="667"
+     inkscape:window-width="640"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     guidetolerance="10.0"
+     gridtolerance="10.0"
+     objecttolerance="10.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base"
+     showgrid="false"
+     inkscape:zoom="0.63724138"
+     inkscape:cx="362.5"
+     inkscape:cy="362.5"
+     inkscape:window-x="44"
+     inkscape:window-y="58"
+     inkscape:current-layer="svg2" />
+  <defs
+     id="defs9">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective10" />
+  </defs>
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="350"
+     style="fill:#ffffff;stroke:#000000;stroke-width:2.5px"
+     id="circle4"
+     sodipodi:cx="362.5"
+     sodipodi:cy="362.5"
+     sodipodi:rx="350"
+     sodipodi:ry="350"
+     transform="matrix(0,-1,1,0,0,725)" />
+  <path
+     d="M 362.49788,34.355265 C 543.72802,34.355265 690.64407,181.27132 690.64407,362.50146 C 690.64407,543.7316 543.72802,690.64765 362.49788,690.64765 C 181.26774,690.64765 34.351685,543.7316 34.351685,362.50146 C 34.351685,181.27132 181.26774,34.355265 362.49788,34.355265 z"
+     style="opacity:1;fill:#003399;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+     id="path1883" />
+  <path
+     d="M 200.04688,353.01562 L 325.35938,227.85938 L 325.35938,626.70312 L 398.64062,626.70312 L 398.64062,227.45312 L 524.01562,352.67188 L 524.01562,260.32812 L 362.14062,98.140625 L 362.35938,114.23438 L 361.92188,98.484375 L 200.04688,260.70312 L 200.04688,353.01562 z"
+     style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+     id="path2806" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/rumble_strip.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/rumble_strip.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/rumble_strip.svg	(revision 16006)
@@ -0,0 +1,170 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__rumble_strip.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.313709"
+     inkscape:cx="-41.808605"
+     inkscape:cy="15.624716"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846066,0,0,1.1346381,-204.78325,616.43414)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1039.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5,1043.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5,1047.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1051.3653 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7-4"
+       d="m 9,1047.3621 -3,0 0,-1 3,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 9,1049.3621 -3,0 0,-1 3,0 z"
+       id="path4173"
+       inkscape:connector-curvature="0"
+       style="fill:#000000;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4175"
+       d="m 9,1051.3621 -3,0 0,-1 3,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 3,1042.3621 -3,0 0,-1 3,0 z"
+       id="path4177"
+       inkscape:connector-curvature="0"
+       style="fill:#000000;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4179"
+       d="m 3,1040.3621 -3,0 0,-1 3,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 3,1038.3621 -3,0 0,-1 3,0 z"
+       id="path4181"
+       inkscape:connector-curvature="0"
+       style="fill:#000000;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#000000;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4147"
+       d="m 3,1044.3621 -3,0 0,-1 3,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 9,1045.3621 -3,0 0,-1 3,0 z"
+       id="path4149"
+       inkscape:connector-curvature="0"
+       style="fill:#000000;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/services.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/services.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/services.svg	(revision 16006)
@@ -0,0 +1,274 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__motorway_junction.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.80000001"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.80000001"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.80000001"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="8.8855832"
+     inkscape:cy="10.815338"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="true"
+     inkscape:snap-nodes="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4254-5"
+       width="16"
+       height="16"
+       x="-4.7683727e-007"
+       y="1036.3621"
+       rx="2"
+       ry="2" />
+    <rect
+       rx="1.8715348"
+       y="1036.876"
+       x="0.51386845"
+       height="14.972305"
+       width="14.97227"
+       id="rect4217"
+       style="opacity:1;fill:#0000ff;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+    <g
+       id="g4230"
+       transform="translate(1.1499033,-0.35440876)">
+      <g
+         id="XMLID_4_"
+         style="fill:#000000"
+         transform="matrix(0.07422091,0,0,0.07422091,6.6867444,1040.9887)">
+        <g
+           id="g1954"
+           style="fill:#000000">
+          <path
+             sodipodi:nodetypes="ccccccc"
+             inkscape:connector-curvature="0"
+             id="path1956"
+             style="fill:#ffffff;fill-opacity:1"
+             d="m 100.25,91.111 c 2.31808,2.318083 -6.552046,11.72595 -9.139,9.139 L 40.787555,47.528226 c 0,0 -3.033158,-3.581623 -7.640555,1.025774 L 5.471,20.356 C -7.671994,7.213006 3.0014474,-3.8990087 7.4948624,0.59440624 Z" />
+          <path
+             sodipodi:nodetypes="acccccsccsccsccsccsccsccca"
+             inkscape:connector-curvature="0"
+             id="path1958"
+             style="fill:#ffffff;fill-opacity:1"
+             d="m 81.189,35.237 c -3.405243,2.041853 -9.363961,-0.368207 -11.740962,2.008337 L 57.952,48.552 51.685,42.025 63.435,30.275 C 66.239352,27.470648 63.53552,21.645656 65.524,18.004 71.037953,9.2107244 87.899744,-1.1342555 89.284,0.25 90.772572,1.7385721 86.15,5.733 86.15,5.733 l -9.508561,8.71911 c 0,0 -4.102961,3.740345 -3.026589,4.90837 1.101122,1.194883 5.17152,-3.02444 5.17152,-3.02444 l 8.877,-8.9296296 c 0,0 3.972117,-4.7114218 5.27563,-3.5014104 1.329158,1.2338167 -3.395,5.222 -3.395,5.222 l -8.66648,8.662179 c 0,0 -4.702751,4.261506 -3.71293,5.331561 1.091356,1.179821 5.43682,-3.54859 5.43682,-3.54859 L 91.371,10.693 c 0,0 4.104772,-4.4048219 5.223,-3.133 1.029329,1.1707114 -3.395,5.222 -3.395,5.222 l -8.92963,8.50859 c 0,0 -4.75356,3.831021 -3.55289,5.06626 C 81.776708,27.447603 85.888,23.226 85.888,23.226 l 8.877,-8.877 c 0,0 3.850116,-4.6022378 5.22415,-3.33922 C 102.38294,13.403572 89.955762,29.980272 81.189,35.237 Z" />
+          <path
+             sodipodi:nodetypes="ccccc"
+             inkscape:connector-curvature="0"
+             id="path1960"
+             style="fill:#ffffff;fill-opacity:1"
+             d="M 42.286,51.425 48.628419,57.805129 9.388,100.25 C 5.8258038,103.8122 -3.109231,94.209231 0.25,90.85 Z" />
+        </g>
+      </g>
+      <g
+         transform="matrix(1.3087815,0,0,1.3087815,-12.188936,-326.89621)"
+         id="g4256">
+        <path
+           sodipodi:nodetypes="csssccc"
+           inkscape:connector-curvature="0"
+           d="m 13.959108,1050.882 0,-5.5689 c 0,-0.1115 -0.0646,-0.2079 -0.186101,-0.2079 l -2.695906,0 c -0.139141,0 -0.277865,0.1005 -0.277865,0.2612 l -0.0031,5.514 z"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           id="path1897" />
+        <path
+           sodipodi:nodetypes="cccccccccc"
+           inkscape:connector-curvature="0"
+           d="m 10.811968,1046.8825 -0.262811,0 c 0,0 0.156147,2.3898 -0.0055,3.4457 -0.411999,1.0379 -1.7451403,0.5611 -1.5558515,-0.4488 0.4157448,-1.0017 0.9987027,-1.6796 1.2888405,-2.8613 l 0.02583,0.8784 c 0,0 -0.7217719,1.4005 -1.0790229,2.1464 -0.030096,0.6888 0.7891539,0.9156 1.0457379,0.1764 0.114343,-1.294 -0.0043,-2.7044 -0.0065,-4.0565 0,-0.4099 0.350708,-0.5431 0.537413,-0.5196"
+           style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           id="path1899" />
+        <path
+           inkscape:connector-curvature="0"
+           d="m 11.343882,1045.8422 -0.0091,1.3366 c 0,0.1077 0.08634,0.1817 0.186372,0.1817 l 1.731897,0 c 0.105071,0 0.154551,-0.067 0.154551,-0.1591 l 0,-1.3592 c 0,-0.1312 -0.07519,-0.1704 -0.170462,-0.1704 l -1.720532,0 c -0.0986,0 -0.172735,0.059 -0.172735,0.1659 z"
+           style="fill:#0000ff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+           id="path1901" />
+      </g>
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/table.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/table.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/table.svg	(revision 16006)
@@ -0,0 +1,149 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__table.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-7.6439145"
+     inkscape:cy="13.095306"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846066,0,0,1.1346381,-204.78325,616.43414)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1040.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1050.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <rect
+       style="opacity:1;fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4156"
+       width="9"
+       height="6"
+       x="0"
+       y="1041.3621" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7-4"
+       d="m 8.000001,1046.3621 -1,0 0,-4 1,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 2,1046.3621 -1,0 0,-4 1,0 z"
+       id="path4177"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path4179"
+       d="m 4,1046.3621 -1,0 0,-4 1,0 z"
+       class="st5" />
+    <path
+       class="st5"
+       d="m 6,1046.3621 -1,0 0,-4 1,0 z"
+       id="path4181"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       class="st5"
+       d="m 5,1037.3621 -1,0 0,-1 1,0 z"
+       id="path4183"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       class="st5"
+       d="m 5,1052.3621 -1,0 0,-1 1,0 z"
+       id="path4185"
+       inkscape:connector-curvature="0"
+       style="fill:#ffffff;fill-opacity:1"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/traffic_calming.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/traffic_calming.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/traffic_calming.svg	(revision 16006)
@@ -0,0 +1,146 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   viewBox="0 0 16 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_calming__yes.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="22.627417"
+     inkscape:cx="-1.063307"
+     inkscape:cy="13.321318"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false"
+     inkscape:snap-global="false"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382-2"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78324,616.43072)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_-9"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1039.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9"
+       d="m 5,1042.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-7"
+       d="m 5,1048.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1051.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4143"
+       width="9"
+       height="2"
+       x="-4.7683722e-007"
+       y="1043.3621" />
+    <path
+       style="fill:none;stroke:#ffffff;stroke-width:2.00000048;stroke-miterlimit:4;stroke-dasharray:none"
+       inkscape:connector-curvature="0"
+       d="m 11.236234,1039.306 c -0.77002,0.017 -1.5671119,0.7072 -1.4897799,2.2195 l -1.7457337,-0.017 c -0.03222,-2.2242 1.025932,-3.0492 1.5484917,-3.2969 0.4994209,-0.2368 1.1335729,-0.3622 1.7510069,-0.3622 0.738027,0 1.340991,0.094 1.80889,0.2787 0.4679,0.1843 0.848973,0.4225 1.133571,0.7101 0.284599,0.2877 0.482371,0.6113 0.593316,0.9664 0.110946,0.3551 0.164006,0.6967 0.164006,1.0203 0,0.409 -0.082,0.7731 -0.250832,1.0922 -0.16883,0.3191 -0.37625,0.6158 -0.622259,0.8944 -0.246009,0.2787 -0.516136,0.5394 -0.815206,0.7956 -0.29907,0.2517 -0.569197,0.5124 -0.815207,0.7821 -0.246009,0.2697 -0.453428,0.5663 -0.622258,0.8854 -0.168829,0.3191 -0.250833,0.6742 -0.250833,1.0743 l 0,0.1977 c 0,0.072 0.0048,0.1394 0.0193,0.1978 l -1.504996,0 c -0.05306,-0.2382 -0.07718,-0.4944 -0.07718,-0.7596 0,-0.3866 0.07236,-0.7326 0.221891,-1.0473 0.149535,-0.3146 0.337659,-0.6068 0.569197,-0.8764 0.231538,-0.2697 0.477547,-0.5214 0.733204,-0.7596 0.255656,-0.2338 0.501665,-0.472 0.738027,-0.7102 0.231538,-0.2382 0.424486,-0.4944 0.569197,-0.7596 0.149535,-0.2652 0.221891,-0.5528 0.221891,-0.8675 0,-0.5079 -0.173654,-0.9169 -0.52096,-1.236 -0.342484,-0.3101 -0.686455,-0.4366 -1.356739,-0.4221 z m 1.052845,10.3643 c 0,0.3236 -0.115769,0.6068 -0.347307,0.845 -0.231538,0.2382 -0.549902,0.3596 -0.95027,0.3596 -0.400368,0 -0.718732,-0.1214 -0.95027,-0.3596 -0.02286,-0.024 -0.02703,-0.016 -0.044138,-0.041 l 2.346e-4,-1.6044 c 0.024147,-0.034 0.0099,-0.011 0.043904,-0.05 0.220586,-0.2484 0.549902,-0.3595 0.95027,-0.3595 0.400368,0 0.713909,0.1213 0.95027,0.3595 0.231538,0.2383 0.347307,0.5214 0.347307,0.8495 z"
+       class="st1"
+       id="path4148"
+       sodipodi:nodetypes="sccsssssssscssssccssscccscssssssccscss" />
+    <g
+       id="XMLID_135_"
+       transform="matrix(0.04823708,0,0,0.04494685,-1.6321415,1026.0193)"
+       style="fill:#000000">
+      <path
+         style="fill:#000000"
+         inkscape:connector-curvature="0"
+         d="m 266.77352,295.60834 c -15.96324,0.36944 -32.48768,15.73538 -30.88452,49.38093 l -36.19071,-0.38025 C 199.03031,295.12395 220.9668,276.76971 231.8,271.25733 242.15344,265.98907 255.3,263.2 268.1,263.2 c 15.3,0 27.8,2.1 37.5,6.2 9.7,4.1 17.6,9.4 23.5,15.8 5.9,6.4 10,13.6 12.3,21.5 2.3,7.9 3.4,15.5 3.4,22.7 0,9.1 -1.7,17.2 -5.2,24.3 -3.5,7.1 -7.8,13.7 -12.9,19.9 -5.1,6.2 -10.7,12 -16.9,17.7 -6.2,5.6 -11.8,11.4 -16.9,17.4 -5.1,6 -9.4,12.6 -12.9,19.7 -3.5,7.1 -5.2,15 -5.2,23.9 l 0,4.4 c 0,1.6 0.1,3.1 0.4,4.4 l -31.2,0 c -1.1,-5.3 -1.6,-11 -1.6,-16.9 0,-8.6 1.5,-16.3 4.6,-23.3 3.1,-7 7,-13.5 11.8,-19.5 4.8,-6 9.9,-11.6 15.2,-16.9 5.3,-5.2 10.4,-10.5 15.3,-15.8 4.8,-5.3 8.8,-11 11.8,-16.9 3.1,-5.9 4.6,-12.3 4.6,-19.3 0,-11.3 -3.6,-20.4 -10.8,-27.5 -7.1,-6.9 -14.23086,-9.71326 -28.12648,-9.39166 z M 288.6,526.2 c 0,7.2 -2.4,13.5 -7.2,18.8 -4.8,5.3 -11.4,8 -19.7,8 -8.3,0 -14.9,-2.7 -19.7,-8 -4.8,-5.3 -7.2,-11.6 -7.2,-18.8 0,-7.2 2.4,-13.5 7.2,-18.9 4.8,-5.3 11.4,-8 19.7,-8 8.3,0 14.8,2.7 19.7,8 4.8,5.3 7.2,11.6 7.2,18.9 z"
+         class="st1"
+         id="XMLID_140_-7"
+         sodipodi:nodetypes="sccsssssssscssssccssscccscsssssscscs" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/traffic_mirror.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/traffic_mirror.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/traffic_mirror.svg	(revision 16006)
@@ -0,0 +1,270 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="14"
+   height="16"
+   viewBox="0 0 14 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="traffic_sign__traffic_mirror.svg">
+  <defs
+     id="defs4266">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4321">
+      <stop
+         style="stop-color:#000000;stop-opacity:1"
+         offset="0"
+         id="stop4291" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1"
+         offset="1"
+         id="stop4293" />
+    </linearGradient>
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4321"
+       id="radialGradient4665"
+       cx="3.6456184"
+       cy="1043.9417"
+       fx="3.6456184"
+       fy="1043.9417"
+       r="8"
+       gradientTransform="matrix(0.37498993,-0.74999645,1.5206994,0.76033289,-1585.8884,251.3531)"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="32"
+     inkscape:cx="8.1603866"
+     inkscape:cy="7.5582424"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <rect
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4262"
+       width="4"
+       height="6"
+       x="5"
+       y="1046.3621"
+       rx="0"
+       ry="4.0764426e-005" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:#ffffff;stroke-width:2.0000003;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4260"
+       width="12"
+       height="8"
+       x="1"
+       y="1037.3621"
+       rx="1.65728"
+       ry="1.65728" />
+    <rect
+       style="opacity:1;fill:url(#radialGradient4665);fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4360"
+       width="11"
+       height="7"
+       x="1.5"
+       y="1037.8621"
+       ry="1.6572816"
+       rx="1.6572815" />
+    <g
+       id="g3382-9"
+       transform="matrix(0,0.15384648,-0.35461025,0,155.24126,1020.1082)"
+       style="fill:#000000;fill-opacity:1" />
+    <rect
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="rect4263"
+       width="2"
+       height="8"
+       x="6"
+       y="1044.3621"
+       ry="0" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/traffic_signals.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/traffic_signals.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/traffic_signals.svg	(revision 16006)
@@ -0,0 +1,113 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="6"
+   height="16"
+   id="svg3850"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="traffic_signal_crossing_island.svg">
+  <defs
+     id="defs3852" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="14.621652"
+     inkscape:cy="3.4019579"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3877"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="4.5474735e-013px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3855">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <g
+       id="g3927"
+       transform="translate(0,1.7382813e-5)">
+      <rect
+         ry="2"
+         y="1036.3622"
+         x="0"
+         height="16"
+         width="6"
+         id="rect3804"
+         style="fill:#000000;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,262.44169)"
+         d="m 640,709.36218 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="709.36218"
+         sodipodi:cx="638"
+         id="path3024"
+         style="fill:#ff0000;fill-opacity:1;stroke:#b20505;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,261.9655)"
+         d="m 640,714.36218 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="714.36218"
+         sodipodi:cx="638"
+         id="path3796"
+         style="fill:#ffff00;fill-opacity:1;stroke:#ffd600;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.76189,261.48932)"
+         d="m 640,719.36218 a 2,2 0 1 1 -4,0 2,2 0 1 1 4,0 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="719.36218"
+         sodipodi:cx="638"
+         id="path3798"
+         style="fill:#00ff00;fill-opacity:1;stroke:#00b200;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/traffic_signals_crossing.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/traffic_signals_crossing.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/traffic_signals_crossing.svg	(revision 16006)
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg3850"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="traffic_signal_crossing_traffic_signal.svg">
+  <defs
+     id="defs3852" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="10.872455"
+     inkscape:cy="4.2485601"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3877"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="4.5474735e-013px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3855">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <g
+       id="g3933"
+       transform="translate(0,1.7382813e-5)">
+      <rect
+         y="1045.3193"
+         x="0"
+         height="7"
+         width="16"
+         id="rect2998"
+         style="fill:#999999;fill-opacity:1;stroke:none" />
+      <rect
+         y="1045.3193"
+         x="5"
+         height="0.9997701"
+         width="1.0000887"
+         id="rect3772"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1045.3193"
+         x="10"
+         height="1"
+         width="1"
+         id="rect3774"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1047.3193"
+         x="10"
+         height="2"
+         width="1"
+         id="rect3776"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1050.3193"
+         x="10"
+         height="2"
+         width="1"
+         id="rect3778"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1050.3193"
+         x="5"
+         height="2"
+         width="1"
+         id="rect3780"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1047.3193"
+         x="5"
+         height="2"
+         width="1"
+         id="rect3782"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1048.3193"
+         x="1.9999999"
+         height="1"
+         width="2"
+         id="rect3861"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1048.3193"
+         x="12"
+         height="1"
+         width="2"
+         id="rect3863"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1048.3193"
+         x="0"
+         height="1"
+         width="1"
+         id="rect3865"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1048.3193"
+         x="15"
+         height="1"
+         width="1"
+         id="rect3867"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+    </g>
+    <g
+       id="g3927"
+       transform="translate(0,1.7382813e-5)">
+      <rect
+         ry="2"
+         y="1036.3622"
+         x="0"
+         height="16"
+         width="6"
+         id="rect3804"
+         style="fill:#000000;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,262.44169)"
+         d="m 640,709.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="709.36218"
+         sodipodi:cx="638"
+         id="path3024"
+         style="fill:#ff0000;fill-opacity:1;stroke:#b20505;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,261.9655)"
+         d="m 640,714.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="714.36218"
+         sodipodi:cx="638"
+         id="path3796"
+         style="fill:#ffff00;fill-opacity:1;stroke:#ffd600;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.76189,261.48932)"
+         d="m 640,719.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="719.36218"
+         sodipodi:cx="638"
+         id="path3798"
+         style="fill:#00ff00;fill-opacity:1;stroke:#00b200;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/traffic_signals_crossing_island.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/traffic_signals_crossing_island.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/traffic_signals_crossing_island.svg	(revision 16006)
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg3850"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="traffic_signal_crossing_ref_zebra.svg">
+  <defs
+     id="defs3852" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="16"
+     inkscape:cx="14.621652"
+     inkscape:cy="3.4019579"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3877"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="4.5474735e-013px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3855">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <g
+       id="g4031"
+       transform="translate(-19.5,3.7500174)">
+      <rect
+         y="1041.6122"
+         x="19.5"
+         height="7"
+         width="16"
+         id="rect3817"
+         style="fill:#999999;fill-opacity:1;stroke:none" />
+      <rect
+         y="1044.6122"
+         x="19.5"
+         height="1"
+         width="2"
+         id="rect3819"
+         style="fill:#999999;fill-opacity:1;stroke:none" />
+      <rect
+         y="1044.6122"
+         x="20.5"
+         height="1"
+         width="2"
+         id="rect3823"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1044.6122"
+         x="32.5"
+         height="1"
+         width="2"
+         id="rect3825"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <path
+         transform="translate(-628.5,313.25004)"
+         d="m 657,731.86218 c 0,1.38071 -1.11929,2.5 -2.5,2.5 -1.38071,0 -2.5,-1.11929 -2.5,-2.5 0,-1.38071 1.11929,-2.5 2.5,-2.5 1.38071,0 2.5,1.11929 2.5,2.5 z"
+         sodipodi:ry="2.5"
+         sodipodi:rx="2.5"
+         sodipodi:cy="731.86218"
+         sodipodi:cx="654.5"
+         id="path3827"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         sodipodi:type="arc" />
+      <path
+         d="m 657,731.86218 c 0,1.38071 -1.11929,2.5 -2.5,2.5 -1.38071,0 -2.5,-1.11929 -2.5,-2.5 0,-1.38071 1.11929,-2.5 2.5,-2.5 1.38071,0 2.5,1.11929 2.5,2.5 z"
+         sodipodi:ry="2.5"
+         sodipodi:rx="2.5"
+         sodipodi:cy="731.86218"
+         sodipodi:cx="654.5"
+         id="path3827-1"
+         style="fill:#ffffff;fill-opacity:1;stroke:none"
+         sodipodi:type="arc"
+         transform="translate(-625.5,313.25004)" />
+      <rect
+         y="1041.6122"
+         x="25.5"
+         height="7"
+         width="4"
+         id="rect3847"
+         style="fill:#999999;fill-opacity:1;stroke:none" />
+    </g>
+    <g
+       id="g3927"
+       transform="translate(0,1.7382813e-5)">
+      <rect
+         ry="2"
+         y="1036.3622"
+         x="0"
+         height="16"
+         width="6"
+         id="rect3804"
+         style="fill:#000000;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,262.44169)"
+         d="m 640,709.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="709.36218"
+         sodipodi:cx="638"
+         id="path3024"
+         style="fill:#ff0000;fill-opacity:1;stroke:#b20505;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,261.9655)"
+         d="m 640,714.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="714.36218"
+         sodipodi:cx="638"
+         id="path3796"
+         style="fill:#ffff00;fill-opacity:1;stroke:#ffd600;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.76189,261.48932)"
+         d="m 640,719.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="719.36218"
+         sodipodi:cx="638"
+         id="path3798"
+         style="fill:#00ff00;fill-opacity:1;stroke:#00b200;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/traffic_signals_crossing_ref_zebra.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/traffic_signals_crossing_ref_zebra.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/traffic_signals_crossing_ref_zebra.svg	(revision 16006)
@@ -0,0 +1,173 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="16"
+   id="svg3850"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="traffic_signal_crossing.svg">
+  <defs
+     id="defs3852" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="8"
+     inkscape:cx="38.544379"
+     inkscape:cy="5.0923131"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:snap-global="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3877"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="4.5474735e-013px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3855">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <g
+       id="g3985"
+       transform="translate(-24.4375,-0.68748262)">
+      <rect
+         y="1046.0497"
+         x="24.4375"
+         height="7"
+         width="16"
+         id="rect3784"
+         style="fill:#999999;fill-opacity:1;stroke:none" />
+      <rect
+         y="1047.0497"
+         x="29.4375"
+         height="1"
+         width="6"
+         id="rect3786"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1049.0497"
+         x="29.4375"
+         height="1"
+         width="6"
+         id="rect3788"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1051.0497"
+         x="29.4375"
+         height="1"
+         width="6"
+         id="rect3790"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1049.0497"
+         x="26.4375"
+         height="1"
+         width="2"
+         id="rect3853"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1049.0497"
+         x="24.4375"
+         height="1"
+         width="1"
+         id="rect3855"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1049.0497"
+         x="36.4375"
+         height="1"
+         width="2"
+         id="rect3857"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+      <rect
+         y="1049.0497"
+         x="39.4375"
+         height="1"
+         width="1"
+         id="rect3859"
+         style="fill:#ffffff;fill-opacity:1;stroke:none" />
+    </g>
+    <g
+       id="g3927"
+       transform="translate(0,1.7382813e-5)">
+      <rect
+         ry="2"
+         y="1036.3622"
+         x="0"
+         height="16"
+         width="6"
+         id="rect3804"
+         style="fill:#000000;fill-opacity:1;stroke:none" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,262.44169)"
+         d="m 640,709.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="709.36218"
+         sodipodi:cx="638"
+         id="path3024"
+         style="fill:#ff0000;fill-opacity:1;stroke:#b20505;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.7619,261.9655)"
+         d="m 640,714.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="714.36218"
+         sodipodi:cx="638"
+         id="path3796"
+         style="fill:#ffff00;fill-opacity:1;stroke:#ffd600;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+      <path
+         transform="matrix(1.0952381,0,0,1.0952381,-695.76189,261.48932)"
+         d="m 640,719.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+         sodipodi:ry="2"
+         sodipodi:rx="2"
+         sodipodi:cy="719.36218"
+         sodipodi:cx="638"
+         id="path3798"
+         style="fill:#00ff00;fill-opacity:1;stroke:#00b200;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+         sodipodi:type="arc" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/traffic_signals_crossing_traffic_signals.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/traffic_signals_crossing_traffic_signals.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/traffic_signals_crossing_traffic_signals.svg	(revision 16006)
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="12"
+   height="16"
+   id="svg3850"
+   version="1.1"
+   inkscape:version="0.48.4 r9939"
+   sodipodi:docname="New document 4">
+  <defs
+     id="defs3852" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="11.2"
+     inkscape:cx="28.262369"
+     inkscape:cy="29.50151"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     fit-margin-top="0"
+     fit-margin-left="0"
+     fit-margin-right="0"
+     fit-margin-bottom="0"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3877"
+       empspacing="5"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true"
+       originx="0px"
+       originy="0px" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata3855">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3622)">
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect3804"
+       width="6"
+       height="16"
+       x="0"
+       y="1036.3622"
+       ry="2" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ff0000;fill-opacity:1;stroke:#b20505;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3024"
+       sodipodi:cx="638"
+       sodipodi:cy="709.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,709.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-695.7619,262.44169)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ffff00;fill-opacity:1;stroke:#ffd600;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3796"
+       sodipodi:cx="638"
+       sodipodi:cy="714.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,714.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-695.7619,261.9655)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#00ff00;fill-opacity:1;stroke:#00b200;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3798"
+       sodipodi:cx="638"
+       sodipodi:cy="719.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,719.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-695.76189,261.48932)" />
+    <rect
+       style="fill:#000000;fill-opacity:1;stroke:none"
+       id="rect3804-1"
+       width="6"
+       height="11"
+       x="6"
+       y="1041.3622"
+       ry="2" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#ff0000;fill-opacity:1;stroke:#b20505;stroke-width:0.2;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3024-7"
+       sodipodi:cx="638"
+       sodipodi:cy="709.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,709.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-689.7619,267.44172)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:#00ff00;fill-opacity:1;stroke:#00b200;stroke-width:0.2;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+       id="path3798-0"
+       sodipodi:cx="638"
+       sodipodi:cy="719.36218"
+       sodipodi:rx="2"
+       sodipodi:ry="2"
+       d="m 640,719.36218 c 0,1.10457 -0.89543,2 -2,2 -1.10457,0 -2,-0.89543 -2,-2 0,-1.10457 0.89543,-2 2,-2 1.10457,0 2,0.89543 2,2 z"
+       transform="matrix(1.0952381,0,0,1.0952381,-689.76189,261.48935)" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/turning_circle.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/turning_circle.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/turning_circle.svg	(revision 16006)
@@ -0,0 +1,233 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__turning_circle2.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="9.8027027"
+     inkscape:cy="5.2015579"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="true"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="true"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3621)">
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4221"
+       cx="6"
+       cy="1046.3621"
+       rx="5.5"
+       ry="5.5" />
+    <g
+       id="g3382"
+       transform="matrix(0,0.61538806,-0.42566328,0,179.53891,948.34619)"
+       style="fill:#ffffff;fill-opacity:1" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 16,1043.8621 -5,0"
+       id="path4209"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4211"
+       d="m 16,1048.8621 -5,0"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4213"
+       d="m 16,1046.3621 -6,0"
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/turning_loop.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/turning_loop.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/turning_loop.svg	(revision 16006)
@@ -0,0 +1,236 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="16"
+   height="12"
+   viewBox="0 0 16 12"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="highway__turning_loop.svg">
+  <defs
+     id="defs4266">
+    <marker
+       inkscape:stockid="EmptyTriangleInL"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="EmptyTriangleInL"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4298"
+         d="m 5.77,0 -8.65,5 0,-10 8.65,5 z"
+         style="fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(-0.8,0,0,-0.8,4.8,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4778"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4780"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="marker4657"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4659"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       style="overflow:visible"
+       inkscape:stockid="InfiniteLineStart"
+       id="InfiniteLineStart"
+       refX="0"
+       refY="0"
+       orient="auto"
+       inkscape:isstock="true">
+      <g
+         id="g4391"
+         style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1"
+         transform="translate(-13,0)">
+        <circle
+           id="circle4393"
+           r="0.8"
+           cy="0"
+           cx="3"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4395"
+           r="0.8"
+           cy="0"
+           cx="6.5"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+        <circle
+           id="circle4397"
+           r="0.8"
+           cy="0"
+           cx="10"
+           style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-opacity:1" />
+      </g>
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow2Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4165"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.625;stroke-linejoin:round;stroke-opacity:1"
+         d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+         transform="matrix(1.1,0,0,1.1,1.1,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Mstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Mstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4153"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.4,0,0,0.4,4,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lstart"
+       orient="auto"
+       refY="0"
+       refX="0"
+       id="Arrow1Lstart"
+       style="overflow:visible"
+       inkscape:isstock="true">
+      <path
+         id="path4147"
+         d="M 0,0 5,-5 -12.5,0 5,5 0,0 Z"
+         style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
+         transform="matrix(0.8,0,0,0.8,10,0)"
+         inkscape:connector-curvature="0" />
+    </marker>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="13.788693"
+     inkscape:cy="4.3855505"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:snap-global="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:object-nodes="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:snap-object-midpoints="false"
+     inkscape:snap-center="false"
+     inkscape:snap-nodes="false"
+     inkscape:snap-others="true"
+     inkscape:snap-page="true">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1040.3621)">
+    <ellipse
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4221"
+       cx="6"
+       cy="1046.3621"
+       rx="5.5"
+       ry="5.5" />
+    <ellipse
+       cy="1046.3621"
+       cx="5.999999"
+       id="circle4223"
+       style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       rx="2"
+       ry="2" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="m 16,1043.8621 -5,0"
+       id="path4209"
+       inkscape:connector-curvature="0" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4211"
+       d="m 16,1048.8621 -5,0"
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    <path
+       inkscape:connector-curvature="0"
+       id="path4213"
+       d="m 16,1046.3621 -6,0"
+       style="fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
+  </g>
+</svg>
Index: /trunk/resources/images/presets/vehicle/tyres.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/tyres.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/tyres.svg	(revision 16006)
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="725"
+   height="725"
+   version="1.1"
+   id="svg2"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="tyres.svg">
+  <metadata
+     id="metadata12">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs10">
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 362.5 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="725 : 362.5 : 1"
+       inkscape:persp3d-origin="362.5 : 241.66667 : 1"
+       id="perspective14" />
+  </defs>
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1680"
+     inkscape:window-height="988"
+     id="namedview8"
+     showgrid="false"
+     inkscape:zoom="0.48226238"
+     inkscape:cx="314.64442"
+     inkscape:cy="406.50663"
+     inkscape:window-x="-8"
+     inkscape:window-y="-8"
+     inkscape:window-maximized="1"
+     inkscape:current-layer="svg2" />
+  <rect
+     style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:30;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0.60000002;stroke-opacity:1"
+     id="rect4139"
+     width="725"
+     height="725"
+     x="0"
+     y="-3.0517578e-005" />
+  <circle
+     cx="362.5"
+     cy="362.5"
+     r="295"
+     style="fill:none;stroke:#000000;stroke-width:100;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
+     id="circle6"
+     sodipodi:cx="362.5"
+     sodipodi:cy="362.5"
+     sodipodi:rx="295"
+     sodipodi:ry="295"
+     inkscape:export-xdpi="2.0869565"
+     inkscape:export-ydpi="2.0869565" />
+  <path
+     sodipodi:type="arc"
+     style="opacity:0.98999999;color:#000000;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:100;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="path3602"
+     sodipodi:cx="376.35117"
+     sodipodi:cy="398.41428"
+     sodipodi:rx="15.551701"
+     sodipodi:ry="15.551701"
+     d="m 391.90287,398.41428 a 15.551701,15.551701 0 1 1 -31.1034,0 15.551701,15.551701 0 1 1 31.1034,0 z"
+     transform="translate(-13.851166,-35.914276)"
+     inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+     inkscape:export-xdpi="2.0869565"
+     inkscape:export-ydpi="2.0869565" />
+  <rect
+     style="opacity:0.98999999;color:#000000;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:32.5650444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="rect3604"
+     width="489.40442"
+     height="0.044254992"
+     x="117.79779"
+     y="362.47787"
+     inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+     inkscape:export-xdpi="2.0869565"
+     inkscape:export-ydpi="2.0869565" />
+  <rect
+     y="362.47787"
+     x="-607.20221"
+     height="0.044254992"
+     width="489.40442"
+     id="rect3606"
+     style="opacity:0.98999999;color:#000000;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:32.5650444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     transform="matrix(0,-1,1,0,0,0)"
+     inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+     inkscape:export-xdpi="2.0869565"
+     inkscape:export-ydpi="2.0869565" />
+  <rect
+     y="-8.7529554"
+     x="267.87585"
+     height="0.044254992"
+     width="489.40442"
+     id="rect3608"
+     style="opacity:0.98999999;color:#000000;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:32.5650444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     transform="matrix(0.69496171,0.71904675,-0.71904675,0.69496171,0,0)"
+     inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+     inkscape:export-xdpi="2.0869565"
+     inkscape:export-ydpi="2.0869565" />
+  <rect
+     transform="matrix(-0.69496171,0.71904675,0.71904675,0.69496171,0,0)"
+     style="opacity:0.98999999;color:#000000;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:32.5650444;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+     id="rect3610"
+     width="489.40442"
+     height="0.044254992"
+     x="-235.97139"
+     y="512.55591"
+     inkscape:export-filename="C:\Dokumente und Einstellungen\ulfl\Eigene Dateien\osm\svn.OMM\svg\circle6.png"
+     inkscape:export-xdpi="2.0869565"
+     inkscape:export-ydpi="2.0869565" />
+</svg>
Index: /trunk/resources/images/presets/vehicle/waypoints.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/waypoints.svg	(revision 16006)
+++ /trunk/resources/images/presets/vehicle/waypoints.svg	(revision 16006)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="9"
+   height="16"
+   viewBox="0 0 9 16"
+   id="svg4264"
+   version="1.1"
+   inkscape:version="0.91 r13725"
+   sodipodi:docname="waypoints.svg">
+  <defs
+     id="defs4266" />
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="45.254834"
+     inkscape:cx="-5.2691134"
+     inkscape:cy="6.8269063"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="false"
+     inkscape:snap-bbox-midpoints="false">
+    <inkscape:grid
+       type="xygrid"
+       id="grid4137" />
+  </sodipodi:namedview>
+  <metadata
+     id="metadata4269">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1036.3621)">
+    <g
+       id="g3382"
+       transform="matrix(1.3846064,0,0,1.1346381,-204.78322,616.43092)"
+       style="fill:#808080;fill-opacity:1">
+      <rect
+         id="XMLID_61_"
+         x="147.89999"
+         y="370.10001"
+         class="st4"
+         width="6.5"
+         height="14.1"
+         style="fill:#808080;fill-opacity:1" />
+    </g>
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0"
+       d="m 5,1039.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <path
+       sodipodi:nodetypes="ccccc"
+       style="fill:#ffffff;fill-opacity:1"
+       inkscape:connector-curvature="0"
+       id="path3387-0-9-4"
+       d="m 5,1051.3621 -1,0 0,-2 1,0 z"
+       class="st5" />
+    <circle
+       style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       id="path4140"
+       cx="4.5"
+       cy="1044.3621"
+       r="3" />
+  </g>
+</svg>
Index: /trunk/resources/images/redo.svg
===================================================================
--- /trunk/resources/images/redo.svg	(revision 16006)
+++ /trunk/resources/images/redo.svg	(revision 16006)
@@ -0,0 +1,214 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   inkscape:export-ydpi="90.000000"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-icon-theme/22x22/actions/edit-undo.png"
+   width="48"
+   height="48"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.45"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   sodipodi:docname="edit-redo.svg"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient1913">
+      <stop
+         style="stop-color:#73d216;stop-opacity:1"
+         offset="0"
+         id="stop1915" />
+      <stop
+         style="stop-color:#8ae234;stop-opacity:1"
+         offset="1"
+         id="stop1917" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5891">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5893" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop5895" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5132">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop5134" />
+      <stop
+         style="stop-color:white;stop-opacity:0;"
+         offset="1"
+         id="stop5136" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8662">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop8664" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop8666" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8662"
+       id="radialGradient8668"
+       cx="24.837126"
+       cy="36.421127"
+       fx="24.837126"
+       fy="36.421127"
+       r="15.644737"
+       gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5132"
+       id="linearGradient5138"
+       x1="21.55229"
+       y1="29.205048"
+       x2="18.072493"
+       y2="55.692348"
+       gradientUnits="userSpaceOnUse" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5891"
+       id="linearGradient5897"
+       x1="15.456784"
+       y1="8.734375"
+       x2="25.561066"
+       y2="13.526372"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.4306351,0,0,1.4301566,50.645952,2.3547655)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient1913"
+       id="linearGradient1919"
+       x1="13.1875"
+       y1="35.9375"
+       x2="17.9375"
+       y2="38.875"
+       gradientUnits="userSpaceOnUse" />
+  </defs>
+  <sodipodi:namedview
+     stroke="#c4a000"
+     fill="#edd400"
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666"
+     borderopacity="1"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="42.402351"
+     inkscape:cy="4.5251669"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:grid-bbox="true"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1072"
+     inkscape:window-height="970"
+     inkscape:window-x="488"
+     inkscape:window-y="21"
+     width="48px"
+     height="48px"
+     showborder="false" />
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://jimmac.musichall.cz</dc:source>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:title>Edit Undo</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>edit</rdf:li>
+            <rdf:li>undo</rdf:li>
+            <rdf:li>revert</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Andreas Nilsson
+Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <path
+       transform="matrix(1.47967,0,0,-0.872353,-13.55145,72.5668)"
+       d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1  9.1923885,36.421127 A 15.644737 8.3968935 0 1 1  40.481863 36.421127 z"
+       sodipodi:ry="8.3968935"
+       sodipodi:rx="15.644737"
+       sodipodi:cy="36.421127"
+       sodipodi:cx="24.837126"
+       id="path8660"
+       style="opacity:0.13;color:black;fill:url(#radialGradient8668);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+       sodipodi:type="arc" />
+    <path
+       style="opacity:1;color:#000000;fill:url(#linearGradient1919);fill-opacity:1.0;fill-rule:nonzero;stroke:#4e9a06;stroke-width:0.99999887;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible"
+       d="M 17.424821,41.893434 C 0.283744,32.442251 9.935604,12.409146 26.422371,12.56649 L 26.422371,4.4999994 L 42.5,18.558177 L 26.422371,33.301549 C 26.422371,33.301549 26.422371,24.572517 26.422371,24.572517 C 16.187754,24.157353 11.680698,31.839537 20.650045,37.935965 C 23.217139,39.680812 21.438823,44.106661 17.424821,41.893434 z "
+       id="path1432"
+       sodipodi:nodetypes="ccccccss" />
+    <path
+       style="opacity:0.61797755;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient5138);stroke-width:0.99999893;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;marker:none;marker-start:none;marker-mid:none;marker-end:none;visibility:visible;display:block;overflow:visible"
+       d="M 27.4375,6.6875 L 27.4375,12.5625 C 27.429067,13.111254 26.986254,13.554067 26.4375,13.5625 C 18.60766,13.487775 12.455124,18.243926 10.28125,24 C 8.1073762,29.756074 9.7034903,36.491213 17.9375,41.03125 C 18.787678,41.500018 19.403324,41.546979 19.8125,41.46875 C 20.221676,41.390521 20.480107,41.171685 20.65625,40.875 C 21.008536,40.281629 20.95643,39.367611 20.09375,38.78125 C 17.736506,37.179041 16.184817,35.430234 15.40625,33.625 C 14.627683,31.819766 14.666426,29.952664 15.4375,28.375 C 16.979649,25.219673 21.09153,23.344375 26.46875,23.5625 C 27.005266,23.587284 27.429756,24.025468 27.4375,24.5625 C 27.4375,24.5625 27.4375,28.496601 27.4375,31 L 41,18.5625 L 27.4375,6.6875 z "
+       id="path4247" />
+    <path
+       style="opacity:0.45;fill:url(#linearGradient5897);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+       d="M 41.660227,18.605336 C 23.110128,15.475328 12.765166,20.754837 8.865084,29.04107 C 8.711319,16.398198 21.828491,12.721185 26.954933,13.108518 L 26.939308,5.6020321 L 41.660227,18.605336 z "
+       id="path4920"
+       sodipodi:nodetypes="ccccc" />
+  </g>
+</svg>
Index: /trunk/resources/images/reorder.svg
===================================================================
--- /trunk/resources/images/reorder.svg	(revision 16006)
+++ /trunk/resources/images/reorder.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24">
+<path d="M21,3L8,5L4,14l8,6" stroke="#000" fill="none"/>
+<path d="M19.5,1.5h3v3h-3zM6.5,3.5h3v3h-3zM2.5,12.5h3v3h-3zM10.5,18.5h3v3h-3z" fill="#fff" stroke="#df421e"/>
+<path d="M9,17a14,14 0 0 0 6,-12m-3,3l3,-3 3,3" stroke="#a70000" fill="none"/>
+</svg>
Index: /trunk/resources/images/selectall.svg
===================================================================
--- /trunk/resources/images/selectall.svg	(revision 16006)
+++ /trunk/resources/images/selectall.svg	(revision 16006)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m6,5l7,6l2,8m-12,2l18,-18" stroke="#000000" fill="none"/>
+  <path d="m4.5,3.5h3v3h-3z
+    m7,6h3v3h-3z
+    m2,8h3v3h-3z
+    m-12,2h3v3h-3z
+    m18,-18h3v3h-3z" fill="#c4c4c4" stroke="#ab3217"/>
+</svg>
Index: /trunk/resources/images/session.svg
===================================================================
--- /trunk/resources/images/session.svg	(revision 16006)
+++ /trunk/resources/images/session.svg	(revision 16006)
@@ -0,0 +1,660 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="24"
+   height="24"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.48.5 r10040"
+   sodipodi:docname="session.svg"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient3815">
+      <stop
+         style="stop-color:#b1883f;stop-opacity:1;"
+         offset="0"
+         id="stop3817" />
+      <stop
+         style="stop-color:#b1883f;stop-opacity:0;"
+         offset="1"
+         id="stop3819" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient7504">
+      <stop
+         style="stop-color:white;stop-opacity:0.53218883"
+         offset="0"
+         id="stop7506" />
+      <stop
+         style="stop-color:white;stop-opacity:0;"
+         offset="1"
+         id="stop7508" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5734">
+      <stop
+         style="stop-color:white;stop-opacity:0.88627452"
+         offset="0"
+         id="stop5736" />
+      <stop
+         style="stop-color:white;stop-opacity:0.14509805"
+         offset="1"
+         id="stop5738" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5838">
+      <stop
+         style="stop-color:#7c6634;stop-opacity:1;"
+         offset="0"
+         id="stop5840" />
+      <stop
+         style="stop-color:#5f4e28;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop5842" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5056">
+      <stop
+         id="stop5058"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.13541667;" />
+      <stop
+         id="stop5060"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5050">
+      <stop
+         id="stop5052"
+         offset="0.0000000"
+         style="stop-color:#000000;stop-opacity:0.15625000;" />
+      <stop
+         id="stop5054"
+         offset="1"
+         style="stop-color:#000000;stop-opacity:0;" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient5030">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.20833331;"
+         offset="0.0000000"
+         id="stop5032" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop5034" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient4294">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.66799998"
+         offset="0"
+         id="stop4296" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop4298" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient3546">
+      <stop
+         style="stop-color:#e6be76;stop-opacity:1;"
+         offset="0"
+         id="stop3548" />
+      <stop
+         style="stop-color:#ba9a5f;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop3550" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5734"
+       id="linearGradient5740"
+       x1="46"
+       y1="37.749943"
+       x2="63.75"
+       y2="102.78278"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.388313,0,0,0.376593,-0.05514659,-2.49561)" />
+    <linearGradient
+       y2="42.025642"
+       y1="12.897436"
+       xlink:href="#linearGradient2166"
+       x2="63.358974"
+       x1="97.410255"
+       inkscape:collect="always"
+       id="linearGradient2176"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-0.384615,8.589744)" />
+    <linearGradient
+       y2="12"
+       y1="41"
+       xlink:href="#linearGradient2166"
+       x2="95"
+       x1="61"
+       inkscape:collect="always"
+       id="linearGradient2172"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="translate(-0.384615,8.589744)" />
+    <linearGradient
+       y2="895.68713"
+       y1="1079.7177"
+       xlink:href="#linearGradient1017"
+       x2="441.94626"
+       x1="97.909615"
+       inkscape:collect="always"
+       id="linearGradient6641"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.154701,0.866025)" />
+    <linearGradient
+       y2="1285.3988"
+       y1="1285.3988"
+       xlink:href="#linearGradient1017"
+       x2="84.609047"
+       x1="181.43164"
+       inkscape:collect="always"
+       id="linearGradient5876"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.154701,0.866025)" />
+    <linearGradient
+       y2="21.069715"
+       y1="813.86877"
+       xlink:href="#linearGradient6517"
+       x2="841.63055"
+       x1="45.506062"
+       inkscape:collect="always"
+       id="linearGradient5092"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.928107,0,0,0.69608,-112.1865,694.2911)" />
+    <linearGradient
+       id="linearGradient8387">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.0000000;"
+         offset="0.0000000"
+         id="stop8388" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.098039217;"
+         offset="0.42613181"
+         id="stop8392" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.16853933;"
+         offset="0.52207208"
+         id="stop8389" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.098039217;"
+         offset="0.63933450"
+         id="stop8391" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop8390" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient6517">
+      <stop
+         style="stop-color:#002f8a;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop6518" />
+      <stop
+         style="stop-color:#005dcc;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop6520" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2152">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop2153" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.49803922;"
+         offset="0.0099999998"
+         id="stop2778" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop2154" />
+    </linearGradient>
+    <linearGradient
+       y2="-157.47726"
+       y1="-177.46144"
+       xlink:href="#linearGradient1022"
+       x2="9.707943"
+       x1="-8.4761829"
+       id="linearGradient1021"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.578926,0.633342)" />
+    <linearGradient
+       y2="-127.91295"
+       y1="-154.59496"
+       xlink:href="#linearGradient1017"
+       x2="12.010341"
+       x1="-3.191411"
+       id="linearGradient1025"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.555191,0.643008)" />
+    <linearGradient
+       y2="-178.84084"
+       y1="-210.38924"
+       xlink:href="#linearGradient1017"
+       x2="-19.672827"
+       x1="-27.045366"
+       id="linearGradient1026"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="scale(1.916124,0.521887)" />
+    <linearGradient
+       id="linearGradient2302">
+      <stop
+         style="stop-color:#2c3d78;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop2303" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop2304" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1022">
+      <stop
+         style="stop-color:#000000;stop-opacity:0.40833300;"
+         offset="0.0000000"
+         id="stop1024" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0.0000000;"
+         offset="1.0000000"
+         id="stop1023" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient1017">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.17500000;"
+         offset="0.0000000"
+         id="stop1019" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0.37500000;"
+         offset="1.0000000"
+         id="stop1018" />
+    </linearGradient>
+    <defs
+       id="defs877">
+      <linearGradient
+         y2="0.5"
+         y1="0.5"
+         xlink:href="#linearGradient1017"
+         x2="1"
+         x1="0"
+         spreadMethod="pad"
+         id="linearGradient585"
+         gradientUnits="objectBoundingBox" />
+      <linearGradient
+         y2="0.5"
+         y1="0.5"
+         xlink:href="#linearGradient1022"
+         x2="1"
+         x1="0"
+         spreadMethod="pad"
+         id="linearGradient579"
+         gradientUnits="objectBoundingBox" />
+      <linearGradient
+         y2="0.60227275"
+         y1="0.51136363"
+         xlink:href="#linearGradient579"
+         x2="0.41176471"
+         x1="0.4852941"
+         id="linearGradient582" />
+      <linearGradient
+         y2="1.0964912"
+         y1="0.12280702"
+         xlink:href="#linearGradient585"
+         x2="0.3272059"
+         x1="0.50735295"
+         id="linearGradient584" />
+      <linearGradient
+         xlink:href="#linearGradient585"
+         id="linearGradient589" />
+    </defs>
+    <linearGradient
+       id="linearGradient3658">
+      <stop
+         style="stop-color:#ffff47;stop-opacity:1;"
+         offset="0"
+         id="stop3660" />
+      <stop
+         style="stop-color:#ffdd47;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop3662" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4564">
+      <stop
+         style="stop-color:#c6a965;stop-opacity:1;"
+         offset="0"
+         id="stop4566" />
+      <stop
+         style="stop-color:#b79d5d;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop4568" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4580">
+      <stop
+         style="stop-color:#d3b46b;stop-opacity:1;"
+         offset="0"
+         id="stop4582" />
+      <stop
+         style="stop-color:#ad9457;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop4584" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4596">
+      <stop
+         style="stop-color:#937541;stop-opacity:1;"
+         offset="0"
+         id="stop4598" />
+      <stop
+         style="stop-color:#524124;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop4600" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient4612">
+      <stop
+         style="stop-color:#193670;stop-opacity:1;"
+         offset="0"
+         id="stop4614" />
+      <stop
+         style="stop-color:#132955;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop4616" />
+    </linearGradient>
+    <linearGradient
+       id="linearGradient2166">
+      <stop
+         style="stop-color:#009300;stop-opacity:1.0000000;"
+         offset="0.0000000"
+         id="stop2168" />
+      <stop
+         style="stop-color:#00cd00;stop-opacity:1.0000000;"
+         offset="1.0000000"
+         id="stop2170" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3755"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,1.055011,1.5082821)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3759"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,1.0550113,1.5082821)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5030"
+       id="radialGradient3765"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0177515,0,0,0.1310797,127.25834,37.243336)"
+       cx="-59.60252"
+       cy="522.11993"
+       fx="-59.60252"
+       fy="522.11993"
+       r="61.16605" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5030"
+       id="radialGradient3796"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0177515,0,0,0.1310797,127.25834,37.243336)"
+       cx="-59.60252"
+       cy="522.11993"
+       fx="-59.60252"
+       fy="522.11993"
+       r="61.16605" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3803"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-64.882697,27.267619)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3806"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-64.882697,27.267619)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3815"
+       id="linearGradient3821"
+       x1="-79.732391"
+       y1="63.816757"
+       x2="-80.912842"
+       y2="57.477097"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,-1,-165.99332,117.92031)" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3815"
+       id="linearGradient3838"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,-1,-113.1261,122.66317)"
+       x1="-79.732391"
+       y1="63.816757"
+       x2="-82.772545"
+       y2="59.333252" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3841"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-11.944989,32.258282)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3844"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-11.944989,32.258282)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5030"
+       id="radialGradient3861"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1.0177515,0,0,0.1310797,127.25834,37.243336)"
+       cx="-59.60252"
+       cy="522.11993"
+       fx="-59.60252"
+       fy="522.11993"
+       r="61.16605" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3863"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-11.944989,32.258282)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient4294"
+       id="linearGradient3865"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(0.341035,0,0,0.341035,-11.944989,32.258282)"
+       x1="-81.671494"
+       y1="-10.987402"
+       x2="-83.836975"
+       y2="190.88261" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient3815"
+       id="linearGradient3867"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1,0,0,-1,-113.1261,122.66317)"
+       x1="-79.732391"
+       y1="63.816757"
+       x2="-82.772545"
+       y2="59.333252" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="4"
+     inkscape:cx="4.6806829"
+     inkscape:cy="47.927007"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showguides="true"
+     inkscape:guide-bbox="true"
+     inkscape:window-width="913"
+     inkscape:window-height="710"
+     inkscape:window-x="30"
+     inkscape:window-y="25"
+     showborder="true"
+     showgrid="false"
+     inkscape:showpageshadow="false"
+     width="48px"
+     height="48px"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(110.04367,-70.631863)">
+    <g
+       id="g6343"
+       inkscape:groupmode="layer"
+       inkscape:label="Layer 1"
+       transform="matrix(0.6454805,0,0,0.6454805,234.71183,124.03662)" />
+    <g
+       id="g9086"
+       inkscape:groupmode="layer"
+       inkscape:label="Layer 1"
+       transform="matrix(0.6454805,0,0,0.6454805,180.49147,34.726518)" />
+    <g
+       id="g3825"
+       transform="matrix(0.4697702,0,0,0.4697702,-58.348434,48.051634)">
+      <path
+         inkscape:transform-center-x="-6.026071"
+         inkscape:transform-center-y="-8.329675"
+         sodipodi:nodetypes="cccsc"
+         id="path3823"
+         d="m -86.623105,54.489535 c 0,0 -6.750005,5.434951 -6.750005,5.434951 l -14.28059,5.624741 c 0,0 7.33693,-6.853885 7.33693,-6.853885 0,0 13.693665,-4.205807 13.693665,-4.205807 z"
+         style="fill:#b1883f;fill-opacity:1;fill-rule:evenodd;stroke:#746137;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         transform="matrix(0.4176239,0,0,0.8311427,-112.31209,-3.117884)"
+         d="m 127.76384,105.68266 c 0,6.58666 -27.38498,11.9262 -61.166054,11.9262 -33.781077,0 -61.16605,-5.33954 -61.16605,-11.9262 0,-6.586655 27.384973,-11.926196 61.16605,-11.926196 33.781074,0 61.166054,5.339541 61.166054,11.926196 z"
+         sodipodi:ry="11.926199"
+         sodipodi:rx="61.16605"
+         sodipodi:cy="105.68266"
+         sodipodi:cx="66.597786"
+         id="path3782"
+         style="color:#000000;fill:url(#radialGradient3796);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible"
+         sodipodi:type="arc" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3784"
+         d="m -80.885932,63.528182 -19.426778,-4.640165 -0.125,24.826141 19.551778,4.63801 0,-24.823986 z"
+         style="fill:#c7a465;fill-opacity:1;fill-rule:nonzero;stroke:#746137;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3786"
+         d="m -80.495766,63.524502 14.016243,-4.21231 0.08839,24.395368 -14.06802,4.551777 -0.03661,-24.734835 z"
+         style="fill:#c7a465;fill-opacity:1;fill-rule:nonzero;stroke:#746137;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3788"
+         d="m -85.961079,54.311123 19.687368,4.711844 -14.493338,4.23637 -19.670661,-4.555652 14.476631,-4.392562 z"
+         style="fill:#82642f;fill-opacity:1;fill-rule:nonzero;stroke:#746137;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dashoffset:0"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path3792"
+         d="m -81.417561,63.863221 0,12.886349 c -3.276984,3.31435 -18.561604,-21.473003 -18.36884,1.659937 l 0.0078,-18.934671 18.360992,4.388385 z"
+         style="opacity:0.81171546;fill:url(#linearGradient3806);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3794"
+         d="m -79.986992,63.85196 c 0,0 0,12.886349 0,12.886349 4.603553,-18.914214 13.277045,-12.17854 12.923491,-16.774734 l -12.923491,3.888385 z"
+         style="opacity:0.81171546;fill:url(#linearGradient3803);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+      <path
+         inkscape:transform-center-y="-8.3223685"
+         inkscape:transform-center-x="-10.429825"
+         sodipodi:nodetypes="cccsc"
+         id="path3790"
+         d="m -74.31573,72.895758 c 0,0 -6.25857,-9.155776 -6.25857,-9.155776 l 14.698356,-4.419418 c 0,0 5.053301,8.776335 5.053301,8.776335 0,0 -13.493087,4.798859 -13.493087,4.798859 z"
+         style="fill:#b1883f;fill-opacity:1;fill-rule:evenodd;stroke:#746137;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:round;stroke-opacity:1"
+         inkscape:connector-curvature="0" />
+      <path
+         sodipodi:nodetypes="cccc"
+         id="path3813"
+         d="m -67.705475,59.313708 c 0,0 -18.384777,-4.24264 -18.384777,-4.24264 l -11.938708,3.660533 c 14.25,4.5 17.823485,-1.542893 30.323485,0.582107 z"
+         style="fill:url(#linearGradient3821);fill-opacity:1;fill-rule:evenodd;stroke:none"
+         inkscape:connector-curvature="0" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/statusline/angle.svg
===================================================================
--- /trunk/resources/images/statusline/angle.svg	(revision 16006)
+++ /trunk/resources/images/statusline/angle.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18px" height="18px" viewBox="0 0 18 18" fill="none">
+  <path d="M12,3A16.5,16.5 0 0 1 16.5,14" stroke="#e42"/>
+  <path d="M13,2L1,14H18" stroke-width="2" stroke-linejoin="bevel" stroke="#000"/>
+</svg>
Index: /trunk/resources/images/statusline/dist.svg
===================================================================
--- /trunk/resources/images/statusline/dist.svg	(revision 16006)
+++ /trunk/resources/images/statusline/dist.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18px" height="18px" viewBox="0 0 18 18" fill="none">
+  <path d="M.5,8.5h17v6h-17zM3.5,11v3m3,-2v2m3,-3v3m3,-2v2m3,-3v3" stroke="#000"/>
+</svg>
Index: /trunk/resources/images/statusline/easting.svg
===================================================================
--- /trunk/resources/images/statusline/easting.svg	(revision 16006)
+++ /trunk/resources/images/statusline/easting.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns="http://www.w3.org/2000/svg"
+   height="18"
+   width="18"
+   id="svg3384"
+   y="0px"
+   x="0px"
+   version="1.1"
+   viewBox="0 0 57 57">
+  <path
+     d="m 57.207975,44.718375 c -0.326767,2.150585 -1.072757,4.232611 -2.273437,6.048828 -2.332967,3.594441 -6.375712,6.019576 -10.646485,6.369141 -4.073192,0.433157 -8.236189,-1.124467 -11.154297,-3.958984 -2.416559,-2.325367 -3.937544,-5.540674 -4.287109,-8.869141 -1.398982,-0.0048 -2.799993,-7.06e-4 -4.199219,-0.002 l 0,-0.002 c -4.0043,-7.89e-4 -8.2883,-7.17e-4 -11.742188,0 l 0,-21.65625 -0.0078,0 c -4.36e-4,-3.023387 0.0054,-6.046714 -0.002,-9.070313 -0.881513,0.828312 -1.655138,1.746149 -2.589844,2.513672 -0.3571646,0.334367 -0.9133986,0.48057 -1.3769526,0.275391 -0.49395,-0.20518 -0.85025,-0.716101 -0.873047,-1.248047 0.0228,-0.592741 0.462474,-1.069896 0.865235,-1.472656 1.3450636,-1.314668 2.6757776,-2.652768 3.9980456,-3.9902351 0.425558,-0.410359 0.965607,-0.928048 1.619141,-0.730468 0.455955,0.06079 0.76677,0.449509 1.085937,0.738281 1.360265,1.3754621 2.728267,2.7432521 4.111329,4.1035151 0.410359,0.425558 0.928048,0.965607 0.730468,1.619141 -0.144386,0.881512 -1.330806,1.398282 -2.052734,0.835938 -0.972703,-0.851115 -1.823319,-1.831379 -2.765625,-2.712891 -0.0152,9.377462 -2.24e-4,18.753396 -0.0078,28.130859 4.39996,0 8.807071,0.0093 13.207031,-0.0059 0.151985,-1.056295 0.318616,-2.122113 0.675781,-3.132812 1.246275,-3.769225 4.120369,-6.991198 7.783203,-8.556641 3.944004,-1.816083 8.746851,-1.594662 12.531273,0.525526 4.019998,2.112588 6.755556,6.283599 7.371094,10.751953 z m -2.648437,-2.382812 c -0.115117,-2.629396 -1.216026,-5.202553 -2.998047,-7.13086 -2.256974,-2.545746 -5.708396,-3.951699 -9.097657,-3.761718 -3.670433,0.144386 -7.18762,2.21201 -9.140625,5.3125 -0.949905,1.459055 -1.550253,3.146279 -1.740234,4.878906 3.731227,0.0076 7.469945,0.0152 11.201172,0 -0.790321,-0.835917 -1.633721,-1.618949 -2.431641,-2.447266 -0.212779,-0.265973 -0.502167,-0.547557 -0.509766,-0.919922 -0.113989,-0.759923 0.539758,-1.566226 1.330079,-1.490234 0.49395,-0.113988 0.84294,0.297167 1.162109,0.585938 1.550245,1.565443 3.115984,3.115984 4.673828,4.673828 0.455955,0.40276 0.539905,1.169472 0.152344,1.640625 -0.341966,0.463554 -0.774975,0.843547 -1.177734,1.253906 -1.223479,1.208279 -2.43256,2.432561 -3.648438,3.648437 -0.326768,0.288771 -0.683357,0.644778 -1.162109,0.583985 -0.661134,0.0304 -1.284483,-0.508789 -1.330079,-1.169922 -0.08359,-0.478753 0.175399,-0.919326 0.509766,-1.246094 0.805519,-0.820718 1.641533,-1.611136 2.439453,-2.439453 -3.746425,-0.0228 -7.485783,-0.0078 -11.224609,-0.0078 0.448356,3.921208 3.040324,7.508528 6.634766,9.134765 1.48185,0.691531 3.113256,1.050204 4.748046,1.064453 1.634785,0.01425 3.272374,-0.315961 4.765625,-0.996093 3.921208,-1.694631 6.740841,-5.745492 6.832032,-10.039063 0.0247,-0.376162 0.02816,-0.753278 0.01172,-1.128906 z"
+     id="path4202" />
+</svg>
Index: /trunk/resources/images/statusline/heading.svg
===================================================================
--- /trunk/resources/images/statusline/heading.svg	(revision 16006)
+++ /trunk/resources/images/statusline/heading.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18px" height="18px" viewBox="0 0 18 18" fill="none">
+  <path d="M9,1a 8,8 0 1 1 -0.001,0z" stroke="#000"/>
+  <path d="M9,9l8,-8" stroke="#e42" stroke-width="2"/>
+</svg>
Index: /trunk/resources/images/statusline/lat.svg
===================================================================
--- /trunk/resources/images/statusline/lat.svg	(revision 16006)
+++ /trunk/resources/images/statusline/lat.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18px" height="18px" viewBox="0 0 18 18" fill="none">
+  <path d="M0,9h18" stroke="#e42" stroke-width="2"/>
+  <path d="M9,1a 8,8 0 1 1 -0.001,0z" stroke="black" />
+</svg>
Index: /trunk/resources/images/statusline/lon.svg
===================================================================
--- /trunk/resources/images/statusline/lon.svg	(revision 16006)
+++ /trunk/resources/images/statusline/lon.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="18px" height="18px" viewBox="0 0 18 18" fill="none">
+  <path d="M9,0v18" stroke="#e42" stroke-width="2"/>
+  <path d="M9,1a 8,8 0 1 1 -0.001,0z" stroke="black" />
+</svg>
Index: /trunk/resources/images/statusline/northing.svg
===================================================================
--- /trunk/resources/images/statusline/northing.svg	(revision 16006)
+++ /trunk/resources/images/statusline/northing.svg	(revision 16006)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns="http://www.w3.org/2000/svg"
+   height="18"
+   width="18"
+   id="svg3384"
+   y="0px"
+   x="0px"
+   version="1.1"
+   viewBox="0 0 57 57">
+  <path
+     id="path3386"
+     d="M 12.489601,0 C 10.339016,0.326767 8.2569904,1.0727575 6.4407734,2.2734375 2.8463324,4.6064045 0.42119738,8.6491489 0.07163238,12.919922 c -0.433157,4.073192 1.12446702,8.236189 3.95898402,11.154297 2.325367,2.416559 5.540674,3.937544 8.8691406,4.287109 0.0048,1.398982 7.06e-4,2.799993 0.002,4.199219 l 0.002,0 c 7.89e-4,4.0043 7.17e-4,8.2883 0,11.742188 l 21.65625,0 0,0.0078 c 3.023387,4.36e-4 6.046714,-0.0054 9.070313,0.002 -0.828312,0.881513 -1.746149,1.655138 -2.513672,2.589844 -0.334367,0.357165 -0.48057,0.913399 -0.275391,1.376953 0.20518,0.49395 0.716101,0.85025 1.248047,0.873047 0.592741,-0.0228 1.069896,-0.462474 1.472656,-0.865235 1.314668,-1.345064 2.652768,-2.675778 3.990235,-3.998046 0.410359,-0.425558 0.928048,-0.965607 0.730468,-1.619141 -0.06079,-0.455955 -0.449509,-0.76677 -0.738281,-1.085937 -1.375462,-1.360265 -2.743252,-2.728267 -4.103515,-4.111329 -0.425558,-0.410359 -0.965607,-0.928048 -1.619141,-0.730468 -0.881512,0.144386 -1.398282,1.330806 -0.835938,2.052734 0.851115,0.972703 1.831379,1.823319 2.712891,2.765625 -9.377462,0.0152 -18.753396,2.24e-4 -28.130859,0.0078 0,-4.39996 -0.0093,-8.807071 0.0059,-13.207031 1.056295,-0.151985 2.122113,-0.318616 3.132812,-0.675781 3.769225,-1.246275 6.991198,-4.120369 8.556641,-7.783203 C 29.079256,15.958363 28.857835,11.155516 26.737647,7.3710938 24.625059,3.3510958 20.454048,0.615538 15.985694,0 Z m 2.382812,2.6484375 c 2.629396,0.1151163 5.202553,1.2160254 7.13086,2.9980469 2.545746,2.256974 3.951699,5.7083956 3.761718,9.0976566 -0.144386,3.670433 -2.21201,7.18762 -5.3125,9.140625 -1.459055,0.949905 -3.146279,1.550253 -4.878906,1.740234 -0.0076,-3.731227 -0.0152,-7.469945 0,-11.201172 0.835917,0.790321 1.618949,1.633721 2.447266,2.431641 0.265973,0.212779 0.547557,0.502167 0.919922,0.509766 0.759923,0.113989 1.566226,-0.539758 1.490234,-1.330079 0.113988,-0.49395 -0.297167,-0.84294 -0.585938,-1.162109 -1.565443,-1.550245 -3.115984,-3.115984 -4.673828,-4.673828 -0.40276,-0.4559551 -1.169472,-0.5399051 -1.640625,-0.152344 -0.463554,0.341966 -0.843547,0.774975 -1.253906,1.177734 -1.208279,1.223479 -2.4325606,2.43256 -3.6484366,3.648438 -0.288771,0.326768 -0.644778,0.683357 -0.583985,1.162109 -0.0304,0.661134 0.508789,1.284483 1.169922,1.330079 0.478753,0.08359 0.9193256,-0.175399 1.2460936,-0.509766 0.820718,-0.805519 1.611136,-1.641533 2.439453,-2.439453 0.0228,3.746425 0.0078,7.485783 0.0078,11.224609 -3.9212076,-0.448356 -7.5085276,-3.040324 -9.1347646,-6.634766 -0.691531,-1.48185 -1.050204,-3.113256 -1.064453,-4.748046 -0.01425,-1.634785 0.315961,-3.272374 0.996093,-4.7656251 1.694631,-3.9212076 5.745492,-6.7408406 10.0390626,-6.8320316 0.376162,-0.024698 0.753278,-0.028164 1.128906,-0.011719 z" />
+</svg>
Index: /trunk/resources/images/svpDown.svg
===================================================================
--- /trunk/resources/images/svpDown.svg	(revision 16006)
+++ /trunk/resources/images/svpDown.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="9px" height="5px">
+  <path d="m0,0h9l-4.5,5z"/>
+</svg>
Index: /trunk/resources/images/svpLeft.svg
===================================================================
--- /trunk/resources/images/svpLeft.svg	(revision 16006)
+++ /trunk/resources/images/svpLeft.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="5px" height="9px">
+  <path d="m5,9v-9l-5,4.5z"/>
+</svg>
Index: /trunk/resources/images/svpRight.svg
===================================================================
--- /trunk/resources/images/svpRight.svg	(revision 16006)
+++ /trunk/resources/images/svpRight.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="5px" height="9px">
+  <path d="m0,9v-9l5,4.5z"/>
+</svg>
Index: /trunk/resources/images/svpUp.svg
===================================================================
--- /trunk/resources/images/svpUp.svg	(revision 16006)
+++ /trunk/resources/images/svpUp.svg	(revision 16006)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="9px" height="5px">
+  <path d="m0,5h9l-4.5,-5z"/>
+</svg>
Index: /trunk/resources/images/undo.svg
===================================================================
--- /trunk/resources/images/undo.svg	(revision 16006)
+++ /trunk/resources/images/undo.svg	(revision 16006)
@@ -0,0 +1,218 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://web.resource.org/cc/"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:xlink="http://www.w3.org/1999/xlink"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   inkscape:export-ydpi="90.000000"
+   inkscape:export-xdpi="90.000000"
+   inkscape:export-filename="/home/jimmac/src/cvs/gnome/gnome-icon-theme/22x22/actions/edit-undo.png"
+   width="48"
+   height="48"
+   id="svg11300"
+   sodipodi:version="0.32"
+   inkscape:version="0.45"
+   sodipodi:docbase="/home/dobey/Projects/gnome-icon-theme/scalable/actions"
+   sodipodi:docname="edit-undo.svg"
+   version="1.0"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs3">
+    <linearGradient
+       id="linearGradient2790">
+      <stop
+         id="stop2792"
+         offset="0"
+         style="stop-color:#edd400;stop-opacity:1" />
+      <stop
+         id="stop2794"
+         offset="1"
+         style="stop-color:#fce94f;stop-opacity:1" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5891">
+      <stop
+         style="stop-color:#ffffff;stop-opacity:1;"
+         offset="0"
+         id="stop5893" />
+      <stop
+         style="stop-color:#ffffff;stop-opacity:0;"
+         offset="1"
+         id="stop5895" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient5132">
+      <stop
+         style="stop-color:white;stop-opacity:1;"
+         offset="0"
+         id="stop5134" />
+      <stop
+         style="stop-color:white;stop-opacity:0;"
+         offset="1"
+         id="stop5136" />
+    </linearGradient>
+    <linearGradient
+       inkscape:collect="always"
+       id="linearGradient8662">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop8664" />
+      <stop
+         style="stop-color:#000000;stop-opacity:0;"
+         offset="1"
+         id="stop8666" />
+    </linearGradient>
+    <radialGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient8662"
+       id="radialGradient2782"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(1,0,0,0.536723,0,16.87306)"
+       cx="24.837126"
+       cy="36.421127"
+       fx="24.837126"
+       fy="36.421127"
+       r="15.644737" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient2790"
+       id="linearGradient2784"
+       gradientUnits="userSpaceOnUse"
+       x1="25.445534"
+       y1="20.6875"
+       x2="25.445534"
+       y2="16.375" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5132"
+       id="linearGradient2786"
+       gradientUnits="userSpaceOnUse"
+       x1="21.67729"
+       y1="29.705048"
+       x2="18.072493"
+       y2="55.692348" />
+    <linearGradient
+       inkscape:collect="always"
+       xlink:href="#linearGradient5891"
+       id="linearGradient2788"
+       gradientUnits="userSpaceOnUse"
+       gradientTransform="matrix(-1.430635,0,0,1.430157,50.64595,2.354766)"
+       x1="15.456784"
+       y1="8.734375"
+       x2="25.561066"
+       y2="13.526372" />
+  </defs>
+  <sodipodi:namedview
+     stroke="#c4a000"
+     fill="#edd400"
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666"
+     borderopacity="1"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="1"
+     inkscape:cx="-22.084221"
+     inkscape:cy="24.35648"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:grid-bbox="false"
+     inkscape:document-units="px"
+     inkscape:showpageshadow="false"
+     inkscape:window-width="1072"
+     inkscape:window-height="970"
+     inkscape:window-x="488"
+     inkscape:window-y="21"
+     width="48px"
+     height="48px"
+     showborder="false" />
+  <metadata
+     id="metadata4">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Jakub Steiner</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:source>http://jimmac.musichall.cz</dc:source>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/GPL/2.0/" />
+        <dc:title>Edit Undo</dc:title>
+        <dc:subject>
+          <rdf:Bag>
+            <rdf:li>edit</rdf:li>
+            <rdf:li>undo</rdf:li>
+            <rdf:li>revert</rdf:li>
+          </rdf:Bag>
+        </dc:subject>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Andreas Nilsson
+Lapo Calamandrei</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Reproduction" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/Distribution" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/Notice" />
+        <cc:permits
+           rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/ShareAlike" />
+        <cc:requires
+           rdf:resource="http://web.resource.org/cc/SourceCode" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer">
+    <g
+       id="g2776"
+       transform="matrix(-1,0,0,1,45.9611,0)">
+      <path
+         sodipodi:type="arc"
+         style="opacity:0.12999998;color:black;fill:url(#radialGradient2782);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:10;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible"
+         id="path8660"
+         sodipodi:cx="24.837126"
+         sodipodi:cy="36.421127"
+         sodipodi:rx="15.644737"
+         sodipodi:ry="8.3968935"
+         d="M 40.481863 36.421127 A 15.644737 8.3968935 0 1 1  9.1923885,36.421127 A 15.644737 8.3968935 0 1 1  40.481863 36.421127 z"
+         transform="matrix(1.47967,0,0,-0.872353,-13.55145,72.5668)" />
+      <path
+         sodipodi:nodetypes="ccccccss"
+         id="path1432"
+         d="M 17.424821,41.893434 C 0.283744,32.442251 9.935604,12.409146 26.422371,12.56649 L 26.422371,4.4999994 L 42.5,18.558177 L 26.422371,33.301549 C 26.422371,33.301549 26.422371,24.572517 26.422371,24.572517 C 16.187754,24.157353 11.680698,31.839537 20.650045,37.935965 C 23.217139,39.680812 21.438823,44.106661 17.424821,41.893434 z "
+         style="opacity:1;color:black;fill:url(#linearGradient2784);fill-opacity:1;fill-rule:nonzero;stroke:#c4a000;stroke-width:0.99999887;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
+      <path
+         id="path4247"
+         d="M 27.4375,6.6875 L 27.4375,12.5625 C 27.429067,13.111254 26.986254,13.554067 26.4375,13.5625 C 18.60766,13.487775 12.455124,18.243926 10.28125,24 C 8.1073762,29.756074 9.7034903,36.491213 17.9375,41.03125 C 18.787678,41.500018 19.403324,41.546979 19.8125,41.46875 C 20.221676,41.390521 20.480107,41.171685 20.65625,40.875 C 21.008536,40.281629 20.95643,39.367611 20.09375,38.78125 C 17.736506,37.179041 16.184817,35.430234 15.40625,33.625 C 14.627683,31.819766 14.666426,29.952664 15.4375,28.375 C 16.979649,25.219673 21.09153,23.344375 26.46875,23.5625 C 27.005266,23.587284 27.429756,24.025468 27.4375,24.5625 C 27.4375,24.5625 27.4375,28.496601 27.4375,31 L 41,18.5625 L 27.4375,6.6875 z "
+         style="opacity:0.61797755;color:black;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:url(#linearGradient2786);stroke-width:0.99999893;stroke-linecap:butt;stroke-linejoin:miter;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:block;overflow:visible" />
+      <path
+         sodipodi:nodetypes="ccccc"
+         id="path4920"
+         d="M 41.660227,18.605336 C 23.110128,15.475328 12.765166,20.754837 8.865084,29.04107 C 8.711319,16.398198 21.828491,12.721185 26.954933,13.108518 L 26.939308,5.6020321 L 41.660227,18.605336 z "
+         style="opacity:0.45;fill:url(#linearGradient2788);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
+    </g>
+  </g>
+</svg>
Index: /trunk/resources/images/unjoinnodeway.svg
===================================================================
--- /trunk/resources/images/unjoinnodeway.svg	(revision 16006)
+++ /trunk/resources/images/unjoinnodeway.svg	(revision 16006)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="M4,11L19,8" stroke="#000000"/>
+  <path d="M2.5,9.5h3v3h-3zm8,1h3v3h-3zm7,-4h3v3h-3z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: /trunk/resources/images/unselectall.svg
===================================================================
--- /trunk/resources/images/unselectall.svg	(revision 16006)
+++ /trunk/resources/images/unselectall.svg	(revision 16006)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px">
+  <path d="m6,5l7,6l2,8m-12,2l18,-18" stroke="#ffffff" fill="none"/>
+  <path d="m4.5,3.5h3v3h-3z
+    m7,6h3v3h-3z
+    m2,8h3v3h-3z
+    m-12,2h3v3h-3z
+    m18,-18h3v3h-3z" fill="#ffffff" stroke="#cccccc"/>
+</svg>
Index: /trunk/resources/images/viewport-follow.svg
===================================================================
--- /trunk/resources/images/viewport-follow.svg	(revision 16006)
+++ /trunk/resources/images/viewport-follow.svg	(revision 16006)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px" stroke="#000000" fill="none">
+  <path d="m12,.5a11.5,11.5 0 1 1 -.001,0z
+    m0,5a6.5,6.5 0 1 1 -.001,0z"/>
+  <path d="m12,.5v23m-11.5,-11.5h23" stroke-width="2"/>
+  <path d="m9.5,9.5h5v5h-5z" fill="#ffffff" stroke="#df421e"/>
+</svg>
Index: /trunk/resources/images/way-select.svg
===================================================================
--- /trunk/resources/images/way-select.svg	(revision 16006)
+++ /trunk/resources/images/way-select.svg	(revision 16006)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24px" height="24px" fill="#ffffff">
+  <path d="m5,7l-3,15" stroke="#df421e" stroke-dasharray="3,1"/>
+  <path d="m5,7l16,-3" stroke="#ffff00" stroke-dasharray="3,1"/>
+  <path d="m3.5,5.5h3v3h-3zm-3,15h3v3h-3z" stroke="#df421e"/>
+  <path d="m19.5,2.5h3v3h-3z" stroke="#ffff00"/>
+</svg>
Index: /trunk/resources/styles/standard/elemstyles.mapcss
===================================================================
--- /trunk/resources/styles/standard/elemstyles.mapcss	(revision 16006)
+++ /trunk/resources/styles/standard/elemstyles.mapcss	(revision 16006)
@@ -0,0 +1,5224 @@
+/*
+Main JOSM map paint style.
+
+Originally in XML format, migrated to MapCSS.
+Documentation of MapCSS format:
+
+ https://josm.openstreetmap.de/wiki/Help/Styles/MapCSSImplementation
+
+*/
+
+meta {
+    icon: "logo_32x32x8.png";
+}
+
+canvas {
+    default-points: false;
+}
+node {
+    text: auto;
+}
+
+/*************************/
+/* create style settings */
+/*************************/
+
+setting::hide_icons {
+  type: boolean;
+  label: tr("Hide icons at low zoom");
+  default: true;
+}
+
+setting::shrink_nodes {
+  type: boolean;
+  label: tr("Less obtrusive node symbols at low zoom");
+  default: true;
+}
+
+setting::hide_tagged_waynodes {
+  type: boolean;
+  label: tr("Hide tagged waynodes at low zoom");
+  default: true;
+}
+
+setting::highway_labels {
+  type: boolean;
+  label: tr("Display street labels (at high zoom)");
+  default: true;
+}
+
+setting::alt_turn_icons {
+  type: boolean;
+  label: tr("Use alternative turn restriction icon set");
+  default: false;
+}
+
+setting::place_fill_colour {
+  type: boolean;
+  label: tr("Display fill colour of areas with place=*");
+  default: false;
+}
+
+setting::partial_fill {
+  type: boolean;
+  label: tr("Areas are drawn with fill only around their inner edges");
+  default: true;
+}
+
+/*********************/
+/* turn restrictions */
+/*********************/
+
+relation[restriction=no_left_turn][!setting("alt_turn_icons")] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn_red.svg";
+    set icon_z17;
+    text: auto;
+}
+relation[restriction=no_left_turn][setting("alt_turn_icons")] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.svg";
+    set icon_z17;
+    text: auto;
+}
+relation[restriction=no_right_turn][!setting("alt_turn_icons")] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn_red.svg";
+    set icon_z17;
+    text: auto;
+}
+relation[restriction=no_right_turn][setting("alt_turn_icons")] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.svg";
+    set icon_z17;
+    text: auto;
+}
+relation[restriction=no_straight_on][!setting("alt_turn_icons")] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on_red.svg";
+    set icon_z17;
+    text: auto;
+}
+relation[restriction=no_straight_on][setting("alt_turn_icons")] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.svg";
+    set icon_z17;
+    text: auto;
+}
+relation[restriction=no_u_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.svg";
+    set icon_z17;
+    text: auto;
+}
+relation[restriction=only_left_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.svg";
+    set icon_z17;
+    text: auto;
+}
+relation[restriction=only_right_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.svg";
+    set icon_z17;
+    text: auto;
+}
+relation[restriction=only_straight_on] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.svg";
+    set icon_z17;
+    text: auto;
+}
+node[restriction] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+    text: auto;
+}
+
+/******************/
+/* bridge, tunnel */
+/******************/
+
+way[bridge=yes]::core_bridge,
+way[bridge=aqueduct]::core_bridge,
+way[bridge=boardwalk]::core_bridge,
+way[bridge=cantilever]::core_bridge,
+way[bridge=covered]::core_bridge,
+way[bridge=low_water_crossing]::core_bridge,
+way[bridge=movable]::core_bridge,
+way[bridge=trestle]::core_bridge,
+way[bridge=viaduct]::core_bridge {
+    major-z-index: 2;
+    object-z-index: -1;
+    width: +4;
+    color: bridge#0000FF;
+    opacity: 0.9;
+}
+way[tunnel=yes]::core_tunnel,
+way[tunnel=culvert]::core_tunnel,
+way[tunnel=flooded]::core_tunnel,
+way[tunnel=building_passage]::core_tunnel,
+way[tunnel=avalanche_protector]::core_tunnel {
+    major-z-index: 2;
+    object-z-index: -1;
+    width: +5;
+    color: tunnel#964B00;
+    opacity: 0.9;
+}
+node[oneway],
+node[bridge],
+node[tunnel?],
+node[tunnel?!],
+node[cutting?!],
+node[embankment?!] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/****************************/
+/* access restrictions tags */
+/****************************/
+
+way[access?!]::core_access {
+    z-index: -1;
+    width: +2;
+    color: no#ff8080;
+    dashes: 2,2;
+}
+way[access=permissive]::core_access {
+    z-index: -1;
+    width: +2;
+    color: permissive#80ff80;
+    dashes: 2,2;
+}
+way[access=private]::core_access {
+    z-index: -1;
+    width: +2;
+    color: private#ff8080;
+    dashes: 2,2;
+}
+way[access=destination]::core_access {
+    z-index: -1;
+    width: +2;
+    color: destination#8080ff;
+    dashes: 2,2;
+}
+node[traffic_sign][access?!] {
+    icon-image: "presets/vehicle/restriction/restrictions.svg";
+    set icon_z17;
+}
+node[traffic_sign][access=permissive][!is_prop_set(icon-image)],
+node[traffic_sign][access=private][!is_prop_set(icon-image)],
+node[traffic_sign][access=destination][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[traffic_sign][bicycle?!] {
+    icon-image: "presets/vehicle/restriction/bicycle.svg";
+    set icon_z17;
+}
+node[traffic_sign][bicycle=designated] {
+    icon-image: "presets/vehicle/restriction/bicycle-designated.svg";
+    set icon_z17;
+}
+node[traffic_sign][foot?!] {
+    icon-image: "presets/vehicle/restriction/foot.svg";
+    set icon_z17;
+}
+node[traffic_sign][foot=designated] {
+    icon-image: "presets/vehicle/restriction/foot-designated.svg";
+    set icon_z17;
+}
+node[traffic_sign][goods?!],
+node[traffic_sign][hgv?!] {
+    icon-image: "presets/vehicle/restriction/goods.svg";
+    set icon_z17;
+}
+node[traffic_sign][horse?!] {
+    icon-image: "presets/vehicle/restriction/horse.svg";
+    set icon_z17;
+}
+node[traffic_sign][horse=designated] {
+    icon-image: "presets/vehicle/restriction/horse-designated.svg";
+    set icon_z17;
+}
+node[traffic_sign][motorcycle?!] {
+    icon-image: "presets/vehicle/restriction/motorbike.svg";
+    set icon_z17;
+}
+node[traffic_sign][motorcar?!] {
+    icon-image: "presets/vehicle/restriction/motorcar.svg";
+    set icon_z17;
+}
+node[traffic_sign][psv?!] {
+    icon-image: "presets/vehicle/restriction/psv.svg";
+    set icon_z17;
+}
+node[traffic_sign][motorboat?!][!is_prop_set(icon-image)],
+node[traffic_sign][boat?!][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[noexit=yes] {
+    icon-image: "presets/vehicle/restriction/dead_end.svg";
+    set icon_z17;
+}
+node[traffic_sign][maxweight] {
+    icon-image: "presets/vehicle/restriction/maxweight.svg";
+    set icon_z17;
+}
+node[traffic_sign][maxheight] {
+    icon-image: "presets/vehicle/restriction/maxheight.svg";
+    set icon_z17;
+}
+node[traffic_sign][maxwidth] {
+    icon-image: "presets/vehicle/restriction/maxwidth.svg";
+    set icon_z17;
+}
+node[traffic_sign][maxlength] {
+    icon-image: "presets/vehicle/restriction/maxlength.svg";
+    set icon_z17;
+}
+node[traffic_sign][minspeed] {
+    icon-image: "presets/vehicle/restriction/minspeed.svg";
+    set icon_z17;
+}
+node[traffic_sign][maxstay][!is_prop_set(icon-image)],
+node[traffic_sign][toll][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+
+/*************************************/
+/* low rendering priority properties */
+/*************************************/
+
+area[changing_table=yes],
+area[changing_table=limited] {
+    fill-color: changing_table#f7efb7; /* same as amenity */
+}
+node[changing_table=yes],
+node[changing_table=limited] {
+    icon-image: "presets/service/changing_table.svg";
+    set icon_z17;
+}
+
+/*****************************/
+/* building/entrance/address */
+/*****************************/
+
+node["addr:housenumber"] {
+    icon-image: "presets/misc/housenumber_small.svg";
+    set icon_z17;
+}
+way["addr:interpolation"=odd] {
+    width: 1;
+    color: address#1C86EE;
+    dashes: 15,4;
+}
+way["addr:interpolation"=even] {
+    width: 1;
+    color: address#1C86EE;
+    dashes: 4,4;
+}
+way["addr:interpolation"=all],
+way["addr:interpolation"=alphabetic] {
+    width: 1;
+    color: address#1C86EE;
+    dashes: 2,2;
+}
+area[building][!building?!][building!=y][building!=1] {
+    fill-color: building#cb9999;
+}
+area[building=roof],
+area[building][!building?!][wall?!],
+area[building:part][!building:part?!] {
+    fill-color: buildingpart#dcbbbb;
+}
+node[building][!building?!] {
+    icon-image: "presets/landmark/building.svg";
+    set icon_z17;
+}
+node[building=garage] {
+    icon-image: "presets/landuse/garages.svg";
+    set icon_z17;
+}
+node[building=garages] {
+    icon-image: "presets/landuse/garages.svg";
+    set icon_z17;
+}
+node[building=transformer_tower] {
+    icon-image: "presets/power/transformer_tower.svg";
+    set icon_z17;
+}
+node[entrance=yes],
+node[entrance=home],
+node[entrance=staircase] {
+    icon-image: "presets/misc/entrance_yes.svg";
+    set icon_z17;
+}
+node[entrance=main] {
+    icon-image: "presets/misc/entrance_main.svg";
+    set icon_z17;
+}
+node[entrance=service] {
+    icon-image: "presets/misc/entrance_service.svg";
+    set icon_z17;
+}
+node[entrance=exit] {
+    icon-image: "presets/misc/entrance_exit.svg";
+    set icon_z17;
+}
+node[entrance=emergency] {
+    icon-image: "presets/misc/entrance_emergency.svg";
+    set icon_z17;
+}
+node[building=entrance],
+node[building:part] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/****************/
+/* barrier tags */
+/****************/
+
+way[barrier=bollard] {
+    width: 2;
+    color: barrier#F0F050;
+    dashes: 3,9;
+}
+node[barrier=bollard] {
+    icon-image: "presets/barrier/bollard.svg";
+    set icon_z17;
+}
+node[barrier=gate] {
+    icon-image: "presets/barrier/gate.svg";
+    set icon_z17;
+}
+way[barrier=yes],
+way[barrier=hedge],
+way[barrier=fence],
+way[barrier=handrail],
+way[barrier=wall],
+way[barrier=guard_rail],
+way[barrier=cable_barrier],
+way[barrier=city_wall],
+way[barrier=retaining_wall],
+way[barrier=block],
+way[barrier=chain],
+way[barrier=ditch],
+way[barrier=jersey_barrier],
+way[barrier=kerb] {
+    width: 2;
+    color: barrier#F0F050;
+}
+way[barrier=kerb] {
+    repeat-image: "presets/barrier/kerb_pattern.svg";
+    repeat-image-align: top;
+}
+way[barrier=retaining_wall] {
+    repeat-image: "presets/misc/cliff_pattern.svg";
+    repeat-image-align: top;
+}
+node[barrier=hedge],
+node[barrier=wall],
+node[barrier=guard_rail],
+node[barrier=cable_barrier],
+node[barrier=city_wall],
+node[barrier=retaining_wall],
+node[barrier=ditch] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+node[barrier=kerb] {
+    icon-image: "presets/barrier/kerb.svg";
+    set icon_z17;
+}
+node[barrier=block] {
+    icon-image: "presets/barrier/block.svg";
+    set icon_z17;
+}
+node[barrier=chain] {
+    icon-image: "presets/barrier/chain.svg";
+    set icon_z17;
+}
+node[barrier=stile] {
+    icon-image: "presets/barrier/stile.svg";
+    set icon_z17;
+}
+node[barrier=turnstile] {
+    icon-image: "presets/barrier/turnstile.svg";
+    set icon_z17;
+}
+node[barrier=cycle_barrier] {
+    icon-image: "presets/barrier/cycle_barrier.svg";
+    set icon_z17;
+}
+node[barrier=lift_gate] {
+    icon-image: "presets/barrier/lift_gate.svg";
+    set icon_z17;
+}
+node[barrier=swing_gate] {
+    icon-image: "presets/barrier/swing_gate.svg";
+    set icon_z17;
+}
+area[barrier=toll_booth]:closed {
+    fill-color: barrier#F0F050;
+}
+node[barrier=toll_booth] {
+    icon-image: "presets/barrier/toll_station.svg";
+    set icon_z17;
+}
+node[barrier=entrance] {
+    icon-image: "presets/barrier/entrance.svg";
+    set icon_z17;
+}
+node[barrier=cattle_grid] {
+    icon-image: "presets/barrier/cattle_grid.svg";
+    set icon_z17;
+}
+node[barrier=border_control] {
+    icon-image: "presets/barrier/douane.svg";
+    set icon_z17;
+}
+node[barrier=sally_port] {
+    icon-image: "presets/barrier/sally_port.svg";
+    set icon_z17;
+}
+node[barrier=spikes] {
+    icon-image: "presets/barrier/spikes.svg";
+    set icon_z17;
+}
+node[barrier=jersey_barrier] {
+    icon-image: "presets/barrier/jersey_barrier.svg";
+    set icon_z17;
+}
+node[barrier=kissing_gate] {
+    icon-image: "presets/barrier/kissing_gate.svg";
+    set icon_z17;
+}
+node[barrier=bump_gate][!is_prop_set(icon-image)],
+node[barrier=bus_trap][!is_prop_set(icon-image)],
+node[barrier=hampshire_gate][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+
+/****************/
+/* highway tags */
+/****************/
+
+way[motorroad=yes]::core_motorroad {
+    major-z-index: 2;
+    z-index: -1;
+    width: +4;
+    color: motorroad#3377ff;
+}
+way[highway=motorway] {
+    width: 3;
+    z-index: 0.13; /* #15483 */
+    color: motorway#809bc0;
+}
+way[highway=motorway_link] {
+    width: 3;
+    z-index: 0.12;
+    color: motorway#809bc0;
+}
+way[highway=trunk] {
+    width: 3;
+    z-index: 0.11;
+    color: trunk#7fc97f;
+}
+way[highway=trunk_link] {
+    width: 3;
+    z-index: 0.10;
+    color: trunk#7fc97f;
+}
+way[highway=primary] {
+    width: 3;
+    z-index: 0.09;
+    color: primary#fb805f;
+}
+way[highway=primary_link] {
+    width: 3;
+    z-index: 0.08;
+    color: primary#fb805f;
+}
+way[highway=secondary] {
+    width: 3;
+    z-index: 0.07;
+    color: secondary#fdbf6f;
+}
+way[highway=secondary_link] {
+    width: 3;
+    z-index: 0.06;
+    color: secondary#fdbf6f;
+}
+way[highway=tertiary] {
+    width: 2;
+    z-index: 0.05;
+    color: tertiary#f7f496;
+}
+way[highway=tertiary_link] {
+    width: 2;
+    z-index: 0.04;
+    color: tertiary#f7f496;
+}
+way[highway=unclassified] {
+    width: 2;
+    z-index: 0.03;
+    color: street#c0c0c0;
+}
+way[highway=escape] {
+    width: 3;
+    color: street#c0c0c0;
+    dashes: 3,3;
+}
+way[highway=road] {
+    width: 2;
+    casing-width: 0.5;
+    casing-color: #ff9696;
+    color: highway_road#770000;
+}
+way[highway=track][area?], relation[type=multipolygon][highway=track] {
+    fill-color: highway_track#6e541c;
+}
+way[highway=track] {
+    width: 2;
+    color: highway_track#6e541c;
+}
+way[highway=residential] {
+    width: 2;
+    z-index: 0.02;
+    color: street#c0c0c0;
+}
+way[highway=living_street] {
+    width: 2;
+    z-index: 0.01;
+    dashes: 9,9;
+    dashes-background-color: livingdashed#00ff00;
+    color: street#c0c0c0;
+}
+way[highway=service][area?], relation[type=multipolygon][highway=service] {
+    fill-color: service#809bc0;
+}
+way[highway=service][!area?] {
+    width: 1;
+    color: service#809bc0;
+}
+way[highway=bridleway] {
+    width: 1;
+    color: horse#a18559;
+}
+way[highway=cycleway] {
+    width: 1;
+    color: bicycle#b100ff;
+}
+way[highway=footway][area?], relation[type=multipolygon][highway=footway] {
+    fill-color: foot#00ff00;
+}
+way[highway=footway][!area?] {
+    width: 1;
+    color: foot#00ff00;
+}
+way[highway=path][bicycle!=designated][bicycle!=official][foot!=designated][foot!=official] {
+    width: 1;
+    dashes: 9,9;
+    color: foot#00ff00;
+}
+/* display path with bicycle/foot=designated/official as if it was cycleway/footway */
+way[highway=path][bicycle=designated],
+way[highway=path][bicycle=official] {
+    width: 1;
+    color: bicycle#b100ff;
+    set cyclecolor;
+}
+way[highway=path][foot=designated],
+way[highway=path][foot=official] {
+    width: 1;
+    color: foot#00ff00;
+}
+way[highway=path][bicycle=designated][foot=designated],
+way[highway=path][bicycle=official][foot=official],
+way[highway=cycleway][foot=designated] {
+    width: 1;
+    color: bicycle#b100ff;
+    set cyclecolor;
+    dashes: 14,14;
+    dashes-background-color: foot#00ff00;
+}
+way[highway=footway][bicycle=designated] {
+    width: 1;
+    color: foot#00ff00;
+    dashes: 14,14;
+    dashes-background-color: bicycle#b100ff;
+}
+way[highway=cycleway][foot=yes],
+way[highway=path][bicycle=designated][foot=yes],
+way[highway=path][bicycle=official][foot=yes] {
+    width: 1;
+    color: bicycle#b100ff;
+    set cyclecolor;
+    dashes: 21,7;
+    dashes-background-color: foot#00ff00;
+}
+way[highway=footway][bicycle=yes],
+way[highway=path][bicycle=yes][foot=designated],
+way[highway=path][bicycle=yes][foot=official] {
+    width: 1;
+    color: foot#00ff00;
+    dashes: 21,7;
+    dashes-background-color: bicycle#b100ff;
+}
+way[highway=pedestrian][area?], relation[type=multipolygon][highway=pedestrian] {
+    width: 3;
+    color: foot#00ff00;
+    fill-color: foot#00ff00;
+}
+way[highway=pedestrian] {
+    width: 3;
+    color: foot#00ff00;
+}
+way[highway=steps] {
+    width: 3;
+    color: foot#00ff00;
+    dashes: 2,2;
+}
+way[highway=bus_guideway] {
+    width: 1;
+    color: rail#404040;
+    dashes: 9,9;
+}
+way[highway=raceway] {
+    width: 1;
+    color: raceway#ff80ff;
+}
+way[highway=raceway][area?], relation[type=multipolygon][highway=raceway] {
+    fill-color: raceway#ff80ff;
+}
+area[junction=yes] {
+    fill-color: junction#c0c0c0;
+}
+node[junction=yes] {
+    icon-image: "presets/vehicle/junction.svg";
+    set icon_z17;
+}
+node[highway=traffic_mirror] {
+    icon-image: "presets/vehicle/traffic_mirror.svg";
+    set icon_z17;
+}
+node[highway=milestone] {
+    icon-image: "presets/vehicle/milestone.svg";
+    set icon_z17;
+}
+node[direction=clockwise] {
+    icon-image: "presets/vehicle/restriction/roundabout_left.svg";
+    set icon_z17;
+}
+node[highway=mini_roundabout] {
+    icon-image: "presets/vehicle/restriction/mini_roundabout_left.svg";
+    set icon_z17;
+}
+node:righthandtraffic[highway=mini_roundabout] {
+    icon-image: "presets/vehicle/restriction/mini_roundabout_right.svg";
+    set icon_z17;
+}
+node[highway=stop] {
+    icon-image: "presets/vehicle/restriction/stop.svg";
+    set icon_z17;
+}
+node[highway=give_way] {
+    icon-image: "presets/vehicle/restriction/give_way.svg";
+    set icon_z17;
+}
+node[cycleway=asl] {
+    icon-image: "presets/vehicle/asl.svg";
+    set icon_z17;
+}
+node[highway=traffic_signals] {
+    icon-image: "presets/vehicle/traffic_signals.svg";
+    set icon_z17;
+}
+node[highway=traffic_signals][crossing][crossing!=no] {
+    icon-image: "presets/vehicle/traffic_signals_crossing.svg";
+    set icon_z17;
+}
+node[highway=traffic_signals][crossing:island=yes] {
+    icon-image: "presets/vehicle/traffic_signals_crossing_island.svg";
+    set icon_z17;
+}
+node[highway=traffic_signals][crossing_ref=zebra] {
+    icon-image: "presets/vehicle/traffic_signals_crossing_ref_zebra.svg";
+    set icon_z17;
+}
+node[highway=traffic_signals][crossing=traffic_signals] {
+    icon-image: "presets/vehicle/traffic_signals_crossing_traffic_signals.svg";
+    set icon_z17;
+}
+node[highway=street_lamp] {
+    icon-image: "presets/misc/streetlamp.svg";
+    set icon_z17;
+}
+node[highway=speed_camera] {
+    icon-image: "presets/vehicle/restriction/speed_camera.svg";
+    set icon_z17;
+}
+relation[type=enforcement] >[role="device"] node {
+    icon-image: "presets/vehicle/restriction/speed_camera.svg";
+    set icon_z17;
+}
+node[highway=toll_gantry] {
+    icon-image: "presets/vehicle/restriction/toll_gantry.svg";
+    set icon_z17;
+}
+node[traffic_sign=city_limit] {
+    icon-image: "presets/vehicle/restriction/city_limit.svg";
+    set icon_z17;
+}
+node[highway=crossing][crossing!=no] {
+    icon-image: "presets/vehicle/crossing.svg";
+    set icon_z17;
+}
+node[highway=crossing][crossing:island=yes] {
+    icon-image: "presets/vehicle/crossing_island.svg";
+    set icon_z17;
+}
+node[highway=crossing][crossing=unmarked] {
+    icon-image: "presets/vehicle/crossing_unmarked.svg";
+    set icon_z17;
+}
+node[highway=crossing][crossing_ref=zebra] {
+    icon-image: "presets/vehicle/crossing_ref_zebra.svg";
+    set icon_z17;
+}
+node[highway=crossing][crossing=traffic_signals] {
+    icon-image: "presets/vehicle/crossing_traffic_signals.svg";
+    set icon_z17;
+}
+node[highway=motorway_junction] {
+    icon-image: "presets/vehicle/motorway_junction.svg";
+    set icon_z17;
+    text: eval(cond(has_tag_key(ref), concat(tag(name), " (", tag(ref), ")"), tag(name)));
+}
+area[highway=services] {
+    fill-color: services#c0c0c0;
+}
+node[highway=services] {
+    icon-image: "presets/vehicle/services.svg";
+    set icon_z17;
+}
+area[highway=rest_area] {
+    fill-color: services#c0c0c0;
+}
+node[highway=rest_area] {
+    icon-image: "presets/vehicle/rest_area.svg";
+    set icon_z17;
+}
+node[ford=stepping_stones],
+node[ford?] {
+    icon-image: "presets/vehicle/ford.svg";
+    set icon_z17;
+}
+way[ford=stepping_stones]::core_ford,
+way[ford?]::core_ford {
+    z-index: 1;
+    width: 2;
+    color: water#0000ff;
+    dashes: 9,9;
+    dashes-offset: 9;
+}
+area[highway=platform]:closed {
+    fill-color: highway_platform#c0c0c0;
+}
+way[highway=platform] {
+    width: 2;
+    color: highway_platform#c0c0c0;
+}
+node[highway=turning_circle] {
+    icon-image: "presets/vehicle/turning_circle.svg";
+    set icon_z17;
+}
+node[highway=turning_loop] {
+    icon-image: "presets/vehicle/turning_loop.svg";
+    set icon_z17;
+}
+node[highway=passing_place] {
+    icon-image: "presets/vehicle/passing_place.svg";
+    set icon_z17;
+}
+area[highway=elevator] {
+    fill-color: elevator#a6bace;
+}
+node[highway=elevator] {
+    icon-image: "presets/service/elevator.svg";
+    set icon_z17;
+}
+way[highway=construction] {
+    width: 2;
+    color: construction#ffff00;
+    dashes: 9,9;
+}
+node[highway=construction] {
+    icon-image: "presets/misc/construction.svg";
+    set icon_z17;
+}
+area[highway=emergency_access_point] {
+    fill-color: emergency_access_point#c0c0c0;
+}
+node[highway=emergency_access_point] {
+    icon-image: "presets/service/emergency_access_point.svg";
+    set icon_z17;
+}
+node[highway=motorway], node[highway=motorway_link],
+node[highway=trunk], node[highway=trunk_link],
+node[highway=primary], node[highway=primary_link],
+node[highway=secondary], node[highway=secondary_link],
+node[highway=tertiary], node[highway=tertiary_link],
+node[highway=unclassified],
+node[highway=road],
+node[highway=unsurfaced],
+node[highway=track],
+node[highway=residential],
+node[highway=living_street],
+node[highway=service],
+node[highway=bridleway],
+node[highway=cycleway],
+node[highway=footway],
+node[highway=path],
+node[highway=pedestrian],
+node[highway=bus_guideway],
+node[highway=platform] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/************************/
+/* traffic_calming tags */
+/************************/
+
+node[traffic_calming] {
+    icon-image: "presets/vehicle/traffic_calming.svg";
+    set icon_z17;
+}
+node[traffic_calming=chicane] {
+    icon-image: "presets/vehicle/chicane.svg";
+    set icon_z17;
+}
+node[traffic_calming=choker] {
+    icon-image: "presets/vehicle/choker.svg";
+    set icon_z17;
+}
+node[traffic_calming=island] {
+    icon-image: "presets/vehicle/island.svg";
+    set icon_z17;
+}
+node[traffic_calming=bump] {
+    icon-image: "presets/vehicle/bump.svg";
+    set icon_z17;
+}
+node[traffic_calming=hump] {
+    icon-image: "presets/vehicle/hump.svg";
+    set icon_z17;
+}
+node[traffic_calming=table] {
+    icon-image: "presets/vehicle/table.svg";
+    set icon_z17;
+}
+node[traffic_calming=cushion] {
+    icon-image: "presets/vehicle/cushion.svg";
+    set icon_z17;
+}
+node[traffic_calming=rumble_strip] {
+    icon-image: "presets/vehicle/rumble_strip.svg";
+    set icon_z17;
+}
+node[traffic_calming=dip] {
+    icon-image: "presets/vehicle/dip.svg";
+    set icon_z17;
+}
+/****************/
+/* junction tag */
+/****************/
+
+node[junction=roundabout] {
+    icon-image: "presets/vehicle/restriction/roundabout_left.svg";
+    set icon_z17;
+}
+node:righthandtraffic[junction=roundabout] {
+    icon-image: "presets/vehicle/restriction/roundabout_right.svg";
+    set icon_z17;
+}
+
+/*****************/
+/* cycleway tags */
+/*****************/
+
+    /* prepare lane */
+way[oneway?][cycleway=lane]:righthandtraffic::core_cycleway,
+way[oneway=-1][cycleway=opposite_lane]:righthandtraffic::core_cycleway {
+    set laneRight;
+    set righthandtr;
+}
+way[oneway?][cycleway=opposite_lane]:righthandtraffic::core_cycleway,
+way[oneway=-1][cycleway=lane]:righthandtraffic::core_cycleway {
+    set laneLeft;
+    set righthandtr;
+}
+way[oneway?][cycleway=lane]!.righthandtr::core_cycleway,
+way[oneway=-1][cycleway=opposite_lane]!.righthandtr::core_cycleway {
+    set laneLeft;
+}
+way[oneway?][cycleway=opposite_lane]!.righthandtr::core_cycleway,
+way[oneway=-1][cycleway=lane]!.righthandtr::core_cycleway {
+    set laneRight;
+}
+way[cycleway:left=lane]::core_cycleway {
+    set laneLeft;
+}
+way[cycleway:right=lane]::core_cycleway {
+    set laneRight;
+}
+way[oneway=no][cycleway=lane]::core_cycleway,
+way[!oneway][cycleway=lane]::core_cycleway {
+    set laneLeft;
+    set laneRight;
+}
+
+    /* prepare shared_lane */
+way[oneway?][cycleway=shared_lane]:righthandtraffic::core_cycleway {
+    set shared_laneRight;
+    set righthandtr;
+}
+way[oneway=-1][cycleway=shared_lane]:righthandtraffic::core_cycleway {
+    set shared_laneLeft;
+    set righthandtr;
+}
+way[oneway?][cycleway=shared_lane]!.righthandtr::core_cycleway {
+    set shared_laneLeft;
+}
+way[oneway=-1][cycleway=shared_lane]!.righthandtr::core_cycleway {
+    set shared_laneRight;
+}
+way[cycleway:left=shared_lane]::core_cycleway {
+    set shared_laneLeft;
+}
+way[cycleway:right=shared_lane]::core_cycleway {
+    set shared_laneRight;
+}
+way[oneway=no][cycleway=shared_lane]::core_cycleway,
+way[!oneway][cycleway=shared_lane]::core_cycleway {
+    set shared_laneLeft;
+    set shared_laneRight;
+}
+
+    /* prepare track */
+way[oneway?][cycleway=track]:righthandtraffic::core_cycleway,
+way[oneway=-1][cycleway=opposite_track]:righthandtraffic::core_cycleway {
+    set trackRight;
+    set righthandtr;
+}
+way[oneway?][cycleway=opposite_track]:righthandtraffic::core_cycleway,
+way[oneway=-1][cycleway=track]:righthandtraffic::core_cycleway {
+    set trackLeft;
+    set righthandtr;
+}
+way[oneway?][cycleway=track]!.righthandtr::core_cycleway,
+way[oneway=-1][cycleway=opposite_track]!.righthandtr::core_cycleway {
+    set trackLeft;
+}
+way[oneway?][cycleway=opposite_track]!.righthandtr::core_cycleway,
+way[oneway=-1][cycleway=track]!.righthandtr::core_cycleway {
+    set trackRight;
+}
+way[cycleway:left=track]::core_cycleway {
+    set trackLeft;
+}
+way[cycleway:right=track]::core_cycleway {
+    set trackRight;
+}
+way[oneway=no][cycleway=track]::core_cycleway,
+way[!oneway][cycleway=track]::core_cycleway {
+    set trackLeft;
+    set trackRight;
+}
+
+    /* render lane */
+way.laneRight::core_cycleway {
+    width: 2;
+    color: bicycle#b100ff;
+    dashes: 6, 10;
+    offset: 0 - (prop("width", "default") / 2) - 2;
+    major-z-index: 2.1;
+    modifier: true;
+}
+way[prop("laneLeft","core_cycleway")]::core_cycleway2 {
+    width: 2;
+    color: bicycle#b100ff;
+    dashes: 6, 10;
+    offset: (prop("width", "default") / 2) + 2;
+    major-z-index: 2.1;
+    modifier: true;
+}
+    /* render shared_lane */
+way.shared_laneRight::core_cycleway {
+    width: 2;
+    color: bicycle#b100ff;
+    dashes: 6, 3;
+    offset: 0 - (prop("width", "default") / 2) - 2;
+    major-z-index: 2.1;
+    modifier: true;
+}
+way[prop("shared_laneLeft","core_cycleway")]::core_cycleway2 {
+    width: 2;
+    color: bicycle#b100ff;
+    dashes: 6, 3;
+    offset: (prop("width", "default") / 2) + 2;
+    major-z-index: 2.1;
+    modifier: true;
+}
+    /* render track */
+way.trackRight::core_cycleway {
+    width: 2;
+    color: bicycle#b100ff;
+    dashes: 25, 8;
+    offset: 0 - (prop("width", "default") / 2) - 2;
+    major-z-index: 2.1;
+    modifier: true;
+}
+way[prop("trackLeft","core_cycleway")]::core_cycleway2 {
+    width: 2;
+    color: bicycle#b100ff;
+    dashes: 25, 8;
+    offset: (prop("width", "default") / 2) + 2;
+    major-z-index: 2.1;
+    modifier: true;
+}
+    /* render opposite */
+way[oneway:bicycle=no][oneway][oneway!=no]::core_cycleway,
+way[cycleway=opposite][oneway][oneway!=no]::core_cycleway {
+    z-index: 1;
+    width: +0;
+    color: bicycle#b100ff;
+    dashes: 4,10;
+}
+node[cycleway=lane ], node[cycleway=opposite_lane ],
+node[cycleway=track], node[cycleway=opposite_track],
+node[cycleway=opposite] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/******************/
+/* tracktype tags */
+/******************/
+
+way[highway=track][tracktype=grade1] {
+    dashes: 8,1;
+}
+way[highway=track][tracktype=grade2] {
+    dashes: 6,2;
+}
+way[highway=track][tracktype=grade3] {
+    dashes: 4,3;
+}
+way[highway=track][tracktype=grade4] {
+    dashes: 4,5;
+}
+way[highway=track][tracktype=grade5] {
+    dashes: 4,7;
+}
+
+/**************/
+/* piste tags */
+/**************/
+
+way[route=ski]::core_piste {
+    z-index: -1;
+    modifier: false;
+    width: 6;
+    color: ski#809bc0;
+}
+area[piste:difficulty=easy][!highway][area=yes]::core_piste {
+    fill-color: piste_easy#0000ff;
+}
+way[piste:difficulty=easy]::core_piste {
+    z-index: -1; /* below line style from highway=* tag */
+    modifier: false; /* suppress default line if there is no style on default layer */
+    width: 6;
+    color: piste_easy#0000ff;
+}
+area[piste:difficulty=intermediate][!highway][area=yes]::core_piste {
+    fill-color: piste_intermediate#ff0000;
+}
+way[piste:difficulty=intermediate]::core_piste {
+    z-index: -1;
+    modifier: false;
+    width: 6;
+    color: piste_intermediate#ff0000;
+}
+area[piste:difficulty=advanced][!highway][area=yes]::core_piste {
+    fill-color: piste_advanced#606060;
+}
+way[piste:difficulty=advanced]::core_piste {
+    z-index: -1;
+    modifier: false;
+    width: 6;
+    color: piste_advanced#606060;
+}
+area[piste:difficulty=expert][!highway][area=yes]::core_piste {
+    fill-color: piste_expert#606060;
+}
+way[piste:difficulty=expert]::core_piste {
+    z-index: -1;
+    modifier: false;
+    width: 6;
+    color: piste_expert#606060;
+}
+area[piste:difficulty=freeride][!highway][area=yes]::core_piste {
+    fill-color: piste_freeride#ffff00;
+}
+way[piste:difficulty=freeride]::core_piste {
+    z-index: -1;
+    modifier: false;
+    width: 6;
+    color: piste_freeride#ffff00;
+}
+area[piste:difficulty=novice][!highway][area=yes]::core_piste {
+    fill-color: piste_novice#00ff00;
+}
+way[piste:difficulty=novice]::core_piste {
+    z-index: -1;
+    modifier: false;
+    width: 6;
+    color: piste_novice#00ff00;
+}
+node[piste:type=downhill],
+node[piste:type=nordic],
+node[piste:type=skitour],
+node[piste:type=sled],
+node[piste:type=sleigh],
+node[piste:type=snow_park] {
+    icon-image: "presets/sport/skiing.svg";
+    set icon_z17;
+}
+
+/**************/
+/* power tags */
+/**************/
+
+node[power=portal] {
+    icon-image: "presets/power/portal.svg";
+    set icon_z17;
+}
+node[power=tower] {
+    icon-image: "presets/power/tower.svg";
+    set icon_z17;
+}
+node[power=pole] {
+    icon-image: "presets/power/pole.svg";
+    set icon_z17;
+}
+node[power=pole][switch] {
+    icon-image: "presets/power/pole_switch.svg";
+    set icon_z17;
+}
+node[power=pole][transformer=distribution] {
+    icon-image: "presets/power/pole_transformer.svg";
+    set icon_z17;
+}
+node[power=catenary_mast] {
+    icon-image: "presets/power/catenary_mast.svg";
+    set icon_z17;
+}
+node[power=insulator] {
+    icon-image: "presets/power/insulator.svg";
+    set icon_z17;
+}
+way[power=portal],
+way[power=line],
+way[power=minor_line] {
+    width: 1;
+    color: power#eeeeee;
+}
+way[power=cable] {
+    width: 1;
+    color: power#eeeeee;
+    dashes: 9,9;
+}
+node[power=plant],
+node[power=sub_station],
+node[power=line],
+node[power=cable],
+node[power=minor_line] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+area[power=plant],
+area[power=substation],
+area[power=compensator],
+area[power=converter],
+area[power=switchgear],
+area[power=generator] {
+    fill-color: power#eeeeee;
+}
+node[man_made=street_cabinet] {
+    icon-image: "presets/misc/street_cabinet.svg";
+    set icon_z17;
+}
+node[man_made=street_cabinet][street_cabinet=power] {
+    icon-image: "presets/power/cable_distribution_cabinet.svg";
+    set icon_z17;
+}
+node[power=generator] {
+    icon-image: "presets/power/generator.svg";
+    set icon_z17;
+}
+node[power=substation] {
+    icon-image: "presets/power/substation.svg";
+    set icon_z17;
+}
+node[power=transformer] {
+    icon-image: "presets/power/transformer.svg";
+    set icon_z17;
+}
+node[power=terminal] {
+    icon-image: "presets/power/terminal.svg";
+    set icon_z17;
+}
+node[power=switch] {
+    icon-image: "presets/power/switch.svg";
+    set icon_z17;
+}
+node[power=converter] {
+    icon-image: "presets/power/converter.svg";
+    set icon_z17;
+}
+node[power=compensator] {
+    icon-image: "presets/power/compensator.svg";
+    set icon_z17;
+}
+
+
+/*************************/
+/* generator:source tags */
+/*************************/
+
+area[generator:source=nuclear],
+area[generator:source=wind],
+area[generator:source=hydro],
+area[generator:source=tidal],
+area[generator:source=wave],
+area[generator:source=osmotic],
+area[generator:source=geothermal],
+area[generator:source=solar],
+area[generator:source=coal],
+area[generator:source=gas],
+area[generator:source=biomass],
+area[generator:source=biofuel],
+area[generator:source=biogas],
+area[generator:source=oil],
+area[generator:source=diesel],
+area[generator:source=gasoline],
+area[generator:source=waste] {
+    fill-color: power#eeeeee;
+}
+node[generator:source=nuclear] {
+    icon-image: "presets/power/power_source-nuclear.svg";
+    set icon_z17;
+}
+node[generator:source=wind] {
+    icon-image: "presets/power/power_source-wind.svg";
+    set icon_z17;
+}
+node[generator:source=hydro],
+node[generator:source=tidal],
+node[generator:source=wave],
+node[generator:source=osmotic] {
+    icon-image: "presets/power/power_source-water.svg";
+    set icon_z17;
+}
+node[generator:source=geothermal] {
+    icon-image: "presets/power/power_source-geothermal.svg";
+    set icon_z17;
+}
+node[generator:source=solar] {
+    icon-image: "presets/power/power_source-sun.svg";
+    set icon_z17;
+}
+node[generator:source=coal] {
+    icon-image: "presets/power/power_source-coal.svg";
+    set icon_z17;
+}
+node[generator:source=gas] {
+    icon-image: "presets/power/power_source-gas.svg";
+    set icon_z17;
+}
+node[generator:source=biomass],
+node[generator:source=biofuel],
+node[generator:source=biogas] {
+    icon-image: "presets/power/power_source-biofuel.svg";
+    set icon_z17;
+}
+node[generator:source=oil],
+node[generator:source=diesel],
+node[generator:source=gasoline] {
+    icon-image: "presets/power/power_source-oil.svg";
+    set icon_z17;
+}
+node[generator:source=waste] {
+    icon-image: "presets/power/power_source-waste.svg";
+    set icon_z17;
+}
+node[power_source] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+/*****************/
+/* man_made tags */
+/*****************/
+
+area[man_made=beacon],
+area[man_made=bridge],
+area[bridge:support],
+area[man_made=chimney],
+area[man_made=kiln],
+area[man_made=gasometer],
+area[man_made=silo],
+area[man_made=storage_tank],
+area[man_made=bunker_silo],
+area[man_made=lighthouse],
+area[man_made=monitoring_station],
+area[man_made=mineshaft] {
+    fill-color: manmade#d8d8d8;
+}
+node[man_made=beacon] {
+    icon-image: "presets/landmark/beacon.svg";
+    set icon_z17;
+}
+node[man_made=bridge] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+node[bridge:support] {
+    icon-image: "presets/transport/bridge/bridge_support.svg";
+    set icon_z17;
+}
+node[man_made=chimney] {
+    icon-image: "presets/landmark/chimney.svg";
+    set icon_z17;
+}
+node[man_made=kiln] {
+    icon-image: "presets/misc/kiln.svg";
+    set icon_z17;
+}
+node[man_made=flagpole] {
+    icon-image: "presets/misc/flag.svg";
+    set icon_z17;
+}
+node[man_made=cross] {
+    icon-image: "presets/landmark/cross.svg";
+    set icon_z17;
+}
+node[man_made=gasometer] {
+    icon-image: "presets/landmark/gasometer.svg";
+    set icon_z17;
+}
+node[man_made=silo] {
+    icon-image: "presets/landmark/silo.svg";
+    set icon_z17;
+}
+node[man_made=storage_tank] {
+    icon-image: "presets/landmark/storage_tank.svg";
+    set icon_z17;
+}
+node[man_made=bunker_silo] {
+    icon-image: "presets/landmark/bunker_silo.svg";
+    set icon_z17;
+}
+area[man_made=groyne]:closed {
+    fill-color: manmade#d8d8d8;
+}
+way[man_made=groyne] {
+    width: 2;
+    color: manmade#d8d8d8;
+}
+area[man_made=breakwater]:closed {
+    fill-color: manmade#d8d8d8;
+}
+way[man_made=breakwater] {
+    width: 2;
+    color: manmade#d8d8d8;
+}
+way[man_made=dyke]::man_made_dyke {
+    width: 4;
+    color: dyke#0aa846;
+    z-index: -2;
+    object-z-index: -1; /* below highway=* */
+    modifier: false; /* don't draw default way if there is no line on default layer */
+}
+node[man_made=lighthouse] {
+    icon-image: "presets/landmark/lighthouse.svg";
+    set icon_z17;
+}
+node[man_made=monitoring_station] {
+    icon-image: "presets/misc/monitoring_station.svg";
+    set icon_z17;
+}
+node[man_made=mineshaft] {
+    icon-image: "presets/landmark/mine.svg";
+    set icon_z17;
+}
+area[man_made=crane]:closed {
+    fill-color: manmade#d8d8d8;
+}
+way[man_made=crane] {
+    width: 2;
+    color: manmade#d8d8d8;
+}
+node[man_made=crane] {
+    icon-image: "presets/landmark/crane.svg";
+    set icon_z17;
+}
+node[man_made=adit] {
+    icon-image: "presets/landmark/adit.svg";
+    set icon_z17;
+}
+area[man_made=pier]:closed {
+    fill-color: pier#660000;
+}
+way[man_made=pier] {
+    width: 2;
+    color: pier#660000;
+}
+node[man_made=pier] {
+    icon-image: "presets/nautical/pier.svg";
+    set icon_z17;
+}
+way[embankment?][!highway][!railway][!waterway],
+way[man_made=embankment][!highway][!railway][!waterway] {
+    repeat-image: "presets/misc/embankment-pattern.png";
+    repeat-image-align: top;
+    width: 1;
+    color: embankment#c14d00;
+}
+way[embankment?][highway],
+way[embankment?][railway],
+way[embankment?][waterway] {
+    repeat-image: "presets/misc/embankment-pattern-centered.png";
+}
+way[man_made=embankment][highway],
+way[man_made=embankment][railway],
+way[man_made=embankment][waterway] {
+    repeat-image: "presets/misc/embankment-pattern.png";
+    repeat-image-align: top;
+    repeat-image-offset: -1;
+}
+way[man_made=pipeline][!waterway] {
+    width: 2;
+    color: pipeline#660000;
+}
+node[marker] {
+    icon-image: "presets/misc/pipeline_marker.svg";
+    set icon_z17;
+}
+node[pipeline=valve] {
+    icon-image: "presets/misc/valve.svg";
+    set icon_z17;
+}
+node[man_made=manhole] {
+    icon-image: "presets/misc/manhole.svg";
+    set icon_z17;
+}
+node[man_made=breakwater],
+node[man_made=groyne],
+node[man_made=embankment],
+node[man_made=pipeline] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+node[man_made=petroleum_well][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+area[man_made=reservoir_covered],
+area[man_made=tower],
+area[man_made=wastewater_plant],
+area[man_made=watermill],
+area[man_made=water_tower],
+area[man_made=water_well],
+area[man_made=windmill],
+area[man_made=works],
+area[man_made=water_works] {
+    fill-color: manmade#d8d8d8;
+}
+node[man_made=reservoir_covered] {
+    icon-image: "presets/landmark/reservoir_covered.svg";
+    set icon_z17;
+}
+node[man_made=surveillance] {
+    icon-image: "presets/service/surveillance.svg";
+    set icon_z17;
+}
+node[man_made=survey_point] {
+    icon-image: "presets/landmark/survey_point.svg";
+    set icon_z17;
+}
+node[man_made=tower] {
+    icon-image: "presets/landmark/tower.svg";
+    set icon_z17;
+}
+node[man_made=wastewater_plant] {
+    icon-image: "presets/landmark/wastewater_plant.svg";
+    set icon_z17;
+}
+node[man_made=watermill] {
+    icon-image: "presets/landmark/watermill.svg";
+    set icon_z17;
+}
+node[man_made=water_tower] {
+    icon-image: "presets/landmark/water_tower.svg";
+    set icon_z17;
+}
+node[man_made=water_well] {
+    icon-image: "presets/landmark/water_well.svg";
+    set icon_z17;
+}
+node[man_made=windmill] {
+    icon-image: "presets/landmark/windmill.svg";
+    set icon_z17;
+}
+node[man_made=works] {
+    icon-image: "presets/landmark/works.svg";
+    set icon_z17;
+}
+node[man_made=water_works] {
+    icon-image: "presets/landmark/water_works.svg";
+    set icon_z17;
+}
+way[man_made=cutline]::man_made_cutline {
+    width: 4;
+    color: cutline#bbff7c;
+    z-index: -2;
+    object-z-index: -1; /* below highway=* */
+    modifier: false; /* don't draw default way if there is no line on default layer */
+}
+node[man_made=cutline] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/****************/
+/* telecom tags */
+/****************/
+
+area[telecom=exchange],
+area[telecom=connection_point],
+area[telecom=service_device] {
+    fill-color: telecom#d8d8d8; /* same as man_made */
+}
+node[telecom=exchange] {
+    icon-image: "presets/telecom/exchange.svg";
+    set icon_z17;
+}
+node[telecom=connection_point] {
+    icon-image: "presets/telecom/connection_point.svg";
+    set icon_z17;
+}
+node[telecom=service_device] {
+    icon-image: "presets/telecom/service_device.svg";
+    set icon_z17;
+}
+node[man_made=street_cabinet][street_cabinet=telecom] {
+    icon-image: "presets/telecom/telecom_cabinet.svg";
+    set icon_z17;
+}
+
+/***************/
+/* office tags */
+/***************/
+
+area[office=accountant],
+area[office=advertising_agency],
+area[office=architect],
+area[office=association],
+area[office=company],
+area[office=educational_institution],
+area[office=employment_agency],
+area[office=estate_agent],
+area[office=foundation],
+area[office=government],
+area[office=insurance],
+area[office=it],
+area[office=lawyer],
+area[office=newspaper],
+area[office=ngo],
+area[office=notary],
+area[office=political_party],
+area[office=religion],
+area[office=research],
+area[office=tax_advisor],
+area[office=telecommunication] {
+    fill-color: office#de5696;
+}
+node[office=accountant] {
+    icon-image: "presets/office/accountant.svg";
+    set icon_z17;
+}
+node[office=advertising_agency] {
+    icon-image: "presets/office/advertising_agency.svg";
+    set icon_z17;
+}
+node[office=architect] {
+    icon-image: "presets/office/architect.svg";
+    set icon_z17;
+}
+node[office=association] {
+    icon-image: "presets/office/association.svg";
+    set icon_z17;
+}
+node[office=company] {
+    icon-image: "presets/office/private_company.svg";
+    set icon_z17;
+}
+node[office=educational_institution] {
+    icon-image: "presets/office/educational_institution.svg";
+    set icon_z17;
+}
+node[office=employment_agency] {
+    icon-image: "presets/office/employment_agency.svg";
+    set icon_z17;
+}
+node[office=estate_agent] {
+    icon-image: "presets/office/real_state.svg";
+    set icon_z17;
+}
+node[office=foundation] {
+    icon-image: "presets/office/foundation.svg";
+    set icon_z17;
+}
+node[office=insurance] {
+    icon-image: "presets/office/insurance.svg";
+    set icon_z17;
+}
+node[office=it] {
+    icon-image: "presets/office/it.svg";
+    set icon_z17;
+}
+node[office=lawyer] {
+    icon-image: "presets/office/lawyer.svg";
+    set icon_z17;
+}
+node[office=newspaper] {
+    icon-image: "presets/office/newspaper.svg";
+    set icon_z17;
+}
+node[office=ngo] {
+    icon-image: "presets/office/ong.svg";
+    set icon_z17;
+}
+node[office=notary] {
+    icon-image: "presets/office/notary.svg";
+    set icon_z17;
+}
+node[office=political_party] {
+    icon-image: "presets/office/political_party.svg";
+    set icon_z17;
+}
+node[office=religion] {
+    icon-image: "presets/office/religion.svg";
+    set icon_z17;
+}
+node[office=research] {
+    icon-image: "presets/office/research.svg";
+    set icon_z17;
+}
+node[office=tax_advisor] {
+    icon-image: "presets/office/tax_advisor.svg";
+    set icon_z17;
+}
+node[office=telecommunication] {
+    icon-image: "presets/office/telecommunication.svg";
+    set icon_z17;
+}
+node[office=government] {
+    icon-image: "presets/office/government.svg";
+    set icon_z17;
+}
+
+/****************/
+/* leisure tags */
+/****************/
+
+area[leisure=bandstand],
+area[leisure=sports_centre],
+area[leisure=fitness_centre],
+area[leisure=stadium],
+area[leisure=horse_riding],
+area[leisure=hackerspace],
+area[leisure=outdoor_seating],
+area[leisure=resort],
+area[leisure=beach_resort],
+area[leisure=water_park] {
+    fill-color: leisure#c7f1a3;
+}
+node[leisure=bandstand] {
+    icon-image: "presets/leisure/bandstand.svg";
+    set icon_z17;
+}
+node[leisure=sports_centre] {
+    icon-image: "presets/sport/sports_centre.svg";
+    set icon_z17;
+}
+node[leisure=fitness_centre] {
+    icon-image: "presets/sport/fitness_centre.svg";
+    set icon_z17;
+}
+node[leisure=stadium] {
+    icon-image: "presets/sport/stadium.svg";
+    set icon_z17;
+}
+node[leisure=horse_riding] {
+    icon-image: "presets/leisure/horse_riding.svg";
+    set icon_z17;
+}
+node[leisure=hackerspace] {
+    icon-image: "presets/leisure/hackerspace.svg";
+    set icon_z17;
+}
+node[leisure=outdoor_seating] {
+    icon-image: "presets/leisure/outdoor_seating.svg";
+    set icon_z17;
+}
+node[leisure=resort] {
+    icon-image: "presets/leisure/resort.svg";
+    set icon_z17;
+}
+node[leisure=beach_resort] {
+    icon-image: "presets/leisure/beach_resort.svg";
+    set icon_z17;
+}
+node[leisure=water_park] {
+    icon-image: "presets/leisure/water_park.svg";
+    set icon_z17;
+}
+way[leisure=track] {
+    width: 2;
+    color: leisuretrack#d4f4b9;
+}
+way[leisure=track][area?],
+relation[leisure=track][!area?!]:closed {
+    fill-color: leisuretrack#d4f4b9;
+}
+node[leisure=track] {
+    icon-image: "presets/sport/track.svg";
+    set icon_z17;
+}
+area[leisure=pitch] {
+    fill-color: pitch#baee8d;
+}
+node[leisure=pitch] {
+    icon-image: "presets/sport/pitch.svg";
+    set icon_z17;
+}
+area[leisure=marina] {
+    fill-color: marina#0070cf;
+}
+node[leisure=marina] {
+    icon-image: "presets/nautical/marina.svg";
+    set icon_z17;
+}
+way[leisure=slipway] {
+    width: 2;
+    color: leisure#c7f1a3;
+}
+node[leisure=slipway] {
+    icon-image: "presets/nautical/slipway.svg";
+    set icon_z17;
+}
+area[leisure=fishing],
+area[leisure=bird_hide],
+area[leisure=nature_reserve],
+area[leisure=park],
+area[leisure=playground],
+area[leisure=garden],
+area[leisure=firepit] {
+    fill-color: leisure#c7f1a3;
+}
+node[leisure=fishing] {
+    icon-image: "presets/sport/fishing.svg";
+    set icon_z17;
+}
+node[leisure=bird_hide] {
+    icon-image: "presets/leisure/bird_hide.svg";
+    set icon_z17;
+}
+node[leisure=park] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+node[leisure=playground] {
+    icon-image: "presets/leisure/playground.svg";
+    set icon_z17;
+}
+node[leisure=garden] {
+    icon-image: "presets/leisure/garden.svg";
+    set icon_z17;
+}
+node[leisure=common] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+node[leisure=firepit] { 
+    icon-image: "presets/leisure/firepit.svg";
+    set icon_z17;
+}
+node[leisure=picnic_table] {
+    icon-image: "presets/leisure/picnic.svg";
+    set icon_z17;
+}
+area[leisure=swimming_pool] {
+    fill-color: swimming_pool#51c4ef;
+}
+node[leisure=swimming_pool] {
+    icon-image: "presets/sport/swimming.svg";
+    set icon_z17;
+}
+area[leisure=fitness_station],
+area[leisure=miniature_golf],
+area[leisure=dog_park],
+area[leisure=ice_rink],
+area[leisure=sauna] {
+    fill-color: leisure#c7f1a3;
+}
+node[leisure=fitness_station] {
+    icon-image: "presets/leisure/fitness_station.svg";
+    set icon_z17;
+}
+node[leisure=miniature_golf] {
+    icon-image: "presets/sport/miniature_golf.svg";
+    set icon_z17;
+}
+node[leisure=dog_park] {
+    icon-image: "presets/leisure/dogpark.svg";
+    set icon_z17;
+}
+node[leisure=ice_rink] {
+    icon-image: "presets/sport/ice_hockey.svg";
+    set icon_z17;
+}
+node[leisure=sauna] {
+    icon-image: "presets/leisure/sauna.svg";
+    set icon_z17;
+}
+area[leisure=golf_course] {
+    fill-color: leisure#c7f1a3;
+}
+node[leisure=golf_course] {
+    icon-image: "presets/sport/golf/golf.svg";
+    set icon_z17;
+}
+
+/*************/
+/* golf tags */
+/*************/
+area[golf=tee] {
+    fill-color: golf#c7f1a3;
+}
+node[golf=tee] {
+    icon-image: "presets/sport/golf/tee.svg";
+    set icon_z17;
+}
+way[golf=hole] {
+    width: 1;
+    dashes: 10,10;
+    color: golf_hole#808080;
+}
+node[golf=pin] {
+    icon-image: "presets/sport/golf/pin.svg";
+    set icon_z17;
+}
+area[golf=bunker] {
+    fill-color: golf_bunker#ffab00;
+}
+area[golf=water_hazard],
+area[golf=lateral_water_hazard] {
+    fill-color: golf_water_hazard#0000ff;
+}
+area[golf=green] {
+    fill-color: golf_green#00e700;
+}
+area[golf=fairway] {
+    fill-color: golf_fairway#009a00;
+}
+area[golf=rough] {
+    fill-color: golf_rough#006700;
+}
+area[golf=driving_range] {
+    fill-color: golf_driving_range#c7f1a3;
+}
+node[golf=driving_range] {
+    icon-image: "presets/sport/golf/driving_range.svg";
+    set icon_z17;
+}
+
+/********************/
+/* advertising tags */
+/********************/
+
+node[advertising=column] {
+    icon-image: "presets/leisure/advertising_column.svg";
+    set icon_z17;
+}
+area[advertising=column] {
+    fill-color: advertising#880000;
+}
+node[advertising=billboard] {
+    icon-image: "presets/leisure/billboard.svg";
+    set icon_z17;
+}
+way[advertising=billboard] {
+    width: 2;
+    color: advertising#880000;
+}
+
+/*************/
+/* shop tags */
+/*************/
+
+area[shop=supermarket],
+area[shop=convenience],
+area[shop=bakery],
+area[shop=butcher],
+area[shop=bicycle],
+area[shop=doityourself],
+area[shop=dry_cleaning],
+area[shop=laundry],
+area[shop=outdoor],
+area[shop=kiosk],
+area[shop=alcohol],
+area[shop=beverages],
+area[shop=books],
+area[shop=boutique],
+area[shop=car],
+area[shop=car_repair],
+area[shop=tyres],
+area[shop=chemist],
+area[shop=tobacco],
+area[shop=e-cigarette],
+area[shop=clothes],
+area[shop=computer],
+area[shop=confectionery],
+area[shop=pastry],
+area[shop=copyshop],
+area[shop=curtain],
+area[shop=cycle_repair],
+area[shop=department_store],
+area[shop=deli],
+area[shop=doors],
+area[shop=electronics],
+area[shop=erotic],
+area[shop=furniture],
+area[shop=fabric],
+area[shop=florist],
+area[shop=frame],
+area[shop=gas],
+area[shop=gift],
+area[shop=greengrocer],
+area[shop=garden_centre],
+area[shop=hairdresser],
+area[shop=hardware],
+area[shop=hearing_aids],
+area[shop=hifi],
+area[shop=houseware],
+area[shop=jewelry],
+area[shop=kitchen],
+area[shop=mall],
+area[shop=massage],
+area[shop=mobile_phone],
+area[shop=watches],
+area[shop=motorcycle],
+area[shop=musical_instrument],
+area[shop=newsagent],
+area[shop=optician],
+area[shop=medical_supply],
+area[shop=paint],
+area[shop=party],
+area[shop=pawnbroker],
+area[shop=seafood],
+area[shop=dairy],
+area[shop=cheese],
+area[shop=shoes],
+area[shop=sports],
+area[shop=stationery],
+area[shop=tailor],
+area[shop=travel_agency],
+area[shop=scuba_diving],
+area[shop=toys],
+area[shop=vacuum_cleaner],
+area[shop=variety_store],
+area[shop=charity],
+area[shop=video],
+area[shop=bookmaker],
+area[shop=lottery],
+area[shop=pet],
+area[shop=pet_grooming],
+area[shop=photo],
+area[shop=ticket],
+area[shop=carpet],
+area[shop=interior_decoration],
+area[shop=car_parts],
+area[shop=video_games],
+area[shop=bed],
+area[shop=beauty],
+area[shop=cosmetics],
+area[shop=perfumery],
+area[shop=tea],
+area[shop=coffee],
+area[shop=antiques],
+area[shop=music],
+area[shop=weapons],
+area[shop=funeral_directors],
+area[shop=wine],
+area[shop=farm],
+area[shop=tattoo],
+area[shop=art],
+area[shop=bag] {
+    fill-color: shop#00005f;
+}
+node[shop=supermarket] {
+    icon-image: "presets/shop/supermarket.svg";
+    set icon_z17;
+}
+node[shop=convenience] {
+    icon-image: "presets/shop/convenience.svg";
+    set icon_z17;
+}
+node[shop=bakery] {
+    icon-image: "presets/shop/groceries/bakery.svg";
+    set icon_z17;
+}
+node[shop=butcher] {
+    icon-image: "presets/shop/groceries/butcher.svg";
+    set icon_z17;
+}
+node[shop=bicycle] {
+    icon-image: "presets/shop/bicycle.svg";
+    set icon_z17;
+}
+node[shop=doityourself] {
+    icon-image: "presets/shop/diy_store.svg";
+    set icon_z17;
+}
+node[shop=dry_cleaning],
+node[shop=laundry] {
+    icon-image: "presets/shop/laundry.svg";
+    set icon_z17;
+}
+node[shop=outdoor] {
+    icon-image: "presets/shop/outdoor.svg";
+    set icon_z17;
+}
+node[shop=kiosk] {
+    icon-image: "presets/shop/kiosk.svg";
+    set icon_z17;
+}
+node[shop=beverages] {
+    icon-image: "presets/shop/beverages.svg";
+    set icon_z17;
+}
+node[shop=alcohol] {
+    icon-image: "presets/shop/alcohol.svg";
+    set icon_z17;
+}
+node[shop=books] {
+    icon-image: "presets/shop/book.svg";
+    set icon_z17;
+}
+node[shop=boutique] {
+    icon-image: "presets/shop/boutique.svg";
+    set icon_z17;
+}
+node[shop=car] {
+    icon-image: "presets/shop/vehicle.svg";
+    set icon_z17;
+}
+node[shop=car_repair] {
+    icon-image: "presets/vehicle/repair_shop.svg";
+    set icon_z17;
+}
+node[shop=tyres] {
+    icon-image: "presets/vehicle/tyres.svg";
+    set icon_z17;
+}
+node[shop=chemist] {
+    icon-image: "presets/shop/chemist.svg";
+    set icon_z17;
+}
+node[shop=tobacco] {
+    icon-image: "presets/shop/tobacco.svg";
+    set icon_z17;
+}
+node[shop=e-cigarette] {
+    icon-image: "presets/shop/e-cigarette.svg";
+    set icon_z17;
+}
+node[shop=clothes] {
+    icon-image: "presets/shop/clothes.svg";
+    set icon_z17;
+}
+node[shop=computer] {
+    icon-image: "presets/shop/computer.svg";
+    set icon_z17;
+}
+node[shop=confectionery] {
+    icon-image: "presets/shop/groceries/confectionery.svg";
+    set icon_z17;
+}
+node[shop=pastry] {
+    icon-image: "presets/shop/groceries/pastry.svg";
+    set icon_z17;
+}
+node[shop=copyshop] {
+    icon-image: "presets/shop/copyshop.svg";
+    set icon_z17;
+}
+node[shop=curtain] {
+    icon-image: "presets/shop/curtain.svg";
+    set icon_z17;
+}
+node[shop=cycle_repair] {
+    icon-image: "presets/shop/bicycle.svg";
+    set icon_z17;
+}
+node[shop=department_store] {
+    icon-image: "presets/shop/mall.svg";
+    set icon_z17;
+}
+node[shop=deli] {
+    icon-image: "presets/shop/groceries/deli.svg";
+    set icon_z17;
+}
+node[shop=doors] {
+    icon-image: "presets/shop/doors.svg";
+    set icon_z17;
+}
+node[shop=electronics] {
+    icon-image: "presets/shop/electronics.svg";
+    set icon_z17;
+}
+node[shop=erotic] {
+    icon-image: "presets/shop/erotic.svg";
+    set icon_z17;
+}
+node[shop=furniture] {
+    icon-image: "presets/shop/furniture.svg";
+    set icon_z17;
+}
+node[shop=fabric] {
+    icon-image: "presets/shop/fabric.svg";
+    set icon_z17;
+}
+node[shop=florist] {
+    icon-image: "presets/shop/florist.svg";
+    set icon_z17;
+}
+node[shop=frame] {
+    icon-image: "presets/shop/frame.svg";
+    set icon_z17;
+}
+node[shop=gas] {
+    icon-image: "presets/shop/gas.svg";
+    set icon_z17;
+}
+node[shop=gift] {
+    icon-image: "presets/shop/present.svg";
+    set icon_z17;
+}
+node[shop=greengrocer] {
+    icon-image: "presets/shop/groceries/greengrocer.svg";
+    set icon_z17;
+}
+node[shop=garden_centre] {
+    icon-image: "presets/shop/garden_centre.svg";
+    set icon_z17;
+}
+node[shop=hairdresser] {
+    icon-image: "presets/shop/hairdresser.svg";
+    set icon_z17;
+}
+node[shop=hardware] {
+    icon-image: "presets/shop/hardware.svg";
+    set icon_z17;
+}
+node[shop=hearing_aids] {
+    icon-image: "presets/shop/hearing_aids.svg";
+    set icon_z17;
+}
+node[shop=hifi] {
+    icon-image: "presets/shop/hifi.svg";
+    set icon_z17;
+}
+node[shop=houseware] {
+    icon-image: "presets/shop/houseware.svg";
+    set icon_z17;
+}
+node[shop=jewelry] {
+    icon-image: "presets/shop/jewelry.svg";
+    set icon_z17;
+}
+node[shop=kitchen] {
+    icon-image: "presets/shop/kitchen.svg";
+    set icon_z17;
+}
+node[shop=mall] {
+    icon-image: "presets/shop/mall.svg";
+    set icon_z17;
+}
+node[shop=massage] {
+    icon-image: "presets/shop/massage.svg";
+    set icon_z17;
+}
+node[shop=mobile_phone] {
+    icon-image: "presets/shop/mobile_phone.svg";
+    set icon_z17;
+}
+node[shop=watches] {
+    icon-image: "presets/shop/watches.svg";
+    set icon_z17;
+}
+node[shop=motorcycle] {
+    icon-image: "presets/vehicle/motorbike.svg";
+    set icon_z17;
+}
+node[shop=musical_instrument] {
+    icon-image: "presets/shop/musical_instrument.svg";
+    set icon_z17;
+}
+node[shop=newsagent] {
+    icon-image: "presets/shop/news.svg";
+    set icon_z17;
+}
+node[shop=optician] {
+    icon-image: "presets/shop/optician.svg";
+    set icon_z17;
+}
+node[shop=medical_supply] {
+    icon-image: "presets/shop/medical_supply.svg";
+    set icon_z17;
+}
+node[shop=paint] {
+    icon-image: "presets/shop/paint.svg";
+    set icon_z17;
+}
+node[shop=party] {
+    icon-image: "presets/shop/party.svg";
+    set icon_z17;
+}
+node[shop=pawnbroker] {
+    icon-image: "presets/shop/pawnbroker.svg";
+    set icon_z17;
+}
+node[shop=seafood] {
+    icon-image: "presets/shop/groceries/seafood.svg";
+    set icon_z17;
+}
+node[shop=dairy] {
+    icon-image: "presets/shop/groceries/dairy.svg";
+    set icon_z17;
+}
+node[shop=cheese] {
+    icon-image: "presets/shop/groceries/cheese.svg";
+    set icon_z17;
+}
+node[shop=shoes] {
+    icon-image: "presets/shop/shoes.svg";
+    set icon_z17;
+}
+node[shop=sports] {
+    icon-image: "presets/sport/multi.svg";
+    set icon_z17;
+}
+node[shop=stationery] {
+    icon-image: "presets/shop/stationery.svg";
+    set icon_z17;
+}
+node[shop=tailor] {
+    icon-image: "presets/shop/tailor.svg";
+    set icon_z17;
+}
+node[shop=travel_agency] {
+    icon-image: "presets/shop/travel_agency.svg";
+    set icon_z17;
+}
+node[shop=scuba_diving] {
+    icon-image: "presets/shop/scuba_diving.svg";
+    set icon_z17;
+}
+node[shop=toys] {
+    icon-image: "presets/shop/toys.svg";
+    set icon_z17;
+}
+node[shop=vacuum_cleaner] {
+    icon-image: "presets/shop/vacuum_cleaner.svg";
+    set icon_z17;
+}
+node[shop=variety_store] {
+    icon-image: "presets/shop/variety_store.svg";
+    set icon_z17;
+}
+node[shop=charity] {
+    icon-image: "presets/shop/charity.svg";
+    set icon_z17;
+}
+node[shop=video] {
+    icon-image: "presets/shop/video.svg";
+    set icon_z17;
+}
+node[shop=bookmaker] {
+    icon-image: "presets/shop/lottery.svg";
+    set icon_z17;
+}
+node[shop=lottery] {
+    icon-image: "presets/shop/lottery.svg";
+    set icon_z17;
+}
+node[shop=pet] {
+    icon-image: "presets/shop/pet.svg";
+    set icon_z17;
+}
+node[shop=pet_grooming] {
+    icon-image: "presets/shop/pet_grooming.svg";
+    set icon_z17;
+}
+node[shop=photo] {
+    icon-image: "presets/shop/photo.svg";
+    set icon_z17;
+}
+node[shop=ticket] {
+    icon-image: "presets/shop/ticket.svg";
+    set icon_z17;
+}
+node[shop=carpet] {
+    icon-image: "presets/shop/carpet.svg";
+    set icon_z17;
+}
+node[shop=interior_decoration] {
+    icon-image: "presets/shop/interior_decoration.svg";
+    set icon_z17;
+}
+node[shop=car_parts] {
+    icon-image: "presets/vehicle/car_parts.svg";
+    set icon_z17;
+}
+node[shop=video_games] {
+    icon-image: "presets/shop/video_games.svg";
+    set icon_z17;
+}
+node[shop=bed] {
+    icon-image: "presets/shop/bed.svg";
+    set icon_z17;
+}
+node[shop=beauty] {
+    icon-image: "presets/shop/beauty.svg";
+    set icon_z17;
+}
+node[shop=cosmetics] {
+    icon-image: "presets/shop/cosmetics.svg";
+    set icon_z17;
+}
+node[shop=perfumery] {
+    icon-image: "presets/shop/perfumery.svg";
+    set icon_z17;
+}
+node[shop=tea] {
+    icon-image: "presets/shop/groceries/tea.svg";
+    set icon_z17;
+}
+node[shop=coffee] {
+    icon-image: "presets/shop/groceries/coffee.svg";
+    set icon_z17;
+}
+node[shop=antiques] {
+    icon-image: "presets/shop/antique.svg";
+    set icon_z17;
+}
+node[shop=music] {
+    icon-image: "presets/shop/music.svg";
+    set icon_z17;
+}
+node[shop=weapons] {
+    icon-image: "presets/shop/weapons.svg";
+    set icon_z17;
+}
+node[shop=funeral_directors] {
+    icon-image: "presets/shop/funeral_directors.svg";
+    set icon_z17;
+}
+node[shop=wine] {
+    icon-image: "presets/shop/wine.svg";
+    set icon_z17;
+}
+node[shop=farm] {
+    icon-image: "presets/shop/groceries/farm.svg";
+    set icon_z17;
+}
+node[shop=tattoo] {
+    icon-image: "presets/shop/tattoo.svg";
+    set icon_z17;
+}
+node[shop=art] {
+    icon-image: "presets/shop/art.svg";
+    set icon_z17;
+}
+node[shop=bag] {
+    icon-image: "presets/shop/bag.svg";
+    set icon_z17;
+}
+
+/******************/
+/* emergency tags */
+/******************/
+area[emergency=ambulance_station],
+area[emergency=water_tank] {
+    fill-color: emergency#eeeeee;
+}
+node[emergency=ambulance_station] {
+    icon-image: "presets/emergency/ambulance_station.svg";
+    set icon_z17;
+}
+node[emergency=water_tank] {
+    icon-image: "presets/emergency/water_tank.svg";
+    set icon_z17;
+}
+node[emergency=emergency_ward_entrance] {
+    icon-image: "presets/emergency/emergency_ward_entrance.svg";
+    set icon_z17;
+}
+node[emergency=phone] {
+    icon-image: "presets/vehicle/emergency_phone.svg";
+    set icon_z17;
+}
+node[emergency=defibrillator] {
+    icon-image: "presets/emergency/aed.svg";
+    set icon_z17;
+}
+node[emergency=fire_hydrant] {
+    icon-image: "presets/service/fire_hydrant.svg";
+    set icon_z17;
+}
+node[emergency=fire_extinguisher] {
+    icon-image: "presets/emergency/fire_extinguisher.svg";
+    set icon_z17;
+}
+node[emergency=fire_hose] {
+    icon-image: "presets/emergency/fire_hose.svg";
+    set icon_z17;
+}
+node[emergency=assembly_point] {
+    icon-image: "presets/emergency/assembly_point.svg";
+    set icon_z17;
+}
+node[emergency=siren] {
+    icon-image: "presets/emergency/siren.svg";
+    set icon_z17;
+}
+
+/****************/
+/* police tags */
+/****************/
+
+area[police=barracks],
+area[police=car_pound],
+area[police=checkpoint],
+area[police=detention],
+area[police=naval_base],
+area[police=offices],
+area[police=range],
+area[police=storage],
+area[police=training_area],
+area[police=yes] {
+    fill-color: police#ecba52;
+}
+node[police=barracks],
+node[police=car_pound],
+node[police=checkpoint],
+node[police=detention],
+node[police=naval_base],
+node[police=offices],
+node[police=range],
+node[police=storage],
+node[police=training_node],
+node[police=yes] {
+    icon-image: "presets/service/police_non_public.svg";
+    set icon_z17;
+}
+
+/****************/
+/* amenity tags */
+/****************/
+
+area[amenity=pub],
+area[amenity=biergarten],
+area[amenity=nightclub],
+area[amenity=stripclub],
+area[amenity=casino],
+area[amenity=brothel],
+area[amenity=cafe],
+area[amenity=restaurant],
+area[amenity=food_court],
+area[amenity=fast_food],
+area[amenity=bar],
+area[amenity=ice_cream] {
+    fill-color: amenity#ecba52;
+}
+node[amenity=pub] {
+    icon-image: "presets/food/pub.svg";
+    set icon_z17;
+}
+node[amenity=biergarten] {
+    icon-image: "presets/food/biergarten.svg";
+    set icon_z17;
+}
+node[amenity=nightclub] {
+    icon-image: "presets/leisure/nightclub.svg";
+    set icon_z17;
+}
+node[amenity=stripclub] {
+    icon-image: "presets/leisure/stripclub.svg";
+    set icon_z17;
+}
+node[amenity=casino] {
+    icon-image: "presets/leisure/casino.svg";
+    set icon_z17;
+}
+node[amenity=brothel] {
+    icon-image: "presets/leisure/brothel.svg";
+    set icon_z17;
+}
+node[amenity=cafe] {
+    icon-image: "presets/food/cafe.svg";
+    set icon_z17;
+}
+node[amenity=restaurant] {
+    icon-image: "presets/food/restaurant.svg";
+    set icon_z17;
+}
+node[amenity=food_court] {
+    icon-image: "presets/food/food_court.svg";
+    set icon_z17;
+}
+node[amenity=fast_food] {
+    icon-image: "presets/food/fast_food.svg";
+    set icon_z17;
+}
+node[amenity=bar] {
+    icon-image: "presets/food/bar.svg";
+    set icon_z17;
+}
+node[amenity=ice_cream] {
+    icon-image: "presets/food/ice_cream.svg";
+    set icon_z17;
+}
+area[amenity=bicycle_parking]:closed {
+    fill-color: amenity_traffic#f7efb7;
+}
+way[amenity=bicycle_parking] {
+    width: 2;
+    color: amenity_traffic#f7efb7;
+}
+area[amenity=parking_space] {
+    fill-color: parking_space#f7efb8;
+}
+area[amenity=parking],
+area[amenity=motorcycle_parking],
+area[amenity=bicycle_rental],
+area[amenity=bicycle_repair_station],
+area[amenity=car_rental],
+area[amenity=car_pooling],
+area[amenity=car_sharing],
+area[amenity=car_wash],
+area[amenity=taxi],
+area[amenity=fuel] {
+    fill-color: amenity_traffic#f7efb7;
+}
+node[amenity=parking_space] {
+    icon-image: "presets/vehicle/parking/parking_space.svg";
+    set icon_z17;
+}
+node[amenity=parking] {
+    icon-image: "presets/vehicle/parking/parking.svg";
+    set icon_z17;
+}
+node[amenity=parking_entrance] {
+    icon-image: "presets/vehicle/parking/parking.svg";
+    set icon_z17;
+}
+node[amenity=parking_entrance][parking=multi-storey],
+node[amenity=parking][parking=multi-storey] {
+    icon-image: "presets/vehicle/parking/multi-storey.svg";
+    set icon_z17;
+}
+node[amenity=parking_entrance][parking=underground],
+node[amenity=parking][parking=underground] {
+    icon-image: "presets/vehicle/parking/underground.svg";
+    set icon_z17;
+}
+node[amenity=motorcycle_parking] {
+    icon-image: "presets/vehicle/parking/motorbike.svg";
+    set icon_z17;
+}
+node[amenity=bicycle_parking] {
+    icon-image: "presets/vehicle/parking/bicycle.svg";
+    set icon_z17;
+}
+node[park_ride][park_ride!=no] {
+    icon-image: "presets/vehicle/parking/park_ride.svg";
+    set icon_z17;
+}
+node[amenity=parking_space][wheelchair?] {
+    icon-image: "presets/vehicle/parking/handicapped.svg";
+    set icon_z17;
+}
+node[amenity=bicycle_rental] {
+    icon-image: "presets/vehicle/bicycle_rental.svg";
+    set icon_z17;
+}
+node[amenity=bicycle_repair_station] {
+    icon-image: "presets/vehicle/bicycle_repair_station.svg";
+    set icon_z17;
+}
+node[amenity=car_rental] {
+    icon-image: "presets/vehicle/car_rental.svg";
+    set icon_z17;
+}
+node[amenity=car_pooling] {
+    icon-image: "presets/vehicle/car_pooling.svg";
+    set icon_z17;
+}
+node[amenity=car_sharing] {
+    icon-image: "presets/vehicle/car_sharing.svg";
+    set icon_z17;
+}
+node[amenity=car_wash] {
+    icon-image: "presets/vehicle/car_wash.svg";
+    set icon_z17;
+}
+node[amenity=taxi] {
+    icon-image: "presets/transport/taxi.svg";
+    set icon_z17;
+}
+node[amenity=fuel] {
+    icon-image: "presets/vehicle/fuel.svg";
+    set icon_z17;
+}
+node[amenity=charging_station] {
+    icon-image: "presets/vehicle/charging_station.svg";
+    set icon_z17;
+}
+node[amenity=grit_bin] {
+    icon-image: "presets/misc/grit_bin.svg";
+    set icon_z17;
+}
+node[amenity=telephone] {
+    icon-image: "presets/service/telephone.svg";
+    set icon_z17;
+}
+node[amenity=clock] {
+    icon-image: "presets/service/clock.svg";
+    set icon_z17;
+}
+node[amenity=photo_booth] {
+    icon-image: "presets/service/photo_booth.svg";
+    set icon_z17;
+}
+area[amenity=toilets],
+area[amenity=shower],
+area[amenity=internet_cafe],
+area[amenity=recycling],
+area[amenity=sanitary_dump_station] {
+    fill-color: amenity_light#f7efb7;
+}
+node[amenity=toilets] {
+    icon-image: "presets/service/toilets.svg";
+    set icon_z17;
+}
+node[amenity=shower] { 
+    icon-image: "presets/service/shower.svg";
+    set icon_z17;
+}
+node[amenity=internet_cafe] { 
+    icon-image: "presets/service/internet_cafe.svg";
+    set icon_z17;
+}
+node[amenity=recycling] {
+    icon-image: "presets/service/recycling/recycling.svg";
+    set icon_z17;
+}
+node[amenity=recycling][recycling_type=container] {
+    icon-image: "presets/service/recycling/recycling_container.svg";
+}
+node[amenity=recycling][recycling_type=centre] {
+    icon-image: "presets/service/recycling/recycling_centre.svg";
+}
+node[amenity=waste_basket] {
+    icon-image: "presets/service/recycling/waste_basket.svg";
+    set icon_z17;
+}
+node[amenity=waste_disposal] {
+    icon-image: "presets/service/recycling/waste_disposal.svg";
+    set icon_z17;
+}
+node[amenity=sanitary_dump_station] {
+    icon-image: "presets/service/recycling/sanitary_dump_station.svg";
+    set icon_z17;
+}
+area[amenity=townhall],
+area[amenity=embassy],
+area[amenity=community_centre] {
+    fill-color: amenity_light#f7efb7;
+}
+node[amenity=townhall] {
+    icon-image: "presets/service/townhall.svg";
+    set icon_z17;
+}
+node[amenity=embassy] {
+    icon-image: "presets/service/embassy.svg";
+    set icon_z17;
+}
+node[amenity=community_centre] {
+    icon-image: "presets/service/community_centre.svg";
+    set icon_z17;
+}
+area[amenity=water_point],
+area[amenity=fountain] {
+    fill-color: light_water#00005f;
+}
+node[amenity=drinking_water] {
+    icon-image: "presets/food/drinking_water.svg";
+    set icon_z17;
+}
+node[amenity=water_point] {
+    icon-image: "presets/accommodation/water.svg";
+    set icon_z17;
+}
+node[amenity=fountain] {
+    icon-image: "presets/misc/fountain.svg";
+    set icon_z17;
+}
+area[amenity=place_of_worship],
+area[amenity=grave_yard],
+area[amenity=crematorium],
+area[amenity=post_office],
+area[amenity=studio],
+area[landuse=school],
+area[amenity=school],
+area[amenity=university],
+area[amenity=college],
+area[amenity=kindergarten],
+area[amenity=driving_school] {
+    fill-color: amenity_light#f7efb7;
+}
+node[amenity=place_of_worship] {
+    icon-image: "presets/religion/religion.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=bahai] {
+    icon-image: "presets/religion/bahai.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=buddhist] {
+    icon-image: "presets/religion/buddhism.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=caodaism][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=christian] {
+    icon-image: "presets/religion/church.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=confucian] {
+    icon-image: "presets/religion/confucian.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=hindu] {
+    icon-image: "presets/religion/hinduism.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=jain] {
+    icon-image: "presets/religion/jainism.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=jewish] {
+    icon-image: "presets/religion/jewish.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=muslim] {
+    icon-image: "presets/religion/muslim.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=shinto] {
+    icon-image: "presets/religion/shinto.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=sikh] {
+    icon-image: "presets/religion/sikhism.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=spiritualist][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=taoist] {
+    icon-image: "presets/religion/taoism.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=tenrikyo] {
+    icon-image: "presets/religion/tenrikyo.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=unitarian_universalist][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[amenity=place_of_worship][religion=zoroastrian][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[amenity=grave_yard] {
+    icon-image: "presets/landuse/graveyard.svg";
+    set icon_z17;
+}
+node[amenity=crematorium][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[amenity=post_office] {
+    icon-image: "presets/service/post_office.svg";
+    set icon_z17;
+}
+node[amenity=post_box] {
+    icon-image: "presets/service/post_box.svg";
+    set icon_z17;
+}
+node[amenity=studio] {
+    icon-image: "presets/service/studio.svg";
+    set icon_z17;
+}
+node[amenity=school] {
+    icon-image: "presets/education/school.svg";
+    set icon_z17;
+}
+node[amenity=university] {
+    icon-image: "presets/education/university.svg";
+    set icon_z17;
+}
+node[amenity=college] {
+    icon-image: "presets/education/college.svg";
+    set icon_z17;
+}
+node[amenity=kindergarten] {
+    icon-image: "presets/education/kindergarten.svg";
+    set icon_z17;
+}
+node[amenity=driving_school] {
+    icon-image: "presets/education/driving_school.svg";
+    set icon_z17;
+}
+area[amenity=pharmacy],
+area[amenity=hospital],
+area[amenity=clinic],
+area[amenity=nursing_home],
+area[amenity=social_facility],
+area[amenity=baby_hatch],
+area[amenity=doctors],
+area[amenity=dentist],
+area[amenity=veterinary] {
+    fill-color: health#eeeeee;
+}
+node[amenity=pharmacy] {
+    icon-image: "presets/health/pharmacy.svg";
+    set icon_z17;
+}
+node[amenity=hospital] {
+    icon-image: "presets/health/hospital.svg";
+    set icon_z17;
+}
+node[amenity=clinic] {
+    icon-image: "presets/health/clinic.svg";
+    set icon_z17;
+}
+node[amenity=social_facility][social_facility=nursing_home],
+node[amenity=nursing_home] {
+    icon-image: "presets/social_facility/nursing_home.svg";
+    set icon_z17;
+}
+node[amenity=social_facility][social_facility=group_home] {
+    icon-image: "presets/social_facility/group_home.svg";
+    set icon_z17;
+}
+node[amenity=social_facility][social_facility=assisted_living] {
+    icon-image: "presets/social_facility/assisted_living.svg";
+    set icon_z17;
+}
+node[amenity=social_facility][social_facility=outreach] {
+    icon-image: "presets/social_facility/outreach.svg";
+    set icon_z17;
+}
+node[amenity=social_facility][social_facility=shelter] {
+    icon-image: "presets/social_facility/shelter.svg";
+    set icon_z17;
+}
+node[amenity=social_facility][social_facility=food_bank] {
+    icon-image: "presets/social_facility/food_bank.svg";
+    set icon_z17;
+}
+node[amenity=baby_hatch] {
+    icon-image: "presets/health/baby_hatch.svg";
+    set icon_z17;
+}
+node[amenity=doctors] {
+    icon-image: "presets/health/doctors.svg";
+    set icon_z17;
+}
+node[amenity=dentist] {
+    icon-image: "presets/health/dentist.svg";
+    set icon_z17;
+}
+node[amenity=veterinary] {
+    icon-image: "presets/health/veterinary.svg";
+    set icon_z17;
+}
+area[amenity=library],
+area[amenity=police],
+area[amenity=ranger_station],
+area[amenity=fire_station],
+area[amenity=bus_station],
+area[amenity=ferry_terminal],
+area[amenity=theatre],
+area[amenity=cinema],
+area[amenity=dive_centre],
+area[amenity=arts_centre],
+area[amenity=courthouse],
+area[amenity=prison],
+area[amenity=bank],
+area[amenity=bureau_de_change],
+area[amenity=money_transfer],
+area[amenity=bbq],
+area[amenity=watering_place] {
+    fill-color: amenity_light#f7efb7;
+}
+node[amenity=library] {
+    icon-image: "presets/education/library.svg";
+    set icon_z17;
+}
+node[amenity=police] {
+    icon-image: "presets/service/police.svg";
+    set icon_z17;
+}
+node[amenity=ranger_station] {
+    icon-image: "presets/service/ranger_station.svg";
+    set icon_z17;
+}
+node[amenity=fire_station] {
+    icon-image: "presets/service/firebrigade.svg";
+    set icon_z17;
+}
+node[amenity=bus_station] {
+    icon-image: "presets/transport/bus_old.svg";
+    set icon_z17;
+}
+node[amenity=ferry_terminal] {
+    icon-image: "presets/nautical/ferry.svg";
+    set icon_z17;
+}
+node[amenity=theatre] {
+    icon-image: "presets/leisure/theater.svg";
+    set icon_z17;
+}
+node[amenity=cinema] {
+    icon-image: "presets/leisure/cinema.svg";
+    set icon_z17;
+}
+node[amenity=dive_centre] {
+    icon-image: "presets/leisure/dive_centre.svg";
+    set icon_z17;
+}
+node[amenity=arts_centre] {
+    icon-image: "presets/sightseeing/arts_centre.svg";
+    set icon_z17;
+}
+node[amenity=courthouse] {
+    icon-image: "presets/service/courthouse.svg";
+    set icon_z17;
+}
+node[amenity=prison] {
+    icon-image: "presets/service/prison.svg";
+    set icon_z17;
+}
+node[amenity=bank] {
+    icon-image: "presets/money/bank.svg";
+    set icon_z17;
+}
+node[amenity=bureau_de_change] {
+    icon-image: "presets/money/exchange.svg";
+    set icon_z17;
+}
+node[amenity=money_transfer] {
+    icon-image: "presets/money/money_transfer.svg";
+    set icon_z17;
+}
+node[amenity=atm] {
+    icon-image: "presets/money/atm.svg";
+    set icon_z17;
+}
+way[amenity=bench] {
+    width: 2;
+    color: amenity_light#f7efb7;
+}
+node[amenity=bench] {
+    icon-image: "presets/leisure/bench.svg";
+    set icon_z17;
+}
+node[amenity=bbq] {
+    icon-image: "presets/leisure/bbq.svg";
+    set icon_z17;
+}
+node[amenity=compressed_air] {
+    icon-image: "presets/vehicle/compressed_air.svg";
+    set icon_z17;
+}
+node[amenity=watering_place] {
+    icon-image: "presets/misc/watering_place.svg";
+    set icon_z17;
+}
+area[amenity=shelter],
+area[amenity=marketplace],
+area[amenity=wlan] {
+    fill-color: amenity_light#f7efb7;
+}
+node[amenity=shelter] {
+    icon-image: "presets/accommodation/shelter.svg";
+    set icon_z17;
+}
+node[amenity=shelter][shelter_type=public_transport] {
+    icon-image: "presets/accommodation/shelter_public_transport.svg";
+    set icon_z17;
+}
+node[amenity=shelter][shelter_type=picnic_shelter] {
+    icon-image: "presets/accommodation/shelter_picnic.svg";
+    set icon_z17;
+}
+node[amenity=shelter][shelter_type=basic_hut] {
+    icon-image: "presets/accommodation/basic_hut.svg";
+    set icon_z17;
+}
+node[amenity=shelter][shelter_type=lean_to] {
+    icon-image: "presets/accommodation/shelter_lean_to.svg";
+    set icon_z17;
+}
+node[amenity=hunting_stand] {
+    icon-image: "presets/landmark/hunting_stand.svg";
+    set icon_z17;
+}
+node[amenity=marketplace] {
+    icon-image: "presets/shop/marketplace.svg";
+    set icon_z17;
+}
+node[amenity=vending_machine] {
+    icon-image: "presets/transport/ticket-machine.svg";
+    set icon_z17;
+}
+node[vending=excrement_bags] {
+    icon-image: "presets/service/excrement_bags.svg";
+    set icon_z17;
+}
+
+/**************/
+/* craft tags */
+/**************/
+
+area[craft=carpenter],
+area[craft=shoemaker],
+area[craft=photographer],
+area[craft=metal_construction],
+area[craft=electrician],
+area[craft=brewery],
+area[craft=plumber],
+area[craft=sawmill],
+area[craft=gardener],
+area[craft=winery],
+area[craft=hvac],
+area[craft=painter],
+area[craft=stonemason],
+area[craft=handicraft],
+area[craft=pottery],
+area[craft=key_cutter],
+area[craft=caterer],
+area[craft=roofer],
+area[craft=beekeeper],
+area[craft=blacksmith],
+area[craft=locksmith],
+area[craft=window_construction],
+area[craft=upholsterer],
+area[craft=tiler] {
+    fill-color: craft#999900;
+}
+node[craft=carpenter] {
+    icon-image: "presets/craft/carpenter.svg";
+    set icon_z17;
+}
+node[craft=shoemaker] {
+    icon-image: "presets/craft/shoemaker.svg";
+    set icon_z17;
+}
+node[craft=photographer][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[craft=metal_construction] {
+    icon-image: "presets/craft/metal_construction.svg";
+    set icon_z17;
+}node[craft=electrician] {
+    icon-image: "presets/craft/electrician.svg";
+    set icon_z17;
+}
+node[craft=brewery][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[craft=plumber] {
+    icon-image: "presets/craft/plumber.svg";
+    set icon_z17;
+}
+node[craft=sawmill] {
+    icon-image: "presets/craft/sawmill.svg";
+    set icon_z17;
+}
+node[craft=gardener] {
+    icon-image: "presets/craft/gardener.svg";
+    set icon_z17;
+}
+node[craft=winery][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[craft=hvac] {
+    icon-image: "presets/craft/hvac.svg";
+    set icon_z17;
+}
+node[craft=painter] {
+    icon-image: "presets/craft/painter.svg";
+    set icon_z17;
+}
+node[craft=stonemason] {
+    icon-image: "presets/craft/stonemason.svg";
+    set icon_z17;
+}
+node[craft=handicraft][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[craft=pottery] {
+    icon-image: "presets/craft/pottery.svg";
+    set icon_z17;
+}
+node[craft=key_cutter] {
+    icon-image: "presets/craft/key_cutter.svg";
+    set icon_z17;
+}
+node[craft=caterer][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[craft=roofer] {
+    icon-image: "presets/craft/roofer.svg";
+    set icon_z17;
+}
+node[craft=beekeeper] {
+    icon-image: "presets/craft/beekeeper.svg";
+    set icon_z17;
+}
+node[craft=blacksmith] {
+    icon-image: "presets/craft/blacksmith.svg";
+    set icon_z17;
+}
+node[craft=locksmith] {
+    icon-image: "presets/craft/locksmith.svg";
+    set icon_z17;
+}
+node[craft=window_construction] {
+    icon-image: "presets/craft/window_construction.svg";
+    set icon_z17;
+}
+node[craft=upholsterer] {
+    icon-image: "presets/craft/upholsterer.svg";
+    set icon_z17;
+}
+node[craft=tiler] {
+    icon-image: "presets/craft/tiler.svg";
+    set icon_z17;
+}
+
+/****************/
+/* tourism tags */
+/****************/
+
+area[tourism=hotel],
+area[tourism=motel],
+area[tourism=guest_house],
+area[tourism=apartment],
+area[tourism=hostel],
+area[tourism=chalet],
+area[tourism=alpine_hut],
+area[tourism=wilderness_hut],
+area[tourism=camp_site],
+area[tourism=camp_pitch],
+area[tourism=caravan_site] {
+    fill-color: hotel#feced0;
+}
+node[tourism=hotel] {
+    icon-image: "presets/accommodation/hotel.svg";
+    set icon_z17;
+}
+node[tourism=motel] {
+    icon-image: "presets/accommodation/motel.svg";
+    set icon_z17;
+}
+node[tourism=guest_house] {
+    icon-image: "presets/accommodation/guest_house.svg";
+    set icon_z17;
+}
+node[tourism=apartment] {
+    icon-image: "presets/accommodation/apartment.svg";
+    set icon_z17;
+}
+node[tourism=hostel] {
+    icon-image: "presets/accommodation/hostel.svg";
+    set icon_z17;
+}
+node[tourism=chalet] {
+    icon-image: "presets/accommodation/chalet.svg";
+    set icon_z17;
+}
+node[tourism=alpine_hut] {
+    icon-image: "presets/accommodation/alpine_hut.svg";
+    set icon_z17;
+}
+node[tourism=wilderness_hut] {
+    icon-image: "presets/accommodation/wilderness_hut.svg";
+    set icon_z17;
+}
+node[tourism=camp_site] {
+    icon-image: "presets/accommodation/camping.svg";
+    set icon_z17;
+}
+node[tourism=camp_pitch] {
+    icon-image: "presets/accommodation/camp_pitch.svg";
+    set icon_z17;
+}
+node[tourism=caravan_site] {
+    icon-image: "presets/accommodation/caravan.svg";
+    set icon_z17;
+}
+area[tourism=attraction]:closed {
+    fill-color: tourism#e180a2;
+}
+way[tourism=attraction] {
+    width: 2;
+    color: tourism#e180a2;
+}
+node[tourism=attraction] {
+    icon-image: "presets/sightseeing/attraction.svg";
+    set icon_z17;
+}
+area[tourism=picnic_site],
+area[tourism=viewpoint],
+area[tourism=theme_park],
+area[tourism=zoo],
+area[tourism=museum] {
+    fill-color: tourism#e180a2;
+}
+node[tourism=picnic_site] {
+    icon-image: "presets/leisure/picnic.svg";
+    set icon_z17;
+}
+node[tourism=viewpoint] {
+    icon-image: "presets/sightseeing/viewpoint.svg";
+    set icon_z17;
+}
+node[tourism=theme_park] {
+    icon-image: "presets/leisure/theme_park.svg";
+    set icon_z17;
+}
+node[tourism=zoo] {
+    icon-image: "presets/leisure/zoo.svg";
+    set icon_z17;
+}
+area[tourism=artwork]:closed {
+    fill-color: tourism#e180a2;
+}
+way[tourism=artwork] {
+    width: 2;
+    color: tourism#e180a2;
+}
+node[tourism=artwork] {
+    icon-image: "presets/sightseeing/arts_centre.svg";
+    set icon_z17;
+}
+node[tourism=museum] {
+    icon-image: "presets/sightseeing/museum.svg";
+    set icon_z17;
+}
+
+/********************/
+/* attraction tags */
+/********************/
+
+area[attraction=animal] {
+    fill-color: attraction#ffbfd3;
+    color: attraction#ffbfd3; /* color explizitly needed here to overwrite the color already set by (a lot of wrongly tagged) tourism=attraction */
+}
+node[attraction=animal] {
+    icon-image: "presets/attraction/animal.svg";
+    set icon_z17;
+}
+
+/********************/
+/* information tags */
+/********************/
+
+area[tourism=information] {
+    fill-color: tourism#e180a2;
+}
+node[tourism=information] {
+    icon-image: "presets/misc/information/information.svg";
+    set icon_z17;
+}
+node[tourism=information][information=guidepost] {
+    icon-image: "presets/misc/information/guidepost.svg";
+    set icon_z17;
+}
+area[tourism=information][information=office] {
+    fill-color: tourism#e180a2;
+}
+node[tourism=information][information=office] {
+    icon-image: "presets/misc/information/informationoffice.svg";
+    set icon_z17;
+}
+node[tourism=information][information=map] {
+    icon-image: "presets/misc/information/map.svg";
+    set icon_z17;
+}
+node[tourism=information][information=board] {
+    icon-image: "presets/misc/information/board.svg";
+    set icon_z17;
+}
+
+/*****************/
+/* historic tags */
+/*****************/
+
+area[historic=castle],
+area[historic=fort],
+area[historic=monument],
+area[historic=memorial],
+area[historic=tomb],
+area[historic=archaeological_site],
+area[historic=ruins],
+area[historic=battlefield],
+area[geological=palaeontological_site],
+area[historic=wayside_cross],
+area[historic=wayside_shrine],
+area[historic=boundary_stone] {
+    fill-color: historic#663300;
+}
+node[historic=fort] {
+    icon-image: "presets/sightseeing/fort.svg";
+    set icon_z17;
+}
+node[historic=castle] {
+    icon-image: "presets/sightseeing/castle.svg";
+    set icon_z17;
+}
+node[historic=monument] {
+    icon-image: "presets/sightseeing/monument.svg";
+    set icon_z17;
+}
+node[historic=memorial] {
+    icon-image: "presets/sightseeing/memorial.svg";
+    set icon_z17;
+}
+node[historic=archaeological_site] {
+    icon-image: "presets/sightseeing/archaeological.svg";
+    set icon_z17;
+}
+node[historic=ruins] {
+    icon-image: "presets/sightseeing/ruins.svg";
+    set icon_z17;
+}
+node[historic=battlefield] {
+    icon-image: "presets/sightseeing/battlefield.svg";
+    set icon_z17;
+}
+node[geological=palaeontological_site] {
+    icon-image: "presets/sightseeing/palaeontological_site.svg";
+    set icon_z17;
+}
+node[historic=wayside_cross] {
+    icon-image: "presets/religion/wayside_cross.svg";
+    set icon_z17;
+}
+node[historic=wayside_shrine] {
+    icon-image: "presets/religion/wayside_shrine.svg";
+    set icon_z17;
+}
+node[historic=boundary_stone] {
+    icon-image: "presets/landmark/boundary_stone.svg";
+    set icon_z17;
+}
+area[cemetery=grave] {
+    fill-color: grave#663300;
+}
+node[cemetery=grave] {
+    icon-image: "presets/misc/grave.svg";
+    set icon_z17;
+}
+area[cemetery=sector] {
+    fill-color: cemetery_sector#dbf8e6;
+}
+node[cemetery=sector] {
+    icon-image: "presets/misc/cemetery_sector.svg";
+    set icon_z17;
+}
+node[historic=tomb] {
+    icon-image: "presets/misc/tomb.svg";
+    set icon_z17;
+}
+
+/****************/
+/* landuse tags */
+/****************/
+
+area[landuse],
+area[leisure],
+area[amenity],
+area[place],
+area[natural],
+area[man_made] {
+    z-index: -2; /* put areas that can have other areas inside (e.g. building) a little lower, see #9606 */
+}
+area[landuse=farmland] {
+    fill-color: farmland#b8e0b1;
+}
+area[landuse=meadow] {
+    fill-color: meadow#b1e0b6;
+}
+area[landuse=vineyard],
+area[landuse=orchard] {
+    fill-color: green#b1e0c2;
+}
+area[landuse=quarry] {
+    fill-color: quarry#888888;
+}
+area[landuse=landfill] {
+    fill-color: landfill#663300;
+}
+area[landuse=basin],
+area[landuse=reservoir] {
+    fill-color: basin#0000bf;
+}
+area[landuse=forest] {
+    fill-color: forest#b1efc8;
+}
+area[landuse=allotments] {
+    fill-color: allotments#5dbf80;
+}
+area[landuse=greenhouse_horticulture],
+area[landuse=plant_nursery] {
+    fill-color: green#b1e0c2;
+}
+area[landuse=salt_pond] {
+    fill-color: salt_pond#eeeeee;
+}
+area[landuse=aquaculture] {
+    fill-color: aquaculture#189dff;
+}
+area[landuse=flowerbed] {
+    fill-color: flowerbed#91c956;
+}
+area[landuse=grass] {
+    fill-color: grass#97ca96;
+}
+area[landuse=residential] {
+    fill-color: residential#f0f0f0;
+}
+area[landuse=garages] {
+    fill-color: garages#d6c8aa;
+}
+area[landuse=farmyard] {
+    fill-color: farmyard#f0f0f0;
+}
+area[landuse=retail],
+area[landuse=commercial] {
+    fill-color: retail#ffc4ee;
+}
+area[landuse=industrial] {
+    fill-color: industrial#ecd8ff;
+}
+area[landuse=brownfield] {
+    fill-color: brownfield#ecba32;
+}
+area[landuse=greenfield] {
+    fill-color: greenfield#b1ec5c;
+}
+area[landuse=railway] {
+    fill-color: railland#888888;
+}
+area[landuse=construction] {
+    fill-color: construction#ffff00;
+}
+way[landuse=construction] {
+    width: 1;
+    color: construction#ffff00;
+    dashes: 9,9;
+}
+area[landuse=military] {
+    fill-color: military#b62c2c;
+}
+area[landuse=religious] {
+    fill-color: religious#ffd454;
+}
+area[landuse=cemetery] {
+    fill-color: cemetery#b1efc8;
+}
+area[landuse=village_green] {
+    fill-color: green#b1e0c2;
+}
+area[landuse=recreation_ground] {
+    fill-color: green#b1e0c2;
+}
+node[landuse] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/*****************/
+/* military tags */
+/*****************/
+
+area[military=airfield],
+area[military=bunker],
+area[military=barracks],
+area[military=danger_area],
+area[military=range] {
+    fill-color: military#b62c2c;
+}
+node[military=airfield] {
+    icon-image: "presets/transport/airport/airfield.svg";
+    set icon_z17;
+}
+node[military=bunker] {
+    icon-image: "presets/landmark/bunker.svg";
+    set icon_z17;
+}
+node[military=barracks][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[military=danger_area] {
+    icon-image: "presets/misc/danger.svg";
+    set icon_z17;
+}
+node[military=range] {
+    icon-image: "presets/sport/range.svg";
+    set icon_z17;
+}
+
+/****************/
+/* railway tags */
+/****************/
+
+area[railway=station] {
+    fill-color: railwaypoint#f7efb7;
+}
+node[railway=station] {
+    icon-image: "presets/transport/railway_station.svg";
+    set icon_z17;
+}
+node[railway=halt] {
+    icon-image: "presets/transport/railway_halt.svg";
+    set icon_z17;
+}
+node[railway=tram_stop] {
+    icon-image: "presets/transport/tram.svg";
+    set icon_z17;
+}
+node[railway=subway_entrance] {
+    icon-image: "presets/transport/underground.svg";
+    set icon_z17;
+}
+node[railway=crossing] {
+    icon-image: "presets/transport/railway/crossing.svg";
+    set icon_z17;
+}
+node[railway=level_crossing] {
+    icon-image: "presets/transport/railway/level_crossing.svg";
+    set icon_z17;
+}
+way[railway=rail] {
+    width: 2;
+    color: rail#404040;
+    dashes: 9,9;
+    dashes-background-color: raildashed#ffffff;
+}
+way[railway=rail][service=crossover],
+way[railway=rail][service=siding] {
+    width: 1;
+}
+way[railway=rail][service=yard],
+way[railway=rail][service=spur] {
+    width: 1;
+    color: railyard#552200;
+}
+/* draw tram and light_rail on top of other way (highway=*) or
+   as a standalone style */
+way[highway][railway=tram]::core_railway,
+way[!highway][railway=tram] {
+    z-index: 1;
+    modifier: false; /* don't draw default way if there is no line on default layer */
+    width: 1;
+    color: railover#202020;
+    dashes: 9,9;
+    casing-width: 1;
+    casing-color: otherrail#808080;
+    casing-linecap: round;
+    casing-dashes: 9,9;
+}
+way[highway][railway=tram][service=crossover]::core_railway,
+way[!highway][railway=tram][service=crossover],
+way[highway][railway=tram][service=siding]::core_railway,
+way[!highway][railway=tram][service=siding],
+way[highway][railway=tram][service=yard]::core_railway,
+way[!highway][railway=tram][service=yard],
+way[highway][railway=tram][service=spur]::core_railway,
+way[!highway][railway=tram][service=spur] {
+    dashes: 6,6;
+    casing-dashes: 6,6;
+}
+
+way[highway][railway=light_rail]::core_railway,
+way[!highway][railway=light_rail] {
+    z-index: 1;
+    modifier: false; /* don't draw default way if there is no line on default layer */
+    width: 2;
+    color: otherrail#808080;
+    dashes: 9,9;
+}
+way[railway=subway] {
+    width: 1;
+    color: subway#606060;
+    dashes: 9,9;
+}
+way[railway=preserved] {
+    width: 1;
+    color: oldrail#404040;
+    dashes: 9,9;
+}
+way[railway=light_rail][service=crossover],
+way[railway=light_rail][service=siding],
+way[railway=light_rail][service=yard],
+way[railway=light_rail][service=spur],
+way[railway=subway][service=crossover],
+way[railway=subway][service=siding],
+way[railway=subway][service=yard],
+way[railway=subway][service=spur],
+way[railway=preserved][service=crossover],
+way[railway=preserved][service=siding],
+way[railway=preserved][service=yard],
+way[railway=preserved][service=spur] {
+    dashes: 6,6;
+}
+/* disused often appears together with highway=xy */
+/* -> draw on separate layer with higher z-index, but use */
+/* modifier: false; to suppress default line when used alone. */
+/* use default layer when used without highway=* to display bridge correctly */
+way[railway=disused][highway]::core_railway,
+way[railway=disused][!highway],
+way[railway=abandoned][highway]::core_railway,
+way[railway=abandoned][!highway] {
+    width: 1;
+    modifier: false;
+    z-index: 1;
+    color: oldrail#404040;
+    dashes: 9,9;
+}
+way[railway=narrow_gauge],
+way[railway=monorail] {
+    width: 1;
+    color: rail#404040;
+    dashes: 9,9;
+}
+way[railway=narrow_gauge][service=crossover],
+way[railway=narrow_gauge][service=siding],
+way[railway=narrow_gauge][service=yard],
+way[railway=narrow_gauge][service=spur],
+way[railway=monorail][service=crossover],
+way[railway=monorail][service=siding],
+way[railway=monorail][service=yard],
+way[railway=monorail][service=spur] {
+    dashes: 6,6;
+}
+area[railway=turntable] {
+    fill-color: rail#404040;
+}
+node[railway=turntable] {
+    icon-image: "presets/transport/railway/turntable.svg";
+    set icon_z17;
+}
+node[railway=buffer_stop] {
+    icon-image: "presets/transport/railway/buffer_stop.svg";
+    set icon_z17;
+}
+area[railway=platform]:closed {
+    fill-color: rail#404040;
+}
+way[railway=platform] {
+    width: 2;
+    color: rail#404040;
+}
+way[railway=funicular] {
+    width: 1;
+    color: rail#404040;
+    dashes: 9,9;
+}
+node[railway=switch] {
+    icon-image: "presets/transport/railway/switch.svg";
+    set icon_z17;
+}
+node[railway=railway_crossing] {
+    icon-image: "presets/transport/railway/railway_crossing.svg";
+    set icon_z17;
+}
+node[railway=signal] {
+    icon-image: "presets/transport/railway/signal.svg";
+    set icon_z17;
+}
+node[railway=milestone] {
+    icon-image: "presets/transport/railway/milestone.svg";
+    set icon_z17;
+}
+node[railway=rail], node[railway=tram], node[railway=light_rail],
+node[railway=subway], node[railway=preserved],
+node[railway=disused], node[railway=abandoned],
+node[railway=narrow_gauge], node[railway=monorail],
+node[railway=platform], node[railway=funicular],
+node[service=yard], node[service=siding], node[service=spur] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+way[railway=construction][!highway] {
+    width: 1;
+    color: construction#ffff00;
+    dashes: 9,9;
+}
+way[railway=construction][construction=rail] {
+    width: 2;
+    color: rail#404040;
+    dashes: 9,9;
+    dashes-background-color: construction#ffff00;
+}
+way[railway=construction][construction=light_rail][highway]::core_railway,
+way[railway=construction][construction=light_rail][!highway] {
+    z-index: 1;
+    width: 2;
+    dashes: 9,9;
+    color: construction#ffff00;
+}
+way[railway=construction][construction=tram][highway]::core_railway,
+way[railway=construction][construction=tram][!highway] {
+    z-index: 1;
+    width: 1;
+    color: railover#202020;
+    dashes: 9,9;
+    casing-width: 1;
+    casing-color: construction#ffff00;
+    casing-linecap: round;
+    casing-dashes: 9,9;
+}
+
+/****************/
+/* aeroway tags */
+/****************/
+
+area[aeroway=aerodrome] {
+    fill-color: aeroway#660000;
+    width: 2;
+    dashes: 9,9;
+}
+node[aeroway=aerodrome][military!=airfield] {
+    icon-image: "presets/transport/airport.svg";
+    set icon_z17;
+}
+area[aeroway=terminal] {
+    fill-color: terminal#bb0000;
+}
+node[aeroway=terminal] {
+    icon-image: "presets/transport/airport/terminal.svg";
+    set icon_z17;
+}
+area[aeroway=helipad] {
+    fill-color: aeroway_dark#330000;
+}
+node[aeroway=helipad] {
+    icon-image: "presets/transport/airport/helipad.svg";
+    set icon_z17;
+}
+area[aeroway=runway]:closed {
+    fill-color: aeroway_dark#330000;
+}
+way[aeroway=runway] {
+    width: 3;
+    color: aeroway_dark#330000;
+}
+area[aeroway=taxiway]:closed {
+    fill-color: aeroway#660000;
+}
+way[aeroway=taxiway] {
+    width: 2;
+    color: aeroway#660000;
+}
+way[aeroway=parking_position] {
+    width: 1;
+    color: aeroway#660000;
+}
+node[aeroway=parking_position] {
+    icon-image: "presets/transport/airport/parking_position.svg";
+    set icon_z17;
+}
+area[aeroway=apron],
+area[aeroway=hangar] {
+    fill-color: aeroway_light#990000;
+}
+node[aeroway=apron],
+node[aeroway=runway],
+node[aeroway=taxiway] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+node[aeroway=holding_position] {
+    icon-image: "presets/transport/airport/holding_position.svg";
+    set icon_z17;
+}
+node[aeroway=hangar] {
+    icon-image: "presets/transport/airport/hangar.svg";
+    set icon_z17;
+}
+node[aeroway=gate] {
+    icon-image: "presets/transport/airport/gate.svg";
+    set icon_z17;
+}
+node[airmark=beacon] {
+    icon-image: "presets/transport/airport/airmark_beacon.svg";
+    set icon_z17;
+}
+node[aeroway=navigationaid] {
+    icon-image: "presets/transport/airport/navigationaid.svg";
+    set icon_z17;
+}
+node[aeroway=navigationaid][navigationaid=papi] {
+    icon-image: "presets/transport/airport/papi.svg";
+    set icon_z17;
+}
+node[aeroway=navigationaid][navigationaid=vasi] {
+    icon-image: "presets/transport/airport/vasi.svg";
+    set icon_z17;
+}
+node[aeroway=windsock] {
+    icon-image: "presets/transport/airport/windsock.svg";
+    set icon_z17;
+}
+
+/******************/
+/* aerialway tags */
+/******************/
+
+way[aerialway=cable_car],
+way[aerialway=gondola] {
+    width: 1;
+    color: aerialway#663300;
+    dashes: 9,9;
+}
+way[aerialway=chair_lift] {
+    width: 1;
+    color: aerialway#663300;
+    dashes: 6,6;
+}
+way[aerialway=mixed_lift] {
+    width: 1;
+    color: aerialway#663300;
+    dashes: 6,6,9,6;
+}
+way[aerialway=j-bar],
+way[aerialway=t-bar],
+way[aerialway=platter],
+way[aerialway=rope_tow],
+way[aerialway=drag_lift] {
+    width: 1;
+    color: aerialway#663300;
+    dashes: 3,3;
+}
+way[aerialway=magic_carpet] {
+    width: 1;
+    color: aerialway#663300;
+    dashes: 3,3;
+}
+way[aerialway=goods] {
+    width: 1;
+    color: aerialway#663300;
+    dashes: 2,2;
+}
+way[aerialway=zip_line] {
+    width: 1;
+    color: aerialway#663300;
+    dashes: 3,3;
+}
+area[aerialway=station] {
+    fill-color: aerialway#663300;
+}
+node[aerialway=station] {
+    icon-image: "presets/transport/aerialway/station.svg";
+    set icon_z17;
+}
+node[aerialway=pylon] {
+    icon-image: "presets/transport/aerialway/pylon.svg";
+    set icon_z17;
+}
+node[aerialway=cable_car],
+node[aerialway=gondola],
+node[aerialway=chair_lift],
+node[aerialway=mixed_lift],
+node[aerialway=drag_lift],
+node[aerialway=t-bar],
+node[aerialway=j-bar],
+node[aerialway=platter],
+node[aerialway=magic_carpet],
+node[aerialway=rope_tow],
+node[aerialway=goods],
+node[aerialway=zip_line] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/*************************/
+/* public_transport tags */
+/*************************/
+
+node[highway=bus_stop] {
+    icon-image: "presets/transport/bus_small.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position] {
+    icon-image: "presets/transport/stop_position.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][share_taxi=yes] {
+    icon-image: "presets/transport/share_taxi.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][bus=yes] {
+    icon-image: "presets/transport/bus.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][train=yes] {
+    icon-image: "presets/transport/train.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][light_rail=yes] {
+    icon-image: "presets/transport/railway/light_rail.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][tram=yes] {
+    icon-image: "presets/transport/railway/tram.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][subway=yes] {
+    icon-image: "presets/transport/railway/subway.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][monorail=yes] {
+    icon-image: "presets/transport/railway/monorail.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][trolleybus=yes] {
+    icon-image: "presets/transport/trolleybus.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][funicular=yes] {
+    icon-image: "presets/transport/railway/funicular.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][aerialway=yes] {
+    icon-image: "presets/transport/aerialway/station.svg";
+    set icon_z17;
+}
+node[public_transport=stop_position][ferry=yes] {
+    icon-image: "presets/nautical/ferry.svg";
+    set icon_z17;
+}
+area[public_transport=platform]:closed {
+    fill-color: service#809bc0;
+}
+way[public_transport=platform]!:closed {
+    width: 3;
+    color: service#809bc0;
+    dashes: 12,3;
+}
+node[public_transport=platform] {
+    icon-image: "presets/transport/platform.svg";
+    set icon_z17;
+}
+area[public_transport=station] {
+    fill-color: railwaypoint#f7efb7;
+}
+node[public_transport=station] {
+    icon-image: "presets/transport/station.svg";
+    set icon_z17;
+}
+
+/**************/
+/* sport tags */
+/**************/
+
+area[sport="9pin"],
+area[sport="10pin"],
+area[sport=soccer],
+area[sport=australian_football],
+area[sport=american_football],
+area[sport=canadian_football],
+area[sport=gaelic_games],
+area[sport=rugby_league],
+area[sport=rugby_union] {
+    fill-color: sport#bde3cb;
+}
+node[sport="9pin"] {
+    icon-image: "presets/sport/9pin.svg";
+    set icon_z17;
+}
+node[sport="10pin"] {
+    icon-image: "presets/sport/10pin.svg";
+    set icon_z17;
+}
+node[sport=soccer],
+node[sport=gaelic_games] {
+    icon-image: "presets/sport/soccer.svg";
+    set icon_z17;
+}
+node[sport=australian_football],
+node[sport=american_football],
+node[sport=canadian_football],
+node[sport=rugby_league],
+node[sport=rugby_union] {
+    icon-image: "presets/sport/football.svg";
+    set icon_z17;
+}
+area[sport=baseball],
+area[sport=basketball],
+area[sport=boules],
+area[sport=bowls],
+area[sport=canoe],
+area[sport=chess],
+area[sport=climbing]:closed,
+area[sport=cricket],
+area[sport=croquet] {
+    fill-color: sport#bde3cb;
+}
+node[sport=baseball] {
+    icon-image: "presets/sport/baseball.svg";
+    set icon_z17;
+}
+node[sport=basketball] {
+    icon-image: "presets/sport/basketball.svg";
+    set icon_z17;
+}
+node[sport=boules] {
+    icon-image: "presets/sport/boule.svg";
+    set icon_z17;
+}
+node[sport=bowls] {
+    icon-image: "presets/sport/boule.svg";
+    set icon_z17;
+}
+node[sport=canoe] {
+    icon-image: "presets/sport/canoe.svg";
+    set icon_z17;
+}
+node[sport=chess] {
+    icon-image: "presets/sport/chess.svg";
+    set icon_z17;
+}
+node[sport=climbing] {
+    icon-image: "presets/sport/climbing.svg";
+    set icon_z17;
+}
+node[sport=cricket] {
+    icon-image: "presets/sport/cricket.svg";
+    set icon_z17;
+}
+node[sport=croquet] {
+    icon-image: "presets/sport/croquet.svg";
+    set icon_z17;
+}
+area[sport=cycling],
+area[sport=dog_racing],
+area[sport=equestrian],
+area[sport=golf],
+area[sport=gymnastics],
+area[sport=field_hockey],
+area[sport=ice_hockey],
+area[sport=horse_racing],
+area[sport=karting][highway!=raceway],
+area[sport=karting][highway=raceway][area=yes],
+area[sport=motocross][highway!=raceway],
+area[sport=motocross][highway=raceway][area=yes],
+area[sport=motor][highway!=raceway],
+area[sport=motor][highway=raceway][area=yes] {
+    fill-color: sport#bde3cb;
+}
+node[sport=cycling] {
+    icon-image: "presets/sport/cycling.svg";
+    set icon_z17;
+}
+node[sport=dog_racing] {
+    icon-image: "presets/sport/dog_racing.svg";
+    set icon_z17;
+}
+node[sport=equestrian] {
+    icon-image: "presets/sport/equestrian.svg";
+    set icon_z17;
+}
+node[sport=golf] {
+    icon-image: "presets/sport/golf.svg";
+    set icon_z17;
+}
+node[sport=gymnastics] {
+    icon-image: "presets/sport/gymnastics.svg";
+    set icon_z17;
+}
+node[sport=field_hockey] {
+    icon-image: "presets/sport/field_hockey.svg";
+    set icon_z17;
+}
+node[sport=ice_hockey] {
+    icon-image: "presets/sport/ice_hockey.svg";
+    set icon_z17;
+}
+node[sport=horse_racing] {
+    icon-image: "presets/sport/riding.svg";
+    set icon_z17;
+}
+node[sport=karting] {
+    icon-image: "presets/sport/karting.svg";
+    set icon_z17;
+}
+node[sport=motocross] {
+    icon-image: "presets/sport/motocross.svg";
+    set icon_z17;
+}
+node[sport=motor] {
+    icon-image: "presets/sport/motor.svg";
+    set icon_z17;
+}
+area[sport=athletics] {
+    fill-color: sport_athletics#cfebd7;
+}
+node[sport=athletics] {
+    icon-image: "presets/sport/athletics.svg";
+    set icon_z17;
+}
+area[sport=running] {
+    fill-color: sport_running#cfebd8;
+}
+node[sport=running] {
+    icon-image: "presets/sport/running.svg";
+    set icon_z17;
+}
+area[sport=multi] {
+    fill-color: sport_multi#cfebd9;
+}
+node[sport=multi] {
+    icon-image: "presets/sport/multi.svg";
+    set icon_z17;
+}
+area[sport=pelota],
+area[sport=racquet],
+area[sport=ice_skating],
+area[sport=roller_skating],
+area[sport=skateboard] {
+    fill-color: sport#bde3cb;
+}
+node[sport=pelota] {
+    icon-image: "presets/sport/pelota.svg";
+    set icon_z17;
+}
+node[sport=racquet] {
+    icon-image: "presets/sport/racquetball.svg";
+    set icon_z17;
+}
+node[sport=ice_skating] {
+    icon-image: "presets/sport/ice_skating.svg";
+    set icon_z17;
+}
+node[sport=roller_skating] {
+    icon-image: "presets/sport/roller_skating.svg";
+    set icon_z17;
+}
+node[sport=skating] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+node[sport=skateboard] {
+    icon-image: "presets/sport/skateboard.svg";
+    set icon_z17;
+}
+area[sport=swimming] {
+    fill-color: swimming_pool#51c4ef;
+}
+node[sport=swimming] {
+    icon-image: "presets/sport/swimming.svg";
+    set icon_z17;
+}
+area[sport=table_tennis],
+area[sport=tennis],
+area[sport=paintball] {
+    fill-color: sport#bde3cb;
+}
+node[sport=table_tennis] {
+    icon-image: "presets/sport/table_tennis.svg";
+    set icon_z17;
+}
+node[sport=tennis] {
+    icon-image: "presets/sport/tennis.svg";
+    set icon_z17;
+}
+node[sport=paintball][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+area[sport=squash],
+area[sport=shooting],
+area[sport=volleyball],
+area[sport=beachvolleyball],
+area[sport=billiards],
+area[sport=bowling],
+area[sport=handball],
+area[sport=rowing],
+area[sport=sailing],
+area[sport=scuba_diving],
+area[sport=badminton] {
+    fill-color: sport#bde3cb;
+}
+node[sport=squash][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[sport=shooting] {
+    icon-image: "presets/sport/range.svg";
+    set icon_z17;
+}
+node[sport=volleyball] {
+    icon-image: "presets/sport/volleyball.svg";
+    set icon_z17;
+}
+node[sport=beachvolleyball] {
+    icon-image: "presets/sport/beachvolleyball.svg";
+    set icon_z17;
+}
+node[sport=billiards] {
+    icon-image: "presets/sport/billiards.svg";
+    set icon_z17;
+}
+node[sport=bowling] {
+    icon-image: "presets/sport/9pin.svg";
+    set icon_z17;
+}
+node[sport=handball] {
+    icon-image: "presets/sport/handball.svg";
+    set icon_z17;
+}
+node[sport=rowing] {
+    icon-image: "presets/sport/rowing.svg";
+    set icon_z17;
+}
+node[sport=sailing][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+node[sport=scuba_diving] {
+    icon-image: "presets/sport/scuba_diving.svg";
+    set icon_z17;
+}
+node[sport=badminton][!is_prop_set(icon-image)] {
+    icon-image: "presets/misc/no_icon.svg";
+    set icon_z17;
+}
+area[sport=archery],
+area[sport=fishing],
+area[sport=model_aerodrome],
+area[sport=rc_car] {
+    fill-color: sport#bde3cb;
+}
+node[sport=archery] {
+    icon-image: "presets/sport/archery.svg";
+    set icon_z17;
+}
+node[sport=fishing] {
+    icon-image: "presets/sport/fishing.svg";
+    set icon_z17;
+}
+node[sport=model_aerodrome] {
+    icon-image: "presets/transport/airport.svg";
+    set icon_z17;
+}
+node[sport=rc_car] {
+    icon-image: "presets/sport/rc_car.svg";
+    set icon_z17;
+}
+
+/****************/
+/* natural tags */
+/****************/
+
+area[natural=spring] {
+    fill-color: light_water#00005f;
+}
+node[natural=spring] {
+    icon-image: "presets/landmark/spring.svg";
+    set icon_z17;
+}
+node[natural=saddle] {
+    icon-image: "presets/landmark/saddle.svg";
+    set icon_z0;
+    set text_z0;
+}
+node[natural=peak] {
+    icon-image: "presets/landmark/peak.svg";
+    set icon_z0;
+    set text_z0;
+}
+node[natural=peak][tourism=viewpoint] {
+    icon-image: "presets/sightseeing/peak_viewpoint.svg";
+    set icon_z0;
+    set text_z0;
+}
+area[natural=glacier] {
+    fill-color: glacier#ffffff;
+}
+node[natural=volcano] {
+    icon-image: "presets/landmark/volcano.svg";
+    set icon_z0;
+    set text_z0;
+}
+area[natural=cliff]:closed {
+    fill-color: natural#002f00;
+}
+way[natural=cliff] {
+    repeat-image: "presets/misc/cliff_pattern.svg";
+    repeat-image-align: top;
+    width: 1;
+    color: #b2b2b2;
+}
+node[natural=cliff] {
+    icon-image: "presets/misc/cliff.svg";
+    set icon_z17;
+}
+way[natural=ridge] {
+    width: 1;
+    color: natural#002f00;
+}
+way[natural=valley] {
+    width: 1;
+    color: natural#002f00;
+}
+area[natural=scree] {
+    fill-color: scree#c3c3c3;
+}
+area[natural=shingle] {
+    fill-color: shingle#c3c3c3;
+}
+area[natural=scrub] {
+    fill-color: scrub#007000;
+}
+area[natural=fell] {
+    fill-color: natural#002f00;
+}
+area[natural=heath] {
+    fill-color: heath#ffffc0;
+}
+way[natural=tree_row] {
+    width: 2;
+    color: woodarea#008000;
+}
+area[natural=wood] {
+    fill-color: woodarea#008000;
+}
+area[natural=grassland] {
+    fill-color: green#b1e0c2;
+}
+area[natural=wetland] {
+    fill-color: marsh#4f4ff3;
+}
+area[natural=water] {
+    fill-color: water#0000ff;
+}
+area[natural=water][intermittent=yes] {
+    width: 2;
+    dashes: 15, 5;
+}
+way[natural=coastline] {
+    width: 2;
+    color: water#0000ff;
+    right-casing-color: water#0000ff;
+    right-casing-width: 8;
+    right-casing-opacity: 0.35;
+}
+area[natural=mud] {
+    fill-color: mud#cba762;
+}
+area[natural=beach] {
+    fill-color: beach#f8dba2;
+}
+area[natural=sand] {
+    fill-color: sand#f8dba2;
+}
+area[natural=bare_rock] {
+    fill-color: bare_rock#f8f8c7;
+}
+area[natural=rock] {
+    fill-color: stone#f8f8c7;
+}
+node[natural=rock] {
+    icon-image: "presets/misc/rock.svg";
+    set icon_z17;
+}
+area[natural=stone] {
+    fill-color: stone#f8f8c7;
+}
+node[natural=stone] {
+    icon-image: "presets/misc/stone.svg";
+    set icon_z17;
+}
+area[natural=bay]:closed {
+    fill-color: natural#002f00;
+}
+way[natural=bay] {
+    width: 2;
+    color: natural#002f00;
+}
+node[natural=bay] {
+    icon-image: "presets/nautical/bay.svg";
+    set icon_z17;
+}
+area[natural=strait]:closed {
+    fill-color: natural#002f00;
+}
+way[natural=strait] {
+    width: 2;
+    color: natural#002f00;
+}
+node[natural=strait] {
+    icon-image: "presets/nautical/strait.svg";
+    set icon_z17;
+}
+area[natural=cape],
+area[natural=cave_entrance] {
+    fill-color: natural#002f00;
+}
+node[natural=cape] {
+    icon-image: "presets/nautical/cape.svg";
+    set icon_z17;
+}
+node[natural=cave_entrance] {
+    icon-image: "presets/landmark/cave_entrance.svg";
+    set icon_z17;
+}
+area[natural=reef] {
+    fill-color: reef#80c9ff;
+}
+node[natural=reef] {
+    icon-image: "presets/landmark/reef.svg";
+    set icon_z17;
+}
+node[natural=tree] {
+    icon-image: "presets/landmark/trees.svg";
+    set icon_z17;
+}
+node[natural=tree][leaf_type=needleleaved] {
+    icon-image: "presets/landmark/trees_conifer.svg";
+    set icon_z17;
+}
+node[natural=tree][leaf_type=broadleaved] {
+    icon-image: "presets/landmark/trees_broad_leaved.svg";
+    set icon_z17;
+}
+node[natural=glacier],
+node[natural=scree],
+node[natural=shingle],
+node[natural=scrub],
+node[natural=fell],
+node[natural=heath],
+node[natural=tree_row],
+node[natural=wood],
+node[natural=grassland],
+node[natural=wetland],
+node[natural=water],
+node[natural=coastline],
+node[natural=mud],
+node[natural=beach],
+node[natural=sand],
+node[natural=land],
+node[natural=bare_rock],
+node[natural=ridge],
+node[natural=valley] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+/*****************/
+/* waterway tags */
+/*****************/
+
+way[waterway=river] {
+    width: 2;
+    color: water#0000ff;
+}
+area[waterway=riverbank] {
+    fill-color: riverbank#0000cf;
+    width: 1;
+    color: riverbank#0000cf;
+}
+way[waterway=pressurised],
+way[waterway=canal] {
+    width: 2;
+    color: water#0000ff;
+}
+way[waterway=river][lock=yes],
+way[waterway=canal][lock=yes] {
+    casing-width: 2;
+    casing-color: lock#303030;
+    casing-dashes: 5,20;
+}
+way[waterway=pressurised][tunnel] {
+    casing-width: 1;
+    casing-color: tunnel#964B00;
+}
+way[waterway=pressurised][man_made=pipeline] {
+    casing-width: 1;
+    casing-color: pipeline#660000;
+}
+way[waterway=stream] {
+    width: 1;
+    color: stream#6600cc;
+}
+way[waterway=ditch],
+way[waterway=drain] {
+    width: 1;
+    color: water#0000ff;
+}
+way[waterway=tidal_channel] {
+    width: 1;
+    color: tidal_channel#0000ff;
+}
+way[waterway=river][intermittent=yes],
+area[waterway=riverbank][intermittent=yes],
+way[waterway=canal][intermittent=yes],
+way[waterway=stream][intermittent=yes],
+way[waterway=ditch][intermittent=yes],
+way[waterway=drain][intermittent=yes],
+way[waterway=tidal_channel][intermittent=yes] {
+    dashes: 15, 5;
+}
+area[waterway=dock] {
+    fill-color: dock#0000cf;
+}
+node[waterway=dock] {
+    icon-image: "presets/nautical/boatyard.svg";
+    set icon_z17;
+}
+way[waterway=lock_gate] {
+    width: 3;
+    color: lock_gate#303030;
+}
+node[waterway=lock_gate] {
+    icon-image: "presets/nautical/lock_gate.svg";
+    set icon_z17;
+}
+node[waterway=turning_point] {
+    icon-image: "presets/nautical/turning.svg";
+    set icon_z17;
+}
+area[waterway=boatyard] {
+    fill-color: manmade#d8d8d8;
+}
+node[waterway=boatyard] {
+    icon-image: "presets/nautical/boatyard.svg";
+    set icon_z17;
+}
+node[waterway=water_point],
+node[waterway=waste_disposal],
+node[waterway=mooring] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+node[mooring] {
+    icon-image: "presets/nautical/marina.svg";
+    set icon_z17;
+}
+area[waterway=fuel] {
+    fill-color: amenity_traffic#f7efb7;
+}
+node[waterway=fuel] {
+    icon-image: "presets/nautical/marine_fuel.svg";
+    set icon_z17;
+}
+way[waterway=weir] {
+    width: 2;
+    color: manmade#d8d8d8;
+}
+node[waterway=weir] {
+    icon-image: "presets/nautical/weir.svg";
+    set icon_z17;
+}
+area[waterway=dam]:closed {
+    fill-color: manmade#d8d8d8;
+}
+way[waterway=dam] {
+    width: 2;
+    color: manmade#d8d8d8;
+}
+node[waterway=dam] {
+    icon-image: "presets/nautical/dam.svg";
+    set icon_z17;
+}
+/* it's not possible to have both line and area, line seems more likely */
+way[waterway=waterfall] {
+    width: 2;
+    color: manmade#d8d8d8;
+}
+node[waterway=waterfall] {
+    icon-image: "presets/nautical/waterfall.svg";
+    set icon_z17;
+}
+node[waterway=river], node[waterway=riverbank],
+node[waterway=canal], node[waterway=wadi],
+node[waterway=stream],
+node[waterway=ditch], node[waterway=drain] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/**************/
+/* route tags */
+/**************/
+
+way[route=ferry] {
+    width: 1;
+    color: ferry#809bc0;
+    dashes: 9,9;
+}
+node[route=bus],
+node[route=ferry],
+node[route=flight],
+node[route=ncn],
+node[route=subsea],
+node[route=ski],
+node[route=tour],
+node[route=pub_crawl] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/*******************/
+/* properties tags */
+/*******************/
+
+node[mountain_pass?] {
+    icon-image: "presets/landmark/mountain_pass.svg";
+    set icon_z0;
+    set text_z0;
+}
+
+/*****************/
+/* boundary tags */
+/*****************/
+
+relation[boundary=protected_area] > way::core_boundary,
+relation[boundary=administrative] > way::core_boundary,
+relation[boundary=postal_code] > way::core_boundary,
+relation[boundary=political] > way::core_boundary,
+relation[boundary=maritime] > way::core_boundary,
+relation[boundary=national_park] > way::core_boundary,
+way[boundary=protected_area]::core_boundary,
+way[boundary=administrative]::core_boundary,
+way[boundary=postal_code]::core_boundary,
+way[boundary=political]::core_boundary,
+way[boundary=maritime]::core_boundary,
+way[boundary=national_park]::core_boundary {
+    z-index: 2;
+    modifier: false;
+    width: 1;
+    color: boundary#FF6600;
+    dashes: 9,9;
+}
+/* admin_level >=9 use the default width of 1 defined above */
+way[boundary=administrative][admin_level=7]::core_boundary,
+relation[boundary=administrative][admin_level=7] > way::core_boundary,
+way[boundary=administrative][admin_level=8]::core_boundary,
+relation[boundary=administrative][admin_level=8] > way::core_boundary {
+    width: 2;
+}
+way[boundary=administrative][admin_level=5]::core_boundary,
+relation[boundary=administrative][admin_level=5] > way::core_boundary,
+way[boundary=administrative][admin_level=6]::core_boundary,
+relation[boundary=administrative][admin_level=6] > way::core_boundary {
+    width: 3;
+}
+way[boundary=administrative][admin_level=3]::core_boundary,
+relation[boundary=administrative][admin_level=3] > way::core_boundary,
+way[boundary=administrative][admin_level=4]::core_boundary,
+relation[boundary=administrative][admin_level=4] > way::core_boundary {
+    width: 4;
+}
+way[boundary=administrative][admin_level=1]::core_boundary,
+relation[boundary=administrative][admin_level=1] > way::core_boundary,
+way[boundary=administrative][admin_level=2]::core_boundary,
+relation[boundary=administrative][admin_level=2] > way::core_boundary {
+    width: 5;
+}
+node[boundary=national],
+node[boundary=administrative],
+node[boundary=postal_code],
+node[boundary=political],
+node[boundary=national_park] {
+    icon-image: "presets/misc/deprecated.svg";
+    set icon_z17;
+}
+
+/******************/
+/* maxspeed nodes */
+/******************/
+node[traffic_sign][maxspeed=none][!is_prop_set(icon-image)] {
+    icon-image: "presets/vehicle/restriction/maxspeed_none.svg";
+    set icon_z17;
+}
+node[traffic_sign][maxspeed=~/^[0-9]+$/][!is_prop_set(icon-image)] {
+    maxspeedprop: tag(maxspeed);
+    set maxspeedclass;
+}
+node[traffic_sign][maxspeed=signals][!is_prop_set(icon-image)] {
+    maxspeedprop: " ?";
+    set maxspeedclass;
+}
+node[traffic_sign][maxspeed=~/^[0-9]+ mph/][!is_prop_set(icon-image)] {
+    maxspeedprop: get(split(" mph",tag(maxspeed)),0);
+    set maxspeedclass;
+}
+node[traffic_sign][maxspeed=~/[0-9]+ km\/h/][!is_prop_set(icon-image)] {
+    maxspeedprop: get(split(" km/h",tag(maxspeed)),0);
+    set maxspeedclass;
+}
+node[traffic_sign][maxspeed=~/[0-9]+ knots/][!is_prop_set(icon-image)] {
+    maxspeedprop: get(split(" knots",tag(maxspeed)),0);
+    set maxspeedclass;
+}
+node[prop(maxspeedclass, default)][!is_prop_set(icon-image, default)]::core_maxnodebg {
+    /* background (white) */
+    symbol-shape: circle;
+    symbol-size: 17;
+    symbol-fill-color: white;
+    major-z-index: 4.2;
+}
+node[traffic_sign][maxspeed]["maxspeed:variable"]["maxspeed:variable"!="no"]::core_maxnodebg,
+node[traffic_sign][maxspeed=signals]::core_maxnodebg {
+    /* background (black) */
+    symbol-fill-color: black;
+}
+node[prop(maxspeedclass, default)]::core_maxnodefg {
+    /* foreground (black text and red circle) */
+    symbol-shape: circle;
+    symbol-size: 15;
+    symbol-stroke-color: crimson;
+    symbol-stroke-width: 2;
+    text: prop(maxspeedprop, default);
+    font-size: 8;
+    font-weight: bold;
+    text-color: black;
+    text-anchor-horizontal: center;
+    text-anchor-vertical: center;
+    text-offset-x: 0;
+    text-offset-y: -1;
+    major-z-index: 4.2;
+}
+node[traffic_sign][maxspeed]["maxspeed:variable"]["maxspeed:variable"!="no"]::core_maxnodefg,
+node[traffic_sign][maxspeed=signals]::core_maxnodefg {
+    /* foreground (white text) */
+    text-color: white;
+}
+node|z-16[prop(maxspeedclass, default)][setting("hide_icons")]::core_maxnodebg {
+    symbol-shape: none;
+}
+node|z-16[prop(maxspeedclass, default)][setting("hide_icons")]::core_maxnodefg {
+    text: none;
+    symbol-shape: none;
+}
+
+/**************/
+/* place tags */
+/**************/
+
+area[setting("place_fill_colour")][place=continent],
+area[setting("place_fill_colour")][place=country],
+area[setting("place_fill_colour")][place=state],
+area[setting("place_fill_colour")][place=region],
+area[setting("place_fill_colour")][place=county],
+area[setting("place_fill_colour")][place=city],
+area[setting("place_fill_colour")][place=town],
+area[setting("place_fill_colour")][place=village],
+area[setting("place_fill_colour")][place=hamlet],
+area[setting("place_fill_colour")][place=farm],
+area[setting("place_fill_colour")][place=isolated_dwelling],
+area[setting("place_fill_colour")][place=neighbourhood],
+area[setting("place_fill_colour")][place=suburb],
+area[setting("place_fill_colour")][place=locality],
+area[place=island],
+area[place=islet] {
+    fill-color: place#8de3cb;
+    set place;
+}
+node[place=continent],
+node[place=country],
+node[place=state],
+node[place=region],
+node[place=county],
+node[place=city],
+node[place=town],
+node[place=suburb],
+node[place=village],
+node[place=quarter],
+node[place=neighbourhood],
+node[place=hamlet],
+node[place=isolated_dwelling],
+node[place=farm],
+node[place=island],
+node[place=islet] {
+    set icon_z0;
+    set text_z0;
+    font-weight: bold;
+    text-color:black;
+    text-halo-color: white;
+    text-halo-radius: 1;
+    set place;
+}
+
+node[place=continent],
+node[place=country],
+node[place=state],
+node[place=region],
+node[place=county] {
+    icon-image: "presets/place/capital.svg";
+    z-index: 2.9;
+}
+node[place=city] {
+    icon-image: "presets/place/city.svg";
+    z-index: 2.8;
+}
+node[place=town] {
+    icon-image: "presets/place/town.svg";
+    z-index: 2.7;
+}
+node[place=suburb] {
+    icon-image: "presets/place/suburb.svg";
+    z-index: 2.6;
+}
+node[place=village] {
+    icon-image: "presets/place/village.svg";
+    z-index: 2.5;
+}
+node[place=quarter] {
+    icon-image: "presets/place/quarter.svg";
+    z-index: 2.5;
+}
+node[place=neighbourhood] {
+    icon-image: "presets/place/neighbourhood.svg";
+    z-index: 2.4;
+}
+node[place=hamlet] {
+    icon-image: "presets/place/hamlet.svg";
+    z-index: 2.3;
+}
+node[place=isolated_dwelling] {
+    icon-image: "presets/place/isolated_dwelling.svg";
+    z-index: 2.2;
+}
+node[place=farm] {
+    icon-image: "presets/place/farm.svg";
+    z-index: 2.1;
+}
+node|z15-[place=locality],
+node|z-14[place=locality][!setting("hide_icons")] {
+    icon-image: "presets/place/locality.svg";
+    font-weight: bold;
+    text-color: black;
+    text-halo-color: white;
+    text-halo-radius: 1;
+}
+node[place=island] {
+    icon-image: "presets/place/island.svg";
+}
+node[place=islet] {
+    icon-image: "presets/place/islet.svg";
+}
+
+area[place=square] {
+    fill-color: place#8de3cb;
+}
+node[place=square] {
+    icon-image: "presets/place/square.svg";
+    set icon_z17;
+}
+
+/***************************/
+/* "work in progress" tags */
+/***************************/
+
+node|z16-[fixme]::core_note_fixme,
+node|z-15[fixme][!setting("hide_icons")]::core_note_fixme,
+node|z16-[FIXME]::core_note_fixme,
+node|z-15[FIXME][!setting("hide_icons")]::core_note_fixme {
+    object-z-index: 10;
+    icon-image: "presets/misc/fixme_annotation.svg";
+}
+node|z16-[note]::core_note_fixme,
+node|z-15[note][!setting("hide_icons")]::core_note_fixme {
+    object-z-index: 10;
+    icon-image: "presets/misc/note_annotation.svg";
+}
+node|z16-[note][fixme]::core_note_fixme,
+node|z-15[note][fixme][!setting("hide_icons")]::core_note_fixme,
+node|z16-[note][FIXME]::core_note_fixme,
+node|z-15[note][FIXME][!setting("hide_icons")]::core_note_fixme {
+    icon-image: "presets/misc/note_fixme_annotation.svg";
+}
+
+/****************************************/
+/* zoom levels and general node display */
+/****************************************/
+
+/*
+Summary of different zoom levels:
+  (any zoom)    place=* (except locality and square) and a few natural icons with their text is shown
+  |z-14         tagged way nodes are hidden completely
+  |z-15         untagged way nodes are hidden completely
+  |z15          place=locality icon
+  |z16-         fixme=* and note=* symbols; place=locality text
+  |z17-         normal POI icons (without text),
+                street name along highway=* ways
+  |z18-         text for normal POI icons is shown
+  
+ * text size and node size is adapted according to zoom level (see style source below), place labels (except locality and square) don't get smaller
+ * all these zoom features are modifiable via style settings
+ * maxspeed icons should not be distinguishable from POIs with "icon-image" property
+
+*/
+
+node|z-16[setting("hide_icons")],
+node|z17-[!is_prop_set("icon-image")][setting("hide_icons")]!.maxspeedclass,
+node[!is_prop_set("icon-image")][!setting("hide_icons")]!.maxspeedclass {
+    symbol-size: 2;
+    symbol-shape: square;
+    symbol-stroke-color: node_standard#ffff00;
+    major-z-index: 4.95; /* put node squares above line text */
+}
+way > node|z-15[setting("shrink_nodes")]!:tagged {
+    symbol-shape: none;
+}
+node:connection {
+    symbol-stroke-color: node_connection#ffff00;
+}
+node:tagged {
+    symbol-stroke-color: none;
+    symbol-fill-color: node_tagged#00ffff;
+}
+node:tagged[!is_prop_set("icon-image")]!.maxspeedclass {
+    symbol-fill-color: node_tagged_without_icon#00ffff; /* by default same color as above but user configurable */
+}
+way > node|z-14[setting("shrink_nodes")][setting("hide_tagged_waynodes")]:tagged { /* todo: check which is faster: `way > node {...}` or `node!:unconnected {...}`, also at other occurrences in this file */
+    symbol-shape: none;
+}
+
+way > node|z16[setting("shrink_nodes")]!:tagged { symbol-size: 1; }
+
+node|z17[setting("shrink_nodes")]               { symbol-size: 4; }
+way > node|z17[setting("shrink_nodes")]         { symbol-size: 2; }
+node|z17[setting("shrink_nodes")]:connection    { symbol-size: 4; }
+
+node|z18[setting("shrink_nodes")]               { symbol-size: 4; }
+way > node|z18[setting("shrink_nodes")]         { symbol-size: 3; }
+node|z18[setting("shrink_nodes")]:connection    { symbol-size: 5; }
+
+node|z19-[setting("shrink_nodes")]              { symbol-size: 4; }
+way > node|z19-[setting("shrink_nodes")]        { symbol-size: 4; }
+node|z19-[setting("shrink_nodes")]:connection   { symbol-size: 6; }
+
+node[!setting("shrink_nodes")]                  { symbol-size: 4; }
+way > node[!setting("shrink_nodes")]            { symbol-size: 4; }
+node[!setting("shrink_nodes")]:connection       { symbol-size: 6; }
+
+node:selected {
+    symbol-shape: square;
+    symbol-size: 6;
+    symbol-fill-color: node_selected#ff0000;
+    symbol-stroke-color: node_selected#ff0000;
+}
+
+node|z-16[setting("hide_icons")].icon_z17!.icon_z0,
+relation|z-16[type=restriction][setting("hide_icons")] {
+    icon-image: none;
+}
+node|z-17[setting("hide_icons")]!.text_z0 {
+    text: none;
+}
+node|z16-17[setting("hide_icons")][place=locality] {
+    text: auto;
+}
+
+node|z-18,area|z-18 { font-size: 8; }
+node|z19,area|z19   { font-size: 9; }
+node|z20-,area|z20- { font-size: 11; }
+
+node.place, way.place, area.place { font-size: 11; }
+
+
+/*******************/
+/* way text labels */
+/*******************/
+
+way|z18-[highway=motorway][setting("highway_labels")],
+way|z18-[highway=motorway_link][setting("highway_labels")],
+way|z18-[highway=trunk][setting("highway_labels")],
+way|z18-[highway=trunk_link][setting("highway_labels")],
+way|z18-[highway=primary][setting("highway_labels")],
+way|z18-[highway=primary_link][setting("highway_labels")],
+way|z18-[highway=secondary][setting("highway_labels")],
+way|z18-[highway=secondary_link][setting("highway_labels")],
+way|z18-[highway=tertiary][setting("highway_labels")],
+way|z18-[highway=tertiary_link][setting("highway_labels")],
+way|z18-[highway=unclassified][setting("highway_labels")],
+way|z18-[highway=residential][setting("highway_labels")],
+way|z18-[highway=living_street][setting("highway_labels")],
+way|z18-[highway=escape][setting("highway_labels")],
+way|z18-[highway=pedestrian][!area?][setting("highway_labels")],
+way|z18-[highway=steps][setting("highway_labels")],
+way|z18-[highway=footway][setting("highway_labels")],
+way|z18-[highway=path][setting("highway_labels")],
+way|z18-[highway=service][setting("highway_labels")],
+way|z18-[highway=track][setting("highway_labels")],
+way|z18-[highway=cycleway][setting("highway_labels")],
+way|z18-[highway=bridleway][setting("highway_labels")],
+way|z18-[highway=bus_guideway][setting("highway_labels")],
+way|z18-[highway=raceway][setting("highway_labels")],
+way|z18-[highway=construction][setting("highway_labels")],
+way|z18-[highway=road][setting("highway_labels")] {
+    text: auto;
+    text-color: black;
+    font-size: 10;
+    text-position: line;
+    text-halo-opacity: 1;
+    text-halo-radius: 1.5;
+}
+way|z18-[highway=motorway][setting("highway_labels")],
+way|z18-[highway=motorway_link][setting("highway_labels")] {
+    text-halo-color: motorway#809bc0;
+}
+way|z18-[highway=trunk][setting("highway_labels")],
+way|z18-[highway=trunk_link][setting("highway_labels")] {
+    text-halo-color: trunk#7fc97f;
+}
+way|z18-[highway=primary][setting("highway_labels")],
+way|z18-[highway=primary_link][setting("highway_labels")] {
+    text-halo-color: primary#fb805f;
+}
+way|z18-[highway=secondary][setting("highway_labels")],
+way|z18-[highway=secondary_link][setting("highway_labels")] {
+    text-halo-color: secondary#fdbf6f;
+}
+way|z18-[highway=tertiary][setting("highway_labels")],
+way|z18-[highway=tertiary_link][setting("highway_labels")] {
+    text-halo-color: tertiary#f7f496;
+}
+way|z18-[highway=unclassified][setting("highway_labels")],
+way|z18-[highway=residential][setting("highway_labels")],
+way|z18-[highway=living_street][setting("highway_labels")],
+way|z18-[highway=escape][setting("highway_labels")] {
+    text-halo-color: street#c0c0c0;
+}
+way|z18-[highway=pedestrian][!area?][setting("highway_labels")],
+way|z18-[highway=steps][setting("highway_labels")],
+way|z18-[highway=footway][setting("highway_labels")],
+way|z18-[highway=path][setting("highway_labels")] {
+    text-halo-color: foot#00ff00;
+}
+way|z18-[highway=service][setting("highway_labels")] {
+    text-halo-color: service#809bc0;
+}
+way|z18-[highway=track][setting("highway_labels")] {
+    text-halo-color: highway_track#6e541c;
+}
+way|z18-[highway=cycleway][setting("highway_labels")],
+way|z18-[highway=path][setting("highway_labels")].cyclecolor {
+    text-halo-color: bicycle#b100ff;
+}
+way|z18-[highway=bridleway][setting("highway_labels")] {
+    text-halo-color: horse#a18559;
+}
+way|z18-[highway=bus_guideway][setting("highway_labels")] {
+    text-halo-color: rail#404040;
+}
+way|z18-[highway=raceway][setting("highway_labels")] {
+    text-halo-color: raceway#ff80ff;
+}
+way|z18-[highway=construction][setting("highway_labels")] {
+    text-halo-color: construction#ffff00;
+}
+way|z18-[highway=road][setting("highway_labels")] {
+    text-halo-color: highway_road#770000;
+}
+way|z18-[highway][railway=platform][setting("highway_labels")] {
+    text-halo-color: rail#404040;
+}
+way|z18-[highway][public_transport=platform][setting("highway_labels")] {
+    text-halo-color: service#809bc0;
+}
+way|z19[highway][setting("highway_labels")] {
+    font-size: 11;
+}
+way|z20-[highway][setting("highway_labels")] {
+    font-size: 12;
+}
+
+/*************/
+/* Area fill */
+/*************/
+
+/* small extent for unclosed area (see below for closed) */
+area[setting("partial_fill")] {
+    fill-extent: 15;
+}
+
+/* Turn partial fill off and use plain fill, when the partial fill covers about
+   100% of the area. This reduces artifacts (typically for incomplete multipolygons).
+   Switching between full and partial fill while drawing an area might be irritating,
+   so only do this at low zoom. */
+area|z-13[setting("partial_fill")] {
+    fill-extent-threshold: 1.0;
+}
+
+/* Larger extent for closed areas.
+   Turn partial fill off, when it covers more than about 50% of the area. This avoids
+   areas with small unfilled patches in the center. */
+area[setting("partial_fill")]:closed2 {
+    fill-extent: 25;
+    fill-extent-threshold: JOSM_pref("draw.area.extent_threshold", 0.5);
+}
+
Index: /trunk/resources/styles/standard/potlatch2.mapcss
===================================================================
--- /trunk/resources/styles/standard/potlatch2.mapcss	(revision 16006)
+++ /trunk/resources/styles/standard/potlatch2.mapcss	(revision 16006)
@@ -0,0 +1,399 @@
+/* THIS FILE IS AUTO-GENERATED (SEE nodist/styles/potlatch2/README) */
+/*
+
+	Potlatch 2 core stylesheet
+	
+	This stylesheet should contain commonly used features and only the most essential extra attributes
+	(e.g. oneway). It needs to remain simple (not too many nested styles or dash-type decorations) in
+	order not to kill performance on slower systems and those with a less effective Flash Player (i.e. 
+	Linux).
+	
+	It is expected that experienced mappers will switch between this and other stylesheets as required.
+
+*/
+
+meta {
+    title: "Potlatch 2";
+    icon: "dialogs/mappaint/pl2_small.png";
+}
+
+canvas {
+    fill-color: #ffffea;
+}
+
+node, area {
+    text-color: black;
+}
+
+relation[restriction=no_left_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.svg";
+}
+relation[restriction=no_right_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.svg";
+}
+relation[restriction=no_straight_on] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.svg";
+}
+relation[restriction=no_u_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.svg";
+}
+relation[restriction=only_left_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.svg";
+}
+relation[restriction=only_right_turn] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.svg";
+}
+relation[restriction=only_straight_on] {
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.svg";
+}
+
+/****************
+ * core_ways.css
+ ****************/
+
+/* Roads */
+
+way[highway=motorway],way[highway=motorway_link],
+way[highway=trunk],way[highway=trunk_link],
+way[highway=primary],way[highway=primary_link],
+way[highway=secondary],way[highway=secondary_link],
+way[highway=tertiary],way[highway=tertiary_link],
+way[highway=residential],way[highway=unclassified]  { z-index: 5; text: auto; text-color: black; font-size: 12; text-position: line; text-halo-color: white; text-halo-radius: 2; linecap: round; casing-linecap: round }
+way[highway=motorway],way[highway=motorway_link]    { z-index: 9; color: #809BC0; width: 7; casing-color: #1e375a; casing-width: 1; }
+way[highway=trunk],way[highway=trunk_link]          { z-index: 9; color: #7FC97F; width: 7; casing-color: #245424; casing-width: 1; }
+way[highway=primary],way[highway=primary_link]      { z-index: 8; color: #E46D71; width: 7; casing-color: #651316; casing-width: 1; }
+way[highway=secondary],way[highway=secondary_link]  { z-index: 7; color: #FDBF6F; width: 7; casing-color: #b16603; casing-width: 1; }
+way[highway=tertiary],way[highway=tertiary_link]    { z-index: 6; color: #FEFECB; width: 5; casing-color: #626202; casing-width: 1; }
+way[highway=unclassified]                           { z-index: 6; color: #D0D0D0; width: 5; casing-width: 1; }
+way[highway=residential]                            { z-index: 5; color: #E8E8E8; width: 5; casing-color: gray; casing-width: 1; }
+way[highway=service][service!=parking_aisle]        { z-index: 5; color: white; width: 3; casing-color: gray; casing-width: 1; }
+way[highway=service][service=parking_aisle]         { z-index: 5; color: white; width: 1; casing-color: #aaaaaa; casing-width: 1; }
+way[highway=service][service=alley]                 { z-index: 5; color: white; width: 2; dashes: 6,2; casing-color: black; casing-width: 1; }
+way[highway=road]                                   { z-index: 5; color: gray; width: 5; casing-color: white; casing-width: 1; }
+way[highway=living_street]                          { z-index: 5; color: #ddffee; width: 3; casing-color: #555555; casing-width: 1; }
+
+/* Road areas */
+
+way[highway=pedestrian]!:closed { z-index: 5; color: #ddddee; width: 5; casing-color: #555555; casing-width: 1; casing-dashes: 2,4;}
+area[highway=pedestrian]:closed  { color: #555555; width: 1; fill-color: #ddddee; fill-opacity: 0.8; } /* FIXME: dashed outline */
+
+/* Paths */
+
+way[highway=steps]     { z-index: 5; color: #FF6644; width: 6; dashes: 2, 2; }
+way[highway=footway]   { z-index: 5; color: #FF6644; width: 2; dashes: 6, 3; prop_path : 1;}
+way[highway=footway][bicycle=yes]::bike   { z-index: 4; color: blue; width: 1; }
+way[highway=bridleway] { z-index:9; color: #996644; width: 2; dashes: 4, 2, 2, 2; prop_path : 1;}
+way[highway=track]     { z-index: 5; color: #996644; width: 2; dashes: 4, 2; prop_path : 1;}
+way[highway=path]      { z-index: 5; color: brown; width: 2; dashes: 2, 2; prop_path : 1;}
+way[highway=cycleway]  { z-index: 5; color: blue; width: 2; dashes: 4, 2; prop_path : 1;}
+way[is_prop_set("prop_path")]  { z-index: 5; text: auto; text-color: black; text-position: line; text-offset: 7; font-size: 12; }
+
+/* Under construction */
+
+way[highway=proposed] { z-index: 5; color: #88ffff; width: 6; dashes: 8, 4; }
+way[highway=construction] { z-index: 5; color: #ffffbb; width: 6; dashes: 8, 4; casing-color: #0000aa; casing-width: 1; casing-dashes: 8,4;}
+
+/* Railways */
+
+way[railway=rail] { z-index: 6; color: black; width: 5; linecap: round; dashes: 0; }
+way[railway=rail]::dashes { z-index: 7; color: white; width: 3; dashes: 12,12; linecap: round; }
+
+way[construction=rail] { z-index: 6; color: black; width: 5; dashes: 6, 6, 4, 8;}
+way[construction=rail]::inner { z-index: 7; color: white; width: 3; dashes: 6,18; }
+
+way[railway=platform] { z-index: 5; color:black; width: 2; }
+
+way[railway=subway] { z-index: 6; color: #444444; width: 5; }
+way[railway=subway]::dashes  { z-index: 7; color: white; width: 3; dashes: 8,8; }
+
+way[construction=subway] { z-index: 6; color: #444444; width: 5; dashes: 4, 4; }
+way[construction=subway]::dashes  { z-index: 7; color: white; width: 3; dashes: 4,12;}
+
+way[railway=disused][!highway],way[railway=abandoned][!highway] { z-index: 6; color: #444400; width: 3; dashes: 17, 2, 5, 0; }
+way[railway=disused][!highway]::dashes,way[railway=abandoned][!highway]::dashes { z-index: 7; color: #999999; width: 2; dashes: 12,12; }
+
+way[railway=tram]      { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; }
+way[construction=tram] { z-index: 11; color: #999999; width: 2; casing-color: black; casing-width: 2; dashes: 6, 6; casing-dashes: 6, 6; }
+
+way[railway=light_rail] { z-index: 6; color: black; width: 4; }
+way[railway=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,4; }
+
+way[construction=light_rail] { z-index: 6; color: black; width: 4; dashes: 8, 4, 4, 4; }
+way[construction=light_rail]::dashes { z-index: 7; color: #999999; width: 2; dashes: 8,12; }
+
+/* Waterways */ 
+
+way[waterway=river], 
+way[waterway=canal], 
+way[waterway=stream]   { z-index: 5; color: #3434ff; width: 2; text:auto; text-color: #3434ff; font-size:9; text-position: line; text-offset: 7;}
+way[waterway=drain]              {z-index: 5; color: #3434ff; width: 1; text:auto; text-color: #3434ff; text-position: line; text-offset: 3;}
+way[waterway][tunnel=yes]                {z-index: 5; dashes: 8,4;}
+
+/* Aeroways */
+
+way[aeroway=aerodrome]:closed
+    { z-index: 3; color: #bb44bb; width: 3; casing-color: #66066;  casing-width: 1;  }
+way[aeroway=taxiway]!:closed { z-index: 8; color: #999999; width: 3; casing-color: #aa66aa; casing-width: 2; }
+area[aeroway=taxiway]:closed { z-index: 8; color: #bb99bb; width: 3; fill-color: #ccaacc; } 
+
+way[aeroway=runway]!:closed { z-index: 9; color: black; width: 5;  }
+way[aeroway=runway]!:closed::aa { z-index: 12; color: white; width: 5;  dashes: 0, 20, 4, 76; }
+way[aeroway=runway]!:closed::bb { z-index: 13; color: black; width: 3; }
+way[aeroway=runway]!:closed::cc { z-index: 14; color: white; width: 1;  dashes: 4, 16; }
+
+area[aeroway=runway]:closed { z-index: 9; color: black; width: 3; fill-color: #775577; } 
+area[aeroway=apron]:closed { z-index: 4; color: #cc66cc; width: 1; fill-color: #ddaadd; fill-opacity: 0.5;} 
+
+/* Barriers */
+
+way[barrier] {z-index: 5; color: #000000; width: 1}
+way[barrier=fence] {z-index: 5; color: #000000; width: 1; dashes: 8,4,2,4; }
+
+/* Power */
+
+way[power=line] {z-index: 5; color: darkgray; width: 3; dashes: 12,2; casing-color: black; casing-width: 2; casing-dashes: 4, 38;}
+way[power=minor_line] {z-index: 5; color: gray; width: 2; dashes: 2,4; casing-width: 3; casing-color: white; casing-dashes: 2,22;}
+area[power=station]:closed { color: black; width: 2; fill-color: #666666; fill-opacity: 0.6; prop_area_small_name : 1;}
+area[power=generator]:closed { color: black; width: 2; fill-color: #444444; fill-opacity: 0.6; prop_area_small_name : 1;}
+
+/* Leisure */
+
+way[golf=hole] {z-index: 5; color: darkgreen; width: 5; casing-color: green; casing-width: 2; }
+area[leisure=sports_centre]:closed { color: #66ddcc; fill-color: #66ddcc; prop_area_small_name : 1; }
+
+
+/* Physical decoration */
+
+way[bridge=yes]::bridge1, way[bridge=viaduct]::bridge1, way[bridge=suspension]::bridge1 { z-index: 4; color: white; width: +3; }
+way[bridge=yes]::bridge2, way[bridge=viaduct]::bridge2, way[bridge=suspension]::bridge2 { z-index: 3; color: #444444; width: +6; }
+way[tunnel=yes][!waterway]::bridge1 { z-index: 4; color: white; width: +2; }
+way[tunnel=yes][!waterway]::bridge2 { z-index: 3; color: black; width: +6; dashes: 4,4; }
+
+/* Attribute decoration */
+
+/*way[oneway=yes]::arrows, way[junction=roundabout]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows; }
+way[oneway=-1]::arrows { z-index: 15; color: #555555; width: 2; dashes: 10,50; line-style: arrows-reversed; }*/
+
+/****************
+ * core_pois.css
+ ****************/
+
+node { text-anchor-horizontal: center; text-anchor-vertical: below; }
+
+node[place] { icon-image: icons/place.png; font-family: DejaVu; text: auto; font-size: 10; font-weight: bold; z-index: 20; }
+node[amenity=telephone] { icon-image: icons/telephone.png; z-index: 20; }
+node[barrier=cattle_grid] { icon-image: icons/cattle_grid.png; z-index: 20; }
+node[tourism=guesthouse] { icon-image: icons/accommodation_bed_and_breakfast.n.16.png; z-index: 20; }
+node[tourism=alpine_hut] { icon-image: icons/accommodation_alpinehut.n.16.png; z-index: 20; }
+node[tourism=camp_site] { icon-image: icons/accommodation_camping.n.16.png; z-index: 20; }
+node[tourism=caravan_site] { icon-image: icons/accommodation_caravan_park.n.16.png; z-index: 20; }
+node[tourism=chalet] { icon-image: icons/accommodation_chalet.n.16.png; z-index: 20; }
+node[tourism=guest_house],node[tourism=bed_and_breakfast] { icon-image: icons/accommodation_bed_and_breakfast.n.16.png; z-index: 20; }
+node[tourism=hotel] { icon-image: icons/accommodation_hotel.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[tourism=hostel] { icon-image: icons/accommodation_youth_hostel.n.16.png; z-index: 20; }
+node[tourism=motel] { icon-image: icons/accommodation_motel.n.16.png; z-index: 20; }
+node[amenity=fire_station] { icon-image: icons/amenity_firestation2.n.16.png; z-index: 20; }
+node[amenity=police] { icon-image: icons/amenity_police2.n.16.png; z-index: 20; }
+node[amenity=post_box] { icon-image: icons/amenity_post_box.n.16.png; z-index: 20; }
+node[amenity=recycling] { icon-image: icons/amenity_recycling.n.16.png; z-index: 20; }
+node[barrier=bollard] { icon-image: icons/barrier_bollard.n.16.png; z-index: 20; }
+node[barrier=gate], node[highway=gate] { icon-image: icons/barrier_gate.n.16.png; z-index: 20; }
+node[barrier=stile], node[highway=stile] { icon-image: icons/barrier_stile.n.16.png; z-index: 20; }
+node[barrier=toll_booth] { icon-image: icons/barrier_toll_booth.n.16.png; z-index: 20; }
+node[barrier=lift_gate] { icon-image: icons/barrier_lift_gate.n.16.png; z-index: 20; }
+node[barrier=kissing_gate] { icon-image: icons/barrier_kissing_gate.16.png; z-index: 20; }
+node[barrier=cycle_barrier] { icon-image: icons/barrier_cycle_barrier.16.png; z-index: 20; }
+node[barrier=block] { icon-image: icons/barrier_blocks.16.png; z-index: 20; }
+node[barrier=cattle_grid] { icon-image: icons/barrier_cattle_grid.16.png; z-index: 20; }
+node[amenity=school] { icon-image: icons/education_school.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+area[amenity=school]:closed { color: yellow; fill-color: yellow; fill-opacity: 0.1; prop_area_small_name : 1; }
+node[amenity=bar] { icon-image: icons/food_bar.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=cafe] { icon-image: icons/food_cafe.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=fast_food] { icon-image: icons/food_fastfood.n.16.png; z-index: 20; }
+node[amenity=nightclub] { icon-image: icons/food_nightclub.n.16.png; text-offset: 0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=pub] { icon-image: icons/food_pub.n.16.png; text-offset: 0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=restaurant] { icon-image: icons/food_restaurant.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=hospital] { icon-image: icons/health_hospital.n.16.png; z-index: 20; }
+node[amenity=pharmacy] { icon-image: icons/health_pharmacy.n.16.png; z-index: 20; }
+node[amenity=atm] { icon-image: icons/money_atm.n.16.png; z-index: 20; }
+node[amenity=bank] { icon-image: icons/money_bank2.n.16.png; z-index: 20; }
+/* More Amenities */
+node[amenity=bench] { icon-image: icons/amenity_bench.n.16.png; z-index: 20; }
+node[amenity=drinking_water] { icon-image: icons/food_drinkingtap.n.16.png; z-index: 20; }
+node[amenity=emergency_phone] { icon-image: icons/emergency-telephone-16.png; z-index: 20; }
+node[amenity=fountain] { icon-image: icons/amenity_fountain2.n.16.png; z-index: 20; }
+node[amenity=hunting_stand] { icon-image: icons/sport_shooting.n.16.png; z-index: 20; }
+node[amenity=kindergarten] { icon-image: icons/education_nursery3.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=library] { icon-image: icons/amenity_library.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=place_of_worship]  { icon-image: icons/place_of_worship_unknown.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=post_office] { icon-image: icons/amenity_post_office.n.16.png; z-index: 20; }
+node[amenity=shelter] { icon-image: icons/accommodation_shelter2.n.16.png; z-index: 20; }
+node[amenity=swimming_pool] { icon-image: icons/sport_swimming_outdoor.n.16.png; z-index: 20; }
+node[amenity=townhall] { icon-image: icons/amenity_town_hall.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=toilets] { icon-image: icons/amenity_toilets.n.16.png; z-index: 20; }
+node[amenity=vending_machine] { icon-image: icons/shopping_vending_machine.n.16.png; z-index: 20; }
+node[amenity=veterinary] { icon-image: icons/health_veterinary.n.8E7409.16.png; z-index: 20; }
+node[amenity=waste_basket] { icon-image: icons/amenity_waste_bin.n.16.png; z-index: 20; }
+node[amenity=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; }
+node[emergency=fire_hydrant] { icon-image: icons/emergency_hydrant.n.16.png; z-index: 20; }
+/* Shops */
+node[shop=alcohol] { icon-image: icons/shopping_alcohol.n.16.png; z-index: 20; }
+node[shop=bakery] { icon-image: icons/shopping_bakery.n.16.png; z-index: 20; }
+node[shop=bicycle] { icon-image: icons/shopping_bicycle.n.16.png; z-index: 20; }
+node[shop=book], node[shop=books] { icon-image: icons/shopping_book.n.16.png; z-index: 20; }
+node[shop=butcher] { icon-image: icons/shopping_butcher.n.16.png; z-index: 20; }
+node[shop=car_repair] { icon-image: icons/shopping_car_repair.n.16.png; z-index: 20; }
+node[shop=car] { icon-image: icons/shopping_car.n.16.png; z-index: 20; }
+node[shop=clothes] { icon-image: icons/shopping_clothes.n.16.png; z-index: 20; }
+node[shop=confectionery] { icon-image: icons/shopping_confectionery.n.16.png; z-index: 20; }
+node[shop=convenience] { icon-image: icons/shopping_convenience.n.16.png; z-index: 20; }
+node[shop=department_store] { icon-image: icons/shopping_department_store.n.16.png; z-index: 20; }
+node[shop=doityourself] { icon-image: icons/shopping_diy.n.16.png; z-index: 20; }
+node[shop=fishmonger] { icon-image: icons/shopping_fish.n.16.png; z-index: 20; }
+node[shop=florist] { icon-image: icons/shopping_florist.n.16.png; z-index: 20; }
+node[shop=garden_centre] { icon-image: icons/shopping_garden_centre.n.16.png; z-index: 20; }
+node[shop=gift] { icon-image: icons/shopping_gift.n.16.png; z-index: 20; }
+node[shop=greengrocer] { icon-image: icons/shopping_greengrocer.n.16.png; z-index: 20; }
+node[shop=hairdresser] { icon-image: icons/shopping_hairdresser.n.16.png; z-index: 20; }
+node[shop=hifi] { icon-image: icons/shopping_hifi.n.16.png; z-index: 20; }
+node[shop=jewelry] { icon-image: icons/shopping_jewelry.n.16.png; z-index: 20; }
+node[shop=kiosk] { icon-image: icons/shopping_kiosk.n.16.png; z-index: 20; }
+node[shop=laundry] { icon-image: icons/shopping_laundrette.n.16.png; z-index: 20; }
+node[amenity=marketplace] { icon-image: icons/shopping_marketplace.n.16.png; z-index: 20; }
+node[shop=motorcycle] { icon-image: icons/shopping_motorcycle.n.16.png; z-index: 20; }
+node[shop=music] { icon-image: icons/shopping_music.n.16.png; z-index: 20; }
+node[shop=supermarket] { icon-image: icons/shopping_supermarket.n.16.png; z-index: 20; }
+node[shop=toys] { icon-image: icons/shopping_toys.n.16.png; z-index: 20; }
+/* More Touristy Items */
+node[tourism=artwork] { icon-image: icons/tourist_art_gallery2.n.16.png; z-index: 20; }
+node[historic=archaeological_site] { icon-image: icons/tourist_archaeological.n.16.png; z-index: 20; }
+node[historic=battlefield] { icon-image: icons/tourist_battlefield.n.16.png; z-index: 20; }
+node[historic=castle] { icon-image: icons/tourist_castle.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[amenity=cinema] { icon-image: icons/tourist_cinema.n.16.png; z-index: 20; }
+node[historic=memorial] { icon-image: icons/tourist_memorial.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[historic=monument] { icon-image: icons/tourist_monument.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[tourism=museum] { icon-image: icons/tourist_museum.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[tourism=information] { icon-image: icons/tourist_information.png; z-index: 20; }
+node[tourism=picnic_site] { icon-image: icons/tourist_picnic.n.16.png; z-index: 20; }
+node[historic=ruins] { icon-image: icons/tourist_ruin.n.16.png; z-index: 20; }
+node[amenity=theatre] { icon-image: icons/tourist_theatre.n.16.png; z-index: 20; }
+node[tourism=theme_park] { icon-image: icons/tourist_theme_park.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[tourism=viewpoint] { icon-image: icons/tourist_view_point.n.16.png; z-index: 20; }
+node[tourism=zoo] { icon-image: icons/tourist_zoo.n.16.png; z-index: 20; }
+/* Transport */
+node[aeroway=aerodrome] { icon-image: icons/transport_aerodrome.n.16.png; z-index: 20; }
+node[aeroway=gate] { icon-image: icons/transport_airport_gate.n.16.png; z-index: 20; }
+node[aeroway=terminal] { icon-image: icons/transport_airport_terminal.n.16.png; z-index: 20; }
+node[aeroway=helipad] { icon-image: icons/transport_helicopter_pad.n.16.png; z-index: 20; }
+node[amenity=bus_station] { icon-image: icons/transport_bus_station.n.16.png; z-index: 20; }
+node[highway=bus_stop] { icon-image: icons/transport_bus_stop2.n.16.png; z-index: 20; }
+node[amenity=fuel] { icon-image: icons/transport_fuel.n.16.png; z-index: 20; }
+node[amenity=car_wash] { icon-image: icons/transport_car_wash.n.16.png; z-index: 20; }
+node[amenity=bicycle_parking] { icon-image: icons/transport_parking_bicycle.n.16.png; text-offset:0; text: capacity; font-size: 10; z-index: 20; }
+node[amenity=parking] { icon-image: icons/transport_parking_car.n.16.png; z-index: 20; }
+node[amenity=ferry_terminal] { icon-image: icons/transport_port.n.16.png; z-index: 20; }
+node[amenity=bicycle_rental] { icon-image: icons/transport_rental_bicycle.n.16.png; z-index: 20; }
+node[amenity=car_rental] { icon-image: icons/transport_rental_car.n.16.png; z-index: 20; }
+node[amenity=taxi] { icon-image: icons/transport_taxi_rank.n.16.png; z-index: 20; }
+node[railway=station] { icon-image: icons/transport_train_station.n.16.png; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[railway=tram_stop] { icon-image: icons/transport_tram_stop.n.16.png; z-index: 20; }
+node[leisure=marina] { icon-image: icons/transport_marina.n.16.png; z-index: 20; }
+node[highway=mini_roundabout] { icon-image: icons/transport_miniroundabout_anticlockwise.n.16.png; z-index: 20; }
+node[highway=crossing] { icon-image: icons/transport_zebracrossing.n.16.png; z-index: 20; }
+/* Misc */
+node[leisure=playground] { icon-image: icons/amenity_playground.n.16.png; z-index: 20; }
+node[leisure=sports_centre] { icon-image: icons/sport_leisure_centre.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+/* node[landuse=cemetery], node[landuse=grave_yard] { i|||con-image: icons/?.png; z-index: 20; } */
+node[man_made=survey_point] { icon-image: icons/manmade_lighthouse.png; z-index: 20; }
+node[man_made=tower] { icon-image: icons/manmade_tower.png; z-index: 20; }
+/* Yes these power stations seem a little backward - but that's seemingly what the side menu uses ATM */
+node[power=station] { icon-image: icons/power_substation.n.16.png; z-index: 20; }
+node[power=generator] { icon-image: icons/power_station.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+/* P2 previously had these icons instead of "icon-image: cross" which is not standard MapCSS but a P2 keyword we won't implement, so keep the old icons */
+node[power=tower] { icon-image: icons/power_tower_high2.n.16.png; z-index: 20; }
+node[power=pole] { icon-image: icons/power_tower_low.n.16.png; z-index: 20; }
+node[waterway=weir] { icon-image: icons/transport_weir.n.16.png; z-index: 20; }
+/* Natural */
+node[natural=peak] { icon-image: icons/natural_peak.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+node[natural=tree] { icon-image: icons/natural_tree.n.16.png; z-index: 20; text-offset:0; text: auto; font-size: 10; z-index: 20; }
+
+/* Addressing */
+
+node[addr:housenumber],
+node[addr:housename] { symbol-shape: circle; symbol-size: 8; symbol-fill-color: #B0E0E6; }
+node[addr:housenumber]::hn_casing,
+node[addr:housename]::hn_casing { z-index: -100; symbol-shape: circle; symbol-size: 10; symbol-fill-color: blue; }
+
+way[addr:interpolation] { color: #B0E0E6; width: 3; dashes: 3,3;}
+/****************
+ * core_landuse.css
+ ****************/
+
+/* Landuse */
+
+area[natural]:closed                          { color: #ADD6A5; width: 1; fill-color: #ADD6A5; fill-opacity: 0.2; }
+area[natural=beach]:closed                    { color: #ffdd44; width: 1; fill-color: yellow; fill-opacity: 0.2; prop_area_small_name : 1;}
+way[natural=coastline]						{ z-index: 5; color: black; width: 3; }
+area[landuse]:closed                          { color: #444444; width: 2; fill-color: #444444; fill-opacity: 0.3; }
+area[landuse=residential]:closed              { color: #666666; width: 2; fill-color: #666666; fill-opacity: 0.15; }
+area[landuse=retail]:closed                   { color: #cc2222; width: 2; fill-color: #aa4422; fill-opacity: 0.15; }
+area[landuse=commercial]:closed               { color: #4444bb; width: 2; fill-color: #444488; fill-opacity: 0.15; }
+area[landuse=military]:closed                 { color: #ff4444; width: 2; fill-color: #ff4444; fill-opacity: 0.2; prop_area_small_name : 1; }
+area[amenity]:closed, area[shop]:closed                { color: #ADCEB5; width: 1; fill-color: #ADCEB5; fill-opacity: 0.2; }
+/* way[sport] should not be rendered by itself, according to wiki. Can we make it an "if all else fails"? */
+area[leisure]:closed                         { color: #8CD6B5; width: 1; fill-color: #8CD6B5; fill-opacity: 0.2; }
+area[tourism]:closed                          { color: #F7CECE; width: 1; fill-color: #F7CECE; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[historic]:closed, area[ruins]:closed        { color: #F7F7DE; width: 1; fill-color: #F7F7DE; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[military]:closed                         { color: #D6D6D6; width: 1; fill-color: #D6D6D6; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[building]:closed                         { color: #bca9a9; width: 1; fill-color: #ff6ec7; fill-opacity: 0.2; }
+area[natural=water]:closed,
+area[waterway][waterway!=dam]:closed          { color: #3434ff;    width: 2; fill-color: #3434ff;    fill-opacity: 0.2; prop_area_small_name : 1;}
+way[waterway=dam]!:closed                   { z-index: 5; color: black; width: 3; }
+area[waterway=dam]:closed                   { z-index: 5; color: black; width: 1; fill-color: #222222; fill-opacity: 0.1; prop_area_small_name : 1;}
+area[man_made]:closed							{ color: black; width: 2; fill-color: #222222; fill-opacity: 0.1; prop_area_small_name : 1; }
+area[man_made=reservoir_covered]:closed       { color: #3434ff; width: 2; dashes: 4, 2; fill-color: #222222; fill-opacity: 0.1; prop_area_small_name : 1; }
+area[landuse=reservoir]:closed                { color: #3434ff;    width: 2; fill-color: #3434ff;    fill-opacity: 0.2; prop_area_small_name : 1;}
+area[landuse=forest]:closed, area[natural=wood]:closed { color: green;   width: 2; fill-color: green;   fill-opacity: 0.2; prop_area_small_name : 1;}
+area[leisure=park]:closed                    { color: #22aa22; width: 2; fill-color: #44ff44; fill-opacity: 0.15; prop_area_small_name : 1;}
+area[leisure=garden]:closed                  { color: #66ff44; width: 1; fill-color: #66ff44; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[leisure=pitch]:closed					{ z-index: 6; color: #88bb44; width: 2; fill-color: #88ff44; fill-opacity: 0.2; prop_area_small_name : 1;}
+area[landuse=recreation_ground]:closed        { color: green; fill-color: green; prop_area_small_name : 1;}
+area[amenity=parking]:closed                  { color: #bbaa66;    width: 1; fill-color: #bbaa66;    fill-opacity: 0.2; }
+area[public_transport=pay_scale_area]:closed  { color: gray;    width: 1; fill-color: gray;    fill-opacity: 0.1; }
+way[man_made=pier]							{ z-index: 4; color: #777; width: 3; casing-color: black; casing-width: 1;}
+way[man_made=pier][floating=yes]			{ z-index: 5; dashes: 4,2; casing-color: #444;}
+area[leisure=marina]:closed					{ color: pink; fill-color: pink; fill-opacity: 0.4; prop_area_small_name : 1;}
+way[leisure=slipway]						{ z-index: 5; color: grey; width: 3; casing-color: #3434ff; casing-width: 2; }
+area[leisure=golf_course]:closed { color: #44ee22; width: 2; fill-color: #44ee22; fill-opacity: 0.2; prop_area_small_name : 1;}
+way[boundary]                               { z-index: 5; color: #000066; width: 2; opacity: 0.6; dashes: 24,4, 4, 4; z-index: 4;}
+/* Perhaps should be filled, on lower zooms. */
+way[boundary=national_park]                 { z-index: 5; color: #225500; width: 2; opacity: 0.6; dashes: 24,4, 4, 4; z-index: 4;}
+way[boundary=protected_area]                { z-index: 5; color: #447744; width: 2; opacity: 0.6; dashes: 12,4, 4, 4; z-index: 4;}
+way[boundary=administrative]                { z-index: 5; color: purple; width: 2; opacity: 0.2; dashes: 24,4; z-index: 4;}
+way[boundary=administrative][waterway]      { z-index: 5; opacity: 0.8; z-index: 4; dashes: 24,4; width: 6; }
+area[landuse=cemetery]:closed						{ color: #664466; width: 2; fill-color: #664466; opacity: 0.2; prop_area_small_name : 1;}
+/* Addressing. Nodes with addresses *and* match POIs should have a poi icon, so we put addressing first */
+/* Route relations */
+
+relation[type=route] > way::route { z-index: -1; width: 13; color: blue; opacity: 0.3; linecap: none; }
+relation[type=route][route=bicycle][network=ncn] > way::route { z-index: -1; width: 12; color: red; opacity: 0.3; linecap: none; }
+relation[type=route][route=bicycle][network=rcn] > way::route { z-index: -1; width: 12; color: cyan; opacity: 0.3; linecap: none; }
+relation[type=route][route=bicycle][network=lcn] > way::route { z-index: -1; width: 12; color: blue; opacity: 0.3; linecap: none; }
+relation[type=route][route=mtb] > way::route { z-index: -1; width: 12; color: brown; opacity: 0.3; linecap: none; }
+relation[type=route][route=foot] > way::route { z-index: -1; width: 10; color: #80ff80; opacity: 0.6; linecap: none; }
+
+/*@import("stylesheets/core_ways.css");*/
+/*@import("stylesheets/core_pois.css");*/
+/*@import("stylesheets/core_landuse.css");*/
+/*@import("stylesheets/core_relations.css");*/
+way[is_prop_set("prop_area_small_name")] {text-color: black; font-size: 10; text: auto; text-halo: #ffffaa; text-halo-radius: 2; text-position: center;}
+/*@import("stylesheets/core_interactive.css");*/
+
+/* Rendering for licence status */
+
+/*way[_status=no]::status       { z-index: 0; width: eval('_width+7'); color: #AA0000; }
+way[_status=partial]::status  { z-index: 0; width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+way[_status=unsure]::status   { z-index: 0; width: eval('_width+7'); color: darkorange; opacity: 0.6; }
+node[_status=no]::status      { z-index: 0; i|||con-image: square; icon-width: eval('_width+7'); color: #AA0000; }
+node[_status=partial]::status { z-index: 0; i|||con-image: square; icon-width: eval('_width+7'); color: #AA0000; opacity: 0.6; }
+node[_status=unsure]::status  { z-index: 0; i|||con-image: square; icon-width: eval('_width+7'); color: darkorange; opacity: 0.6; }*/
Index: /trunk/scripts/BuildProjectionDefinitions.java
===================================================================
--- /trunk/scripts/BuildProjectionDefinitions.java	(revision 16005)
+++ /trunk/scripts/BuildProjectionDefinitions.java	(revision 16006)
@@ -31,9 +31,9 @@
 public final class BuildProjectionDefinitions {
 
-    private static final String PROJ_DIR = "data_nodist/projection";
+    private static final String PROJ_DIR = "nodist/data/projection";
     private static final String JOSM_EPSG_FILE = "josm-epsg";
     private static final String PROJ4_EPSG_FILE = "epsg";
     private static final String PROJ4_ESRI_FILE = "esri";
-    private static final String OUTPUT_EPSG_FILE = "data/projection/custom-epsg";
+    private static final String OUTPUT_EPSG_FILE = "resources/data/projection/custom-epsg";
 
     private static final Map<String, ProjectionDefinition> epsgProj4 = new LinkedHashMap<>();
Index: /trunk/scripts/TagInfoExtract.java
===================================================================
--- /trunk/scripts/TagInfoExtract.java	(revision 16005)
+++ /trunk/scripts/TagInfoExtract.java	(revision 16006)
@@ -208,5 +208,5 @@
             final Path f = baseDir.resolve("images").resolve(path);
             if (Files.exists(f)) {
-                return "https://josm.openstreetmap.de/export/" + josmSvnRevision + "/josm/trunk/images/" + path;
+                return "https://josm.openstreetmap.de/export/" + josmSvnRevision + "/josm/trunk/resources/images/" + path;
             }
             throw new IllegalStateException("Cannot find image url for " + path);
@@ -226,5 +226,5 @@
                         .add("description", description)
                         .add("project_url", "https://josm.openstreetmap.de/")
-                        .add("icon_url", "https://josm.openstreetmap.de/export/7770/josm/trunk/images/logo_16x16x8.png")
+                        .add("icon_url", "https://josm.openstreetmap.de/export/7770/josm/trunk/resources/images/logo_16x16x8.png")
                         .add("contact_name", "JOSM developer team")
                         .add("contact_email", "josm-dev@openstreetmap.org");
Index: /trunk/scripts/geticons.pl
===================================================================
--- /trunk/scripts/geticons.pl	(revision 16005)
+++ /trunk/scripts/geticons.pl	(revision 16006)
@@ -4,7 +4,7 @@
 
 my @default = (
-  "styles/standard/*.xml",
-  "styles/standard/*.mapcss",
-  "data/*.xml",
+  "resources/styles/standard/*.xml",
+  "resources/styles/standard/*.mapcss",
+  "resources/data/*.xml",
   "src/org/openstreetmap/josm/*.java",
   "src/org/openstreetmap/josm/*/*.java",
@@ -134,9 +134,9 @@
 my %haveicons;
 
-for($i = 1; my @ifiles = (glob("images".("/*" x $i).".png"), glob("images".("/*" x $i).".svg")); ++$i)
+for($i = 1; my @ifiles = (glob("resources/images".("/*" x $i).".png"), glob("resources/images".("/*" x $i).".svg")); ++$i)
 {
   for my $ifile (sort @ifiles)
   {
-    $ifile =~ s/^images\///;
+    $ifile =~ s/^resources\/images\///;
     # svg comes after png due to the glob, so only check for svg's
     if($ifile =~ /^(.*)\.svg$/)
@@ -147,5 +147,5 @@
       }
       # check for unwanted svg effects
-      if(open FILE, "<","images/$ifile")
+      if(open FILE, "<","resources/images/$ifile")
       {
         undef $/;
@@ -181,10 +181,10 @@
   if($img =~ /\.(png|svg)/)
   {
-    print STDERR "$img: File does not exist!\n" if(!-f "images/$img");
+    print STDERR "$img: File does not exist!\n" if(!-f "resources/images/$img");
     delete $haveicons{$img};
   }
   else
   {
-    print STDERR "$img(.svg|.png): File does not exist!\n" if(!-f "images/$img.png" && !-f "images/$img.svg");
+    print STDERR "$img(.svg|.png): File does not exist!\n" if(!-f "resources/images/$img.png" && !-f "resources/images/$img.svg");
     delete $haveicons{"$img.svg"};
     delete $haveicons{"$img.png"};
Index: /trunk/scripts/optimize-images
===================================================================
--- /trunk/scripts/optimize-images	(revision 16005)
+++ /trunk/scripts/optimize-images	(revision 16006)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-find images/ -name "*.png" \
+find resources/images/ -name "*.png" \
   -exec echo "Processing {}" \; \
   -exec optipng -o7 -quiet "{}" \;
Index: /trunk/src/org/openstreetmap/josm/gui/GettingStarted.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 16005)
+++ /trunk/src/org/openstreetmap/josm/gui/GettingStarted.java	(revision 16006)
@@ -196,5 +196,5 @@
 
     static String fixImageLinks(String s) {
-        Matcher m = Pattern.compile("src=\"/browser/trunk(/images/.*?\\.png)\\?format=raw\"").matcher(s);
+        Matcher m = Pattern.compile("src=\"/browser/trunk/resources(/images/.*?\\.png)\\?format=raw\"").matcher(s);
         StringBuffer sb = new StringBuffer();
         while (m.find()) {
Index: /trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/ImportHandler.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/ImportHandler.java	(revision 16005)
+++ /trunk/src/org/openstreetmap/josm/io/remotecontrol/handler/ImportHandler.java	(revision 16006)
@@ -74,5 +74,5 @@
     public String[] getUsageExamples() {
         return new String[] {"/import?url=" + Utils.encodeUrl(
-                Config.getUrls().getJOSMWebsite()+"/browser/josm/trunk/data_nodist/direction-arrows.osm?format=txt")};
+                Config.getUrls().getJOSMWebsite()+"/browser/josm/trunk/nodist/data/direction-arrows.osm?format=txt")};
     }
 
Index: /trunk/test/functional/org/openstreetmap/josm/gui/GettingStartedTest.java
===================================================================
--- /trunk/test/functional/org/openstreetmap/josm/gui/GettingStartedTest.java	(revision 16005)
+++ /trunk/test/functional/org/openstreetmap/josm/gui/GettingStartedTest.java	(revision 16006)
@@ -40,6 +40,6 @@
     @Test
     public void testImageReplacementStatic() {
-        final String html = "the download button <img src=\"/browser/trunk/images/download.png?format=raw\" " +
-                "alt=\"source:trunk/images/download.png\" title=\"source:trunk/images/download.png\" />.";
+        final String html = "the download button <img src=\"/browser/trunk/resources/images/download.png?format=raw\" " +
+                "alt=\"source:trunk/resources/images/download.png\" title=\"source:trunk/resources/images/download.png\" />.";
         assertFalse(GettingStarted.fixImageLinks(html).equals(html));
 
Index: /trunk/test/functional/org/openstreetmap/josm/gui/mappaint/StyleCacheTest.java
===================================================================
--- /trunk/test/functional/org/openstreetmap/josm/gui/mappaint/StyleCacheTest.java	(revision 16005)
+++ /trunk/test/functional/org/openstreetmap/josm/gui/mappaint/StyleCacheTest.java	(revision 16006)
@@ -63,5 +63,5 @@
 
         try (
-            InputStream fisC = Compression.getUncompressedFileInputStream(new File("data_nodist/neubrandenburg.osm.bz2"));
+            InputStream fisC = Compression.getUncompressedFileInputStream(new File("nodist/data/neubrandenburg.osm.bz2"));
         ) {
             dsCity = OsmReader.parseDataSet(fisC, NullProgressMonitor.INSTANCE);
Index: /trunk/test/performance/org/openstreetmap/josm/data/osm/OsmDataGenerator.java
===================================================================
--- /trunk/test/performance/org/openstreetmap/josm/data/osm/OsmDataGenerator.java	(revision 16005)
+++ /trunk/test/performance/org/openstreetmap/josm/data/osm/OsmDataGenerator.java	(revision 16006)
@@ -18,5 +18,5 @@
     private static final int DEFAULT_KEY_VALUE_RATIO = 3;
     private static final int DEFAULT_NODE_COUNT = 1000;
-    private static final String DATA_DIR = "data_nodist" + File.separator + "osmfiles";
+    private static final String DATA_DIR = "nodist/data" + File.separator + "osmfiles";
 
     private OsmDataGenerator() {
Index: /trunk/test/performance/org/openstreetmap/josm/data/osm/visitor/paint/AbstractMapRendererPerformanceTestParent.java
===================================================================
--- /trunk/test/performance/org/openstreetmap/josm/data/osm/visitor/paint/AbstractMapRendererPerformanceTestParent.java	(revision 16005)
+++ /trunk/test/performance/org/openstreetmap/josm/data/osm/visitor/paint/AbstractMapRendererPerformanceTestParent.java	(revision 16006)
@@ -81,8 +81,8 @@
         StyledMapRenderer.PREFERENCE_TEXT_ANTIALIASING.put("gasp");
 
-        try (InputStream fisR = Files.newInputStream(Paths.get("data_nodist/restriction.osm"));
-             InputStream fisM = Files.newInputStream(Paths.get("data_nodist/multipolygon.osm"));
-             InputStream fisC = Compression.getUncompressedFileInputStream(new File("data_nodist/neubrandenburg.osm.bz2"));
-             InputStream fisO = Compression.getUncompressedFileInputStream(new File("data_nodist/overpass-download.osm.bz2"));) {
+        try (InputStream fisR = Files.newInputStream(Paths.get("nodist/data/restriction.osm"));
+             InputStream fisM = Files.newInputStream(Paths.get("nodist/data/multipolygon.osm"));
+             InputStream fisC = Compression.getUncompressedFileInputStream(new File("nodist/data/neubrandenburg.osm.bz2"));
+             InputStream fisO = Compression.getUncompressedFileInputStream(new File("nodist/data/overpass-download.osm.bz2"));) {
             dsRestriction = OsmReader.parseDataSet(fisR, NullProgressMonitor.INSTANCE);
             dsMultipolygon = OsmReader.parseDataSet(fisM, NullProgressMonitor.INSTANCE);
Index: /trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java
===================================================================
--- /trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java	(revision 16005)
+++ /trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java	(revision 16006)
@@ -19,5 +19,4 @@
 import javax.imageio.ImageIO;
 
-import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
 import org.junit.AfterClass;
 import org.junit.Assert;
@@ -49,4 +48,6 @@
 import org.openstreetmap.josm.tools.Logging;
 
+import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
+
 /**
  * Performance test of map renderer.
@@ -152,5 +153,5 @@
 
         try (
-            InputStream fisC = Compression.getUncompressedFileInputStream(new File("data_nodist/neubrandenburg.osm.bz2"));
+            InputStream fisC = Compression.getUncompressedFileInputStream(new File("nodist/data/neubrandenburg.osm.bz2"));
         ) {
             dsCity = OsmReader.parseDataSet(fisC, NullProgressMonitor.INSTANCE);
Index: /trunk/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSPerformanceTest.java
===================================================================
--- /trunk/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSPerformanceTest.java	(revision 16005)
+++ /trunk/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSPerformanceTest.java	(revision 16006)
@@ -35,10 +35,10 @@
      * The path to the style file used for rendering.
      */
-    static final String STYLE_FILE = "styles/standard/elemstyles.mapcss";
+    static final String STYLE_FILE = "resources/styles/standard/elemstyles.mapcss";
 
     /**
      * The data file to be rendered
      */
-    static final String DATA_FILE = "data_nodist/neubrandenburg.osm.bz2";
+    static final String DATA_FILE = "nodist/data/neubrandenburg.osm.bz2";
     /* ------------------------ / configuration section  ---------------------------- */
 
Index: /trunk/test/performance/org/openstreetmap/josm/io/OsmReaderPerformanceTest.java
===================================================================
--- /trunk/test/performance/org/openstreetmap/josm/io/OsmReaderPerformanceTest.java	(revision 16005)
+++ /trunk/test/performance/org/openstreetmap/josm/io/OsmReaderPerformanceTest.java	(revision 16006)
@@ -31,5 +31,5 @@
 public class OsmReaderPerformanceTest {
     private static final int TIMES = 4;
-    private static String DATA_FILE = "data_nodist/neubrandenburg.osm.bz2";
+    private static String DATA_FILE = "nodist/data/neubrandenburg.osm.bz2";
 
     /**
Index: /trunk/test/unit/org/openstreetmap/josm/actions/JoinAreasActionTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/actions/JoinAreasActionTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/actions/JoinAreasActionTest.java	(revision 16006)
@@ -146,5 +146,5 @@
 
     /**
-     * Non-regression test which checks example files in data_nodist
+     * Non-regression test which checks example files in nodist/data
      * @throws Exception if an error occurs
      */
@@ -153,8 +153,8 @@
     public void testExamples() throws Exception {
         DataSet dsToJoin, dsExpected;
-        try (InputStream is = Files.newInputStream(Paths.get("data_nodist/Join_Areas_Tests.osm"))) {
+        try (InputStream is = Files.newInputStream(Paths.get("nodist/data/Join_Areas_Tests.osm"))) {
             dsToJoin = OsmReader.parseDataSet(is, NullProgressMonitor.INSTANCE);
         }
-        try (InputStream is = Files.newInputStream(Paths.get("data_nodist/Join_Areas_Tests_joined.osm"))) {
+        try (InputStream is = Files.newInputStream(Paths.get("nodist/data/Join_Areas_Tests_joined.osm"))) {
             dsExpected = OsmReader.parseDataSet(is, NullProgressMonitor.INSTANCE);
         }
Index: /trunk/test/unit/org/openstreetmap/josm/data/osm/FilterTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/osm/FilterTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/data/osm/FilterTest.java	(revision 16006)
@@ -74,5 +74,5 @@
         for (int i : new int[] {1, 2, 3, 11, 12, 13, 14, 15}) {
             DataSet ds;
-            try (InputStream is = Files.newInputStream(Paths.get("data_nodist/filterTests.osm"))) {
+            try (InputStream is = Files.newInputStream(Paths.get("nodist/data/filterTests.osm"))) {
                 ds = OsmReader.parseDataSet(is, NullProgressMonitor.INSTANCE);
             }
Index: /trunk/test/unit/org/openstreetmap/josm/data/osm/QuadBucketsTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/osm/QuadBucketsTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/data/osm/QuadBucketsTest.java	(revision 16006)
@@ -85,5 +85,5 @@
     public void testRemove() throws Exception {
         ProjectionRegistry.setProjection(Projections.getProjectionByCode("EPSG:3857")); // Mercator
-        try (InputStream fis = Files.newInputStream(Paths.get("data_nodist/restriction.osm"))) {
+        try (InputStream fis = Files.newInputStream(Paths.get("nodist/data/restriction.osm"))) {
             DataSet ds = OsmReader.parseDataSet(fis, NullProgressMonitor.INSTANCE);
             removeAllTest(ds);
@@ -98,5 +98,5 @@
     public void testMove() throws Exception {
         ProjectionRegistry.setProjection(Projections.getProjectionByCode("EPSG:3857")); // Mercator
-        try (InputStream fis = Files.newInputStream(Paths.get("data_nodist/restriction.osm"))) {
+        try (InputStream fis = Files.newInputStream(Paths.get("nodist/data/restriction.osm"))) {
             DataSet ds = OsmReader.parseDataSet(fis, NullProgressMonitor.INSTANCE);
 
Index: /trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRefTest.java	(revision 16006)
@@ -47,9 +47,9 @@
  * Test projections using reference data from external program.
  *
- * To update the reference data file <code>data_nodist/projection/projection-reference-data</code>,
+ * To update the reference data file <code>nodist/data/projection/projection-reference-data</code>,
  * run the main method of this class. For this, you need to have the cs2cs
  * program from the proj.4 library in path (or use <code>CS2CS_EXE</code> to set
  * the full path of the executable). Make sure the required *.gsb grid files
- * can be accessed, i.e. copy them from <code>data_nodist/projection</code> to <code>/usr/share/proj</code> or
+ * can be accessed, i.e. copy them from <code>nodist/data/projection</code> to <code>/usr/share/proj</code> or
  * wherever cs2cs expects them to be placed.
  *
@@ -63,6 +63,6 @@
     private static final String CS2CS_EXE = "cs2cs";
 
-    private static final String REFERENCE_DATA_FILE = "data_nodist/projection/projection-reference-data";
-    private static final String PROJ_LIB_DIR = "data_nodist/projection";
+    private static final String REFERENCE_DATA_FILE = "nodist/data/projection/projection-reference-data";
+    private static final String PROJ_LIB_DIR = "nodist/data/projection";
 
     private static class RefEntry {
Index: /trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/data/projection/ProjectionRegressionTest.java	(revision 16006)
@@ -34,5 +34,5 @@
  * This test is used to monitor changes in projection code.
  *
- * It keeps a record of test data in the file data_nodist/projection/projection-regression-test-data.
+ * It keeps a record of test data in the file nodist/data/projection/projection-regression-test-data.
  * This record is generated from the current Projection classes available in JOSM. It needs to
  * be updated, whenever a projection is added / removed or an algorithm is changed, such that
@@ -44,5 +44,5 @@
 public class ProjectionRegressionTest {
 
-    private static final String PROJECTION_DATA_FILE = "data_nodist/projection/projection-regression-test-data";
+    private static final String PROJECTION_DATA_FILE = "nodist/data/projection/projection-regression-test-data";
 
     private static class TestData {
Index: /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/CoastlinesTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/CoastlinesTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/CoastlinesTest.java	(revision 16006)
@@ -31,5 +31,5 @@
     @Test
     public void testCoastlineFile() throws Exception {
-        ValidatorTestUtils.testSampleFile("data_nodist/coastlines.osm",
+        ValidatorTestUtils.testSampleFile("nodist/data/coastlines.osm",
                 ds -> ds.getWays().stream().filter(
                         w -> "coastline".equals(w.get("natural"))).collect(Collectors.toList()),
Index: /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MultipolygonTestTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MultipolygonTestTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/MultipolygonTestTest.java	(revision 16006)
@@ -38,5 +38,5 @@
         final MultipolygonTest MULTIPOLYGON_TEST = new MultipolygonTest();
         final RelationChecker RELATION_TEST = new RelationChecker();
-        ValidatorTestUtils.testSampleFile("data_nodist/multipolygon.osm",
+        ValidatorTestUtils.testSampleFile("nodist/data/multipolygon.osm",
                 ds -> ds.getRelations().stream().filter(Relation::isMultipolygon).collect(Collectors.toList()),
                 name -> name.startsWith("06") || name.startsWith("07") || name.startsWith("08"), MULTIPOLYGON_TEST, RELATION_TEST);
Index: /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/TurnRestrictionTestTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/TurnRestrictionTestTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/TurnRestrictionTestTest.java	(revision 16006)
@@ -29,5 +29,5 @@
     @Test
     public void testTurnrestrictionFile() throws Exception {
-        ValidatorTestUtils.testSampleFile("data_nodist/restriction.osm",
+        ValidatorTestUtils.testSampleFile("nodist/data/restriction.osm",
                 ds -> ds.getRelations(),
                 name -> name.startsWith("E"), TURNRESTRICTION_TEST, RELATION_TEST);
Index: /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/UnconnectedWaysTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/UnconnectedWaysTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/data/validation/tests/UnconnectedWaysTest.java	(revision 16006)
@@ -49,5 +49,5 @@
     @Test
     public void testTicket6313() throws IOException, IllegalDataException, FileNotFoundException {
-        try (InputStream fis = Files.newInputStream(Paths.get("data_nodist/UnconnectedWaysTest.osm"))) {
+        try (InputStream fis = Files.newInputStream(Paths.get("nodist/data/UnconnectedWaysTest.osm"))) {
             final DataSet ds = OsmReader.parseDataSet(fis, NullProgressMonitor.INSTANCE);
             MainApplication.getLayerManager().addLayer(new OsmDataLayer(ds, null, null));
Index: /trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/sort/RelationSorterTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/sort/RelationSorterTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/sort/RelationSorterTest.java	(revision 16006)
@@ -45,5 +45,5 @@
     public void loadData() throws IllegalDataException, IOException {
         if (testDataset == null) {
-            try (InputStream fis = Files.newInputStream(Paths.get("data_nodist/relation_sort.osm"))) {
+            try (InputStream fis = Files.newInputStream(Paths.get("nodist/data/relation_sort.osm"))) {
                 testDataset = OsmReader.parseDataSet(fis, NullProgressMonitor.INSTANCE);
             }
Index: /trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/sort/WayConnectionTypeCalculatorTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/sort/WayConnectionTypeCalculatorTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/dialogs/relation/sort/WayConnectionTypeCalculatorTest.java	(revision 16006)
@@ -52,5 +52,5 @@
     public void loadData() throws IllegalDataException, IOException {
         if (testDataset == null) {
-            try (InputStream fis = Files.newInputStream(Paths.get("data_nodist/relation_sort.osm"))) {
+            try (InputStream fis = Files.newInputStream(Paths.get("nodist/data/relation_sort.osm"))) {
                 testDataset = OsmReader.parseDataSet(fis, NullProgressMonitor.INSTANCE);
             }
Index: /trunk/test/unit/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImagesTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImagesTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImagesTest.java	(revision 16006)
@@ -46,5 +46,5 @@
     @Test
     public void testAutoGuess() throws Exception {
-        final GpxData gpx = GpxReaderTest.parseGpxData("data_nodist/2094047.gpx");
+        final GpxData gpx = GpxReaderTest.parseGpxData("nodist/data/2094047.gpx");
         final ImageEntry i0 = new ImageEntry();
         i0.setExifTime(DateUtils.fromString("2016:01:03 11:59:54")); // 4 sec before start of GPX
Index: /trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelperTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelperTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/layer/gpx/GpxDrawHelperTest.java	(revision 16006)
@@ -60,5 +60,5 @@
     @Test
     public void testNone() throws IOException, SAXException {
-        final List<String> colors = calculateColors("data_nodist/2094047.gpx", ImmutableMap.of(), 10);
+        final List<String> colors = calculateColors("nodist/data/2094047.gpx", ImmutableMap.of(), 10);
         assertEquals("[#000000, #000000, #000000, #000000, #000000, #000000, #000000, #000000, #000000, #000000]", colors.toString());
     }
@@ -72,5 +72,5 @@
     @Test
     public void testVelocity() throws IOException, SAXException {
-        final List<String> colors = calculateColors("data_nodist/2094047.gpx",
+        final List<String> colors = calculateColors("nodist/data/2094047.gpx",
                 ImmutableMap.of("colormode", Integer.toString(ColorMode.VELOCITY.toIndex())), 10);
         assertEquals("[#000000, #FFAD00, #FFA800, #FFA800, #FF9E00, #FF9400, #FF7000, #FF7000, #FF8000, #FF9400]", colors.toString());
@@ -85,5 +85,5 @@
     @Test
     public void testVelocityDynamic() throws IOException, SAXException {
-        final List<String> colors = calculateColors("data_nodist/2094047.gpx",
+        final List<String> colors = calculateColors("nodist/data/2094047.gpx",
                 ImmutableMap.of("colormode.dynamic-range", "true",
                         "colormode", Integer.toString(ColorMode.VELOCITY.toIndex())),
@@ -100,5 +100,5 @@
     @Test
     public void testDirection() throws IOException, SAXException {
-        final List<String> colors = calculateColors("data_nodist/2094047.gpx",
+        final List<String> colors = calculateColors("nodist/data/2094047.gpx",
                 ImmutableMap.of("colormode", Integer.toString(ColorMode.DIRECTION.toIndex())), 10);
         assertEquals("[#000000, #EAEC25, #EDEA26, #EDE525, #ECD322, #EBB81D, #E85A0D, #E73708, #E84D0B, #EA8A15]", colors.toString());
@@ -113,5 +113,5 @@
     @Test
     public void testTime() throws IOException, SAXException {
-        final List<String> colors = calculateColors("data_nodist/2094047.gpx",
+        final List<String> colors = calculateColors("nodist/data/2094047.gpx",
                 ImmutableMap.of("colormode", Integer.toString(ColorMode.TIME.toIndex())), 10);
         assertEquals("[#000000, #FF0000, #FF0000, #FF0500, #FF0500, #FF0A00, #FF0A00, #FF1F00, #FF2E00, #FF3300]", colors.toString());
Index: /trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/ChildOrParentSelectorTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/ChildOrParentSelectorTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/gui/mappaint/mapcss/ChildOrParentSelectorTest.java	(revision 16006)
@@ -192,5 +192,5 @@
     @Test
     public void testContains() throws Exception {
-        ds = OsmReader.parseDataSet(Files.newInputStream(Paths.get("data_nodist/amenity-in-amenity.osm")), null);
+        ds = OsmReader.parseDataSet(Files.newInputStream(Paths.get("nodist/data/amenity-in-amenity.osm")), null);
         ChildOrParentSelector css = parse("node[tag(\"amenity\") = parent_tag(\"amenity\")] ∈ *[amenity] {}");
         assertFalse(css.matches(new Environment(ds.getPrimitiveById(123, OsmPrimitiveType.NODE))));
Index: /trunk/test/unit/org/openstreetmap/josm/io/GeoJSONWriterTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/io/GeoJSONWriterTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/io/GeoJSONWriterTest.java	(revision 16006)
@@ -128,5 +128,5 @@
     @Test
     public void testMultipolygonRobustness() throws Exception {
-        try (InputStream in = Files.newInputStream(Paths.get("data_nodist/multipolygon.osm"))) {
+        try (InputStream in = Files.newInputStream(Paths.get("nodist/data/multipolygon.osm"))) {
             DataSet ds = OsmReader.parseDataSet(in, null);
             final GeoJSONWriter writer = new GeoJSONWriter(ds);
Index: /trunk/test/unit/org/openstreetmap/josm/io/GpxReaderTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/io/GpxReaderTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/io/GpxReaderTest.java	(revision 16006)
@@ -61,5 +61,5 @@
     @Test
     public void testMunich() throws Exception {
-        final GpxData result = parseGpxData("data_nodist/munich.gpx");
+        final GpxData result = parseGpxData("nodist/data/munich.gpx");
         assertEquals(2762, result.getTracks().size());
         assertEquals(0, result.getRoutes().size());
Index: /trunk/test/unit/org/openstreetmap/josm/io/nmea/NmeaReaderTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/io/nmea/NmeaReaderTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/io/nmea/NmeaReaderTest.java	(revision 16006)
@@ -62,5 +62,5 @@
     public void testReader() throws Exception {
         TimeZone.setDefault(TimeZone.getTimeZone("Europe/Berlin"));
-        final NmeaReader in = new NmeaReader(Files.newInputStream(Paths.get("data_nodist/btnmeatrack_2016-01-25.nmea")));
+        final NmeaReader in = new NmeaReader(Files.newInputStream(Paths.get("nodist/data/btnmeatrack_2016-01-25.nmea")));
         in.parse(true);
         assertEquals(30, in.getNumberOfCoordinates());
Index: /trunk/test/unit/org/openstreetmap/josm/io/rtklib/RtkLibPosReaderTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/io/rtklib/RtkLibPosReaderTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/io/rtklib/RtkLibPosReaderTest.java	(revision 16006)
@@ -58,5 +58,5 @@
     @Test
     public void testReader() throws Exception {
-        RtkLibPosReader in = read("data_nodist/rtklib_example.pos");
+        RtkLibPosReader in = read("nodist/data/rtklib_example.pos");
         assertEquals(137, in.getNumberOfCoordinates());
 
@@ -84,5 +84,5 @@
     @Test
     public void testReader2() throws Exception {
-        RtkLibPosReader in = read("data_nodist/rtklib_example2.pos");
+        RtkLibPosReader in = read("nodist/data/rtklib_example2.pos");
         assertEquals(6, in.getNumberOfCoordinates());
     }
Index: /trunk/test/unit/org/openstreetmap/josm/tools/ExifReaderTest.java
===================================================================
--- /trunk/test/unit/org/openstreetmap/josm/tools/ExifReaderTest.java	(revision 16005)
+++ /trunk/test/unit/org/openstreetmap/josm/tools/ExifReaderTest.java	(revision 16006)
@@ -42,6 +42,6 @@
     @Before
     public void setUp() {
-        directionSampleFile = new File("data_nodist/exif-example_direction.jpg");
-        orientationSampleFile = new File("data_nodist/exif-example_orientation=6.jpg");
+        directionSampleFile = new File("nodist/data/exif-example_direction.jpg");
+        orientationSampleFile = new File("nodist/data/exif-example_orientation=6.jpg");
     }
 
@@ -62,5 +62,5 @@
     @Test
     public void testReadTimeSubSecond1() throws ParseException {
-        Date date = ExifReader.readTime(new File("data_nodist/IMG_20150711_193419.jpg"));
+        Date date = ExifReader.readTime(new File("nodist/data/IMG_20150711_193419.jpg"));
         doTest("2015-07-11T19:34:19.100", date);
     }
@@ -108,5 +108,5 @@
     @Test
     public void testReadSpeed() {
-        assertEquals(Double.valueOf(12.3), ExifReader.readSpeed(new File("data_nodist/exif-example_speed_ele.jpg")));
+        assertEquals(Double.valueOf(12.3), ExifReader.readSpeed(new File("nodist/data/exif-example_speed_ele.jpg")));
     }
 
@@ -116,5 +116,5 @@
     @Test
     public void testReadElevation() {
-        assertEquals(Double.valueOf(23.4), ExifReader.readElevation(new File("data_nodist/exif-example_speed_ele.jpg")));
+        assertEquals(Double.valueOf(23.4), ExifReader.readElevation(new File("nodist/data/exif-example_speed_ele.jpg")));
     }
 
Index: /trunk/tools/checkstyle/josm_filters.xml
===================================================================
--- /trunk/tools/checkstyle/josm_filters.xml	(revision 16005)
+++ /trunk/tools/checkstyle/josm_filters.xml	(revision 16006)
@@ -8,15 +8,10 @@
   <suppress checks="." files="[\\/]build[\\/]" />
   <suppress checks="." files="[\\/]build2[\\/]" />
-  <suppress checks="." files="[\\/]data_nodist[\\/]" />
   <suppress checks="." files="[\\/]dist[\\/]" />
-  <suppress checks="." files="[\\/]eclipse[\\/]" />
   <suppress checks="." files="[\\/]foobar[\\/]" />
-  <suppress checks="." files="[\\/]images[\\/]" />
-  <suppress checks="." files="[\\/]images_nodist[\\/]" />
-  <suppress checks="." files="[\\/]linux[\\/]" />
-  <suppress checks="." files="[\\/]macosx[\\/]" />
-  <suppress checks="." files="[\\/]netbeans[\\/]" />
+  <suppress checks="." files="[\\/]ide[\\/]" />
+  <suppress checks="." files="[\\/]native[\\/]" />
+  <suppress checks="." files="[\\/]nodist[\\/]" />
   <suppress checks="." files="[\\/]patches[\\/]" />
-  <suppress checks="." files="[\\/]styles_nodist[\\/]" />
   <suppress checks="." files="[\\/]taginfo-img[\\/]" />
   <suppress checks="." files="[\\/]taginfo_.*\.json" />
@@ -28,5 +23,4 @@
   <suppress checks="." files="[\\/]tools[\\/]japicc[\\/]" />
   <suppress checks="." files="[\\/]tools[\\/]pmd[\\/]" />
-  <suppress checks="." files="[\\/]windows[\\/]" />
   <suppress checks="HeaderCheck" files="josm[\\/]tools[\\/]commons[\\/]" />
   <suppress checks="HeaderCheck" files="Ellipsoid\.java" />
